@ckeditor/ckeditor5-track-changes 35.0.1 → 35.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 (62) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/tt.js +1 -0
  3. package/build/translations/ur.js +1 -0
  4. package/lang/translations/tt.po +379 -0
  5. package/lang/translations/ur.po +397 -0
  6. package/package.json +4 -4
  7. package/src/commands/acceptallsuggestionscommand.js +1 -1
  8. package/src/commands/acceptselectedsuggestionscommand.js +1 -1
  9. package/src/commands/acceptsuggestioncommand.js +1 -1
  10. package/src/commands/discardallsuggestionscommand.js +1 -1
  11. package/src/commands/discardselectedsuggestionscommand.js +1 -1
  12. package/src/commands/discardsuggestioncommand.js +1 -1
  13. package/src/commands/trackchangescommand.js +1 -1
  14. package/src/integrations/alignment.js +1 -1
  15. package/src/integrations/basicstyles.js +1 -1
  16. package/src/integrations/blockquote.js +1 -1
  17. package/src/integrations/ckbox.js +1 -1
  18. package/src/integrations/codeblock.js +1 -1
  19. package/src/integrations/comments.js +1 -1
  20. package/src/integrations/deletecommand.js +1 -1
  21. package/src/integrations/entercommand.js +1 -1
  22. package/src/integrations/font.js +1 -1
  23. package/src/integrations/heading.js +1 -1
  24. package/src/integrations/highlight.js +1 -1
  25. package/src/integrations/horizontalline.js +1 -1
  26. package/src/integrations/htmlembed.js +1 -1
  27. package/src/integrations/image.js +1 -1
  28. package/src/integrations/indent.js +1 -1
  29. package/src/integrations/inputcommand.js +1 -1
  30. package/src/integrations/link.js +1 -1
  31. package/src/integrations/list.js +1 -1
  32. package/src/integrations/mediaembed.js +1 -1
  33. package/src/integrations/mention.js +1 -1
  34. package/src/integrations/pagebreak.js +1 -1
  35. package/src/integrations/paragraph.js +1 -1
  36. package/src/integrations/removeformat.js +1 -1
  37. package/src/integrations/restrictededitingmode.js +1 -1
  38. package/src/integrations/shiftentercommand.js +1 -1
  39. package/src/integrations/standardeditingmode.js +1 -1
  40. package/src/integrations/style.js +1 -1
  41. package/src/integrations/table.js +1 -1
  42. package/src/integrations/tableclipboard.js +1 -1
  43. package/src/integrations/tableheadings.js +1 -1
  44. package/src/integrations/tablemergesplit.js +1 -1
  45. package/src/integrations/title.js +1 -1
  46. package/src/integrations/undo.js +1 -1
  47. package/src/integrations/utils.js +1 -1
  48. package/src/suggestion.js +1 -1
  49. package/src/suggestiondescriptionfactory.js +1 -1
  50. package/src/trackchanges.js +1 -1
  51. package/src/trackchangesdata.js +1 -1
  52. package/src/trackchangesediting.js +1 -1
  53. package/src/trackchangesui.js +1 -1
  54. package/src/ui/suggestioncontroller.js +1 -1
  55. package/src/ui/view/basesuggestionthreadview.js +1 -1
  56. package/src/ui/view/suggestionthreadview.js +1 -1
  57. package/src/utils/common-translations.js +1 -1
  58. package/src/utils/getrangesofblockgroups.js +1 -1
  59. package/src/utils/getselectedsuggestions.js +1 -1
  60. package/src/utils/hashobject.js +1 -1
  61. package/src/utils/normalizedescription.js +1 -1
  62. package/src/utils/sortsuggestions.js +1 -1
