@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +2 -2
- 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/contexts.json +1 -0
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +4 -0
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sq.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +5 -1
- package/lang/translations/tt.po +4 -0
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +4 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- package/package.json +3 -4
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
- package/src/integrations/multilevellist.js +23 -0
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +2 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
- package/dist/content-index.css +0 -332
- package/dist/editor-index.css +0 -312
- package/dist/index.css +0 -951
- package/dist/translations/ar.d.ts +0 -8
- package/dist/translations/ar.js +0 -23
- package/dist/translations/az.d.ts +0 -8
- package/dist/translations/az.js +0 -23
- package/dist/translations/bg.d.ts +0 -8
- package/dist/translations/bg.js +0 -23
- package/dist/translations/bn.d.ts +0 -8
- package/dist/translations/bn.js +0 -23
- package/dist/translations/ca.d.ts +0 -8
- package/dist/translations/ca.js +0 -23
- package/dist/translations/cs.d.ts +0 -8
- package/dist/translations/cs.js +0 -23
- package/dist/translations/da.d.ts +0 -8
- package/dist/translations/da.js +0 -23
- package/dist/translations/de.d.ts +0 -8
- package/dist/translations/de.js +0 -23
- package/dist/translations/el.d.ts +0 -8
- package/dist/translations/el.js +0 -23
- package/dist/translations/en-au.d.ts +0 -8
- package/dist/translations/en-au.js +0 -23
- package/dist/translations/en.d.ts +0 -8
- package/dist/translations/en.js +0 -23
- package/dist/translations/es.d.ts +0 -8
- package/dist/translations/es.js +0 -23
- package/dist/translations/et.d.ts +0 -8
- package/dist/translations/et.js +0 -23
- package/dist/translations/fi.d.ts +0 -8
- package/dist/translations/fi.js +0 -23
- package/dist/translations/fr.d.ts +0 -8
- package/dist/translations/fr.js +0 -23
- package/dist/translations/gl.d.ts +0 -8
- package/dist/translations/gl.js +0 -23
- package/dist/translations/he.d.ts +0 -8
- package/dist/translations/he.js +0 -23
- package/dist/translations/hi.d.ts +0 -8
- package/dist/translations/hi.js +0 -23
- package/dist/translations/hr.d.ts +0 -8
- package/dist/translations/hr.js +0 -23
- package/dist/translations/hu.d.ts +0 -8
- package/dist/translations/hu.js +0 -23
- package/dist/translations/id.d.ts +0 -8
- package/dist/translations/id.js +0 -23
- package/dist/translations/it.d.ts +0 -8
- package/dist/translations/it.js +0 -23
- package/dist/translations/ja.d.ts +0 -8
- package/dist/translations/ja.js +0 -23
- package/dist/translations/ko.d.ts +0 -8
- package/dist/translations/ko.js +0 -23
- package/dist/translations/lt.d.ts +0 -8
- package/dist/translations/lt.js +0 -23
- package/dist/translations/lv.d.ts +0 -8
- package/dist/translations/lv.js +0 -23
- package/dist/translations/ms.d.ts +0 -8
- package/dist/translations/ms.js +0 -23
- package/dist/translations/nl.d.ts +0 -8
- package/dist/translations/nl.js +0 -23
- package/dist/translations/no.d.ts +0 -8
- package/dist/translations/no.js +0 -23
- package/dist/translations/pl.d.ts +0 -8
- package/dist/translations/pl.js +0 -23
- package/dist/translations/pt-br.d.ts +0 -8
- package/dist/translations/pt-br.js +0 -23
- package/dist/translations/pt.d.ts +0 -8
- package/dist/translations/pt.js +0 -23
- package/dist/translations/ro.d.ts +0 -8
- package/dist/translations/ro.js +0 -23
- package/dist/translations/ru.d.ts +0 -8
- package/dist/translations/ru.js +0 -23
- package/dist/translations/sk.d.ts +0 -8
- package/dist/translations/sk.js +0 -23
- package/dist/translations/sq.d.ts +0 -8
- package/dist/translations/sq.js +0 -23
- package/dist/translations/sr-latn.d.ts +0 -8
- package/dist/translations/sr-latn.js +0 -23
- package/dist/translations/sr.d.ts +0 -8
- package/dist/translations/sr.js +0 -23
- package/dist/translations/sv.d.ts +0 -8
- package/dist/translations/sv.js +0 -23
- package/dist/translations/th.d.ts +0 -8
- package/dist/translations/th.js +0 -23
- package/dist/translations/tk.d.ts +0 -8
- package/dist/translations/tk.js +0 -23
- package/dist/translations/tr.d.ts +0 -8
- package/dist/translations/tr.js +0 -23
- package/dist/translations/tt.d.ts +0 -8
- package/dist/translations/tt.js +0 -23
- package/dist/translations/uk.d.ts +0 -8
- package/dist/translations/uk.js +0 -23
- package/dist/translations/ur.d.ts +0 -8
- package/dist/translations/ur.js +0 -23
- package/dist/translations/vi.d.ts +0 -8
- package/dist/translations/vi.js +0 -23
- package/dist/translations/zh-cn.d.ts +0 -8
- package/dist/translations/zh-cn.js +0 -23
- package/dist/translations/zh.d.ts +0 -8
- package/dist/translations/zh.js +0 -23
- package/dist/types/augmentation.d.ts +0 -44
- package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/trackchangescommand.d.ts +0 -30
- package/dist/types/index.d.ts +0 -20
- package/dist/types/integrations/aiassistant.d.ts +0 -21
- package/dist/types/integrations/alignment.d.ts +0 -21
- package/dist/types/integrations/basicstyles.d.ts +0 -21
- package/dist/types/integrations/blockquote.d.ts +0 -21
- package/dist/types/integrations/casechange.d.ts +0 -21
- package/dist/types/integrations/ckbox.d.ts +0 -21
- package/dist/types/integrations/codeblock.d.ts +0 -21
- package/dist/types/integrations/comments.d.ts +0 -18
- package/dist/types/integrations/deletecommand.d.ts +0 -21
- package/dist/types/integrations/entercommand.d.ts +0 -20
- package/dist/types/integrations/findandreplace.d.ts +0 -25
- package/dist/types/integrations/font.d.ts +0 -21
- package/dist/types/integrations/formatpainter.d.ts +0 -21
- package/dist/types/integrations/heading.d.ts +0 -21
- package/dist/types/integrations/highlight.d.ts +0 -21
- package/dist/types/integrations/horizontalline.d.ts +0 -21
- package/dist/types/integrations/htmlembed.d.ts +0 -21
- package/dist/types/integrations/image.d.ts +0 -21
- package/dist/types/integrations/imagereplace.d.ts +0 -21
- package/dist/types/integrations/imagestyle.d.ts +0 -21
- package/dist/types/integrations/importword.d.ts +0 -22
- package/dist/types/integrations/indent.d.ts +0 -21
- package/dist/types/integrations/inputcommand.d.ts +0 -20
- package/dist/types/integrations/legacylist.d.ts +0 -21
- package/dist/types/integrations/legacylistproperties.d.ts +0 -33
- package/dist/types/integrations/link.d.ts +0 -21
- package/dist/types/integrations/list.d.ts +0 -21
- package/dist/types/integrations/mediaembed.d.ts +0 -21
- package/dist/types/integrations/mention.d.ts +0 -21
- package/dist/types/integrations/pagebreak.d.ts +0 -21
- package/dist/types/integrations/paragraph.d.ts +0 -21
- package/dist/types/integrations/removeformat.d.ts +0 -21
- package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
- package/dist/types/integrations/shiftentercommand.d.ts +0 -20
- package/dist/types/integrations/standardeditingmode.d.ts +0 -21
- package/dist/types/integrations/style.d.ts +0 -21
- package/dist/types/integrations/table.d.ts +0 -46
- package/dist/types/integrations/tablecaption.d.ts +0 -26
- package/dist/types/integrations/tableclipboard.d.ts +0 -23
- package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
- package/dist/types/integrations/tableheadings.d.ts +0 -26
- package/dist/types/integrations/tablemergesplit.d.ts +0 -26
- package/dist/types/integrations/tableofcontents.d.ts +0 -21
- package/dist/types/integrations/tableproperties.d.ts +0 -31
- package/dist/types/integrations/template.d.ts +0 -21
- package/dist/types/integrations/title.d.ts +0 -21
- package/dist/types/integrations/undo.d.ts +0 -21
- package/dist/types/integrations/utils.d.ts +0 -25
- package/dist/types/suggestion.d.ts +0 -295
- package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
- package/dist/types/trackchanges.d.ts +0 -184
- package/dist/types/trackchangesconfig.d.ts +0 -82
- package/dist/types/trackchangesdata.d.ts +0 -45
- package/dist/types/trackchangesediting.d.ts +0 -529
- package/dist/types/trackchangesui.d.ts +0 -42
- package/dist/types/ui/suggestioncontroller.d.ts +0 -41
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
- package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
- package/dist/types/utils/common-translations.d.ts +0 -13
- package/dist/types/utils/utils.d.ts +0 -34
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "to-do list"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr ""
|
package/lang/translations/en.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "to-do list"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "multi-level list"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "alignment"
|
package/lang/translations/es.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "lista de pendientes"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "lista multinivel"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "alineación"
|
package/lang/translations/et.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "tegevusnimekiri"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "mitmetasandiline loend"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "joondus"
|
package/lang/translations/fi.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "tehtävälista"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "monitasoinen lista"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "rivitys"
|
package/lang/translations/fr.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "liste de tâches"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "liste à plusieurs niveaux"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "alignement"
|
package/lang/translations/gl.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "lista de cousas por facer"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "aliñamento"
|
package/lang/translations/he.po
CHANGED
|
@@ -462,6 +462,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
462
462
|
msgid "ELEMENT_TODO_LIST"
|
|
463
463
|
msgstr "רשימת מטלות"
|
|
464
464
|
|
|
465
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
466
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
467
|
+
msgstr "רשימה מרובת רמות"
|
|
468
|
+
|
|
465
469
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
466
470
|
msgid "FORMAT_ALIGNMENT"
|
|
467
471
|
msgstr "יישור"
|
package/lang/translations/hi.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "to-do list"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "मल्टी-लेवल लिस्ट"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "संरेखण"
|
package/lang/translations/hr.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "lista zadataka"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr ""
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr ""
|
package/lang/translations/hu.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "tennivalók listája"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "többszintű lista"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "igazítás"
|
package/lang/translations/id.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "daftar tugas"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "daftar bertingkat"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "perataan"
|
package/lang/translations/it.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "elenco cose da fare"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "elenco a più livelli"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "allineamento"
|
package/lang/translations/ja.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "やることリスト"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "マルチレベルリスト"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "アライメント"
|
package/lang/translations/ko.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "할 일 목록"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "다단계 목록"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "맞춤"
|
package/lang/translations/lt.po
CHANGED
|
@@ -465,6 +465,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
465
465
|
msgid "ELEMENT_TODO_LIST"
|
|
466
466
|
msgstr "Užduočių sąrašas"
|
|
467
467
|
|
|
468
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
469
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
470
|
+
msgstr "kelių lygmenų sąrašas"
|
|
471
|
+
|
|
468
472
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
469
473
|
msgid "FORMAT_ALIGNMENT"
|
|
470
474
|
msgstr "lygiuotė"
|
package/lang/translations/lv.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "darāmo darbu saraksts"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "daudzlīmeņu saraksts"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "izlīdzināšana"
|
package/lang/translations/ms.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "senarai untuk dilakukan"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "senarai pelbagai peringkat"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "penjajaran"
|
package/lang/translations/nl.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "takenlijst"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "lijst met meerdere niveaus"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "uitlijning"
|
package/lang/translations/no.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "gjøremålsliste"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "liste med flere nivåer"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "justering"
|
package/lang/translations/pl.po
CHANGED
|
@@ -465,6 +465,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
465
465
|
msgid "ELEMENT_TODO_LIST"
|
|
466
466
|
msgstr "lista do zaznaczania"
|
|
467
467
|
|
|
468
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
469
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
470
|
+
msgstr "lista wielopoziomowa"
|
|
471
|
+
|
|
468
472
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
469
473
|
msgid "FORMAT_ALIGNMENT"
|
|
470
474
|
msgstr "wyrównanie"
|
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "lista de tarefas"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "lista multinível"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "alinhamento"
|
package/lang/translations/pt.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "lista de tarefas"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "lista multinível"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "alinhamento"
|
package/lang/translations/ro.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "listă de sarcini"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "listă multi-nivel"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "aliniere"
|
package/lang/translations/ru.po
CHANGED
|
@@ -467,6 +467,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
467
467
|
msgid "ELEMENT_TODO_LIST"
|
|
468
468
|
msgstr "список дел"
|
|
469
469
|
|
|
470
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
471
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
472
|
+
msgstr "многоуровневый список"
|
|
473
|
+
|
|
470
474
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
471
475
|
msgid "FORMAT_ALIGNMENT"
|
|
472
476
|
msgstr "выравнивание"
|
package/lang/translations/sk.po
CHANGED
|
@@ -465,6 +465,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
465
465
|
msgid "ELEMENT_TODO_LIST"
|
|
466
466
|
msgstr "zoznam úloh"
|
|
467
467
|
|
|
468
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
469
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
470
|
+
msgstr "viacúrovňový zoznam"
|
|
471
|
+
|
|
468
472
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
469
473
|
msgid "FORMAT_ALIGNMENT"
|
|
470
474
|
msgstr "zarovnanie"
|
package/lang/translations/sq.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr ""
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr ""
|
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "spisak obaveza"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr ""
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "sadržaj"
|
package/lang/translations/sr.po
CHANGED
|
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
446
446
|
msgid "ELEMENT_TODO_LIST"
|
|
447
447
|
msgstr "списак обавеза"
|
|
448
448
|
|
|
449
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
450
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
451
|
+
msgstr "lista na više nivoa"
|
|
452
|
+
|
|
449
453
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
450
454
|
msgid "FORMAT_ALIGNMENT"
|
|
451
455
|
msgstr "poravnanje"
|
package/lang/translations/sv.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "att-göra-lista"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "flernivålista"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "justering"
|
package/lang/translations/th.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "รายการสิ่งที่จะทำ"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "รายการหลายระดับ"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "การวางแนว"
|
package/lang/translations/tk.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "edilmeli işleriň sanawy"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr ""
|
package/lang/translations/tr.po
CHANGED
|
@@ -401,7 +401,7 @@ msgctxt "The table of contents element name displayed in the suggestion."
|
|
|
401
401
|
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
402
402
|
msgid_plural "%0 tables of contents"
|
|
403
403
|
msgstr[0] "içindekiler"
|
|
404
|
-
msgstr[1] "içindekiler"
|
|
404
|
+
msgstr[1] "%0 içindekiler tablosu"
|
|
405
405
|
|
|
406
406
|
msgctxt "The table row element name displayed in the suggestion."
|
|
407
407
|
msgid "ELEMENT_TABLE_ROW"
|
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr "yapılacaklar listesi"
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr "çok seviyeli liste"
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr "hizalama"
|
package/lang/translations/tt.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr ""
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr ""
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr ""
|
package/lang/translations/uk.po
CHANGED
|
@@ -465,6 +465,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
465
465
|
msgid "ELEMENT_TODO_LIST"
|
|
466
466
|
msgstr "список справ"
|
|
467
467
|
|
|
468
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
469
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
470
|
+
msgstr "багаторівневий список"
|
|
471
|
+
|
|
468
472
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
469
473
|
msgid "FORMAT_ALIGNMENT"
|
|
470
474
|
msgstr "вирівнювання"
|
package/lang/translations/ur.po
CHANGED
|
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
427
427
|
msgid "ELEMENT_TODO_LIST"
|
|
428
428
|
msgstr ""
|
|
429
429
|
|
|
430
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
431
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
432
|
+
msgstr ""
|
|
433
|
+
|
|
430
434
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
431
435
|
msgid "FORMAT_ALIGNMENT"
|
|
432
436
|
msgstr ""
|
package/lang/translations/vi.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "danh sách việc cần làm"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "danh sách đa cấp độ"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "căn lề"
|
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "待办事项列表"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "多级列表"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "对齐"
|
package/lang/translations/zh.po
CHANGED
|
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
|
|
|
408
408
|
msgid "ELEMENT_TODO_LIST"
|
|
409
409
|
msgstr "待辦事項清單"
|
|
410
410
|
|
|
411
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
412
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
413
|
+
msgstr "多層次清單"
|
|
414
|
+
|
|
411
415
|
msgctxt "The alignment format name displayed in a format suggestion."
|
|
412
416
|
msgid "FORMAT_ALIGNMENT"
|
|
413
417
|
msgstr "對齊"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "41.3.0
|
|
3
|
+
"version": "41.3.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"main": "src/index.js",
|
|
33
33
|
"files": [
|
|
34
34
|
"build",
|
|
35
|
-
"dist",
|
|
36
35
|
"lang",
|
|
37
36
|
"src/**/*.js",
|
|
38
37
|
"src/**/*.d.ts",
|
|
@@ -41,8 +40,8 @@
|
|
|
41
40
|
"CHANGELOG.md"
|
|
42
41
|
],
|
|
43
42
|
"dependencies": {
|
|
44
|
-
"ckeditor5": "41.3.0
|
|
45
|
-
"ckeditor5-collaboration": "41.3.0
|
|
43
|
+
"ckeditor5": "41.3.0",
|
|
44
|
+
"ckeditor5-collaboration": "41.3.0",
|
|
46
45
|
"lodash-es": "4.17.21"
|
|
47
46
|
},
|
|
48
47
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2f5a79=_0x3c7a;(function(_0x5c546d,_0x2b0ba5){const _0x4a1861=_0x3c7a,_0x5061c8=_0x5c546d();while(!![]){try{const _0x2fc503=parseInt(_0x4a1861(0xcb))/0x1+-parseInt(_0x4a1861(0xcc))/0x2+parseInt(_0x4a1861(0xdd))/0x3+-parseInt(_0x4a1861(0xda))/0x4*(parseInt(_0x4a1861(0xce))/0x5)+parseInt(_0x4a1861(0xca))/0x6*(parseInt(_0x4a1861(0xd1))/0x7)+parseInt(_0x4a1861(0xdb))/0x8+parseInt(_0x4a1861(0xc9))/0x9;if(_0x2fc503===_0x2b0ba5)break;else _0x5061c8['push'](_0x5061c8['shift']());}catch(_0x724414){_0x5061c8['push'](_0x5061c8['shift']());}}}(_0x52db,0x8269c));import{Command as _0x207f2a}from'ckeditor5/src/core.js';function _0x3c7a(_0x311670,_0x3d3108){const _0x52dbeb=_0x52db();return _0x3c7a=function(_0x3c7ae5,_0x1384a1){_0x3c7ae5=_0x3c7ae5-0xc9;let _0x41da4b=_0x52dbeb[_0x3c7ae5];return _0x41da4b;},_0x3c7a(_0x311670,_0x3d3108);}import{CKEditorError as _0x5c4686}from'ckeditor5/src/utils.js';export default class $ extends _0x207f2a{constructor(_0x3eadd3,_0x12663d){const _0xcfc228=_0x3c7a;super(_0x3eadd3),this[_0xcfc228(0xd3)]=_0x12663d,this[_0xcfc228(0xdc)](),this[_0xcfc228(0xd4)]=!0x1;}[_0x2f5a79(0xdc)](){const _0x29a9d5=_0x2f5a79;this[_0x29a9d5(0xcf)]=!0x0;}[_0x2f5a79(0xcd)](_0x4f9721){const _0x161992=_0x2f5a79,_0x2d7bff=this[_0x161992(0xd3)][_0x161992(0xdf)](_0x4f9721);if(!_0x2d7bff)throw new _0x5c4686(_0x161992(0xd5),this);const _0x1b4896=_0x2d7bff[_0x161992(0xd8)]();this[_0x161992(0xde)][_0x161992(0xd7)][_0x161992(0xd0)](_0x1b4896)&&this[_0x161992(0xde)][_0x161992(0xd2)][_0x161992(0xdf)](_0x161992(0xd6))[_0x161992(0xd9)](_0x2d7bff);}}function _0x52db(){const _0x3a7d52=['_isEnabledBasedOnSelection','track-changes-accept-suggestion-not-found','TrackChangesEditing','model','getRanges','acceptSuggestion','89212yikyJP','1468288pXqJbC','refresh','1911075rjvWJg','editor','get','9228609xuiiOo','54kgpFBT','645527whVgQj','1875914gabpli','execute','235LYIojp','isEnabled','canEditAt','22463tvMOIE','plugins','_suggestions'];_0x52db=function(){return _0x3a7d52;};return _0x52db();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x209e(_0x5c541b,_0x35d875){const _0x2c3616=_0x2c36();return _0x209e=function(_0x209ed1,_0x5a784e){_0x209ed1=_0x209ed1-0xe4;let _0x2a10aa=_0x2c3616[_0x209ed1];return _0x2a10aa;},_0x209e(_0x5c541b,_0x35d875);}const _0x2a07c7=_0x209e;function _0x2c36(){const _0x5d8870=['get','isEnabled','TrackChangesEditing','plugins','1700tRUZVp','execute','1tLDYFT','editor','refresh','788318MANOde','6248712zWiKUc','3PyPUGK','5226975QDdtYQ','getRanges','1155490cRgeWj','200024uCuKLT','6665526tRhXKb','canEditAt','_isEnabledBasedOnSelection','discardSuggestion','track-changes-discard-suggestion-not-found','_suggestions','model','4933146YJcFFK','8xVKADE'];_0x2c36=function(){return _0x5d8870;};return _0x2c36();}(function(_0x2dea33,_0x59565f){const _0x5a9ce9=_0x209e,_0x1a1576=_0x2dea33();while(!![]){try{const _0x1f5388=parseInt(_0x5a9ce9(0xe4))/0x1*(-parseInt(_0x5a9ce9(0xe7))/0x2)+-parseInt(_0x5a9ce9(0xe9))/0x3*(parseInt(_0x5a9ce9(0xe8))/0x4)+parseInt(_0x5a9ce9(0xea))/0x5+-parseInt(_0x5a9ce9(0xf5))/0x6+parseInt(_0x5a9ce9(0xec))/0x7*(parseInt(_0x5a9ce9(0xf6))/0x8)+-parseInt(_0x5a9ce9(0xee))/0x9+parseInt(_0x5a9ce9(0xfb))/0xa*(parseInt(_0x5a9ce9(0xed))/0xb);if(_0x1f5388===_0x59565f)break;else _0x1a1576['push'](_0x1a1576['shift']());}catch(_0x226e89){_0x1a1576['push'](_0x1a1576['shift']());}}}(_0x2c36,0xbf10b));import{Command as _0x1df1bc}from'ckeditor5/src/core.js';import{CKEditorError as _0x2a6e74}from'ckeditor5/src/utils.js';export default class B extends _0x1df1bc{constructor(_0x194dd4,_0xcecd92){const _0x4c150e=_0x209e;super(_0x194dd4),this[_0x4c150e(0xf3)]=_0xcecd92,this[_0x4c150e(0xe6)](),this[_0x4c150e(0xf0)]=!0x1;}[_0x2a07c7(0xe6)](){const _0x491f4c=_0x2a07c7;this[_0x491f4c(0xf8)]=!0x0;}[_0x2a07c7(0xfc)](_0x173aca){const _0x369ce4=_0x2a07c7,_0x2c4abf=this[_0x369ce4(0xf3)][_0x369ce4(0xf7)](_0x173aca);if(!_0x2c4abf)throw new _0x2a6e74(_0x369ce4(0xf2),this);const _0x3c3a4=_0x2c4abf[_0x369ce4(0xeb)]();this[_0x369ce4(0xe5)][_0x369ce4(0xf4)][_0x369ce4(0xef)](_0x3c3a4)&&this[_0x369ce4(0xe5)][_0x369ce4(0xfa)][_0x369ce4(0xf7)](_0x369ce4(0xf9))[_0x369ce4(0xf1)](_0x2c4abf);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xe228d3=_0x1fc7;(function(_0x546569,_0x4440ad){const _0x13d3af=_0x1fc7,_0x457960=_0x546569();while(!![]){try{const _0x2c48f8=parseInt(_0x13d3af(0xbe))/0x1+parseInt(_0x13d3af(0xc1))/0x2+-parseInt(_0x13d3af(0xb7))/0x3+-parseInt(_0x13d3af(0xb5))/0x4*(parseInt(_0x13d3af(0xbb))/0x5)+-parseInt(_0x13d3af(0xc8))/0x6*(parseInt(_0x13d3af(0xc4))/0x7)+parseInt(_0x13d3af(0xb8))/0x8*(parseInt(_0x13d3af(0xc9))/0x9)+parseInt(_0x13d3af(0xb6))/0xa;if(_0x2c48f8===_0x4440ad)break;else _0x457960['push'](_0x457960['shift']());}catch(_0x15164e){_0x457960['push'](_0x457960['shift']());}}}(_0xfdcd,0xacf1a));import{Command as _0x169e9e}from'ckeditor5/src/core.js';import{sortSuggestions as _0x440827,executeCommandForSuggestions as _0x429547}from'../utils/utils.js';export default class x extends _0x169e9e{constructor(_0x5d8776,_0x56e846,_0x248ad3){const _0x34347a=_0x1fc7;super(_0x5d8776),this[_0x34347a(0xcb)]=_0x56e846,this[_0x34347a(0xbd)]=_0x248ad3,this[_0x34347a(0xc0)](),this[_0x34347a(0xc3)]=!0x1;}[_0xe228d3(0xc0)](){const _0x25f4b1=_0xe228d3,_0x4ecdee=Array[_0x25f4b1(0xca)](this[_0x25f4b1(0xbd)][_0x25f4b1(0xc5)]())[_0x25f4b1(0xc6)](_0x5767fd=>_0x5767fd[_0x25f4b1(0xc2)]);this[_0x25f4b1(0xb9)]=this[_0x25f4b1(0xcb)][_0x25f4b1(0xb9)]&&_0x4ecdee;}[_0xe228d3(0xba)](){const _0x4ea097=_0xe228d3,_0x5e963c=_0x440827(Array[_0x4ea097(0xca)](this[_0x4ea097(0xbd)][_0x4ea097(0xc5)]()));for(const _0x449a29 of _0x5e963c){const _0x4a0c7f=_0x449a29[_0x4ea097(0xbc)]();if(!this[_0x4ea097(0xbf)][_0x4ea097(0xcc)][_0x4ea097(0xc7)](_0x4a0c7f))return;}_0x429547(this[_0x4ea097(0xbf)][_0x4ea097(0xcc)],this[_0x4ea097(0xcb)],_0x5e963c);}}function _0x1fc7(_0x5b1a2c,_0x2b1244){const _0xfdcd28=_0xfdcd();return _0x1fc7=function(_0x1fc70a,_0x1d32df){_0x1fc70a=_0x1fc70a-0xb5;let _0x21e11f=_0xfdcd28[_0x1fc70a];return _0x21e11f;},_0x1fc7(_0x5b1a2c,_0x2b1244);}function _0xfdcd(){const _0x549f12=['_command','model','3012lbNfNl','14009550VaghKn','3514716vWHnxM','12472lApYfM','isEnabled','execute','1310kyQrpi','getRanges','_suggestions','1123926PotJES','editor','refresh','355192TlcglE','isInContent','_isEnabledBasedOnSelection','2555CmVKOF','values','some','canEditAt','16326IBqkcP','2124LqJCwt','from'];_0xfdcd=function(){return _0x549f12;};return _0xfdcd();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5e08a0=_0x72d4;function _0x72d4(_0x13b689,_0x4cd0da){const _0x24566f=_0x2456();return _0x72d4=function(_0x72d47b,_0x45303c){_0x72d47b=_0x72d47b-0xd4;let _0x7ede32=_0x24566f[_0x72d47b];return _0x7ede32;},_0x72d4(_0x13b689,_0x4cd0da);}(function(_0x122a52,_0x246a2b){const _0x19ebad=_0x72d4,_0x49b33c=_0x122a52();while(!![]){try{const _0x274098=-parseInt(_0x19ebad(0xda))/0x1*(parseInt(_0x19ebad(0xe9))/0x2)+parseInt(_0x19ebad(0xe4))/0x3*(-parseInt(_0x19ebad(0xee))/0x4)+parseInt(_0x19ebad(0xdf))/0x5*(parseInt(_0x19ebad(0xdd))/0x6)+parseInt(_0x19ebad(0xe1))/0x7*(parseInt(_0x19ebad(0xef))/0x8)+-parseInt(_0x19ebad(0xed))/0x9*(parseInt(_0x19ebad(0xdb))/0xa)+-parseInt(_0x19ebad(0xdc))/0xb*(-parseInt(_0x19ebad(0xec))/0xc)+parseInt(_0x19ebad(0xd6))/0xd;if(_0x274098===_0x246a2b)break;else _0x49b33c['push'](_0x49b33c['shift']());}catch(_0x131ab2){_0x49b33c['push'](_0x49b33c['shift']());}}}(_0x2456,0x5fc5a));import{Command as _0x1a99ee}from'ckeditor5/src/core.js';import{sortSuggestions as _0x11f999,getSelectedSuggestions as _0x130b20,executeCommandForSuggestions as _0x39fbcb}from'../utils/utils.js';export default class R extends _0x1a99ee{constructor(_0x161fc7,_0x164e78,_0x1e07c0){const _0x30dfe2=_0x72d4;super(_0x161fc7),this[_0x30dfe2(0xf0)]=_0x164e78,this[_0x30dfe2(0xe0)]=_0x1e07c0,this[_0x30dfe2(0xe8)]=new Set(),this[_0x30dfe2(0xe3)](),this[_0x30dfe2(0xea)]=!0x1;}[_0x5e08a0(0xe3)](){const _0x242023=_0x5e08a0,_0x1e2939=this[_0x242023(0xd4)][_0x242023(0xd5)][_0x242023(0xe2)][_0x242023(0xe5)],_0x58c681=Array[_0x242023(0xd9)](this[_0x242023(0xe0)][_0x242023(0xe7)]());this[_0x242023(0xe8)]=_0x130b20(_0x1e2939,_0x58c681),this[_0x242023(0xd7)]=this[_0x242023(0xf0)][_0x242023(0xd7)]&&!!this[_0x242023(0xe8)][_0x242023(0xde)];}[_0x5e08a0(0xeb)](){const _0x33a62d=_0x5e08a0,_0x57bbc4=_0x11f999(Array[_0x33a62d(0xd9)](this[_0x33a62d(0xe8)]));for(const _0x3eebf9 of _0x57bbc4){const _0x7e4f0f=_0x3eebf9[_0x33a62d(0xd8)]();if(!this[_0x33a62d(0xd4)][_0x33a62d(0xd5)][_0x33a62d(0xe6)](_0x7e4f0f))return;}_0x39fbcb(this[_0x33a62d(0xd4)][_0x33a62d(0xd5)],this[_0x33a62d(0xf0)],_0x57bbc4);}}function _0x2456(){const _0x48d543=['size','14005MOEPQL','_suggestions','693nJEOrF','document','refresh','3cgcAPT','selection','canEditAt','values','_selectedSuggestions','93246cZYtIb','_isEnabledBasedOnSelection','execute','25416GLmpIn','9zRVzuN','945304kSkJGC','1496cdriKw','_command','editor','model','1833286eASRWY','isEnabled','getRanges','from','13cqVobR','1373030oGbfbQ','3344rbqcnM','1218bxXiSv'];_0x2456=function(){return _0x48d543;};return _0x2456();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3528(_0x22c1ef,_0x4d80fe){const _0x4d690c=_0x4d69();return _0x3528=function(_0x352837,_0x28e755){_0x352837=_0x352837-0x178;let _0x349e0a=_0x4d690c[_0x352837];return _0x349e0a;},_0x3528(_0x22c1ef,_0x4d80fe);}const _0x30393a=_0x3528;(function(_0x245aef,_0x44e919){const _0x10c982=_0x3528,_0x4f3bca=_0x245aef();while(!![]){try{const _0x30a070=parseInt(_0x10c982(0x17f))/0x1+parseInt(_0x10c982(0x179))/0x2*(-parseInt(_0x10c982(0x18d))/0x3)+-parseInt(_0x10c982(0x17b))/0x4*(-parseInt(_0x10c982(0x181))/0x5)+-parseInt(_0x10c982(0x18e))/0x6*(parseInt(_0x10c982(0x185))/0x7)+parseInt(_0x10c982(0x184))/0x8+-parseInt(_0x10c982(0x188))/0x9+parseInt(_0x10c982(0x17d))/0xa;if(_0x30a070===_0x44e919)break;else _0x4f3bca['push'](_0x4f3bca['shift']());}catch(_0x1aaf4c){_0x4f3bca['push'](_0x4f3bca['shift']());}}}(_0x4d69,0xd958d));import{Command as _0xa0ef32}from'ckeditor5/src/core.js';export default class M extends _0xa0ef32{constructor(_0x31da15,_0x41cee3){const _0x51b351=_0x3528;super(_0x31da15),this[_0x51b351(0x18a)]=_0x41cee3,this[_0x51b351(0x182)]=!0x1,this[_0x51b351(0x17e)](),this[_0x51b351(0x17a)]=!0x1;}[_0x30393a(0x17e)](){const _0x370c2c=_0x30393a;this[_0x370c2c(0x17c)]=!0x0;}[_0x30393a(0x190)](){const _0x56b743=_0x30393a;this[_0x56b743(0x182)]=!this[_0x56b743(0x182)],this[_0x56b743(0x182)]?this[_0x56b743(0x18c)]():this[_0x56b743(0x178)]();}[_0x30393a(0x18c)](){const _0x16523f=_0x30393a;for(const _0x28c90e of this[_0x16523f(0x183)][_0x16523f(0x180)][_0x16523f(0x180)]())_0x28c90e[_0x16523f(0x189)]&&!this[_0x16523f(0x18a)][_0x16523f(0x186)](_0x28c90e)&&_0x28c90e[_0x16523f(0x187)](_0x16523f(0x18f));}[_0x30393a(0x178)](){const _0x11629d=_0x30393a;for(const _0x31c257 of this[_0x11629d(0x183)][_0x11629d(0x180)][_0x11629d(0x180)]())_0x31c257[_0x11629d(0x189)]&&!this[_0x11629d(0x18a)][_0x11629d(0x186)](_0x31c257)&&_0x31c257[_0x11629d(0x18b)](_0x11629d(0x18f));}}function _0x4d69(){const _0x5ae66a=['forceDisabled','9692991aKPhVq','affectsData','_enabledCommands','clearForceDisabled','_disableUnsupportedCommands','3msAMRV','6wGyuBf','TrackChangesCommand','execute','_enableCommands','2832834sjVXRV','_isEnabledBasedOnSelection','64qthIwy','isEnabled','19564300wWmrBQ','refresh','339714njQRoL','commands','250360qsfnvF','value','editor','3061920rNbIeL','674569AJTczX','has'];_0x4d69=function(){return _0x5ae66a;};return _0x4d69();}
|