@ckeditor/ckeditor5-track-changes 34.1.0 → 34.2.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 (109) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/az.js +1 -1
  3. package/build/translations/cs.js +1 -1
  4. package/build/translations/da.js +1 -1
  5. package/build/translations/de.js +1 -1
  6. package/build/translations/el.js +1 -1
  7. package/build/translations/en-au.js +1 -1
  8. package/build/translations/es.js +1 -1
  9. package/build/translations/et.js +1 -1
  10. package/build/translations/fr.js +1 -1
  11. package/build/translations/gl.js +1 -1
  12. package/build/translations/hi.js +1 -1
  13. package/build/translations/hr.js +1 -1
  14. package/build/translations/id.js +1 -1
  15. package/build/translations/it.js +1 -1
  16. package/build/translations/lv.js +1 -0
  17. package/build/translations/nl.js +1 -1
  18. package/build/translations/pl.js +1 -1
  19. package/build/translations/pt-br.js +1 -1
  20. package/build/translations/sk.js +1 -1
  21. package/build/translations/sr-latn.js +1 -1
  22. package/build/translations/sr.js +1 -1
  23. package/build/translations/tk.js +1 -1
  24. package/build/translations/tr.js +1 -1
  25. package/build/translations/zh-cn.js +1 -1
  26. package/build/translations/zh.js +1 -1
  27. package/lang/contexts.json +2 -0
  28. package/lang/translations/az.po +10 -0
  29. package/lang/translations/cs.po +12 -0
  30. package/lang/translations/da.po +10 -0
  31. package/lang/translations/de.po +10 -0
  32. package/lang/translations/el.po +10 -0
  33. package/lang/translations/en-au.po +10 -0
  34. package/lang/translations/en.po +10 -0
  35. package/lang/translations/es.po +29 -1
  36. package/lang/translations/et.po +10 -0
  37. package/lang/translations/fr.po +29 -1
  38. package/lang/translations/gl.po +10 -0
  39. package/lang/translations/hi.po +10 -0
  40. package/lang/translations/hr.po +11 -0
  41. package/lang/translations/id.po +9 -0
  42. package/lang/translations/it.po +29 -1
  43. package/lang/translations/lv.po +415 -0
  44. package/lang/translations/nl.po +10 -0
  45. package/lang/translations/pl.po +12 -0
  46. package/lang/translations/pt-br.po +29 -1
  47. package/lang/translations/sk.po +12 -0
  48. package/lang/translations/sr-latn.po +11 -0
  49. package/lang/translations/sr.po +11 -0
  50. package/lang/translations/tk.po +10 -0
  51. package/lang/translations/tr.po +10 -0
  52. package/lang/translations/zh-cn.po +9 -0
  53. package/lang/translations/zh.po +9 -0
  54. package/package.json +3 -3
  55. package/src/commands/acceptallsuggestionscommand.js +1 -1
  56. package/src/commands/acceptselectedsuggestionscommand.js +1 -1
  57. package/src/commands/acceptsuggestioncommand.js +1 -1
  58. package/src/commands/discardallsuggestionscommand.js +1 -1
  59. package/src/commands/discardselectedsuggestionscommand.js +1 -1
  60. package/src/commands/discardsuggestioncommand.js +1 -1
  61. package/src/commands/trackchangescommand.js +1 -1
  62. package/src/integrations/alignment.js +1 -1
  63. package/src/integrations/basicstyles.js +1 -1
  64. package/src/integrations/blockquote.js +1 -1
  65. package/src/integrations/ckbox.js +23 -0
  66. package/src/integrations/codeblock.js +1 -1
  67. package/src/integrations/comments.js +1 -1
  68. package/src/integrations/deletecommand.js +1 -1
  69. package/src/integrations/entercommand.js +1 -1
  70. package/src/integrations/font.js +1 -1
  71. package/src/integrations/heading.js +1 -1
  72. package/src/integrations/highlight.js +1 -1
  73. package/src/integrations/horizontalline.js +1 -1
  74. package/src/integrations/htmlembed.js +23 -0
  75. package/src/integrations/image.js +1 -1
  76. package/src/integrations/indent.js +1 -1
  77. package/src/integrations/inputcommand.js +1 -1
  78. package/src/integrations/link.js +1 -1
  79. package/src/integrations/list.js +1 -1
  80. package/src/integrations/mediaembed.js +1 -1
  81. package/src/integrations/mention.js +1 -1
  82. package/src/integrations/pagebreak.js +1 -1
  83. package/src/integrations/paragraph.js +1 -1
  84. package/src/integrations/removeformat.js +1 -1
  85. package/src/integrations/restrictededitingmode.js +1 -1
  86. package/src/integrations/shiftentercommand.js +1 -1
  87. package/src/integrations/standardeditingmode.js +1 -1
  88. package/src/integrations/table.js +1 -1
  89. package/src/integrations/tableclipboard.js +1 -1
  90. package/src/integrations/tableheadings.js +1 -1
  91. package/src/integrations/tablemergesplit.js +1 -1
  92. package/src/integrations/title.js +1 -1
  93. package/src/integrations/undo.js +1 -1
  94. package/src/integrations/utils.js +1 -1
  95. package/src/suggestion.js +1 -1
  96. package/src/suggestiondescriptionfactory.js +1 -1
  97. package/src/trackchanges.js +1 -1
  98. package/src/trackchangesdata.js +1 -1
  99. package/src/trackchangesediting.js +1 -1
  100. package/src/trackchangesui.js +1 -1
  101. package/src/ui/suggestioncontroller.js +1 -1
  102. package/src/ui/view/basesuggestionthreadview.js +1 -1
  103. package/src/ui/view/suggestionthreadview.js +1 -1
  104. package/src/utils/common-translations.js +1 -1
  105. package/src/utils/getrangesofblockgroups.js +23 -0
  106. package/src/utils/getselectedsuggestions.js +1 -1
  107. package/src/utils/hashobject.js +1 -1
  108. package/src/utils/normalizedescription.js +1 -1
  109. package/src/utils/sortsuggestions.js +1 -1
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Zamień na:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Zaznacz*"
@@ -212,6 +216,14 @@ msgstr[1] "%0 linie poziome"
212
216
  msgstr[2] "%0 linii poziomych"
213
217
  msgstr[3] "%0 linii poziomych"
214
218
 
219
+ msgctxt "The HTML embed element name displayed in the suggestion."
220
+ msgid "ELEMENT_HTML_EMBED"
221
+ msgid_plural "%0 HTML embeds"
222
+ msgstr[0] ""
223
+ msgstr[1] ""
224
+ msgstr[2] ""
225
+ msgstr[3] ""
226
+
215
227
  msgctxt "The image element name displayed in the suggestion."
216
228
  msgid "ELEMENT_IMAGE"
217
229
  msgid_plural "%0 images"
@@ -14,12 +14,16 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
16
  "Language: pt_BR\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Alterar para:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Verificar item*"
@@ -185,54 +189,70 @@ msgid "ELEMENT_CODE_BLOCK"
185
189
  msgid_plural "%0 code blocks"
186
190
  msgstr[0] "bloco de código"
187
191
  msgstr[1] "%0 bloco de código"
192
+ msgstr[2] "%0 bloco de código"
188
193
 
189
194
  msgctxt "The heading element name displayed in the suggestion."
190
195
  msgid "ELEMENT_HEADING"
191
196
  msgid_plural "%0 headings (level %1)"
192
197
  msgstr[0] "título (nível %1)"
193
198
  msgstr[1] "%0 títulos (nível %1)"
199
+ msgstr[2] "%0 títulos (nível %1)"
194
200
 
195
201
  msgctxt "The heading element name displayed in the suggestion with a custom title."
196
202
  msgid "ELEMENT_HEADING_CUSTOM"
197
203
  msgid_plural "%0 headings (%1)"
198
204
  msgstr[0] "título (%1)"
199
205
  msgstr[1] "%0 títulos (%1)"
206
+ msgstr[2] "%0 títulos (%1)"
200
207
 
201
208
  msgctxt "The horizontal line element name displayed in the suggestion."
202
209
  msgid "ELEMENT_HORIZONTAL_LINE"
203
210
  msgid_plural "%0 horizontal lines"
204
211
  msgstr[0] "linha horizontal"
205
212
  msgstr[1] "%0 linhas horizontal"
213
+ msgstr[2] "%0 linhas horizontal"
214
+
215
+ msgctxt "The HTML embed element name displayed in the suggestion."
216
+ msgid "ELEMENT_HTML_EMBED"
217
+ msgid_plural "%0 HTML embeds"
218
+ msgstr[0] ""
219
+ msgstr[1] ""
220
+ msgstr[2] ""
206
221
 
207
222
  msgctxt "The image element name displayed in the suggestion."
208
223
  msgid "ELEMENT_IMAGE"
209
224
  msgid_plural "%0 images"
210
225
  msgstr[0] "imagem"
211
226
  msgstr[1] "%0 imagens"
