@ckeditor/ckeditor5-track-changes 41.3.0-alpha.3 → 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 _0x3955ed=_0x99e3;(function(_0x45a475,_0xd0e29c){const _0x1ba734=_0x99e3,_0x1f7198=_0x45a475();while(!![]){try{const _0x101689=parseInt(_0x1ba734(0x19e))/0x1*(-parseInt(_0x1ba734(0x1e1))/0x2)+parseInt(_0x1ba734(0x190))/0x3*(parseInt(_0x1ba734(0x8f))/0x4)+parseInt(_0x1ba734(0x1a5))/0x5+-parseInt(_0x1ba734(0x12e))/0x6*(parseInt(_0x1ba734(0x86))/0x7)+parseInt(_0x1ba734(0x114))/0x8+-parseInt(_0x1ba734(0x1c6))/0x9+-parseInt(_0x1ba734(0x1da))/0xa*(-parseInt(_0x1ba734(0xd8))/0xb);if(_0x101689===_0xd0e29c)break;else _0x1f7198['push'](_0x1f7198['shift']());}catch(_0x259f81){_0x1f7198['push'](_0x1f7198['shift']());}}}(_0x439e,0xbbbf3));import{Plugin as _0x22bf79,PendingActions as _0x318587}from'ckeditor5/src/core.js';import{LiveRange as _0x38839a}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3b8e24,uid as _0x5c4ef0,priorities as _0x4f79bf,logWarning as _0x4c1f12}from'ckeditor5/src/utils.js';import{toWidget as _0x5f478f}from'ckeditor5/src/widget.js';import{Users as _0x413b01,hashObject as _0x2d9bc2,surroundingMarkersDetector as _0xfa6af1}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3a1607 from'./commands/trackchangescommand.js';import _0x141ad1 from'./commands/acceptsuggestioncommand.js';import _0x310ea3 from'./commands/discardsuggestioncommand.js';import _0x1ed84f from'./commands/executeonallsuggestionscommand.js';import _0x22bc1a from'./commands/executeonselectedsuggestionscommand.js';import _0x1c719b from'./suggestion.js';import _0x1863f3 from'./suggestiondescriptionfactory.js';import _0x19adec from'./integrations/aiassistant.js';import _0x5965c0 from'./integrations/alignment.js';import _0x3b1730 from'./integrations/basicstyles.js';function _0x439e(){const _0x332a6f=['execute','markMultiRangeDeletion','fetchCommentThread','backward','discard','newValue','addClass','isInsideObject','define','_createSuggestion','model','FORMATTING','editor','isLimit','unbindElementFromMarkerName','8070696zdOaSq','getFirstRange','push','_isRegisteredAttribute','_adapter','createElement','_reduceSuggestionAttributeRange','requires','getFirstMarker','enableCommand','ENTER','concat','root','suggestionUnloaded','update:suggestion','comments','value','acceptSuggestion','tablePasteChainId','getRange','_getExternalAuthor','_afterChanges','start','warn','updateMarker','isUndo','getContainedElement','rejected','isNextTo','unshift','suggestion-type','_enabledCommands','substr','getAttribute','locale','removed','createPositionBefore','getSuggestionCallback','deletion:join','deletion:chain','_setSuggestionData','fromRange','discardAllSuggestions','fromCharCode','enableReadOnlyMode','remove','_joinWithAdjacentSuggestions','_mergeNestedSuggestions','oldRange','map','PendingActions','accept','updateSuggestion','highest','deletion:accept','subType','toJSON','addHighlight','createSelection','ariaLiveAnnouncer','_checkSuggestionCorrectness','applyOperation','_inlineAttributeKeys','format','external:','isIntersecting','lowest','trackChanges.trackFormatChanges','toViewElement','setSelection','createPositionAfter','createRangeIn','attribute:','batch','commandName','formatBlock:discard','collaboration.channelId','getChangedMarkers','bindElementToMarker','_addThreadToSuggestion','addMarker:suggestion','markerToData','split','isEqual','refresh','suggestion:','deletion','moveTargetPosition','_isBlockAttribute','isAfter','getIntersection','suggestionChanged','includes','toUpperCase','removeComment','every','stopListening','addCommentThread','3369mJjkUg','splice','dataToMarker','isDocumentOperation','after','addSuggestionData','_getAuthorFromId','LEAVE','normal','attribute:accept','_findSuggestions','dataDowncast','creator','getNearestSelectionRange','3889wndYxq','_registerBlockAttribute','_trackFormatChanges','forceDefaultExecution','consume','get','change:_saved','269330auSnmM','catch','author','addUser','track-changes-enable-command-twice','containerElement','_suggestionState','dataReady','_refreshAttributeSuggestionsChain','formatGroupId','removeMarkers','join','position','formatInline:discard','suggestionLoaded','_customCallbacks','editingDowncast','buildSuggestion','change:activeMarkers','hasComments','addSuggestion','widget','adapter','createRange','authoredAt','authorName','marker-count','deletion:discard','_registerDefaultCallbacks','formatBlock','error-saving-suggestion-data-suggestion-discarded','keys','removeMarker','1524105LZmCJg','addMarkerName','_joinSuggestions','some','notReady','next','insert','isRemovable','for','_isDataLoaded','isCollapsed','isIntersectingWithRange','attributeNewValue','group','default','trackChanges','filter','registerCustomCallback','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.','change','20990vtgsXQ','acceptAllSuggestions','_cutOutSuggestionMarker','rename','range','isExternal','isInContent','310dUQykQ','groupId','ck-suggestion-marker','return','startsWith','track-changes-suggestion-not-found','isArray','targetPosition','reconvertMarker','getUser','_model','containsPosition','getDifference','key','insertion','containsRangeInObject','isSelectable','data','_handleNewSuggestionMarker','track-changes-suggestion-data-mismatch','fire','plugins','addRange','formatBlock:join','deletion:','formatInline:chain','_processAttributeSuggestions','showSuggestionHighlights','addMarker:suggestion:attribute','addMarker:suggestion:formatBlock','isAtEnd','_element','CommentsRepository','_recordAttributeSuggestions','isAtStart','_rangeIsInLocalUserInsertion','getCustomProperty','attributeKey','$marker','Users','_getSuggestionData','listenTo','elementStart','announce','insertContent','forward','rethrowUnexpectedError','getShiftedBy','_blockAttributeKeys','_SUGGESTION_ANNOUNCEMENT','isLocal','_removeSuggestion','_updateSuggestionData','pluginName','commands','$text','setTo','accepted','discardSelectedSuggestions','values','attribute:join','originalSuggestionId','getRanges','_splitMarkerName','head','parent','documentSelection','_breakSuggestionMarker','getSuggestions','$textProxy','name','isBefore','init','trackChanges.mergeNestedSuggestions','data-suggestion','unbind','previous','getAllAdjacentSuggestions','howMany','removeMarker:suggestion:formatBlock','nodeAfter','markers','getMultiRangeId','schema','markInlineFormat','formatInline:join','7aCoAhH','insertion:chain','_saved','clear','trackChangesCommand','getLastMatchingPosition','formatBlock:chain','activeMarkers','markerReady','4612GUJLWy','consumable','multipleBlocks','markMultiRangeInsertion','_onDiscard','formatInline:accept','ck-suggestion-marker-formatInline','$elementName','_descriptionFactory','low','markMultiRangeBlockFormat','$graveyard','formatInline:','track-changes-command-not-found','always','item','_processAttributeChanges','_editor','end','isMultiRange','add','then','type','clone','markBlockFormat','ready','enqueueChange','markerToHighlight','markerName','set','ck-suggestion-marker-','open','_suggestions','high','formatBlock:','getItems','formatBlock:accept','insertion:discard','track-changes-adapter-already-set','_reduceExistingSuggestions','removeAttribute','oldValue','from','insertion:','markInsertion','registerPostFixer','_suggestionFactory','_getAttributeKey','ck-suggestion-marker-formatBlock','rootName','size','move','deleteContent','elementToElement','commentThread','removeClass','writer','has','containsRange','suggestion:attribute:','assign','element','find','insertion:join','createRangeOn','_refreshSuggestionsChain','config','markDeletion','markerNameToElements','_isForcedDefaultExecutionBlock','newRange','isObject','editing','2827AYBYkc','multi','createdAt','TrackChangesEditing','resolve','containsItem','length','mapper','splitPosition','document','suggestion','getChanges','hasSuggestion','setAttribute','formatInline','_initAriaMarkerChangeAnnouncements','markAttributeChange','stop','_registerInlineAttribute','conversion','sort','attributes','track-changes-adapter-missing-getsuggestion','createPositionAt','chain','nodeBefore','getAncestors','meta','removeMarker:suggestion:attribute','detach','upcast','discardSuggestion','_setSuggestionRange','delete','_defaultCallbacks','isTouching','insertion:accept','track-changes-user-not-found','selection','_commentsRepository','pop','_addSuggestionMarker','elementEnd','attribute:discard','addComment','skipNestingCheck','acceptSelectedSuggestions','never','_enableDefaultAttributesIntegration','before','ck-suggestion-marker--active','substring','attribute','PENDING_ACTION_SUGGESTION','getMarkers','getCommentThread','isBlock','change:data','attributeOldValue','_recordAttributeChanges','7985112hBSRGy','hasCommentThread','_getMarkerAnnouncementText','differ','isOwn','getSuggestion','forEach','addMarker','getWalker','@external','options'];_0x439e=function(){return _0x332a6f;};return _0x439e();}import _0x2a99a6 from'./integrations/blockquote.js';import _0x4d16c8 from'./integrations/casechange.js';import _0x19cda9 from'./integrations/ckbox.js';import _0x5000b6 from'./integrations/codeblock.js';import _0xcec9dc from'./integrations/comments.js';import _0x26f53c from'./integrations/deletecommand.js';import _0x55c818 from'./integrations/list.js';import _0x36eff2 from'./integrations/listproperties.js';import _0x3db45d from'./integrations/entercommand.js';import _0x12400d from'./integrations/findandreplace.js';import _0x31244c from'./integrations/font.js';import _0x5a81da from'./integrations/formatpainter.js';import _0x34b19b from'./integrations/heading.js';import _0x50934e from'./integrations/highlight.js';import _0x26189a from'./integrations/horizontalline.js';import _0x1f4f4f from'./integrations/htmlembed.js';import _0x43ac60 from'./integrations/image.js';import _0x1ca0b4 from'./integrations/imagereplace.js';import _0x93a92 from'./integrations/imagestyle.js';import _0x2f13ed from'./integrations/importword.js';import _0x2ac26a from'./integrations/indent.js';import _0x11f35e from'./integrations/inputcommand.js';import _0x2144cd from'./integrations/link.js';import _0x12dd26 from'./integrations/legacylist.js';import _0x465ecd from'./integrations/legacylistproperties.js';import _0xea1ae6 from'./integrations/mediaembed.js';import _0x322ffc from'./integrations/mention.js';import _0x9a787 from'./integrations/pagebreak.js';import _0x4e804b from'./integrations/paragraph.js';import _0x5efc63 from'./integrations/removeformat.js';import _0x28e040 from'./integrations/restrictededitingmode.js';import _0x4f2425 from'./integrations/shiftentercommand.js';import _0x34017d from'./integrations/standardeditingmode.js';import _0x4763cf from'./integrations/style.js';import _0x27ed62 from'./integrations/table.js';function _0x99e3(_0x2ad81e,_0xd86124){const _0x439e9f=_0x439e();return _0x99e3=function(_0x99e3ed,_0x2b7c76){_0x99e3ed=_0x99e3ed-0x82;let _0x3ecc9e=_0x439e9f[_0x99e3ed];return _0x3ecc9e;},_0x99e3(_0x2ad81e,_0xd86124);}import _0x21c957 from'./integrations/tablemergesplit.js';import _0x20e7a5 from'./integrations/tableheadings.js';import _0x555832 from'./integrations/tableclipboard.js';import _0x2b8d09 from'./integrations/tablecolumnresize.js';import _0x5d21d1 from'./integrations/template.js';import _0x5e5f5e from'./integrations/tableofcontents.js';import _0x3d495b from'./integrations/title.js';import _0x599861 from'./integrations/undo.js';import _0x564781 from'./integrations/tablecaption.js';import _0x35aa5e from'./integrations/tableproperties.js';import{getTranslation as _0x1c0ea2}from'./utils/common-translations.js';import{isEqual as _0x14f3a0,omit as _0x26a2e5}from'lodash-es';export const renameAttributeKey=_0x3955ed(0x96);export default class p extends _0x22bf79{static get[_0x3955ed(0x135)](){const _0x335f56=_0x3955ed;return[_0x335f56(0x201),_0x413b01,_0x318587,_0x19adec,_0x5965c0,_0x3b1730,_0x2a99a6,_0x19cda9,_0x4d16c8,_0x5000b6,_0xcec9dc,_0x26f53c,_0x3db45d,_0x12400d,_0x31244c,_0x5a81da,_0x34b19b,_0x50934e,_0x26189a,_0x1f4f4f,_0x43ac60,_0x93a92,_0x1ca0b4,_0x2f13ed,_0x2ac26a,_0x11f35e,_0x12dd26,_0x465ecd,_0x2144cd,_0x55c818,_0x36eff2,_0xea1ae6,_0x322ffc,_0x9a787,_0x4e804b,_0x5efc63,_0x28e040,_0x4f2425,_0x34017d,_0x4763cf,_0x27ed62,_0x21c957,_0x20e7a5,_0x564781,_0x555832,_0x2b8d09,_0x5e5f5e,_0x35aa5e,_0x5d21d1,_0x3d495b,_0x599861];}static get[_0x3955ed(0x216)](){const _0x59836d=_0x3955ed;return _0x59836d(0xdb);}constructor(_0x3c2927){const _0x3fa904=_0x3955ed;function _0x1b4688(_0x3ede87){const _0x37f558=_0x99e3;return _0x3ede87[_0x37f558(0x15f)](_0x430f06=>String[_0x37f558(0x159)](_0x430f06))[_0x37f558(0x1b0)]('');}super(_0x3c2927),this[_0x3fa904(0x202)]=!0x1,this[_0x3fa904(0xac)](_0x3fa904(0x8d),[]),this['on'](_0x3fa904(0x1b7),(_0x3785ca,_0xa36f2d,_0x5ccd5d,_0x3e7154)=>{const _0xd86299=_0x3fa904;this[_0xd86299(0x1eb)][_0xd86299(0x1d9)](()=>{const _0x3647be=_0xd86299;for(const _0x37d3b7 of[..._0x3e7154,..._0x5ccd5d])this[_0x3647be(0x1eb)][_0x3647be(0x232)][_0x3647be(0xc8)](_0x37d3b7)&&_0x3c2927[_0x3647be(0xd7)][_0x3647be(0x1e9)](_0x37d3b7);});}),this[_0x3fa904(0x97)]=new _0x1863f3(this[_0x3fa904(0x12b)][_0x3fa904(0x129)][_0x3fa904(0x83)],this[_0x3fa904(0x12b)][_0x3fa904(0x150)]),this[_0x3fa904(0x132)]=null,this[_0x3fa904(0xbd)]=new Bt(this[_0x3fa904(0x12b)]),this[_0x3fa904(0xaf)]=new Map(),this[_0x3fa904(0xff)]=_0x3c2927[_0x3fa904(0x1f6)][_0x3fa904(0x1a3)](_0x3fa904(0x201)),this[_0x3fa904(0x14d)]=new Set(),this[_0x3fa904(0x1eb)]=this[_0x3fa904(0x12b)][_0x3fa904(0x129)],this[_0x3fa904(0x1ab)]=new WeakMap(),this[_0x3fa904(0xd4)]=!0x1,this[_0x3fa904(0x211)]=new Set([_0x3fa904(0x96)]),this[_0x3fa904(0x16c)]=new Set(),_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x127)](_0x3fa904(0x171),_0x3fa904(0x1d4)),this[_0x3fa904(0x1a0)]=_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x1a3)](_0x3fa904(0x171)),_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x127)](_0x3fa904(0x22a),!0x0),this[_0x3fa904(0x15d)]=_0x3c2927[_0x3fa904(0xd1)][_0x3fa904(0x1a3)](_0x3fa904(0x22a)),this[_0x3fa904(0x8a)]=new _0x3a1607(_0x3c2927,this[_0x3fa904(0x14d)]),this[_0x3fa904(0xe7)](),this[_0x1b4688([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1b4688([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x34]);}[_0x3955ed(0x229)](){const _0x31df31=_0x3955ed,_0x39dfde=this[_0x31df31(0x12b)],_0x26f5f0=(_0x542946,_0x22c71f)=>{const _0x120846=_0x31df31;if(_0x120846(0x10c)!=_0x542946)return _0x120846(0xad)+_0x542946;const _0x73e99f=_0x22c71f[_0x120846(0x180)]('|')[0x0];return this[_0x120846(0x186)](_0x73e99f)?_0x120846(0xbf):_0x120846(0x95);};_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xaa)]({'model':_0x31df31(0xe2),'view':_0x3280e3=>{const _0x2ad5d6=_0x31df31,{id:_0x48a52c,type:_0x461adc,subType:_0x19d70d}=this[_0x2ad5d6(0x220)](_0x3280e3[_0x2ad5d6(0xab)]),_0x104899=[_0x2ad5d6(0x1e3),_0x26f5f0(_0x461adc,_0x19d70d)];let _0xb4f131=0xbb8;return this[_0x2ad5d6(0x8d)][_0x2ad5d6(0x18a)](_0x3280e3[_0x2ad5d6(0xab)])&&(_0x104899[_0x2ad5d6(0x130)](_0x2ad5d6(0x10a)),_0xb4f131=0xbc2),_0x2ad5d6(0x184)==_0x461adc&&(_0xb4f131+=0x5),{'classes':_0x104899,'attributes':{'data-suggestion':_0x48a52c},'priority':_0xb4f131};}}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xa3)](_0x4e50f6=>{const _0x1e414a=_0x31df31;_0x4e50f6['on'](_0x1e414a(0x17e),(_0x51acaf,_0x5ee551,_0x40e7c3)=>{const _0xcf9422=_0x1e414a;if(!_0x40e7c3[_0xcf9422(0x11e)][_0xcf9422(0x1fc)])return;const _0x299bd1=_0x5ee551[_0xcf9422(0x9e)];if(!_0x299bd1)return;const _0x4045e3=_0x40e7c3[_0xcf9422(0xdf)][_0xcf9422(0x172)](_0x299bd1);_0x39dfde[_0xcf9422(0x129)][_0xcf9422(0x83)][_0xcf9422(0xd6)](_0x299bd1)&&_0x4045e3&&!_0x4045e3[_0xcf9422(0x205)](_0xcf9422(0x1ba))&&_0x4045e3['is'](_0xcf9422(0x1aa))&&_0x5f478f(_0x4045e3,_0x40e7c3[_0xcf9422(0xc7)]);},{'priority':_0x1e414a(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xaa)]({'model':_0x31df31(0xe2),'view':(_0x518dbd,_0x230a85)=>{const _0x10f23f=_0x31df31;if(!_0x230a85[_0x10f23f(0x11e)][_0x10f23f(0x1fc)])return null;const {type:_0x2e89e2,subType:_0x3c664d}=this[_0x10f23f(0x220)](_0x518dbd[_0x10f23f(0xab)]);return{'classes':[_0x10f23f(0x1e3),_0x26f5f0(_0x2e89e2,_0x3c664d)],'priority':0xbb8};}});const _0x307e18=({showActiveMarkers:_0x3a31a2=!0x0,isAttributeSuggestion:_0x11bfde=!0x1}={})=>(_0x3342de,_0x2a6faa,_0x33cbd7)=>{const _0x54722f=_0x31df31;if(!_0x2a6faa[_0x54722f(0x9e)])return;const {id:_0x2d45f7}=this[_0x54722f(0x220)](_0x2a6faa[_0x54722f(0xab)]);if(_0x11bfde){const _0x4803b1=this[_0x54722f(0xaf)][_0x54722f(0x1a3)](_0x2d45f7),_0x331c70=this[_0x54722f(0xbe)](_0x4803b1);if(!this[_0x54722f(0x186)](_0x331c70))return;}if(_0x2a6faa[_0x54722f(0x9e)]['is'](_0x54722f(0xfe)))return void _0x33cbd7[_0x54722f(0x90)][_0x54722f(0x1a2)](_0x2a6faa[_0x54722f(0x9e)],_0x3342de[_0x54722f(0x227)]);const _0x38902b=_0x33cbd7[_0x54722f(0xdf)][_0x54722f(0x172)](_0x2a6faa[_0x54722f(0x9e)]);if(_0x2a6faa[_0x54722f(0x9e)]['is'](_0x54722f(0xcc))&&_0x39dfde[_0x54722f(0x129)][_0x54722f(0x83)][_0x54722f(0x110)](_0x2a6faa[_0x54722f(0x9e)])&&!_0x38902b[_0x54722f(0x205)](_0x54722f(0x167))){_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0x125)]([_0x54722f(0x1e3),_0x54722f(0xbf)],_0x38902b),_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0xe5)](_0x54722f(0x22b),_0x2d45f7,_0x38902b),_0x33cbd7[_0x54722f(0xdf)][_0x54722f(0x17c)](_0x38902b,_0x2a6faa[_0x54722f(0xab)]),_0x3a31a2&&(this[_0x54722f(0x8d)][_0x54722f(0x18a)](_0x2a6faa[_0x54722f(0xab)])?_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0x125)](_0x54722f(0x10a),_0x38902b):_0x33cbd7[_0x54722f(0xc7)][_0x54722f(0xc6)](_0x54722f(0x10a),_0x38902b));for(const _0x59a0ba of _0x39dfde[_0x54722f(0x129)][_0x54722f(0x175)](_0x2a6faa[_0x54722f(0x9e)])[_0x54722f(0xb2)]())_0x33cbd7[_0x54722f(0x90)][_0x54722f(0x1a2)](_0x59a0ba,_0x3342de[_0x54722f(0x227)]);_0x33cbd7[_0x54722f(0x90)][_0x54722f(0x1a2)](_0x2a6faa[_0x54722f(0x9e)],_0x3342de[_0x54722f(0x227)]);}};_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xa3)](_0x627673=>{const _0x123ede=_0x31df31;_0x627673['on'](_0x123ede(0x1fe),(_0x1f8a7c,_0x1a8e32,_0x2e4259)=>{const _0x582b24=_0x123ede;_0x2e4259[_0x582b24(0x11e)][_0x582b24(0x1fc)]&&_0x307e18({'showActiveMarkers':!0x1})(_0x1f8a7c,_0x1a8e32,_0x2e4259);},{'priority':_0x123ede(0x163)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0xa3)](_0x5364fd=>{const _0x10bc6d=_0x31df31;_0x5364fd['on'](_0x10bc6d(0x1fd),(_0x3574e3,_0x2c1d42,_0x5333f9)=>{const _0x34f557=_0x10bc6d;_0x5333f9[_0x34f557(0x11e)][_0x34f557(0x1fc)]&&_0x307e18({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3574e3,_0x2c1d42,_0x5333f9);},{'priority':_0x10bc6d(0x163)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x19b))[_0x31df31(0x17f)]({'model':_0x31df31(0xe2),'view':(_0x1845fd,_0x8f0076)=>_0x8f0076[_0x31df31(0x11e)][_0x31df31(0x1fc)]?null:{'group':_0x31df31(0xe2),'name':_0x1845fd[_0x31df31(0x14e)](0xb)}}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0xf6))[_0x31df31(0xc4)]({'view':{'name':_0x31df31(0xe2),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3e741b,{writer:_0x2e93f7})=>{const _0x228ec9=_0x31df31;let _0x4a6225=_0x228ec9(0x183)+_0x3e741b[_0x228ec9(0x14f)](_0x228ec9(0x14c))+':'+_0x3e741b[_0x228ec9(0x14f)]('id');return _0x3e741b[_0x228ec9(0x14f)](_0x228ec9(0x1bf))&&(_0x4a6225+=':'+_0x3e741b[_0x228ec9(0x14f)](_0x228ec9(0x1bf))),_0x2e93f7[_0x228ec9(0x133)](_0x228ec9(0x207),{'data-name':_0x4a6225});}}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0xf6))[_0x31df31(0x192)]({'view':_0x31df31(0xe2)}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x24eee4=>{const _0x2bdf8f=_0x31df31;_0x24eee4['on'](_0x2bdf8f(0x1fe),_0x307e18(),{'priority':_0x2bdf8f(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x14dd32=>{const _0x48889b=_0x31df31;_0x14dd32['on'](_0x48889b(0x1fd),_0x307e18({'isAttributeSuggestion':!0x0}),{'priority':_0x48889b(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x24d17f=>{const _0x347339=_0x31df31;_0x24d17f['on'](_0x347339(0x230),(_0x30a309,_0x851b1,_0x235b3e)=>{const _0x143033=_0x347339,_0x3a1b42=_0x235b3e[_0x143033(0xdf)][_0x143033(0xd3)](_0x851b1[_0x143033(0xab)]);if(_0x3a1b42){for(const _0xd8030c of _0x3a1b42)_0xd8030c[_0x143033(0x205)](_0x143033(0x167))||(_0x235b3e[_0x143033(0xc7)][_0x143033(0xc6)]([_0x143033(0x1e3),_0x143033(0xbf),_0x143033(0x10a)],_0xd8030c),_0x235b3e[_0x143033(0xc7)][_0x143033(0xb7)](_0x143033(0x22b),_0xd8030c),_0x235b3e[_0x143033(0xdf)][_0x143033(0x12d)](_0xd8030c,_0x851b1[_0x143033(0xab)]));}},{'priority':_0x347339(0xb0)});}),_0x39dfde[_0x31df31(0xeb)][_0x31df31(0x1ce)](_0x31df31(0x1b5))[_0x31df31(0xa3)](_0x3ded58=>{const _0x353200=_0x31df31;_0x3ded58['on'](_0x353200(0xf4),(_0x556840,_0x4c4bfa,_0x53e7bf)=>{const _0x5cd748=_0x353200,_0x129fa2=_0x53e7bf[_0x5cd748(0xdf)][_0x5cd748(0xd3)](_0x4c4bfa[_0x5cd748(0xab)]);if(!_0x129fa2)return;const {id:_0x530e3d}=this[_0x5cd748(0x220)](_0x4c4bfa[_0x5cd748(0xab)]),_0x2f1fca=this[_0x5cd748(0xaf)][_0x5cd748(0x1a3)](_0x530e3d),_0x5d9d89=this[_0x5cd748(0xbe)](_0x2f1fca);if(this[_0x5cd748(0x186)](_0x5d9d89)){for(const _0x3fcd51 of _0x129fa2)_0x3fcd51[_0x5cd748(0x205)](_0x5cd748(0x167))||(_0x53e7bf[_0x5cd748(0xc7)][_0x5cd748(0xc6)]([_0x5cd748(0x1e3),_0x5cd748(0xbf),_0x5cd748(0x10a)],_0x3fcd51),_0x53e7bf[_0x5cd748(0xc7)][_0x5cd748(0xb7)](_0x5cd748(0x22b),_0x3fcd51),_0x53e7bf[_0x5cd748(0xdf)][_0x5cd748(0x12d)](_0x3fcd51,_0x4c4bfa[_0x5cd748(0xab)]));}},{'priority':_0x353200(0xb0)});}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x4eabaa=>{const _0x11fa49=_0x31df31;let _0xd34b2a=!0x1;const _0x5dc2b8=Array[_0x11fa49(0xb9)](_0x39dfde[_0x11fa49(0x129)][_0x11fa49(0xe1)][_0x11fa49(0x117)][_0x11fa49(0x17b)]()),_0x5ae334=new Set();for(const {name:_0x600fd9,data:_0x5c6c72}of _0x5dc2b8){const {group:_0x2cfd58,type:_0x212a98,subType:_0x93f015,id:_0x4c88b3}=this[_0x11fa49(0x220)](_0x600fd9);if(_0x11fa49(0xe2)!==_0x2cfd58)continue;const _0x41102b=this[_0x11fa49(0xaf)][_0x11fa49(0x1a3)](_0x4c88b3);if(null!=_0x5c6c72[_0x11fa49(0xd5)]){_0x11fa49(0xe6)==_0x212a98&&(_0xd34b2a=_0xd34b2a||Tt(_0x5c6c72[_0x11fa49(0xd5)],_0x600fd9,_0x4eabaa,_0x39dfde[_0x11fa49(0x129)][_0x11fa49(0x83)]));const _0x39f7b5=_0x11fa49(0x10c)==_0x212a98&&this[_0x11fa49(0x186)](_0x93f015[_0x11fa49(0x180)]('|')[0x0]);if(_0x5c6c72[_0x11fa49(0xd5)][_0x11fa49(0x1d0)]||_0x11fa49(0x9a)==_0x5c6c72[_0x11fa49(0xd5)][_0x11fa49(0x13a)][_0x11fa49(0xc0)]||_0x11fa49(0x1c2)==_0x212a98&&!Vt(_0x5c6c72[_0x11fa49(0xd5)])||_0x39f7b5&&!Vt(_0x5c6c72[_0x11fa49(0xd5)])||_0x11fa49(0x184)==_0x212a98&&!(!Rt(_0x3d99ee=_0x5c6c72[_0x11fa49(0xd5)])&&!function(_0x3e2c35){const _0x37446c=_0x11fa49;return _0x3e2c35[_0x37446c(0x144)][_0x37446c(0x222)]==_0x3e2c35[_0x37446c(0xa1)][_0x37446c(0xf1)]&&_0x3e2c35[_0x37446c(0x144)][_0x37446c(0x1ff)];}(_0x3d99ee)))_0x4eabaa[_0x11fa49(0x1c5)](_0x600fd9),_0xd34b2a=!0x0;else{if(!_0x41102b||!_0x41102b[_0x11fa49(0x1e0)])continue;_0x5ae334[_0x11fa49(0xa3)](_0x41102b);}}}var _0x3d99ee;return _0x5ae334[_0x11fa49(0xc1)]>0x0&&(_0xd34b2a=!!this[_0x11fa49(0x15c)](_0x5ae334)||_0xd34b2a),_0xd34b2a;}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x3b412f=>{const _0x2943e5=_0x31df31;let _0x295e51=!0x1;for(const _0x3bfa6b of _0x39dfde[_0x2943e5(0x129)][_0x2943e5(0xe1)][_0x2943e5(0x117)][_0x2943e5(0xe3)]())if(_0x2943e5(0x1cc)==_0x3bfa6b[_0x2943e5(0xa5)])for(const _0x3f90f2 of this[_0x2943e5(0xaf)][_0x2943e5(0x21c)]()){if(_0x3f90f2[_0x2943e5(0xa2)]||!_0x3f90f2[_0x2943e5(0x1e0)])continue;const _0x269ae5=_0x2943e5(0x1c2)==_0x3f90f2[_0x2943e5(0xa5)],_0x5ea25b=this[_0x2943e5(0xbe)](_0x3f90f2),_0x53cf81=_0x5ea25b&&this[_0x2943e5(0x186)](_0x5ea25b);if(!_0x269ae5&&!_0x53cf81)continue;const _0x37e201=_0x3f90f2[_0x2943e5(0x12f)]();if(_0x37e201[_0x2943e5(0x144)][_0x2943e5(0x222)]!=_0x37e201[_0x2943e5(0xa1)][_0x2943e5(0x222)]&&!_0x37e201[_0x2943e5(0xa1)][_0x2943e5(0x1ff)]){const _0xb468e2=_0x39dfde[_0x2943e5(0x129)][_0x2943e5(0xef)](_0x37e201[_0x2943e5(0x144)][_0x2943e5(0x231)],_0x2943e5(0xa1)),_0xd31c5b=_0x39dfde[_0x2943e5(0x129)][_0x2943e5(0x1bc)](_0x37e201[_0x2943e5(0x144)],_0xb468e2);_0x3b412f[_0x2943e5(0x146)](_0x3f90f2[_0x2943e5(0x136)](),{'range':_0xd31c5b}),_0x295e51=!0x0;}}return _0x295e51;}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x16a5a3=>this[_0x31df31(0x9f)](_0x16a5a3)),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)][_0x31df31(0xbc)](_0x3f6d44=>!_0x3f6d44[_0x31df31(0x177)][_0x31df31(0x213)]&&this[_0x31df31(0x1fb)](_0x3f6d44)),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0x143),()=>{const _0x8084f6=_0x31df31;this[_0x8084f6(0x202)]=!0x1;}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)]['on'](_0x31df31(0x111),(_0x39a3c3,_0x107ce8)=>{const _0xdde4f4=_0x31df31;if(!_0x107ce8[_0xdde4f4(0x213)]||_0x107ce8[_0xdde4f4(0x147)])return;if(!this[_0xdde4f4(0x202)])return;const _0x3de85d=_0x39dfde[_0xdde4f4(0x129)][_0xdde4f4(0xe1)][_0xdde4f4(0x117)][_0xdde4f4(0xe3)]();if(0x0==_0x3de85d[_0xdde4f4(0xde)])return;const _0x548f49=[],_0x3b0752=_0x3de85d[_0xdde4f4(0x1d6)](_0x440759=>_0xdde4f4(0x10c)==_0x440759[_0xdde4f4(0xa5)]),_0x35e0e9=_0x3de85d[_0xdde4f4(0x1d6)](_0x4cf967=>_0xdde4f4(0x1cc)==_0x4cf967[_0xdde4f4(0xa5)]&&_0xdde4f4(0x218)!=_0x4cf967[_0xdde4f4(0x227)]),_0x381a5d=_0x3de85d[_0xdde4f4(0x1d6)](_0x47d815=>_0xdde4f4(0x15b)==_0x47d815[_0xdde4f4(0xa5)]&&_0xdde4f4(0x218)!=_0x47d815[_0xdde4f4(0x227)]);for(const _0x174d0f of _0x3b0752)this[_0xdde4f4(0x131)](_0x174d0f[_0xdde4f4(0x206)])&&_0x548f49[_0xdde4f4(0x130)]({'key':_0x174d0f[_0xdde4f4(0x206)],'newValue':_0x174d0f[_0xdde4f4(0x1d2)],'oldValue':_0x174d0f[_0xdde4f4(0x112)],'range':Ut(_0x174d0f[_0xdde4f4(0x1de)],_0x39dfde[_0xdde4f4(0x129)])});for(const _0xc4b92 of _0x35e0e9){const _0x194186=_0x381a5d[_0xdde4f4(0xcd)](_0x436ffe=>_0x436ffe[_0xdde4f4(0x200)]===_0xc4b92[_0xdde4f4(0x200)]);if(_0x194186){const _0x52762d=Ot(_0xc4b92[_0xdde4f4(0x1b1)][_0xdde4f4(0x231)],_0x39dfde[_0xdde4f4(0x129)]);_0x194186[_0xdde4f4(0x227)]!==_0xc4b92[_0xdde4f4(0x227)]&&_0x548f49[_0xdde4f4(0x130)]({'key':_0xdde4f4(0x96),'newValue':_0xc4b92[_0xdde4f4(0x227)],'oldValue':_0x194186[_0xdde4f4(0x227)],'range':_0x52762d});for(const [_0x244963,_0x2b21b2]of _0x194186[_0xdde4f4(0xed)]){if(!this[_0xdde4f4(0x131)](_0x244963))continue;const _0x35000e=_0xc4b92[_0xdde4f4(0xed)][_0xdde4f4(0x1a3)](_0x244963);_0x2b21b2!==_0x35000e&&_0x548f49[_0xdde4f4(0x130)]({'key':_0x244963,'newValue':_0x35000e,'oldValue':_0x2b21b2,'range':_0x52762d});}for(const [_0x23df83,_0x31c153]of _0xc4b92[_0xdde4f4(0xed)])this[_0xdde4f4(0x131)](_0x23df83)&&(_0x194186[_0xdde4f4(0xed)][_0xdde4f4(0xc8)](_0x23df83)||_0x548f49[_0xdde4f4(0x130)]({'key':_0x23df83,'newValue':_0x31c153,'oldValue':null,'range':_0x52762d}));}}0x0!=_0x548f49[_0xdde4f4(0xde)]&&_0x39dfde[_0xdde4f4(0x129)][_0xdde4f4(0xa9)](_0x107ce8,_0x3fd202=>{const _0x35af00=_0xdde4f4,_0x2e7b1c=_0x5c4ef0();for(const {range:_0x4d7b7f,key:_0x14e1db,oldValue:_0x52c99c,newValue:_0x4bc3f1}of _0x548f49)this[_0x35af00(0xe8)](_0x4d7b7f,_0x14e1db,_0x52c99c,_0x4bc3f1,{'groupId':_0x2e7b1c});this[_0x35af00(0xb6)](_0x3fd202,_0x548f49);});},{'priority':_0x31df31(0x170)}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0x232)]['on'](_0x31df31(0x13c),(_0x8c9a9b,_0x12afa0,_0x367e8d)=>{const _0x112d01=_0x31df31;if(null==_0x367e8d){const {id:_0x4e0d62}=this[_0x112d01(0x220)](_0x12afa0[_0x112d01(0x227)]),_0x1d7ace=this[_0x112d01(0xaf)][_0x112d01(0x1a3)](_0x4e0d62);_0x1d7ace&&_0x1d7ace[_0x112d01(0x1c7)](_0x12afa0[_0x112d01(0x227)]);}}),_0x39dfde[_0x31df31(0x129)][_0x31df31(0xe1)]['on'](_0x31df31(0x111),()=>{const _0x1c5793=_0x31df31,_0x2f93f1=Array[_0x1c5793(0xb9)](_0x39dfde[_0x1c5793(0x129)][_0x1c5793(0xe1)][_0x1c5793(0x117)][_0x1c5793(0x17b)]())[_0x1c5793(0x1d6)](_0x335d00=>_0x1c5793(0xe2)===this[_0x1c5793(0x220)](_0x335d00[_0x1c5793(0x227)])[_0x1c5793(0x1d3)]);if(0x0===_0x2f93f1[_0x1c5793(0xde)])return;_0x2f93f1[_0x1c5793(0xec)]((_0x530af1,_0x28910d)=>{const _0xca1941=_0x1c5793,_0x9706a=_0x530af1[_0xca1941(0x1f2)][_0xca1941(0x15e)],_0x40885d=_0x28910d[_0xca1941(0x1f2)][_0xca1941(0x15e)];return null===_0x9706a&&null===_0x40885d?0x0:null===_0x9706a&&null!==_0x40885d?-0x1:null!==_0x9706a&&null===_0x40885d?0x1:_0x9706a[_0xca1941(0x144)][_0xca1941(0x228)](_0x40885d[_0xca1941(0x144)])?-0x1:0x1;});const _0x50faa2=new Set(),_0x39d4f2=new Set();for(const {name:_0x5d05cf,data:_0x105fcf}of _0x2f93f1){const {id:_0x2bf472}=this[_0x1c5793(0x220)](_0x5d05cf);if(null===_0x105fcf[_0x1c5793(0x15e)]){const _0x57dec6=this[_0x1c5793(0x1f3)](_0x5d05cf);_0x39d4f2[_0x1c5793(0xa3)](_0x57dec6);}else{const _0x13c6d3=this[_0x1c5793(0xaf)][_0x1c5793(0x1a3)](_0x2bf472);null!==_0x105fcf[_0x1c5793(0xd5)]||_0x13c6d3[_0x1c5793(0x1e0)]?(_0x50faa2[_0x1c5793(0xa3)](_0x13c6d3[_0x1c5793(0x221)]),_0x39d4f2[_0x1c5793(0xa3)](_0x13c6d3)):this[_0x1c5793(0x214)](_0x13c6d3);}}_0x39d4f2[_0x1c5793(0xc1)]>0x0&&this[_0x1c5793(0xd0)](_0x39d4f2);for(const _0xaa1f87 of _0x50faa2)this[_0x1c5793(0x1f5)](_0x1c5793(0x189),_0xaa1f87);}),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0x16b),(_0x9420e1,_0x38d522)=>{const _0xe8f0e3=_0x31df31,_0xd12cb=_0x38d522[0x0];if(!this[_0xe8f0e3(0xaf)][_0xe8f0e3(0xc1)])return;if(!_0xd12cb[_0xe8f0e3(0x193)])return;if(_0xd12cb[_0xe8f0e3(0x177)][_0xe8f0e3(0x147)]||!_0xd12cb[_0xe8f0e3(0x177)][_0xe8f0e3(0x213)])return;let _0x4e2637,_0xc3f9cf;switch(_0xd12cb[_0xe8f0e3(0xa5)]){case _0xe8f0e3(0x1cc):_0x4e2637=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0x1b1)]),_0xc3f9cf=_0x4e2637[_0xe8f0e3(0x210)](_0xd12cb[_0xe8f0e3(0x22f)]);break;case _0xe8f0e3(0x180):_0x4e2637=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0xe0)]),_0xc3f9cf=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0x185)]);break;case _0xe8f0e3(0xc2):_0x4e2637=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0xef)](_0xd12cb[_0xe8f0e3(0x1e8)]),_0xc3f9cf=_0x4e2637[_0xe8f0e3(0x210)](_0xd12cb[_0xe8f0e3(0x22f)]);break;default:return;}const _0x712311=_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0x1bc)](_0x4e2637,_0xc3f9cf);_0x39dfde[_0xe8f0e3(0x129)][_0xe8f0e3(0x1d9)](()=>{const _0x5c3bd7=_0xe8f0e3;for(const {suggestion:_0x144413,meta:_0x4c337a}of this[_0x5c3bd7(0x19a)](_0x712311)){if(_0x144413[_0x5c3bd7(0xa2)])continue;if(_0x5c3bd7(0xe6)==_0x144413[_0x5c3bd7(0xa5)])continue;const _0x4f4334=this[_0x5c3bd7(0xbe)](_0x144413);if(_0x4f4334&&this[_0x5c3bd7(0x186)](_0x4f4334)&&_0x5c3bd7(0x180)!=_0xd12cb[_0x5c3bd7(0xa5)])continue;const _0x5ec0be=_0x144413[_0x5c3bd7(0x1f2)]&&_0x144413[_0x5c3bd7(0x1f2)][_0x5c3bd7(0x91)];(_0x5c3bd7(0x1c2)!=_0x144413[_0x5c3bd7(0xa5)]||_0x5c3bd7(0x180)==_0xd12cb[_0x5c3bd7(0xa5)]&&!_0x5ec0be)&&(_0x4c337a[_0x5c3bd7(0x1f0)]||_0x5c3bd7(0x1ef)==_0x144413[_0x5c3bd7(0xa5)]&&_0x4c337a[_0x5c3bd7(0x118)]||_0x144413[_0x5c3bd7(0x12f)]()[_0x5c3bd7(0xc9)](_0x712311)&&this[_0x5c3bd7(0x224)](_0x144413,_0x4e2637,_0xc3f9cf));}});},{'priority':_0x31df31(0x170)}),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0xc3),(_0x3a53aa,_0x2e7edd)=>{const _0x263dd5=_0x31df31,_0xaa5426=_0x2e7edd[0x0],_0x4c94b9=_0x2e7edd[0x1];if(_0x4c94b9&&_0x4c94b9[_0x263dd5(0x1a1)])return;if(this[_0x263dd5(0xd4)])return;if(!this[_0x263dd5(0x8a)][_0x263dd5(0x13e)])return;if(_0xaa5426[_0x263dd5(0x1d0)])return;const _0x43629c=_0x39dfde[_0x263dd5(0x129)][_0x263dd5(0x83)],{start:_0x552c61,end:_0xcaad7a}=_0xaa5426[_0x263dd5(0x12f)](),_0x2f2552=_0x552c61[_0x263dd5(0x231)]&&_0x43629c[_0x263dd5(0x12c)](_0x552c61[_0x263dd5(0x231)])?null:_0x43629c[_0x263dd5(0x19d)](_0x552c61,_0x263dd5(0x20e)),_0x48af9d=_0xcaad7a[_0x263dd5(0xf1)]&&_0x43629c[_0x263dd5(0x12c)](_0xcaad7a[_0x263dd5(0xf1)])?null:_0x43629c[_0x263dd5(0x19d)](_0xcaad7a,_0x263dd5(0x122)),_0x4aa3cd=_0x39dfde[_0x263dd5(0x129)][_0x263dd5(0x1bc)](_0x2f2552?_0x2f2552[_0x263dd5(0x144)]:_0x552c61,_0x48af9d?_0x48af9d[_0x263dd5(0xa1)]:_0xcaad7a);_0x39dfde[_0x263dd5(0x129)][_0x263dd5(0x1d9)](_0x17d99d=>{const _0x5cbfdf=_0x263dd5;this[_0x5cbfdf(0xd2)](_0x4aa3cd);const _0x12d0f3=_0x39dfde[_0x5cbfdf(0x129)][_0x5cbfdf(0x83)][_0x5cbfdf(0x19d)](_0x4aa3cd[_0x5cbfdf(0x144)]);_0xaa5426['is'](_0x5cbfdf(0x223))?_0x17d99d[_0x5cbfdf(0x173)](_0x12d0f3):_0xaa5426[_0x5cbfdf(0x219)](_0x12d0f3);}),_0x3a53aa[_0x263dd5(0xe9)]();},{'priority':_0x4f79bf[_0x31df31(0x198)]+0xa}),_0x39dfde[_0x31df31(0x129)]['on'](_0x31df31(0x20d),(_0x2ec84e,_0x15c6b7)=>{const _0x2ca8f8=_0x31df31,_0x4fa1c3=_0x15c6b7[_0x15c6b7[_0x2ca8f8(0xde)]-0x1];_0x4fa1c3&&_0x4fa1c3[_0x2ca8f8(0x1a1)]||this[_0x2ca8f8(0xd4)]||this[_0x2ca8f8(0x8a)][_0x2ca8f8(0x13e)]&&(_0x39dfde[_0x2ca8f8(0x129)][_0x2ca8f8(0x1d9)](()=>{const _0x3c280b=_0x2ca8f8;let _0x5d51a1=_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0x20d)](_0x15c6b7[0x0],_0x15c6b7[0x1],_0x15c6b7[0x2],{'forceDefaultExecution':!0x0});if(!_0x5d51a1)return;_0x2ec84e[_0x3c280b(0x1e4)]=_0x5d51a1[_0x3c280b(0xa6)]();const _0x422839=_0x5d51a1[_0x3c280b(0xa1)][_0x3c280b(0xf1)],_0x1d3e06=_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0x83)];_0x422839&&_0x1d3e06[_0x3c280b(0x110)](_0x422839)&&!_0x1d3e06[_0x3c280b(0xd6)](_0x422839)&&(_0x5d51a1=_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0x1bc)](_0x5d51a1[_0x3c280b(0x144)],_0x39dfde[_0x3c280b(0x129)][_0x3c280b(0xef)](_0x422839,_0x3c280b(0xa1)))),this[_0x3c280b(0xbb)](_0x5d51a1);}),_0x2ec84e[_0x2ca8f8(0xe9)]());},{'priority':_0x31df31(0xb0)}),this[_0x31df31(0x12b)][_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x1d5),this[_0x31df31(0x8a)]),this[_0x31df31(0x137)](_0x31df31(0x1d5));const _0x19bee4=new _0x141ad1(_0x39dfde,this[_0x31df31(0xaf)]);_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x13f),_0x19bee4),this[_0x31df31(0x137)](_0x31df31(0x13f));const _0x480d23=new _0x310ea3(_0x39dfde,this[_0x31df31(0xaf)]);_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0xf7),_0x480d23),this[_0x31df31(0x137)](_0x31df31(0xf7)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x1db),new _0x1ed84f(_0x39dfde,_0x19bee4,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x1db)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x158),new _0x1ed84f(_0x39dfde,_0x480d23,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x158)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x106),new _0x22bc1a(_0x39dfde,_0x19bee4,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x106)),_0x39dfde[_0x31df31(0x217)][_0x31df31(0xa3)](_0x31df31(0x21b),new _0x22bc1a(_0x39dfde,_0x480d23,this[_0x31df31(0xaf)])),this[_0x31df31(0x137)](_0x31df31(0x21b));const _0x1d8d49=_0x39dfde[_0x31df31(0x1f6)][_0x31df31(0x1a3)](_0x31df31(0x201));this[_0x31df31(0x20a)](_0x1d8d49,_0x31df31(0x104),(_0x1cdbab,{threadId:_0x48133e})=>{const _0x350109=_0x31df31,_0x5b3daa=this[_0x350109(0xaf)][_0x350109(0x1a3)](_0x48133e);_0x5b3daa&&_0x5b3daa[_0x350109(0xc5)]&&0x1===_0x5b3daa[_0x350109(0xc5)][_0x350109(0xde)]&&this[_0x350109(0x215)](_0x48133e,{'hasComments':!0x0});},{'priority':_0x31df31(0x98)}),this[_0x31df31(0x20a)](_0x1d8d49,_0x31df31(0x18c),(_0x17cc9e,{threadId:_0x3bbbe4})=>{const _0x315e65=_0x31df31,_0x38ffc5=this[_0x315e65(0xaf)][_0x315e65(0x1a3)](_0x3bbbe4);_0x38ffc5&&_0x38ffc5[_0x315e65(0xc5)]&&!_0x38ffc5[_0x315e65(0xc5)][_0x315e65(0xde)]&&this[_0x315e65(0x215)](_0x3bbbe4,{'hasComments':!0x1});},{'priority':_0x31df31(0x98)});}set[_0x3955ed(0x1bb)](_0x24b846){const _0x4c7d4d=_0x3955ed;if(this[_0x4c7d4d(0x132)])throw new _0x3b8e24(_0x4c7d4d(0xb5),this);this[_0x4c7d4d(0x132)]=_0x24b846;}get[_0x3955ed(0x1bb)](){const _0x43f1f8=_0x3955ed;return this[_0x43f1f8(0x132)];}[_0x3955ed(0x225)]({skipNotAttached:_0x18dc69=!0x1,toJSON:_0x251613=!0x1}={}){const _0x3967ad=_0x3955ed,_0x4e30fe=[];for(const _0x5505ed of this[_0x3967ad(0xaf)][_0x3967ad(0x21c)]())_0x18dc69&&!_0x5505ed[_0x3967ad(0x1e0)]||_0x4e30fe[_0x3967ad(0x130)](_0x5505ed);return _0x251613?_0x4e30fe[_0x3967ad(0x15f)](_0x233c24=>_0x233c24[_0x3967ad(0x166)]()):_0x4e30fe;}[_0x3955ed(0x119)](_0x13d7f7){const _0x4c70a5=_0x3955ed,_0x5b6537=this[_0x4c70a5(0xaf)][_0x4c70a5(0x1a3)](_0x13d7f7);if(!_0x5b6537)throw new _0x3b8e24(_0x4c70a5(0x1e6),this);return _0x5b6537;}[_0x3955ed(0xe4)](_0x5876d9){const _0x37c06e=_0x3955ed;return this[_0x37c06e(0xaf)][_0x37c06e(0xc8)](_0x5876d9);}[_0x3955ed(0x195)](_0x58863d){const _0x4e60f1=_0x3955ed,{authorId:_0xff240a,id:_0x140bb4,attributes:_0x2b331d}=_0x58863d,[_0x351023,_0x370cd7]=_0x58863d[_0x4e60f1(0xa5)][_0x4e60f1(0x180)](':'),_0xd1619b=this[_0x4e60f1(0xaf)][_0x4e60f1(0x1a3)](_0x140bb4)||this[_0x4e60f1(0x128)](_0x351023,_0x370cd7,_0x140bb4,_0xff240a,_0x2b331d);if(this[_0x4e60f1(0x17d)](_0xd1619b),this[_0x4e60f1(0x16a)](_0xd1619b,_0x351023,_0x370cd7||null,_0xff240a),_0xd1619b[_0x4e60f1(0xda)]=_0x58863d[_0x4e60f1(0xda)],_0xd1619b[_0x4e60f1(0x1cf)]=!0x0,_0x2b331d&&_0x2b331d[_0x4e60f1(0x11d)]){const _0x1868ee=_0x2b331d[_0x4e60f1(0x11d)],_0x2a0d52=this[_0x4e60f1(0x142)](_0x1868ee[_0x4e60f1(0x1be)]);_0xd1619b[_0x4e60f1(0x1bd)]=_0x1868ee[_0x4e60f1(0xda)],_0xd1619b[_0x4e60f1(0x1a7)]=_0x2a0d52,_0xd1619b[_0x4e60f1(0x1df)]=!0x0;}else _0xd1619b[_0x4e60f1(0x1bd)]=_0x58863d[_0x4e60f1(0xda)];switch(_0x58863d[_0x4e60f1(0x1f2)]&&(_0xd1619b[_0x4e60f1(0x1f2)]=_0x58863d[_0x4e60f1(0x1f2)]),_0x58863d[_0x4e60f1(0xed)]&&(_0xd1619b[_0x4e60f1(0xed)]=_0x58863d[_0x4e60f1(0xed)]),this[_0x4e60f1(0x132)]&&this[_0x4e60f1(0x132)][_0x4e60f1(0x1b9)]||(_0xd1619b[_0x4e60f1(0x88)]=!0x0),this[_0x4e60f1(0x1ab)][_0x4e60f1(0x1a3)](_0xd1619b)){case _0x4e60f1(0x1ca):this[_0x4e60f1(0x1ab)][_0x4e60f1(0xac)](_0xd1619b,_0x4e60f1(0x1ac));break;case _0x4e60f1(0x8e):_0xd1619b[_0x4e60f1(0x1e0)]?(this[_0x4e60f1(0x15c)](new Set([_0xd1619b])),this[_0x4e60f1(0xd0)](new Set([_0xd1619b])),this[_0x4e60f1(0x1ab)][_0x4e60f1(0xac)](_0xd1619b,_0x4e60f1(0xa8)),this[_0x4e60f1(0x1f5)](_0x4e60f1(0x1b3),_0xd1619b)):this[_0x4e60f1(0x1ab)][_0x4e60f1(0xac)](_0xd1619b,_0x4e60f1(0x151));}return _0xd1619b;}[_0x3955ed(0x13f)](_0x32cdcf){const _0xfab913=_0x3955ed;this[_0xfab913(0x1a1)](()=>{const _0x1237d6=_0xfab913;this[_0x1237d6(0x12b)][_0x1237d6(0x129)][_0x1237d6(0x1d9)](()=>{const _0x47155e=_0x1237d6;for(const _0x5974c8 of _0x32cdcf[_0x47155e(0x22e)]())_0x5974c8[_0x47155e(0x161)]();});});}[_0x3955ed(0xf7)](_0x45a66b){const _0x3c7257=_0x3955ed;this[_0x3c7257(0x1a1)](()=>{const _0x29f4cc=_0x3c7257;this[_0x29f4cc(0x12b)][_0x29f4cc(0x129)][_0x29f4cc(0x1d9)](()=>{const _0x1df8bd=_0x29f4cc;for(const _0x538ded of _0x45a66b[_0x1df8bd(0x22e)]())_0x538ded[_0x1df8bd(0x123)]();});});}[_0x3955ed(0x137)](_0x26c890,_0x19e7d6){const _0x4db96b=_0x3955ed,_0xe2e3f5=this[_0x4db96b(0x12b)][_0x4db96b(0x217)][_0x4db96b(0x1a3)](_0x26c890);if(!_0xe2e3f5)throw new _0x3b8e24(_0x4db96b(0x9c),this,{'commandName':_0x26c890});if(this[_0x4db96b(0x14d)][_0x4db96b(0xc8)](_0xe2e3f5))throw new _0x3b8e24(_0x4db96b(0x1a9),this,{'commandName':_0x26c890});this[_0x4db96b(0x14d)][_0x4db96b(0xa3)](_0xe2e3f5),_0x19e7d6&&_0xe2e3f5['on'](_0x4db96b(0x11f),(_0x4a7c3a,_0x300ea3)=>{const _0x498cba=_0x4db96b;this[_0x498cba(0x8a)][_0x498cba(0x13e)]&&(this[_0x498cba(0xd4)]||(_0x300ea3[_0x498cba(0xde)]>0x0&&_0x300ea3[_0x300ea3[_0x498cba(0xde)]-0x1]&&_0x300ea3[_0x300ea3[_0x498cba(0xde)]-0x1][_0x498cba(0x1a1)]?_0x300ea3[_0x498cba(0x100)]():(_0x4a7c3a[_0x498cba(0x1e4)]=_0x19e7d6((..._0x438580)=>_0xe2e3f5[_0x498cba(0x11f)](..._0x438580,{'forceDefaultExecution':!0x0}),..._0x300ea3),_0x4a7c3a[_0x498cba(0xe9)]())));},{'priority':_0x4db96b(0xb0)});}[_0x3955ed(0x1a1)](_0xdb030f){const _0x610d4f=_0x3955ed;let _0x57484e,_0x2e8c70;const _0x33a63f=this[_0x610d4f(0xd4)];this[_0x610d4f(0xd4)]=!0x0;try{_0x57484e=_0xdb030f();}catch(_0x46cff2){_0x2e8c70=_0x46cff2;}return _0x33a63f||(this[_0x610d4f(0xd4)]=!0x1),_0x2e8c70&&_0x3b8e24[_0x610d4f(0x20f)](_0x2e8c70,this),_0x57484e;}[_0x3955ed(0xbb)](_0x1f4af3,_0x53d100=null,_0x475b0c={}){const _0xb6654e=_0x3955ed;if(_0x1f4af3[_0xb6654e(0x1d0)])return null;const _0x288ecb=this[_0xb6654e(0x12b)][_0xb6654e(0x1f6)][_0xb6654e(0x1a3)](_0xb6654e(0x208))['me'];for(const {suggestion:_0x5c4742,meta:_0x42301b}of this[_0xb6654e(0x19a)](_0x1f4af3,_0xb6654e(0x1ef)))if(_0x42301b[_0xb6654e(0x118)]){if(!_0x42301b[_0xb6654e(0x14a)]){if(_0x42301b[_0xb6654e(0x1f0)]){if(!this[_0xb6654e(0x15d)]||!Pt(_0x5c4742,_0x475b0c))continue;return _0x5c4742;}if(Pt(_0x5c4742,_0x475b0c))return _0x5c4742;this[_0xb6654e(0x224)](_0x5c4742,_0x1f4af3[_0xb6654e(0x144)],_0x1f4af3[_0xb6654e(0xa1)]);break;}if(_0x53d100==_0x5c4742[_0xb6654e(0x165)]&&Pt(_0x5c4742,_0x475b0c)){const _0x5d5701=_0x5c4742[_0xb6654e(0x12f)]();return _0x5d5701[_0xb6654e(0x144)][_0xb6654e(0x181)](_0x1f4af3[_0xb6654e(0xa1)])?this[_0xb6654e(0xf8)](_0x5c4742,this[_0xb6654e(0x1eb)][_0xb6654e(0x1bc)](_0x1f4af3[_0xb6654e(0x144)],_0x5d5701[_0xb6654e(0xa1)])):this[_0xb6654e(0xf8)](_0x5c4742,this[_0xb6654e(0x1eb)][_0xb6654e(0x1bc)](_0x5d5701[_0xb6654e(0x144)],_0x1f4af3[_0xb6654e(0xa1)])),_0x5c4742;}}const _0x1282f0=_0x5c4ef0(),_0x1e071a=_0x288ecb['id'],_0x1bba00=_0x53d100?_0xb6654e(0xba)+_0x53d100:_0xb6654e(0x1ef),_0x3b88f6=this[_0xb6654e(0x156)]({'id':_0x1282f0,'type':_0x1bba00,'createdAt':new Date(),'authorId':_0x1e071a,'attributes':_0x475b0c});return this[_0xb6654e(0x101)](_0x1bba00,_0x1282f0,_0x1e071a,_0x1f4af3),_0x3b88f6;}[_0x3955ed(0x92)](_0x46c85b,_0x212ae9=_0x3955ed(0xd9),_0x244184={}){const _0x221c6c=_0x3955ed,_0xda71d4=this[_0x221c6c(0x12b)][_0x221c6c(0x1f6)][_0x221c6c(0x1a3)](_0x221c6c(0x208))['me'],_0xa7f7b6=this[_0x221c6c(0xbd)][_0x221c6c(0x153)](_0x221c6c(0x1ef),_0x212ae9,_0x221c6c(0x1b0));for(const _0x595af7 of this[_0x221c6c(0x225)]())if(_0x595af7[_0x221c6c(0x1a7)]['id']==_0xda71d4['id']&&_0x221c6c(0x1ef)==_0x595af7[_0x221c6c(0xa5)]&&_0x595af7[_0x221c6c(0x165)]==_0x212ae9&&Pt(_0x595af7,_0x244184)&&(_0xa7f7b6(_0x595af7[_0x221c6c(0x21f)](),_0x46c85b)||_0xa7f7b6(_0x46c85b,_0x595af7[_0x221c6c(0x21f)]()))){for(const _0x2743b1 of _0x46c85b)_0x595af7[_0x221c6c(0x1f7)](_0x2743b1);return _0x595af7;}for(const {suggestion:_0x375768,meta:_0x45ae2f}of this[_0x221c6c(0x19a)](_0x46c85b,_0x221c6c(0x1ef))){if(!_0x45ae2f[_0x221c6c(0x118)])continue;if(!this[_0x221c6c(0x15d)]&&_0x45ae2f[_0x221c6c(0x1f0)])continue;if(!Pt(_0x375768,_0x244184))continue;let _0x376957=!0x0;for(const _0x41bcc3 of _0x375768[_0x221c6c(0x21f)]())for(const _0x587a1b of _0x46c85b)if(!_0x41bcc3[_0x221c6c(0xc9)](_0x587a1b)){_0x376957=!0x1;break;}if(_0x376957)return _0x375768;}const _0x2cc3b7=_0x5c4ef0(),_0x5a887c=_0xda71d4['id'],_0x502cae=_0x221c6c(0xba)+_0x212ae9,_0x44fb69=this[_0x221c6c(0x156)]({'id':_0x2cc3b7,'type':_0x502cae,'createdAt':new Date(),'authorId':_0x5a887c,'attributes':_0x244184});for(const _0x330cab of _0x46c85b)this[_0x221c6c(0x101)](_0x502cae,_0x2cc3b7,_0x5a887c,_0x330cab,_0x1c719b[_0x221c6c(0x82)]());return _0x44fb69;}[_0x3955ed(0x84)](_0x1d88ae,_0x3896fe,_0x262182=null,_0x14bbc8={}){const _0x4be671=_0x3955ed;if(_0x262182=_0x262182||Et(_0x3896fe),_0x1d88ae[_0x4be671(0x1d0)])return null;if(_0x4be671(0x107)===this[_0x4be671(0x1a0)]){const _0x4a9fbe=this[_0x4be671(0xbd)][_0x4be671(0x153)](_0x4be671(0xe6),_0x262182,_0x4be671(0x161));return this[_0x4be671(0x1a1)](()=>_0x4a9fbe([_0x1d88ae],_0x3896fe,_0x14bbc8)),null;}const _0x2dd672=this[_0x4be671(0x12b)][_0x4be671(0x1f6)][_0x4be671(0x1a3)](_0x4be671(0x208))['me'],_0x12a371=[];if(_0x4be671(0x9d)!==this[_0x4be671(0x1a0)]){for(const {suggestion:_0xe58d45,meta:_0x49b51c}of this[_0x4be671(0x19a)](_0x1d88ae,_0x4be671(0x1ef)))_0x49b51c[_0x4be671(0x118)]&&!_0x49b51c[_0x4be671(0x126)]&&_0x12a371[_0x4be671(0x130)](..._0xe58d45[_0x4be671(0x21f)]());}const _0x21e8cc=function(_0x453f4e,_0x57a2e0){const _0x5a8511=_0x4be671,_0x4b6726=[];for(const _0x1d8258 of _0x57a2e0){const _0x542e88=_0x453f4e[_0x5a8511(0x188)](_0x1d8258);_0x542e88&&_0x4b6726[_0x5a8511(0x130)](_0x542e88);}return _0x4b6726;}(_0x1d88ae,_0x12a371),_0x5c167f=function(_0x78ad33,_0xacf724){const _0x4cd1a0=_0x4be671,_0x4ec804=[_0x78ad33];for(const _0x43ac87 of _0xacf724){let _0x554bce=0x0;for(;_0x554bce<_0x4ec804[_0x4cd1a0(0xde)];){const _0x7f6d1f=_0x4ec804[_0x554bce][_0x4cd1a0(0x1ed)](_0x43ac87);_0x4ec804[_0x4cd1a0(0x191)](_0x554bce,0x1,..._0x7f6d1f),_0x554bce+=_0x7f6d1f[_0x4cd1a0(0xde)];}}return _0x4ec804;}(_0x1d88ae,_0x12a371);_0x21e8cc[_0x4be671(0xde)]&&this[_0x4be671(0x1eb)][_0x4be671(0x1d9)](()=>{const _0x520448=_0x4be671;for(const _0x751780 of _0x21e8cc){const _0x5525cc=this[_0x520448(0xbd)][_0x520448(0x153)](_0x520448(0xe6),_0x262182,_0x520448(0x161));this[_0x520448(0x1a1)](()=>_0x5525cc([_0x751780],_0x3896fe,_0x14bbc8));}});for(const _0x3452d8 of _0x5c167f){let _0x20038e=null,_0x121c21=_0x3452d8[_0x4be671(0x144)],_0x2b67a3=_0x3452d8[_0x4be671(0xa1)];for(const {suggestion:_0x2ff8f2,meta:_0x201d81}of this[_0x4be671(0x19a)](_0x3452d8,_0x4be671(0xe6))){if(!_0x201d81[_0x4be671(0x118)])continue;if(_0x2ff8f2[_0x4be671(0x165)]!=_0x262182)continue;if(!Pt(_0x2ff8f2,_0x14bbc8))continue;const _0x5deaf4=_0x2ff8f2[_0x4be671(0x12f)]();if(_0x5deaf4[_0x4be671(0xc9)](_0x3452d8,!0x0))return null;_0x121c21=_0x121c21[_0x4be671(0x228)](_0x5deaf4[_0x4be671(0x144)])?_0x121c21:_0x5deaf4[_0x4be671(0x144)],_0x2b67a3=_0x2b67a3[_0x4be671(0x187)](_0x5deaf4[_0x4be671(0xa1)])?_0x2b67a3:_0x5deaf4[_0x4be671(0xa1)],_0x20038e?_0x5deaf4[_0x4be671(0x144)][_0x4be671(0x228)](_0x20038e[_0x4be671(0x12f)]()[_0x4be671(0x144)])?(_0x20038e[_0x4be671(0x1af)](),_0x20038e=_0x2ff8f2):_0x2ff8f2[_0x4be671(0x1af)]():_0x20038e=_0x2ff8f2;}const _0x3d6c0a=this[_0x4be671(0x1eb)][_0x4be671(0x1bc)](_0x121c21,_0x2b67a3);if(_0x20038e)this[_0x4be671(0xf8)](_0x20038e,_0x3d6c0a);else{const _0x5f38f2=_0x5c4ef0(),_0x75867=_0x2dd672['id'];this[_0x4be671(0x156)]({'id':_0x5f38f2,'type':_0x4be671(0x9b)+_0x262182,'data':_0x3896fe,'createdAt':new Date(),'authorId':_0x75867,'attributes':_0x14bbc8}),this[_0x4be671(0x101)](_0x4be671(0x9b)+_0x262182,_0x5f38f2,_0x75867,_0x3d6c0a);}}return null;}[_0x3955ed(0xa7)](_0x24c3e7,_0x11c1d0,_0x227273=[],_0x12bdf8=null,_0x304c79={}){const _0x43737d=_0x3955ed;_0x11c1d0[_0x43737d(0x1ae)]||(_0x11c1d0[_0x43737d(0x1ae)]=_0x11c1d0[_0x43737d(0x178)]),_0x11c1d0[_0x43737d(0x91)]=_0x24c3e7['is'](_0x43737d(0x1de)),_0x12bdf8=_0x12bdf8||Et(_0x11c1d0);const _0xaee228=_0x227273[_0x43737d(0x15f)](_0x250387=>Ot(_0x250387,this[_0x43737d(0x1eb)])),_0x87066e=_0x24c3e7['is'](_0x43737d(0x1de))?_0x24c3e7:Ot(_0x24c3e7,this[_0x43737d(0x1eb)]);if(_0x43737d(0x107)===this[_0x43737d(0x1a0)]){const _0x110f8d=this[_0x43737d(0xbd)][_0x43737d(0x153)](_0x43737d(0x1c2),_0x12bdf8,_0x43737d(0x161));return this[_0x43737d(0x1a1)](()=>_0x110f8d([_0x87066e],_0x11c1d0,_0x304c79)),null;}_0xaee228[_0x43737d(0x130)](_0x87066e);let _0x2953f6=!0x0;for(const _0x469cef of _0xaee228)if(!this[_0x43737d(0x204)](_0x469cef)){_0x2953f6=!0x1;break;}if(_0x2953f6&&_0x43737d(0x9d)!==this[_0x43737d(0x1a0)]){const _0x1bc0b7=this[_0x43737d(0xbd)][_0x43737d(0x153)](_0x43737d(0x1c2),_0x12bdf8,_0x43737d(0x161));return this[_0x43737d(0x1a1)](()=>_0x1bc0b7([_0x87066e],_0x11c1d0,_0x304c79)),null;}let _0x13feee=null,_0x515ca9=_0x87066e[_0x43737d(0x144)],_0x1a7fff=_0x87066e[_0x43737d(0xa1)];for(const {suggestion:_0x38c8ed,meta:_0xfa7317}of this[_0x43737d(0x19a)](_0x87066e,_0x43737d(0x1c2))){if(!_0xfa7317[_0x43737d(0x118)])continue;if(_0xfa7317[_0x43737d(0x14a)]||_0xfa7317[_0x43737d(0x1f0)]||_0xfa7317[_0x43737d(0x126)])continue;if(_0x38c8ed[_0x43737d(0x1f2)][_0x43737d(0x1ae)]!=_0x11c1d0[_0x43737d(0x1ae)])continue;if(!Pt(_0x38c8ed,_0x304c79))continue;const _0x54db82=_0x38c8ed[_0x43737d(0x12f)]();if(_0x38c8ed[_0x43737d(0x165)]==_0x12bdf8){if(_0x54db82[_0x43737d(0xc9)](_0x87066e,!0x0))return null;_0x515ca9=_0x515ca9[_0x43737d(0x228)](_0x54db82[_0x43737d(0x144)])?_0x515ca9:_0x54db82[_0x43737d(0x144)],_0x1a7fff=_0x1a7fff[_0x43737d(0x187)](_0x54db82[_0x43737d(0xa1)])?_0x1a7fff:_0x54db82[_0x43737d(0xa1)],_0x13feee?_0x54db82[_0x43737d(0x144)][_0x43737d(0x228)](_0x13feee[_0x43737d(0x12f)]()[_0x43737d(0x144)])?(_0x13feee[_0x43737d(0x1af)](),_0x13feee=_0x38c8ed):_0x38c8ed[_0x43737d(0x1af)]():_0x13feee=_0x38c8ed;}else{const _0x4ae3b7=_0x87066e[_0x43737d(0x188)](_0x54db82);this[_0x43737d(0x1dc)](_0x38c8ed,_0x4ae3b7);}}const _0x5d9761=this[_0x43737d(0x12b)][_0x43737d(0x1f6)][_0x43737d(0x1a3)](_0x43737d(0x208))['me'],_0x3fa81d=_0x5c4ef0(),_0x8c154a=_0x5d9761['id'];if(_0x13feee)return this[_0x43737d(0xf8)](_0x13feee,this[_0x43737d(0x1eb)][_0x43737d(0x1bc)](_0x515ca9,_0x1a7fff)),_0x13feee;{const _0x3c3449=this[_0x43737d(0x156)]({'id':_0x3fa81d,'type':_0x43737d(0xb1)+_0x12bdf8,'data':_0x11c1d0,'createdAt':new Date(),'authorId':_0x8c154a,'attributes':_0x304c79});return this[_0x43737d(0x101)](_0x43737d(0xb1)+_0x12bdf8,_0x3fa81d,_0x8c154a,this[_0x43737d(0x1eb)][_0x43737d(0x1bc)](_0x515ca9,_0x1a7fff)),_0x3c3449;}}[_0x3955ed(0x99)](_0x408cf5,_0x16037e,_0x56fa5a=[],_0x40412f=null,_0x69a247={}){const _0x398324=_0x3955ed;_0x16037e[_0x398324(0x1ae)]||(_0x16037e[_0x398324(0x1ae)]=_0x16037e[_0x398324(0x178)]);const _0x22b1e2=_0x408cf5[0x0];_0x16037e[_0x398324(0x91)]=_0x22b1e2['is'](_0x398324(0x1de)),_0x40412f=_0x40412f||Et(_0x16037e);const _0x27de63=_0x56fa5a[_0x398324(0x15f)](_0x38800b=>Ot(_0x38800b,this[_0x398324(0x1eb)])),_0x3c6a17=_0x22b1e2['is'](_0x398324(0x1de))?_0x408cf5:_0x408cf5[_0x398324(0x15f)](_0x5604ee=>Ot(_0x5604ee,this[_0x398324(0x1eb)]));if(_0x398324(0x107)===this[_0x398324(0x1a0)]){const _0x57d15c=this[_0x398324(0xbd)][_0x398324(0x153)](_0x398324(0x1c2),_0x40412f,_0x398324(0x161));return this[_0x398324(0x1a1)](()=>_0x57d15c(_0x3c6a17,_0x16037e,_0x69a247)),null;}_0x27de63[_0x398324(0x130)](..._0x3c6a17);let _0x5b7311=!0x0;for(const _0x310265 of _0x27de63)if(!this[_0x398324(0x204)](_0x310265)){_0x5b7311=!0x1;break;}if(_0x5b7311&&_0x398324(0x9d)!==this[_0x398324(0x1a0)]){const _0x2d8e21=this[_0x398324(0xbd)][_0x398324(0x153)](_0x398324(0x1c2),_0x40412f,_0x398324(0x161));return this[_0x398324(0x1a1)](()=>_0x2d8e21(_0x3c6a17,_0x16037e,_0x69a247)),null;}const _0x25cbb9=this[_0x398324(0x12b)][_0x398324(0x1f6)][_0x398324(0x1a3)](_0x398324(0x208))['me'];for(const _0x4940aa of this[_0x398324(0x225)]()){if(_0x4940aa[_0x398324(0x1a7)]['id']!=_0x25cbb9['id'])continue;if(_0x398324(0x1c2)!=_0x4940aa[_0x398324(0xa5)]||_0x4940aa[_0x398324(0x1f2)][_0x398324(0x1ae)]!=_0x16037e[_0x398324(0x1ae)])continue;if(!Pt(_0x4940aa,_0x69a247))continue;const _0x35722a=_0x4940aa[_0x398324(0x165)]==_0x40412f;for(let _0xfef484=0x0;_0xfef484<_0x3c6a17[_0x398324(0xde)];_0xfef484++){const _0xb38b4d=_0x3c6a17[_0xfef484];for(const _0x22d369 of _0x4940aa[_0x398324(0x10e)]()){const _0x1bf4ec=_0x22d369[_0x398324(0x141)]();if(_0xb38b4d[_0x398324(0x181)](_0x1bf4ec)){_0x35722a?(_0x3c6a17[_0x398324(0x191)](_0xfef484,0x1),_0xfef484--):_0x4940aa[_0x398324(0x1c5)](_0x22d369[_0x398324(0x227)]);break;}}}}if(0x0==_0x3c6a17[_0x398324(0xde)])return null;const _0x211f12=this[_0x398324(0xbd)][_0x398324(0x153)](_0x398324(0x1c2),_0x40412f,_0x398324(0x1b0));for(const _0x45cad7 of this[_0x398324(0x225)]())if(_0x45cad7[_0x398324(0x1a7)]['id']==_0x25cbb9['id']&&_0x398324(0x1c2)==_0x45cad7[_0x398324(0xa5)]&&_0x45cad7[_0x398324(0x1f2)][_0x398324(0x1ae)]==_0x16037e[_0x398324(0x1ae)]&&_0x45cad7[_0x398324(0x165)]==_0x40412f&&Pt(_0x45cad7,_0x69a247)&&(_0x211f12(_0x45cad7[_0x398324(0x21f)](),_0x3c6a17)||_0x211f12(_0x3c6a17,_0x45cad7[_0x398324(0x21f)]()))){for(const _0x4b2baf of _0x3c6a17)_0x45cad7[_0x398324(0x1f7)](_0x4b2baf);return _0x45cad7;}const _0x3daab6=_0x5c4ef0(),_0x567228=_0x25cbb9['id'],_0x4fa2d8=_0x398324(0xb1)+_0x40412f,_0x34dd28=this[_0x398324(0x156)]({'id':_0x3daab6,'type':_0x4fa2d8,'data':_0x16037e,'createdAt':new Date(),'authorId':_0x567228,'attributes':_0x69a247});for(const _0x5e6515 of _0x3c6a17)this[_0x398324(0x101)](_0x4fa2d8,_0x3daab6,_0x567228,_0x5e6515,_0x1c719b[_0x398324(0x82)]());return _0x34dd28;}[_0x3955ed(0xd2)](_0x554449,_0x38d36e=null,_0x5f089c={}){const _0x347bbc=_0x3955ed;if(_0x554449[_0x347bbc(0x1d0)])return null;const _0x2f494d=this[_0x347bbc(0x12b)][_0x347bbc(0x1f6)][_0x347bbc(0x1a3)](_0x347bbc(0x208))['me'],_0x20cc17=new _0x38839a(_0x554449[_0x347bbc(0x144)],_0x554449[_0x347bbc(0xa1)]);for(const {suggestion:_0x366e8e,meta:_0x895414}of this[_0x347bbc(0x19a)](_0x20cc17,_0x347bbc(0x1ef)))if(_0x895414[_0x347bbc(0x118)]&&!_0x895414[_0x347bbc(0x14a)]){if(_0x366e8e[_0x347bbc(0xa2)]){const _0x39272c=_0x366e8e[_0x347bbc(0x21f)]()[_0x347bbc(0x1d6)](_0x5a6525=>_0x347bbc(0x9a)!=_0x5a6525[_0x347bbc(0x13a)][_0x347bbc(0xc0)]);_0x39272c[_0x347bbc(0x18d)](_0x19c4da=>_0x20cc17[_0x347bbc(0xc9)](_0x19c4da,!0x0))&&_0x366e8e[_0x347bbc(0x123)]();if(_0x39272c[_0x347bbc(0x1c9)](_0x46e1c9=>_0x46e1c9[_0x347bbc(0xc9)](_0x20cc17,!0x0))){const _0x4a1a3e=this[_0x347bbc(0xbd)][_0x347bbc(0x153)](_0x347bbc(0x184),_0x38d36e,_0x347bbc(0x161));return this[_0x347bbc(0x1a1)](()=>_0x4a1a3e([_0x20cc17],null,_0x5f089c)),null;}}else{const _0x25d45f=_0x20cc17[_0x347bbc(0x188)](_0x366e8e[_0x347bbc(0x12f)]());null!==_0x25d45f&&_0x366e8e[_0x347bbc(0x93)]([_0x25d45f],null,_0x5f089c);}}if(_0x20cc17[_0x347bbc(0xf5)](),_0x20cc17[_0x347bbc(0x1d0)]||_0x347bbc(0x9a)==_0x20cc17[_0x347bbc(0x13a)][_0x347bbc(0xc0)])return null;let _0x4560c7=null,_0x411667=_0x20cc17[_0x347bbc(0x144)],_0x10176d=_0x20cc17[_0x347bbc(0xa1)];const _0x48d5f0=this[_0x347bbc(0x19a)](_0x20cc17,_0x347bbc(0x184));for(const {suggestion:_0x521d20,meta:_0x2286ee}of _0x48d5f0){const _0x31c174=this[_0x347bbc(0x1eb)][_0x347bbc(0x1bc)](_0x411667,_0x10176d);if(_0x2286ee[_0x347bbc(0x118)]&&(this[_0x347bbc(0x15d)]||!_0x2286ee[_0x347bbc(0x1f0)]&&!_0x2286ee[_0x347bbc(0x126)])){if(_0x521d20[_0x347bbc(0xa2)]){if(!Pt(_0x521d20,_0x5f089c))continue;let _0x410775=!0x0;for(const _0x419623 of _0x521d20[_0x347bbc(0x21f)]()){if(_0x419623[_0x347bbc(0xc9)](_0x31c174,!0x0))return _0x521d20;_0x31c174[_0x347bbc(0xc9)](_0x419623)||(_0x410775=!0x1);}_0x410775&&_0x521d20[_0x347bbc(0x123)]();}else{const _0x56effe=_0x521d20[_0x347bbc(0x12f)]();if(_0x56effe[_0x347bbc(0xc9)](_0x31c174,!0x0))return _0x521d20;if(!Pt(_0x521d20,_0x5f089c)){_0x31c174[_0x347bbc(0xc9)](_0x56effe)?_0x521d20[_0x347bbc(0x1af)]():_0x56effe[_0x347bbc(0x1ec)](_0x411667)?_0x411667=_0x56effe[_0x347bbc(0xa1)]:_0x56effe[_0x347bbc(0x1ec)](_0x10176d)&&(_0x10176d=_0x56effe[_0x347bbc(0x144)]);continue;}_0x411667=_0x411667[_0x347bbc(0x228)](_0x56effe[_0x347bbc(0x144)])?_0x411667:_0x56effe[_0x347bbc(0x144)],_0x10176d=_0x10176d[_0x347bbc(0x187)](_0x56effe[_0x347bbc(0xa1)])?_0x10176d:_0x56effe[_0x347bbc(0xa1)],_0x5f089c=Object[_0x347bbc(0xcb)]({},_0x521d20[_0x347bbc(0xed)]),_0x4560c7?_0x56effe[_0x347bbc(0x144)][_0x347bbc(0x228)](_0x4560c7[_0x347bbc(0x12f)]()[_0x347bbc(0x144)])?(_0x4560c7[_0x347bbc(0x1af)](),_0x4560c7=_0x521d20):_0x521d20[_0x347bbc(0x1af)]():_0x4560c7=_0x521d20;}}}if(_0x4560c7)return this[_0x347bbc(0xf8)](_0x4560c7,this[_0x347bbc(0x1eb)][_0x347bbc(0x1bc)](_0x411667,_0x10176d)),_0x4560c7;{const _0x49a5bf=_0x5c4ef0(),_0x346223=this[_0x347bbc(0x1eb)][_0x347bbc(0x1bc)](_0x411667,_0x10176d),_0x11b98f=_0x2f494d['id'],_0x3ad34f=_0x38d36e?_0x347bbc(0x1f9)+_0x38d36e:_0x347bbc(0x184),_0x5017f8=this[_0x347bbc(0x156)]({'id':_0x49a5bf,'type':_0x3ad34f,'createdAt':new Date(),'authorId':_0x11b98f,'attributes':_0x5f089c});return this[_0x347bbc(0x101)](_0x3ad34f,_0x49a5bf,_0x11b98f,_0x346223),_0x5017f8;}}[_0x3955ed(0x120)](_0x4d3609,_0x1dce08=_0x3955ed(0xd9),_0x76168d={}){const _0x4bfb26=_0x3955ed,_0x2215c5=this[_0x4bfb26(0x12b)][_0x4bfb26(0x1f6)][_0x4bfb26(0x1a3)](_0x4bfb26(0x208))['me'],_0x3b64c4=_0x4d3609[_0x4bfb26(0x15f)](_0x4eb75f=>new _0x38839a(_0x4eb75f[_0x4bfb26(0x144)],_0x4eb75f[_0x4bfb26(0xa1)])),_0x7de429=new Set();for(const {suggestion:_0x2c6867,meta:_0x165250}of this[_0x4bfb26(0x19a)](_0x3b64c4,_0x4bfb26(0x1ef)))_0x165250[_0x4bfb26(0x118)]&&!_0x165250[_0x4bfb26(0x14a)]&&_0x7de429[_0x4bfb26(0xa3)](_0x2c6867);for(const _0x196837 of _0x7de429)if(_0x196837[_0x4bfb26(0xa2)]){const _0xce1840=_0x196837[_0x4bfb26(0x21f)]();(!_0x196837[_0x4bfb26(0xed)]||!_0x196837[_0x4bfb26(0xed)][_0x4bfb26(0x105)])&&(_0xce1840[_0x4bfb26(0x18d)](_0x5b7789=>_0x3b64c4[_0x4bfb26(0x1c9)](_0x36c28a=>_0x36c28a[_0x4bfb26(0xc9)](_0x5b7789,!0x0)))&&_0x196837[_0x4bfb26(0x123)]());if(_0x3b64c4[_0x4bfb26(0x18d)](_0x55b8e7=>_0xce1840[_0x4bfb26(0x1c9)](_0x342f3c=>_0x342f3c[_0x4bfb26(0xc9)](_0x55b8e7,!0x0)))){const _0x3e9898=this[_0x4bfb26(0xbd)][_0x4bfb26(0x153)](_0x4bfb26(0x184),_0x1dce08,_0x4bfb26(0x161));return this[_0x4bfb26(0x1a1)](()=>_0x3e9898(_0x4d3609,null,_0x76168d)),null;}}else{const _0x342b21=_0x196837[_0x4bfb26(0x12f)]();_0x3b64c4[_0x4bfb26(0x1c9)](_0x17a623=>_0x17a623[_0x4bfb26(0xc9)](_0x342b21,!0x0))&&_0x196837[_0x4bfb26(0x123)]();if(_0x3b64c4[_0x4bfb26(0x18d)](_0x3dccb1=>_0x342b21[_0x4bfb26(0xc9)](_0x3dccb1,!0x0))){const _0x2c691a=this[_0x4bfb26(0xbd)][_0x4bfb26(0x153)](_0x4bfb26(0x184),_0x1dce08,_0x4bfb26(0x161));return this[_0x4bfb26(0x1a1)](()=>_0x2c691a(_0x3b64c4,null,_0x76168d)),null;}}const _0x4c13eb=this[_0x4bfb26(0xbd)][_0x4bfb26(0x153)](_0x4bfb26(0x184),_0x1dce08,_0x4bfb26(0x1b0));let _0x580bd6=null;for(const _0x481cca of this[_0x4bfb26(0x225)]())if(_0x481cca[_0x4bfb26(0x1a7)]['id']==_0x2215c5['id']&&_0x481cca[_0x4bfb26(0x1e0)]&&_0x4bfb26(0x184)==_0x481cca[_0x4bfb26(0xa5)]&&_0x481cca[_0x4bfb26(0x165)]==_0x1dce08&&Pt(_0x481cca,_0x76168d)&&(_0x4c13eb(_0x481cca[_0x4bfb26(0x21f)](),_0x3b64c4)||_0x4c13eb(_0x3b64c4,_0x481cca[_0x4bfb26(0x21f)]()))){if(_0x580bd6){if(_0x481cca[_0x4bfb26(0xc5)]&&_0x481cca[_0x4bfb26(0xc5)][_0x4bfb26(0xde)])continue;for(const _0xa801cf of _0x481cca[_0x4bfb26(0x21f)]())_0x580bd6[_0x4bfb26(0x1d1)](_0xa801cf)||_0x580bd6[_0x4bfb26(0x1f7)](_0xa801cf);_0x481cca[_0x4bfb26(0x1af)]();}else{_0x580bd6=_0x481cca;for(const _0x1f3c93 of _0x3b64c4)_0x481cca[_0x4bfb26(0x1d1)](_0x1f3c93)||_0x481cca[_0x4bfb26(0x1f7)](_0x1f3c93);}}if(_0x580bd6)return _0x580bd6;_0x7de429[_0x4bfb26(0x89)]();for(const {suggestion:_0x4b30b8,meta:_0xf93c37}of this[_0x4bfb26(0x19a)](_0x3b64c4,_0x4bfb26(0x184)))_0xf93c37[_0x4bfb26(0x118)]&&(this[_0x4bfb26(0x15d)]||!_0xf93c37[_0x4bfb26(0x1f0)]&&!_0xf93c37[_0x4bfb26(0x126)])&&Pt(_0x4b30b8,_0x76168d)&&_0x7de429[_0x4bfb26(0xa3)](_0x4b30b8);for(const _0x25f816 of _0x7de429){const _0x4f71b2=_0x25f816[_0x4bfb26(0x21f)]();if(!_0x76168d||!_0x76168d[_0x4bfb26(0x105)]){if(_0x3b64c4[_0x4bfb26(0x18d)](_0x105d6d=>_0x4f71b2[_0x4bfb26(0x1c9)](_0x5d37a1=>_0x5d37a1[_0x4bfb26(0xc9)](_0x105d6d,!0x0))))return _0x25f816;}(!_0x25f816[_0x4bfb26(0xed)]||!_0x25f816[_0x4bfb26(0xed)][_0x4bfb26(0x105)])&&(_0x4f71b2[_0x4bfb26(0x18d)](_0x339d54=>_0x3b64c4[_0x4bfb26(0x1c9)](_0x25f3f4=>_0x25f3f4[_0x4bfb26(0xc9)](_0x339d54,!0x0)))&&_0x25f816[_0x4bfb26(0x123)]());}const _0x2998cb=_0x5c4ef0(),_0x28894a=_0x2215c5['id'],_0x8f9d8b=_0x4bfb26(0x1f9)+_0x1dce08,_0x17941e=this[_0x4bfb26(0x156)]({'id':_0x2998cb,'type':_0x8f9d8b,'createdAt':new Date(),'authorId':_0x28894a,'attributes':_0x76168d});for(const _0x486bde of _0x3b64c4)_0x486bde[_0x4bfb26(0xf5)](),_0x486bde[_0x4bfb26(0x1d0)]||_0x4bfb26(0x9a)==_0x486bde[_0x4bfb26(0x13a)][_0x4bfb26(0xc0)]||this[_0x4bfb26(0x101)](_0x8f9d8b,_0x2998cb,_0x28894a,_0x486bde,_0x1c719b[_0x4bfb26(0x82)]());return _0x17941e;}[_0x3955ed(0xe8)](_0x10eeca,_0x4a4df1,_0x462005,_0x596e77,_0x522534){const _0x553f6b=_0x3955ed;if(_0x10eeca[_0x553f6b(0x1d0)])return[];if(_0x553f6b(0x107)===this[_0x553f6b(0x1a0)])return[];const _0x5338c8=this[_0x553f6b(0x12b)][_0x553f6b(0x1f6)][_0x553f6b(0x1a3)](_0x553f6b(0x208))['me']['id'],_0x242fe1=Array[_0x553f6b(0xb9)](this[_0x553f6b(0xaf)][_0x553f6b(0x21c)]())[_0x553f6b(0x1d6)](_0x1bd22d=>_0x553f6b(0x10c)==_0x1bd22d[_0x553f6b(0xa5)]&&_0x1bd22d[_0x553f6b(0x1f2)][_0x553f6b(0x1ee)]==_0x4a4df1&&_0x1bd22d[_0x553f6b(0x1d1)](_0x10eeca));if(_0x553f6b(0x1d4)===this[_0x553f6b(0x1a0)]){const _0x3171d3=this[_0x553f6b(0x19a)](_0x10eeca,_0x553f6b(0x1ef))[_0x553f6b(0x1d6)](({meta:_0x5bb1e0})=>_0x5bb1e0[_0x553f6b(0x118)]&&!_0x5bb1e0[_0x553f6b(0x126)]&&!_0x5bb1e0[_0x553f6b(0x14a)])[_0x553f6b(0x15f)](({suggestion:_0x240746})=>_0x240746);_0x242fe1[_0x553f6b(0x14b)](..._0x3171d3);}const _0x38129f=new Map([[_0x10eeca,_0x462005]]);for(const _0x3aa55d of _0x242fe1){const _0x42bf2e=_0x553f6b(0x10c)==_0x3aa55d[_0x553f6b(0xa5)]?_0x3aa55d[_0x553f6b(0x1f2)][_0x553f6b(0xb8)]:void 0x0,_0x23c793=_0x3aa55d[_0x553f6b(0x12f)](),_0x414903=Array[_0x553f6b(0xb9)](_0x38129f[_0x553f6b(0x1c4)]())[_0x553f6b(0xcd)](_0x50f730=>_0x50f730[_0x553f6b(0x16f)](_0x23c793));if(!_0x414903)continue;const _0x41f7f3=_0x414903[_0x553f6b(0x1ed)](_0x23c793);this[_0x553f6b(0x186)](_0x4a4df1)&&_0x553f6b(0x1ef)==_0x3aa55d[_0x553f6b(0xa5)]&&0x0!=_0x41f7f3[_0x553f6b(0xde)]||(_0x38129f[_0x553f6b(0xf9)](_0x414903),_0x41f7f3[_0x553f6b(0x11a)](_0x56c70b=>{const _0x3998dc=_0x553f6b;_0x38129f[_0x3998dc(0xac)](_0x56c70b,_0x462005);}),_0x553f6b(0x1ef)!=_0x3aa55d[_0x553f6b(0xa5)]&&_0x42bf2e!=_0x596e77&&_0x38129f[_0x553f6b(0xac)](_0x414903[_0x553f6b(0x188)](_0x23c793),_0x42bf2e));}const _0x3efebd=[];for(const [_0x183559,_0x3c36a3]of _0x38129f){const _0x509a23=_0x5c4ef0(),_0x35ad6b={'key':_0x4a4df1,'oldValue':_0x3c36a3,'newValue':_0x596e77};_0x4a4df1[_0x553f6b(0xde)]>0x25&&console[_0x553f6b(0x145)](_0x553f6b(0x1d8),{'key':_0x4a4df1});const _0x31dcf6=(_0x553f6b(0x176)+(_0x4a4df1+'|'+Et({'newValue':_0x596e77})))[_0x553f6b(0x10b)](0x0,0x3c),_0x5f323f=this[_0x553f6b(0x156)]({'id':_0x509a23,'type':_0x31dcf6,'data':_0x35ad6b,'createdAt':new Date(),'authorId':_0x5338c8,'attributes':_0x522534});_0x3efebd[_0x553f6b(0x130)](_0x5f323f),this[_0x553f6b(0x101)](_0x31dcf6,_0x509a23,_0x5338c8,_0x183559);}return _0x3efebd;}[_0x3955ed(0x19f)](_0x19eed2){const _0x1e565b=_0x3955ed;this[_0x1e565b(0x211)][_0x1e565b(0xa3)](_0x19eed2);}[_0x3955ed(0xea)](_0x2d9a66){const _0x20fdc3=_0x3955ed;this[_0x20fdc3(0x16c)][_0x20fdc3(0xa3)](_0x2d9a66);}[_0x3955ed(0x108)](_0x3b0198,_0x2529ac=[],_0x512889=[]){const _0x3d6661=_0x3955ed;this[_0x3d6661(0x137)](_0x3b0198,(_0x49072c,..._0x1f73b9)=>{const _0x2dae2e=_0x3d6661;this[_0x2dae2e(0x113)](()=>{_0x49072c(..._0x1f73b9);});});for(const _0x4de368 of _0x2529ac)this[_0x3d6661(0xea)](_0x4de368);for(const _0xaaa706 of _0x512889)this[_0x3d6661(0x19f)](_0xaaa706);}[_0x3955ed(0xbe)](_0x4e71bb){const _0x4c9b19=_0x3955ed;return _0x4c9b19(0x10c)==_0x4e71bb[_0x4c9b19(0xa5)]?_0x4e71bb[_0x4c9b19(0x165)][_0x4c9b19(0x180)]('|')[0x0]:null;}[_0x3955ed(0xf8)](_0x41029a,_0x476b03){const _0x27f8c4=_0x3955ed,_0x4bd0f4=_0x41029a[_0x27f8c4(0x136)]();this[_0x27f8c4(0x1eb)][_0x27f8c4(0x1d9)](_0x2e5e7c=>{const _0x11ea30=_0x27f8c4;_0x2e5e7c[_0x11ea30(0x146)](_0x4bd0f4,{'range':_0x476b03});});}[_0x3955ed(0x17d)](_0x260036){const _0x10f851=_0x3955ed,_0x9b43a1=_0x260036['id'],_0x4b42fb=this[_0x10f851(0x12b)][_0x10f851(0xd1)][_0x10f851(0x1a3)](_0x10f851(0x17a));this[_0x10f851(0xff)][_0x10f851(0x115)](_0x9b43a1)||this[_0x10f851(0xff)][_0x10f851(0x18f)]({'channelId':_0x4b42fb,'threadId':_0x9b43a1,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x40d281=this[_0x10f851(0xff)][_0x10f851(0x10f)](_0x9b43a1);_0x40d281[_0x10f851(0x22c)](_0x10f851(0x1cd)),_0x40d281[_0x10f851(0x1cd)]=!0x1,_0x260036[_0x10f851(0xc5)]=_0x40d281;}[_0x3955ed(0x16a)](_0x26aa09,_0x438e3a,_0x9fe935,_0xab1108){const _0x234342=_0x3955ed;if(_0x26aa09[_0x234342(0xa5)]!=_0x438e3a||_0x26aa09[_0x234342(0x165)]!=_0x9fe935||_0x26aa09[_0x234342(0x19c)]['id']!=_0xab1108)throw this[_0x234342(0x12b)][_0x234342(0x15a)](_0x234342(0x1f4)),new _0x3b8e24(_0x234342(0x1f4),this);}[_0x3955ed(0x1dc)](_0x4880d7,_0x3c559d){const _0x133b68=_0x3955ed,_0x6d0321=_0x4880d7[_0x133b68(0x12f)]();if(_0x3c559d[_0x133b68(0x181)](_0x6d0321))_0x4880d7[_0x133b68(0x1af)]();else{if(_0x6d0321[_0x133b68(0xc9)](_0x3c559d)){const _0x5f4456=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0x144)][_0x133b68(0xf1)],_0x133b68(0xa1));this[_0x133b68(0xf8)](_0x4880d7,this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x6d0321[_0x133b68(0x144)],_0x5f4456));const _0x370155=_0x5c4ef0(),_0x2860af=_0x4880d7[_0x133b68(0x19c)]['id'],_0xd83a75=_0x4880d7[_0x133b68(0xa5)]+':'+_0x4880d7[_0x133b68(0x165)];this[_0x133b68(0x156)]({'id':_0x370155,'type':_0xd83a75,'createdAt':new Date(),'authorId':_0x2860af,'data':_0x4880d7[_0x133b68(0x1f2)],'attributes':_0x4880d7[_0x133b68(0xed)]});const _0x3e72fa=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0xa1)][_0x133b68(0x222)],_0x133b68(0x194)),_0x4a4dbf=this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x3e72fa,_0x6d0321[_0x133b68(0xa1)]);this[_0x133b68(0x101)](_0xd83a75,_0x370155,_0x2860af,_0x4a4dbf);}else{if(_0x6d0321[_0x133b68(0x1ec)](_0x3c559d[_0x133b68(0x144)])){const _0x374833=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0x144)][_0x133b68(0xf1)],_0x133b68(0xa1));this[_0x133b68(0xf8)](_0x4880d7,this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x6d0321[_0x133b68(0x144)],_0x374833));}else{const _0x1c0f92=this[_0x133b68(0x1eb)][_0x133b68(0xef)](_0x3c559d[_0x133b68(0xa1)][_0x133b68(0x222)],_0x133b68(0x194));this[_0x133b68(0xf8)](_0x4880d7,this[_0x133b68(0x1eb)][_0x133b68(0x1bc)](_0x1c0f92,_0x6d0321[_0x133b68(0xa1)]));}}}}[_0x3955ed(0x204)](_0x4d2eb9){const _0x1b08e9=_0x3955ed;for(const {suggestion:_0x597993,meta:_0x16351b}of this[_0x1b08e9(0x19a)](_0x4d2eb9,_0x1b08e9(0x1ef))){if(!_0x16351b[_0x1b08e9(0x118)])continue;const _0x1f5652=_0x597993[_0x1b08e9(0x21f)]();for(const _0x97957e of _0x1f5652)if(!_0x4d2eb9[_0x1b08e9(0x1ed)](_0x97957e)[_0x1b08e9(0xde)])return!0x0;}return!0x1;}[_0x3955ed(0x196)](_0xbc1f17){const _0x52b7b8=_0x3955ed,_0x18db78=this[_0x52b7b8(0x12b)][_0x52b7b8(0x1f6)][_0x52b7b8(0x1a3)](_0x52b7b8(0x208))[_0x52b7b8(0x1ea)](_0xbc1f17);if(!_0x18db78)throw new _0x3b8e24(_0x52b7b8(0xfd),this);return _0x18db78;}[_0x3955ed(0x142)](_0x563165){const _0x585878=_0x3955ed,_0x255771=this[_0x585878(0x12b)][_0x585878(0x1f6)][_0x585878(0x1a3)](_0x585878(0x208)),_0x507ad5=_0x2d9bc2(_0x585878(0x16e)+_0x563165),_0x5b83ee=_0x255771[_0x585878(0x1ea)](_0x507ad5);return _0x5b83ee||_0x255771[_0x585878(0x1a8)]({'id':_0x507ad5,'name':_0x563165});}[_0x3955ed(0x128)](_0x73d117,_0x404c0c,_0x404322,_0x1b553c,_0x5f018c){const _0x52368b=_0x3955ed,_0x55172a=this[_0x52368b(0x196)](_0x1b553c),_0x39a8b8=this[_0x52368b(0xbd)][_0x52368b(0x1b6)](_0x73d117,_0x404c0c,_0x404322,_0x55172a,_0x5f018c,_0x5cf7a4=>{const _0x2e7740=_0x52368b;this[_0x2e7740(0x215)](_0x404322,{'attributes':_0x5cf7a4});const _0x579551=this[_0x2e7740(0x119)](_0x404322);this[_0x2e7740(0x15c)](new Set([_0x579551])),this[_0x2e7740(0xd0)](new Set([_0x579551]));});return this[_0x52368b(0x20a)](_0x39a8b8,_0x52368b(0x161),()=>{const _0x2080b3=_0x52368b;this[_0x2080b3(0x215)](_0x404322,{'state':_0x2080b3(0x21a)});},{'priority':_0x52368b(0xb0)}),this[_0x52368b(0x20a)](_0x39a8b8,_0x52368b(0x123),()=>{const _0x3a75d7=_0x52368b;this[_0x3a75d7(0x215)](_0x404322,{'state':_0x3a75d7(0x149)});},{'priority':_0x52368b(0xb0)}),this[_0x52368b(0xaf)][_0x52368b(0xac)](_0x404322,_0x39a8b8),this[_0x52368b(0x1ab)][_0x52368b(0xac)](_0x39a8b8,_0x52368b(0x1ca)),_0x39a8b8;}[_0x3955ed(0x220)](_0x538818){const _0x37d5ae=_0x3955ed,_0x7fad57=_0x538818[_0x37d5ae(0x180)](':');return{'group':_0x7fad57[0x0],'type':_0x7fad57[0x1],'subType':_0x7fad57[_0x37d5ae(0xde)]>=0x5?_0x7fad57[0x2]:null,'id':_0x7fad57[_0x37d5ae(0xde)]<0x5?_0x7fad57[0x2]:_0x7fad57[0x3],'authorId':_0x7fad57[_0x37d5ae(0xde)]<0x5?_0x7fad57[0x3]:_0x7fad57[0x4],'markerCount':0x6==_0x7fad57[_0x37d5ae(0xde)]?_0x7fad57[0x5]:null};}[_0x3955ed(0x224)](_0x8083a9,_0x9fcbd6,_0x3efae8){const _0x341fb4=_0x3955ed,_0x367908=_0x8083a9[_0x341fb4(0x12f)](),_0x3a860f=_0x367908[_0x341fb4(0x144)],_0x13dc9d=_0x367908[_0x341fb4(0xa1)];this[_0x341fb4(0xf8)](_0x8083a9,this[_0x341fb4(0x1eb)][_0x341fb4(0x1bc)](_0x3a860f,_0x9fcbd6));const _0xdd254=_0x5c4ef0(),_0x10c0e6=_0x8083a9[_0x341fb4(0x19c)]['id'],_0xb2ece5=_0x8083a9[_0x341fb4(0xa5)]+(_0x8083a9[_0x341fb4(0x165)]?':'+_0x8083a9[_0x341fb4(0x165)]:'');this[_0x341fb4(0x156)]({'id':_0xdd254,'type':_0xb2ece5,'createdAt':new Date(),'authorId':_0x10c0e6,'originalSuggestionId':_0x8083a9['id'],'attributes':_0x8083a9[_0x341fb4(0xed)],'data':_0x8083a9[_0x341fb4(0x1f2)]});const _0x2154a3=this[_0x341fb4(0xbe)](_0x8083a9);(_0x341fb4(0x1c2)==_0x8083a9[_0x341fb4(0xa5)]||_0x2154a3&&this[_0x341fb4(0x186)](_0x2154a3))&&(_0x3efae8=this[_0x341fb4(0x1eb)][_0x341fb4(0x152)](_0x3efae8[_0x341fb4(0x222)])),this[_0x341fb4(0x101)](_0xb2ece5,_0xdd254,_0x10c0e6,this[_0x341fb4(0x1eb)][_0x341fb4(0x1bc)](_0x3efae8,_0x13dc9d));}[_0x3955ed(0x19a)](_0x55a549,_0x3c64a0=null){const _0x40cbe2=_0x3955ed,_0x4a563c=[],_0x3362c9=this[_0x40cbe2(0x12b)][_0x40cbe2(0x1f6)][_0x40cbe2(0x1a3)](_0x40cbe2(0x208))['me'];Array[_0x40cbe2(0x1e7)](_0x55a549)||(_0x55a549=[_0x55a549]);for(const _0x1cf063 of this[_0x40cbe2(0x225)]()){if(!_0x1cf063[_0x40cbe2(0x1e0)])continue;if(_0x3c64a0&&_0x1cf063[_0x40cbe2(0xa5)]!=_0x3c64a0)continue;let _0x340173=!0x1;for(const _0x1af189 of _0x1cf063[_0x40cbe2(0x21f)]()){for(const _0x3c9af6 of _0x55a549){const _0x5d883e=_0x3c9af6[_0x40cbe2(0x144)][_0x40cbe2(0x181)](_0x1af189[_0x40cbe2(0xa1)])||_0x3c9af6[_0x40cbe2(0xa1)][_0x40cbe2(0x181)](_0x1af189[_0x40cbe2(0x144)]);if(_0x5d883e||_0x3c9af6[_0x40cbe2(0x188)](_0x1af189)){const _0x5bfccf=_0x3c9af6[_0x40cbe2(0xc9)](_0x1af189)&&xt(this[_0x40cbe2(0x1eb)][_0x40cbe2(0x83)],_0x1af189[_0x40cbe2(0x144)],_0x3c9af6),_0x26d0c1=_0x1af189[_0x40cbe2(0xc9)](_0x3c9af6)&&xt(this[_0x40cbe2(0x1eb)][_0x40cbe2(0x83)],_0x3c9af6[_0x40cbe2(0x144)],_0x1af189);_0x4a563c[_0x40cbe2(0x130)]({'suggestion':_0x1cf063,'meta':{'isOwn':_0x3362c9==_0x1cf063[_0x40cbe2(0x1a7)],'isNextTo':_0x5d883e,'isInsideObject':_0x5bfccf,'containsRangeInObject':_0x26d0c1}}),_0x340173=!0x0;break;}}if(_0x340173)break;}}return _0x4a563c;}[_0x3955ed(0x101)](_0x5e85a9,_0x3e99ac,_0x194dd1,_0x461722,_0x32ea66){const _0xebceb1=_0x3955ed;this[_0xebceb1(0x1eb)][_0xebceb1(0x1d9)](_0x18bf0d=>{const _0x599234=_0xebceb1;let _0x4f77db=_0x599234(0x183)+_0x5e85a9+':'+_0x3e99ac+':'+_0x194dd1;_0x32ea66&&(_0x4f77db=_0x4f77db+':'+_0x32ea66),_0x18bf0d[_0x599234(0x11b)](_0x4f77db,{'range':_0x461722,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3955ed(0x214)](_0x201250){const _0x139676=_0x3955ed,_0x345059=_0x201250[_0x139676(0x22d)],_0x10b3c5=_0x201250[_0x139676(0x1cb)];_0x201250[_0x139676(0x22d)]=null,_0x201250[_0x139676(0x1cb)]=null,null!=_0x345059&&_0x345059[_0x139676(0x1cb)]==_0x201250&&(_0x345059[_0x139676(0x1cb)]=_0x10b3c5),null!=_0x10b3c5&&_0x10b3c5[_0x139676(0x22d)]==_0x201250&&(_0x10b3c5[_0x139676(0x22d)]=_0x345059),_0x139676(0xa8)==this[_0x139676(0x1ab)][_0x139676(0x1a3)](_0x201250)&&(this[_0x139676(0x1ab)][_0x139676(0xac)](_0x201250,_0x139676(0x151)),this[_0x139676(0x1f5)](_0x139676(0x13b),_0x201250,_0x345059,_0x10b3c5));}[_0x3955ed(0x156)](_0xe38fea){const _0x1619a9=_0x3955ed,_0x4455b0=_0xe38fea['id'],_0x4b4770=this[_0x1619a9(0x195)](_0xe38fea);if(this[_0x1619a9(0x132)]&&this[_0x1619a9(0x132)][_0x1619a9(0x1b9)]){const _0x2c3543=this[_0x1619a9(0x12b)][_0x1619a9(0x1f6)][_0x1619a9(0x1a3)](_0x1619a9(0x160)),_0x4ff35d=_0x4b4770[_0x1619a9(0x1b8)],_0x3a155e=_0x4b4770[_0x1619a9(0x165)]?_0x4b4770[_0x1619a9(0xa5)]+':'+_0x4b4770[_0x1619a9(0x165)]:_0x4b4770[_0x1619a9(0xa5)],_0x2a86c2=this[_0x1619a9(0x12b)][_0x1619a9(0x150)],_0x35b4a4=_0x2c3543[_0x1619a9(0xa3)](_0x1c0ea2(_0x2a86c2,_0x1619a9(0x10d))),_0x1f4acf={'id':_0x4455b0,'type':_0x3a155e,'hasComments':_0x4ff35d,'data':_0xe38fea[_0x1619a9(0x1f2)]||null,'originalSuggestionId':_0xe38fea[_0x1619a9(0x21e)]||null,'attributes':_0x4b4770[_0x1619a9(0xed)]};this[_0x1619a9(0x132)][_0x1619a9(0x1b9)](_0x1f4acf)[_0x1619a9(0xa4)](_0x3a8bf5=>{const _0xc2f34d=_0x1619a9;_0x4b4770[_0xc2f34d(0x88)]=!0x0,_0x2c3543[_0xc2f34d(0x15b)](_0x35b4a4),_0x3a8bf5&&_0x3a8bf5[_0xc2f34d(0xda)]&&(this[_0xc2f34d(0xaf)][_0xc2f34d(0x1a3)](_0x4455b0)[_0xc2f34d(0xda)]=_0x3a8bf5[_0xc2f34d(0xda)]);})[_0x1619a9(0x1a6)](_0x2e675a=>{const _0x98e87a=_0x1619a9;throw _0x4c1f12(_0x98e87a(0x1c3)),this[_0x98e87a(0x12b)][_0x98e87a(0x129)][_0x98e87a(0xa9)]({'isUndoable':!0x1},()=>{const _0x22a2c4=_0x98e87a;_0x4b4770[_0x22a2c4(0x123)]();}),_0x4b4770[_0x98e87a(0x18e)](),this[_0x98e87a(0xaf)][_0x98e87a(0xf9)](_0x4b4770['id']),this[_0x98e87a(0x1ab)][_0x98e87a(0xf9)](_0x4b4770),_0x2e675a;});}return _0x4b4770;}[_0x3955ed(0x186)](_0x4114d0){const _0x453aee=_0x3955ed;return this[_0x453aee(0x211)][_0x453aee(0xc8)](_0x4114d0);}[_0x3955ed(0x215)](_0x557cce,_0x5ced77){const _0x2691ad=_0x3955ed,_0x3e2d7e=this[_0x2691ad(0x12b)][_0x2691ad(0x1f6)][_0x2691ad(0x1a3)](_0x2691ad(0x160)),_0xb677d9=this[_0x2691ad(0x119)](_0x557cce);if(this[_0x2691ad(0x132)]&&this[_0x2691ad(0x132)][_0x2691ad(0x162)]){if(_0xb677d9[_0x2691ad(0x88)]){const _0x51720a=_0x3e2d7e[_0x2691ad(0xa3)](_0x1c0ea2(this[_0x2691ad(0x12b)][_0x2691ad(0x150)],_0x2691ad(0x10d)));this[_0x2691ad(0x132)][_0x2691ad(0x162)](_0x557cce,_0x5ced77)[_0x2691ad(0xa4)](()=>{const _0x5c45d3=_0x2691ad;_0x3e2d7e[_0x5c45d3(0x15b)](_0x51720a);});}else _0xb677d9['on'](_0x2691ad(0x1a4),()=>{const _0x1f7861=_0x2691ad;this[_0x1f7861(0x215)](_0x557cce,_0x5ced77);});}}[_0x3955ed(0x209)](_0x463a01){const _0x1f5b41=_0x3955ed;if(!this[_0x1f5b41(0x132)]||!this[_0x1f5b41(0x132)][_0x1f5b41(0x119)])throw new _0x3b8e24(_0x1f5b41(0xee),this);return this[_0x1f5b41(0x132)][_0x1f5b41(0x119)](_0x463a01);}[_0x3955ed(0x1f3)](_0x2ba4fb){const _0x51a2af=_0x3955ed,{id:_0x1865ef,type:_0xd7d5b6,subType:_0x37410f,authorId:_0x474909}=this[_0x51a2af(0x220)](_0x2ba4fb),_0x31774b=this[_0x51a2af(0xaf)][_0x51a2af(0x1a3)](_0x1865ef)||this[_0x51a2af(0x128)](_0xd7d5b6,_0x37410f,_0x1865ef,_0x474909,{});switch(this[_0x51a2af(0x16a)](_0x31774b,_0xd7d5b6,_0x37410f,_0x474909),this[_0x51a2af(0x1ab)][_0x51a2af(0x1a3)](_0x31774b)){case _0x51a2af(0x1ca):this[_0x51a2af(0x209)](_0x1865ef)[_0x51a2af(0xa4)](_0x1f8001=>{const _0x131b8c=_0x51a2af;let _0x9bfc9c=Promise[_0x131b8c(0xdc)]();_0x1f8001[_0x131b8c(0x1b8)]&&(_0x9bfc9c=this[_0x131b8c(0xff)][_0x131b8c(0x121)]({'channelId':this[_0x131b8c(0x12b)][_0x131b8c(0xd1)][_0x131b8c(0x1a3)](_0x131b8c(0x17a)),'threadId':_0x1865ef})),_0x9bfc9c[_0x131b8c(0xa4)](()=>{const _0x396c4c=_0x131b8c;this[_0x396c4c(0x195)](_0x1f8001)[_0x396c4c(0x88)]=!0x0;});}),this[_0x51a2af(0x1ab)][_0x51a2af(0xac)](_0x31774b,_0x51a2af(0x8e));break;case _0x51a2af(0x151):this[_0x51a2af(0x215)](_0x1865ef,{'state':_0x51a2af(0xae)});case _0x51a2af(0x1ac):this[_0x51a2af(0x1ab)][_0x51a2af(0xac)](_0x31774b,_0x51a2af(0xa8)),this[_0x51a2af(0x1f5)](_0x51a2af(0x1b3),_0x31774b);break;case _0x51a2af(0xa8):this[_0x51a2af(0x1f5)](_0x51a2af(0x189),_0x31774b);}return _0x31774b[_0x51a2af(0x1c7)](_0x2ba4fb),_0x31774b;}[_0x3955ed(0xd0)](_0x163484){const _0x328f2c=_0x3955ed,_0x1aa32d=Array[_0x328f2c(0xb9)](_0x163484),_0x24eaf4=_0x1aa32d[_0x328f2c(0x1d6)](_0x5b6f18=>_0x328f2c(0x10c)==_0x5b6f18[_0x328f2c(0xa5)]);this[_0x328f2c(0x1ad)](_0x24eaf4);const _0x474b4c=_0x1aa32d[_0x328f2c(0x1d6)](_0x24f9ac=>!_0x24f9ac[_0x328f2c(0xa2)]&&_0x328f2c(0x10c)!=_0x24f9ac[_0x328f2c(0xa5)]),_0x55a0ce=this[_0x328f2c(0x225)]({'skipNotAttached':!0x0})[_0x328f2c(0x1d6)](_0x3780ff=>!_0x3780ff[_0x328f2c(0xa2)]&&_0x328f2c(0x10c)!=_0x3780ff[_0x328f2c(0xa5)]),_0x48c50c=_0x55a0ce[_0x328f2c(0x1d6)](_0xf7ce94=>!_0x163484[_0x328f2c(0xc8)](_0xf7ce94)),_0x1bb1bd=new Map(_0x55a0ce[_0x328f2c(0x15f)](_0x4bf621=>[_0x4bf621,this[_0x328f2c(0xbd)][_0x328f2c(0x153)](_0x4bf621[_0x328f2c(0xa5)],_0x4bf621[_0x328f2c(0x165)],_0x328f2c(0xf0))])),_0x1c13ca=new Map(_0x55a0ce[_0x328f2c(0x15f)](_0xd17643=>[_0xd17643,_0xd17643[_0x328f2c(0x12f)]()])),_0x8150ec=new Set(),_0x3ec572=new Set();for(let _0x58db4b=0x0;_0x58db4b<_0x474b4c[_0x328f2c(0xde)];_0x58db4b++)_0x2a563f(_0x474b4c[_0x58db4b],_0x474b4c,_0x58db4b+0x1);for(let _0x58236a=0x0;_0x58236a<_0x474b4c[_0x328f2c(0xde)];_0x58236a++)_0x2a563f(_0x474b4c[_0x58236a],_0x48c50c,0x0);const _0x596bbc=new Set();for(let _0x13c714=0x0;_0x13c714<_0x474b4c[_0x328f2c(0xde)];_0x13c714++){const _0x1adb3b=_0x474b4c[_0x13c714];!_0x3ec572[_0x328f2c(0xc8)](_0x1adb3b)&&_0x1adb3b[_0x328f2c(0x22d)]&&(_0x596bbc[_0x328f2c(0xa3)](_0x1adb3b[_0x328f2c(0x22d)]),_0x1adb3b[_0x328f2c(0x22d)][_0x328f2c(0x1cb)]===_0x1adb3b&&(_0x1adb3b[_0x328f2c(0x22d)][_0x328f2c(0x1cb)]=null),_0x1adb3b[_0x328f2c(0x22d)]=null),!_0x8150ec[_0x328f2c(0xc8)](_0x1adb3b)&&_0x1adb3b[_0x328f2c(0x1cb)]&&(_0x596bbc[_0x328f2c(0xa3)](_0x1adb3b[_0x328f2c(0x1cb)]),_0x1adb3b[_0x328f2c(0x1cb)][_0x328f2c(0x22d)]===_0x1adb3b&&(_0x1adb3b[_0x328f2c(0x1cb)][_0x328f2c(0x22d)]=null),_0x1adb3b[_0x328f2c(0x1cb)]=null);}function _0x2a563f(_0x25e499,_0x47adf2,_0xa5ae86){const _0x48b0be=_0x328f2c;for(let _0x234b3f=_0xa5ae86;_0x234b3f<_0x47adf2[_0x48b0be(0xde)];_0x234b3f++){const _0x42c4de=_0x9de881(_0x25e499,_0x47adf2[_0x234b3f]);_0x42c4de&&(_0x42c4de[0x0][_0x48b0be(0x1cb)]=_0x42c4de[0x1],_0x42c4de[0x1][_0x48b0be(0x22d)]=_0x42c4de[0x0],_0x8150ec[_0x48b0be(0xa3)](_0x42c4de[0x0]),_0x3ec572[_0x48b0be(0xa3)](_0x42c4de[0x1]));}}function _0x9de881(_0x6ac5b3,_0x66d935){const _0x39d811=_0x328f2c;if(_0x6ac5b3[_0x39d811(0x1a7)]['id']!==_0x66d935[_0x39d811(0x1a7)]['id'])return null;const _0x1910ca=_0x1bb1bd[_0x39d811(0x1a3)](_0x6ac5b3)(_0x6ac5b3,_0x66d935,_0x1c13ca[_0x39d811(0x1a3)](_0x6ac5b3),_0x1c13ca[_0x39d811(0x1a3)](_0x66d935));if(!_0x1910ca)return null;return _0x1bb1bd[_0x39d811(0x1a3)](_0x66d935)(_0x6ac5b3,_0x66d935,_0x1c13ca[_0x39d811(0x1a3)](_0x6ac5b3),_0x1c13ca[_0x39d811(0x1a3)](_0x66d935))?_0x1910ca[0x1][_0x39d811(0xc5)]&&_0x1910ca[0x1][_0x39d811(0xc5)][_0x39d811(0xde)]?null:_0x1910ca:null;}_0x596bbc[_0x328f2c(0xc1)]&&this[_0x328f2c(0xd0)](_0x596bbc);}[_0x3955ed(0x1ad)](_0x2cb952){const _0x4457dc=_0x3955ed;if(0x0==_0x2cb952[_0x4457dc(0xde)])return;const _0x1101fd=this[_0x4457dc(0x225)]({'skipNotAttached':!0x0})[_0x4457dc(0x1d6)](_0x11d46f=>_0x4457dc(0x10c)==_0x11d46f[_0x4457dc(0xa5)]&&_0x11d46f[_0x4457dc(0x1cf)]),_0x58ae47=[],_0x3888a9=new Map();for(const _0x55c0f7 of _0x1101fd){const _0x4fee04=_0x2d9bc2(_0x55c0f7[_0x4457dc(0xed)]);_0x3888a9[_0x4457dc(0xc8)](_0x4fee04)||(_0x3888a9[_0x4457dc(0xac)](_0x4fee04,_0x58ae47[_0x4457dc(0xde)]),_0x58ae47[_0x4457dc(0x130)]([]));const _0x1d5d37=_0x3888a9[_0x4457dc(0x1a3)](_0x4fee04);_0x58ae47[_0x1d5d37][_0x4457dc(0x130)](_0x55c0f7);}!(function(){const _0x299985=_0x4457dc;_0x58ae47[_0x299985(0xec)]((_0x54cf00,_0x2668c5)=>{const _0xc4c621=_0x299985,_0xcd94c6=_0x54cf00[0x0][_0xc4c621(0xda)],_0x156ba0=_0x2668c5[0x0][_0xc4c621(0xda)];return _0xcd94c6==_0x156ba0?_0x54cf00[0x0][_0xc4c621(0xed)][_0xc4c621(0x1e2)]<_0x2668c5[0x0][_0xc4c621(0xed)][_0xc4c621(0x1e2)]?-0x1:0x1:_0xcd94c6<_0x156ba0?-0x1:0x1;});for(const _0x19824a of _0x58ae47)_0x19824a[_0x299985(0xec)]((_0xb5ae88,_0x433d3a)=>_0xb5ae88['id']<_0x433d3a['id']?-0x1:0x1);}());for(let _0x21494c=0x0;_0x21494c<_0x58ae47[_0x4457dc(0xde)];_0x21494c++){if(0x0==_0x58ae47[_0x21494c][_0x4457dc(0xde)])continue;const _0x2225cc=[];for(let _0x2360b9=_0x21494c+0x1;_0x2360b9<_0x58ae47[_0x4457dc(0xde)];_0x2360b9++)0x0!=_0x58ae47[_0x2360b9][_0x4457dc(0xde)]&&_0x5e04e2(_0x58ae47[_0x21494c],_0x58ae47[_0x2360b9])&&_0x2225cc[_0x4457dc(0x130)](_0x2360b9);for(const _0x5dec33 of _0x2225cc)_0x58ae47[_0x21494c]=_0x58ae47[_0x21494c][_0x4457dc(0x139)](_0x58ae47[_0x5dec33]),_0x58ae47[_0x5dec33]=[];}for(const _0x4386f5 of _0x58ae47)for(let _0x531b09=0x0;_0x531b09<_0x4386f5[_0x4457dc(0xde)];_0x531b09++)_0x4386f5[_0x531b09][_0x4457dc(0x1cb)]=_0x4386f5[_0x531b09+0x1]||null;for(const _0x2fdeae of _0x58ae47)for(let _0x3d663d=0x0;_0x3d663d<_0x2fdeae[_0x4457dc(0xde)];_0x3d663d++)_0x2fdeae[_0x3d663d][_0x4457dc(0x22d)]=_0x2fdeae[_0x3d663d-0x1]||null;function _0x5e04e2(_0x128bb3,_0x273182){const _0x1bb3e2=_0x4457dc;if(_0x128bb3[0x0][_0x1bb3e2(0xed)][_0x1bb3e2(0x1e2)]!==_0x273182[0x0][_0x1bb3e2(0xed)][_0x1bb3e2(0x1e2)]&&_0x128bb3[0x0][_0x1bb3e2(0x1a7)]!==_0x273182[0x0][_0x1bb3e2(0x1a7)])return!0x1;if(!function(_0x3c81e3,_0x5caa3c){const _0x666d60=_0x1bb3e2;if(!_0x3c81e3[_0x666d60(0x1b8)]&&!_0x5caa3c[_0x666d60(0x1b8)])return!0x0;if(_0x3c81e3[_0x666d60(0x1b8)]&&_0x5caa3c[_0x666d60(0x1b8)])return!0x1;if(_0x3c81e3[_0x666d60(0x1b8)]&&_0x5caa3c[_0x666d60(0xda)]<_0x3c81e3[_0x666d60(0xc5)][_0x666d60(0x13d)][_0x666d60(0x1a3)](0x0)[_0x666d60(0xda)])return!0x0;if(_0x5caa3c[_0x666d60(0x1b8)]&&_0x3c81e3[_0x666d60(0xda)]<_0x5caa3c[_0x666d60(0xc5)][_0x666d60(0x13d)][_0x666d60(0x1a3)](0x0)[_0x666d60(0xda)])return!0x0;return!0x1;}(_0x128bb3[0x0],_0x273182[0x0]))return!0x1;const _0x1a3a8a=_0x26a2e5(_0x128bb3[0x0][_0x1bb3e2(0xed)],_0x1bb3e2(0x1e2)),_0x4a7aa0=_0x26a2e5(_0x273182[0x0][_0x1bb3e2(0xed)],_0x1bb3e2(0x1e2));if(!_0x14f3a0(_0x1a3a8a,_0x4a7aa0))return!0x1;return!!_0x128bb3[_0x1bb3e2(0x18d)](_0x407e48=>_0x273182[_0x1bb3e2(0x1c9)](_0x233b31=>_0x407e48[_0x1bb3e2(0x12f)]()[_0x1bb3e2(0x181)](_0x233b31[_0x1bb3e2(0x12f)]())))&&_0x273182[_0x1bb3e2(0x18d)](_0x4c6418=>_0x128bb3[_0x1bb3e2(0x1c9)](_0xb77b92=>_0x4c6418[_0x1bb3e2(0x12f)]()[_0x1bb3e2(0x181)](_0xb77b92[_0x1bb3e2(0x12f)]())));}}[_0x3955ed(0x15c)](_0x4d6b1a){const _0x3067b2=_0x3955ed,_0x40ea9c=Array[_0x3067b2(0xb9)](_0x4d6b1a),_0x1b912f=this[_0x3067b2(0x225)]({'skipNotAttached':!0x0}),_0x9b23a7=_0x1b912f[_0x3067b2(0x1d6)](_0x36de50=>!_0x4d6b1a[_0x3067b2(0xc8)](_0x36de50)),_0x537284=new Map(_0x40ea9c[_0x3067b2(0x15f)](_0x4cd04b=>[_0x4cd04b,this[_0x3067b2(0xbd)][_0x3067b2(0x153)](_0x4cd04b[_0x3067b2(0xa5)],_0x4cd04b[_0x3067b2(0x165)],_0x3067b2(0x1b0))])),_0x1f85ce=new Map(_0x1b912f[_0x3067b2(0x15f)](_0x579a23=>[_0x579a23,_0x579a23[_0x3067b2(0x21f)]()]));for(let _0x598556=0x0;_0x598556<_0x40ea9c[_0x3067b2(0xde)];_0x598556++){if(_0xf43db0(this,_0x40ea9c[_0x598556],_0x40ea9c,_0x598556+0x1))return!0x0;}for(let _0x29c0f6=0x0;_0x29c0f6<_0x40ea9c[_0x3067b2(0xde)];_0x29c0f6++){if(_0xf43db0(this,_0x40ea9c[_0x29c0f6],_0x9b23a7,0x0))return!0x0;}return!0x1;function _0xf43db0(_0xc3c3b0,_0x436067,_0x1a6850,_0x5b1f16){const _0x3e3d02=_0x3067b2;for(let _0x106660=_0x5b1f16;_0x106660<_0x1a6850[_0x3e3d02(0xde)];_0x106660++){const _0x382da9=_0x1a6850[_0x106660];if(_0x382da9[_0x3e3d02(0xa5)]!==_0x436067[_0x3e3d02(0xa5)]||_0x382da9[_0x3e3d02(0x1a7)]['id']!==_0x436067[_0x3e3d02(0x1a7)]['id']||_0x382da9[_0x3e3d02(0x165)]!==_0x436067[_0x3e3d02(0x165)])continue;if(!Ft(_0x436067,_0x382da9,[_0x3e3d02(0x1e2)]))continue;if(_0x3e3d02(0x10c)==_0x436067[_0x3e3d02(0xa5)]&&_0x436067[_0x3e3d02(0x1f2)][_0x3e3d02(0xb8)]!=_0x382da9[_0x3e3d02(0x1f2)][_0x3e3d02(0xb8)])continue;if(_0x3e3d02(0x10c)==_0x436067[_0x3e3d02(0xa5)]&&_0xc3c3b0[_0x3e3d02(0x186)](_0x436067[_0x3e3d02(0x1f2)][_0x3e3d02(0x1ee)]))continue;if(_0x3e3d02(0x1c2)==_0x436067[_0x3e3d02(0xa5)]){const _0x4139f2=_0xc3c3b0[_0x3e3d02(0x12b)][_0x3e3d02(0x129)],_0x502844=_0x436067[_0x3e3d02(0x148)]();if(_0x502844&&(_0x4139f2[_0x3e3d02(0x83)][_0x3e3d02(0xd6)](_0x502844)||_0x4139f2[_0x3e3d02(0x83)][_0x3e3d02(0x12c)](_0x502844)))continue;}const _0xb8a59c=_0x537284[_0x3e3d02(0x1a3)](_0x436067),_0x4e251f=_0x1f85ce[_0x3e3d02(0x1a3)](_0x436067),_0x4a19e0=_0x1f85ce[_0x3e3d02(0x1a3)](_0x382da9),_0x5745a9=_0x436067[_0x3e3d02(0xc5)]&&_0x436067[_0x3e3d02(0xc5)][_0x3e3d02(0xde)],_0x3cbca6=_0x382da9[_0x3e3d02(0xc5)]&&_0x382da9[_0x3e3d02(0xc5)][_0x3e3d02(0xde)];if(!_0x5745a9&&_0xb8a59c(_0x4a19e0,_0x4e251f))return _0xc3c3b0[_0x3e3d02(0x1c8)](_0x382da9,_0x436067),_0x1f85ce[_0x3e3d02(0xf9)](_0x436067),!0x0;if(!_0x3cbca6&&_0xb8a59c(_0x4e251f,_0x4a19e0))return _0xc3c3b0[_0x3e3d02(0x1c8)](_0x436067,_0x382da9),_0x1f85ce[_0x3e3d02(0xf9)](_0x382da9),!0x0;}return!0x1;}}[_0x3955ed(0x1c8)](_0x35bbdd,_0x2c34b2){const _0x2783eb=_0x3955ed;if(_0x35bbdd[_0x2783eb(0xa2)]){for(const _0x48fbe0 of _0x2c34b2[_0x2783eb(0x21f)]())_0x35bbdd[_0x2783eb(0x1f7)](_0x48fbe0);}else{const _0x56c2e1=_0x2c34b2[_0x2783eb(0x12f)]()[_0x2783eb(0xa1)];this[_0x2783eb(0xf8)](_0x35bbdd,this[_0x2783eb(0x1eb)][_0x2783eb(0x1bc)](_0x35bbdd[_0x2783eb(0x12f)]()[_0x2783eb(0x144)],_0x56c2e1));}_0x2c34b2[_0x2783eb(0x1af)]();}[_0x3955ed(0x116)](_0x34e2f8,_0x200adf){const _0x528d3c=_0x3955ed,_0x39f555=_0x34e2f8[_0x528d3c(0x1e5)](_0x528d3c(0x16d))||_0x34e2f8[_0x528d3c(0x1e5)](_0x528d3c(0x10c))?_0x528d3c(0x12a):_0x34e2f8[_0x528d3c(0x18b)]();return _0x1c0ea2(this[_0x528d3c(0x12b)][_0x528d3c(0x150)],_0x200adf+'_'+_0x39f555+_0x528d3c(0x212));}[_0x3955ed(0xe7)](){const _0x44acdb=_0x3955ed,_0x82a3b8=this[_0x44acdb(0x12b)];_0xfa6af1(this[_0x44acdb(0x1eb)],({left:_0x3ef3fb,entered:_0x35cf55})=>{const _0x358fcc=_0x44acdb,_0x1a0a2c=[];for(const _0x2dc214 of _0x3ef3fb){const {group:_0x59f253,type:_0x2489aa}=this[_0x358fcc(0x220)](_0x2dc214[_0x358fcc(0x227)]);if(_0x358fcc(0xe2)===_0x59f253){_0x1a0a2c[_0x358fcc(0x130)](this[_0x358fcc(0x116)](_0x2489aa,_0x358fcc(0x197)));break;}}for(const _0x22e547 of _0x35cf55){const {group:_0x89da62,type:_0x3cf16a}=this[_0x358fcc(0x220)](_0x22e547[_0x358fcc(0x227)]);if(_0x358fcc(0xe2)===_0x89da62){_0x1a0a2c[_0x358fcc(0x130)](this[_0x358fcc(0x116)](_0x3cf16a,_0x358fcc(0x138)));break;}}_0x1a0a2c[_0x358fcc(0xde)]&&_0x82a3b8['ui'][_0x358fcc(0x169)][_0x358fcc(0x20c)](_0x358fcc(0x1d5),_0x1a0a2c[_0x358fcc(0x1b0)]('\x20'));});}[_0x3955ed(0x9f)](_0x510481){const _0x18e794=_0x3955ed;if(this[_0x18e794(0x202)])return!0x1;const _0x9ecc1f=this[_0x18e794(0x12b)],_0xdb08f=_0x9ecc1f[_0x18e794(0x129)][_0x18e794(0xe1)][_0x18e794(0x117)][_0x18e794(0xe3)]();if(0x0==_0xdb08f[_0x18e794(0xde)])return!0x1;const _0x2c502e=[],_0x5c3eaa=_0xdb08f[_0x18e794(0x1d6)](_0x2d4b52=>_0x18e794(0x10c)==_0x2d4b52[_0x18e794(0xa5)]),_0x4bc2b9=_0xdb08f[_0x18e794(0x1d6)](_0x205de2=>_0x18e794(0x1cc)==_0x205de2[_0x18e794(0xa5)]&&_0x18e794(0x218)!=_0x205de2[_0x18e794(0x227)]),_0x3f7703=_0xdb08f[_0x18e794(0x1d6)](_0x49fbe4=>_0x18e794(0x15b)==_0x49fbe4[_0x18e794(0xa5)]&&_0x18e794(0x218)!=_0x49fbe4[_0x18e794(0x227)]);for(const _0x4cd03b of _0x5c3eaa)_0x2c502e[_0x18e794(0x130)]({'key':_0x4cd03b[_0x18e794(0x206)],'newValue':_0x4cd03b[_0x18e794(0x1d2)],'oldValue':_0x4cd03b[_0x18e794(0x112)],'range':Ut(_0x4cd03b[_0x18e794(0x1de)],_0x9ecc1f[_0x18e794(0x129)])});for(const _0x21d6e8 of _0x4bc2b9){const _0x27d9fa=_0x3f7703[_0x18e794(0xcd)](_0x27d2a9=>_0x27d2a9[_0x18e794(0x1b1)][_0x18e794(0x181)](_0x21d6e8[_0x18e794(0x1b1)]));_0x27d9fa&&_0x2c502e[_0x18e794(0x130)]({'key':_0x18e794(0x96),'newValue':_0x21d6e8[_0x18e794(0x227)],'oldValue':_0x27d9fa[_0x18e794(0x227)],'range':_0x9ecc1f[_0x18e794(0x129)][_0x18e794(0xcf)](_0x21d6e8[_0x18e794(0x1b1)][_0x18e794(0x231)])});}return 0x0!=_0x2c502e[_0x18e794(0xde)]&&this[_0x18e794(0xb6)](_0x510481,_0x2c502e);}[_0x3955ed(0x1fb)](_0x1a48ba){const _0x50111d=_0x3955ed;let _0x122dbf=!0x1;const _0x37bc9b=this[_0x50111d(0x12b)][_0x50111d(0x129)][_0x50111d(0xe1)][_0x50111d(0x117)][_0x50111d(0x17b)]()[_0x50111d(0x1d6)](_0x270d2d=>_0x270d2d[_0x50111d(0x1f2)][_0x50111d(0xd5)]&&_0x270d2d[_0x50111d(0x227)][_0x50111d(0x1e5)](_0x50111d(0xca)));for(const _0x5c211e of _0x37bc9b){const {subType:_0x315ab8,id:_0x2c0a9a}=this[_0x50111d(0x220)](_0x5c211e[_0x50111d(0x227)]),_0x31223f=_0x315ab8[_0x50111d(0x180)]('|')[0x0];for(const _0x48f184 of this[_0x50111d(0x225)]({'skipNotAttached':!0x0}))_0x48f184['id']!=_0x2c0a9a&&_0x50111d(0x10c)==_0x48f184[_0x50111d(0xa5)]&&_0x48f184[_0x50111d(0x1f2)]&&_0x48f184[_0x50111d(0x1f2)][_0x50111d(0x1ee)]==_0x31223f&&_0x48f184[_0x50111d(0x12f)]()[_0x50111d(0x16f)](_0x5c211e[_0x50111d(0x1f2)][_0x50111d(0xd5)])&&(this[_0x50111d(0x134)](_0x48f184,_0x5c211e[_0x50111d(0x1f2)][_0x50111d(0xd5)],_0x1a48ba),_0x122dbf=!0x0);}return _0x122dbf;}[_0x3955ed(0x113)](_0x113a08){const _0x583b9b=_0x3955ed;this[_0x583b9b(0x12b)],(this[_0x583b9b(0x202)]=!0x0,_0x113a08());}[_0x3955ed(0x131)](_0x3ff481){const _0x5a34e3=_0x3955ed,_0x1e026c=this[_0x5a34e3(0x186)](_0x3ff481),_0x331c90=this[_0x5a34e3(0x16c)][_0x5a34e3(0xc8)](_0x3ff481);return _0x1e026c||_0x331c90;}[_0x3955ed(0xb6)](_0x259d95,_0x236a74){const _0x56b5c9=_0x3955ed;if(0x0==_0x236a74[_0x56b5c9(0xde)])return!0x1;let _0x4fe05f=!0x1;for(const _0x1028db of _0x236a74){const _0x2dadd0=this[_0x56b5c9(0x19a)](_0x1028db[_0x56b5c9(0x1de)],_0x56b5c9(0x10c))[_0x56b5c9(0x1d6)](_0x4a4417=>!_0x4a4417[_0x56b5c9(0xf3)][_0x56b5c9(0x14a)])[_0x56b5c9(0x15f)](_0x51c717=>_0x51c717[_0x56b5c9(0xe2)]),_0x3c9beb=_0x2d9bc2({'newValue':_0x1028db[_0x56b5c9(0x124)]});_0x2dadd0[_0x56b5c9(0x1d6)](_0x3b5f88=>{const _0x10688c=_0x56b5c9,[_0x1ae9e6,_0x5d1052]=_0x3b5f88[_0x10688c(0x165)][_0x10688c(0x180)]('|');return _0x1ae9e6==_0x1028db[_0x10688c(0x1ee)]&&_0x5d1052!=_0x3c9beb;})[_0x56b5c9(0x11a)](_0x554f5b=>{const _0x521549=_0x56b5c9;this[_0x521549(0x134)](_0x554f5b,_0x1028db[_0x521549(0x1de)],_0x259d95),_0x4fe05f=!0x0;});}return _0x4fe05f;}[_0x3955ed(0x134)](_0x2c8342,_0x347f91,_0x424c2d){const _0x425630=_0x3955ed,_0x5095ab=_0x2c8342[_0x425630(0x12f)]()[_0x425630(0x1ed)](_0x347f91);0x0!==_0x5095ab[_0x425630(0xde)]?0x1!==_0x5095ab[_0x425630(0xde)]?this[_0x425630(0x224)](_0x2c8342,_0x347f91[_0x425630(0x144)],_0x347f91[_0x425630(0xa1)]):this[_0x425630(0xf8)](_0x2c8342,_0x5095ab[0x0]):_0x424c2d[_0x425630(0x1c5)](_0x2c8342[_0x425630(0x136)]());}}class Bt{constructor(_0x2c6fef){const _0x17be20=_0x3955ed;this[_0x17be20(0xa0)]=_0x2c6fef,this[_0x17be20(0x1eb)]=_0x2c6fef[_0x17be20(0x129)],this[_0x17be20(0x1b4)]=new Map(),this[_0x17be20(0xfa)]=new Map(),this[_0x17be20(0x1c1)]();}[_0x3955ed(0x1b6)](_0x2a8c26,_0x4ecbb4,_0x84cd49,_0x36acd6,_0x5ea7c2,_0x2c5c00){const _0x484887=_0x3955ed;return new _0x1c719b(this[_0x484887(0x1eb)],{'type':_0x2a8c26,'subType':_0x4ecbb4,'id':_0x84cd49,'author':_0x36acd6,'creator':_0x36acd6,'attributes':_0x5ea7c2,'onAttributesChange':_0x2c5c00,'onAccept':(..._0x787386)=>this[_0x484887(0x153)](_0x2a8c26,_0x4ecbb4,_0x484887(0x161))(..._0x787386),'onDiscard':(..._0x3a132d)=>this[_0x484887(0x153)](_0x2a8c26,_0x4ecbb4,_0x484887(0x123))(..._0x3a132d)});}[_0x3955ed(0x1d7)](_0x42bc4d,_0x452609,_0x31a2ea,_0x5934e0){const _0x4514f3=_0x3955ed,_0x2412db=_0x42bc4d+':'+_0x452609+':'+_0x31a2ea;this[_0x4514f3(0x1b4)][_0x4514f3(0xac)](_0x2412db,_0x5934e0);}[_0x3955ed(0x153)](_0x35edb2,_0x46ad19,_0x160227){const _0x4f7a07=_0x3955ed,_0x38207e=_0x35edb2+':'+_0x46ad19+':'+_0x160227;return this[_0x4f7a07(0x1b4)][_0x4f7a07(0x1a3)](_0x38207e)||this[_0x4f7a07(0xfa)][_0x4f7a07(0x1a3)](_0x35edb2+':'+_0x160227);}[_0x3955ed(0x1c1)](){const _0x4f349d=_0x3955ed,_0x38c662=()=>!0x1,_0x19141a=_0x23025d=>{const _0x487bfc=_0x99e3;_0x23025d[_0x487bfc(0xec)]((_0x279764,_0x572456)=>_0x279764[_0x487bfc(0x144)][_0x487bfc(0x228)](_0x572456[_0x487bfc(0x144)])?0x1:-0x1),this[_0x487bfc(0x1eb)][_0x487bfc(0x1d9)](_0x1ce69e=>{const _0x2836a2=_0x487bfc;for(const _0x143230 of _0x23025d){let _0x108965;_0x108965=_0x143230[_0x2836a2(0xa1)][_0x2836a2(0x1ff)]&&_0x143230[_0x2836a2(0xa1)][_0x2836a2(0x222)]==_0x143230[_0x2836a2(0x144)][_0x2836a2(0x231)]?_0x1ce69e[_0x2836a2(0x168)](_0x143230[_0x2836a2(0x144)][_0x2836a2(0x231)],'on'):_0x1ce69e[_0x2836a2(0x168)](_0x143230),this[_0x2836a2(0x1eb)][_0x2836a2(0xc3)](_0x108965,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4fed19=(_0x1a3041,_0x1c6136)=>{const _0x489daf=_0x99e3;_0x1c6136&&this[_0x489daf(0x1eb)][_0x489daf(0x1d9)](_0x59ac32=>{const _0x2ac8f3=_0x489daf,{commandName:_0x310f55,commandParams:_0x5b4847=[]}=_0x1c6136,_0x515601=_0x1a3041[_0x2ac8f3(0x15f)](_0x374376=>(Rt(_0x374376)&&(_0x374376=this[_0x2ac8f3(0x1eb)][_0x2ac8f3(0x1bc)](_0x374376[_0x2ac8f3(0xa1)])),_0x374376))[_0x2ac8f3(0x1d6)](_0x317c93=>_0x2ac8f3(0x9a)!==_0x317c93[_0x2ac8f3(0x13a)][_0x2ac8f3(0xc0)]);if(_0x515601[_0x2ac8f3(0xde)]<0x1)return;const _0x4862e3=Array[_0x2ac8f3(0xb9)](this[_0x2ac8f3(0x1eb)][_0x2ac8f3(0xe1)][_0x2ac8f3(0xfe)][_0x2ac8f3(0x21f)]())[_0x2ac8f3(0x15f)](_0x27774c=>_0x38839a[_0x2ac8f3(0x157)](_0x27774c));_0x59ac32[_0x2ac8f3(0x173)](_0x515601);for(const _0x537a69 of this[_0x2ac8f3(0xa0)][_0x2ac8f3(0x217)][_0x2ac8f3(0x217)]())_0x537a69[_0x2ac8f3(0x182)]();_0x5b4847[_0x2ac8f3(0x130)]({'forceDefaultExecution':!0x0}),this[_0x2ac8f3(0xa0)][_0x2ac8f3(0x11f)](_0x310f55,..._0x5b4847);const _0x1658a4=_0x4862e3[_0x2ac8f3(0x1d6)](_0x1b9b87=>_0x2ac8f3(0x9a)!=_0x1b9b87[_0x2ac8f3(0x13a)][_0x2ac8f3(0xc0)]);_0x1658a4[_0x2ac8f3(0xde)]>0x0&&_0x59ac32[_0x2ac8f3(0x173)](_0x1658a4);for(const _0x60acfa of _0x4862e3)_0x60acfa[_0x2ac8f3(0xf5)]();});},_0x4db2f8=(_0x1ae5da,_0x264d42)=>0x1==_0x1ae5da[_0x4f349d(0xde)]&&0x1==_0x264d42[_0x4f349d(0xde)]&&_0x1ae5da[0x0][_0x4f349d(0xa1)][_0x4f349d(0x181)](_0x264d42[0x0][_0x4f349d(0x144)]),_0x5365da=(_0x14f30a,_0x432b6e,_0x4e68a8,_0x248f6f)=>Gt(_0x14f30a,_0x432b6e,_0x4e68a8,_0x248f6f,this[_0x4f349d(0x1eb)])?[_0x14f30a,_0x432b6e]:Gt(_0x432b6e,_0x14f30a,_0x248f6f,_0x4e68a8,this[_0x4f349d(0x1eb)])?[_0x432b6e,_0x14f30a]:null;this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xfc),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xb4),_0x19141a),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xce),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x87),_0x5365da),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x164),_0x19141a),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1c0),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x154),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x155),_0x5365da),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x94),_0x4fed19),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1b2),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x85),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1fa),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0xb3),_0x4fed19),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x179),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x1f8),_0x4db2f8),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x8c),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x199),_0x38c662),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x103),(_0xe46dae,_0x3b96e7)=>{const _0x3fca5d=_0x4f349d;if(!_0x3b96e7)return;const _0x57e4e8=this[_0x3fca5d(0xa0)][_0x3fca5d(0x1f6)][_0x3fca5d(0x1a3)](p);this[_0x3fca5d(0x1eb)][_0x3fca5d(0x1d9)](_0x3d4cee=>{const _0x301475=_0x3fca5d;if(_0x301475(0x96)==_0x3b96e7[_0x301475(0x1ee)])for(const _0x5292f3 of _0xe46dae){const _0x5d6b46=_0x5292f3[_0x301475(0x144)][_0x301475(0x231)],_0x4b8399=_0x3b96e7[_0x301475(0xb8)];_0x3d4cee[_0x301475(0x1dd)](_0x5d6b46,_0x4b8399);}else{if(_0x57e4e8[_0x301475(0x186)](_0x3b96e7[_0x301475(0x1ee)])){for(const _0x47bb45 of _0xe46dae)void 0x0!==_0x3b96e7[_0x301475(0xb8)]?_0x3d4cee[_0x301475(0xe5)](_0x3b96e7[_0x301475(0x1ee)],_0x3b96e7[_0x301475(0xb8)],_0x47bb45[_0x301475(0x144)][_0x301475(0x231)]):_0x3d4cee[_0x301475(0xb7)](_0x3b96e7[_0x301475(0x1ee)],_0x47bb45[_0x301475(0x144)][_0x301475(0x231)]);}else{for(const _0x5e98d9 of _0xe46dae)_0x3b96e7[_0x301475(0xb8)]?_0x3d4cee[_0x301475(0xe5)](_0x3b96e7[_0x301475(0x1ee)],_0x3b96e7[_0x301475(0xb8)],_0x5e98d9):_0x3d4cee[_0x301475(0xb7)](_0x3b96e7[_0x301475(0x1ee)],_0x5e98d9);}}});}),this[_0x4f349d(0xfa)][_0x4f349d(0xac)](_0x4f349d(0x21d),_0x4db2f8);}}function xt(_0x4aa681,_0x23a20a,_0x3c8c48){const _0x1a3dce=_0x3955ed;for(const _0x2c5640 of _0x23a20a[_0x1a3dce(0x222)][_0x1a3dce(0xf2)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2c5640[_0x1a3dce(0x13a)]==_0x2c5640)return!0x1;if(!_0x3c8c48[_0x1a3dce(0xdd)](_0x2c5640))return!0x1;if(_0x4aa681[_0x1a3dce(0xd6)](_0x2c5640)||_0x4aa681[_0x1a3dce(0x12c)](_0x2c5640))return!0x0;}return!0x1;}function Rt(_0x430102){const _0x4a46d2=_0x3955ed;return _0x430102[_0x4a46d2(0xa1)][_0x4a46d2(0x222)]==_0x430102[_0x4a46d2(0x144)][_0x4a46d2(0x231)]&&_0x430102[_0x4a46d2(0xa1)][_0x4a46d2(0x203)];}function Tt(_0x4153d8,_0x1a1171,_0x3f56fc,_0x2b1b61){const _0x275ee2=_0x3955ed,_0x1de00b=_0x22e410=>!_0x22e410[_0x275ee2(0x9e)]['is'](_0x275ee2(0x226))&&!_0x2b1b61[_0x275ee2(0xd6)](_0x22e410[_0x275ee2(0x9e)]),_0x17810c=_0x4153d8[_0x275ee2(0x144)][_0x275ee2(0x8b)](_0x1de00b),_0x5b88e7=_0x4153d8[_0x275ee2(0xa1)][_0x275ee2(0x8b)](_0x1de00b,{'direction':_0x275ee2(0x122)});return(!_0x4153d8[_0x275ee2(0x144)][_0x275ee2(0x181)](_0x17810c)||!_0x4153d8[_0x275ee2(0xa1)][_0x275ee2(0x181)](_0x5b88e7))&&(_0x17810c[_0x275ee2(0x228)](_0x5b88e7)?_0x3f56fc[_0x275ee2(0x146)](_0x1a1171,{'range':_0x3f56fc[_0x275ee2(0x1bc)](_0x17810c,_0x5b88e7)}):_0x3f56fc[_0x275ee2(0x1c5)](_0x1a1171),!0x0);}function Et(_0x3cf319){return _0x2d9bc2(_0x3cf319);}function Vt(_0x2b306b){const _0x28295e=_0x3955ed,_0x9254e8=_0x2b306b[_0x28295e(0x144)][_0x28295e(0x231)];return _0x9254e8&&_0x9254e8['is'](_0x28295e(0xcc));}function Ut(_0x12ed52,_0xf1ca79){const _0x3415ab=_0x3955ed;return null==_0x12ed52[_0x3415ab(0xa1)][_0x3415ab(0xf1)]&&_0x12ed52[_0x3415ab(0xa1)][_0x3415ab(0x222)]==_0x12ed52[_0x3415ab(0x144)][_0x3415ab(0x231)]?Ot(_0x12ed52[_0x3415ab(0x144)][_0x3415ab(0x231)],_0xf1ca79):_0x12ed52;}function Ot(_0x492443,_0xf64bc0){const _0x34a0a2=_0x3955ed,_0x4b25b9=_0xf64bc0[_0x34a0a2(0x83)][_0x34a0a2(0xd6)](_0x492443)||_0xf64bc0[_0x34a0a2(0x83)][_0x34a0a2(0x1f1)](_0x492443);return _0xf64bc0[_0x34a0a2(0x1bc)](_0xf64bc0[_0x34a0a2(0xef)](_0x492443,_0x34a0a2(0x109)),_0x4b25b9?_0xf64bc0[_0x34a0a2(0x174)](_0x492443):_0xf64bc0[_0x34a0a2(0xef)](_0x492443,_0x34a0a2(0xa1)));}function Gt(_0x5b5b49,_0x29d43a,_0x2d4531,_0x305866,_0x50cc77){const _0x4206a6=_0x3955ed;if(!Ft(_0x5b5b49,_0x29d43a))return!0x1;if(_0x2d4531[_0x4206a6(0xa1)][_0x4206a6(0x181)](_0x305866[_0x4206a6(0x144)]))return!0x0;if(_0x5b5b49[_0x4206a6(0xa5)]!=_0x29d43a[_0x4206a6(0xa5)])return!0x1;if(!_0x2d4531[_0x4206a6(0xa1)][_0x4206a6(0xfb)](_0x305866[_0x4206a6(0x144)]))return!0x1;const _0x4be926=_0x50cc77[_0x4206a6(0x1bc)](_0x2d4531[_0x4206a6(0xa1)],_0x305866[_0x4206a6(0x144)])[_0x4206a6(0x11c)]();for(const _0x75464d of _0x4be926)if([_0x4206a6(0x20b),_0x4206a6(0x102)][_0x4206a6(0x18a)](_0x75464d[_0x4206a6(0xa5)])&&_0x50cc77[_0x4206a6(0x83)][_0x4206a6(0x12c)](_0x75464d[_0x4206a6(0x9e)]))return!0x1;return!0x0;}function Ft(_0x18075b,_0x512cfa,_0x400284=[]){const _0x1b8304=_0x3955ed;return!(!_0x18075b[_0x1b8304(0x1cf)]||!_0x512cfa[_0x1b8304(0x1cf)])&&_0x14f3a0(_0x26a2e5(_0x18075b[_0x1b8304(0xed)],_0x400284),_0x26a2e5(_0x512cfa[_0x1b8304(0xed)],_0x400284));}function Pt(_0x519b1b,_0x3a985e){const _0x351ba9=_0x3955ed,_0x421f64=Lt(_0x519b1b[_0x351ba9(0xed)]),_0x232a1a=Lt(_0x3a985e);if(!_0x519b1b[_0x351ba9(0x1cf)])return!0x1;for(const _0x42a5e4 of Object[_0x351ba9(0x1c4)](_0x232a1a))if(!_0x14f3a0(_0x421f64[_0x42a5e4],_0x232a1a[_0x42a5e4]))return!0x1;return!0x0;}function Lt(_0x5089e9){const _0x4ffe03=_0x3955ed,_0x111ae3=Object[_0x4ffe03(0xcb)]({},_0x5089e9);return delete _0x111ae3[_0x4ffe03(0x105)],delete _0x111ae3[_0x4ffe03(0x140)],_0x111ae3;}
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 _0x4b3017=_0x5c72;(function(_0x362fd9,_0x417d03){const _0xfafa80=_0x5c72,_0x3b8b61=_0x362fd9();while(!![]){try{const _0x5c60ff=-parseInt(_0xfafa80(0xf5))/0x1*(parseInt(_0xfafa80(0x154))/0x2)+-parseInt(_0xfafa80(0x140))/0x3*(-parseInt(_0xfafa80(0x117))/0x4)+parseInt(_0xfafa80(0xec))/0x5*(parseInt(_0xfafa80(0xde))/0x6)+-parseInt(_0xfafa80(0x15b))/0x7*(-parseInt(_0xfafa80(0x159))/0x8)+-parseInt(_0xfafa80(0x151))/0x9+parseInt(_0xfafa80(0x119))/0xa+parseInt(_0xfafa80(0xf8))/0xb;if(_0x5c60ff===_0x417d03)break;else _0x3b8b61['push'](_0x3b8b61['shift']());}catch(_0xa2e0fa){_0x3b8b61['push'](_0x3b8b61['shift']());}}}(_0x1d41,0xef6e2));import{Plugin as _0x501ef6}from'ckeditor5/src/core.js';function _0x5c72(_0x2efc96,_0x409e28){const _0x1d41a3=_0x1d41();return _0x5c72=function(_0x5c7295,_0x1bdc29){_0x5c7295=_0x5c7295-0xde;let _0x26a549=_0x1d41a3[_0x5c7295];return _0x26a549;},_0x5c72(_0x2efc96,_0x409e28);}import{Collection as _0x147b9d}from'ckeditor5/src/utils.js';import{ViewModel as _0x1d007c,SplitButtonView as _0x1a5604,createDropdown as _0x3c69ce,addListToDropdown as _0x484af3}from'ckeditor5/src/ui.js';import{Users as _0x450c5f,getDateTimeFormatter as _0x54e8b3,getAllMarkersDomElementsSorted as _0x52ad3f}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x216b68 from'./trackchangesediting.js';function _0x1d41(){const _0x4e5869=['activeAnnotations','190506vRKAdZ','addComment','createAnnotation','CommentsRepository','unbind','_initializeController','getAllAdjacentSuggestions','suggestionChanged','acceptButton','focus','source','innerView','has','TrackChangesEditing','65nEYqnQ','add','init','addSourceCollector','isEnabled','separator','button','keys','editor','366946iaHXyu','getMarkers','discardAllSuggestions','7295453qYLkrQ','comments.maxCommentCharsWhenCollapsed','stopListening','pluginName','view','_bindAnnotationToEditors','trackChanges','values','_createUIButton','commentThread','config','acceptAllSuggestions','editing','Discard\x20all\x20suggestions','_annotationViews','comments.maxCommentsWhenCollapsed','CommentView','discardSelectedSuggestions','_destroyController','mainView','Annotations','delete','execute','_descriptionFactory','CommentsUI','switchbutton','getJoined','value','comments.maxThreadTotalWeight','from','filter','3308fHnmMj','activeMarkers','4253930BPyJpW','set','suggestion-','model','refreshSelectedViews','isDirty','createCommentThreadController','get','trackChanges.disableComments','getFirstRange','locale','Accept\x20all\x20selected\x20suggestions','previous','TrackChangesUI','_unbindEditors','getSuggestion','comments','define','getMarkerNames','some','push','trackChanges.SuggestionThreadView','arrowView','isInContent','_handleControllerBuffer','suggestionUnloaded','actionView','SuggestionThreadView','change:previous','requires','plugins','lowest','destroy','listenTo','_refreshActiveMarkers','acceptSelectedSuggestions','Track\x20changes','size','registerAnnotation','1254zBWJlm','_viewToController','remove','type','hasSuggestion','_disableComments','EditorAnnotations','_handleSuggestionControllerDelayed','getDescriptions','discardButton','isMultiRange','_updateController','getRanges','commands','getByInnerView','bind','buttonView','3858687esWemM','head','suggestionLoaded','4CSFjpN','commandName','componentFactory','descriptionParts','_suggestionToController','272vSCCJu','createAnnotationView','60998nFxOmZ','map','change:activeAnnotations','clear','reduce','Discard\x20all\x20selected\x20suggestions','length','Accept\x20all\x20suggestions','toMany','comments.editorConfig','isOn'];_0x1d41=function(){return _0x4e5869;};return _0x1d41();}import _0x2c3ad2 from'./ui/suggestioncontroller.js';import _0x24ca48 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x4e69c3}from'./utils/common-translations.js';import _0x40e122 from'../theme/icons/track-changes.svg';export default class d extends _0x501ef6{static get[_0x4b3017(0x136)](){const _0x593b5a=_0x4b3017;return[_0x216b68,_0x450c5f,_0x593b5a(0xe1),_0x593b5a(0x10c),_0x593b5a(0x146)];}static get[_0x4b3017(0xfb)](){const _0x46019d=_0x4b3017;return _0x46019d(0x126);}constructor(_0x49dce2){const _0x460feb=_0x4b3017;super(_0x49dce2),this[_0x460feb(0x158)]=new Map(),this[_0x460feb(0x141)]=new Map(),this[_0x460feb(0x106)]=new Map(),this[_0x460feb(0x131)]=new Map();const _0x15b3bf=this[_0x460feb(0xf4)][_0x460feb(0x102)];_0x15b3bf[_0x460feb(0x12a)](_0x460feb(0x12e),_0x24ca48),_0x15b3bf[_0x460feb(0x12a)](_0x460feb(0x121),!0x1),this[_0x460feb(0x145)]=_0x15b3bf[_0x460feb(0x120)](_0x460feb(0x121));}[_0x4b3017(0x147)](_0xdc5970,_0x49442a){const _0x30e988=_0x4b3017;0x0===this[_0x30e988(0x131)][_0x30e988(0x13e)]&&setTimeout(()=>{const _0xcaf0b5=_0x30e988;for(const [_0x32355c,_0x442907]of this[_0xcaf0b5(0x131)]){const _0x3da05d=this[_0xcaf0b5(0x158)][_0xcaf0b5(0xea)](_0x32355c);_0x3da05d||_0x442907?_0x3da05d&&_0x442907&&this[_0xcaf0b5(0x10a)](_0x32355c):this[_0xcaf0b5(0xe3)](_0x32355c);}this[_0xcaf0b5(0x131)][_0xcaf0b5(0x15e)](),this[_0xcaf0b5(0xf4)][_0xcaf0b5(0x137)][_0xcaf0b5(0x120)](_0xcaf0b5(0x146))[_0xcaf0b5(0x11d)](),this[_0xcaf0b5(0x13b)]();},0xa),this[_0x30e988(0x131)][_0x30e988(0x11a)](_0xdc5970,_0x49442a);}[_0x4b3017(0xee)](){const _0x34f6ec=_0x4b3017,_0x7650f6=this[_0x34f6ec(0xf4)],_0x597f3a=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0xeb)),_0x4e66d6=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0x10c)),_0x460b0c=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0x146)),_0x22bcf1=_0x7650f6[_0x34f6ec(0x137)][_0x34f6ec(0x120)](_0x34f6ec(0xe1));_0x7650f6['ui'][_0x34f6ec(0x156)][_0x34f6ec(0xed)](_0x34f6ec(0xfe),_0x3710ea=>this[_0x34f6ec(0x100)](_0x3710ea)),_0x460b0c[_0x34f6ec(0xef)](()=>{const _0x5382d0=_0x34f6ec,_0x81be6d=[];for(const [_0x499ecf,_0x565eed]of Array[_0x5382d0(0x115)](this[_0x5382d0(0x158)])){const _0x4cadc1=_0x499ecf[_0x5382d0(0xe4)](),_0x36388e=[];for(const _0x225b16 of _0x4cadc1){if(!_0x225b16[_0x5382d0(0x130)])continue;if(_0x225b16[_0x5382d0(0x14a)]){_0x36388e[_0x5382d0(0x12d)](..._0x225b16[_0x5382d0(0x14c)]());continue;}const _0x60c18e=_0x225b16[_0x5382d0(0x122)]();if(_0x36388e[_0x5382d0(0x161)]>0x0){const _0xe9e7e1=_0x36388e[0x0][_0x5382d0(0x112)](_0x60c18e);if(_0xe9e7e1){_0x36388e[0x0]=_0xe9e7e1;continue;}}_0x36388e[_0x5382d0(0x12d)](_0x60c18e);}_0x81be6d[_0x5382d0(0x12d)]([_0x565eed[_0x5382d0(0xfc)],_0x36388e]);}return _0x81be6d;}),this[_0x34f6ec(0x13a)](_0x597f3a,_0x34f6ec(0x153),(_0x30b75f,_0x2b81f5)=>{const _0x8f873c=_0x34f6ec;this[_0x8f873c(0x13a)](_0x2b81f5,_0x8f873c(0x135),(_0x22a9f0,_0x21cd12,_0xdb067,_0x9320db)=>{const _0x267da3=_0x8f873c;_0x2b81f5[_0x267da3(0x130)]&&(null==_0xdb067?(this[_0x267da3(0x14b)](_0x9320db[_0x267da3(0x152)]),this[_0x267da3(0x147)](_0x2b81f5,!0x1)):(this[_0x267da3(0x14b)](_0xdb067[_0x267da3(0x152)]),null==_0x9320db&&this[_0x267da3(0x147)](_0x2b81f5,!0x0)));}),null!==_0x2b81f5[_0x8f873c(0x125)]?this[_0x8f873c(0x14b)](_0x2b81f5[_0x8f873c(0x152)]):this[_0x8f873c(0x147)](_0x2b81f5,!0x1);}),this[_0x34f6ec(0x13a)](_0x597f3a,_0x34f6ec(0x132),(_0x57d551,_0x1a02b9,_0x3ee95f)=>{const _0x43436f=_0x34f6ec;this[_0x43436f(0xfa)](_0x1a02b9,_0x43436f(0x135)),this[_0x43436f(0x131)][_0x43436f(0x10d)](_0x1a02b9),this[_0x43436f(0x158)][_0x43436f(0xea)](_0x1a02b9)&&this[_0x43436f(0x10a)](_0x1a02b9),_0x3ee95f&&this[_0x43436f(0x14b)](_0x3ee95f[_0x43436f(0x152)]);}),this[_0x34f6ec(0x13a)](_0x597f3a,_0x34f6ec(0xe5),(_0x260155,_0x21dc8b)=>{const _0x285da7=_0x34f6ec;this[_0x285da7(0x14b)](_0x21dc8b);}),this[_0x34f6ec(0x13a)](_0x4e66d6,_0x34f6ec(0x15d),()=>{const _0x2a6dd1=_0x34f6ec;this[_0x2a6dd1(0x13b)]();}),this[_0x34f6ec(0x13a)](_0x22bcf1,_0x34f6ec(0xdf),(_0x212d3d,{threadId:_0x594fad,isFromAdapter:_0x515bf2})=>{const _0x15546a=_0x34f6ec;if(_0x515bf2||!_0x597f3a[_0x15546a(0x144)](_0x594fad))return;const _0x104f0d=_0x597f3a[_0x15546a(0x128)](_0x594fad);this[_0x15546a(0x158)][_0x15546a(0x120)](_0x104f0d)[_0x15546a(0xfc)][_0x15546a(0xe7)]();},{'priority':_0x34f6ec(0x138)});}[_0x4b3017(0x13b)](){const _0x4e514b=_0x4b3017,_0x514d86=this[_0x4e514b(0xf4)][_0x4e514b(0x137)][_0x4e514b(0x120)](_0x4e514b(0x10c)),_0x49db9f=this[_0x4e514b(0xf4)][_0x4e514b(0x137)][_0x4e514b(0x120)](_0x4e514b(0xeb)),_0x5e414f=Array[_0x4e514b(0x115)](_0x514d86[_0x4e514b(0x166)],_0x2d5535=>_0x2d5535[_0x4e514b(0xe9)])[_0x4e514b(0x116)](_0x13826c=>this[_0x4e514b(0x141)][_0x4e514b(0xea)](_0x13826c)),_0x4865e5=[];for(const _0x15e444 of _0x5e414f){const _0x49c56a=this[_0x4e514b(0x141)][_0x4e514b(0x120)](_0x15e444)[_0x4e514b(0x11c)][_0x4e514b(0xe4)]();_0x4865e5[_0x4e514b(0x12d)](..._0x49c56a[_0x4e514b(0x15f)]((_0x2318f8,_0x4d72e3)=>[..._0x2318f8,..._0x4d72e3[_0x4e514b(0x12b)]()],[]));}_0x49db9f[_0x4e514b(0x118)]=_0x4865e5;}[_0x4b3017(0x100)](_0x14755e){const _0x538f3c=_0x4b3017,_0x1c6102=_0x3c69ce(_0x14755e,_0x1a5604),_0x330504=this[_0x538f3c(0xf4)][_0x538f3c(0x14d)][_0x538f3c(0x120)](_0x538f3c(0xfe)),_0x129238=_0x4e69c3(_0x14755e,_0x538f3c(0x13d));_0x1c6102[_0x538f3c(0x150)][_0x538f3c(0x11a)]({'tooltip':_0x129238,'label':_0x129238,'icon':_0x40e122}),_0x1c6102[_0x538f3c(0x150)][_0x538f3c(0x14f)](_0x538f3c(0x165))['to'](_0x330504,_0x538f3c(0x113)),_0x1c6102[_0x538f3c(0x150)]['on'](_0x538f3c(0x10e),()=>{const _0x499d5b=_0x538f3c;_0x330504[_0x499d5b(0x10e)](),this[_0x499d5b(0xf4)][_0x499d5b(0x104)][_0x499d5b(0xfc)][_0x499d5b(0xe7)]();});const _0x17dc0d=new _0x147b9d(),_0x34fcd9=[{'type':_0x538f3c(0x111),'model':{'withText':!0x0,'label':_0x129238,'commandName':_0x538f3c(0xfe)}},{'type':_0x538f3c(0xf1)},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x162)),'commandName':_0x538f3c(0x103)}},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x124)),'commandName':_0x538f3c(0x13c)}},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x105)),'commandName':_0x538f3c(0xf7)}},{'type':_0x538f3c(0xf2),'model':{'withText':!0x0,'label':_0x4e69c3(_0x14755e,_0x538f3c(0x160)),'commandName':_0x538f3c(0x109)}}];for(const _0x899400 of _0x34fcd9){let _0x41010b={'type':_0x538f3c(0xf1)};if(_0x899400[_0x538f3c(0x11c)]){const _0x293e76=new _0x1d007c(_0x899400[_0x538f3c(0x11c)]),_0x234fbf=this[_0x538f3c(0xf4)][_0x538f3c(0x14d)][_0x538f3c(0x120)](_0x293e76[_0x538f3c(0x155)]);_0x293e76[_0x538f3c(0x14f)](_0x538f3c(0x165),_0x538f3c(0xf0))['to'](_0x234fbf,_0x538f3c(0x113),_0x538f3c(0xf0)),_0x41010b={'type':_0x899400[_0x538f3c(0x143)],'model':_0x293e76};}_0x17dc0d[_0x538f3c(0xed)](_0x41010b);}_0x484af3(_0x1c6102,_0x17dc0d);const _0x7dd1de=_0x34fcd9[_0x538f3c(0x116)](_0x14b4ed=>null!=_0x14b4ed[_0x538f3c(0x11c)])[_0x538f3c(0x15c)](_0x3abd4f=>this[_0x538f3c(0xf4)][_0x538f3c(0x14d)][_0x538f3c(0x120)](_0x3abd4f[_0x538f3c(0x11c)][_0x538f3c(0x155)])),_0x99f3c=_0x1c6102[_0x538f3c(0x150)];return _0x99f3c[_0x538f3c(0x133)][_0x538f3c(0xe2)](_0x538f3c(0xf0)),_0x99f3c[_0x538f3c(0x12f)][_0x538f3c(0xe2)](_0x538f3c(0xf0)),_0x99f3c[_0x538f3c(0x133)][_0x538f3c(0x14f)](_0x538f3c(0xf0))['to'](_0x330504,_0x538f3c(0xf0)),_0x99f3c[_0x538f3c(0x12f)][_0x538f3c(0x14f)](_0x538f3c(0xf0))[_0x538f3c(0x163)](_0x7dd1de,_0x538f3c(0xf0),(..._0x53f224)=>_0x53f224[_0x538f3c(0x12c)](_0x5c04c9=>_0x5c04c9)),_0x1c6102['on'](_0x538f3c(0x10e),_0x5b33ad=>{const _0x46f7e9=_0x538f3c;this[_0x46f7e9(0xf4)][_0x46f7e9(0x10e)](_0x5b33ad[_0x46f7e9(0xe8)][_0x46f7e9(0x155)]),this[_0x46f7e9(0xf4)][_0x46f7e9(0x104)][_0x46f7e9(0xfc)][_0x46f7e9(0xe7)]();}),_0x1c6102;}[_0x4b3017(0xe3)](_0x355445){const _0xfef037=_0x4b3017,_0x3f7575=this[_0xfef037(0xf4)],_0x5e5611=_0x3f7575[_0xfef037(0x102)],_0x3a3c88=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0x10c)),_0x10e275=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0xe1)),_0x193b7d=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0x146)),_0x31cdf7=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0x450c5f)['me'],_0x8923fb=_0x5e5611[_0xfef037(0x120)](_0xfef037(0xfe))[_0xfef037(0x134)],{CommentsListView:_0x122a3a,CommentThreadInputView:_0x2c1fe0}=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0x110));let _0x4dd663,_0x367bb2;this[_0xfef037(0x106)][_0xfef037(0xea)](_0x355445['id'])?(_0x367bb2=this[_0xfef037(0x106)][_0xfef037(0x120)](_0x355445['id']),_0x4dd663=_0x367bb2[_0xfef037(0x10b)]):(_0x4dd663=new _0x8923fb(_0x3f7575[_0xfef037(0x123)],_0x355445,_0x31cdf7,{'disableComments':this[_0xfef037(0x145)],'editorConfig':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x164)),'maxCommentsWhenCollapsed':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x107)),'maxThreadTotalWeight':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x114)),'maxCommentCharsWhenCollapsed':_0x5e5611[_0xfef037(0x120)](_0xfef037(0xf9)),'formatDateTime':_0x54e8b3(_0x5e5611[_0xfef037(0x120)](_0xfef037(0x123))),'CommentView':_0x5e5611[_0xfef037(0x120)](_0xfef037(0x129))[_0xfef037(0x108)],'CommentsListView':_0x122a3a,'CommentThreadInputView':_0x2c1fe0}),_0x4dd663[_0xfef037(0xe6)]['on'](_0xfef037(0x10e),()=>{const _0x5d682d=_0xfef037;_0x3f7575[_0x5d682d(0x104)][_0x5d682d(0xfc)][_0x5d682d(0xe7)]();}),_0x4dd663[_0xfef037(0x149)]['on'](_0xfef037(0x10e),()=>{const _0x464144=_0xfef037;_0x3f7575[_0x464144(0x104)][_0x464144(0xfc)][_0x464144(0xe7)]();}),_0x367bb2=_0x3a3c88[_0xfef037(0x15a)](this[_0xfef037(0xf4)][_0xfef037(0x123)],_0x4dd663),_0x367bb2[_0xfef037(0x14f)](_0xfef037(0x11e))['to'](_0x4dd663,_0xfef037(0x11e)),_0x367bb2[_0xfef037(0x14f)](_0xfef037(0x161))['to'](_0x4dd663),_0x367bb2[_0xfef037(0x14f)](_0xfef037(0x143))['to'](_0x4dd663,_0xfef037(0x143),_0x262b80=>_0xfef037(0x11b)+_0x262b80),this[_0xfef037(0x106)][_0xfef037(0x11a)](_0x355445['id'],_0x367bb2));const _0x3311b7=_0x10e275[_0xfef037(0x11f)](_0x355445[_0xfef037(0x101)],_0x4dd663),_0x4020d9=new _0x2c3ad2(_0x3f7575,_0x355445,_0x4dd663,_0x3311b7),_0x5987c1=_0x355445[_0xfef037(0xe4)]()[_0xfef037(0x116)](_0x572db3=>_0x572db3[_0xfef037(0x130)]);_0x4dd663[_0xfef037(0x157)]=_0x3f7575[_0xfef037(0x137)][_0xfef037(0x120)](_0xfef037(0xeb))[_0xfef037(0x10f)][_0xfef037(0x148)](_0x5987c1),this[_0xfef037(0x158)][_0xfef037(0x11a)](_0x355445,_0x4020d9),this[_0xfef037(0x141)][_0xfef037(0x11a)](_0x4dd663,_0x4020d9);const _0x4d25c4=_0x3a3c88[_0xfef037(0xe0)]({'view':_0x367bb2,'target':()=>{const _0x591a8a=_0xfef037,_0x480096=[],_0x24b734=_0x355445[_0x591a8a(0xe4)]()[_0x591a8a(0x116)](_0xd37ba3=>_0xd37ba3[_0x591a8a(0x130)]);for(const _0x149f04 of _0x24b734)_0x480096[_0x591a8a(0x12d)](..._0x149f04[_0x591a8a(0xf6)]());return _0x52ad3f(_0x3f7575[_0x591a8a(0x104)],_0x480096);},'type':()=>_0xfef037(0x11b)+_0x4020d9[_0xfef037(0xfc)][_0xfef037(0x143)]});_0x10e275[_0xfef037(0xfd)](_0x4dd663,_0x4d25c4),_0x3a3c88[_0xfef037(0xed)](_0x4d25c4),_0x193b7d[_0xfef037(0x13f)](_0x4d25c4);}[_0x4b3017(0x10a)](_0x1e9727){const _0x308a44=_0x4b3017,_0x1b456c=this[_0x308a44(0xf4)][_0x308a44(0x137)][_0x308a44(0x120)](_0x308a44(0xe1)),_0x5920d5=this[_0x308a44(0xf4)][_0x308a44(0x137)][_0x308a44(0x120)](_0x308a44(0x10c)),_0x19e067=this[_0x308a44(0x158)][_0x308a44(0x120)](_0x1e9727),_0x1385c9=_0x19e067[_0x308a44(0xfc)],_0x4f0287=_0x5920d5[_0x308a44(0x14e)](_0x1385c9);_0x1b456c[_0x308a44(0x127)](_0x1385c9),_0x4f0287&&_0x5920d5[_0x308a44(0x142)](_0x4f0287),this[_0x308a44(0x158)][_0x308a44(0x10d)](_0x1e9727),this[_0x308a44(0x141)][_0x308a44(0x10d)](_0x1385c9),_0x19e067[_0x308a44(0x139)]();}[_0x4b3017(0x14b)](_0x20b762){const _0x1f1b1a=_0x4b3017;if(!_0x20b762[_0x1f1b1a(0x130)]||!this[_0x1f1b1a(0x158)][_0x1f1b1a(0xea)](_0x20b762))return;const _0x329661=this[_0x1f1b1a(0xf4)][_0x1f1b1a(0x137)][_0x1f1b1a(0x120)](_0x1f1b1a(0xeb)),_0x56aa04=this[_0x1f1b1a(0x158)][_0x1f1b1a(0x120)](_0x20b762),_0x1dd4dc=_0x20b762[_0x1f1b1a(0xe4)]();_0x56aa04[_0x1f1b1a(0xfc)][_0x1f1b1a(0x157)]=_0x329661[_0x1f1b1a(0x10f)][_0x1f1b1a(0x148)](_0x1dd4dc);}[_0x4b3017(0x139)](){const _0x459696=_0x4b3017;for(const _0x316f70 of this[_0x459696(0x158)][_0x459696(0xf3)]())this[_0x459696(0x10a)](_0x316f70);for(const _0x4995aa of this[_0x459696(0x106)][_0x459696(0xff)]())_0x4995aa[_0x459696(0x10b)][_0x459696(0x139)]();super[_0x459696(0x139)]();}}
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;}