@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.4",
3
+ "version": "41.3.1",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -32,7 +32,6 @@
32
32
  "main": "src/index.js",
33
33
  "files": [
34
34
  "build",
35
- "dist",
36
35
  "lang",
37
36
  "src/**/*.js",
38
37
  "src/**/*.d.ts",
@@ -41,8 +40,8 @@
41
40
  "CHANGELOG.md"
42
41
  ],
43
42
  "dependencies": {
44
- "ckeditor5": "41.3.0-alpha.4",
45
- "ckeditor5-collaboration": "41.3.0-alpha.4",
43
+ "ckeditor5": "41.3.1",
44
+ "ckeditor5-collaboration": "41.3.1",
46
45
  "lodash-es": "4.17.21"
47
46
  },
48
47
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x56f4da=_0x177f;(function(_0x2bccc5,_0x314f19){const _0x212de4=_0x177f,_0x973ed6=_0x2bccc5();while(!![]){try{const _0x1a751b=-parseInt(_0x212de4(0x98))/0x1*(-parseInt(_0x212de4(0x8f))/0x2)+parseInt(_0x212de4(0x99))/0x3+-parseInt(_0x212de4(0x94))/0x4+parseInt(_0x212de4(0x87))/0x5*(parseInt(_0x212de4(0x93))/0x6)+parseInt(_0x212de4(0x84))/0x7*(-parseInt(_0x212de4(0x95))/0x8)+-parseInt(_0x212de4(0x96))/0x9*(parseInt(_0x212de4(0x90))/0xa)+parseInt(_0x212de4(0x9b))/0xb;if(_0x1a751b===_0x314f19)break;else _0x973ed6['push'](_0x973ed6['shift']());}catch(_0x13de35){_0x973ed6['push'](_0x973ed6['shift']());}}}(_0x2374,0x5e9a1));import{Command as _0x2c1493}from'ckeditor5/src/core.js';import{CKEditorError as _0x35d2fb}from'ckeditor5/src/utils.js';function _0x2374(){const _0x287912=['isEnabled','track-changes-accept-suggestion-not-found','refresh','11602fUersK','2658010ISuEGG','_isEnabledBasedOnSelection','canEditAt','6NQSAiN','2804224ABlJtg','14296lmWWNA','18bWsZkx','execute','49JGdQci','2047458RMEtZA','plugins','11351758sidjin','_suggestions','2527nnGyzA','editor','get','1332705npWGze','acceptSuggestion','getRanges','model','TrackChangesEditing'];_0x2374=function(){return _0x287912;};return _0x2374();}function _0x177f(_0x2d014a,_0x485111){const _0x237404=_0x2374();return _0x177f=function(_0x177f63,_0x2866a9){_0x177f63=_0x177f63-0x83;let _0x42bf54=_0x237404[_0x177f63];return _0x42bf54;},_0x177f(_0x2d014a,_0x485111);}export default class $ extends _0x2c1493{constructor(_0xb4d140,_0x4b8fd4){const _0x37326e=_0x177f;super(_0xb4d140),this[_0x37326e(0x83)]=_0x4b8fd4,this[_0x37326e(0x8e)](),this[_0x37326e(0x91)]=!0x1;}[_0x56f4da(0x8e)](){const _0x57c167=_0x56f4da;this[_0x57c167(0x8c)]=!0x0;}[_0x56f4da(0x97)](_0x4fc7e4){const _0x227fe5=_0x56f4da,_0x5ec0ef=this[_0x227fe5(0x83)][_0x227fe5(0x86)](_0x4fc7e4);if(!_0x5ec0ef)throw new _0x35d2fb(_0x227fe5(0x8d),this);const _0x32eccc=_0x5ec0ef[_0x227fe5(0x89)]();this[_0x227fe5(0x85)][_0x227fe5(0x8a)][_0x227fe5(0x92)](_0x32eccc)&&this[_0x227fe5(0x85)][_0x227fe5(0x9a)][_0x227fe5(0x86)](_0x227fe5(0x8b))[_0x227fe5(0x88)](_0x5ec0ef);}}
23
+ const _0x413d38=_0x1276;(function(_0x251cd0,_0x19c57b){const _0x5b64f4=_0x1276,_0x309c4b=_0x251cd0();while(!![]){try{const _0x4beb27=-parseInt(_0x5b64f4(0x196))/0x1+-parseInt(_0x5b64f4(0x1aa))/0x2+parseInt(_0x5b64f4(0x1a3))/0x3+parseInt(_0x5b64f4(0x1a4))/0x4*(-parseInt(_0x5b64f4(0x1a6))/0x5)+-parseInt(_0x5b64f4(0x198))/0x6*(-parseInt(_0x5b64f4(0x197))/0x7)+-parseInt(_0x5b64f4(0x199))/0x8+parseInt(_0x5b64f4(0x19b))/0x9;if(_0x4beb27===_0x19c57b)break;else _0x309c4b['push'](_0x309c4b['shift']());}catch(_0x3ba80c){_0x309c4b['push'](_0x309c4b['shift']());}}}(_0x30e6,0x9f670));import{Command as _0x2ac651}from'ckeditor5/src/core.js';import{CKEditorError as _0x280f7a}from'ckeditor5/src/utils.js';function _0x30e6(){const _0x325f9f=['isEnabled','_suggestions','editor','1074315PbQpGM','1918004aQtnoK','refresh','10FCLUMW','execute','model','TrackChangesEditing','2459928jLoFIY','plugins','acceptSuggestion','1171137cgDxwF','926569lVoIzY','6fABjle','4569384bqmqYq','canEditAt','36843444iZDNyd','get','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','getRanges'];_0x30e6=function(){return _0x325f9f;};return _0x30e6();}function _0x1276(_0x16a35a,_0x359b3f){const _0x30e649=_0x30e6();return _0x1276=function(_0x1276aa,_0x3e429d){_0x1276aa=_0x1276aa-0x196;let _0x448255=_0x30e649[_0x1276aa];return _0x448255;},_0x1276(_0x16a35a,_0x359b3f);}export default class $ extends _0x2ac651{constructor(_0x2e61db,_0x2ee1a3){const _0x2c5955=_0x1276;super(_0x2e61db),this[_0x2c5955(0x1a1)]=_0x2ee1a3,this[_0x2c5955(0x1a5)](),this[_0x2c5955(0x19e)]=!0x1;}[_0x413d38(0x1a5)](){const _0x11f057=_0x413d38;this[_0x11f057(0x1a0)]=!0x0;}[_0x413d38(0x1a7)](_0xf50c7e){const _0x37c1cd=_0x413d38,_0x4cf29b=this[_0x37c1cd(0x1a1)][_0x37c1cd(0x19c)](_0xf50c7e);if(!_0x4cf29b)throw new _0x280f7a(_0x37c1cd(0x19d),this);const _0xdec13b=_0x4cf29b[_0x37c1cd(0x19f)]();this[_0x37c1cd(0x1a2)][_0x37c1cd(0x1a8)][_0x37c1cd(0x19a)](_0xdec13b)&&this[_0x37c1cd(0x1a2)][_0x37c1cd(0x1ab)][_0x37c1cd(0x19c)](_0x37c1cd(0x1a9))[_0x37c1cd(0x1ac)](_0x4cf29b);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3d40c4=_0x4beb;(function(_0x38a9b1,_0x193df4){const _0x28c01a=_0x4beb,_0x1f0967=_0x38a9b1();while(!![]){try{const _0x1bf66e=-parseInt(_0x28c01a(0xec))/0x1+-parseInt(_0x28c01a(0xe7))/0x2+-parseInt(_0x28c01a(0xd9))/0x3+parseInt(_0x28c01a(0xe4))/0x4*(-parseInt(_0x28c01a(0xdf))/0x5)+parseInt(_0x28c01a(0xd5))/0x6*(-parseInt(_0x28c01a(0xda))/0x7)+parseInt(_0x28c01a(0xe5))/0x8+-parseInt(_0x28c01a(0xe1))/0x9*(-parseInt(_0x28c01a(0xdc))/0xa);if(_0x1bf66e===_0x193df4)break;else _0x1f0967['push'](_0x1f0967['shift']());}catch(_0x4a9a33){_0x1f0967['push'](_0x1f0967['shift']());}}}(_0x1827,0xce649));function _0x4beb(_0x4e5891,_0x8feb2a){const _0x1827fe=_0x1827();return _0x4beb=function(_0x4bebe3,_0x22fed7){_0x4bebe3=_0x4bebe3-0xd5;let _0xa5bdb8=_0x1827fe[_0x4bebe3];return _0xa5bdb8;},_0x4beb(_0x4e5891,_0x8feb2a);}import{Command as _0x5cc5d5}from'ckeditor5/src/core.js';import{CKEditorError as _0x4f996b}from'ckeditor5/src/utils.js';export default class B extends _0x5cc5d5{constructor(_0x106044,_0x53bb96){const _0x55c325=_0x4beb;super(_0x106044),this[_0x55c325(0xdb)]=_0x53bb96,this[_0x55c325(0xd8)](),this[_0x55c325(0xe6)]=!0x1;}[_0x3d40c4(0xd8)](){const _0x43cff5=_0x3d40c4;this[_0x43cff5(0xe2)]=!0x0;}[_0x3d40c4(0xe3)](_0x5ad42b){const _0x2d0e2f=_0x3d40c4,_0x290655=this[_0x2d0e2f(0xdb)][_0x2d0e2f(0xd7)](_0x5ad42b);if(!_0x290655)throw new _0x4f996b(_0x2d0e2f(0xea),this);const _0x1a3544=_0x290655[_0x2d0e2f(0xde)]();this[_0x2d0e2f(0xe8)][_0x2d0e2f(0xeb)][_0x2d0e2f(0xdd)](_0x1a3544)&&this[_0x2d0e2f(0xe8)][_0x2d0e2f(0xe9)][_0x2d0e2f(0xd7)](_0x2d0e2f(0xd6))[_0x2d0e2f(0xe0)](_0x290655);}}function _0x1827(){const _0xc95ae5=['_isEnabledBasedOnSelection','2008218hAqRBl','editor','plugins','track-changes-discard-suggestion-not-found','model','1241119qNNLxI','2012190jnXqCu','TrackChangesEditing','get','refresh','2296518QfamXh','7DZTVSC','_suggestions','1041310eJTOCO','canEditAt','getRanges','79245EAmCXV','discardSuggestion','261wiMxXl','isEnabled','execute','116VCVPQZ','13050448XvSAKe'];_0x1827=function(){return _0xc95ae5;};return _0x1827();}
23
+ const _0x2f50a3=_0x3e36;(function(_0x57a79e,_0x501770){const _0x24288e=_0x3e36,_0x17e473=_0x57a79e();while(!![]){try{const _0x572357=-parseInt(_0x24288e(0x1b5))/0x1*(parseInt(_0x24288e(0x1ab))/0x2)+-parseInt(_0x24288e(0x1c2))/0x3*(parseInt(_0x24288e(0x1af))/0x4)+-parseInt(_0x24288e(0x1b9))/0x5*(-parseInt(_0x24288e(0x1b7))/0x6)+-parseInt(_0x24288e(0x1b2))/0x7*(parseInt(_0x24288e(0x1ae))/0x8)+parseInt(_0x24288e(0x1be))/0x9+parseInt(_0x24288e(0x1b4))/0xa+parseInt(_0x24288e(0x1bd))/0xb*(parseInt(_0x24288e(0x1a9))/0xc);if(_0x572357===_0x501770)break;else _0x17e473['push'](_0x17e473['shift']());}catch(_0x34477f){_0x17e473['push'](_0x17e473['shift']());}}}(_0x3d67,0x5864e));import{Command as _0x561700}from'ckeditor5/src/core.js';function _0x3e36(_0x528563,_0x33a13f){const _0x3d67c0=_0x3d67();return _0x3e36=function(_0x3e369b,_0xf8319){_0x3e369b=_0x3e369b-0x1a9;let _0x2cfff4=_0x3d67c0[_0x3e369b];return _0x2cfff4;},_0x3e36(_0x528563,_0x33a13f);}import{CKEditorError as _0x4c9ab8}from'ckeditor5/src/utils.js';export default class B extends _0x561700{constructor(_0x35e823,_0x3cd0bb){const _0x451a68=_0x3e36;super(_0x35e823),this[_0x451a68(0x1b8)]=_0x3cd0bb,this[_0x451a68(0x1b0)](),this[_0x451a68(0x1b3)]=!0x1;}[_0x2f50a3(0x1b0)](){const _0x3d813e=_0x2f50a3;this[_0x3d813e(0x1b1)]=!0x0;}[_0x2f50a3(0x1bc)](_0x2d0b5a){const _0x3bdc67=_0x2f50a3,_0x10c8df=this[_0x3bdc67(0x1b8)][_0x3bdc67(0x1bf)](_0x2d0b5a);if(!_0x10c8df)throw new _0x4c9ab8(_0x3bdc67(0x1b6),this);const _0x55a867=_0x10c8df[_0x3bdc67(0x1bb)]();this[_0x3bdc67(0x1c0)][_0x3bdc67(0x1ac)][_0x3bdc67(0x1aa)](_0x55a867)&&this[_0x3bdc67(0x1c0)][_0x3bdc67(0x1c1)][_0x3bdc67(0x1bf)](_0x3bdc67(0x1ba))[_0x3bdc67(0x1ad)](_0x10c8df);}}function _0x3d67(){const _0x5e7d9b=['editor','plugins','87279pGfaez','516jZrJea','canEditAt','52090saNdrI','model','discardSuggestion','328OCbuKZ','88xQICqv','refresh','isEnabled','68215QaAnyl','_isEnabledBasedOnSelection','3895830mSZAxh','14CkOIvg','track-changes-discard-suggestion-not-found','54ycyjxc','_suggestions','9495WDNnmf','TrackChangesEditing','getRanges','execute','226864lLnABc','4254993QwxiNm','get'];_0x3d67=function(){return _0x5e7d9b;};return _0x3d67();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2dc8ed=_0x305f;(function(_0x501655,_0x12226a){const _0xedfcc9=_0x305f,_0x428523=_0x501655();while(!![]){try{const _0x41f529=-parseInt(_0xedfcc9(0x76))/0x1+parseInt(_0xedfcc9(0x72))/0x2+parseInt(_0xedfcc9(0x7c))/0x3+-parseInt(_0xedfcc9(0x74))/0x4+parseInt(_0xedfcc9(0x6f))/0x5*(-parseInt(_0xedfcc9(0x82))/0x6)+-parseInt(_0xedfcc9(0x83))/0x7+parseInt(_0xedfcc9(0x79))/0x8;if(_0x41f529===_0x12226a)break;else _0x428523['push'](_0x428523['shift']());}catch(_0x1fc7ff){_0x428523['push'](_0x428523['shift']());}}}(_0x47d3,0x75c0d));function _0x305f(_0x1fc99c,_0x8af553){const _0x47d391=_0x47d3();return _0x305f=function(_0x305f22,_0x3ca789){_0x305f22=_0x305f22-0x6e;let _0x2dace5=_0x47d391[_0x305f22];return _0x2dace5;},_0x305f(_0x1fc99c,_0x8af553);}function _0x47d3(){const _0x42fefe=['_suggestions','from','1326669QodJUB','isInContent','values','_isEnabledBasedOnSelection','isEnabled','model','420yFFMvz','4921259qYZHsY','execute','11105ootKqC','editor','getRanges','482514mofIeA','_command','1725196bOEgzy','refresh','202732rdtocs','canEditAt','some','10331000PHgJMo'];_0x47d3=function(){return _0x42fefe;};return _0x47d3();}import{Command as _0x57f432}from'ckeditor5/src/core.js';import{sortSuggestions as _0x1d2b1b,executeCommandForSuggestions as _0x15d1af}from'../utils/utils.js';export default class x extends _0x57f432{constructor(_0x12b387,_0x91acfd,_0x2abc02){const _0xcd9552=_0x305f;super(_0x12b387),this[_0xcd9552(0x73)]=_0x91acfd,this[_0xcd9552(0x7a)]=_0x2abc02,this[_0xcd9552(0x75)](),this[_0xcd9552(0x7f)]=!0x1;}[_0x2dc8ed(0x75)](){const _0x49acc1=_0x2dc8ed,_0x5003e0=Array[_0x49acc1(0x7b)](this[_0x49acc1(0x7a)][_0x49acc1(0x7e)]())[_0x49acc1(0x78)](_0x3c75d9=>_0x3c75d9[_0x49acc1(0x7d)]);this[_0x49acc1(0x80)]=this[_0x49acc1(0x73)][_0x49acc1(0x80)]&&_0x5003e0;}[_0x2dc8ed(0x6e)](){const _0x2e15e2=_0x2dc8ed,_0x5771df=_0x1d2b1b(Array[_0x2e15e2(0x7b)](this[_0x2e15e2(0x7a)][_0x2e15e2(0x7e)]()));for(const _0x37434f of _0x5771df){const _0x34eed4=_0x37434f[_0x2e15e2(0x71)]();if(!this[_0x2e15e2(0x70)][_0x2e15e2(0x81)][_0x2e15e2(0x77)](_0x34eed4))return;}_0x15d1af(this[_0x2e15e2(0x70)][_0x2e15e2(0x81)],this[_0x2e15e2(0x73)],_0x5771df);}}
23
+ const _0xa3fbd8=_0x4fec;(function(_0x5313b8,_0x104f23){const _0x2192cf=_0x4fec,_0x14cb9f=_0x5313b8();while(!![]){try{const _0x36105d=parseInt(_0x2192cf(0x1d2))/0x1+parseInt(_0x2192cf(0x1da))/0x2*(-parseInt(_0x2192cf(0x1cf))/0x3)+parseInt(_0x2192cf(0x1cb))/0x4+-parseInt(_0x2192cf(0x1dd))/0x5+-parseInt(_0x2192cf(0x1d1))/0x6+-parseInt(_0x2192cf(0x1d3))/0x7+parseInt(_0x2192cf(0x1d0))/0x8*(parseInt(_0x2192cf(0x1cd))/0x9);if(_0x36105d===_0x104f23)break;else _0x14cb9f['push'](_0x14cb9f['shift']());}catch(_0x144da8){_0x14cb9f['push'](_0x14cb9f['shift']());}}}(_0x2ba4,0x19277));import{Command as _0x7c4ce0}from'ckeditor5/src/core.js';import{sortSuggestions as _0xb59c7c,executeCommandForSuggestions as _0x4e49b4}from'../utils/utils.js';function _0x4fec(_0x371492,_0x52dee2){const _0x2ba4ac=_0x2ba4();return _0x4fec=function(_0x4fec1d,_0x3abd6a){_0x4fec1d=_0x4fec1d-0x1c8;let _0x3b0305=_0x2ba4ac[_0x4fec1d];return _0x3b0305;},_0x4fec(_0x371492,_0x52dee2);}export default class x extends _0x7c4ce0{constructor(_0x5156b9,_0x5514c9,_0x79393b){const _0x552e3b=_0x4fec;super(_0x5156b9),this[_0x552e3b(0x1cc)]=_0x5514c9,this[_0x552e3b(0x1d6)]=_0x79393b,this[_0x552e3b(0x1ce)](),this[_0x552e3b(0x1de)]=!0x1;}[_0xa3fbd8(0x1ce)](){const _0x18b4ba=_0xa3fbd8,_0x3a4f3a=Array[_0x18b4ba(0x1d9)](this[_0x18b4ba(0x1d6)][_0x18b4ba(0x1d8)]())[_0x18b4ba(0x1d4)](_0x1d9a35=>_0x1d9a35[_0x18b4ba(0x1dc)]);this[_0x18b4ba(0x1d7)]=this[_0x18b4ba(0x1cc)][_0x18b4ba(0x1d7)]&&_0x3a4f3a;}[_0xa3fbd8(0x1d5)](){const _0x3aea2c=_0xa3fbd8,_0x914313=_0xb59c7c(Array[_0x3aea2c(0x1d9)](this[_0x3aea2c(0x1d6)][_0x3aea2c(0x1d8)]()));for(const _0x92d7cb of _0x914313){const _0xdc4e52=_0x92d7cb[_0x3aea2c(0x1db)]();if(!this[_0x3aea2c(0x1c9)][_0x3aea2c(0x1ca)][_0x3aea2c(0x1c8)](_0xdc4e52))return;}_0x4e49b4(this[_0x3aea2c(0x1c9)][_0x3aea2c(0x1ca)],this[_0x3aea2c(0x1cc)],_0x914313);}}function _0x2ba4(){const _0x277214=['24ZHFogq','1176270NJlDCi','27199pdlOye','72814LCizPe','some','execute','_suggestions','isEnabled','values','from','15716JIHjVn','getRanges','isInContent','155595SbxlhM','_isEnabledBasedOnSelection','canEditAt','editor','model','384980NdjoOy','_command','1052217irOJOT','refresh','51kboSmU'];_0x2ba4=function(){return _0x277214;};return _0x2ba4();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x129ac6=_0x4d2c;(function(_0x199014,_0x2bd611){const _0x4ce30f=_0x4d2c,_0x2020b4=_0x199014();while(!![]){try{const _0x553dc9=-parseInt(_0x4ce30f(0x12d))/0x1+parseInt(_0x4ce30f(0x145))/0x2*(parseInt(_0x4ce30f(0x132))/0x3)+parseInt(_0x4ce30f(0x136))/0x4+-parseInt(_0x4ce30f(0x13a))/0x5*(-parseInt(_0x4ce30f(0x137))/0x6)+-parseInt(_0x4ce30f(0x13e))/0x7*(parseInt(_0x4ce30f(0x133))/0x8)+-parseInt(_0x4ce30f(0x141))/0x9+parseInt(_0x4ce30f(0x13f))/0xa;if(_0x553dc9===_0x2bd611)break;else _0x2020b4['push'](_0x2020b4['shift']());}catch(_0x58c163){_0x2020b4['push'](_0x2020b4['shift']());}}}(_0x1223,0x88689));function _0x4d2c(_0x480485,_0x31bd94){const _0x1223ca=_0x1223();return _0x4d2c=function(_0x4d2cf7,_0x3ea197){_0x4d2cf7=_0x4d2cf7-0x12c;let _0x4755a0=_0x1223ca[_0x4d2cf7];return _0x4755a0;},_0x4d2c(_0x480485,_0x31bd94);}import{Command as _0x17ad6a}from'ckeditor5/src/core.js';function _0x1223(){const _0x66ec8f=['5575256QHxyKw','_command','execute','4190568asIbsq','9192QccJzc','values','_isEnabledBasedOnSelection','1940UKWnvt','from','document','isEnabled','7ThvyKF','3433480XCaGsl','canEditAt','6695001hzSaJl','model','_suggestions','editor','7868lUJCix','refresh','965447gngPvF','size','selection','getRanges','_selectedSuggestions','747xHYgKb'];_0x1223=function(){return _0x66ec8f;};return _0x1223();}import{sortSuggestions as _0x3cc27a,getSelectedSuggestions as _0x48a271,executeCommandForSuggestions as _0x10ae26}from'../utils/utils.js';export default class R extends _0x17ad6a{constructor(_0x5899c6,_0x2cb12a,_0x5c9fb8){const _0x445621=_0x4d2c;super(_0x5899c6),this[_0x445621(0x134)]=_0x2cb12a,this[_0x445621(0x143)]=_0x5c9fb8,this[_0x445621(0x131)]=new Set(),this[_0x445621(0x12c)](),this[_0x445621(0x139)]=!0x1;}[_0x129ac6(0x12c)](){const _0x4e2e25=_0x129ac6,_0x5b24d6=this[_0x4e2e25(0x144)][_0x4e2e25(0x142)][_0x4e2e25(0x13c)][_0x4e2e25(0x12f)],_0x4ea0f3=Array[_0x4e2e25(0x13b)](this[_0x4e2e25(0x143)][_0x4e2e25(0x138)]());this[_0x4e2e25(0x131)]=_0x48a271(_0x5b24d6,_0x4ea0f3),this[_0x4e2e25(0x13d)]=this[_0x4e2e25(0x134)][_0x4e2e25(0x13d)]&&!!this[_0x4e2e25(0x131)][_0x4e2e25(0x12e)];}[_0x129ac6(0x135)](){const _0x2a57b1=_0x129ac6,_0x30fcb4=_0x3cc27a(Array[_0x2a57b1(0x13b)](this[_0x2a57b1(0x131)]));for(const _0x3784ec of _0x30fcb4){const _0x5a9c85=_0x3784ec[_0x2a57b1(0x130)]();if(!this[_0x2a57b1(0x144)][_0x2a57b1(0x142)][_0x2a57b1(0x140)](_0x5a9c85))return;}_0x10ae26(this[_0x2a57b1(0x144)][_0x2a57b1(0x142)],this[_0x2a57b1(0x134)],_0x30fcb4);}}
23
+ function _0x2666(){const _0x556909=['1454230KrCajY','editor','9351OcbRGK','810YfZGFc','_isEnabledBasedOnSelection','execute','canEditAt','2534bfRXMY','_command','6090348qOZeLW','1426741wcRuNw','_selectedSuggestions','values','_suggestions','size','10359760ymfXAb','document','selection','isEnabled','getRanges','model','refresh','from','24306QMblme','19237185PMJaJD'];_0x2666=function(){return _0x556909;};return _0x2666();}const _0x2c3090=_0x2994;(function(_0x183344,_0x550446){const _0x4a04e5=_0x2994,_0x53cf2b=_0x183344();while(!![]){try{const _0xdaa904=-parseInt(_0x4a04e5(0xbd))/0x1+-parseInt(_0x4a04e5(0xb6))/0x2*(parseInt(_0x4a04e5(0xb5))/0x3)+-parseInt(_0x4a04e5(0xbc))/0x4+parseInt(_0x4a04e5(0xcc))/0x5+-parseInt(_0x4a04e5(0xca))/0x6*(-parseInt(_0x4a04e5(0xba))/0x7)+parseInt(_0x4a04e5(0xc2))/0x8+parseInt(_0x4a04e5(0xcb))/0x9;if(_0xdaa904===_0x550446)break;else _0x53cf2b['push'](_0x53cf2b['shift']());}catch(_0x4cdfdd){_0x53cf2b['push'](_0x53cf2b['shift']());}}}(_0x2666,0xeec6e));import{Command as _0x42b6b9}from'ckeditor5/src/core.js';import{sortSuggestions as _0xcdeede,getSelectedSuggestions as _0x1d3b73,executeCommandForSuggestions as _0xcab27e}from'../utils/utils.js';function _0x2994(_0xfd2c14,_0x2e8c9d){const _0x266601=_0x2666();return _0x2994=function(_0x2994a5,_0x4075c7){_0x2994a5=_0x2994a5-0xb4;let _0xe6e264=_0x266601[_0x2994a5];return _0xe6e264;},_0x2994(_0xfd2c14,_0x2e8c9d);}export default class R extends _0x42b6b9{constructor(_0x1a8582,_0x3aa298,_0x172678){const _0x562237=_0x2994;super(_0x1a8582),this[_0x562237(0xbb)]=_0x3aa298,this[_0x562237(0xc0)]=_0x172678,this[_0x562237(0xbe)]=new Set(),this[_0x562237(0xc8)](),this[_0x562237(0xb7)]=!0x1;}[_0x2c3090(0xc8)](){const _0x4aaa02=_0x2c3090,_0x4e666f=this[_0x4aaa02(0xb4)][_0x4aaa02(0xc7)][_0x4aaa02(0xc3)][_0x4aaa02(0xc4)],_0x233a33=Array[_0x4aaa02(0xc9)](this[_0x4aaa02(0xc0)][_0x4aaa02(0xbf)]());this[_0x4aaa02(0xbe)]=_0x1d3b73(_0x4e666f,_0x233a33),this[_0x4aaa02(0xc5)]=this[_0x4aaa02(0xbb)][_0x4aaa02(0xc5)]&&!!this[_0x4aaa02(0xbe)][_0x4aaa02(0xc1)];}[_0x2c3090(0xb8)](){const _0x95ca40=_0x2c3090,_0x1ad68d=_0xcdeede(Array[_0x95ca40(0xc9)](this[_0x95ca40(0xbe)]));for(const _0x54e5a0 of _0x1ad68d){const _0x286e3a=_0x54e5a0[_0x95ca40(0xc6)]();if(!this[_0x95ca40(0xb4)][_0x95ca40(0xc7)][_0x95ca40(0xb9)](_0x286e3a))return;}_0xcab27e(this[_0x95ca40(0xb4)][_0x95ca40(0xc7)],this[_0x95ca40(0xbb)],_0x1ad68d);}}