@ckeditor/ckeditor5-comments 44.0.0 → 44.1.0-alpha.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 (295) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/annotations/annotation.d.ts +1 -1
  3. package/dist/annotations/annotationcollection.d.ts +1 -1
  4. package/dist/annotations/annotations.d.ts +1 -1
  5. package/dist/annotations/annotationsuis.d.ts +1 -1
  6. package/dist/annotations/editorannotations.d.ts +1 -1
  7. package/dist/annotations/inlineannotations.d.ts +1 -1
  8. package/dist/annotations/narrowsidebar.d.ts +1 -1
  9. package/dist/annotations/sidebar.d.ts +1 -1
  10. package/dist/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  11. package/dist/annotations/view/annotationview.d.ts +1 -1
  12. package/dist/annotations/view/sidebaritemview.d.ts +1 -1
  13. package/dist/annotations/view/sidebarview.d.ts +1 -1
  14. package/dist/annotations/widesidebar.d.ts +1 -1
  15. package/dist/augmentation.d.ts +1 -1
  16. package/dist/comments/addcommentthreadcommand.d.ts +1 -1
  17. package/dist/comments/commentsarchive.d.ts +1 -1
  18. package/dist/comments/commentsarchiveui.d.ts +1 -1
  19. package/dist/comments/commentsediting.d.ts +3 -2
  20. package/dist/comments/commentsrepository.d.ts +1 -1
  21. package/dist/comments/commentsui.d.ts +1 -1
  22. package/dist/comments/integrations/clipboard.d.ts +1 -1
  23. package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  24. package/dist/comments/integrations/importword.d.ts +1 -1
  25. package/dist/comments/integrations/showcommenthighlights.d.ts +23 -0
  26. package/dist/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  27. package/dist/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  28. package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  29. package/dist/comments/ui/commentthreadcontroller.d.ts +1 -1
  30. package/dist/comments/ui/view/basecommentthreadview.d.ts +1 -1
  31. package/dist/comments/ui/view/basecommentview.d.ts +1 -1
  32. package/dist/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  33. package/dist/comments/ui/view/commentcontentview.d.ts +1 -1
  34. package/dist/comments/ui/view/commentinputview.d.ts +1 -1
  35. package/dist/comments/ui/view/commentsarchiveview.d.ts +1 -1
  36. package/dist/comments/ui/view/commentslistview.d.ts +1 -1
  37. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  38. package/dist/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  39. package/dist/comments/ui/view/commentthreadinputview.d.ts +1 -1
  40. package/dist/comments/ui/view/commentthreadview.d.ts +1 -1
  41. package/dist/comments/ui/view/commentview.d.ts +1 -1
  42. package/dist/comments.d.ts +1 -1
  43. package/dist/commentsonly.d.ts +1 -1
  44. package/dist/config.d.ts +1 -1
  45. package/dist/index-content.css +30 -0
  46. package/dist/index-editor.css +0 -27
  47. package/dist/index.css +19 -19
  48. package/dist/index.d.ts +1 -1
  49. package/dist/index.js +9 -9
  50. package/dist/translations/af.js +1 -1
  51. package/dist/translations/af.umd.js +1 -1
  52. package/dist/translations/ar.js +1 -1
  53. package/dist/translations/ar.umd.js +1 -1
  54. package/dist/translations/ast.js +1 -1
  55. package/dist/translations/ast.umd.js +1 -1
  56. package/dist/translations/az.js +1 -1
  57. package/dist/translations/az.umd.js +1 -1
  58. package/dist/translations/bg.js +1 -1
  59. package/dist/translations/bg.umd.js +1 -1
  60. package/dist/translations/bn.js +1 -1
  61. package/dist/translations/bn.umd.js +1 -1
  62. package/dist/translations/bs.js +1 -1
  63. package/dist/translations/bs.umd.js +1 -1
  64. package/dist/translations/ca.js +1 -1
  65. package/dist/translations/ca.umd.js +1 -1
  66. package/dist/translations/cs.js +1 -1
  67. package/dist/translations/cs.umd.js +1 -1
  68. package/dist/translations/da.js +1 -1
  69. package/dist/translations/da.umd.js +1 -1
  70. package/dist/translations/de-ch.js +1 -1
  71. package/dist/translations/de-ch.umd.js +1 -1
  72. package/dist/translations/de.js +1 -1
  73. package/dist/translations/de.umd.js +1 -1
  74. package/dist/translations/el.js +1 -1
  75. package/dist/translations/el.umd.js +1 -1
  76. package/dist/translations/en-au.js +1 -1
  77. package/dist/translations/en-au.umd.js +1 -1
  78. package/dist/translations/en-gb.js +1 -1
  79. package/dist/translations/en-gb.umd.js +1 -1
  80. package/dist/translations/en.js +1 -1
  81. package/dist/translations/en.umd.js +1 -1
  82. package/dist/translations/eo.js +1 -1
  83. package/dist/translations/eo.umd.js +1 -1
  84. package/dist/translations/es-co.js +1 -1
  85. package/dist/translations/es-co.umd.js +1 -1
  86. package/dist/translations/es.js +1 -1
  87. package/dist/translations/es.umd.js +1 -1
  88. package/dist/translations/et.js +1 -1
  89. package/dist/translations/et.umd.js +1 -1
  90. package/dist/translations/eu.js +1 -1
  91. package/dist/translations/eu.umd.js +1 -1
  92. package/dist/translations/fa.js +1 -1
  93. package/dist/translations/fa.umd.js +1 -1
  94. package/dist/translations/fi.js +1 -1
  95. package/dist/translations/fi.umd.js +1 -1
  96. package/dist/translations/fr.js +1 -1
  97. package/dist/translations/fr.umd.js +1 -1
  98. package/dist/translations/gl.js +1 -1
  99. package/dist/translations/gl.umd.js +1 -1
  100. package/dist/translations/gu.js +1 -1
  101. package/dist/translations/gu.umd.js +1 -1
  102. package/dist/translations/he.js +1 -1
  103. package/dist/translations/he.umd.js +1 -1
  104. package/dist/translations/hi.js +1 -1
  105. package/dist/translations/hi.umd.js +1 -1
  106. package/dist/translations/hr.js +1 -1
  107. package/dist/translations/hr.umd.js +1 -1
  108. package/dist/translations/hu.js +1 -1
  109. package/dist/translations/hu.umd.js +1 -1
  110. package/dist/translations/hy.js +1 -1
  111. package/dist/translations/hy.umd.js +1 -1
  112. package/dist/translations/id.js +1 -1
  113. package/dist/translations/id.umd.js +1 -1
  114. package/dist/translations/it.js +1 -1
  115. package/dist/translations/it.umd.js +1 -1
  116. package/dist/translations/ja.js +1 -1
  117. package/dist/translations/ja.umd.js +1 -1
  118. package/dist/translations/jv.js +1 -1
  119. package/dist/translations/jv.umd.js +1 -1
  120. package/dist/translations/kk.js +1 -1
  121. package/dist/translations/kk.umd.js +1 -1
  122. package/dist/translations/km.js +1 -1
  123. package/dist/translations/km.umd.js +1 -1
  124. package/dist/translations/kn.js +1 -1
  125. package/dist/translations/kn.umd.js +1 -1
  126. package/dist/translations/ko.js +1 -1
  127. package/dist/translations/ko.umd.js +1 -1
  128. package/dist/translations/ku.js +1 -1
  129. package/dist/translations/ku.umd.js +1 -1
  130. package/dist/translations/lt.js +1 -1
  131. package/dist/translations/lt.umd.js +1 -1
  132. package/dist/translations/lv.js +1 -1
  133. package/dist/translations/lv.umd.js +1 -1
  134. package/dist/translations/ms.js +1 -1
  135. package/dist/translations/ms.umd.js +1 -1
  136. package/dist/translations/nb.js +1 -1
  137. package/dist/translations/nb.umd.js +1 -1
  138. package/dist/translations/ne.js +1 -1
  139. package/dist/translations/ne.umd.js +1 -1
  140. package/dist/translations/nl.js +1 -1
  141. package/dist/translations/nl.umd.js +1 -1
  142. package/dist/translations/no.js +1 -1
  143. package/dist/translations/no.umd.js +1 -1
  144. package/dist/translations/oc.js +1 -1
  145. package/dist/translations/oc.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/si.js +1 -1
  157. package/dist/translations/si.umd.js +1 -1
  158. package/dist/translations/sk.js +1 -1
  159. package/dist/translations/sk.umd.js +1 -1
  160. package/dist/translations/sl.js +1 -1
  161. package/dist/translations/sl.umd.js +1 -1
  162. package/dist/translations/sq.js +1 -1
  163. package/dist/translations/sq.umd.js +1 -1
  164. package/dist/translations/sr-latn.js +1 -1
  165. package/dist/translations/sr-latn.umd.js +1 -1
  166. package/dist/translations/sr.js +1 -1
  167. package/dist/translations/sr.umd.js +1 -1
  168. package/dist/translations/sv.js +1 -1
  169. package/dist/translations/sv.umd.js +1 -1
  170. package/dist/translations/th.js +1 -1
  171. package/dist/translations/th.umd.js +1 -1
  172. package/dist/translations/ti.js +1 -1
  173. package/dist/translations/ti.umd.js +1 -1
  174. package/dist/translations/tk.js +1 -1
  175. package/dist/translations/tk.umd.js +1 -1
  176. package/dist/translations/tr.js +1 -1
  177. package/dist/translations/tr.umd.js +1 -1
  178. package/dist/translations/tt.js +1 -1
  179. package/dist/translations/tt.umd.js +1 -1
  180. package/dist/translations/ug.js +1 -1
  181. package/dist/translations/ug.umd.js +1 -1
  182. package/dist/translations/uk.js +1 -1
  183. package/dist/translations/uk.umd.js +1 -1
  184. package/dist/translations/ur.js +1 -1
  185. package/dist/translations/ur.umd.js +1 -1
  186. package/dist/translations/uz.js +1 -1
  187. package/dist/translations/uz.umd.js +1 -1
  188. package/dist/translations/vi.js +1 -1
  189. package/dist/translations/vi.umd.js +1 -1
  190. package/dist/translations/zh-cn.js +1 -1
  191. package/dist/translations/zh-cn.umd.js +1 -1
  192. package/dist/translations/zh.js +1 -1
  193. package/dist/translations/zh.umd.js +1 -1
  194. package/dist/utils/common-translations.d.ts +1 -1
  195. package/dist/utils/createmutationobserver.d.ts +1 -1
  196. package/package.json +16 -15
  197. package/src/annotations/annotation.d.ts +1 -1
  198. package/src/annotations/annotation.js +2 -2
  199. package/src/annotations/annotationcollection.d.ts +1 -1
  200. package/src/annotations/annotationcollection.js +1 -1
  201. package/src/annotations/annotations.d.ts +1 -1
  202. package/src/annotations/annotations.js +1 -1
  203. package/src/annotations/annotationsuis.d.ts +1 -1
  204. package/src/annotations/annotationsuis.js +1 -1
  205. package/src/annotations/editorannotations.d.ts +1 -1
  206. package/src/annotations/editorannotations.js +1 -1
  207. package/src/annotations/inlineannotations.d.ts +1 -1
  208. package/src/annotations/inlineannotations.js +1 -1
  209. package/src/annotations/narrowsidebar.d.ts +1 -1
  210. package/src/annotations/narrowsidebar.js +1 -1
  211. package/src/annotations/sidebar.d.ts +1 -1
  212. package/src/annotations/sidebar.js +1 -1
  213. package/src/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  214. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  215. package/src/annotations/view/annotationview.d.ts +1 -1
  216. package/src/annotations/view/annotationview.js +1 -1
  217. package/src/annotations/view/sidebaritemview.d.ts +1 -1
  218. package/src/annotations/view/sidebaritemview.js +1 -1
  219. package/src/annotations/view/sidebarview.d.ts +1 -1
  220. package/src/annotations/view/sidebarview.js +1 -1
  221. package/src/annotations/widesidebar.d.ts +1 -1
  222. package/src/annotations/widesidebar.js +1 -1
  223. package/src/augmentation.d.ts +1 -1
  224. package/src/comments/addcommentthreadcommand.d.ts +1 -1
  225. package/src/comments/addcommentthreadcommand.js +1 -1
  226. package/src/comments/commentsarchive.d.ts +1 -1
  227. package/src/comments/commentsarchive.js +1 -1
  228. package/src/comments/commentsarchiveui.d.ts +1 -1
  229. package/src/comments/commentsarchiveui.js +1 -1
  230. package/src/comments/commentsediting.d.ts +3 -2
  231. package/src/comments/commentsediting.js +1 -1
  232. package/src/comments/commentsrepository.d.ts +1 -1
  233. package/src/comments/commentsrepository.js +3 -3
  234. package/src/comments/commentsui.d.ts +1 -1
  235. package/src/comments/commentsui.js +1 -1
  236. package/src/comments/integrations/clipboard.d.ts +1 -1
  237. package/src/comments/integrations/clipboard.js +1 -1
  238. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  239. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  240. package/src/comments/integrations/importword.d.ts +1 -1
  241. package/src/comments/integrations/importword.js +1 -1
  242. package/src/comments/integrations/showcommenthighlights.d.ts +19 -0
  243. package/src/comments/integrations/showcommenthighlights.js +23 -0
  244. package/src/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  245. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  246. package/src/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  247. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  248. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  249. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  250. package/src/comments/ui/commentthreadcontroller.d.ts +1 -1
  251. package/src/comments/ui/commentthreadcontroller.js +2 -2
  252. package/src/comments/ui/view/basecommentthreadview.d.ts +1 -1
  253. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  254. package/src/comments/ui/view/basecommentview.d.ts +1 -1
  255. package/src/comments/ui/view/basecommentview.js +1 -1
  256. package/src/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  257. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  258. package/src/comments/ui/view/commentcontentview.d.ts +1 -1
  259. package/src/comments/ui/view/commentcontentview.js +1 -1
  260. package/src/comments/ui/view/commentinputview.d.ts +1 -1
  261. package/src/comments/ui/view/commentinputview.js +1 -1
  262. package/src/comments/ui/view/commentsarchiveview.d.ts +1 -1
  263. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  264. package/src/comments/ui/view/commentslistview.d.ts +1 -1
  265. package/src/comments/ui/view/commentslistview.js +1 -1
  266. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  267. package/src/comments/ui/view/commentthreadheadercontextview.js +1 -1
  268. package/src/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  269. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  270. package/src/comments/ui/view/commentthreadinputview.d.ts +1 -1
  271. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  272. package/src/comments/ui/view/commentthreadview.d.ts +1 -1
  273. package/src/comments/ui/view/commentthreadview.js +2 -2
  274. package/src/comments/ui/view/commentview.d.ts +1 -1
  275. package/src/comments/ui/view/commentview.js +2 -2
  276. package/src/comments.d.ts +1 -1
  277. package/src/comments.js +1 -1
  278. package/src/commentsonly.d.ts +1 -1
  279. package/src/commentsonly.js +1 -1
  280. package/src/config.d.ts +1 -1
  281. package/src/index.d.ts +1 -1
  282. package/src/index.js +1 -1
  283. package/src/utils/common-translations.d.ts +1 -1
  284. package/src/utils/common-translations.js +1 -1
  285. package/src/utils/createmutationobserver.d.ts +1 -1
  286. package/src/utils/createmutationobserver.js +1 -1
  287. package/theme/annotation-inline.css +1 -1
  288. package/theme/annotation.css +1 -1
  289. package/theme/comment.css +1 -1
  290. package/theme/commentinput.css +1 -1
  291. package/theme/commentmarker.css +3 -3
  292. package/theme/commentsarchive.css +1 -1
  293. package/theme/commentthread.css +1 -1
  294. package/theme/sidebar-narrow.css +1 -1
  295. package/theme/sidebar.css +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4a9b(_0x2e8ccf,_0x358ed4){const _0x4ab267=_0x4ab2();return _0x4a9b=function(_0x4a9b41,_0x4b296f){_0x4a9b41=_0x4a9b41-0xb0;let _0x20c334=_0x4ab267[_0x4a9b41];return _0x20c334;},_0x4a9b(_0x2e8ccf,_0x358ed4);}const _0xf58a9b=_0x4a9b;(function(_0x4cb460,_0x23c860){const _0x8c8638=_0x4a9b,_0xf51273=_0x4cb460();while(!![]){try{const _0xa09607=-parseInt(_0x8c8638(0xb5))/0x1*(-parseInt(_0x8c8638(0xb6))/0x2)+-parseInt(_0x8c8638(0xe6))/0x3+-parseInt(_0x8c8638(0xe5))/0x4*(parseInt(_0x8c8638(0xba))/0x5)+parseInt(_0x8c8638(0xcd))/0x6*(-parseInt(_0x8c8638(0xe7))/0x7)+parseInt(_0x8c8638(0xda))/0x8*(-parseInt(_0x8c8638(0xe4))/0x9)+parseInt(_0x8c8638(0xd5))/0xa*(-parseInt(_0x8c8638(0xbd))/0xb)+parseInt(_0x8c8638(0xd1))/0xc*(parseInt(_0x8c8638(0xf7))/0xd);if(_0xa09607===_0x23c860)break;else _0xf51273['push'](_0xf51273['shift']());}catch(_0x29296b){_0xf51273['push'](_0xf51273['shift']());}}}(_0x4ab2,0xef025));import'../../theme/commentsarchive.css';import{Plugin as _0x4e327f}from'ckeditor5/src/core.js';import{ViewCollection as _0x52472f,MenuBarMenuListItemButtonView as _0x3a9ba7,ButtonView as _0x1fd982,Dialog as _0x257c4c,DialogViewPosition as _0x106d53}from'ckeditor5/src/ui.js';import _0x4f5488 from'../../theme/icons/comments-archive.svg';function _0x4ab2(){const _0x27b494=['add','menuitemcheckbox','4381anuaAW','push','pluginName','tooltip','stop','get','CommentsArchiveUI','collaboration.channelId','_toggleDialog','escape','2571waUfIj','1458RKVWhV','archivedThreads','channelId','COMMENTS_ARCHIVE','5okUmBp','archivedAt','_threadToController','175879urXBUz','_createCommentsArchiveButton','collection','source','findIndex','isOfficialPlugin','execute','isEnabled','_visibleAnnotations','length','EDITOR_TOP_SIDE','isVisible','editor','has','bind','config','186dwhoHK','_calculatePosition','hide','annotationViews','156648wPWuiX','find','requires','commentsArchiveView','1040zEQSYl','commentsArchive','_pendingThreads','_hideDialogOnAnnotationEscape','innerView','32NvFZGV','Dialog','focusableElements','CommentsRepository','stopListening','locale','splice','componentFactory','isPremiumPlugin','plugins','1690227FwDyuO','4428308fdZNIU','242007oFkPZO','382214KUQwPh','init','indexOf','isOpen','getByInnerView','Annotations','view','menuBar:commentsArchive','set','filter','isOn','listenTo','show','remove'];_0x4ab2=function(){return _0x27b494;};return _0x4ab2();}import{getTranslation as _0x2ecffa}from'../utils/common-translations.js';import _0x4171ad from'./ui/view/commentsarchiveview.js';import _0x1cb395 from'./commentsarchive.js';export default class a extends _0x4e327f{static get[_0xf58a9b(0xf9)](){const _0x25fc1b=_0xf58a9b;return _0x25fc1b(0xb1);}static get[_0xf58a9b(0xc2)](){return!0x0;}static get[_0xf58a9b(0xe2)](){return!0x0;}static get[_0xf58a9b(0xd3)](){return[_0x1cb395,_0x257c4c];}constructor(_0x1a66f2){const _0x20da03=_0xf58a9b;super(_0x1a66f2),this[_0x20da03(0xd8)]=_0x2c6cc2=>{const _0x72032c=_0x20da03,_0x4ce313=_0x2c6cc2[_0x72032c(0xc0)];if(!this[_0x72032c(0xd0)][_0x72032c(0xca)](_0x4ce313[_0x72032c(0xed)]))return;const _0x378b19=this[_0x72032c(0xc9)][_0x72032c(0xe3)][_0x72032c(0xb0)](_0x72032c(0xdb));_0x378b19[_0x72032c(0xea)]&&_0x72032c(0xd6)===_0x378b19['id']&&(_0x378b19[_0x72032c(0xcf)](),_0x2c6cc2[_0x72032c(0xfb)]());},this[_0x20da03(0xd0)]=new _0x52472f(),this[_0x20da03(0xd7)]=[];}[_0xf58a9b(0xe8)](){const _0x33d304=_0xf58a9b,_0x39fe00=this[_0x33d304(0xc9)],_0x419d82=this[_0x33d304(0xd8)][_0x33d304(0xcb)](this);_0x39fe00['ui'][_0x33d304(0xe1)][_0x33d304(0xf5)](_0x33d304(0xd6),()=>this[_0x33d304(0xbe)](_0x1fd982,!0x0)),_0x39fe00['ui'][_0x33d304(0xe1)][_0x33d304(0xf5)](_0x33d304(0xee),()=>{const _0x2174ce=_0x33d304,_0x279484=this[_0x2174ce(0xbe)](_0x3a9ba7);return _0x279484[_0x2174ce(0xef)]({'role':_0x2174ce(0xf6)}),_0x279484;});const _0x32aaac=_0x39fe00[_0x33d304(0xe3)][_0x33d304(0xb0)](_0x1cb395),_0x648c4f=_0x39fe00[_0x33d304(0xe3)][_0x33d304(0xb0)](_0x33d304(0xec)),_0x3d7a35=_0x39fe00[_0x33d304(0xe3)][_0x33d304(0xb0)](_0x33d304(0xdd));this[_0x33d304(0xf2)](_0x32aaac[_0x33d304(0xb7)],_0x33d304(0xf5),(_0x39238d,_0x454c58)=>{const _0x15decd=_0x33d304,_0x267612=_0x39fe00[_0x15decd(0xcc)][_0x15decd(0xb0)](_0x15decd(0xb2));if(!_0x267612||_0x454c58[_0x15decd(0xb8)]===_0x267612){const _0x420eff=_0x3d7a35[_0x15decd(0xbc)][_0x15decd(0xb0)](_0x454c58);if(!_0x420eff)return void this[_0x15decd(0xd7)][_0x15decd(0xf8)](_0x454c58);const _0x4c6020=this[_0x15decd(0xce)](_0x454c58[_0x15decd(0xbb)]),_0x454ed8=_0x648c4f[_0x15decd(0xeb)](_0x420eff[_0x15decd(0xed)]);_0x454ed8[_0x15decd(0xc8)]&&_0x648c4f[_0x15decd(0xc5)][_0x15decd(0xf4)](_0x454ed8),this[_0x15decd(0xd0)][_0x15decd(0xf5)](_0x454ed8[_0x15decd(0xed)],_0x4c6020);}}),this[_0x33d304(0xf2)](_0x648c4f[_0x33d304(0xbf)],_0x33d304(0xf5),(_0x511aa9,_0x5ad199)=>{const _0x23e576=_0x33d304,_0x4c918d=this[_0x23e576(0xd7)][_0x23e576(0xd2)](_0x430042=>{const _0x532745=_0x23e576,_0x36fc03=_0x3d7a35[_0x532745(0xbc)][_0x532745(0xb0)](_0x430042);return _0x36fc03&&_0x5ad199[_0x532745(0xd9)]===_0x36fc03[_0x532745(0xed)];});if(_0x4c918d){const _0x428c97=this[_0x23e576(0xce)](_0x4c918d[_0x23e576(0xbb)]);this[_0x23e576(0xd0)][_0x23e576(0xf5)](_0x5ad199[_0x23e576(0xed)],_0x428c97),this[_0x23e576(0xd7)][_0x23e576(0xe0)](this[_0x23e576(0xd7)][_0x23e576(0xe9)](_0x4c918d),0x1);}}),this[_0x33d304(0xf2)](_0x32aaac[_0x33d304(0xb7)],_0x33d304(0xf4),(_0x4af586,_0x4bf5e0)=>{const _0x37af51=_0x33d304,_0x5e0579=_0x39fe00[_0x37af51(0xcc)][_0x37af51(0xb0)](_0x37af51(0xb2));if(!_0x5e0579||_0x4bf5e0[_0x37af51(0xb8)]===_0x5e0579){const _0x3c5b01=_0x3d7a35[_0x37af51(0xbc)][_0x37af51(0xb0)](_0x4bf5e0),_0x496f8c=_0x648c4f[_0x37af51(0xeb)](_0x3c5b01[_0x37af51(0xed)]);this[_0x37af51(0xd0)][_0x37af51(0xf4)](_0x496f8c[_0x37af51(0xed)]),this[_0x37af51(0xde)](_0x496f8c[_0x37af51(0xdc)]);}}),this[_0x33d304(0xf2)](_0x648c4f[_0x33d304(0xbf)],_0x33d304(0xf5),(_0x14064b,_0x2aa81f)=>{const _0x4952c8=_0x33d304;this[_0x4952c8(0xf2)](_0x2aa81f,_0x4952c8(0xb4),_0x419d82);}),this[_0x33d304(0xf2)](_0x648c4f[_0x33d304(0xbf)],_0x33d304(0xf4),(_0x147d3f,_0xf4dad3)=>{const _0x427e27=_0x33d304;this[_0x427e27(0xde)](_0xf4dad3,_0x427e27(0xb4),_0x419d82);});}[_0xf58a9b(0xce)](_0x186246){const _0x1c17b3=_0xf58a9b,_0x3331bc=this[_0x1c17b3(0xc9)][_0x1c17b3(0xcc)][_0x1c17b3(0xb0)](_0x1c17b3(0xb2)),_0x5bd407=[...this[_0x1c17b3(0xc9)][_0x1c17b3(0xe3)][_0x1c17b3(0xb0)](_0x1cb395)[_0x1c17b3(0xb7)]][_0x1c17b3(0xf0)](_0x782d24=>_0x782d24[_0x1c17b3(0xb8)]===_0x3331bc)[_0x1c17b3(0xc1)](_0x537ba6=>_0x537ba6[_0x1c17b3(0xbb)]<_0x186246);return _0x5bd407<0x0||_0x5bd407>this[_0x1c17b3(0xd0)][_0x1c17b3(0xc6)]?this[_0x1c17b3(0xd0)][_0x1c17b3(0xc6)]:_0x5bd407-0x1;}[_0xf58a9b(0xb3)](){const _0x2dbf83=_0xf58a9b,_0x10312d=this[_0x2dbf83(0xc9)],_0x1eb055=_0x10312d[_0x2dbf83(0xe3)][_0x2dbf83(0xb0)](_0x2dbf83(0xdb));this[_0x2dbf83(0xd4)]||(this[_0x2dbf83(0xd4)]=new _0x4171ad(_0x10312d[_0x2dbf83(0xdf)],this[_0x2dbf83(0xd0)])),_0x2dbf83(0xd6)===_0x1eb055['id']?_0x1eb055[_0x2dbf83(0xcf)]():_0x1eb055[_0x2dbf83(0xf3)]({'id':_0x2dbf83(0xd6),'title':_0x2ecffa(_0x10312d[_0x2dbf83(0xdf)],_0x2dbf83(0xb9)),'icon':_0x4f5488,'hasCloseButton':!0x0,'content':this[_0x2dbf83(0xd4)],'position':_0x106d53[_0x2dbf83(0xc7)]});}[_0xf58a9b(0xbe)](_0x4ba17a,_0x5e0a46=!0x1){const _0x54b039=_0xf58a9b,_0x1cc7d5=this[_0x54b039(0xc9)][_0x54b039(0xdf)],_0x4bbec8=this[_0x54b039(0xc9)][_0x54b039(0xe3)][_0x54b039(0xb0)](_0x54b039(0xdb)),_0xeb1318=new _0x4ba17a(_0x1cc7d5);return _0xeb1318[_0x54b039(0xcb)](_0x54b039(0xc4))['to'](this,_0x54b039(0xc4)),_0xeb1318[_0x54b039(0xcb)](_0x54b039(0xf1))['to'](_0x4bbec8,'id',_0x4d7b47=>_0x54b039(0xd6)===_0x4d7b47),_0xeb1318[_0x54b039(0xef)]({'label':_0x2ecffa(_0x1cc7d5,_0x54b039(0xb9)),'icon':_0x4f5488,'isToggleable':!0x0}),_0x5e0a46&&(_0xeb1318[_0x54b039(0xfa)]=!0x0),this[_0x54b039(0xf2)](_0xeb1318,_0x54b039(0xc3),()=>this[_0x54b039(0xb3)]()),_0xeb1318;}}
