@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231206.0 → 0.0.0-nightly-20231208.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-20231208.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-20231208.0",
43
+ "ckeditor5-collaboration": "0.0.0-nightly-20231208.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 _0xa3fa=['TrackChangesEditing','plugins','canEditAt','_isEnabledBasedOnSelection','model','isEnabled','refresh','get','getRanges','_suggestions','editor'];(function(_0x45e54b,_0xa3fa2d){const _0x44057b=function(_0x2d7145){while(--_0x2d7145){_0x45e54b['push'](_0x45e54b['shift']());}};_0x44057b(++_0xa3fa2d);}(_0xa3fa,0x189));const _0x4405=function(_0x45e54b,_0xa3fa2d){_0x45e54b=_0x45e54b-0x0;let _0x44057b=_0xa3fa[_0x45e54b];return _0x44057b;};import{Command as _0x12ad85}from'ckeditor5/src/core';import{CKEditorError as _0x3bbabf}from'ckeditor5/src/utils';export default class B extends _0x12ad85{constructor(_0x13df8e,_0x429cc){super(_0x13df8e),this['_suggestions']=_0x429cc,this[_0x4405('0x9')](),this[_0x4405('0x6')]=!0x1;}[_0x4405('0x9')](){this[_0x4405('0x8')]=!0x0;}['execute'](_0x332c38){const _0x318c24=this[_0x4405('0x1')][_0x4405('0xa')](_0x332c38);if(!_0x318c24)throw new _0x3bbabf('track-changes-accept-suggestion-not-found',this);const _0x293f35=_0x318c24[_0x4405('0x0')]();this[_0x4405('0x2')][_0x4405('0x7')][_0x4405('0x5')](_0x293f35)&&this[_0x4405('0x2')][_0x4405('0x4')][_0x4405('0xa')](_0x4405('0x3'))['acceptSuggestion'](_0x318c24);}}
@@ -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 _0x4a13=['_suggestions','isEnabled','execute','track-changes-discard-suggestion-not-found','getRanges','plugins','editor','_isEnabledBasedOnSelection','model','get'];(function(_0x3118c9,_0x4a1310){const _0x11df52=function(_0x30b32c){while(--_0x30b32c){_0x3118c9['push'](_0x3118c9['shift']());}};_0x11df52(++_0x4a1310);}(_0x4a13,0x132));const _0x11df=function(_0x3118c9,_0x4a1310){_0x3118c9=_0x3118c9-0x0;let _0x11df52=_0x4a13[_0x3118c9];return _0x11df52;};import{Command as _0x215e2e}from'ckeditor5/src/core';import{CKEditorError as _0x5df5ac}from'ckeditor5/src/utils';export default class x extends _0x215e2e{constructor(_0x39fe37,_0x1e6160){super(_0x39fe37),this[_0x11df('0x4')]=_0x1e6160,this['refresh'](),this[_0x11df('0x1')]=!0x1;}['refresh'](){this[_0x11df('0x5')]=!0x0;}[_0x11df('0x6')](_0x2429d8){const _0xb5581a=this[_0x11df('0x4')]['get'](_0x2429d8);if(!_0xb5581a)throw new _0x5df5ac(_0x11df('0x7'),this);const _0xa9584d=_0xb5581a[_0x11df('0x8')]();this[_0x11df('0x0')][_0x11df('0x2')]['canEditAt'](_0xa9584d)&&this[_0x11df('0x0')][_0x11df('0x9')][_0x11df('0x3')]('TrackChangesEditing')['discardSuggestion'](_0xb5581a);}}
@@ -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 _0x1dbe=['from','editor','canEditAt','isEnabled','_suggestions','values','isInContent','refresh','_command','model'];(function(_0x49c5ca,_0x1dbe51){const _0x2a521b=function(_0x1f43e2){while(--_0x1f43e2){_0x49c5ca['push'](_0x49c5ca['shift']());}};_0x2a521b(++_0x1dbe51);}(_0x1dbe,0x19a));const _0x2a52=function(_0x49c5ca,_0x1dbe51){_0x49c5ca=_0x49c5ca-0x0;let _0x2a521b=_0x1dbe[_0x49c5ca];return _0x2a521b;};import{Command as _0x73ef26}from'ckeditor5/src/core';import{sortSuggestions as _0x1e320f,executeCommandForSuggestions as _0x308f58}from'../utils/utils';export default class E extends _0x73ef26{constructor(_0x5ab60e,_0x39dbc2,_0x5ed27c){super(_0x5ab60e),this[_0x2a52('0x8')]=_0x39dbc2,this[_0x2a52('0x4')]=_0x5ed27c,this[_0x2a52('0x7')](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x455c73=Array[_0x2a52('0x0')](this['_suggestions'][_0x2a52('0x5')]())['some'](_0x504d66=>_0x504d66[_0x2a52('0x6')]);this['isEnabled']=this[_0x2a52('0x8')][_0x2a52('0x3')]&&_0x455c73;}['execute'](){const _0x4d4ed6=_0x1e320f(Array[_0x2a52('0x0')](this[_0x2a52('0x4')][_0x2a52('0x5')]()));for(const _0x5214c0 of _0x4d4ed6){const _0x27d02e=_0x5214c0['getRanges']();if(!this[_0x2a52('0x1')]['model'][_0x2a52('0x2')](_0x27d02e))return;}_0x308f58(this[_0x2a52('0x1')][_0x2a52('0x9')],this[_0x2a52('0x8')],_0x4d4ed6);}}
@@ -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 _0x2f14=['_isEnabledBasedOnSelection','_selectedSuggestions','size','editor','model','_command','canEditAt','selection','isEnabled','refresh','from','_suggestions'];(function(_0x3347db,_0x2f145b){const _0x1e62a9=function(_0x387cb3){while(--_0x387cb3){_0x3347db['push'](_0x3347db['shift']());}};_0x1e62a9(++_0x2f145b);}(_0x2f14,0x13b));const _0x1e62=function(_0x3347db,_0x2f145b){_0x3347db=_0x3347db-0x0;let _0x1e62a9=_0x2f14[_0x3347db];return _0x1e62a9;};import{Command as _0x4414c1}from'ckeditor5/src/core';import{sortSuggestions as _0x2bdba7,getSelectedSuggestions as _0x329f6c,executeCommandForSuggestions as _0x260b68}from'../utils/utils';export default class R extends _0x4414c1{constructor(_0x9d4774,_0x526ee4,_0x5210bb){super(_0x9d4774),this[_0x1e62('0x2')]=_0x526ee4,this['_suggestions']=_0x5210bb,this[_0x1e62('0xa')]=new Set(),this[_0x1e62('0x6')](),this[_0x1e62('0x9')]=!0x1;}['refresh'](){const _0x517324=this[_0x1e62('0x0')][_0x1e62('0x1')]['document'][_0x1e62('0x4')],_0x50bb8a=Array['from'](this[_0x1e62('0x8')]['values']());this['_selectedSuggestions']=_0x329f6c(_0x517324,_0x50bb8a),this[_0x1e62('0x5')]=this[_0x1e62('0x2')][_0x1e62('0x5')]&&!!this['_selectedSuggestions'][_0x1e62('0xb')];}['execute'](){const _0x542b76=_0x2bdba7(Array[_0x1e62('0x7')](this[_0x1e62('0xa')]));for(const _0x2aa239 of _0x542b76){const _0x64936a=_0x2aa239['getRanges']();if(!this[_0x1e62('0x0')]['model'][_0x1e62('0x3')](_0x64936a))return;}_0x260b68(this[_0x1e62('0x0')]['model'],this['_command'],_0x542b76);}}
@@ -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 _0x5dfe=['editor','forceDisabled','clearForceDisabled','_enabledCommands','TrackChangesCommand','commands','refresh','affectsData','value','isEnabled','has','_disableUnsupportedCommands','_isEnabledBasedOnSelection'];(function(_0x1eff4e,_0x5dfe9d){const _0x35b46e=function(_0x53c463){while(--_0x53c463){_0x1eff4e['push'](_0x1eff4e['shift']());}};_0x35b46e(++_0x5dfe9d);}(_0x5dfe,0xe6));const _0x35b4=function(_0x1eff4e,_0x5dfe9d){_0x1eff4e=_0x1eff4e-0x0;let _0x35b46e=_0x5dfe[_0x1eff4e];return _0x35b46e;};import{Command as _0x556953}from'ckeditor5/src/core';export default class $ extends _0x556953{constructor(_0x8a8261,_0x17db1d){super(_0x8a8261),this[_0x35b4('0x7')]=_0x17db1d,this[_0x35b4('0xc')]=!0x1,this[_0x35b4('0xa')](),this[_0x35b4('0x3')]=!0x1;}[_0x35b4('0xa')](){this[_0x35b4('0x0')]=!0x0;}['execute'](){this['value']=!this[_0x35b4('0xc')],this[_0x35b4('0xc')]?this[_0x35b4('0x2')]():this['_enableCommands']();}['_disableUnsupportedCommands'](){for(const _0x22a94e of this[_0x35b4('0x4')]['commands'][_0x35b4('0x9')]())_0x22a94e[_0x35b4('0xb')]&&!this[_0x35b4('0x7')][_0x35b4('0x1')](_0x22a94e)&&_0x22a94e[_0x35b4('0x5')](_0x35b4('0x8'));}['_enableCommands'](){for(const _0x414160 of this[_0x35b4('0x4')][_0x35b4('0x9')][_0x35b4('0x9')]())_0x414160['affectsData']&&!this['_enabledCommands'][_0x35b4('0x1')](_0x414160)&&_0x414160[_0x35b4('0x6')](_0x35b4('0x8'));}}
@@ -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 _0x3338=['commands','editor','get','enableCommand','afterInit','showAIAssistant','TrackChangesEditing','plugins'];(function(_0x30ab6b,_0x333889){const _0x2de303=function(_0x6d0951){while(--_0x6d0951){_0x30ab6b['push'](_0x30ab6b['shift']());}};_0x2de303(++_0x333889);}(_0x3338,0x130));const _0x2de3=function(_0x30ab6b,_0x333889){_0x30ab6b=_0x30ab6b-0x0;let _0x2de303=_0x3338[_0x30ab6b];return _0x2de303;};import{Plugin as _0x1c349f}from'ckeditor5/src/core';export default class j extends _0x1c349f{[_0x2de3('0x4')](){const _0xf44eba=this[_0x2de3('0x1')],_0x362bc7=_0xf44eba[_0x2de3('0x7')][_0x2de3('0x2')](_0x2de3('0x6'));_0xf44eba[_0x2de3('0x0')][_0x2de3('0x2')](_0x2de3('0x5'))&&_0x362bc7[_0x2de3('0x3')](_0x2de3('0x5'));}}
@@ -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 _0x1ac4=['center','registerAttributeLabel','has','FORMAT_ALIGN_TO_LEFT','_descriptionFactory','FORMAT_ALIGN_TO_CENTER','get','plugins','type','formatBlock','locale','editor','left','value','TrackChangesEditing','afterInit','FORMAT_ALIGNMENT','alignment','justify','right','*Format:*\x20%0','commandParams','commandName','_registerLegacyDescription'];(function(_0x8098d4,_0x1ac4d4){const _0x2b5d15=function(_0x4860c9){while(--_0x4860c9){_0x8098d4['push'](_0x8098d4['shift']());}};_0x2b5d15(++_0x1ac4d4);}(_0x1ac4,0x85));const _0x2b5d=function(_0x8098d4,_0x1ac4d4){_0x8098d4=_0x8098d4-0x0;let _0x2b5d15=_0x1ac4[_0x8098d4];return _0x2b5d15;};import{Plugin as _0x523e10}from'ckeditor5/src/core';import{getTranslation as _0x59de7e}from'../utils/common-translations';export default class U extends _0x523e10{[_0x2b5d('0x2')](){const _0x2943bc=this['editor'],_0x1481c0=_0x2943bc[_0x2b5d('0x15')];if(!_0x2943bc[_0x2b5d('0x12')][_0x2b5d('0xd')]('AlignmentEditing'))return;const _0x2c2847=_0x2943bc['plugins'][_0x2b5d('0x11')](_0x2b5d('0x1'));_0x2c2847['_enableDefaultAttributesIntegration'](_0x2b5d('0x4'),[],[_0x2b5d('0x4')]),_0x2c2847[_0x2b5d('0xf')][_0x2b5d('0xc')](_0x2b5d('0x4'),_0x59de7e(_0x1481c0,_0x2b5d('0x3'))),this[_0x2b5d('0xa')]();}['_registerLegacyDescription'](){const _0x225d73=this[_0x2b5d('0x16')],_0x25cd2d=_0x225d73[_0x2b5d('0x15')];_0x225d73[_0x2b5d('0x12')]['get'](_0x2b5d('0x1'))['_descriptionFactory']['registerDescriptionCallback'](_0xe7bc52=>{if(_0x2b5d('0x14')!=_0xe7bc52[_0x2b5d('0x13')])return;const {data:_0x3f523b}=_0xe7bc52;if(_0x3f523b&&_0x2b5d('0x4')==_0x3f523b[_0x2b5d('0x9')]){const _0x5f2b1a=_0x3f523b[_0x2b5d('0x8')][0x0][_0x2b5d('0x0')];return{'type':'format','content':_0x59de7e(_0x25cd2d,_0x2b5d('0x7'),function(_0x22e730){switch(_0x22e730){case _0x2b5d('0x17'):return _0x59de7e(_0x25cd2d,_0x2b5d('0xe'));case _0x2b5d('0x6'):return _0x59de7e(_0x25cd2d,'FORMAT_ALIGN_TO_RIGHT');case _0x2b5d('0xb'):return _0x59de7e(_0x25cd2d,_0x2b5d('0x10'));case _0x2b5d('0x5'):return _0x59de7e(_0x25cd2d,'FORMAT_JUSTIFY_TEXT');}}(_0x5f2b1a))};}});}}
@@ -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 _0x41bb=['_enableDefaultAttributesIntegration','FORMAT_STRIKETHROUGH','bold','type','editor','toLowerCase','strikethrough','underline','commandParams','FORMAT_UNDERLINE','_registerLegacyDescription','toUpperCase','locale','afterInit','StrikethroughEditing','_descriptionFactory','slice','commandName','TrackChangesEditing','FORMAT_BOLD','BoldEditing','*Remove\x20format:*\x20%0','plugins','FORMAT_SUBSCRIPT','ItalicEditing','CodeEditing','forceValue','FORMAT_','get','UnderlineEditing','FORMAT_ITALIC','subscript','SubscriptEditing','FORMAT_SUPERSCRIPT','has'];(function(_0xe83573,_0x41bbdc){const _0x3295b8=function(_0x4e12e4){while(--_0x4e12e4){_0xe83573['push'](_0xe83573['shift']());}};_0x3295b8(++_0x41bbdc);}(_0x41bb,0xa0));const _0x3295=function(_0xe83573,_0x41bbdc){_0xe83573=_0xe83573-0x0;let _0x3295b8=_0x41bb[_0xe83573];return _0x3295b8;};import{Plugin as _0x514478}from'ckeditor5/src/core';import{getTranslation as _0x3c77e2}from'../utils/common-translations';const ti=[_0x3295('0x0'),_0x3295('0x4'),_0x3295('0x9'),_0x3295('0x5'),_0x3295('0x1d'),_0x3295('0xc'),'SuperscriptEditing'];export default class O extends _0x514478{[_0x3295('0x1c')](){const _0x45bd8e=this[_0x3295('0x13')],_0xd65030=_0x45bd8e[_0x3295('0x2')][_0x3295('0x8')](_0x3295('0x21')),_0x5ea5f0=_0x45bd8e[_0x3295('0x1b')];for(const _0x1d9f57 of ti){if(!_0x45bd8e[_0x3295('0x2')][_0x3295('0xe')](_0x1d9f57))continue;const _0x5d5a15=_0x1d9f57[_0x3295('0x1f')](0x0,-0x7)[_0x3295('0x14')](),_0x4fe73a=_0x3295('0x7')+_0x5d5a15[_0x3295('0x1a')]();_0xd65030[_0x3295('0xf')](_0x5d5a15,[_0x5d5a15]),_0xd65030['_descriptionFactory']['registerAttributeLabel'](_0x5d5a15,_0x3c77e2(_0x5ea5f0,_0x4fe73a));}this[_0x3295('0x19')]();}['_registerLegacyDescription'](){const _0x67a07e=this[_0x3295('0x13')],_0x178cd0=_0x67a07e[_0x3295('0x1b')],_0x627cdb=_0x67a07e[_0x3295('0x2')][_0x3295('0x8')](_0x3295('0x21'));function _0x1311a8(_0x460694,_0x4c4b2a){_0x627cdb[_0x3295('0x1e')]['registerDescriptionCallback'](_0x5d1c2e=>{if('formatInline'!=_0x5d1c2e[_0x3295('0x12')])return;const {data:_0x2904b1}=_0x5d1c2e;return _0x2904b1&&_0x2904b1[_0x3295('0x20')]===_0x460694?_0x2904b1[_0x3295('0x17')][0x0][_0x3295('0x6')]?{'type':'format','content':_0x3c77e2(_0x178cd0,'*Format:*\x20%0',_0x4c4b2a)}:{'type':'format','content':_0x3c77e2(_0x178cd0,_0x3295('0x1'),_0x4c4b2a)}:void 0x0;});}_0x1311a8(_0x3295('0x11'),_0x3c77e2(_0x178cd0,_0x3295('0x22'))),_0x1311a8('italic',_0x3c77e2(_0x178cd0,_0x3295('0xa'))),_0x1311a8(_0x3295('0x16'),_0x3c77e2(_0x178cd0,_0x3295('0x18'))),_0x1311a8('code',_0x3c77e2(_0x178cd0,'FORMAT_CODE')),_0x1311a8(_0x3295('0x15'),_0x3c77e2(_0x178cd0,_0x3295('0x10'))),_0x1311a8(_0x3295('0xb'),_0x3c77e2(_0x178cd0,_0x3295('0x3'))),_0x1311a8('superscript',_0x3c77e2(_0x178cd0,_0x3295('0xd')));}}
@@ -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 _0x1ce3=['commands','model','markBlockFormat','plugins','_descriptionFactory','has','blockQuote','format','TrackChangesEditing','commandParams','forceValue','locale','document','change','schema','from','afterInit','editor','filter','name','get','checkChild','parent','getSelectedBlocks','enableCommand','commandName','$root'];(function(_0x2feca7,_0x1ce34e){const _0x197d5e=function(_0x5b4c40){while(--_0x5b4c40){_0x2feca7['push'](_0x2feca7['shift']());}};_0x197d5e(++_0x1ce34e);}(_0x1ce3,0x12d));const _0x197d=function(_0x2feca7,_0x1ce34e){_0x2feca7=_0x2feca7-0x0;let _0x197d5e=_0x1ce3[_0x2feca7];return _0x197d5e;};import{Plugin as _0x57044e}from'ckeditor5/src/core';import{getTranslation as _0x440bbe}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x516e35}from'../utils/utils';export default class V extends _0x57044e{[_0x197d('0xc')](){const _0x3f7dc=this[_0x197d('0xd')],_0x52cea7=_0x3f7dc[_0x197d('0x7')];if(!_0x3f7dc[_0x197d('0x1a')][_0x197d('0x1')]('BlockQuoteEditing'))return;const _0x2fbe00=_0x3f7dc['plugins'][_0x197d('0x10')](_0x197d('0x4')),_0x2064f5=this['editor'][_0x197d('0x17')]['get'](_0x197d('0x2'));_0x2fbe00[_0x197d('0x14')](_0x197d('0x2'),(_0x1a8cec,_0x36cbe0={})=>{const _0x47d91f=this[_0x197d('0xd')]['model'][_0x197d('0x8')]['selection'],_0x1fb147=_0x36cbe0&&void 0x0!==_0x36cbe0[_0x197d('0x6')]?_0x36cbe0[_0x197d('0x6')]:!_0x2064f5['value'];let _0x592eab=[];if(_0x1fb147){const _0x193560=Array[_0x197d('0xb')](_0x47d91f[_0x197d('0x13')]())[_0x197d('0xe')](_0x482733=>oo(_0x482733)||function(_0x5c132b,_0x16e823){const _0x41d784=_0x16e823[_0x197d('0x11')](_0x5c132b['parent'],'blockQuote'),_0x4fc8b6=_0x16e823[_0x197d('0x11')]([_0x197d('0x16'),_0x197d('0x2')],_0x5c132b);return _0x41d784&&_0x4fc8b6;}(_0x482733,this['editor']['model'][_0x197d('0xa')]));_0x592eab=_0x516e35(_0x193560,_0x3f7dc[_0x197d('0x18')]);}else{const _0x2dcf06=Array['from'](_0x47d91f['getSelectedBlocks']())[_0x197d('0xe')](_0x24b42a=>oo(_0x24b42a));_0x592eab=_0x516e35(_0x2dcf06,_0x3f7dc['model']);}_0x3f7dc['model'][_0x197d('0x9')](()=>{for(const _0x30a22e of _0x592eab)_0x2fbe00[_0x197d('0x19')](_0x30a22e,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1fb147}]});});}),_0x2fbe00[_0x197d('0x0')]['registerDescriptionCallback'](_0x57e7b9=>{const {data:_0x31d153}=_0x57e7b9;if(_0x31d153&&_0x197d('0x2')==_0x31d153[_0x197d('0x15')]){const _0x28b90d=_0x440bbe(_0x52cea7,'ELEMENT_BLOCK_QUOTE');return _0x31d153[_0x197d('0x5')][0x0]['forceValue']?{'type':_0x197d('0x3'),'content':_0x440bbe(_0x52cea7,'*Set\x20format:*\x20%0',_0x28b90d)}:{'type':_0x197d('0x3'),'content':_0x440bbe(_0x52cea7,'*Remove\x20format:*\x20%0',_0x28b90d)};}});}}function oo(_0x197f8c){return _0x197d('0x2')==_0x197f8c[_0x197d('0x12')][_0x197d('0xf')];}
@@ -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 _0x269e=['editor','commands','ckbox','afterInit','TrackChangesEditing','get'];(function(_0x10b072,_0x269e4d){const _0x23cb59=function(_0x15b449){while(--_0x15b449){_0x10b072['push'](_0x10b072['shift']());}};_0x23cb59(++_0x269e4d);}(_0x269e,0xaa));const _0x23cb=function(_0x10b072,_0x269e4d){_0x10b072=_0x10b072-0x0;let _0x23cb59=_0x269e[_0x10b072];return _0x23cb59;};import{Plugin as _0x46320d}from'ckeditor5/src/core';export default class G extends _0x46320d{[_0x23cb('0x1')](){const _0x4f3fab=this[_0x23cb('0x4')];_0x4f3fab[_0x23cb('0x5')]['get'](_0x23cb('0x0'))&&_0x4f3fab['plugins'][_0x23cb('0x3')](_0x23cb('0x2'))['enableCommand'](_0x23cb('0x0'));}}
@@ -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 _0x49ce=['parent','plugins','forceValue','*Remove\x20format:*\x20%0','codeBlock','CodeBlock','change','rootElement','ELEMENT_CODE_BLOCK','formatBlock','label','language','_descriptionFactory','*Set\x20format:*\x20%0','type','afterInit','locale','toLowerCase','get','markBlockFormat','commandParams','document','value','from','enableCommand','commandName','isLimit','commands','model','registerElementLabel','TrackChangesEditing','selection','registerDescriptionCallback','has','editor','languages','getSelectedBlocks','filter','find','config'];(function(_0x2d3bfb,_0x49ceda){const _0x290682=function(_0x1c7f31){while(--_0x1c7f31){_0x2d3bfb['push'](_0x2d3bfb['shift']());}};_0x290682(++_0x49ceda);}(_0x49ce,0x122));const _0x2906=function(_0x2d3bfb,_0x49ceda){_0x2d3bfb=_0x2d3bfb-0x0;let _0x290682=_0x49ce[_0x2d3bfb];return _0x290682;};import{Plugin as _0x2c3c84}from'ckeditor5/src/core';import{getTranslation as _0x57c441}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x243794}from'../utils/utils';export default class F extends _0x2c3c84{[_0x2906('0x5')](){const _0x27df05=this[_0x2906('0x18')];if(!_0x27df05[_0x2906('0x1f')][_0x2906('0x17')](_0x2906('0x23')))return;const _0x57ac9c=_0x27df05[_0x2906('0x1f')][_0x2906('0x8')](_0x2906('0x14')),_0x18eebb=_0x27df05[_0x2906('0x6')],_0x1c0898=_0x27df05[_0x2906('0x1d')]['get'](_0x2906('0x22'))[_0x2906('0x19')],_0x1db213=_0x27df05[_0x2906('0x11')][_0x2906('0x8')](_0x2906('0x22'));_0x57ac9c[_0x2906('0xe')]('indentCodeBlock'),_0x57ac9c[_0x2906('0xe')]('outdentCodeBlock'),_0x57ac9c[_0x2906('0xe')](_0x2906('0x22'),(_0x1c13a8,_0x3a9d25={})=>{const _0x57ad91=_0x27df05[_0x2906('0x12')],_0x5d2294=_0x27df05[_0x2906('0x12')][_0x2906('0xb')][_0x2906('0x15')],_0x4a18cf=_0x3a9d25&&void 0x0!==_0x3a9d25['forceValue']?_0x3a9d25[_0x2906('0x20')]:!_0x1db213[_0x2906('0xc')];let _0xdaf241;_0x3a9d25[_0x2906('0x1')]||(_0x3a9d25['language']=_0x1c0898[0x0]['language']),_0xdaf241=_0x4a18cf?Array[_0x2906('0xd')](_0x5d2294['getSelectedBlocks']())[_0x2906('0x1b')](_0x9ddc15=>eo(_0x9ddc15)||function(_0x18555c,_0x23808a){if(_0x18555c['is'](_0x2906('0x25'))||_0x23808a[_0x2906('0x10')](_0x18555c))return!0x1;return _0x23808a['checkChild'](_0x18555c[_0x2906('0x1e')],_0x2906('0x22'));}(_0x9ddc15,_0x57ad91['schema'])):Array[_0x2906('0xd')](_0x5d2294[_0x2906('0x1a')]())[_0x2906('0x1b')](_0xa2d91a=>eo(_0xa2d91a));const _0x759823=_0x243794(_0xdaf241,_0x57ad91);_0x57ad91[_0x2906('0x24')](()=>{for(const _0x2165a8 of _0x759823)_0x57ac9c[_0x2906('0x9')](_0x2165a8,{'commandName':'codeBlock','commandParams':[{..._0x3a9d25,'forceValue':_0x4a18cf}],'formatGroupId':'blockName'});});}),(_0x57ac9c[_0x2906('0x2')][_0x2906('0x13')]('codeBlock',_0x36cd32=>_0x57c441(_0x18eebb,_0x2906('0x26'),_0x36cd32)),_0x57ac9c['_descriptionFactory'][_0x2906('0x16')](_0x45c7bc=>{if(_0x2906('0x27')!=_0x45c7bc[_0x2906('0x4')])return;const _0x55f725=_0x18eebb['t'],{data:_0x35b364}=_0x45c7bc;if(!_0x35b364||_0x2906('0x22')!=_0x35b364[_0x2906('0xf')])return;const _0x58e8f7=_0x35b364[_0x2906('0xa')][0x0]['language'],_0x52e0db=_0x55f725(_0x1c0898[_0x2906('0x1c')](_0x4170d0=>_0x4170d0[_0x2906('0x1')]===_0x58e8f7)[_0x2906('0x0')])[_0x2906('0x7')]();return _0x35b364[_0x2906('0xa')][0x0][_0x2906('0x20')]?{'type':'format','content':_0x57c441(_0x18eebb,_0x2906('0x3'),_0x57c441(_0x18eebb,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x52e0db+')')}:{'type':'format','content':_0x57c441(_0x18eebb,_0x2906('0x21'),_0x57c441(_0x18eebb,_0x2906('0x26'),0x1))};}));}}function eo(_0x300072){return _0x2906('0x22')==_0x300072['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 _0x4529=['has','plugins','enableCommand','editor','CommentsEditing'];(function(_0xe979d4,_0x452947){const _0x2d1f88=function(_0x3d9031){while(--_0x3d9031){_0xe979d4['push'](_0xe979d4['shift']());}};_0x2d1f88(++_0x452947);}(_0x4529,0xa1));const _0x2d1f=function(_0xe979d4,_0x452947){_0xe979d4=_0xe979d4-0x0;let _0x2d1f88=_0x4529[_0xe979d4];return _0x2d1f88;};import{Plugin as _0x509ddd}from'ckeditor5/src/core';export default class L extends _0x509ddd{['afterInit'](){const _0x5973e7=this[_0x2d1f('0x2')];if(!_0x5973e7['plugins'][_0x2d1f('0x4')](_0x2d1f('0x3')))return;_0x5973e7[_0x2d1f('0x0')]['get']('TrackChangesEditing')[_0x2d1f('0x1')]('addCommentThread');}}
@@ -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 _0x9f6e=['end','document','setSelection','editing','markerName','lock','fromRange','writer','selection','detach','showSuggestionHighlights','plugins','batch','editor','model','downcastDispatcher','createSelection','delete','commands','removeMarker:suggestion:deletion','enableCommand','options','createRange','deleteForward','modifySelection','forward','rootName','get','unit','TrackChangesEditing','start','addMarker:suggestion:deletion','mapper','high','root','buffer','bind','unbindElementFromMarkerName','getFirstRange','markerNameToElements','unlock','merge'];(function(_0x1cc132,_0x9f6e53){const _0x55b784=function(_0x5e17ec){while(--_0x5e17ec){_0x1cc132['push'](_0x1cc132['shift']());}};_0x55b784(++_0x9f6e53);}(_0x9f6e,0xdc));const _0x55b7=function(_0x1cc132,_0x9f6e53){_0x1cc132=_0x1cc132-0x0;let _0x55b784=_0x9f6e[_0x1cc132];return _0x55b784;};import{Plugin as _0x1a0ffb}from'ckeditor5/src/core';import{LiveRange as _0x47381f}from'ckeditor5/src/engine';import{Delete as _0x3d345b}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x2eaf32}from'./utils';export default class H extends _0x1a0ffb{static get['requires'](){return[_0x3d345b];}['init'](){const _0x1dbfe8=this[_0x55b7('0x3')],_0x477fe5=_0x1dbfe8[_0x55b7('0x1')]['get'](_0x55b7('0x13'));_0x477fe5[_0x55b7('0xa')](_0x55b7('0x7'));const _0x194083=_0x1dbfe8[_0x55b7('0x8')][_0x55b7('0x11')]('deleteForward');_0x477fe5[_0x55b7('0xa')](_0x55b7('0xd'),(_0x36c883,_0x9ef13b={})=>{const _0x525c6c=_0x1dbfe8[_0x55b7('0x4')][_0x55b7('0x6')](_0x1dbfe8[_0x55b7('0x4')][_0x55b7('0x21')][_0x55b7('0x28')]);_0x525c6c['isCollapsed']&&_0x1dbfe8[_0x55b7('0x4')][_0x55b7('0xe')](_0x525c6c,{'direction':_0x55b7('0xf'),'unit':_0x9ef13b[_0x55b7('0x12')]});const _0x5c51d4=_0x525c6c[_0x55b7('0x1c')](),_0x143c27=_0x47381f[_0x55b7('0x26')](_0x5c51d4);let _0x5a53a7;_0x36c883(_0x9ef13b),_0x5a53a7='$graveyard'==_0x143c27[_0x55b7('0x18')][_0x55b7('0x10')]?_0x1dbfe8[_0x55b7('0x4')]['createRange'](_0x5c51d4[_0x55b7('0x14')]):_0x1dbfe8[_0x55b7('0x4')][_0x55b7('0xc')](_0x143c27[_0x55b7('0x14')],_0x143c27[_0x55b7('0x20')]),_0x143c27[_0x55b7('0x29')](),_0x1dbfe8['model']['enqueueChange'](_0x194083['buffer'][_0x55b7('0x2')],_0x401f30=>{_0x194083[_0x55b7('0x19')][_0x55b7('0x25')](),_0x401f30[_0x55b7('0x22')](_0x401f30[_0x55b7('0xc')](_0x5a53a7[_0x55b7('0x20')])),_0x194083['buffer'][_0x55b7('0x1e')]();});}),_0x1dbfe8[_0x55b7('0x23')][_0x55b7('0x5')]['on']('addMarker:suggestion:deletion',_0x2eaf32(_0x1dbfe8,_0x55b7('0x1f')),{'priority':_0x55b7('0x17')}),_0x1dbfe8['data'][_0x55b7('0x5')]['on'](_0x55b7('0x15'),(_0x2fcf00,_0x3d21e7,_0x2920b1)=>{_0x2920b1[_0x55b7('0xb')][_0x55b7('0x0')]&&_0x2eaf32(_0x1dbfe8,_0x55b7('0x1f'),{'showActiveMarker':!0x1})[_0x55b7('0x1a')](this)(_0x2fcf00,_0x3d21e7,_0x2920b1);},{'priority':_0x55b7('0x17')}),_0x1dbfe8[_0x55b7('0x23')][_0x55b7('0x5')]['on'](_0x55b7('0x9'),(_0x2593f6,_0x407f5e,_0x4599bc)=>{const _0x3838d0=_0x4599bc[_0x55b7('0x16')][_0x55b7('0x1d')](_0x407f5e['markerName']);if(_0x3838d0)for(const _0x16a906 of _0x3838d0)_0x16a906['is']('uiElement')&&(_0x4599bc[_0x55b7('0x16')][_0x55b7('0x1b')](_0x16a906,_0x407f5e[_0x55b7('0x24')]),_0x4599bc[_0x55b7('0x27')]['remove'](_0x16a906));},{'priority':_0x55b7('0x17')});}}