@ckeditor/ckeditor5-track-changes 41.3.0-alpha.3 → 41.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) 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 +5 -1
  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 -4
  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/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
  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
  168. package/dist/content-index.css +0 -332
  169. package/dist/editor-index.css +0 -312
  170. package/dist/index.css +0 -951
  171. package/dist/translations/ar.d.ts +0 -8
  172. package/dist/translations/ar.js +0 -23
  173. package/dist/translations/az.d.ts +0 -8
  174. package/dist/translations/az.js +0 -23
  175. package/dist/translations/bg.d.ts +0 -8
  176. package/dist/translations/bg.js +0 -23
  177. package/dist/translations/bn.d.ts +0 -8
  178. package/dist/translations/bn.js +0 -23
  179. package/dist/translations/ca.d.ts +0 -8
  180. package/dist/translations/ca.js +0 -23
  181. package/dist/translations/cs.d.ts +0 -8
  182. package/dist/translations/cs.js +0 -23
  183. package/dist/translations/da.d.ts +0 -8
  184. package/dist/translations/da.js +0 -23
  185. package/dist/translations/de.d.ts +0 -8
  186. package/dist/translations/de.js +0 -23
  187. package/dist/translations/el.d.ts +0 -8
  188. package/dist/translations/el.js +0 -23
  189. package/dist/translations/en-au.d.ts +0 -8
  190. package/dist/translations/en-au.js +0 -23
  191. package/dist/translations/en.d.ts +0 -8
  192. package/dist/translations/en.js +0 -23
  193. package/dist/translations/es.d.ts +0 -8
  194. package/dist/translations/es.js +0 -23
  195. package/dist/translations/et.d.ts +0 -8
  196. package/dist/translations/et.js +0 -23
  197. package/dist/translations/fi.d.ts +0 -8
  198. package/dist/translations/fi.js +0 -23
  199. package/dist/translations/fr.d.ts +0 -8
  200. package/dist/translations/fr.js +0 -23
  201. package/dist/translations/gl.d.ts +0 -8
  202. package/dist/translations/gl.js +0 -23
  203. package/dist/translations/he.d.ts +0 -8
  204. package/dist/translations/he.js +0 -23
  205. package/dist/translations/hi.d.ts +0 -8
  206. package/dist/translations/hi.js +0 -23
  207. package/dist/translations/hr.d.ts +0 -8
  208. package/dist/translations/hr.js +0 -23
  209. package/dist/translations/hu.d.ts +0 -8
  210. package/dist/translations/hu.js +0 -23
  211. package/dist/translations/id.d.ts +0 -8
  212. package/dist/translations/id.js +0 -23
  213. package/dist/translations/it.d.ts +0 -8
  214. package/dist/translations/it.js +0 -23
  215. package/dist/translations/ja.d.ts +0 -8
  216. package/dist/translations/ja.js +0 -23
  217. package/dist/translations/ko.d.ts +0 -8
  218. package/dist/translations/ko.js +0 -23
  219. package/dist/translations/lt.d.ts +0 -8
  220. package/dist/translations/lt.js +0 -23
  221. package/dist/translations/lv.d.ts +0 -8
  222. package/dist/translations/lv.js +0 -23
  223. package/dist/translations/ms.d.ts +0 -8
  224. package/dist/translations/ms.js +0 -23
  225. package/dist/translations/nl.d.ts +0 -8
  226. package/dist/translations/nl.js +0 -23
  227. package/dist/translations/no.d.ts +0 -8
  228. package/dist/translations/no.js +0 -23
  229. package/dist/translations/pl.d.ts +0 -8
  230. package/dist/translations/pl.js +0 -23
  231. package/dist/translations/pt-br.d.ts +0 -8
  232. package/dist/translations/pt-br.js +0 -23
  233. package/dist/translations/pt.d.ts +0 -8
  234. package/dist/translations/pt.js +0 -23
  235. package/dist/translations/ro.d.ts +0 -8
  236. package/dist/translations/ro.js +0 -23
  237. package/dist/translations/ru.d.ts +0 -8
  238. package/dist/translations/ru.js +0 -23
  239. package/dist/translations/sk.d.ts +0 -8
  240. package/dist/translations/sk.js +0 -23
  241. package/dist/translations/sq.d.ts +0 -8
  242. package/dist/translations/sq.js +0 -23
  243. package/dist/translations/sr-latn.d.ts +0 -8
  244. package/dist/translations/sr-latn.js +0 -23
  245. package/dist/translations/sr.d.ts +0 -8
  246. package/dist/translations/sr.js +0 -23
  247. package/dist/translations/sv.d.ts +0 -8
  248. package/dist/translations/sv.js +0 -23
  249. package/dist/translations/th.d.ts +0 -8
  250. package/dist/translations/th.js +0 -23
  251. package/dist/translations/tk.d.ts +0 -8
  252. package/dist/translations/tk.js +0 -23
  253. package/dist/translations/tr.d.ts +0 -8
  254. package/dist/translations/tr.js +0 -23
  255. package/dist/translations/tt.d.ts +0 -8
  256. package/dist/translations/tt.js +0 -23
  257. package/dist/translations/uk.d.ts +0 -8
  258. package/dist/translations/uk.js +0 -23
  259. package/dist/translations/ur.d.ts +0 -8
  260. package/dist/translations/ur.js +0 -23
  261. package/dist/translations/vi.d.ts +0 -8
  262. package/dist/translations/vi.js +0 -23
  263. package/dist/translations/zh-cn.d.ts +0 -8
  264. package/dist/translations/zh-cn.js +0 -23
  265. package/dist/translations/zh.d.ts +0 -8
  266. package/dist/translations/zh.js +0 -23
  267. package/dist/types/augmentation.d.ts +0 -44
  268. package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
  269. package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
  270. package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
  271. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
  272. package/dist/types/commands/trackchangescommand.d.ts +0 -30
  273. package/dist/types/index.d.ts +0 -20
  274. package/dist/types/integrations/aiassistant.d.ts +0 -21
  275. package/dist/types/integrations/alignment.d.ts +0 -21
  276. package/dist/types/integrations/basicstyles.d.ts +0 -21
  277. package/dist/types/integrations/blockquote.d.ts +0 -21
  278. package/dist/types/integrations/casechange.d.ts +0 -21
  279. package/dist/types/integrations/ckbox.d.ts +0 -21
  280. package/dist/types/integrations/codeblock.d.ts +0 -21
  281. package/dist/types/integrations/comments.d.ts +0 -18
  282. package/dist/types/integrations/deletecommand.d.ts +0 -21
  283. package/dist/types/integrations/entercommand.d.ts +0 -20
  284. package/dist/types/integrations/findandreplace.d.ts +0 -25
  285. package/dist/types/integrations/font.d.ts +0 -21
  286. package/dist/types/integrations/formatpainter.d.ts +0 -21
  287. package/dist/types/integrations/heading.d.ts +0 -21
  288. package/dist/types/integrations/highlight.d.ts +0 -21
  289. package/dist/types/integrations/horizontalline.d.ts +0 -21
  290. package/dist/types/integrations/htmlembed.d.ts +0 -21
  291. package/dist/types/integrations/image.d.ts +0 -21
  292. package/dist/types/integrations/imagereplace.d.ts +0 -21
  293. package/dist/types/integrations/imagestyle.d.ts +0 -21
  294. package/dist/types/integrations/importword.d.ts +0 -22
  295. package/dist/types/integrations/indent.d.ts +0 -21
  296. package/dist/types/integrations/inputcommand.d.ts +0 -20
  297. package/dist/types/integrations/legacylist.d.ts +0 -21
  298. package/dist/types/integrations/legacylistproperties.d.ts +0 -33
  299. package/dist/types/integrations/link.d.ts +0 -21
  300. package/dist/types/integrations/list.d.ts +0 -21
  301. package/dist/types/integrations/mediaembed.d.ts +0 -21
  302. package/dist/types/integrations/mention.d.ts +0 -21
  303. package/dist/types/integrations/pagebreak.d.ts +0 -21
  304. package/dist/types/integrations/paragraph.d.ts +0 -21
  305. package/dist/types/integrations/removeformat.d.ts +0 -21
  306. package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
  307. package/dist/types/integrations/shiftentercommand.d.ts +0 -20
  308. package/dist/types/integrations/standardeditingmode.d.ts +0 -21
  309. package/dist/types/integrations/style.d.ts +0 -21
  310. package/dist/types/integrations/table.d.ts +0 -46
  311. package/dist/types/integrations/tablecaption.d.ts +0 -26
  312. package/dist/types/integrations/tableclipboard.d.ts +0 -23
  313. package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
  314. package/dist/types/integrations/tableheadings.d.ts +0 -26
  315. package/dist/types/integrations/tablemergesplit.d.ts +0 -26
  316. package/dist/types/integrations/tableofcontents.d.ts +0 -21
  317. package/dist/types/integrations/tableproperties.d.ts +0 -31
  318. package/dist/types/integrations/template.d.ts +0 -21
  319. package/dist/types/integrations/title.d.ts +0 -21
  320. package/dist/types/integrations/undo.d.ts +0 -21
  321. package/dist/types/integrations/utils.d.ts +0 -25
  322. package/dist/types/suggestion.d.ts +0 -295
  323. package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
  324. package/dist/types/trackchanges.d.ts +0 -184
  325. package/dist/types/trackchangesconfig.d.ts +0 -82
  326. package/dist/types/trackchangesdata.d.ts +0 -45
  327. package/dist/types/trackchangesediting.d.ts +0 -529
  328. package/dist/types/trackchangesui.d.ts +0 -42
  329. package/dist/types/ui/suggestioncontroller.d.ts +0 -41
  330. package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
  331. package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
  332. package/dist/types/utils/common-translations.d.ts +0 -13
  333. package/dist/types/utils/utils.d.ts +0 -34
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "to-do list"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr ""
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr ""
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "to-do list"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr "multi-level list"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "alignment"
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
446
446
  msgid "ELEMENT_TODO_LIST"
