@ckeditor/ckeditor5-track-changes 41.3.0-alpha.3 → 41.3.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 (333) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +5 -1
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -4
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
  168. package/dist/content-index.css +0 -332
  169. package/dist/editor-index.css +0 -312
  170. package/dist/index.css +0 -951
  171. package/dist/translations/ar.d.ts +0 -8
  172. package/dist/translations/ar.js +0 -23
  173. package/dist/translations/az.d.ts +0 -8
  174. package/dist/translations/az.js +0 -23
  175. package/dist/translations/bg.d.ts +0 -8
  176. package/dist/translations/bg.js +0 -23
  177. package/dist/translations/bn.d.ts +0 -8
  178. package/dist/translations/bn.js +0 -23
  179. package/dist/translations/ca.d.ts +0 -8
  180. package/dist/translations/ca.js +0 -23
  181. package/dist/translations/cs.d.ts +0 -8
  182. package/dist/translations/cs.js +0 -23
  183. package/dist/translations/da.d.ts +0 -8
  184. package/dist/translations/da.js +0 -23
  185. package/dist/translations/de.d.ts +0 -8
  186. package/dist/translations/de.js +0 -23
  187. package/dist/translations/el.d.ts +0 -8
  188. package/dist/translations/el.js +0 -23
  189. package/dist/translations/en-au.d.ts +0 -8
  190. package/dist/translations/en-au.js +0 -23
  191. package/dist/translations/en.d.ts +0 -8
  192. package/dist/translations/en.js +0 -23
  193. package/dist/translations/es.d.ts +0 -8
  194. package/dist/translations/es.js +0 -23
  195. package/dist/translations/et.d.ts +0 -8
  196. package/dist/translations/et.js +0 -23
  197. package/dist/translations/fi.d.ts +0 -8
  198. package/dist/translations/fi.js +0 -23
  199. package/dist/translations/fr.d.ts +0 -8
  200. package/dist/translations/fr.js +0 -23
  201. package/dist/translations/gl.d.ts +0 -8
  202. package/dist/translations/gl.js +0 -23
  203. package/dist/translations/he.d.ts +0 -8
  204. package/dist/translations/he.js +0 -23
  205. package/dist/translations/hi.d.ts +0 -8
  206. package/dist/translations/hi.js +0 -23
  207. package/dist/translations/hr.d.ts +0 -8
  208. package/dist/translations/hr.js +0 -23
  209. package/dist/translations/hu.d.ts +0 -8
  210. package/dist/translations/hu.js +0 -23
  211. package/dist/translations/id.d.ts +0 -8
  212. package/dist/translations/id.js +0 -23
  213. package/dist/translations/it.d.ts +0 -8
  214. package/dist/translations/it.js +0 -23
  215. package/dist/translations/ja.d.ts +0 -8
  216. package/dist/translations/ja.js +0 -23
  217. package/dist/translations/ko.d.ts +0 -8
  218. package/dist/translations/ko.js +0 -23
  219. package/dist/translations/lt.d.ts +0 -8
  220. package/dist/translations/lt.js +0 -23
  221. package/dist/translations/lv.d.ts +0 -8
  222. package/dist/translations/lv.js +0 -23
  223. package/dist/translations/ms.d.ts +0 -8
  224. package/dist/translations/ms.js +0 -23
  225. package/dist/translations/nl.d.ts +0 -8
  226. package/dist/translations/nl.js +0 -23
  227. package/dist/translations/no.d.ts +0 -8
  228. package/dist/translations/no.js +0 -23
  229. package/dist/translations/pl.d.ts +0 -8
  230. package/dist/translations/pl.js +0 -23
  231. package/dist/translations/pt-br.d.ts +0 -8
  232. package/dist/translations/pt-br.js +0 -23
  233. package/dist/translations/pt.d.ts +0 -8
  234. package/dist/translations/pt.js +0 -23
  235. package/dist/translations/ro.d.ts +0 -8
  236. package/dist/translations/ro.js +0 -23
  237. package/dist/translations/ru.d.ts +0 -8
  238. package/dist/translations/ru.js +0 -23
  239. package/dist/translations/sk.d.ts +0 -8
  240. package/dist/translations/sk.js +0 -23
  241. package/dist/translations/sq.d.ts +0 -8
  242. package/dist/translations/sq.js +0 -23
  243. package/dist/translations/sr-latn.d.ts +0 -8
  244. package/dist/translations/sr-latn.js +0 -23
  245. package/dist/translations/sr.d.ts +0 -8
  246. package/dist/translations/sr.js +0 -23
  247. package/dist/translations/sv.d.ts +0 -8
  248. package/dist/translations/sv.js +0 -23
  249. package/dist/translations/th.d.ts +0 -8
  250. package/dist/translations/th.js +0 -23
  251. package/dist/translations/tk.d.ts +0 -8
  252. package/dist/translations/tk.js +0 -23
  253. package/dist/translations/tr.d.ts +0 -8
  254. package/dist/translations/tr.js +0 -23
  255. package/dist/translations/tt.d.ts +0 -8
  256. package/dist/translations/tt.js +0 -23
  257. package/dist/translations/uk.d.ts +0 -8
  258. package/dist/translations/uk.js +0 -23
  259. package/dist/translations/ur.d.ts +0 -8
  260. package/dist/translations/ur.js +0 -23
  261. package/dist/translations/vi.d.ts +0 -8
  262. package/dist/translations/vi.js +0 -23
  263. package/dist/translations/zh-cn.d.ts +0 -8
  264. package/dist/translations/zh-cn.js +0 -23
  265. package/dist/translations/zh.d.ts +0 -8
  266. package/dist/translations/zh.js +0 -23
  267. package/dist/types/augmentation.d.ts +0 -44
  268. package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
  269. package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
  270. package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
  271. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
  272. package/dist/types/commands/trackchangescommand.d.ts +0 -30
  273. package/dist/types/index.d.ts +0 -20
  274. package/dist/types/integrations/aiassistant.d.ts +0 -21
  275. package/dist/types/integrations/alignment.d.ts +0 -21
  276. package/dist/types/integrations/basicstyles.d.ts +0 -21
  277. package/dist/types/integrations/blockquote.d.ts +0 -21
  278. package/dist/types/integrations/casechange.d.ts +0 -21
  279. package/dist/types/integrations/ckbox.d.ts +0 -21
  280. package/dist/types/integrations/codeblock.d.ts +0 -21
  281. package/dist/types/integrations/comments.d.ts +0 -18
  282. package/dist/types/integrations/deletecommand.d.ts +0 -21
  283. package/dist/types/integrations/entercommand.d.ts +0 -20
  284. package/dist/types/integrations/findandreplace.d.ts +0 -25
  285. package/dist/types/integrations/font.d.ts +0 -21
  286. package/dist/types/integrations/formatpainter.d.ts +0 -21
  287. package/dist/types/integrations/heading.d.ts +0 -21
  288. package/dist/types/integrations/highlight.d.ts +0 -21
  289. package/dist/types/integrations/horizontalline.d.ts +0 -21
  290. package/dist/types/integrations/htmlembed.d.ts +0 -21
  291. package/dist/types/integrations/image.d.ts +0 -21
  292. package/dist/types/integrations/imagereplace.d.ts +0 -21
  293. package/dist/types/integrations/imagestyle.d.ts +0 -21
  294. package/dist/types/integrations/importword.d.ts +0 -22
  295. package/dist/types/integrations/indent.d.ts +0 -21
  296. package/dist/types/integrations/inputcommand.d.ts +0 -20
  297. package/dist/types/integrations/legacylist.d.ts +0 -21
  298. package/dist/types/integrations/legacylistproperties.d.ts +0 -33
  299. package/dist/types/integrations/link.d.ts +0 -21
  300. package/dist/types/integrations/list.d.ts +0 -21
  301. package/dist/types/integrations/mediaembed.d.ts +0 -21
  302. package/dist/types/integrations/mention.d.ts +0 -21
  303. package/dist/types/integrations/pagebreak.d.ts +0 -21
  304. package/dist/types/integrations/paragraph.d.ts +0 -21
  305. package/dist/types/integrations/removeformat.d.ts +0 -21
  306. package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
  307. package/dist/types/integrations/shiftentercommand.d.ts +0 -20
  308. package/dist/types/integrations/standardeditingmode.d.ts +0 -21
  309. package/dist/types/integrations/style.d.ts +0 -21
  310. package/dist/types/integrations/table.d.ts +0 -46
  311. package/dist/types/integrations/tablecaption.d.ts +0 -26
  312. package/dist/types/integrations/tableclipboard.d.ts +0 -23
  313. package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
  314. package/dist/types/integrations/tableheadings.d.ts +0 -26
  315. package/dist/types/integrations/tablemergesplit.d.ts +0 -26
  316. package/dist/types/integrations/tableofcontents.d.ts +0 -21
  317. package/dist/types/integrations/tableproperties.d.ts +0 -31
  318. package/dist/types/integrations/template.d.ts +0 -21
  319. package/dist/types/integrations/title.d.ts +0 -21
  320. package/dist/types/integrations/undo.d.ts +0 -21
  321. package/dist/types/integrations/utils.d.ts +0 -25
  322. package/dist/types/suggestion.d.ts +0 -295
  323. package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
  324. package/dist/types/trackchanges.d.ts +0 -184
  325. package/dist/types/trackchangesconfig.d.ts +0 -82
  326. package/dist/types/trackchangesdata.d.ts +0 -45
  327. package/dist/types/trackchangesediting.d.ts +0 -529
  328. package/dist/types/trackchangesui.d.ts +0 -42
  329. package/dist/types/ui/suggestioncontroller.d.ts +0 -41
  330. package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
  331. package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
  332. package/dist/types/utils/common-translations.d.ts +0 -13
  333. package/dist/types/utils/utils.d.ts +0 -34
