@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.
- package/CHANGELOG.md +5 -5
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/build/track-changes.js +2 -2
- package/build/translations/es.js +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/az.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es.po +2 -2
- package/lang/translations/et.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sq.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/tt.po +1 -1
- package/lang/translations/uk.po +1 -1
- package/lang/translations/ur.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +4 -3
- package/src/augmentation.d.ts +3 -3
- package/src/augmentation.js +1 -1
- package/src/commands/acceptsuggestioncommand.d.ts +3 -3
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardsuggestioncommand.d.ts +3 -3
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/executeonallsuggestionscommand.d.ts +3 -3
- package/src/commands/executeonallsuggestionscommand.js +2 -2
- package/src/commands/executeonselectedsuggestionscommand.d.ts +3 -3
- package/src/commands/executeonselectedsuggestionscommand.js +2 -2
- package/src/commands/trackchangescommand.d.ts +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/index.d.ts +13 -13
- package/src/index.js +2 -2
- package/src/integrations/aiassistant.d.ts +2 -2
- package/src/integrations/aiassistant.js +2 -2
- package/src/integrations/alignment.d.ts +2 -2
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.d.ts +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.d.ts +2 -2
- package/src/integrations/blockquote.js +2 -2
- package/src/integrations/casechange.d.ts +17 -0
- package/src/integrations/casechange.js +23 -0
- package/src/integrations/ckbox.d.ts +2 -2
- package/src/integrations/ckbox.js +2 -2
- package/src/integrations/codeblock.d.ts +2 -2
- package/src/integrations/codeblock.js +2 -2
- package/src/integrations/comments.d.ts +2 -2
- package/src/integrations/comments.js +2 -2
- package/src/integrations/deletecommand.d.ts +3 -3
- package/src/integrations/deletecommand.js +2 -2
- package/src/integrations/entercommand.d.ts +3 -3
- package/src/integrations/entercommand.js +2 -2
- package/src/integrations/findandreplace.d.ts +2 -2
- package/src/integrations/findandreplace.js +2 -2
- package/src/integrations/font.d.ts +2 -2
- package/src/integrations/font.js +2 -2
- package/src/integrations/formatpainter.d.ts +2 -2
- package/src/integrations/formatpainter.js +2 -2
- package/src/integrations/heading.d.ts +2 -2
- package/src/integrations/heading.js +2 -2
- package/src/integrations/highlight.d.ts +2 -2
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/horizontalline.d.ts +2 -2
- package/src/integrations/horizontalline.js +2 -2
- package/src/integrations/htmlembed.d.ts +2 -2
- package/src/integrations/htmlembed.js +2 -2
- package/src/integrations/image.d.ts +2 -2
- package/src/integrations/image.js +2 -2
- package/src/integrations/imagereplace.d.ts +2 -2
- package/src/integrations/imagereplace.js +2 -2
- package/src/integrations/imagestyle.d.ts +2 -2
- package/src/integrations/imagestyle.js +2 -2
- package/src/integrations/importword.d.ts +2 -2
- package/src/integrations/importword.js +2 -2
- package/src/integrations/indent.d.ts +2 -2
- package/src/integrations/indent.js +2 -2
- package/src/integrations/inputcommand.d.ts +3 -3
- package/src/integrations/inputcommand.js +2 -2
- package/src/integrations/legacylist.d.ts +17 -0
- package/src/integrations/legacylist.js +23 -0
- package/src/integrations/{documentlistproperties.d.ts → legacylistproperties.d.ts} +7 -7
- package/src/integrations/legacylistproperties.js +23 -0
- package/src/integrations/link.d.ts +2 -2
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.d.ts +6 -6
- package/src/integrations/list.js +2 -2
- package/src/integrations/listproperties.d.ts +6 -15
- package/src/integrations/listproperties.js +2 -2
- package/src/integrations/mediaembed.d.ts +2 -2
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mention.d.ts +2 -2
- package/src/integrations/mention.js +2 -2
- package/src/integrations/pagebreak.d.ts +2 -2
- package/src/integrations/pagebreak.js +2 -2
- package/src/integrations/paragraph.d.ts +2 -2
- package/src/integrations/paragraph.js +2 -2
- package/src/integrations/removeformat.d.ts +2 -2
- package/src/integrations/removeformat.js +2 -2
- package/src/integrations/restrictededitingmode.d.ts +2 -2
- package/src/integrations/restrictededitingmode.js +2 -2
- package/src/integrations/shiftentercommand.d.ts +3 -3
- package/src/integrations/shiftentercommand.js +2 -2
- package/src/integrations/standardeditingmode.d.ts +2 -2
- package/src/integrations/standardeditingmode.js +2 -2
- package/src/integrations/style.d.ts +2 -2
- package/src/integrations/style.js +2 -2
- package/src/integrations/table.d.ts +2 -2
- package/src/integrations/table.js +2 -2
- package/src/integrations/tablecaption.d.ts +3 -3
- package/src/integrations/tablecaption.js +2 -2
- package/src/integrations/tableclipboard.d.ts +3 -3
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tablecolumnresize.d.ts +5 -5
- package/src/integrations/tablecolumnresize.js +2 -2
- package/src/integrations/tableheadings.d.ts +3 -3
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.d.ts +3 -3
- package/src/integrations/tablemergesplit.js +2 -2
- package/src/integrations/tableofcontents.d.ts +2 -2
- package/src/integrations/tableofcontents.js +2 -2
- package/src/integrations/tableproperties.d.ts +5 -5
- package/src/integrations/tableproperties.js +2 -2
- package/src/integrations/template.d.ts +2 -2
- package/src/integrations/template.js +2 -2
- package/src/integrations/title.d.ts +2 -2
- package/src/integrations/title.js +2 -2
- package/src/integrations/undo.d.ts +2 -2
- package/src/integrations/undo.js +2 -2
- package/src/integrations/utils.d.ts +4 -4
- package/src/integrations/utils.js +2 -2
- package/src/suggestion.d.ts +6 -6
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.d.ts +4 -4
- package/src/suggestiondescriptionfactory.js +2 -2
- package/src/trackchanges.d.ts +6 -6
- package/src/trackchanges.js +2 -2
- package/src/trackchangesconfig.d.ts +2 -2
- package/src/trackchangesconfig.js +1 -1
- package/src/trackchangesdata.d.ts +3 -3
- package/src/trackchangesdata.js +2 -2
- package/src/trackchangesediting.d.ts +56 -55
- package/src/trackchangesediting.js +2 -2
- package/src/trackchangesui.d.ts +4 -4
- package/src/trackchangesui.js +2 -2
- package/src/ui/suggestioncontroller.d.ts +6 -6
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +7 -7
- package/src/ui/view/basesuggestionthreadview.js +2 -2
- package/src/ui/view/suggestionthreadview.d.ts +6 -6
- package/src/ui/view/suggestionthreadview.js +2 -2
- package/src/utils/common-translations.d.ts +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/utils.d.ts +5 -5
- package/src/utils/utils.js +2 -2
- package/theme/icons/track-changes-accept.svg +1 -1
- package/theme/icons/track-changes-discard.svg +1 -1
- package/theme/icons/track-changes.svg +1 -1
- package/src/integrations/documentlist.d.ts +0 -17
- package/src/integrations/documentlist.js +0 -23
- package/src/integrations/documentlistproperties.js +0 -23
package/build/translations/es.js
CHANGED
|
@@ -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:"
|
|
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={}));
|
package/lang/translations/ar.po
CHANGED
package/lang/translations/az.po
CHANGED
package/lang/translations/bg.po
CHANGED
package/lang/translations/bn.po
CHANGED
package/lang/translations/ca.po
CHANGED
package/lang/translations/cs.po
CHANGED
package/lang/translations/da.po
CHANGED
package/lang/translations/de.po
CHANGED
package/lang/translations/el.po
CHANGED
package/lang/translations/en.po
CHANGED
package/lang/translations/es.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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 "
|
|
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"
|
package/lang/translations/et.po
CHANGED
package/lang/translations/fi.po
CHANGED
package/lang/translations/fr.po
CHANGED
package/lang/translations/gl.po
CHANGED
package/lang/translations/he.po
CHANGED
package/lang/translations/hi.po
CHANGED
package/lang/translations/hr.po
CHANGED
package/lang/translations/hu.po
CHANGED
package/lang/translations/id.po
CHANGED
package/lang/translations/it.po
CHANGED
package/lang/translations/ja.po
CHANGED
package/lang/translations/ko.po
CHANGED
package/lang/translations/lt.po
CHANGED
package/lang/translations/lv.po
CHANGED
package/lang/translations/ms.po
CHANGED
package/lang/translations/nl.po
CHANGED
package/lang/translations/no.po
CHANGED
package/lang/translations/pl.po
CHANGED
package/lang/translations/pt.po
CHANGED
package/lang/translations/ro.po
CHANGED
package/lang/translations/ru.po
CHANGED
package/lang/translations/sk.po
CHANGED
package/lang/translations/sq.po
CHANGED
package/lang/translations/sr.po
CHANGED
package/lang/translations/sv.po
CHANGED
package/lang/translations/th.po
CHANGED
package/lang/translations/tk.po
CHANGED
package/lang/translations/tr.po
CHANGED
package/lang/translations/tt.po
CHANGED
package/lang/translations/uk.po
CHANGED
package/lang/translations/ur.po
CHANGED
package/lang/translations/vi.po
CHANGED
package/lang/translations/zh.po
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "
|
|
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": "
|
|
43
|
-
"ckeditor5-collaboration": "
|
|
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",
|
package/src/augmentation.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
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
|
/**
|
package/src/augmentation.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Copyright (c) 2003-
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
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
|
*/
|