@ckeditor/ckeditor5-track-changes 40.2.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 (196) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/build/track-changes.js +2 -2
  5. package/build/translations/es.js +1 -1
  6. package/lang/translations/ar.po +1 -1
  7. package/lang/translations/az.po +1 -1
  8. package/lang/translations/bg.po +1 -1
  9. package/lang/translations/bn.po +1 -1
  10. package/lang/translations/ca.po +1 -1
  11. package/lang/translations/cs.po +1 -1
  12. package/lang/translations/da.po +1 -1
  13. package/lang/translations/de.po +1 -1
  14. package/lang/translations/el.po +1 -1
  15. package/lang/translations/en-au.po +1 -1
  16. package/lang/translations/en.po +1 -1
  17. package/lang/translations/es.po +2 -2
  18. package/lang/translations/et.po +1 -1
  19. package/lang/translations/fi.po +1 -1
  20. package/lang/translations/fr.po +1 -1
  21. package/lang/translations/gl.po +1 -1
  22. package/lang/translations/he.po +1 -1
  23. package/lang/translations/hi.po +1 -1
  24. package/lang/translations/hr.po +1 -1
  25. package/lang/translations/hu.po +1 -1
  26. package/lang/translations/id.po +1 -1
  27. package/lang/translations/it.po +1 -1
  28. package/lang/translations/ja.po +1 -1
  29. package/lang/translations/ko.po +1 -1
  30. package/lang/translations/lt.po +1 -1
  31. package/lang/translations/lv.po +1 -1
  32. package/lang/translations/ms.po +1 -1
  33. package/lang/translations/nl.po +1 -1
  34. package/lang/translations/no.po +1 -1
  35. package/lang/translations/pl.po +1 -1
  36. package/lang/translations/pt-br.po +1 -1
  37. package/lang/translations/pt.po +1 -1
  38. package/lang/translations/ro.po +1 -1
  39. package/lang/translations/ru.po +1 -1
  40. package/lang/translations/sk.po +1 -1
  41. package/lang/translations/sq.po +1 -1
  42. package/lang/translations/sr-latn.po +1 -1
  43. package/lang/translations/sr.po +1 -1
  44. package/lang/translations/sv.po +1 -1
  45. package/lang/translations/th.po +1 -1
  46. package/lang/translations/tk.po +1 -1
  47. package/lang/translations/tr.po +1 -1
  48. package/lang/translations/tt.po +1 -1
  49. package/lang/translations/uk.po +1 -1
  50. package/lang/translations/ur.po +1 -1
  51. package/lang/translations/vi.po +1 -1
  52. package/lang/translations/zh-cn.po +1 -1
  53. package/lang/translations/zh.po +1 -1
  54. package/package.json +4 -3
  55. package/src/augmentation.d.ts +3 -3
  56. package/src/augmentation.js +1 -1
  57. package/src/commands/acceptsuggestioncommand.d.ts +3 -3
  58. package/src/commands/acceptsuggestioncommand.js +2 -2
  59. package/src/commands/discardsuggestioncommand.d.ts +3 -3
  60. package/src/commands/discardsuggestioncommand.js +2 -2
  61. package/src/commands/executeonallsuggestionscommand.d.ts +3 -3
  62. package/src/commands/executeonallsuggestionscommand.js +2 -2
  63. package/src/commands/executeonselectedsuggestionscommand.d.ts +3 -3
  64. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  65. package/src/commands/trackchangescommand.d.ts +2 -2
  66. package/src/commands/trackchangescommand.js +2 -2
  67. package/src/index.d.ts +13 -13
  68. package/src/index.js +2 -2
  69. package/src/integrations/aiassistant.d.ts +2 -2
  70. package/src/integrations/aiassistant.js +2 -2
  71. package/src/integrations/alignment.d.ts +2 -2
  72. package/src/integrations/alignment.js +2 -2
  73. package/src/integrations/basicstyles.d.ts +2 -2
  74. package/src/integrations/basicstyles.js +2 -2
  75. package/src/integrations/blockquote.d.ts +2 -2
  76. package/src/integrations/blockquote.js +2 -2
  77. package/src/integrations/casechange.d.ts +17 -0
  78. package/src/integrations/casechange.js +23 -0
  79. package/src/integrations/ckbox.d.ts +2 -2
  80. package/src/integrations/ckbox.js +2 -2
  81. package/src/integrations/codeblock.d.ts +2 -2
  82. package/src/integrations/codeblock.js +2 -2
  83. package/src/integrations/comments.d.ts +2 -2
  84. package/src/integrations/comments.js +2 -2
  85. package/src/integrations/deletecommand.d.ts +3 -3
  86. package/src/integrations/deletecommand.js +2 -2
  87. package/src/integrations/entercommand.d.ts +3 -3
  88. package/src/integrations/entercommand.js +2 -2
  89. package/src/integrations/findandreplace.d.ts +2 -2
  90. package/src/integrations/findandreplace.js +2 -2
  91. package/src/integrations/font.d.ts +2 -2
  92. package/src/integrations/font.js +2 -2
  93. package/src/integrations/formatpainter.d.ts +2 -2
  94. package/src/integrations/formatpainter.js +2 -2
  95. package/src/integrations/heading.d.ts +2 -2
  96. package/src/integrations/heading.js +2 -2
  97. package/src/integrations/highlight.d.ts +2 -2
  98. package/src/integrations/highlight.js +2 -2
  99. package/src/integrations/horizontalline.d.ts +2 -2
  100. package/src/integrations/horizontalline.js +2 -2
  101. package/src/integrations/htmlembed.d.ts +2 -2
  102. package/src/integrations/htmlembed.js +2 -2
  103. package/src/integrations/image.d.ts +2 -2
  104. package/src/integrations/image.js +2 -2
  105. package/src/integrations/imagereplace.d.ts +2 -2
  106. package/src/integrations/imagereplace.js +2 -2
  107. package/src/integrations/imagestyle.d.ts +2 -2
  108. package/src/integrations/imagestyle.js +2 -2
  109. package/src/integrations/importword.d.ts +2 -2
  110. package/src/integrations/importword.js +2 -2
  111. package/src/integrations/indent.d.ts +2 -2
  112. package/src/integrations/indent.js +2 -2
  113. package/src/integrations/inputcommand.d.ts +3 -3
  114. package/src/integrations/inputcommand.js +2 -2
  115. package/src/integrations/legacylist.d.ts +17 -0
  116. package/src/integrations/legacylist.js +23 -0
  117. package/src/integrations/{documentlistproperties.d.ts → legacylistproperties.d.ts} +7 -7
  118. package/src/integrations/legacylistproperties.js +23 -0
  119. package/src/integrations/link.d.ts +2 -2
  120. package/src/integrations/link.js +2 -2
  121. package/src/integrations/list.d.ts +6 -6
  122. package/src/integrations/list.js +2 -2
  123. package/src/integrations/listproperties.d.ts +6 -15
  124. package/src/integrations/listproperties.js +2 -2
  125. package/src/integrations/mediaembed.d.ts +2 -2
  126. package/src/integrations/mediaembed.js +2 -2
  127. package/src/integrations/mention.d.ts +2 -2
  128. package/src/integrations/mention.js +2 -2
  129. package/src/integrations/pagebreak.d.ts +2 -2
  130. package/src/integrations/pagebreak.js +2 -2
  131. package/src/integrations/paragraph.d.ts +2 -2
  132. package/src/integrations/paragraph.js +2 -2
  133. package/src/integrations/removeformat.d.ts +2 -2
  134. package/src/integrations/removeformat.js +2 -2
  135. package/src/integrations/restrictededitingmode.d.ts +2 -2
  136. package/src/integrations/restrictededitingmode.js +2 -2
  137. package/src/integrations/shiftentercommand.d.ts +3 -3
  138. package/src/integrations/shiftentercommand.js +2 -2
  139. package/src/integrations/standardeditingmode.d.ts +2 -2
  140. package/src/integrations/standardeditingmode.js +2 -2
  141. package/src/integrations/style.d.ts +2 -2
  142. package/src/integrations/style.js +2 -2
  143. package/src/integrations/table.d.ts +2 -2
  144. package/src/integrations/table.js +2 -2
  145. package/src/integrations/tablecaption.d.ts +3 -3
  146. package/src/integrations/tablecaption.js +2 -2
  147. package/src/integrations/tableclipboard.d.ts +3 -3
  148. package/src/integrations/tableclipboard.js +2 -2
  149. package/src/integrations/tablecolumnresize.d.ts +5 -5
  150. package/src/integrations/tablecolumnresize.js +2 -2
  151. package/src/integrations/tableheadings.d.ts +3 -3
  152. package/src/integrations/tableheadings.js +2 -2
  153. package/src/integrations/tablemergesplit.d.ts +3 -3
  154. package/src/integrations/tablemergesplit.js +2 -2
  155. package/src/integrations/tableofcontents.d.ts +2 -2
  156. package/src/integrations/tableofcontents.js +2 -2
  157. package/src/integrations/tableproperties.d.ts +5 -5
  158. package/src/integrations/tableproperties.js +2 -2
  159. package/src/integrations/template.d.ts +2 -2
  160. package/src/integrations/template.js +2 -2
  161. package/src/integrations/title.d.ts +2 -2
  162. package/src/integrations/title.js +2 -2
  163. package/src/integrations/undo.d.ts +2 -2
  164. package/src/integrations/undo.js +2 -2
  165. package/src/integrations/utils.d.ts +4 -4
  166. package/src/integrations/utils.js +2 -2
  167. package/src/suggestion.d.ts +6 -6
  168. package/src/suggestion.js +2 -2
  169. package/src/suggestiondescriptionfactory.d.ts +4 -4
  170. package/src/suggestiondescriptionfactory.js +2 -2
  171. package/src/trackchanges.d.ts +6 -6
  172. package/src/trackchanges.js +2 -2
  173. package/src/trackchangesconfig.d.ts +2 -2
  174. package/src/trackchangesconfig.js +1 -1
  175. package/src/trackchangesdata.d.ts +3 -3
  176. package/src/trackchangesdata.js +2 -2
  177. package/src/trackchangesediting.d.ts +56 -55
  178. package/src/trackchangesediting.js +2 -2
  179. package/src/trackchangesui.d.ts +4 -4
  180. package/src/trackchangesui.js +2 -2
  181. package/src/ui/suggestioncontroller.d.ts +6 -6
  182. package/src/ui/suggestioncontroller.js +2 -2
  183. package/src/ui/view/basesuggestionthreadview.d.ts +7 -7
  184. package/src/ui/view/basesuggestionthreadview.js +2 -2
  185. package/src/ui/view/suggestionthreadview.d.ts +6 -6
  186. package/src/ui/view/suggestionthreadview.js +2 -2
  187. package/src/utils/common-translations.d.ts +2 -2
  188. package/src/utils/common-translations.js +2 -2
  189. package/src/utils/utils.d.ts +5 -5
  190. package/src/utils/utils.js +2 -2
  191. package/theme/icons/track-changes-accept.svg +1 -1
  192. package/theme/icons/track-changes-discard.svg +1 -1
  193. package/theme/icons/track-changes.svg +1 -1
  194. package/src/integrations/documentlist.d.ts +0 -17
  195. package/src/integrations/documentlist.js +0 -23
  196. package/src/integrations/documentlistproperties.js +0 -23
