@ckeditor/ckeditor5-track-changes 40.1.0 → 41.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (242) hide show
  1. package/CHANGELOG.md +20 -20
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/build/track-changes.js +3 -3
  5. package/build/translations/ar.js +1 -1
  6. package/build/translations/az.js +1 -1
  7. package/build/translations/bg.js +1 -1
  8. package/build/translations/bn.js +1 -1
  9. package/build/translations/ca.js +1 -1
  10. package/build/translations/cs.js +1 -1
  11. package/build/translations/da.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es.js +1 -1
  16. package/build/translations/et.js +1 -1
  17. package/build/translations/fi.js +1 -1
  18. package/build/translations/fr.js +1 -1
  19. package/build/translations/gl.js +1 -1
  20. package/build/translations/he.js +1 -1
  21. package/build/translations/hi.js +1 -1
  22. package/build/translations/hr.js +1 -1
  23. package/build/translations/hu.js +1 -1
  24. package/build/translations/id.js +1 -1
  25. package/build/translations/it.js +1 -1
  26. package/build/translations/ja.js +1 -1
  27. package/build/translations/ko.js +1 -1
  28. package/build/translations/lt.js +1 -1
  29. package/build/translations/lv.js +1 -1
  30. package/build/translations/ms.js +1 -1
  31. package/build/translations/nl.js +1 -1
  32. package/build/translations/no.js +1 -1
  33. package/build/translations/pl.js +1 -1
  34. package/build/translations/pt-br.js +1 -1
  35. package/build/translations/pt.js +1 -1
  36. package/build/translations/ro.js +1 -1
  37. package/build/translations/ru.js +1 -1
  38. package/build/translations/sk.js +1 -1
  39. package/build/translations/sq.js +1 -1
  40. package/build/translations/sr-latn.js +1 -1
  41. package/build/translations/sr.js +1 -1
  42. package/build/translations/sv.js +1 -1
  43. package/build/translations/th.js +1 -1
  44. package/build/translations/tk.js +1 -1
  45. package/build/translations/tr.js +1 -1
  46. package/build/translations/tt.js +1 -1
  47. package/build/translations/uk.js +1 -1
  48. package/build/translations/ur.js +1 -1
  49. package/build/translations/vi.js +1 -1
  50. package/build/translations/zh-cn.js +1 -1
  51. package/build/translations/zh.js +1 -1
  52. package/lang/translations/ar.po +6 -6
  53. package/lang/translations/az.po +5 -5
  54. package/lang/translations/bg.po +6 -6
  55. package/lang/translations/bn.po +6 -6
  56. package/lang/translations/ca.po +6 -6
  57. package/lang/translations/cs.po +6 -6
  58. package/lang/translations/da.po +6 -6
  59. package/lang/translations/de.po +6 -6
  60. package/lang/translations/el.po +6 -6
  61. package/lang/translations/en-au.po +6 -6
  62. package/lang/translations/en.po +6 -6
  63. package/lang/translations/es.po +7 -7
  64. package/lang/translations/et.po +6 -6
  65. package/lang/translations/fi.po +6 -6
  66. package/lang/translations/fr.po +6 -6
  67. package/lang/translations/gl.po +37 -37
  68. package/lang/translations/he.po +6 -6
  69. package/lang/translations/hi.po +6 -6
  70. package/lang/translations/hr.po +6 -6
  71. package/lang/translations/hu.po +6 -6
  72. package/lang/translations/id.po +6 -6
  73. package/lang/translations/it.po +6 -6
  74. package/lang/translations/ja.po +6 -6
  75. package/lang/translations/ko.po +6 -6
  76. package/lang/translations/lt.po +6 -6
  77. package/lang/translations/lv.po +6 -6
  78. package/lang/translations/ms.po +6 -6
  79. package/lang/translations/nl.po +6 -6
  80. package/lang/translations/no.po +6 -6
  81. package/lang/translations/pl.po +6 -6
  82. package/lang/translations/pt-br.po +6 -6
  83. package/lang/translations/pt.po +6 -6
  84. package/lang/translations/ro.po +6 -6
  85. package/lang/translations/ru.po +6 -6
  86. package/lang/translations/sk.po +6 -6
  87. package/lang/translations/sq.po +5 -5
  88. package/lang/translations/sr-latn.po +25 -25
  89. package/lang/translations/sr.po +6 -6
  90. package/lang/translations/sv.po +6 -6
  91. package/lang/translations/th.po +6 -6
  92. package/lang/translations/tk.po +5 -5
  93. package/lang/translations/tr.po +6 -6
  94. package/lang/translations/tt.po +5 -5
  95. package/lang/translations/uk.po +6 -6
  96. package/lang/translations/ur.po +5 -5
  97. package/lang/translations/vi.po +6 -6
  98. package/lang/translations/zh-cn.po +6 -6
  99. package/lang/translations/zh.po +6 -6
  100. package/package.json +4 -3
  101. package/src/augmentation.d.ts +3 -3
  102. package/src/augmentation.js +1 -1
  103. package/src/commands/acceptsuggestioncommand.d.ts +3 -3
  104. package/src/commands/acceptsuggestioncommand.js +2 -2
  105. package/src/commands/discardsuggestioncommand.d.ts +3 -3
  106. package/src/commands/discardsuggestioncommand.js +2 -2
  107. package/src/commands/executeonallsuggestionscommand.d.ts +3 -3
  108. package/src/commands/executeonallsuggestionscommand.js +2 -2
  109. package/src/commands/executeonselectedsuggestionscommand.d.ts +3 -3
  110. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  111. package/src/commands/trackchangescommand.d.ts +2 -2
  112. package/src/commands/trackchangescommand.js +2 -2
  113. package/src/index.d.ts +13 -13
  114. package/src/index.js +2 -2
  115. package/src/integrations/aiassistant.d.ts +2 -2
  116. package/src/integrations/aiassistant.js +2 -2
  117. package/src/integrations/alignment.d.ts +2 -2
  118. package/src/integrations/alignment.js +2 -2
  119. package/src/integrations/basicstyles.d.ts +2 -2
  120. package/src/integrations/basicstyles.js +2 -2
  121. package/src/integrations/blockquote.d.ts +2 -2
  122. package/src/integrations/blockquote.js +2 -2
  123. package/src/integrations/casechange.d.ts +17 -0
  124. package/src/integrations/casechange.js +23 -0
  125. package/src/integrations/ckbox.d.ts +2 -2
  126. package/src/integrations/ckbox.js +2 -2
  127. package/src/integrations/codeblock.d.ts +2 -2
  128. package/src/integrations/codeblock.js +2 -2
  129. package/src/integrations/comments.d.ts +2 -2
  130. package/src/integrations/comments.js +2 -2
  131. package/src/integrations/deletecommand.d.ts +3 -3
  132. package/src/integrations/deletecommand.js +2 -2
  133. package/src/integrations/entercommand.d.ts +3 -3
  134. package/src/integrations/entercommand.js +2 -2
  135. package/src/integrations/findandreplace.d.ts +2 -2
  136. package/src/integrations/findandreplace.js +2 -2
  137. package/src/integrations/font.d.ts +2 -2
  138. package/src/integrations/font.js +2 -2
  139. package/src/integrations/formatpainter.d.ts +2 -2
  140. package/src/integrations/formatpainter.js +2 -2
  141. package/src/integrations/heading.d.ts +2 -2
  142. package/src/integrations/heading.js +2 -2
  143. package/src/integrations/highlight.d.ts +2 -2
  144. package/src/integrations/highlight.js +2 -2
  145. package/src/integrations/horizontalline.d.ts +2 -2
  146. package/src/integrations/horizontalline.js +2 -2
  147. package/src/integrations/htmlembed.d.ts +2 -2
  148. package/src/integrations/htmlembed.js +2 -2
  149. package/src/integrations/image.d.ts +2 -2
  150. package/src/integrations/image.js +2 -2
  151. package/src/integrations/imagereplace.d.ts +2 -2
  152. package/src/integrations/imagereplace.js +2 -2
  153. package/src/integrations/imagestyle.d.ts +2 -2
  154. package/src/integrations/imagestyle.js +2 -2
  155. package/src/integrations/importword.d.ts +2 -2
  156. package/src/integrations/importword.js +2 -2
  157. package/src/integrations/indent.d.ts +2 -2
  158. package/src/integrations/indent.js +2 -2
  159. package/src/integrations/inputcommand.d.ts +3 -3
  160. package/src/integrations/inputcommand.js +2 -2
  161. package/src/integrations/legacylist.d.ts +17 -0
  162. package/src/integrations/legacylist.js +23 -0
  163. package/src/integrations/{documentlistproperties.d.ts → legacylistproperties.d.ts} +7 -7
  164. package/src/integrations/legacylistproperties.js +23 -0
  165. package/src/integrations/link.d.ts +2 -2
  166. package/src/integrations/link.js +2 -2
  167. package/src/integrations/list.d.ts +6 -6
  168. package/src/integrations/list.js +2 -2
  169. package/src/integrations/listproperties.d.ts +6 -15
  170. package/src/integrations/listproperties.js +2 -2
  171. package/src/integrations/mediaembed.d.ts +2 -2
  172. package/src/integrations/mediaembed.js +2 -2
  173. package/src/integrations/mention.d.ts +2 -2
  174. package/src/integrations/mention.js +2 -2
  175. package/src/integrations/pagebreak.d.ts +2 -2
  176. package/src/integrations/pagebreak.js +2 -2
  177. package/src/integrations/paragraph.d.ts +2 -2
  178. package/src/integrations/paragraph.js +2 -2
  179. package/src/integrations/removeformat.d.ts +2 -2
  180. package/src/integrations/removeformat.js +2 -2
  181. package/src/integrations/restrictededitingmode.d.ts +2 -2
  182. package/src/integrations/restrictededitingmode.js +2 -2
  183. package/src/integrations/shiftentercommand.d.ts +3 -3
  184. package/src/integrations/shiftentercommand.js +2 -2
  185. package/src/integrations/standardeditingmode.d.ts +2 -2
  186. package/src/integrations/standardeditingmode.js +2 -2
  187. package/src/integrations/style.d.ts +2 -2
  188. package/src/integrations/style.js +2 -2
  189. package/src/integrations/table.d.ts +2 -2
  190. package/src/integrations/table.js +2 -2
  191. package/src/integrations/tablecaption.d.ts +3 -3
  192. package/src/integrations/tablecaption.js +2 -2
  193. package/src/integrations/tableclipboard.d.ts +3 -3
  194. package/src/integrations/tableclipboard.js +2 -2
  195. package/src/integrations/tablecolumnresize.d.ts +5 -5
  196. package/src/integrations/tablecolumnresize.js +2 -2
  197. package/src/integrations/tableheadings.d.ts +3 -3
  198. package/src/integrations/tableheadings.js +2 -2
  199. package/src/integrations/tablemergesplit.d.ts +3 -3
  200. package/src/integrations/tablemergesplit.js +2 -2
  201. package/src/integrations/tableofcontents.d.ts +2 -2
  202. package/src/integrations/tableofcontents.js +2 -2
  203. package/src/integrations/tableproperties.d.ts +5 -5
  204. package/src/integrations/tableproperties.js +2 -2
  205. package/src/integrations/template.d.ts +2 -2
  206. package/src/integrations/template.js +2 -2
  207. package/src/integrations/title.d.ts +2 -2
  208. package/src/integrations/title.js +2 -2
  209. package/src/integrations/undo.d.ts +2 -2
  210. package/src/integrations/undo.js +2 -2
  211. package/src/integrations/utils.d.ts +4 -4
  212. package/src/integrations/utils.js +2 -2
  213. package/src/suggestion.d.ts +6 -6
  214. package/src/suggestion.js +2 -2
  215. package/src/suggestiondescriptionfactory.d.ts +4 -4
  216. package/src/suggestiondescriptionfactory.js +2 -2
  217. package/src/trackchanges.d.ts +6 -6
  218. package/src/trackchanges.js +2 -2
  219. package/src/trackchangesconfig.d.ts +2 -2
  220. package/src/trackchangesconfig.js +1 -1
  221. package/src/trackchangesdata.d.ts +3 -3
  222. package/src/trackchangesdata.js +2 -2
  223. package/src/trackchangesediting.d.ts +56 -55
  224. package/src/trackchangesediting.js +2 -2
  225. package/src/trackchangesui.d.ts +4 -4
  226. package/src/trackchangesui.js +2 -2
  227. package/src/ui/suggestioncontroller.d.ts +6 -6
  228. package/src/ui/suggestioncontroller.js +2 -2
  229. package/src/ui/view/basesuggestionthreadview.d.ts +7 -7
  230. package/src/ui/view/basesuggestionthreadview.js +2 -2
  231. package/src/ui/view/suggestionthreadview.d.ts +6 -6
  232. package/src/ui/view/suggestionthreadview.js +2 -2
  233. package/src/utils/common-translations.d.ts +2 -2
  234. package/src/utils/common-translations.js +2 -2
  235. package/src/utils/utils.d.ts +5 -5
  236. package/src/utils/utils.js +2 -2
  237. package/theme/icons/track-changes-accept.svg +1 -1
  238. package/theme/icons/track-changes-discard.svg +1 -1
  239. package/theme/icons/track-changes.svg +1 -1
  240. package/src/integrations/documentlist.d.ts +0 -17
  241. package/src/integrations/documentlist.js +0 -23
  242. package/src/integrations/documentlistproperties.js +0 -23
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Format:* ukloni iz %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Format:* zameni URL slike"
61
+ msgid "*Replace image URL*"
62
+ msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,9 +153,9 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Podesi veličinu fontova:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
- msgstr ""
158
+ msgstr "*Podesi format:* %0"
159
159
 
