@ckeditor/ckeditor5-comments 40.1.0 → 41.0.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 (161) hide show
  1. package/CHANGELOG.md +19 -19
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/build/comments.js +2 -2
  5. package/build/translations/gl.js +1 -1
  6. package/build/translations/sr-latn.js +1 -1
  7. package/build/translations/ug.js +1 -1
  8. package/lang/translations/af.po +1 -1
  9. package/lang/translations/ar.po +1 -1
  10. package/lang/translations/bg.po +1 -1
  11. package/lang/translations/bn.po +1 -1
  12. package/lang/translations/bs.po +1 -1
  13. package/lang/translations/ca.po +1 -1
  14. package/lang/translations/cs.po +1 -1
  15. package/lang/translations/da.po +1 -1
  16. package/lang/translations/de-ch.po +1 -1
  17. package/lang/translations/de.po +1 -1
  18. package/lang/translations/el.po +1 -1
  19. package/lang/translations/en-au.po +1 -1
  20. package/lang/translations/en.po +1 -1
  21. package/lang/translations/es-co.po +1 -1
  22. package/lang/translations/es.po +1 -1
  23. package/lang/translations/et.po +1 -1
  24. package/lang/translations/fa.po +1 -1
  25. package/lang/translations/fi.po +1 -1
  26. package/lang/translations/fr.po +1 -1
  27. package/lang/translations/gl.po +3 -3
  28. package/lang/translations/he.po +1 -1
  29. package/lang/translations/hi.po +1 -1
  30. package/lang/translations/hr.po +1 -1
  31. package/lang/translations/hu.po +1 -1
  32. package/lang/translations/id.po +1 -1
  33. package/lang/translations/it.po +1 -1
  34. package/lang/translations/ja.po +1 -1
  35. package/lang/translations/jv.po +1 -1
  36. package/lang/translations/ko.po +1 -1
  37. package/lang/translations/lt.po +1 -1
  38. package/lang/translations/lv.po +1 -1
  39. package/lang/translations/ms.po +1 -1
  40. package/lang/translations/nl.po +1 -1
  41. package/lang/translations/no.po +1 -1
  42. package/lang/translations/pl.po +1 -1
  43. package/lang/translations/pt-br.po +1 -1
  44. package/lang/translations/pt.po +1 -1
  45. package/lang/translations/ro.po +1 -1
  46. package/lang/translations/ru.po +1 -1
  47. package/lang/translations/sk.po +1 -1
  48. package/lang/translations/sq.po +1 -1
  49. package/lang/translations/sr-latn.po +4 -4
  50. package/lang/translations/sr.po +1 -1
  51. package/lang/translations/sv.po +1 -1
  52. package/lang/translations/th.po +1 -1
  53. package/lang/translations/tk.po +1 -1
  54. package/lang/translations/tr.po +1 -1
  55. package/lang/translations/tt.po +1 -1
  56. package/lang/translations/ug.po +11 -11
  57. package/lang/translations/uk.po +1 -1
  58. package/lang/translations/ur.po +1 -1
  59. package/lang/translations/vi.po +1 -1
  60. package/lang/translations/zh-cn.po +1 -1
  61. package/lang/translations/zh.po +1 -1
  62. package/package.json +4 -3
  63. package/src/annotations/annotation.d.ts +7 -7
  64. package/src/annotations/annotation.js +2 -2
  65. package/src/annotations/annotationcollection.d.ts +4 -4
  66. package/src/annotations/annotationcollection.js +2 -2
  67. package/src/annotations/annotations.d.ts +7 -7
  68. package/src/annotations/annotations.js +2 -2
  69. package/src/annotations/annotationsuis.d.ts +6 -6
  70. package/src/annotations/annotationsuis.js +2 -2
  71. package/src/annotations/editorannotations.d.ts +5 -5
  72. package/src/annotations/editorannotations.js +2 -2
  73. package/src/annotations/inlineannotations.d.ts +7 -7
  74. package/src/annotations/inlineannotations.js +2 -2
  75. package/src/annotations/narrowsidebar.d.ts +7 -7
  76. package/src/annotations/narrowsidebar.js +2 -2
  77. package/src/annotations/sidebar.d.ts +6 -6
  78. package/src/annotations/sidebar.js +2 -2
  79. package/src/annotations/view/annotationcounterbuttonview.d.ts +3 -3
  80. package/src/annotations/view/annotationcounterbuttonview.js +2 -2
  81. package/src/annotations/view/annotationview.d.ts +3 -3
  82. package/src/annotations/view/annotationview.js +2 -2
  83. package/src/annotations/view/sidebaritemview.d.ts +3 -3
  84. package/src/annotations/view/sidebaritemview.js +2 -2
  85. package/src/annotations/view/sidebarview.d.ts +3 -3
  86. package/src/annotations/view/sidebarview.js +2 -2
  87. package/src/annotations/widesidebar.d.ts +6 -6
  88. package/src/annotations/widesidebar.js +2 -2
  89. package/src/augmentation.d.ts +2 -2
  90. package/src/augmentation.js +1 -1
  91. package/src/comments/addcommentthreadcommand.d.ts +2 -2
  92. package/src/comments/addcommentthreadcommand.js +2 -2
  93. package/src/comments/commentsarchive.d.ts +5 -5
  94. package/src/comments/commentsarchive.js +2 -2
  95. package/src/comments/commentsarchiveui.d.ts +6 -6
  96. package/src/comments/commentsarchiveui.js +2 -2
  97. package/src/comments/commentsediting.d.ts +7 -7
  98. package/src/comments/commentsediting.js +2 -2
  99. package/src/comments/commentsrepository.d.ts +13 -12
  100. package/src/comments/commentsrepository.js +2 -2
  101. package/src/comments/commentsui.d.ts +6 -6
  102. package/src/comments/commentsui.js +2 -2
  103. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +2 -2
  104. package/src/comments/integrations/commentsrestrictededitingmode.js +2 -2
  105. package/src/comments/integrations/importword.d.ts +2 -2
  106. package/src/comments/integrations/importword.js +2 -2
  107. package/src/comments/ui/commenteditor/commenteditor.d.ts +5 -5
  108. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  109. package/src/comments/ui/commenteditor/commenteditorui.d.ts +4 -4
  110. package/src/comments/ui/commenteditor/commenteditorui.js +2 -2
  111. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +5 -5
  112. package/src/comments/ui/commenteditor/commenteditoruiview.js +2 -2
  113. package/src/comments/ui/commentthreadcontroller.d.ts +5 -5
  114. package/src/comments/ui/commentthreadcontroller.js +2 -2
  115. package/src/comments/ui/view/basecommentthreadview.d.ts +9 -9
  116. package/src/comments/ui/view/basecommentthreadview.js +2 -2
  117. package/src/comments/ui/view/basecommentview.d.ts +5 -5
  118. package/src/comments/ui/view/basecommentview.js +2 -2
  119. package/src/comments/ui/view/collapsedcommentsview.d.ts +3 -3
  120. package/src/comments/ui/view/collapsedcommentsview.js +2 -2
  121. package/src/comments/ui/view/commentcontentview.d.ts +3 -3
  122. package/src/comments/ui/view/commentcontentview.js +2 -2
  123. package/src/comments/ui/view/commentinputview.d.ts +5 -5
  124. package/src/comments/ui/view/commentinputview.js +2 -2
  125. package/src/comments/ui/view/commentsarchiveview.d.ts +4 -4
  126. package/src/comments/ui/view/commentsarchiveview.js +2 -2
  127. package/src/comments/ui/view/commentslistview.d.ts +6 -6
  128. package/src/comments/ui/view/commentslistview.js +2 -2
  129. package/src/comments/ui/view/commentthreadheaderview.d.ts +4 -4
  130. package/src/comments/ui/view/commentthreadheaderview.js +2 -2
  131. package/src/comments/ui/view/commentthreadinputview.d.ts +6 -6
  132. package/src/comments/ui/view/commentthreadinputview.js +2 -2
  133. package/src/comments/ui/view/commentthreadview.d.ts +8 -8
  134. package/src/comments/ui/view/commentthreadview.js +2 -2
  135. package/src/comments/ui/view/commentview.d.ts +9 -9
  136. package/src/comments/ui/view/commentview.js +2 -2
  137. package/src/comments.d.ts +11 -11
  138. package/src/comments.js +2 -2
  139. package/src/commentsonly.d.ts +3 -3
  140. package/src/commentsonly.js +2 -2
  141. package/src/config.d.ts +4 -4
  142. package/src/config.js +1 -1
  143. package/src/index.d.ts +21 -21
  144. package/src/index.js +2 -2
  145. package/src/utils/common-translations.d.ts +2 -2
  146. package/src/utils/common-translations.js +2 -2
  147. package/src/utils/createmutationobserver.d.ts +1 -1
  148. package/src/utils/createmutationobserver.js +2 -2
  149. package/theme/annotation-inline.css +1 -1
  150. package/theme/annotation.css +1 -1
  151. package/theme/comment.css +1 -1
  152. package/theme/commentinput.css +1 -1
  153. package/theme/commentmarker.css +1 -1
  154. package/theme/commentsarchive.css +2 -2
  155. package/theme/commentthread.css +1 -1
  156. package/theme/icons/add-comment.svg +1 -1
  157. package/theme/icons/comments-archive.svg +1 -1
  158. package/theme/icons/edit-comment.svg +1 -1
  159. package/theme/icons/remove-comment.svg +1 -1
  160. package/theme/sidebar-narrow.css +1 -1
  161. package/theme/sidebar.css +1 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3f68=['getTemplate','ck-annotation__user','isRemovable','isSystemComment','actionIndicator','Edit','creator','Show\x20more\x20items','removeButton','push','items','remove','ck-comment','ck-comment--info','bind','isEditMode','EXTERNAL_IMPORT_WORD_AVATAR','ck-comment__user','name','ck-annotation__content-wrapper','add','_createEditButton','dropdown','cancelConfirm','ck-comment--edit','isConfirm','visibleView','focus','_config','execute','showConfirm','time','length','mouseenter','author','ck-comment__external','withText','change:isRemovable','children','_createDropdown','formatDateTime','change:isEnabled','authoredAt','Reply...','_createCommentInputView','blur','buttonView','some','threeVerticalDots','ck-annotation__info-time','listenTo','getExternalCommentNote','source','setTemplate','attributes','_createRemoveButton','@external','ck-comment__actions','isEnabled','mouseleave','ck-comment--remove-confirmation','getUserViewNotificationText','resolvedAt','div','actionBar','userView','render','ck-comment__wrapper','ck-comment__actions--hidden','locale','span','isReadOnly','addMany','ck-annotation__actions--hidden','ck-comment__info-name','ck-comment__info','Delete\x20comment?','ck-comment__main','isExternal','ck-annotation__info-name','isVisible','fire','element','label','createCollection','ck-annotation__info','ck-annotation__main','icon','_model','_attachActions','ck-comment--remove','editButton','placeholder','set','EXTERNAL_COMMENT','extendTemplate','ck-comment__info-time','change:isVisible'];(function(_0x88d6d9,_0x3f6811){const _0xfff2f6=function(_0xa6e247){while(--_0xa6e247){_0x88d6d9['push'](_0x88d6d9['shift']());}};_0xfff2f6(++_0x3f6811);}(_0x3f68,0x87));const _0xfff2=function(_0x88d6d9,_0x3f6811){_0x88d6d9=_0x88d6d9-0x0;let _0xfff2f6=_0x3f68[_0x88d6d9];return _0xfff2f6;};import{ButtonView as _0x4b11df,createDropdown as _0x67b45f,ListView as _0x69a907,ListItemView as _0xea08d3}from'ckeditor5/src/ui';import{icons as _0xf29b24}from'ckeditor5/src/core';import{UserView as _0x56e606,ConfirmMixin as _0xdad38d}from'ckeditor5-collaboration/src/collaboration-core';import _0x2de0b4 from'./basecommentview';import _0x1013ff from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x5c715f}from'../../../utils/common-translations';export default class pt extends _0xdad38d(_0x2de0b4){constructor(_0x4c3609,_0x409bb0,_0x2aa1a8){super(_0x4c3609,_0x409bb0,_0x2aa1a8),this[_0xfff2('0x38')](_0xfff2('0x41'),null),this[_0xfff2('0x38')](_0xfff2('0x37'),_0x5c715f(_0x4c3609,_0xfff2('0x6'))),this[_0xfff2('0x4b')]('authoredAt')['to'](_0x409bb0),this['bind'](_0xfff2('0x19'))['to'](_0x409bb0),this[_0xfff2('0x1b')]=this['createCollection'](),this[_0xfff2('0x40')]||(this[_0xfff2('0x36')]=this[_0xfff2('0x52')](),this[_0xfff2('0x45')]=this[_0xfff2('0x12')](),this['items']=this[_0xfff2('0x2f')](),this[_0xfff2('0x47')][_0xfff2('0x23')]([this[_0xfff2('0x36')],this[_0xfff2('0x45')]]),this[_0xfff2('0x53')]=this[_0xfff2('0x2')](),this['actionBar'][_0xfff2('0x51')](this['dropdown'])),this['userView']=new _0x56e606(_0x4c3609,_0x409bb0[_0xfff2('0x5f')],this['getUserViewNotificationText']()),this[_0xfff2('0x1c')]['extendTemplate']({'attributes':{'class':[_0xfff2('0x4e'),_0xfff2('0x3e')]}}),this['listenTo'](_0x409bb0,_0xfff2('0x0'),()=>this[_0xfff2('0x54')]()),this[_0xfff2('0x10')](this[_0xfff2('0x3d')]());}[_0xfff2('0x3d')](){const _0xb3ca68=this['bindTemplate'],_0x15955d=[{'tag':_0xfff2('0x1a'),'attributes':{'class':[_0xfff2('0x26'),_0xfff2('0x30')]},'children':[{'tag':_0xfff2('0x21'),'children':[{'text':this['userView'][_0xfff2('0x4f')]}],'attributes':{'class':[_0xfff2('0x25'),_0xfff2('0x2a')]}},{'tag':_0xfff2('0x5c'),'attributes':{'datetime':_0xb3ca68['to'](_0xfff2('0x5')),'class':[_0xfff2('0x3b'),_0xfff2('0xc')]},'children':[{'text':_0xb3ca68['to']('authoredAt',_0x3f1eb4=>this[_0xfff2('0x59')][_0xfff2('0x3')](_0x3f1eb4))}]}]},{'tag':'div','attributes':{'class':[_0xfff2('0x14'),'ck-annotation__actions',_0xb3ca68['if'](_0xfff2('0x4c'),_0xfff2('0x1f')),_0xb3ca68['if'](_0xfff2('0x4c'),_0xfff2('0x24'))]},'children':this[_0xfff2('0x1b')]},{'tag':_0xfff2('0x1a'),'attributes':{'class':[_0xfff2('0x50')]},'children':this[_0xfff2('0x57')]}];return this[_0xfff2('0x33')]['isExternal']&&_0x15955d[_0xfff2('0x46')]({'tag':'div','attributes':{'class':[_0xfff2('0x60')]},'children':[{'text':this[_0xfff2('0xe')]()}]}),{'tag':'li','attributes':{'class':[_0xfff2('0x1e'),_0xb3ca68['if'](_0xfff2('0x56'),_0xfff2('0x17'))],'tabindex':-0x1},'children':[{'tag':_0xfff2('0x1a'),'attributes':{'class':[_0xfff2('0x49'),'ck-annotation',_0xb3ca68['if'](_0xfff2('0x4c'),_0xfff2('0x55')),_0xb3ca68['if'](_0xfff2('0x40'),_0xfff2('0x4a')),_0xb3ca68['to'](_0xfff2('0x41'),_0x1ba2ab=>_0x1ba2ab?'ck-comment--'+_0x1ba2ab:'')],'data-author-id':this[_0xfff2('0x33')]['author']['id'],'data-comment-id':this[_0xfff2('0x33')]['id']},'children':[this['userView'],{'tag':_0xfff2('0x1a'),'attributes':{'class':[_0xfff2('0x28'),_0xfff2('0x31')]},'children':_0x15955d}]}]};}[_0xfff2('0x52')](){const _0x333f04=new _0x4b11df(this['locale']);return _0x333f04[_0xfff2('0x2e')]=_0x5c715f(this[_0xfff2('0x20')],_0xfff2('0x42')),_0x333f04[_0xfff2('0x32')]=_0xf29b24['pencil'],_0x333f04['withText']=!0x0,_0x333f04[_0xfff2('0x3a')]({'attributes':{'class':'ck-comment--edit'}}),_0x333f04[_0xfff2('0x4b')]('isEnabled')['to'](this[_0xfff2('0x33')],_0xfff2('0x22'),_0x2fb666=>!_0x2fb666),_0x333f04[_0xfff2('0x4b')]('isVisible')['to'](this[_0xfff2('0x33')],'isEditable'),_0x333f04['on'](_0xfff2('0x5a'),()=>this['switchToEditMode']()),_0x333f04;}[_0xfff2('0x12')](){const _0xbc1184=new _0x4b11df(this[_0xfff2('0x20')]);return _0xbc1184[_0xfff2('0x2e')]=_0x5c715f(this[_0xfff2('0x20')],'Remove'),_0xbc1184[_0xfff2('0x32')]=_0x1013ff,_0xbc1184[_0xfff2('0x61')]=!0x0,_0xbc1184[_0xfff2('0x3a')]({'attributes':{'class':_0xfff2('0x35')}}),_0xbc1184['bind'](_0xfff2('0x15'))['to'](this['_model'],_0xfff2('0x22'),_0x48db13=>!_0x48db13),_0xbc1184[_0xfff2('0x4b')](_0xfff2('0x2b'))['to'](this['_model'],_0xfff2('0x3f')),_0xbc1184['on'](_0xfff2('0x5a'),()=>{this[_0xfff2('0x5b')](_0x5c715f(this[_0xfff2('0x20')],_0xfff2('0x27')),this[_0xfff2('0x2d')])['then'](()=>{this[_0xfff2('0x2c')]('removeComment',this[_0xfff2('0x33')]['id']);});}),_0xbc1184;}[_0xfff2('0x2')](){const _0x489b80=_0x67b45f(this[_0xfff2('0x20')]),_0x362829=_0x489b80['panelView'][_0xfff2('0x1')],_0x5dd62b=new _0x69a907(this['locale']),_0x28c17e=(_0x979b27,_0x1275e5=-0x1)=>{const _0x571b99=new _0xea08d3(this[_0xfff2('0x20')]);_0x571b99[_0xfff2('0x1')][_0xfff2('0x51')](_0x979b27);const _0x42cb3f=_0x1275e5>-0x1?_0x1275e5:_0x5dd62b[_0xfff2('0x47')][_0xfff2('0x5d')];_0x5dd62b[_0xfff2('0x47')][_0xfff2('0x51')](_0x571b99,_0x42cb3f),_0x489b80[_0xfff2('0xd')](_0x979b27,_0xfff2('0x4'),()=>{_0x489b80[_0xfff2('0x15')]=[...this[_0xfff2('0x47')]][_0xfff2('0xa')](_0x32f83a=>_0x32f83a['isEnabled']);}),_0x489b80[_0xfff2('0xd')](_0x979b27,_0xfff2('0x3c'),()=>{_0x489b80[_0xfff2('0x9')][_0xfff2('0x2b')]=[...this[_0xfff2('0x47')]][_0xfff2('0xa')](_0x337916=>_0x337916[_0xfff2('0x2b')]);});};_0x489b80['panelPosition']='sw',_0x489b80[_0xfff2('0x9')][_0xfff2('0x38')]({'label':_0x5c715f(this[_0xfff2('0x20')],_0xfff2('0x44')),'icon':_0xf29b24[_0xfff2('0xb')]}),_0x489b80['isEnabled']=[...this[_0xfff2('0x47')]]['some'](_0x51ddbf=>_0x51ddbf[_0xfff2('0x15')]),_0x489b80['buttonView'][_0xfff2('0x2b')]=[...this['items']][_0xfff2('0xa')](_0x201f8a=>_0x201f8a[_0xfff2('0x2b')]);for(const _0x72debb of this['items'])_0x28c17e(_0x72debb);return _0x362829[_0xfff2('0x51')](_0x5dd62b),_0x489b80[_0xfff2('0xd')](this[_0xfff2('0x47')],_0xfff2('0x51'),(_0x1a724f,_0xd6469a,_0x19a607)=>{_0x28c17e(_0xd6469a,_0x19a607);}),_0x489b80[_0xfff2('0xd')](this[_0xfff2('0x47')],_0xfff2('0x48'),(_0x4c26f5,_0x36dacb,_0x28d52c)=>{_0x5dd62b[_0xfff2('0x47')]['remove'](_0x28d52c);}),_0x489b80;}[_0xfff2('0x34')](_0x52826f,_0x29a96f){const _0x2c1345=_0x52826f&&_0x52826f['element'];_0x2c1345&&(this[_0xfff2('0xd')](_0x2c1345,_0xfff2('0x5e'),()=>this[_0xfff2('0x41')]=_0x29a96f),this[_0xfff2('0xd')](_0x2c1345,_0xfff2('0x58'),()=>this[_0xfff2('0x41')]=_0x29a96f),this['listenTo'](_0x2c1345,_0xfff2('0x16'),()=>this[_0xfff2('0x41')]=null),this['listenTo'](_0x2c1345,_0xfff2('0x8'),()=>this[_0xfff2('0x41')]=null));}[_0xfff2('0x7')](){const _0x332593=super[_0xfff2('0x7')]();return _0x332593[_0xfff2('0x4b')]('placeholder')['to'](this),_0x332593;}['getExternalCommentNote'](){return'importWord'===this[_0xfff2('0x33')][_0xfff2('0x11')][_0xfff2('0x13')][_0xfff2('0xf')]?_0x5c715f(this['locale'],'EXTERNAL_IMPORT_WORD_COMMENT'):_0x5c715f(this['locale'],_0xfff2('0x39'));}[_0xfff2('0x18')](){return this[_0xfff2('0x33')][_0xfff2('0x29')]?'importWord'===this[_0xfff2('0x33')][_0xfff2('0x11')][_0xfff2('0x13')][_0xfff2('0xf')]?_0x5c715f(this['locale'],_0xfff2('0x4d'),this[_0xfff2('0x33')][_0xfff2('0x43')]['name']):_0x5c715f(this[_0xfff2('0x20')],'EXTERNAL_AVATAR',this[_0xfff2('0x33')]['creator'][_0xfff2('0x4f')]):null;}[_0xfff2('0x1d')](){super[_0xfff2('0x1d')](),this[_0xfff2('0x34')](this['editButton'],'edit'),this[_0xfff2('0x34')](this[_0xfff2('0x45')],_0xfff2('0x48'));}}