@@ -1 +1 @@
1
- !function(e){const a=e.es=e.es||{};a.dictionary=Object.assign(a.dictionary||{},{"*Change %0 content*":"*Cambiar el contenido de %0*","*Change to:* %0":"*Cambiar a:* %0","*Check item*":"*Comprobar elemento*","*Format:* %0":"*Formato:* %0","*Format:* change table cell properties":"*Formato:* cambiar las propiedades de la celda de la tabla","*Format:* change table properties":"*Formato:* cambiar las propiedades de la tabla","*Format:* insert into %0":"*Formato:* insertar en %0","*Format:* remove from %0":"*Formato:* eliminar de %0","*Format:* resize table":"*Formato:* redimensionar tabla","*Format:* set order to regular":"*Formato:* establecer orden a regular","*Format:* set order to reversed":"*Formato:* establecer orden inverso","*Format:* set start index to %0":"*Formato:* establecer el índice de inicio en %0","*Indent:* %0":"*Sangría:* %0","*Insert:* %0":"*Insertar:* %0","*Merge cells*":"*Combinar celdas*","*Merge:* %0":"*Combinar:* %0","*Outdent:* %0":"*Eliminar sangría:* %0","*Remove all formatting*":"*Eliminar todo el formato*","*Remove format:* %0":"*Eliminar formato:* %0","*Remove highlight*":"*Eliminar resaltado*","*Remove image text alternative*":"*Eliminar alternativa de texto de la imagen*","*Remove link*":"*Eliminar enlace*","*Remove:* %0":"*Eliminar:* %0","*Replace image URL*":"*Reemplazar URL de la imagen*","*Replace table cells*":"*Reemplazar celdas de tabla*","*Reset font background color*":"*Restablecer color de fondo de la fuente*","*Reset font color*":"*Restablecer color de fuente*","*Reset font family*":"*Restablecer familia de fuentes*","*Reset font size*":"*Restablecer tamaño de fuente*","*Reset image width*":"*Restablecer ancho de imagen*","*Set font background color:* %0":"*Establecer color de fondo de la fuente:* %0","*Set font color:* %0":"*Establecer color de fuente:* %0","*Set font family:* %0":"*Establecer familia de fuentes:* %0","*Set font size:* %0":"*Establecer tamaño de fuente:* %0","*Set format to:* %0":"*Establecer formato en:* %0","*Set format:* %0":"*Establecer formato:* %0","*Set highlight:* %0":"*Establecer resaltado:* %0","*Set image text alternative:* %0":"*Establecer alternativa de texto de la imagen:* %0","*Set image width:* %0":"*Establecer ancho de imagen:* %0","*Set link:* %0":"*Establecer enlace:* %0","*Split cell:* horizontally":"*Dividir celda:* horizontalmente","*Split cell:* vertically":"*Dividir celda:* verticalmente","*Split:* %0":"*Dividir:* %0","*Uncheck item*":"*Desmarcar elemento*","Accept all selected suggestions":"Aceptar todas las sugerencias seleccionadas","Accept all suggestions":"Aceptar todas las sugerencias","Accept suggestion":"Aceptar sugerencia","Discard all selected suggestions":"Descartar todas las sugerencias seleccionadas","Discard all suggestions":"Descartar todas las sugerencias","Discard suggestion":"Descartar sugerencia",ELEMENT_BLOCK_QUOTE:"cita de bloque",ELEMENT_BULLETED_LIST:"lista con topos",ELEMENT_BULLETED_LIST_CIRCLE:"lista con viñetas (círculo)",ELEMENT_BULLETED_LIST_DEFAULT:"lista con viñetas (predeterminada)",ELEMENT_BULLETED_LIST_DISC:"lista con viñetas (disco)",ELEMENT_BULLETED_LIST_SQUARE:"lista con viñetas (cuadrado)",ELEMENT_CAPTION:"Subtítulo",ELEMENT_CODE_BLOCK:["Bloque de código","%0 bloques de código","%0 bloques de código"],ELEMENT_HEADING:["encabezado (nivel %1)","%0 encabezados (nivel %1)","%0 encabezados (nivel %1)"],ELEMENT_HEADING_CUSTOM:["encabezado (%1)","%0 encabezados (%1)","%0 encabezados (%1)"],ELEMENT_HORIZONTAL_LINE:["Línea horizontal","%0 líneas horizontales","%0 líneas horizontales"],ELEMENT_HTML_EMBED:["HTML incrustado","0% HTML incrustado","0% HTML incrustado"],ELEMENT_IMAGE:["imagen","%0 imágenes","%0 imágenes"],ELEMENT_INLINE_IMAGE:["imagen","%0 imágenes","%0 imágenes"],ELEMENT_LINE_BREAK:["Salto de línea","0% Salto de línea","0% Salto de línea"],ELEMENT_LIST_ITEM:["ítem de lista","%0 items de lista","%0 items de lista"],ELEMENT_MEDIA:["Elemento multimedia","0% elemento multimedia","0% elemento multimedia"],ELEMENT_NUMBERED_LIST:"Lista numerada",ELEMENT_NUMBERED_LIST_DECIMAL:"lista numerada (decimal)",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"lista numerada (decimal con cero inicial)",ELEMENT_NUMBERED_LIST_DEFAULT:"lista numerada (predeterminada)",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"lista numerada (letras ASCII en minúscula)",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"lista numerada (números romanos en minúscula)",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"lista numerada (letras ASCII en mayúscula)",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"lista numerada (números romanos en mayúscula)",ELEMENT_PAGE_BREAK:["Salto de página","0% salto de página","0% salto de página"],ELEMENT_PARAGRAPH:["párrafo","%0 párrafos","%0 párrafos"],ELEMENT_SPACE:["espacio","%0 espacios","%0 espacios"],ELEMENT_TABLE:["tabla","%0 tablas","%0 tablas"],ELEMENT_TABLE_COLUMN:["columna de tabla","%0 columnas de tabla","%0 columnas de tabla"],ELEMENT_TABLE_COLUMN_WITH_TEXT:["columna de tabla *con texto* %1","%0 columnas de tabla *con texto* %1","%0 columnas de tabla *con texto* %1"],ELEMENT_TABLE_OF_CONTENTS:["tabla de contenido","tabla de contenido","tabla de contenido"],ELEMENT_TABLE_ROW:["fila de tabla","%0 filas de tabla","%0 filas de tabla"],ELEMENT_TABLE_ROW_WITH_TEXT:["fila de tabla *con texto* %1","%0 filas de tabla *con texto* %1","%0 filas de tabla *con texto* %1"],ELEMENT_TABLE_WITH_TEXT:"tabla *con texto* %0",ELEMENT_TITLE:"título",ELEMENT_TODO_LIST:"lista de pendientes",ENTER_DELETION_SUGGESTION_ANNOUNCEMENT:"Introduciendo sugerencia de borrado.",ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Introduciendo sugerencia de formato.",ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT:"Introduciendo sugerencia de inserción.",EXTERNAL_IMPORT_WORD_SUGGESTION:"Esta sugerencia proviene de un archivo de Word importado.",EXTERNAL_SUGGESTION:"Esta sugerencia procede de una fuente externa.",FORMAT_ALIGN_TO_CENTER:"alinear al centro",FORMAT_ALIGN_TO_LEFT:"alinear a la izquierda",FORMAT_ALIGN_TO_RIGHT:"alinear a la derecha",FORMAT_ALIGNMENT:"alineación",FORMAT_BOLD:"negrita",FORMAT_CODE:"código",FORMAT_FONT_BACKGROUND:"color de fondo de la fuente",FORMAT_FONT_COLOR:"color de fuente",FORMAT_FONT_FAMILY:"familia tipográfica",FORMAT_FONT_SIZE:"tamaño de fuente",FORMAT_HEADER_COLUMN:"columna de cabecera",FORMAT_HEADER_ROW:"fila de cabecera",FORMAT_HIGHLIGHT:"resalte",FORMAT_IMAGE_SIZE:"tamaño de imagen",FORMAT_INDENT:"sangrado",FORMAT_ITALIC:"itálica",FORMAT_JUSTIFY_TEXT:"justificar",FORMAT_LIST_REVERSED:"lista invertida",FORMAT_LIST_START:"inicio de lista",FORMAT_REGULAR_COLUMN:"columna normal",FORMAT_REGULAR_ROW:"fila normal",FORMAT_RESTRICTED_DISABLED:"*Desactivar en modo de edición restringida*",FORMAT_RESTRICTED_ENABLED:"*Activar en modo de edición restringida*",FORMAT_SIDE_IMAGE:"imagen lateral",FORMAT_STRIKETHROUGH:"tachado",FORMAT_STYLE:"estilo",FORMAT_SUBSCRIPT:"subíndice",FORMAT_SUPERSCRIPT:"superíndice",FORMAT_UNDERLINE:"subrayado",LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT:"Abandonando sugerencia de borrado.",LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Abandonando sugerencia de formato.",LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT:"Abandonando sugerencia de inserción.",PENDING_ACTION_SUGGESTION:"No se ha guardado el cambio en la sugerencia.",REPLACE_TEXT:"*Reemplazar* %0 *con* %1","Track changes":"Control de cambios"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const a=e.es=e.es||{};a.dictionary=Object.assign(a.dictionary||{},{"*Change %0 content*":"*Cambiar el contenido de %0*","*Change to:* %0":"*Cambiar a:* %0","*Check item*":"*Comprobar elemento*","*Format:* %0":"*Formato:* %0","*Format:* change table cell properties":"*Formato:* cambiar las propiedades de la celda de la tabla","*Format:* change table properties":"*Formato:* cambiar las propiedades de la tabla","*Format:* insert into %0":"*Formato:* insertar en %0","*Format:* remove from %0":"*Formato:* eliminar de %0","*Format:* resize table":"*Formato:* redimensionar tabla","*Format:* set order to regular":"*Formato:* establecer orden a regular","*Format:* set order to reversed":"*Formato:* establecer orden inverso","*Format:* set start index to %0":"*Formato:* establecer el índice de inicio en %0","*Indent:* %0":"*Sangría:* %0","*Insert:* %0":"*Insertar:* %0","*Merge cells*":"*Combinar celdas*","*Merge:* %0":"*Combinar:* %0","*Outdent:* %0":"*Eliminar sangría:* %0","*Remove all formatting*":"*Eliminar todo el formato*","*Remove format:* %0":"*Eliminar formato:* %0","*Remove highlight*":"*Eliminar resaltado*","*Remove image text alternative*":"*Eliminar alternativa de texto de la imagen*","*Remove link*":"*Eliminar enlace*","*Remove:* %0":"*Eliminar:* %0","*Replace image URL*":"*Reemplazar URL de la imagen*","*Replace table cells*":"*Reemplazar celdas de tabla*","*Reset font background color*":"*Restablecer color de fondo de la fuente*","*Reset font color*":"*Restablecer color de fuente*","*Reset font family*":"*Restablecer familia de fuentes*","*Reset font size*":"*Restablecer tamaño de fuente*","*Reset image width*":"*Restablecer ancho de imagen*","*Set font background color:* %0":"*Establecer color de fondo de la fuente:* %0","*Set font color:* %0":"*Establecer color de fuente:* %0","*Set font family:* %0":"*Establecer familia de fuentes:* %0","*Set font size:* %0":"*Establecer tamaño de fuente:* %0","*Set format to:* %0":"*Establecer formato en:* %0","*Set format:* %0":"*Establecer formato:* %0","*Set highlight:* %0":"*Establecer resaltado:* %0","*Set image text alternative:* %0":"*Establecer alternativa de texto de la imagen:* %0","*Set image width:* %0":"*Establecer ancho de imagen:* %0","*Set link:* %0":"*Establecer enlace:* %0","*Split cell:* horizontally":"*Dividir celda:* horizontalmente","*Split cell:* vertically":"*Dividir celda:* verticalmente","*Split:* %0":"*Dividir:* %0","*Uncheck item*":"*Desmarcar elemento*","Accept all selected suggestions":"Aceptar todas las sugerencias seleccionadas","Accept all suggestions":"Aceptar todas las sugerencias","Accept suggestion":"Aceptar sugerencia","Discard all selected suggestions":"Descartar todas las sugerencias seleccionadas","Discard all suggestions":"Descartar todas las sugerencias","Discard suggestion":"Descartar sugerencia",ELEMENT_BLOCK_QUOTE:"bloque de cita",ELEMENT_BULLETED_LIST:"lista con topos",ELEMENT_BULLETED_LIST_CIRCLE:"lista con viñetas (círculo)",ELEMENT_BULLETED_LIST_DEFAULT:"lista con viñetas (predeterminada)",ELEMENT_BULLETED_LIST_DISC:"lista con viñetas (disco)",ELEMENT_BULLETED_LIST_SQUARE:"lista con viñetas (cuadrado)",ELEMENT_CAPTION:"Subtítulo",ELEMENT_CODE_BLOCK:["Bloque de código","%0 bloques de código","%0 bloques de código"],ELEMENT_HEADING:["encabezado (nivel %1)","%0 encabezados (nivel %1)","%0 encabezados (nivel %1)"],ELEMENT_HEADING_CUSTOM:["encabezado (%1)","%0 encabezados (%1)","%0 encabezados (%1)"],ELEMENT_HORIZONTAL_LINE:["Línea horizontal","%0 líneas horizontales","%0 líneas horizontales"],ELEMENT_HTML_EMBED:["HTML incrustado","0% HTML incrustado","0% HTML incrustado"],ELEMENT_IMAGE:["imagen","%0 imágenes","%0 imágenes"],ELEMENT_INLINE_IMAGE:["imagen","%0 imágenes","%0 imágenes"],ELEMENT_LINE_BREAK:["Salto de línea","0% Salto de línea","0% Salto de línea"],ELEMENT_LIST_ITEM:["ítem de lista","%0 items de lista","%0 items de lista"],ELEMENT_MEDIA:["Elemento multimedia","0% elemento multimedia","0% elemento multimedia"],ELEMENT_NUMBERED_LIST:"Lista numerada",ELEMENT_NUMBERED_LIST_DECIMAL:"lista numerada (decimal)",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"lista numerada (decimal con cero inicial)",ELEMENT_NUMBERED_LIST_DEFAULT:"lista numerada (predeterminada)",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"lista numerada (letras ASCII en minúscula)",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"lista numerada (números romanos en minúscula)",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"lista numerada (letras ASCII en mayúscula)",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"lista numerada (números romanos en mayúscula)",ELEMENT_PAGE_BREAK:["Salto de página","0% salto de página","0% salto de página"],ELEMENT_PARAGRAPH:["párrafo","%0 párrafos","%0 párrafos"],ELEMENT_SPACE:["espacio","%0 espacios","%0 espacios"],ELEMENT_TABLE:["tabla","%0 tablas","%0 tablas"],ELEMENT_TABLE_COLUMN:["columna de tabla","%0 columnas de tabla","%0 columnas de tabla"],ELEMENT_TABLE_COLUMN_WITH_TEXT:["columna de tabla *con texto* %1","%0 columnas de tabla *con texto* %1","%0 columnas de tabla *con texto* %1"],ELEMENT_TABLE_OF_CONTENTS:["tabla de contenido","tabla de contenido","tabla de contenido"],ELEMENT_TABLE_ROW:["fila de tabla","%0 filas de tabla","%0 filas de tabla"],ELEMENT_TABLE_ROW_WITH_TEXT:["fila de tabla *con texto* %1","%0 filas de tabla *con texto* %1","%0 filas de tabla *con texto* %1"],ELEMENT_TABLE_WITH_TEXT:"tabla *con texto* %0",ELEMENT_TITLE:"título",ELEMENT_TODO_LIST:"lista de pendientes",ENTER_DELETION_SUGGESTION_ANNOUNCEMENT:"Introduciendo sugerencia de borrado.",ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Introduciendo sugerencia de formato.",ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT:"Introduciendo sugerencia de inserción.",EXTERNAL_IMPORT_WORD_SUGGESTION:"Esta sugerencia proviene de un archivo de Word importado.",EXTERNAL_SUGGESTION:"Esta sugerencia procede de una fuente externa.",FORMAT_ALIGN_TO_CENTER:"alinear al centro",FORMAT_ALIGN_TO_LEFT:"alinear a la izquierda",FORMAT_ALIGN_TO_RIGHT:"alinear a la derecha",FORMAT_ALIGNMENT:"alineación",FORMAT_BOLD:"negrita",FORMAT_CODE:"código",FORMAT_FONT_BACKGROUND:"color de fondo de la fuente",FORMAT_FONT_COLOR:"color de fuente",FORMAT_FONT_FAMILY:"familia tipográfica",FORMAT_FONT_SIZE:"tamaño de fuente",FORMAT_HEADER_COLUMN:"columna de cabecera",FORMAT_HEADER_ROW:"fila de cabecera",FORMAT_HIGHLIGHT:"resalte",FORMAT_IMAGE_SIZE:"tamaño de imagen",FORMAT_INDENT:"sangrado",FORMAT_ITALIC:"itálica",FORMAT_JUSTIFY_TEXT:"justificar",FORMAT_LIST_REVERSED:"lista invertida",FORMAT_LIST_START:"inicio de lista",FORMAT_REGULAR_COLUMN:"columna normal",FORMAT_REGULAR_ROW:"fila normal",FORMAT_RESTRICTED_DISABLED:"*Desactivar en modo de edición restringida*",FORMAT_RESTRICTED_ENABLED:"*Activar en modo de edición restringida*",FORMAT_SIDE_IMAGE:"imagen lateral",FORMAT_STRIKETHROUGH:"tachado",FORMAT_STYLE:"estilo",FORMAT_SUBSCRIPT:"subíndice",FORMAT_SUPERSCRIPT:"superíndice",FORMAT_UNDERLINE:"subrayado",LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT:"Abandonando sugerencia de borrado.",LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Abandonando sugerencia de formato.",LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT:"Abandonando sugerencia de inserción.",PENDING_ACTION_SUGGESTION:"No se ha guardado el cambio en la sugerencia.",REPLACE_TEXT:"*Reemplazar* %0 *con* %1","Track changes":"Control de cambios"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -243,7 +243,7 @@ msgstr "Introduciendo sugerencia de formato."
243
243
 
244
244
  msgctxt "The block quote element name displayed in the suggestion."
245
245
  msgid "ELEMENT_BLOCK_QUOTE"
246
- msgstr "cita de bloque"
246
+ msgstr "bloque de cita"
247
247
 
248
248
  msgctxt "The bulleted list element name displayed in the suggestion."
249
249
  msgid "ELEMENT_BULLETED_LIST"
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
@@ -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
  #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "40.2.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.2.0",
43
- "ckeditor5-collaboration": "40.2.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 _0x2e72=['acceptSuggestion','editor','canEditAt','get','model','plugins','TrackChangesEditing','execute','refresh','getRanges','track-changes-accept-suggestion-not-found','isEnabled'];(function(_0x3eaedf,_0x2e721c){const _0x243a47=function(_0xa4afb){while(--_0xa4afb){_0x3eaedf['push'](_0x3eaedf['shift']());}};_0x243a47(++_0x2e721c);}(_0x2e72,0x16b));const _0x243a=function(_0x3eaedf,_0x2e721c){_0x3eaedf=_0x3eaedf-0x0;let _0x243a47=_0x2e72[_0x3eaedf];return _0x243a47;};import{Command as _0x3c5e93}from'ckeditor5/src/core';import{CKEditorError as _0x2d5da9}from'ckeditor5/src/utils';export default class B extends _0x3c5e93{constructor(_0x71b5e8,_0x4f1e35){super(_0x71b5e8),this['_suggestions']=_0x4f1e35,this[_0x243a('0x5')](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this[_0x243a('0x8')]=!0x0;}[_0x243a('0x4')](_0x176c22){const _0x1eeda9=this['_suggestions'][_0x243a('0x0')](_0x176c22);if(!_0x1eeda9)throw new _0x2d5da9(_0x243a('0x7'),this);const _0x25be13=_0x1eeda9[_0x243a('0x6')]();this[_0x243a('0xa')][_0x243a('0x1')][_0x243a('0xb')](_0x25be13)&&this['editor'][_0x243a('0x2')]['get'](_0x243a('0x3'))[_0x243a('0x9')](_0x1eeda9);}}
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
  */
@@ -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 _0x215c=['editor','getRanges','canEditAt','isEnabled','TrackChangesEditing','discardSuggestion','track-changes-discard-suggestion-not-found','model','get','plugins','_suggestions','refresh'];(function(_0xf97519,_0x215c4b){const _0x535910=function(_0x120b67){while(--_0x120b67){_0xf97519['push'](_0xf97519['shift']());}};_0x535910(++_0x215c4b);}(_0x215c,0xa5));const _0x5359=function(_0xf97519,_0x215c4b){_0xf97519=_0xf97519-0x0;let _0x535910=_0x215c[_0xf97519];return _0x535910;};import{Command as _0x43c34a}from'ckeditor5/src/core';import{CKEditorError as _0xcf51b1}from'ckeditor5/src/utils';export default class x extends _0x43c34a{constructor(_0x59d0e8,_0x2bb1dd){super(_0x59d0e8),this[_0x5359('0x1')]=_0x2bb1dd,this[_0x5359('0x2')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x5359('0x2')](){this[_0x5359('0x6')]=!0x0;}['execute'](_0xccf869){const _0x336dc5=this[_0x5359('0x1')][_0x5359('0xb')](_0xccf869);if(!_0x336dc5)throw new _0xcf51b1(_0x5359('0x9'),this);const _0x10fa9f=_0x336dc5[_0x5359('0x4')]();this[_0x5359('0x3')][_0x5359('0xa')][_0x5359('0x5')](_0x10fa9f)&&this[_0x5359('0x3')][_0x5359('0x0')][_0x5359('0xb')](_0x5359('0x7'))[_0x5359('0x8')](_0x336dc5);}}
23
+ const _0x65e2=['isEnabled','refresh','discardSuggestion','get','plugins','_isEnabledBasedOnSelection','track-changes-discard-suggestion-not-found','_suggestions','TrackChangesEditing','getRanges','editor'];(function(_0x17392e,_0x65e2e1){const _0x4bc70c=function(_0x342d4b){while(--_0x342d4b){_0x17392e['push'](_0x17392e['shift']());}};_0x4bc70c(++_0x65e2e1);}(_0x65e2,0xc5));const _0x4bc7=function(_0x17392e,_0x65e2e1){_0x17392e=_0x17392e-0x0;let _0x4bc70c=_0x65e2[_0x17392e];return _0x4bc70c;};import{Command as _0x556ed1}from'ckeditor5/src/core.js';import{CKEditorError as _0x762599}from'ckeditor5/src/utils.js';export default class B extends _0x556ed1{constructor(_0x26c3ad,_0x46b93a){super(_0x26c3ad),this[_0x4bc7('0x8')]=_0x46b93a,this[_0x4bc7('0x2')](),this[_0x4bc7('0x6')]=!0x1;}[_0x4bc7('0x2')](){this[_0x4bc7('0x1')]=!0x0;}['execute'](_0x163da2){const _0x3a5959=this[_0x4bc7('0x8')]['get'](_0x163da2);if(!_0x3a5959)throw new _0x762599(_0x4bc7('0x7'),this);const _0x5d0663=_0x3a5959[_0x4bc7('0xa')]();this[_0x4bc7('0x0')]['model']['canEditAt'](_0x5d0663)&&this[_0x4bc7('0x0')][_0x4bc7('0x5')][_0x4bc7('0x4')](_0x4bc7('0x9'))[_0x4bc7('0x3')](_0x3a5959);}}
@@ -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/executeonallsuggestionscommand
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 executes passed command (accept or discard suggestion command) at once for all suggestions in the document.
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 _0x3ed5=['_suggestions','getRanges','model','canEditAt','execute','refresh','some','isInContent','values','_isEnabledBasedOnSelection','editor','_command','from','isEnabled'];(function(_0x3b5aa1,_0x3ed55e){const _0x393a8d=function(_0x55af41){while(--_0x55af41){_0x3b5aa1['push'](_0x3b5aa1['shift']());}};_0x393a8d(++_0x3ed55e);}(_0x3ed5,0x15d));const _0x393a=function(_0x3b5aa1,_0x3ed55e){_0x3b5aa1=_0x3b5aa1-0x0;let _0x393a8d=_0x3ed5[_0x3b5aa1];return _0x393a8d;};import{Command as _0x250d4e}from'ckeditor5/src/core';import{sortSuggestions as _0x513e10,executeCommandForSuggestions as _0x9ad544}from'../utils/utils';export default class E extends _0x250d4e{constructor(_0x30dac9,_0x660826,_0x46eebe){super(_0x30dac9),this[_0x393a('0xc')]=_0x660826,this[_0x393a('0x1')]=_0x46eebe,this[_0x393a('0x6')](),this[_0x393a('0xa')]=!0x1;}[_0x393a('0x6')](){const _0x551213=Array[_0x393a('0xd')](this[_0x393a('0x1')][_0x393a('0x9')]())[_0x393a('0x7')](_0x4d2665=>_0x4d2665[_0x393a('0x8')]);this['isEnabled']=this[_0x393a('0xc')][_0x393a('0x0')]&&_0x551213;}[_0x393a('0x5')](){const _0x133a86=_0x513e10(Array['from'](this[_0x393a('0x1')][_0x393a('0x9')]()));for(const _0xa7c119 of _0x133a86){const _0x1621d6=_0xa7c119[_0x393a('0x2')]();if(!this[_0x393a('0xb')][_0x393a('0x3')][_0x393a('0x4')](_0x1621d6))return;}_0x9ad544(this[_0x393a('0xb')]['model'],this[_0x393a('0xc')],_0x133a86);}}
23
+ const _0x3ee0=['execute','from','values','model','editor','refresh','canEditAt','isEnabled','_command','some','_isEnabledBasedOnSelection','_suggestions'];(function(_0x48120d,_0x3ee0e0){const _0x4a76af=function(_0x3a0ffe){while(--_0x3a0ffe){_0x48120d['push'](_0x48120d['shift']());}};_0x4a76af(++_0x3ee0e0);}(_0x3ee0,0x193));const _0x4a76=function(_0x48120d,_0x3ee0e0){_0x48120d=_0x48120d-0x0;let _0x4a76af=_0x3ee0[_0x48120d];return _0x4a76af;};import{Command as _0x5babaa}from'ckeditor5/src/core.js';import{sortSuggestions as _0x3554e6,executeCommandForSuggestions as _0x2dbafb}from'../utils/utils.js';export default class x extends _0x5babaa{constructor(_0x5ddf63,_0x3efe02,_0x4dfe28){super(_0x5ddf63),this['_command']=_0x3efe02,this['_suggestions']=_0x4dfe28,this[_0x4a76('0xa')](),this[_0x4a76('0x3')]=!0x1;}[_0x4a76('0xa')](){const _0x261d28=Array['from'](this[_0x4a76('0x4')][_0x4a76('0x7')]())[_0x4a76('0x2')](_0x6ef1ea=>_0x6ef1ea['isInContent']);this['isEnabled']=this['_command'][_0x4a76('0x0')]&&_0x261d28;}[_0x4a76('0x5')](){const _0x2b2391=_0x3554e6(Array[_0x4a76('0x6')](this['_suggestions']['values']()));for(const _0x3c4e55 of _0x2b2391){const _0x1c7618=_0x3c4e55['getRanges']();if(!this['editor'][_0x4a76('0x8')][_0x4a76('0xb')](_0x1c7618))return;}_0x2dbafb(this[_0x4a76('0x9')]['model'],this[_0x4a76('0x1')],_0x2b2391);}}
@@ -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/executeonselectedsuggestionscommand
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 executes passed command (accept or discard suggestion command) at once for all suggestions selected in the document.
13
13
  */