@@ -0,0 +1,397 @@
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Urdu (https://www.transifex.com/ckeditor/teams/11143/ur/)\n"
16
+ "Language: ur\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "A suggestion for changing an item to the provided one."
20
+ msgid "*Change to:* %0"
21
+ msgstr ""
22
+
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
27
+ msgctxt "A suggestion for checking a to-do list item."
28
+ msgid "*Check item*"
29
+ msgstr ""
30
+
31
+ msgctxt "A suggestion for setting inline formatting."
32
+ msgid "*Format:* %0"
33
+ msgstr ""
34
+
35
+ msgctxt "A suggestion for indenting an item."
36
+ msgid "*Indent:* %0"
37
+ msgstr ""
38
+
39
+ msgctxt "A suggestion for inserting an item."
40
+ msgid "*Insert:* %0"
41
+ msgstr ""
42
+
43
+ msgctxt "A suggestion for merging cells."
44
+ msgid "*Merge cells*"
45
+ msgstr ""
46
+
47
+ msgctxt "A suggestion for merging items."
48
+ msgid "*Merge:* %0"
49
+ msgstr ""
50
+
51
+ msgctxt "A suggestion for outdenting an item."
52
+ msgid "*Outdent:* %0"
53
+ msgstr ""
54
+
55
+ msgctxt "A suggestion for removing all formatting."
56
+ msgid "*Remove all formatting*"
57
+ msgstr ""
58
+
59
+ msgctxt "A suggestion for removing an inline format."
60
+ msgid "*Remove format:* %0"
61
+ msgstr ""
62
+
63
+ msgctxt "A suggestion for removing the highlight."
64
+ msgid "*Remove highlight*"
65
+ msgstr ""
66
+
67
+ msgctxt "A suggestion for removing image text alternative."
68
+ msgid "*Remove image text alternative*"
69
+ msgstr ""
70
+
71
+ msgctxt "A suggestion for removing the link."
72
+ msgid "*Remove link*"
73
+ msgstr ""
74
+
75
+ msgctxt "A suggestion for removing an item."
76
+ msgid "*Remove:* %0"
77
+ msgstr ""
78
+
79
+ msgctxt "A suggestion for replacing table cells (table pasting)."
80
+ msgid "*Replace table cells*"
81
+ msgstr ""
82
+
83
+ msgctxt "A suggestion for resetting the font background color."
84
+ msgid "*Reset font background color*"
85
+ msgstr ""
86
+
87
+ msgctxt "A suggestion for resetting the font color."
88
+ msgid "*Reset font color*"
89
+ msgstr ""
90
+
91
+ msgctxt "A suggestion for resetting the font family."
92
+ msgid "*Reset font family*"
93
+ msgstr ""
94
+
95
+ msgctxt "A suggestion for resetting the font size."
96
+ msgid "*Reset font size*"
97
+ msgstr ""
98
+
99
+ msgctxt "A suggestion for resetting image width."
100
+ msgid "*Reset image width*"
101
+ msgstr ""
102
+
103
+ msgctxt "A suggestion for setting the font background color to %0."
104
+ msgid "*Set font background color:* %0"
105
+ msgstr ""
106
+
107
+ msgctxt "A suggestion for setting the font color to %0."
108
+ msgid "*Set font color:* %0"
109
+ msgstr ""
110
+
111
+ msgctxt "A suggestion for setting the font family to %0."
112
+ msgid "*Set font family:* %0"
113
+ msgstr ""
114
+
115
+ msgctxt "A suggestion for setting the font size to %0."
116
+ msgid "*Set font size:* %0"
117
+ msgstr ""
118
+
119
+ msgctxt "A suggestion for highlighting text."
120
+ msgid "*Set highlight:* %0"
121
+ msgstr ""
122
+
123
+ msgctxt "A suggestion for setting image text alternative to %0."
124
+ msgid "*Set image text alternative:* %0"
125
+ msgstr ""
126
+
127
+ msgctxt "A suggestion for setting the image width to %0."
128
+ msgid "*Set image width:* %0"
129
+ msgstr ""
130
+
131
+ msgctxt "A suggestion for setting the link URL."
132
+ msgid "*Set link:* %0"
133
+ msgstr ""
134
+
135
+ msgctxt "A suggestion for splitting cells horizontally."
136
+ msgid "*Split cell:* horizontally"
137
+ msgstr ""
138
+
139
+ msgctxt "A suggestion for splitting cells vertically."
140
+ msgid "*Split cell:* vertically"
141
+ msgstr ""
142
+
143
+ msgctxt "A suggestion for splitting the item."
144
+ msgid "*Split:* %0"
145
+ msgstr ""
146
+
147
+ msgctxt "A suggestion for unchecking a to-do list item."
148
+ msgid "*Uncheck item*"
149
+ msgstr ""
150
+
151
+ msgctxt "The label for the button which accepts all selected suggestions."
152
+ msgid "Accept all selected suggestions"
153
+ msgstr ""
154
+
155
+ msgctxt "The label for the button which accepts all suggestions."
156
+ msgid "Accept all suggestions"
157
+ msgstr ""
158
+
159
+ msgctxt "The label for the accept suggestion button."
160
+ msgid "Accept suggestion"
161
+ msgstr ""
162
+
163
+ msgctxt "The label for the button which discards all selected suggestions."
164
+ msgid "Discard all selected suggestions"
165
+ msgstr ""
166
+
167
+ msgctxt "The label for the button which discards all suggestions."
168
+ msgid "Discard all suggestions"
169
+ msgstr ""
170
+
171
+ msgctxt "The label for the discard suggestion button."
172
+ msgid "Discard suggestion"
173
+ msgstr ""
174
+
175
+ msgctxt "The block quote element name displayed in the suggestion."
176
+ msgid "ELEMENT_BLOCK_QUOTE"
177
+ msgstr "کوڈ خانہ"
178
+
179
+ msgctxt "The bulleted list element name displayed in the suggestion."
180
+ msgid "ELEMENT_BULLETED_LIST"
181
+ msgstr ""
182
+
183
+ msgctxt "The caption element name displayed in the suggestion."
184
+ msgid "ELEMENT_CAPTION"
185
+ msgstr ""
186
+
187
+ msgctxt "The code block element name displayed in the suggestion."
188
+ msgid "ELEMENT_CODE_BLOCK"
189
+ msgid_plural "%0 code blocks"
190
+ msgstr[0] "کوڈ خانہ"
191
+ msgstr[1] "%0 کوڈ خانے"
192
+
193
+ msgctxt "The heading element name displayed in the suggestion."
194
+ msgid "ELEMENT_HEADING"
195
+ msgid_plural "%0 headings (level %1)"
196
+ msgstr[0] ""
197
+ msgstr[1] ""
198
+
199
+ msgctxt "The heading element name displayed in the suggestion with a custom title."
200
+ msgid "ELEMENT_HEADING_CUSTOM"
201
+ msgid_plural "%0 headings (%1)"
202
+ msgstr[0] ""
203
+ msgstr[1] ""
204
+
205
+ msgctxt "The horizontal line element name displayed in the suggestion."
206
+ msgid "ELEMENT_HORIZONTAL_LINE"
207
+ msgid_plural "%0 horizontal lines"
208
+ msgstr[0] ""
209
+ msgstr[1] ""
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
+
217
+ msgctxt "The image element name displayed in the suggestion."
218
+ msgid "ELEMENT_IMAGE"
219
+ msgid_plural "%0 images"
220
+ msgstr[0] ""
221
+ msgstr[1] ""
222
+
223
+ msgctxt "The inline image element name displayed in the suggestion."
224
+ msgid "ELEMENT_INLINE_IMAGE"
225
+ msgid_plural "%0 images"
226
+ msgstr[0] ""
227
+ msgstr[1] ""
228
+
229
+ msgctxt "The line break element name displayed in the suggestion."
230
+ msgid "ELEMENT_LINE_BREAK"
231
+ msgid_plural "%0 line breaks"
232
+ msgstr[0] ""
233
+ msgstr[1] ""
234
+
235
+ msgctxt "The list item element name displayed in the suggestion."
236
+ msgid "ELEMENT_LIST_ITEM"
237
+ msgid_plural "%0 list items"
238
+ msgstr[0] ""
239
+ msgstr[1] ""
240
+
241
+ msgctxt "The media element name displayed in the suggestion."
242
+ msgid "ELEMENT_MEDIA"
243
+ msgid_plural "%0 media items"
244
+ msgstr[0] ""
245
+ msgstr[1] ""
246
+
247
+ msgctxt "The numbered list element name displayed in the suggestion."
248
+ msgid "ELEMENT_NUMBERED_LIST"
249
+ msgstr ""
250
+
251
+ msgctxt "The page break element name displayed in the suggestion."
252
+ msgid "ELEMENT_PAGE_BREAK"
253
+ msgid_plural "%0 page breaks"
254
+ msgstr[0] ""
255
+ msgstr[1] ""
256
+
257
+ msgctxt "The paragraph element name displayed in the suggestion."
258
+ msgid "ELEMENT_PARAGRAPH"
259
+ msgid_plural "%0 paragraphs"
260
+ msgstr[0] ""
261
+ msgstr[1] ""
262
+
263
+ msgctxt "The space element name displayed in the suggestion."
264
+ msgid "ELEMENT_SPACE"
265
+ msgid_plural "%0 spaces"
266
+ msgstr[0] ""
267
+ msgstr[1] ""
268
+
269
+ msgctxt "The table element name displayed in the suggestion."
270
+ msgid "ELEMENT_TABLE"
271
+ msgid_plural "%0 tables"
272
+ msgstr[0] ""
273
+ msgstr[1] ""
274
+
275
+ msgctxt "The table column element name displayed in the suggestion."
276
+ msgid "ELEMENT_TABLE_COLUMN"
277
+ msgid_plural "%0 table columns"
278
+ msgstr[0] ""
279
+ msgstr[1] ""
280
+
281
+ msgctxt "The table column with text element name displayed in the suggestion."
282
+ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
283
+ msgid_plural "%0 table columns *with text* %1"
284
+ msgstr[0] ""
285
+ msgstr[1] ""
286
+
287
+ msgctxt "The table row element name displayed in the suggestion."
288
+ msgid "ELEMENT_TABLE_ROW"
289
+ msgid_plural "%0 table rows"
290
+ msgstr[0] ""
291
+ msgstr[1] ""
292
+
293
+ msgctxt "The table row with text element name displayed in the suggestion."
294
+ msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
295
+ msgid_plural "%0 table rows *with text* %1"
296
+ msgstr[0] ""
297
+ msgstr[1] ""
298
+
299
+ msgctxt "The table with text element name displayed in the suggestion."
300
+ msgid "ELEMENT_TABLE_WITH_TEXT"
301
+ msgstr ""
302
+
303
+ msgctxt "The title element name displayed in the suggestion."
304
+ msgid "ELEMENT_TITLE"
305
+ msgstr ""
306
+
307
+ msgctxt "The to-do list element name displayed in the suggestion."
308
+ msgid "ELEMENT_TODO_LIST"
309
+ msgstr ""
310
+
311
+ msgctxt "The align to center format name displayed in a format suggestion."
312
+ msgid "FORMAT_ALIGN_TO_CENTER"
313
+ msgstr ""
314
+
315
+ msgctxt "The align to left format name displayed in a format suggestion."
316
+ msgid "FORMAT_ALIGN_TO_LEFT"
317
+ msgstr ""
318
+
319
+ msgctxt "The align to right format name displayed in a format suggestion."
320
+ msgid "FORMAT_ALIGN_TO_RIGHT"
321
+ msgstr ""
322
+
323
+ msgctxt "The bold format name displayed in a format suggestion."
324
+ msgid "FORMAT_BOLD"
325
+ msgstr ""
326
+
327
+ msgctxt "The code format name displayed in a format suggestion."
328
+ msgid "FORMAT_CODE"
329
+ msgstr ""
330
+
331
+ msgctxt "The header column format name displayed in a format suggestion."
332
+ msgid "FORMAT_HEADER_COLUMN"
333
+ msgstr ""
334
+
335
+ msgctxt "The header row format name displayed in a format suggestion."
336
+ msgid "FORMAT_HEADER_ROW"
337
+ msgstr ""
338
+
339
+ msgctxt "The highlight format name displayed in a format suggestion."
340
+ msgid "FORMAT_HIGHLIGHT"
341
+ msgstr ""
342
+
343
+ msgctxt "The italic format name displayed in a format suggestion."
344
+ msgid "FORMAT_ITALIC"
345
+ msgstr ""
346
+
347
+ msgctxt "The justify text format name displayed in a format suggestion."
348
+ msgid "FORMAT_JUSTIFY_TEXT"
349
+ msgstr ""
350
+
351
+ msgctxt "The regular column format name displayed in a format suggestion."
352
+ msgid "FORMAT_REGULAR_COLUMN"
353
+ msgstr ""
354
+
355
+ msgctxt "The regular row format name displayed in a format suggestion."
356
+ msgid "FORMAT_REGULAR_ROW"
357
+ msgstr ""
358
+
359
+ msgctxt "The label for area disabled in restricted editing area in a format suggestion."
360
+ msgid "FORMAT_RESTRICTED_DISABLED"
361
+ msgstr ""
362
+
363
+ msgctxt "The label for area enabled in restricted editing area in a format suggestion."
364
+ msgid "FORMAT_RESTRICTED_ENABLED"
365
+ msgstr ""
366
+
367
+ msgctxt "The side image format name displayed in a format suggestion."
368
+ msgid "FORMAT_SIDE_IMAGE"
369
+ msgstr ""
370
+
371
+ msgctxt "The strikethrough format name displayed in a format suggestion."
372
+ msgid "FORMAT_STRIKETHROUGH"
373
+ msgstr ""
374
+
375
+ msgctxt "The subscript format name displayed in a format suggestion."
376
+ msgid "FORMAT_SUBSCRIPT"
377
+ msgstr ""
378
+
379
+ msgctxt "The superscript format name displayed in a format suggestion."
380
+ msgid "FORMAT_SUPERSCRIPT"
381
+ msgstr ""
382
+
383
+ msgctxt "The underline format name displayed in a format suggestion."
384
+ msgid "FORMAT_UNDERLINE"
385
+ msgstr ""
386
+
387
+ msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
388
+ msgid "PENDING_ACTION_SUGGESTION"
389
+ msgstr ""
390
+
391
+ msgctxt "A suggestion for replacing one text with another."
392
+ msgid "REPLACE_TEXT"
393
+ msgstr ""
394
+
395
+ msgctxt "The label for the dropdown containing some options related to track changes."
396
+ msgid "Track changes"
397
+ msgstr ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "35.0.1",
3
+ "version": "35.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/)",
@@ -27,9 +27,9 @@
27
27
  ],
