@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.1
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.
|
|
3
|
+
"version": "41.3.1",
|
|
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.
|
|
45
|
-
"ckeditor5-collaboration": "41.3.
|
|
43
|
+
"ckeditor5": "41.3.1",
|
|
44
|
+
"ckeditor5-collaboration": "41.3.1",
|
|
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 _0x413d38=_0x1276;(function(_0x251cd0,_0x19c57b){const _0x5b64f4=_0x1276,_0x309c4b=_0x251cd0();while(!![]){try{const _0x4beb27=-parseInt(_0x5b64f4(0x196))/0x1+-parseInt(_0x5b64f4(0x1aa))/0x2+parseInt(_0x5b64f4(0x1a3))/0x3+parseInt(_0x5b64f4(0x1a4))/0x4*(-parseInt(_0x5b64f4(0x1a6))/0x5)+-parseInt(_0x5b64f4(0x198))/0x6*(-parseInt(_0x5b64f4(0x197))/0x7)+-parseInt(_0x5b64f4(0x199))/0x8+parseInt(_0x5b64f4(0x19b))/0x9;if(_0x4beb27===_0x19c57b)break;else _0x309c4b['push'](_0x309c4b['shift']());}catch(_0x3ba80c){_0x309c4b['push'](_0x309c4b['shift']());}}}(_0x30e6,0x9f670));import{Command as _0x2ac651}from'ckeditor5/src/core.js';import{CKEditorError as _0x280f7a}from'ckeditor5/src/utils.js';function _0x30e6(){const _0x325f9f=['isEnabled','_suggestions','editor','1074315PbQpGM','1918004aQtnoK','refresh','10FCLUMW','execute','model','TrackChangesEditing','2459928jLoFIY','plugins','acceptSuggestion','1171137cgDxwF','926569lVoIzY','6fABjle','4569384bqmqYq','canEditAt','36843444iZDNyd','get','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','getRanges'];_0x30e6=function(){return _0x325f9f;};return _0x30e6();}function _0x1276(_0x16a35a,_0x359b3f){const _0x30e649=_0x30e6();return _0x1276=function(_0x1276aa,_0x3e429d){_0x1276aa=_0x1276aa-0x196;let _0x448255=_0x30e649[_0x1276aa];return _0x448255;},_0x1276(_0x16a35a,_0x359b3f);}export default class $ extends _0x2ac651{constructor(_0x2e61db,_0x2ee1a3){const _0x2c5955=_0x1276;super(_0x2e61db),this[_0x2c5955(0x1a1)]=_0x2ee1a3,this[_0x2c5955(0x1a5)](),this[_0x2c5955(0x19e)]=!0x1;}[_0x413d38(0x1a5)](){const _0x11f057=_0x413d38;this[_0x11f057(0x1a0)]=!0x0;}[_0x413d38(0x1a7)](_0xf50c7e){const _0x37c1cd=_0x413d38,_0x4cf29b=this[_0x37c1cd(0x1a1)][_0x37c1cd(0x19c)](_0xf50c7e);if(!_0x4cf29b)throw new _0x280f7a(_0x37c1cd(0x19d),this);const _0xdec13b=_0x4cf29b[_0x37c1cd(0x19f)]();this[_0x37c1cd(0x1a2)][_0x37c1cd(0x1a8)][_0x37c1cd(0x19a)](_0xdec13b)&&this[_0x37c1cd(0x1a2)][_0x37c1cd(0x1ab)][_0x37c1cd(0x19c)](_0x37c1cd(0x1a9))[_0x37c1cd(0x1ac)](_0x4cf29b);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2f50a3=_0x3e36;(function(_0x57a79e,_0x501770){const _0x24288e=_0x3e36,_0x17e473=_0x57a79e();while(!![]){try{const _0x572357=-parseInt(_0x24288e(0x1b5))/0x1*(parseInt(_0x24288e(0x1ab))/0x2)+-parseInt(_0x24288e(0x1c2))/0x3*(parseInt(_0x24288e(0x1af))/0x4)+-parseInt(_0x24288e(0x1b9))/0x5*(-parseInt(_0x24288e(0x1b7))/0x6)+-parseInt(_0x24288e(0x1b2))/0x7*(parseInt(_0x24288e(0x1ae))/0x8)+parseInt(_0x24288e(0x1be))/0x9+parseInt(_0x24288e(0x1b4))/0xa+parseInt(_0x24288e(0x1bd))/0xb*(parseInt(_0x24288e(0x1a9))/0xc);if(_0x572357===_0x501770)break;else _0x17e473['push'](_0x17e473['shift']());}catch(_0x34477f){_0x17e473['push'](_0x17e473['shift']());}}}(_0x3d67,0x5864e));import{Command as _0x561700}from'ckeditor5/src/core.js';function _0x3e36(_0x528563,_0x33a13f){const _0x3d67c0=_0x3d67();return _0x3e36=function(_0x3e369b,_0xf8319){_0x3e369b=_0x3e369b-0x1a9;let _0x2cfff4=_0x3d67c0[_0x3e369b];return _0x2cfff4;},_0x3e36(_0x528563,_0x33a13f);}import{CKEditorError as _0x4c9ab8}from'ckeditor5/src/utils.js';export default class B extends _0x561700{constructor(_0x35e823,_0x3cd0bb){const _0x451a68=_0x3e36;super(_0x35e823),this[_0x451a68(0x1b8)]=_0x3cd0bb,this[_0x451a68(0x1b0)](),this[_0x451a68(0x1b3)]=!0x1;}[_0x2f50a3(0x1b0)](){const _0x3d813e=_0x2f50a3;this[_0x3d813e(0x1b1)]=!0x0;}[_0x2f50a3(0x1bc)](_0x2d0b5a){const _0x3bdc67=_0x2f50a3,_0x10c8df=this[_0x3bdc67(0x1b8)][_0x3bdc67(0x1bf)](_0x2d0b5a);if(!_0x10c8df)throw new _0x4c9ab8(_0x3bdc67(0x1b6),this);const _0x55a867=_0x10c8df[_0x3bdc67(0x1bb)]();this[_0x3bdc67(0x1c0)][_0x3bdc67(0x1ac)][_0x3bdc67(0x1aa)](_0x55a867)&&this[_0x3bdc67(0x1c0)][_0x3bdc67(0x1c1)][_0x3bdc67(0x1bf)](_0x3bdc67(0x1ba))[_0x3bdc67(0x1ad)](_0x10c8df);}}function _0x3d67(){const _0x5e7d9b=['editor','plugins','87279pGfaez','516jZrJea','canEditAt','52090saNdrI','model','discardSuggestion','328OCbuKZ','88xQICqv','refresh','isEnabled','68215QaAnyl','_isEnabledBasedOnSelection','3895830mSZAxh','14CkOIvg','track-changes-discard-suggestion-not-found','54ycyjxc','_suggestions','9495WDNnmf','TrackChangesEditing','getRanges','execute','226864lLnABc','4254993QwxiNm','get'];_0x3d67=function(){return _0x5e7d9b;};return _0x3d67();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa3fbd8=_0x4fec;(function(_0x5313b8,_0x104f23){const _0x2192cf=_0x4fec,_0x14cb9f=_0x5313b8();while(!![]){try{const _0x36105d=parseInt(_0x2192cf(0x1d2))/0x1+parseInt(_0x2192cf(0x1da))/0x2*(-parseInt(_0x2192cf(0x1cf))/0x3)+parseInt(_0x2192cf(0x1cb))/0x4+-parseInt(_0x2192cf(0x1dd))/0x5+-parseInt(_0x2192cf(0x1d1))/0x6+-parseInt(_0x2192cf(0x1d3))/0x7+parseInt(_0x2192cf(0x1d0))/0x8*(parseInt(_0x2192cf(0x1cd))/0x9);if(_0x36105d===_0x104f23)break;else _0x14cb9f['push'](_0x14cb9f['shift']());}catch(_0x144da8){_0x14cb9f['push'](_0x14cb9f['shift']());}}}(_0x2ba4,0x19277));import{Command as _0x7c4ce0}from'ckeditor5/src/core.js';import{sortSuggestions as _0xb59c7c,executeCommandForSuggestions as _0x4e49b4}from'../utils/utils.js';function _0x4fec(_0x371492,_0x52dee2){const _0x2ba4ac=_0x2ba4();return _0x4fec=function(_0x4fec1d,_0x3abd6a){_0x4fec1d=_0x4fec1d-0x1c8;let _0x3b0305=_0x2ba4ac[_0x4fec1d];return _0x3b0305;},_0x4fec(_0x371492,_0x52dee2);}export default class x extends _0x7c4ce0{constructor(_0x5156b9,_0x5514c9,_0x79393b){const _0x552e3b=_0x4fec;super(_0x5156b9),this[_0x552e3b(0x1cc)]=_0x5514c9,this[_0x552e3b(0x1d6)]=_0x79393b,this[_0x552e3b(0x1ce)](),this[_0x552e3b(0x1de)]=!0x1;}[_0xa3fbd8(0x1ce)](){const _0x18b4ba=_0xa3fbd8,_0x3a4f3a=Array[_0x18b4ba(0x1d9)](this[_0x18b4ba(0x1d6)][_0x18b4ba(0x1d8)]())[_0x18b4ba(0x1d4)](_0x1d9a35=>_0x1d9a35[_0x18b4ba(0x1dc)]);this[_0x18b4ba(0x1d7)]=this[_0x18b4ba(0x1cc)][_0x18b4ba(0x1d7)]&&_0x3a4f3a;}[_0xa3fbd8(0x1d5)](){const _0x3aea2c=_0xa3fbd8,_0x914313=_0xb59c7c(Array[_0x3aea2c(0x1d9)](this[_0x3aea2c(0x1d6)][_0x3aea2c(0x1d8)]()));for(const _0x92d7cb of _0x914313){const _0xdc4e52=_0x92d7cb[_0x3aea2c(0x1db)]();if(!this[_0x3aea2c(0x1c9)][_0x3aea2c(0x1ca)][_0x3aea2c(0x1c8)](_0xdc4e52))return;}_0x4e49b4(this[_0x3aea2c(0x1c9)][_0x3aea2c(0x1ca)],this[_0x3aea2c(0x1cc)],_0x914313);}}function _0x2ba4(){const _0x277214=['24ZHFogq','1176270NJlDCi','27199pdlOye','72814LCizPe','some','execute','_suggestions','isEnabled','values','from','15716JIHjVn','getRanges','isInContent','155595SbxlhM','_isEnabledBasedOnSelection','canEditAt','editor','model','384980NdjoOy','_command','1052217irOJOT','refresh','51kboSmU'];_0x2ba4=function(){return _0x277214;};return _0x2ba4();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2666(){const _0x556909=['1454230KrCajY','editor','9351OcbRGK','810YfZGFc','_isEnabledBasedOnSelection','execute','canEditAt','2534bfRXMY','_command','6090348qOZeLW','1426741wcRuNw','_selectedSuggestions','values','_suggestions','size','10359760ymfXAb','document','selection','isEnabled','getRanges','model','refresh','from','24306QMblme','19237185PMJaJD'];_0x2666=function(){return _0x556909;};return _0x2666();}const _0x2c3090=_0x2994;(function(_0x183344,_0x550446){const _0x4a04e5=_0x2994,_0x53cf2b=_0x183344();while(!![]){try{const _0xdaa904=-parseInt(_0x4a04e5(0xbd))/0x1+-parseInt(_0x4a04e5(0xb6))/0x2*(parseInt(_0x4a04e5(0xb5))/0x3)+-parseInt(_0x4a04e5(0xbc))/0x4+parseInt(_0x4a04e5(0xcc))/0x5+-parseInt(_0x4a04e5(0xca))/0x6*(-parseInt(_0x4a04e5(0xba))/0x7)+parseInt(_0x4a04e5(0xc2))/0x8+parseInt(_0x4a04e5(0xcb))/0x9;if(_0xdaa904===_0x550446)break;else _0x53cf2b['push'](_0x53cf2b['shift']());}catch(_0x4cdfdd){_0x53cf2b['push'](_0x53cf2b['shift']());}}}(_0x2666,0xeec6e));import{Command as _0x42b6b9}from'ckeditor5/src/core.js';import{sortSuggestions as _0xcdeede,getSelectedSuggestions as _0x1d3b73,executeCommandForSuggestions as _0xcab27e}from'../utils/utils.js';function _0x2994(_0xfd2c14,_0x2e8c9d){const _0x266601=_0x2666();return _0x2994=function(_0x2994a5,_0x4075c7){_0x2994a5=_0x2994a5-0xb4;let _0xe6e264=_0x266601[_0x2994a5];return _0xe6e264;},_0x2994(_0xfd2c14,_0x2e8c9d);}export default class R extends _0x42b6b9{constructor(_0x1a8582,_0x3aa298,_0x172678){const _0x562237=_0x2994;super(_0x1a8582),this[_0x562237(0xbb)]=_0x3aa298,this[_0x562237(0xc0)]=_0x172678,this[_0x562237(0xbe)]=new Set(),this[_0x562237(0xc8)](),this[_0x562237(0xb7)]=!0x1;}[_0x2c3090(0xc8)](){const _0x4aaa02=_0x2c3090,_0x4e666f=this[_0x4aaa02(0xb4)][_0x4aaa02(0xc7)][_0x4aaa02(0xc3)][_0x4aaa02(0xc4)],_0x233a33=Array[_0x4aaa02(0xc9)](this[_0x4aaa02(0xc0)][_0x4aaa02(0xbf)]());this[_0x4aaa02(0xbe)]=_0x1d3b73(_0x4e666f,_0x233a33),this[_0x4aaa02(0xc5)]=this[_0x4aaa02(0xbb)][_0x4aaa02(0xc5)]&&!!this[_0x4aaa02(0xbe)][_0x4aaa02(0xc1)];}[_0x2c3090(0xb8)](){const _0x95ca40=_0x2c3090,_0x1ad68d=_0xcdeede(Array[_0x95ca40(0xc9)](this[_0x95ca40(0xbe)]));for(const _0x54e5a0 of _0x1ad68d){const _0x286e3a=_0x54e5a0[_0x95ca40(0xc6)]();if(!this[_0x95ca40(0xb4)][_0x95ca40(0xc7)][_0x95ca40(0xb9)](_0x286e3a))return;}_0xcab27e(this[_0x95ca40(0xb4)][_0x95ca40(0xc7)],this[_0x95ca40(0xbb)],_0x1ad68d);}}
|