160
160
  msgctxt "A suggestion for setting multiple inline formatting to %0"
161
161
  msgid "*Set format to:* %0"
@@ -219,27 +219,27 @@ msgstr "Odbaci predloge"
219
219
 
220
220
  msgctxt "A message read out by assistive technologies the moment the user selection leaves an insertion suggestion."
221
221
  msgid "LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"
222
- msgstr ""
222
+ msgstr "Napuštanje predloga za umetanje.​"
223
223
 
224
224
  msgctxt "A message read out by assistive technologies the moment the user selection enters an insertion suggestion."
225
225
  msgid "ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"
226
- msgstr ""
226
+ msgstr "Unošenje predloga za umetanje.​"
227
227
 
228
228
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a deletion suggestion."
229
229
  msgid "LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"
230
- msgstr ""
230
+ msgstr "Napuštanje predlog za brisanje.​"
231
231
 
232
232
  msgctxt "A message read out by assistive technologies the moment the user selection enters a deletion suggestion."
233
233
  msgid "ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"
234
- msgstr ""
234
+ msgstr "Unošenje predloga za brisanje.​"
235
235
 
236
236
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a formatting suggestion."
237
237
  msgid "LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"
238
- msgstr ""
238
+ msgstr "Napuštanje predloga za formatiranje."
239
239
 