28
28
  "main": "src/index.js",
29
29
  "dependencies": {
30
- "ckeditor5": "^35.0.1",
31
- "ckeditor5-collaboration": "^35.0.1",
30
+ "ckeditor5": "^35.1.0",
31
+ "ckeditor5-collaboration": "^35.1.0",
32
32
  "lodash-es": "^4.17.11",
33
- "@ckeditor/ckeditor5-style": "^35.0.1"
33
+ "@ckeditor/ckeditor5-style": "^35.1.0"
34
34
  }
35
35
  }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xe89f=['some','isInContent','_acceptSuggestionCommand','from','isEnabled','editor','execute','model','_suggestions','values','refresh'];(function(_0x3b6782,_0xe89fe6){const _0x527053=function(_0x23dc7c){while(--_0x23dc7c){_0x3b6782['push'](_0x3b6782['shift']());}};_0x527053(++_0xe89fe6);}(_0xe89f,0x15d));const _0x5270=function(_0x3b6782,_0xe89fe6){_0x3b6782=_0x3b6782-0x0;let _0x527053=_0xe89f[_0x3b6782];return _0x527053;};import{Command as _0x14377b}from'ckeditor5/src/core';import _0xeb1157 from'../utils/sortsuggestions';export default class R extends _0x14377b{constructor(_0x461e6a,_0x55c9b0,_0x3521eb){super(_0x461e6a),this[_0x5270('0x5')]=_0x55c9b0,this[_0x5270('0x0')]=_0x3521eb,this[_0x5270('0x2')]();}['refresh'](){const _0x2857ef=this[_0x5270('0x5')];this[_0x5270('0x7')]=_0x2857ef['isEnabled']&&Array['from'](this['_suggestions'][_0x5270('0x1')]())[_0x5270('0x3')](_0x262dec=>_0x262dec[_0x5270('0x4')]);}[_0x5270('0x9')](){this[_0x5270('0x8')][_0x5270('0xa')]['change'](()=>{const _0x134cfc=_0xeb1157(Array[_0x5270('0x6')](this[_0x5270('0x0')]['values']()));for(const _0x3b3f4d of _0x134cfc)_0x3b3f4d[_0x5270('0x4')]&&this[_0x5270('0x5')]['execute'](_0x3b3f4d['id']);});}}