227
+ msgstr[2] "%0 imagens"
212
228
 
213
229
  msgctxt "The inline image element name displayed in the suggestion."
214
230
  msgid "ELEMENT_INLINE_IMAGE"
215
231
  msgid_plural "%0 images"
216
232
  msgstr[0] "imagem"
217
233
  msgstr[1] "%0 imagens"
234
+ msgstr[2] "%0 imagens"
218
235
 
219
236
  msgctxt "The line break element name displayed in the suggestion."
220
237
  msgid "ELEMENT_LINE_BREAK"
221
238
  msgid_plural "%0 line breaks"
222
239
  msgstr[0] "quebra de linha"
223
240
  msgstr[1] "%0 quebras de linha"
241
+ msgstr[2] "%0 quebras de linha"
224
242
 
225
243
  msgctxt "The list item element name displayed in the suggestion."
226
244
  msgid "ELEMENT_LIST_ITEM"
227
245
  msgid_plural "%0 list items"
228
246
  msgstr[0] "item da lista"
229
247
  msgstr[1] "%0 itens da lista"
248
+ msgstr[2] "%0 itens da lista"
230
249
 
231
250
  msgctxt "The media element name displayed in the suggestion."
232
251
  msgid "ELEMENT_MEDIA"
233
252
  msgid_plural "%0 media items"
234
253
  msgstr[0] "item de mídia"
235
254
  msgstr[1] "%0 itens de mídia"
255
+ msgstr[2] "%0 itens de mídia"
236
256
 
237
257
  msgctxt "The numbered list element name displayed in the suggestion."
238
258
  msgid "ELEMENT_NUMBERED_LIST"
@@ -243,48 +263,56 @@ msgid "ELEMENT_PAGE_BREAK"
243
263
  msgid_plural "%0 page breaks"
244
264
  msgstr[0] "quebra de página"
245
265
  msgstr[1] "%0 quebras de página"
266
+ msgstr[2] "%0 quebras de página"
246
267
 
247
268
  msgctxt "The paragraph element name displayed in the suggestion."
248
269
  msgid "ELEMENT_PARAGRAPH"
249
270
  msgid_plural "%0 paragraphs"
250
271
  msgstr[0] "parágrafo"
251
272
  msgstr[1] "%0 parágrafos"
273
+ msgstr[2] "%0 parágrafos"
252
274
 
253
275
  msgctxt "The space element name displayed in the suggestion."
254
276
  msgid "ELEMENT_SPACE"
255
277
  msgid_plural "%0 spaces"
256
278
  msgstr[0] "espaço"
257
279
  msgstr[1] "%0 espaços"
280
+ msgstr[2] "%0 espaços"
258
281
 
259
282
  msgctxt "The table element name displayed in the suggestion."
260
283
  msgid "ELEMENT_TABLE"
261
284
  msgid_plural "%0 tables"
262
285
  msgstr[0] "tabela"
263
286
  msgstr[1] "%0 tabelas"
287
+ msgstr[2] "%0 tabelas"
264
288
 
265
289
  msgctxt "The table column element name displayed in the suggestion."
266
290
  msgid "ELEMENT_TABLE_COLUMN"
267
291
  msgid_plural "%0 table columns"
268
292
  msgstr[0] "coluna de tabela"
269
293
  msgstr[1] "%0 colunas de tabela"
294
+ msgstr[2] "%0 colunas de tabela"
270
295
 
271
296
  msgctxt "The table column with text element name displayed in the suggestion."
272
297
  msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
273
298
  msgid_plural "%0 table columns *with text* %1"
274
299
  msgstr[0] "coluna de tabela *com texto* %1"
275
300
  msgstr[1] "%0 colunas de tabela *com texto* %1"
301
+ msgstr[2] "%0 colunas de tabela *com texto* %1"
276
302
 
277
303
  msgctxt "The table row element name displayed in the suggestion."
278
304
  msgid "ELEMENT_TABLE_ROW"
279
305
  msgid_plural "%0 table rows"
280
306
  msgstr[0] "linha da tabela"
281
307
  msgstr[1] "%0 linhas da tabela"
308
+ msgstr[2] "%0 linhas da tabela"
282
309
 
283
310
  msgctxt "The table row with text element name displayed in the suggestion."
284
311
  msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
285
312
  msgid_plural "%0 table rows *with text* %1"
286
313
  msgstr[0] "linha de tabela *com texto* %1"
287
314
  msgstr[1] "%0 linhas de tabela *com texto* %1"
315
+ msgstr[2] "%0 linhas de tabela *com texto* %1"
288
316
 
289
317
  msgctxt "The table with text element name displayed in the suggestion."
290
318
  msgid "ELEMENT_TABLE_WITH_TEXT"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Zmeniť na:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Označiť položku*"
@@ -212,6 +216,14 @@ msgstr[1] "%0 horizontálne čiary"
212
216
  msgstr[2] "%0 horizontálnych čiar"
213
217
  msgstr[3] "%0 horizontálnych čiar"
214
218
 
219
+ msgctxt "The HTML embed element name displayed in the suggestion."
220
+ msgid "ELEMENT_HTML_EMBED"
221
+ msgid_plural "%0 HTML embeds"
222
+ msgstr[0] ""
223
+ msgstr[1] ""
224
+ msgstr[2] ""
225
+ msgstr[3] ""
226
+
215
227
  msgctxt "The image element name displayed in the suggestion."
216
228
  msgid "ELEMENT_IMAGE"
217
229
  msgid_plural "%0 images"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Promenite na:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Proverite stavku*"
@@ -208,6 +212,13 @@ msgstr[0] ""
208
212
  msgstr[1] ""
209
213
  msgstr[2] ""
210
214
 
215
+ msgctxt "The HTML embed element name displayed in the suggestion."
216
+ msgid "ELEMENT_HTML_EMBED"
217
+ msgid_plural "%0 HTML embeds"
218
+ msgstr[0] ""
219
+ msgstr[1] ""
220
+ msgstr[2] ""
221
+
211
222
  msgctxt "The image element name displayed in the suggestion."
212
223
  msgid "ELEMENT_IMAGE"
213
224
  msgid_plural "%0 images"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Промените на:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Проверите ставку* "
@@ -208,6 +212,13 @@ msgstr[0] ""
208
212
  msgstr[1] ""
209
213
  msgstr[2] ""
210
214
 
215
+ msgctxt "The HTML embed element name displayed in the suggestion."
216
+ msgid "ELEMENT_HTML_EMBED"
217
+ msgid_plural "%0 HTML embeds"
218
+ msgstr[0] ""
219
+ msgstr[1] ""
220
+ msgstr[2] ""
221
+
211
222
  msgctxt "The image element name displayed in the suggestion."
212
223
  msgid "ELEMENT_IMAGE"
213
224
  msgid_plural "%0 images"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Şuňa üýtget:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Elementi barlaň*"
@@ -204,6 +208,12 @@ msgid_plural "%0 horizontal lines"
204
208
  msgstr[0] ""
205
209
  msgstr[1] ""
206
210
 
211
+ msgctxt "The HTML embed element name displayed in the suggestion."
212
+ msgid "ELEMENT_HTML_EMBED"
213
+ msgid_plural "%0 HTML embeds"
214
+ msgstr[0] ""
215
+ msgstr[1] ""
216
+
207
217
  msgctxt "The image element name displayed in the suggestion."
208
218
  msgid "ELEMENT_IMAGE"
209
219
  msgid_plural "%0 images"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Değiştir:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Öğeyi kontrol et*"
@@ -204,6 +208,12 @@ msgid_plural "%0 horizontal lines"
204
208
  msgstr[0] "yatay çizgi"
205
209
  msgstr[1] "%0 yatay çizgi"
206
210
 
211
+ msgctxt "The HTML embed element name displayed in the suggestion."
212
+ msgid "ELEMENT_HTML_EMBED"
213
+ msgid_plural "%0 HTML embeds"
214
+ msgstr[0] ""
215
+ msgstr[1] ""
216
+
207
217
  msgctxt "The image element name displayed in the suggestion."
208
218
  msgid "ELEMENT_IMAGE"
209
219
  msgid_plural "%0 images"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*更改至:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*勾选项目*"
@@ -200,6 +204,11 @@ msgid "ELEMENT_HORIZONTAL_LINE"
200
204
  msgid_plural "%0 horizontal lines"
201
205
  msgstr[0] "%0 水平线"
202
206
 
207
+ msgctxt "The HTML embed element name displayed in the suggestion."
208
+ msgid "ELEMENT_HTML_EMBED"
209
+ msgid_plural "%0 HTML embeds"
210
+ msgstr[0] ""
211
+
203
212
  msgctxt "The image element name displayed in the suggestion."
204
213
  msgid "ELEMENT_IMAGE"
205
214
  msgid_plural "%0 images"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*更改成:*%0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*勾選項目*"
@@ -200,6 +204,11 @@ msgid "ELEMENT_HORIZONTAL_LINE"
200
204
  msgid_plural "%0 horizontal lines"