240
240
  msgctxt "A message read out by assistive technologies the moment the user selection enters a formatting suggestion."
241
241
  msgid "ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"
242
- msgstr ""
242
+ msgstr "Unošenje predloga za formatiranje."
243
243
 
244
244
  msgctxt "The block quote element name displayed in the suggestion."
245
245
  msgid "ELEMENT_BLOCK_QUOTE"
@@ -251,7 +251,7 @@ msgstr "numerisana lista"
251
251
 
252
252
  msgctxt "The default styled bulleted list element name displayed in the suggestion."
253
253
  msgid "ELEMENT_BULLETED_LIST_DEFAULT"
254
- msgstr ""
254
+ msgstr "lista za nabrajanje (podrazumevano)​"
255
255
 
256
256
  msgctxt "The circle styled bulleted list element name displayed in the suggestion."
257
257
  msgid "ELEMENT_BULLETED_LIST_CIRCLE"
@@ -345,7 +345,7 @@ msgstr "numerisana lista"
345
345
 
346
346
  msgctxt "The default styled numbered list element name displayed in the suggestion."
347
347
  msgid "ELEMENT_NUMBERED_LIST_DEFAULT"
348
- msgstr ""
348
+ msgstr "numerisana lista (podrazumevano)"
349
349
 
350
350
  msgctxt "The decimal styled numbered list element name displayed in the suggestion."