23
+ const _0x530a=['ck-comment__external','isReadOnly','dropdown','mouseenter','importWord','ck-annotation__info-name','isEditMode','remove','ck-annotation__info-time','label','some','blur','add','source','getUserViewNotificationText','time','_createCommentInputView','Show\x20more\x20items','ck-comment--remove','change:isEnabled','removeButton','withText','createCollection','isEditable','EXTERNAL_AVATAR','_createDropdown','buttonView','panelPosition','ck-annotation__info','ck-comment__actions','actionIndicator','focus','items','author','push','authoredAt','locale','isConfirm','_createEditButton','_createRemoveButton','set','showConfirm','ck-comment__info','resolvedAt','children','getTemplate','ck-comment__actions--hidden','ck-comment','_model','ck-comment__info-time','execute','attributes','pencil','edit','bind','Edit','isVisible','placeholder','mouseleave','formatDateTime','ck-comment--info','element','isEnabled','then','getExternalCommentNote','span','listenTo','length','EXTERNAL_IMPORT_WORD_COMMENT','panelView','actionBar','extendTemplate','ck-annotation__main','bindTemplate','icon','_attachActions','name','isSystemComment','editButton','render','@external','ck-comment--edit','change:isVisible','visibleView','isExternal','ck-comment__main','div','ck-comment__wrapper','Delete\x20comment?','addMany','userView','ck-comment__user','setTemplate','ck-comment--remove-confirmation'];(function(_0x4b5fa2,_0x530a70){const _0xaa8fac=function(_0x5a9be5){while(--_0x5a9be5){_0x4b5fa2['push'](_0x4b5fa2['shift']());}};_0xaa8fac(++_0x530a70);}(_0x530a,0x1a0));const _0xaa8f=function(_0x4b5fa2,_0x530a70){_0x4b5fa2=_0x4b5fa2-0x0;let _0xaa8fac=_0x530a[_0x4b5fa2];return _0xaa8fac;};import{ButtonView as _0x3e500e,createDropdown as _0x3d341a,ListView as _0x5e1f89,ListItemView as _0x5d8d4c}from'ckeditor5/src/ui.js';import{icons as _0x5d58d1}from'ckeditor5/src/core.js';import{UserView as _0x23916e,ConfirmMixin as _0x171e5c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0xa36540 from'./basecommentview.js';import _0x3945a1 from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x4c7e6d}from'../../../utils/common-translations.js';export default class pt extends _0x171e5c(_0xa36540){constructor(_0x2ef118,_0x19a14b,_0x156501){super(_0x2ef118,_0x19a14b,_0x156501),this[_0xaa8f('0x0')](_0xaa8f('0x54'),null),this[_0xaa8f('0x0')](_0xaa8f('0x11'),_0x4c7e6d(_0x2ef118,'Reply...')),this[_0xaa8f('0xe')](_0xaa8f('0x59'))['to'](_0x19a14b),this[_0xaa8f('0xe')](_0xaa8f('0x3'))['to'](_0x19a14b),this[_0xaa8f('0x1e')]=this[_0xaa8f('0x4c')](),this[_0xaa8f('0x25')]||(this[_0xaa8f('0x26')]=this[_0xaa8f('0x5c')](),this[_0xaa8f('0x4a')]=this[_0xaa8f('0x5d')](),this['items']=this[_0xaa8f('0x4c')](),this['items'][_0xaa8f('0x31')]([this[_0xaa8f('0x26')],this[_0xaa8f('0x4a')]]),this[_0xaa8f('0x38')]=this[_0xaa8f('0x4f')](),this[_0xaa8f('0x1e')][_0xaa8f('0x42')](this[_0xaa8f('0x38')])),this[_0xaa8f('0x32')]=new _0x23916e(_0x2ef118,_0x19a14b[_0xaa8f('0x57')],this['getUserViewNotificationText']()),this[_0xaa8f('0x32')][_0xaa8f('0x1f')]({'attributes':{'class':[_0xaa8f('0x33'),'ck-annotation__user']}}),this[_0xaa8f('0x1a')](_0x19a14b,'change:isRemovable',()=>this['cancelConfirm']()),this[_0xaa8f('0x34')](this['getTemplate']());}[_0xaa8f('0x5')](){const _0x34f12c=this[_0xaa8f('0x21')],_0x4c9430=[{'tag':_0xaa8f('0x2e'),'attributes':{'class':[_0xaa8f('0x2'),_0xaa8f('0x52')]},'children':[{'tag':_0xaa8f('0x19'),'children':[{'text':this[_0xaa8f('0x32')][_0xaa8f('0x24')]}],'attributes':{'class':['ck-comment__info-name',_0xaa8f('0x3b')]}},{'tag':_0xaa8f('0x45'),'attributes':{'datetime':_0x34f12c['to'](_0xaa8f('0x59')),'class':[_0xaa8f('0x9'),_0xaa8f('0x3e')]},'children':[{'text':_0x34f12c['to']('authoredAt',_0x3da3b9=>this['_config'][_0xaa8f('0x13')](_0x3da3b9))}]}]},{'tag':_0xaa8f('0x2e'),'attributes':{'class':[_0xaa8f('0x53'),'ck-annotation__actions',_0x34f12c['if'](_0xaa8f('0x3c'),_0xaa8f('0x6')),_0x34f12c['if'](_0xaa8f('0x3c'),'ck-annotation__actions--hidden')]},'children':this[_0xaa8f('0x1e')]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']},'children':this[_0xaa8f('0x2b')]}];return this['_model'][_0xaa8f('0x2c')]&&_0x4c9430[_0xaa8f('0x58')]({'tag':_0xaa8f('0x2e'),'attributes':{'class':[_0xaa8f('0x36')]},'children':[{'text':this[_0xaa8f('0x18')]()}]}),{'tag':'li','attributes':{'class':[_0xaa8f('0x2f'),_0x34f12c['if'](_0xaa8f('0x5b'),_0xaa8f('0x35'))],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':[_0xaa8f('0x7'),'ck-annotation',_0x34f12c['if']('isEditMode',_0xaa8f('0x29')),_0x34f12c['if']('isSystemComment',_0xaa8f('0x14')),_0x34f12c['to'](_0xaa8f('0x54'),_0xaded03=>_0xaded03?'ck-comment--'+_0xaded03:'')],'data-author-id':this[_0xaa8f('0x8')][_0xaa8f('0x57')]['id'],'data-comment-id':this['_model']['id']},'children':[this[_0xaa8f('0x32')],{'tag':_0xaa8f('0x2e'),'attributes':{'class':[_0xaa8f('0x2d'),_0xaa8f('0x20')]},'children':_0x4c9430}]}]};}[_0xaa8f('0x5c')](){const _0xd91b87=new _0x3e500e(this[_0xaa8f('0x5a')]);return _0xd91b87[_0xaa8f('0x3f')]=_0x4c7e6d(this['locale'],_0xaa8f('0xf')),_0xd91b87[_0xaa8f('0x22')]=_0x5d58d1[_0xaa8f('0xc')],_0xd91b87['withText']=!0x0,_0xd91b87[_0xaa8f('0x1f')]({'attributes':{'class':'ck-comment--edit'}}),_0xd91b87[_0xaa8f('0xe')](_0xaa8f('0x16'))['to'](this[_0xaa8f('0x8')],_0xaa8f('0x37'),_0x5b959d=>!_0x5b959d),_0xd91b87[_0xaa8f('0xe')](_0xaa8f('0x10'))['to'](this[_0xaa8f('0x8')],_0xaa8f('0x4d')),_0xd91b87['on']('execute',()=>this['switchToEditMode']()),_0xd91b87;}[_0xaa8f('0x5d')](){const _0x26fb26=new _0x3e500e(this[_0xaa8f('0x5a')]);return _0x26fb26[_0xaa8f('0x3f')]=_0x4c7e6d(this['locale'],'Remove'),_0x26fb26['icon']=_0x3945a1,_0x26fb26[_0xaa8f('0x4b')]=!0x0,_0x26fb26[_0xaa8f('0x1f')]({'attributes':{'class':_0xaa8f('0x48')}}),_0x26fb26[_0xaa8f('0xe')](_0xaa8f('0x16'))['to'](this['_model'],_0xaa8f('0x37'),_0x5d6473=>!_0x5d6473),_0x26fb26[_0xaa8f('0xe')](_0xaa8f('0x10'))['to'](this[_0xaa8f('0x8')],'isRemovable'),_0x26fb26['on'](_0xaa8f('0xa'),()=>{this[_0xaa8f('0x1')](_0x4c7e6d(this[_0xaa8f('0x5a')],_0xaa8f('0x30')),this[_0xaa8f('0x15')])[_0xaa8f('0x17')](()=>{this['fire']('removeComment',this[_0xaa8f('0x8')]['id']);});}),_0x26fb26;}['_createDropdown'](){const _0x36e7ea=_0x3d341a(this[_0xaa8f('0x5a')]),_0x33a83b=_0x36e7ea[_0xaa8f('0x1d')]['children'],_0x24f46d=new _0x5e1f89(this[_0xaa8f('0x5a')]),_0x3bb4d8=(_0x41bc41,_0x320525=-0x1)=>{const _0x20bc20=new _0x5d8d4c(this['locale']);_0x20bc20[_0xaa8f('0x4')][_0xaa8f('0x42')](_0x41bc41);const _0x4b5d5c=_0x320525>-0x1?_0x320525:_0x24f46d[_0xaa8f('0x56')][_0xaa8f('0x1b')];_0x24f46d[_0xaa8f('0x56')]['add'](_0x20bc20,_0x4b5d5c),_0x36e7ea['listenTo'](_0x41bc41,_0xaa8f('0x49'),()=>{_0x36e7ea[_0xaa8f('0x16')]=[...this[_0xaa8f('0x56')]][_0xaa8f('0x40')](_0x532f29=>_0x532f29[_0xaa8f('0x16')]);}),_0x36e7ea['listenTo'](_0x41bc41,_0xaa8f('0x2a'),()=>{_0x36e7ea[_0xaa8f('0x50')]['isVisible']=[...this['items']][_0xaa8f('0x40')](_0x20232c=>_0x20232c[_0xaa8f('0x10')]);});};_0x36e7ea[_0xaa8f('0x51')]='sw',_0x36e7ea['buttonView'][_0xaa8f('0x0')]({'label':_0x4c7e6d(this[_0xaa8f('0x5a')],_0xaa8f('0x47')),'icon':_0x5d58d1['threeVerticalDots']}),_0x36e7ea[_0xaa8f('0x16')]=[...this[_0xaa8f('0x56')]][_0xaa8f('0x40')](_0x4ae9ac=>_0x4ae9ac[_0xaa8f('0x16')]),_0x36e7ea[_0xaa8f('0x50')]['isVisible']=[...this[_0xaa8f('0x56')]][_0xaa8f('0x40')](_0x187357=>_0x187357[_0xaa8f('0x10')]);for(const _0x4d28b4 of this[_0xaa8f('0x56')])_0x3bb4d8(_0x4d28b4);return _0x33a83b[_0xaa8f('0x42')](_0x24f46d),_0x36e7ea['listenTo'](this[_0xaa8f('0x56')],_0xaa8f('0x42'),(_0x2b1b38,_0x45fc66,_0x4e88a3)=>{_0x3bb4d8(_0x45fc66,_0x4e88a3);}),_0x36e7ea[_0xaa8f('0x1a')](this[_0xaa8f('0x56')],_0xaa8f('0x3d'),(_0x53e85c,_0x7ae1ad,_0xdcee3f)=>{_0x24f46d[_0xaa8f('0x56')][_0xaa8f('0x3d')](_0xdcee3f);}),_0x36e7ea;}[_0xaa8f('0x23')](_0x459644,_0x76c319){const _0x163589=_0x459644&&_0x459644[_0xaa8f('0x15')];_0x163589&&(this[_0xaa8f('0x1a')](_0x163589,_0xaa8f('0x39'),()=>this[_0xaa8f('0x54')]=_0x76c319),this['listenTo'](_0x163589,_0xaa8f('0x55'),()=>this[_0xaa8f('0x54')]=_0x76c319),this[_0xaa8f('0x1a')](_0x163589,_0xaa8f('0x12'),()=>this['actionIndicator']=null),this['listenTo'](_0x163589,_0xaa8f('0x41'),()=>this[_0xaa8f('0x54')]=null));}['_createCommentInputView'](){const _0x44c26e=super[_0xaa8f('0x46')]();return _0x44c26e[_0xaa8f('0xe')](_0xaa8f('0x11'))['to'](this),_0x44c26e;}['getExternalCommentNote'](){return _0xaa8f('0x3a')===this[_0xaa8f('0x8')]['attributes']['@external'][_0xaa8f('0x43')]?_0x4c7e6d(this['locale'],_0xaa8f('0x1c')):_0x4c7e6d(this[_0xaa8f('0x5a')],'EXTERNAL_COMMENT');}[_0xaa8f('0x44')](){return this['_model'][_0xaa8f('0x2c')]?_0xaa8f('0x3a')===this[_0xaa8f('0x8')][_0xaa8f('0xb')][_0xaa8f('0x28')]['source']?_0x4c7e6d(this[_0xaa8f('0x5a')],'EXTERNAL_IMPORT_WORD_AVATAR',this[_0xaa8f('0x8')]['creator'][_0xaa8f('0x24')]):_0x4c7e6d(this[_0xaa8f('0x5a')],_0xaa8f('0x4e'),this[_0xaa8f('0x8')]['creator'][_0xaa8f('0x24')]):null;}['render'](){super[_0xaa8f('0x27')](),this[_0xaa8f('0x23')](this['editButton'],_0xaa8f('0xd')),this[_0xaa8f('0x23')](this['removeButton'],_0xaa8f('0x3d'));}}
package/src/comments.d.ts CHANGED
@@ -1,21 +1,21 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module comments/comments
7
7
  * @publicApi
