@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.
- package/CHANGELOG.md +19 -19
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/build/comments.js +2 -2
- package/build/translations/gl.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/ug.js +1 -1
- package/lang/translations/af.po +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/bs.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de-ch.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es-co.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fa.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +3 -3
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/jv.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sq.po +1 -1
- package/lang/translations/sr-latn.po +4 -4
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/tt.po +1 -1
- package/lang/translations/ug.po +11 -11
- package/lang/translations/uk.po +1 -1
- package/lang/translations/ur.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +4 -3
- package/src/annotations/annotation.d.ts +7 -7
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.d.ts +4 -4
- package/src/annotations/annotationcollection.js +2 -2
- package/src/annotations/annotations.d.ts +7 -7
- package/src/annotations/annotations.js +2 -2
- package/src/annotations/annotationsuis.d.ts +6 -6
- package/src/annotations/annotationsuis.js +2 -2
- package/src/annotations/editorannotations.d.ts +5 -5
- package/src/annotations/editorannotations.js +2 -2
- package/src/annotations/inlineannotations.d.ts +7 -7
- package/src/annotations/inlineannotations.js +2 -2
- package/src/annotations/narrowsidebar.d.ts +7 -7
- package/src/annotations/narrowsidebar.js +2 -2
- package/src/annotations/sidebar.d.ts +6 -6
- package/src/annotations/sidebar.js +2 -2
- package/src/annotations/view/annotationcounterbuttonview.d.ts +3 -3
- package/src/annotations/view/annotationcounterbuttonview.js +2 -2
- package/src/annotations/view/annotationview.d.ts +3 -3
- package/src/annotations/view/annotationview.js +2 -2
- package/src/annotations/view/sidebaritemview.d.ts +3 -3
- package/src/annotations/view/sidebaritemview.js +2 -2
- package/src/annotations/view/sidebarview.d.ts +3 -3
- package/src/annotations/view/sidebarview.js +2 -2
- package/src/annotations/widesidebar.d.ts +6 -6
- package/src/annotations/widesidebar.js +2 -2
- package/src/augmentation.d.ts +2 -2
- package/src/augmentation.js +1 -1
- package/src/comments/addcommentthreadcommand.d.ts +2 -2
- package/src/comments/addcommentthreadcommand.js +2 -2
- package/src/comments/commentsarchive.d.ts +5 -5
- package/src/comments/commentsarchive.js +2 -2
- package/src/comments/commentsarchiveui.d.ts +6 -6
- package/src/comments/commentsarchiveui.js +2 -2
- package/src/comments/commentsediting.d.ts +7 -7
- package/src/comments/commentsediting.js +2 -2
- package/src/comments/commentsrepository.d.ts +13 -12
- package/src/comments/commentsrepository.js +2 -2
- package/src/comments/commentsui.d.ts +6 -6
- package/src/comments/commentsui.js +2 -2
- package/src/comments/integrations/commentsrestrictededitingmode.d.ts +2 -2
- package/src/comments/integrations/commentsrestrictededitingmode.js +2 -2
- package/src/comments/integrations/importword.d.ts +2 -2
- package/src/comments/integrations/importword.js +2 -2
- package/src/comments/ui/commenteditor/commenteditor.d.ts +5 -5
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.d.ts +4 -4
- package/src/comments/ui/commenteditor/commenteditorui.js +2 -2
- package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +5 -5
- package/src/comments/ui/commenteditor/commenteditoruiview.js +2 -2
- package/src/comments/ui/commentthreadcontroller.d.ts +5 -5
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.d.ts +9 -9
- package/src/comments/ui/view/basecommentthreadview.js +2 -2
- package/src/comments/ui/view/basecommentview.d.ts +5 -5
- package/src/comments/ui/view/basecommentview.js +2 -2
- package/src/comments/ui/view/collapsedcommentsview.d.ts +3 -3
- package/src/comments/ui/view/collapsedcommentsview.js +2 -2
- package/src/comments/ui/view/commentcontentview.d.ts +3 -3
- package/src/comments/ui/view/commentcontentview.js +2 -2
- package/src/comments/ui/view/commentinputview.d.ts +5 -5
- package/src/comments/ui/view/commentinputview.js +2 -2
- package/src/comments/ui/view/commentsarchiveview.d.ts +4 -4
- package/src/comments/ui/view/commentsarchiveview.js +2 -2
- package/src/comments/ui/view/commentslistview.d.ts +6 -6
- package/src/comments/ui/view/commentslistview.js +2 -2
- package/src/comments/ui/view/commentthreadheaderview.d.ts +4 -4
- package/src/comments/ui/view/commentthreadheaderview.js +2 -2
- package/src/comments/ui/view/commentthreadinputview.d.ts +6 -6
- package/src/comments/ui/view/commentthreadinputview.js +2 -2
- package/src/comments/ui/view/commentthreadview.d.ts +8 -8
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.d.ts +9 -9
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments.d.ts +11 -11
- package/src/comments.js +2 -2
- package/src/commentsonly.d.ts +3 -3
- package/src/commentsonly.js +2 -2
- package/src/config.d.ts +4 -4
- package/src/config.js +1 -1
- package/src/index.d.ts +21 -21
- package/src/index.js +2 -2
- package/src/utils/common-translations.d.ts +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/createmutationobserver.d.ts +1 -1
- package/src/utils/createmutationobserver.js +2 -2
- package/theme/annotation-inline.css +1 -1
- package/theme/annotation.css +1 -1
- package/theme/comment.css +1 -1
- package/theme/commentinput.css +1 -1
- package/theme/commentmarker.css +1 -1
- package/theme/commentsarchive.css +2 -2
- package/theme/commentthread.css +1 -1
- package/theme/icons/add-comment.svg +1 -1
- package/theme/icons/comments-archive.svg +1 -1
- package/theme/icons/edit-comment.svg +1 -1
- package/theme/icons/remove-comment.svg +1 -1
- package/theme/sidebar-narrow.css +1 -1
- package/theme/sidebar.css +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
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
|
|
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-
|
|
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-
|
|
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
|
|
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');}}
|
package/src/commentsonly.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
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
|
*
|
package/src/commentsonly.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2003-
|
|
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
|
|
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-
|
|
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
package/src/index.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
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-
|
|
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-
|
|
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-
|
|
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(
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
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/annotation.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-
|
|
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-
|
|
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/commentinput.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-
|
|
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/commentmarker.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-
|
|
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-
|
|
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-
|
|
12
|
+
z-index: var( --ck-z-panel );
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
package/theme/commentthread.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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
7
|
+
Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
8
8
|
|
|
9
9
|
!-->
|
|
10
10
|
|
package/theme/sidebar-narrow.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-
|
|
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-
|
|
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
|
|