@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +5 -1
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -4
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
  168. package/dist/content-index.css +0 -332
  169. package/dist/editor-index.css +0 -312
  170. package/dist/index.css +0 -951
  171. package/dist/translations/ar.d.ts +0 -8
  172. package/dist/translations/ar.js +0 -23
  173. package/dist/translations/az.d.ts +0 -8
  174. package/dist/translations/az.js +0 -23
  175. package/dist/translations/bg.d.ts +0 -8
  176. package/dist/translations/bg.js +0 -23
  177. package/dist/translations/bn.d.ts +0 -8
  178. package/dist/translations/bn.js +0 -23
  179. package/dist/translations/ca.d.ts +0 -8
  180. package/dist/translations/ca.js +0 -23
  181. package/dist/translations/cs.d.ts +0 -8
  182. package/dist/translations/cs.js +0 -23
  183. package/dist/translations/da.d.ts +0 -8
  184. package/dist/translations/da.js +0 -23
  185. package/dist/translations/de.d.ts +0 -8
  186. package/dist/translations/de.js +0 -23
  187. package/dist/translations/el.d.ts +0 -8
  188. package/dist/translations/el.js +0 -23
  189. package/dist/translations/en-au.d.ts +0 -8
  190. package/dist/translations/en-au.js +0 -23
  191. package/dist/translations/en.d.ts +0 -8
  192. package/dist/translations/en.js +0 -23
  193. package/dist/translations/es.d.ts +0 -8
  194. package/dist/translations/es.js +0 -23
  195. package/dist/translations/et.d.ts +0 -8
  196. package/dist/translations/et.js +0 -23
  197. package/dist/translations/fi.d.ts +0 -8
  198. package/dist/translations/fi.js +0 -23
  199. package/dist/translations/fr.d.ts +0 -8
  200. package/dist/translations/fr.js +0 -23
  201. package/dist/translations/gl.d.ts +0 -8
  202. package/dist/translations/gl.js +0 -23
  203. package/dist/translations/he.d.ts +0 -8
  204. package/dist/translations/he.js +0 -23
  205. package/dist/translations/hi.d.ts +0 -8
  206. package/dist/translations/hi.js +0 -23
  207. package/dist/translations/hr.d.ts +0 -8
  208. package/dist/translations/hr.js +0 -23
  209. package/dist/translations/hu.d.ts +0 -8
  210. package/dist/translations/hu.js +0 -23
  211. package/dist/translations/id.d.ts +0 -8
  212. package/dist/translations/id.js +0 -23
  213. package/dist/translations/it.d.ts +0 -8
  214. package/dist/translations/it.js +0 -23
  215. package/dist/translations/ja.d.ts +0 -8
  216. package/dist/translations/ja.js +0 -23
  217. package/dist/translations/ko.d.ts +0 -8
  218. package/dist/translations/ko.js +0 -23
  219. package/dist/translations/lt.d.ts +0 -8
  220. package/dist/translations/lt.js +0 -23
  221. package/dist/translations/lv.d.ts +0 -8
  222. package/dist/translations/lv.js +0 -23
  223. package/dist/translations/ms.d.ts +0 -8
  224. package/dist/translations/ms.js +0 -23
  225. package/dist/translations/nl.d.ts +0 -8
  226. package/dist/translations/nl.js +0 -23
  227. package/dist/translations/no.d.ts +0 -8
  228. package/dist/translations/no.js +0 -23
  229. package/dist/translations/pl.d.ts +0 -8
  230. package/dist/translations/pl.js +0 -23
  231. package/dist/translations/pt-br.d.ts +0 -8
  232. package/dist/translations/pt-br.js +0 -23
  233. package/dist/translations/pt.d.ts +0 -8
  234. package/dist/translations/pt.js +0 -23
  235. package/dist/translations/ro.d.ts +0 -8
  236. package/dist/translations/ro.js +0 -23
  237. package/dist/translations/ru.d.ts +0 -8
  238. package/dist/translations/ru.js +0 -23
  239. package/dist/translations/sk.d.ts +0 -8
  240. package/dist/translations/sk.js +0 -23
  241. package/dist/translations/sq.d.ts +0 -8
  242. package/dist/translations/sq.js +0 -23
  243. package/dist/translations/sr-latn.d.ts +0 -8
  244. package/dist/translations/sr-latn.js +0 -23
  245. package/dist/translations/sr.d.ts +0 -8
  246. package/dist/translations/sr.js +0 -23
  247. package/dist/translations/sv.d.ts +0 -8
  248. package/dist/translations/sv.js +0 -23
  249. package/dist/translations/th.d.ts +0 -8
  250. package/dist/translations/th.js +0 -23
  251. package/dist/translations/tk.d.ts +0 -8
  252. package/dist/translations/tk.js +0 -23
  253. package/dist/translations/tr.d.ts +0 -8
  254. package/dist/translations/tr.js +0 -23
  255. package/dist/translations/tt.d.ts +0 -8
  256. package/dist/translations/tt.js +0 -23
  257. package/dist/translations/uk.d.ts +0 -8
  258. package/dist/translations/uk.js +0 -23
  259. package/dist/translations/ur.d.ts +0 -8
  260. package/dist/translations/ur.js +0 -23
  261. package/dist/translations/vi.d.ts +0 -8
  262. package/dist/translations/vi.js +0 -23
  263. package/dist/translations/zh-cn.d.ts +0 -8
  264. package/dist/translations/zh-cn.js +0 -23
  265. package/dist/translations/zh.d.ts +0 -8
  266. package/dist/translations/zh.js +0 -23
  267. package/dist/types/augmentation.d.ts +0 -44
  268. package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
  269. package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
  270. package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
  271. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
  272. package/dist/types/commands/trackchangescommand.d.ts +0 -30
  273. package/dist/types/index.d.ts +0 -20
  274. package/dist/types/integrations/aiassistant.d.ts +0 -21
  275. package/dist/types/integrations/alignment.d.ts +0 -21
  276. package/dist/types/integrations/basicstyles.d.ts +0 -21
  277. package/dist/types/integrations/blockquote.d.ts +0 -21
  278. package/dist/types/integrations/casechange.d.ts +0 -21
  279. package/dist/types/integrations/ckbox.d.ts +0 -21
  280. package/dist/types/integrations/codeblock.d.ts +0 -21
  281. package/dist/types/integrations/comments.d.ts +0 -18
  282. package/dist/types/integrations/deletecommand.d.ts +0 -21
  283. package/dist/types/integrations/entercommand.d.ts +0 -20
  284. package/dist/types/integrations/findandreplace.d.ts +0 -25
  285. package/dist/types/integrations/font.d.ts +0 -21
  286. package/dist/types/integrations/formatpainter.d.ts +0 -21
  287. package/dist/types/integrations/heading.d.ts +0 -21
  288. package/dist/types/integrations/highlight.d.ts +0 -21
  289. package/dist/types/integrations/horizontalline.d.ts +0 -21
  290. package/dist/types/integrations/htmlembed.d.ts +0 -21
  291. package/dist/types/integrations/image.d.ts +0 -21
  292. package/dist/types/integrations/imagereplace.d.ts +0 -21
  293. package/dist/types/integrations/imagestyle.d.ts +0 -21
  294. package/dist/types/integrations/importword.d.ts +0 -22
  295. package/dist/types/integrations/indent.d.ts +0 -21
  296. package/dist/types/integrations/inputcommand.d.ts +0 -20
  297. package/dist/types/integrations/legacylist.d.ts +0 -21
  298. package/dist/types/integrations/legacylistproperties.d.ts +0 -33
  299. package/dist/types/integrations/link.d.ts +0 -21
  300. package/dist/types/integrations/list.d.ts +0 -21
  301. package/dist/types/integrations/mediaembed.d.ts +0 -21
  302. package/dist/types/integrations/mention.d.ts +0 -21
  303. package/dist/types/integrations/pagebreak.d.ts +0 -21
  304. package/dist/types/integrations/paragraph.d.ts +0 -21
  305. package/dist/types/integrations/removeformat.d.ts +0 -21
  306. package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
  307. package/dist/types/integrations/shiftentercommand.d.ts +0 -20
  308. package/dist/types/integrations/standardeditingmode.d.ts +0 -21
  309. package/dist/types/integrations/style.d.ts +0 -21
  310. package/dist/types/integrations/table.d.ts +0 -46
  311. package/dist/types/integrations/tablecaption.d.ts +0 -26
  312. package/dist/types/integrations/tableclipboard.d.ts +0 -23
  313. package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
  314. package/dist/types/integrations/tableheadings.d.ts +0 -26
  315. package/dist/types/integrations/tablemergesplit.d.ts +0 -26
  316. package/dist/types/integrations/tableofcontents.d.ts +0 -21
  317. package/dist/types/integrations/tableproperties.d.ts +0 -31
  318. package/dist/types/integrations/template.d.ts +0 -21
  319. package/dist/types/integrations/title.d.ts +0 -21
  320. package/dist/types/integrations/undo.d.ts +0 -21
  321. package/dist/types/integrations/utils.d.ts +0 -25
  322. package/dist/types/suggestion.d.ts +0 -295
  323. package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
  324. package/dist/types/trackchanges.d.ts +0 -184
  325. package/dist/types/trackchangesconfig.d.ts +0 -82
  326. package/dist/types/trackchangesdata.d.ts +0 -45
  327. package/dist/types/trackchangesediting.d.ts +0 -529
  328. package/dist/types/trackchangesui.d.ts +0 -42
  329. package/dist/types/ui/suggestioncontroller.d.ts +0 -41
  330. package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
  331. package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
  332. package/dist/types/utils/common-translations.d.ts +0 -13
  333. package/dist/types/utils/utils.d.ts +0 -34
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1b2acd=_0x1ef7;(function(_0x446f1d,_0x295386){const _0x3b49f3=_0x1ef7,_0x5dafd7=_0x446f1d();while(!![]){try{const _0x122d75=parseInt(_0x3b49f3(0xb2))/0x1+parseInt(_0x3b49f3(0xbe))/0x2+parseInt(_0x3b49f3(0x15c))/0x3+-parseInt(_0x3b49f3(0x99))/0x4+parseInt(_0x3b49f3(0xfb))/0x5+parseInt(_0x3b49f3(0x1f6))/0x6*(parseInt(_0x3b49f3(0x1e9))/0x7)+-parseInt(_0x3b49f3(0x1ed))/0x8*(parseInt(_0x3b49f3(0x12e))/0x9);if(_0x122d75===_0x295386)break;else _0x5dafd7['push'](_0x5dafd7['shift']());}catch(_0x27979d){_0x5dafd7['push'](_0x5dafd7['shift']());}}}(_0x58c8,0x62d2a));import{Plugin as _0x255bdf,PendingActions as _0x4a2ffc}from'ckeditor5/src/core.js';import{LiveRange as _0xf986f}from'ckeditor5/src/engine.js';import{CKEditorError as _0x35b78f,uid as _0x315158,priorities as _0x4545fd,logWarning as _0x57c9ad}from'ckeditor5/src/utils.js';import{toWidget as _0x25bdae}from'ckeditor5/src/widget.js';import{Users as _0x3f3587,hashObject as _0x49ce9d,surroundingMarkersDetector as _0x483027}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x252f88 from'./commands/trackchangescommand.js';import _0x2cdcce from'./commands/acceptsuggestioncommand.js';import _0x31157a from'./commands/discardsuggestioncommand.js';import _0x3f3796 from'./commands/executeonallsuggestionscommand.js';function _0x58c8(){const _0x155758=['_cutOutSuggestionMarker','isLimit','addRange','addMarker:suggestion:attribute','dataToMarker','external:','_isRegisteredAttribute','_reduceSuggestionAttributeRange','CommentsRepository','fromRange','getAttribute','FORMATTING','containsRangeInObject','element','isUndo','value','registerPostFixer','isDocumentOperation','keys','isRemovable','tablePasteChainId','parent','discard','_inlineAttributeKeys','assign','insertContent','subType','getUser','every','ck-suggestion-marker-formatInline','pluginName','_suggestionState','_breakSuggestionMarker','createdAt','_createSuggestion','data-suggestion','attributes','containsPosition','execute','model','suggestion:attribute:','error-saving-suggestion-data-suggestion-discarded','isAtStart','announce','deletion:join','removeClass','meta','reconvertMarker','acceptAllSuggestions','has','insertion:chain','buildSuggestion','showSuggestionHighlights','end','_suggestions','getCommentThread','includes','formatBlock','_registerBlockAttribute','_setSuggestionData','authoredAt','backward','stop','_addThreadToSuggestion','_reduceExistingSuggestions','$text','formatBlock:join','_findSuggestions','markDeletion','_getAttributeKey','multipleBlocks','pop','change:_saved','discardSelectedSuggestions','oldRange','change:activeMarkers','then','createRangeIn','next','deletion:discard','getFirstMarker','schema','getItems','addMarker:suggestion:formatBlock','_enabledCommands','fromCharCode','track-changes-enable-command-twice','_adapter','acceptSelectedSuggestions','getMarkers','push','_addSuggestionMarker','hasComments','join','$graveyard','addUser','mapper','removeMarkers','35zTtBZv','nodeBefore','getAllAdjacentSuggestions','_afterChanges','849160hIlTjO','_suggestionFactory','_model','createPositionAt','track-changes-adapter-missing-getsuggestion','track-changes-suggestion-not-found','ck-suggestion-marker-formatBlock','removeComment','_joinWithAdjacentSuggestions','535314tsRQrS','ck-suggestion-marker-','PENDING_ACTION_SUGGESTION','key','getSuggestion','concat','getFirstRange','substring','split','_initAriaMarkerChangeAnnouncements','from','catch','deletion:accept','resolve','high','$textProxy','dataDowncast','addSuggestion','_processAttributeSuggestions','_registerDefaultCallbacks','markInlineFormat','fire','formatGroupId','move','always','markerReady','splitPosition','setTo','getShiftedBy','skipNestingCheck','_splitMarkerName','length','elementStart','_registerInlineAttribute','trackChangesCommand','commands','never','batch','targetPosition','default','formatInline:','createSelection','rootName','createRange','formatInline:discard','_joinSuggestions','clone','TrackChangesEditing','root','track-changes-suggestion-data-mismatch','containerElement','enableReadOnlyMode','accepted','moveTargetPosition','isOwn','forceDefaultExecution','getRange','attribute:join','group','isBlock','attribute:','originalSuggestionId','highest','attribute:accept','removeMarker:suggestion:formatBlock','removeMarker','markers','registerCustomCallback','_saved','_onDiscard','upcast','LEAVE','_trackFormatChanges','collaboration.channelId','isExternal','_SUGGESTION_ANNOUNCEMENT','createElement','differ','previous','markerName','accept','newRange','1319812HkccdX','attribute','after','open','_setSuggestionRange','applyOperation','addCommentThread','isAtEnd','getCustomProperty','setAttribute','acceptSuggestion','addMarkerName','normal','suggestion','getChangedMarkers','isLocal','containsItem','getIntersection','markMultiRangeInsertion','stopListening','attributeKey','getRanges','markInsertion','_checkSuggestionCorrectness','addMarker:suggestion','589326fSiqWA','plugins','_editor','oldValue','values','setSelection','rethrowUnexpectedError','item','_customCallbacks','activeMarkers','editing','type','707572huHTUS','format','getMultiRangeId','sort','insertion:join','size','start','add','trackChanges','init','ariaLiveAnnouncer','_isForcedDefaultExecutionBlock','deletion:','suggestionChanged','update:suggestion','hasCommentThread','detach','_getAuthorFromId','_enableDefaultAttributesIntegration','updateSuggestion','_rangeIsInLocalUserInsertion','forEach','getWalker','some','track-changes-user-not-found','bindElementToMarker','_refreshSuggestionsChain','toJSON','getNearestSelectionRange','$elementName','getAncestors','markerNameToElements','containsRange','_processAttributeChanges','isIntersecting','get','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.','nodeAfter','before','change','toViewElement','createPositionBefore','_updateSuggestionData','newValue','_recordAttributeChanges','groupId','isObject','selection','options','discardSuggestion','_defaultCallbacks','change:data','author','markMultiRangeBlockFormat','isMultiRange','isNextTo','markMultiRangeDeletion','ENTER','editor','createPositionAfter','addSuggestionData','3181110vrMUVw','isAfter','document','authorName','removed','isEqual','range','head','trackChanges.mergeNestedSuggestions','delete','low','lowest','getLastMatchingPosition','suggestionUnloaded','set','ready','addClass','forward','isInContent','ck-suggestion-marker','dataReady','chain','editingDowncast','formatInline:join','hasSuggestion','insertion:accept','addComment','discardAllSuggestions','deletion:chain','track-changes-adapter-already-set','_isDataLoaded','commentThread','unbind','isIntersectingWithRange','attribute:discard','addHighlight','addMarker','Users','markerToData','insertion:','insertion:discard','widget','formatBlock:discard','for','@external','track-changes-command-not-found','elementToElement','ck-suggestion-marker--active','toUpperCase','position','fetchCommentThread','117errBOW','find','listenTo','map','createRangeOn','markAttributeChange','remove','suggestion-type','data','isArray','writer','insert','startsWith','formatInline:chain','suggestion:','name','locale','formatBlock:accept','_isBlockAttribute','$marker','splice','elementEnd','rename','howMany','substr','unbindElementFromMarkerName','documentSelection','isInsideObject','deleteContent','_element','markerToHighlight','getSuggestions','isSelectable','_mergeNestedSuggestions','removeMarker:suggestion:attribute','_refreshAttributeSuggestionsChain','attributeNewValue','getContainedElement','markBlockFormat','_blockAttributeKeys','formatBlock:chain','clear','_removeSuggestion','_getExternalAuthor','enqueueChange','_commentsRepository','267561hlJMYk','creator','consume','PendingActions','_getSuggestionData','_recordAttributeSuggestions','notReady','commandName','getDifference','isBefore','trackChanges.trackFormatChanges','_handleNewSuggestionMarker','config','_descriptionFactory','isTouching','deletion','isCollapsed','removeAttribute','return','conversion','formatInline:accept','getSuggestionCallback','multi','formatBlock:','filter','suggestionLoaded','_getMarkerAnnouncementText','unshift','adapter','marker-count','attributeOldValue','consumable','insertion','define','rejected','enableCommand','refresh','comments','formatInline','getChanges','warn','updateMarker','requires'];_0x58c8=function(){return _0x155758;};return _0x58c8();}import _0x57ace5 from'./commands/executeonselectedsuggestionscommand.js';import _0x110fe5 from'./suggestion.js';import _0x93cdf0 from'./suggestiondescriptionfactory.js';import _0xe71cd1 from'./integrations/aiassistant.js';import _0x57cf7b from'./integrations/alignment.js';import _0x5da77d from'./integrations/basicstyles.js';import _0x24caca from'./integrations/blockquote.js';import _0x33c58e from'./integrations/casechange.js';import _0x50e553 from'./integrations/ckbox.js';import _0x3ee85e from'./integrations/codeblock.js';import _0xb32c2f from'./integrations/comments.js';import _0x3bef87 from'./integrations/deletecommand.js';import _0x2471eb from'./integrations/list.js';import _0x51338d from'./integrations/listproperties.js';import _0x1a1930 from'./integrations/entercommand.js';import _0x151b84 from'./integrations/findandreplace.js';import _0x4bd3f5 from'./integrations/font.js';import _0x2b2948 from'./integrations/formatpainter.js';import _0x1c39aa from'./integrations/heading.js';import _0x478d69 from'./integrations/highlight.js';import _0x26f6d1 from'./integrations/horizontalline.js';function _0x1ef7(_0x2c8db9,_0x31c106){const _0x58c8e3=_0x58c8();return _0x1ef7=function(_0x1ef777,_0x514416){_0x1ef777=_0x1ef777-0x88;let _0x2f7ebd=_0x58c8e3[_0x1ef777];return _0x2f7ebd;},_0x1ef7(_0x2c8db9,_0x31c106);}import _0x5b883f from'./integrations/htmlembed.js';import _0x17b5c6 from'./integrations/image.js';import _0x251f87 from'./integrations/imagereplace.js';import _0x948d3c from'./integrations/imagestyle.js';import _0x9a88fc from'./integrations/importword.js';import _0x5573de from'./integrations/indent.js';import _0xf5ee8e from'./integrations/inputcommand.js';import _0x4f9b1f from'./integrations/link.js';import _0x472b52 from'./integrations/legacylist.js';import _0x1384a6 from'./integrations/legacylistproperties.js';import _0x5719e8 from'./integrations/mediaembed.js';import _0x18f995 from'./integrations/mention.js';import _0x2041eb from'./integrations/pagebreak.js';import _0x546682 from'./integrations/paragraph.js';import _0x4c91b6 from'./integrations/removeformat.js';import _0x3b17f5 from'./integrations/restrictededitingmode.js';import _0x51d6ca from'./integrations/shiftentercommand.js';import _0x11998e from'./integrations/standardeditingmode.js';import _0x330996 from'./integrations/style.js';import _0x58b09b from'./integrations/table.js';import _0x5400bb from'./integrations/tablemergesplit.js';import _0x2bdecc from'./integrations/tableheadings.js';import _0x318e86 from'./integrations/tableclipboard.js';import _0x2d70fc from'./integrations/tablecolumnresize.js';import _0x49caa4 from'./integrations/template.js';import _0x175cee from'./integrations/tableofcontents.js';import _0x1be9bf from'./integrations/title.js';import _0x418231 from'./integrations/undo.js';import _0x2a19aa from'./integrations/tablecaption.js';import _0x1de3f3 from'./integrations/tableproperties.js';import{getTranslation as _0x17a44f}from'./utils/common-translations.js';import{isEqual as _0x3abfe9,omit as _0xee1eff}from'lodash-es';export const renameAttributeKey=_0x1b2acd(0xdb);export default class p extends _0x255bdf{static get[_0x1b2acd(0x186)](){const _0x2fffe2=_0x1b2acd;return[_0x2fffe2(0x18f),_0x3f3587,_0x4a2ffc,_0xe71cd1,_0x57cf7b,_0x5da77d,_0x24caca,_0x50e553,_0x33c58e,_0x3ee85e,_0xb32c2f,_0x3bef87,_0x1a1930,_0x151b84,_0x4bd3f5,_0x2b2948,_0x1c39aa,_0x478d69,_0x26f6d1,_0x5b883f,_0x17b5c6,_0x948d3c,_0x251f87,_0x9a88fc,_0x5573de,_0xf5ee8e,_0x472b52,_0x1384a6,_0x4f9b1f,_0x2471eb,_0x51338d,_0x5719e8,_0x18f995,_0x2041eb,_0x546682,_0x4c91b6,_0x3b17f5,_0x51d6ca,_0x11998e,_0x330996,_0x58b09b,_0x5400bb,_0x2bdecc,_0x2a19aa,_0x318e86,_0x2d70fc,_0x175cee,_0x1de3f3,_0x49caa4,_0x1be9bf,_0x418231];}static get[_0x1b2acd(0x1a5)](){const _0x3ab221=_0x1b2acd;return _0x3ab221(0x225);}constructor(_0x2c0cf1){const _0x21b1b6=_0x1b2acd;function _0x491e64(_0x35aafa){const _0x28c336=_0x1ef7;return _0x35aafa[_0x28c336(0x131)](_0x29af00=>String[_0x28c336(0x1dc)](_0x29af00))[_0x28c336(0x1e4)]('');}super(_0x2c0cf1),this[_0x21b1b6(0x161)]=!0x1,this[_0x21b1b6(0x109)](_0x21b1b6(0xbb),[]),this['on'](_0x21b1b6(0x1d2),(_0x47c0ee,_0x3d9302,_0x5252d8,_0x2bd890)=>{const _0x3959f2=_0x21b1b6;this[_0x3959f2(0x1ef)][_0x3959f2(0xe5)](()=>{const _0x1ae3b3=_0x3959f2;for(const _0x1eb93a of[..._0x2bd890,..._0x5252d8])this[_0x1ae3b3(0x1ef)][_0x1ae3b3(0x89)][_0x1ae3b3(0x1b8)](_0x1eb93a)&&_0x2c0cf1[_0x1ae3b3(0xbc)][_0x1ae3b3(0x1b6)](_0x1eb93a);});}),this[_0x21b1b6(0x169)]=new _0x93cdf0(this[_0x21b1b6(0xf8)][_0x21b1b6(0x1ae)][_0x21b1b6(0x1d8)],this[_0x21b1b6(0xf8)][_0x21b1b6(0x13e)]),this[_0x21b1b6(0x1de)]=null,this[_0x21b1b6(0x1ee)]=new Bt(this[_0x21b1b6(0xf8)]),this[_0x21b1b6(0x1bd)]=new Map(),this[_0x21b1b6(0x15b)]=_0x2c0cf1[_0x21b1b6(0xb3)][_0x21b1b6(0xe1)](_0x21b1b6(0x18f)),this[_0x21b1b6(0x1db)]=new Set(),this[_0x21b1b6(0x1ef)]=this[_0x21b1b6(0xf8)][_0x21b1b6(0x1ae)],this[_0x21b1b6(0x1a6)]=new WeakMap(),this[_0x21b1b6(0xc9)]=!0x1,this[_0x21b1b6(0x155)]=new Set([_0x21b1b6(0xdb)]),this[_0x21b1b6(0x19e)]=new Set(),_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0x17d)](_0x21b1b6(0x166),_0x21b1b6(0x21d)),this[_0x21b1b6(0x8f)]=_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0xe1)](_0x21b1b6(0x166)),_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0x17d)](_0x21b1b6(0x103),!0x0),this[_0x21b1b6(0x14f)]=_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0xe1)](_0x21b1b6(0x103)),this[_0x21b1b6(0x218)]=new _0x252f88(_0x2c0cf1,this[_0x21b1b6(0x1db)]),this[_0x21b1b6(0x1ff)](),this[_0x491e64([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x491e64([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x34]);}[_0x1b2acd(0xc7)](){const _0x4b5d51=_0x1b2acd,_0x39a553=this[_0x4b5d51(0xf8)],_0x2ef1d5=(_0x311187,_0x13c6ea)=>{const _0x2f6e9c=_0x4b5d51;if(_0x2f6e9c(0x9a)!=_0x311187)return _0x2f6e9c(0x1f7)+_0x311187;const _0x5d047a=_0x13c6ea[_0x2f6e9c(0x1fe)]('|')[0x0];return this[_0x2f6e9c(0x140)](_0x5d047a)?_0x2f6e9c(0x1f3):_0x2f6e9c(0x1a4);};_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0x14c)]({'model':_0x4b5d51(0xa6),'view':_0x57a638=>{const _0x2fd318=_0x4b5d51,{id:_0x1d2d16,type:_0xec0e8f,subType:_0x49b290}=this[_0x2fd318(0x214)](_0x57a638[_0x2fd318(0x96)]),_0x59dc91=[_0x2fd318(0x10e),_0x2ef1d5(_0xec0e8f,_0x49b290)];let _0x18b947=0xbb8;return this[_0x2fd318(0xbb)][_0x2fd318(0x1bf)](_0x57a638[_0x2fd318(0x96)])&&(_0x59dc91[_0x2fd318(0x1e1)](_0x2fd318(0x12a)),_0x18b947=0xbc2),_0x2fd318(0x16b)==_0xec0e8f&&(_0x18b947+=0x5),{'classes':_0x59dc91,'attributes':{'data-suggestion':_0x1d2d16},'priority':_0x18b947};}}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0xc5)](_0x1ab4c6=>{const _0x147bae=_0x4b5d51;_0x1ab4c6['on'](_0x147bae(0xb1),(_0x5cadd0,_0x2147e4,_0x4228a1)=>{const _0x52cd4c=_0x147bae;if(!_0x4228a1[_0x52cd4c(0xee)][_0x52cd4c(0x1bb)])return;const _0x4195b4=_0x2147e4[_0x52cd4c(0xb9)];if(!_0x4195b4)return;const _0xc0b4b5=_0x4228a1[_0x52cd4c(0x1e7)][_0x52cd4c(0xe6)](_0x4195b4);_0x39a553[_0x52cd4c(0x1ae)][_0x52cd4c(0x1d8)][_0x52cd4c(0xec)](_0x4195b4)&&_0xc0b4b5&&!_0xc0b4b5[_0x52cd4c(0xa1)](_0x52cd4c(0x124))&&_0xc0b4b5['is'](_0x52cd4c(0x228))&&_0x25bdae(_0xc0b4b5,_0x4228a1[_0x52cd4c(0x138)]);},{'priority':_0x147bae(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0x14c)]({'model':_0x4b5d51(0xa6),'view':(_0x332ee4,_0x472248)=>{const _0x3f5b81=_0x4b5d51;if(!_0x472248[_0x3f5b81(0xee)][_0x3f5b81(0x1bb)])return null;const {type:_0x61d7d1,subType:_0x3f753b}=this[_0x3f5b81(0x214)](_0x332ee4[_0x3f5b81(0x96)]);return{'classes':[_0x3f5b81(0x10e),_0x2ef1d5(_0x61d7d1,_0x3f753b)],'priority':0xbb8};}});const _0xe38d0=({showActiveMarkers:_0x4a625b=!0x0,isAttributeSuggestion:_0x2f28a6=!0x1}={})=>(_0x218556,_0x520643,_0x4b13e8)=>{const _0x1ad3f1=_0x4b5d51;if(!_0x520643[_0x1ad3f1(0xb9)])return;const {id:_0x467501}=this[_0x1ad3f1(0x214)](_0x520643[_0x1ad3f1(0x96)]);if(_0x2f28a6){const _0x3b73b7=this[_0x1ad3f1(0x1bd)][_0x1ad3f1(0xe1)](_0x467501),_0x4aff0d=this[_0x1ad3f1(0x1cc)](_0x3b73b7);if(!this[_0x1ad3f1(0x140)](_0x4aff0d))return;}if(_0x520643[_0x1ad3f1(0xb9)]['is'](_0x1ad3f1(0xed)))return void _0x4b13e8[_0x1ad3f1(0x17b)][_0x1ad3f1(0x15e)](_0x520643[_0x1ad3f1(0xb9)],_0x218556[_0x1ad3f1(0x13d)]);const _0x14fbfb=_0x4b13e8[_0x1ad3f1(0x1e7)][_0x1ad3f1(0xe6)](_0x520643[_0x1ad3f1(0xb9)]);if(_0x520643[_0x1ad3f1(0xb9)]['is'](_0x1ad3f1(0x194))&&_0x39a553[_0x1ad3f1(0x1ae)][_0x1ad3f1(0x1d8)][_0x1ad3f1(0x231)](_0x520643[_0x1ad3f1(0xb9)])&&!_0x14fbfb[_0x1ad3f1(0xa1)](_0x1ad3f1(0x11e))){_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0x10b)]([_0x1ad3f1(0x10e),_0x1ad3f1(0x1f3)],_0x14fbfb),_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0xa2)](_0x1ad3f1(0x1aa),_0x467501,_0x14fbfb),_0x4b13e8[_0x1ad3f1(0x1e7)][_0x1ad3f1(0xd7)](_0x14fbfb,_0x520643[_0x1ad3f1(0x96)]),_0x4a625b&&(this[_0x1ad3f1(0xbb)][_0x1ad3f1(0x1bf)](_0x520643[_0x1ad3f1(0x96)])?_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0x10b)](_0x1ad3f1(0x12a),_0x14fbfb):_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0x1b4)](_0x1ad3f1(0x12a),_0x14fbfb));for(const _0x298549 of _0x39a553[_0x1ad3f1(0x1ae)][_0x1ad3f1(0x1d4)](_0x520643[_0x1ad3f1(0xb9)])[_0x1ad3f1(0x1d9)]())_0x4b13e8[_0x1ad3f1(0x17b)][_0x1ad3f1(0x15e)](_0x298549,_0x218556[_0x1ad3f1(0x13d)]);_0x4b13e8[_0x1ad3f1(0x17b)][_0x1ad3f1(0x15e)](_0x520643[_0x1ad3f1(0xb9)],_0x218556[_0x1ad3f1(0x13d)]);}};_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0xc5)](_0x2378c2=>{const _0x521698=_0x4b5d51;_0x2378c2['on'](_0x521698(0x1da),(_0x4d2e7e,_0x1455ec,_0x2973e6)=>{const _0x1ab02e=_0x521698;_0x2973e6[_0x1ab02e(0xee)][_0x1ab02e(0x1bb)]&&_0xe38d0({'showActiveMarkers':!0x1})(_0x4d2e7e,_0x1455ec,_0x2973e6);},{'priority':_0x521698(0x234)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0xc5)](_0x31b55e=>{const _0x5e0601=_0x4b5d51;_0x31b55e['on'](_0x5e0601(0x18a),(_0x1101d4,_0x25518d,_0x1f55a9)=>{const _0x4016b2=_0x5e0601;_0x1f55a9[_0x4016b2(0xee)][_0x4016b2(0x1bb)]&&_0xe38d0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1101d4,_0x25518d,_0x1f55a9);},{'priority':_0x5e0601(0x234)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0x121)]({'model':_0x4b5d51(0xa6),'view':(_0x2f8786,_0x4a4f38)=>_0x4a4f38[_0x4b5d51(0xee)][_0x4b5d51(0x1bb)]?null:{'group':_0x4b5d51(0xa6),'name':_0x2f8786[_0x4b5d51(0x146)](0xb)}}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x8d))[_0x4b5d51(0x129)]({'view':{'name':_0x4b5d51(0xa6),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1f3ff,{writer:_0x278866})=>{const _0x45db23=_0x4b5d51;let _0x2eef9e=_0x45db23(0x13c)+_0x1f3ff[_0x45db23(0x191)](_0x45db23(0x135))+':'+_0x1f3ff[_0x45db23(0x191)]('id');return _0x1f3ff[_0x45db23(0x191)](_0x45db23(0x179))&&(_0x2eef9e+=':'+_0x1f3ff[_0x45db23(0x191)](_0x45db23(0x179))),_0x278866[_0x45db23(0x93)](_0x45db23(0x141),{'data-name':_0x2eef9e});}}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x8d))[_0x4b5d51(0x18b)]({'view':_0x4b5d51(0xa6)}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x426cd8=>{const _0x145c37=_0x4b5d51;_0x426cd8['on'](_0x145c37(0x1da),_0xe38d0(),{'priority':_0x145c37(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x24bea7=>{const _0x187a5e=_0x4b5d51;_0x24bea7['on'](_0x187a5e(0x18a),_0xe38d0({'isAttributeSuggestion':!0x0}),{'priority':_0x187a5e(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x48c116=>{const _0x25f811=_0x4b5d51;_0x48c116['on'](_0x25f811(0x236),(_0x29d1c7,_0x28f99f,_0x4569ff)=>{const _0x2c939b=_0x25f811,_0x575112=_0x4569ff[_0x2c939b(0x1e7)][_0x2c939b(0xdd)](_0x28f99f[_0x2c939b(0x96)]);if(_0x575112){for(const _0x598cab of _0x575112)_0x598cab[_0x2c939b(0xa1)](_0x2c939b(0x11e))||(_0x4569ff[_0x2c939b(0x138)][_0x2c939b(0x1b4)]([_0x2c939b(0x10e),_0x2c939b(0x1f3),_0x2c939b(0x12a)],_0x598cab),_0x4569ff[_0x2c939b(0x138)][_0x2c939b(0x16d)](_0x2c939b(0x1aa),_0x598cab),_0x4569ff[_0x2c939b(0x1e7)][_0x2c939b(0x147)](_0x598cab,_0x28f99f[_0x2c939b(0x96)]));}},{'priority':_0x25f811(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x345312=>{const _0x775cc2=_0x4b5d51;_0x345312['on'](_0x775cc2(0x150),(_0xc2245b,_0xd3b6f7,_0x3a1c79)=>{const _0x33e3b8=_0x775cc2,_0x5a159f=_0x3a1c79[_0x33e3b8(0x1e7)][_0x33e3b8(0xdd)](_0xd3b6f7[_0x33e3b8(0x96)]);if(!_0x5a159f)return;const {id:_0x22e58a}=this[_0x33e3b8(0x214)](_0xd3b6f7[_0x33e3b8(0x96)]),_0x33f0f9=this[_0x33e3b8(0x1bd)][_0x33e3b8(0xe1)](_0x22e58a),_0x35cedc=this[_0x33e3b8(0x1cc)](_0x33f0f9);if(this[_0x33e3b8(0x140)](_0x35cedc)){for(const _0x26eeca of _0x5a159f)_0x26eeca[_0x33e3b8(0xa1)](_0x33e3b8(0x11e))||(_0x3a1c79[_0x33e3b8(0x138)][_0x33e3b8(0x1b4)]([_0x33e3b8(0x10e),_0x33e3b8(0x1f3),_0x33e3b8(0x12a)],_0x26eeca),_0x3a1c79[_0x33e3b8(0x138)][_0x33e3b8(0x16d)](_0x33e3b8(0x1aa),_0x26eeca),_0x3a1c79[_0x33e3b8(0x1e7)][_0x33e3b8(0x147)](_0x26eeca,_0xd3b6f7[_0x33e3b8(0x96)]));}},{'priority':_0x775cc2(0x204)});}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0x3bd897=>{const _0x475bc2=_0x4b5d51;let _0xdf221c=!0x1;const _0x5b2903=Array[_0x475bc2(0x200)](_0x39a553[_0x475bc2(0x1ae)][_0x475bc2(0xfd)][_0x475bc2(0x94)][_0x475bc2(0xa7)]()),_0x381b53=new Set();for(const {name:_0x33752c,data:_0x5d97a2}of _0x5b2903){const {group:_0x822991,type:_0x1bac78,subType:_0xb526bd,id:_0x2f7081}=this[_0x475bc2(0x214)](_0x33752c);if(_0x475bc2(0xa6)!==_0x822991)continue;const _0x5d25e3=this[_0x475bc2(0x1bd)][_0x475bc2(0xe1)](_0x2f7081);if(null!=_0x5d97a2[_0x475bc2(0x98)]){_0x475bc2(0x182)==_0x1bac78&&(_0xdf221c=_0xdf221c||Tt(_0x5d97a2[_0x475bc2(0x98)],_0x33752c,_0x3bd897,_0x39a553[_0x475bc2(0x1ae)][_0x475bc2(0x1d8)]));const _0x5842d9=_0x475bc2(0x9a)==_0x1bac78&&this[_0x475bc2(0x140)](_0xb526bd[_0x475bc2(0x1fe)]('|')[0x0]);if(_0x5d97a2[_0x475bc2(0x98)][_0x475bc2(0x16c)]||_0x475bc2(0x1e5)==_0x5d97a2[_0x475bc2(0x98)][_0x475bc2(0x226)][_0x475bc2(0x220)]||_0x475bc2(0x1c0)==_0x1bac78&&!Vt(_0x5d97a2[_0x475bc2(0x98)])||_0x5842d9&&!Vt(_0x5d97a2[_0x475bc2(0x98)])||_0x475bc2(0x16b)==_0x1bac78&&!(!Rt(_0x2da7b5=_0x5d97a2[_0x475bc2(0x98)])&&!function(_0x4b61f6){const _0x300ee2=_0x475bc2;return _0x4b61f6[_0x300ee2(0xc4)][_0x300ee2(0x19c)]==_0x4b61f6[_0x300ee2(0x1bc)][_0x300ee2(0x1ea)]&&_0x4b61f6[_0x300ee2(0xc4)][_0x300ee2(0xa0)];}(_0x2da7b5)))_0x3bd897[_0x475bc2(0x88)](_0x33752c),_0xdf221c=!0x0;else{if(!_0x5d25e3||!_0x5d25e3[_0x475bc2(0x10d)])continue;_0x381b53[_0x475bc2(0xc5)](_0x5d25e3);}}}var _0x2da7b5;return _0x381b53[_0x475bc2(0xc3)]>0x0&&(_0xdf221c=!!this[_0x475bc2(0x1f5)](_0x381b53)||_0xdf221c),_0xdf221c;}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0x341786=>{const _0x77ca85=_0x4b5d51;let _0x1d7ab1=!0x1;for(const _0xd8a1db of _0x39a553[_0x77ca85(0x1ae)][_0x77ca85(0xfd)][_0x77ca85(0x94)][_0x77ca85(0x183)]())if(_0x77ca85(0x139)==_0xd8a1db[_0x77ca85(0xbd)])for(const _0x4cf4c9 of this[_0x77ca85(0x1bd)][_0x77ca85(0xb6)]()){if(_0x4cf4c9[_0x77ca85(0xf4)]||!_0x4cf4c9[_0x77ca85(0x10d)])continue;const _0x53c915=_0x77ca85(0x1c0)==_0x4cf4c9[_0x77ca85(0xbd)],_0x4651d9=this[_0x77ca85(0x1cc)](_0x4cf4c9),_0xac8f8d=_0x4651d9&&this[_0x77ca85(0x140)](_0x4651d9);if(!_0x53c915&&!_0xac8f8d)continue;const _0x5a7f67=_0x4cf4c9[_0x77ca85(0x1fc)]();if(_0x5a7f67[_0x77ca85(0xc4)][_0x77ca85(0x19c)]!=_0x5a7f67[_0x77ca85(0x1bc)][_0x77ca85(0x19c)]&&!_0x5a7f67[_0x77ca85(0x1bc)][_0x77ca85(0xa0)]){const _0x51722c=_0x39a553[_0x77ca85(0x1ae)][_0x77ca85(0x1f0)](_0x5a7f67[_0x77ca85(0xc4)][_0x77ca85(0xe3)],_0x77ca85(0x1bc)),_0x11e5c1=_0x39a553[_0x77ca85(0x1ae)][_0x77ca85(0x221)](_0x5a7f67[_0x77ca85(0xc4)],_0x51722c);_0x341786[_0x77ca85(0x185)](_0x4cf4c9[_0x77ca85(0x1d7)](),{'range':_0x11e5c1}),_0x1d7ab1=!0x0;}}return _0x1d7ab1;}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0xa72c19=>this[_0x4b5d51(0xdf)](_0xa72c19)),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0x58ec83=>!_0x58ec83[_0x4b5d51(0x21b)][_0x4b5d51(0xa8)]&&this[_0x4b5d51(0x208)](_0x58ec83)),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x1ec),()=>{const _0x3c6b05=_0x4b5d51;this[_0x3c6b05(0x161)]=!0x1;}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)]['on'](_0x4b5d51(0xf1),(_0xa1bbfa,_0x5bacef)=>{const _0x313f57=_0x4b5d51;if(!_0x5bacef[_0x313f57(0xa8)]||_0x5bacef[_0x313f57(0x195)])return;if(!this[_0x313f57(0x161)])return;const _0x2f992c=_0x39a553[_0x313f57(0x1ae)][_0x313f57(0xfd)][_0x313f57(0x94)][_0x313f57(0x183)]();if(0x0==_0x2f992c[_0x313f57(0x215)])return;const _0x4ac37f=[],_0x113a83=_0x2f992c[_0x313f57(0x174)](_0x55dabc=>_0x313f57(0x9a)==_0x55dabc[_0x313f57(0xbd)]),_0x3aa4bf=_0x2f992c[_0x313f57(0x174)](_0x1da89e=>_0x313f57(0x139)==_0x1da89e[_0x313f57(0xbd)]&&_0x313f57(0x1c8)!=_0x1da89e[_0x313f57(0x13d)]),_0x2e85f2=_0x2f992c[_0x313f57(0x174)](_0xbe6ec6=>_0x313f57(0x134)==_0xbe6ec6[_0x313f57(0xbd)]&&_0x313f57(0x1c8)!=_0xbe6ec6[_0x313f57(0x13d)]);for(const _0x2c84d2 of _0x113a83)this[_0x313f57(0x18d)](_0x2c84d2[_0x313f57(0xad)])&&_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x2c84d2[_0x313f57(0xad)],'newValue':_0x2c84d2[_0x313f57(0x152)],'oldValue':_0x2c84d2[_0x313f57(0x17a)],'range':Ut(_0x2c84d2[_0x313f57(0x101)],_0x39a553[_0x313f57(0x1ae)])});for(const _0x488da6 of _0x3aa4bf){const _0x295d57=_0x2e85f2[_0x313f57(0x12f)](_0x2953b4=>_0x2953b4[_0x313f57(0x14b)]===_0x488da6[_0x313f57(0x14b)]);if(_0x295d57){const _0x3d918c=Ot(_0x488da6[_0x313f57(0x12c)][_0x313f57(0xe3)],_0x39a553[_0x313f57(0x1ae)]);_0x295d57[_0x313f57(0x13d)]!==_0x488da6[_0x313f57(0x13d)]&&_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x313f57(0xdb),'newValue':_0x488da6[_0x313f57(0x13d)],'oldValue':_0x295d57[_0x313f57(0x13d)],'range':_0x3d918c});for(const [_0x4771b3,_0x13e462]of _0x295d57[_0x313f57(0x1ab)]){if(!this[_0x313f57(0x18d)](_0x4771b3))continue;const _0x1e842e=_0x488da6[_0x313f57(0x1ab)][_0x313f57(0xe1)](_0x4771b3);_0x13e462!==_0x1e842e&&_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x4771b3,'newValue':_0x1e842e,'oldValue':_0x13e462,'range':_0x3d918c});}for(const [_0x475514,_0x3e189a]of _0x488da6[_0x313f57(0x1ab)])this[_0x313f57(0x18d)](_0x475514)&&(_0x295d57[_0x313f57(0x1ab)][_0x313f57(0x1b8)](_0x475514)||_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x475514,'newValue':_0x3e189a,'oldValue':null,'range':_0x3d918c}));}}0x0!=_0x4ac37f[_0x313f57(0x215)]&&_0x39a553[_0x313f57(0x1ae)][_0x313f57(0x15a)](_0x5bacef,_0x57ebd4=>{const _0x2db39c=_0x313f57,_0x363460=_0x315158();for(const {range:_0x3f093b,key:_0x5f2a5a,oldValue:_0x3b7c2d,newValue:_0x41dd75}of _0x4ac37f)this[_0x2db39c(0x133)](_0x3f093b,_0x5f2a5a,_0x3b7c2d,_0x41dd75,{'groupId':_0x363460});this[_0x2db39c(0x1c7)](_0x57ebd4,_0x4ac37f);});},{'priority':_0x4b5d51(0x106)}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0x89)]['on'](_0x4b5d51(0xcc),(_0x2c598a,_0x4afc5d,_0x4cdc94)=>{const _0x21bceb=_0x4b5d51;if(null==_0x4cdc94){const {id:_0x2d78e9}=this[_0x21bceb(0x214)](_0x4afc5d[_0x21bceb(0x13d)]),_0x97da89=this[_0x21bceb(0x1bd)][_0x21bceb(0xe1)](_0x2d78e9);_0x97da89&&_0x97da89[_0x21bceb(0xa4)](_0x4afc5d[_0x21bceb(0x13d)]);}}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)]['on'](_0x4b5d51(0xf1),()=>{const _0x578e25=_0x4b5d51,_0x29dd07=Array[_0x578e25(0x200)](_0x39a553[_0x578e25(0x1ae)][_0x578e25(0xfd)][_0x578e25(0x94)][_0x578e25(0xa7)]())[_0x578e25(0x174)](_0x22e1f3=>_0x578e25(0xa6)===this[_0x578e25(0x214)](_0x22e1f3[_0x578e25(0x13d)])[_0x578e25(0x230)]);if(0x0===_0x29dd07[_0x578e25(0x215)])return;_0x29dd07[_0x578e25(0xc1)]((_0xc86d6f,_0x36eaae)=>{const _0x178693=_0x578e25,_0xbdb21b=_0xc86d6f[_0x178693(0x136)][_0x178693(0x1d1)],_0xbee838=_0x36eaae[_0x178693(0x136)][_0x178693(0x1d1)];return null===_0xbdb21b&&null===_0xbee838?0x0:null===_0xbdb21b&&null!==_0xbee838?-0x1:null!==_0xbdb21b&&null===_0xbee838?0x1:_0xbdb21b[_0x178693(0xc4)][_0x178693(0x165)](_0xbee838[_0x178693(0xc4)])?-0x1:0x1;});const _0x331ad7=new Set(),_0x39a7b6=new Set();for(const {name:_0x5667f6,data:_0xe66bb7}of _0x29dd07){const {id:_0x301817}=this[_0x578e25(0x214)](_0x5667f6);if(null===_0xe66bb7[_0x578e25(0x1d1)]){const _0x3fdc74=this[_0x578e25(0x167)](_0x5667f6);_0x39a7b6[_0x578e25(0xc5)](_0x3fdc74);}else{const _0x17b752=this[_0x578e25(0x1bd)][_0x578e25(0xe1)](_0x301817);null!==_0xe66bb7[_0x578e25(0x98)]||_0x17b752[_0x578e25(0x10d)]?(_0x331ad7[_0x578e25(0xc5)](_0x17b752[_0x578e25(0x102)]),_0x39a7b6[_0x578e25(0xc5)](_0x17b752)):this[_0x578e25(0x158)](_0x17b752);}}_0x39a7b6[_0x578e25(0xc3)]>0x0&&this[_0x578e25(0xd8)](_0x39a7b6);for(const _0x26c37e of _0x331ad7)this[_0x578e25(0x20b)](_0x578e25(0xcb),_0x26c37e);}),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x9e),(_0x55127c,_0x3deac8)=>{const _0x1e384d=_0x4b5d51,_0xe5e51=_0x3deac8[0x0];if(!this[_0x1e384d(0x1bd)][_0x1e384d(0xc3)])return;if(!_0xe5e51[_0x1e384d(0x198)])return;if(_0xe5e51[_0x1e384d(0x21b)][_0x1e384d(0x195)]||!_0xe5e51[_0x1e384d(0x21b)][_0x1e384d(0xa8)])return;let _0x210378,_0x596fb8;switch(_0xe5e51[_0x1e384d(0xbd)]){case _0x1e384d(0x139):_0x210378=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x12c)]),_0x596fb8=_0x210378[_0x1e384d(0x212)](_0xe5e51[_0x1e384d(0x145)]);break;case _0x1e384d(0x1fe):_0x210378=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x210)]),_0x596fb8=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x22b)]);break;case _0x1e384d(0x20d):_0x210378=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x21c)]),_0x596fb8=_0x210378[_0x1e384d(0x212)](_0xe5e51[_0x1e384d(0x145)]);break;default:return;}const _0x38e787=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x221)](_0x210378,_0x596fb8);_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0xe5)](()=>{const _0xc596f0=_0x1e384d;for(const {suggestion:_0x610433,meta:_0x4bd320}of this[_0xc596f0(0x1ca)](_0x38e787)){if(_0x610433[_0xc596f0(0xf4)])continue;if(_0xc596f0(0x182)==_0x610433[_0xc596f0(0xbd)])continue;const _0x35896d=this[_0xc596f0(0x1cc)](_0x610433);if(_0x35896d&&this[_0xc596f0(0x140)](_0x35896d)&&_0xc596f0(0x1fe)!=_0xe5e51[_0xc596f0(0xbd)])continue;const _0x1cfb07=_0x610433[_0xc596f0(0x136)]&&_0x610433[_0xc596f0(0x136)][_0xc596f0(0x1cd)];(_0xc596f0(0x1c0)!=_0x610433[_0xc596f0(0xbd)]||_0xc596f0(0x1fe)==_0xe5e51[_0xc596f0(0xbd)]&&!_0x1cfb07)&&(_0x4bd320[_0xc596f0(0x193)]||_0xc596f0(0x17c)==_0x610433[_0xc596f0(0xbd)]&&_0x4bd320[_0xc596f0(0x22c)]||_0x610433[_0xc596f0(0x1fc)]()[_0xc596f0(0xde)](_0x38e787)&&this[_0xc596f0(0x1a7)](_0x610433,_0x210378,_0x596fb8));}});},{'priority':_0x4b5d51(0x106)}),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x14a),(_0x5de4bb,_0x12f62e)=>{const _0x3ae858=_0x4b5d51,_0x5e31db=_0x12f62e[0x0],_0xfa73ad=_0x12f62e[0x1];if(_0xfa73ad&&_0xfa73ad[_0x3ae858(0x22d)])return;if(this[_0x3ae858(0xc9)])return;if(!this[_0x3ae858(0x218)][_0x3ae858(0x196)])return;if(_0x5e31db[_0x3ae858(0x16c)])return;const _0x33650d=_0x39a553[_0x3ae858(0x1ae)][_0x3ae858(0x1d8)],{start:_0x191542,end:_0x228305}=_0x5e31db[_0x3ae858(0x1fc)](),_0x4ee9ae=_0x191542[_0x3ae858(0xe3)]&&_0x33650d[_0x3ae858(0x188)](_0x191542[_0x3ae858(0xe3)])?null:_0x33650d[_0x3ae858(0xda)](_0x191542,_0x3ae858(0x10c)),_0x1be13b=_0x228305[_0x3ae858(0x1ea)]&&_0x33650d[_0x3ae858(0x188)](_0x228305[_0x3ae858(0x1ea)])?null:_0x33650d[_0x3ae858(0xda)](_0x228305,_0x3ae858(0x1c4)),_0x59a094=_0x39a553[_0x3ae858(0x1ae)][_0x3ae858(0x221)](_0x4ee9ae?_0x4ee9ae[_0x3ae858(0xc4)]:_0x191542,_0x1be13b?_0x1be13b[_0x3ae858(0x1bc)]:_0x228305);_0x39a553[_0x3ae858(0x1ae)][_0x3ae858(0xe5)](_0x4c70ed=>{const _0x5aa865=_0x3ae858;this[_0x5aa865(0x1cb)](_0x59a094);const _0x3df584=_0x39a553[_0x5aa865(0x1ae)][_0x5aa865(0x1d8)][_0x5aa865(0xda)](_0x59a094[_0x5aa865(0xc4)]);_0x5e31db['is'](_0x5aa865(0x148))?_0x4c70ed[_0x5aa865(0xb7)](_0x3df584):_0x5e31db[_0x5aa865(0x211)](_0x3df584);}),_0x5de4bb[_0x3ae858(0x1c5)]();},{'priority':_0x4545fd[_0x4b5d51(0xa5)]+0xa}),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x1a0),(_0x3be3cc,_0x2c52bb)=>{const _0x1668c0=_0x4b5d51,_0x5c7a60=_0x2c52bb[_0x2c52bb[_0x1668c0(0x215)]-0x1];_0x5c7a60&&_0x5c7a60[_0x1668c0(0x22d)]||this[_0x1668c0(0xc9)]||this[_0x1668c0(0x218)][_0x1668c0(0x196)]&&(_0x39a553[_0x1668c0(0x1ae)][_0x1668c0(0xe5)](()=>{const _0x259f45=_0x1668c0;let _0x16c7e0=_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x1a0)](_0x2c52bb[0x0],_0x2c52bb[0x1],_0x2c52bb[0x2],{'forceDefaultExecution':!0x0});if(!_0x16c7e0)return;_0x3be3cc[_0x259f45(0x16e)]=_0x16c7e0[_0x259f45(0x224)]();const _0x31d583=_0x16c7e0[_0x259f45(0x1bc)][_0x259f45(0x1ea)],_0x4768c5=_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x1d8)];_0x31d583&&_0x4768c5[_0x259f45(0x231)](_0x31d583)&&!_0x4768c5[_0x259f45(0xec)](_0x31d583)&&(_0x16c7e0=_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x221)](_0x16c7e0[_0x259f45(0xc4)],_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x1f0)](_0x31d583,_0x259f45(0x1bc)))),this[_0x259f45(0xaf)](_0x16c7e0);}),_0x3be3cc[_0x1668c0(0x1c5)]());},{'priority':_0x4b5d51(0x204)}),this[_0x4b5d51(0xf8)][_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0xc6),this[_0x4b5d51(0x218)]),this[_0x4b5d51(0x17f)](_0x4b5d51(0xc6));const _0x2e8a4f=new _0x2cdcce(_0x39a553,this[_0x4b5d51(0x1bd)]);_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0xa3),_0x2e8a4f),this[_0x4b5d51(0x17f)](_0x4b5d51(0xa3));const _0x3d3fd0=new _0x31157a(_0x39a553,this[_0x4b5d51(0x1bd)]);_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0xef),_0x3d3fd0),this[_0x4b5d51(0x17f)](_0x4b5d51(0xef)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x1b7),new _0x3f3796(_0x39a553,_0x2e8a4f,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x1b7)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x116),new _0x3f3796(_0x39a553,_0x3d3fd0,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x116)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x1df),new _0x57ace5(_0x39a553,_0x2e8a4f,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x1df)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x1d0),new _0x57ace5(_0x39a553,_0x3d3fd0,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x1d0));const _0x50c95b=_0x39a553[_0x4b5d51(0xb3)][_0x4b5d51(0xe1)](_0x4b5d51(0x18f));this[_0x4b5d51(0x130)](_0x50c95b,_0x4b5d51(0x115),(_0x14e21d,{threadId:_0x12b263})=>{const _0x23ff49=_0x4b5d51,_0x1830dc=this[_0x23ff49(0x1bd)][_0x23ff49(0xe1)](_0x12b263);_0x1830dc&&_0x1830dc[_0x23ff49(0x11a)]&&0x1===_0x1830dc[_0x23ff49(0x11a)][_0x23ff49(0x215)]&&this[_0x23ff49(0xe8)](_0x12b263,{'hasComments':!0x0});},{'priority':_0x4b5d51(0x105)}),this[_0x4b5d51(0x130)](_0x50c95b,_0x4b5d51(0x1f4),(_0x167ea7,{threadId:_0x93b797})=>{const _0x5740d1=_0x4b5d51,_0x13962f=this[_0x5740d1(0x1bd)][_0x5740d1(0xe1)](_0x93b797);_0x13962f&&_0x13962f[_0x5740d1(0x11a)]&&!_0x13962f[_0x5740d1(0x11a)][_0x5740d1(0x215)]&&this[_0x5740d1(0xe8)](_0x93b797,{'hasComments':!0x1});},{'priority':_0x4b5d51(0x105)});}set[_0x1b2acd(0x178)](_0x501e02){const _0x43669b=_0x1b2acd;if(this[_0x43669b(0x1de)])throw new _0x35b78f(_0x43669b(0x118),this);this[_0x43669b(0x1de)]=_0x501e02;}get[_0x1b2acd(0x178)](){const _0x58ab06=_0x1b2acd;return this[_0x58ab06(0x1de)];}[_0x1b2acd(0x14d)]({skipNotAttached:_0x10db48=!0x1,toJSON:_0x4bd35a=!0x1}={}){const _0x3dc59f=_0x1b2acd,_0x5e8c46=[];for(const _0x29b5b9 of this[_0x3dc59f(0x1bd)][_0x3dc59f(0xb6)]())_0x10db48&&!_0x29b5b9[_0x3dc59f(0x10d)]||_0x5e8c46[_0x3dc59f(0x1e1)](_0x29b5b9);return _0x4bd35a?_0x5e8c46[_0x3dc59f(0x131)](_0xf03f1=>_0xf03f1[_0x3dc59f(0xd9)]()):_0x5e8c46;}[_0x1b2acd(0x1fa)](_0x5cb4d1){const _0x49cce9=_0x1b2acd,_0x521fac=this[_0x49cce9(0x1bd)][_0x49cce9(0xe1)](_0x5cb4d1);if(!_0x521fac)throw new _0x35b78f(_0x49cce9(0x1f2),this);return _0x521fac;}[_0x1b2acd(0x113)](_0x1fbd38){const _0x4f5dcc=_0x1b2acd;return this[_0x4f5dcc(0x1bd)][_0x4f5dcc(0x1b8)](_0x1fbd38);}[_0x1b2acd(0xfa)](_0x3c15f5){const _0x4845be=_0x1b2acd,{authorId:_0x575233,id:_0x329793,attributes:_0x4f7ccf}=_0x3c15f5,[_0x31f39b,_0x3cfbee]=_0x3c15f5[_0x4845be(0xbd)][_0x4845be(0x1fe)](':'),_0x2ec895=this[_0x4845be(0x1bd)][_0x4845be(0xe1)](_0x329793)||this[_0x4845be(0x1a9)](_0x31f39b,_0x3cfbee,_0x329793,_0x575233,_0x4f7ccf);if(this[_0x4845be(0x1c6)](_0x2ec895),this[_0x4845be(0xb0)](_0x2ec895,_0x31f39b,_0x3cfbee||null,_0x575233),_0x2ec895[_0x4845be(0x1a8)]=_0x3c15f5[_0x4845be(0x1a8)],_0x2ec895[_0x4845be(0x119)]=!0x0,_0x4f7ccf&&_0x4f7ccf[_0x4845be(0x127)]){const _0x1b9a00=_0x4f7ccf[_0x4845be(0x127)],_0x47461e=this[_0x4845be(0x159)](_0x1b9a00[_0x4845be(0xfe)]);_0x2ec895[_0x4845be(0x1c3)]=_0x1b9a00[_0x4845be(0x1a8)],_0x2ec895[_0x4845be(0xf2)]=_0x47461e,_0x2ec895[_0x4845be(0x91)]=!0x0;}else _0x2ec895[_0x4845be(0x1c3)]=_0x3c15f5[_0x4845be(0x1a8)];switch(_0x3c15f5[_0x4845be(0x136)]&&(_0x2ec895[_0x4845be(0x136)]=_0x3c15f5[_0x4845be(0x136)]),_0x3c15f5[_0x4845be(0x1ab)]&&(_0x2ec895[_0x4845be(0x1ab)]=_0x3c15f5[_0x4845be(0x1ab)]),this[_0x4845be(0x1de)]&&this[_0x4845be(0x1de)][_0x4845be(0x207)]||(_0x2ec895[_0x4845be(0x8b)]=!0x0),this[_0x4845be(0x1a6)][_0x4845be(0xe1)](_0x2ec895)){case _0x4845be(0x162):this[_0x4845be(0x1a6)][_0x4845be(0x109)](_0x2ec895,_0x4845be(0x10f));break;case _0x4845be(0x20f):_0x2ec895[_0x4845be(0x10d)]?(this[_0x4845be(0x1f5)](new Set([_0x2ec895])),this[_0x4845be(0xd8)](new Set([_0x2ec895])),this[_0x4845be(0x1a6)][_0x4845be(0x109)](_0x2ec895,_0x4845be(0x10a)),this[_0x4845be(0x20b)](_0x4845be(0x175),_0x2ec895)):this[_0x4845be(0x1a6)][_0x4845be(0x109)](_0x2ec895,_0x4845be(0xff));}return _0x2ec895;}[_0x1b2acd(0xa3)](_0x36d50b){const _0x17f7e6=_0x1b2acd;this[_0x17f7e6(0x22d)](()=>{const _0x2561a4=_0x17f7e6;this[_0x2561a4(0xf8)][_0x2561a4(0x1ae)][_0x2561a4(0xe5)](()=>{const _0x4e64c7=_0x2561a4;for(const _0x2b8313 of _0x36d50b[_0x4e64c7(0x1eb)]())_0x2b8313[_0x4e64c7(0x97)]();});});}[_0x1b2acd(0xef)](_0x2ddcf0){const _0x2b397a=_0x1b2acd;this[_0x2b397a(0x22d)](()=>{const _0xa1c36a=_0x2b397a;this[_0xa1c36a(0xf8)][_0xa1c36a(0x1ae)][_0xa1c36a(0xe5)](()=>{const _0x2fe494=_0xa1c36a;for(const _0x4bb64e of _0x2ddcf0[_0x2fe494(0x1eb)]())_0x4bb64e[_0x2fe494(0x19d)]();});});}[_0x1b2acd(0x17f)](_0x47cd61,_0x3bab26){const _0x2cce34=_0x1b2acd,_0x5130d5=this[_0x2cce34(0xf8)][_0x2cce34(0x219)][_0x2cce34(0xe1)](_0x47cd61);if(!_0x5130d5)throw new _0x35b78f(_0x2cce34(0x128),this,{'commandName':_0x47cd61});if(this[_0x2cce34(0x1db)][_0x2cce34(0x1b8)](_0x5130d5))throw new _0x35b78f(_0x2cce34(0x1dd),this,{'commandName':_0x47cd61});this[_0x2cce34(0x1db)][_0x2cce34(0xc5)](_0x5130d5),_0x3bab26&&_0x5130d5['on'](_0x2cce34(0x1ad),(_0x1156e8,_0x5d9a8f)=>{const _0xee46a=_0x2cce34;this[_0xee46a(0x218)][_0xee46a(0x196)]&&(this[_0xee46a(0xc9)]||(_0x5d9a8f[_0xee46a(0x215)]>0x0&&_0x5d9a8f[_0x5d9a8f[_0xee46a(0x215)]-0x1]&&_0x5d9a8f[_0x5d9a8f[_0xee46a(0x215)]-0x1][_0xee46a(0x22d)]?_0x5d9a8f[_0xee46a(0x1ce)]():(_0x1156e8[_0xee46a(0x16e)]=_0x3bab26((..._0x508b1f)=>_0x5130d5[_0xee46a(0x1ad)](..._0x508b1f,{'forceDefaultExecution':!0x0}),..._0x5d9a8f),_0x1156e8[_0xee46a(0x1c5)]())));},{'priority':_0x2cce34(0x204)});}[_0x1b2acd(0x22d)](_0x318feb){const _0x20f926=_0x1b2acd;let _0x521a79,_0x333c11;const _0x5e9c8c=this[_0x20f926(0xc9)];this[_0x20f926(0xc9)]=!0x0;try{_0x521a79=_0x318feb();}catch(_0x4d9ffc){_0x333c11=_0x4d9ffc;}return _0x5e9c8c||(this[_0x20f926(0xc9)]=!0x1),_0x333c11&&_0x35b78f[_0x20f926(0xb8)](_0x333c11,this),_0x521a79;}[_0x1b2acd(0xaf)](_0x48288e,_0x22c2d1=null,_0x4e27ac={}){const _0x3dd5ea=_0x1b2acd;if(_0x48288e[_0x3dd5ea(0x16c)])return null;const _0x4216c1=this[_0x3dd5ea(0xf8)][_0x3dd5ea(0xb3)][_0x3dd5ea(0xe1)](_0x3dd5ea(0x120))['me'];for(const {suggestion:_0x15e63b,meta:_0x394b86}of this[_0x3dd5ea(0x1ca)](_0x48288e,_0x3dd5ea(0x17c)))if(_0x394b86[_0x3dd5ea(0x22c)]){if(!_0x394b86[_0x3dd5ea(0xf5)]){if(_0x394b86[_0x3dd5ea(0x193)]){if(!this[_0x3dd5ea(0x14f)]||!Pt(_0x15e63b,_0x4e27ac))continue;return _0x15e63b;}if(Pt(_0x15e63b,_0x4e27ac))return _0x15e63b;this[_0x3dd5ea(0x1a7)](_0x15e63b,_0x48288e[_0x3dd5ea(0xc4)],_0x48288e[_0x3dd5ea(0x1bc)]);break;}if(_0x22c2d1==_0x15e63b[_0x3dd5ea(0x1a1)]&&Pt(_0x15e63b,_0x4e27ac)){const _0x5360a8=_0x15e63b[_0x3dd5ea(0x1fc)]();return _0x5360a8[_0x3dd5ea(0xc4)][_0x3dd5ea(0x100)](_0x48288e[_0x3dd5ea(0x1bc)])?this[_0x3dd5ea(0x9d)](_0x15e63b,this[_0x3dd5ea(0x1ef)][_0x3dd5ea(0x221)](_0x48288e[_0x3dd5ea(0xc4)],_0x5360a8[_0x3dd5ea(0x1bc)])):this[_0x3dd5ea(0x9d)](_0x15e63b,this[_0x3dd5ea(0x1ef)][_0x3dd5ea(0x221)](_0x5360a8[_0x3dd5ea(0xc4)],_0x48288e[_0x3dd5ea(0x1bc)])),_0x15e63b;}}const _0x5b1fbf=_0x315158(),_0x43597e=_0x4216c1['id'],_0x384218=_0x22c2d1?_0x3dd5ea(0x122)+_0x22c2d1:_0x3dd5ea(0x17c),_0x15c25c=this[_0x3dd5ea(0x1c2)]({'id':_0x5b1fbf,'type':_0x384218,'createdAt':new Date(),'authorId':_0x43597e,'attributes':_0x4e27ac});return this[_0x3dd5ea(0x1e2)](_0x384218,_0x5b1fbf,_0x43597e,_0x48288e),_0x15c25c;}[_0x1b2acd(0xab)](_0x46ae89,_0x22fc4f=_0x1b2acd(0x172),_0x9b52f0={}){const _0x5cb7d9=_0x1b2acd,_0x4567e5=this[_0x5cb7d9(0xf8)][_0x5cb7d9(0xb3)][_0x5cb7d9(0xe1)](_0x5cb7d9(0x120))['me'],_0x16e07c=this[_0x5cb7d9(0x1ee)][_0x5cb7d9(0x171)](_0x5cb7d9(0x17c),_0x22fc4f,_0x5cb7d9(0x1e4));for(const _0x4b0ce1 of this[_0x5cb7d9(0x14d)]())if(_0x4b0ce1[_0x5cb7d9(0xf2)]['id']==_0x4567e5['id']&&_0x5cb7d9(0x17c)==_0x4b0ce1[_0x5cb7d9(0xbd)]&&_0x4b0ce1[_0x5cb7d9(0x1a1)]==_0x22fc4f&&Pt(_0x4b0ce1,_0x9b52f0)&&(_0x16e07c(_0x4b0ce1[_0x5cb7d9(0xae)](),_0x46ae89)||_0x16e07c(_0x46ae89,_0x4b0ce1[_0x5cb7d9(0xae)]()))){for(const _0x1f2d12 of _0x46ae89)_0x4b0ce1[_0x5cb7d9(0x189)](_0x1f2d12);return _0x4b0ce1;}for(const {suggestion:_0x5d98ee,meta:_0x4bb399}of this[_0x5cb7d9(0x1ca)](_0x46ae89,_0x5cb7d9(0x17c))){if(!_0x4bb399[_0x5cb7d9(0x22c)])continue;if(!this[_0x5cb7d9(0x14f)]&&_0x4bb399[_0x5cb7d9(0x193)])continue;if(!Pt(_0x5d98ee,_0x9b52f0))continue;let _0x12b0de=!0x0;for(const _0x33b1d1 of _0x5d98ee[_0x5cb7d9(0xae)]())for(const _0x2c2b66 of _0x46ae89)if(!_0x33b1d1[_0x5cb7d9(0xde)](_0x2c2b66)){_0x12b0de=!0x1;break;}if(_0x12b0de)return _0x5d98ee;}const _0x35c9be=_0x315158(),_0x44d619=_0x4567e5['id'],_0x5afb1a=_0x5cb7d9(0x122)+_0x22fc4f,_0x5300ac=this[_0x5cb7d9(0x1c2)]({'id':_0x35c9be,'type':_0x5afb1a,'createdAt':new Date(),'authorId':_0x44d619,'attributes':_0x9b52f0});for(const _0x5f0ab9 of _0x46ae89)this[_0x5cb7d9(0x1e2)](_0x5afb1a,_0x35c9be,_0x44d619,_0x5f0ab9,_0x110fe5[_0x5cb7d9(0xc0)]());return _0x5300ac;}[_0x1b2acd(0x20a)](_0x5e5d6c,_0x4ccf1a,_0x4bf5fa=null,_0x5521d8={}){const _0x39284c=_0x1b2acd;if(_0x4bf5fa=_0x4bf5fa||Et(_0x4ccf1a),_0x5e5d6c[_0x39284c(0x16c)])return null;if(_0x39284c(0x21a)===this[_0x39284c(0x8f)]){const _0x563c5e=this[_0x39284c(0x1ee)][_0x39284c(0x171)](_0x39284c(0x182),_0x4bf5fa,_0x39284c(0x97));return this[_0x39284c(0x22d)](()=>_0x563c5e([_0x5e5d6c],_0x4ccf1a,_0x5521d8)),null;}const _0x14cbcb=this[_0x39284c(0xf8)][_0x39284c(0xb3)][_0x39284c(0xe1)](_0x39284c(0x120))['me'],_0x284a6a=[];if(_0x39284c(0x20e)!==this[_0x39284c(0x8f)]){for(const {suggestion:_0x11c485,meta:_0x3f5dd0}of this[_0x39284c(0x1ca)](_0x5e5d6c,_0x39284c(0x17c)))_0x3f5dd0[_0x39284c(0x22c)]&&!_0x3f5dd0[_0x39284c(0x149)]&&_0x284a6a[_0x39284c(0x1e1)](..._0x11c485[_0x39284c(0xae)]());}const _0x24ade0=function(_0x491a57,_0x5d0abf){const _0x160836=_0x39284c,_0x29aed9=[];for(const _0x42e436 of _0x5d0abf){const _0x3c9f83=_0x491a57[_0x160836(0xaa)](_0x42e436);_0x3c9f83&&_0x29aed9[_0x160836(0x1e1)](_0x3c9f83);}return _0x29aed9;}(_0x5e5d6c,_0x284a6a),_0x2ad7c6=function(_0x1af0c9,_0x553d7c){const _0x3c1186=_0x39284c,_0x37442d=[_0x1af0c9];for(const _0x229599 of _0x553d7c){let _0x136f2d=0x0;for(;_0x136f2d<_0x37442d[_0x3c1186(0x215)];){const _0x4a0411=_0x37442d[_0x136f2d][_0x3c1186(0x164)](_0x229599);_0x37442d[_0x3c1186(0x142)](_0x136f2d,0x1,..._0x4a0411),_0x136f2d+=_0x4a0411[_0x3c1186(0x215)];}}return _0x37442d;}(_0x5e5d6c,_0x284a6a);_0x24ade0[_0x39284c(0x215)]&&this[_0x39284c(0x1ef)][_0x39284c(0xe5)](()=>{const _0x3622d2=_0x39284c;for(const _0x53fc08 of _0x24ade0){const _0x54c2a0=this[_0x3622d2(0x1ee)][_0x3622d2(0x171)](_0x3622d2(0x182),_0x4bf5fa,_0x3622d2(0x97));this[_0x3622d2(0x22d)](()=>_0x54c2a0([_0x53fc08],_0x4ccf1a,_0x5521d8));}});for(const _0x206756 of _0x2ad7c6){let _0x4df57c=null,_0x22c5f7=_0x206756[_0x39284c(0xc4)],_0x2f7031=_0x206756[_0x39284c(0x1bc)];for(const {suggestion:_0x5444fe,meta:_0x393ae0}of this[_0x39284c(0x1ca)](_0x206756,_0x39284c(0x182))){if(!_0x393ae0[_0x39284c(0x22c)])continue;if(_0x5444fe[_0x39284c(0x1a1)]!=_0x4bf5fa)continue;if(!Pt(_0x5444fe,_0x5521d8))continue;const _0x46a104=_0x5444fe[_0x39284c(0x1fc)]();if(_0x46a104[_0x39284c(0xde)](_0x206756,!0x0))return null;_0x22c5f7=_0x22c5f7[_0x39284c(0x165)](_0x46a104[_0x39284c(0xc4)])?_0x22c5f7:_0x46a104[_0x39284c(0xc4)],_0x2f7031=_0x2f7031[_0x39284c(0xfc)](_0x46a104[_0x39284c(0x1bc)])?_0x2f7031:_0x46a104[_0x39284c(0x1bc)],_0x4df57c?_0x46a104[_0x39284c(0xc4)][_0x39284c(0x165)](_0x4df57c[_0x39284c(0x1fc)]()[_0x39284c(0xc4)])?(_0x4df57c[_0x39284c(0x1e8)](),_0x4df57c=_0x5444fe):_0x5444fe[_0x39284c(0x1e8)]():_0x4df57c=_0x5444fe;}const _0x290ea9=this[_0x39284c(0x1ef)][_0x39284c(0x221)](_0x22c5f7,_0x2f7031);if(_0x4df57c)this[_0x39284c(0x9d)](_0x4df57c,_0x290ea9);else{const _0x2b3e6b=_0x315158(),_0x594b42=_0x14cbcb['id'];this[_0x39284c(0x1c2)]({'id':_0x2b3e6b,'type':_0x39284c(0x21e)+_0x4bf5fa,'data':_0x4ccf1a,'createdAt':new Date(),'authorId':_0x594b42,'attributes':_0x5521d8}),this[_0x39284c(0x1e2)](_0x39284c(0x21e)+_0x4bf5fa,_0x2b3e6b,_0x594b42,_0x290ea9);}}return null;}[_0x1b2acd(0x154)](_0x26b993,_0xde0dc,_0x112188=[],_0x3880ea=null,_0x4a00a8={}){const _0x6818e9=_0x1b2acd;_0xde0dc[_0x6818e9(0x20c)]||(_0xde0dc[_0x6818e9(0x20c)]=_0xde0dc[_0x6818e9(0x163)]),_0xde0dc[_0x6818e9(0x1cd)]=_0x26b993['is'](_0x6818e9(0x101)),_0x3880ea=_0x3880ea||Et(_0xde0dc);const _0x11e691=_0x112188[_0x6818e9(0x131)](_0x20972d=>Ot(_0x20972d,this[_0x6818e9(0x1ef)])),_0x53f456=_0x26b993['is'](_0x6818e9(0x101))?_0x26b993:Ot(_0x26b993,this[_0x6818e9(0x1ef)]);if(_0x6818e9(0x21a)===this[_0x6818e9(0x8f)]){const _0x3de88c=this[_0x6818e9(0x1ee)][_0x6818e9(0x171)](_0x6818e9(0x1c0),_0x3880ea,_0x6818e9(0x97));return this[_0x6818e9(0x22d)](()=>_0x3de88c([_0x53f456],_0xde0dc,_0x4a00a8)),null;}_0x11e691[_0x6818e9(0x1e1)](_0x53f456);let _0xe50323=!0x0;for(const _0x4900d1 of _0x11e691)if(!this[_0x6818e9(0xd2)](_0x4900d1)){_0xe50323=!0x1;break;}if(_0xe50323&&_0x6818e9(0x20e)!==this[_0x6818e9(0x8f)]){const _0x48bd0a=this[_0x6818e9(0x1ee)][_0x6818e9(0x171)](_0x6818e9(0x1c0),_0x3880ea,_0x6818e9(0x97));return this[_0x6818e9(0x22d)](()=>_0x48bd0a([_0x53f456],_0xde0dc,_0x4a00a8)),null;}let _0x3e0ec3=null,_0x1f5d67=_0x53f456[_0x6818e9(0xc4)],_0x440775=_0x53f456[_0x6818e9(0x1bc)];for(const {suggestion:_0x5ec156,meta:_0x38ca28}of this[_0x6818e9(0x1ca)](_0x53f456,_0x6818e9(0x1c0))){if(!_0x38ca28[_0x6818e9(0x22c)])continue;if(_0x38ca28[_0x6818e9(0xf5)]||_0x38ca28[_0x6818e9(0x193)]||_0x38ca28[_0x6818e9(0x149)])continue;if(_0x5ec156[_0x6818e9(0x136)][_0x6818e9(0x20c)]!=_0xde0dc[_0x6818e9(0x20c)])continue;if(!Pt(_0x5ec156,_0x4a00a8))continue;const _0x3e0419=_0x5ec156[_0x6818e9(0x1fc)]();if(_0x5ec156[_0x6818e9(0x1a1)]==_0x3880ea){if(_0x3e0419[_0x6818e9(0xde)](_0x53f456,!0x0))return null;_0x1f5d67=_0x1f5d67[_0x6818e9(0x165)](_0x3e0419[_0x6818e9(0xc4)])?_0x1f5d67:_0x3e0419[_0x6818e9(0xc4)],_0x440775=_0x440775[_0x6818e9(0xfc)](_0x3e0419[_0x6818e9(0x1bc)])?_0x440775:_0x3e0419[_0x6818e9(0x1bc)],_0x3e0ec3?_0x3e0419[_0x6818e9(0xc4)][_0x6818e9(0x165)](_0x3e0ec3[_0x6818e9(0x1fc)]()[_0x6818e9(0xc4)])?(_0x3e0ec3[_0x6818e9(0x1e8)](),_0x3e0ec3=_0x5ec156):_0x5ec156[_0x6818e9(0x1e8)]():_0x3e0ec3=_0x5ec156;}else{const _0x44dc24=_0x53f456[_0x6818e9(0xaa)](_0x3e0419);this[_0x6818e9(0x187)](_0x5ec156,_0x44dc24);}}const _0x1fad4d=this[_0x6818e9(0xf8)][_0x6818e9(0xb3)][_0x6818e9(0xe1)](_0x6818e9(0x120))['me'],_0x3ca477=_0x315158(),_0x5428e1=_0x1fad4d['id'];if(_0x3e0ec3)return this[_0x6818e9(0x9d)](_0x3e0ec3,this[_0x6818e9(0x1ef)][_0x6818e9(0x221)](_0x1f5d67,_0x440775)),_0x3e0ec3;{const _0x4f87ad=this[_0x6818e9(0x1c2)]({'id':_0x3ca477,'type':_0x6818e9(0x173)+_0x3880ea,'data':_0xde0dc,'createdAt':new Date(),'authorId':_0x5428e1,'attributes':_0x4a00a8});return this[_0x6818e9(0x1e2)](_0x6818e9(0x173)+_0x3880ea,_0x3ca477,_0x5428e1,this[_0x6818e9(0x1ef)][_0x6818e9(0x221)](_0x1f5d67,_0x440775)),_0x4f87ad;}}[_0x1b2acd(0xf3)](_0x2f65d2,_0x12b6b1,_0x60f40b=[],_0x34afa7=null,_0x7e0bc1={}){const _0x485a33=_0x1b2acd;_0x12b6b1[_0x485a33(0x20c)]||(_0x12b6b1[_0x485a33(0x20c)]=_0x12b6b1[_0x485a33(0x163)]);const _0x1319b7=_0x2f65d2[0x0];_0x12b6b1[_0x485a33(0x1cd)]=_0x1319b7['is'](_0x485a33(0x101)),_0x34afa7=_0x34afa7||Et(_0x12b6b1);const _0xe3a5f0=_0x60f40b[_0x485a33(0x131)](_0x1a900b=>Ot(_0x1a900b,this[_0x485a33(0x1ef)])),_0x41d60b=_0x1319b7['is'](_0x485a33(0x101))?_0x2f65d2:_0x2f65d2[_0x485a33(0x131)](_0x19ff24=>Ot(_0x19ff24,this[_0x485a33(0x1ef)]));if(_0x485a33(0x21a)===this[_0x485a33(0x8f)]){const _0x17bc76=this[_0x485a33(0x1ee)][_0x485a33(0x171)](_0x485a33(0x1c0),_0x34afa7,_0x485a33(0x97));return this[_0x485a33(0x22d)](()=>_0x17bc76(_0x41d60b,_0x12b6b1,_0x7e0bc1)),null;}_0xe3a5f0[_0x485a33(0x1e1)](..._0x41d60b);let _0x4fdcfb=!0x0;for(const _0x54212e of _0xe3a5f0)if(!this[_0x485a33(0xd2)](_0x54212e)){_0x4fdcfb=!0x1;break;}if(_0x4fdcfb&&_0x485a33(0x20e)!==this[_0x485a33(0x8f)]){const _0xf89fdf=this[_0x485a33(0x1ee)][_0x485a33(0x171)](_0x485a33(0x1c0),_0x34afa7,_0x485a33(0x97));return this[_0x485a33(0x22d)](()=>_0xf89fdf(_0x41d60b,_0x12b6b1,_0x7e0bc1)),null;}const _0x2135de=this[_0x485a33(0xf8)][_0x485a33(0xb3)][_0x485a33(0xe1)](_0x485a33(0x120))['me'];for(const _0x318417 of this[_0x485a33(0x14d)]()){if(_0x318417[_0x485a33(0xf2)]['id']!=_0x2135de['id'])continue;if(_0x485a33(0x1c0)!=_0x318417[_0x485a33(0xbd)]||_0x318417[_0x485a33(0x136)][_0x485a33(0x20c)]!=_0x12b6b1[_0x485a33(0x20c)])continue;if(!Pt(_0x318417,_0x7e0bc1))continue;const _0x69521f=_0x318417[_0x485a33(0x1a1)]==_0x34afa7;for(let _0x9ab0a7=0x0;_0x9ab0a7<_0x41d60b[_0x485a33(0x215)];_0x9ab0a7++){const _0x467a56=_0x41d60b[_0x9ab0a7];for(const _0x2cfa80 of _0x318417[_0x485a33(0x1e0)]()){const _0xd3c89b=_0x2cfa80[_0x485a33(0x22e)]();if(_0x467a56[_0x485a33(0x100)](_0xd3c89b)){_0x69521f?(_0x41d60b[_0x485a33(0x142)](_0x9ab0a7,0x1),_0x9ab0a7--):_0x318417[_0x485a33(0x88)](_0x2cfa80[_0x485a33(0x13d)]);break;}}}}if(0x0==_0x41d60b[_0x485a33(0x215)])return null;const _0x4716e4=this[_0x485a33(0x1ee)][_0x485a33(0x171)](_0x485a33(0x1c0),_0x34afa7,_0x485a33(0x1e4));for(const _0x9d201d of this[_0x485a33(0x14d)]())if(_0x9d201d[_0x485a33(0xf2)]['id']==_0x2135de['id']&&_0x485a33(0x1c0)==_0x9d201d[_0x485a33(0xbd)]&&_0x9d201d[_0x485a33(0x136)][_0x485a33(0x20c)]==_0x12b6b1[_0x485a33(0x20c)]&&_0x9d201d[_0x485a33(0x1a1)]==_0x34afa7&&Pt(_0x9d201d,_0x7e0bc1)&&(_0x4716e4(_0x9d201d[_0x485a33(0xae)](),_0x41d60b)||_0x4716e4(_0x41d60b,_0x9d201d[_0x485a33(0xae)]()))){for(const _0x240da8 of _0x41d60b)_0x9d201d[_0x485a33(0x189)](_0x240da8);return _0x9d201d;}const _0x19f2a2=_0x315158(),_0x28e96a=_0x2135de['id'],_0x2a5316=_0x485a33(0x173)+_0x34afa7,_0x9063f3=this[_0x485a33(0x1c2)]({'id':_0x19f2a2,'type':_0x2a5316,'data':_0x12b6b1,'createdAt':new Date(),'authorId':_0x28e96a,'attributes':_0x7e0bc1});for(const _0x8d9888 of _0x41d60b)this[_0x485a33(0x1e2)](_0x2a5316,_0x19f2a2,_0x28e96a,_0x8d9888,_0x110fe5[_0x485a33(0xc0)]());return _0x9063f3;}[_0x1b2acd(0x1cb)](_0x1af61f,_0x27da7d=null,_0x408154={}){const _0x4bf39e=_0x1b2acd;if(_0x1af61f[_0x4bf39e(0x16c)])return null;const _0x57e725=this[_0x4bf39e(0xf8)][_0x4bf39e(0xb3)][_0x4bf39e(0xe1)](_0x4bf39e(0x120))['me'],_0x2e32e3=new _0xf986f(_0x1af61f[_0x4bf39e(0xc4)],_0x1af61f[_0x4bf39e(0x1bc)]);for(const {suggestion:_0x239dc6,meta:_0x5e5015}of this[_0x4bf39e(0x1ca)](_0x2e32e3,_0x4bf39e(0x17c)))if(_0x5e5015[_0x4bf39e(0x22c)]&&!_0x5e5015[_0x4bf39e(0xf5)]){if(_0x239dc6[_0x4bf39e(0xf4)]){const _0x12efdf=_0x239dc6[_0x4bf39e(0xae)]()[_0x4bf39e(0x174)](_0x1aa38e=>_0x4bf39e(0x1e5)!=_0x1aa38e[_0x4bf39e(0x226)][_0x4bf39e(0x220)]);_0x12efdf[_0x4bf39e(0x1a3)](_0x222644=>_0x2e32e3[_0x4bf39e(0xde)](_0x222644,!0x0))&&_0x239dc6[_0x4bf39e(0x19d)]();if(_0x12efdf[_0x4bf39e(0xd5)](_0x237bfa=>_0x237bfa[_0x4bf39e(0xde)](_0x2e32e3,!0x0))){const _0xda3b8e=this[_0x4bf39e(0x1ee)][_0x4bf39e(0x171)](_0x4bf39e(0x16b),_0x27da7d,_0x4bf39e(0x97));return this[_0x4bf39e(0x22d)](()=>_0xda3b8e([_0x2e32e3],null,_0x408154)),null;}}else{const _0x1cba66=_0x2e32e3[_0x4bf39e(0xaa)](_0x239dc6[_0x4bf39e(0x1fc)]());null!==_0x1cba66&&_0x239dc6[_0x4bf39e(0x8c)]([_0x1cba66],null,_0x408154);}}if(_0x2e32e3[_0x4bf39e(0xce)](),_0x2e32e3[_0x4bf39e(0x16c)]||_0x4bf39e(0x1e5)==_0x2e32e3[_0x4bf39e(0x226)][_0x4bf39e(0x220)])return null;let _0x1f2028=null,_0x223c8b=_0x2e32e3[_0x4bf39e(0xc4)],_0x416029=_0x2e32e3[_0x4bf39e(0x1bc)];const _0x32ba78=this[_0x4bf39e(0x1ca)](_0x2e32e3,_0x4bf39e(0x16b));for(const {suggestion:_0x28b617,meta:_0x518c55}of _0x32ba78){const _0x53ede8=this[_0x4bf39e(0x1ef)][_0x4bf39e(0x221)](_0x223c8b,_0x416029);if(_0x518c55[_0x4bf39e(0x22c)]&&(this[_0x4bf39e(0x14f)]||!_0x518c55[_0x4bf39e(0x193)]&&!_0x518c55[_0x4bf39e(0x149)])){if(_0x28b617[_0x4bf39e(0xf4)]){if(!Pt(_0x28b617,_0x408154))continue;let _0x281ea8=!0x0;for(const _0x182b6c of _0x28b617[_0x4bf39e(0xae)]()){if(_0x182b6c[_0x4bf39e(0xde)](_0x53ede8,!0x0))return _0x28b617;_0x53ede8[_0x4bf39e(0xde)](_0x182b6c)||(_0x281ea8=!0x1);}_0x281ea8&&_0x28b617[_0x4bf39e(0x19d)]();}else{const _0x113b38=_0x28b617[_0x4bf39e(0x1fc)]();if(_0x113b38[_0x4bf39e(0xde)](_0x53ede8,!0x0))return _0x28b617;if(!Pt(_0x28b617,_0x408154)){_0x53ede8[_0x4bf39e(0xde)](_0x113b38)?_0x28b617[_0x4bf39e(0x1e8)]():_0x113b38[_0x4bf39e(0x1ac)](_0x223c8b)?_0x223c8b=_0x113b38[_0x4bf39e(0x1bc)]:_0x113b38[_0x4bf39e(0x1ac)](_0x416029)&&(_0x416029=_0x113b38[_0x4bf39e(0xc4)]);continue;}_0x223c8b=_0x223c8b[_0x4bf39e(0x165)](_0x113b38[_0x4bf39e(0xc4)])?_0x223c8b:_0x113b38[_0x4bf39e(0xc4)],_0x416029=_0x416029[_0x4bf39e(0xfc)](_0x113b38[_0x4bf39e(0x1bc)])?_0x416029:_0x113b38[_0x4bf39e(0x1bc)],_0x408154=Object[_0x4bf39e(0x19f)]({},_0x28b617[_0x4bf39e(0x1ab)]),_0x1f2028?_0x113b38[_0x4bf39e(0xc4)][_0x4bf39e(0x165)](_0x1f2028[_0x4bf39e(0x1fc)]()[_0x4bf39e(0xc4)])?(_0x1f2028[_0x4bf39e(0x1e8)](),_0x1f2028=_0x28b617):_0x28b617[_0x4bf39e(0x1e8)]():_0x1f2028=_0x28b617;}}}if(_0x1f2028)return this[_0x4bf39e(0x9d)](_0x1f2028,this[_0x4bf39e(0x1ef)][_0x4bf39e(0x221)](_0x223c8b,_0x416029)),_0x1f2028;{const _0x7e6410=_0x315158(),_0x298d22=this[_0x4bf39e(0x1ef)][_0x4bf39e(0x221)](_0x223c8b,_0x416029),_0x1205b4=_0x57e725['id'],_0x2e7d71=_0x27da7d?_0x4bf39e(0xca)+_0x27da7d:_0x4bf39e(0x16b),_0x37c890=this[_0x4bf39e(0x1c2)]({'id':_0x7e6410,'type':_0x2e7d71,'createdAt':new Date(),'authorId':_0x1205b4,'attributes':_0x408154});return this[_0x4bf39e(0x1e2)](_0x2e7d71,_0x7e6410,_0x1205b4,_0x298d22),_0x37c890;}}[_0x1b2acd(0xf6)](_0x421ee2,_0x160956=_0x1b2acd(0x172),_0x135316={}){const _0x21ae93=_0x1b2acd,_0x138d39=this[_0x21ae93(0xf8)][_0x21ae93(0xb3)][_0x21ae93(0xe1)](_0x21ae93(0x120))['me'],_0x306a41=_0x421ee2[_0x21ae93(0x131)](_0x687fbf=>new _0xf986f(_0x687fbf[_0x21ae93(0xc4)],_0x687fbf[_0x21ae93(0x1bc)])),_0x3a38e0=new Set();for(const {suggestion:_0x3a8f25,meta:_0x2601a3}of this[_0x21ae93(0x1ca)](_0x306a41,_0x21ae93(0x17c)))_0x2601a3[_0x21ae93(0x22c)]&&!_0x2601a3[_0x21ae93(0xf5)]&&_0x3a38e0[_0x21ae93(0xc5)](_0x3a8f25);for(const _0x2be5f5 of _0x3a38e0)if(_0x2be5f5[_0x21ae93(0xf4)]){const _0x4125bb=_0x2be5f5[_0x21ae93(0xae)]();(!_0x2be5f5[_0x21ae93(0x1ab)]||!_0x2be5f5[_0x21ae93(0x1ab)][_0x21ae93(0x213)])&&(_0x4125bb[_0x21ae93(0x1a3)](_0x2ca8ff=>_0x306a41[_0x21ae93(0xd5)](_0x4444e5=>_0x4444e5[_0x21ae93(0xde)](_0x2ca8ff,!0x0)))&&_0x2be5f5[_0x21ae93(0x19d)]());if(_0x306a41[_0x21ae93(0x1a3)](_0x568f00=>_0x4125bb[_0x21ae93(0xd5)](_0x1b7e96=>_0x1b7e96[_0x21ae93(0xde)](_0x568f00,!0x0)))){const _0x135249=this[_0x21ae93(0x1ee)][_0x21ae93(0x171)](_0x21ae93(0x16b),_0x160956,_0x21ae93(0x97));return this[_0x21ae93(0x22d)](()=>_0x135249(_0x421ee2,null,_0x135316)),null;}}else{const _0x358e09=_0x2be5f5[_0x21ae93(0x1fc)]();_0x306a41[_0x21ae93(0xd5)](_0x241372=>_0x241372[_0x21ae93(0xde)](_0x358e09,!0x0))&&_0x2be5f5[_0x21ae93(0x19d)]();if(_0x306a41[_0x21ae93(0x1a3)](_0x5a6ff9=>_0x358e09[_0x21ae93(0xde)](_0x5a6ff9,!0x0))){const _0x539b2e=this[_0x21ae93(0x1ee)][_0x21ae93(0x171)](_0x21ae93(0x16b),_0x160956,_0x21ae93(0x97));return this[_0x21ae93(0x22d)](()=>_0x539b2e(_0x306a41,null,_0x135316)),null;}}const _0x4b7fbc=this[_0x21ae93(0x1ee)][_0x21ae93(0x171)](_0x21ae93(0x16b),_0x160956,_0x21ae93(0x1e4));let _0x51c853=null;for(const _0x57219c of this[_0x21ae93(0x14d)]())if(_0x57219c[_0x21ae93(0xf2)]['id']==_0x138d39['id']&&_0x57219c[_0x21ae93(0x10d)]&&_0x21ae93(0x16b)==_0x57219c[_0x21ae93(0xbd)]&&_0x57219c[_0x21ae93(0x1a1)]==_0x160956&&Pt(_0x57219c,_0x135316)&&(_0x4b7fbc(_0x57219c[_0x21ae93(0xae)](),_0x306a41)||_0x4b7fbc(_0x306a41,_0x57219c[_0x21ae93(0xae)]()))){if(_0x51c853){if(_0x57219c[_0x21ae93(0x11a)]&&_0x57219c[_0x21ae93(0x11a)][_0x21ae93(0x215)])continue;for(const _0x5034f7 of _0x57219c[_0x21ae93(0xae)]())_0x51c853[_0x21ae93(0x11c)](_0x5034f7)||_0x51c853[_0x21ae93(0x189)](_0x5034f7);_0x57219c[_0x21ae93(0x1e8)]();}else{_0x51c853=_0x57219c;for(const _0x43f8fe of _0x306a41)_0x57219c[_0x21ae93(0x11c)](_0x43f8fe)||_0x57219c[_0x21ae93(0x189)](_0x43f8fe);}}if(_0x51c853)return _0x51c853;_0x3a38e0[_0x21ae93(0x157)]();for(const {suggestion:_0x2a6feb,meta:_0x5de3ea}of this[_0x21ae93(0x1ca)](_0x306a41,_0x21ae93(0x16b)))_0x5de3ea[_0x21ae93(0x22c)]&&(this[_0x21ae93(0x14f)]||!_0x5de3ea[_0x21ae93(0x193)]&&!_0x5de3ea[_0x21ae93(0x149)])&&Pt(_0x2a6feb,_0x135316)&&_0x3a38e0[_0x21ae93(0xc5)](_0x2a6feb);for(const _0x482e8a of _0x3a38e0){const _0x2628ec=_0x482e8a[_0x21ae93(0xae)]();if(!_0x135316||!_0x135316[_0x21ae93(0x213)]){if(_0x306a41[_0x21ae93(0x1a3)](_0x3135e4=>_0x2628ec[_0x21ae93(0xd5)](_0x3b82b8=>_0x3b82b8[_0x21ae93(0xde)](_0x3135e4,!0x0))))return _0x482e8a;}(!_0x482e8a[_0x21ae93(0x1ab)]||!_0x482e8a[_0x21ae93(0x1ab)][_0x21ae93(0x213)])&&(_0x2628ec[_0x21ae93(0x1a3)](_0x3181e5=>_0x306a41[_0x21ae93(0xd5)](_0x295565=>_0x295565[_0x21ae93(0xde)](_0x3181e5,!0x0)))&&_0x482e8a[_0x21ae93(0x19d)]());}const _0x1d6690=_0x315158(),_0x4a44d9=_0x138d39['id'],_0xad0699=_0x21ae93(0xca)+_0x160956,_0x3639ca=this[_0x21ae93(0x1c2)]({'id':_0x1d6690,'type':_0xad0699,'createdAt':new Date(),'authorId':_0x4a44d9,'attributes':_0x135316});for(const _0x4b2d06 of _0x306a41)_0x4b2d06[_0x21ae93(0xce)](),_0x4b2d06[_0x21ae93(0x16c)]||_0x21ae93(0x1e5)==_0x4b2d06[_0x21ae93(0x226)][_0x21ae93(0x220)]||this[_0x21ae93(0x1e2)](_0xad0699,_0x1d6690,_0x4a44d9,_0x4b2d06,_0x110fe5[_0x21ae93(0xc0)]());return _0x3639ca;}[_0x1b2acd(0x133)](_0x1daa72,_0x43d291,_0x594180,_0x59c2eb,_0x13a0af){const _0x2fb67a=_0x1b2acd;if(_0x1daa72[_0x2fb67a(0x16c)])return[];if(_0x2fb67a(0x21a)===this[_0x2fb67a(0x8f)])return[];const _0x20b3db=this[_0x2fb67a(0xf8)][_0x2fb67a(0xb3)][_0x2fb67a(0xe1)](_0x2fb67a(0x120))['me']['id'],_0x329b9c=Array[_0x2fb67a(0x200)](this[_0x2fb67a(0x1bd)][_0x2fb67a(0xb6)]())[_0x2fb67a(0x174)](_0x598ce9=>_0x2fb67a(0x9a)==_0x598ce9[_0x2fb67a(0xbd)]&&_0x598ce9[_0x2fb67a(0x136)][_0x2fb67a(0x1f9)]==_0x43d291&&_0x598ce9[_0x2fb67a(0x11c)](_0x1daa72));if(_0x2fb67a(0x21d)===this[_0x2fb67a(0x8f)]){const _0x300ea1=this[_0x2fb67a(0x1ca)](_0x1daa72,_0x2fb67a(0x17c))[_0x2fb67a(0x174)](({meta:_0x37bd35})=>_0x37bd35[_0x2fb67a(0x22c)]&&!_0x37bd35[_0x2fb67a(0x149)]&&!_0x37bd35[_0x2fb67a(0xf5)])[_0x2fb67a(0x131)](({suggestion:_0x187810})=>_0x187810);_0x329b9c[_0x2fb67a(0x177)](..._0x300ea1);}const _0x42fcc6=new Map([[_0x1daa72,_0x594180]]);for(const _0x1b45cc of _0x329b9c){const _0x1b2aa2=_0x2fb67a(0x9a)==_0x1b45cc[_0x2fb67a(0xbd)]?_0x1b45cc[_0x2fb67a(0x136)][_0x2fb67a(0xb5)]:void 0x0,_0x5ee834=_0x1b45cc[_0x2fb67a(0x1fc)](),_0x4a60c7=Array[_0x2fb67a(0x200)](_0x42fcc6[_0x2fb67a(0x199)]())[_0x2fb67a(0x12f)](_0xd1c5b1=>_0xd1c5b1[_0x2fb67a(0xe0)](_0x5ee834));if(!_0x4a60c7)continue;const _0x43d724=_0x4a60c7[_0x2fb67a(0x164)](_0x5ee834);this[_0x2fb67a(0x140)](_0x43d291)&&_0x2fb67a(0x17c)==_0x1b45cc[_0x2fb67a(0xbd)]&&0x0!=_0x43d724[_0x2fb67a(0x215)]||(_0x42fcc6[_0x2fb67a(0x104)](_0x4a60c7),_0x43d724[_0x2fb67a(0xd3)](_0x10281d=>{const _0x1b64f5=_0x2fb67a;_0x42fcc6[_0x1b64f5(0x109)](_0x10281d,_0x594180);}),_0x2fb67a(0x17c)!=_0x1b45cc[_0x2fb67a(0xbd)]&&_0x1b2aa2!=_0x59c2eb&&_0x42fcc6[_0x2fb67a(0x109)](_0x4a60c7[_0x2fb67a(0xaa)](_0x5ee834),_0x1b2aa2));}const _0x1cfea4=[];for(const [_0x54d8d8,_0x1c462a]of _0x42fcc6){const _0x45a131=_0x315158(),_0x47e3eb={'key':_0x43d291,'oldValue':_0x1c462a,'newValue':_0x59c2eb};_0x43d291[_0x2fb67a(0x215)]>0x25&&console[_0x2fb67a(0x184)](_0x2fb67a(0xe2),{'key':_0x43d291});const _0x48594a=(_0x2fb67a(0x232)+(_0x43d291+'|'+Et({'newValue':_0x59c2eb})))[_0x2fb67a(0x1fd)](0x0,0x3c),_0x2331fa=this[_0x2fb67a(0x1c2)]({'id':_0x45a131,'type':_0x48594a,'data':_0x47e3eb,'createdAt':new Date(),'authorId':_0x20b3db,'attributes':_0x13a0af});_0x1cfea4[_0x2fb67a(0x1e1)](_0x2331fa),this[_0x2fb67a(0x1e2)](_0x48594a,_0x45a131,_0x20b3db,_0x54d8d8);}return _0x1cfea4;}[_0x1b2acd(0x1c1)](_0x3ce71f){const _0x484eb6=_0x1b2acd;this[_0x484eb6(0x155)][_0x484eb6(0xc5)](_0x3ce71f);}[_0x1b2acd(0x217)](_0x52ac76){const _0x177697=_0x1b2acd;this[_0x177697(0x19e)][_0x177697(0xc5)](_0x52ac76);}[_0x1b2acd(0xd0)](_0x55f5a6,_0x84d369=[],_0xc241a8=[]){const _0x29e0fe=_0x1b2acd;this[_0x29e0fe(0x17f)](_0x55f5a6,(_0x5af595,..._0x1fbf05)=>{const _0x119fef=_0x29e0fe;this[_0x119fef(0xea)](()=>{_0x5af595(..._0x1fbf05);});});for(const _0x3e802c of _0x84d369)this[_0x29e0fe(0x217)](_0x3e802c);for(const _0x5a6e75 of _0xc241a8)this[_0x29e0fe(0x1c1)](_0x5a6e75);}[_0x1b2acd(0x1cc)](_0x1debd9){const _0x47f8f9=_0x1b2acd;return _0x47f8f9(0x9a)==_0x1debd9[_0x47f8f9(0xbd)]?_0x1debd9[_0x47f8f9(0x1a1)][_0x47f8f9(0x1fe)]('|')[0x0]:null;}[_0x1b2acd(0x9d)](_0x5da487,_0x306c79){const _0x1a901c=_0x1b2acd,_0x1bba2d=_0x5da487[_0x1a901c(0x1d7)]();this[_0x1a901c(0x1ef)][_0x1a901c(0xe5)](_0x4345d1=>{const _0x3e96bb=_0x1a901c;_0x4345d1[_0x3e96bb(0x185)](_0x1bba2d,{'range':_0x306c79});});}[_0x1b2acd(0x1c6)](_0x41f83b){const _0x3241dd=_0x1b2acd,_0x242ae9=_0x41f83b['id'],_0x27b262=this[_0x3241dd(0xf8)][_0x3241dd(0x168)][_0x3241dd(0xe1)](_0x3241dd(0x90));this[_0x3241dd(0x15b)][_0x3241dd(0xcd)](_0x242ae9)||this[_0x3241dd(0x15b)][_0x3241dd(0x9f)]({'channelId':_0x27b262,'threadId':_0x242ae9,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x29063d=this[_0x3241dd(0x15b)][_0x3241dd(0x1be)](_0x242ae9);_0x29063d[_0x3241dd(0x11b)](_0x3241dd(0x19a)),_0x29063d[_0x3241dd(0x19a)]=!0x1,_0x41f83b[_0x3241dd(0x11a)]=_0x29063d;}[_0x1b2acd(0xb0)](_0x14311e,_0xd5f584,_0x2ed886,_0x431cb2){const _0x222660=_0x1b2acd;if(_0x14311e[_0x222660(0xbd)]!=_0xd5f584||_0x14311e[_0x222660(0x1a1)]!=_0x2ed886||_0x14311e[_0x222660(0x15d)]['id']!=_0x431cb2)throw this[_0x222660(0xf8)][_0x222660(0x229)](_0x222660(0x227)),new _0x35b78f(_0x222660(0x227),this);}[_0x1b2acd(0x187)](_0x259275,_0x376f33){const _0x507d3b=_0x1b2acd,_0x5a7cd3=_0x259275[_0x507d3b(0x1fc)]();if(_0x376f33[_0x507d3b(0x100)](_0x5a7cd3))_0x259275[_0x507d3b(0x1e8)]();else{if(_0x5a7cd3[_0x507d3b(0xde)](_0x376f33)){const _0x22670c=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0xc4)][_0x507d3b(0x1ea)],_0x507d3b(0x1bc));this[_0x507d3b(0x9d)](_0x259275,this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x5a7cd3[_0x507d3b(0xc4)],_0x22670c));const _0x2fdb0d=_0x315158(),_0x20256e=_0x259275[_0x507d3b(0x15d)]['id'],_0x437da5=_0x259275[_0x507d3b(0xbd)]+':'+_0x259275[_0x507d3b(0x1a1)];this[_0x507d3b(0x1c2)]({'id':_0x2fdb0d,'type':_0x437da5,'createdAt':new Date(),'authorId':_0x20256e,'data':_0x259275[_0x507d3b(0x136)],'attributes':_0x259275[_0x507d3b(0x1ab)]});const _0x2b9d78=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0x1bc)][_0x507d3b(0x19c)],_0x507d3b(0x9b)),_0x120362=this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x2b9d78,_0x5a7cd3[_0x507d3b(0x1bc)]);this[_0x507d3b(0x1e2)](_0x437da5,_0x2fdb0d,_0x20256e,_0x120362);}else{if(_0x5a7cd3[_0x507d3b(0x1ac)](_0x376f33[_0x507d3b(0xc4)])){const _0x4ea4e1=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0xc4)][_0x507d3b(0x1ea)],_0x507d3b(0x1bc));this[_0x507d3b(0x9d)](_0x259275,this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x5a7cd3[_0x507d3b(0xc4)],_0x4ea4e1));}else{const _0x46d7c4=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0x1bc)][_0x507d3b(0x19c)],_0x507d3b(0x9b));this[_0x507d3b(0x9d)](_0x259275,this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x46d7c4,_0x5a7cd3[_0x507d3b(0x1bc)]));}}}}[_0x1b2acd(0xd2)](_0x371b8c){const _0x110811=_0x1b2acd;for(const {suggestion:_0x10b53f,meta:_0x28749b}of this[_0x110811(0x1ca)](_0x371b8c,_0x110811(0x17c))){if(!_0x28749b[_0x110811(0x22c)])continue;const _0x33a086=_0x10b53f[_0x110811(0xae)]();for(const _0xdb0830 of _0x33a086)if(!_0x371b8c[_0x110811(0x164)](_0xdb0830)[_0x110811(0x215)])return!0x0;}return!0x1;}[_0x1b2acd(0xcf)](_0x2c3016){const _0x434afd=_0x1b2acd,_0x1dd869=this[_0x434afd(0xf8)][_0x434afd(0xb3)][_0x434afd(0xe1)](_0x434afd(0x120))[_0x434afd(0x1a2)](_0x2c3016);if(!_0x1dd869)throw new _0x35b78f(_0x434afd(0xd6),this);return _0x1dd869;}[_0x1b2acd(0x159)](_0x1ab4a6){const _0x41eaf2=_0x1b2acd,_0x3882d8=this[_0x41eaf2(0xf8)][_0x41eaf2(0xb3)][_0x41eaf2(0xe1)](_0x41eaf2(0x120)),_0x104870=_0x49ce9d(_0x41eaf2(0x18c)+_0x1ab4a6),_0x4263f1=_0x3882d8[_0x41eaf2(0x1a2)](_0x104870);return _0x4263f1||_0x3882d8[_0x41eaf2(0x1e6)]({'id':_0x104870,'name':_0x1ab4a6});}[_0x1b2acd(0x1a9)](_0x52dec0,_0x26fcc8,_0x29005f,_0x49e779,_0x294912){const _0x1b97c1=_0x1b2acd,_0x5df68d=this[_0x1b97c1(0xcf)](_0x49e779),_0x2a0573=this[_0x1b97c1(0x1ee)][_0x1b97c1(0x1ba)](_0x52dec0,_0x26fcc8,_0x29005f,_0x5df68d,_0x294912,_0xd93bf6=>{const _0x3ef537=_0x1b97c1;this[_0x3ef537(0xe8)](_0x29005f,{'attributes':_0xd93bf6});const _0x335d3a=this[_0x3ef537(0x1fa)](_0x29005f);this[_0x3ef537(0x1f5)](new Set([_0x335d3a])),this[_0x3ef537(0xd8)](new Set([_0x335d3a]));});return this[_0x1b97c1(0x130)](_0x2a0573,_0x1b97c1(0x97),()=>{const _0x54b974=_0x1b97c1;this[_0x54b974(0xe8)](_0x29005f,{'state':_0x54b974(0x22a)});},{'priority':_0x1b97c1(0x204)}),this[_0x1b97c1(0x130)](_0x2a0573,_0x1b97c1(0x19d),()=>{const _0x167ab5=_0x1b97c1;this[_0x167ab5(0xe8)](_0x29005f,{'state':_0x167ab5(0x17e)});},{'priority':_0x1b97c1(0x204)}),this[_0x1b97c1(0x1bd)][_0x1b97c1(0x109)](_0x29005f,_0x2a0573),this[_0x1b97c1(0x1a6)][_0x1b97c1(0x109)](_0x2a0573,_0x1b97c1(0x162)),_0x2a0573;}[_0x1b2acd(0x214)](_0x22c3fa){const _0x528713=_0x1b2acd,_0x1cfc76=_0x22c3fa[_0x528713(0x1fe)](':');return{'group':_0x1cfc76[0x0],'type':_0x1cfc76[0x1],'subType':_0x1cfc76[_0x528713(0x215)]>=0x5?_0x1cfc76[0x2]:null,'id':_0x1cfc76[_0x528713(0x215)]<0x5?_0x1cfc76[0x2]:_0x1cfc76[0x3],'authorId':_0x1cfc76[_0x528713(0x215)]<0x5?_0x1cfc76[0x3]:_0x1cfc76[0x4],'markerCount':0x6==_0x1cfc76[_0x528713(0x215)]?_0x1cfc76[0x5]:null};}[_0x1b2acd(0x1a7)](_0x3c699a,_0x275463,_0x19f383){const _0x1b23e1=_0x1b2acd,_0x251b78=_0x3c699a[_0x1b23e1(0x1fc)](),_0x553559=_0x251b78[_0x1b23e1(0xc4)],_0x1c2625=_0x251b78[_0x1b23e1(0x1bc)];this[_0x1b23e1(0x9d)](_0x3c699a,this[_0x1b23e1(0x1ef)][_0x1b23e1(0x221)](_0x553559,_0x275463));const _0x2e483d=_0x315158(),_0x1c6c2a=_0x3c699a[_0x1b23e1(0x15d)]['id'],_0x15cdd4=_0x3c699a[_0x1b23e1(0xbd)]+(_0x3c699a[_0x1b23e1(0x1a1)]?':'+_0x3c699a[_0x1b23e1(0x1a1)]:'');this[_0x1b23e1(0x1c2)]({'id':_0x2e483d,'type':_0x15cdd4,'createdAt':new Date(),'authorId':_0x1c6c2a,'originalSuggestionId':_0x3c699a['id'],'attributes':_0x3c699a[_0x1b23e1(0x1ab)],'data':_0x3c699a[_0x1b23e1(0x136)]});const _0x26825e=this[_0x1b23e1(0x1cc)](_0x3c699a);(_0x1b23e1(0x1c0)==_0x3c699a[_0x1b23e1(0xbd)]||_0x26825e&&this[_0x1b23e1(0x140)](_0x26825e))&&(_0x19f383=this[_0x1b23e1(0x1ef)][_0x1b23e1(0xe7)](_0x19f383[_0x1b23e1(0x19c)])),this[_0x1b23e1(0x1e2)](_0x15cdd4,_0x2e483d,_0x1c6c2a,this[_0x1b23e1(0x1ef)][_0x1b23e1(0x221)](_0x19f383,_0x1c2625));}[_0x1b2acd(0x1ca)](_0x3f4002,_0x6468f=null){const _0x36840a=_0x1b2acd,_0x32e10f=[],_0x44a08e=this[_0x36840a(0xf8)][_0x36840a(0xb3)][_0x36840a(0xe1)](_0x36840a(0x120))['me'];Array[_0x36840a(0x137)](_0x3f4002)||(_0x3f4002=[_0x3f4002]);for(const _0x1704b8 of this[_0x36840a(0x14d)]()){if(!_0x1704b8[_0x36840a(0x10d)])continue;if(_0x6468f&&_0x1704b8[_0x36840a(0xbd)]!=_0x6468f)continue;let _0xc20409=!0x1;for(const _0x2f82cd of _0x1704b8[_0x36840a(0xae)]()){for(const _0x475052 of _0x3f4002){const _0x42e254=_0x475052[_0x36840a(0xc4)][_0x36840a(0x100)](_0x2f82cd[_0x36840a(0x1bc)])||_0x475052[_0x36840a(0x1bc)][_0x36840a(0x100)](_0x2f82cd[_0x36840a(0xc4)]);if(_0x42e254||_0x475052[_0x36840a(0xaa)](_0x2f82cd)){const _0x120b27=_0x475052[_0x36840a(0xde)](_0x2f82cd)&&xt(this[_0x36840a(0x1ef)][_0x36840a(0x1d8)],_0x2f82cd[_0x36840a(0xc4)],_0x475052),_0xf976fd=_0x2f82cd[_0x36840a(0xde)](_0x475052)&&xt(this[_0x36840a(0x1ef)][_0x36840a(0x1d8)],_0x475052[_0x36840a(0xc4)],_0x2f82cd);_0x32e10f[_0x36840a(0x1e1)]({'suggestion':_0x1704b8,'meta':{'isOwn':_0x44a08e==_0x1704b8[_0x36840a(0xf2)],'isNextTo':_0x42e254,'isInsideObject':_0x120b27,'containsRangeInObject':_0xf976fd}}),_0xc20409=!0x0;break;}}if(_0xc20409)break;}}return _0x32e10f;}[_0x1b2acd(0x1e2)](_0x1bc879,_0x14ce76,_0x22a035,_0x154a3f,_0x2643d2){const _0x37a26c=_0x1b2acd;this[_0x37a26c(0x1ef)][_0x37a26c(0xe5)](_0x140a76=>{const _0x11887a=_0x37a26c;let _0x54251f=_0x11887a(0x13c)+_0x1bc879+':'+_0x14ce76+':'+_0x22a035;_0x2643d2&&(_0x54251f=_0x54251f+':'+_0x2643d2),_0x140a76[_0x11887a(0x11f)](_0x54251f,{'range':_0x154a3f,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1b2acd(0x158)](_0x6210fc){const _0x2be3c8=_0x1b2acd,_0x514d08=_0x6210fc[_0x2be3c8(0x95)],_0x299133=_0x6210fc[_0x2be3c8(0x1d5)];_0x6210fc[_0x2be3c8(0x95)]=null,_0x6210fc[_0x2be3c8(0x1d5)]=null,null!=_0x514d08&&_0x514d08[_0x2be3c8(0x1d5)]==_0x6210fc&&(_0x514d08[_0x2be3c8(0x1d5)]=_0x299133),null!=_0x299133&&_0x299133[_0x2be3c8(0x95)]==_0x6210fc&&(_0x299133[_0x2be3c8(0x95)]=_0x514d08),_0x2be3c8(0x10a)==this[_0x2be3c8(0x1a6)][_0x2be3c8(0xe1)](_0x6210fc)&&(this[_0x2be3c8(0x1a6)][_0x2be3c8(0x109)](_0x6210fc,_0x2be3c8(0xff)),this[_0x2be3c8(0x20b)](_0x2be3c8(0x108),_0x6210fc,_0x514d08,_0x299133));}[_0x1b2acd(0x1c2)](_0x1a52ed){const _0x46c767=_0x1b2acd,_0x14ba81=_0x1a52ed['id'],_0x1f6326=this[_0x46c767(0xfa)](_0x1a52ed);if(this[_0x46c767(0x1de)]&&this[_0x46c767(0x1de)][_0x46c767(0x207)]){const _0xe0ce55=this[_0x46c767(0xf8)][_0x46c767(0xb3)][_0x46c767(0xe1)](_0x46c767(0x15f)),_0x595925=_0x1f6326[_0x46c767(0x1e3)],_0x128b10=_0x1f6326[_0x46c767(0x1a1)]?_0x1f6326[_0x46c767(0xbd)]+':'+_0x1f6326[_0x46c767(0x1a1)]:_0x1f6326[_0x46c767(0xbd)],_0x256fea=this[_0x46c767(0xf8)][_0x46c767(0x13e)],_0x3d16a7=_0xe0ce55[_0x46c767(0xc5)](_0x17a44f(_0x256fea,_0x46c767(0x1f8))),_0x1f6007={'id':_0x14ba81,'type':_0x128b10,'hasComments':_0x595925,'data':_0x1a52ed[_0x46c767(0x136)]||null,'originalSuggestionId':_0x1a52ed[_0x46c767(0x233)]||null,'attributes':_0x1f6326[_0x46c767(0x1ab)]};this[_0x46c767(0x1de)][_0x46c767(0x207)](_0x1f6007)[_0x46c767(0x1d3)](_0x255473=>{const _0x79c5ec=_0x46c767;_0x1f6326[_0x79c5ec(0x8b)]=!0x0,_0xe0ce55[_0x79c5ec(0x134)](_0x3d16a7),_0x255473&&_0x255473[_0x79c5ec(0x1a8)]&&(this[_0x79c5ec(0x1bd)][_0x79c5ec(0xe1)](_0x14ba81)[_0x79c5ec(0x1a8)]=_0x255473[_0x79c5ec(0x1a8)]);})[_0x46c767(0x201)](_0x727bdb=>{const _0x33c0a9=_0x46c767;throw _0x57c9ad(_0x33c0a9(0x1b0)),this[_0x33c0a9(0xf8)][_0x33c0a9(0x1ae)][_0x33c0a9(0x15a)]({'isUndoable':!0x1},()=>{const _0x48740c=_0x33c0a9;_0x1f6326[_0x48740c(0x19d)]();}),_0x1f6326[_0x33c0a9(0xac)](),this[_0x33c0a9(0x1bd)][_0x33c0a9(0x104)](_0x1f6326['id']),this[_0x33c0a9(0x1a6)][_0x33c0a9(0x104)](_0x1f6326),_0x727bdb;});}return _0x1f6326;}[_0x1b2acd(0x140)](_0x1a64e7){const _0x42d854=_0x1b2acd;return this[_0x42d854(0x155)][_0x42d854(0x1b8)](_0x1a64e7);}[_0x1b2acd(0xe8)](_0xe61f4a,_0x30b96c){const _0x476d29=_0x1b2acd,_0x401cb3=this[_0x476d29(0xf8)][_0x476d29(0xb3)][_0x476d29(0xe1)](_0x476d29(0x15f)),_0x2ef783=this[_0x476d29(0x1fa)](_0xe61f4a);if(this[_0x476d29(0x1de)]&&this[_0x476d29(0x1de)][_0x476d29(0xd1)]){if(_0x2ef783[_0x476d29(0x8b)]){const _0x2bb1ca=_0x401cb3[_0x476d29(0xc5)](_0x17a44f(this[_0x476d29(0xf8)][_0x476d29(0x13e)],_0x476d29(0x1f8)));this[_0x476d29(0x1de)][_0x476d29(0xd1)](_0xe61f4a,_0x30b96c)[_0x476d29(0x1d3)](()=>{const _0x227e8e=_0x476d29;_0x401cb3[_0x227e8e(0x134)](_0x2bb1ca);});}else _0x2ef783['on'](_0x476d29(0x1cf),()=>{const _0x2e88c6=_0x476d29;this[_0x2e88c6(0xe8)](_0xe61f4a,_0x30b96c);});}}[_0x1b2acd(0x160)](_0x47717c){const _0x5857b7=_0x1b2acd;if(!this[_0x5857b7(0x1de)]||!this[_0x5857b7(0x1de)][_0x5857b7(0x1fa)])throw new _0x35b78f(_0x5857b7(0x1f1),this);return this[_0x5857b7(0x1de)][_0x5857b7(0x1fa)](_0x47717c);}[_0x1b2acd(0x167)](_0x898263){const _0x2e481a=_0x1b2acd,{id:_0x555b15,type:_0x394d02,subType:_0x59e48c,authorId:_0xd0c670}=this[_0x2e481a(0x214)](_0x898263),_0x1b8166=this[_0x2e481a(0x1bd)][_0x2e481a(0xe1)](_0x555b15)||this[_0x2e481a(0x1a9)](_0x394d02,_0x59e48c,_0x555b15,_0xd0c670,{});switch(this[_0x2e481a(0xb0)](_0x1b8166,_0x394d02,_0x59e48c,_0xd0c670),this[_0x2e481a(0x1a6)][_0x2e481a(0xe1)](_0x1b8166)){case _0x2e481a(0x162):this[_0x2e481a(0x160)](_0x555b15)[_0x2e481a(0x1d3)](_0x4a205a=>{const _0x20f7c3=_0x2e481a;let _0x2033be=Promise[_0x20f7c3(0x203)]();_0x4a205a[_0x20f7c3(0x1e3)]&&(_0x2033be=this[_0x20f7c3(0x15b)][_0x20f7c3(0x12d)]({'channelId':this[_0x20f7c3(0xf8)][_0x20f7c3(0x168)][_0x20f7c3(0xe1)](_0x20f7c3(0x90)),'threadId':_0x555b15})),_0x2033be[_0x20f7c3(0x1d3)](()=>{const _0x2e7048=_0x20f7c3;this[_0x2e7048(0xfa)](_0x4a205a)[_0x2e7048(0x8b)]=!0x0;});}),this[_0x2e481a(0x1a6)][_0x2e481a(0x109)](_0x1b8166,_0x2e481a(0x20f));break;case _0x2e481a(0xff):this[_0x2e481a(0xe8)](_0x555b15,{'state':_0x2e481a(0x9c)});case _0x2e481a(0x10f):this[_0x2e481a(0x1a6)][_0x2e481a(0x109)](_0x1b8166,_0x2e481a(0x10a)),this[_0x2e481a(0x20b)](_0x2e481a(0x175),_0x1b8166);break;case _0x2e481a(0x10a):this[_0x2e481a(0x20b)](_0x2e481a(0xcb),_0x1b8166);}return _0x1b8166[_0x2e481a(0xa4)](_0x898263),_0x1b8166;}[_0x1b2acd(0xd8)](_0x16b8c5){const _0x552df6=_0x1b2acd,_0x4d03b1=Array[_0x552df6(0x200)](_0x16b8c5),_0x3898e3=_0x4d03b1[_0x552df6(0x174)](_0x1b85cd=>_0x552df6(0x9a)==_0x1b85cd[_0x552df6(0xbd)]);this[_0x552df6(0x151)](_0x3898e3);const _0x56ec6d=_0x4d03b1[_0x552df6(0x174)](_0x2682c0=>!_0x2682c0[_0x552df6(0xf4)]&&_0x552df6(0x9a)!=_0x2682c0[_0x552df6(0xbd)]),_0x11b5a6=this[_0x552df6(0x14d)]({'skipNotAttached':!0x0})[_0x552df6(0x174)](_0x72185a=>!_0x72185a[_0x552df6(0xf4)]&&_0x552df6(0x9a)!=_0x72185a[_0x552df6(0xbd)]),_0x34e27e=_0x11b5a6[_0x552df6(0x174)](_0x3ca576=>!_0x16b8c5[_0x552df6(0x1b8)](_0x3ca576)),_0x1093d7=new Map(_0x11b5a6[_0x552df6(0x131)](_0x36eaec=>[_0x36eaec,this[_0x552df6(0x1ee)][_0x552df6(0x171)](_0x36eaec[_0x552df6(0xbd)],_0x36eaec[_0x552df6(0x1a1)],_0x552df6(0x110))])),_0x4c6f6f=new Map(_0x11b5a6[_0x552df6(0x131)](_0x242e38=>[_0x242e38,_0x242e38[_0x552df6(0x1fc)]()])),_0x1bdff3=new Set(),_0x69938f=new Set();for(let _0x1e5939=0x0;_0x1e5939<_0x56ec6d[_0x552df6(0x215)];_0x1e5939++)_0x11c9b9(_0x56ec6d[_0x1e5939],_0x56ec6d,_0x1e5939+0x1);for(let _0xd53358=0x0;_0xd53358<_0x56ec6d[_0x552df6(0x215)];_0xd53358++)_0x11c9b9(_0x56ec6d[_0xd53358],_0x34e27e,0x0);const _0x3956ad=new Set();for(let _0x3f9714=0x0;_0x3f9714<_0x56ec6d[_0x552df6(0x215)];_0x3f9714++){const _0x3f74ad=_0x56ec6d[_0x3f9714];!_0x69938f[_0x552df6(0x1b8)](_0x3f74ad)&&_0x3f74ad[_0x552df6(0x95)]&&(_0x3956ad[_0x552df6(0xc5)](_0x3f74ad[_0x552df6(0x95)]),_0x3f74ad[_0x552df6(0x95)][_0x552df6(0x1d5)]===_0x3f74ad&&(_0x3f74ad[_0x552df6(0x95)][_0x552df6(0x1d5)]=null),_0x3f74ad[_0x552df6(0x95)]=null),!_0x1bdff3[_0x552df6(0x1b8)](_0x3f74ad)&&_0x3f74ad[_0x552df6(0x1d5)]&&(_0x3956ad[_0x552df6(0xc5)](_0x3f74ad[_0x552df6(0x1d5)]),_0x3f74ad[_0x552df6(0x1d5)][_0x552df6(0x95)]===_0x3f74ad&&(_0x3f74ad[_0x552df6(0x1d5)][_0x552df6(0x95)]=null),_0x3f74ad[_0x552df6(0x1d5)]=null);}function _0x11c9b9(_0x5c0494,_0x403cab,_0x1275ee){const _0x5c05a5=_0x552df6;for(let _0x46e1f3=_0x1275ee;_0x46e1f3<_0x403cab[_0x5c05a5(0x215)];_0x46e1f3++){const _0x534863=_0x1ec48e(_0x5c0494,_0x403cab[_0x46e1f3]);_0x534863&&(_0x534863[0x0][_0x5c05a5(0x1d5)]=_0x534863[0x1],_0x534863[0x1][_0x5c05a5(0x95)]=_0x534863[0x0],_0x1bdff3[_0x5c05a5(0xc5)](_0x534863[0x0]),_0x69938f[_0x5c05a5(0xc5)](_0x534863[0x1]));}}function _0x1ec48e(_0x41d3a5,_0x5e6d44){const _0x2c6f8a=_0x552df6;if(_0x41d3a5[_0x2c6f8a(0xf2)]['id']!==_0x5e6d44[_0x2c6f8a(0xf2)]['id'])return null;const _0x37780f=_0x1093d7[_0x2c6f8a(0xe1)](_0x41d3a5)(_0x41d3a5,_0x5e6d44,_0x4c6f6f[_0x2c6f8a(0xe1)](_0x41d3a5),_0x4c6f6f[_0x2c6f8a(0xe1)](_0x5e6d44));if(!_0x37780f)return null;return _0x1093d7[_0x2c6f8a(0xe1)](_0x5e6d44)(_0x41d3a5,_0x5e6d44,_0x4c6f6f[_0x2c6f8a(0xe1)](_0x41d3a5),_0x4c6f6f[_0x2c6f8a(0xe1)](_0x5e6d44))?_0x37780f[0x1][_0x2c6f8a(0x11a)]&&_0x37780f[0x1][_0x2c6f8a(0x11a)][_0x2c6f8a(0x215)]?null:_0x37780f:null;}_0x3956ad[_0x552df6(0xc3)]&&this[_0x552df6(0xd8)](_0x3956ad);}[_0x1b2acd(0x151)](_0x281ea1){const _0x3b0afc=_0x1b2acd;if(0x0==_0x281ea1[_0x3b0afc(0x215)])return;const _0x174ca7=this[_0x3b0afc(0x14d)]({'skipNotAttached':!0x0})[_0x3b0afc(0x174)](_0x1c6d37=>_0x3b0afc(0x9a)==_0x1c6d37[_0x3b0afc(0xbd)]&&_0x1c6d37[_0x3b0afc(0x119)]),_0x52f306=[],_0x4eba62=new Map();for(const _0x5995f6 of _0x174ca7){const _0x41d23c=_0x49ce9d(_0x5995f6[_0x3b0afc(0x1ab)]);_0x4eba62[_0x3b0afc(0x1b8)](_0x41d23c)||(_0x4eba62[_0x3b0afc(0x109)](_0x41d23c,_0x52f306[_0x3b0afc(0x215)]),_0x52f306[_0x3b0afc(0x1e1)]([]));const _0x210459=_0x4eba62[_0x3b0afc(0xe1)](_0x41d23c);_0x52f306[_0x210459][_0x3b0afc(0x1e1)](_0x5995f6);}!(function(){const _0x37dfa5=_0x3b0afc;_0x52f306[_0x37dfa5(0xc1)]((_0x4bf578,_0x5567b9)=>{const _0x48dc31=_0x37dfa5,_0x927e2d=_0x4bf578[0x0][_0x48dc31(0x1a8)],_0x16d47c=_0x5567b9[0x0][_0x48dc31(0x1a8)];return _0x927e2d==_0x16d47c?_0x4bf578[0x0][_0x48dc31(0x1ab)][_0x48dc31(0xeb)]<_0x5567b9[0x0][_0x48dc31(0x1ab)][_0x48dc31(0xeb)]?-0x1:0x1:_0x927e2d<_0x16d47c?-0x1:0x1;});for(const _0x5a1a15 of _0x52f306)_0x5a1a15[_0x37dfa5(0xc1)]((_0x3ea85c,_0x313d30)=>_0x3ea85c['id']<_0x313d30['id']?-0x1:0x1);}());for(let _0x1c0880=0x0;_0x1c0880<_0x52f306[_0x3b0afc(0x215)];_0x1c0880++){if(0x0==_0x52f306[_0x1c0880][_0x3b0afc(0x215)])continue;const _0xf474ab=[];for(let _0x56c9ab=_0x1c0880+0x1;_0x56c9ab<_0x52f306[_0x3b0afc(0x215)];_0x56c9ab++)0x0!=_0x52f306[_0x56c9ab][_0x3b0afc(0x215)]&&_0x1aa9f8(_0x52f306[_0x1c0880],_0x52f306[_0x56c9ab])&&_0xf474ab[_0x3b0afc(0x1e1)](_0x56c9ab);for(const _0x46fa55 of _0xf474ab)_0x52f306[_0x1c0880]=_0x52f306[_0x1c0880][_0x3b0afc(0x1fb)](_0x52f306[_0x46fa55]),_0x52f306[_0x46fa55]=[];}for(const _0xc98ec9 of _0x52f306)for(let _0x1db4ba=0x0;_0x1db4ba<_0xc98ec9[_0x3b0afc(0x215)];_0x1db4ba++)_0xc98ec9[_0x1db4ba][_0x3b0afc(0x1d5)]=_0xc98ec9[_0x1db4ba+0x1]||null;for(const _0x3ab58b of _0x52f306)for(let _0x401ed9=0x0;_0x401ed9<_0x3ab58b[_0x3b0afc(0x215)];_0x401ed9++)_0x3ab58b[_0x401ed9][_0x3b0afc(0x95)]=_0x3ab58b[_0x401ed9-0x1]||null;function _0x1aa9f8(_0x4784c3,_0x4ef856){const _0x1fbfeb=_0x3b0afc;if(_0x4784c3[0x0][_0x1fbfeb(0x1ab)][_0x1fbfeb(0xeb)]!==_0x4ef856[0x0][_0x1fbfeb(0x1ab)][_0x1fbfeb(0xeb)]&&_0x4784c3[0x0][_0x1fbfeb(0xf2)]!==_0x4ef856[0x0][_0x1fbfeb(0xf2)])return!0x1;if(!function(_0x4f30f6,_0x353ad6){const _0x16c569=_0x1fbfeb;if(!_0x4f30f6[_0x16c569(0x1e3)]&&!_0x353ad6[_0x16c569(0x1e3)])return!0x0;if(_0x4f30f6[_0x16c569(0x1e3)]&&_0x353ad6[_0x16c569(0x1e3)])return!0x1;if(_0x4f30f6[_0x16c569(0x1e3)]&&_0x353ad6[_0x16c569(0x1a8)]<_0x4f30f6[_0x16c569(0x11a)][_0x16c569(0x181)][_0x16c569(0xe1)](0x0)[_0x16c569(0x1a8)])return!0x0;if(_0x353ad6[_0x16c569(0x1e3)]&&_0x4f30f6[_0x16c569(0x1a8)]<_0x353ad6[_0x16c569(0x11a)][_0x16c569(0x181)][_0x16c569(0xe1)](0x0)[_0x16c569(0x1a8)])return!0x0;return!0x1;}(_0x4784c3[0x0],_0x4ef856[0x0]))return!0x1;const _0x289ecf=_0xee1eff(_0x4784c3[0x0][_0x1fbfeb(0x1ab)],_0x1fbfeb(0xeb)),_0x2a3868=_0xee1eff(_0x4ef856[0x0][_0x1fbfeb(0x1ab)],_0x1fbfeb(0xeb));if(!_0x3abfe9(_0x289ecf,_0x2a3868))return!0x1;return!!_0x4784c3[_0x1fbfeb(0x1a3)](_0x49d6d3=>_0x4ef856[_0x1fbfeb(0xd5)](_0x13b413=>_0x49d6d3[_0x1fbfeb(0x1fc)]()[_0x1fbfeb(0x100)](_0x13b413[_0x1fbfeb(0x1fc)]())))&&_0x4ef856[_0x1fbfeb(0x1a3)](_0x593658=>_0x4784c3[_0x1fbfeb(0xd5)](_0x3e90c0=>_0x593658[_0x1fbfeb(0x1fc)]()[_0x1fbfeb(0x100)](_0x3e90c0[_0x1fbfeb(0x1fc)]())));}}[_0x1b2acd(0x1f5)](_0x92123b){const _0x11ec62=_0x1b2acd,_0x7cf78d=Array[_0x11ec62(0x200)](_0x92123b),_0x3a1c5e=this[_0x11ec62(0x14d)]({'skipNotAttached':!0x0}),_0x4008ae=_0x3a1c5e[_0x11ec62(0x174)](_0x2afe92=>!_0x92123b[_0x11ec62(0x1b8)](_0x2afe92)),_0x5b4ff9=new Map(_0x7cf78d[_0x11ec62(0x131)](_0x1d4ac6=>[_0x1d4ac6,this[_0x11ec62(0x1ee)][_0x11ec62(0x171)](_0x1d4ac6[_0x11ec62(0xbd)],_0x1d4ac6[_0x11ec62(0x1a1)],_0x11ec62(0x1e4))])),_0x12194b=new Map(_0x3a1c5e[_0x11ec62(0x131)](_0x5c75c7=>[_0x5c75c7,_0x5c75c7[_0x11ec62(0xae)]()]));for(let _0x98c4e3=0x0;_0x98c4e3<_0x7cf78d[_0x11ec62(0x215)];_0x98c4e3++){if(_0x271077(this,_0x7cf78d[_0x98c4e3],_0x7cf78d,_0x98c4e3+0x1))return!0x0;}for(let _0x540add=0x0;_0x540add<_0x7cf78d[_0x11ec62(0x215)];_0x540add++){if(_0x271077(this,_0x7cf78d[_0x540add],_0x4008ae,0x0))return!0x0;}return!0x1;function _0x271077(_0x36746f,_0x12f7a3,_0x598d7e,_0x1dfe58){const _0x46d075=_0x11ec62;for(let _0x3c2074=_0x1dfe58;_0x3c2074<_0x598d7e[_0x46d075(0x215)];_0x3c2074++){const _0x2a356c=_0x598d7e[_0x3c2074];if(_0x2a356c[_0x46d075(0xbd)]!==_0x12f7a3[_0x46d075(0xbd)]||_0x2a356c[_0x46d075(0xf2)]['id']!==_0x12f7a3[_0x46d075(0xf2)]['id']||_0x2a356c[_0x46d075(0x1a1)]!==_0x12f7a3[_0x46d075(0x1a1)])continue;if(!Ft(_0x12f7a3,_0x2a356c,[_0x46d075(0xeb)]))continue;if(_0x46d075(0x9a)==_0x12f7a3[_0x46d075(0xbd)]&&_0x12f7a3[_0x46d075(0x136)][_0x46d075(0xb5)]!=_0x2a356c[_0x46d075(0x136)][_0x46d075(0xb5)])continue;if(_0x46d075(0x9a)==_0x12f7a3[_0x46d075(0xbd)]&&_0x36746f[_0x46d075(0x140)](_0x12f7a3[_0x46d075(0x136)][_0x46d075(0x1f9)]))continue;if(_0x46d075(0x1c0)==_0x12f7a3[_0x46d075(0xbd)]){const _0x63f40b=_0x36746f[_0x46d075(0xf8)][_0x46d075(0x1ae)],_0x1fddc0=_0x12f7a3[_0x46d075(0x153)]();if(_0x1fddc0&&(_0x63f40b[_0x46d075(0x1d8)][_0x46d075(0xec)](_0x1fddc0)||_0x63f40b[_0x46d075(0x1d8)][_0x46d075(0x188)](_0x1fddc0)))continue;}const _0x12d0a0=_0x5b4ff9[_0x46d075(0xe1)](_0x12f7a3),_0x55cadd=_0x12194b[_0x46d075(0xe1)](_0x12f7a3),_0x330d8e=_0x12194b[_0x46d075(0xe1)](_0x2a356c),_0x1617fa=_0x12f7a3[_0x46d075(0x11a)]&&_0x12f7a3[_0x46d075(0x11a)][_0x46d075(0x215)],_0x1c946a=_0x2a356c[_0x46d075(0x11a)]&&_0x2a356c[_0x46d075(0x11a)][_0x46d075(0x215)];if(!_0x1617fa&&_0x12d0a0(_0x330d8e,_0x55cadd))return _0x36746f[_0x46d075(0x223)](_0x2a356c,_0x12f7a3),_0x12194b[_0x46d075(0x104)](_0x12f7a3),!0x0;if(!_0x1c946a&&_0x12d0a0(_0x55cadd,_0x330d8e))return _0x36746f[_0x46d075(0x223)](_0x12f7a3,_0x2a356c),_0x12194b[_0x46d075(0x104)](_0x2a356c),!0x0;}return!0x1;}}[_0x1b2acd(0x223)](_0x5dba3c,_0x2418c1){const _0x5076c5=_0x1b2acd;if(_0x5dba3c[_0x5076c5(0xf4)]){for(const _0x42cd0b of _0x2418c1[_0x5076c5(0xae)]())_0x5dba3c[_0x5076c5(0x189)](_0x42cd0b);}else{const _0x5d995a=_0x2418c1[_0x5076c5(0x1fc)]()[_0x5076c5(0x1bc)];this[_0x5076c5(0x9d)](_0x5dba3c,this[_0x5076c5(0x1ef)][_0x5076c5(0x221)](_0x5dba3c[_0x5076c5(0x1fc)]()[_0x5076c5(0xc4)],_0x5d995a));}_0x2418c1[_0x5076c5(0x1e8)]();}[_0x1b2acd(0x176)](_0x5c751e,_0x11463f){const _0x5ba0af=_0x1b2acd,_0x4e60bb=_0x5c751e[_0x5ba0af(0x13a)](_0x5ba0af(0xbf))||_0x5c751e[_0x5ba0af(0x13a)](_0x5ba0af(0x9a))?_0x5ba0af(0x192):_0x5c751e[_0x5ba0af(0x12b)]();return _0x17a44f(this[_0x5ba0af(0xf8)][_0x5ba0af(0x13e)],_0x11463f+'_'+_0x4e60bb+_0x5ba0af(0x92));}[_0x1b2acd(0x1ff)](){const _0x4a133b=_0x1b2acd,_0x1d83bd=this[_0x4a133b(0xf8)];_0x483027(this[_0x4a133b(0x1ef)],({left:_0x590caf,entered:_0x24f39c})=>{const _0x2fce01=_0x4a133b,_0xcdb859=[];for(const _0x419ca3 of _0x590caf){const {group:_0x3dc912,type:_0x96504}=this[_0x2fce01(0x214)](_0x419ca3[_0x2fce01(0x13d)]);if(_0x2fce01(0xa6)===_0x3dc912){_0xcdb859[_0x2fce01(0x1e1)](this[_0x2fce01(0x176)](_0x96504,_0x2fce01(0x8e)));break;}}for(const _0x4975a2 of _0x24f39c){const {group:_0x53fe46,type:_0x145804}=this[_0x2fce01(0x214)](_0x4975a2[_0x2fce01(0x13d)]);if(_0x2fce01(0xa6)===_0x53fe46){_0xcdb859[_0x2fce01(0x1e1)](this[_0x2fce01(0x176)](_0x145804,_0x2fce01(0xf7)));break;}}_0xcdb859[_0x2fce01(0x215)]&&_0x1d83bd['ui'][_0x2fce01(0xc8)][_0x2fce01(0x1b2)](_0x2fce01(0xc6),_0xcdb859[_0x2fce01(0x1e4)]('\x20'));});}[_0x1b2acd(0xdf)](_0x2de373){const _0x19db5c=_0x1b2acd;if(this[_0x19db5c(0x161)])return!0x1;const _0x492a9c=this[_0x19db5c(0xf8)],_0x48004b=_0x492a9c[_0x19db5c(0x1ae)][_0x19db5c(0xfd)][_0x19db5c(0x94)][_0x19db5c(0x183)]();if(0x0==_0x48004b[_0x19db5c(0x215)])return!0x1;const _0x12e787=[],_0x7a308=_0x48004b[_0x19db5c(0x174)](_0x446a5b=>_0x19db5c(0x9a)==_0x446a5b[_0x19db5c(0xbd)]),_0x39027b=_0x48004b[_0x19db5c(0x174)](_0x591fe4=>_0x19db5c(0x139)==_0x591fe4[_0x19db5c(0xbd)]&&_0x19db5c(0x1c8)!=_0x591fe4[_0x19db5c(0x13d)]),_0x11f7de=_0x48004b[_0x19db5c(0x174)](_0x372d18=>_0x19db5c(0x134)==_0x372d18[_0x19db5c(0xbd)]&&_0x19db5c(0x1c8)!=_0x372d18[_0x19db5c(0x13d)]);for(const _0x169eb8 of _0x7a308)_0x12e787[_0x19db5c(0x1e1)]({'key':_0x169eb8[_0x19db5c(0xad)],'newValue':_0x169eb8[_0x19db5c(0x152)],'oldValue':_0x169eb8[_0x19db5c(0x17a)],'range':Ut(_0x169eb8[_0x19db5c(0x101)],_0x492a9c[_0x19db5c(0x1ae)])});for(const _0x24f47d of _0x39027b){const _0x4e9cce=_0x11f7de[_0x19db5c(0x12f)](_0x3d8945=>_0x3d8945[_0x19db5c(0x12c)][_0x19db5c(0x100)](_0x24f47d[_0x19db5c(0x12c)]));_0x4e9cce&&_0x12e787[_0x19db5c(0x1e1)]({'key':_0x19db5c(0xdb),'newValue':_0x24f47d[_0x19db5c(0x13d)],'oldValue':_0x4e9cce[_0x19db5c(0x13d)],'range':_0x492a9c[_0x19db5c(0x1ae)][_0x19db5c(0x132)](_0x24f47d[_0x19db5c(0x12c)][_0x19db5c(0xe3)])});}return 0x0!=_0x12e787[_0x19db5c(0x215)]&&this[_0x19db5c(0x1c7)](_0x2de373,_0x12e787);}[_0x1b2acd(0x208)](_0x5b3cf7){const _0x32cce3=_0x1b2acd;let _0x2d0217=!0x1;const _0xe1122f=this[_0x32cce3(0xf8)][_0x32cce3(0x1ae)][_0x32cce3(0xfd)][_0x32cce3(0x94)][_0x32cce3(0xa7)]()[_0x32cce3(0x174)](_0x13be33=>_0x13be33[_0x32cce3(0x136)][_0x32cce3(0x98)]&&_0x13be33[_0x32cce3(0x13d)][_0x32cce3(0x13a)](_0x32cce3(0x1af)));for(const _0x53e0a1 of _0xe1122f){const {subType:_0x1d0fc2,id:_0x456ed}=this[_0x32cce3(0x214)](_0x53e0a1[_0x32cce3(0x13d)]),_0x2af491=_0x1d0fc2[_0x32cce3(0x1fe)]('|')[0x0];for(const _0x283427 of this[_0x32cce3(0x14d)]({'skipNotAttached':!0x0}))_0x283427['id']!=_0x456ed&&_0x32cce3(0x9a)==_0x283427[_0x32cce3(0xbd)]&&_0x283427[_0x32cce3(0x136)]&&_0x283427[_0x32cce3(0x136)][_0x32cce3(0x1f9)]==_0x2af491&&_0x283427[_0x32cce3(0x1fc)]()[_0x32cce3(0xe0)](_0x53e0a1[_0x32cce3(0x136)][_0x32cce3(0x98)])&&(this[_0x32cce3(0x18e)](_0x283427,_0x53e0a1[_0x32cce3(0x136)][_0x32cce3(0x98)],_0x5b3cf7),_0x2d0217=!0x0);}return _0x2d0217;}[_0x1b2acd(0xea)](_0x1f7158){const _0x5d5466=_0x1b2acd;this[_0x5d5466(0xf8)],(this[_0x5d5466(0x161)]=!0x0,_0x1f7158());}[_0x1b2acd(0x18d)](_0x4be033){const _0x298131=_0x1b2acd,_0x560e58=this[_0x298131(0x140)](_0x4be033),_0x34d69e=this[_0x298131(0x19e)][_0x298131(0x1b8)](_0x4be033);return _0x560e58||_0x34d69e;}[_0x1b2acd(0x1c7)](_0x4ca0d3,_0x37851e){const _0x588eb2=_0x1b2acd;if(0x0==_0x37851e[_0x588eb2(0x215)])return!0x1;let _0x3de4ac=!0x1;for(const _0x550aad of _0x37851e){const _0x159500=this[_0x588eb2(0x1ca)](_0x550aad[_0x588eb2(0x101)],_0x588eb2(0x9a))[_0x588eb2(0x174)](_0x163bbc=>!_0x163bbc[_0x588eb2(0x1b5)][_0x588eb2(0xf5)])[_0x588eb2(0x131)](_0xc28a97=>_0xc28a97[_0x588eb2(0xa6)]),_0x251326=_0x49ce9d({'newValue':_0x550aad[_0x588eb2(0xe9)]});_0x159500[_0x588eb2(0x174)](_0x2f2d26=>{const _0x4d2ee0=_0x588eb2,[_0x5590c8,_0x273496]=_0x2f2d26[_0x4d2ee0(0x1a1)][_0x4d2ee0(0x1fe)]('|');return _0x5590c8==_0x550aad[_0x4d2ee0(0x1f9)]&&_0x273496!=_0x251326;})[_0x588eb2(0xd3)](_0x1ced7=>{const _0x436529=_0x588eb2;this[_0x436529(0x18e)](_0x1ced7,_0x550aad[_0x436529(0x101)],_0x4ca0d3),_0x3de4ac=!0x0;});}return _0x3de4ac;}[_0x1b2acd(0x18e)](_0x23a491,_0x56250c,_0x19afe2){const _0x3ac489=_0x1b2acd,_0x174e9c=_0x23a491[_0x3ac489(0x1fc)]()[_0x3ac489(0x164)](_0x56250c);0x0!==_0x174e9c[_0x3ac489(0x215)]?0x1!==_0x174e9c[_0x3ac489(0x215)]?this[_0x3ac489(0x1a7)](_0x23a491,_0x56250c[_0x3ac489(0xc4)],_0x56250c[_0x3ac489(0x1bc)]):this[_0x3ac489(0x9d)](_0x23a491,_0x174e9c[0x0]):_0x19afe2[_0x3ac489(0x88)](_0x23a491[_0x3ac489(0x1d7)]());}}class Bt{constructor(_0xd968a6){const _0xa86c18=_0x1b2acd;this[_0xa86c18(0xb4)]=_0xd968a6,this[_0xa86c18(0x1ef)]=_0xd968a6[_0xa86c18(0x1ae)],this[_0xa86c18(0xba)]=new Map(),this[_0xa86c18(0xf0)]=new Map(),this[_0xa86c18(0x209)]();}[_0x1b2acd(0x1ba)](_0x4df9ca,_0xd83141,_0x206ff3,_0x5a44f3,_0x36177e,_0x1dd88a){const _0x3f705b=_0x1b2acd;return new _0x110fe5(this[_0x3f705b(0x1ef)],{'type':_0x4df9ca,'subType':_0xd83141,'id':_0x206ff3,'author':_0x5a44f3,'creator':_0x5a44f3,'attributes':_0x36177e,'onAttributesChange':_0x1dd88a,'onAccept':(..._0x2fc1e0)=>this[_0x3f705b(0x171)](_0x4df9ca,_0xd83141,_0x3f705b(0x97))(..._0x2fc1e0),'onDiscard':(..._0x380f9f)=>this[_0x3f705b(0x171)](_0x4df9ca,_0xd83141,_0x3f705b(0x19d))(..._0x380f9f)});}[_0x1b2acd(0x8a)](_0x296622,_0x5dce96,_0x1e1a9d,_0x1c297f){const _0x5444f5=_0x1b2acd,_0x3eee8e=_0x296622+':'+_0x5dce96+':'+_0x1e1a9d;this[_0x5444f5(0xba)][_0x5444f5(0x109)](_0x3eee8e,_0x1c297f);}[_0x1b2acd(0x171)](_0x125070,_0x196bca,_0x175169){const _0x5ab273=_0x1b2acd,_0x5036d8=_0x125070+':'+_0x196bca+':'+_0x175169;return this[_0x5ab273(0xba)][_0x5ab273(0xe1)](_0x5036d8)||this[_0x5ab273(0xf0)][_0x5ab273(0xe1)](_0x125070+':'+_0x175169);}[_0x1b2acd(0x209)](){const _0x3bcb9d=_0x1b2acd,_0x357b33=()=>!0x1,_0xbc7b22=_0x2b5078=>{const _0x5afdf8=_0x1ef7;_0x2b5078[_0x5afdf8(0xc1)]((_0x563f5c,_0x5b267a)=>_0x563f5c[_0x5afdf8(0xc4)][_0x5afdf8(0x165)](_0x5b267a[_0x5afdf8(0xc4)])?0x1:-0x1),this[_0x5afdf8(0x1ef)][_0x5afdf8(0xe5)](_0x2dc28a=>{const _0x58af1e=_0x5afdf8;for(const _0x4a48c0 of _0x2b5078){let _0x12bf91;_0x12bf91=_0x4a48c0[_0x58af1e(0x1bc)][_0x58af1e(0xa0)]&&_0x4a48c0[_0x58af1e(0x1bc)][_0x58af1e(0x19c)]==_0x4a48c0[_0x58af1e(0xc4)][_0x58af1e(0xe3)]?_0x2dc28a[_0x58af1e(0x21f)](_0x4a48c0[_0x58af1e(0xc4)][_0x58af1e(0xe3)],'on'):_0x2dc28a[_0x58af1e(0x21f)](_0x4a48c0),this[_0x58af1e(0x1ef)][_0x58af1e(0x14a)](_0x12bf91,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1277db=(_0x263c9e,_0x3c9dca)=>{const _0x33dd64=_0x1ef7;_0x3c9dca&&this[_0x33dd64(0x1ef)][_0x33dd64(0xe5)](_0x58442a=>{const _0x2b996b=_0x33dd64,{commandName:_0x4a25e6,commandParams:_0x42eae6=[]}=_0x3c9dca,_0x3feff6=_0x263c9e[_0x2b996b(0x131)](_0x2850e4=>(Rt(_0x2850e4)&&(_0x2850e4=this[_0x2b996b(0x1ef)][_0x2b996b(0x221)](_0x2850e4[_0x2b996b(0x1bc)])),_0x2850e4))[_0x2b996b(0x174)](_0x2e1a40=>_0x2b996b(0x1e5)!==_0x2e1a40[_0x2b996b(0x226)][_0x2b996b(0x220)]);if(_0x3feff6[_0x2b996b(0x215)]<0x1)return;const _0x579bb7=Array[_0x2b996b(0x200)](this[_0x2b996b(0x1ef)][_0x2b996b(0xfd)][_0x2b996b(0xed)][_0x2b996b(0xae)]())[_0x2b996b(0x131)](_0x189d26=>_0xf986f[_0x2b996b(0x190)](_0x189d26));_0x58442a[_0x2b996b(0xb7)](_0x3feff6);for(const _0x19b832 of this[_0x2b996b(0xb4)][_0x2b996b(0x219)][_0x2b996b(0x219)]())_0x19b832[_0x2b996b(0x180)]();_0x42eae6[_0x2b996b(0x1e1)]({'forceDefaultExecution':!0x0}),this[_0x2b996b(0xb4)][_0x2b996b(0x1ad)](_0x4a25e6,..._0x42eae6);const _0x3f024a=_0x579bb7[_0x2b996b(0x174)](_0x2c870e=>_0x2b996b(0x1e5)!=_0x2c870e[_0x2b996b(0x226)][_0x2b996b(0x220)]);_0x3f024a[_0x2b996b(0x215)]>0x0&&_0x58442a[_0x2b996b(0xb7)](_0x3f024a);for(const _0x127a1c of _0x579bb7)_0x127a1c[_0x2b996b(0xce)]();});},_0x52b836=(_0x2c6bf6,_0x3b2005)=>0x1==_0x2c6bf6[_0x3bcb9d(0x215)]&&0x1==_0x3b2005[_0x3bcb9d(0x215)]&&_0x2c6bf6[0x0][_0x3bcb9d(0x1bc)][_0x3bcb9d(0x100)](_0x3b2005[0x0][_0x3bcb9d(0xc4)]),_0x7fd7eb=(_0x1ba492,_0x219948,_0x412c89,_0x2ff5f4)=>Gt(_0x1ba492,_0x219948,_0x412c89,_0x2ff5f4,this[_0x3bcb9d(0x1ef)])?[_0x1ba492,_0x219948]:Gt(_0x219948,_0x1ba492,_0x2ff5f4,_0x412c89,this[_0x3bcb9d(0x1ef)])?[_0x219948,_0x1ba492]:null;this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x114),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x123),_0xbc7b22),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0xc2),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1b9),_0x7fd7eb),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x202),_0xbc7b22),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1d6),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1b3),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x117),_0x7fd7eb),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x170),_0x1277db),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x222),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x112),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x13b),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x13f),_0x1277db),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x125),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1c9),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x156),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x235),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x11d),(_0x5c2b70,_0x39aca3)=>{const _0x50a8da=_0x3bcb9d;if(!_0x39aca3)return;const _0x54713b=this[_0x50a8da(0xb4)][_0x50a8da(0xb3)][_0x50a8da(0xe1)](p);this[_0x50a8da(0x1ef)][_0x50a8da(0xe5)](_0x564675=>{const _0x413034=_0x50a8da;if(_0x413034(0xdb)==_0x39aca3[_0x413034(0x1f9)])for(const _0x3ae043 of _0x5c2b70){const _0x439818=_0x3ae043[_0x413034(0xc4)][_0x413034(0xe3)],_0x10b8e3=_0x39aca3[_0x413034(0xb5)];_0x564675[_0x413034(0x144)](_0x439818,_0x10b8e3);}else{if(_0x54713b[_0x413034(0x140)](_0x39aca3[_0x413034(0x1f9)])){for(const _0x2a2f56 of _0x5c2b70)void 0x0!==_0x39aca3[_0x413034(0xb5)]?_0x564675[_0x413034(0xa2)](_0x39aca3[_0x413034(0x1f9)],_0x39aca3[_0x413034(0xb5)],_0x2a2f56[_0x413034(0xc4)][_0x413034(0xe3)]):_0x564675[_0x413034(0x16d)](_0x39aca3[_0x413034(0x1f9)],_0x2a2f56[_0x413034(0xc4)][_0x413034(0xe3)]);}else{for(const _0x3e4316 of _0x5c2b70)_0x39aca3[_0x413034(0xb5)]?_0x564675[_0x413034(0xa2)](_0x39aca3[_0x413034(0x1f9)],_0x39aca3[_0x413034(0xb5)],_0x3e4316):_0x564675[_0x413034(0x16d)](_0x39aca3[_0x413034(0x1f9)],_0x3e4316);}}});}),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x22f),_0x52b836);}}function xt(_0x4c3db2,_0x8820bf,_0x4a7dba){const _0x27fa76=_0x1b2acd;for(const _0xc7c5af of _0x8820bf[_0x27fa76(0x19c)][_0x27fa76(0xdc)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xc7c5af[_0x27fa76(0x226)]==_0xc7c5af)return!0x1;if(!_0x4a7dba[_0x27fa76(0xa9)](_0xc7c5af))return!0x1;if(_0x4c3db2[_0x27fa76(0xec)](_0xc7c5af)||_0x4c3db2[_0x27fa76(0x188)](_0xc7c5af))return!0x0;}return!0x1;}function Rt(_0x4e5fe6){const _0x557f65=_0x1b2acd;return _0x4e5fe6[_0x557f65(0x1bc)][_0x557f65(0x19c)]==_0x4e5fe6[_0x557f65(0xc4)][_0x557f65(0xe3)]&&_0x4e5fe6[_0x557f65(0x1bc)][_0x557f65(0x1b1)];}function Tt(_0x4ba961,_0x133ac9,_0x4a0534,_0x16a3df){const _0x914026=_0x1b2acd,_0x539616=_0x27b12d=>!_0x27b12d[_0x914026(0xb9)]['is'](_0x914026(0x205))&&!_0x16a3df[_0x914026(0xec)](_0x27b12d[_0x914026(0xb9)]),_0x2617af=_0x4ba961[_0x914026(0xc4)][_0x914026(0x107)](_0x539616),_0x1654e0=_0x4ba961[_0x914026(0x1bc)][_0x914026(0x107)](_0x539616,{'direction':_0x914026(0x1c4)});return(!_0x4ba961[_0x914026(0xc4)][_0x914026(0x100)](_0x2617af)||!_0x4ba961[_0x914026(0x1bc)][_0x914026(0x100)](_0x1654e0))&&(_0x2617af[_0x914026(0x165)](_0x1654e0)?_0x4a0534[_0x914026(0x185)](_0x133ac9,{'range':_0x4a0534[_0x914026(0x221)](_0x2617af,_0x1654e0)}):_0x4a0534[_0x914026(0x88)](_0x133ac9),!0x0);}function Et(_0x53a9d8){return _0x49ce9d(_0x53a9d8);}function Vt(_0x375d99){const _0xe43850=_0x1b2acd,_0x412901=_0x375d99[_0xe43850(0xc4)][_0xe43850(0xe3)];return _0x412901&&_0x412901['is'](_0xe43850(0x194));}function Ut(_0x577bb5,_0x38a649){const _0x2f7a65=_0x1b2acd;return null==_0x577bb5[_0x2f7a65(0x1bc)][_0x2f7a65(0x1ea)]&&_0x577bb5[_0x2f7a65(0x1bc)][_0x2f7a65(0x19c)]==_0x577bb5[_0x2f7a65(0xc4)][_0x2f7a65(0xe3)]?Ot(_0x577bb5[_0x2f7a65(0xc4)][_0x2f7a65(0xe3)],_0x38a649):_0x577bb5;}function Ot(_0x4b1c25,_0x8f7585){const _0x18cc4b=_0x1b2acd,_0xebf807=_0x8f7585[_0x18cc4b(0x1d8)][_0x18cc4b(0xec)](_0x4b1c25)||_0x8f7585[_0x18cc4b(0x1d8)][_0x18cc4b(0x14e)](_0x4b1c25);return _0x8f7585[_0x18cc4b(0x221)](_0x8f7585[_0x18cc4b(0x1f0)](_0x4b1c25,_0x18cc4b(0xe4)),_0xebf807?_0x8f7585[_0x18cc4b(0xf9)](_0x4b1c25):_0x8f7585[_0x18cc4b(0x1f0)](_0x4b1c25,_0x18cc4b(0x1bc)));}function Gt(_0x46550a,_0x4c0885,_0x245a44,_0x242c71,_0x143cc7){const _0x63b40c=_0x1b2acd;if(!Ft(_0x46550a,_0x4c0885))return!0x1;if(_0x245a44[_0x63b40c(0x1bc)][_0x63b40c(0x100)](_0x242c71[_0x63b40c(0xc4)]))return!0x0;if(_0x46550a[_0x63b40c(0xbd)]!=_0x4c0885[_0x63b40c(0xbd)])return!0x1;if(!_0x245a44[_0x63b40c(0x1bc)][_0x63b40c(0x16a)](_0x242c71[_0x63b40c(0xc4)]))return!0x1;const _0x1c55b5=_0x143cc7[_0x63b40c(0x221)](_0x245a44[_0x63b40c(0x1bc)],_0x242c71[_0x63b40c(0xc4)])[_0x63b40c(0xd4)]();for(const _0x5969fc of _0x1c55b5)if([_0x63b40c(0x216),_0x63b40c(0x143)][_0x63b40c(0x1bf)](_0x5969fc[_0x63b40c(0xbd)])&&_0x143cc7[_0x63b40c(0x1d8)][_0x63b40c(0x188)](_0x5969fc[_0x63b40c(0xb9)]))return!0x1;return!0x0;}function Ft(_0x38d35d,_0x44f04f,_0x1ec1e1=[]){const _0x43d2cf=_0x1b2acd;return!(!_0x38d35d[_0x43d2cf(0x119)]||!_0x44f04f[_0x43d2cf(0x119)])&&_0x3abfe9(_0xee1eff(_0x38d35d[_0x43d2cf(0x1ab)],_0x1ec1e1),_0xee1eff(_0x44f04f[_0x43d2cf(0x1ab)],_0x1ec1e1));}function Pt(_0x14b7f4,_0x3cec3b){const _0x383c6a=_0x1b2acd,_0x1ede1c=Lt(_0x14b7f4[_0x383c6a(0x1ab)]),_0x17eb7a=Lt(_0x3cec3b);if(!_0x14b7f4[_0x383c6a(0x119)])return!0x1;for(const _0x48f9f7 of Object[_0x383c6a(0x199)](_0x17eb7a))if(!_0x3abfe9(_0x1ede1c[_0x48f9f7],_0x17eb7a[_0x48f9f7]))return!0x1;return!0x0;}function Lt(_0x355ca){const _0x34d645=_0x1b2acd,_0x3addb5=Object[_0x34d645(0x19f)]({},_0x355ca);return delete _0x3addb5[_0x34d645(0x213)],delete _0x3addb5[_0x34d645(0x19b)],_0x3addb5;}
23
+ const _0x19fd03=_0x50a9;(function(_0x421410,_0x2d8ea6){const _0x339c80=_0x50a9,_0x31881b=_0x421410();while(!![]){try{const _0x49a505=parseInt(_0x339c80(0x279))/0x1+-parseInt(_0x339c80(0x18c))/0x2*(parseInt(_0x339c80(0x221))/0x3)+-parseInt(_0x339c80(0x123))/0x4+parseInt(_0x339c80(0x259))/0x5+-parseInt(_0x339c80(0x247))/0x6+-parseInt(_0x339c80(0x22f))/0x7*(-parseInt(_0x339c80(0x1c6))/0x8)+-parseInt(_0x339c80(0x238))/0x9*(-parseInt(_0x339c80(0x228))/0xa);if(_0x49a505===_0x2d8ea6)break;else _0x31881b['push'](_0x31881b['shift']());}catch(_0xe68c51){_0x31881b['push'](_0x31881b['shift']());}}}(_0x2836,0x883c4));import{Plugin as _0x2fa14d,PendingActions as _0x2e406e}from'ckeditor5/src/core.js';import{LiveRange as _0x1b6ab6}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1f491d,uid as _0x147f23,priorities as _0x4d5b3f,logWarning as _0x19da36}from'ckeditor5/src/utils.js';import{toWidget as _0x4bec4b}from'ckeditor5/src/widget.js';import{Users as _0x4c9b60,hashObject as _0x4f943b,surroundingMarkersDetector as _0x1b08f5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4278f7 from'./commands/trackchangescommand.js';import _0x48fb8e from'./commands/acceptsuggestioncommand.js';import _0x28a729 from'./commands/discardsuggestioncommand.js';import _0x4db6c6 from'./commands/executeonallsuggestionscommand.js';import _0x2306ee from'./commands/executeonselectedsuggestionscommand.js';import _0x443fee from'./suggestion.js';import _0x42cdf6 from'./suggestiondescriptionfactory.js';import _0x15ca1e from'./integrations/aiassistant.js';import _0x421dcc from'./integrations/alignment.js';import _0x473a9c from'./integrations/basicstyles.js';import _0x9891e8 from'./integrations/blockquote.js';import _0x35f2f3 from'./integrations/casechange.js';import _0x1d5e23 from'./integrations/ckbox.js';import _0x2c39da from'./integrations/codeblock.js';import _0x4ea388 from'./integrations/comments.js';import _0x38c07e from'./integrations/deletecommand.js';import _0x569ed6 from'./integrations/list.js';import _0x1c1594 from'./integrations/listproperties.js';import _0x61c9a5 from'./integrations/entercommand.js';import _0x31ddeb from'./integrations/findandreplace.js';import _0xa8b2a9 from'./integrations/font.js';import _0x3e9081 from'./integrations/formatpainter.js';import _0x5cd2eb from'./integrations/heading.js';import _0x4dfadd from'./integrations/highlight.js';import _0x314b07 from'./integrations/horizontalline.js';import _0x26e1cb from'./integrations/htmlembed.js';import _0x488e73 from'./integrations/image.js';import _0x5e7aa7 from'./integrations/imagereplace.js';function _0x2836(){const _0xa7a39e=['substr','concat','suggestion:','model','collaboration.channelId','track-changes-command-not-found','from','ck-suggestion-marker--active','_initAriaMarkerChangeAnnouncements','comments','isAfter','end','refresh','attributeOldValue','createPositionAfter','updateSuggestion','_commentsRepository','toUpperCase','change:_saved','stopListening','addRange','insertion:chain','writer','_mergeNestedSuggestions','formatGroupId','markAttributeChange','deletion:chain','trackChanges','group','_setSuggestionData','dataReady','differ','registerCustomCallback','schema','addClass','assign','notReady','conversion','enqueueChange','removeMarker:suggestion:formatBlock','containsPosition','isOwn','_checkSuggestionCorrectness','unbindElementFromMarkerName','insert','getNearestSelectionRange','markBlockFormat','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.','formatBlock:chain','delete','acceptSelectedSuggestions','editingDowncast','ck-suggestion-marker-formatInline','authoredAt','TrackChangesEditing','detach','_adapter','attribute:accept','authorName','_getAuthorFromId','getSuggestion','removeMarker:suggestion:attribute','getCustomProperty','ready','_findSuggestions','deleteContent','deletion:accept','locale','isArray','previous','markMultiRangeBlockFormat','getItems','formatBlock','_enableDefaultAttributesIntegration','next','howMany','rethrowUnexpectedError','set','suggestion-type','removeAttribute','chain','includes','fetchCommentThread','execute','attribute:discard','deletion','fromRange','config','12AzNpFS','resolve','map','highest','change','ariaLiveAnnouncer','markers','50hMmYoz','error-saving-suggestion-data-suggestion-discarded','newValue','createSelection','_isBlockAttribute','normal','rename','18438AuxiAk','isCollapsed','root','join','_enabledCommands','selection','isIntersecting','getSuggestions','track-changes-adapter-already-set','1626417AaNYAS','track-changes-suggestion-data-mismatch','data-suggestion','getChangedMarkers','suggestion:attribute:','markDeletion','createElement','formatInline','author','markerToData','return','isTouching','_registerInlineAttribute','getAttribute','_refreshAttributeSuggestionsChain','1692960TeBXHC','values','addSuggestion','push','_isForcedDefaultExecutionBlock','_suggestionState','trackChanges.mergeNestedSuggestions','_reduceSuggestionAttributeRange','track-changes-suggestion-not-found','getFirstRange','groupId','discardSelectedSuggestions','pop','attributeNewValue','_updateSuggestionData','every','removeMarkers','_setSuggestionRange','3366985DKmwoB','oldRange','isNextTo','get','elementEnd','getUser','isUndo','_getMarkerAnnouncementText','formatBlock:','remove','applyOperation','adapter','item','clone','@external','dataToMarker','commands','_removeSuggestion','upcast','containsItem','clear','widget','enableCommand','always','hasComments','start','reconvertMarker','createPositionAt','CommentsRepository','_addSuggestionMarker','meta','_suggestions','157028LrtTRO','document','insertion:accept','insertion:','markInsertion','commentThread','updateMarker','getIntersection','addMarker:suggestion','formatBlock:join','_blockAttributeKeys','then','_rangeIsInLocalUserInsertion','name','moveTargetPosition','filter','track-changes-enable-command-twice','getDifference','_joinSuggestions','addMarker','_handleNewSuggestionMarker','rejected','_createSuggestion','setAttribute','setTo','getChanges','options','_saved','getLastMatchingPosition','buildSuggestion','hasSuggestion','subType','low','_registerBlockAttribute','for','hasCommentThread','_refreshSuggestionsChain','oldValue','_getSuggestionData','getMarkers','size','attribute','elementStart','high','ENTER','isExternal','nodeBefore','deletion:join','markMultiRangeDeletion','attributeKey','formatBlock:discard','define','isIntersectingWithRange','addHighlight','_isRegisteredAttribute','_trackFormatChanges','getAllAdjacentSuggestions','value','warn','fromCharCode','markerToHighlight','isLimit','multipleBlocks','_addThreadToSuggestion','targetPosition','markerNameToElements','attributes','$elementName','isLocal','formatInline:join','format','isMultiRange','change:data','markInlineFormat','getRanges','isBlock','$text','announce','_getAttributeKey','attribute:','removeMarker','FORMATTING','elementToElement','track-changes-adapter-missing-getsuggestion','unshift','insertion','listenTo','marker-count','showSuggestionHighlights','isDocumentOperation','1819904bQXYTP','discardAllSuggestions','Users','stop','consume','LEAVE','toJSON','_defaultCallbacks','splitPosition','external:','$marker','containerElement','isObject','sort','head','registerPostFixer','commandName','originalSuggestionId','_customCallbacks','activeMarkers','markerReady','_processAttributeChanges','tablePasteChainId','enableReadOnlyMode','ck-suggestion-marker','formatInline:accept','setSelection','multi','find','accepted','suggestionChanged','containsRangeInObject','addCommentThread','$textProxy','suggestion','_suggestionFactory','insertion:join','bindElementToMarker','deletion:discard','isInsideObject','open','formatBlock:accept','_processAttributeSuggestions','before','isBefore','addMarker:suggestion:formatBlock','_splitMarkerName','forward','backward','getMultiRangeId','init','toViewElement','keys','plugins','insertContent','_afterChanges','addUser','nodeAfter','move','PendingActions','PENDING_ACTION_SUGGESTION','getFirstMarker','createPositionBefore','range','_recordAttributeChanges','mapper','getCommentThread','never','skipNestingCheck','default','documentSelection','_registerDefaultCallbacks','isSelectable','createRange','containsRange','position','removeClass','markerName','getSuggestionCallback','_inlineAttributeKeys','insertion:discard','_onDiscard','editor','requires','removeComment','has','_reduceExistingSuggestions','batch','length','track-changes-user-not-found','addMarker:suggestion:attribute','ck-suggestion-marker-','discardSuggestion','after','acceptSuggestion','forceDefaultExecution','pluginName','isEqual','catch','formatInline:discard','_editor','forEach','newRange','markMultiRangeInsertion','some','260244VSaesy','_getExternalAuthor','createRangeOn','_recordAttributeSuggestions','parent','element','getRange','unbind','deletion:','createRangeIn','split','_cutOutSuggestionMarker','consumable','trackChangesCommand','update:suggestion','change:activeMarkers','acceptAllSuggestions','_element','formatInline:chain','lowest','attribute:join','createdAt','accept','removed','trackChanges.trackFormatChanges','$graveyard','add','_isDataLoaded','ck-suggestion-marker-formatBlock','getShiftedBy','addComment','editing','isAtStart','isInContent','discard','substring','getAncestors','formatInline:','type','_descriptionFactory','creator','addMarkerName','_model','fire','startsWith','getContainedElement','addSuggestionData','key','getWalker','splice','dataDowncast','isRemovable','_SUGGESTION_ANNOUNCEMENT','isAtEnd','rootName','_breakSuggestionMarker','suggestionLoaded','_joinWithAdjacentSuggestions','248YrQufc','data','suggestionUnloaded'];_0x2836=function(){return _0xa7a39e;};return _0x2836();}import _0x3f50fb from'./integrations/imagestyle.js';import _0x4ab095 from'./integrations/importword.js';import _0xef5677 from'./integrations/indent.js';import _0x16aa3c from'./integrations/inputcommand.js';import _0x467f42 from'./integrations/link.js';import _0x4f1333 from'./integrations/legacylist.js';function _0x50a9(_0x4c7ed0,_0x5d637a){const _0x283631=_0x2836();return _0x50a9=function(_0x50a974,_0x316d1d){_0x50a974=_0x50a974-0xcf;let _0x5665f9=_0x283631[_0x50a974];return _0x5665f9;},_0x50a9(_0x4c7ed0,_0x5d637a);}import _0x42740a from'./integrations/legacylistproperties.js';import _0x24add2 from'./integrations/mediaembed.js';import _0x305eb7 from'./integrations/mention.js';import _0x2d788e from'./integrations/multilevellist.js';import _0x3664c1 from'./integrations/pagebreak.js';import _0x547ea3 from'./integrations/paragraph.js';import _0x10211e from'./integrations/removeformat.js';import _0x36f3af from'./integrations/restrictededitingmode.js';import _0x125c50 from'./integrations/shiftentercommand.js';import _0x55ec20 from'./integrations/standardeditingmode.js';import _0x315c21 from'./integrations/style.js';import _0x1323e2 from'./integrations/table.js';import _0x29e6f1 from'./integrations/tablemergesplit.js';import _0x66bc8b from'./integrations/tableheadings.js';import _0x2b7816 from'./integrations/tableclipboard.js';import _0x22606d from'./integrations/tablecolumnresize.js';import _0x523115 from'./integrations/template.js';import _0x1446f1 from'./integrations/tableofcontents.js';import _0x17a8a7 from'./integrations/title.js';import _0x137983 from'./integrations/undo.js';import _0x1610d3 from'./integrations/tablecaption.js';import _0x254b35 from'./integrations/tableproperties.js';import{getTranslation as _0xe5b8b9}from'./utils/common-translations.js';import{isEqual as _0x5eb54e,omit as _0x6b8dd2}from'lodash-es';export const renameAttributeKey=_0x19fd03(0x10c);export default class p extends _0x2fa14d{static get[_0x19fd03(0x176)](){const _0x4fe4b7=_0x19fd03;return[_0x4fe4b7(0x275),_0x4c9b60,_0x2e406e,_0x15ca1e,_0x421dcc,_0x473a9c,_0x9891e8,_0x1d5e23,_0x35f2f3,_0x2c39da,_0x4ea388,_0x38c07e,_0x61c9a5,_0x31ddeb,_0xa8b2a9,_0x3e9081,_0x5cd2eb,_0x4dfadd,_0x314b07,_0x26e1cb,_0x488e73,_0x3f50fb,_0x5e7aa7,_0x4ab095,_0xef5677,_0x16aa3c,_0x4f1333,_0x42740a,_0x2d788e,_0x467f42,_0x569ed6,_0x1c1594,_0x24add2,_0x305eb7,_0x3664c1,_0x547ea3,_0x10211e,_0x36f3af,_0x125c50,_0x55ec20,_0x315c21,_0x1323e2,_0x29e6f1,_0x66bc8b,_0x1610d3,_0x2b7816,_0x22606d,_0x1446f1,_0x254b35,_0x523115,_0x17a8a7,_0x137983];}static get[_0x19fd03(0x183)](){const _0x377477=_0x19fd03;return _0x377477(0x1ff);}constructor(_0x5cb3f3){const _0x2e1ec9=_0x19fd03;function _0x43acb4(_0x5e7507){const _0x126f1c=_0x50a9;return _0x5e7507[_0x126f1c(0x223)](_0x4720bb=>String[_0x126f1c(0x104)](_0x4720bb))[_0x126f1c(0x232)]('');}super(_0x5cb3f3),this[_0x2e1ec9(0x18f)]=!0x1,this[_0x2e1ec9(0x216)](_0x2e1ec9(0x136),[]),this['on'](_0x2e1ec9(0x19b),(_0x5e532e,_0x17f4ad,_0x2eed70,_0xf94df1)=>{const _0x59ec43=_0x2e1ec9;this[_0x59ec43(0x1b6)][_0x59ec43(0x225)](()=>{const _0x178ff6=_0x59ec43;for(const _0x5dc8b5 of[..._0xf94df1,..._0x2eed70])this[_0x178ff6(0x1b6)][_0x178ff6(0x227)][_0x178ff6(0x178)](_0x5dc8b5)&&_0x5cb3f3[_0x178ff6(0x1ab)][_0x178ff6(0x273)](_0x5dc8b5);});}),this[_0x2e1ec9(0x1b3)]=new _0x42cdf6(this[_0x2e1ec9(0x175)][_0x2e1ec9(0x1cc)][_0x2e1ec9(0x1ea)],this[_0x2e1ec9(0x175)][_0x2e1ec9(0x20c)]),this[_0x2e1ec9(0x201)]=null,this[_0x2e1ec9(0x146)]=new xt(this[_0x2e1ec9(0x175)]),this[_0x2e1ec9(0x278)]=new Map(),this[_0x2e1ec9(0x1d9)]=_0x5cb3f3[_0x2e1ec9(0x158)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x275)),this[_0x2e1ec9(0x233)]=new Set(),this[_0x2e1ec9(0x1b6)]=this[_0x2e1ec9(0x175)][_0x2e1ec9(0x1cc)],this[_0x2e1ec9(0x24c)]=new WeakMap(),this[_0x2e1ec9(0x24b)]=!0x1,this[_0x2e1ec9(0xd3)]=new Set([_0x2e1ec9(0x10c)]),this[_0x2e1ec9(0x172)]=new Set(),_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0xfc)](_0x2e1ec9(0x1a4),_0x2e1ec9(0x168)),this[_0x2e1ec9(0x100)]=_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x1a4)),_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0xfc)](_0x2e1ec9(0x24d),!0x0),this[_0x2e1ec9(0x1e0)]=_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x24d)),this[_0x2e1ec9(0x199)]=new _0x4278f7(_0x5cb3f3,this[_0x2e1ec9(0x233)]),this[_0x2e1ec9(0x1d1)](),this[_0x43acb4([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x43acb4([0x34,0x30,0x34,0x38,0x30,0x38,0x32,0x30]);}[_0x19fd03(0x155)](){const _0x53f6ce=_0x19fd03,_0x25d7b8=this[_0x53f6ce(0x175)],_0x42ccc3=(_0x195b66,_0x51d05f)=>{const _0x46b197=_0x53f6ce;if(_0x46b197(0xf2)!=_0x195b66)return _0x46b197(0x17e)+_0x195b66;const _0x5ab665=_0x51d05f[_0x46b197(0x196)]('|')[0x0];return this[_0x46b197(0x22c)](_0x5ab665)?_0x46b197(0x1a8):_0x46b197(0x1fd);};_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x105)]({'model':_0x53f6ce(0x145),'view':_0x9c9685=>{const _0x335e36=_0x53f6ce,{id:_0x1acf30,type:_0x1db0ae,subType:_0x1e83f3}=this[_0x335e36(0x151)](_0x9c9685[_0x335e36(0x170)]),_0x46c424=[_0x335e36(0x13b),_0x42ccc3(_0x1db0ae,_0x1e83f3)];let _0x34b0dd=0xbb8;return this[_0x335e36(0x136)][_0x335e36(0x21a)](_0x9c9685[_0x335e36(0x170)])&&(_0x46c424[_0x335e36(0x24a)](_0x335e36(0x1d0)),_0x34b0dd=0xbc2),_0x335e36(0x21e)==_0x1db0ae&&(_0x34b0dd+=0x5),{'classes':_0x46c424,'attributes':{'data-suggestion':_0x1acf30},'priority':_0x34b0dd};}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x4c7d82=>{const _0x52f546=_0x53f6ce;_0x4c7d82['on'](_0x52f546(0xd1),(_0x50ec2d,_0x3b24e6,_0xd5c5e1)=>{const _0x5edc23=_0x52f546;if(!_0xd5c5e1[_0x5edc23(0xe3)][_0x5edc23(0x121)])return;const _0x5ab8de=_0x3b24e6[_0x5edc23(0x265)];if(!_0x5ab8de)return;const _0x2526b0=_0xd5c5e1[_0x5edc23(0x164)][_0x5edc23(0x156)](_0x5ab8de);_0x25d7b8[_0x5edc23(0x1cc)][_0x5edc23(0x1ea)][_0x5edc23(0x12f)](_0x5ab8de)&&_0x2526b0&&!_0x2526b0[_0x5edc23(0x207)](_0x5edc23(0x26e))&&_0x2526b0['is'](_0x5edc23(0x12e))&&_0x4bec4b(_0x2526b0,_0xd5c5e1[_0x5edc23(0x1df)]);},{'priority':_0x52f546(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x105)]({'model':_0x53f6ce(0x145),'view':(_0x374ddd,_0x2e49d2)=>{const _0x4e0179=_0x53f6ce;if(!_0x2e49d2[_0x4e0179(0xe3)][_0x4e0179(0x121)])return null;const {type:_0x3ae983,subType:_0x2bf9c1}=this[_0x4e0179(0x151)](_0x374ddd[_0x4e0179(0x170)]);return{'classes':[_0x4e0179(0x13b),_0x42ccc3(_0x3ae983,_0x2bf9c1)],'priority':0xbb8};}});const _0x902588=({showActiveMarkers:_0x52e5b4=!0x0,isAttributeSuggestion:_0x49d638=!0x1}={})=>(_0x5e6e93,_0x41548c,_0x5da9b)=>{const _0x1024ef=_0x53f6ce;if(!_0x41548c[_0x1024ef(0x265)])return;const {id:_0x2700b0}=this[_0x1024ef(0x151)](_0x41548c[_0x1024ef(0x170)]);if(_0x49d638){const _0x2fd27c=this[_0x1024ef(0x278)][_0x1024ef(0x25c)](_0x2700b0),_0x45ffbb=this[_0x1024ef(0x117)](_0x2fd27c);if(!this[_0x1024ef(0x22c)](_0x45ffbb))return;}if(_0x41548c[_0x1024ef(0x265)]['is'](_0x1024ef(0x234)))return void _0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x41548c[_0x1024ef(0x265)],_0x5e6e93[_0x1024ef(0xd6)]);const _0x239f1d=_0x5da9b[_0x1024ef(0x164)][_0x1024ef(0x156)](_0x41548c[_0x1024ef(0x265)]);if(_0x41548c[_0x1024ef(0x265)]['is'](_0x1024ef(0x191))&&_0x25d7b8[_0x1024ef(0x1cc)][_0x1024ef(0x1ea)][_0x1024ef(0x114)](_0x41548c[_0x1024ef(0x265)])&&!_0x239f1d[_0x1024ef(0x207)](_0x1024ef(0xfe))){_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x1eb)]([_0x1024ef(0x13b),_0x1024ef(0x1a8)],_0x239f1d),_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0xe0)](_0x1024ef(0x23a),_0x2700b0,_0x239f1d),_0x5da9b[_0x1024ef(0x164)][_0x1024ef(0x148)](_0x239f1d,_0x41548c[_0x1024ef(0x170)]),_0x52e5b4&&(this[_0x1024ef(0x136)][_0x1024ef(0x21a)](_0x41548c[_0x1024ef(0x170)])?_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x1eb)](_0x1024ef(0x1d0),_0x239f1d):_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x16f)](_0x1024ef(0x1d0),_0x239f1d));for(const _0x1e56f1 of _0x25d7b8[_0x1024ef(0x1cc)][_0x1024ef(0x195)](_0x41548c[_0x1024ef(0x265)])[_0x1024ef(0x210)]())_0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x1e56f1,_0x5e6e93[_0x1024ef(0xd6)]);_0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x41548c[_0x1024ef(0x265)],_0x5e6e93[_0x1024ef(0xd6)]);}};_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x357fba=>{const _0x120f83=_0x53f6ce;_0x357fba['on'](_0x120f83(0x150),(_0x2c5054,_0x65b3f9,_0x3b3438)=>{const _0x26ce52=_0x120f83;_0x3b3438[_0x26ce52(0xe3)][_0x26ce52(0x121)]&&_0x902588({'showActiveMarkers':!0x1})(_0x2c5054,_0x65b3f9,_0x3b3438);},{'priority':_0x120f83(0x224)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x5a1180=>{const _0x18e491=_0x53f6ce;_0x5a1180['on'](_0x18e491(0x17d),(_0x5d2c10,_0x16f826,_0x100c4f)=>{const _0x48cc66=_0x18e491;_0x100c4f[_0x48cc66(0xe3)][_0x48cc66(0x121)]&&_0x902588({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x5d2c10,_0x16f826,_0x100c4f);},{'priority':_0x18e491(0x224)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x241)]({'model':_0x53f6ce(0x145),'view':(_0x3180d2,_0x18bb57)=>_0x18bb57[_0x53f6ce(0xe3)][_0x53f6ce(0x121)]?null:{'group':_0x53f6ce(0x145),'name':_0x3180d2[_0x53f6ce(0x1c9)](0xb)}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x26b))[_0x53f6ce(0x11b)]({'view':{'name':_0x53f6ce(0x145),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x25f344,{writer:_0x55b91d})=>{const _0x2579f=_0x53f6ce;let _0x42d78c=_0x2579f(0x1cb)+_0x25f344[_0x2579f(0x245)](_0x2579f(0x217))+':'+_0x25f344[_0x2579f(0x245)]('id');return _0x25f344[_0x2579f(0x245)](_0x2579f(0x120))&&(_0x42d78c+=':'+_0x25f344[_0x2579f(0x245)](_0x2579f(0x120))),_0x55b91d[_0x2579f(0x23e)](_0x2579f(0x12d),{'data-name':_0x42d78c});}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x26b))[_0x53f6ce(0x268)]({'view':_0x53f6ce(0x145)}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0xfbef86=>{const _0x5f1989=_0x53f6ce;_0xfbef86['on'](_0x5f1989(0x150),_0x902588(),{'priority':_0x5f1989(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x12233e=>{const _0x57dfdc=_0x53f6ce;_0x12233e['on'](_0x57dfdc(0x17d),_0x902588({'isAttributeSuggestion':!0x0}),{'priority':_0x57dfdc(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x6dc958=>{const _0x208032=_0x53f6ce;_0x6dc958['on'](_0x208032(0x1f0),(_0x4dc56f,_0x20ca5d,_0x436cd8)=>{const _0x520a77=_0x208032,_0x3bac1c=_0x436cd8[_0x520a77(0x164)][_0x520a77(0x10a)](_0x20ca5d[_0x520a77(0x170)]);if(_0x3bac1c){for(const _0x1da25b of _0x3bac1c)_0x1da25b[_0x520a77(0x207)](_0x520a77(0xfe))||(_0x436cd8[_0x520a77(0x1df)][_0x520a77(0x16f)]([_0x520a77(0x13b),_0x520a77(0x1a8),_0x520a77(0x1d0)],_0x1da25b),_0x436cd8[_0x520a77(0x1df)][_0x520a77(0x218)](_0x520a77(0x23a),_0x1da25b),_0x436cd8[_0x520a77(0x164)][_0x520a77(0x1f4)](_0x1da25b,_0x20ca5d[_0x520a77(0x170)]));}},{'priority':_0x208032(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x393e95=>{const _0x1cfa6d=_0x53f6ce;_0x393e95['on'](_0x1cfa6d(0x206),(_0x4ebe31,_0x438339,_0x48c935)=>{const _0x50e9a1=_0x1cfa6d,_0x5acb18=_0x48c935[_0x50e9a1(0x164)][_0x50e9a1(0x10a)](_0x438339[_0x50e9a1(0x170)]);if(!_0x5acb18)return;const {id:_0x4c4376}=this[_0x50e9a1(0x151)](_0x438339[_0x50e9a1(0x170)]),_0x233855=this[_0x50e9a1(0x278)][_0x50e9a1(0x25c)](_0x4c4376),_0x28f2e5=this[_0x50e9a1(0x117)](_0x233855);if(this[_0x50e9a1(0x22c)](_0x28f2e5)){for(const _0x3d777c of _0x5acb18)_0x3d777c[_0x50e9a1(0x207)](_0x50e9a1(0xfe))||(_0x48c935[_0x50e9a1(0x1df)][_0x50e9a1(0x16f)]([_0x50e9a1(0x13b),_0x50e9a1(0x1a8),_0x50e9a1(0x1d0)],_0x3d777c),_0x48c935[_0x50e9a1(0x1df)][_0x50e9a1(0x218)](_0x50e9a1(0x23a),_0x3d777c),_0x48c935[_0x50e9a1(0x164)][_0x50e9a1(0x1f4)](_0x3d777c,_0x438339[_0x50e9a1(0x170)]));}},{'priority':_0x1cfa6d(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x337a77=>{const _0x4d4838=_0x53f6ce;let _0x30f419=!0x1;const _0x220489=Array[_0x4d4838(0x1cf)](_0x25d7b8[_0x4d4838(0x1cc)][_0x4d4838(0x27a)][_0x4d4838(0x1e8)][_0x4d4838(0x23b)]()),_0x467f8b=new Set();for(const {name:_0xa4b9b8,data:_0x5d28bc}of _0x220489){const {group:_0x34b54f,type:_0x5e31cd,subType:_0x24dd50,id:_0x34abb9}=this[_0x4d4838(0x151)](_0xa4b9b8);if(_0x4d4838(0x145)!==_0x34b54f)continue;const _0x473c1f=this[_0x4d4838(0x278)][_0x4d4838(0x25c)](_0x34abb9);if(null!=_0x5d28bc[_0x4d4838(0x189)]){_0x4d4838(0x23f)==_0x5e31cd&&(_0x30f419=_0x30f419||Et(_0x5d28bc[_0x4d4838(0x189)],_0xa4b9b8,_0x337a77,_0x25d7b8[_0x4d4838(0x1cc)][_0x4d4838(0x1ea)]));const _0x28f580=_0x4d4838(0xf2)==_0x5e31cd&&this[_0x4d4838(0x22c)](_0x24dd50[_0x4d4838(0x196)]('|')[0x0]);if(_0x5d28bc[_0x4d4838(0x189)][_0x4d4838(0x230)]||_0x4d4838(0x1a5)==_0x5d28bc[_0x4d4838(0x189)][_0x4d4838(0x231)][_0x4d4838(0x1c2)]||_0x4d4838(0x211)==_0x5e31cd&&!Ut(_0x5d28bc[_0x4d4838(0x189)])||_0x28f580&&!Ut(_0x5d28bc[_0x4d4838(0x189)])||_0x4d4838(0x21e)==_0x5e31cd&&!(!Tt(_0x1ea0fd=_0x5d28bc[_0x4d4838(0x189)])&&!function(_0x268d94){const _0x21c02a=_0x4d4838;return _0x268d94[_0x21c02a(0x272)][_0x21c02a(0x190)]==_0x268d94[_0x21c02a(0x1d4)][_0x21c02a(0xf7)]&&_0x268d94[_0x21c02a(0x272)][_0x21c02a(0x1c1)];}(_0x1ea0fd)))_0x337a77[_0x4d4838(0x119)](_0xa4b9b8),_0x30f419=!0x0;else{if(!_0x473c1f||!_0x473c1f[_0x4d4838(0x1ad)])continue;_0x467f8b[_0x4d4838(0x1a6)](_0x473c1f);}}}var _0x1ea0fd;return _0x467f8b[_0x4d4838(0xf1)]>0x0&&(_0x30f419=!!this[_0x4d4838(0x1c5)](_0x467f8b)||_0x30f419),_0x30f419;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x41f1f2=>{const _0x285e84=_0x53f6ce;let _0x5ba661=!0x1;for(const _0x37eaa8 of _0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x27a)][_0x285e84(0x1e8)][_0x285e84(0xe2)]())if(_0x285e84(0x1f5)==_0x37eaa8[_0x285e84(0x1b2)])for(const _0x2c147f of this[_0x285e84(0x278)][_0x285e84(0x248)]()){if(_0x2c147f[_0x285e84(0x110)]||!_0x2c147f[_0x285e84(0x1ad)])continue;const _0x4d5803=_0x285e84(0x211)==_0x2c147f[_0x285e84(0x1b2)],_0x66a034=this[_0x285e84(0x117)](_0x2c147f),_0x42aa28=_0x66a034&&this[_0x285e84(0x22c)](_0x66a034);if(!_0x4d5803&&!_0x42aa28)continue;const _0x269af0=_0x2c147f[_0x285e84(0x250)]();if(_0x269af0[_0x285e84(0x272)][_0x285e84(0x190)]!=_0x269af0[_0x285e84(0x1d4)][_0x285e84(0x190)]&&!_0x269af0[_0x285e84(0x1d4)][_0x285e84(0x1c1)]){const _0x245209=_0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x274)](_0x269af0[_0x285e84(0x272)][_0x285e84(0x15c)],_0x285e84(0x1d4)),_0x17e469=_0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x16c)](_0x269af0[_0x285e84(0x272)],_0x245209);_0x41f1f2[_0x285e84(0xcf)](_0x2c147f[_0x285e84(0x160)](),{'range':_0x17e469}),_0x5ba661=!0x0;}}return _0x5ba661;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x1faeeb=>this[_0x53f6ce(0x138)](_0x1faeeb)),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x3d4a1a=>!_0x3d4a1a[_0x53f6ce(0x17a)][_0x53f6ce(0x10d)]&&this[_0x53f6ce(0x14d)](_0x3d4a1a)),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x15a),()=>{const _0x2d4a31=_0x53f6ce;this[_0x2d4a31(0x18f)]=!0x1;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)]['on'](_0x53f6ce(0x111),(_0x38ca52,_0xa9ea2)=>{const _0x423544=_0x53f6ce;if(!_0xa9ea2[_0x423544(0x10d)]||_0xa9ea2[_0x423544(0x25f)])return;if(!this[_0x423544(0x18f)])return;const _0xea73e6=_0x25d7b8[_0x423544(0x1cc)][_0x423544(0x27a)][_0x423544(0x1e8)][_0x423544(0xe2)]();if(0x0==_0xea73e6[_0x423544(0x17b)])return;const _0x5f23e5=[],_0x4ce50f=_0xea73e6[_0x423544(0xd8)](_0x96e54d=>_0x423544(0xf2)==_0x96e54d[_0x423544(0x1b2)]),_0x4f0f42=_0xea73e6[_0x423544(0xd8)](_0x340332=>_0x423544(0x1f5)==_0x340332[_0x423544(0x1b2)]&&_0x423544(0x115)!=_0x340332[_0x423544(0xd6)]),_0x4bf399=_0xea73e6[_0x423544(0xd8)](_0x156269=>_0x423544(0x262)==_0x156269[_0x423544(0x1b2)]&&_0x423544(0x115)!=_0x156269[_0x423544(0xd6)]);for(const _0x205df0 of _0x4ce50f)this[_0x423544(0xff)](_0x205df0[_0x423544(0xfa)])&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x205df0[_0x423544(0xfa)],'newValue':_0x205df0[_0x423544(0x254)],'oldValue':_0x205df0[_0x423544(0x1d6)],'range':Ot(_0x205df0[_0x423544(0x162)],_0x25d7b8[_0x423544(0x1cc)])});for(const _0x3573e9 of _0x4f0f42){const _0x2a8b02=_0x4bf399[_0x423544(0x13f)](_0x5aa919=>_0x5aa919[_0x423544(0x19d)]===_0x3573e9[_0x423544(0x19d)]);if(_0x2a8b02){const _0x23bb4d=Gt(_0x3573e9[_0x423544(0x16e)][_0x423544(0x15c)],_0x25d7b8[_0x423544(0x1cc)]);_0x2a8b02[_0x423544(0xd6)]!==_0x3573e9[_0x423544(0xd6)]&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x423544(0x10c),'newValue':_0x3573e9[_0x423544(0xd6)],'oldValue':_0x2a8b02[_0x423544(0xd6)],'range':_0x23bb4d});for(const [_0x540143,_0x43e739]of _0x2a8b02[_0x423544(0x10b)]){if(!this[_0x423544(0xff)](_0x540143))continue;const _0x946c2b=_0x3573e9[_0x423544(0x10b)][_0x423544(0x25c)](_0x540143);_0x43e739!==_0x946c2b&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x540143,'newValue':_0x946c2b,'oldValue':_0x43e739,'range':_0x23bb4d});}for(const [_0x446d8c,_0x27363e]of _0x3573e9[_0x423544(0x10b)])this[_0x423544(0xff)](_0x446d8c)&&(_0x2a8b02[_0x423544(0x10b)][_0x423544(0x178)](_0x446d8c)||_0x5f23e5[_0x423544(0x24a)]({'key':_0x446d8c,'newValue':_0x27363e,'oldValue':null,'range':_0x23bb4d}));}}0x0!=_0x5f23e5[_0x423544(0x17b)]&&_0x25d7b8[_0x423544(0x1cc)][_0x423544(0x1ef)](_0xa9ea2,_0x1c2672=>{const _0x1855ee=_0x423544,_0x5d44cb=_0x147f23();for(const {range:_0x480af4,key:_0x1164a,oldValue:_0x3fec34,newValue:_0x40870a}of _0x5f23e5)this[_0x1855ee(0x1e2)](_0x480af4,_0x1164a,_0x3fec34,_0x40870a,{'groupId':_0x5d44cb});this[_0x1855ee(0x179)](_0x1c2672,_0x5f23e5);});},{'priority':_0x53f6ce(0x19f)}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x227)]['on'](_0x53f6ce(0x19a),(_0x3b4263,_0x3d4388,_0x4100bf)=>{const _0x45afda=_0x53f6ce;if(null==_0x4100bf){const {id:_0x59764b}=this[_0x45afda(0x151)](_0x3d4388[_0x45afda(0xd6)]),_0x6c758b=this[_0x45afda(0x278)][_0x45afda(0x25c)](_0x59764b);_0x6c758b&&_0x6c758b[_0x45afda(0x1b5)](_0x3d4388[_0x45afda(0xd6)]);}}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)]['on'](_0x53f6ce(0x111),()=>{const _0x508051=_0x53f6ce,_0x5698e9=Array[_0x508051(0x1cf)](_0x25d7b8[_0x508051(0x1cc)][_0x508051(0x27a)][_0x508051(0x1e8)][_0x508051(0x23b)]())[_0x508051(0xd8)](_0xd8b00c=>_0x508051(0x145)===this[_0x508051(0x151)](_0xd8b00c[_0x508051(0xd6)])[_0x508051(0x1e5)]);if(0x0===_0x5698e9[_0x508051(0x17b)])return;_0x5698e9[_0x508051(0x130)]((_0x55f972,_0x35526b)=>{const _0x527cb8=_0x508051,_0x1a2190=_0x55f972[_0x527cb8(0x1c7)][_0x527cb8(0x25a)],_0x3a1845=_0x35526b[_0x527cb8(0x1c7)][_0x527cb8(0x25a)];return null===_0x1a2190&&null===_0x3a1845?0x0:null===_0x1a2190&&null!==_0x3a1845?-0x1:null!==_0x1a2190&&null===_0x3a1845?0x1:_0x1a2190[_0x527cb8(0x272)][_0x527cb8(0x14f)](_0x3a1845[_0x527cb8(0x272)])?-0x1:0x1;});const _0xb82f97=new Set(),_0xc0768b=new Set();for(const {name:_0x6b488d,data:_0x5c98aa}of _0x5698e9){const {id:_0x586c2a}=this[_0x508051(0x151)](_0x6b488d);if(null===_0x5c98aa[_0x508051(0x25a)]){const _0x3942ed=this[_0x508051(0xdd)](_0x6b488d);_0xc0768b[_0x508051(0x1a6)](_0x3942ed);}else{const _0x350be8=this[_0x508051(0x278)][_0x508051(0x25c)](_0x586c2a);null!==_0x5c98aa[_0x508051(0x189)]||_0x350be8[_0x508051(0x1ad)]?(_0xb82f97[_0x508051(0x1a6)](_0x350be8[_0x508051(0x131)]),_0xc0768b[_0x508051(0x1a6)](_0x350be8)):this[_0x508051(0x26a)](_0x350be8);}}_0xc0768b[_0x508051(0xf1)]>0x0&&this[_0x508051(0xed)](_0xc0768b);for(const _0x547e31 of _0xb82f97)this[_0x508051(0x1b7)](_0x508051(0x141),_0x547e31);}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x263),(_0x19faab,_0x41de0b)=>{const _0x4075f0=_0x53f6ce,_0x4ef66f=_0x41de0b[0x0];if(!this[_0x4075f0(0x278)][_0x4075f0(0xf1)])return;if(!_0x4ef66f[_0x4075f0(0x122)])return;if(_0x4ef66f[_0x4075f0(0x17a)][_0x4075f0(0x25f)]||!_0x4ef66f[_0x4075f0(0x17a)][_0x4075f0(0x10d)])return;let _0x2ddba9,_0x5afa49;switch(_0x4ef66f[_0x4075f0(0x1b2)]){case _0x4075f0(0x1f5):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x16e)]),_0x5afa49=_0x2ddba9[_0x4075f0(0x1a9)](_0x4ef66f[_0x4075f0(0x214)]);break;case _0x4075f0(0x196):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x12b)]),_0x5afa49=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0xd7)]);break;case _0x4075f0(0x15d):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x109)]),_0x5afa49=_0x2ddba9[_0x4075f0(0x1a9)](_0x4ef66f[_0x4075f0(0x214)]);break;default:return;}const _0x26dc40=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x16c)](_0x2ddba9,_0x5afa49);_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x225)](()=>{const _0x5f58e2=_0x4075f0;for(const {suggestion:_0x39b842,meta:_0x22aa27}of this[_0x5f58e2(0x209)](_0x26dc40)){if(_0x39b842[_0x5f58e2(0x110)])continue;if(_0x5f58e2(0x23f)==_0x39b842[_0x5f58e2(0x1b2)])continue;const _0x3893dc=this[_0x5f58e2(0x117)](_0x39b842);if(_0x3893dc&&this[_0x5f58e2(0x22c)](_0x3893dc)&&_0x5f58e2(0x196)!=_0x4ef66f[_0x5f58e2(0x1b2)])continue;const _0x1316da=_0x39b842[_0x5f58e2(0x1c7)]&&_0x39b842[_0x5f58e2(0x1c7)][_0x5f58e2(0x107)];(_0x5f58e2(0x211)!=_0x39b842[_0x5f58e2(0x1b2)]||_0x5f58e2(0x196)==_0x4ef66f[_0x5f58e2(0x1b2)]&&!_0x1316da)&&(_0x22aa27[_0x5f58e2(0x142)]||_0x5f58e2(0x11e)==_0x39b842[_0x5f58e2(0x1b2)]&&_0x22aa27[_0x5f58e2(0x1f2)]||_0x39b842[_0x5f58e2(0x250)]()[_0x5f58e2(0x16d)](_0x26dc40)&&this[_0x5f58e2(0x1c3)](_0x39b842,_0x2ddba9,_0x5afa49));}});},{'priority':_0x53f6ce(0x19f)}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x20a),(_0x55e97f,_0x5abb28)=>{const _0x9a813f=_0x53f6ce,_0x1914dd=_0x5abb28[0x0],_0x577d21=_0x5abb28[0x1];if(_0x577d21&&_0x577d21[_0x9a813f(0x182)])return;if(this[_0x9a813f(0x24b)])return;if(!this[_0x9a813f(0x199)][_0x9a813f(0x102)])return;if(_0x1914dd[_0x9a813f(0x230)])return;const _0x2b0d0b=_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x1ea)],{start:_0x411b30,end:_0x1041b6}=_0x1914dd[_0x9a813f(0x250)](),_0x41e9c0=_0x411b30[_0x9a813f(0x15c)]&&_0x2b0d0b[_0x9a813f(0x106)](_0x411b30[_0x9a813f(0x15c)])?null:_0x2b0d0b[_0x9a813f(0x1f6)](_0x411b30,_0x9a813f(0x152)),_0x3b5c1f=_0x1041b6[_0x9a813f(0xf7)]&&_0x2b0d0b[_0x9a813f(0x106)](_0x1041b6[_0x9a813f(0xf7)])?null:_0x2b0d0b[_0x9a813f(0x1f6)](_0x1041b6,_0x9a813f(0x153)),_0x5b1bc2=_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x16c)](_0x41e9c0?_0x41e9c0[_0x9a813f(0x272)]:_0x411b30,_0x3b5c1f?_0x3b5c1f[_0x9a813f(0x1d4)]:_0x1041b6);_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x225)](_0x2deca3=>{const _0x9cb881=_0x9a813f;this[_0x9cb881(0x23d)](_0x5b1bc2);const _0x41d226=_0x25d7b8[_0x9cb881(0x1cc)][_0x9cb881(0x1ea)][_0x9cb881(0x1f6)](_0x5b1bc2[_0x9cb881(0x272)]);_0x1914dd['is'](_0x9cb881(0x169))?_0x2deca3[_0x9cb881(0x13d)](_0x41d226):_0x1914dd[_0x9cb881(0xe1)](_0x41d226);}),_0x55e97f[_0x9a813f(0x126)]();},{'priority':_0x4d5b3f[_0x53f6ce(0x22d)]+0xa}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x159),(_0x58fe36,_0x4599f3)=>{const _0x4221e8=_0x53f6ce,_0x21de86=_0x4599f3[_0x4599f3[_0x4221e8(0x17b)]-0x1];_0x21de86&&_0x21de86[_0x4221e8(0x182)]||this[_0x4221e8(0x24b)]||this[_0x4221e8(0x199)][_0x4221e8(0x102)]&&(_0x25d7b8[_0x4221e8(0x1cc)][_0x4221e8(0x225)](()=>{const _0x459f1c=_0x4221e8;let _0x10e7fb=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x159)](_0x4599f3[0x0],_0x4599f3[0x1],_0x4599f3[0x2],{'forceDefaultExecution':!0x0});if(!_0x10e7fb)return;_0x58fe36[_0x459f1c(0x242)]=_0x10e7fb[_0x459f1c(0x266)]();const _0x678220=_0x10e7fb[_0x459f1c(0x1d4)][_0x459f1c(0xf7)],_0x4f38bc=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x1ea)];_0x678220&&_0x4f38bc[_0x459f1c(0x114)](_0x678220)&&!_0x4f38bc[_0x459f1c(0x12f)](_0x678220)&&(_0x10e7fb=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x16c)](_0x10e7fb[_0x459f1c(0x272)],_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x274)](_0x678220,_0x459f1c(0x1d4)))),this[_0x459f1c(0x27d)](_0x10e7fb);}),_0x58fe36[_0x4221e8(0x126)]());},{'priority':_0x53f6ce(0xf4)}),this[_0x53f6ce(0x175)][_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x1e4),this[_0x53f6ce(0x199)]),this[_0x53f6ce(0x26f)](_0x53f6ce(0x1e4));const _0x5f336c=new _0x48fb8e(_0x25d7b8,this[_0x53f6ce(0x278)]);_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x181),_0x5f336c),this[_0x53f6ce(0x26f)](_0x53f6ce(0x181));const _0x100e46=new _0x28a729(_0x25d7b8,this[_0x53f6ce(0x278)]);_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x17f),_0x100e46),this[_0x53f6ce(0x26f)](_0x53f6ce(0x17f)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x19c),new _0x4db6c6(_0x25d7b8,_0x5f336c,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x19c)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x124),new _0x4db6c6(_0x25d7b8,_0x100e46,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x124)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x1fb),new _0x2306ee(_0x25d7b8,_0x5f336c,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x1fb)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x252),new _0x2306ee(_0x25d7b8,_0x100e46,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x252));const _0x2f82f3=_0x25d7b8[_0x53f6ce(0x158)][_0x53f6ce(0x25c)](_0x53f6ce(0x275));this[_0x53f6ce(0x11f)](_0x2f82f3,_0x53f6ce(0x1aa),(_0x281aa5,{threadId:_0x8e9b3c})=>{const _0x1837f4=_0x53f6ce,_0x37bb41=this[_0x1837f4(0x278)][_0x1837f4(0x25c)](_0x8e9b3c);_0x37bb41&&_0x37bb41[_0x1837f4(0x27e)]&&0x1===_0x37bb41[_0x1837f4(0x27e)][_0x1837f4(0x17b)]&&this[_0x1837f4(0x255)](_0x8e9b3c,{'hasComments':!0x0});},{'priority':_0x53f6ce(0xe9)}),this[_0x53f6ce(0x11f)](_0x2f82f3,_0x53f6ce(0x177),(_0x1d1c80,{threadId:_0x3c3b08})=>{const _0x536772=_0x53f6ce,_0x483146=this[_0x536772(0x278)][_0x536772(0x25c)](_0x3c3b08);_0x483146&&_0x483146[_0x536772(0x27e)]&&!_0x483146[_0x536772(0x27e)][_0x536772(0x17b)]&&this[_0x536772(0x255)](_0x3c3b08,{'hasComments':!0x1});},{'priority':_0x53f6ce(0xe9)});}set[_0x19fd03(0x264)](_0x34df2c){const _0x594da2=_0x19fd03;if(this[_0x594da2(0x201)])throw new _0x1f491d(_0x594da2(0x237),this);this[_0x594da2(0x201)]=_0x34df2c;}get[_0x19fd03(0x264)](){const _0x53c0b0=_0x19fd03;return this[_0x53c0b0(0x201)];}[_0x19fd03(0x236)]({skipNotAttached:_0x1a66ed=!0x1,toJSON:_0x5cc8a5=!0x1}={}){const _0x3bfb88=_0x19fd03,_0x28c01d=[];for(const _0x38a941 of this[_0x3bfb88(0x278)][_0x3bfb88(0x248)]())_0x1a66ed&&!_0x38a941[_0x3bfb88(0x1ad)]||_0x28c01d[_0x3bfb88(0x24a)](_0x38a941);return _0x5cc8a5?_0x28c01d[_0x3bfb88(0x223)](_0xc453ee=>_0xc453ee[_0x3bfb88(0x129)]()):_0x28c01d;}[_0x19fd03(0x205)](_0x39a326){const _0x36e259=_0x19fd03,_0x252bd4=this[_0x36e259(0x278)][_0x36e259(0x25c)](_0x39a326);if(!_0x252bd4)throw new _0x1f491d(_0x36e259(0x24f),this);return _0x252bd4;}[_0x19fd03(0xe7)](_0x434aa5){const _0x37c7a1=_0x19fd03;return this[_0x37c7a1(0x278)][_0x37c7a1(0x178)](_0x434aa5);}[_0x19fd03(0x1ba)](_0x4ea8ad){const _0x595aca=_0x19fd03,{authorId:_0x52965f,id:_0x289070,attributes:_0x1df154}=_0x4ea8ad,[_0x2eacc1,_0x25c81c]=_0x4ea8ad[_0x595aca(0x1b2)][_0x595aca(0x196)](':'),_0xbe4b8=this[_0x595aca(0x278)][_0x595aca(0x25c)](_0x289070)||this[_0x595aca(0xdf)](_0x2eacc1,_0x25c81c,_0x289070,_0x52965f,_0x1df154);if(this[_0x595aca(0x108)](_0xbe4b8),this[_0x595aca(0x1f3)](_0xbe4b8,_0x2eacc1,_0x25c81c||null,_0x52965f),_0xbe4b8[_0x595aca(0x1a1)]=_0x4ea8ad[_0x595aca(0x1a1)],_0xbe4b8[_0x595aca(0x1a7)]=!0x0,_0x1df154&&_0x1df154[_0x595aca(0x267)]){const _0x3a104d=_0x1df154[_0x595aca(0x267)],_0x1f272e=this[_0x595aca(0x18d)](_0x3a104d[_0x595aca(0x203)]);_0xbe4b8[_0x595aca(0x1fe)]=_0x3a104d[_0x595aca(0x1a1)],_0xbe4b8[_0x595aca(0x240)]=_0x1f272e,_0xbe4b8[_0x595aca(0xf6)]=!0x0;}else _0xbe4b8[_0x595aca(0x1fe)]=_0x4ea8ad[_0x595aca(0x1a1)];switch(_0x4ea8ad[_0x595aca(0x1c7)]&&(_0xbe4b8[_0x595aca(0x1c7)]=_0x4ea8ad[_0x595aca(0x1c7)]),_0x4ea8ad[_0x595aca(0x10b)]&&(_0xbe4b8[_0x595aca(0x10b)]=_0x4ea8ad[_0x595aca(0x10b)]),this[_0x595aca(0x201)]&&this[_0x595aca(0x201)][_0x595aca(0x249)]||(_0xbe4b8[_0x595aca(0xe4)]=!0x0),this[_0x595aca(0x24c)][_0x595aca(0x25c)](_0xbe4b8)){case _0x595aca(0x1ed):this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x1e7));break;case _0x595aca(0x137):_0xbe4b8[_0x595aca(0x1ad)]?(this[_0x595aca(0x1c5)](new Set([_0xbe4b8])),this[_0x595aca(0xed)](new Set([_0xbe4b8])),this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x208)),this[_0x595aca(0x1b7)](_0x595aca(0x1c4),_0xbe4b8)):this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x1a3));}return _0xbe4b8;}[_0x19fd03(0x181)](_0x150238){const _0xd91485=_0x19fd03;this[_0xd91485(0x182)](()=>{const _0x1dcb5f=_0xd91485;this[_0x1dcb5f(0x175)][_0x1dcb5f(0x1cc)][_0x1dcb5f(0x225)](()=>{const _0x23660e=_0x1dcb5f;for(const _0x4054e6 of _0x150238[_0x23660e(0x101)]())_0x4054e6[_0x23660e(0x1a2)]();});});}[_0x19fd03(0x17f)](_0x47ea5b){const _0x322b71=_0x19fd03;this[_0x322b71(0x182)](()=>{const _0x4921fb=_0x322b71;this[_0x4921fb(0x175)][_0x4921fb(0x1cc)][_0x4921fb(0x225)](()=>{const _0x221934=_0x4921fb;for(const _0xc54295 of _0x47ea5b[_0x221934(0x101)]())_0xc54295[_0x221934(0x1ae)]();});});}[_0x19fd03(0x26f)](_0x4e19c6,_0x572d19){const _0x2d95c6=_0x19fd03,_0x447e47=this[_0x2d95c6(0x175)][_0x2d95c6(0x269)][_0x2d95c6(0x25c)](_0x4e19c6);if(!_0x447e47)throw new _0x1f491d(_0x2d95c6(0x1ce),this,{'commandName':_0x4e19c6});if(this[_0x2d95c6(0x233)][_0x2d95c6(0x178)](_0x447e47))throw new _0x1f491d(_0x2d95c6(0xd9),this,{'commandName':_0x4e19c6});this[_0x2d95c6(0x233)][_0x2d95c6(0x1a6)](_0x447e47),_0x572d19&&_0x447e47['on'](_0x2d95c6(0x21c),(_0x387f6a,_0x357ab3)=>{const _0x1d9a22=_0x2d95c6;this[_0x1d9a22(0x199)][_0x1d9a22(0x102)]&&(this[_0x1d9a22(0x24b)]||(_0x357ab3[_0x1d9a22(0x17b)]>0x0&&_0x357ab3[_0x357ab3[_0x1d9a22(0x17b)]-0x1]&&_0x357ab3[_0x357ab3[_0x1d9a22(0x17b)]-0x1][_0x1d9a22(0x182)]?_0x357ab3[_0x1d9a22(0x253)]():(_0x387f6a[_0x1d9a22(0x242)]=_0x572d19((..._0x3fa2a3)=>_0x447e47[_0x1d9a22(0x21c)](..._0x3fa2a3,{'forceDefaultExecution':!0x0}),..._0x357ab3),_0x387f6a[_0x1d9a22(0x126)]())));},{'priority':_0x2d95c6(0xf4)});}[_0x19fd03(0x182)](_0x4180bf){const _0x36235d=_0x19fd03;let _0x5a839a,_0x113d90;const _0x4c317d=this[_0x36235d(0x24b)];this[_0x36235d(0x24b)]=!0x0;try{_0x5a839a=_0x4180bf();}catch(_0x42911c){_0x113d90=_0x42911c;}return _0x4c317d||(this[_0x36235d(0x24b)]=!0x1),_0x113d90&&_0x1f491d[_0x36235d(0x215)](_0x113d90,this),_0x5a839a;}[_0x19fd03(0x27d)](_0x2865c5,_0x3668c7=null,_0x584f85={}){const _0x17bb39=_0x19fd03;if(_0x2865c5[_0x17bb39(0x230)])return null;const _0x5a0c28=this[_0x17bb39(0x175)][_0x17bb39(0x158)][_0x17bb39(0x25c)](_0x17bb39(0x125))['me'];for(const {suggestion:_0x3cc821,meta:_0xb3c0a3}of this[_0x17bb39(0x209)](_0x2865c5,_0x17bb39(0x11e)))if(_0xb3c0a3[_0x17bb39(0x1f2)]){if(!_0xb3c0a3[_0x17bb39(0x25b)]){if(_0xb3c0a3[_0x17bb39(0x142)]){if(!this[_0x17bb39(0x1e0)]||!Lt(_0x3cc821,_0x584f85))continue;return _0x3cc821;}if(Lt(_0x3cc821,_0x584f85))return _0x3cc821;this[_0x17bb39(0x1c3)](_0x3cc821,_0x2865c5[_0x17bb39(0x272)],_0x2865c5[_0x17bb39(0x1d4)]);break;}if(_0x3668c7==_0x3cc821[_0x17bb39(0xe8)]&&Lt(_0x3cc821,_0x584f85)){const _0x21d477=_0x3cc821[_0x17bb39(0x250)]();return _0x21d477[_0x17bb39(0x272)][_0x17bb39(0x184)](_0x2865c5[_0x17bb39(0x1d4)])?this[_0x17bb39(0x258)](_0x3cc821,this[_0x17bb39(0x1b6)][_0x17bb39(0x16c)](_0x2865c5[_0x17bb39(0x272)],_0x21d477[_0x17bb39(0x1d4)])):this[_0x17bb39(0x258)](_0x3cc821,this[_0x17bb39(0x1b6)][_0x17bb39(0x16c)](_0x21d477[_0x17bb39(0x272)],_0x2865c5[_0x17bb39(0x1d4)])),_0x3cc821;}}const _0xd9ebf6=_0x147f23(),_0x139175=_0x5a0c28['id'],_0x12650a=_0x3668c7?_0x17bb39(0x27c)+_0x3668c7:_0x17bb39(0x11e),_0x4ad4b3=this[_0x17bb39(0x1e6)]({'id':_0xd9ebf6,'type':_0x12650a,'createdAt':new Date(),'authorId':_0x139175,'attributes':_0x584f85});return this[_0x17bb39(0x276)](_0x12650a,_0xd9ebf6,_0x139175,_0x2865c5),_0x4ad4b3;}[_0x19fd03(0x18a)](_0x8edfc6,_0x30d875=_0x19fd03(0x13e),_0x42bdae={}){const _0x4b5854=_0x19fd03,_0x206ee6=this[_0x4b5854(0x175)][_0x4b5854(0x158)][_0x4b5854(0x25c)](_0x4b5854(0x125))['me'],_0x6613f1=this[_0x4b5854(0x146)][_0x4b5854(0x171)](_0x4b5854(0x11e),_0x30d875,_0x4b5854(0x232));for(const _0x5d2919 of this[_0x4b5854(0x236)]())if(_0x5d2919[_0x4b5854(0x240)]['id']==_0x206ee6['id']&&_0x4b5854(0x11e)==_0x5d2919[_0x4b5854(0x1b2)]&&_0x5d2919[_0x4b5854(0xe8)]==_0x30d875&&Lt(_0x5d2919,_0x42bdae)&&(_0x6613f1(_0x5d2919[_0x4b5854(0x113)](),_0x8edfc6)||_0x6613f1(_0x8edfc6,_0x5d2919[_0x4b5854(0x113)]()))){for(const _0x467cff of _0x8edfc6)_0x5d2919[_0x4b5854(0x1dd)](_0x467cff);return _0x5d2919;}for(const {suggestion:_0x255902,meta:_0x2137aa}of this[_0x4b5854(0x209)](_0x8edfc6,_0x4b5854(0x11e))){if(!_0x2137aa[_0x4b5854(0x1f2)])continue;if(!this[_0x4b5854(0x1e0)]&&_0x2137aa[_0x4b5854(0x142)])continue;if(!Lt(_0x255902,_0x42bdae))continue;let _0x2d714f=!0x0;for(const _0x2833a7 of _0x255902[_0x4b5854(0x113)]())for(const _0xc79a3a of _0x8edfc6)if(!_0x2833a7[_0x4b5854(0x16d)](_0xc79a3a)){_0x2d714f=!0x1;break;}if(_0x2d714f)return _0x255902;}const _0x352309=_0x147f23(),_0x848559=_0x206ee6['id'],_0x2fb5b5=_0x4b5854(0x27c)+_0x30d875,_0x48dd41=this[_0x4b5854(0x1e6)]({'id':_0x352309,'type':_0x2fb5b5,'createdAt':new Date(),'authorId':_0x848559,'attributes':_0x42bdae});for(const _0x30b102 of _0x8edfc6)this[_0x4b5854(0x276)](_0x2fb5b5,_0x352309,_0x848559,_0x30b102,_0x443fee[_0x4b5854(0x154)]());return _0x48dd41;}[_0x19fd03(0x112)](_0x347822,_0xfb9904,_0x441311=null,_0x3aa69a={}){const _0x412497=_0x19fd03;if(_0x441311=_0x441311||Vt(_0xfb9904),_0x347822[_0x412497(0x230)])return null;if(_0x412497(0x166)===this[_0x412497(0x100)]){const _0x5dc9b6=this[_0x412497(0x146)][_0x412497(0x171)](_0x412497(0x23f),_0x441311,_0x412497(0x1a2));return this[_0x412497(0x182)](()=>_0x5dc9b6([_0x347822],_0xfb9904,_0x3aa69a)),null;}const _0x1a0fb8=this[_0x412497(0x175)][_0x412497(0x158)][_0x412497(0x25c)](_0x412497(0x125))['me'],_0xbf04c3=[];if(_0x412497(0x270)!==this[_0x412497(0x100)]){for(const {suggestion:_0x1f078a,meta:_0x3fdef1}of this[_0x412497(0x209)](_0x347822,_0x412497(0x11e)))_0x3fdef1[_0x412497(0x1f2)]&&!_0x3fdef1[_0x412497(0x14a)]&&_0xbf04c3[_0x412497(0x24a)](..._0x1f078a[_0x412497(0x113)]());}const _0x9ff7cb=function(_0x2ddf54,_0x490571){const _0x2c94cb=_0x412497,_0x440b5d=[];for(const _0xae11af of _0x490571){const _0x5e3123=_0x2ddf54[_0x2c94cb(0xd0)](_0xae11af);_0x5e3123&&_0x440b5d[_0x2c94cb(0x24a)](_0x5e3123);}return _0x440b5d;}(_0x347822,_0xbf04c3),_0x347b85=function(_0x49c25f,_0x160221){const _0xd78ebe=_0x412497,_0x741367=[_0x49c25f];for(const _0x5379fe of _0x160221){let _0x90a5ae=0x0;for(;_0x90a5ae<_0x741367[_0xd78ebe(0x17b)];){const _0x64ada=_0x741367[_0x90a5ae][_0xd78ebe(0xda)](_0x5379fe);_0x741367[_0xd78ebe(0x1bd)](_0x90a5ae,0x1,..._0x64ada),_0x90a5ae+=_0x64ada[_0xd78ebe(0x17b)];}}return _0x741367;}(_0x347822,_0xbf04c3);_0x9ff7cb[_0x412497(0x17b)]&&this[_0x412497(0x1b6)][_0x412497(0x225)](()=>{const _0x3acf7e=_0x412497;for(const _0x5757d1 of _0x9ff7cb){const _0x5a344e=this[_0x3acf7e(0x146)][_0x3acf7e(0x171)](_0x3acf7e(0x23f),_0x441311,_0x3acf7e(0x1a2));this[_0x3acf7e(0x182)](()=>_0x5a344e([_0x5757d1],_0xfb9904,_0x3aa69a));}});for(const _0x5f39f3 of _0x347b85){let _0x14207d=null,_0x48c69e=_0x5f39f3[_0x412497(0x272)],_0x223536=_0x5f39f3[_0x412497(0x1d4)];for(const {suggestion:_0x5acbd7,meta:_0x5fb21d}of this[_0x412497(0x209)](_0x5f39f3,_0x412497(0x23f))){if(!_0x5fb21d[_0x412497(0x1f2)])continue;if(_0x5acbd7[_0x412497(0xe8)]!=_0x441311)continue;if(!Lt(_0x5acbd7,_0x3aa69a))continue;const _0x5c45bf=_0x5acbd7[_0x412497(0x250)]();if(_0x5c45bf[_0x412497(0x16d)](_0x5f39f3,!0x0))return null;_0x48c69e=_0x48c69e[_0x412497(0x14f)](_0x5c45bf[_0x412497(0x272)])?_0x48c69e:_0x5c45bf[_0x412497(0x272)],_0x223536=_0x223536[_0x412497(0x1d3)](_0x5c45bf[_0x412497(0x1d4)])?_0x223536:_0x5c45bf[_0x412497(0x1d4)],_0x14207d?_0x5c45bf[_0x412497(0x272)][_0x412497(0x14f)](_0x14207d[_0x412497(0x250)]()[_0x412497(0x272)])?(_0x14207d[_0x412497(0x257)](),_0x14207d=_0x5acbd7):_0x5acbd7[_0x412497(0x257)]():_0x14207d=_0x5acbd7;}const _0x361e2a=this[_0x412497(0x1b6)][_0x412497(0x16c)](_0x48c69e,_0x223536);if(_0x14207d)this[_0x412497(0x258)](_0x14207d,_0x361e2a);else{const _0x288c3b=_0x147f23(),_0x5040c3=_0x1a0fb8['id'];this[_0x412497(0x1e6)]({'id':_0x288c3b,'type':_0x412497(0x1b1)+_0x441311,'data':_0xfb9904,'createdAt':new Date(),'authorId':_0x5040c3,'attributes':_0x3aa69a}),this[_0x412497(0x276)](_0x412497(0x1b1)+_0x441311,_0x288c3b,_0x5040c3,_0x361e2a);}}return null;}[_0x19fd03(0x1f7)](_0x3de591,_0x47f009,_0x16f97f=[],_0x27ef7f=null,_0x48a287={}){const _0xacaa2a=_0x19fd03;_0x47f009[_0xacaa2a(0x1e1)]||(_0x47f009[_0xacaa2a(0x1e1)]=_0x47f009[_0xacaa2a(0x133)]),_0x47f009[_0xacaa2a(0x107)]=_0x3de591['is'](_0xacaa2a(0x162)),_0x27ef7f=_0x27ef7f||Vt(_0x47f009);const _0x32ca59=_0x16f97f[_0xacaa2a(0x223)](_0x2089fd=>Gt(_0x2089fd,this[_0xacaa2a(0x1b6)])),_0x2ab4a4=_0x3de591['is'](_0xacaa2a(0x162))?_0x3de591:Gt(_0x3de591,this[_0xacaa2a(0x1b6)]);if(_0xacaa2a(0x166)===this[_0xacaa2a(0x100)]){const _0x5208ff=this[_0xacaa2a(0x146)][_0xacaa2a(0x171)](_0xacaa2a(0x211),_0x27ef7f,_0xacaa2a(0x1a2));return this[_0xacaa2a(0x182)](()=>_0x5208ff([_0x2ab4a4],_0x47f009,_0x48a287)),null;}_0x32ca59[_0xacaa2a(0x24a)](_0x2ab4a4);let _0x3bee4b=!0x0;for(const _0x44ccdc of _0x32ca59)if(!this[_0xacaa2a(0xd5)](_0x44ccdc)){_0x3bee4b=!0x1;break;}if(_0x3bee4b&&_0xacaa2a(0x270)!==this[_0xacaa2a(0x100)]){const _0x4a0651=this[_0xacaa2a(0x146)][_0xacaa2a(0x171)](_0xacaa2a(0x211),_0x27ef7f,_0xacaa2a(0x1a2));return this[_0xacaa2a(0x182)](()=>_0x4a0651([_0x2ab4a4],_0x47f009,_0x48a287)),null;}let _0x69645b=null,_0x414b56=_0x2ab4a4[_0xacaa2a(0x272)],_0x4ce055=_0x2ab4a4[_0xacaa2a(0x1d4)];for(const {suggestion:_0xa5aeb1,meta:_0x4c7b9d}of this[_0xacaa2a(0x209)](_0x2ab4a4,_0xacaa2a(0x211))){if(!_0x4c7b9d[_0xacaa2a(0x1f2)])continue;if(_0x4c7b9d[_0xacaa2a(0x25b)]||_0x4c7b9d[_0xacaa2a(0x142)]||_0x4c7b9d[_0xacaa2a(0x14a)])continue;if(_0xa5aeb1[_0xacaa2a(0x1c7)][_0xacaa2a(0x1e1)]!=_0x47f009[_0xacaa2a(0x1e1)])continue;if(!Lt(_0xa5aeb1,_0x48a287))continue;const _0x55d2ad=_0xa5aeb1[_0xacaa2a(0x250)]();if(_0xa5aeb1[_0xacaa2a(0xe8)]==_0x27ef7f){if(_0x55d2ad[_0xacaa2a(0x16d)](_0x2ab4a4,!0x0))return null;_0x414b56=_0x414b56[_0xacaa2a(0x14f)](_0x55d2ad[_0xacaa2a(0x272)])?_0x414b56:_0x55d2ad[_0xacaa2a(0x272)],_0x4ce055=_0x4ce055[_0xacaa2a(0x1d3)](_0x55d2ad[_0xacaa2a(0x1d4)])?_0x4ce055:_0x55d2ad[_0xacaa2a(0x1d4)],_0x69645b?_0x55d2ad[_0xacaa2a(0x272)][_0xacaa2a(0x14f)](_0x69645b[_0xacaa2a(0x250)]()[_0xacaa2a(0x272)])?(_0x69645b[_0xacaa2a(0x257)](),_0x69645b=_0xa5aeb1):_0xa5aeb1[_0xacaa2a(0x257)]():_0x69645b=_0xa5aeb1;}else{const _0x21edd0=_0x2ab4a4[_0xacaa2a(0xd0)](_0x55d2ad);this[_0xacaa2a(0x197)](_0xa5aeb1,_0x21edd0);}}const _0x424b58=this[_0xacaa2a(0x175)][_0xacaa2a(0x158)][_0xacaa2a(0x25c)](_0xacaa2a(0x125))['me'],_0x13a385=_0x147f23(),_0x540be3=_0x424b58['id'];if(_0x69645b)return this[_0xacaa2a(0x258)](_0x69645b,this[_0xacaa2a(0x1b6)][_0xacaa2a(0x16c)](_0x414b56,_0x4ce055)),_0x69645b;{const _0x473744=this[_0xacaa2a(0x1e6)]({'id':_0x13a385,'type':_0xacaa2a(0x261)+_0x27ef7f,'data':_0x47f009,'createdAt':new Date(),'authorId':_0x540be3,'attributes':_0x48a287});return this[_0xacaa2a(0x276)](_0xacaa2a(0x261)+_0x27ef7f,_0x13a385,_0x540be3,this[_0xacaa2a(0x1b6)][_0xacaa2a(0x16c)](_0x414b56,_0x4ce055)),_0x473744;}}[_0x19fd03(0x20f)](_0x2ba705,_0x1090f4,_0x31b86b=[],_0xe4730e=null,_0x3a8cb7={}){const _0x4ca3f4=_0x19fd03;_0x1090f4[_0x4ca3f4(0x1e1)]||(_0x1090f4[_0x4ca3f4(0x1e1)]=_0x1090f4[_0x4ca3f4(0x133)]);const _0x202911=_0x2ba705[0x0];_0x1090f4[_0x4ca3f4(0x107)]=_0x202911['is'](_0x4ca3f4(0x162)),_0xe4730e=_0xe4730e||Vt(_0x1090f4);const _0x73d3c1=_0x31b86b[_0x4ca3f4(0x223)](_0x11cc8b=>Gt(_0x11cc8b,this[_0x4ca3f4(0x1b6)])),_0x380043=_0x202911['is'](_0x4ca3f4(0x162))?_0x2ba705:_0x2ba705[_0x4ca3f4(0x223)](_0x1bbbe6=>Gt(_0x1bbbe6,this[_0x4ca3f4(0x1b6)]));if(_0x4ca3f4(0x166)===this[_0x4ca3f4(0x100)]){const _0x38c76a=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x1a2));return this[_0x4ca3f4(0x182)](()=>_0x38c76a(_0x380043,_0x1090f4,_0x3a8cb7)),null;}_0x73d3c1[_0x4ca3f4(0x24a)](..._0x380043);let _0x10fbb9=!0x0;for(const _0x27642c of _0x73d3c1)if(!this[_0x4ca3f4(0xd5)](_0x27642c)){_0x10fbb9=!0x1;break;}if(_0x10fbb9&&_0x4ca3f4(0x270)!==this[_0x4ca3f4(0x100)]){const _0x1e5036=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x1a2));return this[_0x4ca3f4(0x182)](()=>_0x1e5036(_0x380043,_0x1090f4,_0x3a8cb7)),null;}const _0x173a44=this[_0x4ca3f4(0x175)][_0x4ca3f4(0x158)][_0x4ca3f4(0x25c)](_0x4ca3f4(0x125))['me'];for(const _0x239bd6 of this[_0x4ca3f4(0x236)]()){if(_0x239bd6[_0x4ca3f4(0x240)]['id']!=_0x173a44['id'])continue;if(_0x4ca3f4(0x211)!=_0x239bd6[_0x4ca3f4(0x1b2)]||_0x239bd6[_0x4ca3f4(0x1c7)][_0x4ca3f4(0x1e1)]!=_0x1090f4[_0x4ca3f4(0x1e1)])continue;if(!Lt(_0x239bd6,_0x3a8cb7))continue;const _0x227774=_0x239bd6[_0x4ca3f4(0xe8)]==_0xe4730e;for(let _0x2ab379=0x0;_0x2ab379<_0x380043[_0x4ca3f4(0x17b)];_0x2ab379++){const _0x525968=_0x380043[_0x2ab379];for(const _0x48b7e6 of _0x239bd6[_0x4ca3f4(0xf0)]()){const _0x5552bd=_0x48b7e6[_0x4ca3f4(0x192)]();if(_0x525968[_0x4ca3f4(0x184)](_0x5552bd)){_0x227774?(_0x380043[_0x4ca3f4(0x1bd)](_0x2ab379,0x1),_0x2ab379--):_0x239bd6[_0x4ca3f4(0x119)](_0x48b7e6[_0x4ca3f4(0xd6)]);break;}}}}if(0x0==_0x380043[_0x4ca3f4(0x17b)])return null;const _0xa65cd7=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x232));for(const _0x19b730 of this[_0x4ca3f4(0x236)]())if(_0x19b730[_0x4ca3f4(0x240)]['id']==_0x173a44['id']&&_0x4ca3f4(0x211)==_0x19b730[_0x4ca3f4(0x1b2)]&&_0x19b730[_0x4ca3f4(0x1c7)][_0x4ca3f4(0x1e1)]==_0x1090f4[_0x4ca3f4(0x1e1)]&&_0x19b730[_0x4ca3f4(0xe8)]==_0xe4730e&&Lt(_0x19b730,_0x3a8cb7)&&(_0xa65cd7(_0x19b730[_0x4ca3f4(0x113)](),_0x380043)||_0xa65cd7(_0x380043,_0x19b730[_0x4ca3f4(0x113)]()))){for(const _0x35b8ff of _0x380043)_0x19b730[_0x4ca3f4(0x1dd)](_0x35b8ff);return _0x19b730;}const _0x2dca5a=_0x147f23(),_0x59aadd=_0x173a44['id'],_0x20b2c3=_0x4ca3f4(0x261)+_0xe4730e,_0x61da56=this[_0x4ca3f4(0x1e6)]({'id':_0x2dca5a,'type':_0x20b2c3,'data':_0x1090f4,'createdAt':new Date(),'authorId':_0x59aadd,'attributes':_0x3a8cb7});for(const _0x9b8788 of _0x380043)this[_0x4ca3f4(0x276)](_0x20b2c3,_0x2dca5a,_0x59aadd,_0x9b8788,_0x443fee[_0x4ca3f4(0x154)]());return _0x61da56;}[_0x19fd03(0x23d)](_0x5415d9,_0x1be4fe=null,_0x2d59a2={}){const _0x3a6d52=_0x19fd03;if(_0x5415d9[_0x3a6d52(0x230)])return null;const _0xba494d=this[_0x3a6d52(0x175)][_0x3a6d52(0x158)][_0x3a6d52(0x25c)](_0x3a6d52(0x125))['me'],_0x32bc64=new _0x1b6ab6(_0x5415d9[_0x3a6d52(0x272)],_0x5415d9[_0x3a6d52(0x1d4)]);for(const {suggestion:_0x22b1d4,meta:_0x2015d6}of this[_0x3a6d52(0x209)](_0x32bc64,_0x3a6d52(0x11e)))if(_0x2015d6[_0x3a6d52(0x1f2)]&&!_0x2015d6[_0x3a6d52(0x25b)]){if(_0x22b1d4[_0x3a6d52(0x110)]){const _0x2c53dd=_0x22b1d4[_0x3a6d52(0x113)]()[_0x3a6d52(0xd8)](_0x3f3844=>_0x3a6d52(0x1a5)!=_0x3f3844[_0x3a6d52(0x231)][_0x3a6d52(0x1c2)]);_0x2c53dd[_0x3a6d52(0x256)](_0x10fd84=>_0x32bc64[_0x3a6d52(0x16d)](_0x10fd84,!0x0))&&_0x22b1d4[_0x3a6d52(0x1ae)]();if(_0x2c53dd[_0x3a6d52(0x18b)](_0x5784be=>_0x5784be[_0x3a6d52(0x16d)](_0x32bc64,!0x0))){const _0x2c4a7a=this[_0x3a6d52(0x146)][_0x3a6d52(0x171)](_0x3a6d52(0x21e),_0x1be4fe,_0x3a6d52(0x1a2));return this[_0x3a6d52(0x182)](()=>_0x2c4a7a([_0x32bc64],null,_0x2d59a2)),null;}}else{const _0x4e7628=_0x32bc64[_0x3a6d52(0xd0)](_0x22b1d4[_0x3a6d52(0x250)]());null!==_0x4e7628&&_0x22b1d4[_0x3a6d52(0x174)]([_0x4e7628],null,_0x2d59a2);}}if(_0x32bc64[_0x3a6d52(0x200)](),_0x32bc64[_0x3a6d52(0x230)]||_0x3a6d52(0x1a5)==_0x32bc64[_0x3a6d52(0x231)][_0x3a6d52(0x1c2)])return null;let _0x4525fe=null,_0x162f19=_0x32bc64[_0x3a6d52(0x272)],_0x1ce24b=_0x32bc64[_0x3a6d52(0x1d4)];const _0x27ff98=this[_0x3a6d52(0x209)](_0x32bc64,_0x3a6d52(0x21e));for(const {suggestion:_0x462dbb,meta:_0xa60a5b}of _0x27ff98){const _0x4ff3ab=this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b);if(_0xa60a5b[_0x3a6d52(0x1f2)]&&(this[_0x3a6d52(0x1e0)]||!_0xa60a5b[_0x3a6d52(0x142)]&&!_0xa60a5b[_0x3a6d52(0x14a)])){if(_0x462dbb[_0x3a6d52(0x110)]){if(!Lt(_0x462dbb,_0x2d59a2))continue;let _0x4e1f22=!0x0;for(const _0x58d76b of _0x462dbb[_0x3a6d52(0x113)]()){if(_0x58d76b[_0x3a6d52(0x16d)](_0x4ff3ab,!0x0))return _0x462dbb;_0x4ff3ab[_0x3a6d52(0x16d)](_0x58d76b)||(_0x4e1f22=!0x1);}_0x4e1f22&&_0x462dbb[_0x3a6d52(0x1ae)]();}else{const _0x40a9ff=_0x462dbb[_0x3a6d52(0x250)]();if(_0x40a9ff[_0x3a6d52(0x16d)](_0x4ff3ab,!0x0))return _0x462dbb;if(!Lt(_0x462dbb,_0x2d59a2)){_0x4ff3ab[_0x3a6d52(0x16d)](_0x40a9ff)?_0x462dbb[_0x3a6d52(0x257)]():_0x40a9ff[_0x3a6d52(0x1f1)](_0x162f19)?_0x162f19=_0x40a9ff[_0x3a6d52(0x1d4)]:_0x40a9ff[_0x3a6d52(0x1f1)](_0x1ce24b)&&(_0x1ce24b=_0x40a9ff[_0x3a6d52(0x272)]);continue;}_0x162f19=_0x162f19[_0x3a6d52(0x14f)](_0x40a9ff[_0x3a6d52(0x272)])?_0x162f19:_0x40a9ff[_0x3a6d52(0x272)],_0x1ce24b=_0x1ce24b[_0x3a6d52(0x1d3)](_0x40a9ff[_0x3a6d52(0x1d4)])?_0x1ce24b:_0x40a9ff[_0x3a6d52(0x1d4)],_0x2d59a2=Object[_0x3a6d52(0x1ec)]({},_0x462dbb[_0x3a6d52(0x10b)]),_0x4525fe?_0x40a9ff[_0x3a6d52(0x272)][_0x3a6d52(0x14f)](_0x4525fe[_0x3a6d52(0x250)]()[_0x3a6d52(0x272)])?(_0x4525fe[_0x3a6d52(0x257)](),_0x4525fe=_0x462dbb):_0x462dbb[_0x3a6d52(0x257)]():_0x4525fe=_0x462dbb;}}}if(_0x4525fe)return this[_0x3a6d52(0x258)](_0x4525fe,this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b)),_0x4525fe;{const _0x5c88ea=_0x147f23(),_0x1a85e4=this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b),_0x4fde7f=_0xba494d['id'],_0x59be67=_0x1be4fe?_0x3a6d52(0x194)+_0x1be4fe:_0x3a6d52(0x21e),_0x2544d7=this[_0x3a6d52(0x1e6)]({'id':_0x5c88ea,'type':_0x59be67,'createdAt':new Date(),'authorId':_0x4fde7f,'attributes':_0x2d59a2});return this[_0x3a6d52(0x276)](_0x59be67,_0x5c88ea,_0x4fde7f,_0x1a85e4),_0x2544d7;}}[_0x19fd03(0xf9)](_0x464448,_0xa04930=_0x19fd03(0x13e),_0x284b6c={}){const _0x28414b=_0x19fd03,_0x46833d=this[_0x28414b(0x175)][_0x28414b(0x158)][_0x28414b(0x25c)](_0x28414b(0x125))['me'],_0x229915=_0x464448[_0x28414b(0x223)](_0x4edab9=>new _0x1b6ab6(_0x4edab9[_0x28414b(0x272)],_0x4edab9[_0x28414b(0x1d4)])),_0xb31336=new Set();for(const {suggestion:_0x414073,meta:_0x42c29f}of this[_0x28414b(0x209)](_0x229915,_0x28414b(0x11e)))_0x42c29f[_0x28414b(0x1f2)]&&!_0x42c29f[_0x28414b(0x25b)]&&_0xb31336[_0x28414b(0x1a6)](_0x414073);for(const _0x844922 of _0xb31336)if(_0x844922[_0x28414b(0x110)]){const _0x1595b6=_0x844922[_0x28414b(0x113)]();(!_0x844922[_0x28414b(0x10b)]||!_0x844922[_0x28414b(0x10b)][_0x28414b(0x167)])&&(_0x1595b6[_0x28414b(0x256)](_0xf127b9=>_0x229915[_0x28414b(0x18b)](_0x1d8793=>_0x1d8793[_0x28414b(0x16d)](_0xf127b9,!0x0)))&&_0x844922[_0x28414b(0x1ae)]());if(_0x229915[_0x28414b(0x256)](_0x5ed4ae=>_0x1595b6[_0x28414b(0x18b)](_0x461f89=>_0x461f89[_0x28414b(0x16d)](_0x5ed4ae,!0x0)))){const _0x36f4f9=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x1a2));return this[_0x28414b(0x182)](()=>_0x36f4f9(_0x464448,null,_0x284b6c)),null;}}else{const _0x30839e=_0x844922[_0x28414b(0x250)]();_0x229915[_0x28414b(0x18b)](_0x27e352=>_0x27e352[_0x28414b(0x16d)](_0x30839e,!0x0))&&_0x844922[_0x28414b(0x1ae)]();if(_0x229915[_0x28414b(0x256)](_0xf087b9=>_0x30839e[_0x28414b(0x16d)](_0xf087b9,!0x0))){const _0x1799fc=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x1a2));return this[_0x28414b(0x182)](()=>_0x1799fc(_0x229915,null,_0x284b6c)),null;}}const _0x9ec558=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x232));let _0x5791f0=null;for(const _0xd7ef6 of this[_0x28414b(0x236)]())if(_0xd7ef6[_0x28414b(0x240)]['id']==_0x46833d['id']&&_0xd7ef6[_0x28414b(0x1ad)]&&_0x28414b(0x21e)==_0xd7ef6[_0x28414b(0x1b2)]&&_0xd7ef6[_0x28414b(0xe8)]==_0xa04930&&Lt(_0xd7ef6,_0x284b6c)&&(_0x9ec558(_0xd7ef6[_0x28414b(0x113)](),_0x229915)||_0x9ec558(_0x229915,_0xd7ef6[_0x28414b(0x113)]()))){if(_0x5791f0){if(_0xd7ef6[_0x28414b(0x27e)]&&_0xd7ef6[_0x28414b(0x27e)][_0x28414b(0x17b)])continue;for(const _0x582d88 of _0xd7ef6[_0x28414b(0x113)]())_0x5791f0[_0x28414b(0xfd)](_0x582d88)||_0x5791f0[_0x28414b(0x1dd)](_0x582d88);_0xd7ef6[_0x28414b(0x257)]();}else{_0x5791f0=_0xd7ef6;for(const _0x592109 of _0x229915)_0xd7ef6[_0x28414b(0xfd)](_0x592109)||_0xd7ef6[_0x28414b(0x1dd)](_0x592109);}}if(_0x5791f0)return _0x5791f0;_0xb31336[_0x28414b(0x26d)]();for(const {suggestion:_0x378c00,meta:_0x5a65d9}of this[_0x28414b(0x209)](_0x229915,_0x28414b(0x21e)))_0x5a65d9[_0x28414b(0x1f2)]&&(this[_0x28414b(0x1e0)]||!_0x5a65d9[_0x28414b(0x142)]&&!_0x5a65d9[_0x28414b(0x14a)])&&Lt(_0x378c00,_0x284b6c)&&_0xb31336[_0x28414b(0x1a6)](_0x378c00);for(const _0x49867a of _0xb31336){const _0x225e2a=_0x49867a[_0x28414b(0x113)]();if(!_0x284b6c||!_0x284b6c[_0x28414b(0x167)]){if(_0x229915[_0x28414b(0x256)](_0x11b934=>_0x225e2a[_0x28414b(0x18b)](_0x4fe4a2=>_0x4fe4a2[_0x28414b(0x16d)](_0x11b934,!0x0))))return _0x49867a;}(!_0x49867a[_0x28414b(0x10b)]||!_0x49867a[_0x28414b(0x10b)][_0x28414b(0x167)])&&(_0x225e2a[_0x28414b(0x256)](_0x4c31e8=>_0x229915[_0x28414b(0x18b)](_0x4ce760=>_0x4ce760[_0x28414b(0x16d)](_0x4c31e8,!0x0)))&&_0x49867a[_0x28414b(0x1ae)]());}const _0x90ace8=_0x147f23(),_0x541576=_0x46833d['id'],_0x1677a5=_0x28414b(0x194)+_0xa04930,_0xa2ccf=this[_0x28414b(0x1e6)]({'id':_0x90ace8,'type':_0x1677a5,'createdAt':new Date(),'authorId':_0x541576,'attributes':_0x284b6c});for(const _0x46e3eb of _0x229915)_0x46e3eb[_0x28414b(0x200)](),_0x46e3eb[_0x28414b(0x230)]||_0x28414b(0x1a5)==_0x46e3eb[_0x28414b(0x231)][_0x28414b(0x1c2)]||this[_0x28414b(0x276)](_0x1677a5,_0x90ace8,_0x541576,_0x46e3eb,_0x443fee[_0x28414b(0x154)]());return _0xa2ccf;}[_0x19fd03(0x1e2)](_0xf4361b,_0x3d1892,_0x5bd94,_0x4c6c,_0x4cdd8d){const _0x4a41f3=_0x19fd03;if(_0xf4361b[_0x4a41f3(0x230)])return[];if(_0x4a41f3(0x166)===this[_0x4a41f3(0x100)])return[];const _0x60c12f=this[_0x4a41f3(0x175)][_0x4a41f3(0x158)][_0x4a41f3(0x25c)](_0x4a41f3(0x125))['me']['id'],_0x428939=Array[_0x4a41f3(0x1cf)](this[_0x4a41f3(0x278)][_0x4a41f3(0x248)]())[_0x4a41f3(0xd8)](_0x48583b=>_0x4a41f3(0xf2)==_0x48583b[_0x4a41f3(0x1b2)]&&_0x48583b[_0x4a41f3(0x1c7)][_0x4a41f3(0x1bb)]==_0x3d1892&&_0x48583b[_0x4a41f3(0xfd)](_0xf4361b));if(_0x4a41f3(0x168)===this[_0x4a41f3(0x100)]){const _0x54bdb9=this[_0x4a41f3(0x209)](_0xf4361b,_0x4a41f3(0x11e))[_0x4a41f3(0xd8)](({meta:_0x54ee67})=>_0x54ee67[_0x4a41f3(0x1f2)]&&!_0x54ee67[_0x4a41f3(0x14a)]&&!_0x54ee67[_0x4a41f3(0x25b)])[_0x4a41f3(0x223)](({suggestion:_0xaf2b68})=>_0xaf2b68);_0x428939[_0x4a41f3(0x11d)](..._0x54bdb9);}const _0x3cbdcd=new Map([[_0xf4361b,_0x5bd94]]);for(const _0x4ad3f4 of _0x428939){const _0x43523b=_0x4a41f3(0xf2)==_0x4ad3f4[_0x4a41f3(0x1b2)]?_0x4ad3f4[_0x4a41f3(0x1c7)][_0x4a41f3(0xee)]:void 0x0,_0xc11c19=_0x4ad3f4[_0x4a41f3(0x250)](),_0x2c98a3=Array[_0x4a41f3(0x1cf)](_0x3cbdcd[_0x4a41f3(0x157)]())[_0x4a41f3(0x13f)](_0x5d28dc=>_0x5d28dc[_0x4a41f3(0x235)](_0xc11c19));if(!_0x2c98a3)continue;const _0x541d1d=_0x2c98a3[_0x4a41f3(0xda)](_0xc11c19);this[_0x4a41f3(0x22c)](_0x3d1892)&&_0x4a41f3(0x11e)==_0x4ad3f4[_0x4a41f3(0x1b2)]&&0x0!=_0x541d1d[_0x4a41f3(0x17b)]||(_0x3cbdcd[_0x4a41f3(0x1fa)](_0x2c98a3),_0x541d1d[_0x4a41f3(0x188)](_0x389c66=>{const _0x35a782=_0x4a41f3;_0x3cbdcd[_0x35a782(0x216)](_0x389c66,_0x5bd94);}),_0x4a41f3(0x11e)!=_0x4ad3f4[_0x4a41f3(0x1b2)]&&_0x43523b!=_0x4c6c&&_0x3cbdcd[_0x4a41f3(0x216)](_0x2c98a3[_0x4a41f3(0xd0)](_0xc11c19),_0x43523b));}const _0xa46322=[];for(const [_0x4b953f,_0x2e9116]of _0x3cbdcd){const _0x3f4780=_0x147f23(),_0x5ac38c={'key':_0x3d1892,'oldValue':_0x2e9116,'newValue':_0x4c6c};_0x3d1892[_0x4a41f3(0x17b)]>0x25&&console[_0x4a41f3(0x103)](_0x4a41f3(0x1f8),{'key':_0x3d1892});const _0x124ec5=(_0x4a41f3(0x118)+(_0x3d1892+'|'+Vt({'newValue':_0x4c6c})))[_0x4a41f3(0x1af)](0x0,0x3c),_0x54ab76=this[_0x4a41f3(0x1e6)]({'id':_0x3f4780,'type':_0x124ec5,'data':_0x5ac38c,'createdAt':new Date(),'authorId':_0x60c12f,'attributes':_0x4cdd8d});_0xa46322[_0x4a41f3(0x24a)](_0x54ab76),this[_0x4a41f3(0x276)](_0x124ec5,_0x3f4780,_0x60c12f,_0x4b953f);}return _0xa46322;}[_0x19fd03(0xea)](_0x264f04){const _0x3e1180=_0x19fd03;this[_0x3e1180(0xd3)][_0x3e1180(0x1a6)](_0x264f04);}[_0x19fd03(0x244)](_0x3f3194){const _0x4c8ad0=_0x19fd03;this[_0x4c8ad0(0x172)][_0x4c8ad0(0x1a6)](_0x3f3194);}[_0x19fd03(0x212)](_0x3c81f3,_0x432e02=[],_0x33895d=[]){const _0x3d0e17=_0x19fd03;this[_0x3d0e17(0x26f)](_0x3c81f3,(_0x1e51ed,..._0x539f05)=>{const _0x20d1b4=_0x3d0e17;this[_0x20d1b4(0x163)](()=>{_0x1e51ed(..._0x539f05);});});for(const _0x47430b of _0x432e02)this[_0x3d0e17(0x244)](_0x47430b);for(const _0x2677b9 of _0x33895d)this[_0x3d0e17(0xea)](_0x2677b9);}[_0x19fd03(0x117)](_0x54c273){const _0x3f1c8c=_0x19fd03;return _0x3f1c8c(0xf2)==_0x54c273[_0x3f1c8c(0x1b2)]?_0x54c273[_0x3f1c8c(0xe8)][_0x3f1c8c(0x196)]('|')[0x0]:null;}[_0x19fd03(0x258)](_0x388542,_0x14c1e3){const _0x31c2d9=_0x19fd03,_0x32cbda=_0x388542[_0x31c2d9(0x160)]();this[_0x31c2d9(0x1b6)][_0x31c2d9(0x225)](_0x54c92a=>{const _0x160ad9=_0x31c2d9;_0x54c92a[_0x160ad9(0xcf)](_0x32cbda,{'range':_0x14c1e3});});}[_0x19fd03(0x108)](_0x3e75da){const _0x287ec5=_0x19fd03,_0x218be7=_0x3e75da['id'],_0x5171ae=this[_0x287ec5(0x175)][_0x287ec5(0x220)][_0x287ec5(0x25c)](_0x287ec5(0x1cd));this[_0x287ec5(0x1d9)][_0x287ec5(0xec)](_0x218be7)||this[_0x287ec5(0x1d9)][_0x287ec5(0x143)]({'channelId':_0x5171ae,'threadId':_0x218be7,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x439817=this[_0x287ec5(0x1d9)][_0x287ec5(0x165)](_0x218be7);_0x439817[_0x287ec5(0x193)](_0x287ec5(0x1bf)),_0x439817[_0x287ec5(0x1bf)]=!0x1,_0x3e75da[_0x287ec5(0x27e)]=_0x439817;}[_0x19fd03(0x1f3)](_0x19b122,_0x5ed91b,_0x4c8daa,_0x342c57){const _0xdeacc8=_0x19fd03;if(_0x19b122[_0xdeacc8(0x1b2)]!=_0x5ed91b||_0x19b122[_0xdeacc8(0xe8)]!=_0x4c8daa||_0x19b122[_0xdeacc8(0x1b4)]['id']!=_0x342c57)throw this[_0xdeacc8(0x175)][_0xdeacc8(0x13a)](_0xdeacc8(0x239)),new _0x1f491d(_0xdeacc8(0x239),this);}[_0x19fd03(0x197)](_0x3410be,_0x1d8c2a){const _0x1d6290=_0x19fd03,_0x44ad7c=_0x3410be[_0x1d6290(0x250)]();if(_0x1d8c2a[_0x1d6290(0x184)](_0x44ad7c))_0x3410be[_0x1d6290(0x257)]();else{if(_0x44ad7c[_0x1d6290(0x16d)](_0x1d8c2a)){const _0x242633=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x272)][_0x1d6290(0xf7)],_0x1d6290(0x1d4));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x44ad7c[_0x1d6290(0x272)],_0x242633));const _0x249e56=_0x147f23(),_0x40e9ea=_0x3410be[_0x1d6290(0x1b4)]['id'],_0x84d25a=_0x3410be[_0x1d6290(0x1b2)]+':'+_0x3410be[_0x1d6290(0xe8)];this[_0x1d6290(0x1e6)]({'id':_0x249e56,'type':_0x84d25a,'createdAt':new Date(),'authorId':_0x40e9ea,'data':_0x3410be[_0x1d6290(0x1c7)],'attributes':_0x3410be[_0x1d6290(0x10b)]});const _0x876bfd=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x1d4)][_0x1d6290(0x190)],_0x1d6290(0x180)),_0x1d5d9b=this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x876bfd,_0x44ad7c[_0x1d6290(0x1d4)]);this[_0x1d6290(0x276)](_0x84d25a,_0x249e56,_0x40e9ea,_0x1d5d9b);}else{if(_0x44ad7c[_0x1d6290(0x1f1)](_0x1d8c2a[_0x1d6290(0x272)])){const _0x59a7d8=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x272)][_0x1d6290(0xf7)],_0x1d6290(0x1d4));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x44ad7c[_0x1d6290(0x272)],_0x59a7d8));}else{const _0xeb8647=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x1d4)][_0x1d6290(0x190)],_0x1d6290(0x180));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0xeb8647,_0x44ad7c[_0x1d6290(0x1d4)]));}}}}[_0x19fd03(0xd5)](_0x537b6c){const _0x46937e=_0x19fd03;for(const {suggestion:_0x4710af,meta:_0x181be6}of this[_0x46937e(0x209)](_0x537b6c,_0x46937e(0x11e))){if(!_0x181be6[_0x46937e(0x1f2)])continue;const _0x64be7f=_0x4710af[_0x46937e(0x113)]();for(const _0x16f652 of _0x64be7f)if(!_0x537b6c[_0x46937e(0xda)](_0x16f652)[_0x46937e(0x17b)])return!0x0;}return!0x1;}[_0x19fd03(0x204)](_0x510128){const _0x31d546=_0x19fd03,_0x4a021b=this[_0x31d546(0x175)][_0x31d546(0x158)][_0x31d546(0x25c)](_0x31d546(0x125))[_0x31d546(0x25e)](_0x510128);if(!_0x4a021b)throw new _0x1f491d(_0x31d546(0x17c),this);return _0x4a021b;}[_0x19fd03(0x18d)](_0x4974e1){const _0x18a94a=_0x19fd03,_0x2e9f9e=this[_0x18a94a(0x175)][_0x18a94a(0x158)][_0x18a94a(0x25c)](_0x18a94a(0x125)),_0x2717a8=_0x4f943b(_0x18a94a(0x12c)+_0x4974e1),_0xda2122=_0x2e9f9e[_0x18a94a(0x25e)](_0x2717a8);return _0xda2122||_0x2e9f9e[_0x18a94a(0x15b)]({'id':_0x2717a8,'name':_0x4974e1});}[_0x19fd03(0xdf)](_0x5a77fa,_0x2b2f11,_0x1485c2,_0x4614da,_0xfce5ab){const _0x12c16c=_0x19fd03,_0x20c8f5=this[_0x12c16c(0x204)](_0x4614da),_0x4f284e=this[_0x12c16c(0x146)][_0x12c16c(0xe6)](_0x5a77fa,_0x2b2f11,_0x1485c2,_0x20c8f5,_0xfce5ab,_0xeb246a=>{const _0x3a96d5=_0x12c16c;this[_0x3a96d5(0x255)](_0x1485c2,{'attributes':_0xeb246a});const _0x25538c=this[_0x3a96d5(0x205)](_0x1485c2);this[_0x3a96d5(0x1c5)](new Set([_0x25538c])),this[_0x3a96d5(0xed)](new Set([_0x25538c]));});return this[_0x12c16c(0x11f)](_0x4f284e,_0x12c16c(0x1a2),()=>{const _0x4e161f=_0x12c16c;this[_0x4e161f(0x255)](_0x1485c2,{'state':_0x4e161f(0x140)});},{'priority':_0x12c16c(0xf4)}),this[_0x12c16c(0x11f)](_0x4f284e,_0x12c16c(0x1ae),()=>{const _0x1cedc2=_0x12c16c;this[_0x1cedc2(0x255)](_0x1485c2,{'state':_0x1cedc2(0xde)});},{'priority':_0x12c16c(0xf4)}),this[_0x12c16c(0x278)][_0x12c16c(0x216)](_0x1485c2,_0x4f284e),this[_0x12c16c(0x24c)][_0x12c16c(0x216)](_0x4f284e,_0x12c16c(0x1ed)),_0x4f284e;}[_0x19fd03(0x151)](_0x5f005e){const _0x34eb5a=_0x19fd03,_0x160e42=_0x5f005e[_0x34eb5a(0x196)](':');return{'group':_0x160e42[0x0],'type':_0x160e42[0x1],'subType':_0x160e42[_0x34eb5a(0x17b)]>=0x5?_0x160e42[0x2]:null,'id':_0x160e42[_0x34eb5a(0x17b)]<0x5?_0x160e42[0x2]:_0x160e42[0x3],'authorId':_0x160e42[_0x34eb5a(0x17b)]<0x5?_0x160e42[0x3]:_0x160e42[0x4],'markerCount':0x6==_0x160e42[_0x34eb5a(0x17b)]?_0x160e42[0x5]:null};}[_0x19fd03(0x1c3)](_0x36dc4a,_0x56c47d,_0xa8ce28){const _0x4669c8=_0x19fd03,_0x5a1184=_0x36dc4a[_0x4669c8(0x250)](),_0x86a6e1=_0x5a1184[_0x4669c8(0x272)],_0x1ceca1=_0x5a1184[_0x4669c8(0x1d4)];this[_0x4669c8(0x258)](_0x36dc4a,this[_0x4669c8(0x1b6)][_0x4669c8(0x16c)](_0x86a6e1,_0x56c47d));const _0x1b51bd=_0x147f23(),_0x511bfd=_0x36dc4a[_0x4669c8(0x1b4)]['id'],_0x4e426e=_0x36dc4a[_0x4669c8(0x1b2)]+(_0x36dc4a[_0x4669c8(0xe8)]?':'+_0x36dc4a[_0x4669c8(0xe8)]:'');this[_0x4669c8(0x1e6)]({'id':_0x1b51bd,'type':_0x4e426e,'createdAt':new Date(),'authorId':_0x511bfd,'originalSuggestionId':_0x36dc4a['id'],'attributes':_0x36dc4a[_0x4669c8(0x10b)],'data':_0x36dc4a[_0x4669c8(0x1c7)]});const _0xdd2801=this[_0x4669c8(0x117)](_0x36dc4a);(_0x4669c8(0x211)==_0x36dc4a[_0x4669c8(0x1b2)]||_0xdd2801&&this[_0x4669c8(0x22c)](_0xdd2801))&&(_0xa8ce28=this[_0x4669c8(0x1b6)][_0x4669c8(0x161)](_0xa8ce28[_0x4669c8(0x190)])),this[_0x4669c8(0x276)](_0x4e426e,_0x1b51bd,_0x511bfd,this[_0x4669c8(0x1b6)][_0x4669c8(0x16c)](_0xa8ce28,_0x1ceca1));}[_0x19fd03(0x209)](_0x8adf9d,_0x4d8eb7=null){const _0x1f2b1c=_0x19fd03,_0xd36827=[],_0x49b4ca=this[_0x1f2b1c(0x175)][_0x1f2b1c(0x158)][_0x1f2b1c(0x25c)](_0x1f2b1c(0x125))['me'];Array[_0x1f2b1c(0x20d)](_0x8adf9d)||(_0x8adf9d=[_0x8adf9d]);for(const _0xff6cf1 of this[_0x1f2b1c(0x236)]()){if(!_0xff6cf1[_0x1f2b1c(0x1ad)])continue;if(_0x4d8eb7&&_0xff6cf1[_0x1f2b1c(0x1b2)]!=_0x4d8eb7)continue;let _0x2f12ac=!0x1;for(const _0xe61b97 of _0xff6cf1[_0x1f2b1c(0x113)]()){for(const _0x2fd7d1 of _0x8adf9d){const _0x65bcef=_0x2fd7d1[_0x1f2b1c(0x272)][_0x1f2b1c(0x184)](_0xe61b97[_0x1f2b1c(0x1d4)])||_0x2fd7d1[_0x1f2b1c(0x1d4)][_0x1f2b1c(0x184)](_0xe61b97[_0x1f2b1c(0x272)]);if(_0x65bcef||_0x2fd7d1[_0x1f2b1c(0xd0)](_0xe61b97)){const _0x3dccc8=_0x2fd7d1[_0x1f2b1c(0x16d)](_0xe61b97)&&Rt(this[_0x1f2b1c(0x1b6)][_0x1f2b1c(0x1ea)],_0xe61b97[_0x1f2b1c(0x272)],_0x2fd7d1),_0x558098=_0xe61b97[_0x1f2b1c(0x16d)](_0x2fd7d1)&&Rt(this[_0x1f2b1c(0x1b6)][_0x1f2b1c(0x1ea)],_0x2fd7d1[_0x1f2b1c(0x272)],_0xe61b97);_0xd36827[_0x1f2b1c(0x24a)]({'suggestion':_0xff6cf1,'meta':{'isOwn':_0x49b4ca==_0xff6cf1[_0x1f2b1c(0x240)],'isNextTo':_0x65bcef,'isInsideObject':_0x3dccc8,'containsRangeInObject':_0x558098}}),_0x2f12ac=!0x0;break;}}if(_0x2f12ac)break;}}return _0xd36827;}[_0x19fd03(0x276)](_0x3fd728,_0x3bf221,_0x2fd20b,_0x22a70e,_0x1bd72a){const _0x4d852e=_0x19fd03;this[_0x4d852e(0x1b6)][_0x4d852e(0x225)](_0x1587a0=>{const _0x59eef5=_0x4d852e;let _0x484072=_0x59eef5(0x1cb)+_0x3fd728+':'+_0x3bf221+':'+_0x2fd20b;_0x1bd72a&&(_0x484072=_0x484072+':'+_0x1bd72a),_0x1587a0[_0x59eef5(0xdc)](_0x484072,{'range':_0x22a70e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x19fd03(0x26a)](_0x4f2547){const _0x3bd2f7=_0x19fd03,_0x2047d6=_0x4f2547[_0x3bd2f7(0x20e)],_0x42cd3d=_0x4f2547[_0x3bd2f7(0x213)];_0x4f2547[_0x3bd2f7(0x20e)]=null,_0x4f2547[_0x3bd2f7(0x213)]=null,null!=_0x2047d6&&_0x2047d6[_0x3bd2f7(0x213)]==_0x4f2547&&(_0x2047d6[_0x3bd2f7(0x213)]=_0x42cd3d),null!=_0x42cd3d&&_0x42cd3d[_0x3bd2f7(0x20e)]==_0x4f2547&&(_0x42cd3d[_0x3bd2f7(0x20e)]=_0x2047d6),_0x3bd2f7(0x208)==this[_0x3bd2f7(0x24c)][_0x3bd2f7(0x25c)](_0x4f2547)&&(this[_0x3bd2f7(0x24c)][_0x3bd2f7(0x216)](_0x4f2547,_0x3bd2f7(0x1a3)),this[_0x3bd2f7(0x1b7)](_0x3bd2f7(0x1c8),_0x4f2547,_0x2047d6,_0x42cd3d));}[_0x19fd03(0x1e6)](_0xd7f705){const _0x4d192c=_0x19fd03,_0x29fc32=_0xd7f705['id'],_0x373aec=this[_0x4d192c(0x1ba)](_0xd7f705);if(this[_0x4d192c(0x201)]&&this[_0x4d192c(0x201)][_0x4d192c(0x249)]){const _0x558001=this[_0x4d192c(0x175)][_0x4d192c(0x158)][_0x4d192c(0x25c)](_0x4d192c(0x15e)),_0x53b105=_0x373aec[_0x4d192c(0x271)],_0x138306=_0x373aec[_0x4d192c(0xe8)]?_0x373aec[_0x4d192c(0x1b2)]+':'+_0x373aec[_0x4d192c(0xe8)]:_0x373aec[_0x4d192c(0x1b2)],_0xbddf43=this[_0x4d192c(0x175)][_0x4d192c(0x20c)],_0x40f932=_0x558001[_0x4d192c(0x1a6)](_0xe5b8b9(_0xbddf43,_0x4d192c(0x15f))),_0x3aceb4={'id':_0x29fc32,'type':_0x138306,'hasComments':_0x53b105,'data':_0xd7f705[_0x4d192c(0x1c7)]||null,'originalSuggestionId':_0xd7f705[_0x4d192c(0x134)]||null,'attributes':_0x373aec[_0x4d192c(0x10b)]};this[_0x4d192c(0x201)][_0x4d192c(0x249)](_0x3aceb4)[_0x4d192c(0xd4)](_0x53d8f7=>{const _0x397788=_0x4d192c;_0x373aec[_0x397788(0xe4)]=!0x0,_0x558001[_0x397788(0x262)](_0x40f932),_0x53d8f7&&_0x53d8f7[_0x397788(0x1a1)]&&(this[_0x397788(0x278)][_0x397788(0x25c)](_0x29fc32)[_0x397788(0x1a1)]=_0x53d8f7[_0x397788(0x1a1)]);})[_0x4d192c(0x185)](_0x4894c8=>{const _0x2946b3=_0x4d192c;throw _0x19da36(_0x2946b3(0x229)),this[_0x2946b3(0x175)][_0x2946b3(0x1cc)][_0x2946b3(0x1ef)]({'isUndoable':!0x1},()=>{const _0x347ebf=_0x2946b3;_0x373aec[_0x347ebf(0x1ae)]();}),_0x373aec[_0x2946b3(0x1dc)](),this[_0x2946b3(0x278)][_0x2946b3(0x1fa)](_0x373aec['id']),this[_0x2946b3(0x24c)][_0x2946b3(0x1fa)](_0x373aec),_0x4894c8;});}return _0x373aec;}[_0x19fd03(0x22c)](_0x488c96){const _0x3b9799=_0x19fd03;return this[_0x3b9799(0xd3)][_0x3b9799(0x178)](_0x488c96);}[_0x19fd03(0x255)](_0x378a89,_0xf8bd6d){const _0x3c4ecb=_0x19fd03,_0x60514d=this[_0x3c4ecb(0x175)][_0x3c4ecb(0x158)][_0x3c4ecb(0x25c)](_0x3c4ecb(0x15e)),_0x2df386=this[_0x3c4ecb(0x205)](_0x378a89);if(this[_0x3c4ecb(0x201)]&&this[_0x3c4ecb(0x201)][_0x3c4ecb(0x1d8)]){if(_0x2df386[_0x3c4ecb(0xe4)]){const _0x53d4b1=_0x60514d[_0x3c4ecb(0x1a6)](_0xe5b8b9(this[_0x3c4ecb(0x175)][_0x3c4ecb(0x20c)],_0x3c4ecb(0x15f)));this[_0x3c4ecb(0x201)][_0x3c4ecb(0x1d8)](_0x378a89,_0xf8bd6d)[_0x3c4ecb(0xd4)](()=>{const _0x2232eb=_0x3c4ecb;_0x60514d[_0x2232eb(0x262)](_0x53d4b1);});}else _0x2df386['on'](_0x3c4ecb(0x1db),()=>{const _0x56a90e=_0x3c4ecb;this[_0x56a90e(0x255)](_0x378a89,_0xf8bd6d);});}}[_0x19fd03(0xef)](_0x1e7dff){const _0x55de65=_0x19fd03;if(!this[_0x55de65(0x201)]||!this[_0x55de65(0x201)][_0x55de65(0x205)])throw new _0x1f491d(_0x55de65(0x11c),this);return this[_0x55de65(0x201)][_0x55de65(0x205)](_0x1e7dff);}[_0x19fd03(0xdd)](_0x560906){const _0xcae486=_0x19fd03,{id:_0x2a20cc,type:_0x1ca10e,subType:_0x565817,authorId:_0x5cdc8a}=this[_0xcae486(0x151)](_0x560906),_0x262692=this[_0xcae486(0x278)][_0xcae486(0x25c)](_0x2a20cc)||this[_0xcae486(0xdf)](_0x1ca10e,_0x565817,_0x2a20cc,_0x5cdc8a,{});switch(this[_0xcae486(0x1f3)](_0x262692,_0x1ca10e,_0x565817,_0x5cdc8a),this[_0xcae486(0x24c)][_0xcae486(0x25c)](_0x262692)){case _0xcae486(0x1ed):this[_0xcae486(0xef)](_0x2a20cc)[_0xcae486(0xd4)](_0x128e8b=>{const _0x31cbb2=_0xcae486;let _0x32ff08=Promise[_0x31cbb2(0x222)]();_0x128e8b[_0x31cbb2(0x271)]&&(_0x32ff08=this[_0x31cbb2(0x1d9)][_0x31cbb2(0x21b)]({'channelId':this[_0x31cbb2(0x175)][_0x31cbb2(0x220)][_0x31cbb2(0x25c)](_0x31cbb2(0x1cd)),'threadId':_0x2a20cc})),_0x32ff08[_0x31cbb2(0xd4)](()=>{const _0x4ea444=_0x31cbb2;this[_0x4ea444(0x1ba)](_0x128e8b)[_0x4ea444(0xe4)]=!0x0;});}),this[_0xcae486(0x24c)][_0xcae486(0x216)](_0x262692,_0xcae486(0x137));break;case _0xcae486(0x1a3):this[_0xcae486(0x255)](_0x2a20cc,{'state':_0xcae486(0x14b)});case _0xcae486(0x1e7):this[_0xcae486(0x24c)][_0xcae486(0x216)](_0x262692,_0xcae486(0x208)),this[_0xcae486(0x1b7)](_0xcae486(0x1c4),_0x262692);break;case _0xcae486(0x208):this[_0xcae486(0x1b7)](_0xcae486(0x141),_0x262692);}return _0x262692[_0xcae486(0x1b5)](_0x560906),_0x262692;}[_0x19fd03(0xed)](_0x4926b1){const _0x3c0eb9=_0x19fd03,_0x19e22e=Array[_0x3c0eb9(0x1cf)](_0x4926b1),_0x775e04=_0x19e22e[_0x3c0eb9(0xd8)](_0x4132c2=>_0x3c0eb9(0xf2)==_0x4132c2[_0x3c0eb9(0x1b2)]);this[_0x3c0eb9(0x246)](_0x775e04);const _0x52510e=_0x19e22e[_0x3c0eb9(0xd8)](_0x48710c=>!_0x48710c[_0x3c0eb9(0x110)]&&_0x3c0eb9(0xf2)!=_0x48710c[_0x3c0eb9(0x1b2)]),_0x25e6cf=this[_0x3c0eb9(0x236)]({'skipNotAttached':!0x0})[_0x3c0eb9(0xd8)](_0x1ef424=>!_0x1ef424[_0x3c0eb9(0x110)]&&_0x3c0eb9(0xf2)!=_0x1ef424[_0x3c0eb9(0x1b2)]),_0x516ca8=_0x25e6cf[_0x3c0eb9(0xd8)](_0xc36cbc=>!_0x4926b1[_0x3c0eb9(0x178)](_0xc36cbc)),_0x27d25e=new Map(_0x25e6cf[_0x3c0eb9(0x223)](_0x5389aa=>[_0x5389aa,this[_0x3c0eb9(0x146)][_0x3c0eb9(0x171)](_0x5389aa[_0x3c0eb9(0x1b2)],_0x5389aa[_0x3c0eb9(0xe8)],_0x3c0eb9(0x219))])),_0x5b0dd4=new Map(_0x25e6cf[_0x3c0eb9(0x223)](_0x23b1d1=>[_0x23b1d1,_0x23b1d1[_0x3c0eb9(0x250)]()])),_0x43560f=new Set(),_0x3da544=new Set();for(let _0x1fefdb=0x0;_0x1fefdb<_0x52510e[_0x3c0eb9(0x17b)];_0x1fefdb++)_0x45bed8(_0x52510e[_0x1fefdb],_0x52510e,_0x1fefdb+0x1);for(let _0x4d96dc=0x0;_0x4d96dc<_0x52510e[_0x3c0eb9(0x17b)];_0x4d96dc++)_0x45bed8(_0x52510e[_0x4d96dc],_0x516ca8,0x0);const _0x8254e0=new Set();for(let _0x4aa1d2=0x0;_0x4aa1d2<_0x52510e[_0x3c0eb9(0x17b)];_0x4aa1d2++){const _0x463fd2=_0x52510e[_0x4aa1d2];!_0x3da544[_0x3c0eb9(0x178)](_0x463fd2)&&_0x463fd2[_0x3c0eb9(0x20e)]&&(_0x8254e0[_0x3c0eb9(0x1a6)](_0x463fd2[_0x3c0eb9(0x20e)]),_0x463fd2[_0x3c0eb9(0x20e)][_0x3c0eb9(0x213)]===_0x463fd2&&(_0x463fd2[_0x3c0eb9(0x20e)][_0x3c0eb9(0x213)]=null),_0x463fd2[_0x3c0eb9(0x20e)]=null),!_0x43560f[_0x3c0eb9(0x178)](_0x463fd2)&&_0x463fd2[_0x3c0eb9(0x213)]&&(_0x8254e0[_0x3c0eb9(0x1a6)](_0x463fd2[_0x3c0eb9(0x213)]),_0x463fd2[_0x3c0eb9(0x213)][_0x3c0eb9(0x20e)]===_0x463fd2&&(_0x463fd2[_0x3c0eb9(0x213)][_0x3c0eb9(0x20e)]=null),_0x463fd2[_0x3c0eb9(0x213)]=null);}function _0x45bed8(_0x1f49d2,_0x532e5a,_0x1caa77){const _0x215321=_0x3c0eb9;for(let _0x4dbad0=_0x1caa77;_0x4dbad0<_0x532e5a[_0x215321(0x17b)];_0x4dbad0++){const _0x1fa613=_0x2f9517(_0x1f49d2,_0x532e5a[_0x4dbad0]);_0x1fa613&&(_0x1fa613[0x0][_0x215321(0x213)]=_0x1fa613[0x1],_0x1fa613[0x1][_0x215321(0x20e)]=_0x1fa613[0x0],_0x43560f[_0x215321(0x1a6)](_0x1fa613[0x0]),_0x3da544[_0x215321(0x1a6)](_0x1fa613[0x1]));}}function _0x2f9517(_0x4356f8,_0x327648){const _0x439c38=_0x3c0eb9;if(_0x4356f8[_0x439c38(0x240)]['id']!==_0x327648[_0x439c38(0x240)]['id'])return null;const _0x4c8c64=_0x27d25e[_0x439c38(0x25c)](_0x4356f8)(_0x4356f8,_0x327648,_0x5b0dd4[_0x439c38(0x25c)](_0x4356f8),_0x5b0dd4[_0x439c38(0x25c)](_0x327648));if(!_0x4c8c64)return null;return _0x27d25e[_0x439c38(0x25c)](_0x327648)(_0x4356f8,_0x327648,_0x5b0dd4[_0x439c38(0x25c)](_0x4356f8),_0x5b0dd4[_0x439c38(0x25c)](_0x327648))?_0x4c8c64[0x1][_0x439c38(0x27e)]&&_0x4c8c64[0x1][_0x439c38(0x27e)][_0x439c38(0x17b)]?null:_0x4c8c64:null;}_0x8254e0[_0x3c0eb9(0xf1)]&&this[_0x3c0eb9(0xed)](_0x8254e0);}[_0x19fd03(0x246)](_0x4e4232){const _0x3aa9f3=_0x19fd03;if(0x0==_0x4e4232[_0x3aa9f3(0x17b)])return;const _0x17fc3a=this[_0x3aa9f3(0x236)]({'skipNotAttached':!0x0})[_0x3aa9f3(0xd8)](_0x3c90c0=>_0x3aa9f3(0xf2)==_0x3c90c0[_0x3aa9f3(0x1b2)]&&_0x3c90c0[_0x3aa9f3(0x1a7)]),_0x2cc4d7=[],_0x55f8d2=new Map();for(const _0x4b975b of _0x17fc3a){const _0x15a3ba=_0x4f943b(_0x4b975b[_0x3aa9f3(0x10b)]);_0x55f8d2[_0x3aa9f3(0x178)](_0x15a3ba)||(_0x55f8d2[_0x3aa9f3(0x216)](_0x15a3ba,_0x2cc4d7[_0x3aa9f3(0x17b)]),_0x2cc4d7[_0x3aa9f3(0x24a)]([]));const _0x50f77f=_0x55f8d2[_0x3aa9f3(0x25c)](_0x15a3ba);_0x2cc4d7[_0x50f77f][_0x3aa9f3(0x24a)](_0x4b975b);}!(function(){const _0x48ae35=_0x3aa9f3;_0x2cc4d7[_0x48ae35(0x130)]((_0x5952a6,_0x6dc491)=>{const _0x30501e=_0x48ae35,_0x1f5f36=_0x5952a6[0x0][_0x30501e(0x1a1)],_0x384102=_0x6dc491[0x0][_0x30501e(0x1a1)];return _0x1f5f36==_0x384102?_0x5952a6[0x0][_0x30501e(0x10b)][_0x30501e(0x251)]<_0x6dc491[0x0][_0x30501e(0x10b)][_0x30501e(0x251)]?-0x1:0x1:_0x1f5f36<_0x384102?-0x1:0x1;});for(const _0x41b3ef of _0x2cc4d7)_0x41b3ef[_0x48ae35(0x130)]((_0x4a30a4,_0x1c2f30)=>_0x4a30a4['id']<_0x1c2f30['id']?-0x1:0x1);}());for(let _0x1fb03e=0x0;_0x1fb03e<_0x2cc4d7[_0x3aa9f3(0x17b)];_0x1fb03e++){if(0x0==_0x2cc4d7[_0x1fb03e][_0x3aa9f3(0x17b)])continue;const _0x3b2833=[];for(let _0xbae782=_0x1fb03e+0x1;_0xbae782<_0x2cc4d7[_0x3aa9f3(0x17b)];_0xbae782++)0x0!=_0x2cc4d7[_0xbae782][_0x3aa9f3(0x17b)]&&_0x36f5b4(_0x2cc4d7[_0x1fb03e],_0x2cc4d7[_0xbae782])&&_0x3b2833[_0x3aa9f3(0x24a)](_0xbae782);for(const _0x1cf45e of _0x3b2833)_0x2cc4d7[_0x1fb03e]=_0x2cc4d7[_0x1fb03e][_0x3aa9f3(0x1ca)](_0x2cc4d7[_0x1cf45e]),_0x2cc4d7[_0x1cf45e]=[];}for(const _0x3d5cfc of _0x2cc4d7)for(let _0x467996=0x0;_0x467996<_0x3d5cfc[_0x3aa9f3(0x17b)];_0x467996++)_0x3d5cfc[_0x467996][_0x3aa9f3(0x213)]=_0x3d5cfc[_0x467996+0x1]||null;for(const _0x406936 of _0x2cc4d7)for(let _0x236436=0x0;_0x236436<_0x406936[_0x3aa9f3(0x17b)];_0x236436++)_0x406936[_0x236436][_0x3aa9f3(0x20e)]=_0x406936[_0x236436-0x1]||null;function _0x36f5b4(_0x3ff9ea,_0x5e63fd){const _0x2842e2=_0x3aa9f3;if(_0x3ff9ea[0x0][_0x2842e2(0x10b)][_0x2842e2(0x251)]!==_0x5e63fd[0x0][_0x2842e2(0x10b)][_0x2842e2(0x251)]&&_0x3ff9ea[0x0][_0x2842e2(0x240)]!==_0x5e63fd[0x0][_0x2842e2(0x240)])return!0x1;if(!function(_0x238631,_0x3164ba){const _0xe596b5=_0x2842e2;if(!_0x238631[_0xe596b5(0x271)]&&!_0x3164ba[_0xe596b5(0x271)])return!0x0;if(_0x238631[_0xe596b5(0x271)]&&_0x3164ba[_0xe596b5(0x271)])return!0x1;if(_0x238631[_0xe596b5(0x271)]&&_0x3164ba[_0xe596b5(0x1a1)]<_0x238631[_0xe596b5(0x27e)][_0xe596b5(0x1d2)][_0xe596b5(0x25c)](0x0)[_0xe596b5(0x1a1)])return!0x0;if(_0x3164ba[_0xe596b5(0x271)]&&_0x238631[_0xe596b5(0x1a1)]<_0x3164ba[_0xe596b5(0x27e)][_0xe596b5(0x1d2)][_0xe596b5(0x25c)](0x0)[_0xe596b5(0x1a1)])return!0x0;return!0x1;}(_0x3ff9ea[0x0],_0x5e63fd[0x0]))return!0x1;const _0x370d13=_0x6b8dd2(_0x3ff9ea[0x0][_0x2842e2(0x10b)],_0x2842e2(0x251)),_0x5ee34c=_0x6b8dd2(_0x5e63fd[0x0][_0x2842e2(0x10b)],_0x2842e2(0x251));if(!_0x5eb54e(_0x370d13,_0x5ee34c))return!0x1;return!!_0x3ff9ea[_0x2842e2(0x256)](_0xb1d96b=>_0x5e63fd[_0x2842e2(0x18b)](_0x3c4736=>_0xb1d96b[_0x2842e2(0x250)]()[_0x2842e2(0x184)](_0x3c4736[_0x2842e2(0x250)]())))&&_0x5e63fd[_0x2842e2(0x256)](_0x567d8a=>_0x3ff9ea[_0x2842e2(0x18b)](_0xd0767d=>_0x567d8a[_0x2842e2(0x250)]()[_0x2842e2(0x184)](_0xd0767d[_0x2842e2(0x250)]())));}}[_0x19fd03(0x1c5)](_0x3199e7){const _0x4aae86=_0x19fd03,_0x586dac=Array[_0x4aae86(0x1cf)](_0x3199e7),_0x56a997=this[_0x4aae86(0x236)]({'skipNotAttached':!0x0}),_0x2049cb=_0x56a997[_0x4aae86(0xd8)](_0xf6b666=>!_0x3199e7[_0x4aae86(0x178)](_0xf6b666)),_0x54af94=new Map(_0x586dac[_0x4aae86(0x223)](_0x14a6a4=>[_0x14a6a4,this[_0x4aae86(0x146)][_0x4aae86(0x171)](_0x14a6a4[_0x4aae86(0x1b2)],_0x14a6a4[_0x4aae86(0xe8)],_0x4aae86(0x232))])),_0x502e21=new Map(_0x56a997[_0x4aae86(0x223)](_0x4537b2=>[_0x4537b2,_0x4537b2[_0x4aae86(0x113)]()]));for(let _0x12eecb=0x0;_0x12eecb<_0x586dac[_0x4aae86(0x17b)];_0x12eecb++){if(_0x5245bd(this,_0x586dac[_0x12eecb],_0x586dac,_0x12eecb+0x1))return!0x0;}for(let _0x2d943b=0x0;_0x2d943b<_0x586dac[_0x4aae86(0x17b)];_0x2d943b++){if(_0x5245bd(this,_0x586dac[_0x2d943b],_0x2049cb,0x0))return!0x0;}return!0x1;function _0x5245bd(_0x29b11f,_0x288e2d,_0x954559,_0x3505ed){const _0x409094=_0x4aae86;for(let _0x1333d5=_0x3505ed;_0x1333d5<_0x954559[_0x409094(0x17b)];_0x1333d5++){const _0x2d0c9f=_0x954559[_0x1333d5];if(_0x2d0c9f[_0x409094(0x1b2)]!==_0x288e2d[_0x409094(0x1b2)]||_0x2d0c9f[_0x409094(0x240)]['id']!==_0x288e2d[_0x409094(0x240)]['id']||_0x2d0c9f[_0x409094(0xe8)]!==_0x288e2d[_0x409094(0xe8)])continue;if(!Pt(_0x288e2d,_0x2d0c9f,[_0x409094(0x251)]))continue;if(_0x409094(0xf2)==_0x288e2d[_0x409094(0x1b2)]&&_0x288e2d[_0x409094(0x1c7)][_0x409094(0xee)]!=_0x2d0c9f[_0x409094(0x1c7)][_0x409094(0xee)])continue;if(_0x409094(0xf2)==_0x288e2d[_0x409094(0x1b2)]&&_0x29b11f[_0x409094(0x22c)](_0x288e2d[_0x409094(0x1c7)][_0x409094(0x1bb)]))continue;if(_0x409094(0x211)==_0x288e2d[_0x409094(0x1b2)]){const _0x1305c0=_0x29b11f[_0x409094(0x175)][_0x409094(0x1cc)],_0x2ef9a0=_0x288e2d[_0x409094(0x1b9)]();if(_0x2ef9a0&&(_0x1305c0[_0x409094(0x1ea)][_0x409094(0x12f)](_0x2ef9a0)||_0x1305c0[_0x409094(0x1ea)][_0x409094(0x106)](_0x2ef9a0)))continue;}const _0x909208=_0x54af94[_0x409094(0x25c)](_0x288e2d),_0x5a5795=_0x502e21[_0x409094(0x25c)](_0x288e2d),_0x39499=_0x502e21[_0x409094(0x25c)](_0x2d0c9f),_0x2f2198=_0x288e2d[_0x409094(0x27e)]&&_0x288e2d[_0x409094(0x27e)][_0x409094(0x17b)],_0x285326=_0x2d0c9f[_0x409094(0x27e)]&&_0x2d0c9f[_0x409094(0x27e)][_0x409094(0x17b)];if(!_0x2f2198&&_0x909208(_0x39499,_0x5a5795))return _0x29b11f[_0x409094(0xdb)](_0x2d0c9f,_0x288e2d),_0x502e21[_0x409094(0x1fa)](_0x288e2d),!0x0;if(!_0x285326&&_0x909208(_0x5a5795,_0x39499))return _0x29b11f[_0x409094(0xdb)](_0x288e2d,_0x2d0c9f),_0x502e21[_0x409094(0x1fa)](_0x2d0c9f),!0x0;}return!0x1;}}[_0x19fd03(0xdb)](_0xf7272b,_0x5a4bb6){const _0x279b7e=_0x19fd03;if(_0xf7272b[_0x279b7e(0x110)]){for(const _0x8ef704 of _0x5a4bb6[_0x279b7e(0x113)]())_0xf7272b[_0x279b7e(0x1dd)](_0x8ef704);}else{const _0x5217f3=_0x5a4bb6[_0x279b7e(0x250)]()[_0x279b7e(0x1d4)];this[_0x279b7e(0x258)](_0xf7272b,this[_0x279b7e(0x1b6)][_0x279b7e(0x16c)](_0xf7272b[_0x279b7e(0x250)]()[_0x279b7e(0x272)],_0x5217f3));}_0x5a4bb6[_0x279b7e(0x257)]();}[_0x19fd03(0x260)](_0x4141a7,_0x98198b){const _0x5358ea=_0x19fd03,_0x95c1fe=_0x4141a7[_0x5358ea(0x1b8)](_0x5358ea(0x10f))||_0x4141a7[_0x5358ea(0x1b8)](_0x5358ea(0xf2))?_0x5358ea(0x11a):_0x4141a7[_0x5358ea(0x1da)]();return _0xe5b8b9(this[_0x5358ea(0x175)][_0x5358ea(0x20c)],_0x98198b+'_'+_0x95c1fe+_0x5358ea(0x1c0));}[_0x19fd03(0x1d1)](){const _0x23b0b4=_0x19fd03,_0x15c67a=this[_0x23b0b4(0x175)];_0x1b08f5(this[_0x23b0b4(0x1b6)],({left:_0x212bef,entered:_0xb3344b})=>{const _0x5f5739=_0x23b0b4,_0x10d5a4=[];for(const _0x56e6a0 of _0x212bef){const {group:_0x706ddb,type:_0x5177fd}=this[_0x5f5739(0x151)](_0x56e6a0[_0x5f5739(0xd6)]);if(_0x5f5739(0x145)===_0x706ddb){_0x10d5a4[_0x5f5739(0x24a)](this[_0x5f5739(0x260)](_0x5177fd,_0x5f5739(0x128)));break;}}for(const _0x5ca250 of _0xb3344b){const {group:_0x26a46e,type:_0xfb1d74}=this[_0x5f5739(0x151)](_0x5ca250[_0x5f5739(0xd6)]);if(_0x5f5739(0x145)===_0x26a46e){_0x10d5a4[_0x5f5739(0x24a)](this[_0x5f5739(0x260)](_0xfb1d74,_0x5f5739(0xf5)));break;}}_0x10d5a4[_0x5f5739(0x17b)]&&_0x15c67a['ui'][_0x5f5739(0x226)][_0x5f5739(0x116)](_0x5f5739(0x1e4),_0x10d5a4[_0x5f5739(0x232)]('\x20'));});}[_0x19fd03(0x138)](_0x2c9c93){const _0x47e4f7=_0x19fd03;if(this[_0x47e4f7(0x18f)])return!0x1;const _0x248277=this[_0x47e4f7(0x175)],_0x57f6ff=_0x248277[_0x47e4f7(0x1cc)][_0x47e4f7(0x27a)][_0x47e4f7(0x1e8)][_0x47e4f7(0xe2)]();if(0x0==_0x57f6ff[_0x47e4f7(0x17b)])return!0x1;const _0x59a713=[],_0x95602c=_0x57f6ff[_0x47e4f7(0xd8)](_0x1accd8=>_0x47e4f7(0xf2)==_0x1accd8[_0x47e4f7(0x1b2)]),_0x73ce9c=_0x57f6ff[_0x47e4f7(0xd8)](_0x521c66=>_0x47e4f7(0x1f5)==_0x521c66[_0x47e4f7(0x1b2)]&&_0x47e4f7(0x115)!=_0x521c66[_0x47e4f7(0xd6)]),_0x17da59=_0x57f6ff[_0x47e4f7(0xd8)](_0x27ada2=>_0x47e4f7(0x262)==_0x27ada2[_0x47e4f7(0x1b2)]&&_0x47e4f7(0x115)!=_0x27ada2[_0x47e4f7(0xd6)]);for(const _0x52ca44 of _0x95602c)_0x59a713[_0x47e4f7(0x24a)]({'key':_0x52ca44[_0x47e4f7(0xfa)],'newValue':_0x52ca44[_0x47e4f7(0x254)],'oldValue':_0x52ca44[_0x47e4f7(0x1d6)],'range':Ot(_0x52ca44[_0x47e4f7(0x162)],_0x248277[_0x47e4f7(0x1cc)])});for(const _0x14748e of _0x73ce9c){const _0x14b993=_0x17da59[_0x47e4f7(0x13f)](_0x3b9cc5=>_0x3b9cc5[_0x47e4f7(0x16e)][_0x47e4f7(0x184)](_0x14748e[_0x47e4f7(0x16e)]));_0x14b993&&_0x59a713[_0x47e4f7(0x24a)]({'key':_0x47e4f7(0x10c),'newValue':_0x14748e[_0x47e4f7(0xd6)],'oldValue':_0x14b993[_0x47e4f7(0xd6)],'range':_0x248277[_0x47e4f7(0x1cc)][_0x47e4f7(0x18e)](_0x14748e[_0x47e4f7(0x16e)][_0x47e4f7(0x15c)])});}return 0x0!=_0x59a713[_0x47e4f7(0x17b)]&&this[_0x47e4f7(0x179)](_0x2c9c93,_0x59a713);}[_0x19fd03(0x14d)](_0x5586a3){const _0x1b029f=_0x19fd03;let _0x4ccbcc=!0x1;const _0x5b160b=this[_0x1b029f(0x175)][_0x1b029f(0x1cc)][_0x1b029f(0x27a)][_0x1b029f(0x1e8)][_0x1b029f(0x23b)]()[_0x1b029f(0xd8)](_0x353a70=>_0x353a70[_0x1b029f(0x1c7)][_0x1b029f(0x189)]&&_0x353a70[_0x1b029f(0xd6)][_0x1b029f(0x1b8)](_0x1b029f(0x23c)));for(const _0x4651c9 of _0x5b160b){const {subType:_0x553f81,id:_0x263fe8}=this[_0x1b029f(0x151)](_0x4651c9[_0x1b029f(0xd6)]),_0x30d1ab=_0x553f81[_0x1b029f(0x196)]('|')[0x0];for(const _0xf8a93d of this[_0x1b029f(0x236)]({'skipNotAttached':!0x0}))_0xf8a93d['id']!=_0x263fe8&&_0x1b029f(0xf2)==_0xf8a93d[_0x1b029f(0x1b2)]&&_0xf8a93d[_0x1b029f(0x1c7)]&&_0xf8a93d[_0x1b029f(0x1c7)][_0x1b029f(0x1bb)]==_0x30d1ab&&_0xf8a93d[_0x1b029f(0x250)]()[_0x1b029f(0x235)](_0x4651c9[_0x1b029f(0x1c7)][_0x1b029f(0x189)])&&(this[_0x1b029f(0x24e)](_0xf8a93d,_0x4651c9[_0x1b029f(0x1c7)][_0x1b029f(0x189)],_0x5586a3),_0x4ccbcc=!0x0);}return _0x4ccbcc;}[_0x19fd03(0x163)](_0x3a56d8){const _0xe4fc4e=_0x19fd03;this[_0xe4fc4e(0x175)],(this[_0xe4fc4e(0x18f)]=!0x0,_0x3a56d8());}[_0x19fd03(0xff)](_0x342ca8){const _0x2bc576=_0x19fd03,_0x3b7def=this[_0x2bc576(0x22c)](_0x342ca8),_0xa9911e=this[_0x2bc576(0x172)][_0x2bc576(0x178)](_0x342ca8);return _0x3b7def||_0xa9911e;}[_0x19fd03(0x179)](_0x8f7b6c,_0x1e7133){const _0x49461b=_0x19fd03;if(0x0==_0x1e7133[_0x49461b(0x17b)])return!0x1;let _0x11757d=!0x1;for(const _0x509aa0 of _0x1e7133){const _0x38cd43=this[_0x49461b(0x209)](_0x509aa0[_0x49461b(0x162)],_0x49461b(0xf2))[_0x49461b(0xd8)](_0x18809a=>!_0x18809a[_0x49461b(0x277)][_0x49461b(0x25b)])[_0x49461b(0x223)](_0x250b3c=>_0x250b3c[_0x49461b(0x145)]),_0x2b0f4f=_0x4f943b({'newValue':_0x509aa0[_0x49461b(0x22a)]});_0x38cd43[_0x49461b(0xd8)](_0xd9986b=>{const _0x388639=_0x49461b,[_0x571508,_0x5cdb21]=_0xd9986b[_0x388639(0xe8)][_0x388639(0x196)]('|');return _0x571508==_0x509aa0[_0x388639(0x1bb)]&&_0x5cdb21!=_0x2b0f4f;})[_0x49461b(0x188)](_0x510426=>{const _0x315acf=_0x49461b;this[_0x315acf(0x24e)](_0x510426,_0x509aa0[_0x315acf(0x162)],_0x8f7b6c),_0x11757d=!0x0;});}return _0x11757d;}[_0x19fd03(0x24e)](_0x3d5286,_0x1d37a9,_0x5f4a71){const _0x536c37=_0x19fd03,_0x5b70e6=_0x3d5286[_0x536c37(0x250)]()[_0x536c37(0xda)](_0x1d37a9);0x0!==_0x5b70e6[_0x536c37(0x17b)]?0x1!==_0x5b70e6[_0x536c37(0x17b)]?this[_0x536c37(0x1c3)](_0x3d5286,_0x1d37a9[_0x536c37(0x272)],_0x1d37a9[_0x536c37(0x1d4)]):this[_0x536c37(0x258)](_0x3d5286,_0x5b70e6[0x0]):_0x5f4a71[_0x536c37(0x119)](_0x3d5286[_0x536c37(0x160)]());}}class xt{constructor(_0xb44c90){const _0x24253d=_0x19fd03;this[_0x24253d(0x187)]=_0xb44c90,this[_0x24253d(0x1b6)]=_0xb44c90[_0x24253d(0x1cc)],this[_0x24253d(0x135)]=new Map(),this[_0x24253d(0x12a)]=new Map(),this[_0x24253d(0x16a)]();}[_0x19fd03(0xe6)](_0x95718f,_0x498458,_0x273514,_0x43c23a,_0x12811a,_0x380435){const _0x11e96b=_0x19fd03;return new _0x443fee(this[_0x11e96b(0x1b6)],{'type':_0x95718f,'subType':_0x498458,'id':_0x273514,'author':_0x43c23a,'creator':_0x43c23a,'attributes':_0x12811a,'onAttributesChange':_0x380435,'onAccept':(..._0x380c59)=>this[_0x11e96b(0x171)](_0x95718f,_0x498458,_0x11e96b(0x1a2))(..._0x380c59),'onDiscard':(..._0x24e689)=>this[_0x11e96b(0x171)](_0x95718f,_0x498458,_0x11e96b(0x1ae))(..._0x24e689)});}[_0x19fd03(0x1e9)](_0x3375f9,_0x45a2fa,_0x5c81e4,_0x2fdcb0){const _0x2fa400=_0x19fd03,_0x1aea68=_0x3375f9+':'+_0x45a2fa+':'+_0x5c81e4;this[_0x2fa400(0x135)][_0x2fa400(0x216)](_0x1aea68,_0x2fdcb0);}[_0x19fd03(0x171)](_0x535ced,_0x376e54,_0x53c52d){const _0x5b023d=_0x19fd03,_0x194b95=_0x535ced+':'+_0x376e54+':'+_0x53c52d;return this[_0x5b023d(0x135)][_0x5b023d(0x25c)](_0x194b95)||this[_0x5b023d(0x12a)][_0x5b023d(0x25c)](_0x535ced+':'+_0x53c52d);}[_0x19fd03(0x16a)](){const _0x541d52=_0x19fd03,_0x71619a=()=>!0x1,_0x2a6c1a=_0x6d5849=>{const _0x5b1fc0=_0x50a9;_0x6d5849[_0x5b1fc0(0x130)]((_0x2e1174,_0x40e98a)=>_0x2e1174[_0x5b1fc0(0x272)][_0x5b1fc0(0x14f)](_0x40e98a[_0x5b1fc0(0x272)])?0x1:-0x1),this[_0x5b1fc0(0x1b6)][_0x5b1fc0(0x225)](_0x5ef328=>{const _0x880f4d=_0x5b1fc0;for(const _0x43dbfc of _0x6d5849){let _0x3edf8b;_0x3edf8b=_0x43dbfc[_0x880f4d(0x1d4)][_0x880f4d(0x1c1)]&&_0x43dbfc[_0x880f4d(0x1d4)][_0x880f4d(0x190)]==_0x43dbfc[_0x880f4d(0x272)][_0x880f4d(0x15c)]?_0x5ef328[_0x880f4d(0x22b)](_0x43dbfc[_0x880f4d(0x272)][_0x880f4d(0x15c)],'on'):_0x5ef328[_0x880f4d(0x22b)](_0x43dbfc),this[_0x880f4d(0x1b6)][_0x880f4d(0x20a)](_0x3edf8b,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x529d39=(_0x52cc3e,_0x7e1777)=>{const _0x5cd2c0=_0x50a9;_0x7e1777&&this[_0x5cd2c0(0x1b6)][_0x5cd2c0(0x225)](_0x2203ad=>{const _0x13825c=_0x5cd2c0,{commandName:_0x3b184e,commandParams:_0xe693a4=[]}=_0x7e1777,_0xbf6dd2=_0x52cc3e[_0x13825c(0x223)](_0x42f6aa=>(Tt(_0x42f6aa)&&(_0x42f6aa=this[_0x13825c(0x1b6)][_0x13825c(0x16c)](_0x42f6aa[_0x13825c(0x1d4)])),_0x42f6aa))[_0x13825c(0xd8)](_0x4792b8=>_0x13825c(0x1a5)!==_0x4792b8[_0x13825c(0x231)][_0x13825c(0x1c2)]);if(_0xbf6dd2[_0x13825c(0x17b)]<0x1)return;const _0x2f875c=Array[_0x13825c(0x1cf)](this[_0x13825c(0x1b6)][_0x13825c(0x27a)][_0x13825c(0x234)][_0x13825c(0x113)]())[_0x13825c(0x223)](_0x3d4b49=>_0x1b6ab6[_0x13825c(0x21f)](_0x3d4b49));_0x2203ad[_0x13825c(0x13d)](_0xbf6dd2);for(const _0x378f35 of this[_0x13825c(0x187)][_0x13825c(0x269)][_0x13825c(0x269)]())_0x378f35[_0x13825c(0x1d5)]();_0xe693a4[_0x13825c(0x24a)]({'forceDefaultExecution':!0x0}),this[_0x13825c(0x187)][_0x13825c(0x21c)](_0x3b184e,..._0xe693a4);const _0x51f5d6=_0x2f875c[_0x13825c(0xd8)](_0x4e1f8d=>_0x13825c(0x1a5)!=_0x4e1f8d[_0x13825c(0x231)][_0x13825c(0x1c2)]);_0x51f5d6[_0x13825c(0x17b)]>0x0&&_0x2203ad[_0x13825c(0x13d)](_0x51f5d6);for(const _0x2e716b of _0x2f875c)_0x2e716b[_0x13825c(0x200)]();});},_0x34d498=(_0x5328b9,_0x4ae37b)=>0x1==_0x5328b9[_0x541d52(0x17b)]&&0x1==_0x4ae37b[_0x541d52(0x17b)]&&_0x5328b9[0x0][_0x541d52(0x1d4)][_0x541d52(0x184)](_0x4ae37b[0x0][_0x541d52(0x272)]),_0x27642e=(_0x7f9df9,_0x53a99b,_0x13a85e,_0x5eb2e2)=>Ft(_0x7f9df9,_0x53a99b,_0x13a85e,_0x5eb2e2,this[_0x541d52(0x1b6)])?[_0x7f9df9,_0x53a99b]:Ft(_0x53a99b,_0x7f9df9,_0x5eb2e2,_0x13a85e,this[_0x541d52(0x1b6)])?[_0x53a99b,_0x7f9df9]:null;this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x27b),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x173),_0x2a6c1a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x147),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1de),_0x27642e),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x20b),_0x2a6c1a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x149),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xf8),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1e3),_0x27642e),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x13c),_0x529d39),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x186),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x10e),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x19e),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x14c),_0x529d39),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xfb),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xd2),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1f9),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x202),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x21d),(_0x800833,_0xa79107)=>{const _0x49cddd=_0x541d52;if(!_0xa79107)return;const _0x484b9f=this[_0x49cddd(0x187)][_0x49cddd(0x158)][_0x49cddd(0x25c)](p);this[_0x49cddd(0x1b6)][_0x49cddd(0x225)](_0x4adbcb=>{const _0x1fa363=_0x49cddd;if(_0x1fa363(0x10c)==_0xa79107[_0x1fa363(0x1bb)])for(const _0x1c9954 of _0x800833){const _0x177658=_0x1c9954[_0x1fa363(0x272)][_0x1fa363(0x15c)],_0x2b9241=_0xa79107[_0x1fa363(0xee)];_0x4adbcb[_0x1fa363(0x22e)](_0x177658,_0x2b9241);}else{if(_0x484b9f[_0x1fa363(0x22c)](_0xa79107[_0x1fa363(0x1bb)])){for(const _0x181060 of _0x800833)void 0x0!==_0xa79107[_0x1fa363(0xee)]?_0x4adbcb[_0x1fa363(0xe0)](_0xa79107[_0x1fa363(0x1bb)],_0xa79107[_0x1fa363(0xee)],_0x181060[_0x1fa363(0x272)][_0x1fa363(0x15c)]):_0x4adbcb[_0x1fa363(0x218)](_0xa79107[_0x1fa363(0x1bb)],_0x181060[_0x1fa363(0x272)][_0x1fa363(0x15c)]);}else{for(const _0x3c93f7 of _0x800833)_0xa79107[_0x1fa363(0xee)]?_0x4adbcb[_0x1fa363(0xe0)](_0xa79107[_0x1fa363(0x1bb)],_0xa79107[_0x1fa363(0xee)],_0x3c93f7):_0x4adbcb[_0x1fa363(0x218)](_0xa79107[_0x1fa363(0x1bb)],_0x3c93f7);}}});}),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1a0),_0x34d498);}}function Rt(_0x549314,_0x30aa8a,_0x21644f){const _0xad0f6e=_0x19fd03;for(const _0x3f1005 of _0x30aa8a[_0xad0f6e(0x190)][_0xad0f6e(0x1b0)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3f1005[_0xad0f6e(0x231)]==_0x3f1005)return!0x1;if(!_0x21644f[_0xad0f6e(0x26c)](_0x3f1005))return!0x1;if(_0x549314[_0xad0f6e(0x12f)](_0x3f1005)||_0x549314[_0xad0f6e(0x106)](_0x3f1005))return!0x0;}return!0x1;}function Tt(_0x59b8c8){const _0x38e13d=_0x19fd03;return _0x59b8c8[_0x38e13d(0x1d4)][_0x38e13d(0x190)]==_0x59b8c8[_0x38e13d(0x272)][_0x38e13d(0x15c)]&&_0x59b8c8[_0x38e13d(0x1d4)][_0x38e13d(0x1ac)];}function Et(_0x1d89dd,_0x5cb0db,_0x201640,_0x2a6d90){const _0x279ec3=_0x19fd03,_0xb627b3=_0x4bfadb=>!_0x4bfadb[_0x279ec3(0x265)]['is'](_0x279ec3(0x144))&&!_0x2a6d90[_0x279ec3(0x12f)](_0x4bfadb[_0x279ec3(0x265)]),_0x1de267=_0x1d89dd[_0x279ec3(0x272)][_0x279ec3(0xe5)](_0xb627b3),_0x377c46=_0x1d89dd[_0x279ec3(0x1d4)][_0x279ec3(0xe5)](_0xb627b3,{'direction':_0x279ec3(0x153)});return(!_0x1d89dd[_0x279ec3(0x272)][_0x279ec3(0x184)](_0x1de267)||!_0x1d89dd[_0x279ec3(0x1d4)][_0x279ec3(0x184)](_0x377c46))&&(_0x1de267[_0x279ec3(0x14f)](_0x377c46)?_0x201640[_0x279ec3(0xcf)](_0x5cb0db,{'range':_0x201640[_0x279ec3(0x16c)](_0x1de267,_0x377c46)}):_0x201640[_0x279ec3(0x119)](_0x5cb0db),!0x0);}function Vt(_0x2c9ded){return _0x4f943b(_0x2c9ded);}function Ut(_0x188089){const _0x38f5c7=_0x19fd03,_0x39bc5e=_0x188089[_0x38f5c7(0x272)][_0x38f5c7(0x15c)];return _0x39bc5e&&_0x39bc5e['is'](_0x38f5c7(0x191));}function Ot(_0x123a3f,_0x4a20c6){const _0x2309d9=_0x19fd03;return null==_0x123a3f[_0x2309d9(0x1d4)][_0x2309d9(0xf7)]&&_0x123a3f[_0x2309d9(0x1d4)][_0x2309d9(0x190)]==_0x123a3f[_0x2309d9(0x272)][_0x2309d9(0x15c)]?Gt(_0x123a3f[_0x2309d9(0x272)][_0x2309d9(0x15c)],_0x4a20c6):_0x123a3f;}function Gt(_0x5142bd,_0x44524c){const _0x10891a=_0x19fd03,_0x154753=_0x44524c[_0x10891a(0x1ea)][_0x10891a(0x12f)](_0x5142bd)||_0x44524c[_0x10891a(0x1ea)][_0x10891a(0x16b)](_0x5142bd);return _0x44524c[_0x10891a(0x16c)](_0x44524c[_0x10891a(0x274)](_0x5142bd,_0x10891a(0x14e)),_0x154753?_0x44524c[_0x10891a(0x1d7)](_0x5142bd):_0x44524c[_0x10891a(0x274)](_0x5142bd,_0x10891a(0x1d4)));}function Ft(_0x23b582,_0x34f1e0,_0x4a22f2,_0x29e972,_0x488dd7){const _0x21ee16=_0x19fd03;if(!Pt(_0x23b582,_0x34f1e0))return!0x1;if(_0x4a22f2[_0x21ee16(0x1d4)][_0x21ee16(0x184)](_0x29e972[_0x21ee16(0x272)]))return!0x0;if(_0x23b582[_0x21ee16(0x1b2)]!=_0x34f1e0[_0x21ee16(0x1b2)])return!0x1;if(!_0x4a22f2[_0x21ee16(0x1d4)][_0x21ee16(0x243)](_0x29e972[_0x21ee16(0x272)]))return!0x1;const _0x11b9d1=_0x488dd7[_0x21ee16(0x16c)](_0x4a22f2[_0x21ee16(0x1d4)],_0x29e972[_0x21ee16(0x272)])[_0x21ee16(0x1bc)]();for(const _0x42f0f7 of _0x11b9d1)if([_0x21ee16(0xf3),_0x21ee16(0x25d)][_0x21ee16(0x21a)](_0x42f0f7[_0x21ee16(0x1b2)])&&_0x488dd7[_0x21ee16(0x1ea)][_0x21ee16(0x106)](_0x42f0f7[_0x21ee16(0x265)]))return!0x1;return!0x0;}function Pt(_0x5cc6e1,_0x6182ff,_0x503839=[]){const _0x25a7f1=_0x19fd03;return!(!_0x5cc6e1[_0x25a7f1(0x1a7)]||!_0x6182ff[_0x25a7f1(0x1a7)])&&_0x5eb54e(_0x6b8dd2(_0x5cc6e1[_0x25a7f1(0x10b)],_0x503839),_0x6b8dd2(_0x6182ff[_0x25a7f1(0x10b)],_0x503839));}function Lt(_0x5d7a1a,_0x4c5533){const _0x50a74=_0x19fd03,_0x3b101b=Ht(_0x5d7a1a[_0x50a74(0x10b)]),_0x9b1136=Ht(_0x4c5533);if(!_0x5d7a1a[_0x50a74(0x1a7)])return!0x1;for(const _0xe4b48b of Object[_0x50a74(0x157)](_0x9b1136))if(!_0x5eb54e(_0x3b101b[_0xe4b48b],_0x9b1136[_0xe4b48b]))return!0x1;return!0x0;}function Ht(_0x2764a6){const _0x355395=_0x19fd03,_0x1da0b2=Object[_0x355395(0x1ec)]({},_0x2764a6);return delete _0x1da0b2[_0x355395(0x167)],delete _0x1da0b2[_0x355395(0x139)],_0x1da0b2;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x256c4f=_0x4046;function _0x4046(_0x2b7796,_0x5182c9){const _0x18dd36=_0x18dd();return _0x4046=function(_0x404611,_0x1898c3){_0x404611=_0x404611-0xbf;let _0x57aa54=_0x18dd36[_0x404611];return _0x57aa54;},_0x4046(_0x2b7796,_0x5182c9);}(function(_0x1fc02b,_0x5318dd){const _0x3935a=_0x4046,_0x22d529=_0x1fc02b();while(!![]){try{const _0x4607d2=-parseInt(_0x3935a(0x11b))/0x1*(parseInt(_0x3935a(0x10a))/0x2)+-parseInt(_0x3935a(0xfe))/0x3*(parseInt(_0x3935a(0xe0))/0x4)+-parseInt(_0x3935a(0x11c))/0x5*(-parseInt(_0x3935a(0x12a))/0x6)+-parseInt(_0x3935a(0x11a))/0x7+parseInt(_0x3935a(0xec))/0x8+parseInt(_0x3935a(0xe6))/0x9+-parseInt(_0x3935a(0x146))/0xa;if(_0x4607d2===_0x5318dd)break;else _0x22d529['push'](_0x22d529['shift']());}catch(_0x1488d0){_0x22d529['push'](_0x22d529['shift']());}}}(_0x18dd,0x2ca45));import{Plugin as _0x27d6bc}from'ckeditor5/src/core.js';import{Collection as _0x30fff2}from'ckeditor5/src/utils.js';import{ViewModel as _0x543fbc,SplitButtonView as _0xd923c4,createDropdown as _0x530aba,addListToDropdown as _0x147bb}from'ckeditor5/src/ui.js';import{Users as _0x359280,getDateTimeFormatter as _0x5b946d,getAllMarkersDomElementsSorted as _0x4faa31}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x32baa2 from'./trackchangesediting.js';import _0xd2a89b from'./ui/suggestioncontroller.js';import _0x32eb3d from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x244779}from'./utils/common-translations.js';import _0x1c9288 from'../theme/icons/track-changes.svg';function _0x18dd(){const _0x105d23=['pluginName','acceptSelectedSuggestions','commandName','createCommentThreadController','filter','1378856bJdhiM','getMarkers','add','set','trackChanges.SuggestionThreadView','descriptionParts','change:previous','commentThread','addComment','Accept\x20all\x20suggestions','previous','toMany','actionView','requires','comments','TrackChangesUI','map','view','3GBLPLx','_destroyController','refreshSelectedViews','_suggestionToController','init','_bindAnnotationToEditors','editor','_handleControllerBuffer','_descriptionFactory','getMarkerNames','suggestionLoaded','Discard\x20all\x20selected\x20suggestions','31506FvJTIg','_initializeController','listenTo','bind','acceptAllSuggestions','separator','isOn','focus','_updateController','_viewToController','hasSuggestion','source','model','editing','isInContent','config','675052hFJqeN','1hgUYBM','25DbSAUj','length','value','CommentView','discardSelectedSuggestions','SuggestionThreadView','Track\x20changes','reduce','push','destroy','switchbutton','delete','suggestionUnloaded','_unbindEditors','412782USWCuu','trackChanges.disableComments','activeMarkers','Accept\x20all\x20selected\x20suggestions','from','type','size','button','mainView','acceptButton','getAllAdjacentSuggestions','addSourceCollector','discardButton','_createUIButton','some','getByInnerView','stopListening','head','values','registerAnnotation','activeAnnotations','unbind','isEnabled','getDescriptions','get','_refreshActiveMarkers','clear','TrackChangesEditing','3098550tAvIbZ','_disableComments','locale','Discard\x20all\x20suggestions','trackChanges','CommentsRepository','innerView','createAnnotation','getRanges','suggestion-','change:activeAnnotations','isMultiRange','getSuggestion','remove','arrowView','getFirstRange','_handleSuggestionControllerDelayed','execute','suggestionChanged','Annotations','componentFactory','buttonView','plugins','getJoined','commands','comments.maxCommentsWhenCollapsed','keys','lowest','CommentsUI','comments.maxCommentCharsWhenCollapsed','EditorAnnotations','_annotationViews','discardAllSuggestions','define','284860cxniYJ','comments.maxThreadTotalWeight','createAnnotationView','isDirty','comments.editorConfig','has','1437930bZugRD'];_0x18dd=function(){return _0x105d23;};return _0x18dd();}export default class d extends _0x27d6bc{static get[_0x256c4f(0xf9)](){const _0x4258a3=_0x256c4f;return[_0x32baa2,_0x359280,_0x4258a3(0xc3),_0x4258a3(0xd1),_0x4258a3(0xdc)];}static get[_0x256c4f(0xe7)](){const _0x2ff624=_0x256c4f;return _0x2ff624(0xfb);}constructor(_0x3a37db){const _0xdebef3=_0x256c4f;super(_0x3a37db),this[_0xdebef3(0x101)]=new Map(),this[_0xdebef3(0x113)]=new Map(),this[_0xdebef3(0xdd)]=new Map(),this[_0xdebef3(0x105)]=new Map();const _0x334374=this[_0xdebef3(0x104)][_0xdebef3(0x119)];_0x334374[_0xdebef3(0xdf)](_0xdebef3(0xf0),_0x32eb3d),_0x334374[_0xdebef3(0xdf)](_0xdebef3(0x12b),!0x1),this[_0xdebef3(0xbf)]=_0x334374[_0xdebef3(0x142)](_0xdebef3(0x12b));}[_0x256c4f(0xce)](_0x2057f1,_0x37a467){const _0xf83e8=_0x256c4f;0x0===this[_0xf83e8(0x105)][_0xf83e8(0x130)]&&setTimeout(()=>{const _0x2a8824=_0xf83e8;for(const [_0xb6099e,_0x3fcddc]of this[_0x2a8824(0x105)]){const _0x5add65=this[_0x2a8824(0x101)][_0x2a8824(0xe5)](_0xb6099e);_0x5add65||_0x3fcddc?_0x5add65&&_0x3fcddc&&this[_0x2a8824(0xff)](_0xb6099e):this[_0x2a8824(0x10b)](_0xb6099e);}this[_0x2a8824(0x105)][_0x2a8824(0x144)](),this[_0x2a8824(0x104)][_0x2a8824(0xd4)][_0x2a8824(0x142)](_0x2a8824(0xdc))[_0x2a8824(0x100)](),this[_0x2a8824(0x143)]();},0xa),this[_0xf83e8(0x105)][_0xf83e8(0xef)](_0x2057f1,_0x37a467);}[_0x256c4f(0x102)](){const _0x2a5f27=_0x256c4f,_0x4fbec5=this[_0x2a5f27(0x104)],_0x352a7f=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0x145)),_0x3afa63=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0xd1)),_0x159dfd=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0xdc)),_0x3a8228=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0xc3));_0x4fbec5['ui'][_0x2a5f27(0xd2)][_0x2a5f27(0xee)](_0x2a5f27(0xc2),_0x163f3c=>this[_0x2a5f27(0x137)](_0x163f3c)),_0x159dfd[_0x2a5f27(0x135)](()=>{const _0x50edd0=_0x2a5f27,_0x3498ef=[];for(const [_0x173e06,_0x679f81]of Array[_0x50edd0(0x12e)](this[_0x50edd0(0x101)])){const _0x48bc2b=_0x173e06[_0x50edd0(0x134)](),_0x95b4a=[];for(const _0x21d84e of _0x48bc2b){if(!_0x21d84e[_0x50edd0(0x118)])continue;if(_0x21d84e[_0x50edd0(0xc9)]){_0x95b4a[_0x50edd0(0x124)](..._0x21d84e[_0x50edd0(0xc6)]());continue;}const _0x30e953=_0x21d84e[_0x50edd0(0xcd)]();if(_0x95b4a[_0x50edd0(0x11d)]>0x0){const _0x8e8815=_0x95b4a[0x0][_0x50edd0(0xd5)](_0x30e953);if(_0x8e8815){_0x95b4a[0x0]=_0x8e8815;continue;}}_0x95b4a[_0x50edd0(0x124)](_0x30e953);}_0x3498ef[_0x50edd0(0x124)]([_0x679f81[_0x50edd0(0xfd)],_0x95b4a]);}return _0x3498ef;}),this[_0x2a5f27(0x10c)](_0x352a7f,_0x2a5f27(0x108),(_0x561b25,_0xfb829f)=>{const _0x1b6e7f=_0x2a5f27;this[_0x1b6e7f(0x10c)](_0xfb829f,_0x1b6e7f(0xf2),(_0x1a7c6d,_0x2620e1,_0x523532,_0x527cf5)=>{const _0x1eee6f=_0x1b6e7f;_0xfb829f[_0x1eee6f(0x118)]&&(null==_0x523532?(this[_0x1eee6f(0x112)](_0x527cf5[_0x1eee6f(0x13b)]),this[_0x1eee6f(0xce)](_0xfb829f,!0x1)):(this[_0x1eee6f(0x112)](_0x523532[_0x1eee6f(0x13b)]),null==_0x527cf5&&this[_0x1eee6f(0xce)](_0xfb829f,!0x0)));}),null!==_0xfb829f[_0x1b6e7f(0xf6)]?this[_0x1b6e7f(0x112)](_0xfb829f[_0x1b6e7f(0x13b)]):this[_0x1b6e7f(0xce)](_0xfb829f,!0x1);}),this[_0x2a5f27(0x10c)](_0x352a7f,_0x2a5f27(0x128),(_0xfc25bd,_0x1682d8,_0x17402e)=>{const _0x2a2451=_0x2a5f27;this[_0x2a2451(0x13a)](_0x1682d8,_0x2a2451(0xf2)),this[_0x2a2451(0x105)][_0x2a2451(0x127)](_0x1682d8),this[_0x2a2451(0x101)][_0x2a2451(0xe5)](_0x1682d8)&&this[_0x2a2451(0xff)](_0x1682d8),_0x17402e&&this[_0x2a2451(0x112)](_0x17402e[_0x2a2451(0x13b)]);}),this[_0x2a5f27(0x10c)](_0x352a7f,_0x2a5f27(0xd0),(_0x262e83,_0xcf9d9f)=>{const _0xb91690=_0x2a5f27;this[_0xb91690(0x112)](_0xcf9d9f);}),this[_0x2a5f27(0x10c)](_0x3afa63,_0x2a5f27(0xc8),()=>{const _0x110d3f=_0x2a5f27;this[_0x110d3f(0x143)]();}),this[_0x2a5f27(0x10c)](_0x3a8228,_0x2a5f27(0xf4),(_0x4f7f6b,{threadId:_0x1dc9db,isFromAdapter:_0x106963})=>{const _0x1473f8=_0x2a5f27;if(_0x106963||!_0x352a7f[_0x1473f8(0x114)](_0x1dc9db))return;const _0x37316b=_0x352a7f[_0x1473f8(0xca)](_0x1dc9db);this[_0x1473f8(0x101)][_0x1473f8(0x142)](_0x37316b)[_0x1473f8(0xfd)][_0x1473f8(0x111)]();},{'priority':_0x2a5f27(0xd9)});}[_0x256c4f(0x143)](){const _0x3eadd7=_0x256c4f,_0x3bd154=this[_0x3eadd7(0x104)][_0x3eadd7(0xd4)][_0x3eadd7(0x142)](_0x3eadd7(0xd1)),_0x333d3c=this[_0x3eadd7(0x104)][_0x3eadd7(0xd4)][_0x3eadd7(0x142)](_0x3eadd7(0x145)),_0x1110cf=Array[_0x3eadd7(0x12e)](_0x3bd154[_0x3eadd7(0x13e)],_0x3069bc=>_0x3069bc[_0x3eadd7(0xc4)])[_0x3eadd7(0xeb)](_0x56286f=>this[_0x3eadd7(0x113)][_0x3eadd7(0xe5)](_0x56286f)),_0xb42b19=[];for(const _0x20f1fd of _0x1110cf){const _0x188ae7=this[_0x3eadd7(0x113)][_0x3eadd7(0x142)](_0x20f1fd)[_0x3eadd7(0x116)][_0x3eadd7(0x134)]();_0xb42b19[_0x3eadd7(0x124)](..._0x188ae7[_0x3eadd7(0x123)]((_0x41c325,_0x57e174)=>[..._0x41c325,..._0x57e174[_0x3eadd7(0x107)]()],[]));}_0x333d3c[_0x3eadd7(0x12c)]=_0xb42b19;}[_0x256c4f(0x137)](_0x502322){const _0xeca928=_0x256c4f,_0x5c3639=_0x530aba(_0x502322,_0xd923c4),_0x891b3e=this[_0xeca928(0x104)][_0xeca928(0xd6)][_0xeca928(0x142)](_0xeca928(0xc2)),_0x2da839=_0x244779(_0x502322,_0xeca928(0x122));_0x5c3639[_0xeca928(0xd3)][_0xeca928(0xef)]({'tooltip':_0x2da839,'label':_0x2da839,'icon':_0x1c9288}),_0x5c3639[_0xeca928(0xd3)][_0xeca928(0x10d)](_0xeca928(0x110))['to'](_0x891b3e,_0xeca928(0x11e)),_0x5c3639[_0xeca928(0xd3)]['on'](_0xeca928(0xcf),()=>{const _0x420e01=_0xeca928;_0x891b3e[_0x420e01(0xcf)](),this[_0x420e01(0x104)][_0x420e01(0x117)][_0x420e01(0xfd)][_0x420e01(0x111)]();});const _0x2bd3cb=new _0x30fff2(),_0x3a1884=[{'type':_0xeca928(0x126),'model':{'withText':!0x0,'label':_0x2da839,'commandName':_0xeca928(0xc2)}},{'type':_0xeca928(0x10f)},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0xf5)),'commandName':_0xeca928(0x10e)}},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0x12d)),'commandName':_0xeca928(0xe8)}},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0xc1)),'commandName':_0xeca928(0xde)}},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0x109)),'commandName':_0xeca928(0x120)}}];for(const _0xd4bf8e of _0x3a1884){let _0xb6c86d={'type':_0xeca928(0x10f)};if(_0xd4bf8e[_0xeca928(0x116)]){const _0x42dfd2=new _0x543fbc(_0xd4bf8e[_0xeca928(0x116)]),_0x43cc95=this[_0xeca928(0x104)][_0xeca928(0xd6)][_0xeca928(0x142)](_0x42dfd2[_0xeca928(0xe9)]);_0x42dfd2[_0xeca928(0x10d)](_0xeca928(0x110),_0xeca928(0x140))['to'](_0x43cc95,_0xeca928(0x11e),_0xeca928(0x140)),_0xb6c86d={'type':_0xd4bf8e[_0xeca928(0x12f)],'model':_0x42dfd2};}_0x2bd3cb[_0xeca928(0xee)](_0xb6c86d);}_0x147bb(_0x5c3639,_0x2bd3cb);const _0x3ac72c=_0x3a1884[_0xeca928(0xeb)](_0x2fcf1c=>null!=_0x2fcf1c[_0xeca928(0x116)])[_0xeca928(0xfc)](_0x333e83=>this[_0xeca928(0x104)][_0xeca928(0xd6)][_0xeca928(0x142)](_0x333e83[_0xeca928(0x116)][_0xeca928(0xe9)])),_0x36ce35=_0x5c3639[_0xeca928(0xd3)];return _0x36ce35[_0xeca928(0xf8)][_0xeca928(0x13f)](_0xeca928(0x140)),_0x36ce35[_0xeca928(0xcc)][_0xeca928(0x13f)](_0xeca928(0x140)),_0x36ce35[_0xeca928(0xf8)][_0xeca928(0x10d)](_0xeca928(0x140))['to'](_0x891b3e,_0xeca928(0x140)),_0x36ce35[_0xeca928(0xcc)][_0xeca928(0x10d)](_0xeca928(0x140))[_0xeca928(0xf7)](_0x3ac72c,_0xeca928(0x140),(..._0x32c517)=>_0x32c517[_0xeca928(0x138)](_0x1316ac=>_0x1316ac)),_0x5c3639['on'](_0xeca928(0xcf),_0xbbc2bf=>{const _0x4098e2=_0xeca928;this[_0x4098e2(0x104)][_0x4098e2(0xcf)](_0xbbc2bf[_0x4098e2(0x115)][_0x4098e2(0xe9)]),this[_0x4098e2(0x104)][_0x4098e2(0x117)][_0x4098e2(0xfd)][_0x4098e2(0x111)]();}),_0x5c3639;}[_0x256c4f(0x10b)](_0x1db238){const _0x278a18=_0x256c4f,_0x754111=this[_0x278a18(0x104)],_0x69e146=_0x754111[_0x278a18(0x119)],_0x3c6614=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xd1)),_0x246f82=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xc3)),_0xe00aae=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xdc)),_0x1e110d=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x359280)['me'],_0x3616f3=_0x69e146[_0x278a18(0x142)](_0x278a18(0xc2))[_0x278a18(0x121)],{CommentsListView:_0x36f93a,CommentThreadInputView:_0x402454}=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xda));let _0x4a0250,_0xffb85c;this[_0x278a18(0xdd)][_0x278a18(0xe5)](_0x1db238['id'])?(_0xffb85c=this[_0x278a18(0xdd)][_0x278a18(0x142)](_0x1db238['id']),_0x4a0250=_0xffb85c[_0x278a18(0x132)]):(_0x4a0250=new _0x3616f3(_0x754111[_0x278a18(0xc0)],_0x1db238,_0x1e110d,{'disableComments':this[_0x278a18(0xbf)],'editorConfig':_0x69e146[_0x278a18(0x142)](_0x278a18(0xe4)),'maxCommentsWhenCollapsed':_0x69e146[_0x278a18(0x142)](_0x278a18(0xd7)),'maxThreadTotalWeight':_0x69e146[_0x278a18(0x142)](_0x278a18(0xe1)),'maxCommentCharsWhenCollapsed':_0x69e146[_0x278a18(0x142)](_0x278a18(0xdb)),'formatDateTime':_0x5b946d(_0x69e146[_0x278a18(0x142)](_0x278a18(0xc0))),'CommentView':_0x69e146[_0x278a18(0x142)](_0x278a18(0xfa))[_0x278a18(0x11f)],'CommentsListView':_0x36f93a,'CommentThreadInputView':_0x402454}),_0x4a0250[_0x278a18(0x133)]['on'](_0x278a18(0xcf),()=>{const _0x5ca088=_0x278a18;_0x754111[_0x5ca088(0x117)][_0x5ca088(0xfd)][_0x5ca088(0x111)]();}),_0x4a0250[_0x278a18(0x136)]['on'](_0x278a18(0xcf),()=>{const _0x242f66=_0x278a18;_0x754111[_0x242f66(0x117)][_0x242f66(0xfd)][_0x242f66(0x111)]();}),_0xffb85c=_0x3c6614[_0x278a18(0xe2)](this[_0x278a18(0x104)][_0x278a18(0xc0)],_0x4a0250),_0xffb85c[_0x278a18(0x10d)](_0x278a18(0xe3))['to'](_0x4a0250,_0x278a18(0xe3)),_0xffb85c[_0x278a18(0x10d)](_0x278a18(0x11d))['to'](_0x4a0250),_0xffb85c[_0x278a18(0x10d)](_0x278a18(0x12f))['to'](_0x4a0250,_0x278a18(0x12f),_0x35edeb=>_0x278a18(0xc7)+_0x35edeb),this[_0x278a18(0xdd)][_0x278a18(0xef)](_0x1db238['id'],_0xffb85c));const _0x729c20=_0x246f82[_0x278a18(0xea)](_0x1db238[_0x278a18(0xf3)],_0x4a0250),_0x13ce08=new _0xd2a89b(_0x754111,_0x1db238,_0x4a0250,_0x729c20),_0x134865=_0x1db238[_0x278a18(0x134)]()[_0x278a18(0xeb)](_0x27cf86=>_0x27cf86[_0x278a18(0x118)]);_0x4a0250[_0x278a18(0xf1)]=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0x145))[_0x278a18(0x106)][_0x278a18(0x141)](_0x134865),this[_0x278a18(0x101)][_0x278a18(0xef)](_0x1db238,_0x13ce08),this[_0x278a18(0x113)][_0x278a18(0xef)](_0x4a0250,_0x13ce08);const _0x361f01=_0x3c6614[_0x278a18(0xc5)]({'view':_0xffb85c,'target':()=>{const _0x3c95ad=_0x278a18,_0xfa2234=[],_0x12b90c=_0x1db238[_0x3c95ad(0x134)]()[_0x3c95ad(0xeb)](_0x1680ce=>_0x1680ce[_0x3c95ad(0x118)]);for(const _0x4b5f0e of _0x12b90c)_0xfa2234[_0x3c95ad(0x124)](..._0x4b5f0e[_0x3c95ad(0xed)]());return _0x4faa31(_0x754111[_0x3c95ad(0x117)],_0xfa2234);},'type':()=>_0x278a18(0xc7)+_0x13ce08[_0x278a18(0xfd)][_0x278a18(0x12f)]});_0x246f82[_0x278a18(0x103)](_0x4a0250,_0x361f01),_0x3c6614[_0x278a18(0xee)](_0x361f01),_0xe00aae[_0x278a18(0x13d)](_0x361f01);}[_0x256c4f(0xff)](_0x4e0766){const _0x5d096e=_0x256c4f,_0x1f9e91=this[_0x5d096e(0x104)][_0x5d096e(0xd4)][_0x5d096e(0x142)](_0x5d096e(0xc3)),_0x2f9f4f=this[_0x5d096e(0x104)][_0x5d096e(0xd4)][_0x5d096e(0x142)](_0x5d096e(0xd1)),_0x260156=this[_0x5d096e(0x101)][_0x5d096e(0x142)](_0x4e0766),_0x1e43d9=_0x260156[_0x5d096e(0xfd)],_0x4f6c66=_0x2f9f4f[_0x5d096e(0x139)](_0x1e43d9);_0x1f9e91[_0x5d096e(0x129)](_0x1e43d9),_0x4f6c66&&_0x2f9f4f[_0x5d096e(0xcb)](_0x4f6c66),this[_0x5d096e(0x101)][_0x5d096e(0x127)](_0x4e0766),this[_0x5d096e(0x113)][_0x5d096e(0x127)](_0x1e43d9),_0x260156[_0x5d096e(0x125)]();}[_0x256c4f(0x112)](_0x151504){const _0x5a9cce=_0x256c4f;if(!_0x151504[_0x5a9cce(0x118)]||!this[_0x5a9cce(0x101)][_0x5a9cce(0xe5)](_0x151504))return;const _0x298915=this[_0x5a9cce(0x104)][_0x5a9cce(0xd4)][_0x5a9cce(0x142)](_0x5a9cce(0x145)),_0x1d4b6a=this[_0x5a9cce(0x101)][_0x5a9cce(0x142)](_0x151504),_0x258347=_0x151504[_0x5a9cce(0x134)]();_0x1d4b6a[_0x5a9cce(0xfd)][_0x5a9cce(0xf1)]=_0x298915[_0x5a9cce(0x106)][_0x5a9cce(0x141)](_0x258347);}[_0x256c4f(0x125)](){const _0x467a7e=_0x256c4f;for(const _0x140a36 of this[_0x467a7e(0x101)][_0x467a7e(0xd8)]())this[_0x467a7e(0xff)](_0x140a36);for(const _0x37255b of this[_0x467a7e(0xdd)][_0x467a7e(0x13c)]())_0x37255b[_0x467a7e(0x132)][_0x467a7e(0x125)]();super[_0x467a7e(0x125)]();}}
23
+ const _0x4800b4=_0x24b3;(function(_0x294422,_0x48e218){const _0x3e4eee=_0x24b3,_0x509a4a=_0x294422();while(!![]){try{const _0x396a41=parseInt(_0x3e4eee(0xc3))/0x1+-parseInt(_0x3e4eee(0xd7))/0x2+-parseInt(_0x3e4eee(0x94))/0x3+-parseInt(_0x3e4eee(0x95))/0x4*(parseInt(_0x3e4eee(0xf5))/0x5)+-parseInt(_0x3e4eee(0xd0))/0x6+-parseInt(_0x3e4eee(0x9e))/0x7*(parseInt(_0x3e4eee(0x92))/0x8)+-parseInt(_0x3e4eee(0xa9))/0x9*(-parseInt(_0x3e4eee(0xe1))/0xa);if(_0x396a41===_0x48e218)break;else _0x509a4a['push'](_0x509a4a['shift']());}catch(_0x38a1c9){_0x509a4a['push'](_0x509a4a['shift']());}}}(_0x560c,0xd3331));import{Plugin as _0x1339ff}from'ckeditor5/src/core.js';import{Collection as _0x25608f}from'ckeditor5/src/utils.js';import{addListToDropdown as _0x2d9da6,createDropdown as _0x9ed616,ListSeparatorView as _0x1d9172,MenuBarMenuView as _0xa90177,MenuBarMenuListView as _0x34f9dc,MenuBarMenuListItemView as _0x5c25c1,MenuBarMenuListItemButtonView as _0x72b9a7,SplitButtonView as _0x36986c,ViewModel as _0x3e9b9c}from'ckeditor5/src/ui.js';import{Users as _0x3e53d7,getDateTimeFormatter as _0x5656d8,getAllMarkersDomElementsSorted as _0x4b27a4}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x24b3(_0x5ab8c8,_0x5c4239){const _0x560cb3=_0x560c();return _0x24b3=function(_0x24b33f,_0x2d9926){_0x24b33f=_0x24b33f-0x8d;let _0x3f0837=_0x560cb3[_0x24b33f];return _0x3f0837;},_0x24b3(_0x5ab8c8,_0x5c4239);}import _0x48d0e2 from'./trackchangesediting.js';import _0x2e8e6d from'./ui/suggestioncontroller.js';import _0x81d81f from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x3127d1}from'./utils/common-translations.js';function _0x560c(){const _0x28298d=['button','isInContent','Discard\x20all\x20selected\x20suggestions','componentFactory','mainView','keys','commentThread','values','view','suggestionUnloaded','createAnnotationView','previous','bind','filter','model','has','CommentsUI','1165659TSGWpL','execute','createCommentThreadController','getMarkers','getByInnerView','CommentView','length','discardAllSuggestions','_createToolbarButton','type','Track\x20changes','children','separator','8007930MJEVAb','hasSuggestion','_disableComments','remove','actionView','trackChanges.SuggestionThreadView','SuggestionThreadView','785934rnMvKE','value','suggestionLoaded','lowest','switchbutton','from','reduce','set','innerView','size','44023310gbhTTJ','editing','comments.maxCommentsWhenCollapsed','add','getFirstRange','change:activeAnnotations','source','_annotationViews','items','comments','plugins','comments.editorConfig','_destroyController','addSourceCollector','_bindAnnotationToEditors','descriptionParts','getJoined','trackChanges','Accept\x20all\x20selected\x20suggestions','TrackChangesUI','5vIfuLf','isMultiRange','discardButton','head','acceptAllSuggestions','_viewToController','push','suggestion-','isDirty','_addUIComponentsToFactory','Accept\x20all\x20suggestions','_createMenuBarMenu','getDescriptions','createAnnotation','comments.maxCommentCharsWhenCollapsed','Discard\x20all\x20suggestions','_handleSuggestionControllerDelayed','getSuggestion','getAllAdjacentSuggestions','EditorAnnotations','change:previous','getMarkerNames','_handleControllerBuffer','clear','menuBar:trackChanges','discardSelectedSuggestions','requires','activeMarkers','stopListening','_initializeController','Annotations','TrackChangesEditing','_suggestionToController','suggestionChanged','editor','CommentsRepository','isOn','acceptButton','config','commands','getRanges','toMany','buttonView','3035704uQVIbg','registerAnnotation','1192575QLsOSK','4239672GpFlwN','delete','addComment','unbind','panelView','trackChanges.disableComments','focus','define','_refreshActiveMarkers','28pSvXmR','init','isEnabled','delegate','commandName','listenTo','get','comments.maxThreadTotalWeight','_unbindEditors','some','refreshSelectedViews','9GdGQFj','arrowView','destroy','locale','activeAnnotations','acceptSelectedSuggestions','_updateController','pluginName','_descriptionFactory'];_0x560c=function(){return _0x28298d;};return _0x560c();}import _0x4ce8d2 from'../theme/icons/track-changes.svg';export default class d extends _0x1339ff{static get[_0x4800b4(0x10f)](){const _0x1c44d4=_0x4800b4;return[_0x48d0e2,_0x3e53d7,_0x1c44d4(0x118),_0x1c44d4(0x113),_0x1c44d4(0x108)];}static get[_0x4800b4(0xb0)](){const _0x3684de=_0x4800b4;return _0x3684de(0xf4);}constructor(_0x48b523){const _0x392107=_0x4800b4;super(_0x48b523),this[_0x392107(0x115)]=new Map(),this[_0x392107(0xfa)]=new Map(),this[_0x392107(0xe8)]=new Map(),this[_0x392107(0x10b)]=new Map();const _0x54c957=this[_0x392107(0x117)][_0x392107(0x8d)];_0x54c957[_0x392107(0x9c)](_0x392107(0xd5),_0x81d81f),_0x54c957[_0x392107(0x9c)](_0x392107(0x9a),!0x1),this[_0x392107(0xd2)]=_0x54c957[_0x392107(0xa4)](_0x392107(0x9a));}[_0x4800b4(0x105)](_0x4429e2,_0x119d93){const _0x2d70cd=_0x4800b4;0x0===this[_0x2d70cd(0x10b)][_0x2d70cd(0xe0)]&&setTimeout(()=>{const _0x4975f2=_0x2d70cd;for(const [_0x2af12e,_0x33ba0e]of this[_0x4975f2(0x10b)]){const _0xe35ea4=this[_0x4975f2(0x115)][_0x4975f2(0xc1)](_0x2af12e);_0xe35ea4||_0x33ba0e?_0xe35ea4&&_0x33ba0e&&this[_0x4975f2(0xed)](_0x2af12e):this[_0x4975f2(0x112)](_0x2af12e);}this[_0x4975f2(0x10b)][_0x4975f2(0x10c)](),this[_0x4975f2(0x117)][_0x4975f2(0xeb)][_0x4975f2(0xa4)](_0x4975f2(0x108))[_0x4975f2(0xa8)](),this[_0x4975f2(0x9d)]();},0xa),this[_0x2d70cd(0x10b)][_0x2d70cd(0xde)](_0x4429e2,_0x119d93);}[_0x4800b4(0x9f)](){const _0x1b395e=_0x4800b4,_0x5f4074=this[_0x1b395e(0x117)],_0x577e5d=_0x5f4074[_0x1b395e(0xeb)][_0x1b395e(0xa4)](_0x1b395e(0x114)),_0x537a94=_0x5f4074[_0x1b395e(0xeb)][_0x1b395e(0xa4)](_0x1b395e(0x113)),_0x5b5bbb=_0x5f4074[_0x1b395e(0xeb)][_0x1b395e(0xa4)](_0x1b395e(0x108)),_0x432405=_0x5f4074[_0x1b395e(0xeb)][_0x1b395e(0xa4)](_0x1b395e(0x118));this[_0x1b395e(0xfe)](),_0x5b5bbb[_0x1b395e(0xee)](()=>{const _0x3cc03=_0x1b395e,_0x4c0f6c=[];for(const [_0x21832e,_0x2e91f5]of Array[_0x3cc03(0xdc)](this[_0x3cc03(0x115)])){const _0x34c2c5=_0x21832e[_0x3cc03(0x107)](),_0x4465b0=[];for(const _0x2f7a8c of _0x34c2c5){if(!_0x2f7a8c[_0x3cc03(0xb3)])continue;if(_0x2f7a8c[_0x3cc03(0xf6)]){_0x4465b0[_0x3cc03(0xfb)](..._0x2f7a8c[_0x3cc03(0x8f)]());continue;}const _0x51795e=_0x2f7a8c[_0x3cc03(0xe5)]();if(_0x4465b0[_0x3cc03(0xc9)]>0x0){const _0x523944=_0x4465b0[0x0][_0x3cc03(0xf1)](_0x51795e);if(_0x523944){_0x4465b0[0x0]=_0x523944;continue;}}_0x4465b0[_0x3cc03(0xfb)](_0x51795e);}_0x4c0f6c[_0x3cc03(0xfb)]([_0x2e91f5[_0x3cc03(0xba)],_0x4465b0]);}return _0x4c0f6c;}),this[_0x1b395e(0xa3)](_0x577e5d,_0x1b395e(0xd9),(_0x4ea697,_0x1effeb)=>{const _0x42144b=_0x1b395e;this[_0x42144b(0xa3)](_0x1effeb,_0x42144b(0x109),(_0x1eff23,_0x2871af,_0x57ac0d,_0x5bcb34)=>{const _0x596423=_0x42144b;_0x1effeb[_0x596423(0xb3)]&&(null==_0x57ac0d?(this[_0x596423(0xaf)](_0x5bcb34[_0x596423(0xf8)]),this[_0x596423(0x105)](_0x1effeb,!0x1)):(this[_0x596423(0xaf)](_0x57ac0d[_0x596423(0xf8)]),null==_0x5bcb34&&this[_0x596423(0x105)](_0x1effeb,!0x0)));}),null!==_0x1effeb[_0x42144b(0xbd)]?this[_0x42144b(0xaf)](_0x1effeb[_0x42144b(0xf8)]):this[_0x42144b(0x105)](_0x1effeb,!0x1);}),this[_0x1b395e(0xa3)](_0x577e5d,_0x1b395e(0xbb),(_0x56cfa7,_0x341e0b,_0x26934b)=>{const _0x4bdb69=_0x1b395e;this[_0x4bdb69(0x111)](_0x341e0b,_0x4bdb69(0x109)),this[_0x4bdb69(0x10b)][_0x4bdb69(0x96)](_0x341e0b),this[_0x4bdb69(0x115)][_0x4bdb69(0xc1)](_0x341e0b)&&this[_0x4bdb69(0xed)](_0x341e0b),_0x26934b&&this[_0x4bdb69(0xaf)](_0x26934b[_0x4bdb69(0xf8)]);}),this[_0x1b395e(0xa3)](_0x577e5d,_0x1b395e(0x116),(_0xd79c26,_0x438e3f)=>{const _0x507f9c=_0x1b395e;this[_0x507f9c(0xaf)](_0x438e3f);}),this[_0x1b395e(0xa3)](_0x537a94,_0x1b395e(0xe6),()=>{const _0x37d44f=_0x1b395e;this[_0x37d44f(0x9d)]();}),this[_0x1b395e(0xa3)](_0x432405,_0x1b395e(0x97),(_0x40dd8b,{threadId:_0xe30d94,isFromAdapter:_0x44d8ed})=>{const _0x19868b=_0x1b395e;if(_0x44d8ed||!_0x577e5d[_0x19868b(0xd1)](_0xe30d94))return;const _0x1fa45e=_0x577e5d[_0x19868b(0x106)](_0xe30d94);this[_0x19868b(0x115)][_0x19868b(0xa4)](_0x1fa45e)[_0x19868b(0xba)][_0x19868b(0x9b)]();},{'priority':_0x1b395e(0xda)});}[_0x4800b4(0x9d)](){const _0x570048=_0x4800b4,_0x5dc2d2=this[_0x570048(0x117)][_0x570048(0xeb)][_0x570048(0xa4)](_0x570048(0x113)),_0x26df31=this[_0x570048(0x117)][_0x570048(0xeb)][_0x570048(0xa4)](_0x570048(0x114)),_0x5121ca=Array[_0x570048(0xdc)](_0x5dc2d2[_0x570048(0xad)],_0x49eaac=>_0x49eaac[_0x570048(0xdf)])[_0x570048(0xbf)](_0x242ca5=>this[_0x570048(0xfa)][_0x570048(0xc1)](_0x242ca5)),_0x44d9b1=[];for(const _0x22617b of _0x5121ca){const _0x1d75f4=this[_0x570048(0xfa)][_0x570048(0xa4)](_0x22617b)[_0x570048(0xc0)][_0x570048(0x107)]();_0x44d9b1[_0x570048(0xfb)](..._0x1d75f4[_0x570048(0xdd)]((_0x58d3f9,_0x5fa069)=>[..._0x58d3f9,..._0x5fa069[_0x570048(0x10a)]()],[]));}_0x26df31[_0x570048(0x110)]=_0x44d9b1;}[_0x4800b4(0xfe)](){const _0x2ea0ab=_0x4800b4,_0x2d482f=this[_0x2ea0ab(0x117)],_0x2944ab=_0x2d482f[_0x2ea0ab(0xac)],_0x450e4b=_0x3127d1(_0x2944ab,_0x2ea0ab(0xcd)),_0x388004=new _0x25608f([{'type':_0x2ea0ab(0xdb),'model':new _0x3e9b9c({'withText':!0x0,'label':_0x450e4b,'commandName':_0x2ea0ab(0xf2)})},{'type':_0x2ea0ab(0xcf)},{'type':_0x2ea0ab(0xb2),'model':new _0x3e9b9c({'withText':!0x0,'label':_0x3127d1(_0x2944ab,_0x2ea0ab(0xff)),'commandName':_0x2ea0ab(0xf9)})},{'type':_0x2ea0ab(0xb2),'model':new _0x3e9b9c({'withText':!0x0,'label':_0x3127d1(_0x2944ab,_0x2ea0ab(0xf3)),'commandName':_0x2ea0ab(0xae)})},{'type':_0x2ea0ab(0xb2),'model':new _0x3e9b9c({'withText':!0x0,'label':_0x3127d1(_0x2944ab,_0x2ea0ab(0x104)),'commandName':_0x2ea0ab(0xca)})},{'type':_0x2ea0ab(0xb2),'model':new _0x3e9b9c({'withText':!0x0,'label':_0x3127d1(_0x2944ab,_0x2ea0ab(0xb4)),'commandName':_0x2ea0ab(0x10e)})}]);for(const _0xc599e3 of _0x388004)if(ae(_0xc599e3)){const _0x481bac=_0x2d482f[_0x2ea0ab(0x8e)][_0x2ea0ab(0xa4)](_0xc599e3[_0x2ea0ab(0xc0)][_0x2ea0ab(0xa2)]);_0xc599e3[_0x2ea0ab(0xc0)][_0x2ea0ab(0xbe)](_0x2ea0ab(0x119),_0x2ea0ab(0xa0))['to'](_0x481bac,_0x2ea0ab(0xd8),_0x2ea0ab(0xa0));}_0x2d482f['ui'][_0x2ea0ab(0xb5)][_0x2ea0ab(0xe4)](_0x2ea0ab(0xf2),_0x47c153=>this[_0x2ea0ab(0xcb)](_0x47c153,_0x388004,_0x450e4b)),_0x2d482f['ui'][_0x2ea0ab(0xb5)][_0x2ea0ab(0xe4)](_0x2ea0ab(0x10d),_0x537747=>this[_0x2ea0ab(0x100)](_0x537747,_0x388004,_0x450e4b));}[_0x4800b4(0xcb)](_0x10c004,_0x352130,_0x5e7029){const _0x239fd7=_0x4800b4,_0x320962=_0x9ed616(_0x10c004,_0x36986c),_0x248c40=this[_0x239fd7(0x117)][_0x239fd7(0x8e)][_0x239fd7(0xa4)](_0x239fd7(0xf2));_0x320962[_0x239fd7(0x91)][_0x239fd7(0xde)]({'tooltip':_0x5e7029,'label':_0x5e7029,'icon':_0x4ce8d2}),_0x320962[_0x239fd7(0x91)][_0x239fd7(0xbe)](_0x239fd7(0x119))['to'](_0x248c40,_0x239fd7(0xd8)),_0x320962[_0x239fd7(0x91)]['on'](_0x239fd7(0xc4),()=>{const _0x414098=_0x239fd7;_0x248c40[_0x414098(0xc4)](),this[_0x414098(0x117)][_0x414098(0xe2)][_0x414098(0xba)][_0x414098(0x9b)]();}),_0x2d9da6(_0x320962,_0x352130);const _0x11f333=[];for(const _0x843592 of _0x352130)ae(_0x843592)&&_0x11f333[_0x239fd7(0xfb)](this[_0x239fd7(0x117)][_0x239fd7(0x8e)][_0x239fd7(0xa4)](_0x843592[_0x239fd7(0xc0)][_0x239fd7(0xa2)]));const _0x4b40f1=_0x320962[_0x239fd7(0x91)];return _0x4b40f1[_0x239fd7(0xd4)][_0x239fd7(0x98)](_0x239fd7(0xa0)),_0x4b40f1[_0x239fd7(0xaa)][_0x239fd7(0x98)](_0x239fd7(0xa0)),_0x4b40f1[_0x239fd7(0xd4)][_0x239fd7(0xbe)](_0x239fd7(0xa0))['to'](_0x248c40,_0x239fd7(0xa0)),_0x4b40f1[_0x239fd7(0xaa)][_0x239fd7(0xbe)](_0x239fd7(0xa0))[_0x239fd7(0x90)](_0x11f333,_0x239fd7(0xa0),(..._0x846cb1)=>_0x846cb1[_0x239fd7(0xa7)](_0x4a2a1b=>_0x4a2a1b)),_0x320962['on'](_0x239fd7(0xc4),_0x323232=>{const _0x5f3d5f=_0x239fd7;this[_0x5f3d5f(0x117)][_0x5f3d5f(0xc4)](_0x323232[_0x5f3d5f(0xe7)][_0x5f3d5f(0xa2)]),this[_0x5f3d5f(0x117)][_0x5f3d5f(0xe2)][_0x5f3d5f(0xba)][_0x5f3d5f(0x9b)]();}),_0x320962;}[_0x4800b4(0x100)](_0x396b1a,_0x46ef03,_0x772b61){const _0x4473fc=_0x4800b4,_0x4d727e=new _0xa90177(_0x396b1a),_0x114300=this[_0x4473fc(0x117)][_0x4473fc(0x8e)][_0x4473fc(0xa4)](_0x4473fc(0xf2));_0x4d727e[_0x4473fc(0x91)][_0x4473fc(0xde)]({'label':_0x772b61,'icon':_0x4ce8d2});const _0x4081b=new _0x34f9dc(_0x396b1a);for(const _0x2e98c1 of _0x46ef03){if(_0x4473fc(0xcf)==_0x2e98c1[_0x4473fc(0xcc)]){_0x4081b[_0x4473fc(0xe9)][_0x4473fc(0xe4)](new _0x1d9172(_0x396b1a));continue;}const _0x3a9b56=new _0x5c25c1(_0x396b1a,_0x4d727e),_0xd9940c=new _0x72b9a7(_0x396b1a),_0x377f20=_0x2e98c1[_0x4473fc(0xc0)];_0xd9940c[_0x4473fc(0xbe)](...Object[_0x4473fc(0xb7)](_0x377f20))['to'](_0x377f20),_0xd9940c[_0x4473fc(0xa1)](_0x4473fc(0xc4))['to'](_0x4d727e),_0xd9940c['on'](_0x4473fc(0xc4),()=>{const _0x579a3e=_0x4473fc;this[_0x579a3e(0x117)][_0x579a3e(0xc4)](_0x377f20[_0x579a3e(0xa2)]),this[_0x579a3e(0x117)][_0x579a3e(0xe2)][_0x579a3e(0xba)][_0x579a3e(0x9b)]();}),_0x3a9b56[_0x4473fc(0xce)][_0x4473fc(0xe4)](_0xd9940c),_0x4081b[_0x4473fc(0xe9)][_0x4473fc(0xe4)](_0x3a9b56);}return _0x4d727e[_0x4473fc(0xbe)](_0x4473fc(0xa0))['to'](_0x114300,_0x4473fc(0xa0)),_0x4d727e[_0x4473fc(0x99)][_0x4473fc(0xce)][_0x4473fc(0xe4)](_0x4081b),_0x4d727e;}[_0x4800b4(0x112)](_0x1937a8){const _0x47066c=_0x4800b4,_0x43e551=this[_0x47066c(0x117)],_0x18fc42=_0x43e551[_0x47066c(0x8d)],_0x1ddebb=_0x43e551[_0x47066c(0xeb)][_0x47066c(0xa4)](_0x47066c(0x113)),_0x441ac0=_0x43e551[_0x47066c(0xeb)][_0x47066c(0xa4)](_0x47066c(0x118)),_0xa2447c=_0x43e551[_0x47066c(0xeb)][_0x47066c(0xa4)](_0x47066c(0x108)),_0x574b41=_0x43e551[_0x47066c(0xeb)][_0x47066c(0xa4)](_0x3e53d7)['me'],_0x5a2aa8=_0x18fc42[_0x47066c(0xa4)](_0x47066c(0xf2))[_0x47066c(0xd6)],{CommentsListView:_0x2a9f0d,CommentThreadInputView:_0x1adad8}=_0x43e551[_0x47066c(0xeb)][_0x47066c(0xa4)](_0x47066c(0xc2));let _0x3d987b,_0x33fd03;this[_0x47066c(0xe8)][_0x47066c(0xc1)](_0x1937a8['id'])?(_0x33fd03=this[_0x47066c(0xe8)][_0x47066c(0xa4)](_0x1937a8['id']),_0x3d987b=_0x33fd03[_0x47066c(0xb6)]):(_0x3d987b=new _0x5a2aa8(_0x43e551[_0x47066c(0xac)],_0x1937a8,_0x574b41,{'disableComments':this[_0x47066c(0xd2)],'editorConfig':_0x18fc42[_0x47066c(0xa4)](_0x47066c(0xec)),'maxCommentsWhenCollapsed':_0x18fc42[_0x47066c(0xa4)](_0x47066c(0xe3)),'maxThreadTotalWeight':_0x18fc42[_0x47066c(0xa4)](_0x47066c(0xa5)),'maxCommentCharsWhenCollapsed':_0x18fc42[_0x47066c(0xa4)](_0x47066c(0x103)),'formatDateTime':_0x5656d8(_0x18fc42[_0x47066c(0xa4)](_0x47066c(0xac))),'CommentView':_0x18fc42[_0x47066c(0xa4)](_0x47066c(0xea))[_0x47066c(0xc8)],'CommentsListView':_0x2a9f0d,'CommentThreadInputView':_0x1adad8}),_0x3d987b[_0x47066c(0x11a)]['on'](_0x47066c(0xc4),()=>{const _0x2edc1a=_0x47066c;_0x43e551[_0x2edc1a(0xe2)][_0x2edc1a(0xba)][_0x2edc1a(0x9b)]();}),_0x3d987b[_0x47066c(0xf7)]['on'](_0x47066c(0xc4),()=>{const _0x114d1a=_0x47066c;_0x43e551[_0x114d1a(0xe2)][_0x114d1a(0xba)][_0x114d1a(0x9b)]();}),_0x33fd03=_0x1ddebb[_0x47066c(0xbc)](this[_0x47066c(0x117)][_0x47066c(0xac)],_0x3d987b),_0x33fd03[_0x47066c(0xbe)](_0x47066c(0xfd))['to'](_0x3d987b,_0x47066c(0xfd)),_0x33fd03[_0x47066c(0xbe)](_0x47066c(0xc9))['to'](_0x3d987b),_0x33fd03[_0x47066c(0xbe)](_0x47066c(0xcc))['to'](_0x3d987b,_0x47066c(0xcc),_0xd5d448=>_0x47066c(0xfc)+_0xd5d448),this[_0x47066c(0xe8)][_0x47066c(0xde)](_0x1937a8['id'],_0x33fd03));const _0x2af737=_0x441ac0[_0x47066c(0xc5)](_0x1937a8[_0x47066c(0xb8)],_0x3d987b),_0x2761fe=new _0x2e8e6d(_0x43e551,_0x1937a8,_0x3d987b,_0x2af737),_0x29c9df=_0x1937a8[_0x47066c(0x107)]()[_0x47066c(0xbf)](_0x1e6163=>_0x1e6163[_0x47066c(0xb3)]);_0x3d987b[_0x47066c(0xf0)]=_0x43e551[_0x47066c(0xeb)][_0x47066c(0xa4)](_0x47066c(0x114))[_0x47066c(0xb1)][_0x47066c(0x101)](_0x29c9df),this[_0x47066c(0x115)][_0x47066c(0xde)](_0x1937a8,_0x2761fe),this[_0x47066c(0xfa)][_0x47066c(0xde)](_0x3d987b,_0x2761fe);const _0x5dea73=_0x1ddebb[_0x47066c(0x102)]({'view':_0x33fd03,'target':()=>{const _0x28f3f4=_0x47066c,_0x15ef84=[],_0x346b9d=_0x1937a8[_0x28f3f4(0x107)]()[_0x28f3f4(0xbf)](_0x4017eb=>_0x4017eb[_0x28f3f4(0xb3)]);for(const _0x5620d2 of _0x346b9d)_0x15ef84[_0x28f3f4(0xfb)](..._0x5620d2[_0x28f3f4(0xc6)]());return _0x4b27a4(_0x43e551[_0x28f3f4(0xe2)],_0x15ef84);},'type':()=>_0x47066c(0xfc)+_0x2761fe[_0x47066c(0xba)][_0x47066c(0xcc)]});_0x441ac0[_0x47066c(0xef)](_0x3d987b,_0x5dea73),_0x1ddebb[_0x47066c(0xe4)](_0x5dea73),_0xa2447c[_0x47066c(0x93)](_0x5dea73);}[_0x4800b4(0xed)](_0x2538c0){const _0x52d612=_0x4800b4,_0xc820f2=this[_0x52d612(0x117)][_0x52d612(0xeb)][_0x52d612(0xa4)](_0x52d612(0x118)),_0x15742c=this[_0x52d612(0x117)][_0x52d612(0xeb)][_0x52d612(0xa4)](_0x52d612(0x113)),_0x15aa01=this[_0x52d612(0x115)][_0x52d612(0xa4)](_0x2538c0),_0x14c5cf=_0x15aa01[_0x52d612(0xba)],_0x4fc687=_0x15742c[_0x52d612(0xc7)](_0x14c5cf);_0xc820f2[_0x52d612(0xa6)](_0x14c5cf),_0x4fc687&&_0x15742c[_0x52d612(0xd3)](_0x4fc687),this[_0x52d612(0x115)][_0x52d612(0x96)](_0x2538c0),this[_0x52d612(0xfa)][_0x52d612(0x96)](_0x14c5cf),_0x15aa01[_0x52d612(0xab)]();}[_0x4800b4(0xaf)](_0x30c27c){const _0x34c825=_0x4800b4;if(!_0x30c27c[_0x34c825(0xb3)]||!this[_0x34c825(0x115)][_0x34c825(0xc1)](_0x30c27c))return;const _0x33bc68=this[_0x34c825(0x117)][_0x34c825(0xeb)][_0x34c825(0xa4)](_0x34c825(0x114)),_0x26d9b1=this[_0x34c825(0x115)][_0x34c825(0xa4)](_0x30c27c),_0x168b02=_0x30c27c[_0x34c825(0x107)]();_0x26d9b1[_0x34c825(0xba)][_0x34c825(0xf0)]=_0x33bc68[_0x34c825(0xb1)][_0x34c825(0x101)](_0x168b02);}[_0x4800b4(0xab)](){const _0x2c0b88=_0x4800b4;for(const _0x4a688c of this[_0x2c0b88(0x115)][_0x2c0b88(0xb7)]())this[_0x2c0b88(0xed)](_0x4a688c);for(const _0x1f92fd of this[_0x2c0b88(0xe8)][_0x2c0b88(0xb9)]())_0x1f92fd[_0x2c0b88(0xb6)][_0x2c0b88(0xab)]();super[_0x2c0b88(0xab)]();}}function ae(_0x56ced3){const _0x3b400e=_0x4800b4;return _0x3b400e(0xc0)in _0x56ced3;}