@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231205.0 → 0.0.0-nightly-20231207.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 (161) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/translations/ar.po +5 -5
  50. package/lang/translations/az.po +4 -4
  51. package/lang/translations/bg.po +5 -5
  52. package/lang/translations/bn.po +5 -5
  53. package/lang/translations/ca.po +5 -5
  54. package/lang/translations/cs.po +5 -5
  55. package/lang/translations/da.po +5 -5
  56. package/lang/translations/de.po +5 -5
  57. package/lang/translations/el.po +5 -5
  58. package/lang/translations/en-au.po +5 -5
  59. package/lang/translations/en.po +5 -5
  60. package/lang/translations/es.po +5 -5
  61. package/lang/translations/et.po +5 -5
  62. package/lang/translations/fi.po +5 -5
  63. package/lang/translations/fr.po +5 -5
  64. package/lang/translations/gl.po +36 -36
  65. package/lang/translations/he.po +5 -5
  66. package/lang/translations/hi.po +5 -5
  67. package/lang/translations/hr.po +5 -5
  68. package/lang/translations/hu.po +5 -5
  69. package/lang/translations/id.po +5 -5
  70. package/lang/translations/it.po +5 -5
  71. package/lang/translations/ja.po +5 -5
  72. package/lang/translations/ko.po +5 -5
  73. package/lang/translations/lt.po +5 -5
  74. package/lang/translations/lv.po +5 -5
  75. package/lang/translations/ms.po +5 -5
  76. package/lang/translations/nl.po +5 -5
  77. package/lang/translations/no.po +5 -5
  78. package/lang/translations/pl.po +5 -5
  79. package/lang/translations/pt-br.po +5 -5
  80. package/lang/translations/pt.po +5 -5
  81. package/lang/translations/ro.po +5 -5
  82. package/lang/translations/ru.po +5 -5
  83. package/lang/translations/sk.po +5 -5
  84. package/lang/translations/sq.po +4 -4
  85. package/lang/translations/sr-latn.po +24 -24
  86. package/lang/translations/sr.po +5 -5
  87. package/lang/translations/sv.po +5 -5
  88. package/lang/translations/th.po +5 -5
  89. package/lang/translations/tk.po +4 -4
  90. package/lang/translations/tr.po +5 -5
  91. package/lang/translations/tt.po +4 -4
  92. package/lang/translations/uk.po +5 -5
  93. package/lang/translations/ur.po +4 -4
  94. package/lang/translations/vi.po +5 -5
  95. package/lang/translations/zh-cn.po +5 -5
  96. package/lang/translations/zh.po +5 -5
  97. package/package.json +3 -3
  98. package/src/commands/acceptsuggestioncommand.js +1 -1
  99. package/src/commands/discardsuggestioncommand.js +1 -1
  100. package/src/commands/executeonallsuggestionscommand.js +1 -1
  101. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  102. package/src/commands/trackchangescommand.js +1 -1
  103. package/src/integrations/aiassistant.js +1 -1
  104. package/src/integrations/alignment.js +1 -1
  105. package/src/integrations/basicstyles.js +1 -1
  106. package/src/integrations/blockquote.js +1 -1
  107. package/src/integrations/ckbox.js +1 -1
  108. package/src/integrations/codeblock.js +1 -1
  109. package/src/integrations/comments.js +1 -1
  110. package/src/integrations/deletecommand.js +1 -1
  111. package/src/integrations/documentlist.js +1 -1
  112. package/src/integrations/documentlistproperties.js +1 -1
  113. package/src/integrations/entercommand.js +1 -1
  114. package/src/integrations/findandreplace.js +1 -1
  115. package/src/integrations/font.js +1 -1
  116. package/src/integrations/formatpainter.js +1 -1
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/imagestyle.js +1 -1
  124. package/src/integrations/importword.js +1 -1
  125. package/src/integrations/indent.js +1 -1
  126. package/src/integrations/inputcommand.js +1 -1
  127. package/src/integrations/link.js +1 -1
  128. package/src/integrations/list.js +1 -1
  129. package/src/integrations/listproperties.js +1 -1
  130. package/src/integrations/mediaembed.js +1 -1
  131. package/src/integrations/mention.js +1 -1
  132. package/src/integrations/pagebreak.js +1 -1
  133. package/src/integrations/paragraph.js +1 -1
  134. package/src/integrations/removeformat.js +1 -1
  135. package/src/integrations/restrictededitingmode.js +1 -1
  136. package/src/integrations/shiftentercommand.js +1 -1
  137. package/src/integrations/standardeditingmode.js +1 -1
  138. package/src/integrations/style.js +1 -1
  139. package/src/integrations/table.js +1 -1
  140. package/src/integrations/tablecaption.js +1 -1
  141. package/src/integrations/tableclipboard.js +1 -1
  142. package/src/integrations/tablecolumnresize.js +1 -1
  143. package/src/integrations/tableheadings.js +1 -1
  144. package/src/integrations/tablemergesplit.js +1 -1
  145. package/src/integrations/tableofcontents.js +1 -1
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.js +1 -1
  148. package/src/integrations/title.js +1 -1
  149. package/src/integrations/undo.js +1 -1
  150. package/src/integrations/utils.js +1 -1
  151. package/src/suggestion.js +1 -1
  152. package/src/suggestiondescriptionfactory.js +1 -1
  153. package/src/trackchanges.js +1 -1
  154. package/src/trackchangesdata.js +1 -1
  155. package/src/trackchangesediting.js +1 -1
  156. package/src/trackchangesui.js +1 -1
  157. package/src/ui/suggestioncontroller.js +1 -1
  158. package/src/ui/view/basesuggestionthreadview.js +1 -1
  159. package/src/ui/view/suggestionthreadview.js +1 -1
  160. package/src/utils/common-translations.js +1 -1
  161. package/src/utils/utils.js +1 -1
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Format:* ลบออกจาก %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*รูปแบบ:* แทนที่ URL รูปภาพ"
61
+ msgid "*Replace image URL*"
62
+ msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*ตั้งค่าขนาดฟอนต์:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*กำหนดรูปแบบ:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "สีพื้นหลังฟอนต์"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "ขนาดภาพ"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,7 +58,7 @@ msgid "*Format:* remove from %0"
58
58
  msgstr ""
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
61
+ msgid "*Replace image URL*"
62
62
  msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr ""
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr ""
159
159
 
@@ -535,8 +535,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
535
535
  msgid "FORMAT_FONT_BACKGROUND"
536
536
  msgstr ""
537
537
 
538
- msgctxt "The image width change format name displayed in a format suggestion."
539
- msgid "FORMAT_IMAGE_WIDTH"
538
+ msgctxt "The image size change format name displayed in a format suggestion."
539
+ msgid "FORMAT_IMAGE_SIZE"
540
540
  msgstr ""
541
541
 
542
542
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Biçim:* %0 öğesinden kaldır"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Format:* resim URL'sini değiştir"
61
+ msgid "*Replace image URL*"
62
+ msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Yazı boyutunun ayarlanması:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Biçimi ayarla:* %0"
159
159
 
@@ -535,8 +535,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
535
535
  msgid "FORMAT_FONT_BACKGROUND"
536
536
  msgstr "font arka plan rengi"
537
537
 
538
- msgctxt "The image width change format name displayed in a format suggestion."
539
- msgid "FORMAT_IMAGE_WIDTH"
538
+ msgctxt "The image size change format name displayed in a format suggestion."
539
+ msgid "FORMAT_IMAGE_SIZE"
540
540
  msgstr "Görüntü boyutu"
541
541
 
542
542
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,7 +58,7 @@ msgid "*Format:* remove from %0"
58
58
  msgstr ""
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
61
+ msgid "*Replace image URL*"
62
62
  msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr ""
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr ""
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr ""
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr ""
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Формат:* видалити з %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Формат:* замінити зображення URL"
61
+ msgid "*Replace image URL*"
62
+ msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Установити розмір шрифту:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Встановити формат:* %0"
159
159
 
@@ -573,8 +573,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
573
573
  msgid "FORMAT_FONT_BACKGROUND"
574
574
  msgstr "колір фону шрифту"
575
575
 
576
- msgctxt "The image width change format name displayed in a format suggestion."
577
- msgid "FORMAT_IMAGE_WIDTH"
576
+ msgctxt "The image size change format name displayed in a format suggestion."
577
+ msgid "FORMAT_IMAGE_SIZE"
578
578
  msgstr "розмір зображення"
579
579
 
580
580
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,7 +58,7 @@ msgid "*Format:* remove from %0"
58
58
  msgstr ""
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
61
+ msgid "*Replace image URL*"
62
62
  msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr ""
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr ""
159
159
 
@@ -535,8 +535,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
535
535
  msgid "FORMAT_FONT_BACKGROUND"
536
536
  msgstr ""
537
537
 
538
- msgctxt "The image width change format name displayed in a format suggestion."
539
- msgid "FORMAT_IMAGE_WIDTH"
538
+ msgctxt "The image size change format name displayed in a format suggestion."
539
+ msgid "FORMAT_IMAGE_SIZE"
540
540
  msgstr ""
541
541
 
542
542
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*Định dạng:* xóa khỏi %0"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*Định dạng:* thay thế URL của ảnh"
61
+ msgid "*Replace image URL*"
62
+ msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*Đặt lại kích cỡ phông chữ:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*Đặt định dạng:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "màu nền phông chữ"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "cỡ ảnh"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*格式:* 从 %0 移除"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*格式:*替换图片URL"
61
+ msgid "*Replace image URL*"
62
+ msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*设置字号:* %0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*设置格式:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "字体背景颜色"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "图片大小"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
@@ -58,8 +58,8 @@ msgid "*Format:* remove from %0"
58
58
  msgstr "*格式:*從 %0 移除"
59
59
 
60
60
  msgctxt "A suggestion for replacing an image."
61
- msgid "*Format:* replace image URL"
62
- msgstr "*格式:*取代圖片網址"
61
+ msgid "*Replace image URL*"
62
+ msgstr ""
63
63
 