351
351
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
@@ -448,7 +448,7 @@ msgstr "spisak obaveza"
448
448
 
449
449
  msgctxt "The alignment format name displayed in a format suggestion."
450
450
  msgid "FORMAT_ALIGNMENT"
451
- msgstr ""
451
+ msgstr "sadržaj"
452
452
 
453
453
  msgctxt "The align to center format name displayed in a format suggestion."
454
454
  msgid "FORMAT_ALIGN_TO_CENTER"
@@ -528,39 +528,39 @@ msgstr "podvući"
528
528
 
529
529
  msgctxt "The list or block indent format name displayed in a format suggestion."
530
530
  msgid "FORMAT_INDENT"
531
- msgstr ""
531
+ msgstr "uvlačenje"
532
532
 
533
533
  msgctxt "The list reversed format name displayed in a format suggestion."
534
534
  msgid "FORMAT_LIST_REVERSED"
535
- msgstr ""
535
+ msgstr "lista obrnuta"
536
536
 
537
537
  msgctxt "The list start format name displayed in a format suggestion."
538
538
  msgid "FORMAT_LIST_START"
539
- msgstr ""
539
+ msgstr "početak liste"
540
540
 
541
541
  msgctxt "The font size format name displayed in a format suggestion."
542
542
  msgid "FORMAT_FONT_SIZE"
