@ckeditor/ckeditor5-comments 42.0.2-alpha.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 _0x31a1e2=_0x4cda;(function(_0x416b0e,_0x22b1ef){const _0xf7c370=_0x4cda,_0x34115f=_0x416b0e();while(!![]){try{const _0x129ece=-parseInt(_0xf7c370(0xb2))/0x1*(-parseInt(_0xf7c370(0xac))/0x2)+parseInt(_0xf7c370(0xb7))/0x3*(parseInt(_0xf7c370(0xb4))/0x4)+-parseInt(_0xf7c370(0xd9))/0x5+parseInt(_0xf7c370(0xcb))/0x6+-parseInt(_0xf7c370(0xc8))/0x7*(-parseInt(_0xf7c370(0xc6))/0x8)+-parseInt(_0xf7c370(0xa3))/0x9+-parseInt(_0xf7c370(0xaf))/0xa*(-parseInt(_0xf7c370(0xd2))/0xb);if(_0x129ece===_0x22b1ef)break;else _0x34115f['push'](_0x34115f['shift']());}catch(_0x3eb4b5){_0x34115f['push'](_0x34115f['shift']());}}}(_0x9df2,0x5582b));import{Plugin as _0x11730d}from'ckeditor5/src/core.js';import _0x1e8df8 from'./commentsrepository.js';import _0x2fc172 from'./commentsediting.js';import _0x4ac725 from'../annotations/editorannotations.js';import{ButtonView as _0x1fc2a4,MenuBarMenuListItemButtonView as _0x482adf}from'ckeditor5/src/ui.js';import _0x2f2242 from'../../theme/icons/add-comment.svg';import _0xfaf5b0 from'../annotations/annotations.js';import _0x53a07f from'./ui/view/commentslistview.js';function _0x9df2(){const _0x1ee669=['217IedwHT','tooltip','focusTracker','3831912FpNluG','find','model','get','_viewToController','activeMarker','componentFactory','674762BOsJFP','stop','from','listenTo','requires','CommentsListView','low','2661625GMgVRl','getCommentThread','isFocused','bind','innerView','pluginName','locale','addCommentThread','isEnabled','hasCommentThread','2713563oBMAPS','view','menuBar:comment','Comment','length','map','addSourceCollector','comment','editing','10446nzJtyH','push','getAllMarkersForId','20geYTxa','editor','getRange','22BifPea','commands','1176060RjIjgT','addComment','_threadToController','3nNQxiq','set','has','add','plugins','init','removeCommentThread','_createUIButton','focus','hasMarkerForId','CommentThreadInputView','highest','execute','change:activeAnnotations','comment:','3568jyTleO','CommentsUI'];_0x9df2=function(){return _0x1ee669;};return _0x9df2();}import _0x581cdf from'./ui/view/commentthreadinputview.js';import{getTranslation as _0x2ec8bd}from'../utils/common-translations.js';function _0x4cda(_0x3e7413,_0x57454f){const _0x9df258=_0x9df2();return _0x4cda=function(_0x4cdab2,_0x913d4c){_0x4cdab2=_0x4cdab2-0x9e;let _0x5762d7=_0x9df258[_0x4cdab2];return _0x5762d7;},_0x4cda(_0x3e7413,_0x57454f);}export default class s extends _0x11730d{static get[_0x31a1e2(0x9e)](){const _0x5bcf04=_0x31a1e2;return _0x5bcf04(0xc7);}static get[_0x31a1e2(0xd6)](){return[_0x1e8df8,_0x2fc172,_0x4ac725,_0xfaf5b0];}get[_0x31a1e2(0xd7)](){return _0x53a07f;}get[_0x31a1e2(0xc1)](){return _0x581cdf;}[_0x31a1e2(0xbc)](){const _0x30a94a=_0x31a1e2,_0x2e59a7=this[_0x30a94a(0xb0)],_0x1d5d73=_0x2e59a7[_0x30a94a(0xbb)][_0x30a94a(0xce)](_0x1e8df8),_0x322f3e=_0x2e59a7[_0x30a94a(0xbb)][_0x30a94a(0xce)](_0x2fc172),_0x809e9=_0x2e59a7[_0x30a94a(0xbb)][_0x30a94a(0xce)](_0xfaf5b0),_0xe20ea6=_0x2e59a7[_0x30a94a(0xbb)][_0x30a94a(0xce)](_0x4ac725);_0x2e59a7['ui'][_0x30a94a(0xd1)][_0x30a94a(0xba)](_0x30a94a(0xaa),()=>{const _0x42cbad=_0x30a94a,_0x5bceb3=this[_0x42cbad(0xbe)](_0x1fc2a4);return _0x5bceb3[_0x42cbad(0xc9)]=!0x0,_0x5bceb3;}),_0x2e59a7['ui'][_0x30a94a(0xd1)][_0x30a94a(0xba)](_0x30a94a(0xa5),()=>this[_0x30a94a(0xbe)](_0x482adf)),_0xe20ea6[_0x30a94a(0xa9)](()=>{const _0x3421fe=_0x30a94a,_0x274574=[];for(const [_0x313b6a,_0x18f95e]of _0x1d5d73[_0x3421fe(0xb6)]){const _0xc820bb=_0x322f3e[_0x3421fe(0xae)](_0x313b6a['id']),_0x16c908=_0xc820bb[_0x3421fe(0xa8)](_0x26d242=>_0x26d242[_0x3421fe(0xb1)]());_0xc820bb[_0x3421fe(0xa7)]>0x0&&_0x274574[_0x3421fe(0xad)]([_0x18f95e[_0x3421fe(0xa4)],_0x16c908]);}return _0x274574;}),this[_0x30a94a(0xd5)](_0x809e9,_0x30a94a(0xc4),(_0x2383b1,_0x2e316b,_0x2c7b1d)=>{const _0x39b443=_0x30a94a,_0x5b9727=Array[_0x39b443(0xd4)](_0x2c7b1d)[_0x39b443(0xa8)](_0x34f4ea=>_0x34f4ea[_0x39b443(0xdd)])[_0x39b443(0xcc)](_0x79ebd1=>_0x1d5d73[_0x39b443(0xcf)][_0x39b443(0xb9)](_0x79ebd1));if(!_0x5b9727)return void(_0x322f3e[_0x39b443(0xd0)]=null);const _0x51d41e=_0x1d5d73[_0x39b443(0xcf)][_0x39b443(0xce)](_0x5b9727)[_0x39b443(0xcd)]['id'],_0x4a167f=_0x39b443(0xc5)+_0x51d41e;_0x51d41e&&_0x322f3e[_0x39b443(0xc0)](_0x51d41e)?_0x322f3e[_0x39b443(0xd0)]=_0x4a167f:_0x322f3e[_0x39b443(0xd0)]&&(_0x322f3e[_0x39b443(0xd0)]=null);}),this[_0x30a94a(0xd5)](_0x1d5d73,_0x30a94a(0xbd),(_0x47575f,{threadId:_0x239cfb,isFromAdapter:_0x4c8b7a})=>{const _0x2b8804=_0x30a94a;!_0x4c8b7a&&_0x2e59a7['ui'][_0x2b8804(0xca)][_0x2b8804(0xdb)]&&_0x322f3e[_0x2b8804(0xc0)](_0x239cfb)&&_0x2e59a7[_0x2b8804(0xab)][_0x2b8804(0xa4)][_0x2b8804(0xbf)]();},{'priority':_0x30a94a(0xc2)}),this[_0x30a94a(0xd5)](_0x1d5d73,_0x30a94a(0xb5),(_0x176cc9,{threadId:_0x2a7dbc,isFromAdapter:_0x493820})=>{const _0x14b0e0=_0x30a94a;if(_0x493820||!_0x322f3e[_0x14b0e0(0xc0)](_0x2a7dbc)||!_0x1d5d73[_0x14b0e0(0xa2)](_0x2a7dbc))return;0x1===_0x1d5d73[_0x14b0e0(0xda)](_0x2a7dbc)[_0x14b0e0(0xa7)]&&(_0x2e59a7[_0x14b0e0(0xab)][_0x14b0e0(0xa4)][_0x14b0e0(0xbf)](),_0x176cc9[_0x14b0e0(0xd3)]());},{'priority':_0x30a94a(0xd8)});}[_0x31a1e2(0xbe)](_0x3fb204){const _0x1fc903=_0x31a1e2,_0x5e7196=this[_0x1fc903(0xb0)],_0x3cacc9=new _0x3fb204(_0x5e7196[_0x1fc903(0x9f)]),_0x5e80f5=_0x5e7196[_0x1fc903(0xb3)][_0x1fc903(0xce)](_0x1fc903(0xa0));return _0x3cacc9[_0x1fc903(0xb8)]({'label':_0x2ec8bd(_0x5e7196[_0x1fc903(0x9f)],_0x1fc903(0xa6)),'icon':_0x2f2242}),_0x3cacc9[_0x1fc903(0xdc)](_0x1fc903(0xa1))['to'](_0x5e80f5),this[_0x1fc903(0xd5)](_0x3cacc9,_0x1fc903(0xc3),()=>_0x5e80f5[_0x1fc903(0xc3)]()),_0x3cacc9;}}
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
- function _0x5287(){const _0x5b148e=['188XbqoTx','dragstart','split','listenTo','21864zoNkKY','config','content','151595GpjDQn','_registerMarkerToCopy','requires','hasCommentThread','has','_mapCommentsCopyConfigToRegisterConfiguration','default','always','never','_removeMarkersWithoutThreads','572302MQlBmS','comments.copyMarkers','10845cOTKls','8QVUGwy','4783303WrylNF','delete','highest','1070rhvogm','markers','36948tQsOIK','234MsTEsF','7887XgELvY','ClipboardMarkersUtils','comment','3909432vFomgb','define','cut','keys','ClipboardPipeline','get','plugins','afterInit','all','editor','contentInsertion','_registerMarkerInClipboardPipeline','CommentsRepository'];_0x5287=function(){return _0x5b148e;};return _0x5287();}const _0x3804e5=_0xa314;function _0xa314(_0x2e4a45,_0x273842){const _0x52875a=_0x5287();return _0xa314=function(_0xa3146f,_0x246142){_0xa3146f=_0xa3146f-0x11f;let _0x1ec72f=_0x52875a[_0xa3146f];return _0x1ec72f;},_0xa314(_0x2e4a45,_0x273842);}(function(_0x185f15,_0x2ae70f){const _0x4d70b7=_0xa314,_0x3122ae=_0x185f15();while(!![]){try{const _0x2200af=-parseInt(_0x4d70b7(0x133))/0x1+parseInt(_0x4d70b7(0x122))/0x2*(-parseInt(_0x4d70b7(0x13c))/0x3)+-parseInt(_0x4d70b7(0x141))/0x4+parseInt(_0x4d70b7(0x129))/0x5*(parseInt(_0x4d70b7(0x13d))/0x6)+-parseInt(_0x4d70b7(0x137))/0x7*(-parseInt(_0x4d70b7(0x136))/0x8)+-parseInt(_0x4d70b7(0x135))/0x9*(-parseInt(_0x4d70b7(0x13a))/0xa)+parseInt(_0x4d70b7(0x13e))/0xb*(parseInt(_0x4d70b7(0x126))/0xc);if(_0x2200af===_0x2ae70f)break;else _0x3122ae['push'](_0x3122ae['shift']());}catch(_0x372542){_0x3122ae['push'](_0x3122ae['shift']());}}}(_0x5287,0x90f33));import{Plugin as _0x1c1f6d}from'ckeditor5/src/core.js';import{ClipboardPipeline as _0x31a7e7,ClipboardMarkersUtils as _0x596af5}from'ckeditor5/src/clipboard.js';export default class rt extends _0x1c1f6d{constructor(_0xad9b3c){const _0x1fdc55=_0xa314;super(_0xad9b3c),this[_0x1fdc55(0x14a)][_0x1fdc55(0x127)][_0x1fdc55(0x142)](_0x1fdc55(0x134),_0x1fdc55(0x12f));}static get[_0x3804e5(0x12b)](){return[_0x596af5,_0x31a7e7];}[_0x3804e5(0x148)](){const _0x1b5b23=_0x3804e5,_0x470da9=this[_0x1b5b23(0x14a)][_0x1b5b23(0x147)][_0x1b5b23(0x146)](_0x1b5b23(0x145));this[_0x1b5b23(0x120)](),this[_0x1b5b23(0x125)](_0x470da9,_0x1b5b23(0x11f),(_0x4311ed,_0x4a6f9b)=>this[_0x1b5b23(0x132)](_0x4a6f9b[_0x1b5b23(0x128)][_0x1b5b23(0x13b)]),{'priority':_0x1b5b23(0x139)});}[_0x3804e5(0x132)](_0x47bc3d){const _0x4c5373=_0x3804e5;if(!this[_0x4c5373(0x14a)][_0x4c5373(0x147)][_0x4c5373(0x12d)](_0x4c5373(0x121)))return _0x47bc3d;const _0x668ef3=this[_0x4c5373(0x14a)][_0x4c5373(0x147)][_0x4c5373(0x146)](_0x4c5373(0x121));for(const _0x7030aa of _0x47bc3d[_0x4c5373(0x144)]()){const [_0x16de9c,_0x588936]=_0x7030aa[_0x4c5373(0x124)](':');_0x4c5373(0x140)!=_0x16de9c||_0x668ef3[_0x4c5373(0x12c)](_0x588936)||_0x47bc3d[_0x4c5373(0x138)](_0x7030aa);}return _0x47bc3d;}[_0x3804e5(0x120)](){const _0xa98bb0=_0x3804e5,_0x7efa16=this[_0xa98bb0(0x14a)][_0xa98bb0(0x147)][_0xa98bb0(0x146)](_0xa98bb0(0x13f)),_0x87fa3c=this[_0xa98bb0(0x12e)](this[_0xa98bb0(0x14a)][_0xa98bb0(0x127)][_0xa98bb0(0x146)](_0xa98bb0(0x134)));_0x87fa3c&&_0x7efa16[_0xa98bb0(0x12a)](_0xa98bb0(0x140),_0x87fa3c);}[_0x3804e5(0x12e)](_0x5091c3){const _0x3102ef=_0x3804e5;switch(_0x5091c3){case _0x3102ef(0x130):return{'allowedActions':_0x3102ef(0x149),'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x0};case _0x3102ef(0x12f):return{'allowedActions':[_0x3102ef(0x143),_0x3102ef(0x123)],'copyPartiallySelected':!0x1,'duplicateOnPaste':!0x1};case _0x3102ef(0x131):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 _0x7efa(_0x470760,_0x3540be){const _0x5df14d=_0x5df1();return _0x7efa=function(_0x7efacb,_0x2c1697){_0x7efacb=_0x7efacb-0xac;let _0x3346ff=_0x5df14d[_0x7efacb];return _0x3346ff;},_0x7efa(_0x470760,_0x3540be);}const _0x882431=_0x7efa;(function(_0x4f9d52,_0x56c1a3){const _0x319fdd=_0x7efa,_0x4b8f9d=_0x4f9d52();while(!![]){try{const _0x5da96a=parseInt(_0x319fdd(0xac))/0x1*(-parseInt(_0x319fdd(0xb2))/0x2)+-parseInt(_0x319fdd(0xbd))/0x3+-parseInt(_0x319fdd(0xaf))/0x4+parseInt(_0x319fdd(0xb1))/0x5+-parseInt(_0x319fdd(0xb0))/0x6*(parseInt(_0x319fdd(0xb4))/0x7)+parseInt(_0x319fdd(0xb8))/0x8*(-parseInt(_0x319fdd(0xb3))/0x9)+-parseInt(_0x319fdd(0xbe))/0xa*(-parseInt(_0x319fdd(0xb6))/0xb);if(_0x5da96a===_0x56c1a3)break;else _0x4b8f9d['push'](_0x4b8f9d['shift']());}catch(_0x4fb5b5){_0x4b8f9d['push'](_0x4b8f9d['shift']());}}}(_0x5df1,0xd95ce));function _0x5df1(){const _0x27f0ec=['editor','1960VDhpRC','enableCommand','addCommentThread','RestrictedEditingModeEditing','afterInit','2576373BTPyeN','10BAPEOU','3wUCvNc','plugins','get','384256iATbcl','857658KkwPQA','5665425gmmocI','200044jGqgyW','10359AMCiSa','77oyBEsZ','has','31531742spJeGH'];_0x5df1=function(){return _0x27f0ec;};return _0x5df1();}import{Plugin as _0x42c445}from'ckeditor5/src/core.js';export default class ot extends _0x42c445{[_0x882431(0xbc)](){const _0x29dc9a=_0x882431,_0x239242=this[_0x29dc9a(0xb7)];if(!_0x239242[_0x29dc9a(0xad)][_0x29dc9a(0xb5)](_0x29dc9a(0xbb)))return;_0x239242[_0x29dc9a(0xad)][_0x29dc9a(0xae)](_0x29dc9a(0xbb))[_0x29dc9a(0xb9)](_0x29dc9a(0xba));}}
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 _0x212110=_0x236b;function _0x388c(){const _0x53d386=['commands','get','editor','4686969LbyuTl','_handleImportedData','define','high','config','listenTo','basic','3299575JuoGoB','1200192ocXmOd','afterInit','505906UfaFIK','map','dataInsert','collaboration_features','forEach','2GlCEsm','plugins','8984421TWyAPq','3647800JGKhlL','importWord','execute','importWord.formatting.comments','366915AaKetn','8uKjjom','addCommentThread','collaboration.channelId'];_0x388c=function(){return _0x53d386;};return _0x388c();}(function(_0x3af9c4,_0x47c812){const _0x2d2ff3=_0x236b,_0x5e7297=_0x3af9c4();while(!![]){try{const _0x21e37d=-parseInt(_0x2d2ff3(0x13a))/0x1*(parseInt(_0x2d2ff3(0x13f))/0x2)+parseInt(_0x2d2ff3(0x146))/0x3*(parseInt(_0x2d2ff3(0x147))/0x4)+-parseInt(_0x2d2ff3(0x137))/0x5+parseInt(_0x2d2ff3(0x138))/0x6+parseInt(_0x2d2ff3(0x130))/0x7+-parseInt(_0x2d2ff3(0x142))/0x8+parseInt(_0x2d2ff3(0x141))/0x9;if(_0x21e37d===_0x47c812)break;else _0x5e7297['push'](_0x5e7297['shift']());}catch(_0x53446c){_0x5e7297['push'](_0x5e7297['shift']());}}}(_0x388c,0x77cba));import{Plugin as _0x30dd53}from'ckeditor5/src/core.js';import{priorities as _0x5999cc}from'ckeditor5/src/utils.js';function _0x236b(_0x84ae35,_0x3584f7){const _0x388cd2=_0x388c();return _0x236b=function(_0x236b85,_0x30f36d){_0x236b85=_0x236b85-0x12f;let _0x2cf3e2=_0x388cd2[_0x236b85];return _0x2cf3e2;},_0x236b(_0x84ae35,_0x3584f7);}import{Users as _0x4d776a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x495e20 from'../commentsrepository.js';export default class et extends _0x30dd53{constructor(_0x3b1772){const _0x2cc419=_0x236b;super(_0x3b1772),this[_0x2cc419(0x12f)][_0x2cc419(0x134)][_0x2cc419(0x132)](_0x2cc419(0x145),_0x2cc419(0x136));}[_0x212110(0x139)](){const _0x6a4d3b=_0x212110,_0x3a521a=this[_0x6a4d3b(0x12f)],_0x46cd38=_0x3a521a[_0x6a4d3b(0x14a)][_0x6a4d3b(0x14b)](_0x6a4d3b(0x143)),_0x2c4e0b=_0x3a521a[_0x6a4d3b(0x140)][_0x6a4d3b(0x14b)](_0x4d776a);_0x46cd38&&(_0x46cd38['on'](_0x6a4d3b(0x144),(_0x33214e,[,_0x23dece])=>{const _0x5a61b7=_0x6a4d3b;_0x23dece[_0x5a61b7(0x13d)]={'comments':!0x0,'user_id':_0x2c4e0b['me']['id']};},{'priority':_0x5999cc[_0x6a4d3b(0x133)]+0xa}),this[_0x6a4d3b(0x135)](_0x46cd38,_0x6a4d3b(0x13c),this[_0x6a4d3b(0x131)]));}[_0x212110(0x131)](_0x2bac3a,_0x23bde6){const _0x45d08c=_0x212110,{comment_threads:_0x5b6aeb}=_0x23bde6;_0x5b6aeb&&_0x5b6aeb[_0x45d08c(0x13e)](({thread_id:_0x1ab9ec,comments:_0x3af47a,is_resolved:_0x2adf58})=>{const _0x2eac3f=_0x45d08c,_0x39256f=new Date(),_0x11e5ca=_0x3af47a[_0x2eac3f(0x13b)](({author:_0x14aa2f,content:_0x315620,created_at:_0x5d408a})=>({'content':_0x315620,'authorId':this[_0x2eac3f(0x12f)][_0x2eac3f(0x140)][_0x2eac3f(0x14b)](_0x4d776a)['me']['id'],'createdAt':_0x39256f,'attributes':{'@external':{'authorName':_0x14aa2f,'createdAt':_0x5d408a?new Date(_0x5d408a):new Date(),'source':_0x2eac3f(0x143)}}})),_0x548463=this[_0x2eac3f(0x12f)][_0x2eac3f(0x134)][_0x2eac3f(0x14b)](_0x2eac3f(0x149));this[_0x2eac3f(0x12f)][_0x2eac3f(0x140)][_0x2eac3f(0x14b)](_0x495e20)[_0x2eac3f(0x148)]({'channelId':_0x548463,'threadId':_0x1ab9ec,'comments':_0x11e5ca,'resolvedAt':_0x2adf58?_0x39256f: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
- function _0x4ad8(){const _0x31e346=['create','assign','44xBoeFs','model','1244470BNsCJT','init','set','setSelection','createRoot','getChild','editing','change','6949630KdabHB','2XhFiXm','defaultPlugins','placeholderElement','childCount','focus','get','ready','getRoot','plugins','placeholder','470689iqymIO','name','12yclaYI','92247kBoWPu','document','end','1450264EGMeKu','data','initialData','initPlugins','config','then','view','low','change:placeholder','fire','3610656UXdIab','destroy','992131jwhLfo','_updatePlaceholder'];_0x4ad8=function(){return _0x31e346;};return _0x4ad8();}const _0x499a0e=_0x239f;(function(_0x4d57f4,_0x248b41){const _0x128668=_0x239f,_0x37bb3b=_0x4d57f4();while(!![]){try{const _0x10a315=parseInt(_0x128668(0x1fb))/0x1*(-parseInt(_0x128668(0x21c))/0x2)+-parseInt(_0x128668(0x1fe))/0x3*(-parseInt(_0x128668(0x211))/0x4)+-parseInt(_0x128668(0x213))/0x5+parseInt(_0x128668(0x1fd))/0x6*(-parseInt(_0x128668(0x20d))/0x7)+-parseInt(_0x128668(0x201))/0x8+parseInt(_0x128668(0x20b))/0x9+parseInt(_0x128668(0x21b))/0xa;if(_0x10a315===_0x248b41)break;else _0x37bb3b['push'](_0x37bb3b['shift']());}catch(_0x19bf5d){_0x37bb3b['push'](_0x37bb3b['shift']());}}}(_0x4ad8,0x3d0c6));import{Editor as _0x21397d}from'ckeditor5/src/core.js';import _0x4bc3ed from'./commenteditorui.js';import{ObservableMixin as _0xd68f0a}from'ckeditor5/src/utils.js';import{enablePlaceholder as _0x255edb,disablePlaceholder as _0x52075f}from'ckeditor5/src/engine.js';import{Clipboard as _0x4bc133}from'ckeditor5/src/clipboard.js';import{Enter as _0x5b401e,ShiftEnter as _0x237c51}from'ckeditor5/src/enter.js';import{SelectAll as _0x54ca91}from'ckeditor5/src/select-all.js';import{Typing as _0x29b558}from'ckeditor5/src/typing.js';import{Undo as _0x393af1}from'ckeditor5/src/undo.js';function _0x239f(_0xac764b,_0x3117c3){const _0x4ad81c=_0x4ad8();return _0x239f=function(_0x239f49,_0x4812f6){_0x239f49=_0x239f49-0x1f3;let _0x1360db=_0x4ad81c[_0x239f49];return _0x1360db;},_0x239f(_0xac764b,_0x3117c3);}import{Paragraph as _0x25269d}from'ckeditor5/src/paragraph.js';const Rt=[_0x4bc133,_0x5b401e,_0x237c51,_0x54ca91,_0x29b558,_0x393af1,_0x25269d];class St extends/* #__PURE__ -- @preserve */
24
- _0xd68f0a(_0x21397d){constructor(_0x185de2={}){const _0x227ca2=_0x239f;(_0x185de2=Object[_0x227ca2(0x210)]({},_0x185de2))[_0x227ca2(0x1f9)]||(_0x185de2[_0x227ca2(0x1f9)]=St[_0x227ca2(0x21d)]),super(_0x185de2),this['ui']=new _0x4bc3ed(this),this[_0x227ca2(0x215)](_0x227ca2(0x1fa),''),this[_0x227ca2(0x212)][_0x227ca2(0x1ff)]['on'](_0x227ca2(0x21a),()=>this[_0x227ca2(0x20e)](),{'priority':_0x227ca2(0x208)}),this['on'](_0x227ca2(0x209),()=>this[_0x227ca2(0x20e)]()),this[_0x227ca2(0x212)][_0x227ca2(0x1ff)][_0x227ca2(0x217)]();}[_0x499a0e(0x20f)](){const _0x3de4ca=_0x499a0e,_0x1bdf8d=this[_0x3de4ca(0x205)][_0x3de4ca(0x1f6)](_0x3de4ca(0x203))||'';return this[_0x3de4ca(0x204)]()[_0x3de4ca(0x206)](()=>this['ui'][_0x3de4ca(0x214)]())[_0x3de4ca(0x206)](()=>this[_0x3de4ca(0x202)][_0x3de4ca(0x214)](_0x1bdf8d))[_0x3de4ca(0x206)](()=>this[_0x3de4ca(0x20a)](_0x3de4ca(0x1f7)));}[_0x499a0e(0x20c)](){const _0x4963a5=_0x499a0e;return super[_0x4963a5(0x20c)]()[_0x4963a5(0x206)](()=>this['ui'][_0x4963a5(0x20c)]());}[_0x499a0e(0x1f5)](){const _0x3c723b=_0x499a0e;this[_0x3c723b(0x212)][_0x3c723b(0x21a)](_0x287db0=>{const _0x3b8aed=_0x3c723b,_0x35ec3a=this[_0x3b8aed(0x212)][_0x3b8aed(0x1ff)][_0x3b8aed(0x1f8)](),_0x3dd1c7=_0x35ec3a&&_0x35ec3a[_0x3b8aed(0x218)](_0x35ec3a[_0x3b8aed(0x1f4)]-0x1);_0x287db0[_0x3b8aed(0x216)](_0x3dd1c7,_0x3b8aed(0x200)),this[_0x3b8aed(0x219)][_0x3b8aed(0x207)][_0x3b8aed(0x1f5)]();});}[_0x499a0e(0x20e)](){const _0x3c65a5=_0x499a0e,_0x225cf6=this[_0x3c65a5(0x219)][_0x3c65a5(0x207)],_0x457006=_0x225cf6[_0x3c65a5(0x1ff)][_0x3c65a5(0x1f8)](),_0x266540=_0x457006[_0x3c65a5(0x218)](0x0);_0x457006[_0x3c65a5(0x1f4)]>0x1||!_0x266540||'p'!=_0x266540[_0x3c65a5(0x1fc)]?this[_0x3c65a5(0x1f3)]&&this[_0x3c65a5(0x1f3)][_0x3c65a5(0x1fa)]&&(_0x52075f(_0x225cf6,this[_0x3c65a5(0x1f3)]),this[_0x3c65a5(0x1f3)]=void 0x0):(this[_0x3c65a5(0x1fa)]&&(_0x266540[_0x3c65a5(0x1fa)]=this[_0x3c65a5(0x1fa)]),_0x255edb({'view':_0x225cf6,'element':_0x266540,'keepOnFocus':!0x0}),this[_0x3c65a5(0x1f3)]=_0x266540);}}St[_0x499a0e(0x21d)]=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
- function _0x4da9(_0x5d608e,_0x23c602){const _0x330070=_0x3300();return _0x4da9=function(_0x4da9bb,_0x2a890f){_0x4da9bb=_0x4da9bb-0xdf;let _0x5b3cd4=_0x330070[_0x4da9bb];return _0x5b3cd4;},_0x4da9(_0x5d608e,_0x23c602);}const _0x1a1022=_0x4da9;function _0x3300(){const _0x1a5d84=['editing','rootName','1313850vrmHfP','567YwxoiF','editable','getRoot','1990084rRALVU','fire','destroy','319ShnBUm','locale','render','element','view','editor','document','init','focusTracker','6155304UeMMhk','name','attachDomRoot','2332890AzoYlX','18hFHkKg','691990qzSgha','setEditableElement','2198345mIwkpl','14yXxyCV','ready','bind','3438WrhgBx','isFocused'];_0x3300=function(){return _0x1a5d84;};return _0x3300();}(function(_0x424a9b,_0x5c50a8){const _0x4af274=_0x4da9,_0x1ac3aa=_0x424a9b();while(!![]){try{const _0x52ab82=parseInt(_0x4af274(0xed))/0x1+parseInt(_0x4af274(0xe9))/0x2*(-parseInt(_0x4af274(0xee))/0x3)+parseInt(_0x4af274(0xf1))/0x4+-parseInt(_0x4af274(0xe5))/0x5*(parseInt(_0x4af274(0xe2))/0x6)+-parseInt(_0x4af274(0xe6))/0x7*(parseInt(_0x4af274(0xfd))/0x8)+parseInt(_0x4af274(0xe1))/0x9+-parseInt(_0x4af274(0xe3))/0xa*(-parseInt(_0x4af274(0xf4))/0xb);if(_0x52ab82===_0x5c50a8)break;else _0x1ac3aa['push'](_0x1ac3aa['shift']());}catch(_0x24ce1a){_0x1ac3aa['push'](_0x1ac3aa['shift']());}}}(_0x3300,0xda6a4));import{EditorUI as _0x5f0dd2}from'ckeditor5/src/ui.js';import _0x5dce05 from'./commenteditoruiview.js';export default class Ot extends _0x5f0dd2{constructor(_0x43e746){const _0x113e6f=_0x4da9;super(_0x43e746),this[_0x113e6f(0xf8)]=new _0x5dce05(_0x43e746[_0x113e6f(0xf5)],_0x43e746[_0x113e6f(0xeb)][_0x113e6f(0xf8)]);}get[_0x1a1022(0xf7)](){const _0xb70f45=_0x1a1022;return this[_0xb70f45(0xf8)][_0xb70f45(0xf7)];}[_0x1a1022(0xfb)](){const _0x2232a7=_0x1a1022,_0x2775d3=this[_0x2232a7(0xf9)][_0x2232a7(0xeb)][_0x2232a7(0xf8)],_0x4fe15f=this[_0x2232a7(0xf8)][_0x2232a7(0xef)],_0x4252d9=_0x2775d3[_0x2232a7(0xfa)][_0x2232a7(0xf0)]();_0x4fe15f[_0x2232a7(0xdf)]=_0x4252d9[_0x2232a7(0xec)],this[_0x2232a7(0xf8)][_0x2232a7(0xf6)]();const _0x14fff2=_0x4fe15f[_0x2232a7(0xf7)];this[_0x2232a7(0xe4)](_0x4fe15f[_0x2232a7(0xdf)],_0x14fff2),this[_0x2232a7(0xf8)][_0x2232a7(0xef)][_0x2232a7(0xe8)](_0x2232a7(0xea))['to'](this[_0x2232a7(0xfc)]),_0x2775d3[_0x2232a7(0xe0)](_0x14fff2),this[_0x2232a7(0xf2)](_0x2232a7(0xe7));}[_0x1a1022(0xf3)](){const _0x29eb3e=_0x1a1022;super[_0x29eb3e(0xf3)](),this[_0x29eb3e(0xf8)][_0x29eb3e(0xf3)]();}}
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 _0xce26(){const _0xcd50f2=['div','text','uiLanguage','15NiIdsp','uiLanguageDirection','1579068vDBZZI','_createVoiceLabel','focus','render','ck-editor__main','207484qMQGFQ','ck-reset','editable','252490WUFuUm','main','Comment\x20editor','ck-voice-label','198394HEslMI','presentation','cke-editor__aria-label_','459OnxMUH','setTemplate','1452563FIZHVb','ck-comment__input','943428SGzjPs','_voiceLabelView','extendTemplate','ck-editor__aria-label_','comment','1708185yNgUiQ','createCollection','ck-editor','ck-rounded-corners','add','element','16pBbSsJ'];_0xce26=function(){return _0xcd50f2;};return _0xce26();}const _0x41275b=_0x523c;(function(_0x42eb71,_0xb69d2d){const _0x3981e2=_0x523c,_0x455ad6=_0x42eb71();while(!![]){try{const _0x4311a2=parseInt(_0x3981e2(0x137))/0x1+-parseInt(_0x3981e2(0x13e))/0x2*(parseInt(_0x3981e2(0x130))/0x3)+parseInt(_0x3981e2(0x132))/0x4+-parseInt(_0x3981e2(0x126))/0x5+-parseInt(_0x3981e2(0x121))/0x6+parseInt(_0x3981e2(0x11f))/0x7*(-parseInt(_0x3981e2(0x12c))/0x8)+-parseInt(_0x3981e2(0x141))/0x9*(-parseInt(_0x3981e2(0x13a))/0xa);if(_0x4311a2===_0xb69d2d)break;else _0x455ad6['push'](_0x455ad6['shift']());}catch(_0x3c1caf){_0x455ad6['push'](_0x455ad6['shift']());}}}(_0xce26,0x75348));import{InlineEditableUIView as _0x45d623,EditorUIView as _0x3109d0,LabelView as _0x13b7bf}from'ckeditor5/src/ui.js';import{uid as _0x528943}from'ckeditor5/src/utils.js';import{getTranslation as _0x55676c}from'../../../utils/common-translations.js';function _0x523c(_0x12ee38,_0x4b6124){const _0xce26ba=_0xce26();return _0x523c=function(_0x523c63,_0x22a397){_0x523c63=_0x523c63-0x11f;let _0x3d0a54=_0xce26ba[_0x523c63];return _0x3d0a54;},_0x523c(_0x12ee38,_0x4b6124);}export default class Vt extends _0x3109d0{constructor(_0x582795,_0x493b24){const _0x5f0a20=_0x523c;super(_0x582795);const _0xb39d54=_0x528943();this[_0x5f0a20(0x13b)]=this[_0x5f0a20(0x127)](),this[_0x5f0a20(0x139)]=new _0x45d623(_0x582795,_0x493b24),this[_0x5f0a20(0x122)]=this[_0x5f0a20(0x133)](_0xb39d54,_0x582795),this[_0x5f0a20(0x142)]({'tag':_0x5f0a20(0x12d),'attributes':{'class':[_0x5f0a20(0x138),_0x5f0a20(0x128),_0x5f0a20(0x129),_0x5f0a20(0x120)],'role':_0x5f0a20(0x125),'dir':_0x582795[_0x5f0a20(0x131)],'lang':_0x582795[_0x5f0a20(0x12f)],'aria-labelledby':_0x5f0a20(0x140)+_0xb39d54},'children':[this[_0x5f0a20(0x122)],{'tag':_0x5f0a20(0x12d),'attributes':{'class':_0x5f0a20(0x136),'role':_0x5f0a20(0x13f)},'children':this[_0x5f0a20(0x13b)]}]});}[_0x41275b(0x135)](){const _0x178bbb=_0x41275b;super[_0x178bbb(0x135)](),this[_0x178bbb(0x13b)][_0x178bbb(0x12a)](this[_0x178bbb(0x139)]);}[_0x41275b(0x134)](){const _0x5cab32=_0x41275b;this[_0x5cab32(0x139)][_0x5cab32(0x12b)][_0x5cab32(0x134)]();}[_0x41275b(0x133)](_0x3fa78c,_0x5a3b37){const _0x4457ff=_0x41275b,_0x205db7=new _0x13b7bf();return _0x205db7[_0x4457ff(0x12e)]=_0x55676c(_0x5a3b37,_0x4457ff(0x13c)),_0x205db7[_0x4457ff(0x123)]({'attributes':{'id':_0x4457ff(0x124)+_0x3fa78c,'class':_0x4457ff(0x13d)}}),_0x205db7;}}
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
- var _0xc76865=_0x25bc;function _0x25bc(_0x1c96ca,_0x378394){var _0x31e0bd=_0x31e0();return _0x25bc=function(_0x25bcb4,_0x3c66e0){_0x25bcb4=_0x25bcb4-0x6b;var _0x5e1abc=_0x31e0bd[_0x25bcb4];return _0x5e1abc;},_0x25bc(_0x1c96ca,_0x378394);}function _0x31e0(){var _0x208c96=['update','reopenCommentThread','destroy','4054482JatKmE','remove','resolveCommentThread','_localUser','getComment','updateComment','1697386fyvCOR','28540179vhGktl','removeCommentThread','view','reopen','95rfywkh','53229VNrIHs','addComment','removeComment','2ETpEfu','2206946DNVlGs','6336616UNyBYA','resolve','158172YguZzo','_isAttached','model','stopListening','submit','isResolved','submitCommentThread','listenTo'];_0x31e0=function(){return _0x208c96;};return _0x31e0();}(function(_0xc90c77,_0x1467cc){var _0x3badde=_0x25bc,_0xba61b9=_0xc90c77();while(!![]){try{var _0x457075=-parseInt(_0x3badde(0x80))/0x1+-parseInt(_0x3badde(0x6b))/0x2*(-parseInt(_0x3badde(0x86))/0x3)+parseInt(_0x3badde(0x6f))/0x4*(-parseInt(_0x3badde(0x85))/0x5)+parseInt(_0x3badde(0x7a))/0x6+parseInt(_0x3badde(0x6c))/0x7+-parseInt(_0x3badde(0x6d))/0x8+parseInt(_0x3badde(0x81))/0x9;if(_0x457075===_0x1467cc)break;else _0xba61b9['push'](_0xba61b9['shift']());}catch(_0x21700e){_0xba61b9['push'](_0xba61b9['shift']());}}}(_0x31e0,0xe546f));import{ObservableMixin as _0xc37013}from'ckeditor5/src/utils.js';export default class wt extends/* #__PURE__ -- @preserve */
24
- _0xc37013(){constructor(_0x41dd32,_0x1ae437){var _0x1987d9=_0x25bc;super(),this[_0x1987d9(0x71)]=_0x41dd32,this[_0x1987d9(0x71)][_0x1987d9(0x70)]=!0x0,this[_0x1987d9(0x83)]=_0x1ae437,this[_0x1987d9(0x76)](_0x1ae437,_0x1987d9(0x75),()=>this[_0x1987d9(0x73)]()),this[_0x1987d9(0x76)](_0x1ae437,_0x1987d9(0x82),()=>this[_0x1987d9(0x7b)]()),this[_0x1987d9(0x76)](_0x1ae437,_0x1987d9(0x7c),()=>this[_0x1987d9(0x6e)]()),this[_0x1987d9(0x76)](_0x1ae437,_0x1987d9(0x78),()=>this[_0x1987d9(0x84)]()),this[_0x1987d9(0x76)](_0x1ae437,_0x1987d9(0x87),(_0x388e73,_0x59a8aa)=>this[_0x1987d9(0x87)](_0x59a8aa)),this[_0x1987d9(0x76)](_0x1ae437,_0x1987d9(0x7f),(_0x27218d,_0x241efd,_0xa2e10b)=>this[_0x1987d9(0x7f)](_0x241efd,_0xa2e10b)),this[_0x1987d9(0x76)](_0x1ae437,_0x1987d9(0x88),(_0x571c5f,_0x2db9fb)=>this[_0x1987d9(0x88)](_0x2db9fb));}[_0xc76865(0x73)](){var _0x319c75=_0xc76865;this[_0x319c75(0x71)][_0x319c75(0x73)]();}[_0xc76865(0x7b)](){var _0x153162=_0xc76865;this[_0x153162(0x71)][_0x153162(0x7b)]();}[_0xc76865(0x6e)](){var _0x41e1b9=_0xc76865;this[_0x41e1b9(0x71)][_0x41e1b9(0x74)]||this[_0x41e1b9(0x71)][_0x41e1b9(0x6e)]();}[_0xc76865(0x84)](){var _0x9c6698=_0xc76865;this[_0x9c6698(0x71)][_0x9c6698(0x74)]&&this[_0x9c6698(0x71)][_0x9c6698(0x84)]();}[_0xc76865(0x87)](_0x5209fd){var _0x46c8f8=_0xc76865;this[_0x46c8f8(0x71)][_0x46c8f8(0x87)]({'content':_0x5209fd,'authorId':this[_0x46c8f8(0x83)][_0x46c8f8(0x7d)]['id']});}[_0xc76865(0x7f)](_0x39dd14,_0x4b2e0d){var _0x1aa76d=_0xc76865;this[_0x1aa76d(0x71)][_0x1aa76d(0x7e)](_0x39dd14)[_0x1aa76d(0x77)]({'content':_0x4b2e0d});}[_0xc76865(0x88)](_0x4235cd){var _0x47899f=_0xc76865;this[_0x47899f(0x71)][_0x47899f(0x7e)](_0x4235cd)[_0x47899f(0x7b)]();}[_0xc76865(0x79)](){var _0x222433=_0xc76865;this[_0x222433(0x72)](),this[_0x222433(0x71)][_0x222433(0x70)]=!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 _0x3d877b=_0x13da;function _0x3e3f(){const _0x168f1f=['value','locale','commentThreadHeaderView','Reply\x20to\x20reopen\x20discussion...','commentsListView','addComment','change:isActive','showInput','unlinkedAt','focus','length','isResolvable','_localUser','_config','commentInputView','1371940gLVIhH','_model','assign','submit','reopenCommentThread','editorDestroyed','91TMltmP','5Jeqyei','isDirty','canComment','editorReady','destroy','stop','26TsRGSX','270151ESHVUM','Write\x20a\x20comment...','commentThreadInputView','removeCommentThread','Comment','Reply','1081672vnnMQm','_createCommentThreadInputView','disabledSubmit','8658966qNXgAz','isActive','fire','6852btcCVT','placeholder','set','listenTo','9UxvesR','19899880sLFzCD','isReadOnly','removeComment','element','cancel','submitLabel','6QzddxA','delegate','hasDirtyComment','isSubmitted','isResolved','Reply...','bind','5181510HPCsdS','updateComment','submitCommentThread','12001vECkLd','resolveCommentThread','archivedAt','6VxEPSN','editorConfig','isUnlinked','CommentView'];_0x3e3f=function(){return _0x168f1f;};return _0x3e3f();}function _0x13da(_0x18c618,_0x2700bd){const _0x3e3fed=_0x3e3f();return _0x13da=function(_0x13daa7,_0x9c6e00){_0x13daa7=_0x13daa7-0x68;let _0x2b52b5=_0x3e3fed[_0x13daa7];return _0x2b52b5;},_0x13da(_0x18c618,_0x2700bd);}(function(_0x1fdc1e,_0x1c9a72){const _0x67665d=_0x13da,_0x14e3ee=_0x1fdc1e();while(!![]){try{const _0x3ddb08=-parseInt(_0x67665d(0xac))/0x1*(-parseInt(_0x67665d(0x8b))/0x2)+parseInt(_0x67665d(0x7e))/0x3*(-parseInt(_0x67665d(0x9e))/0x4)+parseInt(_0x67665d(0xa5))/0x5*(-parseInt(_0x67665d(0x70))/0x6)+-parseInt(_0x67665d(0xa4))/0x7*(parseInt(_0x67665d(0x6d))/0x8)+-parseInt(_0x67665d(0x77))/0x9*(-parseInt(_0x67665d(0x85))/0xa)+-parseInt(_0x67665d(0x88))/0xb*(-parseInt(_0x67665d(0x73))/0xc)+parseInt(_0x67665d(0xab))/0xd*(parseInt(_0x67665d(0x78))/0xe);if(_0x3ddb08===_0x1c9a72)break;else _0x14e3ee['push'](_0x14e3ee['shift']());}catch(_0x38158c){_0x14e3ee['push'](_0x14e3ee['shift']());}}}(_0x3e3f,0xdd925));import{View as _0x243cae}from'ckeditor5/src/ui.js';import _0x3e8605 from'./commentthreadinputview.js';import _0x12e2c5 from'./commentslistview.js';import _0x1b7548 from'./commentthreadheaderview.js';import{getTranslation as _0x2fd80d}from'../../../utils/common-translations.js';export default class ti extends _0x243cae{constructor(_0x1735ff,_0x139ff4,_0x144a31,_0x341daa){const _0x5c7999=_0x13da;super(_0x1735ff),this[_0x5c7999(0x75)](_0x5c7999(0x71),!0x1),this[_0x5c7999(0x75)](_0x5c7999(0xa6),!0x1),this[_0x5c7999(0x9f)]=_0x139ff4,this[_0x5c7999(0x9b)]=_0x144a31,this[_0x5c7999(0x9c)]=_0x341daa,this[_0x5c7999(0x91)]=new _0x1b7548(_0x1735ff,_0x139ff4),this[_0x5c7999(0x91)][_0x5c7999(0x7f)](_0x5c7999(0xa2))['to'](this),this[_0x5c7999(0x76)](this,_0x5c7999(0xa2),()=>{const _0x3d31b7=_0x5c7999;this[_0x3d31b7(0x98)]();}),this[_0x5c7999(0x93)]=new _0x12e2c5(_0x1735ff,_0x139ff4,Object[_0x5c7999(0xa0)]({'CommentView':this[_0x5c7999(0x9c)][_0x5c7999(0x8e)]},_0x341daa)),this[_0x5c7999(0x93)][_0x5c7999(0x7f)](_0x5c7999(0x7a))['to'](this),this[_0x5c7999(0x93)][_0x5c7999(0x7f)](_0x5c7999(0x86))['to'](this),this[_0x5c7999(0x93)][_0x5c7999(0x7f)](_0x5c7999(0x89))['to'](this),this[_0x5c7999(0x93)][_0x5c7999(0x7f)](_0x5c7999(0xa8))['to'](this),this[_0x5c7999(0x93)][_0x5c7999(0x7f)](_0x5c7999(0xa3))['to'](this),this[_0x5c7999(0x93)][_0x5c7999(0x84)](_0x5c7999(0x71))['to'](this),this[_0x5c7999(0x76)](this,_0x5c7999(0x89),()=>{const _0x20e8c4=_0x5c7999;this[_0x20e8c4(0x98)]();}),this[_0x5c7999(0x75)](_0x5c7999(0x99),this[_0x5c7999(0x93)][_0x5c7999(0x99)]),this[_0x5c7999(0x84)](_0x5c7999(0x99))['to'](this[_0x5c7999(0x93)],_0x5c7999(0x99)),this[_0x5c7999(0x69)]=this[_0x5c7999(0x6e)](),this[_0x5c7999(0x69)][_0x5c7999(0x7f)](_0x5c7999(0xa8))['to'](this),this[_0x5c7999(0x69)][_0x5c7999(0x7f)](_0x5c7999(0xa3))['to'](this),this['on'](_0x5c7999(0x7a),()=>this[_0x5c7999(0x98)]()),this[_0x5c7999(0x84)](_0x5c7999(0xa6))['to'](this[_0x5c7999(0x93)],_0x5c7999(0x80),this[_0x5c7999(0x69)][_0x5c7999(0x9d)],_0x5c7999(0x8f),(_0x40daa5,_0x3e2708)=>_0x40daa5||!!_0x3e2708),this[_0x5c7999(0x84)](_0x5c7999(0x8d))['to'](_0x139ff4,_0x5c7999(0x97),_0x366429=>!!_0x366429);}[_0x3d877b(0x98)](){const _0x8364fb=_0x3d877b;this[_0x8364fb(0x7b)][_0x8364fb(0x98)]();}async[_0x3d877b(0xa9)](){const _0x20ac48=_0x3d877b;this[_0x20ac48(0xa6)]=!0x1,this[_0x20ac48(0x93)][_0x20ac48(0xa9)](),await this[_0x20ac48(0x69)][_0x20ac48(0xa9)](),super[_0x20ac48(0xa9)]();}[_0x3d877b(0x6e)](){const _0x53ca50=_0x3d877b,_0x200b6b=new _0x3e8605(this[_0x53ca50(0x90)],this[_0x53ca50(0x9b)],this[_0x53ca50(0x9c)][_0x53ca50(0x8c)]),_0x3963fd=_0x200b6b[_0x53ca50(0x9d)];return _0x200b6b[_0x53ca50(0x84)](_0x53ca50(0x96))['to'](this,_0x53ca50(0x71),this[_0x53ca50(0x9f)],_0x53ca50(0x79),this[_0x53ca50(0x9f)],_0x53ca50(0xa7),this[_0x53ca50(0x9f)],_0x53ca50(0x8a),_0x3963fd,_0x53ca50(0x8f),(_0xf290b5,_0x39828a,_0x58d22d,_0x165511,_0x42e648)=>!!_0x42e648||!!_0x165511&&_0x58d22d&&!_0x39828a||_0xf290b5&&_0x58d22d&&!_0x39828a),_0x3963fd[_0x53ca50(0x84)](_0x53ca50(0x74))['to'](this,_0x53ca50(0x99),this[_0x53ca50(0x9f)],_0x53ca50(0x9a),this[_0x53ca50(0x9f)],_0x53ca50(0x82),(_0x32fe11,_0x4ec640,_0x25c494)=>{const _0x3d1c03=_0x53ca50;let _0x1e782d;return _0x1e782d=_0x25c494&&_0x4ec640?_0x3d1c03(0x92):_0x32fe11?_0x3d1c03(0x83):_0x3d1c03(0x68),_0x2fd80d(this[_0x3d1c03(0x90)],_0x1e782d);}),_0x3963fd[_0x53ca50(0x84)](_0x53ca50(0x7d))['to'](this,_0x53ca50(0x99),_0x5ed283=>_0x2fd80d(this[_0x53ca50(0x90)],_0x5ed283?_0x53ca50(0x6c):_0x53ca50(0x6b))),_0x3963fd['on'](_0x53ca50(0xa1),(_0x3c2016,_0x56d28a)=>{const _0x440df1=_0x53ca50;this[_0x440df1(0x72)](_0x440df1(0x94),_0x56d28a),this[_0x440df1(0x9f)][_0x440df1(0x82)]&&this[_0x440df1(0x9f)][_0x440df1(0x9a)]&&this[_0x440df1(0x72)](_0x440df1(0xa2),this[_0x440df1(0x9f)]['id']),this[_0x440df1(0x9f)][_0x440df1(0x81)]||this[_0x440df1(0x72)](_0x440df1(0x87));}),_0x3963fd['on'](_0x53ca50(0x7c),()=>{const _0xbda03a=_0x53ca50;this[_0xbda03a(0x98)]();}),_0x3963fd[_0x53ca50(0x84)](_0x53ca50(0x6f))['to'](this[_0x53ca50(0x9f)],_0x53ca50(0x79)),_0x3963fd['on'](_0x53ca50(0x7c),_0x7a8e5f=>{const _0xb5ebd0=_0x53ca50;0x0==this[_0xb5ebd0(0x99)]&&(this[_0xb5ebd0(0x72)](_0xb5ebd0(0x6a)),_0x7a8e5f[_0xb5ebd0(0xaa)]());}),this['on'](_0x53ca50(0x95),(_0x1ced70,_0x4ca068,_0x5f4e0a)=>{const _0x967453=_0x53ca50;_0x5f4e0a||this[_0x967453(0x99)]||_0x3963fd[_0x967453(0x8f)]||this[_0x967453(0x72)](_0x967453(0x6a));}),_0x200b6b;}}
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 _0x4687f4=_0x36f2;function _0x58e8(){const _0x331e6b=['createCollection','switchToEditMode','5836280LZyDpG','value','delegate','isCollapsed','4EmzEPd','_createCommentInputView','5462807PJzRBH','_createCommentContentView','switchToDisplayMode','6472233yCrKJD','bind','isReadOnly','destroy','set','Save','updateComment','_config','cancel','submitLabel','initialData','content','editorDestroyed','isEditMode','submit','collapse','_model','fire','25038qHwZmi','isSystemComment','12GTxdvQ','editorConfig','once','locale','73ZarChS','1600080zHhhrg','disabledSubmit','maxCommentCharsWhenCollapsed','expand','element','createEditor','editorReady','focus','20736350AsvoIb','remove','visibleView','13811224dPzZOI','get','add'];_0x58e8=function(){return _0x331e6b;};return _0x58e8();}(function(_0x1e8caf,_0x3ac286){const _0x9ea43=_0x36f2,_0x29000d=_0x1e8caf();while(!![]){try{const _0x4143bc=parseInt(_0x9ea43(0x12d))/0x1*(-parseInt(_0x9ea43(0x127))/0x2)+-parseInt(_0x9ea43(0x12e))/0x3+-parseInt(_0x9ea43(0x110))/0x4*(-parseInt(_0x9ea43(0x10c))/0x5)+parseInt(_0x9ea43(0x129))/0x6*(parseInt(_0x9ea43(0x112))/0x7)+-parseInt(_0x9ea43(0x107))/0x8+-parseInt(_0x9ea43(0x115))/0x9+parseInt(_0x9ea43(0x136))/0xa;if(_0x4143bc===_0x3ac286)break;else _0x29000d['push'](_0x29000d['shift']());}catch(_0x52e569){_0x29000d['push'](_0x29000d['shift']());}}}(_0x58e8,0xdde6a));function _0x36f2(_0x5201fe,_0x51d80e){const _0x58e89f=_0x58e8();return _0x36f2=function(_0x36f2c4,_0x51eae5){_0x36f2c4=_0x36f2c4-0x105;let _0x4633c4=_0x58e89f[_0x36f2c4];return _0x4633c4;},_0x36f2(_0x5201fe,_0x51d80e);}import{View as _0x1177ba}from'ckeditor5/src/ui.js';import{trimHtml as _0x171635}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3ed5b1 from'./commentcontentview.js';import _0x1f04f0 from'./commentinputview.js';import{getTranslation as _0x2ec8cd}from'../../../utils/common-translations.js';export default class oi extends _0x1177ba{constructor(_0x3c7d52,_0xd37a21,_0x13ba32){const _0x4c8feb=_0x36f2;super(_0x3c7d52),this[_0x4c8feb(0x125)]=_0xd37a21,this[_0x4c8feb(0x11c)]=_0x13ba32,this[_0x4c8feb(0x128)]=!!this[_0x4c8feb(0x11c)][_0x4c8feb(0x128)],this[_0x4c8feb(0x119)](_0x4c8feb(0x122),!0x1),this[_0x4c8feb(0x119)](_0x4c8feb(0x10f),!0x0),this[_0x4c8feb(0x106)]=this[_0x4c8feb(0x10a)](),this[_0x4c8feb(0x106)][_0x4c8feb(0x109)](this[_0x4c8feb(0x113)]());}[_0x4687f4(0x131)](){const _0x32d481=_0x4687f4;this[_0x32d481(0x10f)]=!0x1;}[_0x4687f4(0x124)](){const _0x3f46e0=_0x4687f4;this[_0x3f46e0(0x122)]||(this[_0x3f46e0(0x10f)]=!0x0);}[_0x4687f4(0x135)](){const _0x23678e=_0x4687f4;this[_0x23678e(0x132)][_0x23678e(0x135)]();}async[_0x4687f4(0x118)](){const _0x357f7b=_0x4687f4;await this[_0x357f7b(0x106)][_0x357f7b(0x108)](0x0)[_0x357f7b(0x118)](),super[_0x357f7b(0x118)]();}[_0x4687f4(0x10b)](){const _0x46b024=_0x4687f4;this[_0x46b024(0x122)]||(this[_0x46b024(0x122)]=!0x0,this[_0x46b024(0x106)][_0x46b024(0x105)](0x0)[_0x46b024(0x118)](),this[_0x46b024(0x106)][_0x46b024(0x109)](this[_0x46b024(0x111)]()));}[_0x4687f4(0x114)](){const _0x196482=_0x4687f4;this[_0x196482(0x122)]&&(this[_0x196482(0x122)]=!0x1,this[_0x196482(0x106)][_0x196482(0x105)](0x0)[_0x196482(0x118)](),this[_0x196482(0x106)][_0x196482(0x109)](this[_0x196482(0x113)]()));}[_0x4687f4(0x113)](){const _0x26977f=_0x4687f4,_0x2db79b=new _0x3ed5b1(this[_0x26977f(0x12c)]);return _0x2db79b[_0x26977f(0x116)](_0x26977f(0x120))['to'](this[_0x26977f(0x125)],_0x26977f(0x120),this,_0x26977f(0x10f),(_0x343389,_0x30360b)=>_0x30360b?_0x171635(_0x343389,{'limit':this[_0x26977f(0x11c)][_0x26977f(0x130)]}):_0x343389),_0x2db79b;}[_0x4687f4(0x111)](){const _0x3277ef=_0x4687f4;this[_0x3277ef(0x11c)][_0x3277ef(0x12a)]||(this[_0x3277ef(0x11c)][_0x3277ef(0x12a)]={}),this[_0x3277ef(0x11c)][_0x3277ef(0x12a)][_0x3277ef(0x11f)]=this[_0x3277ef(0x125)][_0x3277ef(0x120)];const _0x578547=new _0x1f04f0(this[_0x3277ef(0x12c)],this[_0x3277ef(0x11c)][_0x3277ef(0x12a)]);return _0x578547[_0x3277ef(0x10d)]=this[_0x3277ef(0x125)][_0x3277ef(0x120)],_0x578547[_0x3277ef(0x116)](_0x3277ef(0x12f))['to'](this[_0x3277ef(0x125)],_0x3277ef(0x117)),_0x578547[_0x3277ef(0x11e)]=_0x2ec8cd(this[_0x3277ef(0x12c)],_0x3277ef(0x11a)),_0x578547['on'](_0x3277ef(0x123),(_0x43eb46,_0x2c483c)=>{const _0x3cc691=_0x3277ef;this[_0x3cc691(0x126)](_0x3cc691(0x11b),this[_0x3cc691(0x125)]['id'],_0x2c483c),this[_0x3cc691(0x114)](),this[_0x3cc691(0x135)]();}),_0x578547['on'](_0x3277ef(0x11d),()=>{const _0x4fb7f8=_0x3277ef;this[_0x4fb7f8(0x114)](),this[_0x4fb7f8(0x135)]();}),_0x578547[_0x3277ef(0x12b)](_0x3277ef(0x134),()=>{const _0x541a0f=_0x3277ef;_0x578547[_0x541a0f(0x135)]();}),_0x578547[_0x3277ef(0x133)](),_0x578547[_0x3277ef(0x10e)](_0x3277ef(0x134))['to'](this),_0x578547[_0x3277ef(0x10e)](_0x3277ef(0x121))['to'](this),_0x578547;}}
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 _0x46c2(_0x241f27,_0x1e3101){const _0x5d6640=_0x5d66();return _0x46c2=function(_0x46c209,_0x2b531c){_0x46c209=_0x46c209-0x1c7;let _0x4dc491=_0x5d6640[_0x46c209];return _0x4dc491;},_0x46c2(_0x241f27,_0x1e3101);}(function(_0x1d38a0,_0x35266f){const _0xd133c6=_0x46c2,_0xc27d53=_0x1d38a0();while(!![]){try{const _0x1bdde8=parseInt(_0xd133c6(0x1cf))/0x1+parseInt(_0xd133c6(0x1d2))/0x2+parseInt(_0xd133c6(0x1ce))/0x3+parseInt(_0xd133c6(0x1d1))/0x4*(parseInt(_0xd133c6(0x1ca))/0x5)+parseInt(_0xd133c6(0x1cd))/0x6+-parseInt(_0xd133c6(0x1d0))/0x7+-parseInt(_0xd133c6(0x1d4))/0x8;if(_0x1bdde8===_0x35266f)break;else _0xc27d53['push'](_0xc27d53['shift']());}catch(_0x237352){_0xc27d53['push'](_0xc27d53['shift']());}}}(_0x5d66,0xac653));import{View as _0x542bdd}from'ckeditor5/src/ui.js';function _0x5d66(){const _0x5d7716=['1779880dOWRut','348770zXsgRL','set','22588224wGdKes','count','ck-thread__comment-count','NUMBER_OF_COMMENTS','15uJmDqo','setTemplate','bindTemplate','3976074DUQYIc','3026952cWmBtV','1319438fsdYFs','6795159aNGwmO'];_0x5d66=function(){return _0x5d7716;};return _0x5d66();}import{getTranslation as _0x54012b}from'../../../utils/common-translations.js';export default class ts extends _0x542bdd{constructor(_0x53b7c7){const _0x27aaab=_0x46c2;super(_0x53b7c7);const _0x1fa16c=this[_0x27aaab(0x1cc)];this[_0x27aaab(0x1d3)](_0x27aaab(0x1c7),void 0x0),this[_0x27aaab(0x1cb)]({'tag':'li','attributes':{'class':_0x27aaab(0x1c8)},'children':[{'text':_0x1fa16c['to'](_0x27aaab(0x1c7),_0x43e42d=>_0x54012b(_0x53b7c7,_0x27aaab(0x1c9),_0x43e42d))}]});}}
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
- var _0x51e89d=_0x1b1c;function _0x2382(){var _0x48caaa=['776BLZYWD','8CWpNQS','ck-content','339AxJPJw','div','element','innerHTML','195790xHAbsO','390942JOIBom','906684wKJHjt','249548IBuOLO','ck-comment__content','setTemplate','799599eqsdOl','66269YHcysX','ck-annotation__content','set','render','change:content','content'];_0x2382=function(){return _0x48caaa;};return _0x2382();}(function(_0x2fd76c,_0x5510bf){var _0x4044dc=_0x1b1c,_0x27df6e=_0x2fd76c();while(!![]){try{var _0x131d6d=-parseInt(_0x4044dc(0xc6))/0x1*(parseInt(_0x4044dc(0xc3))/0x2)+parseInt(_0x4044dc(0xd0))/0x3+parseInt(_0x4044dc(0xcd))/0x4+parseInt(_0x4044dc(0xca))/0x5+-parseInt(_0x4044dc(0xcc))/0x6+-parseInt(_0x4044dc(0xd1))/0x7*(-parseInt(_0x4044dc(0xc4))/0x8)+parseInt(_0x4044dc(0xcb))/0x9;if(_0x131d6d===_0x5510bf)break;else _0x27df6e['push'](_0x27df6e['shift']());}catch(_0x38fd1e){_0x27df6e['push'](_0x27df6e['shift']());}}}(_0x2382,0x21c61));function _0x1b1c(_0x4dd3cf,_0x1b1c0b){var _0x2382d8=_0x2382();return _0x1b1c=function(_0x1b1c95,_0x328a26){_0x1b1c95=_0x1b1c95-0xc1;var _0x3d376e=_0x2382d8[_0x1b1c95];return _0x3d376e;},_0x1b1c(_0x4dd3cf,_0x1b1c0b);}import{View as _0x35d2a9}from'ckeditor5/src/ui.js';export default class si extends _0x35d2a9{constructor(_0x4c6294){var _0xdaa05e=_0x1b1c;super(_0x4c6294),this[_0xdaa05e(0xd3)](_0xdaa05e(0xc2),''),this[_0xdaa05e(0xcf)]({'tag':_0xdaa05e(0xc7),'attributes':{'class':[_0xdaa05e(0xc5),_0xdaa05e(0xce),_0xdaa05e(0xd2)]}});}[_0x51e89d(0xd4)](){var _0x2f56a3=_0x51e89d;super[_0x2f56a3(0xd4)](),this['on'](_0x2f56a3(0xc1),(_0x3419f1,_0x545069,_0x3d08ee)=>{var _0x3b209b=_0x2f56a3;this[_0x3b209b(0xc8)][_0x3b209b(0xc9)]=_0x3d08ee;}),this[_0x2f56a3(0xc8)][_0x2f56a3(0xc9)]=this[_0x2f56a3(0xc2)];}}
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)];}}