8
8
  */
9
- import { Plugin } from 'ckeditor5/src/core';
10
- import CommentsRepository from './comments/commentsrepository';
11
- import CommentsEditing from './comments/commentsediting';
12
- import CommentsUI from './comments/commentsui';
13
- import CommentsOnly from './commentsonly';
14
- import WideSidebar from './annotations/widesidebar';
15
- import NarrowSidebar from './annotations/narrowsidebar';
16
- import InlineAnnotations from './annotations/inlineannotations';
17
- import CommentsArchiveUI from './comments/commentsarchiveui';
18
- import CommentsArchive from './comments/commentsarchive';
9
+ import { Plugin } from 'ckeditor5/src/core.js';
10
+ import CommentsRepository from './comments/commentsrepository.js';
11
+ import CommentsEditing from './comments/commentsediting.js';
12
+ import CommentsUI from './comments/commentsui.js';
13
+ import CommentsOnly from './commentsonly.js';
14
+ import WideSidebar from './annotations/widesidebar.js';
15
+ import NarrowSidebar from './annotations/narrowsidebar.js';
16
+ import InlineAnnotations from './annotations/inlineannotations.js';
17
+ import CommentsArchiveUI from './comments/commentsarchiveui.js';
18
+ import CommentsArchive from './comments/commentsarchive.js';
19
19
  /**
20
20
  * The comments plugin, which brings both the UI part and the editing part of this feature.
21
21
  *
package/src/comments.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x431e=['requires','Comments','pluginName'];(function(_0x3e4e76,_0x431e2e){var _0x4e6b4f=function(_0x2346f5){while(--_0x2346f5){_0x3e4e76['push'](_0x3e4e76['shift']());}};_0x4e6b4f(++_0x431e2e);}(_0x431e,0x169));var _0x4e6b=function(_0x3e4e76,_0x431e2e){_0x3e4e76=_0x3e4e76-0x0;var _0x4e6b4f=_0x431e[_0x3e4e76];return _0x4e6b4f;};import{Plugin as _0x3ff078}from'ckeditor5/src/core';import _0x2a9d29 from'./comments/commentsrepository';import _0x1cb983 from'./comments/commentsediting';import _0x56439d from'./comments/commentsui';import _0x19f712 from'./commentsonly';import _0x5cde61 from'./annotations/widesidebar';import _0x1b038c from'./annotations/narrowsidebar';import _0x3eb411 from'./annotations/inlineannotations';import _0xed6134 from'./comments/commentsarchiveui';import _0xf067d9 from'./comments/commentsarchive';export default class f extends _0x3ff078{static get[_0x4e6b('0x2')](){return[_0x2a9d29,_0x1cb983,_0x56439d,_0xf067d9,_0xed6134,_0x19f712,_0x5cde61,_0x1b038c,_0x3eb411];}static get[_0x4e6b('0x1')](){return _0x4e6b('0x0');}}
23
+ var _0x394e=['Comments','requires'];(function(_0x54894a,_0x394e38){var _0xc4008a=function(_0x555e8e){while(--_0x555e8e){_0x54894a['push'](_0x54894a['shift']());}};_0xc4008a(++_0x394e38);}(_0x394e,0x1c7));var _0xc400=function(_0x54894a,_0x394e38){_0x54894a=_0x54894a-0x0;var _0xc4008a=_0x394e[_0x54894a];return _0xc4008a;};import{Plugin as _0x6249ce}from'ckeditor5/src/core.js';import _0x4bf83a from'./comments/commentsrepository.js';import _0x495279 from'./comments/commentsediting.js';import _0x33c622 from'./comments/commentsui.js';import _0x414ee3 from'./commentsonly.js';import _0x23f524 from'./annotations/widesidebar.js';import _0x52fe33 from'./annotations/narrowsidebar.js';import _0x55b667 from'./annotations/inlineannotations.js';import _0x4b8fe7 from'./comments/commentsarchiveui.js';import _0x16b7db from'./comments/commentsarchive.js';export default class f extends _0x6249ce{static get[_0xc400('0x0')](){return[_0x4bf83a,_0x495279,_0x33c622,_0x16b7db,_0x4b8fe7,_0x414ee3,_0x23f524,_0x52fe33,_0x55b667];}static get['pluginName'](){return _0xc400('0x1');}}
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module comments/commentsonly
7
7
  * @publicApi
8
8
  */
