@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
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15e4a2=_0x383d;function _0x3969(){const _0x33369e=['focusTracker','tab','body','expand','ariaDescriptionView','EXTERNAL_COMMENT','1319120IhMgQs','focusCycler','6dDwgJX','formatDateTime','getUserViewNotificationText','stopListening','importWord','maxCommentCharsWhenCollapsed','EXTERNAL_IMPORT_WORD_COMMENT','isEditMode','_setupKeyboardNavigation','target','_model','COMMENT_THREAD_DESCRIPTION','creator','destroy','enter','createEditor','locale','focusables','add','Save','focusFirst','switchToEditMode','@external','8sHOelJ','bind','EXTERNAL_AVATAR','set','166957nSgzox','getExternalCommentNote','isReadOnly','submit','updateComment','_config','initialData','shift+tab','value','isSystemComment','createCollection','ariaLabel','submitLabel','name','render','textContent','author','esc','content','removed','once','_createCommentInputView','isExternal','isCollapsed','collapse','3706595NwOuhr','focus','45UgmMTU','listenTo','disabledSubmit','1329804rNRPVK','316236zZuVec','authoredAt','COMMENT_ARIA_LABEL','delegate','attributes','editorReady','get','element','source','3520431TgSuIp','added','text/html','visibleView','change','cancel','editorConfig','EXTERNAL_IMPORT_WORD_AVATAR','parseFromString','fire','switchToDisplayMode','_createCommentContentView','97602SZqvjI','editorDestroyed','keystrokes','remove'];_0x3969=function(){return _0x33369e;};return _0x3969();}function _0x383d(_0x2f4134,_0x644fa3){const _0x396960=_0x3969();return _0x383d=function(_0x383d1e,_0x128226){_0x383d1e=_0x383d1e-0x1ba;let _0x192a9c=_0x396960[_0x383d1e];return _0x192a9c;},_0x383d(_0x2f4134,_0x644fa3);}(function(_0x8f333a,_0x4e9d2a){const _0x197c0c=_0x383d,_0x19a6a7=_0x8f333a();while(!![]){try{const _0x4f04a8=parseInt(_0x197c0c(0x1c0))/0x1+parseInt(_0x197c0c(0x1f4))/0x2*(parseInt(_0x197c0c(0x1db))/0x3)+-parseInt(_0x197c0c(0x1df))/0x4+parseInt(_0x197c0c(0x1d9))/0x5*(-parseInt(_0x197c0c(0x200))/0x6)+parseInt(_0x197c0c(0x1de))/0x7+-parseInt(_0x197c0c(0x1bc))/0x8*(-parseInt(_0x197c0c(0x1e8))/0x9)+-parseInt(_0x197c0c(0x1fe))/0xa;if(_0x4f04a8===_0x4e9d2a)break;else _0x19a6a7['push'](_0x19a6a7['shift']());}catch(_0x1684f5){_0x19a6a7['push'](_0x19a6a7['shift']());}}}(_0x3969,0x80dc5));import{View as _0x5e3df0,ViewCollection as _0x10d6a8,FocusCycler as _0x5805c8}from'ckeditor5/src/ui.js';import{FocusTracker as _0x4d03c5,KeystrokeHandler as _0x313f56}from'ckeditor5/src/utils.js';import{AriaDescriptionView as _0x3bcc9e,trimHtml as _0x4cfd3c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x36154f from'./commentcontentview.js';import _0x17c835 from'./commentinputview.js';import{getTranslation as _0x32dc42}from'../../../utils/common-translations.js';export default class os extends _0x5e3df0{constructor(_0x4c4376,_0x1a4bd6,_0x1f20c3){const _0x40bda1=_0x383d;super(_0x4c4376),this[_0x40bda1(0x20a)]=_0x1a4bd6,this[_0x40bda1(0x1c5)]=_0x1f20c3,this[_0x40bda1(0x1c9)]=!!this[_0x40bda1(0x1c5)][_0x40bda1(0x1c9)],this[_0x40bda1(0x1bf)](_0x40bda1(0x207),!0x1),this[_0x40bda1(0x1bf)](_0x40bda1(0x1d7),!0x0),this[_0x40bda1(0x1bd)](_0x40bda1(0x1cb))['to'](_0x1a4bd6,_0x40bda1(0x1d2),_0x1a4bd6,_0x40bda1(0x1e0),(_0x24e633,_0x34bf51)=>_0x32dc42(_0x4c4376,_0x40bda1(0x1e1),[_0x1a4bd6[_0x40bda1(0x1d0)][_0x40bda1(0x1cd)],_0x1f20c3[_0x40bda1(0x201)](_0x34bf51),new DOMParser()[_0x40bda1(0x1f0)](_0x24e633,_0x40bda1(0x1ea))[_0x40bda1(0x1fa)][_0x40bda1(0x1cf)],_0x1a4bd6[_0x40bda1(0x1d6)]?this[_0x40bda1(0x1c1)]():''])),this[_0x40bda1(0x1fc)]=new _0x3bcc9e(_0x4c4376,_0x32dc42(_0x4c4376,_0x40bda1(0x20b))),this[_0x40bda1(0x1eb)]=this[_0x40bda1(0x1ca)](),this[_0x40bda1(0x1eb)][_0x40bda1(0x212)](this[_0x40bda1(0x1f3)]()),this[_0x40bda1(0x211)]=new _0x10d6a8(),this[_0x40bda1(0x1f8)]=new _0x4d03c5(),this[_0x40bda1(0x1f6)]=new _0x313f56(),this[_0x40bda1(0x1ff)]=new _0x5805c8({'focusables':this[_0x40bda1(0x211)],'focusTracker':this[_0x40bda1(0x1f8)],'keystrokeHandler':this[_0x40bda1(0x1f6)],'keystrokeHandlerOptions':{'filter':_0x4005fc=>_0x4005fc[_0x40bda1(0x209)]!==this[_0x40bda1(0x1e6)]},'actions':{'focusPrevious':_0x40bda1(0x1c7),'focusNext':_0x40bda1(0x1f9)}});}[_0x15e4a2(0x1fb)](){const _0x2dc10a=_0x15e4a2;this[_0x2dc10a(0x1d7)]=!0x1;}[_0x15e4a2(0x1d8)](){const _0x1380ce=_0x15e4a2;this[_0x1380ce(0x207)]||(this[_0x1380ce(0x1d7)]=!0x0);}[_0x15e4a2(0x1da)](){const _0x36fd2f=_0x15e4a2;this[_0x36fd2f(0x1e6)][_0x36fd2f(0x1da)]();}[_0x15e4a2(0x1ce)](){const _0x1a484c=_0x15e4a2;super[_0x1a484c(0x1ce)](),this[_0x1a484c(0x208)]();}async[_0x15e4a2(0x20d)](){const _0xd5ed1d=_0x15e4a2;await this[_0xd5ed1d(0x1eb)][_0xd5ed1d(0x1e5)](0x0)[_0xd5ed1d(0x20d)](),super[_0xd5ed1d(0x20d)]();}[_0x15e4a2(0x1ba)](){const _0x27c759=_0x15e4a2;this[_0x27c759(0x207)]||(this[_0x27c759(0x207)]=!0x0,this[_0x27c759(0x1eb)][_0x27c759(0x1f7)](0x0)[_0x27c759(0x20d)](),this[_0x27c759(0x1eb)][_0x27c759(0x212)](this[_0x27c759(0x1d5)]()));}[_0x15e4a2(0x1f2)](){const _0x72b9c1=_0x15e4a2;this[_0x72b9c1(0x207)]&&(this[_0x72b9c1(0x207)]=!0x1,this[_0x72b9c1(0x1eb)][_0x72b9c1(0x1f7)](0x0)[_0x72b9c1(0x20d)](),this[_0x72b9c1(0x1eb)][_0x72b9c1(0x212)](this[_0x72b9c1(0x1f3)]()));}[_0x15e4a2(0x1c1)](){const _0x1f280e=_0x15e4a2;return _0x1f280e(0x204)===this[_0x1f280e(0x20a)][_0x1f280e(0x1e3)][_0x1f280e(0x1bb)][_0x1f280e(0x1e7)]?_0x32dc42(this[_0x1f280e(0x210)],_0x1f280e(0x206)):_0x32dc42(this[_0x1f280e(0x210)],_0x1f280e(0x1fd));}[_0x15e4a2(0x202)](){const _0x5051c3=_0x15e4a2;return this[_0x5051c3(0x20a)][_0x5051c3(0x1d6)]?_0x5051c3(0x204)===this[_0x5051c3(0x20a)][_0x5051c3(0x1e3)][_0x5051c3(0x1bb)][_0x5051c3(0x1e7)]?_0x32dc42(this[_0x5051c3(0x210)],_0x5051c3(0x1ef),this[_0x5051c3(0x20a)][_0x5051c3(0x20c)][_0x5051c3(0x1cd)]):_0x32dc42(this[_0x5051c3(0x210)],_0x5051c3(0x1be),this[_0x5051c3(0x20a)][_0x5051c3(0x20c)][_0x5051c3(0x1cd)]):null;}[_0x15e4a2(0x1f3)](){const _0x5a5d58=_0x15e4a2,_0xb7f89e=new _0x36154f(this[_0x5a5d58(0x210)]);return _0xb7f89e[_0x5a5d58(0x1bd)](_0x5a5d58(0x1d2))['to'](this[_0x5a5d58(0x20a)],_0x5a5d58(0x1d2),this,_0x5a5d58(0x1d7),(_0x3d17ff,_0x58e15a)=>_0x58e15a?_0x4cfd3c(_0x3d17ff,{'limit':this[_0x5a5d58(0x1c5)][_0x5a5d58(0x205)]}):_0x3d17ff),_0xb7f89e;}[_0x15e4a2(0x1d5)](){const _0x2ea039=_0x15e4a2;this[_0x2ea039(0x1c5)][_0x2ea039(0x1ee)]||(this[_0x2ea039(0x1c5)][_0x2ea039(0x1ee)]={}),this[_0x2ea039(0x1c5)][_0x2ea039(0x1ee)][_0x2ea039(0x1c6)]=this[_0x2ea039(0x20a)][_0x2ea039(0x1d2)];const _0x18926e=new _0x17c835(this[_0x2ea039(0x210)],this[_0x2ea039(0x1c5)][_0x2ea039(0x1ee)]);return _0x18926e[_0x2ea039(0x1c8)]=this[_0x2ea039(0x20a)][_0x2ea039(0x1d2)],_0x18926e[_0x2ea039(0x1bd)](_0x2ea039(0x1dd))['to'](this[_0x2ea039(0x20a)],_0x2ea039(0x1c2)),_0x18926e[_0x2ea039(0x1cc)]=_0x32dc42(this[_0x2ea039(0x210)],_0x2ea039(0x213)),_0x18926e['on'](_0x2ea039(0x1c3),(_0x32364c,_0x17840f)=>{const _0x310039=_0x2ea039;this[_0x310039(0x1f1)](_0x310039(0x1c4),this[_0x310039(0x20a)]['id'],_0x17840f),this[_0x310039(0x1f2)](),this[_0x310039(0x1da)]();}),_0x18926e['on'](_0x2ea039(0x1ed),()=>{const _0x42f9aa=_0x2ea039;this[_0x42f9aa(0x1f2)](),this[_0x42f9aa(0x1da)]();}),_0x18926e[_0x2ea039(0x1d4)](_0x2ea039(0x1e4),()=>{const _0x11f85f=_0x2ea039;_0x18926e[_0x11f85f(0x1da)]();}),_0x18926e[_0x2ea039(0x20f)](),_0x18926e[_0x2ea039(0x1e2)](_0x2ea039(0x1e4))['to'](this),_0x18926e[_0x2ea039(0x1e2)](_0x2ea039(0x1f5))['to'](this),_0x18926e;}[_0x15e4a2(0x208)](){const _0xed1576=_0x15e4a2,_0x39b9f0=this[_0xed1576(0x1e6)];this[_0xed1576(0x1f6)][_0xed1576(0x1dc)](_0x39b9f0);for(const _0x156094 of this[_0xed1576(0x211)])this[_0xed1576(0x1f8)][_0xed1576(0x212)](_0x156094[_0xed1576(0x1e6)]),this[_0xed1576(0x1f6)][_0xed1576(0x1dc)](_0x156094[_0xed1576(0x1e6)]);this[_0xed1576(0x211)]['on'](_0xed1576(0x1ec),(_0x54918b,_0x857b83)=>{const _0x14ee38=_0xed1576;for(const _0x3bc035 of _0x857b83[_0x14ee38(0x1d3)])this[_0x14ee38(0x1f8)][_0x14ee38(0x1f7)](_0x3bc035[_0x14ee38(0x1e6)]),this[_0x14ee38(0x1f6)][_0x14ee38(0x203)](_0x3bc035[_0x14ee38(0x1e6)]);for(const _0x3dd618 of _0x857b83[_0x14ee38(0x1e9)])this[_0x14ee38(0x1f8)][_0x14ee38(0x212)](_0x3dd618[_0x14ee38(0x1e6)]),this[_0x14ee38(0x1f6)][_0x14ee38(0x1dc)](_0x3dd618[_0x14ee38(0x1e6)]);}),this[_0xed1576(0x1f6)][_0xed1576(0x1bf)](_0xed1576(0x20e),(_0x2f822c,_0x3facb9)=>{const _0x39c00c=_0xed1576;_0x39b9f0===_0x2f822c[_0x39c00c(0x209)]&&(this[_0x39c00c(0x1ff)][_0x39c00c(0x214)](),_0x3facb9());}),this[_0xed1576(0x1f6)][_0xed1576(0x1bf)](_0xed1576(0x1d1),(_0x14550c,_0x545071)=>{const _0x1ef59f=_0xed1576;_0x39b9f0!==_0x14550c[_0x1ef59f(0x209)]&&(this[_0x1ef59f(0x1da)](),_0x545071());});}}
23
+ function _0x1358(){const _0x3d8474=['change','target','stopListening','remove','maxCommentCharsWhenCollapsed','_createCommentContentView','switchToEditMode','createCollection','7iVWFiE','switchToDisplayMode','focusFirst','textContent','destroy','isEditMode','visibleView','9621670cXqTve','11dPHCYl','EXTERNAL_IMPORT_WORD_AVATAR','enter','getUserViewNotificationText','focusCycler','3546HhzUjz','EXTERNAL_IMPORT_WORD_COMMENT','add','EXTERNAL_AVATAR','updateComment','editorDestroyed','text/html','expand','bind','collapse','listenTo','creator','251268kEJaWJ','value','attributes','shift+tab','_createCommentInputView','element','removed','isCollapsed','isReadOnly','delegate','focusTracker','get','parseFromString','863205Ykkzgr','28232zZskdU','editorReady','formatDateTime','name','COMMENT_THREAD_DESCRIPTION','Save','locale','initialData','focusables','tab','isSystemComment','278545IoncVm','12RjxTnY','@external','once','fire','authoredAt','4101204HMdXXY','_model','createEditor','editorConfig','isExternal','focus','set','EXTERNAL_COMMENT','COMMENT_ARIA_LABEL','_config','disabledSubmit','source','submit','author','added','body','render','8562MenxWl','keystrokes','content','_setupKeyboardNavigation','cancel','ariaDescriptionView','ariaLabel','getExternalCommentNote','submitLabel','esc','1282wcgvfh','importWord'];_0x1358=function(){return _0x3d8474;};return _0x1358();}const _0x22b715=_0x22cf;(function(_0x1a19fc,_0x875c7a){const _0x3608fc=_0x22cf,_0x187acb=_0x1a19fc();while(!![]){try{const _0x514869=parseInt(_0x3608fc(0x1d5))/0x1+-parseInt(_0x3608fc(0x202))/0x2*(parseInt(_0x3608fc(0x1f8))/0x3)+parseInt(_0x3608fc(0x1e2))/0x4*(-parseInt(_0x3608fc(0x1e1))/0x5)+-parseInt(_0x3608fc(0x225))/0x6*(-parseInt(_0x3608fc(0x20c))/0x7)+-parseInt(_0x3608fc(0x1d6))/0x8*(-parseInt(_0x3608fc(0x219))/0x9)+parseInt(_0x3608fc(0x213))/0xa*(parseInt(_0x3608fc(0x214))/0xb)+-parseInt(_0x3608fc(0x1e7))/0xc;if(_0x514869===_0x875c7a)break;else _0x187acb['push'](_0x187acb['shift']());}catch(_0xdf13ff){_0x187acb['push'](_0x187acb['shift']());}}}(_0x1358,0xe0748));import{View as _0x11f927,ViewCollection as _0x32b832,FocusCycler as _0x411b91}from'ckeditor5/src/ui.js';import{FocusTracker as _0x4dd0fa,KeystrokeHandler as _0x22a2b9}from'ckeditor5/src/utils.js';import{AriaDescriptionView as _0x514cd2,trimHtml as _0xb129b1}from'ckeditor5-collaboration/src/collaboration-core.js';import _0xa69a3c from'./commentcontentview.js';import _0x4631d1 from'./commentinputview.js';function _0x22cf(_0x1055b8,_0x301403){const _0x13589d=_0x1358();return _0x22cf=function(_0x22cf62,_0x5d9a71){_0x22cf62=_0x22cf62-0x1cd;let _0x5c12ce=_0x13589d[_0x22cf62];return _0x5c12ce;},_0x22cf(_0x1055b8,_0x301403);}import{getTranslation as _0x29ab80}from'../../../utils/common-translations.js';export default class rs extends _0x11f927{constructor(_0xdcce0d,_0x514e59,_0x407542){const _0x41f95a=_0x22cf;super(_0xdcce0d),this[_0x41f95a(0x1e8)]=_0x514e59,this[_0x41f95a(0x1f0)]=_0x407542,this[_0x41f95a(0x1e0)]=!!this[_0x41f95a(0x1f0)][_0x41f95a(0x1e0)],this[_0x41f95a(0x1ed)](_0x41f95a(0x211),!0x1),this[_0x41f95a(0x1ed)](_0x41f95a(0x1cf),!0x0),this[_0x41f95a(0x221)](_0x41f95a(0x1fe))['to'](_0x514e59,_0x41f95a(0x1fa),_0x514e59,_0x41f95a(0x1e6),(_0x3d9b14,_0x31d8df)=>_0x29ab80(_0xdcce0d,_0x41f95a(0x1ef),[_0x514e59[_0x41f95a(0x1f4)][_0x41f95a(0x1d9)],_0x407542[_0x41f95a(0x1d8)](_0x31d8df),new DOMParser()[_0x41f95a(0x1d4)](_0x3d9b14,_0x41f95a(0x21f))[_0x41f95a(0x1f6)][_0x41f95a(0x20f)],_0x514e59[_0x41f95a(0x1eb)]?this[_0x41f95a(0x1ff)]():''])),this[_0x41f95a(0x1fd)]=new _0x514cd2(_0xdcce0d,_0x29ab80(_0xdcce0d,_0x41f95a(0x1da))),this[_0x41f95a(0x212)]=this[_0x41f95a(0x20b)](),this[_0x41f95a(0x212)][_0x41f95a(0x21b)](this[_0x41f95a(0x209)]()),this[_0x41f95a(0x1de)]=new _0x32b832(),this[_0x41f95a(0x1d2)]=new _0x4dd0fa(),this[_0x41f95a(0x1f9)]=new _0x22a2b9(),this[_0x41f95a(0x218)]=new _0x411b91({'focusables':this[_0x41f95a(0x1de)],'focusTracker':this[_0x41f95a(0x1d2)],'keystrokeHandler':this[_0x41f95a(0x1f9)],'keystrokeHandlerOptions':{'filter':_0x527271=>_0x527271[_0x41f95a(0x205)]!==this[_0x41f95a(0x1cd)]},'actions':{'focusPrevious':_0x41f95a(0x228),'focusNext':_0x41f95a(0x1df)}});}[_0x22b715(0x220)](){const _0x1db05f=_0x22b715;this[_0x1db05f(0x1cf)]=!0x1;}[_0x22b715(0x222)](){const _0x1577c4=_0x22b715;this[_0x1577c4(0x211)]||(this[_0x1577c4(0x1cf)]=!0x0);}[_0x22b715(0x1ec)](){const _0x485d42=_0x22b715;this[_0x485d42(0x1cd)][_0x485d42(0x1ec)]();}[_0x22b715(0x1f7)](){const _0x40e192=_0x22b715;super[_0x40e192(0x1f7)](),this[_0x40e192(0x1fb)]();}async[_0x22b715(0x210)](){const _0x10350f=_0x22b715;await this[_0x10350f(0x212)][_0x10350f(0x1d3)](0x0)[_0x10350f(0x210)](),super[_0x10350f(0x210)]();}[_0x22b715(0x20a)](){const _0x4beab3=_0x22b715;this[_0x4beab3(0x211)]||(this[_0x4beab3(0x211)]=!0x0,this[_0x4beab3(0x212)][_0x4beab3(0x207)](0x0)[_0x4beab3(0x210)](),this[_0x4beab3(0x212)][_0x4beab3(0x21b)](this[_0x4beab3(0x229)]()));}[_0x22b715(0x20d)](){const _0x1528cf=_0x22b715;this[_0x1528cf(0x211)]&&(this[_0x1528cf(0x211)]=!0x1,this[_0x1528cf(0x212)][_0x1528cf(0x207)](0x0)[_0x1528cf(0x210)](),this[_0x1528cf(0x212)][_0x1528cf(0x21b)](this[_0x1528cf(0x209)]()));}[_0x22b715(0x1ff)](){const _0x289c10=_0x22b715;return _0x289c10(0x203)===this[_0x289c10(0x1e8)][_0x289c10(0x227)][_0x289c10(0x1e3)][_0x289c10(0x1f2)]?_0x29ab80(this[_0x289c10(0x1dc)],_0x289c10(0x21a)):_0x29ab80(this[_0x289c10(0x1dc)],_0x289c10(0x1ee));}[_0x22b715(0x217)](){const _0x2ecc95=_0x22b715;return this[_0x2ecc95(0x1e8)][_0x2ecc95(0x1eb)]?_0x2ecc95(0x203)===this[_0x2ecc95(0x1e8)][_0x2ecc95(0x227)][_0x2ecc95(0x1e3)][_0x2ecc95(0x1f2)]?_0x29ab80(this[_0x2ecc95(0x1dc)],_0x2ecc95(0x215),this[_0x2ecc95(0x1e8)][_0x2ecc95(0x224)][_0x2ecc95(0x1d9)]):_0x29ab80(this[_0x2ecc95(0x1dc)],_0x2ecc95(0x21c),this[_0x2ecc95(0x1e8)][_0x2ecc95(0x224)][_0x2ecc95(0x1d9)]):null;}[_0x22b715(0x209)](){const _0x4eea46=_0x22b715,_0x3f4731=new _0xa69a3c(this[_0x4eea46(0x1dc)]);return _0x3f4731[_0x4eea46(0x221)](_0x4eea46(0x1fa))['to'](this[_0x4eea46(0x1e8)],_0x4eea46(0x1fa),this,_0x4eea46(0x1cf),(_0x453c6b,_0x706820)=>_0x706820?_0xb129b1(_0x453c6b,{'limit':this[_0x4eea46(0x1f0)][_0x4eea46(0x208)]}):_0x453c6b),_0x3f4731;}[_0x22b715(0x229)](){const _0x6760cb=_0x22b715;this[_0x6760cb(0x1f0)][_0x6760cb(0x1ea)]||(this[_0x6760cb(0x1f0)][_0x6760cb(0x1ea)]={}),this[_0x6760cb(0x1f0)][_0x6760cb(0x1ea)][_0x6760cb(0x1dd)]=this[_0x6760cb(0x1e8)][_0x6760cb(0x1fa)];const _0x162bcd=new _0x4631d1(this[_0x6760cb(0x1dc)],this[_0x6760cb(0x1f0)][_0x6760cb(0x1ea)]);return _0x162bcd[_0x6760cb(0x226)]=this[_0x6760cb(0x1e8)][_0x6760cb(0x1fa)],_0x162bcd[_0x6760cb(0x221)](_0x6760cb(0x1f1))['to'](this[_0x6760cb(0x1e8)],_0x6760cb(0x1d0)),_0x162bcd[_0x6760cb(0x200)]=_0x29ab80(this[_0x6760cb(0x1dc)],_0x6760cb(0x1db)),_0x162bcd['on'](_0x6760cb(0x1f3),(_0x4e6ede,_0x4a4494)=>{const _0x94bf0b=_0x6760cb;this[_0x94bf0b(0x1e5)](_0x94bf0b(0x21d),this[_0x94bf0b(0x1e8)]['id'],_0x4a4494),this[_0x94bf0b(0x20d)](),this[_0x94bf0b(0x1ec)]();}),_0x162bcd['on'](_0x6760cb(0x1fc),()=>{const _0x5187b3=_0x6760cb;this[_0x5187b3(0x20d)](),this[_0x5187b3(0x1ec)]();}),_0x162bcd[_0x6760cb(0x1e4)](_0x6760cb(0x1d7),()=>{const _0x22a8e2=_0x6760cb;_0x162bcd[_0x22a8e2(0x1ec)]();}),_0x162bcd[_0x6760cb(0x1e9)](),_0x162bcd[_0x6760cb(0x1d1)](_0x6760cb(0x1d7))['to'](this),_0x162bcd[_0x6760cb(0x1d1)](_0x6760cb(0x21e))['to'](this),_0x162bcd;}[_0x22b715(0x1fb)](){const _0x1aee4e=_0x22b715,_0x8622e3=this[_0x1aee4e(0x1cd)];this[_0x1aee4e(0x1f9)][_0x1aee4e(0x223)](_0x8622e3);for(const _0x22b70a of this[_0x1aee4e(0x1de)])this[_0x1aee4e(0x1d2)][_0x1aee4e(0x21b)](_0x22b70a[_0x1aee4e(0x1cd)]),this[_0x1aee4e(0x1f9)][_0x1aee4e(0x223)](_0x22b70a[_0x1aee4e(0x1cd)]);this[_0x1aee4e(0x1de)]['on'](_0x1aee4e(0x204),(_0x1674ce,_0x48d325)=>{const _0x2a05bd=_0x1aee4e;for(const _0x5192de of _0x48d325[_0x2a05bd(0x1ce)])this[_0x2a05bd(0x1d2)][_0x2a05bd(0x207)](_0x5192de[_0x2a05bd(0x1cd)]),this[_0x2a05bd(0x1f9)][_0x2a05bd(0x206)](_0x5192de[_0x2a05bd(0x1cd)]);for(const _0xeb11e4 of _0x48d325[_0x2a05bd(0x1f5)])this[_0x2a05bd(0x1d2)][_0x2a05bd(0x21b)](_0xeb11e4[_0x2a05bd(0x1cd)]),this[_0x2a05bd(0x1f9)][_0x2a05bd(0x223)](_0xeb11e4[_0x2a05bd(0x1cd)]);}),this[_0x1aee4e(0x1f9)][_0x1aee4e(0x1ed)](_0x1aee4e(0x216),(_0x17f31c,_0x1e7707)=>{const _0x5c576c=_0x1aee4e;_0x8622e3===_0x17f31c[_0x5c576c(0x205)]&&(this[_0x5c576c(0x218)][_0x5c576c(0x20e)](),_0x1e7707());}),this[_0x1aee4e(0x1f9)][_0x1aee4e(0x1ed)](_0x1aee4e(0x201),(_0x1465ef,_0x267a06)=>{const _0x50f221=_0x1aee4e;_0x8622e3!==_0x1465ef[_0x50f221(0x205)]&&(this[_0x50f221(0x1ec)](),_0x267a06());});}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/collapsedcommentsview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x57ea1e,_0x3513d8){const _0x1a6ee5=_0x95be,_0x90768e=_0x57ea1e();while(!![]){try{const _0x1f618b=-parseInt(_0x1a6ee5(0x10c))/0x1*(parseInt(_0x1a6ee5(0x10d))/0x2)+parseInt(_0x1a6ee5(0x10e))/0x3+-parseInt(_0x1a6ee5(0x10b))/0x4*(-parseInt(_0x1a6ee5(0x10a))/0x5)+-parseInt(_0x1a6ee5(0x110))/0x6+-parseInt(_0x1a6ee5(0x105))/0x7+-parseInt(_0x1a6ee5(0x113))/0x8+parseInt(_0x1a6ee5(0x106))/0x9*(parseInt(_0x1a6ee5(0x104))/0xa);if(_0x1f618b===_0x3513d8)break;else _0x90768e['push'](_0x90768e['shift']());}catch(_0x367d1a){_0x90768e['push'](_0x90768e['shift']());}}}(_0x457d,0x3bdf3));import{View as _0x2b3b47}from'ckeditor5/src/ui.js';function _0x95be(_0x3c6aa6,_0x10ff42){const _0x457d18=_0x457d();return _0x95be=function(_0x95be6e,_0x5a108a){_0x95be6e=_0x95be6e-0x104;let _0x3f743d=_0x457d18[_0x95be6e];return _0x3f743d;},_0x95be(_0x3c6aa6,_0x10ff42);}import{getTranslation as _0x491266}from'../../../utils/common-translations.js';export default class cs extends _0x2b3b47{constructor(_0x53ac5c){const _0x30a5de=_0x95be;super(_0x53ac5c);const _0x424b41=this[_0x30a5de(0x112)];this[_0x30a5de(0x109)](_0x30a5de(0x107),void 0x0),this[_0x30a5de(0x111)]({'tag':'li','attributes':{'class':_0x30a5de(0x108)},'children':[{'text':_0x424b41['to'](_0x30a5de(0x107),_0x4f57c1=>_0x491266(_0x53ac5c,_0x30a5de(0x10f),_0x4f57c1))}]});}}function _0x457d(){const _0x3d5981=['407805LUKOut','2uAADqU','449793sIPrvq','NUMBER_OF_COMMENTS','694452VPMqWx','setTemplate','bindTemplate','1578088EprRUn','4703890ueMwpS','415037imlfuf','9ZXldSR','count','ck-thread__comment-count','set','10ayFdwi','810028AdEHVi'];_0x457d=function(){return _0x3d5981;};return _0x457d();}
23
+ (function(_0x51dfee,_0x330fd5){const _0x1e1bcc=_0x22e0,_0x1b4e3b=_0x51dfee();while(!![]){try{const _0x114e84=parseInt(_0x1e1bcc(0xa7))/0x1*(-parseInt(_0x1e1bcc(0xa4))/0x2)+-parseInt(_0x1e1bcc(0xa3))/0x3*(-parseInt(_0x1e1bcc(0xa2))/0x4)+-parseInt(_0x1e1bcc(0x99))/0x5*(parseInt(_0x1e1bcc(0x9d))/0x6)+-parseInt(_0x1e1bcc(0xa0))/0x7*(parseInt(_0x1e1bcc(0x94))/0x8)+parseInt(_0x1e1bcc(0xa1))/0x9*(parseInt(_0x1e1bcc(0x9e))/0xa)+parseInt(_0x1e1bcc(0x97))/0xb*(parseInt(_0x1e1bcc(0x9b))/0xc)+-parseInt(_0x1e1bcc(0x98))/0xd*(-parseInt(_0x1e1bcc(0x9a))/0xe);if(_0x114e84===_0x330fd5)break;else _0x1b4e3b['push'](_0x1b4e3b['shift']());}catch(_0x1fee44){_0x1b4e3b['push'](_0x1b4e3b['shift']());}}}(_0x28b9,0xb9e7d));function _0x22e0(_0x323f48,_0x47135b){const _0x28b90a=_0x28b9();return _0x22e0=function(_0x22e0df,_0x1d5525){_0x22e0df=_0x22e0df-0x94;let _0x37806b=_0x28b90a[_0x22e0df];return _0x37806b;},_0x22e0(_0x323f48,_0x47135b);}import{View as _0x4a3852}from'ckeditor5/src/ui.js';import{getTranslation as _0x24f2b6}from'../../../utils/common-translations.js';export default class cs extends _0x4a3852{constructor(_0x47cbe3){const _0x14f901=_0x22e0;super(_0x47cbe3);const _0x5a1d57=this[_0x14f901(0xa5)];this[_0x14f901(0x96)](_0x14f901(0xa6),void 0x0),this[_0x14f901(0x9c)]({'tag':'li','attributes':{'class':_0x14f901(0x9f)},'children':[{'text':_0x5a1d57['to'](_0x14f901(0xa6),_0x594c28=>_0x24f2b6(_0x47cbe3,_0x14f901(0x95),_0x594c28))}]});}}function _0x28b9(){const _0x3a0cdf=['count','1EMGnDu','2264icXegF','NUMBER_OF_COMMENTS','set','33PIqtVX','15405jcCkZD','1238005CkKjku','6482UIJgHt','2394900FJFJfN','setTemplate','24FFDhkr','6560240UvfjXP','ck-thread__comment-count','18046SIzHpG','18ZCtZfb','32FFuIoJ','471738IbSsaZ','2471898swzkrF','bindTemplate'];_0x28b9=function(){return _0x3a0cdf;};return _0x28b9();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentcontentview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x150cc6=_0x4f41;(function(_0x5bb368,_0x400fb4){var _0x112fac=_0x4f41,_0x839d32=_0x5bb368();while(!![]){try{var _0x144735=-parseInt(_0x112fac(0x8e))/0x1+parseInt(_0x112fac(0x98))/0x2*(parseInt(_0x112fac(0x9b))/0x3)+parseInt(_0x112fac(0x89))/0x4+-parseInt(_0x112fac(0x94))/0x5+parseInt(_0x112fac(0x9a))/0x6*(-parseInt(_0x112fac(0x88))/0x7)+-parseInt(_0x112fac(0x9d))/0x8*(parseInt(_0x112fac(0x8a))/0x9)+parseInt(_0x112fac(0x8f))/0xa*(parseInt(_0x112fac(0x92))/0xb);if(_0x144735===_0x400fb4)break;else _0x839d32['push'](_0x839d32['shift']());}catch(_0x117656){_0x839d32['push'](_0x839d32['shift']());}}}(_0x22cc,0xe92db));import{View as _0xed669c}from'ckeditor5/src/ui.js';function _0x4f41(_0x28a1bf,_0x58d50b){var _0x22cca8=_0x22cc();return _0x4f41=function(_0x4f41ba,_0x4ccb3d){_0x4f41ba=_0x4f41ba-0x88;var _0x576b5a=_0x22cca8[_0x4f41ba];return _0x576b5a;},_0x4f41(_0x28a1bf,_0x58d50b);}function _0x22cc(){var _0x16a121=['render','258844xFQEJk','element','637962ddfByv','12NduBgk','set','112LUrjuN','14PeZMuI','1826024XtlABq','544851zQgTFe','ck-annotation__content','change:content','ck-comment__content','781568tcQOOB','26764130NmAIUT','div','innerHTML','11RZahuh','setTemplate','4268700eOnesP','ck-content','content'];_0x22cc=function(){return _0x16a121;};return _0x22cc();}export default class es extends _0xed669c{constructor(_0x1ddb6d){var _0x43bf62=_0x4f41;super(_0x1ddb6d),this[_0x43bf62(0x9c)](_0x43bf62(0x96),''),this[_0x43bf62(0x93)]({'tag':_0x43bf62(0x90),'attributes':{'class':[_0x43bf62(0x95),_0x43bf62(0x8d),_0x43bf62(0x8b)]}});}[_0x150cc6(0x97)](){var _0x2975cd=_0x150cc6;super[_0x2975cd(0x97)](),this['on'](_0x2975cd(0x8c),(_0xb6c87e,_0x2d4ee7,_0x5b632a)=>{var _0x29c676=_0x2975cd;this[_0x29c676(0x99)][_0x29c676(0x91)]=_0x5b632a;}),this[_0x2975cd(0x99)][_0x2975cd(0x91)]=this[_0x2975cd(0x96)];}}
23
+ function _0x8942(_0x457fa8,_0xe108d9){var _0x48ad5d=_0x48ad();return _0x8942=function(_0x89426a,_0x283b6f){_0x89426a=_0x89426a-0xd4;var _0x20e7e7=_0x48ad5d[_0x89426a];return _0x20e7e7;},_0x8942(_0x457fa8,_0xe108d9);}var _0x43fa66=_0x8942;function _0x48ad(){var _0x5a9a54=['innerHTML','566356Hrhlzf','12240LkItzW','ck-comment__content','8sHFuxi','152859dPYELv','802716byxQOT','set','11280uUigrE','6325720eZdqxe','ck-annotation__content','ck-content','1278iGerAP','render','2458015lfBWpR','content','element','change:content','setTemplate','8795etsazH','div'];_0x48ad=function(){return _0x5a9a54;};return _0x48ad();}(function(_0x410bf3,_0x35a8b0){var _0x52217a=_0x8942,_0x6b1748=_0x410bf3();while(!![]){try{var _0xfaeff0=parseInt(_0x52217a(0xda))/0x1*(parseInt(_0x52217a(0xd9))/0x2)+-parseInt(_0x52217a(0xdb))/0x3+parseInt(_0x52217a(0xd6))/0x4+parseInt(_0x52217a(0xe8))/0x5*(-parseInt(_0x52217a(0xe1))/0x6)+-parseInt(_0x52217a(0xe3))/0x7+-parseInt(_0x52217a(0xde))/0x8+-parseInt(_0x52217a(0xd7))/0x9*(-parseInt(_0x52217a(0xdd))/0xa);if(_0xfaeff0===_0x35a8b0)break;else _0x6b1748['push'](_0x6b1748['shift']());}catch(_0x435ff6){_0x6b1748['push'](_0x6b1748['shift']());}}}(_0x48ad,0x7acde));import{View as _0x4c1b99}from'ckeditor5/src/ui.js';export default class hs extends _0x4c1b99{constructor(_0x456bcd){var _0x2c946b=_0x8942;super(_0x456bcd),this[_0x2c946b(0xdc)](_0x2c946b(0xe4),''),this[_0x2c946b(0xe7)]({'tag':_0x2c946b(0xd4),'attributes':{'class':[_0x2c946b(0xe0),_0x2c946b(0xd8),_0x2c946b(0xdf)]}});}[_0x43fa66(0xe2)](){var _0x2416f0=_0x43fa66;super[_0x2416f0(0xe2)](),this['on'](_0x2416f0(0xe6),(_0x3ace73,_0xf68476,_0x204827)=>{var _0x2e331a=_0x2416f0;this[_0x2e331a(0xe5)][_0x2e331a(0xd5)]=_0x204827;}),this[_0x2416f0(0xe5)][_0x2416f0(0xd5)]=this[_0x2416f0(0xe4)];}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentinputview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43152b=_0x1c39;function _0x5520(){const _0x20d2d4=['focusFirst','setTemplate','shift+tab','forEach','getData','setData','high','2666880eiFSYP','stop','_createCancelButton','ck-comment__input-actions','set','ck-comment__input-actions--cancel','createCollection','view','811585bdUYqD','1XiPeEF','render','label','1490290PwkEsb','disabledSubmit','initialData','add','Ctrl+Enter','editor','bind','insertBefore','added','placeholder','then','ck-comment__input-wrapper','Esc','Reply...','submit','ck-comment__input-actions--submit','4WGfvGb','submitButtonView','value','_isDestroyed','length','isEnabled','model','element','Cancel','652268wSuWWB','cancel','focusCycler','focusables','trim','63858JrGMyI','createEditor','editorReady','_editorConfig','TOO_LONG_COMMENT_ALERT','submitLabel','bindTemplate','extendTemplate','tab','2143216VkqejC','1086075qkzlaS','listenTo','fire','_setupKeyboardNavigation','execute','showButtons','firstChild','focusLast','_editorCreationPromise','withText','cancelButtonView','editorDestroyed','destroy','keystrokes','div','document','focus','_createSubmitButton','ck-comment__input-actions--active','from','create','reverse','Reply','focusTracker','7LQXyIY','change'];_0x5520=function(){return _0x20d2d4;};return _0x5520();}(function(_0x405114,_0xf1488b){const _0x255e49=_0x1c39,_0x5d79c4=_0x405114();while(!![]){try{const _0x2699d1=parseInt(_0x255e49(0x158))/0x1*(parseInt(_0x255e49(0x174))/0x2)+-parseInt(_0x255e49(0x179))/0x3*(parseInt(_0x255e49(0x16b))/0x4)+parseInt(_0x255e49(0x157))/0x5+-parseInt(_0x255e49(0x14f))/0x6+parseInt(_0x255e49(0x19b))/0x7*(parseInt(_0x255e49(0x182))/0x8)+parseInt(_0x255e49(0x183))/0x9+-parseInt(_0x255e49(0x15b))/0xa;if(_0x2699d1===_0xf1488b)break;else _0x5d79c4['push'](_0x5d79c4['shift']());}catch(_0xdadc0){_0x5d79c4['push'](_0x5d79c4['shift']());}}}(_0x5520,0x40059));import{View as _0x22feb3,FocusCycler as _0x40aea1,ButtonView as _0x56f7dd}from'ckeditor5/src/ui.js';import{FocusTracker as _0xd1db04,KeystrokeHandler as _0x517904}from'ckeditor5/src/utils.js';function _0x1c39(_0x797c69,_0x46c290){const _0x552065=_0x5520();return _0x1c39=function(_0x1c39fd,_0x529bcc){_0x1c39fd=_0x1c39fd-0x149;let _0x33a10d=_0x552065[_0x1c39fd];return _0x33a10d;},_0x1c39(_0x797c69,_0x46c290);}import _0x3cbe7b from'../commenteditor/commenteditor.js';import{getTranslation as _0x1693de}from'../../../utils/common-translations.js';export default class hs extends _0x22feb3{constructor(_0x5e6823,_0x9cc504={}){const _0x2000c2=_0x1c39;super(_0x5e6823),this[_0x2000c2(0x160)]=null,this[_0x2000c2(0x17c)]=_0x9cc504,this[_0x2000c2(0x153)](_0x2000c2(0x16d),_0x9cc504[_0x2000c2(0x15d)]||''),this[_0x2000c2(0x153)](_0x2000c2(0x15c),!0x1),this[_0x2000c2(0x153)](_0x2000c2(0x188),!0x0),this[_0x2000c2(0x153)](_0x2000c2(0x164),_0x1693de(_0x5e6823,_0x2000c2(0x168))),this[_0x2000c2(0x153)](_0x2000c2(0x17e),_0x1693de(_0x5e6823,_0x2000c2(0x199))),this[_0x2000c2(0x16c)]=this[_0x2000c2(0x194)](),this[_0x2000c2(0x18d)]=this[_0x2000c2(0x151)](),this[_0x2000c2(0x177)]=this[_0x2000c2(0x155)]([this[_0x2000c2(0x16c)],this[_0x2000c2(0x18d)]]),this[_0x2000c2(0x190)]=new _0x517904(),this[_0x2000c2(0x19a)]=new _0xd1db04(),this[_0x2000c2(0x176)]=new _0x40aea1({'focusables':this[_0x2000c2(0x177)],'focusTracker':this[_0x2000c2(0x19a)],'keystrokeHandler':this[_0x2000c2(0x190)],'actions':{'focusPrevious':_0x2000c2(0x14a),'focusNext':_0x2000c2(0x181)}}),this[_0x2000c2(0x149)]({'tag':_0x2000c2(0x191),'attributes':{'class':[_0x2000c2(0x166)]},'children':[{'tag':_0x2000c2(0x191),'attributes':{'class':[_0x2000c2(0x152),this[_0x2000c2(0x17f)]['if'](_0x2000c2(0x188),_0x2000c2(0x195))]},'children':[this[_0x2000c2(0x16c)],this[_0x2000c2(0x18d)]]}]}),this[_0x2000c2(0x190)][_0x2000c2(0x153)](_0x2000c2(0x167),(_0x40ce67,_0x40342f)=>{const _0x58ba84=_0x2000c2;this[_0x58ba84(0x18d)][_0x58ba84(0x185)](_0x58ba84(0x187)),_0x40342f();}),this[_0x2000c2(0x190)][_0x2000c2(0x153)](_0x2000c2(0x15f),(_0x46b362,_0x47c893)=>{const _0x3fddd3=_0x2000c2;this[_0x3fddd3(0x16c)][_0x3fddd3(0x170)]&&(this[_0x3fddd3(0x16c)][_0x3fddd3(0x185)](_0x3fddd3(0x187)),_0x47c893());}),this['on'](_0x2000c2(0x169),(_0x3ee41f,_0x58f2b0)=>{const _0x15ef32=_0x2000c2;_0x58f2b0[_0x15ef32(0x16f)]>0xfde8?(alert(_0x1693de(_0x5e6823,_0x15ef32(0x17d),[_0x58f2b0[_0x15ef32(0x16f)],0xfde8])),_0x3ee41f[_0x15ef32(0x150)]()):this[_0x15ef32(0x160)][_0x15ef32(0x14d)]('');},{'priority':_0x2000c2(0x14e)});}[_0x43152b(0x159)](){const _0x4c1757=_0x43152b;super[_0x4c1757(0x159)](),this[_0x4c1757(0x186)]();}[_0x43152b(0x17a)](){const _0x37656d=_0x43152b;return this[_0x37656d(0x160)]||(this[_0x37656d(0x160)]=new _0x3cbe7b(this[_0x37656d(0x17c)]),this[_0x37656d(0x18b)]=this[_0x37656d(0x160)][_0x37656d(0x197)]()[_0x37656d(0x165)](()=>{const _0xe1bbd7=_0x37656d;if(this[_0xe1bbd7(0x16e)])return;const _0x5cbb42=this[_0xe1bbd7(0x160)];this[_0xe1bbd7(0x172)][_0xe1bbd7(0x162)](_0x5cbb42['ui'][_0xe1bbd7(0x172)],this[_0xe1bbd7(0x172)][_0xe1bbd7(0x189)]),_0x5cbb42[_0xe1bbd7(0x171)][_0xe1bbd7(0x192)]['on'](_0xe1bbd7(0x19c),()=>this[_0xe1bbd7(0x16d)]=_0x5cbb42[_0xe1bbd7(0x14c)]()),_0x5cbb42[_0xe1bbd7(0x161)](_0xe1bbd7(0x164))['to'](this),this[_0xe1bbd7(0x177)][_0xe1bbd7(0x15e)](_0x5cbb42['ui'][_0xe1bbd7(0x156)],0x0),this[_0xe1bbd7(0x185)](_0xe1bbd7(0x17b),this[_0xe1bbd7(0x160)]);})),this[_0x37656d(0x18b)];}[_0x43152b(0x193)](_0x3e6e9a){const _0xb844e=_0x43152b;-0x1===_0x3e6e9a?(this[_0xb844e(0x176)][_0xb844e(0x19d)](),this[_0xb844e(0x176)][_0xb844e(0x18a)]()):this[_0xb844e(0x176)][_0xb844e(0x19d)]();}async[_0x43152b(0x18f)](){const _0x20ffc7=_0x43152b;this[_0x20ffc7(0x16e)]||(this[_0x20ffc7(0x16e)]=!0x0,this[_0x20ffc7(0x160)]&&(await this[_0x20ffc7(0x18b)],await this[_0x20ffc7(0x160)][_0x20ffc7(0x18f)](),this[_0x20ffc7(0x185)](_0x20ffc7(0x18e),this[_0x20ffc7(0x160)])),await super[_0x20ffc7(0x18f)]());}[_0x43152b(0x194)](){const _0x4081c4=_0x43152b,{locale:_0x51422e}=this,_0x39ea98=new _0x56f7dd(_0x51422e);return _0x39ea98[_0x4081c4(0x180)]({'attributes':{'class':[_0x4081c4(0x16a)]}}),_0x39ea98[_0x4081c4(0x18c)]=!0x0,_0x39ea98[_0x4081c4(0x161)](_0x4081c4(0x15a))['to'](this,_0x4081c4(0x17e)),_0x39ea98['on'](_0x4081c4(0x187),()=>{const _0x103b78=_0x4081c4;this[_0x103b78(0x185)](_0x103b78(0x169),this[_0x103b78(0x16d)]);}),_0x39ea98[_0x4081c4(0x161)](_0x4081c4(0x170))['to'](this,_0x4081c4(0x16d),this,_0x4081c4(0x15c),(_0x3b7479,_0x53bb24)=>!_0x53bb24&&!!_0x3b7479[_0x4081c4(0x178)]()),_0x39ea98;}[_0x43152b(0x151)](){const _0x5f3fbd=_0x43152b,{locale:_0x115050}=this,_0x5f5bc5=new _0x56f7dd(_0x115050);return _0x5f5bc5[_0x5f3fbd(0x180)]({'attributes':{'class':[_0x5f3fbd(0x154)]}}),_0x5f5bc5[_0x5f3fbd(0x15a)]=_0x1693de(_0x115050,_0x5f3fbd(0x173)),_0x5f5bc5[_0x5f3fbd(0x18c)]=!0x0,_0x5f5bc5['on'](_0x5f3fbd(0x187),()=>{const _0x51e8f7=_0x5f3fbd;this[_0x51e8f7(0x160)][_0x51e8f7(0x14d)](''),this[_0x51e8f7(0x185)](_0x51e8f7(0x175));}),_0x5f5bc5;}[_0x43152b(0x186)](){const _0x88343f=_0x43152b;this[_0x88343f(0x190)][_0x88343f(0x184)](this[_0x88343f(0x172)]),this[_0x88343f(0x177)][_0x88343f(0x14b)](_0x259cb2=>{const _0x5167e3=_0x88343f;this[_0x5167e3(0x19a)][_0x5167e3(0x15e)](_0x259cb2[_0x5167e3(0x172)]);}),this[_0x88343f(0x177)]['on'](_0x88343f(0x19c),(_0x18d9b2,_0x507439)=>{const _0x395793=_0x88343f;for(const _0x187b6e of Array[_0x395793(0x196)](_0x507439[_0x395793(0x163)])[_0x395793(0x198)]())this[_0x395793(0x19a)][_0x395793(0x15e)](_0x187b6e[_0x395793(0x172)]);});}}
23
+ const _0x36e113=_0x3966;(function(_0x18189e,_0x1c99c4){const _0x4ba4b4=_0x3966,_0x41176f=_0x18189e();while(!![]){try{const _0x1f2597=-parseInt(_0x4ba4b4(0xa1))/0x1+parseInt(_0x4ba4b4(0xb0))/0x2+parseInt(_0x4ba4b4(0xd5))/0x3+parseInt(_0x4ba4b4(0x91))/0x4*(-parseInt(_0x4ba4b4(0x8b))/0x5)+-parseInt(_0x4ba4b4(0x82))/0x6*(-parseInt(_0x4ba4b4(0x86))/0x7)+parseInt(_0x4ba4b4(0xb7))/0x8*(-parseInt(_0x4ba4b4(0x9c))/0x9)+parseInt(_0x4ba4b4(0xc0))/0xa;if(_0x1f2597===_0x1c99c4)break;else _0x41176f['push'](_0x41176f['shift']());}catch(_0x42e273){_0x41176f['push'](_0x41176f['shift']());}}}(_0x2c47,0x4b66a));import{View as _0x4b1a11,FocusCycler as _0x47c448,ButtonView as _0x545347}from'ckeditor5/src/ui.js';function _0x3966(_0xac91d3,_0x2cf6f8){const _0x2c4748=_0x2c47();return _0x3966=function(_0x396670,_0x3338a7){_0x396670=_0x396670-0x82;let _0x5dbe9b=_0x2c4748[_0x396670];return _0x5dbe9b;},_0x3966(_0xac91d3,_0x2cf6f8);}import{FocusTracker as _0x39d658,KeystrokeHandler as _0x209127}from'ckeditor5/src/utils.js';import _0x43cc76 from'../commenteditor/commenteditor.js';import{getTranslation as _0x24c9c2}from'../../../utils/common-translations.js';export default class os extends _0x4b1a11{constructor(_0x3b45fe,_0x37f974={}){const _0x4549c5=_0x3966;super(_0x3b45fe),this[_0x4549c5(0xd1)]=null,this[_0x4549c5(0x94)]=_0x37f974,this[_0x4549c5(0xd0)](_0x4549c5(0xbb),_0x37f974[_0x4549c5(0xc5)]||''),this[_0x4549c5(0xd0)](_0x4549c5(0xcd),!0x1),this[_0x4549c5(0xd0)](_0x4549c5(0xbf),!0x0),this[_0x4549c5(0xd0)](_0x4549c5(0x88),_0x24c9c2(_0x3b45fe,_0x4549c5(0xc4))),this[_0x4549c5(0xd0)](_0x4549c5(0xd4),_0x24c9c2(_0x3b45fe,_0x4549c5(0x8c))),this[_0x4549c5(0xa5)]=this[_0x4549c5(0xc8)](),this[_0x4549c5(0x96)]=this[_0x4549c5(0xa7)](),this[_0x4549c5(0x8d)]=this[_0x4549c5(0xb5)]([this[_0x4549c5(0xa5)],this[_0x4549c5(0x96)]]),this[_0x4549c5(0xba)]=new _0x209127(),this[_0x4549c5(0xc7)]=new _0x39d658(),this[_0x4549c5(0x85)]=new _0x47c448({'focusables':this[_0x4549c5(0x8d)],'focusTracker':this[_0x4549c5(0xc7)],'keystrokeHandler':this[_0x4549c5(0xba)],'actions':{'focusPrevious':_0x4549c5(0xd3),'focusNext':_0x4549c5(0xca)}}),this[_0x4549c5(0xb8)]({'tag':_0x4549c5(0xa0),'attributes':{'class':[_0x4549c5(0xbc)]},'children':[{'tag':_0x4549c5(0xa0),'attributes':{'class':[_0x4549c5(0xb9),this[_0x4549c5(0xaf)]['if'](_0x4549c5(0xbf),_0x4549c5(0xad))]},'children':[this[_0x4549c5(0xa5)],this[_0x4549c5(0x96)]]}]}),this[_0x4549c5(0xba)][_0x4549c5(0xd0)](_0x4549c5(0x95),(_0x382ce9,_0x47af19)=>{const _0x164ac3=_0x4549c5;this[_0x164ac3(0x96)][_0x164ac3(0xb6)](_0x164ac3(0x9f)),_0x47af19();}),this[_0x4549c5(0xba)][_0x4549c5(0xd0)](_0x4549c5(0xa4),(_0x3f3821,_0x91fd6)=>{const _0x59d733=_0x4549c5;this[_0x59d733(0xa5)][_0x59d733(0x9d)]&&(this[_0x59d733(0xa5)][_0x59d733(0xb6)](_0x59d733(0x9f)),_0x91fd6());}),this['on'](_0x4549c5(0x9b),(_0x45f76a,_0x1ca0ae)=>{const _0x2f8811=_0x4549c5;_0x1ca0ae[_0x2f8811(0xaa)]>0xfde8?(alert(_0x24c9c2(_0x3b45fe,_0x2f8811(0x99),[_0x1ca0ae[_0x2f8811(0xaa)],0xfde8])),_0x45f76a[_0x2f8811(0xcb)]()):this[_0x2f8811(0xd1)][_0x2f8811(0xa2)]('');},{'priority':_0x4549c5(0xb4)});}[_0x36e113(0xae)](){const _0x49faad=_0x36e113;super[_0x49faad(0xae)](),this[_0x49faad(0xce)]();}[_0x36e113(0xa9)](){const _0x136fd2=_0x36e113;return this[_0x136fd2(0xd1)]||(this[_0x136fd2(0xd1)]=new _0x43cc76(this[_0x136fd2(0x94)]),this[_0x136fd2(0xc3)]=this[_0x136fd2(0xd1)][_0x136fd2(0xc9)]()[_0x136fd2(0xa8)](()=>{const _0x41507d=_0x136fd2;if(this[_0x41507d(0x8a)])return;const _0x5b1939=this[_0x41507d(0xd1)];this[_0x41507d(0xc6)][_0x41507d(0x97)](_0x5b1939['ui'][_0x41507d(0xc6)],this[_0x41507d(0xc6)][_0x41507d(0x9a)]),_0x5b1939[_0x41507d(0xb1)][_0x41507d(0x84)]['on'](_0x41507d(0xb3),()=>this[_0x41507d(0xbb)]=_0x5b1939[_0x41507d(0x92)]()),_0x5b1939[_0x41507d(0x9e)](_0x41507d(0x88))['to'](this),this[_0x41507d(0x8d)][_0x41507d(0xbe)](_0x5b1939['ui'][_0x41507d(0xcc)],0x0),this[_0x41507d(0xb6)](_0x41507d(0x87),this[_0x41507d(0xd1)]);})),this[_0x136fd2(0xc3)];}[_0x36e113(0xd6)](_0x4e1ab2){const _0x5f365b=_0x36e113;-0x1===_0x4e1ab2?(this[_0x5f365b(0x85)][_0x5f365b(0x83)](),this[_0x5f365b(0x85)][_0x5f365b(0x89)]()):this[_0x5f365b(0x85)][_0x5f365b(0x83)]();}async[_0x36e113(0x98)](){const _0x2e4375=_0x36e113;this[_0x2e4375(0x8a)]||(this[_0x2e4375(0x8a)]=!0x0,this[_0x2e4375(0xd1)]&&(await this[_0x2e4375(0xc3)],await this[_0x2e4375(0xd1)][_0x2e4375(0x98)](),this[_0x2e4375(0xb6)](_0x2e4375(0xbd),this[_0x2e4375(0xd1)])),await super[_0x2e4375(0x98)]());}[_0x36e113(0xc8)](){const _0x93f10a=_0x36e113,{locale:_0x44e3e4}=this,_0x571a77=new _0x545347(_0x44e3e4);return _0x571a77[_0x93f10a(0xa3)]({'attributes':{'class':[_0x93f10a(0x93)]}}),_0x571a77[_0x93f10a(0x90)]=!0x0,_0x571a77[_0x93f10a(0x9e)](_0x93f10a(0xac))['to'](this,_0x93f10a(0xd4)),_0x571a77['on'](_0x93f10a(0x9f),()=>{const _0xec5159=_0x93f10a;this[_0xec5159(0xb6)](_0xec5159(0x9b),this[_0xec5159(0xbb)]);}),_0x571a77[_0x93f10a(0x9e)](_0x93f10a(0x9d))['to'](this,_0x93f10a(0xbb),this,_0x93f10a(0xcd),(_0x5ceebc,_0x364d49)=>!_0x364d49&&!!_0x5ceebc[_0x93f10a(0xab)]()),_0x571a77;}[_0x36e113(0xa7)](){const _0x49b167=_0x36e113,{locale:_0x3bd510}=this,_0x18e109=new _0x545347(_0x3bd510);return _0x18e109[_0x49b167(0xa3)]({'attributes':{'class':[_0x49b167(0xa6)]}}),_0x18e109[_0x49b167(0xac)]=_0x24c9c2(_0x3bd510,_0x49b167(0xcf)),_0x18e109[_0x49b167(0x90)]=!0x0,_0x18e109['on'](_0x49b167(0x9f),()=>{const _0x3d2c9b=_0x49b167;this[_0x3d2c9b(0xd1)][_0x3d2c9b(0xa2)](''),this[_0x3d2c9b(0xb6)](_0x3d2c9b(0x8f));}),_0x18e109;}[_0x36e113(0xce)](){const _0x5e8993=_0x36e113;this[_0x5e8993(0xba)][_0x5e8993(0xc2)](this[_0x5e8993(0xc6)]),this[_0x5e8993(0x8d)][_0x5e8993(0x8e)](_0x28a139=>{const _0x166935=_0x5e8993;this[_0x166935(0xc7)][_0x166935(0xbe)](_0x28a139[_0x166935(0xc6)]);}),this[_0x5e8993(0x8d)]['on'](_0x5e8993(0xb3),(_0x22e806,_0x2f8f1c)=>{const _0x511c57=_0x5e8993;for(const _0x5b2826 of Array[_0x511c57(0xd2)](_0x2f8f1c[_0x511c57(0xc1)])[_0x511c57(0xb2)]())this[_0x511c57(0xc7)][_0x511c57(0xbe)](_0x5b2826[_0x511c57(0xc6)]);});}}function _0x2c47(){const _0x41c73d=['createCollection','fire','3000BxgJCt','setTemplate','ck-comment__input-actions','keystrokes','value','ck-comment__input-wrapper','editorDestroyed','add','showButtons','3015740PoIWHJ','added','listenTo','_editorCreationPromise','Reply...','initialData','element','focusTracker','_createSubmitButton','create','tab','stop','view','disabledSubmit','_setupKeyboardNavigation','Cancel','set','editor','from','shift+tab','submitLabel','378981nDxYss','focus','497166anAFAL','focusFirst','document','focusCycler','7Dypmli','editorReady','placeholder','focusLast','_isDestroyed','645690iflETB','Reply','focusables','forEach','cancel','withText','8iVRfiV','getData','ck-comment__input-actions--submit','_editorConfig','Esc','cancelButtonView','insertBefore','destroy','TOO_LONG_COMMENT_ALERT','firstChild','submit','3978EKTDjf','isEnabled','bind','execute','div','242798ngqkbY','setData','extendTemplate','Ctrl+Enter','submitButtonView','ck-comment__input-actions--cancel','_createCancelButton','then','createEditor','length','trim','label','ck-comment__input-actions--active','render','bindTemplate','929808SHPsUw','model','reverse','change','high'];_0x2c47=function(){return _0x41c73d;};return _0x2c47();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentslistview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1fdc05=_0x2b4d;function _0x2b4d(_0x56c242,_0x3eaa40){const _0x3c0160=_0x3c01();return _0x2b4d=function(_0x2b4d35,_0x1fddc4){_0x2b4d35=_0x2b4d35-0x70;let _0x169a40=_0x3c0160[_0x2b4d35];return _0x169a40;},_0x2b4d(_0x56c242,_0x3eaa40);}(function(_0x2a566b,_0x523611){const _0x1baa55=_0x2b4d,_0x2224d6=_0x2a566b();while(!![]){try{const _0x1690ed=-parseInt(_0x1baa55(0x7d))/0x1+parseInt(_0x1baa55(0x88))/0x2+-parseInt(_0x1baa55(0x9c))/0x3*(-parseInt(_0x1baa55(0x84))/0x4)+parseInt(_0x1baa55(0x8f))/0x5+parseInt(_0x1baa55(0x93))/0x6+parseInt(_0x1baa55(0x85))/0x7*(parseInt(_0x1baa55(0x70))/0x8)+-parseInt(_0x1baa55(0x80))/0x9*(parseInt(_0x1baa55(0x90))/0xa);if(_0x1690ed===_0x523611)break;else _0x2224d6['push'](_0x2224d6['shift']());}catch(_0x3a7169){_0x2224d6['push'](_0x2224d6['shift']());}}}(_0x3c01,0x8d458));import{View as _0x3c1c7b,FocusCycler as _0x5c841c}from'ckeditor5/src/ui.js';function _0x3c01(){const _0x392c94=['bindTemplate','auto','element','add','11057abSMja','remove','isActive','52902OhqhiR','ck-comments-archive__content','_setupKeyboardNavigation','change','36RBmhzG','1899695Dmuacc','render','arrowup','1778328WsdKSi','ck-comments-archive__info','ck-hidden','focusFirst','delegate','focus','div','5416045NrUOJK','4790glytlX','presentation','length','3656322ofhINO','EMPTY_COMMENTS_ARCHIVE','isEmpty','focusTracker','set','setTemplate','focusCycler','focusNext','arrowdown','93579pufRsP','16EgnpNn','ck-comments-archive','list','destroy','first','COMMENTS_ARCHIVE_LIST_LABEL','focusPrevious','listenTo','_annotationViews'];_0x3c01=function(){return _0x392c94;};return _0x3c01();}import{FocusTracker as _0x722576}from'ckeditor5/src/utils.js';import{getTranslation as _0x3dddf5}from'../../../utils/common-translations.js';export default class tt extends _0x3c1c7b{constructor(_0x147641,_0x575ae8){const _0x29a1a4=_0x2b4d;super(_0x147641),this[_0x29a1a4(0x97)](_0x29a1a4(0x95),!_0x575ae8[_0x29a1a4(0x92)]),this[_0x29a1a4(0x96)]=new _0x722576(),this[_0x29a1a4(0x78)]=_0x575ae8,this[_0x29a1a4(0x78)][_0x29a1a4(0x8c)](_0x29a1a4(0x87),_0x29a1a4(0x9b))['to'](this),this['on'](_0x29a1a4(0x87),()=>{const _0x302b15=_0x29a1a4;this[_0x302b15(0x99)][_0x302b15(0x76)]();}),this['on'](_0x29a1a4(0x9b),()=>{const _0x5a8929=_0x29a1a4;this[_0x5a8929(0x99)][_0x5a8929(0x9a)]();}),this[_0x29a1a4(0x99)]=new _0x5c841c({'focusables':_0x575ae8,'focusTracker':this[_0x29a1a4(0x96)]}),this[_0x29a1a4(0x77)](_0x575ae8,_0x29a1a4(0x7c),()=>{const _0x210d2b=_0x29a1a4;this[_0x210d2b(0x95)]=!0x1;}),this[_0x29a1a4(0x77)](_0x575ae8,_0x29a1a4(0x7e),(_0x3d6bd3,_0x9a861c)=>{const _0x2fe90a=_0x29a1a4;_0x9a861c[_0x2fe90a(0x7f)]&&this[_0x2fe90a(0x8d)](),_0x575ae8[_0x2fe90a(0x92)]||(this[_0x2fe90a(0x95)]=!0x0);});const _0x67ba6=this[_0x29a1a4(0x79)];this[_0x29a1a4(0x98)]({'tag':_0x29a1a4(0x8e),'attributes':{'dir':_0x29a1a4(0x7a),'class':['ck',_0x29a1a4(0x71)],'tabindex':-0x1,'role':_0x29a1a4(0x72),'aria-label':_0x3dddf5(_0x147641,_0x29a1a4(0x75))},'children':[{'tag':_0x29a1a4(0x8e),'attributes':{'class':[_0x29a1a4(0x81)],'role':_0x29a1a4(0x91)},'children':[{'tag':_0x29a1a4(0x8e),'attributes':{'role':_0x29a1a4(0x91)},'children':_0x575ae8},{'tag':'p','attributes':{'class':[_0x29a1a4(0x89),_0x67ba6['if'](_0x29a1a4(0x95),_0x29a1a4(0x8a),_0xe4253b=>!_0xe4253b)]},'children':[{'text':_0x3dddf5(_0x147641,_0x29a1a4(0x94))}]}]}]});}[_0x1fdc05(0x86)](){const _0x1af08f=_0x1fdc05;super[_0x1af08f(0x86)](),this[_0x1af08f(0x82)]();}[_0x1fdc05(0x73)](){const _0x23e071=_0x1fdc05;super[_0x23e071(0x73)](),this[_0x23e071(0x96)][_0x23e071(0x73)]();}[_0x1fdc05(0x8d)](){const _0x140763=_0x1fdc05;this[_0x140763(0x99)][_0x140763(0x74)]?this[_0x140763(0x99)][_0x140763(0x8b)]():this[_0x140763(0x7b)][_0x140763(0x8d)]();}[_0x1fdc05(0x82)](){const _0x3fd7b3=_0x1fdc05;for(const _0x59affc of this[_0x3fd7b3(0x78)])this[_0x3fd7b3(0x96)][_0x3fd7b3(0x7c)](_0x59affc[_0x3fd7b3(0x7b)]);this[_0x3fd7b3(0x78)]['on'](_0x3fd7b3(0x83),(_0x38c3ac,{added:_0x2afd5e,removed:_0x122391})=>{const _0xddc159=_0x3fd7b3;for(const _0x24ba2c of _0x2afd5e)this[_0xddc159(0x96)][_0xddc159(0x7c)](_0x24ba2c[_0xddc159(0x7b)]);for(const _0x44ff79 of _0x122391)this[_0xddc159(0x96)][_0xddc159(0x7e)](_0x44ff79[_0xddc159(0x7b)]);});}}
23
+ function _0x2d11(){const _0x6947ed=['render','delegate','1177413AonQhN','ck-comments-archive','focusFirst','focusCycler','list','length','isActive','_annotationViews','arrowup','div','element','set','EMPTY_COMMENTS_ARCHIVE','2DTlUEi','focus','COMMENTS_ARCHIVE_LIST_LABEL','focusTracker','presentation','530NPJYje','57542pkjTwH','arrowdown','ck-comments-archive__content','first','ck-hidden','294OUObuo','_setupKeyboardNavigation','2455968tsZGXd','bindTemplate','1677390cailGl','focusNext','focusPrevious','isEmpty','111951uBWuye','listenTo','ck-comments-archive__info','13416JsLZiF','add','auto','destroy','setTemplate','change','remove','3369512qmxGKV'];_0x2d11=function(){return _0x6947ed;};return _0x2d11();}const _0x51207c=_0x30ee;(function(_0x5f4233,_0x57c231){const _0x402f83=_0x30ee,_0x43af1f=_0x5f4233();while(!![]){try{const _0x454f89=parseInt(_0x402f83(0xe0))/0x1*(parseInt(_0x402f83(0xe6))/0x2)+parseInt(_0x402f83(0x100))/0x3+-parseInt(_0x402f83(0xed))/0x4+-parseInt(_0x402f83(0xef))/0x5+-parseInt(_0x402f83(0xf6))/0x6*(parseInt(_0x402f83(0xeb))/0x7)+parseInt(_0x402f83(0xfd))/0x8+parseInt(_0x402f83(0xf3))/0x9*(parseInt(_0x402f83(0xe5))/0xa);if(_0x454f89===_0x57c231)break;else _0x43af1f['push'](_0x43af1f['shift']());}catch(_0x36d3ee){_0x43af1f['push'](_0x43af1f['shift']());}}}(_0x2d11,0x76eaf));import{View as _0x530f61,FocusCycler as _0x429f67}from'ckeditor5/src/ui.js';import{FocusTracker as _0x267e72}from'ckeditor5/src/utils.js';function _0x30ee(_0x4f0cab,_0x2977dc){const _0x2d1110=_0x2d11();return _0x30ee=function(_0x30eeac,_0x1016ff){_0x30eeac=_0x30eeac-0xdd;let _0x50eb93=_0x2d1110[_0x30eeac];return _0x50eb93;},_0x30ee(_0x4f0cab,_0x2977dc);}import{getTranslation as _0x1344a8}from'../../../utils/common-translations.js';export default class tt extends _0x530f61{constructor(_0x551a31,_0x1d3555){const _0x30de8b=_0x30ee;super(_0x551a31),this[_0x30de8b(0xde)](_0x30de8b(0xf2),!_0x1d3555[_0x30de8b(0x105)]),this[_0x30de8b(0xe3)]=new _0x267e72(),this[_0x30de8b(0x107)]=_0x1d3555,this[_0x30de8b(0x107)][_0x30de8b(0xff)](_0x30de8b(0x108),_0x30de8b(0xe7))['to'](this),this['on'](_0x30de8b(0x108),()=>{const _0x5f5867=_0x30de8b;this[_0x5f5867(0x103)][_0x5f5867(0xf1)]();}),this['on'](_0x30de8b(0xe7),()=>{const _0x54e0c2=_0x30de8b;this[_0x54e0c2(0x103)][_0x54e0c2(0xf0)]();}),this[_0x30de8b(0x103)]=new _0x429f67({'focusables':_0x1d3555,'focusTracker':this[_0x30de8b(0xe3)]}),this[_0x30de8b(0xf4)](_0x1d3555,_0x30de8b(0xf7),()=>{const _0x208516=_0x30de8b;this[_0x208516(0xf2)]=!0x1;}),this[_0x30de8b(0xf4)](_0x1d3555,_0x30de8b(0xfc),(_0x99f443,_0x2d8bbb)=>{const _0x50eefb=_0x30de8b;_0x2d8bbb[_0x50eefb(0x106)]&&this[_0x50eefb(0xe1)](),_0x1d3555[_0x50eefb(0x105)]||(this[_0x50eefb(0xf2)]=!0x0);});const _0xe8b2a5=this[_0x30de8b(0xee)];this[_0x30de8b(0xfa)]({'tag':_0x30de8b(0x109),'attributes':{'dir':_0x30de8b(0xf8),'class':['ck',_0x30de8b(0x101)],'tabindex':-0x1,'role':_0x30de8b(0x104),'aria-label':_0x1344a8(_0x551a31,_0x30de8b(0xe2))},'children':[{'tag':_0x30de8b(0x109),'attributes':{'class':[_0x30de8b(0xe8)],'role':_0x30de8b(0xe4)},'children':[{'tag':_0x30de8b(0x109),'attributes':{'role':_0x30de8b(0xe4)},'children':_0x1d3555},{'tag':'p','attributes':{'class':[_0x30de8b(0xf5),_0xe8b2a5['if'](_0x30de8b(0xf2),_0x30de8b(0xea),_0x35ea3f=>!_0x35ea3f)]},'children':[{'text':_0x1344a8(_0x551a31,_0x30de8b(0xdf))}]}]}]});}[_0x51207c(0xfe)](){const _0x1486c0=_0x51207c;super[_0x1486c0(0xfe)](),this[_0x1486c0(0xec)]();}[_0x51207c(0xf9)](){const _0x101abb=_0x51207c;super[_0x101abb(0xf9)](),this[_0x101abb(0xe3)][_0x101abb(0xf9)]();}[_0x51207c(0xe1)](){const _0x4b3a50=_0x51207c;this[_0x4b3a50(0x103)][_0x4b3a50(0xe9)]?this[_0x4b3a50(0x103)][_0x4b3a50(0x102)]():this[_0x4b3a50(0xdd)][_0x4b3a50(0xe1)]();}[_0x51207c(0xec)](){const _0xa0d2c0=_0x51207c;for(const _0xe372a8 of this[_0xa0d2c0(0x107)])this[_0xa0d2c0(0xe3)][_0xa0d2c0(0xf7)](_0xe372a8[_0xa0d2c0(0xdd)]);this[_0xa0d2c0(0x107)]['on'](_0xa0d2c0(0xfb),(_0xe42f88,{added:_0x20c512,removed:_0x41e244})=>{const _0x58e423=_0xa0d2c0;for(const _0x1f1ab3 of _0x20c512)this[_0x58e423(0xe3)][_0x58e423(0xf7)](_0x1f1ab3[_0x58e423(0xdd)]);for(const _0x39ef37 of _0x41e244)this[_0x58e423(0xe3)][_0x58e423(0xfc)](_0x39ef37[_0x58e423(0xdd)]);});}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentslistview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x88ca98=_0x1fbf;(function(_0x239941,_0x322389){const _0x4db7c6=_0x1fbf,_0x44aa1b=_0x239941();while(!![]){try{const _0x7b40fb=parseInt(_0x4db7c6(0x75))/0x1*(parseInt(_0x4db7c6(0xb7))/0x2)+-parseInt(_0x4db7c6(0xb4))/0x3+parseInt(_0x4db7c6(0xb6))/0x4+parseInt(_0x4db7c6(0xb5))/0x5*(parseInt(_0x4db7c6(0x8f))/0x6)+parseInt(_0x4db7c6(0xc9))/0x7*(-parseInt(_0x4db7c6(0xad))/0x8)+parseInt(_0x4db7c6(0x98))/0x9+-parseInt(_0x4db7c6(0x95))/0xa*(parseInt(_0x4db7c6(0x77))/0xb);if(_0x7b40fb===_0x322389)break;else _0x44aa1b['push'](_0x44aa1b['shift']());}catch(_0x42b71c){_0x44aa1b['push'](_0x44aa1b['shift']());}}}(_0x5546,0x2c264));function _0x1fbf(_0x3275ed,_0x48e6bb){const _0x554652=_0x5546();return _0x1fbf=function(_0x1fbfc5,_0x2c1365){_0x1fbfc5=_0x1fbfc5-0x6d;let _0x23f8f0=_0x554652[_0x1fbfc5];return _0x23f8f0;},_0x1fbf(_0x3275ed,_0x48e6bb);}import{View as _0x138daf,FocusCycler as _0x1f20e4}from'ckeditor5/src/ui.js';import{diff as _0x59299f,Collection as _0x444013,FocusTracker as _0xc6b2a0,KeystrokeHandler as _0x4437dc}from'ckeditor5/src/utils.js';import{getTranslation as _0x38e69a}from'../../../utils/common-translations.js';import _0x2513b4 from'./collapsedcommentsview.js';function _0x5546(){const _0x2d8481=['add','count','_rearrangeExpand','forEach','listenTo','weight','stopListening','insert','_handleInfoComment','_shouldCollapse','locale','arrowup','element','focusTracker','hasDirtyComment','_handleNewCommentModel','target','visibleViews','resolved','from','delete','54HIVGgs','viewUid','_calculatePosition','change:isResolved','bind','bindTemplate','2410VmhIkZ','focusFirst','isEditMode','3238749JLiJuU','ck-hidden','_collapsedCommentsView','CommentView','keystrokes','_handleRemoveCommentModel','change:isEditMode','formatDateTime','set','arrowdown','commentViews','change','some','reverse','setTemplate','expand','includes','remove','resolveCommentThread','change:isActive','removed','1288GiJXru','maxCommentsWhenCollapsed','comments','_model','_config','change:hasDirtyComment','editorConfig','749637PdaHGI','98770sdYAAV','653228KpYzcH','4llTgkH','focus','get','_setupKeyboardNavigation','destroy','resolvedAt','_rearrangeCollapse','commentUpdated','added','Thread\x20comments','updateComment','length','maxThreadTotalWeight','refreshVisibleViews','focusLast','isActive','resolvedBy','createCollection','4858kMACqn','equal','editorReady','removeComment','delegate','render','authoredAt','ck-thread__comments','_findOptimalIndex','resolvedCommentView','Marked\x20as\x20resolved','maxCommentCharsWhenCollapsed','_updateHasDirtyComment','collapse','50767ECBGgN','map','11869uzVDLt','editorDestroyed','focusCycler'];_0x5546=function(){return _0x2d8481;};return _0x5546();}export default class te extends _0x138daf{constructor(_0x134a71,_0x5c409a,_0x2f4103){const _0x4dc7cb=_0x1fbf;super(_0x134a71);const _0x1b379e=this[_0x4dc7cb(0x94)];this[_0x4dc7cb(0xa0)](_0x4dc7cb(0x88),!0x1),this[_0x4dc7cb(0xa0)](_0x4dc7cb(0xc2),_0x5c409a[_0x4dc7cb(0xaf)][_0x4dc7cb(0xc2)]),this[_0x4dc7cb(0xa0)](_0x4dc7cb(0xc6),!0x1),this[_0x4dc7cb(0xb0)]=_0x5c409a,this[_0x4dc7cb(0xb1)]=_0x2f4103,this[_0x4dc7cb(0xa2)]=this[_0x4dc7cb(0xc8)](),this[_0x4dc7cb(0x8b)]=this[_0x4dc7cb(0xc8)](),this[_0x4dc7cb(0x70)]=null,this[_0x4dc7cb(0x87)]=new _0xc6b2a0(),this[_0x4dc7cb(0x9c)]=new _0x4437dc(),this[_0x4dc7cb(0x79)]=new _0x1f20e4({'focusables':this[_0x4dc7cb(0xa2)],'focusTracker':this[_0x4dc7cb(0x87)],'keystrokeHandler':this[_0x4dc7cb(0x9c)],'keystrokeHandlerOptions':{'filter':_0x51f04e=>this[_0x4dc7cb(0xa2)][_0x4dc7cb(0x76)](_0x3b8f2a=>_0x3b8f2a[_0x4dc7cb(0x86)])[_0x4dc7cb(0xa8)](_0x51f04e[_0x4dc7cb(0x8a)])},'actions':{'focusPrevious':_0x4dc7cb(0x85),'focusNext':_0x4dc7cb(0xa1)}}),this[_0x4dc7cb(0x9a)]=new _0x2513b4(_0x134a71),this[_0x4dc7cb(0x9a)][_0x4dc7cb(0x93)](_0x4dc7cb(0x7b))['to'](this,_0x4dc7cb(0xc2),_0x56c7ab=>_0x56c7ab-this[_0x4dc7cb(0xb1)][_0x4dc7cb(0xae)]);for(const _0x1d464b of _0x5c409a[_0x4dc7cb(0xaf)])this[_0x4dc7cb(0x89)](_0x1d464b);this[_0x4dc7cb(0x82)](),this[_0x4dc7cb(0x7e)](_0x5c409a[_0x4dc7cb(0xaf)],_0x4dc7cb(0x7a),(_0x41b776,_0x474491)=>{const _0x4440b1=_0x4dc7cb,_0x4fd254=this[_0x4440b1(0x91)](_0x474491);this[_0x4440b1(0xc2)]++,this[_0x4440b1(0x89)](_0x474491,_0x4fd254),this[_0x4440b1(0xc4)]();}),this[_0x4dc7cb(0x7e)](_0x5c409a[_0x4dc7cb(0xaf)],_0x4dc7cb(0xa9),(_0x52d561,_0x5595dd)=>{const _0x4cb529=_0x4dc7cb;this[_0x4cb529(0xc2)]--,this[_0x4cb529(0x9d)](_0x5595dd),this[_0x4cb529(0xc4)]();}),this[_0x4dc7cb(0x7e)](_0x5c409a,_0x4dc7cb(0xbe),()=>this[_0x4dc7cb(0xc4)]()),this[_0x4dc7cb(0x7e)](_0x5c409a,_0x4dc7cb(0x92),()=>this[_0x4dc7cb(0x82)]()),this['on'](_0x4dc7cb(0xab),()=>this[_0x4dc7cb(0xc4)]()),this['on'](_0x4dc7cb(0xb2),()=>this[_0x4dc7cb(0xc4)]()),this[_0x4dc7cb(0xa6)]({'tag':'ul','attributes':{'class':[_0x4dc7cb(0x6e),_0x1b379e['if'](_0x4dc7cb(0xc2),_0x4dc7cb(0x99),_0x2051d1=>!_0x2051d1)],'aria-label':_0x38e69a(_0x134a71,_0x4dc7cb(0xc0))},'children':this[_0x4dc7cb(0x8b)]});}get[_0x88ca98(0x83)](){const _0x448307=_0x88ca98;return this[_0x448307(0xb0)][_0x448307(0x7f)]>this[_0x448307(0xb1)][_0x448307(0xc3)]&&!this[_0x448307(0xc6)]&&!this[_0x448307(0x88)];}[_0x88ca98(0xce)](){const _0x47b35b=_0x88ca98;super[_0x47b35b(0xce)](),this[_0x47b35b(0xc4)](),this[_0x47b35b(0xba)]();}[_0x88ca98(0xb8)](_0x4f9864){const _0x53feb5=_0x88ca98;-0x1===_0x4f9864?this[_0x53feb5(0x79)][_0x53feb5(0xc5)]():this[_0x53feb5(0x79)][_0x53feb5(0x96)]();}[_0x88ca98(0xbb)](){const _0x3ac4a3=_0x88ca98;this[_0x3ac4a3(0x9a)][_0x3ac4a3(0xbb)]();for(const _0x55bc2e of this[_0x3ac4a3(0xa2)])_0x55bc2e[_0x3ac4a3(0xbb)]();super[_0x3ac4a3(0xbb)]();}[_0x88ca98(0xc4)](){const _0x106b7d=_0x88ca98;this[_0x106b7d(0x83)]?this[_0x106b7d(0xbd)]():this[_0x106b7d(0x7c)]();}[_0x88ca98(0x89)](_0x165a40,_0x44cd90){const _0x5c639d=_0x88ca98,_0xc5e12d=new this[(_0x5c639d(0xb1))][(_0x5c639d(0x9b))](this[_0x5c639d(0x84)],_0x165a40,{'maxCommentCharsWhenCollapsed':this[_0x5c639d(0xb1)][_0x5c639d(0x72)],'formatDateTime':this[_0x5c639d(0xb1)][_0x5c639d(0x9f)],'editorConfig':this[_0x5c639d(0xb1)][_0x5c639d(0xb3)]});_0xc5e12d[_0x5c639d(0x90)]=_0x165a40['id'],_0xc5e12d[_0x5c639d(0xcd)](_0x5c639d(0xcc))['to'](this),_0xc5e12d[_0x5c639d(0xcd)](_0x5c639d(0xc1))['to'](this),_0xc5e12d[_0x5c639d(0xcd)](_0x5c639d(0xaa))['to'](this),_0xc5e12d[_0x5c639d(0xcd)](_0x5c639d(0xcb))['to'](this),_0xc5e12d[_0x5c639d(0xcd)](_0x5c639d(0x78))['to'](this),this[_0x5c639d(0x7e)](_0xc5e12d,_0x5c639d(0x9e),()=>this[_0x5c639d(0x73)]()),this[_0x5c639d(0xa2)][_0x5c639d(0x7a)](_0xc5e12d,_0x44cd90);}[_0x88ca98(0x91)](_0x4324e2){const _0x212253=_0x88ca98,_0x400537=this[_0x212253(0xb0)][_0x212253(0x6f)](_0x4324e2);return this[_0x212253(0x70)]?this[_0x212253(0x70)][_0x212253(0x6d)]>_0x4324e2[_0x212253(0x6d)]?_0x400537-0x1:_0x400537:_0x400537-0x1;}[_0x88ca98(0x82)](){const _0x5a1672=_0x88ca98;if(this[_0x5a1672(0xb0)][_0x5a1672(0xc7)]&&this[_0x5a1672(0xb0)][_0x5a1672(0xbc)]){const _0x1c9446={'id':_0x5a1672(0x8c),'author':this[_0x5a1672(0xb0)][_0x5a1672(0xc7)],'authoredAt':this[_0x5a1672(0xb0)][_0x5a1672(0xbc)],'content':_0x38e69a(this[_0x5a1672(0x84)],_0x5a1672(0x71)),'attributes':{}};this[_0x5a1672(0x70)]=new this[(_0x5a1672(0xb1))][(_0x5a1672(0x9b))](this[_0x5a1672(0x84)],_0x1c9446,{'maxCommentCharsWhenCollapsed':this[_0x5a1672(0xb1)][_0x5a1672(0x72)],'formatDateTime':this[_0x5a1672(0xb1)][_0x5a1672(0x9f)],'editorConfig':this[_0x5a1672(0xb1)][_0x5a1672(0xb3)],'isSystemComment':!0x0}),this[_0x5a1672(0xa2)][_0x5a1672(0x7a)](this[_0x5a1672(0x70)],this[_0x5a1672(0xb0)][_0x5a1672(0x6f)](_0x1c9446));}else this[_0x5a1672(0x70)]&&(this[_0x5a1672(0xa2)][_0x5a1672(0xa9)](this[_0x5a1672(0x70)]),this[_0x5a1672(0x70)][_0x5a1672(0xbb)](),this[_0x5a1672(0x70)]=null);this[_0x5a1672(0xc4)]();}[_0x88ca98(0x9d)](_0x241eb0){const _0x116c45=_0x88ca98,_0x5ed07c=this[_0x116c45(0xa2)][_0x116c45(0xa9)](_0x241eb0['id']);this[_0x116c45(0x80)](_0x5ed07c),_0x5ed07c[_0x116c45(0x97)]&&this[_0x116c45(0x73)](),_0x5ed07c[_0x116c45(0xbb)]();}[_0x88ca98(0x73)](){const _0x337f06=_0x88ca98;this[_0x337f06(0x88)]=Array[_0x337f06(0x8d)](this[_0x337f06(0xa2)])[_0x337f06(0xa4)](_0xd7dfc2=>_0xd7dfc2[_0x337f06(0x97)]);}[_0x88ca98(0xbd)](){const _0x4320d9=_0x88ca98,_0x5d0494=function(_0x41357a){const _0x39a63b=_0x1fbf,_0x2356dc=new _0x444013();for(const _0x2c3aad of _0x41357a)_0x2356dc[_0x39a63b(0x7a)](_0x2c3aad);return _0x2356dc;}(this[_0x4320d9(0xa2)]),_0x3ef91d=this[_0x4320d9(0x9a)][_0x4320d9(0x7b)];for(let _0x1782e9=0x1;_0x1782e9<=_0x3ef91d;_0x1782e9++)_0x5d0494[_0x4320d9(0xa9)](0x1);for(const _0x7cb561 of _0x5d0494)_0x7cb561[_0x4320d9(0x74)]();_0x3ef91d>0x0&&_0x5d0494[_0x4320d9(0x7a)](this[_0x4320d9(0x9a)],0x1),ns(_0x59299f(Array[_0x4320d9(0x8d)](this[_0x4320d9(0x8b)]),Array[_0x4320d9(0x8d)](_0x5d0494)),this[_0x4320d9(0x8b)],_0x5d0494);}[_0x88ca98(0x7c)](){const _0x1d0103=_0x88ca98;ns(_0x59299f(Array[_0x1d0103(0x8d)](this[_0x1d0103(0x8b)]),Array[_0x1d0103(0x8d)](this[_0x1d0103(0xa2)])),this[_0x1d0103(0x8b)],this[_0x1d0103(0xa2)]);for(const _0x51769e of this[_0x1d0103(0x8b)])_0x51769e[_0x1d0103(0xa7)]();}[_0x88ca98(0xba)](){const _0x44802a=_0x88ca98;this[_0x44802a(0xa2)][_0x44802a(0x7d)](_0x55cdad=>{const _0x4c1bd7=_0x44802a;this[_0x4c1bd7(0x87)][_0x4c1bd7(0x7a)](_0x55cdad[_0x4c1bd7(0x86)]),this[_0x4c1bd7(0x9c)][_0x4c1bd7(0x7e)](_0x55cdad[_0x4c1bd7(0x86)]);}),this[_0x44802a(0xa2)]['on'](_0x44802a(0xa3),(_0x32141b,_0xdf9572)=>{const _0x307440=_0x44802a;for(const _0x5d5420 of _0xdf9572[_0x307440(0xac)])this[_0x307440(0x87)][_0x307440(0xa9)](_0x5d5420[_0x307440(0x86)]),this[_0x307440(0x9c)][_0x307440(0x80)](_0x5d5420[_0x307440(0x86)]);for(const _0x5c0009 of Array[_0x307440(0x8d)](_0xdf9572[_0x307440(0xbf)])[_0x307440(0xa5)]())this[_0x307440(0x87)][_0x307440(0x7a)](_0x5c0009[_0x307440(0x86)]),this[_0x307440(0x9c)][_0x307440(0x7e)](_0x5c0009[_0x307440(0x86)]);});}}function ns(_0x27ba73,_0x409088,_0x21abeb){const _0x5c8521=_0x88ca98;let _0x209811=0x0;for(const _0x4466ae of _0x27ba73)switch(_0x4466ae){case _0x5c8521(0x81):_0x409088[_0x5c8521(0x7a)](_0x21abeb[_0x5c8521(0xb9)](_0x209811),_0x209811),_0x209811++;break;case _0x5c8521(0x8e):_0x409088[_0x5c8521(0xa9)](_0x209811);break;case _0x5c8521(0xca):_0x209811++;}}
23
+ const _0x262722=_0x550c;(function(_0x585589,_0x5a908a){const _0x541d53=_0x550c,_0x26b2ee=_0x585589();while(!![]){try{const _0x23b62f=parseInt(_0x541d53(0x159))/0x1+-parseInt(_0x541d53(0x138))/0x2+-parseInt(_0x541d53(0x137))/0x3*(parseInt(_0x541d53(0x117))/0x4)+-parseInt(_0x541d53(0x10a))/0x5*(-parseInt(_0x541d53(0x12d))/0x6)+parseInt(_0x541d53(0x139))/0x7+-parseInt(_0x541d53(0x12b))/0x8+-parseInt(_0x541d53(0x163))/0x9*(-parseInt(_0x541d53(0x119))/0xa);if(_0x23b62f===_0x5a908a)break;else _0x26b2ee['push'](_0x26b2ee['shift']());}catch(_0x49013a){_0x26b2ee['push'](_0x26b2ee['shift']());}}}(_0x2044,0xa7491));function _0x2044(){const _0x4fd4e2=['viewUid','focusLast','_setupKeyboardNavigation','setTemplate','1046223EdVOvl','focusFirst','ck-thread__comments','length','_shouldCollapse','focusTracker','change:isEditMode','resolvedAt','1209410nMSUwq','insert','change:isResolved','resolvedCommentView','listenTo','delete','isEditMode','focus','resolvedBy','remove','weight','change:isActive','collapse','20YAsgLV','maxThreadTotalWeight','10EktKQp','delegate','editorDestroyed','destroy','maxCommentCharsWhenCollapsed','_handleRemoveCommentModel','from','refreshVisibleViews','focusCycler','locale','ck-hidden','add','keystrokes','bind','comments','commentUpdated','editorConfig','_updateHasDirtyComment','4152000qiMqqR','includes','12SLOhlF','maxCommentsWhenCollapsed','_rearrangeExpand','added','target','equal','element','removed','stopListening','Marked\x20as\x20resolved','653937sFSjSE','1678682WTQyfv','9550674ZbOyJs','isActive','hasDirtyComment','forEach','arrowup','resolved','CommentView','removeComment','_findOptimalIndex','_rearrangeCollapse','_handleNewCommentModel','createCollection','commentViews','bindTemplate','authoredAt','editorReady','visibleViews','render','reverse','_handleInfoComment','some','_config','get','formatDateTime','_calculatePosition','resolveCommentThread','Thread\x20comments','_model','change','map','set','_collapsedCommentsView','1169044AVKfHW','expand','count','updateComment','change:hasDirtyComment','arrowdown'];_0x2044=function(){return _0x4fd4e2;};return _0x2044();}import{View as _0x2509c4,FocusCycler as _0x4c54cc}from'ckeditor5/src/ui.js';import{diff as _0x2087c3,Collection as _0x54391c,FocusTracker as _0x3de439,KeystrokeHandler as _0x59b467}from'ckeditor5/src/utils.js';function _0x550c(_0x532400,_0x1fb245){const _0x204489=_0x2044();return _0x550c=function(_0x550c36,_0x5d2e1a){_0x550c36=_0x550c36-0x105;let _0x32456f=_0x204489[_0x550c36];return _0x32456f;},_0x550c(_0x532400,_0x1fb245);}import{getTranslation as _0x5baf18}from'../../../utils/common-translations.js';import _0x3b6b32 from'./collapsedcommentsview.js';export default class te extends _0x2509c4{constructor(_0x147175,_0x254d5b,_0x594191){const _0x44ed1b=_0x550c;super(_0x147175);const _0x3293ad=this[_0x44ed1b(0x146)];this[_0x44ed1b(0x157)](_0x44ed1b(0x13b),!0x1),this[_0x44ed1b(0x157)](_0x44ed1b(0x105),_0x254d5b[_0x44ed1b(0x127)][_0x44ed1b(0x105)]),this[_0x44ed1b(0x157)](_0x44ed1b(0x13a),!0x1),this[_0x44ed1b(0x154)]=_0x254d5b,this[_0x44ed1b(0x14e)]=_0x594191,this[_0x44ed1b(0x145)]=this[_0x44ed1b(0x144)](),this[_0x44ed1b(0x149)]=this[_0x44ed1b(0x144)](),this[_0x44ed1b(0x10d)]=null,this[_0x44ed1b(0x107)]=new _0x3de439(),this[_0x44ed1b(0x125)]=new _0x59b467(),this[_0x44ed1b(0x121)]=new _0x4c54cc({'focusables':this[_0x44ed1b(0x145)],'focusTracker':this[_0x44ed1b(0x107)],'keystrokeHandler':this[_0x44ed1b(0x125)],'keystrokeHandlerOptions':{'filter':_0x5959f1=>this[_0x44ed1b(0x145)][_0x44ed1b(0x156)](_0x2078f8=>_0x2078f8[_0x44ed1b(0x133)])[_0x44ed1b(0x12c)](_0x5959f1[_0x44ed1b(0x131)])},'actions':{'focusPrevious':_0x44ed1b(0x13d),'focusNext':_0x44ed1b(0x15e)}}),this[_0x44ed1b(0x158)]=new _0x3b6b32(_0x147175),this[_0x44ed1b(0x158)][_0x44ed1b(0x126)](_0x44ed1b(0x15b))['to'](this,_0x44ed1b(0x105),_0xba4bf6=>_0xba4bf6-this[_0x44ed1b(0x14e)][_0x44ed1b(0x12e)]);for(const _0x10ce1d of _0x254d5b[_0x44ed1b(0x127)])this[_0x44ed1b(0x143)](_0x10ce1d);this[_0x44ed1b(0x14c)](),this[_0x44ed1b(0x10e)](_0x254d5b[_0x44ed1b(0x127)],_0x44ed1b(0x124),(_0x1ecfad,_0x688e13)=>{const _0x1abdad=_0x44ed1b,_0x136114=this[_0x1abdad(0x151)](_0x688e13);this[_0x1abdad(0x105)]++,this[_0x1abdad(0x143)](_0x688e13,_0x136114),this[_0x1abdad(0x120)]();}),this[_0x44ed1b(0x10e)](_0x254d5b[_0x44ed1b(0x127)],_0x44ed1b(0x113),(_0x18f225,_0x153980)=>{const _0x593748=_0x44ed1b;this[_0x593748(0x105)]--,this[_0x593748(0x11e)](_0x153980),this[_0x593748(0x120)]();}),this[_0x44ed1b(0x10e)](_0x254d5b,_0x44ed1b(0x128),()=>this[_0x44ed1b(0x120)]()),this[_0x44ed1b(0x10e)](_0x254d5b,_0x44ed1b(0x10c),()=>this[_0x44ed1b(0x14c)]()),this['on'](_0x44ed1b(0x115),()=>this[_0x44ed1b(0x120)]()),this['on'](_0x44ed1b(0x15d),()=>this[_0x44ed1b(0x120)]()),this[_0x44ed1b(0x162)]({'tag':'ul','attributes':{'class':[_0x44ed1b(0x165),_0x3293ad['if'](_0x44ed1b(0x105),_0x44ed1b(0x123),_0x1bf2b5=>!_0x1bf2b5)],'aria-label':_0x5baf18(_0x147175,_0x44ed1b(0x153))},'children':this[_0x44ed1b(0x149)]});}get[_0x262722(0x106)](){const _0x15139d=_0x262722;return this[_0x15139d(0x154)][_0x15139d(0x114)]>this[_0x15139d(0x14e)][_0x15139d(0x118)]&&!this[_0x15139d(0x13a)]&&!this[_0x15139d(0x13b)];}[_0x262722(0x14a)](){const _0x4df1a6=_0x262722;super[_0x4df1a6(0x14a)](),this[_0x4df1a6(0x120)](),this[_0x4df1a6(0x161)]();}[_0x262722(0x111)](_0x13c01a){const _0x1151cc=_0x262722;-0x1===_0x13c01a?this[_0x1151cc(0x121)][_0x1151cc(0x160)]():this[_0x1151cc(0x121)][_0x1151cc(0x164)]();}[_0x262722(0x11c)](){const _0x423fbe=_0x262722;this[_0x423fbe(0x158)][_0x423fbe(0x11c)]();for(const _0x2e0284 of this[_0x423fbe(0x145)])_0x2e0284[_0x423fbe(0x11c)]();super[_0x423fbe(0x11c)]();}[_0x262722(0x120)](){const _0x5d4cfd=_0x262722;this[_0x5d4cfd(0x106)]?this[_0x5d4cfd(0x142)]():this[_0x5d4cfd(0x12f)]();}[_0x262722(0x143)](_0x39c1ea,_0x4bff78){const _0x4adb2d=_0x262722,_0x31f2ac=new this[(_0x4adb2d(0x14e))][(_0x4adb2d(0x13f))](this[_0x4adb2d(0x122)],_0x39c1ea,{'maxCommentCharsWhenCollapsed':this[_0x4adb2d(0x14e)][_0x4adb2d(0x11d)],'formatDateTime':this[_0x4adb2d(0x14e)][_0x4adb2d(0x150)],'editorConfig':this[_0x4adb2d(0x14e)][_0x4adb2d(0x129)]});_0x31f2ac[_0x4adb2d(0x15f)]=_0x39c1ea['id'],_0x31f2ac[_0x4adb2d(0x11a)](_0x4adb2d(0x140))['to'](this),_0x31f2ac[_0x4adb2d(0x11a)](_0x4adb2d(0x15c))['to'](this),_0x31f2ac[_0x4adb2d(0x11a)](_0x4adb2d(0x152))['to'](this),_0x31f2ac[_0x4adb2d(0x11a)](_0x4adb2d(0x148))['to'](this),_0x31f2ac[_0x4adb2d(0x11a)](_0x4adb2d(0x11b))['to'](this),this[_0x4adb2d(0x10e)](_0x31f2ac,_0x4adb2d(0x108),()=>this[_0x4adb2d(0x12a)]()),this[_0x4adb2d(0x145)][_0x4adb2d(0x124)](_0x31f2ac,_0x4bff78);}[_0x262722(0x151)](_0x11a9ee){const _0x555f1b=_0x262722,_0x57f3a1=this[_0x555f1b(0x154)][_0x555f1b(0x141)](_0x11a9ee);return this[_0x555f1b(0x10d)]?this[_0x555f1b(0x10d)][_0x555f1b(0x147)]>_0x11a9ee[_0x555f1b(0x147)]?_0x57f3a1-0x1:_0x57f3a1:_0x57f3a1-0x1;}[_0x262722(0x14c)](){const _0xb96454=_0x262722;if(this[_0xb96454(0x154)][_0xb96454(0x112)]&&this[_0xb96454(0x154)][_0xb96454(0x109)]){const _0x5a6d87={'id':_0xb96454(0x13e),'author':this[_0xb96454(0x154)][_0xb96454(0x112)],'authoredAt':this[_0xb96454(0x154)][_0xb96454(0x109)],'content':_0x5baf18(this[_0xb96454(0x122)],_0xb96454(0x136)),'attributes':{}};this[_0xb96454(0x10d)]=new this[(_0xb96454(0x14e))][(_0xb96454(0x13f))](this[_0xb96454(0x122)],_0x5a6d87,{'maxCommentCharsWhenCollapsed':this[_0xb96454(0x14e)][_0xb96454(0x11d)],'formatDateTime':this[_0xb96454(0x14e)][_0xb96454(0x150)],'editorConfig':this[_0xb96454(0x14e)][_0xb96454(0x129)],'isSystemComment':!0x0}),this[_0xb96454(0x145)][_0xb96454(0x124)](this[_0xb96454(0x10d)],this[_0xb96454(0x154)][_0xb96454(0x141)](_0x5a6d87));}else this[_0xb96454(0x10d)]&&(this[_0xb96454(0x145)][_0xb96454(0x113)](this[_0xb96454(0x10d)]),this[_0xb96454(0x10d)][_0xb96454(0x11c)](),this[_0xb96454(0x10d)]=null);this[_0xb96454(0x120)]();}[_0x262722(0x11e)](_0x3d3ac0){const _0x5321c0=_0x262722,_0x223c82=this[_0x5321c0(0x145)][_0x5321c0(0x113)](_0x3d3ac0['id']);this[_0x5321c0(0x135)](_0x223c82),_0x223c82[_0x5321c0(0x110)]&&this[_0x5321c0(0x12a)](),_0x223c82[_0x5321c0(0x11c)]();}[_0x262722(0x12a)](){const _0x1ea459=_0x262722;this[_0x1ea459(0x13b)]=Array[_0x1ea459(0x11f)](this[_0x1ea459(0x145)])[_0x1ea459(0x14d)](_0x17827d=>_0x17827d[_0x1ea459(0x110)]);}[_0x262722(0x142)](){const _0x184468=_0x262722,_0x246593=function(_0x594ea5){const _0x214402=_0x550c,_0x4fc1c4=new _0x54391c();for(const _0x5da135 of _0x594ea5)_0x4fc1c4[_0x214402(0x124)](_0x5da135);return _0x4fc1c4;}(this[_0x184468(0x145)]),_0x113105=this[_0x184468(0x158)][_0x184468(0x15b)];for(let _0x50bbee=0x1;_0x50bbee<=_0x113105;_0x50bbee++)_0x246593[_0x184468(0x113)](0x1);for(const _0x3613a7 of _0x246593)_0x3613a7[_0x184468(0x116)]();_0x113105>0x0&&_0x246593[_0x184468(0x124)](this[_0x184468(0x158)],0x1),as(_0x2087c3(Array[_0x184468(0x11f)](this[_0x184468(0x149)]),Array[_0x184468(0x11f)](_0x246593)),this[_0x184468(0x149)],_0x246593);}[_0x262722(0x12f)](){const _0x536fb4=_0x262722;as(_0x2087c3(Array[_0x536fb4(0x11f)](this[_0x536fb4(0x149)]),Array[_0x536fb4(0x11f)](this[_0x536fb4(0x145)])),this[_0x536fb4(0x149)],this[_0x536fb4(0x145)]);for(const _0x8f72af of this[_0x536fb4(0x149)])_0x8f72af[_0x536fb4(0x15a)]();}[_0x262722(0x161)](){const _0x3a8824=_0x262722;this[_0x3a8824(0x145)][_0x3a8824(0x13c)](_0x3e1969=>{const _0x1be6f0=_0x3a8824;this[_0x1be6f0(0x107)][_0x1be6f0(0x124)](_0x3e1969[_0x1be6f0(0x133)]),this[_0x1be6f0(0x125)][_0x1be6f0(0x10e)](_0x3e1969[_0x1be6f0(0x133)]);}),this[_0x3a8824(0x145)]['on'](_0x3a8824(0x155),(_0x3fff35,_0x36fe38)=>{const _0x4f3a0f=_0x3a8824;for(const _0x27a078 of _0x36fe38[_0x4f3a0f(0x134)])this[_0x4f3a0f(0x107)][_0x4f3a0f(0x113)](_0x27a078[_0x4f3a0f(0x133)]),this[_0x4f3a0f(0x125)][_0x4f3a0f(0x135)](_0x27a078[_0x4f3a0f(0x133)]);for(const _0x3f865a of Array[_0x4f3a0f(0x11f)](_0x36fe38[_0x4f3a0f(0x130)])[_0x4f3a0f(0x14b)]())this[_0x4f3a0f(0x107)][_0x4f3a0f(0x124)](_0x3f865a[_0x4f3a0f(0x133)]),this[_0x4f3a0f(0x125)][_0x4f3a0f(0x10e)](_0x3f865a[_0x4f3a0f(0x133)]);});}}function as(_0x828fe9,_0x5d3144,_0x117d3d){const _0x25c44c=_0x262722;let _0x259422=0x0;for(const _0x35861a of _0x828fe9)switch(_0x35861a){case _0x25c44c(0x10b):_0x5d3144[_0x25c44c(0x124)](_0x117d3d[_0x25c44c(0x14f)](_0x259422),_0x259422),_0x259422++;break;case _0x25c44c(0x10f):_0x5d3144[_0x25c44c(0x113)](_0x259422);break;case _0x25c44c(0x132):_0x259422++;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  import { View, type FocusableView } from 'ckeditor5/src/ui.js';
6
6
  import type { Locale } from 'ckeditor5/src/utils.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38deee=_0x3e41;function _0x3e41(_0x3ddf34,_0x18e83e){const _0xeacd5=_0xeacd();return _0x3e41=function(_0x3e41dc,_0x114a38){_0x3e41dc=_0x3e41dc-0x184;let _0x282d02=_0xeacd5[_0x3e41dc];return _0x282d02;},_0x3e41(_0x3ddf34,_0x18e83e);}function _0xeacd(){const _0x2ef7eb=['set','THREAD_CONTEXT_LABEL','1658591uPEQKi','focus','291057krdaoU','contextValue','8xRKUCU','358725JAzoog','18OtiQfa','160XXFxXU','span','565FZooqs','194285HvOKWV','6636pfoSeb','ck-context__value','setTemplate','element','2267708hbMcGT','bindTemplate','2480265vokbiv'];_0xeacd=function(){return _0x2ef7eb;};return _0xeacd();}(function(_0x37a790,_0x974209){const _0x1bf37d=_0x3e41,_0x5129ba=_0x37a790();while(!![]){try{const _0x2ce555=parseInt(_0x1bf37d(0x187))/0x1+-parseInt(_0x1bf37d(0x18b))/0x2*(parseInt(_0x1bf37d(0x18a))/0x3)+-parseInt(_0x1bf37d(0x194))/0x4+-parseInt(_0x1bf37d(0x18e))/0x5*(parseInt(_0x1bf37d(0x190))/0x6)+-parseInt(_0x1bf37d(0x18f))/0x7+-parseInt(_0x1bf37d(0x189))/0x8*(parseInt(_0x1bf37d(0x196))/0x9)+parseInt(_0x1bf37d(0x18c))/0xa*(parseInt(_0x1bf37d(0x185))/0xb);if(_0x2ce555===_0x974209)break;else _0x5129ba['push'](_0x5129ba['shift']());}catch(_0xd523dc){_0x5129ba['push'](_0x5129ba['shift']());}}}(_0xeacd,0x9a545));import{View as _0x10f73c}from'ckeditor5/src/ui.js';import{getTranslation as _0x42a10d}from'../../../utils/common-translations.js';export default class as extends _0x10f73c{constructor(_0x102ba5){const _0xbcaeed=_0x3e41;super(_0x102ba5);const _0x8a63ac=this[_0xbcaeed(0x195)];this[_0xbcaeed(0x197)](_0xbcaeed(0x188),''),this[_0xbcaeed(0x192)]({'tag':_0xbcaeed(0x18d),'attributes':{'class':['ck',_0xbcaeed(0x191)],'aria-label':_0x8a63ac['to'](_0xbcaeed(0x188),_0x416421=>_0x42a10d(_0x102ba5,_0xbcaeed(0x184),_0x416421)),'tabindex':-0x1},'children':[{'text':_0x8a63ac['to'](_0xbcaeed(0x188))}]});}[_0x38deee(0x186)](){const _0x870704=_0x38deee;this[_0x870704(0x193)][_0x870704(0x186)]();}}
23
+ function _0x2794(_0x1b370f,_0xd9531d){const _0x2db63d=_0x2db6();return _0x2794=function(_0x2794cc,_0x319196){_0x2794cc=_0x2794cc-0x1c7;let _0x5f2f74=_0x2db63d[_0x2794cc];return _0x5f2f74;},_0x2794(_0x1b370f,_0xd9531d);}const _0x265ae8=_0x2794;(function(_0x24fd46,_0x311d3a){const _0xf20efb=_0x2794,_0x1df58a=_0x24fd46();while(!![]){try{const _0xa36d4d=parseInt(_0xf20efb(0x1d3))/0x1*(parseInt(_0xf20efb(0x1d2))/0x2)+parseInt(_0xf20efb(0x1cd))/0x3+parseInt(_0xf20efb(0x1c8))/0x4+parseInt(_0xf20efb(0x1d7))/0x5*(-parseInt(_0xf20efb(0x1d4))/0x6)+parseInt(_0xf20efb(0x1d0))/0x7*(parseInt(_0xf20efb(0x1cb))/0x8)+parseInt(_0xf20efb(0x1cc))/0x9*(parseInt(_0xf20efb(0x1d5))/0xa)+parseInt(_0xf20efb(0x1d8))/0xb*(-parseInt(_0xf20efb(0x1da))/0xc);if(_0xa36d4d===_0x311d3a)break;else _0x1df58a['push'](_0x1df58a['shift']());}catch(_0x5e8cb2){_0x1df58a['push'](_0x1df58a['shift']());}}}(_0x2db6,0x5c87c));import{View as _0x1367fb}from'ckeditor5/src/ui.js';import{getTranslation as _0x2bdef4}from'../../../utils/common-translations.js';function _0x2db6(){const _0xef46e8=['contextValue','span','49RjVQhl','focus','2RNpeoI','319859aThkZq','288olxhkw','1667570ObrTDG','set','75370AYjqwe','2314653zwUSqd','THREAD_CONTEXT_LABEL','12rCnlkj','setTemplate','ck-context__value','362484bOUhWt','element','bindTemplate','420552GpUBcF','9QTXJyo','1103277YOuAqY'];_0x2db6=function(){return _0xef46e8;};return _0x2db6();}export default class ls extends _0x1367fb{constructor(_0xa47e87){const _0x3e600f=_0x2794;super(_0xa47e87);const _0x1bcaab=this[_0x3e600f(0x1ca)];this[_0x3e600f(0x1d6)](_0x3e600f(0x1ce),''),this[_0x3e600f(0x1db)]({'tag':_0x3e600f(0x1cf),'attributes':{'class':['ck',_0x3e600f(0x1c7)],'aria-label':_0x1bcaab['to'](_0x3e600f(0x1ce),_0x6f6a6e=>_0x2bdef4(_0xa47e87,_0x3e600f(0x1d9),_0x6f6a6e)),'tabindex':-0x1},'children':[{'text':_0x1bcaab['to'](_0x3e600f(0x1ce))}]});}[_0x265ae8(0x1d1)](){const _0x5bfac1=_0x265ae8;this[_0x5bfac1(0x1c9)][_0x5bfac1(0x1d1)]();}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentthreadheaderview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a7cc3=_0x2ee6;function _0x333e(){const _0x438606=['ck-annotation__actions','ck-context--quotes','createCollection','overlay','_createContextView','_trimContextValue','querySelector','ck-thread__header','add','_attachContextActions','listenTo','Reopen','focusTracker','bindTemplate','focusCycler','8KDEoIv','remove','_model','isVisible','reopenCommentThread','classList','contextValue','1640947iebvQn','5767550FVXWTg','bind','isResolvable','tooltip','.ck-context','value','ck-context-wrapper','.ck-context__value','substring','execute','length','reopenButtonView','shift+tab','225155lOtAde','element','15WzEIAR','_createReopenButton','534321hQqoDx','491242FzRMuG','scrollWidth','render','mouseleave','locale','isResolved','tab','_setupKeyboardNavigation','...','isReadOnly','icon','415848fRnDWd','keystrokes','contextView','context','hasContext','offsetWidth','isEnabled','mouseenter','focusFirst','Comment\x20was\x20made\x20on\x20an\x20element','setTemplate','ck-context','278283CwDPFh','div','label','focusables','4KgndHC','lastIndexOf','fire','focus'];_0x333e=function(){return _0x438606;};return _0x333e();}(function(_0x3da002,_0x2e79a0){const _0x2d4df5=_0x2ee6,_0x338cf6=_0x3da002();while(!![]){try{const _0xc53743=parseInt(_0x2d4df5(0x215))/0x1+-parseInt(_0x2d4df5(0x21a))/0x2+parseInt(_0x2d4df5(0x231))/0x3*(parseInt(_0x2d4df5(0x235))/0x4)+parseInt(_0x2d4df5(0x217))/0x5*(-parseInt(_0x2d4df5(0x225))/0x6)+-parseInt(_0x2d4df5(0x207))/0x7+-parseInt(_0x2d4df5(0x200))/0x8*(parseInt(_0x2d4df5(0x219))/0x9)+parseInt(_0x2d4df5(0x208))/0xa;if(_0xc53743===_0x2e79a0)break;else _0x338cf6['push'](_0x338cf6['shift']());}catch(_0x13db06){_0x338cf6['push'](_0x338cf6['shift']());}}}(_0x333e,0x23f88));import{View as _0x5c0f22,ButtonView as _0x2b5d25,FocusCycler as _0x16cf1f}from'ckeditor5/src/ui.js';import{FocusTracker as _0xb4189c,KeystrokeHandler as _0x2e6860}from'ckeditor5/src/utils.js';function _0x2ee6(_0x4de0e0,_0x34f923){const _0x333e90=_0x333e();return _0x2ee6=function(_0x2ee628,_0x52d6db){_0x2ee628=_0x2ee628-0x1ee;let _0x45487d=_0x333e90[_0x2ee628];return _0x45487d;},_0x2ee6(_0x4de0e0,_0x34f923);}import{getTranslation as _0x1f4429}from'../../../utils/common-translations.js';import _0x5ce383 from'../../../../theme/icons/undo.svg';import _0x2de5d6 from'./commentthreadheadercontextview.js';export const MAX_CONTENT_LENGTH=0x96;export default class Yt extends _0x5c0f22{constructor(_0x1da4f9,_0x20a070){const _0x45bd2d=_0x2ee6;super(_0x1da4f9);const _0x5201b2=this[_0x45bd2d(0x1fe)];this[_0x45bd2d(0x202)]=_0x20a070,this[_0x45bd2d(0x213)]=this[_0x45bd2d(0x218)](),this[_0x45bd2d(0x227)]=this[_0x45bd2d(0x1f5)](),this[_0x45bd2d(0x234)]=this[_0x45bd2d(0x1f3)]([this[_0x45bd2d(0x227)],this[_0x45bd2d(0x213)]]),this[_0x45bd2d(0x1fd)]=new _0xb4189c(),this[_0x45bd2d(0x226)]=new _0x2e6860(),this[_0x45bd2d(0x1ff)]=new _0x16cf1f({'focusables':this[_0x45bd2d(0x234)],'focusTracker':this[_0x45bd2d(0x1fd)],'keystrokeHandler':this[_0x45bd2d(0x226)],'actions':{'focusPrevious':_0x45bd2d(0x214),'focusNext':_0x45bd2d(0x220)}}),this[_0x45bd2d(0x209)](_0x45bd2d(0x229))['to'](this[_0x45bd2d(0x202)],_0x45bd2d(0x228),_0x31945b=>!!_0x31945b),this[_0x45bd2d(0x209)](_0x45bd2d(0x206))['to'](this[_0x45bd2d(0x202)],_0x45bd2d(0x228),_0x4fd32d=>_0x4fd32d&&_0x4fd32d[_0x45bd2d(0x20d)]?this[_0x45bd2d(0x1f6)](_0x4fd32d[_0x45bd2d(0x20d)]):_0x1f4429(this[_0x45bd2d(0x21e)],_0x45bd2d(0x22e))),this[_0x45bd2d(0x22f)]({'tag':_0x45bd2d(0x232),'attributes':{'class':[_0x45bd2d(0x1f8)]},'children':[{'tag':_0x45bd2d(0x232),'attributes':{'class':[_0x45bd2d(0x20e)]},'children':[{'tag':_0x45bd2d(0x232),'attributes':{'class':[_0x45bd2d(0x230),_0x5201b2['if'](_0x45bd2d(0x229),_0x45bd2d(0x1f2))]},'children':[this[_0x45bd2d(0x227)]]}]},{'tag':_0x45bd2d(0x232),'attributes':{'class':[_0x45bd2d(0x1f1)]},'children':[this[_0x45bd2d(0x213)]]}]});}[_0x5a7cc3(0x21c)](){const _0x9d785b=_0x5a7cc3;super[_0x9d785b(0x21c)](),this[_0x9d785b(0x1fa)](),this[_0x9d785b(0x221)]();}[_0x5a7cc3(0x1f0)](){const _0x4e0469=_0x5a7cc3;this[_0x4e0469(0x1ff)][_0x4e0469(0x22d)]();}[_0x5a7cc3(0x218)](){const _0x3d8229=_0x5a7cc3,_0xce92f2=new _0x2b5d25(this[_0x3d8229(0x21e)]);return _0xce92f2[_0x3d8229(0x233)]=_0x1f4429(this[_0x3d8229(0x21e)],_0x3d8229(0x1fc)),_0xce92f2[_0x3d8229(0x20b)]=_0x1f4429(this[_0x3d8229(0x21e)],_0x3d8229(0x1fc)),_0xce92f2[_0x3d8229(0x224)]=_0x5ce383,_0xce92f2[_0x3d8229(0x209)](_0x3d8229(0x22b))['to'](this[_0x3d8229(0x202)],_0x3d8229(0x223),_0x3edc51=>!_0x3edc51),_0xce92f2[_0x3d8229(0x209)](_0x3d8229(0x203))['to'](this[_0x3d8229(0x202)],_0x3d8229(0x20a),this[_0x3d8229(0x202)],_0x3d8229(0x21f),(_0x3e1404,_0x1800c9)=>_0x3e1404&&_0x1800c9),_0xce92f2['on'](_0x3d8229(0x211),()=>{const _0x36faeb=_0x3d8229;this[_0x36faeb(0x1ef)](_0x36faeb(0x204),this[_0x36faeb(0x202)]['id']);}),_0xce92f2;}[_0x5a7cc3(0x1f6)](_0x1b9a57){const _0x5e3036=_0x5a7cc3;if(_0x1b9a57[_0x5e3036(0x212)]<0x96)return _0x1b9a57;const _0x2094cc=_0x1b9a57[_0x5e3036(0x1ee)]('\x20',0x93);return _0x1b9a57[_0x5e3036(0x210)](0x0,_0x2094cc>-0x1?_0x2094cc:0x93)+_0x5e3036(0x222);}[_0x5a7cc3(0x1fa)](){const _0x59f067=_0x5a7cc3,_0x46af00=this[_0x59f067(0x216)][_0x59f067(0x1f7)](_0x59f067(0x20c)),_0x14255b=_0x46af00[_0x59f067(0x1f7)](_0x59f067(0x20f));this[_0x59f067(0x1fb)](_0x46af00,_0x59f067(0x22c),()=>{const _0x49ea41=_0x59f067;_0x14255b[_0x49ea41(0x22a)]<_0x14255b[_0x49ea41(0x21b)]&&_0x46af00[_0x49ea41(0x205)][_0x49ea41(0x1f9)](_0x49ea41(0x1f4));}),this[_0x59f067(0x1fb)](_0x46af00,_0x59f067(0x21d),()=>{const _0xa6681e=_0x59f067;_0x46af00[_0xa6681e(0x205)][_0xa6681e(0x201)](_0xa6681e(0x1f4));});}[_0x5a7cc3(0x221)](){const _0xe08e7d=_0x5a7cc3;this[_0xe08e7d(0x226)][_0xe08e7d(0x1fb)](this[_0xe08e7d(0x216)]);for(const _0x63c922 of this[_0xe08e7d(0x234)])this[_0xe08e7d(0x1fd)][_0xe08e7d(0x1f9)](_0x63c922[_0xe08e7d(0x216)]),this[_0xe08e7d(0x226)][_0xe08e7d(0x1fb)](_0x63c922[_0xe08e7d(0x216)]);}[_0x5a7cc3(0x1f5)](){const _0x11f67f=_0x5a7cc3,_0x514e9c=new _0x2de5d6(this[_0x11f67f(0x21e)]);return _0x514e9c[_0x11f67f(0x209)](_0x11f67f(0x206))['to'](this),_0x514e9c;}}
23
+ const _0x14ddb1=_0x4513;(function(_0xcbff23,_0x425685){const _0x4a0d22=_0x4513,_0x1801f2=_0xcbff23();while(!![]){try{const _0x3ba409=-parseInt(_0x4a0d22(0x1b2))/0x1+-parseInt(_0x4a0d22(0x1c0))/0x2*(parseInt(_0x4a0d22(0x1d8))/0x3)+-parseInt(_0x4a0d22(0x1be))/0x4+-parseInt(_0x4a0d22(0x1dc))/0x5+-parseInt(_0x4a0d22(0x1dd))/0x6+parseInt(_0x4a0d22(0x1c2))/0x7*(-parseInt(_0x4a0d22(0x1c3))/0x8)+parseInt(_0x4a0d22(0x1d9))/0x9;if(_0x3ba409===_0x425685)break;else _0x1801f2['push'](_0x1801f2['shift']());}catch(_0x19ae2e){_0x1801f2['push'](_0x1801f2['shift']());}}}(_0x28be,0x3be80));import{View as _0x2d352a,ButtonView as _0x14188a,FocusCycler as _0x36d98f}from'ckeditor5/src/ui.js';import{FocusTracker as _0x515ff3,KeystrokeHandler as _0x4d4bb2}from'ckeditor5/src/utils.js';import{getTranslation as _0x3894c1}from'../../../utils/common-translations.js';import _0x10076c from'../../../../theme/icons/undo.svg';import _0x5b496d from'./commentthreadheadercontextview.js';function _0x28be(){const _0x1b0163=['mouseleave','ck-context--quotes','remove','bindTemplate','focus','keystrokes','Reopen','listenTo','lastIndexOf','value','add','_createReopenButton','isVisible','457931oAxkKT','...','label','scrollWidth','querySelector','isReadOnly','setTemplate','icon','reopenButtonView','.ck-context','ck-thread__header','_createContextView','214360KJzVzh','offsetWidth','179870NnWZew','hasContext','23954HNxXEq','808ZVKAYu','div','focusTracker','shift+tab','isEnabled','focusCycler','isResolved','fire','.ck-context__value','classList','focusFirst','createCollection','substring','bind','execute','_setupKeyboardNavigation','tab','reopenCommentThread','contextView','ck-annotation__actions','contextValue','15nkBrxm','17349633bWeFKe','element','_trimContextValue','1365645AvtcNI','614484Uvcenu','_model','focusables','locale','ck-context-wrapper','overlay','Comment\x20was\x20made\x20on\x20an\x20element','_attachContextActions','ck-context','render','length','context','tooltip','mouseenter','isResolvable'];_0x28be=function(){return _0x1b0163;};return _0x28be();}function _0x4513(_0x459ad1,_0x581a1d){const _0x28bee9=_0x28be();return _0x4513=function(_0x451329,_0x184949){_0x451329=_0x451329-0x1a8;let _0x1b3599=_0x28bee9[_0x451329];return _0x1b3599;},_0x4513(_0x459ad1,_0x581a1d);}export const MAX_CONTENT_LENGTH=0x96;export default class Zt extends _0x2d352a{constructor(_0x3d5f75,_0x521fae){const _0x95d605=_0x4513;super(_0x3d5f75);const _0x1393b3=this[_0x95d605(0x1a8)];this[_0x95d605(0x1de)]=_0x521fae,this[_0x95d605(0x1ba)]=this[_0x95d605(0x1b0)](),this[_0x95d605(0x1d5)]=this[_0x95d605(0x1bd)](),this[_0x95d605(0x1df)]=this[_0x95d605(0x1ce)]([this[_0x95d605(0x1d5)],this[_0x95d605(0x1ba)]]),this[_0x95d605(0x1c5)]=new _0x515ff3(),this[_0x95d605(0x1aa)]=new _0x4d4bb2(),this[_0x95d605(0x1c8)]=new _0x36d98f({'focusables':this[_0x95d605(0x1df)],'focusTracker':this[_0x95d605(0x1c5)],'keystrokeHandler':this[_0x95d605(0x1aa)],'actions':{'focusPrevious':_0x95d605(0x1c6),'focusNext':_0x95d605(0x1d3)}}),this[_0x95d605(0x1d0)](_0x95d605(0x1c1))['to'](this[_0x95d605(0x1de)],_0x95d605(0x1e8),_0x376192=>!!_0x376192),this[_0x95d605(0x1d0)](_0x95d605(0x1d7))['to'](this[_0x95d605(0x1de)],_0x95d605(0x1e8),_0x53b711=>_0x53b711&&_0x53b711[_0x95d605(0x1ae)]?this[_0x95d605(0x1db)](_0x53b711[_0x95d605(0x1ae)]):_0x3894c1(this[_0x95d605(0x1e0)],_0x95d605(0x1e3))),this[_0x95d605(0x1b8)]({'tag':_0x95d605(0x1c4),'attributes':{'class':[_0x95d605(0x1bc)]},'children':[{'tag':_0x95d605(0x1c4),'attributes':{'class':[_0x95d605(0x1e1)]},'children':[{'tag':_0x95d605(0x1c4),'attributes':{'class':[_0x95d605(0x1e5),_0x1393b3['if'](_0x95d605(0x1c1),_0x95d605(0x1ed))]},'children':[this[_0x95d605(0x1d5)]]}]},{'tag':_0x95d605(0x1c4),'attributes':{'class':[_0x95d605(0x1d6)]},'children':[this[_0x95d605(0x1ba)]]}]});}[_0x14ddb1(0x1e6)](){const _0x529d5c=_0x14ddb1;super[_0x529d5c(0x1e6)](),this[_0x529d5c(0x1e4)](),this[_0x529d5c(0x1d2)]();}[_0x14ddb1(0x1a9)](){const _0xbf889a=_0x14ddb1;this[_0xbf889a(0x1c8)][_0xbf889a(0x1cd)]();}[_0x14ddb1(0x1b0)](){const _0x590c82=_0x14ddb1,_0x4938a3=new _0x14188a(this[_0x590c82(0x1e0)]);return _0x4938a3[_0x590c82(0x1b4)]=_0x3894c1(this[_0x590c82(0x1e0)],_0x590c82(0x1ab)),_0x4938a3[_0x590c82(0x1e9)]=_0x3894c1(this[_0x590c82(0x1e0)],_0x590c82(0x1ab)),_0x4938a3[_0x590c82(0x1b9)]=_0x10076c,_0x4938a3[_0x590c82(0x1d0)](_0x590c82(0x1c7))['to'](this[_0x590c82(0x1de)],_0x590c82(0x1b7),_0x23c7f4=>!_0x23c7f4),_0x4938a3[_0x590c82(0x1d0)](_0x590c82(0x1b1))['to'](this[_0x590c82(0x1de)],_0x590c82(0x1eb),this[_0x590c82(0x1de)],_0x590c82(0x1c9),(_0x4d4dbd,_0x28084f)=>_0x4d4dbd&&_0x28084f),_0x4938a3['on'](_0x590c82(0x1d1),()=>{const _0x31e69d=_0x590c82;this[_0x31e69d(0x1ca)](_0x31e69d(0x1d4),this[_0x31e69d(0x1de)]['id']);}),_0x4938a3;}[_0x14ddb1(0x1db)](_0x177880){const _0x706da1=_0x14ddb1;if(_0x177880[_0x706da1(0x1e7)]<0x96)return _0x177880;const _0x43d5f6=_0x177880[_0x706da1(0x1ad)]('\x20',0x93);return _0x177880[_0x706da1(0x1cf)](0x0,_0x43d5f6>-0x1?_0x43d5f6:0x93)+_0x706da1(0x1b3);}[_0x14ddb1(0x1e4)](){const _0x54d565=_0x14ddb1,_0x509268=this[_0x54d565(0x1da)][_0x54d565(0x1b6)](_0x54d565(0x1bb)),_0x175ff2=_0x509268[_0x54d565(0x1b6)](_0x54d565(0x1cb));this[_0x54d565(0x1ac)](_0x509268,_0x54d565(0x1ea),()=>{const _0x15c583=_0x54d565;_0x175ff2[_0x15c583(0x1bf)]<_0x175ff2[_0x15c583(0x1b5)]&&_0x509268[_0x15c583(0x1cc)][_0x15c583(0x1af)](_0x15c583(0x1e2));}),this[_0x54d565(0x1ac)](_0x509268,_0x54d565(0x1ec),()=>{const _0x297a6c=_0x54d565;_0x509268[_0x297a6c(0x1cc)][_0x297a6c(0x1ee)](_0x297a6c(0x1e2));});}[_0x14ddb1(0x1d2)](){const _0x344435=_0x14ddb1;this[_0x344435(0x1aa)][_0x344435(0x1ac)](this[_0x344435(0x1da)]);for(const _0xfd16ff of this[_0x344435(0x1df)])this[_0x344435(0x1c5)][_0x344435(0x1af)](_0xfd16ff[_0x344435(0x1da)]),this[_0x344435(0x1aa)][_0x344435(0x1ac)](_0xfd16ff[_0x344435(0x1da)]);}[_0x14ddb1(0x1bd)](){const _0x330c2f=_0x14ddb1,_0x32b61c=new _0x5b496d(this[_0x330c2f(0x1e0)]);return _0x32b61c[_0x330c2f(0x1d0)](_0x330c2f(0x1d7))['to'](this),_0x32b61c;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentthreadinputview
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1564de=_0x12ef;(function(_0x3760c1,_0x375221){const _0x59bdd2=_0x12ef,_0x4caa14=_0x3760c1();while(!![]){try{const _0x33040c=-parseInt(_0x59bdd2(0xb6))/0x1+-parseInt(_0x59bdd2(0x8e))/0x2*(-parseInt(_0x59bdd2(0xa3))/0x3)+parseInt(_0x59bdd2(0xa0))/0x4*(parseInt(_0x59bdd2(0x9f))/0x5)+parseInt(_0x59bdd2(0x95))/0x6+-parseInt(_0x59bdd2(0xa1))/0x7+parseInt(_0x59bdd2(0x94))/0x8+-parseInt(_0x59bdd2(0xa6))/0x9;if(_0x33040c===_0x375221)break;else _0x4caa14['push'](_0x4caa14['shift']());}catch(_0x92059c){_0x4caa14['push'](_0x4caa14['shift']());}}}(_0x3535,0x4ed1c));import{View as _0xd2723d}from'ckeditor5/src/ui.js';import _0x4d532b from'./commentinputview.js';function _0x12ef(_0xc0d9f4,_0x752344){const _0x3535ba=_0x3535();return _0x12ef=function(_0x12ef05,_0x1affb8){_0x12ef05=_0x12ef05-0x87;let _0x335514=_0x3535ba[_0x12ef05];return _0x335514;},_0x12ef(_0xc0d9f4,_0x752344);}import{UserView as _0x33143c}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x3535(){const _0x25369a=['showButtons','ck-thread__input','isFocused','showInput','setTemplate','3336880eDRoeK','3611508fxxTqR','set','ck-comment__input-container','editing','_focusOnNonInteractiveMouseDown','extendTemplate','userView','target','value','change:showInput','68615rfYFxH','4kgyYiV','1772680XGOIWv','delegate','1602ApEvWi','listenTo','some','4255047KQavmF','render','div','preventDefault','focus','editor','ck-comment__input-container--active','filter','editorDestroyed','bindTemplate','createEditor','ck-thread__user','getDomRoot','editorReady','then','focusCycler','250350AWBhFp','contains','bind','commentInputView','view','element','mousedown','destroy','focusTracker','998PhfmDy'];_0x3535=function(){return _0x25369a;};return _0x3535();}export default class ie extends _0xd2723d{constructor(_0x5ebff5,_0x5aa5c7,_0x2f3290){const _0x380c78=_0x12ef;super(_0x5ebff5),this[_0x380c78(0x88)]=new _0x4d532b(_0x5ebff5,_0x2f3290),this[_0x380c78(0xb5)]=this[_0x380c78(0x88)][_0x380c78(0xb5)],this[_0x380c78(0x88)][_0x380c78(0x87)](_0x380c78(0x8f))['to'](this[_0x380c78(0x88)][_0x380c78(0x8d)],_0x380c78(0x91),this[_0x380c78(0x88)],_0x380c78(0x9d),(_0x406cce,_0x50258d)=>_0x406cce||!!_0x50258d),this[_0x380c78(0x96)](_0x380c78(0x92),!0x1),this['on'](_0x380c78(0x9e),()=>{const _0x315fa9=_0x380c78;this[_0x315fa9(0x92)]&&!this[_0x315fa9(0x88)][_0x315fa9(0xab)]&&this[_0x315fa9(0x88)][_0x315fa9(0xb0)]();}),this[_0x380c78(0x88)][_0x380c78(0xa2)](_0x380c78(0xb3))['to'](this),this[_0x380c78(0x88)][_0x380c78(0xa2)](_0x380c78(0xae))['to'](this),this[_0x380c78(0x9b)]=new _0x33143c(_0x5ebff5,_0x5aa5c7),this[_0x380c78(0x9b)][_0x380c78(0x9a)]({'attributes':{'class':_0x380c78(0xb1),'aria-hidden':!0x0}}),this[_0x380c78(0x88)][_0x380c78(0x9a)]({'attributes':{'class':_0x380c78(0x90)}}),this[_0x380c78(0x93)]({'tag':_0x380c78(0xa8),'attributes':{'class':[_0x380c78(0x97),this[_0x380c78(0xaf)]['if'](_0x380c78(0x92),_0x380c78(0xac))]},'children':[this[_0x380c78(0x9b)],this[_0x380c78(0x88)]]});}[_0x1564de(0xa7)](){const _0x98e907=_0x1564de;super[_0x98e907(0xa7)](),this[_0x98e907(0x99)]();}[_0x1564de(0x8c)](){const _0x3fe2aa=_0x1564de;return this[_0x3fe2aa(0x88)][_0x3fe2aa(0x8c)]()[_0x3fe2aa(0xb4)](()=>super[_0x3fe2aa(0x8c)]());}[_0x1564de(0xaa)](_0x185c58){const _0x319ad9=_0x1564de;this[_0x319ad9(0x88)][_0x319ad9(0xaa)](_0x185c58);}[_0x1564de(0x99)](){const _0x45d7f6=_0x1564de;this[_0x45d7f6(0xa4)](this[_0x45d7f6(0x8a)],_0x45d7f6(0x8b),(_0x4bf0ff,_0x58f511)=>{const _0x19c2b1=_0x45d7f6,{submitButtonView:_0x3430a8,cancelButtonView:_0xa442c1,editor:_0x19f6e7}=this[_0x19c2b1(0x88)];[_0x3430a8[_0x19c2b1(0x8a)],_0xa442c1[_0x19c2b1(0x8a)],_0x19f6e7?_0x19f6e7[_0x19c2b1(0x98)][_0x19c2b1(0x89)][_0x19c2b1(0xb2)]():null][_0x19c2b1(0xad)](_0x3876ab=>_0x3876ab)[_0x19c2b1(0xa5)](_0x4e697c=>_0x4e697c[_0x19c2b1(0xb7)](_0x58f511[_0x19c2b1(0x9c)]))||(this[_0x19c2b1(0xaa)](),_0x58f511[_0x19c2b1(0xa9)]());});}}
23
+ const _0x262c4f=_0x6f2b;function _0x6f2b(_0x4c7d98,_0x537adc){const _0x380d0b=_0x380d();return _0x6f2b=function(_0x6f2b52,_0x3190f9){_0x6f2b52=_0x6f2b52-0x1ea;let _0x125e8e=_0x380d0b[_0x6f2b52];return _0x125e8e;},_0x6f2b(_0x4c7d98,_0x537adc);}(function(_0x10b51b,_0x2ffdef){const _0x12468d=_0x6f2b,_0x4f4d05=_0x10b51b();while(!![]){try{const _0xa75bbb=parseInt(_0x12468d(0x216))/0x1*(parseInt(_0x12468d(0x218))/0x2)+-parseInt(_0x12468d(0x203))/0x3+parseInt(_0x12468d(0x21c))/0x4+-parseInt(_0x12468d(0x21b))/0x5*(parseInt(_0x12468d(0x1f1))/0x6)+parseInt(_0x12468d(0x214))/0x7+parseInt(_0x12468d(0x1f2))/0x8*(parseInt(_0x12468d(0x202))/0x9)+parseInt(_0x12468d(0x1fa))/0xa*(-parseInt(_0x12468d(0x20f))/0xb);if(_0xa75bbb===_0x2ffdef)break;else _0x4f4d05['push'](_0x4f4d05['shift']());}catch(_0xd6e7fa){_0x4f4d05['push'](_0x4f4d05['shift']());}}}(_0x380d,0x6e7ab));function _0x380d(){const _0x320f29=['delegate','editing','getDomRoot','render','editorDestroyed','focusCycler','setTemplate','focus','10685257YKaKDc','some','ck-comment__input-container--active','ck-thread__input','set','3172337bZYpsy','editor','4hHkxTw','focusTracker','125854DWfWbm','preventDefault','userView','10orgxXm','2576744yTZWTs','view','bind','change:showInput','value','bindTemplate','isFocused','extendTemplate','535218mEjVVI','92088iTrRtO','editorReady','destroy','createEditor','mousedown','listenTo','commentInputView','ck-comment__input-container','10QQKYis','div','target','filter','element','showInput','showButtons','contains','369yTkMNh','656160TLHYvb','_focusOnNonInteractiveMouseDown','ck-thread__user','then'];_0x380d=function(){return _0x320f29;};return _0x380d();}import{View as _0x16014e}from'ckeditor5/src/ui.js';import _0x47761f from'./commentinputview.js';import{UserView as _0x2037be}from'ckeditor5-collaboration/src/collaboration-core.js';export default class ie extends _0x16014e{constructor(_0x40f692,_0x174ef6,_0x10f125){const _0x34f420=_0x6f2b;super(_0x40f692),this[_0x34f420(0x1f8)]=new _0x47761f(_0x40f692,_0x10f125),this[_0x34f420(0x20c)]=this[_0x34f420(0x1f8)][_0x34f420(0x20c)],this[_0x34f420(0x1f8)][_0x34f420(0x1eb)](_0x34f420(0x200))['to'](this[_0x34f420(0x1f8)][_0x34f420(0x217)],_0x34f420(0x1ef),this[_0x34f420(0x1f8)],_0x34f420(0x1ed),(_0x121171,_0x4aa5e5)=>_0x121171||!!_0x4aa5e5),this[_0x34f420(0x213)](_0x34f420(0x1ff),!0x1),this['on'](_0x34f420(0x1ec),()=>{const _0x50d4e2=_0x34f420;this[_0x50d4e2(0x1ff)]&&!this[_0x50d4e2(0x1f8)][_0x50d4e2(0x215)]&&this[_0x50d4e2(0x1f8)][_0x50d4e2(0x1f5)]();}),this[_0x34f420(0x1f8)][_0x34f420(0x207)](_0x34f420(0x1f3))['to'](this),this[_0x34f420(0x1f8)][_0x34f420(0x207)](_0x34f420(0x20b))['to'](this),this[_0x34f420(0x21a)]=new _0x2037be(_0x40f692,_0x174ef6),this[_0x34f420(0x21a)][_0x34f420(0x1f0)]({'attributes':{'class':_0x34f420(0x205),'aria-hidden':!0x0}}),this[_0x34f420(0x1f8)][_0x34f420(0x1f0)]({'attributes':{'class':_0x34f420(0x212)}}),this[_0x34f420(0x20d)]({'tag':_0x34f420(0x1fb),'attributes':{'class':[_0x34f420(0x1f9),this[_0x34f420(0x1ee)]['if'](_0x34f420(0x1ff),_0x34f420(0x211))]},'children':[this[_0x34f420(0x21a)],this[_0x34f420(0x1f8)]]});}[_0x262c4f(0x20a)](){const _0xad506b=_0x262c4f;super[_0xad506b(0x20a)](),this[_0xad506b(0x204)]();}[_0x262c4f(0x1f4)](){const _0x5b35d6=_0x262c4f;return this[_0x5b35d6(0x1f8)][_0x5b35d6(0x1f4)]()[_0x5b35d6(0x206)](()=>super[_0x5b35d6(0x1f4)]());}[_0x262c4f(0x20e)](_0x2308f0){const _0x1659b3=_0x262c4f;this[_0x1659b3(0x1f8)][_0x1659b3(0x20e)](_0x2308f0);}[_0x262c4f(0x204)](){const _0x4d85e0=_0x262c4f;this[_0x4d85e0(0x1f7)](this[_0x4d85e0(0x1fe)],_0x4d85e0(0x1f6),(_0x56f0a2,_0x4f4330)=>{const _0x4d28b8=_0x4d85e0,{submitButtonView:_0x4f253d,cancelButtonView:_0x530882,editor:_0x94cf95}=this[_0x4d28b8(0x1f8)];[_0x4f253d[_0x4d28b8(0x1fe)],_0x530882[_0x4d28b8(0x1fe)],_0x94cf95?_0x94cf95[_0x4d28b8(0x208)][_0x4d28b8(0x1ea)][_0x4d28b8(0x209)]():null][_0x4d28b8(0x1fd)](_0x7c4842=>_0x7c4842)[_0x4d28b8(0x210)](_0x383fec=>_0x383fec[_0x4d28b8(0x201)](_0x4f4330[_0x4d28b8(0x1fc)]))||(this[_0x4d28b8(0x20e)](),_0x4f4330[_0x4d28b8(0x219)]());});}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentthreadview
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x26a5ec=_0x3e96;(function(_0x49c43d,_0x33cc22){const _0x246589=_0x3e96,_0x29df0e=_0x49c43d();while(!![]){try{const _0x199930=parseInt(_0x246589(0xf7))/0x1*(parseInt(_0x246589(0xf9))/0x2)+parseInt(_0x246589(0xd4))/0x3*(-parseInt(_0x246589(0xe0))/0x4)+-parseInt(_0x246589(0xf6))/0x5+parseInt(_0x246589(0xd9))/0x6*(parseInt(_0x246589(0xcf))/0x7)+parseInt(_0x246589(0xe1))/0x8+-parseInt(_0x246589(0xc4))/0x9+parseInt(_0x246589(0xdb))/0xa*(-parseInt(_0x246589(0xc3))/0xb);if(_0x199930===_0x33cc22)break;else _0x29df0e['push'](_0x29df0e['shift']());}catch(_0x646012){_0x29df0e['push'](_0x29df0e['shift']());}}}(_0x119a,0x6b4a7));function _0x119a(){const _0x2bc552=['ariaDescriptionView','has','_updateArchivedThreadHeader','Resolve','change:isActive','ck-thread--unlinked','commentThreadInputView','add','isSystemComment','actionBar','ariaLabel','unbind','isVisible','commentThreadChildren','resolveButton','icon','archivedAt','ck-thread--','placeholder','ck-comment--resolve','isActive','_cancelAllConfirms','label','ck-rounded-corners','ck-thread__container','_boundFirstCommentView','get','check','locale','execute','tooltip','11awlBpo','4469841ZArDCV','_bindFirstCommentView','.ck-thread__container','commentViews','isUnlinked','extendTemplate','high','listenTo','bind','focusables','isResolvable','989345xUXBxi','fire','focus','listitem','_model','177jDpRqd','showConfirm','stop','ck-reset_all-excluded','change:isReadOnly','12WpQmZE','ck-thread--remove-confirmation','4195110dCozQQ','cancelConfirm','removeButton','resolveCommentThread','isReadOnly','1580HKOPcR','6312488ogktqc','isEnabled','length','removeConfirm','actionIndicator','_createResolveButton','createCollection','ck-thread--active','containerElement','isResolved','change:archivedAt','removeCommentThread','bindTemplate','isConfirm','Write\x20a\x20comment...','commentsListView','set','setTemplate','render','querySelector','element','1238275zDnWgA','23enyneA','Delete\x20comment\x20thread?','48248VPOCPX','getTemplate','commentThreadHeaderView','remove','then','div','ck-thread'];_0x119a=function(){return _0x2bc552;};return _0x119a();}function _0x3e96(_0x2c317a,_0x3a28c3){const _0x119aad=_0x119a();return _0x3e96=function(_0x3e965b,_0x24ae33){_0x3e965b=_0x3e965b-0xa1;let _0x423858=_0x119aad[_0x3e965b];return _0x423858;},_0x3e96(_0x2c317a,_0x3a28c3);}import{ConfirmMixin as _0x3e1e27,LateFocusButtonView as _0x46b6cf}from'ckeditor5-collaboration/src/collaboration-core.js';import{icons as _0x1381b2}from'ckeditor5/src/core.js';import _0x186ab9 from'./basecommentthreadview.js';import{getTranslation as _0x58855a}from'../../../utils/common-translations.js';export default class Ct extends/* #__PURE__ -- @preserve */
24
- _0x3e1e27(_0x186ab9){constructor(_0x2b6058,_0x236f34,_0x110181,_0x2a89e6){const _0x3b6977=_0x3e96;super(_0x2b6058,_0x236f34,_0x110181,_0x2a89e6),this[_0x3b6977(0xb1)]=this[_0x3b6977(0xe7)]([this[_0x3b6977(0xf0)],this[_0x3b6977(0xaa)],this[_0x3b6977(0xa4)]]),this[_0x3b6977(0xf1)](_0x3b6977(0xe5),null),this[_0x3b6977(0xe9)]=null,this[_0x3b6977(0xbd)]=null,this[_0x3b6977(0xc0)]=_0x2b6058,this[_0x3b6977(0xb2)]=this[_0x3b6977(0xe6)](),this[_0x3b6977(0xf2)](this[_0x3b6977(0xfa)]()),this['on'](_0x3b6977(0xa8),(_0xf905b4,_0x434899,_0x1e274d)=>{const _0x401376=_0x3b6977;_0x1e274d||this[_0x401376(0xb9)]();}),this[_0x3b6977(0xcb)](this[_0x3b6977(0xd3)],_0x3b6977(0xd8),(_0xa66d29,_0x202ce3,_0x54a6fb)=>{const _0xb91a2b=_0x3b6977;_0x54a6fb&&this[_0xb91a2b(0xb9)]();}),this[_0x3b6977(0xe3)]>0x0&&this[_0x3b6977(0xc5)](),this[_0x3b6977(0xcb)](this[_0x3b6977(0xf0)][_0x3b6977(0xc7)],_0x3b6977(0xab),()=>{const _0x1dc500=_0x3b6977;this[_0x1dc500(0xc5)]();});}[_0x26a5ec(0xfa)](){const _0x5664ad=_0x26a5ec,_0x5a5f68=this[_0x5664ad(0xed)];return{'tag':_0x5664ad(0xa2),'attributes':{'class':['ck',_0x5664ad(0xa3),_0x5664ad(0xd7),_0x5664ad(0xbb),_0x5a5f68['if'](_0x5664ad(0xb8),_0x5664ad(0xe8)),_0x5a5f68['if'](_0x5664ad(0xc8),_0x5664ad(0xa9)),_0x5a5f68['if'](_0x5664ad(0xee),_0x5664ad(0xda)),_0x5a5f68['to'](_0x5664ad(0xe5),_0x38f1d3=>_0x38f1d3?_0x5664ad(0xb5)+_0x38f1d3:'')],'data-thread-id':this[_0x5664ad(0xd3)]['id'],'tabindex':0x0,'role':_0x5664ad(0xd2),'aria-label':_0x5a5f68['to'](_0x5664ad(0xae)),'aria-describedby':this[_0x5664ad(0xa4)]['id']},'children':[{'tag':_0x5664ad(0xa2),'attributes':{'class':_0x5664ad(0xbc)},'children':this[_0x5664ad(0xb1)]}]};}[_0x26a5ec(0xf3)](){const _0x10425e=_0x26a5ec;super[_0x10425e(0xf3)](),this[_0x10425e(0xe9)]=this[_0x10425e(0xf5)][_0x10425e(0xf4)](_0x10425e(0xc6)),this[_0x10425e(0xd3)]['on'](_0x10425e(0xeb),()=>{const _0x452957=_0x10425e;this[_0x452957(0xa6)]();}),this[_0x10425e(0xa6)]();}[_0x26a5ec(0xb9)](){const _0x1a3b22=_0x26a5ec;this[_0x1a3b22(0xdc)]();for(const _0x299fa9 of this[_0x1a3b22(0xf0)][_0x1a3b22(0xc7)])_0x299fa9[_0x1a3b22(0xdc)]();}[_0x26a5ec(0xc5)](){const _0x40af46=_0x26a5ec,{locale:_0x491a2c}=this,_0x500cca=this[_0x40af46(0xf0)][_0x40af46(0xc7)][_0x40af46(0xbe)](0x0);_0x500cca===this[_0x40af46(0xbd)]||_0x500cca[_0x40af46(0xac)]||(this[_0x40af46(0xbd)]=_0x500cca,this[_0x40af46(0xaf)](_0x40af46(0xe5)),this[_0x40af46(0xcc)](_0x40af46(0xe5))['to'](_0x500cca,_0x40af46(0xe5),_0x514a11=>_0x40af46(0xfc)===_0x514a11?_0x40af46(0xfc):null),_0x500cca[_0x40af46(0xb6)]=_0x58855a(_0x491a2c,_0x40af46(0xef)),_0x500cca[_0x40af46(0xdd)]['on'](_0x40af46(0xc1),_0x3fe215=>{const _0x314064=_0x40af46;_0x3fe215[_0x314064(0xd6)](),this[_0x314064(0xd5)](_0x58855a(_0x491a2c,_0x314064(0xf8)),this[_0x314064(0xe9)])[_0x314064(0xa1)](()=>{const _0x45a1ec=_0x314064;this[_0x45a1ec(0xd0)](_0x45a1ec(0xec));});},{'priority':_0x40af46(0xca)}),this['on'](_0x40af46(0xe4),()=>{const _0x46105d=_0x40af46;_0x500cca[_0x46105d(0xd1)]();}),_0x500cca[_0x40af46(0xad)][_0x40af46(0xab)](this[_0x40af46(0xb2)],0x0),_0x500cca[_0x40af46(0xcd)][_0x40af46(0xab)](this[_0x40af46(0xb2)],0x0));}[_0x26a5ec(0xe6)](){const _0x2680ea=_0x26a5ec,_0x170e7a=new _0x46b6cf(this[_0x2680ea(0xc0)]);return _0x170e7a[_0x2680ea(0xba)]=_0x58855a(this[_0x2680ea(0xc0)],_0x2680ea(0xa7)),_0x170e7a[_0x2680ea(0xc2)]=_0x58855a(this[_0x2680ea(0xc0)],_0x2680ea(0xa7)),_0x170e7a[_0x2680ea(0xb3)]=_0x1381b2[_0x2680ea(0xbf)],_0x170e7a[_0x2680ea(0xc9)]({'attributes':{'class':_0x2680ea(0xb7)}}),_0x170e7a[_0x2680ea(0xcc)](_0x2680ea(0xe2))['to'](this[_0x2680ea(0xd3)],_0x2680ea(0xdf),_0x40f8ef=>!_0x40f8ef),_0x170e7a[_0x2680ea(0xcc)](_0x2680ea(0xb0))['to'](this[_0x2680ea(0xd3)],_0x2680ea(0xce),this[_0x2680ea(0xd3)],_0x2680ea(0xea),(_0x146f8f,_0x2edaf6)=>_0x146f8f&&!_0x2edaf6),_0x170e7a['on'](_0x2680ea(0xc1),()=>{const _0x3069a6=_0x2680ea;this[_0x3069a6(0xd0)](_0x3069a6(0xde),this[_0x3069a6(0xd3)]['id']);}),_0x170e7a;}[_0x26a5ec(0xa6)](){const _0x16877a=_0x26a5ec;this[_0x16877a(0xd3)][_0x16877a(0xb4)]?this[_0x16877a(0xb1)][_0x16877a(0xa5)](this[_0x16877a(0xfb)])||(this[_0x16877a(0xb1)][_0x16877a(0xab)](this[_0x16877a(0xfb)],0x0),this[_0x16877a(0xcd)][_0x16877a(0xab)](this[_0x16877a(0xfb)],0x0)):this[_0x16877a(0xb1)][_0x16877a(0xa5)](this[_0x16877a(0xfb)])&&(this[_0x16877a(0xb1)][_0x16877a(0xfc)](this[_0x16877a(0xfb)]),this[_0x16877a(0xcd)][_0x16877a(0xfc)](this[_0x16877a(0xfb)]));}}
23
+ const _0x45037a=_0x2a93;(function(_0x592de6,_0x411b5b){const _0x7a5b9=_0x2a93,_0x1fe015=_0x592de6();while(!![]){try{const _0x201254=parseInt(_0x7a5b9(0x1a2))/0x1*(-parseInt(_0x7a5b9(0x19f))/0x2)+parseInt(_0x7a5b9(0x17e))/0x3*(-parseInt(_0x7a5b9(0x1b1))/0x4)+-parseInt(_0x7a5b9(0x182))/0x5+parseInt(_0x7a5b9(0x1bb))/0x6*(-parseInt(_0x7a5b9(0x1be))/0x7)+-parseInt(_0x7a5b9(0x1ae))/0x8*(parseInt(_0x7a5b9(0x1a6))/0x9)+-parseInt(_0x7a5b9(0x195))/0xa+parseInt(_0x7a5b9(0x1a8))/0xb*(parseInt(_0x7a5b9(0x1ab))/0xc);if(_0x201254===_0x411b5b)break;else _0x1fe015['push'](_0x1fe015['shift']());}catch(_0x4dfd41){_0x1fe015['push'](_0x1fe015['shift']());}}}(_0x5ac6,0x3cd95));import{ConfirmMixin as _0x212901,LateFocusButtonView as _0xdf9776}from'ckeditor5-collaboration/src/collaboration-core.js';import{icons as _0x107d50}from'ckeditor5/src/core.js';function _0x2a93(_0x2c16a5,_0x3dc27b){const _0x5ac690=_0x5ac6();return _0x2a93=function(_0x2a9362,_0x1330c3){_0x2a9362=_0x2a9362-0x176;let _0x43a84b=_0x5ac690[_0x2a9362];return _0x43a84b;},_0x2a93(_0x2c16a5,_0x3dc27b);}import _0x37c039 from'./basecommentthreadview.js';function _0x5ac6(){const _0x5ef070=['1825266zXsSAs','resolveCommentThread','removeConfirm','7qdgItX','setTemplate','commentThreadChildren','get','.ck-thread__container','icon','ck-comment--resolve','ck-reset_all-excluded','isReadOnly','fire','change:isActive','_createResolveButton','commentViews','bind','render','isActive','resolveButton','set','containerElement','Delete\x20comment\x20thread?','commentThreadInputView','actionBar','change:archivedAt','actionIndicator','placeholder','high','listitem','ck-thread--unlinked','change:isReadOnly','19797WulrMU','querySelector','stop','bindTemplate','2205680meoYFa','add','commentsListView','isResolved','_bindFirstCommentView','unbind','createCollection','_model','ck-rounded-corners','removeCommentThread','ariaLabel','ck-thread__container','ck-thread','then','remove','ck-thread--','showConfirm','Write\x20a\x20comment...','ariaDescriptionView','4210050jMIbQU','element','length','tooltip','extendTemplate','isVisible','ck-thread--active','_boundFirstCommentView','check','execute','60SArdEt','locale','cancelConfirm','16561JCOMyT','removeButton','label','isEnabled','99wGjRlI','commentThreadHeaderView','66VBRIyH','isUnlinked','isConfirm','5157804CqlzfG','has','_updateArchivedThreadHeader','345536MPVUrR','ck-thread--remove-confirmation','isResolvable','116SvkcWu','div','archivedAt','_cancelAllConfirms','isSystemComment','focusables','listenTo','focus','Resolve','getTemplate'];_0x5ac6=function(){return _0x5ef070;};return _0x5ac6();}import{getTranslation as _0x58cdd4}from'../../../utils/common-translations.js';export default class vt extends/* #__PURE__ -- @preserve */
24
+ _0x212901(_0x37c039){constructor(_0x5db595,_0x238eb8,_0x3b6a75,_0x4c4455){const _0x358409=_0x2a93;super(_0x5db595,_0x238eb8,_0x3b6a75,_0x4c4455),this[_0x358409(0x1c0)]=this[_0x358409(0x188)]([this[_0x358409(0x184)],this[_0x358409(0x1d2)],this[_0x358409(0x194)]]),this[_0x358409(0x1cf)](_0x358409(0x178),null),this[_0x358409(0x1d0)]=null,this[_0x358409(0x19c)]=null,this[_0x358409(0x1a0)]=_0x5db595,this[_0x358409(0x1ce)]=this[_0x358409(0x1c9)](),this[_0x358409(0x1bf)](this[_0x358409(0x1ba)]()),this['on'](_0x358409(0x1c8),(_0x12bec5,_0x2bf750,_0xbd90c4)=>{const _0x1b4617=_0x358409;_0xbd90c4||this[_0x1b4617(0x1b4)]();}),this[_0x358409(0x1b7)](this[_0x358409(0x189)],_0x358409(0x17d),(_0x4f1cbc,_0xaa52a5,_0x27b0ec)=>{const _0x30f39e=_0x358409;_0x27b0ec&&this[_0x30f39e(0x1b4)]();}),this[_0x358409(0x197)]>0x0&&this[_0x358409(0x186)](),this[_0x358409(0x1b7)](this[_0x358409(0x184)][_0x358409(0x1ca)],_0x358409(0x183),()=>{const _0x420e5d=_0x358409;this[_0x420e5d(0x186)]();});}[_0x45037a(0x1ba)](){const _0xcba67e=_0x45037a,_0x12c3d0=this[_0xcba67e(0x181)];return{'tag':_0xcba67e(0x1b2),'attributes':{'class':['ck',_0xcba67e(0x18e),_0xcba67e(0x1c5),_0xcba67e(0x18a),_0x12c3d0['if'](_0xcba67e(0x1cd),_0xcba67e(0x19b)),_0x12c3d0['if'](_0xcba67e(0x1a9),_0xcba67e(0x17c)),_0x12c3d0['if'](_0xcba67e(0x1aa),_0xcba67e(0x1af)),_0x12c3d0['to'](_0xcba67e(0x178),_0x30c375=>_0x30c375?_0xcba67e(0x191)+_0x30c375:'')],'data-thread-id':this[_0xcba67e(0x189)]['id'],'tabindex':0x0,'role':_0xcba67e(0x17b),'aria-label':_0x12c3d0['to'](_0xcba67e(0x18c)),'aria-describedby':this[_0xcba67e(0x194)]['id']},'children':[{'tag':_0xcba67e(0x1b2),'attributes':{'class':_0xcba67e(0x18d)},'children':this[_0xcba67e(0x1c0)]}]};}[_0x45037a(0x1cc)](){const _0x379c81=_0x45037a;super[_0x379c81(0x1cc)](),this[_0x379c81(0x1d0)]=this[_0x379c81(0x196)][_0x379c81(0x17f)](_0x379c81(0x1c2)),this[_0x379c81(0x189)]['on'](_0x379c81(0x177),()=>{const _0x54de8d=_0x379c81;this[_0x54de8d(0x1ad)]();}),this[_0x379c81(0x1ad)]();}[_0x45037a(0x1b4)](){const _0x23b805=_0x45037a;this[_0x23b805(0x1a1)]();for(const _0x316c00 of this[_0x23b805(0x184)][_0x23b805(0x1ca)])_0x316c00[_0x23b805(0x1a1)]();}[_0x45037a(0x186)](){const _0x325b49=_0x45037a,{locale:_0x489502}=this,_0x57bc2f=this[_0x325b49(0x184)][_0x325b49(0x1ca)][_0x325b49(0x1c1)](0x0);_0x57bc2f===this[_0x325b49(0x19c)]||_0x57bc2f[_0x325b49(0x1b5)]||(this[_0x325b49(0x19c)]=_0x57bc2f,this[_0x325b49(0x187)](_0x325b49(0x178)),this[_0x325b49(0x1cb)](_0x325b49(0x178))['to'](_0x57bc2f,_0x325b49(0x178),_0x46e3c5=>_0x325b49(0x190)===_0x46e3c5?_0x325b49(0x190):null),_0x57bc2f[_0x325b49(0x179)]=_0x58cdd4(_0x489502,_0x325b49(0x193)),_0x57bc2f[_0x325b49(0x1a3)]['on'](_0x325b49(0x19e),_0x5858ad=>{const _0x349bf5=_0x325b49;_0x5858ad[_0x349bf5(0x180)](),this[_0x349bf5(0x192)](_0x58cdd4(_0x489502,_0x349bf5(0x1d1)),this[_0x349bf5(0x1d0)])[_0x349bf5(0x18f)](()=>{const _0x4a3e52=_0x349bf5;this[_0x4a3e52(0x1c7)](_0x4a3e52(0x18b));});},{'priority':_0x325b49(0x17a)}),this['on'](_0x325b49(0x1bd),()=>{const _0x29c8ae=_0x325b49;_0x57bc2f[_0x29c8ae(0x1b8)]();}),_0x57bc2f[_0x325b49(0x176)][_0x325b49(0x183)](this[_0x325b49(0x1ce)],0x0),_0x57bc2f[_0x325b49(0x1b6)][_0x325b49(0x183)](this[_0x325b49(0x1ce)],0x0));}[_0x45037a(0x1c9)](){const _0x3797f4=_0x45037a,_0x6eb77d=new _0xdf9776(this[_0x3797f4(0x1a0)]);return _0x6eb77d[_0x3797f4(0x1a4)]=_0x58cdd4(this[_0x3797f4(0x1a0)],_0x3797f4(0x1b9)),_0x6eb77d[_0x3797f4(0x198)]=_0x58cdd4(this[_0x3797f4(0x1a0)],_0x3797f4(0x1b9)),_0x6eb77d[_0x3797f4(0x1c3)]=_0x107d50[_0x3797f4(0x19d)],_0x6eb77d[_0x3797f4(0x199)]({'attributes':{'class':_0x3797f4(0x1c4)}}),_0x6eb77d[_0x3797f4(0x1cb)](_0x3797f4(0x1a5))['to'](this[_0x3797f4(0x189)],_0x3797f4(0x1c6),_0x259fdd=>!_0x259fdd),_0x6eb77d[_0x3797f4(0x1cb)](_0x3797f4(0x19a))['to'](this[_0x3797f4(0x189)],_0x3797f4(0x1b0),this[_0x3797f4(0x189)],_0x3797f4(0x185),(_0x2fe59e,_0x283551)=>_0x2fe59e&&!_0x283551),_0x6eb77d['on'](_0x3797f4(0x19e),()=>{const _0xf4b395=_0x3797f4;this[_0xf4b395(0x1c7)](_0xf4b395(0x1bc),this[_0xf4b395(0x189)]['id']);}),_0x6eb77d;}[_0x45037a(0x1ad)](){const _0x18dc40=_0x45037a;this[_0x18dc40(0x189)][_0x18dc40(0x1b3)]?this[_0x18dc40(0x1c0)][_0x18dc40(0x1ac)](this[_0x18dc40(0x1a7)])||(this[_0x18dc40(0x1c0)][_0x18dc40(0x183)](this[_0x18dc40(0x1a7)],0x0),this[_0x18dc40(0x1b6)][_0x18dc40(0x183)](this[_0x18dc40(0x1a7)],0x0)):this[_0x18dc40(0x1c0)][_0x18dc40(0x1ac)](this[_0x18dc40(0x1a7)])&&(this[_0x18dc40(0x1c0)][_0x18dc40(0x190)](this[_0x18dc40(0x1a7)]),this[_0x18dc40(0x1b6)][_0x18dc40(0x190)](this[_0x18dc40(0x1a7)]));}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments/ui/view/commentview