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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/annotations/annotation.d.ts +1 -1
  3. package/dist/annotations/annotationcollection.d.ts +1 -1
  4. package/dist/annotations/annotations.d.ts +1 -1
  5. package/dist/annotations/annotationsuis.d.ts +1 -1
  6. package/dist/annotations/editorannotations.d.ts +1 -1
  7. package/dist/annotations/inlineannotations.d.ts +1 -1
  8. package/dist/annotations/narrowsidebar.d.ts +1 -1
  9. package/dist/annotations/sidebar.d.ts +1 -1
  10. package/dist/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  11. package/dist/annotations/view/annotationview.d.ts +1 -1
  12. package/dist/annotations/view/sidebaritemview.d.ts +1 -1
  13. package/dist/annotations/view/sidebarview.d.ts +1 -1
  14. package/dist/annotations/widesidebar.d.ts +1 -1
  15. package/dist/augmentation.d.ts +1 -1
  16. package/dist/comments/addcommentthreadcommand.d.ts +1 -1
  17. package/dist/comments/commentsarchive.d.ts +1 -1
  18. package/dist/comments/commentsarchiveui.d.ts +1 -1
  19. package/dist/comments/commentsediting.d.ts +3 -2
  20. package/dist/comments/commentsrepository.d.ts +1 -1
  21. package/dist/comments/commentsui.d.ts +1 -1
  22. package/dist/comments/integrations/clipboard.d.ts +1 -1
  23. package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  24. package/dist/comments/integrations/importword.d.ts +1 -1
  25. package/dist/comments/integrations/showcommenthighlights.d.ts +23 -0
  26. package/dist/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  27. package/dist/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  28. package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  29. package/dist/comments/ui/commentthreadcontroller.d.ts +1 -1
  30. package/dist/comments/ui/view/basecommentthreadview.d.ts +1 -1
  31. package/dist/comments/ui/view/basecommentview.d.ts +1 -1
  32. package/dist/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  33. package/dist/comments/ui/view/commentcontentview.d.ts +1 -1
  34. package/dist/comments/ui/view/commentinputview.d.ts +1 -1
  35. package/dist/comments/ui/view/commentsarchiveview.d.ts +1 -1
  36. package/dist/comments/ui/view/commentslistview.d.ts +1 -1
  37. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  38. package/dist/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  39. package/dist/comments/ui/view/commentthreadinputview.d.ts +1 -1
  40. package/dist/comments/ui/view/commentthreadview.d.ts +1 -1
  41. package/dist/comments/ui/view/commentview.d.ts +1 -1
  42. package/dist/comments.d.ts +1 -1
  43. package/dist/commentsonly.d.ts +1 -1
  44. package/dist/config.d.ts +1 -1
  45. package/dist/index-content.css +30 -0
  46. package/dist/index-editor.css +0 -27
  47. package/dist/index.css +19 -19
  48. package/dist/index.d.ts +1 -1
  49. package/dist/index.js +9 -9
  50. package/dist/translations/af.js +1 -1
  51. package/dist/translations/af.umd.js +1 -1
  52. package/dist/translations/ar.js +1 -1
  53. package/dist/translations/ar.umd.js +1 -1
  54. package/dist/translations/ast.js +1 -1
  55. package/dist/translations/ast.umd.js +1 -1
  56. package/dist/translations/az.js +1 -1
  57. package/dist/translations/az.umd.js +1 -1
  58. package/dist/translations/bg.js +1 -1
  59. package/dist/translations/bg.umd.js +1 -1
  60. package/dist/translations/bn.js +1 -1
  61. package/dist/translations/bn.umd.js +1 -1
  62. package/dist/translations/bs.js +1 -1
  63. package/dist/translations/bs.umd.js +1 -1
  64. package/dist/translations/ca.js +1 -1
  65. package/dist/translations/ca.umd.js +1 -1
  66. package/dist/translations/cs.js +1 -1
  67. package/dist/translations/cs.umd.js +1 -1
  68. package/dist/translations/da.js +1 -1
  69. package/dist/translations/da.umd.js +1 -1
  70. package/dist/translations/de-ch.js +1 -1
  71. package/dist/translations/de-ch.umd.js +1 -1
  72. package/dist/translations/de.js +1 -1
  73. package/dist/translations/de.umd.js +1 -1
  74. package/dist/translations/el.js +1 -1
  75. package/dist/translations/el.umd.js +1 -1
  76. package/dist/translations/en-au.js +1 -1
  77. package/dist/translations/en-au.umd.js +1 -1
  78. package/dist/translations/en-gb.js +1 -1
  79. package/dist/translations/en-gb.umd.js +1 -1
  80. package/dist/translations/en.js +1 -1
  81. package/dist/translations/en.umd.js +1 -1
  82. package/dist/translations/eo.js +1 -1
  83. package/dist/translations/eo.umd.js +1 -1
  84. package/dist/translations/es-co.js +1 -1
  85. package/dist/translations/es-co.umd.js +1 -1
  86. package/dist/translations/es.js +1 -1
  87. package/dist/translations/es.umd.js +1 -1
  88. package/dist/translations/et.js +1 -1
  89. package/dist/translations/et.umd.js +1 -1
  90. package/dist/translations/eu.js +1 -1
  91. package/dist/translations/eu.umd.js +1 -1
  92. package/dist/translations/fa.js +1 -1
  93. package/dist/translations/fa.umd.js +1 -1
  94. package/dist/translations/fi.js +1 -1
  95. package/dist/translations/fi.umd.js +1 -1
  96. package/dist/translations/fr.js +1 -1
  97. package/dist/translations/fr.umd.js +1 -1
  98. package/dist/translations/gl.js +1 -1
  99. package/dist/translations/gl.umd.js +1 -1
  100. package/dist/translations/gu.js +1 -1
  101. package/dist/translations/gu.umd.js +1 -1
  102. package/dist/translations/he.js +1 -1
  103. package/dist/translations/he.umd.js +1 -1
  104. package/dist/translations/hi.js +1 -1
  105. package/dist/translations/hi.umd.js +1 -1
  106. package/dist/translations/hr.js +1 -1
  107. package/dist/translations/hr.umd.js +1 -1
  108. package/dist/translations/hu.js +1 -1
  109. package/dist/translations/hu.umd.js +1 -1
  110. package/dist/translations/hy.js +1 -1
  111. package/dist/translations/hy.umd.js +1 -1
  112. package/dist/translations/id.js +1 -1
  113. package/dist/translations/id.umd.js +1 -1
  114. package/dist/translations/it.js +1 -1
  115. package/dist/translations/it.umd.js +1 -1
  116. package/dist/translations/ja.js +1 -1
  117. package/dist/translations/ja.umd.js +1 -1
  118. package/dist/translations/jv.js +1 -1
  119. package/dist/translations/jv.umd.js +1 -1
  120. package/dist/translations/kk.js +1 -1
  121. package/dist/translations/kk.umd.js +1 -1
  122. package/dist/translations/km.js +1 -1
  123. package/dist/translations/km.umd.js +1 -1
  124. package/dist/translations/kn.js +1 -1
  125. package/dist/translations/kn.umd.js +1 -1
  126. package/dist/translations/ko.js +1 -1
  127. package/dist/translations/ko.umd.js +1 -1
  128. package/dist/translations/ku.js +1 -1
  129. package/dist/translations/ku.umd.js +1 -1
  130. package/dist/translations/lt.js +1 -1
  131. package/dist/translations/lt.umd.js +1 -1
  132. package/dist/translations/lv.js +1 -1
  133. package/dist/translations/lv.umd.js +1 -1
  134. package/dist/translations/ms.js +1 -1
  135. package/dist/translations/ms.umd.js +1 -1
  136. package/dist/translations/nb.js +1 -1
  137. package/dist/translations/nb.umd.js +1 -1
  138. package/dist/translations/ne.js +1 -1
  139. package/dist/translations/ne.umd.js +1 -1
  140. package/dist/translations/nl.js +1 -1
  141. package/dist/translations/nl.umd.js +1 -1
  142. package/dist/translations/no.js +1 -1
  143. package/dist/translations/no.umd.js +1 -1
  144. package/dist/translations/oc.js +1 -1
  145. package/dist/translations/oc.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/si.js +1 -1
  157. package/dist/translations/si.umd.js +1 -1
  158. package/dist/translations/sk.js +1 -1
  159. package/dist/translations/sk.umd.js +1 -1
  160. package/dist/translations/sl.js +1 -1
  161. package/dist/translations/sl.umd.js +1 -1
  162. package/dist/translations/sq.js +1 -1
  163. package/dist/translations/sq.umd.js +1 -1
  164. package/dist/translations/sr-latn.js +1 -1
  165. package/dist/translations/sr-latn.umd.js +1 -1
  166. package/dist/translations/sr.js +1 -1
  167. package/dist/translations/sr.umd.js +1 -1
  168. package/dist/translations/sv.js +1 -1
  169. package/dist/translations/sv.umd.js +1 -1
  170. package/dist/translations/th.js +1 -1
  171. package/dist/translations/th.umd.js +1 -1
  172. package/dist/translations/ti.js +1 -1
  173. package/dist/translations/ti.umd.js +1 -1
  174. package/dist/translations/tk.js +1 -1
  175. package/dist/translations/tk.umd.js +1 -1
  176. package/dist/translations/tr.js +1 -1
  177. package/dist/translations/tr.umd.js +1 -1
  178. package/dist/translations/tt.js +1 -1
  179. package/dist/translations/tt.umd.js +1 -1
  180. package/dist/translations/ug.js +1 -1
  181. package/dist/translations/ug.umd.js +1 -1
  182. package/dist/translations/uk.js +1 -1
  183. package/dist/translations/uk.umd.js +1 -1
  184. package/dist/translations/ur.js +1 -1
  185. package/dist/translations/ur.umd.js +1 -1
  186. package/dist/translations/uz.js +1 -1
  187. package/dist/translations/uz.umd.js +1 -1
  188. package/dist/translations/vi.js +1 -1
  189. package/dist/translations/vi.umd.js +1 -1
  190. package/dist/translations/zh-cn.js +1 -1
  191. package/dist/translations/zh-cn.umd.js +1 -1
  192. package/dist/translations/zh.js +1 -1
  193. package/dist/translations/zh.umd.js +1 -1
  194. package/dist/utils/common-translations.d.ts +1 -1
  195. package/dist/utils/createmutationobserver.d.ts +1 -1
  196. package/package.json +16 -15
  197. package/src/annotations/annotation.d.ts +1 -1
  198. package/src/annotations/annotation.js +2 -2
  199. package/src/annotations/annotationcollection.d.ts +1 -1
  200. package/src/annotations/annotationcollection.js +1 -1
  201. package/src/annotations/annotations.d.ts +1 -1
  202. package/src/annotations/annotations.js +1 -1
  203. package/src/annotations/annotationsuis.d.ts +1 -1
  204. package/src/annotations/annotationsuis.js +1 -1
  205. package/src/annotations/editorannotations.d.ts +1 -1
  206. package/src/annotations/editorannotations.js +1 -1
  207. package/src/annotations/inlineannotations.d.ts +1 -1
  208. package/src/annotations/inlineannotations.js +1 -1
  209. package/src/annotations/narrowsidebar.d.ts +1 -1
  210. package/src/annotations/narrowsidebar.js +1 -1
  211. package/src/annotations/sidebar.d.ts +1 -1
  212. package/src/annotations/sidebar.js +1 -1
  213. package/src/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  214. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  215. package/src/annotations/view/annotationview.d.ts +1 -1
  216. package/src/annotations/view/annotationview.js +1 -1
  217. package/src/annotations/view/sidebaritemview.d.ts +1 -1
  218. package/src/annotations/view/sidebaritemview.js +1 -1
  219. package/src/annotations/view/sidebarview.d.ts +1 -1
  220. package/src/annotations/view/sidebarview.js +1 -1
  221. package/src/annotations/widesidebar.d.ts +1 -1
  222. package/src/annotations/widesidebar.js +1 -1
  223. package/src/augmentation.d.ts +1 -1
  224. package/src/comments/addcommentthreadcommand.d.ts +1 -1
  225. package/src/comments/addcommentthreadcommand.js +1 -1
  226. package/src/comments/commentsarchive.d.ts +1 -1
  227. package/src/comments/commentsarchive.js +1 -1
  228. package/src/comments/commentsarchiveui.d.ts +1 -1
  229. package/src/comments/commentsarchiveui.js +1 -1
  230. package/src/comments/commentsediting.d.ts +3 -2
  231. package/src/comments/commentsediting.js +1 -1
  232. package/src/comments/commentsrepository.d.ts +1 -1
  233. package/src/comments/commentsrepository.js +3 -3
  234. package/src/comments/commentsui.d.ts +1 -1
  235. package/src/comments/commentsui.js +1 -1
  236. package/src/comments/integrations/clipboard.d.ts +1 -1
  237. package/src/comments/integrations/clipboard.js +1 -1
  238. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  239. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  240. package/src/comments/integrations/importword.d.ts +1 -1
  241. package/src/comments/integrations/importword.js +1 -1
  242. package/src/comments/integrations/showcommenthighlights.d.ts +19 -0
  243. package/src/comments/integrations/showcommenthighlights.js +23 -0
  244. package/src/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  245. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  246. package/src/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  247. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  248. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  249. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  250. package/src/comments/ui/commentthreadcontroller.d.ts +1 -1
  251. package/src/comments/ui/commentthreadcontroller.js +2 -2
  252. package/src/comments/ui/view/basecommentthreadview.d.ts +1 -1
  253. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  254. package/src/comments/ui/view/basecommentview.d.ts +1 -1
  255. package/src/comments/ui/view/basecommentview.js +1 -1
  256. package/src/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  257. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  258. package/src/comments/ui/view/commentcontentview.d.ts +1 -1
  259. package/src/comments/ui/view/commentcontentview.js +1 -1
  260. package/src/comments/ui/view/commentinputview.d.ts +1 -1
  261. package/src/comments/ui/view/commentinputview.js +1 -1
  262. package/src/comments/ui/view/commentsarchiveview.d.ts +1 -1
  263. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  264. package/src/comments/ui/view/commentslistview.d.ts +1 -1
  265. package/src/comments/ui/view/commentslistview.js +1 -1
  266. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  267. package/src/comments/ui/view/commentthreadheadercontextview.js +1 -1
  268. package/src/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  269. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  270. package/src/comments/ui/view/commentthreadinputview.d.ts +1 -1
  271. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  272. package/src/comments/ui/view/commentthreadview.d.ts +1 -1
  273. package/src/comments/ui/view/commentthreadview.js +2 -2
  274. package/src/comments/ui/view/commentview.d.ts +1 -1
  275. package/src/comments/ui/view/commentview.js +2 -2
  276. package/src/comments.d.ts +1 -1
  277. package/src/comments.js +1 -1
  278. package/src/commentsonly.d.ts +1 -1
  279. package/src/commentsonly.js +1 -1
  280. package/src/config.d.ts +1 -1
  281. package/src/index.d.ts +1 -1
  282. package/src/index.js +1 -1
  283. package/src/utils/common-translations.d.ts +1 -1
  284. package/src/utils/common-translations.js +1 -1
  285. package/src/utils/createmutationobserver.d.ts +1 -1
  286. package/src/utils/createmutationobserver.js +1 -1
  287. package/theme/annotation-inline.css +1 -1
  288. package/theme/annotation.css +1 -1
  289. package/theme/comment.css +1 -1
  290. package/theme/commentinput.css +1 -1
  291. package/theme/commentmarker.css +3 -3
  292. package/theme/commentsarchive.css +1 -1
  293. package/theme/commentthread.css +1 -1
  294. package/theme/sidebar-narrow.css +1 -1
  295. package/theme/sidebar.css +1 -1
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5aa875=_0x3d96;(function(_0x10e0fb,_0x58e54c){const _0x26cb26=_0x3d96,_0x2659e3=_0x10e0fb();while(!![]){try{const _0x5db870=parseInt(_0x26cb26(0x1f9))/0x1*(-parseInt(_0x26cb26(0x1cb))/0x2)+-parseInt(_0x26cb26(0x1ff))/0x3*(parseInt(_0x26cb26(0x205))/0x4)+parseInt(_0x26cb26(0x201))/0x5*(-parseInt(_0x26cb26(0x1d2))/0x6)+-parseInt(_0x26cb26(0x226))/0x7+-parseInt(_0x26cb26(0x1f2))/0x8*(-parseInt(_0x26cb26(0x1fe))/0x9)+parseInt(_0x26cb26(0x1ec))/0xa+parseInt(_0x26cb26(0x1ea))/0xb;if(_0x5db870===_0x58e54c)break;else _0x2659e3['push'](_0x2659e3['shift']());}catch(_0x2f5afa){_0x2659e3['push'](_0x2659e3['shift']());}}}(_0x3187,0x8cd4b));import{ButtonView as _0x384ec6,createDropdown as _0x5d7439,ListView as _0x3d09c0,ListItemView as _0x25512c,focusChildOnDropdownOpen as _0x24643c}from'ckeditor5/src/ui.js';import{icons as _0x307a2f}from'ckeditor5/src/core.js';function _0x3d96(_0x12909d,_0x5729e0){const _0x31876a=_0x3187();return _0x3d96=function(_0x3d9694,_0x2ad270){_0x3d9694=_0x3d9694-0x1c0;let _0x9a9b1a=_0x31876a[_0x3d9694];return _0x9a9b1a;},_0x3d96(_0x12909d,_0x5729e0);}import{UserView as _0x30972f,ConfirmMixin as _0x42e5f5,LateFocusDropdownButtonView as _0x430aaf}from'ckeditor5-collaboration/src/collaboration-core.js';import _0xfad2b8 from'./basecommentview.js';import _0x15ce25 from'../../../../theme/icons/remove-comment.svg';function _0x3187(){const _0x509332=['_createEditButton','Edit','label','ck-comment--','blur','ck-comment--remove','visibleView','change:isRemovable','ck-comment__info-name','icon','bind','actionBar','_config','some','isEditMode','ck-comment--info','ck-annotation__info-time','ariaLabel','buttonView','from','fire','unbind','isExternal','userView','span','add','cancelConfirm','switchToEditMode','_createDropdown','ck-annotation__info-name','4187743eembyW','withText','element','actionIndicator','_createCommentInputView','ariaDescriptionView','focusables','placeholder','showConfirm','execute','isVisible','ck-annotation__actions--hidden','ck-annotation__user','_attachActions','locale','focus','getUserViewNotificationText','render','author','ck-comment--remove-confirmation','resolvedAt','isEnabled','time','isConfirm','extendTemplate','Delete\x20comment?','panelView','isSystemComment','ck-comment__external','ck-annotation','children','ck-comment__info','ck-annotation__content-wrapper','268732UZHEwT','panelPosition','ck-comment__main','formatDateTime','Reply...','removeComment','ck-hidden','18oZxFay','mouseenter','edit','length','isRemovable','getExternalCommentNote','ck-comment__actions','_createRemoveButton','_model','then','pencil','ck-comment__info-time','getTemplate','group','div','ck-annotation__info','ck-comment__wrapper','isEditable','mouseleave','threeVerticalDots','addMany','ck-comment__actions--hidden','editButton','items','30509611QcfZti','ck-annotation__main','1078220ZrAqJr','toMany','authoredAt','set','ck-annotation__actions','isReadOnly','338872AbtUvg','ck-comment--edit','removeButton','push','find','bindTemplate','Show\x20more\x20items','8HJFEGZ','ck-comment','createCollection','name','ck-comment__user','90BvwIRF','3fZESgP','listenTo','920335BiHuHn','dropdown','setTemplate','remove','2011168cptYHv','listitem','Remove'];_0x3187=function(){return _0x509332;};return _0x3187();}import{getTranslation as _0x53385f}from'../../../utils/common-translations.js';export default class vt extends/* #__PURE__ -- @preserve */
24
- _0x42e5f5(_0xfad2b8){constructor(_0x442e27,_0x4916a4,_0x2f8fbb){const _0x3d17f4=_0x3d96;super(_0x442e27,_0x4916a4,_0x2f8fbb),this[_0x3d17f4(0x1ef)](_0x3d17f4(0x229),null),this[_0x3d17f4(0x1ef)](_0x3d17f4(0x22d),_0x53385f(_0x442e27,_0x3d17f4(0x1cf))),this[_0x3d17f4(0x212)](_0x3d17f4(0x1ee))['to'](_0x4916a4),this[_0x3d17f4(0x212)](_0x3d17f4(0x23a))['to'](_0x4916a4),this[_0x3d17f4(0x213)]=this[_0x3d17f4(0x1fb)](),this[_0x3d17f4(0x1c5)]||(this[_0x3d17f4(0x1e8)]=this[_0x3d17f4(0x208)](),this[_0x3d17f4(0x1f4)]=this[_0x3d17f4(0x1d9)](),this[_0x3d17f4(0x1e9)]=this[_0x3d17f4(0x1fb)](),this[_0x3d17f4(0x1e9)][_0x3d17f4(0x1e6)]([this[_0x3d17f4(0x1e8)],this[_0x3d17f4(0x1f4)]]),this[_0x3d17f4(0x202)]=this[_0x3d17f4(0x224)](),this[_0x3d17f4(0x213)][_0x3d17f4(0x221)](this[_0x3d17f4(0x202)]),this[_0x3d17f4(0x22c)][_0x3d17f4(0x221)](this[_0x3d17f4(0x202)])),this[_0x3d17f4(0x21f)]=new _0x30972f(_0x442e27,_0x4916a4[_0x3d17f4(0x238)],this[_0x3d17f4(0x236)]()),this[_0x3d17f4(0x21f)][_0x3d17f4(0x1c2)]({'attributes':{'class':[_0x3d17f4(0x1fd),_0x3d17f4(0x232)],'aria-hidden':!0x0}}),this[_0x3d17f4(0x200)](_0x4916a4,_0x3d17f4(0x20f),()=>this[_0x3d17f4(0x222)]()),this[_0x3d17f4(0x203)](this[_0x3d17f4(0x1de)]());}[_0x5aa875(0x1de)](){const _0x55becc=_0x5aa875,_0x505653=this[_0x55becc(0x1f7)],_0x59a9a7=[{'tag':_0x55becc(0x1e0),'attributes':{'class':[_0x55becc(0x1c9),_0x55becc(0x1e1)]},'children':[{'tag':_0x55becc(0x220),'children':[{'text':this[_0x55becc(0x21f)][_0x55becc(0x1fc)]}],'attributes':{'class':[_0x55becc(0x210),_0x55becc(0x225)]}},{'tag':_0x55becc(0x1c0),'attributes':{'datetime':_0x505653['to'](_0x55becc(0x1ee)),'class':[_0x55becc(0x1dd),_0x55becc(0x218)]},'children':[{'text':_0x505653['to'](_0x55becc(0x1ee),_0x5f422c=>this[_0x55becc(0x214)][_0x55becc(0x1ce)](_0x5f422c))}]}]},{'tag':_0x55becc(0x1e0),'attributes':{'class':[_0x55becc(0x1d8),_0x55becc(0x1f0),_0x505653['if'](_0x55becc(0x216),_0x55becc(0x1e7)),_0x505653['if'](_0x55becc(0x216),_0x55becc(0x231))]},'children':this[_0x55becc(0x213)]},{'tag':_0x55becc(0x1e0),'attributes':{'class':[_0x55becc(0x1ca)]},'children':this[_0x55becc(0x20e)]},this[_0x55becc(0x22b)]];return this[_0x55becc(0x1da)][_0x55becc(0x21e)]&&_0x59a9a7[_0x55becc(0x1f5)]({'tag':_0x55becc(0x1e0),'attributes':{'class':[_0x55becc(0x1c6)]},'children':[{'text':this[_0x55becc(0x1d7)]()}]}),{'tag':'li','attributes':{'class':[_0x55becc(0x1e2),_0x505653['if'](_0x55becc(0x1c1),_0x55becc(0x239))],'tabindex':-0x1,'aria-label':_0x505653['to'](_0x55becc(0x219)),'aria-describedby':this[_0x55becc(0x22b)]['id'],'role':_0x55becc(0x206)},'children':[{'tag':_0x55becc(0x1e0),'attributes':{'class':[_0x55becc(0x1fa),_0x55becc(0x1c7),_0x505653['if'](_0x55becc(0x216),_0x55becc(0x1f3)),_0x505653['if'](_0x55becc(0x1c5),_0x55becc(0x217)),_0x505653['to'](_0x55becc(0x229),_0x25f7bd=>_0x25f7bd?_0x55becc(0x20b)+_0x25f7bd:'')],'data-author-id':this[_0x55becc(0x1da)][_0x55becc(0x238)]['id'],'data-comment-id':this[_0x55becc(0x1da)]['id'],'role':_0x55becc(0x1df)},'children':[this[_0x55becc(0x21f)],{'tag':_0x55becc(0x1e0),'attributes':{'class':[_0x55becc(0x1cd),_0x55becc(0x1eb)]},'children':_0x59a9a7}]}]};}[_0x5aa875(0x208)](){const _0x2e00e7=_0x5aa875,_0x25d5cd=new _0x384ec6(this[_0x2e00e7(0x234)]);return _0x25d5cd[_0x2e00e7(0x20a)]=_0x53385f(this[_0x2e00e7(0x234)],_0x2e00e7(0x209)),_0x25d5cd[_0x2e00e7(0x211)]=_0x307a2f[_0x2e00e7(0x1dc)],_0x25d5cd[_0x2e00e7(0x227)]=!0x0,_0x25d5cd[_0x2e00e7(0x1c2)]({'attributes':{'class':_0x2e00e7(0x1f3)}}),_0x25d5cd[_0x2e00e7(0x212)](_0x2e00e7(0x23b))['to'](this[_0x2e00e7(0x1da)],_0x2e00e7(0x1f1),_0x1defe7=>!_0x1defe7),_0x25d5cd[_0x2e00e7(0x212)](_0x2e00e7(0x230))['to'](this[_0x2e00e7(0x1da)],_0x2e00e7(0x1e3)),_0x25d5cd['on'](_0x2e00e7(0x22f),()=>this[_0x2e00e7(0x223)]()),_0x25d5cd;}[_0x5aa875(0x1d9)](){const _0x4bdea6=_0x5aa875,_0x3577b5=new _0x384ec6(this[_0x4bdea6(0x234)]);return _0x3577b5[_0x4bdea6(0x20a)]=_0x53385f(this[_0x4bdea6(0x234)],_0x4bdea6(0x207)),_0x3577b5[_0x4bdea6(0x211)]=_0x15ce25,_0x3577b5[_0x4bdea6(0x227)]=!0x0,_0x3577b5[_0x4bdea6(0x1c2)]({'attributes':{'class':_0x4bdea6(0x20d)}}),_0x3577b5[_0x4bdea6(0x212)](_0x4bdea6(0x23b))['to'](this[_0x4bdea6(0x1da)],_0x4bdea6(0x1f1),_0x14d39a=>!_0x14d39a),_0x3577b5[_0x4bdea6(0x212)](_0x4bdea6(0x230))['to'](this[_0x4bdea6(0x1da)],_0x4bdea6(0x1d6)),_0x3577b5['on'](_0x4bdea6(0x22f),()=>{const _0x135c44=_0x4bdea6;this[_0x135c44(0x22e)](_0x53385f(this[_0x135c44(0x234)],_0x135c44(0x1c3)),this[_0x135c44(0x228)])[_0x135c44(0x1db)](()=>{const _0x5bb873=_0x135c44;this[_0x5bb873(0x21c)](_0x5bb873(0x1d0),this[_0x5bb873(0x1da)]['id']);});}),_0x3577b5;}[_0x5aa875(0x224)](){const _0xb47d83=_0x5aa875,_0x5909b8=_0x5d7439(this[_0xb47d83(0x234)],_0x430aaf),_0x51a8ab=_0x5909b8[_0xb47d83(0x1c4)][_0xb47d83(0x1c8)],_0x208f74=new _0x3d09c0(this[_0xb47d83(0x234)]),_0x3f248b=_0x5909b8[_0xb47d83(0x1f7)];_0x24643c(_0x5909b8,()=>this[_0xb47d83(0x1e9)][_0xb47d83(0x1f6)](_0x205253=>_0x205253[_0xb47d83(0x230)])),_0x5909b8[_0xb47d83(0x1c2)]({'attributes':{'class':[_0x3f248b['if'](_0xb47d83(0x230),_0xb47d83(0x1d1),_0x45b295=>!_0x45b295)]}});const _0x2b3a6d=(_0x409792,_0x33b421=-0x1)=>{const _0x53b742=_0xb47d83,_0x1e2294=new _0x25512c(this[_0x53b742(0x234)]);_0x1e2294[_0x53b742(0x1c8)][_0x53b742(0x221)](_0x409792);const _0x5b4c71=_0x33b421>-0x1?_0x33b421:_0x208f74[_0x53b742(0x1e9)][_0x53b742(0x1d5)];_0x208f74[_0x53b742(0x1e9)][_0x53b742(0x221)](_0x1e2294,_0x5b4c71);const _0x117daa=Array[_0x53b742(0x21b)](this[_0x53b742(0x1e9)]);_0x5909b8[_0x53b742(0x21d)](_0x53b742(0x23b),_0x53b742(0x230)),_0x5909b8[_0x53b742(0x212)](_0x53b742(0x23b))[_0x53b742(0x1ed)](_0x117daa,_0x53b742(0x23b),(..._0x1d24d6)=>_0x1d24d6[_0x53b742(0x215)](_0xff964c=>_0xff964c)),_0x5909b8[_0x53b742(0x212)](_0x53b742(0x230))[_0x53b742(0x1ed)](_0x117daa,_0x53b742(0x230),(..._0x506ed0)=>_0x506ed0[_0x53b742(0x215)](_0x567b6c=>_0x567b6c));};_0x5909b8[_0xb47d83(0x1cc)]='sw',_0x5909b8[_0xb47d83(0x21a)][_0xb47d83(0x1ef)]({'label':_0x53385f(this[_0xb47d83(0x234)],_0xb47d83(0x1f8)),'icon':_0x307a2f[_0xb47d83(0x1e5)]});for(const _0x3dec29 of this[_0xb47d83(0x1e9)])_0x2b3a6d(_0x3dec29);return _0x51a8ab[_0xb47d83(0x221)](_0x208f74),_0x5909b8[_0xb47d83(0x200)](this[_0xb47d83(0x1e9)],_0xb47d83(0x221),(_0x532efa,_0x36e2e2,_0x6f32b4)=>{_0x2b3a6d(_0x36e2e2,_0x6f32b4);}),_0x5909b8[_0xb47d83(0x200)](this[_0xb47d83(0x1e9)],_0xb47d83(0x204),(_0x133fe8,_0x20b6a7,_0x7afb0a)=>{const _0x4d0afe=_0xb47d83;_0x208f74[_0x4d0afe(0x1e9)][_0x4d0afe(0x204)](_0x7afb0a);}),_0x5909b8;}[_0x5aa875(0x233)](_0x31313e,_0x1a9957){const _0xd7aec3=_0x5aa875,_0x5241d7=_0x31313e&&_0x31313e[_0xd7aec3(0x228)];_0x5241d7&&(this[_0xd7aec3(0x200)](_0x5241d7,_0xd7aec3(0x1d3),()=>this[_0xd7aec3(0x229)]=_0x1a9957),this[_0xd7aec3(0x200)](_0x5241d7,_0xd7aec3(0x235),()=>this[_0xd7aec3(0x229)]=_0x1a9957),this[_0xd7aec3(0x200)](_0x5241d7,_0xd7aec3(0x1e4),()=>this[_0xd7aec3(0x229)]=null),this[_0xd7aec3(0x200)](_0x5241d7,_0xd7aec3(0x20c),()=>this[_0xd7aec3(0x229)]=null));}[_0x5aa875(0x22a)](){const _0x1b09cc=_0x5aa875,_0x392246=super[_0x1b09cc(0x22a)]();return _0x392246[_0x1b09cc(0x212)](_0x1b09cc(0x22d))['to'](this),_0x392246;}[_0x5aa875(0x237)](){const _0xa148dd=_0x5aa875;super[_0xa148dd(0x237)](),this[_0xa148dd(0x233)](this[_0xa148dd(0x1e8)],_0xa148dd(0x1d4)),this[_0xa148dd(0x233)](this[_0xa148dd(0x1f4)],_0xa148dd(0x204));}}
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 _0x3bea7b=_0x1a3c;function _0x4887(){var _0x33be80=['807vowLCe','Comments','isPremiumPlugin','requires','24tlyQCq','2358VFNKOg','1891544BnwKlX','6140605CQmDyi','150036maSBqa','16364887YzpsLA','pluginName','10XkZrrk','isOfficialPlugin','54YNqjcH','57881520ARuhbY','9XYvnpb','2595810dzSYJf'];_0x4887=function(){return _0x33be80;};return _0x4887();}(function(_0x3350a2,_0x5b1cde){var _0x45e7bd=_0x1a3c,_0x37df5d=_0x3350a2();while(!![]){try{var _0x2250ee=-parseInt(_0x45e7bd(0xc6))/0x1*(parseInt(_0x45e7bd(0xcb))/0x2)+-parseInt(_0x45e7bd(0xc4))/0x3*(-parseInt(_0x45e7bd(0xbd))/0x4)+parseInt(_0x45e7bd(0xcd))/0x5+-parseInt(_0x45e7bd(0xca))/0x6*(parseInt(_0x45e7bd(0xc5))/0x7)+-parseInt(_0x45e7bd(0xcc))/0x8*(parseInt(_0x45e7bd(0xc2))/0x9)+parseInt(_0x45e7bd(0xc0))/0xa*(-parseInt(_0x45e7bd(0xbe))/0xb)+parseInt(_0x45e7bd(0xc3))/0xc;if(_0x2250ee===_0x5b1cde)break;else _0x37df5d['push'](_0x37df5d['shift']());}catch(_0x28f806){_0x37df5d['push'](_0x37df5d['shift']());}}}(_0x4887,0xc8eb0));import{Plugin as _0x2ab054}from'ckeditor5/src/core.js';import _0x1ae936 from'./comments/commentsrepository.js';import _0xeb8eb8 from'./comments/commentsediting.js';import _0x28207a from'./comments/commentsui.js';function _0x1a3c(_0x15d27f,_0x477e3d){var _0x488743=_0x4887();return _0x1a3c=function(_0x1a3cdc,_0x220cfa){_0x1a3cdc=_0x1a3cdc-0xbd;var _0x13ce0b=_0x488743[_0x1a3cdc];return _0x13ce0b;},_0x1a3c(_0x15d27f,_0x477e3d);}import _0x812302 from'./commentsonly.js';import _0x20e145 from'./annotations/widesidebar.js';import _0x1226e3 from'./annotations/narrowsidebar.js';import _0x334392 from'./annotations/inlineannotations.js';import _0xf02684 from'./comments/commentsarchiveui.js';import _0x4a5334 from'./comments/commentsarchive.js';export default class p extends _0x2ab054{static get[_0x3bea7b(0xc9)](){return[_0x1ae936,_0xeb8eb8,_0x28207a,_0x4a5334,_0xf02684,_0x812302,_0x20e145,_0x1226e3,_0x334392];}static get[_0x3bea7b(0xbf)](){var _0x3410ef=_0x3bea7b;return _0x3410ef(0xc7);}static get[_0x3bea7b(0xc1)](){return!0x0;}static get[_0x3bea7b(0xc8)](){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
- const _0xd8a455=_0x5de1;function _0x4ca0(){const _0x570718=['159424ycrFbD','addCommentThread','listenTo','plugins','CommentsOnly','requires','stopListening','config','document','_enableCommentsOnlyMode','clearForceDisabled','has','affectsData','isPremiumPlugin','commands','commentsOnly','stop','pluginName','clipboardInput','forceDisabled','DragDrop','isOfficialPlugin','commentsOnlyMode','editor','set','1947912mjaclX','207400PPJYqy','highest','change:isEnabled','1239822DrgMMa','1327540kglZDt','_disableCommentsOnlyMode','delete','2207674iijDDn','get','afterInit','1106775CyXIkq','8dtkfpB','editing','isEnabled','cut','view'];_0x4ca0=function(){return _0x570718;};return _0x4ca0();}(function(_0x4065d1,_0x282dd6){const _0x1b0049=_0x5de1,_0x508a24=_0x4065d1();while(!![]){try{const _0x507ee2=parseInt(_0x1b0049(0xec))/0x1+parseInt(_0x1b0049(0xdf))/0x2+-parseInt(_0x1b0049(0xe6))/0x3+-parseInt(_0x1b0049(0xe7))/0x4*(-parseInt(_0x1b0049(0xe0))/0x5)+-parseInt(_0x1b0049(0xdb))/0x6+-parseInt(_0x1b0049(0xe3))/0x7+parseInt(_0x1b0049(0xdc))/0x8;if(_0x507ee2===_0x282dd6)break;else _0x508a24['push'](_0x508a24['shift']());}catch(_0x444d37){_0x508a24['push'](_0x508a24['shift']());}}}(_0x4ca0,0x4fe95));import{Plugin as _0x3f6c84}from'ckeditor5/src/core.js';function _0x5de1(_0x16e938,_0xd645a6){const _0x4ca0c5=_0x4ca0();return _0x5de1=function(_0x5de116,_0x26da9c){_0x5de116=_0x5de116-0xd3;let _0x1fb745=_0x4ca0c5[_0x5de116];return _0x1fb745;},_0x5de1(_0x16e938,_0xd645a6);}import _0x3bc7d2 from'./comments/commentsediting.js';export default class s extends _0x3f6c84{static get[_0xd8a455(0xd3)](){const _0x21f150=_0xd8a455;return _0x21f150(0xf0);}static get[_0xd8a455(0xd7)](){return!0x0;}static get[_0xd8a455(0xf9)](){return!0x0;}static get[_0xd8a455(0xf1)](){return[_0x3bc7d2];}constructor(_0x192bcc){const _0x25131e=_0xd8a455;super(_0x192bcc),this[_0x25131e(0xda)](_0x25131e(0xe9),!0x1),this['on'](_0x25131e(0xde),(_0x292c9f,_0x441e42,_0x47e321)=>{const _0x367242=_0x25131e;_0x47e321?this[_0x367242(0xf5)]():this[_0x367242(0xe1)]();});}[_0xd8a455(0xe5)](){const _0x111f42=_0xd8a455;!this[_0x111f42(0xe9)]&&this[_0x111f42(0xd9)][_0x111f42(0xf3)][_0x111f42(0xe4)](_0x111f42(0xfb))&&(this[_0x111f42(0xe9)]=!0x0);}[_0xd8a455(0xf5)](){const _0xb6dc09=_0xd8a455;for(const [_0x68446b,_0x21fb52]of this[_0xb6dc09(0xd9)][_0xb6dc09(0xfa)])_0x21fb52[_0xb6dc09(0xf8)]&&_0xb6dc09(0xed)!==_0x68446b&&_0x21fb52[_0xb6dc09(0xd5)](_0xb6dc09(0xd8));this[_0xb6dc09(0xd9)][_0xb6dc09(0xef)][_0xb6dc09(0xf7)](_0xb6dc09(0xd6))&&this[_0xb6dc09(0xd9)][_0xb6dc09(0xef)][_0xb6dc09(0xe4)](_0xb6dc09(0xd6))[_0xb6dc09(0xd5)](_0xb6dc09(0xd8));const _0x20d595=this[_0xb6dc09(0xd9)][_0xb6dc09(0xe8)][_0xb6dc09(0xeb)][_0xb6dc09(0xf4)];this[_0xb6dc09(0xee)](_0x20d595,_0xb6dc09(0xea),_0x59ae31=>_0x59ae31[_0xb6dc09(0xfc)](),{'priority':_0xb6dc09(0xdd)}),this[_0xb6dc09(0xee)](_0x20d595,_0xb6dc09(0xd4),_0x5396fe=>_0x5396fe[_0xb6dc09(0xfc)](),{'priority':_0xb6dc09(0xdd)}),this[_0xb6dc09(0xee)](_0x20d595,_0xb6dc09(0xe2),_0x434fef=>_0x434fef[_0xb6dc09(0xfc)](),{'priority':_0xb6dc09(0xdd)});}[_0xd8a455(0xe1)](){const _0x899451=_0xd8a455;for(const [_0x2d47a9,_0x1a9d9e]of this[_0x899451(0xd9)][_0x899451(0xfa)])_0x1a9d9e[_0x899451(0xf8)]&&_0x899451(0xed)!==_0x2d47a9&&_0x1a9d9e[_0x899451(0xf6)](_0x899451(0xd8));this[_0x899451(0xf2)](this[_0x899451(0xd9)][_0x899451(0xe8)][_0x899451(0xeb)][_0x899451(0xf4)]);}}
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(_0x26ec19,_0x2ab90a){var _0x246979=_0xa32a,_0x1b21f7=_0x26ec19();while(!![]){try{var _0x5101f9=-parseInt(_0x246979(0x11b))/0x1+parseInt(_0x246979(0x11c))/0x2+parseInt(_0x246979(0x119))/0x3+parseInt(_0x246979(0x11e))/0x4*(parseInt(_0x246979(0x11a))/0x5)+parseInt(_0x246979(0x11d))/0x6+parseInt(_0x246979(0x118))/0x7*(-parseInt(_0x246979(0x116))/0x8)+-parseInt(_0x246979(0x11f))/0x9*(-parseInt(_0x246979(0x117))/0xa);if(_0x5101f9===_0x2ab90a)break;else _0x1b21f7['push'](_0x1b21f7['shift']());}catch(_0x47a647){_0x1b21f7['push'](_0x1b21f7['shift']());}}}(_0x431b,0xa57c2));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';export{default as EditorAnnotations}from'./annotations/editorannotations.js';export{default as InlineAnnotations}from'./annotations/inlineannotations.js';function _0xa32a(_0xda903c,_0x439dd1){var _0x431b9b=_0x431b();return _0xa32a=function(_0xa32a27,_0xe1efe4){_0xa32a27=_0xa32a27-0x116;var _0x56d826=_0x431b9b[_0xa32a27];return _0x56d826;},_0xa32a(_0xda903c,_0x439dd1);}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';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';function _0x431b(){var _0x48ed47=['3120327ZkZtHz','2592flvZvi','30JMmnuH','24213WAcqtb','976884xnjagj','376230RYuiAT','886251tBYGjn','2322008WtyNup','45360zXElpS','8pWOZzu'];_0x431b=function(){return _0x48ed47;};return _0x431b();}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(_0x626259,_0x7da1a0,_0x1d4bf5){const t=_0x626259['t'];switch(_0x7da1a0){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'},_0x1d4bf5);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'},_0x1d4bf5);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'},_0x1d4bf5);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'},_0x1d4bf5);case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x1d4bf5);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'},_0x1d4bf5);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'},_0x1d4bf5);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'},_0x1d4bf5);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(_0x120e92,_0x167ec1){const _0x17c5a5=_0x1c83,_0x1b3204=_0x120e92();while(!![]){try{const _0x57239e=parseInt(_0x17c5a5(0xe6))/0x1+parseInt(_0x17c5a5(0xe8))/0x2*(-parseInt(_0x17c5a5(0xdd))/0x3)+parseInt(_0x17c5a5(0xe0))/0x4*(-parseInt(_0x17c5a5(0xe7))/0x5)+parseInt(_0x17c5a5(0xdc))/0x6+-parseInt(_0x17c5a5(0xde))/0x7+-parseInt(_0x17c5a5(0xeb))/0x8+-parseInt(_0x17c5a5(0xed))/0x9*(-parseInt(_0x17c5a5(0xea))/0xa);if(_0x57239e===_0x167ec1)break;else _0x1b3204['push'](_0x1b3204['shift']());}catch(_0x19fdd6){_0x1b3204['push'](_0x1b3204['shift']());}}}(_0x140e,0x5f0d0));import{throttle as _0x541b82}from'lodash-es';function _0x140e(){const _0xbb5428=['type','cancel','757231WCxFaU','95370VvqHYd','4ciRcSX','childList','940MLjtGk','2685280eSGhQE','attributeName','45261TsCErD','characterData','3336138OWEkjH','629049ECzyvt','85288mFNhKK','attributes','132ooNCNx','class','observe','disconnect'];_0x140e=function(){return _0xbb5428;};return _0x140e();}function _0x1c83(_0x268750,_0x5531f5){const _0x140e05=_0x140e();return _0x1c83=function(_0x1c83c2,_0x3ec24d){_0x1c83c2=_0x1c83c2-0xdb;let _0x4fe3c0=_0x140e05[_0x1c83c2];return _0x4fe3c0;},_0x1c83(_0x268750,_0x5531f5);}export default function Dt(_0xac3fd){const _0x47003f=_0x541b82(_0xac3fd,0x1e),_0x59af39=new MutationObserver(_0x4f4efc=>{const _0x399cfd=_0x1c83;for(const _0x2063e2 of _0x4f4efc)(_0x399cfd(0xdf)==_0x2063e2[_0x399cfd(0xe4)]&&_0x399cfd(0xe1)==_0x2063e2[_0x399cfd(0xec)]||_0x399cfd(0xe9)==_0x2063e2[_0x399cfd(0xe4)]||_0x399cfd(0xdb)==_0x2063e2[_0x399cfd(0xe4)])&&_0x47003f();});return{'attach'(_0x2b88b9){const _0x4e7086=_0x1c83;_0x59af39[_0x4e7086(0xe2)](_0x2b88b9,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){const _0xf70b03=_0x1c83;_0x59af39[_0xf70b03(0xe3)](),_0x47003f[_0xf70b03(0xe5)]();}};}
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 {