9
- import { Plugin, type Editor } from 'ckeditor5/src/core';
10
- import CommentsEditing from './comments/commentsediting';
9
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
10
+ import CommentsEditing from './comments/commentsediting.js';
11
11
  /**
12
12
  * The `CommentsOnly` plugin allows you to put the editor in a mode where a user can only add, edit or delete comments.
13
13
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9eab=['editor','set','affectsData','DragDrop','pluginName','view','stop','highest','afterInit','has','document','stopListening','editing','cut','get','isEnabled','listenTo','_disableCommentsOnlyMode','commands','forceDisabled','_enableCommentsOnlyMode','commentsOnly','delete','addCommentThread','requires','commentsOnlyMode','CommentsOnly','plugins'];(function(_0x180c1d,_0x9eabad){const _0x1879d7=function(_0x278d04){while(--_0x278d04){_0x180c1d['push'](_0x180c1d['shift']());}};_0x1879d7(++_0x9eabad);}(_0x9eab,0xc9));const _0x1879=function(_0x180c1d,_0x9eabad){_0x180c1d=_0x180c1d-0x0;let _0x1879d7=_0x9eab[_0x180c1d];return _0x1879d7;};import{Plugin as _0x5717bf}from'ckeditor5/src/core';import _0x3954e1 from'./comments/commentsediting';export default class n extends _0x5717bf{static get[_0x1879('0x1b')](){return _0x1879('0x15');}static get[_0x1879('0x13')](){return[_0x3954e1];}constructor(_0x9f61d1){super(_0x9f61d1),this[_0x1879('0x18')](_0x1879('0xa'),!0x1),this['on']('change:isEnabled',(_0x403db2,_0xe4334f,_0x110fda)=>{_0x110fda?this[_0x1879('0xf')]():this[_0x1879('0xc')]();});}[_0x1879('0x3')](){!this[_0x1879('0xa')]&&this[_0x1879('0x17')]['config'][_0x1879('0x9')](_0x1879('0x10'))&&(this[_0x1879('0xa')]=!0x0);}['_enableCommentsOnlyMode'](){for(const [_0x210d2e,_0x1b6141]of this[_0x1879('0x17')][_0x1879('0xd')])_0x1b6141[_0x1879('0x19')]&&_0x1879('0x12')!==_0x210d2e&&_0x1b6141[_0x1879('0xe')](_0x1879('0x14'));this[_0x1879('0x17')][_0x1879('0x16')][_0x1879('0x4')](_0x1879('0x1a'))&&this['editor']['plugins'][_0x1879('0x9')](_0x1879('0x1a'))[_0x1879('0xe')](_0x1879('0x14'));const _0x4f8ad8=this[_0x1879('0x17')][_0x1879('0x7')][_0x1879('0x0')][_0x1879('0x5')];this[_0x1879('0xb')](_0x4f8ad8,_0x1879('0x8'),_0x33cf4e=>_0x33cf4e[_0x1879('0x1')](),{'priority':_0x1879('0x2')}),this[_0x1879('0xb')](_0x4f8ad8,'clipboardInput',_0x15d9e6=>_0x15d9e6[_0x1879('0x1')](),{'priority':_0x1879('0x2')}),this['listenTo'](_0x4f8ad8,_0x1879('0x11'),_0x329abb=>_0x329abb['stop'](),{'priority':_0x1879('0x2')});}['_disableCommentsOnlyMode'](){for(const [_0x17c91c,_0x18e5af]of this[_0x1879('0x17')]['commands'])_0x18e5af[_0x1879('0x19')]&&_0x1879('0x12')!==_0x17c91c&&_0x18e5af['clearForceDisabled'](_0x1879('0x14'));this[_0x1879('0x6')](this['editor']['editing'][_0x1879('0x0')][_0x1879('0x5')]);}}
23
+ const _0x579c=['commentsOnlyMode','affectsData','commands','isEnabled','view','editing','stop','get','change:isEnabled','requires','stopListening','config','plugins','forceDisabled','_enableCommentsOnlyMode','DragDrop','has','highest','delete','pluginName','clipboardInput','afterInit','_disableCommentsOnlyMode','cut','listenTo','editor','addCommentThread','document'];(function(_0x847b17,_0x579ca2){const _0x307274=function(_0x49e481){while(--_0x49e481){_0x847b17['push'](_0x847b17['shift']());}};_0x307274(++_0x579ca2);}(_0x579c,0x86));const _0x3072=function(_0x847b17,_0x579ca2){_0x847b17=_0x847b17-0x0;let _0x307274=_0x579c[_0x847b17];return _0x307274;};import{Plugin as _0x196245}from'ckeditor5/src/core.js';import _0x4022e2 from'./comments/commentsediting.js';export default class e extends _0x196245{static get[_0x3072('0x19')](){return'CommentsOnly';}static get[_0x3072('0xf')](){return[_0x4022e2];}constructor(_0x5f567d){super(_0x5f567d),this['set']('isEnabled',!0x1),this['on'](_0x3072('0xe'),(_0x317e0e,_0x5eb909,_0x597655)=>{_0x597655?this[_0x3072('0x14')]():this[_0x3072('0x0')]();});}[_0x3072('0x1b')](){!this[_0x3072('0x9')]&&this[_0x3072('0x3')][_0x3072('0x11')][_0x3072('0xd')]('commentsOnly')&&(this[_0x3072('0x9')]=!0x0);}[_0x3072('0x14')](){for(const [_0x3eed31,_0x554292]of this[_0x3072('0x3')][_0x3072('0x8')])_0x554292[_0x3072('0x7')]&&_0x3072('0x4')!==_0x3eed31&&_0x554292['forceDisabled'](_0x3072('0x6'));this[_0x3072('0x3')][_0x3072('0x12')][_0x3072('0x16')](_0x3072('0x15'))&&this[_0x3072('0x3')][_0x3072('0x12')][_0x3072('0xd')](_0x3072('0x15'))[_0x3072('0x13')](_0x3072('0x6'));const _0x520b9e=this[_0x3072('0x3')][_0x3072('0xb')][_0x3072('0xa')][_0x3072('0x5')];this[_0x3072('0x2')](_0x520b9e,_0x3072('0x1'),_0x2b3827=>_0x2b3827['stop'](),{'priority':'highest'}),this[_0x3072('0x2')](_0x520b9e,_0x3072('0x1a'),_0x31e666=>_0x31e666[_0x3072('0xc')](),{'priority':_0x3072('0x17')}),this[_0x3072('0x2')](_0x520b9e,_0x3072('0x18'),_0x1afbb3=>_0x1afbb3[_0x3072('0xc')](),{'priority':_0x3072('0x17')});}['_disableCommentsOnlyMode'](){for(const [_0x3663c5,_0x32c07c]of this[_0x3072('0x3')][_0x3072('0x8')])_0x32c07c[_0x3072('0x7')]&&_0x3072('0x4')!==_0x3663c5&&_0x32c07c['clearForceDisabled'](_0x3072('0x6'));this[_0x3072('0x10')](this[_0x3072('0x3')]['editing'][_0x3072('0xa')]['document']);}}
package/src/config.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module comments/config
7
7
  * @publicApi
8
8
  */
