@ckeditor/ckeditor5-comments 40.0.0 → 40.2.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 +3 -3
- package/README.md +1 -1
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +2 -0
- package/lang/translations/af.po +8 -0
- package/lang/translations/ar.po +8 -0
- package/lang/translations/bg.po +8 -0
- package/lang/translations/bn.po +8 -0
- package/lang/translations/bs.po +8 -0
- package/lang/translations/ca.po +8 -0
- package/lang/translations/cs.po +8 -0
- package/lang/translations/da.po +8 -0
- package/lang/translations/de-ch.po +8 -0
- package/lang/translations/de.po +8 -0
- package/lang/translations/el.po +8 -0
- package/lang/translations/en-au.po +8 -0
- package/lang/translations/en.po +8 -0
- package/lang/translations/es-co.po +8 -0
- package/lang/translations/es.po +8 -0
- package/lang/translations/et.po +8 -0
- package/lang/translations/fa.po +8 -0
- package/lang/translations/fi.po +8 -0
- package/lang/translations/fr.po +8 -0
- package/lang/translations/gl.po +8 -0
- package/lang/translations/he.po +8 -0
- package/lang/translations/hi.po +8 -0
- package/lang/translations/hr.po +8 -0
- package/lang/translations/hu.po +8 -0
- package/lang/translations/id.po +8 -0
- package/lang/translations/it.po +8 -0
- package/lang/translations/ja.po +8 -0
- package/lang/translations/jv.po +8 -0
- package/lang/translations/ko.po +8 -0
- package/lang/translations/lt.po +8 -0
- package/lang/translations/lv.po +8 -0
- package/lang/translations/ms.po +8 -0
- package/lang/translations/nl.po +8 -0
- package/lang/translations/no.po +8 -0
- package/lang/translations/pl.po +8 -0
- package/lang/translations/pt-br.po +8 -0
- package/lang/translations/pt.po +8 -0
- package/lang/translations/ro.po +8 -0
- package/lang/translations/ru.po +8 -0
- package/lang/translations/sk.po +8 -0
- package/lang/translations/sq.po +8 -0
- package/lang/translations/sr-latn.po +9 -1
- package/lang/translations/sr.po +8 -0
- package/lang/translations/sv.po +8 -0
- package/lang/translations/th.po +8 -0
- package/lang/translations/tk.po +8 -0
- package/lang/translations/tr.po +8 -0
- package/lang/translations/tt.po +8 -0
- package/lang/translations/ug.po +16 -8
- package/lang/translations/uk.po +8 -0
- package/lang/translations/ur.po +8 -0
- package/lang/translations/vi.po +8 -0
- package/lang/translations/zh-cn.po +8 -0
- package/lang/translations/zh.po +8 -0
- package/package.json +3 -3
- package/src/annotations/annotation.d.ts +90 -90
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.d.ts +98 -98
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +154 -154
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.d.ts +232 -232
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.d.ts +67 -67
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.d.ts +90 -90
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.d.ts +85 -85
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +100 -100
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.d.ts +29 -29
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +90 -90
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +55 -55
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +32 -32
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.d.ts +77 -77
- package/src/annotations/widesidebar.js +1 -1
- package/src/augmentation.d.ts +52 -52
- package/src/comments/addcommentthreadcommand.d.ts +35 -35
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.d.ts +31 -31
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.d.ts +38 -38
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +79 -79
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +1130 -1129
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.d.ts +33 -33
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.d.ts +17 -17
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.d.ts +21 -21
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.d.ts +31 -31
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +36 -36
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.d.ts +64 -64
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.d.ts +119 -119
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +112 -112
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.d.ts +13 -13
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.d.ts +14 -14
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +86 -86
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +38 -38
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +100 -100
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.d.ts +50 -50
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +41 -41
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +118 -118
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.d.ts +243 -243
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.d.ts +35 -35
- package/src/comments.js +1 -1
- package/src/commentsonly.d.ts +33 -33
- package/src/commentsonly.js +1 -1
- package/src/config.d.ts +176 -176
- package/src/index.d.ts +24 -24
- package/src/utils/common-translations.d.ts +9 -9
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.d.ts +14 -14
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +1 -1
|
@@ -1,243 +1,243 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @module comments/comments/ui/view/commentview
|
|
7
|
-
* @publicApi
|
|
8
|
-
*/
|
|
9
|
-
import { type Locale } from 'ckeditor5/src/utils';
|
|
10
|
-
import { ButtonView, type TemplateDefinition, type ViewCollection, type DropdownView } from 'ckeditor5/src/ui';
|
|
11
|
-
import { UserView } from 'ckeditor5-collaboration/src/collaboration-core';
|
|
12
|
-
import BaseCommentView from './basecommentview';
|
|
13
|
-
import type { Comment } from '../../commentsrepository';
|
|
14
|
-
import type CommentInputView from './commentinputview';
|
|
15
|
-
import type { CommentViewConfig } from '../../../config';
|
|
16
|
-
declare const CommentView_base: import("ckeditor5/src/utils").Mixed<typeof BaseCommentView, import("@ckeditor/ckeditor5-collaboration-core/src/utils/confirmmixin").ConfirmApi>;
|
|
17
|
-
/**
|
|
18
|
-
* The default view for comment.
|
|
19
|
-
*/
|
|
20
|
-
export default class CommentView extends CommentView_base {
|
|
21
|
-
locale: Locale;
|
|
22
|
-
isConfirm: boolean;
|
|
23
|
-
cancelConfirm: () => void;
|
|
24
|
-
showConfirm: (key: string, element: unknown) => Promise<void>;
|
|
25
|
-
/**
|
|
26
|
-
* A property used by the template.
|
|
27
|
-
*
|
|
28
|
-
* It works as a visual indicator for the user that an action is about to be performed.
|
|
29
|
-
* The value of this property is used in setting the CSS class.
|
|
30
|
-
* The property is used when the user interacts with the view.
|
|
31
|
-
*
|
|
32
|
-
* @observable
|
|
33
|
-
*/
|
|
34
|
-
actionIndicator: string | null;
|
|
35
|
-
/**
|
|
36
|
-
* Comment editor placeholder value.
|
|
37
|
-
*
|
|
38
|
-
* @observable
|
|
39
|
-
*/
|
|
40
|
-
placeholder: string;
|
|
41
|
-
/**
|
|
42
|
-
* Comment creation date.
|
|
43
|
-
*
|
|
44
|
-
* @observable
|
|
45
|
-
*/
|
|
46
|
-
authoredAt: Date;
|
|
47
|
-
/**
|
|
48
|
-
* Comment resolved date.
|
|
49
|
-
*
|
|
50
|
-
* @observable
|
|
51
|
-
*/
|
|
52
|
-
resolvedAt: Date | null;
|
|
53
|
-
/**
|
|
54
|
-
* Collection for UI elements that manage the comment.
|
|
55
|
-
*
|
|
56
|
-
* Elements that may be found in the action bar (depending on the comment view properties):
|
|
57
|
-
*
|
|
58
|
-
* * the resolve comment thread button (only if the comment is the first comment),
|
|
59
|
-
* * a dropdown with actions ({@link ~CommentView#dropdown `dropdown`}).
|
|
60
|
-
*/
|
|
61
|
-
actionBar: ViewCollection;
|
|
62
|
-
/**
|
|
63
|
-
* View collection which holds all the comments dropdown elements.
|
|
64
|
-
*
|
|
65
|
-
* May include, depending on the view properties:
|
|
66
|
-
*
|
|
67
|
-
* * {@link ~CommentView#editButton `editButton`},
|
|
68
|
-
* * {@link ~CommentView#removeButton `removeButton`}.
|
|
69
|
-
*/
|
|
70
|
-
items: ViewCollection<ButtonView>;
|
|
71
|
-
/**
|
|
72
|
-
* Dropdown containing comment action buttons defined in {@link ~CommentView#items `items`}.
|
|
73
|
-
*/
|
|
74
|
-
dropdown: DropdownView;
|
|
75
|
-
/**
|
|
76
|
-
* Edit button view. Edit button switches the comment to the editing mode.
|
|
77
|
-
*/
|
|
78
|
-
editButton: ButtonView;
|
|
79
|
-
/**
|
|
80
|
-
* Remove button view. Remove button shows a confirmation box that fires the `removeComment` event when submitted.
|
|
81
|
-
*/
|
|
82
|
-
removeButton: ButtonView;
|
|
83
|
-
/**
|
|
84
|
-
* User view for the comment. Presents the comment author.
|
|
85
|
-
*/
|
|
86
|
-
userView: UserView;
|
|
87
|
-
/**
|
|
88
|
-
* @inheritDoc
|
|
89
|
-
*/
|
|
90
|
-
constructor(locale: Locale, model: Comment, config: CommentViewConfig);
|
|
91
|
-
/**
|
|
92
|
-
* Returns a template definition that will be passed to {@link module:ui/view~View#setTemplate}.
|
|
93
|
-
*
|
|
94
|
-
* Overwrite this method if you want to set a custom template for the comment view.
|
|
95
|
-
*
|
|
96
|
-
* The default template looks as follows:
|
|
97
|
-
*
|
|
98
|
-
* ```ts
|
|
99
|
-
* const bind = this.bindTemplate;
|
|
100
|
-
*
|
|
101
|
-
* {
|
|
102
|
-
* tag: 'li',
|
|
103
|
-
*
|
|
104
|
-
* attributes: {
|
|
105
|
-
* class: [
|
|
106
|
-
* 'ck-comment__wrapper',
|
|
107
|
-
* bind.if( 'isConfirm', 'ck-comment--remove-confirmation' )
|
|
108
|
-
* ],
|
|
109
|
-
* tabindex: -1
|
|
110
|
-
* },
|
|
111
|
-
*
|
|
112
|
-
* children: [
|
|
113
|
-
* {
|
|
114
|
-
* tag: 'div',
|
|
115
|
-
*
|
|
116
|
-
* attributes: {
|
|
117
|
-
* class: [
|
|
118
|
-
* 'ck-comment',
|
|
119
|
-
* 'ck-annotation',
|
|
120
|
-
* bind.if( 'isSystemComment', 'ck-comment--info' ),
|
|
121
|
-
* bind.if( 'isEditMode', 'ck-comment--edit' ),
|
|
122
|
-
* bind.to( 'actionIndicator', value => value ? `ck-comment--${ value }` : '' )
|
|
123
|
-
* ],
|
|
124
|
-
* 'data-author-id': this._model.author.id,
|
|
125
|
-
* 'data-comment-id': this._model.id
|
|
126
|
-
* },
|
|
127
|
-
*
|
|
128
|
-
* children: [
|
|
129
|
-
* this.userView,
|
|
130
|
-
* {
|
|
131
|
-
* tag: 'div',
|
|
132
|
-
*
|
|
133
|
-
* attributes: {
|
|
134
|
-
* class: [ 'ck-comment__main', 'ck-annotation__main' ]
|
|
135
|
-
* },
|
|
136
|
-
*
|
|
137
|
-
* children: [
|
|
138
|
-
* {
|
|
139
|
-
* tag: 'div',
|
|
140
|
-
*
|
|
141
|
-
* attributes: {
|
|
142
|
-
* class: [ 'ck-comment__info', 'ck-annotation__info' ]
|
|
143
|
-
* },
|
|
144
|
-
*
|
|
145
|
-
* children: [
|
|
146
|
-
* {
|
|
147
|
-
* tag: 'span',
|
|
148
|
-
*
|
|
149
|
-
* children: [
|
|
150
|
-
* {
|
|
151
|
-
* text: this.userView.name
|
|
152
|
-
* }
|
|
153
|
-
* ],
|
|
154
|
-
*
|
|
155
|
-
* attributes: {
|
|
156
|
-
* class: [ 'ck-comment__info-name', 'ck-annotation__info-name' ]
|
|
157
|
-
* }
|
|
158
|
-
* },
|
|
159
|
-
* {
|
|
160
|
-
* tag: 'time',
|
|
161
|
-
*
|
|
162
|
-
* attributes: {
|
|
163
|
-
* datetime: bind.to( 'authoredAt' ),
|
|
164
|
-
* class: [ 'ck-comment__info-time', 'ck-annotation__info-time' ]
|
|
165
|
-
* },
|
|
166
|
-
*
|
|
167
|
-
* children: [
|
|
168
|
-
* {
|
|
169
|
-
* text: bind.to( 'authoredAt', value => this._config.formatDateTime( value ) )
|
|
170
|
-
* }
|
|
171
|
-
* ]
|
|
172
|
-
* }
|
|
173
|
-
* ]
|
|
174
|
-
* },
|
|
175
|
-
* {
|
|
176
|
-
* tag: 'div',
|
|
177
|
-
*
|
|
178
|
-
* attributes: {
|
|
179
|
-
* class: [
|
|
180
|
-
* 'ck-comment__actions',
|
|
181
|
-
* 'ck-annotation__actions',
|
|
182
|
-
* bind.if( 'isEditMode', 'ck-comment__actions--hidden' ),
|
|
183
|
-
* bind.if( 'isEditMode', 'ck-annotation__actions--hidden' )
|
|
184
|
-
* ]
|
|
185
|
-
* },
|
|
186
|
-
*
|
|
187
|
-
* children: this.actionBar
|
|
188
|
-
* },
|
|
189
|
-
* {
|
|
190
|
-
* tag: 'div',
|
|
191
|
-
*
|
|
192
|
-
* attributes: {
|
|
193
|
-
* class: [ 'ck-annotation__content-wrapper' ]
|
|
194
|
-
* },
|
|
195
|
-
*
|
|
196
|
-
* children: this.visibleView
|
|
197
|
-
* },
|
|
198
|
-
* {
|
|
199
|
-
* tag: 'div',
|
|
200
|
-
*
|
|
201
|
-
* attributes: {
|
|
202
|
-
* class: [ 'ck-comment__external' ]
|
|
203
|
-
* },
|
|
204
|
-
*
|
|
205
|
-
* children: [ {
|
|
206
|
-
* text: this.getExternalCommentNote()
|
|
207
|
-
* } ]
|
|
208
|
-
* }
|
|
209
|
-
* ]
|
|
210
|
-
* }
|
|
211
|
-
*
|
|
212
|
-
* ]
|
|
213
|
-
* }
|
|
214
|
-
* ]
|
|
215
|
-
* }
|
|
216
|
-
* ```
|
|
217
|
-
*
|
|
218
|
-
* @returns Definition of comment thread view's template.
|
|
219
|
-
*/
|
|
220
|
-
getTemplate(): TemplateDefinition;
|
|
221
|
-
/**
|
|
222
|
-
* @inheritDoc
|
|
223
|
-
*/
|
|
224
|
-
protected _createCommentInputView(): CommentInputView;
|
|
225
|
-
/**
|
|
226
|
-
* Gets the translated note which indicates that the comment comes from an external source.
|
|
227
|
-
*/
|
|
228
|
-
getExternalCommentNote(): string;
|
|
229
|
-
/**
|
|
230
|
-
* Gets the translated notification text which indicates that author name comes from an external source.
|
|
231
|
-
*/
|
|
232
|
-
getUserViewNotificationText(): string | null;
|
|
233
|
-
/**
|
|
234
|
-
* @inheritDoc
|
|
235
|
-
*/
|
|
236
|
-
render(): void;
|
|
237
|
-
}
|
|
238
|
-
declare module 'ckeditor5/src/ui' {
|
|
239
|
-
interface DropdownView {
|
|
240
|
-
isVisible: boolean;
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
export {};
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module comments/comments/ui/view/commentview
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import { type Locale } from 'ckeditor5/src/utils';
|
|
10
|
+
import { ButtonView, type TemplateDefinition, type ViewCollection, type DropdownView } from 'ckeditor5/src/ui';
|
|
11
|
+
import { UserView } from 'ckeditor5-collaboration/src/collaboration-core';
|
|
12
|
+
import BaseCommentView from './basecommentview';
|
|
13
|
+
import type { Comment } from '../../commentsrepository';
|
|
14
|
+
import type CommentInputView from './commentinputview';
|
|
15
|
+
import type { CommentViewConfig } from '../../../config';
|
|
16
|
+
declare const CommentView_base: import("ckeditor5/src/utils").Mixed<typeof BaseCommentView, import("@ckeditor/ckeditor5-collaboration-core/src/utils/confirmmixin").ConfirmApi>;
|
|
17
|
+
/**
|
|
18
|
+
* The default view for comment.
|
|
19
|
+
*/
|
|
20
|
+
export default class CommentView extends CommentView_base {
|
|
21
|
+
locale: Locale;
|
|
22
|
+
isConfirm: boolean;
|
|
23
|
+
cancelConfirm: () => void;
|
|
24
|
+
showConfirm: (key: string, element: unknown) => Promise<void>;
|
|
25
|
+
/**
|
|
26
|
+
* A property used by the template.
|
|
27
|
+
*
|
|
28
|
+
* It works as a visual indicator for the user that an action is about to be performed.
|
|
29
|
+
* The value of this property is used in setting the CSS class.
|
|
30
|
+
* The property is used when the user interacts with the view.
|
|
31
|
+
*
|
|
32
|
+
* @observable
|
|
33
|
+
*/
|
|
34
|
+
actionIndicator: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* Comment editor placeholder value.
|
|
37
|
+
*
|
|
38
|
+
* @observable
|
|
39
|
+
*/
|
|
40
|
+
placeholder: string;
|
|
41
|
+
/**
|
|
42
|
+
* Comment creation date.
|
|
43
|
+
*
|
|
44
|
+
* @observable
|
|
45
|
+
*/
|
|
46
|
+
authoredAt: Date;
|
|
47
|
+
/**
|
|
48
|
+
* Comment resolved date.
|
|
49
|
+
*
|
|
50
|
+
* @observable
|
|
51
|
+
*/
|
|
52
|
+
resolvedAt: Date | null;
|
|
53
|
+
/**
|
|
54
|
+
* Collection for UI elements that manage the comment.
|
|
55
|
+
*
|
|
56
|
+
* Elements that may be found in the action bar (depending on the comment view properties):
|
|
57
|
+
*
|
|
58
|
+
* * the resolve comment thread button (only if the comment is the first comment),
|
|
59
|
+
* * a dropdown with actions ({@link ~CommentView#dropdown `dropdown`}).
|
|
60
|
+
*/
|
|
61
|
+
actionBar: ViewCollection;
|
|
62
|
+
/**
|
|
63
|
+
* View collection which holds all the comments dropdown elements.
|
|
64
|
+
*
|
|
65
|
+
* May include, depending on the view properties:
|
|
66
|
+
*
|
|
67
|
+
* * {@link ~CommentView#editButton `editButton`},
|
|
68
|
+
* * {@link ~CommentView#removeButton `removeButton`}.
|
|
69
|
+
*/
|
|
70
|
+
items: ViewCollection<ButtonView>;
|
|
71
|
+
/**
|
|
72
|
+
* Dropdown containing comment action buttons defined in {@link ~CommentView#items `items`}.
|
|
73
|
+
*/
|
|
74
|
+
dropdown: DropdownView;
|
|
75
|
+
/**
|
|
76
|
+
* Edit button view. Edit button switches the comment to the editing mode.
|
|
77
|
+
*/
|
|
78
|
+
editButton: ButtonView;
|
|
79
|
+
/**
|
|
80
|
+
* Remove button view. Remove button shows a confirmation box that fires the `removeComment` event when submitted.
|
|
81
|
+
*/
|
|
82
|
+
removeButton: ButtonView;
|
|
83
|
+
/**
|
|
84
|
+
* User view for the comment. Presents the comment author.
|
|
85
|
+
*/
|
|
86
|
+
userView: UserView;
|
|
87
|
+
/**
|
|
88
|
+
* @inheritDoc
|
|
89
|
+
*/
|
|
90
|
+
constructor(locale: Locale, model: Comment, config: CommentViewConfig);
|
|
91
|
+
/**
|
|
92
|
+
* Returns a template definition that will be passed to {@link module:ui/view~View#setTemplate}.
|
|
93
|
+
*
|
|
94
|
+
* Overwrite this method if you want to set a custom template for the comment view.
|
|
95
|
+
*
|
|
96
|
+
* The default template looks as follows:
|
|
97
|
+
*
|
|
98
|
+
* ```ts
|
|
99
|
+
* const bind = this.bindTemplate;
|
|
100
|
+
*
|
|
101
|
+
* {
|
|
102
|
+
* tag: 'li',
|
|
103
|
+
*
|
|
104
|
+
* attributes: {
|
|
105
|
+
* class: [
|
|
106
|
+
* 'ck-comment__wrapper',
|
|
107
|
+
* bind.if( 'isConfirm', 'ck-comment--remove-confirmation' )
|
|
108
|
+
* ],
|
|
109
|
+
* tabindex: -1
|
|
110
|
+
* },
|
|
111
|
+
*
|
|
112
|
+
* children: [
|
|
113
|
+
* {
|
|
114
|
+
* tag: 'div',
|
|
115
|
+
*
|
|
116
|
+
* attributes: {
|
|
117
|
+
* class: [
|
|
118
|
+
* 'ck-comment',
|
|
119
|
+
* 'ck-annotation',
|
|
120
|
+
* bind.if( 'isSystemComment', 'ck-comment--info' ),
|
|
121
|
+
* bind.if( 'isEditMode', 'ck-comment--edit' ),
|
|
122
|
+
* bind.to( 'actionIndicator', value => value ? `ck-comment--${ value }` : '' )
|
|
123
|
+
* ],
|
|
124
|
+
* 'data-author-id': this._model.author.id,
|
|
125
|
+
* 'data-comment-id': this._model.id
|
|
126
|
+
* },
|
|
127
|
+
*
|
|
128
|
+
* children: [
|
|
129
|
+
* this.userView,
|
|
130
|
+
* {
|
|
131
|
+
* tag: 'div',
|
|
132
|
+
*
|
|
133
|
+
* attributes: {
|
|
134
|
+
* class: [ 'ck-comment__main', 'ck-annotation__main' ]
|
|
135
|
+
* },
|
|
136
|
+
*
|
|
137
|
+
* children: [
|
|
138
|
+
* {
|
|
139
|
+
* tag: 'div',
|
|
140
|
+
*
|
|
141
|
+
* attributes: {
|
|
142
|
+
* class: [ 'ck-comment__info', 'ck-annotation__info' ]
|
|
143
|
+
* },
|
|
144
|
+
*
|
|
145
|
+
* children: [
|
|
146
|
+
* {
|
|
147
|
+
* tag: 'span',
|
|
148
|
+
*
|
|
149
|
+
* children: [
|
|
150
|
+
* {
|
|
151
|
+
* text: this.userView.name
|
|
152
|
+
* }
|
|
153
|
+
* ],
|
|
154
|
+
*
|
|
155
|
+
* attributes: {
|
|
156
|
+
* class: [ 'ck-comment__info-name', 'ck-annotation__info-name' ]
|
|
157
|
+
* }
|
|
158
|
+
* },
|
|
159
|
+
* {
|
|
160
|
+
* tag: 'time',
|
|
161
|
+
*
|
|
162
|
+
* attributes: {
|
|
163
|
+
* datetime: bind.to( 'authoredAt' ),
|
|
164
|
+
* class: [ 'ck-comment__info-time', 'ck-annotation__info-time' ]
|
|
165
|
+
* },
|
|
166
|
+
*
|
|
167
|
+
* children: [
|
|
168
|
+
* {
|
|
169
|
+
* text: bind.to( 'authoredAt', value => this._config.formatDateTime( value ) )
|
|
170
|
+
* }
|
|
171
|
+
* ]
|
|
172
|
+
* }
|
|
173
|
+
* ]
|
|
174
|
+
* },
|
|
175
|
+
* {
|
|
176
|
+
* tag: 'div',
|
|
177
|
+
*
|
|
178
|
+
* attributes: {
|
|
179
|
+
* class: [
|
|
180
|
+
* 'ck-comment__actions',
|
|
181
|
+
* 'ck-annotation__actions',
|
|
182
|
+
* bind.if( 'isEditMode', 'ck-comment__actions--hidden' ),
|
|
183
|
+
* bind.if( 'isEditMode', 'ck-annotation__actions--hidden' )
|
|
184
|
+
* ]
|
|
185
|
+
* },
|
|
186
|
+
*
|
|
187
|
+
* children: this.actionBar
|
|
188
|
+
* },
|
|
189
|
+
* {
|
|
190
|
+
* tag: 'div',
|
|
191
|
+
*
|
|
192
|
+
* attributes: {
|
|
193
|
+
* class: [ 'ck-annotation__content-wrapper' ]
|
|
194
|
+
* },
|
|
195
|
+
*
|
|
196
|
+
* children: this.visibleView
|
|
197
|
+
* },
|
|
198
|
+
* {
|
|
199
|
+
* tag: 'div',
|
|
200
|
+
*
|
|
201
|
+
* attributes: {
|
|
202
|
+
* class: [ 'ck-comment__external' ]
|
|
203
|
+
* },
|
|
204
|
+
*
|
|
205
|
+
* children: [ {
|
|
206
|
+
* text: this.getExternalCommentNote()
|
|
207
|
+
* } ]
|
|
208
|
+
* }
|
|
209
|
+
* ]
|
|
210
|
+
* }
|
|
211
|
+
*
|
|
212
|
+
* ]
|
|
213
|
+
* }
|
|
214
|
+
* ]
|
|
215
|
+
* }
|
|
216
|
+
* ```
|
|
217
|
+
*
|
|
218
|
+
* @returns Definition of comment thread view's template.
|
|
219
|
+
*/
|
|
220
|
+
getTemplate(): TemplateDefinition;
|
|
221
|
+
/**
|
|
222
|
+
* @inheritDoc
|
|
223
|
+
*/
|
|
224
|
+
protected _createCommentInputView(): CommentInputView;
|
|
225
|
+
/**
|
|
226
|
+
* Gets the translated note which indicates that the comment comes from an external source.
|
|
227
|
+
*/
|
|
228
|
+
getExternalCommentNote(): string;
|
|
229
|
+
/**
|
|
230
|
+
* Gets the translated notification text which indicates that author name comes from an external source.
|
|
231
|
+
*/
|
|
232
|
+
getUserViewNotificationText(): string | null;
|
|
233
|
+
/**
|
|
234
|
+
* @inheritDoc
|
|
235
|
+
*/
|
|
236
|
+
render(): void;
|
|
237
|
+
}
|
|
238
|
+
declare module 'ckeditor5/src/ui' {
|
|
239
|
+
interface DropdownView {
|
|
240
|
+
isVisible: boolean;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
export {};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48fe=['threeVerticalDots','withText','label','EXTERNAL_COMMENT','_model','getUserViewNotificationText','ck-annotation__content-wrapper','ck-comment--','items','ck-comment--remove-confirmation','authoredAt','buttonView','ck-annotation__info-name','render','placeholder','resolvedAt','ck-comment--remove','listenTo','ck-annotation__user','isEnabled','attributes','pencil','ck-comment__external','Reply...','edit','name','EXTERNAL_IMPORT_WORD_COMMENT','change:isVisible','author','removeButton','isSystemComment','element','div','set','then','actionIndicator','remove','ck-annotation__actions','_createRemoveButton','icon','some','isEditable','_createEditButton','add','visibleView','_createDropdown','_config','Edit','execute','_attachActions','bind','createCollection','ck-annotation__info-time','fire','mouseenter','change:isRemovable','actionBar','ck-comment__main','panelView','length','addMany','extendTemplate','ck-annotation__main','isVisible','switchToEditMode','Show\x20more\x20items','time','source','focus','EXTERNAL_IMPORT_WORD_AVATAR','isExternal','change:isEnabled','isEditMode','creator','ck-annotation__info','_createCommentInputView','push','mouseleave','ck-comment--info','getTemplate','setTemplate','ck-annotation__actions--hidden','dropdown','getExternalCommentNote','ck-comment__user','ck-comment__info-time','EXTERNAL_AVATAR','userView','editButton','cancelConfirm','locale','ck-comment--edit','isRemovable'];(function(_0x5855ca,_0x48feb5){const _0x1cbac6=function(_0x1f73ca){while(--_0x1f73ca){_0x5855ca['push'](_0x5855ca['shift']());}};_0x1cbac6(++_0x48feb5);}(_0x48fe,0x1d7));const _0x1cba=function(_0x5855ca,_0x48feb5){_0x5855ca=_0x5855ca-0x0;let _0x1cbac6=_0x48fe[_0x5855ca];return _0x1cbac6;};import{ButtonView as _0x3cfdd2,createDropdown as _0x2d9710,ListView as _0x589f3c,ListItemView as _0x5dced1}from'ckeditor5/src/ui';import{icons as _0xbdd823}from'ckeditor5/src/core';import{UserView as _0x3853fb,ConfirmMixin as _0x1ec7ca}from'ckeditor5-collaboration/src/collaboration-core';import _0x362b1e from'./basecommentview';import _0xeafeae from'../../../../theme/icons/remove-comment.svg';import{getTranslation as _0x486c69}from'../../../utils/common-translations';export default class pt extends _0x1ec7ca(_0x362b1e){constructor(_0x2d7950,_0x94af1,_0x2b133d){super(_0x2d7950,_0x94af1,_0x2b133d),this[_0x1cba('0x1b')](_0x1cba('0x1d'),null),this[_0x1cba('0x1b')](_0x1cba('0x8'),_0x486c69(_0x2d7950,_0x1cba('0x11'))),this[_0x1cba('0x2c')](_0x1cba('0x4'))['to'](_0x94af1),this[_0x1cba('0x2c')](_0x1cba('0x9'))['to'](_0x94af1),this[_0x1cba('0x32')]=this[_0x1cba('0x2d')](),this[_0x1cba('0x18')]||(this[_0x1cba('0x52')]=this['_createEditButton'](),this[_0x1cba('0x17')]=this[_0x1cba('0x20')](),this[_0x1cba('0x2')]=this[_0x1cba('0x2d')](),this['items'][_0x1cba('0x36')]([this['editButton'],this[_0x1cba('0x17')]]),this[_0x1cba('0x4c')]=this[_0x1cba('0x27')](),this[_0x1cba('0x32')][_0x1cba('0x25')](this['dropdown'])),this['userView']=new _0x3853fb(_0x2d7950,_0x94af1[_0x1cba('0x16')],this[_0x1cba('0x5c')]()),this[_0x1cba('0x51')][_0x1cba('0x37')]({'attributes':{'class':[_0x1cba('0x4e'),_0x1cba('0xc')]}}),this[_0x1cba('0xb')](_0x94af1,_0x1cba('0x31'),()=>this[_0x1cba('0x53')]()),this[_0x1cba('0x4a')](this[_0x1cba('0x49')]());}[_0x1cba('0x49')](){const _0x172edb=this['bindTemplate'],_0x2b77f7=[{'tag':_0x1cba('0x1a'),'attributes':{'class':['ck-comment__info',_0x1cba('0x44')]},'children':[{'tag':'span','children':[{'text':this[_0x1cba('0x51')][_0x1cba('0x13')]}],'attributes':{'class':['ck-comment__info-name',_0x1cba('0x6')]}},{'tag':_0x1cba('0x3c'),'attributes':{'datetime':_0x172edb['to']('authoredAt'),'class':[_0x1cba('0x4f'),_0x1cba('0x2e')]},'children':[{'text':_0x172edb['to'](_0x1cba('0x4'),_0x499ae0=>this[_0x1cba('0x28')]['formatDateTime'](_0x499ae0))}]}]},{'tag':'div','attributes':{'class':['ck-comment__actions',_0x1cba('0x1f'),_0x172edb['if']('isEditMode','ck-comment__actions--hidden'),_0x172edb['if']('isEditMode',_0x1cba('0x4b'))]},'children':this[_0x1cba('0x32')]},{'tag':_0x1cba('0x1a'),'attributes':{'class':[_0x1cba('0x0')]},'children':this[_0x1cba('0x26')]}];return this[_0x1cba('0x5b')][_0x1cba('0x40')]&&_0x2b77f7[_0x1cba('0x46')]({'tag':_0x1cba('0x1a'),'attributes':{'class':[_0x1cba('0x10')]},'children':[{'text':this[_0x1cba('0x4d')]()}]}),{'tag':'li','attributes':{'class':['ck-comment__wrapper',_0x172edb['if']('isConfirm',_0x1cba('0x3'))],'tabindex':-0x1},'children':[{'tag':_0x1cba('0x1a'),'attributes':{'class':['ck-comment','ck-annotation',_0x172edb['if'](_0x1cba('0x42'),'ck-comment--edit'),_0x172edb['if'](_0x1cba('0x18'),_0x1cba('0x48')),_0x172edb['to'](_0x1cba('0x1d'),_0x4fdc68=>_0x4fdc68?_0x1cba('0x1')+_0x4fdc68:'')],'data-author-id':this[_0x1cba('0x5b')]['author']['id'],'data-comment-id':this['_model']['id']},'children':[this[_0x1cba('0x51')],{'tag':_0x1cba('0x1a'),'attributes':{'class':[_0x1cba('0x33'),_0x1cba('0x38')]},'children':_0x2b77f7}]}]};}[_0x1cba('0x24')](){const _0x310e85=new _0x3cfdd2(this[_0x1cba('0x54')]);return _0x310e85[_0x1cba('0x59')]=_0x486c69(this[_0x1cba('0x54')],_0x1cba('0x29')),_0x310e85[_0x1cba('0x21')]=_0xbdd823[_0x1cba('0xf')],_0x310e85[_0x1cba('0x58')]=!0x0,_0x310e85[_0x1cba('0x37')]({'attributes':{'class':_0x1cba('0x55')}}),_0x310e85[_0x1cba('0x2c')](_0x1cba('0xd'))['to'](this['_model'],'isReadOnly',_0x1b9c3a=>!_0x1b9c3a),_0x310e85[_0x1cba('0x2c')](_0x1cba('0x39'))['to'](this[_0x1cba('0x5b')],_0x1cba('0x23')),_0x310e85['on']('execute',()=>this[_0x1cba('0x3a')]()),_0x310e85;}[_0x1cba('0x20')](){const _0x2d155a=new _0x3cfdd2(this[_0x1cba('0x54')]);return _0x2d155a[_0x1cba('0x59')]=_0x486c69(this[_0x1cba('0x54')],'Remove'),_0x2d155a['icon']=_0xeafeae,_0x2d155a[_0x1cba('0x58')]=!0x0,_0x2d155a[_0x1cba('0x37')]({'attributes':{'class':_0x1cba('0xa')}}),_0x2d155a[_0x1cba('0x2c')]('isEnabled')['to'](this[_0x1cba('0x5b')],'isReadOnly',_0x326304=>!_0x326304),_0x2d155a[_0x1cba('0x2c')](_0x1cba('0x39'))['to'](this[_0x1cba('0x5b')],_0x1cba('0x56')),_0x2d155a['on'](_0x1cba('0x2a'),()=>{this['showConfirm'](_0x486c69(this[_0x1cba('0x54')],'Delete\x20comment?'),this['element'])[_0x1cba('0x1c')](()=>{this[_0x1cba('0x2f')]('removeComment',this[_0x1cba('0x5b')]['id']);});}),_0x2d155a;}[_0x1cba('0x27')](){const _0x53cceb=_0x2d9710(this[_0x1cba('0x54')]),_0x54570c=_0x53cceb[_0x1cba('0x34')]['children'],_0x47059e=new _0x589f3c(this['locale']),_0x54683d=(_0x424d5e,_0x339095=-0x1)=>{const _0x30cc53=new _0x5dced1(this[_0x1cba('0x54')]);_0x30cc53['children']['add'](_0x424d5e);const _0x370f5d=_0x339095>-0x1?_0x339095:_0x47059e['items'][_0x1cba('0x35')];_0x47059e[_0x1cba('0x2')][_0x1cba('0x25')](_0x30cc53,_0x370f5d),_0x53cceb['listenTo'](_0x424d5e,_0x1cba('0x41'),()=>{_0x53cceb['isEnabled']=[...this[_0x1cba('0x2')]]['some'](_0x58b96f=>_0x58b96f[_0x1cba('0xd')]);}),_0x53cceb[_0x1cba('0xb')](_0x424d5e,_0x1cba('0x15'),()=>{_0x53cceb[_0x1cba('0x5')][_0x1cba('0x39')]=[...this[_0x1cba('0x2')]][_0x1cba('0x22')](_0x1ada26=>_0x1ada26[_0x1cba('0x39')]);});};_0x53cceb['panelPosition']='sw',_0x53cceb['buttonView'][_0x1cba('0x1b')]({'label':_0x486c69(this[_0x1cba('0x54')],_0x1cba('0x3b')),'icon':_0xbdd823[_0x1cba('0x57')]}),_0x53cceb['isEnabled']=[...this[_0x1cba('0x2')]][_0x1cba('0x22')](_0x4f9274=>_0x4f9274[_0x1cba('0xd')]),_0x53cceb['buttonView'][_0x1cba('0x39')]=[...this[_0x1cba('0x2')]]['some'](_0x13f43a=>_0x13f43a[_0x1cba('0x39')]);for(const _0x342d22 of this[_0x1cba('0x2')])_0x54683d(_0x342d22);return _0x54570c['add'](_0x47059e),_0x53cceb[_0x1cba('0xb')](this['items'],_0x1cba('0x25'),(_0x52442f,_0xc0c66e,_0x5d0939)=>{_0x54683d(_0xc0c66e,_0x5d0939);}),_0x53cceb[_0x1cba('0xb')](this[_0x1cba('0x2')],_0x1cba('0x1e'),(_0x5e362f,_0x466ae6,_0x3f45e1)=>{_0x47059e['items']['remove'](_0x3f45e1);}),_0x53cceb;}[_0x1cba('0x2b')](_0x559145,_0x3a5d7a){const _0x5a2a40=_0x559145&&_0x559145[_0x1cba('0x19')];_0x5a2a40&&(this[_0x1cba('0xb')](_0x5a2a40,_0x1cba('0x30'),()=>this[_0x1cba('0x1d')]=_0x3a5d7a),this[_0x1cba('0xb')](_0x5a2a40,_0x1cba('0x3e'),()=>this[_0x1cba('0x1d')]=_0x3a5d7a),this[_0x1cba('0xb')](_0x5a2a40,_0x1cba('0x47'),()=>this['actionIndicator']=null),this[_0x1cba('0xb')](_0x5a2a40,'blur',()=>this[_0x1cba('0x1d')]=null));}[_0x1cba('0x45')](){const _0x23fc0a=super['_createCommentInputView']();return _0x23fc0a['bind'](_0x1cba('0x8'))['to'](this),_0x23fc0a;}['getExternalCommentNote'](){return'importWord'===this[_0x1cba('0x5b')][_0x1cba('0xe')]['@external'][_0x1cba('0x3d')]?_0x486c69(this[_0x1cba('0x54')],_0x1cba('0x14')):_0x486c69(this[_0x1cba('0x54')],_0x1cba('0x5a'));}[_0x1cba('0x5c')](){return this[_0x1cba('0x5b')][_0x1cba('0x40')]?'importWord'===this[_0x1cba('0x5b')]['attributes']['@external']['source']?_0x486c69(this[_0x1cba('0x54')],_0x1cba('0x3f'),this['_model'][_0x1cba('0x43')]['name']):_0x486c69(this[_0x1cba('0x54')],_0x1cba('0x50'),this['_model'][_0x1cba('0x43')][_0x1cba('0x13')]):null;}[_0x1cba('0x7')](){super[_0x1cba('0x7')](),this['_attachActions'](this[_0x1cba('0x52')],_0x1cba('0x12')),this['_attachActions'](this[_0x1cba('0x17')],_0x1cba('0x1e'));}}
|
package/src/comments.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @module comments/comments
|
|
7
|
-
* @publicApi
|
|
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';
|
|
19
|
-
/**
|
|
20
|
-
* The comments plugin, which brings both the UI part and the editing part of this feature.
|
|
21
|
-
*
|
|
22
|
-
* It registers {@link module:comments/comments/addcommentthreadcommand~AddCommentThreadCommand the `AddCommentThreadCommand` command}.
|
|
23
|
-
*
|
|
24
|
-
* To learn more about the comments feature refer to the {@glink features/collaboration/comments/comments Comments} guide.
|
|
25
|
-
*/
|
|
26
|
-
export default class Comments extends Plugin {
|
|
27
|
-
/**
|
|
28
|
-
* @inheritDoc
|
|
29
|
-
*/
|
|
30
|
-
static get requires(): readonly [typeof CommentsRepository, typeof CommentsEditing, typeof CommentsUI, typeof CommentsArchive, typeof CommentsArchiveUI, typeof CommentsOnly, typeof WideSidebar, typeof NarrowSidebar, typeof InlineAnnotations];
|
|
31
|
-
/**
|
|
32
|
-
* @inheritDoc
|
|
33
|
-
*/
|
|
34
|
-
static get pluginName(): "Comments";
|
|
35
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module comments/comments
|
|
7
|
+
* @publicApi
|
|
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';
|
|
19
|
+
/**
|
|
20
|
+
* The comments plugin, which brings both the UI part and the editing part of this feature.
|
|
21
|
+
*
|
|
22
|
+
* It registers {@link module:comments/comments/addcommentthreadcommand~AddCommentThreadCommand the `AddCommentThreadCommand` command}.
|
|
23
|
+
*
|
|
24
|
+
* To learn more about the comments feature refer to the {@glink features/collaboration/comments/comments Comments} guide.
|
|
25
|
+
*/
|
|
26
|
+
export default class Comments extends Plugin {
|
|
27
|
+
/**
|
|
28
|
+
* @inheritDoc
|
|
29
|
+
*/
|
|
30
|
+
static get requires(): readonly [typeof CommentsRepository, typeof CommentsEditing, typeof CommentsUI, typeof CommentsArchive, typeof CommentsArchiveUI, typeof CommentsOnly, typeof WideSidebar, typeof NarrowSidebar, typeof InlineAnnotations];
|
|
31
|
+
/**
|
|
32
|
+
* @inheritDoc
|
|
33
|
+
*/
|
|
34
|
+
static get pluginName(): "Comments";
|
|
35
|
+
}
|