@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 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.4",
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.4",
45
- "ckeditor5-collaboration": "41.3.0-alpha.4",
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 _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 _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
- 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
+ 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
- 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 _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
- 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
+ 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();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3203cb=_0x4eb7;function _0x460f(){const _0x47a9b4=['36qxvBWl','2532677zMddQt','11702207wTbvZn','has','forceDisabled','execute','_enableCommands','value','_enabledCommands','5607255scdouw','TrackChangesCommand','6HbnJJb','affectsData','25552Szwmof','refresh','isEnabled','155714zoVVtu','3249PARhXW','_disableUnsupportedCommands','editor','_isEnabledBasedOnSelection','clearForceDisabled','14769920IbIDiC','54LLnDEi','4WOKDpp','132737AIrdZj','commands'];_0x460f=function(){return _0x47a9b4;};return _0x460f();}(function(_0x4fc5e8,_0x410928){const _0x476e84=_0x4eb7,_0x55535e=_0x4fc5e8();while(!![]){try{const _0x3da1f5=parseInt(_0x476e84(0x157))/0x1+-parseInt(_0x476e84(0x14e))/0x2*(parseInt(_0x476e84(0x155))/0x3)+parseInt(_0x476e84(0x156))/0x4*(-parseInt(_0x476e84(0x147))/0x5)+-parseInt(_0x476e84(0x149))/0x6*(parseInt(_0x476e84(0x15a))/0x7)+-parseInt(_0x476e84(0x14b))/0x8*(parseInt(_0x476e84(0x14f))/0x9)+parseInt(_0x476e84(0x154))/0xa+-parseInt(_0x476e84(0x15b))/0xb*(-parseInt(_0x476e84(0x159))/0xc);if(_0x3da1f5===_0x410928)break;else _0x55535e['push'](_0x55535e['shift']());}catch(_0x54bb25){_0x55535e['push'](_0x55535e['shift']());}}}(_0x460f,0xba67e));import{Command as _0x240d7b}from'ckeditor5/src/core.js';function _0x4eb7(_0x540c0d,_0x33686b){const _0x460f8e=_0x460f();return _0x4eb7=function(_0x4eb753,_0x120eb9){_0x4eb753=_0x4eb753-0x146;let _0x4ae7fc=_0x460f8e[_0x4eb753];return _0x4ae7fc;},_0x4eb7(_0x540c0d,_0x33686b);}export default class M extends _0x240d7b{constructor(_0x4efebb,_0x56cc3b){const _0x2ba640=_0x4eb7;super(_0x4efebb),this[_0x2ba640(0x146)]=_0x56cc3b,this[_0x2ba640(0x160)]=!0x1,this[_0x2ba640(0x14c)](),this[_0x2ba640(0x152)]=!0x1;}[_0x3203cb(0x14c)](){const _0x24f88b=_0x3203cb;this[_0x24f88b(0x14d)]=!0x0;}[_0x3203cb(0x15e)](){const _0x1a5adb=_0x3203cb;this[_0x1a5adb(0x160)]=!this[_0x1a5adb(0x160)],this[_0x1a5adb(0x160)]?this[_0x1a5adb(0x150)]():this[_0x1a5adb(0x15f)]();}[_0x3203cb(0x150)](){const _0x21cf2e=_0x3203cb;for(const _0x42561c of this[_0x21cf2e(0x151)][_0x21cf2e(0x158)][_0x21cf2e(0x158)]())_0x42561c[_0x21cf2e(0x14a)]&&!this[_0x21cf2e(0x146)][_0x21cf2e(0x15c)](_0x42561c)&&_0x42561c[_0x21cf2e(0x15d)](_0x21cf2e(0x148));}[_0x3203cb(0x15f)](){const _0x308c61=_0x3203cb;for(const _0x1e97d9 of this[_0x308c61(0x151)][_0x308c61(0x158)][_0x308c61(0x158)]())_0x1e97d9[_0x308c61(0x14a)]&&!this[_0x308c61(0x146)][_0x308c61(0x15c)](_0x1e97d9)&&_0x1e97d9[_0x308c61(0x153)](_0x308c61(0x148));}}
23
+ function _0x3528(_0x22c1ef,_0x4d80fe){const _0x4d690c=_0x4d69();return _0x3528=function(_0x352837,_0x28e755){_0x352837=_0x352837-0x178;let _0x349e0a=_0x4d690c[_0x352837];return _0x349e0a;},_0x3528(_0x22c1ef,_0x4d80fe);}const _0x30393a=_0x3528;(function(_0x245aef,_0x44e919){const _0x10c982=_0x3528,_0x4f3bca=_0x245aef();while(!![]){try{const _0x30a070=parseInt(_0x10c982(0x17f))/0x1+parseInt(_0x10c982(0x179))/0x2*(-parseInt(_0x10c982(0x18d))/0x3)+-parseInt(_0x10c982(0x17b))/0x4*(-parseInt(_0x10c982(0x181))/0x5)+-parseInt(_0x10c982(0x18e))/0x6*(parseInt(_0x10c982(0x185))/0x7)+parseInt(_0x10c982(0x184))/0x8+-parseInt(_0x10c982(0x188))/0x9+parseInt(_0x10c982(0x17d))/0xa;if(_0x30a070===_0x44e919)break;else _0x4f3bca['push'](_0x4f3bca['shift']());}catch(_0x1aaf4c){_0x4f3bca['push'](_0x4f3bca['shift']());}}}(_0x4d69,0xd958d));import{Command as _0xa0ef32}from'ckeditor5/src/core.js';export default class M extends _0xa0ef32{constructor(_0x31da15,_0x41cee3){const _0x51b351=_0x3528;super(_0x31da15),this[_0x51b351(0x18a)]=_0x41cee3,this[_0x51b351(0x182)]=!0x1,this[_0x51b351(0x17e)](),this[_0x51b351(0x17a)]=!0x1;}[_0x30393a(0x17e)](){const _0x370c2c=_0x30393a;this[_0x370c2c(0x17c)]=!0x0;}[_0x30393a(0x190)](){const _0x56b743=_0x30393a;this[_0x56b743(0x182)]=!this[_0x56b743(0x182)],this[_0x56b743(0x182)]?this[_0x56b743(0x18c)]():this[_0x56b743(0x178)]();}[_0x30393a(0x18c)](){const _0x16523f=_0x30393a;for(const _0x28c90e of this[_0x16523f(0x183)][_0x16523f(0x180)][_0x16523f(0x180)]())_0x28c90e[_0x16523f(0x189)]&&!this[_0x16523f(0x18a)][_0x16523f(0x186)](_0x28c90e)&&_0x28c90e[_0x16523f(0x187)](_0x16523f(0x18f));}[_0x30393a(0x178)](){const _0x11629d=_0x30393a;for(const _0x31c257 of this[_0x11629d(0x183)][_0x11629d(0x180)][_0x11629d(0x180)]())_0x31c257[_0x11629d(0x189)]&&!this[_0x11629d(0x18a)][_0x11629d(0x186)](_0x31c257)&&_0x31c257[_0x11629d(0x18b)](_0x11629d(0x18f));}}function _0x4d69(){const _0x5ae66a=['forceDisabled','9692991aKPhVq','affectsData','_enabledCommands','clearForceDisabled','_disableUnsupportedCommands','3msAMRV','6wGyuBf','TrackChangesCommand','execute','_enableCommands','2832834sjVXRV','_isEnabledBasedOnSelection','64qthIwy','isEnabled','19564300wWmrBQ','refresh','339714njQRoL','commands','250360qsfnvF','value','editor','3061920rNbIeL','674569AJTczX','has'];_0x4d69=function(){return _0x5ae66a;};return _0x4d69();}