447
447
  msgstr "lista de pendientes"
448
448
 
449
+ msgctxt "The multi-level list element name displayed in the suggestion."
450
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
451
+ msgstr "lista multinivel"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "alineación"
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "tegevusnimekiri"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr "mitmetasandiline loend"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "joondus"
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "tehtävälista"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr "monitasoinen lista"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "rivitys"
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
446
446
  msgid "ELEMENT_TODO_LIST"
447
447
  msgstr "liste de tâches"
448
448
 
449
+ msgctxt "The multi-level list element name displayed in the suggestion."
450
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
451
+ msgstr "liste à plusieurs niveaux"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "alignement"
@@ -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 "többszintű lista"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "igazítás"
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
408
408
  msgid "ELEMENT_TODO_LIST"
409
409
  msgstr "daftar tugas"
410
410
 
411
+ msgctxt "The multi-level list element name displayed in the suggestion."
412
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
413
+ msgstr "daftar bertingkat"
414
+
411
415
  msgctxt "The alignment format name displayed in a format suggestion."
412
416
  msgid "FORMAT_ALIGNMENT"
413
417
  msgstr "perataan"
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
446
446
  msgid "ELEMENT_TODO_LIST"
447
447
  msgstr "elenco cose da fare"
448
448
 
449
+ msgctxt "The multi-level list element name displayed in the suggestion."
450
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
451
+ msgstr "elenco a più livelli"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "allineamento"
@@ -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 "kelių lygmenų sąrašas"
471
+
468
472
  msgctxt "The alignment format name displayed in a format suggestion."
469
473
  msgid "FORMAT_ALIGNMENT"