9
- import type { EditorConfig } from 'ckeditor5/src/core';
10
- import type CommentView from './comments/ui/view/commentview';
11
- import type BaseCommentThreadView from './comments/ui/view/basecommentthreadview';
9
+ import type { EditorConfig } from 'ckeditor5/src/core.js';
10
+ import type CommentView from './comments/ui/view/commentview.js';
11
+ import type BaseCommentThreadView from './comments/ui/view/basecommentthreadview.js';
12
12
  /**
13
13
  * The configuration of the comments feature.
14
14
  *
package/src/config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
package/src/index.d.ts CHANGED
@@ -1,24 +1,24 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- export { default as Comments } from './comments';
6
- export { default as CommentsOnly } from './commentsonly';
7
- export { default as CommentsUI } from './comments/commentsui';
8
- export { default as CommentsRepository, CommentThread, Comment, type CommentDataJSON, type CommentThreadContext, type CommentThreadDataJSON } from './comments/commentsrepository';
9
- export { default as CommentThreadController } from './comments/ui/commentthreadcontroller';
10
- export { default as Annotations } from './annotations/annotations';
11
- export { default as AnnotationsUIs } from './annotations/annotationsuis';
12
- export { default as EditorAnnotations } from './annotations/editorannotations';
13
- export { default as InlineAnnotations } from './annotations/inlineannotations';
14
- export { default as WideSidebar } from './annotations/widesidebar';
15
- export { default as NarrowSidebar } from './annotations/narrowsidebar';
16
- export { default as AnnotationView } from './annotations/view/annotationview';
17
- export { default as BaseCommentView } from './comments/ui/view/basecommentview';
18
- export { default as BaseCommentThreadView } from './comments/ui/view/basecommentthreadview';
19
- export { default as CommentsListView } from './comments/ui/view/commentslistview';
20
- export { default as CommentView } from './comments/ui/view/commentview';
21
- export { default as CommentThreadInputView } from './comments/ui/view/commentthreadinputview';
22
- export type { CommentsConfig, SidebarConfig } from './config';
23
- export type { default as CommentsEditing } from './comments/commentsediting';
24
- import './augmentation';
5
+ export { default as Comments } from './comments.js';
6
+ export { default as CommentsOnly } from './commentsonly.js';
7
+ export { default as CommentsUI } from './comments/commentsui.js';
8
+ export { default as CommentsRepository, CommentThread, Comment, type CommentDataJSON, type CommentThreadContext, type CommentThreadDataJSON } from './comments/commentsrepository.js';
9
+ export { default as CommentThreadController } from './comments/ui/commentthreadcontroller.js';
10
+ export { default as Annotations } from './annotations/annotations.js';
11
+ export { default as AnnotationsUIs } from './annotations/annotationsuis.js';
12
+ export { default as EditorAnnotations } from './annotations/editorannotations.js';
13
+ export { default as InlineAnnotations } from './annotations/inlineannotations.js';
14
+ export { default as WideSidebar } from './annotations/widesidebar.js';
15
+ export { default as NarrowSidebar } from './annotations/narrowsidebar.js';
16
+ export { default as AnnotationView } from './annotations/view/annotationview.js';
17
+ export { default as BaseCommentView } from './comments/ui/view/basecommentview.js';
18
+ export { default as BaseCommentThreadView } from './comments/ui/view/basecommentthreadview.js';
19
+ export { default as CommentsListView } from './comments/ui/view/commentslistview.js';
20
+ export { default as CommentView } from './comments/ui/view/commentview.js';
21
+ export { default as CommentThreadInputView } from './comments/ui/view/commentthreadinputview.js';
22
+ export type { CommentsConfig, SidebarConfig } from './config.js';
23
+ export type { default as CommentsEditing } from './comments/commentsediting.js';
24
+ import './augmentation.js';
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export{default as Comments}from'./comments';export{default as CommentsOnly}from'./commentsonly';export{default as CommentsUI}from'./comments/commentsui';export{default as CommentsRepository,CommentThread,Comment}from'./comments/commentsrepository';export{default as CommentThreadController}from'./comments/ui/commentthreadcontroller';export{default as Annotations}from'./annotations/annotations';export{default as AnnotationsUIs}from'./annotations/annotationsuis';export{default as EditorAnnotations}from'./annotations/editorannotations';export{default as InlineAnnotations}from'./annotations/inlineannotations';export{default as WideSidebar}from'./annotations/widesidebar';export{default as NarrowSidebar}from'./annotations/narrowsidebar';export{default as AnnotationView}from'./annotations/view/annotationview';export{default as BaseCommentView}from'./comments/ui/view/basecommentview';export{default as BaseCommentThreadView}from'./comments/ui/view/basecommentthreadview';export{default as CommentsListView}from'./comments/ui/view/commentslistview';export{default as CommentView}from'./comments/ui/view/commentview';export{default as CommentThreadInputView}from'./comments/ui/view/commentthreadinputview';import'./augmentation';
23
+ 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 Annotations}from'./annotations/annotations.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';export{default as CommentsListView}from'./comments/ui/view/commentslistview.js';export{default as CommentView}from'./comments/ui/view/commentview.js';export{default as CommentThreadInputView}from'./comments/ui/view/commentthreadinputview.js';import'./augmentation.js';
@@ -1,9 +1,9 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module comments/utils/common-translations
7
7
  */