64
64
  msgctxt "A suggestion for resizing a table."
65
65
  msgid "*Format:* resize table"
@@ -153,7 +153,7 @@ msgctxt "A suggestion for setting the font size to %0."
153
153
  msgid "*Set font size:* %0"
154
154
  msgstr "*設定字型大小:*%0"
155
155
 
156
- msgctxt "A suggestion for setting multiple inline formatting %0"
156
+ msgctxt "A suggestion for setting one or more formatting changes to %0"
157
157
  msgid "*Set format:* %0"
158
158
  msgstr "*設定格式:* %0"
159
159
 
@@ -516,8 +516,8 @@ msgctxt "The font background color format name displayed in a format suggestion.
516
516
  msgid "FORMAT_FONT_BACKGROUND"
517
517
  msgstr "字型背景顏色"
518
518
 
519
- msgctxt "The image width change format name displayed in a format suggestion."
520
- msgid "FORMAT_IMAGE_WIDTH"
519
+ msgctxt "The image size change format name displayed in a format suggestion."
520
+ msgid "FORMAT_IMAGE_SIZE"
521
521
  msgstr "圖片大小"
522
522
 
523
523
  msgctxt "The style format name displayed in a format suggestion."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "0.0.0-nightly-20231205.0",
3
+ "version": "0.0.0-nightly-20231207.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -39,8 +39,8 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "ckeditor5": "0.0.0-nightly-20231205.0",
43
- "ckeditor5-collaboration": "0.0.0-nightly-20231205.0",
42
+ "ckeditor5": "0.0.0-nightly-20231207.0",
43
+ "ckeditor5-collaboration": "0.0.0-nightly-20231207.0",
44
44
  "lodash-es": "4.17.21"
45
45
  },
