@ckeditor/ckeditor5-track-changes 41.2.0 → 41.3.0-alpha.2

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 (235) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +312 -0
  4. package/dist/index.css +951 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/az.d.ts +8 -0
  8. package/dist/translations/az.js +23 -0
  9. package/dist/translations/bg.d.ts +8 -0
  10. package/dist/translations/bg.js +23 -0
  11. package/dist/translations/bn.d.ts +8 -0
  12. package/dist/translations/bn.js +23 -0
  13. package/dist/translations/ca.d.ts +8 -0
  14. package/dist/translations/ca.js +23 -0
  15. package/dist/translations/cs.d.ts +8 -0
  16. package/dist/translations/cs.js +23 -0
  17. package/dist/translations/da.d.ts +8 -0
  18. package/dist/translations/da.js +23 -0
  19. package/dist/translations/de.d.ts +8 -0
  20. package/dist/translations/de.js +23 -0
  21. package/dist/translations/el.d.ts +8 -0
  22. package/dist/translations/el.js +23 -0
  23. package/dist/translations/en-au.d.ts +8 -0
  24. package/dist/translations/en-au.js +23 -0
  25. package/dist/translations/en.d.ts +8 -0
  26. package/dist/translations/en.js +23 -0
  27. package/dist/translations/es.d.ts +8 -0
  28. package/dist/translations/es.js +23 -0
  29. package/dist/translations/et.d.ts +8 -0
  30. package/dist/translations/et.js +23 -0
  31. package/dist/translations/fi.d.ts +8 -0
  32. package/dist/translations/fi.js +23 -0
  33. package/dist/translations/fr.d.ts +8 -0
  34. package/dist/translations/fr.js +23 -0
  35. package/dist/translations/gl.d.ts +8 -0
  36. package/dist/translations/gl.js +23 -0
  37. package/dist/translations/he.d.ts +8 -0
  38. package/dist/translations/he.js +23 -0
  39. package/dist/translations/hi.d.ts +8 -0
  40. package/dist/translations/hi.js +23 -0
  41. package/dist/translations/hr.d.ts +8 -0
  42. package/dist/translations/hr.js +23 -0
  43. package/dist/translations/hu.d.ts +8 -0
  44. package/dist/translations/hu.js +23 -0
  45. package/dist/translations/id.d.ts +8 -0
  46. package/dist/translations/id.js +23 -0
  47. package/dist/translations/it.d.ts +8 -0
  48. package/dist/translations/it.js +23 -0
  49. package/dist/translations/ja.d.ts +8 -0
  50. package/dist/translations/ja.js +23 -0
  51. package/dist/translations/ko.d.ts +8 -0
  52. package/dist/translations/ko.js +23 -0
  53. package/dist/translations/lt.d.ts +8 -0
  54. package/dist/translations/lt.js +23 -0
  55. package/dist/translations/lv.d.ts +8 -0
  56. package/dist/translations/lv.js +23 -0
  57. package/dist/translations/ms.d.ts +8 -0
  58. package/dist/translations/ms.js +23 -0
  59. package/dist/translations/nl.d.ts +8 -0
  60. package/dist/translations/nl.js +23 -0
  61. package/dist/translations/no.d.ts +8 -0
  62. package/dist/translations/no.js +23 -0
  63. package/dist/translations/pl.d.ts +8 -0
  64. package/dist/translations/pl.js +23 -0
  65. package/dist/translations/pt-br.d.ts +8 -0
  66. package/dist/translations/pt-br.js +23 -0
  67. package/dist/translations/pt.d.ts +8 -0
  68. package/dist/translations/pt.js +23 -0
  69. package/dist/translations/ro.d.ts +8 -0
  70. package/dist/translations/ro.js +23 -0
  71. package/dist/translations/ru.d.ts +8 -0
  72. package/dist/translations/ru.js +23 -0
  73. package/dist/translations/sk.d.ts +8 -0
  74. package/dist/translations/sk.js +23 -0
  75. package/dist/translations/sq.d.ts +8 -0
  76. package/dist/translations/sq.js +23 -0
  77. package/dist/translations/sr-latn.d.ts +8 -0
  78. package/dist/translations/sr-latn.js +23 -0
  79. package/dist/translations/sr.d.ts +8 -0
  80. package/dist/translations/sr.js +23 -0
  81. package/dist/translations/sv.d.ts +8 -0
  82. package/dist/translations/sv.js +23 -0
  83. package/dist/translations/th.d.ts +8 -0
  84. package/dist/translations/th.js +23 -0
  85. package/dist/translations/tk.d.ts +8 -0
  86. package/dist/translations/tk.js +23 -0
  87. package/dist/translations/tr.d.ts +8 -0
  88. package/dist/translations/tr.js +23 -0
  89. package/dist/translations/tt.d.ts +8 -0
  90. package/dist/translations/tt.js +23 -0
  91. package/dist/translations/uk.d.ts +8 -0
  92. package/dist/translations/uk.js +23 -0
  93. package/dist/translations/ur.d.ts +8 -0
  94. package/dist/translations/ur.js +23 -0
  95. package/dist/translations/vi.d.ts +8 -0
  96. package/dist/translations/vi.js +23 -0
  97. package/dist/translations/zh-cn.d.ts +8 -0
  98. package/dist/translations/zh-cn.js +23 -0
  99. package/dist/translations/zh.d.ts +8 -0
  100. package/dist/translations/zh.js +23 -0
  101. package/dist/types/augmentation.d.ts +44 -0
  102. package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
  103. package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
  104. package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
  105. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
  106. package/dist/types/commands/trackchangescommand.d.ts +30 -0
  107. package/dist/types/index.d.ts +20 -0
  108. package/dist/types/integrations/aiassistant.d.ts +21 -0
  109. package/dist/types/integrations/alignment.d.ts +21 -0
  110. package/dist/types/integrations/basicstyles.d.ts +21 -0
  111. package/dist/types/integrations/blockquote.d.ts +21 -0
  112. package/dist/types/integrations/casechange.d.ts +21 -0
  113. package/dist/types/integrations/ckbox.d.ts +21 -0
  114. package/dist/types/integrations/codeblock.d.ts +21 -0
  115. package/dist/types/integrations/comments.d.ts +18 -0
  116. package/dist/types/integrations/deletecommand.d.ts +21 -0
  117. package/dist/types/integrations/entercommand.d.ts +20 -0
  118. package/dist/types/integrations/findandreplace.d.ts +25 -0
  119. package/dist/types/integrations/font.d.ts +21 -0
  120. package/dist/types/integrations/formatpainter.d.ts +21 -0
  121. package/dist/types/integrations/heading.d.ts +21 -0
  122. package/dist/types/integrations/highlight.d.ts +21 -0
  123. package/dist/types/integrations/horizontalline.d.ts +21 -0
  124. package/dist/types/integrations/htmlembed.d.ts +21 -0
  125. package/dist/types/integrations/image.d.ts +21 -0
  126. package/dist/types/integrations/imagereplace.d.ts +21 -0
  127. package/dist/types/integrations/imagestyle.d.ts +21 -0
  128. package/dist/types/integrations/importword.d.ts +22 -0
  129. package/dist/types/integrations/indent.d.ts +21 -0
  130. package/dist/types/integrations/inputcommand.d.ts +20 -0
  131. package/dist/types/integrations/legacylist.d.ts +21 -0
  132. package/dist/types/integrations/legacylistproperties.d.ts +33 -0
  133. package/dist/types/integrations/link.d.ts +21 -0
  134. package/dist/types/integrations/list.d.ts +21 -0
  135. package/dist/types/integrations/listproperties.d.ts +24 -0
  136. package/dist/types/integrations/mediaembed.d.ts +21 -0
  137. package/dist/types/integrations/mention.d.ts +21 -0
  138. package/dist/types/integrations/pagebreak.d.ts +21 -0
  139. package/dist/types/integrations/paragraph.d.ts +21 -0
  140. package/dist/types/integrations/removeformat.d.ts +21 -0
  141. package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
  142. package/dist/types/integrations/shiftentercommand.d.ts +20 -0
  143. package/dist/types/integrations/standardeditingmode.d.ts +21 -0
  144. package/dist/types/integrations/style.d.ts +21 -0
  145. package/dist/types/integrations/table.d.ts +46 -0
  146. package/dist/types/integrations/tablecaption.d.ts +26 -0
  147. package/dist/types/integrations/tableclipboard.d.ts +23 -0
  148. package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
  149. package/dist/types/integrations/tableheadings.d.ts +26 -0
  150. package/dist/types/integrations/tablemergesplit.d.ts +26 -0
  151. package/dist/types/integrations/tableofcontents.d.ts +21 -0
  152. package/dist/types/integrations/tableproperties.d.ts +31 -0
  153. package/dist/types/integrations/template.d.ts +21 -0
  154. package/dist/types/integrations/title.d.ts +21 -0
  155. package/dist/types/integrations/undo.d.ts +21 -0
  156. package/dist/types/integrations/utils.d.ts +25 -0
  157. package/dist/types/suggestion.d.ts +295 -0
  158. package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
  159. package/dist/types/trackchanges.d.ts +184 -0
  160. package/dist/types/trackchangesconfig.d.ts +82 -0
  161. package/dist/types/trackchangesdata.d.ts +45 -0
  162. package/dist/types/trackchangesediting.d.ts +529 -0
  163. package/dist/types/trackchangesui.d.ts +42 -0
  164. package/dist/types/ui/suggestioncontroller.d.ts +41 -0
  165. package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
  166. package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
  167. package/dist/types/utils/common-translations.d.ts +13 -0
  168. package/dist/types/utils/utils.d.ts +34 -0
  169. package/package.json +4 -3
  170. package/src/commands/acceptsuggestioncommand.js +1 -1
  171. package/src/commands/discardsuggestioncommand.js +1 -1
  172. package/src/commands/executeonallsuggestionscommand.js +1 -1
  173. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  174. package/src/commands/trackchangescommand.js +1 -1
  175. package/src/index.js +1 -1
  176. package/src/integrations/aiassistant.js +1 -1
  177. package/src/integrations/alignment.js +1 -1
  178. package/src/integrations/basicstyles.js +1 -1
  179. package/src/integrations/blockquote.js +1 -1
  180. package/src/integrations/casechange.js +1 -1
  181. package/src/integrations/ckbox.js +1 -1
  182. package/src/integrations/codeblock.js +1 -1
  183. package/src/integrations/comments.js +1 -1
  184. package/src/integrations/deletecommand.js +1 -1
  185. package/src/integrations/entercommand.js +1 -1
  186. package/src/integrations/findandreplace.js +1 -1
  187. package/src/integrations/font.js +1 -1
  188. package/src/integrations/formatpainter.js +1 -1
  189. package/src/integrations/heading.js +1 -1
  190. package/src/integrations/highlight.js +1 -1
  191. package/src/integrations/horizontalline.js +1 -1
  192. package/src/integrations/htmlembed.js +1 -1
  193. package/src/integrations/image.js +1 -1
  194. package/src/integrations/imagereplace.js +1 -1
  195. package/src/integrations/imagestyle.js +1 -1
  196. package/src/integrations/importword.js +1 -1
  197. package/src/integrations/indent.js +1 -1
  198. package/src/integrations/inputcommand.js +1 -1
  199. package/src/integrations/legacylist.js +1 -1
  200. package/src/integrations/legacylistproperties.js +1 -1
  201. package/src/integrations/link.js +1 -1
  202. package/src/integrations/list.js +1 -1
  203. package/src/integrations/listproperties.js +1 -1
  204. package/src/integrations/mediaembed.js +1 -1
  205. package/src/integrations/mention.js +1 -1
  206. package/src/integrations/pagebreak.js +1 -1
  207. package/src/integrations/paragraph.js +1 -1
  208. package/src/integrations/removeformat.js +1 -1
  209. package/src/integrations/restrictededitingmode.js +1 -1
  210. package/src/integrations/shiftentercommand.js +1 -1
  211. package/src/integrations/standardeditingmode.js +1 -1
  212. package/src/integrations/style.js +1 -1
  213. package/src/integrations/table.js +1 -1
  214. package/src/integrations/tablecaption.js +1 -1
  215. package/src/integrations/tableclipboard.js +1 -1
  216. package/src/integrations/tablecolumnresize.js +1 -1
  217. package/src/integrations/tableheadings.js +1 -1
  218. package/src/integrations/tablemergesplit.js +1 -1
  219. package/src/integrations/tableofcontents.js +1 -1
  220. package/src/integrations/tableproperties.js +1 -1
  221. package/src/integrations/template.js +1 -1
  222. package/src/integrations/title.js +1 -1
  223. package/src/integrations/undo.js +1 -1
  224. package/src/integrations/utils.js +1 -1
  225. package/src/suggestion.js +1 -1
  226. package/src/suggestiondescriptionfactory.js +1 -1
  227. package/src/trackchanges.js +1 -1
  228. package/src/trackchangesdata.js +1 -1
  229. package/src/trackchangesediting.js +1 -1
  230. package/src/trackchangesui.js +1 -1
  231. package/src/ui/suggestioncontroller.js +1 -1
  232. package/src/ui/view/basesuggestionthreadview.js +1 -1
  233. package/src/ui/view/suggestionthreadview.js +1 -1
  234. package/src/utils/common-translations.js +1 -1
  235. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2bbcc9=_0xc012;(function(_0x5e85f2,_0xf781dc){const _0x3c1fc1=_0xc012,_0x161efe=_0x5e85f2();while(!![]){try{const _0x443fe6=parseInt(_0x3c1fc1(0x1d4))/0x1*(parseInt(_0x3c1fc1(0x1d1))/0x2)+parseInt(_0x3c1fc1(0x1a2))/0x3*(parseInt(_0x3c1fc1(0x28a))/0x4)+-parseInt(_0x3c1fc1(0x183))/0x5+parseInt(_0x3c1fc1(0x10c))/0x6*(parseInt(_0x3c1fc1(0x1c5))/0x7)+-parseInt(_0x3c1fc1(0x1be))/0x8+-parseInt(_0x3c1fc1(0x113))/0x9*(-parseInt(_0x3c1fc1(0x1de))/0xa)+-parseInt(_0x3c1fc1(0x20b))/0xb*(-parseInt(_0x3c1fc1(0x27c))/0xc);if(_0x443fe6===_0xf781dc)break;else _0x161efe['push'](_0x161efe['shift']());}catch(_0x74b3f7){_0x161efe['push'](_0x161efe['shift']());}}}(_0x2f39,0xe1860));import{Plugin as _0x1e9fc1,PendingActions as _0x1a6401}from'ckeditor5/src/core.js';import{LiveRange as _0x539966}from'ckeditor5/src/engine.js';import{CKEditorError as _0x2562a0,uid as _0x477308,priorities as _0x229359,logWarning as _0x34c0c1}from'ckeditor5/src/utils.js';import{toWidget as _0x414624}from'ckeditor5/src/widget.js';import{Users as _0x4bc561,hashObject as _0x269bb0,surroundingMarkersDetector as _0x3f9688}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x315e1d from'./commands/trackchangescommand.js';import _0xce00a5 from'./commands/acceptsuggestioncommand.js';import _0x4fb6eb from'./commands/discardsuggestioncommand.js';import _0x43d83a from'./commands/executeonallsuggestionscommand.js';import _0x53f662 from'./commands/executeonselectedsuggestionscommand.js';import _0x11b616 from'./suggestion.js';import _0x43d0aa from'./suggestiondescriptionfactory.js';import _0x142185 from'./integrations/aiassistant.js';import _0xdbea78 from'./integrations/alignment.js';import _0x22c52e from'./integrations/basicstyles.js';import _0x56598a from'./integrations/blockquote.js';import _0x34a05b from'./integrations/casechange.js';import _0x4c5598 from'./integrations/ckbox.js';function _0xc012(_0x31a4cc,_0x168bbb){const _0x2f3989=_0x2f39();return _0xc012=function(_0xc012a8,_0x505829){_0xc012a8=_0xc012a8-0xf1;let _0x4fa95a=_0x2f3989[_0xc012a8];return _0x4fa95a;},_0xc012(_0x31a4cc,_0x168bbb);}import _0x4a9d68 from'./integrations/codeblock.js';import _0x502163 from'./integrations/comments.js';import _0x169664 from'./integrations/deletecommand.js';import _0x4bba51 from'./integrations/list.js';import _0x1fa023 from'./integrations/listproperties.js';import _0x26e678 from'./integrations/entercommand.js';import _0x6a055e from'./integrations/findandreplace.js';import _0x1b0a2c from'./integrations/font.js';import _0x51f3fb from'./integrations/formatpainter.js';import _0x5a2c7b from'./integrations/heading.js';import _0x4ef33e from'./integrations/highlight.js';import _0x310f66 from'./integrations/horizontalline.js';import _0x6b9883 from'./integrations/htmlembed.js';import _0x4752ff from'./integrations/image.js';import _0x10806b from'./integrations/imagereplace.js';import _0x54b1ad from'./integrations/imagestyle.js';import _0x57fe9b from'./integrations/importword.js';import _0x385e82 from'./integrations/indent.js';import _0x4fcbc7 from'./integrations/inputcommand.js';import _0x5d6441 from'./integrations/link.js';import _0x110fe8 from'./integrations/legacylist.js';import _0x3d68d3 from'./integrations/legacylistproperties.js';import _0x94459a from'./integrations/mediaembed.js';import _0x3143b0 from'./integrations/mention.js';import _0x25d0e0 from'./integrations/pagebreak.js';function _0x2f39(){const _0x329264=['meta','isLimit','forEach','_refreshSuggestionsChain','define','formatBlock:accept','acceptSelectedSuggestions','selection','createSelection','editing','getShiftedBy','error-saving-suggestion-data-suggestion-discarded','_descriptionFactory','pop','applyOperation','_editor','accepted','LEAVE','high','_createSuggestion','6NBuFnk','containsRangeInObject','getItems','writer','track-changes-enable-command-twice','length','_enabledCommands','171uHMuhR','getChanges','document','newRange','acceptAllSuggestions','addRange','_initAriaMarkerChangeAnnouncements','suggestion:attribute:','getCommentThread','some','targetPosition','multipleBlocks','unbind','has','_customCallbacks','includes','never','suggestion-type','end','addMarkerName','markerReady','markInsertion','isAfter','removeMarker','plugins','activeMarkers','getWalker','removeComment','schema','getSuggestion','from','$text','multi','insertion:join','enqueueChange','markBlockFormat','buildSuggestion','getLastMatchingPosition','addMarker:suggestion','registerPostFixer','elementEnd','trackChangesCommand','_processAttributeSuggestions','join','_inlineAttributeKeys','marker-count','getSuggestionCallback','range','detach','attribute:discard','isIntersecting','formatInline:chain','containsItem','attribute:accept','split','_suggestions','_model','_isRegisteredAttribute','attributeKey','formatInline:accept','highest','tablePasteChainId','parent','trackChanges.trackFormatChanges','addUser','oldRange','_refreshAttributeSuggestionsChain','isIntersectingWithRange','formatBlock:','_findSuggestions','forward','isMultiRange','_joinSuggestions','assign','markerToHighlight','after','markInlineFormat','model','splice','deletion:accept','_splitMarkerName','element','markers','concat','authoredAt','ENTER','getMultiRangeId','warn','_SUGGESTION_ANNOUNCEMENT','change:data','removeClass','markerName','track-changes-suggestion-data-mismatch','elementStart','config','forceDefaultExecution','insertContent','createRangeIn','oldValue','addHighlight','refresh','default','reconvertMarker','markerToData','containerElement','rename','discardSuggestion','_updateSuggestionData','_isBlockAttribute','every','isArray','markMultiRangeDeletion','8918955dvyUrf','_element','editingDowncast','substring','getSuggestions','_defaultCallbacks','$textProxy','isAtStart','deleteContent','updateMarker','removed','addClass','announce','chain','getCustomProperty','hasComments','consume','add','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.','consumable','markMultiRangeBlockFormat','before','commandName','isObject','containsRange','nodeBefore','stop','getContainedElement','isExternal','_cutOutSuggestionMarker','_breakSuggestionMarker','15hZchbc','insertion:','$graveyard','deletion:join','backward','substr','_setSuggestionRange','move','item','_registerDefaultCallbacks','_afterChanges','discardSelectedSuggestions','containsPosition','suggestionChanged','lowest','_reduceExistingSuggestions','isUndo','addSuggestion','setAttribute','fetchCommentThread','_registerInlineAttribute','trackChanges.mergeNestedSuggestions','createPositionAfter','notReady','deletion:','isBefore','isNextTo','attribute','13492032emBUQa','getAncestors','attributes','head','_enableDefaultAttributesIntegration','hasCommentThread','formatInline:discard','12677700bPkqYb','attributeNewValue','setTo','next','insertion:discard','addMarker','then','PendingActions','TrackChangesEditing','map','listenTo','ck-suggestion-marker-formatInline','613958RBrJxl','commentThread','attribute:join','1GfhSkO','createRangeOn','catch','_joinWithAdjacentSuggestions','isOwn','formatGroupId','commands','isTouching','change:_saved','dataDowncast','277810SokHOm','ck-suggestion-marker-','moveTargetPosition','always','type','low','PENDING_ACTION_SUGGESTION','$elementName','key','ck-suggestion-marker-formatBlock','splitPosition','elementToElement','removeAttribute','addSuggestionData','formatBlock:discard','name','createdAt','markAttributeChange','ariaLiveAnnouncer','widget','getRange','_rangeIsInLocalUserInsertion','_suggestionFactory','updateSuggestion','addMarker:suggestion:formatBlock','isRemovable','formatInline:','attributeOldValue','suggestion','delete','markerNameToElements','createRange','_reduceSuggestionAttributeRange','ck-suggestion-marker','root','removeMarker:suggestion:formatBlock','trackChanges','editor','_adapter','_blockAttributeKeys','isInContent','insert','createElement','createPositionBefore','addComment','121ehAHTJ','_trackFormatChanges','update:suggestion','isLocal','getFirstMarker','getChangedMarkers','isEqual','dataReady','_recordAttributeSuggestions','isAtEnd','rejected','startsWith','hasSuggestion','fromCharCode','suggestion:','_saved','start','newValue','removeMarker:suggestion:attribute','_mergeNestedSuggestions','_handleNewSuggestionMarker','isBlock','init','track-changes-adapter-already-set','track-changes-command-not-found','_getMarkerAnnouncementText','registerCustomCallback','_getAttributeKey','subType','_setSuggestionData','$marker','getMarkers','originalSuggestionId','formatBlock:chain','_getExternalAuthor','_removeSuggestion','acceptSuggestion','_addSuggestionMarker','data','Users','requires','upcast','track-changes-user-not-found','@external','rootName','adapter','differ','creator','insertion:accept','track-changes-adapter-missing-getsuggestion','markDeletion','deletion:discard','_recordAttributeChanges','deletion:chain','getAllAdjacentSuggestions','getFirstRange','_onDiscard','_processAttributeChanges','getUser','_commentsRepository','bindElementToMarker','locale','getNearestSelectionRange','howMany','change:activeMarkers','unshift','suggestionLoaded','clear','dataToMarker','skipNestingCheck','toUpperCase','getRanges','_registerBlockAttribute','isSelectable','push','rethrowUnexpectedError','attribute:','_getAuthorFromId','insertion:chain','sort','formatInline:join','formatBlock:join','isInsideObject','enableCommand','fromRange','documentSelection','data-suggestion','unbindElementFromMarkerName','comments','markMultiRangeInsertion','_getSuggestionData','clone','pluginName','CommentsRepository','conversion','suggestionUnloaded','keys','options','_checkSuggestionCorrectness','groupId','addCommentThread','batch','filter','normal','get','formatInline','collaboration.channelId','return','set','mapper','accept','position','group','1071132QiCoeJ','previous','value','isDocumentOperation','external:','stopListening','track-changes-suggestion-not-found','find','ready','addMarker:suggestion:attribute','showSuggestionHighlights','insertion','toViewElement','size','613000FgQGuP','setSelection','discardAllSuggestions','isCollapsed','execute','getAttribute','resolve','_isForcedDefaultExecutionBlock','removeMarkers','change','getIntersection','getDifference','createPositionAt','format','_addThreadToSuggestion','nodeAfter','toJSON','author','values','enableReadOnlyMode','authorName','discard','FORMATTING','_isDataLoaded','for','deletion','remove','_suggestionState','ck-suggestion-marker--active','formatBlock','open','fire'];_0x2f39=function(){return _0x329264;};return _0x2f39();}import _0x513f8d from'./integrations/paragraph.js';import _0x32de99 from'./integrations/removeformat.js';import _0x32f515 from'./integrations/restrictededitingmode.js';import _0x1100e3 from'./integrations/shiftentercommand.js';import _0x4a9e3c from'./integrations/standardeditingmode.js';import _0x112f2a from'./integrations/style.js';import _0x311ada from'./integrations/table.js';import _0xb2dc27 from'./integrations/tablemergesplit.js';import _0x23af24 from'./integrations/tableheadings.js';import _0x1ff95e from'./integrations/tableclipboard.js';import _0x265666 from'./integrations/tablecolumnresize.js';import _0x31e93a from'./integrations/template.js';import _0x233644 from'./integrations/tableofcontents.js';import _0x31baf6 from'./integrations/title.js';import _0xfd660d from'./integrations/undo.js';import _0x501c9a from'./integrations/tablecaption.js';import _0x4afa34 from'./integrations/tableproperties.js';import{getTranslation as _0x5e3b14}from'./utils/common-translations.js';import{isEqual as _0x279118,omit as _0x5ca531}from'lodash-es';export const renameAttributeKey=_0x2bbcc9(0x1e5);export default class p extends _0x1e9fc1{static get[_0x2bbcc9(0x233)](){const _0x15a2b7=_0x2bbcc9;return[_0x15a2b7(0x268),_0x4bc561,_0x1a6401,_0x142185,_0xdbea78,_0x22c52e,_0x56598a,_0x4c5598,_0x34a05b,_0x4a9d68,_0x502163,_0x169664,_0x26e678,_0x6a055e,_0x1b0a2c,_0x51f3fb,_0x5a2c7b,_0x4ef33e,_0x310f66,_0x6b9883,_0x4752ff,_0x54b1ad,_0x10806b,_0x57fe9b,_0x385e82,_0x4fcbc7,_0x110fe8,_0x3d68d3,_0x5d6441,_0x4bba51,_0x1fa023,_0x94459a,_0x3143b0,_0x25d0e0,_0x513f8d,_0x32de99,_0x32f515,_0x1100e3,_0x4a9e3c,_0x112f2a,_0x311ada,_0xb2dc27,_0x23af24,_0x501c9a,_0x1ff95e,_0x265666,_0x233644,_0x4afa34,_0x31e93a,_0x31baf6,_0xfd660d];}static get[_0x2bbcc9(0x267)](){const _0x5abf75=_0x2bbcc9;return _0x5abf75(0x1cd);}constructor(_0x1252a1){const _0x1a7c1f=_0x2bbcc9;function _0x15c317(_0x2a41b9){const _0xcb9940=_0xc012;return _0x2a41b9[_0xcb9940(0x1ce)](_0xeebd3d=>String[_0xcb9940(0x218)](_0xeebd3d))[_0xcb9940(0x13e)]('');}super(_0x1252a1),this[_0x1a7c1f(0x213)]=!0x1,this[_0x1a7c1f(0x277)](_0x1a7c1f(0x12c),[]),this['on'](_0x1a7c1f(0x24b),(_0x54c917,_0x190139,_0x58514c,_0x1394a4)=>{const _0x5c5259=_0x1a7c1f;this[_0x5c5259(0x14b)][_0x5c5259(0x293)](()=>{const _0x166cbc=_0x5c5259;for(const _0x1ba1c8 of[..._0x1394a4,..._0x58514c])this[_0x166cbc(0x14b)][_0x166cbc(0x165)][_0x166cbc(0x120)](_0x1ba1c8)&&_0x1252a1[_0x166cbc(0x101)][_0x166cbc(0x179)](_0x1ba1c8);});}),this[_0x1a7c1f(0x104)]=new _0x43d0aa(this[_0x1a7c1f(0x203)][_0x1a7c1f(0x160)][_0x1a7c1f(0x12f)],this[_0x1a7c1f(0x203)][_0x1a7c1f(0x248)]),this[_0x1a7c1f(0x204)]=null,this[_0x1a7c1f(0x1f4)]=new Bt(this[_0x1a7c1f(0x203)]),this[_0x1a7c1f(0x14a)]=new Map(),this[_0x1a7c1f(0x246)]=_0x1252a1[_0x1a7c1f(0x12b)][_0x1a7c1f(0x273)](_0x1a7c1f(0x268)),this[_0x1a7c1f(0x112)]=new Set(),this[_0x1a7c1f(0x14b)]=this[_0x1a7c1f(0x203)][_0x1a7c1f(0x160)],this[_0x1a7c1f(0xf3)]=new WeakMap(),this[_0x1a7c1f(0x291)]=!0x1,this[_0x1a7c1f(0x205)]=new Set([_0x1a7c1f(0x1e5)]),this[_0x1a7c1f(0x13f)]=new Set(),_0x1252a1[_0x1a7c1f(0x171)][_0x1a7c1f(0xfc)](_0x1a7c1f(0x152),_0x1a7c1f(0x178)),this[_0x1a7c1f(0x20c)]=_0x1252a1[_0x1a7c1f(0x171)][_0x1a7c1f(0x273)](_0x1a7c1f(0x152)),_0x1252a1[_0x1a7c1f(0x171)][_0x1a7c1f(0xfc)](_0x1a7c1f(0x1b7),!0x0),this[_0x1a7c1f(0x21e)]=_0x1252a1[_0x1a7c1f(0x171)][_0x1a7c1f(0x273)](_0x1a7c1f(0x1b7)),this[_0x1a7c1f(0x13c)]=new _0x315e1d(_0x1252a1,this[_0x1a7c1f(0x112)]),this[_0x1a7c1f(0x119)](),this[_0x15c317([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x15c317([0x34,0x30,0x34,0x38,0x30,0x36,0x31,0x32]);}[_0x2bbcc9(0x221)](){const _0xc80657=_0x2bbcc9,_0x45c1f4=this[_0xc80657(0x203)],_0x371f2d=(_0x1686b3,_0x1fd973)=>{const _0x2a5140=_0xc80657;if(_0x2a5140(0x1bd)!=_0x1686b3)return _0x2a5140(0x1df)+_0x1686b3;const _0x4c8fdf=_0x1fd973[_0x2a5140(0x149)]('|')[0x0];return this[_0x2a5140(0x17f)](_0x4c8fdf)?_0x2a5140(0x1e7):_0x2a5140(0x1d0);};_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x185))[_0xc80657(0x15d)]({'model':_0xc80657(0x1fa),'view':_0x3b0a75=>{const _0xaa3347=_0xc80657,{id:_0x198886,type:_0x143c9d,subType:_0xafda49}=this[_0xaa3347(0x163)](_0x3b0a75[_0xaa3347(0x16e)]),_0x312cb3=[_0xaa3347(0x1ff),_0x371f2d(_0x143c9d,_0xafda49)];let _0x1ac7a3=0xbb8;return this[_0xaa3347(0x12c)][_0xaa3347(0x122)](_0x3b0a75[_0xaa3347(0x16e)])&&(_0x312cb3[_0xaa3347(0x255)](_0xaa3347(0xf4)),_0x1ac7a3=0xbc2),_0xaa3347(0xf1)==_0x143c9d&&(_0x1ac7a3+=0x5),{'classes':_0x312cb3,'attributes':{'data-suggestion':_0x198886},'priority':_0x1ac7a3};}}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x1dd))[_0xc80657(0x194)](_0x50900f=>{const _0x442e29=_0xc80657;_0x50900f['on'](_0x442e29(0x139),(_0x4ef543,_0x5843c5,_0x1982d5)=>{const _0x10624a=_0x442e29;if(!_0x1982d5[_0x10624a(0x26c)][_0x10624a(0x286)])return;const _0x315950=_0x5843c5[_0x10624a(0x1aa)];if(!_0x315950)return;const _0x105a60=_0x1982d5[_0x10624a(0x278)][_0x10624a(0x288)](_0x315950);_0x45c1f4[_0x10624a(0x160)][_0x10624a(0x12f)][_0x10624a(0x19a)](_0x315950)&&_0x105a60&&!_0x105a60[_0x10624a(0x191)](_0x10624a(0x1f1))&&_0x105a60['is'](_0x10624a(0x17b))&&_0x414624(_0x105a60,_0x1982d5[_0x10624a(0x10f)]);},{'priority':_0x442e29(0x10a)});}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x1dd))[_0xc80657(0x15d)]({'model':_0xc80657(0x1fa),'view':(_0x49e5a9,_0x2e93fa)=>{const _0x59c096=_0xc80657;if(!_0x2e93fa[_0x59c096(0x26c)][_0x59c096(0x286)])return null;const {type:_0x191265,subType:_0x353986}=this[_0x59c096(0x163)](_0x49e5a9[_0x59c096(0x16e)]);return{'classes':[_0x59c096(0x1ff),_0x371f2d(_0x191265,_0x353986)],'priority':0xbb8};}});const _0x21c56f=({showActiveMarkers:_0x443878=!0x0,isAttributeSuggestion:_0x360d2f=!0x1}={})=>(_0x17aa6d,_0x7fd24e,_0x52ae39)=>{const _0x291da4=_0xc80657;if(!_0x7fd24e[_0x291da4(0x1aa)])return;const {id:_0x446acd}=this[_0x291da4(0x163)](_0x7fd24e[_0x291da4(0x16e)]);if(_0x360d2f){const _0x544c05=this[_0x291da4(0x14a)][_0x291da4(0x273)](_0x446acd),_0x5c02dc=this[_0x291da4(0x226)](_0x544c05);if(!this[_0x291da4(0x17f)](_0x5c02dc))return;}if(_0x7fd24e[_0x291da4(0x1aa)]['is'](_0x291da4(0xff)))return void _0x52ae39[_0x291da4(0x196)][_0x291da4(0x193)](_0x7fd24e[_0x291da4(0x1aa)],_0x17aa6d[_0x291da4(0x1ed)]);const _0x10b3db=_0x52ae39[_0x291da4(0x278)][_0x291da4(0x288)](_0x7fd24e[_0x291da4(0x1aa)]);if(_0x7fd24e[_0x291da4(0x1aa)]['is'](_0x291da4(0x164))&&_0x45c1f4[_0x291da4(0x160)][_0x291da4(0x12f)][_0x291da4(0x220)](_0x7fd24e[_0x291da4(0x1aa)])&&!_0x10b3db[_0x291da4(0x191)](_0x291da4(0x176))){_0x52ae39[_0x291da4(0x10f)][_0x291da4(0x18e)]([_0x291da4(0x1ff),_0x291da4(0x1e7)],_0x10b3db),_0x52ae39[_0x291da4(0x10f)][_0x291da4(0x1b4)](_0x291da4(0x261),_0x446acd,_0x10b3db),_0x52ae39[_0x291da4(0x278)][_0x291da4(0x247)](_0x10b3db,_0x7fd24e[_0x291da4(0x16e)]),_0x443878&&(this[_0x291da4(0x12c)][_0x291da4(0x122)](_0x7fd24e[_0x291da4(0x16e)])?_0x52ae39[_0x291da4(0x10f)][_0x291da4(0x18e)](_0x291da4(0xf4),_0x10b3db):_0x52ae39[_0x291da4(0x10f)][_0x291da4(0x16d)](_0x291da4(0xf4),_0x10b3db));for(const _0x40846f of _0x45c1f4[_0x291da4(0x160)][_0x291da4(0x174)](_0x7fd24e[_0x291da4(0x1aa)])[_0x291da4(0x10e)]())_0x52ae39[_0x291da4(0x196)][_0x291da4(0x193)](_0x40846f,_0x17aa6d[_0x291da4(0x1ed)]);_0x52ae39[_0x291da4(0x196)][_0x291da4(0x193)](_0x7fd24e[_0x291da4(0x1aa)],_0x17aa6d[_0x291da4(0x1ed)]);}};_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x1dd))[_0xc80657(0x194)](_0x3509d7=>{const _0x43f46f=_0xc80657;_0x3509d7['on'](_0x43f46f(0x1f6),(_0x35465b,_0x551872,_0x270361)=>{const _0x3fc3c4=_0x43f46f;_0x270361[_0x3fc3c4(0x26c)][_0x3fc3c4(0x286)]&&_0x21c56f({'showActiveMarkers':!0x1})(_0x35465b,_0x551872,_0x270361);},{'priority':_0x43f46f(0x14f)});}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x1dd))[_0xc80657(0x194)](_0x3723c2=>{const _0x5e5fd6=_0xc80657;_0x3723c2['on'](_0x5e5fd6(0x285),(_0x3246cd,_0x2e699d,_0x4dcc6b)=>{const _0x22600e=_0x5e5fd6;_0x4dcc6b[_0x22600e(0x26c)][_0x22600e(0x286)]&&_0x21c56f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3246cd,_0x2e699d,_0x4dcc6b);},{'priority':_0x5e5fd6(0x14f)});}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x1dd))[_0xc80657(0x17a)]({'model':_0xc80657(0x1fa),'view':(_0x51fb1c,_0x1e3b7f)=>_0x1e3b7f[_0xc80657(0x26c)][_0xc80657(0x286)]?null:{'group':_0xc80657(0x1fa),'name':_0x51fb1c[_0xc80657(0x1a7)](0xb)}}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x234))[_0xc80657(0x1e9)]({'view':{'name':_0xc80657(0x1fa),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2185c7,{writer:_0x374d8c})=>{const _0x414d3d=_0xc80657;let _0x10a475=_0x414d3d(0x219)+_0x2185c7[_0x414d3d(0x28f)](_0x414d3d(0x124))+':'+_0x2185c7[_0x414d3d(0x28f)]('id');return _0x2185c7[_0x414d3d(0x28f)](_0x414d3d(0x140))&&(_0x10a475+=':'+_0x2185c7[_0x414d3d(0x28f)](_0x414d3d(0x140))),_0x374d8c[_0x414d3d(0x208)](_0x414d3d(0x229),{'data-name':_0x10a475});}}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x234))[_0xc80657(0x24f)]({'view':_0xc80657(0x1fa)}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x185))[_0xc80657(0x194)](_0x2060f3=>{const _0x52254a=_0xc80657;_0x2060f3['on'](_0x52254a(0x1f6),_0x21c56f(),{'priority':_0x52254a(0x10a)});}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x185))[_0xc80657(0x194)](_0x582ebd=>{const _0x522b5a=_0xc80657;_0x582ebd['on'](_0x522b5a(0x285),_0x21c56f({'isAttributeSuggestion':!0x0}),{'priority':_0x522b5a(0x10a)});}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x185))[_0xc80657(0x194)](_0x5929eb=>{const _0xa9aba3=_0xc80657;_0x5929eb['on'](_0xa9aba3(0x201),(_0x576836,_0x361818,_0x5bfbb1)=>{const _0x11d0d7=_0xa9aba3,_0x10081c=_0x5bfbb1[_0x11d0d7(0x278)][_0x11d0d7(0x1fc)](_0x361818[_0x11d0d7(0x16e)]);if(_0x10081c){for(const _0x1d43a8 of _0x10081c)_0x1d43a8[_0x11d0d7(0x191)](_0x11d0d7(0x176))||(_0x5bfbb1[_0x11d0d7(0x10f)][_0x11d0d7(0x16d)]([_0x11d0d7(0x1ff),_0x11d0d7(0x1e7),_0x11d0d7(0xf4)],_0x1d43a8),_0x5bfbb1[_0x11d0d7(0x10f)][_0x11d0d7(0x1ea)](_0x11d0d7(0x261),_0x1d43a8),_0x5bfbb1[_0x11d0d7(0x278)][_0x11d0d7(0x262)](_0x1d43a8,_0x361818[_0x11d0d7(0x16e)]));}},{'priority':_0xa9aba3(0x10a)});}),_0x45c1f4[_0xc80657(0x269)][_0xc80657(0x2a2)](_0xc80657(0x185))[_0xc80657(0x194)](_0x4b9f2c=>{const _0x42b6b1=_0xc80657;_0x4b9f2c['on'](_0x42b6b1(0x21d),(_0xe7e5c6,_0x2cee7f,_0x568591)=>{const _0x53111c=_0x42b6b1,_0x1c2c85=_0x568591[_0x53111c(0x278)][_0x53111c(0x1fc)](_0x2cee7f[_0x53111c(0x16e)]);if(!_0x1c2c85)return;const {id:_0x51efd8}=this[_0x53111c(0x163)](_0x2cee7f[_0x53111c(0x16e)]),_0x72a892=this[_0x53111c(0x14a)][_0x53111c(0x273)](_0x51efd8),_0x4284cb=this[_0x53111c(0x226)](_0x72a892);if(this[_0x53111c(0x17f)](_0x4284cb)){for(const _0x56efe3 of _0x1c2c85)_0x56efe3[_0x53111c(0x191)](_0x53111c(0x176))||(_0x568591[_0x53111c(0x10f)][_0x53111c(0x16d)]([_0x53111c(0x1ff),_0x53111c(0x1e7),_0x53111c(0xf4)],_0x56efe3),_0x568591[_0x53111c(0x10f)][_0x53111c(0x1ea)](_0x53111c(0x261),_0x56efe3),_0x568591[_0x53111c(0x278)][_0x53111c(0x262)](_0x56efe3,_0x2cee7f[_0x53111c(0x16e)]));}},{'priority':_0x42b6b1(0x10a)});}),_0x45c1f4[_0xc80657(0x160)][_0xc80657(0x115)][_0xc80657(0x13a)](_0x254553=>{const _0x2f7237=_0xc80657;let _0x58a368=!0x1;const _0x291cb7=Array[_0x2f7237(0x131)](_0x45c1f4[_0x2f7237(0x160)][_0x2f7237(0x115)][_0x2f7237(0x239)][_0x2f7237(0x210)]()),_0xf9e94d=new Set();for(const {name:_0x2f24fc,data:_0x5bacee}of _0x291cb7){const {group:_0x1eef15,type:_0x3963f3,subType:_0x1a4b90,id:_0x483fed}=this[_0x2f7237(0x163)](_0x2f24fc);if(_0x2f7237(0x1fa)!==_0x1eef15)continue;const _0x1e5bd2=this[_0x2f7237(0x14a)][_0x2f7237(0x273)](_0x483fed);if(null!=_0x5bacee[_0x2f7237(0x116)]){_0x2f7237(0x274)==_0x3963f3&&(_0x58a368=_0x58a368||Tt(_0x5bacee[_0x2f7237(0x116)],_0x2f24fc,_0x254553,_0x45c1f4[_0x2f7237(0x160)][_0x2f7237(0x12f)]));const _0xf48237=_0x2f7237(0x1bd)==_0x3963f3&&this[_0x2f7237(0x17f)](_0x1a4b90[_0x2f7237(0x149)]('|')[0x0]);if(_0x5bacee[_0x2f7237(0x116)][_0x2f7237(0x28d)]||_0x2f7237(0x1a4)==_0x5bacee[_0x2f7237(0x116)][_0x2f7237(0x200)][_0x2f7237(0x237)]||_0x2f7237(0xf5)==_0x3963f3&&!Vt(_0x5bacee[_0x2f7237(0x116)])||_0xf48237&&!Vt(_0x5bacee[_0x2f7237(0x116)])||_0x2f7237(0xf1)==_0x3963f3&&!(!Rt(_0x3f1097=_0x5bacee[_0x2f7237(0x116)])&&!function(_0x483130){const _0xff5629=_0x2f7237;return _0x483130[_0xff5629(0x21b)][_0xff5629(0x151)]==_0x483130[_0xff5629(0x125)][_0xff5629(0x19c)]&&_0x483130[_0xff5629(0x21b)][_0xff5629(0x214)];}(_0x3f1097)))_0x254553[_0x2f7237(0x12a)](_0x2f24fc),_0x58a368=!0x0;else{if(!_0x1e5bd2||!_0x1e5bd2[_0x2f7237(0x206)])continue;_0xf9e94d[_0x2f7237(0x194)](_0x1e5bd2);}}}var _0x3f1097;return _0xf9e94d[_0x2f7237(0x289)]>0x0&&(_0x58a368=!!this[_0x2f7237(0x1d7)](_0xf9e94d)||_0x58a368),_0x58a368;}),_0x45c1f4[_0xc80657(0x160)][_0xc80657(0x115)][_0xc80657(0x13a)](_0x3bacf8=>{const _0x25b0cd=_0xc80657;let _0x567b09=!0x1;for(const _0x2b75bb of _0x45c1f4[_0x25b0cd(0x160)][_0x25b0cd(0x115)][_0x25b0cd(0x239)][_0x25b0cd(0x114)]())if(_0x25b0cd(0x207)==_0x2b75bb[_0x25b0cd(0x1e2)])for(const _0xd8fadb of this[_0x25b0cd(0x14a)][_0x25b0cd(0x29c)]()){if(_0xd8fadb[_0x25b0cd(0x15a)]||!_0xd8fadb[_0x25b0cd(0x206)])continue;const _0x363fb7=_0x25b0cd(0xf5)==_0xd8fadb[_0x25b0cd(0x1e2)],_0x4ba7aa=this[_0x25b0cd(0x226)](_0xd8fadb),_0x17e8c1=_0x4ba7aa&&this[_0x25b0cd(0x17f)](_0x4ba7aa);if(!_0x363fb7&&!_0x17e8c1)continue;const _0x483a70=_0xd8fadb[_0x25b0cd(0x242)]();if(_0x483a70[_0x25b0cd(0x21b)][_0x25b0cd(0x151)]!=_0x483a70[_0x25b0cd(0x125)][_0x25b0cd(0x151)]&&!_0x483a70[_0x25b0cd(0x125)][_0x25b0cd(0x214)]){const _0x4daf49=_0x45c1f4[_0x25b0cd(0x160)][_0x25b0cd(0x296)](_0x483a70[_0x25b0cd(0x21b)][_0x25b0cd(0x299)],_0x25b0cd(0x125)),_0xafcdb7=_0x45c1f4[_0x25b0cd(0x160)][_0x25b0cd(0x1fd)](_0x483a70[_0x25b0cd(0x21b)],_0x4daf49);_0x3bacf8[_0x25b0cd(0x18c)](_0xd8fadb[_0x25b0cd(0x20f)](),{'range':_0xafcdb7}),_0x567b09=!0x0;}}return _0x567b09;}),_0x45c1f4[_0xc80657(0x160)][_0xc80657(0x115)][_0xc80657(0x13a)](_0x56c494=>this[_0xc80657(0x244)](_0x56c494)),_0x45c1f4[_0xc80657(0x160)][_0xc80657(0x115)][_0xc80657(0x13a)](_0x54102e=>!_0x54102e[_0xc80657(0x270)][_0xc80657(0x20e)]&&this[_0xc80657(0x13d)](_0x54102e)),_0x45c1f4[_0xc80657(0x160)]['on'](_0xc80657(0x1ac),()=>{const _0x249572=_0xc80657;this[_0x249572(0x213)]=!0x1;}),_0x45c1f4[_0xc80657(0x160)][_0xc80657(0x115)]['on'](_0xc80657(0x16c),(_0x104528,_0x39b3d0)=>{const _0x5abb66=_0xc80657;if(!_0x39b3d0[_0x5abb66(0x20e)]||_0x39b3d0[_0x5abb66(0x1b2)])return;if(!this[_0x5abb66(0x213)])return;const _0x4f06aa=_0x45c1f4[_0x5abb66(0x160)][_0x5abb66(0x115)][_0x5abb66(0x239)][_0x5abb66(0x114)]();if(0x0==_0x4f06aa[_0x5abb66(0x111)])return;const _0x29cbef=[],_0x633e7a=_0x4f06aa[_0x5abb66(0x271)](_0x5bbb25=>_0x5abb66(0x1bd)==_0x5bbb25[_0x5abb66(0x1e2)]),_0x327d65=_0x4f06aa[_0x5abb66(0x271)](_0x12de31=>_0x5abb66(0x207)==_0x12de31[_0x5abb66(0x1e2)]&&_0x5abb66(0x132)!=_0x12de31[_0x5abb66(0x1ed)]),_0x1189f6=_0x4f06aa[_0x5abb66(0x271)](_0x3e388f=>_0x5abb66(0xf2)==_0x3e388f[_0x5abb66(0x1e2)]&&_0x5abb66(0x132)!=_0x3e388f[_0x5abb66(0x1ed)]);for(const _0x3b4999 of _0x633e7a)this[_0x5abb66(0x14c)](_0x3b4999[_0x5abb66(0x14d)])&&_0x29cbef[_0x5abb66(0x255)]({'key':_0x3b4999[_0x5abb66(0x14d)],'newValue':_0x3b4999[_0x5abb66(0x1c6)],'oldValue':_0x3b4999[_0x5abb66(0x1f9)],'range':Ut(_0x3b4999[_0x5abb66(0x142)],_0x45c1f4[_0x5abb66(0x160)])});for(const _0x2c01e8 of _0x327d65){const _0x358301=_0x1189f6[_0x5abb66(0x283)](_0x4ac6a8=>_0x4ac6a8[_0x5abb66(0x184)]===_0x2c01e8[_0x5abb66(0x184)]);if(_0x358301){const _0x223335=Ot(_0x2c01e8[_0x5abb66(0x27a)][_0x5abb66(0x299)],_0x45c1f4[_0x5abb66(0x160)]);_0x358301[_0x5abb66(0x1ed)]!==_0x2c01e8[_0x5abb66(0x1ed)]&&_0x29cbef[_0x5abb66(0x255)]({'key':_0x5abb66(0x1e5),'newValue':_0x2c01e8[_0x5abb66(0x1ed)],'oldValue':_0x358301[_0x5abb66(0x1ed)],'range':_0x223335});for(const [_0x18583c,_0x1d6e33]of _0x358301[_0x5abb66(0x1c0)]){if(!this[_0x5abb66(0x14c)](_0x18583c))continue;const _0x5617fc=_0x2c01e8[_0x5abb66(0x1c0)][_0x5abb66(0x273)](_0x18583c);_0x1d6e33!==_0x5617fc&&_0x29cbef[_0x5abb66(0x255)]({'key':_0x18583c,'newValue':_0x5617fc,'oldValue':_0x1d6e33,'range':_0x223335});}for(const [_0x381f8b,_0x3e611a]of _0x2c01e8[_0x5abb66(0x1c0)])this[_0x5abb66(0x14c)](_0x381f8b)&&(_0x358301[_0x5abb66(0x1c0)][_0x5abb66(0x120)](_0x381f8b)||_0x29cbef[_0x5abb66(0x255)]({'key':_0x381f8b,'newValue':_0x3e611a,'oldValue':null,'range':_0x223335}));}}0x0!=_0x29cbef[_0x5abb66(0x111)]&&_0x45c1f4[_0x5abb66(0x160)][_0x5abb66(0x135)](_0x39b3d0,_0x837a06=>{const _0x5efe0a=_0x5abb66,_0x5f312d=_0x477308();for(const {range:_0x3e5f60,key:_0x253e91,oldValue:_0x33b4fd,newValue:_0x2ba32e}of _0x29cbef)this[_0x5efe0a(0x1ef)](_0x3e5f60,_0x253e91,_0x33b4fd,_0x2ba32e,{'groupId':_0x5f312d});this[_0x5efe0a(0x1b1)](_0x837a06,_0x29cbef);});},{'priority':_0xc80657(0x1b0)}),_0x45c1f4[_0xc80657(0x160)][_0xc80657(0x165)]['on'](_0xc80657(0x20d),(_0x37223e,_0xa6af78,_0x3b9106)=>{const _0x4972d4=_0xc80657;if(null==_0x3b9106){const {id:_0x7e4f3d}=this[_0x4972d4(0x163)](_0xa6af78[_0x4972d4(0x1ed)]),_0x2648c9=this[_0x4972d4(0x14a)][_0x4972d4(0x273)](_0x7e4f3d);_0x2648c9&&_0x2648c9[_0x4972d4(0x126)](_0xa6af78[_0x4972d4(0x1ed)]);}}),_0x45c1f4[_0xc80657(0x160)][_0xc80657(0x115)]['on'](_0xc80657(0x16c),()=>{const _0x286de9=_0xc80657,_0x844c9d=Array[_0x286de9(0x131)](_0x45c1f4[_0x286de9(0x160)][_0x286de9(0x115)][_0x286de9(0x239)][_0x286de9(0x210)]())[_0x286de9(0x271)](_0x2d8544=>_0x286de9(0x1fa)===this[_0x286de9(0x163)](_0x2d8544[_0x286de9(0x1ed)])[_0x286de9(0x27b)]);if(0x0===_0x844c9d[_0x286de9(0x111)])return;_0x844c9d[_0x286de9(0x25a)]((_0x4eae31,_0x3a7591)=>{const _0x68d899=_0x286de9,_0x350a88=_0x4eae31[_0x68d899(0x231)][_0x68d899(0x154)],_0x1175c3=_0x3a7591[_0x68d899(0x231)][_0x68d899(0x154)];return null===_0x350a88&&null===_0x1175c3?0x0:null===_0x350a88&&null!==_0x1175c3?-0x1:null!==_0x350a88&&null===_0x1175c3?0x1:_0x350a88[_0x68d899(0x21b)][_0x68d899(0x1bb)](_0x1175c3[_0x68d899(0x21b)])?-0x1:0x1;});const _0x375509=new Set(),_0x1c153f=new Set();for(const {name:_0x36a328,data:_0x259687}of _0x844c9d){const {id:_0xf2e4d6}=this[_0x286de9(0x163)](_0x36a328);if(null===_0x259687[_0x286de9(0x154)]){const _0x2c8a9b=this[_0x286de9(0x21f)](_0x36a328);_0x1c153f[_0x286de9(0x194)](_0x2c8a9b);}else{const _0x195ae5=this[_0x286de9(0x14a)][_0x286de9(0x273)](_0xf2e4d6);null!==_0x259687[_0x286de9(0x116)]||_0x195ae5[_0x286de9(0x206)]?(_0x375509[_0x286de9(0x194)](_0x195ae5[_0x286de9(0x1c1)]),_0x1c153f[_0x286de9(0x194)](_0x195ae5)):this[_0x286de9(0x22e)](_0x195ae5);}}_0x1c153f[_0x286de9(0x289)]>0x0&&this[_0x286de9(0xfb)](_0x1c153f);for(const _0x43c4e2 of _0x375509)this[_0x286de9(0xf7)](_0x286de9(0x1af),_0x43c4e2);}),_0x45c1f4[_0xc80657(0x160)]['on'](_0xc80657(0x106),(_0x427e92,_0x275dce)=>{const _0x48b454=_0xc80657,_0x461d73=_0x275dce[0x0];if(!this[_0x48b454(0x14a)][_0x48b454(0x289)])return;if(!_0x461d73[_0x48b454(0x27f)])return;if(_0x461d73[_0x48b454(0x270)][_0x48b454(0x1b2)]||!_0x461d73[_0x48b454(0x270)][_0x48b454(0x20e)])return;let _0x1d36d7,_0x4103f7;switch(_0x461d73[_0x48b454(0x1e2)]){case _0x48b454(0x207):_0x1d36d7=_0x45c1f4[_0x48b454(0x160)][_0x48b454(0x296)](_0x461d73[_0x48b454(0x27a)]),_0x4103f7=_0x1d36d7[_0x48b454(0x102)](_0x461d73[_0x48b454(0x24a)]);break;case _0x48b454(0x149):_0x1d36d7=_0x45c1f4[_0x48b454(0x160)][_0x48b454(0x296)](_0x461d73[_0x48b454(0x1e8)]),_0x4103f7=_0x45c1f4[_0x48b454(0x160)][_0x48b454(0x296)](_0x461d73[_0x48b454(0x1e0)]);break;case _0x48b454(0x1a9):_0x1d36d7=_0x45c1f4[_0x48b454(0x160)][_0x48b454(0x296)](_0x461d73[_0x48b454(0x11d)]),_0x4103f7=_0x1d36d7[_0x48b454(0x102)](_0x461d73[_0x48b454(0x24a)]);break;default:return;}const _0x3ee6f8=_0x45c1f4[_0x48b454(0x160)][_0x48b454(0x1fd)](_0x1d36d7,_0x4103f7);_0x45c1f4[_0x48b454(0x160)][_0x48b454(0x293)](()=>{const _0x463715=_0x48b454;for(const {suggestion:_0x3d13ab,meta:_0x5eaf8b}of this[_0x463715(0x158)](_0x3ee6f8)){if(_0x3d13ab[_0x463715(0x15a)])continue;if(_0x463715(0x274)==_0x3d13ab[_0x463715(0x1e2)])continue;const _0x350e09=this[_0x463715(0x226)](_0x3d13ab);if(_0x350e09&&this[_0x463715(0x17f)](_0x350e09)&&_0x463715(0x149)!=_0x461d73[_0x463715(0x1e2)])continue;const _0x417b90=_0x3d13ab[_0x463715(0x231)]&&_0x3d13ab[_0x463715(0x231)][_0x463715(0x11e)];(_0x463715(0xf5)!=_0x3d13ab[_0x463715(0x1e2)]||_0x463715(0x149)==_0x461d73[_0x463715(0x1e2)]&&!_0x417b90)&&(_0x5eaf8b[_0x463715(0x10d)]||_0x463715(0x287)==_0x3d13ab[_0x463715(0x1e2)]&&_0x5eaf8b[_0x463715(0x1d8)]||_0x3d13ab[_0x463715(0x242)]()[_0x463715(0x19b)](_0x3ee6f8)&&this[_0x463715(0x1a1)](_0x3d13ab,_0x1d36d7,_0x4103f7));}});},{'priority':_0xc80657(0x1b0)}),_0x45c1f4[_0xc80657(0x160)]['on'](_0xc80657(0x18b),(_0x3a6bc5,_0x379423)=>{const _0x1ee9fa=_0xc80657,_0x3bb8cb=_0x379423[0x0],_0x4faeec=_0x379423[0x1];if(_0x4faeec&&_0x4faeec[_0x1ee9fa(0x172)])return;if(this[_0x1ee9fa(0x291)])return;if(!this[_0x1ee9fa(0x13c)][_0x1ee9fa(0x27e)])return;if(_0x3bb8cb[_0x1ee9fa(0x28d)])return;const _0x5d27de=_0x45c1f4[_0x1ee9fa(0x160)][_0x1ee9fa(0x12f)],{start:_0x4d1a62,end:_0xa18205}=_0x3bb8cb[_0x1ee9fa(0x242)](),_0x5f0ce6=_0x4d1a62[_0x1ee9fa(0x299)]&&_0x5d27de[_0x1ee9fa(0xf9)](_0x4d1a62[_0x1ee9fa(0x299)])?null:_0x5d27de[_0x1ee9fa(0x249)](_0x4d1a62,_0x1ee9fa(0x159)),_0x101612=_0xa18205[_0x1ee9fa(0x19c)]&&_0x5d27de[_0x1ee9fa(0xf9)](_0xa18205[_0x1ee9fa(0x19c)])?null:_0x5d27de[_0x1ee9fa(0x249)](_0xa18205,_0x1ee9fa(0x1a6)),_0x12f107=_0x45c1f4[_0x1ee9fa(0x160)][_0x1ee9fa(0x1fd)](_0x5f0ce6?_0x5f0ce6[_0x1ee9fa(0x21b)]:_0x4d1a62,_0x101612?_0x101612[_0x1ee9fa(0x125)]:_0xa18205);_0x45c1f4[_0x1ee9fa(0x160)][_0x1ee9fa(0x293)](_0x24baa1=>{const _0x47b8a9=_0x1ee9fa;this[_0x47b8a9(0x23d)](_0x12f107);const _0x3a1fd1=_0x45c1f4[_0x47b8a9(0x160)][_0x47b8a9(0x12f)][_0x47b8a9(0x249)](_0x12f107[_0x47b8a9(0x21b)]);_0x3bb8cb['is'](_0x47b8a9(0x260))?_0x24baa1[_0x47b8a9(0x28b)](_0x3a1fd1):_0x3bb8cb[_0x47b8a9(0x1c7)](_0x3a1fd1);}),_0x3a6bc5[_0x1ee9fa(0x19d)]();},{'priority':_0x229359[_0xc80657(0x272)]+0xa}),_0x45c1f4[_0xc80657(0x160)]['on'](_0xc80657(0x173),(_0x319531,_0x1e4e76)=>{const _0x8de984=_0xc80657,_0x433151=_0x1e4e76[_0x1e4e76[_0x8de984(0x111)]-0x1];_0x433151&&_0x433151[_0x8de984(0x172)]||this[_0x8de984(0x291)]||this[_0x8de984(0x13c)][_0x8de984(0x27e)]&&(_0x45c1f4[_0x8de984(0x160)][_0x8de984(0x293)](()=>{const _0x45800a=_0x8de984;let _0x5655ee=_0x45c1f4[_0x45800a(0x160)][_0x45800a(0x173)](_0x1e4e76[0x0],_0x1e4e76[0x1],_0x1e4e76[0x2],{'forceDefaultExecution':!0x0});if(!_0x5655ee)return;_0x319531[_0x45800a(0x276)]=_0x5655ee[_0x45800a(0x266)]();const _0x3b2bf7=_0x5655ee[_0x45800a(0x125)][_0x45800a(0x19c)],_0x49dc32=_0x45c1f4[_0x45800a(0x160)][_0x45800a(0x12f)];_0x3b2bf7&&_0x49dc32[_0x45800a(0x220)](_0x3b2bf7)&&!_0x49dc32[_0x45800a(0x19a)](_0x3b2bf7)&&(_0x5655ee=_0x45c1f4[_0x45800a(0x160)][_0x45800a(0x1fd)](_0x5655ee[_0x45800a(0x21b)],_0x45c1f4[_0x45800a(0x160)][_0x45800a(0x296)](_0x3b2bf7,_0x45800a(0x125)))),this[_0x45800a(0x128)](_0x5655ee);}),_0x319531[_0x8de984(0x19d)]());},{'priority':_0xc80657(0x10a)}),this[_0xc80657(0x203)][_0xc80657(0x1da)][_0xc80657(0x194)](_0xc80657(0x202),this[_0xc80657(0x13c)]),this[_0xc80657(0x25e)](_0xc80657(0x202));const _0x39fd83=new _0xce00a5(_0x45c1f4,this[_0xc80657(0x14a)]);_0x45c1f4[_0xc80657(0x1da)][_0xc80657(0x194)](_0xc80657(0x22f),_0x39fd83),this[_0xc80657(0x25e)](_0xc80657(0x22f));const _0x1a6706=new _0x4fb6eb(_0x45c1f4,this[_0xc80657(0x14a)]);_0x45c1f4[_0xc80657(0x1da)][_0xc80657(0x194)](_0xc80657(0x17d),_0x1a6706),this[_0xc80657(0x25e)](_0xc80657(0x17d)),_0x45c1f4[_0xc80657(0x1da)][_0xc80657(0x194)](_0xc80657(0x117),new _0x43d83a(_0x45c1f4,_0x39fd83,this[_0xc80657(0x14a)])),this[_0xc80657(0x25e)](_0xc80657(0x117)),_0x45c1f4[_0xc80657(0x1da)][_0xc80657(0x194)](_0xc80657(0x28c),new _0x43d83a(_0x45c1f4,_0x1a6706,this[_0xc80657(0x14a)])),this[_0xc80657(0x25e)](_0xc80657(0x28c)),_0x45c1f4[_0xc80657(0x1da)][_0xc80657(0x194)](_0xc80657(0xfe),new _0x53f662(_0x45c1f4,_0x39fd83,this[_0xc80657(0x14a)])),this[_0xc80657(0x25e)](_0xc80657(0xfe)),_0x45c1f4[_0xc80657(0x1da)][_0xc80657(0x194)](_0xc80657(0x1ad),new _0x53f662(_0x45c1f4,_0x1a6706,this[_0xc80657(0x14a)])),this[_0xc80657(0x25e)](_0xc80657(0x1ad));const _0x35b50d=_0x45c1f4[_0xc80657(0x12b)][_0xc80657(0x273)](_0xc80657(0x268));this[_0xc80657(0x1cf)](_0x35b50d,_0xc80657(0x20a),(_0x148813,{threadId:_0x2f12b5})=>{const _0x2fcffa=_0xc80657,_0x3937bd=this[_0x2fcffa(0x14a)][_0x2fcffa(0x273)](_0x2f12b5);_0x3937bd&&_0x3937bd[_0x2fcffa(0x1d2)]&&0x1===_0x3937bd[_0x2fcffa(0x1d2)][_0x2fcffa(0x111)]&&this[_0x2fcffa(0x17e)](_0x2f12b5,{'hasComments':!0x0});},{'priority':_0xc80657(0x1e3)}),this[_0xc80657(0x1cf)](_0x35b50d,_0xc80657(0x12e),(_0x3d7dc0,{threadId:_0x5a2ae2})=>{const _0x3f414f=_0xc80657,_0x1c649f=this[_0x3f414f(0x14a)][_0x3f414f(0x273)](_0x5a2ae2);_0x1c649f&&_0x1c649f[_0x3f414f(0x1d2)]&&!_0x1c649f[_0x3f414f(0x1d2)][_0x3f414f(0x111)]&&this[_0x3f414f(0x17e)](_0x5a2ae2,{'hasComments':!0x1});},{'priority':_0xc80657(0x1e3)});}set[_0x2bbcc9(0x238)](_0x139ebf){const _0x4a03c0=_0x2bbcc9;if(this[_0x4a03c0(0x204)])throw new _0x2562a0(_0x4a03c0(0x222),this);this[_0x4a03c0(0x204)]=_0x139ebf;}get[_0x2bbcc9(0x238)](){const _0x17e5d8=_0x2bbcc9;return this[_0x17e5d8(0x204)];}[_0x2bbcc9(0x187)]({skipNotAttached:_0x3edbe9=!0x1,toJSON:_0x10f67f=!0x1}={}){const _0x1921ff=_0x2bbcc9,_0x5a31de=[];for(const _0x18367c of this[_0x1921ff(0x14a)][_0x1921ff(0x29c)]())_0x3edbe9&&!_0x18367c[_0x1921ff(0x206)]||_0x5a31de[_0x1921ff(0x255)](_0x18367c);return _0x10f67f?_0x5a31de[_0x1921ff(0x1ce)](_0x4dffae=>_0x4dffae[_0x1921ff(0x29a)]()):_0x5a31de;}[_0x2bbcc9(0x130)](_0x527e94){const _0x4b4081=_0x2bbcc9,_0x2e44a4=this[_0x4b4081(0x14a)][_0x4b4081(0x273)](_0x527e94);if(!_0x2e44a4)throw new _0x2562a0(_0x4b4081(0x282),this);return _0x2e44a4;}[_0x2bbcc9(0x217)](_0x4de4f3){const _0x7972cc=_0x2bbcc9;return this[_0x7972cc(0x14a)][_0x7972cc(0x120)](_0x4de4f3);}[_0x2bbcc9(0x1eb)](_0xdf6e90){const _0x44dc77=_0x2bbcc9,{authorId:_0x4cc6f6,id:_0x27c406,attributes:_0x27b68b}=_0xdf6e90,[_0x281773,_0x330f2d]=_0xdf6e90[_0x44dc77(0x1e2)][_0x44dc77(0x149)](':'),_0x603f03=this[_0x44dc77(0x14a)][_0x44dc77(0x273)](_0x27c406)||this[_0x44dc77(0x10b)](_0x281773,_0x330f2d,_0x27c406,_0x4cc6f6,_0x27b68b);if(this[_0x44dc77(0x298)](_0x603f03),this[_0x44dc77(0x26d)](_0x603f03,_0x281773,_0x330f2d||null,_0x4cc6f6),_0x603f03[_0x44dc77(0x1ee)]=_0xdf6e90[_0x44dc77(0x1ee)],_0x603f03[_0x44dc77(0x2a1)]=!0x0,_0x27b68b&&_0x27b68b[_0x44dc77(0x236)]){const _0x285f76=_0x27b68b[_0x44dc77(0x236)],_0x187ac4=this[_0x44dc77(0x22d)](_0x285f76[_0x44dc77(0x29e)]);_0x603f03[_0x44dc77(0x167)]=_0x285f76[_0x44dc77(0x1ee)],_0x603f03[_0x44dc77(0x29b)]=_0x187ac4,_0x603f03[_0x44dc77(0x19f)]=!0x0;}else _0x603f03[_0x44dc77(0x167)]=_0xdf6e90[_0x44dc77(0x1ee)];switch(_0xdf6e90[_0x44dc77(0x231)]&&(_0x603f03[_0x44dc77(0x231)]=_0xdf6e90[_0x44dc77(0x231)]),_0xdf6e90[_0x44dc77(0x1c0)]&&(_0x603f03[_0x44dc77(0x1c0)]=_0xdf6e90[_0x44dc77(0x1c0)]),this[_0x44dc77(0x204)]&&this[_0x44dc77(0x204)][_0x44dc77(0x1b3)]||(_0x603f03[_0x44dc77(0x21a)]=!0x0),this[_0x44dc77(0xf3)][_0x44dc77(0x273)](_0x603f03)){case _0x44dc77(0x1b9):this[_0x44dc77(0xf3)][_0x44dc77(0x277)](_0x603f03,_0x44dc77(0x212));break;case _0x44dc77(0x127):_0x603f03[_0x44dc77(0x206)]?(this[_0x44dc77(0x1d7)](new Set([_0x603f03])),this[_0x44dc77(0xfb)](new Set([_0x603f03])),this[_0x44dc77(0xf3)][_0x44dc77(0x277)](_0x603f03,_0x44dc77(0x284)),this[_0x44dc77(0xf7)](_0x44dc77(0x24d),_0x603f03)):this[_0x44dc77(0xf3)][_0x44dc77(0x277)](_0x603f03,_0x44dc77(0x18d));}return _0x603f03;}[_0x2bbcc9(0x22f)](_0x3cc95c){const _0x2feb81=_0x2bbcc9;this[_0x2feb81(0x172)](()=>{const _0x3e1c34=_0x2feb81;this[_0x3e1c34(0x203)][_0x3e1c34(0x160)][_0x3e1c34(0x293)](()=>{const _0x4178b5=_0x3e1c34;for(const _0x2e74d1 of _0x3cc95c[_0x4178b5(0x241)]())_0x2e74d1[_0x4178b5(0x279)]();});});}[_0x2bbcc9(0x17d)](_0x4355f9){const _0x5657dc=_0x2bbcc9;this[_0x5657dc(0x172)](()=>{const _0x186575=_0x5657dc;this[_0x186575(0x203)][_0x186575(0x160)][_0x186575(0x293)](()=>{const _0x8e04d3=_0x186575;for(const _0x131493 of _0x4355f9[_0x8e04d3(0x241)]())_0x131493[_0x8e04d3(0x29f)]();});});}[_0x2bbcc9(0x25e)](_0xba908b,_0x334713){const _0x486e62=_0x2bbcc9,_0x48ed27=this[_0x486e62(0x203)][_0x486e62(0x1da)][_0x486e62(0x273)](_0xba908b);if(!_0x48ed27)throw new _0x2562a0(_0x486e62(0x223),this,{'commandName':_0xba908b});if(this[_0x486e62(0x112)][_0x486e62(0x120)](_0x48ed27))throw new _0x2562a0(_0x486e62(0x110),this,{'commandName':_0xba908b});this[_0x486e62(0x112)][_0x486e62(0x194)](_0x48ed27),_0x334713&&_0x48ed27['on'](_0x486e62(0x28e),(_0x50118c,_0x3e2f62)=>{const _0x292326=_0x486e62;this[_0x292326(0x13c)][_0x292326(0x27e)]&&(this[_0x292326(0x291)]||(_0x3e2f62[_0x292326(0x111)]>0x0&&_0x3e2f62[_0x3e2f62[_0x292326(0x111)]-0x1]&&_0x3e2f62[_0x3e2f62[_0x292326(0x111)]-0x1][_0x292326(0x172)]?_0x3e2f62[_0x292326(0x105)]():(_0x50118c[_0x292326(0x276)]=_0x334713((..._0x53c634)=>_0x48ed27[_0x292326(0x28e)](..._0x53c634,{'forceDefaultExecution':!0x0}),..._0x3e2f62),_0x50118c[_0x292326(0x19d)]())));},{'priority':_0x486e62(0x10a)});}[_0x2bbcc9(0x172)](_0x375ced){const _0x321103=_0x2bbcc9;let _0x1b098d,_0x3dfa0b;const _0x1b5c2e=this[_0x321103(0x291)];this[_0x321103(0x291)]=!0x0;try{_0x1b098d=_0x375ced();}catch(_0x1b6aac){_0x3dfa0b=_0x1b6aac;}return _0x1b5c2e||(this[_0x321103(0x291)]=!0x1),_0x3dfa0b&&_0x2562a0[_0x321103(0x256)](_0x3dfa0b,this),_0x1b098d;}[_0x2bbcc9(0x128)](_0xdfdd22,_0x3df847=null,_0x53cc1e={}){const _0x55364=_0x2bbcc9;if(_0xdfdd22[_0x55364(0x28d)])return null;const _0x5d5924=this[_0x55364(0x203)][_0x55364(0x12b)][_0x55364(0x273)](_0x55364(0x232))['me'];for(const {suggestion:_0x4947bc,meta:_0x25b62b}of this[_0x55364(0x158)](_0xdfdd22,_0x55364(0x287)))if(_0x25b62b[_0x55364(0x1d8)]){if(!_0x25b62b[_0x55364(0x1bc)]){if(_0x25b62b[_0x55364(0x10d)]){if(!this[_0x55364(0x21e)]||!Pt(_0x4947bc,_0x53cc1e))continue;return _0x4947bc;}if(Pt(_0x4947bc,_0x53cc1e))return _0x4947bc;this[_0x55364(0x1a1)](_0x4947bc,_0xdfdd22[_0x55364(0x21b)],_0xdfdd22[_0x55364(0x125)]);break;}if(_0x3df847==_0x4947bc[_0x55364(0x227)]&&Pt(_0x4947bc,_0x53cc1e)){const _0x5a025a=_0x4947bc[_0x55364(0x242)]();return _0x5a025a[_0x55364(0x21b)][_0x55364(0x211)](_0xdfdd22[_0x55364(0x125)])?this[_0x55364(0x1a8)](_0x4947bc,this[_0x55364(0x14b)][_0x55364(0x1fd)](_0xdfdd22[_0x55364(0x21b)],_0x5a025a[_0x55364(0x125)])):this[_0x55364(0x1a8)](_0x4947bc,this[_0x55364(0x14b)][_0x55364(0x1fd)](_0x5a025a[_0x55364(0x21b)],_0xdfdd22[_0x55364(0x125)])),_0x4947bc;}}const _0xc7b1d=_0x477308(),_0x57d659=_0x5d5924['id'],_0x543728=_0x3df847?_0x55364(0x1a3)+_0x3df847:_0x55364(0x287),_0x2aa3f7=this[_0x55364(0x228)]({'id':_0xc7b1d,'type':_0x543728,'createdAt':new Date(),'authorId':_0x57d659,'attributes':_0x53cc1e});return this[_0x55364(0x230)](_0x543728,_0xc7b1d,_0x57d659,_0xdfdd22),_0x2aa3f7;}[_0x2bbcc9(0x264)](_0x1a5c43,_0x731d84=_0x2bbcc9(0x133),_0x394faf={}){const _0x1cf41a=_0x2bbcc9,_0x45f14c=this[_0x1cf41a(0x203)][_0x1cf41a(0x12b)][_0x1cf41a(0x273)](_0x1cf41a(0x232))['me'],_0xba8836=this[_0x1cf41a(0x1f4)][_0x1cf41a(0x141)](_0x1cf41a(0x287),_0x731d84,_0x1cf41a(0x13e));for(const _0x5f19f of this[_0x1cf41a(0x187)]())if(_0x5f19f[_0x1cf41a(0x29b)]['id']==_0x45f14c['id']&&_0x1cf41a(0x287)==_0x5f19f[_0x1cf41a(0x1e2)]&&_0x5f19f[_0x1cf41a(0x227)]==_0x731d84&&Pt(_0x5f19f,_0x394faf)&&(_0xba8836(_0x5f19f[_0x1cf41a(0x252)](),_0x1a5c43)||_0xba8836(_0x1a5c43,_0x5f19f[_0x1cf41a(0x252)]()))){for(const _0x3f1bc1 of _0x1a5c43)_0x5f19f[_0x1cf41a(0x118)](_0x3f1bc1);return _0x5f19f;}for(const {suggestion:_0xf94e7b,meta:_0x1ed627}of this[_0x1cf41a(0x158)](_0x1a5c43,_0x1cf41a(0x287))){if(!_0x1ed627[_0x1cf41a(0x1d8)])continue;if(!this[_0x1cf41a(0x21e)]&&_0x1ed627[_0x1cf41a(0x10d)])continue;if(!Pt(_0xf94e7b,_0x394faf))continue;let _0x49a442=!0x0;for(const _0x4dfe2b of _0xf94e7b[_0x1cf41a(0x252)]())for(const _0x4d6898 of _0x1a5c43)if(!_0x4dfe2b[_0x1cf41a(0x19b)](_0x4d6898)){_0x49a442=!0x1;break;}if(_0x49a442)return _0xf94e7b;}const _0xb6f15c=_0x477308(),_0x1e0c8=_0x45f14c['id'],_0x5e680b=_0x1cf41a(0x1a3)+_0x731d84,_0x53bbe7=this[_0x1cf41a(0x228)]({'id':_0xb6f15c,'type':_0x5e680b,'createdAt':new Date(),'authorId':_0x1e0c8,'attributes':_0x394faf});for(const _0x2036ad of _0x1a5c43)this[_0x1cf41a(0x230)](_0x5e680b,_0xb6f15c,_0x1e0c8,_0x2036ad,_0x11b616[_0x1cf41a(0x169)]());return _0x53bbe7;}[_0x2bbcc9(0x15f)](_0x5157ce,_0x351850,_0x2b02b8=null,_0x3c630b={}){const _0x135ebf=_0x2bbcc9;if(_0x2b02b8=_0x2b02b8||Et(_0x351850),_0x5157ce[_0x135ebf(0x28d)])return null;if(_0x135ebf(0x123)===this[_0x135ebf(0x20c)]){const _0x33b921=this[_0x135ebf(0x1f4)][_0x135ebf(0x141)](_0x135ebf(0x274),_0x2b02b8,_0x135ebf(0x279));return this[_0x135ebf(0x172)](()=>_0x33b921([_0x5157ce],_0x351850,_0x3c630b)),null;}const _0x3878d=this[_0x135ebf(0x203)][_0x135ebf(0x12b)][_0x135ebf(0x273)](_0x135ebf(0x232))['me'],_0x51df0b=[];if(_0x135ebf(0x1e1)!==this[_0x135ebf(0x20c)]){for(const {suggestion:_0x14b91e,meta:_0x25a2c6}of this[_0x135ebf(0x158)](_0x5157ce,_0x135ebf(0x287)))_0x25a2c6[_0x135ebf(0x1d8)]&&!_0x25a2c6[_0x135ebf(0x25d)]&&_0x51df0b[_0x135ebf(0x255)](..._0x14b91e[_0x135ebf(0x252)]());}const _0x1acfb4=function(_0x18e576,_0x266658){const _0xa3354c=_0x135ebf,_0x53ffa8=[];for(const _0x3e1cce of _0x266658){const _0x10541f=_0x18e576[_0xa3354c(0x294)](_0x3e1cce);_0x10541f&&_0x53ffa8[_0xa3354c(0x255)](_0x10541f);}return _0x53ffa8;}(_0x5157ce,_0x51df0b),_0x2a5125=function(_0x7e3a0d,_0x3780ac){const _0x54d6dd=_0x135ebf,_0x40616d=[_0x7e3a0d];for(const _0x366c10 of _0x3780ac){let _0x44b889=0x0;for(;_0x44b889<_0x40616d[_0x54d6dd(0x111)];){const _0x44dfc5=_0x40616d[_0x44b889][_0x54d6dd(0x295)](_0x366c10);_0x40616d[_0x54d6dd(0x161)](_0x44b889,0x1,..._0x44dfc5),_0x44b889+=_0x44dfc5[_0x54d6dd(0x111)];}}return _0x40616d;}(_0x5157ce,_0x51df0b);_0x1acfb4[_0x135ebf(0x111)]&&this[_0x135ebf(0x14b)][_0x135ebf(0x293)](()=>{const _0x4e6f72=_0x135ebf;for(const _0x470136 of _0x1acfb4){const _0x259e6b=this[_0x4e6f72(0x1f4)][_0x4e6f72(0x141)](_0x4e6f72(0x274),_0x2b02b8,_0x4e6f72(0x279));this[_0x4e6f72(0x172)](()=>_0x259e6b([_0x470136],_0x351850,_0x3c630b));}});for(const _0x24e4a4 of _0x2a5125){let _0x381c05=null,_0x4f644f=_0x24e4a4[_0x135ebf(0x21b)],_0x42d837=_0x24e4a4[_0x135ebf(0x125)];for(const {suggestion:_0x313732,meta:_0x5e1a2e}of this[_0x135ebf(0x158)](_0x24e4a4,_0x135ebf(0x274))){if(!_0x5e1a2e[_0x135ebf(0x1d8)])continue;if(_0x313732[_0x135ebf(0x227)]!=_0x2b02b8)continue;if(!Pt(_0x313732,_0x3c630b))continue;const _0x1be434=_0x313732[_0x135ebf(0x242)]();if(_0x1be434[_0x135ebf(0x19b)](_0x24e4a4,!0x0))return null;_0x4f644f=_0x4f644f[_0x135ebf(0x1bb)](_0x1be434[_0x135ebf(0x21b)])?_0x4f644f:_0x1be434[_0x135ebf(0x21b)],_0x42d837=_0x42d837[_0x135ebf(0x129)](_0x1be434[_0x135ebf(0x125)])?_0x42d837:_0x1be434[_0x135ebf(0x125)],_0x381c05?_0x1be434[_0x135ebf(0x21b)][_0x135ebf(0x1bb)](_0x381c05[_0x135ebf(0x242)]()[_0x135ebf(0x21b)])?(_0x381c05[_0x135ebf(0x292)](),_0x381c05=_0x313732):_0x313732[_0x135ebf(0x292)]():_0x381c05=_0x313732;}const _0x480f92=this[_0x135ebf(0x14b)][_0x135ebf(0x1fd)](_0x4f644f,_0x42d837);if(_0x381c05)this[_0x135ebf(0x1a8)](_0x381c05,_0x480f92);else{const _0x131522=_0x477308(),_0x1b4679=_0x3878d['id'];this[_0x135ebf(0x228)]({'id':_0x131522,'type':_0x135ebf(0x1f8)+_0x2b02b8,'data':_0x351850,'createdAt':new Date(),'authorId':_0x1b4679,'attributes':_0x3c630b}),this[_0x135ebf(0x230)](_0x135ebf(0x1f8)+_0x2b02b8,_0x131522,_0x1b4679,_0x480f92);}}return null;}[_0x2bbcc9(0x136)](_0x30ae90,_0x3302e6,_0x5a21da=[],_0x2c75f5=null,_0x2ce503={}){const _0x3e0043=_0x2bbcc9;_0x3302e6[_0x3e0043(0x1d9)]||(_0x3302e6[_0x3e0043(0x1d9)]=_0x3302e6[_0x3e0043(0x199)]),_0x3302e6[_0x3e0043(0x11e)]=_0x30ae90['is'](_0x3e0043(0x142)),_0x2c75f5=_0x2c75f5||Et(_0x3302e6);const _0x3ffc6d=_0x5a21da[_0x3e0043(0x1ce)](_0x473868=>Ot(_0x473868,this[_0x3e0043(0x14b)])),_0x5d412d=_0x30ae90['is'](_0x3e0043(0x142))?_0x30ae90:Ot(_0x30ae90,this[_0x3e0043(0x14b)]);if(_0x3e0043(0x123)===this[_0x3e0043(0x20c)]){const _0x2d74b7=this[_0x3e0043(0x1f4)][_0x3e0043(0x141)](_0x3e0043(0xf5),_0x2c75f5,_0x3e0043(0x279));return this[_0x3e0043(0x172)](()=>_0x2d74b7([_0x5d412d],_0x3302e6,_0x2ce503)),null;}_0x3ffc6d[_0x3e0043(0x255)](_0x5d412d);let _0x412cb5=!0x0;for(const _0x264424 of _0x3ffc6d)if(!this[_0x3e0043(0x1f3)](_0x264424)){_0x412cb5=!0x1;break;}if(_0x412cb5&&_0x3e0043(0x1e1)!==this[_0x3e0043(0x20c)]){const _0x38e018=this[_0x3e0043(0x1f4)][_0x3e0043(0x141)](_0x3e0043(0xf5),_0x2c75f5,_0x3e0043(0x279));return this[_0x3e0043(0x172)](()=>_0x38e018([_0x5d412d],_0x3302e6,_0x2ce503)),null;}let _0x175387=null,_0x18ea37=_0x5d412d[_0x3e0043(0x21b)],_0x15dbb2=_0x5d412d[_0x3e0043(0x125)];for(const {suggestion:_0x321e96,meta:_0x37aedd}of this[_0x3e0043(0x158)](_0x5d412d,_0x3e0043(0xf5))){if(!_0x37aedd[_0x3e0043(0x1d8)])continue;if(_0x37aedd[_0x3e0043(0x1bc)]||_0x37aedd[_0x3e0043(0x10d)]||_0x37aedd[_0x3e0043(0x25d)])continue;if(_0x321e96[_0x3e0043(0x231)][_0x3e0043(0x1d9)]!=_0x3302e6[_0x3e0043(0x1d9)])continue;if(!Pt(_0x321e96,_0x2ce503))continue;const _0x3f7687=_0x321e96[_0x3e0043(0x242)]();if(_0x321e96[_0x3e0043(0x227)]==_0x2c75f5){if(_0x3f7687[_0x3e0043(0x19b)](_0x5d412d,!0x0))return null;_0x18ea37=_0x18ea37[_0x3e0043(0x1bb)](_0x3f7687[_0x3e0043(0x21b)])?_0x18ea37:_0x3f7687[_0x3e0043(0x21b)],_0x15dbb2=_0x15dbb2[_0x3e0043(0x129)](_0x3f7687[_0x3e0043(0x125)])?_0x15dbb2:_0x3f7687[_0x3e0043(0x125)],_0x175387?_0x3f7687[_0x3e0043(0x21b)][_0x3e0043(0x1bb)](_0x175387[_0x3e0043(0x242)]()[_0x3e0043(0x21b)])?(_0x175387[_0x3e0043(0x292)](),_0x175387=_0x321e96):_0x321e96[_0x3e0043(0x292)]():_0x175387=_0x321e96;}else{const _0x85e7c2=_0x5d412d[_0x3e0043(0x294)](_0x3f7687);this[_0x3e0043(0x1a0)](_0x321e96,_0x85e7c2);}}const _0x355fe1=this[_0x3e0043(0x203)][_0x3e0043(0x12b)][_0x3e0043(0x273)](_0x3e0043(0x232))['me'],_0x5b29c2=_0x477308(),_0x3481b6=_0x355fe1['id'];if(_0x175387)return this[_0x3e0043(0x1a8)](_0x175387,this[_0x3e0043(0x14b)][_0x3e0043(0x1fd)](_0x18ea37,_0x15dbb2)),_0x175387;{const _0xaaf448=this[_0x3e0043(0x228)]({'id':_0x5b29c2,'type':_0x3e0043(0x157)+_0x2c75f5,'data':_0x3302e6,'createdAt':new Date(),'authorId':_0x3481b6,'attributes':_0x2ce503});return this[_0x3e0043(0x230)](_0x3e0043(0x157)+_0x2c75f5,_0x5b29c2,_0x3481b6,this[_0x3e0043(0x14b)][_0x3e0043(0x1fd)](_0x18ea37,_0x15dbb2)),_0xaaf448;}}[_0x2bbcc9(0x197)](_0x50bfbc,_0x18743b,_0x443415=[],_0x239a92=null,_0x32299e={}){const _0x5f427c=_0x2bbcc9;_0x18743b[_0x5f427c(0x1d9)]||(_0x18743b[_0x5f427c(0x1d9)]=_0x18743b[_0x5f427c(0x199)]);const _0x9cb0cf=_0x50bfbc[0x0];_0x18743b[_0x5f427c(0x11e)]=_0x9cb0cf['is'](_0x5f427c(0x142)),_0x239a92=_0x239a92||Et(_0x18743b);const _0x3e27bc=_0x443415[_0x5f427c(0x1ce)](_0x131ae4=>Ot(_0x131ae4,this[_0x5f427c(0x14b)])),_0x517524=_0x9cb0cf['is'](_0x5f427c(0x142))?_0x50bfbc:_0x50bfbc[_0x5f427c(0x1ce)](_0x2c7920=>Ot(_0x2c7920,this[_0x5f427c(0x14b)]));if(_0x5f427c(0x123)===this[_0x5f427c(0x20c)]){const _0x5dac80=this[_0x5f427c(0x1f4)][_0x5f427c(0x141)](_0x5f427c(0xf5),_0x239a92,_0x5f427c(0x279));return this[_0x5f427c(0x172)](()=>_0x5dac80(_0x517524,_0x18743b,_0x32299e)),null;}_0x3e27bc[_0x5f427c(0x255)](..._0x517524);let _0x1ba89b=!0x0;for(const _0x2b1ef6 of _0x3e27bc)if(!this[_0x5f427c(0x1f3)](_0x2b1ef6)){_0x1ba89b=!0x1;break;}if(_0x1ba89b&&_0x5f427c(0x1e1)!==this[_0x5f427c(0x20c)]){const _0xe10449=this[_0x5f427c(0x1f4)][_0x5f427c(0x141)](_0x5f427c(0xf5),_0x239a92,_0x5f427c(0x279));return this[_0x5f427c(0x172)](()=>_0xe10449(_0x517524,_0x18743b,_0x32299e)),null;}const _0x55cfdf=this[_0x5f427c(0x203)][_0x5f427c(0x12b)][_0x5f427c(0x273)](_0x5f427c(0x232))['me'];for(const _0x291741 of this[_0x5f427c(0x187)]()){if(_0x291741[_0x5f427c(0x29b)]['id']!=_0x55cfdf['id'])continue;if(_0x5f427c(0xf5)!=_0x291741[_0x5f427c(0x1e2)]||_0x291741[_0x5f427c(0x231)][_0x5f427c(0x1d9)]!=_0x18743b[_0x5f427c(0x1d9)])continue;if(!Pt(_0x291741,_0x32299e))continue;const _0x226c07=_0x291741[_0x5f427c(0x227)]==_0x239a92;for(let _0x473130=0x0;_0x473130<_0x517524[_0x5f427c(0x111)];_0x473130++){const _0x6e78f0=_0x517524[_0x473130];for(const _0x3f2fd3 of _0x291741[_0x5f427c(0x22a)]()){const _0xc3cb45=_0x3f2fd3[_0x5f427c(0x1f2)]();if(_0x6e78f0[_0x5f427c(0x211)](_0xc3cb45)){_0x226c07?(_0x517524[_0x5f427c(0x161)](_0x473130,0x1),_0x473130--):_0x291741[_0x5f427c(0x12a)](_0x3f2fd3[_0x5f427c(0x1ed)]);break;}}}}if(0x0==_0x517524[_0x5f427c(0x111)])return null;const _0xfb92fe=this[_0x5f427c(0x1f4)][_0x5f427c(0x141)](_0x5f427c(0xf5),_0x239a92,_0x5f427c(0x13e));for(const _0x4eedf6 of this[_0x5f427c(0x187)]())if(_0x4eedf6[_0x5f427c(0x29b)]['id']==_0x55cfdf['id']&&_0x5f427c(0xf5)==_0x4eedf6[_0x5f427c(0x1e2)]&&_0x4eedf6[_0x5f427c(0x231)][_0x5f427c(0x1d9)]==_0x18743b[_0x5f427c(0x1d9)]&&_0x4eedf6[_0x5f427c(0x227)]==_0x239a92&&Pt(_0x4eedf6,_0x32299e)&&(_0xfb92fe(_0x4eedf6[_0x5f427c(0x252)](),_0x517524)||_0xfb92fe(_0x517524,_0x4eedf6[_0x5f427c(0x252)]()))){for(const _0x2a488e of _0x517524)_0x4eedf6[_0x5f427c(0x118)](_0x2a488e);return _0x4eedf6;}const _0x1d74ec=_0x477308(),_0x2c19b2=_0x55cfdf['id'],_0x53d6c6=_0x5f427c(0x157)+_0x239a92,_0x4ef3ad=this[_0x5f427c(0x228)]({'id':_0x1d74ec,'type':_0x53d6c6,'data':_0x18743b,'createdAt':new Date(),'authorId':_0x2c19b2,'attributes':_0x32299e});for(const _0x3ced62 of _0x517524)this[_0x5f427c(0x230)](_0x53d6c6,_0x1d74ec,_0x2c19b2,_0x3ced62,_0x11b616[_0x5f427c(0x169)]());return _0x4ef3ad;}[_0x2bbcc9(0x23d)](_0x157c0b,_0x3e706=null,_0x316e1f={}){const _0x4913ea=_0x2bbcc9;if(_0x157c0b[_0x4913ea(0x28d)])return null;const _0x2845f4=this[_0x4913ea(0x203)][_0x4913ea(0x12b)][_0x4913ea(0x273)](_0x4913ea(0x232))['me'],_0x47610f=new _0x539966(_0x157c0b[_0x4913ea(0x21b)],_0x157c0b[_0x4913ea(0x125)]);for(const {suggestion:_0x45b0df,meta:_0x20d207}of this[_0x4913ea(0x158)](_0x47610f,_0x4913ea(0x287)))if(_0x20d207[_0x4913ea(0x1d8)]&&!_0x20d207[_0x4913ea(0x1bc)]){if(_0x45b0df[_0x4913ea(0x15a)]){const _0x3fdf11=_0x45b0df[_0x4913ea(0x252)]()[_0x4913ea(0x271)](_0x5842d6=>_0x4913ea(0x1a4)!=_0x5842d6[_0x4913ea(0x200)][_0x4913ea(0x237)]);_0x3fdf11[_0x4913ea(0x180)](_0x54cd73=>_0x47610f[_0x4913ea(0x19b)](_0x54cd73,!0x0))&&_0x45b0df[_0x4913ea(0x29f)]();if(_0x3fdf11[_0x4913ea(0x11c)](_0xfee6f0=>_0xfee6f0[_0x4913ea(0x19b)](_0x47610f,!0x0))){const _0xfaa3c1=this[_0x4913ea(0x1f4)][_0x4913ea(0x141)](_0x4913ea(0xf1),_0x3e706,_0x4913ea(0x279));return this[_0x4913ea(0x172)](()=>_0xfaa3c1([_0x47610f],null,_0x316e1f)),null;}}else{const _0x345d08=_0x47610f[_0x4913ea(0x294)](_0x45b0df[_0x4913ea(0x242)]());null!==_0x345d08&&_0x45b0df[_0x4913ea(0x243)]([_0x345d08],null,_0x316e1f);}}if(_0x47610f[_0x4913ea(0x143)](),_0x47610f[_0x4913ea(0x28d)]||_0x4913ea(0x1a4)==_0x47610f[_0x4913ea(0x200)][_0x4913ea(0x237)])return null;let _0x5cbdaa=null,_0x58353e=_0x47610f[_0x4913ea(0x21b)],_0x40dc91=_0x47610f[_0x4913ea(0x125)];const _0x36e13f=this[_0x4913ea(0x158)](_0x47610f,_0x4913ea(0xf1));for(const {suggestion:_0xb09e83,meta:_0x3538f1}of _0x36e13f){const _0x3c8469=this[_0x4913ea(0x14b)][_0x4913ea(0x1fd)](_0x58353e,_0x40dc91);if(_0x3538f1[_0x4913ea(0x1d8)]&&(this[_0x4913ea(0x21e)]||!_0x3538f1[_0x4913ea(0x10d)]&&!_0x3538f1[_0x4913ea(0x25d)])){if(_0xb09e83[_0x4913ea(0x15a)]){if(!Pt(_0xb09e83,_0x316e1f))continue;let _0x40b983=!0x0;for(const _0x37c8dc of _0xb09e83[_0x4913ea(0x252)]()){if(_0x37c8dc[_0x4913ea(0x19b)](_0x3c8469,!0x0))return _0xb09e83;_0x3c8469[_0x4913ea(0x19b)](_0x37c8dc)||(_0x40b983=!0x1);}_0x40b983&&_0xb09e83[_0x4913ea(0x29f)]();}else{const _0x2b83d2=_0xb09e83[_0x4913ea(0x242)]();if(_0x2b83d2[_0x4913ea(0x19b)](_0x3c8469,!0x0))return _0xb09e83;if(!Pt(_0xb09e83,_0x316e1f)){_0x3c8469[_0x4913ea(0x19b)](_0x2b83d2)?_0xb09e83[_0x4913ea(0x292)]():_0x2b83d2[_0x4913ea(0x1ae)](_0x58353e)?_0x58353e=_0x2b83d2[_0x4913ea(0x125)]:_0x2b83d2[_0x4913ea(0x1ae)](_0x40dc91)&&(_0x40dc91=_0x2b83d2[_0x4913ea(0x21b)]);continue;}_0x58353e=_0x58353e[_0x4913ea(0x1bb)](_0x2b83d2[_0x4913ea(0x21b)])?_0x58353e:_0x2b83d2[_0x4913ea(0x21b)],_0x40dc91=_0x40dc91[_0x4913ea(0x129)](_0x2b83d2[_0x4913ea(0x125)])?_0x40dc91:_0x2b83d2[_0x4913ea(0x125)],_0x316e1f=Object[_0x4913ea(0x15c)]({},_0xb09e83[_0x4913ea(0x1c0)]),_0x5cbdaa?_0x2b83d2[_0x4913ea(0x21b)][_0x4913ea(0x1bb)](_0x5cbdaa[_0x4913ea(0x242)]()[_0x4913ea(0x21b)])?(_0x5cbdaa[_0x4913ea(0x292)](),_0x5cbdaa=_0xb09e83):_0xb09e83[_0x4913ea(0x292)]():_0x5cbdaa=_0xb09e83;}}}if(_0x5cbdaa)return this[_0x4913ea(0x1a8)](_0x5cbdaa,this[_0x4913ea(0x14b)][_0x4913ea(0x1fd)](_0x58353e,_0x40dc91)),_0x5cbdaa;{const _0xb7fc27=_0x477308(),_0x342a76=this[_0x4913ea(0x14b)][_0x4913ea(0x1fd)](_0x58353e,_0x40dc91),_0x4facb8=_0x2845f4['id'],_0x2e0c36=_0x3e706?_0x4913ea(0x1ba)+_0x3e706:_0x4913ea(0xf1),_0x1c94c9=this[_0x4913ea(0x228)]({'id':_0xb7fc27,'type':_0x2e0c36,'createdAt':new Date(),'authorId':_0x4facb8,'attributes':_0x316e1f});return this[_0x4913ea(0x230)](_0x2e0c36,_0xb7fc27,_0x4facb8,_0x342a76),_0x1c94c9;}}[_0x2bbcc9(0x182)](_0x216e9b,_0x31991d=_0x2bbcc9(0x133),_0x20a24c={}){const _0x353e86=_0x2bbcc9,_0x16e11b=this[_0x353e86(0x203)][_0x353e86(0x12b)][_0x353e86(0x273)](_0x353e86(0x232))['me'],_0x42d2dc=_0x216e9b[_0x353e86(0x1ce)](_0x4219d6=>new _0x539966(_0x4219d6[_0x353e86(0x21b)],_0x4219d6[_0x353e86(0x125)])),_0x566b8a=new Set();for(const {suggestion:_0xd0f5df,meta:_0x23a32a}of this[_0x353e86(0x158)](_0x42d2dc,_0x353e86(0x287)))_0x23a32a[_0x353e86(0x1d8)]&&!_0x23a32a[_0x353e86(0x1bc)]&&_0x566b8a[_0x353e86(0x194)](_0xd0f5df);for(const _0x31663b of _0x566b8a)if(_0x31663b[_0x353e86(0x15a)]){const _0x19b649=_0x31663b[_0x353e86(0x252)]();(!_0x31663b[_0x353e86(0x1c0)]||!_0x31663b[_0x353e86(0x1c0)][_0x353e86(0x250)])&&(_0x19b649[_0x353e86(0x180)](_0x4d4882=>_0x42d2dc[_0x353e86(0x11c)](_0x533ddd=>_0x533ddd[_0x353e86(0x19b)](_0x4d4882,!0x0)))&&_0x31663b[_0x353e86(0x29f)]());if(_0x42d2dc[_0x353e86(0x180)](_0x46b584=>_0x19b649[_0x353e86(0x11c)](_0x35d6e4=>_0x35d6e4[_0x353e86(0x19b)](_0x46b584,!0x0)))){const _0x220499=this[_0x353e86(0x1f4)][_0x353e86(0x141)](_0x353e86(0xf1),_0x31991d,_0x353e86(0x279));return this[_0x353e86(0x172)](()=>_0x220499(_0x216e9b,null,_0x20a24c)),null;}}else{const _0x4134b8=_0x31663b[_0x353e86(0x242)]();_0x42d2dc[_0x353e86(0x11c)](_0x5e433b=>_0x5e433b[_0x353e86(0x19b)](_0x4134b8,!0x0))&&_0x31663b[_0x353e86(0x29f)]();if(_0x42d2dc[_0x353e86(0x180)](_0x13494c=>_0x4134b8[_0x353e86(0x19b)](_0x13494c,!0x0))){const _0x48d08e=this[_0x353e86(0x1f4)][_0x353e86(0x141)](_0x353e86(0xf1),_0x31991d,_0x353e86(0x279));return this[_0x353e86(0x172)](()=>_0x48d08e(_0x42d2dc,null,_0x20a24c)),null;}}const _0x15484b=this[_0x353e86(0x1f4)][_0x353e86(0x141)](_0x353e86(0xf1),_0x31991d,_0x353e86(0x13e));let _0x20101f=null;for(const _0x3f755a of this[_0x353e86(0x187)]())if(_0x3f755a[_0x353e86(0x29b)]['id']==_0x16e11b['id']&&_0x3f755a[_0x353e86(0x206)]&&_0x353e86(0xf1)==_0x3f755a[_0x353e86(0x1e2)]&&_0x3f755a[_0x353e86(0x227)]==_0x31991d&&Pt(_0x3f755a,_0x20a24c)&&(_0x15484b(_0x3f755a[_0x353e86(0x252)](),_0x42d2dc)||_0x15484b(_0x42d2dc,_0x3f755a[_0x353e86(0x252)]()))){if(_0x20101f){if(_0x3f755a[_0x353e86(0x1d2)]&&_0x3f755a[_0x353e86(0x1d2)][_0x353e86(0x111)])continue;for(const _0x4c0325 of _0x3f755a[_0x353e86(0x252)]())_0x20101f[_0x353e86(0x156)](_0x4c0325)||_0x20101f[_0x353e86(0x118)](_0x4c0325);_0x3f755a[_0x353e86(0x292)]();}else{_0x20101f=_0x3f755a;for(const _0x14ea22 of _0x42d2dc)_0x3f755a[_0x353e86(0x156)](_0x14ea22)||_0x3f755a[_0x353e86(0x118)](_0x14ea22);}}if(_0x20101f)return _0x20101f;_0x566b8a[_0x353e86(0x24e)]();for(const {suggestion:_0x2aa6b1,meta:_0x3ed9ef}of this[_0x353e86(0x158)](_0x42d2dc,_0x353e86(0xf1)))_0x3ed9ef[_0x353e86(0x1d8)]&&(this[_0x353e86(0x21e)]||!_0x3ed9ef[_0x353e86(0x10d)]&&!_0x3ed9ef[_0x353e86(0x25d)])&&Pt(_0x2aa6b1,_0x20a24c)&&_0x566b8a[_0x353e86(0x194)](_0x2aa6b1);for(const _0x22864b of _0x566b8a){const _0x10f4c0=_0x22864b[_0x353e86(0x252)]();if(!_0x20a24c||!_0x20a24c[_0x353e86(0x250)]){if(_0x42d2dc[_0x353e86(0x180)](_0x273806=>_0x10f4c0[_0x353e86(0x11c)](_0xb31b6=>_0xb31b6[_0x353e86(0x19b)](_0x273806,!0x0))))return _0x22864b;}(!_0x22864b[_0x353e86(0x1c0)]||!_0x22864b[_0x353e86(0x1c0)][_0x353e86(0x250)])&&(_0x10f4c0[_0x353e86(0x180)](_0x3e6764=>_0x42d2dc[_0x353e86(0x11c)](_0xda891c=>_0xda891c[_0x353e86(0x19b)](_0x3e6764,!0x0)))&&_0x22864b[_0x353e86(0x29f)]());}const _0x3f4e14=_0x477308(),_0x260d31=_0x16e11b['id'],_0x2228d5=_0x353e86(0x1ba)+_0x31991d,_0xad67f6=this[_0x353e86(0x228)]({'id':_0x3f4e14,'type':_0x2228d5,'createdAt':new Date(),'authorId':_0x260d31,'attributes':_0x20a24c});for(const _0x277408 of _0x42d2dc)_0x277408[_0x353e86(0x143)](),_0x277408[_0x353e86(0x28d)]||_0x353e86(0x1a4)==_0x277408[_0x353e86(0x200)][_0x353e86(0x237)]||this[_0x353e86(0x230)](_0x2228d5,_0x3f4e14,_0x260d31,_0x277408,_0x11b616[_0x353e86(0x169)]());return _0xad67f6;}[_0x2bbcc9(0x1ef)](_0x2718ca,_0x2146a2,_0x4a4b12,_0x478e5b,_0x1680b0){const _0x353ce7=_0x2bbcc9;if(_0x2718ca[_0x353ce7(0x28d)])return[];if(_0x353ce7(0x123)===this[_0x353ce7(0x20c)])return[];const _0xe4d046=this[_0x353ce7(0x203)][_0x353ce7(0x12b)][_0x353ce7(0x273)](_0x353ce7(0x232))['me']['id'],_0x19bd48=Array[_0x353ce7(0x131)](this[_0x353ce7(0x14a)][_0x353ce7(0x29c)]())[_0x353ce7(0x271)](_0x24fd35=>_0x353ce7(0x1bd)==_0x24fd35[_0x353ce7(0x1e2)]&&_0x24fd35[_0x353ce7(0x231)][_0x353ce7(0x1e6)]==_0x2146a2&&_0x24fd35[_0x353ce7(0x156)](_0x2718ca));if(_0x353ce7(0x178)===this[_0x353ce7(0x20c)]){const _0x166e6b=this[_0x353ce7(0x158)](_0x2718ca,_0x353ce7(0x287))[_0x353ce7(0x271)](({meta:_0x396085})=>_0x396085[_0x353ce7(0x1d8)]&&!_0x396085[_0x353ce7(0x25d)]&&!_0x396085[_0x353ce7(0x1bc)])[_0x353ce7(0x1ce)](({suggestion:_0x5a057a})=>_0x5a057a);_0x19bd48[_0x353ce7(0x24c)](..._0x166e6b);}const _0x201d5b=new Map([[_0x2718ca,_0x4a4b12]]);for(const _0x3882b0 of _0x19bd48){const _0x250a9e=_0x353ce7(0x1bd)==_0x3882b0[_0x353ce7(0x1e2)]?_0x3882b0[_0x353ce7(0x231)][_0x353ce7(0x175)]:void 0x0,_0x2380d8=_0x3882b0[_0x353ce7(0x242)](),_0x12045a=Array[_0x353ce7(0x131)](_0x201d5b[_0x353ce7(0x26b)]())[_0x353ce7(0x283)](_0x2ab683=>_0x2ab683[_0x353ce7(0x145)](_0x2380d8));if(!_0x12045a)continue;const _0x4b46cb=_0x12045a[_0x353ce7(0x295)](_0x2380d8);this[_0x353ce7(0x17f)](_0x2146a2)&&_0x353ce7(0x287)==_0x3882b0[_0x353ce7(0x1e2)]&&0x0!=_0x4b46cb[_0x353ce7(0x111)]||(_0x201d5b[_0x353ce7(0x1fb)](_0x12045a),_0x4b46cb[_0x353ce7(0xfa)](_0x46ced9=>{const _0x23a762=_0x353ce7;_0x201d5b[_0x23a762(0x277)](_0x46ced9,_0x4a4b12);}),_0x353ce7(0x287)!=_0x3882b0[_0x353ce7(0x1e2)]&&_0x250a9e!=_0x478e5b&&_0x201d5b[_0x353ce7(0x277)](_0x12045a[_0x353ce7(0x294)](_0x2380d8),_0x250a9e));}const _0x247d8f=[];for(const [_0x1455bb,_0x4940cb]of _0x201d5b){const _0x413c0a=_0x477308(),_0x2c0c08={'key':_0x2146a2,'oldValue':_0x4940cb,'newValue':_0x478e5b};_0x2146a2[_0x353ce7(0x111)]>0x25&&console[_0x353ce7(0x16a)](_0x353ce7(0x195),{'key':_0x2146a2});const _0x2a3a8e=(_0x353ce7(0x257)+(_0x2146a2+'|'+Et({'newValue':_0x478e5b})))[_0x353ce7(0x186)](0x0,0x3c),_0x51a766=this[_0x353ce7(0x228)]({'id':_0x413c0a,'type':_0x2a3a8e,'data':_0x2c0c08,'createdAt':new Date(),'authorId':_0xe4d046,'attributes':_0x1680b0});_0x247d8f[_0x353ce7(0x255)](_0x51a766),this[_0x353ce7(0x230)](_0x2a3a8e,_0x413c0a,_0xe4d046,_0x1455bb);}return _0x247d8f;}[_0x2bbcc9(0x253)](_0x284440){const _0x51e1ee=_0x2bbcc9;this[_0x51e1ee(0x205)][_0x51e1ee(0x194)](_0x284440);}[_0x2bbcc9(0x1b6)](_0x346696){const _0x2db92f=_0x2bbcc9;this[_0x2db92f(0x13f)][_0x2db92f(0x194)](_0x346696);}[_0x2bbcc9(0x1c2)](_0xf382d2,_0x41ba06=[],_0x509138=[]){const _0x4ad3c8=_0x2bbcc9;this[_0x4ad3c8(0x25e)](_0xf382d2,(_0x2ded0d,..._0x461092)=>{const _0x64f6fb=_0x4ad3c8;this[_0x64f6fb(0x23f)](()=>{_0x2ded0d(..._0x461092);});});for(const _0x3bf117 of _0x41ba06)this[_0x4ad3c8(0x1b6)](_0x3bf117);for(const _0xe6cdb of _0x509138)this[_0x4ad3c8(0x253)](_0xe6cdb);}[_0x2bbcc9(0x226)](_0x37e7a3){const _0x5bad27=_0x2bbcc9;return _0x5bad27(0x1bd)==_0x37e7a3[_0x5bad27(0x1e2)]?_0x37e7a3[_0x5bad27(0x227)][_0x5bad27(0x149)]('|')[0x0]:null;}[_0x2bbcc9(0x1a8)](_0x338abc,_0x32bcef){const _0x378c66=_0x2bbcc9,_0x1eb550=_0x338abc[_0x378c66(0x20f)]();this[_0x378c66(0x14b)][_0x378c66(0x293)](_0x3eb448=>{const _0xb7379a=_0x378c66;_0x3eb448[_0xb7379a(0x18c)](_0x1eb550,{'range':_0x32bcef});});}[_0x2bbcc9(0x298)](_0x29dc6b){const _0x3b7418=_0x2bbcc9,_0x1ee76c=_0x29dc6b['id'],_0x20419d=this[_0x3b7418(0x203)][_0x3b7418(0x171)][_0x3b7418(0x273)](_0x3b7418(0x275));this[_0x3b7418(0x246)][_0x3b7418(0x1c3)](_0x1ee76c)||this[_0x3b7418(0x246)][_0x3b7418(0x26f)]({'channelId':_0x20419d,'threadId':_0x1ee76c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2330a4=this[_0x3b7418(0x246)][_0x3b7418(0x11b)](_0x1ee76c);_0x2330a4[_0x3b7418(0x11f)](_0x3b7418(0x1f7)),_0x2330a4[_0x3b7418(0x1f7)]=!0x1,_0x29dc6b[_0x3b7418(0x1d2)]=_0x2330a4;}[_0x2bbcc9(0x26d)](_0x1751f3,_0x455cfd,_0x46afa0,_0x3519ef){const _0x2e7649=_0x2bbcc9;if(_0x1751f3[_0x2e7649(0x1e2)]!=_0x455cfd||_0x1751f3[_0x2e7649(0x227)]!=_0x46afa0||_0x1751f3[_0x2e7649(0x23a)]['id']!=_0x3519ef)throw this[_0x2e7649(0x203)][_0x2e7649(0x29d)](_0x2e7649(0x16f)),new _0x2562a0(_0x2e7649(0x16f),this);}[_0x2bbcc9(0x1a0)](_0x5b2008,_0x3640bf){const _0x15d62f=_0x2bbcc9,_0x2d9460=_0x5b2008[_0x15d62f(0x242)]();if(_0x3640bf[_0x15d62f(0x211)](_0x2d9460))_0x5b2008[_0x15d62f(0x292)]();else{if(_0x2d9460[_0x15d62f(0x19b)](_0x3640bf)){const _0x172855=this[_0x15d62f(0x14b)][_0x15d62f(0x296)](_0x3640bf[_0x15d62f(0x21b)][_0x15d62f(0x19c)],_0x15d62f(0x125));this[_0x15d62f(0x1a8)](_0x5b2008,this[_0x15d62f(0x14b)][_0x15d62f(0x1fd)](_0x2d9460[_0x15d62f(0x21b)],_0x172855));const _0x1e34e1=_0x477308(),_0x17addf=_0x5b2008[_0x15d62f(0x23a)]['id'],_0x2c1ee2=_0x5b2008[_0x15d62f(0x1e2)]+':'+_0x5b2008[_0x15d62f(0x227)];this[_0x15d62f(0x228)]({'id':_0x1e34e1,'type':_0x2c1ee2,'createdAt':new Date(),'authorId':_0x17addf,'data':_0x5b2008[_0x15d62f(0x231)],'attributes':_0x5b2008[_0x15d62f(0x1c0)]});const _0x1e0234=this[_0x15d62f(0x14b)][_0x15d62f(0x296)](_0x3640bf[_0x15d62f(0x125)][_0x15d62f(0x151)],_0x15d62f(0x15e)),_0x3c544a=this[_0x15d62f(0x14b)][_0x15d62f(0x1fd)](_0x1e0234,_0x2d9460[_0x15d62f(0x125)]);this[_0x15d62f(0x230)](_0x2c1ee2,_0x1e34e1,_0x17addf,_0x3c544a);}else{if(_0x2d9460[_0x15d62f(0x1ae)](_0x3640bf[_0x15d62f(0x21b)])){const _0x1907d0=this[_0x15d62f(0x14b)][_0x15d62f(0x296)](_0x3640bf[_0x15d62f(0x21b)][_0x15d62f(0x19c)],_0x15d62f(0x125));this[_0x15d62f(0x1a8)](_0x5b2008,this[_0x15d62f(0x14b)][_0x15d62f(0x1fd)](_0x2d9460[_0x15d62f(0x21b)],_0x1907d0));}else{const _0xf2a895=this[_0x15d62f(0x14b)][_0x15d62f(0x296)](_0x3640bf[_0x15d62f(0x125)][_0x15d62f(0x151)],_0x15d62f(0x15e));this[_0x15d62f(0x1a8)](_0x5b2008,this[_0x15d62f(0x14b)][_0x15d62f(0x1fd)](_0xf2a895,_0x2d9460[_0x15d62f(0x125)]));}}}}[_0x2bbcc9(0x1f3)](_0x4895e3){const _0x142da7=_0x2bbcc9;for(const {suggestion:_0x489db0,meta:_0x2b9c2b}of this[_0x142da7(0x158)](_0x4895e3,_0x142da7(0x287))){if(!_0x2b9c2b[_0x142da7(0x1d8)])continue;const _0x268dce=_0x489db0[_0x142da7(0x252)]();for(const _0x1c4cba of _0x268dce)if(!_0x4895e3[_0x142da7(0x295)](_0x1c4cba)[_0x142da7(0x111)])return!0x0;}return!0x1;}[_0x2bbcc9(0x258)](_0x4ec27c){const _0x418dd9=_0x2bbcc9,_0x3d722e=this[_0x418dd9(0x203)][_0x418dd9(0x12b)][_0x418dd9(0x273)](_0x418dd9(0x232))[_0x418dd9(0x245)](_0x4ec27c);if(!_0x3d722e)throw new _0x2562a0(_0x418dd9(0x235),this);return _0x3d722e;}[_0x2bbcc9(0x22d)](_0x1d6e0b){const _0x3ab01a=_0x2bbcc9,_0x1cdce9=this[_0x3ab01a(0x203)][_0x3ab01a(0x12b)][_0x3ab01a(0x273)](_0x3ab01a(0x232)),_0x1fb68a=_0x269bb0(_0x3ab01a(0x280)+_0x1d6e0b),_0x10233d=_0x1cdce9[_0x3ab01a(0x245)](_0x1fb68a);return _0x10233d||_0x1cdce9[_0x3ab01a(0x153)]({'id':_0x1fb68a,'name':_0x1d6e0b});}[_0x2bbcc9(0x10b)](_0x5663a9,_0x326e29,_0x4678f8,_0x545c66,_0x58f8e3){const _0x288854=_0x2bbcc9,_0x380bed=this[_0x288854(0x258)](_0x545c66),_0x510e05=this[_0x288854(0x1f4)][_0x288854(0x137)](_0x5663a9,_0x326e29,_0x4678f8,_0x380bed,_0x58f8e3,_0x2813a0=>{const _0x5f2421=_0x288854;this[_0x5f2421(0x17e)](_0x4678f8,{'attributes':_0x2813a0});const _0x40ff6b=this[_0x5f2421(0x130)](_0x4678f8);this[_0x5f2421(0x1d7)](new Set([_0x40ff6b])),this[_0x5f2421(0xfb)](new Set([_0x40ff6b]));});return this[_0x288854(0x1cf)](_0x510e05,_0x288854(0x279),()=>{const _0x4b5a0b=_0x288854;this[_0x4b5a0b(0x17e)](_0x4678f8,{'state':_0x4b5a0b(0x108)});},{'priority':_0x288854(0x10a)}),this[_0x288854(0x1cf)](_0x510e05,_0x288854(0x29f),()=>{const _0xaa640c=_0x288854;this[_0xaa640c(0x17e)](_0x4678f8,{'state':_0xaa640c(0x215)});},{'priority':_0x288854(0x10a)}),this[_0x288854(0x14a)][_0x288854(0x277)](_0x4678f8,_0x510e05),this[_0x288854(0xf3)][_0x288854(0x277)](_0x510e05,_0x288854(0x1b9)),_0x510e05;}[_0x2bbcc9(0x163)](_0x47e55f){const _0x574cf4=_0x2bbcc9,_0xe725c4=_0x47e55f[_0x574cf4(0x149)](':');return{'group':_0xe725c4[0x0],'type':_0xe725c4[0x1],'subType':_0xe725c4[_0x574cf4(0x111)]>=0x5?_0xe725c4[0x2]:null,'id':_0xe725c4[_0x574cf4(0x111)]<0x5?_0xe725c4[0x2]:_0xe725c4[0x3],'authorId':_0xe725c4[_0x574cf4(0x111)]<0x5?_0xe725c4[0x3]:_0xe725c4[0x4],'markerCount':0x6==_0xe725c4[_0x574cf4(0x111)]?_0xe725c4[0x5]:null};}[_0x2bbcc9(0x1a1)](_0xa1b2da,_0x111a56,_0x4368cc){const _0xa94b0f=_0x2bbcc9,_0x5d533a=_0xa1b2da[_0xa94b0f(0x242)](),_0x482dc6=_0x5d533a[_0xa94b0f(0x21b)],_0x1a41ba=_0x5d533a[_0xa94b0f(0x125)];this[_0xa94b0f(0x1a8)](_0xa1b2da,this[_0xa94b0f(0x14b)][_0xa94b0f(0x1fd)](_0x482dc6,_0x111a56));const _0x3907ca=_0x477308(),_0x3aa611=_0xa1b2da[_0xa94b0f(0x23a)]['id'],_0x4aac94=_0xa1b2da[_0xa94b0f(0x1e2)]+(_0xa1b2da[_0xa94b0f(0x227)]?':'+_0xa1b2da[_0xa94b0f(0x227)]:'');this[_0xa94b0f(0x228)]({'id':_0x3907ca,'type':_0x4aac94,'createdAt':new Date(),'authorId':_0x3aa611,'originalSuggestionId':_0xa1b2da['id'],'attributes':_0xa1b2da[_0xa94b0f(0x1c0)],'data':_0xa1b2da[_0xa94b0f(0x231)]});const _0xc8d368=this[_0xa94b0f(0x226)](_0xa1b2da);(_0xa94b0f(0xf5)==_0xa1b2da[_0xa94b0f(0x1e2)]||_0xc8d368&&this[_0xa94b0f(0x17f)](_0xc8d368))&&(_0x4368cc=this[_0xa94b0f(0x14b)][_0xa94b0f(0x209)](_0x4368cc[_0xa94b0f(0x151)])),this[_0xa94b0f(0x230)](_0x4aac94,_0x3907ca,_0x3aa611,this[_0xa94b0f(0x14b)][_0xa94b0f(0x1fd)](_0x4368cc,_0x1a41ba));}[_0x2bbcc9(0x158)](_0x4fe6df,_0x436ade=null){const _0x6b0f16=_0x2bbcc9,_0xb794af=[],_0x54d9c9=this[_0x6b0f16(0x203)][_0x6b0f16(0x12b)][_0x6b0f16(0x273)](_0x6b0f16(0x232))['me'];Array[_0x6b0f16(0x181)](_0x4fe6df)||(_0x4fe6df=[_0x4fe6df]);for(const _0x527d4f of this[_0x6b0f16(0x187)]()){if(!_0x527d4f[_0x6b0f16(0x206)])continue;if(_0x436ade&&_0x527d4f[_0x6b0f16(0x1e2)]!=_0x436ade)continue;let _0xec4a52=!0x1;for(const _0x317355 of _0x527d4f[_0x6b0f16(0x252)]()){for(const _0x48cf14 of _0x4fe6df){const _0xfa1410=_0x48cf14[_0x6b0f16(0x21b)][_0x6b0f16(0x211)](_0x317355[_0x6b0f16(0x125)])||_0x48cf14[_0x6b0f16(0x125)][_0x6b0f16(0x211)](_0x317355[_0x6b0f16(0x21b)]);if(_0xfa1410||_0x48cf14[_0x6b0f16(0x294)](_0x317355)){const _0x2997c8=_0x48cf14[_0x6b0f16(0x19b)](_0x317355)&&xt(this[_0x6b0f16(0x14b)][_0x6b0f16(0x12f)],_0x317355[_0x6b0f16(0x21b)],_0x48cf14),_0x4e3bdf=_0x317355[_0x6b0f16(0x19b)](_0x48cf14)&&xt(this[_0x6b0f16(0x14b)][_0x6b0f16(0x12f)],_0x48cf14[_0x6b0f16(0x21b)],_0x317355);_0xb794af[_0x6b0f16(0x255)]({'suggestion':_0x527d4f,'meta':{'isOwn':_0x54d9c9==_0x527d4f[_0x6b0f16(0x29b)],'isNextTo':_0xfa1410,'isInsideObject':_0x2997c8,'containsRangeInObject':_0x4e3bdf}}),_0xec4a52=!0x0;break;}}if(_0xec4a52)break;}}return _0xb794af;}[_0x2bbcc9(0x230)](_0x152779,_0xf4fe50,_0x4b78f8,_0x1a99d,_0x37b787){const _0x326865=_0x2bbcc9;this[_0x326865(0x14b)][_0x326865(0x293)](_0x294125=>{const _0x1329e7=_0x326865;let _0x372d98=_0x1329e7(0x219)+_0x152779+':'+_0xf4fe50+':'+_0x4b78f8;_0x37b787&&(_0x372d98=_0x372d98+':'+_0x37b787),_0x294125[_0x1329e7(0x1ca)](_0x372d98,{'range':_0x1a99d,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2bbcc9(0x22e)](_0x13e598){const _0x237f83=_0x2bbcc9,_0xbbbada=_0x13e598[_0x237f83(0x27d)],_0x4367d2=_0x13e598[_0x237f83(0x1c8)];_0x13e598[_0x237f83(0x27d)]=null,_0x13e598[_0x237f83(0x1c8)]=null,null!=_0xbbbada&&_0xbbbada[_0x237f83(0x1c8)]==_0x13e598&&(_0xbbbada[_0x237f83(0x1c8)]=_0x4367d2),null!=_0x4367d2&&_0x4367d2[_0x237f83(0x27d)]==_0x13e598&&(_0x4367d2[_0x237f83(0x27d)]=_0xbbbada),_0x237f83(0x284)==this[_0x237f83(0xf3)][_0x237f83(0x273)](_0x13e598)&&(this[_0x237f83(0xf3)][_0x237f83(0x277)](_0x13e598,_0x237f83(0x18d)),this[_0x237f83(0xf7)](_0x237f83(0x26a),_0x13e598,_0xbbbada,_0x4367d2));}[_0x2bbcc9(0x228)](_0x27b43a){const _0x1fea38=_0x2bbcc9,_0x379190=_0x27b43a['id'],_0x3661ef=this[_0x1fea38(0x1eb)](_0x27b43a);if(this[_0x1fea38(0x204)]&&this[_0x1fea38(0x204)][_0x1fea38(0x1b3)]){const _0x59b392=this[_0x1fea38(0x203)][_0x1fea38(0x12b)][_0x1fea38(0x273)](_0x1fea38(0x1cc)),_0x51c8a2=_0x3661ef[_0x1fea38(0x192)],_0x30960a=_0x3661ef[_0x1fea38(0x227)]?_0x3661ef[_0x1fea38(0x1e2)]+':'+_0x3661ef[_0x1fea38(0x227)]:_0x3661ef[_0x1fea38(0x1e2)],_0x2ef797=this[_0x1fea38(0x203)][_0x1fea38(0x248)],_0x2ced97=_0x59b392[_0x1fea38(0x194)](_0x5e3b14(_0x2ef797,_0x1fea38(0x1e4))),_0x5e259f={'id':_0x379190,'type':_0x30960a,'hasComments':_0x51c8a2,'data':_0x27b43a[_0x1fea38(0x231)]||null,'originalSuggestionId':_0x27b43a[_0x1fea38(0x22b)]||null,'attributes':_0x3661ef[_0x1fea38(0x1c0)]};this[_0x1fea38(0x204)][_0x1fea38(0x1b3)](_0x5e259f)[_0x1fea38(0x1cb)](_0x543a62=>{const _0x26b168=_0x1fea38;_0x3661ef[_0x26b168(0x21a)]=!0x0,_0x59b392[_0x26b168(0xf2)](_0x2ced97),_0x543a62&&_0x543a62[_0x26b168(0x1ee)]&&(this[_0x26b168(0x14a)][_0x26b168(0x273)](_0x379190)[_0x26b168(0x1ee)]=_0x543a62[_0x26b168(0x1ee)]);})[_0x1fea38(0x1d6)](_0x28867e=>{const _0x4e4afe=_0x1fea38;throw _0x34c0c1(_0x4e4afe(0x103)),this[_0x4e4afe(0x203)][_0x4e4afe(0x160)][_0x4e4afe(0x135)]({'isUndoable':!0x1},()=>{const _0x328766=_0x4e4afe;_0x3661ef[_0x328766(0x29f)]();}),_0x3661ef[_0x4e4afe(0x281)](),this[_0x4e4afe(0x14a)][_0x4e4afe(0x1fb)](_0x3661ef['id']),this[_0x4e4afe(0xf3)][_0x4e4afe(0x1fb)](_0x3661ef),_0x28867e;});}return _0x3661ef;}[_0x2bbcc9(0x17f)](_0x384af8){const _0x319b8e=_0x2bbcc9;return this[_0x319b8e(0x205)][_0x319b8e(0x120)](_0x384af8);}[_0x2bbcc9(0x17e)](_0x41c014,_0x432645){const _0x83b19e=_0x2bbcc9,_0x21c31d=this[_0x83b19e(0x203)][_0x83b19e(0x12b)][_0x83b19e(0x273)](_0x83b19e(0x1cc)),_0x1f9faf=this[_0x83b19e(0x130)](_0x41c014);if(this[_0x83b19e(0x204)]&&this[_0x83b19e(0x204)][_0x83b19e(0x1f5)]){if(_0x1f9faf[_0x83b19e(0x21a)]){const _0x571504=_0x21c31d[_0x83b19e(0x194)](_0x5e3b14(this[_0x83b19e(0x203)][_0x83b19e(0x248)],_0x83b19e(0x1e4)));this[_0x83b19e(0x204)][_0x83b19e(0x1f5)](_0x41c014,_0x432645)[_0x83b19e(0x1cb)](()=>{const _0x5f4469=_0x83b19e;_0x21c31d[_0x5f4469(0xf2)](_0x571504);});}else _0x1f9faf['on'](_0x83b19e(0x1dc),()=>{const _0x32866a=_0x83b19e;this[_0x32866a(0x17e)](_0x41c014,_0x432645);});}}[_0x2bbcc9(0x265)](_0x596017){const _0x163144=_0x2bbcc9;if(!this[_0x163144(0x204)]||!this[_0x163144(0x204)][_0x163144(0x130)])throw new _0x2562a0(_0x163144(0x23c),this);return this[_0x163144(0x204)][_0x163144(0x130)](_0x596017);}[_0x2bbcc9(0x21f)](_0x5081b5){const _0x10fb18=_0x2bbcc9,{id:_0x3d959c,type:_0x69441,subType:_0x4e82fe,authorId:_0x1ae5e2}=this[_0x10fb18(0x163)](_0x5081b5),_0x2feea7=this[_0x10fb18(0x14a)][_0x10fb18(0x273)](_0x3d959c)||this[_0x10fb18(0x10b)](_0x69441,_0x4e82fe,_0x3d959c,_0x1ae5e2,{});switch(this[_0x10fb18(0x26d)](_0x2feea7,_0x69441,_0x4e82fe,_0x1ae5e2),this[_0x10fb18(0xf3)][_0x10fb18(0x273)](_0x2feea7)){case _0x10fb18(0x1b9):this[_0x10fb18(0x265)](_0x3d959c)[_0x10fb18(0x1cb)](_0x17bdf2=>{const _0xac61b7=_0x10fb18;let _0x218a15=Promise[_0xac61b7(0x290)]();_0x17bdf2[_0xac61b7(0x192)]&&(_0x218a15=this[_0xac61b7(0x246)][_0xac61b7(0x1b5)]({'channelId':this[_0xac61b7(0x203)][_0xac61b7(0x171)][_0xac61b7(0x273)](_0xac61b7(0x275)),'threadId':_0x3d959c})),_0x218a15[_0xac61b7(0x1cb)](()=>{const _0x326ddc=_0xac61b7;this[_0x326ddc(0x1eb)](_0x17bdf2)[_0x326ddc(0x21a)]=!0x0;});}),this[_0x10fb18(0xf3)][_0x10fb18(0x277)](_0x2feea7,_0x10fb18(0x127));break;case _0x10fb18(0x18d):this[_0x10fb18(0x17e)](_0x3d959c,{'state':_0x10fb18(0xf6)});case _0x10fb18(0x212):this[_0x10fb18(0xf3)][_0x10fb18(0x277)](_0x2feea7,_0x10fb18(0x284)),this[_0x10fb18(0xf7)](_0x10fb18(0x24d),_0x2feea7);break;case _0x10fb18(0x284):this[_0x10fb18(0xf7)](_0x10fb18(0x1af),_0x2feea7);}return _0x2feea7[_0x10fb18(0x126)](_0x5081b5),_0x2feea7;}[_0x2bbcc9(0xfb)](_0x3ef6c6){const _0x384000=_0x2bbcc9,_0x2027f9=Array[_0x384000(0x131)](_0x3ef6c6),_0x36c5e2=_0x2027f9[_0x384000(0x271)](_0x56176b=>_0x384000(0x1bd)==_0x56176b[_0x384000(0x1e2)]);this[_0x384000(0x155)](_0x36c5e2);const _0x51b871=_0x2027f9[_0x384000(0x271)](_0x39ac21=>!_0x39ac21[_0x384000(0x15a)]&&_0x384000(0x1bd)!=_0x39ac21[_0x384000(0x1e2)]),_0x4bc676=this[_0x384000(0x187)]({'skipNotAttached':!0x0})[_0x384000(0x271)](_0x473836=>!_0x473836[_0x384000(0x15a)]&&_0x384000(0x1bd)!=_0x473836[_0x384000(0x1e2)]),_0x17d0b5=_0x4bc676[_0x384000(0x271)](_0x57da46=>!_0x3ef6c6[_0x384000(0x120)](_0x57da46)),_0x58cdeb=new Map(_0x4bc676[_0x384000(0x1ce)](_0x1fb49b=>[_0x1fb49b,this[_0x384000(0x1f4)][_0x384000(0x141)](_0x1fb49b[_0x384000(0x1e2)],_0x1fb49b[_0x384000(0x227)],_0x384000(0x190))])),_0x530af6=new Map(_0x4bc676[_0x384000(0x1ce)](_0x24cdd8=>[_0x24cdd8,_0x24cdd8[_0x384000(0x242)]()])),_0x1a89c3=new Set(),_0x4a3ebd=new Set();for(let _0x20530d=0x0;_0x20530d<_0x51b871[_0x384000(0x111)];_0x20530d++)_0x2d1381(_0x51b871[_0x20530d],_0x51b871,_0x20530d+0x1);for(let _0xbda297=0x0;_0xbda297<_0x51b871[_0x384000(0x111)];_0xbda297++)_0x2d1381(_0x51b871[_0xbda297],_0x17d0b5,0x0);const _0x5d6d94=new Set();for(let _0x109cfd=0x0;_0x109cfd<_0x51b871[_0x384000(0x111)];_0x109cfd++){const _0x22172c=_0x51b871[_0x109cfd];!_0x4a3ebd[_0x384000(0x120)](_0x22172c)&&_0x22172c[_0x384000(0x27d)]&&(_0x5d6d94[_0x384000(0x194)](_0x22172c[_0x384000(0x27d)]),_0x22172c[_0x384000(0x27d)][_0x384000(0x1c8)]===_0x22172c&&(_0x22172c[_0x384000(0x27d)][_0x384000(0x1c8)]=null),_0x22172c[_0x384000(0x27d)]=null),!_0x1a89c3[_0x384000(0x120)](_0x22172c)&&_0x22172c[_0x384000(0x1c8)]&&(_0x5d6d94[_0x384000(0x194)](_0x22172c[_0x384000(0x1c8)]),_0x22172c[_0x384000(0x1c8)][_0x384000(0x27d)]===_0x22172c&&(_0x22172c[_0x384000(0x1c8)][_0x384000(0x27d)]=null),_0x22172c[_0x384000(0x1c8)]=null);}function _0x2d1381(_0x32ee14,_0x4e291b,_0x125b68){const _0x449698=_0x384000;for(let _0x169bae=_0x125b68;_0x169bae<_0x4e291b[_0x449698(0x111)];_0x169bae++){const _0xbc5d60=_0x364726(_0x32ee14,_0x4e291b[_0x169bae]);_0xbc5d60&&(_0xbc5d60[0x0][_0x449698(0x1c8)]=_0xbc5d60[0x1],_0xbc5d60[0x1][_0x449698(0x27d)]=_0xbc5d60[0x0],_0x1a89c3[_0x449698(0x194)](_0xbc5d60[0x0]),_0x4a3ebd[_0x449698(0x194)](_0xbc5d60[0x1]));}}function _0x364726(_0x4ef7b0,_0xc0c52d){const _0x1940a1=_0x384000;if(_0x4ef7b0[_0x1940a1(0x29b)]['id']!==_0xc0c52d[_0x1940a1(0x29b)]['id'])return null;const _0x1a7453=_0x58cdeb[_0x1940a1(0x273)](_0x4ef7b0)(_0x4ef7b0,_0xc0c52d,_0x530af6[_0x1940a1(0x273)](_0x4ef7b0),_0x530af6[_0x1940a1(0x273)](_0xc0c52d));if(!_0x1a7453)return null;return _0x58cdeb[_0x1940a1(0x273)](_0xc0c52d)(_0x4ef7b0,_0xc0c52d,_0x530af6[_0x1940a1(0x273)](_0x4ef7b0),_0x530af6[_0x1940a1(0x273)](_0xc0c52d))?_0x1a7453[0x1][_0x1940a1(0x1d2)]&&_0x1a7453[0x1][_0x1940a1(0x1d2)][_0x1940a1(0x111)]?null:_0x1a7453:null;}_0x5d6d94[_0x384000(0x289)]&&this[_0x384000(0xfb)](_0x5d6d94);}[_0x2bbcc9(0x155)](_0xaf22b4){const _0x553cca=_0x2bbcc9;if(0x0==_0xaf22b4[_0x553cca(0x111)])return;const _0x51c84=this[_0x553cca(0x187)]({'skipNotAttached':!0x0})[_0x553cca(0x271)](_0x4f3106=>_0x553cca(0x1bd)==_0x4f3106[_0x553cca(0x1e2)]&&_0x4f3106[_0x553cca(0x2a1)]),_0x3c0bba=[],_0x4ce522=new Map();for(const _0x29905c of _0x51c84){const _0x5b13a7=_0x269bb0(_0x29905c[_0x553cca(0x1c0)]);_0x4ce522[_0x553cca(0x120)](_0x5b13a7)||(_0x4ce522[_0x553cca(0x277)](_0x5b13a7,_0x3c0bba[_0x553cca(0x111)]),_0x3c0bba[_0x553cca(0x255)]([]));const _0x3e2419=_0x4ce522[_0x553cca(0x273)](_0x5b13a7);_0x3c0bba[_0x3e2419][_0x553cca(0x255)](_0x29905c);}!(function(){const _0x348838=_0x553cca;_0x3c0bba[_0x348838(0x25a)]((_0x2896c6,_0x76efdc)=>{const _0x498586=_0x348838,_0x4a33a3=_0x2896c6[0x0][_0x498586(0x1ee)],_0x54ca7f=_0x76efdc[0x0][_0x498586(0x1ee)];return _0x4a33a3==_0x54ca7f?_0x2896c6[0x0][_0x498586(0x1c0)][_0x498586(0x26e)]<_0x76efdc[0x0][_0x498586(0x1c0)][_0x498586(0x26e)]?-0x1:0x1:_0x4a33a3<_0x54ca7f?-0x1:0x1;});for(const _0x4f3411 of _0x3c0bba)_0x4f3411[_0x348838(0x25a)]((_0x2832a8,_0x522727)=>_0x2832a8['id']<_0x522727['id']?-0x1:0x1);}());for(let _0x13ef0d=0x0;_0x13ef0d<_0x3c0bba[_0x553cca(0x111)];_0x13ef0d++){if(0x0==_0x3c0bba[_0x13ef0d][_0x553cca(0x111)])continue;const _0x2627ea=[];for(let _0x56ba11=_0x13ef0d+0x1;_0x56ba11<_0x3c0bba[_0x553cca(0x111)];_0x56ba11++)0x0!=_0x3c0bba[_0x56ba11][_0x553cca(0x111)]&&_0x2a471d(_0x3c0bba[_0x13ef0d],_0x3c0bba[_0x56ba11])&&_0x2627ea[_0x553cca(0x255)](_0x56ba11);for(const _0x90b106 of _0x2627ea)_0x3c0bba[_0x13ef0d]=_0x3c0bba[_0x13ef0d][_0x553cca(0x166)](_0x3c0bba[_0x90b106]),_0x3c0bba[_0x90b106]=[];}for(const _0x1886f2 of _0x3c0bba)for(let _0x174b9e=0x0;_0x174b9e<_0x1886f2[_0x553cca(0x111)];_0x174b9e++)_0x1886f2[_0x174b9e][_0x553cca(0x1c8)]=_0x1886f2[_0x174b9e+0x1]||null;for(const _0x1d1cce of _0x3c0bba)for(let _0x498ad4=0x0;_0x498ad4<_0x1d1cce[_0x553cca(0x111)];_0x498ad4++)_0x1d1cce[_0x498ad4][_0x553cca(0x27d)]=_0x1d1cce[_0x498ad4-0x1]||null;function _0x2a471d(_0x4f100d,_0x3200c2){const _0x14a2f2=_0x553cca;if(_0x4f100d[0x0][_0x14a2f2(0x1c0)][_0x14a2f2(0x26e)]!==_0x3200c2[0x0][_0x14a2f2(0x1c0)][_0x14a2f2(0x26e)]&&_0x4f100d[0x0][_0x14a2f2(0x29b)]!==_0x3200c2[0x0][_0x14a2f2(0x29b)])return!0x1;if(!function(_0x3a279a,_0x2e6d67){const _0x7d886c=_0x14a2f2;if(!_0x3a279a[_0x7d886c(0x192)]&&!_0x2e6d67[_0x7d886c(0x192)])return!0x0;if(_0x3a279a[_0x7d886c(0x192)]&&_0x2e6d67[_0x7d886c(0x192)])return!0x1;if(_0x3a279a[_0x7d886c(0x192)]&&_0x2e6d67[_0x7d886c(0x1ee)]<_0x3a279a[_0x7d886c(0x1d2)][_0x7d886c(0x263)][_0x7d886c(0x273)](0x0)[_0x7d886c(0x1ee)])return!0x0;if(_0x2e6d67[_0x7d886c(0x192)]&&_0x3a279a[_0x7d886c(0x1ee)]<_0x2e6d67[_0x7d886c(0x1d2)][_0x7d886c(0x263)][_0x7d886c(0x273)](0x0)[_0x7d886c(0x1ee)])return!0x0;return!0x1;}(_0x4f100d[0x0],_0x3200c2[0x0]))return!0x1;const _0xe1e340=_0x5ca531(_0x4f100d[0x0][_0x14a2f2(0x1c0)],_0x14a2f2(0x26e)),_0x29c97f=_0x5ca531(_0x3200c2[0x0][_0x14a2f2(0x1c0)],_0x14a2f2(0x26e));if(!_0x279118(_0xe1e340,_0x29c97f))return!0x1;return!!_0x4f100d[_0x14a2f2(0x180)](_0x4e9109=>_0x3200c2[_0x14a2f2(0x11c)](_0x4cbc3c=>_0x4e9109[_0x14a2f2(0x242)]()[_0x14a2f2(0x211)](_0x4cbc3c[_0x14a2f2(0x242)]())))&&_0x3200c2[_0x14a2f2(0x180)](_0x210a83=>_0x4f100d[_0x14a2f2(0x11c)](_0x4f7af4=>_0x210a83[_0x14a2f2(0x242)]()[_0x14a2f2(0x211)](_0x4f7af4[_0x14a2f2(0x242)]())));}}[_0x2bbcc9(0x1d7)](_0x5728aa){const _0x19edcc=_0x2bbcc9,_0x546a0d=Array[_0x19edcc(0x131)](_0x5728aa),_0x299ef5=this[_0x19edcc(0x187)]({'skipNotAttached':!0x0}),_0x1da56a=_0x299ef5[_0x19edcc(0x271)](_0x4189b0=>!_0x5728aa[_0x19edcc(0x120)](_0x4189b0)),_0x2b4138=new Map(_0x546a0d[_0x19edcc(0x1ce)](_0x58f8e7=>[_0x58f8e7,this[_0x19edcc(0x1f4)][_0x19edcc(0x141)](_0x58f8e7[_0x19edcc(0x1e2)],_0x58f8e7[_0x19edcc(0x227)],_0x19edcc(0x13e))])),_0x4287eb=new Map(_0x299ef5[_0x19edcc(0x1ce)](_0x46b8ff=>[_0x46b8ff,_0x46b8ff[_0x19edcc(0x252)]()]));for(let _0x2f2ae4=0x0;_0x2f2ae4<_0x546a0d[_0x19edcc(0x111)];_0x2f2ae4++){if(_0x58e2b2(this,_0x546a0d[_0x2f2ae4],_0x546a0d,_0x2f2ae4+0x1))return!0x0;}for(let _0x1bdc17=0x0;_0x1bdc17<_0x546a0d[_0x19edcc(0x111)];_0x1bdc17++){if(_0x58e2b2(this,_0x546a0d[_0x1bdc17],_0x1da56a,0x0))return!0x0;}return!0x1;function _0x58e2b2(_0x4baa4f,_0x311649,_0x24b9cf,_0x366053){const _0x1aacc5=_0x19edcc;for(let _0x507953=_0x366053;_0x507953<_0x24b9cf[_0x1aacc5(0x111)];_0x507953++){const _0x341000=_0x24b9cf[_0x507953];if(_0x341000[_0x1aacc5(0x1e2)]!==_0x311649[_0x1aacc5(0x1e2)]||_0x341000[_0x1aacc5(0x29b)]['id']!==_0x311649[_0x1aacc5(0x29b)]['id']||_0x341000[_0x1aacc5(0x227)]!==_0x311649[_0x1aacc5(0x227)])continue;if(!Ft(_0x311649,_0x341000,[_0x1aacc5(0x26e)]))continue;if(_0x1aacc5(0x1bd)==_0x311649[_0x1aacc5(0x1e2)]&&_0x311649[_0x1aacc5(0x231)][_0x1aacc5(0x175)]!=_0x341000[_0x1aacc5(0x231)][_0x1aacc5(0x175)])continue;if(_0x1aacc5(0x1bd)==_0x311649[_0x1aacc5(0x1e2)]&&_0x4baa4f[_0x1aacc5(0x17f)](_0x311649[_0x1aacc5(0x231)][_0x1aacc5(0x1e6)]))continue;if(_0x1aacc5(0xf5)==_0x311649[_0x1aacc5(0x1e2)]){const _0x493adb=_0x4baa4f[_0x1aacc5(0x203)][_0x1aacc5(0x160)],_0x2fafa8=_0x311649[_0x1aacc5(0x19e)]();if(_0x2fafa8&&(_0x493adb[_0x1aacc5(0x12f)][_0x1aacc5(0x19a)](_0x2fafa8)||_0x493adb[_0x1aacc5(0x12f)][_0x1aacc5(0xf9)](_0x2fafa8)))continue;}const _0x58a760=_0x2b4138[_0x1aacc5(0x273)](_0x311649),_0x16d88c=_0x4287eb[_0x1aacc5(0x273)](_0x311649),_0x2aaf2d=_0x4287eb[_0x1aacc5(0x273)](_0x341000),_0x203612=_0x311649[_0x1aacc5(0x1d2)]&&_0x311649[_0x1aacc5(0x1d2)][_0x1aacc5(0x111)],_0x3c4b5a=_0x341000[_0x1aacc5(0x1d2)]&&_0x341000[_0x1aacc5(0x1d2)][_0x1aacc5(0x111)];if(!_0x203612&&_0x58a760(_0x2aaf2d,_0x16d88c))return _0x4baa4f[_0x1aacc5(0x15b)](_0x341000,_0x311649),_0x4287eb[_0x1aacc5(0x1fb)](_0x311649),!0x0;if(!_0x3c4b5a&&_0x58a760(_0x16d88c,_0x2aaf2d))return _0x4baa4f[_0x1aacc5(0x15b)](_0x311649,_0x341000),_0x4287eb[_0x1aacc5(0x1fb)](_0x341000),!0x0;}return!0x1;}}[_0x2bbcc9(0x15b)](_0x18d077,_0x28c91f){const _0x24cd15=_0x2bbcc9;if(_0x18d077[_0x24cd15(0x15a)]){for(const _0x50cfbd of _0x28c91f[_0x24cd15(0x252)]())_0x18d077[_0x24cd15(0x118)](_0x50cfbd);}else{const _0x179386=_0x28c91f[_0x24cd15(0x242)]()[_0x24cd15(0x125)];this[_0x24cd15(0x1a8)](_0x18d077,this[_0x24cd15(0x14b)][_0x24cd15(0x1fd)](_0x18d077[_0x24cd15(0x242)]()[_0x24cd15(0x21b)],_0x179386));}_0x28c91f[_0x24cd15(0x292)]();}[_0x2bbcc9(0x224)](_0x2848af,_0x46ce93){const _0x45ddcb=_0x2bbcc9,_0x42abec=_0x2848af[_0x45ddcb(0x216)](_0x45ddcb(0x297))||_0x2848af[_0x45ddcb(0x216)](_0x45ddcb(0x1bd))?_0x45ddcb(0x2a0):_0x2848af[_0x45ddcb(0x251)]();return _0x5e3b14(this[_0x45ddcb(0x203)][_0x45ddcb(0x248)],_0x46ce93+'_'+_0x42abec+_0x45ddcb(0x16b));}[_0x2bbcc9(0x119)](){const _0x5765e9=_0x2bbcc9,_0x29ea80=this[_0x5765e9(0x203)];_0x3f9688(this[_0x5765e9(0x14b)],({left:_0x4fb618,entered:_0x2a8031})=>{const _0x2fe7e1=_0x5765e9,_0x508c5d=[];for(const _0x2be40c of _0x4fb618){const {group:_0x341520,type:_0x53f6f3}=this[_0x2fe7e1(0x163)](_0x2be40c[_0x2fe7e1(0x1ed)]);if(_0x2fe7e1(0x1fa)===_0x341520){_0x508c5d[_0x2fe7e1(0x255)](this[_0x2fe7e1(0x224)](_0x53f6f3,_0x2fe7e1(0x109)));break;}}for(const _0x2c8aff of _0x2a8031){const {group:_0x2081b8,type:_0x536e9d}=this[_0x2fe7e1(0x163)](_0x2c8aff[_0x2fe7e1(0x1ed)]);if(_0x2fe7e1(0x1fa)===_0x2081b8){_0x508c5d[_0x2fe7e1(0x255)](this[_0x2fe7e1(0x224)](_0x536e9d,_0x2fe7e1(0x168)));break;}}_0x508c5d[_0x2fe7e1(0x111)]&&_0x29ea80['ui'][_0x2fe7e1(0x1f0)][_0x2fe7e1(0x18f)](_0x2fe7e1(0x202),_0x508c5d[_0x2fe7e1(0x13e)]('\x20'));});}[_0x2bbcc9(0x244)](_0x7ea674){const _0x208a65=_0x2bbcc9;if(this[_0x208a65(0x213)])return!0x1;const _0x11cba1=this[_0x208a65(0x203)],_0x440969=_0x11cba1[_0x208a65(0x160)][_0x208a65(0x115)][_0x208a65(0x239)][_0x208a65(0x114)]();if(0x0==_0x440969[_0x208a65(0x111)])return!0x1;const _0x3b797f=[],_0x2e5123=_0x440969[_0x208a65(0x271)](_0xee9dbb=>_0x208a65(0x1bd)==_0xee9dbb[_0x208a65(0x1e2)]),_0x20e382=_0x440969[_0x208a65(0x271)](_0x1661b8=>_0x208a65(0x207)==_0x1661b8[_0x208a65(0x1e2)]&&_0x208a65(0x132)!=_0x1661b8[_0x208a65(0x1ed)]),_0x5c429e=_0x440969[_0x208a65(0x271)](_0x3a43a9=>_0x208a65(0xf2)==_0x3a43a9[_0x208a65(0x1e2)]&&_0x208a65(0x132)!=_0x3a43a9[_0x208a65(0x1ed)]);for(const _0x4ec57d of _0x2e5123)_0x3b797f[_0x208a65(0x255)]({'key':_0x4ec57d[_0x208a65(0x14d)],'newValue':_0x4ec57d[_0x208a65(0x1c6)],'oldValue':_0x4ec57d[_0x208a65(0x1f9)],'range':Ut(_0x4ec57d[_0x208a65(0x142)],_0x11cba1[_0x208a65(0x160)])});for(const _0x4f9a49 of _0x20e382){const _0x4ec5be=_0x5c429e[_0x208a65(0x283)](_0x275920=>_0x275920[_0x208a65(0x27a)][_0x208a65(0x211)](_0x4f9a49[_0x208a65(0x27a)]));_0x4ec5be&&_0x3b797f[_0x208a65(0x255)]({'key':_0x208a65(0x1e5),'newValue':_0x4f9a49[_0x208a65(0x1ed)],'oldValue':_0x4ec5be[_0x208a65(0x1ed)],'range':_0x11cba1[_0x208a65(0x160)][_0x208a65(0x1d5)](_0x4f9a49[_0x208a65(0x27a)][_0x208a65(0x299)])});}return 0x0!=_0x3b797f[_0x208a65(0x111)]&&this[_0x208a65(0x1b1)](_0x7ea674,_0x3b797f);}[_0x2bbcc9(0x13d)](_0x17ee67){const _0x2b98e2=_0x2bbcc9;let _0x1953c4=!0x1;const _0x4e3d40=this[_0x2b98e2(0x203)][_0x2b98e2(0x160)][_0x2b98e2(0x115)][_0x2b98e2(0x239)][_0x2b98e2(0x210)]()[_0x2b98e2(0x271)](_0x41ea4b=>_0x41ea4b[_0x2b98e2(0x231)][_0x2b98e2(0x116)]&&_0x41ea4b[_0x2b98e2(0x1ed)][_0x2b98e2(0x216)](_0x2b98e2(0x11a)));for(const _0x4fde83 of _0x4e3d40){const {subType:_0x124d55,id:_0x567d31}=this[_0x2b98e2(0x163)](_0x4fde83[_0x2b98e2(0x1ed)]),_0x4366dd=_0x124d55[_0x2b98e2(0x149)]('|')[0x0];for(const _0x5f395a of this[_0x2b98e2(0x187)]({'skipNotAttached':!0x0}))_0x5f395a['id']!=_0x567d31&&_0x2b98e2(0x1bd)==_0x5f395a[_0x2b98e2(0x1e2)]&&_0x5f395a[_0x2b98e2(0x231)]&&_0x5f395a[_0x2b98e2(0x231)][_0x2b98e2(0x1e6)]==_0x4366dd&&_0x5f395a[_0x2b98e2(0x242)]()[_0x2b98e2(0x145)](_0x4fde83[_0x2b98e2(0x231)][_0x2b98e2(0x116)])&&(this[_0x2b98e2(0x1fe)](_0x5f395a,_0x4fde83[_0x2b98e2(0x231)][_0x2b98e2(0x116)],_0x17ee67),_0x1953c4=!0x0);}return _0x1953c4;}[_0x2bbcc9(0x23f)](_0x240e41){const _0x295063=_0x2bbcc9;this[_0x295063(0x203)],(this[_0x295063(0x213)]=!0x0,_0x240e41());}[_0x2bbcc9(0x14c)](_0x4b6a24){const _0x3df425=_0x2bbcc9,_0x4cae25=this[_0x3df425(0x17f)](_0x4b6a24),_0x2c0a32=this[_0x3df425(0x13f)][_0x3df425(0x120)](_0x4b6a24);return _0x4cae25||_0x2c0a32;}[_0x2bbcc9(0x1b1)](_0x5d999b,_0x5e57d5){const _0x3e11e9=_0x2bbcc9;if(0x0==_0x5e57d5[_0x3e11e9(0x111)])return!0x1;let _0x4767e0=!0x1;for(const _0x2e4558 of _0x5e57d5){const _0x55cd82=this[_0x3e11e9(0x158)](_0x2e4558[_0x3e11e9(0x142)],_0x3e11e9(0x1bd))[_0x3e11e9(0x271)](_0x2af887=>!_0x2af887[_0x3e11e9(0xf8)][_0x3e11e9(0x1bc)])[_0x3e11e9(0x1ce)](_0x9bd4f1=>_0x9bd4f1[_0x3e11e9(0x1fa)]),_0x205f72=_0x269bb0({'newValue':_0x2e4558[_0x3e11e9(0x21c)]});_0x55cd82[_0x3e11e9(0x271)](_0x3bb4b4=>{const _0x51987d=_0x3e11e9,[_0x31cb5f,_0x2386b4]=_0x3bb4b4[_0x51987d(0x227)][_0x51987d(0x149)]('|');return _0x31cb5f==_0x2e4558[_0x51987d(0x1e6)]&&_0x2386b4!=_0x205f72;})[_0x3e11e9(0xfa)](_0x43ad71=>{const _0x457c66=_0x3e11e9;this[_0x457c66(0x1fe)](_0x43ad71,_0x2e4558[_0x457c66(0x142)],_0x5d999b),_0x4767e0=!0x0;});}return _0x4767e0;}[_0x2bbcc9(0x1fe)](_0x43ed7f,_0x16f45b,_0x529a5d){const _0x51f6e5=_0x2bbcc9,_0x3e961a=_0x43ed7f[_0x51f6e5(0x242)]()[_0x51f6e5(0x295)](_0x16f45b);0x0!==_0x3e961a[_0x51f6e5(0x111)]?0x1!==_0x3e961a[_0x51f6e5(0x111)]?this[_0x51f6e5(0x1a1)](_0x43ed7f,_0x16f45b[_0x51f6e5(0x21b)],_0x16f45b[_0x51f6e5(0x125)]):this[_0x51f6e5(0x1a8)](_0x43ed7f,_0x3e961a[0x0]):_0x529a5d[_0x51f6e5(0x12a)](_0x43ed7f[_0x51f6e5(0x20f)]());}}class Bt{constructor(_0x34a6ac){const _0x3bdd44=_0x2bbcc9;this[_0x3bdd44(0x107)]=_0x34a6ac,this[_0x3bdd44(0x14b)]=_0x34a6ac[_0x3bdd44(0x160)],this[_0x3bdd44(0x121)]=new Map(),this[_0x3bdd44(0x188)]=new Map(),this[_0x3bdd44(0x1ab)]();}[_0x2bbcc9(0x137)](_0x49f659,_0x1fcf17,_0x2885cc,_0x103180,_0x5c8fbc,_0x534692){const _0x19e134=_0x2bbcc9;return new _0x11b616(this[_0x19e134(0x14b)],{'type':_0x49f659,'subType':_0x1fcf17,'id':_0x2885cc,'author':_0x103180,'creator':_0x103180,'attributes':_0x5c8fbc,'onAttributesChange':_0x534692,'onAccept':(..._0x2aec1d)=>this[_0x19e134(0x141)](_0x49f659,_0x1fcf17,_0x19e134(0x279))(..._0x2aec1d),'onDiscard':(..._0x11afad)=>this[_0x19e134(0x141)](_0x49f659,_0x1fcf17,_0x19e134(0x29f))(..._0x11afad)});}[_0x2bbcc9(0x225)](_0x42ba91,_0x35f6df,_0x300d2e,_0x3951d5){const _0x4ee29d=_0x2bbcc9,_0x5f5927=_0x42ba91+':'+_0x35f6df+':'+_0x300d2e;this[_0x4ee29d(0x121)][_0x4ee29d(0x277)](_0x5f5927,_0x3951d5);}[_0x2bbcc9(0x141)](_0x3719e9,_0x168610,_0x5945a9){const _0x5c884d=_0x2bbcc9,_0x2f32b4=_0x3719e9+':'+_0x168610+':'+_0x5945a9;return this[_0x5c884d(0x121)][_0x5c884d(0x273)](_0x2f32b4)||this[_0x5c884d(0x188)][_0x5c884d(0x273)](_0x3719e9+':'+_0x5945a9);}[_0x2bbcc9(0x1ab)](){const _0x1eb998=_0x2bbcc9,_0x17cafc=()=>!0x1,_0x3cb810=_0x101812=>{const _0x5571d7=_0xc012;_0x101812[_0x5571d7(0x25a)]((_0x5c6aee,_0x36305d)=>_0x5c6aee[_0x5571d7(0x21b)][_0x5571d7(0x1bb)](_0x36305d[_0x5571d7(0x21b)])?0x1:-0x1),this[_0x5571d7(0x14b)][_0x5571d7(0x293)](_0x3539f6=>{const _0x59e63c=_0x5571d7;for(const _0x270e87 of _0x101812){let _0xa470b8;_0xa470b8=_0x270e87[_0x59e63c(0x125)][_0x59e63c(0x214)]&&_0x270e87[_0x59e63c(0x125)][_0x59e63c(0x151)]==_0x270e87[_0x59e63c(0x21b)][_0x59e63c(0x299)]?_0x3539f6[_0x59e63c(0x100)](_0x270e87[_0x59e63c(0x21b)][_0x59e63c(0x299)],'on'):_0x3539f6[_0x59e63c(0x100)](_0x270e87),this[_0x59e63c(0x14b)][_0x59e63c(0x18b)](_0xa470b8,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2d6d27=(_0x2e4549,_0x1683a8)=>{const _0x2f6c85=_0xc012;_0x1683a8&&this[_0x2f6c85(0x14b)][_0x2f6c85(0x293)](_0x37f8fe=>{const _0x1d71e0=_0x2f6c85,{commandName:_0x527ae7,commandParams:_0x9a37b5=[]}=_0x1683a8,_0x2d2284=_0x2e4549[_0x1d71e0(0x1ce)](_0x4a864e=>(Rt(_0x4a864e)&&(_0x4a864e=this[_0x1d71e0(0x14b)][_0x1d71e0(0x1fd)](_0x4a864e[_0x1d71e0(0x125)])),_0x4a864e))[_0x1d71e0(0x271)](_0x50845b=>_0x1d71e0(0x1a4)!==_0x50845b[_0x1d71e0(0x200)][_0x1d71e0(0x237)]);if(_0x2d2284[_0x1d71e0(0x111)]<0x1)return;const _0x426c35=Array[_0x1d71e0(0x131)](this[_0x1d71e0(0x14b)][_0x1d71e0(0x115)][_0x1d71e0(0xff)][_0x1d71e0(0x252)]())[_0x1d71e0(0x1ce)](_0x5bf307=>_0x539966[_0x1d71e0(0x25f)](_0x5bf307));_0x37f8fe[_0x1d71e0(0x28b)](_0x2d2284);for(const _0x12174a of this[_0x1d71e0(0x107)][_0x1d71e0(0x1da)][_0x1d71e0(0x1da)]())_0x12174a[_0x1d71e0(0x177)]();_0x9a37b5[_0x1d71e0(0x255)]({'forceDefaultExecution':!0x0}),this[_0x1d71e0(0x107)][_0x1d71e0(0x28e)](_0x527ae7,..._0x9a37b5);const _0x4b5da4=_0x426c35[_0x1d71e0(0x271)](_0x45ccfd=>_0x1d71e0(0x1a4)!=_0x45ccfd[_0x1d71e0(0x200)][_0x1d71e0(0x237)]);_0x4b5da4[_0x1d71e0(0x111)]>0x0&&_0x37f8fe[_0x1d71e0(0x28b)](_0x4b5da4);for(const _0x5e5de0 of _0x426c35)_0x5e5de0[_0x1d71e0(0x143)]();});},_0x258251=(_0x3368fe,_0x3bc222)=>0x1==_0x3368fe[_0x1eb998(0x111)]&&0x1==_0x3bc222[_0x1eb998(0x111)]&&_0x3368fe[0x0][_0x1eb998(0x125)][_0x1eb998(0x211)](_0x3bc222[0x0][_0x1eb998(0x21b)]),_0x59cbd4=(_0x27e14c,_0x26aa44,_0x58c4d4,_0x3e1b68)=>Gt(_0x27e14c,_0x26aa44,_0x58c4d4,_0x3e1b68,this[_0x1eb998(0x14b)])?[_0x27e14c,_0x26aa44]:Gt(_0x26aa44,_0x27e14c,_0x3e1b68,_0x58c4d4,this[_0x1eb998(0x14b)])?[_0x26aa44,_0x27e14c]:null;this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x23b),_0x17cafc),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x1c9),_0x3cb810),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x134),_0x258251),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x259),_0x59cbd4),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x162),_0x3cb810),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x23e),_0x17cafc),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x1a5),_0x258251),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x240),_0x59cbd4),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x14e),_0x2d6d27),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x1c4),_0x17cafc),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x25b),_0x258251),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x146),_0x17cafc),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0xfd),_0x2d6d27),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x1ec),_0x17cafc),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x25c),_0x258251),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x22c),_0x17cafc),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x148),_0x17cafc),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x144),(_0xc46527,_0x4115b4)=>{const _0x34ad19=_0x1eb998;if(!_0x4115b4)return;const _0x5da118=this[_0x34ad19(0x107)][_0x34ad19(0x12b)][_0x34ad19(0x273)](p);this[_0x34ad19(0x14b)][_0x34ad19(0x293)](_0x341502=>{const _0x4dff51=_0x34ad19;if(_0x4dff51(0x1e5)==_0x4115b4[_0x4dff51(0x1e6)])for(const _0x55cc13 of _0xc46527){const _0x45dbe9=_0x55cc13[_0x4dff51(0x21b)][_0x4dff51(0x299)],_0x53227c=_0x4115b4[_0x4dff51(0x175)];_0x341502[_0x4dff51(0x17c)](_0x45dbe9,_0x53227c);}else{if(_0x5da118[_0x4dff51(0x17f)](_0x4115b4[_0x4dff51(0x1e6)])){for(const _0x338364 of _0xc46527)void 0x0!==_0x4115b4[_0x4dff51(0x175)]?_0x341502[_0x4dff51(0x1b4)](_0x4115b4[_0x4dff51(0x1e6)],_0x4115b4[_0x4dff51(0x175)],_0x338364[_0x4dff51(0x21b)][_0x4dff51(0x299)]):_0x341502[_0x4dff51(0x1ea)](_0x4115b4[_0x4dff51(0x1e6)],_0x338364[_0x4dff51(0x21b)][_0x4dff51(0x299)]);}else{for(const _0x528ad0 of _0xc46527)_0x4115b4[_0x4dff51(0x175)]?_0x341502[_0x4dff51(0x1b4)](_0x4115b4[_0x4dff51(0x1e6)],_0x4115b4[_0x4dff51(0x175)],_0x528ad0):_0x341502[_0x4dff51(0x1ea)](_0x4115b4[_0x4dff51(0x1e6)],_0x528ad0);}}});}),this[_0x1eb998(0x188)][_0x1eb998(0x277)](_0x1eb998(0x1d3),_0x258251);}}function xt(_0x62a848,_0x8c17d2,_0x47ff8e){const _0x573ead=_0x2bbcc9;for(const _0x55171e of _0x8c17d2[_0x573ead(0x151)][_0x573ead(0x1bf)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x55171e[_0x573ead(0x200)]==_0x55171e)return!0x1;if(!_0x47ff8e[_0x573ead(0x147)](_0x55171e))return!0x1;if(_0x62a848[_0x573ead(0x19a)](_0x55171e)||_0x62a848[_0x573ead(0xf9)](_0x55171e))return!0x0;}return!0x1;}function Rt(_0x5d93c9){const _0x7d3c57=_0x2bbcc9;return _0x5d93c9[_0x7d3c57(0x125)][_0x7d3c57(0x151)]==_0x5d93c9[_0x7d3c57(0x21b)][_0x7d3c57(0x299)]&&_0x5d93c9[_0x7d3c57(0x125)][_0x7d3c57(0x18a)];}function Tt(_0x3f12ba,_0x46f01c,_0x2dd9ca,_0x36e33c){const _0x3ebab1=_0x2bbcc9,_0x6735f6=_0x357ff0=>!_0x357ff0[_0x3ebab1(0x1aa)]['is'](_0x3ebab1(0x189))&&!_0x36e33c[_0x3ebab1(0x19a)](_0x357ff0[_0x3ebab1(0x1aa)]),_0x2cb22a=_0x3f12ba[_0x3ebab1(0x21b)][_0x3ebab1(0x138)](_0x6735f6),_0x5f2bd8=_0x3f12ba[_0x3ebab1(0x125)][_0x3ebab1(0x138)](_0x6735f6,{'direction':_0x3ebab1(0x1a6)});return(!_0x3f12ba[_0x3ebab1(0x21b)][_0x3ebab1(0x211)](_0x2cb22a)||!_0x3f12ba[_0x3ebab1(0x125)][_0x3ebab1(0x211)](_0x5f2bd8))&&(_0x2cb22a[_0x3ebab1(0x1bb)](_0x5f2bd8)?_0x2dd9ca[_0x3ebab1(0x18c)](_0x46f01c,{'range':_0x2dd9ca[_0x3ebab1(0x1fd)](_0x2cb22a,_0x5f2bd8)}):_0x2dd9ca[_0x3ebab1(0x12a)](_0x46f01c),!0x0);}function Et(_0x3259ce){return _0x269bb0(_0x3259ce);}function Vt(_0x351425){const _0x1160fe=_0x2bbcc9,_0x26a0f3=_0x351425[_0x1160fe(0x21b)][_0x1160fe(0x299)];return _0x26a0f3&&_0x26a0f3['is'](_0x1160fe(0x164));}function Ut(_0x194ec8,_0x387ff4){const _0x5ade8b=_0x2bbcc9;return null==_0x194ec8[_0x5ade8b(0x125)][_0x5ade8b(0x19c)]&&_0x194ec8[_0x5ade8b(0x125)][_0x5ade8b(0x151)]==_0x194ec8[_0x5ade8b(0x21b)][_0x5ade8b(0x299)]?Ot(_0x194ec8[_0x5ade8b(0x21b)][_0x5ade8b(0x299)],_0x387ff4):_0x194ec8;}function Ot(_0x1fe73b,_0x35b22f){const _0x36ee67=_0x2bbcc9,_0x52309a=_0x35b22f[_0x36ee67(0x12f)][_0x36ee67(0x19a)](_0x1fe73b)||_0x35b22f[_0x36ee67(0x12f)][_0x36ee67(0x254)](_0x1fe73b);return _0x35b22f[_0x36ee67(0x1fd)](_0x35b22f[_0x36ee67(0x296)](_0x1fe73b,_0x36ee67(0x198)),_0x52309a?_0x35b22f[_0x36ee67(0x1b8)](_0x1fe73b):_0x35b22f[_0x36ee67(0x296)](_0x1fe73b,_0x36ee67(0x125)));}function Gt(_0x547557,_0xe99e7e,_0x322c26,_0x42011c,_0x330921){const _0x44015d=_0x2bbcc9;if(!Ft(_0x547557,_0xe99e7e))return!0x1;if(_0x322c26[_0x44015d(0x125)][_0x44015d(0x211)](_0x42011c[_0x44015d(0x21b)]))return!0x0;if(_0x547557[_0x44015d(0x1e2)]!=_0xe99e7e[_0x44015d(0x1e2)])return!0x1;if(!_0x322c26[_0x44015d(0x125)][_0x44015d(0x1db)](_0x42011c[_0x44015d(0x21b)]))return!0x1;const _0x32288b=_0x330921[_0x44015d(0x1fd)](_0x322c26[_0x44015d(0x125)],_0x42011c[_0x44015d(0x21b)])[_0x44015d(0x12d)]();for(const _0x455044 of _0x32288b)if([_0x44015d(0x170),_0x44015d(0x13b)][_0x44015d(0x122)](_0x455044[_0x44015d(0x1e2)])&&_0x330921[_0x44015d(0x12f)][_0x44015d(0xf9)](_0x455044[_0x44015d(0x1aa)]))return!0x1;return!0x0;}function Ft(_0x2cd471,_0x5ef326,_0x12a633=[]){const _0x59b8e1=_0x2bbcc9;return!(!_0x2cd471[_0x59b8e1(0x2a1)]||!_0x5ef326[_0x59b8e1(0x2a1)])&&_0x279118(_0x5ca531(_0x2cd471[_0x59b8e1(0x1c0)],_0x12a633),_0x5ca531(_0x5ef326[_0x59b8e1(0x1c0)],_0x12a633));}function Pt(_0x5d495e,_0x26f31d){const _0x5e4c48=_0x2bbcc9,_0x2d2528=Lt(_0x5d495e[_0x5e4c48(0x1c0)]),_0x42514c=Lt(_0x26f31d);if(!_0x5d495e[_0x5e4c48(0x2a1)])return!0x1;for(const _0x2d1c77 of Object[_0x5e4c48(0x26b)](_0x42514c))if(!_0x279118(_0x2d2528[_0x2d1c77],_0x42514c[_0x2d1c77]))return!0x1;return!0x0;}function Lt(_0x57c652){const _0x5e7faa=_0x2bbcc9,_0x32b05d=Object[_0x5e7faa(0x15c)]({},_0x57c652);return delete _0x32b05d[_0x5e7faa(0x250)],delete _0x32b05d[_0x5e7faa(0x150)],_0x32b05d;}
23
+ const _0x2d71a2=_0x44d6;(function(_0x45eb06,_0xcb5929){const _0x1451cc=_0x44d6,_0x22e121=_0x45eb06();while(!![]){try{const _0x3ef870=parseInt(_0x1451cc(0x202))/0x1*(-parseInt(_0x1451cc(0x16e))/0x2)+parseInt(_0x1451cc(0x91))/0x3+-parseInt(_0x1451cc(0x150))/0x4*(-parseInt(_0x1451cc(0x21d))/0x5)+-parseInt(_0x1451cc(0x185))/0x6*(parseInt(_0x1451cc(0x79))/0x7)+-parseInt(_0x1451cc(0x12f))/0x8*(-parseInt(_0x1451cc(0x177))/0x9)+parseInt(_0x1451cc(0x12a))/0xa*(parseInt(_0x1451cc(0x11f))/0xb)+-parseInt(_0x1451cc(0x182))/0xc;if(_0x3ef870===_0xcb5929)break;else _0x22e121['push'](_0x22e121['shift']());}catch(_0x3cc1ee){_0x22e121['push'](_0x22e121['shift']());}}}(_0xf85a,0xc1a14));import{Plugin as _0x102464,PendingActions as _0x1bca6c}from'ckeditor5/src/core.js';import{LiveRange as _0x7534a6}from'ckeditor5/src/engine.js';import{CKEditorError as _0x276ad1,uid as _0x1f75a3,priorities as _0x2768c9,logWarning as _0x1304fe}from'ckeditor5/src/utils.js';import{toWidget as _0x18dc77}from'ckeditor5/src/widget.js';function _0xf85a(){const _0x431f44=['keys','markInlineFormat','_trackFormatChanges','getSuggestionCallback','before','getNearestSelectionRange','_element','insertion','formatBlock:discard','plugins','setAttribute','item','11CDnUym','isLimit','meta','addHighlight','getIntersection','insertion:chain','add','isBefore','config','_registerBlockAttribute','type','4573090DBhSQp','dataReady','filter','low','data','150712WEmVis','_getMarkerAnnouncementText','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.','set','addRange','_joinWithAdjacentSuggestions','key','parent','skipNestingCheck','getMarkers','conversion','nodeBefore','some','oldRange','markAttributeChange','toUpperCase','init','insertion:','change:_saved','_getAuthorFromId','nodeAfter','root','hasComments','find','unbindElementFromMarkerName','attributeNewValue','ck-suggestion-marker-formatInline','announce','formatInline:discard','isCollapsed','_joinSuggestions','createRange','document','244652owpMLQ','change:activeMarkers','_blockAttributeKeys','resolve','suggestion','getAttribute','every','ready','removeAttribute','widget','deletion','_breakSuggestionMarker','getRange','format','trackChanges','deletion:','consume','isOwn','define','attributeKey','accepted','isLocal','_refreshAttributeSuggestionsChain','getAncestors','newRange','fromCharCode','formatInline:accept','track-changes-enable-command-twice','getFirstRange','_reduceExistingSuggestions','38708QyeOWh','insertion:discard','_afterChanges','isInsideObject','@external','forEach','remove','moveTargetPosition','marker-count','369DlFCiT','_handleNewSuggestionMarker','attribute','_refreshSuggestionsChain','_inlineAttributeKeys','deletion:chain','elementStart','move','_adapter','dataDowncast','author','7392360mpdKLD','isAfter','get','2517282PyQgDu','getMultiRangeId','formatBlock','attributeOldValue','selection','removeMarker:suggestion:attribute','createPositionAt','stop','hasSuggestion','trackChangesCommand','size','discardSelectedSuggestions','formatGroupId','substr','_suggestionFactory','deletion:join','external:','error-saving-suggestion-data-suggestion-discarded','highest','suggestionUnloaded','track-changes-suggestion-data-mismatch','always','high','batch','authoredAt','never','markMultiRangeBlockFormat','howMany','rejected','getDifference','$textProxy','assign','getWalker','applyOperation','containerElement','differ','activeMarkers','addMarker:suggestion:attribute','containsRangeInObject','clone','deletion:accept','createRangeOn','enqueueChange','ck-suggestion-marker--active','_processAttributeSuggestions','_findSuggestions','suggestionLoaded','getChangedMarkers','next','formatInline','track-changes-adapter-missing-getsuggestion','FORMATTING','getSuggestions','containsItem','updateMarker','getContainedElement','createRangeIn','getShiftedBy','getCustomProperty','_splitMarkerName','model','markMultiRangeInsertion','addSuggestionData','rename','return','_defaultCallbacks','end','ENTER','markerReady','schema','group','adapter','_setSuggestionRange','attributes','values','_getExternalAuthor','Users','insertion:accept','deleteContent','_enableDefaultAttributesIntegration','updateSuggestion','$graveyard','_isRegisteredAttribute','_getAttributeKey','open','_isDataLoaded','update:suggestion','sort','$text','markMultiRangeDeletion','commands','head','_descriptionFactory','getChanges','catch','splitPosition','track-changes-suggestion-not-found','createElement','isUndo','backward','formatInline:','map','normal','editing','_saved','requires','change:data','_model','element','getAllAdjacentSuggestions','_reduceSuggestionAttributeRange','push','addComment','getItems','_editor','track-changes-command-not-found','_getSuggestionData','enableReadOnlyMode','creator','createSelection','PENDING_ACTION_SUGGESTION','_registerDefaultCallbacks','showSuggestionHighlights','addMarkerName','isAtStart','61crRHpv','discardAllSuggestions','acceptSuggestion','fromRange','toJSON','from','removeMarker','isAtEnd','isObject','attribute:join','_suggestions','_recordAttributeSuggestions','insertion:join','formatBlock:chain','removeMarkers','addMarker','ck-suggestion-marker-formatBlock','_checkSuggestionCorrectness','_commentsRepository','_isBlockAttribute','registerCustomCallback','$marker','addCommentThread','bindElementToMarker','commentThread','originalSuggestionId','isMultiRange','125ZZbfgC','commandName','forward','notReady','position','concat','pop','getSuggestion','TrackChangesEditing','writer','isEqual','_updateSuggestionData','rethrowUnexpectedError','detach','7klclSv','markInsertion','isBlock','formatBlock:accept','_SUGGESTION_ANNOUNCEMENT','targetPosition','insertContent','discardSuggestion','_customCallbacks','stopListening','previous','multi','acceptAllSuggestions','removed','mapper','trackChanges.mergeNestedSuggestions','consumable','lowest','addUser','dataToMarker','deletion:discard','_recordAttributeChanges','isArray','default','751488woFeOK','multipleBlocks','start','newValue','_addSuggestionMarker','documentSelection','containsPosition','discard','markDeletion','accept','setTo','isIntersecting','setSelection','includes','comments','execute','pluginName','attribute:accept','listenTo','substring','_enabledCommands','split','addClass','createdAt','isNextTo','editingDowncast','clear','locale','track-changes-adapter-already-set','after','unbind','registerPostFixer','_registerInlineAttribute','chain','_createSuggestion','_onDiscard','isInContent','formatBlock:','acceptSelectedSuggestions','warn','refresh','oldValue','formatInline:chain','getLastMatchingPosition','subType','removeClass','join','addSuggestion','_setSuggestionData','collaboration.channelId','_addThreadToSuggestion','fire','isSelectable','_suggestionState','attribute:discard','suggestion-type','addMarker:suggestion','isIntersectingWithRange','startsWith','buildSuggestion','$elementName','ck-suggestion-marker-','containsRange','upcast','getUser','markBlockFormat','value','editor','createPositionAfter','delete','toViewElement','markerName','isTouching','suggestion:','PendingActions','forceDefaultExecution','_cutOutSuggestionMarker','addMarker:suggestion:formatBlock','getFirstMarker','formatBlock:join','hasCommentThread','_processAttributeChanges','_removeSuggestion','ck-suggestion-marker','length','isDocumentOperation','enableCommand','tablePasteChainId','options','getCommentThread','_mergeNestedSuggestions','name','removeMarker:suggestion:formatBlock','has','removeComment','track-changes-user-not-found','fetchCommentThread','rootName','elementEnd','splice','markerToData','insert','markerToHighlight','LEAVE','then','groupId','isExternal','authorName','_rangeIsInLocalUserInsertion','trackChanges.trackFormatChanges','suggestion:attribute:','markerNameToElements','ariaLiveAnnouncer','attribute:','formatInline:join','getRanges','reconvertMarker','data-suggestion','createPositionBefore','CommentsRepository','_initAriaMarkerChangeAnnouncements','suggestionChanged','elementToElement','unshift','change','range','isRemovable','for','_isForcedDefaultExecutionBlock','markers'];_0xf85a=function(){return _0x431f44;};return _0xf85a();}import{Users as _0x21128e,hashObject as _0x30fd3b,surroundingMarkersDetector as _0x1f77c6}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x37d225 from'./commands/trackchangescommand.js';import _0x95bbf4 from'./commands/acceptsuggestioncommand.js';import _0x3406ff from'./commands/discardsuggestioncommand.js';import _0x5337dc from'./commands/executeonallsuggestionscommand.js';import _0x222915 from'./commands/executeonselectedsuggestionscommand.js';import _0x46cfec from'./suggestion.js';import _0x5f38c2 from'./suggestiondescriptionfactory.js';import _0x1c4c75 from'./integrations/aiassistant.js';import _0x15c4a4 from'./integrations/alignment.js';import _0x29e67a from'./integrations/basicstyles.js';import _0x274745 from'./integrations/blockquote.js';import _0x33cab2 from'./integrations/casechange.js';import _0x5e08b5 from'./integrations/ckbox.js';import _0x9a2f02 from'./integrations/codeblock.js';import _0x2ec07e from'./integrations/comments.js';import _0x490749 from'./integrations/deletecommand.js';import _0x2d7cfd from'./integrations/list.js';import _0x3a5c89 from'./integrations/listproperties.js';import _0x1a35d5 from'./integrations/entercommand.js';import _0x4b57ab from'./integrations/findandreplace.js';import _0xcaecc1 from'./integrations/font.js';function _0x44d6(_0xf8daf4,_0x2257bf){const _0xf85abe=_0xf85a();return _0x44d6=function(_0x44d66e,_0x420ae5){_0x44d66e=_0x44d66e-0x73;let _0x57f3b4=_0xf85abe[_0x44d66e];return _0x57f3b4;},_0x44d6(_0xf8daf4,_0x2257bf);}import _0x205df4 from'./integrations/formatpainter.js';import _0x4b4397 from'./integrations/heading.js';import _0x2055d6 from'./integrations/highlight.js';import _0x292e2f from'./integrations/horizontalline.js';import _0x55d118 from'./integrations/htmlembed.js';import _0x2848f8 from'./integrations/image.js';import _0x15ca5b from'./integrations/imagereplace.js';import _0x24d9a3 from'./integrations/imagestyle.js';import _0xb45be9 from'./integrations/importword.js';import _0x384461 from'./integrations/indent.js';import _0x15cc86 from'./integrations/inputcommand.js';import _0x4c1dbd from'./integrations/link.js';import _0xce41ae from'./integrations/legacylist.js';import _0x386d67 from'./integrations/legacylistproperties.js';import _0x893787 from'./integrations/mediaembed.js';import _0x2aa13d from'./integrations/mention.js';import _0x334cba from'./integrations/pagebreak.js';import _0x469f90 from'./integrations/paragraph.js';import _0x2c07af from'./integrations/removeformat.js';import _0xb3b1a4 from'./integrations/restrictededitingmode.js';import _0x774047 from'./integrations/shiftentercommand.js';import _0x45e272 from'./integrations/standardeditingmode.js';import _0xb99a83 from'./integrations/style.js';import _0xf57bb1 from'./integrations/table.js';import _0x1c8e35 from'./integrations/tablemergesplit.js';import _0x18b2d6 from'./integrations/tableheadings.js';import _0x5749ea from'./integrations/tableclipboard.js';import _0x445252 from'./integrations/tablecolumnresize.js';import _0x356970 from'./integrations/template.js';import _0x267fda from'./integrations/tableofcontents.js';import _0x453db8 from'./integrations/title.js';import _0x57bb56 from'./integrations/undo.js';import _0x2e81ba from'./integrations/tablecaption.js';import _0x9999bc from'./integrations/tableproperties.js';import{getTranslation as _0x24efa4}from'./utils/common-translations.js';import{isEqual as _0x11c113,omit as _0x3560fb}from'lodash-es';export const renameAttributeKey=_0x2d71a2(0xcd);export default class p extends _0x102464{static get[_0x2d71a2(0x1ee)](){const _0x4486b1=_0x2d71a2;return[_0x4486b1(0x108),_0x21128e,_0x1bca6c,_0x1c4c75,_0x15c4a4,_0x29e67a,_0x274745,_0x5e08b5,_0x33cab2,_0x9a2f02,_0x2ec07e,_0x490749,_0x1a35d5,_0x4b57ab,_0xcaecc1,_0x205df4,_0x4b4397,_0x2055d6,_0x292e2f,_0x55d118,_0x2848f8,_0x24d9a3,_0x15ca5b,_0xb45be9,_0x384461,_0x15cc86,_0xce41ae,_0x386d67,_0x4c1dbd,_0x2d7cfd,_0x3a5c89,_0x893787,_0x2aa13d,_0x334cba,_0x469f90,_0x2c07af,_0xb3b1a4,_0x774047,_0x45e272,_0xb99a83,_0xf57bb1,_0x1c8e35,_0x18b2d6,_0x2e81ba,_0x5749ea,_0x445252,_0x267fda,_0x9999bc,_0x356970,_0x453db8,_0x57bb56];}static get[_0x2d71a2(0xa1)](){const _0x3703cd=_0x2d71a2;return _0x3703cd(0x73);}constructor(_0x398b84){const _0x4e5683=_0x2d71a2;function _0x2e3313(_0x3d5b53){const _0x4501f8=_0x44d6;return _0x3d5b53[_0x4501f8(0x1ea)](_0x3ac313=>String[_0x4501f8(0x169)](_0x3ac313))[_0x4501f8(0xbf)]('');}super(_0x398b84),this[_0x4e5683(0x20d)]=!0x1,this[_0x4e5683(0x132)](_0x4e5683(0x1a9),[]),this['on'](_0x4e5683(0x151),(_0xaad7f9,_0x940ba,_0x5d12a4,_0x3aae38)=>{const _0x3e6dd3=_0x4e5683;this[_0x3e6dd3(0x1f0)][_0x3e6dd3(0x10d)](()=>{const _0x3f9691=_0x3e6dd3;for(const _0x2094d8 of[..._0x3aae38,..._0x5d12a4])this[_0x3f9691(0x1f0)][_0x3f9691(0x112)][_0x3f9691(0xee)](_0x2094d8)&&_0x398b84[_0x3f9691(0x1ec)][_0x3f9691(0x105)](_0x2094d8);});}),this[_0x4e5683(0x1e1)]=new _0x5f38c2(this[_0x4e5683(0xd4)][_0x4e5683(0x1c1)][_0x4e5683(0x1ca)],this[_0x4e5683(0xd4)][_0x4e5683(0xac)]),this[_0x4e5683(0x17f)]=null,this[_0x4e5683(0x193)]=new Bt(this[_0x4e5683(0xd4)]),this[_0x4e5683(0x20c)]=new Map(),this[_0x4e5683(0x214)]=_0x398b84[_0x4e5683(0x11c)][_0x4e5683(0x184)](_0x4e5683(0x108)),this[_0x4e5683(0xa5)]=new Set(),this[_0x4e5683(0x1f0)]=this[_0x4e5683(0xd4)][_0x4e5683(0x1c1)],this[_0x4e5683(0xc6)]=new WeakMap(),this[_0x4e5683(0x111)]=!0x1,this[_0x4e5683(0x152)]=new Set([_0x4e5683(0xcd)]),this[_0x4e5683(0x17b)]=new Set(),_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x162)](_0x4e5683(0xfe),_0x4e5683(0x90)),this[_0x4e5683(0x115)]=_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x184)](_0x4e5683(0xfe)),_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x162)](_0x4e5683(0x88),!0x0),this[_0x4e5683(0xeb)]=_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x184)](_0x4e5683(0x88)),this[_0x4e5683(0x18e)]=new _0x37d225(_0x398b84,this[_0x4e5683(0xa5)]),this[_0x4e5683(0x109)](),this[_0x2e3313([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2e3313([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x34]);}[_0x2d71a2(0x13f)](){const _0x2ccc1f=_0x2d71a2,_0xa67965=this[_0x2ccc1f(0xd4)],_0x5cc125=(_0x4c98ee,_0x557cdf)=>{const _0x42950e=_0x2ccc1f;if(_0x42950e(0x179)!=_0x4c98ee)return _0x42950e(0xce)+_0x4c98ee;const _0x531ee6=_0x557cdf[_0x42950e(0xa6)]('|')[0x0];return this[_0x42950e(0x215)](_0x531ee6)?_0x42950e(0x212):_0x42950e(0x149);};_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0xf7)]({'model':_0x2ccc1f(0x154),'view':_0x1cc88b=>{const _0x34ddff=_0x2ccc1f,{id:_0x1fcf02,type:_0x251c61,subType:_0x5911ad}=this[_0x34ddff(0x1c0)](_0x1cc88b[_0x34ddff(0xd8)]),_0x532112=[_0x34ddff(0xe4),_0x5cc125(_0x251c61,_0x5911ad)];let _0xf49095=0xbb8;return this[_0x34ddff(0x1a9)][_0x34ddff(0x9e)](_0x1cc88b[_0x34ddff(0xd8)])&&(_0x532112[_0x34ddff(0x1f4)](_0x34ddff(0x1b0)),_0xf49095=0xbc2),_0x34ddff(0x15a)==_0x251c61&&(_0xf49095+=0x5),{'classes':_0x532112,'attributes':{'data-suggestion':_0x1fcf02},'priority':_0xf49095};}}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0x125)](_0x1558cb=>{const _0x14d41d=_0x2ccc1f;_0x1558cb['on'](_0x14d41d(0xc9),(_0x1477d9,_0x21f829,_0xed679)=>{const _0xbdf646=_0x14d41d;if(!_0xed679[_0xbdf646(0xe9)][_0xbdf646(0x1ff)])return;const _0x4c0630=_0x21f829[_0xbdf646(0x11e)];if(!_0x4c0630)return;const _0x3445c0=_0xed679[_0xbdf646(0x87)][_0xbdf646(0xd7)](_0x4c0630);_0xa67965[_0xbdf646(0x1c1)][_0xbdf646(0x1ca)][_0xbdf646(0x20a)](_0x4c0630)&&_0x3445c0&&!_0x3445c0[_0xbdf646(0x1bf)](_0xbdf646(0x159))&&_0x3445c0['is'](_0xbdf646(0x1a7))&&_0x18dc77(_0x3445c0,_0xed679[_0xbdf646(0x74)]);},{'priority':_0x14d41d(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0xf7)]({'model':_0x2ccc1f(0x154),'view':(_0x283f57,_0x3953e8)=>{const _0x3429b0=_0x2ccc1f;if(!_0x3953e8[_0x3429b0(0xe9)][_0x3429b0(0x1ff)])return null;const {type:_0xae3898,subType:_0x56a673}=this[_0x3429b0(0x1c0)](_0x283f57[_0x3429b0(0xd8)]);return{'classes':[_0x3429b0(0xe4),_0x5cc125(_0xae3898,_0x56a673)],'priority':0xbb8};}});const _0x3b6219=({showActiveMarkers:_0x32a835=!0x0,isAttributeSuggestion:_0x1a1490=!0x1}={})=>(_0x4b13b7,_0x525388,_0x32757c)=>{const _0x3a7fc2=_0x2ccc1f;if(!_0x525388[_0x3a7fc2(0x11e)])return;const {id:_0x3aed23}=this[_0x3a7fc2(0x1c0)](_0x525388[_0x3a7fc2(0xd8)]);if(_0x1a1490){const _0x2363b4=this[_0x3a7fc2(0x20c)][_0x3a7fc2(0x184)](_0x3aed23),_0x561be4=this[_0x3a7fc2(0x1d8)](_0x2363b4);if(!this[_0x3a7fc2(0x215)](_0x561be4))return;}if(_0x525388[_0x3a7fc2(0x11e)]['is'](_0x3a7fc2(0x189)))return void _0x32757c[_0x3a7fc2(0x89)][_0x3a7fc2(0x160)](_0x525388[_0x3a7fc2(0x11e)],_0x4b13b7[_0x3a7fc2(0xec)]);const _0x2db953=_0x32757c[_0x3a7fc2(0x87)][_0x3a7fc2(0xd7)](_0x525388[_0x3a7fc2(0x11e)]);if(_0x525388[_0x3a7fc2(0x11e)]['is'](_0x3a7fc2(0x1f1))&&_0xa67965[_0x3a7fc2(0x1c1)][_0x3a7fc2(0x1ca)][_0x3a7fc2(0x7b)](_0x525388[_0x3a7fc2(0x11e)])&&!_0x2db953[_0x3a7fc2(0x1bf)](_0x3a7fc2(0x122))){_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0xa7)]([_0x3a7fc2(0xe4),_0x3a7fc2(0x212)],_0x2db953),_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0x11d)](_0x3a7fc2(0x106),_0x3aed23,_0x2db953),_0x32757c[_0x3a7fc2(0x87)][_0x3a7fc2(0x219)](_0x2db953,_0x525388[_0x3a7fc2(0xd8)]),_0x32a835&&(this[_0x3a7fc2(0x1a9)][_0x3a7fc2(0x9e)](_0x525388[_0x3a7fc2(0xd8)])?_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0xa7)](_0x3a7fc2(0x1b0),_0x2db953):_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0xbe)](_0x3a7fc2(0x1b0),_0x2db953));for(const _0x449e61 of _0xa67965[_0x3a7fc2(0x1c1)][_0x3a7fc2(0x1bd)](_0x525388[_0x3a7fc2(0x11e)])[_0x3a7fc2(0x1f6)]())_0x32757c[_0x3a7fc2(0x89)][_0x3a7fc2(0x160)](_0x449e61,_0x4b13b7[_0x3a7fc2(0xec)]);_0x32757c[_0x3a7fc2(0x89)][_0x3a7fc2(0x160)](_0x525388[_0x3a7fc2(0x11e)],_0x4b13b7[_0x3a7fc2(0xec)]);}};_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0x125)](_0x445b6b=>{const _0x4b629d=_0x2ccc1f;_0x445b6b['on'](_0x4b629d(0xde),(_0x59626b,_0x1c76a5,_0x215e4f)=>{const _0x1f7c17=_0x4b629d;_0x215e4f[_0x1f7c17(0xe9)][_0x1f7c17(0x1ff)]&&_0x3b6219({'showActiveMarkers':!0x1})(_0x59626b,_0x1c76a5,_0x215e4f);},{'priority':_0x4b629d(0x197)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0x125)](_0x343010=>{const _0x3be68a=_0x2ccc1f;_0x343010['on'](_0x3be68a(0x1aa),(_0x16f977,_0xe4ca07,_0x4e921a)=>{const _0x15c91b=_0x3be68a;_0x4e921a[_0x15c91b(0xe9)][_0x15c91b(0x1ff)]&&_0x3b6219({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x16f977,_0xe4ca07,_0x4e921a);},{'priority':_0x3be68a(0x197)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0xf5)]({'model':_0x2ccc1f(0x154),'view':(_0x4c39cb,_0x2c6d1b)=>_0x2c6d1b[_0x2ccc1f(0xe9)][_0x2ccc1f(0x1ff)]?null:{'group':_0x2ccc1f(0x154),'name':_0x4c39cb[_0x2ccc1f(0x192)](0xb)}}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xd0))[_0x2ccc1f(0x10b)]({'view':{'name':_0x2ccc1f(0x154),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1010ef,{writer:_0x476156})=>{const _0x3c883c=_0x2ccc1f;let _0x29d7d1=_0x3c883c(0xda)+_0x1010ef[_0x3c883c(0x155)](_0x3c883c(0xc8))+':'+_0x1010ef[_0x3c883c(0x155)]('id');return _0x1010ef[_0x3c883c(0x155)](_0x3c883c(0x176))&&(_0x29d7d1+=':'+_0x1010ef[_0x3c883c(0x155)](_0x3c883c(0x176))),_0x476156[_0x3c883c(0x1e6)](_0x3c883c(0x217),{'data-name':_0x29d7d1});}}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xd0))[_0x2ccc1f(0x8c)]({'view':_0x2ccc1f(0x154)}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x4ce866=>{const _0x50dc73=_0x2ccc1f;_0x4ce866['on'](_0x50dc73(0xde),_0x3b6219(),{'priority':_0x50dc73(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x66e9f6=>{const _0x191f79=_0x2ccc1f;_0x66e9f6['on'](_0x191f79(0x1aa),_0x3b6219({'isAttributeSuggestion':!0x0}),{'priority':_0x191f79(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x1fd0ca=>{const _0x1dac85=_0x2ccc1f;_0x1fd0ca['on'](_0x1dac85(0xed),(_0x43b157,_0x443541,_0x64b46f)=>{const _0x47ab32=_0x1dac85,_0x33f13d=_0x64b46f[_0x47ab32(0x87)][_0x47ab32(0x100)](_0x443541[_0x47ab32(0xd8)]);if(_0x33f13d){for(const _0xc181de of _0x33f13d)_0xc181de[_0x47ab32(0x1bf)](_0x47ab32(0x122))||(_0x64b46f[_0x47ab32(0x74)][_0x47ab32(0xbe)]([_0x47ab32(0xe4),_0x47ab32(0x212),_0x47ab32(0x1b0)],_0xc181de),_0x64b46f[_0x47ab32(0x74)][_0x47ab32(0x158)](_0x47ab32(0x106),_0xc181de),_0x64b46f[_0x47ab32(0x87)][_0x47ab32(0x147)](_0xc181de,_0x443541[_0x47ab32(0xd8)]));}},{'priority':_0x1dac85(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x2323bc=>{const _0x1a3f28=_0x2ccc1f;_0x2323bc['on'](_0x1a3f28(0x18a),(_0x144b1d,_0x1a09ed,_0x43bba6)=>{const _0x1ed834=_0x1a3f28,_0x4237c1=_0x43bba6[_0x1ed834(0x87)][_0x1ed834(0x100)](_0x1a09ed[_0x1ed834(0xd8)]);if(!_0x4237c1)return;const {id:_0x5676ec}=this[_0x1ed834(0x1c0)](_0x1a09ed[_0x1ed834(0xd8)]),_0x5e84ff=this[_0x1ed834(0x20c)][_0x1ed834(0x184)](_0x5676ec),_0x27453c=this[_0x1ed834(0x1d8)](_0x5e84ff);if(this[_0x1ed834(0x215)](_0x27453c)){for(const _0xf635c8 of _0x4237c1)_0xf635c8[_0x1ed834(0x1bf)](_0x1ed834(0x122))||(_0x43bba6[_0x1ed834(0x74)][_0x1ed834(0xbe)]([_0x1ed834(0xe4),_0x1ed834(0x212),_0x1ed834(0x1b0)],_0xf635c8),_0x43bba6[_0x1ed834(0x74)][_0x1ed834(0x158)](_0x1ed834(0x106),_0xf635c8),_0x43bba6[_0x1ed834(0x87)][_0x1ed834(0x147)](_0xf635c8,_0x1a09ed[_0x1ed834(0xd8)]));}},{'priority':_0x1a3f28(0x19b)});}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x19fb90=>{const _0x55e05c=_0x2ccc1f;let _0x117c98=!0x1;const _0x2b6de5=Array[_0x55e05c(0x207)](_0xa67965[_0x55e05c(0x1c1)][_0x55e05c(0x14f)][_0x55e05c(0x1a8)][_0x55e05c(0x1b4)]()),_0x25ef94=new Set();for(const {name:_0x5ec4c8,data:_0x1fceaf}of _0x2b6de5){const {group:_0x5a82b8,type:_0x33209a,subType:_0x12c888,id:_0x303934}=this[_0x55e05c(0x1c0)](_0x5ec4c8);if(_0x55e05c(0x154)!==_0x5a82b8)continue;const _0xe90e08=this[_0x55e05c(0x20c)][_0x55e05c(0x184)](_0x303934);if(null!=_0x1fceaf[_0x55e05c(0x168)]){_0x55e05c(0x1b6)==_0x33209a&&(_0x117c98=_0x117c98||Tt(_0x1fceaf[_0x55e05c(0x168)],_0x5ec4c8,_0x19fb90,_0xa67965[_0x55e05c(0x1c1)][_0x55e05c(0x1ca)]));const _0x30427f=_0x55e05c(0x179)==_0x33209a&&this[_0x55e05c(0x215)](_0x12c888[_0x55e05c(0xa6)]('|')[0x0]);if(_0x1fceaf[_0x55e05c(0x168)][_0x55e05c(0x14c)]||_0x55e05c(0x1d6)==_0x1fceaf[_0x55e05c(0x168)][_0x55e05c(0x144)][_0x55e05c(0xf2)]||_0x55e05c(0x187)==_0x33209a&&!Vt(_0x1fceaf[_0x55e05c(0x168)])||_0x30427f&&!Vt(_0x1fceaf[_0x55e05c(0x168)])||_0x55e05c(0x15a)==_0x33209a&&!(!Rt(_0x53b21a=_0x1fceaf[_0x55e05c(0x168)])&&!function(_0x43631a){const _0x19c347=_0x55e05c;return _0x43631a[_0x19c347(0x93)][_0x19c347(0x136)]==_0x43631a[_0x19c347(0x1c7)][_0x19c347(0x13a)]&&_0x43631a[_0x19c347(0x93)][_0x19c347(0x209)];}(_0x53b21a)))_0x19fb90[_0x55e05c(0x208)](_0x5ec4c8),_0x117c98=!0x0;else{if(!_0xe90e08||!_0xe90e08[_0x55e05c(0xb5)])continue;_0x25ef94[_0x55e05c(0x125)](_0xe90e08);}}}var _0x53b21a;return _0x25ef94[_0x55e05c(0x18f)]>0x0&&(_0x117c98=!!this[_0x55e05c(0x134)](_0x25ef94)||_0x117c98),_0x117c98;}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x365032=>{const _0x3333a2=_0x2ccc1f;let _0x24f2c8=!0x1;for(const _0x56fc29 of _0xa67965[_0x3333a2(0x1c1)][_0x3333a2(0x14f)][_0x3333a2(0x1a8)][_0x3333a2(0x1e2)]())if(_0x3333a2(0xf6)==_0x56fc29[_0x3333a2(0x129)])for(const _0x73f5f3 of this[_0x3333a2(0x20c)][_0x3333a2(0x1cf)]()){if(_0x73f5f3[_0x3333a2(0x21c)]||!_0x73f5f3[_0x3333a2(0xb5)])continue;const _0x3985d1=_0x3333a2(0x187)==_0x73f5f3[_0x3333a2(0x129)],_0x3c92c8=this[_0x3333a2(0x1d8)](_0x73f5f3),_0x560a14=_0x3c92c8&&this[_0x3333a2(0x215)](_0x3c92c8);if(!_0x3985d1&&!_0x560a14)continue;const _0x185ae2=_0x73f5f3[_0x3333a2(0x16c)]();if(_0x185ae2[_0x3333a2(0x93)][_0x3333a2(0x136)]!=_0x185ae2[_0x3333a2(0x1c7)][_0x3333a2(0x136)]&&!_0x185ae2[_0x3333a2(0x1c7)][_0x3333a2(0x209)]){const _0x5b838d=_0xa67965[_0x3333a2(0x1c1)][_0x3333a2(0x18b)](_0x185ae2[_0x3333a2(0x93)][_0x3333a2(0x143)],_0x3333a2(0x1c7)),_0x15dafb=_0xa67965[_0x3333a2(0x1c1)][_0x3333a2(0x14e)](_0x185ae2[_0x3333a2(0x93)],_0x5b838d);_0x365032[_0x3333a2(0x1bb)](_0x73f5f3[_0x3333a2(0xdf)](),{'range':_0x15dafb}),_0x24f2c8=!0x0;}}return _0x24f2c8;}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x16fc2a=>this[_0x2ccc1f(0xe2)](_0x16fc2a)),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x1b6dcf=>!_0x1b6dcf[_0x2ccc1f(0x19c)][_0x2ccc1f(0x165)]&&this[_0x2ccc1f(0x1b1)](_0x1b6dcf)),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x170),()=>{const _0x40d53d=_0x2ccc1f;this[_0x40d53d(0x20d)]=!0x1;}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)]['on'](_0x2ccc1f(0x1ef),(_0x462db7,_0x2fc96a)=>{const _0xa66b01=_0x2ccc1f;if(!_0x2fc96a[_0xa66b01(0x165)]||_0x2fc96a[_0xa66b01(0x1e7)])return;if(!this[_0xa66b01(0x20d)])return;const _0xef5550=_0xa67965[_0xa66b01(0x1c1)][_0xa66b01(0x14f)][_0xa66b01(0x1a8)][_0xa66b01(0x1e2)]();if(0x0==_0xef5550[_0xa66b01(0xe5)])return;const _0x2b08db=[],_0xcf8e09=_0xef5550[_0xa66b01(0x12c)](_0x2117dc=>_0xa66b01(0x179)==_0x2117dc[_0xa66b01(0x129)]),_0x33aed4=_0xef5550[_0xa66b01(0x12c)](_0x8943c1=>_0xa66b01(0xf6)==_0x8943c1[_0xa66b01(0x129)]&&_0xa66b01(0x1dd)!=_0x8943c1[_0xa66b01(0xec)]),_0x417fb2=_0xef5550[_0xa66b01(0x12c)](_0x3585a2=>_0xa66b01(0x174)==_0x3585a2[_0xa66b01(0x129)]&&_0xa66b01(0x1dd)!=_0x3585a2[_0xa66b01(0xec)]);for(const _0x2bb1d1 of _0xcf8e09)this[_0xa66b01(0x1d7)](_0x2bb1d1[_0xa66b01(0x163)])&&_0x2b08db[_0xa66b01(0x1f4)]({'key':_0x2bb1d1[_0xa66b01(0x163)],'newValue':_0x2bb1d1[_0xa66b01(0x148)],'oldValue':_0x2bb1d1[_0xa66b01(0x188)],'range':Ut(_0x2bb1d1[_0xa66b01(0x10e)],_0xa67965[_0xa66b01(0x1c1)])});for(const _0x229186 of _0x33aed4){const _0x512c7d=_0x417fb2[_0xa66b01(0x146)](_0x5364ca=>_0x5364ca[_0xa66b01(0x119)]===_0x229186[_0xa66b01(0x119)]);if(_0x512c7d){const _0x425627=Ot(_0x229186[_0xa66b01(0x221)][_0xa66b01(0x143)],_0xa67965[_0xa66b01(0x1c1)]);_0x512c7d[_0xa66b01(0xec)]!==_0x229186[_0xa66b01(0xec)]&&_0x2b08db[_0xa66b01(0x1f4)]({'key':_0xa66b01(0xcd),'newValue':_0x229186[_0xa66b01(0xec)],'oldValue':_0x512c7d[_0xa66b01(0xec)],'range':_0x425627});for(const [_0x5196a0,_0x1506d5]of _0x512c7d[_0xa66b01(0x1ce)]){if(!this[_0xa66b01(0x1d7)](_0x5196a0))continue;const _0x43fbda=_0x229186[_0xa66b01(0x1ce)][_0xa66b01(0x184)](_0x5196a0);_0x1506d5!==_0x43fbda&&_0x2b08db[_0xa66b01(0x1f4)]({'key':_0x5196a0,'newValue':_0x43fbda,'oldValue':_0x1506d5,'range':_0x425627});}for(const [_0x35f1c4,_0x1fed21]of _0x229186[_0xa66b01(0x1ce)])this[_0xa66b01(0x1d7)](_0x35f1c4)&&(_0x512c7d[_0xa66b01(0x1ce)][_0xa66b01(0xee)](_0x35f1c4)||_0x2b08db[_0xa66b01(0x1f4)]({'key':_0x35f1c4,'newValue':_0x1fed21,'oldValue':null,'range':_0x425627}));}}0x0!=_0x2b08db[_0xa66b01(0xe5)]&&_0xa67965[_0xa66b01(0x1c1)][_0xa66b01(0x1af)](_0x2fc96a,_0x42d7ef=>{const _0x97fcc8=_0xa66b01,_0x4401ee=_0x1f75a3();for(const {range:_0x187e65,key:_0x3a9561,oldValue:_0x2a0201,newValue:_0x19f67b}of _0x2b08db)this[_0x97fcc8(0x13d)](_0x187e65,_0x3a9561,_0x2a0201,_0x19f67b,{'groupId':_0x4401ee});this[_0x97fcc8(0x16d)](_0x42d7ef,_0x2b08db);});},{'priority':_0x2ccc1f(0x8a)}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x112)]['on'](_0x2ccc1f(0x1db),(_0x41a75a,_0x38e804,_0x171b22)=>{const _0x19a0d2=_0x2ccc1f;if(null==_0x171b22){const {id:_0x16b54d}=this[_0x19a0d2(0x1c0)](_0x38e804[_0x19a0d2(0xec)]),_0x278cee=this[_0x19a0d2(0x20c)][_0x19a0d2(0x184)](_0x16b54d);_0x278cee&&_0x278cee[_0x19a0d2(0x200)](_0x38e804[_0x19a0d2(0xec)]);}}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)]['on'](_0x2ccc1f(0x1ef),()=>{const _0xf5973a=_0x2ccc1f,_0x457dc1=Array[_0xf5973a(0x207)](_0xa67965[_0xf5973a(0x1c1)][_0xf5973a(0x14f)][_0xf5973a(0x1a8)][_0xf5973a(0x1b4)]())[_0xf5973a(0x12c)](_0x2a863d=>_0xf5973a(0x154)===this[_0xf5973a(0x1c0)](_0x2a863d[_0xf5973a(0xec)])[_0xf5973a(0x1cb)]);if(0x0===_0x457dc1[_0xf5973a(0xe5)])return;_0x457dc1[_0xf5973a(0x1dc)]((_0x23830c,_0x160f30)=>{const _0x586ee3=_0xf5973a,_0xfc4a7e=_0x23830c[_0x586ee3(0x12e)][_0x586ee3(0x13c)],_0x492db0=_0x160f30[_0x586ee3(0x12e)][_0x586ee3(0x13c)];return null===_0xfc4a7e&&null===_0x492db0?0x0:null===_0xfc4a7e&&null!==_0x492db0?-0x1:null!==_0xfc4a7e&&null===_0x492db0?0x1:_0xfc4a7e[_0x586ee3(0x93)][_0x586ee3(0x126)](_0x492db0[_0x586ee3(0x93)])?-0x1:0x1;});const _0x1b2603=new Set(),_0x34cec5=new Set();for(const {name:_0x231356,data:_0x4b29cd}of _0x457dc1){const {id:_0x445a00}=this[_0xf5973a(0x1c0)](_0x231356);if(null===_0x4b29cd[_0xf5973a(0x13c)]){const _0x23581e=this[_0xf5973a(0x178)](_0x231356);_0x34cec5[_0xf5973a(0x125)](_0x23581e);}else{const _0x1e84f3=this[_0xf5973a(0x20c)][_0xf5973a(0x184)](_0x445a00);null!==_0x4b29cd[_0xf5973a(0x168)]||_0x1e84f3[_0xf5973a(0xb5)]?(_0x1b2603[_0xf5973a(0x125)](_0x1e84f3[_0xf5973a(0x1e0)]),_0x34cec5[_0xf5973a(0x125)](_0x1e84f3)):this[_0xf5973a(0xe3)](_0x1e84f3);}}_0x34cec5[_0xf5973a(0x18f)]>0x0&&this[_0xf5973a(0x17a)](_0x34cec5);for(const _0x1cae21 of _0x1b2603)this[_0xf5973a(0xc4)](_0xf5973a(0x10a),_0x1cae21);}),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x1a6),(_0x2ec730,_0x749b38)=>{const _0x107811=_0x2ccc1f,_0x4e14f6=_0x749b38[0x0];if(!this[_0x107811(0x20c)][_0x107811(0x18f)])return;if(!_0x4e14f6[_0x107811(0xe6)])return;if(_0x4e14f6[_0x107811(0x19c)][_0x107811(0x1e7)]||!_0x4e14f6[_0x107811(0x19c)][_0x107811(0x165)])return;let _0x19bee3,_0x42fa3b;switch(_0x4e14f6[_0x107811(0x129)]){case _0x107811(0xf6):_0x19bee3=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x221)]),_0x42fa3b=_0x19bee3[_0x107811(0x1be)](_0x4e14f6[_0x107811(0x1a0)]);break;case _0x107811(0xa6):_0x19bee3=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x1e4)]),_0x42fa3b=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x175)]);break;case _0x107811(0x17e):_0x19bee3=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x7e)]),_0x42fa3b=_0x19bee3[_0x107811(0x1be)](_0x4e14f6[_0x107811(0x1a0)]);break;default:return;}const _0x51cfbf=_0xa67965[_0x107811(0x1c1)][_0x107811(0x14e)](_0x19bee3,_0x42fa3b);_0xa67965[_0x107811(0x1c1)][_0x107811(0x10d)](()=>{const _0x4dd62d=_0x107811;for(const {suggestion:_0x182201,meta:_0x3c1f51}of this[_0x4dd62d(0x1b2)](_0x51cfbf)){if(_0x182201[_0x4dd62d(0x21c)])continue;if(_0x4dd62d(0x1b6)==_0x182201[_0x4dd62d(0x129)])continue;const _0x143820=this[_0x4dd62d(0x1d8)](_0x182201);if(_0x143820&&this[_0x4dd62d(0x215)](_0x143820)&&_0x4dd62d(0xa6)!=_0x4e14f6[_0x4dd62d(0x129)])continue;const _0x479ca4=_0x182201[_0x4dd62d(0x12e)]&&_0x182201[_0x4dd62d(0x12e)][_0x4dd62d(0x92)];(_0x4dd62d(0x187)!=_0x182201[_0x4dd62d(0x129)]||_0x4dd62d(0xa6)==_0x4e14f6[_0x4dd62d(0x129)]&&!_0x479ca4)&&(_0x3c1f51[_0x4dd62d(0x1ab)]||_0x4dd62d(0x11a)==_0x182201[_0x4dd62d(0x129)]&&_0x3c1f51[_0x4dd62d(0x161)]||_0x182201[_0x4dd62d(0x16c)]()[_0x4dd62d(0xcf)](_0x51cfbf)&&this[_0x4dd62d(0x15b)](_0x182201,_0x19bee3,_0x42fa3b));}});},{'priority':_0x2ccc1f(0x8a)}),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x1d3),(_0x5743ec,_0x5db609)=>{const _0x5ad2b4=_0x2ccc1f,_0x55fd4a=_0x5db609[0x0],_0x2d8f03=_0x5db609[0x1];if(_0x2d8f03&&_0x2d8f03[_0x5ad2b4(0xdc)])return;if(this[_0x5ad2b4(0x111)])return;if(!this[_0x5ad2b4(0x18e)][_0x5ad2b4(0xd3)])return;if(_0x55fd4a[_0x5ad2b4(0x14c)])return;const _0x19b8bc=_0xa67965[_0x5ad2b4(0x1c1)][_0x5ad2b4(0x1ca)],{start:_0x192da0,end:_0x3f4743}=_0x55fd4a[_0x5ad2b4(0x16c)](),_0x326f35=_0x192da0[_0x5ad2b4(0x143)]&&_0x19b8bc[_0x5ad2b4(0x120)](_0x192da0[_0x5ad2b4(0x143)])?null:_0x19b8bc[_0x5ad2b4(0x118)](_0x192da0,_0x5ad2b4(0x21f)),_0x3870c1=_0x3f4743[_0x5ad2b4(0x13a)]&&_0x19b8bc[_0x5ad2b4(0x120)](_0x3f4743[_0x5ad2b4(0x13a)])?null:_0x19b8bc[_0x5ad2b4(0x118)](_0x3f4743,_0x5ad2b4(0x1e8)),_0x3f88b0=_0xa67965[_0x5ad2b4(0x1c1)][_0x5ad2b4(0x14e)](_0x326f35?_0x326f35[_0x5ad2b4(0x93)]:_0x192da0,_0x3870c1?_0x3870c1[_0x5ad2b4(0x1c7)]:_0x3f4743);_0xa67965[_0x5ad2b4(0x1c1)][_0x5ad2b4(0x10d)](_0x31f7d5=>{const _0x36ddf2=_0x5ad2b4;this[_0x36ddf2(0x99)](_0x3f88b0);const _0xceb55=_0xa67965[_0x36ddf2(0x1c1)][_0x36ddf2(0x1ca)][_0x36ddf2(0x118)](_0x3f88b0[_0x36ddf2(0x93)]);_0x55fd4a['is'](_0x36ddf2(0x96))?_0x31f7d5[_0x36ddf2(0x9d)](_0xceb55):_0x55fd4a[_0x36ddf2(0x9b)](_0xceb55);}),_0x5743ec[_0x5ad2b4(0x18c)]();},{'priority':_0x2768c9[_0x2ccc1f(0x1eb)]+0xa}),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x7f),(_0x1a1c4b,_0x4451c1)=>{const _0x2feb9b=_0x2ccc1f,_0x148de1=_0x4451c1[_0x4451c1[_0x2feb9b(0xe5)]-0x1];_0x148de1&&_0x148de1[_0x2feb9b(0xdc)]||this[_0x2feb9b(0x111)]||this[_0x2feb9b(0x18e)][_0x2feb9b(0xd3)]&&(_0xa67965[_0x2feb9b(0x1c1)][_0x2feb9b(0x10d)](()=>{const _0x4d3767=_0x2feb9b;let _0x5743b5=_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x7f)](_0x4451c1[0x0],_0x4451c1[0x1],_0x4451c1[0x2],{'forceDefaultExecution':!0x0});if(!_0x5743b5)return;_0x1a1c4b[_0x4d3767(0x1c5)]=_0x5743b5[_0x4d3767(0x1ac)]();const _0x477d4d=_0x5743b5[_0x4d3767(0x1c7)][_0x4d3767(0x13a)],_0x27834d=_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x1ca)];_0x477d4d&&_0x27834d[_0x4d3767(0x7b)](_0x477d4d)&&!_0x27834d[_0x4d3767(0x20a)](_0x477d4d)&&(_0x5743b5=_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x14e)](_0x5743b5[_0x4d3767(0x93)],_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x18b)](_0x477d4d,_0x4d3767(0x1c7)))),this[_0x4d3767(0x7a)](_0x5743b5);}),_0x1a1c4b[_0x2feb9b(0x18c)]());},{'priority':_0x2ccc1f(0x19b)}),this[_0x2ccc1f(0xd4)][_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x15e),this[_0x2ccc1f(0x18e)]),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x15e));const _0x368883=new _0x95bbf4(_0xa67965,this[_0x2ccc1f(0x20c)]);_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x204),_0x368883),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x204));const _0x592230=new _0x3406ff(_0xa67965,this[_0x2ccc1f(0x20c)]);_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x80),_0x592230),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x80)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x85),new _0x5337dc(_0xa67965,_0x368883,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x85)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x203),new _0x5337dc(_0xa67965,_0x592230,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x203)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0xb7),new _0x222915(_0xa67965,_0x368883,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0xb7)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x190),new _0x222915(_0xa67965,_0x592230,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x190));const _0x5235ee=_0xa67965[_0x2ccc1f(0x11c)][_0x2ccc1f(0x184)](_0x2ccc1f(0x108));this[_0x2ccc1f(0xa3)](_0x5235ee,_0x2ccc1f(0x1f5),(_0x53de68,{threadId:_0x3d8dd3})=>{const _0x52246c=_0x2ccc1f,_0x1239ab=this[_0x52246c(0x20c)][_0x52246c(0x184)](_0x3d8dd3);_0x1239ab&&_0x1239ab[_0x52246c(0x21a)]&&0x1===_0x1239ab[_0x52246c(0x21a)][_0x52246c(0xe5)]&&this[_0x52246c(0x76)](_0x3d8dd3,{'hasComments':!0x0});},{'priority':_0x2ccc1f(0x12d)}),this[_0x2ccc1f(0xa3)](_0x5235ee,_0x2ccc1f(0xef),(_0x1c9325,{threadId:_0x53bddc})=>{const _0x2ee2cc=_0x2ccc1f,_0x366614=this[_0x2ee2cc(0x20c)][_0x2ee2cc(0x184)](_0x53bddc);_0x366614&&_0x366614[_0x2ee2cc(0x21a)]&&!_0x366614[_0x2ee2cc(0x21a)][_0x2ee2cc(0xe5)]&&this[_0x2ee2cc(0x76)](_0x53bddc,{'hasComments':!0x1});},{'priority':_0x2ccc1f(0x12d)});}set[_0x2d71a2(0x1cc)](_0x562d26){const _0x136e7f=_0x2d71a2;if(this[_0x136e7f(0x17f)])throw new _0x276ad1(_0x136e7f(0xad),this);this[_0x136e7f(0x17f)]=_0x562d26;}get[_0x2d71a2(0x1cc)](){const _0x44ad6a=_0x2d71a2;return this[_0x44ad6a(0x17f)];}[_0x2d71a2(0x1b9)]({skipNotAttached:_0x2e0f51=!0x1,toJSON:_0xa35bbf=!0x1}={}){const _0xf1966e=_0x2d71a2,_0x5efd3a=[];for(const _0xb86985 of this[_0xf1966e(0x20c)][_0xf1966e(0x1cf)]())_0x2e0f51&&!_0xb86985[_0xf1966e(0xb5)]||_0x5efd3a[_0xf1966e(0x1f4)](_0xb86985);return _0xa35bbf?_0x5efd3a[_0xf1966e(0x1ea)](_0x56b3a1=>_0x56b3a1[_0xf1966e(0x206)]()):_0x5efd3a;}[_0x2d71a2(0x224)](_0x1d706d){const _0x47a556=_0x2d71a2,_0x4f582f=this[_0x47a556(0x20c)][_0x47a556(0x184)](_0x1d706d);if(!_0x4f582f)throw new _0x276ad1(_0x47a556(0x1e5),this);return _0x4f582f;}[_0x2d71a2(0x18d)](_0x2738c1){const _0x25ef61=_0x2d71a2;return this[_0x25ef61(0x20c)][_0x25ef61(0xee)](_0x2738c1);}[_0x2d71a2(0x1c3)](_0x3862da){const _0x47855d=_0x2d71a2,{authorId:_0x19fd84,id:_0x3baaef,attributes:_0x25c1b7}=_0x3862da,[_0x7a6932,_0x315952]=_0x3862da[_0x47855d(0x129)][_0x47855d(0xa6)](':'),_0x466ad7=this[_0x47855d(0x20c)][_0x47855d(0x184)](_0x3baaef)||this[_0x47855d(0xb3)](_0x7a6932,_0x315952,_0x3baaef,_0x19fd84,_0x25c1b7);if(this[_0x47855d(0xc3)](_0x466ad7),this[_0x47855d(0x213)](_0x466ad7,_0x7a6932,_0x315952||null,_0x19fd84),_0x466ad7[_0x47855d(0xa8)]=_0x3862da[_0x47855d(0xa8)],_0x466ad7[_0x47855d(0x1da)]=!0x0,_0x25c1b7&&_0x25c1b7[_0x47855d(0x172)]){const _0x49fba6=_0x25c1b7[_0x47855d(0x172)],_0x59b1f1=this[_0x47855d(0x1d0)](_0x49fba6[_0x47855d(0xfc)]);_0x466ad7[_0x47855d(0x19d)]=_0x49fba6[_0x47855d(0xa8)],_0x466ad7[_0x47855d(0x181)]=_0x59b1f1,_0x466ad7[_0x47855d(0xfb)]=!0x0;}else _0x466ad7[_0x47855d(0x19d)]=_0x3862da[_0x47855d(0xa8)];switch(_0x3862da[_0x47855d(0x12e)]&&(_0x466ad7[_0x47855d(0x12e)]=_0x3862da[_0x47855d(0x12e)]),_0x3862da[_0x47855d(0x1ce)]&&(_0x466ad7[_0x47855d(0x1ce)]=_0x3862da[_0x47855d(0x1ce)]),this[_0x47855d(0x17f)]&&this[_0x47855d(0x17f)][_0x47855d(0xc0)]||(_0x466ad7[_0x47855d(0x1ed)]=!0x0),this[_0x47855d(0xc6)][_0x47855d(0x184)](_0x466ad7)){case _0x47855d(0x220):this[_0x47855d(0xc6)][_0x47855d(0x132)](_0x466ad7,_0x47855d(0x12b));break;case _0x47855d(0x1c9):_0x466ad7[_0x47855d(0xb5)]?(this[_0x47855d(0x134)](new Set([_0x466ad7])),this[_0x47855d(0x17a)](new Set([_0x466ad7])),this[_0x47855d(0xc6)][_0x47855d(0x132)](_0x466ad7,_0x47855d(0x157)),this[_0x47855d(0xc4)](_0x47855d(0x1b3),_0x466ad7)):this[_0x47855d(0xc6)][_0x47855d(0x132)](_0x466ad7,_0x47855d(0x86));}return _0x466ad7;}[_0x2d71a2(0x204)](_0xb90b33){const _0x7c8724=_0x2d71a2;this[_0x7c8724(0xdc)](()=>{const _0x3c5dc6=_0x7c8724;this[_0x3c5dc6(0xd4)][_0x3c5dc6(0x1c1)][_0x3c5dc6(0x10d)](()=>{const _0x1443d3=_0x3c5dc6;for(const _0x4c8527 of _0xb90b33[_0x1443d3(0x1f2)]())_0x4c8527[_0x1443d3(0x9a)]();});});}[_0x2d71a2(0x80)](_0x3d0257){const _0x22825a=_0x2d71a2;this[_0x22825a(0xdc)](()=>{const _0x2a81dd=_0x22825a;this[_0x2a81dd(0xd4)][_0x2a81dd(0x1c1)][_0x2a81dd(0x10d)](()=>{const _0x58254c=_0x2a81dd;for(const _0x343509 of _0x3d0257[_0x58254c(0x1f2)]())_0x343509[_0x58254c(0x98)]();});});}[_0x2d71a2(0xe7)](_0x3ebbb5,_0x5c7848){const _0x1ae0a8=_0x2d71a2,_0x918d52=this[_0x1ae0a8(0xd4)][_0x1ae0a8(0x1df)][_0x1ae0a8(0x184)](_0x3ebbb5);if(!_0x918d52)throw new _0x276ad1(_0x1ae0a8(0x1f8),this,{'commandName':_0x3ebbb5});if(this[_0x1ae0a8(0xa5)][_0x1ae0a8(0xee)](_0x918d52))throw new _0x276ad1(_0x1ae0a8(0x16b),this,{'commandName':_0x3ebbb5});this[_0x1ae0a8(0xa5)][_0x1ae0a8(0x125)](_0x918d52),_0x5c7848&&_0x918d52['on'](_0x1ae0a8(0xa0),(_0x2af204,_0x21707d)=>{const _0x15a049=_0x1ae0a8;this[_0x15a049(0x18e)][_0x15a049(0xd3)]&&(this[_0x15a049(0x111)]||(_0x21707d[_0x15a049(0xe5)]>0x0&&_0x21707d[_0x21707d[_0x15a049(0xe5)]-0x1]&&_0x21707d[_0x21707d[_0x15a049(0xe5)]-0x1][_0x15a049(0xdc)]?_0x21707d[_0x15a049(0x223)]():(_0x2af204[_0x15a049(0x1c5)]=_0x5c7848((..._0x217fd4)=>_0x918d52[_0x15a049(0xa0)](..._0x217fd4,{'forceDefaultExecution':!0x0}),..._0x21707d),_0x2af204[_0x15a049(0x18c)]())));},{'priority':_0x1ae0a8(0x19b)});}[_0x2d71a2(0xdc)](_0x196e95){const _0x1cab39=_0x2d71a2;let _0x594053,_0x53b7ef;const _0x2d0434=this[_0x1cab39(0x111)];this[_0x1cab39(0x111)]=!0x0;try{_0x594053=_0x196e95();}catch(_0xcf0fa5){_0x53b7ef=_0xcf0fa5;}return _0x2d0434||(this[_0x1cab39(0x111)]=!0x1),_0x53b7ef&&_0x276ad1[_0x1cab39(0x77)](_0x53b7ef,this),_0x594053;}[_0x2d71a2(0x7a)](_0x92fc3b,_0x4c29f9=null,_0x5c9934={}){const _0x577cc6=_0x2d71a2;if(_0x92fc3b[_0x577cc6(0x14c)])return null;const _0x1d2f53=this[_0x577cc6(0xd4)][_0x577cc6(0x11c)][_0x577cc6(0x184)](_0x577cc6(0x1d1))['me'];for(const {suggestion:_0x5ed3f0,meta:_0x3da13c}of this[_0x577cc6(0x1b2)](_0x92fc3b,_0x577cc6(0x11a)))if(_0x3da13c[_0x577cc6(0x161)]){if(!_0x3da13c[_0x577cc6(0xa9)]){if(_0x3da13c[_0x577cc6(0x1ab)]){if(!this[_0x577cc6(0xeb)]||!Pt(_0x5ed3f0,_0x5c9934))continue;return _0x5ed3f0;}if(Pt(_0x5ed3f0,_0x5c9934))return _0x5ed3f0;this[_0x577cc6(0x15b)](_0x5ed3f0,_0x92fc3b[_0x577cc6(0x93)],_0x92fc3b[_0x577cc6(0x1c7)]);break;}if(_0x4c29f9==_0x5ed3f0[_0x577cc6(0xbd)]&&Pt(_0x5ed3f0,_0x5c9934)){const _0x556e93=_0x5ed3f0[_0x577cc6(0x16c)]();return _0x556e93[_0x577cc6(0x93)][_0x577cc6(0x75)](_0x92fc3b[_0x577cc6(0x1c7)])?this[_0x577cc6(0x1cd)](_0x5ed3f0,this[_0x577cc6(0x1f0)][_0x577cc6(0x14e)](_0x92fc3b[_0x577cc6(0x93)],_0x556e93[_0x577cc6(0x1c7)])):this[_0x577cc6(0x1cd)](_0x5ed3f0,this[_0x577cc6(0x1f0)][_0x577cc6(0x14e)](_0x556e93[_0x577cc6(0x93)],_0x92fc3b[_0x577cc6(0x1c7)])),_0x5ed3f0;}}const _0x50dd80=_0x1f75a3(),_0x281a11=_0x1d2f53['id'],_0x242e21=_0x4c29f9?_0x577cc6(0x140)+_0x4c29f9:_0x577cc6(0x11a),_0x5e4dd0=this[_0x577cc6(0xc1)]({'id':_0x50dd80,'type':_0x242e21,'createdAt':new Date(),'authorId':_0x281a11,'attributes':_0x5c9934});return this[_0x577cc6(0x95)](_0x242e21,_0x50dd80,_0x281a11,_0x92fc3b),_0x5e4dd0;}[_0x2d71a2(0x1c2)](_0x3729be,_0x5856e2=_0x2d71a2(0x84),_0x1cc848={}){const _0x5c31e4=_0x2d71a2,_0x469ce6=this[_0x5c31e4(0xd4)][_0x5c31e4(0x11c)][_0x5c31e4(0x184)](_0x5c31e4(0x1d1))['me'],_0x1869be=this[_0x5c31e4(0x193)][_0x5c31e4(0x116)](_0x5c31e4(0x11a),_0x5856e2,_0x5c31e4(0xbf));for(const _0x18aafa of this[_0x5c31e4(0x1b9)]())if(_0x18aafa[_0x5c31e4(0x181)]['id']==_0x469ce6['id']&&_0x5c31e4(0x11a)==_0x18aafa[_0x5c31e4(0x129)]&&_0x18aafa[_0x5c31e4(0xbd)]==_0x5856e2&&Pt(_0x18aafa,_0x1cc848)&&(_0x1869be(_0x18aafa[_0x5c31e4(0x104)](),_0x3729be)||_0x1869be(_0x3729be,_0x18aafa[_0x5c31e4(0x104)]()))){for(const _0x464566 of _0x3729be)_0x18aafa[_0x5c31e4(0x133)](_0x464566);return _0x18aafa;}for(const {suggestion:_0x5f432f,meta:_0x38a00f}of this[_0x5c31e4(0x1b2)](_0x3729be,_0x5c31e4(0x11a))){if(!_0x38a00f[_0x5c31e4(0x161)])continue;if(!this[_0x5c31e4(0xeb)]&&_0x38a00f[_0x5c31e4(0x1ab)])continue;if(!Pt(_0x5f432f,_0x1cc848))continue;let _0x2803e4=!0x0;for(const _0x82b24f of _0x5f432f[_0x5c31e4(0x104)]())for(const _0x280118 of _0x3729be)if(!_0x82b24f[_0x5c31e4(0xcf)](_0x280118)){_0x2803e4=!0x1;break;}if(_0x2803e4)return _0x5f432f;}const _0x9faba4=_0x1f75a3(),_0x55697f=_0x469ce6['id'],_0x2c7e8c=_0x5c31e4(0x140)+_0x5856e2,_0x4573bb=this[_0x5c31e4(0xc1)]({'id':_0x9faba4,'type':_0x2c7e8c,'createdAt':new Date(),'authorId':_0x55697f,'attributes':_0x1cc848});for(const _0x20318e of _0x3729be)this[_0x5c31e4(0x95)](_0x2c7e8c,_0x9faba4,_0x55697f,_0x20318e,_0x46cfec[_0x5c31e4(0x186)]());return _0x4573bb;}[_0x2d71a2(0x114)](_0x327bcf,_0x1f8305,_0x5b1b59=null,_0xee3a34={}){const _0x233957=_0x2d71a2;if(_0x5b1b59=_0x5b1b59||Et(_0x1f8305),_0x327bcf[_0x233957(0x14c)])return null;if(_0x233957(0x19e)===this[_0x233957(0x115)]){const _0x419639=this[_0x233957(0x193)][_0x233957(0x116)](_0x233957(0x1b6),_0x5b1b59,_0x233957(0x9a));return this[_0x233957(0xdc)](()=>_0x419639([_0x327bcf],_0x1f8305,_0xee3a34)),null;}const _0x53f74a=this[_0x233957(0xd4)][_0x233957(0x11c)][_0x233957(0x184)](_0x233957(0x1d1))['me'],_0x5a3c15=[];if(_0x233957(0x19a)!==this[_0x233957(0x115)]){for(const {suggestion:_0x3f73fd,meta:_0x2e71da}of this[_0x233957(0x1b2)](_0x327bcf,_0x233957(0x11a)))_0x2e71da[_0x233957(0x161)]&&!_0x2e71da[_0x233957(0x171)]&&_0x5a3c15[_0x233957(0x1f4)](..._0x3f73fd[_0x233957(0x104)]());}const _0x53a39e=function(_0x333d60,_0x18c2cf){const _0x53affc=_0x233957,_0x2c0a1a=[];for(const _0x55d8e3 of _0x18c2cf){const _0x462381=_0x333d60[_0x53affc(0x123)](_0x55d8e3);_0x462381&&_0x2c0a1a[_0x53affc(0x1f4)](_0x462381);}return _0x2c0a1a;}(_0x327bcf,_0x5a3c15),_0x2206ab=function(_0x5a9dd5,_0xfd9669){const _0x586a18=_0x233957,_0x236fba=[_0x5a9dd5];for(const _0x3a1a11 of _0xfd9669){let _0x235c44=0x0;for(;_0x235c44<_0x236fba[_0x586a18(0xe5)];){const _0x47d2f9=_0x236fba[_0x235c44][_0x586a18(0x1a2)](_0x3a1a11);_0x236fba[_0x586a18(0xf4)](_0x235c44,0x1,..._0x47d2f9),_0x235c44+=_0x47d2f9[_0x586a18(0xe5)];}}return _0x236fba;}(_0x327bcf,_0x5a3c15);_0x53a39e[_0x233957(0xe5)]&&this[_0x233957(0x1f0)][_0x233957(0x10d)](()=>{const _0x22557d=_0x233957;for(const _0x47b99e of _0x53a39e){const _0x22b2cc=this[_0x22557d(0x193)][_0x22557d(0x116)](_0x22557d(0x1b6),_0x5b1b59,_0x22557d(0x9a));this[_0x22557d(0xdc)](()=>_0x22b2cc([_0x47b99e],_0x1f8305,_0xee3a34));}});for(const _0x3dae58 of _0x2206ab){let _0x38744a=null,_0x3f942c=_0x3dae58[_0x233957(0x93)],_0x384ddc=_0x3dae58[_0x233957(0x1c7)];for(const {suggestion:_0x56703d,meta:_0x4d7b8c}of this[_0x233957(0x1b2)](_0x3dae58,_0x233957(0x1b6))){if(!_0x4d7b8c[_0x233957(0x161)])continue;if(_0x56703d[_0x233957(0xbd)]!=_0x5b1b59)continue;if(!Pt(_0x56703d,_0xee3a34))continue;const _0x4caf41=_0x56703d[_0x233957(0x16c)]();if(_0x4caf41[_0x233957(0xcf)](_0x3dae58,!0x0))return null;_0x3f942c=_0x3f942c[_0x233957(0x126)](_0x4caf41[_0x233957(0x93)])?_0x3f942c:_0x4caf41[_0x233957(0x93)],_0x384ddc=_0x384ddc[_0x233957(0x183)](_0x4caf41[_0x233957(0x1c7)])?_0x384ddc:_0x4caf41[_0x233957(0x1c7)],_0x38744a?_0x4caf41[_0x233957(0x93)][_0x233957(0x126)](_0x38744a[_0x233957(0x16c)]()[_0x233957(0x93)])?(_0x38744a[_0x233957(0x210)](),_0x38744a=_0x56703d):_0x56703d[_0x233957(0x210)]():_0x38744a=_0x56703d;}const _0x291e8b=this[_0x233957(0x1f0)][_0x233957(0x14e)](_0x3f942c,_0x384ddc);if(_0x38744a)this[_0x233957(0x1cd)](_0x38744a,_0x291e8b);else{const _0xbee6d2=_0x1f75a3(),_0x22104f=_0x53f74a['id'];this[_0x233957(0xc1)]({'id':_0xbee6d2,'type':_0x233957(0x1e9)+_0x5b1b59,'data':_0x1f8305,'createdAt':new Date(),'authorId':_0x22104f,'attributes':_0xee3a34}),this[_0x233957(0x95)](_0x233957(0x1e9)+_0x5b1b59,_0xbee6d2,_0x22104f,_0x291e8b);}}return null;}[_0x2d71a2(0xd2)](_0x8a4828,_0x1ce59c,_0x337dd4=[],_0x2d1682=null,_0x25eda6={}){const _0x22e02a=_0x2d71a2;_0x1ce59c[_0x22e02a(0x191)]||(_0x1ce59c[_0x22e02a(0x191)]=_0x1ce59c[_0x22e02a(0x21e)]),_0x1ce59c[_0x22e02a(0x92)]=_0x8a4828['is'](_0x22e02a(0x10e)),_0x2d1682=_0x2d1682||Et(_0x1ce59c);const _0x290f8a=_0x337dd4[_0x22e02a(0x1ea)](_0x3371ac=>Ot(_0x3371ac,this[_0x22e02a(0x1f0)])),_0x5f304d=_0x8a4828['is'](_0x22e02a(0x10e))?_0x8a4828:Ot(_0x8a4828,this[_0x22e02a(0x1f0)]);if(_0x22e02a(0x19e)===this[_0x22e02a(0x115)]){const _0x148cb1=this[_0x22e02a(0x193)][_0x22e02a(0x116)](_0x22e02a(0x187),_0x2d1682,_0x22e02a(0x9a));return this[_0x22e02a(0xdc)](()=>_0x148cb1([_0x5f304d],_0x1ce59c,_0x25eda6)),null;}_0x290f8a[_0x22e02a(0x1f4)](_0x5f304d);let _0x48cad5=!0x0;for(const _0x42a1c7 of _0x290f8a)if(!this[_0x22e02a(0xfd)](_0x42a1c7)){_0x48cad5=!0x1;break;}if(_0x48cad5&&_0x22e02a(0x19a)!==this[_0x22e02a(0x115)]){const _0x229075=this[_0x22e02a(0x193)][_0x22e02a(0x116)](_0x22e02a(0x187),_0x2d1682,_0x22e02a(0x9a));return this[_0x22e02a(0xdc)](()=>_0x229075([_0x5f304d],_0x1ce59c,_0x25eda6)),null;}let _0x44c612=null,_0x1cfe56=_0x5f304d[_0x22e02a(0x93)],_0x3196fe=_0x5f304d[_0x22e02a(0x1c7)];for(const {suggestion:_0x5721be,meta:_0x20dded}of this[_0x22e02a(0x1b2)](_0x5f304d,_0x22e02a(0x187))){if(!_0x20dded[_0x22e02a(0x161)])continue;if(_0x20dded[_0x22e02a(0xa9)]||_0x20dded[_0x22e02a(0x1ab)]||_0x20dded[_0x22e02a(0x171)])continue;if(_0x5721be[_0x22e02a(0x12e)][_0x22e02a(0x191)]!=_0x1ce59c[_0x22e02a(0x191)])continue;if(!Pt(_0x5721be,_0x25eda6))continue;const _0x1eb288=_0x5721be[_0x22e02a(0x16c)]();if(_0x5721be[_0x22e02a(0xbd)]==_0x2d1682){if(_0x1eb288[_0x22e02a(0xcf)](_0x5f304d,!0x0))return null;_0x1cfe56=_0x1cfe56[_0x22e02a(0x126)](_0x1eb288[_0x22e02a(0x93)])?_0x1cfe56:_0x1eb288[_0x22e02a(0x93)],_0x3196fe=_0x3196fe[_0x22e02a(0x183)](_0x1eb288[_0x22e02a(0x1c7)])?_0x3196fe:_0x1eb288[_0x22e02a(0x1c7)],_0x44c612?_0x1eb288[_0x22e02a(0x93)][_0x22e02a(0x126)](_0x44c612[_0x22e02a(0x16c)]()[_0x22e02a(0x93)])?(_0x44c612[_0x22e02a(0x210)](),_0x44c612=_0x5721be):_0x5721be[_0x22e02a(0x210)]():_0x44c612=_0x5721be;}else{const _0x4e7fb7=_0x5f304d[_0x22e02a(0x123)](_0x1eb288);this[_0x22e02a(0xdd)](_0x5721be,_0x4e7fb7);}}const _0x1d05d4=this[_0x22e02a(0xd4)][_0x22e02a(0x11c)][_0x22e02a(0x184)](_0x22e02a(0x1d1))['me'],_0x55e5ae=_0x1f75a3(),_0x122d7c=_0x1d05d4['id'];if(_0x44c612)return this[_0x22e02a(0x1cd)](_0x44c612,this[_0x22e02a(0x1f0)][_0x22e02a(0x14e)](_0x1cfe56,_0x3196fe)),_0x44c612;{const _0x57aa97=this[_0x22e02a(0xc1)]({'id':_0x55e5ae,'type':_0x22e02a(0xb6)+_0x2d1682,'data':_0x1ce59c,'createdAt':new Date(),'authorId':_0x122d7c,'attributes':_0x25eda6});return this[_0x22e02a(0x95)](_0x22e02a(0xb6)+_0x2d1682,_0x55e5ae,_0x122d7c,this[_0x22e02a(0x1f0)][_0x22e02a(0x14e)](_0x1cfe56,_0x3196fe)),_0x57aa97;}}[_0x2d71a2(0x19f)](_0x5ec449,_0x586147,_0x145b18=[],_0x26ce57=null,_0x4c0a8f={}){const _0x540a0a=_0x2d71a2;_0x586147[_0x540a0a(0x191)]||(_0x586147[_0x540a0a(0x191)]=_0x586147[_0x540a0a(0x21e)]);const _0x5bc95f=_0x5ec449[0x0];_0x586147[_0x540a0a(0x92)]=_0x5bc95f['is'](_0x540a0a(0x10e)),_0x26ce57=_0x26ce57||Et(_0x586147);const _0x4e8e4f=_0x145b18[_0x540a0a(0x1ea)](_0x621460=>Ot(_0x621460,this[_0x540a0a(0x1f0)])),_0x1a3ca3=_0x5bc95f['is'](_0x540a0a(0x10e))?_0x5ec449:_0x5ec449[_0x540a0a(0x1ea)](_0x9165f2=>Ot(_0x9165f2,this[_0x540a0a(0x1f0)]));if(_0x540a0a(0x19e)===this[_0x540a0a(0x115)]){const _0x26f786=this[_0x540a0a(0x193)][_0x540a0a(0x116)](_0x540a0a(0x187),_0x26ce57,_0x540a0a(0x9a));return this[_0x540a0a(0xdc)](()=>_0x26f786(_0x1a3ca3,_0x586147,_0x4c0a8f)),null;}_0x4e8e4f[_0x540a0a(0x1f4)](..._0x1a3ca3);let _0x161412=!0x0;for(const _0x48d263 of _0x4e8e4f)if(!this[_0x540a0a(0xfd)](_0x48d263)){_0x161412=!0x1;break;}if(_0x161412&&_0x540a0a(0x19a)!==this[_0x540a0a(0x115)]){const _0x124e23=this[_0x540a0a(0x193)][_0x540a0a(0x116)](_0x540a0a(0x187),_0x26ce57,_0x540a0a(0x9a));return this[_0x540a0a(0xdc)](()=>_0x124e23(_0x1a3ca3,_0x586147,_0x4c0a8f)),null;}const _0x4574da=this[_0x540a0a(0xd4)][_0x540a0a(0x11c)][_0x540a0a(0x184)](_0x540a0a(0x1d1))['me'];for(const _0x2b7b63 of this[_0x540a0a(0x1b9)]()){if(_0x2b7b63[_0x540a0a(0x181)]['id']!=_0x4574da['id'])continue;if(_0x540a0a(0x187)!=_0x2b7b63[_0x540a0a(0x129)]||_0x2b7b63[_0x540a0a(0x12e)][_0x540a0a(0x191)]!=_0x586147[_0x540a0a(0x191)])continue;if(!Pt(_0x2b7b63,_0x4c0a8f))continue;const _0x4e91e5=_0x2b7b63[_0x540a0a(0xbd)]==_0x26ce57;for(let _0xe2795c=0x0;_0xe2795c<_0x1a3ca3[_0x540a0a(0xe5)];_0xe2795c++){const _0x1d0cdb=_0x1a3ca3[_0xe2795c];for(const _0x41c7b6 of _0x2b7b63[_0x540a0a(0x138)]()){const _0x5b952f=_0x41c7b6[_0x540a0a(0x15c)]();if(_0x1d0cdb[_0x540a0a(0x75)](_0x5b952f)){_0x4e91e5?(_0x1a3ca3[_0x540a0a(0xf4)](_0xe2795c,0x1),_0xe2795c--):_0x2b7b63[_0x540a0a(0x208)](_0x41c7b6[_0x540a0a(0xec)]);break;}}}}if(0x0==_0x1a3ca3[_0x540a0a(0xe5)])return null;const _0x32b9f9=this[_0x540a0a(0x193)][_0x540a0a(0x116)](_0x540a0a(0x187),_0x26ce57,_0x540a0a(0xbf));for(const _0xba2ee4 of this[_0x540a0a(0x1b9)]())if(_0xba2ee4[_0x540a0a(0x181)]['id']==_0x4574da['id']&&_0x540a0a(0x187)==_0xba2ee4[_0x540a0a(0x129)]&&_0xba2ee4[_0x540a0a(0x12e)][_0x540a0a(0x191)]==_0x586147[_0x540a0a(0x191)]&&_0xba2ee4[_0x540a0a(0xbd)]==_0x26ce57&&Pt(_0xba2ee4,_0x4c0a8f)&&(_0x32b9f9(_0xba2ee4[_0x540a0a(0x104)](),_0x1a3ca3)||_0x32b9f9(_0x1a3ca3,_0xba2ee4[_0x540a0a(0x104)]()))){for(const _0xc1593d of _0x1a3ca3)_0xba2ee4[_0x540a0a(0x133)](_0xc1593d);return _0xba2ee4;}const _0x32b286=_0x1f75a3(),_0x2eff6c=_0x4574da['id'],_0x4e4d18=_0x540a0a(0xb6)+_0x26ce57,_0x14c328=this[_0x540a0a(0xc1)]({'id':_0x32b286,'type':_0x4e4d18,'data':_0x586147,'createdAt':new Date(),'authorId':_0x2eff6c,'attributes':_0x4c0a8f});for(const _0x3f52af of _0x1a3ca3)this[_0x540a0a(0x95)](_0x4e4d18,_0x32b286,_0x2eff6c,_0x3f52af,_0x46cfec[_0x540a0a(0x186)]());return _0x14c328;}[_0x2d71a2(0x99)](_0x5a7c41,_0xffc12=null,_0x170810={}){const _0x402035=_0x2d71a2;if(_0x5a7c41[_0x402035(0x14c)])return null;const _0x2b3bed=this[_0x402035(0xd4)][_0x402035(0x11c)][_0x402035(0x184)](_0x402035(0x1d1))['me'],_0x1b5675=new _0x7534a6(_0x5a7c41[_0x402035(0x93)],_0x5a7c41[_0x402035(0x1c7)]);for(const {suggestion:_0x14eb96,meta:_0x1cb243}of this[_0x402035(0x1b2)](_0x1b5675,_0x402035(0x11a)))if(_0x1cb243[_0x402035(0x161)]&&!_0x1cb243[_0x402035(0xa9)]){if(_0x14eb96[_0x402035(0x21c)]){const _0x10acd6=_0x14eb96[_0x402035(0x104)]()[_0x402035(0x12c)](_0x4f5765=>_0x402035(0x1d6)!=_0x4f5765[_0x402035(0x144)][_0x402035(0xf2)]);_0x10acd6[_0x402035(0x156)](_0x161152=>_0x1b5675[_0x402035(0xcf)](_0x161152,!0x0))&&_0x14eb96[_0x402035(0x98)]();if(_0x10acd6[_0x402035(0x13b)](_0x59c273=>_0x59c273[_0x402035(0xcf)](_0x1b5675,!0x0))){const _0x26c2dd=this[_0x402035(0x193)][_0x402035(0x116)](_0x402035(0x15a),_0xffc12,_0x402035(0x9a));return this[_0x402035(0xdc)](()=>_0x26c2dd([_0x1b5675],null,_0x170810)),null;}}else{const _0x485d36=_0x1b5675[_0x402035(0x123)](_0x14eb96[_0x402035(0x16c)]());null!==_0x485d36&&_0x14eb96[_0x402035(0xb4)]([_0x485d36],null,_0x170810);}}if(_0x1b5675[_0x402035(0x78)](),_0x1b5675[_0x402035(0x14c)]||_0x402035(0x1d6)==_0x1b5675[_0x402035(0x144)][_0x402035(0xf2)])return null;let _0x42c337=null,_0x50dc37=_0x1b5675[_0x402035(0x93)],_0x5050b8=_0x1b5675[_0x402035(0x1c7)];const _0x26cfe5=this[_0x402035(0x1b2)](_0x1b5675,_0x402035(0x15a));for(const {suggestion:_0x343d71,meta:_0x349e6c}of _0x26cfe5){const _0x256310=this[_0x402035(0x1f0)][_0x402035(0x14e)](_0x50dc37,_0x5050b8);if(_0x349e6c[_0x402035(0x161)]&&(this[_0x402035(0xeb)]||!_0x349e6c[_0x402035(0x1ab)]&&!_0x349e6c[_0x402035(0x171)])){if(_0x343d71[_0x402035(0x21c)]){if(!Pt(_0x343d71,_0x170810))continue;let _0x1588ca=!0x0;for(const _0x2315b9 of _0x343d71[_0x402035(0x104)]()){if(_0x2315b9[_0x402035(0xcf)](_0x256310,!0x0))return _0x343d71;_0x256310[_0x402035(0xcf)](_0x2315b9)||(_0x1588ca=!0x1);}_0x1588ca&&_0x343d71[_0x402035(0x98)]();}else{const _0x5aef46=_0x343d71[_0x402035(0x16c)]();if(_0x5aef46[_0x402035(0xcf)](_0x256310,!0x0))return _0x343d71;if(!Pt(_0x343d71,_0x170810)){_0x256310[_0x402035(0xcf)](_0x5aef46)?_0x343d71[_0x402035(0x210)]():_0x5aef46[_0x402035(0x97)](_0x50dc37)?_0x50dc37=_0x5aef46[_0x402035(0x1c7)]:_0x5aef46[_0x402035(0x97)](_0x5050b8)&&(_0x5050b8=_0x5aef46[_0x402035(0x93)]);continue;}_0x50dc37=_0x50dc37[_0x402035(0x126)](_0x5aef46[_0x402035(0x93)])?_0x50dc37:_0x5aef46[_0x402035(0x93)],_0x5050b8=_0x5050b8[_0x402035(0x183)](_0x5aef46[_0x402035(0x1c7)])?_0x5050b8:_0x5aef46[_0x402035(0x1c7)],_0x170810=Object[_0x402035(0x1a4)]({},_0x343d71[_0x402035(0x1ce)]),_0x42c337?_0x5aef46[_0x402035(0x93)][_0x402035(0x126)](_0x42c337[_0x402035(0x16c)]()[_0x402035(0x93)])?(_0x42c337[_0x402035(0x210)](),_0x42c337=_0x343d71):_0x343d71[_0x402035(0x210)]():_0x42c337=_0x343d71;}}}if(_0x42c337)return this[_0x402035(0x1cd)](_0x42c337,this[_0x402035(0x1f0)][_0x402035(0x14e)](_0x50dc37,_0x5050b8)),_0x42c337;{const _0x43836a=_0x1f75a3(),_0x302dd0=this[_0x402035(0x1f0)][_0x402035(0x14e)](_0x50dc37,_0x5050b8),_0x24f8bb=_0x2b3bed['id'],_0x2ab3c5=_0xffc12?_0x402035(0x15f)+_0xffc12:_0x402035(0x15a),_0x53b715=this[_0x402035(0xc1)]({'id':_0x43836a,'type':_0x2ab3c5,'createdAt':new Date(),'authorId':_0x24f8bb,'attributes':_0x170810});return this[_0x402035(0x95)](_0x2ab3c5,_0x43836a,_0x24f8bb,_0x302dd0),_0x53b715;}}[_0x2d71a2(0x1de)](_0x46a25d,_0x572ebe=_0x2d71a2(0x84),_0xace97d={}){const _0x2a4c14=_0x2d71a2,_0x245a5a=this[_0x2a4c14(0xd4)][_0x2a4c14(0x11c)][_0x2a4c14(0x184)](_0x2a4c14(0x1d1))['me'],_0x4cedb7=_0x46a25d[_0x2a4c14(0x1ea)](_0x47ecbf=>new _0x7534a6(_0x47ecbf[_0x2a4c14(0x93)],_0x47ecbf[_0x2a4c14(0x1c7)])),_0x376c65=new Set();for(const {suggestion:_0x318907,meta:_0x2a39f0}of this[_0x2a4c14(0x1b2)](_0x4cedb7,_0x2a4c14(0x11a)))_0x2a39f0[_0x2a4c14(0x161)]&&!_0x2a39f0[_0x2a4c14(0xa9)]&&_0x376c65[_0x2a4c14(0x125)](_0x318907);for(const _0x25839c of _0x376c65)if(_0x25839c[_0x2a4c14(0x21c)]){const _0x4e3d49=_0x25839c[_0x2a4c14(0x104)]();(!_0x25839c[_0x2a4c14(0x1ce)]||!_0x25839c[_0x2a4c14(0x1ce)][_0x2a4c14(0x137)])&&(_0x4e3d49[_0x2a4c14(0x156)](_0x2fe497=>_0x4cedb7[_0x2a4c14(0x13b)](_0xd9e965=>_0xd9e965[_0x2a4c14(0xcf)](_0x2fe497,!0x0)))&&_0x25839c[_0x2a4c14(0x98)]());if(_0x4cedb7[_0x2a4c14(0x156)](_0x253fdc=>_0x4e3d49[_0x2a4c14(0x13b)](_0x48b7f2=>_0x48b7f2[_0x2a4c14(0xcf)](_0x253fdc,!0x0)))){const _0x21a1ec=this[_0x2a4c14(0x193)][_0x2a4c14(0x116)](_0x2a4c14(0x15a),_0x572ebe,_0x2a4c14(0x9a));return this[_0x2a4c14(0xdc)](()=>_0x21a1ec(_0x46a25d,null,_0xace97d)),null;}}else{const _0x3fba37=_0x25839c[_0x2a4c14(0x16c)]();_0x4cedb7[_0x2a4c14(0x13b)](_0x87e44f=>_0x87e44f[_0x2a4c14(0xcf)](_0x3fba37,!0x0))&&_0x25839c[_0x2a4c14(0x98)]();if(_0x4cedb7[_0x2a4c14(0x156)](_0x3ec04f=>_0x3fba37[_0x2a4c14(0xcf)](_0x3ec04f,!0x0))){const _0x525af8=this[_0x2a4c14(0x193)][_0x2a4c14(0x116)](_0x2a4c14(0x15a),_0x572ebe,_0x2a4c14(0x9a));return this[_0x2a4c14(0xdc)](()=>_0x525af8(_0x4cedb7,null,_0xace97d)),null;}}const _0x267900=this[_0x2a4c14(0x193)][_0x2a4c14(0x116)](_0x2a4c14(0x15a),_0x572ebe,_0x2a4c14(0xbf));let _0x3741ca=null;for(const _0x22dc36 of this[_0x2a4c14(0x1b9)]())if(_0x22dc36[_0x2a4c14(0x181)]['id']==_0x245a5a['id']&&_0x22dc36[_0x2a4c14(0xb5)]&&_0x2a4c14(0x15a)==_0x22dc36[_0x2a4c14(0x129)]&&_0x22dc36[_0x2a4c14(0xbd)]==_0x572ebe&&Pt(_0x22dc36,_0xace97d)&&(_0x267900(_0x22dc36[_0x2a4c14(0x104)](),_0x4cedb7)||_0x267900(_0x4cedb7,_0x22dc36[_0x2a4c14(0x104)]()))){if(_0x3741ca){if(_0x22dc36[_0x2a4c14(0x21a)]&&_0x22dc36[_0x2a4c14(0x21a)][_0x2a4c14(0xe5)])continue;for(const _0x8c4a85 of _0x22dc36[_0x2a4c14(0x104)]())_0x3741ca[_0x2a4c14(0xca)](_0x8c4a85)||_0x3741ca[_0x2a4c14(0x133)](_0x8c4a85);_0x22dc36[_0x2a4c14(0x210)]();}else{_0x3741ca=_0x22dc36;for(const _0x4d2e5b of _0x4cedb7)_0x22dc36[_0x2a4c14(0xca)](_0x4d2e5b)||_0x22dc36[_0x2a4c14(0x133)](_0x4d2e5b);}}if(_0x3741ca)return _0x3741ca;_0x376c65[_0x2a4c14(0xab)]();for(const {suggestion:_0x3b9cae,meta:_0x244bc4}of this[_0x2a4c14(0x1b2)](_0x4cedb7,_0x2a4c14(0x15a)))_0x244bc4[_0x2a4c14(0x161)]&&(this[_0x2a4c14(0xeb)]||!_0x244bc4[_0x2a4c14(0x1ab)]&&!_0x244bc4[_0x2a4c14(0x171)])&&Pt(_0x3b9cae,_0xace97d)&&_0x376c65[_0x2a4c14(0x125)](_0x3b9cae);for(const _0x19cfa6 of _0x376c65){const _0x466b34=_0x19cfa6[_0x2a4c14(0x104)]();if(!_0xace97d||!_0xace97d[_0x2a4c14(0x137)]){if(_0x4cedb7[_0x2a4c14(0x156)](_0x435476=>_0x466b34[_0x2a4c14(0x13b)](_0x13c3c1=>_0x13c3c1[_0x2a4c14(0xcf)](_0x435476,!0x0))))return _0x19cfa6;}(!_0x19cfa6[_0x2a4c14(0x1ce)]||!_0x19cfa6[_0x2a4c14(0x1ce)][_0x2a4c14(0x137)])&&(_0x466b34[_0x2a4c14(0x156)](_0x2b30af=>_0x4cedb7[_0x2a4c14(0x13b)](_0x4af56b=>_0x4af56b[_0x2a4c14(0xcf)](_0x2b30af,!0x0)))&&_0x19cfa6[_0x2a4c14(0x98)]());}const _0x27985e=_0x1f75a3(),_0x559797=_0x245a5a['id'],_0x2d08c5=_0x2a4c14(0x15f)+_0x572ebe,_0xbeeb08=this[_0x2a4c14(0xc1)]({'id':_0x27985e,'type':_0x2d08c5,'createdAt':new Date(),'authorId':_0x559797,'attributes':_0xace97d});for(const _0x35f7ef of _0x4cedb7)_0x35f7ef[_0x2a4c14(0x78)](),_0x35f7ef[_0x2a4c14(0x14c)]||_0x2a4c14(0x1d6)==_0x35f7ef[_0x2a4c14(0x144)][_0x2a4c14(0xf2)]||this[_0x2a4c14(0x95)](_0x2d08c5,_0x27985e,_0x559797,_0x35f7ef,_0x46cfec[_0x2a4c14(0x186)]());return _0xbeeb08;}[_0x2d71a2(0x13d)](_0x3ddd20,_0x47c132,_0x4a2874,_0x15e03c,_0x56a3b5){const _0x215b6b=_0x2d71a2;if(_0x3ddd20[_0x215b6b(0x14c)])return[];if(_0x215b6b(0x19e)===this[_0x215b6b(0x115)])return[];const _0xa40b9=this[_0x215b6b(0xd4)][_0x215b6b(0x11c)][_0x215b6b(0x184)](_0x215b6b(0x1d1))['me']['id'],_0x514e78=Array[_0x215b6b(0x207)](this[_0x215b6b(0x20c)][_0x215b6b(0x1cf)]())[_0x215b6b(0x12c)](_0x3925c8=>_0x215b6b(0x179)==_0x3925c8[_0x215b6b(0x129)]&&_0x3925c8[_0x215b6b(0x12e)][_0x215b6b(0x135)]==_0x47c132&&_0x3925c8[_0x215b6b(0xca)](_0x3ddd20));if(_0x215b6b(0x90)===this[_0x215b6b(0x115)]){const _0x16cfc0=this[_0x215b6b(0x1b2)](_0x3ddd20,_0x215b6b(0x11a))[_0x215b6b(0x12c)](({meta:_0x466306})=>_0x466306[_0x215b6b(0x161)]&&!_0x466306[_0x215b6b(0x171)]&&!_0x466306[_0x215b6b(0xa9)])[_0x215b6b(0x1ea)](({suggestion:_0x3c5401})=>_0x3c5401);_0x514e78[_0x215b6b(0x10c)](..._0x16cfc0);}const _0x3de0ca=new Map([[_0x3ddd20,_0x4a2874]]);for(const _0x460613 of _0x514e78){const _0x5160a2=_0x215b6b(0x179)==_0x460613[_0x215b6b(0x129)]?_0x460613[_0x215b6b(0x12e)][_0x215b6b(0xba)]:void 0x0,_0x1fcc05=_0x460613[_0x215b6b(0x16c)](),_0x317228=Array[_0x215b6b(0x207)](_0x3de0ca[_0x215b6b(0x113)]())[_0x215b6b(0x146)](_0x9f0303=>_0x9f0303[_0x215b6b(0x9c)](_0x1fcc05));if(!_0x317228)continue;const _0x58c5ee=_0x317228[_0x215b6b(0x1a2)](_0x1fcc05);this[_0x215b6b(0x215)](_0x47c132)&&_0x215b6b(0x11a)==_0x460613[_0x215b6b(0x129)]&&0x0!=_0x58c5ee[_0x215b6b(0xe5)]||(_0x3de0ca[_0x215b6b(0xd6)](_0x317228),_0x58c5ee[_0x215b6b(0x173)](_0x5ed284=>{const _0x268527=_0x215b6b;_0x3de0ca[_0x268527(0x132)](_0x5ed284,_0x4a2874);}),_0x215b6b(0x11a)!=_0x460613[_0x215b6b(0x129)]&&_0x5160a2!=_0x15e03c&&_0x3de0ca[_0x215b6b(0x132)](_0x317228[_0x215b6b(0x123)](_0x1fcc05),_0x5160a2));}const _0x3c9656=[];for(const [_0x444148,_0x457111]of _0x3de0ca){const _0x23cdef=_0x1f75a3(),_0x55ff15={'key':_0x47c132,'oldValue':_0x457111,'newValue':_0x15e03c};_0x47c132[_0x215b6b(0xe5)]>0x25&&console[_0x215b6b(0xb8)](_0x215b6b(0x131),{'key':_0x47c132});const _0xecbbfd=(_0x215b6b(0x102)+(_0x47c132+'|'+Et({'newValue':_0x15e03c})))[_0x215b6b(0xa4)](0x0,0x3c),_0x335a64=this[_0x215b6b(0xc1)]({'id':_0x23cdef,'type':_0xecbbfd,'data':_0x55ff15,'createdAt':new Date(),'authorId':_0xa40b9,'attributes':_0x56a3b5});_0x3c9656[_0x215b6b(0x1f4)](_0x335a64),this[_0x215b6b(0x95)](_0xecbbfd,_0x23cdef,_0xa40b9,_0x444148);}return _0x3c9656;}[_0x2d71a2(0x128)](_0x24f4d1){const _0x16dfab=_0x2d71a2;this[_0x16dfab(0x152)][_0x16dfab(0x125)](_0x24f4d1);}[_0x2d71a2(0xb1)](_0x524a39){const _0xaa96a5=_0x2d71a2;this[_0xaa96a5(0x17b)][_0xaa96a5(0x125)](_0x524a39);}[_0x2d71a2(0x1d4)](_0x10ba83,_0x4aebc1=[],_0x1ecb99=[]){const _0x5737ba=_0x2d71a2;this[_0x5737ba(0xe7)](_0x10ba83,(_0x70a6ca,..._0x26580a)=>{const _0xaab6cd=_0x5737ba;this[_0xaab6cd(0x8e)](()=>{_0x70a6ca(..._0x26580a);});});for(const _0x3d8ac7 of _0x4aebc1)this[_0x5737ba(0xb1)](_0x3d8ac7);for(const _0x499a3c of _0x1ecb99)this[_0x5737ba(0x128)](_0x499a3c);}[_0x2d71a2(0x1d8)](_0x51ec63){const _0x6bb075=_0x2d71a2;return _0x6bb075(0x179)==_0x51ec63[_0x6bb075(0x129)]?_0x51ec63[_0x6bb075(0xbd)][_0x6bb075(0xa6)]('|')[0x0]:null;}[_0x2d71a2(0x1cd)](_0x2640d6,_0x3eef02){const _0x42127b=_0x2d71a2,_0x2380f5=_0x2640d6[_0x42127b(0xdf)]();this[_0x42127b(0x1f0)][_0x42127b(0x10d)](_0x2e3772=>{const _0x284251=_0x42127b;_0x2e3772[_0x284251(0x1bb)](_0x2380f5,{'range':_0x3eef02});});}[_0x2d71a2(0xc3)](_0x3c3d6a){const _0x248a17=_0x2d71a2,_0x1c0a6a=_0x3c3d6a['id'],_0x18e383=this[_0x248a17(0xd4)][_0x248a17(0x127)][_0x248a17(0x184)](_0x248a17(0xc2));this[_0x248a17(0x214)][_0x248a17(0xe1)](_0x1c0a6a)||this[_0x248a17(0x214)][_0x248a17(0x218)]({'channelId':_0x18e383,'threadId':_0x1c0a6a,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2c5fc7=this[_0x248a17(0x214)][_0x248a17(0xea)](_0x1c0a6a);_0x2c5fc7[_0x248a17(0xaf)](_0x248a17(0x10f)),_0x2c5fc7[_0x248a17(0x10f)]=!0x1,_0x3c3d6a[_0x248a17(0x21a)]=_0x2c5fc7;}[_0x2d71a2(0x213)](_0x291f4d,_0x42339e,_0x14ab91,_0x1380ac){const _0x3c52eb=_0x2d71a2;if(_0x291f4d[_0x3c52eb(0x129)]!=_0x42339e||_0x291f4d[_0x3c52eb(0xbd)]!=_0x14ab91||_0x291f4d[_0x3c52eb(0x1fb)]['id']!=_0x1380ac)throw this[_0x3c52eb(0xd4)][_0x3c52eb(0x1fa)](_0x3c52eb(0x199)),new _0x276ad1(_0x3c52eb(0x199),this);}[_0x2d71a2(0xdd)](_0x246530,_0x4b2886){const _0x5669c1=_0x2d71a2,_0x5d8a90=_0x246530[_0x5669c1(0x16c)]();if(_0x4b2886[_0x5669c1(0x75)](_0x5d8a90))_0x246530[_0x5669c1(0x210)]();else{if(_0x5d8a90[_0x5669c1(0xcf)](_0x4b2886)){const _0x199d53=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x93)][_0x5669c1(0x13a)],_0x5669c1(0x1c7));this[_0x5669c1(0x1cd)](_0x246530,this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x5d8a90[_0x5669c1(0x93)],_0x199d53));const _0x48aaf1=_0x1f75a3(),_0x58fe17=_0x246530[_0x5669c1(0x1fb)]['id'],_0x30a368=_0x246530[_0x5669c1(0x129)]+':'+_0x246530[_0x5669c1(0xbd)];this[_0x5669c1(0xc1)]({'id':_0x48aaf1,'type':_0x30a368,'createdAt':new Date(),'authorId':_0x58fe17,'data':_0x246530[_0x5669c1(0x12e)],'attributes':_0x246530[_0x5669c1(0x1ce)]});const _0x4129b7=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x1c7)][_0x5669c1(0x136)],_0x5669c1(0xae)),_0x2db9bd=this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x4129b7,_0x5d8a90[_0x5669c1(0x1c7)]);this[_0x5669c1(0x95)](_0x30a368,_0x48aaf1,_0x58fe17,_0x2db9bd);}else{if(_0x5d8a90[_0x5669c1(0x97)](_0x4b2886[_0x5669c1(0x93)])){const _0x5e44a2=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x93)][_0x5669c1(0x13a)],_0x5669c1(0x1c7));this[_0x5669c1(0x1cd)](_0x246530,this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x5d8a90[_0x5669c1(0x93)],_0x5e44a2));}else{const _0x1fe832=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x1c7)][_0x5669c1(0x136)],_0x5669c1(0xae));this[_0x5669c1(0x1cd)](_0x246530,this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x1fe832,_0x5d8a90[_0x5669c1(0x1c7)]));}}}}[_0x2d71a2(0xfd)](_0x328f1b){const _0x40735d=_0x2d71a2;for(const {suggestion:_0x4163ac,meta:_0x1e565b}of this[_0x40735d(0x1b2)](_0x328f1b,_0x40735d(0x11a))){if(!_0x1e565b[_0x40735d(0x161)])continue;const _0x342ed5=_0x4163ac[_0x40735d(0x104)]();for(const _0x1854ee of _0x342ed5)if(!_0x328f1b[_0x40735d(0x1a2)](_0x1854ee)[_0x40735d(0xe5)])return!0x0;}return!0x1;}[_0x2d71a2(0x142)](_0x4bdaa9){const _0x167b03=_0x2d71a2,_0x5ed96f=this[_0x167b03(0xd4)][_0x167b03(0x11c)][_0x167b03(0x184)](_0x167b03(0x1d1))[_0x167b03(0xd1)](_0x4bdaa9);if(!_0x5ed96f)throw new _0x276ad1(_0x167b03(0xf0),this);return _0x5ed96f;}[_0x2d71a2(0x1d0)](_0x90d90e){const _0x1f8436=_0x2d71a2,_0x240c97=this[_0x1f8436(0xd4)][_0x1f8436(0x11c)][_0x1f8436(0x184)](_0x1f8436(0x1d1)),_0x151c00=_0x30fd3b(_0x1f8436(0x195)+_0x90d90e),_0x2cc72a=_0x240c97[_0x1f8436(0xd1)](_0x151c00);return _0x2cc72a||_0x240c97[_0x1f8436(0x8b)]({'id':_0x151c00,'name':_0x90d90e});}[_0x2d71a2(0xb3)](_0x1b0aa1,_0x4459e5,_0x32a86d,_0x30f195,_0x2d9de0){const _0x58a38f=_0x2d71a2,_0x469944=this[_0x58a38f(0x142)](_0x30f195),_0x36eb20=this[_0x58a38f(0x193)][_0x58a38f(0xcc)](_0x1b0aa1,_0x4459e5,_0x32a86d,_0x469944,_0x2d9de0,_0xfff74c=>{const _0x4824b5=_0x58a38f;this[_0x4824b5(0x76)](_0x32a86d,{'attributes':_0xfff74c});const _0x4e408d=this[_0x4824b5(0x224)](_0x32a86d);this[_0x4824b5(0x134)](new Set([_0x4e408d])),this[_0x4824b5(0x17a)](new Set([_0x4e408d]));});return this[_0x58a38f(0xa3)](_0x36eb20,_0x58a38f(0x9a),()=>{const _0x14622b=_0x58a38f;this[_0x14622b(0x76)](_0x32a86d,{'state':_0x14622b(0x164)});},{'priority':_0x58a38f(0x19b)}),this[_0x58a38f(0xa3)](_0x36eb20,_0x58a38f(0x98),()=>{const _0x1df150=_0x58a38f;this[_0x1df150(0x76)](_0x32a86d,{'state':_0x1df150(0x1a1)});},{'priority':_0x58a38f(0x19b)}),this[_0x58a38f(0x20c)][_0x58a38f(0x132)](_0x32a86d,_0x36eb20),this[_0x58a38f(0xc6)][_0x58a38f(0x132)](_0x36eb20,_0x58a38f(0x220)),_0x36eb20;}[_0x2d71a2(0x1c0)](_0x18c880){const _0x16e2ad=_0x2d71a2,_0x2d2d32=_0x18c880[_0x16e2ad(0xa6)](':');return{'group':_0x2d2d32[0x0],'type':_0x2d2d32[0x1],'subType':_0x2d2d32[_0x16e2ad(0xe5)]>=0x5?_0x2d2d32[0x2]:null,'id':_0x2d2d32[_0x16e2ad(0xe5)]<0x5?_0x2d2d32[0x2]:_0x2d2d32[0x3],'authorId':_0x2d2d32[_0x16e2ad(0xe5)]<0x5?_0x2d2d32[0x3]:_0x2d2d32[0x4],'markerCount':0x6==_0x2d2d32[_0x16e2ad(0xe5)]?_0x2d2d32[0x5]:null};}[_0x2d71a2(0x15b)](_0x179596,_0x21567e,_0x2860d2){const _0xd0df71=_0x2d71a2,_0x17f5a0=_0x179596[_0xd0df71(0x16c)](),_0x449583=_0x17f5a0[_0xd0df71(0x93)],_0x168108=_0x17f5a0[_0xd0df71(0x1c7)];this[_0xd0df71(0x1cd)](_0x179596,this[_0xd0df71(0x1f0)][_0xd0df71(0x14e)](_0x449583,_0x21567e));const _0x4bc2cd=_0x1f75a3(),_0x1180ef=_0x179596[_0xd0df71(0x1fb)]['id'],_0x49b3ed=_0x179596[_0xd0df71(0x129)]+(_0x179596[_0xd0df71(0xbd)]?':'+_0x179596[_0xd0df71(0xbd)]:'');this[_0xd0df71(0xc1)]({'id':_0x4bc2cd,'type':_0x49b3ed,'createdAt':new Date(),'authorId':_0x1180ef,'originalSuggestionId':_0x179596['id'],'attributes':_0x179596[_0xd0df71(0x1ce)],'data':_0x179596[_0xd0df71(0x12e)]});const _0x550579=this[_0xd0df71(0x1d8)](_0x179596);(_0xd0df71(0x187)==_0x179596[_0xd0df71(0x129)]||_0x550579&&this[_0xd0df71(0x215)](_0x550579))&&(_0x2860d2=this[_0xd0df71(0x1f0)][_0xd0df71(0x107)](_0x2860d2[_0xd0df71(0x136)])),this[_0xd0df71(0x95)](_0x49b3ed,_0x4bc2cd,_0x1180ef,this[_0xd0df71(0x1f0)][_0xd0df71(0x14e)](_0x2860d2,_0x168108));}[_0x2d71a2(0x1b2)](_0x148709,_0x1a016a=null){const _0x31cea7=_0x2d71a2,_0x3ebdb6=[],_0x1c300c=this[_0x31cea7(0xd4)][_0x31cea7(0x11c)][_0x31cea7(0x184)](_0x31cea7(0x1d1))['me'];Array[_0x31cea7(0x8f)](_0x148709)||(_0x148709=[_0x148709]);for(const _0x3c0fd5 of this[_0x31cea7(0x1b9)]()){if(!_0x3c0fd5[_0x31cea7(0xb5)])continue;if(_0x1a016a&&_0x3c0fd5[_0x31cea7(0x129)]!=_0x1a016a)continue;let _0x20ae21=!0x1;for(const _0x3e5108 of _0x3c0fd5[_0x31cea7(0x104)]()){for(const _0x3d8a93 of _0x148709){const _0x4ed9d5=_0x3d8a93[_0x31cea7(0x93)][_0x31cea7(0x75)](_0x3e5108[_0x31cea7(0x1c7)])||_0x3d8a93[_0x31cea7(0x1c7)][_0x31cea7(0x75)](_0x3e5108[_0x31cea7(0x93)]);if(_0x4ed9d5||_0x3d8a93[_0x31cea7(0x123)](_0x3e5108)){const _0x189b0b=_0x3d8a93[_0x31cea7(0xcf)](_0x3e5108)&&xt(this[_0x31cea7(0x1f0)][_0x31cea7(0x1ca)],_0x3e5108[_0x31cea7(0x93)],_0x3d8a93),_0x47e1df=_0x3e5108[_0x31cea7(0xcf)](_0x3d8a93)&&xt(this[_0x31cea7(0x1f0)][_0x31cea7(0x1ca)],_0x3d8a93[_0x31cea7(0x93)],_0x3e5108);_0x3ebdb6[_0x31cea7(0x1f4)]({'suggestion':_0x3c0fd5,'meta':{'isOwn':_0x1c300c==_0x3c0fd5[_0x31cea7(0x181)],'isNextTo':_0x4ed9d5,'isInsideObject':_0x189b0b,'containsRangeInObject':_0x47e1df}}),_0x20ae21=!0x0;break;}}if(_0x20ae21)break;}}return _0x3ebdb6;}[_0x2d71a2(0x95)](_0x40f64d,_0x32d63b,_0x2f6036,_0x2a0320,_0x2cadf4){const _0x5a61ac=_0x2d71a2;this[_0x5a61ac(0x1f0)][_0x5a61ac(0x10d)](_0x3248fa=>{const _0x54983e=_0x5a61ac;let _0x4b5618=_0x54983e(0xda)+_0x40f64d+':'+_0x32d63b+':'+_0x2f6036;_0x2cadf4&&(_0x4b5618=_0x4b5618+':'+_0x2cadf4),_0x3248fa[_0x54983e(0x211)](_0x4b5618,{'range':_0x2a0320,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2d71a2(0xe3)](_0x54f41b){const _0x94cbbd=_0x2d71a2,_0xdcbeb2=_0x54f41b[_0x94cbbd(0x83)],_0xc52bac=_0x54f41b[_0x94cbbd(0x1b5)];_0x54f41b[_0x94cbbd(0x83)]=null,_0x54f41b[_0x94cbbd(0x1b5)]=null,null!=_0xdcbeb2&&_0xdcbeb2[_0x94cbbd(0x1b5)]==_0x54f41b&&(_0xdcbeb2[_0x94cbbd(0x1b5)]=_0xc52bac),null!=_0xc52bac&&_0xc52bac[_0x94cbbd(0x83)]==_0x54f41b&&(_0xc52bac[_0x94cbbd(0x83)]=_0xdcbeb2),_0x94cbbd(0x157)==this[_0x94cbbd(0xc6)][_0x94cbbd(0x184)](_0x54f41b)&&(this[_0x94cbbd(0xc6)][_0x94cbbd(0x132)](_0x54f41b,_0x94cbbd(0x86)),this[_0x94cbbd(0xc4)](_0x94cbbd(0x198),_0x54f41b,_0xdcbeb2,_0xc52bac));}[_0x2d71a2(0xc1)](_0x315862){const _0x4ec380=_0x2d71a2,_0x338605=_0x315862['id'],_0x407c9c=this[_0x4ec380(0x1c3)](_0x315862);if(this[_0x4ec380(0x17f)]&&this[_0x4ec380(0x17f)][_0x4ec380(0xc0)]){const _0x40b514=this[_0x4ec380(0xd4)][_0x4ec380(0x11c)][_0x4ec380(0x184)](_0x4ec380(0xdb)),_0x74f22f=_0x407c9c[_0x4ec380(0x145)],_0x3d2b2d=_0x407c9c[_0x4ec380(0xbd)]?_0x407c9c[_0x4ec380(0x129)]+':'+_0x407c9c[_0x4ec380(0xbd)]:_0x407c9c[_0x4ec380(0x129)],_0xe1e931=this[_0x4ec380(0xd4)][_0x4ec380(0xac)],_0x16823d=_0x40b514[_0x4ec380(0x125)](_0x24efa4(_0xe1e931,_0x4ec380(0x1fd))),_0x15fec9={'id':_0x338605,'type':_0x3d2b2d,'hasComments':_0x74f22f,'data':_0x315862[_0x4ec380(0x12e)]||null,'originalSuggestionId':_0x315862[_0x4ec380(0x21b)]||null,'attributes':_0x407c9c[_0x4ec380(0x1ce)]};this[_0x4ec380(0x17f)][_0x4ec380(0xc0)](_0x15fec9)[_0x4ec380(0xf9)](_0x3165d2=>{const _0x360c67=_0x4ec380;_0x407c9c[_0x360c67(0x1ed)]=!0x0,_0x40b514[_0x360c67(0x174)](_0x16823d),_0x3165d2&&_0x3165d2[_0x360c67(0xa8)]&&(this[_0x360c67(0x20c)][_0x360c67(0x184)](_0x338605)[_0x360c67(0xa8)]=_0x3165d2[_0x360c67(0xa8)]);})[_0x4ec380(0x1e3)](_0x213419=>{const _0x28c41f=_0x4ec380;throw _0x1304fe(_0x28c41f(0x196)),this[_0x28c41f(0xd4)][_0x28c41f(0x1c1)][_0x28c41f(0x1af)]({'isUndoable':!0x1},()=>{const _0x4732d4=_0x28c41f;_0x407c9c[_0x4732d4(0x98)]();}),_0x407c9c[_0x28c41f(0x82)](),this[_0x28c41f(0x20c)][_0x28c41f(0xd6)](_0x407c9c['id']),this[_0x28c41f(0xc6)][_0x28c41f(0xd6)](_0x407c9c),_0x213419;});}return _0x407c9c;}[_0x2d71a2(0x215)](_0x1ea29){const _0x3330b4=_0x2d71a2;return this[_0x3330b4(0x152)][_0x3330b4(0xee)](_0x1ea29);}[_0x2d71a2(0x76)](_0x5a5055,_0x4e08b2){const _0x501ed2=_0x2d71a2,_0x5b844c=this[_0x501ed2(0xd4)][_0x501ed2(0x11c)][_0x501ed2(0x184)](_0x501ed2(0xdb)),_0x56e1a4=this[_0x501ed2(0x224)](_0x5a5055);if(this[_0x501ed2(0x17f)]&&this[_0x501ed2(0x17f)][_0x501ed2(0x1d5)]){if(_0x56e1a4[_0x501ed2(0x1ed)]){const _0xad3d25=_0x5b844c[_0x501ed2(0x125)](_0x24efa4(this[_0x501ed2(0xd4)][_0x501ed2(0xac)],_0x501ed2(0x1fd)));this[_0x501ed2(0x17f)][_0x501ed2(0x1d5)](_0x5a5055,_0x4e08b2)[_0x501ed2(0xf9)](()=>{const _0x194ba2=_0x501ed2;_0x5b844c[_0x194ba2(0x174)](_0xad3d25);});}else _0x56e1a4['on'](_0x501ed2(0x141),()=>{const _0xc2d0d6=_0x501ed2;this[_0xc2d0d6(0x76)](_0x5a5055,_0x4e08b2);});}}[_0x2d71a2(0x1f9)](_0xc5bdf6){const _0x409b46=_0x2d71a2;if(!this[_0x409b46(0x17f)]||!this[_0x409b46(0x17f)][_0x409b46(0x224)])throw new _0x276ad1(_0x409b46(0x1b7),this);return this[_0x409b46(0x17f)][_0x409b46(0x224)](_0xc5bdf6);}[_0x2d71a2(0x178)](_0x169122){const _0x6f0e98=_0x2d71a2,{id:_0x33cbab,type:_0x4abd5f,subType:_0x5a1b11,authorId:_0x40d878}=this[_0x6f0e98(0x1c0)](_0x169122),_0x3fb8f8=this[_0x6f0e98(0x20c)][_0x6f0e98(0x184)](_0x33cbab)||this[_0x6f0e98(0xb3)](_0x4abd5f,_0x5a1b11,_0x33cbab,_0x40d878,{});switch(this[_0x6f0e98(0x213)](_0x3fb8f8,_0x4abd5f,_0x5a1b11,_0x40d878),this[_0x6f0e98(0xc6)][_0x6f0e98(0x184)](_0x3fb8f8)){case _0x6f0e98(0x220):this[_0x6f0e98(0x1f9)](_0x33cbab)[_0x6f0e98(0xf9)](_0x40280f=>{const _0x3569a4=_0x6f0e98;let _0x4affc1=Promise[_0x3569a4(0x153)]();_0x40280f[_0x3569a4(0x145)]&&(_0x4affc1=this[_0x3569a4(0x214)][_0x3569a4(0xf1)]({'channelId':this[_0x3569a4(0xd4)][_0x3569a4(0x127)][_0x3569a4(0x184)](_0x3569a4(0xc2)),'threadId':_0x33cbab})),_0x4affc1[_0x3569a4(0xf9)](()=>{const _0x351027=_0x3569a4;this[_0x351027(0x1c3)](_0x40280f)[_0x351027(0x1ed)]=!0x0;});}),this[_0x6f0e98(0xc6)][_0x6f0e98(0x132)](_0x3fb8f8,_0x6f0e98(0x1c9));break;case _0x6f0e98(0x86):this[_0x6f0e98(0x76)](_0x33cbab,{'state':_0x6f0e98(0x1d9)});case _0x6f0e98(0x12b):this[_0x6f0e98(0xc6)][_0x6f0e98(0x132)](_0x3fb8f8,_0x6f0e98(0x157)),this[_0x6f0e98(0xc4)](_0x6f0e98(0x1b3),_0x3fb8f8);break;case _0x6f0e98(0x157):this[_0x6f0e98(0xc4)](_0x6f0e98(0x10a),_0x3fb8f8);}return _0x3fb8f8[_0x6f0e98(0x200)](_0x169122),_0x3fb8f8;}[_0x2d71a2(0x17a)](_0x5a8f5b){const _0x4e7ac5=_0x2d71a2,_0x18f2e1=Array[_0x4e7ac5(0x207)](_0x5a8f5b),_0x4d0cd8=_0x18f2e1[_0x4e7ac5(0x12c)](_0x125d94=>_0x4e7ac5(0x179)==_0x125d94[_0x4e7ac5(0x129)]);this[_0x4e7ac5(0x166)](_0x4d0cd8);const _0xd4e218=_0x18f2e1[_0x4e7ac5(0x12c)](_0x57e342=>!_0x57e342[_0x4e7ac5(0x21c)]&&_0x4e7ac5(0x179)!=_0x57e342[_0x4e7ac5(0x129)]),_0x2bb428=this[_0x4e7ac5(0x1b9)]({'skipNotAttached':!0x0})[_0x4e7ac5(0x12c)](_0x1e6572=>!_0x1e6572[_0x4e7ac5(0x21c)]&&_0x4e7ac5(0x179)!=_0x1e6572[_0x4e7ac5(0x129)]),_0x2bb9ea=_0x2bb428[_0x4e7ac5(0x12c)](_0x31fa04=>!_0x5a8f5b[_0x4e7ac5(0xee)](_0x31fa04)),_0x2d6b85=new Map(_0x2bb428[_0x4e7ac5(0x1ea)](_0x29b182=>[_0x29b182,this[_0x4e7ac5(0x193)][_0x4e7ac5(0x116)](_0x29b182[_0x4e7ac5(0x129)],_0x29b182[_0x4e7ac5(0xbd)],_0x4e7ac5(0xb2))])),_0xa54cc3=new Map(_0x2bb428[_0x4e7ac5(0x1ea)](_0x1946b3=>[_0x1946b3,_0x1946b3[_0x4e7ac5(0x16c)]()])),_0x2c9c23=new Set(),_0x23bf1f=new Set();for(let _0x970315=0x0;_0x970315<_0xd4e218[_0x4e7ac5(0xe5)];_0x970315++)_0x6c0e0(_0xd4e218[_0x970315],_0xd4e218,_0x970315+0x1);for(let _0x50de44=0x0;_0x50de44<_0xd4e218[_0x4e7ac5(0xe5)];_0x50de44++)_0x6c0e0(_0xd4e218[_0x50de44],_0x2bb9ea,0x0);const _0x4bbe64=new Set();for(let _0x58b9f1=0x0;_0x58b9f1<_0xd4e218[_0x4e7ac5(0xe5)];_0x58b9f1++){const _0x6d85f8=_0xd4e218[_0x58b9f1];!_0x23bf1f[_0x4e7ac5(0xee)](_0x6d85f8)&&_0x6d85f8[_0x4e7ac5(0x83)]&&(_0x4bbe64[_0x4e7ac5(0x125)](_0x6d85f8[_0x4e7ac5(0x83)]),_0x6d85f8[_0x4e7ac5(0x83)][_0x4e7ac5(0x1b5)]===_0x6d85f8&&(_0x6d85f8[_0x4e7ac5(0x83)][_0x4e7ac5(0x1b5)]=null),_0x6d85f8[_0x4e7ac5(0x83)]=null),!_0x2c9c23[_0x4e7ac5(0xee)](_0x6d85f8)&&_0x6d85f8[_0x4e7ac5(0x1b5)]&&(_0x4bbe64[_0x4e7ac5(0x125)](_0x6d85f8[_0x4e7ac5(0x1b5)]),_0x6d85f8[_0x4e7ac5(0x1b5)][_0x4e7ac5(0x83)]===_0x6d85f8&&(_0x6d85f8[_0x4e7ac5(0x1b5)][_0x4e7ac5(0x83)]=null),_0x6d85f8[_0x4e7ac5(0x1b5)]=null);}function _0x6c0e0(_0x463849,_0x1ddc91,_0x5c29b3){const _0x52941e=_0x4e7ac5;for(let _0x266ef6=_0x5c29b3;_0x266ef6<_0x1ddc91[_0x52941e(0xe5)];_0x266ef6++){const _0x395658=_0x320a92(_0x463849,_0x1ddc91[_0x266ef6]);_0x395658&&(_0x395658[0x0][_0x52941e(0x1b5)]=_0x395658[0x1],_0x395658[0x1][_0x52941e(0x83)]=_0x395658[0x0],_0x2c9c23[_0x52941e(0x125)](_0x395658[0x0]),_0x23bf1f[_0x52941e(0x125)](_0x395658[0x1]));}}function _0x320a92(_0x398d25,_0x568f2a){const _0x5af695=_0x4e7ac5;if(_0x398d25[_0x5af695(0x181)]['id']!==_0x568f2a[_0x5af695(0x181)]['id'])return null;const _0x3fd039=_0x2d6b85[_0x5af695(0x184)](_0x398d25)(_0x398d25,_0x568f2a,_0xa54cc3[_0x5af695(0x184)](_0x398d25),_0xa54cc3[_0x5af695(0x184)](_0x568f2a));if(!_0x3fd039)return null;return _0x2d6b85[_0x5af695(0x184)](_0x568f2a)(_0x398d25,_0x568f2a,_0xa54cc3[_0x5af695(0x184)](_0x398d25),_0xa54cc3[_0x5af695(0x184)](_0x568f2a))?_0x3fd039[0x1][_0x5af695(0x21a)]&&_0x3fd039[0x1][_0x5af695(0x21a)][_0x5af695(0xe5)]?null:_0x3fd039:null;}_0x4bbe64[_0x4e7ac5(0x18f)]&&this[_0x4e7ac5(0x17a)](_0x4bbe64);}[_0x2d71a2(0x166)](_0x1aea2f){const _0x411617=_0x2d71a2;if(0x0==_0x1aea2f[_0x411617(0xe5)])return;const _0x28c540=this[_0x411617(0x1b9)]({'skipNotAttached':!0x0})[_0x411617(0x12c)](_0x11e501=>_0x411617(0x179)==_0x11e501[_0x411617(0x129)]&&_0x11e501[_0x411617(0x1da)]),_0x3b35e8=[],_0x5041cf=new Map();for(const _0x509d8c of _0x28c540){const _0x1bc598=_0x30fd3b(_0x509d8c[_0x411617(0x1ce)]);_0x5041cf[_0x411617(0xee)](_0x1bc598)||(_0x5041cf[_0x411617(0x132)](_0x1bc598,_0x3b35e8[_0x411617(0xe5)]),_0x3b35e8[_0x411617(0x1f4)]([]));const _0x248434=_0x5041cf[_0x411617(0x184)](_0x1bc598);_0x3b35e8[_0x248434][_0x411617(0x1f4)](_0x509d8c);}!(function(){const _0x365971=_0x411617;_0x3b35e8[_0x365971(0x1dc)]((_0x31efd7,_0x3ff464)=>{const _0x14c310=_0x365971,_0x399afc=_0x31efd7[0x0][_0x14c310(0xa8)],_0x30a422=_0x3ff464[0x0][_0x14c310(0xa8)];return _0x399afc==_0x30a422?_0x31efd7[0x0][_0x14c310(0x1ce)][_0x14c310(0xfa)]<_0x3ff464[0x0][_0x14c310(0x1ce)][_0x14c310(0xfa)]?-0x1:0x1:_0x399afc<_0x30a422?-0x1:0x1;});for(const _0x4f1be1 of _0x3b35e8)_0x4f1be1[_0x365971(0x1dc)]((_0x5e2644,_0x13b6b2)=>_0x5e2644['id']<_0x13b6b2['id']?-0x1:0x1);}());for(let _0x3b5aec=0x0;_0x3b5aec<_0x3b35e8[_0x411617(0xe5)];_0x3b5aec++){if(0x0==_0x3b35e8[_0x3b5aec][_0x411617(0xe5)])continue;const _0x1e42ab=[];for(let _0x135c8b=_0x3b5aec+0x1;_0x135c8b<_0x3b35e8[_0x411617(0xe5)];_0x135c8b++)0x0!=_0x3b35e8[_0x135c8b][_0x411617(0xe5)]&&_0x38cf32(_0x3b35e8[_0x3b5aec],_0x3b35e8[_0x135c8b])&&_0x1e42ab[_0x411617(0x1f4)](_0x135c8b);for(const _0x409971 of _0x1e42ab)_0x3b35e8[_0x3b5aec]=_0x3b35e8[_0x3b5aec][_0x411617(0x222)](_0x3b35e8[_0x409971]),_0x3b35e8[_0x409971]=[];}for(const _0x3d0ddf of _0x3b35e8)for(let _0x470a22=0x0;_0x470a22<_0x3d0ddf[_0x411617(0xe5)];_0x470a22++)_0x3d0ddf[_0x470a22][_0x411617(0x1b5)]=_0x3d0ddf[_0x470a22+0x1]||null;for(const _0xe346f3 of _0x3b35e8)for(let _0x348b54=0x0;_0x348b54<_0xe346f3[_0x411617(0xe5)];_0x348b54++)_0xe346f3[_0x348b54][_0x411617(0x83)]=_0xe346f3[_0x348b54-0x1]||null;function _0x38cf32(_0x1208eb,_0x33b2e0){const _0x28d354=_0x411617;if(_0x1208eb[0x0][_0x28d354(0x1ce)][_0x28d354(0xfa)]!==_0x33b2e0[0x0][_0x28d354(0x1ce)][_0x28d354(0xfa)]&&_0x1208eb[0x0][_0x28d354(0x181)]!==_0x33b2e0[0x0][_0x28d354(0x181)])return!0x1;if(!function(_0x503c78,_0xb822e4){const _0x27f04c=_0x28d354;if(!_0x503c78[_0x27f04c(0x145)]&&!_0xb822e4[_0x27f04c(0x145)])return!0x0;if(_0x503c78[_0x27f04c(0x145)]&&_0xb822e4[_0x27f04c(0x145)])return!0x1;if(_0x503c78[_0x27f04c(0x145)]&&_0xb822e4[_0x27f04c(0xa8)]<_0x503c78[_0x27f04c(0x21a)][_0x27f04c(0x9f)][_0x27f04c(0x184)](0x0)[_0x27f04c(0xa8)])return!0x0;if(_0xb822e4[_0x27f04c(0x145)]&&_0x503c78[_0x27f04c(0xa8)]<_0xb822e4[_0x27f04c(0x21a)][_0x27f04c(0x9f)][_0x27f04c(0x184)](0x0)[_0x27f04c(0xa8)])return!0x0;return!0x1;}(_0x1208eb[0x0],_0x33b2e0[0x0]))return!0x1;const _0x48afba=_0x3560fb(_0x1208eb[0x0][_0x28d354(0x1ce)],_0x28d354(0xfa)),_0x532a49=_0x3560fb(_0x33b2e0[0x0][_0x28d354(0x1ce)],_0x28d354(0xfa));if(!_0x11c113(_0x48afba,_0x532a49))return!0x1;return!!_0x1208eb[_0x28d354(0x156)](_0x18fe83=>_0x33b2e0[_0x28d354(0x13b)](_0x2e4ef8=>_0x18fe83[_0x28d354(0x16c)]()[_0x28d354(0x75)](_0x2e4ef8[_0x28d354(0x16c)]())))&&_0x33b2e0[_0x28d354(0x156)](_0x5e2832=>_0x1208eb[_0x28d354(0x13b)](_0x53df9c=>_0x5e2832[_0x28d354(0x16c)]()[_0x28d354(0x75)](_0x53df9c[_0x28d354(0x16c)]())));}}[_0x2d71a2(0x134)](_0x3b35b7){const _0x566b62=_0x2d71a2,_0xfa0faa=Array[_0x566b62(0x207)](_0x3b35b7),_0x27d327=this[_0x566b62(0x1b9)]({'skipNotAttached':!0x0}),_0x3e94f3=_0x27d327[_0x566b62(0x12c)](_0x26bccc=>!_0x3b35b7[_0x566b62(0xee)](_0x26bccc)),_0x5ce66b=new Map(_0xfa0faa[_0x566b62(0x1ea)](_0x62cfa8=>[_0x62cfa8,this[_0x566b62(0x193)][_0x566b62(0x116)](_0x62cfa8[_0x566b62(0x129)],_0x62cfa8[_0x566b62(0xbd)],_0x566b62(0xbf))])),_0x2aa925=new Map(_0x27d327[_0x566b62(0x1ea)](_0x4e11ee=>[_0x4e11ee,_0x4e11ee[_0x566b62(0x104)]()]));for(let _0x450eee=0x0;_0x450eee<_0xfa0faa[_0x566b62(0xe5)];_0x450eee++){if(_0x2d4e06(this,_0xfa0faa[_0x450eee],_0xfa0faa,_0x450eee+0x1))return!0x0;}for(let _0x366845=0x0;_0x366845<_0xfa0faa[_0x566b62(0xe5)];_0x366845++){if(_0x2d4e06(this,_0xfa0faa[_0x366845],_0x3e94f3,0x0))return!0x0;}return!0x1;function _0x2d4e06(_0x52fc1d,_0x57bb71,_0x5b02ea,_0xf4ac02){const _0x46b71d=_0x566b62;for(let _0x10c9d0=_0xf4ac02;_0x10c9d0<_0x5b02ea[_0x46b71d(0xe5)];_0x10c9d0++){const _0x38740e=_0x5b02ea[_0x10c9d0];if(_0x38740e[_0x46b71d(0x129)]!==_0x57bb71[_0x46b71d(0x129)]||_0x38740e[_0x46b71d(0x181)]['id']!==_0x57bb71[_0x46b71d(0x181)]['id']||_0x38740e[_0x46b71d(0xbd)]!==_0x57bb71[_0x46b71d(0xbd)])continue;if(!Ft(_0x57bb71,_0x38740e,[_0x46b71d(0xfa)]))continue;if(_0x46b71d(0x179)==_0x57bb71[_0x46b71d(0x129)]&&_0x57bb71[_0x46b71d(0x12e)][_0x46b71d(0xba)]!=_0x38740e[_0x46b71d(0x12e)][_0x46b71d(0xba)])continue;if(_0x46b71d(0x179)==_0x57bb71[_0x46b71d(0x129)]&&_0x52fc1d[_0x46b71d(0x215)](_0x57bb71[_0x46b71d(0x12e)][_0x46b71d(0x135)]))continue;if(_0x46b71d(0x187)==_0x57bb71[_0x46b71d(0x129)]){const _0x3170c2=_0x52fc1d[_0x46b71d(0xd4)][_0x46b71d(0x1c1)],_0x17ad64=_0x57bb71[_0x46b71d(0x1bc)]();if(_0x17ad64&&(_0x3170c2[_0x46b71d(0x1ca)][_0x46b71d(0x20a)](_0x17ad64)||_0x3170c2[_0x46b71d(0x1ca)][_0x46b71d(0x120)](_0x17ad64)))continue;}const _0x354cad=_0x5ce66b[_0x46b71d(0x184)](_0x57bb71),_0x377be8=_0x2aa925[_0x46b71d(0x184)](_0x57bb71),_0x3e9774=_0x2aa925[_0x46b71d(0x184)](_0x38740e),_0x39979e=_0x57bb71[_0x46b71d(0x21a)]&&_0x57bb71[_0x46b71d(0x21a)][_0x46b71d(0xe5)],_0x14cb67=_0x38740e[_0x46b71d(0x21a)]&&_0x38740e[_0x46b71d(0x21a)][_0x46b71d(0xe5)];if(!_0x39979e&&_0x354cad(_0x3e9774,_0x377be8))return _0x52fc1d[_0x46b71d(0x14d)](_0x38740e,_0x57bb71),_0x2aa925[_0x46b71d(0xd6)](_0x57bb71),!0x0;if(!_0x14cb67&&_0x354cad(_0x377be8,_0x3e9774))return _0x52fc1d[_0x46b71d(0x14d)](_0x57bb71,_0x38740e),_0x2aa925[_0x46b71d(0xd6)](_0x38740e),!0x0;}return!0x1;}}[_0x2d71a2(0x14d)](_0x70d904,_0x555873){const _0x845794=_0x2d71a2;if(_0x70d904[_0x845794(0x21c)]){for(const _0x1e2936 of _0x555873[_0x845794(0x104)]())_0x70d904[_0x845794(0x133)](_0x1e2936);}else{const _0x4808c2=_0x555873[_0x845794(0x16c)]()[_0x845794(0x1c7)];this[_0x845794(0x1cd)](_0x70d904,this[_0x845794(0x1f0)][_0x845794(0x14e)](_0x70d904[_0x845794(0x16c)]()[_0x845794(0x93)],_0x4808c2));}_0x555873[_0x845794(0x210)]();}[_0x2d71a2(0x130)](_0x205555,_0x3bc738){const _0x572b21=_0x2d71a2,_0x3918e5=_0x205555[_0x572b21(0xcb)](_0x572b21(0x15d))||_0x205555[_0x572b21(0xcb)](_0x572b21(0x179))?_0x572b21(0x1b8):_0x205555[_0x572b21(0x13e)]();return _0x24efa4(this[_0x572b21(0xd4)][_0x572b21(0xac)],_0x3bc738+'_'+_0x3918e5+_0x572b21(0x7d));}[_0x2d71a2(0x109)](){const _0x7ffeca=_0x2d71a2,_0x758177=this[_0x7ffeca(0xd4)];_0x1f77c6(this[_0x7ffeca(0x1f0)],({left:_0x1e7af7,entered:_0xa792d4})=>{const _0x15f54c=_0x7ffeca,_0x27daa7=[];for(const _0x5730bb of _0x1e7af7){const {group:_0x16e205,type:_0x2e4f22}=this[_0x15f54c(0x1c0)](_0x5730bb[_0x15f54c(0xec)]);if(_0x15f54c(0x154)===_0x16e205){_0x27daa7[_0x15f54c(0x1f4)](this[_0x15f54c(0x130)](_0x2e4f22,_0x15f54c(0xf8)));break;}}for(const _0x3326f0 of _0xa792d4){const {group:_0x4f4402,type:_0x2c227b}=this[_0x15f54c(0x1c0)](_0x3326f0[_0x15f54c(0xec)]);if(_0x15f54c(0x154)===_0x4f4402){_0x27daa7[_0x15f54c(0x1f4)](this[_0x15f54c(0x130)](_0x2c227b,_0x15f54c(0x1c8)));break;}}_0x27daa7[_0x15f54c(0xe5)]&&_0x758177['ui'][_0x15f54c(0x101)][_0x15f54c(0x14a)](_0x15f54c(0x15e),_0x27daa7[_0x15f54c(0xbf)]('\x20'));});}[_0x2d71a2(0xe2)](_0x177b77){const _0x5be6e1=_0x2d71a2;if(this[_0x5be6e1(0x20d)])return!0x1;const _0x268755=this[_0x5be6e1(0xd4)],_0x581bdf=_0x268755[_0x5be6e1(0x1c1)][_0x5be6e1(0x14f)][_0x5be6e1(0x1a8)][_0x5be6e1(0x1e2)]();if(0x0==_0x581bdf[_0x5be6e1(0xe5)])return!0x1;const _0x262c83=[],_0x5db43f=_0x581bdf[_0x5be6e1(0x12c)](_0x20289e=>_0x5be6e1(0x179)==_0x20289e[_0x5be6e1(0x129)]),_0x2d48de=_0x581bdf[_0x5be6e1(0x12c)](_0x522005=>_0x5be6e1(0xf6)==_0x522005[_0x5be6e1(0x129)]&&_0x5be6e1(0x1dd)!=_0x522005[_0x5be6e1(0xec)]),_0x54b2ef=_0x581bdf[_0x5be6e1(0x12c)](_0x45a47a=>_0x5be6e1(0x174)==_0x45a47a[_0x5be6e1(0x129)]&&_0x5be6e1(0x1dd)!=_0x45a47a[_0x5be6e1(0xec)]);for(const _0x5e35e8 of _0x5db43f)_0x262c83[_0x5be6e1(0x1f4)]({'key':_0x5e35e8[_0x5be6e1(0x163)],'newValue':_0x5e35e8[_0x5be6e1(0x148)],'oldValue':_0x5e35e8[_0x5be6e1(0x188)],'range':Ut(_0x5e35e8[_0x5be6e1(0x10e)],_0x268755[_0x5be6e1(0x1c1)])});for(const _0x5ccf0e of _0x2d48de){const _0x5992c8=_0x54b2ef[_0x5be6e1(0x146)](_0x445544=>_0x445544[_0x5be6e1(0x221)][_0x5be6e1(0x75)](_0x5ccf0e[_0x5be6e1(0x221)]));_0x5992c8&&_0x262c83[_0x5be6e1(0x1f4)]({'key':_0x5be6e1(0xcd),'newValue':_0x5ccf0e[_0x5be6e1(0xec)],'oldValue':_0x5992c8[_0x5be6e1(0xec)],'range':_0x268755[_0x5be6e1(0x1c1)][_0x5be6e1(0x1ae)](_0x5ccf0e[_0x5be6e1(0x221)][_0x5be6e1(0x143)])});}return 0x0!=_0x262c83[_0x5be6e1(0xe5)]&&this[_0x5be6e1(0x16d)](_0x177b77,_0x262c83);}[_0x2d71a2(0x1b1)](_0x371bb1){const _0xee710e=_0x2d71a2;let _0x124134=!0x1;const _0x507c99=this[_0xee710e(0xd4)][_0xee710e(0x1c1)][_0xee710e(0x14f)][_0xee710e(0x1a8)][_0xee710e(0x1b4)]()[_0xee710e(0x12c)](_0x57a032=>_0x57a032[_0xee710e(0x12e)][_0xee710e(0x168)]&&_0x57a032[_0xee710e(0xec)][_0xee710e(0xcb)](_0xee710e(0xff)));for(const _0x7a3347 of _0x507c99){const {subType:_0xc234c7,id:_0x42a843}=this[_0xee710e(0x1c0)](_0x7a3347[_0xee710e(0xec)]),_0x261004=_0xc234c7[_0xee710e(0xa6)]('|')[0x0];for(const _0x2c6a50 of this[_0xee710e(0x1b9)]({'skipNotAttached':!0x0}))_0x2c6a50['id']!=_0x42a843&&_0xee710e(0x179)==_0x2c6a50[_0xee710e(0x129)]&&_0x2c6a50[_0xee710e(0x12e)]&&_0x2c6a50[_0xee710e(0x12e)][_0xee710e(0x135)]==_0x261004&&_0x2c6a50[_0xee710e(0x16c)]()[_0xee710e(0x9c)](_0x7a3347[_0xee710e(0x12e)][_0xee710e(0x168)])&&(this[_0xee710e(0x1f3)](_0x2c6a50,_0x7a3347[_0xee710e(0x12e)][_0xee710e(0x168)],_0x371bb1),_0x124134=!0x0);}return _0x124134;}[_0x2d71a2(0x8e)](_0x4c333b){const _0x1a9392=_0x2d71a2;this[_0x1a9392(0xd4)],(this[_0x1a9392(0x20d)]=!0x0,_0x4c333b());}[_0x2d71a2(0x1d7)](_0x3d79e8){const _0x45fb1b=_0x2d71a2,_0x39ff4b=this[_0x45fb1b(0x215)](_0x3d79e8),_0x43af88=this[_0x45fb1b(0x17b)][_0x45fb1b(0xee)](_0x3d79e8);return _0x39ff4b||_0x43af88;}[_0x2d71a2(0x16d)](_0x8ec215,_0x2622c0){const _0x11c762=_0x2d71a2;if(0x0==_0x2622c0[_0x11c762(0xe5)])return!0x1;let _0x56dc55=!0x1;for(const _0x3c55b3 of _0x2622c0){const _0x5bf51a=this[_0x11c762(0x1b2)](_0x3c55b3[_0x11c762(0x10e)],_0x11c762(0x179))[_0x11c762(0x12c)](_0x40fa25=>!_0x40fa25[_0x11c762(0x121)][_0x11c762(0xa9)])[_0x11c762(0x1ea)](_0x28259b=>_0x28259b[_0x11c762(0x154)]),_0x10311f=_0x30fd3b({'newValue':_0x3c55b3[_0x11c762(0x94)]});_0x5bf51a[_0x11c762(0x12c)](_0x1da42d=>{const _0x4cbf2f=_0x11c762,[_0x310e38,_0x12cdac]=_0x1da42d[_0x4cbf2f(0xbd)][_0x4cbf2f(0xa6)]('|');return _0x310e38==_0x3c55b3[_0x4cbf2f(0x135)]&&_0x12cdac!=_0x10311f;})[_0x11c762(0x173)](_0x2dab95=>{const _0x230f82=_0x11c762;this[_0x230f82(0x1f3)](_0x2dab95,_0x3c55b3[_0x230f82(0x10e)],_0x8ec215),_0x56dc55=!0x0;});}return _0x56dc55;}[_0x2d71a2(0x1f3)](_0xe0573b,_0x58c979,_0x46d44a){const _0x5d0bd3=_0x2d71a2,_0x3bfe1b=_0xe0573b[_0x5d0bd3(0x16c)]()[_0x5d0bd3(0x1a2)](_0x58c979);0x0!==_0x3bfe1b[_0x5d0bd3(0xe5)]?0x1!==_0x3bfe1b[_0x5d0bd3(0xe5)]?this[_0x5d0bd3(0x15b)](_0xe0573b,_0x58c979[_0x5d0bd3(0x93)],_0x58c979[_0x5d0bd3(0x1c7)]):this[_0x5d0bd3(0x1cd)](_0xe0573b,_0x3bfe1b[0x0]):_0x46d44a[_0x5d0bd3(0x208)](_0xe0573b[_0x5d0bd3(0xdf)]());}}class Bt{constructor(_0x20c88b){const _0x4992a4=_0x2d71a2;this[_0x4992a4(0x1f7)]=_0x20c88b,this[_0x4992a4(0x1f0)]=_0x20c88b[_0x4992a4(0x1c1)],this[_0x4992a4(0x81)]=new Map(),this[_0x4992a4(0x1c6)]=new Map(),this[_0x4992a4(0x1fe)]();}[_0x2d71a2(0xcc)](_0x15c464,_0x4abfb8,_0x2468df,_0x4dddef,_0x32a326,_0x439366){const _0x492d3f=_0x2d71a2;return new _0x46cfec(this[_0x492d3f(0x1f0)],{'type':_0x15c464,'subType':_0x4abfb8,'id':_0x2468df,'author':_0x4dddef,'creator':_0x4dddef,'attributes':_0x32a326,'onAttributesChange':_0x439366,'onAccept':(..._0x7f57f9)=>this[_0x492d3f(0x116)](_0x15c464,_0x4abfb8,_0x492d3f(0x9a))(..._0x7f57f9),'onDiscard':(..._0xcc5029)=>this[_0x492d3f(0x116)](_0x15c464,_0x4abfb8,_0x492d3f(0x98))(..._0xcc5029)});}[_0x2d71a2(0x216)](_0x282a36,_0x50cfad,_0x483935,_0x4e09f9){const _0x4e27a4=_0x2d71a2,_0x4187e1=_0x282a36+':'+_0x50cfad+':'+_0x483935;this[_0x4e27a4(0x81)][_0x4e27a4(0x132)](_0x4187e1,_0x4e09f9);}[_0x2d71a2(0x116)](_0x374540,_0x3d1e8f,_0x15d044){const _0x32fc95=_0x2d71a2,_0x2b22b1=_0x374540+':'+_0x3d1e8f+':'+_0x15d044;return this[_0x32fc95(0x81)][_0x32fc95(0x184)](_0x2b22b1)||this[_0x32fc95(0x1c6)][_0x32fc95(0x184)](_0x374540+':'+_0x15d044);}[_0x2d71a2(0x1fe)](){const _0x42d28c=_0x2d71a2,_0x4a1fb1=()=>!0x1,_0x533ecf=_0x289932=>{const _0x731ee=_0x44d6;_0x289932[_0x731ee(0x1dc)]((_0x9985ce,_0x5c8287)=>_0x9985ce[_0x731ee(0x93)][_0x731ee(0x126)](_0x5c8287[_0x731ee(0x93)])?0x1:-0x1),this[_0x731ee(0x1f0)][_0x731ee(0x10d)](_0x3225e1=>{const _0x4c02a0=_0x731ee;for(const _0x13432a of _0x289932){let _0x1b4374;_0x1b4374=_0x13432a[_0x4c02a0(0x1c7)][_0x4c02a0(0x209)]&&_0x13432a[_0x4c02a0(0x1c7)][_0x4c02a0(0x136)]==_0x13432a[_0x4c02a0(0x93)][_0x4c02a0(0x143)]?_0x3225e1[_0x4c02a0(0x1fc)](_0x13432a[_0x4c02a0(0x93)][_0x4c02a0(0x143)],'on'):_0x3225e1[_0x4c02a0(0x1fc)](_0x13432a),this[_0x4c02a0(0x1f0)][_0x4c02a0(0x1d3)](_0x1b4374,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x239465=(_0x583683,_0x36c624)=>{const _0x788153=_0x44d6;_0x36c624&&this[_0x788153(0x1f0)][_0x788153(0x10d)](_0x3364f4=>{const _0xbc7a12=_0x788153,{commandName:_0x24f112,commandParams:_0xb3aff9=[]}=_0x36c624,_0x5a1722=_0x583683[_0xbc7a12(0x1ea)](_0x53899f=>(Rt(_0x53899f)&&(_0x53899f=this[_0xbc7a12(0x1f0)][_0xbc7a12(0x14e)](_0x53899f[_0xbc7a12(0x1c7)])),_0x53899f))[_0xbc7a12(0x12c)](_0x472480=>_0xbc7a12(0x1d6)!==_0x472480[_0xbc7a12(0x144)][_0xbc7a12(0xf2)]);if(_0x5a1722[_0xbc7a12(0xe5)]<0x1)return;const _0x55e3ee=Array[_0xbc7a12(0x207)](this[_0xbc7a12(0x1f0)][_0xbc7a12(0x14f)][_0xbc7a12(0x189)][_0xbc7a12(0x104)]())[_0xbc7a12(0x1ea)](_0x26dc4d=>_0x7534a6[_0xbc7a12(0x205)](_0x26dc4d));_0x3364f4[_0xbc7a12(0x9d)](_0x5a1722);for(const _0x21ac60 of this[_0xbc7a12(0x1f7)][_0xbc7a12(0x1df)][_0xbc7a12(0x1df)]())_0x21ac60[_0xbc7a12(0xb9)]();_0xb3aff9[_0xbc7a12(0x1f4)]({'forceDefaultExecution':!0x0}),this[_0xbc7a12(0x1f7)][_0xbc7a12(0xa0)](_0x24f112,..._0xb3aff9);const _0x3d8553=_0x55e3ee[_0xbc7a12(0x12c)](_0xa5750c=>_0xbc7a12(0x1d6)!=_0xa5750c[_0xbc7a12(0x144)][_0xbc7a12(0xf2)]);_0x3d8553[_0xbc7a12(0xe5)]>0x0&&_0x3364f4[_0xbc7a12(0x9d)](_0x3d8553);for(const _0x5d0856 of _0x55e3ee)_0x5d0856[_0xbc7a12(0x78)]();});},_0x3415fb=(_0x560d54,_0x146d19)=>0x1==_0x560d54[_0x42d28c(0xe5)]&&0x1==_0x146d19[_0x42d28c(0xe5)]&&_0x560d54[0x0][_0x42d28c(0x1c7)][_0x42d28c(0x75)](_0x146d19[0x0][_0x42d28c(0x93)]),_0x205322=(_0x5ed7f6,_0x40ee7e,_0x6f7397,_0x760945)=>Gt(_0x5ed7f6,_0x40ee7e,_0x6f7397,_0x760945,this[_0x42d28c(0x1f0)])?[_0x5ed7f6,_0x40ee7e]:Gt(_0x40ee7e,_0x5ed7f6,_0x760945,_0x6f7397,this[_0x42d28c(0x1f0)])?[_0x40ee7e,_0x5ed7f6]:null;this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x1d2),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x16f),_0x533ecf),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x20e),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x124),_0x205322),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x1ad),_0x533ecf),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x8d),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x194),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x17c),_0x205322),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x16a),_0x239465),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x14b),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x103),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xbb),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x7c),_0x239465),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x11b),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xe0),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x20f),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xa2),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xc7),(_0x3a890e,_0x542c0d)=>{const _0x2f4448=_0x42d28c;if(!_0x542c0d)return;const _0x2cb091=this[_0x2f4448(0x1f7)][_0x2f4448(0x11c)][_0x2f4448(0x184)](p);this[_0x2f4448(0x1f0)][_0x2f4448(0x10d)](_0x4c488c=>{const _0x271cd3=_0x2f4448;if(_0x271cd3(0xcd)==_0x542c0d[_0x271cd3(0x135)])for(const _0x438c0c of _0x3a890e){const _0x235e7b=_0x438c0c[_0x271cd3(0x93)][_0x271cd3(0x143)],_0x4421ff=_0x542c0d[_0x271cd3(0xba)];_0x4c488c[_0x271cd3(0x1c4)](_0x235e7b,_0x4421ff);}else{if(_0x2cb091[_0x271cd3(0x215)](_0x542c0d[_0x271cd3(0x135)])){for(const _0x21a728 of _0x3a890e)void 0x0!==_0x542c0d[_0x271cd3(0xba)]?_0x4c488c[_0x271cd3(0x11d)](_0x542c0d[_0x271cd3(0x135)],_0x542c0d[_0x271cd3(0xba)],_0x21a728[_0x271cd3(0x93)][_0x271cd3(0x143)]):_0x4c488c[_0x271cd3(0x158)](_0x542c0d[_0x271cd3(0x135)],_0x21a728[_0x271cd3(0x93)][_0x271cd3(0x143)]);}else{for(const _0x22fbcd of _0x3a890e)_0x542c0d[_0x271cd3(0xba)]?_0x4c488c[_0x271cd3(0x11d)](_0x542c0d[_0x271cd3(0x135)],_0x542c0d[_0x271cd3(0xba)],_0x22fbcd):_0x4c488c[_0x271cd3(0x158)](_0x542c0d[_0x271cd3(0x135)],_0x22fbcd);}}});}),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x20b),_0x3415fb);}}function xt(_0x39f5cc,_0x115875,_0x43a89d){const _0x4ee753=_0x2d71a2;for(const _0x22bb4f of _0x115875[_0x4ee753(0x136)][_0x4ee753(0x167)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x22bb4f[_0x4ee753(0x144)]==_0x22bb4f)return!0x1;if(!_0x43a89d[_0x4ee753(0x1ba)](_0x22bb4f))return!0x1;if(_0x39f5cc[_0x4ee753(0x20a)](_0x22bb4f)||_0x39f5cc[_0x4ee753(0x120)](_0x22bb4f))return!0x0;}return!0x1;}function Rt(_0x368e32){const _0x5a004a=_0x2d71a2;return _0x368e32[_0x5a004a(0x1c7)][_0x5a004a(0x136)]==_0x368e32[_0x5a004a(0x93)][_0x5a004a(0x143)]&&_0x368e32[_0x5a004a(0x1c7)][_0x5a004a(0x201)];}function Tt(_0x5cbb60,_0x37de23,_0x30dc4b,_0x5deb1d){const _0x147d5c=_0x2d71a2,_0x34b3ba=_0x3bb01e=>!_0x3bb01e[_0x147d5c(0x11e)]['is'](_0x147d5c(0x1a3))&&!_0x5deb1d[_0x147d5c(0x20a)](_0x3bb01e[_0x147d5c(0x11e)]),_0x2b1995=_0x5cbb60[_0x147d5c(0x93)][_0x147d5c(0xbc)](_0x34b3ba),_0x162cae=_0x5cbb60[_0x147d5c(0x1c7)][_0x147d5c(0xbc)](_0x34b3ba,{'direction':_0x147d5c(0x1e8)});return(!_0x5cbb60[_0x147d5c(0x93)][_0x147d5c(0x75)](_0x2b1995)||!_0x5cbb60[_0x147d5c(0x1c7)][_0x147d5c(0x75)](_0x162cae))&&(_0x2b1995[_0x147d5c(0x126)](_0x162cae)?_0x30dc4b[_0x147d5c(0x1bb)](_0x37de23,{'range':_0x30dc4b[_0x147d5c(0x14e)](_0x2b1995,_0x162cae)}):_0x30dc4b[_0x147d5c(0x208)](_0x37de23),!0x0);}function Et(_0x4eb649){return _0x30fd3b(_0x4eb649);}function Vt(_0x44bbab){const _0x1a209f=_0x2d71a2,_0x45801e=_0x44bbab[_0x1a209f(0x93)][_0x1a209f(0x143)];return _0x45801e&&_0x45801e['is'](_0x1a209f(0x1f1));}function Ut(_0x5f1c57,_0xe02b61){const _0x4b280b=_0x2d71a2;return null==_0x5f1c57[_0x4b280b(0x1c7)][_0x4b280b(0x13a)]&&_0x5f1c57[_0x4b280b(0x1c7)][_0x4b280b(0x136)]==_0x5f1c57[_0x4b280b(0x93)][_0x4b280b(0x143)]?Ot(_0x5f1c57[_0x4b280b(0x93)][_0x4b280b(0x143)],_0xe02b61):_0x5f1c57;}function Ot(_0x65499d,_0x3a992f){const _0x2609dc=_0x2d71a2,_0x5f026a=_0x3a992f[_0x2609dc(0x1ca)][_0x2609dc(0x20a)](_0x65499d)||_0x3a992f[_0x2609dc(0x1ca)][_0x2609dc(0xc5)](_0x65499d);return _0x3a992f[_0x2609dc(0x14e)](_0x3a992f[_0x2609dc(0x18b)](_0x65499d,_0x2609dc(0x117)),_0x5f026a?_0x3a992f[_0x2609dc(0xd5)](_0x65499d):_0x3a992f[_0x2609dc(0x18b)](_0x65499d,_0x2609dc(0x1c7)));}function Gt(_0x1952c1,_0x2988d5,_0x309c67,_0x275231,_0x3d738b){const _0x151d1a=_0x2d71a2;if(!Ft(_0x1952c1,_0x2988d5))return!0x1;if(_0x309c67[_0x151d1a(0x1c7)][_0x151d1a(0x75)](_0x275231[_0x151d1a(0x93)]))return!0x0;if(_0x1952c1[_0x151d1a(0x129)]!=_0x2988d5[_0x151d1a(0x129)])return!0x1;if(!_0x309c67[_0x151d1a(0x1c7)][_0x151d1a(0xd9)](_0x275231[_0x151d1a(0x93)]))return!0x1;const _0x2a1390=_0x3d738b[_0x151d1a(0x14e)](_0x309c67[_0x151d1a(0x1c7)],_0x275231[_0x151d1a(0x93)])[_0x151d1a(0x1a5)]();for(const _0x46d2d4 of _0x2a1390)if([_0x151d1a(0x17d),_0x151d1a(0xf3)][_0x151d1a(0x9e)](_0x46d2d4[_0x151d1a(0x129)])&&_0x3d738b[_0x151d1a(0x1ca)][_0x151d1a(0x120)](_0x46d2d4[_0x151d1a(0x11e)]))return!0x1;return!0x0;}function Ft(_0x1b35c3,_0x53597f,_0x10026d=[]){const _0x3aa4e7=_0x2d71a2;return!(!_0x1b35c3[_0x3aa4e7(0x1da)]||!_0x53597f[_0x3aa4e7(0x1da)])&&_0x11c113(_0x3560fb(_0x1b35c3[_0x3aa4e7(0x1ce)],_0x10026d),_0x3560fb(_0x53597f[_0x3aa4e7(0x1ce)],_0x10026d));}function Pt(_0x3deb96,_0x28aef8){const _0x3582b8=_0x2d71a2,_0x284c75=Lt(_0x3deb96[_0x3582b8(0x1ce)]),_0x4cf70a=Lt(_0x28aef8);if(!_0x3deb96[_0x3582b8(0x1da)])return!0x1;for(const _0x4c56e4 of Object[_0x3582b8(0x113)](_0x4cf70a))if(!_0x11c113(_0x284c75[_0x4c56e4],_0x4cf70a[_0x4c56e4]))return!0x1;return!0x0;}function Lt(_0x3de431){const _0x143103=_0x2d71a2,_0x324f81=Object[_0x143103(0x1a4)]({},_0x3de431);return delete _0x324f81[_0x143103(0x137)],delete _0x324f81[_0x143103(0xe8)],_0x324f81;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ac222=_0x5cf4;(function(_0x289c18,_0x16cb5d){const _0x5a216e=_0x5cf4,_0x577092=_0x289c18();while(!![]){try{const _0x33aa34=-parseInt(_0x5a216e(0xa4))/0x1+parseInt(_0x5a216e(0xcb))/0x2*(-parseInt(_0x5a216e(0x92))/0x3)+parseInt(_0x5a216e(0x8f))/0x4*(-parseInt(_0x5a216e(0xdc))/0x5)+-parseInt(_0x5a216e(0xe8))/0x6+-parseInt(_0x5a216e(0xd6))/0x7+-parseInt(_0x5a216e(0x7d))/0x8+parseInt(_0x5a216e(0xc5))/0x9;if(_0x33aa34===_0x16cb5d)break;else _0x577092['push'](_0x577092['shift']());}catch(_0x3e360f){_0x577092['push'](_0x577092['shift']());}}}(_0x167a,0x8cc73));import{Plugin as _0x142847}from'ckeditor5/src/core.js';import{Collection as _0x4fbb42}from'ckeditor5/src/utils.js';import{ViewModel as _0x3d0307,SplitButtonView as _0x478095,createDropdown as _0x428b1e,addListToDropdown as _0x32d1d0}from'ckeditor5/src/ui.js';function _0x5cf4(_0x4ffc7f,_0x2571ba){const _0x167a4c=_0x167a();return _0x5cf4=function(_0x5cf4a0,_0x54bfb6){_0x5cf4a0=_0x5cf4a0-0x69;let _0x1d55a2=_0x167a4c[_0x5cf4a0];return _0x1d55a2;},_0x5cf4(_0x4ffc7f,_0x2571ba);}import{Users as _0x6a439f,getDateTimeFormatter as _0x2396e2,getAllMarkersDomElementsSorted as _0x100e05}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x220d90 from'./trackchangesediting.js';import _0x2dac2b from'./ui/suggestioncontroller.js';import _0x59a3fd from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x37fc14}from'./utils/common-translations.js';import _0x357b95 from'../theme/icons/track-changes.svg';export default class d extends _0x142847{static get[_0x2ac222(0x72)](){const _0x1e2df2=_0x2ac222;return[_0x220d90,_0x6a439f,_0x1e2df2(0xb8),_0x1e2df2(0x7e),_0x1e2df2(0x6c)];}static get[_0x2ac222(0x9c)](){const _0xee0c8e=_0x2ac222;return _0xee0c8e(0xb9);}constructor(_0x35b45f){const _0x508bd2=_0x2ac222;super(_0x35b45f),this[_0x508bd2(0x6b)]=new Map(),this[_0x508bd2(0x8c)]=new Map(),this[_0x508bd2(0x82)]=new Map(),this[_0x508bd2(0x83)]=new Map();const _0x4034bc=this[_0x508bd2(0xbf)][_0x508bd2(0xdd)];_0x4034bc[_0x508bd2(0x9b)](_0x508bd2(0xea),_0x59a3fd),_0x4034bc[_0x508bd2(0x9b)](_0x508bd2(0xc9),!0x1),this[_0x508bd2(0x93)]=_0x4034bc[_0x508bd2(0xb2)](_0x508bd2(0xc9));}[_0x2ac222(0xe6)](_0x69e8c,_0x45bf2d){const _0x3fdeba=_0x2ac222;0x0===this[_0x3fdeba(0x83)][_0x3fdeba(0xc2)]&&setTimeout(()=>{const _0x4159ca=_0x3fdeba;for(const [_0x31f282,_0x4d3df4]of this[_0x4159ca(0x83)]){const _0x5b2490=this[_0x4159ca(0x6b)][_0x4159ca(0x6a)](_0x31f282);_0x5b2490||_0x4d3df4?_0x5b2490&&_0x4d3df4&&this[_0x4159ca(0xb3)](_0x31f282):this[_0x4159ca(0xe2)](_0x31f282);}this[_0x4159ca(0x83)][_0x4159ca(0xd0)](),this[_0x4159ca(0xbf)][_0x4159ca(0xac)][_0x4159ca(0xb2)](_0x4159ca(0x6c))[_0x4159ca(0x80)](),this[_0x4159ca(0xd1)]();},0xa),this[_0x3fdeba(0x83)][_0x3fdeba(0xa5)](_0x69e8c,_0x45bf2d);}[_0x2ac222(0x6d)](){const _0x2c79b0=_0x2ac222,_0x5a5d4d=this[_0x2c79b0(0xbf)],_0x301a38=_0x5a5d4d[_0x2c79b0(0xac)][_0x2c79b0(0xb2)](_0x2c79b0(0x94)),_0x25ba77=_0x5a5d4d[_0x2c79b0(0xac)][_0x2c79b0(0xb2)](_0x2c79b0(0x7e)),_0x3a63f9=_0x5a5d4d[_0x2c79b0(0xac)][_0x2c79b0(0xb2)](_0x2c79b0(0x6c)),_0x5ef773=_0x5a5d4d[_0x2c79b0(0xac)][_0x2c79b0(0xb2)](_0x2c79b0(0xb8));_0x5a5d4d['ui'][_0x2c79b0(0xc4)][_0x2c79b0(0x99)](_0x2c79b0(0xce),_0x576d40=>this[_0x2c79b0(0x9e)](_0x576d40)),_0x3a63f9[_0x2c79b0(0x7b)](()=>{const _0x14d3d7=_0x2c79b0,_0x1e63d4=[];for(const [_0x2e7739,_0x20c92f]of Array[_0x14d3d7(0xed)](this[_0x14d3d7(0x6b)])){const _0x392d84=_0x2e7739[_0x14d3d7(0xef)](),_0x670960=[];for(const _0x57b1e8 of _0x392d84){if(!_0x57b1e8[_0x14d3d7(0x73)])continue;if(_0x57b1e8[_0x14d3d7(0xb6)]){_0x670960[_0x14d3d7(0xe1)](..._0x57b1e8[_0x14d3d7(0xa0)]());continue;}const _0x4d4246=_0x57b1e8[_0x14d3d7(0x8e)]();if(_0x670960[_0x14d3d7(0xb0)]>0x0){const _0xd2a1a1=_0x670960[0x0][_0x14d3d7(0xdf)](_0x4d4246);if(_0xd2a1a1){_0x670960[0x0]=_0xd2a1a1;continue;}}_0x670960[_0x14d3d7(0xe1)](_0x4d4246);}_0x1e63d4[_0x14d3d7(0xe1)]([_0x20c92f[_0x14d3d7(0xbb)],_0x670960]);}return _0x1e63d4;}),this[_0x2c79b0(0xb4)](_0x301a38,_0x2c79b0(0xb5),(_0x4aa35e,_0x10df38)=>{const _0x203d40=_0x2c79b0;this[_0x203d40(0xb4)](_0x10df38,_0x203d40(0xc8),(_0x1f71df,_0xb8314a,_0x545ca9,_0x5d05d5)=>{const _0x14418f=_0x203d40;_0x10df38[_0x14418f(0x73)]&&(null==_0x545ca9?(this[_0x14418f(0xab)](_0x5d05d5[_0x14418f(0xde)]),this[_0x14418f(0xe6)](_0x10df38,!0x1)):(this[_0x14418f(0xab)](_0x545ca9[_0x14418f(0xde)]),null==_0x5d05d5&&this[_0x14418f(0xe6)](_0x10df38,!0x0)));}),null!==_0x10df38[_0x203d40(0x76)]?this[_0x203d40(0xab)](_0x10df38[_0x203d40(0xde)]):this[_0x203d40(0xe6)](_0x10df38,!0x1);}),this[_0x2c79b0(0xb4)](_0x301a38,_0x2c79b0(0xda),(_0x4a4464,_0x21aabd,_0xbef328)=>{const _0x397ecc=_0x2c79b0;this[_0x397ecc(0x96)](_0x21aabd,_0x397ecc(0xc8)),this[_0x397ecc(0x83)][_0x397ecc(0xc0)](_0x21aabd),this[_0x397ecc(0x6b)][_0x397ecc(0x6a)](_0x21aabd)&&this[_0x397ecc(0xb3)](_0x21aabd),_0xbef328&&this[_0x397ecc(0xab)](_0xbef328[_0x397ecc(0xde)]);}),this[_0x2c79b0(0xb4)](_0x301a38,_0x2c79b0(0xc7),(_0x5e39d5,_0x540450)=>{const _0x36e572=_0x2c79b0;this[_0x36e572(0xab)](_0x540450);}),this[_0x2c79b0(0xb4)](_0x25ba77,_0x2c79b0(0xe4),()=>{const _0x5b5d80=_0x2c79b0;this[_0x5b5d80(0xd1)]();}),this[_0x2c79b0(0xb4)](_0x5ef773,_0x2c79b0(0x6e),(_0x30076b,{threadId:_0x5afcb4,isFromAdapter:_0x79297a})=>{const _0x4876b6=_0x2c79b0;if(_0x79297a||!_0x301a38[_0x4876b6(0xd2)](_0x5afcb4))return;const _0x2992dd=_0x301a38[_0x4876b6(0xb1)](_0x5afcb4);this[_0x4876b6(0x6b)][_0x4876b6(0xb2)](_0x2992dd)[_0x4876b6(0xbb)][_0x4876b6(0xca)]();},{'priority':_0x2c79b0(0x85)});}[_0x2ac222(0xd1)](){const _0x1dcf7f=_0x2ac222,_0x14ddb6=this[_0x1dcf7f(0xbf)][_0x1dcf7f(0xac)][_0x1dcf7f(0xb2)](_0x1dcf7f(0x7e)),_0x163b50=this[_0x1dcf7f(0xbf)][_0x1dcf7f(0xac)][_0x1dcf7f(0xb2)](_0x1dcf7f(0x94)),_0x244da4=Array[_0x1dcf7f(0xed)](_0x14ddb6[_0x1dcf7f(0x9d)],_0x11cde8=>_0x11cde8[_0x1dcf7f(0x8a)])[_0x1dcf7f(0x7f)](_0x4869c6=>this[_0x1dcf7f(0x8c)][_0x1dcf7f(0x6a)](_0x4869c6)),_0x472f5a=[];for(const _0x3dcab2 of _0x244da4){const _0x5e0656=this[_0x1dcf7f(0x8c)][_0x1dcf7f(0xb2)](_0x3dcab2)[_0x1dcf7f(0xe3)][_0x1dcf7f(0xef)]();_0x472f5a[_0x1dcf7f(0xe1)](..._0x5e0656[_0x1dcf7f(0xee)]((_0x29f4b9,_0x2f4ae4)=>[..._0x29f4b9,..._0x2f4ae4[_0x1dcf7f(0xaa)]()],[]));}_0x163b50[_0x1dcf7f(0x8b)]=_0x472f5a;}[_0x2ac222(0x9e)](_0x24cada){const _0x30db7b=_0x2ac222,_0x499eb6=_0x428b1e(_0x24cada,_0x478095),_0x49463f=this[_0x30db7b(0xbf)][_0x30db7b(0x97)][_0x30db7b(0xb2)](_0x30db7b(0xce)),_0x49bd18=_0x37fc14(_0x24cada,_0x30db7b(0xbc));_0x499eb6[_0x30db7b(0xba)][_0x30db7b(0xa5)]({'tooltip':_0x49bd18,'label':_0x49bd18,'icon':_0x357b95}),_0x499eb6[_0x30db7b(0xba)][_0x30db7b(0x77)](_0x30db7b(0xa3))['to'](_0x49463f,_0x30db7b(0xe9)),_0x499eb6[_0x30db7b(0xba)]['on'](_0x30db7b(0xad),()=>{const _0x4f21d9=_0x30db7b;_0x49463f[_0x4f21d9(0xad)](),this[_0x4f21d9(0xbf)][_0x4f21d9(0xae)][_0x4f21d9(0xbb)][_0x4f21d9(0xca)]();});const _0x1183b0=new _0x4fbb42(),_0x4e0246=[{'type':_0x30db7b(0x88),'model':{'withText':!0x0,'label':_0x49bd18,'commandName':_0x30db7b(0xce)}},{'type':_0x30db7b(0xd9)},{'type':_0x30db7b(0x78),'model':{'withText':!0x0,'label':_0x37fc14(_0x24cada,_0x30db7b(0x90)),'commandName':_0x30db7b(0xd5)}},{'type':_0x30db7b(0x78),'model':{'withText':!0x0,'label':_0x37fc14(_0x24cada,_0x30db7b(0x81)),'commandName':_0x30db7b(0x7a)}},{'type':_0x30db7b(0x78),'model':{'withText':!0x0,'label':_0x37fc14(_0x24cada,_0x30db7b(0x70)),'commandName':_0x30db7b(0x71)}},{'type':_0x30db7b(0x78),'model':{'withText':!0x0,'label':_0x37fc14(_0x24cada,_0x30db7b(0xd8)),'commandName':_0x30db7b(0xcd)}}];for(const _0x1905fc of _0x4e0246){let _0x536dc4={'type':_0x30db7b(0xd9)};if(_0x1905fc[_0x30db7b(0xe3)]){const _0x1742e7=new _0x3d0307(_0x1905fc[_0x30db7b(0xe3)]),_0x26c361=this[_0x30db7b(0xbf)][_0x30db7b(0x97)][_0x30db7b(0xb2)](_0x1742e7[_0x30db7b(0x74)]);_0x1742e7[_0x30db7b(0x77)](_0x30db7b(0xa3),_0x30db7b(0xd3))['to'](_0x26c361,_0x30db7b(0xe9),_0x30db7b(0xd3)),_0x536dc4={'type':_0x1905fc[_0x30db7b(0xa6)],'model':_0x1742e7};}_0x1183b0[_0x30db7b(0x99)](_0x536dc4);}_0x32d1d0(_0x499eb6,_0x1183b0);const _0x4fd8cb=_0x4e0246[_0x30db7b(0x7f)](_0xb6beed=>null!=_0xb6beed[_0x30db7b(0xe3)])[_0x30db7b(0x69)](_0x419d95=>this[_0x30db7b(0xbf)][_0x30db7b(0x97)][_0x30db7b(0xb2)](_0x419d95[_0x30db7b(0xe3)][_0x30db7b(0x74)])),_0x560b83=_0x499eb6[_0x30db7b(0xba)];return _0x560b83[_0x30db7b(0x86)][_0x30db7b(0xaf)](_0x30db7b(0xd3)),_0x560b83[_0x30db7b(0xc3)][_0x30db7b(0xaf)](_0x30db7b(0xd3)),_0x560b83[_0x30db7b(0x86)][_0x30db7b(0x77)](_0x30db7b(0xd3))['to'](_0x49463f,_0x30db7b(0xd3)),_0x560b83[_0x30db7b(0xc3)][_0x30db7b(0x77)](_0x30db7b(0xd3))[_0x30db7b(0xbe)](_0x4fd8cb,_0x30db7b(0xd3),(..._0x6fa20c)=>_0x6fa20c[_0x30db7b(0xa9)](_0x58a31d=>_0x58a31d)),_0x499eb6['on'](_0x30db7b(0xad),_0x30d5ba=>{const _0x4547e0=_0x30db7b;this[_0x4547e0(0xbf)][_0x4547e0(0xad)](_0x30d5ba[_0x4547e0(0x7c)][_0x4547e0(0x74)]),this[_0x4547e0(0xbf)][_0x4547e0(0xae)][_0x4547e0(0xbb)][_0x4547e0(0xca)]();}),_0x499eb6;}[_0x2ac222(0xe2)](_0xa6dcf4){const _0x3eb174=_0x2ac222,_0x2debab=this[_0x3eb174(0xbf)],_0x4ca866=_0x2debab[_0x3eb174(0xdd)],_0x13007a=_0x2debab[_0x3eb174(0xac)][_0x3eb174(0xb2)](_0x3eb174(0x7e)),_0x19d087=_0x2debab[_0x3eb174(0xac)][_0x3eb174(0xb2)](_0x3eb174(0xb8)),_0x51f29f=_0x2debab[_0x3eb174(0xac)][_0x3eb174(0xb2)](_0x3eb174(0x6c)),_0xb2007b=_0x2debab[_0x3eb174(0xac)][_0x3eb174(0xb2)](_0x6a439f)['me'],_0x2c385f=_0x4ca866[_0x3eb174(0xb2)](_0x3eb174(0xce))[_0x3eb174(0xbd)],{CommentsListView:_0xe1d41e,CommentThreadInputView:_0x2a8b31}=_0x2debab[_0x3eb174(0xac)][_0x3eb174(0xb2)](_0x3eb174(0x95));let _0x5b5208,_0x3e06d2;this[_0x3eb174(0x82)][_0x3eb174(0x6a)](_0xa6dcf4['id'])?(_0x3e06d2=this[_0x3eb174(0x82)][_0x3eb174(0xb2)](_0xa6dcf4['id']),_0x5b5208=_0x3e06d2[_0x3eb174(0x9a)]):(_0x5b5208=new _0x2c385f(_0x2debab[_0x3eb174(0x91)],_0xa6dcf4,_0xb2007b,{'disableComments':this[_0x3eb174(0x93)],'editorConfig':_0x4ca866[_0x3eb174(0xb2)](_0x3eb174(0xb7)),'maxCommentsWhenCollapsed':_0x4ca866[_0x3eb174(0xb2)](_0x3eb174(0x9f)),'maxThreadTotalWeight':_0x4ca866[_0x3eb174(0xb2)](_0x3eb174(0x89)),'maxCommentCharsWhenCollapsed':_0x4ca866[_0x3eb174(0xb2)](_0x3eb174(0xe0)),'formatDateTime':_0x2396e2(_0x4ca866[_0x3eb174(0xb2)](_0x3eb174(0x91))),'CommentView':_0x4ca866[_0x3eb174(0xb2)](_0x3eb174(0x87))[_0x3eb174(0xe5)],'CommentsListView':_0xe1d41e,'CommentThreadInputView':_0x2a8b31}),_0x5b5208[_0x3eb174(0xa1)]['on'](_0x3eb174(0xad),()=>{const _0x24e817=_0x3eb174;_0x2debab[_0x24e817(0xae)][_0x24e817(0xbb)][_0x24e817(0xca)]();}),_0x5b5208[_0x3eb174(0x6f)]['on'](_0x3eb174(0xad),()=>{const _0x182624=_0x3eb174;_0x2debab[_0x182624(0xae)][_0x182624(0xbb)][_0x182624(0xca)]();}),_0x3e06d2=_0x13007a[_0x3eb174(0xa2)](this[_0x3eb174(0xbf)][_0x3eb174(0x91)],_0x5b5208),_0x3e06d2[_0x3eb174(0x77)](_0x3eb174(0xdb))['to'](_0x5b5208,_0x3eb174(0xdb)),_0x3e06d2[_0x3eb174(0x77)](_0x3eb174(0xb0))['to'](_0x5b5208),_0x3e06d2[_0x3eb174(0x77)](_0x3eb174(0xa6))['to'](_0x5b5208,_0x3eb174(0xa6),_0x3d72b4=>_0x3eb174(0xc6)+_0x3d72b4),this[_0x3eb174(0x82)][_0x3eb174(0xa5)](_0xa6dcf4['id'],_0x3e06d2));const _0x3fda7c=_0x19d087[_0x3eb174(0xeb)](_0xa6dcf4[_0x3eb174(0x8d)],_0x5b5208),_0x3e0cd2=new _0x2dac2b(_0x2debab,_0xa6dcf4,_0x5b5208,_0x3fda7c),_0x40b7d8=_0xa6dcf4[_0x3eb174(0xef)]()[_0x3eb174(0x7f)](_0x536b27=>_0x536b27[_0x3eb174(0x73)]);_0x5b5208[_0x3eb174(0xd7)]=_0x2debab[_0x3eb174(0xac)][_0x3eb174(0xb2)](_0x3eb174(0x94))[_0x3eb174(0xa7)][_0x3eb174(0x75)](_0x40b7d8),this[_0x3eb174(0x6b)][_0x3eb174(0xa5)](_0xa6dcf4,_0x3e0cd2),this[_0x3eb174(0x8c)][_0x3eb174(0xa5)](_0x5b5208,_0x3e0cd2);const _0x4419b0=_0x13007a[_0x3eb174(0x84)]({'view':_0x3e06d2,'target':()=>{const _0x50d883=_0x3eb174,_0x276d53=[],_0x15ef2e=_0xa6dcf4[_0x50d883(0xef)]()[_0x50d883(0x7f)](_0x3e13e0=>_0x3e13e0[_0x50d883(0x73)]);for(const _0x4290be of _0x15ef2e)_0x276d53[_0x50d883(0xe1)](..._0x4290be[_0x50d883(0xd4)]());return _0x100e05(_0x2debab[_0x50d883(0xae)],_0x276d53);},'type':()=>_0x3eb174(0xc6)+_0x3e0cd2[_0x3eb174(0xbb)][_0x3eb174(0xa6)]});_0x19d087[_0x3eb174(0xcc)](_0x5b5208,_0x4419b0),_0x13007a[_0x3eb174(0x99)](_0x4419b0),_0x51f29f[_0x3eb174(0xec)](_0x4419b0);}[_0x2ac222(0xb3)](_0x43b3c1){const _0x288cf1=_0x2ac222,_0x18511c=this[_0x288cf1(0xbf)][_0x288cf1(0xac)][_0x288cf1(0xb2)](_0x288cf1(0xb8)),_0x26228b=this[_0x288cf1(0xbf)][_0x288cf1(0xac)][_0x288cf1(0xb2)](_0x288cf1(0x7e)),_0x175eee=this[_0x288cf1(0x6b)][_0x288cf1(0xb2)](_0x43b3c1),_0x13e423=_0x175eee[_0x288cf1(0xbb)],_0x8f91c8=_0x26228b[_0x288cf1(0xe7)](_0x13e423);_0x18511c[_0x288cf1(0xc1)](_0x13e423),_0x8f91c8&&_0x26228b[_0x288cf1(0xa8)](_0x8f91c8),this[_0x288cf1(0x6b)][_0x288cf1(0xc0)](_0x43b3c1),this[_0x288cf1(0x8c)][_0x288cf1(0xc0)](_0x13e423),_0x175eee[_0x288cf1(0x79)]();}[_0x2ac222(0xab)](_0x369ad8){const _0x52194c=_0x2ac222;if(!_0x369ad8[_0x52194c(0x73)]||!this[_0x52194c(0x6b)][_0x52194c(0x6a)](_0x369ad8))return;const _0x1d8dd7=this[_0x52194c(0xbf)][_0x52194c(0xac)][_0x52194c(0xb2)](_0x52194c(0x94)),_0x1d11d7=this[_0x52194c(0x6b)][_0x52194c(0xb2)](_0x369ad8),_0x1398a0=_0x369ad8[_0x52194c(0xef)]();_0x1d11d7[_0x52194c(0xbb)][_0x52194c(0xd7)]=_0x1d8dd7[_0x52194c(0xa7)][_0x52194c(0x75)](_0x1398a0);}[_0x2ac222(0x79)](){const _0x44cb39=_0x2ac222;for(const _0x301ced of this[_0x44cb39(0x6b)][_0x44cb39(0xcf)]())this[_0x44cb39(0xb3)](_0x301ced);for(const _0x35e05f of this[_0x44cb39(0x82)][_0x44cb39(0x98)]())_0x35e05f[_0x44cb39(0x9a)][_0x44cb39(0x79)]();super[_0x44cb39(0x79)]();}}function _0x167a(){const _0x52d939=['get','_destroyController','listenTo','suggestionLoaded','isMultiRange','comments.editorConfig','CommentsRepository','TrackChangesUI','buttonView','view','Track\x20changes','SuggestionThreadView','toMany','editor','delete','_unbindEditors','size','arrowView','componentFactory','35693910xHeIHR','suggestion-','suggestionChanged','change:previous','trackChanges.disableComments','focus','1583834gPVjBD','_bindAnnotationToEditors','discardSelectedSuggestions','trackChanges','keys','clear','_refreshActiveMarkers','hasSuggestion','isEnabled','getMarkers','acceptAllSuggestions','1676192pOmXLl','descriptionParts','Discard\x20all\x20selected\x20suggestions','separator','suggestionUnloaded','isDirty','97515KrPTrs','config','head','getJoined','comments.maxCommentCharsWhenCollapsed','push','_initializeController','model','change:activeAnnotations','CommentView','_handleSuggestionControllerDelayed','getByInnerView','349824uzyqGA','value','trackChanges.SuggestionThreadView','createCommentThreadController','registerAnnotation','from','reduce','getAllAdjacentSuggestions','map','has','_suggestionToController','EditorAnnotations','init','addComment','discardButton','Discard\x20all\x20suggestions','discardAllSuggestions','requires','isInContent','commandName','getDescriptions','previous','bind','button','destroy','acceptSelectedSuggestions','addSourceCollector','source','2127656kTqawV','Annotations','filter','refreshSelectedViews','Accept\x20all\x20selected\x20suggestions','_annotationViews','_handleControllerBuffer','createAnnotation','lowest','actionView','comments','switchbutton','comments.maxThreadTotalWeight','innerView','activeMarkers','_viewToController','commentThread','getFirstRange','184YHYFoq','Accept\x20all\x20suggestions','locale','3tldIhM','_disableComments','TrackChangesEditing','CommentsUI','stopListening','commands','values','add','mainView','define','pluginName','activeAnnotations','_createUIButton','comments.maxCommentsWhenCollapsed','getRanges','acceptButton','createAnnotationView','isOn','1136591sNsuhh','set','type','_descriptionFactory','remove','some','getMarkerNames','_updateController','plugins','execute','editing','unbind','length','getSuggestion'];_0x167a=function(){return _0x52d939;};return _0x167a();}
23
+ const _0x5cfb72=_0xf205;(function(_0x2582c1,_0x3b5271){const _0xcc341d=_0xf205,_0x1e10b4=_0x2582c1();while(!![]){try{const _0x1d4539=parseInt(_0xcc341d(0x1d3))/0x1+parseInt(_0xcc341d(0x1a6))/0x2*(parseInt(_0xcc341d(0x1e9))/0x3)+-parseInt(_0xcc341d(0x209))/0x4*(parseInt(_0xcc341d(0x1ff))/0x5)+parseInt(_0xcc341d(0x1cb))/0x6+parseInt(_0xcc341d(0x1e6))/0x7*(-parseInt(_0xcc341d(0x1f7))/0x8)+-parseInt(_0xcc341d(0x1c9))/0x9+-parseInt(_0xcc341d(0x1c4))/0xa*(-parseInt(_0xcc341d(0x213))/0xb);if(_0x1d4539===_0x3b5271)break;else _0x1e10b4['push'](_0x1e10b4['shift']());}catch(_0x305b4e){_0x1e10b4['push'](_0x1e10b4['shift']());}}}(_0x1823,0x9b545));import{Plugin as _0x1f43ef}from'ckeditor5/src/core.js';function _0x1823(){const _0x32bdf0=['view','locale','hasSuggestion','_createUIButton','trackChanges.SuggestionThreadView','comments','_disableComments','getJoined','refreshSelectedViews','acceptSelectedSuggestions','some','_updateController','_handleSuggestionControllerDelayed','getMarkers','values','CommentsRepository','discardButton','comments.maxCommentsWhenCollapsed','trackChanges.disableComments','type','Discard\x20all\x20selected\x20suggestions','map','suggestion-','getRanges','editing','buttonView','delete','from','arrowView','220IdEUgJ','createAnnotation','plugins','define','set','7340463yoqJSE','_refreshActiveMarkers','3376872hHGIEI','isOn','addSourceCollector','isInContent','comments.editorConfig','size','getMarkerNames','suggestionUnloaded','18124TSPRas','commentThread','lowest','Discard\x20all\x20suggestions','reduce','comments.maxThreadTotalWeight','descriptionParts','trackChanges','getDescriptions','stopListening','createAnnotationView','getByInnerView','button','mainView','commandName','length','addComment','TrackChangesEditing','Accept\x20all\x20selected\x20suggestions','7dLNrjQ','_descriptionFactory','acceptButton','96HiUhSR','requires','change:previous','_viewToController','editor','get','_destroyController','_suggestionToController','acceptAllSuggestions','init','innerView','suggestionChanged','Accept\x20all\x20suggestions','getFirstRange','1337488qodVRw','previous','comments.maxCommentCharsWhenCollapsed','toMany','getSuggestion','_initializeController','discardAllSuggestions','push','10EtmoSz','activeAnnotations','Annotations','getAllAdjacentSuggestions','switchbutton','componentFactory','commands','_handleControllerBuffer','isDirty','value','2460988QjbazW','unbind','listenTo','add','separator','_annotationViews','createCommentThreadController','pluginName','actionView','source','972994nswyfG','CommentView','model','TrackChangesUI','isMultiRange','change:activeAnnotations','registerAnnotation','head','clear','discardSelectedSuggestions','CommentsUI','config','execute','suggestionLoaded','activeMarkers','has','_bindAnnotationToEditors','remove','focus','_unbindEditors','SuggestionThreadView','keys','destroy','bind','isEnabled','Track\x20changes','EditorAnnotations','filter','20162AyfvzW'];_0x1823=function(){return _0x32bdf0;};return _0x1823();}import{Collection as _0x444020}from'ckeditor5/src/utils.js';import{ViewModel as _0x1f0264,SplitButtonView as _0x3e2507,createDropdown as _0x38b573,addListToDropdown as _0x580b82}from'ckeditor5/src/ui.js';import{Users as _0x2419c8,getDateTimeFormatter as _0x3a3be2,getAllMarkersDomElementsSorted as _0x2e869c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x41a442 from'./trackchangesediting.js';import _0x46765f from'./ui/suggestioncontroller.js';import _0x2c4a25 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x2f307e}from'./utils/common-translations.js';import _0x9653d4 from'../theme/icons/track-changes.svg';function _0xf205(_0x1a0e34,_0x20e690){const _0x182349=_0x1823();return _0xf205=function(_0xf205e8,_0x5cba05){_0xf205e8=_0xf205e8-0x19b;let _0x5d91db=_0x182349[_0xf205e8];return _0x5d91db;},_0xf205(_0x1a0e34,_0x20e690);}export default class d extends _0x1f43ef{static get[_0x5cfb72(0x1ea)](){const _0x5b5e47=_0x5cfb72;return[_0x41a442,_0x2419c8,_0x5b5e47(0x1b6),_0x5b5e47(0x201),_0x5b5e47(0x1a4)];}static get[_0x5cfb72(0x210)](){const _0x477c5f=_0x5cfb72;return _0x477c5f(0x216);}constructor(_0x48aab3){const _0x151cdd=_0x5cfb72;super(_0x48aab3),this[_0x151cdd(0x1f0)]=new Map(),this[_0x151cdd(0x1ec)]=new Map(),this[_0x151cdd(0x20e)]=new Map(),this[_0x151cdd(0x206)]=new Map();const _0x294c65=this[_0x151cdd(0x1ed)][_0x151cdd(0x21e)];_0x294c65[_0x151cdd(0x1c7)](_0x151cdd(0x1ab),_0x2c4a25),_0x294c65[_0x151cdd(0x1c7)](_0x151cdd(0x1b9),!0x1),this[_0x151cdd(0x1ad)]=_0x294c65[_0x151cdd(0x1ee)](_0x151cdd(0x1b9));}[_0x5cfb72(0x1b3)](_0x3d2849,_0x415f8f){const _0x415baf=_0x5cfb72;0x0===this[_0x415baf(0x206)][_0x415baf(0x1d0)]&&setTimeout(()=>{const _0x2b0035=_0x415baf;for(const [_0x342c6f,_0x5fa56f]of this[_0x2b0035(0x206)]){const _0x3b6806=this[_0x2b0035(0x1f0)][_0x2b0035(0x222)](_0x342c6f);_0x3b6806||_0x5fa56f?_0x3b6806&&_0x5fa56f&&this[_0x2b0035(0x1ef)](_0x342c6f):this[_0x2b0035(0x1fc)](_0x342c6f);}this[_0x2b0035(0x206)][_0x2b0035(0x21b)](),this[_0x2b0035(0x1ed)][_0x2b0035(0x1c6)][_0x2b0035(0x1ee)](_0x2b0035(0x1a4))[_0x2b0035(0x1af)](),this[_0x2b0035(0x1ca)]();},0xa),this[_0x415baf(0x206)][_0x415baf(0x1c8)](_0x3d2849,_0x415f8f);}[_0x5cfb72(0x1f2)](){const _0xd09fe7=_0x5cfb72,_0x487699=this[_0xd09fe7(0x1ed)],_0x1ebeb8=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x1e4)),_0x306409=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x201)),_0x5e33d3=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x1a4)),_0x29e784=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x1b6));_0x487699['ui'][_0xd09fe7(0x204)][_0xd09fe7(0x20c)](_0xd09fe7(0x1da),_0x19b566=>this[_0xd09fe7(0x1aa)](_0x19b566)),_0x5e33d3[_0xd09fe7(0x1cd)](()=>{const _0x21b8a5=_0xd09fe7,_0x580253=[];for(const [_0x1ee921,_0x304f6b]of Array[_0x21b8a5(0x1c2)](this[_0x21b8a5(0x1f0)])){const _0x1a44ca=_0x1ee921[_0x21b8a5(0x202)](),_0xd1e5a4=[];for(const _0x3182ac of _0x1a44ca){if(!_0x3182ac[_0x21b8a5(0x1ce)])continue;if(_0x3182ac[_0x21b8a5(0x217)]){_0xd1e5a4[_0x21b8a5(0x1fe)](..._0x3182ac[_0x21b8a5(0x1be)]());continue;}const _0x4f7e6f=_0x3182ac[_0x21b8a5(0x1f6)]();if(_0xd1e5a4[_0x21b8a5(0x1e2)]>0x0){const _0x3b4a48=_0xd1e5a4[0x0][_0x21b8a5(0x1ae)](_0x4f7e6f);if(_0x3b4a48){_0xd1e5a4[0x0]=_0x3b4a48;continue;}}_0xd1e5a4[_0x21b8a5(0x1fe)](_0x4f7e6f);}_0x580253[_0x21b8a5(0x1fe)]([_0x304f6b[_0x21b8a5(0x1a7)],_0xd1e5a4]);}return _0x580253;}),this[_0xd09fe7(0x20b)](_0x1ebeb8,_0xd09fe7(0x220),(_0x5258e0,_0x3cb679)=>{const _0xac5e74=_0xd09fe7;this[_0xac5e74(0x20b)](_0x3cb679,_0xac5e74(0x1eb),(_0x408a18,_0x5bed7a,_0x40e5ea,_0x565912)=>{const _0x1e9ed2=_0xac5e74;_0x3cb679[_0x1e9ed2(0x1ce)]&&(null==_0x40e5ea?(this[_0x1e9ed2(0x1b2)](_0x565912[_0x1e9ed2(0x21a)]),this[_0x1e9ed2(0x1b3)](_0x3cb679,!0x1)):(this[_0x1e9ed2(0x1b2)](_0x40e5ea[_0x1e9ed2(0x21a)]),null==_0x565912&&this[_0x1e9ed2(0x1b3)](_0x3cb679,!0x0)));}),null!==_0x3cb679[_0xac5e74(0x1f8)]?this[_0xac5e74(0x1b2)](_0x3cb679[_0xac5e74(0x21a)]):this[_0xac5e74(0x1b3)](_0x3cb679,!0x1);}),this[_0xd09fe7(0x20b)](_0x1ebeb8,_0xd09fe7(0x1d2),(_0x156cef,_0x5e86f1,_0x55091d)=>{const _0x378658=_0xd09fe7;this[_0x378658(0x1dc)](_0x5e86f1,_0x378658(0x1eb)),this[_0x378658(0x206)][_0x378658(0x1c1)](_0x5e86f1),this[_0x378658(0x1f0)][_0x378658(0x222)](_0x5e86f1)&&this[_0x378658(0x1ef)](_0x5e86f1),_0x55091d&&this[_0x378658(0x1b2)](_0x55091d[_0x378658(0x21a)]);}),this[_0xd09fe7(0x20b)](_0x1ebeb8,_0xd09fe7(0x1f4),(_0x71b27d,_0x3d3ace)=>{const _0x4f0d17=_0xd09fe7;this[_0x4f0d17(0x1b2)](_0x3d3ace);}),this[_0xd09fe7(0x20b)](_0x306409,_0xd09fe7(0x218),()=>{const _0x5df2fd=_0xd09fe7;this[_0x5df2fd(0x1ca)]();}),this[_0xd09fe7(0x20b)](_0x29e784,_0xd09fe7(0x1e3),(_0x42a160,{threadId:_0x320049,isFromAdapter:_0x515f7c})=>{const _0x4f30ff=_0xd09fe7;if(_0x515f7c||!_0x1ebeb8[_0x4f30ff(0x1a9)](_0x320049))return;const _0x173160=_0x1ebeb8[_0x4f30ff(0x1fb)](_0x320049);this[_0x4f30ff(0x1f0)][_0x4f30ff(0x1ee)](_0x173160)[_0x4f30ff(0x1a7)][_0x4f30ff(0x19c)]();},{'priority':_0xd09fe7(0x1d5)});}[_0x5cfb72(0x1ca)](){const _0xd0dee0=_0x5cfb72,_0x5ca3c5=this[_0xd0dee0(0x1ed)][_0xd0dee0(0x1c6)][_0xd0dee0(0x1ee)](_0xd0dee0(0x201)),_0x342224=this[_0xd0dee0(0x1ed)][_0xd0dee0(0x1c6)][_0xd0dee0(0x1ee)](_0xd0dee0(0x1e4)),_0x30d520=Array[_0xd0dee0(0x1c2)](_0x5ca3c5[_0xd0dee0(0x200)],_0x2da62f=>_0x2da62f[_0xd0dee0(0x1f3)])[_0xd0dee0(0x1a5)](_0x2551eb=>this[_0xd0dee0(0x1ec)][_0xd0dee0(0x222)](_0x2551eb)),_0x5a1d8c=[];for(const _0x26f8c0 of _0x30d520){const _0x4341f3=this[_0xd0dee0(0x1ec)][_0xd0dee0(0x1ee)](_0x26f8c0)[_0xd0dee0(0x215)][_0xd0dee0(0x202)]();_0x5a1d8c[_0xd0dee0(0x1fe)](..._0x4341f3[_0xd0dee0(0x1d7)]((_0x3ec03f,_0x1ae717)=>[..._0x3ec03f,..._0x1ae717[_0xd0dee0(0x1d1)]()],[]));}_0x342224[_0xd0dee0(0x221)]=_0x5a1d8c;}[_0x5cfb72(0x1aa)](_0x18a17a){const _0x432a1e=_0x5cfb72,_0x1f7fef=_0x38b573(_0x18a17a,_0x3e2507),_0x35453d=this[_0x432a1e(0x1ed)][_0x432a1e(0x205)][_0x432a1e(0x1ee)](_0x432a1e(0x1da)),_0x12676c=_0x2f307e(_0x18a17a,_0x432a1e(0x1a3));_0x1f7fef[_0x432a1e(0x1c0)][_0x432a1e(0x1c8)]({'tooltip':_0x12676c,'label':_0x12676c,'icon':_0x9653d4}),_0x1f7fef[_0x432a1e(0x1c0)][_0x432a1e(0x1a1)](_0x432a1e(0x1cc))['to'](_0x35453d,_0x432a1e(0x208)),_0x1f7fef[_0x432a1e(0x1c0)]['on'](_0x432a1e(0x21f),()=>{const _0x3b68e0=_0x432a1e;_0x35453d[_0x3b68e0(0x21f)](),this[_0x3b68e0(0x1ed)][_0x3b68e0(0x1bf)][_0x3b68e0(0x1a7)][_0x3b68e0(0x19c)]();});const _0xdc7948=new _0x444020(),_0x4a13dd=[{'type':_0x432a1e(0x203),'model':{'withText':!0x0,'label':_0x12676c,'commandName':_0x432a1e(0x1da)}},{'type':_0x432a1e(0x20d)},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1f5)),'commandName':_0x432a1e(0x1f1)}},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1e5)),'commandName':_0x432a1e(0x1b0)}},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1d6)),'commandName':_0x432a1e(0x1fd)}},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1bb)),'commandName':_0x432a1e(0x21c)}}];for(const _0x45d200 of _0x4a13dd){let _0x32bcb9={'type':_0x432a1e(0x20d)};if(_0x45d200[_0x432a1e(0x215)]){const _0x57a261=new _0x1f0264(_0x45d200[_0x432a1e(0x215)]),_0x2227f3=this[_0x432a1e(0x1ed)][_0x432a1e(0x205)][_0x432a1e(0x1ee)](_0x57a261[_0x432a1e(0x1e1)]);_0x57a261[_0x432a1e(0x1a1)](_0x432a1e(0x1cc),_0x432a1e(0x1a2))['to'](_0x2227f3,_0x432a1e(0x208),_0x432a1e(0x1a2)),_0x32bcb9={'type':_0x45d200[_0x432a1e(0x1ba)],'model':_0x57a261};}_0xdc7948[_0x432a1e(0x20c)](_0x32bcb9);}_0x580b82(_0x1f7fef,_0xdc7948);const _0x225402=_0x4a13dd[_0x432a1e(0x1a5)](_0x39af3c=>null!=_0x39af3c[_0x432a1e(0x215)])[_0x432a1e(0x1bc)](_0x5074ee=>this[_0x432a1e(0x1ed)][_0x432a1e(0x205)][_0x432a1e(0x1ee)](_0x5074ee[_0x432a1e(0x215)][_0x432a1e(0x1e1)])),_0x5a2a04=_0x1f7fef[_0x432a1e(0x1c0)];return _0x5a2a04[_0x432a1e(0x211)][_0x432a1e(0x20a)](_0x432a1e(0x1a2)),_0x5a2a04[_0x432a1e(0x1c3)][_0x432a1e(0x20a)](_0x432a1e(0x1a2)),_0x5a2a04[_0x432a1e(0x211)][_0x432a1e(0x1a1)](_0x432a1e(0x1a2))['to'](_0x35453d,_0x432a1e(0x1a2)),_0x5a2a04[_0x432a1e(0x1c3)][_0x432a1e(0x1a1)](_0x432a1e(0x1a2))[_0x432a1e(0x1fa)](_0x225402,_0x432a1e(0x1a2),(..._0x2e1912)=>_0x2e1912[_0x432a1e(0x1b1)](_0x37c079=>_0x37c079)),_0x1f7fef['on'](_0x432a1e(0x21f),_0xe05026=>{const _0x36a6fe=_0x432a1e;this[_0x36a6fe(0x1ed)][_0x36a6fe(0x21f)](_0xe05026[_0x36a6fe(0x212)][_0x36a6fe(0x1e1)]),this[_0x36a6fe(0x1ed)][_0x36a6fe(0x1bf)][_0x36a6fe(0x1a7)][_0x36a6fe(0x19c)]();}),_0x1f7fef;}[_0x5cfb72(0x1fc)](_0x6ce355){const _0x465b22=_0x5cfb72,_0x25e76c=this[_0x465b22(0x1ed)],_0x118a1b=_0x25e76c[_0x465b22(0x21e)],_0x19d154=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x201)),_0x18b939=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x1b6)),_0x25745a=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x1a4)),_0x143a40=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x2419c8)['me'],_0x11b3c7=_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1da))[_0x465b22(0x19e)],{CommentsListView:_0x595686,CommentThreadInputView:_0x54dfa8}=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x21d));let _0x145fbc,_0x32e082;this[_0x465b22(0x20e)][_0x465b22(0x222)](_0x6ce355['id'])?(_0x32e082=this[_0x465b22(0x20e)][_0x465b22(0x1ee)](_0x6ce355['id']),_0x145fbc=_0x32e082[_0x465b22(0x1e0)]):(_0x145fbc=new _0x11b3c7(_0x25e76c[_0x465b22(0x1a8)],_0x6ce355,_0x143a40,{'disableComments':this[_0x465b22(0x1ad)],'editorConfig':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1cf)),'maxCommentsWhenCollapsed':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1b8)),'maxThreadTotalWeight':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1d8)),'maxCommentCharsWhenCollapsed':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1f9)),'formatDateTime':_0x3a3be2(_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1a8))),'CommentView':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1ac))[_0x465b22(0x214)],'CommentsListView':_0x595686,'CommentThreadInputView':_0x54dfa8}),_0x145fbc[_0x465b22(0x1e8)]['on'](_0x465b22(0x21f),()=>{const _0x27b73b=_0x465b22;_0x25e76c[_0x27b73b(0x1bf)][_0x27b73b(0x1a7)][_0x27b73b(0x19c)]();}),_0x145fbc[_0x465b22(0x1b7)]['on'](_0x465b22(0x21f),()=>{const _0x373d23=_0x465b22;_0x25e76c[_0x373d23(0x1bf)][_0x373d23(0x1a7)][_0x373d23(0x19c)]();}),_0x32e082=_0x19d154[_0x465b22(0x1dd)](this[_0x465b22(0x1ed)][_0x465b22(0x1a8)],_0x145fbc),_0x32e082[_0x465b22(0x1a1)](_0x465b22(0x207))['to'](_0x145fbc,_0x465b22(0x207)),_0x32e082[_0x465b22(0x1a1)](_0x465b22(0x1e2))['to'](_0x145fbc),_0x32e082[_0x465b22(0x1a1)](_0x465b22(0x1ba))['to'](_0x145fbc,_0x465b22(0x1ba),_0x20aaf3=>_0x465b22(0x1bd)+_0x20aaf3),this[_0x465b22(0x20e)][_0x465b22(0x1c8)](_0x6ce355['id'],_0x32e082));const _0x1ab1a4=_0x18b939[_0x465b22(0x20f)](_0x6ce355[_0x465b22(0x1d4)],_0x145fbc),_0x38e87e=new _0x46765f(_0x25e76c,_0x6ce355,_0x145fbc,_0x1ab1a4),_0x6095df=_0x6ce355[_0x465b22(0x202)]()[_0x465b22(0x1a5)](_0x208ad1=>_0x208ad1[_0x465b22(0x1ce)]);_0x145fbc[_0x465b22(0x1d9)]=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x1e4))[_0x465b22(0x1e7)][_0x465b22(0x1db)](_0x6095df),this[_0x465b22(0x1f0)][_0x465b22(0x1c8)](_0x6ce355,_0x38e87e),this[_0x465b22(0x1ec)][_0x465b22(0x1c8)](_0x145fbc,_0x38e87e);const _0x2fb7b4=_0x19d154[_0x465b22(0x1c5)]({'view':_0x32e082,'target':()=>{const _0x1c8a16=_0x465b22,_0x36c2b9=[],_0xfc8a22=_0x6ce355[_0x1c8a16(0x202)]()[_0x1c8a16(0x1a5)](_0x54b835=>_0x54b835[_0x1c8a16(0x1ce)]);for(const _0x211c63 of _0xfc8a22)_0x36c2b9[_0x1c8a16(0x1fe)](..._0x211c63[_0x1c8a16(0x1b4)]());return _0x2e869c(_0x25e76c[_0x1c8a16(0x1bf)],_0x36c2b9);},'type':()=>_0x465b22(0x1bd)+_0x38e87e[_0x465b22(0x1a7)][_0x465b22(0x1ba)]});_0x18b939[_0x465b22(0x223)](_0x145fbc,_0x2fb7b4),_0x19d154[_0x465b22(0x20c)](_0x2fb7b4),_0x25745a[_0x465b22(0x219)](_0x2fb7b4);}[_0x5cfb72(0x1ef)](_0x1b3b42){const _0x583139=_0x5cfb72,_0x45a3c4=this[_0x583139(0x1ed)][_0x583139(0x1c6)][_0x583139(0x1ee)](_0x583139(0x1b6)),_0x5e54e6=this[_0x583139(0x1ed)][_0x583139(0x1c6)][_0x583139(0x1ee)](_0x583139(0x201)),_0x48fcc8=this[_0x583139(0x1f0)][_0x583139(0x1ee)](_0x1b3b42),_0x144064=_0x48fcc8[_0x583139(0x1a7)],_0x39b550=_0x5e54e6[_0x583139(0x1de)](_0x144064);_0x45a3c4[_0x583139(0x19d)](_0x144064),_0x39b550&&_0x5e54e6[_0x583139(0x19b)](_0x39b550),this[_0x583139(0x1f0)][_0x583139(0x1c1)](_0x1b3b42),this[_0x583139(0x1ec)][_0x583139(0x1c1)](_0x144064),_0x48fcc8[_0x583139(0x1a0)]();}[_0x5cfb72(0x1b2)](_0x2f1265){const _0x50ebc2=_0x5cfb72;if(!_0x2f1265[_0x50ebc2(0x1ce)]||!this[_0x50ebc2(0x1f0)][_0x50ebc2(0x222)](_0x2f1265))return;const _0x2c4780=this[_0x50ebc2(0x1ed)][_0x50ebc2(0x1c6)][_0x50ebc2(0x1ee)](_0x50ebc2(0x1e4)),_0x271be5=this[_0x50ebc2(0x1f0)][_0x50ebc2(0x1ee)](_0x2f1265),_0x4ae6ec=_0x2f1265[_0x50ebc2(0x202)]();_0x271be5[_0x50ebc2(0x1a7)][_0x50ebc2(0x1d9)]=_0x2c4780[_0x50ebc2(0x1e7)][_0x50ebc2(0x1db)](_0x4ae6ec);}[_0x5cfb72(0x1a0)](){const _0x4b4f53=_0x5cfb72;for(const _0x24cc25 of this[_0x4b4f53(0x1f0)][_0x4b4f53(0x19f)]())this[_0x4b4f53(0x1ef)](_0x24cc25);for(const _0x36cc27 of this[_0x4b4f53(0x20e)][_0x4b4f53(0x1b5)]())_0x36cc27[_0x4b4f53(0x1e0)][_0x4b4f53(0x1a0)]();super[_0x4b4f53(0x1a0)]();}}