8
- import type { Locale } from 'ckeditor5/src/utils';
8
+ import type { Locale } from 'ckeditor5/src/utils.js';
9
9
  export declare function getTranslation(locale: Locale, id: string, values?: string | Array<string> | number): string;
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x5d5eba,_0x21c754,_0x5aa97e){const t=_0x5d5eba['t'];switch(_0x21c754){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'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20comment.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20comment.','id':'ENTER_COMMENT_ANNOUNCEMENT'});case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0x5aa97e);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'},_0x5aa97e);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'},_0x5aa97e);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'},_0x5aa97e);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'});default:return'';}}
23
+ export function getTranslation(_0x242276,_0x1e788a,_0xaab6ea){const t=_0x242276['t'];switch(_0x1e788a){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'LEAVE_COMMENT_ANNOUNCEMENT':return t({'string':'Leaving\x20a\x20comment.','id':'LEAVE_COMMENT_ANNOUNCEMENT'});case'ENTER_COMMENT_ANNOUNCEMENT':return t({'string':'Entering\x20a\x20comment.','id':'ENTER_COMMENT_ANNOUNCEMENT'});case'NUMBER_OF_COMMENTS':return t({'string':'%0\x20Comment','plural':'%0\x20Comments','id':'NUMBER_OF_COMMENTS'},_0xaab6ea);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'},_0xaab6ea);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'},_0xaab6ea);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'},_0xaab6ea);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'});default:return'';}}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3501=['disconnect','attributes','cancel','class','type','observe','childList','characterData'];(function(_0x25f005,_0x350107){const _0x24c8f5=function(_0x3b15ce){while(--_0x3b15ce){_0x25f005['push'](_0x25f005['shift']());}};_0x24c8f5(++_0x350107);}(_0x3501,0x103));const _0x24c8=function(_0x25f005,_0x350107){_0x25f005=_0x25f005-0x0;let _0x24c8f5=_0x3501[_0x25f005];return _0x24c8f5;};import{throttle as _0x2a73a2}from'lodash-es';export default function Dt(_0x3debe7){const _0x536907=_0x2a73a2(_0x3debe7,0x1e),_0x3f89fe=new MutationObserver(_0x53f00b=>{for(const _0x44f3c4 of _0x53f00b)(_0x24c8('0x6')==_0x44f3c4[_0x24c8('0x1')]&&_0x24c8('0x0')==_0x44f3c4['attributeName']||_0x24c8('0x3')==_0x44f3c4[_0x24c8('0x1')]||_0x24c8('0x4')==_0x44f3c4['type'])&&_0x536907();});return{'attach'(_0x18d16f){_0x3f89fe[_0x24c8('0x2')](_0x18d16f,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x3f89fe[_0x24c8('0x5')](),_0x536907[_0x24c8('0x7')]();}};}
23
+ const _0x5d5e=['attributes','observe','type','childList','characterData','class','disconnect','attributeName','cancel'];(function(_0x1b2c15,_0x5d5eae){const _0x2d2268=function(_0xc85af7){while(--_0xc85af7){_0x1b2c15['push'](_0x1b2c15['shift']());}};_0x2d2268(++_0x5d5eae);}(_0x5d5e,0xd6));const _0x2d22=function(_0x1b2c15,_0x5d5eae){_0x1b2c15=_0x1b2c15-0x0;let _0x2d2268=_0x5d5e[_0x1b2c15];return _0x2d2268;};import{throttle as _0x46fd42}from'lodash-es';export default function Dt(_0x12bb49){const _0x597420=_0x46fd42(_0x12bb49,0x1e),_0x2a6578=new MutationObserver(_0x10fbbf=>{for(const _0x1506fd of _0x10fbbf)(_0x2d22('0x2')==_0x1506fd['type']&&_0x2d22('0x7')==_0x1506fd[_0x2d22('0x0')]||_0x2d22('0x5')==_0x1506fd[_0x2d22('0x4')]||_0x2d22('0x6')==_0x1506fd[_0x2d22('0x4')])&&_0x597420();});return{'attach'(_0x5d22e6){_0x2a6578[_0x2d22('0x3')](_0x5d22e6,{'attributes':!0x0,'childList':!0x0,'subtree':!0x0,'characterData':!0x0});},'detach'(){_0x2a6578[_0x2d22('0x8')](),_0x597420[_0x2d22('0x1')]();}};}
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
package/theme/comment.css CHANGED
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -3,13 +3,13 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
10
10
  .ck .ck-comments-archive-dropdown {
11
11
  &.ck-dropdown__panel {
12
- z-index: var( --ck-z-modal );
12
+ z-index: var( --ck-z-panel );
13
13
  }
14
14
  }
15
15
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10
 
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10
 
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10
 
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10
 
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9
 
package/theme/sidebar.css CHANGED
@@ -3,7 +3,7 @@
3
3
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
4
4
  * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
5
5
  *
6
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
6
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
7
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
8
  */
9
9