201
205
  msgstr[0] ""
202
206
 
207
+ msgctxt "The HTML embed element name displayed in the suggestion."
208
+ msgid "ELEMENT_HTML_EMBED"
209
+ msgid_plural "%0 HTML embeds"
210
+ msgstr[0] ""
211
+
203
212
  msgctxt "The image element name displayed in the suggestion."
204
213
  msgid "ELEMENT_IMAGE"
205
214
  msgid_plural "%0 images"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "34.1.0",
3
+ "version": "34.2.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -27,8 +27,8 @@
27
27
  ],
28
28
  "main": "src/index.js",
29
29
  "dependencies": {
30
- "ckeditor5": "^34.1.0",
31
- "ckeditor5-collaboration": "^34.1.0",
30
+ "ckeditor5": "^34.2.0",
31
+ "ckeditor5-collaboration": "^34.2.0",
32
32
  "lodash-es": "^4.17.11"
33
33
  }
34
34
  }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9f28=['values','editor','isEnabled','_suggestions','from','isInContent','model','refresh','_acceptSuggestionCommand','some','execute'];(function(_0x5c4483,_0x9f289){const _0x50485c=function(_0x1a4195){while(--_0x1a4195){_0x5c4483['push'](_0x5c4483['shift']());}};_0x50485c(++_0x9f289);}(_0x9f28,0x1e7));const _0x5048=function(_0x5c4483,_0x9f289){_0x5c4483=_0x5c4483-0x0;let _0x50485c=_0x9f28[_0x5c4483];return _0x50485c;};import{Command as _0x2c2ace}from'ckeditor5/src/core';import _0x14c2b1 from'../utils/sortsuggestions';export default class N extends _0x2c2ace{constructor(_0xe4d543,_0x31f28b,_0x44479a){super(_0xe4d543),this[_0x5048('0x5')]=_0x31f28b,this[_0x5048('0x0')]=_0x44479a,this[_0x5048('0x4')]();}[_0x5048('0x4')](){const _0x4618cb=this[_0x5048('0x5')];this['isEnabled']=_0x4618cb[_0x5048('0xa')]&&Array['from'](this[_0x5048('0x0')]['values']())[_0x5048('0x6')](_0xd84eaa=>_0xd84eaa['isInContent']);}[_0x5048('0x7')](){this[_0x5048('0x9')][_0x5048('0x3')]['change'](()=>{const _0x4da38b=_0x14c2b1(Array[_0x5048('0x1')](this['_suggestions'][_0x5048('0x8')]()));for(const _0x244a97 of _0x4da38b)_0x244a97[_0x5048('0x2')]&&this[_0x5048('0x5')][_0x5048('0x7')](_0x244a97['id']);});}}