23
+ const _0x443b=['isEnabled','isInContent','some','_acceptSuggestionCommand','from','execute','refresh','values','change','_suggestions'];(function(_0x127540,_0x443b2a){const _0x1bf853=function(_0x4fe74b){while(--_0x4fe74b){_0x127540['push'](_0x127540['shift']());}};_0x1bf853(++_0x443b2a);}(_0x443b,0xb1));const _0x1bf8=function(_0x127540,_0x443b2a){_0x127540=_0x127540-0x0;let _0x1bf853=_0x443b[_0x127540];return _0x1bf853;};import{Command as _0x3adaa3}from'ckeditor5/src/core';import _0x4a27c3 from'../utils/sortsuggestions';export default class R extends _0x3adaa3{constructor(_0x57b5a1,_0x4a323c,_0x5b036d){super(_0x57b5a1),this['_acceptSuggestionCommand']=_0x4a323c,this[_0x1bf8('0x2')]=_0x5b036d,this['refresh']();}[_0x1bf8('0x9')](){const _0x2c4214=this['_acceptSuggestionCommand'];this[_0x1bf8('0x3')]=_0x2c4214[_0x1bf8('0x3')]&&Array[_0x1bf8('0x7')](this['_suggestions'][_0x1bf8('0x0')]())[_0x1bf8('0x5')](_0x3fcf9e=>_0x3fcf9e[_0x1bf8('0x4')]);}['execute'](){this['editor']['model'][_0x1bf8('0x1')](()=>{const _0x1f76ed=_0x4a27c3(Array[_0x1bf8('0x7')](this['_suggestions']['values']()));for(const _0x1169ec of _0x1f76ed)_0x1169ec[_0x1bf8('0x4')]&&this[_0x1bf8('0x6')][_0x1bf8('0x8')](_0x1169ec['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x473c=['execute','editor','from','selection','_selectedSuggestions','refresh','change','isEnabled','_acceptSuggestionCommand','model'];(function(_0x357581,_0x473cce){const _0x6cafe3=function(_0x5cc5fc){while(--_0x5cc5fc){_0x357581['push'](_0x357581['shift']());}};_0x6cafe3(++_0x473cce);}(_0x473c,0x72));const _0x6caf=function(_0x357581,_0x473cce){_0x357581=_0x357581-0x0;let _0x6cafe3=_0x473c[_0x357581];return _0x6cafe3;};import{Command as _0x4cb2e5}from'ckeditor5/src/core';import _0xc647de from'../utils/sortsuggestions';import _0x21f6e2 from'../utils/getselectedsuggestions';export default class j extends _0x4cb2e5{constructor(_0xd0b186,_0x1e9a67,_0x5b6fe8){super(_0xd0b186),this[_0x6caf('0x4')]=_0x1e9a67,this['_suggestions']=_0x5b6fe8,this[_0x6caf('0x0')]=new Set(),this[_0x6caf('0x1')]();}[_0x6caf('0x1')](){const _0x11e402=this[_0x6caf('0x4')],_0x2cb33f=this[_0x6caf('0x7')][_0x6caf('0x5')]['document'][_0x6caf('0x9')],_0x3c16e0=Array[_0x6caf('0x8')](this['_suggestions']['values']());this[_0x6caf('0x0')]=_0x21f6e2(_0x2cb33f,_0x3c16e0),this[_0x6caf('0x3')]=_0x11e402[_0x6caf('0x3')]&&!!this[_0x6caf('0x0')]['size'];}[_0x6caf('0x6')](){this[_0x6caf('0x7')]['model'][_0x6caf('0x2')](()=>{const _0x4c2e5e=_0xc647de(Array[_0x6caf('0x8')](this[_0x6caf('0x0')]));for(const _0x4f4b75 of _0x4c2e5e)this[_0x6caf('0x4')]['execute'](_0x4f4b75['id']);});}}
23
+ const _0x58ba=['change','execute','size','from','isEnabled','_acceptSuggestionCommand','refresh','values','_suggestions','document','_selectedSuggestions','editor'];(function(_0x264265,_0x58ba8d){const _0xb0eea8=function(_0x28cb23){while(--_0x28cb23){_0x264265['push'](_0x264265['shift']());}};_0xb0eea8(++_0x58ba8d);}(_0x58ba,0x104));const _0xb0ee=function(_0x264265,_0x58ba8d){_0x264265=_0x264265-0x0;let _0xb0eea8=_0x58ba[_0x264265];return _0xb0eea8;};import{Command as _0x1791bb}from'ckeditor5/src/core';import _0x6fde29 from'../utils/sortsuggestions';import _0x2dd73a from'../utils/getselectedsuggestions';export default class j extends _0x1791bb{constructor(_0xf1db7b,_0x11fe64,_0x1578da){super(_0xf1db7b),this[_0xb0ee('0x9')]=_0x11fe64,this[_0xb0ee('0x0')]=_0x1578da,this[_0xb0ee('0x2')]=new Set(),this[_0xb0ee('0xa')]();}[_0xb0ee('0xa')](){const _0x546e0e=this[_0xb0ee('0x9')],_0x395c7d=this[_0xb0ee('0x3')]['model'][_0xb0ee('0x1')]['selection'],_0x417a8e=Array[_0xb0ee('0x7')](this[_0xb0ee('0x0')][_0xb0ee('0xb')]());this[_0xb0ee('0x2')]=_0x2dd73a(_0x395c7d,_0x417a8e),this[_0xb0ee('0x8')]=_0x546e0e[_0xb0ee('0x8')]&&!!this[_0xb0ee('0x2')][_0xb0ee('0x6')];}[_0xb0ee('0x5')](){this['editor']['model'][_0xb0ee('0x4')](()=>{const _0x2b4a81=_0x6fde29(Array[_0xb0ee('0x7')](this[_0xb0ee('0x2')]));for(const _0x159d8b of _0x2b4a81)this[_0xb0ee('0x9')][_0xb0ee('0x5')](_0x159d8b['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x41f1=['track-changes-accept-suggestion-not-found','_suggestions','TrackChangesEditing','editor','acceptSuggestion','isEnabled','get','refresh'];(function(_0x400269,_0x41f1ab){const _0x32acaa=function(_0x1f31b0){while(--_0x1f31b0){_0x400269['push'](_0x400269['shift']());}};_0x32acaa(++_0x41f1ab);}(_0x41f1,0x74));const _0x32ac=function(_0x400269,_0x41f1ab){_0x400269=_0x400269-0x0;let _0x32acaa=_0x41f1[_0x400269];return _0x32acaa;};import{Command as _0x32666a}from'ckeditor5/src/core';import{CKEditorError as _0x2c28ef}from'ckeditor5/src/utils';export default class $ extends _0x32666a{constructor(_0x1dd577,_0x32e5cf){super(_0x1dd577),this[_0x32ac('0x5')]=_0x32e5cf,this[_0x32ac('0x3')]();}[_0x32ac('0x3')](){this[_0x32ac('0x1')]=!0x0;}['execute'](_0x49ee4d){const _0x547141=this[_0x32ac('0x5')][_0x32ac('0x2')](_0x49ee4d);if(!_0x547141)throw new _0x2c28ef(_0x32ac('0x4'),this);this[_0x32ac('0x7')]['plugins'][_0x32ac('0x2')](_0x32ac('0x6'))[_0x32ac('0x0')](_0x547141);}}
23
+ const _0x4617=['isEnabled','track-changes-accept-suggestion-not-found','execute','TrackChangesEditing','_suggestions','acceptSuggestion','refresh','plugins','editor','get'];(function(_0x18a3fa,_0x461792){const _0x2af207=function(_0x2acbef){while(--_0x2acbef){_0x18a3fa['push'](_0x18a3fa['shift']());}};_0x2af207(++_0x461792);}(_0x4617,0xcb));const _0x2af2=function(_0x18a3fa,_0x461792){_0x18a3fa=_0x18a3fa-0x0;let _0x2af207=_0x4617[_0x18a3fa];return _0x2af207;};import{Command as _0x52c891}from'ckeditor5/src/core';import{CKEditorError as _0x36184a}from'ckeditor5/src/utils';export default class $ extends _0x52c891{constructor(_0x13239f,_0x473b89){super(_0x13239f),this[_0x2af2('0x1')]=_0x473b89,this[_0x2af2('0x3')]();}[_0x2af2('0x3')](){this[_0x2af2('0x7')]=!0x0;}[_0x2af2('0x9')](_0x43c75f){const _0xea7221=this[_0x2af2('0x1')][_0x2af2('0x6')](_0x43c75f);if(!_0xea7221)throw new _0x36184a(_0x2af2('0x8'),this);this[_0x2af2('0x5')][_0x2af2('0x4')][_0x2af2('0x6')](_0x2af2('0x0'))[_0x2af2('0x2')](_0xea7221);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19c8=['_suggestions','model','isEnabled','from','change','some','execute','refresh','values','isInContent','editor','_discardSuggestionCommand'];(function(_0x462aa6,_0x19c8cf){const _0x1b2edb=function(_0x278f8b){while(--_0x278f8b){_0x462aa6['push'](_0x462aa6['shift']());}};_0x1b2edb(++_0x19c8cf);}(_0x19c8,0x18b));const _0x1b2e=function(_0x462aa6,_0x19c8cf){_0x462aa6=_0x462aa6-0x0;let _0x1b2edb=_0x19c8[_0x462aa6];return _0x1b2edb;};import{Command as _0x1c5f83}from'ckeditor5/src/core';export default class U extends _0x1c5f83{constructor(_0x3a2b73,_0x575429,_0x1154c){super(_0x3a2b73),this[_0x1b2e('0x0')]=_0x575429,this[_0x1b2e('0x1')]=_0x1154c,this['refresh']();}[_0x1b2e('0x8')](){const _0x535b5c=this[_0x1b2e('0x0')];this[_0x1b2e('0x3')]=_0x535b5c[_0x1b2e('0x3')]&&Array[_0x1b2e('0x4')](this['_suggestions'][_0x1b2e('0x9')]())[_0x1b2e('0x6')](_0x341055=>_0x341055[_0x1b2e('0xa')]);}[_0x1b2e('0x7')](){this[_0x1b2e('0xb')][_0x1b2e('0x2')][_0x1b2e('0x5')](()=>{for(const _0x159b3e of this[_0x1b2e('0x1')][_0x1b2e('0x9')]())_0x159b3e['isInContent']&&this['_discardSuggestionCommand'][_0x1b2e('0x7')](_0x159b3e['id']);});}}
23
+ const _0x2e3f=['execute','some','_suggestions','_discardSuggestionCommand','change','refresh','values','from','isInContent','isEnabled'];(function(_0x28a56f,_0x2e3fe2){const _0x56ffd1=function(_0x2a75aa){while(--_0x2a75aa){_0x28a56f['push'](_0x28a56f['shift']());}};_0x56ffd1(++_0x2e3fe2);}(_0x2e3f,0x10e));const _0x56ff=function(_0x28a56f,_0x2e3fe2){_0x28a56f=_0x28a56f-0x0;let _0x56ffd1=_0x2e3f[_0x28a56f];return _0x56ffd1;};import{Command as _0x4af57b}from'ckeditor5/src/core';export default class U extends _0x4af57b{constructor(_0xa3a185,_0x285b1b,_0x45fd58){super(_0xa3a185),this['_discardSuggestionCommand']=_0x285b1b,this[_0x56ff('0x2')]=_0x45fd58,this[_0x56ff('0x5')]();}['refresh'](){const _0x3d07b2=this[_0x56ff('0x3')];this['isEnabled']=_0x3d07b2[_0x56ff('0x9')]&&Array[_0x56ff('0x7')](this['_suggestions'][_0x56ff('0x6')]())[_0x56ff('0x1')](_0x426f46=>_0x426f46[_0x56ff('0x8')]);}[_0x56ff('0x0')](){this['editor']['model'][_0x56ff('0x4')](()=>{for(const _0x1f81cf of this['_suggestions'][_0x56ff('0x6')]())_0x1f81cf[_0x56ff('0x8')]&&this[_0x56ff('0x3')][_0x56ff('0x0')](_0x1f81cf['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1edc=['_suggestions','_discardSuggestionCommand','editor','selection','_selectedSuggestions','from','refresh','model','execute','change','values','isEnabled'];(function(_0x128abe,_0x1edc5e){const _0x69cea2=function(_0x1b1a8b){while(--_0x1b1a8b){_0x128abe['push'](_0x128abe['shift']());}};_0x69cea2(++_0x1edc5e);}(_0x1edc,0xb1));const _0x69ce=function(_0x128abe,_0x1edc5e){_0x128abe=_0x128abe-0x0;let _0x69cea2=_0x1edc[_0x128abe];return _0x69cea2;};import{Command as _0x2b1f3a}from'ckeditor5/src/core';import _0x1bc42c from'../utils/getselectedsuggestions';export default class x extends _0x2b1f3a{constructor(_0x568a60,_0x3e2518,_0x485a48){super(_0x568a60),this[_0x69ce('0x4')]=_0x3e2518,this[_0x69ce('0x3')]=_0x485a48,this[_0x69ce('0x7')]=new Set(),this[_0x69ce('0x9')]();}[_0x69ce('0x9')](){const _0x20f1ec=this[_0x69ce('0x4')],_0xa21b30=this[_0x69ce('0x5')][_0x69ce('0xa')]['document'][_0x69ce('0x6')],_0x2337d4=Array[_0x69ce('0x8')](this[_0x69ce('0x3')][_0x69ce('0x1')]());this['_selectedSuggestions']=_0x1bc42c(_0xa21b30,_0x2337d4),this[_0x69ce('0x2')]=_0x20f1ec[_0x69ce('0x2')]&&!!this[_0x69ce('0x7')]['size'];}[_0x69ce('0xb')](){this[_0x69ce('0x5')][_0x69ce('0xa')][_0x69ce('0x0')](()=>{for(const _0x221d2b of this[_0x69ce('0x7')])this['_discardSuggestionCommand']['execute'](_0x221d2b['id']);});}}
23
+ const _0x51ac=['selection','values','isEnabled','editor','change','_suggestions','refresh','_selectedSuggestions','size','_discardSuggestionCommand','document'];(function(_0x17dd80,_0x51ac05){const _0x393f61=function(_0x283900){while(--_0x283900){_0x17dd80['push'](_0x17dd80['shift']());}};_0x393f61(++_0x51ac05);}(_0x51ac,0xc8));const _0x393f=function(_0x17dd80,_0x51ac05){_0x17dd80=_0x17dd80-0x0;let _0x393f61=_0x51ac[_0x17dd80];return _0x393f61;};import{Command as _0x1fab4a}from'ckeditor5/src/core';import _0x495226 from'../utils/getselectedsuggestions';export default class x extends _0x1fab4a{constructor(_0x108c01,_0x53ad86,_0x4c476e){super(_0x108c01),this['_discardSuggestionCommand']=_0x53ad86,this['_suggestions']=_0x4c476e,this[_0x393f('0x5')]=new Set(),this[_0x393f('0x4')]();}[_0x393f('0x4')](){const _0x3289fb=this[_0x393f('0x7')],_0x132310=this[_0x393f('0x1')]['model'][_0x393f('0x8')][_0x393f('0x9')],_0x5bb6f9=Array['from'](this[_0x393f('0x3')][_0x393f('0xa')]());this[_0x393f('0x5')]=_0x495226(_0x132310,_0x5bb6f9),this[_0x393f('0x0')]=_0x3289fb[_0x393f('0x0')]&&!!this['_selectedSuggestions'][_0x393f('0x6')];}['execute'](){this['editor']['model'][_0x393f('0x2')](()=>{for(const _0x31dffa of this[_0x393f('0x5')])this['_discardSuggestionCommand']['execute'](_0x31dffa['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1020=['TrackChangesEditing','refresh','isEnabled','_suggestions','execute','get','track-changes-discard-suggestion-not-found','editor','discardSuggestion','plugins'];(function(_0x468d8c,_0x1020c0){const _0x44c70f=function(_0x52babb){while(--_0x52babb){_0x468d8c['push'](_0x468d8c['shift']());}};_0x44c70f(++_0x1020c0);}(_0x1020,0x18c));const _0x44c7=function(_0x468d8c,_0x1020c0){_0x468d8c=_0x468d8c-0x0;let _0x44c70f=_0x1020[_0x468d8c];return _0x44c70f;};import{Command as _0x414f67}from'ckeditor5/src/core';import{CKEditorError as _0x11aa8a}from'ckeditor5/src/utils';export default class N extends _0x414f67{constructor(_0x45fe6b,_0x58229e){super(_0x45fe6b),this[_0x44c7('0x7')]=_0x58229e,this[_0x44c7('0x5')]();}['refresh'](){this[_0x44c7('0x6')]=!0x0;}[_0x44c7('0x8')](_0x11db10){const _0x143c07=this[_0x44c7('0x7')][_0x44c7('0x9')](_0x11db10);if(!_0x143c07)throw new _0x11aa8a(_0x44c7('0x0'),this);this[_0x44c7('0x1')][_0x44c7('0x3')][_0x44c7('0x9')](_0x44c7('0x4'))[_0x44c7('0x2')](_0x143c07);}}
23
+ const _0x35e5=['get','editor','execute','refresh','track-changes-discard-suggestion-not-found','TrackChangesEditing','plugins','_suggestions'];(function(_0x35bff5,_0x35e51d){const _0x1bcc3f=function(_0x346a66){while(--_0x346a66){_0x35bff5['push'](_0x35bff5['shift']());}};_0x1bcc3f(++_0x35e51d);}(_0x35e5,0x145));const _0x1bcc=function(_0x35bff5,_0x35e51d){_0x35bff5=_0x35bff5-0x0;let _0x1bcc3f=_0x35e5[_0x35bff5];return _0x1bcc3f;};import{Command as _0x3b8618}from'ckeditor5/src/core';import{CKEditorError as _0xdb67fd}from'ckeditor5/src/utils';export default class N extends _0x3b8618{constructor(_0xbe96,_0x230ee2){super(_0xbe96),this[_0x1bcc('0x2')]=_0x230ee2,this[_0x1bcc('0x6')]();}['refresh'](){this['isEnabled']=!0x0;}[_0x1bcc('0x5')](_0x2cf5b3){const _0x1665d6=this[_0x1bcc('0x2')][_0x1bcc('0x3')](_0x2cf5b3);if(!_0x1665d6)throw new _0xdb67fd(_0x1bcc('0x7'),this);this[_0x1bcc('0x4')][_0x1bcc('0x1')][_0x1bcc('0x3')](_0x1bcc('0x0'))['discardSuggestion'](_0x1665d6);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x57d8=['refresh','_disableUnsupportedCommands','isEnabled','affectsData','commands','has','editor','TrackChangesCommand','value','_enabledCommands','execute','_enableCommands','clearForceDisabled'];(function(_0x336dc1,_0x57d81e){const _0x658c8f=function(_0x1ae107){while(--_0x1ae107){_0x336dc1['push'](_0x336dc1['shift']());}};_0x658c8f(++_0x57d81e);}(_0x57d8,0x13c));const _0x658c=function(_0x336dc1,_0x57d81e){_0x336dc1=_0x336dc1-0x0;let _0x658c8f=_0x57d8[_0x336dc1];return _0x658c8f;};import{Command as _0x3d3f2f}from'ckeditor5/src/core';export default class M extends _0x3d3f2f{constructor(_0x540d93,_0x584fe9){super(_0x540d93),this[_0x658c('0x5')]=_0x584fe9,this[_0x658c('0x4')]=!0x1,this[_0x658c('0x9')]();}[_0x658c('0x9')](){this[_0x658c('0xb')]=!0x0;}[_0x658c('0x6')](){this[_0x658c('0x4')]=!this[_0x658c('0x4')],this['value']?this[_0x658c('0xa')]():this['_enableCommands']();}[_0x658c('0xa')](){for(const _0x499a6b of this[_0x658c('0x2')][_0x658c('0x0')][_0x658c('0x0')]())_0x499a6b[_0x658c('0xc')]&&!this[_0x658c('0x5')][_0x658c('0x1')](_0x499a6b)&&_0x499a6b['forceDisabled'](_0x658c('0x3'));}[_0x658c('0x7')](){for(const _0x4ea576 of this[_0x658c('0x2')][_0x658c('0x0')][_0x658c('0x0')]())_0x4ea576[_0x658c('0xc')]&&!this[_0x658c('0x5')]['has'](_0x4ea576)&&_0x4ea576[_0x658c('0x8')](_0x658c('0x3'));}}
23
+ const _0x279d=['execute','clearForceDisabled','_disableUnsupportedCommands','commands','_enableCommands','TrackChangesCommand','_enabledCommands','forceDisabled','value','affectsData','isEnabled','editor','has','refresh'];(function(_0x1a57b6,_0x279d0f){const _0x3f6605=function(_0xeda5fb){while(--_0xeda5fb){_0x1a57b6['push'](_0x1a57b6['shift']());}};_0x3f6605(++_0x279d0f);}(_0x279d,0xd2));const _0x3f66=function(_0x1a57b6,_0x279d0f){_0x1a57b6=_0x1a57b6-0x0;let _0x3f6605=_0x279d[_0x1a57b6];return _0x3f6605;};import{Command as _0x243d52}from'ckeditor5/src/core';export default class M extends _0x243d52{constructor(_0x47543e,_0xb1383a){super(_0x47543e),this[_0x3f66('0x6')]=_0xb1383a,this[_0x3f66('0x8')]=!0x1,this[_0x3f66('0xd')]();}[_0x3f66('0xd')](){this[_0x3f66('0xa')]=!0x0;}[_0x3f66('0x0')](){this[_0x3f66('0x8')]=!this[_0x3f66('0x8')],this[_0x3f66('0x8')]?this[_0x3f66('0x2')]():this[_0x3f66('0x4')]();}['_disableUnsupportedCommands'](){for(const _0x1fce89 of this[_0x3f66('0xb')][_0x3f66('0x3')][_0x3f66('0x3')]())_0x1fce89[_0x3f66('0x9')]&&!this[_0x3f66('0x6')]['has'](_0x1fce89)&&_0x1fce89[_0x3f66('0x7')]('TrackChangesCommand');}[_0x3f66('0x4')](){for(const _0xbf9ddc of this[_0x3f66('0xb')][_0x3f66('0x3')][_0x3f66('0x3')]())_0xbf9ddc[_0x3f66('0x9')]&&!this[_0x3f66('0x6')][_0x3f66('0xc')](_0xbf9ddc)&&_0xbf9ddc[_0x3f66('0x1')](_0x3f66('0x5'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x256d=['model','from','ltr','justify','change','locale','document','selection','FORMAT_ALIGN_TO_LEFT','FORMAT_ALIGN_TO_RIGHT','getSelectedBlocks','AlignmentEditing','left','center','alignment','editor','FORMAT_ALIGN_TO_CENTER','contentLanguageDirection','enableCommand','plugins','registerDescriptionCallback','*Format:*\x20%0','right','afterInit','has','schema','checkAttribute','value','filter','commandParams','_descriptionFactory','TrackChangesEditing'];(function(_0x53102c,_0x256dcc){const _0x1778eb=function(_0x4b0e72){while(--_0x4b0e72){_0x53102c['push'](_0x53102c['shift']());}};_0x1778eb(++_0x256dcc);}(_0x256d,0x1c1));const _0x1778=function(_0x53102c,_0x256dcc){_0x53102c=_0x53102c-0x0;let _0x1778eb=_0x256d[_0x53102c];return _0x1778eb;};import{Plugin as _0x52351f}from'ckeditor5/src/core';import{getTranslation as _0x289a4d}from'../utils/common-translations';export default class E extends _0x52351f{[_0x1778('0x16')](){const _0xf8ba44=this[_0x1778('0xe')],_0x49eff1=_0xf8ba44[_0x1778('0x4')];if(!_0xf8ba44[_0x1778('0x12')][_0x1778('0x17')](_0x1778('0xa')))return;const _0x1727b1=_0xf8ba44[_0x1778('0x12')]['get'](_0x1778('0x1e'));_0x1727b1[_0x1778('0x11')](_0x1778('0xd'),(_0x2068b5,_0xf1e223={})=>{let _0x544e5d=_0xf1e223['value'];_0xf1e223[_0x1778('0x1a')]||(_0x544e5d=_0x1778('0x1')===_0xf8ba44[_0x1778('0x4')][_0x1778('0x10')]?_0x1778('0xb'):_0x1778('0x15'));const _0x36974e=Array[_0x1778('0x0')](this['editor'][_0x1778('0x1f')][_0x1778('0x5')][_0x1778('0x6')][_0x1778('0x9')]())[_0x1778('0x1b')](_0x194978=>function(_0x206f30,_0x504f94,_0x5d9b43){const _0xb5e52=_0x206f30['getAttribute'](_0x1778('0xd'))||null;return _0x504f94[_0x1778('0x19')](_0x206f30,_0x1778('0xd'))&&_0x5d9b43!=_0xb5e52;}(_0x194978,this[_0x1778('0xe')][_0x1778('0x1f')][_0x1778('0x18')],_0x544e5d));_0xf8ba44[_0x1778('0x1f')][_0x1778('0x3')](()=>{for(const _0x14c9a0 of _0x36974e)_0x1727b1['markBlockFormat'](_0x14c9a0,{'commandName':'alignment','commandParams':[{'value':_0x544e5d}]});});}),_0x1727b1[_0x1778('0x1d')][_0x1778('0x13')](_0x17194b=>{const {data:_0x13d024}=_0x17194b;if(_0x13d024&&_0x1778('0xd')==_0x13d024['commandName']){const _0x596fbf=_0x13d024[_0x1778('0x1c')][0x0]['value'];return{'type':'format','content':_0x289a4d(_0x49eff1,_0x1778('0x14'),function(_0x28efd6){switch(_0x28efd6){case'left':return _0x289a4d(_0x49eff1,_0x1778('0x7'));case _0x1778('0x15'):return _0x289a4d(_0x49eff1,_0x1778('0x8'));case _0x1778('0xc'):return _0x289a4d(_0x49eff1,_0x1778('0xf'));case _0x1778('0x2'):return _0x289a4d(_0x49eff1,'FORMAT_JUSTIFY_TEXT');}}(_0x596fbf))};}});}}
23
+ const _0x21d6=['ltr','has','locale','editor','registerDescriptionCallback','commandParams','FORMAT_ALIGN_TO_RIGHT','contentLanguageDirection','checkAttribute','TrackChangesEditing','markBlockFormat','getSelectedBlocks','model','change','from','AlignmentEditing','selection','value','right','alignment','left','FORMAT_JUSTIFY_TEXT','afterInit','FORMAT_ALIGN_TO_LEFT','document','center','_descriptionFactory','justify','plugins','FORMAT_ALIGN_TO_CENTER','enableCommand','format'];(function(_0x4946f7,_0x21d6c5){const _0x3e3c5b=function(_0x9cebab){while(--_0x9cebab){_0x4946f7['push'](_0x4946f7['shift']());}};_0x3e3c5b(++_0x21d6c5);}(_0x21d6,0x198));const _0x3e3c=function(_0x4946f7,_0x21d6c5){_0x4946f7=_0x4946f7-0x0;let _0x3e3c5b=_0x21d6[_0x4946f7];return _0x3e3c5b;};import{Plugin as _0x4ac49}from'ckeditor5/src/core';import{getTranslation as _0x288037}from'../utils/common-translations';export default class E extends _0x4ac49{[_0x3e3c('0x1e')](){const _0x47a96c=this[_0x3e3c('0xb')],_0x1c403f=_0x47a96c[_0x3e3c('0xa')];if(!_0x47a96c[_0x3e3c('0x4')][_0x3e3c('0x9')](_0x3e3c('0x17')))return;const _0x1f2e29=_0x47a96c['plugins']['get'](_0x3e3c('0x11'));_0x1f2e29[_0x3e3c('0x6')](_0x3e3c('0x1b'),(_0xc5b750,_0x20dbd1={})=>{let _0x210dc2=_0x20dbd1['value'];_0x20dbd1[_0x3e3c('0x19')]||(_0x210dc2=_0x3e3c('0x8')===_0x47a96c[_0x3e3c('0xa')][_0x3e3c('0xf')]?_0x3e3c('0x1c'):'right');const _0x224ef9=Array[_0x3e3c('0x16')](this['editor']['model'][_0x3e3c('0x0')][_0x3e3c('0x18')][_0x3e3c('0x13')]())['filter'](_0x494cc9=>function(_0x3749a2,_0x16f99a,_0x53c2ae){const _0x1b6e85=_0x3749a2['getAttribute'](_0x3e3c('0x1b'))||null;return _0x16f99a[_0x3e3c('0x10')](_0x3749a2,_0x3e3c('0x1b'))&&_0x53c2ae!=_0x1b6e85;}(_0x494cc9,this[_0x3e3c('0xb')][_0x3e3c('0x14')]['schema'],_0x210dc2));_0x47a96c[_0x3e3c('0x14')][_0x3e3c('0x15')](()=>{for(const _0x406c86 of _0x224ef9)_0x1f2e29[_0x3e3c('0x12')](_0x406c86,{'commandName':_0x3e3c('0x1b'),'commandParams':[{'value':_0x210dc2}]});});}),_0x1f2e29[_0x3e3c('0x2')][_0x3e3c('0xc')](_0x24036f=>{const {data:_0x3842f7}=_0x24036f;if(_0x3842f7&&_0x3e3c('0x1b')==_0x3842f7['commandName']){const _0x53a8ee=_0x3842f7[_0x3e3c('0xd')][0x0][_0x3e3c('0x19')];return{'type':_0x3e3c('0x7'),'content':_0x288037(_0x1c403f,'*Format:*\x20%0',function(_0x5204b9){switch(_0x5204b9){case'left':return _0x288037(_0x1c403f,_0x3e3c('0x1f'));case _0x3e3c('0x1a'):return _0x288037(_0x1c403f,_0x3e3c('0xe'));case _0x3e3c('0x1'):return _0x288037(_0x1c403f,_0x3e3c('0x5'));case _0x3e3c('0x3'):return _0x288037(_0x1c403f,_0x3e3c('0x1d'));}}(_0x53a8ee))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1232=['markInlineFormat','editor','FORMAT_STRIKETHROUGH','FORMAT_SUBSCRIPT','UnderlineEditing','locale','slice','italic','bold','enableCommand','has','change','*Remove\x20format:*\x20%0','FORMAT_UNDERLINE','underline','FORMAT_CODE','FORMAT_BOLD','registerDescriptionCallback','FORMAT_ITALIC','format','*Format:*\x20%0','superscript','selection','TrackChangesEditing','get','plugins','SubscriptEditing','strikethrough','afterInit','SuperscriptEditing','isCollapsed','value','toLowerCase','forceValue','model','commands','commandParams'];(function(_0x2221f9,_0x12327b){const _0x391fea=function(_0x4ca88c){while(--_0x4ca88c){_0x2221f9['push'](_0x2221f9['shift']());}};_0x391fea(++_0x12327b);}(_0x1232,0xf3));const _0x391f=function(_0x2221f9,_0x12327b){_0x2221f9=_0x2221f9-0x0;let _0x391fea=_0x1232[_0x2221f9];return _0x391fea;};import{Plugin as _0x4f04a4}from'ckeditor5/src/core';import{getTranslation as _0x2394d5}from'../utils/common-translations';import{getRangesWithAttribute as _0x4c622c}from'./utils';const Ft=['BoldEditing','ItalicEditing',_0x391f('0x14'),'CodeEditing','StrikethroughEditing',_0x391f('0x5'),_0x391f('0x8')];export default class O extends _0x4f04a4{[_0x391f('0x7')](){const _0x77cf93=this[_0x391f('0x11')],_0x277508=_0x77cf93[_0x391f('0xd')],_0xc454d3=_0x77cf93[_0x391f('0x4')][_0x391f('0x3')](_0x391f('0x2')),_0xf137e6=_0x77cf93[_0x391f('0x15')];for(const _0x76153d of Ft){if(!_0x77cf93['plugins'][_0x391f('0x1a')](_0x76153d))continue;const _0x820bf=_0x76153d[_0x391f('0x16')](0x0,-0x7)[_0x391f('0xb')](),_0x299e09=_0x77cf93[_0x391f('0xe')][_0x391f('0x3')](_0x820bf);_0xc454d3[_0x391f('0x19')](_0x820bf,(_0x17a4dc,_0x3ae679={})=>{const _0x5707cd=_0x277508['document'][_0x391f('0x1')];if(_0x5707cd[_0x391f('0x9')])return void _0x17a4dc(_0x3ae679);const _0x5caf49=void 0x0!==_0x3ae679[_0x391f('0xc')]?_0x3ae679[_0x391f('0xc')]:!_0x299e09[_0x391f('0xa')];_0x277508[_0x391f('0x1b')](()=>{const _0x3f4feb=Array['from'](_0x5707cd['getRanges']());for(const _0x3b731a of _0x3f4feb){const _0x3a6353=_0x5caf49?[_0x3b731a]:_0x4c622c(_0x820bf,_0x3b731a,_0x277508);for(const _0x4cd839 of _0x3a6353)_0xc454d3[_0x391f('0x10')](_0x4cd839,{'commandName':_0x820bf,'commandParams':[{'forceValue':_0x5caf49}]});}});});}function _0x5112b9(_0x396c87,_0x38dd10){_0xc454d3['_descriptionFactory'][_0x391f('0x21')](_0x1a4327=>{const {data:_0x34e0e6}=_0x1a4327;if(_0x34e0e6&&_0x34e0e6['commandName']===_0x396c87)return _0x34e0e6[_0x391f('0xf')][0x0][_0x391f('0xc')]?{'type':_0x391f('0x23'),'content':_0x2394d5(_0xf137e6,_0x391f('0x24'),_0x38dd10)}:{'type':'format','content':_0x2394d5(_0xf137e6,_0x391f('0x1c'),_0x38dd10)};});}_0x5112b9(_0x391f('0x18'),_0x2394d5(_0xf137e6,_0x391f('0x20'))),_0x5112b9(_0x391f('0x17'),_0x2394d5(_0xf137e6,_0x391f('0x22'))),_0x5112b9(_0x391f('0x1e'),_0x2394d5(_0xf137e6,_0x391f('0x1d'))),_0x5112b9('code',_0x2394d5(_0xf137e6,_0x391f('0x1f'))),_0x5112b9(_0x391f('0x6'),_0x2394d5(_0xf137e6,_0x391f('0x12'))),_0x5112b9('subscript',_0x2394d5(_0xf137e6,_0x391f('0x13'))),_0x5112b9(_0x391f('0x0'),_0x2394d5(_0xf137e6,'FORMAT_SUPERSCRIPT'));}}
23
+ const _0x1ddc=['SuperscriptEditing','FORMAT_SUBSCRIPT','italic','registerDescriptionCallback','commands','TrackChangesEditing','ItalicEditing','isCollapsed','model','markInlineFormat','value','getRanges','selection','FORMAT_ITALIC','BoldEditing','plugins','CodeEditing','superscript','change','document','get','commandParams','format','FORMAT_UNDERLINE','afterInit','has','forceValue','toLowerCase','FORMAT_SUPERSCRIPT','from','code','strikethrough','slice','enableCommand','subscript','bold','StrikethroughEditing','FORMAT_STRIKETHROUGH','FORMAT_CODE'];(function(_0x2570c9,_0x1ddc31){const _0x4a2e3a=function(_0x42ed65){while(--_0x42ed65){_0x2570c9['push'](_0x2570c9['shift']());}};_0x4a2e3a(++_0x1ddc31);}(_0x1ddc,0x101));const _0x4a2e=function(_0x2570c9,_0x1ddc31){_0x2570c9=_0x2570c9-0x0;let _0x4a2e3a=_0x1ddc[_0x2570c9];return _0x4a2e3a;};import{Plugin as _0x342204}from'ckeditor5/src/core';import{getTranslation as _0x287b7c}from'../utils/common-translations';import{getRangesWithAttribute as _0x148fc4}from'./utils';const Ft=[_0x4a2e('0x1e'),_0x4a2e('0x16'),'UnderlineEditing',_0x4a2e('0x20'),_0x4a2e('0xd'),'SubscriptEditing',_0x4a2e('0x10')];export default class O extends _0x342204{[_0x4a2e('0x1')](){const _0x475282=this['editor'],_0x1c4fba=_0x475282[_0x4a2e('0x18')],_0x5e2bfa=_0x475282['plugins'][_0x4a2e('0x24')](_0x4a2e('0x15')),_0x2beb92=_0x475282['locale'];for(const _0x219b3b of Ft){if(!_0x475282[_0x4a2e('0x1f')][_0x4a2e('0x2')](_0x219b3b))continue;const _0x4c9f61=_0x219b3b[_0x4a2e('0x9')](0x0,-0x7)[_0x4a2e('0x4')](),_0x373c0c=_0x475282[_0x4a2e('0x14')][_0x4a2e('0x24')](_0x4c9f61);_0x5e2bfa[_0x4a2e('0xa')](_0x4c9f61,(_0xc8ba63,_0x31fb1c={})=>{const _0x14ba40=_0x1c4fba[_0x4a2e('0x23')][_0x4a2e('0x1c')];if(_0x14ba40[_0x4a2e('0x17')])return void _0xc8ba63(_0x31fb1c);const _0x2b706e=void 0x0!==_0x31fb1c[_0x4a2e('0x3')]?_0x31fb1c[_0x4a2e('0x3')]:!_0x373c0c[_0x4a2e('0x1a')];_0x1c4fba[_0x4a2e('0x22')](()=>{const _0x3fe7a2=Array[_0x4a2e('0x6')](_0x14ba40[_0x4a2e('0x1b')]());for(const _0x3a6e0a of _0x3fe7a2){const _0x1d9c63=_0x2b706e?[_0x3a6e0a]:_0x148fc4(_0x4c9f61,_0x3a6e0a,_0x1c4fba);for(const _0x2eafde of _0x1d9c63)_0x5e2bfa[_0x4a2e('0x19')](_0x2eafde,{'commandName':_0x4c9f61,'commandParams':[{'forceValue':_0x2b706e}]});}});});}function _0x5d59fb(_0x53a4f4,_0x1852a2){_0x5e2bfa['_descriptionFactory'][_0x4a2e('0x13')](_0x4c8c7d=>{const {data:_0x395e14}=_0x4c8c7d;if(_0x395e14&&_0x395e14['commandName']===_0x53a4f4)return _0x395e14[_0x4a2e('0x25')][0x0][_0x4a2e('0x3')]?{'type':_0x4a2e('0x26'),'content':_0x287b7c(_0x2beb92,'*Format:*\x20%0',_0x1852a2)}:{'type':'format','content':_0x287b7c(_0x2beb92,'*Remove\x20format:*\x20%0',_0x1852a2)};});}_0x5d59fb(_0x4a2e('0xc'),_0x287b7c(_0x2beb92,'FORMAT_BOLD')),_0x5d59fb(_0x4a2e('0x12'),_0x287b7c(_0x2beb92,_0x4a2e('0x1d'))),_0x5d59fb('underline',_0x287b7c(_0x2beb92,_0x4a2e('0x0'))),_0x5d59fb(_0x4a2e('0x7'),_0x287b7c(_0x2beb92,_0x4a2e('0xf'))),_0x5d59fb(_0x4a2e('0x8'),_0x287b7c(_0x2beb92,_0x4a2e('0xe'))),_0x5d59fb(_0x4a2e('0xb'),_0x287b7c(_0x2beb92,_0x4a2e('0x11'))),_0x5d59fb(_0x4a2e('0x21'),_0x287b7c(_0x2beb92,_0x4a2e('0x5')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x454f=['TrackChangesEditing','*Remove\x20format:*\x20%0','forceValue','ELEMENT_BLOCK_QUOTE','commandParams','getSelectedBlocks','get','format','blockQuote','plugins','commandName','model','registerDescriptionCallback','editor','$root','value','enableCommand','change','filter','parent','*Format:*\x20%0','checkChild','markBlockFormat'];(function(_0x5817b1,_0x454fb1){const _0x332585=function(_0x1cbcbb){while(--_0x1cbcbb){_0x5817b1['push'](_0x5817b1['shift']());}};_0x332585(++_0x454fb1);}(_0x454f,0x1d6));const _0x3325=function(_0x5817b1,_0x454fb1){_0x5817b1=_0x5817b1-0x0;let _0x332585=_0x454f[_0x5817b1];return _0x332585;};import{Plugin as _0x3791d5}from'ckeditor5/src/core';import{getTranslation as _0x5c867a}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x2b1ca6}from'../utils/getrangesofblockgroups';export default class P extends _0x3791d5{['afterInit'](){const _0x3f1158=this[_0x3325('0x3')],_0x5b5b54=_0x3f1158['locale'];if(!_0x3f1158[_0x3325('0x16')]['has']('BlockQuoteEditing'))return;const _0x284262=_0x3f1158['plugins'][_0x3325('0x13')](_0x3325('0xd')),_0xa01c51=this['editor']['commands'][_0x3325('0x13')](_0x3325('0x15'));_0x284262[_0x3325('0x6')](_0x3325('0x15'),(_0x28bcdf,_0x32d3ab={})=>{const _0x24a630=this['editor'][_0x3325('0x1')]['document']['selection'],_0x2db696=_0x32d3ab&&void 0x0!==_0x32d3ab[_0x3325('0xf')]?_0x32d3ab[_0x3325('0xf')]:!_0xa01c51[_0x3325('0x5')];let _0x151132=[];if(_0x2db696){const _0x59c2a8=Array['from'](_0x24a630['getSelectedBlocks']())[_0x3325('0x8')](_0x5506ae=>to(_0x5506ae)||function(_0x104034,_0x1b00a9){const _0x513d7d=_0x1b00a9['checkChild'](_0x104034[_0x3325('0x9')],_0x3325('0x15')),_0x15f3ef=_0x1b00a9[_0x3325('0xb')]([_0x3325('0x4'),_0x3325('0x15')],_0x104034);return _0x513d7d&&_0x15f3ef;}(_0x5506ae,this[_0x3325('0x3')][_0x3325('0x1')]['schema']));_0x151132=_0x2b1ca6(_0x59c2a8,_0x3f1158[_0x3325('0x1')]);}else{const _0x1ee0f2=Array['from'](_0x24a630[_0x3325('0x12')]())[_0x3325('0x8')](_0xf34871=>to(_0xf34871));_0x151132=_0x2b1ca6(_0x1ee0f2,_0x3f1158['model']);}_0x3f1158['model'][_0x3325('0x7')](()=>{for(const _0x28c5ca of _0x151132)_0x284262[_0x3325('0xc')](_0x28c5ca,{'commandName':_0x3325('0x15'),'commandParams':[{'forceValue':_0x2db696}]});});}),_0x284262['_descriptionFactory'][_0x3325('0x2')](_0x4a9e13=>{const {data:_0x2fdea1}=_0x4a9e13;if(_0x2fdea1&&'blockQuote'==_0x2fdea1[_0x3325('0x0')]){const _0x3523aa=_0x5c867a(_0x5b5b54,_0x3325('0x10'));return _0x2fdea1[_0x3325('0x11')][0x0][_0x3325('0xf')]?{'type':_0x3325('0x14'),'content':_0x5c867a(_0x5b5b54,_0x3325('0xa'),_0x3523aa)}:{'type':_0x3325('0x14'),'content':_0x5c867a(_0x5b5b54,_0x3325('0xe'),_0x3523aa)};}});}}function to(_0x7933a6){return _0x3325('0x15')==_0x7933a6[_0x3325('0x9')]['name'];}
23
+ const _0x2ba2=['getSelectedBlocks','commands','afterInit','forceValue','locale','parent','enableCommand','markBlockFormat','get','schema','ELEMENT_BLOCK_QUOTE','model','BlockQuoteEditing','filter','registerDescriptionCallback','TrackChangesEditing','*Remove\x20format:*\x20%0','checkChild','has','document','name','commandParams','*Format:*\x20%0','editor','format','blockQuote','plugins','change'];(function(_0x18b1f1,_0x2ba25c){const _0xb1b29b=function(_0x575a14){while(--_0x575a14){_0x18b1f1['push'](_0x18b1f1['shift']());}};_0xb1b29b(++_0x2ba25c);}(_0x2ba2,0xcb));const _0xb1b2=function(_0x18b1f1,_0x2ba25c){_0x18b1f1=_0x18b1f1-0x0;let _0xb1b29b=_0x2ba2[_0x18b1f1];return _0xb1b29b;};import{Plugin as _0x596004}from'ckeditor5/src/core';import{getTranslation as _0x27a177}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x32deaf}from'../utils/getrangesofblockgroups';export default class P extends _0x596004{[_0xb1b2('0x17')](){const _0x28f808=this[_0xb1b2('0x10')],_0x463731=_0x28f808[_0xb1b2('0x19')];if(!_0x28f808['plugins'][_0xb1b2('0xb')](_0xb1b2('0x5')))return;const _0x3944ac=_0x28f808[_0xb1b2('0x13')][_0xb1b2('0x1')](_0xb1b2('0x8')),_0x5419b8=this['editor'][_0xb1b2('0x16')]['get'](_0xb1b2('0x12'));_0x3944ac[_0xb1b2('0x1b')]('blockQuote',(_0x4eafed,_0x3a72ac={})=>{const _0x23abd7=this[_0xb1b2('0x10')]['model'][_0xb1b2('0xc')]['selection'],_0x3b96f5=_0x3a72ac&&void 0x0!==_0x3a72ac[_0xb1b2('0x18')]?_0x3a72ac['forceValue']:!_0x5419b8['value'];let _0x4e02fa=[];if(_0x3b96f5){const _0x175163=Array['from'](_0x23abd7[_0xb1b2('0x15')]())[_0xb1b2('0x6')](_0x226a62=>to(_0x226a62)||function(_0x3de999,_0x4a5f0c){const _0x128c9d=_0x4a5f0c[_0xb1b2('0xa')](_0x3de999[_0xb1b2('0x1a')],_0xb1b2('0x12')),_0x2bd39f=_0x4a5f0c[_0xb1b2('0xa')](['$root','blockQuote'],_0x3de999);return _0x128c9d&&_0x2bd39f;}(_0x226a62,this[_0xb1b2('0x10')]['model'][_0xb1b2('0x2')]));_0x4e02fa=_0x32deaf(_0x175163,_0x28f808[_0xb1b2('0x4')]);}else{const _0x424046=Array['from'](_0x23abd7[_0xb1b2('0x15')]())[_0xb1b2('0x6')](_0x1a272a=>to(_0x1a272a));_0x4e02fa=_0x32deaf(_0x424046,_0x28f808[_0xb1b2('0x4')]);}_0x28f808[_0xb1b2('0x4')][_0xb1b2('0x14')](()=>{for(const _0x4a017c of _0x4e02fa)_0x3944ac[_0xb1b2('0x0')](_0x4a017c,{'commandName':_0xb1b2('0x12'),'commandParams':[{'forceValue':_0x3b96f5}]});});}),_0x3944ac['_descriptionFactory'][_0xb1b2('0x7')](_0x3c9ee6=>{const {data:_0x38021c}=_0x3c9ee6;if(_0x38021c&&_0xb1b2('0x12')==_0x38021c['commandName']){const _0x92182b=_0x27a177(_0x463731,_0xb1b2('0x3'));return _0x38021c[_0xb1b2('0xe')][0x0][_0xb1b2('0x18')]?{'type':_0xb1b2('0x11'),'content':_0x27a177(_0x463731,_0xb1b2('0xf'),_0x92182b)}:{'type':_0xb1b2('0x11'),'content':_0x27a177(_0x463731,_0xb1b2('0x9'),_0x92182b)};}});}}function to(_0x20c783){return _0xb1b2('0x12')==_0x20c783[_0xb1b2('0x1a')][_0xb1b2('0xd')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2fe8=['plugins','afterInit','commands','editor','get','enableCommand','TrackChangesEditing'];(function(_0x16bc69,_0x2fe82d){const _0x4cef02=function(_0xbbb865){while(--_0xbbb865){_0x16bc69['push'](_0x16bc69['shift']());}};_0x4cef02(++_0x2fe82d);}(_0x2fe8,0xc3));const _0x4cef=function(_0x16bc69,_0x2fe82d){_0x16bc69=_0x16bc69-0x0;let _0x4cef02=_0x2fe8[_0x16bc69];return _0x4cef02;};import{Plugin as _0x19af3c}from'ckeditor5/src/core';export default class G extends _0x19af3c{[_0x4cef('0x2')](){const _0xcc2454=this[_0x4cef('0x4')];_0xcc2454[_0x4cef('0x3')][_0x4cef('0x5')]('ckbox')&&_0xcc2454[_0x4cef('0x1')]['get'](_0x4cef('0x0'))[_0x4cef('0x6')]('ckbox');}}
23
+ const _0x5b50=['commands','editor','afterInit','ckbox','plugins','TrackChangesEditing','enableCommand'];(function(_0x5ccbb8,_0x5b5091){const _0x450e5e=function(_0x4f0d1c){while(--_0x4f0d1c){_0x5ccbb8['push'](_0x5ccbb8['shift']());}};_0x450e5e(++_0x5b5091);}(_0x5b50,0x1ea));const _0x450e=function(_0x5ccbb8,_0x5b5091){_0x5ccbb8=_0x5ccbb8-0x0;let _0x450e5e=_0x5b50[_0x5ccbb8];return _0x450e5e;};import{Plugin as _0x52ee98}from'ckeditor5/src/core';export default class G extends _0x52ee98{[_0x450e('0x2')](){const _0x122691=this[_0x450e('0x1')];_0x122691[_0x450e('0x0')]['get']('ckbox')&&_0x122691[_0x450e('0x4')]['get'](_0x450e('0x5'))[_0x450e('0x6')](_0x450e('0x3'));}}