543
- msgstr ""
543
+ msgstr "veličina fonta"
544
544
 
545
545
  msgctxt "The font family format name displayed in a format suggestion."
546
546
  msgid "FORMAT_FONT_FAMILY"
547
- msgstr ""
547
+ msgstr "porodica fontova​"
548
548
 
549
549
  msgctxt "The font color format name displayed in a format suggestion."
550
550
  msgid "FORMAT_FONT_COLOR"
551
- msgstr ""
551
+ msgstr "boja fontova​"
552
552
 
553
553
  msgctxt "The font background color format name displayed in a format suggestion."
554
554
  msgid "FORMAT_FONT_BACKGROUND"
555
- msgstr ""
555
+ msgstr "boja pozadine fonta"
556
556
 
557
- msgctxt "The image width change format name displayed in a format suggestion."
558
- msgid "FORMAT_IMAGE_WIDTH"
559
- msgstr ""
557
+ msgctxt "The image size change format name displayed in a format suggestion."
558
+ msgid "FORMAT_IMAGE_SIZE"
559
+ msgstr "veličina slike​"
560
560
 
561
561
  msgctxt "The style format name displayed in a format suggestion."
562
562
  msgid "FORMAT_STYLE"
563
- msgstr ""
563
+ msgstr "stil"
564
564
 
565
565
  msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
566
566
  msgid "PENDING_ACTION_SUGGESTION"
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Формат:* уклони из %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Формат:* замените УРЛ слике"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*Zameni URL slike*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Подеси величину фонта:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Podesite format:* %0"
159
159
 
@@ -554,8 +554,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
554
554
  msgid "FORMAT_FONT_BACKGROUND"
555
555
  msgstr "boja pozadine fonta"
556
556
 
557
- msgctxt "The image width change format name displayed in a format suggestion."
558
- msgid "FORMAT_IMAGE_WIDTH"
557
+ msgctxt "The image size change format name displayed in a format suggestion."
558
+ msgid "FORMAT_IMAGE_SIZE"
559
559
  msgstr "veličina slike​"
560
560
 
561
561
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Format:* ta bort från %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Format:* byt ut bild-URL"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*Byt ut bildens URL*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Ställ in teckenstorlek:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Ställ in format:* %0"
159
159
 
@@ -535,8 +535,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
535
535
  msgid "FORMAT_FONT_BACKGROUND"
536
536
  msgstr "bakgrundsfärg för tecken"
537
537
 
538
- msgctxt "The image width change format name displayed in a format suggestion."
539
- msgid "FORMAT_IMAGE_WIDTH"
538
+ msgctxt "The image size change format name displayed in a format suggestion."
539
+ msgid "FORMAT_IMAGE_SIZE"
540
540
  msgstr "bildstorlek"
541
541
 
542
542
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Format:* ลบออกจาก %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*รูปแบบ:* แทนที่ URL รูปภาพ"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*แทนที่ URL ภาพ*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*ตั้งค่าขนาดฟอนต์:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*กำหนดรูปแบบ:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "สีพื้นหลังฟอนต์"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "ขนาดภาพ"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,7 +58,7 @@ msgid "*Format:* remove from %0"
58
58
  msgstr ""
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
61
+ msgid "*Replace image URL*"
62
62
  msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr ""
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr ""
159
159
 
@@ -535,8 +535,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
535
535
  msgid "FORMAT_FONT_BACKGROUND"
536
536
  msgstr ""
537
537
 
538
- msgctxt "The image width change format name displayed in a format suggestion."
539
- msgid "FORMAT_IMAGE_WIDTH"
538
+ msgctxt "The image size change format name displayed in a format suggestion."
539
+ msgid "FORMAT_IMAGE_SIZE"
540
540
  msgstr ""
541
541
 
542
542
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Biçim:* %0 öğesinden kaldır"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Format:* resim URL'sini değiştir"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*Görüntü URL'sini değiştir*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Yazı boyutunun ayarlanması:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Biçimi ayarla:* %0"
159
159
 
