@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240404.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 +4 -0
- 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 -3
- 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/src/integrations/multilevellist.d.ts +24 -0
- 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/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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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 ""
|
|
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
|
@@ -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 ""
|
|
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 ""
|
|
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": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240404.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"CHANGELOG.md"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"ckeditor5": "0.0.0-nightly-
|
|
44
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
43
|
+
"ckeditor5": "0.0.0-nightly-20240404.0",
|
|
44
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20240404.0",
|
|
45
45
|
"lodash-es": "4.17.21"
|
|
46
46
|
},
|
|
47
47
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x37e6c8=_0x46a3;(function(_0xdd897c,_0x4cd08f){const _0x523dce=_0x46a3,_0x3f5ce6=_0xdd897c();while(!![]){try{const _0x534ca4=-parseInt(_0x523dce(0x100))/0x1*(-parseInt(_0x523dce(0xf2))/0x2)+parseInt(_0x523dce(0xf8))/0x3*(-parseInt(_0x523dce(0xfc))/0x4)+parseInt(_0x523dce(0x105))/0x5*(-parseInt(_0x523dce(0xee))/0x6)+-parseInt(_0x523dce(0xf9))/0x7*(-parseInt(_0x523dce(0x101))/0x8)+parseInt(_0x523dce(0xfa))/0x9+parseInt(_0x523dce(0xec))/0xa*(parseInt(_0x523dce(0xf0))/0xb)+parseInt(_0x523dce(0xeb))/0xc*(parseInt(_0x523dce(0xff))/0xd);if(_0x534ca4===_0x4cd08f)break;else _0x3f5ce6['push'](_0x3f5ce6['shift']());}catch(_0x7dfcc3){_0x3f5ce6['push'](_0x3f5ce6['shift']());}}}(_0x3612,0xee115));function _0x3612(){const _0xcfc818=['getRanges','2590524mRRWKr','editor','TrackChangesEditing','8652514ssiiaz','270103YGyKTs','8SlFDAC','_suggestions','plugins','isEnabled','31045GBgDZk','12PSLupR','27070wGalHy','acceptSuggestion','1674gsYQtK','track-changes-accept-suggestion-not-found','6875XxTVKA','canEditAt','2VmvsBP','get','_isEnabledBasedOnSelection','execute','model','refresh','6iCnULL','1382423IYWzbu','10598877kyxZKA'];_0x3612=function(){return _0xcfc818;};return _0x3612();}import{Command as _0x3175f2}from'ckeditor5/src/core.js';import{CKEditorError as _0x1e42f4}from'ckeditor5/src/utils.js';function _0x46a3(_0x58a97b,_0x97721e){const _0x361280=_0x3612();return _0x46a3=function(_0x46a35d,_0x5ab396){_0x46a35d=_0x46a35d-0xeb;let _0x342e43=_0x361280[_0x46a35d];return _0x342e43;},_0x46a3(_0x58a97b,_0x97721e);}export default class $ extends _0x3175f2{constructor(_0x4d091d,_0x3da90e){const _0xa0e21f=_0x46a3;super(_0x4d091d),this[_0xa0e21f(0x102)]=_0x3da90e,this[_0xa0e21f(0xf7)](),this[_0xa0e21f(0xf4)]=!0x1;}[_0x37e6c8(0xf7)](){const _0x2ab780=_0x37e6c8;this[_0x2ab780(0x104)]=!0x0;}[_0x37e6c8(0xf5)](_0x2a72bb){const _0x18450e=_0x37e6c8,_0x39bc25=this[_0x18450e(0x102)][_0x18450e(0xf3)](_0x2a72bb);if(!_0x39bc25)throw new _0x1e42f4(_0x18450e(0xef),this);const _0x48c5e3=_0x39bc25[_0x18450e(0xfb)]();this[_0x18450e(0xfd)][_0x18450e(0xf6)][_0x18450e(0xf1)](_0x48c5e3)&&this[_0x18450e(0xfd)][_0x18450e(0x103)][_0x18450e(0xf3)](_0x18450e(0xfe))[_0x18450e(0xed)](_0x39bc25);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x8dcdc6=_0x306d;function _0x306d(_0x379c91,_0x356563){const _0x4f1b15=_0x4f1b();return _0x306d=function(_0x306def,_0x107281){_0x306def=_0x306def-0x1d8;let _0x1c80b7=_0x4f1b15[_0x306def];return _0x1c80b7;},_0x306d(_0x379c91,_0x356563);}(function(_0x48ad20,_0x5a1224){const _0x4d0acb=_0x306d,_0x3fc0c5=_0x48ad20();while(!![]){try{const _0x28a75c=-parseInt(_0x4d0acb(0x1e5))/0x1*(parseInt(_0x4d0acb(0x1ef))/0x2)+parseInt(_0x4d0acb(0x1da))/0x3+parseInt(_0x4d0acb(0x1de))/0x4*(parseInt(_0x4d0acb(0x1eb))/0x5)+parseInt(_0x4d0acb(0x1e8))/0x6*(-parseInt(_0x4d0acb(0x1d9))/0x7)+parseInt(_0x4d0acb(0x1ec))/0x8+parseInt(_0x4d0acb(0x1e0))/0x9*(parseInt(_0x4d0acb(0x1e6))/0xa)+-parseInt(_0x4d0acb(0x1e1))/0xb;if(_0x28a75c===_0x5a1224)break;else _0x3fc0c5['push'](_0x3fc0c5['shift']());}catch(_0x592ff9){_0x3fc0c5['push'](_0x3fc0c5['shift']());}}}(_0x4f1b,0x46f0f));import{Command as _0x16f7fb}from'ckeditor5/src/core.js';import{CKEditorError as _0x5af26d}from'ckeditor5/src/utils.js';export default class B extends _0x16f7fb{constructor(_0x46a8f9,_0x3e9106){const _0x4dc6e3=_0x306d;super(_0x46a8f9),this[_0x4dc6e3(0x1db)]=_0x3e9106,this[_0x4dc6e3(0x1ed)](),this[_0x4dc6e3(0x1dd)]=!0x1;}[_0x8dcdc6(0x1ed)](){const _0xfef167=_0x8dcdc6;this[_0xfef167(0x1f0)]=!0x0;}[_0x8dcdc6(0x1ea)](_0x5c8983){const _0x253900=_0x8dcdc6,_0x26922b=this[_0x253900(0x1db)][_0x253900(0x1df)](_0x5c8983);if(!_0x26922b)throw new _0x5af26d(_0x253900(0x1e4),this);const _0x44baa2=_0x26922b[_0x253900(0x1e7)]();this[_0x253900(0x1dc)][_0x253900(0x1e2)][_0x253900(0x1d8)](_0x44baa2)&&this[_0x253900(0x1dc)][_0x253900(0x1e3)][_0x253900(0x1df)](_0x253900(0x1e9))[_0x253900(0x1ee)](_0x26922b);}}function _0x4f1b(){const _0x3d97ac=['2480WVTvLd','getRanges','429438EJqwid','TrackChangesEditing','execute','933395UaZpYu','3285960xfgQJf','refresh','discardSuggestion','51316RFhIxb','isEnabled','canEditAt','14fmKUUW','1492788LUCWJR','_suggestions','editor','_isEnabledBasedOnSelection','4wizUyz','get','864UydxIV','3867083tEOUVV','model','plugins','track-changes-discard-suggestion-not-found','13uihZHW'];_0x4f1b=function(){return _0x3d97ac;};return _0x4f1b();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x5d4e(_0x581142,_0x272f0d){const _0x90cd1e=_0x90cd();return _0x5d4e=function(_0x5d4e54,_0x1ca5d5){_0x5d4e54=_0x5d4e54-0x90;let _0xdcf3b1=_0x90cd1e[_0x5d4e54];return _0xdcf3b1;},_0x5d4e(_0x581142,_0x272f0d);}const _0x339043=_0x5d4e;(function(_0x1180aa,_0x271ddc){const _0x882044=_0x5d4e,_0x5925a5=_0x1180aa();while(!![]){try{const _0x226b15=parseInt(_0x882044(0x95))/0x1*(parseInt(_0x882044(0xa5))/0x2)+parseInt(_0x882044(0x9a))/0x3*(-parseInt(_0x882044(0x9f))/0x4)+-parseInt(_0x882044(0x91))/0x5+parseInt(_0x882044(0x96))/0x6+parseInt(_0x882044(0xa8))/0x7*(-parseInt(_0x882044(0x93))/0x8)+parseInt(_0x882044(0x9b))/0x9*(-parseInt(_0x882044(0xa2))/0xa)+parseInt(_0x882044(0x92))/0xb;if(_0x226b15===_0x271ddc)break;else _0x5925a5['push'](_0x5925a5['shift']());}catch(_0xf2eae9){_0x5925a5['push'](_0x5925a5['shift']());}}}(_0x90cd,0x3c560));import{Command as _0x4ce0b7}from'ckeditor5/src/core.js';function _0x90cd(){const _0x2bbdec=['getRanges','564fkhPfv','_command','_suggestions','14770hIytwM','some','model','2ErvkFq','values','refresh','8253PatnSS','from','1444540nNPPCw','8241387SWjmEf','1160BkbRUr','execute','285967NZotcK','915330UjTsjy','canEditAt','_isEnabledBasedOnSelection','editor','5169LXevmZ','1449JQGzFn','isEnabled','isInContent'];_0x90cd=function(){return _0x2bbdec;};return _0x90cd();}import{sortSuggestions as _0x5b6e57,executeCommandForSuggestions as _0x1105bd}from'../utils/utils.js';export default class x extends _0x4ce0b7{constructor(_0x1bebc7,_0x28c252,_0x46a92a){const _0x442c15=_0x5d4e;super(_0x1bebc7),this[_0x442c15(0xa0)]=_0x28c252,this[_0x442c15(0xa1)]=_0x46a92a,this[_0x442c15(0xa7)](),this[_0x442c15(0x98)]=!0x1;}[_0x339043(0xa7)](){const _0x5ee00b=_0x339043,_0x3eb84c=Array[_0x5ee00b(0x90)](this[_0x5ee00b(0xa1)][_0x5ee00b(0xa6)]())[_0x5ee00b(0xa3)](_0x1189ec=>_0x1189ec[_0x5ee00b(0x9d)]);this[_0x5ee00b(0x9c)]=this[_0x5ee00b(0xa0)][_0x5ee00b(0x9c)]&&_0x3eb84c;}[_0x339043(0x94)](){const _0x18bfb4=_0x339043,_0x265133=_0x5b6e57(Array[_0x18bfb4(0x90)](this[_0x18bfb4(0xa1)][_0x18bfb4(0xa6)]()));for(const _0x518ef0 of _0x265133){const _0x3c1ced=_0x518ef0[_0x18bfb4(0x9e)]();if(!this[_0x18bfb4(0x99)][_0x18bfb4(0xa4)][_0x18bfb4(0x97)](_0x3c1ced))return;}_0x1105bd(this[_0x18bfb4(0x99)][_0x18bfb4(0xa4)],this[_0x18bfb4(0xa0)],_0x265133);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1000(_0x2c82f4,_0x4414a6){const _0xd93675=_0xd936();return _0x1000=function(_0x1000d8,_0x180641){_0x1000d8=_0x1000d8-0x8f;let _0x1dcccd=_0xd93675[_0x1000d8];return _0x1dcccd;},_0x1000(_0x2c82f4,_0x4414a6);}const _0x5364c4=_0x1000;function _0xd936(){const _0x32eb7d=['document','editor','_command','10FnAmYs','model','794256ZIpqpe','from','selection','_suggestions','size','_isEnabledBasedOnSelection','188856TSmAzn','_selectedSuggestions','getRanges','execute','3626514CWZAzA','484XeZszR','56430dWhjRx','1816689mtOUYI','values','10vYkTwq','isEnabled','canEditAt','refresh','7017nVCDnK','266599KxRJPr'];_0xd936=function(){return _0x32eb7d;};return _0xd936();}(function(_0x367feb,_0x3b12df){const _0x56ef46=_0x1000,_0x2c7148=_0x367feb();while(!![]){try{const _0x46d6b0=-parseInt(_0x56ef46(0x95))/0x1+parseInt(_0x56ef46(0xa7))/0x2+parseInt(_0x56ef46(0x94))/0x3*(parseInt(_0x56ef46(0xa6))/0x4)+-parseInt(_0x56ef46(0x90))/0x5*(-parseInt(_0x56ef46(0x9b))/0x6)+parseInt(_0x56ef46(0xa8))/0x7+-parseInt(_0x56ef46(0xa1))/0x8+-parseInt(_0x56ef46(0xa5))/0x9*(parseInt(_0x56ef46(0x99))/0xa);if(_0x46d6b0===_0x3b12df)break;else _0x2c7148['push'](_0x2c7148['shift']());}catch(_0x2d7a3f){_0x2c7148['push'](_0x2c7148['shift']());}}}(_0xd936,0x22c19));import{Command as _0x4e9aaf}from'ckeditor5/src/core.js';import{sortSuggestions as _0x3afb7d,getSelectedSuggestions as _0x3bc614,executeCommandForSuggestions as _0x760a46}from'../utils/utils.js';export default class R extends _0x4e9aaf{constructor(_0xb05ed3,_0x6a289e,_0x51025d){const _0x543068=_0x1000;super(_0xb05ed3),this[_0x543068(0x98)]=_0x6a289e,this[_0x543068(0x9e)]=_0x51025d,this[_0x543068(0xa2)]=new Set(),this[_0x543068(0x93)](),this[_0x543068(0xa0)]=!0x1;}[_0x5364c4(0x93)](){const _0xff7a2=_0x5364c4,_0x242237=this[_0xff7a2(0x97)][_0xff7a2(0x9a)][_0xff7a2(0x96)][_0xff7a2(0x9d)],_0x4885ca=Array[_0xff7a2(0x9c)](this[_0xff7a2(0x9e)][_0xff7a2(0x8f)]());this[_0xff7a2(0xa2)]=_0x3bc614(_0x242237,_0x4885ca),this[_0xff7a2(0x91)]=this[_0xff7a2(0x98)][_0xff7a2(0x91)]&&!!this[_0xff7a2(0xa2)][_0xff7a2(0x9f)];}[_0x5364c4(0xa4)](){const _0x2bfdf6=_0x5364c4,_0x16cb66=_0x3afb7d(Array[_0x2bfdf6(0x9c)](this[_0x2bfdf6(0xa2)]));for(const _0x1e0d5d of _0x16cb66){const _0x30cf96=_0x1e0d5d[_0x2bfdf6(0xa3)]();if(!this[_0x2bfdf6(0x97)][_0x2bfdf6(0x9a)][_0x2bfdf6(0x92)](_0x30cf96))return;}_0x760a46(this[_0x2bfdf6(0x97)][_0x2bfdf6(0x9a)],this[_0x2bfdf6(0x98)],_0x16cb66);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x4cc744=_0x564d;function _0x45f2(){const _0x1d05c3=['_enableCommands','7274624wIkqRu','editor','10QehPdb','value','has','6719024iGMcAu','isEnabled','_disableUnsupportedCommands','refresh','204hzIxDB','_enabledCommands','forceDisabled','clearForceDisabled','962889ilkiUF','2129124CMwWEg','307822nWwWyQ','65795hVwQak','14175099WePVdv','4xuxKzU','_isEnabledBasedOnSelection','affectsData','TrackChangesCommand','execute','commands'];_0x45f2=function(){return _0x1d05c3;};return _0x45f2();}(function(_0x350050,_0x5193cb){const _0x150459=_0x564d,_0x4c237b=_0x350050();while(!![]){try{const _0x473be5=-parseInt(_0x150459(0x1f9))/0x1+parseInt(_0x150459(0x1fc))/0x2*(parseInt(_0x150459(0x1f7))/0x3)+parseInt(_0x150459(0x1f3))/0x4*(-parseInt(_0x150459(0x1fa))/0x5)+-parseInt(_0x150459(0x1f8))/0x6+-parseInt(_0x150459(0x1ea))/0x7+parseInt(_0x150459(0x1ef))/0x8+-parseInt(_0x150459(0x1fb))/0x9*(-parseInt(_0x150459(0x1ec))/0xa);if(_0x473be5===_0x5193cb)break;else _0x4c237b['push'](_0x4c237b['shift']());}catch(_0xa6d172){_0x4c237b['push'](_0x4c237b['shift']());}}}(_0x45f2,0xa6f16));import{Command as _0x1d689c}from'ckeditor5/src/core.js';function _0x564d(_0x440d52,_0x48e142){const _0x45f256=_0x45f2();return _0x564d=function(_0x564deb,_0x1f61cd){_0x564deb=_0x564deb-0x1e8;let _0x55e1be=_0x45f256[_0x564deb];return _0x55e1be;},_0x564d(_0x440d52,_0x48e142);}export default class M extends _0x1d689c{constructor(_0x148ca9,_0x4b76be){const _0x94c39c=_0x564d;super(_0x148ca9),this[_0x94c39c(0x1f4)]=_0x4b76be,this[_0x94c39c(0x1ed)]=!0x1,this[_0x94c39c(0x1f2)](),this[_0x94c39c(0x1fd)]=!0x1;}[_0x4cc744(0x1f2)](){const _0x390f14=_0x4cc744;this[_0x390f14(0x1f0)]=!0x0;}[_0x4cc744(0x200)](){const _0x36f0e8=_0x4cc744;this[_0x36f0e8(0x1ed)]=!this[_0x36f0e8(0x1ed)],this[_0x36f0e8(0x1ed)]?this[_0x36f0e8(0x1f1)]():this[_0x36f0e8(0x1e9)]();}[_0x4cc744(0x1f1)](){const _0x11fbee=_0x4cc744;for(const _0xb3eb0b of this[_0x11fbee(0x1eb)][_0x11fbee(0x1e8)][_0x11fbee(0x1e8)]())_0xb3eb0b[_0x11fbee(0x1fe)]&&!this[_0x11fbee(0x1f4)][_0x11fbee(0x1ee)](_0xb3eb0b)&&_0xb3eb0b[_0x11fbee(0x1f5)](_0x11fbee(0x1ff));}[_0x4cc744(0x1e9)](){const _0x36d44f=_0x4cc744;for(const _0x11f11a of this[_0x36d44f(0x1eb)][_0x36d44f(0x1e8)][_0x36d44f(0x1e8)]())_0x11f11a[_0x36d44f(0x1fe)]&&!this[_0x36d44f(0x1f4)][_0x36d44f(0x1ee)](_0x11f11a)&&_0x11f11a[_0x36d44f(0x1f6)](_0x36d44f(0x1ff));}}
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x4f0896,_0x4df364){var _0x4f2f45=_0x5db5,_0x5421a2=_0x4f0896();while(!![]){try{var _0x345a98=-parseInt(_0x4f2f45(0x122))/0x1+parseInt(_0x4f2f45(0x124))/0x2*(parseInt(_0x4f2f45(0x128))/0x3)+parseInt(_0x4f2f45(0x126))/0x4+parseInt(_0x4f2f45(0x121))/0x5+parseInt(_0x4f2f45(0x125))/0x6+-parseInt(_0x4f2f45(0x129))/0x7+parseInt(_0x4f2f45(0x123))/0x8*(parseInt(_0x4f2f45(0x127))/0x9);if(_0x345a98===_0x4df364)break;else _0x5421a2['push'](_0x5421a2['shift']());}catch(_0x3490c4){_0x5421a2['push'](_0x5421a2['shift']());}}}(_0xd817,0x69369));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0xd817(){var _0x43d8bb=['5596654tmIVuN','412790KVPiKQ','641141INazRb','127640AwgICH','4nhtpmy','4682130hjbYMm','1316180vbGdnl','288xVMpLk','253647oZUqBd'];_0xd817=function(){return _0x43d8bb;};return _0xd817();}export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';function _0x5db5(_0x468fc3,_0x4c9bf0){var _0xd81754=_0xd817();return _0x5db5=function(_0x5db529,_0x80d62b){_0x5db529=_0x5db529-0x121;var _0x2233bf=_0xd81754[_0x5db529];return _0x2233bf;},_0x5db5(_0x468fc3,_0x4c9bf0);}import'./augmentation.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5996(){const _0x5844ac=['enableCommand','6RsvkUZ','2887990JDDgkK','1459346JhTNje','7344beMvxk','20BqAhXQ','9hzsHJS','showAIAssistant','16nLzVzs','commands','918546kartvj','TrackChangesEditing','editor','28534LKuwSp','plugins','547296lzVycY','527107JFBnHt','get','afterInit','6613755BrGUuU'];_0x5996=function(){return _0x5844ac;};return _0x5996();}function _0x5357(_0x50f28e,_0x1c4344){const _0x5996a6=_0x5996();return _0x5357=function(_0x5357d2,_0x961662){_0x5357d2=_0x5357d2-0xe1;let _0x1b3f64=_0x5996a6[_0x5357d2];return _0x1b3f64;},_0x5357(_0x50f28e,_0x1c4344);}const _0x1b31da=_0x5357;(function(_0x12d98b,_0x121386){const _0x17a641=_0x5357,_0x5cd53a=_0x12d98b();while(!![]){try{const _0x151761=parseInt(_0x17a641(0xe7))/0x1+parseInt(_0x17a641(0xf3))/0x2+-parseInt(_0x17a641(0xee))/0x3*(parseInt(_0x17a641(0xe9))/0x4)+-parseInt(_0x17a641(0xe3))/0x5*(parseInt(_0x17a641(0xe5))/0x6)+parseInt(_0x17a641(0xf4))/0x7*(parseInt(_0x17a641(0xec))/0x8)+parseInt(_0x17a641(0xea))/0x9*(parseInt(_0x17a641(0xe6))/0xa)+parseInt(_0x17a641(0xf1))/0xb*(parseInt(_0x17a641(0xe8))/0xc);if(_0x151761===_0x121386)break;else _0x5cd53a['push'](_0x5cd53a['shift']());}catch(_0x401f83){_0x5cd53a['push'](_0x5cd53a['shift']());}}}(_0x5996,0xdd416));import{Plugin as _0x79b9de}from'ckeditor5/src/core.js';export default class E extends _0x79b9de{[_0x1b31da(0xe2)](){const _0x1c41db=_0x1b31da,_0x5d2cbb=this[_0x1c41db(0xf0)],_0xc66db3=_0x5d2cbb[_0x1c41db(0xf2)][_0x1c41db(0xe1)](_0x1c41db(0xef));_0x5d2cbb[_0x1c41db(0xed)][_0x1c41db(0xe1)](_0x1c41db(0xeb))&&_0xc66db3[_0x1c41db(0xe4)](_0x1c41db(0xeb));}}
|