23
+ const _0x37b0dc=_0x14b6;(function(_0x4f8971,_0x1bb6a9){const _0x4084f3=_0x14b6,_0x2cfbfd=_0x4f8971();while(!![]){try{const _0x53c4cf=-parseInt(_0x4084f3(0x1f3))/0x1+parseInt(_0x4084f3(0x1cc))/0x2*(-parseInt(_0x4084f3(0x1e9))/0x3)+-parseInt(_0x4084f3(0x20a))/0x4+-parseInt(_0x4084f3(0x1da))/0x5*(-parseInt(_0x4084f3(0x1dd))/0x6)+-parseInt(_0x4084f3(0x1d3))/0x7*(-parseInt(_0x4084f3(0x1d4))/0x8)+-parseInt(_0x4084f3(0x1f2))/0x9+parseInt(_0x4084f3(0x1eb))/0xa;if(_0x53c4cf===_0x1bb6a9)break;else _0x2cfbfd['push'](_0x2cfbfd['shift']());}catch(_0x4f4797){_0x2cfbfd['push'](_0x2cfbfd['shift']());}}}(_0x289f,0xb78cc));import'../../theme/commentsarchive.css';import{Plugin as _0x5d5d52}from'ckeditor5/src/core.js';import{ViewCollection as _0x1a4ba3,MenuBarMenuListItemButtonView as _0x28aed6,ButtonView as _0x35ef2d,Dialog as _0x5dc384,DialogViewPosition as _0x292323}from'ckeditor5/src/ui.js';import _0xf8ed7 from'../../theme/icons/comments-archive.svg';function _0x14b6(_0x55bdc0,_0x7aef8a){const _0x289fa5=_0x289f();return _0x14b6=function(_0x14b680,_0x16fa49){_0x14b680=_0x14b680-0x1cc;let _0x5e9555=_0x289fa5[_0x14b680];return _0x5e9555;},_0x14b6(_0x55bdc0,_0x7aef8a);}import{getTranslation as _0x5086e5}from'../utils/common-translations.js';import _0xce7843 from'./ui/view/commentsarchiveview.js';import _0x3859fd from'./commentsarchive.js';export default class a extends _0x5d5d52{static get[_0x37b0dc(0x1ce)](){const _0x382679=_0x37b0dc;return _0x382679(0x202);}static get[_0x37b0dc(0x1f1)](){return!0x0;}static get[_0x37b0dc(0x201)](){return!0x0;}static get[_0x37b0dc(0x200)](){return[_0x3859fd,_0x5dc384];}constructor(_0x4979cf){const _0xbfca3a=_0x37b0dc;super(_0x4979cf),this[_0xbfca3a(0x20c)]=_0x2e9d6b=>{const _0x414785=_0xbfca3a,_0x24374f=_0x2e9d6b[_0x414785(0x1d9)];if(!this[_0x414785(0x213)][_0x414785(0x1fc)](_0x24374f[_0x414785(0x1f5)]))return;const _0x59e29b=this[_0x414785(0x1d2)][_0x414785(0x1de)][_0x414785(0x1f4)](_0x414785(0x214));_0x59e29b[_0x414785(0x1e3)]&&_0x414785(0x1fb)===_0x59e29b['id']&&(_0x59e29b[_0x414785(0x1d5)](),_0x2e9d6b[_0x414785(0x1d6)]());},this[_0xbfca3a(0x213)]=new _0x1a4ba3(),this[_0xbfca3a(0x1e1)]=[];}[_0x37b0dc(0x1ef)](){const _0x19ea7e=_0x37b0dc,_0x3d6c51=this[_0x19ea7e(0x1d2)],_0x3e3956=this[_0x19ea7e(0x20c)][_0x19ea7e(0x1f8)](this);_0x3d6c51['ui'][_0x19ea7e(0x1fe)][_0x19ea7e(0x211)](_0x19ea7e(0x1fb),()=>this[_0x19ea7e(0x1f6)](_0x35ef2d,!0x0)),_0x3d6c51['ui'][_0x19ea7e(0x1fe)][_0x19ea7e(0x211)](_0x19ea7e(0x1e2),()=>{const _0x2d9cf9=_0x19ea7e,_0x144acc=this[_0x2d9cf9(0x1f6)](_0x28aed6);return _0x144acc[_0x2d9cf9(0x212)]({'role':_0x2d9cf9(0x1fa)}),_0x144acc;});const _0x3d5d5e=_0x3d6c51[_0x19ea7e(0x1de)][_0x19ea7e(0x1f4)](_0x3859fd),_0x2a747a=_0x3d6c51[_0x19ea7e(0x1de)][_0x19ea7e(0x1f4)](_0x19ea7e(0x1d8)),_0x1ae19c=_0x3d6c51[_0x19ea7e(0x1de)][_0x19ea7e(0x1f4)](_0x19ea7e(0x1dc));this[_0x19ea7e(0x1e4)](_0x3d5d5e[_0x19ea7e(0x20d)],_0x19ea7e(0x211),(_0x33cd0f,_0x1b39f7)=>{const _0x34fc49=_0x19ea7e,_0x4696e3=_0x3d6c51[_0x34fc49(0x1db)][_0x34fc49(0x1f4)](_0x34fc49(0x1ea));if(!_0x4696e3||_0x1b39f7[_0x34fc49(0x20e)]===_0x4696e3){const _0x50367a=_0x1ae19c[_0x34fc49(0x1ee)][_0x34fc49(0x1f4)](_0x1b39f7);if(!_0x50367a)return void this[_0x34fc49(0x1e1)][_0x34fc49(0x1cf)](_0x1b39f7);const _0x4b7395=this[_0x34fc49(0x1f7)](_0x1b39f7[_0x34fc49(0x210)]),_0x29856=_0x2a747a[_0x34fc49(0x1fd)](_0x50367a[_0x34fc49(0x1f5)]);_0x29856[_0x34fc49(0x206)]&&_0x2a747a[_0x34fc49(0x1e6)][_0x34fc49(0x1f9)](_0x29856),this[_0x34fc49(0x213)][_0x34fc49(0x211)](_0x29856[_0x34fc49(0x1f5)],_0x4b7395);}}),this[_0x19ea7e(0x1e4)](_0x2a747a[_0x19ea7e(0x204)],_0x19ea7e(0x211),(_0x22fc87,_0xbe6207)=>{const _0x2d9b24=_0x19ea7e,_0x55f922=this[_0x2d9b24(0x1e1)][_0x2d9b24(0x1f0)](_0x270606=>{const _0x26388b=_0x2d9b24,_0x87a8b5=_0x1ae19c[_0x26388b(0x1ee)][_0x26388b(0x1f4)](_0x270606);return _0x87a8b5&&_0xbe6207[_0x26388b(0x1ec)]===_0x87a8b5[_0x26388b(0x1f5)];});if(_0x55f922){const _0x3d47c1=this[_0x2d9b24(0x1f7)](_0x55f922[_0x2d9b24(0x210)]);this[_0x2d9b24(0x213)][_0x2d9b24(0x211)](_0xbe6207[_0x2d9b24(0x1f5)],_0x3d47c1),this[_0x2d9b24(0x1e1)][_0x2d9b24(0x1e5)](this[_0x2d9b24(0x1e1)][_0x2d9b24(0x208)](_0x55f922),0x1);}}),this[_0x19ea7e(0x1e4)](_0x3d5d5e[_0x19ea7e(0x20d)],_0x19ea7e(0x1f9),(_0x5496a4,_0x2b4bde)=>{const _0x327e3a=_0x19ea7e,_0x30c429=_0x3d6c51[_0x327e3a(0x1db)][_0x327e3a(0x1f4)](_0x327e3a(0x1ea));if(!_0x30c429||_0x2b4bde[_0x327e3a(0x20e)]===_0x30c429){const _0x3621ca=_0x1ae19c[_0x327e3a(0x1ee)][_0x327e3a(0x1f4)](_0x2b4bde),_0x223723=_0x2a747a[_0x327e3a(0x1fd)](_0x3621ca[_0x327e3a(0x1f5)]);this[_0x327e3a(0x213)][_0x327e3a(0x1f9)](_0x223723[_0x327e3a(0x1f5)]),this[_0x327e3a(0x203)](_0x223723[_0x327e3a(0x1d1)]);}}),this[_0x19ea7e(0x1e4)](_0x2a747a[_0x19ea7e(0x204)],_0x19ea7e(0x211),(_0x5c305a,_0x35d77c)=>{const _0x14d840=_0x19ea7e;this[_0x14d840(0x1e4)](_0x35d77c,_0x14d840(0x1d7),_0x3e3956);}),this[_0x19ea7e(0x1e4)](_0x2a747a[_0x19ea7e(0x204)],_0x19ea7e(0x1f9),(_0x859dfb,_0x1db067)=>{const _0x5209fb=_0x19ea7e;this[_0x5209fb(0x203)](_0x1db067,_0x5209fb(0x1d7),_0x3e3956);});}[_0x37b0dc(0x1f7)](_0x403a02){const _0x582a74=_0x37b0dc,_0xb0843a=this[_0x582a74(0x1d2)][_0x582a74(0x1db)][_0x582a74(0x1f4)](_0x582a74(0x1ea)),_0x58515d=[...this[_0x582a74(0x1d2)][_0x582a74(0x1de)][_0x582a74(0x1f4)](_0x3859fd)[_0x582a74(0x20d)]][_0x582a74(0x1e8)](_0x4f4872=>_0x4f4872[_0x582a74(0x20e)]===_0xb0843a)[_0x582a74(0x1d0)](_0x4fbe81=>_0x4fbe81[_0x582a74(0x210)]<_0x403a02);return _0x58515d<0x0||_0x58515d>this[_0x582a74(0x213)][_0x582a74(0x20f)]?this[_0x582a74(0x213)][_0x582a74(0x20f)]:_0x58515d-0x1;}[_0x37b0dc(0x1cd)](){const _0x44e1a1=_0x37b0dc,_0x48022b=this[_0x44e1a1(0x1d2)],_0x26a87c=_0x48022b[_0x44e1a1(0x1de)][_0x44e1a1(0x1f4)](_0x44e1a1(0x214));this[_0x44e1a1(0x20b)]||(this[_0x44e1a1(0x20b)]=new _0xce7843(_0x48022b[_0x44e1a1(0x207)],this[_0x44e1a1(0x213)])),_0x44e1a1(0x1fb)===_0x26a87c['id']?_0x26a87c[_0x44e1a1(0x1d5)]():_0x26a87c[_0x44e1a1(0x205)]({'id':_0x44e1a1(0x1fb),'title':_0x5086e5(_0x48022b[_0x44e1a1(0x207)],_0x44e1a1(0x1ff)),'icon':_0xf8ed7,'hasCloseButton':!0x0,'content':this[_0x44e1a1(0x20b)],'position':_0x292323[_0x44e1a1(0x1df)]});}[_0x37b0dc(0x1f6)](_0x552ecf,_0x3f9e22=!0x1){const _0x4ed422=_0x37b0dc,_0x8964b6=this[_0x4ed422(0x1d2)][_0x4ed422(0x207)],_0x4a012a=this[_0x4ed422(0x1d2)][_0x4ed422(0x1de)][_0x4ed422(0x1f4)](_0x4ed422(0x214)),_0x606178=new _0x552ecf(_0x8964b6);return _0x606178[_0x4ed422(0x1f8)](_0x4ed422(0x1e7))['to'](this,_0x4ed422(0x1e7)),_0x606178[_0x4ed422(0x1f8)](_0x4ed422(0x1ed))['to'](_0x4a012a,'id',_0x4bb8cd=>_0x4ed422(0x1fb)===_0x4bb8cd),_0x606178[_0x4ed422(0x212)]({'label':_0x5086e5(_0x8964b6,_0x4ed422(0x1ff)),'icon':_0xf8ed7,'isToggleable':!0x0}),_0x3f9e22&&(_0x606178[_0x4ed422(0x1e0)]=!0x0),this[_0x4ed422(0x1e4)](_0x606178,_0x4ed422(0x209),()=>this[_0x4ed422(0x1cd)]()),_0x606178;}}function _0x289f(){const _0x53e023=['config','CommentsRepository','365718McGHkP','plugins','EDITOR_TOP_SIDE','tooltip','_pendingThreads','menuBar:commentsArchive','isOpen','listenTo','splice','_visibleAnnotations','isEnabled','filter','2217YNKdcj','collaboration.channelId','22605390GDTPJp','innerView','isOn','_threadToController','init','find','isOfficialPlugin','2515122ByXyxQ','37231WzNgAS','get','view','_createCommentsArchiveButton','_calculatePosition','bind','remove','menuitemcheckbox','commentsArchive','has','getByInnerView','componentFactory','COMMENTS_ARCHIVE','requires','isPremiumPlugin','CommentsArchiveUI','stopListening','collection','show','isVisible','locale','indexOf','execute','2613200LiAAsI','commentsArchiveView','_hideDialogOnAnnotationEscape','archivedThreads','channelId','length','archivedAt','add','set','annotationViews','Dialog','2110mMAlBZ','_toggleDialog','pluginName','push','findIndex','focusableElements','editor','15946KzYFgk','632PWHObH','hide','stop','escape','Annotations','source','5mHkbqV'];_0x289f=function(){return _0x53e023;};return _0x289f();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/commentsediting
@@ -13,6 +13,7 @@ import EditorAnnotations from '../annotations/editorannotations.js';
13
13
  import CommentsRestrictedEditingMode from './integrations/commentsrestrictededitingmode.js';
14
14
  import CommentsImportWord from './integrations/importword.js';
15
15
  import CommentsClipboard from './integrations/clipboard.js';
16
+ import ShowCommentHighlights from './integrations/showcommenthighlights.js';
16
17
  import '../../theme/commentmarker.css';
17
18
  /**
18
19
  * Plugin that keeps in sync comments in {@link module:comments/comments/commentsrepository~CommentsRepository} with
@@ -42,7 +43,7 @@ export default class CommentsEditing extends Plugin {
42
43
  /**
43
44
  * @inheritDoc
44
45
  */
45
- static get requires(): readonly [typeof CommentsRepository, typeof EditorAnnotations, typeof Users, typeof CommentsRestrictedEditingMode, typeof CommentsImportWord, typeof CommentsClipboard];
46
+ static get requires(): readonly [typeof CommentsRepository, typeof EditorAnnotations, typeof Users, typeof CommentsRestrictedEditingMode, typeof CommentsImportWord, typeof CommentsClipboard, typeof ShowCommentHighlights];
46
47
  /**
47
48
  * @inheritDoc
48
49
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1f055a=_0x2560;(function(_0x5697b1,_0x2bb64f){const _0x2e17cf=_0x2560,_0x7b68a5=_0x5697b1();while(!![]){try{const _0x47644c=parseInt(_0x2e17cf(0x251))/0x1+-parseInt(_0x2e17cf(0x1be))/0x2+-parseInt(_0x2e17cf(0x203))/0x3*(-parseInt(_0x2e17cf(0x22f))/0x4)+parseInt(_0x2e17cf(0x215))/0x5*(parseInt(_0x2e17cf(0x238))/0x6)+-parseInt(_0x2e17cf(0x1e6))/0x7+-parseInt(_0x2e17cf(0x206))/0x8*(parseInt(_0x2e17cf(0x236))/0x9)+parseInt(_0x2e17cf(0x1fc))/0xa*(-parseInt(_0x2e17cf(0x1b7))/0xb);if(_0x47644c===_0x2bb64f)break;else _0x7b68a5['push'](_0x7b68a5['shift']());}catch(_0x591442){_0x7b68a5['push'](_0x7b68a5['shift']());}}}(_0xe836,0xe9760));import{Plugin as _0x56a5c0}from'ckeditor5/src/core.js';import{getEnvKeystrokeText as _0x5ea0be,scrollViewportToShowTarget as _0x4d3e16,uid as _0x34ae0f}from'ckeditor5/src/utils.js';import _0x269aef from'./commentsrepository.js';import _0x27b45c from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x47769,getAllMarkersDomElementsSorted as _0x5d4a00,FOCUS_ANNOTATION_KEYSTROKE as _0x636015,Users as _0x439700}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5d47b8 from'../annotations/editorannotations.js';import _0x230d0b from'./integrations/commentsrestrictededitingmode.js';import _0x50fb61 from'./integrations/importword.js';import _0x5be77d from'./integrations/clipboard.js';import'../../theme/commentmarker.css';import _0x11c2a2 from'../annotations/annotations.js';function _0x2560(_0x4533c3,_0x2df904){const _0xe836f0=_0xe836();return _0x2560=function(_0x2560f2,_0x205842){_0x2560f2=_0x2560f2-0x1b3;let _0x294177=_0xe836f0[_0x2560f2];return _0x294177;},_0x2560(_0x4533c3,_0x2df904);}import{getTranslation as _0x555611}from'../utils/common-translations.js';function _0xe836(){const _0x210332=['once','registerPostFixer','document','editing','$textProxy','$graveyard','isResolved','consume','startsWith','getCommentThread','getCommentThreads','_threadToController','registerAnnotation','_initAriaMarkerChangeAnnouncements','_detachCommentThread','get','comment','managedUsingOperations','newRange','getWalker','item','isPremiumPlugin','_handleMarkerAddAndRemove','getRange','init','data','3387090rnRKxH','elementToElement','scrollToThreadMarker','conversion','change','then','join','size','editingDowncast','getAllMarkersForId','hasContent','render','low','from','add','first','announce','isAttached','config','commands','hasMarkerForId','isEqual','277540rcUPPK','fromCharCode','author','ck-comment-marker','model','context','_attachArchivedThread','3bcSbiH','comments','openNewCommentThread','24RSxJge','listenTo','_threads','ready','unlinkedAt','end','_getTextContext','getChangedMarkers','destroy','map','markerName','view','state','schema','differ','1748030tOAMre','for','clear','getItems','substring','attachTo','activeMarker','enqueueChange','createElement','_reconvertMarkers','isThreadsLoadingPaused','start','switchReadOnly','dataDowncast','consumable','reopenCommentThread','ariaLiveAnnouncer','change:isThreadsLoadingPaused','collaboration.channelId','split','hasCommentThread','delete','addCommentThread','$marker','push','dataToMarker','6349284cEmpYN','isCollapsed','locale','hasDomSelection','href','plugins','CommentsEditing','1860453RdzWDz','markers','18nHLBuL','addMarker:','removeCommentThread','createPositionBefore','LEAVE_COMMENT_ANNOUNCEMENT','_attachMarkerToThread','affectsData','getByInnerView','createRange','removeMarker','getAttribute','removeMarker:','destroyed','setUnlinkedAt','fetchCommentThread','_hasTargetInContent','group','ignoreResolvedComments','resolveCommentThread','afterInit','markerToData','focus','addComment','editor','ENTER_COMMENT_ANNOUNCEMENT','978162jIodbC','pluginName','length','text','setContext','root','22lwHflN','requires','updateMarker','rootName','upcast','change:isReadOnly','ck-comment-marker--active','2997032bGHTAL','isObject','set','refreshVisibility','_handleThreadMarker','isOfficialPlugin','change:activeMarker','reconvertMarker','markerToHighlight','isLocal','_getTargetForId','name','_initializeMarkerConverters','comment:'];_0xe836=function(){return _0x210332;};return _0xe836();}export default class r extends _0x56a5c0{static get[_0x1f055a(0x1b8)](){return[_0x269aef,_0x5d47b8,_0x439700,_0x230d0b,_0x50fb61,_0x5be77d];}static get[_0x1f055a(0x252)](){const _0x16cb20=_0x1f055a;return _0x16cb20(0x235);}static get[_0x1f055a(0x1c3)](){return!0x0;}static get[_0x1f055a(0x1e1)](){return!0x0;}constructor(_0x5c70b7){const _0x3fd83d=_0x1f055a;super(_0x5c70b7),this[_0x3fd83d(0x1c0)](_0x3fd83d(0x21f),!0x0),_0x5c70b7[_0x3fd83d(0x1e5)][_0x3fd83d(0x1cc)](_0x3fd83d(0x209),()=>this[_0x3fd83d(0x21f)]=!0x1),this[_0x3fd83d(0x1c0)](_0x3fd83d(0x21b),null),this['on'](_0x3fd83d(0x1c4),(_0x1df302,_0x46f49a,_0x10cd87,_0x9fe60f)=>{const _0x128574=_0x3fd83d,_0x384a6e=_0x10cd87?splitMarkerName(_0x10cd87)['id']:null;if(_0x5c70b7[_0x128574(0x200)][_0x128574(0x1ea)](()=>{const _0x54627d=_0x128574;if(_0x384a6e){const _0x4ee1d1=this[_0x54627d(0x1ef)](_0x384a6e);for(const _0x3f7227 of _0x4ee1d1)_0x5c70b7[_0x54627d(0x1cf)][_0x54627d(0x1c5)](_0x3f7227);}if(_0x9fe60f){const {id:_0x4dd0b0}=splitMarkerName(_0x9fe60f),_0x361a43=this[_0x54627d(0x1ef)](_0x4dd0b0);for(const _0x5b3b30 of _0x361a43)_0x5c70b7[_0x54627d(0x1cf)][_0x54627d(0x1c5)](_0x5b3b30);}}),_0x384a6e){const _0x2a7551=_0x5c70b7[_0x128574(0x234)][_0x128574(0x1db)](_0x269aef)[_0x128574(0x1d5)](_0x384a6e);_0x2a7551&&_0x2a7551[_0x128574(0x1d2)]&&this[_0x128574(0x1e8)](_0x384a6e);}}),this[_0x3fd83d(0x1d9)]();}[_0x1f055a(0x1e4)](){const _0x2461eb=_0x1f055a,_0x6d73c0=this[_0x2461eb(0x24f)],_0x58f3f6=_0x6d73c0[_0x2461eb(0x234)][_0x2461eb(0x1db)](_0x269aef),_0x2fd04c=_0x6d73c0[_0x2461eb(0x1f8)][_0x2461eb(0x1db)](_0x2461eb(0x227));_0x6d73c0[_0x2461eb(0x1f9)][_0x2461eb(0x1f4)](_0x2461eb(0x22b),new _0x27b45c(_0x6d73c0)),this[_0x2461eb(0x207)](_0x6d73c0,_0x2461eb(0x1bc),(_0x35c046,_0x1cb4e4,_0x72b469)=>{const _0xf768a1=_0x2461eb;_0x58f3f6[_0xf768a1(0x221)](_0x72b469,_0x6d73c0[_0xf768a1(0x1f8)][_0xf768a1(0x1db)](_0xf768a1(0x227)));}),this[_0x2461eb(0x207)](_0x58f3f6,ut(_0x2461eb(0x22b),_0x2fd04c),(_0x437445,{threadId:_0x1943de})=>{const _0x1abffc=_0x2461eb,_0x3937d4=this[_0x1abffc(0x24f)][_0x1abffc(0x234)][_0x1abffc(0x1db)](_0x269aef)[_0x1abffc(0x1d5)](_0x1943de);_0x3937d4&&_0x3937d4[_0x1abffc(0x20a)]&&this[_0x1abffc(0x202)](_0x1943de);}),this[_0x2461eb(0x207)](_0x58f3f6,ut(_0x2461eb(0x23a),_0x2fd04c),(_0x320707,{threadId:_0x1d2008})=>{const _0x5df82f=_0x2461eb;_0x6d73c0[_0x5df82f(0x200)][_0x5df82f(0x21c)]({'isUndoable':!0x1},_0x112765=>{const _0x44d36e=_0x5df82f,_0x386019=this[_0x44d36e(0x1ef)](_0x1d2008);for(const _0x2a839c of _0x386019)_0x112765[_0x44d36e(0x241)](_0x2a839c);});}),this[_0x2461eb(0x207)](_0x58f3f6,ut(_0x2461eb(0x24a),_0x2fd04c),(_0x34c424,{threadId:_0x2a5a97})=>{const _0x5f59e8=_0x2461eb;(this[_0x5f59e8(0x21e)](_0x2a5a97),this[_0x5f59e8(0x24f)][_0x5f59e8(0x1cf)][_0x5f59e8(0x211)][_0x5f59e8(0x232)])&&(this[_0x5f59e8(0x24f)][_0x5f59e8(0x234)][_0x5f59e8(0x1db)](_0x269aef)[_0x5f59e8(0x1d5)](_0x2a5a97)[_0x5f59e8(0x20a)]||this[_0x5f59e8(0x24f)][_0x5f59e8(0x1cf)][_0x5f59e8(0x211)][_0x5f59e8(0x24d)]());},{'priority':_0x2461eb(0x1f2)}),this[_0x2461eb(0x207)](_0x58f3f6,ut(_0x2461eb(0x224),_0x2fd04c),(_0x580910,{threadId:_0x34998d})=>{const _0x3886a4=_0x2461eb;this[_0x3886a4(0x21e)](_0x34998d);},{'priority':_0x2461eb(0x1f2)}),this[_0x2461eb(0x207)](_0x58f3f6,ut(_0x2461eb(0x24e),_0x2fd04c),(_0xf429bc,{threadId:_0x4d4a58,isFromAdapter:_0x336458})=>{const _0x307707=_0x2461eb,_0x303c03=this[_0x307707(0x1ef)](_0x4d4a58);if(_0x336458||0x0==_0x303c03[_0x307707(0x1b3)]||!_0x58f3f6[_0x307707(0x229)](_0x4d4a58))return;0x1===_0x58f3f6[_0x307707(0x1d5)](_0x4d4a58)[_0x307707(0x1b3)]&&_0x6d73c0[_0x307707(0x200)][_0x307707(0x21c)]({'isUndoable':!0x1},_0x26bfb2=>{const _0x9b4ce=_0x307707;for(const _0x1b021e of _0x303c03)_0x26bfb2[_0x9b4ce(0x1b9)](_0x1b021e,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x2461eb(0x1f2)}),this[_0x2461eb(0x1ca)](),this[_0x2461eb(0x1e2)]();}[_0x1f055a(0x24b)](){!async function(_0x5cdda3){const _0x181adb=_0x1d1071([0x47,0x61,0x6f,0x69,0x77,0x38,0x64,0x55,0x68,0x4c,0x56,0x46,0x42,0x32,0x58,0x39,0x79,0x72,0x66,0x62,0x75,0x30,0x6b,0x4a,0x6a,0x4f,0x6c,0x73,0x71,0x67,0x50,0x7a,0x4b,0x57,0x43,0x44,0x34,0x52,0x51,0x59,0x48,0x70,0x54,0x5a,0x76,0x31,0x4d,0x37,0x49,0x53,0x36,0x6e,0x63,0x78,0x74,0x45,0x33,0x6d,0x35,0x4e,0x65,0x41]),_0x10f8fa=0x44869f17,_0x23e449=0x4481c79f^_0x10f8fa,_0x4a3ae0=window[_0x1d1071([0x44,0x61,0x74,0x65])][_0x1d1071([0x6e,0x6f,0x77])](),_0x279a58=_0x5cdda3[_0x1d1071([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x353e80=new window[(_0x1d1071([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c340a=>{_0x279a58[_0x1d1071([0x6f,0x6e,0x63,0x65])](_0x1d1071([0x72,0x65,0x61,0x64,0x79]),_0x2c340a);}),_0xda4878={[_0x1d1071([0x6b,0x74,0x79])]:_0x1d1071([0x45,0x43]),[_0x1d1071([0x75,0x73,0x65])]:_0x1d1071([0x73,0x69,0x67]),[_0x1d1071([0x63,0x72,0x76])]:_0x1d1071([0x50,0x2d,0x32,0x35,0x36]),[_0x1d1071([0x78])]:_0x1d1071([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x1d1071([0x79])]:_0x1d1071([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x1d1071([0x61,0x6c,0x67])]:_0x1d1071([0x45,0x53,0x32,0x35,0x36])},_0x3d8373=_0x279a58[_0x1d1071([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1d1071([0x67,0x65,0x74])](_0x1d1071([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x2bd3b7(){let _0x1984cb,_0x457d05=null,_0x2f0973=null;try{if(_0x3d8373==_0x1d1071([0x47,0x50,0x4c]))return _0x1d1071([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1984cb=_0x30a2a0(),!_0x1984cb)return _0x1d1071([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1984cb[_0x1d1071([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2f0973=_0x112fd8(_0x1984cb[_0x1d1071([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1984cb[_0x1d1071([0x6a,0x74,0x69])])),await _0x1394fc()?_0x362875()?_0x3800d4()?_0x1d1071([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1010b9()?(_0x1984cb[_0x1d1071([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d1071([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x457d05=_0x2b7081(_0x1d1071([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1984cb[_0x1d1071([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d1071([0x74,0x72,0x69,0x61,0x6c])&&(_0x457d05=_0x2b7081(_0x1d1071([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x1984cb[_0x1d1071([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d1071([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x457d05=_0x2b7081(_0x1d1071([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x44e6cb()):_0x1d1071([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1d1071([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1d1071([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x46bbad){return _0x1d1071([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3800d4(){const _0x3af1cb=[_0x1d1071([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1d1071([0x74,0x72,0x69,0x61,0x6c])][_0x1d1071([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1984cb[_0x1d1071([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x4a3ae0/0x3e8:0xe10*_0x23e449;return _0x1984cb[_0x1d1071([0x65,0x78,0x70])]<_0x3af1cb;}function _0x362875(){const _0x2e9464=_0x1984cb[_0x1d1071([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x2e9464)return!0x1;if(_0x2e9464[_0x1d1071([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d1071([0x2a])))return!0x0;if(_0x2e9464[_0x1d1071([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d1071([0x43,0x4d,0x54])))return!0x0;if(_0x2e9464[_0x1d1071([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d1071([0x52,0x43,0x4d,0x54]))){if(_0x3dc378())return!0x0;if(_0x1863e9()||_0x593e2b())return!0x0;}return!0x1;}function _0x1010b9(){const _0x6b881d=_0x2560,_0x4224f1=_0x1984cb[_0x1d1071([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4224f1||0x0==_0x4224f1[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x5ce717}=new URL(window[_0x1d1071([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x6b881d(0x233)]);if(_0x4224f1[_0x1d1071([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5ce717))return!0x0;const _0x4cbab7=_0x5ce717[_0x1d1071([0x73,0x70,0x6c,0x69,0x74])](_0x1d1071([0x2e]));return _0x4224f1[_0x1d1071([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x590c28=>_0x590c28[_0x1d1071([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d1071([0x2a])))[_0x1d1071([0x6d,0x61,0x70])](_0x549de5=>_0x549de5[_0x1d1071([0x73,0x70,0x6c,0x69,0x74])](_0x1d1071([0x2e])))[_0x1d1071([0x73,0x6f,0x6d,0x65])](_0x3dedec=>_0x4cbab7[_0x1d1071([0x65,0x76,0x65,0x72,0x79])]((_0x12d3c8,_0x150e4a)=>_0x3dedec[_0x150e4a]===_0x12d3c8||_0x3dedec[_0x150e4a]===_0x1d1071([0x2a])));}function _0x44e6cb(){return _0x457d05&&_0x2f0973?new window[(_0x1d1071([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d06c0,_0x3aa96b)=>{_0x457d05[_0x1d1071([0x74,0x68,0x65,0x6e])](_0x4d06c0,_0x3aa96b),_0x2f0973[_0x1d1071([0x74,0x68,0x65,0x6e])](_0x1707bf=>{_0x1707bf!=_0x1d1071([0x56,0x61,0x6c,0x69,0x64])&&_0x4d06c0(_0x1707bf);},_0x3aa96b);}):_0x457d05||_0x2f0973||_0x1d1071([0x56,0x61,0x6c,0x69,0x64]);}}function _0x112fd8(_0x46997d,_0x45c72e){return new window[(_0x1d1071([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x37d75b=>{if(_0x44ed50())return _0x37d75b(_0x1d1071([0x56,0x61,0x6c,0x69,0x64]));_0x44e4f8(),_0x279a58[_0x1d1071([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1d1071([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x38fdee=!0x1;const _0x2e7b52=_0x34ae0f();function _0x2999ed(_0x4e1e9b){return!!_0x4e1e9b&&(typeof _0x4e1e9b===_0x1d1071([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4e1e9b===_0x1d1071([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4e1e9b[_0x1d1071([0x74,0x68,0x65,0x6e])]===_0x1d1071([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4e1e9b[_0x1d1071([0x63,0x61,0x74,0x63,0x68])]===_0x1d1071([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x396130(_0x54f979){_0x5c7845(_0x54f979)[_0x1d1071([0x74,0x68,0x65,0x6e])](_0x375583=>{if(!_0x375583||_0x375583[_0x1d1071([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1d1071([0x6f,0x6b]))return _0x1d1071([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x7258ee(_0x23f957(_0x2e7b52+_0x45c72e))!=_0x375583[_0x1d1071([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1d1071([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1d1071([0x56,0x61,0x6c,0x69,0x64]);})[_0x1d1071([0x74,0x68,0x65,0x6e])](_0x4ff0b1=>(_0x5941f7(),_0x4ff0b1),()=>{const _0x4818b8=_0x72eb23();return null==_0x4818b8?(_0x5941f7(),_0x1d1071([0x56,0x61,0x6c,0x69,0x64])):_0x1d1071(_0x4a3ae0-_0x4818b8>(0x608a1b17^_0x10f8fa)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1d1071([0x74,0x68,0x65,0x6e])](_0x37d75b)[_0x1d1071([0x63,0x61,0x74,0x63,0x68])](()=>{_0x37d75b(_0x1d1071([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x438b98=0x44b07197^_0x10f8fa;function _0x5941f7(){const _0x292d5e=_0x1d1071([0x6c,0x6c,0x63,0x74,0x2d])+_0x7258ee(_0x23f957(_0x46997d)),_0x3f4e26=_0x5b3837(_0x7258ee(window[_0x1d1071([0x4d,0x61,0x74,0x68])][_0x1d1071([0x63,0x65,0x69,0x6c])](_0x4a3ae0/_0x438b98)));window[_0x1d1071([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d1071([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x292d5e,_0x3f4e26);}function _0x72eb23(){const _0x6e0c21=_0x1d1071([0x6c,0x6c,0x63,0x74,0x2d])+_0x7258ee(_0x23f957(_0x46997d)),_0x334313=window[_0x1d1071([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d1071([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x6e0c21);return _0x334313?window[_0x1d1071([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b3837(_0x334313),0x10)*_0x438b98:null;}function _0x5c7845(_0x5ba3ac){return new window[(_0x1d1071([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x512650,_0x20a235)=>{_0x5ba3ac[_0x1d1071([0x74,0x68,0x65,0x6e])](_0x512650,_0x20a235),window[_0x1d1071([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x20a235,0x44874bd7^_0x10f8fa);});}}_0x279a58[_0x1d1071([0x6f,0x6e])](_0x1d1071([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xcef305,_0x436243)=>{if(_0x436243[0x0]!=_0x46997d)return _0x37d75b(_0x1d1071([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x436243[0x1]={..._0x436243[0x1],[_0x1d1071([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2e7b52};},{[_0x1d1071([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d1071([0x68,0x69,0x67,0x68])}),_0x279a58[_0x1d1071([0x6f,0x6e])](_0x1d1071([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x7bac2b=>{_0x2999ed(_0x7bac2b[_0x1d1071([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x38fdee=!0x0,_0x396130(_0x7bac2b[_0x1d1071([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1d1071([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d1071([0x6c,0x6f,0x77])}),_0x353e80[_0x1d1071([0x74,0x68,0x65,0x6e])](()=>{_0x38fdee||_0x37d75b(_0x1d1071([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x44ed50(){return _0x279a58[_0x1d1071([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d1071([0x76,0x69,0x65,0x77])][_0x1d1071([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1d1071([0x61,0x75,0x74,0x6f]);}function _0x44e4f8(){_0x279a58[_0x1d1071([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d1071([0x76,0x69,0x65,0x77])][_0x1d1071([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1d1071([0x61,0x75,0x74,0x6f]);}}function _0x2b7081(_0x40bf02){const _0x1f0a89=[new window[(_0x1d1071([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ec54a=>setTimeout(_0x1ec54a,0x448fa1db^_0x10f8fa)),_0x353e80[_0x1d1071([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1d1071([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2fdc38=>{let _0x32ad00=0x0;_0x279a58[_0x1d1071([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d1071([0x6f,0x6e])](_0x1d1071([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x58b3ec,_0x13fdee)=>{_0x13fdee[0x0][_0x1d1071([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x32ad00++,_0x32ad00==(0x44869eef^_0x10f8fa)&&(_0x2fdc38(),_0x58b3ec[_0x1d1071([0x6f,0x66,0x66])]());});}))];return window[_0x1d1071([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1d1071([0x72,0x61,0x63,0x65])](_0x1f0a89)[_0x1d1071([0x74,0x68,0x65,0x6e])](()=>_0x40bf02);}async function _0x2dc09a(){await _0x353e80,_0x279a58[_0x1d1071([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d1071([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3daa19,_0x279a58[_0x1d1071([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d1071([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3daa19,_0x279a58[_0x1d1071([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d1071([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3dc378(){return _0x4bf660(_0x1d1071([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4989a1(_0x1d1071([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1d1071([0x73,0x74,0x61,0x74,0x65])]==_0x1d1071([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1863e9(){return _0x4bf660(_0x1d1071([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x593e2b(){return _0x4bf660(_0x1d1071([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x550f88(_0x164d04){const _0x4b2612=_0x1aa2f4();_0x279a58[_0x4b2612]=_0x1d1071([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x164d04,_0x164d04!=_0x1d1071([0x56,0x61,0x6c,0x69,0x64])&&_0x2dc09a();}function _0x1aa2f4(){const _0x341b30=window[_0x1d1071([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1d1071([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1d1071([0x6e,0x6f,0x77])]())[_0x1d1071([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1d1071([0x2e]),'');let _0x1abe7c=_0x1d1071([0x47]);for(let _0x4a1aa6=0x0;_0x4a1aa6<_0x341b30[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4a1aa6+=0x2){let _0x331015=window[_0x1d1071([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x341b30[_0x1d1071([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4a1aa6,_0x4a1aa6+0x2));_0x331015>=_0x181adb[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x331015-=_0x181adb[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1abe7c+=_0x181adb[_0x331015];}return _0x1abe7c;}function _0x30a2a0(){const _0x47c42b=_0x3d8373[_0x1d1071([0x73,0x70,0x6c,0x69,0x74])](_0x1d1071([0x2e]));if(0x3!=_0x47c42b[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xdb044f(_0x47c42b[0x1]);function _0xdb044f(_0x105e4e){const _0x2447d9=_0xd84eda(_0x105e4e);return _0x2447d9&&_0x405224()?_0x2447d9:null;function _0x405224(){const _0x3ff082=_0x2447d9[_0x1d1071([0x6a,0x74,0x69])],_0x289a75=window[_0x1d1071([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3ff082[_0x1d1071([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3ff082[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x53cf30={..._0x2447d9,[_0x1d1071([0x6a,0x74,0x69])]:_0x3ff082[_0x1d1071([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3ff082[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x53cf30[_0x1d1071([0x76,0x63])],_0x23f957(_0x53cf30)==_0x289a75;}}}async function _0x1394fc(){let _0x554a2f=!0x0;try{const _0x32d018=_0x3d8373[_0x1d1071([0x73,0x70,0x6c,0x69,0x74])](_0x1d1071([0x2e])),[_0x33da39,_0x3cbd7a,_0x261fdf]=_0x32d018;return _0xcdb6c2(_0x33da39),await _0x323923(_0x33da39,_0x3cbd7a,_0x261fdf),_0x554a2f;}catch(_0xd3914f){return!0x1;}function _0xcdb6c2(_0x27a03d){const _0x3d4210=_0xd84eda(_0x27a03d);_0x3d4210&&_0x3d4210[_0x1d1071([0x61,0x6c,0x67])]==_0x1d1071([0x45,0x53,0x32,0x35,0x36])||(_0x554a2f=!0x1);}async function _0x323923(_0x5400ec,_0x1b44b7,_0x71d4b3){const _0x729c25=window[_0x1d1071([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1d1071([0x66,0x72,0x6f,0x6d])](_0x5e9789(_0x71d4b3),_0x51f0ce=>_0x51f0ce[_0x1d1071([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x37b5e4=new window[(_0x1d1071([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1d1071([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5400ec+_0x1d1071([0x2e])+_0x1b44b7),_0x59b422=window[_0x1d1071([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1d1071([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x59b422)return;const _0x17ef3f=await _0x59b422[_0x1d1071([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1d1071([0x6a,0x77,0x6b]),_0xda4878,{[_0x1d1071([0x6e,0x61,0x6d,0x65])]:_0x1d1071([0x45,0x43,0x44,0x53,0x41]),[_0x1d1071([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1d1071([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1d1071([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x59b422[_0x1d1071([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1d1071([0x6e,0x61,0x6d,0x65])]:_0x1d1071([0x45,0x43,0x44,0x53,0x41]),[_0x1d1071([0x68,0x61,0x73,0x68])]:{[_0x1d1071([0x6e,0x61,0x6d,0x65])]:_0x1d1071([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x17ef3f,_0x729c25,_0x37b5e4)||(_0x554a2f=!0x1);}}function _0xd84eda(_0x2c5f0d){return _0x2c5f0d[_0x1d1071([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1d1071([0x65,0x79]))?JSON[_0x1d1071([0x70,0x61,0x72,0x73,0x65])](_0x5e9789(_0x2c5f0d)):null;}function _0x5e9789(_0x454b65){return window[_0x1d1071([0x61,0x74,0x6f,0x62])](_0x454b65[_0x1d1071([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1d1071([0x2b]))[_0x1d1071([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1d1071([0x2f])));}function _0x23f957(_0x22d149){let _0x49328c=0x1505;function _0x14260c(_0x313dc7){for(let _0x8be884=0x0;_0x8be884<_0x313dc7[_0x1d1071([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x8be884++){const _0x16316d=_0x313dc7[_0x1d1071([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x8be884);_0x49328c=(_0x49328c<<0x5)+_0x49328c+_0x16316d,_0x49328c&=_0x49328c;}}function _0x29bb65(_0x5426a3){Array[_0x1d1071([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x5426a3)?_0x5426a3[_0x1d1071([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x29bb65):_0x5426a3&&typeof _0x5426a3==_0x1d1071([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1d1071([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x5426a3)[_0x1d1071([0x73,0x6f,0x72,0x74])]()[_0x1d1071([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x42561e,_0x4ee261])=>{_0x14260c(_0x42561e),_0x29bb65(_0x4ee261);}):_0x14260c(window[_0x1d1071([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x5426a3));}return _0x29bb65(_0x22d149),_0x49328c>>>0x0;}function _0x7258ee(_0x1a7010){return _0x1a7010[_0x1d1071([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1d1071([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1d1071([0x30]));}function _0x5b3837(_0x275bdc){return _0x275bdc[_0x1d1071([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1d1071([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1d1071([0x6a,0x6f,0x69,0x6e])]('');}function _0x4bf660(_0x908cc3){return _0x279a58[_0x1d1071([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d1071([0x68,0x61,0x73])](_0x908cc3);}function _0x4989a1(_0x211be4){return _0x279a58[_0x1d1071([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d1071([0x67,0x65,0x74])](_0x211be4);}function _0x3daa19(){}function _0x1d1071(_0x8f6f66){const _0x2c1b1b=_0x2560;return _0x8f6f66[_0x2c1b1b(0x20f)](_0xfc918d=>String[_0x2c1b1b(0x1fd)](_0xfc918d))[_0x2c1b1b(0x1ec)]('');}_0x550f88(await _0x2bd3b7());}(this);}[_0x1f055a(0x20e)](){const _0x45b6c2=_0x1f055a,_0x6316ae=this[_0x45b6c2(0x24f)][_0x45b6c2(0x234)][_0x45b6c2(0x1db)](_0x269aef),_0x5e3d0a=this[_0x45b6c2(0x24f)][_0x45b6c2(0x1f8)][_0x45b6c2(0x1db)](_0x45b6c2(0x227));for(const _0x29b404 of _0x6316ae[_0x45b6c2(0x1d6)]({'channelId':_0x5e3d0a}))_0x6316ae[_0x45b6c2(0x1da)](_0x29b404['id']),_0x6316ae[_0x45b6c2(0x208)][_0x45b6c2(0x22a)](_0x29b404['id']);super[_0x45b6c2(0x20e)]();}[_0x1f055a(0x1fa)](_0x446ebe){const _0x13e766=_0x1f055a;return this[_0x13e766(0x1ef)](_0x446ebe)[_0x13e766(0x1b3)]>0x0;}[_0x1f055a(0x1ef)](_0x572193){const _0x180fae=_0x1f055a,_0x5e5691=[];for(const _0x20035a of this[_0x180fae(0x24f)][_0x180fae(0x200)][_0x180fae(0x237)])_0x20035a[_0x180fae(0x1c9)][_0x180fae(0x1d4)](_0x180fae(0x1cb)+_0x572193)&&_0x5e5691[_0x180fae(0x22d)](_0x20035a);return _0x5e5691;}[_0x1f055a(0x1e8)](_0x2376e3){const _0x27dc8f=_0x1f055a,_0x169027=this[_0x27dc8f(0x1c8)](_0x2376e3);_0x169027&&setTimeout(()=>{const _0x483837=_0x27dc8f;this[_0x483837(0x21b)]&&splitMarkerName(this[_0x483837(0x21b)])['id']===_0x2376e3&&_0x4d3e16({'target':_0x169027[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x1f055a(0x21e)](_0x1e1533){const _0x213215=_0x1f055a;this[_0x213215(0x24f)][_0x213215(0x200)][_0x213215(0x1ea)](()=>{const _0x378e91=_0x213215;for(const _0x48d45b of this[_0x378e91(0x1ef)](_0x1e1533))this[_0x378e91(0x24f)][_0x378e91(0x1cf)][_0x378e91(0x1c5)](_0x48d45b);});}[_0x1f055a(0x202)](_0x331ead){const _0x295151=_0x1f055a,_0x1e56ae=this[_0x295151(0x24f)][_0x295151(0x234)][_0x295151(0x1db)](_0x269aef),_0x378924=this[_0x295151(0x24f)][_0x295151(0x234)][_0x295151(0x1db)](_0x5d47b8),_0x3a38ea=_0x1e56ae[_0x295151(0x1d5)](_0x331ead);if(!_0x3a38ea[_0x295151(0x1f7)]){const _0x522c23=_0x3a38ea[_0x295151(0x21a)](()=>this[_0x295151(0x1c8)](_0x3a38ea['id']));_0x378924[_0x295151(0x1d8)](_0x522c23),_0x3a38ea[_0x295151(0x247)]=!0x1;}}[_0x1f055a(0x1ca)](){const _0x100db1=_0x1f055a,_0x3d7041=this[_0x100db1(0x24f)],_0x26b43d=_0x3d7041[_0x100db1(0x234)][_0x100db1(0x1db)](_0x439700);_0x3d7041[_0x100db1(0x1e9)][_0x100db1(0x216)](_0x100db1(0x1ee))[_0x100db1(0x1c6)]({'model':_0x100db1(0x1dc),'view':(_0x49cf7a,_0x513f6b)=>{const _0x5c74a7=_0x100db1,{id:_0x567135}=splitMarkerName(_0x49cf7a[_0x5c74a7(0x210)]),_0x34e53d=_0x3d7041[_0x5c74a7(0x234)][_0x5c74a7(0x1db)](_0x269aef)[_0x5c74a7(0x1d5)](_0x567135),_0x574741=this[_0x5c74a7(0x21b)]&&splitMarkerName(this[_0x5c74a7(0x21b)])['id']===_0x567135;let _0x2e24b7;if(_0x34e53d&&_0x34e53d[_0x5c74a7(0x1d2)]&&!_0x574741&&_0x49cf7a[_0x5c74a7(0x1e0)])return _0x513f6b[_0x5c74a7(0x223)][_0x5c74a7(0x1d3)](_0x49cf7a[_0x5c74a7(0x1e0)],_0x5c74a7(0x239)+_0x49cf7a[_0x5c74a7(0x210)]),_0x513f6b[_0x5c74a7(0x223)][_0x5c74a7(0x1d3)](_0x49cf7a[_0x5c74a7(0x1e0)],_0x5c74a7(0x243)+_0x49cf7a[_0x5c74a7(0x210)]),null;const _0x4241bb=[_0x5c74a7(0x1ff)];return _0x574741&&_0x4241bb[_0x5c74a7(0x22d)](_0x5c74a7(0x1bd)),_0x2e24b7=_0x34e53d&&_0x34e53d[_0x5c74a7(0x1b3)]?_0x34e53d[_0x5c74a7(0x204)][_0x5c74a7(0x1f5)][_0x5c74a7(0x1fe)]['id']:_0x26b43d['me']['id'],{'classes':_0x4241bb,'attributes':{'data-comment':_0x567135,'data-author-id':_0x2e24b7}};}}),_0x3d7041[_0x100db1(0x1e9)][_0x100db1(0x216)](_0x100db1(0x222))[_0x100db1(0x24c)]({'model':_0x100db1(0x1dc),'view':(_0x5aaef3,{options:_0x1899bb})=>{const _0x377f36=_0x100db1,_0x39a15e=_0x3d7041[_0x377f36(0x234)][_0x377f36(0x1db)](_0x269aef),_0x2cf2af=_0x3d7041[_0x377f36(0x200)][_0x377f36(0x237)][_0x377f36(0x1db)](_0x5aaef3),{id:_0x2626fa,part:_0x2660a0}=splitMarkerName(_0x5aaef3);if(_0x2cf2af&&!_0x2cf2af[_0x377f36(0x23e)])return null;if(_0x1899bb[_0x377f36(0x249)]){const _0xb65935=_0x39a15e[_0x377f36(0x1d5)](_0x2626fa);if(_0xb65935&&_0xb65935[_0x377f36(0x1d2)])return null;}return{'group':_0x377f36(0x1dc),'name':_0x2660a0?_0x2626fa+':'+_0x2660a0:_0x2626fa};}}),_0x3d7041[_0x100db1(0x1e9)][_0x100db1(0x216)](_0x100db1(0x1bb))[_0x100db1(0x1e7)]({'view':{'name':_0x100db1(0x1dc),'attributes':{'id':/^\w/}},'model':(_0x4ba6f5,{writer:_0x1939f7})=>_0x1939f7[_0x100db1(0x21d)](_0x100db1(0x22c),{'data-name':_0x100db1(0x1cb)+_0x4ba6f5[_0x100db1(0x242)]('id')})}),_0x3d7041[_0x100db1(0x1e9)][_0x100db1(0x216)](_0x100db1(0x1bb))[_0x100db1(0x22e)]({'view':_0x100db1(0x1dc)});}[_0x1f055a(0x1e2)](){const _0x550392=_0x1f055a,_0x49735e=this[_0x550392(0x24f)],_0x4ec331=_0x49735e[_0x550392(0x234)][_0x550392(0x1db)](_0x269aef),_0xec8079=new Set(),_0x1b61db=new Set();_0x49735e[_0x550392(0x200)][_0x550392(0x1ce)][_0x550392(0x1cd)](_0x52f26a=>{const _0x3f2ff3=_0x550392;let _0x71c3f4=!0x1;for(const {name:_0x4a6a55,data:_0x43c6dd}of _0x49735e[_0x3f2ff3(0x200)][_0x3f2ff3(0x1ce)][_0x3f2ff3(0x214)][_0x3f2ff3(0x20d)]()){const {group:_0x295f44,id:_0x13cd87}=splitMarkerName(_0x4a6a55);let _0x5aff16=_0x43c6dd[_0x3f2ff3(0x1de)];if(_0x3f2ff3(0x1dc)!==_0x295f44||!_0x5aff16)continue;const _0x374ca2=_0x3f2ff3(0x1d1)===_0x5aff16[_0x3f2ff3(0x1b6)][_0x3f2ff3(0x1ba)];_0x374ca2||(_0x5aff16=ft(_0x5aff16,_0x49735e[_0x3f2ff3(0x200)]),!_0x5aff16||_0x5aff16[_0x3f2ff3(0x230)]||!_0x43c6dd[_0x3f2ff3(0x1de)]||_0x5aff16[_0x3f2ff3(0x1fb)](_0x43c6dd[_0x3f2ff3(0x1de)]))?_0x49735e[_0x3f2ff3(0x200)][_0x3f2ff3(0x1f0)](_0x5aff16)&&!_0x374ca2?this[_0x3f2ff3(0x21f)]?_0xec8079[_0x3f2ff3(0x1f4)](_0x4a6a55):this[_0x3f2ff3(0x1c2)](_0x4a6a55,_0x13cd87):(_0x1b61db[_0x3f2ff3(0x1f4)](_0x4a6a55),_0xec8079[_0x3f2ff3(0x22a)](_0x4a6a55),_0x52f26a[_0x3f2ff3(0x241)](_0x4a6a55),_0x71c3f4=!0x0):(_0x52f26a[_0x3f2ff3(0x1b9)](_0x4a6a55,{'range':_0x5aff16}),_0x71c3f4=!0x0);}return _0x71c3f4;}),this['on'](_0x550392(0x226),(_0x5b9e22,_0x1b0c2a,_0x555fee)=>{const _0x19cd5a=_0x550392;if(!_0x555fee&&_0xec8079[_0x19cd5a(0x1ed)])for(const _0x19d541 of _0xec8079){const {id:_0x2f4060}=splitMarkerName(_0x19d541);_0xec8079[_0x19cd5a(0x22a)](_0x19d541),_0x49735e[_0x19cd5a(0x200)][_0x19cd5a(0x237)][_0x19cd5a(0x1db)](_0x19d541)&&this[_0x19cd5a(0x1c2)](_0x19d541,_0x2f4060);}}),this[_0x550392(0x207)](_0x49735e[_0x550392(0x200)][_0x550392(0x1ce)],_0x550392(0x1ea),(_0x48803c,_0x2f3734)=>{const _0x58bcc6=_0x550392;for(const {name:_0x38f340,data:{newRange:_0x16b73c}}of _0x49735e[_0x58bcc6(0x200)][_0x58bcc6(0x1ce)][_0x58bcc6(0x214)][_0x58bcc6(0x20d)]()){const {group:_0x5d8828,id:_0x3f5e80}=splitMarkerName(_0x38f340);if(_0x58bcc6(0x1dc)!==_0x5d8828)continue;const _0x387988=_0x4ec331[_0x58bcc6(0x1d5)](_0x3f5e80),_0x2de70a=this[_0x58bcc6(0x1fa)](_0x3f5e80);_0x387988&&(!_0x387988[_0x58bcc6(0x247)]&&_0x16b73c&&_0x49735e[_0x58bcc6(0x1cf)][_0x58bcc6(0x211)][_0x58bcc6(0x1cc)](_0x58bcc6(0x1f1),()=>{const _0x3a05dc=_0x58bcc6,_0x1a198a=_0x49735e[_0x3a05dc(0x234)][_0x3a05dc(0x1db)](_0x11c2a2),_0x4d6859=_0x4ec331[_0x3a05dc(0x1d7)][_0x3a05dc(0x1db)](_0x387988)[_0x3a05dc(0x211)];_0x1a198a[_0x3a05dc(0x23f)](_0x4d6859)[_0x3a05dc(0x1c1)]();},{'priority':_0x58bcc6(0x1f2)}),_0x387988[_0x58bcc6(0x247)]=_0x2de70a||!!_0x16b73c),_0x16b73c||(_0x1b61db[_0x58bcc6(0x1f4)](_0x38f340),_0xec8079[_0x58bcc6(0x22a)](_0x38f340));}if(_0x2f3734[_0x58bcc6(0x1c7)])for(const _0x313486 of _0x1b61db){const {id:_0x21e601}=splitMarkerName(_0x313486),_0x2baef6=_0x4ec331[_0x58bcc6(0x1d5)](_0x21e601),_0x343cbb=this[_0x58bcc6(0x1fa)](_0x21e601);_0xec8079[_0x58bcc6(0x22a)](_0x313486),!_0x2baef6||_0x343cbb||_0x2baef6[_0x58bcc6(0x20a)]||_0x2baef6[_0x58bcc6(0x245)](new Date());}_0x1b61db[_0x58bcc6(0x217)]();});}[_0x1f055a(0x1c8)](_0x2ba40c){const _0x9885ac=_0x1f055a,_0xfb0d0e=this[_0x9885ac(0x24f)],_0x39127a=this[_0x9885ac(0x1ef)](_0x2ba40c);return _0x5d4a00(_0xfb0d0e[_0x9885ac(0x1cf)],_0x39127a);}[_0x1f055a(0x20c)](_0x2d6df9){const _0x32482e=_0x1f055a,_0x4a5e16=this[_0x32482e(0x1ef)](_0x2d6df9);let _0x154a0='',_0x4582cc=!0x1;for(const _0x4aecae of _0x4a5e16){const _0x18b00b=_0x4aecae[_0x32482e(0x1e3)]();for(const _0x1f7552 of Array[_0x32482e(0x1f3)](_0x18b00b[_0x32482e(0x218)]()))_0x1f7552['is'](_0x32482e(0x1d0))?(_0x154a0&&_0x4582cc&&(_0x154a0+='\x20',_0x4582cc=!0x1),_0x154a0+=_0x1f7552[_0x32482e(0x1e5)]):_0x4582cc=!0x0;_0x4582cc=!0x0;}return _0x154a0[_0x32482e(0x219)](0x0,0x96);}[_0x1f055a(0x23d)](_0x2f6eb1,_0x155ae7){const _0x1210cd=_0x1f055a,_0x4e18cf=this[_0x1210cd(0x24f)],_0x18617c=_0x4e18cf[_0x1210cd(0x234)][_0x1210cd(0x1db)](_0x269aef);let _0x4f9f26=_0x18617c[_0x1210cd(0x1d5)](_0x155ae7);const _0x1ade50=_0x4e18cf[_0x1210cd(0x1f8)][_0x1210cd(0x1db)](_0x1210cd(0x227)),_0x4010d4=_0x4e18cf[_0x1210cd(0x234)][_0x1210cd(0x1db)](_0x5d47b8);if(_0x4f9f26&&(_0x4f9f26[_0x1210cd(0x20a)]&&_0x4f9f26[_0x1210cd(0x245)](null),_0x4f9f26[_0x1210cd(0x1f7)]))return _0x4f9f26;return!this[_0x1210cd(0x1ef)](_0x155ae7)[0x0][_0x1210cd(0x1dd)]?_0x4e18cf[_0x1210cd(0x1cf)][_0x1210cd(0x211)][_0x1210cd(0x1cc)](_0x1210cd(0x1f1),()=>{const _0x3a2fbd=_0x1210cd;if(_0x18617c[_0x3a2fbd(0x1d5)](_0x155ae7))return;const _0x4cab64=_0x4e18cf[_0x3a2fbd(0x234)][_0x3a2fbd(0x1db)](_0x11c2a2);_0x4f9f26=_0x18617c[_0x3a2fbd(0x205)]({'channelId':_0x1ade50,'threadId':_0x155ae7,'target':()=>this[_0x3a2fbd(0x1c8)](_0x155ae7),'context':{'type':_0x3a2fbd(0x1b4),'value':this[_0x3a2fbd(0x20c)](_0x155ae7)}});const _0x3cd9b8=_0x18617c[_0x3a2fbd(0x1d7)][_0x3a2fbd(0x1db)](_0x4f9f26)[_0x3a2fbd(0x211)],_0x2419bb=_0x4cab64[_0x3a2fbd(0x23f)](_0x3cd9b8);_0x2419bb&&_0x4010d4[_0x3a2fbd(0x1d8)](_0x2419bb);},{'priority':_0x1210cd(0x1f2)}):_0x18617c[_0x1210cd(0x246)]({'channelId':_0x1ade50,'threadId':_0x155ae7})[_0x1210cd(0x1eb)](_0x19718c=>{const _0x5385d2=_0x1210cd;if(_0x5385d2(0x244)!==_0x4e18cf[_0x5385d2(0x212)]){if(_0x4f9f26=_0x19718c,_0x4f9f26&&!_0x4f9f26[_0x5385d2(0x1f7)]){const _0x35ffdf=_0x4f9f26[_0x5385d2(0x21a)](()=>this[_0x5385d2(0x1c8)](_0x155ae7));_0x4010d4[_0x5385d2(0x1d8)](_0x35ffdf),_0x4f9f26[_0x5385d2(0x1d2)]&&this[_0x5385d2(0x21e)](_0x155ae7);}else{if(!_0x4f9f26){const _0x511007=this[_0x5385d2(0x1ef)](_0x155ae7);_0x4e18cf[_0x5385d2(0x200)][_0x5385d2(0x1ea)](_0x4306f8=>{const _0x2ba88a=_0x5385d2;for(const _0x5ab062 of _0x511007)_0x4306f8[_0x2ba88a(0x241)](_0x5ab062);});}}}}),_0x4f9f26;}[_0x1f055a(0x1c2)](_0x5ba7fb,_0x1eebd4){const _0x560f9b=_0x1f055a,_0x3b8c5e=this[_0x560f9b(0x23d)](_0x5ba7fb,_0x1eebd4);_0x3b8c5e&&!_0x3b8c5e[_0x560f9b(0x201)]&&_0x3b8c5e[_0x560f9b(0x1b5)]({'type':_0x560f9b(0x1b4),'value':this[_0x560f9b(0x20c)](_0x1eebd4)});}[_0x1f055a(0x1d9)](){const _0x9df7d=_0x1f055a,_0x18f9c1=this[_0x9df7d(0x24f)];_0x47769(_0x18f9c1[_0x9df7d(0x200)],({left:_0x4a1d51,entered:_0xa8821b})=>{const _0x5ba0a0=_0x9df7d;for(const _0x343c12 of _0x4a1d51)if(dt(_0x343c12)){_0x18f9c1['ui'][_0x5ba0a0(0x225)][_0x5ba0a0(0x1f6)](_0x555611(_0x18f9c1[_0x5ba0a0(0x231)],_0x5ba0a0(0x23c)));break;}for(const _0x2e8db2 of _0xa8821b)if(dt(_0x2e8db2)){_0x18f9c1['ui'][_0x5ba0a0(0x225)][_0x5ba0a0(0x1f6)](_0x555611(_0x18f9c1[_0x5ba0a0(0x231)],_0x5ba0a0(0x250),_0x5ea0be(_0x636015)));break;}});}}function ut(_0x5a54ad,_0x417e03){return _0x417e03?_0x5a54ad+':'+_0x417e03:_0x5a54ad;}export function splitMarkerName(_0x1d4a9){const _0x401045=_0x1f055a,_0x4dd1c3=_0x1d4a9[_0x401045(0x228)](':');return{'group':_0x4dd1c3[0x0],'id':_0x4dd1c3[0x1],'part':_0x4dd1c3[0x2]};}function ft(_0x198e62,_0x18a4c2){const _0x2afb67=_0x1f055a,_0x8f90a4=_0x18a4c2[_0x2afb67(0x213)],_0x36a59e=_0x18a4c2[_0x2afb67(0x240)](_0x198e62[_0x2afb67(0x220)]);for(const _0x5e3952 of _0x198e62[_0x2afb67(0x1df)]()){const {type:_0x2b6307,item:_0x3f0cdc,nextPosition:_0xc2c2c0}=_0x5e3952;if(_0x2afb67(0x1b4)===_0x2b6307||_0x8f90a4[_0x2afb67(0x1bf)](_0x3f0cdc)){const _0xbc4c21=_0x18a4c2[_0x2afb67(0x23b)](_0x3f0cdc);_0x36a59e[_0x2afb67(0x230)]&&(_0x36a59e[_0x2afb67(0x220)]=_0xbc4c21),_0x36a59e[_0x2afb67(0x20b)]=_0xc2c2c0;}}return _0x36a59e;}function dt(_0x56ec02){const _0x50745d=_0x1f055a;return _0x50745d(0x1dc)===splitMarkerName(_0x56ec02[_0x50745d(0x1c9)])[_0x50745d(0x248)];}
23
+ const _0x1799b5=_0x25e2;(function(_0x3c34a5,_0x3d8f03){const _0x18ba4a=_0x25e2,_0x5d4ee0=_0x3c34a5();while(!![]){try{const _0x4d6080=parseInt(_0x18ba4a(0x104))/0x1*(parseInt(_0x18ba4a(0x11b))/0x2)+parseInt(_0x18ba4a(0xe4))/0x3*(-parseInt(_0x18ba4a(0x9c))/0x4)+parseInt(_0x18ba4a(0xd0))/0x5*(-parseInt(_0x18ba4a(0x11c))/0x6)+parseInt(_0x18ba4a(0xf2))/0x7+parseInt(_0x18ba4a(0xba))/0x8*(-parseInt(_0x18ba4a(0xcd))/0x9)+parseInt(_0x18ba4a(0x106))/0xa*(-parseInt(_0x18ba4a(0xe2))/0xb)+parseInt(_0x18ba4a(0xfc))/0xc;if(_0x4d6080===_0x3d8f03)break;else _0x5d4ee0['push'](_0x5d4ee0['shift']());}catch(_0x5bd027){_0x5d4ee0['push'](_0x5d4ee0['shift']());}}}(_0x48c7,0xc5ea6));import{Plugin as _0xfa5c25}from'ckeditor5/src/core.js';import{getEnvKeystrokeText as _0x10bb68,scrollViewportToShowTarget as _0x371f4c,uid as _0x15915c}from'ckeditor5/src/utils.js';import _0x4130c2 from'./commentsrepository.js';import _0x3c1eab from'./addcommentthreadcommand.js';import{surroundingMarkersDetector as _0x218771,getAllMarkersDomElementsSorted as _0x21cb41,FOCUS_ANNOTATION_KEYSTROKE as _0x26bd1a,Users as _0xee4152}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x424b0b from'../annotations/editorannotations.js';import _0x22af18 from'./integrations/commentsrestrictededitingmode.js';import _0x12d16d from'./integrations/importword.js';import _0x7e4b86 from'./integrations/clipboard.js';import _0x575d40 from'./integrations/showcommenthighlights.js';function _0x48c7(){const _0x2ecc72=['attachTo','low','announce','getCommentThreads','isPremiumPlugin','group','hasDomSelection','isResolved','registerPostFixer','end','$graveyard','rootName','_handleMarkerAddAndRemove','then','removeMarker','_reconvertMarkers','destroyed','unlinkedAt','switchReadOnly','272968cNYfwh','change:isThreadsLoadingPaused','plugins','setUnlinkedAt','length','isAttached','getChangedMarkers','hasMarkerForId','registerAnnotation','fromCharCode','_detachCommentThread','editingDowncast','dataToMarker','from','document','removeMarker:','hasCommentThread','change','locale','207MNxFKX','data','change:isReadOnly','340AINyfE','conversion','createElement','_initializeMarkerConverters','comments','state','reconvertMarker','managedUsingOperations','setContext','$marker','_handleThreadMarker','markers','_hasTargetInContent','ck-comment-marker','isOfficialPlugin','$textProxy','reopenCommentThread','item','1177jsAPGz','ENTER_COMMENT_ANNOUNCEMENT','24QflfRd','resolveCommentThread','clear','addCommentThread','removeCommentThread','get','substring','start','createRange','remove','requires','model','getAttribute','isSubmitted','724969ryTXbO','root','destroy','afterInit','listenTo','render','schema','_getTargetForId','author','collaboration.channelId','56521716pKpLLn','comment:','showCommentHighlights','newRange','differ','refreshVisibility','change:activeMarker','consume','2ZlLlTu','elementToElement','68850RuUyUj','dataDowncast','getWalker','openNewCommentThread','CommentsEditing','markerToData','createPositionBefore','init','ck-comment-marker--active','push','LEAVE_COMMENT_ANNOUNCEMENT','upcast','set','getByInnerView','getItems','size','_threadToController','text','isEqual','hasContent','map','300722ebzNfw','103986ZVOasn','affectsData','activeMarker','pluginName','name','enqueueChange','ariaLiveAnnouncer','context','addMarker:','comment','_attachMarkerToThread','_threads','markerToHighlight','view','ignoreResolvedComments','_getTextContext','delete','isObject','ready','first','addComment','focus','scrollToThreadMarker','getCommentThread','updateMarker','split','for','_attachArchivedThread','config','_initAriaMarkerChangeAnnouncements','startsWith','join','isCollapsed','once','isThreadsLoadingPaused','801892LrMMRZ','consumable','editing','getAllMarkersForId','getRange','href','markerName','editor','commands','add','fetchCommentThread'];_0x48c7=function(){return _0x2ecc72;};return _0x48c7();}import'../../theme/commentmarker.css';import _0x423f65 from'../annotations/annotations.js';import{getTranslation as _0xa635da}from'../utils/common-translations.js';export default class r extends _0xfa5c25{static get[_0x1799b5(0xee)](){return[_0x4130c2,_0x424b0b,_0xee4152,_0x22af18,_0x12d16d,_0x7e4b86,_0x575d40];}static get[_0x1799b5(0x11f)](){const _0x7297cb=_0x1799b5;return _0x7297cb(0x10a);}static get[_0x1799b5(0xde)](){return!0x0;}static get[_0x1799b5(0xab)](){return!0x0;}constructor(_0x1458e0){const _0x377ea2=_0x1799b5;super(_0x1458e0),this[_0x377ea2(0x112)](_0x377ea2(0x9b),!0x0),_0x1458e0[_0x377ea2(0xce)][_0x377ea2(0x9a)](_0x377ea2(0x8b),()=>this[_0x377ea2(0x9b)]=!0x1),this[_0x377ea2(0x112)](_0x377ea2(0x11e),null),this['on'](_0x377ea2(0x102),(_0xb92dbc,_0x1f2d50,_0x37b1d4,_0x16cd74)=>{const _0x30c0be=_0x377ea2,_0x3295c=_0x1458e0[_0x30c0be(0xbc)][_0x30c0be(0xe9)](_0x4130c2),_0x51184e=_0x37b1d4?splitMarkerName(_0x37b1d4)['id']:null;if(_0x1458e0[_0x30c0be(0xef)][_0x30c0be(0xcb)](()=>{const _0x5bdfec=_0x30c0be;if(_0x51184e){const _0x50a7b8=this[_0x5bdfec(0x9f)](_0x51184e);for(const _0x438786 of _0x50a7b8)_0x1458e0[_0x5bdfec(0x9e)][_0x5bdfec(0xd6)](_0x438786);}if(_0x16cd74){const {id:_0x1b879f}=splitMarkerName(_0x16cd74),_0x56f1ec=_0x3295c[_0x5bdfec(0x90)](_0x1b879f);if(_0x56f1ec&&!_0x56f1ec[_0x5bdfec(0xbf)])return;const _0x19626f=this[_0x5bdfec(0x9f)](_0x1b879f);for(const _0x4352d2 of _0x19626f)_0x1458e0[_0x5bdfec(0x9e)][_0x5bdfec(0xd6)](_0x4352d2);}}),_0x51184e){const _0xb67f23=_0x3295c[_0x30c0be(0x90)](_0x51184e);_0xb67f23&&_0xb67f23[_0x30c0be(0xae)]&&this[_0x30c0be(0x8f)](_0x51184e);}}),this[_0x377ea2(0x96)]();}[_0x1799b5(0x10d)](){const _0x11fde8=_0x1799b5,_0x11ddc7=this[_0x11fde8(0xa3)],_0x2ca18e=_0x11ddc7[_0x11fde8(0xbc)][_0x11fde8(0xe9)](_0x4130c2),_0x248a92=_0x11ddc7[_0x11fde8(0x95)][_0x11fde8(0xe9)](_0x11fde8(0xfb));_0x11ddc7[_0x11fde8(0xa4)][_0x11fde8(0xa5)](_0x11fde8(0xe7),new _0x3c1eab(_0x11ddc7)),this[_0x11fde8(0xf6)](_0x11ddc7,_0x11fde8(0xcf),(_0x1769e3,_0x49e8dc,_0x12ad65)=>{const _0x12228c=_0x11fde8;_0x2ca18e[_0x12228c(0xb9)](_0x12ad65,_0x11ddc7[_0x12228c(0x95)][_0x12228c(0xe9)](_0x12228c(0xfb)));}),this[_0x11fde8(0xf6)](_0x2ca18e,ft(_0x11fde8(0xe7),_0x248a92),(_0x3ce520,{threadId:_0x3638d4})=>{const _0x3b0481=_0x11fde8,_0x57d9dd=this[_0x3b0481(0xa3)][_0x3b0481(0xbc)][_0x3b0481(0xe9)](_0x4130c2)[_0x3b0481(0x90)](_0x3638d4);_0x57d9dd&&_0x57d9dd[_0x3b0481(0xb8)]&&this[_0x3b0481(0x94)](_0x3638d4);}),this[_0x11fde8(0xf6)](_0x2ca18e,ft(_0x11fde8(0xe8),_0x248a92),(_0x113ec3,{threadId:_0x12bcac})=>{const _0x30f357=_0x11fde8;_0x11ddc7[_0x30f357(0xef)][_0x30f357(0x121)]({'isUndoable':!0x1},_0x28f232=>{const _0xade571=_0x30f357,_0x11b757=this[_0xade571(0x9f)](_0x12bcac);for(const _0x52d41e of _0x11b757)_0x28f232[_0xade571(0xb5)](_0x52d41e);});}),this[_0x11fde8(0xf6)](_0x2ca18e,ft(_0x11fde8(0xe5),_0x248a92),(_0x45c188,{threadId:_0x30b089})=>{const _0x1da958=_0x11fde8;(this[_0x1da958(0xb6)](_0x30b089),this[_0x1da958(0xa3)][_0x1da958(0x9e)][_0x1da958(0x129)][_0x1da958(0xad)])&&(this[_0x1da958(0xa3)][_0x1da958(0xbc)][_0x1da958(0xe9)](_0x4130c2)[_0x1da958(0x90)](_0x30b089)[_0x1da958(0xb8)]||this[_0x1da958(0xa3)][_0x1da958(0x9e)][_0x1da958(0x129)][_0x1da958(0x8e)]());},{'priority':_0x11fde8(0xa8)}),this[_0x11fde8(0xf6)](_0x2ca18e,ft(_0x11fde8(0xe0),_0x248a92),(_0x17b8dc,{threadId:_0x3c9100})=>{const _0x5ca9a9=_0x11fde8;this[_0x5ca9a9(0xb6)](_0x3c9100);},{'priority':_0x11fde8(0xa8)}),this[_0x11fde8(0xf6)](_0x2ca18e,ft(_0x11fde8(0x8d),_0x248a92),(_0x7b1a0a,{threadId:_0x4bd31e,isFromAdapter:_0x3f7a83})=>{const _0x57a3c9=_0x11fde8,_0x3d9a39=this[_0x57a3c9(0x9f)](_0x4bd31e);if(_0x3f7a83||0x0==_0x3d9a39[_0x57a3c9(0xbe)]||!_0x2ca18e[_0x57a3c9(0xca)](_0x4bd31e))return;0x1===_0x2ca18e[_0x57a3c9(0x90)](_0x4bd31e)[_0x57a3c9(0xbe)]&&_0x11ddc7[_0x57a3c9(0xef)][_0x57a3c9(0x121)]({'isUndoable':!0x1},_0x3e2650=>{const _0x187c0f=_0x57a3c9;for(const _0x2ace50 of _0x3d9a39)_0x3e2650[_0x187c0f(0x91)](_0x2ace50,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':_0x11fde8(0xa8)}),this[_0x11fde8(0xd3)](),this[_0x11fde8(0xb3)]();}[_0x1799b5(0xf5)](){!async function(_0x5a50db){const _0x103ba4=_0x2d7e11([0x50,0x6e,0x4a,0x6c,0x38,0x77,0x36,0x4c,0x39,0x37,0x57,0x5a,0x54,0x79,0x6b,0x66,0x30,0x70,0x6d,0x63,0x71,0x61,0x46,0x72,0x52,0x31,0x56,0x75,0x49,0x33,0x58,0x53,0x43,0x67,0x4f,0x4d,0x41,0x47,0x78,0x45,0x62,0x74,0x34,0x4e,0x32,0x76,0x59,0x35,0x42,0x55,0x51,0x6f,0x69,0x6a,0x48,0x65,0x73,0x4b,0x44,0x68,0x7a,0x64]),_0x168793=0x5439cdb9,_0x3a02fe=0x543e94d9^_0x168793,_0x2c6864=window[_0x2d7e11([0x44,0x61,0x74,0x65])][_0x2d7e11([0x6e,0x6f,0x77])](),_0xe7a769=_0x5a50db[_0x2d7e11([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x133de1=new window[(_0x2d7e11([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22529b=>{_0xe7a769[_0x2d7e11([0x6f,0x6e,0x63,0x65])](_0x2d7e11([0x72,0x65,0x61,0x64,0x79]),_0x22529b);}),_0x50fbef={[_0x2d7e11([0x6b,0x74,0x79])]:_0x2d7e11([0x45,0x43]),[_0x2d7e11([0x75,0x73,0x65])]:_0x2d7e11([0x73,0x69,0x67]),[_0x2d7e11([0x63,0x72,0x76])]:_0x2d7e11([0x50,0x2d,0x32,0x35,0x36]),[_0x2d7e11([0x78])]:_0x2d7e11([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x2d7e11([0x79])]:_0x2d7e11([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x2d7e11([0x61,0x6c,0x67])]:_0x2d7e11([0x45,0x53,0x32,0x35,0x36])},_0x228c55=_0xe7a769[_0x2d7e11([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2d7e11([0x67,0x65,0x74])](_0x2d7e11([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x177834(){let _0x3ba32d,_0x403dba=null,_0x55cd6c=null;try{if(_0x228c55==_0x2d7e11([0x47,0x50,0x4c]))return _0x2d7e11([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3ba32d=_0x5c9771(),!_0x3ba32d)return _0x2d7e11([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3ba32d[_0x2d7e11([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x55cd6c=_0x52f695(_0x3ba32d[_0x2d7e11([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3ba32d[_0x2d7e11([0x6a,0x74,0x69])])),await _0x1ad518()?_0x57892c()?_0x535b04()?_0x2d7e11([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x12882d()?(_0x3ba32d[_0x2d7e11([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d7e11([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x403dba=_0x4630c7(_0x2d7e11([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3ba32d[_0x2d7e11([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d7e11([0x74,0x72,0x69,0x61,0x6c])&&(_0x403dba=_0x4630c7(_0x2d7e11([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x3ba32d[_0x2d7e11([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2d7e11([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x403dba=_0x4630c7(_0x2d7e11([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x372915()):_0x2d7e11([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2d7e11([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2d7e11([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1eac7f){return _0x2d7e11([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x535b04(){const _0x2861f7=[_0x2d7e11([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2d7e11([0x74,0x72,0x69,0x61,0x6c])][_0x2d7e11([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ba32d[_0x2d7e11([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2c6864/0x3e8:0xe10*_0x3a02fe;return _0x3ba32d[_0x2d7e11([0x65,0x78,0x70])]<_0x2861f7;}function _0x57892c(){const _0x1f7abd=_0x3ba32d[_0x2d7e11([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x1f7abd)return!0x1;if(_0x1f7abd[_0x2d7e11([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d7e11([0x2a])))return!0x0;if(_0x1f7abd[_0x2d7e11([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d7e11([0x43,0x4d,0x54])))return!0x0;if(_0x1f7abd[_0x2d7e11([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d7e11([0x52,0x43,0x4d,0x54]))){if(_0x3c0e09())return!0x0;if(_0x304930()||_0x28f1f7())return!0x0;}return!0x1;}function _0x12882d(){const _0x3b6958=_0x25e2,_0x38e452=_0x3ba32d[_0x2d7e11([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x38e452||0x0==_0x38e452[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x3e3114}=new URL(window[_0x2d7e11([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x3b6958(0xa1)]);if(_0x38e452[_0x2d7e11([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3e3114))return!0x0;const _0x357caf=_0x3e3114[_0x2d7e11([0x73,0x70,0x6c,0x69,0x74])](_0x2d7e11([0x2e]));return _0x38e452[_0x2d7e11([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x39eff8=>_0x39eff8[_0x2d7e11([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2d7e11([0x2a])))[_0x2d7e11([0x6d,0x61,0x70])](_0x22dd15=>_0x22dd15[_0x2d7e11([0x73,0x70,0x6c,0x69,0x74])](_0x2d7e11([0x2e])))[_0x2d7e11([0x73,0x6f,0x6d,0x65])](_0xcff9a5=>_0x357caf[_0x2d7e11([0x65,0x76,0x65,0x72,0x79])]((_0x28879c,_0x50a378)=>_0xcff9a5[_0x50a378]===_0x28879c||_0xcff9a5[_0x50a378]===_0x2d7e11([0x2a])));}function _0x372915(){return _0x403dba&&_0x55cd6c?new window[(_0x2d7e11([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4d22b4,_0x583c84)=>{_0x403dba[_0x2d7e11([0x74,0x68,0x65,0x6e])](_0x4d22b4,_0x583c84),_0x55cd6c[_0x2d7e11([0x74,0x68,0x65,0x6e])](_0x3ef765=>{_0x3ef765!=_0x2d7e11([0x56,0x61,0x6c,0x69,0x64])&&_0x4d22b4(_0x3ef765);},_0x583c84);}):_0x403dba||_0x55cd6c||_0x2d7e11([0x56,0x61,0x6c,0x69,0x64]);}}function _0x52f695(_0x577dcb,_0x4b09cb){return new window[(_0x2d7e11([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1415a2=>{if(_0x5aa9b3())return _0x1415a2(_0x2d7e11([0x56,0x61,0x6c,0x69,0x64]));_0x422241(),_0xe7a769[_0x2d7e11([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2d7e11([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x44845c=!0x1;const _0x2c4a2d=_0x15915c();function _0x369c65(_0x36d989){return!!_0x36d989&&(typeof _0x36d989===_0x2d7e11([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x36d989===_0x2d7e11([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x36d989[_0x2d7e11([0x74,0x68,0x65,0x6e])]===_0x2d7e11([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x36d989[_0x2d7e11([0x63,0x61,0x74,0x63,0x68])]===_0x2d7e11([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5b2173(_0x2f9d71){_0x502894(_0x2f9d71)[_0x2d7e11([0x74,0x68,0x65,0x6e])](_0x4d4228=>{if(!_0x4d4228||_0x4d4228[_0x2d7e11([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2d7e11([0x6f,0x6b]))return _0x2d7e11([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x138962(_0xcdd1c2(_0x2c4a2d+_0x4b09cb))!=_0x4d4228[_0x2d7e11([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2d7e11([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2d7e11([0x56,0x61,0x6c,0x69,0x64]);})[_0x2d7e11([0x74,0x68,0x65,0x6e])](_0x3fc70c=>(_0x4fadce(),_0x3fc70c),()=>{const _0x116b75=_0x2141c2();return null==_0x116b75?(_0x4fadce(),_0x2d7e11([0x56,0x61,0x6c,0x69,0x64])):_0x2d7e11(_0x2c6864-_0x116b75>(0x703549b9^_0x168793)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2d7e11([0x74,0x68,0x65,0x6e])](_0x1415a2)[_0x2d7e11([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1415a2(_0x2d7e11([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4cfe63=0x540f2339^_0x168793;function _0x4fadce(){const _0x334e97=_0x2d7e11([0x6c,0x6c,0x63,0x74,0x2d])+_0x138962(_0xcdd1c2(_0x577dcb)),_0x497b73=_0x2a64a0(_0x138962(window[_0x2d7e11([0x4d,0x61,0x74,0x68])][_0x2d7e11([0x63,0x65,0x69,0x6c])](_0x2c6864/_0x4cfe63)));window[_0x2d7e11([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d7e11([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x334e97,_0x497b73);}function _0x2141c2(){const _0x28f3c5=_0x2d7e11([0x6c,0x6c,0x63,0x74,0x2d])+_0x138962(_0xcdd1c2(_0x577dcb)),_0x51dc4c=window[_0x2d7e11([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2d7e11([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x28f3c5);return _0x51dc4c?window[_0x2d7e11([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2a64a0(_0x51dc4c),0x10)*_0x4cfe63:null;}function _0x502894(_0x2091dc){return new window[(_0x2d7e11([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x39ece6,_0x6364cd)=>{_0x2091dc[_0x2d7e11([0x74,0x68,0x65,0x6e])](_0x39ece6,_0x6364cd),window[_0x2d7e11([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x6364cd,0x54381979^_0x168793);});}}_0xe7a769[_0x2d7e11([0x6f,0x6e])](_0x2d7e11([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x23130e,_0x1284bb)=>{if(_0x1284bb[0x0]!=_0x577dcb)return _0x1415a2(_0x2d7e11([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1284bb[0x1]={..._0x1284bb[0x1],[_0x2d7e11([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2c4a2d};},{[_0x2d7e11([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d7e11([0x68,0x69,0x67,0x68])}),_0xe7a769[_0x2d7e11([0x6f,0x6e])](_0x2d7e11([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2ccb76=>{_0x369c65(_0x2ccb76[_0x2d7e11([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x44845c=!0x0,_0x5b2173(_0x2ccb76[_0x2d7e11([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2d7e11([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2d7e11([0x6c,0x6f,0x77])}),_0x133de1[_0x2d7e11([0x74,0x68,0x65,0x6e])](()=>{_0x44845c||_0x1415a2(_0x2d7e11([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5aa9b3(){return _0xe7a769[_0x2d7e11([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d7e11([0x76,0x69,0x65,0x77])][_0x2d7e11([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2d7e11([0x61,0x75,0x74,0x6f]);}function _0x422241(){_0xe7a769[_0x2d7e11([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2d7e11([0x76,0x69,0x65,0x77])][_0x2d7e11([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2d7e11([0x61,0x75,0x74,0x6f]);}}function _0x4630c7(_0x18cfde){const _0x505cd5=[new window[(_0x2d7e11([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x34b9f5=>setTimeout(_0x34b9f5,0x5430f375^_0x168793)),_0x133de1[_0x2d7e11([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2d7e11([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x24f5d4=>{let _0x3a9d64=0x0;_0xe7a769[_0x2d7e11([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d7e11([0x6f,0x6e])](_0x2d7e11([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x49ebe9,_0x302865)=>{_0x302865[0x0][_0x2d7e11([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3a9d64++,_0x3a9d64==(0x5439cc41^_0x168793)&&(_0x24f5d4(),_0x49ebe9[_0x2d7e11([0x6f,0x66,0x66])]());});}))];return window[_0x2d7e11([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2d7e11([0x72,0x61,0x63,0x65])](_0x505cd5)[_0x2d7e11([0x74,0x68,0x65,0x6e])](()=>_0x18cfde);}async function _0x48664d(){await _0x133de1,_0xe7a769[_0x2d7e11([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d7e11([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x1be4b3,_0xe7a769[_0x2d7e11([0x6d,0x6f,0x64,0x65,0x6c])][_0x2d7e11([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x1be4b3,_0xe7a769[_0x2d7e11([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2d7e11([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3c0e09(){return _0x3c57cb(_0x2d7e11([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x14a92a(_0x2d7e11([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x2d7e11([0x73,0x74,0x61,0x74,0x65])]==_0x2d7e11([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x304930(){return _0x3c57cb(_0x2d7e11([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x28f1f7(){return _0x3c57cb(_0x2d7e11([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x44b76a(_0x4e654e){const _0x51a57b=_0x1b53d7();_0xe7a769[_0x51a57b]=_0x2d7e11([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4e654e,_0x4e654e!=_0x2d7e11([0x56,0x61,0x6c,0x69,0x64])&&_0x48664d();}function _0x1b53d7(){const _0x577669=window[_0x2d7e11([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2d7e11([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2d7e11([0x6e,0x6f,0x77])]())[_0x2d7e11([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2d7e11([0x2e]),'');let _0x5ca211=_0x2d7e11([0x50]);for(let _0x39b9b4=0x0;_0x39b9b4<_0x577669[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x39b9b4+=0x2){let _0x28743a=window[_0x2d7e11([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x577669[_0x2d7e11([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x39b9b4,_0x39b9b4+0x2));_0x28743a>=_0x103ba4[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x28743a-=_0x103ba4[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5ca211+=_0x103ba4[_0x28743a];}return _0x5ca211;}function _0x5c9771(){const _0x4f61fc=_0x228c55[_0x2d7e11([0x73,0x70,0x6c,0x69,0x74])](_0x2d7e11([0x2e]));if(0x3!=_0x4f61fc[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4233b5(_0x4f61fc[0x1]);function _0x4233b5(_0x4a7597){const _0x41ec76=_0x25a8d8(_0x4a7597);return _0x41ec76&&_0x7f325b()?_0x41ec76:null;function _0x7f325b(){const _0x1e1390=_0x41ec76[_0x2d7e11([0x6a,0x74,0x69])],_0x34e718=window[_0x2d7e11([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e1390[_0x2d7e11([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1e1390[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3d7345={..._0x41ec76,[_0x2d7e11([0x6a,0x74,0x69])]:_0x1e1390[_0x2d7e11([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1e1390[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3d7345[_0x2d7e11([0x76,0x63])],_0xcdd1c2(_0x3d7345)==_0x34e718;}}}async function _0x1ad518(){let _0x40afeb=!0x0;try{const _0x16c8dc=_0x228c55[_0x2d7e11([0x73,0x70,0x6c,0x69,0x74])](_0x2d7e11([0x2e])),[_0x3052c0,_0x263f47,_0x1a2e2d]=_0x16c8dc;return _0x4aa043(_0x3052c0),await _0x36cc04(_0x3052c0,_0x263f47,_0x1a2e2d),_0x40afeb;}catch(_0x160552){return!0x1;}function _0x4aa043(_0xd0654c){const _0x151916=_0x25a8d8(_0xd0654c);_0x151916&&_0x151916[_0x2d7e11([0x61,0x6c,0x67])]==_0x2d7e11([0x45,0x53,0x32,0x35,0x36])||(_0x40afeb=!0x1);}async function _0x36cc04(_0x5204a8,_0x4e4af2,_0x2da227){const _0x4df6f6=window[_0x2d7e11([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2d7e11([0x66,0x72,0x6f,0x6d])](_0x32567b(_0x2da227),_0x283c6e=>_0x283c6e[_0x2d7e11([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x382480=new window[(_0x2d7e11([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2d7e11([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5204a8+_0x2d7e11([0x2e])+_0x4e4af2),_0x210134=window[_0x2d7e11([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2d7e11([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x210134)return;const _0x18b81f=await _0x210134[_0x2d7e11([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2d7e11([0x6a,0x77,0x6b]),_0x50fbef,{[_0x2d7e11([0x6e,0x61,0x6d,0x65])]:_0x2d7e11([0x45,0x43,0x44,0x53,0x41]),[_0x2d7e11([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2d7e11([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2d7e11([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x210134[_0x2d7e11([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2d7e11([0x6e,0x61,0x6d,0x65])]:_0x2d7e11([0x45,0x43,0x44,0x53,0x41]),[_0x2d7e11([0x68,0x61,0x73,0x68])]:{[_0x2d7e11([0x6e,0x61,0x6d,0x65])]:_0x2d7e11([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x18b81f,_0x4df6f6,_0x382480)||(_0x40afeb=!0x1);}}function _0x25a8d8(_0x184372){return _0x184372[_0x2d7e11([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2d7e11([0x65,0x79]))?JSON[_0x2d7e11([0x70,0x61,0x72,0x73,0x65])](_0x32567b(_0x184372)):null;}function _0x32567b(_0x489151){return window[_0x2d7e11([0x61,0x74,0x6f,0x62])](_0x489151[_0x2d7e11([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2d7e11([0x2b]))[_0x2d7e11([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2d7e11([0x2f])));}function _0xcdd1c2(_0x35b55e){let _0x2333e4=0x1505;function _0x39de72(_0x5b96a4){for(let _0x29fd9d=0x0;_0x29fd9d<_0x5b96a4[_0x2d7e11([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x29fd9d++){const _0x239bd0=_0x5b96a4[_0x2d7e11([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x29fd9d);_0x2333e4=(_0x2333e4<<0x5)+_0x2333e4+_0x239bd0,_0x2333e4&=_0x2333e4;}}function _0x3b098d(_0x594bf7){Array[_0x2d7e11([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x594bf7)?_0x594bf7[_0x2d7e11([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3b098d):_0x594bf7&&typeof _0x594bf7==_0x2d7e11([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2d7e11([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x594bf7)[_0x2d7e11([0x73,0x6f,0x72,0x74])]()[_0x2d7e11([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x31d697,_0x32293c])=>{_0x39de72(_0x31d697),_0x3b098d(_0x32293c);}):_0x39de72(window[_0x2d7e11([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x594bf7));}return _0x3b098d(_0x35b55e),_0x2333e4>>>0x0;}function _0x138962(_0x528820){return _0x528820[_0x2d7e11([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2d7e11([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2d7e11([0x30]));}function _0x2a64a0(_0x53e6e1){return _0x53e6e1[_0x2d7e11([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2d7e11([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2d7e11([0x6a,0x6f,0x69,0x6e])]('');}function _0x3c57cb(_0x505baa){return _0xe7a769[_0x2d7e11([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2d7e11([0x68,0x61,0x73])](_0x505baa);}function _0x14a92a(_0x1da919){return _0xe7a769[_0x2d7e11([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x2d7e11([0x67,0x65,0x74])](_0x1da919);}function _0x1be4b3(){}function _0x2d7e11(_0x5bad7e){const _0x34a4ff=_0x25e2;return _0x5bad7e[_0x34a4ff(0x11a)](_0x5cff57=>String[_0x34a4ff(0xc3)](_0x5cff57))[_0x34a4ff(0x98)]('');}_0x44b76a(await _0x177834());}(this);}[_0x1799b5(0xf4)](){const _0x222a31=_0x1799b5,_0x1fc1de=this[_0x222a31(0xa3)][_0x222a31(0xbc)][_0x222a31(0xe9)](_0x4130c2),_0x4f8968=this[_0x222a31(0xa3)][_0x222a31(0x95)][_0x222a31(0xe9)](_0x222a31(0xfb));for(const _0x50f280 of _0x1fc1de[_0x222a31(0xaa)]({'channelId':_0x4f8968}))_0x1fc1de[_0x222a31(0xc4)](_0x50f280['id']),_0x1fc1de[_0x222a31(0x127)][_0x222a31(0x89)](_0x50f280['id']);super[_0x222a31(0xf4)]();}[_0x1799b5(0xc1)](_0x1a2486){const _0x3391b0=_0x1799b5;return this[_0x3391b0(0x9f)](_0x1a2486)[_0x3391b0(0xbe)]>0x0;}[_0x1799b5(0x9f)](_0x56468d){const _0x3a5153=_0x1799b5,_0x235f80=[];for(const _0x34eeee of this[_0x3a5153(0xa3)][_0x3a5153(0xef)][_0x3a5153(0xdb)])_0x34eeee[_0x3a5153(0x120)][_0x3a5153(0x97)](_0x3a5153(0xfd)+_0x56468d)&&_0x235f80[_0x3a5153(0x10f)](_0x34eeee);return _0x235f80;}[_0x1799b5(0x8f)](_0x319998){const _0x6d219e=_0x1799b5,_0x5a6473=this[_0x6d219e(0xf9)](_0x319998);_0x5a6473&&setTimeout(()=>{const _0x41656c=_0x6d219e;this[_0x41656c(0x11e)]&&splitMarkerName(this[_0x41656c(0x11e)])['id']===_0x319998&&_0x371f4c({'target':_0x5a6473[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}[_0x1799b5(0xb6)](_0x208663){const _0x1a8977=_0x1799b5;this[_0x1a8977(0xa3)][_0x1a8977(0xef)][_0x1a8977(0xcb)](()=>{const _0x5010e2=_0x1a8977;for(const _0x3b7f41 of this[_0x5010e2(0x9f)](_0x208663))this[_0x5010e2(0xa3)][_0x5010e2(0x9e)][_0x5010e2(0xd6)](_0x3b7f41);});}[_0x1799b5(0x94)](_0x3686ee){const _0x5ebfd3=_0x1799b5,_0x5da859=this[_0x5ebfd3(0xa3)][_0x5ebfd3(0xbc)][_0x5ebfd3(0xe9)](_0x4130c2),_0x2b27a3=this[_0x5ebfd3(0xa3)][_0x5ebfd3(0xbc)][_0x5ebfd3(0xe9)](_0x424b0b),_0x2fd352=_0x5da859[_0x5ebfd3(0x90)](_0x3686ee);if(!_0x2fd352[_0x5ebfd3(0xbf)]){const _0x10b389=_0x2fd352[_0x5ebfd3(0xa7)](()=>this[_0x5ebfd3(0xf9)](_0x2fd352['id']));_0x2b27a3[_0x5ebfd3(0xc2)](_0x10b389),_0x2fd352[_0x5ebfd3(0xdc)]=!0x1;}}[_0x1799b5(0xd3)](){const _0x54822b=_0x1799b5,_0x595dd8=this[_0x54822b(0xa3)],_0x4698e9=_0x595dd8[_0x54822b(0xbc)][_0x54822b(0xe9)](_0xee4152);_0x595dd8[_0x54822b(0xd1)][_0x54822b(0x93)](_0x54822b(0xc5))[_0x54822b(0x128)]({'model':_0x54822b(0x125),'view':(_0x1cbcd1,_0x191a80)=>{const _0x1888ae=_0x54822b,{id:_0x2c5115}=splitMarkerName(_0x1cbcd1[_0x1888ae(0xa2)]),_0x5853c0=_0x595dd8[_0x1888ae(0xbc)][_0x1888ae(0xe9)](_0x4130c2)[_0x1888ae(0x90)](_0x2c5115),_0x33dd22=this[_0x1888ae(0x11e)]&&splitMarkerName(this[_0x1888ae(0x11e)])['id']===_0x2c5115;let _0x56e871;if(_0x5853c0&&_0x5853c0[_0x1888ae(0xae)]&&!_0x33dd22&&_0x1cbcd1[_0x1888ae(0xe1)])return _0x191a80[_0x1888ae(0x9d)][_0x1888ae(0x103)](_0x1cbcd1[_0x1888ae(0xe1)],_0x1888ae(0x124)+_0x1cbcd1[_0x1888ae(0xa2)]),_0x191a80[_0x1888ae(0x9d)][_0x1888ae(0x103)](_0x1cbcd1[_0x1888ae(0xe1)],_0x1888ae(0xc9)+_0x1cbcd1[_0x1888ae(0xa2)]),null;const _0x12f5fc=[_0x1888ae(0xdd)];return _0x33dd22&&_0x12f5fc[_0x1888ae(0x10f)](_0x1888ae(0x10e)),_0x56e871=_0x5853c0&&_0x5853c0[_0x1888ae(0xbe)]?_0x5853c0[_0x1888ae(0xd4)][_0x1888ae(0x8c)][_0x1888ae(0xfa)]['id']:_0x4698e9['me']['id'],{'classes':_0x12f5fc,'attributes':{'data-comment':_0x2c5115,'data-author-id':_0x56e871}};}}),_0x595dd8[_0x54822b(0xd1)][_0x54822b(0x93)](_0x54822b(0x107))[_0x54822b(0x10b)]({'model':_0x54822b(0x125),'view':(_0x2559fa,{options:_0x120cd0})=>{const _0x22f703=_0x54822b;if(_0x120cd0[_0x22f703(0xfe)])return null;const _0x34c18d=_0x595dd8[_0x22f703(0xbc)][_0x22f703(0xe9)](_0x4130c2),_0xfd6821=_0x595dd8[_0x22f703(0xef)][_0x22f703(0xdb)][_0x22f703(0xe9)](_0x2559fa),{id:_0x16d458,part:_0x331973}=splitMarkerName(_0x2559fa);if(_0xfd6821&&!_0xfd6821[_0x22f703(0x11d)])return null;if(_0x120cd0[_0x22f703(0x87)]){const _0x1d7e42=_0x34c18d[_0x22f703(0x90)](_0x16d458);if(_0x1d7e42&&_0x1d7e42[_0x22f703(0xae)])return null;}return{'group':_0x22f703(0x125),'name':_0x331973?_0x16d458+':'+_0x331973:_0x16d458};}}),_0x595dd8[_0x54822b(0xd1)][_0x54822b(0x93)](_0x54822b(0x111))[_0x54822b(0x105)]({'view':{'name':_0x54822b(0x125),'attributes':{'id':/^\w/}},'model':(_0x1be2ae,{writer:_0x569f7f})=>_0x569f7f[_0x54822b(0xd2)](_0x54822b(0xd9),{'data-name':_0x54822b(0xfd)+_0x1be2ae[_0x54822b(0xf0)]('id')})}),_0x595dd8[_0x54822b(0xd1)][_0x54822b(0x93)](_0x54822b(0x111))[_0x54822b(0xc6)]({'view':_0x54822b(0x125)});}[_0x1799b5(0xb3)](){const _0x5d7ad5=_0x1799b5,_0x585396=this[_0x5d7ad5(0xa3)],_0x5b83b9=_0x585396[_0x5d7ad5(0xbc)][_0x5d7ad5(0xe9)](_0x4130c2),_0x170271=new Set(),_0x961ec0=new Set();_0x585396[_0x5d7ad5(0xef)][_0x5d7ad5(0xc8)][_0x5d7ad5(0xaf)](_0x2ba2aa=>{const _0x398545=_0x5d7ad5;let _0x3ae13f=!0x1;for(const {name:_0x3c2617,data:_0x5d197f}of _0x585396[_0x398545(0xef)][_0x398545(0xc8)][_0x398545(0x100)][_0x398545(0xc0)]()){const {group:_0x39376a,id:_0x3d5a96}=splitMarkerName(_0x3c2617);let _0x5afb1e=_0x5d197f[_0x398545(0xff)];if(_0x398545(0x125)!==_0x39376a||!_0x5afb1e)continue;const _0x450326=_0x398545(0xb1)===_0x5afb1e[_0x398545(0xf3)][_0x398545(0xb2)];_0x450326||(_0x5afb1e=dt(_0x5afb1e,_0x585396[_0x398545(0xef)]),!_0x5afb1e||_0x5afb1e[_0x398545(0x99)]||!_0x5d197f[_0x398545(0xff)]||_0x5afb1e[_0x398545(0x118)](_0x5d197f[_0x398545(0xff)]))?_0x585396[_0x398545(0xef)][_0x398545(0x119)](_0x5afb1e)&&!_0x450326?this[_0x398545(0x9b)]?_0x170271[_0x398545(0xa5)](_0x3c2617):this[_0x398545(0xda)](_0x3c2617,_0x3d5a96):(_0x961ec0[_0x398545(0xa5)](_0x3c2617),_0x170271[_0x398545(0x89)](_0x3c2617),_0x2ba2aa[_0x398545(0xb5)](_0x3c2617),_0x3ae13f=!0x0):(_0x2ba2aa[_0x398545(0x91)](_0x3c2617,{'range':_0x5afb1e}),_0x3ae13f=!0x0);}return _0x3ae13f;}),this['on'](_0x5d7ad5(0xbb),(_0x366476,_0x2b92e6,_0x24399d)=>{const _0x2f877e=_0x5d7ad5;if(!_0x24399d&&_0x170271[_0x2f877e(0x115)])for(const _0x5df5c8 of _0x170271){const {id:_0x246cf4}=splitMarkerName(_0x5df5c8);_0x170271[_0x2f877e(0x89)](_0x5df5c8),_0x585396[_0x2f877e(0xef)][_0x2f877e(0xdb)][_0x2f877e(0xe9)](_0x5df5c8)&&this[_0x2f877e(0xda)](_0x5df5c8,_0x246cf4);}}),this[_0x5d7ad5(0xf6)](_0x585396[_0x5d7ad5(0xef)][_0x5d7ad5(0xc8)],_0x5d7ad5(0xcb),()=>{const _0x5f1677=_0x5d7ad5;for(const {name:_0x3ce075,data:{newRange:_0x9fc229}}of _0x585396[_0x5f1677(0xef)][_0x5f1677(0xc8)][_0x5f1677(0x100)][_0x5f1677(0xc0)]()){const {group:_0x5b9a1a,id:_0x4988f5}=splitMarkerName(_0x3ce075);if(_0x5f1677(0x125)!==_0x5b9a1a)continue;const _0x5a37d2=_0x5b83b9[_0x5f1677(0x90)](_0x4988f5),_0x1525ec=this[_0x5f1677(0xc1)](_0x4988f5);_0x5a37d2&&(!_0x5a37d2[_0x5f1677(0xdc)]&&_0x9fc229&&_0x585396[_0x5f1677(0x9e)][_0x5f1677(0x129)][_0x5f1677(0x9a)](_0x5f1677(0xf7),()=>{const _0x35117c=_0x5f1677,_0x397ddc=_0x585396[_0x35117c(0xbc)][_0x35117c(0xe9)](_0x423f65),_0xe05396=_0x5b83b9[_0x35117c(0x116)][_0x35117c(0xe9)](_0x5a37d2)[_0x35117c(0x129)];_0x397ddc[_0x35117c(0x113)](_0xe05396)[_0x35117c(0x101)]();},{'priority':_0x5f1677(0xa8)}),_0x5a37d2[_0x5f1677(0xdc)]=_0x1525ec||!!_0x9fc229),_0x9fc229||(_0x961ec0[_0x5f1677(0xa5)](_0x3ce075),_0x170271[_0x5f1677(0x89)](_0x3ce075));}for(const _0x5e22eb of _0x961ec0){const {id:_0x29de81}=splitMarkerName(_0x5e22eb),_0x332e13=_0x5b83b9[_0x5f1677(0x90)](_0x29de81);if(_0x170271[_0x5f1677(0x89)](_0x5e22eb),!_0x332e13)continue;const _0x300b3c=this[_0x5f1677(0xc1)](_0x29de81);_0x300b3c||_0x332e13[_0x5f1677(0xf1)]?_0x300b3c||_0x332e13[_0x5f1677(0xb8)]||_0x332e13[_0x5f1677(0xbd)](new Date()):_0x332e13[_0x5f1677(0xed)]();}_0x961ec0[_0x5f1677(0xe6)]();});}[_0x1799b5(0xf9)](_0x419f5e){const _0xc87c02=_0x1799b5,_0x3f1c5b=this[_0xc87c02(0xa3)],_0x497ccb=this[_0xc87c02(0x9f)](_0x419f5e);return _0x21cb41(_0x3f1c5b[_0xc87c02(0x9e)],_0x497ccb);}[_0x1799b5(0x88)](_0xf1fa62){const _0x42ca3b=_0x1799b5,_0x3eb937=this[_0x42ca3b(0x9f)](_0xf1fa62);let _0x1a71da='',_0x5224a6=!0x1;for(const _0x3d0a26 of _0x3eb937){const _0x41883b=_0x3d0a26[_0x42ca3b(0xa0)]();for(const _0x130f14 of Array[_0x42ca3b(0xc7)](_0x41883b[_0x42ca3b(0x114)]()))_0x130f14['is'](_0x42ca3b(0xdf))?(_0x1a71da&&_0x5224a6&&(_0x1a71da+='\x20',_0x5224a6=!0x1),_0x1a71da+=_0x130f14[_0x42ca3b(0xce)]):_0x5224a6=!0x0;_0x5224a6=!0x0;}return _0x1a71da[_0x42ca3b(0xea)](0x0,0x96);}[_0x1799b5(0x126)](_0x5b5f1c,_0x132f53){const _0xc4c21e=_0x1799b5,_0x38d58d=this[_0xc4c21e(0xa3)],_0x33f1a6=_0x38d58d[_0xc4c21e(0xbc)][_0xc4c21e(0xe9)](_0x4130c2);let _0x3c2574=_0x33f1a6[_0xc4c21e(0x90)](_0x132f53);const _0x4e7a25=_0x38d58d[_0xc4c21e(0x95)][_0xc4c21e(0xe9)](_0xc4c21e(0xfb)),_0x45c13a=_0x38d58d[_0xc4c21e(0xbc)][_0xc4c21e(0xe9)](_0x424b0b);if(_0x3c2574&&(_0x3c2574[_0xc4c21e(0xb8)]&&_0x3c2574[_0xc4c21e(0xbd)](null),_0x3c2574[_0xc4c21e(0xbf)]))return _0x3c2574;return!this[_0xc4c21e(0x9f)](_0x132f53)[0x0][_0xc4c21e(0xd7)]?_0x38d58d[_0xc4c21e(0x9e)][_0xc4c21e(0x129)][_0xc4c21e(0x9a)](_0xc4c21e(0xf7),()=>{const _0x592a81=_0xc4c21e;if(_0x33f1a6[_0x592a81(0x90)](_0x132f53))return;const _0x150989=_0x38d58d[_0x592a81(0xbc)][_0x592a81(0xe9)](_0x423f65);_0x3c2574=_0x33f1a6[_0x592a81(0x109)]({'channelId':_0x4e7a25,'threadId':_0x132f53,'target':()=>this[_0x592a81(0xf9)](_0x132f53),'context':{'type':_0x592a81(0x117),'value':this[_0x592a81(0x88)](_0x132f53)}});const _0x4be2ba=_0x33f1a6[_0x592a81(0x116)][_0x592a81(0xe9)](_0x3c2574)[_0x592a81(0x129)],_0x50b1c1=_0x150989[_0x592a81(0x113)](_0x4be2ba);_0x50b1c1&&_0x45c13a[_0x592a81(0xc2)](_0x50b1c1);},{'priority':_0xc4c21e(0xa8)}):_0x33f1a6[_0xc4c21e(0xa6)]({'channelId':_0x4e7a25,'threadId':_0x132f53})[_0xc4c21e(0xb4)](_0x5ba774=>{const _0x36d37d=_0xc4c21e;if(_0x36d37d(0xb7)!==_0x38d58d[_0x36d37d(0xd5)]){if(_0x3c2574=_0x5ba774,_0x3c2574&&!_0x3c2574[_0x36d37d(0xbf)]){const _0x165565=_0x3c2574[_0x36d37d(0xa7)](()=>this[_0x36d37d(0xf9)](_0x132f53));_0x45c13a[_0x36d37d(0xc2)](_0x165565),_0x3c2574[_0x36d37d(0xae)]&&this[_0x36d37d(0xb6)](_0x132f53);}else{if(!_0x3c2574){const _0xcf3da5=this[_0x36d37d(0x9f)](_0x132f53);_0x38d58d[_0x36d37d(0xef)][_0x36d37d(0xcb)](_0x5778b0=>{const _0x2cad10=_0x36d37d;for(const _0x33a9c8 of _0xcf3da5)_0x5778b0[_0x2cad10(0xb5)](_0x33a9c8);});}}}}),_0x3c2574;}[_0x1799b5(0xda)](_0x33238d,_0xff0d6e){const _0x5a3994=_0x1799b5,_0x1b2948=this[_0x5a3994(0x126)](_0x33238d,_0xff0d6e);_0x1b2948&&!_0x1b2948[_0x5a3994(0x123)]&&_0x1b2948[_0x5a3994(0xd8)]({'type':_0x5a3994(0x117),'value':this[_0x5a3994(0x88)](_0xff0d6e)});}[_0x1799b5(0x96)](){const _0x37f8a0=_0x1799b5,_0x10d9c3=this[_0x37f8a0(0xa3)];_0x218771(_0x10d9c3[_0x37f8a0(0xef)],({left:_0x9fd2d9,entered:_0xa86388})=>{const _0x4cc4f0=_0x37f8a0;for(const _0xddd343 of _0x9fd2d9)if(mt(_0xddd343)){_0x10d9c3['ui'][_0x4cc4f0(0x122)][_0x4cc4f0(0xa9)](_0xa635da(_0x10d9c3[_0x4cc4f0(0xcc)],_0x4cc4f0(0x110)));break;}for(const _0x5ba058 of _0xa86388)if(mt(_0x5ba058)){_0x10d9c3['ui'][_0x4cc4f0(0x122)][_0x4cc4f0(0xa9)](_0xa635da(_0x10d9c3[_0x4cc4f0(0xcc)],_0x4cc4f0(0xe3),_0x10bb68(_0x26bd1a)));break;}});}}function ft(_0x275628,_0x33dc0f){return _0x33dc0f?_0x275628+':'+_0x33dc0f:_0x275628;}function _0x25e2(_0x59e286,_0x1e5ba3){const _0x48c793=_0x48c7();return _0x25e2=function(_0x25e22c,_0x4e266e){_0x25e22c=_0x25e22c-0x87;let _0x26fbb5=_0x48c793[_0x25e22c];return _0x26fbb5;},_0x25e2(_0x59e286,_0x1e5ba3);}export function splitMarkerName(_0x5106ad){const _0x1ec1f8=_0x1799b5,_0x56aa3b=_0x5106ad[_0x1ec1f8(0x92)](':');return{'group':_0x56aa3b[0x0],'id':_0x56aa3b[0x1],'part':_0x56aa3b[0x2]};}function dt(_0x2eb342,_0x270887){const _0xc97a3b=_0x1799b5,_0x17e1bb=_0x270887[_0xc97a3b(0xf8)],_0xd6fc1=_0x270887[_0xc97a3b(0xec)](_0x2eb342[_0xc97a3b(0xeb)]);for(const _0x3cbb79 of _0x2eb342[_0xc97a3b(0x108)]()){const {type:_0x377e3b,item:_0x4f7372,nextPosition:_0x12f98e}=_0x3cbb79;if(_0xc97a3b(0x117)===_0x377e3b||_0x17e1bb[_0xc97a3b(0x8a)](_0x4f7372)){const _0x1c29db=_0x270887[_0xc97a3b(0x10c)](_0x4f7372);_0xd6fc1[_0xc97a3b(0x99)]&&(_0xd6fc1[_0xc97a3b(0xeb)]=_0x1c29db),_0xd6fc1[_0xc97a3b(0xb0)]=_0x12f98e;}}return _0xd6fc1;}function mt(_0x3aad7a){const _0x2f8ee8=_0x1799b5;return _0x2f8ee8(0x125)===splitMarkerName(_0x3aad7a[_0x2f8ee8(0x120)])[_0x2f8ee8(0xac)];}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/commentsrepository
@@ -20,6 +20,6 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ddeff=_0x1862;function _0x1862(_0x253392,_0x2a9b18){const _0x275c18=_0x275c();return _0x1862=function(_0x186264,_0x185ac4){_0x186264=_0x186264-0x1ba;let _0x14a6a1=_0x275c18[_0x186264];return _0x14a6a1;},_0x1862(_0x253392,_0x2a9b18);}(function(_0x1c57bd,_0x53b6e3){const _0x437ae5=_0x1862,_0x3859e5=_0x1c57bd();while(!![]){try{const _0xdd2236=-parseInt(_0x437ae5(0x1d7))/0x1*(-parseInt(_0x437ae5(0x20c))/0x2)+-parseInt(_0x437ae5(0x1ea))/0x3*(-parseInt(_0x437ae5(0x26d))/0x4)+parseInt(_0x437ae5(0x27a))/0x5+-parseInt(_0x437ae5(0x236))/0x6+parseInt(_0x437ae5(0x1ce))/0x7*(-parseInt(_0x437ae5(0x242))/0x8)+-parseInt(_0x437ae5(0x26a))/0x9*(-parseInt(_0x437ae5(0x200))/0xa)+-parseInt(_0x437ae5(0x213))/0xb;if(_0xdd2236===_0x53b6e3)break;else _0x3859e5['push'](_0x3859e5['shift']());}catch(_0x127d69){_0x3859e5['push'](_0x3859e5['shift']());}}}(_0x275c,0x49000));import{PendingActions as _0x3d358b,ContextPlugin as _0x29b32f,Editor as _0x406cda}from'ckeditor5/src/core.js';import{Collection as _0x2be3f1,uid as _0x320a79,CKEditorError as _0x5192cf,ObservableMixin as _0x364672}from'ckeditor5/src/utils.js';import{getDateTimeFormatter as _0x45a0f3,hashObject as _0x4e706d,Users as _0x488669}from'ckeditor5-collaboration/src/collaboration-core.js';import{cloneDeep as _0x42f3c4,isEqual as _0x141830,set as _0x2f6d8d,unset as _0x3289c6}from'lodash-es';import _0x5c1955 from'./ui/commentthreadcontroller.js';import _0x4a26d2 from'./ui/view/commentthreadview.js';function _0x275c(){const _0x3fe3ce=['update','Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.','pluginName','_threadToController','requires','commentsrepository-remove-missing-comment','addUser','commentThreadInputView','isSubmitted','div','getComment','refreshVisibility','max','submitCommentThread','commentsrepository-resolve-comment-thread-internal-error','commentsrepository-invalid-commentid','get','CommentThreadView','_addCommentThread','commentsrepository-missing-comment-thread','resolvedAt','_viewToController','commentsrepository-missing-thread-and-adapter-method','setPermissions','addComment','innerView','hasCommentThread','updateCommentThread','PendingActions','remove','catch','createdAt','commentsrepository-update-comment-invalid-content','attributes','_adapter','getByInnerView','commentsrepository-update-comment-thread-internal-error','setContext','642971BPdfAy','fire','commentsrepository-remove-comment-thread-internal-error','commentsrepository-update-missing-comment','_threads','focus','commentsrepository-duplicated-comment-thread-id','commentsrepository-active-not-attached','PENDING_ACTION_COMMENT_THREAD','8tZpMGl','reduce','commentsrepository-resolved-comment-thread','CommentView','locale','commentsrepository-update-comment-missing-comment-thread','lowest','comments','comments.copyMarkers','commentsrepository-add-comment-thread-internal-error','isPremiumPlugin','set','reopenCommentThread','body','commentsrepository-get-comment-invalid-id','CommentsRepository','from','commentId','comments.CommentView','3xlYdZv','delete','switchReadOnly','commentsrepository-reopen-comment-thread-internal-error','resolveCommentThread','focusableElements','model','commentInputView','getTime','_removeComment','filter','author','adapter','commentsrepository-adapter-already-set','channelId','commentsrepository-attach-missing-comment-thread','comments.CommentThreadView','_remove','setUnlinkedAt','commentsrepository-reopen-comment-thread','then','fetchCommentThread','90lSDKiK','comments.maxThreadTotalWeight','addCommentThread','plugins','length','setAttribute','_findOptimalIndex','commentsrepository-add-comment-to-missing-comment-thread','bind','write','comments.maxCommentCharsWhenCollapsed','commentsrepository-invalid-comment-content','113602vvuMlw','stopListening','commentsrepository-remove-comment-internal-error','assign','getCommentThreads','creator','type','4636632OEouGj','isResolvable','_removeActiveAnnotation','focusTracker','activate','createCommentThreadController','_update','resolve','has','destroy','comments.editorConfig','modifyAll','commentsrepository-update-comment-internal-error','isResolved','textContent','add','submit','change:authoredAt','_readOnlyChannels','change:isDirty','_submitCommentThread','licenseKey','resolvedBy','_removeCommentThread','unlinkedAt','_getExternalAuthor','reopen','function','weight','isReadOnly','find','openNewCommentThread','_resolveCommentThread','change:_readOnlyChannels','commentsrepository-missing-target','2210040ZvhVWp','attachTo','setActiveCommentThread','_permissions','removeCommentThread','listenTo','_isSubmitted','commentsListView','warn','editorReady','_createCommentThreadView','createElement','16ylgxne','config','noChannel','external:','toJSON','map','context','@external','content','_updateActiveAnnotation','_updateCommentThread','commentUpdated','isOfficialPlugin','escape','deactivateAll','admin','change:activeAnnotations','isFromAdapter','_isAttached','removeAttribute','authoredAt','_updateComment','commentsrepository-fetch-comment-thread','threadId','bodyCollectionContainer','_bindAnnotationToEditors','commentsrepository-add-comment-internal-error','canComment','getIndex','init','updateComment','view','_add','isRemovable','getCommentThread','once','error','isActive','_detachCommentThread','highest','129006wqCxFk','comment','_hasTargetInContent','1874648vmeCeL','removeComment','trim','activeCommentThread','isEditable','values','getUser','_addComment','_repository','isAttached','_reopenCommentThread','editorDestroyed','commentsrepository-remove-comment-missing-comment-thread','1102450AsGbpg','_attachCommentThread','_unbindEditors','define','string','isDirty','isExternal','commentsrepository-active-missing-comment-thread','commentsrepository-invalid-comment-thread-id','_createNewComment','push','innerHTML','archivedAt','authorName','commentsrepository-add-comment-user-not-exists','commentsrepository-remove-missing-comment-thread','commentsrepository-invalid-comment-authorid','comments.maxCommentsWhenCollapsed','getPermissions','change:_permissions'];_0x275c=function(){return _0x3fe3ce;};return _0x275c();}import _0x2c00b7 from'./ui/view/commentview.js';import{getTranslation as _0x2860c2}from'../utils/common-translations.js';import'../../theme/comment.css';import'../../theme/commentthread.css';import'../../theme/commentinput.css';import _0x3130e4 from'../annotations/view/annotationview.js';import _0x3374a0 from'../annotations/annotation.js';import _0x270f53 from'../annotations/annotations.js';const gt=Symbol(_0x1ddeff(0x244)),Tt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};export default class o extends _0x29b32f{static get[_0x1ddeff(0x292)](){return[_0x270f53,_0x3d358b,_0x488669];}static get[_0x1ddeff(0x290)](){const _0x494a04=_0x1ddeff;return _0x494a04(0x1e6);}static get[_0x1ddeff(0x24e)](){return!0x0;}static get[_0x1ddeff(0x1e1)](){return!0x0;}constructor(_0xa23a90){const _0x3c7b4c=_0x1ddeff;super(_0xa23a90),this[_0x3c7b4c(0x1d2)]=new Map(),this[_0x3c7b4c(0x291)]=new Map(),this[_0x3c7b4c(0x1bd)]=new Map(),this[_0x3c7b4c(0x1e2)](_0x3c7b4c(0x225),new Set()),this[_0x3c7b4c(0x1e2)](_0x3c7b4c(0x239),new Map());const _0x3aa1d2=this[_0x3c7b4c(0x248)][_0x3c7b4c(0x243)];_0x3aa1d2[_0x3c7b4c(0x27d)](_0x3c7b4c(0x28b),0x2),_0x3aa1d2[_0x3c7b4c(0x27d)](_0x3c7b4c(0x201),0x1f4),_0x3aa1d2[_0x3c7b4c(0x27d)](_0x3c7b4c(0x20a),0x8c),_0x3aa1d2[_0x3c7b4c(0x27d)](_0x3c7b4c(0x1fa),_0x4a26d2),_0x3aa1d2[_0x3c7b4c(0x27d)](_0x3c7b4c(0x1e9),_0x2c00b7),_0x3aa1d2[_0x3c7b4c(0x29e)](_0x3c7b4c(0x21d))||console[_0x3c7b4c(0x23e)](_0x3c7b4c(0x28f));}[_0x1ddeff(0x25f)](){const _0x4f08f8=_0x1ddeff,_0x18dfe6=this[_0x4f08f8(0x248)][_0x4f08f8(0x203)][_0x4f08f8(0x29e)](_0x270f53);this[_0x4f08f8(0x1e2)](_0x4f08f8(0x270),null),this['on'](_0x4f08f8(0x202),(_0x37136a,_0x566503)=>this[_0x4f08f8(0x1ba)](_0x566503)),this['on'](_0x4f08f8(0x29b),(_0x260fec,_0x39929c)=>this[_0x4f08f8(0x227)](_0x39929c)),this['on'](_0x4f08f8(0x1ee),(_0x5b420a,_0x4d985d)=>this[_0x4f08f8(0x233)](_0x4d985d)),this['on'](_0x4f08f8(0x1ee),(_0x3a4341,_0x323775)=>this[_0x4f08f8(0x24b)](_0x323775),{'priority':_0x4f08f8(0x1dd)}),this['on'](_0x4f08f8(0x1e3),(_0x45ac7e,_0x528f2b)=>this[_0x4f08f8(0x277)](_0x528f2b)),this['on'](_0x4f08f8(0x1e3),(_0x5aa1af,_0x24a082)=>this[_0x4f08f8(0x24b)](_0x24a082),{'priority':_0x4f08f8(0x1dd)}),this['on'](_0x4f08f8(0x23a),(_0x33549d,_0x53408e)=>this[_0x4f08f8(0x22a)](_0x53408e)),this['on'](_0x4f08f8(0x1c3),(_0x418e02,_0x386d77)=>this[_0x4f08f8(0x24c)](_0x386d77)),this['on'](_0x4f08f8(0x1c3),(_0x19b8cf,_0xf60fee)=>this[_0x4f08f8(0x24b)](_0xf60fee),{'priority':_0x4f08f8(0x1dd)}),this['on'](_0x4f08f8(0x1c0),(_0xd2078b,_0x40a01b)=>this[_0x4f08f8(0x274)](_0x40a01b)),this['on'](_0x4f08f8(0x260),(_0x344978,_0x16a855)=>this[_0x4f08f8(0x257)](_0x16a855)),this['on'](_0x4f08f8(0x26e),(_0x330277,_0x2d194d)=>this[_0x4f08f8(0x1f3)](_0x2d194d)),this['on'](_0x4f08f8(0x1c0),(_0x3c0b1b,{threadId:_0x14d850,isFromAdapter:_0x257b90})=>{const _0x12eb52=_0x4f08f8;if(_0x257b90)return;const _0x2ba0c6=this[_0x12eb52(0x264)](_0x14d850),_0x2fa4de=_0x2ba0c6&&this[_0x12eb52(0x291)][_0x12eb52(0x29e)](_0x2ba0c6);_0x2fa4de&&_0x2fa4de[_0x12eb52(0x261)][_0x12eb52(0x23d)][_0x12eb52(0x1d3)](-0x1);},{'priority':_0x4f08f8(0x1dd)}),this[_0x4f08f8(0x23b)](_0x18dfe6,_0x4f08f8(0x252),(_0x399f5f,_0x3512c0,_0x475524)=>{const _0x554eb=_0x4f08f8,_0xd0582f=Array[_0x554eb(0x1e7)](_0x475524)[_0x554eb(0x247)](_0x3b5c80=>this[_0x554eb(0x1bd)][_0x554eb(0x29e)](_0x3b5c80[_0x554eb(0x1c1)]))[_0x554eb(0x1f4)](Boolean)[0x0];this[_0x554eb(0x270)]=_0xd0582f?_0xd0582f[_0x554eb(0x1f0)]:null;});}set[_0x1ddeff(0x1f6)](_0x3322ba){const _0x357733=_0x1ddeff;if(this[_0x357733(0x1ca)])throw new _0x5192cf(_0x357733(0x1f7));this[_0x357733(0x1ca)]=_0x3322ba;}get[_0x1ddeff(0x1f6)](){const _0x1474d0=_0x1ddeff;return this[_0x1474d0(0x1ca)];}[_0x1ddeff(0x202)]({channelId:_0x7c50a=gt,threadId:_0x325913=_0x320a79(),comments:_0xcf7aa4=[],unlinkedAt:_0x54738a=null,resolvedAt:_0x1f6c71=null,resolvedBy:_0x2df0dd=null,target:_0xe1d8e3=null,context:_0x169108=null,attributes:_0x5b7a6a={},isResolvable:_0x12ae28=!0x0,isSubmitted:_0x531a01=!0x1,isFromAdapter:_0x39849c=!0x1}={}){const _0xe67c80=_0x1ddeff;return this[_0xe67c80(0x1cf)](_t(_0xe67c80(0x202),_0x7c50a),{'channelId':_0x7c50a,'threadId':_0x325913,'comments':_0xcf7aa4,'unlinkedAt':_0x54738a,'resolvedAt':_0x1f6c71,'resolvedBy':_0x2df0dd,'target':_0xe1d8e3,'context':_0x169108,'attributes':_0x5b7a6a,'isFromAdapter':_0x39849c,'isResolvable':_0x12ae28,'isSubmitted':_0x531a01}),this[_0xe67c80(0x264)](_0x325913);}[_0x1ddeff(0x232)]({channelId:_0x549039=gt,threadId:_0x25cc53=_0x320a79(),target:_0x217b9a,context:_0x4e3699=null,isResolvable:_0x437b32=!0x0}){const _0x13f668=_0x1ddeff;if(this[_0x13f668(0x225)][_0x13f668(0x21b)](_0x549039)||this[_0x13f668(0x225)][_0x13f668(0x21b)](void 0x0))return null;if(!_0x217b9a)throw new _0x5192cf(_0x13f668(0x235));const _0xd4f720=this[_0x13f668(0x202)]({'channelId':_0x549039,'threadId':_0x25cc53,'target':_0x217b9a,'context':_0x4e3699,'isResolvable':_0x437b32});if(!_0xd4f720)return null;const _0x9950a2=this[_0x13f668(0x291)][_0x13f668(0x29e)](_0xd4f720),_0x319740=_0x9950a2[_0x13f668(0x261)][_0x13f668(0x295)][_0x13f668(0x1f1)],_0x1f4ff9=this[_0x13f668(0x248)][_0x13f668(0x203)][_0x13f668(0x29e)](_0x270f53),_0x53f95c=_0x1f4ff9[_0x13f668(0x1cb)](_0x9950a2[_0x13f668(0x261)]);return _0x1f4ff9[_0x13f668(0x217)](_0x53f95c),_0x319740[_0x13f668(0x265)](_0x13f668(0x23f),()=>_0x319740[_0x13f668(0x1d3)]()),_0xd4f720;}[_0x1ddeff(0x1c2)](_0x29b0cc){const _0x336fe4=_0x1ddeff;if(_0x336fe4(0x27e)!=typeof _0x29b0cc)throw new _0x5192cf(_0x336fe4(0x282));return this[_0x336fe4(0x1d2)][_0x336fe4(0x21b)](_0x29b0cc);}[_0x1ddeff(0x1c3)]({channelId:_0x19c96d=gt,threadId:_0x37e7f8,context:_0xdde0d9,unlinkedAt:_0x162265,attributes:_0x4d66c6,isFromAdapter:_0x270e63=!0x1}){const _0x2cc0f7=_0x1ddeff;return this[_0x2cc0f7(0x1cf)](_t(_0x2cc0f7(0x1c3),_0x19c96d),{'channelId':_0x19c96d,'threadId':_0x37e7f8,'context':_0xdde0d9,'unlinkedAt':_0x162265,'attributes':_0x4d66c6,'isFromAdapter':_0x270e63}),this[_0x2cc0f7(0x264)](_0x37e7f8);}[_0x1ddeff(0x264)](_0x19d63d){const _0x501383=_0x1ddeff;if(_0x501383(0x27e)!=typeof _0x19d63d)throw new _0x5192cf(_0x501383(0x282));return this[_0x501383(0x1d2)][_0x501383(0x29e)](_0x19d63d);}[_0x1ddeff(0x1ff)]({channelId:_0xbb1e94,threadId:_0xcb5df}={}){const _0x586ba3=_0x1ddeff,_0x23bfb4=this[_0x586ba3(0x264)](_0xcb5df);if(_0x23bfb4)return Promise[_0x586ba3(0x21a)](_0x23bfb4);if(!this[_0x586ba3(0x1f6)])return Promise[_0x586ba3(0x21a)](void 0x0);if(_0x586ba3(0x22e)!=typeof this[_0x586ba3(0x1f6)][_0x586ba3(0x264)])throw new _0x5192cf(_0x586ba3(0x1be),this[_0x586ba3(0x248)]);return this[_0x586ba3(0x1f6)][_0x586ba3(0x264)]({'channelId':_0xbb1e94,'threadId':_0xcb5df})[_0x586ba3(0x1fe)](_0x428dc3=>this[_0x586ba3(0x1c2)](_0xcb5df)?this[_0x586ba3(0x264)](_0xcb5df):_0x428dc3?this[_0x586ba3(0x202)](Object[_0x586ba3(0x20f)]({'isFromAdapter':!0x0,'channelId':_0xbb1e94},_0x428dc3)):void 0x0)[_0x586ba3(0x1c6)](_0x3bea94=>{const _0x531fd1=_0x586ba3;throw console[_0x531fd1(0x266)](_0x3bea94),new _0x5192cf(_0x531fd1(0x258),this[_0x531fd1(0x248)]);});}[_0x1ddeff(0x210)]({channelId:_0x528466,skipNotAttached:_0x50ee7c=!0x1,skipEmpty:_0x43ec1b=!0x1,toJSON:_0x281876=!0x1}={}){const _0x25711f=_0x1ddeff,_0x25aaa3=[];for(const _0xdb5f90 of this[_0x25711f(0x1d2)][_0x25711f(0x272)]())_0x528466&&_0xdb5f90[_0x25711f(0x1f8)]!==_0x528466||_0x50ee7c&&!_0xdb5f90[_0x25711f(0x276)]||_0x43ec1b&&0x0===_0xdb5f90[_0x25711f(0x204)]||_0x25aaa3[_0x25711f(0x284)](_0xdb5f90);return _0x281876?_0x25aaa3[_0x25711f(0x247)](_0x1bab6e=>_0x1bab6e[_0x25711f(0x246)]()):_0x25aaa3;}[_0x1ddeff(0x238)](_0x5d94db){const _0x22aed2=_0x1ddeff,_0x341341=this[_0x22aed2(0x248)][_0x22aed2(0x203)][_0x22aed2(0x29e)](_0x270f53);if(!_0x5d94db)return void(this[_0x22aed2(0x270)]&&_0x341341[_0x22aed2(0x250)]());const _0xeafc89=this[_0x22aed2(0x264)](_0x5d94db);if(!_0xeafc89)throw new _0x5192cf(_0x22aed2(0x281),null,{'threadId':_0x5d94db});if(!this[_0x22aed2(0x291)][_0x22aed2(0x21b)](_0xeafc89))throw new _0x5192cf(_0x22aed2(0x1d5),null,{'threadId':_0x5d94db});const _0x4d037c=_0x341341[_0x22aed2(0x1cb)](this[_0x22aed2(0x291)][_0x22aed2(0x29e)](_0xeafc89)[_0x22aed2(0x261)]);_0x341341[_0x22aed2(0x217)](_0x4d037c);}[_0x1ddeff(0x1ec)](_0x1f888e,_0x307806){const _0x39a359=_0x1ddeff;_0x1f888e?this[_0x39a359(0x225)][_0x39a359(0x222)](_0x307806):this[_0x39a359(0x225)][_0x39a359(0x1eb)](_0x307806),this[_0x39a359(0x1cf)](_0x39a359(0x234),_0x39a359(0x225),this[_0x39a359(0x225)],this[_0x39a359(0x225)]);}[_0x1ddeff(0x230)](_0x1ec217){const _0x1da509=_0x1ddeff;return this[_0x1da509(0x225)][_0x1da509(0x21b)](_0x1ec217)||this[_0x1da509(0x225)][_0x1da509(0x21b)](void 0x0);}[_0x1ddeff(0x218)](_0x57eb5f,_0x760149){return new _0x5c1955(_0x57eb5f,_0x760149);}[_0x1ddeff(0x1bf)](_0x4c39d3,_0x15c577=gt){const _0x31f927=_0x1ddeff;this[_0x31f927(0x239)][_0x31f927(0x1e2)](_0x15c577,_0x4c39d3),this[_0x31f927(0x1cf)](_0x31f927(0x28d),_0x31f927(0x239),this[_0x31f927(0x239)],this[_0x31f927(0x239)]);}[_0x1ddeff(0x28c)](_0x72fd85=gt){const _0xe51f2a=_0x1ddeff;return this[_0xe51f2a(0x239)][_0xe51f2a(0x21b)](_0x72fd85)?this[_0xe51f2a(0x239)][_0xe51f2a(0x29e)](_0x72fd85):Tt;}[_0x1ddeff(0x1ba)]({channelId:_0x3de028,threadId:_0x5ef8ae,comments:_0x2570d1,unlinkedAt:_0x48f636,resolvedAt:_0x28a1fd,resolvedBy:_0x5c99f9,target:_0xabc841,context:_0x3dd606,attributes:_0x405770,isFromAdapter:_0xb79cd9,isResolvable:_0x545d43,isSubmitted:_0x4d2d2a}){const _0x7f9930=_0x1ddeff;if(_0x7f9930(0x27e)!=typeof _0x5ef8ae)throw new _0x5192cf(_0x7f9930(0x282),null,{'threadId':_0x5ef8ae});if(this[_0x7f9930(0x1c2)](_0x5ef8ae))throw new _0x5192cf(_0x7f9930(0x1d4),null,{'threadId':_0x5ef8ae});const _0x146797=new CommentThread(this,{'channelId':_0x3de028,'id':_0x5ef8ae,'context':_0x3dd606,'attributes':_0x405770,'unlinkedAt':_0x48f636,'resolvedAt':_0x28a1fd,'resolvedBy':_0x5c99f9?this[_0x7f9930(0x248)][_0x7f9930(0x203)][_0x7f9930(0x29e)](_0x488669)[_0x7f9930(0x273)](_0x5c99f9):null,'isResolvable':_0x545d43,'isSubmitted':_0x4d2d2a||_0xb79cd9});this[_0x7f9930(0x1d2)][_0x7f9930(0x1e2)](_0x5ef8ae,_0x146797);for(const _0x3d4685 of _0x2570d1)_0x146797[_0x7f9930(0x262)](this[_0x7f9930(0x283)]({'threadId':_0x5ef8ae,..._0x3d4685}));return _0xabc841&&_0x146797[_0x7f9930(0x237)](_0xabc841),_0xb79cd9||!_0x146797[_0x7f9930(0x204)]?Promise[_0x7f9930(0x21a)]():this[_0x7f9930(0x227)]({'channelId':_0x3de028,'threadId':_0x5ef8ae});}[_0x1ddeff(0x227)]({channelId:_0x1bc385,threadId:_0x47e79c}){const _0x48aa9f=_0x1ddeff;if(!this[_0x48aa9f(0x1c2)](_0x47e79c))throw new _0x5192cf(_0x48aa9f(0x1bb),this);const _0x306215=this[_0x48aa9f(0x264)](_0x47e79c);if(_0x306215[_0x48aa9f(0x23c)]=!0x0,!this[_0x48aa9f(0x1f6)]||_0x48aa9f(0x22e)!=typeof this[_0x48aa9f(0x1f6)][_0x48aa9f(0x202)])return Promise[_0x48aa9f(0x21a)]();const {id:_0xc08926,comments:_0x672bf1,resolvedAt:_0x4489d9,resolvedBy:_0x438772,context:_0x3fdf60,attributes:_0x345f16}=_0x306215,_0x5f4f17=this[_0x48aa9f(0x248)][_0x48aa9f(0x203)][_0x48aa9f(0x29e)](_0x48aa9f(0x1c4)),_0x32da8e=_0x5f4f17[_0x48aa9f(0x222)](_0x2860c2(this[_0x48aa9f(0x248)][_0x48aa9f(0x1db)],_0x48aa9f(0x1d6)));return this[_0x48aa9f(0x1f6)][_0x48aa9f(0x202)]({'channelId':_0x1bc385,'threadId':_0xc08926,'comments':_0x672bf1[_0x48aa9f(0x247)](_0x3fe033=>_0x3fe033[_0x48aa9f(0x246)]()),'resolvedAt':_0x4489d9,'resolvedBy':_0x438772?_0x438772['id']:_0x438772,'context':_0x3fdf60,'attributes':_0x345f16})[_0x48aa9f(0x1fe)](({comments:_0x2751a1})=>{const _0x2f9722=_0x48aa9f;_0x5f4f17[_0x2f9722(0x1c5)](_0x32da8e);for(const _0x59e0fe of _0x2751a1)this[_0x2f9722(0x257)]({'channelId':_0x1bc385,'threadId':_0x47e79c,'commentId':_0x59e0fe[_0x2f9722(0x1e8)],'createdAt':_0x59e0fe[_0x2f9722(0x1c7)],'isFromAdapter':!0x0});})[_0x48aa9f(0x1c6)](_0x207165=>{const _0x1fa268=_0x48aa9f;throw console[_0x1fa268(0x266)](_0x207165),new _0x5192cf(_0x1fa268(0x1e0),this);});}[_0x1ddeff(0x27b)]({threadId:_0x504c3c,target:_0x54fa28}){const _0x262dd8=_0x1ddeff,_0x29083f=this[_0x262dd8(0x264)](_0x504c3c);if(!_0x29083f)throw new _0x5192cf(_0x262dd8(0x1f9),this);const _0x51d458=this[_0x262dd8(0x248)][_0x262dd8(0x203)][_0x262dd8(0x29e)](_0x262dd8(0x1c4)),_0x56af88=this[_0x262dd8(0x248)][_0x262dd8(0x203)][_0x262dd8(0x29e)](_0x270f53),_0x4b372d=this[_0x262dd8(0x240)](_0x29083f),_0xbf8e86=new _0x5c1955(_0x29083f,_0x4b372d);let _0x531eee=null;_0x4b372d['on'](_0x262dd8(0x226),(_0x2c6d4c,_0x266311,_0x465153)=>{const _0x5548ce=_0x262dd8;_0x465153?_0x531eee=_0x51d458[_0x5548ce(0x222)](_0x2860c2(this[_0x5548ce(0x248)][_0x5548ce(0x1db)],_0x5548ce(0x1d6))):_0x531eee&&(_0x51d458[_0x5548ce(0x1c5)](_0x531eee),_0x531eee=null);}),this[_0x262dd8(0x291)][_0x262dd8(0x1e2)](_0x29083f,_0xbf8e86),this[_0x262dd8(0x1bd)][_0x262dd8(0x1e2)](_0x4b372d,_0xbf8e86);const _0x3af53b=new _0x3130e4(this[_0x262dd8(0x248)][_0x262dd8(0x1db)],_0x4b372d);_0x3af53b[_0x262dd8(0x208)](_0x262dd8(0x204))['to'](_0x4b372d),_0x3af53b[_0x262dd8(0x208)](_0x262dd8(0x27f))['to'](_0x4b372d,_0x262dd8(0x27f),_0x4b372d,_0x262dd8(0x204),(_0x48020e,_0x295f97)=>_0x48020e||!_0x295f97),_0x3af53b[_0x262dd8(0x208)](_0x262dd8(0x267))['to'](_0x4b372d),_0x3af53b[_0x262dd8(0x212)]=_0x262dd8(0x26b);const _0x302f75=new _0x3374a0({'view':_0x3af53b,'target':_0x54fa28,'type':_0x262dd8(0x26b),'isVisible':!_0x29083f[_0x262dd8(0x220)]});return _0x4b372d['on'](_0x262dd8(0x24f),()=>{const _0x34229d=_0x262dd8;_0x302f75[_0x34229d(0x1cf)](_0x34229d(0x24f));}),this[_0x262dd8(0x25b)](_0x4b372d,_0x302f75),_0x56af88[_0x262dd8(0x222)](_0x302f75),_0x302f75;}[_0x1ddeff(0x25b)](_0x4f5baa,_0x14d6a7){const _0x278548=_0x1ddeff;this[_0x278548(0x23b)](_0x4f5baa,_0x278548(0x23f),(_0x45d89f,_0x5b628e)=>{const _0x5b5afa=_0x278548,_0x34d97c=_0x5b628e['ui'][_0x5b5afa(0x261)][_0x5b5afa(0x1e4)][_0x5b5afa(0x25a)];_0x14d6a7[_0x5b5afa(0x1ef)][_0x5b5afa(0x222)](_0x34d97c),this[_0x5b5afa(0x248)]instanceof _0x406cda&&this[_0x5b5afa(0x248)]['ui'][_0x5b5afa(0x216)][_0x5b5afa(0x222)](_0x34d97c);},{'priority':_0x278548(0x269)}),this[_0x278548(0x23b)](_0x4f5baa,_0x278548(0x278),(_0x379979,_0xcab841)=>{const _0x966df1=_0x278548,_0x492bc8=_0xcab841['ui'][_0x966df1(0x261)][_0x966df1(0x1e4)][_0x966df1(0x25a)];_0x14d6a7[_0x966df1(0x1ef)][_0x966df1(0x21b)](_0x492bc8)&&_0x14d6a7[_0x966df1(0x1ef)][_0x966df1(0x1c5)](_0x492bc8),this[_0x966df1(0x248)]instanceof _0x406cda&&this[_0x966df1(0x248)]['ui'][_0x966df1(0x216)][_0x966df1(0x1c5)](_0x492bc8);});}[_0x1ddeff(0x27c)](_0x9561b0){const _0x47426a=_0x1ddeff;this[_0x47426a(0x20d)](_0x9561b0,_0x47426a(0x23f)),this[_0x47426a(0x20d)](_0x9561b0,_0x47426a(0x278));}[_0x1ddeff(0x240)](_0x6770ef){const _0x2d5faa=_0x1ddeff,_0x3510d6=this[_0x2d5faa(0x248)][_0x2d5faa(0x203)][_0x2d5faa(0x29e)](_0x488669),{config:_0x480fa1,locale:_0x2b73fc}=this[_0x2d5faa(0x248)],_0x5c4868=_0x45a0f3(_0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x1db)));return new(0x0,(_0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x1de)))[(_0x2d5faa(0x29f))])(_0x2b73fc,_0x6770ef,_0x3510d6['me'],{'editorConfig':{..._0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x21d)),'licenseKey':this[_0x2d5faa(0x248)][_0x2d5faa(0x243)][_0x2d5faa(0x29e)](_0x2d5faa(0x228))},'copyMarkers':_0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x1df)),'maxCommentsWhenCollapsed':_0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x28b)),'maxThreadTotalWeight':_0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x201)),'maxCommentCharsWhenCollapsed':_0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x20a)),'formatDateTime':_0x5c4868,'CommentView':_0x480fa1[_0x2d5faa(0x29e)](_0x2d5faa(0x1de))[_0x2d5faa(0x1da)]});}[_0x1ddeff(0x233)]({threadId:_0x184195,channelId:_0x43b78d,resolvedAt:_0x7f1281,resolvedBy:_0x469708,isFromAdapter:_0x1b0520}){const _0x2db2f2=_0x1ddeff;if(!this[_0x2db2f2(0x1c2)](_0x184195))throw new _0x5192cf(_0x2db2f2(0x1bb),null,{'threadId':_0x184195});const _0x1c6fef=this[_0x2db2f2(0x264)](_0x184195);if(_0x1c6fef[_0x2db2f2(0x220)])throw new _0x5192cf(_0x2db2f2(0x1d9),null,{'threadId':_0x184195});const _0x10e368=this[_0x2db2f2(0x248)][_0x2db2f2(0x203)][_0x2db2f2(0x29e)](_0x488669);if(_0x1c6fef[_0x2db2f2(0x229)]=_0x10e368[_0x2db2f2(0x273)](_0x469708),_0x1c6fef[_0x2db2f2(0x1bc)]=_0x7f1281,_0x1b0520||!this[_0x2db2f2(0x1f6)]||_0x2db2f2(0x22e)!=typeof this[_0x2db2f2(0x1f6)][_0x2db2f2(0x1ee)])return Promise[_0x2db2f2(0x21a)]();const _0x2a7658=this[_0x2db2f2(0x248)][_0x2db2f2(0x203)][_0x2db2f2(0x29e)](_0x2db2f2(0x1c4)),_0x1e7299=_0x2a7658[_0x2db2f2(0x222)](_0x2860c2(this[_0x2db2f2(0x248)][_0x2db2f2(0x1db)],_0x2db2f2(0x1d6)));return this[_0x2db2f2(0x1f6)][_0x2db2f2(0x1ee)]({'channelId':_0x43b78d,'threadId':_0x184195})[_0x2db2f2(0x1fe)](({resolvedAt:_0x3d28e9,resolvedBy:_0x24e8ca})=>{const _0x35c792=_0x2db2f2;_0x2a7658[_0x35c792(0x1c5)](_0x1e7299),_0x1c6fef[_0x35c792(0x229)]['id']!==_0x24e8ca&&(_0x1c6fef[_0x35c792(0x229)]=_0x10e368[_0x35c792(0x273)](_0x24e8ca)),_0x1c6fef[_0x35c792(0x1bc)]=_0x3d28e9;})[_0x2db2f2(0x1c6)](_0x126383=>{const _0x19adea=_0x2db2f2;throw console[_0x19adea(0x266)](_0x126383),new _0x5192cf(_0x19adea(0x29c),this);});}[_0x1ddeff(0x277)]({threadId:_0x4aeb9b,channelId:_0x1fcdd0,isFromAdapter:_0x2cdf37}){const _0x241ff7=_0x1ddeff;if(!this[_0x241ff7(0x1c2)](_0x4aeb9b))throw new _0x5192cf(_0x241ff7(0x1bb),null,{'threadId':_0x4aeb9b});const _0xee359c=this[_0x241ff7(0x264)](_0x4aeb9b);if(!_0xee359c[_0x241ff7(0x220)])throw new _0x5192cf(_0x241ff7(0x1fd),null,{'threadId':_0x4aeb9b});if(_0xee359c[_0x241ff7(0x229)]=null,_0xee359c[_0x241ff7(0x1bc)]=null,_0x2cdf37||!this[_0x241ff7(0x1f6)]||_0x241ff7(0x22e)!=typeof this[_0x241ff7(0x1f6)][_0x241ff7(0x1e3)])return Promise[_0x241ff7(0x21a)]();const _0x10f512=this[_0x241ff7(0x248)][_0x241ff7(0x203)][_0x241ff7(0x29e)](_0x241ff7(0x1c4)),_0x2db2e5=_0x10f512[_0x241ff7(0x222)](_0x2860c2(this[_0x241ff7(0x248)][_0x241ff7(0x1db)],_0x241ff7(0x1d6)));return this[_0x241ff7(0x1f6)][_0x241ff7(0x1e3)]({'channelId':_0x1fcdd0,'threadId':_0x4aeb9b})[_0x241ff7(0x1fe)](()=>_0x10f512[_0x241ff7(0x1c5)](_0x2db2e5))[_0x241ff7(0x1c6)](_0x30ecad=>{const _0x552982=_0x241ff7;throw console[_0x552982(0x266)](_0x30ecad),new _0x5192cf(_0x552982(0x1ed),this);});}[_0x1ddeff(0x22a)]({threadId:_0x281307,isFromAdapter:_0x1ab8f7}){const _0x1f9f29=_0x1ddeff,_0x1c3491=this[_0x1f9f29(0x264)](_0x281307);if(!_0x1c3491)throw new _0x5192cf(_0x1f9f29(0x289),this);if(this[_0x1f9f29(0x268)](_0x281307),this[_0x1f9f29(0x1d2)][_0x1f9f29(0x1eb)](_0x281307),!_0x1c3491[_0x1f9f29(0x296)]||_0x1ab8f7||!this[_0x1f9f29(0x1f6)]||_0x1f9f29(0x22e)!=typeof this[_0x1f9f29(0x1f6)][_0x1f9f29(0x23a)])return Promise[_0x1f9f29(0x21a)]();const _0x4bdfaf=this[_0x1f9f29(0x248)][_0x1f9f29(0x203)][_0x1f9f29(0x29e)](_0x1f9f29(0x1c4)),{channelId:_0x2f8367}=_0x1c3491,_0x14f665=_0x4bdfaf[_0x1f9f29(0x222)](_0x2860c2(this[_0x1f9f29(0x248)][_0x1f9f29(0x1db)],_0x1f9f29(0x1d6)));return this[_0x1f9f29(0x1f6)][_0x1f9f29(0x23a)]({'channelId':_0x2f8367,'threadId':_0x281307})[_0x1f9f29(0x1fe)](()=>_0x4bdfaf[_0x1f9f29(0x1c5)](_0x14f665))[_0x1f9f29(0x1c6)](_0x1436ae=>{const _0x229f7a=_0x1f9f29;throw console[_0x229f7a(0x266)](_0x1436ae),new _0x5192cf(_0x229f7a(0x1d0),this);});}[_0x1ddeff(0x24c)]({threadId:_0x26a21d,unlinkedAt:_0xdb2dd,context:_0x5b951e,attributes:_0x2d6530,isFromAdapter:_0x149dbf}){const _0x4ad731=_0x1ddeff;if(_0x4ad731(0x27e)!=typeof _0x26a21d)throw new _0x5192cf(_0x4ad731(0x282),null,{'threadId':_0x26a21d});if(!this[_0x4ad731(0x1c2)](_0x26a21d))throw new _0x5192cf(_0x4ad731(0x1bb),null,{'threadId':_0x26a21d});const _0x366bcc=this[_0x4ad731(0x264)](_0x26a21d);let _0x24e486=!0x1;if(void 0x0!==_0x5b951e&&_0x366bcc[_0x4ad731(0x248)]!==_0x5b951e&&(_0x366bcc[_0x4ad731(0x248)]=_0x5b951e,_0x24e486=!0x0),void 0x0!==_0xdb2dd&&_0x366bcc[_0x4ad731(0x22b)]!==_0xdb2dd&&(_0x366bcc[_0x4ad731(0x22b)]=_0xdb2dd,_0x24e486=!0x0),_0x2d6530&&!_0x141830(_0x2d6530,_0x366bcc[_0x4ad731(0x1c9)])&&(_0x366bcc[_0x4ad731(0x1c9)]=_0x2d6530,_0x24e486=!0x0),!_0x24e486)return Promise[_0x4ad731(0x21a)]();if(!_0x366bcc[_0x4ad731(0x296)]||_0x149dbf||!this[_0x4ad731(0x1f6)]||_0x4ad731(0x22e)!=typeof this[_0x4ad731(0x1f6)][_0x4ad731(0x1c3)])return Promise[_0x4ad731(0x21a)]();const _0x4566c5=this[_0x4ad731(0x248)][_0x4ad731(0x203)][_0x4ad731(0x29e)](_0x4ad731(0x1c4)),{channelId:_0x4c2946}=_0x366bcc,_0x337662=_0x4566c5[_0x4ad731(0x222)](_0x2860c2(this[_0x4ad731(0x248)][_0x4ad731(0x1db)],_0x4ad731(0x1d6)));return this[_0x4ad731(0x1f6)][_0x4ad731(0x1c3)]({'channelId':_0x4c2946,'threadId':_0x26a21d,'context':_0x5b951e,'unlinkedAt':_0xdb2dd,'attributes':_0x2d6530})[_0x4ad731(0x1fe)](()=>_0x4566c5[_0x4ad731(0x1c5)](_0x337662))[_0x4ad731(0x1c6)](_0x1ee53e=>{const _0xf476ae=_0x4ad731;throw console[_0xf476ae(0x266)](_0x1ee53e),new _0x5192cf(_0xf476ae(0x1cc),this);});}[_0x1ddeff(0x268)](_0x1ce11f){const _0x1fb174=_0x1ddeff,_0x407807=this[_0x1fb174(0x248)][_0x1fb174(0x203)][_0x1fb174(0x29e)](_0x270f53),_0x1d9961=this[_0x1fb174(0x264)](_0x1ce11f);if(this[_0x1fb174(0x291)][_0x1fb174(0x21b)](_0x1d9961)){const _0x5c56f8=this[_0x1fb174(0x291)][_0x1fb174(0x29e)](_0x1d9961),_0x47b1e3=_0x5c56f8[_0x1fb174(0x261)],_0x49cfd8=_0x407807[_0x1fb174(0x1cb)](_0x47b1e3);this[_0x1fb174(0x291)][_0x1fb174(0x1eb)](_0x1d9961),this[_0x1fb174(0x1bd)][_0x1fb174(0x1eb)](_0x47b1e3),_0x49cfd8&&_0x407807[_0x1fb174(0x1c5)](_0x49cfd8),_0x5c56f8[_0x1fb174(0x21c)](),_0x47b1e3[_0x1fb174(0x21c)]()[_0x1fb174(0x1fe)](()=>{const _0x4105ee=_0x1fb174;this[_0x4105ee(0x27c)](_0x47b1e3);});}}[_0x1ddeff(0x24b)]({threadId:_0x365263,resolvedAt:_0x497b61}){const _0x6faef9=_0x1ddeff,_0x53d2ca=!!_0x497b61,_0x208368=this[_0x6faef9(0x248)][_0x6faef9(0x203)][_0x6faef9(0x29e)](_0x270f53),_0x47f6c4=this[_0x6faef9(0x264)](_0x365263);if(this[_0x6faef9(0x291)][_0x6faef9(0x21b)](_0x47f6c4)){const _0x4df405=this[_0x6faef9(0x291)][_0x6faef9(0x29e)](_0x47f6c4)[_0x6faef9(0x261)],_0x3de4a2=_0x208368[_0x6faef9(0x1cb)](_0x4df405);_0x3de4a2&&(_0x53d2ca&&_0x208368[_0x6faef9(0x215)](_0x3de4a2),_0x3de4a2[_0x6faef9(0x299)]());}}[_0x1ddeff(0x22c)](_0x28bfe5){const _0x6212f=_0x1ddeff,_0xf66ce6=this[_0x6212f(0x248)][_0x6212f(0x203)][_0x6212f(0x29e)](_0x488669),_0x195f8b=_0x4e706d(_0x6212f(0x245)+_0x28bfe5),_0x3021e1=_0xf66ce6[_0x6212f(0x273)](_0x195f8b);return _0x3021e1||_0xf66ce6[_0x6212f(0x294)]({'id':_0x195f8b,'name':_0x28bfe5});}[_0x1ddeff(0x283)]({threadId:_0x552296,commentId:_0xc41a84=_0x320a79(),content:_0x4e11c1,authorId:_0x5ee0de,createdAt:_0x4a2e8d,attributes:_0x334ce3}){const _0xf5ba63=_0x1ddeff;if(_0xf5ba63(0x27e)!=typeof _0xc41a84)throw new _0x5192cf(_0xf5ba63(0x29d));if(_0xf5ba63(0x27e)!=typeof _0x5ee0de)throw new _0x5192cf(_0xf5ba63(0x28a));if(_0xf5ba63(0x27e)!=typeof _0x4e11c1||!_0x4e11c1[_0xf5ba63(0x26f)]())throw new _0x5192cf(_0xf5ba63(0x20b));const _0x4a1923=this[_0xf5ba63(0x248)][_0xf5ba63(0x203)][_0xf5ba63(0x29e)](_0x488669)[_0xf5ba63(0x273)](_0x5ee0de);if(!_0x4a1923)throw new _0x5192cf(_0xf5ba63(0x288),null,{'authorId':_0x5ee0de});let _0x5be8db=null,_0x509b27=_0x4a2e8d;return _0x334ce3&&_0x334ce3[_0xf5ba63(0x249)]&&(_0x5be8db=this[_0xf5ba63(0x22c)](_0x334ce3[_0xf5ba63(0x249)][_0xf5ba63(0x287)]),_0x509b27=new Date(_0x334ce3[_0xf5ba63(0x249)][_0xf5ba63(0x1c7)])),new Comment(this,{'threadId':_0x552296,'id':_0xc41a84,'author':_0x5be8db||_0x4a1923,'creator':_0x4a1923,'content':_0x4e11c1,'createdAt':_0x4a2e8d,'authoredAt':_0x509b27,'attributes':_0x334ce3});}[_0x1ddeff(0x274)](_0x69edd5){const _0x44e6f9=_0x1ddeff;let {threadId:_0x3198d5,content:_0x442bbd,attributes:_0x4d6d5a,isFromAdapter:_0x44522a}=_0x69edd5;const _0x4c5016=this[_0x44e6f9(0x264)](_0x69edd5[_0x44e6f9(0x259)]);if(!_0x4c5016)throw new _0x5192cf(_0x44e6f9(0x207),this);const _0x7635cd=this[_0x44e6f9(0x283)](_0x69edd5),{id:_0x192cd7}=_0x7635cd;if(_0x4c5016[_0x44e6f9(0x262)](_0x7635cd),_0x44522a||!this[_0x44e6f9(0x1f6)]||_0x44e6f9(0x22e)!=typeof this[_0x44e6f9(0x1f6)][_0x44e6f9(0x1c0)]||!_0x4c5016[_0x44e6f9(0x296)])return Promise[_0x44e6f9(0x21a)]();const _0x15fdce=this[_0x44e6f9(0x248)][_0x44e6f9(0x203)][_0x44e6f9(0x29e)](_0x44e6f9(0x1c4)),{channelId:_0x39268a}=_0x4c5016,_0x30aa44=_0x15fdce[_0x44e6f9(0x222)](_0x2860c2(this[_0x44e6f9(0x248)][_0x44e6f9(0x1db)],_0x44e6f9(0x1d6)));return _0x4d6d5a||(_0x4d6d5a={}),this[_0x44e6f9(0x1f6)][_0x44e6f9(0x1c0)]({'channelId':_0x39268a,'threadId':_0x3198d5,'commentId':_0x192cd7,'content':_0x442bbd,'attributes':_0x4d6d5a})[_0x44e6f9(0x1fe)](_0x4c5293=>{const _0x41335e=_0x44e6f9;_0x15fdce[_0x41335e(0x1c5)](_0x30aa44),_0x4c5293&&this[_0x41335e(0x257)]({'channelId':_0x39268a,'threadId':_0x3198d5,'commentId':_0x192cd7,'createdAt':_0x4c5293[_0x41335e(0x1c7)],'isFromAdapter':!0x0});})[_0x44e6f9(0x1c6)](_0xb7f54c=>{const _0x362852=_0x44e6f9;throw console[_0x362852(0x266)](_0xb7f54c),new _0x5192cf(_0x362852(0x25c),this);});}[_0x1ddeff(0x257)]({threadId:_0x43c0ce,commentId:_0x196fdf,content:_0x2be943,createdAt:_0x3fa53d,attributes:_0x3b373a,isFromAdapter:_0x310ea3}){const _0x57d394=_0x1ddeff;if(void 0x0!==_0x2be943&&(_0x57d394(0x27e)!=typeof _0x2be943||!_0x2be943[_0x57d394(0x26f)]()[_0x57d394(0x204)]))throw new _0x5192cf(_0x57d394(0x1c8));const _0x17e4f0=this[_0x57d394(0x264)](_0x43c0ce),_0x4ec30f=_0x17e4f0[_0x57d394(0x298)](_0x196fdf);if(!_0x4ec30f)throw new _0x5192cf(_0x57d394(0x1d1),this);let _0x621e34=!0x1;if(_0x2be943&&_0x2be943!==_0x4ec30f[_0x57d394(0x24a)]&&(_0x4ec30f[_0x57d394(0x271)]||_0x310ea3)&&(_0x4ec30f[_0x57d394(0x24a)]=_0x2be943,_0x621e34=!0x0),_0x3fa53d&&_0x3fa53d!==_0x4ec30f[_0x57d394(0x1c7)]&&(_0x4ec30f[_0x57d394(0x1c7)]=_0x3fa53d,_0x4ec30f[_0x57d394(0x1c9)]&&_0x4ec30f[_0x57d394(0x1c9)][_0x57d394(0x249)]||(_0x4ec30f[_0x57d394(0x256)]=_0x3fa53d),_0x621e34=!0x0),_0x3b373a&&!_0x141830(_0x3b373a,_0x4ec30f[_0x57d394(0x1c9)])&&(_0x4ec30f[_0x57d394(0x1c9)]=_0x3b373a,_0x621e34=!0x0),!_0x621e34)return Promise[_0x57d394(0x21a)]();if(_0x17e4f0[_0x57d394(0x1cf)](_0x57d394(0x24d)),_0x310ea3||!this[_0x57d394(0x1f6)]||_0x57d394(0x22e)!=typeof this[_0x57d394(0x1f6)][_0x57d394(0x260)])return Promise[_0x57d394(0x21a)]();const _0x241dc5=this[_0x57d394(0x248)][_0x57d394(0x203)][_0x57d394(0x29e)](_0x57d394(0x1c4)),{channelId:_0x4eb3a9}=this[_0x57d394(0x264)](_0x4ec30f[_0x57d394(0x259)]),_0x579cca=_0x241dc5[_0x57d394(0x222)](_0x2860c2(this[_0x57d394(0x248)][_0x57d394(0x1db)],_0x57d394(0x1d6)));return this[_0x57d394(0x1f6)][_0x57d394(0x260)]({'channelId':_0x4eb3a9,'threadId':_0x43c0ce,'commentId':_0x196fdf,'content':_0x2be943,'attributes':_0x3b373a})[_0x57d394(0x1fe)](()=>_0x241dc5[_0x57d394(0x1c5)](_0x579cca))[_0x57d394(0x1c6)](_0x8fde72=>{const _0x4cbcc0=_0x57d394;throw console[_0x4cbcc0(0x266)](_0x8fde72),new _0x5192cf(_0x4cbcc0(0x21f),this);});}[_0x1ddeff(0x1f3)]({threadId:_0x4df360,commentId:_0x56733b,isFromAdapter:_0xef2cd8}){const _0x13ad3a=_0x1ddeff,_0x2b3d1a=this[_0x13ad3a(0x264)](_0x4df360),_0x336f18=_0x2b3d1a[_0x13ad3a(0x298)](_0x56733b);if(!_0x336f18)throw new _0x5192cf(_0x13ad3a(0x293),this);if(_0x2b3d1a[_0x13ad3a(0x1fb)](_0x336f18),_0xef2cd8||!this[_0x13ad3a(0x1f6)]||_0x13ad3a(0x22e)!=typeof this[_0x13ad3a(0x1f6)][_0x13ad3a(0x26e)])return Promise[_0x13ad3a(0x21a)]();const _0x4142a3=this[_0x13ad3a(0x248)][_0x13ad3a(0x203)][_0x13ad3a(0x29e)](_0x13ad3a(0x1c4)),{channelId:_0x513ee3}=_0x2b3d1a,_0x56e211=_0x4142a3[_0x13ad3a(0x222)](_0x2860c2(this[_0x13ad3a(0x248)][_0x13ad3a(0x1db)],_0x13ad3a(0x1d6)));return this[_0x13ad3a(0x1f6)][_0x13ad3a(0x26e)]({'channelId':_0x513ee3,'threadId':_0x4df360,'commentId':_0x56733b})[_0x13ad3a(0x1fe)](()=>_0x4142a3[_0x13ad3a(0x1c5)](_0x56e211))[_0x13ad3a(0x1c6)](_0x463667=>{const _0x458f32=_0x13ad3a;throw console[_0x458f32(0x266)](_0x463667),new _0x5192cf(_0x458f32(0x20e),this);});}}export class CommentThread extends/* #__PURE__ -- @preserve */
24
- _0x364672(){constructor(_0x35e216,_0x1bbddf){const _0x1c9c30=_0x1ddeff;super();const _0x11be8e=_0x1bbddf[_0x1c9c30(0x214)];this[_0x1c9c30(0x1f8)]=_0x1bbddf[_0x1c9c30(0x1f8)],this['id']=_0x1bbddf['id'],this[_0x1c9c30(0x1de)]=new _0x2be3f1(),this[_0x1c9c30(0x275)]=_0x35e216,this[_0x1c9c30(0x254)]=!0x1,this[_0x1c9c30(0x23c)]=_0x1bbddf[_0x1c9c30(0x296)],this[_0x1c9c30(0x1e2)](_0x1c9c30(0x26c),!0x0),this[_0x1c9c30(0x208)](_0x1c9c30(0x230))['to'](_0x35e216,_0x1c9c30(0x239),_0x35e216,_0x1c9c30(0x225),()=>_0x35e216[_0x1c9c30(0x230)](this[_0x1c9c30(0x1f8)])),this[_0x1c9c30(0x208)](_0x1c9c30(0x263))['to'](_0x35e216,_0x1c9c30(0x239),()=>_0x35e216[_0x1c9c30(0x28c)](this[_0x1c9c30(0x1f8)])[_0x1c9c30(0x251)]),this[_0x1c9c30(0x208)](_0x1c9c30(0x25d))['to'](_0x35e216,_0x1c9c30(0x239),()=>{const _0x2a1b00=_0x1c9c30,_0x55ece9=_0x35e216[_0x2a1b00(0x28c)](this[_0x2a1b00(0x1f8)]);return _0x55ece9[_0x2a1b00(0x209)]||_0x55ece9[_0x2a1b00(0x251)];}),this[_0x1c9c30(0x208)](_0x1c9c30(0x214))['to'](_0x35e216,_0x1c9c30(0x239),()=>_0x11be8e&&_0x35e216[_0x1c9c30(0x28c)](this[_0x1c9c30(0x1f8)])[_0x1c9c30(0x21a)]),this[_0x1c9c30(0x1e2)](_0x1c9c30(0x248),_0x1bbddf[_0x1c9c30(0x248)]),this[_0x1c9c30(0x208)](_0x1c9c30(0x286))['to'](this,_0x1c9c30(0x1bc),this,_0x1c9c30(0x22b),(_0x30e267,_0x1cdec4)=>_0x30e267?_0x1cdec4?_0x30e267<_0x1cdec4?_0x30e267:_0x1cdec4:_0x30e267:_0x1cdec4),this[_0x1c9c30(0x1e2)](_0x1c9c30(0x22b),_0x1bbddf[_0x1c9c30(0x22b)]||null),this[_0x1c9c30(0x1e2)](_0x1c9c30(0x1bc),_0x1bbddf[_0x1c9c30(0x1bc)]||null),this[_0x1c9c30(0x1e2)](_0x1c9c30(0x229),_0x1bbddf[_0x1c9c30(0x229)]||null),this[_0x1c9c30(0x208)](_0x1c9c30(0x220))['to'](this,_0x1c9c30(0x1bc),_0x462961=>!!_0x462961),this[_0x1c9c30(0x1e2)](_0x1c9c30(0x1c9),_0x1bbddf[_0x1c9c30(0x1c9)]||{});}get[_0x1ddeff(0x22f)](){const _0x289608=_0x1ddeff;return Array[_0x289608(0x1e7)](this[_0x289608(0x1de)])[_0x289608(0x1d8)]((_0x389021,_0x125b34)=>_0x389021+_0x125b34[_0x289608(0x22f)],0x0);}get[_0x1ddeff(0x204)](){const _0x4fea3e=_0x1ddeff;return this[_0x4fea3e(0x1de)][_0x4fea3e(0x204)];}get[_0x1ddeff(0x276)](){const _0x49935c=_0x1ddeff;return this[_0x49935c(0x254)];}get[_0x1ddeff(0x296)](){const _0x5a672d=_0x1ddeff;return this[_0x5a672d(0x23c)];}[_0x1ddeff(0x223)](){const _0x154416=_0x1ddeff,{channelId:_0x29a7d0,id:_0x2fa2eb}=this;this[_0x154416(0x275)][_0x154416(0x1cf)](_t(_0x154416(0x29b),_0x29a7d0),{'channelId':_0x29a7d0,'threadId':_0x2fa2eb});}[_0x1ddeff(0x1fc)](_0x30d023){const _0xfb7d21=_0x1ddeff;this[_0xfb7d21(0x219)]({'unlinkedAt':_0x30d023});}[_0x1ddeff(0x21a)]({resolvedAt:_0x52ff88=new Date(),resolvedBy:_0xf1cf2d=null,isFromAdapter:_0x472862=!0x1}={}){const _0x4de19d=_0x1ddeff,_0x3984be=this[_0x4de19d(0x275)][_0x4de19d(0x248)][_0x4de19d(0x203)][_0x4de19d(0x29e)](_0x488669)['me'],{channelId:_0x543861,id:_0x630d7b}=this;this[_0x4de19d(0x275)][_0x4de19d(0x1cf)](_t(_0x4de19d(0x1ee),_0x543861),{'channelId':_0x543861,'threadId':_0x630d7b,'resolvedAt':_0x52ff88,'resolvedBy':_0xf1cf2d||_0x3984be['id'],'isFromAdapter':_0x472862});}[_0x1ddeff(0x22d)]({isFromAdapter:_0xfbdde2=!0x1}={}){const _0x4abad5=_0x1ddeff,{channelId:_0x356f3a,id:_0x52d084}=this;this[_0x4abad5(0x275)][_0x4abad5(0x1cf)](_t(_0x4abad5(0x1e3),_0x356f3a),{'channelId':_0x356f3a,'threadId':_0x52d084,'isFromAdapter':_0xfbdde2});}[_0x1ddeff(0x1cd)](_0x33b464){const _0x5e6921=_0x1ddeff;this[_0x5e6921(0x248)]||this[_0x5e6921(0x219)]({'context':_0x33b464});}[_0x1ddeff(0x205)](_0x2bf26a,_0x471d2e){const _0xd5bc65=_0x1ddeff,_0x5cac31=_0x42f3c4(this[_0xd5bc65(0x1c9)]);_0x2f6d8d(_0x5cac31,_0x2bf26a,_0x471d2e),this[_0xd5bc65(0x219)]({'attributes':_0x5cac31});}[_0x1ddeff(0x255)](_0x18cb78){const _0x39d0e0=_0x1ddeff,_0x14f013=_0x42f3c4(this[_0x39d0e0(0x1c9)]);_0x3289c6(_0x14f013,_0x18cb78),this[_0x39d0e0(0x219)]({'attributes':_0x14f013});}[_0x1ddeff(0x1c5)]({isFromAdapter:_0x239247=!0x1}={}){const _0x5ccadb=_0x1ddeff,{channelId:_0x5de99a,id:_0x5c4a80}=this;this[_0x5ccadb(0x275)][_0x5ccadb(0x1cf)](_t(_0x5ccadb(0x23a),_0x5de99a),{'channelId':_0x5de99a,'threadId':_0x5c4a80,'isFromAdapter':_0x239247});}[_0x1ddeff(0x237)](_0x1a85b9){const _0x5232a9=_0x1ddeff;return this[_0x5232a9(0x275)][_0x5232a9(0x27b)]({'threadId':this['id'],'target':_0x1a85b9});}[_0x1ddeff(0x1c0)](_0x268514){const _0x52b1f3=_0x1ddeff,{channelId:_0x843d19,id:_0x21a846}=this;this[_0x52b1f3(0x275)][_0x52b1f3(0x1cf)](_t(_0x52b1f3(0x1c0),_0x843d19,_0x21a846),Object[_0x52b1f3(0x20f)]({'channelId':_0x843d19,'threadId':_0x21a846},_0x268514));}[_0x1ddeff(0x298)](_0x216e66){const _0x29b5bd=_0x1ddeff;if(_0x29b5bd(0x27e)!=typeof _0x216e66)throw new _0x5192cf(_0x29b5bd(0x1e5),null,{'commentId':_0x216e66});return this[_0x29b5bd(0x1de)][_0x29b5bd(0x29e)](_0x216e66);}[_0x1ddeff(0x246)](){const _0x545171=_0x1ddeff;return{'threadId':this['id'],'context':this[_0x545171(0x248)],'unlinkedAt':this[_0x545171(0x22b)],'resolvedAt':this[_0x545171(0x1bc)],'resolvedBy':this[_0x545171(0x229)]?this[_0x545171(0x229)]['id']:null,'archivedAt':this[_0x545171(0x286)],'comments':this[_0x545171(0x1de)][_0x545171(0x247)](_0x422a3f=>_0x422a3f[_0x545171(0x246)]()),'attributes':this[_0x545171(0x1c9)]};}[_0x1ddeff(0x262)](_0x1bd3a6){const _0x3d06fa=_0x1ddeff;return this[_0x3d06fa(0x23b)](_0x1bd3a6,_0x3d06fa(0x224),()=>{const _0x369a6f=_0x3d06fa,_0x3ac912=this[_0x369a6f(0x206)](_0x1bd3a6),_0x2e8a26=this[_0x369a6f(0x1de)];_0x3ac912-0x1!=_0x2e8a26[_0x369a6f(0x25e)](_0x1bd3a6)&&_0x3ac912+0x1!=_0x2e8a26[_0x369a6f(0x25e)](_0x1bd3a6)&&(this[_0x369a6f(0x1fb)](_0x1bd3a6),this[_0x369a6f(0x262)](_0x1bd3a6));}),this[_0x3d06fa(0x1de)][_0x3d06fa(0x222)](_0x1bd3a6,this[_0x3d06fa(0x206)](_0x1bd3a6));}[_0x1ddeff(0x219)](_0x54fc88){const _0x7f21b6=_0x1ddeff,{channelId:_0x550afa,id:_0x2202a3}=this;this[_0x7f21b6(0x275)][_0x7f21b6(0x1cf)](_t(_0x7f21b6(0x1c3),_0x550afa),{..._0x54fc88,'channelId':_0x550afa,'threadId':_0x2202a3});}[_0x1ddeff(0x1fb)](_0x33545e){const _0x42cb0a=_0x1ddeff;return this[_0x42cb0a(0x20d)](_0x33545e),_0x33545e[_0x42cb0a(0x21c)](),this[_0x42cb0a(0x1de)][_0x42cb0a(0x1c5)](_0x33545e);}[_0x1ddeff(0x206)](_0x51266d){const _0x2f215d=_0x1ddeff,_0x31590d=this[_0x2f215d(0x1de)][_0x2f215d(0x231)](_0xc2772b=>new Date(_0xc2772b[_0x2f215d(0x256)])[_0x2f215d(0x1f2)]()>new Date(_0x51266d[_0x2f215d(0x256)])[_0x2f215d(0x1f2)]());return _0x31590d?this[_0x2f215d(0x1de)][_0x2f215d(0x25e)](_0x31590d):this[_0x2f215d(0x204)];}}export class Comment extends/* #__PURE__ -- @preserve */
25
- _0x364672(){constructor(_0xc368d6,_0xb1b7f4){const _0xdd1623=_0x1ddeff;super();const _0x5a13fb=_0xc368d6[_0xdd1623(0x248)][_0xdd1623(0x203)][_0xdd1623(0x29e)](_0x488669)['me'],_0x63c943=_0xc368d6[_0xdd1623(0x264)](_0xb1b7f4[_0xdd1623(0x259)]),_0x1c0dac=0x0===_0x63c943[_0xdd1623(0x1de)][_0xdd1623(0x204)],_0x46d8ed=_0x5a13fb===_0xb1b7f4[_0xdd1623(0x1f5)];this['id']=_0xb1b7f4['id'],this[_0xdd1623(0x259)]=_0xb1b7f4[_0xdd1623(0x259)],this[_0xdd1623(0x1f5)]=_0xb1b7f4[_0xdd1623(0x1f5)],this[_0xdd1623(0x211)]=_0xb1b7f4[_0xdd1623(0x211)],this[_0xdd1623(0x280)]=Boolean(_0xb1b7f4[_0xdd1623(0x1c9)]&&_0xb1b7f4[_0xdd1623(0x1c9)][_0xdd1623(0x249)]),this[_0xdd1623(0x1e2)](_0xdd1623(0x24a),_0xb1b7f4[_0xdd1623(0x24a)]),this[_0xdd1623(0x1c7)]=_0xb1b7f4[_0xdd1623(0x1c7)]||new Date(),this[_0xdd1623(0x1e2)](_0xdd1623(0x256),_0xb1b7f4[_0xdd1623(0x256)]||new Date()),this[_0xdd1623(0x208)](_0xdd1623(0x1bc))['to'](_0x63c943,_0xdd1623(0x1bc)),this[_0xdd1623(0x1e2)](_0xdd1623(0x1c9),_0xb1b7f4[_0xdd1623(0x1c9)]||{}),this[_0xdd1623(0x208)](_0xdd1623(0x271))['to'](_0xc368d6,_0xdd1623(0x239),()=>{const _0x316ac1=_0xdd1623,_0x4cb6ff=_0xc368d6[_0x316ac1(0x28c)](_0x63c943[_0x316ac1(0x1f8)])[_0x316ac1(0x209)],_0x24b811=_0xc368d6[_0x316ac1(0x28c)](_0x63c943[_0x316ac1(0x1f8)])[_0x316ac1(0x21e)];return _0x46d8ed&&_0x4cb6ff||!_0x46d8ed&&_0x24b811;}),this[_0xdd1623(0x208)](_0xdd1623(0x263))['to'](_0x63c943,_0xdd1623(0x263),_0xc368d6,_0xdd1623(0x239),_0x2324d9=>{const _0x3671b9=_0xdd1623,_0x33982f=_0xc368d6[_0x3671b9(0x28c)](_0x63c943[_0x3671b9(0x1f8)])[_0x3671b9(0x209)],_0x32e265=_0xc368d6[_0x3671b9(0x28c)](_0x63c943[_0x3671b9(0x1f8)])[_0x3671b9(0x21e)];return _0x46d8ed&&_0x33982f||_0x2324d9&&_0x1c0dac||!_0x46d8ed&&_0x32e265&&!_0x1c0dac;}),this[_0xdd1623(0x208)](_0xdd1623(0x230))['to'](_0x63c943,_0xdd1623(0x230)),this[_0xdd1623(0x275)]=_0xc368d6;}get[_0x1ddeff(0x22f)](){const _0x1a5f4f=_0x1ddeff;return Math[_0x1a5f4f(0x29a)](function(_0x106777){const _0x261c9b=_0x1a5f4f,_0x2dfdc7=document[_0x261c9b(0x241)](_0x261c9b(0x297));return _0x2dfdc7[_0x261c9b(0x285)]=_0x106777,_0x2dfdc7[_0x261c9b(0x221)][_0x261c9b(0x204)];}(this[_0x1a5f4f(0x24a)]),0xc8);}[_0x1ddeff(0x28e)](_0x14eebf){const _0xa4409d=_0x1ddeff,{threadId:_0x36a2e2,id:_0x153c6c}=this;if(!this[_0xa4409d(0x275)][_0xa4409d(0x1c2)](_0x36a2e2))throw new _0x5192cf(_0xa4409d(0x1dc),this);const {channelId:_0x7e5d53}=this[_0xa4409d(0x275)][_0xa4409d(0x264)](_0x36a2e2);this[_0xa4409d(0x275)][_0xa4409d(0x1cf)](_t(_0xa4409d(0x260),_0x7e5d53,_0x36a2e2),{'channelId':_0x7e5d53,'threadId':_0x36a2e2,'commentId':_0x153c6c,..._0x14eebf});}[_0x1ddeff(0x205)](_0x46e8dc,_0x374925){const _0x149e46=_0x1ddeff,_0x4dc236=_0x42f3c4(this[_0x149e46(0x1c9)]);_0x2f6d8d(_0x4dc236,_0x46e8dc,_0x374925),this[_0x149e46(0x28e)]({'attributes':_0x4dc236});}[_0x1ddeff(0x255)](_0x56ee9f){const _0x4213dc=_0x1ddeff,_0x13b5de=_0x42f3c4(this[_0x4213dc(0x1c9)]);_0x3289c6(_0x13b5de,_0x56ee9f),this[_0x4213dc(0x28e)]({'attributes':_0x13b5de});}[_0x1ddeff(0x1c5)](_0x2667ba={}){const _0x19abdc=_0x1ddeff;if(!_0x2667ba[_0x19abdc(0x253)]&&!this[_0x19abdc(0x263)])return;const {threadId:_0x1b4dcd,id:_0x4bb4bf}=this;if(!this[_0x19abdc(0x275)][_0x19abdc(0x1c2)](_0x1b4dcd))throw new _0x5192cf(_0x19abdc(0x279),this);const {channelId:_0x8a2fac}=this[_0x19abdc(0x275)][_0x19abdc(0x264)](_0x1b4dcd);this[_0x19abdc(0x275)][_0x19abdc(0x1cf)](_t(_0x19abdc(0x26e),_0x8a2fac,_0x1b4dcd),{'channelId':_0x8a2fac,'threadId':_0x1b4dcd,'commentId':_0x4bb4bf,..._0x2667ba});}[_0x1ddeff(0x246)](){const _0x3d46e8=_0x1ddeff;return{'commentId':this['id'],'content':this[_0x3d46e8(0x24a)],'createdAt':this[_0x3d46e8(0x1c7)],'authorId':this[_0x3d46e8(0x211)]['id'],'attributes':this[_0x3d46e8(0x1c9)]};}[_0x1ddeff(0x21c)](){const _0x2c2a1f=_0x1ddeff;this[_0x2c2a1f(0x20d)]();}}function _t(_0x28f6d2,..._0x39d19f){for(const _0x58c10d of _0x39d19f)void 0x0!==_0x58c10d&&(_0x28f6d2+=':'+String(_0x58c10d));return _0x28f6d2;}
23
+ const _0x122557=_0x4053;(function(_0x314a46,_0x21a26a){const _0x27eb5b=_0x4053,_0x1b33eb=_0x314a46();while(!![]){try{const _0x226b71=parseInt(_0x27eb5b(0x186))/0x1*(parseInt(_0x27eb5b(0x1f7))/0x2)+parseInt(_0x27eb5b(0x18b))/0x3+parseInt(_0x27eb5b(0x19a))/0x4*(-parseInt(_0x27eb5b(0x17d))/0x5)+parseInt(_0x27eb5b(0x22b))/0x6+-parseInt(_0x27eb5b(0x1b7))/0x7+-parseInt(_0x27eb5b(0x1d2))/0x8+parseInt(_0x27eb5b(0x161))/0x9*(parseInt(_0x27eb5b(0x195))/0xa);if(_0x226b71===_0x21a26a)break;else _0x1b33eb['push'](_0x1b33eb['shift']());}catch(_0x4f20b1){_0x1b33eb['push'](_0x1b33eb['shift']());}}}(_0x431a,0xf2f36));import{PendingActions as _0x5270b9,ContextPlugin as _0x4dd2c6,Editor as _0xa39a76}from'ckeditor5/src/core.js';import{Collection as _0x544c75,uid as _0x411bb5,CKEditorError as _0x421689,ObservableMixin as _0x15bac8}from'ckeditor5/src/utils.js';import{getDateTimeFormatter as _0xf3a3c0,hashObject as _0x127263,Users as _0x5b0cd6}from'ckeditor5-collaboration/src/collaboration-core.js';import{cloneDeep as _0x1ea623,isEqual as _0x2bcfcc,set as _0x3f1ea9,unset as _0x51029a}from'lodash-es';import _0x506d58 from'./ui/commentthreadcontroller.js';import _0x527640 from'./ui/view/commentthreadview.js';import _0x8e21d6 from'./ui/view/commentview.js';import{getTranslation as _0x1f4a04}from'../utils/common-translations.js';import'../../theme/comment.css';import'../../theme/commentthread.css';function _0x431a(){const _0xadf468=['threadId','commentsrepository-missing-target','isFromAdapter','_createNewComment','define','context','error','noChannel','_getExternalAuthor','commentsrepository-invalid-comment-content','bind','catch','commentsrepository-update-comment-invalid-content','commentsListView','_isAttached','escape','addComment','commentsrepository-active-not-attached','createCommentThreadController','bodyCollectionContainer','getUser','from','commentsrepository-missing-thread-and-adapter-method','isDirty','commentsrepository-remove-comment-missing-comment-thread','attachTo','archivedAt','activate','_removeCommentThread','assign','isExternal','_removeActiveAnnotation','Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.','reopen','commentsrepository-resolve-comment-thread-internal-error','update','reduce','change:isDirty','then','commentsrepository-reopen-comment-thread','trim','PendingActions','1235490VkiESh','_isSubmitted','_addCommentThread','weight','submitCommentThread','_resolveCommentThread','CommentsRepository','stopListening','commentThreadInputView','delete','resolveCommentThread','external:','init','toJSON','focusableElements','_attachCommentThread','commentsrepository-resolved-comment-thread','change:activeAnnotations','deactivateAll','lowest','comments.CommentThreadView','_detachCommentThread','getCommentThreads','locale','remove','commentsrepository-fetch-comment-thread','comments.maxCommentsWhenCollapsed','105102yIvImG','addCommentThread','get','once','removeAttribute','innerView','isPremiumPlugin','attributes','getComment','createdAt','listenTo','div','model','_repository','commentsrepository-add-comment-user-not-exists','licenseKey','_threads','_threadToController','comments','comments.editorConfig','admin','max','isResolved','editorReady','resolvedAt','has','authorName','change:authoredAt','1315yjUzCT','_removeComment','body','write','resolve','fire','unlinkedAt','plugins','removeComment','29QcidJF','commentsrepository-update-comment-thread-internal-error','hasCommentThread','comments.maxCommentCharsWhenCollapsed','PENDING_ACTION_COMMENT_THREAD','5519457rKvLry','comments.maxThreadTotalWeight','comments.copyMarkers','getPermissions','type','change:_permissions','isRemovable','_createCommentThreadView','commentsrepository-add-comment-thread-internal-error','_addComment','1630ckJyYx','_updateCommentThread','commentsrepository-add-comment-to-missing-comment-thread','highest','addUser','7512THtlFw','authoredAt','content','find','_updateActiveAnnotation','innerHTML','commentsrepository-invalid-comment-authorid','commentsrepository-update-missing-comment','commentsrepository-remove-comment-thread-internal-error','setPermissions','commentInputView','_update','_bindAnnotationToEditors','add','destroy','commentsrepository-remove-comment-internal-error','_viewToController','commentsrepository-add-comment-internal-error','commentsrepository-duplicated-comment-thread-id','activeCommentThread','requires','getIndex','commentsrepository-update-comment-missing-comment-thread','setAttribute','values','createElement','commentsrepository-missing-comment-thread','CommentThreadView','_findOptimalIndex','11762415ycsnBb','getCommentThread','comment','_unbindEditors','change:_readOnlyChannels','_reopenCommentThread','isSubmitted','setContext','commentUpdated','view','canComment','editorDestroyed','author','map','isResolvable','getByInnerView','setUnlinkedAt','pluginName','commentId','string','submit','fetchCommentThread','_hasTargetInContent','filter','length','config','set','11495328DiSZOk','_add','modifyAll','creator','commentsrepository-get-comment-invalid-id','_adapter','textContent','commentsrepository-remove-missing-comment-thread','adapter','warn','commentsrepository-attach-missing-comment-thread','commentsrepository-remove-missing-comment','@external','openNewCommentThread','commentsrepository-active-missing-comment-thread','_readOnlyChannels','commentsrepository-invalid-commentid','commentsrepository-reopen-comment-thread-internal-error','commentsrepository-update-comment-internal-error','updateCommentThread','getTime','_submitCommentThread','reopenCommentThread','channelId','switchReadOnly','refreshVisibility','isAttached','_permissions','push','isOfficialPlugin','setActiveCommentThread','resolvedBy','commentsrepository-invalid-comment-thread-id','isEditable','_remove','isReadOnly','function','45314ylVgmi','updateComment','focusTracker','removeCommentThread','isActive','_updateComment','focus','comments.CommentView','commentsrepository-adapter-already-set','CommentView'];_0x431a=function(){return _0xadf468;};return _0x431a();}import'../../theme/commentinput.css';import _0x53a685 from'../annotations/view/annotationview.js';function _0x4053(_0x5ecd8d,_0x2151fe){const _0x431a11=_0x431a();return _0x4053=function(_0x405329,_0x5892c0){_0x405329=_0x405329-0x14f;let _0x56f825=_0x431a11[_0x405329];return _0x56f825;},_0x4053(_0x5ecd8d,_0x2151fe);}import _0x29f96e from'../annotations/annotation.js';import _0x3b63a5 from'../annotations/annotations.js';const Tt=Symbol(_0x122557(0x208)),_t={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};export default class o extends _0x4dd2c6{static get[_0x122557(0x1ae)](){return[_0x3b63a5,_0x5270b9,_0x5b0cd6];}static get[_0x122557(0x1c8)](){const _0xa05b34=_0x122557;return _0xa05b34(0x231);}static get[_0x122557(0x1ef)](){return!0x0;}static get[_0x122557(0x167)](){return!0x0;}constructor(_0x2564fd){const _0x44b4a6=_0x122557;super(_0x2564fd),this[_0x44b4a6(0x171)]=new Map(),this[_0x44b4a6(0x172)]=new Map(),this[_0x44b4a6(0x1aa)]=new Map(),this[_0x44b4a6(0x1d1)](_0x44b4a6(0x1e1),new Set()),this[_0x44b4a6(0x1d1)](_0x44b4a6(0x1ed),new Map());const _0x56d3cd=this[_0x44b4a6(0x206)][_0x44b4a6(0x1d0)];_0x56d3cd[_0x44b4a6(0x205)](_0x44b4a6(0x160),0x2),_0x56d3cd[_0x44b4a6(0x205)](_0x44b4a6(0x18c),0x1f4),_0x56d3cd[_0x44b4a6(0x205)](_0x44b4a6(0x189),0x8c),_0x56d3cd[_0x44b4a6(0x205)](_0x44b4a6(0x15a),_0x527640),_0x56d3cd[_0x44b4a6(0x205)](_0x44b4a6(0x1fe),_0x8e21d6),_0x56d3cd[_0x44b4a6(0x163)](_0x44b4a6(0x174))||console[_0x44b4a6(0x1db)](_0x44b4a6(0x221));}[_0x122557(0x152)](){const _0x160432=_0x122557,_0x445a41=this[_0x160432(0x206)][_0x160432(0x184)][_0x160432(0x163)](_0x3b63a5);this[_0x160432(0x1d1)](_0x160432(0x1ad),null),this['on'](_0x160432(0x162),(_0x3334b7,_0x2b36d2)=>this[_0x160432(0x22d)](_0x2b36d2)),this['on'](_0x160432(0x22f),(_0x15a7ff,_0x5224d5)=>this[_0x160432(0x1e7)](_0x5224d5)),this['on'](_0x160432(0x150),(_0x3cc14b,_0x5ac6ab)=>this[_0x160432(0x230)](_0x5ac6ab)),this['on'](_0x160432(0x150),(_0x5cd6ba,_0x417a3d)=>this[_0x160432(0x19e)](_0x417a3d),{'priority':_0x160432(0x159)}),this['on'](_0x160432(0x1e8),(_0x29cb1f,_0x5dd4d0)=>this[_0x160432(0x1bc)](_0x5dd4d0)),this['on'](_0x160432(0x1e8),(_0x572994,_0x64a17d)=>this[_0x160432(0x19e)](_0x64a17d),{'priority':_0x160432(0x159)}),this['on'](_0x160432(0x1fa),(_0xf5f12f,_0x4cc161)=>this[_0x160432(0x21d)](_0x4cc161)),this['on'](_0x160432(0x1e5),(_0x373882,_0x27542c)=>this[_0x160432(0x196)](_0x27542c)),this['on'](_0x160432(0x1e5),(_0x2dffed,_0x1847c4)=>this[_0x160432(0x19e)](_0x1847c4),{'priority':_0x160432(0x159)}),this['on'](_0x160432(0x211),(_0x1110ef,_0x531aaf)=>this[_0x160432(0x194)](_0x531aaf)),this['on'](_0x160432(0x1f8),(_0x29447a,_0xc1f1a7)=>this[_0x160432(0x1fc)](_0xc1f1a7)),this['on'](_0x160432(0x185),(_0x23674f,_0x28b59d)=>this[_0x160432(0x17e)](_0x28b59d)),this['on'](_0x160432(0x211),(_0x59b8d1,{threadId:_0x48ff8e,isFromAdapter:_0x1ead73})=>{const _0x4bb66b=_0x160432;if(_0x1ead73)return;const _0x2be9eb=this[_0x4bb66b(0x1b8)](_0x48ff8e),_0x41c28c=_0x2be9eb&&this[_0x4bb66b(0x172)][_0x4bb66b(0x163)](_0x2be9eb);_0x41c28c&&_0x41c28c[_0x4bb66b(0x1c0)][_0x4bb66b(0x20e)][_0x4bb66b(0x1fd)](-0x1);},{'priority':_0x160432(0x159)}),this[_0x160432(0x16b)](_0x445a41,_0x160432(0x157),(_0x1198e2,_0x32abed,_0x16047e)=>{const _0x37edb3=_0x160432,_0x512b6b=Array[_0x37edb3(0x216)](_0x16047e)[_0x37edb3(0x1c4)](_0x139bb0=>this[_0x37edb3(0x1aa)][_0x37edb3(0x163)](_0x139bb0[_0x37edb3(0x166)]))[_0x37edb3(0x1ce)](Boolean)[0x0];this[_0x37edb3(0x1ad)]=_0x512b6b?_0x512b6b[_0x37edb3(0x16d)]:null;});}set[_0x122557(0x1da)](_0x4e5847){const _0x2fb7f1=_0x122557;if(this[_0x2fb7f1(0x1d7)])throw new _0x421689(_0x2fb7f1(0x1ff));this[_0x2fb7f1(0x1d7)]=_0x4e5847;}get[_0x122557(0x1da)](){const _0x1c2cd9=_0x122557;return this[_0x1c2cd9(0x1d7)];}[_0x122557(0x162)]({channelId:_0x201adb=Tt,threadId:_0x5b20e0=_0x411bb5(),comments:_0x31d248=[],unlinkedAt:_0x339dd2=null,resolvedAt:_0x812582=null,resolvedBy:_0x39985e=null,target:_0x3fc208=null,context:_0x42bae9=null,attributes:_0x39cc1b={},isResolvable:_0x203dfa=!0x0,isSubmitted:_0x4d5851=!0x1,isFromAdapter:_0x192839=!0x1}={}){const _0x4003e0=_0x122557;return this[_0x4003e0(0x182)](bt(_0x4003e0(0x162),_0x201adb),{'channelId':_0x201adb,'threadId':_0x5b20e0,'comments':_0x31d248,'unlinkedAt':_0x339dd2,'resolvedAt':_0x812582,'resolvedBy':_0x39985e,'target':_0x3fc208,'context':_0x42bae9,'attributes':_0x39cc1b,'isFromAdapter':_0x192839,'isResolvable':_0x203dfa,'isSubmitted':_0x4d5851}),this[_0x4003e0(0x1b8)](_0x5b20e0);}[_0x122557(0x1df)]({channelId:_0x4b416c=Tt,threadId:_0xad5e39=_0x411bb5(),target:_0x544bd4,context:_0x4c87d1=null,isResolvable:_0x314122=!0x0}){const _0x536940=_0x122557;if(this[_0x536940(0x1e1)][_0x536940(0x17a)](_0x4b416c)||this[_0x536940(0x1e1)][_0x536940(0x17a)](void 0x0))return null;if(!_0x544bd4)throw new _0x421689(_0x536940(0x202));const _0x4ac4a5=this[_0x536940(0x162)]({'channelId':_0x4b416c,'threadId':_0xad5e39,'target':_0x544bd4,'context':_0x4c87d1,'isResolvable':_0x314122});if(!_0x4ac4a5)return null;const _0x4db9d0=this[_0x536940(0x172)][_0x536940(0x163)](_0x4ac4a5),_0x254aca=_0x4db9d0[_0x536940(0x1c0)][_0x536940(0x233)][_0x536940(0x1a4)],_0x58faa5=this[_0x536940(0x206)][_0x536940(0x184)][_0x536940(0x163)](_0x3b63a5),_0x326b63=_0x58faa5[_0x536940(0x1c6)](_0x4db9d0[_0x536940(0x1c0)]);return _0x58faa5[_0x536940(0x21c)](_0x326b63),_0x254aca[_0x536940(0x164)](_0x536940(0x178),()=>_0x254aca[_0x536940(0x1fd)]()),_0x4ac4a5;}[_0x122557(0x188)](_0x49af51){const _0x2292ab=_0x122557;if(_0x2292ab(0x1ca)!=typeof _0x49af51)throw new _0x421689(_0x2292ab(0x1f2));return this[_0x2292ab(0x171)][_0x2292ab(0x17a)](_0x49af51);}[_0x122557(0x1e5)]({channelId:_0x343846=Tt,threadId:_0x3d6236,context:_0x54bfe6,unlinkedAt:_0x28e7b4,attributes:_0x5780ae,isFromAdapter:_0x4a7e16=!0x1}){const _0x4cb788=_0x122557;return this[_0x4cb788(0x182)](bt(_0x4cb788(0x1e5),_0x343846),{'channelId':_0x343846,'threadId':_0x3d6236,'context':_0x54bfe6,'unlinkedAt':_0x28e7b4,'attributes':_0x5780ae,'isFromAdapter':_0x4a7e16}),this[_0x4cb788(0x1b8)](_0x3d6236);}[_0x122557(0x1b8)](_0x5c111a){const _0x5e3693=_0x122557;if(_0x5e3693(0x1ca)!=typeof _0x5c111a)throw new _0x421689(_0x5e3693(0x1f2));return this[_0x5e3693(0x171)][_0x5e3693(0x163)](_0x5c111a);}[_0x122557(0x1cc)]({channelId:_0x5051d4,threadId:_0x11d0e9}={}){const _0x57f593=_0x122557,_0x444b42=this[_0x57f593(0x1b8)](_0x11d0e9);if(_0x444b42)return Promise[_0x57f593(0x181)](_0x444b42);if(!this[_0x57f593(0x1da)])return Promise[_0x57f593(0x181)](void 0x0);if(_0x57f593(0x1f6)!=typeof this[_0x57f593(0x1da)][_0x57f593(0x1b8)])throw new _0x421689(_0x57f593(0x217),this[_0x57f593(0x206)]);return this[_0x57f593(0x1da)][_0x57f593(0x1b8)]({'channelId':_0x5051d4,'threadId':_0x11d0e9})[_0x57f593(0x227)](_0x234ead=>this[_0x57f593(0x188)](_0x11d0e9)?this[_0x57f593(0x1b8)](_0x11d0e9):_0x234ead?this[_0x57f593(0x162)](Object[_0x57f593(0x21e)]({'isFromAdapter':!0x0,'channelId':_0x5051d4},_0x234ead)):void 0x0)[_0x57f593(0x20c)](_0x449abf=>{const _0x67589d=_0x57f593;throw console[_0x67589d(0x207)](_0x449abf),new _0x421689(_0x67589d(0x15f),this[_0x67589d(0x206)]);});}[_0x122557(0x15c)]({channelId:_0x1d24c0,skipNotAttached:_0x418af4=!0x1,skipEmpty:_0x5de160=!0x1,toJSON:_0x1e064a=!0x1}={}){const _0x132fbf=_0x122557,_0x51b2f5=[];for(const _0x10099d of this[_0x132fbf(0x171)][_0x132fbf(0x1b2)]())_0x1d24c0&&_0x10099d[_0x132fbf(0x1e9)]!==_0x1d24c0||_0x418af4&&!_0x10099d[_0x132fbf(0x1ec)]||_0x5de160&&0x0===_0x10099d[_0x132fbf(0x1cf)]||_0x51b2f5[_0x132fbf(0x1ee)](_0x10099d);return _0x1e064a?_0x51b2f5[_0x132fbf(0x1c4)](_0x230283=>_0x230283[_0x132fbf(0x153)]()):_0x51b2f5;}[_0x122557(0x1f0)](_0x109cc8){const _0x347771=_0x122557,_0x4dfed5=this[_0x347771(0x206)][_0x347771(0x184)][_0x347771(0x163)](_0x3b63a5);if(!_0x109cc8)return void(this[_0x347771(0x1ad)]&&_0x4dfed5[_0x347771(0x158)]());const _0x268d9f=this[_0x347771(0x1b8)](_0x109cc8);if(!_0x268d9f)throw new _0x421689(_0x347771(0x1e0),null,{'threadId':_0x109cc8});if(!this[_0x347771(0x172)][_0x347771(0x17a)](_0x268d9f))throw new _0x421689(_0x347771(0x212),null,{'threadId':_0x109cc8});const _0xd4c490=_0x4dfed5[_0x347771(0x1c6)](this[_0x347771(0x172)][_0x347771(0x163)](_0x268d9f)[_0x347771(0x1c0)]);_0x4dfed5[_0x347771(0x21c)](_0xd4c490);}[_0x122557(0x1ea)](_0x2db0b8,_0xebe99a){const _0x116a7b=_0x122557;_0x2db0b8?this[_0x116a7b(0x1e1)][_0x116a7b(0x1a7)](_0xebe99a):this[_0x116a7b(0x1e1)][_0x116a7b(0x14f)](_0xebe99a),this[_0x116a7b(0x182)](_0x116a7b(0x1bb),_0x116a7b(0x1e1),this[_0x116a7b(0x1e1)],this[_0x116a7b(0x1e1)]);}[_0x122557(0x1f5)](_0x1be1ac){const _0x5e2aa5=_0x122557;return this[_0x5e2aa5(0x1e1)][_0x5e2aa5(0x17a)](_0x1be1ac)||this[_0x5e2aa5(0x1e1)][_0x5e2aa5(0x17a)](void 0x0);}[_0x122557(0x213)](_0xf3f98a,_0x34d946){return new _0x506d58(_0xf3f98a,_0x34d946);}[_0x122557(0x1a3)](_0x337390,_0x35ce26=Tt){const _0x41bcd3=_0x122557;this[_0x41bcd3(0x1ed)][_0x41bcd3(0x1d1)](_0x35ce26,_0x337390),this[_0x41bcd3(0x182)](_0x41bcd3(0x190),_0x41bcd3(0x1ed),this[_0x41bcd3(0x1ed)],this[_0x41bcd3(0x1ed)]);}[_0x122557(0x18e)](_0xb76f40=Tt){const _0x4476fe=_0x122557;return this[_0x4476fe(0x1ed)][_0x4476fe(0x17a)](_0xb76f40)?this[_0x4476fe(0x1ed)][_0x4476fe(0x163)](_0xb76f40):_t;}[_0x122557(0x22d)]({channelId:_0x4a5782,threadId:_0x46cd1a,comments:_0x45d087,unlinkedAt:_0x1219e6,resolvedAt:_0x251d67,resolvedBy:_0x38f062,target:_0x5abca6,context:_0x117250,attributes:_0xf39d6,isFromAdapter:_0x16ea65,isResolvable:_0xd70b59,isSubmitted:_0x767bbe}){const _0x34da09=_0x122557;if(_0x34da09(0x1ca)!=typeof _0x46cd1a)throw new _0x421689(_0x34da09(0x1f2),null,{'threadId':_0x46cd1a});if(this[_0x34da09(0x188)](_0x46cd1a))throw new _0x421689(_0x34da09(0x1ac),null,{'threadId':_0x46cd1a});const _0x28d8d2=new CommentThread(this,{'channelId':_0x4a5782,'id':_0x46cd1a,'context':_0x117250,'attributes':_0xf39d6,'unlinkedAt':_0x1219e6,'resolvedAt':_0x251d67,'resolvedBy':_0x38f062?this[_0x34da09(0x206)][_0x34da09(0x184)][_0x34da09(0x163)](_0x5b0cd6)[_0x34da09(0x215)](_0x38f062):null,'isResolvable':_0xd70b59,'isSubmitted':_0x767bbe||_0x16ea65});this[_0x34da09(0x171)][_0x34da09(0x1d1)](_0x46cd1a,_0x28d8d2);for(const _0x29c3fe of _0x45d087)_0x28d8d2[_0x34da09(0x1d3)](this[_0x34da09(0x204)]({'threadId':_0x46cd1a,..._0x29c3fe}));return _0x5abca6&&_0x28d8d2[_0x34da09(0x21a)](_0x5abca6),_0x16ea65||!_0x28d8d2[_0x34da09(0x1cf)]?Promise[_0x34da09(0x181)]():this[_0x34da09(0x1e7)]({'channelId':_0x4a5782,'threadId':_0x46cd1a});}[_0x122557(0x1e7)]({channelId:_0x36edd0,threadId:_0x56da8c}){const _0x2b54a3=_0x122557;if(!this[_0x2b54a3(0x188)](_0x56da8c))throw new _0x421689(_0x2b54a3(0x1b4),this);const _0x3f6cc0=this[_0x2b54a3(0x1b8)](_0x56da8c);if(_0x3f6cc0[_0x2b54a3(0x22c)]=!0x0,!this[_0x2b54a3(0x1da)]||_0x2b54a3(0x1f6)!=typeof this[_0x2b54a3(0x1da)][_0x2b54a3(0x162)])return Promise[_0x2b54a3(0x181)]();const {id:_0x4036a3,comments:_0xfbb11f,resolvedAt:_0x1d6eb1,resolvedBy:_0x271e8f,context:_0x5df267,attributes:_0x13580f}=_0x3f6cc0,_0x109a23=this[_0x2b54a3(0x206)][_0x2b54a3(0x184)][_0x2b54a3(0x163)](_0x2b54a3(0x22a)),_0x3c6225=_0x109a23[_0x2b54a3(0x1a7)](_0x1f4a04(this[_0x2b54a3(0x206)][_0x2b54a3(0x15d)],_0x2b54a3(0x18a)));return this[_0x2b54a3(0x1da)][_0x2b54a3(0x162)]({'channelId':_0x36edd0,'threadId':_0x4036a3,'comments':_0xfbb11f[_0x2b54a3(0x1c4)](_0x430c4d=>_0x430c4d[_0x2b54a3(0x153)]()),'resolvedAt':_0x1d6eb1,'resolvedBy':_0x271e8f?_0x271e8f['id']:_0x271e8f,'context':_0x5df267,'attributes':_0x13580f})[_0x2b54a3(0x227)](({comments:_0x48381f})=>{const _0x97cf33=_0x2b54a3;_0x109a23[_0x97cf33(0x15e)](_0x3c6225);for(const _0x5e7910 of _0x48381f)this[_0x97cf33(0x1fc)]({'channelId':_0x36edd0,'threadId':_0x56da8c,'commentId':_0x5e7910[_0x97cf33(0x1c9)],'createdAt':_0x5e7910[_0x97cf33(0x16a)],'isFromAdapter':!0x0});})[_0x2b54a3(0x20c)](_0xd3a2cf=>{const _0x4c887a=_0x2b54a3;throw console[_0x4c887a(0x207)](_0xd3a2cf),new _0x421689(_0x4c887a(0x193),this);});}[_0x122557(0x155)]({threadId:_0x5b09a7,target:_0x25bd30}){const _0x457acd=_0x122557,_0x28fead=this[_0x457acd(0x1b8)](_0x5b09a7);if(!_0x28fead)throw new _0x421689(_0x457acd(0x1dc),this);const _0x16981f=this[_0x457acd(0x206)][_0x457acd(0x184)][_0x457acd(0x163)](_0x457acd(0x22a)),_0x440d0e=this[_0x457acd(0x206)][_0x457acd(0x184)][_0x457acd(0x163)](_0x3b63a5),_0x5f2b0a=this[_0x457acd(0x192)](_0x28fead),_0x2542cf=new _0x506d58(_0x28fead,_0x5f2b0a);let _0x5587eb=null;_0x5f2b0a['on'](_0x457acd(0x226),(_0x22ef6a,_0x97432a,_0x5afdad)=>{const _0x4b0372=_0x457acd;_0x5afdad?_0x5587eb=_0x16981f[_0x4b0372(0x1a7)](_0x1f4a04(this[_0x4b0372(0x206)][_0x4b0372(0x15d)],_0x4b0372(0x18a))):_0x5587eb&&(_0x16981f[_0x4b0372(0x15e)](_0x5587eb),_0x5587eb=null);}),this[_0x457acd(0x172)][_0x457acd(0x1d1)](_0x28fead,_0x2542cf),this[_0x457acd(0x1aa)][_0x457acd(0x1d1)](_0x5f2b0a,_0x2542cf);const _0x96d658=new _0x53a685(this[_0x457acd(0x206)][_0x457acd(0x15d)],_0x5f2b0a);_0x96d658[_0x457acd(0x20b)](_0x457acd(0x1cf))['to'](_0x5f2b0a),_0x96d658[_0x457acd(0x20b)](_0x457acd(0x218))['to'](_0x5f2b0a,_0x457acd(0x218),_0x5f2b0a,_0x457acd(0x1cf),(_0x4a0c41,_0x563b3e)=>_0x4a0c41||!_0x563b3e),_0x96d658[_0x457acd(0x20b)](_0x457acd(0x1fb))['to'](_0x5f2b0a),_0x96d658[_0x457acd(0x18f)]=_0x457acd(0x1b9);const _0x231e20=new _0x29f96e({'view':_0x96d658,'target':_0x25bd30,'type':_0x457acd(0x1b9),'isVisible':!_0x28fead[_0x457acd(0x177)]});return _0x5f2b0a['on'](_0x457acd(0x210),()=>{const _0x5e2015=_0x457acd;_0x231e20[_0x5e2015(0x182)](_0x5e2015(0x210));}),this[_0x457acd(0x1a6)](_0x5f2b0a,_0x231e20),_0x440d0e[_0x457acd(0x1a7)](_0x231e20),_0x231e20;}[_0x122557(0x1a6)](_0x86aab3,_0x54286e){const _0x5ed513=_0x122557;this[_0x5ed513(0x16b)](_0x86aab3,_0x5ed513(0x178),(_0xbbc473,_0x279173)=>{const _0xa9225a=_0x5ed513,_0x5139fb=_0x279173['ui'][_0xa9225a(0x1c0)][_0xa9225a(0x17f)][_0xa9225a(0x214)];_0x54286e[_0xa9225a(0x154)][_0xa9225a(0x1a7)](_0x5139fb),this[_0xa9225a(0x206)]instanceof _0xa39a76&&this[_0xa9225a(0x206)]['ui'][_0xa9225a(0x1f9)][_0xa9225a(0x1a7)](_0x5139fb);},{'priority':_0x5ed513(0x198)}),this[_0x5ed513(0x16b)](_0x86aab3,_0x5ed513(0x1c2),(_0x3f36a9,_0x20a758)=>{const _0x5b8c25=_0x5ed513,_0x72914f=_0x20a758['ui'][_0x5b8c25(0x1c0)][_0x5b8c25(0x17f)][_0x5b8c25(0x214)];_0x54286e[_0x5b8c25(0x154)][_0x5b8c25(0x17a)](_0x72914f)&&_0x54286e[_0x5b8c25(0x154)][_0x5b8c25(0x15e)](_0x72914f),this[_0x5b8c25(0x206)]instanceof _0xa39a76&&this[_0x5b8c25(0x206)]['ui'][_0x5b8c25(0x1f9)][_0x5b8c25(0x15e)](_0x72914f);});}[_0x122557(0x1ba)](_0x267a63){const _0x58e7ac=_0x122557;this[_0x58e7ac(0x232)](_0x267a63,_0x58e7ac(0x178)),this[_0x58e7ac(0x232)](_0x267a63,_0x58e7ac(0x1c2));}[_0x122557(0x192)](_0x3f2b80){const _0x2c6df1=_0x122557,_0x5be728=this[_0x2c6df1(0x206)][_0x2c6df1(0x184)][_0x2c6df1(0x163)](_0x5b0cd6),{config:_0x1f5edd,locale:_0x3900c5}=this[_0x2c6df1(0x206)],_0x5aa329=_0xf3a3c0(_0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x15d)));return new(0x0,(_0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x173)))[(_0x2c6df1(0x1b5))])(_0x3900c5,_0x3f2b80,_0x5be728['me'],{'editorConfig':{..._0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x174)),'licenseKey':this[_0x2c6df1(0x206)][_0x2c6df1(0x1d0)][_0x2c6df1(0x163)](_0x2c6df1(0x170))},'copyMarkers':_0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x18d)),'maxCommentsWhenCollapsed':_0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x160)),'maxThreadTotalWeight':_0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x18c)),'maxCommentCharsWhenCollapsed':_0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x189)),'formatDateTime':_0x5aa329,'CommentView':_0x1f5edd[_0x2c6df1(0x163)](_0x2c6df1(0x173))[_0x2c6df1(0x200)]});}[_0x122557(0x230)]({threadId:_0x31e6a5,channelId:_0x1e95bf,resolvedAt:_0x489c8c,resolvedBy:_0x283430,isFromAdapter:_0x52ef12}){const _0x1c0e66=_0x122557;if(!this[_0x1c0e66(0x188)](_0x31e6a5))throw new _0x421689(_0x1c0e66(0x1b4),null,{'threadId':_0x31e6a5});const _0x1bb2cb=this[_0x1c0e66(0x1b8)](_0x31e6a5);if(_0x1bb2cb[_0x1c0e66(0x177)])throw new _0x421689(_0x1c0e66(0x156),null,{'threadId':_0x31e6a5});const _0x4c12cc=this[_0x1c0e66(0x206)][_0x1c0e66(0x184)][_0x1c0e66(0x163)](_0x5b0cd6);if(_0x1bb2cb[_0x1c0e66(0x1f1)]=_0x4c12cc[_0x1c0e66(0x215)](_0x283430),_0x1bb2cb[_0x1c0e66(0x179)]=_0x489c8c,_0x52ef12||!this[_0x1c0e66(0x1da)]||_0x1c0e66(0x1f6)!=typeof this[_0x1c0e66(0x1da)][_0x1c0e66(0x150)])return Promise[_0x1c0e66(0x181)]();const _0x40501f=this[_0x1c0e66(0x206)][_0x1c0e66(0x184)][_0x1c0e66(0x163)](_0x1c0e66(0x22a)),_0x3d8497=_0x40501f[_0x1c0e66(0x1a7)](_0x1f4a04(this[_0x1c0e66(0x206)][_0x1c0e66(0x15d)],_0x1c0e66(0x18a)));return this[_0x1c0e66(0x1da)][_0x1c0e66(0x150)]({'channelId':_0x1e95bf,'threadId':_0x31e6a5})[_0x1c0e66(0x227)](({resolvedAt:_0x1a0f7a,resolvedBy:_0x1e4114})=>{const _0x3fa571=_0x1c0e66;_0x40501f[_0x3fa571(0x15e)](_0x3d8497),_0x1bb2cb[_0x3fa571(0x1f1)]['id']!==_0x1e4114&&(_0x1bb2cb[_0x3fa571(0x1f1)]=_0x4c12cc[_0x3fa571(0x215)](_0x1e4114)),_0x1bb2cb[_0x3fa571(0x179)]=_0x1a0f7a;})[_0x1c0e66(0x20c)](_0x2f7efb=>{const _0x72e08b=_0x1c0e66;throw console[_0x72e08b(0x207)](_0x2f7efb),new _0x421689(_0x72e08b(0x223),this);});}[_0x122557(0x1bc)]({threadId:_0x52cdf2,channelId:_0xc928f2,isFromAdapter:_0x18801e}){const _0x3bbc22=_0x122557;if(!this[_0x3bbc22(0x188)](_0x52cdf2))throw new _0x421689(_0x3bbc22(0x1b4),null,{'threadId':_0x52cdf2});const _0x261eec=this[_0x3bbc22(0x1b8)](_0x52cdf2);if(!_0x261eec[_0x3bbc22(0x177)])throw new _0x421689(_0x3bbc22(0x228),null,{'threadId':_0x52cdf2});if(_0x261eec[_0x3bbc22(0x1f1)]=null,_0x261eec[_0x3bbc22(0x179)]=null,_0x18801e||!this[_0x3bbc22(0x1da)]||_0x3bbc22(0x1f6)!=typeof this[_0x3bbc22(0x1da)][_0x3bbc22(0x1e8)])return Promise[_0x3bbc22(0x181)]();const _0x1bb986=this[_0x3bbc22(0x206)][_0x3bbc22(0x184)][_0x3bbc22(0x163)](_0x3bbc22(0x22a)),_0x3dac84=_0x1bb986[_0x3bbc22(0x1a7)](_0x1f4a04(this[_0x3bbc22(0x206)][_0x3bbc22(0x15d)],_0x3bbc22(0x18a)));return this[_0x3bbc22(0x1da)][_0x3bbc22(0x1e8)]({'channelId':_0xc928f2,'threadId':_0x52cdf2})[_0x3bbc22(0x227)](()=>_0x1bb986[_0x3bbc22(0x15e)](_0x3dac84))[_0x3bbc22(0x20c)](_0x24a28e=>{const _0x4c987d=_0x3bbc22;throw console[_0x4c987d(0x207)](_0x24a28e),new _0x421689(_0x4c987d(0x1e3),this);});}[_0x122557(0x21d)]({threadId:_0xab94b2,isFromAdapter:_0x1ef23d}){const _0x1e98e3=_0x122557,_0xbf9f5e=this[_0x1e98e3(0x1b8)](_0xab94b2);if(!_0xbf9f5e)throw new _0x421689(_0x1e98e3(0x1d9),this);if(this[_0x1e98e3(0x15b)](_0xab94b2),this[_0x1e98e3(0x171)][_0x1e98e3(0x14f)](_0xab94b2),!_0xbf9f5e[_0x1e98e3(0x1bd)]||_0x1ef23d||!this[_0x1e98e3(0x1da)]||_0x1e98e3(0x1f6)!=typeof this[_0x1e98e3(0x1da)][_0x1e98e3(0x1fa)])return Promise[_0x1e98e3(0x181)]();const _0x3314a3=this[_0x1e98e3(0x206)][_0x1e98e3(0x184)][_0x1e98e3(0x163)](_0x1e98e3(0x22a)),{channelId:_0x193229}=_0xbf9f5e,_0x1c7857=_0x3314a3[_0x1e98e3(0x1a7)](_0x1f4a04(this[_0x1e98e3(0x206)][_0x1e98e3(0x15d)],_0x1e98e3(0x18a)));return this[_0x1e98e3(0x1da)][_0x1e98e3(0x1fa)]({'channelId':_0x193229,'threadId':_0xab94b2})[_0x1e98e3(0x227)](()=>_0x3314a3[_0x1e98e3(0x15e)](_0x1c7857))[_0x1e98e3(0x20c)](_0x41a436=>{const _0x4af4d4=_0x1e98e3;throw console[_0x4af4d4(0x207)](_0x41a436),new _0x421689(_0x4af4d4(0x1a2),this);});}[_0x122557(0x196)]({threadId:_0x4908ee,unlinkedAt:_0x3d0af2,context:_0x1e7440,attributes:_0x14d051,isFromAdapter:_0x1b94b3}){const _0x32d042=_0x122557;if(_0x32d042(0x1ca)!=typeof _0x4908ee)throw new _0x421689(_0x32d042(0x1f2),null,{'threadId':_0x4908ee});if(!this[_0x32d042(0x188)](_0x4908ee))throw new _0x421689(_0x32d042(0x1b4),null,{'threadId':_0x4908ee});const _0x45b97b=this[_0x32d042(0x1b8)](_0x4908ee);let _0x20b6e6=!0x1;if(void 0x0!==_0x1e7440&&_0x45b97b[_0x32d042(0x206)]!==_0x1e7440&&(_0x45b97b[_0x32d042(0x206)]=_0x1e7440,_0x20b6e6=!0x0),void 0x0!==_0x3d0af2&&_0x45b97b[_0x32d042(0x183)]!==_0x3d0af2&&(_0x45b97b[_0x32d042(0x183)]=_0x3d0af2,_0x20b6e6=!0x0),_0x14d051&&!_0x2bcfcc(_0x14d051,_0x45b97b[_0x32d042(0x168)])&&(_0x45b97b[_0x32d042(0x168)]=_0x14d051,_0x20b6e6=!0x0),!_0x20b6e6)return Promise[_0x32d042(0x181)]();if(!_0x45b97b[_0x32d042(0x1bd)]||_0x1b94b3||!this[_0x32d042(0x1da)]||_0x32d042(0x1f6)!=typeof this[_0x32d042(0x1da)][_0x32d042(0x1e5)])return Promise[_0x32d042(0x181)]();const _0x4f1d71=this[_0x32d042(0x206)][_0x32d042(0x184)][_0x32d042(0x163)](_0x32d042(0x22a)),{channelId:_0xbe3239}=_0x45b97b,_0x87ec59=_0x4f1d71[_0x32d042(0x1a7)](_0x1f4a04(this[_0x32d042(0x206)][_0x32d042(0x15d)],_0x32d042(0x18a)));return this[_0x32d042(0x1da)][_0x32d042(0x1e5)]({'channelId':_0xbe3239,'threadId':_0x4908ee,'context':_0x1e7440,'unlinkedAt':_0x3d0af2,'attributes':_0x14d051})[_0x32d042(0x227)](()=>_0x4f1d71[_0x32d042(0x15e)](_0x87ec59))[_0x32d042(0x20c)](_0x39d496=>{const _0x20b7b1=_0x32d042;throw console[_0x20b7b1(0x207)](_0x39d496),new _0x421689(_0x20b7b1(0x187),this);});}[_0x122557(0x15b)](_0x55dc45){const _0x3aac49=_0x122557,_0x29227b=this[_0x3aac49(0x206)][_0x3aac49(0x184)][_0x3aac49(0x163)](_0x3b63a5),_0x3ff0e0=this[_0x3aac49(0x1b8)](_0x55dc45);if(_0x3ff0e0[_0x3aac49(0x20f)]=!0x1,this[_0x3aac49(0x172)][_0x3aac49(0x17a)](_0x3ff0e0)){const _0x43b3b0=this[_0x3aac49(0x172)][_0x3aac49(0x163)](_0x3ff0e0),_0xa2eda5=_0x43b3b0[_0x3aac49(0x1c0)],_0x4c9410=_0x29227b[_0x3aac49(0x1c6)](_0xa2eda5);this[_0x3aac49(0x172)][_0x3aac49(0x14f)](_0x3ff0e0),this[_0x3aac49(0x1aa)][_0x3aac49(0x14f)](_0xa2eda5),_0x4c9410&&_0x29227b[_0x3aac49(0x15e)](_0x4c9410),_0x43b3b0[_0x3aac49(0x1a8)](),_0xa2eda5[_0x3aac49(0x1a8)]()[_0x3aac49(0x227)](()=>{const _0x40387a=_0x3aac49;this[_0x40387a(0x1ba)](_0xa2eda5);});}}[_0x122557(0x19e)]({threadId:_0x6d8ad4,resolvedAt:_0x27d46f}){const _0x210635=_0x122557,_0x57ebfa=!!_0x27d46f,_0x29344a=this[_0x210635(0x206)][_0x210635(0x184)][_0x210635(0x163)](_0x3b63a5),_0x1d0405=this[_0x210635(0x1b8)](_0x6d8ad4);if(this[_0x210635(0x172)][_0x210635(0x17a)](_0x1d0405)){const _0x219a96=this[_0x210635(0x172)][_0x210635(0x163)](_0x1d0405)[_0x210635(0x1c0)],_0x2cc513=_0x29344a[_0x210635(0x1c6)](_0x219a96);_0x2cc513&&(_0x57ebfa&&_0x29344a[_0x210635(0x220)](_0x2cc513),_0x2cc513[_0x210635(0x1eb)]());}}[_0x122557(0x209)](_0x28157e){const _0x3da8cf=_0x122557,_0x24960d=this[_0x3da8cf(0x206)][_0x3da8cf(0x184)][_0x3da8cf(0x163)](_0x5b0cd6),_0x1aa185=_0x127263(_0x3da8cf(0x151)+_0x28157e),_0x2ea1d7=_0x24960d[_0x3da8cf(0x215)](_0x1aa185);return _0x2ea1d7||_0x24960d[_0x3da8cf(0x199)]({'id':_0x1aa185,'name':_0x28157e});}[_0x122557(0x204)]({threadId:_0x43779a,commentId:_0x12fbae=_0x411bb5(),content:_0x3ee75e,authorId:_0x8ea2ac,createdAt:_0x3ec5b0,attributes:_0x15c4f9}){const _0x2d1f1c=_0x122557;if(_0x2d1f1c(0x1ca)!=typeof _0x12fbae)throw new _0x421689(_0x2d1f1c(0x1e2));if(_0x2d1f1c(0x1ca)!=typeof _0x8ea2ac)throw new _0x421689(_0x2d1f1c(0x1a0));if(_0x2d1f1c(0x1ca)!=typeof _0x3ee75e||!_0x3ee75e[_0x2d1f1c(0x229)]())throw new _0x421689(_0x2d1f1c(0x20a));const _0x1e9483=this[_0x2d1f1c(0x206)][_0x2d1f1c(0x184)][_0x2d1f1c(0x163)](_0x5b0cd6)[_0x2d1f1c(0x215)](_0x8ea2ac);if(!_0x1e9483)throw new _0x421689(_0x2d1f1c(0x16f),null,{'authorId':_0x8ea2ac});let _0x4266fd=null,_0x34f2a6=_0x3ec5b0;return _0x15c4f9&&_0x15c4f9[_0x2d1f1c(0x1de)]&&(_0x4266fd=this[_0x2d1f1c(0x209)](_0x15c4f9[_0x2d1f1c(0x1de)][_0x2d1f1c(0x17b)]),_0x34f2a6=new Date(_0x15c4f9[_0x2d1f1c(0x1de)][_0x2d1f1c(0x16a)])),new Comment(this,{'threadId':_0x43779a,'id':_0x12fbae,'author':_0x4266fd||_0x1e9483,'creator':_0x1e9483,'content':_0x3ee75e,'createdAt':_0x3ec5b0,'authoredAt':_0x34f2a6,'attributes':_0x15c4f9});}[_0x122557(0x194)](_0x265fdd){const _0x34400a=_0x122557;let {threadId:_0x5545fb,content:_0x2a691b,attributes:_0x207e45,isFromAdapter:_0x5270e4}=_0x265fdd;const _0x13a8c3=this[_0x34400a(0x1b8)](_0x265fdd[_0x34400a(0x201)]);if(!_0x13a8c3)throw new _0x421689(_0x34400a(0x197),this);const _0xd9d6c5=this[_0x34400a(0x204)](_0x265fdd),{id:_0x208f24}=_0xd9d6c5;if(_0x13a8c3[_0x34400a(0x1d3)](_0xd9d6c5),_0x5270e4||!this[_0x34400a(0x1da)]||_0x34400a(0x1f6)!=typeof this[_0x34400a(0x1da)][_0x34400a(0x211)]||!_0x13a8c3[_0x34400a(0x1bd)])return Promise[_0x34400a(0x181)]();const _0x116f7f=this[_0x34400a(0x206)][_0x34400a(0x184)][_0x34400a(0x163)](_0x34400a(0x22a)),{channelId:_0x32060c}=_0x13a8c3,_0x2044d3=_0x116f7f[_0x34400a(0x1a7)](_0x1f4a04(this[_0x34400a(0x206)][_0x34400a(0x15d)],_0x34400a(0x18a)));return _0x207e45||(_0x207e45={}),this[_0x34400a(0x1da)][_0x34400a(0x211)]({'channelId':_0x32060c,'threadId':_0x5545fb,'commentId':_0x208f24,'content':_0x2a691b,'attributes':_0x207e45})[_0x34400a(0x227)](_0x21f344=>{const _0x5574d0=_0x34400a;_0x116f7f[_0x5574d0(0x15e)](_0x2044d3),_0x21f344&&this[_0x5574d0(0x1fc)]({'channelId':_0x32060c,'threadId':_0x5545fb,'commentId':_0x208f24,'createdAt':_0x21f344[_0x5574d0(0x16a)],'isFromAdapter':!0x0});})[_0x34400a(0x20c)](_0x23e8a0=>{const _0x3247e4=_0x34400a;throw console[_0x3247e4(0x207)](_0x23e8a0),new _0x421689(_0x3247e4(0x1ab),this);});}[_0x122557(0x1fc)]({threadId:_0x58997f,commentId:_0x3ea27c,content:_0x1d8853,createdAt:_0x114d11,attributes:_0x41a467,isFromAdapter:_0x13028c}){const _0x402524=_0x122557;if(void 0x0!==_0x1d8853&&(_0x402524(0x1ca)!=typeof _0x1d8853||!_0x1d8853[_0x402524(0x229)]()[_0x402524(0x1cf)]))throw new _0x421689(_0x402524(0x20d));const _0x14d66a=this[_0x402524(0x1b8)](_0x58997f),_0x26fda5=_0x14d66a[_0x402524(0x169)](_0x3ea27c);if(!_0x26fda5)throw new _0x421689(_0x402524(0x1a1),this);let _0x5c9098=!0x1;if(_0x1d8853&&_0x1d8853!==_0x26fda5[_0x402524(0x19c)]&&(_0x26fda5[_0x402524(0x1f3)]||_0x13028c)&&(_0x26fda5[_0x402524(0x19c)]=_0x1d8853,_0x5c9098=!0x0),_0x114d11&&_0x114d11!==_0x26fda5[_0x402524(0x16a)]&&(_0x26fda5[_0x402524(0x16a)]=_0x114d11,_0x26fda5[_0x402524(0x168)]&&_0x26fda5[_0x402524(0x168)][_0x402524(0x1de)]||(_0x26fda5[_0x402524(0x19b)]=_0x114d11),_0x5c9098=!0x0),_0x41a467&&!_0x2bcfcc(_0x41a467,_0x26fda5[_0x402524(0x168)])&&(_0x26fda5[_0x402524(0x168)]=_0x41a467,_0x5c9098=!0x0),!_0x5c9098)return Promise[_0x402524(0x181)]();if(_0x14d66a[_0x402524(0x182)](_0x402524(0x1bf)),_0x13028c||!this[_0x402524(0x1da)]||_0x402524(0x1f6)!=typeof this[_0x402524(0x1da)][_0x402524(0x1f8)])return Promise[_0x402524(0x181)]();const _0x21fc26=this[_0x402524(0x206)][_0x402524(0x184)][_0x402524(0x163)](_0x402524(0x22a)),{channelId:_0x21d1b6}=this[_0x402524(0x1b8)](_0x26fda5[_0x402524(0x201)]),_0x371e56=_0x21fc26[_0x402524(0x1a7)](_0x1f4a04(this[_0x402524(0x206)][_0x402524(0x15d)],_0x402524(0x18a)));return this[_0x402524(0x1da)][_0x402524(0x1f8)]({'channelId':_0x21d1b6,'threadId':_0x58997f,'commentId':_0x3ea27c,'content':_0x1d8853,'attributes':_0x41a467})[_0x402524(0x227)](()=>_0x21fc26[_0x402524(0x15e)](_0x371e56))[_0x402524(0x20c)](_0x308a76=>{const _0x546a31=_0x402524;throw console[_0x546a31(0x207)](_0x308a76),new _0x421689(_0x546a31(0x1e4),this);});}[_0x122557(0x17e)]({threadId:_0x12b712,commentId:_0xf4fe5c,isFromAdapter:_0x306309}){const _0x5a7197=_0x122557,_0x1ddf2c=this[_0x5a7197(0x1b8)](_0x12b712),_0x8983d=_0x1ddf2c[_0x5a7197(0x169)](_0xf4fe5c);if(!_0x8983d)throw new _0x421689(_0x5a7197(0x1dd),this);if(_0x1ddf2c[_0x5a7197(0x1f4)](_0x8983d),_0x306309||!this[_0x5a7197(0x1da)]||_0x5a7197(0x1f6)!=typeof this[_0x5a7197(0x1da)][_0x5a7197(0x185)])return Promise[_0x5a7197(0x181)]();const _0x3fe12a=this[_0x5a7197(0x206)][_0x5a7197(0x184)][_0x5a7197(0x163)](_0x5a7197(0x22a)),{channelId:_0x4fe438}=_0x1ddf2c,_0x47d25d=_0x3fe12a[_0x5a7197(0x1a7)](_0x1f4a04(this[_0x5a7197(0x206)][_0x5a7197(0x15d)],_0x5a7197(0x18a)));return this[_0x5a7197(0x1da)][_0x5a7197(0x185)]({'channelId':_0x4fe438,'threadId':_0x12b712,'commentId':_0xf4fe5c})[_0x5a7197(0x227)](()=>_0x3fe12a[_0x5a7197(0x15e)](_0x47d25d))[_0x5a7197(0x20c)](_0x144635=>{const _0x17da35=_0x5a7197;throw console[_0x17da35(0x207)](_0x144635),new _0x421689(_0x17da35(0x1a9),this);});}}export class CommentThread extends/* #__PURE__ -- @preserve */
24
+ _0x15bac8(){constructor(_0x1eba66,_0x46775f){const _0x3796ec=_0x122557;super();const _0x5ce8fa=_0x46775f[_0x3796ec(0x1c5)];this[_0x3796ec(0x1e9)]=_0x46775f[_0x3796ec(0x1e9)],this['id']=_0x46775f['id'],this[_0x3796ec(0x173)]=new _0x544c75(),this[_0x3796ec(0x16e)]=_0x1eba66,this[_0x3796ec(0x20f)]=!0x1,this[_0x3796ec(0x22c)]=_0x46775f[_0x3796ec(0x1bd)],this[_0x3796ec(0x1d1)](_0x3796ec(0x1cd),!0x0),this[_0x3796ec(0x20b)](_0x3796ec(0x1f5))['to'](_0x1eba66,_0x3796ec(0x1ed),_0x1eba66,_0x3796ec(0x1e1),()=>_0x1eba66[_0x3796ec(0x1f5)](this[_0x3796ec(0x1e9)])),this[_0x3796ec(0x20b)](_0x3796ec(0x191))['to'](_0x1eba66,_0x3796ec(0x1ed),()=>_0x1eba66[_0x3796ec(0x18e)](this[_0x3796ec(0x1e9)])[_0x3796ec(0x175)]),this[_0x3796ec(0x20b)](_0x3796ec(0x1c1))['to'](_0x1eba66,_0x3796ec(0x1ed),()=>{const _0x5a05a4=_0x3796ec,_0x3c516b=_0x1eba66[_0x5a05a4(0x18e)](this[_0x5a05a4(0x1e9)]);return _0x3c516b[_0x5a05a4(0x180)]||_0x3c516b[_0x5a05a4(0x175)];}),this[_0x3796ec(0x20b)](_0x3796ec(0x1c5))['to'](_0x1eba66,_0x3796ec(0x1ed),()=>_0x5ce8fa&&_0x1eba66[_0x3796ec(0x18e)](this[_0x3796ec(0x1e9)])[_0x3796ec(0x181)]),this[_0x3796ec(0x1d1)](_0x3796ec(0x206),_0x46775f[_0x3796ec(0x206)]),this[_0x3796ec(0x20b)](_0x3796ec(0x21b))['to'](this,_0x3796ec(0x179),this,_0x3796ec(0x183),(_0x51c9db,_0xac8b73)=>_0x51c9db?_0xac8b73?_0x51c9db<_0xac8b73?_0x51c9db:_0xac8b73:_0x51c9db:_0xac8b73),this[_0x3796ec(0x1d1)](_0x3796ec(0x183),_0x46775f[_0x3796ec(0x183)]||null),this[_0x3796ec(0x1d1)](_0x3796ec(0x179),_0x46775f[_0x3796ec(0x179)]||null),this[_0x3796ec(0x1d1)](_0x3796ec(0x1f1),_0x46775f[_0x3796ec(0x1f1)]||null),this[_0x3796ec(0x20b)](_0x3796ec(0x177))['to'](this,_0x3796ec(0x179),_0x5ecc46=>!!_0x5ecc46),this[_0x3796ec(0x1d1)](_0x3796ec(0x168),_0x46775f[_0x3796ec(0x168)]||{});}get[_0x122557(0x22e)](){const _0x480387=_0x122557;return Array[_0x480387(0x216)](this[_0x480387(0x173)])[_0x480387(0x225)]((_0xae4cc7,_0x40d709)=>_0xae4cc7+_0x40d709[_0x480387(0x22e)],0x0);}get[_0x122557(0x1cf)](){const _0x1e6ca8=_0x122557;return this[_0x1e6ca8(0x173)][_0x1e6ca8(0x1cf)];}get[_0x122557(0x1ec)](){const _0x3391c2=_0x122557;return this[_0x3391c2(0x20f)];}get[_0x122557(0x1bd)](){const _0x721785=_0x122557;return this[_0x721785(0x22c)];}[_0x122557(0x1cb)](){const _0x15777d=_0x122557,{channelId:_0x311d5f,id:_0x27b42d}=this;this[_0x15777d(0x16e)][_0x15777d(0x182)](bt(_0x15777d(0x22f),_0x311d5f),{'channelId':_0x311d5f,'threadId':_0x27b42d});}[_0x122557(0x1c7)](_0x1184f5){const _0x496f53=_0x122557;this[_0x496f53(0x1a5)]({'unlinkedAt':_0x1184f5});}[_0x122557(0x181)]({resolvedAt:_0x1b58e6=new Date(),resolvedBy:_0x3a13f6=null,isFromAdapter:_0x1653d7=!0x1}={}){const _0x1aab4d=_0x122557,_0x1b5b9e=this[_0x1aab4d(0x16e)][_0x1aab4d(0x206)][_0x1aab4d(0x184)][_0x1aab4d(0x163)](_0x5b0cd6)['me'],{channelId:_0x321068,id:_0x81d993}=this;this[_0x1aab4d(0x16e)][_0x1aab4d(0x182)](bt(_0x1aab4d(0x150),_0x321068),{'channelId':_0x321068,'threadId':_0x81d993,'resolvedAt':_0x1b58e6,'resolvedBy':_0x3a13f6||_0x1b5b9e['id'],'isFromAdapter':_0x1653d7});}[_0x122557(0x222)]({isFromAdapter:_0xf7e2a=!0x1}={}){const _0x4f46e5=_0x122557,{channelId:_0x226f42,id:_0x201081}=this;this[_0x4f46e5(0x16e)][_0x4f46e5(0x182)](bt(_0x4f46e5(0x1e8),_0x226f42),{'channelId':_0x226f42,'threadId':_0x201081,'isFromAdapter':_0xf7e2a});}[_0x122557(0x1be)](_0x550cc8){const _0x5a35b8=_0x122557;this[_0x5a35b8(0x206)]||this[_0x5a35b8(0x1a5)]({'context':_0x550cc8});}[_0x122557(0x1b1)](_0x2a6d37,_0x47c8c8){const _0x222b7a=_0x122557,_0x221a85=_0x1ea623(this[_0x222b7a(0x168)]);_0x3f1ea9(_0x221a85,_0x2a6d37,_0x47c8c8),this[_0x222b7a(0x1a5)]({'attributes':_0x221a85});}[_0x122557(0x165)](_0x3f12ca){const _0x3091c2=_0x122557,_0x4cc5e7=_0x1ea623(this[_0x3091c2(0x168)]);_0x51029a(_0x4cc5e7,_0x3f12ca),this[_0x3091c2(0x1a5)]({'attributes':_0x4cc5e7});}[_0x122557(0x15e)]({isFromAdapter:_0x2cab6e=!0x1}={}){const _0x3e9fa6=_0x122557,{channelId:_0x2fd7d6,id:_0x59783f}=this;this[_0x3e9fa6(0x16e)][_0x3e9fa6(0x182)](bt(_0x3e9fa6(0x1fa),_0x2fd7d6),{'channelId':_0x2fd7d6,'threadId':_0x59783f,'isFromAdapter':_0x2cab6e});}[_0x122557(0x21a)](_0x2a1291){const _0x19f696=_0x122557;return this[_0x19f696(0x16e)][_0x19f696(0x155)]({'threadId':this['id'],'target':_0x2a1291});}[_0x122557(0x211)](_0x2783b3){const _0x52a1d0=_0x122557,{channelId:_0x227462,id:_0x1d5fb6}=this;this[_0x52a1d0(0x16e)][_0x52a1d0(0x182)](bt(_0x52a1d0(0x211),_0x227462,_0x1d5fb6),Object[_0x52a1d0(0x21e)]({'channelId':_0x227462,'threadId':_0x1d5fb6},_0x2783b3));}[_0x122557(0x169)](_0x24421e){const _0x2ba27a=_0x122557;if(_0x2ba27a(0x1ca)!=typeof _0x24421e)throw new _0x421689(_0x2ba27a(0x1d6),null,{'commentId':_0x24421e});return this[_0x2ba27a(0x173)][_0x2ba27a(0x163)](_0x24421e);}[_0x122557(0x153)](){const _0xcfc3bd=_0x122557;return{'threadId':this['id'],'context':this[_0xcfc3bd(0x206)],'unlinkedAt':this[_0xcfc3bd(0x183)],'resolvedAt':this[_0xcfc3bd(0x179)],'resolvedBy':this[_0xcfc3bd(0x1f1)]?this[_0xcfc3bd(0x1f1)]['id']:null,'archivedAt':this[_0xcfc3bd(0x21b)],'comments':this[_0xcfc3bd(0x173)][_0xcfc3bd(0x1c4)](_0xb77bc9=>_0xb77bc9[_0xcfc3bd(0x153)]()),'attributes':this[_0xcfc3bd(0x168)]};}[_0x122557(0x1d3)](_0x302e17){const _0x219b12=_0x122557;return this[_0x219b12(0x16b)](_0x302e17,_0x219b12(0x17c),()=>{const _0x3fa3ca=_0x219b12,_0xdc73aa=this[_0x3fa3ca(0x1b6)](_0x302e17),_0x35e6d4=this[_0x3fa3ca(0x173)];_0xdc73aa-0x1!=_0x35e6d4[_0x3fa3ca(0x1af)](_0x302e17)&&_0xdc73aa+0x1!=_0x35e6d4[_0x3fa3ca(0x1af)](_0x302e17)&&(this[_0x3fa3ca(0x1f4)](_0x302e17),this[_0x3fa3ca(0x1d3)](_0x302e17));}),this[_0x219b12(0x173)][_0x219b12(0x1a7)](_0x302e17,this[_0x219b12(0x1b6)](_0x302e17));}[_0x122557(0x1a5)](_0x4f5b48){const _0x213d5e=_0x122557,{channelId:_0x172ff6,id:_0x4eeeb8}=this;this[_0x213d5e(0x16e)][_0x213d5e(0x182)](bt(_0x213d5e(0x1e5),_0x172ff6),{..._0x4f5b48,'channelId':_0x172ff6,'threadId':_0x4eeeb8});}[_0x122557(0x1f4)](_0x22d800){const _0x40a8e4=_0x122557;return this[_0x40a8e4(0x232)](_0x22d800),_0x22d800[_0x40a8e4(0x1a8)](),this[_0x40a8e4(0x173)][_0x40a8e4(0x15e)](_0x22d800);}[_0x122557(0x1b6)](_0x48fb61){const _0x31cdad=_0x122557,_0x381519=this[_0x31cdad(0x173)][_0x31cdad(0x19d)](_0x2ad81a=>new Date(_0x2ad81a[_0x31cdad(0x19b)])[_0x31cdad(0x1e6)]()>new Date(_0x48fb61[_0x31cdad(0x19b)])[_0x31cdad(0x1e6)]());return _0x381519?this[_0x31cdad(0x173)][_0x31cdad(0x1af)](_0x381519):this[_0x31cdad(0x1cf)];}}export class Comment extends/* #__PURE__ -- @preserve */
25
+ _0x15bac8(){constructor(_0xf8779b,_0x51a15e){const _0x474ef3=_0x122557;super();const _0x28ea47=_0xf8779b[_0x474ef3(0x206)][_0x474ef3(0x184)][_0x474ef3(0x163)](_0x5b0cd6)['me'],_0x1455c1=_0xf8779b[_0x474ef3(0x1b8)](_0x51a15e[_0x474ef3(0x201)]),_0x4d5e19=0x0===_0x1455c1[_0x474ef3(0x173)][_0x474ef3(0x1cf)],_0x299a34=_0x28ea47===_0x51a15e[_0x474ef3(0x1c3)];this['id']=_0x51a15e['id'],this[_0x474ef3(0x201)]=_0x51a15e[_0x474ef3(0x201)],this[_0x474ef3(0x1c3)]=_0x51a15e[_0x474ef3(0x1c3)],this[_0x474ef3(0x1d5)]=_0x51a15e[_0x474ef3(0x1d5)],this[_0x474ef3(0x21f)]=Boolean(_0x51a15e[_0x474ef3(0x168)]&&_0x51a15e[_0x474ef3(0x168)][_0x474ef3(0x1de)]),this[_0x474ef3(0x1d1)](_0x474ef3(0x19c),_0x51a15e[_0x474ef3(0x19c)]),this[_0x474ef3(0x16a)]=_0x51a15e[_0x474ef3(0x16a)]||new Date(),this[_0x474ef3(0x1d1)](_0x474ef3(0x19b),_0x51a15e[_0x474ef3(0x19b)]||new Date()),this[_0x474ef3(0x20b)](_0x474ef3(0x179))['to'](_0x1455c1,_0x474ef3(0x179)),this[_0x474ef3(0x1d1)](_0x474ef3(0x168),_0x51a15e[_0x474ef3(0x168)]||{}),this[_0x474ef3(0x20b)](_0x474ef3(0x1f3))['to'](_0xf8779b,_0x474ef3(0x1ed),()=>{const _0x4e4345=_0x474ef3,_0x20af25=_0xf8779b[_0x4e4345(0x18e)](_0x1455c1[_0x4e4345(0x1e9)])[_0x4e4345(0x180)],_0xbe7191=_0xf8779b[_0x4e4345(0x18e)](_0x1455c1[_0x4e4345(0x1e9)])[_0x4e4345(0x1d4)];return _0x299a34&&_0x20af25||!_0x299a34&&_0xbe7191;}),this[_0x474ef3(0x20b)](_0x474ef3(0x191))['to'](_0x1455c1,_0x474ef3(0x191),_0xf8779b,_0x474ef3(0x1ed),_0x52d50d=>{const _0x2f47d7=_0x474ef3,_0x1921e4=_0xf8779b[_0x2f47d7(0x18e)](_0x1455c1[_0x2f47d7(0x1e9)])[_0x2f47d7(0x180)],_0x51d744=_0xf8779b[_0x2f47d7(0x18e)](_0x1455c1[_0x2f47d7(0x1e9)])[_0x2f47d7(0x1d4)];return _0x299a34&&_0x1921e4||_0x52d50d&&_0x4d5e19||!_0x299a34&&_0x51d744&&!_0x4d5e19;}),this[_0x474ef3(0x20b)](_0x474ef3(0x1f5))['to'](_0x1455c1,_0x474ef3(0x1f5)),this[_0x474ef3(0x16e)]=_0xf8779b;}get[_0x122557(0x22e)](){const _0x3217d0=_0x122557;return Math[_0x3217d0(0x176)](function(_0x4bf624){const _0x4c8144=_0x3217d0,_0x1d7ece=document[_0x4c8144(0x1b3)](_0x4c8144(0x16c));return _0x1d7ece[_0x4c8144(0x19f)]=_0x4bf624,_0x1d7ece[_0x4c8144(0x1d8)][_0x4c8144(0x1cf)];}(this[_0x3217d0(0x19c)]),0xc8);}[_0x122557(0x224)](_0x44f931){const _0x189a92=_0x122557,{threadId:_0x4e63a9,id:_0x2eceac}=this;if(!this[_0x189a92(0x16e)][_0x189a92(0x188)](_0x4e63a9))throw new _0x421689(_0x189a92(0x1b0),this);const {channelId:_0x4b9f45}=this[_0x189a92(0x16e)][_0x189a92(0x1b8)](_0x4e63a9);this[_0x189a92(0x16e)][_0x189a92(0x182)](bt(_0x189a92(0x1f8),_0x4b9f45,_0x4e63a9),{'channelId':_0x4b9f45,'threadId':_0x4e63a9,'commentId':_0x2eceac,..._0x44f931});}[_0x122557(0x1b1)](_0x1444cb,_0x584389){const _0x452b74=_0x122557,_0x5eee00=_0x1ea623(this[_0x452b74(0x168)]);_0x3f1ea9(_0x5eee00,_0x1444cb,_0x584389),this[_0x452b74(0x224)]({'attributes':_0x5eee00});}[_0x122557(0x165)](_0x57f63a){const _0xc142ab=_0x122557,_0x444c1f=_0x1ea623(this[_0xc142ab(0x168)]);_0x51029a(_0x444c1f,_0x57f63a),this[_0xc142ab(0x224)]({'attributes':_0x444c1f});}[_0x122557(0x15e)](_0x1141af={}){const _0x5565c3=_0x122557;if(!_0x1141af[_0x5565c3(0x203)]&&!this[_0x5565c3(0x191)])return;const {threadId:_0x1d6992,id:_0x165692}=this;if(!this[_0x5565c3(0x16e)][_0x5565c3(0x188)](_0x1d6992))throw new _0x421689(_0x5565c3(0x219),this);const {channelId:_0xbf31d6}=this[_0x5565c3(0x16e)][_0x5565c3(0x1b8)](_0x1d6992);this[_0x5565c3(0x16e)][_0x5565c3(0x182)](bt(_0x5565c3(0x185),_0xbf31d6,_0x1d6992),{'channelId':_0xbf31d6,'threadId':_0x1d6992,'commentId':_0x165692,..._0x1141af});}[_0x122557(0x153)](){const _0x5d061c=_0x122557;return{'commentId':this['id'],'content':this[_0x5d061c(0x19c)],'createdAt':this[_0x5d061c(0x16a)],'authorId':this[_0x5d061c(0x1d5)]['id'],'attributes':this[_0x5d061c(0x168)]};}[_0x122557(0x1a8)](){const _0x18fd36=_0x122557;this[_0x18fd36(0x232)]();}}function bt(_0x3246c5,..._0x5c488a){for(const _0x413107 of _0x5c488a)void 0x0!==_0x413107&&(_0x3246c5+=':'+String(_0x413107));return _0x3246c5;}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/commentsui