@@ -535,8 +535,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
535
535
  msgid "FORMAT_FONT_BACKGROUND"
536
536
  msgstr "font arka plan rengi"
537
537
 
538
- msgctxt "The image width change format name displayed in a format suggestion."
539
- msgid "FORMAT_IMAGE_WIDTH"
538
+ msgctxt "The image size change format name displayed in a format suggestion."
539
+ msgid "FORMAT_IMAGE_SIZE"
540
540
  msgstr "Görüntü boyutu"
541
541
 
542
542
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,7 +58,7 @@ msgid "*Format:* remove from %0"
58
58
  msgstr ""
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
61
+ msgid "*Replace image URL*"
62
62
  msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr ""
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr ""
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr ""
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr ""
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Формат:* видалити з %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Формат:* замінити зображення URL"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*Замінити URL-адресу зображення*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Установити розмір шрифту:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Встановити формат:* %0"
159
159
 
@@ -573,8 +573,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
573
573
  msgid "FORMAT_FONT_BACKGROUND"
574
574
  msgstr "колір фону шрифту"
575
575
 
576
- msgctxt "The image width change format name displayed in a format suggestion."
577
- msgid "FORMAT_IMAGE_WIDTH"
576
+ msgctxt "The image size change format name displayed in a format suggestion."
577
+ msgid "FORMAT_IMAGE_SIZE"
578
578
  msgstr "розмір зображення"
579
579
 
580
580
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,7 +58,7 @@ msgid "*Format:* remove from %0"
58
58
  msgstr ""
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
61
+ msgid "*Replace image URL*"
62
62
  msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr ""
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr ""
159
159
 
@@ -535,8 +535,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
535
535
  msgid "FORMAT_FONT_BACKGROUND"
536
536
  msgstr ""
537
537
 
538
- msgctxt "The image width change format name displayed in a format suggestion."
539
- msgid "FORMAT_IMAGE_WIDTH"
538
+ msgctxt "The image size change format name displayed in a format suggestion."
539
+ msgid "FORMAT_IMAGE_SIZE"
540
540
  msgstr ""
541
541
 
542
542
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Định dạng:* xóa khỏi %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Định dạng:* thay thế URL của ảnh"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*Thay thế URL hình ảnh*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Đặt lại kích cỡ phông chữ:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Đặt định dạng:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "màu nền phông chữ"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "cỡ ảnh"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*格式:* 从 %0 移除"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*格式:*替换图片URL"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*替换图片 URL*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*设置字号:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*设置格式:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "字体背景颜色"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "图片大小"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*格式:*從 %0 移除"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*格式:*取代圖片網址"
61
+ msgid "*Replace image URL*"
62
+ msgstr "*替換圖片網址*"
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*設定字型大小:*%0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*設定格式:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "字型背景顏色"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "圖片大小"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "40.1.0",
3
+ "version": "41.0.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -28,6 +28,7 @@
28
28
  "realtime",
29
29
  "framework"
30
30
  ],
31
+ "type": "module",
31
32
  "main": "src/index.js",
32
33
  "files": [
33
34
  "build",
@@ -39,8 +40,8 @@
39
40
  "CHANGELOG.md"
40
41
  ],
41
42
  "dependencies": {
42
- "ckeditor5": "40.1.0",
43
- "ckeditor5-collaboration": "40.1.0",
43
+ "ckeditor5": "41.0.0",
44
+ "ckeditor5-collaboration": "41.0.0",
44
45
  "lodash-es": "4.17.21"
45
46
  },
46
47
  "types": "src/index.d.ts",
