@ckeditor/ckeditor5-comments 44.0.0 → 44.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/annotations/annotation.d.ts +1 -1
  3. package/dist/annotations/annotationcollection.d.ts +1 -1
  4. package/dist/annotations/annotations.d.ts +1 -1
  5. package/dist/annotations/annotationsuis.d.ts +1 -1
  6. package/dist/annotations/editorannotations.d.ts +1 -1
  7. package/dist/annotations/inlineannotations.d.ts +1 -1
  8. package/dist/annotations/narrowsidebar.d.ts +1 -1
  9. package/dist/annotations/sidebar.d.ts +1 -1
  10. package/dist/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  11. package/dist/annotations/view/annotationview.d.ts +1 -1
  12. package/dist/annotations/view/sidebaritemview.d.ts +1 -1
  13. package/dist/annotations/view/sidebarview.d.ts +1 -1
  14. package/dist/annotations/widesidebar.d.ts +1 -1
  15. package/dist/augmentation.d.ts +1 -1
  16. package/dist/comments/addcommentthreadcommand.d.ts +1 -1
  17. package/dist/comments/commentsarchive.d.ts +1 -1
  18. package/dist/comments/commentsarchiveui.d.ts +1 -1
  19. package/dist/comments/commentsediting.d.ts +3 -2
  20. package/dist/comments/commentsrepository.d.ts +1 -1
  21. package/dist/comments/commentsui.d.ts +1 -1
  22. package/dist/comments/integrations/clipboard.d.ts +1 -1
  23. package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  24. package/dist/comments/integrations/importword.d.ts +1 -1
  25. package/dist/comments/integrations/showcommenthighlights.d.ts +23 -0
  26. package/dist/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  27. package/dist/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  28. package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  29. package/dist/comments/ui/commentthreadcontroller.d.ts +1 -1
  30. package/dist/comments/ui/view/basecommentthreadview.d.ts +1 -1
  31. package/dist/comments/ui/view/basecommentview.d.ts +1 -1
  32. package/dist/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  33. package/dist/comments/ui/view/commentcontentview.d.ts +1 -1
  34. package/dist/comments/ui/view/commentinputview.d.ts +1 -1
  35. package/dist/comments/ui/view/commentsarchiveview.d.ts +1 -1
  36. package/dist/comments/ui/view/commentslistview.d.ts +1 -1
  37. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  38. package/dist/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  39. package/dist/comments/ui/view/commentthreadinputview.d.ts +1 -1
  40. package/dist/comments/ui/view/commentthreadview.d.ts +1 -1
  41. package/dist/comments/ui/view/commentview.d.ts +1 -1
  42. package/dist/comments.d.ts +1 -1
  43. package/dist/commentsonly.d.ts +1 -1
  44. package/dist/config.d.ts +1 -1
  45. package/dist/index-content.css +30 -0
  46. package/dist/index-editor.css +0 -27
  47. package/dist/index.css +19 -19
  48. package/dist/index.d.ts +1 -1
  49. package/dist/index.js +9 -9
  50. package/dist/translations/af.js +1 -1
  51. package/dist/translations/af.umd.js +1 -1
  52. package/dist/translations/ar.js +1 -1
  53. package/dist/translations/ar.umd.js +1 -1
  54. package/dist/translations/ast.js +1 -1
  55. package/dist/translations/ast.umd.js +1 -1
  56. package/dist/translations/az.js +1 -1
  57. package/dist/translations/az.umd.js +1 -1
  58. package/dist/translations/bg.js +1 -1
  59. package/dist/translations/bg.umd.js +1 -1
  60. package/dist/translations/bn.js +1 -1
  61. package/dist/translations/bn.umd.js +1 -1
  62. package/dist/translations/bs.js +1 -1
  63. package/dist/translations/bs.umd.js +1 -1
  64. package/dist/translations/ca.js +1 -1
  65. package/dist/translations/ca.umd.js +1 -1
  66. package/dist/translations/cs.js +1 -1
  67. package/dist/translations/cs.umd.js +1 -1
  68. package/dist/translations/da.js +1 -1
  69. package/dist/translations/da.umd.js +1 -1
  70. package/dist/translations/de-ch.js +1 -1
  71. package/dist/translations/de-ch.umd.js +1 -1
  72. package/dist/translations/de.js +1 -1
  73. package/dist/translations/de.umd.js +1 -1
  74. package/dist/translations/el.js +1 -1
  75. package/dist/translations/el.umd.js +1 -1
  76. package/dist/translations/en-au.js +1 -1
  77. package/dist/translations/en-au.umd.js +1 -1
  78. package/dist/translations/en-gb.js +1 -1
  79. package/dist/translations/en-gb.umd.js +1 -1
  80. package/dist/translations/en.js +1 -1
  81. package/dist/translations/en.umd.js +1 -1
  82. package/dist/translations/eo.js +1 -1
  83. package/dist/translations/eo.umd.js +1 -1
  84. package/dist/translations/es-co.js +1 -1
  85. package/dist/translations/es-co.umd.js +1 -1
  86. package/dist/translations/es.js +1 -1
  87. package/dist/translations/es.umd.js +1 -1
  88. package/dist/translations/et.js +1 -1
  89. package/dist/translations/et.umd.js +1 -1
  90. package/dist/translations/eu.js +1 -1
  91. package/dist/translations/eu.umd.js +1 -1
  92. package/dist/translations/fa.js +1 -1
  93. package/dist/translations/fa.umd.js +1 -1
  94. package/dist/translations/fi.js +1 -1
  95. package/dist/translations/fi.umd.js +1 -1
  96. package/dist/translations/fr.js +1 -1
  97. package/dist/translations/fr.umd.js +1 -1
  98. package/dist/translations/gl.js +1 -1
  99. package/dist/translations/gl.umd.js +1 -1
  100. package/dist/translations/gu.js +1 -1
  101. package/dist/translations/gu.umd.js +1 -1
  102. package/dist/translations/he.js +1 -1
  103. package/dist/translations/he.umd.js +1 -1
  104. package/dist/translations/hi.js +1 -1
  105. package/dist/translations/hi.umd.js +1 -1
  106. package/dist/translations/hr.js +1 -1
  107. package/dist/translations/hr.umd.js +1 -1
  108. package/dist/translations/hu.js +1 -1
  109. package/dist/translations/hu.umd.js +1 -1
  110. package/dist/translations/hy.js +1 -1
  111. package/dist/translations/hy.umd.js +1 -1
  112. package/dist/translations/id.js +1 -1
  113. package/dist/translations/id.umd.js +1 -1
  114. package/dist/translations/it.js +1 -1
  115. package/dist/translations/it.umd.js +1 -1
  116. package/dist/translations/ja.js +1 -1
  117. package/dist/translations/ja.umd.js +1 -1
  118. package/dist/translations/jv.js +1 -1
  119. package/dist/translations/jv.umd.js +1 -1
  120. package/dist/translations/kk.js +1 -1
  121. package/dist/translations/kk.umd.js +1 -1
  122. package/dist/translations/km.js +1 -1
  123. package/dist/translations/km.umd.js +1 -1
  124. package/dist/translations/kn.js +1 -1
  125. package/dist/translations/kn.umd.js +1 -1
  126. package/dist/translations/ko.js +1 -1
  127. package/dist/translations/ko.umd.js +1 -1
  128. package/dist/translations/ku.js +1 -1
  129. package/dist/translations/ku.umd.js +1 -1
  130. package/dist/translations/lt.js +1 -1
  131. package/dist/translations/lt.umd.js +1 -1
  132. package/dist/translations/lv.js +1 -1
  133. package/dist/translations/lv.umd.js +1 -1
  134. package/dist/translations/ms.js +1 -1
  135. package/dist/translations/ms.umd.js +1 -1
  136. package/dist/translations/nb.js +1 -1
  137. package/dist/translations/nb.umd.js +1 -1
  138. package/dist/translations/ne.js +1 -1
  139. package/dist/translations/ne.umd.js +1 -1
  140. package/dist/translations/nl.js +1 -1
  141. package/dist/translations/nl.umd.js +1 -1
  142. package/dist/translations/no.js +1 -1
  143. package/dist/translations/no.umd.js +1 -1
  144. package/dist/translations/oc.js +1 -1
  145. package/dist/translations/oc.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/si.js +1 -1
  157. package/dist/translations/si.umd.js +1 -1
  158. package/dist/translations/sk.js +1 -1
  159. package/dist/translations/sk.umd.js +1 -1
  160. package/dist/translations/sl.js +1 -1
  161. package/dist/translations/sl.umd.js +1 -1
  162. package/dist/translations/sq.js +1 -1
  163. package/dist/translations/sq.umd.js +1 -1
  164. package/dist/translations/sr-latn.js +1 -1
  165. package/dist/translations/sr-latn.umd.js +1 -1
  166. package/dist/translations/sr.js +1 -1
  167. package/dist/translations/sr.umd.js +1 -1
  168. package/dist/translations/sv.js +1 -1
  169. package/dist/translations/sv.umd.js +1 -1
  170. package/dist/translations/th.js +1 -1
  171. package/dist/translations/th.umd.js +1 -1
  172. package/dist/translations/ti.js +1 -1
  173. package/dist/translations/ti.umd.js +1 -1
  174. package/dist/translations/tk.js +1 -1
  175. package/dist/translations/tk.umd.js +1 -1
  176. package/dist/translations/tr.js +1 -1
  177. package/dist/translations/tr.umd.js +1 -1
  178. package/dist/translations/tt.js +1 -1
  179. package/dist/translations/tt.umd.js +1 -1
  180. package/dist/translations/ug.js +1 -1
  181. package/dist/translations/ug.umd.js +1 -1
  182. package/dist/translations/uk.js +1 -1
  183. package/dist/translations/uk.umd.js +1 -1
  184. package/dist/translations/ur.js +1 -1
  185. package/dist/translations/ur.umd.js +1 -1
  186. package/dist/translations/uz.js +1 -1
  187. package/dist/translations/uz.umd.js +1 -1
  188. package/dist/translations/vi.js +1 -1
  189. package/dist/translations/vi.umd.js +1 -1
  190. package/dist/translations/zh-cn.js +1 -1
  191. package/dist/translations/zh-cn.umd.js +1 -1
  192. package/dist/translations/zh.js +1 -1
  193. package/dist/translations/zh.umd.js +1 -1
  194. package/dist/utils/common-translations.d.ts +1 -1
  195. package/dist/utils/createmutationobserver.d.ts +1 -1
  196. package/package.json +16 -15
  197. package/src/annotations/annotation.d.ts +1 -1
  198. package/src/annotations/annotation.js +2 -2
  199. package/src/annotations/annotationcollection.d.ts +1 -1
  200. package/src/annotations/annotationcollection.js +1 -1
  201. package/src/annotations/annotations.d.ts +1 -1
  202. package/src/annotations/annotations.js +1 -1
  203. package/src/annotations/annotationsuis.d.ts +1 -1
  204. package/src/annotations/annotationsuis.js +1 -1
  205. package/src/annotations/editorannotations.d.ts +1 -1
  206. package/src/annotations/editorannotations.js +1 -1
  207. package/src/annotations/inlineannotations.d.ts +1 -1
  208. package/src/annotations/inlineannotations.js +1 -1
  209. package/src/annotations/narrowsidebar.d.ts +1 -1
  210. package/src/annotations/narrowsidebar.js +1 -1
  211. package/src/annotations/sidebar.d.ts +1 -1
  212. package/src/annotations/sidebar.js +1 -1
  213. package/src/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  214. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  215. package/src/annotations/view/annotationview.d.ts +1 -1
  216. package/src/annotations/view/annotationview.js +1 -1
  217. package/src/annotations/view/sidebaritemview.d.ts +1 -1
  218. package/src/annotations/view/sidebaritemview.js +1 -1
  219. package/src/annotations/view/sidebarview.d.ts +1 -1
  220. package/src/annotations/view/sidebarview.js +1 -1
  221. package/src/annotations/widesidebar.d.ts +1 -1
  222. package/src/annotations/widesidebar.js +1 -1
  223. package/src/augmentation.d.ts +1 -1
  224. package/src/comments/addcommentthreadcommand.d.ts +1 -1
  225. package/src/comments/addcommentthreadcommand.js +1 -1
  226. package/src/comments/commentsarchive.d.ts +1 -1
  227. package/src/comments/commentsarchive.js +1 -1
  228. package/src/comments/commentsarchiveui.d.ts +1 -1
  229. package/src/comments/commentsarchiveui.js +1 -1
  230. package/src/comments/commentsediting.d.ts +3 -2
  231. package/src/comments/commentsediting.js +1 -1
  232. package/src/comments/commentsrepository.d.ts +1 -1
  233. package/src/comments/commentsrepository.js +3 -3
  234. package/src/comments/commentsui.d.ts +1 -1
  235. package/src/comments/commentsui.js +1 -1
  236. package/src/comments/integrations/clipboard.d.ts +1 -1
  237. package/src/comments/integrations/clipboard.js +1 -1
  238. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  239. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  240. package/src/comments/integrations/importword.d.ts +1 -1
  241. package/src/comments/integrations/importword.js +1 -1
  242. package/src/comments/integrations/showcommenthighlights.d.ts +19 -0
  243. package/src/comments/integrations/showcommenthighlights.js +23 -0
  244. package/src/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  245. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  246. package/src/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  247. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  248. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  249. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  250. package/src/comments/ui/commentthreadcontroller.d.ts +1 -1
  251. package/src/comments/ui/commentthreadcontroller.js +2 -2
  252. package/src/comments/ui/view/basecommentthreadview.d.ts +1 -1
  253. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  254. package/src/comments/ui/view/basecommentview.d.ts +1 -1
  255. package/src/comments/ui/view/basecommentview.js +1 -1
  256. package/src/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  257. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  258. package/src/comments/ui/view/commentcontentview.d.ts +1 -1
  259. package/src/comments/ui/view/commentcontentview.js +1 -1
  260. package/src/comments/ui/view/commentinputview.d.ts +1 -1
  261. package/src/comments/ui/view/commentinputview.js +1 -1
  262. package/src/comments/ui/view/commentsarchiveview.d.ts +1 -1
  263. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  264. package/src/comments/ui/view/commentslistview.d.ts +1 -1
  265. package/src/comments/ui/view/commentslistview.js +1 -1
  266. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  267. package/src/comments/ui/view/commentthreadheadercontextview.js +1 -1
  268. package/src/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  269. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  270. package/src/comments/ui/view/commentthreadinputview.d.ts +1 -1
  271. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  272. package/src/comments/ui/view/commentthreadview.d.ts +1 -1
  273. package/src/comments/ui/view/commentthreadview.js +2 -2
  274. package/src/comments/ui/view/commentview.d.ts +1 -1
  275. package/src/comments/ui/view/commentview.js +2 -2
  276. package/src/comments.d.ts +1 -1
  277. package/src/comments.js +1 -1
  278. package/src/commentsonly.d.ts +1 -1
  279. package/src/commentsonly.js +1 -1
  280. package/src/config.d.ts +1 -1
  281. package/src/index.d.ts +1 -1
  282. package/src/index.js +1 -1
  283. package/src/utils/common-translations.d.ts +1 -1
  284. package/src/utils/common-translations.js +1 -1
  285. package/src/utils/createmutationobserver.d.ts +1 -1
  286. package/src/utils/createmutationobserver.js +1 -1
  287. package/theme/annotation-inline.css +1 -1
  288. package/theme/annotation.css +1 -1
  289. package/theme/comment.css +1 -1
  290. package/theme/commentinput.css +1 -1
  291. package/theme/commentmarker.css +3 -3
  292. package/theme/commentsarchive.css +1 -1
  293. package/theme/commentthread.css +1 -1
  294. package/theme/sidebar-narrow.css +1 -1
  295. package/theme/sidebar.css +1 -1
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1afd90=_0x120d;function _0x120d(_0x1e4914,_0x49159e){const _0x3ecc75=_0x3ecc();return _0x120d=function(_0x120de7,_0x5e568d){_0x120de7=_0x120de7-0x1e6;let _0x4ade4f=_0x3ecc75[_0x120de7];return _0x4ade4f;},_0x120d(_0x1e4914,_0x49159e);}(function(_0xeb1b42,_0x4f6f65){const _0x351447=_0x120d,_0x56dad7=_0xeb1b42();while(!![]){try{const _0x25a37a=parseInt(_0x351447(0x22d))/0x1*(-parseInt(_0x351447(0x260))/0x2)+parseInt(_0x351447(0x23f))/0x3+parseInt(_0x351447(0x226))/0x4+parseInt(_0x351447(0x257))/0x5*(parseInt(_0x351447(0x1f0))/0x6)+parseInt(_0x351447(0x1fb))/0x7+parseInt(_0x351447(0x259))/0x8+-parseInt(_0x351447(0x218))/0x9*(parseInt(_0x351447(0x253))/0xa);if(_0x25a37a===_0x4f6f65)break;else _0x56dad7['push'](_0x56dad7['shift']());}catch(_0x3d5c18){_0x56dad7['push'](_0x56dad7['shift']());}}}(_0x3ecc,0xef085));function _0x3ecc(){const _0x38db17=['div','getTemplate','push','ck-comment__info','label','authoredAt','items','then','add','ck-annotation__main','isEditable','Show\x20more\x20items','ck-comment__main','27iTDyub','removeButton','bindTemplate','extendTemplate','listitem','blur','_createRemoveButton','length','from','ck-comment__wrapper','execute','pencil','element','getExternalCommentNote','7120908xyYaLr','withText','isConfirm','isRemovable','Remove','isVisible','ck-annotation__info','113sQCsDJ','ck-comment--edit','panelView','author','setTemplate','bind','listenTo','ck-annotation__actions','createCollection','children','isEditMode','icon','ariaDescriptionView','mouseleave','fire','formatDateTime','ck-comment--remove-confirmation','set','1017960oZFigO','removeComment','focusables','getUserViewNotificationText','ck-comment__actions','_createCommentInputView','actionIndicator','remove','ck-annotation__info-time','isReadOnly','ck-annotation__actions--hidden','ck-comment__info-time','showConfirm','some','ck-annotation__info-name','unbind','dropdown','ck-comment__actions--hidden','_createDropdown','threeVerticalDots','8785050yDnpyp','addMany','ck-comment--remove','ck-annotation','505qoFcUV','ck-comment--info','4568432WgIuTD','toMany','Edit','locale','ck-hidden','focus','visibleView','13324LwZzkW','switchToEditMode','isSystemComment','time','Delete\x20comment?','ck-comment__user','userView','resolvedAt','change:isRemovable','_config','ck-comment','1374kJmyqX','editButton','_model','ck-comment__info-name','ck-comment--','find','mouseenter','panelPosition','span','ck-annotation__user','buttonView','11575676zBVlBR','isExternal','isEnabled','ck-comment__external','render','cancelConfirm','ck-annotation__content-wrapper','Reply...','actionBar','_attachActions','_createEditButton','group','name','ariaLabel','edit','placeholder'];_0x3ecc=function(){return _0x38db17;};return _0x3ecc();}import{ButtonView as _0x46e862,createDropdown as _0x390a81,ListView as _0x37973d,ListItemView as _0x1e7754,focusChildOnDropdownOpen as _0x34fabf}from'ckeditor5/src/ui.js';import{icons as _0x41be47}from'ckeditor5/src/core.js';import{UserView as _0x75ba8d,ConfirmMixin as _0x4a3600,LateFocusDropdownButtonView as _0x1f6b37}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4b654f from'./basecommentview.js';import _0x24f171 from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x4a48b4}from'../../../utils/common-translations.js';export default class vt extends/* #__PURE__ -- @preserve */
24
- _0x4a3600(_0x4b654f){constructor(_0x3028de,_0x12bd39,_0x567b8d){const _0x5a764a=_0x120d;super(_0x3028de,_0x12bd39,_0x567b8d),this[_0x5a764a(0x23e)](_0x5a764a(0x245),null),this[_0x5a764a(0x23e)](_0x5a764a(0x20a),_0x4a48b4(_0x3028de,_0x5a764a(0x202))),this[_0x5a764a(0x232)](_0x5a764a(0x210))['to'](_0x12bd39),this[_0x5a764a(0x232)](_0x5a764a(0x1ec))['to'](_0x12bd39),this[_0x5a764a(0x203)]=this[_0x5a764a(0x235)](),this[_0x5a764a(0x1e7)]||(this[_0x5a764a(0x1f1)]=this[_0x5a764a(0x205)](),this[_0x5a764a(0x219)]=this[_0x5a764a(0x21e)](),this[_0x5a764a(0x211)]=this[_0x5a764a(0x235)](),this[_0x5a764a(0x211)][_0x5a764a(0x254)]([this[_0x5a764a(0x1f1)],this[_0x5a764a(0x219)]]),this[_0x5a764a(0x24f)]=this[_0x5a764a(0x251)](),this[_0x5a764a(0x203)][_0x5a764a(0x213)](this[_0x5a764a(0x24f)]),this[_0x5a764a(0x241)][_0x5a764a(0x213)](this[_0x5a764a(0x24f)])),this[_0x5a764a(0x1eb)]=new _0x75ba8d(_0x3028de,_0x12bd39[_0x5a764a(0x230)],this[_0x5a764a(0x242)]()),this[_0x5a764a(0x1eb)][_0x5a764a(0x21b)]({'attributes':{'class':[_0x5a764a(0x1ea),_0x5a764a(0x1f9)],'aria-hidden':!0x0}}),this[_0x5a764a(0x233)](_0x12bd39,_0x5a764a(0x1ed),()=>this[_0x5a764a(0x200)]()),this[_0x5a764a(0x231)](this[_0x5a764a(0x20c)]());}[_0x1afd90(0x20c)](){const _0x12ec04=_0x1afd90,_0x551fed=this[_0x12ec04(0x21a)],_0x21789c=[{'tag':_0x12ec04(0x20b),'attributes':{'class':[_0x12ec04(0x20e),_0x12ec04(0x22c)]},'children':[{'tag':_0x12ec04(0x1f8),'children':[{'text':this[_0x12ec04(0x1eb)][_0x12ec04(0x207)]}],'attributes':{'class':[_0x12ec04(0x1f3),_0x12ec04(0x24d)]}},{'tag':_0x12ec04(0x1e8),'attributes':{'datetime':_0x551fed['to'](_0x12ec04(0x210)),'class':[_0x12ec04(0x24a),_0x12ec04(0x247)]},'children':[{'text':_0x551fed['to'](_0x12ec04(0x210),_0x3fac4b=>this[_0x12ec04(0x1ee)][_0x12ec04(0x23c)](_0x3fac4b))}]}]},{'tag':_0x12ec04(0x20b),'attributes':{'class':[_0x12ec04(0x243),_0x12ec04(0x234),_0x551fed['if'](_0x12ec04(0x237),_0x12ec04(0x250)),_0x551fed['if'](_0x12ec04(0x237),_0x12ec04(0x249))]},'children':this[_0x12ec04(0x203)]},{'tag':_0x12ec04(0x20b),'attributes':{'class':[_0x12ec04(0x201)]},'children':this[_0x12ec04(0x25f)]},this[_0x12ec04(0x239)]];return this[_0x12ec04(0x1f2)][_0x12ec04(0x1fc)]&&_0x21789c[_0x12ec04(0x20d)]({'tag':_0x12ec04(0x20b),'attributes':{'class':[_0x12ec04(0x1fe)]},'children':[{'text':this[_0x12ec04(0x225)]()}]}),{'tag':'li','attributes':{'class':[_0x12ec04(0x221),_0x551fed['if'](_0x12ec04(0x228),_0x12ec04(0x23d))],'tabindex':-0x1,'aria-label':_0x551fed['to'](_0x12ec04(0x208)),'aria-describedby':this[_0x12ec04(0x239)]['id'],'role':_0x12ec04(0x21c)},'children':[{'tag':_0x12ec04(0x20b),'attributes':{'class':[_0x12ec04(0x1ef),_0x12ec04(0x256),_0x551fed['if'](_0x12ec04(0x237),_0x12ec04(0x22e)),_0x551fed['if'](_0x12ec04(0x1e7),_0x12ec04(0x258)),_0x551fed['to'](_0x12ec04(0x245),_0x4f135b=>_0x4f135b?_0x12ec04(0x1f4)+_0x4f135b:'')],'data-author-id':this[_0x12ec04(0x1f2)][_0x12ec04(0x230)]['id'],'data-comment-id':this[_0x12ec04(0x1f2)]['id'],'role':_0x12ec04(0x206)},'children':[this[_0x12ec04(0x1eb)],{'tag':_0x12ec04(0x20b),'attributes':{'class':[_0x12ec04(0x217),_0x12ec04(0x214)]},'children':_0x21789c}]}]};}[_0x1afd90(0x205)](){const _0xbb7661=_0x1afd90,_0x3800c5=new _0x46e862(this[_0xbb7661(0x25c)]);return _0x3800c5[_0xbb7661(0x20f)]=_0x4a48b4(this[_0xbb7661(0x25c)],_0xbb7661(0x25b)),_0x3800c5[_0xbb7661(0x238)]=_0x41be47[_0xbb7661(0x223)],_0x3800c5[_0xbb7661(0x227)]=!0x0,_0x3800c5[_0xbb7661(0x21b)]({'attributes':{'class':_0xbb7661(0x22e)}}),_0x3800c5[_0xbb7661(0x232)](_0xbb7661(0x1fd))['to'](this[_0xbb7661(0x1f2)],_0xbb7661(0x248),_0x25b864=>!_0x25b864),_0x3800c5[_0xbb7661(0x232)](_0xbb7661(0x22b))['to'](this[_0xbb7661(0x1f2)],_0xbb7661(0x215)),_0x3800c5['on'](_0xbb7661(0x222),()=>this[_0xbb7661(0x1e6)]()),_0x3800c5;}[_0x1afd90(0x21e)](){const _0x268aac=_0x1afd90,_0x5b9bc8=new _0x46e862(this[_0x268aac(0x25c)]);return _0x5b9bc8[_0x268aac(0x20f)]=_0x4a48b4(this[_0x268aac(0x25c)],_0x268aac(0x22a)),_0x5b9bc8[_0x268aac(0x238)]=_0x24f171,_0x5b9bc8[_0x268aac(0x227)]=!0x0,_0x5b9bc8[_0x268aac(0x21b)]({'attributes':{'class':_0x268aac(0x255)}}),_0x5b9bc8[_0x268aac(0x232)](_0x268aac(0x1fd))['to'](this[_0x268aac(0x1f2)],_0x268aac(0x248),_0x7e9885=>!_0x7e9885),_0x5b9bc8[_0x268aac(0x232)](_0x268aac(0x22b))['to'](this[_0x268aac(0x1f2)],_0x268aac(0x229)),_0x5b9bc8['on'](_0x268aac(0x222),()=>{const _0x3a2403=_0x268aac;this[_0x3a2403(0x24b)](_0x4a48b4(this[_0x3a2403(0x25c)],_0x3a2403(0x1e9)),this[_0x3a2403(0x224)])[_0x3a2403(0x212)](()=>{const _0xc8a9df=_0x3a2403;this[_0xc8a9df(0x23b)](_0xc8a9df(0x240),this[_0xc8a9df(0x1f2)]['id']);});}),_0x5b9bc8;}[_0x1afd90(0x251)](){const _0x17179e=_0x1afd90,_0x1bb672=_0x390a81(this[_0x17179e(0x25c)],_0x1f6b37),_0x1be8cd=_0x1bb672[_0x17179e(0x22f)][_0x17179e(0x236)],_0x4cb338=new _0x37973d(this[_0x17179e(0x25c)]),_0x1dd57c=_0x1bb672[_0x17179e(0x21a)];_0x34fabf(_0x1bb672,()=>this[_0x17179e(0x211)][_0x17179e(0x1f5)](_0x525b3a=>_0x525b3a[_0x17179e(0x22b)])),_0x1bb672[_0x17179e(0x21b)]({'attributes':{'class':[_0x1dd57c['if'](_0x17179e(0x22b),_0x17179e(0x25d),_0x59a7a4=>!_0x59a7a4)]}});const _0x152cdc=(_0x5734ed,_0xc790f=-0x1)=>{const _0x445ac5=_0x17179e,_0x50d4e9=new _0x1e7754(this[_0x445ac5(0x25c)]);_0x50d4e9[_0x445ac5(0x236)][_0x445ac5(0x213)](_0x5734ed);const _0x178314=_0xc790f>-0x1?_0xc790f:_0x4cb338[_0x445ac5(0x211)][_0x445ac5(0x21f)];_0x4cb338[_0x445ac5(0x211)][_0x445ac5(0x213)](_0x50d4e9,_0x178314);const _0x13e99f=Array[_0x445ac5(0x220)](this[_0x445ac5(0x211)]);_0x1bb672[_0x445ac5(0x24e)](_0x445ac5(0x1fd),_0x445ac5(0x22b)),_0x1bb672[_0x445ac5(0x232)](_0x445ac5(0x1fd))[_0x445ac5(0x25a)](_0x13e99f,_0x445ac5(0x1fd),(..._0x35697a)=>_0x35697a[_0x445ac5(0x24c)](_0x7b14e8=>_0x7b14e8)),_0x1bb672[_0x445ac5(0x232)](_0x445ac5(0x22b))[_0x445ac5(0x25a)](_0x13e99f,_0x445ac5(0x22b),(..._0x4c545a)=>_0x4c545a[_0x445ac5(0x24c)](_0xe3ccd1=>_0xe3ccd1));};_0x1bb672[_0x17179e(0x1f7)]='sw',_0x1bb672[_0x17179e(0x1fa)][_0x17179e(0x23e)]({'label':_0x4a48b4(this[_0x17179e(0x25c)],_0x17179e(0x216)),'icon':_0x41be47[_0x17179e(0x252)]});for(const _0x44520d of this[_0x17179e(0x211)])_0x152cdc(_0x44520d);return _0x1be8cd[_0x17179e(0x213)](_0x4cb338),_0x1bb672[_0x17179e(0x233)](this[_0x17179e(0x211)],_0x17179e(0x213),(_0x407822,_0xc8d647,_0xd49e16)=>{_0x152cdc(_0xc8d647,_0xd49e16);}),_0x1bb672[_0x17179e(0x233)](this[_0x17179e(0x211)],_0x17179e(0x246),(_0x475614,_0x46c809,_0x5754fd)=>{const _0x35bb12=_0x17179e;_0x4cb338[_0x35bb12(0x211)][_0x35bb12(0x246)](_0x5754fd);}),_0x1bb672;}[_0x1afd90(0x204)](_0x22d093,_0x4527fb){const _0x5809fc=_0x1afd90,_0xe24859=_0x22d093&&_0x22d093[_0x5809fc(0x224)];_0xe24859&&(this[_0x5809fc(0x233)](_0xe24859,_0x5809fc(0x1f6),()=>this[_0x5809fc(0x245)]=_0x4527fb),this[_0x5809fc(0x233)](_0xe24859,_0x5809fc(0x25e),()=>this[_0x5809fc(0x245)]=_0x4527fb),this[_0x5809fc(0x233)](_0xe24859,_0x5809fc(0x23a),()=>this[_0x5809fc(0x245)]=null),this[_0x5809fc(0x233)](_0xe24859,_0x5809fc(0x21d),()=>this[_0x5809fc(0x245)]=null));}[_0x1afd90(0x244)](){const _0x151bb5=_0x1afd90,_0x2f46f3=super[_0x151bb5(0x244)]();return _0x2f46f3[_0x151bb5(0x232)](_0x151bb5(0x20a))['to'](this),_0x2f46f3;}[_0x1afd90(0x1ff)](){const _0x8d12c8=_0x1afd90;super[_0x8d12c8(0x1ff)](),this[_0x8d12c8(0x204)](this[_0x8d12c8(0x1f1)],_0x8d12c8(0x209)),this[_0x8d12c8(0x204)](this[_0x8d12c8(0x219)],_0x8d12c8(0x246));}}
23
+ function _0x116e(_0x33488f,_0x41d683){const _0x565716=_0x5657();return _0x116e=function(_0x116e59,_0x38aa04){_0x116e59=_0x116e59-0x17f;let _0x5e32c6=_0x565716[_0x116e59];return _0x5e32c6;},_0x116e(_0x33488f,_0x41d683);}const _0x13f724=_0x116e;(function(_0x4cc795,_0x13b22a){const _0x42c338=_0x116e,_0x518a6c=_0x4cc795();while(!![]){try{const _0x27adf1=-parseInt(_0x42c338(0x1ef))/0x1+-parseInt(_0x42c338(0x1f1))/0x2+-parseInt(_0x42c338(0x1a4))/0x3+parseInt(_0x42c338(0x1ec))/0x4+parseInt(_0x42c338(0x1b7))/0x5+parseInt(_0x42c338(0x1bc))/0x6*(parseInt(_0x42c338(0x1a2))/0x7)+-parseInt(_0x42c338(0x18e))/0x8;if(_0x27adf1===_0x13b22a)break;else _0x518a6c['push'](_0x518a6c['shift']());}catch(_0xf0cc7e){_0x518a6c['push'](_0x518a6c['shift']());}}}(_0x5657,0x99877));import{ButtonView as _0x21810b,createDropdown as _0x5f10a5,ListView as _0x1b5252,ListItemView as _0x364096,focusChildOnDropdownOpen as _0x560995}from'ckeditor5/src/ui.js';import{icons as _0x13131c}from'ckeditor5/src/core.js';import{UserView as _0xd34da,ConfirmMixin as _0x44e718,LateFocusDropdownButtonView as _0x2c63b1}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x5657(){const _0x2c3ba2=['div','ck-annotation__user','focusables','then','ck-comment__info-name','some','_createCommentInputView','isExternal','ck-comment--edit','remove','label','isEditMode','ariaDescriptionView','removeComment','ck-comment__info-time','placeholder','element','buttonView','Show\x20more\x20items','isRemovable','span','4786628MbhENn','createCollection','listenTo','263013AIpTCr','ck-comment__info','1869644avcHmI','extendTemplate','panelPosition','showConfirm','author','_model','ck-annotation__info-name','render','ck-annotation__actions','listitem','ck-hidden','isEditable','ck-comment--','getExternalCommentNote','edit','Delete\x20comment?','setTemplate','ck-annotation__info','_attachActions','ck-comment__main','ck-comment--remove-confirmation','push','7864080sWGsaS','add','visibleView','formatDateTime','toMany','userView','Reply...','actionBar','icon','editButton','ariaLabel','dropdown','change:isRemovable','set','ck-comment__actions','execute','ck-annotation','unbind','pencil','threeVerticalDots','301oHIVyG','mouseenter','1118970azUDiJ','Remove','fire','withText','authoredAt','isVisible','isConfirm','ck-comment--info','panelView','ck-annotation__content-wrapper','isSystemComment','length','_config','switchToEditMode','items','resolvedAt','cancelConfirm','ck-comment__wrapper','bind','4401870xIxedB','children','ck-comment','ck-annotation__main','addMany','154278araMUw','locale','actionIndicator','isEnabled','ck-annotation__actions--hidden','find','ck-comment--remove','ck-comment__external','name','_createRemoveButton','focus','getTemplate','ck-comment__actions--hidden','time','group','blur','ck-comment__user','getUserViewNotificationText','mouseleave','Edit','removeButton','_createEditButton','isReadOnly','from','_createDropdown','ck-annotation__info-time','bindTemplate'];_0x5657=function(){return _0x2c3ba2;};return _0x5657();}import _0x566f01 from'./basecommentview.js';import _0xbccbc2 from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x340578}from'../../../utils/common-translations.js';export default class gt extends/* #__PURE__ -- @preserve */
24
+ _0x44e718(_0x566f01){constructor(_0x48f48f,_0x43377c,_0x1adc68){const _0x195e5d=_0x116e;super(_0x48f48f,_0x43377c,_0x1adc68),this[_0x195e5d(0x19b)](_0x195e5d(0x1be),null),this[_0x195e5d(0x19b)](_0x195e5d(0x1e6),_0x340578(_0x48f48f,_0x195e5d(0x194))),this[_0x195e5d(0x1b6)](_0x195e5d(0x1a8))['to'](_0x43377c),this[_0x195e5d(0x1b6)](_0x195e5d(0x1b3))['to'](_0x43377c),this[_0x195e5d(0x195)]=this[_0x195e5d(0x1ed)](),this[_0x195e5d(0x1ae)]||(this[_0x195e5d(0x197)]=this[_0x195e5d(0x1d1)](),this[_0x195e5d(0x1d0)]=this[_0x195e5d(0x1c5)](),this[_0x195e5d(0x1b2)]=this[_0x195e5d(0x1ed)](),this[_0x195e5d(0x1b2)][_0x195e5d(0x1bb)]([this[_0x195e5d(0x197)],this[_0x195e5d(0x1d0)]]),this[_0x195e5d(0x199)]=this[_0x195e5d(0x1d4)](),this[_0x195e5d(0x195)][_0x195e5d(0x18f)](this[_0x195e5d(0x199)]),this[_0x195e5d(0x1d9)][_0x195e5d(0x18f)](this[_0x195e5d(0x199)])),this[_0x195e5d(0x193)]=new _0xd34da(_0x48f48f,_0x43377c[_0x195e5d(0x1f5)],this[_0x195e5d(0x1cd)]()),this[_0x195e5d(0x193)][_0x195e5d(0x1f2)]({'attributes':{'class':[_0x195e5d(0x1cc),_0x195e5d(0x1d8)],'aria-hidden':!0x0}}),this[_0x195e5d(0x1ee)](_0x43377c,_0x195e5d(0x19a),()=>this[_0x195e5d(0x1b4)]()),this[_0x195e5d(0x188)](this[_0x195e5d(0x1c7)]());}[_0x13f724(0x1c7)](){const _0x332e64=_0x13f724,_0x25c5b1=this[_0x332e64(0x1d6)],_0x150dad=[{'tag':_0x332e64(0x1d7),'attributes':{'class':[_0x332e64(0x1f0),_0x332e64(0x189)]},'children':[{'tag':_0x332e64(0x1eb),'children':[{'text':this[_0x332e64(0x193)][_0x332e64(0x1c4)]}],'attributes':{'class':[_0x332e64(0x1db),_0x332e64(0x1f7)]}},{'tag':_0x332e64(0x1c9),'attributes':{'datetime':_0x25c5b1['to'](_0x332e64(0x1a8)),'class':[_0x332e64(0x1e5),_0x332e64(0x1d5)]},'children':[{'text':_0x25c5b1['to'](_0x332e64(0x1a8),_0x37f0a6=>this[_0x332e64(0x1b0)][_0x332e64(0x191)](_0x37f0a6))}]}]},{'tag':_0x332e64(0x1d7),'attributes':{'class':[_0x332e64(0x19c),_0x332e64(0x180),_0x25c5b1['if'](_0x332e64(0x1e2),_0x332e64(0x1c8)),_0x25c5b1['if'](_0x332e64(0x1e2),_0x332e64(0x1c0))]},'children':this[_0x332e64(0x195)]},{'tag':_0x332e64(0x1d7),'attributes':{'class':[_0x332e64(0x1ad)]},'children':this[_0x332e64(0x190)]},this[_0x332e64(0x1e3)]];return this[_0x332e64(0x1f6)][_0x332e64(0x1de)]&&_0x150dad[_0x332e64(0x18d)]({'tag':_0x332e64(0x1d7),'attributes':{'class':[_0x332e64(0x1c3)]},'children':[{'text':this[_0x332e64(0x185)]()}]}),{'tag':'li','attributes':{'class':[_0x332e64(0x1b5),_0x25c5b1['if'](_0x332e64(0x1aa),_0x332e64(0x18c))],'tabindex':-0x1,'aria-label':_0x25c5b1['to'](_0x332e64(0x198)),'aria-describedby':this[_0x332e64(0x1e3)]['id'],'role':_0x332e64(0x181)},'children':[{'tag':_0x332e64(0x1d7),'attributes':{'class':[_0x332e64(0x1b9),_0x332e64(0x19e),_0x25c5b1['if'](_0x332e64(0x1e2),_0x332e64(0x1df)),_0x25c5b1['if'](_0x332e64(0x1ae),_0x332e64(0x1ab)),_0x25c5b1['to'](_0x332e64(0x1be),_0x36db50=>_0x36db50?_0x332e64(0x184)+_0x36db50:'')],'data-author-id':this[_0x332e64(0x1f6)][_0x332e64(0x1f5)]['id'],'data-comment-id':this[_0x332e64(0x1f6)]['id'],'role':_0x332e64(0x1ca)},'children':[this[_0x332e64(0x193)],{'tag':_0x332e64(0x1d7),'attributes':{'class':[_0x332e64(0x18b),_0x332e64(0x1ba)]},'children':_0x150dad}]}]};}[_0x13f724(0x1d1)](){const _0x4a694f=_0x13f724,_0x1de482=new _0x21810b(this[_0x4a694f(0x1bd)]);return _0x1de482[_0x4a694f(0x1e1)]=_0x340578(this[_0x4a694f(0x1bd)],_0x4a694f(0x1cf)),_0x1de482[_0x4a694f(0x196)]=_0x13131c[_0x4a694f(0x1a0)],_0x1de482[_0x4a694f(0x1a7)]=!0x0,_0x1de482[_0x4a694f(0x1f2)]({'attributes':{'class':_0x4a694f(0x1df)}}),_0x1de482[_0x4a694f(0x1b6)](_0x4a694f(0x1bf))['to'](this[_0x4a694f(0x1f6)],_0x4a694f(0x1d2),_0x3b3ea1=>!_0x3b3ea1),_0x1de482[_0x4a694f(0x1b6)](_0x4a694f(0x1a9))['to'](this[_0x4a694f(0x1f6)],_0x4a694f(0x183)),_0x1de482['on'](_0x4a694f(0x19d),()=>this[_0x4a694f(0x1b1)]()),_0x1de482;}[_0x13f724(0x1c5)](){const _0x29c42a=_0x13f724,_0x14fe24=new _0x21810b(this[_0x29c42a(0x1bd)]);return _0x14fe24[_0x29c42a(0x1e1)]=_0x340578(this[_0x29c42a(0x1bd)],_0x29c42a(0x1a5)),_0x14fe24[_0x29c42a(0x196)]=_0xbccbc2,_0x14fe24[_0x29c42a(0x1a7)]=!0x0,_0x14fe24[_0x29c42a(0x1f2)]({'attributes':{'class':_0x29c42a(0x1c2)}}),_0x14fe24[_0x29c42a(0x1b6)](_0x29c42a(0x1bf))['to'](this[_0x29c42a(0x1f6)],_0x29c42a(0x1d2),_0x10f0e1=>!_0x10f0e1),_0x14fe24[_0x29c42a(0x1b6)](_0x29c42a(0x1a9))['to'](this[_0x29c42a(0x1f6)],_0x29c42a(0x1ea)),_0x14fe24['on'](_0x29c42a(0x19d),()=>{const _0x5d3ce4=_0x29c42a;this[_0x5d3ce4(0x1f4)](_0x340578(this[_0x5d3ce4(0x1bd)],_0x5d3ce4(0x187)),this[_0x5d3ce4(0x1e7)])[_0x5d3ce4(0x1da)](()=>{const _0x1d9939=_0x5d3ce4;this[_0x1d9939(0x1a6)](_0x1d9939(0x1e4),this[_0x1d9939(0x1f6)]['id']);});}),_0x14fe24;}[_0x13f724(0x1d4)](){const _0xdf4c2a=_0x13f724,_0x4024d6=_0x5f10a5(this[_0xdf4c2a(0x1bd)],_0x2c63b1),_0xf85836=_0x4024d6[_0xdf4c2a(0x1ac)][_0xdf4c2a(0x1b8)],_0x1d2956=new _0x1b5252(this[_0xdf4c2a(0x1bd)]),_0x159166=_0x4024d6[_0xdf4c2a(0x1d6)];_0x560995(_0x4024d6,()=>this[_0xdf4c2a(0x1b2)][_0xdf4c2a(0x1c1)](_0x5579b9=>_0x5579b9[_0xdf4c2a(0x1a9)])),_0x4024d6[_0xdf4c2a(0x1f2)]({'attributes':{'class':[_0x159166['if'](_0xdf4c2a(0x1a9),_0xdf4c2a(0x182),_0x1ce6ad=>!_0x1ce6ad)]}});const _0x16251c=(_0x29b80b,_0x18ad11=-0x1)=>{const _0x4bccfe=_0xdf4c2a,_0x24778b=new _0x364096(this[_0x4bccfe(0x1bd)]);_0x24778b[_0x4bccfe(0x1b8)][_0x4bccfe(0x18f)](_0x29b80b);const _0x7e0a0b=_0x18ad11>-0x1?_0x18ad11:_0x1d2956[_0x4bccfe(0x1b2)][_0x4bccfe(0x1af)];_0x1d2956[_0x4bccfe(0x1b2)][_0x4bccfe(0x18f)](_0x24778b,_0x7e0a0b);const _0x17b012=Array[_0x4bccfe(0x1d3)](this[_0x4bccfe(0x1b2)]);_0x4024d6[_0x4bccfe(0x19f)](_0x4bccfe(0x1bf),_0x4bccfe(0x1a9)),_0x4024d6[_0x4bccfe(0x1b6)](_0x4bccfe(0x1bf))[_0x4bccfe(0x192)](_0x17b012,_0x4bccfe(0x1bf),(..._0x39e5b9)=>_0x39e5b9[_0x4bccfe(0x1dc)](_0x1422c5=>_0x1422c5)),_0x4024d6[_0x4bccfe(0x1b6)](_0x4bccfe(0x1a9))[_0x4bccfe(0x192)](_0x17b012,_0x4bccfe(0x1a9),(..._0x5cacf1)=>_0x5cacf1[_0x4bccfe(0x1dc)](_0x7baba8=>_0x7baba8));};_0x4024d6[_0xdf4c2a(0x1f3)]='sw',_0x4024d6[_0xdf4c2a(0x1e8)][_0xdf4c2a(0x19b)]({'label':_0x340578(this[_0xdf4c2a(0x1bd)],_0xdf4c2a(0x1e9)),'icon':_0x13131c[_0xdf4c2a(0x1a1)]});for(const _0x216476 of this[_0xdf4c2a(0x1b2)])_0x16251c(_0x216476);return _0xf85836[_0xdf4c2a(0x18f)](_0x1d2956),_0x4024d6[_0xdf4c2a(0x1ee)](this[_0xdf4c2a(0x1b2)],_0xdf4c2a(0x18f),(_0x2d7ab6,_0x18a72f,_0x4ea761)=>{_0x16251c(_0x18a72f,_0x4ea761);}),_0x4024d6[_0xdf4c2a(0x1ee)](this[_0xdf4c2a(0x1b2)],_0xdf4c2a(0x1e0),(_0x149cd7,_0x438c33,_0x322556)=>{const _0x5f488b=_0xdf4c2a;_0x1d2956[_0x5f488b(0x1b2)][_0x5f488b(0x1e0)](_0x322556);}),_0x4024d6;}[_0x13f724(0x18a)](_0x55475b,_0x5d6918){const _0x51c07e=_0x13f724,_0x4201f7=_0x55475b&&_0x55475b[_0x51c07e(0x1e7)];_0x4201f7&&(this[_0x51c07e(0x1ee)](_0x4201f7,_0x51c07e(0x1a3),()=>this[_0x51c07e(0x1be)]=_0x5d6918),this[_0x51c07e(0x1ee)](_0x4201f7,_0x51c07e(0x1c6),()=>this[_0x51c07e(0x1be)]=_0x5d6918),this[_0x51c07e(0x1ee)](_0x4201f7,_0x51c07e(0x1ce),()=>this[_0x51c07e(0x1be)]=null),this[_0x51c07e(0x1ee)](_0x4201f7,_0x51c07e(0x1cb),()=>this[_0x51c07e(0x1be)]=null));}[_0x13f724(0x1dd)](){const _0x3942c6=_0x13f724,_0x38d426=super[_0x3942c6(0x1dd)]();return _0x38d426[_0x3942c6(0x1b6)](_0x3942c6(0x1e6))['to'](this),_0x38d426;}[_0x13f724(0x17f)](){const _0x17a42b=_0x13f724;super[_0x17a42b(0x17f)](),this[_0x17a42b(0x18a)](this[_0x17a42b(0x197)],_0x17a42b(0x186)),this[_0x17a42b(0x18a)](this[_0x17a42b(0x1d0)],_0x17a42b(0x1e0));}}
package/src/comments.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/comments
package/src/comments.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x4ed32a=_0x57ba;(function(_0x2d37bd,_0x124e38){var _0x4380b8=_0x57ba,_0x561e1d=_0x2d37bd();while(!![]){try{var _0x12cbba=-parseInt(_0x4380b8(0xf4))/0x1+parseInt(_0x4380b8(0xed))/0x2*(-parseInt(_0x4380b8(0xf7))/0x3)+-parseInt(_0x4380b8(0xf3))/0x4*(-parseInt(_0x4380b8(0xf1))/0x5)+parseInt(_0x4380b8(0xfa))/0x6+-parseInt(_0x4380b8(0xf9))/0x7*(parseInt(_0x4380b8(0xec))/0x8)+-parseInt(_0x4380b8(0xf8))/0x9*(parseInt(_0x4380b8(0xef))/0xa)+-parseInt(_0x4380b8(0xee))/0xb*(parseInt(_0x4380b8(0xea))/0xc);if(_0x12cbba===_0x124e38)break;else _0x561e1d['push'](_0x561e1d['shift']());}catch(_0x3ebff1){_0x561e1d['push'](_0x561e1d['shift']());}}}(_0x3c08,0xc8b46));import{Plugin as _0x53a25b}from'ckeditor5/src/core.js';import _0x34cf23 from'./comments/commentsrepository.js';import _0x73fa82 from'./comments/commentsediting.js';import _0xf13d98 from'./comments/commentsui.js';import _0x9b6e5f from'./commentsonly.js';import _0x21e8f5 from'./annotations/widesidebar.js';import _0x473cc8 from'./annotations/narrowsidebar.js';import _0x154df0 from'./annotations/inlineannotations.js';import _0x488982 from'./comments/commentsarchiveui.js';import _0x13cc3d from'./comments/commentsarchive.js';function _0x57ba(_0x2591de,_0x240ecb){var _0x3c0856=_0x3c08();return _0x57ba=function(_0x57ba2a,_0x156d9d){_0x57ba2a=_0x57ba2a-0xea;var _0x2c57c9=_0x3c0856[_0x57ba2a];return _0x2c57c9;},_0x57ba(_0x2591de,_0x240ecb);}function _0x3c08(){var _0x2765bd=['133616VGqkfD','4MDGNjh','6644LAZBol','3170230yBhOIM','requires','1464665JwcsYz','pluginName','16sGSKiL','256579kFNmxc','isOfficialPlugin','isPremiumPlugin','566022rxgOix','9UhihMz','21RwFIBz','5347188iCjmxT','4764MazvCN','Comments'];_0x3c08=function(){return _0x2765bd;};return _0x3c08();}export default class p extends _0x53a25b{static get[_0x4ed32a(0xf0)](){return[_0x34cf23,_0x73fa82,_0xf13d98,_0x13cc3d,_0x488982,_0x9b6e5f,_0x21e8f5,_0x473cc8,_0x154df0];}static get[_0x4ed32a(0xf2)](){var _0x11f068=_0x4ed32a;return _0x11f068(0xeb);}static get[_0x4ed32a(0xf5)](){return!0x0;}static get[_0x4ed32a(0xf6)](){return!0x0;}}
23
+ var _0x1c80f5=_0x4267;(function(_0x812895,_0x968e13){var _0x5c6660=_0x4267,_0x55f936=_0x812895();while(!![]){try{var _0x574a15=parseInt(_0x5c6660(0x141))/0x1*(parseInt(_0x5c6660(0x148))/0x2)+-parseInt(_0x5c6660(0x14e))/0x3+parseInt(_0x5c6660(0x140))/0x4*(parseInt(_0x5c6660(0x14a))/0x5)+parseInt(_0x5c6660(0x14d))/0x6*(-parseInt(_0x5c6660(0x13f))/0x7)+-parseInt(_0x5c6660(0x150))/0x8*(-parseInt(_0x5c6660(0x14f))/0x9)+parseInt(_0x5c6660(0x143))/0xa*(-parseInt(_0x5c6660(0x144))/0xb)+parseInt(_0x5c6660(0x146))/0xc*(-parseInt(_0x5c6660(0x149))/0xd);if(_0x574a15===_0x968e13)break;else _0x55f936['push'](_0x55f936['shift']());}catch(_0x107352){_0x55f936['push'](_0x55f936['shift']());}}}(_0xbed9,0x88231));import{Plugin as _0x3ccae2}from'ckeditor5/src/core.js';import _0x1dd2ea from'./comments/commentsrepository.js';import _0x264d27 from'./comments/commentsediting.js';import _0x131127 from'./comments/commentsui.js';import _0x417a1e from'./commentsonly.js';import _0x9f868a from'./annotations/widesidebar.js';import _0x5a1f08 from'./annotations/narrowsidebar.js';import _0x46104d from'./annotations/inlineannotations.js';import _0x51bdb1 from'./comments/commentsarchiveui.js';function _0xbed9(){var _0x4c1c7a=['517738JUXGLl','124700VplaGC','pluginName','isOfficialPlugin','9246OYqXDd','549282sPpKkX','9fLbsYb','430904gftxFq','4039tsnOMe','140MqsEbC','3kEnOqR','isPremiumPlugin','40MBusUv','196207GkOFLQ','requires','72EhwcJx','Comments','675606GjWyrt'];_0xbed9=function(){return _0x4c1c7a;};return _0xbed9();}function _0x4267(_0x5e892e,_0x441b8e){var _0xbed9cd=_0xbed9();return _0x4267=function(_0x42673a,_0x9f1c2d){_0x42673a=_0x42673a-0x13f;var _0x5b452e=_0xbed9cd[_0x42673a];return _0x5b452e;},_0x4267(_0x5e892e,_0x441b8e);}import _0x3bb061 from'./comments/commentsarchive.js';export default class p extends _0x3ccae2{static get[_0x1c80f5(0x145)](){return[_0x1dd2ea,_0x264d27,_0x131127,_0x3bb061,_0x51bdb1,_0x417a1e,_0x9f868a,_0x5a1f08,_0x46104d];}static get[_0x1c80f5(0x14b)](){var _0x137c8c=_0x1c80f5;return _0x137c8c(0x147);}static get[_0x1c80f5(0x14c)](){return!0x0;}static get[_0x1c80f5(0x142)](){return!0x0;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/commentsonly
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2bf4(_0xb13d64,_0x5bed11){const _0x30315b=_0x3031();return _0x2bf4=function(_0x2bf489,_0x3e76b1){_0x2bf489=_0x2bf489-0x70;let _0x434304=_0x30315b[_0x2bf489];return _0x434304;},_0x2bf4(_0xb13d64,_0x5bed11);}const _0x1881bd=_0x2bf4;(function(_0x569ed1,_0x42890b){const _0xb3f5e8=_0x2bf4,_0x3bafc6=_0x569ed1();while(!![]){try{const _0x2e7146=-parseInt(_0xb3f5e8(0x70))/0x1+parseInt(_0xb3f5e8(0x8e))/0x2*(parseInt(_0xb3f5e8(0x96))/0x3)+-parseInt(_0xb3f5e8(0x89))/0x4*(parseInt(_0xb3f5e8(0x94))/0x5)+-parseInt(_0xb3f5e8(0x91))/0x6*(parseInt(_0xb3f5e8(0x8a))/0x7)+parseInt(_0xb3f5e8(0x78))/0x8*(parseInt(_0xb3f5e8(0x9a))/0x9)+-parseInt(_0xb3f5e8(0x8b))/0xa*(-parseInt(_0xb3f5e8(0x83))/0xb)+-parseInt(_0xb3f5e8(0x80))/0xc*(-parseInt(_0xb3f5e8(0x92))/0xd);if(_0x2e7146===_0x42890b)break;else _0x3bafc6['push'](_0x3bafc6['shift']());}catch(_0x3c6321){_0x3bafc6['push'](_0x3bafc6['shift']());}}}(_0x3031,0xe42d1));import{Plugin as _0x22f4f8}from'ckeditor5/src/core.js';import _0x5d5e86 from'./comments/commentsediting.js';export default class s extends _0x22f4f8{static get[_0x1881bd(0x7a)](){const _0x5df200=_0x1881bd;return _0x5df200(0x76);}static get[_0x1881bd(0x95)](){return!0x0;}static get[_0x1881bd(0x88)](){return!0x0;}static get[_0x1881bd(0x90)](){return[_0x5d5e86];}constructor(_0x370af2){const _0x48eb16=_0x1881bd;super(_0x370af2),this[_0x48eb16(0x98)](_0x48eb16(0x85),!0x1),this['on'](_0x48eb16(0x99),(_0x1e9d1d,_0x5c0368,_0x40b397)=>{const _0x5d078c=_0x48eb16;_0x40b397?this[_0x5d078c(0x79)]():this[_0x5d078c(0x8c)]();});}[_0x1881bd(0x8f)](){const _0x4d0236=_0x1881bd;!this[_0x4d0236(0x85)]&&this[_0x4d0236(0x7c)][_0x4d0236(0x97)][_0x4d0236(0x7b)](_0x4d0236(0x7f))&&(this[_0x4d0236(0x85)]=!0x0);}[_0x1881bd(0x79)](){const _0x6989d7=_0x1881bd;for(const [_0x241727,_0x30ec9b]of this[_0x6989d7(0x7c)][_0x6989d7(0x7e)])_0x30ec9b[_0x6989d7(0x84)]&&_0x6989d7(0x87)!==_0x241727&&_0x30ec9b[_0x6989d7(0x71)](_0x6989d7(0x8d));this[_0x6989d7(0x7c)][_0x6989d7(0x86)][_0x6989d7(0x81)](_0x6989d7(0x93))&&this[_0x6989d7(0x7c)][_0x6989d7(0x86)][_0x6989d7(0x7b)](_0x6989d7(0x93))[_0x6989d7(0x71)](_0x6989d7(0x8d));const _0x25c201=this[_0x6989d7(0x7c)][_0x6989d7(0x73)][_0x6989d7(0x9b)][_0x6989d7(0x9c)];this[_0x6989d7(0x75)](_0x25c201,_0x6989d7(0x72),_0x2684e3=>_0x2684e3[_0x6989d7(0x77)](),{'priority':_0x6989d7(0x82)}),this[_0x6989d7(0x75)](_0x25c201,_0x6989d7(0x7d),_0x5f2d4d=>_0x5f2d4d[_0x6989d7(0x77)](),{'priority':_0x6989d7(0x82)}),this[_0x6989d7(0x75)](_0x25c201,_0x6989d7(0x9e),_0x14dcc1=>_0x14dcc1[_0x6989d7(0x77)](),{'priority':_0x6989d7(0x82)});}[_0x1881bd(0x8c)](){const _0x3a92b1=_0x1881bd;for(const [_0x4b6c16,_0x14af36]of this[_0x3a92b1(0x7c)][_0x3a92b1(0x7e)])_0x14af36[_0x3a92b1(0x84)]&&_0x3a92b1(0x87)!==_0x4b6c16&&_0x14af36[_0x3a92b1(0x9d)](_0x3a92b1(0x8d));this[_0x3a92b1(0x74)](this[_0x3a92b1(0x7c)][_0x3a92b1(0x73)][_0x3a92b1(0x9b)][_0x3a92b1(0x9c)]);}}function _0x3031(){const _0x5651b3=['commands','commentsOnly','1284GeZOYK','has','highest','11BINtiW','affectsData','isEnabled','plugins','addCommentThread','isPremiumPlugin','3047704pIuUAa','464961JTAvJC','14984790PDwLHI','_disableCommentsOnlyMode','commentsOnlyMode','4PmVVzk','afterInit','requires','24VSOkFc','43303Nrsyxy','DragDrop','5LdUpsa','isOfficialPlugin','2505108CdUCGr','config','set','change:isEnabled','883917mSgLeq','view','document','clearForceDisabled','delete','1660954TLpbjl','forceDisabled','cut','editing','stopListening','listenTo','CommentsOnly','stop','8EqvmmY','_enableCommentsOnlyMode','pluginName','get','editor','clipboardInput'];_0x3031=function(){return _0x5651b3;};return _0x3031();}
23
+ const _0x2642b1=_0x528d;function _0x26ec(){const _0x12a4b1=['2713016kYmmTF','listenTo','plugins','commands','delete','get','_enableCommentsOnlyMode','clearForceDisabled','requires','addCommentThread','_disableCommentsOnlyMode','editor','stopListening','has','editing','isPremiumPlugin','isEnabled','document','CommentsOnly','7628JYHHkX','commentsOnlyMode','1571465jttiJL','stop','pluginName','isOfficialPlugin','affectsData','417DbniUy','504098RmOOEZ','change:isEnabled','config','view','forceDisabled','871430XjNOfx','clipboardInput','cut','178PlHDZa','11GdETjj','highest','DragDrop','set','622VRtiVq','3107244pHrenx','6KFCCBj','afterInit','commentsOnly','9uKzQZf'];_0x26ec=function(){return _0x12a4b1;};return _0x26ec();}function _0x528d(_0x5f1c4a,_0x503c3e){const _0x26ecd6=_0x26ec();return _0x528d=function(_0x528dff,_0x36be34){_0x528dff=_0x528dff-0x9d;let _0x436c60=_0x26ecd6[_0x528dff];return _0x436c60;},_0x528d(_0x5f1c4a,_0x503c3e);}(function(_0x1f82f6,_0x441af7){const _0x4e1d6a=_0x528d,_0x1fca01=_0x1f82f6();while(!![]){try{const _0x1ae8f6=-parseInt(_0x4e1d6a(0xb6))/0x1*(-parseInt(_0x4e1d6a(0xbb))/0x2)+-parseInt(_0x4e1d6a(0xad))/0x3*(parseInt(_0x4e1d6a(0xa6))/0x4)+parseInt(_0x4e1d6a(0xa8))/0x5+-parseInt(_0x4e1d6a(0xbd))/0x6*(-parseInt(_0x4e1d6a(0xae))/0x7)+-parseInt(_0x4e1d6a(0xc1))/0x8*(-parseInt(_0x4e1d6a(0xc0))/0x9)+-parseInt(_0x4e1d6a(0xb3))/0xa*(parseInt(_0x4e1d6a(0xb7))/0xb)+-parseInt(_0x4e1d6a(0xbc))/0xc;if(_0x1ae8f6===_0x441af7)break;else _0x1fca01['push'](_0x1fca01['shift']());}catch(_0x459c62){_0x1fca01['push'](_0x1fca01['shift']());}}}(_0x26ec,0x296a7));import{Plugin as _0x3d67e5}from'ckeditor5/src/core.js';import _0x6897fd from'./comments/commentsediting.js';export default class s extends _0x3d67e5{static get[_0x2642b1(0xaa)](){const _0xb29305=_0x2642b1;return _0xb29305(0xa5);}static get[_0x2642b1(0xab)](){return!0x0;}static get[_0x2642b1(0xa2)](){return!0x0;}static get[_0x2642b1(0xc9)](){return[_0x6897fd];}constructor(_0x2bc332){const _0x4fcaff=_0x2642b1;super(_0x2bc332),this[_0x4fcaff(0xba)](_0x4fcaff(0xa3),!0x1),this['on'](_0x4fcaff(0xaf),(_0x55f0e6,_0x3e0ad7,_0x5d7a57)=>{const _0x472957=_0x4fcaff;_0x5d7a57?this[_0x472957(0xc7)]():this[_0x472957(0x9d)]();});}[_0x2642b1(0xbe)](){const _0x45aa07=_0x2642b1;!this[_0x45aa07(0xa3)]&&this[_0x45aa07(0x9e)][_0x45aa07(0xb0)][_0x45aa07(0xc6)](_0x45aa07(0xbf))&&(this[_0x45aa07(0xa3)]=!0x0);}[_0x2642b1(0xc7)](){const _0xcc4fca=_0x2642b1;for(const [_0x36d717,_0x42ad33]of this[_0xcc4fca(0x9e)][_0xcc4fca(0xc4)])_0x42ad33[_0xcc4fca(0xac)]&&_0xcc4fca(0xca)!==_0x36d717&&_0x42ad33[_0xcc4fca(0xb2)](_0xcc4fca(0xa7));this[_0xcc4fca(0x9e)][_0xcc4fca(0xc3)][_0xcc4fca(0xa0)](_0xcc4fca(0xb9))&&this[_0xcc4fca(0x9e)][_0xcc4fca(0xc3)][_0xcc4fca(0xc6)](_0xcc4fca(0xb9))[_0xcc4fca(0xb2)](_0xcc4fca(0xa7));const _0x38b997=this[_0xcc4fca(0x9e)][_0xcc4fca(0xa1)][_0xcc4fca(0xb1)][_0xcc4fca(0xa4)];this[_0xcc4fca(0xc2)](_0x38b997,_0xcc4fca(0xb5),_0x1976bb=>_0x1976bb[_0xcc4fca(0xa9)](),{'priority':_0xcc4fca(0xb8)}),this[_0xcc4fca(0xc2)](_0x38b997,_0xcc4fca(0xb4),_0x2fc638=>_0x2fc638[_0xcc4fca(0xa9)](),{'priority':_0xcc4fca(0xb8)}),this[_0xcc4fca(0xc2)](_0x38b997,_0xcc4fca(0xc5),_0x14e1ed=>_0x14e1ed[_0xcc4fca(0xa9)](),{'priority':_0xcc4fca(0xb8)});}[_0x2642b1(0x9d)](){const _0x54610d=_0x2642b1;for(const [_0x232b90,_0x151c12]of this[_0x54610d(0x9e)][_0x54610d(0xc4)])_0x151c12[_0x54610d(0xac)]&&_0x54610d(0xca)!==_0x232b90&&_0x151c12[_0x54610d(0xc8)](_0x54610d(0xa7));this[_0x54610d(0x9f)](this[_0x54610d(0x9e)][_0x54610d(0xa1)][_0x54610d(0xb1)][_0x54610d(0xa4)]);}}
package/src/config.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/config
package/src/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  export { default as Comments } from './comments.js';
6
6
  export { default as CommentsOnly } from './commentsonly.js';
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x137141,_0x42ac47){var _0x5c89a5=_0x4842,_0x544e01=_0x137141();while(!![]){try{var _0x398b4b=-parseInt(_0x5c89a5(0xee))/0x1+-parseInt(_0x5c89a5(0xed))/0x2*(parseInt(_0x5c89a5(0xeb))/0x3)+parseInt(_0x5c89a5(0xf4))/0x4+-parseInt(_0x5c89a5(0xec))/0x5+-parseInt(_0x5c89a5(0xef))/0x6+parseInt(_0x5c89a5(0xf1))/0x7*(parseInt(_0x5c89a5(0xf2))/0x8)+-parseInt(_0x5c89a5(0xf0))/0x9*(-parseInt(_0x5c89a5(0xf3))/0xa);if(_0x398b4b===_0x42ac47)break;else _0x544e01['push'](_0x544e01['shift']());}catch(_0x363432){_0x544e01['push'](_0x544e01['shift']());}}}(_0x1f44,0x94bf7));export{default as Comments}from'./comments.js';export{default as CommentsOnly}from'./commentsonly.js';export{default as CommentsUI}from'./comments/commentsui.js';export{default as CommentsRepository,CommentThread,Comment}from'./comments/commentsrepository.js';function _0x1f44(){var _0x3711ec=['3213381THmQma','2553500sSHYVB','2mowzDE','478823PEefia','5693136quvXYt','709443BXiwOh','4921IDDkly','5656dNvXKC','250aHSWIn','4604324bKZrtw'];_0x1f44=function(){return _0x3711ec;};return _0x1f44();}export{default as CommentThreadController}from'./comments/ui/commentthreadcontroller.js';export{default as Annotation}from'./annotations/annotation.js';export{default as Annotations}from'./annotations/annotations.js';export{default as AnnotationCollection}from'./annotations/annotationcollection.js';export{default as AnnotationsUIs}from'./annotations/annotationsuis.js';export{default as EditorAnnotations}from'./annotations/editorannotations.js';export{default as InlineAnnotations}from'./annotations/inlineannotations.js';export{default as WideSidebar}from'./annotations/widesidebar.js';export{default as NarrowSidebar}from'./annotations/narrowsidebar.js';export{default as AnnotationView}from'./annotations/view/annotationview.js';export{default as BaseCommentView}from'./comments/ui/view/basecommentview.js';export{default as BaseCommentThreadView}from'./comments/ui/view/basecommentthreadview.js';function _0x4842(_0x3f061b,_0x171741){var _0x1f4468=_0x1f44();return _0x4842=function(_0x4842ec,_0x57c236){_0x4842ec=_0x4842ec-0xeb;var _0x4edeef=_0x1f4468[_0x4842ec];return _0x4edeef;},_0x4842(_0x3f061b,_0x171741);}export{default as CommentsListView}from'./comments/ui/view/commentslistview.js';export{default as CommentView}from'./comments/ui/view/commentview.js';export{default as CommentThreadView}from'./comments/ui/view/commentthreadview.js';export{default as CommentThreadInputView}from'./comments/ui/view/commentthreadinputview.js';export{default as CommentsArchive}from'./comments/commentsarchive.js';export{default as CommentsArchiveUI}from'./comments/commentsarchiveui.js';import'./augmentation.js';
23
+ (function(_0x51b7fd,_0x1cff92){var _0x3aa502=_0x47d8,_0x448be6=_0x51b7fd();while(!![]){try{var _0x98c5f9=-parseInt(_0x3aa502(0x7a))/0x1+-parseInt(_0x3aa502(0x7f))/0x2+parseInt(_0x3aa502(0x7e))/0x3+parseInt(_0x3aa502(0x80))/0x4+parseInt(_0x3aa502(0x82))/0x5+-parseInt(_0x3aa502(0x7d))/0x6*(-parseInt(_0x3aa502(0x81))/0x7)+parseInt(_0x3aa502(0x7c))/0x8*(parseInt(_0x3aa502(0x7b))/0x9);if(_0x98c5f9===_0x1cff92)break;else _0x448be6['push'](_0x448be6['shift']());}catch(_0x2a36a5){_0x448be6['push'](_0x448be6['shift']());}}}(_0x2b87,0x514d5));export{default as Comments}from'./comments.js';export{default as CommentsOnly}from'./commentsonly.js';export{default as CommentsUI}from'./comments/commentsui.js';export{default as CommentsRepository,CommentThread,Comment}from'./comments/commentsrepository.js';export{default as CommentThreadController}from'./comments/ui/commentthreadcontroller.js';export{default as Annotation}from'./annotations/annotation.js';export{default as Annotations}from'./annotations/annotations.js';export{default as AnnotationCollection}from'./annotations/annotationcollection.js';export{default as AnnotationsUIs}from'./annotations/annotationsuis.js';function _0x2b87(){var _0x58349e=['514912OyQdYy','9rEeURW','2798408GgTgsR','1312260mVZScI','354585XQzmpE','717854ggcexN','450788vumjJZ','7ygqyMf','2037245CimTWi'];_0x2b87=function(){return _0x58349e;};return _0x2b87();}export{default as EditorAnnotations}from'./annotations/editorannotations.js';export{default as InlineAnnotations}from'./annotations/inlineannotations.js';export{default as WideSidebar}from'./annotations/widesidebar.js';export{default as NarrowSidebar}from'./annotations/narrowsidebar.js';export{default as AnnotationView}from'./annotations/view/annotationview.js';export{default as BaseCommentView}from'./comments/ui/view/basecommentview.js';export{default as BaseCommentThreadView}from'./comments/ui/view/basecommentthreadview.js';export{default as CommentsListView}from'./comments/ui/view/commentslistview.js';function _0x47d8(_0x4ad910,_0x5eabb8){var _0x2b8773=_0x2b87();return _0x47d8=function(_0x47d81e,_0x34194e){_0x47d81e=_0x47d81e-0x7a;var _0x56d3ff=_0x2b8773[_0x47d81e];return _0x56d3ff;},_0x47d8(_0x4ad910,_0x5eabb8);}export{default as CommentView}from'./comments/ui/view/commentview.js';export{default as CommentThreadView}from'./comments/ui/view/commentthreadview.js';export{default as CommentThreadInputView}from'./comments/ui/view/commentthreadinputview.js';export{default as CommentsArchive}from'./comments/commentsarchive.js';export{default as CommentsArchiveUI}from'./comments/commentsarchiveui.js';import'./augmentation.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * @module comments/utils/common-translations
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x1a9416,_0x221545,_0x56f624){const t=_0x1a9416['t'];switch(_0x221545){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'Annotations\x20sidebar':return t('Annotations\x20sidebar');case'Annotations\x20list':return t('Annotations\x20list');case'Thread\x20comments':return t('Thread\x20comments');case'THREAD_CONTEXT_LABEL':return t({'string':'Thread\x20context:\x20%0','id':'THREAD_CONTEXT_LABEL'},_0x56f624);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x56f624);case'COMMENT_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'COMMENT_THREAD_DESCRIPTION'});case'COMMENT_ARIA_LABEL':return t({'string':'Comment\x20by\x20%0.\x20Created\x20on\x20%1.\x20%2.\x20%3','id':'COMMENT_ARIA_LABEL'},_0x56f624);case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20content\x20with\x20comments.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20content\x20with\x20comments.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_COMMENT_ANNOUNCEMENT'},_0x56f624);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x56f624);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x56f624);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x56f624);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x56f624);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}
23
+ export function getTranslation(_0x802787,_0x3c4719,_0x3af009){const t=_0x802787['t'];switch(_0x3c4719){case'PENDING_ACTION_COMMENT_THREAD':return t({'string':'Unsaved\x20change\x20in\x20comment\x20thread.','id':'PENDING_ACTION_COMMENT_THREAD'});case'Comment':return t('Comment');case'Reply...':return t('Reply...');case'Reply\x20to\x20reopen\x20discussion...':return t('Reply\x20to\x20reopen\x20discussion...');case'Write\x20a\x20comment...':return t('Write\x20a\x20comment...');case'Comment\x20was\x20made\x20on\x20an\x20element':return t('Comment\x20was\x20made\x20on\x20an\x20element');case'Comment\x20editor':return t('Comment\x20editor');case'Delete\x20comment\x20thread?':return t('Delete\x20comment\x20thread?');case'Delete\x20comment?':return t('Delete\x20comment?');case'Marked\x20as\x20resolved':return t('Marked\x20as\x20resolved');case'Show\x20more\x20items':return t('Show\x20more\x20items');case'Cancel':return t('Cancel');case'Edit':return t('Edit');case'Resolve':return t('Resolve');case'Reopen':return t('Reopen');case'Remove':return t('Remove');case'Reply':return t('Reply');case'Save':return t('Save');case'Annotations\x20sidebar':return t('Annotations\x20sidebar');case'Annotations\x20list':return t('Annotations\x20list');case'Thread\x20comments':return t('Thread\x20comments');case'THREAD_CONTEXT_LABEL':return t({'string':'Thread\x20context:\x20%0','id':'THREAD_CONTEXT_LABEL'},_0x3af009);case'COMMENT_THREAD_LABEL':return t({'string':'Comment\x20thread\x20by\x20%1.\x20%1\x20reply.','plural':'Comment\x20thread\x20by\x20%1.\x20%0\x20replies.','id':'COMMENT_THREAD_LABEL'},_0x3af009);case'COMMENT_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'COMMENT_THREAD_DESCRIPTION'});case'COMMENT_ARIA_LABEL':return t({'string':'Comment\x20by\x20%0.\x20Created\x20on\x20%1.\x20%2.\x20%3','id':'COMMENT_ARIA_LABEL'},_0x3af009);case'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20content\x20with\x20comments.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20content\x20with\x20comments.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_COMMENT_ANNOUNCEMENT'},_0x3af009);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x3af009);case'TOO_LONG_COMMENT_ALERT':return t({'string':'Comment\x20content\x20is\x20too\x20long.\x20Your\x20comment\x20has\x20%0\x20characters\x20but\x20the\x20limit\x20is\x20%1\x20characters.','id':'TOO_LONG_COMMENT_ALERT'},_0x3af009);case'EXTERNAL_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20external\x20source.','id':'EXTERNAL_COMMENT'});case'EXTERNAL_IMPORT_WORD_COMMENT':return t({'string':'This\x20comment\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_COMMENT'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x3af009);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x3af009);case'COMMENTS_ARCHIVE':return t({'string':'Comments\x20archive','id':'COMMENTS_ARCHIVE'});case'EMPTY_COMMENTS_ARCHIVE':return t({'string':'There\x20are\x20no\x20archived\x20comment\x20threads.','id':'EMPTY_COMMENTS_ARCHIVE'});case'COMMENTS_ARCHIVE_LIST_LABEL':return t({'string':'List\x20of\x20comments','id':'COMMENTS_ARCHIVE_LIST_LABEL'});case'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP':return t({'string':'Keystrokes\x20for\x20interacting\x20with\x20annotation\x20threads\x20(e.g.\x20comments,\x20track\x20changes\x20suggestions)','id':'ACCESSIBILITY_HELP_ANNOTATIONS_GROUP'});case'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO':return t({'string':'Move\x20focus\x20to\x20the\x20thread\x20when\x20the\x20selection\x20is\x20anchored\x20in\x20its\x20marker','id':'ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO'});case'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT':return t({'string':'Exit\x20the\x20annotation\x20and\x20move\x20focus\x20back\x20to\x20the\x20edited\x20content','id':'ACCESSIBILITY_HELP_ANNOTATIONS_EXIT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER':return t({'string':'Browse\x20the\x20focused\x20annotation\x20thread\x20or\x20thread\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_ENTER'});case'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS':return t({'string':'Move\x20across\x20internals\x20of\x20the\x20annotation\x20thread','id':'ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS'});case'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT':return t({'string':'Submit\x20the\x20reply\x20while\x20writing\x20a\x20comment','id':'ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT'});case'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS':return t({'string':'Move\x20to\x20the\x20previous\x20or\x20next\x20thread\x20in\x20the\x20annotations\x20sidebar\x20or\x20comments\x20archive','id':'ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS'});default:return'';}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * Creates mutation observer to observe changes that might cause height change.
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x323e3d,_0x12c34b){const _0x181fa4=_0xfc64,_0x400277=_0x323e3d();while(!![]){try{const _0x4f8cdc=-parseInt(_0x181fa4(0x192))/0x1*(-parseInt(_0x181fa4(0x193))/0x2)+-parseInt(_0x181fa4(0x196))/0x3*(-parseInt(_0x181fa4(0x199))/0x4)+-parseInt(_0x181fa4(0x195))/0x5+-parseInt(_0x181fa4(0x18f))/0x6+parseInt(_0x181fa4(0x18e))/0x7*(parseInt(_0x181fa4(0x190))/0x8)+-parseInt(_0x181fa4(0x19e))/0x9*(-parseInt(_0x181fa4(0x19f))/0xa)+parseInt(_0x181fa4(0x19b))/0xb*(-parseInt(_0x181fa4(0x194))/0xc);if(_0x4f8cdc===_0x12c34b)break;else _0x400277['push'](_0x400277['shift']());}catch(_0x161612){_0x400277['push'](_0x400277['shift']());}}}(_0x3f8b,0x35b48));import{throttle as _0x221a10}from'lodash-es';export default function Dt(_0x374dfb){const _0x4a918f=_0x221a10(_0x374dfb,0x1e),_0x55c905=new MutationObserver(_0x5cb989=>{const _0x3c524d=_0xfc64;for(const _0x1f912e of _0x5cb989)(_0x3c524d(0x191)==_0x1f912e[_0x3c524d(0x19d)]&&_0x3c524d(0x198)==_0x1f912e[_0x3c524d(0x18c)]||_0x3c524d(0x18b)==_0x1f912e[_0x3c524d(0x19d)]||_0x3c524d(0x197)==_0x1f912e[_0x3c524d(0x19d)])&&_0x4a918f();});return{'attach'(_0x38fd87){const _0x3d5140=_0xfc64;_0x55c905[_0x3d5140(0x18d)](_0x38fd87,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){const _0x59de0e=_0xfc64;_0x55c905[_0x59de0e(0x19c)](),_0x4a918f[_0x59de0e(0x19a)]();}};}function _0xfc64(_0x5c08d9,_0x438f1b){const _0x3f8b97=_0x3f8b();return _0xfc64=function(_0xfc64a8,_0x261759){_0xfc64a8=_0xfc64a8-0x18b;let _0xeab7ac=_0x3f8b97[_0xfc64a8];return _0xeab7ac;},_0xfc64(_0x5c08d9,_0x438f1b);}function _0x3f8b(){const _0x3f37f8=['observe','2259649ogdjEy','81828vOdXvA','8bLnSJN','attributes','557NfYBFg','566emWmHI','2721036EfVnvR','1464695vfwtQZ','6ouYNPJ','characterData','class','436816rrlEwy','cancel','22AjzNFf','disconnect','type','2530917XEpZXt','10hEtLyP','childList','attributeName'];_0x3f8b=function(){return _0x3f37f8;};return _0x3f8b();}
23
+ (function(_0x363ce6,_0x4c5ae7){const _0xa9f8ab=_0x520d,_0x45b207=_0x363ce6();while(!![]){try{const _0x36414b=parseInt(_0xa9f8ab(0x11d))/0x1+parseInt(_0xa9f8ab(0x11b))/0x2+-parseInt(_0xa9f8ab(0x116))/0x3+parseInt(_0xa9f8ab(0x11a))/0x4*(-parseInt(_0xa9f8ab(0x11f))/0x5)+parseInt(_0xa9f8ab(0x113))/0x6+parseInt(_0xa9f8ab(0x120))/0x7+parseInt(_0xa9f8ab(0x118))/0x8*(-parseInt(_0xa9f8ab(0x112))/0x9);if(_0x36414b===_0x4c5ae7)break;else _0x45b207['push'](_0x45b207['shift']());}catch(_0x335c43){_0x45b207['push'](_0x45b207['shift']());}}}(_0xac2b,0xbe6f9));function _0x520d(_0x88c5cd,_0x5a2062){const _0xac2ba9=_0xac2b();return _0x520d=function(_0x520da8,_0x6f5231){_0x520da8=_0x520da8-0x111;let _0x3b818d=_0xac2ba9[_0x520da8];return _0x3b818d;},_0x520d(_0x88c5cd,_0x5a2062);}import{throttle as _0x57a772}from'lodash-es';function _0xac2b(){const _0x1fa5e8=['attributes','641043IkcCgG','cancel','56nepteJ','class','2548SKhoyO','1786882mKYCnP','attributeName','832928SOTfQM','type','9465jyRkWc','1191855jMlIHb','characterData','observe','childList','1295946ZeOnbr','7865226UZxlIm','disconnect'];_0xac2b=function(){return _0x1fa5e8;};return _0xac2b();}export default function Lt(_0x39def7){const _0x208f53=_0x57a772(_0x39def7,0x1e),_0x2398dc=new MutationObserver(_0x140da2=>{const _0x89e59b=_0x520d;for(const _0x4fdc1b of _0x140da2)(_0x89e59b(0x115)==_0x4fdc1b[_0x89e59b(0x11e)]&&_0x89e59b(0x119)==_0x4fdc1b[_0x89e59b(0x11c)]||_0x89e59b(0x111)==_0x4fdc1b[_0x89e59b(0x11e)]||_0x89e59b(0x121)==_0x4fdc1b[_0x89e59b(0x11e)])&&_0x208f53();});return{'attach'(_0x2ed1d9){const _0x1340cc=_0x520d;_0x2398dc[_0x1340cc(0x122)](_0x2ed1d9,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){const _0x27cd11=_0x520d;_0x2398dc[_0x27cd11(0x114)](),_0x208f53[_0x27cd11(0x117)]();}};}
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  /* Common styles for inline comment and inline suggestion. */
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  /* Common styles for single comment and single suggestion. */
package/theme/comment.css CHANGED
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_shadow.css";
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  .ck .ck-comment__input-container {
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  :root {
@@ -12,7 +12,7 @@
12
12
  --ck-color-comment-marker-active: hsl(55, 98%, 68%);
13
13
  }
14
14
 
15
- .ck-comment-marker {
15
+ .ck-content .ck-comment-marker {
16
16
  background: var(--ck-color-comment-marker);
17
17
 
18
18
  /* Match size with suggestion markers */
@@ -26,7 +26,7 @@
26
26
  }
27
27
  }
28
28
 
29
- .ck-comment-marker--active {
29
+ .ck-content .ck-comment-marker--active {
30
30
  background: var(--ck-color-comment-marker-active);
31
31
 
32
32
  /* See #2469. Inactive comment marker inside an active one should be highlighted too. */
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  .ck .ck-comments-archive-dropdown {
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_focus.css";
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  :root {
package/theme/sidebar.css CHANGED
@@ -4,7 +4,7 @@
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
6
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
 
10
10
  :root {