@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 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,20 +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
- export { default as TrackChanges, type SuggestionData, type TrackChangesAdapter } from './trackchanges.js';
10
- export { default as TrackChangesData } from './trackchangesdata.js';
11
- export { default as TrackChangesEditing } from './trackchangesediting.js';
12
- export type { SuggestionJSON } from './suggestion.js';
13
- export { default as BaseSuggestionThreadView } from './ui/view/basesuggestionthreadview.js';
14
- export type { TrackChangesConfig } from './trackchangesconfig.js';
15
- export type { default as AcceptSuggestionCommand } from './commands/acceptsuggestioncommand.js';
16
- export type { default as DiscardSuggestionCommand } from './commands/discardsuggestioncommand.js';
17
- export type { default as ExecuteOnAllSuggestionsCommand } from './commands/executeonallsuggestionscommand.js';
18
- export type { default as ExecuteOnSelectedSuggestionsCommand } from './commands/executeonselectedsuggestionscommand.js';
19
- export type { default as TrackChangesCommand } from './commands/trackchangescommand.js';
20
- import './augmentation.js';
@@ -1,21 +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/integrations/aiassistant
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for the AI Assistant feature.
15
- */
16
- export default class TrackChangesAIAssistant extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/alignment
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for alignment feature.
15
- */
16
- export default class TrackChangesAlignment extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/basicstyles
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for basic styles features.
15
- */
16
- export default class TrackChangesBasicStyles extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/blockquote
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for block quote feature.
15
- */
16
- export default class TrackChangesBlockQuote extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/casechange
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for case change feature.
15
- */
16
- export default class TrackChangesCaseChange extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/ckbox
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for the CKBox feature.
15
- */
16
- export default class TrackChangesCKBox extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/codeblock
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for code block feature.
15
- */
16
- export default class TrackChangesCodeBlock extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,18 +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/integrations/comments
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for {@link module:comments/comments~Comments comments feature}.
15
- */
16
- export default class TrackChangesComments extends Plugin {
17
- afterInit(): void;
18
- }
@@ -1,21 +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/integrations/deletecommand
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- import { Delete } from 'ckeditor5/src/typing.js';
14
- /**
15
- * Provides track changes plugin integration for {@link module:typing/inputcommand~DeleteCommand delete command}. Also
16
- * provides integration {@link module:engine/model/model~Model#deleteContent} as many features use it internally.
17
- */
18
- export default class TrackChangesDeleteCommand extends Plugin {
19
- static get requires(): readonly [typeof Delete];
20
- init(): void;
21
- }
@@ -1,20 +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/integrations/entercommand
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- import { Enter } from 'ckeditor5/src/enter.js';
14
- /**
15
- * Provides track changes plugin integration for {@link module:enter/entercommand~EnterCommand enter command}.
16
- */
17
- export default class TrackChangesEnterCommand extends Plugin {
18
- static get requires(): readonly [typeof Enter];
19
- init(): void;
20
- }
@@ -1,25 +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/integrations/findandreplace
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for find and replace feature.
15
- */
16
- export default class TrackChangesFindAndReplace extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- handleFindCommand(executeCommand: Function, callbackOrText: Function | string, options?: {
22
- matchCase?: boolean;
23
- wholeWords?: boolean;
24
- }): unknown;
25
- }
@@ -1,21 +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/integrations/font
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for font features.
15
- */
16
- export default class TrackChangesFont extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/formatpainter
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for the Format Painter feature.
15
- */
16
- export default class TrackChangesFormatPainter extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/heading
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for heading feature.
15
- */
16
- export default class TrackChangesHeading extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/highlight
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for highlight feature.
15
- */
16
- export default class TrackChangesHighlight extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/horizontalline
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for {@link module:horizontal-line/horizontalline~HorizontalLine horizontal line feature}.
15
- */
16
- export default class TrackChangesHorizontalLine extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/htmlembed
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for {@link module:html-embed/htmlembed~HtmlEmbed HTML Embed feature}.
15
- */
16
- export default class TrackChangesHtmlEmbed extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/image
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for {@link module:image/image~Image image feature}.
15
- */
16
- export default class TrackChangesImage extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/imagereplace
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for image replace feature.
15
- */
16
- export default class TrackChangesImageReplace extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/image
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for {@link module:image/image~Image image feature}.
15
- */
16
- export default class TrackChangesImageStyle extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,22 +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/integrations/importword
11
- */
12
- import { Plugin, type Editor } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for the import from Word feature.
15
- */
16
- export default class TrackChangesImportWord extends Plugin {
17
- constructor(editor: Editor);
18
- /**
19
- * @inheritDoc
20
- */
21
- afterInit(): void;
22
- }
@@ -1,21 +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/integrations/indent
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for {@link module:indent/indent~Indent indent/outdent feature}.
15
- */
16
- export default class TrackChangesIndent extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,20 +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/integrations/inputcommand/inputcommand
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- import { Input } from 'ckeditor5/src/typing.js';
14
- /**
15
- * Provides track changes plugin integration for {@link module:typing/inputcommand~InputCommand input command}.
16
- */
17
- export default class TrackChangesInputCommand extends Plugin {
18
- static get requires(): readonly [typeof Input];
19
- init(): void;
20
- }
@@ -1,21 +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/integrations/legacylist
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for legacy list feature.
15
- */
16
- export default class TrackChangesLegacyList extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,33 +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/integrations/legacylistproperties
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- import type { Description } from '../suggestiondescriptionfactory.js';
14
- import type Suggestion from '../suggestion.js';
15
- /**
16
- * Provides track changes plugin integration for list properties feature.
17
- */
18
- export default class TrackChangesListProperties extends Plugin {
19
- /**
20
- * @inheritDoc
21
- */
22
- afterInit(): void;
23
- handleListStyleCommand(executeCommand: Function, options?: {
24
- type?: string | null;
25
- }): void;
26
- handleListReversedCommand(executeCommand: Function, options?: {
27
- reversed?: boolean;
28
- }): void;
29
- handleListStartCommand(executeCommand: Function, options?: {
30
- startIndex?: number;
31
- }): void;
32
- handleDescriptions(suggestion: Suggestion): Description | undefined;
33
- }
@@ -1,21 +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/integrations/link
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for link feature.
15
- */
16
- export default class TrackChangesLink extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/list
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for list feature.
15
- */
16
- export default class TrackChangesList extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }
@@ -1,21 +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/integrations/mediaembed
11
- */
12
- import { Plugin } from 'ckeditor5/src/core.js';
13
- /**
14
- * Provides track changes plugin integration for {@link module:media-embed/mediaembed~MediaEmbed media embed feature}.
15
- */
16
- export default class TrackChangesMediaEmbed extends Plugin {
17
- /**
18
- * @inheritDoc
19
- */
20
- afterInit(): void;
21
- }