@@ -1,9 +1,9 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import type { TrackChangesConfig, TrackChangesEditing, AcceptSuggestionCommand, DiscardSuggestionCommand, ExecuteOnAllSuggestionsCommand, ExecuteOnSelectedSuggestionsCommand, TrackChangesCommand } from './index';
6
- import type { Editor } from 'ckeditor5/src/core';
5
+ import type { TrackChangesConfig, TrackChangesEditing, AcceptSuggestionCommand, DiscardSuggestionCommand, ExecuteOnAllSuggestionsCommand, ExecuteOnSelectedSuggestionsCommand, TrackChangesCommand } from './index.js';
6
+ import type { Editor } from 'ckeditor5/src/core.js';
7
7
  declare module '@ckeditor/ckeditor5-core' {
8
8
  interface EditorConfig {
9
9
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/commands/acceptsuggestioncommand
7
7
  * @publicApi
8
8
  */
9
- import { Command, type Editor } from 'ckeditor5/src/core';
10
- import type Suggestion from '../suggestion';
9
+ import { Command, type Editor } from 'ckeditor5/src/core.js';
10
+ import type Suggestion from '../suggestion.js';
11
11
  /**
12
12
  * A command that accepts the suggestion chain.
13
13
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2af4=['_suggestions','editor','_isEnabledBasedOnSelection','plugins','model','refresh','execute','isEnabled','TrackChangesEditing','get','acceptSuggestion','track-changes-accept-suggestion-not-found'];(function(_0xd28304,_0x2af480){const _0x402c32=function(_0x14b5c9){while(--_0x14b5c9){_0xd28304['push'](_0xd28304['shift']());}};_0x402c32(++_0x2af480);}(_0x2af4,0x9b));const _0x402c=function(_0xd28304,_0x2af480){_0xd28304=_0xd28304-0x0;let _0x402c32=_0x2af4[_0xd28304];return _0x402c32;};import{Command as _0x15c87d}from'ckeditor5/src/core';import{CKEditorError as _0x40a8c9}from'ckeditor5/src/utils';export default class B extends _0x15c87d{constructor(_0x4bda25,_0x40fe97){super(_0x4bda25),this[_0x402c('0x1')]=_0x40fe97,this[_0x402c('0x6')](),this[_0x402c('0x3')]=!0x1;}[_0x402c('0x6')](){this[_0x402c('0x8')]=!0x0;}[_0x402c('0x7')](_0x25d62f){const _0x3191ef=this[_0x402c('0x1')]['get'](_0x25d62f);if(!_0x3191ef)throw new _0x40a8c9(_0x402c('0x0'),this);const _0x529e44=_0x3191ef['getRanges']();this[_0x402c('0x2')][_0x402c('0x5')]['canEditAt'](_0x529e44)&&this['editor'][_0x402c('0x4')][_0x402c('0xa')](_0x402c('0x9'))[_0x402c('0xb')](_0x3191ef);}}
23
+ const _0x1685=['track-changes-accept-suggestion-not-found','editor','_isEnabledBasedOnSelection','model','plugins','execute','get','refresh','getRanges','_suggestions','acceptSuggestion'];(function(_0x533b18,_0x16851b){const _0x4eff5a=function(_0x2a2d00){while(--_0x2a2d00){_0x533b18['push'](_0x533b18['shift']());}};_0x4eff5a(++_0x16851b);}(_0x1685,0x1c1));const _0x4eff=function(_0x533b18,_0x16851b){_0x533b18=_0x533b18-0x0;let _0x4eff5a=_0x1685[_0x533b18];return _0x4eff5a;};import{Command as _0x23b1bc}from'ckeditor5/src/core.js';import{CKEditorError as _0x201e8c}from'ckeditor5/src/utils.js';export default class $ extends _0x23b1bc{constructor(_0x6f62d3,_0x5a97bd){super(_0x6f62d3),this[_0x4eff('0x0')]=_0x5a97bd,this[_0x4eff('0x9')](),this[_0x4eff('0x4')]=!0x1;}[_0x4eff('0x9')](){this['isEnabled']=!0x0;}[_0x4eff('0x7')](_0xcde793){const _0x9d7e48=this[_0x4eff('0x0')][_0x4eff('0x8')](_0xcde793);if(!_0x9d7e48)throw new _0x201e8c(_0x4eff('0x2'),this);const _0x348dd5=_0x9d7e48[_0x4eff('0xa')]();this[_0x4eff('0x3')][_0x4eff('0x5')]['canEditAt'](_0x348dd5)&&this['editor'][_0x4eff('0x6')][_0x4eff('0x8')]('TrackChangesEditing')[_0x4eff('0x1')](_0x9d7e48);}}
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/commands/discardsuggestioncommand
7
7
  * @publicApi
8
8
  */
9
- import { Command, type Editor } from 'ckeditor5/src/core';
10
- import type Suggestion from '../suggestion';
9
+ import { Command, type Editor } from 'ckeditor5/src/core.js';
10
+ import type Suggestion from '../suggestion.js';
11
11
  /**
12
12
  * A command that discards the suggestion chain.
13
13
  */