470
474
  msgstr "lygiuotė"
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
446
446
  msgid "ELEMENT_TODO_LIST"
447
447
  msgstr "darāmo darbu saraksts"
448
448
 
449
+ msgctxt "The multi-level list element name displayed in the suggestion."
450
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
451
+ msgstr "daudzlīmeņu saraksts"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "izlīdzināšana"
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
408
408
  msgid "ELEMENT_TODO_LIST"
409
409
  msgstr "senarai untuk dilakukan"
410
410
 
411
+ msgctxt "The multi-level list element name displayed in the suggestion."
412
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
413
+ msgstr "senarai pelbagai peringkat"
414
+
411
415
  msgctxt "The alignment format name displayed in a format suggestion."
412
416
  msgid "FORMAT_ALIGNMENT"
413
417
  msgstr "penjajaran"
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "takenlijst"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr "lijst met meerdere niveaus"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "uitlijning"
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "gjøremålsliste"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr "liste med flere nivåer"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "justering"
@@ -465,6 +465,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
465
465
  msgid "ELEMENT_TODO_LIST"
466
466
  msgstr "lista do zaznaczania"
467
467
 
468
+ msgctxt "The multi-level list element name displayed in the suggestion."
469
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
470
+ msgstr "lista wielopoziomowa"
471
+
468
472
  msgctxt "The alignment format name displayed in a format suggestion."
469
473
  msgid "FORMAT_ALIGNMENT"
470
474
  msgstr "wyrównanie"
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
446
446
  msgid "ELEMENT_TODO_LIST"
447
447
  msgstr "lista de tarefas"
448
448
 
449
+ msgctxt "The multi-level list element name displayed in the suggestion."
450
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
451
+ msgstr "lista multinível"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "alinhamento"
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
446
446
  msgid "ELEMENT_TODO_LIST"
447
447
  msgstr "lista de tarefas"
448
448
 
449
+ msgctxt "The multi-level list element name displayed in the suggestion."
450
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
451
+ msgstr "lista multinível"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "alinhamento"
@@ -446,6 +446,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
446
446
  msgid "ELEMENT_TODO_LIST"
447
447
  msgstr "listă de sarcini"
448
448
 
449
+ msgctxt "The multi-level list element name displayed in the suggestion."
450
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
451
+ msgstr "listă multi-nivel"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "aliniere"
@@ -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 "viacúrovňový zoznam"
471
+
468
472
  msgctxt "The alignment format name displayed in a format suggestion."
469
473
  msgid "FORMAT_ALIGNMENT"
470
474
  msgstr "zarovnanie"
@@ -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 "lista na više nivoa"
452
+
449
453
  msgctxt "The alignment format name displayed in a format suggestion."
450
454
  msgid "FORMAT_ALIGNMENT"
451
455
  msgstr "poravnanje"
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "att-göra-lista"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr "flernivålista"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "justering"
@@ -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 ""
@@ -401,7 +401,7 @@ msgctxt "The table of contents element name displayed in the suggestion."
401
401
  msgid "ELEMENT_TABLE_OF_CONTENTS"
402
402
  msgid_plural "%0 tables of contents"
403
403
  msgstr[0] "içindekiler"
404
- msgstr[1] "içindekiler"
404
+ msgstr[1] "%0 içindekiler tablosu"
405
405
 
406
406
  msgctxt "The table row element name displayed in the suggestion."
407
407
  msgid "ELEMENT_TABLE_ROW"
@@ -427,6 +427,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
427
427
  msgid "ELEMENT_TODO_LIST"
428
428
  msgstr "yapılacaklar listesi"
429
429
 
430
+ msgctxt "The multi-level list element name displayed in the suggestion."
431
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
432
+ msgstr "çok seviyeli liste"
433
+
430
434
  msgctxt "The alignment format name displayed in a format suggestion."
431
435
  msgid "FORMAT_ALIGNMENT"
432
436
  msgstr "hizalama"
@@ -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 "danh sách đa cấp độ"
414
+
411
415
  msgctxt "The alignment format name displayed in a format suggestion."
412
416
  msgid "FORMAT_ALIGNMENT"
413
417
  msgstr "căn lề"
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
408
408
  msgid "ELEMENT_TODO_LIST"
409
409
  msgstr "待办事项列表"
410
410
 
411
+ msgctxt "The multi-level list element name displayed in the suggestion."
412
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
413
+ msgstr "多级列表"
414
+
411
415
  msgctxt "The alignment format name displayed in a format suggestion."
412
416
  msgid "FORMAT_ALIGNMENT"
413
417
  msgstr "对齐"
@@ -408,6 +408,10 @@ msgctxt "The to-do list element name displayed in the suggestion."
408
408
  msgid "ELEMENT_TODO_LIST"
409
409
  msgstr "待辦事項清單"
410
410
 
411
+ msgctxt "The multi-level list element name displayed in the suggestion."
412
+ msgid "ELEMENT_MULTI_LEVEL_LIST"
413
+ msgstr "多層次清單"
414
+
411
415
  msgctxt "The alignment format name displayed in a format suggestion."
412
416
  msgid "FORMAT_ALIGNMENT"
413
417
  msgstr "對齊"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "41.3.0-alpha.3",
3
+ "version": "41.3.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -32,7 +32,6 @@
32
32
  "main": "src/index.js",
33
33
  "files": [
34
34
  "build",
35
- "dist",
36
35
  "lang",
37
36
  "src/**/*.js",
38
37
  "src/**/*.d.ts",
@@ -41,8 +40,8 @@
41
40
  "CHANGELOG.md"
42
41
  ],
43
42
  "dependencies": {
44
- "ckeditor5": "41.3.0-alpha.3",
45
- "ckeditor5-collaboration": "41.3.0-alpha.3",
43
+ "ckeditor5": "41.3.0",
44
+ "ckeditor5-collaboration": "41.3.0",
46
45
  "lodash-es": "4.17.21"
47
46
  },
