@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231206.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-20231206.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-20231206.0",
43
- "ckeditor5-collaboration": "0.0.0-nightly-20231206.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 _0x3af4=['getRanges','model','_isEnabledBasedOnSelection','refresh','canEditAt','track-changes-accept-suggestion-not-found','_suggestions','execute','get','isEnabled','plugins','editor'];(function(_0x23372b,_0x3af45e){const _0x210c81=function(_0x26bae1){while(--_0x26bae1){_0x23372b['push'](_0x23372b['shift']());}};_0x210c81(++_0x3af45e);}(_0x3af4,0xf8));const _0x210c=function(_0x23372b,_0x3af45e){_0x23372b=_0x23372b-0x0;let _0x210c81=_0x3af4[_0x23372b];return _0x210c81;};import{Command as _0x3dad1d}from'ckeditor5/src/core';import{CKEditorError as _0x3ae59e}from'ckeditor5/src/utils';export default class B extends _0x3dad1d{constructor(_0x1d239a,_0x4f5802){super(_0x1d239a),this[_0x210c('0xa')]=_0x4f5802,this[_0x210c('0x7')](),this[_0x210c('0x6')]=!0x1;}[_0x210c('0x7')](){this[_0x210c('0x1')]=!0x0;}[_0x210c('0xb')](_0x335ddd){const _0xe6dd53=this[_0x210c('0xa')][_0x210c('0x0')](_0x335ddd);if(!_0xe6dd53)throw new _0x3ae59e(_0x210c('0x9'),this);const _0x162be5=_0xe6dd53[_0x210c('0x4')]();this['editor'][_0x210c('0x5')][_0x210c('0x8')](_0x162be5)&&this[_0x210c('0x3')][_0x210c('0x2')][_0x210c('0x0')]('TrackChangesEditing')['acceptSuggestion'](_0xe6dd53);}}
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 _0x1cca=['get','_isEnabledBasedOnSelection','getRanges','TrackChangesEditing','editor','refresh','execute','model','discardSuggestion','canEditAt','_suggestions'];(function(_0x50b2c6,_0x1cca07){const _0x41f812=function(_0x5d2ee8){while(--_0x5d2ee8){_0x50b2c6['push'](_0x50b2c6['shift']());}};_0x41f812(++_0x1cca07);}(_0x1cca,0x1b7));const _0x41f8=function(_0x50b2c6,_0x1cca07){_0x50b2c6=_0x50b2c6-0x0;let _0x41f812=_0x1cca[_0x50b2c6];return _0x41f812;};import{Command as _0x3d93bf}from'ckeditor5/src/core';import{CKEditorError as _0x19af04}from'ckeditor5/src/utils';export default class x extends _0x3d93bf{constructor(_0x337e4c,_0x951722){super(_0x337e4c),this[_0x41f8('0x0')]=_0x951722,this[_0x41f8('0x6')](),this[_0x41f8('0x2')]=!0x1;}[_0x41f8('0x6')](){this['isEnabled']=!0x0;}[_0x41f8('0x7')](_0xb3fd95){const _0xc5ab0b=this['_suggestions'][_0x41f8('0x1')](_0xb3fd95);if(!_0xc5ab0b)throw new _0x19af04('track-changes-discard-suggestion-not-found',this);const _0x146965=_0xc5ab0b[_0x41f8('0x3')]();this[_0x41f8('0x5')][_0x41f8('0x8')][_0x41f8('0xa')](_0x146965)&&this[_0x41f8('0x5')]['plugins'][_0x41f8('0x1')](_0x41f8('0x4'))[_0x41f8('0x9')](_0xc5ab0b);}}
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 _0x389b=['execute','refresh','from','values','_suggestions','some','_isEnabledBasedOnSelection','_command','canEditAt','model','getRanges'];(function(_0x41da52,_0x389bc8){const _0x2eaff9=function(_0x58a8fa){while(--_0x58a8fa){_0x41da52['push'](_0x41da52['shift']());}};_0x2eaff9(++_0x389bc8);}(_0x389b,0x178));const _0x2eaf=function(_0x41da52,_0x389bc8){_0x41da52=_0x41da52-0x0;let _0x2eaff9=_0x389b[_0x41da52];return _0x2eaff9;};import{Command as _0x31d6ad}from'ckeditor5/src/core';import{sortSuggestions as _0x48116f,executeCommandForSuggestions as _0x5dd3e4}from'../utils/utils';export default class E extends _0x31d6ad{constructor(_0x1bc338,_0x1fb690,_0xbfe976){super(_0x1bc338),this[_0x2eaf('0x5')]=_0x1fb690,this[_0x2eaf('0x2')]=_0xbfe976,this[_0x2eaf('0xa')](),this[_0x2eaf('0x4')]=!0x1;}[_0x2eaf('0xa')](){const _0x227d06=Array[_0x2eaf('0x0')](this['_suggestions'][_0x2eaf('0x1')]())[_0x2eaf('0x3')](_0x59fc28=>_0x59fc28['isInContent']);this['isEnabled']=this[_0x2eaf('0x5')]['isEnabled']&&_0x227d06;}[_0x2eaf('0x9')](){const _0xceaed2=_0x48116f(Array[_0x2eaf('0x0')](this[_0x2eaf('0x2')][_0x2eaf('0x1')]()));for(const _0x47f0ae of _0xceaed2){const _0x3becbb=_0x47f0ae[_0x2eaf('0x8')]();if(!this['editor'][_0x2eaf('0x7')][_0x2eaf('0x6')](_0x3becbb))return;}_0x5dd3e4(this['editor'][_0x2eaf('0x7')],this[_0x2eaf('0x5')],_0xceaed2);}}
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 _0x2090=['isEnabled','from','_isEnabledBasedOnSelection','editor','model','execute','size','values','refresh','document','_command','canEditAt','selection','_selectedSuggestions','getRanges'];(function(_0x28d63f,_0x209017){const _0x3c41d9=function(_0x3abbca){while(--_0x3abbca){_0x28d63f['push'](_0x28d63f['shift']());}};_0x3c41d9(++_0x209017);}(_0x2090,0x10f));const _0x3c41=function(_0x28d63f,_0x209017){_0x28d63f=_0x28d63f-0x0;let _0x3c41d9=_0x2090[_0x28d63f];return _0x3c41d9;};import{Command as _0x576a00}from'ckeditor5/src/core';import{sortSuggestions as _0x29fdb2,getSelectedSuggestions as _0x2b7338,executeCommandForSuggestions as _0x4a797e}from'../utils/utils';export default class R extends _0x576a00{constructor(_0x24fd7f,_0x274676,_0x2203e0){super(_0x24fd7f),this[_0x3c41('0x9')]=_0x274676,this['_suggestions']=_0x2203e0,this[_0x3c41('0xc')]=new Set(),this[_0x3c41('0x7')](),this[_0x3c41('0x1')]=!0x1;}[_0x3c41('0x7')](){const _0x33d48d=this[_0x3c41('0x2')][_0x3c41('0x3')][_0x3c41('0x8')][_0x3c41('0xb')],_0x209508=Array[_0x3c41('0x0')](this['_suggestions'][_0x3c41('0x6')]());this['_selectedSuggestions']=_0x2b7338(_0x33d48d,_0x209508),this[_0x3c41('0xe')]=this[_0x3c41('0x9')][_0x3c41('0xe')]&&!!this[_0x3c41('0xc')][_0x3c41('0x5')];}[_0x3c41('0x4')](){const _0x5a3997=_0x29fdb2(Array['from'](this['_selectedSuggestions']));for(const _0x421c27 of _0x5a3997){const _0x3ced09=_0x421c27[_0x3c41('0xd')]();if(!this[_0x3c41('0x2')][_0x3c41('0x3')][_0x3c41('0xa')](_0x3ced09))return;}_0x4a797e(this[_0x3c41('0x2')][_0x3c41('0x3')],this[_0x3c41('0x9')],_0x5a3997);}}
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 _0x19ed=['_enableCommands','has','clearForceDisabled','forceDisabled','affectsData','commands','_disableUnsupportedCommands','refresh','editor','TrackChangesCommand','value','_enabledCommands'];(function(_0x395eff,_0x19ed48){const _0x45da96=function(_0x478032){while(--_0x478032){_0x395eff['push'](_0x395eff['shift']());}};_0x45da96(++_0x19ed48);}(_0x19ed,0x155));const _0x45da=function(_0x395eff,_0x19ed48){_0x395eff=_0x395eff-0x0;let _0x45da96=_0x19ed[_0x395eff];return _0x45da96;};import{Command as _0x4b402a}from'ckeditor5/src/core';export default class $ extends _0x4b402a{constructor(_0x7282c4,_0x57afbf){super(_0x7282c4),this[_0x45da('0x6')]=_0x57afbf,this['value']=!0x1,this[_0x45da('0x2')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x45da('0x2')](){this['isEnabled']=!0x0;}['execute'](){this['value']=!this[_0x45da('0x5')],this['value']?this[_0x45da('0x1')]():this[_0x45da('0x7')]();}['_disableUnsupportedCommands'](){for(const _0x34137d of this[_0x45da('0x3')][_0x45da('0x0')][_0x45da('0x0')]())_0x34137d[_0x45da('0xb')]&&!this[_0x45da('0x6')][_0x45da('0x8')](_0x34137d)&&_0x34137d[_0x45da('0xa')](_0x45da('0x4'));}[_0x45da('0x7')](){for(const _0x5bcc54 of this['editor']['commands'][_0x45da('0x0')]())_0x5bcc54[_0x45da('0xb')]&&!this[_0x45da('0x6')]['has'](_0x5bcc54)&&_0x5bcc54[_0x45da('0x9')](_0x45da('0x4'));}}
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 _0xcd24=['enableCommand','TrackChangesEditing','commands','get','showAIAssistant'];(function(_0x13206d,_0xcd2472){const _0x43d64b=function(_0x57b90e){while(--_0x57b90e){_0x13206d['push'](_0x13206d['shift']());}};_0x43d64b(++_0xcd2472);}(_0xcd24,0xb4));const _0x43d6=function(_0x13206d,_0xcd2472){_0x13206d=_0x13206d-0x0;let _0x43d64b=_0xcd24[_0x13206d];return _0x43d64b;};import{Plugin as _0x5a7ee8}from'ckeditor5/src/core';export default class j extends _0x5a7ee8{['afterInit'](){const _0x120a90=this['editor'],_0x329b9a=_0x120a90['plugins']['get'](_0x43d6('0x1'));_0x120a90[_0x43d6('0x2')][_0x43d6('0x3')](_0x43d6('0x4'))&&_0x329b9a[_0x43d6('0x0')](_0x43d6('0x4'));}}
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 _0x5f2b=['_descriptionFactory','registerAttributeLabel','FORMAT_ALIGN_TO_RIGHT','center','FORMAT_ALIGN_TO_LEFT','AlignmentEditing','locale','commandParams','value','_enableDefaultAttributesIntegration','FORMAT_JUSTIFY_TEXT','commandName','alignment','_registerLegacyDescription','editor','right','FORMAT_ALIGN_TO_CENTER','registerDescriptionCallback','get','TrackChangesEditing','format','afterInit','has','left','type','plugins','*Format:*\x20%0','formatBlock','justify','FORMAT_ALIGNMENT'];(function(_0xb5aaa4,_0x5f2b22){const _0x48742c=function(_0x3feee5){while(--_0x3feee5){_0xb5aaa4['push'](_0xb5aaa4['shift']());}};_0x48742c(++_0x5f2b22);}(_0x5f2b,0x93));const _0x4874=function(_0xb5aaa4,_0x5f2b22){_0xb5aaa4=_0xb5aaa4-0x0;let _0x48742c=_0x5f2b[_0xb5aaa4];return _0x48742c;};import{Plugin as _0x4d175a}from'ckeditor5/src/core';import{getTranslation as _0x129ce7}from'../utils/common-translations';export default class U extends _0x4d175a{[_0x4874('0x18')](){const _0xefe2d0=this[_0x4874('0x11')],_0x3d6466=_0xefe2d0[_0x4874('0x9')];if(!_0xefe2d0[_0x4874('0x1c')][_0x4874('0x19')](_0x4874('0x8')))return;const _0x2fdc46=_0xefe2d0['plugins']['get'](_0x4874('0x16'));_0x2fdc46[_0x4874('0xc')]('alignment',[],[_0x4874('0xf')]),_0x2fdc46['_descriptionFactory'][_0x4874('0x4')](_0x4874('0xf'),_0x129ce7(_0x3d6466,_0x4874('0x2'))),this[_0x4874('0x10')]();}[_0x4874('0x10')](){const _0x30cae9=this['editor'],_0x242c33=_0x30cae9['locale'];_0x30cae9['plugins'][_0x4874('0x15')]('TrackChangesEditing')[_0x4874('0x3')][_0x4874('0x14')](_0x1a6e0d=>{if(_0x4874('0x0')!=_0x1a6e0d[_0x4874('0x1b')])return;const {data:_0x264bb2}=_0x1a6e0d;if(_0x264bb2&&_0x4874('0xf')==_0x264bb2[_0x4874('0xe')]){const _0xb04c63=_0x264bb2[_0x4874('0xa')][0x0][_0x4874('0xb')];return{'type':_0x4874('0x17'),'content':_0x129ce7(_0x242c33,_0x4874('0x1d'),function(_0x48b92c){switch(_0x48b92c){case _0x4874('0x1a'):return _0x129ce7(_0x242c33,_0x4874('0x7'));case _0x4874('0x12'):return _0x129ce7(_0x242c33,_0x4874('0x5'));case _0x4874('0x6'):return _0x129ce7(_0x242c33,_0x4874('0x13'));case _0x4874('0x1'):return _0x129ce7(_0x242c33,_0x4874('0xd'));}}(_0xb04c63))};}});}}
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 _0x2cb1=['FORMAT_STRIKETHROUGH','format','toUpperCase','_enableDefaultAttributesIntegration','registerAttributeLabel','_descriptionFactory','SuperscriptEditing','FORMAT_SUBSCRIPT','FORMAT_SUPERSCRIPT','subscript','formatInline','strikethrough','commandParams','plugins','BoldEditing','TrackChangesEditing','code','FORMAT_UNDERLINE','CodeEditing','FORMAT_','slice','ItalicEditing','FORMAT_BOLD','superscript','FORMAT_ITALIC','*Format:*\x20%0','locale','_registerLegacyDescription','get','editor','italic','type','forceValue','UnderlineEditing','toLowerCase','registerDescriptionCallback','FORMAT_CODE','has','*Remove\x20format:*\x20%0','afterInit'];(function(_0x1e3dbf,_0x2cb1f4){const _0x5cdf10=function(_0x4c276d){while(--_0x4c276d){_0x1e3dbf['push'](_0x1e3dbf['shift']());}};_0x5cdf10(++_0x2cb1f4);}(_0x2cb1,0xe3));const _0x5cdf=function(_0x1e3dbf,_0x2cb1f4){_0x1e3dbf=_0x1e3dbf-0x0;let _0x5cdf10=_0x2cb1[_0x1e3dbf];return _0x5cdf10;};import{Plugin as _0xd631ac}from'ckeditor5/src/core';import{getTranslation as _0x2e455a}from'../utils/common-translations';const ti=[_0x5cdf('0x1b'),_0x5cdf('0x22'),_0x5cdf('0x6'),_0x5cdf('0x1f'),'StrikethroughEditing','SubscriptEditing',_0x5cdf('0x13')];export default class O extends _0xd631ac{[_0x5cdf('0xc')](){const _0x39ad4b=this[_0x5cdf('0x2')],_0x3eaa56=_0x39ad4b[_0x5cdf('0x1a')]['get'](_0x5cdf('0x1c')),_0x1a7c35=_0x39ad4b[_0x5cdf('0x27')];for(const _0x7ae039 of ti){if(!_0x39ad4b['plugins'][_0x5cdf('0xa')](_0x7ae039))continue;const _0x2190c8=_0x7ae039[_0x5cdf('0x21')](0x0,-0x7)[_0x5cdf('0x7')](),_0x522b77=_0x5cdf('0x20')+_0x2190c8[_0x5cdf('0xf')]();_0x3eaa56[_0x5cdf('0x10')](_0x2190c8,[_0x2190c8]),_0x3eaa56[_0x5cdf('0x12')][_0x5cdf('0x11')](_0x2190c8,_0x2e455a(_0x1a7c35,_0x522b77));}this[_0x5cdf('0x0')]();}[_0x5cdf('0x0')](){const _0x321175=this[_0x5cdf('0x2')],_0x4e294e=_0x321175[_0x5cdf('0x27')],_0x2ac265=_0x321175['plugins'][_0x5cdf('0x1')]('TrackChangesEditing');function _0x501fa0(_0x574922,_0x223050){_0x2ac265[_0x5cdf('0x12')][_0x5cdf('0x8')](_0x4d2282=>{if(_0x5cdf('0x17')!=_0x4d2282[_0x5cdf('0x4')])return;const {data:_0x23b833}=_0x4d2282;return _0x23b833&&_0x23b833['commandName']===_0x574922?_0x23b833[_0x5cdf('0x19')][0x0][_0x5cdf('0x5')]?{'type':_0x5cdf('0xe'),'content':_0x2e455a(_0x4e294e,_0x5cdf('0x26'),_0x223050)}:{'type':'format','content':_0x2e455a(_0x4e294e,_0x5cdf('0xb'),_0x223050)}:void 0x0;});}_0x501fa0('bold',_0x2e455a(_0x4e294e,_0x5cdf('0x23'))),_0x501fa0(_0x5cdf('0x3'),_0x2e455a(_0x4e294e,_0x5cdf('0x25'))),_0x501fa0('underline',_0x2e455a(_0x4e294e,_0x5cdf('0x1e'))),_0x501fa0(_0x5cdf('0x1d'),_0x2e455a(_0x4e294e,_0x5cdf('0x9'))),_0x501fa0(_0x5cdf('0x18'),_0x2e455a(_0x4e294e,_0x5cdf('0xd'))),_0x501fa0(_0x5cdf('0x16'),_0x2e455a(_0x4e294e,_0x5cdf('0x14'))),_0x501fa0(_0x5cdf('0x24'),_0x2e455a(_0x4e294e,_0x5cdf('0x15')));}}
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 _0x279f=['commands','filter','get','model','*Set\x20format:*\x20%0','change','name','parent','commandName','ELEMENT_BLOCK_QUOTE','forceValue','locale','getSelectedBlocks','editor','plugins','registerDescriptionCallback','from','*Remove\x20format:*\x20%0','blockQuote','has','commandParams','format','document','checkChild'];(function(_0x207de0,_0x279fbe){const _0x4b292a=function(_0x1de7ab){while(--_0x1de7ab){_0x207de0['push'](_0x207de0['shift']());}};_0x4b292a(++_0x279fbe);}(_0x279f,0xec));const _0x4b29=function(_0x207de0,_0x279fbe){_0x207de0=_0x207de0-0x0;let _0x4b292a=_0x279f[_0x207de0];return _0x4b292a;};import{Plugin as _0x4558a3}from'ckeditor5/src/core';import{getTranslation as _0x281ee5}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x2de42e}from'../utils/utils';export default class V extends _0x4558a3{['afterInit'](){const _0x3dffe3=this['editor'],_0xbd8d15=_0x3dffe3[_0x4b29('0xf')];if(!_0x3dffe3[_0x4b29('0x12')][_0x4b29('0x17')]('BlockQuoteEditing'))return;const _0x1dbdde=_0x3dffe3['plugins'][_0x4b29('0x6')]('TrackChangesEditing'),_0x3d4f05=this['editor'][_0x4b29('0x4')][_0x4b29('0x6')]('blockQuote');_0x1dbdde['enableCommand'](_0x4b29('0x16'),(_0x52e64b,_0x47661f={})=>{const _0x10522c=this[_0x4b29('0x11')][_0x4b29('0x7')][_0x4b29('0x2')]['selection'],_0x2e420f=_0x47661f&&void 0x0!==_0x47661f[_0x4b29('0xe')]?_0x47661f[_0x4b29('0xe')]:!_0x3d4f05['value'];let _0x5a17ac=[];if(_0x2e420f){const _0x9fd0d8=Array['from'](_0x10522c['getSelectedBlocks']())['filter'](_0x2ceb14=>oo(_0x2ceb14)||function(_0x1694b1,_0x5b187d){const _0x386e1d=_0x5b187d[_0x4b29('0x3')](_0x1694b1[_0x4b29('0xb')],_0x4b29('0x16')),_0x1cf2f9=_0x5b187d['checkChild'](['$root','blockQuote'],_0x1694b1);return _0x386e1d&&_0x1cf2f9;}(_0x2ceb14,this[_0x4b29('0x11')][_0x4b29('0x7')]['schema']));_0x5a17ac=_0x2de42e(_0x9fd0d8,_0x3dffe3[_0x4b29('0x7')]);}else{const _0x4b8e70=Array[_0x4b29('0x14')](_0x10522c[_0x4b29('0x10')]())[_0x4b29('0x5')](_0x2ed7a0=>oo(_0x2ed7a0));_0x5a17ac=_0x2de42e(_0x4b8e70,_0x3dffe3[_0x4b29('0x7')]);}_0x3dffe3[_0x4b29('0x7')][_0x4b29('0x9')](()=>{for(const _0x59ecd0 of _0x5a17ac)_0x1dbdde['markBlockFormat'](_0x59ecd0,{'commandName':_0x4b29('0x16'),'commandParams':[{'forceValue':_0x2e420f}]});});}),_0x1dbdde['_descriptionFactory'][_0x4b29('0x13')](_0x86c206=>{const {data:_0x44cd12}=_0x86c206;if(_0x44cd12&&'blockQuote'==_0x44cd12[_0x4b29('0xc')]){const _0x57c84f=_0x281ee5(_0xbd8d15,_0x4b29('0xd'));return _0x44cd12[_0x4b29('0x0')][0x0][_0x4b29('0xe')]?{'type':_0x4b29('0x1'),'content':_0x281ee5(_0xbd8d15,_0x4b29('0x8'),_0x57c84f)}:{'type':_0x4b29('0x1'),'content':_0x281ee5(_0xbd8d15,_0x4b29('0x15'),_0x57c84f)};}});}}function oo(_0x173f7e){return _0x4b29('0x16')==_0x173f7e[_0x4b29('0xb')][_0x4b29('0xa')];}
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 _0x43cb=['ckbox','get','editor','afterInit','commands'];(function(_0x3d73ab,_0x43cb03){const _0x241a64=function(_0x4d21af){while(--_0x4d21af){_0x3d73ab['push'](_0x3d73ab['shift']());}};_0x241a64(++_0x43cb03);}(_0x43cb,0x166));const _0x241a=function(_0x3d73ab,_0x43cb03){_0x3d73ab=_0x3d73ab-0x0;let _0x241a64=_0x43cb[_0x3d73ab];return _0x241a64;};import{Plugin as _0x39c7d0}from'ckeditor5/src/core';export default class G extends _0x39c7d0{[_0x241a('0x0')](){const _0x48f11b=this[_0x241a('0x4')];_0x48f11b[_0x241a('0x1')][_0x241a('0x3')]('ckbox')&&_0x48f11b['plugins'][_0x241a('0x3')]('TrackChangesEditing')['enableCommand'](_0x241a('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 _0x43e2=['commands','filter','value','registerDescriptionCallback','config','formatBlock','forceValue','change','_descriptionFactory','selection','type','enableCommand','format','outdentCodeBlock','language','languages','commandParams','rootElement','indentCodeBlock','schema','blockName','has','getSelectedBlocks','codeBlock','name','plugins','label','get','ELEMENT_CODE_BLOCK','checkChild','*Remove\x20format:*\x20%0','TrackChangesEditing','markBlockFormat','registerElementLabel','isLimit','toLowerCase','from'];(function(_0x11d127,_0x43e251){const _0x2773dc=function(_0x5eefad){while(--_0x5eefad){_0x11d127['push'](_0x11d127['shift']());}};_0x2773dc(++_0x43e251);}(_0x43e2,0xae));const _0x2773=function(_0x11d127,_0x43e251){_0x11d127=_0x11d127-0x0;let _0x2773dc=_0x43e2[_0x11d127];return _0x2773dc;};import{Plugin as _0xfa986c}from'ckeditor5/src/core';import{getTranslation as _0xb3f902}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x3746a7}from'../utils/utils';export default class F extends _0xfa986c{['afterInit'](){const _0xe41158=this['editor'];if(!_0xe41158['plugins'][_0x2773('0x20')]('CodeBlock'))return;const _0x4667ac=_0xe41158[_0x2773('0x24')][_0x2773('0x1')](_0x2773('0x5')),_0x175f0d=_0xe41158['locale'],_0x461d7e=_0xe41158[_0x2773('0xf')][_0x2773('0x1')](_0x2773('0x22'))[_0x2773('0x1a')],_0x15a897=_0xe41158[_0x2773('0xb')][_0x2773('0x1')](_0x2773('0x22'));_0x4667ac['enableCommand'](_0x2773('0x1d')),_0x4667ac[_0x2773('0x16')](_0x2773('0x18')),_0x4667ac[_0x2773('0x16')](_0x2773('0x22'),(_0x4f1e0c,_0x5acd84={})=>{const _0x2cc4af=_0xe41158['model'],_0x31e7e9=_0xe41158['model']['document'][_0x2773('0x14')],_0x313f73=_0x5acd84&&void 0x0!==_0x5acd84[_0x2773('0x11')]?_0x5acd84[_0x2773('0x11')]:!_0x15a897[_0x2773('0xd')];let _0x48da07;_0x5acd84[_0x2773('0x19')]||(_0x5acd84[_0x2773('0x19')]=_0x461d7e[0x0][_0x2773('0x19')]),_0x48da07=_0x313f73?Array[_0x2773('0xa')](_0x31e7e9[_0x2773('0x21')]())[_0x2773('0xc')](_0x281689=>eo(_0x281689)||function(_0x105125,_0x2cc92c){if(_0x105125['is'](_0x2773('0x1c'))||_0x2cc92c[_0x2773('0x8')](_0x105125))return!0x1;return _0x2cc92c[_0x2773('0x3')](_0x105125['parent'],_0x2773('0x22'));}(_0x281689,_0x2cc4af[_0x2773('0x1e')])):Array[_0x2773('0xa')](_0x31e7e9[_0x2773('0x21')]())['filter'](_0x59e688=>eo(_0x59e688));const _0x3bea49=_0x3746a7(_0x48da07,_0x2cc4af);_0x2cc4af[_0x2773('0x12')](()=>{for(const _0x1bdf26 of _0x3bea49)_0x4667ac[_0x2773('0x6')](_0x1bdf26,{'commandName':_0x2773('0x22'),'commandParams':[{..._0x5acd84,'forceValue':_0x313f73}],'formatGroupId':_0x2773('0x1f')});});}),(_0x4667ac[_0x2773('0x13')][_0x2773('0x7')](_0x2773('0x22'),_0x124dd3=>_0xb3f902(_0x175f0d,_0x2773('0x2'),_0x124dd3)),_0x4667ac[_0x2773('0x13')][_0x2773('0xe')](_0x5f1e42=>{if(_0x2773('0x10')!=_0x5f1e42[_0x2773('0x15')])return;const _0xdb3612=_0x175f0d['t'],{data:_0x3f4860}=_0x5f1e42;if(!_0x3f4860||_0x2773('0x22')!=_0x3f4860['commandName'])return;const _0x444ac0=_0x3f4860[_0x2773('0x1b')][0x0][_0x2773('0x19')],_0x2a2fd1=_0xdb3612(_0x461d7e['find'](_0x5d09ae=>_0x5d09ae[_0x2773('0x19')]===_0x444ac0)[_0x2773('0x0')])[_0x2773('0x9')]();return _0x3f4860[_0x2773('0x1b')][0x0][_0x2773('0x11')]?{'type':_0x2773('0x17'),'content':_0xb3f902(_0x175f0d,'*Set\x20format:*\x20%0',_0xb3f902(_0x175f0d,_0x2773('0x2'),0x1)+'\x20('+_0x2a2fd1+')')}:{'type':'format','content':_0xb3f902(_0x175f0d,_0x2773('0x4'),_0xb3f902(_0x175f0d,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x526a1a){return _0x2773('0x22')==_0x526a1a[_0x2773('0x23')];}
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 _0x110a=['addCommentThread','enableCommand','editor','plugins','get','afterInit'];(function(_0x42ac9b,_0x110a30){const _0xbb9e17=function(_0x51bfb9){while(--_0x51bfb9){_0x42ac9b['push'](_0x42ac9b['shift']());}};_0xbb9e17(++_0x110a30);}(_0x110a,0x17c));const _0xbb9e=function(_0x42ac9b,_0x110a30){_0x42ac9b=_0x42ac9b-0x0;let _0xbb9e17=_0x110a[_0x42ac9b];return _0xbb9e17;};import{Plugin as _0x869333}from'ckeditor5/src/core';export default class L extends _0x869333{[_0xbb9e('0x3')](){const _0x3ef56f=this[_0xbb9e('0x0')];if(!_0x3ef56f[_0xbb9e('0x1')]['has']('CommentsEditing'))return;_0x3ef56f['plugins'][_0xbb9e('0x2')]('TrackChangesEditing')[_0xbb9e('0x5')](_0xbb9e('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 _0x1ee8=['setSelection','options','writer','editor','get','isCollapsed','createRange','delete','detach','high','model','markerName','start','enqueueChange','document','unlock','deleteForward','end','buffer','merge','root','enableCommand','modifySelection','unit','markerNameToElements','TrackChangesEditing','remove','forward','downcastDispatcher','showSuggestionHighlights','selection','commands','requires','editing','mapper','data','batch','bind'];(function(_0x2ca9b7,_0x1ee888){const _0x4c105e=function(_0x28d820){while(--_0x28d820){_0x2ca9b7['push'](_0x2ca9b7['shift']());}};_0x4c105e(++_0x1ee888);}(_0x1ee8,0x11f));const _0x4c10=function(_0x2ca9b7,_0x1ee888){_0x2ca9b7=_0x2ca9b7-0x0;let _0x4c105e=_0x1ee8[_0x2ca9b7];return _0x4c105e;};import{Plugin as _0x26f088}from'ckeditor5/src/core';import{LiveRange as _0x163ad5}from'ckeditor5/src/engine';import{Delete as _0x2669a1}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x211cfe}from'./utils';export default class H extends _0x26f088{static get[_0x4c10('0xb')](){return[_0x2669a1];}['init'](){const _0x15dbfc=this[_0x4c10('0x14')],_0x2a5128=_0x15dbfc['plugins'][_0x4c10('0x15')](_0x4c10('0x4'));_0x2a5128[_0x4c10('0x0')](_0x4c10('0x18'));const _0x92ee9f=_0x15dbfc[_0x4c10('0xa')]['get'](_0x4c10('0x21'));_0x2a5128[_0x4c10('0x0')](_0x4c10('0x21'),(_0x25ee80,_0x39ded9={})=>{const _0x5418de=_0x15dbfc[_0x4c10('0x1b')]['createSelection'](_0x15dbfc['model'][_0x4c10('0x1f')][_0x4c10('0x9')]);_0x5418de[_0x4c10('0x16')]&&_0x15dbfc[_0x4c10('0x1b')][_0x4c10('0x1')](_0x5418de,{'direction':_0x4c10('0x6'),'unit':_0x39ded9[_0x4c10('0x2')]});const _0x75b739=_0x5418de['getFirstRange'](),_0x534ba4=_0x163ad5['fromRange'](_0x75b739);let _0x443aec;_0x25ee80(_0x39ded9),_0x443aec='$graveyard'==_0x534ba4[_0x4c10('0x25')]['rootName']?_0x15dbfc[_0x4c10('0x1b')][_0x4c10('0x17')](_0x75b739[_0x4c10('0x1d')]):_0x15dbfc[_0x4c10('0x1b')][_0x4c10('0x17')](_0x534ba4[_0x4c10('0x1d')],_0x534ba4[_0x4c10('0x22')]),_0x534ba4[_0x4c10('0x19')](),_0x15dbfc[_0x4c10('0x1b')][_0x4c10('0x1e')](_0x92ee9f[_0x4c10('0x23')][_0x4c10('0xf')],_0x356853=>{_0x92ee9f[_0x4c10('0x23')]['lock'](),_0x356853[_0x4c10('0x11')](_0x356853[_0x4c10('0x17')](_0x443aec[_0x4c10('0x22')])),_0x92ee9f[_0x4c10('0x23')][_0x4c10('0x20')]();});}),_0x15dbfc[_0x4c10('0xc')][_0x4c10('0x7')]['on']('addMarker:suggestion:deletion',_0x211cfe(_0x15dbfc,_0x4c10('0x24')),{'priority':_0x4c10('0x1a')}),_0x15dbfc[_0x4c10('0xe')][_0x4c10('0x7')]['on']('addMarker:suggestion:deletion',(_0x190254,_0x100480,_0x34ef29)=>{_0x34ef29[_0x4c10('0x12')][_0x4c10('0x8')]&&_0x211cfe(_0x15dbfc,_0x4c10('0x24'),{'showActiveMarker':!0x1})[_0x4c10('0x10')](this)(_0x190254,_0x100480,_0x34ef29);},{'priority':_0x4c10('0x1a')}),_0x15dbfc['editing'][_0x4c10('0x7')]['on']('removeMarker:suggestion:deletion',(_0x3cdfff,_0x493940,_0x52e95a)=>{const _0x2cb8e1=_0x52e95a[_0x4c10('0xd')][_0x4c10('0x3')](_0x493940[_0x4c10('0x1c')]);if(_0x2cb8e1)for(const _0xbb90ac of _0x2cb8e1)_0xbb90ac['is']('uiElement')&&(_0x52e95a[_0x4c10('0xd')]['unbindElementFromMarkerName'](_0xbb90ac,_0x493940[_0x4c10('0x1c')]),_0x52e95a[_0x4c10('0x13')][_0x4c10('0x5')](_0xbb90ac));},{'priority':_0x4c10('0x1a')});}}
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')});}}