@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.1

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 (309) hide show
  1. package/CHANGELOG.md +1 -256
  2. package/build/comments.js +2 -2
  3. package/build/translations/af.js +1 -1
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/bs.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de-ch.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es-co.js +1 -1
  16. package/build/translations/es.js +1 -1
  17. package/build/translations/et.js +1 -1
  18. package/build/translations/fa.js +1 -1
  19. package/build/translations/fi.js +1 -1
  20. package/build/translations/fr.js +1 -1
  21. package/build/translations/gl.js +1 -1
  22. package/build/translations/he.js +1 -1
  23. package/build/translations/hi.js +1 -1
  24. package/build/translations/hr.js +1 -1
  25. package/build/translations/hu.js +1 -1
  26. package/build/translations/id.js +1 -1
  27. package/build/translations/it.js +1 -1
  28. package/build/translations/ja.js +1 -1
  29. package/build/translations/jv.js +1 -1
  30. package/build/translations/ko.js +1 -1
  31. package/build/translations/lt.js +1 -1
  32. package/build/translations/lv.js +1 -1
  33. package/build/translations/ms.js +1 -1
  34. package/build/translations/nl.js +1 -1
  35. package/build/translations/no.js +1 -1
  36. package/build/translations/pl.js +1 -1
  37. package/build/translations/pt-br.js +1 -1
  38. package/build/translations/pt.js +1 -1
  39. package/build/translations/ro.js +1 -1
  40. package/build/translations/ru.js +1 -1
  41. package/build/translations/sk.js +1 -1
  42. package/build/translations/sq.js +1 -1
  43. package/build/translations/sr-latn.js +1 -1
  44. package/build/translations/sr.js +1 -1
  45. package/build/translations/sv.js +1 -1
  46. package/build/translations/th.js +1 -1
  47. package/build/translations/ti.js +1 -1
  48. package/build/translations/tk.js +1 -1
  49. package/build/translations/tr.js +1 -1
  50. package/build/translations/tt.js +1 -1
  51. package/build/translations/ug.js +1 -1
  52. package/build/translations/uk.js +1 -1
  53. package/build/translations/ur.js +1 -1
  54. package/build/translations/vi.js +1 -1
  55. package/build/translations/zh-cn.js +1 -1
  56. package/build/translations/zh.js +1 -1
  57. package/dist/annotations/annotations.d.ts +1 -1
  58. package/dist/annotations/sidebar.d.ts +2 -2
  59. package/dist/annotations/view/annotationview.d.ts +4 -4
  60. package/dist/annotations/view/sidebaritemview.d.ts +7 -3
  61. package/dist/annotations/view/sidebarview.d.ts +25 -4
  62. package/dist/comments/commentsediting.d.ts +8 -0
  63. package/dist/comments/commentsrepository.d.ts +14 -2
  64. package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
  65. package/dist/comments/ui/view/basecommentview.d.ts +41 -3
  66. package/dist/comments/ui/view/commentinputview.d.ts +17 -2
  67. package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
  68. package/dist/comments/ui/view/commentslistview.d.ts +17 -5
  69. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
  70. package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  71. package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
  72. package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
  73. package/dist/comments/ui/view/commentview.d.ts +9 -12
  74. package/dist/index-editor.css +33 -2
  75. package/dist/index.css +95 -2
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +9 -9
  78. package/dist/translations/af.js +1 -1
  79. package/dist/translations/af.umd.js +1 -1
  80. package/dist/translations/ar.js +1 -1
  81. package/dist/translations/ar.umd.js +1 -1
  82. package/dist/translations/bg.js +1 -1
  83. package/dist/translations/bg.umd.js +1 -1
  84. package/dist/translations/bn.js +1 -1
  85. package/dist/translations/bn.umd.js +1 -1
  86. package/dist/translations/bs.js +1 -1
  87. package/dist/translations/bs.umd.js +1 -1
  88. package/dist/translations/ca.js +1 -1
  89. package/dist/translations/ca.umd.js +1 -1
  90. package/dist/translations/cs.js +1 -1
  91. package/dist/translations/cs.umd.js +1 -1
  92. package/dist/translations/da.js +1 -1
  93. package/dist/translations/da.umd.js +1 -1
  94. package/dist/translations/de-ch.js +1 -1
  95. package/dist/translations/de-ch.umd.js +1 -1
  96. package/dist/translations/de.js +1 -1
  97. package/dist/translations/de.umd.js +1 -1
  98. package/dist/translations/el.js +1 -1
  99. package/dist/translations/el.umd.js +1 -1
  100. package/dist/translations/en-au.js +1 -1
  101. package/dist/translations/en-au.umd.js +1 -1
  102. package/dist/translations/en.js +1 -1
  103. package/dist/translations/en.umd.js +1 -1
  104. package/dist/translations/es-co.js +1 -1
  105. package/dist/translations/es-co.umd.js +1 -1
  106. package/dist/translations/es.js +1 -1
  107. package/dist/translations/es.umd.js +1 -1
  108. package/dist/translations/et.js +1 -1
  109. package/dist/translations/et.umd.js +1 -1
  110. package/dist/translations/fa.js +1 -1
  111. package/dist/translations/fa.umd.js +1 -1
  112. package/dist/translations/fi.js +1 -1
  113. package/dist/translations/fi.umd.js +1 -1
  114. package/dist/translations/fr.js +1 -1
  115. package/dist/translations/fr.umd.js +1 -1
  116. package/dist/translations/gl.js +1 -1
  117. package/dist/translations/gl.umd.js +1 -1
  118. package/dist/translations/he.js +1 -1
  119. package/dist/translations/he.umd.js +1 -1
  120. package/dist/translations/hi.js +1 -1
  121. package/dist/translations/hi.umd.js +1 -1
  122. package/dist/translations/hr.js +1 -1
  123. package/dist/translations/hr.umd.js +1 -1
  124. package/dist/translations/hu.js +1 -1
  125. package/dist/translations/hu.umd.js +1 -1
  126. package/dist/translations/id.js +1 -1
  127. package/dist/translations/id.umd.js +1 -1
  128. package/dist/translations/it.js +1 -1
  129. package/dist/translations/it.umd.js +1 -1
  130. package/dist/translations/ja.js +1 -1
  131. package/dist/translations/ja.umd.js +1 -1
  132. package/dist/translations/jv.js +1 -1
  133. package/dist/translations/jv.umd.js +1 -1
  134. package/dist/translations/ko.js +1 -1
  135. package/dist/translations/ko.umd.js +1 -1
  136. package/dist/translations/lt.js +1 -1
  137. package/dist/translations/lt.umd.js +1 -1
  138. package/dist/translations/lv.js +1 -1
  139. package/dist/translations/lv.umd.js +1 -1
  140. package/dist/translations/ms.js +1 -1
  141. package/dist/translations/ms.umd.js +1 -1
  142. package/dist/translations/nl.js +1 -1
  143. package/dist/translations/nl.umd.js +1 -1
  144. package/dist/translations/no.js +1 -1
  145. package/dist/translations/no.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/sk.js +1 -1
  157. package/dist/translations/sk.umd.js +1 -1
  158. package/dist/translations/sq.js +1 -1
  159. package/dist/translations/sq.umd.js +1 -1
  160. package/dist/translations/sr-latn.js +1 -1
  161. package/dist/translations/sr-latn.umd.js +1 -1
  162. package/dist/translations/sr.js +1 -1
  163. package/dist/translations/sr.umd.js +1 -1
  164. package/dist/translations/sv.js +1 -1
  165. package/dist/translations/sv.umd.js +1 -1
  166. package/dist/translations/th.js +1 -1
  167. package/dist/translations/th.umd.js +1 -1
  168. package/dist/translations/ti.js +1 -1
  169. package/dist/translations/ti.umd.js +1 -1
  170. package/dist/translations/tk.js +1 -1
  171. package/dist/translations/tk.umd.js +1 -1
  172. package/dist/translations/tr.js +1 -1
  173. package/dist/translations/tr.umd.js +1 -1
  174. package/dist/translations/tt.js +1 -1
  175. package/dist/translations/tt.umd.js +1 -1
  176. package/dist/translations/ug.js +1 -1
  177. package/dist/translations/ug.umd.js +1 -1
  178. package/dist/translations/uk.js +1 -1
  179. package/dist/translations/uk.umd.js +1 -1
  180. package/dist/translations/ur.js +1 -1
  181. package/dist/translations/ur.umd.js +1 -1
  182. package/dist/translations/vi.js +1 -1
  183. package/dist/translations/vi.umd.js +1 -1
  184. package/dist/translations/zh-cn.js +1 -1
  185. package/dist/translations/zh-cn.umd.js +1 -1
  186. package/dist/translations/zh.js +1 -1
  187. package/dist/translations/zh.umd.js +1 -1
  188. package/dist/utils/common-translations.d.ts +1 -1
  189. package/lang/contexts.json +15 -0
  190. package/lang/translations/af.po +62 -0
  191. package/lang/translations/ar.po +68 -2
  192. package/lang/translations/bg.po +64 -2
  193. package/lang/translations/bn.po +64 -2
  194. package/lang/translations/bs.po +63 -0
  195. package/lang/translations/ca.po +64 -2
  196. package/lang/translations/cs.po +66 -2
  197. package/lang/translations/da.po +64 -2
  198. package/lang/translations/de-ch.po +62 -0
  199. package/lang/translations/de.po +64 -2
  200. package/lang/translations/el.po +64 -2
  201. package/lang/translations/en-au.po +62 -0
  202. package/lang/translations/en.po +64 -2
  203. package/lang/translations/es-co.po +63 -0
  204. package/lang/translations/es.po +65 -2
  205. package/lang/translations/et.po +64 -2
  206. package/lang/translations/fa.po +62 -0
  207. package/lang/translations/fi.po +64 -2
  208. package/lang/translations/fr.po +65 -2
  209. package/lang/translations/gl.po +64 -2
  210. package/lang/translations/he.po +65 -2
  211. package/lang/translations/hi.po +64 -2
  212. package/lang/translations/hr.po +63 -0
  213. package/lang/translations/hu.po +64 -2
  214. package/lang/translations/id.po +63 -2
  215. package/lang/translations/it.po +65 -2
  216. package/lang/translations/ja.po +63 -2
  217. package/lang/translations/jv.po +61 -0
  218. package/lang/translations/ko.po +63 -2
  219. package/lang/translations/lt.po +66 -2
  220. package/lang/translations/lv.po +65 -2
  221. package/lang/translations/ms.po +63 -2
  222. package/lang/translations/nl.po +64 -2
  223. package/lang/translations/no.po +64 -2
  224. package/lang/translations/pl.po +66 -2
  225. package/lang/translations/pt-br.po +65 -2
  226. package/lang/translations/pt.po +65 -2
  227. package/lang/translations/ro.po +65 -2
  228. package/lang/translations/ru.po +66 -2
  229. package/lang/translations/sk.po +66 -2
  230. package/lang/translations/sq.po +62 -0
  231. package/lang/translations/sr-latn.po +65 -2
  232. package/lang/translations/sr.po +65 -2
  233. package/lang/translations/sv.po +64 -2
  234. package/lang/translations/th.po +63 -2
  235. package/lang/translations/ti.po +62 -0
  236. package/lang/translations/tk.po +62 -0
  237. package/lang/translations/tr.po +64 -2
  238. package/lang/translations/tt.po +61 -0
  239. package/lang/translations/ug.po +64 -2
  240. package/lang/translations/uk.po +66 -2
  241. package/lang/translations/ur.po +62 -0
  242. package/lang/translations/vi.po +63 -2
  243. package/lang/translations/zh-cn.po +63 -2
  244. package/lang/translations/zh.po +63 -2
  245. package/package.json +14 -13
  246. package/src/annotations/annotation.js +2 -2
  247. package/src/annotations/annotationcollection.js +1 -1
  248. package/src/annotations/annotations.d.ts +1 -1
  249. package/src/annotations/annotations.js +1 -1
  250. package/src/annotations/annotationsuis.js +1 -1
  251. package/src/annotations/editorannotations.js +1 -1
  252. package/src/annotations/inlineannotations.js +1 -1
  253. package/src/annotations/narrowsidebar.js +1 -1
  254. package/src/annotations/sidebar.d.ts +2 -2
  255. package/src/annotations/sidebar.js +1 -1
  256. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  257. package/src/annotations/view/annotationview.d.ts +4 -4
  258. package/src/annotations/view/annotationview.js +1 -1
  259. package/src/annotations/view/sidebaritemview.d.ts +7 -3
  260. package/src/annotations/view/sidebaritemview.js +1 -1
  261. package/src/annotations/view/sidebarview.d.ts +25 -4
  262. package/src/annotations/view/sidebarview.js +1 -1
  263. package/src/annotations/widesidebar.js +1 -1
  264. package/src/comments/addcommentthreadcommand.js +1 -1
  265. package/src/comments/commentsarchive.js +1 -1
  266. package/src/comments/commentsarchiveui.js +1 -1
  267. package/src/comments/commentsediting.d.ts +8 -0
  268. package/src/comments/commentsediting.js +1 -1
  269. package/src/comments/commentsrepository.d.ts +14 -2
  270. package/src/comments/commentsrepository.js +3 -3
  271. package/src/comments/commentsui.js +1 -1
  272. package/src/comments/integrations/clipboard.js +1 -1
  273. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  274. package/src/comments/integrations/importword.js +1 -1
  275. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  276. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  277. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  278. package/src/comments/ui/commentthreadcontroller.js +2 -2
  279. package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
  280. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  281. package/src/comments/ui/view/basecommentview.d.ts +41 -3
  282. package/src/comments/ui/view/basecommentview.js +1 -1
  283. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  284. package/src/comments/ui/view/commentcontentview.js +1 -1
  285. package/src/comments/ui/view/commentinputview.d.ts +17 -2
  286. package/src/comments/ui/view/commentinputview.js +1 -1
  287. package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
  288. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  289. package/src/comments/ui/view/commentslistview.d.ts +17 -5
  290. package/src/comments/ui/view/commentslistview.js +1 -1
  291. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
  292. package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
  293. package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  294. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  295. package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
  296. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  297. package/src/comments/ui/view/commentthreadview.d.ts +11 -6
  298. package/src/comments/ui/view/commentthreadview.js +2 -2
  299. package/src/comments/ui/view/commentview.d.ts +9 -12
  300. package/src/comments/ui/view/commentview.js +2 -2
  301. package/src/comments.js +1 -1
  302. package/src/commentsonly.js +1 -1
  303. package/src/index.d.ts +1 -0
  304. package/src/index.js +1 -1
  305. package/src/utils/common-translations.d.ts +1 -1
  306. package/src/utils/common-translations.js +1 -1
  307. package/src/utils/createmutationobserver.js +1 -1
  308. package/theme/comment.css +6 -0
  309. package/theme/commentthread.css +43 -2
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x59108a=_0x1dd2;(function(_0x790da3,_0x398b69){const _0x3055a2=_0x1dd2,_0x26cf72=_0x790da3();while(!![]){try{const _0x4966dd=parseInt(_0x3055a2(0xf5))/0x1+-parseInt(_0x3055a2(0xe7))/0x2*(-parseInt(_0x3055a2(0x10a))/0x3)+parseInt(_0x3055a2(0x118))/0x4*(-parseInt(_0x3055a2(0x100))/0x5)+parseInt(_0x3055a2(0x11f))/0x6+-parseInt(_0x3055a2(0xf2))/0x7*(-parseInt(_0x3055a2(0xf7))/0x8)+parseInt(_0x3055a2(0x105))/0x9+-parseInt(_0x3055a2(0x122))/0xa*(parseInt(_0x3055a2(0x109))/0xb);if(_0x4966dd===_0x398b69)break;else _0x26cf72['push'](_0x26cf72['shift']());}catch(_0x2e4af0){_0x26cf72['push'](_0x26cf72['shift']());}}}(_0x1508,0xb3799));import{Plugin as _0x22a3bb}from'ckeditor5/src/core.js';import _0x429078 from'./commentsrepository.js';import _0x208a71 from'./commentsediting.js';import _0x3a3b64 from'../annotations/editorannotations.js';import{ButtonView as _0x3d5bb0,MenuBarMenuListItemButtonView as _0x4c1a42}from'ckeditor5/src/ui.js';import _0x4e2a3e from'../../theme/icons/add-comment.svg';import _0xefa1c0 from'../annotations/annotations.js';import _0x1966b4 from'./ui/view/commentslistview.js';import _0xdfd66e from'./ui/view/commentthreadinputview.js';import{getTranslation as _0xede9be}from'../utils/common-translations.js';export default class s extends _0x22a3bb{static get[_0x59108a(0x101)](){const _0x3f9abc=_0x59108a;return _0x3f9abc(0x11d);}static get[_0x59108a(0x114)](){return[_0x429078,_0x208a71,_0x3a3b64,_0xefa1c0];}get[_0x59108a(0x110)](){return _0x1966b4;}get[_0x59108a(0x10c)](){return _0xdfd66e;}[_0x59108a(0x104)](){const _0x3fe712=_0x59108a,_0x2720f0=this[_0x3fe712(0xff)],_0x350649=_0x2720f0[_0x3fe712(0x10e)][_0x3fe712(0xea)](_0x429078),_0x3c58d9=_0x2720f0[_0x3fe712(0x10e)][_0x3fe712(0xea)](_0x208a71),_0x492db6=_0x2720f0[_0x3fe712(0x10e)][_0x3fe712(0xea)](_0xefa1c0),_0x52feac=_0x2720f0[_0x3fe712(0x10e)][_0x3fe712(0xea)](_0x3a3b64);_0x2720f0['ui'][_0x3fe712(0x115)][_0x3fe712(0x113)](_0x3fe712(0x11c),()=>{const _0x10958f=_0x3fe712,_0xdf0e0c=this[_0x10958f(0x121)](_0x3d5bb0);return _0xdf0e0c[_0x10958f(0x11a)]=!0x0,_0xdf0e0c;}),_0x2720f0['ui'][_0x3fe712(0x115)][_0x3fe712(0x113)](_0x3fe712(0x10f),()=>this[_0x3fe712(0x121)](_0x4c1a42)),_0x52feac[_0x3fe712(0xef)](()=>{const _0x563040=_0x3fe712,_0x420001=[];for(const [_0x84b813,_0x4a0741]of _0x350649[_0x563040(0x123)]){const _0x5cf687=_0x3c58d9[_0x563040(0xf3)](_0x84b813['id']),_0x1d2700=_0x5cf687[_0x563040(0x108)](_0x4cc78d=>_0x4cc78d[_0x563040(0x119)]());_0x5cf687[_0x563040(0xf4)]>0x0&&_0x420001[_0x563040(0xfb)]([_0x4a0741[_0x563040(0x102)],_0x1d2700]);}return _0x420001;}),this[_0x3fe712(0x10d)](_0x492db6,_0x3fe712(0xf9),(_0x1819ac,_0x18e667,_0x2b0bff)=>{const _0x36ece6=_0x3fe712,_0x3ab685=Array[_0x36ece6(0xe9)](_0x2b0bff)[_0x36ece6(0x108)](_0x1b1a67=>_0x1b1a67[_0x36ece6(0x107)])[_0x36ece6(0x120)](_0x45c3f1=>_0x350649[_0x36ece6(0xf6)][_0x36ece6(0xec)](_0x45c3f1));if(!_0x3ab685)return void(_0x3c58d9[_0x36ece6(0x117)]=null);const _0xfc8c2e=_0x350649[_0x36ece6(0xf6)][_0x36ece6(0xea)](_0x3ab685)[_0x36ece6(0xf1)]['id'],_0x4fa61e=_0x36ece6(0xfc)+_0xfc8c2e;_0xfc8c2e&&_0x3c58d9[_0x36ece6(0xee)](_0xfc8c2e)?_0x3c58d9[_0x36ece6(0x117)]=_0x4fa61e:_0x3c58d9[_0x36ece6(0x117)]&&(_0x3c58d9[_0x36ece6(0x117)]=null);}),this[_0x3fe712(0x10d)](_0x350649,_0x3fe712(0xe8),(_0x37ece4,{threadId:_0x48af5f,isFromAdapter:_0x578b91})=>{const _0x209e93=_0x3fe712;!_0x578b91&&_0x2720f0['ui'][_0x209e93(0x112)][_0x209e93(0xe6)]&&_0x3c58d9[_0x209e93(0xee)](_0x48af5f)&&_0x2720f0[_0x209e93(0x116)][_0x209e93(0x102)][_0x209e93(0x11b)]();},{'priority':_0x3fe712(0xfa)}),this[_0x3fe712(0x10d)](_0x350649,_0x3fe712(0xed),(_0x2cbb8c,{threadId:_0x1276e2,isFromAdapter:_0x51c337})=>{const _0x2f8366=_0x3fe712;if(_0x51c337||!_0x3c58d9[_0x2f8366(0xee)](_0x1276e2)||!_0x350649[_0x2f8366(0x11e)](_0x1276e2))return;0x1===_0x350649[_0x2f8366(0xf8)](_0x1276e2)[_0x2f8366(0xf4)]&&(_0x2720f0[_0x2f8366(0x116)][_0x2f8366(0x102)][_0x2f8366(0x11b)](),_0x2cbb8c[_0x2f8366(0xf0)]());},{'priority':_0x3fe712(0x111)});}[_0x59108a(0x121)](_0x4d92f9){const _0x192c2e=_0x59108a,_0x1d3e9d=this[_0x192c2e(0xff)],_0x3ec95d=new _0x4d92f9(_0x1d3e9d[_0x192c2e(0xfd)]),_0x174190=_0x1d3e9d[_0x192c2e(0xfe)][_0x192c2e(0xea)](_0x192c2e(0x106));return _0x3ec95d[_0x192c2e(0xe5)]({'label':_0xede9be(_0x1d3e9d[_0x192c2e(0xfd)],_0x192c2e(0xe4)),'icon':_0x4e2a3e}),_0x3ec95d[_0x192c2e(0x103)](_0x192c2e(0xeb))['to'](_0x174190),this[_0x192c2e(0x10d)](_0x3ec95d,_0x192c2e(0x10b),()=>_0x174190[_0x192c2e(0x10b)]()),_0x3ec95d;}}function _0x1dd2(_0x1994e8,_0x20d4b2){const _0x1508fa=_0x1508();return _0x1dd2=function(_0x1dd25e,_0x3ff150){_0x1dd25e=_0x1dd25e-0xe4;let _0x54bd4f=_0x1508fa[_0x1dd25e];return _0x54bd4f;},_0x1dd2(_0x1994e8,_0x20d4b2);}function _0x1508(){const _0x346b77=['change:activeAnnotations','highest','push','comment:','locale','commands','editor','420110QidHSl','pluginName','view','bind','init','11978523TpuGcz','addCommentThread','innerView','map','51073CyKawv','1071sirrPq','execute','CommentThreadInputView','listenTo','plugins','menuBar:comment','CommentsListView','low','focusTracker','add','requires','componentFactory','editing','activeMarker','56ISZFxV','getRange','tooltip','focus','comment','CommentsUI','hasCommentThread','1721532WwpJLt','find','_createUIButton','4030PpTSQH','_threadToController','Comment','set','isFocused','4198FjNnDE','removeCommentThread','from','get','isEnabled','has','addComment','hasMarkerForId','addSourceCollector','stop','model','70ybvSzZ','getAllMarkersForId','length','1088064UayWYQ','_viewToController','261832uEDhEl','getCommentThread'];_0x1508=function(){return _0x346b77;};return _0x1508();}
23
+ const _0x4e0bc8=_0x1815;function _0x4ed8(){const _0x3e0704=['81678noGsVZ','4946634hZOsRd','removeCommentThread','CommentsListView','_initKeyboardNavigation','init','plugins','locale','83730ldDiux','isEnabled','CommentThreadInputView','getAllMarkersForId','from','requires','listenTo','map','isFocused','2069505bmhHbl','push','archivedAt','low','find','217psipUE','get','Comment','view','componentFactory','addSourceCollector','innerView','64GSuaOj','bind','menuBar:comment','highest','focus','242474RxRRtb','activeMarker','comment:','hasMarkerForId','comment','_createUIButton','add','addCommentThread','change:activeAnnotations','execute','stop','focusTracker','collaboration.channelId','pluginName','addComment','length','277934WWkXVs','getRange','3435024zckYqB','set','keystrokes','_viewToController','CommentsUI','config','tooltip','escapeThread','commands','getCommentThread','editor','_threadToController','model','has','editing','hasCommentThread'];_0x4ed8=function(){return _0x3e0704;};return _0x4ed8();}(function(_0x1d8132,_0x5bcaa9){const _0x4ef324=_0x1815,_0x2c7770=_0x1d8132();while(!![]){try{const _0x85cdec=parseInt(_0x4ef324(0x1d5))/0x1+-parseInt(_0x4ef324(0x1e5))/0x2+-parseInt(_0x4ef324(0x1ff))/0x3*(parseInt(_0x4ef324(0x1d0))/0x4)+parseInt(_0x4ef324(0x1c4))/0x5+parseInt(_0x4ef324(0x1f7))/0x6*(parseInt(_0x4ef324(0x1c9))/0x7)+parseInt(_0x4ef324(0x1e7))/0x8+-parseInt(_0x4ef324(0x1f8))/0x9;if(_0x85cdec===_0x5bcaa9)break;else _0x2c7770['push'](_0x2c7770['shift']());}catch(_0x3b0e30){_0x2c7770['push'](_0x2c7770['shift']());}}}(_0x4ed8,0x5af7b));import{Plugin as _0x17a488}from'ckeditor5/src/core.js';function _0x1815(_0xd03b54,_0x1d9ee7){const _0x4ed885=_0x4ed8();return _0x1815=function(_0x181585,_0x20cacf){_0x181585=_0x181585-0x1c3;let _0x3f54a6=_0x4ed885[_0x181585];return _0x3f54a6;},_0x1815(_0xd03b54,_0x1d9ee7);}import _0x323d63 from'./commentsrepository.js';import _0x422e0e,{splitMarkerName as _0x3ff202}from'./commentsediting.js';import _0x20851e from'../annotations/editorannotations.js';import{ButtonView as _0xb9164,MenuBarMenuListItemButtonView as _0x51fa01}from'ckeditor5/src/ui.js';import _0x2ebf07 from'../../theme/icons/add-comment.svg';import _0x4bda8e from'../annotations/annotations.js';import _0x3bce58 from'./ui/view/commentslistview.js';import _0x15c7ef from'./ui/view/commentthreadinputview.js';import{getTranslation as _0x4ef463}from'../utils/common-translations.js';import{ENTER_THREAD_KEYSTROKE as _0x238c2e}from'ckeditor5-collaboration/src/collaboration-core.js';export default class s extends _0x17a488{static get[_0x4e0bc8(0x1e2)](){const _0x22c42b=_0x4e0bc8;return _0x22c42b(0x1eb);}static get[_0x4e0bc8(0x204)](){return[_0x323d63,_0x422e0e,_0x20851e,_0x4bda8e];}get[_0x4e0bc8(0x1fa)](){return _0x3bce58;}get[_0x4e0bc8(0x201)](){return _0x15c7ef;}[_0x4e0bc8(0x1fc)](){const _0x3100a8=_0x4e0bc8,_0x527868=this[_0x3100a8(0x1f1)],_0xf781df=_0x527868[_0x3100a8(0x1fd)][_0x3100a8(0x1ca)](_0x323d63),_0x3bb165=_0x527868[_0x3100a8(0x1fd)][_0x3100a8(0x1ca)](_0x422e0e),_0x61fec1=_0x527868[_0x3100a8(0x1fd)][_0x3100a8(0x1ca)](_0x4bda8e),_0x313bfb=_0x527868[_0x3100a8(0x1fd)][_0x3100a8(0x1ca)](_0x20851e);_0x527868['ui'][_0x3100a8(0x1cd)][_0x3100a8(0x1db)](_0x3100a8(0x1d9),()=>{const _0x5beffb=_0x3100a8,_0x5418cf=this[_0x5beffb(0x1da)](_0xb9164);return _0x5418cf[_0x5beffb(0x1ed)]=!0x0,_0x5418cf;}),_0x527868['ui'][_0x3100a8(0x1cd)][_0x3100a8(0x1db)](_0x3100a8(0x1d2),()=>this[_0x3100a8(0x1da)](_0x51fa01)),_0x313bfb[_0x3100a8(0x1ce)](()=>{const _0xd8a02f=_0x3100a8,_0x24264d=[];for(const [_0x47db15,_0x175006]of _0xf781df[_0xd8a02f(0x1f2)]){const _0x182332=_0x3bb165[_0xd8a02f(0x202)](_0x47db15['id']),_0x5d27f0=_0x182332[_0xd8a02f(0x206)](_0x4df50a=>_0x4df50a[_0xd8a02f(0x1e6)]());_0x182332[_0xd8a02f(0x1e4)]>0x0&&_0x24264d[_0xd8a02f(0x1c5)]([_0x175006[_0xd8a02f(0x1cc)],_0x5d27f0]);}return _0x24264d;}),this[_0x3100a8(0x205)](_0x61fec1,_0x3100a8(0x1dd),(_0x49ea82,_0x4f2913,_0x32d7a6)=>{const _0x20c450=_0x3100a8,_0x407267=Array[_0x20c450(0x203)](_0x32d7a6)[_0x20c450(0x206)](_0x2e9000=>_0x2e9000[_0x20c450(0x1cf)])[_0x20c450(0x1c8)](_0x526222=>_0xf781df[_0x20c450(0x1ea)][_0x20c450(0x1f4)](_0x526222));if(!_0x407267)return void(_0x3bb165[_0x20c450(0x1d6)]=null);const _0x1f68b1=_0xf781df[_0x20c450(0x1ea)][_0x20c450(0x1ca)](_0x407267)[_0x20c450(0x1f3)]['id'],_0x19ab77=_0x20c450(0x1d7)+_0x1f68b1;_0x1f68b1&&_0x3bb165[_0x20c450(0x1d8)](_0x1f68b1)?_0x3bb165[_0x20c450(0x1d6)]=_0x19ab77:_0x3bb165[_0x20c450(0x1d6)]&&(_0x3bb165[_0x20c450(0x1d6)]=null);}),this[_0x3100a8(0x205)](_0xf781df,_0x3100a8(0x1f9),(_0x4b9655,{threadId:_0x599d36,isFromAdapter:_0x4a652c})=>{const _0x4da128=_0x3100a8;!_0x4a652c&&_0x527868['ui'][_0x4da128(0x1e0)][_0x4da128(0x1c3)]&&_0x3bb165[_0x4da128(0x1d8)](_0x599d36)&&_0x527868[_0x4da128(0x1f5)][_0x4da128(0x1cc)][_0x4da128(0x1d4)]();},{'priority':_0x3100a8(0x1d3)}),this[_0x3100a8(0x205)](_0xf781df,_0x3100a8(0x1e3),(_0x419bf3,{threadId:_0xfa7666,isFromAdapter:_0x111081})=>{const _0x13a12f=_0x3100a8;if(_0x111081||!_0x3bb165[_0x13a12f(0x1d8)](_0xfa7666)||!_0xf781df[_0x13a12f(0x1f6)](_0xfa7666))return;0x1===_0xf781df[_0x13a12f(0x1f0)](_0xfa7666)[_0x13a12f(0x1e4)]&&(_0x527868[_0x13a12f(0x1f5)][_0x13a12f(0x1cc)][_0x13a12f(0x1d4)](),_0x419bf3[_0x13a12f(0x1df)]());},{'priority':_0x3100a8(0x1c7)}),this[_0x3100a8(0x1fb)]();}[_0x4e0bc8(0x1da)](_0x1a35b7){const _0x1c9479=_0x4e0bc8,_0x1893be=this[_0x1c9479(0x1f1)],_0x1a7134=new _0x1a35b7(_0x1893be[_0x1c9479(0x1fe)]),_0x1cc26d=_0x1893be[_0x1c9479(0x1ef)][_0x1c9479(0x1ca)](_0x1c9479(0x1dc));return _0x1a7134[_0x1c9479(0x1e8)]({'label':_0x4ef463(_0x1893be[_0x1c9479(0x1fe)],_0x1c9479(0x1cb)),'icon':_0x2ebf07}),_0x1a7134[_0x1c9479(0x1d1)](_0x1c9479(0x200))['to'](_0x1cc26d),this[_0x1c9479(0x205)](_0x1a7134,_0x1c9479(0x1de),()=>_0x1cc26d[_0x1c9479(0x1de)]()),_0x1a7134;}[_0x4e0bc8(0x1fb)](){const _0x96b0ea=_0x4e0bc8,_0x1e75a3=this[_0x96b0ea(0x1f1)],_0x9640c=_0x1e75a3[_0x96b0ea(0x1fd)][_0x96b0ea(0x1ca)](_0x323d63);this[_0x96b0ea(0x205)](_0x9640c,_0x96b0ea(0x1ee),(_0x5cf336,{threadId:_0x42887a,channelId:_0x5d4e5d})=>{const _0x500a19=_0x96b0ea;if(_0x5d4e5d!==_0x1e75a3[_0x500a19(0x1ec)][_0x500a19(0x1ca)](_0x500a19(0x1e1)))return;const _0xd98b76=_0x9640c[_0x500a19(0x1f0)](_0x42887a);_0xd98b76&&!_0xd98b76[_0x500a19(0x1c6)]&&_0x1e75a3[_0x500a19(0x1f5)][_0x500a19(0x1cc)][_0x500a19(0x1d4)]();},{'priority':_0x96b0ea(0x1c7)}),_0x1e75a3[_0x96b0ea(0x1e9)][_0x96b0ea(0x1e8)](_0x238c2e,(_0x457d21,_0x278f40)=>{const _0x4d0ab0=_0x96b0ea,_0x557e93=this[_0x4d0ab0(0x1f1)][_0x4d0ab0(0x1fd)][_0x4d0ab0(0x1ca)](_0x422e0e);if(!_0x557e93[_0x4d0ab0(0x1d6)])return;const _0x16fc06=_0x1e75a3[_0x4d0ab0(0x1fd)][_0x4d0ab0(0x1ca)](_0x323d63),{id:_0x217dad}=_0x3ff202(_0x557e93[_0x4d0ab0(0x1d6)]),_0xdf5b69=_0x16fc06[_0x4d0ab0(0x1f0)](_0x217dad);_0xdf5b69&&(_0x16fc06[_0x4d0ab0(0x1f2)][_0x4d0ab0(0x1ca)](_0xdf5b69)[_0x4d0ab0(0x1cc)][_0x4d0ab0(0x1d4)](),_0x278f40());});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x59e296=_0x91ee;(function(_0x10fb1f,_0x4cf6a6){const _0x21813b=_0x91ee,_0x399bf1=_0x10fb1f();while(!![]){try{const _0x2d96e0=-parseInt(_0x21813b(0x1cf))/0x1*(parseInt(_0x21813b(0x1d0))/0x2)+parseInt(_0x21813b(0x1c9))/0x3+-parseInt(_0x21813b(0x1c6))/0x4+-parseInt(_0x21813b(0x1cc))/0x5*(-parseInt(_0x21813b(0x1d5))/0x6)+parseInt(_0x21813b(0x1bc))/0x7+parseInt(_0x21813b(0x1d2))/0x8*(parseInt(_0x21813b(0x1d9))/0x9)+-parseInt(_0x21813b(0x1b3))/0xa;if(_0x2d96e0===_0x4cf6a6)break;else _0x399bf1['push'](_0x399bf1['shift']());}catch(_0x3e8084){_0x399bf1['push'](_0x399bf1['shift']());}}}(_0x260a,0xe50f4));function _0x91ee(_0x22b05e,_0x18e3c4){const _0x260acb=_0x260a();return _0x91ee=function(_0x91ee43,_0x221743){_0x91ee43=_0x91ee43-0x1b3;let _0x32c651=_0x260acb[_0x91ee43];return _0x32c651;},_0x91ee(_0x22b05e,_0x18e3c4);}function _0x260a(){const _0x2f35d2=['168678NwZztS','contentInsertion','comments.copyMarkers','delete','168237CPOdZY','config','dragstart','split','5237590vDNgGO','all','ClipboardPipeline','editor','content','default','requires','markers','has','34888sTZuDd','define','comment','cut','_registerMarkerToCopy','hasCommentThread','ClipboardMarkersUtils','plugins','afterInit','always','6221452suxYkR','CommentsRepository','keys','4097118gXGNMq','get','_mapCommentsCopyConfigToRegisterConfiguration','205gDdKDQ','highest','_removeMarkersWithoutThreads','1dDWDjG','2488844YlGoQv','_registerMarkerInClipboardPipeline','744sJqRTM','never','listenTo'];_0x260a=function(){return _0x2f35d2;};return _0x260a();}import{Plugin as _0x4c7053}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x10e5f5,ClipboardMarkersUtils as _0x2b7808}from'ckeditor5/src/clipboard.js';export default class rt extends _0x4c7053{constructor(_0x58d2fa){const _0x3a96c8=_0x91ee;super(_0x58d2fa),this[_0x3a96c8(0x1b6)][_0x3a96c8(0x1da)][_0x3a96c8(0x1bd)](_0x3a96c8(0x1d7),_0x3a96c8(0x1b8));}static get[_0x59e296(0x1b9)](){return[_0x2b7808,_0x10e5f5];}[_0x59e296(0x1c4)](){const _0x3d3a1e=_0x59e296,_0x4b7f27=this[_0x3d3a1e(0x1b6)][_0x3d3a1e(0x1c3)][_0x3d3a1e(0x1ca)](_0x3d3a1e(0x1b5));this[_0x3d3a1e(0x1d1)](),this[_0x3d3a1e(0x1d4)](_0x4b7f27,_0x3d3a1e(0x1d6),(_0x12c3cb,_0x1cad25)=>this[_0x3d3a1e(0x1ce)](_0x1cad25[_0x3d3a1e(0x1b7)][_0x3d3a1e(0x1ba)]),{'priority':_0x3d3a1e(0x1cd)});}[_0x59e296(0x1ce)](_0x31d0b8){const _0x4cdf88=_0x59e296;if(!this[_0x4cdf88(0x1b6)][_0x4cdf88(0x1c3)][_0x4cdf88(0x1bb)](_0x4cdf88(0x1c7)))return _0x31d0b8;const _0x326fdd=this[_0x4cdf88(0x1b6)][_0x4cdf88(0x1c3)][_0x4cdf88(0x1ca)](_0x4cdf88(0x1c7));for(const _0x61d4e of _0x31d0b8[_0x4cdf88(0x1c8)]()){const [_0x58ca8d,_0x16133e]=_0x61d4e[_0x4cdf88(0x1dc)](':');_0x4cdf88(0x1be)!=_0x58ca8d||_0x326fdd[_0x4cdf88(0x1c1)](_0x16133e)||_0x31d0b8[_0x4cdf88(0x1d8)](_0x61d4e);}return _0x31d0b8;}[_0x59e296(0x1d1)](){const _0x3dd193=_0x59e296,_0x35836e=this[_0x3dd193(0x1b6)][_0x3dd193(0x1c3)][_0x3dd193(0x1ca)](_0x3dd193(0x1c2)),_0x4eb29f=this[_0x3dd193(0x1cb)](this[_0x3dd193(0x1b6)][_0x3dd193(0x1da)][_0x3dd193(0x1ca)](_0x3dd193(0x1d7)));_0x4eb29f&&_0x35836e[_0x3dd193(0x1c0)](_0x3dd193(0x1be),_0x4eb29f);}[_0x59e296(0x1cb)](_0x593c63){const _0x1f7f3f=_0x59e296;switch(_0x593c63){case _0x1f7f3f(0x1c5):return{'allowedActions':_0x1f7f3f(0x1b4),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x1f7f3f(0x1b8):return{'allowedActions':[_0x1f7f3f(0x1bf),_0x1f7f3f(0x1db)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x1f7f3f(0x1d3):return null;default:return null;}}}
23
+ const _0x87f30=_0xf8ef;function _0xf8ef(_0x3038ce,_0x4cf053){const _0x50ad3f=_0x50ad();return _0xf8ef=function(_0xf8ef27,_0xf8cc3d){_0xf8ef27=_0xf8ef27-0xcb;let _0x426b7c=_0x50ad3f[_0xf8ef27];return _0x426b7c;},_0xf8ef(_0x3038ce,_0x4cf053);}(function(_0x32eb33,_0x426852){const _0x5e8215=_0xf8ef,_0x139dcf=_0x32eb33();while(!![]){try{const _0x11f24b=parseInt(_0x5e8215(0xdf))/0x1*(-parseInt(_0x5e8215(0xef))/0x2)+-parseInt(_0x5e8215(0xe3))/0x3+-parseInt(_0x5e8215(0xf3))/0x4*(-parseInt(_0x5e8215(0xde))/0x5)+parseInt(_0x5e8215(0xd0))/0x6+-parseInt(_0x5e8215(0xee))/0x7*(parseInt(_0x5e8215(0xdb))/0x8)+parseInt(_0x5e8215(0xd8))/0x9+parseInt(_0x5e8215(0xd5))/0xa;if(_0x11f24b===_0x426852)break;else _0x139dcf['push'](_0x139dcf['shift']());}catch(_0x3047a5){_0x139dcf['push'](_0x139dcf['shift']());}}}(_0x50ad,0x5df1d));import{Plugin as _0x4769c6}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x17c136,ClipboardMarkersUtils as _0x57f25b}from'ckeditor5/src/clipboard.js';export default class st extends _0x4769c6{constructor(_0x395637){const _0x30743d=_0xf8ef;super(_0x395637),this[_0x30743d(0xe4)][_0x30743d(0xe5)][_0x30743d(0xe8)](_0x30743d(0xd3),_0x30743d(0xeb));}static get[_0x87f30(0xcd)](){return[_0x57f25b,_0x17c136];}[_0x87f30(0xf2)](){const _0x1a8cc6=_0x87f30,_0x48cd1b=this[_0x1a8cc6(0xe4)][_0x1a8cc6(0xda)][_0x1a8cc6(0xe1)](_0x1a8cc6(0xec));this[_0x1a8cc6(0xd7)](),this[_0x1a8cc6(0xf4)](_0x48cd1b,_0x1a8cc6(0xd1),(_0x503075,_0x1e22ae)=>this[_0x1a8cc6(0xf0)](_0x1e22ae[_0x1a8cc6(0xe0)][_0x1a8cc6(0xcb)]),{'priority':_0x1a8cc6(0xd6)});}[_0x87f30(0xf0)](_0x3f4ef1){const _0x1ec0d6=_0x87f30;if(!this[_0x1ec0d6(0xe4)][_0x1ec0d6(0xda)][_0x1ec0d6(0xcc)](_0x1ec0d6(0xdd)))return _0x3f4ef1;const _0x18af35=this[_0x1ec0d6(0xe4)][_0x1ec0d6(0xda)][_0x1ec0d6(0xe1)](_0x1ec0d6(0xdd));for(const _0x465c32 of _0x3f4ef1[_0x1ec0d6(0xe2)]()){const [_0x1d5ca9,_0x51282f]=_0x465c32[_0x1ec0d6(0xce)](':');_0x1ec0d6(0xd4)!=_0x1d5ca9||_0x18af35[_0x1ec0d6(0xe9)](_0x51282f)||_0x3f4ef1[_0x1ec0d6(0xdc)](_0x465c32);}return _0x3f4ef1;}[_0x87f30(0xd7)](){const _0x1543dc=_0x87f30,_0x583232=this[_0x1543dc(0xe4)][_0x1543dc(0xda)][_0x1543dc(0xe1)](_0x1543dc(0xe7)),_0x524d07=this[_0x1543dc(0xed)](this[_0x1543dc(0xe4)][_0x1543dc(0xe5)][_0x1543dc(0xe1)](_0x1543dc(0xd3)));_0x524d07&&_0x583232[_0x1543dc(0xd9)](_0x1543dc(0xd4),_0x524d07);}[_0x87f30(0xed)](_0x2ac12a){const _0x152445=_0x87f30;switch(_0x2ac12a){case _0x152445(0xe6):return{'allowedActions':_0x152445(0xea),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x152445(0xeb):return{'allowedActions':[_0x152445(0xf1),_0x152445(0xd2)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x152445(0xcf):return null;default:return null;}}}function _0x50ad(){const _0x4ef166=['CommentsRepository','391270LGAftk','3751mjydne','content','get','keys','2019192POqgBL','editor','config','always','ClipboardMarkersUtils','define','hasCommentThread','all','default','ClipboardPipeline','_mapCommentsCopyConfigToRegisterConfiguration','891989AAQjRx','186wtGfYu','_removeMarkersWithoutThreads','cut','afterInit','4HauxEW','listenTo','markers','has','requires','split','never','3266262QFlGmX','contentInsertion','dragstart','comments.copyMarkers','comment','10818460hpnGkI','highest','_registerMarkerInClipboardPipeline','760572VBQCSf','_registerMarkerToCopy','plugins','24kFIKbL','delete'];_0x50ad=function(){return _0x4ef166;};return _0x50ad();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1a6a(_0x1e2656,_0x218ec4){const _0x4adff7=_0x4adf();return _0x1a6a=function(_0x1a6a7d,_0x5bd5f0){_0x1a6a7d=_0x1a6a7d-0xdd;let _0x111c61=_0x4adff7[_0x1a6a7d];return _0x111c61;},_0x1a6a(_0x1e2656,_0x218ec4);}const _0x3dd229=_0x1a6a;(function(_0xf6fdcb,_0x582e33){const _0x170e40=_0x1a6a,_0x2ca917=_0xf6fdcb();while(!![]){try{const _0x3c6355=parseInt(_0x170e40(0xed))/0x1+-parseInt(_0x170e40(0xe3))/0x2*(parseInt(_0x170e40(0xe7))/0x3)+parseInt(_0x170e40(0xe9))/0x4*(parseInt(_0x170e40(0xe8))/0x5)+-parseInt(_0x170e40(0xe2))/0x6+parseInt(_0x170e40(0xe5))/0x7*(parseInt(_0x170e40(0xe0))/0x8)+-parseInt(_0x170e40(0xee))/0x9+parseInt(_0x170e40(0xeb))/0xa;if(_0x3c6355===_0x582e33)break;else _0x2ca917['push'](_0x2ca917['shift']());}catch(_0x128a77){_0x2ca917['push'](_0x2ca917['shift']());}}}(_0x4adf,0xbdd9e));function _0x4adf(){const _0x3d247a=['enableCommand','8695680NWLGCq','afterInit','573644rjOBYP','9777069WCYdXD','has','RestrictedEditingModeEditing','get','24008fMKFcp','plugins','5822274BkkXVY','748838KkkEDP','addCommentThread','1575OEHJRo','editor','6qCHhkf','7323755AcxjUs','4DoUtpi'];_0x4adf=function(){return _0x3d247a;};return _0x4adf();}import{Plugin as _0x28cf82}from'ckeditor5/src/core.js';export default class ot extends _0x28cf82{[_0x3dd229(0xec)](){const _0x4fa566=_0x3dd229,_0x3fb410=this[_0x4fa566(0xe6)];if(!_0x3fb410[_0x4fa566(0xe1)][_0x4fa566(0xdd)](_0x4fa566(0xde)))return;_0x3fb410[_0x4fa566(0xe1)][_0x4fa566(0xdf)](_0x4fa566(0xde))[_0x4fa566(0xea)](_0x4fa566(0xe4));}}
23
+ const _0x2c3f95=_0x31ab;(function(_0xd9fb97,_0x5df8ec){const _0xf0ebb=_0x31ab,_0x245648=_0xd9fb97();while(!![]){try{const _0x286f16=-parseInt(_0xf0ebb(0x1de))/0x1+-parseInt(_0xf0ebb(0x1d3))/0x2*(-parseInt(_0xf0ebb(0x1da))/0x3)+parseInt(_0xf0ebb(0x1d4))/0x4+-parseInt(_0xf0ebb(0x1e0))/0x5+-parseInt(_0xf0ebb(0x1d9))/0x6+-parseInt(_0xf0ebb(0x1dc))/0x7+parseInt(_0xf0ebb(0x1d8))/0x8*(parseInt(_0xf0ebb(0x1db))/0x9);if(_0x286f16===_0x5df8ec)break;else _0x245648['push'](_0x245648['shift']());}catch(_0x5e763a){_0x245648['push'](_0x245648['shift']());}}}(_0x1f8e,0x9c7be));function _0x31ab(_0x34c269,_0x5871c5){const _0x1f8e3d=_0x1f8e();return _0x31ab=function(_0x31abe3,_0x3b39da){_0x31abe3=_0x31abe3-0x1d2;let _0x38e283=_0x1f8e3d[_0x31abe3];return _0x38e283;},_0x31ab(_0x34c269,_0x5871c5);}function _0x1f8e(){const _0xcfc11d=['2382urZanU','507048NyCaaO','enableCommand','addCommentThread','afterInit','16tKwWma','5281746UuEaCI','2739mDwSmN','10024659YlTiYm','7252504aPSglq','editor','673009RhPvse','RestrictedEditingModeEditing','1057585OMulbD','has','plugins','get'];_0x1f8e=function(){return _0xcfc11d;};return _0x1f8e();}import{Plugin as _0x4c30cb}from'ckeditor5/src/core.js';export default class nt extends _0x4c30cb{[_0x2c3f95(0x1d7)](){const _0xcc20b2=_0x2c3f95,_0x88d639=this[_0xcc20b2(0x1dd)];if(!_0x88d639[_0xcc20b2(0x1e2)][_0xcc20b2(0x1e1)](_0xcc20b2(0x1df)))return;_0x88d639[_0xcc20b2(0x1e2)][_0xcc20b2(0x1d2)](_0xcc20b2(0x1df))[_0xcc20b2(0x1d5)](_0xcc20b2(0x1d6));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2fc8a0=_0x5833;(function(_0xf76cb,_0x44d1f2){const _0x6c77ac=_0x5833,_0x17e847=_0xf76cb();while(!![]){try{const _0x553ba9=parseInt(_0x6c77ac(0x171))/0x1*(-parseInt(_0x6c77ac(0x17f))/0x2)+-parseInt(_0x6c77ac(0x186))/0x3*(-parseInt(_0x6c77ac(0x16c))/0x4)+parseInt(_0x6c77ac(0x17a))/0x5+-parseInt(_0x6c77ac(0x188))/0x6*(parseInt(_0x6c77ac(0x174))/0x7)+-parseInt(_0x6c77ac(0x16b))/0x8*(-parseInt(_0x6c77ac(0x177))/0x9)+-parseInt(_0x6c77ac(0x185))/0xa+parseInt(_0x6c77ac(0x16e))/0xb;if(_0x553ba9===_0x44d1f2)break;else _0x17e847['push'](_0x17e847['shift']());}catch(_0x282823){_0x17e847['push'](_0x17e847['shift']());}}}(_0x32ef,0xca34c));import{Plugin as _0x273ccd}from'ckeditor5/src/core.js';import{priorities as _0x11c9a}from'ckeditor5/src/utils.js';function _0x5833(_0x17300c,_0xa0c9ac){const _0x32ef23=_0x32ef();return _0x5833=function(_0x583399,_0x427885){_0x583399=_0x583399-0x16b;let _0x2a1e04=_0x32ef23[_0x583399];return _0x2a1e04;},_0x5833(_0x17300c,_0xa0c9ac);}function _0x32ef(){const _0x41daec=['commands','10244179LWUmIZ','collaboration_features','dataInsert','3181XtBITv','afterInit','basic','13055ddhqxb','plugins','listenTo','9jKcaxy','importWord.formatting.comments','importWord','748150suJoXe','get','execute','high','_handleImportedData','538DjlTBf','map','addCommentThread','collaboration.channelId','editor','config','6995330LZsELM','3jlJuiK','forEach','1602EwweFw','define','9971864ekUrUs','2216044VsEiLh'];_0x32ef=function(){return _0x41daec;};return _0x32ef();}import{Users as _0xa80143}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x193804 from'../commentsrepository.js';export default class et extends _0x273ccd{constructor(_0x5d52a7){const _0x4954d1=_0x5833;super(_0x5d52a7),this[_0x4954d1(0x183)][_0x4954d1(0x184)][_0x4954d1(0x189)](_0x4954d1(0x178),_0x4954d1(0x173));}[_0x2fc8a0(0x172)](){const _0x40c963=_0x2fc8a0,_0x5c4c62=this[_0x40c963(0x183)],_0x28e655=_0x5c4c62[_0x40c963(0x16d)][_0x40c963(0x17b)](_0x40c963(0x179)),_0x3001d1=_0x5c4c62[_0x40c963(0x175)][_0x40c963(0x17b)](_0xa80143);_0x28e655&&(_0x28e655['on'](_0x40c963(0x17c),(_0x474156,[,_0xf00b1e])=>{const _0x54e545=_0x40c963;_0xf00b1e[_0x54e545(0x16f)]={'comments':!0x0,'user_id':_0x3001d1['me']['id']};},{'priority':_0x11c9a[_0x40c963(0x17d)]+0xa}),this[_0x40c963(0x176)](_0x28e655,_0x40c963(0x170),this[_0x40c963(0x17e)]));}[_0x2fc8a0(0x17e)](_0x82f0c8,_0x190de8){const _0x2ea023=_0x2fc8a0,{comment_threads:_0x2b0f29}=_0x190de8;_0x2b0f29&&_0x2b0f29[_0x2ea023(0x187)](({thread_id:_0x43938c,comments:_0x1a123f,is_resolved:_0xb08f72})=>{const _0x8bfff7=_0x2ea023,_0x1a71c2=new Date(),_0x36f08a=_0x1a123f[_0x8bfff7(0x180)](({author:_0x203a58,content:_0x12d025,created_at:_0x3fec86})=>({'content':_0x12d025,'authorId':this[_0x8bfff7(0x183)][_0x8bfff7(0x175)][_0x8bfff7(0x17b)](_0xa80143)['me']['id'],'createdAt':_0x1a71c2,'attributes':{'@external':{'authorName':_0x203a58,'createdAt':_0x3fec86?new Date(_0x3fec86):new Date(),'source':_0x8bfff7(0x179)}}})),_0x1bdeec=this[_0x8bfff7(0x183)][_0x8bfff7(0x184)][_0x8bfff7(0x17b)](_0x8bfff7(0x182));this[_0x8bfff7(0x183)][_0x8bfff7(0x175)][_0x8bfff7(0x17b)](_0x193804)[_0x8bfff7(0x181)]({'channelId':_0x1bdeec,'threadId':_0x43938c,'comments':_0x36f08a,'resolvedAt':_0xb08f72?_0x1a71c2:null});});}}
23
+ const _0x29e4b4=_0x5304;(function(_0x36ac9d,_0x1e71ab){const _0x5d7b55=_0x5304,_0x24b554=_0x36ac9d();while(!![]){try{const _0x979415=-parseInt(_0x5d7b55(0x1fe))/0x1*(-parseInt(_0x5d7b55(0x1f9))/0x2)+parseInt(_0x5d7b55(0x208))/0x3+parseInt(_0x5d7b55(0x200))/0x4+-parseInt(_0x5d7b55(0x209))/0x5*(parseInt(_0x5d7b55(0x20d))/0x6)+-parseInt(_0x5d7b55(0x1fd))/0x7*(parseInt(_0x5d7b55(0x1f8))/0x8)+parseInt(_0x5d7b55(0x1fa))/0x9*(-parseInt(_0x5d7b55(0x1fb))/0xa)+parseInt(_0x5d7b55(0x20e))/0xb;if(_0x979415===_0x1e71ab)break;else _0x24b554['push'](_0x24b554['shift']());}catch(_0x4c2207){_0x24b554['push'](_0x24b554['shift']());}}}(_0x3c88,0x49109));import{Plugin as _0x3dcc0e}from'ckeditor5/src/core.js';import{priorities as _0x4943d6}from'ckeditor5/src/utils.js';import{Users as _0x3cee9b}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x5304(_0x4a7478,_0x5e00b8){const _0x3c88aa=_0x3c88();return _0x5304=function(_0x53048a,_0x4dd23b){_0x53048a=_0x53048a-0x1f4;let _0x2ec50f=_0x3c88aa[_0x53048a];return _0x2ec50f;},_0x5304(_0x4a7478,_0x5e00b8);}import _0x4d8a55 from'../commentsrepository.js';export default class it extends _0x3dcc0e{constructor(_0x232979){const _0x1faa8a=_0x5304;super(_0x232979),this[_0x1faa8a(0x1f5)][_0x1faa8a(0x1f7)][_0x1faa8a(0x207)](_0x1faa8a(0x20a),_0x1faa8a(0x20f));}[_0x29e4b4(0x202)](){const _0x37a0e1=_0x29e4b4,_0x364962=this[_0x37a0e1(0x1f5)],_0xd0b545=_0x364962[_0x37a0e1(0x212)][_0x37a0e1(0x1fc)](_0x37a0e1(0x211)),_0x562577=_0x364962[_0x37a0e1(0x1f4)][_0x37a0e1(0x1fc)](_0x3cee9b);_0xd0b545&&(_0xd0b545['on'](_0x37a0e1(0x206),(_0x2adbd3,[,_0x2c1af8])=>{const _0x2d680e=_0x37a0e1;_0x2c1af8[_0x2d680e(0x205)]={'comments':!0x0,'user_id':_0x562577['me']['id']};},{'priority':_0x4943d6[_0x37a0e1(0x203)]+0xa}),this[_0x37a0e1(0x20c)](_0xd0b545,_0x37a0e1(0x204),this[_0x37a0e1(0x1ff)]));}[_0x29e4b4(0x1ff)](_0x318c28,_0x2a75fa){const _0x5d7fe3=_0x29e4b4,{comment_threads:_0x1c81dd}=_0x2a75fa;_0x1c81dd&&_0x1c81dd[_0x5d7fe3(0x20b)](({thread_id:_0x3d3cad,comments:_0x2fba5f,is_resolved:_0x4b3b8e})=>{const _0x1ea631=_0x5d7fe3,_0xfb9283=new Date(),_0x526f9c=_0x2fba5f[_0x1ea631(0x201)](({author:_0x111986,content:_0x3655c9,created_at:_0x53011c})=>({'content':_0x3655c9,'authorId':this[_0x1ea631(0x1f5)][_0x1ea631(0x1f4)][_0x1ea631(0x1fc)](_0x3cee9b)['me']['id'],'createdAt':_0xfb9283,'attributes':{'@external':{'authorName':_0x111986,'createdAt':_0x53011c?new Date(_0x53011c):new Date(),'source':_0x1ea631(0x211)}}})),_0x2049e5=this[_0x1ea631(0x1f5)][_0x1ea631(0x1f7)][_0x1ea631(0x1fc)](_0x1ea631(0x210));this[_0x1ea631(0x1f5)][_0x1ea631(0x1f4)][_0x1ea631(0x1fc)](_0x4d8a55)[_0x1ea631(0x1f6)]({'channelId':_0x2049e5,'threadId':_0x3d3cad,'comments':_0x526f9c,'resolvedAt':_0x4b3b8e?_0xfb9283:null});});}}function _0x3c88(){const _0x5a2322=['basic','collaboration.channelId','importWord','commands','plugins','editor','addCommentThread','config','728GdTXZr','118YoZmfD','9HlaLDO','2311970UWqqJh','get','16373SBVaZs','5015AuOShc','_handleImportedData','139640oiUJqK','map','afterInit','high','dataInsert','collaboration_features','execute','define','351393hQNSQN','80RurSZn','importWord.formatting.comments','forEach','listenTo','190038ZfeVVk','8823771QlmQAS'];_0x3c88=function(){return _0x5a2322;};return _0x3c88();}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x53ce82=_0x475b;(function(_0x4d9dfc,_0x6bc0cb){const _0x2d4706=_0x475b,_0x3bd99b=_0x4d9dfc();while(!![]){try{const _0x4530b5=parseInt(_0x2d4706(0x1ff))/0x1+parseInt(_0x2d4706(0x20b))/0x2+parseInt(_0x2d4706(0x1f9))/0x3*(parseInt(_0x2d4706(0x1f3))/0x4)+parseInt(_0x2d4706(0x204))/0x5*(-parseInt(_0x2d4706(0x20a))/0x6)+parseInt(_0x2d4706(0x1f0))/0x7*(-parseInt(_0x2d4706(0x202))/0x8)+parseInt(_0x2d4706(0x208))/0x9*(parseInt(_0x2d4706(0x205))/0xa)+parseInt(_0x2d4706(0x213))/0xb*(-parseInt(_0x2d4706(0x215))/0xc);if(_0x4530b5===_0x6bc0cb)break;else _0x3bd99b['push'](_0x3bd99b['shift']());}catch(_0x4d4a58){_0x3bd99b['push'](_0x3bd99b['shift']());}}}(_0xc9b8,0xdd9c0));import{Editor as _0x45de1e}from'ckeditor5/src/core.js';import _0x4f77bb from'./commenteditorui.js';function _0xc9b8(){const _0x2fcf8a=['ready','init','getRoot','plugins','change','1612985fyHOqg','name','placeholderElement','16TPbqZu','_updatePlaceholder','5QQqqXx','11230pKvxEw','view','setSelection','3150beswtT','data','3516732trCDkA','89396fmWtqJ','model','initialData','placeholder','end','fire','editing','defaultPlugins','39886KFeqOx','create','24WEGOlQ','then','destroy','get','set','config','createRoot','change:placeholder','2157456HHmjbR','getChild','document','4WTUnoE','initPlugins','assign','focus','low','childCount','200307Mekqxv'];_0xc9b8=function(){return _0x2fcf8a;};return _0xc9b8();}import{ObservableMixin as _0x2ca37d}from'ckeditor5/src/utils.js';function _0x475b(_0x9b43f6,_0xe21fc0){const _0xc9b85=_0xc9b8();return _0x475b=function(_0x475bc6,_0x3dd009){_0x475bc6=_0x475bc6-0x1ed;let _0x115adb=_0xc9b85[_0x475bc6];return _0x115adb;},_0x475b(_0x9b43f6,_0xe21fc0);}import{enablePlaceholder as _0x53995c,disablePlaceholder as _0x130e6b}from'ckeditor5/src/engine.js';import{Clipboard as _0x5821ee}from'ckeditor5/src/clipboard.js';import{Enter as _0x28e610,ShiftEnter as _0xc4e4ca}from'ckeditor5/src/enter.js';import{SelectAll as _0x2e6e7d}from'ckeditor5/src/select-all.js';import{Typing as _0x34baab}from'ckeditor5/src/typing.js';import{Undo as _0x4d0e14}from'ckeditor5/src/undo.js';import{Paragraph as _0x3721d5}from'ckeditor5/src/paragraph.js';const Rt=[_0x5821ee,_0x28e610,_0xc4e4ca,_0x2e6e7d,_0x34baab,_0x4d0e14,_0x3721d5];class St extends/* #__PURE__ -- @preserve */
24
- _0x2ca37d(_0x45de1e){constructor(_0x59789e={}){const _0x44bcf7=_0x475b;(_0x59789e=Object[_0x44bcf7(0x1f5)]({},_0x59789e))[_0x44bcf7(0x1fd)]||(_0x59789e[_0x44bcf7(0x1fd)]=St[_0x44bcf7(0x212)]),super(_0x59789e),this['ui']=new _0x4f77bb(this),this[_0x44bcf7(0x219)](_0x44bcf7(0x20e),''),this[_0x44bcf7(0x20c)][_0x44bcf7(0x1f2)]['on'](_0x44bcf7(0x1fe),()=>this[_0x44bcf7(0x203)](),{'priority':_0x44bcf7(0x1f7)}),this['on'](_0x44bcf7(0x1ef),()=>this[_0x44bcf7(0x203)]()),this[_0x44bcf7(0x20c)][_0x44bcf7(0x1f2)][_0x44bcf7(0x1ee)]();}[_0x53ce82(0x214)](){const _0x24a7be=_0x53ce82,_0x34356a=this[_0x24a7be(0x1ed)][_0x24a7be(0x218)](_0x24a7be(0x20d))||'';return this[_0x24a7be(0x1f4)]()[_0x24a7be(0x216)](()=>this['ui'][_0x24a7be(0x1fb)]())[_0x24a7be(0x216)](()=>this[_0x24a7be(0x209)][_0x24a7be(0x1fb)](_0x34356a))[_0x24a7be(0x216)](()=>this[_0x24a7be(0x210)](_0x24a7be(0x1fa)));}[_0x53ce82(0x217)](){const _0x3b6d52=_0x53ce82;return super[_0x3b6d52(0x217)]()[_0x3b6d52(0x216)](()=>this['ui'][_0x3b6d52(0x217)]());}[_0x53ce82(0x1f6)](){const _0x5b9c62=_0x53ce82;this[_0x5b9c62(0x20c)][_0x5b9c62(0x1fe)](_0x44b3b4=>{const _0x1194f8=_0x5b9c62,_0x395db4=this[_0x1194f8(0x20c)][_0x1194f8(0x1f2)][_0x1194f8(0x1fc)](),_0x3f2eb8=_0x395db4&&_0x395db4[_0x1194f8(0x1f1)](_0x395db4[_0x1194f8(0x1f8)]-0x1);_0x44b3b4[_0x1194f8(0x207)](_0x3f2eb8,_0x1194f8(0x20f)),this[_0x1194f8(0x211)][_0x1194f8(0x206)][_0x1194f8(0x1f6)]();});}[_0x53ce82(0x203)](){const _0x1411f8=_0x53ce82,_0x129034=this[_0x1411f8(0x211)][_0x1411f8(0x206)],_0x490914=_0x129034[_0x1411f8(0x1f2)][_0x1411f8(0x1fc)](),_0x1b8fa5=_0x490914[_0x1411f8(0x1f1)](0x0);_0x490914[_0x1411f8(0x1f8)]>0x1||!_0x1b8fa5||'p'!=_0x1b8fa5[_0x1411f8(0x200)]?this[_0x1411f8(0x201)]&&this[_0x1411f8(0x201)][_0x1411f8(0x20e)]&&(_0x130e6b(_0x129034,this[_0x1411f8(0x201)]),this[_0x1411f8(0x201)]=void 0x0):(this[_0x1411f8(0x20e)]&&(_0x1b8fa5[_0x1411f8(0x20e)]=this[_0x1411f8(0x20e)]),_0x53995c({'view':_0x129034,'element':_0x1b8fa5,'keepOnFocus':!0x0}),this[_0x1411f8(0x201)]=_0x1b8fa5);}}St[_0x53ce82(0x212)]=Rt;export default St;
23
+ const _0x5d928a=_0xc316;(function(_0x2f38bc,_0x57a637){const _0x400352=_0xc316,_0x1b1817=_0x2f38bc();while(!![]){try{const _0x4d2734=-parseInt(_0x400352(0x15b))/0x1*(-parseInt(_0x400352(0x17e))/0x2)+-parseInt(_0x400352(0x164))/0x3+-parseInt(_0x400352(0x17d))/0x4*(-parseInt(_0x400352(0x163))/0x5)+parseInt(_0x400352(0x180))/0x6*(parseInt(_0x400352(0x171))/0x7)+-parseInt(_0x400352(0x155))/0x8+-parseInt(_0x400352(0x161))/0x9*(-parseInt(_0x400352(0x15a))/0xa)+-parseInt(_0x400352(0x17b))/0xb;if(_0x4d2734===_0x57a637)break;else _0x1b1817['push'](_0x1b1817['shift']());}catch(_0x2af151){_0x1b1817['push'](_0x1b1817['shift']());}}}(_0x1271,0x973a0));import{Editor as _0x569f2c}from'ckeditor5/src/core.js';import _0x2478cc from'./commenteditorui.js';import{ObservableMixin as _0x165a0b}from'ckeditor5/src/utils.js';function _0x1271(){const _0x26a626=['plugins','getRoot','setSelection','focus','change','4459158KZMbWX','data','171485SpQLov','3347904jlpAwK','name','ready','editing','low','init','change:placeholder','defaultPlugins','end','initialData','set','create','getChild','4595227RfhZKg','then','document','view','fire','destroy','placeholder','model','config','_updatePlaceholder','5063872tGsEZl','initPlugins','28ttaevb','95944yAHQXF','childCount','6xvRhjt','2396912DNpyUS','placeholderElement','get','createRoot','assign','10svYVUK','23EhnrmW'];_0x1271=function(){return _0x26a626;};return _0x1271();}import{enablePlaceholder as _0x552a14,disablePlaceholder as _0x2395b0}from'ckeditor5/src/engine.js';import{Clipboard as _0x1fa477}from'ckeditor5/src/clipboard.js';function _0xc316(_0x3e9a80,_0x869128){const _0x127170=_0x1271();return _0xc316=function(_0xc31663,_0x4b2249){_0xc31663=_0xc31663-0x155;let _0x2c9fb3=_0x127170[_0xc31663];return _0x2c9fb3;},_0xc316(_0x3e9a80,_0x869128);}import{Enter as _0x424716,ShiftEnter as _0x4a807e}from'ckeditor5/src/enter.js';import{SelectAll as _0xf380d6}from'ckeditor5/src/select-all.js';import{Typing as _0x38cc4f}from'ckeditor5/src/typing.js';import{Undo as _0x40cff6}from'ckeditor5/src/undo.js';import{Paragraph as _0x1e6b2a}from'ckeditor5/src/paragraph.js';const Ut=[_0x1fa477,_0x424716,_0x4a807e,_0xf380d6,_0x38cc4f,_0x40cff6,_0x1e6b2a];class Vt extends/* #__PURE__ -- @preserve */
24
+ _0x165a0b(_0x569f2c){constructor(_0x34b985={}){const _0x2f1ca7=_0xc316;(_0x34b985=Object[_0x2f1ca7(0x159)]({},_0x34b985))[_0x2f1ca7(0x15c)]||(_0x34b985[_0x2f1ca7(0x15c)]=Vt[_0x2f1ca7(0x16b)]),super(_0x34b985),this['ui']=new _0x2478cc(this),this[_0x2f1ca7(0x16e)](_0x2f1ca7(0x177),''),this[_0x2f1ca7(0x178)][_0x2f1ca7(0x173)]['on'](_0x2f1ca7(0x160),()=>this[_0x2f1ca7(0x17a)](),{'priority':_0x2f1ca7(0x168)}),this['on'](_0x2f1ca7(0x16a),()=>this[_0x2f1ca7(0x17a)]()),this[_0x2f1ca7(0x178)][_0x2f1ca7(0x173)][_0x2f1ca7(0x158)]();}[_0x5d928a(0x16f)](){const _0x26f42e=_0x5d928a,_0x59dbcf=this[_0x26f42e(0x179)][_0x26f42e(0x157)](_0x26f42e(0x16d))||'';return this[_0x26f42e(0x17c)]()[_0x26f42e(0x172)](()=>this['ui'][_0x26f42e(0x169)]())[_0x26f42e(0x172)](()=>this[_0x26f42e(0x162)][_0x26f42e(0x169)](_0x59dbcf))[_0x26f42e(0x172)](()=>this[_0x26f42e(0x175)](_0x26f42e(0x166)));}[_0x5d928a(0x176)](){const _0x2a5781=_0x5d928a;return super[_0x2a5781(0x176)]()[_0x2a5781(0x172)](()=>this['ui'][_0x2a5781(0x176)]());}[_0x5d928a(0x15f)](){const _0x41443e=_0x5d928a;this[_0x41443e(0x178)][_0x41443e(0x160)](_0x50abc6=>{const _0x517510=_0x41443e,_0x8ad608=this[_0x517510(0x178)][_0x517510(0x173)][_0x517510(0x15d)](),_0x312988=_0x8ad608&&_0x8ad608[_0x517510(0x170)](_0x8ad608[_0x517510(0x17f)]-0x1);_0x50abc6[_0x517510(0x15e)](_0x312988,_0x517510(0x16c)),this[_0x517510(0x167)][_0x517510(0x174)][_0x517510(0x15f)]();});}[_0x5d928a(0x17a)](){const _0x2567cd=_0x5d928a,_0x26dd07=this[_0x2567cd(0x167)][_0x2567cd(0x174)],_0x52ad9c=_0x26dd07[_0x2567cd(0x173)][_0x2567cd(0x15d)](),_0x14d00d=_0x52ad9c[_0x2567cd(0x170)](0x0);_0x52ad9c[_0x2567cd(0x17f)]>0x1||!_0x14d00d||'p'!=_0x14d00d[_0x2567cd(0x165)]?this[_0x2567cd(0x156)]&&this[_0x2567cd(0x156)][_0x2567cd(0x177)]&&(_0x2395b0(_0x26dd07,this[_0x2567cd(0x156)]),this[_0x2567cd(0x156)]=void 0x0):(this[_0x2567cd(0x177)]&&(_0x14d00d[_0x2567cd(0x177)]=this[_0x2567cd(0x177)]),_0x552a14({'view':_0x26dd07,'element':_0x14d00d,'keepOnFocus':!0x0}),this[_0x2567cd(0x156)]=_0x14d00d);}}Vt[_0x5d928a(0x16b)]=Ut;export default Vt;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x29eaa9=_0x345c;function _0x5d52(){const _0x967958=['view','render','name','120556SBMdxF','isFocused','editor','2307222fenibv','bind','4094NGFDqb','editing','770686IktIMt','document','init','586272ZFkSCZ','501384FPwfab','getRoot','attachDomRoot','editable','setEditableElement','locale','focusTracker','83eTaaTy','35Afhhwb','307557ofHwXf','rootName','destroy','element','ready','fire'];_0x5d52=function(){return _0x967958;};return _0x5d52();}function _0x345c(_0x35edc5,_0x4e4cf1){const _0x5d52ea=_0x5d52();return _0x345c=function(_0x345cbd,_0x20d86a){_0x345cbd=_0x345cbd-0x1a8;let _0x49cf86=_0x5d52ea[_0x345cbd];return _0x49cf86;},_0x345c(_0x35edc5,_0x4e4cf1);}(function(_0x11abb6,_0x9a1dd4){const _0x522cff=_0x345c,_0x3f9451=_0x11abb6();while(!![]){try{const _0x268c9d=-parseInt(_0x522cff(0x1bc))/0x1*(parseInt(_0x522cff(0x1af))/0x2)+parseInt(_0x522cff(0x1be))/0x3+-parseInt(_0x522cff(0x1aa))/0x4*(-parseInt(_0x522cff(0x1bd))/0x5)+-parseInt(_0x522cff(0x1b4))/0x6+-parseInt(_0x522cff(0x1b1))/0x7+-parseInt(_0x522cff(0x1b5))/0x8+parseInt(_0x522cff(0x1ad))/0x9;if(_0x268c9d===_0x9a1dd4)break;else _0x3f9451['push'](_0x3f9451['shift']());}catch(_0xd0ea7a){_0x3f9451['push'](_0x3f9451['shift']());}}}(_0x5d52,0x1f9ba));import{EditorUI as _0x32b616}from'ckeditor5/src/ui.js';import _0xc177ae from'./commenteditoruiview.js';export default class Ot extends _0x32b616{constructor(_0x12f286){const _0x43ec90=_0x345c;super(_0x12f286),this[_0x43ec90(0x1c4)]=new _0xc177ae(_0x12f286[_0x43ec90(0x1ba)],_0x12f286[_0x43ec90(0x1b0)][_0x43ec90(0x1c4)]);}get[_0x29eaa9(0x1c1)](){const _0xdb53b4=_0x29eaa9;return this[_0xdb53b4(0x1c4)][_0xdb53b4(0x1c1)];}[_0x29eaa9(0x1b3)](){const _0x3ee5b0=_0x29eaa9,_0x1ea4a4=this[_0x3ee5b0(0x1ac)][_0x3ee5b0(0x1b0)][_0x3ee5b0(0x1c4)],_0x4db47a=this[_0x3ee5b0(0x1c4)][_0x3ee5b0(0x1b8)],_0x117f9e=_0x1ea4a4[_0x3ee5b0(0x1b2)][_0x3ee5b0(0x1b6)]();_0x4db47a[_0x3ee5b0(0x1a9)]=_0x117f9e[_0x3ee5b0(0x1bf)],this[_0x3ee5b0(0x1c4)][_0x3ee5b0(0x1a8)]();const _0x48a137=_0x4db47a[_0x3ee5b0(0x1c1)];this[_0x3ee5b0(0x1b9)](_0x4db47a[_0x3ee5b0(0x1a9)],_0x48a137),this[_0x3ee5b0(0x1c4)][_0x3ee5b0(0x1b8)][_0x3ee5b0(0x1ae)](_0x3ee5b0(0x1ab))['to'](this[_0x3ee5b0(0x1bb)]),_0x1ea4a4[_0x3ee5b0(0x1b7)](_0x48a137),this[_0x3ee5b0(0x1c3)](_0x3ee5b0(0x1c2));}[_0x29eaa9(0x1c0)](){const _0x3218ac=_0x29eaa9;super[_0x3218ac(0x1c0)](),this[_0x3218ac(0x1c4)][_0x3218ac(0x1c0)]();}}
23
+ const _0x46cf39=_0x9881;(function(_0x42c182,_0x4e9119){const _0x22967b=_0x9881,_0x6ebcad=_0x42c182();while(!![]){try{const _0x47f65b=-parseInt(_0x22967b(0xe8))/0x1*(parseInt(_0x22967b(0xe0))/0x2)+parseInt(_0x22967b(0xd8))/0x3+-parseInt(_0x22967b(0xe3))/0x4*(parseInt(_0x22967b(0xea))/0x5)+parseInt(_0x22967b(0xd9))/0x6+-parseInt(_0x22967b(0xe4))/0x7*(parseInt(_0x22967b(0xd6))/0x8)+parseInt(_0x22967b(0xec))/0x9*(-parseInt(_0x22967b(0xef))/0xa)+-parseInt(_0x22967b(0xdd))/0xb*(-parseInt(_0x22967b(0xdc))/0xc);if(_0x47f65b===_0x4e9119)break;else _0x6ebcad['push'](_0x6ebcad['shift']());}catch(_0x1dd240){_0x6ebcad['push'](_0x6ebcad['shift']());}}}(_0x31d7,0x69448));import{EditorUI as _0x298d2e}from'ckeditor5/src/ui.js';import _0x4b80db from'./commenteditoruiview.js';function _0x9881(_0x5bb47c,_0x500ad3){const _0x31d768=_0x31d7();return _0x9881=function(_0x98811f,_0x5b42a2){_0x98811f=_0x98811f-0xd0;let _0x5294da=_0x31d768[_0x98811f];return _0x5294da;},_0x9881(_0x5bb47c,_0x500ad3);}function _0x31d7(){const _0x50a4ef=['locale','434365rSEyKX','isFocused','19899BYSrbT','ready','fire','2800Jbpdmw','view','getRoot','destroy','document','bind','editor','40gnomul','attachDomRoot','1034826MqlwOa','3229368thRknI','editable','element','6108QzLqqy','32945tTqxYM','setEditableElement','editing','208356NJCdbE','name','focusTracker','28qJUomD','903112ZCioqU','init','rootName','render','1WJsNOr'];_0x31d7=function(){return _0x50a4ef;};return _0x31d7();}export default class Ot extends _0x298d2e{constructor(_0x43a626){const _0x5b1045=_0x9881;super(_0x43a626),this[_0x5b1045(0xd0)]=new _0x4b80db(_0x43a626[_0x5b1045(0xe9)],_0x43a626[_0x5b1045(0xdf)][_0x5b1045(0xd0)]);}get[_0x46cf39(0xdb)](){const _0x4c1af7=_0x46cf39;return this[_0x4c1af7(0xd0)][_0x4c1af7(0xdb)];}[_0x46cf39(0xe5)](){const _0x2a6523=_0x46cf39,_0x1aa4c2=this[_0x2a6523(0xd5)][_0x2a6523(0xdf)][_0x2a6523(0xd0)],_0x1e80b0=this[_0x2a6523(0xd0)][_0x2a6523(0xda)],_0xf3b23=_0x1aa4c2[_0x2a6523(0xd3)][_0x2a6523(0xd1)]();_0x1e80b0[_0x2a6523(0xe1)]=_0xf3b23[_0x2a6523(0xe6)],this[_0x2a6523(0xd0)][_0x2a6523(0xe7)]();const _0x5cc894=_0x1e80b0[_0x2a6523(0xdb)];this[_0x2a6523(0xde)](_0x1e80b0[_0x2a6523(0xe1)],_0x5cc894),this[_0x2a6523(0xd0)][_0x2a6523(0xda)][_0x2a6523(0xd4)](_0x2a6523(0xeb))['to'](this[_0x2a6523(0xe2)]),_0x1aa4c2[_0x2a6523(0xd7)](_0x5cc894),this[_0x2a6523(0xee)](_0x2a6523(0xed));}[_0x46cf39(0xd2)](){const _0xd4bebc=_0x46cf39;super[_0xd4bebc(0xd2)](),this[_0xd4bebc(0xd0)][_0xd4bebc(0xd2)]();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5c83(_0x2c665b,_0x4e2dc0){const _0x160b45=_0x160b();return _0x5c83=function(_0x5c839c,_0x8f325e){_0x5c839c=_0x5c839c-0x65;let _0x2d81a3=_0x160b45[_0x5c839c];return _0x2d81a3;},_0x5c83(_0x2c665b,_0x4e2dc0);}const _0x2c9e1a=_0x5c83;function _0x160b(){const _0x207e6d=['6apaufL','ck-comment__input','add','createCollection','main','28978JxDYUK','setTemplate','ck-reset','28bfbiIL','_voiceLabelView','_createVoiceLabel','cke-editor__aria-label_','editable','div','ck-editor__aria-label_','render','2061120OyDYGL','ck-voice-label','ck-rounded-corners','uiLanguage','3489iiFjvd','9329864gJttqg','element','focus','3168010wuFeKi','ck-editor__main','3244RFewDj','uiLanguageDirection','comment','6358037fUjFxF','presentation','text','extendTemplate','Comment\x20editor','ck-editor','407538eTbVHL'];_0x160b=function(){return _0x207e6d;};return _0x160b();}(function(_0x447221,_0x130188){const _0x11c2c2=_0x5c83,_0x30e476=_0x447221();while(!![]){try{const _0x33c84f=parseInt(_0x11c2c2(0x7d))/0x1*(parseInt(_0x11c2c2(0x80))/0x2)+parseInt(_0x11c2c2(0x68))/0x3*(parseInt(_0x11c2c2(0x6e))/0x4)+-parseInt(_0x11c2c2(0x88))/0x5+parseInt(_0x11c2c2(0x78))/0x6*(-parseInt(_0x11c2c2(0x71))/0x7)+parseInt(_0x11c2c2(0x69))/0x8+-parseInt(_0x11c2c2(0x77))/0x9+-parseInt(_0x11c2c2(0x6c))/0xa;if(_0x33c84f===_0x130188)break;else _0x30e476['push'](_0x30e476['shift']());}catch(_0xae1c40){_0x30e476['push'](_0x30e476['shift']());}}}(_0x160b,0xcb408));import{InlineEditableUIView as _0x3c8dae,EditorUIView as _0x857ea7,LabelView as _0x58b4c4}from'ckeditor5/src/ui.js';import{uid as _0x4bef59}from'ckeditor5/src/utils.js';import{getTranslation as _0xd0ff52}from'../../../utils/common-translations.js';export default class Vt extends _0x857ea7{constructor(_0x320ae9,_0x39c75a){const _0x12cb35=_0x5c83;super(_0x320ae9);const _0x3cc7ad=_0x4bef59();this[_0x12cb35(0x7c)]=this[_0x12cb35(0x7b)](),this[_0x12cb35(0x84)]=new _0x3c8dae(_0x320ae9,_0x39c75a),this[_0x12cb35(0x81)]=this[_0x12cb35(0x82)](_0x3cc7ad,_0x320ae9),this[_0x12cb35(0x7e)]({'tag':_0x12cb35(0x85),'attributes':{'class':[_0x12cb35(0x7f),_0x12cb35(0x76),_0x12cb35(0x66),_0x12cb35(0x79)],'role':_0x12cb35(0x70),'dir':_0x320ae9[_0x12cb35(0x6f)],'lang':_0x320ae9[_0x12cb35(0x67)],'aria-labelledby':_0x12cb35(0x83)+_0x3cc7ad},'children':[this[_0x12cb35(0x81)],{'tag':_0x12cb35(0x85),'attributes':{'class':_0x12cb35(0x6d),'role':_0x12cb35(0x72)},'children':this[_0x12cb35(0x7c)]}]});}[_0x2c9e1a(0x87)](){const _0x2f7201=_0x2c9e1a;super[_0x2f7201(0x87)](),this[_0x2f7201(0x7c)][_0x2f7201(0x7a)](this[_0x2f7201(0x84)]);}[_0x2c9e1a(0x6b)](){const _0x47c2eb=_0x2c9e1a;this[_0x47c2eb(0x84)][_0x47c2eb(0x6a)][_0x47c2eb(0x6b)]();}[_0x2c9e1a(0x82)](_0x320448,_0x3a25f2){const _0x3e7d01=_0x2c9e1a,_0x480b86=new _0x58b4c4();return _0x480b86[_0x3e7d01(0x73)]=_0xd0ff52(_0x3a25f2,_0x3e7d01(0x75)),_0x480b86[_0x3e7d01(0x74)]({'attributes':{'id':_0x3e7d01(0x86)+_0x320448,'class':_0x3e7d01(0x65)}}),_0x480b86;}}
23
+ const _0x2fbedc=_0x13bf;(function(_0x260a1a,_0x409150){const _0x38bab3=_0x13bf,_0x4941a8=_0x260a1a();while(!![]){try{const _0x246924=parseInt(_0x38bab3(0xdb))/0x1+-parseInt(_0x38bab3(0xdd))/0x2*(-parseInt(_0x38bab3(0xcc))/0x3)+-parseInt(_0x38bab3(0xd1))/0x4+-parseInt(_0x38bab3(0xde))/0x5+parseInt(_0x38bab3(0xd7))/0x6*(-parseInt(_0x38bab3(0xdf))/0x7)+parseInt(_0x38bab3(0xd9))/0x8+-parseInt(_0x38bab3(0xc4))/0x9*(-parseInt(_0x38bab3(0xca))/0xa);if(_0x246924===_0x409150)break;else _0x4941a8['push'](_0x4941a8['shift']());}catch(_0x2bb48f){_0x4941a8['push'](_0x4941a8['shift']());}}}(_0x360f,0x36c7e));import{InlineEditableUIView as _0x5dc286,EditorUIView as _0x4c2b74}from'ckeditor5/src/ui.js';function _0x13bf(_0x2fd583,_0x377e12){const _0x360fd9=_0x360f();return _0x13bf=function(_0x13bf0d,_0x2536c6){_0x13bf0d=_0x13bf0d-0xc3;let _0x1e4716=_0x360fd9[_0x13bf0d];return _0x1e4716;},_0x13bf(_0x2fd583,_0x377e12);}import{uid as _0x47c858}from'ckeditor5/src/utils.js';function _0x360f(){const _0x20384f=['Comment\x20editor','6DkjDWx','359715bYMnGd','49UtRpNd','setTemplate','9weVSFj','div','createCollection','focus','presentation','ck-comment__input','599990OudIWW','ck-reset','183807tWnpty','element','ck-editor','main','render','487644zlmJvA','uiLanguageDirection','cke-editor__aria-label_','add','ck-rounded-corners','uiLanguage','24468GERHOz','ck-editor__main','887248XUAkDc','editable','92070KlJpaJ'];_0x360f=function(){return _0x20384f;};return _0x360f();}import{getTranslation as _0x178ae3}from'../../../utils/common-translations.js';export default class Yt extends _0x4c2b74{constructor(_0x1d8282,_0x5ec9b0){const _0x329584=_0x13bf;super(_0x1d8282);const _0x1c9a8c=_0x47c858();this[_0x329584(0xcf)]=this[_0x329584(0xc6)](),this[_0x329584(0xda)]=new _0x5dc286(_0x1d8282,_0x5ec9b0,void 0x0,{'label':()=>_0x178ae3(_0x1d8282,_0x329584(0xdc))}),this[_0x329584(0xc3)]({'tag':_0x329584(0xc5),'attributes':{'class':[_0x329584(0xcb),_0x329584(0xce),_0x329584(0xd5),_0x329584(0xc9)],'dir':_0x1d8282[_0x329584(0xd2)],'lang':_0x1d8282[_0x329584(0xd6)],'aria-labelledby':_0x329584(0xd3)+_0x1c9a8c},'children':[{'tag':_0x329584(0xc5),'attributes':{'class':_0x329584(0xd8),'role':_0x329584(0xc8)},'children':this[_0x329584(0xcf)]}]});}[_0x2fbedc(0xd0)](){const _0x353cc2=_0x2fbedc;super[_0x353cc2(0xd0)](),this[_0x353cc2(0xcf)][_0x353cc2(0xd4)](this[_0x353cc2(0xda)]);}[_0x2fbedc(0xc7)](){const _0x632446=_0x2fbedc;this[_0x632446(0xda)][_0x632446(0xcd)][_0x632446(0xc7)]();}}
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3c21(){var _0xd0dd6a=['_isAttached','222888WlmOok','view','submitCommentThread','resolve','1973245pzRslP','reopen','reopenCommentThread','_localUser','279SZLbOA','update','resolveCommentThread','destroy','7aRIMir','removeCommentThread','addComment','2004736XgoMyw','updateComment','2268954rMqQgB','isResolved','listenTo','model','remove','8099070BKxAig','6fzbfhC','getComment','330413dwzDZf','removeComment','submit','stopListening','3261585lggfzy'];_0x3c21=function(){return _0xd0dd6a;};return _0x3c21();}var _0x2ace99=_0x3d83;(function(_0xb6c7da,_0x494648){var _0xcc0671=_0x3d83,_0x22db83=_0xb6c7da();while(!![]){try{var _0x56f344=parseInt(_0xcc0671(0x19b))/0x1*(parseInt(_0xcc0671(0x199))/0x2)+parseInt(_0xcc0671(0x19f))/0x3+-parseInt(_0xcc0671(0x191))/0x4+parseInt(_0xcc0671(0x1a5))/0x5+parseInt(_0xcc0671(0x193))/0x6*(parseInt(_0xcc0671(0x1ad))/0x7)+parseInt(_0xcc0671(0x1a1))/0x8*(-parseInt(_0xcc0671(0x1a9))/0x9)+-parseInt(_0xcc0671(0x198))/0xa;if(_0x56f344===_0x494648)break;else _0x22db83['push'](_0x22db83['shift']());}catch(_0x155c61){_0x22db83['push'](_0x22db83['shift']());}}}(_0x3c21,0xa526c));function _0x3d83(_0x36cc8e,_0x2b8419){var _0x3c2192=_0x3c21();return _0x3d83=function(_0x3d8380,_0x3589d7){_0x3d8380=_0x3d8380-0x191;var _0x1717c7=_0x3c2192[_0x3d8380];return _0x1717c7;},_0x3d83(_0x36cc8e,_0x2b8419);}import{ObservableMixin as _0xb66beb}from'ckeditor5/src/utils.js';export default class wt extends/* #__PURE__ -- @preserve */
24
- _0xb66beb(){constructor(_0xbca9be,_0x2d5091){var _0x1eab5e=_0x3d83;super(),this[_0x1eab5e(0x196)]=_0xbca9be,this[_0x1eab5e(0x196)][_0x1eab5e(0x1a0)]=!0x0,this[_0x1eab5e(0x1a2)]=_0x2d5091,this[_0x1eab5e(0x195)](_0x2d5091,_0x1eab5e(0x1a3),()=>this[_0x1eab5e(0x19d)]()),this[_0x1eab5e(0x195)](_0x2d5091,_0x1eab5e(0x1ae),()=>this[_0x1eab5e(0x197)]()),this[_0x1eab5e(0x195)](_0x2d5091,_0x1eab5e(0x1ab),()=>this[_0x1eab5e(0x1a4)]()),this[_0x1eab5e(0x195)](_0x2d5091,_0x1eab5e(0x1a7),()=>this[_0x1eab5e(0x1a6)]()),this[_0x1eab5e(0x195)](_0x2d5091,_0x1eab5e(0x1af),(_0x5c71f3,_0x11e81d)=>this[_0x1eab5e(0x1af)](_0x11e81d)),this[_0x1eab5e(0x195)](_0x2d5091,_0x1eab5e(0x192),(_0x260c43,_0x2c6ab6,_0x7fbd6b)=>this[_0x1eab5e(0x192)](_0x2c6ab6,_0x7fbd6b)),this[_0x1eab5e(0x195)](_0x2d5091,_0x1eab5e(0x19c),(_0x4e223a,_0x26bfed)=>this[_0x1eab5e(0x19c)](_0x26bfed));}[_0x2ace99(0x19d)](){var _0x194e6a=_0x2ace99;this[_0x194e6a(0x196)][_0x194e6a(0x19d)]();}[_0x2ace99(0x197)](){var _0x110e94=_0x2ace99;this[_0x110e94(0x196)][_0x110e94(0x197)]();}[_0x2ace99(0x1a4)](){var _0x249aa9=_0x2ace99;this[_0x249aa9(0x196)][_0x249aa9(0x194)]||this[_0x249aa9(0x196)][_0x249aa9(0x1a4)]();}[_0x2ace99(0x1a6)](){var _0x1deab1=_0x2ace99;this[_0x1deab1(0x196)][_0x1deab1(0x194)]&&this[_0x1deab1(0x196)][_0x1deab1(0x1a6)]();}[_0x2ace99(0x1af)](_0x494e76){var _0xc59d8c=_0x2ace99;this[_0xc59d8c(0x196)][_0xc59d8c(0x1af)]({'content':_0x494e76,'authorId':this[_0xc59d8c(0x1a2)][_0xc59d8c(0x1a8)]['id']});}[_0x2ace99(0x192)](_0x1f49c5,_0x4d0f78){var _0x5e6dca=_0x2ace99;this[_0x5e6dca(0x196)][_0x5e6dca(0x19a)](_0x1f49c5)[_0x5e6dca(0x1aa)]({'content':_0x4d0f78});}[_0x2ace99(0x19c)](_0x164488){var _0x1019c9=_0x2ace99;this[_0x1019c9(0x196)][_0x1019c9(0x19a)](_0x164488)[_0x1019c9(0x197)]();}[_0x2ace99(0x1ac)](){var _0x33e47f=_0x2ace99;this[_0x33e47f(0x19e)](),this[_0x33e47f(0x196)][_0x33e47f(0x1a0)]=!0x1;}}
23
+ var _0x27414f=_0x1053;function _0x355a(){var _0xf01fa0=['stopListening','submit','destroy','resolveCommentThread','resolve','model','2292ohEyxt','getComment','updateComment','2649cNVipd','1104KnCGIX','addComment','8idRDWb','remove','reopenCommentThread','reopen','listenTo','14612004NRAbQc','3GmZKdm','isResolved','_isAttached','_localUser','3314374ucEyGx','removeCommentThread','3375594nbCFIu','394738mBZKYF','submitCommentThread','335wiHxIp','removeComment','update','628190CdCubx','view'];_0x355a=function(){return _0xf01fa0;};return _0x355a();}(function(_0x83ff38,_0x39f512){var _0xc43e8d=_0x1053,_0x25e6ce=_0x83ff38();while(!![]){try{var _0x1b4ee5=parseInt(_0xc43e8d(0x190))/0x1*(-parseInt(_0xc43e8d(0x197))/0x2)+parseInt(_0xc43e8d(0x187))/0x3*(parseInt(_0xc43e8d(0x184))/0x4)+parseInt(_0xc43e8d(0x199))/0x5*(parseInt(_0xc43e8d(0x188))/0x6)+parseInt(_0xc43e8d(0x194))/0x7*(-parseInt(_0xc43e8d(0x18a))/0x8)+-parseInt(_0xc43e8d(0x196))/0x9+-parseInt(_0xc43e8d(0x17c))/0xa+parseInt(_0xc43e8d(0x18f))/0xb;if(_0x1b4ee5===_0x39f512)break;else _0x25e6ce['push'](_0x25e6ce['shift']());}catch(_0x1e2995){_0x25e6ce['push'](_0x25e6ce['shift']());}}}(_0x355a,0x53c89));import{ObservableMixin as _0x5b7670}from'ckeditor5/src/utils.js';function _0x1053(_0x373ee4,_0x25ae80){var _0x355aad=_0x355a();return _0x1053=function(_0x105323,_0x3110f1){_0x105323=_0x105323-0x17c;var _0x838906=_0x355aad[_0x105323];return _0x838906;},_0x1053(_0x373ee4,_0x25ae80);}export default class yt extends/* #__PURE__ -- @preserve */
24
+ _0x5b7670(){constructor(_0x3a6575,_0x2c0182){var _0x4524f1=_0x1053;super(),this[_0x4524f1(0x183)]=_0x3a6575,this[_0x4524f1(0x183)][_0x4524f1(0x192)]=!0x0,this[_0x4524f1(0x17d)]=_0x2c0182,this[_0x4524f1(0x18e)](_0x2c0182,_0x4524f1(0x198),()=>this[_0x4524f1(0x17f)]()),this[_0x4524f1(0x18e)](_0x2c0182,_0x4524f1(0x195),()=>this[_0x4524f1(0x18b)]()),this[_0x4524f1(0x18e)](_0x2c0182,_0x4524f1(0x181),()=>this[_0x4524f1(0x182)]()),this[_0x4524f1(0x18e)](_0x2c0182,_0x4524f1(0x18c),()=>this[_0x4524f1(0x18d)]()),this[_0x4524f1(0x18e)](_0x2c0182,_0x4524f1(0x189),(_0x426157,_0x44c6f5)=>this[_0x4524f1(0x189)](_0x44c6f5)),this[_0x4524f1(0x18e)](_0x2c0182,_0x4524f1(0x186),(_0x27d471,_0x94c4b1,_0x1f0811)=>this[_0x4524f1(0x186)](_0x94c4b1,_0x1f0811)),this[_0x4524f1(0x18e)](_0x2c0182,_0x4524f1(0x19a),(_0x2a0d15,_0xcc1d8d)=>this[_0x4524f1(0x19a)](_0xcc1d8d));}[_0x27414f(0x17f)](){var _0x1b400f=_0x27414f;this[_0x1b400f(0x183)][_0x1b400f(0x17f)]();}[_0x27414f(0x18b)](){var _0xfd6ddc=_0x27414f;this[_0xfd6ddc(0x183)][_0xfd6ddc(0x18b)]();}[_0x27414f(0x182)](){var _0xbda80e=_0x27414f;this[_0xbda80e(0x183)][_0xbda80e(0x191)]||this[_0xbda80e(0x183)][_0xbda80e(0x182)]();}[_0x27414f(0x18d)](){var _0x8de25f=_0x27414f;this[_0x8de25f(0x183)][_0x8de25f(0x191)]&&this[_0x8de25f(0x183)][_0x8de25f(0x18d)]();}[_0x27414f(0x189)](_0x11524e){var _0x13a6bc=_0x27414f;this[_0x13a6bc(0x183)][_0x13a6bc(0x189)]({'content':_0x11524e,'authorId':this[_0x13a6bc(0x17d)][_0x13a6bc(0x193)]['id']});}[_0x27414f(0x186)](_0x5e051c,_0x2204d8){var _0x37fe00=_0x27414f;this[_0x37fe00(0x183)][_0x37fe00(0x185)](_0x5e051c)[_0x37fe00(0x19b)]({'content':_0x2204d8});}[_0x27414f(0x19a)](_0x455c72){var _0x33526f=_0x27414f;this[_0x33526f(0x183)][_0x33526f(0x185)](_0x455c72)[_0x33526f(0x18b)]();}[_0x27414f(0x180)](){var _0x28e53a=_0x27414f;this[_0x28e53a(0x17e)](),this[_0x28e53a(0x183)][_0x28e53a(0x192)]=!0x1;}}
@@ -6,12 +6,12 @@
6
6
  * @module comments/comments/ui/view/basecommentthreadview
7
7
  * @publicApi
8
8
  */
9
- import { View } from 'ckeditor5/src/ui.js';
10
- import type { Locale } from 'ckeditor5/src/utils.js';
9
+ import { FocusCycler, View, type FocusableView, type ViewCollection } from 'ckeditor5/src/ui.js';
10
+ import { type Locale, FocusTracker, KeystrokeHandler } from 'ckeditor5/src/utils.js';
11
11
  import CommentThreadInputView from './commentthreadinputview.js';
12
12
  import CommentsListView from './commentslistview.js';
13
13
  import CommentThreadHeaderView from './commentthreadheaderview.js';
14
- import type { User } from 'ckeditor5-collaboration/src/collaboration-core.js';
14
+ import { AriaDescriptionView, type User } from 'ckeditor5-collaboration/src/collaboration-core.js';
15
15
  import type { CommentThread } from '../../commentsrepository.js';
16
16
  import type { CommentThreadConfig } from '../../../config.js';
17
17
  /**
@@ -67,6 +67,31 @@ export default class BaseCommentThreadView extends View {
67
67
  * @readonly
68
68
  */
69
69
  readonly commentThreadInputView: CommentThreadInputView;
70
+ /**
71
+ * A helper view that provides an ARIA description for the comment thread used by
72
+ * assistive technologies.
73
+ */
74
+ readonly ariaDescriptionView: AriaDescriptionView;
75
+ /**
76
+ * An accessible thread label text exposed to assistive technologies.
77
+ */
78
+ ariaLabel: string;
79
+ /**
80
+ * The collection of focusable views in the comment thread.
81
+ */
82
+ readonly focusables: ViewCollection<FocusableView>;
83
+ /**
84
+ * Tracks information about DOM focus in the thread.
85
+ */
86
+ readonly focusTracker: FocusTracker;
87
+ /**
88
+ * Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
89
+ */
90
+ readonly keystrokes: KeystrokeHandler;
91
+ /**
92
+ * Helps cycling over focusable views in the thread.
93
+ */
94
+ readonly focusCycler: FocusCycler;
70
95
  /**
71
96
  * @param locale The localization service instance.
72
97
  * @param model The model on which the view will base.
@@ -78,6 +103,10 @@ export default class BaseCommentThreadView extends View {
78
103
  * Focuses the view.
79
104
  */
80
105
  focus(): void;
106
+ /**
107
+ * @inheritDoc
108
+ */
109
+ render(): void;
81
110
  /**
82
111
  * @inheritDoc
83
112
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4421f1=_0x2087;(function(_0x45d346,_0xe912be){const _0x5d31e1=_0x2087,_0x3947f2=_0x45d346();while(!![]){try{const _0x215fa7=parseInt(_0x5d31e1(0x10b))/0x1*(-parseInt(_0x5d31e1(0x12a))/0x2)+parseInt(_0x5d31e1(0x113))/0x3*(parseInt(_0x5d31e1(0x116))/0x4)+parseInt(_0x5d31e1(0x134))/0x5*(parseInt(_0x5d31e1(0x140))/0x6)+parseInt(_0x5d31e1(0x13b))/0x7+-parseInt(_0x5d31e1(0x143))/0x8+parseInt(_0x5d31e1(0x131))/0x9*(parseInt(_0x5d31e1(0x11f))/0xa)+-parseInt(_0x5d31e1(0x10f))/0xb*(-parseInt(_0x5d31e1(0x120))/0xc);if(_0x215fa7===_0xe912be)break;else _0x3947f2['push'](_0x3947f2['shift']());}catch(_0x33cec4){_0x3947f2['push'](_0x3947f2['shift']());}}}(_0x5ddb,0x3015d));import{View as _0x9614e4}from'ckeditor5/src/ui.js';import _0xe2f414 from'./commentthreadinputview.js';function _0x5ddb(){const _0x291b61=['focus','CommentView','cancel','locale','assign','96229ImnJvM','addComment','submit','updateComment','editorConfig','6XEdYIG','resolveCommentThread','disabledSubmit','2454136wFiXhG','removeCommentThread','archivedAt','isResolved','Reply\x20to\x20reopen\x20discussion...','isDirty','commentsListView','stop','Write\x20a\x20comment...','_createCommentThreadInputView','isActive','235fBDwcn','_config','reopenCommentThread','_model','1434686dJeNrz','isResolvable','commentThreadInputView','submitLabel','9JwbjpX','removeComment','editorDestroyed','357196lqmjam','isReadOnly','unlinkedAt','Reply','placeholder','hasDirtyComment','element','bind','value','11950GixlnU','12RzrWio','delegate','fire','commentInputView','length','set','isUnlinked','showInput','_localUser','canComment','2092JvPVvf','change:isActive','destroy','commentThreadHeaderView','Comment','editorReady','submitCommentThread','1683OInYYA','isSubmitted','listenTo','569995dcyYUi','Reply...'];_0x5ddb=function(){return _0x291b61;};return _0x5ddb();}function _0x2087(_0x2fc840,_0x29a6ba){const _0x5ddb6d=_0x5ddb();return _0x2087=function(_0x2087e0,_0x8bd614){_0x2087e0=_0x2087e0-0x101;let _0x809871=_0x5ddb6d[_0x2087e0];return _0x809871;},_0x2087(_0x2fc840,_0x29a6ba);}import _0x4a18fd from'./commentslistview.js';import _0x5c3455 from'./commentthreadheaderview.js';import{getTranslation as _0x533b20}from'../../../utils/common-translations.js';export default class ti extends _0x9614e4{constructor(_0xd6888c,_0x1ef146,_0x4a6bae,_0x19f0b9){const _0x8dff9=_0x2087;super(_0xd6888c),this[_0x8dff9(0x125)](_0x8dff9(0x10a),!0x1),this[_0x8dff9(0x125)](_0x8dff9(0x105),!0x1),this[_0x8dff9(0x10e)]=_0x1ef146,this[_0x8dff9(0x128)]=_0x4a6bae,this[_0x8dff9(0x10c)]=_0x19f0b9,this[_0x8dff9(0x12d)]=new _0x5c3455(_0xd6888c,_0x1ef146),this[_0x8dff9(0x12d)][_0x8dff9(0x121)](_0x8dff9(0x10d))['to'](this),this[_0x8dff9(0x133)](this,_0x8dff9(0x10d),()=>{const _0x2fc06a=_0x8dff9;this[_0x2fc06a(0x136)]();}),this[_0x8dff9(0x106)]=new _0x4a18fd(_0xd6888c,_0x1ef146,Object[_0x8dff9(0x13a)]({'CommentView':this[_0x8dff9(0x10c)][_0x8dff9(0x137)]},_0x19f0b9)),this[_0x8dff9(0x106)][_0x8dff9(0x121)](_0x8dff9(0x114))['to'](this),this[_0x8dff9(0x106)][_0x8dff9(0x121)](_0x8dff9(0x13e))['to'](this),this[_0x8dff9(0x106)][_0x8dff9(0x121)](_0x8dff9(0x141))['to'](this),this[_0x8dff9(0x106)][_0x8dff9(0x121)](_0x8dff9(0x12f))['to'](this),this[_0x8dff9(0x106)][_0x8dff9(0x121)](_0x8dff9(0x115))['to'](this),this[_0x8dff9(0x106)][_0x8dff9(0x11d)](_0x8dff9(0x10a))['to'](this),this[_0x8dff9(0x133)](this,_0x8dff9(0x141),()=>{const _0x28428d=_0x8dff9;this[_0x28428d(0x136)]();}),this[_0x8dff9(0x125)](_0x8dff9(0x124),this[_0x8dff9(0x106)][_0x8dff9(0x124)]),this[_0x8dff9(0x11d)](_0x8dff9(0x124))['to'](this[_0x8dff9(0x106)],_0x8dff9(0x124)),this[_0x8dff9(0x111)]=this[_0x8dff9(0x109)](),this[_0x8dff9(0x111)][_0x8dff9(0x121)](_0x8dff9(0x12f))['to'](this),this[_0x8dff9(0x111)][_0x8dff9(0x121)](_0x8dff9(0x115))['to'](this),this['on'](_0x8dff9(0x114),()=>this[_0x8dff9(0x136)]()),this[_0x8dff9(0x11d)](_0x8dff9(0x105))['to'](this[_0x8dff9(0x106)],_0x8dff9(0x11b),this[_0x8dff9(0x111)][_0x8dff9(0x123)],_0x8dff9(0x11e),(_0x8c5298,_0x5952e5)=>_0x8c5298||!!_0x5952e5),this[_0x8dff9(0x11d)](_0x8dff9(0x126))['to'](_0x1ef146,_0x8dff9(0x118),_0x160cd4=>!!_0x160cd4);}[_0x4421f1(0x136)](){const _0x23fa2b=_0x4421f1;this[_0x23fa2b(0x11c)][_0x23fa2b(0x136)]();}async[_0x4421f1(0x12c)](){const _0x1a5515=_0x4421f1;this[_0x1a5515(0x105)]=!0x1,this[_0x1a5515(0x106)][_0x1a5515(0x12c)](),await this[_0x1a5515(0x111)][_0x1a5515(0x12c)](),super[_0x1a5515(0x12c)]();}[_0x4421f1(0x109)](){const _0x2a191e=_0x4421f1,_0x3a376a=new _0xe2f414(this[_0x2a191e(0x139)],this[_0x2a191e(0x128)],this[_0x2a191e(0x10c)][_0x2a191e(0x13f)]),_0x1d4f0a=_0x3a376a[_0x2a191e(0x123)];return _0x3a376a[_0x2a191e(0x11d)](_0x2a191e(0x127))['to'](this,_0x2a191e(0x10a),this[_0x2a191e(0x10e)],_0x2a191e(0x117),this[_0x2a191e(0x10e)],_0x2a191e(0x129),this[_0x2a191e(0x10e)],_0x2a191e(0x102),_0x1d4f0a,_0x2a191e(0x11e),(_0x3b0cfe,_0x2fb955,_0x22890e,_0x588715,_0x1dadd8)=>!!_0x1dadd8||!!_0x588715&&_0x22890e&&!_0x2fb955||_0x3b0cfe&&_0x22890e&&!_0x2fb955),_0x1d4f0a[_0x2a191e(0x11d)](_0x2a191e(0x11a))['to'](this,_0x2a191e(0x124),this[_0x2a191e(0x10e)],_0x2a191e(0x110),this[_0x2a191e(0x10e)],_0x2a191e(0x103),(_0xd02dfa,_0x2367eb,_0x3064dd)=>{const _0xfb98b9=_0x2a191e;let _0x305207;return _0x305207=_0x3064dd&&_0x2367eb?_0xfb98b9(0x104):_0xd02dfa?_0xfb98b9(0x135):_0xfb98b9(0x108),_0x533b20(this[_0xfb98b9(0x139)],_0x305207);}),_0x1d4f0a[_0x2a191e(0x11d)](_0x2a191e(0x112))['to'](this,_0x2a191e(0x124),_0x22b750=>_0x533b20(this[_0x2a191e(0x139)],_0x22b750?_0x2a191e(0x119):_0x2a191e(0x12e))),_0x1d4f0a['on'](_0x2a191e(0x13d),(_0x4d5a05,_0x3e3285)=>{const _0x2a6aea=_0x2a191e;this[_0x2a6aea(0x122)](_0x2a6aea(0x13c),_0x3e3285),this[_0x2a6aea(0x10e)][_0x2a6aea(0x103)]&&this[_0x2a6aea(0x10e)][_0x2a6aea(0x110)]&&this[_0x2a6aea(0x122)](_0x2a6aea(0x10d),this[_0x2a6aea(0x10e)]['id']),this[_0x2a6aea(0x10e)][_0x2a6aea(0x132)]||this[_0x2a6aea(0x122)](_0x2a6aea(0x130));}),_0x1d4f0a['on'](_0x2a191e(0x138),()=>{const _0x1c1252=_0x2a191e;this[_0x1c1252(0x136)]();}),_0x1d4f0a[_0x2a191e(0x11d)](_0x2a191e(0x142))['to'](this[_0x2a191e(0x10e)],_0x2a191e(0x117)),_0x1d4f0a['on'](_0x2a191e(0x138),_0x582e30=>{const _0x399ca5=_0x2a191e;0x0==this[_0x399ca5(0x124)]&&(this[_0x399ca5(0x122)](_0x399ca5(0x101)),_0x582e30[_0x399ca5(0x107)]());}),this['on'](_0x2a191e(0x12b),(_0x30990f,_0x4e807e,_0x126594)=>{const _0x2e480f=_0x2a191e;_0x126594||this[_0x2e480f(0x124)]||_0x1d4f0a[_0x2e480f(0x11e)]||this[_0x2e480f(0x122)](_0x2e480f(0x101));}),_0x3a376a;}}
23
+ function _0x3e9c(){const _0xea891=['316492NQOuCK','45PnPXqr','removeComment','updateComment','addComment','isDirty','value','commentThreadHeaderView','assign','disabledSubmit','_localUser','submitCommentThread','change:isActive','focusables','author','keystrokes','ariaDescriptionView','hasDirtyComment','canComment','7654724gTssdY','Reply...','Reply','placeholder','isActive','CommentView','COMMENT_THREAD_DESCRIPTION','editorConfig','submitLabel','6HhKsnW','Reply\x20to\x20reopen\x20discussion...','bind','reopenCommentThread','editorReady','focus','createCollection','cancel','comments','tab','Comment','COMMENT_THREAD_LABEL','submit','commentsListView','focusTracker','resolveCommentThread','349212zuQEMp','_config','first','isSubmitted','stop','12077250vDxbFi','editorDestroyed','delegate','isReadOnly','target','element','locale','set','fire','unlinkedAt','length','commentInputView','shift+tab','removeCommentThread','name','40QiRTPk','isUnlinked','focusCycler','2539061CzYBIr','showInput','Write\x20a\x20comment...','commentThreadInputView','ariaLabel','archivedAt','isResolved','isResolvable','_model','listenTo','destroy','_createCommentThreadInputView','1hylAZs','1035352pfLTMg','623358eiGhgl','render'];_0x3e9c=function(){return _0xea891;};return _0x3e9c();}const _0x26a816=_0x23b3;(function(_0x1c3b65,_0x4a4999){const _0x31ca49=_0x23b3,_0x3205ad=_0x1c3b65();while(!![]){try{const _0x1c244d=parseInt(_0x31ca49(0x1f0))/0x1*(-parseInt(_0x31ca49(0x1f1))/0x2)+-parseInt(_0x31ca49(0x220))/0x3+-parseInt(_0x31ca49(0x1f4))/0x4*(-parseInt(_0x31ca49(0x1f5))/0x5)+parseInt(_0x31ca49(0x210))/0x6*(parseInt(_0x31ca49(0x1e4))/0x7)+-parseInt(_0x31ca49(0x1e1))/0x8*(parseInt(_0x31ca49(0x1f2))/0x9)+parseInt(_0x31ca49(0x225))/0xa+-parseInt(_0x31ca49(0x207))/0xb;if(_0x1c244d===_0x4a4999)break;else _0x3205ad['push'](_0x3205ad['shift']());}catch(_0x53586f){_0x3205ad['push'](_0x3205ad['shift']());}}}(_0x3e9c,0x94049));import{FocusCycler as _0x8d6923,View as _0x1abb35}from'ckeditor5/src/ui.js';import{FocusTracker as _0x3ee7fe,KeystrokeHandler as _0x32904f}from'ckeditor5/src/utils.js';import _0x3ff704 from'./commentthreadinputview.js';function _0x23b3(_0x3c4fb0,_0x1daebd){const _0x3e9c49=_0x3e9c();return _0x23b3=function(_0x23b32f,_0x3b2a65){_0x23b32f=_0x23b32f-0x1db;let _0x411254=_0x3e9c49[_0x23b32f];return _0x411254;},_0x23b3(_0x3c4fb0,_0x1daebd);}import _0x29be57 from'./commentslistview.js';import _0x17b479 from'./commentthreadheaderview.js';import{getTranslation as _0x4b147f}from'../../../utils/common-translations.js';import{AriaDescriptionView as _0x222db1,setupThreadKeyboardNavigation as _0x4f1e0e}from'ckeditor5-collaboration/src/collaboration-core.js';export default class es extends _0x1abb35{constructor(_0x30bfa8,_0x47af12,_0x17c538,_0x3804b0){const _0x1cb7fb=_0x23b3;super(_0x30bfa8),this[_0x1cb7fb(0x22c)](_0x1cb7fb(0x20b),!0x1),this[_0x1cb7fb(0x22c)](_0x1cb7fb(0x1f9),!0x1),this[_0x1cb7fb(0x1ec)]=_0x47af12,this[_0x1cb7fb(0x1fe)]=_0x17c538,this[_0x1cb7fb(0x221)]=_0x3804b0,this[_0x1cb7fb(0x1fb)]=new _0x17b479(_0x30bfa8,_0x47af12),this[_0x1cb7fb(0x1fb)][_0x1cb7fb(0x227)](_0x1cb7fb(0x213))['to'](this),this[_0x1cb7fb(0x204)]=new _0x222db1(_0x30bfa8,_0x4b147f(_0x30bfa8,_0x1cb7fb(0x20d))),this[_0x1cb7fb(0x1ed)](this,_0x1cb7fb(0x213),()=>{const _0x311189=_0x1cb7fb;this[_0x311189(0x215)]();}),this[_0x1cb7fb(0x21d)]=new _0x29be57(_0x30bfa8,_0x47af12,Object[_0x1cb7fb(0x1fc)]({'CommentView':this[_0x1cb7fb(0x221)][_0x1cb7fb(0x20c)]},_0x3804b0)),this[_0x1cb7fb(0x21d)][_0x1cb7fb(0x227)](_0x1cb7fb(0x1f6))['to'](this),this[_0x1cb7fb(0x21d)][_0x1cb7fb(0x227)](_0x1cb7fb(0x1f7))['to'](this),this[_0x1cb7fb(0x21d)][_0x1cb7fb(0x227)](_0x1cb7fb(0x21f))['to'](this),this[_0x1cb7fb(0x21d)][_0x1cb7fb(0x227)](_0x1cb7fb(0x214))['to'](this),this[_0x1cb7fb(0x21d)][_0x1cb7fb(0x227)](_0x1cb7fb(0x226))['to'](this),this[_0x1cb7fb(0x21d)][_0x1cb7fb(0x212)](_0x1cb7fb(0x20b))['to'](this),this[_0x1cb7fb(0x1ed)](this,_0x1cb7fb(0x21f),()=>{const _0x2df0a6=_0x1cb7fb;this[_0x2df0a6(0x215)]();}),this[_0x1cb7fb(0x22c)](_0x1cb7fb(0x1dc),this[_0x1cb7fb(0x21d)][_0x1cb7fb(0x1dc)]),this[_0x1cb7fb(0x212)](_0x1cb7fb(0x1dc))['to'](this[_0x1cb7fb(0x21d)],_0x1cb7fb(0x1dc)),this[_0x1cb7fb(0x1e7)]=this[_0x1cb7fb(0x1ef)](),this[_0x1cb7fb(0x1e7)][_0x1cb7fb(0x227)](_0x1cb7fb(0x214))['to'](this),this[_0x1cb7fb(0x1e7)][_0x1cb7fb(0x227)](_0x1cb7fb(0x226))['to'](this),this['on'](_0x1cb7fb(0x1f6),()=>this[_0x1cb7fb(0x215)]()),this[_0x1cb7fb(0x212)](_0x1cb7fb(0x1f9))['to'](this[_0x1cb7fb(0x21d)],_0x1cb7fb(0x205),this[_0x1cb7fb(0x1e7)][_0x1cb7fb(0x1dd)],_0x1cb7fb(0x1fa),(_0x2ee71f,_0x3b7741)=>_0x2ee71f||!!_0x3b7741),this[_0x1cb7fb(0x212)](_0x1cb7fb(0x1e2))['to'](_0x47af12,_0x1cb7fb(0x1db),_0x10b437=>!!_0x10b437),this[_0x1cb7fb(0x212)](_0x1cb7fb(0x1e8))['to'](this,_0x1cb7fb(0x1dc),_0x33fc34=>{const _0x223d17=_0x1cb7fb,_0x59776f=this[_0x223d17(0x1ec)][_0x223d17(0x218)][_0x223d17(0x222)]?this[_0x223d17(0x1ec)][_0x223d17(0x218)][_0x223d17(0x222)][_0x223d17(0x202)][_0x223d17(0x1e0)]:this[_0x223d17(0x1fe)][_0x223d17(0x1e0)];return _0x4b147f(this[_0x223d17(0x22b)],_0x223d17(0x21b),[_0x33fc34,_0x59776f]);}),this[_0x1cb7fb(0x201)]=this[_0x1cb7fb(0x216)]([this[_0x1cb7fb(0x21d)],this[_0x1cb7fb(0x1e7)]]),this[_0x1cb7fb(0x21e)]=new _0x3ee7fe(),this[_0x1cb7fb(0x203)]=new _0x32904f(),this[_0x1cb7fb(0x1e3)]=new _0x8d6923({'focusables':this[_0x1cb7fb(0x201)],'focusTracker':this[_0x1cb7fb(0x21e)],'keystrokeHandler':this[_0x1cb7fb(0x203)],'keystrokeHandlerOptions':{'filter':_0x5e8843=>_0x5e8843[_0x1cb7fb(0x229)]!==this[_0x1cb7fb(0x22a)]},'actions':{'focusPrevious':_0x1cb7fb(0x1de),'focusNext':_0x1cb7fb(0x219)}});}[_0x26a816(0x215)](){const _0x2ada93=_0x26a816;this[_0x2ada93(0x22a)][_0x2ada93(0x215)]();}[_0x26a816(0x1f3)](){const _0x4a08f5=_0x26a816;super[_0x4a08f5(0x1f3)](),_0x4f1e0e(this,this[_0x4a08f5(0x201)]);}async[_0x26a816(0x1ee)](){const _0x536742=_0x26a816;this[_0x536742(0x1f9)]=!0x1,this[_0x536742(0x21d)][_0x536742(0x1ee)](),await this[_0x536742(0x1e7)][_0x536742(0x1ee)](),super[_0x536742(0x1ee)]();}[_0x26a816(0x1ef)](){const _0x43c7b4=_0x26a816,_0x1562a0=new _0x3ff704(this[_0x43c7b4(0x22b)],this[_0x43c7b4(0x1fe)],this[_0x43c7b4(0x221)][_0x43c7b4(0x20e)]),_0x3e8c0c=_0x1562a0[_0x43c7b4(0x1dd)];return _0x1562a0[_0x43c7b4(0x212)](_0x43c7b4(0x1e5))['to'](this,_0x43c7b4(0x20b),this[_0x43c7b4(0x1ec)],_0x43c7b4(0x228),this[_0x43c7b4(0x1ec)],_0x43c7b4(0x206),this[_0x43c7b4(0x1ec)],_0x43c7b4(0x1e9),_0x3e8c0c,_0x43c7b4(0x1fa),(_0x15e7ea,_0x4d290b,_0x560030,_0x57a2a2,_0x17027b)=>!!_0x17027b||!!_0x57a2a2&&_0x560030&&!_0x4d290b||_0x15e7ea&&_0x560030&&!_0x4d290b),_0x3e8c0c[_0x43c7b4(0x212)](_0x43c7b4(0x20a))['to'](this,_0x43c7b4(0x1dc),this[_0x43c7b4(0x1ec)],_0x43c7b4(0x1eb),this[_0x43c7b4(0x1ec)],_0x43c7b4(0x1ea),(_0x127437,_0x176aea,_0x3c1b20)=>{const _0x1c08fa=_0x43c7b4;let _0x31a873;return _0x31a873=_0x3c1b20&&_0x176aea?_0x1c08fa(0x211):_0x127437?_0x1c08fa(0x208):_0x1c08fa(0x1e6),_0x4b147f(this[_0x1c08fa(0x22b)],_0x31a873);}),_0x3e8c0c[_0x43c7b4(0x212)](_0x43c7b4(0x20f))['to'](this,_0x43c7b4(0x1dc),_0x2115bf=>_0x4b147f(this[_0x43c7b4(0x22b)],_0x2115bf?_0x43c7b4(0x209):_0x43c7b4(0x21a))),_0x3e8c0c['on'](_0x43c7b4(0x21c),(_0x438a17,_0x575397)=>{const _0x2d636a=_0x43c7b4;this[_0x2d636a(0x22d)](_0x2d636a(0x1f8),_0x575397),this[_0x2d636a(0x1ec)][_0x2d636a(0x1ea)]&&this[_0x2d636a(0x1ec)][_0x2d636a(0x1eb)]&&this[_0x2d636a(0x22d)](_0x2d636a(0x213),this[_0x2d636a(0x1ec)]['id']),this[_0x2d636a(0x1ec)][_0x2d636a(0x223)]||this[_0x2d636a(0x22d)](_0x2d636a(0x1ff));}),_0x3e8c0c['on'](_0x43c7b4(0x217),()=>{const _0x4a336c=_0x43c7b4;this[_0x4a336c(0x215)]();}),_0x3e8c0c[_0x43c7b4(0x212)](_0x43c7b4(0x1fd))['to'](this[_0x43c7b4(0x1ec)],_0x43c7b4(0x228)),_0x3e8c0c['on'](_0x43c7b4(0x217),_0x5ee4f1=>{const _0x4d4535=_0x43c7b4;0x0==this[_0x4d4535(0x1dc)]&&(this[_0x4d4535(0x22d)](_0x4d4535(0x1df)),_0x5ee4f1[_0x4d4535(0x224)]());}),this['on'](_0x43c7b4(0x200),(_0x36d332,_0x2d6e5a,_0x27fb57)=>{const _0x1137af=_0x43c7b4;_0x27fb57||this[_0x1137af(0x1dc)]||_0x3e8c0c[_0x1137af(0x1fa)]||this[_0x1137af(0x22d)](_0x1137af(0x1df));}),_0x1562a0;}}
@@ -6,8 +6,9 @@
6
6
  * @module comments/comments/ui/view/basecommentview
7
7
  * @publicApi
8
8
  */
9
- import { View, type ViewCollection } from 'ckeditor5/src/ui.js';
10
- import type { Locale } from 'ckeditor5/src/utils.js';
9
+ import { View, ViewCollection, type FocusableView, FocusCycler } from 'ckeditor5/src/ui.js';
10
+ import { FocusTracker, KeystrokeHandler, type Locale } from 'ckeditor5/src/utils.js';
11
+ import { AriaDescriptionView } from 'ckeditor5-collaboration/src/collaboration-core.js';
11
12
  import type { Comment } from '../../commentsrepository.js';
12
13
  import type { CommentViewConfig } from '../../../config.js';
13
14
  /**
@@ -15,7 +16,7 @@ import type { CommentViewConfig } from '../../../config.js';
15
16
  *
16
17
  * It provides some behaviors, flags and building blocks to use when creating a custom comment view class.
17
18
  */
18
- export default class BaseCommentView extends View {
19
+ export default class BaseCommentView extends View implements FocusableView {
19
20
  locale: Locale;
20
21
  /**
21
22
  * Informs whether the comment view is in the editing mode.
@@ -40,6 +41,31 @@ export default class BaseCommentView extends View {
40
41
  * By default, the comment is in the "content mode" and this view collection stores the comment content view.
41
42
  */
42
43
  readonly visibleView: ViewCollection;
44
+ /**
45
+ * A helper view that provides an ARIA description for the comment used by
46
+ * assistive technologies.
47
+ */
48
+ readonly ariaDescriptionView: AriaDescriptionView;
49
+ /**
50
+ * An accessible label text used by assistive technologies describing the comment.
51
+ */
52
+ ariaLabel: string;
53
+ /**
54
+ * A collection of child views that can receive focus and contribute to the (shift) tab key navigation.
55
+ */
56
+ readonly focusables: ViewCollection<FocusableView>;
57
+ /**
58
+ * Tracks information about DOM focus in the comment view.
59
+ */
60
+ readonly focusTracker: FocusTracker;
61
+ /**
62
+ * Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
63
+ */
64
+ readonly keystrokes: KeystrokeHandler;
65
+ /**
66
+ * Helps cycling over focusable {@link #focusables} in the comment.
67
+ */
68
+ readonly focusCycler: FocusCycler;
43
69
  /**
44
70
  * @param locale The localization service instance.
45
71
  * @param model The model on which the view will base.
@@ -58,6 +84,10 @@ export default class BaseCommentView extends View {
58
84
  * Focuses the view.
59
85
  */
60
86
  focus(): void;
87
+ /**
88
+ * @inheritDoc
89
+ */
90
+ render(): void;
61
91
  /**
62
92
  * @inheritDoc
63
93
  */
@@ -70,6 +100,14 @@ export default class BaseCommentView extends View {
70
100
  * Switches the comment back from the editing mode to the content display mode.
71
101
  */
72
102
  switchToDisplayMode(): void;
103
+ /**
104
+ * Gets the translated note which indicates that the comment comes from an external source.
105
+ */
106
+ getExternalCommentNote(): string;
107
+ /**
108
+ * Gets the translated notification text which indicates that author name comes from an external source.
109
+ */
110
+ getUserViewNotificationText(): string | null;
73
111
  }
74
112
  /**
75
113
  * Fired when a user performed an action that should lead to creating a new comment in the comment thread.
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x263fc7=_0x66d7;(function(_0x3e190e,_0x110bc1){const _0x44289e=_0x66d7,_0x331693=_0x3e190e();while(!![]){try{const _0x5f36b3=parseInt(_0x44289e(0x13f))/0x1+parseInt(_0x44289e(0x142))/0x2+-parseInt(_0x44289e(0x13d))/0x3+-parseInt(_0x44289e(0x122))/0x4+-parseInt(_0x44289e(0x138))/0x5*(parseInt(_0x44289e(0x13c))/0x6)+parseInt(_0x44289e(0x126))/0x7+parseInt(_0x44289e(0x125))/0x8;if(_0x5f36b3===_0x110bc1)break;else _0x331693['push'](_0x331693['shift']());}catch(_0x2bea12){_0x331693['push'](_0x331693['shift']());}}}(_0x11e6,0x785f9));function _0x11e6(){const _0x17e6cf=['locale','_createCommentContentView','get','1287868exQYUm','isEditMode','maxCommentCharsWhenCollapsed','610104Peyigb','2086945zbqwTY','cancel','switchToEditMode','bind','value','visibleView','isCollapsed','editorReady','disabledSubmit','Save','isReadOnly','editorConfig','fire','element','once','submitLabel','submit','add','9670ufwBZl','set','destroy','initialData','2538ANLInw','1264392ljoKgh','content','877115PXjNHI','switchToDisplayMode','focus','1606098ioXuxM','_createCommentInputView','editorDestroyed','collapse','remove','createEditor','createCollection','updateComment','delegate','isSystemComment','_config','_model','expand'];_0x11e6=function(){return _0x17e6cf;};return _0x11e6();}import{View as _0x1886ba}from'ckeditor5/src/ui.js';function _0x66d7(_0x2c97f4,_0x31294e){const _0x11e656=_0x11e6();return _0x66d7=function(_0x66d7e6,_0x38ba85){_0x66d7e6=_0x66d7e6-0x114;let _0xf41d45=_0x11e656[_0x66d7e6];return _0xf41d45;},_0x66d7(_0x2c97f4,_0x31294e);}import{trimHtml as _0x41e3d8}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x20988a from'./commentcontentview.js';import _0x374bf8 from'./commentinputview.js';import{getTranslation as _0x1bd5c1}from'../../../utils/common-translations.js';export default class oi extends _0x1886ba{constructor(_0x1c4e16,_0x228de1,_0x37c430){const _0x514587=_0x66d7;super(_0x1c4e16),this[_0x514587(0x11d)]=_0x228de1,this[_0x514587(0x11c)]=_0x37c430,this[_0x514587(0x11b)]=!!this[_0x514587(0x11c)][_0x514587(0x11b)],this[_0x514587(0x139)](_0x514587(0x123),!0x1),this[_0x514587(0x139)](_0x514587(0x12c),!0x0),this[_0x514587(0x12b)]=this[_0x514587(0x118)](),this[_0x514587(0x12b)][_0x514587(0x137)](this[_0x514587(0x120)]());}[_0x263fc7(0x11e)](){const _0x39ad1e=_0x263fc7;this[_0x39ad1e(0x12c)]=!0x1;}[_0x263fc7(0x115)](){const _0x51a8af=_0x263fc7;this[_0x51a8af(0x123)]||(this[_0x51a8af(0x12c)]=!0x0);}[_0x263fc7(0x141)](){const _0x45a621=_0x263fc7;this[_0x45a621(0x133)][_0x45a621(0x141)]();}async[_0x263fc7(0x13a)](){const _0x19afb9=_0x263fc7;await this[_0x19afb9(0x12b)][_0x19afb9(0x121)](0x0)[_0x19afb9(0x13a)](),super[_0x19afb9(0x13a)]();}[_0x263fc7(0x128)](){const _0x146a2e=_0x263fc7;this[_0x146a2e(0x123)]||(this[_0x146a2e(0x123)]=!0x0,this[_0x146a2e(0x12b)][_0x146a2e(0x116)](0x0)[_0x146a2e(0x13a)](),this[_0x146a2e(0x12b)][_0x146a2e(0x137)](this[_0x146a2e(0x143)]()));}[_0x263fc7(0x140)](){const _0x32b601=_0x263fc7;this[_0x32b601(0x123)]&&(this[_0x32b601(0x123)]=!0x1,this[_0x32b601(0x12b)][_0x32b601(0x116)](0x0)[_0x32b601(0x13a)](),this[_0x32b601(0x12b)][_0x32b601(0x137)](this[_0x32b601(0x120)]()));}[_0x263fc7(0x120)](){const _0x17d3db=_0x263fc7,_0x1a9c70=new _0x20988a(this[_0x17d3db(0x11f)]);return _0x1a9c70[_0x17d3db(0x129)](_0x17d3db(0x13e))['to'](this[_0x17d3db(0x11d)],_0x17d3db(0x13e),this,_0x17d3db(0x12c),(_0x2238b5,_0x296404)=>_0x296404?_0x41e3d8(_0x2238b5,{'limit':this[_0x17d3db(0x11c)][_0x17d3db(0x124)]}):_0x2238b5),_0x1a9c70;}[_0x263fc7(0x143)](){const _0x1d668e=_0x263fc7;this[_0x1d668e(0x11c)][_0x1d668e(0x131)]||(this[_0x1d668e(0x11c)][_0x1d668e(0x131)]={}),this[_0x1d668e(0x11c)][_0x1d668e(0x131)][_0x1d668e(0x13b)]=this[_0x1d668e(0x11d)][_0x1d668e(0x13e)];const _0x1fb8db=new _0x374bf8(this[_0x1d668e(0x11f)],this[_0x1d668e(0x11c)][_0x1d668e(0x131)]);return _0x1fb8db[_0x1d668e(0x12a)]=this[_0x1d668e(0x11d)][_0x1d668e(0x13e)],_0x1fb8db[_0x1d668e(0x129)](_0x1d668e(0x12e))['to'](this[_0x1d668e(0x11d)],_0x1d668e(0x130)),_0x1fb8db[_0x1d668e(0x135)]=_0x1bd5c1(this[_0x1d668e(0x11f)],_0x1d668e(0x12f)),_0x1fb8db['on'](_0x1d668e(0x136),(_0x36412d,_0x69ba1a)=>{const _0x7a1c80=_0x1d668e;this[_0x7a1c80(0x132)](_0x7a1c80(0x119),this[_0x7a1c80(0x11d)]['id'],_0x69ba1a),this[_0x7a1c80(0x140)](),this[_0x7a1c80(0x141)]();}),_0x1fb8db['on'](_0x1d668e(0x127),()=>{const _0x2eb1b2=_0x1d668e;this[_0x2eb1b2(0x140)](),this[_0x2eb1b2(0x141)]();}),_0x1fb8db[_0x1d668e(0x134)](_0x1d668e(0x12d),()=>{const _0x3f9f09=_0x1d668e;_0x1fb8db[_0x3f9f09(0x141)]();}),_0x1fb8db[_0x1d668e(0x117)](),_0x1fb8db[_0x1d668e(0x11a)](_0x1d668e(0x12d))['to'](this),_0x1fb8db[_0x1d668e(0x11a)](_0x1d668e(0x114))['to'](this),_0x1fb8db;}}
23
+ function _0x389a(_0x313362,_0x168494){const _0xc3df5=_0xc3df();return _0x389a=function(_0x389ac9,_0x33c3f9){_0x389ac9=_0x389ac9-0xfa;let _0x334b59=_0xc3df5[_0x389ac9];return _0x334b59;},_0x389a(_0x313362,_0x168494);}const _0x1971c8=_0x389a;function _0xc3df(){const _0x1c2c10=['added','Save','importWord','target','locale','isReadOnly','createEditor','isExternal','isCollapsed','authoredAt','switchToEditMode','2302846fVSLzC','submitLabel','EXTERNAL_COMMENT','once','_createCommentInputView','stopListening','_config','content','disabledSubmit','change','ariaLabel','set','value','EXTERNAL_IMPORT_WORD_COMMENT','focusFirst','switchToDisplayMode','createCollection','esc','ariaDescriptionView','editorReady','focusCycler','8swjLit','@external','source','formatDateTime','6033ZYvZHp','collapse','text/html','add','shift+tab','tab','_createCommentContentView','removed','cancel','getUserViewNotificationText','author','updateComment','body','submit','44279851VKBrpy','enter','creator','_setupKeyboardNavigation','7051345pJZOPv','name','get','focusables','5svPxtv','editorConfig','expand','focus','COMMENT_ARIA_LABEL','COMMENT_THREAD_DESCRIPTION','EXTERNAL_AVATAR','destroy','keystrokes','fire','10ZgJeoc','10164843NimpTF','render','listenTo','_model','parseFromString','textContent','2888484LPldBZ','464588SDvSkA','2680YcLgZP','editorDestroyed','isEditMode','maxCommentCharsWhenCollapsed','EXTERNAL_IMPORT_WORD_AVATAR','initialData','remove','focusTracker','delegate','bind','attributes','visibleView','isSystemComment','getExternalCommentNote','element'];_0xc3df=function(){return _0x1c2c10;};return _0xc3df();}(function(_0x28854f,_0xd32aef){const _0x421695=_0x389a,_0x1bb0ea=_0x28854f();while(!![]){try{const _0x2583c9=-parseInt(_0x421695(0x11a))/0x1+-parseInt(_0x421695(0x135))/0x2+-parseInt(_0x421695(0x14e))/0x3*(parseInt(_0x421695(0x11b))/0x4)+-parseInt(_0x421695(0x108))/0x5*(parseInt(_0x421695(0x119))/0x6)+parseInt(_0x421695(0x104))/0x7*(-parseInt(_0x421695(0x14a))/0x8)+parseInt(_0x421695(0x113))/0x9+parseInt(_0x421695(0x112))/0xa*(parseInt(_0x421695(0x100))/0xb);if(_0x2583c9===_0xd32aef)break;else _0x1bb0ea['push'](_0x1bb0ea['shift']());}catch(_0x24d186){_0x1bb0ea['push'](_0x1bb0ea['shift']());}}}(_0xc3df,0xab912));import{View as _0x41945b,ViewCollection as _0x27fb35,FocusCycler as _0x5071f2}from'ckeditor5/src/ui.js';import{FocusTracker as _0x12ad90,KeystrokeHandler as _0x1c3263}from'ckeditor5/src/utils.js';import{AriaDescriptionView as _0x2fc507,trimHtml as _0x5c278c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x24e845 from'./commentcontentview.js';import _0x442354 from'./commentinputview.js';import{getTranslation as _0x4d5698}from'../../../utils/common-translations.js';export default class ns extends _0x41945b{constructor(_0x5cf361,_0x57f157,_0x2fc15c){const _0x3349fb=_0x389a;super(_0x5cf361),this[_0x3349fb(0x116)]=_0x57f157,this[_0x3349fb(0x13b)]=_0x2fc15c,this[_0x3349fb(0x127)]=!!this[_0x3349fb(0x13b)][_0x3349fb(0x127)],this[_0x3349fb(0x140)](_0x3349fb(0x11d),!0x1),this[_0x3349fb(0x140)](_0x3349fb(0x132),!0x0),this[_0x3349fb(0x124)](_0x3349fb(0x13f))['to'](_0x57f157,_0x3349fb(0x13c),_0x57f157,_0x3349fb(0x133),(_0x12a0c9,_0x14aefa)=>_0x4d5698(_0x5cf361,_0x3349fb(0x10c),[_0x57f157[_0x3349fb(0xfc)][_0x3349fb(0x105)],_0x2fc15c[_0x3349fb(0x14d)](_0x14aefa),new DOMParser()[_0x3349fb(0x117)](_0x12a0c9,_0x3349fb(0x150))[_0x3349fb(0xfe)][_0x3349fb(0x118)],_0x57f157[_0x3349fb(0x131)]?this[_0x3349fb(0x128)]():''])),this[_0x3349fb(0x147)]=new _0x2fc507(_0x5cf361,_0x4d5698(_0x5cf361,_0x3349fb(0x10d))),this[_0x3349fb(0x126)]=this[_0x3349fb(0x145)](),this[_0x3349fb(0x126)][_0x3349fb(0x151)](this[_0x3349fb(0x154)]()),this[_0x3349fb(0x107)]=new _0x27fb35(),this[_0x3349fb(0x122)]=new _0x12ad90(),this[_0x3349fb(0x110)]=new _0x1c3263(),this[_0x3349fb(0x149)]=new _0x5071f2({'focusables':this[_0x3349fb(0x107)],'focusTracker':this[_0x3349fb(0x122)],'keystrokeHandler':this[_0x3349fb(0x110)],'keystrokeHandlerOptions':{'filter':_0x5bdeb0=>_0x5bdeb0[_0x3349fb(0x12d)]!==this[_0x3349fb(0x129)]},'actions':{'focusPrevious':_0x3349fb(0x152),'focusNext':_0x3349fb(0x153)}});}[_0x1971c8(0x10a)](){const _0x5b46cb=_0x1971c8;this[_0x5b46cb(0x132)]=!0x1;}[_0x1971c8(0x14f)](){const _0x2715d9=_0x1971c8;this[_0x2715d9(0x11d)]||(this[_0x2715d9(0x132)]=!0x0);}[_0x1971c8(0x10b)](){const _0x51916b=_0x1971c8;this[_0x51916b(0x129)][_0x51916b(0x10b)]();}[_0x1971c8(0x114)](){const _0x568c7d=_0x1971c8;super[_0x568c7d(0x114)](),this[_0x568c7d(0x103)]();}async[_0x1971c8(0x10f)](){const _0x351a98=_0x1971c8;await this[_0x351a98(0x126)][_0x351a98(0x106)](0x0)[_0x351a98(0x10f)](),super[_0x351a98(0x10f)]();}[_0x1971c8(0x134)](){const _0x39338d=_0x1971c8;this[_0x39338d(0x11d)]||(this[_0x39338d(0x11d)]=!0x0,this[_0x39338d(0x126)][_0x39338d(0x121)](0x0)[_0x39338d(0x10f)](),this[_0x39338d(0x126)][_0x39338d(0x151)](this[_0x39338d(0x139)]()));}[_0x1971c8(0x144)](){const _0x2fefcb=_0x1971c8;this[_0x2fefcb(0x11d)]&&(this[_0x2fefcb(0x11d)]=!0x1,this[_0x2fefcb(0x126)][_0x2fefcb(0x121)](0x0)[_0x2fefcb(0x10f)](),this[_0x2fefcb(0x126)][_0x2fefcb(0x151)](this[_0x2fefcb(0x154)]()));}[_0x1971c8(0x128)](){const _0x42dd8d=_0x1971c8;return _0x42dd8d(0x12c)===this[_0x42dd8d(0x116)][_0x42dd8d(0x125)][_0x42dd8d(0x14b)][_0x42dd8d(0x14c)]?_0x4d5698(this[_0x42dd8d(0x12e)],_0x42dd8d(0x142)):_0x4d5698(this[_0x42dd8d(0x12e)],_0x42dd8d(0x137));}[_0x1971c8(0xfb)](){const _0x5c1c10=_0x1971c8;return this[_0x5c1c10(0x116)][_0x5c1c10(0x131)]?_0x5c1c10(0x12c)===this[_0x5c1c10(0x116)][_0x5c1c10(0x125)][_0x5c1c10(0x14b)][_0x5c1c10(0x14c)]?_0x4d5698(this[_0x5c1c10(0x12e)],_0x5c1c10(0x11f),this[_0x5c1c10(0x116)][_0x5c1c10(0x102)][_0x5c1c10(0x105)]):_0x4d5698(this[_0x5c1c10(0x12e)],_0x5c1c10(0x10e),this[_0x5c1c10(0x116)][_0x5c1c10(0x102)][_0x5c1c10(0x105)]):null;}[_0x1971c8(0x154)](){const _0x4a6ad9=_0x1971c8,_0x2bd5b7=new _0x24e845(this[_0x4a6ad9(0x12e)]);return _0x2bd5b7[_0x4a6ad9(0x124)](_0x4a6ad9(0x13c))['to'](this[_0x4a6ad9(0x116)],_0x4a6ad9(0x13c),this,_0x4a6ad9(0x132),(_0x350d2f,_0x34ac4e)=>_0x34ac4e?_0x5c278c(_0x350d2f,{'limit':this[_0x4a6ad9(0x13b)][_0x4a6ad9(0x11e)]}):_0x350d2f),_0x2bd5b7;}[_0x1971c8(0x139)](){const _0x24baad=_0x1971c8;this[_0x24baad(0x13b)][_0x24baad(0x109)]||(this[_0x24baad(0x13b)][_0x24baad(0x109)]={}),this[_0x24baad(0x13b)][_0x24baad(0x109)][_0x24baad(0x120)]=this[_0x24baad(0x116)][_0x24baad(0x13c)];const _0x158697=new _0x442354(this[_0x24baad(0x12e)],this[_0x24baad(0x13b)][_0x24baad(0x109)]);return _0x158697[_0x24baad(0x141)]=this[_0x24baad(0x116)][_0x24baad(0x13c)],_0x158697[_0x24baad(0x124)](_0x24baad(0x13d))['to'](this[_0x24baad(0x116)],_0x24baad(0x12f)),_0x158697[_0x24baad(0x136)]=_0x4d5698(this[_0x24baad(0x12e)],_0x24baad(0x12b)),_0x158697['on'](_0x24baad(0xff),(_0x39367e,_0x4716dd)=>{const _0x3d9e0b=_0x24baad;this[_0x3d9e0b(0x111)](_0x3d9e0b(0xfd),this[_0x3d9e0b(0x116)]['id'],_0x4716dd),this[_0x3d9e0b(0x144)](),this[_0x3d9e0b(0x10b)]();}),_0x158697['on'](_0x24baad(0xfa),()=>{const _0x5e9209=_0x24baad;this[_0x5e9209(0x144)](),this[_0x5e9209(0x10b)]();}),_0x158697[_0x24baad(0x138)](_0x24baad(0x148),()=>{const _0x2e14b0=_0x24baad;_0x158697[_0x2e14b0(0x10b)]();}),_0x158697[_0x24baad(0x130)](),_0x158697[_0x24baad(0x123)](_0x24baad(0x148))['to'](this),_0x158697[_0x24baad(0x123)](_0x24baad(0x11c))['to'](this),_0x158697;}[_0x1971c8(0x103)](){const _0x451bc9=_0x1971c8,_0x107f93=this[_0x451bc9(0x129)];this[_0x451bc9(0x110)][_0x451bc9(0x115)](_0x107f93);for(const _0xe9a994 of this[_0x451bc9(0x107)])this[_0x451bc9(0x122)][_0x451bc9(0x151)](_0xe9a994[_0x451bc9(0x129)]),this[_0x451bc9(0x110)][_0x451bc9(0x115)](_0xe9a994[_0x451bc9(0x129)]);this[_0x451bc9(0x107)]['on'](_0x451bc9(0x13e),(_0x373b2c,_0x4937c7)=>{const _0x44ffff=_0x451bc9;for(const _0x2f63e7 of _0x4937c7[_0x44ffff(0x155)])this[_0x44ffff(0x122)][_0x44ffff(0x121)](_0x2f63e7[_0x44ffff(0x129)]),this[_0x44ffff(0x110)][_0x44ffff(0x13a)](_0x2f63e7[_0x44ffff(0x129)]);for(const _0x5b8a37 of _0x4937c7[_0x44ffff(0x12a)])this[_0x44ffff(0x122)][_0x44ffff(0x151)](_0x5b8a37[_0x44ffff(0x129)]),this[_0x44ffff(0x110)][_0x44ffff(0x115)](_0x5b8a37[_0x44ffff(0x129)]);}),this[_0x451bc9(0x110)][_0x451bc9(0x140)](_0x451bc9(0x101),(_0x253afa,_0x34e193)=>{const _0x3057c3=_0x451bc9;_0x107f93===_0x253afa[_0x3057c3(0x12d)]&&(this[_0x3057c3(0x149)][_0x3057c3(0x143)](),_0x34e193());}),this[_0x451bc9(0x110)][_0x451bc9(0x140)](_0x451bc9(0x146),(_0x1067f6,_0x28c680)=>{const _0x51ff79=_0x451bc9;_0x107f93!==_0x1067f6[_0x51ff79(0x12d)]&&(this[_0x51ff79(0x10b)](),_0x28c680());});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5f1c(){const _0x4ca61a=['45735qfCTWC','count','114RNsgVp','2WumSkA','600723KGpDsC','1429197MPOhks','set','bindTemplate','ck-thread__comment-count','599752BfIMgq','251488mIczDe','setTemplate','10233171yGVAhs','NUMBER_OF_COMMENTS','235661ZpiQCM'];_0x5f1c=function(){return _0x4ca61a;};return _0x5f1c();}(function(_0x5e50f5,_0x453819){const _0x4e3fce=_0x227f,_0x2ee9fe=_0x5e50f5();while(!![]){try{const _0x1ac402=-parseInt(_0x4e3fce(0x155))/0x1+-parseInt(_0x4e3fce(0x159))/0x2*(parseInt(_0x4e3fce(0x15a))/0x3)+-parseInt(_0x4e3fce(0x15f))/0x4+parseInt(_0x4e3fce(0x156))/0x5*(-parseInt(_0x4e3fce(0x158))/0x6)+-parseInt(_0x4e3fce(0x15b))/0x7+-parseInt(_0x4e3fce(0x160))/0x8+parseInt(_0x4e3fce(0x162))/0x9;if(_0x1ac402===_0x453819)break;else _0x2ee9fe['push'](_0x2ee9fe['shift']());}catch(_0x3802f6){_0x2ee9fe['push'](_0x2ee9fe['shift']());}}}(_0x5f1c,0x229d3));import{View as _0x4b3455}from'ckeditor5/src/ui.js';function _0x227f(_0x2a0dd7,_0x1d5f1a){const _0x5f1cb8=_0x5f1c();return _0x227f=function(_0x227f62,_0x1acde1){_0x227f62=_0x227f62-0x154;let _0x3a60d0=_0x5f1cb8[_0x227f62];return _0x3a60d0;},_0x227f(_0x2a0dd7,_0x1d5f1a);}import{getTranslation as _0x177e3e}from'../../../utils/common-translations.js';export default class ts extends _0x4b3455{constructor(_0x32d4d4){const _0x38cc36=_0x227f;super(_0x32d4d4);const _0x317ba1=this[_0x38cc36(0x15d)];this[_0x38cc36(0x15c)](_0x38cc36(0x157),void 0x0),this[_0x38cc36(0x161)]({'tag':'li','attributes':{'class':_0x38cc36(0x15e)},'children':[{'text':_0x317ba1['to'](_0x38cc36(0x157),_0x37f6df=>_0x177e3e(_0x32d4d4,_0x38cc36(0x154),_0x37f6df))}]});}}
23
+ (function(_0xe694a5,_0x5a5cd2){const _0x2ba9e0=_0x152b,_0x1864bc=_0xe694a5();while(!![]){try{const _0x2f8dcc=parseInt(_0x2ba9e0(0x15c))/0x1*(parseInt(_0x2ba9e0(0x168))/0x2)+-parseInt(_0x2ba9e0(0x169))/0x3*(parseInt(_0x2ba9e0(0x166))/0x4)+-parseInt(_0x2ba9e0(0x163))/0x5*(parseInt(_0x2ba9e0(0x15a))/0x6)+-parseInt(_0x2ba9e0(0x167))/0x7*(parseInt(_0x2ba9e0(0x165))/0x8)+-parseInt(_0x2ba9e0(0x15e))/0x9+parseInt(_0x2ba9e0(0x16a))/0xa*(-parseInt(_0x2ba9e0(0x160))/0xb)+parseInt(_0x2ba9e0(0x162))/0xc;if(_0x2f8dcc===_0x5a5cd2)break;else _0x1864bc['push'](_0x1864bc['shift']());}catch(_0x33f472){_0x1864bc['push'](_0x1864bc['shift']());}}}(_0x371f,0x3909c));import{View as _0x3f50d5}from'ckeditor5/src/ui.js';function _0x152b(_0x428084,_0x22c77f){const _0x371f7c=_0x371f();return _0x152b=function(_0x152b7c,_0x999ae8){_0x152b7c=_0x152b7c-0x159;let _0x23872d=_0x371f7c[_0x152b7c];return _0x23872d;},_0x152b(_0x428084,_0x22c77f);}import{getTranslation as _0x3952a6}from'../../../utils/common-translations.js';function _0x371f(){const _0x109468=['8864JfEgVw','12JitjyE','1134hadLSO','396954OKTIHu','277119eRzLHB','10xOAxMa','count','426846PYmlaP','set','1UTORKG','setTemplate','1517544lwPlEw','bindTemplate','4897387sEReVI','ck-thread__comment-count','14120880dSTvCC','5JwJpVP','NUMBER_OF_COMMENTS'];_0x371f=function(){return _0x109468;};return _0x371f();}export default class cs extends _0x3f50d5{constructor(_0x224747){const _0x1772b3=_0x152b;super(_0x224747);const _0x3cdd65=this[_0x1772b3(0x15f)];this[_0x1772b3(0x15b)](_0x1772b3(0x159),void 0x0),this[_0x1772b3(0x15d)]({'tag':'li','attributes':{'class':_0x1772b3(0x161)},'children':[{'text':_0x3cdd65['to'](_0x1772b3(0x159),_0x586468=>_0x3952a6(_0x224747,_0x1772b3(0x164),_0x586468))}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x19ad(_0xf442cd,_0x5ce618){var _0x25adfa=_0x25ad();return _0x19ad=function(_0x19ad72,_0x5916fc){_0x19ad72=_0x19ad72-0x161;var _0x5166c4=_0x25adfa[_0x19ad72];return _0x5166c4;},_0x19ad(_0xf442cd,_0x5ce618);}var _0x6ad73a=_0x19ad;function _0x25ad(){var _0x16b399=['content','set','ck-content','9836811CIOsBn','461444wQSVoU','1bpHCUr','12HRIroz','1051730wbIRdc','4022662dNnlsn','1152356eXRQbG','ck-annotation__content','4294960wsdmHc','1092288wshANA','render','3sLQNwz','setTemplate','element','change:content','innerHTML','ck-comment__content','div'];_0x25ad=function(){return _0x16b399;};return _0x25ad();}(function(_0x4d6310,_0x5ef0bc){var _0x329063=_0x19ad,_0x5dc46b=_0x4d6310();while(!![]){try{var _0x17d488=parseInt(_0x329063(0x16d))/0x1*(-parseInt(_0x329063(0x16c))/0x2)+-parseInt(_0x329063(0x161))/0x3*(-parseInt(_0x329063(0x171))/0x4)+parseInt(_0x329063(0x173))/0x5+parseInt(_0x329063(0x16e))/0x6*(-parseInt(_0x329063(0x170))/0x7)+-parseInt(_0x329063(0x174))/0x8+parseInt(_0x329063(0x16b))/0x9+parseInt(_0x329063(0x16f))/0xa;if(_0x17d488===_0x5ef0bc)break;else _0x5dc46b['push'](_0x5dc46b['shift']());}catch(_0x3b553d){_0x5dc46b['push'](_0x5dc46b['shift']());}}}(_0x25ad,0xca4e3));import{View as _0x2f0739}from'ckeditor5/src/ui.js';export default class si extends _0x2f0739{constructor(_0x7df133){var _0x3d18ca=_0x19ad;super(_0x7df133),this[_0x3d18ca(0x169)](_0x3d18ca(0x168),''),this[_0x3d18ca(0x162)]({'tag':_0x3d18ca(0x167),'attributes':{'class':[_0x3d18ca(0x16a),_0x3d18ca(0x166),_0x3d18ca(0x172)]}});}[_0x6ad73a(0x175)](){var _0x96b4c6=_0x6ad73a;super[_0x96b4c6(0x175)](),this['on'](_0x96b4c6(0x164),(_0x577962,_0x2e9367,_0xb6f808)=>{var _0x18495f=_0x96b4c6;this[_0x18495f(0x163)][_0x18495f(0x165)]=_0xb6f808;}),this[_0x96b4c6(0x163)][_0x96b4c6(0x165)]=this[_0x96b4c6(0x168)];}}
23
+ function _0x3c07(){var _0x1a4bbd=['5508522EARlaz','819128NBZVKT','952974RqMvnU','96vRGric','render','ck-comment__content','element','content','set','ck-annotation__content','3947225YDqUbP','320sflUrE','59500qEfeHE','160363AsJwwP','ck-content','402sCyXYD','setTemplate','div','change:content','innerHTML'];_0x3c07=function(){return _0x1a4bbd;};return _0x3c07();}var _0x8d2f9c=_0x5035;function _0x5035(_0x2d6d4a,_0x13b085){var _0x3c07f8=_0x3c07();return _0x5035=function(_0x5035b9,_0xc1fa53){_0x5035b9=_0x5035b9-0x8f;var _0x4a1231=_0x3c07f8[_0x5035b9];return _0x4a1231;},_0x5035(_0x2d6d4a,_0x13b085);}(function(_0x1679a2,_0x11b70e){var _0x4f026f=_0x5035,_0x4d5162=_0x1679a2();while(!![]){try{var _0x17fcf6=parseInt(_0x4f026f(0x97))/0x1+-parseInt(_0x4f026f(0xa0))/0x2+parseInt(_0x4f026f(0xa1))/0x3*(parseInt(_0x4f026f(0x95))/0x4)+parseInt(_0x4f026f(0x94))/0x5+-parseInt(_0x4f026f(0x99))/0x6*(parseInt(_0x4f026f(0x96))/0x7)+-parseInt(_0x4f026f(0x9f))/0x8+parseInt(_0x4f026f(0x9e))/0x9;if(_0x17fcf6===_0x11b70e)break;else _0x4d5162['push'](_0x4d5162['shift']());}catch(_0x597558){_0x4d5162['push'](_0x4d5162['shift']());}}}(_0x3c07,0x65930));import{View as _0x1cdcc9}from'ckeditor5/src/ui.js';export default class os extends _0x1cdcc9{constructor(_0x1466df){var _0x5ab548=_0x5035;super(_0x1466df),this[_0x5ab548(0x92)](_0x5ab548(0x91),''),this[_0x5ab548(0x9a)]({'tag':_0x5ab548(0x9b),'attributes':{'class':[_0x5ab548(0x98),_0x5ab548(0x8f),_0x5ab548(0x93)]}});}[_0x8d2f9c(0xa2)](){var _0x14c1c2=_0x8d2f9c;super[_0x14c1c2(0xa2)](),this['on'](_0x14c1c2(0x9c),(_0x48a210,_0xe0a19a,_0xb940f5)=>{var _0x37869d=_0x14c1c2;this[_0x37869d(0x90)][_0x37869d(0x9d)]=_0xb940f5;}),this[_0x14c1c2(0x90)][_0x14c1c2(0x9d)]=this[_0x14c1c2(0x91)];}}