@@ -1,42 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
- */
9
- /**
10
- * @module track-changes/trackchangesui
11
- */
12
- import { Plugin, type Editor } from 'ckeditor5/src/core.js';
13
- import { Users } from 'ckeditor5-collaboration/src/collaboration-core.js';
14
- import TrackChangesEditing from './trackchangesediting.js';
15
- /**
16
- * Provides UI for track changes plugin.
17
- *
18
- * This plugin displays {@link module:track-changes/suggestion~Suggestion suggestions} as a
19
- * {@link module:comments/annotations/annotations~Annotations}.
20
- */
21
- export default class TrackChangesUI extends Plugin {
22
- /**
23
- * @inheritDoc
24
- */
25
- static get requires(): readonly [typeof TrackChangesEditing, typeof Users, "CommentsRepository", "Annotations", "EditorAnnotations"];
26
- /**
27
- * @inheritDoc
28
- */
29
- static get pluginName(): "TrackChangesUI";
30
- /**
31
- * @inheritDoc
32
- */
33
- constructor(editor: Editor);
34
- /**
35
- * @inheritDoc
36
- */
37
- init(): void;
38
- /**
39
- * @inheritDoc
40
- */
41
- destroy(): void;
42
- }
@@ -1,41 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
- */
9
- import type { Editor } from 'ckeditor5/src/core.js';
10
- import type Suggestion from '../suggestion.js';
11
- import type BaseSuggestionThreadView from './view/basesuggestionthreadview.js';
12
- import type { CommentThreadController } from '@ckeditor/ckeditor5-comments';
13
- declare const SuggestionController_base: {
14
- new (): import("ckeditor5/src/utils.js").Observable;
15
- prototype: import("ckeditor5/src/utils.js").Observable;
16
- };
17
- /**
18
- * A controller for a suggestion.
19
- *
20
- * It takes a suggestion thread view, listens to events fired by that view and based on them performs actions
21
- * on the provided suggestion model.
22
- */
23
- export default class SuggestionController extends SuggestionController_base {
24
- model: Suggestion;
25
- view: BaseSuggestionThreadView;
26
- commentThreadController: CommentThreadController;
27
- constructor(editor: Editor, model: Suggestion, view: BaseSuggestionThreadView, commentThreadController: CommentThreadController);
28
- /**
29
- * Accepts the suggestion that belongs to this controller.
30
- */
31
- acceptSuggestion(): void;
32
- /**
33
- * Discards the suggestion that belongs to this controller.
34
- */
35
- discardSuggestion(): void;
36
- /**
37
- * Destroys `SuggestionController` instance.
38
- */
39
- destroy(): void;
40
- }
41
- export {};
@@ -1,174 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
- */
9
- /**
10
- * @module track-changes/ui/view/basesuggestionthreadview
11
- * @publicApi
12
- */
13
- import { View } from 'ckeditor5/src/ui.js';
14
- import type { Locale } from 'ckeditor5/src/utils.js';
15
- import type { EditorConfig } from 'ckeditor5/src/core.js';
16
- import type Suggestion from '../../suggestion.js';
17
- import type { CommentsListView, CommentThreadInputView, CommentView } from '@ckeditor/ckeditor5-comments';
18
- import type { User } from 'ckeditor5-collaboration/src/collaboration-core.js';
19
- import type { Description } from '../../suggestiondescriptionfactory.js';
20
- /**
21
- * An abstract suggestion thread view class that should be used as a base for suggestion thread view implementations.
22
- * It provides some behaviors, flags and building blocks to use when creating a custom suggestion thread view class.
23
- *
24
- * All events fired by {@link module:comments/comments/ui/view/basecommentview~BaseCommentView}
25
- * are delegated to {@link module:track-changes/ui/view/basesuggestionthreadview~BaseSuggestionThreadView}.
26
- * This means that {@link module:track-changes/ui/view/basesuggestionthreadview~BaseSuggestionThreadView} can also fire these
27
- * events to communicate with CKEditor 5 collaboration features.
28
- *
29
- * For the usage examples check the {@glink features/collaboration/annotations/annotations-custom-view
30
- * Annotations custom view} guide.
31
- */
32
- export default abstract class BaseSuggestionThreadView extends View {
33
- /**
34
- * The list of comment views. It should be used as a part of the view template when present.
35
- */
36
- commentsListView: CommentsListView | null;
37
- /**
38
- * The comment input area view. It should be used as a part of the view template when present.
39
- */
40
- commentThreadInputView: CommentThreadInputView | null;
41
- /**
42
- * A boolean value that informs if the comment thread view is in the active state ("highlighted").
43
- * A comment thread view is in this state when it is focused or was activated by the user in any different way.
44
- *
45
- * @observable
46
- */
47
- isActive: boolean;
48
- /**
49
- * Suggestion creation date.
50
- *
51
- * @observable
52
- */
53
- authoredAt: Date | null;
54
- /**
55
- * Flag that indicates whether suggestion acceptation is possible.
56
- *
57
- * @observable
58
- */
59
- canAccept: boolean;
60
- /**
61
- * Flag that indicates whether suggestion discarding is possible.
62
- *
63
- * @observable
64
- */
65
- canDiscard: boolean;
66
- /**
67
- * Stores description entries generated for this suggestion that describe what is the suggested change.
68
- * They are used to create the final description presented in the suggestion view to the user.
69
- *
70
- * Note that one suggestion may include multiple changes.
71
- *
72
- * Most cases are simple and include just one description item:
73
- *
74
- * ```ts
75
- * [
76
- * { type: 'insertion', content: '*Insert:* "Foo"' }
77
- * ]
78
- * ```
79
- *
80
- * This description item represents a suggestion for inserting the "Foo" text. The `type` property describes the performed action
81
- * while the `content` property contains additional information about the action and is optional.
82
- *
83
- * A more complex example is presented below:
84
- *
85
- * ```ts
86
- * [
87
- * { type: 'insertion', content: '*Insert:* 2 paragraphs' },
88
- * { type: 'insertion', content: '*Insert:* image' },
89
- * { type: 'replace', content: '*Replace:* "Foo" *with* "Bar"' }
90
- * ]
91
- * ```
92
- *
93
- * In this example, there are three description instances (or lines). Two new (empty) paragraphs were added,
94
- * an image was added and then "Foo" text was replaced by "Bar". The above structure could be rendered as:
95
- *
96
- * ```html
97
- * <p><strong>Insert:</strong> 2 paragraphs</p>
98
- * <p><strong>Insert:</strong> image</p>
99
- * <p><strong>Replace:</strong> "Foo" <strong>with</strong> "Bar"</p>
100
- * ```
101
- *
102
- * @observable
103
- */
104
- descriptionParts: Array<Description>;
105
- /**
106
- * Informs whether the suggestion thread has any changes that have not been saved.
107
- *
108
- * @observable
109
- */
110
- isDirty: boolean;
111
- /**
112
- * Informs whether the suggestion can be accepted or discarded.
113
- *
114
- * @observable
115
- */
116
- isEnabled: boolean;
117
- /**
118
- * The number of items in the view, where the suggestion itself counts as one.
119
- *
120
- * In other words, it is equal to the number of comments in the suggestion thread view plus one.
121
- *
122
- * @observable
123
- */
124
- readonly length: number;
125
- constructor(locale: Locale, model: Suggestion, localUser: User, config: SuggestionThreadConfig);
126
- /**
127
- * Focuses the view.
128
- */
129
- focus(): void;
130
- /**
131
- * @inheritDoc
132
- */
133
- destroy(): void;
134
- }
135
- /**
136
- * Fired when a user performed an action that should lead to accepting the suggestion.
137
- *
138
- * This event is not fired by default by any component created by `BaseSuggestionThreadView`.
139
- * If you create a view class extending `BaseSuggestionCommentView`, you should provide
140
- * a UI element that will fire this event.
141
- *
142
- * @eventName ~BaseSuggestionThreadView#acceptSuggestion
143
- */
144
- export type AcceptSuggestionEvent = {
145
- name: 'acceptSuggestion';
146
- args: [];
147
- };
148
- /**
149
- * Fired when a user performed an action that should lead to discarding the suggestion.
150
- *
151
- * This event is not fired by default by any component created by `BaseSuggestionThreadView`.
152
- * If you create a view class extending `BaseSuggestionCommentView`, you should provide
153
- * a UI element that will fire this event.
154
- *
155
- * @eventName ~BaseSuggestionThreadView#discardSuggestion
156
- */
157
- export type DiscardSuggestionEvent = {
158
- name: 'discardSuggestion';
159
- args: [];
160
- };
161
- /**
162
- * Config used for suggestion thread views.
163
- */
164
- export interface SuggestionThreadConfig {
165
- disableComments: boolean;
166
- editorConfig: EditorConfig;
167
- maxCommentsWhenCollapsed: number;
168
- maxThreadTotalWeight: number;
169
- maxCommentCharsWhenCollapsed: number;
170
- formatDateTime: (date: Date | string) => string;
171
- CommentView: typeof CommentView;
172
- CommentsListView: typeof CommentsListView;
173
- CommentThreadInputView: typeof CommentThreadInputView;
174
- }
@@ -1,186 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
- */
9
- import { default as BaseSuggestionThreadView, type SuggestionThreadConfig } from './basesuggestionthreadview.js';
10
- import { ButtonView, type TemplateDefinition } from 'ckeditor5/src/ui.js';
11
- import { UserView, type User } from 'ckeditor5-collaboration/src/collaboration-core.js';
12
- import type { Locale } from 'ckeditor5/src/utils.js';
13
- import type Suggestion from '../../suggestion.js';
14
- /**
15
- * The default view for a suggestion thread.
16
- *
17
- * This view can be replaced by other view by overwriting the
18
- * {@link module:track-changes/trackchangesconfig~TrackChangesConfig#SuggestionThreadView} configuration.
19
- */
20
- export default class SuggestionThreadView extends BaseSuggestionThreadView {
21
- /**
22
- * The suggestion thread view type.
23
- *
24
- * This value is not equal to the suggestion (model) type. It is evaluated based on the type of the first suggestion for
25
- * the suggestion thread view template purposes.
26
- *
27
- * @observable
28
- */
29
- type: 'format' | 'replace' | 'deletion' | 'insertion' | '';
30
- /**
31
- * A suggestion description explaining what has been changed. To be presented to the user.
32
- *
33
- * @observable
34
- */
35
- description: string;
36
- /**
37
- * A user view for the suggestion author.
38
- */
39
- userView: UserView;
40
- /**
41
- * A button view for the button that accepts the suggestion.
42
- */
43
- acceptButton: ButtonView | null;
44
- /**
45
- * A button view for the button that discards the suggestion.
46
- */
47
- discardButton: ButtonView | null;
48
- constructor(locale: Locale, model: Suggestion, localUser: User, config: SuggestionThreadConfig);
49
- /**
50
- * Returns a template definition that will be passed to {@link module:ui/view~View#setTemplate}.
51
- *
52
- * Overwrite this method if you want to set a custom template for the suggestion thread view.
53
- *
54
- * The template looks as follows:
55
- *
56
- * ```ts
57
- * {
58
- * tag: 'div',
59
- * attributes: {
60
- * class: [
61
- * 'ck-suggestion-wrapper',
62
- * bind.if( 'isActive', 'ck-suggestion-wrapper--active' ),
63
- * bind.to( 'type', value => `ck-suggestion-${ value }` ),
64
- * this._config.disableComments && 'ck-suggestion--disabled-comments'
65
- * ],
66
- * 'data-suggestion-id': this._model.id,
67
- * 'data-thread-id': this._model.commentThread.id,
68
- * 'data-author-id': this._model.author.id,
69
- * // Needed for managing focus after adding a new comment.
70
- * tabindex: -1
71
- * },
72
- * children: [
73
- * {
74
- * tag: 'div',
75
- *
76
- * attributes: {
77
- * class: [
78
- * 'ck-suggestion',
79
- * 'ck-annotation'
80
- * ]
81
- * },
82
- *
83
- * children: [
84
- * this.userView,
85
- * {
86
- * tag: 'div',
87
- *
88
- * attributes: {
89
- * class: [ 'ck-suggestion__main', 'ck-annotation__main' ]
90
- * },
91
- *
92
- * children: [
93
- * {
94
- * tag: 'div',
95
- *
96
- * attributes: {
97
- * class: [ 'ck-suggestion__info', 'ck-annotation__info' ]
98
- * },
99
- *
100
- * children: [
101
- * {
102
- * tag: 'span',
103
- *
104
- * children: [
105
- * {
106
- * text: this.userView.name
107
- * }
108
- * ],
109
- *
110
- * attributes: {
111
- * class: [ 'ck-suggestion__info-name', 'ck-annotation__info-name' ]
112
- * }
113
- * },
114
- * {
115
- * tag: 'time',
116
- *
117
- * attributes: {
118
- * datetime: bind.to( 'authoredAt' ),
119
- * class: [ 'ck-comment__info-time', 'ck-annotation__info-time' ]
120
- * },
121
- *
122
- * children: [
123
- * {
124
- * text: bind.to( 'authoredAt', value => this._config.formatDateTime( value ) )
125
- * }
126
- * ]
127
- * }
128
- * ]
129
- * },
130
- * {
131
- * tag: 'div',
132
- *
133
- * attributes: {
134
- * class: [
135
- * 'ck-suggestion__actions',
136
- * 'ck-annotation__actions'
137
- * ]
138
- * },
139
- *
140
- * children: [
141
- * this.acceptButton,
142
- * this.discardButton
143
- * ]
144
- * },
145
- * {
146
- * tag: 'div',
147
- *
148
- * attributes: {
149
- * class: [ 'ck-annotation__content-wrapper' ]
150
- * }
151
- * },
152
- * {
153
- * tag: 'div',
154
- *
155
- * attributes: {
156
- * class: [ 'ck-comment__external' ]
157
- * },
158
- *
159
- * children: [ {
160
- * text: getTranslation( this.locale, 'EXTERNAL_SUGGESTION' )
161
- * } ]
162
- * }
163
- * ]
164
- * }
165
- * ]
166
- * },
167
- * this.commentsListView,
168
- * this.commentThreadInputView
169
- * ]
170
- * }
171
- * ```
172
- */
173
- getTemplate(): TemplateDefinition;
174
- /**
175
- * @inheritDoc
176
- */
177
- render(): void;
178
- /**
179
- * Gets the translated note which indicates that the suggestion comes from an external source.
180
- */
181
- getExternalSuggestionNote(): string;
182
- /**
183
- * Gets the translated notification text which indicates that the author name comes from an external source.
184
- */
185
- getUserViewNotificationText(): string | null;
186
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
- */
9
- /**
10
- * @module track-changes/utils/common-translations
11
- */
12
- import { type Locale } from 'ckeditor5/src/utils.js';
13
- export declare function getTranslation(locale: Locale, id: string, values?: number | string | ReadonlyArray<number | string>): string;
@@ -1,34 +0,0 @@
1
- /**
2
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
- */
9
- /**
10
- * @module track-changes/utils/utils
11
- */
12
- import type { Command } from 'ckeditor5/src/core.js';
13
- import type { DocumentSelection, Model } from 'ckeditor5/src/engine.js';
14
- import type Suggestion from '../suggestion.js';
15
- import type { Description } from '../suggestiondescriptionfactory.js';
16
- /**
17
- * Used in tests for easy suggestion comparison.
18
- */
19
- export declare function normalizeDescription(description: Array<Description> | Description): string;
20
- export declare function sortSuggestions(suggestions: Array<Suggestion>): Array<Suggestion>;
21
- /**
22
- * From the list of passed `suggestions` returns those that are selected by given `selection`.
23
- */
24
- export declare function getSelectedSuggestions(selection: DocumentSelection, suggestions: Array<Suggestion>): Set<Suggestion>;
25
- /**
26
- * How many suggestion actions should be put into one batch when multiple suggestions are accepted or discarded.
27
- */
28
- export declare const MAX_SUGGESTION_ACTIONS_IN_BATCH = 100;
29
- /**
30
- * Executes given `command` for given `suggestions`. If there is a lot of suggestions, the command executions is split into batches.
31
- * There is at most `MAX_SUGGESTION_ACTIONS_IN_BATCH` exeuctions in one batch. As a result, this limits number of actions to be done
32
- * in one undo step but may create multiple undo steps.
33
- */
34
- export declare function executeCommandForSuggestions(model: Model, command: Command, suggestions: Array<Suggestion>): void;