@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240403.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.
Files changed (167) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +4 -0
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -3
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/src/integrations/multilevellist.d.ts +24 -0
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
@@ -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"
@@ -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"
@@ -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 "יישור"
@@ -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 "संरेखण"
@@ -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 ""
@@ -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"
@@ -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"
@@ -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"
@@ -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 "アライメント"
@@ -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 "맞춤"
@@ -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ė"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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 "выравнивание"
@@ -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"
@@ -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"
@@ -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"
@@ -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"
@@ -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 "การวางแนว"
@@ -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 ""
@@ -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"
@@ -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 ""
@@ -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 "вирівнювання"
@@ -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 ""
@@ -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 "对齐"
@@ -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-20240402.0",
3
+ "version": "0.0.0-nightly-20240403.1",
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-20240402.0",
44
- "ckeditor5-collaboration": "0.0.0-nightly-20240402.0",
43
+ "ckeditor5": "0.0.0-nightly-20240403.1",
44
+ "ckeditor5-collaboration": "0.0.0-nightly-20240403.1",
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 _0x571051=_0x3fc9;(function(_0x4aa1ce,_0x39fb73){const _0x447709=_0x3fc9,_0x54f0af=_0x4aa1ce();while(!![]){try{const _0x5158ec=parseInt(_0x447709(0x78))/0x1*(-parseInt(_0x447709(0x87))/0x2)+parseInt(_0x447709(0x77))/0x3+parseInt(_0x447709(0x89))/0x4*(parseInt(_0x447709(0x83))/0x5)+parseInt(_0x447709(0x8e))/0x6*(parseInt(_0x447709(0x81))/0x7)+-parseInt(_0x447709(0x8c))/0x8*(-parseInt(_0x447709(0x7c))/0x9)+parseInt(_0x447709(0x7b))/0xa+-parseInt(_0x447709(0x7a))/0xb;if(_0x5158ec===_0x39fb73)break;else _0x54f0af['push'](_0x54f0af['shift']());}catch(_0x1258ce){_0x54f0af['push'](_0x54f0af['shift']());}}}(_0xb4d6,0xf34a9));import{Command as _0x2cf215}from'ckeditor5/src/core.js';function _0xb4d6(){const _0x378758=['refresh','632wwTEjU','_isEnabledBasedOnSelection','model','4389184VenNon','acceptSuggestion','8054406gcEDgo','editor','964308fuOKqm','1jJJfqa','TrackChangesEditing','45597684KGKdqd','19666640eZPzMJ','9HjfIfk','isEnabled','plugins','execute','getRanges','7QmVAmI','track-changes-accept-suggestion-not-found','51935jDiVNP','get','_suggestions','canEditAt','1357060nRdjpv'];_0xb4d6=function(){return _0x378758;};return _0xb4d6();}function _0x3fc9(_0x2b5996,_0x53e873){const _0xb4d6df=_0xb4d6();return _0x3fc9=function(_0x3fc9bc,_0x40aea){_0x3fc9bc=_0x3fc9bc-0x76;let _0x512757=_0xb4d6df[_0x3fc9bc];return _0x512757;},_0x3fc9(_0x2b5996,_0x53e873);}import{CKEditorError as _0x3a4340}from'ckeditor5/src/utils.js';export default class $ extends _0x2cf215{constructor(_0x1336f4,_0x17b204){const _0x17724f=_0x3fc9;super(_0x1336f4),this[_0x17724f(0x85)]=_0x17b204,this[_0x17724f(0x88)](),this[_0x17724f(0x8a)]=!0x1;}[_0x571051(0x88)](){const _0x2a8714=_0x571051;this[_0x2a8714(0x7d)]=!0x0;}[_0x571051(0x7f)](_0x50d016){const _0x78157d=_0x571051,_0x4bedde=this[_0x78157d(0x85)][_0x78157d(0x84)](_0x50d016);if(!_0x4bedde)throw new _0x3a4340(_0x78157d(0x82),this);const _0x152206=_0x4bedde[_0x78157d(0x80)]();this[_0x78157d(0x76)][_0x78157d(0x8b)][_0x78157d(0x86)](_0x152206)&&this[_0x78157d(0x76)][_0x78157d(0x7e)][_0x78157d(0x84)](_0x78157d(0x79))[_0x78157d(0x8d)](_0x4bedde);}}
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 _0x2f3946=_0x1939;(function(_0x28e500,_0x3924d8){const _0x16c65a=_0x1939,_0x18c02a=_0x28e500();while(!![]){try{const _0x90dd1f=-parseInt(_0x16c65a(0xb4))/0x1+parseInt(_0x16c65a(0xbb))/0x2+parseInt(_0x16c65a(0xc4))/0x3+parseInt(_0x16c65a(0xc3))/0x4*(-parseInt(_0x16c65a(0xb1))/0x5)+parseInt(_0x16c65a(0xb2))/0x6+-parseInt(_0x16c65a(0xb3))/0x7+parseInt(_0x16c65a(0xc1))/0x8;if(_0x90dd1f===_0x3924d8)break;else _0x18c02a['push'](_0x18c02a['shift']());}catch(_0x58e774){_0x18c02a['push'](_0x18c02a['shift']());}}}(_0x13d2,0x1ce04));function _0x1939(_0xecc364,_0x3d2e84){const _0x13d2b4=_0x13d2();return _0x1939=function(_0x1939b2,_0x6eb515){_0x1939b2=_0x1939b2-0xb1;let _0x1c94e9=_0x13d2b4[_0x1939b2];return _0x1c94e9;},_0x1939(_0xecc364,_0x3d2e84);}import{Command as _0x2283a9}from'ckeditor5/src/core.js';import{CKEditorError as _0x201ecb}from'ckeditor5/src/utils.js';export default class B extends _0x2283a9{constructor(_0xebf6df,_0x5bb358){const _0x6f7a5f=_0x1939;super(_0xebf6df),this[_0x6f7a5f(0xc2)]=_0x5bb358,this[_0x6f7a5f(0xbf)](),this[_0x6f7a5f(0xc0)]=!0x1;}[_0x2f3946(0xbf)](){const _0x275c52=_0x2f3946;this[_0x275c52(0xb8)]=!0x0;}[_0x2f3946(0xb6)](_0x2ca334){const _0x5824a2=_0x2f3946,_0x233d89=this[_0x5824a2(0xc2)][_0x5824a2(0xc6)](_0x2ca334);if(!_0x233d89)throw new _0x201ecb(_0x5824a2(0xbd),this);const _0x516130=_0x233d89[_0x5824a2(0xba)]();this[_0x5824a2(0xbc)][_0x5824a2(0xb7)][_0x5824a2(0xb9)](_0x516130)&&this[_0x5824a2(0xbc)][_0x5824a2(0xbe)][_0x5824a2(0xc6)](_0x5824a2(0xb5))[_0x5824a2(0xc5)](_0x233d89);}}function _0x13d2(){const _0x46afaa=['1205vxRbWb','837024zzCWUf','832664DnjTik','190959geIURv','TrackChangesEditing','execute','model','isEnabled','canEditAt','getRanges','393264xGEdjq','editor','track-changes-discard-suggestion-not-found','plugins','refresh','_isEnabledBasedOnSelection','1394176QHXLAe','_suggestions','3176CHTgsV','327399WyrQWx','discardSuggestion','get'];_0x13d2=function(){return _0x46afaa;};return _0x13d2();}
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 _0x1e5e(_0x3d4f43,_0x33ea81){const _0x4ff1ec=_0x4ff1();return _0x1e5e=function(_0x1e5ec8,_0xcb2dd3){_0x1e5ec8=_0x1e5ec8-0xce;let _0x1e7ad6=_0x4ff1ec[_0x1e5ec8];return _0x1e7ad6;},_0x1e5e(_0x3d4f43,_0x33ea81);}const _0x2b7c10=_0x1e5e;(function(_0x408a28,_0x39b8ae){const _0x5bcfaa=_0x1e5e,_0x5980e1=_0x408a28();while(!![]){try{const _0x2002f5=-parseInt(_0x5bcfaa(0xde))/0x1*(parseInt(_0x5bcfaa(0xdd))/0x2)+parseInt(_0x5bcfaa(0xdc))/0x3*(-parseInt(_0x5bcfaa(0xd3))/0x4)+-parseInt(_0x5bcfaa(0xe1))/0x5+-parseInt(_0x5bcfaa(0xd6))/0x6*(parseInt(_0x5bcfaa(0xd0))/0x7)+parseInt(_0x5bcfaa(0xd8))/0x8*(parseInt(_0x5bcfaa(0xd2))/0x9)+-parseInt(_0x5bcfaa(0xe7))/0xa+-parseInt(_0x5bcfaa(0xce))/0xb*(-parseInt(_0x5bcfaa(0xd5))/0xc);if(_0x2002f5===_0x39b8ae)break;else _0x5980e1['push'](_0x5980e1['shift']());}catch(_0x5e474f){_0x5980e1['push'](_0x5980e1['shift']());}}}(_0x4ff1,0xb6623));import{Command as _0x1920e5}from'ckeditor5/src/core.js';function _0x4ff1(){const _0x4507a6=['2232030jXVbfF','1746789DTtKvs','getRanges','1656417JHfyFg','execute','9thboTs','4zDrXQk','_isEnabledBasedOnSelection','144EyKBwU','6TFMmzr','_suggestions','6943744cTKxbU','isInContent','refresh','_command','1891332SUGpFB','4702OJKXvt','50nuavUj','isEnabled','from','4093425vHyAWx','model','canEditAt','editor','values','some'];_0x4ff1=function(){return _0x4507a6;};return _0x4ff1();}import{sortSuggestions as _0x481eea,executeCommandForSuggestions as _0x3b7e32}from'../utils/utils.js';export default class x extends _0x1920e5{constructor(_0x4ffaf4,_0x21d14d,_0x1dc905){const _0x5f4808=_0x1e5e;super(_0x4ffaf4),this[_0x5f4808(0xdb)]=_0x21d14d,this[_0x5f4808(0xd7)]=_0x1dc905,this[_0x5f4808(0xda)](),this[_0x5f4808(0xd4)]=!0x1;}[_0x2b7c10(0xda)](){const _0x2e1579=_0x2b7c10,_0x361e71=Array[_0x2e1579(0xe0)](this[_0x2e1579(0xd7)][_0x2e1579(0xe5)]())[_0x2e1579(0xe6)](_0x4375a3=>_0x4375a3[_0x2e1579(0xd9)]);this[_0x2e1579(0xdf)]=this[_0x2e1579(0xdb)][_0x2e1579(0xdf)]&&_0x361e71;}[_0x2b7c10(0xd1)](){const _0x59d4af=_0x2b7c10,_0xd9c204=_0x481eea(Array[_0x59d4af(0xe0)](this[_0x59d4af(0xd7)][_0x59d4af(0xe5)]()));for(const _0x577c29 of _0xd9c204){const _0x5fb201=_0x577c29[_0x59d4af(0xcf)]();if(!this[_0x59d4af(0xe4)][_0x59d4af(0xe2)][_0x59d4af(0xe3)](_0x5fb201))return;}_0x3b7e32(this[_0x59d4af(0xe4)][_0x59d4af(0xe2)],this[_0x59d4af(0xdb)],_0xd9c204);}}
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
- const _0x3543e2=_0x5efa;function _0x5efa(_0x2bb43d,_0x5d0f98){const _0x3d91ac=_0x3d91();return _0x5efa=function(_0x5efa49,_0x23fc4b){_0x5efa49=_0x5efa49-0xcc;let _0x5cda1b=_0x3d91ac[_0x5efa49];return _0x5cda1b;},_0x5efa(_0x2bb43d,_0x5d0f98);}(function(_0x3b4848,_0x1a5838){const _0x8433ee=_0x5efa,_0xbbee2c=_0x3b4848();while(!![]){try{const _0x2237fc=parseInt(_0x8433ee(0xcc))/0x1*(parseInt(_0x8433ee(0xdf))/0x2)+-parseInt(_0x8433ee(0xda))/0x3*(-parseInt(_0x8433ee(0xce))/0x4)+-parseInt(_0x8433ee(0xd8))/0x5+parseInt(_0x8433ee(0xdb))/0x6+-parseInt(_0x8433ee(0xd9))/0x7+-parseInt(_0x8433ee(0xe0))/0x8+-parseInt(_0x8433ee(0xd7))/0x9*(parseInt(_0x8433ee(0xe1))/0xa);if(_0x2237fc===_0x1a5838)break;else _0xbbee2c['push'](_0xbbee2c['shift']());}catch(_0x2f029d){_0xbbee2c['push'](_0xbbee2c['shift']());}}}(_0x3d91,0x1b3cb));import{Command as _0x777af3}from'ckeditor5/src/core.js';import{sortSuggestions as _0x3f4a2c,getSelectedSuggestions as _0x47d76e,executeCommandForSuggestions as _0x1f72a7}from'../utils/utils.js';function _0x3d91(){const _0x271a80=['model','_command','getRanges','size','selection','canEditAt','from','_isEnabledBasedOnSelection','141390cuyZKU','668775dYOiyK','130431wEXBqR','498ycAnIV','254304OrJPTS','execute','document','isEnabled','4QpuuZU','60632yfokZM','50OuPVYA','editor','_selectedSuggestions','_suggestions','refresh','94669cPMYNh','values','2852pRQwMP'];_0x3d91=function(){return _0x271a80;};return _0x3d91();}export default class R extends _0x777af3{constructor(_0x32c7f2,_0x4947d3,_0x3c94ef){const _0x40c693=_0x5efa;super(_0x32c7f2),this[_0x40c693(0xd0)]=_0x4947d3,this[_0x40c693(0xe4)]=_0x3c94ef,this[_0x40c693(0xe3)]=new Set(),this[_0x40c693(0xe5)](),this[_0x40c693(0xd6)]=!0x1;}[_0x3543e2(0xe5)](){const _0x1539ff=_0x3543e2,_0x32a854=this[_0x1539ff(0xe2)][_0x1539ff(0xcf)][_0x1539ff(0xdd)][_0x1539ff(0xd3)],_0x47c90c=Array[_0x1539ff(0xd5)](this[_0x1539ff(0xe4)][_0x1539ff(0xcd)]());this[_0x1539ff(0xe3)]=_0x47d76e(_0x32a854,_0x47c90c),this[_0x1539ff(0xde)]=this[_0x1539ff(0xd0)][_0x1539ff(0xde)]&&!!this[_0x1539ff(0xe3)][_0x1539ff(0xd2)];}[_0x3543e2(0xdc)](){const _0x5ba624=_0x3543e2,_0x30e68a=_0x3f4a2c(Array[_0x5ba624(0xd5)](this[_0x5ba624(0xe3)]));for(const _0x24727a of _0x30e68a){const _0x489b64=_0x24727a[_0x5ba624(0xd1)]();if(!this[_0x5ba624(0xe2)][_0x5ba624(0xcf)][_0x5ba624(0xd4)](_0x489b64))return;}_0x1f72a7(this[_0x5ba624(0xe2)][_0x5ba624(0xcf)],this[_0x5ba624(0xd0)],_0x30e68a);}}
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 _0x40c0(_0x1e0d7b,_0x35a1f1){const _0xfeeae1=_0xfeea();return _0x40c0=function(_0x40c084,_0x3f9897){_0x40c084=_0x40c084-0x78;let _0x2fd80f=_0xfeeae1[_0x40c084];return _0x2fd80f;},_0x40c0(_0x1e0d7b,_0x35a1f1);}const _0x571e74=_0x40c0;(function(_0x4fab0a,_0x4c2a80){const _0x2660ef=_0x40c0,_0x48428a=_0x4fab0a();while(!![]){try{const _0x480d56=-parseInt(_0x2660ef(0x8f))/0x1+parseInt(_0x2660ef(0x7e))/0x2*(-parseInt(_0x2660ef(0x78))/0x3)+parseInt(_0x2660ef(0x85))/0x4+-parseInt(_0x2660ef(0x79))/0x5*(parseInt(_0x2660ef(0x7f))/0x6)+-parseInt(_0x2660ef(0x82))/0x7+parseInt(_0x2660ef(0x86))/0x8*(parseInt(_0x2660ef(0x7a))/0x9)+-parseInt(_0x2660ef(0x8e))/0xa*(-parseInt(_0x2660ef(0x80))/0xb);if(_0x480d56===_0x4c2a80)break;else _0x48428a['push'](_0x48428a['shift']());}catch(_0x157c01){_0x48428a['push'](_0x48428a['shift']());}}}(_0xfeea,0x6fe17));import{Command as _0x2c585a}from'ckeditor5/src/core.js';export default class M extends _0x2c585a{constructor(_0x1f2317,_0x39ede0){const _0x15d2d3=_0x40c0;super(_0x1f2317),this[_0x15d2d3(0x8a)]=_0x39ede0,this[_0x15d2d3(0x83)]=!0x1,this[_0x15d2d3(0x91)](),this[_0x15d2d3(0x7d)]=!0x1;}[_0x571e74(0x91)](){const _0x518a66=_0x571e74;this[_0x518a66(0x7c)]=!0x0;}[_0x571e74(0x8b)](){const _0x1d458e=_0x571e74;this[_0x1d458e(0x83)]=!this[_0x1d458e(0x83)],this[_0x1d458e(0x83)]?this[_0x1d458e(0x7b)]():this[_0x1d458e(0x89)]();}[_0x571e74(0x7b)](){const _0xa80481=_0x571e74;for(const _0x12f4a9 of this[_0xa80481(0x8d)][_0xa80481(0x84)][_0xa80481(0x84)]())_0x12f4a9[_0xa80481(0x90)]&&!this[_0xa80481(0x8a)][_0xa80481(0x81)](_0x12f4a9)&&_0x12f4a9[_0xa80481(0x88)](_0xa80481(0x8c));}[_0x571e74(0x89)](){const _0x2a1e7a=_0x571e74;for(const _0x40c9fa of this[_0x2a1e7a(0x8d)][_0x2a1e7a(0x84)][_0x2a1e7a(0x84)]())_0x40c9fa[_0x2a1e7a(0x90)]&&!this[_0x2a1e7a(0x8a)][_0x2a1e7a(0x81)](_0x40c9fa)&&_0x40c9fa[_0x2a1e7a(0x87)](_0x2a1e7a(0x8c));}}function _0xfeea(){const _0x4e8f0c=['_disableUnsupportedCommands','isEnabled','_isEnabledBasedOnSelection','40654REZHhj','52038auKazb','31427BVYnWf','has','1864016YpVpVW','value','commands','463768jYvhFj','6743344GpLoqr','clearForceDisabled','forceDisabled','_enableCommands','_enabledCommands','execute','TrackChangesCommand','editor','1100OURptQ','409541BiVgIo','affectsData','refresh','9JOfXuX','45YXvnJO','9HYqJDb'];_0xfeea=function(){return _0x4e8f0c;};return _0xfeea();}
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(_0x5d472a,_0x508f69){var _0x41babe=_0x39f7,_0x16ad2a=_0x5d472a();while(!![]){try{var _0x5251db=-parseInt(_0x41babe(0x1f0))/0x1*(parseInt(_0x41babe(0x1eb))/0x2)+-parseInt(_0x41babe(0x1ed))/0x3+-parseInt(_0x41babe(0x1ee))/0x4+-parseInt(_0x41babe(0x1e9))/0x5+-parseInt(_0x41babe(0x1e7))/0x6*(-parseInt(_0x41babe(0x1ef))/0x7)+-parseInt(_0x41babe(0x1e8))/0x8+parseInt(_0x41babe(0x1ea))/0x9*(parseInt(_0x41babe(0x1ec))/0xa);if(_0x5251db===_0x508f69)break;else _0x16ad2a['push'](_0x16ad2a['shift']());}catch(_0x337c82){_0x16ad2a['push'](_0x16ad2a['shift']());}}}(_0x5d48,0xa1bcd));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';import'./augmentation.js';function _0x39f7(_0x12e269,_0x5b4740){var _0x5d481e=_0x5d48();return _0x39f7=function(_0x39f75c,_0x553f67){_0x39f75c=_0x39f75c-0x1e7;var _0x4ac107=_0x5d481e[_0x39f75c];return _0x4ac107;},_0x39f7(_0x12e269,_0x5b4740);}function _0x5d48(){var _0x24473c=['14YvBhHh','108zerhhD','7827472LUdvum','3171790BmRILk','6155397cPehtD','97714gBUBGm','60WKlEzY','2594295jjgIgQ','2610968ekRaUW','145124pjEQQh'];_0x5d48=function(){return _0x24473c;};return _0x5d48();}
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 _0xc618d9=_0x5360;(function(_0x33fe4c,_0x22cb54){const _0x142750=_0x5360,_0x58bb8a=_0x33fe4c();while(!![]){try{const _0xe96990=parseInt(_0x142750(0xd0))/0x1+parseInt(_0x142750(0xcd))/0x2+parseInt(_0x142750(0xc3))/0x3*(parseInt(_0x142750(0xc9))/0x4)+parseInt(_0x142750(0xc7))/0x5+parseInt(_0x142750(0xc2))/0x6+parseInt(_0x142750(0xc4))/0x7+-parseInt(_0x142750(0xc1))/0x8*(parseInt(_0x142750(0xc8))/0x9);if(_0xe96990===_0x22cb54)break;else _0x58bb8a['push'](_0x58bb8a['shift']());}catch(_0x3dbbed){_0x58bb8a['push'](_0x58bb8a['shift']());}}}(_0x5b29,0x35c48));import{Plugin as _0x13b225}from'ckeditor5/src/core.js';function _0x5b29(){const _0x3d8919=['commands','1821545TQQqkb','15714981bRXeQN','188YWPQvt','TrackChangesEditing','editor','enableCommand','751592yiMjdK','afterInit','plugins','339881qMZXXw','get','8YYAAQH','2137842qCELpx','8802hoKWsY','2745050dNPauT','showAIAssistant'];_0x5b29=function(){return _0x3d8919;};return _0x5b29();}function _0x5360(_0x35c818,_0x484326){const _0x5b29d0=_0x5b29();return _0x5360=function(_0x5360b8,_0x470fe9){_0x5360b8=_0x5360b8-0xc1;let _0x34ef60=_0x5b29d0[_0x5360b8];return _0x34ef60;},_0x5360(_0x35c818,_0x484326);}export default class E extends _0x13b225{[_0xc618d9(0xce)](){const _0x48a118=_0xc618d9,_0x283df6=this[_0x48a118(0xcb)],_0x5277ef=_0x283df6[_0x48a118(0xcf)][_0x48a118(0xd1)](_0x48a118(0xca));_0x283df6[_0x48a118(0xc6)][_0x48a118(0xd1)](_0x48a118(0xc5))&&_0x5277ef[_0x48a118(0xcc)](_0x48a118(0xc5));}}
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));}}