48
47
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xea2355=_0x4689;(function(_0x2b024a,_0x48aa1a){const _0x25cf52=_0x4689,_0x2acd17=_0x2b024a();while(!![]){try{const _0xab33e=-parseInt(_0x25cf52(0x1df))/0x1*(-parseInt(_0x25cf52(0x1d5))/0x2)+-parseInt(_0x25cf52(0x1ca))/0x3+parseInt(_0x25cf52(0x1db))/0x4*(parseInt(_0x25cf52(0x1d0))/0x5)+parseInt(_0x25cf52(0x1d2))/0x6*(parseInt(_0x25cf52(0x1d9))/0x7)+parseInt(_0x25cf52(0x1c6))/0x8*(-parseInt(_0x25cf52(0x1d7))/0x9)+-parseInt(_0x25cf52(0x1d4))/0xa*(-parseInt(_0x25cf52(0x1c9))/0xb)+parseInt(_0x25cf52(0x1d3))/0xc;if(_0xab33e===_0x48aa1a)break;else _0x2acd17['push'](_0x2acd17['shift']());}catch(_0x42e811){_0x2acd17['push'](_0x2acd17['shift']());}}}(_0x33ae,0xa710d));function _0x33ae(){const _0x3c575e=['5udCWrf','isEnabled','114ibIvXR','3586440liNjVc','310ghXLJF','62DfIfOO','_suggestions','369NrsKtS','getRanges','195874AKLBro','model','2745392JODSBA','TrackChangesEditing','get','track-changes-accept-suggestion-not-found','7779zjHvIv','221896AhbbRP','canEditAt','plugins','325666VadEIx','2562879IQAqnq','refresh','editor','execute','acceptSuggestion','_isEnabledBasedOnSelection'];_0x33ae=function(){return _0x3c575e;};return _0x33ae();}function _0x4689(_0x4c26fd,_0x4b3bb9){const _0x33aefd=_0x33ae();return _0x4689=function(_0x4689d5,_0x1e89a3){_0x4689d5=_0x4689d5-0x1c6;let _0x50314a=_0x33aefd[_0x4689d5];return _0x50314a;},_0x4689(_0x4c26fd,_0x4b3bb9);}import{Command as _0x52cd9d}from'ckeditor5/src/core.js';import{CKEditorError as _0x45c280}from'ckeditor5/src/utils.js';export default class $ extends _0x52cd9d{constructor(_0x407c19,_0x2e7019){const _0x1fd357=_0x4689;super(_0x407c19),this[_0x1fd357(0x1d6)]=_0x2e7019,this[_0x1fd357(0x1cb)](),this[_0x1fd357(0x1cf)]=!0x1;}[_0xea2355(0x1cb)](){const _0xeb957d=_0xea2355;this[_0xeb957d(0x1d1)]=!0x0;}[_0xea2355(0x1cd)](_0x2f7c2e){const _0x1e72fe=_0xea2355,_0x29a1d5=this[_0x1e72fe(0x1d6)][_0x1e72fe(0x1dd)](_0x2f7c2e);if(!_0x29a1d5)throw new _0x45c280(_0x1e72fe(0x1de),this);const _0x45c124=_0x29a1d5[_0x1e72fe(0x1d8)]();this[_0x1e72fe(0x1cc)][_0x1e72fe(0x1da)][_0x1e72fe(0x1c7)](_0x45c124)&&this[_0x1e72fe(0x1cc)][_0x1e72fe(0x1c8)][_0x1e72fe(0x1dd)](_0x1e72fe(0x1dc))[_0x1e72fe(0x1ce)](_0x29a1d5);}}
23
+ const _0x2f5a79=_0x3c7a;(function(_0x5c546d,_0x2b0ba5){const _0x4a1861=_0x3c7a,_0x5061c8=_0x5c546d();while(!![]){try{const _0x2fc503=parseInt(_0x4a1861(0xcb))/0x1+-parseInt(_0x4a1861(0xcc))/0x2+parseInt(_0x4a1861(0xdd))/0x3+-parseInt(_0x4a1861(0xda))/0x4*(parseInt(_0x4a1861(0xce))/0x5)+parseInt(_0x4a1861(0xca))/0x6*(parseInt(_0x4a1861(0xd1))/0x7)+parseInt(_0x4a1861(0xdb))/0x8+parseInt(_0x4a1861(0xc9))/0x9;if(_0x2fc503===_0x2b0ba5)break;else _0x5061c8['push'](_0x5061c8['shift']());}catch(_0x724414){_0x5061c8['push'](_0x5061c8['shift']());}}}(_0x52db,0x8269c));import{Command as _0x207f2a}from'ckeditor5/src/core.js';function _0x3c7a(_0x311670,_0x3d3108){const _0x52dbeb=_0x52db();return _0x3c7a=function(_0x3c7ae5,_0x1384a1){_0x3c7ae5=_0x3c7ae5-0xc9;let _0x41da4b=_0x52dbeb[_0x3c7ae5];return _0x41da4b;},_0x3c7a(_0x311670,_0x3d3108);}import{CKEditorError as _0x5c4686}from'ckeditor5/src/utils.js';export default class $ extends _0x207f2a{constructor(_0x3eadd3,_0x12663d){const _0xcfc228=_0x3c7a;super(_0x3eadd3),this[_0xcfc228(0xd3)]=_0x12663d,this[_0xcfc228(0xdc)](),this[_0xcfc228(0xd4)]=!0x1;}[_0x2f5a79(0xdc)](){const _0x29a9d5=_0x2f5a79;this[_0x29a9d5(0xcf)]=!0x0;}[_0x2f5a79(0xcd)](_0x4f9721){const _0x161992=_0x2f5a79,_0x2d7bff=this[_0x161992(0xd3)][_0x161992(0xdf)](_0x4f9721);if(!_0x2d7bff)throw new _0x5c4686(_0x161992(0xd5),this);const _0x1b4896=_0x2d7bff[_0x161992(0xd8)]();this[_0x161992(0xde)][_0x161992(0xd7)][_0x161992(0xd0)](_0x1b4896)&&this[_0x161992(0xde)][_0x161992(0xd2)][_0x161992(0xdf)](_0x161992(0xd6))[_0x161992(0xd9)](_0x2d7bff);}}function _0x52db(){const _0x3a7d52=['_isEnabledBasedOnSelection','track-changes-accept-suggestion-not-found','TrackChangesEditing','model','getRanges','acceptSuggestion','89212yikyJP','1468288pXqJbC','refresh','1911075rjvWJg','editor','get','9228609xuiiOo','54kgpFBT','645527whVgQj','1875914gabpli','execute','235LYIojp','isEnabled','canEditAt','22463tvMOIE','plugins','_suggestions'];_0x52db=function(){return _0x3a7d52;};return _0x52db();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5b74(_0x7db646,_0x23dd08){const _0x429d11=_0x429d();return _0x5b74=function(_0x5b7448,_0x53cf97){_0x5b7448=_0x5b7448-0xc2;let _0x3181a5=_0x429d11[_0x5b7448];return _0x3181a5;},_0x5b74(_0x7db646,_0x23dd08);}const _0x1a2267=_0x5b74;(function(_0x5ad298,_0x34edec){const _0x3ed62d=_0x5b74,_0x59c11e=_0x5ad298();while(!![]){try{const _0x1fd313=parseInt(_0x3ed62d(0xd1))/0x1+parseInt(_0x3ed62d(0xd8))/0x2*(-parseInt(_0x3ed62d(0xd4))/0x3)+-parseInt(_0x3ed62d(0xc2))/0x4+-parseInt(_0x3ed62d(0xcc))/0x5*(-parseInt(_0x3ed62d(0xd3))/0x6)+parseInt(_0x3ed62d(0xce))/0x7*(parseInt(_0x3ed62d(0xd0))/0x8)+parseInt(_0x3ed62d(0xc6))/0x9*(-parseInt(_0x3ed62d(0xc3))/0xa)+-parseInt(_0x3ed62d(0xc7))/0xb;if(_0x1fd313===_0x34edec)break;else _0x59c11e['push'](_0x59c11e['shift']());}catch(_0x2831b8){_0x59c11e['push'](_0x59c11e['shift']());}}}(_0x429d,0x1d16a));import{Command as _0x27ac0d}from'ckeditor5/src/core.js';import{CKEditorError as _0xbb0cc7}from'ckeditor5/src/utils.js';function _0x429d(){const _0x58788c=['editor','2cDDDyZ','get','getRanges','420876VCukeg','10VrXTsj','isEnabled','canEditAt','256689xvSYuq','1105093OnEVUT','TrackChangesEditing','track-changes-discard-suggestion-not-found','plugins','refresh','63030zxeFDs','discardSuggestion','665tvcBmF','execute','18152nUVAlW','84456JoGHQa','_isEnabledBasedOnSelection','78siFKmH','331620dzzYbh','_suggestions','model'];_0x429d=function(){return _0x58788c;};return _0x429d();}export default class B extends _0x27ac0d{constructor(_0x17a1e4,_0x25f096){const _0x597374=_0x5b74;super(_0x17a1e4),this[_0x597374(0xd5)]=_0x25f096,this[_0x597374(0xcb)](),this[_0x597374(0xd2)]=!0x1;}[_0x1a2267(0xcb)](){const _0x112689=_0x1a2267;this[_0x112689(0xc4)]=!0x0;}[_0x1a2267(0xcf)](_0x484c4a){const _0x4312f8=_0x1a2267,_0x38e3ee=this[_0x4312f8(0xd5)][_0x4312f8(0xd9)](_0x484c4a);if(!_0x38e3ee)throw new _0xbb0cc7(_0x4312f8(0xc9),this);const _0x3956f7=_0x38e3ee[_0x4312f8(0xda)]();this[_0x4312f8(0xd7)][_0x4312f8(0xd6)][_0x4312f8(0xc5)](_0x3956f7)&&this[_0x4312f8(0xd7)][_0x4312f8(0xca)][_0x4312f8(0xd9)](_0x4312f8(0xc8))[_0x4312f8(0xcd)](_0x38e3ee);}}
23
+ function _0x209e(_0x5c541b,_0x35d875){const _0x2c3616=_0x2c36();return _0x209e=function(_0x209ed1,_0x5a784e){_0x209ed1=_0x209ed1-0xe4;let _0x2a10aa=_0x2c3616[_0x209ed1];return _0x2a10aa;},_0x209e(_0x5c541b,_0x35d875);}const _0x2a07c7=_0x209e;function _0x2c36(){const _0x5d8870=['get','isEnabled','TrackChangesEditing','plugins','1700tRUZVp','execute','1tLDYFT','editor','refresh','788318MANOde','6248712zWiKUc','3PyPUGK','5226975QDdtYQ','getRanges','1155490cRgeWj','200024uCuKLT','6665526tRhXKb','canEditAt','_isEnabledBasedOnSelection','discardSuggestion','track-changes-discard-suggestion-not-found','_suggestions','model','4933146YJcFFK','8xVKADE'];_0x2c36=function(){return _0x5d8870;};return _0x2c36();}(function(_0x2dea33,_0x59565f){const _0x5a9ce9=_0x209e,_0x1a1576=_0x2dea33();while(!![]){try{const _0x1f5388=parseInt(_0x5a9ce9(0xe4))/0x1*(-parseInt(_0x5a9ce9(0xe7))/0x2)+-parseInt(_0x5a9ce9(0xe9))/0x3*(parseInt(_0x5a9ce9(0xe8))/0x4)+parseInt(_0x5a9ce9(0xea))/0x5+-parseInt(_0x5a9ce9(0xf5))/0x6+parseInt(_0x5a9ce9(0xec))/0x7*(parseInt(_0x5a9ce9(0xf6))/0x8)+-parseInt(_0x5a9ce9(0xee))/0x9+parseInt(_0x5a9ce9(0xfb))/0xa*(parseInt(_0x5a9ce9(0xed))/0xb);if(_0x1f5388===_0x59565f)break;else _0x1a1576['push'](_0x1a1576['shift']());}catch(_0x226e89){_0x1a1576['push'](_0x1a1576['shift']());}}}(_0x2c36,0xbf10b));import{Command as _0x1df1bc}from'ckeditor5/src/core.js';import{CKEditorError as _0x2a6e74}from'ckeditor5/src/utils.js';export default class B extends _0x1df1bc{constructor(_0x194dd4,_0xcecd92){const _0x4c150e=_0x209e;super(_0x194dd4),this[_0x4c150e(0xf3)]=_0xcecd92,this[_0x4c150e(0xe6)](),this[_0x4c150e(0xf0)]=!0x1;}[_0x2a07c7(0xe6)](){const _0x491f4c=_0x2a07c7;this[_0x491f4c(0xf8)]=!0x0;}[_0x2a07c7(0xfc)](_0x173aca){const _0x369ce4=_0x2a07c7,_0x2c4abf=this[_0x369ce4(0xf3)][_0x369ce4(0xf7)](_0x173aca);if(!_0x2c4abf)throw new _0x2a6e74(_0x369ce4(0xf2),this);const _0x3c3a4=_0x2c4abf[_0x369ce4(0xeb)]();this[_0x369ce4(0xe5)][_0x369ce4(0xf4)][_0x369ce4(0xef)](_0x3c3a4)&&this[_0x369ce4(0xe5)][_0x369ce4(0xfa)][_0x369ce4(0xf7)](_0x369ce4(0xf9))[_0x369ce4(0xf1)](_0x2c4abf);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1eed(_0x337385,_0x4dda7d){const _0x46f7f0=_0x46f7();return _0x1eed=function(_0x1eedff,_0xf6b7e7){_0x1eedff=_0x1eedff-0xcc;let _0x1043a9=_0x46f7f0[_0x1eedff];return _0x1043a9;},_0x1eed(_0x337385,_0x4dda7d);}const _0x5b7ce3=_0x1eed;function _0x46f7(){const _0xf7523a=['from','222yhpZHK','editor','1725774naGDJX','getRanges','71270kaIIbD','some','_isEnabledBasedOnSelection','values','isInContent','20hWpwsw','_suggestions','10787319UdUygb','model','_command','766000NSvtYG','591350ZgATbM','canEditAt','refresh','192584tWFxCP','execute','119tFmmep','1894902nDfhWk','isEnabled'];_0x46f7=function(){return _0xf7523a;};return _0x46f7();}(function(_0x2f8625,_0x339193){const _0x5173a6=_0x1eed,_0x4606ad=_0x2f8625();while(!![]){try{const _0x42176a=parseInt(_0x5173a6(0xdc))/0x1+parseInt(_0x5173a6(0xcf))/0x2+parseInt(_0x5173a6(0xe2))/0x3+-parseInt(_0x5173a6(0xdb))/0x4+-parseInt(_0x5173a6(0xd1))/0x5*(-parseInt(_0x5173a6(0xcd))/0x6)+parseInt(_0x5173a6(0xe1))/0x7*(parseInt(_0x5173a6(0xdf))/0x8)+parseInt(_0x5173a6(0xd8))/0x9*(-parseInt(_0x5173a6(0xd6))/0xa);if(_0x42176a===_0x339193)break;else _0x4606ad['push'](_0x4606ad['shift']());}catch(_0x430281){_0x4606ad['push'](_0x4606ad['shift']());}}}(_0x46f7,0x69ea4));import{Command as _0x5791a2}from'ckeditor5/src/core.js';import{sortSuggestions as _0x3d7b2f,executeCommandForSuggestions as _0x4944c2}from'../utils/utils.js';export default class x extends _0x5791a2{constructor(_0x2a4e3d,_0x11ca50,_0x54d553){const _0xf7c7e6=_0x1eed;super(_0x2a4e3d),this[_0xf7c7e6(0xda)]=_0x11ca50,this[_0xf7c7e6(0xd7)]=_0x54d553,this[_0xf7c7e6(0xde)](),this[_0xf7c7e6(0xd3)]=!0x1;}[_0x5b7ce3(0xde)](){const _0x26e6f5=_0x5b7ce3,_0x30cdb0=Array[_0x26e6f5(0xcc)](this[_0x26e6f5(0xd7)][_0x26e6f5(0xd4)]())[_0x26e6f5(0xd2)](_0x281f78=>_0x281f78[_0x26e6f5(0xd5)]);this[_0x26e6f5(0xe3)]=this[_0x26e6f5(0xda)][_0x26e6f5(0xe3)]&&_0x30cdb0;}[_0x5b7ce3(0xe0)](){const _0x32a47f=_0x5b7ce3,_0x51f9b0=_0x3d7b2f(Array[_0x32a47f(0xcc)](this[_0x32a47f(0xd7)][_0x32a47f(0xd4)]()));for(const _0xffc393 of _0x51f9b0){const _0x2b5369=_0xffc393[_0x32a47f(0xd0)]();if(!this[_0x32a47f(0xce)][_0x32a47f(0xd9)][_0x32a47f(0xdd)](_0x2b5369))return;}_0x4944c2(this[_0x32a47f(0xce)][_0x32a47f(0xd9)],this[_0x32a47f(0xda)],_0x51f9b0);}}
23
+ const _0xe228d3=_0x1fc7;(function(_0x546569,_0x4440ad){const _0x13d3af=_0x1fc7,_0x457960=_0x546569();while(!![]){try{const _0x2c48f8=parseInt(_0x13d3af(0xbe))/0x1+parseInt(_0x13d3af(0xc1))/0x2+-parseInt(_0x13d3af(0xb7))/0x3+-parseInt(_0x13d3af(0xb5))/0x4*(parseInt(_0x13d3af(0xbb))/0x5)+-parseInt(_0x13d3af(0xc8))/0x6*(parseInt(_0x13d3af(0xc4))/0x7)+parseInt(_0x13d3af(0xb8))/0x8*(parseInt(_0x13d3af(0xc9))/0x9)+parseInt(_0x13d3af(0xb6))/0xa;if(_0x2c48f8===_0x4440ad)break;else _0x457960['push'](_0x457960['shift']());}catch(_0x15164e){_0x457960['push'](_0x457960['shift']());}}}(_0xfdcd,0xacf1a));import{Command as _0x169e9e}from'ckeditor5/src/core.js';import{sortSuggestions as _0x440827,executeCommandForSuggestions as _0x429547}from'../utils/utils.js';export default class x extends _0x169e9e{constructor(_0x5d8776,_0x56e846,_0x248ad3){const _0x34347a=_0x1fc7;super(_0x5d8776),this[_0x34347a(0xcb)]=_0x56e846,this[_0x34347a(0xbd)]=_0x248ad3,this[_0x34347a(0xc0)](),this[_0x34347a(0xc3)]=!0x1;}[_0xe228d3(0xc0)](){const _0x25f4b1=_0xe228d3,_0x4ecdee=Array[_0x25f4b1(0xca)](this[_0x25f4b1(0xbd)][_0x25f4b1(0xc5)]())[_0x25f4b1(0xc6)](_0x5767fd=>_0x5767fd[_0x25f4b1(0xc2)]);this[_0x25f4b1(0xb9)]=this[_0x25f4b1(0xcb)][_0x25f4b1(0xb9)]&&_0x4ecdee;}[_0xe228d3(0xba)](){const _0x4ea097=_0xe228d3,_0x5e963c=_0x440827(Array[_0x4ea097(0xca)](this[_0x4ea097(0xbd)][_0x4ea097(0xc5)]()));for(const _0x449a29 of _0x5e963c){const _0x4a0c7f=_0x449a29[_0x4ea097(0xbc)]();if(!this[_0x4ea097(0xbf)][_0x4ea097(0xcc)][_0x4ea097(0xc7)](_0x4a0c7f))return;}_0x429547(this[_0x4ea097(0xbf)][_0x4ea097(0xcc)],this[_0x4ea097(0xcb)],_0x5e963c);}}function _0x1fc7(_0x5b1a2c,_0x2b1244){const _0xfdcd28=_0xfdcd();return _0x1fc7=function(_0x1fc70a,_0x1d32df){_0x1fc70a=_0x1fc70a-0xb5;let _0x21e11f=_0xfdcd28[_0x1fc70a];return _0x21e11f;},_0x1fc7(_0x5b1a2c,_0x2b1244);}function _0xfdcd(){const _0x549f12=['_command','model','3012lbNfNl','14009550VaghKn','3514716vWHnxM','12472lApYfM','isEnabled','execute','1310kyQrpi','getRanges','_suggestions','1123926PotJES','editor','refresh','355192TlcglE','isInContent','_isEnabledBasedOnSelection','2555CmVKOF','values','some','canEditAt','16326IBqkcP','2124LqJCwt','from'];_0xfdcd=function(){return _0x549f12;};return _0xfdcd();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xa709(){const _0x5557c5=['799977Hvqlia','getRanges','85YSFWth','3101LPdOiF','execute','_isEnabledBasedOnSelection','isEnabled','_suggestions','canEditAt','size','from','2951937gfPAuK','8CkiXjG','5010GCYrtM','document','11067330qlxrwV','values','editor','1377596vAGsZQ','_command','model','_selectedSuggestions','9422WoUwBW','1298665CyBJFy','refresh','selection'];_0xa709=function(){return _0x5557c5;};return _0xa709();}const _0x47c470=_0x23e7;(function(_0x8e95c9,_0x3126cb){const _0x432a38=_0x23e7,_0x124c9c=_0x8e95c9();while(!![]){try{const _0x254515=parseInt(_0x432a38(0x121))/0x1*(parseInt(_0x432a38(0x11b))/0x2)+parseInt(_0x432a38(0x11f))/0x3+parseInt(_0x432a38(0x131))/0x4+parseInt(_0x432a38(0x11c))/0x5+parseInt(_0x432a38(0x12c))/0x6*(parseInt(_0x432a38(0x122))/0x7)+-parseInt(_0x432a38(0x12b))/0x8*(parseInt(_0x432a38(0x12a))/0x9)+-parseInt(_0x432a38(0x12e))/0xa;if(_0x254515===_0x3126cb)break;else _0x124c9c['push'](_0x124c9c['shift']());}catch(_0x58f8ab){_0x124c9c['push'](_0x124c9c['shift']());}}}(_0xa709,0x32645));import{Command as _0x2a475b}from'ckeditor5/src/core.js';import{sortSuggestions as _0x349751,getSelectedSuggestions as _0x33a8bd,executeCommandForSuggestions as _0x2e1d7b}from'../utils/utils.js';function _0x23e7(_0x240ea0,_0x52bc5e){const _0xa70935=_0xa709();return _0x23e7=function(_0x23e7da,_0x2ed594){_0x23e7da=_0x23e7da-0x119;let _0x216565=_0xa70935[_0x23e7da];return _0x216565;},_0x23e7(_0x240ea0,_0x52bc5e);}export default class R extends _0x2a475b{constructor(_0x42b490,_0x42846f,_0xab5f3){const _0x3bd016=_0x23e7;super(_0x42b490),this[_0x3bd016(0x132)]=_0x42846f,this[_0x3bd016(0x126)]=_0xab5f3,this[_0x3bd016(0x11a)]=new Set(),this[_0x3bd016(0x11d)](),this[_0x3bd016(0x124)]=!0x1;}[_0x47c470(0x11d)](){const _0x3b9b4e=_0x47c470,_0x4c4cf0=this[_0x3b9b4e(0x130)][_0x3b9b4e(0x119)][_0x3b9b4e(0x12d)][_0x3b9b4e(0x11e)],_0x5e7cf4=Array[_0x3b9b4e(0x129)](this[_0x3b9b4e(0x126)][_0x3b9b4e(0x12f)]());this[_0x3b9b4e(0x11a)]=_0x33a8bd(_0x4c4cf0,_0x5e7cf4),this[_0x3b9b4e(0x125)]=this[_0x3b9b4e(0x132)][_0x3b9b4e(0x125)]&&!!this[_0x3b9b4e(0x11a)][_0x3b9b4e(0x128)];}[_0x47c470(0x123)](){const _0x7c9b4a=_0x47c470,_0x168bdc=_0x349751(Array[_0x7c9b4a(0x129)](this[_0x7c9b4a(0x11a)]));for(const _0x42be8a of _0x168bdc){const _0x368ca1=_0x42be8a[_0x7c9b4a(0x120)]();if(!this[_0x7c9b4a(0x130)][_0x7c9b4a(0x119)][_0x7c9b4a(0x127)](_0x368ca1))return;}_0x2e1d7b(this[_0x7c9b4a(0x130)][_0x7c9b4a(0x119)],this[_0x7c9b4a(0x132)],_0x168bdc);}}
23
+ const _0x5e08a0=_0x72d4;function _0x72d4(_0x13b689,_0x4cd0da){const _0x24566f=_0x2456();return _0x72d4=function(_0x72d47b,_0x45303c){_0x72d47b=_0x72d47b-0xd4;let _0x7ede32=_0x24566f[_0x72d47b];return _0x7ede32;},_0x72d4(_0x13b689,_0x4cd0da);}(function(_0x122a52,_0x246a2b){const _0x19ebad=_0x72d4,_0x49b33c=_0x122a52();while(!![]){try{const _0x274098=-parseInt(_0x19ebad(0xda))/0x1*(parseInt(_0x19ebad(0xe9))/0x2)+parseInt(_0x19ebad(0xe4))/0x3*(-parseInt(_0x19ebad(0xee))/0x4)+parseInt(_0x19ebad(0xdf))/0x5*(parseInt(_0x19ebad(0xdd))/0x6)+parseInt(_0x19ebad(0xe1))/0x7*(parseInt(_0x19ebad(0xef))/0x8)+-parseInt(_0x19ebad(0xed))/0x9*(parseInt(_0x19ebad(0xdb))/0xa)+-parseInt(_0x19ebad(0xdc))/0xb*(-parseInt(_0x19ebad(0xec))/0xc)+parseInt(_0x19ebad(0xd6))/0xd;if(_0x274098===_0x246a2b)break;else _0x49b33c['push'](_0x49b33c['shift']());}catch(_0x131ab2){_0x49b33c['push'](_0x49b33c['shift']());}}}(_0x2456,0x5fc5a));import{Command as _0x1a99ee}from'ckeditor5/src/core.js';import{sortSuggestions as _0x11f999,getSelectedSuggestions as _0x130b20,executeCommandForSuggestions as _0x39fbcb}from'../utils/utils.js';export default class R extends _0x1a99ee{constructor(_0x161fc7,_0x164e78,_0x1e07c0){const _0x30dfe2=_0x72d4;super(_0x161fc7),this[_0x30dfe2(0xf0)]=_0x164e78,this[_0x30dfe2(0xe0)]=_0x1e07c0,this[_0x30dfe2(0xe8)]=new Set(),this[_0x30dfe2(0xe3)](),this[_0x30dfe2(0xea)]=!0x1;}[_0x5e08a0(0xe3)](){const _0x242023=_0x5e08a0,_0x1e2939=this[_0x242023(0xd4)][_0x242023(0xd5)][_0x242023(0xe2)][_0x242023(0xe5)],_0x58c681=Array[_0x242023(0xd9)](this[_0x242023(0xe0)][_0x242023(0xe7)]());this[_0x242023(0xe8)]=_0x130b20(_0x1e2939,_0x58c681),this[_0x242023(0xd7)]=this[_0x242023(0xf0)][_0x242023(0xd7)]&&!!this[_0x242023(0xe8)][_0x242023(0xde)];}[_0x5e08a0(0xeb)](){const _0x33a62d=_0x5e08a0,_0x57bbc4=_0x11f999(Array[_0x33a62d(0xd9)](this[_0x33a62d(0xe8)]));for(const _0x3eebf9 of _0x57bbc4){const _0x7e4f0f=_0x3eebf9[_0x33a62d(0xd8)]();if(!this[_0x33a62d(0xd4)][_0x33a62d(0xd5)][_0x33a62d(0xe6)](_0x7e4f0f))return;}_0x39fbcb(this[_0x33a62d(0xd4)][_0x33a62d(0xd5)],this[_0x33a62d(0xf0)],_0x57bbc4);}}function _0x2456(){const _0x48d543=['size','14005MOEPQL','_suggestions','693nJEOrF','document','refresh','3cgcAPT','selection','canEditAt','values','_selectedSuggestions','93246cZYtIb','_isEnabledBasedOnSelection','execute','25416GLmpIn','9zRVzuN','945304kSkJGC','1496cdriKw','_command','editor','model','1833286eASRWY','isEnabled','getRanges','from','13cqVobR','1373030oGbfbQ','3344rbqcnM','1218bxXiSv'];_0x2456=function(){return _0x48d543;};return _0x2456();}