@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.
- package/CHANGELOG.md +20 -20
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/build/track-changes.js +3 -3
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/translations/ar.po +6 -6
- package/lang/translations/az.po +5 -5
- package/lang/translations/bg.po +6 -6
- package/lang/translations/bn.po +6 -6
- package/lang/translations/ca.po +6 -6
- package/lang/translations/cs.po +6 -6
- package/lang/translations/da.po +6 -6
- package/lang/translations/de.po +6 -6
- package/lang/translations/el.po +6 -6
- package/lang/translations/en-au.po +6 -6
- package/lang/translations/en.po +6 -6
- package/lang/translations/es.po +7 -7
- package/lang/translations/et.po +6 -6
- package/lang/translations/fi.po +6 -6
- package/lang/translations/fr.po +6 -6
- package/lang/translations/gl.po +37 -37
- package/lang/translations/he.po +6 -6
- package/lang/translations/hi.po +6 -6
- package/lang/translations/hr.po +6 -6
- package/lang/translations/hu.po +6 -6
- package/lang/translations/id.po +6 -6
- package/lang/translations/it.po +6 -6
- package/lang/translations/ja.po +6 -6
- package/lang/translations/ko.po +6 -6
- package/lang/translations/lt.po +6 -6
- package/lang/translations/lv.po +6 -6
- package/lang/translations/ms.po +6 -6
- package/lang/translations/nl.po +6 -6
- package/lang/translations/no.po +6 -6
- package/lang/translations/pl.po +6 -6
- package/lang/translations/pt-br.po +6 -6
- package/lang/translations/pt.po +6 -6
- package/lang/translations/ro.po +6 -6
- package/lang/translations/ru.po +6 -6
- package/lang/translations/sk.po +6 -6
- package/lang/translations/sq.po +5 -5
- package/lang/translations/sr-latn.po +25 -25
- package/lang/translations/sr.po +6 -6
- package/lang/translations/sv.po +6 -6
- package/lang/translations/th.po +6 -6
- package/lang/translations/tk.po +5 -5
- package/lang/translations/tr.po +6 -6
- package/lang/translations/tt.po +5 -5
- package/lang/translations/uk.po +6 -6
- package/lang/translations/ur.po +5 -5
- package/lang/translations/vi.po +6 -6
- package/lang/translations/zh-cn.po +6 -6
- package/lang/translations/zh.po +6 -6
- 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
|
@@ -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
|
#
|
|
@@ -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 "*
|
|
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,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
|
|
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
|
|
558
|
-
msgid "
|
|
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"
|
package/lang/translations/sr.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
|
#
|
|
@@ -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 "*
|
|
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
|
|
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
|
|
558
|
-
msgid "
|
|
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."
|
package/lang/translations/sv.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
|
#
|
|
@@ -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 "*
|
|
62
|
-
msgstr "*
|
|
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
|
|
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
|
|
539
|
-
msgid "
|
|
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."
|
package/lang/translations/th.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
|
#
|
|
@@ -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 "*
|
|
62
|
-
msgstr "
|
|
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
|
|
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
|
|
520
|
-
msgid "
|
|
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/lang/translations/tk.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
|
#
|
|
@@ -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 "*
|
|
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
|
|
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
|
|
539
|
-
msgid "
|
|
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."
|
package/lang/translations/tr.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
|
#
|
|
@@ -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 "*
|
|
62
|
-
msgstr "*
|
|
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
|
|
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
|
|
539
|
-
msgid "
|
|
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."
|
package/lang/translations/tt.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
|
#
|
|
@@ -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 "*
|
|
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
|
|
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
|
|
520
|
-
msgid "
|
|
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/lang/translations/uk.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
|
#
|
|
@@ -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 "*
|
|
62
|
-
msgstr "
|
|
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
|
|
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
|
|
577
|
-
msgid "
|
|
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."
|
package/lang/translations/ur.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
|
#
|
|
@@ -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 "*
|
|
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
|
|
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
|
|
539
|
-
msgid "
|
|
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."
|
package/lang/translations/vi.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
|
#
|
|
@@ -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 "*
|
|
62
|
-
msgstr "
|
|
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
|
|
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
|
|
520
|
-
msgid "
|
|
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-
|
|
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 "*
|
|
62
|
-
msgstr "
|
|
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
|
|
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
|
|
520
|
-
msgid "
|
|
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/lang/translations/zh.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
|
#
|
|
@@ -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 "*
|
|
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
|
|
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
|
|
520
|
-
msgid "
|
|
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": "
|
|
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
|
*/
|