46
46
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x54cd=['refresh','execute','isEnabled','getRanges','TrackChangesEditing','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','_suggestions','plugins','editor'];(function(_0x245167,_0x54cda5){const _0x1292b3=function(_0x5b1caf){while(--_0x5b1caf){_0x245167['push'](_0x245167['shift']());}};_0x1292b3(++_0x54cda5);}(_0x54cd,0xfc));const _0x1292=function(_0x245167,_0x54cda5){_0x245167=_0x245167-0x0;let _0x1292b3=_0x54cd[_0x245167];return _0x1292b3;};import{Command as _0x51ec45}from'ckeditor5/src/core';import{CKEditorError as _0x1907a2}from'ckeditor5/src/utils';export default class B extends _0x51ec45{constructor(_0x41bf05,_0x3b15f2){super(_0x41bf05),this['_suggestions']=_0x3b15f2,this[_0x1292('0x8')](),this[_0x1292('0x4')]=!0x1;}[_0x1292('0x8')](){this[_0x1292('0x0')]=!0x0;}[_0x1292('0x9')](_0x3f3689){const _0x40ea49=this[_0x1292('0x5')]['get'](_0x3f3689);if(!_0x40ea49)throw new _0x1907a2(_0x1292('0x3'),this);const _0x2a9453=_0x40ea49[_0x1292('0x1')]();this[_0x1292('0x7')]['model']['canEditAt'](_0x2a9453)&&this[_0x1292('0x7')][_0x1292('0x6')]['get'](_0x1292('0x2'))['acceptSuggestion'](_0x40ea49);}}
23
+ const _0x4604=['_isEnabledBasedOnSelection','get','execute','_suggestions','plugins','canEditAt','refresh','track-changes-accept-suggestion-not-found','TrackChangesEditing','acceptSuggestion','model','editor'];(function(_0x1f9f4b,_0x460417){const _0x14edac=function(_0x4051ae){while(--_0x4051ae){_0x1f9f4b['push'](_0x1f9f4b['shift']());}};_0x14edac(++_0x460417);}(_0x4604,0xe8));const _0x14ed=function(_0x1f9f4b,_0x460417){_0x1f9f4b=_0x1f9f4b-0x0;let _0x14edac=_0x4604[_0x1f9f4b];return _0x14edac;};import{Command as _0x29c783}from'ckeditor5/src/core';import{CKEditorError as _0x5388e5}from'ckeditor5/src/utils';export default class B extends _0x29c783{constructor(_0x2429e2,_0x17b7b3){super(_0x2429e2),this[_0x14ed('0xb')]=_0x17b7b3,this[_0x14ed('0x2')](),this[_0x14ed('0x8')]=!0x1;}[_0x14ed('0x2')](){this['isEnabled']=!0x0;}[_0x14ed('0xa')](_0x3ab707){const _0x4bbe27=this[_0x14ed('0xb')][_0x14ed('0x9')](_0x3ab707);if(!_0x4bbe27)throw new _0x5388e5(_0x14ed('0x3'),this);const _0x3316ad=_0x4bbe27['getRanges']();this['editor'][_0x14ed('0x6')][_0x14ed('0x1')](_0x3316ad)&&this[_0x14ed('0x7')][_0x14ed('0x0')][_0x14ed('0x9')](_0x14ed('0x4'))[_0x14ed('0x5')](_0x4bbe27);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x428d=['plugins','_isEnabledBasedOnSelection','get','isEnabled','discardSuggestion','_suggestions','canEditAt','track-changes-discard-suggestion-not-found','TrackChangesEditing','execute','getRanges','refresh','model'];(function(_0x20d4b9,_0x428d84){const _0x3d344c=function(_0x560efb){while(--_0x560efb){_0x20d4b9['push'](_0x20d4b9['shift']());}};_0x3d344c(++_0x428d84);}(_0x428d,0xee));const _0x3d34=function(_0x20d4b9,_0x428d84){_0x20d4b9=_0x20d4b9-0x0;let _0x3d344c=_0x428d[_0x20d4b9];return _0x3d344c;};import{Command as _0x4d1b8b}from'ckeditor5/src/core';import{CKEditorError as _0x251046}from'ckeditor5/src/utils';export default class x extends _0x4d1b8b{constructor(_0x431ee3,_0x291d9d){super(_0x431ee3),this[_0x3d34('0x1')]=_0x291d9d,this[_0x3d34('0x7')](),this[_0x3d34('0xa')]=!0x1;}[_0x3d34('0x7')](){this[_0x3d34('0xc')]=!0x0;}[_0x3d34('0x5')](_0x165c60){const _0x4f7d17=this['_suggestions'][_0x3d34('0xb')](_0x165c60);if(!_0x4f7d17)throw new _0x251046(_0x3d34('0x3'),this);const _0x516e49=_0x4f7d17[_0x3d34('0x6')]();this['editor'][_0x3d34('0x8')][_0x3d34('0x2')](_0x516e49)&&this['editor'][_0x3d34('0x9')][_0x3d34('0xb')](_0x3d34('0x4'))[_0x3d34('0x0')](_0x4f7d17);}}
23
+ const _0x4e21=['refresh','model','track-changes-discard-suggestion-not-found','isEnabled','_suggestions','_isEnabledBasedOnSelection','execute','get','discardSuggestion','getRanges'];(function(_0x44f83f,_0x4e2178){const _0x41b603=function(_0x133e94){while(--_0x133e94){_0x44f83f['push'](_0x44f83f['shift']());}};_0x41b603(++_0x4e2178);}(_0x4e21,0x185));const _0x41b6=function(_0x44f83f,_0x4e2178){_0x44f83f=_0x44f83f-0x0;let _0x41b603=_0x4e21[_0x44f83f];return _0x41b603;};import{Command as _0x51a17c}from'ckeditor5/src/core';import{CKEditorError as _0x32e789}from'ckeditor5/src/utils';export default class x extends _0x51a17c{constructor(_0x5d171d,_0xbb6030){super(_0x5d171d),this[_0x41b6('0x5')]=_0xbb6030,this[_0x41b6('0x1')](),this[_0x41b6('0x6')]=!0x1;}[_0x41b6('0x1')](){this[_0x41b6('0x4')]=!0x0;}[_0x41b6('0x7')](_0x4d4901){const _0x416c86=this[_0x41b6('0x5')]['get'](_0x4d4901);if(!_0x416c86)throw new _0x32e789(_0x41b6('0x3'),this);const _0x26ca07=_0x416c86[_0x41b6('0x0')]();this['editor'][_0x41b6('0x2')]['canEditAt'](_0x26ca07)&&this['editor']['plugins'][_0x41b6('0x8')]('TrackChangesEditing')[_0x41b6('0x9')](_0x416c86);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13d8=['isEnabled','values','refresh','editor','_suggestions','_isEnabledBasedOnSelection','model','isInContent','execute','_command','from','some','getRanges'];(function(_0x1e66cf,_0x13d875){const _0x797922=function(_0x3d150b){while(--_0x3d150b){_0x1e66cf['push'](_0x1e66cf['shift']());}};_0x797922(++_0x13d875);}(_0x13d8,0xe3));const _0x7979=function(_0x1e66cf,_0x13d875){_0x1e66cf=_0x1e66cf-0x0;let _0x797922=_0x13d8[_0x1e66cf];return _0x797922;};import{Command as _0x58aade}from'ckeditor5/src/core';import{sortSuggestions as _0x3f7663,executeCommandForSuggestions as _0x40efab}from'../utils/utils';export default class E extends _0x58aade{constructor(_0x62c635,_0x42d9c0,_0x1b5caf){super(_0x62c635),this[_0x7979('0x3')]=_0x42d9c0,this[_0x7979('0xb')]=_0x1b5caf,this[_0x7979('0x9')](),this[_0x7979('0xc')]=!0x1;}[_0x7979('0x9')](){const _0x40b602=Array['from'](this[_0x7979('0xb')][_0x7979('0x8')]())[_0x7979('0x5')](_0x3716b1=>_0x3716b1[_0x7979('0x1')]);this[_0x7979('0x7')]=this[_0x7979('0x3')]['isEnabled']&&_0x40b602;}[_0x7979('0x2')](){const _0x9ab31b=_0x3f7663(Array[_0x7979('0x4')](this[_0x7979('0xb')][_0x7979('0x8')]()));for(const _0xff0d3a of _0x9ab31b){const _0x7bd91c=_0xff0d3a[_0x7979('0x6')]();if(!this[_0x7979('0xa')][_0x7979('0x0')]['canEditAt'](_0x7bd91c))return;}_0x40efab(this['editor'][_0x7979('0x0')],this['_command'],_0x9ab31b);}}
23
+ const _0x4cc6=['execute','model','editor','from','getRanges','_command','some','_suggestions','refresh','values','isEnabled','canEditAt','isInContent'];(function(_0x1adaaf,_0x4cc639){const _0x342696=function(_0x157c92){while(--_0x157c92){_0x1adaaf['push'](_0x1adaaf['shift']());}};_0x342696(++_0x4cc639);}(_0x4cc6,0xd4));const _0x3426=function(_0x1adaaf,_0x4cc639){_0x1adaaf=_0x1adaaf-0x0;let _0x342696=_0x4cc6[_0x1adaaf];return _0x342696;};import{Command as _0x57dba5}from'ckeditor5/src/core';import{sortSuggestions as _0x3097da,executeCommandForSuggestions as _0x4d2475}from'../utils/utils';export default class E extends _0x57dba5{constructor(_0xa97d98,_0x8f9b73,_0xdc21f0){super(_0xa97d98),this[_0x3426('0x1')]=_0x8f9b73,this[_0x3426('0x3')]=_0xdc21f0,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x3426('0x4')](){const _0x2e4812=Array[_0x3426('0xc')](this[_0x3426('0x3')][_0x3426('0x5')]())[_0x3426('0x2')](_0x2bdd63=>_0x2bdd63[_0x3426('0x8')]);this['isEnabled']=this[_0x3426('0x1')][_0x3426('0x6')]&&_0x2e4812;}[_0x3426('0x9')](){const _0x53537a=_0x3097da(Array[_0x3426('0xc')](this[_0x3426('0x3')][_0x3426('0x5')]()));for(const _0x37f9a2 of _0x53537a){const _0x453b6a=_0x37f9a2[_0x3426('0x0')]();if(!this[_0x3426('0xb')]['model'][_0x3426('0x7')](_0x453b6a))return;}_0x4d2475(this['editor'][_0x3426('0xa')],this[_0x3426('0x1')],_0x53537a);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x21c6=['_isEnabledBasedOnSelection','refresh','selection','isEnabled','editor','_selectedSuggestions','canEditAt','size','model','document','execute','_suggestions','getRanges','_command','from'];(function(_0x5142cf,_0x21c607){const _0x1371c6=function(_0xee0310){while(--_0xee0310){_0x5142cf['push'](_0x5142cf['shift']());}};_0x1371c6(++_0x21c607);}(_0x21c6,0x1b9));const _0x1371=function(_0x5142cf,_0x21c607){_0x5142cf=_0x5142cf-0x0;let _0x1371c6=_0x21c6[_0x5142cf];return _0x1371c6;};import{Command as _0x256377}from'ckeditor5/src/core';import{sortSuggestions as _0x5b8ab0,getSelectedSuggestions as _0x5a12bb,executeCommandForSuggestions as _0x2093a7}from'../utils/utils';export default class R extends _0x256377{constructor(_0x344f25,_0x302120,_0x2d31f6){super(_0x344f25),this['_command']=_0x302120,this['_suggestions']=_0x2d31f6,this[_0x1371('0xe')]=new Set(),this[_0x1371('0xa')](),this[_0x1371('0x9')]=!0x1;}[_0x1371('0xa')](){const _0x5655b0=this[_0x1371('0xd')][_0x1371('0x2')][_0x1371('0x3')][_0x1371('0xb')],_0x100baa=Array[_0x1371('0x8')](this[_0x1371('0x5')]['values']());this[_0x1371('0xe')]=_0x5a12bb(_0x5655b0,_0x100baa),this[_0x1371('0xc')]=this[_0x1371('0x7')][_0x1371('0xc')]&&!!this[_0x1371('0xe')][_0x1371('0x1')];}[_0x1371('0x4')](){const _0x44e35a=_0x5b8ab0(Array[_0x1371('0x8')](this[_0x1371('0xe')]));for(const _0xb3ea95 of _0x44e35a){const _0x141c91=_0xb3ea95[_0x1371('0x6')]();if(!this[_0x1371('0xd')]['model'][_0x1371('0x0')](_0x141c91))return;}_0x2093a7(this[_0x1371('0xd')][_0x1371('0x2')],this[_0x1371('0x7')],_0x44e35a);}}
23
+ const _0xebec=['_command','model','_selectedSuggestions','document','canEditAt','isEnabled','size','getRanges','refresh','editor','execute'];(function(_0x562bcf,_0xebec69){const _0x51bf26=function(_0x3495c4){while(--_0x3495c4){_0x562bcf['push'](_0x562bcf['shift']());}};_0x51bf26(++_0xebec69);}(_0xebec,0x1ce));const _0x51bf=function(_0x562bcf,_0xebec69){_0x562bcf=_0x562bcf-0x0;let _0x51bf26=_0xebec[_0x562bcf];return _0x51bf26;};import{Command as _0x1d86d4}from'ckeditor5/src/core';import{sortSuggestions as _0x27b4af,getSelectedSuggestions as _0x325d8d,executeCommandForSuggestions as _0x15bad8}from'../utils/utils';export default class R extends _0x1d86d4{constructor(_0x48fde0,_0x8f7b5b,_0x45aa14){super(_0x48fde0),this[_0x51bf('0x0')]=_0x8f7b5b,this['_suggestions']=_0x45aa14,this[_0x51bf('0x2')]=new Set(),this[_0x51bf('0x8')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x51bf('0x8')](){const _0x1bc497=this[_0x51bf('0x9')][_0x51bf('0x1')][_0x51bf('0x3')]['selection'],_0x4f5cc4=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=_0x325d8d(_0x1bc497,_0x4f5cc4),this[_0x51bf('0x5')]=this[_0x51bf('0x0')]['isEnabled']&&!!this['_selectedSuggestions'][_0x51bf('0x6')];}[_0x51bf('0xa')](){const _0x1a3a71=_0x27b4af(Array['from'](this[_0x51bf('0x2')]));for(const _0x5eb899 of _0x1a3a71){const _0x2db9be=_0x5eb899[_0x51bf('0x7')]();if(!this[_0x51bf('0x9')][_0x51bf('0x1')][_0x51bf('0x4')](_0x2db9be))return;}_0x15bad8(this[_0x51bf('0x9')][_0x51bf('0x1')],this[_0x51bf('0x0')],_0x1a3a71);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xeb14=['_isEnabledBasedOnSelection','refresh','isEnabled','editor','value','affectsData','clearForceDisabled','_disableUnsupportedCommands','TrackChangesCommand','commands','has','_enabledCommands','_enableCommands','forceDisabled'];(function(_0xce80a7,_0xeb14e2){const _0x439901=function(_0x3cd2fd){while(--_0x3cd2fd){_0xce80a7['push'](_0xce80a7['shift']());}};_0x439901(++_0xeb14e2);}(_0xeb14,0x9a));const _0x4399=function(_0xce80a7,_0xeb14e2){_0xce80a7=_0xce80a7-0x0;let _0x439901=_0xeb14[_0xce80a7];return _0x439901;};import{Command as _0x3014f4}from'ckeditor5/src/core';export default class $ extends _0x3014f4{constructor(_0x3060ff,_0x3884db){super(_0x3060ff),this[_0x4399('0xb')]=_0x3884db,this[_0x4399('0x4')]=!0x1,this['refresh'](),this[_0x4399('0x0')]=!0x1;}[_0x4399('0x1')](){this[_0x4399('0x2')]=!0x0;}['execute'](){this[_0x4399('0x4')]=!this['value'],this[_0x4399('0x4')]?this[_0x4399('0x7')]():this[_0x4399('0xc')]();}[_0x4399('0x7')](){for(const _0x21b3cc of this[_0x4399('0x3')][_0x4399('0x9')][_0x4399('0x9')]())_0x21b3cc[_0x4399('0x5')]&&!this['_enabledCommands'][_0x4399('0xa')](_0x21b3cc)&&_0x21b3cc[_0x4399('0xd')](_0x4399('0x8'));}[_0x4399('0xc')](){for(const _0x3070a9 of this[_0x4399('0x3')]['commands'][_0x4399('0x9')]())_0x3070a9[_0x4399('0x5')]&&!this[_0x4399('0xb')][_0x4399('0xa')](_0x3070a9)&&_0x3070a9[_0x4399('0x6')](_0x4399('0x8'));}}
23
+ const _0x3eed=['_enableCommands','_isEnabledBasedOnSelection','refresh','forceDisabled','TrackChangesCommand','_disableUnsupportedCommands','commands','execute','affectsData','value','editor','_enabledCommands','has'];(function(_0x450b72,_0x3eed93){const _0x3b4a01=function(_0x41bca4){while(--_0x41bca4){_0x450b72['push'](_0x450b72['shift']());}};_0x3b4a01(++_0x3eed93);}(_0x3eed,0x186));const _0x3b4a=function(_0x450b72,_0x3eed93){_0x450b72=_0x450b72-0x0;let _0x3b4a01=_0x3eed[_0x450b72];return _0x3b4a01;};import{Command as _0x4bdcc2}from'ckeditor5/src/core';export default class $ extends _0x4bdcc2{constructor(_0x2a8383,_0x3e26cc){super(_0x2a8383),this[_0x3b4a('0xb')]=_0x3e26cc,this[_0x3b4a('0x9')]=!0x1,this[_0x3b4a('0x2')](),this[_0x3b4a('0x1')]=!0x1;}[_0x3b4a('0x2')](){this['isEnabled']=!0x0;}[_0x3b4a('0x7')](){this['value']=!this[_0x3b4a('0x9')],this[_0x3b4a('0x9')]?this[_0x3b4a('0x5')]():this[_0x3b4a('0x0')]();}[_0x3b4a('0x5')](){for(const _0x3b0321 of this[_0x3b4a('0xa')][_0x3b4a('0x6')][_0x3b4a('0x6')]())_0x3b0321[_0x3b4a('0x8')]&&!this[_0x3b4a('0xb')][_0x3b4a('0xc')](_0x3b0321)&&_0x3b0321[_0x3b4a('0x3')]('TrackChangesCommand');}[_0x3b4a('0x0')](){for(const _0x5df55e of this[_0x3b4a('0xa')][_0x3b4a('0x6')][_0x3b4a('0x6')]())_0x5df55e['affectsData']&&!this['_enabledCommands'][_0x3b4a('0xc')](_0x5df55e)&&_0x5df55e['clearForceDisabled'](_0x3b4a('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ae8=['editor','afterInit','commands','enableCommand','plugins'];(function(_0x4b5192,_0x1ae8fc){const _0xefb06a=function(_0x105efc){while(--_0x105efc){_0x4b5192['push'](_0x4b5192['shift']());}};_0xefb06a(++_0x1ae8fc);}(_0x1ae8,0x1a0));const _0xefb0=function(_0x4b5192,_0x1ae8fc){_0x4b5192=_0x4b5192-0x0;let _0xefb06a=_0x1ae8[_0x4b5192];return _0xefb06a;};import{Plugin as _0x328596}from'ckeditor5/src/core';export default class j extends _0x328596{[_0xefb0('0x0')](){const _0x145701=this[_0xefb0('0x4')],_0x114b48=_0x145701[_0xefb0('0x3')]['get']('TrackChangesEditing');_0x145701[_0xefb0('0x1')]['get']('showAIAssistant')&&_0x114b48[_0xefb0('0x2')]('showAIAssistant');}}
23
+ const _0x5cde=['TrackChangesEditing','showAIAssistant','commands','get'];(function(_0x2fed3d,_0x5cdea8){const _0xd75d2c=function(_0x55eba9){while(--_0x55eba9){_0x2fed3d['push'](_0x2fed3d['shift']());}};_0xd75d2c(++_0x5cdea8);}(_0x5cde,0x12d));const _0xd75d=function(_0x2fed3d,_0x5cdea8){_0x2fed3d=_0x2fed3d-0x0;let _0xd75d2c=_0x5cde[_0x2fed3d];return _0xd75d2c;};import{Plugin as _0x58b2b7}from'ckeditor5/src/core';export default class j extends _0x58b2b7{['afterInit'](){const _0x375c96=this['editor'],_0x1de167=_0x375c96['plugins'][_0xd75d('0x2')](_0xd75d('0x3'));_0x375c96[_0xd75d('0x1')]['get'](_0xd75d('0x0'))&&_0x1de167['enableCommand']('showAIAssistant');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x582b=['TrackChangesEditing','alignment','formatBlock','FORMAT_JUSTIFY_TEXT','commandParams','_descriptionFactory','_enableDefaultAttributesIntegration','FORMAT_ALIGN_TO_RIGHT','get','editor','AlignmentEditing','type','center','_registerLegacyDescription','justify','plugins','has','locale','left','afterInit','right','FORMAT_ALIGN_TO_CENTER'];(function(_0x564d04,_0x582b9a){const _0x35fbf1=function(_0x3f3da2){while(--_0x3f3da2){_0x564d04['push'](_0x564d04['shift']());}};_0x35fbf1(++_0x582b9a);}(_0x582b,0x1ce));const _0x35fb=function(_0x564d04,_0x582b9a){_0x564d04=_0x564d04-0x0;let _0x35fbf1=_0x582b[_0x564d04];return _0x35fbf1;};import{Plugin as _0x25df6d}from'ckeditor5/src/core';import{getTranslation as _0x10c19d}from'../utils/common-translations';export default class U extends _0x25df6d{[_0x35fb('0x13')](){const _0xaa2274=this['editor'],_0x3b5ff9=_0xaa2274[_0x35fb('0x11')];if(!_0xaa2274[_0x35fb('0xf')][_0x35fb('0x10')](_0x35fb('0xa')))return;const _0x50b2e7=_0xaa2274[_0x35fb('0xf')][_0x35fb('0x8')](_0x35fb('0x0'));_0x50b2e7[_0x35fb('0x6')]('alignment',[],['alignment']),_0x50b2e7[_0x35fb('0x5')]['registerAttributeLabel'](_0x35fb('0x1'),_0x10c19d(_0x3b5ff9,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}[_0x35fb('0xd')](){const _0x1cf1b2=this[_0x35fb('0x9')],_0x438bb1=_0x1cf1b2['locale'];_0x1cf1b2[_0x35fb('0xf')]['get'](_0x35fb('0x0'))[_0x35fb('0x5')]['registerDescriptionCallback'](_0x1b5dc1=>{if(_0x35fb('0x2')!=_0x1b5dc1[_0x35fb('0xb')])return;const {data:_0x4f3222}=_0x1b5dc1;if(_0x4f3222&&_0x35fb('0x1')==_0x4f3222['commandName']){const _0x3da868=_0x4f3222[_0x35fb('0x4')][0x0]['value'];return{'type':'format','content':_0x10c19d(_0x438bb1,'*Format:*\x20%0',function(_0x27a926){switch(_0x27a926){case _0x35fb('0x12'):return _0x10c19d(_0x438bb1,'FORMAT_ALIGN_TO_LEFT');case _0x35fb('0x14'):return _0x10c19d(_0x438bb1,_0x35fb('0x7'));case _0x35fb('0xc'):return _0x10c19d(_0x438bb1,_0x35fb('0x15'));case _0x35fb('0xe'):return _0x10c19d(_0x438bb1,_0x35fb('0x3'));}}(_0x3da868))};}});}}
23
+ const _0x4c60=['editor','FORMAT_ALIGN_TO_CENTER','FORMAT_JUSTIFY_TEXT','afterInit','type','commandName','*Format:*\x20%0','registerAttributeLabel','center','formatBlock','alignment','_registerLegacyDescription','_descriptionFactory','FORMAT_ALIGNMENT','FORMAT_ALIGN_TO_RIGHT','left','get','FORMAT_ALIGN_TO_LEFT','locale','commandParams','_enableDefaultAttributesIntegration','TrackChangesEditing','plugins'];(function(_0x48a83b,_0x4c6094){const _0x14cd14=function(_0x1b97b4){while(--_0x1b97b4){_0x48a83b['push'](_0x48a83b['shift']());}};_0x14cd14(++_0x4c6094);}(_0x4c60,0x195));const _0x14cd=function(_0x48a83b,_0x4c6094){_0x48a83b=_0x48a83b-0x0;let _0x14cd14=_0x4c60[_0x48a83b];return _0x14cd14;};import{Plugin as _0x286250}from'ckeditor5/src/core';import{getTranslation as _0x5d1c6a}from'../utils/common-translations';export default class U extends _0x286250{[_0x14cd('0xc')](){const _0x172df5=this['editor'],_0x46e485=_0x172df5[_0x14cd('0x4')];if(!_0x172df5[_0x14cd('0x8')]['has']('AlignmentEditing'))return;const _0x33961b=_0x172df5[_0x14cd('0x8')][_0x14cd('0x2')](_0x14cd('0x7'));_0x33961b[_0x14cd('0x6')](_0x14cd('0x13'),[],['alignment']),_0x33961b[_0x14cd('0x15')][_0x14cd('0x10')](_0x14cd('0x13'),_0x5d1c6a(_0x46e485,_0x14cd('0x16'))),this[_0x14cd('0x14')]();}[_0x14cd('0x14')](){const _0x4c29b1=this[_0x14cd('0x9')],_0x508b5e=_0x4c29b1[_0x14cd('0x4')];_0x4c29b1[_0x14cd('0x8')]['get'](_0x14cd('0x7'))[_0x14cd('0x15')]['registerDescriptionCallback'](_0x1237fc=>{if(_0x14cd('0x12')!=_0x1237fc[_0x14cd('0xd')])return;const {data:_0x434ef0}=_0x1237fc;if(_0x434ef0&&_0x14cd('0x13')==_0x434ef0[_0x14cd('0xe')]){const _0x3f3a63=_0x434ef0[_0x14cd('0x5')][0x0]['value'];return{'type':'format','content':_0x5d1c6a(_0x508b5e,_0x14cd('0xf'),function(_0x123fb9){switch(_0x123fb9){case _0x14cd('0x1'):return _0x5d1c6a(_0x508b5e,_0x14cd('0x3'));case'right':return _0x5d1c6a(_0x508b5e,_0x14cd('0x0'));case _0x14cd('0x11'):return _0x5d1c6a(_0x508b5e,_0x14cd('0xa'));case'justify':return _0x5d1c6a(_0x508b5e,_0x14cd('0xb'));}}(_0x3f3a63))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b52=['_enableDefaultAttributesIntegration','FORMAT_','FORMAT_SUPERSCRIPT','FORMAT_SUBSCRIPT','code','registerAttributeLabel','BoldEditing','UnderlineEditing','FORMAT_UNDERLINE','StrikethroughEditing','registerDescriptionCallback','underline','_descriptionFactory','slice','get','FORMAT_BOLD','ItalicEditing','*Format:*\x20%0','CodeEditing','*Remove\x20format:*\x20%0','italic','_registerLegacyDescription','toLowerCase','forceValue','TrackChangesEditing','locale','FORMAT_STRIKETHROUGH','toUpperCase','plugins','FORMAT_ITALIC','FORMAT_CODE','SubscriptEditing','SuperscriptEditing','format','editor'];(function(_0x395456,_0x4b52d3){const _0x466f57=function(_0x5e4f0a){while(--_0x5e4f0a){_0x395456['push'](_0x395456['shift']());}};_0x466f57(++_0x4b52d3);}(_0x4b52,0x155));const _0x466f=function(_0x395456,_0x4b52d3){_0x395456=_0x395456-0x0;let _0x466f57=_0x4b52[_0x395456];return _0x466f57;};import{Plugin as _0x4e8e30}from'ckeditor5/src/core';import{getTranslation as _0x5144d3}from'../utils/common-translations';const ti=[_0x466f('0xf'),_0x466f('0x19'),_0x466f('0x10'),_0x466f('0x1b'),_0x466f('0x12'),_0x466f('0x5'),_0x466f('0x6')];export default class O extends _0x4e8e30{['afterInit'](){const _0x2567df=this[_0x466f('0x8')],_0xc76825=_0x2567df[_0x466f('0x2')][_0x466f('0x17')]('TrackChangesEditing'),_0x113641=_0x2567df[_0x466f('0x22')];for(const _0x4df5f1 of ti){if(!_0x2567df[_0x466f('0x2')]['has'](_0x4df5f1))continue;const _0x3bd19c=_0x4df5f1[_0x466f('0x16')](0x0,-0x7)[_0x466f('0x1f')](),_0x3f7c48=_0x466f('0xa')+_0x3bd19c[_0x466f('0x1')]();_0xc76825[_0x466f('0x9')](_0x3bd19c,[_0x3bd19c]),_0xc76825[_0x466f('0x15')][_0x466f('0xe')](_0x3bd19c,_0x5144d3(_0x113641,_0x3f7c48));}this['_registerLegacyDescription']();}[_0x466f('0x1e')](){const _0x541d84=this['editor'],_0x5f2b56=_0x541d84[_0x466f('0x22')],_0x4a46a5=_0x541d84['plugins']['get'](_0x466f('0x21'));function _0x63f6e8(_0x4ab110,_0x10e0db){_0x4a46a5['_descriptionFactory'][_0x466f('0x13')](_0x510c85=>{if('formatInline'!=_0x510c85['type'])return;const {data:_0x7d1314}=_0x510c85;return _0x7d1314&&_0x7d1314['commandName']===_0x4ab110?_0x7d1314['commandParams'][0x0][_0x466f('0x20')]?{'type':'format','content':_0x5144d3(_0x5f2b56,_0x466f('0x1a'),_0x10e0db)}:{'type':_0x466f('0x7'),'content':_0x5144d3(_0x5f2b56,_0x466f('0x1c'),_0x10e0db)}:void 0x0;});}_0x63f6e8('bold',_0x5144d3(_0x5f2b56,_0x466f('0x18'))),_0x63f6e8(_0x466f('0x1d'),_0x5144d3(_0x5f2b56,_0x466f('0x3'))),_0x63f6e8(_0x466f('0x14'),_0x5144d3(_0x5f2b56,_0x466f('0x11'))),_0x63f6e8(_0x466f('0xd'),_0x5144d3(_0x5f2b56,_0x466f('0x4'))),_0x63f6e8('strikethrough',_0x5144d3(_0x5f2b56,_0x466f('0x0'))),_0x63f6e8('subscript',_0x5144d3(_0x5f2b56,_0x466f('0xc'))),_0x63f6e8('superscript',_0x5144d3(_0x5f2b56,_0x466f('0xb')));}}
23
+ const _0xf0f8=['toUpperCase','FORMAT_','_enableDefaultAttributesIntegration','slice','italic','_registerLegacyDescription','strikethrough','FORMAT_CODE','editor','code','CodeEditing','_descriptionFactory','type','formatInline','superscript','TrackChangesEditing','bold','StrikethroughEditing','commandName','FORMAT_STRIKETHROUGH','ItalicEditing','FORMAT_BOLD','FORMAT_SUPERSCRIPT','*Format:*\x20%0','format','get','subscript','plugins','forceValue','SubscriptEditing','underline'];(function(_0x6769ea,_0xf0f89){const _0x3885a8=function(_0x1a3ec6){while(--_0x1a3ec6){_0x6769ea['push'](_0x6769ea['shift']());}};_0x3885a8(++_0xf0f89);}(_0xf0f8,0x7f));const _0x3885=function(_0x6769ea,_0xf0f89){_0x6769ea=_0x6769ea-0x0;let _0x3885a8=_0xf0f8[_0x6769ea];return _0x3885a8;};import{Plugin as _0x406143}from'ckeditor5/src/core';import{getTranslation as _0x1d3791}from'../utils/common-translations';const ti=['BoldEditing',_0x3885('0x11'),'UnderlineEditing',_0x3885('0x7'),_0x3885('0xe'),_0x3885('0x1a'),'SuperscriptEditing'];export default class O extends _0x406143{['afterInit'](){const _0xcbee92=this[_0x3885('0x5')],_0x190d3b=_0xcbee92[_0x3885('0x18')]['get'](_0x3885('0xc')),_0x29460e=_0xcbee92['locale'];for(const _0x530a48 of ti){if(!_0xcbee92[_0x3885('0x18')]['has'](_0x530a48))continue;const _0x4c2bf0=_0x530a48[_0x3885('0x0')](0x0,-0x7)['toLowerCase'](),_0x1d84ca=_0x3885('0x1d')+_0x4c2bf0[_0x3885('0x1c')]();_0x190d3b[_0x3885('0x1e')](_0x4c2bf0,[_0x4c2bf0]),_0x190d3b['_descriptionFactory']['registerAttributeLabel'](_0x4c2bf0,_0x1d3791(_0x29460e,_0x1d84ca));}this[_0x3885('0x2')]();}[_0x3885('0x2')](){const _0x11e8e1=this[_0x3885('0x5')],_0x5b46b3=_0x11e8e1['locale'],_0x1027e3=_0x11e8e1['plugins'][_0x3885('0x16')](_0x3885('0xc'));function _0x4a7bfa(_0x2b8ff6,_0x21efb0){_0x1027e3[_0x3885('0x8')]['registerDescriptionCallback'](_0x46194b=>{if(_0x3885('0xa')!=_0x46194b[_0x3885('0x9')])return;const {data:_0x5a48c5}=_0x46194b;return _0x5a48c5&&_0x5a48c5[_0x3885('0xf')]===_0x2b8ff6?_0x5a48c5['commandParams'][0x0][_0x3885('0x19')]?{'type':_0x3885('0x15'),'content':_0x1d3791(_0x5b46b3,_0x3885('0x14'),_0x21efb0)}:{'type':_0x3885('0x15'),'content':_0x1d3791(_0x5b46b3,'*Remove\x20format:*\x20%0',_0x21efb0)}:void 0x0;});}_0x4a7bfa(_0x3885('0xd'),_0x1d3791(_0x5b46b3,_0x3885('0x12'))),_0x4a7bfa(_0x3885('0x1'),_0x1d3791(_0x5b46b3,'FORMAT_ITALIC')),_0x4a7bfa(_0x3885('0x1b'),_0x1d3791(_0x5b46b3,'FORMAT_UNDERLINE')),_0x4a7bfa(_0x3885('0x6'),_0x1d3791(_0x5b46b3,_0x3885('0x4'))),_0x4a7bfa(_0x3885('0x3'),_0x1d3791(_0x5b46b3,_0x3885('0x10'))),_0x4a7bfa(_0x3885('0x17'),_0x1d3791(_0x5b46b3,'FORMAT_SUBSCRIPT')),_0x4a7bfa(_0x3885('0xb'),_0x1d3791(_0x5b46b3,_0x3885('0x13')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xd788=['schema','change','editor','$root','model','*Set\x20format:*\x20%0','registerDescriptionCallback','commandName','forceValue','markBlockFormat','get','_descriptionFactory','selection','from','TrackChangesEditing','filter','format','parent','locale','BlockQuoteEditing','has','commands','commandParams','enableCommand','ELEMENT_BLOCK_QUOTE','*Remove\x20format:*\x20%0','plugins','value','blockQuote'];(function(_0x31b506,_0xd788b6){const _0x447649=function(_0x31c317){while(--_0x31c317){_0x31b506['push'](_0x31b506['shift']());}};_0x447649(++_0xd788b6);}(_0xd788,0x134));const _0x4476=function(_0x31b506,_0xd788b6){_0x31b506=_0x31b506-0x0;let _0x447649=_0xd788[_0x31b506];return _0x447649;};import{Plugin as _0x5f0710}from'ckeditor5/src/core';import{getTranslation as _0x3ccf4c}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x278690}from'../utils/utils';export default class V extends _0x5f0710{['afterInit'](){const _0x191ae4=this[_0x4476('0xd')],_0x4fa6c7=_0x191ae4[_0x4476('0x0')];if(!_0x191ae4['plugins'][_0x4476('0x2')](_0x4476('0x1')))return;const _0x5d12ef=_0x191ae4[_0x4476('0x8')][_0x4476('0x15')](_0x4476('0x19')),_0x2a8110=this[_0x4476('0xd')][_0x4476('0x3')][_0x4476('0x15')](_0x4476('0xa'));_0x5d12ef[_0x4476('0x5')]('blockQuote',(_0x183dbf,_0x34170b={})=>{const _0x2fd353=this[_0x4476('0xd')][_0x4476('0xf')]['document'][_0x4476('0x17')],_0x5ded5c=_0x34170b&&void 0x0!==_0x34170b[_0x4476('0x13')]?_0x34170b[_0x4476('0x13')]:!_0x2a8110[_0x4476('0x9')];let _0x155acc=[];if(_0x5ded5c){const _0x27589d=Array['from'](_0x2fd353['getSelectedBlocks']())[_0x4476('0x1a')](_0x838605=>oo(_0x838605)||function(_0x27a493,_0x46ad41){const _0x3b1aaa=_0x46ad41['checkChild'](_0x27a493[_0x4476('0x1c')],'blockQuote'),_0x5da5b7=_0x46ad41['checkChild']([_0x4476('0xe'),_0x4476('0xa')],_0x27a493);return _0x3b1aaa&&_0x5da5b7;}(_0x838605,this[_0x4476('0xd')][_0x4476('0xf')][_0x4476('0xb')]));_0x155acc=_0x278690(_0x27589d,_0x191ae4['model']);}else{const _0x567f4a=Array[_0x4476('0x18')](_0x2fd353['getSelectedBlocks']())['filter'](_0x1c2ce4=>oo(_0x1c2ce4));_0x155acc=_0x278690(_0x567f4a,_0x191ae4['model']);}_0x191ae4[_0x4476('0xf')][_0x4476('0xc')](()=>{for(const _0x53c067 of _0x155acc)_0x5d12ef[_0x4476('0x14')](_0x53c067,{'commandName':_0x4476('0xa'),'commandParams':[{'forceValue':_0x5ded5c}]});});}),_0x5d12ef[_0x4476('0x16')][_0x4476('0x11')](_0x4fcdd2=>{const {data:_0x2b7378}=_0x4fcdd2;if(_0x2b7378&&_0x4476('0xa')==_0x2b7378[_0x4476('0x12')]){const _0x339606=_0x3ccf4c(_0x4fa6c7,_0x4476('0x6'));return _0x2b7378[_0x4476('0x4')][0x0]['forceValue']?{'type':_0x4476('0x1b'),'content':_0x3ccf4c(_0x4fa6c7,_0x4476('0x10'),_0x339606)}:{'type':_0x4476('0x1b'),'content':_0x3ccf4c(_0x4fa6c7,_0x4476('0x7'),_0x339606)};}});}}function oo(_0x2f8d56){return'blockQuote'==_0x2f8d56[_0x4476('0x1c')]['name'];}
23
+ const _0x4398=['has','name','afterInit','selection','ELEMENT_BLOCK_QUOTE','enableCommand','change','commandParams','locale','schema','*Remove\x20format:*\x20%0','from','format','getSelectedBlocks','blockQuote','markBlockFormat','plugins','$root','value','editor','get','filter','document','registerDescriptionCallback','parent','checkChild','forceValue','TrackChangesEditing','model'];(function(_0x6f87d5,_0x4398a1){const _0x2bb5e2=function(_0x3b58a5){while(--_0x3b58a5){_0x6f87d5['push'](_0x6f87d5['shift']());}};_0x2bb5e2(++_0x4398a1);}(_0x4398,0x81));const _0x2bb5=function(_0x6f87d5,_0x4398a1){_0x6f87d5=_0x6f87d5-0x0;let _0x2bb5e2=_0x4398[_0x6f87d5];return _0x2bb5e2;};import{Plugin as _0x210b24}from'ckeditor5/src/core';import{getTranslation as _0x8c43ad}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x6e20ba}from'../utils/utils';export default class V extends _0x210b24{[_0x2bb5('0x12')](){const _0x3e21ee=this[_0x2bb5('0x6')],_0x445eda=_0x3e21ee[_0x2bb5('0x18')];if(!_0x3e21ee[_0x2bb5('0x3')][_0x2bb5('0x10')]('BlockQuoteEditing'))return;const _0x1b8886=_0x3e21ee[_0x2bb5('0x3')][_0x2bb5('0x7')](_0x2bb5('0xe')),_0x2281f7=this[_0x2bb5('0x6')]['commands'][_0x2bb5('0x7')]('blockQuote');_0x1b8886[_0x2bb5('0x15')](_0x2bb5('0x1'),(_0x30b9c1,_0x3adac0={})=>{const _0x3d7fbe=this['editor'][_0x2bb5('0xf')][_0x2bb5('0x9')][_0x2bb5('0x13')],_0x33c10e=_0x3adac0&&void 0x0!==_0x3adac0[_0x2bb5('0xd')]?_0x3adac0[_0x2bb5('0xd')]:!_0x2281f7[_0x2bb5('0x5')];let _0x17a5de=[];if(_0x33c10e){const _0x18c302=Array['from'](_0x3d7fbe['getSelectedBlocks']())[_0x2bb5('0x8')](_0x14d652=>oo(_0x14d652)||function(_0x1a8868,_0x61b4ba){const _0x19fcb1=_0x61b4ba[_0x2bb5('0xc')](_0x1a8868[_0x2bb5('0xb')],_0x2bb5('0x1')),_0x1ae013=_0x61b4ba[_0x2bb5('0xc')]([_0x2bb5('0x4'),_0x2bb5('0x1')],_0x1a8868);return _0x19fcb1&&_0x1ae013;}(_0x14d652,this['editor']['model'][_0x2bb5('0x19')]));_0x17a5de=_0x6e20ba(_0x18c302,_0x3e21ee[_0x2bb5('0xf')]);}else{const _0xcd282c=Array[_0x2bb5('0x1b')](_0x3d7fbe[_0x2bb5('0x0')]())[_0x2bb5('0x8')](_0x4d8e9f=>oo(_0x4d8e9f));_0x17a5de=_0x6e20ba(_0xcd282c,_0x3e21ee[_0x2bb5('0xf')]);}_0x3e21ee[_0x2bb5('0xf')][_0x2bb5('0x16')](()=>{for(const _0x446f11 of _0x17a5de)_0x1b8886[_0x2bb5('0x2')](_0x446f11,{'commandName':_0x2bb5('0x1'),'commandParams':[{'forceValue':_0x33c10e}]});});}),_0x1b8886['_descriptionFactory'][_0x2bb5('0xa')](_0xedcb7e=>{const {data:_0x39a45b}=_0xedcb7e;if(_0x39a45b&&'blockQuote'==_0x39a45b['commandName']){const _0x27257b=_0x8c43ad(_0x445eda,_0x2bb5('0x14'));return _0x39a45b[_0x2bb5('0x17')][0x0][_0x2bb5('0xd')]?{'type':_0x2bb5('0x1c'),'content':_0x8c43ad(_0x445eda,'*Set\x20format:*\x20%0',_0x27257b)}:{'type':'format','content':_0x8c43ad(_0x445eda,_0x2bb5('0x1a'),_0x27257b)};}});}}function oo(_0xdd69fc){return _0x2bb5('0x1')==_0xdd69fc[_0x2bb5('0xb')][_0x2bb5('0x11')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a10=['get','TrackChangesEditing','editor','ckbox'];(function(_0x561067,_0x1a104f){const _0x215f7b=function(_0x7a7a8c){while(--_0x7a7a8c){_0x561067['push'](_0x561067['shift']());}};_0x215f7b(++_0x1a104f);}(_0x1a10,0x1cd));const _0x215f=function(_0x561067,_0x1a104f){_0x561067=_0x561067-0x0;let _0x215f7b=_0x1a10[_0x561067];return _0x215f7b;};import{Plugin as _0x1d1ec6}from'ckeditor5/src/core';export default class G extends _0x1d1ec6{['afterInit'](){const _0xfa888d=this[_0x215f('0x1')];_0xfa888d['commands'][_0x215f('0x3')](_0x215f('0x2'))&&_0xfa888d['plugins'][_0x215f('0x3')](_0x215f('0x0'))['enableCommand'](_0x215f('0x2'));}}
23
+ const _0x302c=['plugins','afterInit','commands','ckbox','editor','get'];(function(_0x1abbf7,_0x302c3c){const _0x193c16=function(_0xca7b83){while(--_0xca7b83){_0x1abbf7['push'](_0x1abbf7['shift']());}};_0x193c16(++_0x302c3c);}(_0x302c,0xd4));const _0x193c=function(_0x1abbf7,_0x302c3c){_0x1abbf7=_0x1abbf7-0x0;let _0x193c16=_0x302c[_0x1abbf7];return _0x193c16;};import{Plugin as _0x97c09f}from'ckeditor5/src/core';export default class G extends _0x97c09f{[_0x193c('0x5')](){const _0x44d698=this[_0x193c('0x2')];_0x44d698[_0x193c('0x0')][_0x193c('0x3')]('ckbox')&&_0x44d698[_0x193c('0x4')][_0x193c('0x3')]('TrackChangesEditing')['enableCommand'](_0x193c('0x1'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2fc4=['checkChild','toLowerCase','enableCommand','forceValue','*Remove\x20format:*\x20%0','from','indentCodeBlock','document','CodeBlock','registerElementLabel','selection','TrackChangesEditing','ELEMENT_CODE_BLOCK','get','format','parent','plugins','has','getSelectedBlocks','commandParams','commandName','editor','*Set\x20format:*\x20%0','formatBlock','find','change','rootElement','filter','value','label','type','name','codeBlock','locale','language','_descriptionFactory','isLimit','commands'];(function(_0x2b1977,_0x2fc4b1){const _0x59f188=function(_0x29aa8a){while(--_0x29aa8a){_0x2b1977['push'](_0x2b1977['shift']());}};_0x59f188(++_0x2fc4b1);}(_0x2fc4,0x119));const _0x59f1=function(_0x2b1977,_0x2fc4b1){_0x2b1977=_0x2b1977-0x0;let _0x59f188=_0x2fc4[_0x2b1977];return _0x59f188;};import{Plugin as _0x542e15}from'ckeditor5/src/core';import{getTranslation as _0x2bf4a2}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x596464}from'../utils/utils';export default class F extends _0x542e15{['afterInit'](){const _0x58753a=this[_0x59f1('0x6')];if(!_0x58753a[_0x59f1('0x1')][_0x59f1('0x2')](_0x59f1('0x1f')))return;const _0x542df9=_0x58753a['plugins']['get'](_0x59f1('0x22')),_0xdf2e42=_0x58753a[_0x59f1('0x12')],_0x39b21d=_0x58753a['config'][_0x59f1('0x24')](_0x59f1('0x11'))['languages'],_0x39b766=_0x58753a[_0x59f1('0x16')][_0x59f1('0x24')]('codeBlock');_0x542df9[_0x59f1('0x19')](_0x59f1('0x1d')),_0x542df9[_0x59f1('0x19')]('outdentCodeBlock'),_0x542df9[_0x59f1('0x19')](_0x59f1('0x11'),(_0x59ddab,_0x3469e1={})=>{const _0x98766c=_0x58753a['model'],_0x1b57cf=_0x58753a['model'][_0x59f1('0x1e')][_0x59f1('0x21')],_0xd10f5f=_0x3469e1&&void 0x0!==_0x3469e1['forceValue']?_0x3469e1[_0x59f1('0x1a')]:!_0x39b766[_0x59f1('0xd')];let _0x35b5c8;_0x3469e1['language']||(_0x3469e1['language']=_0x39b21d[0x0]['language']),_0x35b5c8=_0xd10f5f?Array[_0x59f1('0x1c')](_0x1b57cf['getSelectedBlocks']())[_0x59f1('0xc')](_0x48ac92=>eo(_0x48ac92)||function(_0x35780d,_0x1cd6ce){if(_0x35780d['is'](_0x59f1('0xb'))||_0x1cd6ce[_0x59f1('0x15')](_0x35780d))return!0x1;return _0x1cd6ce[_0x59f1('0x17')](_0x35780d[_0x59f1('0x0')],_0x59f1('0x11'));}(_0x48ac92,_0x98766c['schema'])):Array['from'](_0x1b57cf[_0x59f1('0x3')]())[_0x59f1('0xc')](_0x53f5b2=>eo(_0x53f5b2));const _0x4fb9a0=_0x596464(_0x35b5c8,_0x98766c);_0x98766c[_0x59f1('0xa')](()=>{for(const _0x58faf3 of _0x4fb9a0)_0x542df9['markBlockFormat'](_0x58faf3,{'commandName':_0x59f1('0x11'),'commandParams':[{..._0x3469e1,'forceValue':_0xd10f5f}],'formatGroupId':'blockName'});});}),(_0x542df9[_0x59f1('0x14')][_0x59f1('0x20')](_0x59f1('0x11'),_0x4ba615=>_0x2bf4a2(_0xdf2e42,_0x59f1('0x23'),_0x4ba615)),_0x542df9[_0x59f1('0x14')]['registerDescriptionCallback'](_0x6c102a=>{if(_0x59f1('0x8')!=_0x6c102a[_0x59f1('0xf')])return;const _0x345a37=_0xdf2e42['t'],{data:_0x8eb59b}=_0x6c102a;if(!_0x8eb59b||'codeBlock'!=_0x8eb59b[_0x59f1('0x5')])return;const _0x5092a7=_0x8eb59b[_0x59f1('0x4')][0x0][_0x59f1('0x13')],_0x3773b6=_0x345a37(_0x39b21d[_0x59f1('0x9')](_0xe713f6=>_0xe713f6[_0x59f1('0x13')]===_0x5092a7)[_0x59f1('0xe')])[_0x59f1('0x18')]();return _0x8eb59b[_0x59f1('0x4')][0x0][_0x59f1('0x1a')]?{'type':_0x59f1('0x25'),'content':_0x2bf4a2(_0xdf2e42,_0x59f1('0x7'),_0x2bf4a2(_0xdf2e42,_0x59f1('0x23'),0x1)+'\x20('+_0x3773b6+')')}:{'type':_0x59f1('0x25'),'content':_0x2bf4a2(_0xdf2e42,_0x59f1('0x1b'),_0x2bf4a2(_0xdf2e42,_0x59f1('0x23'),0x1))};}));}}function eo(_0x54c100){return _0x59f1('0x11')==_0x54c100[_0x59f1('0x10')];}
23
+ const _0x3397=['CodeBlock','type','schema','indentCodeBlock','forceValue','get','getSelectedBlocks','commands','markBlockFormat','registerDescriptionCallback','locale','_descriptionFactory','TrackChangesEditing','*Remove\x20format:*\x20%0','format','commandParams','language','codeBlock','plugins','*Set\x20format:*\x20%0','languages','ELEMENT_CODE_BLOCK','rootElement','change','parent','filter','isLimit','commandName','enableCommand','has','document','from','afterInit','model','value','registerElementLabel','editor'];(function(_0x29b00a,_0x3397f9){const _0x44cad2=function(_0x5f168a){while(--_0x5f168a){_0x29b00a['push'](_0x29b00a['shift']());}};_0x44cad2(++_0x3397f9);}(_0x3397,0x113));const _0x44ca=function(_0x29b00a,_0x3397f9){_0x29b00a=_0x29b00a-0x0;let _0x44cad2=_0x3397[_0x29b00a];return _0x44cad2;};import{Plugin as _0x55c84a}from'ckeditor5/src/core';import{getTranslation as _0x274444}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x59a69b}from'../utils/utils';export default class F extends _0x55c84a{[_0x44ca('0x10')](){const _0x275109=this[_0x44ca('0x14')];if(!_0x275109['plugins'][_0x44ca('0xd')](_0x44ca('0x15')))return;const _0x507482=_0x275109[_0x44ca('0x2')][_0x44ca('0x1a')](_0x44ca('0x21')),_0x58ab37=_0x275109[_0x44ca('0x1f')],_0x589cdd=_0x275109['config'][_0x44ca('0x1a')]('codeBlock')[_0x44ca('0x4')],_0x1693b1=_0x275109[_0x44ca('0x1c')]['get']('codeBlock');_0x507482[_0x44ca('0xc')](_0x44ca('0x18')),_0x507482[_0x44ca('0xc')]('outdentCodeBlock'),_0x507482[_0x44ca('0xc')](_0x44ca('0x1'),(_0x55fdd2,_0x28cd06={})=>{const _0x18ca9d=_0x275109[_0x44ca('0x11')],_0x3fd449=_0x275109[_0x44ca('0x11')][_0x44ca('0xe')]['selection'],_0x39ac71=_0x28cd06&&void 0x0!==_0x28cd06[_0x44ca('0x19')]?_0x28cd06[_0x44ca('0x19')]:!_0x1693b1[_0x44ca('0x12')];let _0x1db950;_0x28cd06[_0x44ca('0x0')]||(_0x28cd06['language']=_0x589cdd[0x0][_0x44ca('0x0')]),_0x1db950=_0x39ac71?Array[_0x44ca('0xf')](_0x3fd449[_0x44ca('0x1b')]())[_0x44ca('0x9')](_0x1d083b=>eo(_0x1d083b)||function(_0x572ed1,_0x49e4bd){if(_0x572ed1['is'](_0x44ca('0x6'))||_0x49e4bd[_0x44ca('0xa')](_0x572ed1))return!0x1;return _0x49e4bd['checkChild'](_0x572ed1[_0x44ca('0x8')],_0x44ca('0x1'));}(_0x1d083b,_0x18ca9d[_0x44ca('0x17')])):Array['from'](_0x3fd449[_0x44ca('0x1b')]())[_0x44ca('0x9')](_0x288c73=>eo(_0x288c73));const _0x2e5259=_0x59a69b(_0x1db950,_0x18ca9d);_0x18ca9d[_0x44ca('0x7')](()=>{for(const _0x498027 of _0x2e5259)_0x507482[_0x44ca('0x1d')](_0x498027,{'commandName':_0x44ca('0x1'),'commandParams':[{..._0x28cd06,'forceValue':_0x39ac71}],'formatGroupId':'blockName'});});}),(_0x507482[_0x44ca('0x20')][_0x44ca('0x13')](_0x44ca('0x1'),_0x143dcf=>_0x274444(_0x58ab37,_0x44ca('0x5'),_0x143dcf)),_0x507482['_descriptionFactory'][_0x44ca('0x1e')](_0xdaa3fa=>{if('formatBlock'!=_0xdaa3fa[_0x44ca('0x16')])return;const _0xb61f22=_0x58ab37['t'],{data:_0x220420}=_0xdaa3fa;if(!_0x220420||_0x44ca('0x1')!=_0x220420[_0x44ca('0xb')])return;const _0x12684e=_0x220420[_0x44ca('0x24')][0x0][_0x44ca('0x0')],_0x16df49=_0xb61f22(_0x589cdd['find'](_0x4f0d44=>_0x4f0d44['language']===_0x12684e)['label'])['toLowerCase']();return _0x220420[_0x44ca('0x24')][0x0][_0x44ca('0x19')]?{'type':_0x44ca('0x23'),'content':_0x274444(_0x58ab37,_0x44ca('0x3'),_0x274444(_0x58ab37,_0x44ca('0x5'),0x1)+'\x20('+_0x16df49+')')}:{'type':_0x44ca('0x23'),'content':_0x274444(_0x58ab37,_0x44ca('0x22'),_0x274444(_0x58ab37,_0x44ca('0x5'),0x1))};}));}}function eo(_0x5a9c21){return _0x44ca('0x1')==_0x5a9c21['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3817=['plugins','get','addCommentThread','afterInit','has','CommentsEditing','enableCommand'];(function(_0x258f10,_0x3817d9){const _0x4e0985=function(_0x5180e4){while(--_0x5180e4){_0x258f10['push'](_0x258f10['shift']());}};_0x4e0985(++_0x3817d9);}(_0x3817,0x101));const _0x4e09=function(_0x258f10,_0x3817d9){_0x258f10=_0x258f10-0x0;let _0x4e0985=_0x3817[_0x258f10];return _0x4e0985;};import{Plugin as _0x39cbf9}from'ckeditor5/src/core';export default class L extends _0x39cbf9{[_0x4e09('0x5')](){const _0x1d96db=this['editor'];if(!_0x1d96db[_0x4e09('0x2')][_0x4e09('0x6')](_0x4e09('0x0')))return;_0x1d96db[_0x4e09('0x2')][_0x4e09('0x3')]('TrackChangesEditing')[_0x4e09('0x1')](_0x4e09('0x4'));}}
23
+ const _0x3c25=['addCommentThread','TrackChangesEditing','get','afterInit','CommentsEditing','editor','plugins','enableCommand'];(function(_0x23232f,_0x3c2538){const _0x18e776=function(_0x73cda2){while(--_0x73cda2){_0x23232f['push'](_0x23232f['shift']());}};_0x18e776(++_0x3c2538);}(_0x3c25,0xf7));const _0x18e7=function(_0x23232f,_0x3c2538){_0x23232f=_0x23232f-0x0;let _0x18e776=_0x3c25[_0x23232f];return _0x18e776;};import{Plugin as _0x377c56}from'ckeditor5/src/core';export default class L extends _0x377c56{[_0x18e7('0x4')](){const _0xc53f17=this[_0x18e7('0x6')];if(!_0xc53f17[_0x18e7('0x7')]['has'](_0x18e7('0x5')))return;_0xc53f17['plugins'][_0x18e7('0x3')](_0x18e7('0x2'))[_0x18e7('0x0')](_0x18e7('0x1'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xd6f6=['plugins','start','high','enableCommand','TrackChangesEditing','get','deleteForward','setSelection','merge','model','batch','data','writer','mapper','selection','uiElement','document','forward','$graveyard','editor','isCollapsed','showSuggestionHighlights','requires','getFirstRange','lock','downcastDispatcher','createSelection','buffer','end','options','markerName','root','enqueueChange','remove','fromRange','bind','detach','rootName','createRange','init','editing','unbindElementFromMarkerName','delete','addMarker:suggestion:deletion'];(function(_0x2f9c5f,_0xd6f6b5){const _0xb3bcc5=function(_0x1adabe){while(--_0x1adabe){_0x2f9c5f['push'](_0x2f9c5f['shift']());}};_0xb3bcc5(++_0xd6f6b5);}(_0xd6f6,0x12c));const _0xb3bc=function(_0x2f9c5f,_0xd6f6b5){_0x2f9c5f=_0x2f9c5f-0x0;let _0xb3bcc5=_0xd6f6[_0x2f9c5f];return _0xb3bcc5;};import{Plugin as _0x591917}from'ckeditor5/src/core';import{LiveRange as _0x42aea9}from'ckeditor5/src/engine';import{Delete as _0x3d904d}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x1355c3}from'./utils';export default class H extends _0x591917{static get[_0xb3bc('0x1e')](){return[_0x3d904d];}[_0xb3bc('0x3')](){const _0x1ff3db=this[_0xb3bc('0x1b')],_0x179df5=_0x1ff3db[_0xb3bc('0x8')][_0xb3bc('0xd')](_0xb3bc('0xc'));_0x179df5[_0xb3bc('0xb')](_0xb3bc('0x6'));const _0x2d744f=_0x1ff3db['commands'][_0xb3bc('0xd')](_0xb3bc('0xe'));_0x179df5[_0xb3bc('0xb')](_0xb3bc('0xe'),(_0x1b32c9,_0x1ff490={})=>{const _0x31e816=_0x1ff3db[_0xb3bc('0x11')][_0xb3bc('0x22')](_0x1ff3db[_0xb3bc('0x11')][_0xb3bc('0x18')][_0xb3bc('0x16')]);_0x31e816[_0xb3bc('0x1c')]&&_0x1ff3db[_0xb3bc('0x11')]['modifySelection'](_0x31e816,{'direction':_0xb3bc('0x19'),'unit':_0x1ff490['unit']});const _0x35b476=_0x31e816[_0xb3bc('0x1f')](),_0x5f323a=_0x42aea9[_0xb3bc('0x2a')](_0x35b476);let _0x3a02de;_0x1b32c9(_0x1ff490),_0x3a02de=_0xb3bc('0x1a')==_0x5f323a[_0xb3bc('0x27')][_0xb3bc('0x1')]?_0x1ff3db['model']['createRange'](_0x35b476[_0xb3bc('0x9')]):_0x1ff3db[_0xb3bc('0x11')][_0xb3bc('0x2')](_0x5f323a['start'],_0x5f323a[_0xb3bc('0x24')]),_0x5f323a[_0xb3bc('0x0')](),_0x1ff3db[_0xb3bc('0x11')][_0xb3bc('0x28')](_0x2d744f['buffer'][_0xb3bc('0x12')],_0x5b8dee=>{_0x2d744f['buffer'][_0xb3bc('0x20')](),_0x5b8dee[_0xb3bc('0xf')](_0x5b8dee[_0xb3bc('0x2')](_0x3a02de[_0xb3bc('0x24')])),_0x2d744f[_0xb3bc('0x23')]['unlock']();});}),_0x1ff3db[_0xb3bc('0x4')][_0xb3bc('0x21')]['on']('addMarker:suggestion:deletion',_0x1355c3(_0x1ff3db,_0xb3bc('0x10')),{'priority':_0xb3bc('0xa')}),_0x1ff3db[_0xb3bc('0x13')]['downcastDispatcher']['on'](_0xb3bc('0x7'),(_0x374a63,_0x3b4a86,_0xdf017d)=>{_0xdf017d[_0xb3bc('0x25')][_0xb3bc('0x1d')]&&_0x1355c3(_0x1ff3db,_0xb3bc('0x10'),{'showActiveMarker':!0x1})[_0xb3bc('0x2b')](this)(_0x374a63,_0x3b4a86,_0xdf017d);},{'priority':_0xb3bc('0xa')}),_0x1ff3db[_0xb3bc('0x4')]['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x14651f,_0x47573b,_0x39f666)=>{const _0x2b2590=_0x39f666[_0xb3bc('0x15')]['markerNameToElements'](_0x47573b['markerName']);if(_0x2b2590)for(const _0x19c73f of _0x2b2590)_0x19c73f['is'](_0xb3bc('0x17'))&&(_0x39f666['mapper'][_0xb3bc('0x5')](_0x19c73f,_0x47573b[_0xb3bc('0x26')]),_0x39f666[_0xb3bc('0x14')][_0xb3bc('0x29')](_0x19c73f));},{'priority':_0xb3bc('0xa')});}}
23
+ const _0x5bfd=['init','modifySelection','TrackChangesEditing','get','deleteForward','addMarker:suggestion:deletion','$graveyard','fromRange','editing','markerName','showSuggestionHighlights','removeMarker:suggestion:deletion','unit','buffer','options','delete','end','enqueueChange','enableCommand','document','root','merge','mapper','commands','detach','createSelection','writer','bind','high','batch','downcastDispatcher','remove','uiElement','getFirstRange','createRange','forward','rootName','unlock','start','editor','model'];(function(_0x30fa49,_0x5bfd7b){const _0x1c24e6=function(_0x4db56d){while(--_0x4db56d){_0x30fa49['push'](_0x30fa49['shift']());}};_0x1c24e6(++_0x5bfd7b);}(_0x5bfd,0x131));const _0x1c24=function(_0x30fa49,_0x5bfd7b){_0x30fa49=_0x30fa49-0x0;let _0x1c24e6=_0x5bfd[_0x30fa49];return _0x1c24e6;};import{Plugin as _0x20cf6c}from'ckeditor5/src/core';import{LiveRange as _0xd9a57b}from'ckeditor5/src/engine';import{Delete as _0x86dcdf}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x329f39}from'./utils';export default class H extends _0x20cf6c{static get['requires'](){return[_0x86dcdf];}[_0x1c24('0x17')](){const _0x2d4a78=this[_0x1c24('0x15')],_0x24e7cc=_0x2d4a78['plugins'][_0x1c24('0x1a')](_0x1c24('0x19'));_0x24e7cc[_0x1c24('0x0')](_0x1c24('0x26'));const _0x245fcb=_0x2d4a78[_0x1c24('0x5')][_0x1c24('0x1a')](_0x1c24('0x1b'));_0x24e7cc['enableCommand']('deleteForward',(_0x3ea7b2,_0x8d9067={})=>{const _0x159ebc=_0x2d4a78[_0x1c24('0x16')][_0x1c24('0x7')](_0x2d4a78[_0x1c24('0x16')][_0x1c24('0x1')]['selection']);_0x159ebc['isCollapsed']&&_0x2d4a78[_0x1c24('0x16')][_0x1c24('0x18')](_0x159ebc,{'direction':_0x1c24('0x11'),'unit':_0x8d9067[_0x1c24('0x23')]});const _0x1ec1a1=_0x159ebc[_0x1c24('0xf')](),_0x1c9187=_0xd9a57b[_0x1c24('0x1e')](_0x1ec1a1);let _0x5156ac;_0x3ea7b2(_0x8d9067),_0x5156ac=_0x1c24('0x1d')==_0x1c9187[_0x1c24('0x2')][_0x1c24('0x12')]?_0x2d4a78[_0x1c24('0x16')][_0x1c24('0x10')](_0x1ec1a1['start']):_0x2d4a78[_0x1c24('0x16')][_0x1c24('0x10')](_0x1c9187[_0x1c24('0x14')],_0x1c9187[_0x1c24('0x27')]),_0x1c9187[_0x1c24('0x6')](),_0x2d4a78[_0x1c24('0x16')][_0x1c24('0x28')](_0x245fcb['buffer'][_0x1c24('0xb')],_0x541400=>{_0x245fcb[_0x1c24('0x24')]['lock'](),_0x541400['setSelection'](_0x541400[_0x1c24('0x10')](_0x5156ac[_0x1c24('0x27')])),_0x245fcb[_0x1c24('0x24')][_0x1c24('0x13')]();});}),_0x2d4a78[_0x1c24('0x1f')][_0x1c24('0xc')]['on'](_0x1c24('0x1c'),_0x329f39(_0x2d4a78,'merge'),{'priority':_0x1c24('0xa')}),_0x2d4a78['data'][_0x1c24('0xc')]['on']('addMarker:suggestion:deletion',(_0x47916d,_0x8d3837,_0x3756a8)=>{_0x3756a8[_0x1c24('0x25')][_0x1c24('0x21')]&&_0x329f39(_0x2d4a78,_0x1c24('0x3'),{'showActiveMarker':!0x1})[_0x1c24('0x9')](this)(_0x47916d,_0x8d3837,_0x3756a8);},{'priority':'high'}),_0x2d4a78[_0x1c24('0x1f')][_0x1c24('0xc')]['on'](_0x1c24('0x22'),(_0x1b6c9a,_0x44b37f,_0x5ef48f)=>{const _0x5b5aaf=_0x5ef48f[_0x1c24('0x4')]['markerNameToElements'](_0x44b37f[_0x1c24('0x20')]);if(_0x5b5aaf)for(const _0x39249e of _0x5b5aaf)_0x39249e['is'](_0x1c24('0xe'))&&(_0x5ef48f[_0x1c24('0x4')]['unbindElementFromMarkerName'](_0x39249e,_0x44b37f[_0x1c24('0x20')]),_0x5ef48f[_0x1c24('0x8')][_0x1c24('0xd')](_0x39249e));},{'priority':_0x1c24('0xa')});}}