@ckeditor/ckeditor5-comments 44.0.0-alpha.9 → 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
package/dist/index.js CHANGED
@@ -20,12 +20,12 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Editor as _0x4ba321,icons as _0x5ee75b,ContextPlugin as _0x470748,PendingActions as ht,Command as _0x1e8064,Plugin as _0x14d8a6,Context as _0x3a80c4}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x26afb9,uid as _0x227aaa,KeystrokeHandler as jt,FocusTracker as _0x186237,diff as _0x31ad1b,Collection as _0x15ad77,Rect as _0x243010,CKEditorError as _0xe5a01,first as _0x929cbd,priorities as Wt,scrollViewportToShowTarget as rt,getEnvKeystrokeText as nt,toUnit as Ht,DomEmitterMixin as _0x5644cd,keyCodes as _0xb104cd}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x2a7c9c,AriaDescriptionView as Zt,setupThreadKeyboardNavigation as ts,ConfirmMixin as ti,LateFocusButtonView as _0x244d97,trimHtml as _0x50a15b,LateFocusDropdownButtonView as _0x677d65,Users as it,getDateTimeFormatter as mt,hashObject as lt,getAllMarkersDomElementsSorted as et,surroundingMarkersDetector as ot,FOCUS_ANNOTATION_KEYSTROKE as _0x3b44dc}from'ckeditor5-collaboration/dist/index.js';import{throttle as bt,isEqual as It,cloneDeep as pt,set as wt,unset as At,debounce as _0x362823}from'lodash-es';import{EditorUIView as Xt,InlineEditableUIView as $t,EditorUI as Ut,View as kt,FocusCycler as Ft,ButtonView as _0x4b6b4b,ViewCollection as _0x308046,createDropdown as _0xf34281,ListView as _0x5ee597,focusChildOnDropdownOpen as _0x4204da,ListItemView as _0x3c8cc1,MenuBarMenuListItemButtonView as _0x2b0a7f,BodyCollection as _0x2a0f5e,BalloonPanelView as _0x15ad4f,ContextualBalloon as _0x4f874f,Dialog as _0x54c22e,DialogViewPosition as _0x5d07b6}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as St,MouseObserver as _0x304214}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Bt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Et,ShiftEnter as Gt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Jt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Kt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Lt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as Nt}from'@ckeditor/ckeditor5-paragraph/dist/index.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0xfdee20}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';class yt extends/* #__PURE__ -- @preserve */
24
- _0x26afb9(){['model'];['view'];constructor(_0x38a758,_0x565cba){super(),this['model']=_0x38a758,this['model']['_isAttached']=!0x0,this['view']=_0x565cba,this['listenTo'](_0x565cba,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x565cba,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x565cba,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x565cba,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x565cba,'addComment',(_0x274cb5,_0x45e2a5)=>this['addComment'](_0x45e2a5)),this['listenTo'](_0x565cba,'updateComment',(_0x41e7fa,_0x2cb9af,_0x5ba927)=>this['updateComment'](_0x2cb9af,_0x5ba927)),this['listenTo'](_0x565cba,'removeComment',(_0x44e65f,_0x5d3abe)=>this['removeComment'](_0x5d3abe));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x36ccc1){this['model']['addComment']({'content':_0x36ccc1,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x5be9ea,_0x4086e1){this['model']['getComment'](_0x5be9ea)['update']({'content':_0x4086e1});}['removeComment'](_0x244d49){this['model']['getComment'](_0x244d49)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function S(_0x385bd6,_0x51ecc0,_0xce569f){const t=_0x385bd6['t'];switch(_0x51ecc0){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'Annotations\x20sidebar':return t('Annotations\x20sidebar');case'Annotations\x20list':return t('Annotations\x20list');case'Thread\x20comments':return t('Thread\x20comments');case'THREAD_CONTEXT_LABEL':return t({'string':'Thread\x20context:\x20%0','id':'THREAD_CONTEXT_LABEL'},_0xce569f);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0xce569f);case'COMMENT_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'COMMENT_THREAD_DESCRIPTION'});case'COMMENT_ARIA_LABEL':return t({'string':'Comment\x20by\x20%0.\x20Created\x20on\x20%1.\x20%2.\x20%3','id':'COMMENT_ARIA_LABEL'},_0xce569f);case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20content\x20with\x20comments.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20content\x20with\x20comments.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_COMMENT_ANNOUNCEMENT'},_0xce569f);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0xce569f);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0xce569f);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0xce569f);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0xce569f);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}class Vt extends Xt{['main'];['editable'];constructor(_0xb1292e,_0x253168){super(_0xb1292e);const _0x3df84d=_0x227aaa();this['main']=this['createCollection'](),this['editable']=new $t(_0xb1292e,_0x253168,void 0x0,{'label':()=>S(_0xb1292e,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0xb1292e['uiLanguageDirection'],'lang':_0xb1292e['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x3df84d},'children':[{'tag':'div','attributes':{'class':'ck-editor__main','role':'presentation'},'children':this['main']}]});}['render'](){super['render'](),this['main']['add'](this['editable']);}['focus'](){this['editable']['element']['focus']();}}class Ot extends Ut{['view'];constructor(_0x49910a){super(_0x49910a),this['view']=new Vt(_0x49910a['locale'],_0x49910a['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x3b03c3=this['editor']['editing']['view'],_0x1dac01=this['view']['editable'],_0x952bbe=_0x3b03c3['document']['getRoot']();_0x1dac01['name']=_0x952bbe['rootName'],this['view']['render']();const _0x212a7c=_0x1dac01['element'];this['setEditableElement'](_0x1dac01['name'],_0x212a7c),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x3b03c3['attachDomRoot'](_0x212a7c),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Qt=[Bt,Et,Gt,Jt,Kt,Lt,Nt];class Rt extends/* #__PURE__ -- @preserve */
25
- _0x26afb9(_0x4ba321){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
26
- ((()=>Qt)());constructor(_0x3876f0={}){function _0x3fe23e(_0x200ce8){return _0x200ce8['map'](_0x3ed6b5=>String['fromCharCode'](_0x3ed6b5))['join']('');}(_0x3876f0=Object['assign']({},_0x3876f0))['plugins']||(_0x3876f0['plugins']=Rt['defaultPlugins']),super(_0x3876f0),this['ui']=new Ot(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this[_0x3fe23e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3fe23e([0x76,0x69,0x65,0x77])][_0x3fe23e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3fe23e([0x61,0x75,0x74,0x6f]),this[_0x3fe23e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x3fe23e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3fe23e([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x3fe23e([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x3fe23e([0x6f,0x6b])});}['create'](){const _0x5b5a64=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0x5b5a64))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x30a531=>{const _0x1db614=this['model']['document']['getRoot'](),_0xdd9fa0=_0x1db614&&_0x1db614['getChild'](_0x1db614['childCount']-0x1);_0x30a531['setSelection'](_0xdd9fa0,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x362f42=this['editing']['view'],_0x407818=_0x362f42['document']['getRoot'](),_0x264d4a=_0x407818['getChild'](0x0);_0x407818['childCount']>0x1||!_0x264d4a||'p'!=_0x264d4a['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x362f42,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x264d4a['placeholder']=this['placeholder']),St({'view':_0x362f42,'element':_0x264d4a,'keepOnFocus':!0x0}),this['placeholderElement']=_0x264d4a);}}class hs extends kt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x303a98,_0x3d71aa={}){super(_0x303a98),this['editor']=null,this['_editorConfig']=_0x3d71aa,this['set']('value',_0x3d71aa['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x303a98,'Reply...')),this['set']('submitLabel',S(_0x303a98,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new jt(),this['focusTracker']=new _0x186237(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this['bindTemplate']['if']('showButtons','ck-comment__input-actions--active')]},'children':[this['submitButtonView'],this['cancelButtonView']]}]}),this['keystrokes']['set']('Esc',(_0x437b8d,_0x57c0a0)=>{this['cancelButtonView']['fire']('execute'),_0x57c0a0();}),this['keystrokes']['set']('Ctrl+Enter',(_0x1e813e,_0x5e9dab)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x5e9dab());}),this['on']('submit',(_0x23f2f3,_0x4933ad)=>{_0x4933ad['length']>0xfde8?(alert(S(_0x303a98,'TOO_LONG_COMMENT_ALERT',[_0x4933ad['length'],0xfde8])),_0x23f2f3['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Rt(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x58a9e2=this['editor'];this['element']['insertBefore'](_0x58a9e2['ui']['element'],this['element']['firstChild']),_0x58a9e2['model']['document']['on']('change',()=>this['value']=_0x58a9e2['getData']()),_0x58a9e2['bind']('placeholder')['to'](this),this['focusables']['add'](_0x58a9e2['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x249e2d){-0x1===_0x249e2d?(this['focusCycler']['focusFirst'](),this['focusCycler']['focusLast']()):this['focusCycler']['focusFirst']();}async['destroy'](){this['_isDestroyed']||(this['_isDestroyed']=!0x0,this['editor']&&(await this['_editorCreationPromise'],await this['editor']['destroy'](),this['fire']('editorDestroyed',this['editor'])),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x190ffd}=this,_0x317f98=new _0x4b6b4b(_0x190ffd);return _0x317f98['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x317f98['withText']=!0x0,_0x317f98['bind']('label')['to'](this,'submitLabel'),_0x317f98['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x317f98['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x259f0a,_0x56e48a)=>!_0x56e48a&&!!_0x259f0a['trim']()),_0x317f98;}['_createCancelButton'](){const {locale:_0xaed742}=this,_0x5d4a3d=new _0x4b6b4b(_0xaed742);return _0x5d4a3d['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x5d4a3d['label']=S(_0xaed742,'Cancel'),_0x5d4a3d['withText']=!0x0,_0x5d4a3d['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x5d4a3d;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x81e2af=>{this['focusTracker']['add'](_0x81e2af['element']);}),this['focusables']['on']('change',(_0x5e0e4b,_0x27cac4)=>{for(const _0x8dfe34 of Array['from'](_0x27cac4['added'])['reverse']())this['focusTracker']['add'](_0x8dfe34['element']);});}}class ie extends kt{constructor(_0x2473f1,_0x24740d,_0x9fe46e){super(_0x2473f1),this['commentInputView']=new hs(_0x2473f1,_0x9fe46e),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x5de9de,_0x31b470)=>_0x5de9de||!!_0x31b470),this['set']('showInput',!0x1),this['on']('change:showInput',()=>{this['showInput']&&!this['commentInputView']['editor']&&this['commentInputView']['createEditor']();}),this['commentInputView']['delegate']('editorReady')['to'](this),this['commentInputView']['delegate']('editorDestroyed')['to'](this),this['userView']=new _0x2a7c9c(_0x2473f1,_0x24740d),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user','aria-hidden':!0x0}}),this['commentInputView']['extendTemplate']({'attributes':{'class':'ck-thread__input'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-container',this['bindTemplate']['if']('showInput','ck-comment__input-container--active')]},'children':[this['userView'],this['commentInputView']]});}['render'](){super['render'](),this['_focusOnNonInteractiveMouseDown']();}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x395042){this['commentInputView']['focus'](_0x395042);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0x16eb9c,_0x46422f)=>{const {submitButtonView:_0x275d42,cancelButtonView:_0x183ae3,editor:_0x2dd36e}=this['commentInputView'];[_0x275d42['element'],_0x183ae3['element'],_0x2dd36e?_0x2dd36e['editing']['view']['getDomRoot']():null]['filter'](_0x579811=>_0x579811)['some'](_0xf1ade7=>_0xf1ade7['contains'](_0x46422f['target']))||(this['focus'](),_0x46422f['preventDefault']());});}}class cs extends kt{constructor(_0x25c385){super(_0x25c385);const _0x1e5d62=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x1e5d62['to']('count',_0x59d74a=>S(_0x25c385,'NUMBER_OF_COMMENTS',_0x59d74a))}]});}}class te extends kt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0x4c3a89,_0x40f59d,_0x1eb495){super(_0x4c3a89);const _0x283058=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x40f59d['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x40f59d,this['_config']=_0x1eb495,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x186237(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0xe01963=>this['commentViews']['map'](_0xb5010=>_0xb5010['element'])['includes'](_0xe01963['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0x4c3a89),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x27bae1=>_0x27bae1-this['_config']['maxCommentsWhenCollapsed']);for(const _0xffd4ef of _0x40f59d['comments'])this['_handleNewCommentModel'](_0xffd4ef);this['_handleInfoComment'](),this['listenTo'](_0x40f59d['comments'],'add',(_0x4a0f3a,_0x1cfc9f)=>{const _0x240c12=this['_calculatePosition'](_0x1cfc9f);this['length']++,this['_handleNewCommentModel'](_0x1cfc9f,_0x240c12),this['refreshVisibleViews']();}),this['listenTo'](_0x40f59d['comments'],'remove',(_0x3cc9a5,_0x1c53c5)=>{this['length']--,this['_handleRemoveCommentModel'](_0x1c53c5),this['refreshVisibleViews']();}),this['listenTo'](_0x40f59d,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x40f59d,'change:isResolved',()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this['refreshVisibleViews']()),this['on']('change:hasDirtyComment',()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':['ck-thread__comments',_0x283058['if']('length','ck-hidden',_0x752375=>!_0x752375)],'aria-label':S(_0x4c3a89,'Thread\x20comments')},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews'](),this['_setupKeyboardNavigation']();}['focus'](_0x4fec50){-0x1===_0x4fec50?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0x390197 of this['commentViews'])_0x390197['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x7d2bd9,_0x4027a0){const _0x2cb6c7=new this['_config']['CommentView'](this['locale'],_0x7d2bd9,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x2cb6c7['viewUid']=_0x7d2bd9['id'],_0x2cb6c7['delegate']('removeComment')['to'](this),_0x2cb6c7['delegate']('updateComment')['to'](this),_0x2cb6c7['delegate']('resolveCommentThread')['to'](this),_0x2cb6c7['delegate']('editorReady')['to'](this),_0x2cb6c7['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x2cb6c7,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x2cb6c7,_0x4027a0);}['_calculatePosition'](_0x168113){const _0x5b8dcc=this['_model']['_findOptimalIndex'](_0x168113);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x168113['authoredAt']?_0x5b8dcc-0x1:_0x5b8dcc:_0x5b8dcc-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x1b1d87={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x1b1d87,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x1b1d87));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x2998d4){const _0x37d2b2=this['commentViews']['remove'](_0x2998d4['id']);this['stopListening'](_0x37d2b2),_0x37d2b2['isEditMode']&&this['_updateHasDirtyComment'](),_0x37d2b2['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x327c1c=>_0x327c1c['isEditMode']);}['_rearrangeCollapse'](){const _0x22a72a=function(_0x1ebbd0){const _0x36d818=new _0x15ad77();for(const _0x40ef03 of _0x1ebbd0)_0x36d818['add'](_0x40ef03);return _0x36d818;}(this['commentViews']),_0x4a3d28=this['_collapsedCommentsView']['count'];for(let _0x4ffc52=0x1;_0x4ffc52<=_0x4a3d28;_0x4ffc52++)_0x22a72a['remove'](0x1);for(const _0x5cf3df of _0x22a72a)_0x5cf3df['collapse']();_0x4a3d28>0x0&&_0x22a72a['add'](this['_collapsedCommentsView'],0x1),ns(_0x31ad1b(Array['from'](this['visibleViews']),Array['from'](_0x22a72a)),this['visibleViews'],_0x22a72a);}['_rearrangeExpand'](){ns(_0x31ad1b(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x51aa7f of this['visibleViews'])_0x51aa7f['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x2ca7f6=>{this['focusTracker']['add'](_0x2ca7f6['element']),this['keystrokes']['listenTo'](_0x2ca7f6['element']);}),this['commentViews']['on']('change',(_0x43c9c7,_0x19e726)=>{for(const _0x1635a5 of _0x19e726['removed'])this['focusTracker']['remove'](_0x1635a5['element']),this['keystrokes']['stopListening'](_0x1635a5['element']);for(const _0x15cff5 of Array['from'](_0x19e726['added'])['reverse']())this['focusTracker']['add'](_0x15cff5['element']),this['keystrokes']['listenTo'](_0x15cff5['element']);});}}function ns(_0x51dea1,_0x287d52,_0xfc1b97){let _0x2b7072=0x0;for(const _0x12bc91 of _0x51dea1)switch(_0x12bc91){case'insert':_0x287d52['add'](_0xfc1b97['get'](_0x2b7072),_0x2b7072),_0x2b7072++;break;case'delete':_0x287d52['remove'](_0x2b7072);break;case'equal':_0x2b7072++;}}class as extends kt{constructor(_0x413e6d){super(_0x413e6d);const _0x146b6a=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x146b6a['to']('contextValue',_0x197a07=>S(_0x413e6d,'THREAD_CONTEXT_LABEL',_0x197a07)),'tabindex':-0x1},'children':[{'text':_0x146b6a['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class Yt extends kt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x3540eb,_0x40af3f){super(_0x3540eb);const _0x40604d=this['bindTemplate'];this['_model']=_0x40af3f,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x186237(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x2685a9=>!!_0x2685a9),this['bind']('contextValue')['to'](this['_model'],'context',_0x3b64fd=>_0x3b64fd&&_0x3b64fd['value']?this['_trimContextValue'](_0x3b64fd['value']):S(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0x40604d['if']('hasContext','ck-context--quotes')]},'children':[this['contextView']]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_createReopenButton'](){const _0x3d7b2d=new _0x4b6b4b(this['locale']);return _0x3d7b2d['label']=S(this['locale'],'Reopen'),_0x3d7b2d['tooltip']=S(this['locale'],'Reopen'),_0x3d7b2d['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x3d7b2d['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x2d35af=>!_0x2d35af),_0x3d7b2d['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x3903a8,_0x3a939d)=>_0x3903a8&&_0x3a939d),_0x3d7b2d['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3d7b2d;}['_trimContextValue'](_0x56bc4d){if(_0x56bc4d['length']<0x96)return _0x56bc4d;const _0x33369b=_0x56bc4d['lastIndexOf']('\x20',0x93);return _0x56bc4d['substring'](0x0,_0x33369b>-0x1?_0x33369b:0x93)+'...';}['_attachContextActions'](){const _0x21f95b=this['element']['querySelector']('.ck-context'),_0x2c6598=_0x21f95b['querySelector']('.ck-context__value');this['listenTo'](_0x21f95b,'mouseenter',()=>{_0x2c6598['offsetWidth']<_0x2c6598['scrollWidth']&&_0x21f95b['classList']['add']('overlay');}),this['listenTo'](_0x21f95b,'mouseleave',()=>{_0x21f95b['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x43a94f of this['focusables'])this['focusTracker']['add'](_0x43a94f['element']),this['keystrokes']['listenTo'](_0x43a94f['element']);}['_createContextView'](){const _0x2a6e8c=new as(this['locale']);return _0x2a6e8c['bind']('contextValue')['to'](this),_0x2a6e8c;}}class ss extends kt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x2c9b08,_0x4aebaa,_0x2cc525,_0x10f5d1){super(_0x2c9b08),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x4aebaa,this['_localUser']=_0x2cc525,this['_config']=_0x10f5d1,this['commentThreadHeaderView']=new Yt(_0x2c9b08,_0x4aebaa),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new Zt(_0x2c9b08,S(_0x2c9b08,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new te(_0x2c9b08,_0x4aebaa,Object['assign']({'CommentView':this['_config']['CommentView']},_0x10f5d1)),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['delegate']('resolveCommentThread')['to'](this),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['listenTo'](this,'resolveCommentThread',()=>{this['focus']();}),this['set']('length',this['commentsListView']['length']),this['bind']('length')['to'](this['commentsListView'],'length'),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x4d9ef7,_0x3df14e)=>_0x4d9ef7||!!_0x3df14e),this['bind']('isUnlinked')['to'](_0x4aebaa,'unlinkedAt',_0x3d0b52=>!!_0x3d0b52),this['bind']('ariaLabel')['to'](this,'length',_0x1fb2d0=>{const _0x24a890=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x1fb2d0,_0x24a890]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x186237(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2ba2ab=>_0x2ba2ab['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),ts(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x293967=new ie(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1c1bb4=_0x293967['commentInputView'];return _0x293967['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x1c1bb4,'value',(_0x313ca9,_0x5112e9,_0x2504d6,_0x3c2011,_0x38f740)=>!!_0x38f740||!!_0x3c2011&&_0x2504d6&&!_0x5112e9||_0x313ca9&&_0x2504d6&&!_0x5112e9),_0x1c1bb4['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x38f952,_0x12461a,_0xc13b5b)=>{let _0xbe9eff;return _0xbe9eff=_0xc13b5b&&_0x12461a?'Reply\x20to\x20reopen\x20discussion...':_0x38f952?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0xbe9eff);}),_0x1c1bb4['bind']('submitLabel')['to'](this,'length',_0x2c83fc=>S(this['locale'],_0x2c83fc?'Reply':'Comment')),_0x1c1bb4['on']('submit',(_0x225439,_0x465f30)=>{this['fire']('addComment',_0x465f30),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x1c1bb4['on']('cancel',()=>{this['focus']();}),_0x1c1bb4['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x1c1bb4['on']('cancel',_0x4d7d40=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x4d7d40['stop']());}),this['on']('change:isActive',(_0x49f860,_0x219802,_0x138258)=>{_0x138258||this['length']||_0x1c1bb4['value']||this['fire']('removeCommentThread');}),_0x293967;}}class Ct extends/* #__PURE__ -- @preserve */
27
- ti(ss){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x2a3c04,_0x22a4f4,_0x2c86ae,_0x30fede){super(_0x2a3c04,_0x22a4f4,_0x2c86ae,_0x30fede),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x2a3c04,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0xb84c90,_0x410910,_0x4aab3f)=>{_0x4aab3f||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x193a3e,_0x5332fa,_0x589d48)=>{_0x589d48&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0x188190=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0x188190['if']('isActive','ck-thread--active'),_0x188190['if']('isUnlinked','ck-thread--unlinked'),_0x188190['if']('isConfirm','ck-thread--remove-confirmation'),_0x188190['to']('actionIndicator',_0x29fb54=>_0x29fb54?'ck-thread--'+_0x29fb54:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x188190['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':'ck-thread__container'},'children':this['commentThreadChildren']}]};}['render'](){super['render'](),this['containerElement']=this['element']['querySelector']('.ck-thread__container'),this['_model']['on']('change:archivedAt',()=>{this['_updateArchivedThreadHeader']();}),this['_updateArchivedThreadHeader']();}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x5f29c1 of this['commentsListView']['commentViews'])_0x5f29c1['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x536afd}=this,_0x390181=this['commentsListView']['commentViews']['get'](0x0);_0x390181===this['_boundFirstCommentView']||_0x390181['isSystemComment']||(this['_boundFirstCommentView']=_0x390181,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x390181,'actionIndicator',_0x531fc3=>'remove'===_0x531fc3?'remove':null),_0x390181['placeholder']=S(_0x536afd,'Write\x20a\x20comment...'),_0x390181['removeButton']['on']('execute',_0x7bcf0=>{_0x7bcf0['stop'](),this['showConfirm'](S(_0x536afd,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x390181['focus']();}),_0x390181['actionBar']['add'](this['resolveButton'],0x0),_0x390181['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x345e27=new _0x244d97(this['locale']);return _0x345e27['label']=S(this['locale'],'Resolve'),_0x345e27['tooltip']=S(this['locale'],'Resolve'),_0x345e27['icon']=_0x5ee75b['check'],_0x345e27['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x345e27['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4693e3=>!_0x4693e3),_0x345e27['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x33dfa1,_0x5d960c)=>_0x33dfa1&&!_0x5d960c),_0x345e27['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x345e27;}['_updateArchivedThreadHeader'](){this['_model']['archivedAt']?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||(this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['focusables']['add'](this['commentThreadHeaderView'],0x0)):this['commentThreadChildren']['has'](this['commentThreadHeaderView'])&&(this['commentThreadChildren']['remove'](this['commentThreadHeaderView']),this['focusables']['remove'](this['commentThreadHeaderView']));}}class es extends kt{constructor(_0xa5ac9d){super(_0xa5ac9d),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x44c7e0,_0x67e9cf,_0x51987d)=>{this['element']['innerHTML']=_0x51987d;}),this['element']['innerHTML']=this['content'];}}class os extends kt{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x283751,_0x228123,_0xd26f40){super(_0x283751),this['_model']=_0x228123,this['_config']=_0xd26f40,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x228123,'content',_0x228123,'authoredAt',(_0x5d6955,_0x8e8799)=>S(_0x283751,'COMMENT_ARIA_LABEL',[_0x228123['author']['name'],_0xd26f40['formatDateTime'](_0x8e8799),new DOMParser()['parseFromString'](_0x5d6955,'text/html')['body']['textContent'],_0x228123['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new Zt(_0x283751,S(_0x283751,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x308046(),this['focusTracker']=new _0x186237(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x261a47=>_0x261a47['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['expand'](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this['isCollapsed']=!0x0);}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['_setupKeyboardNavigation']();}async['destroy'](){await this['visibleView']['get'](0x0)['destroy'](),super['destroy']();}['switchToEditMode'](){this['isEditMode']||(this['isEditMode']=!0x0,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentInputView']()));}['switchToDisplayMode'](){this['isEditMode']&&(this['isEditMode']=!0x1,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentContentView']()));}['getExternalCommentNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):S(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):S(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x3a383d=new es(this['locale']);return _0x3a383d['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x2cb6a0,_0x3f5faf)=>_0x3f5faf?_0x50a15b(_0x2cb6a0,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x2cb6a0),_0x3a383d;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x5ab6d1=new hs(this['locale'],this['_config']['editorConfig']);return _0x5ab6d1['value']=this['_model']['content'],_0x5ab6d1['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x5ab6d1['submitLabel']=S(this['locale'],'Save'),_0x5ab6d1['on']('submit',(_0x20bf42,_0x380dfd)=>{this['fire']('updateComment',this['_model']['id'],_0x380dfd),this['switchToDisplayMode'](),this['focus']();}),_0x5ab6d1['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x5ab6d1['once']('editorReady',()=>{_0x5ab6d1['focus']();}),_0x5ab6d1['createEditor'](),_0x5ab6d1['delegate']('editorReady')['to'](this),_0x5ab6d1['delegate']('editorDestroyed')['to'](this),_0x5ab6d1;}['_setupKeyboardNavigation'](){const _0x4fd31a=this['element'];this['keystrokes']['listenTo'](_0x4fd31a);for(const _0xbde4c1 of this['focusables'])this['focusTracker']['add'](_0xbde4c1['element']),this['keystrokes']['listenTo'](_0xbde4c1['element']);this['focusables']['on']('change',(_0x5efd84,_0x354022)=>{for(const _0x85cbca of _0x354022['removed'])this['focusTracker']['remove'](_0x85cbca['element']),this['keystrokes']['stopListening'](_0x85cbca['element']);for(const _0xe57291 of _0x354022['added'])this['focusTracker']['add'](_0xe57291['element']),this['keystrokes']['listenTo'](_0xe57291['element']);}),this['keystrokes']['set']('enter',(_0x3b75c5,_0x2a07d2)=>{_0x4fd31a===_0x3b75c5['target']&&(this['focusCycler']['focusFirst'](),_0x2a07d2());}),this['keystrokes']['set']('esc',(_0x33cdb2,_0x49c7bc)=>{_0x4fd31a!==_0x33cdb2['target']&&(this['focus'](),_0x49c7bc());});}}class vt extends/* #__PURE__ -- @preserve */
28
- ti(os){['actionBar'];['userView'];constructor(_0x23dfe7,_0x3e04c9,_0x454679){super(_0x23dfe7,_0x3e04c9,_0x454679),this['set']('actionIndicator',null),this['set']('placeholder',S(_0x23dfe7,'Reply...')),this['bind']('authoredAt')['to'](_0x3e04c9),this['bind']('resolvedAt')['to'](_0x3e04c9),this['actionBar']=this['createCollection'](),this['isSystemComment']||(this['editButton']=this['_createEditButton'](),this['removeButton']=this['_createRemoveButton'](),this['items']=this['createCollection'](),this['items']['addMany']([this['editButton'],this['removeButton']]),this['dropdown']=this['_createDropdown'](),this['actionBar']['add'](this['dropdown']),this['focusables']['add'](this['dropdown'])),this['userView']=new _0x2a7c9c(_0x23dfe7,_0x3e04c9['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x3e04c9,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x1b42bd=this['bindTemplate'],_0x3abf15=[{'tag':'div','attributes':{'class':['ck-comment__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-comment__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x1b42bd['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x1b42bd['to']('authoredAt',_0x45bb6a=>this['_config']['formatDateTime'](_0x45bb6a))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x1b42bd['if']('isEditMode','ck-comment__actions--hidden'),_0x1b42bd['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']},this['ariaDescriptionView']];return this['_model']['isExternal']&&_0x3abf15['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x1b42bd['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0x1b42bd['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x1b42bd['if']('isEditMode','ck-comment--edit'),_0x1b42bd['if']('isSystemComment','ck-comment--info'),_0x1b42bd['to']('actionIndicator',_0x52418f=>_0x52418f?'ck-comment--'+_0x52418f:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id'],'role':'group'},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-comment__main','ck-annotation__main']},'children':_0x3abf15}]}]};}['_createEditButton'](){const _0x4a9594=new _0x4b6b4b(this['locale']);return _0x4a9594['label']=S(this['locale'],'Edit'),_0x4a9594['icon']=_0x5ee75b['pencil'],_0x4a9594['withText']=!0x0,_0x4a9594['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x4a9594['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x387c24=>!_0x387c24),_0x4a9594['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x4a9594['on']('execute',()=>this['switchToEditMode']()),_0x4a9594;}['_createRemoveButton'](){const _0x3e7795=new _0x4b6b4b(this['locale']);return _0x3e7795['label']=S(this['locale'],'Remove'),_0x3e7795['icon']='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M5.2\x207h9.2c.6\x200\x201\x20.4\x201\x201v9.9c0\x20.5-.4\x201-1\x201H5.2a1\x201\x200\x200\x201-1-1V8c0-.6.4-1\x201-1zm1\x201.5c-.3\x200-.5.2-.5.5v8c0\x20.3.2.5.5.5h.5c.2\x200\x20.5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5\x203.6H3.8c-.5\x200-.7.3-.7.8s.2.7.7.7h12c.6\x200\x20.9-.2.9-.7\x200-.5-.3-.8-1-.8h-2.4l-1.8-2.2z\x22/></svg>\x0a',_0x3e7795['withText']=!0x0,_0x3e7795['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x3e7795['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x4b9a68=>!_0x4b9a68),_0x3e7795['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x3e7795['on']('execute',()=>{this['showConfirm'](S(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x3e7795;}['_createDropdown'](){const _0x1d8751=_0xf34281(this['locale'],_0x677d65),_0x2ebc99=_0x1d8751['panelView']['children'],_0x2f3e7=new _0x5ee597(this['locale']),_0x4edab6=_0x1d8751['bindTemplate'];_0x4204da(_0x1d8751,()=>this['items']['find'](_0x3ac420=>_0x3ac420['isVisible'])),_0x1d8751['extendTemplate']({'attributes':{'class':[_0x4edab6['if']('isVisible','ck-hidden',_0x539d52=>!_0x539d52)]}});const _0x546fb4=(_0x39f41c,_0x1fe486=-0x1)=>{const _0x4e01b7=new _0x3c8cc1(this['locale']);_0x4e01b7['children']['add'](_0x39f41c);const _0x91ee02=_0x1fe486>-0x1?_0x1fe486:_0x2f3e7['items']['length'];_0x2f3e7['items']['add'](_0x4e01b7,_0x91ee02);const _0x18b43f=Array['from'](this['items']);_0x1d8751['unbind']('isEnabled','isVisible'),_0x1d8751['bind']('isEnabled')['toMany'](_0x18b43f,'isEnabled',(..._0x40fb6a)=>_0x40fb6a['some'](_0x5c43e7=>_0x5c43e7)),_0x1d8751['bind']('isVisible')['toMany'](_0x18b43f,'isVisible',(..._0x4b3d22)=>_0x4b3d22['some'](_0x4d6434=>_0x4d6434));};_0x1d8751['panelPosition']='sw',_0x1d8751['buttonView']['set']({'label':S(this['locale'],'Show\x20more\x20items'),'icon':_0x5ee75b['threeVerticalDots']});for(const _0x4ea144 of this['items'])_0x546fb4(_0x4ea144);return _0x2ebc99['add'](_0x2f3e7),_0x1d8751['listenTo'](this['items'],'add',(_0x3c3460,_0x2619de,_0x3e3dc4)=>{_0x546fb4(_0x2619de,_0x3e3dc4);}),_0x1d8751['listenTo'](this['items'],'remove',(_0x4dc880,_0x1d7b86,_0x48f76b)=>{_0x2f3e7['items']['remove'](_0x48f76b);}),_0x1d8751;}['_attachActions'](_0x1bda1a,_0x1f08c0){const _0x21a8ee=_0x1bda1a&&_0x1bda1a['element'];_0x21a8ee&&(this['listenTo'](_0x21a8ee,'mouseenter',()=>this['actionIndicator']=_0x1f08c0),this['listenTo'](_0x21a8ee,'focus',()=>this['actionIndicator']=_0x1f08c0),this['listenTo'](_0x21a8ee,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x21a8ee,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x164b18=super['_createCommentInputView']();return _0x164b18['bind']('placeholder')['to'](this),_0x164b18;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Dt(_0x34bbec){const _0x5212c5=bt(_0x34bbec,0x1e),_0xc0022c=new MutationObserver(_0x591919=>{for(const _0x58cf3b of _0x591919)('attributes'==_0x58cf3b['type']&&'class'==_0x58cf3b['attributeName']||'childList'==_0x58cf3b['type']||'characterData'==_0x58cf3b['type'])&&_0x5212c5();});return{'attach'(_0x34ab5e){_0xc0022c['observe'](_0x34ab5e,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0xc0022c['disconnect'](),_0x5212c5['cancel']();}};}class T extends kt{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x3f4f89,_0x5f0d84){super(_0x3f4f89),this['id']=_0x227aaa(),this['focusTracker']=new _0x186237(),this['keystrokes']=new jt(),this['keystrokes']['set']('Esc',(_0x10bff6,_0x4cbc00)=>this['fire']('Esc',_0x4cbc00)),this['set']('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this['set']('height',0x0),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['set']('length',0x0),this['set']('type',''),this['_mutationObserver']=Dt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0x5f0d84),this['mainView']=_0x5f0d84;const _0x3e64cf=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x3e64cf['if']('isActive','ck-annotation-wrapper--active')],'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['focusTracker']['add'](this['element']),this['keystrokes']['listenTo'](this['element']),this['_mutationObserver']['attach'](this['element']);}['destroy'](){this['content']['clear'](),this['keystrokes']['destroy'](),this['focusTracker']['destroy'](),this['_mutationObserver']['detach'](),super['destroy']();}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['_updateHeight'](){const _0x59b7bb=this['element']['clientHeight'];_0x59b7bb&&(this['height']=_0x59b7bb);}}class d extends/* #__PURE__ -- @preserve */
29
- _0x26afb9(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0xcd0a92,target:_0x5eea04,type:_0x4c2830,isVisible:_0xd92cd9=!0x0}){super(),this['view']=_0xcd0a92,this['view']['element']||this['view']['render'](),this['_type']=_0x4c2830,this['_target']=_0x5eea04,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x15ad77([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x4a705d,_0x285be1)=>{this['view']['focusTracker']['add'](_0x285be1);}),this['focusableElements']['on']('remove',(_0x5d58ca,_0x1198c5)=>{this['view']['focusTracker']['remove'](_0x1198c5);}),this['set']('isVisible',_0xd92cd9);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x34a587=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x34a587),_0x34a587;}get['targetRect'](){const _0xe9e761=this['target'];if(null===_0xe9e761)return null;if(_0xe9e761 instanceof _0x243010)return _0xe9e761;const _0x2f4b31=_0xe9e761['filter'](_0x52acf0=>function(_0x17bb9f){const _0xf8310=_0x17bb9f['offsetParent'];if(_0xf8310)return!0x0;const _0x425051=_0x17bb9f['getClientRects']()['item'](0x0);return!!_0x425051;}(_0x52acf0));return 0x0===_0x2f4b31['length']?null:new _0x243010(_0x2f4b31[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x1e84f5){this['view']['isActive']=_0x1e84f5,this['view']['mainView']['isActive']=_0x1e84f5;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0xce4d91){if(!(null===_0xce4d91||_0xce4d91 instanceof _0x243010||Array['isArray'](_0xce4d91)&&_0xce4d91['every'](_0x47e739=>ne(_0x47e739))))throw new _0xe5a01('annotation-invalid-target',null,{'target':_0xce4d91});}['_getNormalizedTarget'](){const _0x49cfe5='function'==typeof this['_target']?this['_target']():this['_target'];return ne(_0x49cfe5)?[_0x49cfe5]:_0x49cfe5;}}function ne(_0x1baed0){return null!==_0x1baed0&&'object'==typeof _0x1baed0&&'nodeType'in _0x1baed0&&0x1===_0x1baed0['nodeType'];}class x extends _0x15ad77{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0xb98480=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x186237(),this['_focusTracker']['on']('change:isFocused',(_0x5ce5f7,_0x4fee4d,_0x1fa081)=>{_0x1fa081||this['fire']('blur');});for(const _0x1868d7 of _0xb98480)this['add'](_0x1868d7);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x4ad4eb){if(this['has'](_0x4ad4eb))throw new _0xe5a01('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x4ad4eb['innerView'],_0x4ad4eb),this['_viewToAnnotation']['set'](_0x4ad4eb['view'],_0x4ad4eb);for(const _0x2f8eb7 of _0x4ad4eb['focusableElements'])this['_focusTracker']['add'](_0x2f8eb7);this['listenTo'](_0x4ad4eb['focusableElements'],'add',(_0x578915,_0x221b06)=>{this['_focusTracker']['add'](_0x221b06);}),this['listenTo'](_0x4ad4eb['focusableElements'],'remove',(_0x154660,_0x42a277)=>{this['_focusTracker']['remove'](_0x42a277);}),this['listenTo'](_0x4ad4eb['view']['focusTracker'],'change:isFocused',(_0x43d463,_0x1ec4b3,_0x5aff53)=>{_0x5aff53&&this['fire']('focus',_0x4ad4eb);}),_0x4ad4eb['updateTargetRect']();const _0x37c2ec=this['_getOrderInContent'](_0x4ad4eb['view']['targetRect']);return super['add'](_0x4ad4eb,_0x37c2ec);}['remove'](_0x25b7d1){if(!this['has'](_0x25b7d1))throw new _0xe5a01('annotationcollection-not-existing-item',null);this['stopListening'](_0x25b7d1['view']['focusTracker']),this['stopListening'](_0x25b7d1['focusableElements']);for(const _0x190e23 of _0x25b7d1['focusableElements'])this['_focusTracker']['remove'](_0x190e23);return this['_viewToAnnotation']['delete'](_0x25b7d1['view']),this['_innerViewToAnnotation']['delete'](_0x25b7d1['innerView']),super['remove'](_0x25b7d1);}['getByInnerView'](_0x1c0105){return this['_innerViewToAnnotation']['get'](_0x1c0105);}['getByView'](_0x2b33e9){return this['_viewToAnnotation']['get'](_0x2b33e9);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x35bfde of this)_0x35bfde['updateTargetRect']();this['_sort']();}['_sort'](){const _0x543919=Array['from'](this)['sort']((_0x4ba07b,_0x113ecd)=>v(_0x4ba07b['view']['targetRect'],_0x113ecd['view']['targetRect']));for(let _0x13be59=_0x543919['length']-0x1;_0x13be59>0x0;_0x13be59--){const _0x29b897=_0x543919[_0x13be59];_0x13be59!==this['getIndex'](_0x29b897)&&(this['remove'](_0x29b897),this['add'](_0x29b897));}}['_getOrderInContent'](_0x5ab571){let _0x409333=0x0;if(!_0x5ab571)return this['length'];for(const _0x18862c of this){const _0x2612bd=_0x18862c['view']['targetRect'];if(_0x2612bd){if(v(_0x5ab571,_0x2612bd)<0x0)return _0x409333;_0x409333++;}}return _0x409333;}}function v(_0x19d505,_0x46164f){if(null===_0x19d505&&null===_0x46164f)return 0x0;if(null===_0x19d505)return-0x1;if(null===_0x46164f)return 0x1;const _0x994c8=_0x19d505['top']-_0x46164f['top'];return 0x0==_0x994c8?_0x19d505['left']-_0x46164f['left']:_0x994c8;}class N extends _0x470748{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3d6346){if(super(_0x3d6346),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x3d6346 instanceof _0x4ba321){const _0x4dcc91=_0x3d6346['locale'];_0x3d6346['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x4dcc91,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x4dcc91,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x4dcc91,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x4dcc91,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x4dcc91,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x4dcc91,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x4dcc91,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x17368c){this['collection']['add'](_0x17368c);}['remove'](_0x315f22){this['collection']['remove'](_0x315f22),_0x315f22['destroy']();}['refreshVisibility'](){for(const _0x419e7f of this['collection'])_0x419e7f['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x2a091c){return this['collection']['getByInnerView'](_0x2a091c);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0x3d7869 of this['collection'])_0x3d7869['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x12c03d){this['fire']('_activateAnnotation',_0x12c03d);}['createAnnotation'](_0x527d92){return new d(_0x527d92);}['createAnnotationView'](_0x279220,_0x15e431){return new T(_0x279220,_0x15e431);}['_addActiveAnnotation'](_0x3f46dc){const _0x5830cf=new Set(this['activeAnnotations']);_0x5830cf['add'](_0x3f46dc),this['activeAnnotations']=_0x5830cf;}['_removeActiveAnnotation'](_0x1fb976){const _0x305725=new Set(this['activeAnnotations']);_0x305725['delete'](_0x1fb976),this['activeAnnotations']=_0x305725;}['_bindAnnotationsToVisibleAnnotations'](){const _0x25d7bb=this['collection'],_0x8c653d=this['_visibleAnnotations'];function _0x12ff3b(_0x5b8df1){const _0xf184e1=_0x5b8df1['source'];_0xf184e1['isVisible']&&!_0x8c653d['has'](_0xf184e1)?_0x8c653d['add'](_0xf184e1):!_0xf184e1['isVisible']&&_0x8c653d['has'](_0xf184e1)&&_0x8c653d['remove'](_0xf184e1),_0xf184e1['view']['focusTracker']['remove'](_0xf184e1['view']['element']),_0xf184e1['view']['focusTracker']['add'](_0xf184e1['view']['element']);}this['listenTo'](_0x25d7bb,'add',(_0x9d095c,_0x12fc0e)=>{_0x12fc0e['isVisible']&&_0x8c653d['add'](_0x12fc0e),this['listenTo'](_0x12fc0e,'change:isVisible',_0x12ff3b);}),this['listenTo'](_0x25d7bb,'remove',(_0x5032f5,_0x26c861)=>{_0x8c653d['has'](_0x26c861)&&_0x8c653d['remove'](_0x26c861),this['stopListening'](_0x26c861,'change:isVisible',_0x12ff3b);});}['_setupEnterAnnotationKeystroke'](){const _0x1493da=_0x17a2b2=>{_0x17a2b2['on']('ready',()=>{_0x17a2b2['keystrokes']['set'](_0xfdee20,(_0x2d115e,_0x3392ce)=>{const _0x2126e9=_0x929cbd(this['activeAnnotations']['values']());_0x2126e9&&(_0x2126e9['view']['focus'](),_0x3392ce());});});};this['context']instanceof _0x4ba321?_0x1493da(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x3abac6,_0x5b4e1c)=>{_0x1493da(_0x5b4e1c);});}['_setupEscapeAnnotationHandling'](){const _0x320fda=_0x1f03c7=>{const _0x281eeb=_0x1f03c7['source'],_0x513bd6=[];let _0x11f466;if(Array['isArray'](_0x281eeb['target'])){_0x11f466=_0x281eeb['target'][0x0],this['context']instanceof _0x4ba321?_0x513bd6['push'](this['context']):this['context']['editors']&&_0x513bd6['push'](...this['context']['editors']);for(const _0x345469 of _0x513bd6)for(const _0x3be9fb of _0x345469['editing']['view']['domRoots']['values']())if(_0x3be9fb['contains'](_0x11f466))return void _0x345469['editing']['view']['focus']();_0x11f466['focus']();}};this['listenTo'](this['collection'],'add',(_0x4538c8,_0x4831ea)=>{this['listenTo'](_0x4831ea,'escape',_0x320fda,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x41630d,_0x4ce772)=>{this['stopListening'](_0x4ce772,'escape',_0x320fda);});}}const gt=Symbol('noChannel'),Tt={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class o extends _0x470748{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[N,ht,it];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4cb255){super(_0x4cb255),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x34bc13=this['context']['config'];_0x34bc13['define']('comments.maxCommentsWhenCollapsed',0x2),_0x34bc13['define']('comments.maxThreadTotalWeight',0x1f4),_0x34bc13['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x34bc13['define']('comments.CommentThreadView',Ct),_0x34bc13['define']('comments.CommentView',vt),_0x34bc13['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x2b7c03=this['context']['plugins']['get'](N);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0xa40add,_0x64e90)=>this['_addCommentThread'](_0x64e90)),this['on']('submitCommentThread',(_0x2552a4,_0x558e01)=>this['_submitCommentThread'](_0x558e01)),this['on']('resolveCommentThread',(_0x7028de,_0x5045f8)=>this['_resolveCommentThread'](_0x5045f8)),this['on']('resolveCommentThread',(_0x270697,_0x4bbca6)=>this['_updateActiveAnnotation'](_0x4bbca6),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x35155f,_0x71abf1)=>this['_reopenCommentThread'](_0x71abf1)),this['on']('reopenCommentThread',(_0xfdcd98,_0x148649)=>this['_updateActiveAnnotation'](_0x148649),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x123be1,_0x5f4916)=>this['_removeCommentThread'](_0x5f4916)),this['on']('updateCommentThread',(_0x144809,_0x25fc49)=>this['_updateCommentThread'](_0x25fc49)),this['on']('updateCommentThread',(_0x433e5b,_0x2cc31a)=>this['_updateActiveAnnotation'](_0x2cc31a),{'priority':'lowest'}),this['on']('addComment',(_0x43c96f,_0x570078)=>this['_addComment'](_0x570078)),this['on']('updateComment',(_0x529e36,_0x1b15ce)=>this['_updateComment'](_0x1b15ce)),this['on']('removeComment',(_0x1cf8bf,_0x1584ae)=>this['_removeComment'](_0x1584ae)),this['on']('addComment',(_0x1157f8,{threadId:_0x466224,isFromAdapter:_0x41ad53})=>{if(_0x41ad53)return;const _0x4a2041=this['getCommentThread'](_0x466224),_0x1f3f55=_0x4a2041&&this['_threadToController']['get'](_0x4a2041);_0x1f3f55&&_0x1f3f55['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x2b7c03,'change:activeAnnotations',(_0x2337bf,_0x16d6c3,_0x10510c)=>{const _0x265a36=Array['from'](_0x10510c)['map'](_0x1fabf2=>this['_viewToController']['get'](_0x1fabf2['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x265a36?_0x265a36['model']:null;});}set['adapter'](_0x50c90d){if(this['_adapter'])throw new _0xe5a01('commentsrepository-adapter-already-set');this['_adapter']=_0x50c90d;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x192c4d=gt,threadId:_0x47d54a=_0x227aaa(),comments:_0x1fe4a8=[],unlinkedAt:_0x574bfc=null,resolvedAt:_0x1b32d8=null,resolvedBy:_0x4bc57b=null,target:_0x4dccc3=null,context:_0x5927c9=null,attributes:_0x59bd75={},isResolvable:_0x263582=!0x0,isSubmitted:_0x4a9975=!0x1,isFromAdapter:_0x44125=!0x1}={}){return this['fire'](_t('addCommentThread',_0x192c4d),{'channelId':_0x192c4d,'threadId':_0x47d54a,'comments':_0x1fe4a8,'unlinkedAt':_0x574bfc,'resolvedAt':_0x1b32d8,'resolvedBy':_0x4bc57b,'target':_0x4dccc3,'context':_0x5927c9,'attributes':_0x59bd75,'isFromAdapter':_0x44125,'isResolvable':_0x263582,'isSubmitted':_0x4a9975}),this['getCommentThread'](_0x47d54a);}['openNewCommentThread']({channelId:_0x576c99=gt,threadId:_0x1e752e=_0x227aaa(),target:_0x228953,context:_0x54db0a=null,isResolvable:_0x35cf0d=!0x0}){if(this['_readOnlyChannels']['has'](_0x576c99)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x228953)throw new _0xe5a01('commentsrepository-missing-target');const _0x78f121=this['addCommentThread']({'channelId':_0x576c99,'threadId':_0x1e752e,'target':_0x228953,'context':_0x54db0a,'isResolvable':_0x35cf0d});if(!_0x78f121)return null;const _0xcfca86=this['_threadToController']['get'](_0x78f121),_0x19145b=_0xcfca86['view']['commentThreadInputView']['commentInputView'],_0x344a7a=this['context']['plugins']['get'](N),_0x13d661=_0x344a7a['getByInnerView'](_0xcfca86['view']);return _0x344a7a['activate'](_0x13d661),_0x19145b['once']('editorReady',()=>_0x19145b['focus']()),_0x78f121;}['hasCommentThread'](_0x53c1c4){if('string'!=typeof _0x53c1c4)throw new _0xe5a01('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x53c1c4);}['updateCommentThread']({channelId:_0x2b2145=gt,threadId:_0x436d62,context:_0x33e220,unlinkedAt:_0x3725e9,attributes:_0x1a76c4,isFromAdapter:_0x17b589=!0x1}){return this['fire'](_t('updateCommentThread',_0x2b2145),{'channelId':_0x2b2145,'threadId':_0x436d62,'context':_0x33e220,'unlinkedAt':_0x3725e9,'attributes':_0x1a76c4,'isFromAdapter':_0x17b589}),this['getCommentThread'](_0x436d62);}['getCommentThread'](_0x17448e){if('string'!=typeof _0x17448e)throw new _0xe5a01('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x17448e);}['fetchCommentThread']({channelId:_0x41b1c3,threadId:_0x4af571}={}){const _0x8317ed=this['getCommentThread'](_0x4af571);if(_0x8317ed)return Promise['resolve'](_0x8317ed);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0xe5a01('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x41b1c3,'threadId':_0x4af571})['then'](_0x8b85f0=>this['hasCommentThread'](_0x4af571)?this['getCommentThread'](_0x4af571):_0x8b85f0?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x41b1c3},_0x8b85f0)):void 0x0)['catch'](_0x1af4bb=>{throw console['error'](_0x1af4bb),new _0xe5a01('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x5ea235,skipNotAttached:_0x202a44=!0x1,skipEmpty:_0xc3add6=!0x1,toJSON:_0x3c3bfc=!0x1}={}){const _0x33fa44=[];for(const _0x12c47c of this['_threads']['values']())_0x5ea235&&_0x12c47c['channelId']!==_0x5ea235||_0x202a44&&!_0x12c47c['isAttached']||_0xc3add6&&0x0===_0x12c47c['length']||_0x33fa44['push'](_0x12c47c);return _0x3c3bfc?_0x33fa44['map'](_0x225e91=>_0x225e91['toJSON']()):_0x33fa44;}['setActiveCommentThread'](_0x6ee3a1){const _0x598d65=this['context']['plugins']['get'](N);if(!_0x6ee3a1)return void(this['activeCommentThread']&&_0x598d65['deactivateAll']());const _0x28d7c0=this['getCommentThread'](_0x6ee3a1);if(!_0x28d7c0)throw new _0xe5a01('commentsrepository-active-missing-comment-thread',null,{'threadId':_0x6ee3a1});if(!this['_threadToController']['has'](_0x28d7c0))throw new _0xe5a01('commentsrepository-active-not-attached',null,{'threadId':_0x6ee3a1});const _0x570c7f=_0x598d65['getByInnerView'](this['_threadToController']['get'](_0x28d7c0)['view']);_0x598d65['activate'](_0x570c7f);}['switchReadOnly'](_0x3bfc16,_0x279c83){_0x3bfc16?this['_readOnlyChannels']['add'](_0x279c83):this['_readOnlyChannels']['delete'](_0x279c83),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x259aa8){return this['_readOnlyChannels']['has'](_0x259aa8)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x5a165d,_0x2c5b60){return new yt(_0x5a165d,_0x2c5b60);}['setPermissions'](_0x16ec74,_0xf69dd0=gt){this['_permissions']['set'](_0xf69dd0,_0x16ec74),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x36ef47=gt){return this['_permissions']['has'](_0x36ef47)?this['_permissions']['get'](_0x36ef47):Tt;}['_addCommentThread']({channelId:_0xd1cbb2,threadId:_0x4cfbef,comments:_0x3031d1,unlinkedAt:_0x232f5d,resolvedAt:_0x4bdc32,resolvedBy:_0x3c2433,target:_0x468141,context:_0x356c27,attributes:_0x346127,isFromAdapter:_0x2c9173,isResolvable:_0x123678,isSubmitted:_0x111c0e}){if('string'!=typeof _0x4cfbef)throw new _0xe5a01('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x4cfbef});if(this['hasCommentThread'](_0x4cfbef))throw new _0xe5a01('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x4cfbef});const _0x6a7961=new oe(this,{'channelId':_0xd1cbb2,'id':_0x4cfbef,'context':_0x356c27,'attributes':_0x346127,'unlinkedAt':_0x232f5d,'resolvedAt':_0x4bdc32,'resolvedBy':_0x3c2433?this['context']['plugins']['get'](it)['getUser'](_0x3c2433):null,'isResolvable':_0x123678,'isSubmitted':_0x111c0e||_0x2c9173});this['_threads']['set'](_0x4cfbef,_0x6a7961);for(const _0xffc462 of _0x3031d1)_0x6a7961['_add'](this['_createNewComment']({'threadId':_0x4cfbef,..._0xffc462}));return _0x468141&&_0x6a7961['attachTo'](_0x468141),_0x2c9173||!_0x6a7961['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0xd1cbb2,'threadId':_0x4cfbef});}['_submitCommentThread']({channelId:_0x48e5b5,threadId:_0x19b5f1}){if(!this['hasCommentThread'](_0x19b5f1))throw new _0xe5a01('commentsrepository-missing-comment-thread',this);const _0x440331=this['getCommentThread'](_0x19b5f1);if(_0x440331['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x1bbc6b,comments:_0xc78ce3,resolvedAt:_0x479b94,resolvedBy:_0xbbee80,context:_0x1c7e53,attributes:_0x33b61b}=_0x440331,_0x946ad5=this['context']['plugins']['get']('PendingActions'),_0xe94de9=_0x946ad5['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x48e5b5,'threadId':_0x1bbc6b,'comments':_0xc78ce3['map'](_0x270dd0=>_0x270dd0['toJSON']()),'resolvedAt':_0x479b94,'resolvedBy':_0xbbee80?_0xbbee80['id']:_0xbbee80,'context':_0x1c7e53,'attributes':_0x33b61b})['then'](({comments:_0x456b89})=>{_0x946ad5['remove'](_0xe94de9);for(const _0x2b1847 of _0x456b89)this['_updateComment']({'channelId':_0x48e5b5,'threadId':_0x19b5f1,'commentId':_0x2b1847['commentId'],'createdAt':_0x2b1847['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3def1=>{throw console['error'](_0x3def1),new _0xe5a01('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x1830ae,target:_0x282a5d}){const _0x420efa=this['getCommentThread'](_0x1830ae);if(!_0x420efa)throw new _0xe5a01('commentsrepository-attach-missing-comment-thread',this);const _0x10a879=this['context']['plugins']['get']('PendingActions'),_0x8ed708=this['context']['plugins']['get'](N),_0x5e338e=this['_createCommentThreadView'](_0x420efa),_0x4dd47e=new yt(_0x420efa,_0x5e338e);let _0x433567=null;_0x5e338e['on']('change:isDirty',(_0x1a7932,_0x3fa735,_0x349e33)=>{_0x349e33?_0x433567=_0x10a879['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x433567&&(_0x10a879['remove'](_0x433567),_0x433567=null);}),this['_threadToController']['set'](_0x420efa,_0x4dd47e),this['_viewToController']['set'](_0x5e338e,_0x4dd47e);const _0x25e36e=new T(this['context']['locale'],_0x5e338e);_0x25e36e['bind']('length')['to'](_0x5e338e),_0x25e36e['bind']('isDirty')['to'](_0x5e338e,'isDirty',_0x5e338e,'length',(_0x2dd021,_0x4c6d83)=>_0x2dd021||!_0x4c6d83),_0x25e36e['bind']('isActive')['to'](_0x5e338e),_0x25e36e['type']='comment';const _0x17fcf8=new d({'view':_0x25e36e,'target':_0x282a5d,'type':'comment','isVisible':!_0x420efa['isResolved']});return _0x5e338e['on']('escape',()=>{_0x17fcf8['fire']('escape');}),this['_bindAnnotationToEditors'](_0x5e338e,_0x17fcf8),_0x8ed708['add'](_0x17fcf8),_0x17fcf8;}['_bindAnnotationToEditors'](_0x5032d8,_0x1020b7){this['listenTo'](_0x5032d8,'editorReady',(_0x42afd2,_0x276cf9)=>{const _0x171f1e=_0x276cf9['ui']['view']['body']['bodyCollectionContainer'];_0x1020b7['focusableElements']['add'](_0x171f1e),this['context']instanceof _0x4ba321&&this['context']['ui']['focusTracker']['add'](_0x171f1e);},{'priority':'highest'}),this['listenTo'](_0x5032d8,'editorDestroyed',(_0x458859,_0x5be2d1)=>{const _0x3bc76d=_0x5be2d1['ui']['view']['body']['bodyCollectionContainer'];_0x1020b7['focusableElements']['has'](_0x3bc76d)&&_0x1020b7['focusableElements']['remove'](_0x3bc76d),this['context']instanceof _0x4ba321&&this['context']['ui']['focusTracker']['remove'](_0x3bc76d);});}['_unbindEditors'](_0x15a66d){this['stopListening'](_0x15a66d,'editorReady'),this['stopListening'](_0x15a66d,'editorDestroyed');}['_createCommentThreadView'](_0x4e01ee){const _0x4becde=this['context']['plugins']['get'](it),{config:_0x46ebee,locale:_0x4c4597}=this['context'],_0x26a41e=mt(_0x46ebee['get']('locale'));return new(0x0,(_0x46ebee['get']('comments'))['CommentThreadView'])(_0x4c4597,_0x4e01ee,_0x4becde['me'],{'editorConfig':{..._0x46ebee['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x46ebee['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x46ebee['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x46ebee['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x46ebee['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x26a41e,'CommentView':_0x46ebee['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0x292fb2,channelId:_0x3a6b88,resolvedAt:_0x1c3844,resolvedBy:_0x4f0ac4,isFromAdapter:_0x1f1a2b}){if(!this['hasCommentThread'](_0x292fb2))throw new _0xe5a01('commentsrepository-missing-comment-thread',null,{'threadId':_0x292fb2});const _0x4ddf95=this['getCommentThread'](_0x292fb2);if(_0x4ddf95['isResolved'])throw new _0xe5a01('commentsrepository-resolved-comment-thread',null,{'threadId':_0x292fb2});const _0xa81cde=this['context']['plugins']['get'](it);if(_0x4ddf95['resolvedBy']=_0xa81cde['getUser'](_0x4f0ac4),_0x4ddf95['resolvedAt']=_0x1c3844,_0x1f1a2b||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x31c91e=this['context']['plugins']['get']('PendingActions'),_0x591102=_0x31c91e['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x3a6b88,'threadId':_0x292fb2})['then'](({resolvedAt:_0xa4aed0,resolvedBy:_0x241eb2})=>{_0x31c91e['remove'](_0x591102),_0x4ddf95['resolvedBy']['id']!==_0x241eb2&&(_0x4ddf95['resolvedBy']=_0xa81cde['getUser'](_0x241eb2)),_0x4ddf95['resolvedAt']=_0xa4aed0;})['catch'](_0x48dc72=>{throw console['error'](_0x48dc72),new _0xe5a01('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x454d9a,channelId:_0x4af5a2,isFromAdapter:_0x3cce8c}){if(!this['hasCommentThread'](_0x454d9a))throw new _0xe5a01('commentsrepository-missing-comment-thread',null,{'threadId':_0x454d9a});const _0x52188e=this['getCommentThread'](_0x454d9a);if(!_0x52188e['isResolved'])throw new _0xe5a01('commentsrepository-reopen-comment-thread',null,{'threadId':_0x454d9a});if(_0x52188e['resolvedBy']=null,_0x52188e['resolvedAt']=null,_0x3cce8c||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x3954ae=this['context']['plugins']['get']('PendingActions'),_0x2fa90d=_0x3954ae['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x4af5a2,'threadId':_0x454d9a})['then'](()=>_0x3954ae['remove'](_0x2fa90d))['catch'](_0x5f9c1d=>{throw console['error'](_0x5f9c1d),new _0xe5a01('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0xde80c7,isFromAdapter:_0x5a9517}){const _0x32529a=this['getCommentThread'](_0xde80c7);if(!_0x32529a)throw new _0xe5a01('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0xde80c7),this['_threads']['delete'](_0xde80c7),!_0x32529a['isSubmitted']||_0x5a9517||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x28b4b1=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2f06ea}=_0x32529a,_0x6c0654=_0x28b4b1['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x2f06ea,'threadId':_0xde80c7})['then'](()=>_0x28b4b1['remove'](_0x6c0654))['catch'](_0x113b03=>{throw console['error'](_0x113b03),new _0xe5a01('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x34f5fe,unlinkedAt:_0x57dbef,context:_0x521197,attributes:_0x42e415,isFromAdapter:_0x66ce56}){if('string'!=typeof _0x34f5fe)throw new _0xe5a01('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x34f5fe});if(!this['hasCommentThread'](_0x34f5fe))throw new _0xe5a01('commentsrepository-missing-comment-thread',null,{'threadId':_0x34f5fe});const _0x1f9d4a=this['getCommentThread'](_0x34f5fe);let _0x59fa54=!0x1;if(void 0x0!==_0x521197&&_0x1f9d4a['context']!==_0x521197&&(_0x1f9d4a['context']=_0x521197,_0x59fa54=!0x0),void 0x0!==_0x57dbef&&_0x1f9d4a['unlinkedAt']!==_0x57dbef&&(_0x1f9d4a['unlinkedAt']=_0x57dbef,_0x59fa54=!0x0),_0x42e415&&!It(_0x42e415,_0x1f9d4a['attributes'])&&(_0x1f9d4a['attributes']=_0x42e415,_0x59fa54=!0x0),!_0x59fa54)return Promise['resolve']();if(!_0x1f9d4a['isSubmitted']||_0x66ce56||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x5a7743=this['context']['plugins']['get']('PendingActions'),{channelId:_0x567959}=_0x1f9d4a,_0x4f28d7=_0x5a7743['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x567959,'threadId':_0x34f5fe,'context':_0x521197,'unlinkedAt':_0x57dbef,'attributes':_0x42e415})['then'](()=>_0x5a7743['remove'](_0x4f28d7))['catch'](_0x128140=>{throw console['error'](_0x128140),new _0xe5a01('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x1ae465){const _0x3aa985=this['context']['plugins']['get'](N),_0x4f9caf=this['getCommentThread'](_0x1ae465);if(this['_threadToController']['has'](_0x4f9caf)){const _0x5f4b07=this['_threadToController']['get'](_0x4f9caf),_0x318a22=_0x5f4b07['view'],_0x361680=_0x3aa985['getByInnerView'](_0x318a22);this['_threadToController']['delete'](_0x4f9caf),this['_viewToController']['delete'](_0x318a22),_0x361680&&_0x3aa985['remove'](_0x361680),_0x5f4b07['destroy'](),_0x318a22['destroy']()['then'](()=>{this['_unbindEditors'](_0x318a22);});}}['_updateActiveAnnotation']({threadId:_0x5dba98,resolvedAt:_0x1ed0c7}){const _0x2ec99e=!!_0x1ed0c7,_0x1c93c9=this['context']['plugins']['get'](N),_0x30321e=this['getCommentThread'](_0x5dba98);if(this['_threadToController']['has'](_0x30321e)){const _0xa4bdb1=this['_threadToController']['get'](_0x30321e)['view'],_0x5f3ccb=_0x1c93c9['getByInnerView'](_0xa4bdb1);_0x5f3ccb&&(_0x2ec99e&&_0x1c93c9['_removeActiveAnnotation'](_0x5f3ccb),_0x5f3ccb['refreshVisibility']());}}['_getExternalAuthor'](_0x1b1144){const _0x16f048=this['context']['plugins']['get'](it),_0x24b73d=lt('external:'+_0x1b1144),_0x593e2b=_0x16f048['getUser'](_0x24b73d);return _0x593e2b||_0x16f048['addUser']({'id':_0x24b73d,'name':_0x1b1144});}['_createNewComment']({threadId:_0x394585,commentId:_0x3e09ab=_0x227aaa(),content:_0x434f09,authorId:_0x2772e9,createdAt:_0x27e961,attributes:_0x5b0fbb}){if('string'!=typeof _0x3e09ab)throw new _0xe5a01('commentsrepository-invalid-commentid');if('string'!=typeof _0x2772e9)throw new _0xe5a01('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x434f09||!_0x434f09['trim']())throw new _0xe5a01('commentsrepository-invalid-comment-content');const _0xdf6bd1=this['context']['plugins']['get'](it)['getUser'](_0x2772e9);if(!_0xdf6bd1)throw new _0xe5a01('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x2772e9});let _0x2a70ed=null,_0x2a58be=_0x27e961;return _0x5b0fbb&&_0x5b0fbb['@external']&&(_0x2a70ed=this['_getExternalAuthor'](_0x5b0fbb['@external']['authorName']),_0x2a58be=new Date(_0x5b0fbb['@external']['createdAt'])),new re(this,{'threadId':_0x394585,'id':_0x3e09ab,'author':_0x2a70ed||_0xdf6bd1,'creator':_0xdf6bd1,'content':_0x434f09,'createdAt':_0x27e961,'authoredAt':_0x2a58be,'attributes':_0x5b0fbb});}['_addComment'](_0x35d041){let {threadId:_0x9a4820,content:_0x483c60,attributes:_0x5ae23b,isFromAdapter:_0x7219fd}=_0x35d041;const _0x1fbb7a=this['getCommentThread'](_0x35d041['threadId']);if(!_0x1fbb7a)throw new _0xe5a01('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x10d44d=this['_createNewComment'](_0x35d041),{id:_0x14eff6}=_0x10d44d;if(_0x1fbb7a['_add'](_0x10d44d),_0x7219fd||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x1fbb7a['isSubmitted'])return Promise['resolve']();const _0x5eb1c7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x870659}=_0x1fbb7a,_0x2c16aa=_0x5eb1c7['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x5ae23b||(_0x5ae23b={}),this['adapter']['addComment']({'channelId':_0x870659,'threadId':_0x9a4820,'commentId':_0x14eff6,'content':_0x483c60,'attributes':_0x5ae23b})['then'](_0x3bea00=>{_0x5eb1c7['remove'](_0x2c16aa),_0x3bea00&&this['_updateComment']({'channelId':_0x870659,'threadId':_0x9a4820,'commentId':_0x14eff6,'createdAt':_0x3bea00['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x3c532b=>{throw console['error'](_0x3c532b),new _0xe5a01('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x2078b6,commentId:_0x376cd6,content:_0x42ec69,createdAt:_0xe9c31f,attributes:_0x4a88c5,isFromAdapter:_0x5baba1}){if(void 0x0!==_0x42ec69&&('string'!=typeof _0x42ec69||!_0x42ec69['trim']()['length']))throw new _0xe5a01('commentsrepository-update-comment-invalid-content');const _0x5d46bb=this['getCommentThread'](_0x2078b6),_0x4b2bb0=_0x5d46bb['getComment'](_0x376cd6);if(!_0x4b2bb0)throw new _0xe5a01('commentsrepository-update-missing-comment',this);let _0x23bf1f=!0x1;if(_0x42ec69&&_0x42ec69!==_0x4b2bb0['content']&&(_0x4b2bb0['isEditable']||_0x5baba1)&&(_0x4b2bb0['content']=_0x42ec69,_0x23bf1f=!0x0),_0xe9c31f&&_0xe9c31f!==_0x4b2bb0['createdAt']&&(_0x4b2bb0['createdAt']=_0xe9c31f,_0x4b2bb0['attributes']&&_0x4b2bb0['attributes']['@external']||(_0x4b2bb0['authoredAt']=_0xe9c31f),_0x23bf1f=!0x0),_0x4a88c5&&!It(_0x4a88c5,_0x4b2bb0['attributes'])&&(_0x4b2bb0['attributes']=_0x4a88c5,_0x23bf1f=!0x0),!_0x23bf1f)return Promise['resolve']();if(_0x5d46bb['fire']('commentUpdated'),_0x5baba1||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x1451d7=this['context']['plugins']['get']('PendingActions'),{channelId:_0x42f624}=this['getCommentThread'](_0x4b2bb0['threadId']),_0x5a6168=_0x1451d7['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x42f624,'threadId':_0x2078b6,'commentId':_0x376cd6,'content':_0x42ec69,'attributes':_0x4a88c5})['then'](()=>_0x1451d7['remove'](_0x5a6168))['catch'](_0x5624d1=>{throw console['error'](_0x5624d1),new _0xe5a01('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x2ca0f2,commentId:_0x4b3929,isFromAdapter:_0x1ce848}){const _0x59a54a=this['getCommentThread'](_0x2ca0f2),_0x1159d5=_0x59a54a['getComment'](_0x4b3929);if(!_0x1159d5)throw new _0xe5a01('commentsrepository-remove-missing-comment',this);if(_0x59a54a['_remove'](_0x1159d5),_0x1ce848||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0xa0e2ef=this['context']['plugins']['get']('PendingActions'),{channelId:_0x54f472}=_0x59a54a,_0x4039f3=_0xa0e2ef['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x54f472,'threadId':_0x2ca0f2,'commentId':_0x4b3929})['then'](()=>_0xa0e2ef['remove'](_0x4039f3))['catch'](_0x648436=>{throw console['error'](_0x648436),new _0xe5a01('commentsrepository-remove-comment-internal-error',this);});}}class oe extends/* #__PURE__ -- @preserve */
30
- _0x26afb9(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x29bbeb,_0x4078a3){super();const _0x3f3fe8=_0x4078a3['isResolvable'];this['channelId']=_0x4078a3['channelId'],this['id']=_0x4078a3['id'],this['comments']=new _0x15ad77(),this['_repository']=_0x29bbeb,this['_isAttached']=!0x1,this['_isSubmitted']=_0x4078a3['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x29bbeb,'_permissions',_0x29bbeb,'_readOnlyChannels',()=>_0x29bbeb['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x29bbeb,'_permissions',()=>_0x29bbeb['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x29bbeb,'_permissions',()=>{const _0x218f81=_0x29bbeb['getPermissions'](this['channelId']);return _0x218f81['write']||_0x218f81['admin'];}),this['bind']('isResolvable')['to'](_0x29bbeb,'_permissions',()=>_0x3f3fe8&&_0x29bbeb['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x4078a3['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x1b4fd8,_0x352c08)=>_0x1b4fd8?_0x352c08?_0x1b4fd8<_0x352c08?_0x1b4fd8:_0x352c08:_0x1b4fd8:_0x352c08),this['set']('unlinkedAt',_0x4078a3['unlinkedAt']||null),this['set']('resolvedAt',_0x4078a3['resolvedAt']||null),this['set']('resolvedBy',_0x4078a3['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x454223=>!!_0x454223),this['set']('attributes',_0x4078a3['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0x2df97c,_0x15d8d9)=>_0x2df97c+_0x15d8d9['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x11a0b6,id:_0x4bf76f}=this;this['_repository']['fire'](_t('submitCommentThread',_0x11a0b6),{'channelId':_0x11a0b6,'threadId':_0x4bf76f});}['setUnlinkedAt'](_0x5410cb){this['_update']({'unlinkedAt':_0x5410cb});}['resolve']({resolvedAt:_0x328c16=new Date(),resolvedBy:_0x373bdb=null,isFromAdapter:_0x20325d=!0x1}={}){const _0x45b430=this['_repository']['context']['plugins']['get'](it)['me'],{channelId:_0x33d38c,id:_0x515233}=this;this['_repository']['fire'](_t('resolveCommentThread',_0x33d38c),{'channelId':_0x33d38c,'threadId':_0x515233,'resolvedAt':_0x328c16,'resolvedBy':_0x373bdb||_0x45b430['id'],'isFromAdapter':_0x20325d});}['reopen']({isFromAdapter:_0xbc2fdb=!0x1}={}){const {channelId:_0x2c3d16,id:_0x13d535}=this;this['_repository']['fire'](_t('reopenCommentThread',_0x2c3d16),{'channelId':_0x2c3d16,'threadId':_0x13d535,'isFromAdapter':_0xbc2fdb});}['setContext'](_0x5a26dd){this['context']||this['_update']({'context':_0x5a26dd});}['setAttribute'](_0x312478,_0x2f51c6){const _0x3ac527=pt(this['attributes']);wt(_0x3ac527,_0x312478,_0x2f51c6),this['_update']({'attributes':_0x3ac527});}['removeAttribute'](_0x32e198){const _0x230f5e=pt(this['attributes']);At(_0x230f5e,_0x32e198),this['_update']({'attributes':_0x230f5e});}['remove']({isFromAdapter:_0x377024=!0x1}={}){const {channelId:_0x66c9fb,id:_0x63ecc2}=this;this['_repository']['fire'](_t('removeCommentThread',_0x66c9fb),{'channelId':_0x66c9fb,'threadId':_0x63ecc2,'isFromAdapter':_0x377024});}['attachTo'](_0x5a47eb){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x5a47eb});}['addComment'](_0x4b4a33){const {channelId:_0x5b7b59,id:_0x448f1a}=this;this['_repository']['fire'](_t('addComment',_0x5b7b59,_0x448f1a),Object['assign']({'channelId':_0x5b7b59,'threadId':_0x448f1a},_0x4b4a33));}['getComment'](_0x50a1bb){if('string'!=typeof _0x50a1bb)throw new _0xe5a01('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x50a1bb});return this['comments']['get'](_0x50a1bb);}['toJSON'](){return{'threadId':this['id'],'context':this['context'],'unlinkedAt':this['unlinkedAt'],'resolvedAt':this['resolvedAt'],'resolvedBy':this['resolvedBy']?this['resolvedBy']['id']:null,'archivedAt':this['archivedAt'],'comments':this['comments']['map'](_0x1dfbfd=>_0x1dfbfd['toJSON']()),'attributes':this['attributes']};}['_add'](_0x43e248){return this['listenTo'](_0x43e248,'change:authoredAt',()=>{const _0x5913d3=this['_findOptimalIndex'](_0x43e248),_0x55b9a7=this['comments'];_0x5913d3-0x1!=_0x55b9a7['getIndex'](_0x43e248)&&_0x5913d3+0x1!=_0x55b9a7['getIndex'](_0x43e248)&&(this['_remove'](_0x43e248),this['_add'](_0x43e248));}),this['comments']['add'](_0x43e248,this['_findOptimalIndex'](_0x43e248));}['_update'](_0x101867){const {channelId:_0x30ec42,id:_0x35fb7d}=this;this['_repository']['fire'](_t('updateCommentThread',_0x30ec42),{..._0x101867,'channelId':_0x30ec42,'threadId':_0x35fb7d});}['_remove'](_0x50b077){return this['stopListening'](_0x50b077),_0x50b077['destroy'](),this['comments']['remove'](_0x50b077);}['_findOptimalIndex'](_0x3f37ec){const _0xe01fe=this['comments']['find'](_0x30598f=>new Date(_0x30598f['authoredAt'])['getTime']()>new Date(_0x3f37ec['authoredAt'])['getTime']());return _0xe01fe?this['comments']['getIndex'](_0xe01fe):this['length'];}}class re extends/* #__PURE__ -- @preserve */
31
- _0x26afb9(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x1d00e6,_0x7d0cce){super();const _0x40711b=_0x1d00e6['context']['plugins']['get'](it)['me'],_0x3b572a=_0x1d00e6['getCommentThread'](_0x7d0cce['threadId']),_0x6f87b2=0x0===_0x3b572a['comments']['length'],_0x32c0d7=_0x40711b===_0x7d0cce['author'];this['id']=_0x7d0cce['id'],this['threadId']=_0x7d0cce['threadId'],this['author']=_0x7d0cce['author'],this['creator']=_0x7d0cce['creator'],this['isExternal']=Boolean(_0x7d0cce['attributes']&&_0x7d0cce['attributes']['@external']),this['set']('content',_0x7d0cce['content']),this['createdAt']=_0x7d0cce['createdAt']||new Date(),this['set']('authoredAt',_0x7d0cce['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0x3b572a,'resolvedAt'),this['set']('attributes',_0x7d0cce['attributes']||{}),this['bind']('isEditable')['to'](_0x1d00e6,'_permissions',()=>{const _0x278b5e=_0x1d00e6['getPermissions'](_0x3b572a['channelId'])['write'],_0x4ca23f=_0x1d00e6['getPermissions'](_0x3b572a['channelId'])['modifyAll'];return _0x32c0d7&&_0x278b5e||!_0x32c0d7&&_0x4ca23f;}),this['bind']('isRemovable')['to'](_0x3b572a,'isRemovable',_0x1d00e6,'_permissions',_0x58fe31=>{const _0x57d09a=_0x1d00e6['getPermissions'](_0x3b572a['channelId'])['write'],_0x3a1b02=_0x1d00e6['getPermissions'](_0x3b572a['channelId'])['modifyAll'];return _0x32c0d7&&_0x57d09a||_0x58fe31&&_0x6f87b2||!_0x32c0d7&&_0x3a1b02&&!_0x6f87b2;}),this['bind']('isReadOnly')['to'](_0x3b572a,'isReadOnly'),this['_repository']=_0x1d00e6;}get['weight'](){return Math['max'](function(_0x3032b0){const _0xb4aea7=document['createElement']('div');return _0xb4aea7['innerHTML']=_0x3032b0,_0xb4aea7['textContent']['length'];}(this['content']),0xc8);}['update'](_0x1da14a){const {threadId:_0x2ebaa9,id:_0x4b4a0e}=this;if(!this['_repository']['hasCommentThread'](_0x2ebaa9))throw new _0xe5a01('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x460a84}=this['_repository']['getCommentThread'](_0x2ebaa9);this['_repository']['fire'](_t('updateComment',_0x460a84,_0x2ebaa9),{'channelId':_0x460a84,'threadId':_0x2ebaa9,'commentId':_0x4b4a0e,..._0x1da14a});}['setAttribute'](_0x2fe589,_0x1a797a){const _0x336143=pt(this['attributes']);wt(_0x336143,_0x2fe589,_0x1a797a),this['update']({'attributes':_0x336143});}['removeAttribute'](_0x22372b){const _0x11d5c9=pt(this['attributes']);At(_0x11d5c9,_0x22372b),this['update']({'attributes':_0x11d5c9});}['remove'](_0x56ed97={}){if(!_0x56ed97['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x2cf7b7,id:_0x4391a8}=this;if(!this['_repository']['hasCommentThread'](_0x2cf7b7))throw new _0xe5a01('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0x3a0a3f}=this['_repository']['getCommentThread'](_0x2cf7b7);this['_repository']['fire'](_t('removeComment',_0x3a0a3f,_0x2cf7b7),{'channelId':_0x3a0a3f,'threadId':_0x2cf7b7,'commentId':_0x4391a8,..._0x56ed97});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function _t(_0x3d1046,..._0x1b01b8){for(const _0x5b6a53 of _0x1b01b8)void 0x0!==_0x5b6a53&&(_0x3d1046+=':'+String(_0x5b6a53));return _0x3d1046;}class J extends _0x1e8064{['refresh'](){const _0x3b2704=this['editor']['model']['document']['selection'];for(const _0xcab996 of _0x3b2704['getRanges']())if(this['_hasContent'](_0xcab996))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x117b2f=_0x227aaa()}={}){const _0xa0a4d1=this['editor']['model'],_0x5edae9=[];for(const _0x439f9a of _0xa0a4d1['document']['selection']['getRanges']())this['_hasContent'](_0x439f9a)&&_0x5edae9['push'](this['_trimToContent'](_0x439f9a));_0xa0a4d1['change'](_0x3ee74f=>{for(const _0x3955b9 of _0x5edae9){const _0x139e6f=_0x227aaa()['substr'](0x1,0x5),_0x217992='comment:'+_0x117b2f+':'+_0x139e6f;_0x3ee74f['addMarker'](_0x217992,{'range':_0x3955b9,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x58e4d9){for(const _0x47077f of _0x58e4d9['getItems']())if(this['_itemIsContent'](_0x47077f))return!0x0;return!0x1;}['_itemIsContent'](_0x38e04a){return _0x38e04a['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x38e04a)&&!_0x38e04a['is']('element','tableCell');}['_trimToContent'](_0x47c5ae){const _0x5a7bb7=_0x1a8dd3=>!this['_itemIsContent'](_0x1a8dd3['item']),_0x5916a5=_0x47c5ae['start']['getLastMatchingPosition'](_0x5a7bb7),_0x5b2479=_0x47c5ae['end']['getLastMatchingPosition'](_0x5a7bb7,{'direction':'backward'});return this['editor']['model']['createRange'](_0x5916a5,_0x5b2479);}}class P extends _0x14d8a6{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[N];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x10fbeb){super(_0x10fbeb),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x37da8c=this['editor'],_0x23c00d=_0x37da8c['model']['document']['selection'],_0x404387=_0x362823(()=>this['refreshSelectedViews'](),0xa);_0x23c00d['on']('change:range',(_0x165693,_0xbae981)=>{_0xbae981['directChange']&&(_0x404387['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x37da8c['editing']['view']['document'],'change:isFocused',(_0x18285f,_0x5e9a61,_0x1a0f38)=>{_0x1a0f38&&_0x404387();}),this['listenTo'](_0x37da8c['ui']['focusTracker'],'change:isFocused',(_0x52ff34,_0xc60c37,_0xd34323)=>{_0xd34323||_0x37da8c['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x5c646f=>this['_editorAnnotationsData']['has'](_0x5c646f['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x591b0b){if(this['_editorAnnotations']['has'](_0x591b0b['view']))return;this['_editorAnnotations']['add'](_0x591b0b['view']),this['editor']['ui']['focusTracker']['add'](_0x591b0b['view']['element']);const _0x55e3c4=this['editor']['plugins']['get'](N);this['listenTo'](_0x55e3c4['collection'],'remove',(_0x2ef31f,_0x42eb7e)=>{this['editor']['ui']['focusTracker']['remove'](_0x42eb7e['view']['element']),this['_editorAnnotations']['delete'](_0x42eb7e['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x3c6c5a){if('function'!=typeof _0x3c6c5a)throw new _0xe5a01('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x3c6c5a);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x19704d,annotations:_0x28ca32}){const _0x5e91f7=[],_0x519b18=this['editor']['model']['document']['selection'],_0x860e56=Array['from'](_0x519b18['getRanges']());for(const [_0x1abbad,_0x32e78f]of this['_editorAnnotationsData']){const _0x3878d8=_0x30504d(_0x32e78f),_0x59b7ab=_0x28ca32['getByInnerView'](_0x1abbad);_0x3878d8&&_0x59b7ab&&_0x5e91f7['push']({'annotation':_0x59b7ab,'range':_0x3878d8});}function _0x30504d(_0x40c11c){for(const _0x40e8d5 of _0x40c11c)for(const _0x5cb4cb of _0x860e56)if(_0x40e8d5['containsRange'](_0x5cb4cb,!_0x519b18['isCollapsed']))return _0x40e8d5;return null;}return _0x5e91f7['sort']((_0x50bf6e,_0x1fdb06)=>{const _0x3bc64d=_0x50bf6e['range'],_0x3ba7b4=_0x1fdb06['range'];if(!_0x3bc64d['isEqual'](_0x3ba7b4)){if(_0x3bc64d['containsRange'](_0x3ba7b4,!0x0))return 0x1;if(_0x3ba7b4['containsRange'](_0x3bc64d,!0x0))return-0x1;}return _0x50bf6e['annotation']==_0x19704d?-0x1:_0x1fdb06['annotation']==_0x19704d?0x1:0x0;})['map'](_0x37c082=>_0x37c082['annotation']);}get['_editorAnnotationsData'](){const _0x234bea=new Map();for(const _0x4f51d3 of Array['from'](this['_dataCollectors']))for(const [_0x5b9fe1,_0x5c2702]of _0x4f51d3())_0x234bea['set'](_0x5b9fe1,_0x5c2702);return _0x234bea;}}class st extends _0x14d8a6{['afterInit'](){const _0x391f8c=this['editor'];if(!_0x391f8c['plugins']['has']('RestrictedEditingModeEditing'))return;_0x391f8c['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class ct extends _0x14d8a6{constructor(_0x288634){super(_0x288634),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x8f5b4a=this['editor'],_0x385d5f=_0x8f5b4a['commands']['get']('importWord'),_0x2cb543=_0x8f5b4a['plugins']['get'](it);_0x385d5f&&(_0x385d5f['on']('execute',(_0x359d7d,[,_0x12b6c6])=>{_0x12b6c6['collaboration_features']={'comments':!0x0,'user_id':_0x2cb543['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x385d5f,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x3e095c,_0x29e7e2){const {comment_threads:_0x4e45b8}=_0x29e7e2;_0x4e45b8&&_0x4e45b8['forEach'](({thread_id:_0x32ce13,comments:_0x1e18aa,is_resolved:_0x439c0f})=>{const _0x685afb=new Date(),_0x332ad4=_0x1e18aa['map'](({author:_0x574031,content:_0xb28c61,created_at:_0x4c6c57})=>({'content':_0xb28c61,'authorId':this['editor']['plugins']['get'](it)['me']['id'],'createdAt':_0x685afb,'attributes':{'@external':{'authorName':_0x574031,'createdAt':_0x4c6c57?new Date(_0x4c6c57):new Date(),'source':'importWord'}}})),_0x495f22=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](o)['addCommentThread']({'channelId':_0x495f22,'threadId':_0x32ce13,'comments':_0x332ad4,'resolvedAt':_0x439c0f?_0x685afb:null});});}}class at extends _0x14d8a6{constructor(_0x18e029){super(_0x18e029),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x2fddf7=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x2fddf7,'contentInsertion',(_0x4f98f5,_0x50d2f6)=>this['_removeMarkersWithoutThreads'](_0x50d2f6['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x476e7e){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x476e7e;const _0x2c8d3d=this['editor']['plugins']['get']('CommentsRepository');for(const _0x3be92e of _0x476e7e['keys']()){const [_0x31ac98,_0xae1004]=_0x3be92e['split'](':');'comment'!=_0x31ac98||_0x2c8d3d['hasCommentThread'](_0xae1004)||_0x476e7e['delete'](_0x3be92e);}return _0x476e7e;}['_registerMarkerInClipboardPipeline'](){const _0x477b2c=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0xf8d18b=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0xf8d18b&&_0x477b2c['_registerMarkerToCopy']('comment',_0xf8d18b);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x444519){switch(_0x444519){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class r extends _0x14d8a6{static get['requires'](){return[o,P,it,st,ct,at];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x36c8d8){super(_0x36c8d8),this['set']('isThreadsLoadingPaused',!0x0),_0x36c8d8['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x27a931,_0x228547,_0x4db439,_0x391826)=>{const _0x16aa48=_0x4db439?he(_0x4db439)['id']:null;if(_0x36c8d8['model']['change'](()=>{if(_0x16aa48){const _0x54699d=this['getAllMarkersForId'](_0x16aa48);for(const _0x4d1a9f of _0x54699d)_0x36c8d8['editing']['reconvertMarker'](_0x4d1a9f);}if(_0x391826){const {id:_0x3e491e}=he(_0x391826),_0x4fecde=this['getAllMarkersForId'](_0x3e491e);for(const _0x419a55 of _0x4fecde)_0x36c8d8['editing']['reconvertMarker'](_0x419a55);}}),_0x16aa48){const _0x3d59a7=_0x36c8d8['plugins']['get'](o)['getCommentThread'](_0x16aa48);_0x3d59a7&&_0x3d59a7['isResolved']&&this['scrollToThreadMarker'](_0x16aa48);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x104526=this['editor'],_0x494523=_0x104526['plugins']['get'](o),_0x427a20=_0x104526['config']['get']('collaboration.channelId');_0x104526['commands']['add']('addCommentThread',new J(_0x104526)),this['listenTo'](_0x104526,'change:isReadOnly',(_0x1162c0,_0x4cfd71,_0x3be33d)=>{_0x494523['switchReadOnly'](_0x3be33d,_0x104526['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x494523,ut('addCommentThread',_0x427a20),(_0x6a987a,{threadId:_0x8ebccc})=>{const _0x40645d=this['editor']['plugins']['get'](o)['getCommentThread'](_0x8ebccc);_0x40645d&&_0x40645d['unlinkedAt']&&this['_attachArchivedThread'](_0x8ebccc);}),this['listenTo'](_0x494523,ut('removeCommentThread',_0x427a20),(_0x1025fc,{threadId:_0x4cfd36})=>{_0x104526['model']['enqueueChange']({'isUndoable':!0x1},_0x2a5a45=>{const _0x39cea1=this['getAllMarkersForId'](_0x4cfd36);for(const _0x548654 of _0x39cea1)_0x2a5a45['removeMarker'](_0x548654);});}),this['listenTo'](_0x494523,ut('resolveCommentThread',_0x427a20),(_0x46c6a5,{threadId:_0x3697d8})=>{(this['_reconvertMarkers'](_0x3697d8),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](o)['getCommentThread'](_0x3697d8)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x494523,ut('reopenCommentThread',_0x427a20),(_0x913b8d,{threadId:_0x26ef5c})=>{this['_reconvertMarkers'](_0x26ef5c);},{'priority':'low'}),this['listenTo'](_0x494523,ut('addComment',_0x427a20),(_0x4edb0a,{threadId:_0x5d3817,isFromAdapter:_0x2eaf1b})=>{const _0x4dc1c8=this['getAllMarkersForId'](_0x5d3817);if(_0x2eaf1b||0x0==_0x4dc1c8['length']||!_0x494523['hasCommentThread'](_0x5d3817))return;0x1===_0x494523['getCommentThread'](_0x5d3817)['length']&&_0x104526['model']['enqueueChange']({'isUndoable':!0x1},_0x368b24=>{for(const _0x536b55 of _0x4dc1c8)_0x368b24['updateMarker'](_0x536b55,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['afterInit'](){!async function(_0x3e3fe2){const _0x3b6e4c=_0x1421ad([0x31,0x78,0x4c,0x51,0x79,0x6d,0x62,0x72,0x68,0x39,0x52,0x30,0x76,0x43,0x6c,0x66,0x71,0x65,0x75,0x4f,0x67,0x48,0x4e,0x36,0x37,0x4d,0x59,0x49,0x45,0x4b,0x44,0x53,0x6f,0x73,0x70,0x58,0x38,0x42,0x7a,0x6a,0x64,0x6e,0x61,0x6b,0x56,0x47,0x32,0x69,0x57,0x41,0x33,0x77,0x74,0x63,0x34,0x35,0x50,0x4a,0x54,0x46,0x55,0x5a]),_0x99dbff=0x2fe642a3,_0x584611=0x2fe11ae3^_0x99dbff,_0x2dda66=window[_0x1421ad([0x44,0x61,0x74,0x65])][_0x1421ad([0x6e,0x6f,0x77])](),_0x1f7d47=_0x3e3fe2[_0x1421ad([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x511fe1=new window[(_0x1421ad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2725e9=>{_0x1f7d47[_0x1421ad([0x6f,0x6e,0x63,0x65])](_0x1421ad([0x72,0x65,0x61,0x64,0x79]),_0x2725e9);}),_0x275e86={[_0x1421ad([0x6b,0x74,0x79])]:_0x1421ad([0x45,0x43]),[_0x1421ad([0x75,0x73,0x65])]:_0x1421ad([0x73,0x69,0x67]),[_0x1421ad([0x63,0x72,0x76])]:_0x1421ad([0x50,0x2d,0x32,0x35,0x36]),[_0x1421ad([0x78])]:_0x1421ad([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]),[_0x1421ad([0x79])]:_0x1421ad([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]),[_0x1421ad([0x61,0x6c,0x67])]:_0x1421ad([0x45,0x53,0x32,0x35,0x36])},_0x266d2f=_0x1f7d47[_0x1421ad([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1421ad([0x67,0x65,0x74])](_0x1421ad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x300ed0(){let _0x3fad5b,_0x569c49=null,_0x45985c=null;try{if(_0x266d2f==_0x1421ad([0x47,0x50,0x4c]))return _0x1421ad([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3fad5b=_0x435849(),!_0x3fad5b)return _0x1421ad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3fad5b[_0x1421ad([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x45985c=_0x5c36cb(_0x3fad5b[_0x1421ad([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3fad5b[_0x1421ad([0x6a,0x74,0x69])])),await _0x51276()?_0x5a9829()?_0xf87ce7()?_0x1421ad([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x37cd84()?(_0x3fad5b[_0x1421ad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1421ad([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x569c49=_0x48115a(_0x1421ad([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3fad5b[_0x1421ad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1421ad([0x74,0x72,0x69,0x61,0x6c])&&(_0x569c49=_0x48115a(_0x1421ad([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x3fad5b[_0x1421ad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1421ad([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x569c49=_0x48115a(_0x1421ad([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2cf015()):_0x1421ad([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1421ad([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1421ad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x55a6ea){return _0x1421ad([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf87ce7(){const _0x4b3176=[_0x1421ad([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1421ad([0x74,0x72,0x69,0x61,0x6c])][_0x1421ad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3fad5b[_0x1421ad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2dda66/0x3e8:0xe10*_0x584611;return _0x3fad5b[_0x1421ad([0x65,0x78,0x70])]<_0x4b3176;}function _0x5a9829(){const _0x4abe92=_0x3fad5b[_0x1421ad([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x4abe92)return!0x1;if(_0x4abe92[_0x1421ad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1421ad([0x2a])))return!0x0;if(_0x4abe92[_0x1421ad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1421ad([0x43,0x4d,0x54])))return!0x0;if(_0x4abe92[_0x1421ad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1421ad([0x52,0x43,0x4d,0x54]))){if(_0x2f0b2b())return!0x0;if(_0x192cdf()||_0x4274a3())return!0x0;}return!0x1;}function _0x37cd84(){const _0x1894a=_0x3fad5b[_0x1421ad([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1894a||0x0==_0x1894a[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1724d2}=new URL(window[_0x1421ad([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x1894a[_0x1421ad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1724d2))return!0x0;const _0x5508d9=_0x1724d2[_0x1421ad([0x73,0x70,0x6c,0x69,0x74])](_0x1421ad([0x2e]));return _0x1894a[_0x1421ad([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5a5cc8=>_0x5a5cc8[_0x1421ad([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1421ad([0x2a])))[_0x1421ad([0x6d,0x61,0x70])](_0x4442fd=>_0x4442fd[_0x1421ad([0x73,0x70,0x6c,0x69,0x74])](_0x1421ad([0x2e])))[_0x1421ad([0x73,0x6f,0x6d,0x65])](_0xa97657=>_0x5508d9[_0x1421ad([0x65,0x76,0x65,0x72,0x79])]((_0x450fbf,_0x1633da)=>_0xa97657[_0x1633da]===_0x450fbf||_0xa97657[_0x1633da]===_0x1421ad([0x2a])));}function _0x2cf015(){return _0x569c49&&_0x45985c?new window[(_0x1421ad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4f3510,_0x10bde0)=>{_0x569c49[_0x1421ad([0x74,0x68,0x65,0x6e])](_0x4f3510,_0x10bde0),_0x45985c[_0x1421ad([0x74,0x68,0x65,0x6e])](_0x102a13=>{_0x102a13!=_0x1421ad([0x56,0x61,0x6c,0x69,0x64])&&_0x4f3510(_0x102a13);},_0x10bde0);}):_0x569c49||_0x45985c||_0x1421ad([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5c36cb(_0x3eb8f4,_0x199be6){return new window[(_0x1421ad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3d11df=>{if(_0x1f4bf0())return _0x3d11df(_0x1421ad([0x56,0x61,0x6c,0x69,0x64]));_0x402cd2(),_0x1f7d47[_0x1421ad([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1421ad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x44f7f5=!0x1;const _0x23dc4c=_0x227aaa();function _0x38e7c5(_0x1b815b){return!!_0x1b815b&&(typeof _0x1b815b===_0x1421ad([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b815b===_0x1421ad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b815b[_0x1421ad([0x74,0x68,0x65,0x6e])]===_0x1421ad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b815b[_0x1421ad([0x63,0x61,0x74,0x63,0x68])]===_0x1421ad([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1dc741(_0x2fe670){_0x521206(_0x2fe670)[_0x1421ad([0x74,0x68,0x65,0x6e])](_0x1c5d9b=>{if(!_0x1c5d9b||_0x1c5d9b[_0x1421ad([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1421ad([0x6f,0x6b]))return _0x1421ad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x45bdae(_0x3a79a3(_0x23dc4c+_0x199be6))!=_0x1c5d9b[_0x1421ad([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1421ad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1421ad([0x56,0x61,0x6c,0x69,0x64]);})[_0x1421ad([0x74,0x68,0x65,0x6e])](_0x4c6759=>(_0x226556(),_0x4c6759),()=>{const _0x58dc2d=_0x187527();return null==_0x58dc2d?(_0x226556(),_0x1421ad([0x56,0x61,0x6c,0x69,0x64])):_0x1421ad(_0x2dda66-_0x58dc2d>(0xbeac6a3^_0x99dbff)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1421ad([0x74,0x68,0x65,0x6e])](_0x3d11df)[_0x1421ad([0x63,0x61,0x74,0x63,0x68])](()=>{_0x3d11df(_0x1421ad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3edf94=0x2fd0ac23^_0x99dbff;function _0x226556(){const _0x4aaced=_0x1421ad([0x6c,0x6c,0x63,0x74,0x2d])+_0x45bdae(_0x3a79a3(_0x3eb8f4)),_0x3c7aca=_0xf0467d(_0x45bdae(window[_0x1421ad([0x4d,0x61,0x74,0x68])][_0x1421ad([0x63,0x65,0x69,0x6c])](_0x2dda66/_0x3edf94)));window[_0x1421ad([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1421ad([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4aaced,_0x3c7aca);}function _0x187527(){const _0x1054f3=_0x1421ad([0x6c,0x6c,0x63,0x74,0x2d])+_0x45bdae(_0x3a79a3(_0x3eb8f4)),_0x39bd8b=window[_0x1421ad([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1421ad([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1054f3);return _0x39bd8b?window[_0x1421ad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf0467d(_0x39bd8b),0x10)*_0x3edf94:null;}function _0x521206(_0x2f5f94){return new window[(_0x1421ad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x206cb8,_0x38be9f)=>{_0x2f5f94[_0x1421ad([0x74,0x68,0x65,0x6e])](_0x206cb8,_0x38be9f),window[_0x1421ad([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x38be9f,0x2fe79663^_0x99dbff);});}}_0x1f7d47[_0x1421ad([0x6f,0x6e])](_0x1421ad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x5a4600,_0x4645d9)=>{if(_0x4645d9[0x0]!=_0x3eb8f4)return _0x3d11df(_0x1421ad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4645d9[0x1]={..._0x4645d9[0x1],[_0x1421ad([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x23dc4c};},{[_0x1421ad([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1421ad([0x68,0x69,0x67,0x68])}),_0x1f7d47[_0x1421ad([0x6f,0x6e])](_0x1421ad([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5b161a=>{_0x38e7c5(_0x5b161a[_0x1421ad([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x44f7f5=!0x0,_0x1dc741(_0x5b161a[_0x1421ad([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1421ad([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1421ad([0x6c,0x6f,0x77])}),_0x511fe1[_0x1421ad([0x74,0x68,0x65,0x6e])](()=>{_0x44f7f5||_0x3d11df(_0x1421ad([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x1f4bf0(){return _0x1f7d47[_0x1421ad([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1421ad([0x76,0x69,0x65,0x77])][_0x1421ad([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1421ad([0x61,0x75,0x74,0x6f]);}function _0x402cd2(){_0x1f7d47[_0x1421ad([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1421ad([0x76,0x69,0x65,0x77])][_0x1421ad([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1421ad([0x61,0x75,0x74,0x6f]);}}function _0x48115a(_0xd82fb){const _0x3279bf=[new window[(_0x1421ad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1909e2=>setTimeout(_0x1909e2,0x2fef7c6f^_0x99dbff)),_0x511fe1[_0x1421ad([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1421ad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2b60c4=>{let _0x57930e=0x0;_0x1f7d47[_0x1421ad([0x6d,0x6f,0x64,0x65,0x6c])][_0x1421ad([0x6f,0x6e])](_0x1421ad([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4a9081,_0x56e244)=>{_0x56e244[0x0][_0x1421ad([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x57930e++,_0x57930e==(0x2fe6435b^_0x99dbff)&&(_0x2b60c4(),_0x4a9081[_0x1421ad([0x6f,0x66,0x66])]());});}))];return window[_0x1421ad([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1421ad([0x72,0x61,0x63,0x65])](_0x3279bf)[_0x1421ad([0x74,0x68,0x65,0x6e])](()=>_0xd82fb);}async function _0x178df6(){await _0x511fe1,_0x1f7d47[_0x1421ad([0x6d,0x6f,0x64,0x65,0x6c])][_0x1421ad([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x25d05a,_0x1f7d47[_0x1421ad([0x6d,0x6f,0x64,0x65,0x6c])][_0x1421ad([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x25d05a,_0x1f7d47[_0x1421ad([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1421ad([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x2f0b2b(){return _0x1467ad(_0x1421ad([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x4a4a90(_0x1421ad([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1421ad([0x73,0x74,0x61,0x74,0x65])]==_0x1421ad([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x192cdf(){return _0x1467ad(_0x1421ad([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 _0x4274a3(){return _0x1467ad(_0x1421ad([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x2ddd3e(_0xf858ad){const _0x40bd99=_0x131a7a();_0x1f7d47[_0x40bd99]=_0x1421ad([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xf858ad,_0xf858ad!=_0x1421ad([0x56,0x61,0x6c,0x69,0x64])&&_0x178df6();}function _0x131a7a(){const _0x465eba=window[_0x1421ad([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1421ad([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1421ad([0x6e,0x6f,0x77])]())[_0x1421ad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1421ad([0x2e]),'');let _0x26e18b=_0x1421ad([0x78]);for(let _0x41ca48=0x0;_0x41ca48<_0x465eba[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x41ca48+=0x2){let _0x19bffe=window[_0x1421ad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x465eba[_0x1421ad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x41ca48,_0x41ca48+0x2));_0x19bffe>=_0x3b6e4c[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x19bffe-=_0x3b6e4c[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x26e18b+=_0x3b6e4c[_0x19bffe];}return _0x26e18b;}function _0x435849(){const _0xabe71f=_0x266d2f[_0x1421ad([0x73,0x70,0x6c,0x69,0x74])](_0x1421ad([0x2e]));if(0x3!=_0xabe71f[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xca6c71(_0xabe71f[0x1]);function _0xca6c71(_0xf1ae70){const _0x863107=_0x2ab5ed(_0xf1ae70);return _0x863107&&_0x9f619d()?_0x863107:null;function _0x9f619d(){const _0x452bd6=_0x863107[_0x1421ad([0x6a,0x74,0x69])],_0x19cd82=window[_0x1421ad([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x452bd6[_0x1421ad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x452bd6[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x26bc80={..._0x863107,[_0x1421ad([0x6a,0x74,0x69])]:_0x452bd6[_0x1421ad([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x452bd6[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x26bc80[_0x1421ad([0x76,0x63])],_0x3a79a3(_0x26bc80)==_0x19cd82;}}}async function _0x51276(){let _0x16c84a=!0x0;try{const _0x2d13b3=_0x266d2f[_0x1421ad([0x73,0x70,0x6c,0x69,0x74])](_0x1421ad([0x2e])),[_0x610557,_0xe24b0c,_0x48c706]=_0x2d13b3;return _0x18dd64(_0x610557),await _0x11ef64(_0x610557,_0xe24b0c,_0x48c706),_0x16c84a;}catch(_0xb7360b){return!0x1;}function _0x18dd64(_0x2df3f9){const _0x2d73ed=_0x2ab5ed(_0x2df3f9);_0x2d73ed&&_0x2d73ed[_0x1421ad([0x61,0x6c,0x67])]==_0x1421ad([0x45,0x53,0x32,0x35,0x36])||(_0x16c84a=!0x1);}async function _0x11ef64(_0x2563b7,_0x3ecb4a,_0x3b7778){const _0x4c20a9=window[_0x1421ad([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1421ad([0x66,0x72,0x6f,0x6d])](_0x5542c4(_0x3b7778),_0xe29265=>_0xe29265[_0x1421ad([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x148456=new window[(_0x1421ad([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1421ad([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2563b7+_0x1421ad([0x2e])+_0x3ecb4a),_0x59dab1=window[_0x1421ad([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1421ad([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x59dab1)return;const _0x1aa36b=await _0x59dab1[_0x1421ad([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1421ad([0x6a,0x77,0x6b]),_0x275e86,{[_0x1421ad([0x6e,0x61,0x6d,0x65])]:_0x1421ad([0x45,0x43,0x44,0x53,0x41]),[_0x1421ad([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1421ad([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1421ad([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x59dab1[_0x1421ad([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1421ad([0x6e,0x61,0x6d,0x65])]:_0x1421ad([0x45,0x43,0x44,0x53,0x41]),[_0x1421ad([0x68,0x61,0x73,0x68])]:{[_0x1421ad([0x6e,0x61,0x6d,0x65])]:_0x1421ad([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x1aa36b,_0x4c20a9,_0x148456)||(_0x16c84a=!0x1);}}function _0x2ab5ed(_0x225c3b){return _0x225c3b[_0x1421ad([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1421ad([0x65,0x79]))?JSON[_0x1421ad([0x70,0x61,0x72,0x73,0x65])](_0x5542c4(_0x225c3b)):null;}function _0x5542c4(_0x3b7492){return window[_0x1421ad([0x61,0x74,0x6f,0x62])](_0x3b7492[_0x1421ad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1421ad([0x2b]))[_0x1421ad([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1421ad([0x2f])));}function _0x3a79a3(_0x554624){let _0x46f66f=0x1505;function _0x4d38e8(_0x299783){for(let _0xf63ce8=0x0;_0xf63ce8<_0x299783[_0x1421ad([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xf63ce8++){const _0x49541c=_0x299783[_0x1421ad([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xf63ce8);_0x46f66f=(_0x46f66f<<0x5)+_0x46f66f+_0x49541c,_0x46f66f&=_0x46f66f;}}function _0x52f613(_0x4ac972){Array[_0x1421ad([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4ac972)?_0x4ac972[_0x1421ad([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x52f613):_0x4ac972&&typeof _0x4ac972==_0x1421ad([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1421ad([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4ac972)[_0x1421ad([0x73,0x6f,0x72,0x74])]()[_0x1421ad([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x145b50,_0x1550bb])=>{_0x4d38e8(_0x145b50),_0x52f613(_0x1550bb);}):_0x4d38e8(window[_0x1421ad([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4ac972));}return _0x52f613(_0x554624),_0x46f66f>>>0x0;}function _0x45bdae(_0x44cd36){return _0x44cd36[_0x1421ad([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1421ad([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1421ad([0x30]));}function _0xf0467d(_0x57cab1){return _0x57cab1[_0x1421ad([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1421ad([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1421ad([0x6a,0x6f,0x69,0x6e])]('');}function _0x1467ad(_0x361cbb){return _0x1f7d47[_0x1421ad([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1421ad([0x68,0x61,0x73])](_0x361cbb);}function _0x4a4a90(_0x4bd22a){return _0x1f7d47[_0x1421ad([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1421ad([0x67,0x65,0x74])](_0x4bd22a);}function _0x25d05a(){}function _0x1421ad(_0x176218){return _0x176218['map'](_0x22d9f2=>String['fromCharCode'](_0x22d9f2))['join']('');}_0x2ddd3e(await _0x300ed0());}(this);}['destroy'](){const _0x5b7eb5=this['editor']['plugins']['get'](o),_0x1945fc=this['editor']['config']['get']('collaboration.channelId');for(const _0x4e6022 of _0x5b7eb5['getCommentThreads']({'channelId':_0x1945fc}))_0x5b7eb5['_detachCommentThread'](_0x4e6022['id']),_0x5b7eb5['_threads']['delete'](_0x4e6022['id']);super['destroy']();}['hasMarkerForId'](_0x1b057b){return this['getAllMarkersForId'](_0x1b057b)['length']>0x0;}['getAllMarkersForId'](_0x114589){const _0x2e9be7=[];for(const _0xcfab48 of this['editor']['model']['markers'])_0xcfab48['name']['startsWith']('comment:'+_0x114589)&&_0x2e9be7['push'](_0xcfab48);return _0x2e9be7;}['scrollToThreadMarker'](_0x321162){const _0x589b45=this['_getTargetForId'](_0x321162);_0x589b45&&setTimeout(()=>{this['activeMarker']&&he(this['activeMarker'])['id']===_0x321162&&rt({'target':_0x589b45[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x34bdb2){this['editor']['model']['change'](()=>{for(const _0xec5791 of this['getAllMarkersForId'](_0x34bdb2))this['editor']['editing']['reconvertMarker'](_0xec5791);});}['_attachArchivedThread'](_0x4e8c39){const _0x2fcb18=this['editor']['plugins']['get'](o),_0x3a9e05=this['editor']['plugins']['get'](P),_0x2d4df7=_0x2fcb18['getCommentThread'](_0x4e8c39);if(!_0x2d4df7['isAttached']){const _0x4e8360=_0x2d4df7['attachTo'](()=>this['_getTargetForId'](_0x2d4df7['id']));_0x3a9e05['registerAnnotation'](_0x4e8360),_0x2d4df7['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x25d569=this['editor'],_0x307478=_0x25d569['plugins']['get'](it);_0x25d569['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x2dfec7,_0xf4bc38)=>{const {id:_0x162574}=he(_0x2dfec7['markerName']),_0x9a99fc=_0x25d569['plugins']['get'](o)['getCommentThread'](_0x162574),_0x35b3ec=this['activeMarker']&&he(this['activeMarker'])['id']===_0x162574;let _0x4996ae;if(_0x9a99fc&&_0x9a99fc['isResolved']&&!_0x35b3ec&&_0x2dfec7['item'])return _0xf4bc38['consumable']['consume'](_0x2dfec7['item'],'addMarker:'+_0x2dfec7['markerName']),_0xf4bc38['consumable']['consume'](_0x2dfec7['item'],'removeMarker:'+_0x2dfec7['markerName']),null;const _0x267e64=['ck-comment-marker'];return _0x35b3ec&&_0x267e64['push']('ck-comment-marker--active'),_0x4996ae=_0x9a99fc&&_0x9a99fc['length']?_0x9a99fc['comments']['first']['author']['id']:_0x307478['me']['id'],{'classes':_0x267e64,'attributes':{'data-comment':_0x162574,'data-author-id':_0x4996ae}};}}),_0x25d569['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x596378,{options:_0x3dbea0})=>{const _0x3a7db6=_0x25d569['plugins']['get'](o),_0x1ffe77=_0x25d569['model']['markers']['get'](_0x596378),{id:_0x19dab4,part:_0x1402d9}=he(_0x596378);if(_0x1ffe77&&!_0x1ffe77['affectsData'])return null;if(_0x3dbea0['ignoreResolvedComments']){const _0x223f59=_0x3a7db6['getCommentThread'](_0x19dab4);if(_0x223f59&&_0x223f59['isResolved'])return null;}return{'group':'comment','name':_0x1402d9?_0x19dab4+':'+_0x1402d9:_0x19dab4};}}),_0x25d569['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x753f48,{writer:_0x4818e6})=>_0x4818e6['createElement']('$marker',{'data-name':'comment:'+_0x753f48['getAttribute']('id')})}),_0x25d569['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x5bf5e6=this['editor'],_0x3dc322=_0x5bf5e6['plugins']['get'](o),_0x2708a4=new Set(),_0x437720=new Set();_0x5bf5e6['model']['document']['registerPostFixer'](_0x3c22f9=>{let _0x536824=!0x1;for(const {name:_0x50fbc8,data:_0x52a10a}of _0x5bf5e6['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2a4854,id:_0xce14f9}=he(_0x50fbc8);let _0x4a3cb1=_0x52a10a['newRange'];if('comment'!==_0x2a4854||!_0x4a3cb1)continue;const _0x1e4745='$graveyard'===_0x4a3cb1['root']['rootName'];_0x1e4745||(_0x4a3cb1=ft(_0x4a3cb1,_0x5bf5e6['model']),!_0x4a3cb1||_0x4a3cb1['isCollapsed']||!_0x52a10a['newRange']||_0x4a3cb1['isEqual'](_0x52a10a['newRange']))?_0x5bf5e6['model']['hasContent'](_0x4a3cb1)&&!_0x1e4745?this['isThreadsLoadingPaused']?_0x2708a4['add'](_0x50fbc8):this['_handleThreadMarker'](_0x50fbc8,_0xce14f9):(_0x437720['add'](_0x50fbc8),_0x2708a4['delete'](_0x50fbc8),_0x3c22f9['removeMarker'](_0x50fbc8),_0x536824=!0x0):(_0x3c22f9['updateMarker'](_0x50fbc8,{'range':_0x4a3cb1}),_0x536824=!0x0);}return _0x536824;}),this['on']('change:isThreadsLoadingPaused',(_0x4e0edc,_0x28fba5,_0x456a1b)=>{if(!_0x456a1b&&_0x2708a4['size'])for(const _0x3d60c6 of _0x2708a4){const {id:_0x53add7}=he(_0x3d60c6);_0x2708a4['delete'](_0x3d60c6),_0x5bf5e6['model']['markers']['get'](_0x3d60c6)&&this['_handleThreadMarker'](_0x3d60c6,_0x53add7);}}),this['listenTo'](_0x5bf5e6['model']['document'],'change',(_0x444e70,_0x282832)=>{for(const {name:_0x4ad2c9,data:{newRange:_0x16ca64}}of _0x5bf5e6['model']['document']['differ']['getChangedMarkers']()){const {group:_0x2b97c7,id:_0x5d113f}=he(_0x4ad2c9);if('comment'!==_0x2b97c7)continue;const _0x14857b=_0x3dc322['getCommentThread'](_0x5d113f),_0x2fe2e8=this['hasMarkerForId'](_0x5d113f);_0x14857b&&(!_0x14857b['_hasTargetInContent']&&_0x16ca64&&_0x5bf5e6['editing']['view']['once']('render',()=>{const _0x6d4a8=_0x5bf5e6['plugins']['get'](N),_0x100dee=_0x3dc322['_threadToController']['get'](_0x14857b)['view'];_0x6d4a8['getByInnerView'](_0x100dee)['refreshVisibility']();},{'priority':'low'}),_0x14857b['_hasTargetInContent']=_0x2fe2e8||!!_0x16ca64),_0x16ca64||(_0x437720['add'](_0x4ad2c9),_0x2708a4['delete'](_0x4ad2c9));}if(_0x282832['isLocal'])for(const _0x274933 of _0x437720){const {id:_0x454004}=he(_0x274933),_0x58600c=_0x3dc322['getCommentThread'](_0x454004),_0x5300da=this['hasMarkerForId'](_0x454004);_0x2708a4['delete'](_0x274933),!_0x58600c||_0x5300da||_0x58600c['unlinkedAt']||_0x58600c['setUnlinkedAt'](new Date());}_0x437720['clear']();});}['_getTargetForId'](_0x57a59d){const _0x3a643a=this['editor'],_0x2a9067=this['getAllMarkersForId'](_0x57a59d);return et(_0x3a643a['editing'],_0x2a9067);}['_getTextContext'](_0x594ad3){const _0x11d07c=this['getAllMarkersForId'](_0x594ad3);let _0x5c8d4f='',_0x9bb51f=!0x1;for(const _0xdf2258 of _0x11d07c){const _0x223492=_0xdf2258['getRange']();for(const _0x12f3e7 of Array['from'](_0x223492['getItems']()))_0x12f3e7['is']('$textProxy')?(_0x5c8d4f&&_0x9bb51f&&(_0x5c8d4f+='\x20',_0x9bb51f=!0x1),_0x5c8d4f+=_0x12f3e7['data']):_0x9bb51f=!0x0;_0x9bb51f=!0x0;}return _0x5c8d4f['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x3655b0,_0x1459d4){const _0x416b1c=this['editor'],_0x327ed7=_0x416b1c['plugins']['get'](o);let _0x23dda3=_0x327ed7['getCommentThread'](_0x1459d4);const _0x10df6d=_0x416b1c['config']['get']('collaboration.channelId'),_0x4c7e82=_0x416b1c['plugins']['get'](P);if(_0x23dda3&&(_0x23dda3['unlinkedAt']&&_0x23dda3['setUnlinkedAt'](null),_0x23dda3['isAttached']))return _0x23dda3;return!this['getAllMarkersForId'](_0x1459d4)[0x0]['managedUsingOperations']?_0x416b1c['editing']['view']['once']('render',()=>{if(_0x327ed7['getCommentThread'](_0x1459d4))return;const _0x33671a=_0x416b1c['plugins']['get'](N);_0x23dda3=_0x327ed7['openNewCommentThread']({'channelId':_0x10df6d,'threadId':_0x1459d4,'target':()=>this['_getTargetForId'](_0x1459d4),'context':{'type':'text','value':this['_getTextContext'](_0x1459d4)}});const _0x516a3d=_0x327ed7['_threadToController']['get'](_0x23dda3)['view'],_0x1c822c=_0x33671a['getByInnerView'](_0x516a3d);_0x1c822c&&_0x4c7e82['registerAnnotation'](_0x1c822c);},{'priority':'low'}):_0x327ed7['fetchCommentThread']({'channelId':_0x10df6d,'threadId':_0x1459d4})['then'](_0x598dfd=>{if('destroyed'!==_0x416b1c['state']){if(_0x23dda3=_0x598dfd,_0x23dda3&&!_0x23dda3['isAttached']){const _0x497ab5=_0x23dda3['attachTo'](()=>this['_getTargetForId'](_0x1459d4));_0x4c7e82['registerAnnotation'](_0x497ab5),_0x23dda3['isResolved']&&this['_reconvertMarkers'](_0x1459d4);}else{if(!_0x23dda3){const _0x51f019=this['getAllMarkersForId'](_0x1459d4);_0x416b1c['model']['change'](_0x5b249f=>{for(const _0x321030 of _0x51f019)_0x5b249f['removeMarker'](_0x321030);});}}}}),_0x23dda3;}['_handleThreadMarker'](_0x49db24,_0x111dd6){const _0x380948=this['_attachMarkerToThread'](_0x49db24,_0x111dd6);_0x380948&&!_0x380948['context']&&_0x380948['setContext']({'type':'text','value':this['_getTextContext'](_0x111dd6)});}['_initAriaMarkerChangeAnnouncements'](){const _0x116a6c=this['editor'];ot(_0x116a6c['model'],({left:_0x55288e,entered:_0x1cbff0})=>{for(const _0x5bd4cb of _0x55288e)if(dt(_0x5bd4cb)){_0x116a6c['ui']['ariaLiveAnnouncer']['announce'](S(_0x116a6c['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x4b6533 of _0x1cbff0)if(dt(_0x4b6533)){_0x116a6c['ui']['ariaLiveAnnouncer']['announce'](S(_0x116a6c['locale'],'ENTER_COMMENT_ANNOUNCEMENT',nt(_0x3b44dc)));break;}});}}function ut(_0x3590ed,_0xb0d178){return _0xb0d178?_0x3590ed+':'+_0xb0d178:_0x3590ed;}function he(_0x50b83e){const _0xa084c0=_0x50b83e['split'](':');return{'group':_0xa084c0[0x0],'id':_0xa084c0[0x1],'part':_0xa084c0[0x2]};}function ft(_0xb2eee,_0x28e3ea){const _0x3fab64=_0x28e3ea['schema'],_0x2fa02f=_0x28e3ea['createRange'](_0xb2eee['start']);for(const _0x3d71db of _0xb2eee['getWalker']()){const {type:_0x2674aa,item:_0x59fe28,nextPosition:_0x3a8ad5}=_0x3d71db;if('text'===_0x2674aa||_0x3fab64['isObject'](_0x59fe28)){const _0x59f224=_0x28e3ea['createPositionBefore'](_0x59fe28);_0x2fa02f['isCollapsed']&&(_0x2fa02f['start']=_0x59f224),_0x2fa02f['end']=_0x3a8ad5;}}return _0x2fa02f;}function dt(_0x3d8cb2){return'comment'===he(_0x3d8cb2['name'])['group'];}var xt='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class i extends _0x14d8a6{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,r,P,N];}get['CommentsListView'](){return te;}get['CommentThreadInputView'](){return ie;}['init'](){const _0x2bc2c5=this['editor'],_0x5aa139=_0x2bc2c5['plugins']['get'](o),_0xcc2f64=_0x2bc2c5['plugins']['get'](r),_0x355333=_0x2bc2c5['plugins']['get'](N),_0x9c4677=_0x2bc2c5['plugins']['get'](P);_0x2bc2c5['ui']['componentFactory']['add']('comment',()=>{const _0x53fb71=this['_createUIButton'](_0x4b6b4b);return _0x53fb71['tooltip']=!0x0,_0x53fb71;}),_0x2bc2c5['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x2b0a7f)),_0x9c4677['addSourceCollector'](()=>{const _0x25994d=[];for(const [_0x399dd2,_0x4c51b1]of _0x5aa139['_threadToController']){const _0x53f4d5=_0xcc2f64['getAllMarkersForId'](_0x399dd2['id']),_0x57a381=_0x53f4d5['map'](_0x1725fc=>_0x1725fc['getRange']());_0x53f4d5['length']>0x0&&_0x25994d['push']([_0x4c51b1['view'],_0x57a381]);}return _0x25994d;}),this['listenTo'](_0x355333,'change:activeAnnotations',(_0x34c3bf,_0xebd37c,_0x1d05ce)=>{const _0x5376d5=Array['from'](_0x1d05ce)['map'](_0x833dc6=>_0x833dc6['innerView'])['find'](_0x3da5dd=>_0x5aa139['_viewToController']['has'](_0x3da5dd));if(!_0x5376d5)return void(_0xcc2f64['activeMarker']=null);const _0x2fbdbe=_0x5aa139['_viewToController']['get'](_0x5376d5)['model']['id'],_0x40fdd9='comment:'+_0x2fbdbe;_0x2fbdbe&&_0xcc2f64['hasMarkerForId'](_0x2fbdbe)?_0xcc2f64['activeMarker']=_0x40fdd9:_0xcc2f64['activeMarker']&&(_0xcc2f64['activeMarker']=null);}),this['listenTo'](_0x5aa139,'removeCommentThread',(_0x45d258,{threadId:_0x5462b1,isFromAdapter:_0x54aadd})=>{!_0x54aadd&&_0x2bc2c5['ui']['focusTracker']['isFocused']&&_0xcc2f64['hasMarkerForId'](_0x5462b1)&&_0x2bc2c5['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x5aa139,'addComment',(_0xb1b11c,{threadId:_0x5a7759,isFromAdapter:_0x34baea})=>{if(_0x34baea||!_0xcc2f64['hasMarkerForId'](_0x5a7759)||!_0x5aa139['hasCommentThread'](_0x5a7759))return;0x1===_0x5aa139['getCommentThread'](_0x5a7759)['length']&&(_0x2bc2c5['editing']['view']['focus'](),_0xb1b11c['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5e92f0=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x275507;for(const _0x28a588 in _0x5e92f0){const _0x1f6cb2=_0x28a588,_0x4dbf45=_0x5e92f0[_0x1f6cb2];if('commentsLicenseKeyValid'==_0x4dbf45||'commentsLicenseKeyInvalid'==_0x4dbf45||'commentsLicenseKeyExpired'==_0x4dbf45||'commentsLicenseKeyDomainLimit'==_0x4dbf45||'commentsLicenseKeyNotAllowed'==_0x4dbf45||'commentsLicenseKeyEvaluationLimit'==_0x4dbf45||'commentsLicenseKeyTrialLimit'==_0x4dbf45||'commentsLicenseKeyDevelopmentLimit'==_0x4dbf45||'commentsLicenseKeyUsageLimit'==_0x4dbf45){delete _0x5e92f0[_0x1f6cb2],_0x275507=_0x4dbf45,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x275507&&_0x5e92f0['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x275507&&_0x5e92f0['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x275507&&_0x5e92f0['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x275507&&_0x5e92f0['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x275507&&_0x5e92f0['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyTrialLimit'==_0x275507&&_0x5e92f0['_showLicenseError']('trialLimit'),'commentsLicenseKeyDevelopmentLimit'==_0x275507&&_0x5e92f0['_showLicenseError']('developmentLimit'),'commentsLicenseKeyUsageLimit'==_0x275507&&_0x5e92f0['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x510717){const _0x5c3088=this['editor'],_0x4f0019=new _0x510717(_0x5c3088['locale']),_0x5ceb4d=_0x5c3088['commands']['get']('addCommentThread');return _0x4f0019['set']({'label':S(_0x5c3088['locale'],'Comment'),'icon':xt}),_0x4f0019['bind']('isEnabled')['to'](_0x5ceb4d),this['listenTo'](_0x4f0019,'execute',()=>_0x5ceb4d['execute']()),_0x4f0019;}}class s extends _0x14d8a6{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[r];}constructor(_0x8a5fb2){super(_0x8a5fb2),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x315d9a,_0x298eee,_0xa953e9)=>{_0xa953e9?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x87ddd2,_0x70b879]of this['editor']['commands'])_0x70b879['affectsData']&&'addCommentThread'!==_0x87ddd2&&_0x70b879['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x364e44=this['editor']['editing']['view']['document'];this['listenTo'](_0x364e44,'cut',_0x54e954=>_0x54e954['stop'](),{'priority':'highest'}),this['listenTo'](_0x364e44,'clipboardInput',_0x50d5a3=>_0x50d5a3['stop'](),{'priority':'highest'}),this['listenTo'](_0x364e44,'delete',_0x547225=>_0x547225['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x132dd4,_0x8aed0e]of this['editor']['commands'])_0x8aed0e['affectsData']&&'addCommentThread'!==_0x132dd4&&_0x8aed0e['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class M extends _0x470748{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[N];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x157c60){super(_0x157c60),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x1e4703=this['context']['plugins']['get'](N);this['listenTo'](_0x1e4703,'_activateAnnotation',(_0x337721,_0x4ca8df)=>{for(const _0x5eace8 of this['activeUIs']){const _0x26917c=this['_uis']['get'](_0x5eace8);(0x0,this['_uisData']['get'](_0x5eace8)['filter'])(_0x4ca8df)&&_0x26917c['setActiveAnnotation'](_0x4ca8df);}}),this['listenTo'](_0x1e4703,'_deactivateAllAnnotations',()=>{for(const _0x161055 of this['activeUIs']){this['_uis']['get'](_0x161055)['setActiveAnnotation'](null);}}),this['listenTo'](_0x1e4703['_visibleAnnotations'],'add',(_0x1dc458,_0x1727b0)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x1727b0);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0x4a4d90){return this['activeUIs']['has'](_0x4a4d90);}['activate'](_0x5f44c3,_0x20b55c=()=>!0x0){const _0x58343a=this['context']['plugins']['get'](N);if(!this['_uis']['has'](_0x5f44c3))throw new _0xe5a01('annotationsuis-missing-ui',this,{'uiName':_0x5f44c3});this['isActive'](_0x5f44c3)&&this['deactivate'](_0x5f44c3),this['activeUIs']['add'](_0x5f44c3);const _0x36e4ed=new x();!function({source:_0x14d6d2,target:_0x4d218a,filter:_0x16e06a}){for(const _0x1859ce of _0x14d6d2)_0x16e06a(_0x1859ce)&&_0x4d218a['add'](_0x1859ce);_0x4d218a['listenTo'](_0x14d6d2,'add',(_0x31f5b2,_0x1dc44c)=>{_0x16e06a(_0x1dc44c)&&_0x4d218a['add'](_0x1dc44c);}),_0x4d218a['listenTo'](_0x14d6d2,'remove',(_0x50b497,_0xae7ab5)=>{_0x4d218a['has'](_0xae7ab5)&&_0x4d218a['remove'](_0xae7ab5);});}({'source':_0x58343a['_visibleAnnotations'],'target':_0x36e4ed,'filter':_0x20b55c}),this['_uisData']['set'](_0x5f44c3,{'collection':_0x36e4ed,'filter':_0x20b55c});const _0x269cd5=this['_uis']['get'](_0x5f44c3);_0x269cd5['attach'](_0x36e4ed),this['listenTo'](_0x269cd5,'change:activeAnnotation',(_0x31e9e3,_0x5cc932,_0x4b8c72,_0x15da3d)=>{_0x15da3d&&_0x58343a['_removeActiveAnnotation'](_0x15da3d),_0x4b8c72&&_0x58343a['_addActiveAnnotation'](_0x4b8c72);});}['deactivate'](_0x37c040){if(this['activeUIs']['delete'](_0x37c040),!this['_uis']['has'](_0x37c040))throw new _0xe5a01('annotationsuis-missing-ui',this,{'uiName':_0x37c040});const _0x926bca=this['_uis']['get'](_0x37c040);_0x926bca['detach'](),this['stopListening'](_0x926bca),this['_uisData']['get'](_0x37c040)['collection']['destroy'](),this['_uisData']['delete'](_0x37c040);}['switchTo'](_0x2e2220){if(!this['_uis']['has'](_0x2e2220))throw new _0xe5a01('annotationsuis-missing-ui',this,{'uiName':_0x2e2220});const _0x55a703=this['context']['plugins']['get'](N),_0x3d6eae=Array['from'](_0x55a703['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x2e2220);const _0x552d73=this['_uis']['get'](_0x2e2220);_0x552d73['setActiveAnnotation'](_0x3d6eae),_0x552d73['_setSelectedAnnotations']&&_0x3d6eae&&_0x552d73['_setSelectedAnnotations']([_0x3d6eae]);}['deactivateAll'](){for(const _0x3484bc of this['activeUIs'])this['deactivate'](_0x3484bc);}['register'](_0xe28ce6,_0x5ed718){if(this['_uis']['has'](_0xe28ce6))throw new _0xe5a01('annotationsuis-register-already-registered');if('function'!=typeof _0x5ed718['attach']||'function'!=typeof _0x5ed718['detach']||'function'!=typeof _0x5ed718['setActiveAnnotation'])throw new _0xe5a01('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0xe28ce6,_0x5ed718);}['refilterAnnotations'](){const _0x206e59=this['context']['plugins']['get'](N)['collection'],_0x51814c=new Map(),_0x20c5e0=Array['from'](this['activeUIs']);for(const _0x4370a0 of this['activeUIs']){const _0xe557f0=this['_uisData']['get'](_0x4370a0)['collection'];for(const _0x2f21b0 of _0xe557f0)_0x51814c['set'](_0x2f21b0,_0x4370a0);}for(const _0xc64b66 of _0x206e59){const _0x2eca14=_0x51814c['get'](_0xc64b66);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xc64b66);const _0xd3de28=_0x20c5e0['find'](_0x2bd7eb=>this['_uisData']['get'](_0x2bd7eb)['filter'](_0xc64b66));_0x2eca14!==_0xd3de28&&(_0x2eca14&&this['_uisData']['get'](_0x2eca14)['collection']['remove'](_0xc64b66),_0xd3de28&&this['_uisData']['get'](_0xd3de28)['collection']['add'](_0xc64b66));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x539bd9){const _0x47498a=[];for(const _0x10431b of this['activeUIs']){(0x0,this['_uisData']['get'](_0x10431b)['filter'])(_0x539bd9)&&_0x47498a['push'](_0x10431b);}if(_0x47498a['length']>0x1)throw new _0xe5a01('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x47498a,'annotationType':_0x539bd9['type']});}}const ae=Ht('px');class V extends kt{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x373df1){super(_0x373df1);const _0x1a10bb=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['focusables']=this['createCollection'](),this['list']['delegate']('arrowup','arrowdown')['to'](this),this['focusTracker']=new _0x186237(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x1a10bb['to']('class')],'style':{'minHeight':_0x1a10bb['to']('minHeight',_0x450eb6=>'number'==typeof _0x450eb6?ae(_0x450eb6+0xa):null)},'dir':_0x373df1['uiLanguageDirection'],'role':'application','aria-label':S(_0x373df1,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x373df1,'Annotations\x20list')},'children':this['list']}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_setupKeyboardNavigation'](){this['list']['delegate']('change:top')['to'](this),this['on']('change:top',_0x9c0d6a=>{this['_updateItemPositionInFocusables'](_0x9c0d6a['source']);}),this['list']['forEach'](_0x4733f4=>{this['focusTracker']['add'](_0x4733f4['element']),this['_updateItemPositionInFocusables'](_0x4733f4);}),this['list']['on']('change',(_0x1aadcd,_0xf8c98b)=>{for(const _0x1f810e of _0xf8c98b['removed'])this['focusTracker']['remove'](_0x1f810e['element']),this['focusables']['remove'](_0x1f810e);for(const _0x402870 of _0xf8c98b['added'])this['focusTracker']['add'](_0x402870['element']),this['_updateItemPositionInFocusables'](_0x402870);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x438543){const _0x16cb4a=this['focusables']['getIndex'](_0x438543);let _0x18556c,_0x4404cc;for(const _0x164795 of this['focusables'])if(_0x438543['top']<_0x164795['top']){_0x18556c=_0x164795;break;}if(_0x4404cc=_0x18556c?this['focusables']['getIndex'](_0x18556c):this['focusables']['length'],-0x1!==_0x16cb4a){if(_0x16cb4a===_0x4404cc-0x1)return;this['focusables']['remove'](_0x438543),_0x4404cc=_0x18556c?this['focusables']['getIndex'](_0x18556c):this['focusables']['length'];}this['focusables']['add'](_0x438543,_0x4404cc);}}const qt=Ht('px');class H extends kt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x77d754){super(_0x77d754),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x385b0e,_0x5c702d)=>_0x385b0e+_0x5c702d),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Dt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0xc44b56=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0xc44b56['to']('isAnimationDisabled',_0x4c381a=>_0x4c381a?'ck-sidebar-item--no-animation':'')],'style':{'top':_0xc44b56['to']('top',_0x465b2b=>qt(_0x465b2b))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x2aded6=this['element']['clientHeight'];_0x2aded6&&(this['height']=_0x2aded6);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x470748{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x417961){super(_0x417961),this['set']('_lastItem',void 0x0),this['view']=this['_createSidebarView'](),this['set']('container',null),this['_spaceBetweenItems']=0x19,this['_sidebarItemViewToAnnotation']=new Map(),this['_annotationToSidebarItemView']=new Map(),this['context']['config']['define']('sidebar.preventScrollOutOfView',!0x1),this['_annotations']=null,this['_activeAnnotation']=null,this['_recalculateBuffer']=[];}['init'](){const _0x4beb14=this['context']['config']['get']('sidebar.container');_0x4beb14&&this['setContainer'](_0x4beb14);}['setContainer'](_0x50c022){if(!y(_0x50c022))throw new _0xe5a01('sidebar-setcontainer-invalid-element');this['container']=_0x50c022;}['_attachToContainer']({viewClass:_0x4ffe4f='',spaceBetweenItems:_0x1765b3=0x19}={}){if(!y(this['container']))throw new _0xe5a01('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x4ffe4f,this['_spaceBetweenItems']=_0x1765b3;}['rearrange']({removedAnnotation:_0x11b639,previousAnnotation:_0x54851a,nextAnnotation:_0x154e3f}){const _0x5a1776=this['getSidebarItemView'](_0x11b639);this['view']['list']['remove'](_0x5a1776),this['_destroySidebarItemView'](_0x11b639),_0x54851a&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x54851a)),_0x154e3f&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x154e3f)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x1c3797,activatedAnnotation:_0x374147,disableAnimationOnActivatedAnnotation:_0x23a545}){if(this['_activeAnnotation']=_0x374147,_0x1c3797){_0x1c3797['isActive']=!0x1;const _0x1809a5=this['getSidebarItemView'](_0x1c3797);_0x1809a5&&_0x23a545&&(_0x1809a5['isAnimationDisabled']=!0x1);}if(_0x374147){const _0x412277=this['getSidebarItemView'](_0x374147);_0x412277&&(_0x374147['isActive']=!0x0,_0x23a545&&(_0x412277['isAnimationDisabled']=!0x0,_0x412277['top']+=0x1),this['_alignToTargetRect'](_0x412277));}}['_detachFromContainer'](_0x24efba){if(this['view']['element']['remove'](),_0x24efba){for(const _0x5c2935 of _0x24efba)this['_destroySidebarItemView'](_0x5c2935);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x413d57,_0x2f62a0){_0x2f62a0||(_0x2f62a0=_0x413d57['view']);const _0x1162fb=new H(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x1162fb,_0x413d57),this['_annotationToSidebarItemView']['set'](_0x413d57,_0x1162fb),_0x1162fb['content']['add'](_0x2f62a0),this['listenTo'](_0x413d57['view'],'change:targetRect',(_0x174ba8,_0x34e777,_0xa7fceb)=>{const _0x388325=this['_getTargetTop'](_0x413d57,_0xa7fceb);_0x1162fb['_targetTop']!=_0x388325&&(_0x1162fb['_targetTop']=_0x388325,this['_setItemTop'](_0x1162fb,_0x388325));}),this['listenTo'](_0x1162fb,'change:top',()=>{this['_recalculate'](_0x1162fb,'top');}),this['listenTo'](_0x1162fb,'change:bottom',()=>{this['_recalculate'](_0x1162fb,'bottom');}),this['_alignToTargetRect'](_0x1162fb);const _0x1e3207=this['_getItemBefore'](_0x1162fb);if(_0x1e3207)this['_alignAfterItem'](_0x1e3207,_0x1162fb)||this['_alignToTargetRect'](_0x1162fb);else this['_alignToTargetRect'](_0x1162fb);return this['_updateLastItem'](),this['view']['list']['add'](_0x1162fb),_0x1162fb;}['_alignForTopChange'](_0x2333fa){if(!_0x2333fa['content']['length'])return;const _0x3b841f=this['_getItemBefore'](_0x2333fa);if(!_0x3b841f)return;const _0xd84564=this['_sidebarItemViewToAnnotation']['get'](_0x3b841f),_0x4b8710=this['_activeAnnotation'];_0x4b8710&&_0x4b8710===_0xd84564?this['_alignAfterItem'](_0x3b841f,_0x2333fa):this['_alignBeforeItem'](_0x2333fa,_0x3b841f);}['_alignForBottomChange'](_0x13e5f3){if(!_0x13e5f3['content']['length'])return;const _0x17ec5d=this['_getItemAfter'](_0x13e5f3);if(!_0x17ec5d)return;const _0x5a3814=this['_sidebarItemViewToAnnotation']['get'](_0x17ec5d),_0x3cbce1=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0xbca48f=this['_activeAnnotation'];_0xbca48f&&_0xbca48f===_0x5a3814&&_0x3cbce1?(this['_alignBeforeItem'](_0x17ec5d,_0x13e5f3),this['_alignAfterItem'](_0x13e5f3,_0x17ec5d)):_0xbca48f&&_0xbca48f===_0x5a3814?this['_alignBeforeItem'](_0x17ec5d,_0x13e5f3):this['_alignAfterItem'](_0x13e5f3,_0x17ec5d);}['_recalculate'](_0x1d8fc6,_0xe7445b){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x192c04,changedProp:_0x74fb63}of this['_recalculateBuffer'])'top'===_0x74fb63?this['_alignForTopChange'](_0x192c04):this['_alignForBottomChange'](_0x192c04);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x1d8fc6,'changedProp':_0xe7445b});}['getSidebarItemView'](_0x42c96f){return this['_annotationToSidebarItemView']['get'](_0x42c96f);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x160933){const _0x53d887=this['getSidebarItemView'](_0x160933);this['stopListening'](_0x53d887),this['stopListening'](_0x160933['view']),_0x53d887['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x160933),this['_sidebarItemViewToAnnotation']['delete'](_0x53d887);}['_createSidebarView'](){const _0x5e59b5=new V(this['context']['locale']);return _0x5e59b5['render'](),this['on']('change:_lastItem',(_0x29107e,_0x137057,_0x1edef2,_0x28ea7a)=>{_0x28ea7a&&_0x5e59b5['unbind']('minHeight'),_0x1edef2?_0x5e59b5['bind']('minHeight')['to'](_0x1edef2,'bottom'):_0x5e59b5['minHeight']=null;}),_0x5e59b5;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x26a891){const _0x3d5d88=this['_sidebarItemViewToAnnotation']['get'](_0x26a891),_0x5f16e3=_0x3d5d88&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x3d5d88)-0x1);return _0x5f16e3&&this['getSidebarItemView'](_0x5f16e3)||null;}['_getItemAfter'](_0x14209a){const _0x519b5f=this['_sidebarItemViewToAnnotation']['get'](_0x14209a),_0x20a0ab=_0x519b5f&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x519b5f)+0x1);return _0x20a0ab&&this['getSidebarItemView'](_0x20a0ab)||null;}['_alignBeforeItem'](_0x15a55b,_0x5d1845){_0x15a55b['updateHeight']();const _0x2506dd=R(_0x5d1845['bottom']+this['_spaceBetweenItems'],_0x15a55b['top']);return!!_0x2506dd&&(this['_setItemTop'](_0x5d1845,_0x5d1845['top']-_0x2506dd),!0x0);}['_alignAfterItem'](_0x121671,_0x2cad1a){_0x121671['updateHeight']();const _0x148b5c=R(_0x121671['bottom']+this['_spaceBetweenItems'],_0x2cad1a['top']);return!!_0x148b5c&&(this['_setItemTop'](_0x2cad1a,_0x2cad1a['top']+_0x148b5c,!0x1),!0x0);}['_alignToTargetRect'](_0x12be16){const _0xb1447a=this['_sidebarItemViewToAnnotation']['get'](_0x12be16);if(!_0xb1447a||!_0xb1447a['target']||!_0xb1447a['targetRect'])return;const _0xc92001=this['_getTargetTop'](_0xb1447a,_0xb1447a['targetRect']);this['_setItemTop'](_0x12be16,_0xc92001);}['_getTargetTop'](_0x1ac57c,_0x8d8a9d){if(null===_0x8d8a9d)return 0x0;if(_0x1ac57c['target']instanceof _0x243010)return _0x8d8a9d['top'];{const _0x365460=new _0x243010(this['view']['element'])['top'];return _0x8d8a9d['top']-_0x365460;}}['_setItemTop'](_0x4aad94,_0xb2ae0f,_0x5210bf=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x5210bf&&(_0xb2ae0f=Math['max'](_0xb2ae0f,this['_getMaxAvailableTop'](_0x4aad94))),_0x4aad94['top']=_0xb2ae0f;}['_getMaxAvailableTop'](_0x2fab59){let _0x33038e=this['_getItemBefore'](_0x2fab59),_0x42bad5=0x0;for(;_0x33038e;)_0x33038e['updateHeight'](),_0x42bad5+=this['_spaceBetweenItems']+_0x33038e['height'],_0x33038e=this['_getItemBefore'](_0x33038e);return _0x42bad5;}}function R(_0xabd155,_0xce63c7){return Math['max'](_0xabd155-_0xce63c7,0x0);}function y(_0x1d3c9f){return null!==_0x1d3c9f&&'object'==typeof _0x1d3c9f&&0x1===_0x1d3c9f['nodeType'];}class e extends _0x470748{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4d938c){super(_0x4d938c),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x15ad77(),this['_refreshPositioningDebounced']=_0x362823(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x12c80d=this['context']['plugins']['get'](M),_0x4e0a0a=this['context']['plugins']['get'](z);_0x12c80d['register']('wideSidebar',this),_0x4e0a0a['container']&&_0x12c80d['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x4f742d){if(_0x4f742d===this['activeAnnotation'])return;const _0x1e7db1=this['context']['plugins']['get'](z);_0x1e7db1['_activeAnnotation']=_0x4f742d;const _0x18ae81=this['activeAnnotation'];this['activeAnnotation']=_0x4f742d,_0x1e7db1['refresh']({'blurredAnnotation':_0x18ae81,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x313fe0){this['annotations']=_0x313fe0;const _0x3a47ef=this['context']['plugins']['get'](z);if(_0x3a47ef['_annotations']=_0x313fe0,this['isAttached'])throw new _0xe5a01('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x3a47ef,'set:container',()=>{this['detach'](),this['listenTo'](_0x3a47ef,'change:container',_0x5b72f5=>{_0x5b72f5['off'](),this['attach'](_0x313fe0);});}),_0x3a47ef['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x43cf60=_0x261fd3=>{_0x261fd3['updateTargetRect'](),_0x3a47ef['addAnnotation'](_0x261fd3);};for(const _0x7bc365 of _0x313fe0)_0x43cf60(_0x7bc365);this['listenTo'](_0x313fe0,'add',(_0x22f06f,_0x46725c)=>{_0x43cf60(_0x46725c);}),this['listenTo'](_0x313fe0,'remove',(_0x23995c,_0x4853d9,_0x31bf96)=>{_0x3a47ef['rearrange']({'removedAnnotation':_0x4853d9,'previousAnnotation':_0x313fe0['get'](_0x31bf96-0x1),'nextAnnotation':_0x313fe0['get'](_0x31bf96+0x1)}),_0x4853d9===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x313fe0,'focus',(_0x249e5e,_0x194937)=>{this['setActiveAnnotation'](_0x194937);}),this['listenTo'](_0x313fe0,'blur',()=>{this['setActiveAnnotation'](null);});const _0x4ed4e9=this['context']instanceof _0x3a80c4?this['context']['editors']:new _0x15ad77([this['context']]);for(const _0x439cdb of _0x4ed4e9)this['_integrateWithEditorAnnotations'](_0x439cdb);this['listenTo'](_0x4ed4e9,'add',(_0x11d8c3,_0x474434)=>{this['listenTo'](_0x474434,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x474434);});}),this['listenTo'](_0x4ed4e9,'remove',(_0x119089,_0x2d761f)=>{_0x2d761f['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x2d761f['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0xe5a01('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x492769=this['context']['plugins']['get'](z);_0x492769['_detachFromContainer'](this['annotations']),this['stopListening'](_0x492769),this['stopListening'](this['annotations']),this['context']instanceof _0x3a80c4&&this['stopListening'](this['context']['editors']);for(const _0x7f8096 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x7f8096);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x20d7d3){if(!_0x20d7d3['plugins']['has']('EditorAnnotations'))return;const _0x4f4688=_0x20d7d3['plugins']['get']('EditorAnnotations'),_0x23c8a0=()=>{const _0x172f65=_0x4f4688['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x172f65[0x0]||null);};this['listenTo'](_0x4f4688,'refresh',_0x23c8a0),this['listenTo'](_0x4f4688,'blur',(_0x5ba609,{isAnnotationTracked:_0x45607a})=>{this['activeAnnotation']&&_0x45607a(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x4f4688,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x4e33dc=>{_0x4f4688['hasDomSelection']()&&(_0x23c8a0(),_0x4e33dc['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x4f4688);}['_destroyEditorAnnotationsIntegration'](_0x52fa7c){this['stopListening'](_0x52fa7c),this['_editorAnnotations']['remove'](_0x52fa7c);}}class D extends _0x4b6b4b{['counterView'];constructor(_0x21a16){super(_0x21a16);const _0x445c8e=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x553fc4,_0x1b524a)=>_0x553fc4?'...':_0x1b524a['toString']()),this['set']('annotationType',''),this['icon']=xt,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new kt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x445c8e['to']('annotationType',_0x362e46=>'ck-annotation-counter__badge--'+_0x362e46),_0x445c8e['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x445c8e['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class n extends _0x470748{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xfbc17b){super(_0xfbc17b),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x5644cd),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x15ad77(),this['_refreshPositioningDebounced']=_0x362823(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x2a0f5e(this['context']['locale']),this['balloonPanelView']=new _0x15ad4f(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x57b858){this['annotations']=_0x57b858;const _0x59f8f9=this['context']['plugins']['get'](z),_0x1e1df5=this['balloonPanelView'];if(_0x59f8f9['_annotations']=_0x57b858,this['isAttached'])throw new _0xe5a01('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x59f8f9,'set:container',()=>{this['detach'](),this['listenTo'](_0x59f8f9,'change:container',_0x3eb35e=>{_0x3eb35e['off'](),this['attach'](_0x57b858);});}),_0x59f8f9['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0x2acf6f=_0x458cb1=>{const _0x4505b9=new D(this['context']['locale']);_0x59f8f9['addAnnotation'](_0x458cb1,_0x4505b9),this['_annotationToNarrowView']['set'](_0x458cb1,_0x4505b9),_0x4505b9['bind']('isDirty','annotationType','number')['to'](_0x458cb1['view'],'isDirty','type','length'),_0x4505b9['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x1e1df5['content']['first']!==_0x458cb1['view']?(this['_showBalloon'](_0x458cb1),_0x458cb1['view']['element']['focus'](),this['setActiveAnnotation'](_0x458cb1)):this['setActiveAnnotation'](null);});};for(const _0x7137e4 of _0x57b858)_0x2acf6f(_0x7137e4);this['listenTo'](_0x57b858,'add',(_0x1777d7,_0x45aa78)=>{_0x2acf6f(_0x45aa78);}),this['listenTo'](_0x57b858,'remove',(_0x4c3aa1,_0xb6dbce,_0x47bd35)=>{this['_annotationToNarrowView']['get'](_0xb6dbce)['destroy'](),this['_annotationToNarrowView']['delete'](_0xb6dbce),_0x59f8f9['rearrange']({'removedAnnotation':_0xb6dbce,'previousAnnotation':_0x57b858['get'](_0x47bd35-0x1),'nextAnnotation':_0x57b858['get'](_0x47bd35+0x1)}),_0xb6dbce===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x57b858,'focus',(_0x5e46e5,_0x5b339d)=>{this['setActiveAnnotation'](_0x5b339d);}),this['listenTo'](_0x57b858,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x28ca58,_0x9f2d2a)=>{_0x9f2d2a['keyCode']===_0xb104cd['esc']&&_0x1e1df5['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x1e1df5['content']['first']),this['_hideBalloon'](),_0x9f2d2a['stopPropagation'](),_0x9f2d2a['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x4c2a3f,_0x32cd02)=>{const _0x16f040=_0x32cd02['target'];_0x1e1df5['isVisible']&&_0x1e1df5['element']['contains'](_0x16f040)||_0x59f8f9['view']['element']['contains'](_0x16f040)||_0x4c2a3f['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x338380=>_0x338380['contains'](_0x16f040))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x5b2606=this['context']instanceof _0x3a80c4?this['context']['editors']:new _0x15ad77([this['context']]);for(const _0x31be74 of _0x5b2606)this['_integrateWithEditorAnnotations'](_0x31be74);this['listenTo'](_0x5b2606,'add',(_0x4ca54d,_0x1a6bf5)=>{this['listenTo'](_0x1a6bf5,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x1a6bf5);});}),this['listenTo'](_0x5b2606,'remove',(_0x1f38a8,_0xd23ee0)=>{_0xd23ee0['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0xd23ee0['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x2576d){if(_0x2576d===this['activeAnnotation'])return;const _0x55d4a0=this['context']['plugins']['get'](z);if(_0x55d4a0['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x2576d,'disableAnimationOnActivatedAnnotation':!0x0}),_0x2576d)_0x55d4a0['getSidebarItemView'](_0x2576d)?this['_showBalloon'](_0x2576d):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x2576d;}['detach'](){if(!this['isAttached'])throw new _0xe5a01('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x3f7b04=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x50486e=>_0x50486e['destroy']()),this['_annotationToNarrowView']['clear'](),_0x3f7b04['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0x3a80c4&&this['stopListening'](this['context']['editors']);for(const _0x22f203 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x22f203);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['_selectedAnnotations']=[],this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['bodyCollection']['detachFromDom']();}['_integrateWithEditorAnnotations'](_0x172df7){if(!_0x172df7['plugins']['has']('EditorAnnotations'))return;const _0x3249b9=_0x172df7['plugins']['get']('EditorAnnotations'),_0x320ce7=this['context']['plugins']['get'](z),_0x2c6e68=this['annotations'],_0x30d52b=this['balloonPanelView'],_0x562a91=()=>{const _0x3000d7=_0x3249b9['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x3000d7),this['setActiveAnnotation'](_0x3000d7[0x0]||null);};this['listenTo'](_0x3249b9,'refresh',_0x562a91),this['listenTo'](_0x3249b9,'blur',(_0x253477,{isAnnotationTracked:_0x5064ae})=>{this['activeAnnotation']&&_0x5064ae(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x3249b9,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x2c6e68,'blur',_0x2bf07d=>{_0x3249b9['hasDomSelection']()&&_0x2bf07d['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x4197c7,_0x4212e1)=>{const _0x659870=_0x4212e1['target'];_0x30d52b['isVisible']&&_0x30d52b['element']['contains'](_0x659870)||_0x320ce7['view']['element']['contains'](_0x659870)||this['activeAnnotation']&&_0x3249b9['hasDomSelection']()&&(_0x562a91(),_0x4197c7['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x3249b9);}['_destroyEditorAnnotationsIntegration'](_0x437057){_0x437057&&(this['stopListening'](_0x437057),this['_editorAnnotations']['remove'](_0x437057));}['_setSelectedAnnotations'](_0x4b6eb6){for(const _0xeea4c5 of this['_selectedAnnotations'])_0x4b6eb6['includes'](_0xeea4c5)||this['_manuallyClosedAnnotationViews']['delete'](_0xeea4c5['view']);this['_selectedAnnotations']=_0x4b6eb6;}['_refreshPositioning'](){const _0x395b17=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x395b17['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x5a9aff){if(this['_manuallyClosedAnnotationViews']['has'](_0x5a9aff['view']))return;const _0x8ee08d=this['balloonPanelView']['content']['first'];_0x8ee08d!==_0x5a9aff['view']?(_0x8ee08d&&this['_detachListeners'](_0x8ee08d),this['_attachListeners'](_0x5a9aff['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x5a9aff['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x371a4f=this['balloonPanelView']['content']['first'],_0x59d334=_0x371a4f&&this['annotations']['getByView'](_0x371a4f);if(!_0x59d334||!this['_annotationToNarrowView']['has'](_0x59d334))return;const _0x498ef6=this['_annotationToNarrowView']['get'](_0x59d334)['element'],_0x5804c9=(function(){const _0x458ae9=_0x15ad4f['defaultPositions'];return[_0x458ae9['southArrowNorthEast'],_0x458ae9['northArrowSouthEast'],_0x458ae9['southArrowNorth'],_0x458ae9['northArrowSouth'],_0x458ae9['southArrowNorthWest'],_0x458ae9['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x498ef6,'positions':_0x5804c9});}['_hideBalloon'](){const _0x53b59d=this['balloonPanelView'],_0x2e8504=_0x53b59d['content']['first'];_0x2e8504&&(this['_detachListeners'](_0x2e8504),_0x53b59d['unpin'](),_0x53b59d['content']['clear']());}['_attachListeners'](_0x3aee99){this['listenTo'](_0x3aee99,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x3aee99,'Esc',(_0x23ef20,_0x426020)=>{this['_manuallyClosedAnnotationViews']['add'](_0x3aee99),this['_hideBalloon'](),_0x426020();});}['_detachListeners'](_0x10a71f){this['stopListening'](_0x10a71f);}}class c extends _0x14d8a6{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[P,_0x4f874f,M];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c7cb6){super(_0x2c7cb6),_0x2c7cb6['editing']['view']['addObserver'](_0x304214),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0x2c7cb6['plugins']['get'](_0x4f874f),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x3bbab3=this['editor']['plugins']['get'](M);_0x3bbab3['context']===this['editor']&&(_0x3bbab3['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x84b8e8,_0x3a8da4)=>{const _0x248c47=this['_balloon'];if(this['isAttached']&&_0x248c47['visibleView']){const _0x57bcc5=this['annotations']['getByView'](_0x248c47['visibleView']);_0x57bcc5&&this['_closeAnnotation'](_0x57bcc5),_0x3a8da4();}}));}['afterInit'](){const _0xe5fcc=this['editor']['plugins']['get'](M);_0xe5fcc['context']===this['editor']&&(_0xe5fcc['hasActive']()||_0xe5fcc['switchTo']('inline'));}['setActiveAnnotation'](_0xbc0e29){_0xbc0e29!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0xbc0e29&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0xbc0e29)&&this['_addAnnotationToBalloon'](_0xbc0e29,!0x0),_0xbc0e29['isActive']=!0x0),_0xbc0e29||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0xbc0e29);}['attach'](_0x184392){this['annotations']=_0x184392;const _0x1e1de0=this['editor']['plugins']['get'](M),_0x2eb488=this['_balloon'];if(this['isAttached'])throw new _0xe5a01('inlineannotations-attach-already-attached',this);if(_0x1e1de0['context']!==this['editor'])throw new _0xe5a01('inlineannotations-not-allowed-with-context',this);const _0x414628=this['editor']['plugins']['get'](P);this['listenTo'](_0x414628,'refresh',()=>{const _0x4cdc9d=_0x414628['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0xaebbab,_0x2f41ce;!this['_forceRefresh']&&(_0xaebbab=_0x4cdc9d,_0x2f41ce=this['_selectedAnnotations'],_0xaebbab['length']===_0x2f41ce['length']&&_0xaebbab['every'](_0x5997f1=>_0x2f41ce['includes'](_0x5997f1)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x4cdc9d),this['setActiveAnnotation'](_0x4cdc9d[0x0]||null));}),this['listenTo'](_0x414628,'blur',(_0x1e8d83,{isAnnotationTracked:_0x3947f1})=>{this['activeAnnotation']&&_0x3947f1(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0xcb5b3c,_0x3f5ec1,_0x3a9e76)=>{_0x3a9e76||this['setActiveAnnotation'](null);}),this['listenTo'](_0x184392,'remove',(_0x4f54d0,_0x4880f6)=>{this['_removeAnnotationFromBalloon'](_0x4880f6),_0x4880f6===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x2eb488,'change:visibleView',(_0x159b0b,_0x242eb8,_0x4367a8,_0xc88d10)=>{_0xc88d10&&this['stopListening'](_0xc88d10);const _0x3fc145=_0x184392['getByView'](_0x4367a8);_0x4367a8&&_0x3fc145&&(this['listenTo'](_0x4367a8,'change:height',()=>{_0x2eb488['updatePosition']();}),this['listenTo'](_0x4367a8,'Esc',()=>{this['_closeAnnotation'](_0x3fc145),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x3fc145&&this['setActiveAnnotation'](_0x3fc145));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x2eb488['visibleView']&&(_0x184392['getByView'](_0x2eb488['visibleView'])&&_0x2eb488['updatePosition']());}),this['listenTo'](this['editor']['editing']['view']['document'],'mousedown',()=>{this['_forceRefresh']=!0x0,this['_manuallyClosed']['clear']();}),this['editor']['editing']['view']['document']['selection']['editableElement']&&this['editor']['editing']['view']['focus'](),this['isAttached']=!0x0;}['detach'](){if(!this['isAttached'])throw new _0xe5a01('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x3bfed1 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x3bfed1);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x3942b2){for(const _0x443ffc of this['_selectedAnnotations'])_0x3942b2['includes'](_0x443ffc)||this['_manuallyClosed']['delete'](_0x443ffc);for(const _0x5f2702 of this['annotations'])_0x3942b2['includes'](_0x5f2702)||this['_removeAnnotationFromBalloon'](_0x5f2702);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x4bda3f of _0x3942b2)this['_addAnnotationToBalloon'](_0x4bda3f);}this['_selectedAnnotations']=_0x3942b2;}['_addAnnotationToBalloon'](_0x429202,_0x19125a=!0x1){this['_manuallyClosed']['has'](_0x429202)||(this['_addedAnnotations']['has'](_0x429202)||this['_balloon']['hasView'](_0x429202['view'])||(this['_addedAnnotations']['add'](_0x429202),this['_balloon']['add']({'stackId':_0x429202['view']['id'],'view':_0x429202['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x429202)}})),_0x19125a&&this['_balloon']['showStack'](_0x429202['view']['id']));}['_getBalloonTargetForAnnotation'](_0x5c3fa1){const _0x565aa0=_0x5c3fa1['target'],_0x54605f=this['editor']['editing']['view'],_0x393820=_0x54605f['document']['selection']['getFirstRange'](),_0x5a6ba4=_0x54605f['domConverter']['viewRangeToDom'](_0x393820);if(_0x5a6ba4['collapse'](!0x0),_0x565aa0){if(_0x565aa0 instanceof _0x243010)return _0x565aa0;let _0x1cb4cf=[];for(const _0x570e65 of _0x565aa0)_0x1cb4cf['push'](...(_0xae1823=_0x570e65['getClientRects'](),Array['from'](_0xae1823)['map'](DOMRect['fromRect'])));_0x1cb4cf=function(_0x20d0c7){const _0x136784=[];let _0x4b1fcb=_0x20d0c7[0x0];for(let _0x146a7b=0x1;_0x146a7b<_0x20d0c7['length'];_0x146a7b++)b(_0x4b1fcb,_0x20d0c7[_0x146a7b])?_0x4b1fcb['width']+=_0x20d0c7[_0x146a7b]['width']:(_0x136784['push'](_0x4b1fcb),_0x4b1fcb=_0x20d0c7[_0x146a7b]);return _0x136784['push'](_0x4b1fcb),_0x136784;}(_0x1cb4cf);const _0x82355e=_0x5a6ba4['getBoundingClientRect']();return _0x1cb4cf['find'](_0x2396d1=>_0x2396d1['top']<=_0x82355e['top']&&_0x2396d1['bottom']>=_0x82355e['bottom']&&_0x2396d1['left']<=_0x82355e['left']&&_0x2396d1['right']>=_0x82355e['right'])||_0x1cb4cf[0x0];}var _0xae1823;return _0x5c3fa1['targetRect']||_0x5a6ba4;}['_removeAnnotationFromBalloon'](_0x1fb913){this['_addedAnnotations']['has'](_0x1fb913)&&this['_balloon']['hasView'](_0x1fb913['view'])&&(this['_addedAnnotations']['delete'](_0x1fb913),this['_balloon']['remove'](_0x1fb913['view']));}['_closeAnnotation'](_0x4cc247){this['_manuallyClosed']['add'](_0x4cc247),this['_removeAnnotationFromBalloon'](_0x4cc247);}}function b(_0x2f515a,_0x2b15a2){return _0x2f515a['top']===_0x2b15a2['top']&&_0x2f515a['bottom']===_0x2b15a2['bottom']&&_0x2f515a['right']===_0x2b15a2['left'];}var Z='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class tt extends kt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x34c28e,_0x33485a){super(_0x34c28e),this['set']('isEmpty',!_0x33485a['length']),this['focusTracker']=new _0x186237(),this['_annotationViews']=_0x33485a,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x33485a,'focusTracker':this['focusTracker']}),this['listenTo'](_0x33485a,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x33485a,'remove',(_0xb451d,_0x1d9474)=>{_0x1d9474['isActive']&&this['focus'](),_0x33485a['length']||(this['isEmpty']=!0x0);});const _0x53350f=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x34c28e,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x33485a},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x53350f['if']('isEmpty','ck-hidden',_0x4c475e=>!_0x4c475e)]},'children':[{'text':S(_0x34c28e,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy']();}['focus'](){this['focusCycler']['first']?this['focusCycler']['focusFirst']():this['element']['focus']();}['_setupKeyboardNavigation'](){for(const _0x491595 of this['_annotationViews'])this['focusTracker']['add'](_0x491595['element']);this['_annotationViews']['on']('change',(_0x5f57b7,{added:_0x473593,removed:_0x29080e})=>{for(const _0x1aea5d of _0x473593)this['focusTracker']['add'](_0x1aea5d['element']);for(const _0x50e246 of _0x29080e)this['focusTracker']['remove'](_0x50e246['element']);});}}class f extends _0x470748{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,N];}constructor(_0x249bba){super(_0x249bba),this['archivedThreads']=new _0x15ad77();}['init'](){const _0x290d6b=this['context'],_0x2f7996=_0x290d6b['plugins']['get'](o),_0x2280dd=_0x290d6b['plugins']['get'](N);this['listenTo'](_0x2f7996,'addCommentThread',(_0x24ab28,{threadId:_0x377c93})=>{const _0x5482b5=_0x2f7996['getCommentThread'](_0x377c93);_0x5482b5['archivedAt']&&this['archivedThreads']['add'](_0x5482b5,this['_calculatePosition'](_0x5482b5['archivedAt'])),this['listenTo'](_0x5482b5,'change:archivedAt',(_0x3022fc,_0x5b2567,_0x7361df)=>{_0x7361df?this['archivedThreads']['has'](_0x5482b5)||this['archivedThreads']['add'](_0x5482b5,this['_calculatePosition'](_0x5482b5['archivedAt'])):this['archivedThreads']['has'](_0x5482b5)&&this['archivedThreads']['remove'](_0x5482b5);});}),this['listenTo'](_0x2f7996,'removeCommentThread',(_0x110854,{threadId:_0x117294})=>{const _0x1c1845=_0x2f7996['getCommentThread'](_0x117294);this['stopListening'](_0x1c1845),this['archivedThreads']['has'](_0x1c1845)&&this['archivedThreads']['remove'](_0x1c1845);},{'priority':'highest'}),this['listenTo'](_0x2280dd['collection'],'focus',(_0x5dc3ce,_0x234300)=>{_0x234300['isVisible']||(_0x234300['isActive']=!0x0,_0x2280dd['activate'](_0x234300));});}['_calculatePosition'](_0x3fb550){const _0x57c83b=[...this['archivedThreads']]['findIndex'](_0x3ef408=>_0x3ef408['archivedAt']<_0x3fb550);return _0x57c83b>-0x1?_0x57c83b:this['archivedThreads']['length'];}}class a extends _0x14d8a6{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[f,_0x54c22e];}constructor(_0x331347){super(_0x331347),this['annotationViews']=new _0x308046(),this['_pendingThreads']=[];}['init'](){const _0xe0352d=this['editor'],_0x37df57=this['_hideDialogOnAnnotationEscape']['bind'](this);_0xe0352d['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x4b6b4b,!0x0)),_0xe0352d['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x37a809=this['_createCommentsArchiveButton'](_0x2b0a7f);return _0x37a809['set']({'role':'menuitemcheckbox'}),_0x37a809;});const _0x27afb0=_0xe0352d['plugins']['get'](f),_0x49f65b=_0xe0352d['plugins']['get']('Annotations'),_0x249218=_0xe0352d['plugins']['get']('CommentsRepository');this['listenTo'](_0x27afb0['archivedThreads'],'add',(_0x411dda,_0x184195)=>{const _0x350e41=_0xe0352d['config']['get']('collaboration.channelId');if(!_0x350e41||_0x184195['channelId']===_0x350e41){const _0x36baad=_0x249218['_threadToController']['get'](_0x184195);if(!_0x36baad)return void this['_pendingThreads']['push'](_0x184195);const _0x33bf95=this['_calculatePosition'](_0x184195['archivedAt']),_0x3ee04d=_0x49f65b['getByInnerView'](_0x36baad['view']);_0x3ee04d['isVisible']&&_0x49f65b['_visibleAnnotations']['remove'](_0x3ee04d),this['annotationViews']['add'](_0x3ee04d['view'],_0x33bf95);}}),this['listenTo'](_0x49f65b['collection'],'add',(_0x4e056e,_0x116309)=>{const _0x4b6ce4=this['_pendingThreads']['find'](_0x1dbc40=>{const _0x56851a=_0x249218['_threadToController']['get'](_0x1dbc40);return _0x56851a&&_0x116309['innerView']===_0x56851a['view'];});if(_0x4b6ce4){const _0x14f0cd=this['_calculatePosition'](_0x4b6ce4['archivedAt']);this['annotationViews']['add'](_0x116309['view'],_0x14f0cd),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x4b6ce4),0x1);}}),this['listenTo'](_0x27afb0['archivedThreads'],'remove',(_0x6cadfe,_0x577b7c)=>{const _0x56f64c=_0xe0352d['config']['get']('collaboration.channelId');if(!_0x56f64c||_0x577b7c['channelId']===_0x56f64c){const _0xaa7efa=_0x249218['_threadToController']['get'](_0x577b7c),_0x157ca1=_0x49f65b['getByInnerView'](_0xaa7efa['view']);this['annotationViews']['remove'](_0x157ca1['view']),this['stopListening'](_0x157ca1['focusableElements']);}}),this['listenTo'](_0x49f65b['collection'],'add',(_0x34ad12,_0x472f63)=>{this['listenTo'](_0x472f63,'escape',_0x37df57);}),this['listenTo'](_0x49f65b['collection'],'remove',(_0x48fa31,_0x10c382)=>{this['stopListening'](_0x10c382,'escape',_0x37df57);});}['_calculatePosition'](_0x460c99){const _0x51d5ac=this['editor']['config']['get']('collaboration.channelId'),_0x462be8=[...this['editor']['plugins']['get'](f)['archivedThreads']]['filter'](_0x285b04=>_0x285b04['channelId']===_0x51d5ac)['findIndex'](_0x3bdca1=>_0x3bdca1['archivedAt']<_0x460c99);return _0x462be8<0x0||_0x462be8>this['annotationViews']['length']?this['annotationViews']['length']:_0x462be8-0x1;}['_toggleDialog'](){const _0x489f57=this['editor'],_0x3a7efd=_0x489f57['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new tt(_0x489f57['locale'],this['annotationViews'])),'commentsArchive'===_0x3a7efd['id']?_0x3a7efd['hide']():_0x3a7efd['show']({'id':'commentsArchive','title':S(_0x489f57['locale'],'COMMENTS_ARCHIVE'),'icon':Z,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x5d07b6['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x468785,_0x521fca=!0x1){const _0x2d9fd4=this['editor']['locale'],_0x3b741f=this['editor']['plugins']['get']('Dialog'),_0x228d31=new _0x468785(_0x2d9fd4);return _0x228d31['bind']('isEnabled')['to'](this,'isEnabled'),_0x228d31['bind']('isOn')['to'](_0x3b741f,'id',_0x130e57=>'commentsArchive'===_0x130e57),_0x228d31['set']({'label':S(_0x2d9fd4,'COMMENTS_ARCHIVE'),'icon':Z,'isToggleable':!0x0}),_0x521fca&&(_0x228d31['tooltip']=!0x0),this['listenTo'](_0x228d31,'execute',()=>this['_toggleDialog']()),_0x228d31;}['_hideDialogOnAnnotationEscape']=_0x38f8e5=>{const _0x661c76=_0x38f8e5['source'];if(!this['annotationViews']['has'](_0x661c76['view']))return;const _0x331db6=this['editor']['plugins']['get']('Dialog');_0x331db6['isOpen']&&'commentsArchive'===_0x331db6['id']&&(_0x331db6['hide'](),_0x38f8e5['stop']());};}class p extends _0x14d8a6{static get['requires'](){return[o,r,i,f,a,s,e,n,c];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{d as Annotation,x as AnnotationCollection,T as AnnotationView,N as Annotations,M as AnnotationsUIs,ss as BaseCommentThreadView,os as BaseCommentView,re as Comment,oe as CommentThread,yt as CommentThreadController,ie as CommentThreadInputView,Ct as CommentThreadView,vt as CommentView,p as Comments,f as CommentsArchive,a as CommentsArchiveUI,te as CommentsListView,s as CommentsOnly,o as CommentsRepository,i as CommentsUI,P as EditorAnnotations,c as InlineAnnotations,n as NarrowSidebar,e as WideSidebar};
23
+ import{Editor as _0xbf2aaf,icons as _0x31e9b7,ContextPlugin as _0x4f99d3,PendingActions as ht,Command as _0x2cf7ec,Plugin as _0xb0a682,Context as _0xc1088d}from'@ckeditor/ckeditor5-core/dist/index.js';import{ObservableMixin as _0x8dc7e,uid as _0x487f3d,KeystrokeHandler as jt,FocusTracker as _0x144181,diff as _0x22acd8,Collection as _0x51030a,Rect as _0x53dfa2,CKEditorError as _0x26d752,first as _0xe44e66,priorities as Wt,scrollViewportToShowTarget as rt,getEnvKeystrokeText as nt,toUnit as Ht,DomEmitterMixin as _0x1ff6fb,keyCodes as _0x4c5305}from'@ckeditor/ckeditor5-utils/dist/index.js';import{UserView as _0x37eaec,AriaDescriptionView as ts,setupThreadKeyboardNavigation as _0x4a843e,ConfirmMixin as ti,LateFocusButtonView as _0x306c75,trimHtml as _0x574aa7,LateFocusDropdownButtonView as _0x12fcb7,Users as it,getDateTimeFormatter as lt,hashObject as pt,getAllMarkersDomElementsSorted as et,surroundingMarkersDetector as ot,FOCUS_ANNOTATION_KEYSTROKE as _0x49e971}from'ckeditor5-collaboration/dist/index.js';import{throttle as Dt,isEqual as wt,cloneDeep as It,set as At,unset as yt,debounce as _0x251a97}from'lodash-es';import{EditorUIView as Yt,InlineEditableUIView as $t,EditorUI as Vt,View as kt,FocusCycler as Ft,ButtonView as _0x39ffad,ViewCollection as _0x93391d,createDropdown as _0x17c6b8,ListView as _0x5ee7c8,focusChildOnDropdownOpen as _0x4e45fd,ListItemView as _0x352b11,MenuBarMenuListItemButtonView as _0x21e538,BodyCollection as _0x429d36,BalloonPanelView as _0x582297,ContextualBalloon as _0x4bec97,Dialog as _0x8e3935,DialogViewPosition as _0x173aa8}from'@ckeditor/ckeditor5-ui/dist/index.js';import{disablePlaceholder as zt,enablePlaceholder as St,MouseObserver as _0x724e50}from'@ckeditor/ckeditor5-engine/dist/index.js';import{Clipboard as Bt,ClipboardMarkersUtils as Mt,ClipboardPipeline as Pt}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{Enter as Et,ShiftEnter as Gt}from'@ckeditor/ckeditor5-enter/dist/index.js';import{SelectAll as Jt}from'@ckeditor/ckeditor5-select-all/dist/index.js';import{Typing as Kt}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Undo as Nt}from'@ckeditor/ckeditor5-undo/dist/index.js';import{Paragraph as Qt}from'@ckeditor/ckeditor5-paragraph/dist/index.js';import{FOCUS_ANNOTATION_KEYSTROKE as _0x404b40}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import{toWidget as _0x3e1065}from'@ckeditor/ckeditor5-widget/dist/index.js';class Ct extends/* #__PURE__ -- @preserve */
24
+ _0x8dc7e(){['model'];['view'];constructor(_0x57da44,_0x374eb0){super(),this['model']=_0x57da44,this['model']['_isAttached']=!0x0,this['view']=_0x374eb0,this['listenTo'](_0x374eb0,'submitCommentThread',()=>this['submit']()),this['listenTo'](_0x374eb0,'removeCommentThread',()=>this['remove']()),this['listenTo'](_0x374eb0,'resolveCommentThread',()=>this['resolve']()),this['listenTo'](_0x374eb0,'reopenCommentThread',()=>this['reopen']()),this['listenTo'](_0x374eb0,'addComment',(_0x2a606f,_0x49ba14)=>this['addComment'](_0x49ba14)),this['listenTo'](_0x374eb0,'updateComment',(_0x2ea762,_0x63b3d5,_0x502534)=>this['updateComment'](_0x63b3d5,_0x502534)),this['listenTo'](_0x374eb0,'removeComment',(_0x561d58,_0x220290)=>this['removeComment'](_0x220290));}['submit'](){this['model']['submit']();}['remove'](){this['model']['remove']();}['resolve'](){this['model']['isResolved']||this['model']['resolve']();}['reopen'](){this['model']['isResolved']&&this['model']['reopen']();}['addComment'](_0x167b70){this['model']['addComment']({'content':_0x167b70,'authorId':this['view']['_localUser']['id']});}['updateComment'](_0x530745,_0x275900){this['model']['getComment'](_0x530745)['update']({'content':_0x275900});}['removeComment'](_0x9bb578){this['model']['getComment'](_0x9bb578)['remove']();}['destroy'](){this['stopListening'](),this['model']['_isAttached']=!0x1;}}function S(_0x289ec2,_0x330f13,_0x545f0a){const t=_0x289ec2['t'];switch(_0x330f13){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'Annotations\x20sidebar':return t('Annotations\x20sidebar');case'Annotations\x20list':return t('Annotations\x20list');case'Thread\x20comments':return t('Thread\x20comments');case'THREAD_CONTEXT_LABEL':return t({'string':'Thread\x20context:\x20%0','id':'THREAD_CONTEXT_LABEL'},_0x545f0a);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x545f0a);case'COMMENT_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'COMMENT_THREAD_DESCRIPTION'});case'COMMENT_ARIA_LABEL':return t({'string':'Comment\x20by\x20%0.\x20Created\x20on\x20%1.\x20%2.\x20%3','id':'COMMENT_ARIA_LABEL'},_0x545f0a);case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20content\x20with\x20comments.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20content\x20with\x20comments.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_COMMENT_ANNOUNCEMENT'},_0x545f0a);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x545f0a);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x545f0a);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x545f0a);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x545f0a);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}class Xt extends Yt{['main'];['editable'];constructor(_0x6fff59,_0x5c1044){super(_0x6fff59);const _0x1a1d49=_0x487f3d();this['main']=this['createCollection'](),this['editable']=new $t(_0x6fff59,_0x5c1044,void 0x0,{'label':()=>S(_0x6fff59,'Comment\x20editor')}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-reset','ck-editor','ck-rounded-corners','ck-comment__input'],'dir':_0x6fff59['uiLanguageDirection'],'lang':_0x6fff59['uiLanguage'],'aria-labelledby':'cke-editor__aria-label_'+_0x1a1d49},'children':[{'tag':'div','attributes':{'class':'ck-editor__main','role':'presentation'},'children':this['main']}]});}['render'](){super['render'](),this['main']['add'](this['editable']);}['focus'](){this['editable']['element']['focus']();}}class Ot extends Vt{['view'];constructor(_0x2786d5){super(_0x2786d5),this['view']=new Xt(_0x2786d5['locale'],_0x2786d5['editing']['view']);}get['element'](){return this['view']['element'];}['init'](){const _0x11ec82=this['editor']['editing']['view'],_0x234c94=this['view']['editable'],_0x4f9fab=_0x11ec82['document']['getRoot']();_0x234c94['name']=_0x4f9fab['rootName'],this['view']['render']();const _0x5c9c30=_0x234c94['element'];this['setEditableElement'](_0x234c94['name'],_0x5c9c30),this['view']['editable']['bind']('isFocused')['to'](this['focusTracker']),_0x11ec82['attachDomRoot'](_0x5c9c30),this['fire']('ready');}['destroy'](){super['destroy'](),this['view']['destroy']();}}const Rt=[Bt,Et,Gt,Jt,Kt,Nt,Qt];class Ut extends/* #__PURE__ -- @preserve */
25
+ _0x8dc7e(_0xbf2aaf){static ['defaultPlugins']=/* #__PURE__ -- @preserve */
26
+ ((()=>Rt)());constructor(_0x27bce6={}){function _0x29f9c8(_0x1ff327){return _0x1ff327['map'](_0x34cf61=>String['fromCharCode'](_0x34cf61))['join']('');}(_0x27bce6=Object['assign']({},_0x27bce6))['plugins']||(_0x27bce6['plugins']=Ut['defaultPlugins']),super(_0x27bce6),this['ui']=new Ot(this),this['set']('placeholder',''),this['model']['document']['on']('change',()=>this['_updatePlaceholder'](),{'priority':'low'}),this['on']('change:placeholder',()=>this['_updatePlaceholder']()),this['model']['document']['createRoot'](),this[_0x29f9c8([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x29f9c8([0x76,0x69,0x65,0x77])][_0x29f9c8([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x29f9c8([0x61,0x75,0x74,0x6f]),this[_0x29f9c8([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x29f9c8([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x29f9c8([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x29f9c8([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x29f9c8([0x6f,0x6b])});}['create'](){const _0xeb8df8=this['config']['get']('initialData')||'';return this['initPlugins']()['then'](()=>this['ui']['init']())['then'](()=>this['data']['init'](_0xeb8df8))['then'](()=>this['fire']('ready'));}['destroy'](){return super['destroy']()['then'](()=>this['ui']['destroy']());}['focus'](){this['model']['change'](_0x4f14a4=>{const _0x29cc91=this['model']['document']['getRoot'](),_0x4b894d=_0x29cc91&&_0x29cc91['getChild'](_0x29cc91['childCount']-0x1);_0x4f14a4['setSelection'](_0x4b894d,'end'),this['editing']['view']['focus']();});}['_updatePlaceholder'](){const _0x554cbb=this['editing']['view'],_0x420f3e=_0x554cbb['document']['getRoot'](),_0x14d194=_0x420f3e['getChild'](0x0);_0x420f3e['childCount']>0x1||!_0x14d194||'p'!=_0x14d194['name']?this['placeholderElement']&&this['placeholderElement']['placeholder']&&(zt(_0x554cbb,this['placeholderElement']),this['placeholderElement']=void 0x0):(this['placeholder']&&(_0x14d194['placeholder']=this['placeholder']),St({'view':_0x554cbb,'element':_0x14d194,'keepOnFocus':!0x0}),this['placeholderElement']=_0x14d194);}}class os extends kt{['keystrokes'];['focusTracker'];['focusables'];['focusCycler'];['submitButtonView'];['cancelButtonView'];['_editorConfig'];constructor(_0x3f2aa2,_0x238c09={}){super(_0x3f2aa2),this['editor']=null,this['_editorConfig']=_0x238c09,this['set']('value',_0x238c09['initialData']||''),this['set']('disabledSubmit',!0x1),this['set']('showButtons',!0x0),this['set']('placeholder',S(_0x3f2aa2,'Reply...')),this['set']('submitLabel',S(_0x3f2aa2,'Reply')),this['submitButtonView']=this['_createSubmitButton'](),this['cancelButtonView']=this['_createCancelButton'](),this['focusables']=this['createCollection']([this['submitButtonView'],this['cancelButtonView']]),this['keystrokes']=new jt(),this['focusTracker']=new _0x144181(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-comment__input-actions',this['bindTemplate']['if']('showButtons','ck-comment__input-actions--active')]},'children':[this['submitButtonView'],this['cancelButtonView']]}]}),this['keystrokes']['set']('Esc',(_0x197474,_0x146d0f)=>{this['cancelButtonView']['fire']('execute'),_0x146d0f();}),this['keystrokes']['set']('Ctrl+Enter',(_0x17a909,_0x32592c)=>{this['submitButtonView']['isEnabled']&&(this['submitButtonView']['fire']('execute'),_0x32592c());}),this['on']('submit',(_0x3e0e50,_0x3dfceb)=>{_0x3dfceb['length']>0xfde8?(alert(S(_0x3f2aa2,'TOO_LONG_COMMENT_ALERT',[_0x3dfceb['length'],0xfde8])),_0x3e0e50['stop']()):this['editor']['setData']('');},{'priority':'high'});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['createEditor'](){return this['editor']||(this['editor']=new Ut(this['_editorConfig']),this['_editorCreationPromise']=this['editor']['create']()['then'](()=>{if(this['_isDestroyed'])return;const _0x28194d=this['editor'];this['element']['insertBefore'](_0x28194d['ui']['element'],this['element']['firstChild']),_0x28194d['model']['document']['on']('change',()=>this['value']=_0x28194d['getData']()),_0x28194d['bind']('placeholder')['to'](this),this['focusables']['add'](_0x28194d['ui']['view'],0x0),this['fire']('editorReady',this['editor']);})),this['_editorCreationPromise'];}['focus'](_0x525ccd){-0x1===_0x525ccd?(this['focusCycler']['focusFirst'](),this['focusCycler']['focusLast']()):this['focusCycler']['focusFirst']();}async['destroy'](){this['_isDestroyed']||(this['_isDestroyed']=!0x0,this['editor']&&(await this['_editorCreationPromise'],await this['editor']['destroy'](),this['fire']('editorDestroyed',this['editor'])),await super['destroy']());}['_createSubmitButton'](){const {locale:_0x5cf730}=this,_0x4a0143=new _0x39ffad(_0x5cf730);return _0x4a0143['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--submit']}}),_0x4a0143['withText']=!0x0,_0x4a0143['bind']('label')['to'](this,'submitLabel'),_0x4a0143['on']('execute',()=>{this['fire']('submit',this['value']);}),_0x4a0143['bind']('isEnabled')['to'](this,'value',this,'disabledSubmit',(_0x59c448,_0x13d1e1)=>!_0x13d1e1&&!!_0x59c448['trim']()),_0x4a0143;}['_createCancelButton'](){const {locale:_0x158e99}=this,_0x177a2f=new _0x39ffad(_0x158e99);return _0x177a2f['extendTemplate']({'attributes':{'class':['ck-comment__input-actions--cancel']}}),_0x177a2f['label']=S(_0x158e99,'Cancel'),_0x177a2f['withText']=!0x0,_0x177a2f['on']('execute',()=>{this['editor']['setData'](''),this['fire']('cancel');}),_0x177a2f;}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']),this['focusables']['forEach'](_0x5202bc=>{this['focusTracker']['add'](_0x5202bc['element']);}),this['focusables']['on']('change',(_0x4caf50,_0x12cdba)=>{for(const _0x3db03c of Array['from'](_0x12cdba['added'])['reverse']())this['focusTracker']['add'](_0x3db03c['element']);});}}class ie extends kt{constructor(_0x3db40c,_0x1036c9,_0x2dfa00){super(_0x3db40c),this['commentInputView']=new os(_0x3db40c,_0x2dfa00),this['focusCycler']=this['commentInputView']['focusCycler'],this['commentInputView']['bind']('showButtons')['to'](this['commentInputView']['focusTracker'],'isFocused',this['commentInputView'],'value',(_0x53f021,_0x372b95)=>_0x53f021||!!_0x372b95),this['set']('showInput',!0x1),this['on']('change:showInput',()=>{this['showInput']&&!this['commentInputView']['editor']&&this['commentInputView']['createEditor']();}),this['commentInputView']['delegate']('editorReady')['to'](this),this['commentInputView']['delegate']('editorDestroyed')['to'](this),this['userView']=new _0x37eaec(_0x3db40c,_0x1036c9),this['userView']['extendTemplate']({'attributes':{'class':'ck-thread__user','aria-hidden':!0x0}}),this['commentInputView']['extendTemplate']({'attributes':{'class':'ck-thread__input'}}),this['setTemplate']({'tag':'div','attributes':{'class':['ck-comment__input-container',this['bindTemplate']['if']('showInput','ck-comment__input-container--active')]},'children':[this['userView'],this['commentInputView']]});}['render'](){super['render'](),this['_focusOnNonInteractiveMouseDown']();}['destroy'](){return this['commentInputView']['destroy']()['then'](()=>super['destroy']());}['focus'](_0x13d0a1){this['commentInputView']['focus'](_0x13d0a1);}['_focusOnNonInteractiveMouseDown'](){this['listenTo'](this['element'],'mousedown',(_0xb0a602,_0x4c388d)=>{const {submitButtonView:_0x209fb9,cancelButtonView:_0xb6d25d,editor:_0x338e45}=this['commentInputView'];[_0x209fb9['element'],_0xb6d25d['element'],_0x338e45?_0x338e45['editing']['view']['getDomRoot']():null]['filter'](_0x504522=>_0x504522)['some'](_0x1e1632=>_0x1e1632['contains'](_0x4c388d['target']))||(this['focus'](),_0x4c388d['preventDefault']());});}}class cs extends kt{constructor(_0x202b0f){super(_0x202b0f);const _0x121344=this['bindTemplate'];this['set']('count',void 0x0),this['setTemplate']({'tag':'li','attributes':{'class':'ck-thread__comment-count'},'children':[{'text':_0x121344['to']('count',_0x3057da=>S(_0x202b0f,'NUMBER_OF_COMMENTS',_0x3057da))}]});}}class te extends kt{['commentViews'];['resolvedCommentView'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];['_collapsedCommentsView'];constructor(_0xb1f158,_0x8eb057,_0x10bd49){super(_0xb1f158);const _0x43d0b9=this['bindTemplate'];this['set']('hasDirtyComment',!0x1),this['set']('length',_0x8eb057['comments']['length']),this['set']('isActive',!0x1),this['_model']=_0x8eb057,this['_config']=_0x10bd49,this['commentViews']=this['createCollection'](),this['visibleViews']=this['createCollection'](),this['resolvedCommentView']=null,this['focusTracker']=new _0x144181(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['commentViews'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x415db2=>this['commentViews']['map'](_0x5bed18=>_0x5bed18['element'])['includes'](_0x415db2['target'])},'actions':{'focusPrevious':'arrowup','focusNext':'arrowdown'}}),this['_collapsedCommentsView']=new cs(_0xb1f158),this['_collapsedCommentsView']['bind']('count')['to'](this,'length',_0x542492=>_0x542492-this['_config']['maxCommentsWhenCollapsed']);for(const _0x3e1208 of _0x8eb057['comments'])this['_handleNewCommentModel'](_0x3e1208);this['_handleInfoComment'](),this['listenTo'](_0x8eb057['comments'],'add',(_0x5d910d,_0x2378c4)=>{const _0x5cd36a=this['_calculatePosition'](_0x2378c4);this['length']++,this['_handleNewCommentModel'](_0x2378c4,_0x5cd36a),this['refreshVisibleViews']();}),this['listenTo'](_0x8eb057['comments'],'remove',(_0x1fb084,_0x2a5c14)=>{this['length']--,this['_handleRemoveCommentModel'](_0x2a5c14),this['refreshVisibleViews']();}),this['listenTo'](_0x8eb057,'commentUpdated',()=>this['refreshVisibleViews']()),this['listenTo'](_0x8eb057,'change:isResolved',()=>this['_handleInfoComment']()),this['on']('change:isActive',()=>this['refreshVisibleViews']()),this['on']('change:hasDirtyComment',()=>this['refreshVisibleViews']()),this['setTemplate']({'tag':'ul','attributes':{'class':['ck-thread__comments',_0x43d0b9['if']('length','ck-hidden',_0x34fa84=>!_0x34fa84)],'aria-label':S(_0xb1f158,'Thread\x20comments')},'children':this['visibleViews']});}get['_shouldCollapse'](){return this['_model']['weight']>this['_config']['maxThreadTotalWeight']&&!this['isActive']&&!this['hasDirtyComment'];}['render'](){super['render'](),this['refreshVisibleViews'](),this['_setupKeyboardNavigation']();}['focus'](_0x2aca1a){-0x1===_0x2aca1a?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['destroy'](){this['_collapsedCommentsView']['destroy']();for(const _0xc68193 of this['commentViews'])_0xc68193['destroy']();super['destroy']();}['refreshVisibleViews'](){this['_shouldCollapse']?this['_rearrangeCollapse']():this['_rearrangeExpand']();}['_handleNewCommentModel'](_0x422a1a,_0x4ad0b3){const _0x2d7495=new this['_config']['CommentView'](this['locale'],_0x422a1a,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig']});_0x2d7495['viewUid']=_0x422a1a['id'],_0x2d7495['delegate']('removeComment')['to'](this),_0x2d7495['delegate']('updateComment')['to'](this),_0x2d7495['delegate']('resolveCommentThread')['to'](this),_0x2d7495['delegate']('editorReady')['to'](this),_0x2d7495['delegate']('editorDestroyed')['to'](this),this['listenTo'](_0x2d7495,'change:isEditMode',()=>this['_updateHasDirtyComment']()),this['commentViews']['add'](_0x2d7495,_0x4ad0b3);}['_calculatePosition'](_0x14a41d){const _0xe69800=this['_model']['_findOptimalIndex'](_0x14a41d);return this['resolvedCommentView']?this['resolvedCommentView']['authoredAt']>_0x14a41d['authoredAt']?_0xe69800-0x1:_0xe69800:_0xe69800-0x1;}['_handleInfoComment'](){if(this['_model']['resolvedBy']&&this['_model']['resolvedAt']){const _0x11de58={'id':'resolved','author':this['_model']['resolvedBy'],'authoredAt':this['_model']['resolvedAt'],'content':S(this['locale'],'Marked\x20as\x20resolved'),'attributes':{}};this['resolvedCommentView']=new this['_config']['CommentView'](this['locale'],_0x11de58,{'maxCommentCharsWhenCollapsed':this['_config']['maxCommentCharsWhenCollapsed'],'formatDateTime':this['_config']['formatDateTime'],'editorConfig':this['_config']['editorConfig'],'isSystemComment':!0x0}),this['commentViews']['add'](this['resolvedCommentView'],this['_model']['_findOptimalIndex'](_0x11de58));}else this['resolvedCommentView']&&(this['commentViews']['remove'](this['resolvedCommentView']),this['resolvedCommentView']['destroy'](),this['resolvedCommentView']=null);this['refreshVisibleViews']();}['_handleRemoveCommentModel'](_0x5382ee){const _0x2246b1=this['commentViews']['remove'](_0x5382ee['id']);this['stopListening'](_0x2246b1),_0x2246b1['isEditMode']&&this['_updateHasDirtyComment'](),_0x2246b1['destroy']();}['_updateHasDirtyComment'](){this['hasDirtyComment']=Array['from'](this['commentViews'])['some'](_0x17243e=>_0x17243e['isEditMode']);}['_rearrangeCollapse'](){const _0x551c39=function(_0x18db93){const _0x4973be=new _0x51030a();for(const _0x5c43b5 of _0x18db93)_0x4973be['add'](_0x5c43b5);return _0x4973be;}(this['commentViews']),_0xa838d2=this['_collapsedCommentsView']['count'];for(let _0x3f4afe=0x1;_0x3f4afe<=_0xa838d2;_0x3f4afe++)_0x551c39['remove'](0x1);for(const _0x3e7c6b of _0x551c39)_0x3e7c6b['collapse']();_0xa838d2>0x0&&_0x551c39['add'](this['_collapsedCommentsView'],0x1),as(_0x22acd8(Array['from'](this['visibleViews']),Array['from'](_0x551c39)),this['visibleViews'],_0x551c39);}['_rearrangeExpand'](){as(_0x22acd8(Array['from'](this['visibleViews']),Array['from'](this['commentViews'])),this['visibleViews'],this['commentViews']);for(const _0x164b9b of this['visibleViews'])_0x164b9b['expand']();}['_setupKeyboardNavigation'](){this['commentViews']['forEach'](_0x96179d=>{this['focusTracker']['add'](_0x96179d['element']),this['keystrokes']['listenTo'](_0x96179d['element']);}),this['commentViews']['on']('change',(_0x39b7a4,_0x1e14dd)=>{for(const _0x2cd8b8 of _0x1e14dd['removed'])this['focusTracker']['remove'](_0x2cd8b8['element']),this['keystrokes']['stopListening'](_0x2cd8b8['element']);for(const _0x46de9f of Array['from'](_0x1e14dd['added'])['reverse']())this['focusTracker']['add'](_0x46de9f['element']),this['keystrokes']['listenTo'](_0x46de9f['element']);});}}function as(_0x157e65,_0x458915,_0x5af836){let _0x4c8f67=0x0;for(const _0x4fc335 of _0x157e65)switch(_0x4fc335){case'insert':_0x458915['add'](_0x5af836['get'](_0x4c8f67),_0x4c8f67),_0x4c8f67++;break;case'delete':_0x458915['remove'](_0x4c8f67);break;case'equal':_0x4c8f67++;}}class ls extends kt{constructor(_0x597def){super(_0x597def);const _0x5a3c53=this['bindTemplate'];this['set']('contextValue',''),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-context__value'],'aria-label':_0x5a3c53['to']('contextValue',_0x37defb=>S(_0x597def,'THREAD_CONTEXT_LABEL',_0x37defb)),'tabindex':-0x1},'children':[{'text':_0x5a3c53['to']('contextValue')}]});}['focus'](){this['element']['focus']();}}class Zt extends kt{['_model'];['reopenButtonView'];['contextView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0x1ab3e5,_0x32cf16){super(_0x1ab3e5);const _0xeb9385=this['bindTemplate'];this['_model']=_0x32cf16,this['reopenButtonView']=this['_createReopenButton'](),this['contextView']=this['_createContextView'](),this['focusables']=this['createCollection']([this['contextView'],this['reopenButtonView']]),this['focusTracker']=new _0x144181(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['bind']('hasContext')['to'](this['_model'],'context',_0x139c20=>!!_0x139c20),this['bind']('contextValue')['to'](this['_model'],'context',_0x215f04=>_0x215f04&&_0x215f04['value']?this['_trimContextValue'](_0x215f04['value']):S(this['locale'],'Comment\x20was\x20made\x20on\x20an\x20element')),this['setTemplate']({'tag':'div','attributes':{'class':['ck-thread__header']},'children':[{'tag':'div','attributes':{'class':['ck-context-wrapper']},'children':[{'tag':'div','attributes':{'class':['ck-context',_0xeb9385['if']('hasContext','ck-context--quotes')]},'children':[this['contextView']]}]},{'tag':'div','attributes':{'class':['ck-annotation__actions']},'children':[this['reopenButtonView']]}]});}['render'](){super['render'](),this['_attachContextActions'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_createReopenButton'](){const _0x3687e0=new _0x39ffad(this['locale']);return _0x3687e0['label']=S(this['locale'],'Reopen'),_0x3687e0['tooltip']=S(this['locale'],'Reopen'),_0x3687e0['icon']='<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22m5.042\x209.367\x202.189\x201.837a.75.75\x200\x200\x201-.965\x201.149l-3.788-3.18a.747.747\x200\x200\x201-.21-.284.75.75\x200\x200\x201\x20.17-.945L6.23\x204.762a.75.75\x200\x201\x201\x20.964\x201.15L4.863\x207.866h8.917A.75.75\x200\x200\x201\x2014\x207.9a4\x204\x200\x201\x201-1.477\x207.718l.344-1.489a2.5\x202.5\x200\x201\x200\x201.094-4.73l.008-.032H5.042z\x22/></svg>',_0x3687e0['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x75a8dc=>!_0x75a8dc),_0x3687e0['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x15c9ed,_0x210962)=>_0x15c9ed&&_0x210962),_0x3687e0['on']('execute',()=>{this['fire']('reopenCommentThread',this['_model']['id']);}),_0x3687e0;}['_trimContextValue'](_0x34ab96){if(_0x34ab96['length']<0x96)return _0x34ab96;const _0x20fcd1=_0x34ab96['lastIndexOf']('\x20',0x93);return _0x34ab96['substring'](0x0,_0x20fcd1>-0x1?_0x20fcd1:0x93)+'...';}['_attachContextActions'](){const _0x4bbecf=this['element']['querySelector']('.ck-context'),_0x3db7b7=_0x4bbecf['querySelector']('.ck-context__value');this['listenTo'](_0x4bbecf,'mouseenter',()=>{_0x3db7b7['offsetWidth']<_0x3db7b7['scrollWidth']&&_0x4bbecf['classList']['add']('overlay');}),this['listenTo'](_0x4bbecf,'mouseleave',()=>{_0x4bbecf['classList']['remove']('overlay');});}['_setupKeyboardNavigation'](){this['keystrokes']['listenTo'](this['element']);for(const _0x1e95e0 of this['focusables'])this['focusTracker']['add'](_0x1e95e0['element']),this['keystrokes']['listenTo'](_0x1e95e0['element']);}['_createContextView'](){const _0x46472b=new ls(this['locale']);return _0x46472b['bind']('contextValue')['to'](this),_0x46472b;}}class is extends kt{['_model'];['_config'];['commentThreadHeaderView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];constructor(_0xda9e36,_0x9c595d,_0x2fc781,_0x1fc573){super(_0xda9e36),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['_model']=_0x9c595d,this['_localUser']=_0x2fc781,this['_config']=_0x1fc573,this['commentThreadHeaderView']=new Zt(_0xda9e36,_0x9c595d),this['commentThreadHeaderView']['delegate']('reopenCommentThread')['to'](this),this['ariaDescriptionView']=new ts(_0xda9e36,S(_0xda9e36,'COMMENT_THREAD_DESCRIPTION')),this['listenTo'](this,'reopenCommentThread',()=>{this['focus']();}),this['commentsListView']=new te(_0xda9e36,_0x9c595d,Object['assign']({'CommentView':this['_config']['CommentView']},_0x1fc573)),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['delegate']('resolveCommentThread')['to'](this),this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['listenTo'](this,'resolveCommentThread',()=>{this['focus']();}),this['set']('length',this['commentsListView']['length']),this['bind']('length')['to'](this['commentsListView'],'length'),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x2e2576,_0x590211)=>_0x2e2576||!!_0x590211),this['bind']('isUnlinked')['to'](_0x9c595d,'unlinkedAt',_0x50ab1b=>!!_0x50ab1b),this['bind']('ariaLabel')['to'](this,'length',_0x29ca06=>{const _0x539fa1=this['_model']['comments']['first']?this['_model']['comments']['first']['author']['name']:this['_localUser']['name'];return S(this['locale'],'COMMENT_THREAD_LABEL',[_0x29ca06,_0x539fa1]);}),this['focusables']=this['createCollection']([this['commentsListView'],this['commentThreadInputView']]),this['focusTracker']=new _0x144181(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x41565f=>_0x41565f['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['focus'](){this['element']['focus']();}['render'](){super['render'](),_0x4a843e(this,this['focusables']);}async['destroy'](){this['isDirty']=!0x1,this['commentsListView']['destroy'](),await this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentThreadInputView'](){const _0x2249e0=new ie(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x5d1215=_0x2249e0['commentInputView'];return _0x2249e0['bind']('showInput')['to'](this,'isActive',this['_model'],'isReadOnly',this['_model'],'canComment',this['_model'],'archivedAt',_0x5d1215,'value',(_0x1d8f77,_0x3f1d1a,_0x5747cd,_0xaadf70,_0x50548c)=>!!_0x50548c||!!_0xaadf70&&_0x5747cd&&!_0x3f1d1a||_0x1d8f77&&_0x5747cd&&!_0x3f1d1a),_0x5d1215['bind']('placeholder')['to'](this,'length',this['_model'],'isResolvable',this['_model'],'isResolved',(_0x55dc31,_0x1e976e,_0x445b24)=>{let _0xe03480;return _0xe03480=_0x445b24&&_0x1e976e?'Reply\x20to\x20reopen\x20discussion...':_0x55dc31?'Reply...':'Write\x20a\x20comment...',S(this['locale'],_0xe03480);}),_0x5d1215['bind']('submitLabel')['to'](this,'length',_0x5b48c4=>S(this['locale'],_0x5b48c4?'Reply':'Comment')),_0x5d1215['on']('submit',(_0x52f53d,_0x4477b0)=>{this['fire']('addComment',_0x4477b0),this['_model']['isResolved']&&this['_model']['isResolvable']&&this['fire']('reopenCommentThread',this['_model']['id']),this['_model']['isSubmitted']||this['fire']('submitCommentThread');}),_0x5d1215['on']('cancel',()=>{this['focus']();}),_0x5d1215['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x5d1215['on']('cancel',_0x5aa52d=>{0x0==this['length']&&(this['fire']('removeCommentThread'),_0x5aa52d['stop']());}),this['on']('change:isActive',(_0x166d11,_0x30d543,_0xdc50cb)=>{_0xdc50cb||this['length']||_0x5d1215['value']||this['fire']('removeCommentThread');}),_0x2249e0;}}class vt extends/* #__PURE__ -- @preserve */
27
+ ti(is){['commentThreadChildren'];['containerElement'];['resolveButton'];['_boundFirstCommentView'];constructor(_0x1b8fc4,_0x2a29fd,_0xf5281f,_0x13e342){super(_0x1b8fc4,_0x2a29fd,_0xf5281f,_0x13e342),this['commentThreadChildren']=this['createCollection']([this['commentsListView'],this['commentThreadInputView'],this['ariaDescriptionView']]),this['set']('actionIndicator',null),this['containerElement']=null,this['_boundFirstCommentView']=null,this['locale']=_0x1b8fc4,this['resolveButton']=this['_createResolveButton'](),this['setTemplate'](this['getTemplate']()),this['on']('change:isActive',(_0x402c2a,_0x19b740,_0x2cae82)=>{_0x2cae82||this['_cancelAllConfirms']();}),this['listenTo'](this['_model'],'change:isReadOnly',(_0x41a1ba,_0x3b86d4,_0x232ae5)=>{_0x232ae5&&this['_cancelAllConfirms']();}),this['length']>0x0&&this['_bindFirstCommentView'](),this['listenTo'](this['commentsListView']['commentViews'],'add',()=>{this['_bindFirstCommentView']();});}['getTemplate'](){const _0xf849b6=this['bindTemplate'];return{'tag':'div','attributes':{'class':['ck','ck-thread','ck-reset_all-excluded','ck-rounded-corners',_0xf849b6['if']('isActive','ck-thread--active'),_0xf849b6['if']('isUnlinked','ck-thread--unlinked'),_0xf849b6['if']('isConfirm','ck-thread--remove-confirmation'),_0xf849b6['to']('actionIndicator',_0x15a011=>_0x15a011?'ck-thread--'+_0x15a011:'')],'data-thread-id':this['_model']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0xf849b6['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':[{'tag':'div','attributes':{'class':'ck-thread__container'},'children':this['commentThreadChildren']}]};}['render'](){super['render'](),this['containerElement']=this['element']['querySelector']('.ck-thread__container'),this['_model']['on']('change:archivedAt',()=>{this['_updateArchivedThreadHeader']();}),this['_updateArchivedThreadHeader']();}['_cancelAllConfirms'](){this['cancelConfirm']();for(const _0x474b8f of this['commentsListView']['commentViews'])_0x474b8f['cancelConfirm']();}['_bindFirstCommentView'](){const {locale:_0x4cde32}=this,_0x12e12e=this['commentsListView']['commentViews']['get'](0x0);_0x12e12e===this['_boundFirstCommentView']||_0x12e12e['isSystemComment']||(this['_boundFirstCommentView']=_0x12e12e,this['unbind']('actionIndicator'),this['bind']('actionIndicator')['to'](_0x12e12e,'actionIndicator',_0x81df=>'remove'===_0x81df?'remove':null),_0x12e12e['placeholder']=S(_0x4cde32,'Write\x20a\x20comment...'),_0x12e12e['removeButton']['on']('execute',_0x218a47=>{_0x218a47['stop'](),this['showConfirm'](S(_0x4cde32,'Delete\x20comment\x20thread?'),this['containerElement'])['then'](()=>{this['fire']('removeCommentThread');});},{'priority':'high'}),this['on']('removeConfirm',()=>{_0x12e12e['focus']();}),_0x12e12e['actionBar']['add'](this['resolveButton'],0x0),_0x12e12e['focusables']['add'](this['resolveButton'],0x0));}['_createResolveButton'](){const _0x205e2a=new _0x306c75(this['locale']);return _0x205e2a['label']=S(this['locale'],'Resolve'),_0x205e2a['tooltip']=S(this['locale'],'Resolve'),_0x205e2a['icon']=_0x31e9b7['check'],_0x205e2a['extendTemplate']({'attributes':{'class':'ck-comment--resolve'}}),_0x205e2a['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x32b884=>!_0x32b884),_0x205e2a['bind']('isVisible')['to'](this['_model'],'isResolvable',this['_model'],'isResolved',(_0x4d3cd5,_0xf94c33)=>_0x4d3cd5&&!_0xf94c33),_0x205e2a['on']('execute',()=>{this['fire']('resolveCommentThread',this['_model']['id']);}),_0x205e2a;}['_updateArchivedThreadHeader'](){this['_model']['archivedAt']?this['commentThreadChildren']['has'](this['commentThreadHeaderView'])||(this['commentThreadChildren']['add'](this['commentThreadHeaderView'],0x0),this['focusables']['add'](this['commentThreadHeaderView'],0x0)):this['commentThreadChildren']['has'](this['commentThreadHeaderView'])&&(this['commentThreadChildren']['remove'](this['commentThreadHeaderView']),this['focusables']['remove'](this['commentThreadHeaderView']));}}class hs extends kt{constructor(_0xaa4580){super(_0xaa4580),this['set']('content',''),this['setTemplate']({'tag':'div','attributes':{'class':['ck-content','ck-comment__content','ck-annotation__content']}});}['render'](){super['render'](),this['on']('change:content',(_0x29b06a,_0x3f88fd,_0xe9a10c)=>{this['element']['innerHTML']=_0xe9a10c;}),this['element']['innerHTML']=this['content'];}}class rs extends kt{['visibleView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x51596e,_0x28ecdc,_0x43de5c){super(_0x51596e),this['_model']=_0x28ecdc,this['_config']=_0x43de5c,this['isSystemComment']=!!this['_config']['isSystemComment'],this['set']('isEditMode',!0x1),this['set']('isCollapsed',!0x0),this['bind']('ariaLabel')['to'](_0x28ecdc,'content',_0x28ecdc,'authoredAt',(_0x1e9a95,_0x5a4994)=>S(_0x51596e,'COMMENT_ARIA_LABEL',[_0x28ecdc['author']['name'],_0x43de5c['formatDateTime'](_0x5a4994),new DOMParser()['parseFromString'](_0x1e9a95,'text/html')['body']['textContent'],_0x28ecdc['isExternal']?this['getExternalCommentNote']():''])),this['ariaDescriptionView']=new ts(_0x51596e,S(_0x51596e,'COMMENT_THREAD_DESCRIPTION')),this['visibleView']=this['createCollection'](),this['visibleView']['add'](this['_createCommentContentView']()),this['focusables']=new _0x93391d(),this['focusTracker']=new _0x144181(),this['keystrokes']=new jt(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2dd472=>_0x2dd472['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}});}['expand'](){this['isCollapsed']=!0x1;}['collapse'](){this['isEditMode']||(this['isCollapsed']=!0x0);}['focus'](){this['element']['focus']();}['render'](){super['render'](),this['_setupKeyboardNavigation']();}async['destroy'](){await this['visibleView']['get'](0x0)['destroy'](),super['destroy']();}['switchToEditMode'](){this['isEditMode']||(this['isEditMode']=!0x0,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentInputView']()));}['switchToDisplayMode'](){this['isEditMode']&&(this['isEditMode']=!0x1,this['visibleView']['remove'](0x0)['destroy'](),this['visibleView']['add'](this['_createCommentContentView']()));}['getExternalCommentNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):S(this['locale'],'EXTERNAL_COMMENT');}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?S(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):S(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['_createCommentContentView'](){const _0x3665a1=new hs(this['locale']);return _0x3665a1['bind']('content')['to'](this['_model'],'content',this,'isCollapsed',(_0x4b802c,_0x1984c4)=>_0x1984c4?_0x574aa7(_0x4b802c,{'limit':this['_config']['maxCommentCharsWhenCollapsed']}):_0x4b802c),_0x3665a1;}['_createCommentInputView'](){this['_config']['editorConfig']||(this['_config']['editorConfig']={}),this['_config']['editorConfig']['initialData']=this['_model']['content'];const _0x25574f=new os(this['locale'],this['_config']['editorConfig']);return _0x25574f['value']=this['_model']['content'],_0x25574f['bind']('disabledSubmit')['to'](this['_model'],'isReadOnly'),_0x25574f['submitLabel']=S(this['locale'],'Save'),_0x25574f['on']('submit',(_0x1f9b7e,_0x25455f)=>{this['fire']('updateComment',this['_model']['id'],_0x25455f),this['switchToDisplayMode'](),this['focus']();}),_0x25574f['on']('cancel',()=>{this['switchToDisplayMode'](),this['focus']();}),_0x25574f['once']('editorReady',()=>{_0x25574f['focus']();}),_0x25574f['createEditor'](),_0x25574f['delegate']('editorReady')['to'](this),_0x25574f['delegate']('editorDestroyed')['to'](this),_0x25574f;}['_setupKeyboardNavigation'](){const _0x5844f5=this['element'];this['keystrokes']['listenTo'](_0x5844f5);for(const _0x46f9ee of this['focusables'])this['focusTracker']['add'](_0x46f9ee['element']),this['keystrokes']['listenTo'](_0x46f9ee['element']);this['focusables']['on']('change',(_0x3af6d5,_0x4e27ef)=>{for(const _0x11560d of _0x4e27ef['removed'])this['focusTracker']['remove'](_0x11560d['element']),this['keystrokes']['stopListening'](_0x11560d['element']);for(const _0x15487e of _0x4e27ef['added'])this['focusTracker']['add'](_0x15487e['element']),this['keystrokes']['listenTo'](_0x15487e['element']);}),this['keystrokes']['set']('enter',(_0xcd8edf,_0x2e6f01)=>{_0x5844f5===_0xcd8edf['target']&&(this['focusCycler']['focusFirst'](),_0x2e6f01());}),this['keystrokes']['set']('esc',(_0x406614,_0x5970cd)=>{_0x5844f5!==_0x406614['target']&&(this['focus'](),_0x5970cd());});}}class gt extends/* #__PURE__ -- @preserve */
28
+ ti(rs){['actionBar'];['userView'];constructor(_0x170134,_0x269dc9,_0x4eb4ad){super(_0x170134,_0x269dc9,_0x4eb4ad),this['set']('actionIndicator',null),this['set']('placeholder',S(_0x170134,'Reply...')),this['bind']('authoredAt')['to'](_0x269dc9),this['bind']('resolvedAt')['to'](_0x269dc9),this['actionBar']=this['createCollection'](),this['isSystemComment']||(this['editButton']=this['_createEditButton'](),this['removeButton']=this['_createRemoveButton'](),this['items']=this['createCollection'](),this['items']['addMany']([this['editButton'],this['removeButton']]),this['dropdown']=this['_createDropdown'](),this['actionBar']['add'](this['dropdown']),this['focusables']['add'](this['dropdown'])),this['userView']=new _0x37eaec(_0x170134,_0x269dc9['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-comment__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['listenTo'](_0x269dc9,'change:isRemovable',()=>this['cancelConfirm']()),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x28182e=this['bindTemplate'],_0x8a1d35=[{'tag':'div','attributes':{'class':['ck-comment__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-comment__info-name','ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x28182e['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x28182e['to']('authoredAt',_0x2c6322=>this['_config']['formatDateTime'](_0x2c6322))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions','ck-annotation__actions',_0x28182e['if']('isEditMode','ck-comment__actions--hidden'),_0x28182e['if']('isEditMode','ck-annotation__actions--hidden')]},'children':this['actionBar']},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this['visibleView']},this['ariaDescriptionView']];return this['_model']['isExternal']&&_0x8a1d35['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalCommentNote']()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x28182e['if']('isConfirm','ck-comment--remove-confirmation')],'tabindex':-0x1,'aria-label':_0x28182e['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id'],'role':'listitem'},'children':[{'tag':'div','attributes':{'class':['ck-comment','ck-annotation',_0x28182e['if']('isEditMode','ck-comment--edit'),_0x28182e['if']('isSystemComment','ck-comment--info'),_0x28182e['to']('actionIndicator',_0x9da81b=>_0x9da81b?'ck-comment--'+_0x9da81b:'')],'data-author-id':this['_model']['author']['id'],'data-comment-id':this['_model']['id'],'role':'group'},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-comment__main','ck-annotation__main']},'children':_0x8a1d35}]}]};}['_createEditButton'](){const _0x2ad592=new _0x39ffad(this['locale']);return _0x2ad592['label']=S(this['locale'],'Edit'),_0x2ad592['icon']=_0x31e9b7['pencil'],_0x2ad592['withText']=!0x0,_0x2ad592['extendTemplate']({'attributes':{'class':'ck-comment--edit'}}),_0x2ad592['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x57d814=>!_0x57d814),_0x2ad592['bind']('isVisible')['to'](this['_model'],'isEditable'),_0x2ad592['on']('execute',()=>this['switchToEditMode']()),_0x2ad592;}['_createRemoveButton'](){const _0x1348cb=new _0x39ffad(this['locale']);return _0x1348cb['label']=S(this['locale'],'Remove'),_0x1348cb['icon']='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M5.2\x207h9.2c.6\x200\x201\x20.4\x201\x201v9.9c0\x20.5-.4\x201-1\x201H5.2a1\x201\x200\x200\x201-1-1V8c0-.6.4-1\x201-1zm1\x201.5c-.3\x200-.5.2-.5.5v8c0\x20.3.2.5.5.5h.5c.2\x200\x20.5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5\x200c-.2\x200-.5.2-.5.5v8c0\x20.3.3.5.5.5h.5c.3\x200\x20.5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5\x203.6H3.8c-.5\x200-.7.3-.7.8s.2.7.7.7h12c.6\x200\x20.9-.2.9-.7\x200-.5-.3-.8-1-.8h-2.4l-1.8-2.2z\x22/></svg>\x0a',_0x1348cb['withText']=!0x0,_0x1348cb['extendTemplate']({'attributes':{'class':'ck-comment--remove'}}),_0x1348cb['bind']('isEnabled')['to'](this['_model'],'isReadOnly',_0x578869=>!_0x578869),_0x1348cb['bind']('isVisible')['to'](this['_model'],'isRemovable'),_0x1348cb['on']('execute',()=>{this['showConfirm'](S(this['locale'],'Delete\x20comment?'),this['element'])['then'](()=>{this['fire']('removeComment',this['_model']['id']);});}),_0x1348cb;}['_createDropdown'](){const _0x28644e=_0x17c6b8(this['locale'],_0x12fcb7),_0x2ffbeb=_0x28644e['panelView']['children'],_0xe5355c=new _0x5ee7c8(this['locale']),_0x47765f=_0x28644e['bindTemplate'];_0x4e45fd(_0x28644e,()=>this['items']['find'](_0x85f50c=>_0x85f50c['isVisible'])),_0x28644e['extendTemplate']({'attributes':{'class':[_0x47765f['if']('isVisible','ck-hidden',_0x29655d=>!_0x29655d)]}});const _0x2c1d03=(_0x2de212,_0xda350c=-0x1)=>{const _0x42cc84=new _0x352b11(this['locale']);_0x42cc84['children']['add'](_0x2de212);const _0x413a99=_0xda350c>-0x1?_0xda350c:_0xe5355c['items']['length'];_0xe5355c['items']['add'](_0x42cc84,_0x413a99);const _0x2eca48=Array['from'](this['items']);_0x28644e['unbind']('isEnabled','isVisible'),_0x28644e['bind']('isEnabled')['toMany'](_0x2eca48,'isEnabled',(..._0x3a6421)=>_0x3a6421['some'](_0x4b62cf=>_0x4b62cf)),_0x28644e['bind']('isVisible')['toMany'](_0x2eca48,'isVisible',(..._0x17e0e9)=>_0x17e0e9['some'](_0x2390bf=>_0x2390bf));};_0x28644e['panelPosition']='sw',_0x28644e['buttonView']['set']({'label':S(this['locale'],'Show\x20more\x20items'),'icon':_0x31e9b7['threeVerticalDots']});for(const _0x3b0fa5 of this['items'])_0x2c1d03(_0x3b0fa5);return _0x2ffbeb['add'](_0xe5355c),_0x28644e['listenTo'](this['items'],'add',(_0x4f5734,_0x24f606,_0xe1ae2d)=>{_0x2c1d03(_0x24f606,_0xe1ae2d);}),_0x28644e['listenTo'](this['items'],'remove',(_0x3874b9,_0x773c26,_0x53bbe4)=>{_0xe5355c['items']['remove'](_0x53bbe4);}),_0x28644e;}['_attachActions'](_0x1e2967,_0x4385fa){const _0x95620a=_0x1e2967&&_0x1e2967['element'];_0x95620a&&(this['listenTo'](_0x95620a,'mouseenter',()=>this['actionIndicator']=_0x4385fa),this['listenTo'](_0x95620a,'focus',()=>this['actionIndicator']=_0x4385fa),this['listenTo'](_0x95620a,'mouseleave',()=>this['actionIndicator']=null),this['listenTo'](_0x95620a,'blur',()=>this['actionIndicator']=null));}['_createCommentInputView'](){const _0x3b26a8=super['_createCommentInputView']();return _0x3b26a8['bind']('placeholder')['to'](this),_0x3b26a8;}['render'](){super['render'](),this['_attachActions'](this['editButton'],'edit'),this['_attachActions'](this['removeButton'],'remove');}}function Lt(_0x422328){const _0x5ed43d=Dt(_0x422328,0x1e),_0x2fffe8=new MutationObserver(_0x299092=>{for(const _0x39535c of _0x299092)('attributes'==_0x39535c['type']&&'class'==_0x39535c['attributeName']||'childList'==_0x39535c['type']||'characterData'==_0x39535c['type'])&&_0x5ed43d();});return{'attach'(_0x42a080){_0x2fffe8['observe'](_0x42a080,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x2fffe8['disconnect'](),_0x5ed43d['cancel']();}};}class T extends kt{['focusTracker'];['id'];['keystrokes'];['content'];['mainView'];['_mutationObserver'];constructor(_0x2ed837,_0xf3fc94){super(_0x2ed837),this['id']=_0x487f3d(),this['focusTracker']=new _0x144181(),this['keystrokes']=new jt(),this['keystrokes']['set']('Esc',(_0x4eb178,_0x202046)=>this['fire']('Esc',_0x202046)),this['set']('targetRect',{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),this['set']('height',0x0),this['set']('isActive',!0x1),this['set']('isDirty',!0x1),this['set']('length',0x0),this['set']('type',''),this['_mutationObserver']=Lt(()=>this['_updateHeight']()),this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this),this['content']['add'](_0xf3fc94),this['mainView']=_0xf3fc94;const _0x1b2fec=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-annotation-wrapper','ck-rounded-corners',_0x1b2fec['if']('isActive','ck-annotation-wrapper--active')],'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['focusTracker']['add'](this['element']),this['keystrokes']['listenTo'](this['element']),this['_mutationObserver']['attach'](this['element']);}['destroy'](){this['content']['clear'](),this['keystrokes']['destroy'](),this['focusTracker']['destroy'](),this['_mutationObserver']['detach'](),super['destroy']();}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['_updateHeight'](){const _0x3c277a=this['element']['clientHeight'];_0x3c277a&&(this['height']=_0x3c277a);}}class d extends/* #__PURE__ -- @preserve */
29
+ _0x8dc7e(){['view'];['focusableElements'];['_type'];['_target'];constructor({view:_0x1a1f98,target:_0x566d34,type:_0x254007,isVisible:_0x2a8614=!0x0}){super(),this['view']=_0x1a1f98,this['view']['element']||this['view']['render'](),this['_type']=_0x254007,this['_target']=_0x566d34,d['_assertCorrectTarget'](this['_getNormalizedTarget']()),this['focusableElements']=new _0x51030a([this['view']['element']],{'idProperty':'_id'}),this['focusableElements']['on']('add',(_0x5da4b3,_0x5c6523)=>{this['view']['focusTracker']['add'](_0x5c6523);}),this['focusableElements']['on']('remove',(_0x4ffe95,_0x13b396)=>{this['view']['focusTracker']['remove'](_0x13b396);}),this['set']('isVisible',_0x2a8614);}get['type'](){return'function'==typeof this['_type']?this['_type']():this['_type'];}get['innerView'](){return this['view']['mainView'];}get['target'](){const _0x146fed=this['_getNormalizedTarget']();return d['_assertCorrectTarget'](_0x146fed),_0x146fed;}get['targetRect'](){const _0x5172d8=this['target'];if(null===_0x5172d8)return null;if(_0x5172d8 instanceof _0x53dfa2)return _0x5172d8;const _0x19c8a2=_0x5172d8['filter'](_0x2b56fe=>function(_0x426f53){const _0x5cf808=_0x426f53['offsetParent'];if(_0x5cf808)return!0x0;const _0x4c0e61=_0x426f53['getClientRects']()['item'](0x0);return!!_0x4c0e61;}(_0x2b56fe));return 0x0===_0x19c8a2['length']?null:new _0x53dfa2(_0x19c8a2[0x0]['getClientRects']()['item'](0x0));}get['isActive'](){return this['view']['isActive'];}set['isActive'](_0x40a0f8){this['view']['isActive']=_0x40a0f8,this['view']['mainView']['isActive']=_0x40a0f8;}['updateTargetRect'](){this['view']['targetRect']=this['targetRect'];}['destroy'](){this['focusableElements']['stopListening'](),this['focusableElements']['clear'](),this['stopListening']();}['refreshVisibility'](){this['isVisible']=!!this['targetRect'];}static['_assertCorrectTarget'](_0x47d53f){if(!(null===_0x47d53f||_0x47d53f instanceof _0x53dfa2||Array['isArray'](_0x47d53f)&&_0x47d53f['every'](_0xa2be0=>ne(_0xa2be0))))throw new _0x26d752('annotation-invalid-target',null,{'target':_0x47d53f});}['_getNormalizedTarget'](){const _0xc9546d='function'==typeof this['_target']?this['_target']():this['_target'];return ne(_0xc9546d)?[_0xc9546d]:_0xc9546d;}}function ne(_0x55443f){return null!==_0x55443f&&'object'==typeof _0x55443f&&'nodeType'in _0x55443f&&0x1===_0x55443f['nodeType'];}class x extends _0x51030a{['_innerViewToAnnotation'];['_viewToAnnotation'];['_focusTracker'];constructor(_0x2f0bd0=[]){super(),this['_innerViewToAnnotation']=new Map(),this['_viewToAnnotation']=new Map(),this['_focusTracker']=new _0x144181(),this['_focusTracker']['on']('change:isFocused',(_0x54a9fd,_0x508c21,_0x51267a)=>{_0x51267a||this['fire']('blur');});for(const _0x4353b2 of _0x2f0bd0)this['add'](_0x4353b2);}get['isFocused'](){return this['_focusTracker']['isFocused'];}['add'](_0x20a0b7){if(this['has'](_0x20a0b7))throw new _0x26d752('annotationcollection-duplicated-item',null);this['_innerViewToAnnotation']['set'](_0x20a0b7['innerView'],_0x20a0b7),this['_viewToAnnotation']['set'](_0x20a0b7['view'],_0x20a0b7);for(const _0x3f04e5 of _0x20a0b7['focusableElements'])this['_focusTracker']['add'](_0x3f04e5);this['listenTo'](_0x20a0b7['focusableElements'],'add',(_0xe11996,_0x364100)=>{this['_focusTracker']['add'](_0x364100);}),this['listenTo'](_0x20a0b7['focusableElements'],'remove',(_0x57b802,_0x51c275)=>{this['_focusTracker']['remove'](_0x51c275);}),this['listenTo'](_0x20a0b7['view']['focusTracker'],'change:isFocused',(_0x5df2a4,_0x5c20f4,_0x56ace5)=>{_0x56ace5&&this['fire']('focus',_0x20a0b7);}),_0x20a0b7['updateTargetRect']();const _0x41d0da=this['_getOrderInContent'](_0x20a0b7['view']['targetRect']);return super['add'](_0x20a0b7,_0x41d0da);}['remove'](_0x3b3e55){if(!this['has'](_0x3b3e55))throw new _0x26d752('annotationcollection-not-existing-item',null);this['stopListening'](_0x3b3e55['view']['focusTracker']),this['stopListening'](_0x3b3e55['focusableElements']);for(const _0x3505c3 of _0x3b3e55['focusableElements'])this['_focusTracker']['remove'](_0x3505c3);return this['_viewToAnnotation']['delete'](_0x3b3e55['view']),this['_innerViewToAnnotation']['delete'](_0x3b3e55['innerView']),super['remove'](_0x3b3e55);}['getByInnerView'](_0x1135ef){return this['_innerViewToAnnotation']['get'](_0x1135ef);}['getByView'](_0x381f77){return this['_viewToAnnotation']['get'](_0x381f77);}['destroy'](){super['clear'](),this['stopListening'](),this['_innerViewToAnnotation']['clear'](),this['_viewToAnnotation']['clear'](),this['_focusTracker']['destroy']();}['refreshPositioning'](){for(const _0x5dcf1f of this)_0x5dcf1f['updateTargetRect']();this['_sort']();}['_sort'](){const _0x5571a0=Array['from'](this)['sort']((_0x35f49b,_0x4963d5)=>v(_0x35f49b['view']['targetRect'],_0x4963d5['view']['targetRect']));for(let _0x4596e0=_0x5571a0['length']-0x1;_0x4596e0>0x0;_0x4596e0--){const _0x57efe2=_0x5571a0[_0x4596e0];_0x4596e0!==this['getIndex'](_0x57efe2)&&(this['remove'](_0x57efe2),this['add'](_0x57efe2));}}['_getOrderInContent'](_0x3ce4e6){let _0x503cf8=0x0;if(!_0x3ce4e6)return this['length'];for(const _0x2f9358 of this){const _0x21e4a6=_0x2f9358['view']['targetRect'];if(_0x21e4a6){if(v(_0x3ce4e6,_0x21e4a6)<0x0)return _0x503cf8;_0x503cf8++;}}return _0x503cf8;}}function v(_0x187b6d,_0x58fee5){if(null===_0x187b6d&&null===_0x58fee5)return 0x0;if(null===_0x187b6d)return-0x1;if(null===_0x58fee5)return 0x1;const _0x514d5c=_0x187b6d['top']-_0x58fee5['top'];return 0x0==_0x514d5c?_0x187b6d['left']-_0x58fee5['left']:_0x514d5c;}class N extends _0x4f99d3{['collection'];['_visibleAnnotations'];static get['pluginName'](){return'Annotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8a2e6b){if(super(_0x8a2e6b),this['collection']=new x(),this['_visibleAnnotations']=new x(),this['set']('activeAnnotations',new Set()),this['_bindAnnotationsToVisibleAnnotations'](),_0x8a2e6b instanceof _0xbf2aaf){const _0x558799=_0x8a2e6b['locale'];_0x8a2e6b['accessibility']['addKeystrokeInfoGroup']({'id':'annotations','label':S(_0x558799,'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'),'keystrokes':[{'label':S(_0x558799,'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'),'keystroke':'Ctrl+Shift+E'},{'label':S(_0x558799,'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'),'keystroke':'Esc'},{'label':S(_0x558799,'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'),'keystroke':'Enter'},{'label':S(_0x558799,'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'),'keystroke':[['Tab'],['Shift+Tab']]},{'label':S(_0x558799,'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'),'keystroke':['Ctrl+Enter']},{'label':S(_0x558799,'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'),'keystroke':[['Arrowup'],['Arrowdown']]}]});}this['_setupEnterAnnotationKeystroke'](),this['_setupEscapeAnnotationHandling']();}['add'](_0x40a0a4){this['collection']['add'](_0x40a0a4);}['remove'](_0x54f14a){this['collection']['remove'](_0x54f14a),_0x54f14a['destroy']();}['refreshVisibility'](){for(const _0x3205b1 of this['collection'])_0x3205b1['refreshVisibility']();}['refreshPositioning'](){this['_visibleAnnotations']['refreshPositioning']();}['getByInnerView'](_0x3f0974){return this['collection']['getByInnerView'](_0x3f0974);}['deactivateAll'](){this['fire']('_deactivateAllAnnotations');}['destroy'](){for(const _0xbbcb6b of this['collection'])_0xbbcb6b['destroy']();this['_visibleAnnotations']['destroy'](),this['collection']['destroy'](),super['destroy']();}['activate'](_0x410b57){this['fire']('_activateAnnotation',_0x410b57);}['createAnnotation'](_0xa716e6){return new d(_0xa716e6);}['createAnnotationView'](_0x307330,_0x553f34){return new T(_0x307330,_0x553f34);}['_addActiveAnnotation'](_0x3201a5){const _0x5057be=new Set(this['activeAnnotations']);_0x5057be['add'](_0x3201a5),this['activeAnnotations']=_0x5057be;}['_removeActiveAnnotation'](_0x468c76){const _0x3fbe4e=new Set(this['activeAnnotations']);_0x3fbe4e['delete'](_0x468c76),this['activeAnnotations']=_0x3fbe4e;}['_bindAnnotationsToVisibleAnnotations'](){const _0x55ee11=this['collection'],_0x3e4b60=this['_visibleAnnotations'];function _0x3b236b(_0x4fc525){const _0x98f2d1=_0x4fc525['source'];_0x98f2d1['isVisible']&&!_0x3e4b60['has'](_0x98f2d1)?_0x3e4b60['add'](_0x98f2d1):!_0x98f2d1['isVisible']&&_0x3e4b60['has'](_0x98f2d1)&&_0x3e4b60['remove'](_0x98f2d1),_0x98f2d1['view']['focusTracker']['remove'](_0x98f2d1['view']['element']),_0x98f2d1['view']['focusTracker']['add'](_0x98f2d1['view']['element']);}this['listenTo'](_0x55ee11,'add',(_0x181155,_0x1cf5a6)=>{_0x1cf5a6['isVisible']&&_0x3e4b60['add'](_0x1cf5a6),this['listenTo'](_0x1cf5a6,'change:isVisible',_0x3b236b);}),this['listenTo'](_0x55ee11,'remove',(_0x26b3dc,_0x41482e)=>{_0x3e4b60['has'](_0x41482e)&&_0x3e4b60['remove'](_0x41482e),this['stopListening'](_0x41482e,'change:isVisible',_0x3b236b);});}['_setupEnterAnnotationKeystroke'](){const _0x5110e5=_0x134f13=>{_0x134f13['on']('ready',()=>{_0x134f13['keystrokes']['set'](_0x404b40,(_0x302520,_0x12793d)=>{const _0x31ed03=_0xe44e66(this['activeAnnotations']['values']());_0x31ed03&&(_0x31ed03['view']['focus'](),_0x12793d());});});};this['context']instanceof _0xbf2aaf?_0x5110e5(this['context']):this['context']['editors']&&this['context']['editors']['on']('add',(_0x5b0d1e,_0xec8be8)=>{_0x5110e5(_0xec8be8);});}['_setupEscapeAnnotationHandling'](){const _0x58bdf2=_0x2e8eb6=>{const _0x68dd51=_0x2e8eb6['source'],_0x28e99d=[];let _0x2378e1;if(Array['isArray'](_0x68dd51['target'])){_0x2378e1=_0x68dd51['target'][0x0],this['context']instanceof _0xbf2aaf?_0x28e99d['push'](this['context']):this['context']['editors']&&_0x28e99d['push'](...this['context']['editors']);for(const _0x2f32c3 of _0x28e99d)for(const _0x5af30a of _0x2f32c3['editing']['view']['domRoots']['values']())if(_0x5af30a['contains'](_0x2378e1))return void _0x2f32c3['editing']['view']['focus']();_0x2378e1['focus']();}};this['listenTo'](this['collection'],'add',(_0x1a980b,_0x21a1a8)=>{this['listenTo'](_0x21a1a8,'escape',_0x58bdf2,{'priority':'low'});}),this['listenTo'](this['collection'],'remove',(_0x9322b9,_0x5a3c15)=>{this['stopListening'](_0x5a3c15,'escape',_0x58bdf2);});}}const Tt=Symbol('noChannel'),_t={'admin':!0x0,'modifyAll':!0x1,'write':!0x0,'resolve':!0x0};class o extends _0x4f99d3{['_threads'];['_threadToController'];['_viewToController'];static get['requires'](){return[N,ht,it];}static get['pluginName'](){return'CommentsRepository';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2b347f){super(_0x2b347f),this['_threads']=new Map(),this['_threadToController']=new Map(),this['_viewToController']=new Map(),this['set']('_readOnlyChannels',new Set()),this['set']('_permissions',new Map());const _0x4e9945=this['context']['config'];_0x4e9945['define']('comments.maxCommentsWhenCollapsed',0x2),_0x4e9945['define']('comments.maxThreadTotalWeight',0x1f4),_0x4e9945['define']('comments.maxCommentCharsWhenCollapsed',0x8c),_0x4e9945['define']('comments.CommentThreadView',vt),_0x4e9945['define']('comments.CommentView',gt),_0x4e9945['get']('comments.editorConfig')||console['warn']('Missing\x20comments\x20editor\x20configuration\x20(`comments.editorConfig`).\x20Default\x20configuration\x20will\x20be\x20used\x20instead.');}['init'](){const _0x425b88=this['context']['plugins']['get'](N);this['set']('activeCommentThread',null),this['on']('addCommentThread',(_0x37ac01,_0x4a351d)=>this['_addCommentThread'](_0x4a351d)),this['on']('submitCommentThread',(_0x4d7431,_0x1395de)=>this['_submitCommentThread'](_0x1395de)),this['on']('resolveCommentThread',(_0x4ff4fc,_0x96b910)=>this['_resolveCommentThread'](_0x96b910)),this['on']('resolveCommentThread',(_0x7bd7e6,_0x43e908)=>this['_updateActiveAnnotation'](_0x43e908),{'priority':'lowest'}),this['on']('reopenCommentThread',(_0x236194,_0x208148)=>this['_reopenCommentThread'](_0x208148)),this['on']('reopenCommentThread',(_0x3091c0,_0x3951ed)=>this['_updateActiveAnnotation'](_0x3951ed),{'priority':'lowest'}),this['on']('removeCommentThread',(_0x25b8fc,_0xa38b6c)=>this['_removeCommentThread'](_0xa38b6c)),this['on']('updateCommentThread',(_0x5c4974,_0x1aa75d)=>this['_updateCommentThread'](_0x1aa75d)),this['on']('updateCommentThread',(_0x573f7a,_0x30a5f8)=>this['_updateActiveAnnotation'](_0x30a5f8),{'priority':'lowest'}),this['on']('addComment',(_0x375e3f,_0x1d543d)=>this['_addComment'](_0x1d543d)),this['on']('updateComment',(_0x18fbf3,_0x152d8d)=>this['_updateComment'](_0x152d8d)),this['on']('removeComment',(_0x7c9484,_0x2a2c0f)=>this['_removeComment'](_0x2a2c0f)),this['on']('addComment',(_0xe45cbe,{threadId:_0x177ae4,isFromAdapter:_0x189f10})=>{if(_0x189f10)return;const _0x58f93a=this['getCommentThread'](_0x177ae4),_0x2ed022=_0x58f93a&&this['_threadToController']['get'](_0x58f93a);_0x2ed022&&_0x2ed022['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['listenTo'](_0x425b88,'change:activeAnnotations',(_0x1b33b4,_0x54cdea,_0x4945e6)=>{const _0x3dc291=Array['from'](_0x4945e6)['map'](_0xd62946=>this['_viewToController']['get'](_0xd62946['innerView']))['filter'](Boolean)[0x0];this['activeCommentThread']=_0x3dc291?_0x3dc291['model']:null;});}set['adapter'](_0x2d03bd){if(this['_adapter'])throw new _0x26d752('commentsrepository-adapter-already-set');this['_adapter']=_0x2d03bd;}get['adapter'](){return this['_adapter'];}['addCommentThread']({channelId:_0x3b99bc=Tt,threadId:_0x2062cf=_0x487f3d(),comments:_0x567c71=[],unlinkedAt:_0x28525a=null,resolvedAt:_0x54af28=null,resolvedBy:_0x207317=null,target:_0x1cbd57=null,context:_0x2f2104=null,attributes:_0x493846={},isResolvable:_0x36eebc=!0x0,isSubmitted:_0x234e5b=!0x1,isFromAdapter:_0x302ba4=!0x1}={}){return this['fire'](bt('addCommentThread',_0x3b99bc),{'channelId':_0x3b99bc,'threadId':_0x2062cf,'comments':_0x567c71,'unlinkedAt':_0x28525a,'resolvedAt':_0x54af28,'resolvedBy':_0x207317,'target':_0x1cbd57,'context':_0x2f2104,'attributes':_0x493846,'isFromAdapter':_0x302ba4,'isResolvable':_0x36eebc,'isSubmitted':_0x234e5b}),this['getCommentThread'](_0x2062cf);}['openNewCommentThread']({channelId:_0x18483a=Tt,threadId:_0x32042e=_0x487f3d(),target:_0x834edd,context:_0x4ec9e6=null,isResolvable:_0x7ee975=!0x0}){if(this['_readOnlyChannels']['has'](_0x18483a)||this['_readOnlyChannels']['has'](void 0x0))return null;if(!_0x834edd)throw new _0x26d752('commentsrepository-missing-target');const _0x48b804=this['addCommentThread']({'channelId':_0x18483a,'threadId':_0x32042e,'target':_0x834edd,'context':_0x4ec9e6,'isResolvable':_0x7ee975});if(!_0x48b804)return null;const _0x33cc76=this['_threadToController']['get'](_0x48b804),_0x51281c=_0x33cc76['view']['commentThreadInputView']['commentInputView'],_0x29916d=this['context']['plugins']['get'](N),_0x26cb72=_0x29916d['getByInnerView'](_0x33cc76['view']);return _0x29916d['activate'](_0x26cb72),_0x51281c['once']('editorReady',()=>_0x51281c['focus']()),_0x48b804;}['hasCommentThread'](_0x57d882){if('string'!=typeof _0x57d882)throw new _0x26d752('commentsrepository-invalid-comment-thread-id');return this['_threads']['has'](_0x57d882);}['updateCommentThread']({channelId:_0x535140=Tt,threadId:_0x54a858,context:_0x57acff,unlinkedAt:_0x1e18b6,attributes:_0x2f1445,isFromAdapter:_0x44b99c=!0x1}){return this['fire'](bt('updateCommentThread',_0x535140),{'channelId':_0x535140,'threadId':_0x54a858,'context':_0x57acff,'unlinkedAt':_0x1e18b6,'attributes':_0x2f1445,'isFromAdapter':_0x44b99c}),this['getCommentThread'](_0x54a858);}['getCommentThread'](_0x9e7d75){if('string'!=typeof _0x9e7d75)throw new _0x26d752('commentsrepository-invalid-comment-thread-id');return this['_threads']['get'](_0x9e7d75);}['fetchCommentThread']({channelId:_0x26ad49,threadId:_0xd33d6d}={}){const _0x2f960f=this['getCommentThread'](_0xd33d6d);if(_0x2f960f)return Promise['resolve'](_0x2f960f);if(!this['adapter'])return Promise['resolve'](void 0x0);if('function'!=typeof this['adapter']['getCommentThread'])throw new _0x26d752('commentsrepository-missing-thread-and-adapter-method',this['context']);return this['adapter']['getCommentThread']({'channelId':_0x26ad49,'threadId':_0xd33d6d})['then'](_0x298c81=>this['hasCommentThread'](_0xd33d6d)?this['getCommentThread'](_0xd33d6d):_0x298c81?this['addCommentThread'](Object['assign']({'isFromAdapter':!0x0,'channelId':_0x26ad49},_0x298c81)):void 0x0)['catch'](_0x5819a3=>{throw console['error'](_0x5819a3),new _0x26d752('commentsrepository-fetch-comment-thread',this['context']);});}['getCommentThreads']({channelId:_0x1a3f79,skipNotAttached:_0x29d965=!0x1,skipEmpty:_0x419880=!0x1,toJSON:_0x5ae733=!0x1}={}){const _0xb48bc3=[];for(const _0x226592 of this['_threads']['values']())_0x1a3f79&&_0x226592['channelId']!==_0x1a3f79||_0x29d965&&!_0x226592['isAttached']||_0x419880&&0x0===_0x226592['length']||_0xb48bc3['push'](_0x226592);return _0x5ae733?_0xb48bc3['map'](_0x5cba89=>_0x5cba89['toJSON']()):_0xb48bc3;}['setActiveCommentThread'](_0xbba488){const _0x390842=this['context']['plugins']['get'](N);if(!_0xbba488)return void(this['activeCommentThread']&&_0x390842['deactivateAll']());const _0x3488c1=this['getCommentThread'](_0xbba488);if(!_0x3488c1)throw new _0x26d752('commentsrepository-active-missing-comment-thread',null,{'threadId':_0xbba488});if(!this['_threadToController']['has'](_0x3488c1))throw new _0x26d752('commentsrepository-active-not-attached',null,{'threadId':_0xbba488});const _0x1fa554=_0x390842['getByInnerView'](this['_threadToController']['get'](_0x3488c1)['view']);_0x390842['activate'](_0x1fa554);}['switchReadOnly'](_0x109527,_0x4f2c9d){_0x109527?this['_readOnlyChannels']['add'](_0x4f2c9d):this['_readOnlyChannels']['delete'](_0x4f2c9d),this['fire']('change:_readOnlyChannels','_readOnlyChannels',this['_readOnlyChannels'],this['_readOnlyChannels']);}['isReadOnly'](_0x1b6737){return this['_readOnlyChannels']['has'](_0x1b6737)||this['_readOnlyChannels']['has'](void 0x0);}['createCommentThreadController'](_0x5e7727,_0x5b2788){return new Ct(_0x5e7727,_0x5b2788);}['setPermissions'](_0x5cac5a,_0x36f7b4=Tt){this['_permissions']['set'](_0x36f7b4,_0x5cac5a),this['fire']('change:_permissions','_permissions',this['_permissions'],this['_permissions']);}['getPermissions'](_0x46ab9d=Tt){return this['_permissions']['has'](_0x46ab9d)?this['_permissions']['get'](_0x46ab9d):_t;}['_addCommentThread']({channelId:_0x1cb4c0,threadId:_0x1ea34c,comments:_0x1d326b,unlinkedAt:_0x22b180,resolvedAt:_0x287f9d,resolvedBy:_0x3b3e9c,target:_0x173c69,context:_0x2784b9,attributes:_0x3db7d3,isFromAdapter:_0xcdb0fb,isResolvable:_0x545291,isSubmitted:_0x452d68}){if('string'!=typeof _0x1ea34c)throw new _0x26d752('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x1ea34c});if(this['hasCommentThread'](_0x1ea34c))throw new _0x26d752('commentsrepository-duplicated-comment-thread-id',null,{'threadId':_0x1ea34c});const _0x362d12=new oe(this,{'channelId':_0x1cb4c0,'id':_0x1ea34c,'context':_0x2784b9,'attributes':_0x3db7d3,'unlinkedAt':_0x22b180,'resolvedAt':_0x287f9d,'resolvedBy':_0x3b3e9c?this['context']['plugins']['get'](it)['getUser'](_0x3b3e9c):null,'isResolvable':_0x545291,'isSubmitted':_0x452d68||_0xcdb0fb});this['_threads']['set'](_0x1ea34c,_0x362d12);for(const _0x4b2c3e of _0x1d326b)_0x362d12['_add'](this['_createNewComment']({'threadId':_0x1ea34c,..._0x4b2c3e}));return _0x173c69&&_0x362d12['attachTo'](_0x173c69),_0xcdb0fb||!_0x362d12['length']?Promise['resolve']():this['_submitCommentThread']({'channelId':_0x1cb4c0,'threadId':_0x1ea34c});}['_submitCommentThread']({channelId:_0x22d6f8,threadId:_0x6ba937}){if(!this['hasCommentThread'](_0x6ba937))throw new _0x26d752('commentsrepository-missing-comment-thread',this);const _0x1ee4d0=this['getCommentThread'](_0x6ba937);if(_0x1ee4d0['_isSubmitted']=!0x0,!this['adapter']||'function'!=typeof this['adapter']['addCommentThread'])return Promise['resolve']();const {id:_0x80f42a,comments:_0x1d6262,resolvedAt:_0x55c8fb,resolvedBy:_0x4ee0ea,context:_0x24ea17,attributes:_0x52931a}=_0x1ee4d0,_0x6d78c6=this['context']['plugins']['get']('PendingActions'),_0x36ba41=_0x6d78c6['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['addCommentThread']({'channelId':_0x22d6f8,'threadId':_0x80f42a,'comments':_0x1d6262['map'](_0x2b19fb=>_0x2b19fb['toJSON']()),'resolvedAt':_0x55c8fb,'resolvedBy':_0x4ee0ea?_0x4ee0ea['id']:_0x4ee0ea,'context':_0x24ea17,'attributes':_0x52931a})['then'](({comments:_0x5d5af2})=>{_0x6d78c6['remove'](_0x36ba41);for(const _0x44d3ae of _0x5d5af2)this['_updateComment']({'channelId':_0x22d6f8,'threadId':_0x6ba937,'commentId':_0x44d3ae['commentId'],'createdAt':_0x44d3ae['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x4a578f=>{throw console['error'](_0x4a578f),new _0x26d752('commentsrepository-add-comment-thread-internal-error',this);});}['_attachCommentThread']({threadId:_0x1f9f10,target:_0x2c383f}){const _0x3db231=this['getCommentThread'](_0x1f9f10);if(!_0x3db231)throw new _0x26d752('commentsrepository-attach-missing-comment-thread',this);const _0x184d92=this['context']['plugins']['get']('PendingActions'),_0x1700ca=this['context']['plugins']['get'](N),_0x450b52=this['_createCommentThreadView'](_0x3db231),_0xf7c7c8=new Ct(_0x3db231,_0x450b52);let _0x18b9e3=null;_0x450b52['on']('change:isDirty',(_0x25986d,_0x3c156d,_0x577a3c)=>{_0x577a3c?_0x18b9e3=_0x184d92['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD')):_0x18b9e3&&(_0x184d92['remove'](_0x18b9e3),_0x18b9e3=null);}),this['_threadToController']['set'](_0x3db231,_0xf7c7c8),this['_viewToController']['set'](_0x450b52,_0xf7c7c8);const _0x2d1cb8=new T(this['context']['locale'],_0x450b52);_0x2d1cb8['bind']('length')['to'](_0x450b52),_0x2d1cb8['bind']('isDirty')['to'](_0x450b52,'isDirty',_0x450b52,'length',(_0x18487e,_0x4d96e9)=>_0x18487e||!_0x4d96e9),_0x2d1cb8['bind']('isActive')['to'](_0x450b52),_0x2d1cb8['type']='comment';const _0x4c70ee=new d({'view':_0x2d1cb8,'target':_0x2c383f,'type':'comment','isVisible':!_0x3db231['isResolved']});return _0x450b52['on']('escape',()=>{_0x4c70ee['fire']('escape');}),this['_bindAnnotationToEditors'](_0x450b52,_0x4c70ee),_0x1700ca['add'](_0x4c70ee),_0x4c70ee;}['_bindAnnotationToEditors'](_0x24d75f,_0x88f297){this['listenTo'](_0x24d75f,'editorReady',(_0x253b47,_0x5a4df0)=>{const _0x1b94ff=_0x5a4df0['ui']['view']['body']['bodyCollectionContainer'];_0x88f297['focusableElements']['add'](_0x1b94ff),this['context']instanceof _0xbf2aaf&&this['context']['ui']['focusTracker']['add'](_0x1b94ff);},{'priority':'highest'}),this['listenTo'](_0x24d75f,'editorDestroyed',(_0x9d262a,_0xfe838f)=>{const _0x58a134=_0xfe838f['ui']['view']['body']['bodyCollectionContainer'];_0x88f297['focusableElements']['has'](_0x58a134)&&_0x88f297['focusableElements']['remove'](_0x58a134),this['context']instanceof _0xbf2aaf&&this['context']['ui']['focusTracker']['remove'](_0x58a134);});}['_unbindEditors'](_0x58db6a){this['stopListening'](_0x58db6a,'editorReady'),this['stopListening'](_0x58db6a,'editorDestroyed');}['_createCommentThreadView'](_0xf6a6fe){const _0x12fa50=this['context']['plugins']['get'](it),{config:_0x37bddf,locale:_0x3b548c}=this['context'],_0x44a929=lt(_0x37bddf['get']('locale'));return new(0x0,(_0x37bddf['get']('comments'))['CommentThreadView'])(_0x3b548c,_0xf6a6fe,_0x12fa50['me'],{'editorConfig':{..._0x37bddf['get']('comments.editorConfig'),'licenseKey':this['context']['config']['get']('licenseKey')},'copyMarkers':_0x37bddf['get']('comments.copyMarkers'),'maxCommentsWhenCollapsed':_0x37bddf['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x37bddf['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x37bddf['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x44a929,'CommentView':_0x37bddf['get']('comments')['CommentView']});}['_resolveCommentThread']({threadId:_0xa4c728,channelId:_0x3d76d4,resolvedAt:_0x1967fd,resolvedBy:_0x13a4c1,isFromAdapter:_0x288a57}){if(!this['hasCommentThread'](_0xa4c728))throw new _0x26d752('commentsrepository-missing-comment-thread',null,{'threadId':_0xa4c728});const _0x5761c9=this['getCommentThread'](_0xa4c728);if(_0x5761c9['isResolved'])throw new _0x26d752('commentsrepository-resolved-comment-thread',null,{'threadId':_0xa4c728});const _0x1dda2f=this['context']['plugins']['get'](it);if(_0x5761c9['resolvedBy']=_0x1dda2f['getUser'](_0x13a4c1),_0x5761c9['resolvedAt']=_0x1967fd,_0x288a57||!this['adapter']||'function'!=typeof this['adapter']['resolveCommentThread'])return Promise['resolve']();const _0x41d45b=this['context']['plugins']['get']('PendingActions'),_0x443012=_0x41d45b['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['resolveCommentThread']({'channelId':_0x3d76d4,'threadId':_0xa4c728})['then'](({resolvedAt:_0x164c8b,resolvedBy:_0x5b6ccc})=>{_0x41d45b['remove'](_0x443012),_0x5761c9['resolvedBy']['id']!==_0x5b6ccc&&(_0x5761c9['resolvedBy']=_0x1dda2f['getUser'](_0x5b6ccc)),_0x5761c9['resolvedAt']=_0x164c8b;})['catch'](_0x3a2fd7=>{throw console['error'](_0x3a2fd7),new _0x26d752('commentsrepository-resolve-comment-thread-internal-error',this);});}['_reopenCommentThread']({threadId:_0x4b97cc,channelId:_0x1132ce,isFromAdapter:_0x3d6edb}){if(!this['hasCommentThread'](_0x4b97cc))throw new _0x26d752('commentsrepository-missing-comment-thread',null,{'threadId':_0x4b97cc});const _0x17f38f=this['getCommentThread'](_0x4b97cc);if(!_0x17f38f['isResolved'])throw new _0x26d752('commentsrepository-reopen-comment-thread',null,{'threadId':_0x4b97cc});if(_0x17f38f['resolvedBy']=null,_0x17f38f['resolvedAt']=null,_0x3d6edb||!this['adapter']||'function'!=typeof this['adapter']['reopenCommentThread'])return Promise['resolve']();const _0x1a283f=this['context']['plugins']['get']('PendingActions'),_0x251220=_0x1a283f['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['reopenCommentThread']({'channelId':_0x1132ce,'threadId':_0x4b97cc})['then'](()=>_0x1a283f['remove'](_0x251220))['catch'](_0x5dda48=>{throw console['error'](_0x5dda48),new _0x26d752('commentsrepository-reopen-comment-thread-internal-error',this);});}['_removeCommentThread']({threadId:_0x5a5b4c,isFromAdapter:_0x39f714}){const _0x555682=this['getCommentThread'](_0x5a5b4c);if(!_0x555682)throw new _0x26d752('commentsrepository-remove-missing-comment-thread',this);if(this['_detachCommentThread'](_0x5a5b4c),this['_threads']['delete'](_0x5a5b4c),!_0x555682['isSubmitted']||_0x39f714||!this['adapter']||'function'!=typeof this['adapter']['removeCommentThread'])return Promise['resolve']();const _0x3f1efa=this['context']['plugins']['get']('PendingActions'),{channelId:_0x2baea7}=_0x555682,_0x1a243e=_0x3f1efa['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeCommentThread']({'channelId':_0x2baea7,'threadId':_0x5a5b4c})['then'](()=>_0x3f1efa['remove'](_0x1a243e))['catch'](_0x3ec1f9=>{throw console['error'](_0x3ec1f9),new _0x26d752('commentsrepository-remove-comment-thread-internal-error',this);});}['_updateCommentThread']({threadId:_0x104492,unlinkedAt:_0xdabb6b,context:_0x278c4d,attributes:_0x26839a,isFromAdapter:_0x3aa212}){if('string'!=typeof _0x104492)throw new _0x26d752('commentsrepository-invalid-comment-thread-id',null,{'threadId':_0x104492});if(!this['hasCommentThread'](_0x104492))throw new _0x26d752('commentsrepository-missing-comment-thread',null,{'threadId':_0x104492});const _0xb24d47=this['getCommentThread'](_0x104492);let _0x2b7f04=!0x1;if(void 0x0!==_0x278c4d&&_0xb24d47['context']!==_0x278c4d&&(_0xb24d47['context']=_0x278c4d,_0x2b7f04=!0x0),void 0x0!==_0xdabb6b&&_0xb24d47['unlinkedAt']!==_0xdabb6b&&(_0xb24d47['unlinkedAt']=_0xdabb6b,_0x2b7f04=!0x0),_0x26839a&&!wt(_0x26839a,_0xb24d47['attributes'])&&(_0xb24d47['attributes']=_0x26839a,_0x2b7f04=!0x0),!_0x2b7f04)return Promise['resolve']();if(!_0xb24d47['isSubmitted']||_0x3aa212||!this['adapter']||'function'!=typeof this['adapter']['updateCommentThread'])return Promise['resolve']();const _0x16eb53=this['context']['plugins']['get']('PendingActions'),{channelId:_0x3d3b43}=_0xb24d47,_0x16506c=_0x16eb53['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateCommentThread']({'channelId':_0x3d3b43,'threadId':_0x104492,'context':_0x278c4d,'unlinkedAt':_0xdabb6b,'attributes':_0x26839a})['then'](()=>_0x16eb53['remove'](_0x16506c))['catch'](_0x303928=>{throw console['error'](_0x303928),new _0x26d752('commentsrepository-update-comment-thread-internal-error',this);});}['_detachCommentThread'](_0x1c5db9){const _0x22f55e=this['context']['plugins']['get'](N),_0x19e385=this['getCommentThread'](_0x1c5db9);if(_0x19e385['_isAttached']=!0x1,this['_threadToController']['has'](_0x19e385)){const _0x3ced83=this['_threadToController']['get'](_0x19e385),_0x258ce5=_0x3ced83['view'],_0x31ef93=_0x22f55e['getByInnerView'](_0x258ce5);this['_threadToController']['delete'](_0x19e385),this['_viewToController']['delete'](_0x258ce5),_0x31ef93&&_0x22f55e['remove'](_0x31ef93),_0x3ced83['destroy'](),_0x258ce5['destroy']()['then'](()=>{this['_unbindEditors'](_0x258ce5);});}}['_updateActiveAnnotation']({threadId:_0x4a3067,resolvedAt:_0xbb5941}){const _0x209af4=!!_0xbb5941,_0x75e494=this['context']['plugins']['get'](N),_0x4ef708=this['getCommentThread'](_0x4a3067);if(this['_threadToController']['has'](_0x4ef708)){const _0x7bd252=this['_threadToController']['get'](_0x4ef708)['view'],_0x104e04=_0x75e494['getByInnerView'](_0x7bd252);_0x104e04&&(_0x209af4&&_0x75e494['_removeActiveAnnotation'](_0x104e04),_0x104e04['refreshVisibility']());}}['_getExternalAuthor'](_0x3c0a49){const _0x32609d=this['context']['plugins']['get'](it),_0x2b08e9=pt('external:'+_0x3c0a49),_0x45737b=_0x32609d['getUser'](_0x2b08e9);return _0x45737b||_0x32609d['addUser']({'id':_0x2b08e9,'name':_0x3c0a49});}['_createNewComment']({threadId:_0x1ccf91,commentId:_0x1e73e3=_0x487f3d(),content:_0x4077f3,authorId:_0x24fd1e,createdAt:_0x13652b,attributes:_0xdd68b2}){if('string'!=typeof _0x1e73e3)throw new _0x26d752('commentsrepository-invalid-commentid');if('string'!=typeof _0x24fd1e)throw new _0x26d752('commentsrepository-invalid-comment-authorid');if('string'!=typeof _0x4077f3||!_0x4077f3['trim']())throw new _0x26d752('commentsrepository-invalid-comment-content');const _0x487e62=this['context']['plugins']['get'](it)['getUser'](_0x24fd1e);if(!_0x487e62)throw new _0x26d752('commentsrepository-add-comment-user-not-exists',null,{'authorId':_0x24fd1e});let _0x188908=null,_0x4c6bc0=_0x13652b;return _0xdd68b2&&_0xdd68b2['@external']&&(_0x188908=this['_getExternalAuthor'](_0xdd68b2['@external']['authorName']),_0x4c6bc0=new Date(_0xdd68b2['@external']['createdAt'])),new re(this,{'threadId':_0x1ccf91,'id':_0x1e73e3,'author':_0x188908||_0x487e62,'creator':_0x487e62,'content':_0x4077f3,'createdAt':_0x13652b,'authoredAt':_0x4c6bc0,'attributes':_0xdd68b2});}['_addComment'](_0x57fde2){let {threadId:_0x210095,content:_0x50aaf1,attributes:_0x573242,isFromAdapter:_0x370ce9}=_0x57fde2;const _0x3f3ac5=this['getCommentThread'](_0x57fde2['threadId']);if(!_0x3f3ac5)throw new _0x26d752('commentsrepository-add-comment-to-missing-comment-thread',this);const _0x20ca5e=this['_createNewComment'](_0x57fde2),{id:_0x546da6}=_0x20ca5e;if(_0x3f3ac5['_add'](_0x20ca5e),_0x370ce9||!this['adapter']||'function'!=typeof this['adapter']['addComment']||!_0x3f3ac5['isSubmitted'])return Promise['resolve']();const _0x5256c3=this['context']['plugins']['get']('PendingActions'),{channelId:_0x8d981a}=_0x3f3ac5,_0x3ae4f4=_0x5256c3['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return _0x573242||(_0x573242={}),this['adapter']['addComment']({'channelId':_0x8d981a,'threadId':_0x210095,'commentId':_0x546da6,'content':_0x50aaf1,'attributes':_0x573242})['then'](_0x8cc1a=>{_0x5256c3['remove'](_0x3ae4f4),_0x8cc1a&&this['_updateComment']({'channelId':_0x8d981a,'threadId':_0x210095,'commentId':_0x546da6,'createdAt':_0x8cc1a['createdAt'],'isFromAdapter':!0x0});})['catch'](_0x5f1cb1=>{throw console['error'](_0x5f1cb1),new _0x26d752('commentsrepository-add-comment-internal-error',this);});}['_updateComment']({threadId:_0x3a5af7,commentId:_0x2f9aea,content:_0x4843ae,createdAt:_0x2a5d8b,attributes:_0x1fd9c3,isFromAdapter:_0x49ab43}){if(void 0x0!==_0x4843ae&&('string'!=typeof _0x4843ae||!_0x4843ae['trim']()['length']))throw new _0x26d752('commentsrepository-update-comment-invalid-content');const _0x5e496b=this['getCommentThread'](_0x3a5af7),_0x2220b8=_0x5e496b['getComment'](_0x2f9aea);if(!_0x2220b8)throw new _0x26d752('commentsrepository-update-missing-comment',this);let _0x59d47b=!0x1;if(_0x4843ae&&_0x4843ae!==_0x2220b8['content']&&(_0x2220b8['isEditable']||_0x49ab43)&&(_0x2220b8['content']=_0x4843ae,_0x59d47b=!0x0),_0x2a5d8b&&_0x2a5d8b!==_0x2220b8['createdAt']&&(_0x2220b8['createdAt']=_0x2a5d8b,_0x2220b8['attributes']&&_0x2220b8['attributes']['@external']||(_0x2220b8['authoredAt']=_0x2a5d8b),_0x59d47b=!0x0),_0x1fd9c3&&!wt(_0x1fd9c3,_0x2220b8['attributes'])&&(_0x2220b8['attributes']=_0x1fd9c3,_0x59d47b=!0x0),!_0x59d47b)return Promise['resolve']();if(_0x5e496b['fire']('commentUpdated'),_0x49ab43||!this['adapter']||'function'!=typeof this['adapter']['updateComment'])return Promise['resolve']();const _0x3d1bcf=this['context']['plugins']['get']('PendingActions'),{channelId:_0x291fa9}=this['getCommentThread'](_0x2220b8['threadId']),_0x1ecf62=_0x3d1bcf['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['updateComment']({'channelId':_0x291fa9,'threadId':_0x3a5af7,'commentId':_0x2f9aea,'content':_0x4843ae,'attributes':_0x1fd9c3})['then'](()=>_0x3d1bcf['remove'](_0x1ecf62))['catch'](_0x545e81=>{throw console['error'](_0x545e81),new _0x26d752('commentsrepository-update-comment-internal-error',this);});}['_removeComment']({threadId:_0x11991d,commentId:_0x19b1fb,isFromAdapter:_0x4980f9}){const _0x28bf8c=this['getCommentThread'](_0x11991d),_0x26c53a=_0x28bf8c['getComment'](_0x19b1fb);if(!_0x26c53a)throw new _0x26d752('commentsrepository-remove-missing-comment',this);if(_0x28bf8c['_remove'](_0x26c53a),_0x4980f9||!this['adapter']||'function'!=typeof this['adapter']['removeComment'])return Promise['resolve']();const _0x52e95b=this['context']['plugins']['get']('PendingActions'),{channelId:_0x1fdd6e}=_0x28bf8c,_0x8bf7ce=_0x52e95b['add'](S(this['context']['locale'],'PENDING_ACTION_COMMENT_THREAD'));return this['adapter']['removeComment']({'channelId':_0x1fdd6e,'threadId':_0x11991d,'commentId':_0x19b1fb})['then'](()=>_0x52e95b['remove'](_0x8bf7ce))['catch'](_0x7fc14d=>{throw console['error'](_0x7fc14d),new _0x26d752('commentsrepository-remove-comment-internal-error',this);});}}class oe extends/* #__PURE__ -- @preserve */
30
+ _0x8dc7e(){['channelId'];['id'];['_isAttached'];['_isSubmitted'];['comments'];['_repository'];constructor(_0x3b017,_0x410d42){super();const _0x1212fa=_0x410d42['isResolvable'];this['channelId']=_0x410d42['channelId'],this['id']=_0x410d42['id'],this['comments']=new _0x51030a(),this['_repository']=_0x3b017,this['_isAttached']=!0x1,this['_isSubmitted']=_0x410d42['isSubmitted'],this['set']('_hasTargetInContent',!0x0),this['bind']('isReadOnly')['to'](_0x3b017,'_permissions',_0x3b017,'_readOnlyChannels',()=>_0x3b017['isReadOnly'](this['channelId'])),this['bind']('isRemovable')['to'](_0x3b017,'_permissions',()=>_0x3b017['getPermissions'](this['channelId'])['admin']),this['bind']('canComment')['to'](_0x3b017,'_permissions',()=>{const _0x1d8af3=_0x3b017['getPermissions'](this['channelId']);return _0x1d8af3['write']||_0x1d8af3['admin'];}),this['bind']('isResolvable')['to'](_0x3b017,'_permissions',()=>_0x1212fa&&_0x3b017['getPermissions'](this['channelId'])['resolve']),this['set']('context',_0x410d42['context']),this['bind']('archivedAt')['to'](this,'resolvedAt',this,'unlinkedAt',(_0x4d9db5,_0x21abb6)=>_0x4d9db5?_0x21abb6?_0x4d9db5<_0x21abb6?_0x4d9db5:_0x21abb6:_0x4d9db5:_0x21abb6),this['set']('unlinkedAt',_0x410d42['unlinkedAt']||null),this['set']('resolvedAt',_0x410d42['resolvedAt']||null),this['set']('resolvedBy',_0x410d42['resolvedBy']||null),this['bind']('isResolved')['to'](this,'resolvedAt',_0x40ae2b=>!!_0x40ae2b),this['set']('attributes',_0x410d42['attributes']||{});}get['weight'](){return Array['from'](this['comments'])['reduce']((_0xe7c145,_0x71690b)=>_0xe7c145+_0x71690b['weight'],0x0);}get['length'](){return this['comments']['length'];}get['isAttached'](){return this['_isAttached'];}get['isSubmitted'](){return this['_isSubmitted'];}['submit'](){const {channelId:_0x2edb26,id:_0x18f09b}=this;this['_repository']['fire'](bt('submitCommentThread',_0x2edb26),{'channelId':_0x2edb26,'threadId':_0x18f09b});}['setUnlinkedAt'](_0x53ecea){this['_update']({'unlinkedAt':_0x53ecea});}['resolve']({resolvedAt:_0x376486=new Date(),resolvedBy:_0x31dda3=null,isFromAdapter:_0x546d65=!0x1}={}){const _0x522505=this['_repository']['context']['plugins']['get'](it)['me'],{channelId:_0x41db0d,id:_0x384738}=this;this['_repository']['fire'](bt('resolveCommentThread',_0x41db0d),{'channelId':_0x41db0d,'threadId':_0x384738,'resolvedAt':_0x376486,'resolvedBy':_0x31dda3||_0x522505['id'],'isFromAdapter':_0x546d65});}['reopen']({isFromAdapter:_0x33f666=!0x1}={}){const {channelId:_0x31dcdd,id:_0x15a0af}=this;this['_repository']['fire'](bt('reopenCommentThread',_0x31dcdd),{'channelId':_0x31dcdd,'threadId':_0x15a0af,'isFromAdapter':_0x33f666});}['setContext'](_0x4b579d){this['context']||this['_update']({'context':_0x4b579d});}['setAttribute'](_0x3046d8,_0x1bc1a6){const _0x2915ba=It(this['attributes']);At(_0x2915ba,_0x3046d8,_0x1bc1a6),this['_update']({'attributes':_0x2915ba});}['removeAttribute'](_0x6b9457){const _0x113466=It(this['attributes']);yt(_0x113466,_0x6b9457),this['_update']({'attributes':_0x113466});}['remove']({isFromAdapter:_0x28fba0=!0x1}={}){const {channelId:_0x3466e5,id:_0x2bdbfa}=this;this['_repository']['fire'](bt('removeCommentThread',_0x3466e5),{'channelId':_0x3466e5,'threadId':_0x2bdbfa,'isFromAdapter':_0x28fba0});}['attachTo'](_0x41a8db){return this['_repository']['_attachCommentThread']({'threadId':this['id'],'target':_0x41a8db});}['addComment'](_0x2c3f1b){const {channelId:_0x128377,id:_0x29bb37}=this;this['_repository']['fire'](bt('addComment',_0x128377,_0x29bb37),Object['assign']({'channelId':_0x128377,'threadId':_0x29bb37},_0x2c3f1b));}['getComment'](_0x222268){if('string'!=typeof _0x222268)throw new _0x26d752('commentsrepository-get-comment-invalid-id',null,{'commentId':_0x222268});return this['comments']['get'](_0x222268);}['toJSON'](){return{'threadId':this['id'],'context':this['context'],'unlinkedAt':this['unlinkedAt'],'resolvedAt':this['resolvedAt'],'resolvedBy':this['resolvedBy']?this['resolvedBy']['id']:null,'archivedAt':this['archivedAt'],'comments':this['comments']['map'](_0x406ce3=>_0x406ce3['toJSON']()),'attributes':this['attributes']};}['_add'](_0x23e1fe){return this['listenTo'](_0x23e1fe,'change:authoredAt',()=>{const _0x2f0333=this['_findOptimalIndex'](_0x23e1fe),_0x1df325=this['comments'];_0x2f0333-0x1!=_0x1df325['getIndex'](_0x23e1fe)&&_0x2f0333+0x1!=_0x1df325['getIndex'](_0x23e1fe)&&(this['_remove'](_0x23e1fe),this['_add'](_0x23e1fe));}),this['comments']['add'](_0x23e1fe,this['_findOptimalIndex'](_0x23e1fe));}['_update'](_0x5991ec){const {channelId:_0x7b5049,id:_0x41508d}=this;this['_repository']['fire'](bt('updateCommentThread',_0x7b5049),{..._0x5991ec,'channelId':_0x7b5049,'threadId':_0x41508d});}['_remove'](_0x259ce0){return this['stopListening'](_0x259ce0),_0x259ce0['destroy'](),this['comments']['remove'](_0x259ce0);}['_findOptimalIndex'](_0x10553c){const _0x2b97dc=this['comments']['find'](_0x5d8cea=>new Date(_0x5d8cea['authoredAt'])['getTime']()>new Date(_0x10553c['authoredAt'])['getTime']());return _0x2b97dc?this['comments']['getIndex'](_0x2b97dc):this['length'];}}class re extends/* #__PURE__ -- @preserve */
31
+ _0x8dc7e(){['id'];['threadId'];['author'];['creator'];['isExternal'];['createdAt'];['_repository'];constructor(_0x5c2b1b,_0x187aaa){super();const _0x47d258=_0x5c2b1b['context']['plugins']['get'](it)['me'],_0xf2820e=_0x5c2b1b['getCommentThread'](_0x187aaa['threadId']),_0x33bd46=0x0===_0xf2820e['comments']['length'],_0xf72d17=_0x47d258===_0x187aaa['author'];this['id']=_0x187aaa['id'],this['threadId']=_0x187aaa['threadId'],this['author']=_0x187aaa['author'],this['creator']=_0x187aaa['creator'],this['isExternal']=Boolean(_0x187aaa['attributes']&&_0x187aaa['attributes']['@external']),this['set']('content',_0x187aaa['content']),this['createdAt']=_0x187aaa['createdAt']||new Date(),this['set']('authoredAt',_0x187aaa['authoredAt']||new Date()),this['bind']('resolvedAt')['to'](_0xf2820e,'resolvedAt'),this['set']('attributes',_0x187aaa['attributes']||{}),this['bind']('isEditable')['to'](_0x5c2b1b,'_permissions',()=>{const _0x161c59=_0x5c2b1b['getPermissions'](_0xf2820e['channelId'])['write'],_0x5bff4e=_0x5c2b1b['getPermissions'](_0xf2820e['channelId'])['modifyAll'];return _0xf72d17&&_0x161c59||!_0xf72d17&&_0x5bff4e;}),this['bind']('isRemovable')['to'](_0xf2820e,'isRemovable',_0x5c2b1b,'_permissions',_0x12a9a6=>{const _0xa9b019=_0x5c2b1b['getPermissions'](_0xf2820e['channelId'])['write'],_0x24e5d7=_0x5c2b1b['getPermissions'](_0xf2820e['channelId'])['modifyAll'];return _0xf72d17&&_0xa9b019||_0x12a9a6&&_0x33bd46||!_0xf72d17&&_0x24e5d7&&!_0x33bd46;}),this['bind']('isReadOnly')['to'](_0xf2820e,'isReadOnly'),this['_repository']=_0x5c2b1b;}get['weight'](){return Math['max'](function(_0x454d43){const _0x183098=document['createElement']('div');return _0x183098['innerHTML']=_0x454d43,_0x183098['textContent']['length'];}(this['content']),0xc8);}['update'](_0x1fc7e0){const {threadId:_0x2938dc,id:_0x4d20ae}=this;if(!this['_repository']['hasCommentThread'](_0x2938dc))throw new _0x26d752('commentsrepository-update-comment-missing-comment-thread',this);const {channelId:_0x2d841a}=this['_repository']['getCommentThread'](_0x2938dc);this['_repository']['fire'](bt('updateComment',_0x2d841a,_0x2938dc),{'channelId':_0x2d841a,'threadId':_0x2938dc,'commentId':_0x4d20ae,..._0x1fc7e0});}['setAttribute'](_0x29bae6,_0x41f73f){const _0x563d09=It(this['attributes']);At(_0x563d09,_0x29bae6,_0x41f73f),this['update']({'attributes':_0x563d09});}['removeAttribute'](_0x16383f){const _0x568a5d=It(this['attributes']);yt(_0x568a5d,_0x16383f),this['update']({'attributes':_0x568a5d});}['remove'](_0x1d2b89={}){if(!_0x1d2b89['isFromAdapter']&&!this['isRemovable'])return;const {threadId:_0x3380a7,id:_0x8f120}=this;if(!this['_repository']['hasCommentThread'](_0x3380a7))throw new _0x26d752('commentsrepository-remove-comment-missing-comment-thread',this);const {channelId:_0xd6b9ff}=this['_repository']['getCommentThread'](_0x3380a7);this['_repository']['fire'](bt('removeComment',_0xd6b9ff,_0x3380a7),{'channelId':_0xd6b9ff,'threadId':_0x3380a7,'commentId':_0x8f120,..._0x1d2b89});}['toJSON'](){return{'commentId':this['id'],'content':this['content'],'createdAt':this['createdAt'],'authorId':this['creator']['id'],'attributes':this['attributes']};}['destroy'](){this['stopListening']();}}function bt(_0xb345c5,..._0x33288d){for(const _0x253c2f of _0x33288d)void 0x0!==_0x253c2f&&(_0xb345c5+=':'+String(_0x253c2f));return _0xb345c5;}class J extends _0x2cf7ec{['refresh'](){const _0xaf2e14=this['editor']['model']['document']['selection'];for(const _0x37931f of _0xaf2e14['getRanges']())if(this['_hasContent'](_0x37931f))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['execute']({threadId:_0x8350d4=_0x487f3d()}={}){const _0xd338d3=this['editor']['model'],_0x214304=[];for(const _0x4e16ea of _0xd338d3['document']['selection']['getRanges']())this['_hasContent'](_0x4e16ea)&&_0x214304['push'](this['_trimToContent'](_0x4e16ea));_0xd338d3['change'](_0x392e94=>{for(const _0x22b1e1 of _0x214304){const _0xeeec6e=_0x487f3d()['substr'](0x1,0x5),_0x44ae83='comment:'+_0x8350d4+':'+_0xeeec6e;_0x392e94['addMarker'](_0x44ae83,{'range':_0x22b1e1,'usingOperation':!0x1,'affectsData':!0x1});}});}['_hasContent'](_0x27ec02){for(const _0x59b209 of _0x27ec02['getItems']())if(this['_itemIsContent'](_0x59b209))return!0x0;return!0x1;}['_itemIsContent'](_0x180f51){return _0x180f51['is']('$textProxy')||this['editor']['model']['schema']['isObject'](_0x180f51)&&!_0x180f51['is']('element','tableCell');}['_trimToContent'](_0x785163){const _0xb45dae=_0x59bec7=>!this['_itemIsContent'](_0x59bec7['item']),_0x487969=_0x785163['start']['getLastMatchingPosition'](_0xb45dae),_0x19010e=_0x785163['end']['getLastMatchingPosition'](_0xb45dae,{'direction':'backward'});return this['editor']['model']['createRange'](_0x487969,_0x19010e);}}class P extends _0xb0a682{['_dataCollectors'];['_editorAnnotations'];static get['requires'](){return[N];}static get['pluginName'](){return'EditorAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4eba52){super(_0x4eba52),this['_dataCollectors']=new Set(),this['_editorAnnotations']=new Set();}['init'](){const _0x2e5e9d=this['editor'],_0xfebaab=_0x2e5e9d['model']['document']['selection'],_0xa1de5a=_0x251a97(()=>this['refreshSelectedViews'](),0xa);_0xfebaab['on']('change:range',(_0xbd4666,_0x2b5038)=>{_0x2b5038['directChange']&&(_0xa1de5a['cancel'](),this['refreshSelectedViews']());}),this['listenTo'](_0x2e5e9d['editing']['view']['document'],'change:isFocused',(_0x325aeb,_0x521ce7,_0x356e04)=>{_0x356e04&&_0xa1de5a();}),this['listenTo'](_0x2e5e9d['ui']['focusTracker'],'change:isFocused',(_0x407562,_0x5482c9,_0x5821b9)=>{_0x5821b9||_0x2e5e9d['isReadOnly']||this['fire']('blur',{'isAnnotationTracked':_0x8384be=>this['_editorAnnotationsData']['has'](_0x8384be['innerView'])});}),this['listenTo'](this['editor']['ui'],'update',()=>this['fire']('uiUpdate'));}['registerAnnotation'](_0x109834){if(this['_editorAnnotations']['has'](_0x109834['view']))return;this['_editorAnnotations']['add'](_0x109834['view']),this['editor']['ui']['focusTracker']['add'](_0x109834['view']['element']);const _0x228c0d=this['editor']['plugins']['get'](N);this['listenTo'](_0x228c0d['collection'],'remove',(_0x14df44,_0x456108)=>{this['editor']['ui']['focusTracker']['remove'](_0x456108['view']['element']),this['_editorAnnotations']['delete'](_0x456108['view']);});}['hasDomSelection'](){return this['editor']['editing']['view']['hasDomSelection'];}['addSourceCollector'](_0x5f2591){if('function'!=typeof _0x5f2591)throw new _0x26d752('editorannotations-invalid-source-callback');this['_dataCollectors']['add'](_0x5f2591);}['refreshSelectedViews'](){this['fire']('refresh');}['getOrderedSelectedAnnotations']({activeAnnotation:_0x562f6f,annotations:_0x465aed}){const _0x1c1cf2=[],_0x4c99f7=this['editor']['model']['document']['selection'],_0x502e16=Array['from'](_0x4c99f7['getRanges']());for(const [_0x5d4e33,_0x28da90]of this['_editorAnnotationsData']){const _0x2e1771=_0x5baa9c(_0x28da90),_0x156ce5=_0x465aed['getByInnerView'](_0x5d4e33);_0x2e1771&&_0x156ce5&&_0x1c1cf2['push']({'annotation':_0x156ce5,'range':_0x2e1771});}function _0x5baa9c(_0x8d2d92){for(const _0x45dda0 of _0x8d2d92)for(const _0x5ed7ec of _0x502e16)if(_0x45dda0['containsRange'](_0x5ed7ec,!_0x4c99f7['isCollapsed']))return _0x45dda0;return null;}return _0x1c1cf2['sort']((_0x1b4fbf,_0xa95d7a)=>{const _0x13fc7d=_0x1b4fbf['range'],_0x2c75b6=_0xa95d7a['range'];if(!_0x13fc7d['isEqual'](_0x2c75b6)){if(_0x13fc7d['containsRange'](_0x2c75b6,!0x0))return 0x1;if(_0x2c75b6['containsRange'](_0x13fc7d,!0x0))return-0x1;}return _0x1b4fbf['annotation']==_0x562f6f?-0x1:_0xa95d7a['annotation']==_0x562f6f?0x1:0x0;})['map'](_0x3c3248=>_0x3c3248['annotation']);}get['_editorAnnotationsData'](){const _0x1e8a97=new Map();for(const _0x405707 of Array['from'](this['_dataCollectors']))for(const [_0x40870d,_0x477bde]of _0x405707())_0x1e8a97['set'](_0x40870d,_0x477bde);return _0x1e8a97;}}class st extends _0xb0a682{['afterInit'](){const _0x20ee48=this['editor'];if(!_0x20ee48['plugins']['has']('RestrictedEditingModeEditing'))return;_0x20ee48['plugins']['get']('RestrictedEditingModeEditing')['enableCommand']('addCommentThread');}}class ct extends _0xb0a682{constructor(_0x9262d1){super(_0x9262d1),this['editor']['config']['define']('importWord.formatting.comments','basic');}['afterInit'](){const _0x179d6f=this['editor'],_0x32c75f=_0x179d6f['commands']['get']('importWord'),_0x2ca658=_0x179d6f['plugins']['get'](it);_0x32c75f&&(_0x32c75f['on']('execute',(_0x42f6bc,[,_0x3ad58c])=>{_0x3ad58c['collaboration_features']={'comments':!0x0,'user_id':_0x2ca658['me']['id']};},{'priority':Wt['high']+0xa}),this['listenTo'](_0x32c75f,'dataInsert',this['_handleImportedData']));}['_handleImportedData'](_0x4fd233,_0x38acdf){const {comment_threads:_0x1bf44d}=_0x38acdf;_0x1bf44d&&_0x1bf44d['forEach'](({thread_id:_0x3bc455,comments:_0x3cdc71,is_resolved:_0x4c3b14})=>{const _0x42b833=new Date(),_0x532503=_0x3cdc71['map'](({author:_0x306158,content:_0x275f9a,created_at:_0x5a394f})=>({'content':_0x275f9a,'authorId':this['editor']['plugins']['get'](it)['me']['id'],'createdAt':_0x42b833,'attributes':{'@external':{'authorName':_0x306158,'createdAt':_0x5a394f?new Date(_0x5a394f):new Date(),'source':'importWord'}}})),_0x1a9cb8=this['editor']['config']['get']('collaboration.channelId');this['editor']['plugins']['get'](o)['addCommentThread']({'channelId':_0x1a9cb8,'threadId':_0x3bc455,'comments':_0x532503,'resolvedAt':_0x4c3b14?_0x42b833:null});});}}class at extends _0xb0a682{constructor(_0x2a3bbe){super(_0x2a3bbe),this['editor']['config']['define']('comments.copyMarkers','default');}static get['requires'](){return[Mt,Pt];}['afterInit'](){const _0x270555=this['editor']['plugins']['get']('ClipboardPipeline');this['_registerMarkerInClipboardPipeline'](),this['listenTo'](_0x270555,'contentInsertion',(_0x46081c,_0x581af6)=>this['_removeMarkersWithoutThreads'](_0x581af6['content']['markers']),{'priority':'highest'});}['_removeMarkersWithoutThreads'](_0x4eedee){if(!this['editor']['plugins']['has']('CommentsRepository'))return _0x4eedee;const _0x4e0d6b=this['editor']['plugins']['get']('CommentsRepository');for(const _0x544c40 of _0x4eedee['keys']()){const [_0x1089f5,_0x1a5462]=_0x544c40['split'](':');'comment'!=_0x1089f5||_0x4e0d6b['hasCommentThread'](_0x1a5462)||_0x4eedee['delete'](_0x544c40);}return _0x4eedee;}['_registerMarkerInClipboardPipeline'](){const _0x2a9a97=this['editor']['plugins']['get']('ClipboardMarkersUtils'),_0x189572=this['_mapCommentsCopyConfigToRegisterConfiguration'](this['editor']['config']['get']('comments.copyMarkers'));_0x189572&&_0x2a9a97['_registerMarkerToCopy']('comment',_0x189572);}['_mapCommentsCopyConfigToRegisterConfiguration'](_0x464af9){switch(_0x464af9){case'always':return{'allowedActions':'all','copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case'default':return{'allowedActions':['cut','dragstart'],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};default:return null;}}}class ut extends _0xb0a682{['init'](){this['overrideMarkerConverters'](),this['overrideHorizontalRuleConverter'](),this['overrideImageInlineConverter'](),this['overrideMediaEmbedConverter']();}['overrideMarkerConverters'](){this['editor']['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'comment','view':(_0x2dc624,_0x8bce4c)=>{if(!_0x8bce4c['options']['showCommentHighlights'])return null;if(_0x8bce4c['options']['ignoreResolvedComments']){const {id:_0xf1672f}=er(_0x2dc624['markerName']),_0x474880=this['editor']['plugins']['get'](o)['getCommentThread'](_0xf1672f);if(_0x474880&&_0x474880['isResolved']&&_0x2dc624['item'])return _0x8bce4c['consumable']['consume'](_0x2dc624['item'],'addMarker:'+_0x2dc624['markerName']),_0x8bce4c['consumable']['consume'](_0x2dc624['item'],'removeMarker:'+_0x2dc624['markerName']),null;}return{'classes':['ck-comment-marker']};}}),this['editor']['conversion']['for']('dataDowncast')['add'](_0x21fb40=>{_0x21fb40['on']('addMarker:comment',(_0x22254b,_0x41e69b,_0x3d91ff)=>{if(!_0x3d91ff['options']['showCommentHighlights'])return;const _0x2f718b=_0x41e69b['item'];if(!_0x2f718b)return;const _0x4198ee=_0x3d91ff['mapper']['toViewElement'](_0x2f718b);this['editor']['model']['schema']['isObject'](_0x2f718b)&&_0x4198ee&&!_0x4198ee['getCustomProperty']('widget')&&_0x4198ee['is']('containerElement')&&_0x3e1065(_0x4198ee,_0x3d91ff['writer']);},{'priority':'high'});});}['overrideHorizontalRuleConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x2f4263,{writer:_0x5b7979,options:_0x1552c6})=>{if(!_0x1552c6['showCommentHighlights'])return null;const _0x1b96d7=_0x5b7979['createContainerElement']('div'),_0x238ea3=_0x5b7979['createEmptyElement']('hr');return _0x5b7979['addClass']('ck-horizontal-line',_0x1b96d7),_0x5b7979['insert'](_0x5b7979['createPositionAt'](_0x1b96d7,0x0),_0x238ea3),_0x1b96d7;},'converterPriority':'high'});}['overrideImageInlineConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToStructure']({'model':'imageInline','view':(_0x11dde1,{writer:_0x507c25,options:_0x117ac0})=>{if(!_0x117ac0['showCommentHighlights'])return null;const _0x559ecf=_0x507c25['createContainerElement']('span'),_0x14421d=_0x507c25['createEmptyElement']('img');return _0x507c25['addClass']('image-inline',_0x559ecf),_0x507c25['insert'](_0x507c25['createPositionAt'](_0x559ecf,0x0),_0x14421d),_0x559ecf;},'converterPriority':'high'});}['overrideMediaEmbedConverter'](){this['editor']['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1cb838,{writer:_0x3acda5,options:_0x102fb2})=>{if(_0x102fb2['showCommentHighlights'])return _0x3acda5['createEmptyElement']('div');},'converterPriority':'high'}),this['editor']['data']['downcastDispatcher']['on']('attribute:url:media',(_0x1d1a71,_0x552380,_0x54e183)=>{_0x54e183['options']['showCommentHighlights']&&_0x1d1a71['stop']();},{'priority':'high'});}}class r extends _0xb0a682{static get['requires'](){return[o,P,it,st,ct,at,ut];}static get['pluginName'](){return'CommentsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3efa27){super(_0x3efa27),this['set']('isThreadsLoadingPaused',!0x0),_0x3efa27['data']['once']('ready',()=>this['isThreadsLoadingPaused']=!0x1),this['set']('activeMarker',null),this['on']('change:activeMarker',(_0x25f098,_0xc57ba9,_0x41a733,_0xd53288)=>{const _0x27eadb=_0x3efa27['plugins']['get'](o),_0x47a08b=_0x41a733?er(_0x41a733)['id']:null;if(_0x3efa27['model']['change'](()=>{if(_0x47a08b){const _0x2fec47=this['getAllMarkersForId'](_0x47a08b);for(const _0x4a547f of _0x2fec47)_0x3efa27['editing']['reconvertMarker'](_0x4a547f);}if(_0xd53288){const {id:_0x413b98}=er(_0xd53288),_0x406b4d=_0x27eadb['getCommentThread'](_0x413b98);if(_0x406b4d&&!_0x406b4d['isAttached'])return;const _0x27f4e1=this['getAllMarkersForId'](_0x413b98);for(const _0x4b5bf9 of _0x27f4e1)_0x3efa27['editing']['reconvertMarker'](_0x4b5bf9);}}),_0x47a08b){const _0x5afae8=_0x27eadb['getCommentThread'](_0x47a08b);_0x5afae8&&_0x5afae8['isResolved']&&this['scrollToThreadMarker'](_0x47a08b);}}),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x31f9a4=this['editor'],_0x1e82f8=_0x31f9a4['plugins']['get'](o),_0xafeb54=_0x31f9a4['config']['get']('collaboration.channelId');_0x31f9a4['commands']['add']('addCommentThread',new J(_0x31f9a4)),this['listenTo'](_0x31f9a4,'change:isReadOnly',(_0x47a2e6,_0x28dd07,_0x2c0abe)=>{_0x1e82f8['switchReadOnly'](_0x2c0abe,_0x31f9a4['config']['get']('collaboration.channelId'));}),this['listenTo'](_0x1e82f8,ft('addCommentThread',_0xafeb54),(_0xcbfa76,{threadId:_0xa0c06})=>{const _0x128c2e=this['editor']['plugins']['get'](o)['getCommentThread'](_0xa0c06);_0x128c2e&&_0x128c2e['unlinkedAt']&&this['_attachArchivedThread'](_0xa0c06);}),this['listenTo'](_0x1e82f8,ft('removeCommentThread',_0xafeb54),(_0x166919,{threadId:_0x60d947})=>{_0x31f9a4['model']['enqueueChange']({'isUndoable':!0x1},_0x3f7d82=>{const _0x18800a=this['getAllMarkersForId'](_0x60d947);for(const _0xa74a86 of _0x18800a)_0x3f7d82['removeMarker'](_0xa74a86);});}),this['listenTo'](_0x1e82f8,ft('resolveCommentThread',_0xafeb54),(_0x57ba6f,{threadId:_0x1a7b9a})=>{(this['_reconvertMarkers'](_0x1a7b9a),this['editor']['editing']['view']['hasDomSelection'])&&(this['editor']['plugins']['get'](o)['getCommentThread'](_0x1a7b9a)['unlinkedAt']||this['editor']['editing']['view']['focus']());},{'priority':'low'}),this['listenTo'](_0x1e82f8,ft('reopenCommentThread',_0xafeb54),(_0x53220c,{threadId:_0x352971})=>{this['_reconvertMarkers'](_0x352971);},{'priority':'low'}),this['listenTo'](_0x1e82f8,ft('addComment',_0xafeb54),(_0x3ee7cd,{threadId:_0x50b838,isFromAdapter:_0x5dba1f})=>{const _0x5532bf=this['getAllMarkersForId'](_0x50b838);if(_0x5dba1f||0x0==_0x5532bf['length']||!_0x1e82f8['hasCommentThread'](_0x50b838))return;0x1===_0x1e82f8['getCommentThread'](_0x50b838)['length']&&_0x31f9a4['model']['enqueueChange']({'isUndoable':!0x1},_0x5b2704=>{for(const _0x3e602d of _0x5532bf)_0x5b2704['updateMarker'](_0x3e602d,{'usingOperation':!0x0,'affectsData':!0x0});});},{'priority':'low'}),this['_initializeMarkerConverters'](),this['_handleMarkerAddAndRemove']();}['afterInit'](){!async function(_0x3e013){const _0x35463d=_0x1694ee([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]),_0x5d2291=0x5439cdb9,_0x4c378d=0x543e94d9^_0x5d2291,_0x6f6e44=window[_0x1694ee([0x44,0x61,0x74,0x65])][_0x1694ee([0x6e,0x6f,0x77])](),_0x2de9d3=_0x3e013[_0x1694ee([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x57b72b=new window[(_0x1694ee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17f571=>{_0x2de9d3[_0x1694ee([0x6f,0x6e,0x63,0x65])](_0x1694ee([0x72,0x65,0x61,0x64,0x79]),_0x17f571);}),_0x380fc2={[_0x1694ee([0x6b,0x74,0x79])]:_0x1694ee([0x45,0x43]),[_0x1694ee([0x75,0x73,0x65])]:_0x1694ee([0x73,0x69,0x67]),[_0x1694ee([0x63,0x72,0x76])]:_0x1694ee([0x50,0x2d,0x32,0x35,0x36]),[_0x1694ee([0x78])]:_0x1694ee([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]),[_0x1694ee([0x79])]:_0x1694ee([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]),[_0x1694ee([0x61,0x6c,0x67])]:_0x1694ee([0x45,0x53,0x32,0x35,0x36])},_0x3a6408=_0x2de9d3[_0x1694ee([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1694ee([0x67,0x65,0x74])](_0x1694ee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x50e441(){let _0x1eee97,_0x9e79e9=null,_0x290ac3=null;try{if(_0x3a6408==_0x1694ee([0x47,0x50,0x4c]))return _0x1694ee([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1eee97=_0x13aa3c(),!_0x1eee97)return _0x1694ee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1eee97[_0x1694ee([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x290ac3=_0x3dda37(_0x1eee97[_0x1694ee([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1eee97[_0x1694ee([0x6a,0x74,0x69])])),await _0x5235c5()?_0x29ce13()?_0xf83cda()?_0x1694ee([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x8a7a40()?(_0x1eee97[_0x1694ee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1694ee([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x9e79e9=_0x10356c(_0x1694ee([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1eee97[_0x1694ee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1694ee([0x74,0x72,0x69,0x61,0x6c])&&(_0x9e79e9=_0x10356c(_0x1694ee([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x1eee97[_0x1694ee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1694ee([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x9e79e9=_0x10356c(_0x1694ee([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x375e78()):_0x1694ee([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1694ee([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1694ee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x1b919c){return _0x1694ee([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xf83cda(){const _0x13fee9=[_0x1694ee([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1694ee([0x74,0x72,0x69,0x61,0x6c])][_0x1694ee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1eee97[_0x1694ee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x6f6e44/0x3e8:0xe10*_0x4c378d;return _0x1eee97[_0x1694ee([0x65,0x78,0x70])]<_0x13fee9;}function _0x29ce13(){const _0xda16d9=_0x1eee97[_0x1694ee([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0xda16d9)return!0x1;if(_0xda16d9[_0x1694ee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1694ee([0x2a])))return!0x0;if(_0xda16d9[_0x1694ee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1694ee([0x43,0x4d,0x54])))return!0x0;if(_0xda16d9[_0x1694ee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1694ee([0x52,0x43,0x4d,0x54]))){if(_0x335c1b())return!0x0;if(_0x78db73()||_0x42948f())return!0x0;}return!0x1;}function _0x8a7a40(){const _0x9dcbbf=_0x1eee97[_0x1694ee([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x9dcbbf||0x0==_0x9dcbbf[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x8183a6}=new URL(window[_0x1694ee([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x9dcbbf[_0x1694ee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x8183a6))return!0x0;const _0x1f9910=_0x8183a6[_0x1694ee([0x73,0x70,0x6c,0x69,0x74])](_0x1694ee([0x2e]));return _0x9dcbbf[_0x1694ee([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x46c171=>_0x46c171[_0x1694ee([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1694ee([0x2a])))[_0x1694ee([0x6d,0x61,0x70])](_0x56fda5=>_0x56fda5[_0x1694ee([0x73,0x70,0x6c,0x69,0x74])](_0x1694ee([0x2e])))[_0x1694ee([0x73,0x6f,0x6d,0x65])](_0x43a1a8=>_0x1f9910[_0x1694ee([0x65,0x76,0x65,0x72,0x79])]((_0x27b2ef,_0x2c104b)=>_0x43a1a8[_0x2c104b]===_0x27b2ef||_0x43a1a8[_0x2c104b]===_0x1694ee([0x2a])));}function _0x375e78(){return _0x9e79e9&&_0x290ac3?new window[(_0x1694ee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x50c74c,_0x15a791)=>{_0x9e79e9[_0x1694ee([0x74,0x68,0x65,0x6e])](_0x50c74c,_0x15a791),_0x290ac3[_0x1694ee([0x74,0x68,0x65,0x6e])](_0x130b89=>{_0x130b89!=_0x1694ee([0x56,0x61,0x6c,0x69,0x64])&&_0x50c74c(_0x130b89);},_0x15a791);}):_0x9e79e9||_0x290ac3||_0x1694ee([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3dda37(_0x6ea8c6,_0x6e1f97){return new window[(_0x1694ee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e8910=>{if(_0x425e96())return _0x1e8910(_0x1694ee([0x56,0x61,0x6c,0x69,0x64]));_0x39839f(),_0x2de9d3[_0x1694ee([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1694ee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x585329=!0x1;const _0x3deddf=_0x487f3d();function _0x340dd7(_0x42e4dd){return!!_0x42e4dd&&(typeof _0x42e4dd===_0x1694ee([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x42e4dd===_0x1694ee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x42e4dd[_0x1694ee([0x74,0x68,0x65,0x6e])]===_0x1694ee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x42e4dd[_0x1694ee([0x63,0x61,0x74,0x63,0x68])]===_0x1694ee([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5a7983(_0x2eb699){_0x154e16(_0x2eb699)[_0x1694ee([0x74,0x68,0x65,0x6e])](_0x112057=>{if(!_0x112057||_0x112057[_0x1694ee([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1694ee([0x6f,0x6b]))return _0x1694ee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1c73bd(_0x6ebdf9(_0x3deddf+_0x6e1f97))!=_0x112057[_0x1694ee([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1694ee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1694ee([0x56,0x61,0x6c,0x69,0x64]);})[_0x1694ee([0x74,0x68,0x65,0x6e])](_0x421fa7=>(_0x1e8d40(),_0x421fa7),()=>{const _0x39c5c4=_0x1066bf();return null==_0x39c5c4?(_0x1e8d40(),_0x1694ee([0x56,0x61,0x6c,0x69,0x64])):_0x1694ee(_0x6f6e44-_0x39c5c4>(0x703549b9^_0x5d2291)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1694ee([0x74,0x68,0x65,0x6e])](_0x1e8910)[_0x1694ee([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1e8910(_0x1694ee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x352400=0x540f2339^_0x5d2291;function _0x1e8d40(){const _0x4c174e=_0x1694ee([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c73bd(_0x6ebdf9(_0x6ea8c6)),_0x5423ad=_0x11d862(_0x1c73bd(window[_0x1694ee([0x4d,0x61,0x74,0x68])][_0x1694ee([0x63,0x65,0x69,0x6c])](_0x6f6e44/_0x352400)));window[_0x1694ee([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1694ee([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c174e,_0x5423ad);}function _0x1066bf(){const _0x41326=_0x1694ee([0x6c,0x6c,0x63,0x74,0x2d])+_0x1c73bd(_0x6ebdf9(_0x6ea8c6)),_0x3d30fd=window[_0x1694ee([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1694ee([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x41326);return _0x3d30fd?window[_0x1694ee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x11d862(_0x3d30fd),0x10)*_0x352400:null;}function _0x154e16(_0x14640b){return new window[(_0x1694ee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3f5a14,_0x482327)=>{_0x14640b[_0x1694ee([0x74,0x68,0x65,0x6e])](_0x3f5a14,_0x482327),window[_0x1694ee([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x482327,0x54381979^_0x5d2291);});}}_0x2de9d3[_0x1694ee([0x6f,0x6e])](_0x1694ee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x884691,_0x1f75fe)=>{if(_0x1f75fe[0x0]!=_0x6ea8c6)return _0x1e8910(_0x1694ee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1f75fe[0x1]={..._0x1f75fe[0x1],[_0x1694ee([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x3deddf};},{[_0x1694ee([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1694ee([0x68,0x69,0x67,0x68])}),_0x2de9d3[_0x1694ee([0x6f,0x6e])](_0x1694ee([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x524e2e=>{_0x340dd7(_0x524e2e[_0x1694ee([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x585329=!0x0,_0x5a7983(_0x524e2e[_0x1694ee([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1694ee([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1694ee([0x6c,0x6f,0x77])}),_0x57b72b[_0x1694ee([0x74,0x68,0x65,0x6e])](()=>{_0x585329||_0x1e8910(_0x1694ee([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x425e96(){return _0x2de9d3[_0x1694ee([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1694ee([0x76,0x69,0x65,0x77])][_0x1694ee([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1694ee([0x61,0x75,0x74,0x6f]);}function _0x39839f(){_0x2de9d3[_0x1694ee([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1694ee([0x76,0x69,0x65,0x77])][_0x1694ee([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1694ee([0x61,0x75,0x74,0x6f]);}}function _0x10356c(_0x1d4069){const _0x265bc0=[new window[(_0x1694ee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1c1843=>setTimeout(_0x1c1843,0x5430f375^_0x5d2291)),_0x57b72b[_0x1694ee([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1694ee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x15bfbe=>{let _0x33fa58=0x0;_0x2de9d3[_0x1694ee([0x6d,0x6f,0x64,0x65,0x6c])][_0x1694ee([0x6f,0x6e])](_0x1694ee([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x3bc9a7,_0x347dc5)=>{_0x347dc5[0x0][_0x1694ee([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x33fa58++,_0x33fa58==(0x5439cc41^_0x5d2291)&&(_0x15bfbe(),_0x3bc9a7[_0x1694ee([0x6f,0x66,0x66])]());});}))];return window[_0x1694ee([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1694ee([0x72,0x61,0x63,0x65])](_0x265bc0)[_0x1694ee([0x74,0x68,0x65,0x6e])](()=>_0x1d4069);}async function _0x401994(){await _0x57b72b,_0x2de9d3[_0x1694ee([0x6d,0x6f,0x64,0x65,0x6c])][_0x1694ee([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6edaa3,_0x2de9d3[_0x1694ee([0x6d,0x6f,0x64,0x65,0x6c])][_0x1694ee([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6edaa3,_0x2de9d3[_0x1694ee([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1694ee([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x335c1b(){return _0x5e8014(_0x1694ee([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x527eaa(_0x1694ee([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1694ee([0x73,0x74,0x61,0x74,0x65])]==_0x1694ee([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x78db73(){return _0x5e8014(_0x1694ee([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 _0x42948f(){return _0x5e8014(_0x1694ee([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0xa10371(_0x3ff7fe){const _0x30e231=_0x55342c();_0x2de9d3[_0x30e231]=_0x1694ee([0x63,0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x3ff7fe,_0x3ff7fe!=_0x1694ee([0x56,0x61,0x6c,0x69,0x64])&&_0x401994();}function _0x55342c(){const _0x7011e2=window[_0x1694ee([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1694ee([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1694ee([0x6e,0x6f,0x77])]())[_0x1694ee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1694ee([0x2e]),'');let _0xf0ca48=_0x1694ee([0x50]);for(let _0x39a7aa=0x0;_0x39a7aa<_0x7011e2[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x39a7aa+=0x2){let _0x3b6c76=window[_0x1694ee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7011e2[_0x1694ee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x39a7aa,_0x39a7aa+0x2));_0x3b6c76>=_0x35463d[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3b6c76-=_0x35463d[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0xf0ca48+=_0x35463d[_0x3b6c76];}return _0xf0ca48;}function _0x13aa3c(){const _0x230321=_0x3a6408[_0x1694ee([0x73,0x70,0x6c,0x69,0x74])](_0x1694ee([0x2e]));if(0x3!=_0x230321[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4b1641(_0x230321[0x1]);function _0x4b1641(_0x30b9a2){const _0xd0049a=_0x47f676(_0x30b9a2);return _0xd0049a&&_0x19132a()?_0xd0049a:null;function _0x19132a(){const _0xb36154=_0xd0049a[_0x1694ee([0x6a,0x74,0x69])],_0x55a495=window[_0x1694ee([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb36154[_0x1694ee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb36154[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x68757c={..._0xd0049a,[_0x1694ee([0x6a,0x74,0x69])]:_0xb36154[_0x1694ee([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xb36154[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x68757c[_0x1694ee([0x76,0x63])],_0x6ebdf9(_0x68757c)==_0x55a495;}}}async function _0x5235c5(){let _0x5505f7=!0x0;try{const _0x197c06=_0x3a6408[_0x1694ee([0x73,0x70,0x6c,0x69,0x74])](_0x1694ee([0x2e])),[_0x5994b5,_0x6066ae,_0x55718f]=_0x197c06;return _0x1bda87(_0x5994b5),await _0x29fa5b(_0x5994b5,_0x6066ae,_0x55718f),_0x5505f7;}catch(_0x38547d){return!0x1;}function _0x1bda87(_0x378339){const _0x1283b0=_0x47f676(_0x378339);_0x1283b0&&_0x1283b0[_0x1694ee([0x61,0x6c,0x67])]==_0x1694ee([0x45,0x53,0x32,0x35,0x36])||(_0x5505f7=!0x1);}async function _0x29fa5b(_0x31b9fb,_0x2c6c92,_0x119f71){const _0x5094b1=window[_0x1694ee([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1694ee([0x66,0x72,0x6f,0x6d])](_0x53c891(_0x119f71),_0x2e255e=>_0x2e255e[_0x1694ee([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1bc93c=new window[(_0x1694ee([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1694ee([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x31b9fb+_0x1694ee([0x2e])+_0x2c6c92),_0x1e346d=window[_0x1694ee([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1694ee([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x1e346d)return;const _0x28dc6=await _0x1e346d[_0x1694ee([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1694ee([0x6a,0x77,0x6b]),_0x380fc2,{[_0x1694ee([0x6e,0x61,0x6d,0x65])]:_0x1694ee([0x45,0x43,0x44,0x53,0x41]),[_0x1694ee([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1694ee([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1694ee([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x1e346d[_0x1694ee([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1694ee([0x6e,0x61,0x6d,0x65])]:_0x1694ee([0x45,0x43,0x44,0x53,0x41]),[_0x1694ee([0x68,0x61,0x73,0x68])]:{[_0x1694ee([0x6e,0x61,0x6d,0x65])]:_0x1694ee([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x28dc6,_0x5094b1,_0x1bc93c)||(_0x5505f7=!0x1);}}function _0x47f676(_0x3c79e4){return _0x3c79e4[_0x1694ee([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1694ee([0x65,0x79]))?JSON[_0x1694ee([0x70,0x61,0x72,0x73,0x65])](_0x53c891(_0x3c79e4)):null;}function _0x53c891(_0x4b263f){return window[_0x1694ee([0x61,0x74,0x6f,0x62])](_0x4b263f[_0x1694ee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1694ee([0x2b]))[_0x1694ee([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1694ee([0x2f])));}function _0x6ebdf9(_0x21de56){let _0x301ddf=0x1505;function _0x37481f(_0x1b9e0a){for(let _0x32b915=0x0;_0x32b915<_0x1b9e0a[_0x1694ee([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x32b915++){const _0x2d2cef=_0x1b9e0a[_0x1694ee([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x32b915);_0x301ddf=(_0x301ddf<<0x5)+_0x301ddf+_0x2d2cef,_0x301ddf&=_0x301ddf;}}function _0x1e8ad1(_0xa861d3){Array[_0x1694ee([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa861d3)?_0xa861d3[_0x1694ee([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1e8ad1):_0xa861d3&&typeof _0xa861d3==_0x1694ee([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1694ee([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa861d3)[_0x1694ee([0x73,0x6f,0x72,0x74])]()[_0x1694ee([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3fdec1,_0x1122ad])=>{_0x37481f(_0x3fdec1),_0x1e8ad1(_0x1122ad);}):_0x37481f(window[_0x1694ee([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa861d3));}return _0x1e8ad1(_0x21de56),_0x301ddf>>>0x0;}function _0x1c73bd(_0x329c30){return _0x329c30[_0x1694ee([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1694ee([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1694ee([0x30]));}function _0x11d862(_0x173eef){return _0x173eef[_0x1694ee([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1694ee([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1694ee([0x6a,0x6f,0x69,0x6e])]('');}function _0x5e8014(_0x313f7d){return _0x2de9d3[_0x1694ee([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1694ee([0x68,0x61,0x73])](_0x313f7d);}function _0x527eaa(_0x26491e){return _0x2de9d3[_0x1694ee([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1694ee([0x67,0x65,0x74])](_0x26491e);}function _0x6edaa3(){}function _0x1694ee(_0x426b2c){return _0x426b2c['map'](_0x2a3d29=>String['fromCharCode'](_0x2a3d29))['join']('');}_0xa10371(await _0x50e441());}(this);}['destroy'](){const _0x55f46e=this['editor']['plugins']['get'](o),_0x1b4af8=this['editor']['config']['get']('collaboration.channelId');for(const _0x2cc869 of _0x55f46e['getCommentThreads']({'channelId':_0x1b4af8}))_0x55f46e['_detachCommentThread'](_0x2cc869['id']),_0x55f46e['_threads']['delete'](_0x2cc869['id']);super['destroy']();}['hasMarkerForId'](_0x2bcdfa){return this['getAllMarkersForId'](_0x2bcdfa)['length']>0x0;}['getAllMarkersForId'](_0x18d062){const _0x4bfdd0=[];for(const _0x9027d0 of this['editor']['model']['markers'])_0x9027d0['name']['startsWith']('comment:'+_0x18d062)&&_0x4bfdd0['push'](_0x9027d0);return _0x4bfdd0;}['scrollToThreadMarker'](_0x24219e){const _0x48e034=this['_getTargetForId'](_0x24219e);_0x48e034&&setTimeout(()=>{this['activeMarker']&&er(this['activeMarker'])['id']===_0x24219e&&rt({'target':_0x48e034[0x0],'viewportOffset':0x64,'alignToTop':!0x0});},0x32);}['_reconvertMarkers'](_0x10a52e){this['editor']['model']['change'](()=>{for(const _0x2acae0 of this['getAllMarkersForId'](_0x10a52e))this['editor']['editing']['reconvertMarker'](_0x2acae0);});}['_attachArchivedThread'](_0x1da096){const _0x1bd802=this['editor']['plugins']['get'](o),_0x563962=this['editor']['plugins']['get'](P),_0x2e302e=_0x1bd802['getCommentThread'](_0x1da096);if(!_0x2e302e['isAttached']){const _0x140278=_0x2e302e['attachTo'](()=>this['_getTargetForId'](_0x2e302e['id']));_0x563962['registerAnnotation'](_0x140278),_0x2e302e['_hasTargetInContent']=!0x1;}}['_initializeMarkerConverters'](){const _0x1dc5bc=this['editor'],_0xd0edf4=_0x1dc5bc['plugins']['get'](it);_0x1dc5bc['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'comment','view':(_0x4bc4eb,_0x30f543)=>{const {id:_0x5f350b}=er(_0x4bc4eb['markerName']),_0x4b70ae=_0x1dc5bc['plugins']['get'](o)['getCommentThread'](_0x5f350b),_0xc636f7=this['activeMarker']&&er(this['activeMarker'])['id']===_0x5f350b;let _0x5575f6;if(_0x4b70ae&&_0x4b70ae['isResolved']&&!_0xc636f7&&_0x4bc4eb['item'])return _0x30f543['consumable']['consume'](_0x4bc4eb['item'],'addMarker:'+_0x4bc4eb['markerName']),_0x30f543['consumable']['consume'](_0x4bc4eb['item'],'removeMarker:'+_0x4bc4eb['markerName']),null;const _0x447b03=['ck-comment-marker'];return _0xc636f7&&_0x447b03['push']('ck-comment-marker--active'),_0x5575f6=_0x4b70ae&&_0x4b70ae['length']?_0x4b70ae['comments']['first']['author']['id']:_0xd0edf4['me']['id'],{'classes':_0x447b03,'attributes':{'data-comment':_0x5f350b,'data-author-id':_0x5575f6}};}}),_0x1dc5bc['conversion']['for']('dataDowncast')['markerToData']({'model':'comment','view':(_0x361d80,{options:_0x5e8ead})=>{if(_0x5e8ead['showCommentHighlights'])return null;const _0x116e5f=_0x1dc5bc['plugins']['get'](o),_0x54e267=_0x1dc5bc['model']['markers']['get'](_0x361d80),{id:_0xde4cbd,part:_0x994e45}=er(_0x361d80);if(_0x54e267&&!_0x54e267['affectsData'])return null;if(_0x5e8ead['ignoreResolvedComments']){const _0x1b8b96=_0x116e5f['getCommentThread'](_0xde4cbd);if(_0x1b8b96&&_0x1b8b96['isResolved'])return null;}return{'group':'comment','name':_0x994e45?_0xde4cbd+':'+_0x994e45:_0xde4cbd};}}),_0x1dc5bc['conversion']['for']('upcast')['elementToElement']({'view':{'name':'comment','attributes':{'id':/^\w/}},'model':(_0x5f5c3e,{writer:_0x9fd66c})=>_0x9fd66c['createElement']('$marker',{'data-name':'comment:'+_0x5f5c3e['getAttribute']('id')})}),_0x1dc5bc['conversion']['for']('upcast')['dataToMarker']({'view':'comment'});}['_handleMarkerAddAndRemove'](){const _0x29dac0=this['editor'],_0x3a3734=_0x29dac0['plugins']['get'](o),_0x330d21=new Set(),_0x541482=new Set();_0x29dac0['model']['document']['registerPostFixer'](_0x51ee2b=>{let _0x231282=!0x1;for(const {name:_0x2a3422,data:_0xc89381}of _0x29dac0['model']['document']['differ']['getChangedMarkers']()){const {group:_0x5bd4dd,id:_0x8d45e1}=er(_0x2a3422);let _0x371dcc=_0xc89381['newRange'];if('comment'!==_0x5bd4dd||!_0x371dcc)continue;const _0x34ca93='$graveyard'===_0x371dcc['root']['rootName'];_0x34ca93||(_0x371dcc=dt(_0x371dcc,_0x29dac0['model']),!_0x371dcc||_0x371dcc['isCollapsed']||!_0xc89381['newRange']||_0x371dcc['isEqual'](_0xc89381['newRange']))?_0x29dac0['model']['hasContent'](_0x371dcc)&&!_0x34ca93?this['isThreadsLoadingPaused']?_0x330d21['add'](_0x2a3422):this['_handleThreadMarker'](_0x2a3422,_0x8d45e1):(_0x541482['add'](_0x2a3422),_0x330d21['delete'](_0x2a3422),_0x51ee2b['removeMarker'](_0x2a3422),_0x231282=!0x0):(_0x51ee2b['updateMarker'](_0x2a3422,{'range':_0x371dcc}),_0x231282=!0x0);}return _0x231282;}),this['on']('change:isThreadsLoadingPaused',(_0x1330d0,_0x186248,_0x488b03)=>{if(!_0x488b03&&_0x330d21['size'])for(const _0x2da633 of _0x330d21){const {id:_0x3c7812}=er(_0x2da633);_0x330d21['delete'](_0x2da633),_0x29dac0['model']['markers']['get'](_0x2da633)&&this['_handleThreadMarker'](_0x2da633,_0x3c7812);}}),this['listenTo'](_0x29dac0['model']['document'],'change',()=>{for(const {name:_0x51827d,data:{newRange:_0xf44d52}}of _0x29dac0['model']['document']['differ']['getChangedMarkers']()){const {group:_0x40ec99,id:_0x4f1985}=er(_0x51827d);if('comment'!==_0x40ec99)continue;const _0x4c908a=_0x3a3734['getCommentThread'](_0x4f1985),_0x3e615a=this['hasMarkerForId'](_0x4f1985);_0x4c908a&&(!_0x4c908a['_hasTargetInContent']&&_0xf44d52&&_0x29dac0['editing']['view']['once']('render',()=>{const _0x5a88a7=_0x29dac0['plugins']['get'](N),_0x5f3209=_0x3a3734['_threadToController']['get'](_0x4c908a)['view'];_0x5a88a7['getByInnerView'](_0x5f3209)['refreshVisibility']();},{'priority':'low'}),_0x4c908a['_hasTargetInContent']=_0x3e615a||!!_0xf44d52),_0xf44d52||(_0x541482['add'](_0x51827d),_0x330d21['delete'](_0x51827d));}for(const _0xcd311b of _0x541482){const {id:_0x567a9e}=er(_0xcd311b),_0x23f4b8=_0x3a3734['getCommentThread'](_0x567a9e);if(_0x330d21['delete'](_0xcd311b),!_0x23f4b8)continue;const _0x1cd90d=this['hasMarkerForId'](_0x567a9e);_0x1cd90d||_0x23f4b8['isSubmitted']?_0x1cd90d||_0x23f4b8['unlinkedAt']||_0x23f4b8['setUnlinkedAt'](new Date()):_0x23f4b8['remove']();}_0x541482['clear']();});}['_getTargetForId'](_0x220474){const _0x1d3ef6=this['editor'],_0x4c4acf=this['getAllMarkersForId'](_0x220474);return et(_0x1d3ef6['editing'],_0x4c4acf);}['_getTextContext'](_0x598597){const _0x456f95=this['getAllMarkersForId'](_0x598597);let _0x420ec5='',_0x11d1c9=!0x1;for(const _0x3a195e of _0x456f95){const _0x5b7227=_0x3a195e['getRange']();for(const _0x5bae6e of Array['from'](_0x5b7227['getItems']()))_0x5bae6e['is']('$textProxy')?(_0x420ec5&&_0x11d1c9&&(_0x420ec5+='\x20',_0x11d1c9=!0x1),_0x420ec5+=_0x5bae6e['data']):_0x11d1c9=!0x0;_0x11d1c9=!0x0;}return _0x420ec5['substring'](0x0,0x96);}['_attachMarkerToThread'](_0x339624,_0x130e45){const _0x4bf16f=this['editor'],_0x22c4ce=_0x4bf16f['plugins']['get'](o);let _0x1ccf00=_0x22c4ce['getCommentThread'](_0x130e45);const _0x20113b=_0x4bf16f['config']['get']('collaboration.channelId'),_0x59d669=_0x4bf16f['plugins']['get'](P);if(_0x1ccf00&&(_0x1ccf00['unlinkedAt']&&_0x1ccf00['setUnlinkedAt'](null),_0x1ccf00['isAttached']))return _0x1ccf00;return!this['getAllMarkersForId'](_0x130e45)[0x0]['managedUsingOperations']?_0x4bf16f['editing']['view']['once']('render',()=>{if(_0x22c4ce['getCommentThread'](_0x130e45))return;const _0x46b57f=_0x4bf16f['plugins']['get'](N);_0x1ccf00=_0x22c4ce['openNewCommentThread']({'channelId':_0x20113b,'threadId':_0x130e45,'target':()=>this['_getTargetForId'](_0x130e45),'context':{'type':'text','value':this['_getTextContext'](_0x130e45)}});const _0x1fb924=_0x22c4ce['_threadToController']['get'](_0x1ccf00)['view'],_0x19e320=_0x46b57f['getByInnerView'](_0x1fb924);_0x19e320&&_0x59d669['registerAnnotation'](_0x19e320);},{'priority':'low'}):_0x22c4ce['fetchCommentThread']({'channelId':_0x20113b,'threadId':_0x130e45})['then'](_0x340997=>{if('destroyed'!==_0x4bf16f['state']){if(_0x1ccf00=_0x340997,_0x1ccf00&&!_0x1ccf00['isAttached']){const _0x195e28=_0x1ccf00['attachTo'](()=>this['_getTargetForId'](_0x130e45));_0x59d669['registerAnnotation'](_0x195e28),_0x1ccf00['isResolved']&&this['_reconvertMarkers'](_0x130e45);}else{if(!_0x1ccf00){const _0x4fb2fb=this['getAllMarkersForId'](_0x130e45);_0x4bf16f['model']['change'](_0x17d7c1=>{for(const _0x3348ff of _0x4fb2fb)_0x17d7c1['removeMarker'](_0x3348ff);});}}}}),_0x1ccf00;}['_handleThreadMarker'](_0x2ec9fe,_0x19a83d){const _0x586bcd=this['_attachMarkerToThread'](_0x2ec9fe,_0x19a83d);_0x586bcd&&!_0x586bcd['context']&&_0x586bcd['setContext']({'type':'text','value':this['_getTextContext'](_0x19a83d)});}['_initAriaMarkerChangeAnnouncements'](){const _0x15dd17=this['editor'];ot(_0x15dd17['model'],({left:_0x19005d,entered:_0x4feaa8})=>{for(const _0x24bd9e of _0x19005d)if(mt(_0x24bd9e)){_0x15dd17['ui']['ariaLiveAnnouncer']['announce'](S(_0x15dd17['locale'],'LEAVE_COMMENT_ANNOUNCEMENT'));break;}for(const _0x3e076f of _0x4feaa8)if(mt(_0x3e076f)){_0x15dd17['ui']['ariaLiveAnnouncer']['announce'](S(_0x15dd17['locale'],'ENTER_COMMENT_ANNOUNCEMENT',nt(_0x49e971)));break;}});}}function ft(_0x137e9c,_0x1d7213){return _0x1d7213?_0x137e9c+':'+_0x1d7213:_0x137e9c;}function er(_0x56c8f2){const _0x3a51ae=_0x56c8f2['split'](':');return{'group':_0x3a51ae[0x0],'id':_0x3a51ae[0x1],'part':_0x3a51ae[0x2]};}function dt(_0x6d8b34,_0x5332b0){const _0x4f79e6=_0x5332b0['schema'],_0xa9a206=_0x5332b0['createRange'](_0x6d8b34['start']);for(const _0x369232 of _0x6d8b34['getWalker']()){const {type:_0x460c33,item:_0x35097d,nextPosition:_0x46b71e}=_0x369232;if('text'===_0x460c33||_0x4f79e6['isObject'](_0x35097d)){const _0x502e67=_0x5332b0['createPositionBefore'](_0x35097d);_0xa9a206['isCollapsed']&&(_0xa9a206['start']=_0x502e67),_0xa9a206['end']=_0x46b71e;}}return _0xa9a206;}function mt(_0xb268c4){return'comment'===er(_0xb268c4['name'])['group'];}var xt='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M4\x201.5h12A3.5\x203.5\x200\x200\x201\x2019.5\x205v8l-.005.192a3.5\x203.5\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.371-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.271-2.63l-.062-.07H4A3.5\x203.5\x200\x200\x201\x20.5\x2013V5A3.5\x203.5\x200\x200\x201\x204\x201.5ZM4\x203a2\x202\x200\x200\x200-2\x202v8a2\x202\x200\x200\x200\x202\x202h6.924a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L14.962\x2015H16a2\x202\x200\x200\x200\x202-2V5a2\x202\x200\x200\x200-2-2H4Z\x22/><path\x20d=\x22M9.75\x205a.75.75\x200\x200\x200-.75.75v2.5H6.5a.75.75\x200\x200\x200\x200\x201.5H9v2.5a.75.75\x200\x200\x200\x201.5\x200v-2.5H13a.75.75\x200\x200\x200\x200-1.5h-2.5v-2.5A.75.75\x200\x200\x200\x209.75\x205Z\x22/></svg>\x0a';class i extends _0xb0a682{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CommentsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,r,P,N];}get['CommentsListView'](){return te;}get['CommentThreadInputView'](){return ie;}['init'](){const _0x93b23b=this['editor'],_0x3e8bc8=_0x93b23b['plugins']['get'](o),_0x295b11=_0x93b23b['plugins']['get'](r),_0x36600a=_0x93b23b['plugins']['get'](N),_0x4d3053=_0x93b23b['plugins']['get'](P);_0x93b23b['ui']['componentFactory']['add']('comment',()=>{const _0x30b136=this['_createUIButton'](_0x39ffad);return _0x30b136['tooltip']=!0x0,_0x30b136;}),_0x93b23b['ui']['componentFactory']['add']('menuBar:comment',()=>this['_createUIButton'](_0x21e538)),_0x4d3053['addSourceCollector'](()=>{const _0x20b853=[];for(const [_0x3c3cdc,_0x42ce22]of _0x3e8bc8['_threadToController']){const _0x4137a7=_0x295b11['getAllMarkersForId'](_0x3c3cdc['id']),_0x43eeb7=_0x4137a7['map'](_0x14e029=>_0x14e029['getRange']());_0x4137a7['length']>0x0&&_0x20b853['push']([_0x42ce22['view'],_0x43eeb7]);}return _0x20b853;}),this['listenTo'](_0x36600a,'change:activeAnnotations',(_0x245d2b,_0x5cad3b,_0x18ee1e)=>{const _0x258967=Array['from'](_0x18ee1e)['map'](_0x31e1c8=>_0x31e1c8['innerView'])['find'](_0x5e29c3=>_0x3e8bc8['_viewToController']['has'](_0x5e29c3));if(!_0x258967)return void(_0x295b11['activeMarker']=null);const _0x320253=_0x3e8bc8['_viewToController']['get'](_0x258967)['model']['id'],_0x3db569='comment:'+_0x320253;_0x320253&&_0x295b11['hasMarkerForId'](_0x320253)?_0x295b11['activeMarker']=_0x3db569:_0x295b11['activeMarker']&&(_0x295b11['activeMarker']=null);}),this['listenTo'](_0x3e8bc8,'removeCommentThread',(_0x24421d,{threadId:_0x2ff024,isFromAdapter:_0x444e7a})=>{!_0x444e7a&&_0x93b23b['ui']['focusTracker']['isFocused']&&_0x295b11['hasMarkerForId'](_0x2ff024)&&_0x93b23b['editing']['view']['focus']();},{'priority':'highest'}),this['listenTo'](_0x3e8bc8,'addComment',(_0x5ed169,{threadId:_0x58a400,isFromAdapter:_0x5b6a52})=>{if(_0x5b6a52||!_0x295b11['hasMarkerForId'](_0x58a400)||!_0x3e8bc8['hasCommentThread'](_0x58a400))return;0x1===_0x3e8bc8['getCommentThread'](_0x58a400)['length']&&(_0x93b23b['editing']['view']['focus'](),_0x5ed169['stop']());},{'priority':'low'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x123e5b=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2e9b78;for(const _0x440024 in _0x123e5b){const _0x18e29b=_0x440024,_0x4589d4=_0x123e5b[_0x18e29b];if('commentsLicenseKeyValid'==_0x4589d4||'commentsLicenseKeyInvalid'==_0x4589d4||'commentsLicenseKeyExpired'==_0x4589d4||'commentsLicenseKeyDomainLimit'==_0x4589d4||'commentsLicenseKeyNotAllowed'==_0x4589d4||'commentsLicenseKeyEvaluationLimit'==_0x4589d4||'commentsLicenseKeyTrialLimit'==_0x4589d4||'commentsLicenseKeyDevelopmentLimit'==_0x4589d4||'commentsLicenseKeyUsageLimit'==_0x4589d4){delete _0x123e5b[_0x18e29b],_0x2e9b78=_0x4589d4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'commentsLicenseKeyInvalid'==_0x2e9b78&&_0x123e5b['_showLicenseError']('invalid'),'commentsLicenseKeyExpired'==_0x2e9b78&&_0x123e5b['_showLicenseError']('expired'),'commentsLicenseKeyDomainLimit'==_0x2e9b78&&_0x123e5b['_showLicenseError']('domainLimit'),'commentsLicenseKeyNotAllowed'==_0x2e9b78&&_0x123e5b['_showLicenseError']('featureNotAllowed','Comments'),'commentsLicenseKeyEvaluationLimit'==_0x2e9b78&&_0x123e5b['_showLicenseError']('evaluationLimit'),'commentsLicenseKeyTrialLimit'==_0x2e9b78&&_0x123e5b['_showLicenseError']('trialLimit'),'commentsLicenseKeyDevelopmentLimit'==_0x2e9b78&&_0x123e5b['_showLicenseError']('developmentLimit'),'commentsLicenseKeyUsageLimit'==_0x2e9b78&&_0x123e5b['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_createUIButton'](_0x6944c4){const _0x2ffc90=this['editor'],_0x259153=new _0x6944c4(_0x2ffc90['locale']),_0xdaedc=_0x2ffc90['commands']['get']('addCommentThread');return _0x259153['set']({'label':S(_0x2ffc90['locale'],'Comment'),'icon':xt}),_0x259153['bind']('isEnabled')['to'](_0xdaedc),this['listenTo'](_0x259153,'execute',()=>_0xdaedc['execute']()),_0x259153;}}class s extends _0xb0a682{static get['pluginName'](){return'CommentsOnly';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[r];}constructor(_0x1e3203){super(_0x1e3203),this['set']('isEnabled',!0x1),this['on']('change:isEnabled',(_0x4f410f,_0x3baeb6,_0x8433af)=>{_0x8433af?this['_enableCommentsOnlyMode']():this['_disableCommentsOnlyMode']();});}['afterInit'](){!this['isEnabled']&&this['editor']['config']['get']('commentsOnly')&&(this['isEnabled']=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0xbc5778,_0x5a6471]of this['editor']['commands'])_0x5a6471['affectsData']&&'addCommentThread'!==_0xbc5778&&_0x5a6471['forceDisabled']('commentsOnlyMode');this['editor']['plugins']['has']('DragDrop')&&this['editor']['plugins']['get']('DragDrop')['forceDisabled']('commentsOnlyMode');const _0x3c90ed=this['editor']['editing']['view']['document'];this['listenTo'](_0x3c90ed,'cut',_0x23953d=>_0x23953d['stop'](),{'priority':'highest'}),this['listenTo'](_0x3c90ed,'clipboardInput',_0x211109=>_0x211109['stop'](),{'priority':'highest'}),this['listenTo'](_0x3c90ed,'delete',_0x5559d7=>_0x5559d7['stop'](),{'priority':'highest'});}['_disableCommentsOnlyMode'](){for(const [_0x3985b1,_0x5b2503]of this['editor']['commands'])_0x5b2503['affectsData']&&'addCommentThread'!==_0x3985b1&&_0x5b2503['clearForceDisabled']('commentsOnlyMode');this['stopListening'](this['editor']['editing']['view']['document']);}}class M extends _0x4f99d3{['activeUIs'];['_uis'];['_uisData'];static get['requires'](){return[N];}static get['pluginName'](){return'AnnotationsUIs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x8927cb){super(_0x8927cb),this['activeUIs']=new Set(),this['_uis']=new Map(),this['_uisData']=new Map();}['init'](){const _0x20a896=this['context']['plugins']['get'](N);this['listenTo'](_0x20a896,'_activateAnnotation',(_0x381648,_0x5e5172)=>{for(const _0x51a2e6 of this['activeUIs']){const _0x43502b=this['_uis']['get'](_0x51a2e6);(0x0,this['_uisData']['get'](_0x51a2e6)['filter'])(_0x5e5172)&&_0x43502b['setActiveAnnotation'](_0x5e5172);}}),this['listenTo'](_0x20a896,'_deactivateAllAnnotations',()=>{for(const _0x3f2e4d of this['activeUIs']){this['_uis']['get'](_0x3f2e4d)['setActiveAnnotation'](null);}}),this['listenTo'](_0x20a896['_visibleAnnotations'],'add',(_0x4ae657,_0xb8a926)=>{this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xb8a926);});}['hasActive'](){return this['activeUIs']['size']>0x0;}['isActive'](_0xc8a927){return this['activeUIs']['has'](_0xc8a927);}['activate'](_0x110357,_0x5f1e22=()=>!0x0){const _0x4f6e1c=this['context']['plugins']['get'](N);if(!this['_uis']['has'](_0x110357))throw new _0x26d752('annotationsuis-missing-ui',this,{'uiName':_0x110357});this['isActive'](_0x110357)&&this['deactivate'](_0x110357),this['activeUIs']['add'](_0x110357);const _0x56ffb0=new x();!function({source:_0xe0f964,target:_0x6214d0,filter:_0x59e737}){for(const _0x329df6 of _0xe0f964)_0x59e737(_0x329df6)&&_0x6214d0['add'](_0x329df6);_0x6214d0['listenTo'](_0xe0f964,'add',(_0x3f3a31,_0x5c2d69)=>{_0x59e737(_0x5c2d69)&&_0x6214d0['add'](_0x5c2d69);}),_0x6214d0['listenTo'](_0xe0f964,'remove',(_0x4b5de8,_0x5f5648)=>{_0x6214d0['has'](_0x5f5648)&&_0x6214d0['remove'](_0x5f5648);});}({'source':_0x4f6e1c['_visibleAnnotations'],'target':_0x56ffb0,'filter':_0x5f1e22}),this['_uisData']['set'](_0x110357,{'collection':_0x56ffb0,'filter':_0x5f1e22});const _0x4a9f77=this['_uis']['get'](_0x110357);_0x4a9f77['attach'](_0x56ffb0),this['listenTo'](_0x4a9f77,'change:activeAnnotation',(_0xf705bb,_0x365202,_0x20d066,_0x3f97ba)=>{_0x3f97ba&&_0x4f6e1c['_removeActiveAnnotation'](_0x3f97ba),_0x20d066&&_0x4f6e1c['_addActiveAnnotation'](_0x20d066);});}['deactivate'](_0x218417){if(this['activeUIs']['delete'](_0x218417),!this['_uis']['has'](_0x218417))throw new _0x26d752('annotationsuis-missing-ui',this,{'uiName':_0x218417});const _0x2b2e49=this['_uis']['get'](_0x218417);_0x2b2e49['detach'](),this['stopListening'](_0x2b2e49),this['_uisData']['get'](_0x218417)['collection']['destroy'](),this['_uisData']['delete'](_0x218417);}['switchTo'](_0x13b0b8){if(!this['_uis']['has'](_0x13b0b8))throw new _0x26d752('annotationsuis-missing-ui',this,{'uiName':_0x13b0b8});const _0x16f4db=this['context']['plugins']['get'](N),_0x5ac1af=Array['from'](_0x16f4db['activeAnnotations'])[0x0]||null;this['deactivateAll'](),this['activate'](_0x13b0b8);const _0x3e4310=this['_uis']['get'](_0x13b0b8);_0x3e4310['setActiveAnnotation'](_0x5ac1af),_0x3e4310['_setSelectedAnnotations']&&_0x5ac1af&&_0x3e4310['_setSelectedAnnotations']([_0x5ac1af]);}['deactivateAll'](){for(const _0x114f8f of this['activeUIs'])this['deactivate'](_0x114f8f);}['register'](_0x1b933b,_0x2c0a95){if(this['_uis']['has'](_0x1b933b))throw new _0x26d752('annotationsuis-register-already-registered');if('function'!=typeof _0x2c0a95['attach']||'function'!=typeof _0x2c0a95['detach']||'function'!=typeof _0x2c0a95['setActiveAnnotation'])throw new _0x26d752('annotationsuis-register-invalid-interface',null);this['_uis']['set'](_0x1b933b,_0x2c0a95);}['refilterAnnotations'](){const _0x181117=this['context']['plugins']['get'](N)['collection'],_0x1c8be3=new Map(),_0x30599d=Array['from'](this['activeUIs']);for(const _0x22dd0e of this['activeUIs']){const _0x2e33a9=this['_uisData']['get'](_0x22dd0e)['collection'];for(const _0x7b7159 of _0x2e33a9)_0x1c8be3['set'](_0x7b7159,_0x22dd0e);}for(const _0xa907eb of _0x181117){const _0x1f1d8b=_0x1c8be3['get'](_0xa907eb);this['_assertAnnotationDoesNotBelongToMultipleUIs'](_0xa907eb);const _0x4760d0=_0x30599d['find'](_0x5b8d2d=>this['_uisData']['get'](_0x5b8d2d)['filter'](_0xa907eb));_0x1f1d8b!==_0x4760d0&&(_0x1f1d8b&&this['_uisData']['get'](_0x1f1d8b)['collection']['remove'](_0xa907eb),_0x4760d0&&this['_uisData']['get'](_0x4760d0)['collection']['add'](_0xa907eb));}}['destroy'](){this['deactivateAll'](),super['destroy']();}['_assertAnnotationDoesNotBelongToMultipleUIs'](_0x531567){const _0x140c64=[];for(const _0x4cfd84 of this['activeUIs']){(0x0,this['_uisData']['get'](_0x4cfd84)['filter'])(_0x531567)&&_0x140c64['push'](_0x4cfd84);}if(_0x140c64['length']>0x1)throw new _0x26d752('annotationsuis-annotation-mismatch',null,{'matchedUIs':_0x140c64,'annotationType':_0x531567['type']});}}const he=Ht('px');class V extends kt{['list'];['focusables'];['focusTracker'];['focusCycler'];constructor(_0x23dd7e){super(_0x23dd7e);const _0x3e71ab=this['bindTemplate'];this['set']('minHeight',0x0),this['set']('class',''),this['list']=this['createCollection'](),this['focusables']=this['createCollection'](),this['list']['delegate']('arrowup','arrowdown')['to'](this),this['focusTracker']=new _0x144181(),this['focusCycler']=new Ft({'focusables':this['focusables'],'focusTracker':this['focusTracker']}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-sidebar','ck-reset',_0x3e71ab['to']('class')],'style':{'minHeight':_0x3e71ab['to']('minHeight',_0x8ab7ff=>'number'==typeof _0x8ab7ff?he(_0x8ab7ff+0xa):null)},'dir':_0x23dd7e['uiLanguageDirection'],'role':'application','aria-label':S(_0x23dd7e,'Annotations\x20sidebar'),'tabindex':0x0},'children':[{'tag':'div','attributes':{'role':'list','aria-label':S(_0x23dd7e,'Annotations\x20list')},'children':this['list']}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['focus'](){this['focusCycler']['focusFirst']();}['_setupKeyboardNavigation'](){this['list']['delegate']('change:top')['to'](this),this['on']('change:top',_0x4db19f=>{this['_updateItemPositionInFocusables'](_0x4db19f['source']);}),this['list']['forEach'](_0x465a1b=>{this['focusTracker']['add'](_0x465a1b['element']),this['_updateItemPositionInFocusables'](_0x465a1b);}),this['list']['on']('change',(_0x595edd,_0x1c7e35)=>{for(const _0x392b2f of _0x1c7e35['removed'])this['focusTracker']['remove'](_0x392b2f['element']),this['focusables']['remove'](_0x392b2f);for(const _0x3a8329 of _0x1c7e35['added'])this['focusTracker']['add'](_0x3a8329['element']),this['_updateItemPositionInFocusables'](_0x3a8329);}),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['listenTo'](this['element'],'focus',()=>{this['focus']();});}['_updateItemPositionInFocusables'](_0x51bcc7){const _0xf29da9=this['focusables']['getIndex'](_0x51bcc7);let _0x5cf28e,_0x34c723;for(const _0x5b413d of this['focusables'])if(_0x51bcc7['top']<_0x5b413d['top']){_0x5cf28e=_0x5b413d;break;}if(_0x34c723=_0x5cf28e?this['focusables']['getIndex'](_0x5cf28e):this['focusables']['length'],-0x1!==_0xf29da9){if(_0xf29da9===_0x34c723-0x1)return;this['focusables']['remove'](_0x51bcc7),_0x34c723=_0x5cf28e?this['focusables']['getIndex'](_0x5cf28e):this['focusables']['length'];}this['focusables']['add'](_0x51bcc7,_0x34c723);}}const qt=Ht('px');class H extends kt{['content'];['_targetTop'];['_mutationObserver'];constructor(_0x21cb8c){super(_0x21cb8c),this['set']('top',0x0),this['set']('height',0x0),this['bind']('bottom')['to'](this,'top',this,'height',(_0x48953f,_0x62d955)=>_0x48953f+_0x62d955),this['set']('isAnimationDisabled',!0x1),this['_mutationObserver']=Lt(()=>this['updateHeight']()),this['_targetTop']=null,this['content']=this['createCollection'](),this['content']['delegate']('arrowup','arrowdown')['to'](this);const _0x44d0af=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-sidebar-item',_0x44d0af['to']('isAnimationDisabled',_0x211eef=>_0x211eef?'ck-sidebar-item--no-animation':'')],'style':{'top':_0x44d0af['to']('top',_0x405e64=>qt(_0x405e64))},'role':'presentation'},'children':this['content']});}['render'](){super['render'](),this['_mutationObserver']['attach'](this['element']);}['focus'](){this['content']['first']&&this['content']['first']['focus']();}['updateHeight'](){const _0x1d8bb0=this['element']['clientHeight'];_0x1d8bb0&&(this['height']=_0x1d8bb0);}['destroy'](){this['content']['clear'](),this['_mutationObserver']['detach'](),super['destroy']();}}class z extends _0x4f99d3{['view'];['_activeAnnotation'];['_annotations'];['_spaceBetweenItems'];['_sidebarItemViewToAnnotation'];['_annotationToSidebarItemView'];['_recalculateBuffer'];static get['pluginName'](){return'Sidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2fee88){super(_0x2fee88),this['set']('_lastItem',void 0x0),this['view']=this['_createSidebarView'](),this['set']('container',null),this['_spaceBetweenItems']=0x19,this['_sidebarItemViewToAnnotation']=new Map(),this['_annotationToSidebarItemView']=new Map(),this['context']['config']['define']('sidebar.preventScrollOutOfView',!0x1),this['_annotations']=null,this['_activeAnnotation']=null,this['_recalculateBuffer']=[];}['init'](){const _0x44b68e=this['context']['config']['get']('sidebar.container');_0x44b68e&&this['setContainer'](_0x44b68e);}['setContainer'](_0x5e72d0){if(!y(_0x5e72d0))throw new _0x26d752('sidebar-setcontainer-invalid-element');this['container']=_0x5e72d0;}['_attachToContainer']({viewClass:_0x3e5199='',spaceBetweenItems:_0x4e710c=0x19}={}){if(!y(this['container']))throw new _0x26d752('sidebar-attachtocontainer-missing-container',this);this['container']['appendChild'](this['view']['element']),this['view']['class']=_0x3e5199,this['_spaceBetweenItems']=_0x4e710c;}['rearrange']({removedAnnotation:_0x1e1435,previousAnnotation:_0x134527,nextAnnotation:_0x15fd03}){const _0x1e7a65=this['getSidebarItemView'](_0x1e1435);this['view']['list']['remove'](_0x1e7a65),this['_destroySidebarItemView'](_0x1e1435),_0x134527&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x134527)),_0x15fd03&&this['_alignToTargetRect'](this['getSidebarItemView'](_0x15fd03)),this['_updateLastItem']();}['refresh']({blurredAnnotation:_0x4d69d6,activatedAnnotation:_0x34b897,disableAnimationOnActivatedAnnotation:_0x429655}){if(this['_activeAnnotation']=_0x34b897,_0x4d69d6){_0x4d69d6['isActive']=!0x1;const _0x19d2a2=this['getSidebarItemView'](_0x4d69d6);_0x19d2a2&&_0x429655&&(_0x19d2a2['isAnimationDisabled']=!0x1);}if(_0x34b897){const _0xdd1c6a=this['getSidebarItemView'](_0x34b897);_0xdd1c6a&&(_0x34b897['isActive']=!0x0,_0x429655&&(_0xdd1c6a['isAnimationDisabled']=!0x0,_0xdd1c6a['top']+=0x1),this['_alignToTargetRect'](_0xdd1c6a));}}['_detachFromContainer'](_0x3fc3c8){if(this['view']['element']['remove'](),_0x3fc3c8){for(const _0x1ada4c of _0x3fc3c8)this['_destroySidebarItemView'](_0x1ada4c);}this['view']['list']['clear'](),this['view']['class']='',this['_lastItem']=null;}['addAnnotation'](_0x38bbab,_0x2ef04e){_0x2ef04e||(_0x2ef04e=_0x38bbab['view']);const _0x1583a2=new H(this['context']['locale']);this['_sidebarItemViewToAnnotation']['set'](_0x1583a2,_0x38bbab),this['_annotationToSidebarItemView']['set'](_0x38bbab,_0x1583a2),_0x1583a2['content']['add'](_0x2ef04e),this['listenTo'](_0x38bbab['view'],'change:targetRect',(_0x216cac,_0xc0d677,_0xae9eed)=>{const _0x23b2d0=this['_getTargetTop'](_0x38bbab,_0xae9eed);_0x1583a2['_targetTop']!=_0x23b2d0&&(_0x1583a2['_targetTop']=_0x23b2d0,this['_setItemTop'](_0x1583a2,_0x23b2d0));}),this['listenTo'](_0x1583a2,'change:top',()=>{this['_recalculate'](_0x1583a2,'top');}),this['listenTo'](_0x1583a2,'change:bottom',()=>{this['_recalculate'](_0x1583a2,'bottom');}),this['_alignToTargetRect'](_0x1583a2);const _0x8f7b5e=this['_getItemBefore'](_0x1583a2);if(_0x8f7b5e)this['_alignAfterItem'](_0x8f7b5e,_0x1583a2)||this['_alignToTargetRect'](_0x1583a2);else this['_alignToTargetRect'](_0x1583a2);return this['_updateLastItem'](),this['view']['list']['add'](_0x1583a2),_0x1583a2;}['_alignForTopChange'](_0x500738){if(!_0x500738['content']['length'])return;const _0x143e29=this['_getItemBefore'](_0x500738);if(!_0x143e29)return;const _0x4290b5=this['_sidebarItemViewToAnnotation']['get'](_0x143e29),_0x37e3b6=this['_activeAnnotation'];_0x37e3b6&&_0x37e3b6===_0x4290b5?this['_alignAfterItem'](_0x143e29,_0x500738):this['_alignBeforeItem'](_0x500738,_0x143e29);}['_alignForBottomChange'](_0x20ecc5){if(!_0x20ecc5['content']['length'])return;const _0x581fc1=this['_getItemAfter'](_0x20ecc5);if(!_0x581fc1)return;const _0x18e814=this['_sidebarItemViewToAnnotation']['get'](_0x581fc1),_0x8188b0=this['context']['config']['get']('sidebar.preventScrollOutOfView'),_0x4a219a=this['_activeAnnotation'];_0x4a219a&&_0x4a219a===_0x18e814&&_0x8188b0?(this['_alignBeforeItem'](_0x581fc1,_0x20ecc5),this['_alignAfterItem'](_0x20ecc5,_0x581fc1)):_0x4a219a&&_0x4a219a===_0x18e814?this['_alignBeforeItem'](_0x581fc1,_0x20ecc5):this['_alignAfterItem'](_0x20ecc5,_0x581fc1);}['_recalculate'](_0x3c2e6b,_0x2bf74f){0x0===this['_recalculateBuffer']['length']&&setTimeout(()=>{for(const {sidebarItemView:_0x2403db,changedProp:_0x1c0a3a}of this['_recalculateBuffer'])'top'===_0x1c0a3a?this['_alignForTopChange'](_0x2403db):this['_alignForBottomChange'](_0x2403db);this['_recalculateBuffer']=[];},0xa),this['_recalculateBuffer']['push']({'sidebarItemView':_0x3c2e6b,'changedProp':_0x2bf74f});}['getSidebarItemView'](_0x22e621){return this['_annotationToSidebarItemView']['get'](_0x22e621);}['destroy'](){this['stopListening'](),this['view']['destroy']();}['_destroySidebarItemView'](_0x403b58){const _0x390704=this['getSidebarItemView'](_0x403b58);this['stopListening'](_0x390704),this['stopListening'](_0x403b58['view']),_0x390704['destroy'](),this['_annotationToSidebarItemView']['delete'](_0x403b58),this['_sidebarItemViewToAnnotation']['delete'](_0x390704);}['_createSidebarView'](){const _0x3e2fc8=new V(this['context']['locale']);return _0x3e2fc8['render'](),this['on']('change:_lastItem',(_0x3c1093,_0x2a7b06,_0x318500,_0x1ff78c)=>{_0x1ff78c&&_0x3e2fc8['unbind']('minHeight'),_0x318500?_0x3e2fc8['bind']('minHeight')['to'](_0x318500,'bottom'):_0x3e2fc8['minHeight']=null;}),_0x3e2fc8;}['_updateLastItem'](){this['_lastItem']=this['_annotations']?.['last']?this['getSidebarItemView'](this['_annotations']['last']):null;}['_getItemBefore'](_0x44efd8){const _0x172a24=this['_sidebarItemViewToAnnotation']['get'](_0x44efd8),_0xd012eb=_0x172a24&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x172a24)-0x1);return _0xd012eb&&this['getSidebarItemView'](_0xd012eb)||null;}['_getItemAfter'](_0xd4f1b2){const _0x38ef8a=this['_sidebarItemViewToAnnotation']['get'](_0xd4f1b2),_0x2c7f42=_0x38ef8a&&this['_annotations']?.['get'](this['_annotations']['getIndex'](_0x38ef8a)+0x1);return _0x2c7f42&&this['getSidebarItemView'](_0x2c7f42)||null;}['_alignBeforeItem'](_0x5ba6a0,_0x466159){_0x5ba6a0['updateHeight']();const _0x1b1ede=R(_0x466159['bottom']+this['_spaceBetweenItems'],_0x5ba6a0['top']);return!!_0x1b1ede&&(this['_setItemTop'](_0x466159,_0x466159['top']-_0x1b1ede),!0x0);}['_alignAfterItem'](_0x3455c4,_0x4eccae){_0x3455c4['updateHeight']();const _0xb4d495=R(_0x3455c4['bottom']+this['_spaceBetweenItems'],_0x4eccae['top']);return!!_0xb4d495&&(this['_setItemTop'](_0x4eccae,_0x4eccae['top']+_0xb4d495,!0x1),!0x0);}['_alignToTargetRect'](_0x27ebb7){const _0x33acff=this['_sidebarItemViewToAnnotation']['get'](_0x27ebb7);if(!_0x33acff||!_0x33acff['target']||!_0x33acff['targetRect'])return;const _0x5d1f03=this['_getTargetTop'](_0x33acff,_0x33acff['targetRect']);this['_setItemTop'](_0x27ebb7,_0x5d1f03);}['_getTargetTop'](_0x96e0b3,_0x4d411a){if(null===_0x4d411a)return 0x0;if(_0x96e0b3['target']instanceof _0x53dfa2)return _0x4d411a['top'];{const _0x3ae786=new _0x53dfa2(this['view']['element'])['top'];return _0x4d411a['top']-_0x3ae786;}}['_setItemTop'](_0x1397f7,_0x27567e,_0x1d52f8=this['context']['config']['get']('sidebar.preventScrollOutOfView')){_0x1d52f8&&(_0x27567e=Math['max'](_0x27567e,this['_getMaxAvailableTop'](_0x1397f7))),_0x1397f7['top']=_0x27567e;}['_getMaxAvailableTop'](_0x3fb7b5){let _0x5b4013=this['_getItemBefore'](_0x3fb7b5),_0x57140c=0x0;for(;_0x5b4013;)_0x5b4013['updateHeight'](),_0x57140c+=this['_spaceBetweenItems']+_0x5b4013['height'],_0x5b4013=this['_getItemBefore'](_0x5b4013);return _0x57140c;}}function R(_0x422808,_0x45bea9){return Math['max'](_0x422808-_0x45bea9,0x0);}function y(_0x84d823){return null!==_0x84d823&&'object'==typeof _0x84d823&&0x1===_0x84d823['nodeType'];}class e extends _0x4f99d3{['isAttached'];['annotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'WideSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x564514){super(_0x564514),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_editorAnnotations']=new _0x51030a(),this['_refreshPositioningDebounced']=_0x251a97(()=>{this['annotations']['refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){const _0x42a887=this['context']['plugins']['get'](M),_0xa7962b=this['context']['plugins']['get'](z);_0x42a887['register']('wideSidebar',this),_0xa7962b['container']&&_0x42a887['switchTo']('wideSidebar');}['setActiveAnnotation'](_0x3dd85){if(_0x3dd85===this['activeAnnotation'])return;const _0x3c00a3=this['context']['plugins']['get'](z);_0x3c00a3['_activeAnnotation']=_0x3dd85;const _0x8cee45=this['activeAnnotation'];this['activeAnnotation']=_0x3dd85,_0x3c00a3['refresh']({'blurredAnnotation':_0x8cee45,'activatedAnnotation':this['activeAnnotation']});}['attach'](_0x346653){this['annotations']=_0x346653;const _0x5ec07b=this['context']['plugins']['get'](z);if(_0x5ec07b['_annotations']=_0x346653,this['isAttached'])throw new _0x26d752('widesidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x5ec07b,'set:container',()=>{this['detach'](),this['listenTo'](_0x5ec07b,'change:container',_0x348db2=>{_0x348db2['off'](),this['attach'](_0x346653);});}),_0x5ec07b['_attachToContainer']({'viewClass':'ck-sidebar--wide'});const _0x2100ad=_0x1434cb=>{_0x1434cb['updateTargetRect'](),_0x5ec07b['addAnnotation'](_0x1434cb);};for(const _0x3e7c16 of _0x346653)_0x2100ad(_0x3e7c16);this['listenTo'](_0x346653,'add',(_0x12fe6f,_0x701486)=>{_0x2100ad(_0x701486);}),this['listenTo'](_0x346653,'remove',(_0x54b8ca,_0x20546a,_0x3968b3)=>{_0x5ec07b['rearrange']({'removedAnnotation':_0x20546a,'previousAnnotation':_0x346653['get'](_0x3968b3-0x1),'nextAnnotation':_0x346653['get'](_0x3968b3+0x1)}),_0x20546a===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'high'}),this['listenTo'](_0x346653,'focus',(_0x1543bc,_0x51547f)=>{this['setActiveAnnotation'](_0x51547f);}),this['listenTo'](_0x346653,'blur',()=>{this['setActiveAnnotation'](null);});const _0x40d38e=this['context']instanceof _0xc1088d?this['context']['editors']:new _0x51030a([this['context']]);for(const _0xcb143e of _0x40d38e)this['_integrateWithEditorAnnotations'](_0xcb143e);this['listenTo'](_0x40d38e,'add',(_0x2842b0,_0x147e22)=>{this['listenTo'](_0x147e22,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x147e22);});}),this['listenTo'](_0x40d38e,'remove',(_0xf85276,_0x128b27)=>{_0x128b27['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x128b27['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['annotations']['refreshPositioning']();}['detach'](){if(!this['isAttached'])throw new _0x26d752('widesidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x2c6916=this['context']['plugins']['get'](z);_0x2c6916['_detachFromContainer'](this['annotations']),this['stopListening'](_0x2c6916),this['stopListening'](this['annotations']),this['context']instanceof _0xc1088d&&this['stopListening'](this['context']['editors']);for(const _0x494ca5 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x494ca5);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['activeAnnotation']=null,this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_integrateWithEditorAnnotations'](_0x2188c1){if(!_0x2188c1['plugins']['has']('EditorAnnotations'))return;const _0x735137=_0x2188c1['plugins']['get']('EditorAnnotations'),_0x60ffa0=()=>{const _0x4a4431=_0x735137['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['setActiveAnnotation'](_0x4a4431[0x0]||null);};this['listenTo'](_0x735137,'refresh',_0x60ffa0),this['listenTo'](_0x735137,'blur',(_0x54c559,{isAnnotationTracked:_0x2b70ff})=>{this['activeAnnotation']&&_0x2b70ff(this['activeAnnotation'])&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x735137,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](this['annotations'],'blur',_0x3b91e2=>{_0x735137['hasDomSelection']()&&(_0x60ffa0(),_0x3b91e2['stop']());},{'priority':'high'}),this['_editorAnnotations']['add'](_0x735137);}['_destroyEditorAnnotationsIntegration'](_0x95db4a){this['stopListening'](_0x95db4a),this['_editorAnnotations']['remove'](_0x95db4a);}}class D extends _0x39ffad{['counterView'];constructor(_0x27d7e8){super(_0x27d7e8);const _0x1cf24d=this['bindTemplate'];this['set']('isDirty',!0x1),this['set']('number',0x0),this['bind']('_badge')['to'](this,'isDirty',this,'number',(_0x3377d0,_0x2df5fb)=>_0x3377d0?'...':_0x2df5fb['toString']()),this['set']('annotationType',''),this['icon']=xt,this['extendTemplate']({'attributes':{'class':['ck-annotation-counter']}}),this['counterView']=new kt(),this['counterView']['setTemplate']({'tag':'span','attributes':{'class':['ck-annotation-counter__badge',_0x1cf24d['to']('annotationType',_0x58db53=>'ck-annotation-counter__badge--'+_0x58db53),_0x1cf24d['if']('isDirty','ck-annotation-counter__badge--edit-mode')]},'children':[{'text':_0x1cf24d['to']('_badge')}]}),this['children']['add'](this['counterView']);}}class n extends _0x4f99d3{['isAttached'];['annotations'];['_manuallyClosedAnnotationViews'];['_domEmitter'];['_annotationToNarrowView'];['_selectedAnnotations'];['_editorAnnotations'];['_refreshPositioningDebounced'];static get['requires'](){return[z,M];}static get['pluginName'](){return'NarrowSidebar';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x318b82){super(_0x318b82),this['isAttached']=!0x1,this['_manuallyClosedAnnotationViews']=new Set(),this['_domEmitter']=Object['create'](_0x1ff6fb),this['_annotationToNarrowView']=new Map(),this['set']('activeAnnotation',null),this['annotations']=null,this['_selectedAnnotations']=[],this['_editorAnnotations']=new _0x51030a(),this['_refreshPositioningDebounced']=_0x251a97(()=>{this['_refreshPositioning']();},0xfa,{'leading':!0x1});}['init'](){this['context']['plugins']['get'](M)['register']('narrowSidebar',this),this['bodyCollection']=new _0x429d36(this['context']['locale']),this['balloonPanelView']=new _0x582297(this['context']['locale']),this['bodyCollection']['attachToDom'](),this['bodyCollection']['add'](this['balloonPanelView']);}['attach'](_0x53e594){this['annotations']=_0x53e594;const _0x2d60f8=this['context']['plugins']['get'](z),_0x2c20cf=this['balloonPanelView'];if(_0x2d60f8['_annotations']=_0x53e594,this['isAttached'])throw new _0x26d752('narrowsidebar-attach-already-attached',this);this['isAttached']=!0x0,this['listenTo'](_0x2d60f8,'set:container',()=>{this['detach'](),this['listenTo'](_0x2d60f8,'change:container',_0x451217=>{_0x451217['off'](),this['attach'](_0x53e594);});}),_0x2d60f8['_attachToContainer']({'viewClass':'ck-sidebar--narrow','spaceBetweenItems':0x5});const _0xf8abe7=_0x658749=>{const _0x175e4a=new D(this['context']['locale']);_0x2d60f8['addAnnotation'](_0x658749,_0x175e4a),this['_annotationToNarrowView']['set'](_0x658749,_0x175e4a),_0x175e4a['bind']('isDirty','annotationType','number')['to'](_0x658749['view'],'isDirty','type','length'),_0x175e4a['on']('execute',()=>{this['_manuallyClosedAnnotationViews']['clear'](),_0x2c20cf['content']['first']!==_0x658749['view']?(this['_showBalloon'](_0x658749),_0x658749['view']['element']['focus'](),this['setActiveAnnotation'](_0x658749)):this['setActiveAnnotation'](null);});};for(const _0x32e0f0 of _0x53e594)_0xf8abe7(_0x32e0f0);this['listenTo'](_0x53e594,'add',(_0x2af510,_0x131668)=>{_0xf8abe7(_0x131668);}),this['listenTo'](_0x53e594,'remove',(_0x4e9723,_0x1dbe3a,_0x8e3bef)=>{this['_annotationToNarrowView']['get'](_0x1dbe3a)['destroy'](),this['_annotationToNarrowView']['delete'](_0x1dbe3a),_0x2d60f8['rearrange']({'removedAnnotation':_0x1dbe3a,'previousAnnotation':_0x53e594['get'](_0x8e3bef-0x1),'nextAnnotation':_0x53e594['get'](_0x8e3bef+0x1)}),_0x1dbe3a===this['activeAnnotation']&&this['setActiveAnnotation'](null);},{'priority':'low'}),this['listenTo'](_0x53e594,'focus',(_0xd5bb8c,_0xcd3cb0)=>{this['setActiveAnnotation'](_0xcd3cb0);}),this['listenTo'](_0x53e594,'blur',()=>{this['setActiveAnnotation'](null);}),this['_domEmitter']['listenTo'](document,'keydown',(_0x57bd02,_0x2c947e)=>{_0x2c947e['keyCode']===_0x4c5305['esc']&&_0x2c20cf['isVisible']&&(this['_manuallyClosedAnnotationViews']['add'](_0x2c20cf['content']['first']),this['_hideBalloon'](),_0x2c947e['stopPropagation'](),_0x2c947e['preventDefault']());}),this['_domEmitter']['listenTo'](document,'mousedown',(_0x21b9fe,_0xedd2ff)=>{const _0x22f293=_0xedd2ff['target'];_0x2c20cf['isVisible']&&_0x2c20cf['element']['contains'](_0x22f293)||_0x2d60f8['view']['element']['contains'](_0x22f293)||_0x21b9fe['preventClosingBalloon']||this['activeAnnotation']&&this['activeAnnotation']['focusableElements']['find'](_0x201104=>_0x201104['contains'](_0x22f293))||(this['_manuallyClosedAnnotationViews']['clear'](),this['_hideBalloon'](),this['setActiveAnnotation'](null));});const _0x2a05ab=this['context']instanceof _0xc1088d?this['context']['editors']:new _0x51030a([this['context']]);for(const _0x11740e of _0x2a05ab)this['_integrateWithEditorAnnotations'](_0x11740e);this['listenTo'](_0x2a05ab,'add',(_0x2fb50e,_0x2dd7bc)=>{this['listenTo'](_0x2dd7bc,'ready',()=>{this['_integrateWithEditorAnnotations'](_0x2dd7bc);});}),this['listenTo'](_0x2a05ab,'remove',(_0x71b03b,_0x1b1168)=>{_0x1b1168['plugins']['has']('EditorAnnotations')&&this['_destroyEditorAnnotationsIntegration'](_0x1b1168['plugins']['get']('EditorAnnotations'));}),window['addEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioning']();}['setActiveAnnotation'](_0x1eb334){if(_0x1eb334===this['activeAnnotation'])return;const _0x1a5fac=this['context']['plugins']['get'](z);if(_0x1a5fac['refresh']({'blurredAnnotation':this['activeAnnotation'],'activatedAnnotation':_0x1eb334,'disableAnimationOnActivatedAnnotation':!0x0}),_0x1eb334)_0x1a5fac['getSidebarItemView'](_0x1eb334)?this['_showBalloon'](_0x1eb334):this['_hideBalloon']();else this['_hideBalloon']();this['activeAnnotation']=_0x1eb334;}['detach'](){if(!this['isAttached'])throw new _0x26d752('narrowsidebar-detach-not-attached',this);this['setActiveAnnotation'](null);const _0x516981=this['context']['plugins']['get'](z);this['_hideBalloon'](),Array['from'](this['_annotationToNarrowView']['values'](),_0x4121f1=>_0x4121f1['destroy']()),this['_annotationToNarrowView']['clear'](),_0x516981['_detachFromContainer'](this['annotations']),this['stopListening'](),this['_domEmitter']['stopListening'](),this['context']instanceof _0xc1088d&&this['stopListening'](this['context']['editors']);for(const _0x2bfbc4 of Array['from'](this['_editorAnnotations']))this['_destroyEditorAnnotationsIntegration'](_0x2bfbc4);window['removeEventListener']('resize',this['_refreshPositioningDebounced']),this['_refreshPositioningDebounced']['cancel'](),this['_selectedAnnotations']=[],this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach'](),this['bodyCollection']['detachFromDom']();}['_integrateWithEditorAnnotations'](_0x595e8c){if(!_0x595e8c['plugins']['has']('EditorAnnotations'))return;const _0x4064b2=_0x595e8c['plugins']['get']('EditorAnnotations'),_0xc24d70=this['context']['plugins']['get'](z),_0x64885=this['annotations'],_0x3bc652=this['balloonPanelView'],_0x2ec1ec=()=>{const _0x4d6849=_0x4064b2['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});this['_setSelectedAnnotations'](_0x4d6849),this['setActiveAnnotation'](_0x4d6849[0x0]||null);};this['listenTo'](_0x4064b2,'refresh',_0x2ec1ec),this['listenTo'](_0x4064b2,'blur',(_0x4a00e4,{isAnnotationTracked:_0x7b82af})=>{this['activeAnnotation']&&_0x7b82af(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](_0x4064b2,'uiUpdate',()=>{this['_refreshPositioningDebounced']();}),this['listenTo'](_0x64885,'blur',_0x2bba75=>{_0x4064b2['hasDomSelection']()&&_0x2bba75['stop']();},{'priority':'high'}),this['listenTo'](this['_domEmitter'],'mousedown',(_0x4d2980,_0x1f883a)=>{const _0x2e331f=_0x1f883a['target'];_0x3bc652['isVisible']&&_0x3bc652['element']['contains'](_0x2e331f)||_0xc24d70['view']['element']['contains'](_0x2e331f)||this['activeAnnotation']&&_0x4064b2['hasDomSelection']()&&(_0x2ec1ec(),_0x4d2980['preventClosingBalloon']=!0x0);},{'priority':'high'}),this['_editorAnnotations']['add'](_0x4064b2);}['_destroyEditorAnnotationsIntegration'](_0x4c3b2a){_0x4c3b2a&&(this['stopListening'](_0x4c3b2a),this['_editorAnnotations']['remove'](_0x4c3b2a));}['_setSelectedAnnotations'](_0x248a6c){for(const _0xf60ccc of this['_selectedAnnotations'])_0x248a6c['includes'](_0xf60ccc)||this['_manuallyClosedAnnotationViews']['delete'](_0xf60ccc['view']);this['_selectedAnnotations']=_0x248a6c;}['_refreshPositioning'](){const _0x5ef44c=this['balloonPanelView'];this['annotations']['refreshPositioning'](),_0x5ef44c['isVisible']&&this['_updateBalloonPosition']();}['_showBalloon'](_0x335daf){if(this['_manuallyClosedAnnotationViews']['has'](_0x335daf['view']))return;const _0x190caf=this['balloonPanelView']['content']['first'];_0x190caf!==_0x335daf['view']?(_0x190caf&&this['_detachListeners'](_0x190caf),this['_attachListeners'](_0x335daf['view']),this['balloonPanelView']['content']['clear'](),this['balloonPanelView']['content']['add'](_0x335daf['view']),this['_updateBalloonPosition']()):this['_updateBalloonPosition']();}['_updateBalloonPosition'](){const _0x4dd91d=this['balloonPanelView']['content']['first'],_0x56cb92=_0x4dd91d&&this['annotations']['getByView'](_0x4dd91d);if(!_0x56cb92||!this['_annotationToNarrowView']['has'](_0x56cb92))return;const _0x44cd90=this['_annotationToNarrowView']['get'](_0x56cb92)['element'],_0x5c4aa1=(function(){const _0x3125c5=_0x582297['defaultPositions'];return[_0x3125c5['southArrowNorthEast'],_0x3125c5['northArrowSouthEast'],_0x3125c5['southArrowNorth'],_0x3125c5['northArrowSouth'],_0x3125c5['southArrowNorthWest'],_0x3125c5['northArrowSouthWest']];}());this['balloonPanelView']['pin']({'target':_0x44cd90,'positions':_0x5c4aa1});}['_hideBalloon'](){const _0x1b691d=this['balloonPanelView'],_0x5b8ebc=_0x1b691d['content']['first'];_0x5b8ebc&&(this['_detachListeners'](_0x5b8ebc),_0x1b691d['unpin'](),_0x1b691d['content']['clear']());}['_attachListeners'](_0x49803c){this['listenTo'](_0x49803c,'change:height',()=>this['_updateBalloonPosition']()),this['listenTo'](_0x49803c,'Esc',(_0x527a35,_0x41014c)=>{this['_manuallyClosedAnnotationViews']['add'](_0x49803c),this['_hideBalloon'](),_0x41014c();});}['_detachListeners'](_0x5acb75){this['stopListening'](_0x5acb75);}}class c extends _0xb0a682{['isAttached'];['annotations'];['_manuallyClosed'];['_balloon'];['_addedAnnotations'];['_selectedAnnotations'];['_forceRefresh'];static get['requires'](){return[P,_0x4bec97,M];}static get['pluginName'](){return'InlineAnnotations';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xd2990b){super(_0xd2990b),_0xd2990b['editing']['view']['addObserver'](_0x724e50),this['isAttached']=!0x1,this['set']('activeAnnotation',null),this['annotations']=null,this['_manuallyClosed']=new Set(),this['_balloon']=_0xd2990b['plugins']['get'](_0x4bec97),this['_addedAnnotations']=new Set(),this['_selectedAnnotations']=[],this['_forceRefresh']=!0x1;}['init'](){const _0x342f93=this['editor']['plugins']['get'](M);_0x342f93['context']===this['editor']&&(_0x342f93['register']('inline',this),this['editor']['keystrokes']['set']('Esc',(_0x5340e4,_0x3cb492)=>{const _0x1d6388=this['_balloon'];if(this['isAttached']&&_0x1d6388['visibleView']){const _0x26de56=this['annotations']['getByView'](_0x1d6388['visibleView']);_0x26de56&&this['_closeAnnotation'](_0x26de56),_0x3cb492();}}));}['afterInit'](){const _0xf4a80f=this['editor']['plugins']['get'](M);_0xf4a80f['context']===this['editor']&&(_0xf4a80f['hasActive']()||_0xf4a80f['switchTo']('inline'));}['setActiveAnnotation'](_0x398592){_0x398592!==this['activeAnnotation']&&(this['activeAnnotation']&&(this['activeAnnotation']['isActive']=!0x1),_0x398592&&this['editor']['ui']['focusTracker']['isFocused']&&(this['annotations']['has'](_0x398592)&&this['_addAnnotationToBalloon'](_0x398592,!0x0),_0x398592['isActive']=!0x0),_0x398592||this['_setSelectedAnnotations']([]),this['activeAnnotation']=_0x398592);}['attach'](_0x5c4245){this['annotations']=_0x5c4245;const _0x1743ff=this['editor']['plugins']['get'](M),_0x1344ec=this['_balloon'];if(this['isAttached'])throw new _0x26d752('inlineannotations-attach-already-attached',this);if(_0x1743ff['context']!==this['editor'])throw new _0x26d752('inlineannotations-not-allowed-with-context',this);const _0x1025fd=this['editor']['plugins']['get'](P);this['listenTo'](_0x1025fd,'refresh',()=>{const _0x5cc69e=_0x1025fd['getOrderedSelectedAnnotations']({'annotations':this['annotations'],'activeAnnotation':this['activeAnnotation']});var _0x72dae3,_0x4c71f7;!this['_forceRefresh']&&(_0x72dae3=_0x5cc69e,_0x4c71f7=this['_selectedAnnotations'],_0x72dae3['length']===_0x4c71f7['length']&&_0x72dae3['every'](_0x959a80=>_0x4c71f7['includes'](_0x959a80)))||(this['_forceRefresh']=!0x1,this['_setSelectedAnnotations'](_0x5cc69e),this['setActiveAnnotation'](_0x5cc69e[0x0]||null));}),this['listenTo'](_0x1025fd,'blur',(_0x55fddf,{isAnnotationTracked:_0x4791ad})=>{this['activeAnnotation']&&_0x4791ad(this['activeAnnotation'])&&(this['_setSelectedAnnotations']([]),this['setActiveAnnotation'](null));}),this['listenTo'](this['editor']['ui']['focusTracker'],'change:isFocused',(_0x5891ee,_0xf8e570,_0xb4c10)=>{_0xb4c10||this['setActiveAnnotation'](null);}),this['listenTo'](_0x5c4245,'remove',(_0x33b430,_0x46f4d6)=>{this['_removeAnnotationFromBalloon'](_0x46f4d6),_0x46f4d6===this['activeAnnotation']&&this['setActiveAnnotation'](null);}),this['listenTo'](_0x1344ec,'change:visibleView',(_0x56ac34,_0x17fcc8,_0xd92b0f,_0x252205)=>{_0x252205&&this['stopListening'](_0x252205);const _0x300fef=_0x5c4245['getByView'](_0xd92b0f);_0xd92b0f&&_0x300fef&&(this['listenTo'](_0xd92b0f,'change:height',()=>{_0x1344ec['updatePosition']();}),this['listenTo'](_0xd92b0f,'Esc',()=>{this['_closeAnnotation'](_0x300fef),this['editor']['editing']['view']['focus']();}),this['activeAnnotation']!==_0x300fef&&this['setActiveAnnotation'](_0x300fef));}),this['listenTo'](this['editor']['ui'],'update',()=>{_0x1344ec['visibleView']&&(_0x5c4245['getByView'](_0x1344ec['visibleView'])&&_0x1344ec['updatePosition']());}),this['listenTo'](this['editor']['editing']['view']['document'],'mousedown',()=>{this['_forceRefresh']=!0x0,this['_manuallyClosed']['clear']();}),this['editor']['editing']['view']['document']['selection']['editableElement']&&this['editor']['editing']['view']['focus'](),this['isAttached']=!0x0;}['detach'](){if(!this['isAttached'])throw new _0x26d752('inlineannotations-detach-not-attached',this);this['setActiveAnnotation'](null);for(const _0x42dcf8 of this['_addedAnnotations'])this['_removeAnnotationFromBalloon'](_0x42dcf8);this['stopListening'](),this['isAttached']=!0x1,this['annotations']=null;}['destroy'](){this['isAttached']&&this['detach']();}['_setSelectedAnnotations'](_0x4535e8){for(const _0x3d8b08 of this['_selectedAnnotations'])_0x4535e8['includes'](_0x3d8b08)||this['_manuallyClosed']['delete'](_0x3d8b08);for(const _0x194b1a of this['annotations'])_0x4535e8['includes'](_0x194b1a)||this['_removeAnnotationFromBalloon'](_0x194b1a);if(this['editor']['ui']['focusTracker']['isFocused']){for(const _0x825782 of _0x4535e8)this['_addAnnotationToBalloon'](_0x825782);}this['_selectedAnnotations']=_0x4535e8;}['_addAnnotationToBalloon'](_0x3e9138,_0x52fe14=!0x1){this['_manuallyClosed']['has'](_0x3e9138)||(this['_addedAnnotations']['has'](_0x3e9138)||this['_balloon']['hasView'](_0x3e9138['view'])||(this['_addedAnnotations']['add'](_0x3e9138),this['_balloon']['add']({'stackId':_0x3e9138['view']['id'],'view':_0x3e9138['view'],'position':{'target':()=>this['_getBalloonTargetForAnnotation'](_0x3e9138)}})),_0x52fe14&&this['_balloon']['showStack'](_0x3e9138['view']['id']));}['_getBalloonTargetForAnnotation'](_0x5f36b2){const _0x23813b=_0x5f36b2['target'],_0x2562ef=this['editor']['editing']['view'],_0x544d71=_0x2562ef['document']['selection']['getFirstRange'](),_0xc281d6=_0x2562ef['domConverter']['viewRangeToDom'](_0x544d71);if(_0xc281d6['collapse'](!0x0),_0x23813b){if(_0x23813b instanceof _0x53dfa2)return _0x23813b;let _0x3e11a1=[];for(const _0xe02de6 of _0x23813b)_0x3e11a1['push'](...(_0x2e34a3=_0xe02de6['getClientRects'](),Array['from'](_0x2e34a3)['map'](DOMRect['fromRect'])));_0x3e11a1=function(_0x48e9ab){const _0x427a27=[];let _0x59eb4f=_0x48e9ab[0x0];for(let _0x4f9a64=0x1;_0x4f9a64<_0x48e9ab['length'];_0x4f9a64++)b(_0x59eb4f,_0x48e9ab[_0x4f9a64])?_0x59eb4f['width']+=_0x48e9ab[_0x4f9a64]['width']:(_0x427a27['push'](_0x59eb4f),_0x59eb4f=_0x48e9ab[_0x4f9a64]);return _0x427a27['push'](_0x59eb4f),_0x427a27;}(_0x3e11a1);const _0x33947f=_0xc281d6['getBoundingClientRect']();return _0x3e11a1['find'](_0x4e4f0c=>_0x4e4f0c['top']<=_0x33947f['top']&&_0x4e4f0c['bottom']>=_0x33947f['bottom']&&_0x4e4f0c['left']<=_0x33947f['left']&&_0x4e4f0c['right']>=_0x33947f['right'])||_0x3e11a1[0x0];}var _0x2e34a3;return _0x5f36b2['targetRect']||_0xc281d6;}['_removeAnnotationFromBalloon'](_0x5f598a){this['_addedAnnotations']['has'](_0x5f598a)&&this['_balloon']['hasView'](_0x5f598a['view'])&&(this['_addedAnnotations']['delete'](_0x5f598a),this['_balloon']['remove'](_0x5f598a['view']));}['_closeAnnotation'](_0x1d7ad3){this['_manuallyClosed']['add'](_0x1d7ad3),this['_removeAnnotationFromBalloon'](_0x1d7ad3);}}function b(_0x3ecd0f,_0x4066f0){return _0x3ecd0f['top']===_0x4066f0['top']&&_0x3ecd0f['bottom']===_0x4066f0['bottom']&&_0x3ecd0f['right']===_0x4066f0['left'];}var Z='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M14\x203.5A3.5\x203.5\x200\x200\x201\x2017.5\x207v6l-.005.192a3.501\x203.501\x200\x200\x201-2.927\x203.262l-.062.008v1.813a1.5\x201.5\x200\x200\x201-2.193\x201.33l-.37-.193-.38-.212a13.452\x2013.452\x200\x200\x201-3.272-2.63l-.062-.07-4.729-.046a3.5\x203.5\x200\x200\x201-3.5-3.5v-6a3.5\x203.5\x200\x200\x201\x203.5-3.5L14\x203.5ZM3.5\x204.954a2\x202\x200\x200\x200-2\x202v6a2\x202\x200\x200\x200\x202\x202L8.924\x2015a11.917\x2011.917\x200\x200\x200\x203.71\x203.081l.372.194v-3.268L12.962\x2015H14a2\x202\x200\x200\x200\x202-2V7a2\x202\x200\x200\x200-2-2L3.5\x204.954Z\x22/><path\x20d=\x22M16.5.5h-10a3.5\x203.5\x200\x200\x200-3.162\x202h1.84A2\x202\x200\x200\x201\x206.5\x202h10a2\x202\x200\x200\x201\x202\x202v8.873a3.502\x203.502\x200\x200\x200\x201.495-2.681L20\x2010V4A3.5\x203.5\x200\x200\x200\x2016.5.5Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M12.013\x207.453a.75.75\x200\x200\x201\x20.034\x201.06l-3.75\x204a.75.75\x200\x200\x201-1.045.048l-2.25-2a.75.75\x200\x200\x201\x20.996-1.122l1.704\x201.515\x203.25-3.467a.75.75\x200\x200\x201\x201.061-.034Z\x22/></svg>\x0a';class tt extends kt{['focusTracker'];['focusCycler'];['_annotationViews'];constructor(_0x23745a,_0x1029fd){super(_0x23745a),this['set']('isEmpty',!_0x1029fd['length']),this['focusTracker']=new _0x144181(),this['_annotationViews']=_0x1029fd,this['_annotationViews']['delegate']('arrowup','arrowdown')['to'](this),this['on']('arrowup',()=>{this['focusCycler']['focusPrevious']();}),this['on']('arrowdown',()=>{this['focusCycler']['focusNext']();}),this['focusCycler']=new Ft({'focusables':_0x1029fd,'focusTracker':this['focusTracker']}),this['listenTo'](_0x1029fd,'add',()=>{this['isEmpty']=!0x1;}),this['listenTo'](_0x1029fd,'remove',(_0x4f62d2,_0x240151)=>{_0x240151['isActive']&&this['focus'](),_0x1029fd['length']||(this['isEmpty']=!0x0);});const _0x4974f3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'dir':'auto','class':['ck','ck-comments-archive'],'tabindex':-0x1,'role':'list','aria-label':S(_0x23745a,'COMMENTS_ARCHIVE_LIST_LABEL')},'children':[{'tag':'div','attributes':{'class':['ck-comments-archive__content'],'role':'presentation'},'children':[{'tag':'div','attributes':{'role':'presentation'},'children':_0x1029fd},{'tag':'p','attributes':{'class':['ck-comments-archive__info',_0x4974f3['if']('isEmpty','ck-hidden',_0xea9c25=>!_0xea9c25)]},'children':[{'text':S(_0x23745a,'EMPTY_COMMENTS_ARCHIVE')}]}]}]});}['render'](){super['render'](),this['_setupKeyboardNavigation']();}['destroy'](){super['destroy'](),this['focusTracker']['destroy']();}['focus'](){this['focusCycler']['first']?this['focusCycler']['focusFirst']():this['element']['focus']();}['_setupKeyboardNavigation'](){for(const _0x4be929 of this['_annotationViews'])this['focusTracker']['add'](_0x4be929['element']);this['_annotationViews']['on']('change',(_0x54678b,{added:_0x150d82,removed:_0x617e9e})=>{for(const _0x1ddd83 of _0x150d82)this['focusTracker']['add'](_0x1ddd83['element']);for(const _0x5558c4 of _0x617e9e)this['focusTracker']['remove'](_0x5558c4['element']);});}}class f extends _0x4f99d3{static get['pluginName'](){return'CommentsArchive';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[o,N];}constructor(_0x46afce){super(_0x46afce),this['archivedThreads']=new _0x51030a();}['init'](){const _0x28bc22=this['context'],_0x4bfc0b=_0x28bc22['plugins']['get'](o),_0x3422ca=_0x28bc22['plugins']['get'](N);this['listenTo'](_0x4bfc0b,'addCommentThread',(_0xaa861b,{threadId:_0xe2f308})=>{const _0x5bba3e=_0x4bfc0b['getCommentThread'](_0xe2f308);_0x5bba3e['archivedAt']&&this['archivedThreads']['add'](_0x5bba3e,this['_calculatePosition'](_0x5bba3e['archivedAt'])),this['listenTo'](_0x5bba3e,'change:archivedAt',(_0x4446bb,_0x5edf18,_0x2a21d2)=>{_0x2a21d2?this['archivedThreads']['has'](_0x5bba3e)||this['archivedThreads']['add'](_0x5bba3e,this['_calculatePosition'](_0x5bba3e['archivedAt'])):this['archivedThreads']['has'](_0x5bba3e)&&this['archivedThreads']['remove'](_0x5bba3e);});}),this['listenTo'](_0x4bfc0b,'removeCommentThread',(_0x1cc99e,{threadId:_0x562e3e})=>{const _0x1e8ca8=_0x4bfc0b['getCommentThread'](_0x562e3e);this['stopListening'](_0x1e8ca8),this['archivedThreads']['has'](_0x1e8ca8)&&this['archivedThreads']['remove'](_0x1e8ca8);},{'priority':'highest'}),this['listenTo'](_0x3422ca['collection'],'focus',(_0x19574b,_0x2671ad)=>{_0x2671ad['isVisible']||(_0x2671ad['isActive']=!0x0,_0x3422ca['activate'](_0x2671ad));});}['_calculatePosition'](_0x32cfc5){const _0x53ea26=[...this['archivedThreads']]['findIndex'](_0x2a21e2=>_0x2a21e2['archivedAt']<_0x32cfc5);return _0x53ea26>-0x1?_0x53ea26:this['archivedThreads']['length'];}}class a extends _0xb0a682{['commentsArchiveView'];['annotationViews'];['_pendingThreads'];static get['pluginName'](){return'CommentsArchiveUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}static get['requires'](){return[f,_0x8e3935];}constructor(_0x1305bf){super(_0x1305bf),this['annotationViews']=new _0x93391d(),this['_pendingThreads']=[];}['init'](){const _0x355f8b=this['editor'],_0x4f9315=this['_hideDialogOnAnnotationEscape']['bind'](this);_0x355f8b['ui']['componentFactory']['add']('commentsArchive',()=>this['_createCommentsArchiveButton'](_0x39ffad,!0x0)),_0x355f8b['ui']['componentFactory']['add']('menuBar:commentsArchive',()=>{const _0x1f8796=this['_createCommentsArchiveButton'](_0x21e538);return _0x1f8796['set']({'role':'menuitemcheckbox'}),_0x1f8796;});const _0x2aaab7=_0x355f8b['plugins']['get'](f),_0x11fef7=_0x355f8b['plugins']['get']('Annotations'),_0x18fa31=_0x355f8b['plugins']['get']('CommentsRepository');this['listenTo'](_0x2aaab7['archivedThreads'],'add',(_0x2cb1f9,_0x585e84)=>{const _0x1dde61=_0x355f8b['config']['get']('collaboration.channelId');if(!_0x1dde61||_0x585e84['channelId']===_0x1dde61){const _0x2b5852=_0x18fa31['_threadToController']['get'](_0x585e84);if(!_0x2b5852)return void this['_pendingThreads']['push'](_0x585e84);const _0xaff211=this['_calculatePosition'](_0x585e84['archivedAt']),_0x1b80c5=_0x11fef7['getByInnerView'](_0x2b5852['view']);_0x1b80c5['isVisible']&&_0x11fef7['_visibleAnnotations']['remove'](_0x1b80c5),this['annotationViews']['add'](_0x1b80c5['view'],_0xaff211);}}),this['listenTo'](_0x11fef7['collection'],'add',(_0x194293,_0x419a36)=>{const _0x51c48d=this['_pendingThreads']['find'](_0x23a5e9=>{const _0x5a73aa=_0x18fa31['_threadToController']['get'](_0x23a5e9);return _0x5a73aa&&_0x419a36['innerView']===_0x5a73aa['view'];});if(_0x51c48d){const _0x125b4d=this['_calculatePosition'](_0x51c48d['archivedAt']);this['annotationViews']['add'](_0x419a36['view'],_0x125b4d),this['_pendingThreads']['splice'](this['_pendingThreads']['indexOf'](_0x51c48d),0x1);}}),this['listenTo'](_0x2aaab7['archivedThreads'],'remove',(_0x44d765,_0x3c2de0)=>{const _0x106fa5=_0x355f8b['config']['get']('collaboration.channelId');if(!_0x106fa5||_0x3c2de0['channelId']===_0x106fa5){const _0x559a58=_0x18fa31['_threadToController']['get'](_0x3c2de0),_0x228a98=_0x11fef7['getByInnerView'](_0x559a58['view']);this['annotationViews']['remove'](_0x228a98['view']),this['stopListening'](_0x228a98['focusableElements']);}}),this['listenTo'](_0x11fef7['collection'],'add',(_0x3b07ed,_0x28ae94)=>{this['listenTo'](_0x28ae94,'escape',_0x4f9315);}),this['listenTo'](_0x11fef7['collection'],'remove',(_0x296c38,_0x4d256e)=>{this['stopListening'](_0x4d256e,'escape',_0x4f9315);});}['_calculatePosition'](_0xc679b2){const _0x116311=this['editor']['config']['get']('collaboration.channelId'),_0x41e8e6=[...this['editor']['plugins']['get'](f)['archivedThreads']]['filter'](_0x2fa566=>_0x2fa566['channelId']===_0x116311)['findIndex'](_0x172711=>_0x172711['archivedAt']<_0xc679b2);return _0x41e8e6<0x0||_0x41e8e6>this['annotationViews']['length']?this['annotationViews']['length']:_0x41e8e6-0x1;}['_toggleDialog'](){const _0x5327eb=this['editor'],_0x3fa4ea=_0x5327eb['plugins']['get']('Dialog');this['commentsArchiveView']||(this['commentsArchiveView']=new tt(_0x5327eb['locale'],this['annotationViews'])),'commentsArchive'===_0x3fa4ea['id']?_0x3fa4ea['hide']():_0x3fa4ea['show']({'id':'commentsArchive','title':S(_0x5327eb['locale'],'COMMENTS_ARCHIVE'),'icon':Z,'hasCloseButton':!0x0,'content':this['commentsArchiveView'],'position':_0x173aa8['EDITOR_TOP_SIDE']});}['_createCommentsArchiveButton'](_0x2a8f1f,_0x12e45a=!0x1){const _0x300e8b=this['editor']['locale'],_0x44f7a1=this['editor']['plugins']['get']('Dialog'),_0x2f6357=new _0x2a8f1f(_0x300e8b);return _0x2f6357['bind']('isEnabled')['to'](this,'isEnabled'),_0x2f6357['bind']('isOn')['to'](_0x44f7a1,'id',_0x13355a=>'commentsArchive'===_0x13355a),_0x2f6357['set']({'label':S(_0x300e8b,'COMMENTS_ARCHIVE'),'icon':Z,'isToggleable':!0x0}),_0x12e45a&&(_0x2f6357['tooltip']=!0x0),this['listenTo'](_0x2f6357,'execute',()=>this['_toggleDialog']()),_0x2f6357;}['_hideDialogOnAnnotationEscape']=_0x131427=>{const _0x391e32=_0x131427['source'];if(!this['annotationViews']['has'](_0x391e32['view']))return;const _0x3bd44f=this['editor']['plugins']['get']('Dialog');_0x3bd44f['isOpen']&&'commentsArchive'===_0x3bd44f['id']&&(_0x3bd44f['hide'](),_0x131427['stop']());};}class p extends _0xb0a682{static get['requires'](){return[o,r,i,f,a,s,e,n,c];}static get['pluginName'](){return'Comments';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{d as Annotation,x as AnnotationCollection,T as AnnotationView,N as Annotations,M as AnnotationsUIs,is as BaseCommentThreadView,rs as BaseCommentView,re as Comment,oe as CommentThread,Ct as CommentThreadController,ie as CommentThreadInputView,vt as CommentThreadView,gt as CommentView,p as Comments,f as CommentsArchive,a as CommentsArchiveUI,te as CommentsListView,s as CommentsOnly,o as CommentsRepository,i as CommentsUI,P as EditorAnnotations,c as InlineAnnotations,n as NarrowSidebar,e as WideSidebar};