@ckeditor/ckeditor5-track-changes 37.0.1 → 37.1.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 (162) 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/sr-latn.js +1 -1
  37. package/build/translations/sr.js +1 -1
  38. package/build/translations/sv.js +1 -1
  39. package/build/translations/th.js +1 -1
  40. package/build/translations/tk.js +1 -1
  41. package/build/translations/tr.js +1 -1
  42. package/build/translations/tt.js +1 -1
  43. package/build/translations/uk.js +1 -1
  44. package/build/translations/ur.js +1 -1
  45. package/build/translations/vi.js +1 -1
  46. package/build/translations/zh-cn.js +1 -1
  47. package/build/translations/zh.js +1 -1
  48. package/lang/contexts.json +2 -0
  49. package/lang/translations/ar.po +15 -1
  50. package/lang/translations/az.po +11 -1
  51. package/lang/translations/bg.po +11 -1
  52. package/lang/translations/bn.po +11 -1
  53. package/lang/translations/ca.po +11 -1
  54. package/lang/translations/cs.po +13 -1
  55. package/lang/translations/da.po +11 -1
  56. package/lang/translations/de.po +11 -1
  57. package/lang/translations/el.po +11 -1
  58. package/lang/translations/en-au.po +11 -1
  59. package/lang/translations/en.po +10 -0
  60. package/lang/translations/es.po +12 -1
  61. package/lang/translations/et.po +11 -1
  62. package/lang/translations/fi.po +11 -1
  63. package/lang/translations/fr.po +12 -1
  64. package/lang/translations/gl.po +11 -1
  65. package/lang/translations/he.po +13 -1
  66. package/lang/translations/hi.po +11 -1
  67. package/lang/translations/hr.po +12 -1
  68. package/lang/translations/hu.po +11 -1
  69. package/lang/translations/id.po +10 -1
  70. package/lang/translations/it.po +12 -1
  71. package/lang/translations/ja.po +10 -1
  72. package/lang/translations/ko.po +10 -1
  73. package/lang/translations/lt.po +13 -1
  74. package/lang/translations/lv.po +12 -1
  75. package/lang/translations/ms.po +10 -1
  76. package/lang/translations/nl.po +11 -1
  77. package/lang/translations/no.po +11 -1
  78. package/lang/translations/pl.po +13 -1
  79. package/lang/translations/pt-br.po +12 -1
  80. package/lang/translations/pt.po +12 -1
  81. package/lang/translations/ro.po +12 -1
  82. package/lang/translations/ru.po +13 -1
  83. package/lang/translations/sk.po +13 -1
  84. package/lang/translations/sr-latn.po +12 -1
  85. package/lang/translations/sr.po +33 -22
  86. package/lang/translations/sv.po +11 -1
  87. package/lang/translations/th.po +10 -1
  88. package/lang/translations/tk.po +11 -1
  89. package/lang/translations/tr.po +11 -1
  90. package/lang/translations/tt.po +10 -1
  91. package/lang/translations/uk.po +13 -1
  92. package/lang/translations/ur.po +11 -1
  93. package/lang/translations/vi.po +10 -1
  94. package/lang/translations/zh-cn.po +10 -1
  95. package/lang/translations/zh.po +10 -1
  96. package/package.json +3 -3
  97. package/src/commands/acceptsuggestioncommand.js +1 -1
  98. package/src/commands/discardsuggestioncommand.js +1 -1
  99. package/src/commands/executeonallsuggestionscommand.js +1 -1
  100. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  101. package/src/commands/trackchangescommand.js +1 -1
  102. package/src/index.d.ts +1 -1
  103. package/src/integrations/alignment.js +1 -1
  104. package/src/integrations/basicstyles.js +1 -1
  105. package/src/integrations/blockquote.js +1 -1
  106. package/src/integrations/ckbox.js +1 -1
  107. package/src/integrations/codeblock.js +1 -1
  108. package/src/integrations/comments.js +1 -1
  109. package/src/integrations/deletecommand.js +1 -1
  110. package/src/integrations/documentlist.js +1 -1
  111. package/src/integrations/documentlistproperties.js +1 -1
  112. package/src/integrations/entercommand.js +1 -1
  113. package/src/integrations/findandreplace.js +1 -1
  114. package/src/integrations/font.js +1 -1
  115. package/src/integrations/formatpainter.d.ts +13 -0
  116. package/src/integrations/formatpainter.js +23 -0
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/importword.js +1 -1
  124. package/src/integrations/indent.js +1 -1
  125. package/src/integrations/inputcommand.js +1 -1
  126. package/src/integrations/link.js +1 -1
  127. package/src/integrations/list.js +1 -1
  128. package/src/integrations/listproperties.js +1 -1
  129. package/src/integrations/mediaembed.js +1 -1
  130. package/src/integrations/mention.js +1 -1
  131. package/src/integrations/pagebreak.js +1 -1
  132. package/src/integrations/paragraph.js +1 -1
  133. package/src/integrations/removeformat.js +1 -1
  134. package/src/integrations/restrictededitingmode.js +1 -1
  135. package/src/integrations/shiftentercommand.js +1 -1
  136. package/src/integrations/standardeditingmode.js +1 -1
  137. package/src/integrations/style.js +1 -1
  138. package/src/integrations/table.js +1 -1
  139. package/src/integrations/tablecaption.js +1 -1
  140. package/src/integrations/tableclipboard.js +1 -1
  141. package/src/integrations/tablecolumnresize.js +1 -1
  142. package/src/integrations/tableheadings.js +1 -1
  143. package/src/integrations/tablemergesplit.js +1 -1
  144. package/src/integrations/tableofcontents.d.ts +13 -0
  145. package/src/integrations/tableofcontents.js +23 -0
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.d.ts +13 -0
  148. package/src/integrations/template.js +23 -0
  149. package/src/integrations/title.js +1 -1
  150. package/src/integrations/undo.js +1 -1
  151. package/src/integrations/utils.js +1 -1
  152. package/src/suggestion.js +1 -1
  153. package/src/suggestiondescriptionfactory.js +1 -1
  154. package/src/trackchanges.js +1 -1
  155. package/src/trackchangesdata.js +1 -1
  156. package/src/trackchangesediting.js +1 -1
  157. package/src/trackchangesui.js +1 -1
  158. package/src/ui/suggestioncontroller.js +1 -1
  159. package/src/ui/view/basesuggestionthreadview.js +1 -1
  160. package/src/ui/view/suggestionthreadview.js +1 -1
  161. package/src/utils/common-translations.js +1 -1
  162. package/src/utils/utils.js +1 -1
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Serbian (Latin) (https://www.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
15
+ "Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
16
16
  "Language: sr@latin\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Podesi veličinu fontova:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Podesite isticanje:* %0"
@@ -372,6 +376,13 @@ msgstr[0] ""
372
376
  msgstr[1] ""
373
377
  msgstr[2] ""
374
378
 
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
385
+
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Serbian (https://www.transifex.com/ckeditor/teams/11143/sr/)\n"
15
+ "Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
16
16
  "Language: sr\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
18
 
@@ -42,11 +42,11 @@ msgstr "*Убаци:* %0"
42
42
 
43
43
  msgctxt "A suggestion for changing table properties."
44
44
  msgid "*Format:* change table properties"
45
- msgstr "*Format:* promenite svojstva tabele"
45
+ msgstr "*Формат:* промените својства табеле"
46
46
 
47
47
  msgctxt "A suggestion for changing table cell properties."
48
48
  msgid "*Format:* change table cell properties"
49
- msgstr "*Format:* promenite svojstva ćelije tabele"
49
+ msgstr "*Формат:* промените својства ћелије табеле"
50
50
 
51
51
  msgctxt "A suggestion for inserting an item into another item."
52
52
  msgid "*Format:* insert into %0"
@@ -58,7 +58,7 @@ msgstr "*Формат:* уклони из %0"
58
58
 
59
59
  msgctxt "A suggestion for replacing an image."
60
60
  msgid "*Format:* replace image URL"
61
- msgstr "*Format:* zamenite URL slike"
61
+ msgstr "*Формат:* замените УРЛ слике"
62
62
 
63
63
  msgctxt "A suggestion for resizing a table."
64
64
  msgid "*Format:* resize table"
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Подеси величину фонта:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Подесите истицање:* %0 "
@@ -237,70 +241,70 @@ msgid "ELEMENT_CODE_BLOCK"
237
241
  msgid_plural "%0 code blocks"
238
242
  msgstr[0] "blok koda"
239
243
  msgstr[1] "0% bloka koda"
240
- msgstr[2] "0% blokova koda"
244
+ msgstr[2] "0% блокова кода"
241
245
 
242
246
  msgctxt "The heading element name displayed in the suggestion."
243
247
  msgid "ELEMENT_HEADING"
244
248
  msgid_plural "%0 headings (level %1)"
245
249
  msgstr[0] "naslov (nivo %1)"
246
250
  msgstr[1] "0% naslov (nivo %1)"
247
- msgstr[2] "0% naslov (nivo %1)"
251
+ msgstr[2] "0% наслов (ниво %1)"
248
252
 
249
253
  msgctxt "The heading element name displayed in the suggestion with a custom title."
250
254
  msgid "ELEMENT_HEADING_CUSTOM"
251
255
  msgid_plural "%0 headings (%1)"
252
256
  msgstr[0] "(%1) naslov"
253
257
  msgstr[1] "0% naslova (%1)"
254
- msgstr[2] "0% naslova (%1)"
258
+ msgstr[2] "0% наслова (%1)"
255
259
 
256
260
  msgctxt "The horizontal line element name displayed in the suggestion."
257
261
  msgid "ELEMENT_HORIZONTAL_LINE"
258
262
  msgid_plural "%0 horizontal lines"
259
263
  msgstr[0] "horizontalna linija"
260
264
  msgstr[1] "0% horizontalne linije"
261
- msgstr[2] "0% horizontalnih linija"
265
+ msgstr[2] "0% хоризонталних линија"
262
266
 
263
267
  msgctxt "The HTML embed element name displayed in the suggestion."
264
268
  msgid "ELEMENT_HTML_EMBED"
265
269
  msgid_plural "%0 HTML embeds"
266
270
  msgstr[0] "HTML kôd za ugradnju"
267
271
  msgstr[1] "0% HTML koda za ugradnju"
268
- msgstr[2] "0% HTML kodova za ugradnju"
272
+ msgstr[2] "0% ХТМЛ кодова за уградњу"
269
273
 
270
274
  msgctxt "The image element name displayed in the suggestion."
271
275
  msgid "ELEMENT_IMAGE"
272
276
  msgid_plural "%0 images"
273
277
  msgstr[0] "slika"
274
278
  msgstr[1] "0% slike"
275
- msgstr[2] "0% slika"
279
+ msgstr[2] "0% слика"
276
280
 
277
281
  msgctxt "The inline image element name displayed in the suggestion."
278
282
  msgid "ELEMENT_INLINE_IMAGE"
279
283
  msgid_plural "%0 images"
280
284
  msgstr[0] "slika"
281
285
  msgstr[1] "0% slike"
282
- msgstr[2] "0% slika"
286
+ msgstr[2] "0% слика"
283
287
 
284
288
  msgctxt "The line break element name displayed in the suggestion."
285
289
  msgid "ELEMENT_LINE_BREAK"
286
290
  msgid_plural "%0 line breaks"
287
291
  msgstr[0] "prelom reda"
288
292
  msgstr[1] "0% preloma reda"
289
- msgstr[2] "0% preloma reda"
293
+ msgstr[2] "0% прелома реда"
290
294
 
291
295
  msgctxt "The list item element name displayed in the suggestion."
292
296
  msgid "ELEMENT_LIST_ITEM"
293
297
  msgid_plural "%0 list items"
294
298
  msgstr[0] "stavka liste"
295
299
  msgstr[1] "0% stavke liste"
296
- msgstr[2] "0% stavki liste"
300
+ msgstr[2] "0% ставки листе"
297
301
 
298
302
  msgctxt "The media element name displayed in the suggestion."
299
303
  msgid "ELEMENT_MEDIA"
300
304
  msgid_plural "%0 media items"
301
305
  msgstr[0] "stavka medija"
302
306
  msgstr[1] "0% stavke medija"
303
- msgstr[2] "0% stavki medija"
307
+ msgstr[2] "0% ставки медија"
304
308
 
305
309
  msgctxt "The numbered list element name displayed in the suggestion."
306
310
  msgid "ELEMENT_NUMBERED_LIST"
@@ -335,56 +339,63 @@ msgid "ELEMENT_PAGE_BREAK"
335
339
  msgid_plural "%0 page breaks"
336
340
  msgstr[0] "prelom stranice"
337
341
  msgstr[1] "0% preloma stranice"
338
- msgstr[2] "0% preloma stranice"
342
+ msgstr[2] "0% прелома странице"
339
343
 
340
344
  msgctxt "The paragraph element name displayed in the suggestion."
341
345
  msgid "ELEMENT_PARAGRAPH"
342
346
  msgid_plural "%0 paragraphs"
343
347
  msgstr[0] "pasus"
344
348
  msgstr[1] "0% pasusa"
345
- msgstr[2] "0% pasusa"
349
+ msgstr[2] "0% пасуса"
346
350
 
347
351
  msgctxt "The space element name displayed in the suggestion."
348
352
  msgid "ELEMENT_SPACE"
349
353
  msgid_plural "%0 spaces"
350
354
  msgstr[0] "razmak"
351
355
  msgstr[1] "0% razmaka"
352
- msgstr[2] "0% razmaka"
356
+ msgstr[2] "0% размак"
353
357
 
354
358
  msgctxt "The table element name displayed in the suggestion."
355
359
  msgid "ELEMENT_TABLE"
356
360
  msgid_plural "%0 tables"
357
361
  msgstr[0] "tabela"
358
362
  msgstr[1] "0% tabele"
359
- msgstr[2] "0% tabela"
363
+ msgstr[2] "0% табела"
360
364
 
361
365
  msgctxt "The table column element name displayed in the suggestion."
362
366
  msgid "ELEMENT_TABLE_COLUMN"
363
367
  msgid_plural "%0 table columns"
364
368
  msgstr[0] "kolona tabele"
365
369
  msgstr[1] "0% kolone tabele"
366
- msgstr[2] "0% kolona tabele"
370
+ msgstr[2] "0% колона табеле"
367
371
 
368
372
  msgctxt "The table column with text element name displayed in the suggestion."
369
373
  msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
370
374
  msgid_plural "%0 table columns *with text* %1"
371
375
  msgstr[0] "%1 kolona tabele *sa tekstom*"
372
376
  msgstr[1] "0% %1 kolone tabele *sa tekstom*"
373
- msgstr[2] "0% %1 kolona tabele *sa tekstom*"
377
+ msgstr[2] "0% %1 колона табеле *са текстом*"
378
+
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
374
385
 
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
378
389
  msgstr[0] "red tabele"
379
390
  msgstr[1] "0% reda tabele"
380
- msgstr[2] "0% redova tabele"
391
+ msgstr[2] "0% редова табеле"
381
392
 
382
393
  msgctxt "The table row with text element name displayed in the suggestion."
383
394
  msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
384
395
  msgid_plural "%0 table rows *with text* %1"
385
396
  msgstr[0] "%1 red tabele *sa tekstom*"
386
397
  msgstr[1] "%0 reda tabele *sa tekstom* %1"
387
- msgstr[2] "%0 redova tabele *sa tekstom* %1"
398
+ msgstr[2] "%0 редова табеле *са текстом* %1"
388
399
 
389
400
  msgctxt "The table with text element name displayed in the suggestion."
390
401
  msgid "ELEMENT_TABLE_WITH_TEXT"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Swedish (https://www.transifex.com/ckeditor/teams/11143/sv/)\n"
15
+ "Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
16
16
  "Language: sv\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Ställ in teckenstorlek:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Ställ markering:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "tabellkolumn *med text* %1"
357
361
  msgstr[1] "0% tabellkolumn *med text* %1"
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Thai (https://www.transifex.com/ckeditor/teams/11143/th/)\n"
15
+ "Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
16
16
  "Language: th\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*ตั้งค่าขนาดฟอนต์:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*ตั้งค่าไฮไลต์:* %0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "คอลัมน์ของตาราง *ที่มีข้อความ* %1"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Turkmen (https://www.transifex.com/ckeditor/teams/11143/tk/)\n"
15
+ "Language-Team: Turkmen (https://app.transifex.com/ckeditor/teams/11143/tk/)\n"
16
16
  "Language: tk\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr ""
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr ""
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] ""
357
361
  msgstr[1] ""
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Turkish (https://www.transifex.com/ckeditor/teams/11143/tr/)\n"
15
+ "Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
16
16
  "Language: tr\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Yazı boyutunun ayarlanması:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Vurguyu ayarla:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "tablo kolonu *metinle birlikte* %1"
357
361
  msgstr[1] "%0 tablo kolonları *metinle birlikte* %1"
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Tatar (https://www.transifex.com/ckeditor/teams/11143/tt/)\n"
15
+ "Language-Team: Tatar (https://app.transifex.com/ckeditor/teams/11143/tt/)\n"
16
16
  "Language: tt\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr ""
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr ""
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] ""
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Ukrainian (https://www.transifex.com/ckeditor/teams/11143/uk/)\n"
15
+ "Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
16
16
  "Language: uk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Установити розмір шрифту:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Установити виділення:* %0"
@@ -388,6 +392,14 @@ msgstr[1] "0% стовпці таблиці *з текстом* %1"
388
392
  msgstr[2] "0% стовпців таблиці *з текстом* %1"
389
393
  msgstr[3] "0% стовпців таблиці *з текстом* %1"
390
394
 
395
+ msgctxt "The table of contents element name displayed in the suggestion."
396
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
397
+ msgid_plural "%0 tables of contents"
398
+ msgstr[0] ""
399
+ msgstr[1] ""
400
+ msgstr[2] ""
401
+ msgstr[3] ""
402
+
391
403
  msgctxt "The table row element name displayed in the suggestion."
392
404
  msgid "ELEMENT_TABLE_ROW"
393
405
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Urdu (https://www.transifex.com/ckeditor/teams/11143/ur/)\n"
15
+ "Language-Team: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
16
16
  "Language: ur\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr ""
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr ""
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] ""
357
361
  msgstr[1] ""
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Vietnamese (https://www.transifex.com/ckeditor/teams/11143/vi/)\n"
15
+ "Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
16
16
  "Language: vi\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Đặt lại kích cỡ phông chữ:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Đặt văn bản tô sáng:* %0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "cột trong bảng *có văn bản* %1"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Chinese (China) (https://www.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
15
+ "Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
16
16
  "Language: zh_CN\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*设置字号:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*设置高亮:* %0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "%0 表格列 *含文本* %1"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Chinese (Taiwan) (https://www.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
15
+ "Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
16
16
  "Language: zh_TW\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*設定字型大小:*%0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*設定亮顯:*%0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "表格行*帶文字* %1"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "37.0.1",
3
+ "version": "37.1.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -41,8 +41,8 @@
41
41
  "postversion": "npm run build"
42
42
  },
43
43
  "dependencies": {
44
- "ckeditor5": "^37.0.1",
45
- "ckeditor5-collaboration": "^37.0.1",
44
+ "ckeditor5": "^37.1.0",
45
+ "ckeditor5-collaboration": "^37.1.0",
46
46
  "lodash-es": "^4.17.11"
47
47
  },
48
48
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xdf3d=['TrackChangesEditing','editor','execute','isEnabled','get','acceptSuggestion','track-changes-accept-suggestion-not-found','refresh','plugins'];(function(_0x146df5,_0xdf3db){const _0x297eb0=function(_0x53f267){while(--_0x53f267){_0x146df5['push'](_0x146df5['shift']());}};_0x297eb0(++_0xdf3db);}(_0xdf3d,0xb9));const _0x297e=function(_0x146df5,_0xdf3db){_0x146df5=_0x146df5-0x0;let _0x297eb0=_0xdf3d[_0x146df5];return _0x297eb0;};import{Command as _0x5799ae}from'ckeditor5/src/core';import{CKEditorError as _0x11ddc8}from'ckeditor5/src/utils';export default class M extends _0x5799ae{constructor(_0x4dcae6,_0x340ce0){super(_0x4dcae6),this['_suggestions']=_0x340ce0,this[_0x297e('0x2')]();}[_0x297e('0x2')](){this[_0x297e('0x7')]=!0x0;}[_0x297e('0x6')](_0x494aab){const _0x5b94f8=this['_suggestions']['get'](_0x494aab);if(!_0x5b94f8)throw new _0x11ddc8(_0x297e('0x1'),this);this[_0x297e('0x5')][_0x297e('0x3')][_0x297e('0x8')](_0x297e('0x4'))[_0x297e('0x0')](_0x5b94f8);}}
23
+ const _0x47f4=['refresh','track-changes-accept-suggestion-not-found','editor','plugins','_suggestions','execute','get'];(function(_0x9e2f04,_0x47f468){const _0x1c574d=function(_0x58679f){while(--_0x58679f){_0x9e2f04['push'](_0x9e2f04['shift']());}};_0x1c574d(++_0x47f468);}(_0x47f4,0x8d));const _0x1c57=function(_0x9e2f04,_0x47f468){_0x9e2f04=_0x9e2f04-0x0;let _0x1c574d=_0x47f4[_0x9e2f04];return _0x1c574d;};import{Command as _0x1af73c}from'ckeditor5/src/core';import{CKEditorError as _0x24c7b6}from'ckeditor5/src/utils';export default class M extends _0x1af73c{constructor(_0x495b42,_0x4eab3d){super(_0x495b42),this[_0x1c57('0x3')]=_0x4eab3d,this[_0x1c57('0x6')]();}['refresh'](){this['isEnabled']=!0x0;}[_0x1c57('0x4')](_0x33a592){const _0x5e98bc=this['_suggestions'][_0x1c57('0x5')](_0x33a592);if(!_0x5e98bc)throw new _0x24c7b6(_0x1c57('0x0'),this);this[_0x1c57('0x1')][_0x1c57('0x2')]['get']('TrackChangesEditing')['acceptSuggestion'](_0x5e98bc);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x303f=['isEnabled','plugins','editor','_suggestions','TrackChangesEditing','discardSuggestion','execute','refresh','get'];(function(_0x4c2262,_0x303fc1){const _0x7f201f=function(_0x427427){while(--_0x427427){_0x4c2262['push'](_0x4c2262['shift']());}};_0x7f201f(++_0x303fc1);}(_0x303f,0x1a4));const _0x7f20=function(_0x4c2262,_0x303fc1){_0x4c2262=_0x4c2262-0x0;let _0x7f201f=_0x303f[_0x4c2262];return _0x7f201f;};import{Command as _0xa8f169}from'ckeditor5/src/core';import{CKEditorError as _0x5b8c52}from'ckeditor5/src/utils';export default class $ extends _0xa8f169{constructor(_0x4b4918,_0x4daf52){super(_0x4b4918),this[_0x7f20('0x6')]=_0x4daf52,this['refresh']();}[_0x7f20('0x1')](){this[_0x7f20('0x3')]=!0x0;}[_0x7f20('0x0')](_0x58593b){const _0x5568e1=this['_suggestions'][_0x7f20('0x2')](_0x58593b);if(!_0x5568e1)throw new _0x5b8c52('track-changes-discard-suggestion-not-found',this);this[_0x7f20('0x5')][_0x7f20('0x4')][_0x7f20('0x2')](_0x7f20('0x7'))[_0x7f20('0x8')](_0x5568e1);}}
23
+ const _0x3372=['refresh','_suggestions','editor','isEnabled','discardSuggestion','plugins','get','TrackChangesEditing','track-changes-discard-suggestion-not-found'];(function(_0x549eae,_0x33729b){const _0x5ba115=function(_0x31b3d5){while(--_0x31b3d5){_0x549eae['push'](_0x549eae['shift']());}};_0x5ba115(++_0x33729b);}(_0x3372,0x1c7));const _0x5ba1=function(_0x549eae,_0x33729b){_0x549eae=_0x549eae-0x0;let _0x5ba115=_0x3372[_0x549eae];return _0x5ba115;};import{Command as _0x48847f}from'ckeditor5/src/core';import{CKEditorError as _0x242cf2}from'ckeditor5/src/utils';export default class $ extends _0x48847f{constructor(_0x261581,_0x54c3c7){super(_0x261581),this[_0x5ba1('0x5')]=_0x54c3c7,this[_0x5ba1('0x4')]();}['refresh'](){this[_0x5ba1('0x7')]=!0x0;}['execute'](_0x49b067){const _0x3328f2=this['_suggestions'][_0x5ba1('0x1')](_0x49b067);if(!_0x3328f2)throw new _0x242cf2(_0x5ba1('0x3'),this);this[_0x5ba1('0x6')][_0x5ba1('0x0')]['get'](_0x5ba1('0x2'))[_0x5ba1('0x8')](_0x3328f2);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b80=['isEnabled','refresh','some','values','_suggestions','isInContent','from','_command','model'];(function(_0x328f68,_0x4b80df){const _0x5c1dd5=function(_0xeeecba){while(--_0xeeecba){_0x328f68['push'](_0x328f68['shift']());}};_0x5c1dd5(++_0x4b80df);}(_0x4b80,0x138));const _0x5c1d=function(_0x328f68,_0x4b80df){_0x328f68=_0x328f68-0x0;let _0x5c1dd5=_0x4b80[_0x328f68];return _0x5c1dd5;};import{Command as _0x3abbdf}from'ckeditor5/src/core';import{sortSuggestions as _0x51752f,executeCommandForSuggestions as _0xe713f7}from'../utils/utils';export default class N extends _0x3abbdf{constructor(_0x9508ad,_0x58adbb,_0x4cfb56){super(_0x9508ad),this[_0x5c1d('0x1')]=_0x58adbb,this[_0x5c1d('0x7')]=_0x4cfb56,this['refresh']();}[_0x5c1d('0x4')](){const _0x25565f=Array['from'](this[_0x5c1d('0x7')]['values']())[_0x5c1d('0x5')](_0x290aa4=>_0x290aa4[_0x5c1d('0x8')]);this['isEnabled']=this[_0x5c1d('0x1')][_0x5c1d('0x3')]&&_0x25565f;}['execute'](){const _0x17270e=_0x51752f(Array[_0x5c1d('0x0')](this[_0x5c1d('0x7')][_0x5c1d('0x6')]()));_0xe713f7(this['editor'][_0x5c1d('0x2')],this['_command'],_0x17270e);}}
23
+ const _0x4d18=['refresh','some','isEnabled','execute','values','from','isInContent','_suggestions','_command'];(function(_0xb5dfe7,_0x4d1878){const _0x533dc3=function(_0x24f528){while(--_0x24f528){_0xb5dfe7['push'](_0xb5dfe7['shift']());}};_0x533dc3(++_0x4d1878);}(_0x4d18,0x93));const _0x533d=function(_0xb5dfe7,_0x4d1878){_0xb5dfe7=_0xb5dfe7-0x0;let _0x533dc3=_0x4d18[_0xb5dfe7];return _0x533dc3;};import{Command as _0x2331ff}from'ckeditor5/src/core';import{sortSuggestions as _0x42ba4a,executeCommandForSuggestions as _0x5434da}from'../utils/utils';export default class N extends _0x2331ff{constructor(_0x481077,_0x51c13c,_0x26f227){super(_0x481077),this[_0x533d('0x5')]=_0x51c13c,this[_0x533d('0x4')]=_0x26f227,this[_0x533d('0x6')]();}[_0x533d('0x6')](){const _0x11f28b=Array[_0x533d('0x2')](this[_0x533d('0x4')]['values']())[_0x533d('0x7')](_0x13fd19=>_0x13fd19[_0x533d('0x3')]);this[_0x533d('0x8')]=this[_0x533d('0x5')]['isEnabled']&&_0x11f28b;}[_0x533d('0x0')](){const _0x30112e=_0x42ba4a(Array[_0x533d('0x2')](this[_0x533d('0x4')][_0x533d('0x1')]()));_0x5434da(this['editor']['model'],this[_0x533d('0x5')],_0x30112e);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3534=['_selectedSuggestions','_command','_suggestions','execute','size','values','model','document','isEnabled','selection','from'];(function(_0x105929,_0x353441){const _0x30012d=function(_0x5acf5e){while(--_0x5acf5e){_0x105929['push'](_0x105929['shift']());}};_0x30012d(++_0x353441);}(_0x3534,0xa8));const _0x3001=function(_0x105929,_0x353441){_0x105929=_0x105929-0x0;let _0x30012d=_0x3534[_0x105929];return _0x30012d;};import{Command as _0x1b8b90}from'ckeditor5/src/core';import{sortSuggestions as _0x2c368d,getSelectedSuggestions as _0x4e6eca,executeCommandForSuggestions as _0x4bf43a}from'../utils/utils';export default class R extends _0x1b8b90{constructor(_0x5e8535,_0x23836c,_0x27e150){super(_0x5e8535),this['_command']=_0x23836c,this[_0x3001('0xa')]=_0x27e150,this[_0x3001('0x8')]=new Set(),this['refresh']();}['refresh'](){const _0x470e40=this['editor'][_0x3001('0x3')][_0x3001('0x4')][_0x3001('0x6')],_0x18e148=Array['from'](this[_0x3001('0xa')][_0x3001('0x2')]());this[_0x3001('0x8')]=_0x4e6eca(_0x470e40,_0x18e148),this['isEnabled']=this['_command'][_0x3001('0x5')]&&!!this['_selectedSuggestions'][_0x3001('0x1')];}[_0x3001('0x0')](){const _0x2a4d44=_0x2c368d(Array[_0x3001('0x7')](this[_0x3001('0x8')]));_0x4bf43a(this['editor'][_0x3001('0x3')],this[_0x3001('0x9')],_0x2a4d44);}}
23
+ const _0x2112=['size','document','execute','from','editor','values','_command','model','selection','_suggestions','isEnabled','_selectedSuggestions'];(function(_0x1563e1,_0x2112f6){const _0x47da18=function(_0x460264){while(--_0x460264){_0x1563e1['push'](_0x1563e1['shift']());}};_0x47da18(++_0x2112f6);}(_0x2112,0xbd));const _0x47da=function(_0x1563e1,_0x2112f6){_0x1563e1=_0x1563e1-0x0;let _0x47da18=_0x2112[_0x1563e1];return _0x47da18;};import{Command as _0x463a7b}from'ckeditor5/src/core';import{sortSuggestions as _0x3f3bf3,getSelectedSuggestions as _0x2367cd,executeCommandForSuggestions as _0x169a8e}from'../utils/utils';export default class R extends _0x463a7b{constructor(_0x554b73,_0x1303f3,_0x2b4989){super(_0x554b73),this['_command']=_0x1303f3,this[_0x47da('0x0')]=_0x2b4989,this['_selectedSuggestions']=new Set(),this['refresh']();}['refresh'](){const _0x4c99ee=this[_0x47da('0x7')][_0x47da('0xa')][_0x47da('0x4')][_0x47da('0xb')],_0x363a11=Array[_0x47da('0x6')](this[_0x47da('0x0')][_0x47da('0x8')]());this['_selectedSuggestions']=_0x2367cd(_0x4c99ee,_0x363a11),this['isEnabled']=this['_command'][_0x47da('0x1')]&&!!this['_selectedSuggestions'][_0x47da('0x3')];}[_0x47da('0x5')](){const _0x1983d0=_0x3f3bf3(Array[_0x47da('0x6')](this[_0x47da('0x2')]));_0x169a8e(this[_0x47da('0x7')][_0x47da('0xa')],this[_0x47da('0x9')],_0x1983d0);}}