23
+ const _0x5cba=['model','isInContent','editor','change','values','from','refresh','_suggestions','isEnabled','execute','_acceptSuggestionCommand','some'];(function(_0xde00b7,_0x5cba31){const _0x27207c=function(_0xe2cd1f){while(--_0xe2cd1f){_0xde00b7['push'](_0xde00b7['shift']());}};_0x27207c(++_0x5cba31);}(_0x5cba,0x9e));const _0x2720=function(_0xde00b7,_0x5cba31){_0xde00b7=_0xde00b7-0x0;let _0x27207c=_0x5cba[_0xde00b7];return _0x27207c;};import{Command as _0x391cbd}from'ckeditor5/src/core';import _0x13783f from'../utils/sortsuggestions';export default class N extends _0x391cbd{constructor(_0x4f71d8,_0x1e2e4d,_0x64e63f){super(_0x4f71d8),this[_0x2720('0x8')]=_0x1e2e4d,this[_0x2720('0x5')]=_0x64e63f,this[_0x2720('0x4')]();}[_0x2720('0x4')](){const _0x193d45=this[_0x2720('0x8')];this['isEnabled']=_0x193d45[_0x2720('0x6')]&&Array[_0x2720('0x3')](this[_0x2720('0x5')]['values']())[_0x2720('0x9')](_0x1ff8f1=>_0x1ff8f1[_0x2720('0xb')]);}[_0x2720('0x7')](){this[_0x2720('0x0')][_0x2720('0xa')][_0x2720('0x1')](()=>{const _0xee28db=_0x13783f(Array['from'](this[_0x2720('0x5')][_0x2720('0x2')]()));for(const _0x385ff1 of _0xee28db)_0x385ff1[_0x2720('0xb')]&&this[_0x2720('0x8')][_0x2720('0x7')](_0x385ff1['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x520d=['execute','selection','size','_suggestions','document','isEnabled','model','editor','refresh','_selectedSuggestions','_acceptSuggestionCommand','values','from','change'];(function(_0x1449ab,_0x520d32){const _0x534f8e=function(_0x4fba65){while(--_0x4fba65){_0x1449ab['push'](_0x1449ab['shift']());}};_0x534f8e(++_0x520d32);}(_0x520d,0xb9));const _0x534f=function(_0x1449ab,_0x520d32){_0x1449ab=_0x1449ab-0x0;let _0x534f8e=_0x520d[_0x1449ab];return _0x534f8e;};import{Command as _0x2735c4}from'ckeditor5/src/core';import _0x51fa42 from'../utils/sortsuggestions';import _0x16611f from'../utils/getselectedsuggestions';export default class R extends _0x2735c4{constructor(_0x5d0f47,_0x3aa910,_0x46773f){super(_0x5d0f47),this[_0x534f('0x7')]=_0x3aa910,this[_0x534f('0x0')]=_0x46773f,this[_0x534f('0x6')]=new Set(),this['refresh']();}[_0x534f('0x5')](){const _0x171261=this['_acceptSuggestionCommand'],_0x1609b2=this[_0x534f('0x4')][_0x534f('0x3')][_0x534f('0x1')][_0x534f('0xc')],_0x44bc5b=Array['from'](this[_0x534f('0x0')][_0x534f('0x8')]());this[_0x534f('0x6')]=_0x16611f(_0x1609b2,_0x44bc5b),this['isEnabled']=_0x171261[_0x534f('0x2')]&&!!this[_0x534f('0x6')][_0x534f('0xd')];}[_0x534f('0xb')](){this['editor']['model'][_0x534f('0xa')](()=>{const _0x306352=_0x51fa42(Array[_0x534f('0x9')](this[_0x534f('0x6')]));for(const _0x5769d8 of _0x306352)this[_0x534f('0x7')]['execute'](_0x5769d8['id']);});}}
23
+ const _0x59cf=['editor','from','refresh','size','selection','execute','_suggestions','_selectedSuggestions','isEnabled','model','_acceptSuggestionCommand'];(function(_0x512357,_0x59cfff){const _0x9b3971=function(_0x279b7){while(--_0x279b7){_0x512357['push'](_0x512357['shift']());}};_0x9b3971(++_0x59cfff);}(_0x59cf,0x1b9));const _0x9b39=function(_0x512357,_0x59cfff){_0x512357=_0x512357-0x0;let _0x9b3971=_0x59cf[_0x512357];return _0x9b3971;};import{Command as _0x537c91}from'ckeditor5/src/core';import _0xe9bf74 from'../utils/sortsuggestions';import _0x4dd729 from'../utils/getselectedsuggestions';export default class R extends _0x537c91{constructor(_0x2b84d5,_0x4a7072,_0x211c6b){super(_0x2b84d5),this[_0x9b39('0x9')]=_0x4a7072,this[_0x9b39('0x5')]=_0x211c6b,this[_0x9b39('0x6')]=new Set(),this[_0x9b39('0x1')]();}[_0x9b39('0x1')](){const _0x469d28=this['_acceptSuggestionCommand'],_0x156e9d=this[_0x9b39('0xa')][_0x9b39('0x8')]['document'][_0x9b39('0x3')],_0xfbb5fc=Array[_0x9b39('0x0')](this[_0x9b39('0x5')]['values']());this[_0x9b39('0x6')]=_0x4dd729(_0x156e9d,_0xfbb5fc),this[_0x9b39('0x7')]=_0x469d28[_0x9b39('0x7')]&&!!this[_0x9b39('0x6')][_0x9b39('0x2')];}[_0x9b39('0x4')](){this[_0x9b39('0xa')][_0x9b39('0x8')]['change'](()=>{const _0x2757d8=_0xe9bf74(Array[_0x9b39('0x0')](this[_0x9b39('0x6')]));for(const _0x406468 of _0x2757d8)this[_0x9b39('0x9')][_0x9b39('0x4')](_0x406468['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x32b0=['track-changes-accept-suggestion-not-found','get','TrackChangesEditing','execute','plugins','_suggestions','refresh','editor'];(function(_0x527f66,_0x32b03e){const _0x5e1bb2=function(_0x41decb){while(--_0x41decb){_0x527f66['push'](_0x527f66['shift']());}};_0x5e1bb2(++_0x32b03e);}(_0x32b0,0x1be));const _0x5e1b=function(_0x527f66,_0x32b03e){_0x527f66=_0x527f66-0x0;let _0x5e1bb2=_0x32b0[_0x527f66];return _0x5e1bb2;};import{Command as _0x5affa2}from'ckeditor5/src/core';import{CKEditorError as _0x18dd3d}from'ckeditor5/src/utils';export default class M extends _0x5affa2{constructor(_0x26f7d1,_0x406899){super(_0x26f7d1),this[_0x5e1b('0x7')]=_0x406899,this[_0x5e1b('0x0')]();}[_0x5e1b('0x0')](){this['isEnabled']=!0x0;}[_0x5e1b('0x5')](_0x348ea7){const _0x3543fa=this[_0x5e1b('0x7')][_0x5e1b('0x3')](_0x348ea7);if(!_0x3543fa)throw new _0x18dd3d(_0x5e1b('0x2'),this);this[_0x5e1b('0x1')][_0x5e1b('0x6')][_0x5e1b('0x3')](_0x5e1b('0x4'))['acceptSuggestion'](_0x3543fa);}}
23
+ const _0x12db=['_suggestions','plugins','track-changes-accept-suggestion-not-found','refresh','editor','get'];(function(_0x3dbd88,_0x12dba7){const _0x55ce80=function(_0x2356ba){while(--_0x2356ba){_0x3dbd88['push'](_0x3dbd88['shift']());}};_0x55ce80(++_0x12dba7);}(_0x12db,0x167));const _0x55ce=function(_0x3dbd88,_0x12dba7){_0x3dbd88=_0x3dbd88-0x0;let _0x55ce80=_0x12db[_0x3dbd88];return _0x55ce80;};import{Command as _0x2895ce}from'ckeditor5/src/core';import{CKEditorError as _0xa2b360}from'ckeditor5/src/utils';export default class M extends _0x2895ce{constructor(_0x361985,_0x2265a1){super(_0x361985),this[_0x55ce('0x1')]=_0x2265a1,this[_0x55ce('0x4')]();}[_0x55ce('0x4')](){this['isEnabled']=!0x0;}['execute'](_0x4869a2){const _0xbab3d4=this['_suggestions'][_0x55ce('0x0')](_0x4869a2);if(!_0xbab3d4)throw new _0xa2b360(_0x55ce('0x3'),this);this[_0x55ce('0x5')][_0x55ce('0x2')][_0x55ce('0x0')]('TrackChangesEditing')['acceptSuggestion'](_0xbab3d4);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x285f=['_discardSuggestionCommand','values','change','editor','from','execute','refresh','isInContent','isEnabled','model','some','_suggestions'];(function(_0x4aa700,_0x285fb6){const _0x2f6dcf=function(_0x88519){while(--_0x88519){_0x4aa700['push'](_0x4aa700['shift']());}};_0x2f6dcf(++_0x285fb6);}(_0x285f,0x19d));const _0x2f6d=function(_0x4aa700,_0x285fb6){_0x4aa700=_0x4aa700-0x0;let _0x2f6dcf=_0x285f[_0x4aa700];return _0x2f6dcf;};import{Command as _0x3491b4}from'ckeditor5/src/core';export default class j extends _0x3491b4{constructor(_0x138b1a,_0x499791,_0x503946){super(_0x138b1a),this[_0x2f6d('0x7')]=_0x499791,this[_0x2f6d('0x6')]=_0x503946,this[_0x2f6d('0x1')]();}[_0x2f6d('0x1')](){const _0x2c9639=this['_discardSuggestionCommand'];this[_0x2f6d('0x3')]=_0x2c9639[_0x2f6d('0x3')]&&Array[_0x2f6d('0xb')](this[_0x2f6d('0x6')][_0x2f6d('0x8')]())[_0x2f6d('0x5')](_0x1b841e=>_0x1b841e[_0x2f6d('0x2')]);}[_0x2f6d('0x0')](){this[_0x2f6d('0xa')][_0x2f6d('0x4')][_0x2f6d('0x9')](()=>{for(const _0x5c0bd4 of this[_0x2f6d('0x6')][_0x2f6d('0x8')]())_0x5c0bd4[_0x2f6d('0x2')]&&this[_0x2f6d('0x7')][_0x2f6d('0x0')](_0x5c0bd4['id']);});}}
23
+ const _0x1794=['editor','execute','model','isInContent','_suggestions','change','from','_discardSuggestionCommand','values','isEnabled','refresh','some'];(function(_0xf0b921,_0x179416){const _0x3c9b16=function(_0x125c83){while(--_0x125c83){_0xf0b921['push'](_0xf0b921['shift']());}};_0x3c9b16(++_0x179416);}(_0x1794,0xa3));const _0x3c9b=function(_0xf0b921,_0x179416){_0xf0b921=_0xf0b921-0x0;let _0x3c9b16=_0x1794[_0xf0b921];return _0x3c9b16;};import{Command as _0x517b43}from'ckeditor5/src/core';export default class j extends _0x517b43{constructor(_0x3d35b0,_0x1df6cf,_0x5bdb27){super(_0x3d35b0),this[_0x3c9b('0x0')]=_0x1df6cf,this['_suggestions']=_0x5bdb27,this[_0x3c9b('0x3')]();}[_0x3c9b('0x3')](){const _0x4d23e5=this[_0x3c9b('0x0')];this['isEnabled']=_0x4d23e5[_0x3c9b('0x2')]&&Array[_0x3c9b('0xb')](this[_0x3c9b('0x9')][_0x3c9b('0x1')]())[_0x3c9b('0x4')](_0x51eb37=>_0x51eb37[_0x3c9b('0x8')]);}[_0x3c9b('0x6')](){this[_0x3c9b('0x5')][_0x3c9b('0x7')][_0x3c9b('0xa')](()=>{for(const _0x5d2c4f of this[_0x3c9b('0x9')][_0x3c9b('0x1')]())_0x5d2c4f[_0x3c9b('0x8')]&&this['_discardSuggestionCommand'][_0x3c9b('0x6')](_0x5d2c4f['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x40ef=['from','_suggestions','_discardSuggestionCommand','_selectedSuggestions','values','execute','document','size','model','refresh','editor','isEnabled','selection'];(function(_0x5beae2,_0x40ef83){const _0x19583=function(_0x521ce6){while(--_0x521ce6){_0x5beae2['push'](_0x5beae2['shift']());}};_0x19583(++_0x40ef83);}(_0x40ef,0x1e6));const _0x1958=function(_0x5beae2,_0x40ef83){_0x5beae2=_0x5beae2-0x0;let _0x19583=_0x40ef[_0x5beae2];return _0x19583;};import{Command as _0x452407}from'ckeditor5/src/core';import _0x76dded from'../utils/getselectedsuggestions';export default class U extends _0x452407{constructor(_0x1f30c4,_0x2bad39,_0x10b6e0){super(_0x1f30c4),this[_0x1958('0xa')]=_0x2bad39,this[_0x1958('0x9')]=_0x10b6e0,this['_selectedSuggestions']=new Set(),this['refresh']();}[_0x1958('0x4')](){const _0x3eb46b=this[_0x1958('0xa')],_0x1cd1f6=this['editor'][_0x1958('0x3')][_0x1958('0x1')][_0x1958('0x7')],_0xad3a65=Array[_0x1958('0x8')](this[_0x1958('0x9')][_0x1958('0xc')]());this[_0x1958('0xb')]=_0x76dded(_0x1cd1f6,_0xad3a65),this[_0x1958('0x6')]=_0x3eb46b['isEnabled']&&!!this[_0x1958('0xb')][_0x1958('0x2')];}['execute'](){this[_0x1958('0x5')][_0x1958('0x3')]['change'](()=>{for(const _0x2541f2 of this['_selectedSuggestions'])this[_0x1958('0xa')][_0x1958('0x0')](_0x2541f2['id']);});}}
23
+ const _0x11a6=['isEnabled','_suggestions','execute','change','editor','model','size','_discardSuggestionCommand','refresh','selection','values','_selectedSuggestions'];(function(_0x52a50e,_0x11a694){const _0x34e9e1=function(_0x1f3ec3){while(--_0x1f3ec3){_0x52a50e['push'](_0x52a50e['shift']());}};_0x34e9e1(++_0x11a694);}(_0x11a6,0x1bf));const _0x34e9=function(_0x52a50e,_0x11a694){_0x52a50e=_0x52a50e-0x0;let _0x34e9e1=_0x11a6[_0x52a50e];return _0x34e9e1;};import{Command as _0x47dc01}from'ckeditor5/src/core';import _0x26432a from'../utils/getselectedsuggestions';export default class U extends _0x47dc01{constructor(_0x215050,_0x3d9baf,_0x5b94d4){super(_0x215050),this[_0x34e9('0x4')]=_0x3d9baf,this['_suggestions']=_0x5b94d4,this[_0x34e9('0x8')]=new Set(),this[_0x34e9('0x5')]();}[_0x34e9('0x5')](){const _0x17c316=this['_discardSuggestionCommand'],_0x3d3d87=this[_0x34e9('0x1')]['model']['document'][_0x34e9('0x6')],_0x3a3fce=Array['from'](this[_0x34e9('0xa')][_0x34e9('0x7')]());this[_0x34e9('0x8')]=_0x26432a(_0x3d3d87,_0x3a3fce),this[_0x34e9('0x9')]=_0x17c316['isEnabled']&&!!this['_selectedSuggestions'][_0x34e9('0x3')];}[_0x34e9('0xb')](){this[_0x34e9('0x1')][_0x34e9('0x2')][_0x34e9('0x0')](()=>{for(const _0xee7116 of this[_0x34e9('0x8')])this['_discardSuggestionCommand'][_0x34e9('0xb')](_0xee7116['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x6d5a=['TrackChangesEditing','discardSuggestion','execute','plugins','refresh','_suggestions','get','editor'];(function(_0x554e91,_0x6d5a9f){const _0x56863f=function(_0x3187f7){while(--_0x3187f7){_0x554e91['push'](_0x554e91['shift']());}};_0x56863f(++_0x6d5a9f);}(_0x6d5a,0x1ca));const _0x5686=function(_0x554e91,_0x6d5a9f){_0x554e91=_0x554e91-0x0;let _0x56863f=_0x6d5a[_0x554e91];return _0x56863f;};import{Command as _0x23425f}from'ckeditor5/src/core';import{CKEditorError as _0x587727}from'ckeditor5/src/utils';export default class $ extends _0x23425f{constructor(_0x38b0f3,_0x1c6327){super(_0x38b0f3),this[_0x5686('0x3')]=_0x1c6327,this['refresh']();}[_0x5686('0x2')](){this['isEnabled']=!0x0;}[_0x5686('0x0')](_0x4dab6f){const _0x232cfc=this[_0x5686('0x3')]['get'](_0x4dab6f);if(!_0x232cfc)throw new _0x587727('track-changes-discard-suggestion-not-found',this);this[_0x5686('0x5')][_0x5686('0x1')][_0x5686('0x4')](_0x5686('0x6'))[_0x5686('0x7')](_0x232cfc);}}
23
+ const _0x35b4=['editor','track-changes-discard-suggestion-not-found','execute','get','discardSuggestion','TrackChangesEditing','isEnabled','refresh','_suggestions','plugins'];(function(_0x27cfea,_0x35b433){const _0x435f57=function(_0x4a3fe3){while(--_0x4a3fe3){_0x27cfea['push'](_0x27cfea['shift']());}};_0x435f57(++_0x35b433);}(_0x35b4,0x10b));const _0x435f=function(_0x27cfea,_0x35b433){_0x27cfea=_0x27cfea-0x0;let _0x435f57=_0x35b4[_0x27cfea];return _0x435f57;};import{Command as _0x19d369}from'ckeditor5/src/core';import{CKEditorError as _0xd509e3}from'ckeditor5/src/utils';export default class $ extends _0x19d369{constructor(_0x366b7b,_0x28dee1){super(_0x366b7b),this['_suggestions']=_0x28dee1,this[_0x435f('0x0')]();}[_0x435f('0x0')](){this[_0x435f('0x9')]=!0x0;}[_0x435f('0x5')](_0x3f1a40){const _0x4894c5=this[_0x435f('0x1')][_0x435f('0x6')](_0x3f1a40);if(!_0x4894c5)throw new _0xd509e3(_0x435f('0x4'),this);this[_0x435f('0x3')][_0x435f('0x2')][_0x435f('0x6')](_0x435f('0x8'))[_0x435f('0x7')](_0x4894c5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ed6=['value','_disableUnsupportedCommands','_enableCommands','_enabledCommands','execute','clearForceDisabled','affectsData','commands','has','TrackChangesCommand'];(function(_0x1d7985,_0x2ed643){const _0x4fe29e=function(_0x2c17e7){while(--_0x2c17e7){_0x1d7985['push'](_0x1d7985['shift']());}};_0x4fe29e(++_0x2ed643);}(_0x2ed6,0xdf));const _0x4fe2=function(_0x1d7985,_0x2ed643){_0x1d7985=_0x1d7985-0x0;let _0x4fe29e=_0x2ed6[_0x1d7985];return _0x4fe29e;};import{Command as _0x1c1371}from'ckeditor5/src/core';export default class B extends _0x1c1371{constructor(_0x26e86e,_0x289222){super(_0x26e86e),this[_0x4fe2('0x0')]=_0x289222,this[_0x4fe2('0x7')]=!0x1,this['refresh']();}['refresh'](){this['isEnabled']=!0x0;}[_0x4fe2('0x1')](){this[_0x4fe2('0x7')]=!this[_0x4fe2('0x7')],this[_0x4fe2('0x7')]?this[_0x4fe2('0x8')]():this[_0x4fe2('0x9')]();}['_disableUnsupportedCommands'](){for(const _0x564c30 of this['editor']['commands']['commands']())_0x564c30[_0x4fe2('0x3')]&&!this[_0x4fe2('0x0')][_0x4fe2('0x5')](_0x564c30)&&_0x564c30['forceDisabled'](_0x4fe2('0x6'));}[_0x4fe2('0x9')](){for(const _0x3e6cf5 of this['editor'][_0x4fe2('0x4')][_0x4fe2('0x4')]())_0x3e6cf5[_0x4fe2('0x3')]&&!this[_0x4fe2('0x0')][_0x4fe2('0x5')](_0x3e6cf5)&&_0x3e6cf5[_0x4fe2('0x2')](_0x4fe2('0x6'));}}
23
+ const _0x4fab=['has','_disableUnsupportedCommands','_enabledCommands','refresh','_enableCommands','commands','clearForceDisabled','editor','forceDisabled','isEnabled'];(function(_0x1721ac,_0x4fab17){const _0xff7787=function(_0xe3c1c7){while(--_0xe3c1c7){_0x1721ac['push'](_0x1721ac['shift']());}};_0xff7787(++_0x4fab17);}(_0x4fab,0xc5));const _0xff77=function(_0x1721ac,_0x4fab17){_0x1721ac=_0x1721ac-0x0;let _0xff7787=_0x4fab[_0x1721ac];return _0xff7787;};import{Command as _0x1f6b21}from'ckeditor5/src/core';export default class B extends _0x1f6b21{constructor(_0x564990,_0x539a40){super(_0x564990),this['_enabledCommands']=_0x539a40,this['value']=!0x1,this[_0xff77('0x6')]();}['refresh'](){this[_0xff77('0x2')]=!0x0;}['execute'](){this['value']=!this['value'],this['value']?this[_0xff77('0x4')]():this[_0xff77('0x7')]();}['_disableUnsupportedCommands'](){for(const _0x4587f8 of this[_0xff77('0x0')][_0xff77('0x8')]['commands']())_0x4587f8['affectsData']&&!this[_0xff77('0x5')][_0xff77('0x3')](_0x4587f8)&&_0x4587f8[_0xff77('0x1')]('TrackChangesCommand');}[_0xff77('0x7')](){for(const _0x1dee34 of this[_0xff77('0x0')][_0xff77('0x8')][_0xff77('0x8')]())_0x1dee34['affectsData']&&!this[_0xff77('0x5')]['has'](_0x1dee34)&&_0x1dee34[_0xff77('0x9')]('TrackChangesCommand');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1739=['alignment','right','editor','afterInit','getSelectedBlocks','left','model','FORMAT_ALIGN_TO_LEFT','has','FORMAT_ALIGN_TO_CENTER','value','plugins','checkAttribute','enableCommand','FORMAT_JUSTIFY_TEXT','TrackChangesEditing','FORMAT_ALIGN_TO_RIGHT','_descriptionFactory','change','ltr','get','document','selection','markBlockFormat','*Format:*\x20%0','registerDescriptionCallback','locale','center'];(function(_0x38eb97,_0x17396a){const _0x16ea64=function(_0x418070){while(--_0x418070){_0x38eb97['push'](_0x38eb97['shift']());}};_0x16ea64(++_0x17396a);}(_0x1739,0x153));const _0x16ea=function(_0x38eb97,_0x17396a){_0x38eb97=_0x38eb97-0x0;let _0x16ea64=_0x1739[_0x38eb97];return _0x16ea64;};import{Plugin as _0x519334}from'ckeditor5/src/core';import{getTranslation as _0x52f287}from'../utils/common-translations';export default class E extends _0x519334{[_0x16ea('0x0')](){const _0x2ae090=this['editor'],_0x14781f=_0x2ae090[_0x16ea('0x17')];if(!_0x2ae090[_0x16ea('0x8')][_0x16ea('0x5')]('AlignmentEditing'))return;const _0x327b6e=_0x2ae090[_0x16ea('0x8')][_0x16ea('0x11')](_0x16ea('0xc'));_0x327b6e[_0x16ea('0xa')]('alignment',(_0x51c58b,_0x4539f1={})=>{let _0x531bbb=_0x4539f1[_0x16ea('0x7')];_0x4539f1[_0x16ea('0x7')]||(_0x531bbb=_0x16ea('0x10')===_0x2ae090['locale']['contentLanguageDirection']?_0x16ea('0x2'):_0x16ea('0x1a'));const _0x2026bf=Array['from'](this[_0x16ea('0x1b')][_0x16ea('0x3')][_0x16ea('0x12')][_0x16ea('0x13')][_0x16ea('0x1')]())['filter'](_0x45612e=>function(_0x980007,_0x8bc34,_0xa65999){const _0x2913e5=_0x980007['getAttribute'](_0x16ea('0x19'))||null;return _0x8bc34[_0x16ea('0x9')](_0x980007,'alignment')&&_0xa65999!=_0x2913e5;}(_0x45612e,this[_0x16ea('0x1b')][_0x16ea('0x3')]['schema'],_0x531bbb));_0x2ae090['model'][_0x16ea('0xf')](()=>{for(const _0x38678b of _0x2026bf)_0x327b6e[_0x16ea('0x14')](_0x38678b,{'commandName':_0x16ea('0x19'),'commandParams':[{'value':_0x531bbb}]});});}),_0x327b6e[_0x16ea('0xe')][_0x16ea('0x16')](_0xc09207=>{const {data:_0x4d12f1}=_0xc09207;if(_0x4d12f1&&'alignment'==_0x4d12f1['commandName']){const _0x153a5f=_0x4d12f1['commandParams'][0x0][_0x16ea('0x7')];return{'type':'format','content':_0x52f287(_0x14781f,_0x16ea('0x15'),function(_0x17c682){switch(_0x17c682){case _0x16ea('0x2'):return _0x52f287(_0x14781f,_0x16ea('0x4'));case _0x16ea('0x1a'):return _0x52f287(_0x14781f,_0x16ea('0xd'));case _0x16ea('0x18'):return _0x52f287(_0x14781f,_0x16ea('0x6'));case'justify':return _0x52f287(_0x14781f,_0x16ea('0xb'));}}(_0x153a5f))};}});}}
23
+ const _0x98f4=['right','getSelectedBlocks','registerDescriptionCallback','center','FORMAT_ALIGN_TO_LEFT','from','TrackChangesEditing','format','commandName','_descriptionFactory','commandParams','enableCommand','locale','checkAttribute','alignment','editor','justify','FORMAT_ALIGN_TO_RIGHT','value','document','get','schema','has','plugins','ltr','afterInit','AlignmentEditing','model','contentLanguageDirection'];(function(_0x5a2a8f,_0x98f46b){const _0x3e5ee3=function(_0x6bd256){while(--_0x6bd256){_0x5a2a8f['push'](_0x5a2a8f['shift']());}};_0x3e5ee3(++_0x98f46b);}(_0x98f4,0x1df));const _0x3e5e=function(_0x5a2a8f,_0x98f46b){_0x5a2a8f=_0x5a2a8f-0x0;let _0x3e5ee3=_0x98f4[_0x5a2a8f];return _0x3e5ee3;};import{Plugin as _0x182659}from'ckeditor5/src/core';import{getTranslation as _0xd94284}from'../utils/common-translations';export default class x extends _0x182659{[_0x3e5e('0xa')](){const _0x13b520=this[_0x3e5e('0x0')],_0x59fe49=_0x13b520[_0x3e5e('0x1a')];if(!_0x13b520[_0x3e5e('0x8')][_0x3e5e('0x7')](_0x3e5e('0xb')))return;const _0x549e98=_0x13b520[_0x3e5e('0x8')][_0x3e5e('0x5')](_0x3e5e('0x14'));_0x549e98[_0x3e5e('0x19')]('alignment',(_0x59407b,_0x384ffb={})=>{let _0x4d6c9f=_0x384ffb['value'];_0x384ffb['value']||(_0x4d6c9f=_0x3e5e('0x9')===_0x13b520['locale'][_0x3e5e('0xd')]?'left':_0x3e5e('0xe'));const _0x400fe1=Array[_0x3e5e('0x13')](this[_0x3e5e('0x0')][_0x3e5e('0xc')][_0x3e5e('0x4')]['selection'][_0x3e5e('0xf')]())['filter'](_0x32f582=>function(_0x199eb9,_0x1151e7,_0x131289){const _0x2f5ed9=_0x199eb9['getAttribute'](_0x3e5e('0x1c'))||null;return _0x1151e7[_0x3e5e('0x1b')](_0x199eb9,'alignment')&&_0x131289!=_0x2f5ed9;}(_0x32f582,this[_0x3e5e('0x0')]['model'][_0x3e5e('0x6')],_0x4d6c9f));_0x13b520[_0x3e5e('0xc')]['change'](()=>{for(const _0x5554d6 of _0x400fe1)_0x549e98['markBlockFormat'](_0x5554d6,{'commandName':_0x3e5e('0x1c'),'commandParams':[{'value':_0x4d6c9f}]});});}),_0x549e98[_0x3e5e('0x17')][_0x3e5e('0x10')](_0x100b24=>{const {data:_0x510723}=_0x100b24;if(_0x510723&&_0x3e5e('0x1c')==_0x510723[_0x3e5e('0x16')]){const _0x14069f=_0x510723[_0x3e5e('0x18')][0x0][_0x3e5e('0x3')];return{'type':_0x3e5e('0x15'),'content':_0xd94284(_0x59fe49,'*Format:*\x20%0',function(_0x1c1ed3){switch(_0x1c1ed3){case'left':return _0xd94284(_0x59fe49,_0x3e5e('0x12'));case _0x3e5e('0xe'):return _0xd94284(_0x59fe49,_0x3e5e('0x2'));case _0x3e5e('0x11'):return _0xd94284(_0x59fe49,'FORMAT_ALIGN_TO_CENTER');case _0x3e5e('0x1'):return _0xd94284(_0x59fe49,'FORMAT_JUSTIFY_TEXT');}}(_0x14069f))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e1b=['model','BoldEditing','subscript','*Remove\x20format:*\x20%0','underline','TrackChangesEditing','FORMAT_SUPERSCRIPT','SubscriptEditing','change','getRanges','FORMAT_BOLD','forceValue','registerDescriptionCallback','get','bold','FORMAT_STRIKETHROUGH','superscript','enableCommand','_descriptionFactory','from','FORMAT_SUBSCRIPT','slice','markInlineFormat','selection','format','toLowerCase','plugins','isCollapsed','value','editor','SuperscriptEditing','FORMAT_CODE','has','commands','document'];(function(_0x23a272,_0x2e1be9){const _0x1db2d1=function(_0x1810f3){while(--_0x1810f3){_0x23a272['push'](_0x23a272['shift']());}};_0x1db2d1(++_0x2e1be9);}(_0x2e1b,0x6d));const _0x1db2=function(_0x23a272,_0x2e1be9){_0x23a272=_0x23a272-0x0;let _0x1db2d1=_0x2e1b[_0x23a272];return _0x1db2d1;};import{Plugin as _0x28ebe8}from'ckeditor5/src/core';import{getTranslation as _0x4bfcc7}from'../utils/common-translations';import{getRangesWithAttribute as _0x567771}from'./utils';const Ot=[_0x1db2('0x20'),'ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing',_0x1db2('0x3'),_0x1db2('0x1a')];export default class x extends _0x28ebe8{['afterInit'](){const _0xe16ab6=this[_0x1db2('0x19')],_0x4c912d=_0xe16ab6[_0x1db2('0x1f')],_0x229c84=_0xe16ab6[_0x1db2('0x16')][_0x1db2('0x9')](_0x1db2('0x1')),_0x5a9eea=_0xe16ab6['locale'];for(const _0x5771b3 of Ot){if(!_0xe16ab6[_0x1db2('0x16')][_0x1db2('0x1c')](_0x5771b3))continue;const _0x556633=_0x5771b3[_0x1db2('0x11')](0x0,-0x7)[_0x1db2('0x15')](),_0x1a37f8=_0xe16ab6[_0x1db2('0x1d')]['get'](_0x556633);_0x229c84[_0x1db2('0xd')](_0x556633,(_0x27d2cc,_0x362733={})=>{const _0x14915a=_0x4c912d[_0x1db2('0x1e')][_0x1db2('0x13')];if(_0x14915a[_0x1db2('0x17')])return void _0x27d2cc(_0x362733);const _0x3ff5da=void 0x0!==_0x362733[_0x1db2('0x7')]?_0x362733[_0x1db2('0x7')]:!_0x1a37f8[_0x1db2('0x18')];_0x4c912d[_0x1db2('0x4')](()=>{const _0x3eef27=Array[_0x1db2('0xf')](_0x14915a[_0x1db2('0x5')]());for(const _0x3c4d9c of _0x3eef27){const _0x430313=_0x3ff5da?[_0x3c4d9c]:_0x567771(_0x556633,_0x3c4d9c,_0x4c912d);for(const _0x346ac9 of _0x430313)_0x229c84[_0x1db2('0x12')](_0x346ac9,{'commandName':_0x556633,'commandParams':[{'forceValue':_0x3ff5da}]});}});});}function _0x15c421(_0x41f390,_0x5ea89a){_0x229c84[_0x1db2('0xe')][_0x1db2('0x8')](_0xb43f1a=>{const {data:_0x577abf}=_0xb43f1a;if(_0x577abf&&_0x577abf['commandName']===_0x41f390)return _0x577abf['commandParams'][0x0][_0x1db2('0x7')]?{'type':'format','content':_0x4bfcc7(_0x5a9eea,'*Format:*\x20%0',_0x5ea89a)}:{'type':_0x1db2('0x14'),'content':_0x4bfcc7(_0x5a9eea,_0x1db2('0x22'),_0x5ea89a)};});}_0x15c421(_0x1db2('0xa'),_0x4bfcc7(_0x5a9eea,_0x1db2('0x6'))),_0x15c421('italic',_0x4bfcc7(_0x5a9eea,'FORMAT_ITALIC')),_0x15c421(_0x1db2('0x0'),_0x4bfcc7(_0x5a9eea,'FORMAT_UNDERLINE')),_0x15c421('code',_0x4bfcc7(_0x5a9eea,_0x1db2('0x1b'))),_0x15c421('strikethrough',_0x4bfcc7(_0x5a9eea,_0x1db2('0xb'))),_0x15c421(_0x1db2('0x21'),_0x4bfcc7(_0x5a9eea,_0x1db2('0x10'))),_0x15c421(_0x1db2('0xc'),_0x4bfcc7(_0x5a9eea,_0x1db2('0x2')));}}
23
+ const _0x248f=['format','editor','commandParams','commandName','toLowerCase','model','plugins','FORMAT_SUBSCRIPT','bold','_descriptionFactory','StrikethroughEditing','*Format:*\x20%0','ItalicEditing','SubscriptEditing','strikethrough','enableCommand','FORMAT_ITALIC','BoldEditing','FORMAT_SUPERSCRIPT','get','has','FORMAT_STRIKETHROUGH','underline','isCollapsed','UnderlineEditing','*Remove\x20format:*\x20%0','FORMAT_UNDERLINE','getRanges','FORMAT_BOLD','document','italic','code','from','forceValue','value'];(function(_0xc1ecef,_0x248ff5){const _0x1a8a94=function(_0x428657){while(--_0x428657){_0xc1ecef['push'](_0xc1ecef['shift']());}};_0x1a8a94(++_0x248ff5);}(_0x248f,0x96));const _0x1a8a=function(_0xc1ecef,_0x248ff5){_0xc1ecef=_0xc1ecef-0x0;let _0x1a8a94=_0x248f[_0xc1ecef];return _0x1a8a94;};import{Plugin as _0x3949ee}from'ckeditor5/src/core';import{getTranslation as _0x20b132}from'../utils/common-translations';import{getRangesWithAttribute as _0x37ac8c}from'./utils';const Ot=[_0x1a8a('0x7'),_0x1a8a('0x2'),_0x1a8a('0xe'),'CodeEditing',_0x1a8a('0x0'),_0x1a8a('0x3'),'SuperscriptEditing'];export default class E extends _0x3949ee{['afterInit'](){const _0x41c4fa=this[_0x1a8a('0x1a')],_0x4b27e9=_0x41c4fa[_0x1a8a('0x1e')],_0x206825=_0x41c4fa[_0x1a8a('0x1f')][_0x1a8a('0x9')]('TrackChangesEditing'),_0x2b900b=_0x41c4fa['locale'];for(const _0x50b29d of Ot){if(!_0x41c4fa[_0x1a8a('0x1f')][_0x1a8a('0xa')](_0x50b29d))continue;const _0xd6f799=_0x50b29d['slice'](0x0,-0x7)[_0x1a8a('0x1d')](),_0x18e77d=_0x41c4fa['commands']['get'](_0xd6f799);_0x206825[_0x1a8a('0x5')](_0xd6f799,(_0xfb8c46,_0x298f84={})=>{const _0x3316d4=_0x4b27e9[_0x1a8a('0x13')]['selection'];if(_0x3316d4[_0x1a8a('0xd')])return void _0xfb8c46(_0x298f84);const _0x57081e=void 0x0!==_0x298f84['forceValue']?_0x298f84[_0x1a8a('0x17')]:!_0x18e77d[_0x1a8a('0x18')];_0x4b27e9['change'](()=>{const _0x2c86cf=Array[_0x1a8a('0x16')](_0x3316d4[_0x1a8a('0x11')]());for(const _0x331cf0 of _0x2c86cf){const _0x54df4e=_0x57081e?[_0x331cf0]:_0x37ac8c(_0xd6f799,_0x331cf0,_0x4b27e9);for(const _0x232eb0 of _0x54df4e)_0x206825['markInlineFormat'](_0x232eb0,{'commandName':_0xd6f799,'commandParams':[{'forceValue':_0x57081e}]});}});});}function _0x457c7d(_0x31e84a,_0x22a4bf){_0x206825[_0x1a8a('0x22')]['registerDescriptionCallback'](_0x18ece6=>{const {data:_0x3e53cb}=_0x18ece6;if(_0x3e53cb&&_0x3e53cb[_0x1a8a('0x1c')]===_0x31e84a)return _0x3e53cb[_0x1a8a('0x1b')][0x0]['forceValue']?{'type':_0x1a8a('0x19'),'content':_0x20b132(_0x2b900b,_0x1a8a('0x1'),_0x22a4bf)}:{'type':_0x1a8a('0x19'),'content':_0x20b132(_0x2b900b,_0x1a8a('0xf'),_0x22a4bf)};});}_0x457c7d(_0x1a8a('0x21'),_0x20b132(_0x2b900b,_0x1a8a('0x12'))),_0x457c7d(_0x1a8a('0x14'),_0x20b132(_0x2b900b,_0x1a8a('0x6'))),_0x457c7d(_0x1a8a('0xc'),_0x20b132(_0x2b900b,_0x1a8a('0x10'))),_0x457c7d(_0x1a8a('0x15'),_0x20b132(_0x2b900b,'FORMAT_CODE')),_0x457c7d(_0x1a8a('0x4'),_0x20b132(_0x2b900b,_0x1a8a('0xb'))),_0x457c7d('subscript',_0x20b132(_0x2b900b,_0x1a8a('0x20'))),_0x457c7d('superscript',_0x20b132(_0x2b900b,_0x1a8a('0x8')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x34cd=['change','length','name','forceValue','get','createRange','locale','$root','model','value','end','from','type','registerDescriptionCallback','schema','has','commandParams','afterInit','ELEMENT_BLOCK_QUOTE','markBlockFormat','parent','filter','*Remove\x20format:*\x20%0','checkChild','getSelectedBlocks','createPositionBefore','commands','commandName','createPositionAfter','push','*Format:*\x20%0','isObject','BlockQuoteEditing','createPositionAt','isLimit','item','document','editor','enableCommand','blockQuote','_descriptionFactory'];(function(_0x48a4b3,_0x34cd7d){const _0x431ee3=function(_0x57a030){while(--_0x57a030){_0x48a4b3['push'](_0x48a4b3['shift']());}};_0x431ee3(++_0x34cd7d);}(_0x34cd,0x195));const _0x431e=function(_0x48a4b3,_0x34cd7d){_0x48a4b3=_0x48a4b3-0x0;let _0x431ee3=_0x34cd[_0x48a4b3];return _0x431ee3;};import{Plugin as _0x189207}from'ckeditor5/src/core';import{TreeWalker as _0x2d1d49}from'ckeditor5/src/engine';import{getTranslation as _0x1240ab}from'../utils/common-translations';export default class O extends _0x189207{[_0x431e('0x16')](){const _0x45cac1=this['editor'],_0x3989e4=_0x45cac1[_0x431e('0xb')];if(!_0x45cac1['plugins'][_0x431e('0x14')](_0x431e('0x25')))return;const _0x403a17=_0x45cac1['plugins'][_0x431e('0x9')]('TrackChangesEditing'),_0xd726bd=this[_0x431e('0x1')][_0x431e('0x1f')][_0x431e('0x9')](_0x431e('0x3'));_0x403a17[_0x431e('0x2')]('blockQuote',(_0x3fa678,_0x38167={})=>{const _0x48eb4b=this[_0x431e('0x1')]['model'][_0x431e('0x0')]['selection'],_0x1aa0da=_0x38167&&void 0x0!==_0x38167[_0x431e('0x8')]?_0x38167[_0x431e('0x8')]:!_0xd726bd[_0x431e('0xe')];let _0x3865dd=[];if(_0x1aa0da){const _0x872edd=Array['from'](_0x48eb4b[_0x431e('0x1d')]())[_0x431e('0x1a')](_0x1722fe=>Bt(_0x1722fe)||function(_0x1e90a5,_0x2c45c9){const _0x348200=_0x2c45c9[_0x431e('0x1c')](_0x1e90a5[_0x431e('0x19')],_0x431e('0x3')),_0x1da11c=_0x2c45c9[_0x431e('0x1c')]([_0x431e('0xc'),_0x431e('0x3')],_0x1e90a5);return _0x348200&&_0x1da11c;}(_0x1722fe,this['editor'][_0x431e('0xd')]['schema']));_0x3865dd=Lt(_0x872edd,_0x45cac1[_0x431e('0xd')]);}else{const _0xeee8e8=Array[_0x431e('0x10')](_0x48eb4b[_0x431e('0x1d')]())['filter'](_0x5bfa73=>Bt(_0x5bfa73));_0x3865dd=Lt(_0xeee8e8,_0x45cac1[_0x431e('0xd')]);}_0x45cac1[_0x431e('0xd')][_0x431e('0x5')](()=>{for(const _0x152729 of _0x3865dd)_0x403a17[_0x431e('0x18')](_0x152729,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1aa0da}]});});}),_0x403a17[_0x431e('0x4')][_0x431e('0x12')](_0x3021fe=>{const {data:_0x4daa31}=_0x3021fe;if(_0x4daa31&&'blockQuote'==_0x4daa31[_0x431e('0x20')]){const _0x353637=_0x1240ab(_0x3989e4,_0x431e('0x17'));return _0x4daa31[_0x431e('0x15')][0x0][_0x431e('0x8')]?{'type':'format','content':_0x1240ab(_0x3989e4,_0x431e('0x23'),_0x353637)}:{'type':'format','content':_0x1240ab(_0x3989e4,_0x431e('0x1b'),_0x353637)};}});}}function Bt(_0x3ad7fd){return _0x431e('0x3')==_0x3ad7fd[_0x431e('0x19')][_0x431e('0x7')];}function Lt(_0x191ccf,_0x4d0ade){let _0x2e3cfe,_0x35640f=0x0;const _0xed473f=[],_0x4e954=_0x4d0ade[_0x431e('0x13')];for(;_0x35640f<_0x191ccf[_0x431e('0x6')];){const _0x7c4fd8=_0x191ccf[_0x35640f],_0x279c4c=_0x191ccf[_0x35640f+0x1];_0x2e3cfe||(_0x2e3cfe=_0x4d0ade[_0x431e('0x1e')](_0x7c4fd8)),_t(_0x4d0ade,_0x7c4fd8,_0x279c4c)||(_0xed473f[_0x431e('0x22')](_0x4d0ade[_0x431e('0xa')](_0x2e3cfe,_0x4e954[_0x431e('0x24')](_0x7c4fd8)?_0x4d0ade[_0x431e('0x21')](_0x7c4fd8):_0x4d0ade[_0x431e('0x26')](_0x7c4fd8,_0x431e('0xf')))),_0x2e3cfe=null),_0x35640f++;}return _0xed473f;}function _t(_0x3ecd98,_0x243970,_0x860dc9){if(!_0x860dc9)return!0x1;const _0x491397=_0x3ecd98[_0x431e('0x21')](_0x243970),_0x3d21b0=_0x3ecd98[_0x431e('0x1e')](_0x860dc9),_0x5ef9c0=new _0x2d1d49({'boundaries':_0x3ecd98['createRange'](_0x491397,_0x3d21b0)});for(const _0xf152fd of _0x5ef9c0)if('text'==_0xf152fd[_0x431e('0x11')]||_0x3ecd98[_0x431e('0x13')][_0x431e('0x27')](_0xf152fd[_0x431e('0x28')]))return!0x1;return!0x0;}
23
+ const _0x3b48=['has','_descriptionFactory','registerDescriptionCallback','commandParams','*Format:*\x20%0','from','model','editor','format','change','blockQuote','filter','checkChild','TrackChangesEditing','schema','$root','BlockQuoteEditing','getSelectedBlocks','name','afterInit','plugins','commands','get','forceValue','selection','value','parent'];(function(_0x57d921,_0x3b4888){const _0x7068a2=function(_0x45e6b2){while(--_0x45e6b2){_0x57d921['push'](_0x57d921['shift']());}};_0x7068a2(++_0x3b4888);}(_0x3b48,0x1d5));const _0x7068=function(_0x57d921,_0x3b4888){_0x57d921=_0x57d921-0x0;let _0x7068a2=_0x3b48[_0x57d921];return _0x7068a2;};import{Plugin as _0x345701}from'ckeditor5/src/core';import{getTranslation as _0x1f843b}from'../utils/common-translations';import{getRangesOfBlockGroups as _0xeddda6}from'../utils/getrangesofblockgroups';export default class O extends _0x345701{[_0x7068('0x9')](){const _0x1ecbdb=this[_0x7068('0x18')],_0x16a0a4=_0x1ecbdb['locale'];if(!_0x1ecbdb[_0x7068('0xa')][_0x7068('0x11')](_0x7068('0x6')))return;const _0xe152d4=_0x1ecbdb[_0x7068('0xa')][_0x7068('0xc')](_0x7068('0x3')),_0x45ae2a=this[_0x7068('0x18')][_0x7068('0xb')]['get'](_0x7068('0x0'));_0xe152d4['enableCommand'](_0x7068('0x0'),(_0x237ac2,_0x6b7cda={})=>{const _0x581773=this[_0x7068('0x18')][_0x7068('0x17')]['document'][_0x7068('0xe')],_0x336218=_0x6b7cda&&void 0x0!==_0x6b7cda[_0x7068('0xd')]?_0x6b7cda[_0x7068('0xd')]:!_0x45ae2a[_0x7068('0xf')];let _0x595696=[];if(_0x336218){const _0x17d858=Array[_0x7068('0x16')](_0x581773['getSelectedBlocks']())['filter'](_0x5df697=>to(_0x5df697)||function(_0x12a59e,_0x3c3a68){const _0x2682ee=_0x3c3a68[_0x7068('0x2')](_0x12a59e[_0x7068('0x10')],_0x7068('0x0')),_0xa30602=_0x3c3a68[_0x7068('0x2')]([_0x7068('0x5'),_0x7068('0x0')],_0x12a59e);return _0x2682ee&&_0xa30602;}(_0x5df697,this[_0x7068('0x18')][_0x7068('0x17')][_0x7068('0x4')]));_0x595696=_0xeddda6(_0x17d858,_0x1ecbdb[_0x7068('0x17')]);}else{const _0x1945e8=Array[_0x7068('0x16')](_0x581773[_0x7068('0x7')]())[_0x7068('0x1')](_0x3b6bfa=>to(_0x3b6bfa));_0x595696=_0xeddda6(_0x1945e8,_0x1ecbdb[_0x7068('0x17')]);}_0x1ecbdb['model'][_0x7068('0x1a')](()=>{for(const _0x213bfd of _0x595696)_0xe152d4['markBlockFormat'](_0x213bfd,{'commandName':_0x7068('0x0'),'commandParams':[{'forceValue':_0x336218}]});});}),_0xe152d4[_0x7068('0x12')][_0x7068('0x13')](_0x45741a=>{const {data:_0x204bcf}=_0x45741a;if(_0x204bcf&&_0x7068('0x0')==_0x204bcf['commandName']){const _0xee0a2e=_0x1f843b(_0x16a0a4,'ELEMENT_BLOCK_QUOTE');return _0x204bcf[_0x7068('0x14')][0x0][_0x7068('0xd')]?{'type':_0x7068('0x19'),'content':_0x1f843b(_0x16a0a4,_0x7068('0x15'),_0xee0a2e)}:{'type':_0x7068('0x19'),'content':_0x1f843b(_0x16a0a4,'*Remove\x20format:*\x20%0',_0xee0a2e)};}});}}function to(_0x1b0389){return _0x7068('0x0')==_0x1b0389['parent'][_0x7068('0x8')];}
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ const _0x5724=['enableCommand','editor','ckbox','get','commands','afterInit'];(function(_0x55fe45,_0x572418){const _0x491b81=function(_0x69aaa6){while(--_0x69aaa6){_0x55fe45['push'](_0x55fe45['shift']());}};_0x491b81(++_0x572418);}(_0x5724,0x1cd));const _0x491b=function(_0x55fe45,_0x572418){_0x55fe45=_0x55fe45-0x0;let _0x491b81=_0x5724[_0x55fe45];return _0x491b81;};import{Plugin as _0x13cb98}from'ckeditor5/src/core';export default class P extends _0x13cb98{[_0x491b('0x0')](){const _0x2f865e=this[_0x491b('0x2')];_0x2f865e[_0x491b('0x5')][_0x491b('0x4')](_0x491b('0x3'))&&_0x2f865e['plugins'][_0x491b('0x4')]('TrackChangesEditing')[_0x491b('0x1')](_0x491b('0x3'));}}