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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 _0x1672bb=_0x2040;(function(_0x4739e8,_0x500a48){const _0x5e62f5=_0x2040,_0x1fb967=_0x4739e8();while(!![]){try{const _0xf09431=parseInt(_0x5e62f5(0x172))/0x1*(parseInt(_0x5e62f5(0x186))/0x2)+-parseInt(_0x5e62f5(0x1a1))/0x3*(-parseInt(_0x5e62f5(0x188))/0x4)+-parseInt(_0x5e62f5(0x180))/0x5*(-parseInt(_0x5e62f5(0x1ae))/0x6)+-parseInt(_0x5e62f5(0x192))/0x7*(parseInt(_0x5e62f5(0x199))/0x8)+-parseInt(_0x5e62f5(0x19f))/0x9*(parseInt(_0x5e62f5(0x178))/0xa)+parseInt(_0x5e62f5(0x1a6))/0xb+parseInt(_0x5e62f5(0x1b5))/0xc*(parseInt(_0x5e62f5(0x17e))/0xd);if(_0xf09431===_0x500a48)break;else _0x1fb967['push'](_0x1fb967['shift']());}catch(_0x136af7){_0x1fb967['push'](_0x1fb967['shift']());}}}(_0x54e6,0xd721d));import{Plugin as _0xae9211}from'ckeditor5/src/core.js';import _0xdce85a from'./commentsrepository.js';import _0x28bb40,{splitMarkerName as _0x392a8e}from'./commentsediting.js';import _0x34bc97 from'../annotations/editorannotations.js';import{ButtonView as _0xd1b0ff,MenuBarMenuListItemButtonView as _0x4125ba}from'ckeditor5/src/ui.js';import _0x4fc731 from'../../theme/icons/add-comment.svg';import _0x208eb4 from'../annotations/annotations.js';import _0x46a023 from'./ui/view/commentslistview.js';function _0x2040(_0x4001bd,_0x1c6ae3){const _0x54e601=_0x54e6();return _0x2040=function(_0x204037,_0x4195e7){_0x204037=_0x204037-0x16f;let _0x2eabc4=_0x54e601[_0x204037];return _0x2eabc4;},_0x2040(_0x4001bd,_0x1c6ae3);}import _0x5c7d10 from'./ui/view/commentthreadinputview.js';import{getTranslation as _0x4c4fea}from'../utils/common-translations.js';function _0x54e6(){const _0xab31ca=['focusTracker','keystrokes','requires','low','commands','26mRcxid','set','36310UvKhzO','add','CommentThreadInputView','stop','get','change:activeAnnotations','218toAZJW','push','12UffMvc','pluginName','from','comment:','find','isFocused','CommentsListView','isEnabled','highest','removeCommentThread','6094753cVbkMQ','hasCommentThread','focus','collaboration.channelId','comment','config','length','16JWXLFq','editing','tooltip','_viewToController','init','_initKeyboardNavigation','36asjgJf','activeMarker','360489OoGAuD','getRange','bind','CommentsUI','plugins','13289969vizaQS','menuBar:comment','archivedAt','hasMarkerForId','addSourceCollector','Comment','innerView','getAllMarkersForId','180LHJazp','listenTo','addCommentThread','componentFactory','map','_createUIButton','view','7395852ERcgBz','_threadToController','getCommentThread','has','execute','2101fNhFhq','model','escapeThread','addComment','locale','editor','1564100iDjxKE'];_0x54e6=function(){return _0xab31ca;};return _0x54e6();}import{ENTER_THREAD_KEYSTROKE as _0x1e7b8f}from'ckeditor5-collaboration/src/collaboration-core.js';export default class s extends _0xae9211{static get[_0x1672bb(0x189)](){const _0x549077=_0x1672bb;return _0x549077(0x1a4);}static get[_0x1672bb(0x17b)](){return[_0xdce85a,_0x28bb40,_0x34bc97,_0x208eb4];}get[_0x1672bb(0x18e)](){return _0x46a023;}get[_0x1672bb(0x182)](){return _0x5c7d10;}[_0x1672bb(0x19d)](){const _0x30858a=_0x1672bb,_0x14b61c=this[_0x30858a(0x177)],_0x3298ce=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0xdce85a),_0x365041=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0x28bb40),_0x41b9de=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0x208eb4),_0xb388f4=_0x14b61c[_0x30858a(0x1a5)][_0x30858a(0x184)](_0x34bc97);_0x14b61c['ui'][_0x30858a(0x1b1)][_0x30858a(0x181)](_0x30858a(0x196),()=>{const _0x2bed45=_0x30858a,_0x581306=this[_0x2bed45(0x1b3)](_0xd1b0ff);return _0x581306[_0x2bed45(0x19b)]=!0x0,_0x581306;}),_0x14b61c['ui'][_0x30858a(0x1b1)][_0x30858a(0x181)](_0x30858a(0x1a7),()=>this[_0x30858a(0x1b3)](_0x4125ba)),_0xb388f4[_0x30858a(0x1aa)](()=>{const _0x15cc5f=_0x30858a,_0x4a298f=[];for(const [_0x175520,_0x1c8da0]of _0x3298ce[_0x15cc5f(0x1b6)]){const _0x4ffba5=_0x365041[_0x15cc5f(0x1ad)](_0x175520['id']),_0x2c9d93=_0x4ffba5[_0x15cc5f(0x1b2)](_0x10c5b1=>_0x10c5b1[_0x15cc5f(0x1a2)]());_0x4ffba5[_0x15cc5f(0x198)]>0x0&&_0x4a298f[_0x15cc5f(0x187)]([_0x1c8da0[_0x15cc5f(0x1b4)],_0x2c9d93]);}return _0x4a298f;}),this[_0x30858a(0x1af)](_0x41b9de,_0x30858a(0x185),(_0x2d50f0,_0x36bd16,_0x536670)=>{const _0x33c6c5=_0x30858a,_0x214b7e=Array[_0x33c6c5(0x18a)](_0x536670)[_0x33c6c5(0x1b2)](_0x5750a3=>_0x5750a3[_0x33c6c5(0x1ac)])[_0x33c6c5(0x18c)](_0x5abb62=>_0x3298ce[_0x33c6c5(0x19c)][_0x33c6c5(0x170)](_0x5abb62));if(!_0x214b7e)return void(_0x365041[_0x33c6c5(0x1a0)]=null);const _0x32dc0b=_0x3298ce[_0x33c6c5(0x19c)][_0x33c6c5(0x184)](_0x214b7e)[_0x33c6c5(0x173)]['id'],_0xa17272=_0x33c6c5(0x18b)+_0x32dc0b;_0x32dc0b&&_0x365041[_0x33c6c5(0x1a9)](_0x32dc0b)?_0x365041[_0x33c6c5(0x1a0)]=_0xa17272:_0x365041[_0x33c6c5(0x1a0)]&&(_0x365041[_0x33c6c5(0x1a0)]=null);}),this[_0x30858a(0x1af)](_0x3298ce,_0x30858a(0x191),(_0x42bcfc,{threadId:_0x582176,isFromAdapter:_0x59c2a4})=>{const _0x4e6e30=_0x30858a;!_0x59c2a4&&_0x14b61c['ui'][_0x4e6e30(0x179)][_0x4e6e30(0x18d)]&&_0x365041[_0x4e6e30(0x1a9)](_0x582176)&&_0x14b61c[_0x4e6e30(0x19a)][_0x4e6e30(0x1b4)][_0x4e6e30(0x194)]();},{'priority':_0x30858a(0x190)}),this[_0x30858a(0x1af)](_0x3298ce,_0x30858a(0x175),(_0x129d2b,{threadId:_0x268cdd,isFromAdapter:_0x2718e4})=>{const _0x3d1b22=_0x30858a;if(_0x2718e4||!_0x365041[_0x3d1b22(0x1a9)](_0x268cdd)||!_0x3298ce[_0x3d1b22(0x193)](_0x268cdd))return;0x1===_0x3298ce[_0x3d1b22(0x16f)](_0x268cdd)[_0x3d1b22(0x198)]&&(_0x14b61c[_0x3d1b22(0x19a)][_0x3d1b22(0x1b4)][_0x3d1b22(0x194)](),_0x129d2b[_0x3d1b22(0x183)]());},{'priority':_0x30858a(0x17c)}),this[_0x30858a(0x19e)]();}[_0x1672bb(0x1b3)](_0x212e18){const _0xc8cd96=_0x1672bb,_0x26329e=this[_0xc8cd96(0x177)],_0x980e0f=new _0x212e18(_0x26329e[_0xc8cd96(0x176)]),_0xf7a50f=_0x26329e[_0xc8cd96(0x17d)][_0xc8cd96(0x184)](_0xc8cd96(0x1b0));return _0x980e0f[_0xc8cd96(0x17f)]({'label':_0x4c4fea(_0x26329e[_0xc8cd96(0x176)],_0xc8cd96(0x1ab)),'icon':_0x4fc731}),_0x980e0f[_0xc8cd96(0x1a3)](_0xc8cd96(0x18f))['to'](_0xf7a50f),this[_0xc8cd96(0x1af)](_0x980e0f,_0xc8cd96(0x171),()=>_0xf7a50f[_0xc8cd96(0x171)]()),_0x980e0f;}[_0x1672bb(0x19e)](){const _0x5b022e=_0x1672bb,_0x228c04=this[_0x5b022e(0x177)],_0x14fd41=_0x228c04[_0x5b022e(0x1a5)][_0x5b022e(0x184)](_0xdce85a);this[_0x5b022e(0x1af)](_0x14fd41,_0x5b022e(0x174),(_0x5a57b5,{threadId:_0x499f2a,channelId:_0x3fa4fc})=>{const _0x24a41b=_0x5b022e;if(_0x3fa4fc!==_0x228c04[_0x24a41b(0x197)][_0x24a41b(0x184)](_0x24a41b(0x195)))return;const _0x113cb1=_0x14fd41[_0x24a41b(0x16f)](_0x499f2a);_0x113cb1&&!_0x113cb1[_0x24a41b(0x1a8)]&&_0x228c04[_0x24a41b(0x19a)][_0x24a41b(0x1b4)][_0x24a41b(0x194)]();},{'priority':_0x5b022e(0x17c)}),_0x228c04[_0x5b022e(0x17a)][_0x5b022e(0x17f)](_0x1e7b8f,(_0x57ada9,_0x5508bc)=>{const _0x402cf1=_0x5b022e,_0x1e44fd=this[_0x402cf1(0x177)][_0x402cf1(0x1a5)][_0x402cf1(0x184)](_0x28bb40);if(!_0x1e44fd[_0x402cf1(0x1a0)])return;const _0x42df77=_0x228c04[_0x402cf1(0x1a5)][_0x402cf1(0x184)](_0xdce85a),{id:_0xda08ed}=_0x392a8e(_0x1e44fd[_0x402cf1(0x1a0)]),_0x23c784=_0x42df77[_0x402cf1(0x16f)](_0xda08ed);_0x23c784&&(_0x42df77[_0x402cf1(0x1b6)][_0x402cf1(0x184)](_0x23c784)[_0x402cf1(0x1b4)][_0x402cf1(0x194)](),_0x5508bc());});}}
@@ -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
+ function _0x3401(){const _0x45b6f3=['afterInit','get','ClipboardPipeline','define','24TtbLeo','cut','CommentsRepository','_registerMarkerToCopy','comment','delete','listenTo','_removeMarkersWithoutThreads','highest','dragstart','keys','never','always','comments.copyMarkers','content','1128978jJTNlb','markers','969916mbOutv','2047045iakqYa','hasCommentThread','plugins','all','requires','3357848fNKpBl','41866euRHWk','contentInsertion','ClipboardMarkersUtils','_mapCommentsCopyConfigToRegisterConfiguration','65356UYhbwZ','has','editor','split','2697100SQlokn','_registerMarkerInClipboardPipeline','default','config'];_0x3401=function(){return _0x45b6f3;};return _0x3401();}const _0x3b362f=_0x2813;(function(_0x375258,_0x570483){const _0x57af33=_0x2813,_0x5b020a=_0x375258();while(!![]){try{const _0x1f3b5b=-parseInt(_0x57af33(0xc7))/0x1+parseInt(_0x57af33(0xc0))/0x2+parseInt(_0x57af33(0xaf))/0x3*(-parseInt(_0x57af33(0xcb))/0x4)+parseInt(_0x57af33(0xa7))/0x5+parseInt(_0x57af33(0xbe))/0x6+-parseInt(_0x57af33(0xc1))/0x7+-parseInt(_0x57af33(0xc6))/0x8;if(_0x1f3b5b===_0x570483)break;else _0x5b020a['push'](_0x5b020a['shift']());}catch(_0x321e8f){_0x5b020a['push'](_0x5b020a['shift']());}}}(_0x3401,0x50075));function _0x2813(_0x228544,_0x53282c){const _0x340158=_0x3401();return _0x2813=function(_0x2813b6,_0xb1876a){_0x2813b6=_0x2813b6-0xa4;let _0x3ac80c=_0x340158[_0x2813b6];return _0x3ac80c;},_0x2813(_0x228544,_0x53282c);}import{Plugin as _0x17cd25}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x1b411a,ClipboardMarkersUtils as _0xc183cc}from'ckeditor5/src/clipboard.js';export default class st extends _0x17cd25{constructor(_0x1d550c){const _0x5ecd89=_0x2813;super(_0x1d550c),this[_0x5ecd89(0xa5)][_0x5ecd89(0xaa)][_0x5ecd89(0xae)](_0x5ecd89(0xbc),_0x5ecd89(0xa9));}static get[_0x3b362f(0xc5)](){return[_0xc183cc,_0x1b411a];}[_0x3b362f(0xab)](){const _0x23a3ba=_0x3b362f,_0x257aed=this[_0x23a3ba(0xa5)][_0x23a3ba(0xc3)][_0x23a3ba(0xac)](_0x23a3ba(0xad));this[_0x23a3ba(0xa8)](),this[_0x23a3ba(0xb5)](_0x257aed,_0x23a3ba(0xc8),(_0x5a4e1a,_0x584319)=>this[_0x23a3ba(0xb6)](_0x584319[_0x23a3ba(0xbd)][_0x23a3ba(0xbf)]),{'priority':_0x23a3ba(0xb7)});}[_0x3b362f(0xb6)](_0x494eed){const _0x4a383c=_0x3b362f;if(!this[_0x4a383c(0xa5)][_0x4a383c(0xc3)][_0x4a383c(0xa4)](_0x4a383c(0xb1)))return _0x494eed;const _0x1d861f=this[_0x4a383c(0xa5)][_0x4a383c(0xc3)][_0x4a383c(0xac)](_0x4a383c(0xb1));for(const _0x3315f6 of _0x494eed[_0x4a383c(0xb9)]()){const [_0x30fbf9,_0x4ee5a2]=_0x3315f6[_0x4a383c(0xa6)](':');_0x4a383c(0xb3)!=_0x30fbf9||_0x1d861f[_0x4a383c(0xc2)](_0x4ee5a2)||_0x494eed[_0x4a383c(0xb4)](_0x3315f6);}return _0x494eed;}[_0x3b362f(0xa8)](){const _0x2b4bbb=_0x3b362f,_0x13cebb=this[_0x2b4bbb(0xa5)][_0x2b4bbb(0xc3)][_0x2b4bbb(0xac)](_0x2b4bbb(0xc9)),_0x5572a7=this[_0x2b4bbb(0xca)](this[_0x2b4bbb(0xa5)][_0x2b4bbb(0xaa)][_0x2b4bbb(0xac)](_0x2b4bbb(0xbc)));_0x5572a7&&_0x13cebb[_0x2b4bbb(0xb2)](_0x2b4bbb(0xb3),_0x5572a7);}[_0x3b362f(0xca)](_0x2dae22){const _0x11b3f0=_0x3b362f;switch(_0x2dae22){case _0x11b3f0(0xbb):return{'allowedActions':_0x11b3f0(0xc4),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x11b3f0(0xa9):return{'allowedActions':[_0x11b3f0(0xb0),_0x11b3f0(0xb8)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x11b3f0(0xba):return null;default:return null;}}}
@@ -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 _0x38733c=_0x13de;function _0x13de(_0x315a8a,_0x5136c6){const _0x151d9a=_0x151d();return _0x13de=function(_0x13de7a,_0x4b74cb){_0x13de7a=_0x13de7a-0x152;let _0x37a4f7=_0x151d9a[_0x13de7a];return _0x37a4f7;},_0x13de(_0x315a8a,_0x5136c6);}(function(_0x47a925,_0x187cce){const _0x5897ba=_0x13de,_0x48f443=_0x47a925();while(!![]){try{const _0x16294b=parseInt(_0x5897ba(0x164))/0x1*(parseInt(_0x5897ba(0x156))/0x2)+-parseInt(_0x5897ba(0x15c))/0x3+-parseInt(_0x5897ba(0x157))/0x4*(-parseInt(_0x5897ba(0x158))/0x5)+-parseInt(_0x5897ba(0x15d))/0x6*(parseInt(_0x5897ba(0x163))/0x7)+-parseInt(_0x5897ba(0x154))/0x8+-parseInt(_0x5897ba(0x160))/0x9+parseInt(_0x5897ba(0x15f))/0xa*(parseInt(_0x5897ba(0x161))/0xb);if(_0x16294b===_0x187cce)break;else _0x48f443['push'](_0x48f443['shift']());}catch(_0xf2a1bc){_0x48f443['push'](_0x48f443['shift']());}}}(_0x151d,0x8cc2c));import{Plugin as _0x16cb35}from'ckeditor5/src/core.js';function _0x151d(){const _0x411dcc=['5VEDGaa','has','afterInit','enableCommand','2426691xJXPSk','54XsLyOB','editor','10xDrBhQ','6409251tuAnIK','24245309dGKzKI','RestrictedEditingModeEditing','196238xeklAy','197071hsfgvV','addCommentThread','plugins','1146248pwBfMe','get','2EvGrJD','367956KhnqhW'];_0x151d=function(){return _0x411dcc;};return _0x151d();}export default class nt extends _0x16cb35{[_0x38733c(0x15a)](){const _0x1396cd=_0x38733c,_0x1016a4=this[_0x1396cd(0x15e)];if(!_0x1016a4[_0x1396cd(0x153)][_0x1396cd(0x159)](_0x1396cd(0x162)))return;_0x1016a4[_0x1396cd(0x153)][_0x1396cd(0x155)](_0x1396cd(0x162))[_0x1396cd(0x15b)](_0x1396cd(0x152));}}
@@ -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 _0x3b5004=_0x43cd;(function(_0xea554c,_0xc79ec4){const _0x4c291d=_0x43cd,_0x50ec64=_0xea554c();while(!![]){try{const _0x203e5d=parseInt(_0x4c291d(0x16f))/0x1+-parseInt(_0x4c291d(0x178))/0x2*(-parseInt(_0x4c291d(0x17f))/0x3)+parseInt(_0x4c291d(0x167))/0x4*(-parseInt(_0x4c291d(0x17b))/0x5)+parseInt(_0x4c291d(0x168))/0x6+parseInt(_0x4c291d(0x17e))/0x7+-parseInt(_0x4c291d(0x177))/0x8+-parseInt(_0x4c291d(0x171))/0x9*(parseInt(_0x4c291d(0x16c))/0xa);if(_0x203e5d===_0xc79ec4)break;else _0x50ec64['push'](_0x50ec64['shift']());}catch(_0x316b30){_0x50ec64['push'](_0x50ec64['shift']());}}}(_0x52fd,0xdc7a3));import{Plugin as _0x844ffb}from'ckeditor5/src/core.js';import{priorities as _0x7d20a9}from'ckeditor5/src/utils.js';function _0x43cd(_0x5b65f4,_0x31b663){const _0x52fd72=_0x52fd();return _0x43cd=function(_0x43cd2b,_0x1da7a6){_0x43cd2b=_0x43cd2b-0x163;let _0xba193d=_0x52fd72[_0x43cd2b];return _0xba193d;},_0x43cd(_0x5b65f4,_0x31b663);}import{Users as _0x15920a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4473cd from'../commentsrepository.js';export default class it extends _0x844ffb{constructor(_0xf2d63f){const _0xfb8a79=_0x43cd;super(_0xf2d63f),this[_0xfb8a79(0x175)][_0xfb8a79(0x17c)][_0xfb8a79(0x179)](_0xfb8a79(0x16b),_0xfb8a79(0x172));}[_0x3b5004(0x17d)](){const _0x57c490=_0x3b5004,_0x51e651=this[_0x57c490(0x175)],_0x4c36f1=_0x51e651[_0x57c490(0x176)][_0x57c490(0x163)](_0x57c490(0x174)),_0x2915a5=_0x51e651[_0x57c490(0x169)][_0x57c490(0x163)](_0x15920a);_0x4c36f1&&(_0x4c36f1['on'](_0x57c490(0x16e),(_0x9b78b6,[,_0x2df81d])=>{const _0x1628ba=_0x57c490;_0x2df81d[_0x1628ba(0x180)]={'comments':!0x0,'user_id':_0x2915a5['me']['id']};},{'priority':_0x7d20a9[_0x57c490(0x16d)]+0xa}),this[_0x57c490(0x164)](_0x4c36f1,_0x57c490(0x173),this[_0x57c490(0x166)]));}[_0x3b5004(0x166)](_0x3d13bc,_0x59323f){const _0x2436dd=_0x3b5004,{comment_threads:_0x2bf33b}=_0x59323f;_0x2bf33b&&_0x2bf33b[_0x2436dd(0x17a)](({thread_id:_0x267dcd,comments:_0x5e9108,is_resolved:_0x364b93})=>{const _0x464a02=_0x2436dd,_0x976310=new Date(),_0x3df1f9=_0x5e9108[_0x464a02(0x16a)](({author:_0x1e9f2b,content:_0x393b51,created_at:_0x3ff546})=>({'content':_0x393b51,'authorId':this[_0x464a02(0x175)][_0x464a02(0x169)][_0x464a02(0x163)](_0x15920a)['me']['id'],'createdAt':_0x976310,'attributes':{'@external':{'authorName':_0x1e9f2b,'createdAt':_0x3ff546?new Date(_0x3ff546):new Date(),'source':_0x464a02(0x174)}}})),_0x2cb9f7=this[_0x464a02(0x175)][_0x464a02(0x17c)][_0x464a02(0x163)](_0x464a02(0x165));this[_0x464a02(0x175)][_0x464a02(0x169)][_0x464a02(0x163)](_0x4473cd)[_0x464a02(0x170)]({'channelId':_0x2cb9f7,'threadId':_0x267dcd,'comments':_0x3df1f9,'resolvedAt':_0x364b93?_0x976310:null});});}}function _0x52fd(){const _0x7db287=['get','listenTo','collaboration.channelId','_handleImportedData','12PWQnyy','4675698iIaQar','plugins','map','importWord.formatting.comments','248690iEmJsS','high','execute','1678049owyjdO','addCommentThread','9EBVNXk','basic','dataInsert','importWord','editor','commands','13267520daWSrF','236386IGHDBM','define','forEach','1956315chebXO','config','afterInit','3328430qFDPSo','21dQHEHF','collaboration_features'];_0x52fd=function(){return _0x7db287;};return _0x52fd();}
@@ -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 _0x2dd308=_0x1b3d;(function(_0x9fe94b,_0x389a99){const _0x548cf0=_0x1b3d,_0x590eab=_0x9fe94b();while(!![]){try{const _0x20a80f=parseInt(_0x548cf0(0x128))/0x1+parseInt(_0x548cf0(0x13d))/0x2+-parseInt(_0x548cf0(0x134))/0x3+parseInt(_0x548cf0(0x121))/0x4+-parseInt(_0x548cf0(0x13c))/0x5*(parseInt(_0x548cf0(0x12b))/0x6)+-parseInt(_0x548cf0(0x136))/0x7*(-parseInt(_0x548cf0(0x140))/0x8)+-parseInt(_0x548cf0(0x13f))/0x9;if(_0x20a80f===_0x389a99)break;else _0x590eab['push'](_0x590eab['shift']());}catch(_0x42a282){_0x590eab['push'](_0x590eab['shift']());}}}(_0x526b,0x51952));function _0x526b(){const _0x380f7c=['531708XnfVsS','focus','5023656tsjOqP','1009552yvwyPn','data','fire','setSelection','initPlugins','destroy','end','get','document','create','init','2226524WchuXt','placeholder','getChild','initialData','model','name','createRoot','134052geHKaQ','_updatePlaceholder','low','462MghoAy','placeholderElement','change:placeholder','ready','defaultPlugins','editing','then','set','childCount','321186DaPnIZ','getRoot','14ArvymW','config','assign','plugins','change','view','13605oIDjJL'];_0x526b=function(){return _0x380f7c;};return _0x526b();}import{Editor as _0x1d3680}from'ckeditor5/src/core.js';import _0x1abaff from'./commenteditorui.js';function _0x1b3d(_0x312605,_0x91d0c){const _0x526b09=_0x526b();return _0x1b3d=function(_0x1b3d54,_0x4355ba){_0x1b3d54=_0x1b3d54-0x11e;let _0x39a6b9=_0x526b09[_0x1b3d54];return _0x39a6b9;},_0x1b3d(_0x312605,_0x91d0c);}import{ObservableMixin as _0x2f24d8}from'ckeditor5/src/utils.js';import{enablePlaceholder as _0x117232,disablePlaceholder as _0x470d1b}from'ckeditor5/src/engine.js';import{Clipboard as _0x409a83}from'ckeditor5/src/clipboard.js';import{Enter as _0x48f995,ShiftEnter as _0xd7fc41}from'ckeditor5/src/enter.js';import{SelectAll as _0x1e97fa}from'ckeditor5/src/select-all.js';import{Typing as _0x14f9fe}from'ckeditor5/src/typing.js';import{Undo as _0xca73d5}from'ckeditor5/src/undo.js';import{Paragraph as _0xb0fed7}from'ckeditor5/src/paragraph.js';const Ut=[_0x409a83,_0x48f995,_0xd7fc41,_0x1e97fa,_0x14f9fe,_0xca73d5,_0xb0fed7];class Vt extends/* #__PURE__ -- @preserve */
24
+ _0x2f24d8(_0x1d3680){constructor(_0x3c3307={}){const _0x1ee745=_0x1b3d;(_0x3c3307=Object[_0x1ee745(0x138)]({},_0x3c3307))[_0x1ee745(0x139)]||(_0x3c3307[_0x1ee745(0x139)]=Vt[_0x1ee745(0x12f)]),super(_0x3c3307),this['ui']=new _0x1abaff(this),this[_0x1ee745(0x132)](_0x1ee745(0x122),''),this[_0x1ee745(0x125)][_0x1ee745(0x11e)]['on'](_0x1ee745(0x13a),()=>this[_0x1ee745(0x129)](),{'priority':_0x1ee745(0x12a)}),this['on'](_0x1ee745(0x12d),()=>this[_0x1ee745(0x129)]()),this[_0x1ee745(0x125)][_0x1ee745(0x11e)][_0x1ee745(0x127)]();}[_0x2dd308(0x11f)](){const _0x140d81=_0x2dd308,_0x39be11=this[_0x140d81(0x137)][_0x140d81(0x147)](_0x140d81(0x124))||'';return this[_0x140d81(0x144)]()[_0x140d81(0x131)](()=>this['ui'][_0x140d81(0x120)]())[_0x140d81(0x131)](()=>this[_0x140d81(0x141)][_0x140d81(0x120)](_0x39be11))[_0x140d81(0x131)](()=>this[_0x140d81(0x142)](_0x140d81(0x12e)));}[_0x2dd308(0x145)](){const _0x1bc323=_0x2dd308;return super[_0x1bc323(0x145)]()[_0x1bc323(0x131)](()=>this['ui'][_0x1bc323(0x145)]());}[_0x2dd308(0x13e)](){const _0x2bbcbb=_0x2dd308;this[_0x2bbcbb(0x125)][_0x2bbcbb(0x13a)](_0x3e9e19=>{const _0x3a9caa=_0x2bbcbb,_0x4cc676=this[_0x3a9caa(0x125)][_0x3a9caa(0x11e)][_0x3a9caa(0x135)](),_0x35f94c=_0x4cc676&&_0x4cc676[_0x3a9caa(0x123)](_0x4cc676[_0x3a9caa(0x133)]-0x1);_0x3e9e19[_0x3a9caa(0x143)](_0x35f94c,_0x3a9caa(0x146)),this[_0x3a9caa(0x130)][_0x3a9caa(0x13b)][_0x3a9caa(0x13e)]();});}[_0x2dd308(0x129)](){const _0x1c9b06=_0x2dd308,_0x589bdb=this[_0x1c9b06(0x130)][_0x1c9b06(0x13b)],_0x503d04=_0x589bdb[_0x1c9b06(0x11e)][_0x1c9b06(0x135)](),_0x59b1f6=_0x503d04[_0x1c9b06(0x123)](0x0);_0x503d04[_0x1c9b06(0x133)]>0x1||!_0x59b1f6||'p'!=_0x59b1f6[_0x1c9b06(0x126)]?this[_0x1c9b06(0x12c)]&&this[_0x1c9b06(0x12c)][_0x1c9b06(0x122)]&&(_0x470d1b(_0x589bdb,this[_0x1c9b06(0x12c)]),this[_0x1c9b06(0x12c)]=void 0x0):(this[_0x1c9b06(0x122)]&&(_0x59b1f6[_0x1c9b06(0x122)]=this[_0x1c9b06(0x122)]),_0x117232({'view':_0x589bdb,'element':_0x59b1f6,'keepOnFocus':!0x0}),this[_0x1c9b06(0x12c)]=_0x59b1f6);}}Vt[_0x2dd308(0x12f)]=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 _0x43c1af=_0x38e8;(function(_0x5db5b8,_0x1932f4){const _0x3030da=_0x38e8,_0x5b38ef=_0x5db5b8();while(!![]){try{const _0x23dc01=parseInt(_0x3030da(0xa7))/0x1*(-parseInt(_0x3030da(0x97))/0x2)+parseInt(_0x3030da(0xa8))/0x3+-parseInt(_0x3030da(0x9c))/0x4+parseInt(_0x3030da(0xa6))/0x5+parseInt(_0x3030da(0xa0))/0x6+-parseInt(_0x3030da(0x96))/0x7*(-parseInt(_0x3030da(0x95))/0x8)+-parseInt(_0x3030da(0x9e))/0x9;if(_0x23dc01===_0x1932f4)break;else _0x5b38ef['push'](_0x5b38ef['shift']());}catch(_0x476f45){_0x5b38ef['push'](_0x5b38ef['shift']());}}}(_0x3896,0x3e974));import{EditorUI as _0x1cb1c2}from'ckeditor5/src/ui.js';import _0x5c7c14 from'./commenteditoruiview.js';function _0x3896(){const _0x24c40d=['getRoot','setEditableElement','isFocused','1518180xIAzPm','view','643662LLxpKo','element','2439468sAVAPe','locale','document','editable','focusTracker','render','29095JknplA','10397ielOQZ','469854fGhCEs','editing','rootName','editor','ready','name','fire','init','destroy','bind','312664AUYwfr','49fbNCIe','26HmPvHE','attachDomRoot'];_0x3896=function(){return _0x24c40d;};return _0x3896();}function _0x38e8(_0x449392,_0x17bfbf){const _0x38961a=_0x3896();return _0x38e8=function(_0x38e871,_0x2ebf05){_0x38e871=_0x38e871-0x91;let _0x593c8c=_0x38961a[_0x38e871];return _0x593c8c;},_0x38e8(_0x449392,_0x17bfbf);}export default class Ot extends _0x1cb1c2{constructor(_0x593a7b){const _0x36837a=_0x38e8;super(_0x593a7b),this[_0x36837a(0x9d)]=new _0x5c7c14(_0x593a7b[_0x36837a(0xa1)],_0x593a7b[_0x36837a(0xa9)][_0x36837a(0x9d)]);}get[_0x43c1af(0x9f)](){const _0x5389b2=_0x43c1af;return this[_0x5389b2(0x9d)][_0x5389b2(0x9f)];}[_0x43c1af(0x92)](){const _0x26353a=_0x43c1af,_0x1583f1=this[_0x26353a(0xab)][_0x26353a(0xa9)][_0x26353a(0x9d)],_0x5b875a=this[_0x26353a(0x9d)][_0x26353a(0xa3)],_0x405143=_0x1583f1[_0x26353a(0xa2)][_0x26353a(0x99)]();_0x5b875a[_0x26353a(0xad)]=_0x405143[_0x26353a(0xaa)],this[_0x26353a(0x9d)][_0x26353a(0xa5)]();const _0xfe0061=_0x5b875a[_0x26353a(0x9f)];this[_0x26353a(0x9a)](_0x5b875a[_0x26353a(0xad)],_0xfe0061),this[_0x26353a(0x9d)][_0x26353a(0xa3)][_0x26353a(0x94)](_0x26353a(0x9b))['to'](this[_0x26353a(0xa4)]),_0x1583f1[_0x26353a(0x98)](_0xfe0061),this[_0x26353a(0x91)](_0x26353a(0xac));}[_0x43c1af(0x93)](){const _0x1764ac=_0x43c1af;super[_0x1764ac(0x93)](),this[_0x1764ac(0x9d)][_0x1764ac(0x93)]();}}
@@ -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 _0x54fdc4=_0x2f2b;function _0x2f2b(_0x393e73,_0x2ab8a4){const _0x18c1a4=_0x18c1();return _0x2f2b=function(_0x2f2b4a,_0x36588b){_0x2f2b4a=_0x2f2b4a-0x1b4;let _0x59d03c=_0x18c1a4[_0x2f2b4a];return _0x59d03c;},_0x2f2b(_0x393e73,_0x2ab8a4);}(function(_0x146eca,_0x5dd82d){const _0x156a82=_0x2f2b,_0x5bf0fe=_0x146eca();while(!![]){try{const _0x1e95dc=parseInt(_0x156a82(0x1cd))/0x1+-parseInt(_0x156a82(0x1ba))/0x2+-parseInt(_0x156a82(0x1ce))/0x3*(parseInt(_0x156a82(0x1b8))/0x4)+-parseInt(_0x156a82(0x1cb))/0x5+-parseInt(_0x156a82(0x1cc))/0x6+parseInt(_0x156a82(0x1b6))/0x7+parseInt(_0x156a82(0x1bd))/0x8*(parseInt(_0x156a82(0x1b9))/0x9);if(_0x1e95dc===_0x5dd82d)break;else _0x5bf0fe['push'](_0x5bf0fe['shift']());}catch(_0x5c00be){_0x5bf0fe['push'](_0x5bf0fe['shift']());}}}(_0x18c1,0xb605b));import{InlineEditableUIView as _0x2d1d49,EditorUIView as _0x297b3d}from'ckeditor5/src/ui.js';import{uid as _0x4dc1fa}from'ckeditor5/src/utils.js';import{getTranslation as _0x4c2672}from'../../../utils/common-translations.js';export default class Yt extends _0x297b3d{constructor(_0x264ede,_0x344c95){const _0x2fc0c3=_0x2f2b;super(_0x264ede);const _0x73057d=_0x4dc1fa();this[_0x2fc0c3(0x1bc)]=this[_0x2fc0c3(0x1c1)](),this[_0x2fc0c3(0x1c0)]=new _0x2d1d49(_0x264ede,_0x344c95,void 0x0,{'label':()=>_0x4c2672(_0x264ede,_0x2fc0c3(0x1bf))}),this[_0x2fc0c3(0x1bb)]({'tag':_0x2fc0c3(0x1b4),'attributes':{'class':[_0x2fc0c3(0x1c3),_0x2fc0c3(0x1c5),_0x2fc0c3(0x1c6),_0x2fc0c3(0x1c4)],'dir':_0x264ede[_0x2fc0c3(0x1c8)],'lang':_0x264ede[_0x2fc0c3(0x1b7)],'aria-labelledby':_0x2fc0c3(0x1c9)+_0x73057d},'children':[{'tag':_0x2fc0c3(0x1b4),'attributes':{'class':_0x2fc0c3(0x1ca),'role':_0x2fc0c3(0x1c7)},'children':this[_0x2fc0c3(0x1bc)]}]});}[_0x54fdc4(0x1c2)](){const _0x4f86ec=_0x54fdc4;super[_0x4f86ec(0x1c2)](),this[_0x4f86ec(0x1bc)][_0x4f86ec(0x1cf)](this[_0x4f86ec(0x1c0)]);}[_0x54fdc4(0x1be)](){const _0x24bd3e=_0x54fdc4;this[_0x24bd3e(0x1c0)][_0x24bd3e(0x1b5)][_0x24bd3e(0x1be)]();}}function _0x18c1(){const _0x83202c=['uiLanguageDirection','cke-editor__aria-label_','ck-editor__main','7432465DljiyB','2313354PAJBgt','1418823UOnApo','6aFtVvs','add','div','element','10048374rZkEVN','uiLanguage','2593148nOlnDN','57087xoLgIc','1889008gzFLMu','setTemplate','main','2528zkxTSr','focus','Comment\x20editor','editable','createCollection','render','ck-reset','ck-comment__input','ck-editor','ck-rounded-corners','presentation'];_0x18c1=function(){return _0x83202c;};return _0x18c1();}
@@ -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
+ function _0x296b(_0x3b4a56,_0x295432){var _0x441fd0=_0x441f();return _0x296b=function(_0x296b87,_0x27f7b5){_0x296b87=_0x296b87-0x17e;var _0x4fa395=_0x441fd0[_0x296b87];return _0x4fa395;},_0x296b(_0x3b4a56,_0x295432);}var _0x4d3535=_0x296b;(function(_0x4afeaf,_0x1c19ec){var _0x35f1d5=_0x296b,_0x41e518=_0x4afeaf();while(!![]){try{var _0x230de7=-parseInt(_0x35f1d5(0x196))/0x1*(-parseInt(_0x35f1d5(0x185))/0x2)+parseInt(_0x35f1d5(0x199))/0x3+-parseInt(_0x35f1d5(0x18e))/0x4*(parseInt(_0x35f1d5(0x18d))/0x5)+parseInt(_0x35f1d5(0x18c))/0x6+-parseInt(_0x35f1d5(0x18a))/0x7+-parseInt(_0x35f1d5(0x192))/0x8*(-parseInt(_0x35f1d5(0x19b))/0x9)+parseInt(_0x35f1d5(0x17e))/0xa;if(_0x230de7===_0x1c19ec)break;else _0x41e518['push'](_0x41e518['shift']());}catch(_0x47303a){_0x41e518['push'](_0x41e518['shift']());}}}(_0x441f,0xe6d1e));function _0x441f(){var _0x4d7af7=['reopenCommentThread','submitCommentThread','removeCommentThread','resolveCommentThread','listenTo','636682DMypVm','_isAttached','stopListening','remove','submit','6339522eYfrhm','isResolved','645840gYAxkn','225710RySsZz','20IQzvmI','destroy','getComment','model','1169104GKsMrq','removeComment','resolve','addComment','1fygbGa','updateComment','update','639171PyuOyD','_localUser','63OjMbar','reopen','4147900BENVay','view'];_0x441f=function(){return _0x4d7af7;};return _0x441f();}import{ObservableMixin as _0x199daf}from'ckeditor5/src/utils.js';export default class yt extends/* #__PURE__ -- @preserve */
24
+ _0x199daf(){constructor(_0x34c61b,_0x4b147d){var _0xb86441=_0x296b;super(),this[_0xb86441(0x191)]=_0x34c61b,this[_0xb86441(0x191)][_0xb86441(0x186)]=!0x0,this[_0xb86441(0x17f)]=_0x4b147d,this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x181),()=>this[_0xb86441(0x189)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x182),()=>this[_0xb86441(0x188)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x183),()=>this[_0xb86441(0x194)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x180),()=>this[_0xb86441(0x19c)]()),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x195),(_0x50c50d,_0x227a77)=>this[_0xb86441(0x195)](_0x227a77)),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x197),(_0x2d69d7,_0x82b93f,_0x540246)=>this[_0xb86441(0x197)](_0x82b93f,_0x540246)),this[_0xb86441(0x184)](_0x4b147d,_0xb86441(0x193),(_0x4f55ed,_0x4f2c63)=>this[_0xb86441(0x193)](_0x4f2c63));}[_0x4d3535(0x189)](){var _0x1e4705=_0x4d3535;this[_0x1e4705(0x191)][_0x1e4705(0x189)]();}[_0x4d3535(0x188)](){var _0x2c799f=_0x4d3535;this[_0x2c799f(0x191)][_0x2c799f(0x188)]();}[_0x4d3535(0x194)](){var _0x598a29=_0x4d3535;this[_0x598a29(0x191)][_0x598a29(0x18b)]||this[_0x598a29(0x191)][_0x598a29(0x194)]();}[_0x4d3535(0x19c)](){var _0x250906=_0x4d3535;this[_0x250906(0x191)][_0x250906(0x18b)]&&this[_0x250906(0x191)][_0x250906(0x19c)]();}[_0x4d3535(0x195)](_0x361071){var _0x1db180=_0x4d3535;this[_0x1db180(0x191)][_0x1db180(0x195)]({'content':_0x361071,'authorId':this[_0x1db180(0x17f)][_0x1db180(0x19a)]['id']});}[_0x4d3535(0x197)](_0x876200,_0x78eab){var _0x3848c=_0x4d3535;this[_0x3848c(0x191)][_0x3848c(0x190)](_0x876200)[_0x3848c(0x198)]({'content':_0x78eab});}[_0x4d3535(0x193)](_0x266287){var _0x1e6ab4=_0x4d3535;this[_0x1e6ab4(0x191)][_0x1e6ab4(0x190)](_0x266287)[_0x1e6ab4(0x188)]();}[_0x4d3535(0x18f)](){var _0x78dbc9=_0x4d3535;this[_0x78dbc9(0x187)](),this[_0x78dbc9(0x191)][_0x78dbc9(0x186)]=!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
+ const _0x36a6da=_0x5287;function _0xff0f(){const _0x228d06=['placeholder','bind','commentsListView','shift+tab','showInput','745762hrrHWB','isActive','submitCommentThread','8suCMUH','listenTo','commentThreadHeaderView','length','4063829QxcDUi','145XQtwWD','focus','disabledSubmit','delegate','updateComment','archivedAt','focusables','COMMENT_THREAD_DESCRIPTION','first','reopenCommentThread','author','commentInputView','2349684kqqDOm','878920vmCKKL','isSubmitted','resolveCommentThread','createCollection','destroy','editorReady','target','_model','unlinkedAt','ariaLabel','locale','isDirty','Write\x20a\x20comment...','CommentView','COMMENT_THREAD_LABEL','hasDirtyComment','assign','editorDestroyed','ariaDescriptionView','_createCommentThreadInputView','1980855wotJQS','commentThreadInputView','render','canComment','submitLabel','158754WqsyYM','cancel','focusCycler','Reply\x20to\x20reopen\x20discussion...','Reply','change:isActive','element','submit','set','addComment','tab','3064780fZqUak','editorConfig','fire','stop','_config','comments','removeComment','focusTracker','keystrokes','value','removeCommentThread','_localUser','name','isResolved','isUnlinked','Comment','isReadOnly','isResolvable','Reply...'];_0xff0f=function(){return _0x228d06;};return _0xff0f();}(function(_0x3858bc,_0x86f28e){const _0x415e57=_0x5287,_0x2eaa6f=_0x3858bc();while(!![]){try{const _0x20c28a=-parseInt(_0x415e57(0xab))/0x1+parseInt(_0x415e57(0x96))/0x2+parseInt(_0x415e57(0xbf))/0x3+parseInt(_0x415e57(0xcf))/0x4+parseInt(_0x415e57(0x9e))/0x5*(-parseInt(_0x415e57(0xc4))/0x6)+parseInt(_0x415e57(0x9d))/0x7*(parseInt(_0x415e57(0x99))/0x8)+-parseInt(_0x415e57(0xaa))/0x9;if(_0x20c28a===_0x86f28e)break;else _0x2eaa6f['push'](_0x2eaa6f['shift']());}catch(_0x5a425e){_0x2eaa6f['push'](_0x2eaa6f['shift']());}}}(_0xff0f,0x73619));import{FocusCycler as _0x4734fd,View as _0x2456ec}from'ckeditor5/src/ui.js';import{FocusTracker as _0x2c395f,KeystrokeHandler as _0x3b7d46}from'ckeditor5/src/utils.js';import _0x2b1a7f from'./commentthreadinputview.js';import _0x4f6e2f from'./commentslistview.js';function _0x5287(_0x1d5143,_0x2cf879){const _0xff0f9e=_0xff0f();return _0x5287=function(_0x5287a6,_0x41dd19){_0x5287a6=_0x5287a6-0x95;let _0x53103a=_0xff0f9e[_0x5287a6];return _0x53103a;},_0x5287(_0x1d5143,_0x2cf879);}import _0x45472a from'./commentthreadheaderview.js';import{getTranslation as _0x6d9bd1}from'../../../utils/common-translations.js';import{AriaDescriptionView as _0x3ced37,setupThreadKeyboardNavigation as _0x274fdc}from'ckeditor5-collaboration/src/collaboration-core.js';export default class es extends _0x2456ec{constructor(_0x2918f1,_0xa2de82,_0x2fb8bf,_0x15e84c){const _0x2c3d14=_0x5287;super(_0x2918f1),this[_0x2c3d14(0xcc)](_0x2c3d14(0x97),!0x1),this[_0x2c3d14(0xcc)](_0x2c3d14(0xb6),!0x1),this[_0x2c3d14(0xb2)]=_0xa2de82,this[_0x2c3d14(0xda)]=_0x2fb8bf,this[_0x2c3d14(0xd3)]=_0x15e84c,this[_0x2c3d14(0x9b)]=new _0x45472a(_0x2918f1,_0xa2de82),this[_0x2c3d14(0x9b)][_0x2c3d14(0xa1)](_0x2c3d14(0xa7))['to'](this),this[_0x2c3d14(0xbd)]=new _0x3ced37(_0x2918f1,_0x6d9bd1(_0x2918f1,_0x2c3d14(0xa5))),this[_0x2c3d14(0x9a)](this,_0x2c3d14(0xa7),()=>{const _0x43b39c=_0x2c3d14;this[_0x43b39c(0x9f)]();}),this[_0x2c3d14(0xe4)]=new _0x4f6e2f(_0x2918f1,_0xa2de82,Object[_0x2c3d14(0xbb)]({'CommentView':this[_0x2c3d14(0xd3)][_0x2c3d14(0xb8)]},_0x15e84c)),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xd5))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xa2))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xad))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xb0))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xa1)](_0x2c3d14(0xbc))['to'](this),this[_0x2c3d14(0xe4)][_0x2c3d14(0xe3)](_0x2c3d14(0x97))['to'](this),this[_0x2c3d14(0x9a)](this,_0x2c3d14(0xad),()=>{const _0x3e57cf=_0x2c3d14;this[_0x3e57cf(0x9f)]();}),this[_0x2c3d14(0xcc)](_0x2c3d14(0x9c),this[_0x2c3d14(0xe4)][_0x2c3d14(0x9c)]),this[_0x2c3d14(0xe3)](_0x2c3d14(0x9c))['to'](this[_0x2c3d14(0xe4)],_0x2c3d14(0x9c)),this[_0x2c3d14(0xc0)]=this[_0x2c3d14(0xbe)](),this[_0x2c3d14(0xc0)][_0x2c3d14(0xa1)](_0x2c3d14(0xb0))['to'](this),this[_0x2c3d14(0xc0)][_0x2c3d14(0xa1)](_0x2c3d14(0xbc))['to'](this),this['on'](_0x2c3d14(0xd5),()=>this[_0x2c3d14(0x9f)]()),this[_0x2c3d14(0xe3)](_0x2c3d14(0xb6))['to'](this[_0x2c3d14(0xe4)],_0x2c3d14(0xba),this[_0x2c3d14(0xc0)][_0x2c3d14(0xa9)],_0x2c3d14(0xd8),(_0x2ba577,_0x11c035)=>_0x2ba577||!!_0x11c035),this[_0x2c3d14(0xe3)](_0x2c3d14(0xdd))['to'](_0xa2de82,_0x2c3d14(0xb3),_0x285d6=>!!_0x285d6),this[_0x2c3d14(0xe3)](_0x2c3d14(0xb4))['to'](this,_0x2c3d14(0x9c),_0x57fa68=>{const _0x49861b=_0x2c3d14,_0x1db3fe=this[_0x49861b(0xb2)][_0x49861b(0xd4)][_0x49861b(0xa6)]?this[_0x49861b(0xb2)][_0x49861b(0xd4)][_0x49861b(0xa6)][_0x49861b(0xa8)][_0x49861b(0xdb)]:this[_0x49861b(0xda)][_0x49861b(0xdb)];return _0x6d9bd1(this[_0x49861b(0xb5)],_0x49861b(0xb9),[_0x57fa68,_0x1db3fe]);}),this[_0x2c3d14(0xa4)]=this[_0x2c3d14(0xae)]([this[_0x2c3d14(0xe4)],this[_0x2c3d14(0xc0)]]),this[_0x2c3d14(0xd6)]=new _0x2c395f(),this[_0x2c3d14(0xd7)]=new _0x3b7d46(),this[_0x2c3d14(0xc6)]=new _0x4734fd({'focusables':this[_0x2c3d14(0xa4)],'focusTracker':this[_0x2c3d14(0xd6)],'keystrokeHandler':this[_0x2c3d14(0xd7)],'keystrokeHandlerOptions':{'filter':_0x32a58a=>_0x32a58a[_0x2c3d14(0xb1)]!==this[_0x2c3d14(0xca)]},'actions':{'focusPrevious':_0x2c3d14(0xe5),'focusNext':_0x2c3d14(0xce)}});}[_0x36a6da(0x9f)](){const _0xda5b1=_0x36a6da;this[_0xda5b1(0xca)][_0xda5b1(0x9f)]();}[_0x36a6da(0xc1)](){const _0x2ec395=_0x36a6da;super[_0x2ec395(0xc1)](),_0x274fdc(this,this[_0x2ec395(0xa4)]);}async[_0x36a6da(0xaf)](){const _0x443141=_0x36a6da;this[_0x443141(0xb6)]=!0x1,this[_0x443141(0xe4)][_0x443141(0xaf)](),await this[_0x443141(0xc0)][_0x443141(0xaf)](),super[_0x443141(0xaf)]();}[_0x36a6da(0xbe)](){const _0x43a09e=_0x36a6da,_0x6670fb=new _0x2b1a7f(this[_0x43a09e(0xb5)],this[_0x43a09e(0xda)],this[_0x43a09e(0xd3)][_0x43a09e(0xd0)]),_0x301b69=_0x6670fb[_0x43a09e(0xa9)];return _0x6670fb[_0x43a09e(0xe3)](_0x43a09e(0x95))['to'](this,_0x43a09e(0x97),this[_0x43a09e(0xb2)],_0x43a09e(0xdf),this[_0x43a09e(0xb2)],_0x43a09e(0xc2),this[_0x43a09e(0xb2)],_0x43a09e(0xa3),_0x301b69,_0x43a09e(0xd8),(_0x34e2f7,_0x1f9fa5,_0x265c3e,_0x1b0798,_0x5ac63f)=>!!_0x5ac63f||!!_0x1b0798&&_0x265c3e&&!_0x1f9fa5||_0x34e2f7&&_0x265c3e&&!_0x1f9fa5),_0x301b69[_0x43a09e(0xe3)](_0x43a09e(0xe2))['to'](this,_0x43a09e(0x9c),this[_0x43a09e(0xb2)],_0x43a09e(0xe0),this[_0x43a09e(0xb2)],_0x43a09e(0xdc),(_0x1ec78f,_0x4bf845,_0x2a9b3a)=>{const _0x3b14b1=_0x43a09e;let _0x212d9c;return _0x212d9c=_0x2a9b3a&&_0x4bf845?_0x3b14b1(0xc7):_0x1ec78f?_0x3b14b1(0xe1):_0x3b14b1(0xb7),_0x6d9bd1(this[_0x3b14b1(0xb5)],_0x212d9c);}),_0x301b69[_0x43a09e(0xe3)](_0x43a09e(0xc3))['to'](this,_0x43a09e(0x9c),_0x458fa9=>_0x6d9bd1(this[_0x43a09e(0xb5)],_0x458fa9?_0x43a09e(0xc8):_0x43a09e(0xde))),_0x301b69['on'](_0x43a09e(0xcb),(_0x5373be,_0x8cb31b)=>{const _0x231a49=_0x43a09e;this[_0x231a49(0xd1)](_0x231a49(0xcd),_0x8cb31b),this[_0x231a49(0xb2)][_0x231a49(0xdc)]&&this[_0x231a49(0xb2)][_0x231a49(0xe0)]&&this[_0x231a49(0xd1)](_0x231a49(0xa7),this[_0x231a49(0xb2)]['id']),this[_0x231a49(0xb2)][_0x231a49(0xac)]||this[_0x231a49(0xd1)](_0x231a49(0x98));}),_0x301b69['on'](_0x43a09e(0xc5),()=>{const _0x2d3d80=_0x43a09e;this[_0x2d3d80(0x9f)]();}),_0x301b69[_0x43a09e(0xe3)](_0x43a09e(0xa0))['to'](this[_0x43a09e(0xb2)],_0x43a09e(0xdf)),_0x301b69['on'](_0x43a09e(0xc5),_0x59aeee=>{const _0x4046a5=_0x43a09e;0x0==this[_0x4046a5(0x9c)]&&(this[_0x4046a5(0xd1)](_0x4046a5(0xd9)),_0x59aeee[_0x4046a5(0xd2)]());}),this['on'](_0x43a09e(0xc9),(_0x8d4a77,_0x40a498,_0x5ec768)=>{const _0x2c98ad=_0x43a09e;_0x5ec768||this[_0x2c98ad(0x9c)]||_0x301b69[_0x2c98ad(0xd8)]||this[_0x2c98ad(0xd1)](_0x2c98ad(0xd9));}),_0x6670fb;}}
@@ -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 _0x5c43(_0x223649,_0x2d71af){const _0x56053a=_0x5605();return _0x5c43=function(_0x5c43d5,_0x2e7b32){_0x5c43d5=_0x5c43d5-0x12d;let _0x23b133=_0x56053a[_0x5c43d5];return _0x23b133;},_0x5c43(_0x223649,_0x2d71af);}const _0x597c34=_0x5c43;(function(_0x3f6c13,_0x1af656){const _0x35c609=_0x5c43,_0x46329f=_0x3f6c13();while(!![]){try{const _0x2024f3=parseInt(_0x35c609(0x155))/0x1+-parseInt(_0x35c609(0x15a))/0x2+-parseInt(_0x35c609(0x135))/0x3*(-parseInt(_0x35c609(0x171))/0x4)+-parseInt(_0x35c609(0x13f))/0x5+-parseInt(_0x35c609(0x136))/0x6+parseInt(_0x35c609(0x12f))/0x7+-parseInt(_0x35c609(0x17f))/0x8*(parseInt(_0x35c609(0x15c))/0x9);if(_0x2024f3===_0x1af656)break;else _0x46329f['push'](_0x46329f['shift']());}catch(_0xd6daad){_0x46329f['push'](_0x46329f['shift']());}}}(_0x5605,0x9ccc4));function _0x5605(){const _0x4d983a=['keystrokes','ariaDescriptionView','once','_createCommentContentView','195784OIcLjN','isReadOnly','stopListening','element','_config','added','createCollection','cancel','authoredAt','editorReady','4050732ycNgWo','importWord','getUserViewNotificationText','editorDestroyed','creator','switchToEditMode','21OtQzut','577410EPgTge','disabledSubmit','author','isSystemComment','focusCycler','remove','focusables','editorConfig','source','2901120dhaRnp','initialData','updateComment','tab','text/html','EXTERNAL_AVATAR','target','EXTERNAL_COMMENT','submitLabel','_setupKeyboardNavigation','collapse','bind','isCollapsed','getExternalCommentNote','removed','add','focusFirst','isEditMode','formatDateTime','locale','render','_model','1125666LiMkiX','visibleView','shift+tab','focusTracker','fire','861174ElxnQn','EXTERNAL_IMPORT_WORD_AVATAR','243ITgHcP','maxCommentCharsWhenCollapsed','set','COMMENT_ARIA_LABEL','_createCommentInputView','EXTERNAL_IMPORT_WORD_COMMENT','change','createEditor','isExternal','Save','content','body','focus','COMMENT_THREAD_DESCRIPTION','parseFromString','get','enter','delegate','value','destroy','listenTo','403268kNeVIu','@external','attributes','switchToDisplayMode','name','expand','textContent','submit','esc','ariaLabel'];_0x5605=function(){return _0x4d983a;};return _0x5605();}import{View as _0xb74a51,ViewCollection as _0x55d87,FocusCycler as _0x9e051a}from'ckeditor5/src/ui.js';import{FocusTracker as _0x35d8aa,KeystrokeHandler as _0x30279c}from'ckeditor5/src/utils.js';import{AriaDescriptionView as _0x304f15,trimHtml as _0x35cf19}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3580ea from'./commentcontentview.js';import _0x414354 from'./commentinputview.js';import{getTranslation as _0x5459ed}from'../../../utils/common-translations.js';export default class ns extends _0xb74a51{constructor(_0x5dbcdc,_0x563a9e,_0x2060e7){const _0x1016b6=_0x5c43;super(_0x5dbcdc),this[_0x1016b6(0x154)]=_0x563a9e,this[_0x1016b6(0x183)]=_0x2060e7,this[_0x1016b6(0x139)]=!!this[_0x1016b6(0x183)][_0x1016b6(0x139)],this[_0x1016b6(0x15e)](_0x1016b6(0x150),!0x1),this[_0x1016b6(0x15e)](_0x1016b6(0x14b),!0x0),this[_0x1016b6(0x14a)](_0x1016b6(0x17a))['to'](_0x563a9e,_0x1016b6(0x166),_0x563a9e,_0x1016b6(0x12d),(_0x1f00a3,_0x3ba38b)=>_0x5459ed(_0x5dbcdc,_0x1016b6(0x15f),[_0x563a9e[_0x1016b6(0x138)][_0x1016b6(0x175)],_0x2060e7[_0x1016b6(0x151)](_0x3ba38b),new DOMParser()[_0x1016b6(0x16a)](_0x1f00a3,_0x1016b6(0x143))[_0x1016b6(0x167)][_0x1016b6(0x177)],_0x563a9e[_0x1016b6(0x164)]?this[_0x1016b6(0x14c)]():''])),this[_0x1016b6(0x17c)]=new _0x304f15(_0x5dbcdc,_0x5459ed(_0x5dbcdc,_0x1016b6(0x169))),this[_0x1016b6(0x156)]=this[_0x1016b6(0x185)](),this[_0x1016b6(0x156)][_0x1016b6(0x14e)](this[_0x1016b6(0x17e)]()),this[_0x1016b6(0x13c)]=new _0x55d87(),this[_0x1016b6(0x158)]=new _0x35d8aa(),this[_0x1016b6(0x17b)]=new _0x30279c(),this[_0x1016b6(0x13a)]=new _0x9e051a({'focusables':this[_0x1016b6(0x13c)],'focusTracker':this[_0x1016b6(0x158)],'keystrokeHandler':this[_0x1016b6(0x17b)],'keystrokeHandlerOptions':{'filter':_0x2a9a1e=>_0x2a9a1e[_0x1016b6(0x145)]!==this[_0x1016b6(0x182)]},'actions':{'focusPrevious':_0x1016b6(0x157),'focusNext':_0x1016b6(0x142)}});}[_0x597c34(0x176)](){const _0x521962=_0x597c34;this[_0x521962(0x14b)]=!0x1;}[_0x597c34(0x149)](){const _0x193b8d=_0x597c34;this[_0x193b8d(0x150)]||(this[_0x193b8d(0x14b)]=!0x0);}[_0x597c34(0x168)](){const _0x437ddc=_0x597c34;this[_0x437ddc(0x182)][_0x437ddc(0x168)]();}[_0x597c34(0x153)](){const _0x259021=_0x597c34;super[_0x259021(0x153)](),this[_0x259021(0x148)]();}async[_0x597c34(0x16f)](){const _0xff3903=_0x597c34;await this[_0xff3903(0x156)][_0xff3903(0x16b)](0x0)[_0xff3903(0x16f)](),super[_0xff3903(0x16f)]();}[_0x597c34(0x134)](){const _0x393126=_0x597c34;this[_0x393126(0x150)]||(this[_0x393126(0x150)]=!0x0,this[_0x393126(0x156)][_0x393126(0x13b)](0x0)[_0x393126(0x16f)](),this[_0x393126(0x156)][_0x393126(0x14e)](this[_0x393126(0x160)]()));}[_0x597c34(0x174)](){const _0x5eafc0=_0x597c34;this[_0x5eafc0(0x150)]&&(this[_0x5eafc0(0x150)]=!0x1,this[_0x5eafc0(0x156)][_0x5eafc0(0x13b)](0x0)[_0x5eafc0(0x16f)](),this[_0x5eafc0(0x156)][_0x5eafc0(0x14e)](this[_0x5eafc0(0x17e)]()));}[_0x597c34(0x14c)](){const _0x3b94ee=_0x597c34;return _0x3b94ee(0x130)===this[_0x3b94ee(0x154)][_0x3b94ee(0x173)][_0x3b94ee(0x172)][_0x3b94ee(0x13e)]?_0x5459ed(this[_0x3b94ee(0x152)],_0x3b94ee(0x161)):_0x5459ed(this[_0x3b94ee(0x152)],_0x3b94ee(0x146));}[_0x597c34(0x131)](){const _0x58614b=_0x597c34;return this[_0x58614b(0x154)][_0x58614b(0x164)]?_0x58614b(0x130)===this[_0x58614b(0x154)][_0x58614b(0x173)][_0x58614b(0x172)][_0x58614b(0x13e)]?_0x5459ed(this[_0x58614b(0x152)],_0x58614b(0x15b),this[_0x58614b(0x154)][_0x58614b(0x133)][_0x58614b(0x175)]):_0x5459ed(this[_0x58614b(0x152)],_0x58614b(0x144),this[_0x58614b(0x154)][_0x58614b(0x133)][_0x58614b(0x175)]):null;}[_0x597c34(0x17e)](){const _0x2c9e67=_0x597c34,_0x3f2ddd=new _0x3580ea(this[_0x2c9e67(0x152)]);return _0x3f2ddd[_0x2c9e67(0x14a)](_0x2c9e67(0x166))['to'](this[_0x2c9e67(0x154)],_0x2c9e67(0x166),this,_0x2c9e67(0x14b),(_0x42aa10,_0x46d101)=>_0x46d101?_0x35cf19(_0x42aa10,{'limit':this[_0x2c9e67(0x183)][_0x2c9e67(0x15d)]}):_0x42aa10),_0x3f2ddd;}[_0x597c34(0x160)](){const _0x4abfbc=_0x597c34;this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)]||(this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)]={}),this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)][_0x4abfbc(0x140)]=this[_0x4abfbc(0x154)][_0x4abfbc(0x166)];const _0x1f4bc1=new _0x414354(this[_0x4abfbc(0x152)],this[_0x4abfbc(0x183)][_0x4abfbc(0x13d)]);return _0x1f4bc1[_0x4abfbc(0x16e)]=this[_0x4abfbc(0x154)][_0x4abfbc(0x166)],_0x1f4bc1[_0x4abfbc(0x14a)](_0x4abfbc(0x137))['to'](this[_0x4abfbc(0x154)],_0x4abfbc(0x180)),_0x1f4bc1[_0x4abfbc(0x147)]=_0x5459ed(this[_0x4abfbc(0x152)],_0x4abfbc(0x165)),_0x1f4bc1['on'](_0x4abfbc(0x178),(_0x2a6004,_0x196223)=>{const _0x359073=_0x4abfbc;this[_0x359073(0x159)](_0x359073(0x141),this[_0x359073(0x154)]['id'],_0x196223),this[_0x359073(0x174)](),this[_0x359073(0x168)]();}),_0x1f4bc1['on'](_0x4abfbc(0x186),()=>{const _0x3a715c=_0x4abfbc;this[_0x3a715c(0x174)](),this[_0x3a715c(0x168)]();}),_0x1f4bc1[_0x4abfbc(0x17d)](_0x4abfbc(0x12e),()=>{const _0x4a20d8=_0x4abfbc;_0x1f4bc1[_0x4a20d8(0x168)]();}),_0x1f4bc1[_0x4abfbc(0x163)](),_0x1f4bc1[_0x4abfbc(0x16d)](_0x4abfbc(0x12e))['to'](this),_0x1f4bc1[_0x4abfbc(0x16d)](_0x4abfbc(0x132))['to'](this),_0x1f4bc1;}[_0x597c34(0x148)](){const _0xe5cbb1=_0x597c34,_0x1463fd=this[_0xe5cbb1(0x182)];this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x170)](_0x1463fd);for(const _0x56e60a of this[_0xe5cbb1(0x13c)])this[_0xe5cbb1(0x158)][_0xe5cbb1(0x14e)](_0x56e60a[_0xe5cbb1(0x182)]),this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x170)](_0x56e60a[_0xe5cbb1(0x182)]);this[_0xe5cbb1(0x13c)]['on'](_0xe5cbb1(0x162),(_0x9a7958,_0x4d5762)=>{const _0x13d41b=_0xe5cbb1;for(const _0x26dca7 of _0x4d5762[_0x13d41b(0x14d)])this[_0x13d41b(0x158)][_0x13d41b(0x13b)](_0x26dca7[_0x13d41b(0x182)]),this[_0x13d41b(0x17b)][_0x13d41b(0x181)](_0x26dca7[_0x13d41b(0x182)]);for(const _0x4b2a6c of _0x4d5762[_0x13d41b(0x184)])this[_0x13d41b(0x158)][_0x13d41b(0x14e)](_0x4b2a6c[_0x13d41b(0x182)]),this[_0x13d41b(0x17b)][_0x13d41b(0x170)](_0x4b2a6c[_0x13d41b(0x182)]);}),this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x15e)](_0xe5cbb1(0x16c),(_0x1eb464,_0x5ea539)=>{const _0x4240a0=_0xe5cbb1;_0x1463fd===_0x1eb464[_0x4240a0(0x145)]&&(this[_0x4240a0(0x13a)][_0x4240a0(0x14f)](),_0x5ea539());}),this[_0xe5cbb1(0x17b)][_0xe5cbb1(0x15e)](_0xe5cbb1(0x179),(_0x5176fb,_0x2d4a7b)=>{const _0x4229d0=_0xe5cbb1;_0x1463fd!==_0x5176fb[_0x4229d0(0x145)]&&(this[_0x4229d0(0x168)](),_0x2d4a7b());});}}
@@ -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 _0x1a6a(_0x4e5d94,_0x162414){const _0x2aa768=_0x2aa7();return _0x1a6a=function(_0x1a6a4d,_0x15fa36){_0x1a6a4d=_0x1a6a4d-0x1be;let _0x13684f=_0x2aa768[_0x1a6a4d];return _0x13684f;},_0x1a6a(_0x4e5d94,_0x162414);}(function(_0x4adee9,_0x1ce780){const _0x157635=_0x1a6a,_0x3c14d1=_0x4adee9();while(!![]){try{const _0x5d2d62=-parseInt(_0x157635(0x1c4))/0x1*(parseInt(_0x157635(0x1c8))/0x2)+-parseInt(_0x157635(0x1be))/0x3+-parseInt(_0x157635(0x1ce))/0x4*(-parseInt(_0x157635(0x1c6))/0x5)+parseInt(_0x157635(0x1c3))/0x6*(-parseInt(_0x157635(0x1bf))/0x7)+parseInt(_0x157635(0x1cc))/0x8*(parseInt(_0x157635(0x1c1))/0x9)+parseInt(_0x157635(0x1cb))/0xa+-parseInt(_0x157635(0x1c2))/0xb*(-parseInt(_0x157635(0x1c5))/0xc);if(_0x5d2d62===_0x1ce780)break;else _0x3c14d1['push'](_0x3c14d1['shift']());}catch(_0x82bcae){_0x3c14d1['push'](_0x3c14d1['shift']());}}}(_0x2aa7,0x9a997));import{View as _0x264e90}from'ckeditor5/src/ui.js';import{getTranslation as _0x493110}from'../../../utils/common-translations.js';export default class cs extends _0x264e90{constructor(_0x410014){const _0x3aaa5b=_0x1a6a;super(_0x410014);const _0x1bf8e3=this[_0x3aaa5b(0x1c7)];this[_0x3aaa5b(0x1c0)](_0x3aaa5b(0x1cf),void 0x0),this[_0x3aaa5b(0x1c9)]({'tag':'li','attributes':{'class':_0x3aaa5b(0x1ca)},'children':[{'text':_0x1bf8e3['to'](_0x3aaa5b(0x1cf),_0xd68050=>_0x493110(_0x410014,_0x3aaa5b(0x1cd),_0xd68050))}]});}}function _0x2aa7(){const _0x25fc08=['bindTemplate','1553556PxPGQJ','setTemplate','ck-thread__comment-count','7532220MGIzbL','8niWVVV','NUMBER_OF_COMMENTS','14088OlYKVS','count','2511210ibVAQk','7xLXyax','set','5005377kxBXmz','11oDEpjK','2548506ugVEux','1QEFqQJ','4304316ZhfbIn','1425bBMWzR'];_0x2aa7=function(){return _0x25fc08;};return _0x2aa7();}
@@ -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
+ var _0x3f5955=_0x42e8;(function(_0x3d80b9,_0x438fee){var _0x46a6b6=_0x42e8,_0x4eaa65=_0x3d80b9();while(!![]){try{var _0x4f76db=-parseInt(_0x46a6b6(0x1ef))/0x1*(parseInt(_0x46a6b6(0x1ee))/0x2)+parseInt(_0x46a6b6(0x1f3))/0x3*(parseInt(_0x46a6b6(0x1f4))/0x4)+parseInt(_0x46a6b6(0x1e9))/0x5+-parseInt(_0x46a6b6(0x1f5))/0x6+-parseInt(_0x46a6b6(0x1f2))/0x7*(-parseInt(_0x46a6b6(0x1fd))/0x8)+-parseInt(_0x46a6b6(0x1f8))/0x9*(parseInt(_0x46a6b6(0x1eb))/0xa)+parseInt(_0x46a6b6(0x1ec))/0xb;if(_0x4f76db===_0x438fee)break;else _0x4eaa65['push'](_0x4eaa65['shift']());}catch(_0x16605b){_0x4eaa65['push'](_0x4eaa65['shift']());}}}(_0x1e16,0x79d00));function _0x42e8(_0x39dfec,_0x44d7d9){var _0x1e16b8=_0x1e16();return _0x42e8=function(_0x42e88a,_0x5e8573){_0x42e88a=_0x42e88a-0x1e8;var _0x5f0e46=_0x1e16b8[_0x42e88a];return _0x5f0e46;},_0x42e8(_0x39dfec,_0x44d7d9);}function _0x1e16(){var _0x4bf313=['4429716WjHvWT','ck-content','ck-comment__content','126WIVHRb','div','set','change:content','setTemplate','728ifTmPN','innerHTML','921510MCBrKD','content','471710hTlclC','9012982fykmIb','ck-annotation__content','830678vqwTmU','1ZaOEip','render','element','69076QpgOPj','1233933nBjEcM','4webXhX'];_0x1e16=function(){return _0x4bf313;};return _0x1e16();}import{View as _0x1fcb8b}from'ckeditor5/src/ui.js';export default class os extends _0x1fcb8b{constructor(_0x556fb9){var _0x1e0d79=_0x42e8;super(_0x556fb9),this[_0x1e0d79(0x1fa)](_0x1e0d79(0x1ea),''),this[_0x1e0d79(0x1fc)]({'tag':_0x1e0d79(0x1f9),'attributes':{'class':[_0x1e0d79(0x1f6),_0x1e0d79(0x1f7),_0x1e0d79(0x1ed)]}});}[_0x3f5955(0x1f0)](){var _0x22df5f=_0x3f5955;super[_0x22df5f(0x1f0)](),this['on'](_0x22df5f(0x1fb),(_0x6c4f18,_0x119107,_0x2d9156)=>{var _0x5115c5=_0x22df5f;this[_0x5115c5(0x1f1)][_0x5115c5(0x1e8)]=_0x2d9156;}),this[_0x22df5f(0x1f1)][_0x22df5f(0x1e8)]=this[_0x22df5f(0x1ea)];}}