@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240404.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 (167) 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/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +4 -0
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -3
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/src/integrations/multilevellist.d.ts +24 -0
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xdebec=_0xcb77;(function(_0x45acba,_0x523644){const _0x3bfb5a=_0xcb77,_0x534d31=_0x45acba();while(!![]){try{const _0x8503f1=-parseInt(_0x3bfb5a(0x16b))/0x1*(parseInt(_0x3bfb5a(0x185))/0x2)+-parseInt(_0x3bfb5a(0x17e))/0x3*(-parseInt(_0x3bfb5a(0x169))/0x4)+parseInt(_0x3bfb5a(0x17a))/0x5+-parseInt(_0x3bfb5a(0x170))/0x6*(-parseInt(_0x3bfb5a(0x162))/0x7)+parseInt(_0x3bfb5a(0x165))/0x8*(parseInt(_0x3bfb5a(0x16e))/0x9)+parseInt(_0x3bfb5a(0x17c))/0xa+-parseInt(_0x3bfb5a(0x187))/0xb;if(_0x8503f1===_0x523644)break;else _0x534d31['push'](_0x534d31['shift']());}catch(_0x2b6064){_0x534d31['push'](_0x534d31['shift']());}}}(_0x3538,0x1aefd));import{Plugin as _0x1d1918}from'ckeditor5/src/core.js';import{getTranslation as _0x174703}from'../utils/common-translations.js';function _0xcb77(_0x51ee13,_0x537051){const _0x353897=_0x3538();return _0xcb77=function(_0xcb77ae,_0x2fa0b6){_0xcb77ae=_0xcb77ae-0x15f;let _0x1584a2=_0x353897[_0xcb77ae];return _0x1584a2;},_0xcb77(_0x51ee13,_0x537051);}export default class V extends _0x1d1918{[_0xdebec(0x161)](){const _0x1808c4=_0xdebec,_0x4ba9c4=this[_0x1808c4(0x183)],_0x4bcfc6=_0x4ba9c4[_0x1808c4(0x16f)];if(!_0x4ba9c4[_0x1808c4(0x178)][_0x1808c4(0x177)](_0x1808c4(0x182)))return;const _0x502afd=_0x4ba9c4[_0x1808c4(0x178)][_0x1808c4(0x163)](_0x1808c4(0x17f));_0x502afd[_0x1808c4(0x184)](_0x1808c4(0x17b),[],[_0x1808c4(0x17b)]),_0x502afd[_0x1808c4(0x173)][_0x1808c4(0x166)](_0x1808c4(0x17b),_0x174703(_0x4bcfc6,_0x1808c4(0x171))),this[_0x1808c4(0x181)]();}[_0xdebec(0x181)](){const _0x58e667=_0xdebec,_0x3c4a2e=this[_0x58e667(0x183)],_0x21468d=_0x3c4a2e[_0x58e667(0x16f)];_0x3c4a2e[_0x58e667(0x178)][_0x58e667(0x163)](_0x58e667(0x17f))[_0x58e667(0x173)][_0x58e667(0x16c)](_0xe38d0c=>{const _0x194e6c=_0x58e667;if(_0x194e6c(0x17d)!=_0xe38d0c[_0x194e6c(0x176)])return;const {data:_0x57b61f}=_0xe38d0c;if(_0x57b61f&&_0x194e6c(0x17b)==_0x57b61f[_0x194e6c(0x175)]){const _0x4deb48=_0x57b61f[_0x194e6c(0x167)][0x0][_0x194e6c(0x168)];return{'type':_0x194e6c(0x16d),'content':_0x174703(_0x21468d,_0x194e6c(0x179),function(_0x3236b9){const _0x1200a3=_0x194e6c;switch(_0x3236b9){case _0x1200a3(0x174):return _0x174703(_0x21468d,_0x1200a3(0x186));case _0x1200a3(0x16a):return _0x174703(_0x21468d,_0x1200a3(0x15f));case _0x1200a3(0x180):return _0x174703(_0x21468d,_0x1200a3(0x164));case _0x1200a3(0x172):return _0x174703(_0x21468d,_0x1200a3(0x160));}}(_0x4deb48))};}});}}function _0x3538(){const _0x4e5d20=['get','FORMAT_ALIGN_TO_CENTER','1056wCFwdA','registerAttributeLabel','commandParams','value','1796RkyzWe','right','19NqqadF','registerDescriptionCallback','format','8577OBwBnD','locale','150OmxumG','FORMAT_ALIGNMENT','justify','_descriptionFactory','left','commandName','type','has','plugins','*Format:*\x20%0','637155aPSxVl','alignment','1733240nKTNxg','formatBlock','69inJHrb','TrackChangesEditing','center','_registerLegacyDescription','AlignmentEditing','editor','_enableDefaultAttributesIntegration','22812hRIrog','FORMAT_ALIGN_TO_LEFT','1240866RGLZYV','FORMAT_ALIGN_TO_RIGHT','FORMAT_JUSTIFY_TEXT','afterInit','833NkUrsS'];_0x3538=function(){return _0x4e5d20;};return _0x3538();}
23
+ function _0x5a5a(_0x273d97,_0x2a4995){const _0x28d43c=_0x28d4();return _0x5a5a=function(_0x5a5a24,_0x35aa18){_0x5a5a24=_0x5a5a24-0x15e;let _0x3677c7=_0x28d43c[_0x5a5a24];return _0x3677c7;},_0x5a5a(_0x273d97,_0x2a4995);}const _0x155691=_0x5a5a;function _0x28d4(){const _0x62e84f=['formatBlock','_registerLegacyDescription','editor','type','left','registerDescriptionCallback','right','FORMAT_ALIGNMENT','*Format:*\x20%0','commandName','justify','AlignmentEditing','locale','FORMAT_ALIGN_TO_CENTER','FORMAT_ALIGN_TO_RIGHT','center','18UFGJTc','1790568nPtYUX','value','4233055jTatjL','_descriptionFactory','has','registerAttributeLabel','799742MVWmzU','6XQMlTV','format','commandParams','afterInit','5235706JYIKkT','6plVMiT','FORMAT_ALIGN_TO_LEFT','TrackChangesEditing','plugins','_enableDefaultAttributesIntegration','56480nFGCHe','12804400TglRjA','FORMAT_JUSTIFY_TEXT','get','alignment','3749424goqlrK'];_0x28d4=function(){return _0x62e84f;};return _0x28d4();}(function(_0x20af35,_0x5e4387){const _0x3e5d01=_0x5a5a,_0x467f0c=_0x20af35();while(!![]){try{const _0x3f07a1=-parseInt(_0x3e5d01(0x175))/0x1+parseInt(_0x3e5d01(0x16a))/0x2*(parseInt(_0x3e5d01(0x16b))/0x3)+parseInt(_0x3e5d01(0x17a))/0x4+parseInt(_0x3e5d01(0x166))/0x5+parseInt(_0x3e5d01(0x170))/0x6*(parseInt(_0x3e5d01(0x16f))/0x7)+-parseInt(_0x3e5d01(0x164))/0x8+parseInt(_0x3e5d01(0x163))/0x9*(-parseInt(_0x3e5d01(0x176))/0xa);if(_0x3f07a1===_0x5e4387)break;else _0x467f0c['push'](_0x467f0c['shift']());}catch(_0x22e45b){_0x467f0c['push'](_0x467f0c['shift']());}}}(_0x28d4,0x77bf6));import{Plugin as _0x39563b}from'ckeditor5/src/core.js';import{getTranslation as _0x590957}from'../utils/common-translations.js';export default class V extends _0x39563b{[_0x155691(0x16e)](){const _0x31387b=_0x155691,_0x205626=this[_0x31387b(0x17d)],_0x3425f9=_0x205626[_0x31387b(0x15f)];if(!_0x205626[_0x31387b(0x173)][_0x31387b(0x168)](_0x31387b(0x15e)))return;const _0x1f8adf=_0x205626[_0x31387b(0x173)][_0x31387b(0x178)](_0x31387b(0x172));_0x1f8adf[_0x31387b(0x174)](_0x31387b(0x179),[],[_0x31387b(0x179)]),_0x1f8adf[_0x31387b(0x167)][_0x31387b(0x169)](_0x31387b(0x179),_0x590957(_0x3425f9,_0x31387b(0x182))),this[_0x31387b(0x17c)]();}[_0x155691(0x17c)](){const _0x197ccb=_0x155691,_0x2211e9=this[_0x197ccb(0x17d)],_0x227b41=_0x2211e9[_0x197ccb(0x15f)];_0x2211e9[_0x197ccb(0x173)][_0x197ccb(0x178)](_0x197ccb(0x172))[_0x197ccb(0x167)][_0x197ccb(0x180)](_0x29481b=>{const _0x4d1760=_0x197ccb;if(_0x4d1760(0x17b)!=_0x29481b[_0x4d1760(0x17e)])return;const {data:_0x15dce0}=_0x29481b;if(_0x15dce0&&_0x4d1760(0x179)==_0x15dce0[_0x4d1760(0x184)]){const _0x360ffa=_0x15dce0[_0x4d1760(0x16d)][0x0][_0x4d1760(0x165)];return{'type':_0x4d1760(0x16c),'content':_0x590957(_0x227b41,_0x4d1760(0x183),function(_0x1fe6ee){const _0x30fe6c=_0x4d1760;switch(_0x1fe6ee){case _0x30fe6c(0x17f):return _0x590957(_0x227b41,_0x30fe6c(0x171));case _0x30fe6c(0x181):return _0x590957(_0x227b41,_0x30fe6c(0x161));case _0x30fe6c(0x162):return _0x590957(_0x227b41,_0x30fe6c(0x160));case _0x30fe6c(0x185):return _0x590957(_0x227b41,_0x30fe6c(0x177));}}(_0x360ffa))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4b97(_0x268b3e,_0x400aa9){const _0xd44490=_0xd444();return _0x4b97=function(_0x4b9790,_0xfb3a){_0x4b9790=_0x4b9790-0x181;let _0x3cff90=_0xd44490[_0x4b9790];return _0x3cff90;},_0x4b97(_0x268b3e,_0x400aa9);}const _0x4bb976=_0x4b97;(function(_0xed31e1,_0xe5d96c){const _0x1230d4=_0x4b97,_0x13a9fd=_0xed31e1();while(!![]){try{const _0x393298=parseInt(_0x1230d4(0x1a7))/0x1+-parseInt(_0x1230d4(0x1a6))/0x2*(-parseInt(_0x1230d4(0x1a1))/0x3)+parseInt(_0x1230d4(0x18c))/0x4*(parseInt(_0x1230d4(0x1b3))/0x5)+parseInt(_0x1230d4(0x19f))/0x6+parseInt(_0x1230d4(0x197))/0x7*(-parseInt(_0x1230d4(0x194))/0x8)+parseInt(_0x1230d4(0x19a))/0x9*(-parseInt(_0x1230d4(0x18e))/0xa)+-parseInt(_0x1230d4(0x1aa))/0xb*(parseInt(_0x1230d4(0x198))/0xc);if(_0x393298===_0xe5d96c)break;else _0x13a9fd['push'](_0x13a9fd['shift']());}catch(_0x2c09b2){_0x13a9fd['push'](_0x13a9fd['shift']());}}}(_0xd444,0x1d594));import{Plugin as _0x25169f}from'ckeditor5/src/core.js';function _0xd444(){const _0x18dad8=['ItalicEditing','subscript','underline','has','formatInline','registerDescriptionCallback','CodeEditing','toUpperCase','BoldEditing','492ZzvmTY','bold','20wMKuhg','commandName','plugins','locale','StrikethroughEditing','get','632AladQU','forceValue','italic','6657cItjUa','9420WxqKos','FORMAT_ITALIC','864027tBjNKA','TrackChangesEditing','UnderlineEditing','afterInit','registerAttributeLabel','1022376TpWbmr','SubscriptEditing','128355SCbgxV','superscript','FORMAT_BOLD','slice','_enableDefaultAttributesIntegration','2vIKvii','116075ywJonk','SuperscriptEditing','FORMAT_STRIKETHROUGH','2266jdJHYm','format','strikethrough','_registerLegacyDescription','FORMAT_SUPERSCRIPT','type','FORMAT_','editor','FORMAT_CODE','8935eaRGRZ','code','_descriptionFactory','*Format:*\x20%0','FORMAT_UNDERLINE','*Remove\x20format:*\x20%0','toLowerCase','commandParams','FORMAT_SUBSCRIPT'];_0xd444=function(){return _0x18dad8;};return _0xd444();}import{getTranslation as _0xd2e6f9}from'../utils/common-translations.js';const ti=[_0x4bb976(0x18b),_0x4bb976(0x183),_0x4bb976(0x19c),_0x4bb976(0x189),_0x4bb976(0x192),_0x4bb976(0x1a0),_0x4bb976(0x1a8)];export default class U extends _0x25169f{[_0x4bb976(0x19d)](){const _0x3b7381=_0x4bb976,_0x5edfc7=this[_0x3b7381(0x1b1)],_0x43f011=_0x5edfc7[_0x3b7381(0x190)][_0x3b7381(0x193)](_0x3b7381(0x19b)),_0x3e0604=_0x5edfc7[_0x3b7381(0x191)];for(const _0x309210 of ti){if(!_0x5edfc7[_0x3b7381(0x190)][_0x3b7381(0x186)](_0x309210))continue;const _0x5d7628=_0x309210[_0x3b7381(0x1a4)](0x0,-0x7)[_0x3b7381(0x1b9)](),_0x21d5e3=_0x3b7381(0x1b0)+_0x5d7628[_0x3b7381(0x18a)]();_0x43f011[_0x3b7381(0x1a5)](_0x5d7628,[_0x5d7628]),_0x43f011[_0x3b7381(0x1b5)][_0x3b7381(0x19e)](_0x5d7628,_0xd2e6f9(_0x3e0604,_0x21d5e3));}this[_0x3b7381(0x1ad)]();}[_0x4bb976(0x1ad)](){const _0x324561=_0x4bb976,_0x55c411=this[_0x324561(0x1b1)],_0xc0948e=_0x55c411[_0x324561(0x191)],_0x117bfd=_0x55c411[_0x324561(0x190)][_0x324561(0x193)](_0x324561(0x19b));function _0x3fc63c(_0x55b22f,_0x492517){const _0x14822d=_0x324561;_0x117bfd[_0x14822d(0x1b5)][_0x14822d(0x188)](_0x362157=>{const _0x1032ca=_0x14822d;if(_0x1032ca(0x187)!=_0x362157[_0x1032ca(0x1af)])return;const {data:_0x188684}=_0x362157;return _0x188684&&_0x188684[_0x1032ca(0x18f)]===_0x55b22f?_0x188684[_0x1032ca(0x181)][0x0][_0x1032ca(0x195)]?{'type':_0x1032ca(0x1ab),'content':_0xd2e6f9(_0xc0948e,_0x1032ca(0x1b6),_0x492517)}:{'type':_0x1032ca(0x1ab),'content':_0xd2e6f9(_0xc0948e,_0x1032ca(0x1b8),_0x492517)}:void 0x0;});}_0x3fc63c(_0x324561(0x18d),_0xd2e6f9(_0xc0948e,_0x324561(0x1a3))),_0x3fc63c(_0x324561(0x196),_0xd2e6f9(_0xc0948e,_0x324561(0x199))),_0x3fc63c(_0x324561(0x185),_0xd2e6f9(_0xc0948e,_0x324561(0x1b7))),_0x3fc63c(_0x324561(0x1b4),_0xd2e6f9(_0xc0948e,_0x324561(0x1b2))),_0x3fc63c(_0x324561(0x1ac),_0xd2e6f9(_0xc0948e,_0x324561(0x1a9))),_0x3fc63c(_0x324561(0x184),_0xd2e6f9(_0xc0948e,_0x324561(0x182))),_0x3fc63c(_0x324561(0x1a2),_0xd2e6f9(_0xc0948e,_0x324561(0x1ae)));}}
23
+ const _0x6b930b=_0x4c51;(function(_0x46460a,_0x31f5e0){const _0x22250e=_0x4c51,_0x1e4d5b=_0x46460a();while(!![]){try{const _0x55e22d=parseInt(_0x22250e(0x211))/0x1+parseInt(_0x22250e(0x219))/0x2*(parseInt(_0x22250e(0x223))/0x3)+parseInt(_0x22250e(0x1ee))/0x4*(-parseInt(_0x22250e(0x21d))/0x5)+parseInt(_0x22250e(0x21f))/0x6+-parseInt(_0x22250e(0x1f9))/0x7*(parseInt(_0x22250e(0x1f2))/0x8)+-parseInt(_0x22250e(0x1f6))/0x9*(-parseInt(_0x22250e(0x1f4))/0xa)+-parseInt(_0x22250e(0x1fa))/0xb;if(_0x55e22d===_0x31f5e0)break;else _0x1e4d5b['push'](_0x1e4d5b['shift']());}catch(_0xc5cbec){_0x1e4d5b['push'](_0x1e4d5b['shift']());}}}(_0x2811,0x1ed5f));import{Plugin as _0x5bf92b}from'ckeditor5/src/core.js';import{getTranslation as _0x3d4976}from'../utils/common-translations.js';function _0x2811(){const _0x3e33d1=['superscript','registerAttributeLabel','has','FORMAT_BOLD','toLowerCase','220872ZOVCuW','locale','slice','StrikethroughEditing','SuperscriptEditing','underline','CodeEditing','forceValue','4gTBsCD','_registerLegacyDescription','type','italic','613810jKbWgx','strikethrough','1071126pmJNmW','UnderlineEditing','FORMAT_UNDERLINE','FORMAT_CODE','313992IyXcaK','*Remove\x20format:*\x20%0','commandParams','4RwsIXg','subscript','_descriptionFactory','afterInit','40NMwXkC','toUpperCase','3790EpokKc','formatInline','1017WwdalS','format','get','280427tOFWkz','2223958jqctmP','FORMAT_SUPERSCRIPT','editor','BoldEditing','plugins','_enableDefaultAttributesIntegration','code','FORMAT_','*Format:*\x20%0','FORMAT_ITALIC','TrackChangesEditing','registerDescriptionCallback','commandName','SubscriptEditing','FORMAT_STRIKETHROUGH','FORMAT_SUBSCRIPT','bold','ItalicEditing'];_0x2811=function(){return _0x3e33d1;};return _0x2811();}function _0x4c51(_0xc10747,_0x2d4fe3){const _0x2811cd=_0x2811();return _0x4c51=function(_0x4c5196,_0x54da82){_0x4c5196=_0x4c5196-0x1ed;let _0x2cbe1c=_0x2811cd[_0x4c5196];return _0x2cbe1c;},_0x4c51(_0xc10747,_0x2d4fe3);}const ti=[_0x6b930b(0x1fd),_0x6b930b(0x20b),_0x6b930b(0x220),_0x6b930b(0x217),_0x6b930b(0x214),_0x6b930b(0x207),_0x6b930b(0x215)];export default class U extends _0x5bf92b{[_0x6b930b(0x1f1)](){const _0x5d1d6c=_0x6b930b,_0x4348f2=this[_0x5d1d6c(0x1fc)],_0x5115f9=_0x4348f2[_0x5d1d6c(0x1fe)][_0x5d1d6c(0x1f8)](_0x5d1d6c(0x204)),_0x373cb2=_0x4348f2[_0x5d1d6c(0x212)];for(const _0x20f318 of ti){if(!_0x4348f2[_0x5d1d6c(0x1fe)][_0x5d1d6c(0x20e)](_0x20f318))continue;const _0x3584ad=_0x20f318[_0x5d1d6c(0x213)](0x0,-0x7)[_0x5d1d6c(0x210)](),_0x2e105a=_0x5d1d6c(0x201)+_0x3584ad[_0x5d1d6c(0x1f3)]();_0x5115f9[_0x5d1d6c(0x1ff)](_0x3584ad,[_0x3584ad]),_0x5115f9[_0x5d1d6c(0x1f0)][_0x5d1d6c(0x20d)](_0x3584ad,_0x3d4976(_0x373cb2,_0x2e105a));}this[_0x5d1d6c(0x21a)]();}[_0x6b930b(0x21a)](){const _0x136aac=_0x6b930b,_0x430762=this[_0x136aac(0x1fc)],_0x51e901=_0x430762[_0x136aac(0x212)],_0x133f06=_0x430762[_0x136aac(0x1fe)][_0x136aac(0x1f8)](_0x136aac(0x204));function _0x4556db(_0x27e2c0,_0x14b7f7){const _0x349d74=_0x136aac;_0x133f06[_0x349d74(0x1f0)][_0x349d74(0x205)](_0x17a18d=>{const _0x1d677e=_0x349d74;if(_0x1d677e(0x1f5)!=_0x17a18d[_0x1d677e(0x21b)])return;const {data:_0x3522a7}=_0x17a18d;return _0x3522a7&&_0x3522a7[_0x1d677e(0x206)]===_0x27e2c0?_0x3522a7[_0x1d677e(0x1ed)][0x0][_0x1d677e(0x218)]?{'type':_0x1d677e(0x1f7),'content':_0x3d4976(_0x51e901,_0x1d677e(0x202),_0x14b7f7)}:{'type':_0x1d677e(0x1f7),'content':_0x3d4976(_0x51e901,_0x1d677e(0x224),_0x14b7f7)}:void 0x0;});}_0x4556db(_0x136aac(0x20a),_0x3d4976(_0x51e901,_0x136aac(0x20f))),_0x4556db(_0x136aac(0x21c),_0x3d4976(_0x51e901,_0x136aac(0x203))),_0x4556db(_0x136aac(0x216),_0x3d4976(_0x51e901,_0x136aac(0x221))),_0x4556db(_0x136aac(0x200),_0x3d4976(_0x51e901,_0x136aac(0x222))),_0x4556db(_0x136aac(0x21e),_0x3d4976(_0x51e901,_0x136aac(0x208))),_0x4556db(_0x136aac(0x1ef),_0x3d4976(_0x51e901,_0x136aac(0x209))),_0x4556db(_0x136aac(0x20c),_0x3d4976(_0x51e901,_0x136aac(0x1fb)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x67ab50=_0x4d64;(function(_0x4b4092,_0x172a9e){const _0x19bdcc=_0x4d64,_0x44cbe4=_0x4b4092();while(!![]){try{const _0x17e69f=-parseInt(_0x19bdcc(0x120))/0x1*(-parseInt(_0x19bdcc(0x115))/0x2)+-parseInt(_0x19bdcc(0x111))/0x3*(-parseInt(_0x19bdcc(0x127))/0x4)+-parseInt(_0x19bdcc(0x11e))/0x5*(-parseInt(_0x19bdcc(0x10d))/0x6)+parseInt(_0x19bdcc(0x122))/0x7+-parseInt(_0x19bdcc(0x123))/0x8+-parseInt(_0x19bdcc(0x113))/0x9*(parseInt(_0x19bdcc(0x11a))/0xa)+-parseInt(_0x19bdcc(0x11b))/0xb*(-parseInt(_0x19bdcc(0x110))/0xc);if(_0x17e69f===_0x172a9e)break;else _0x44cbe4['push'](_0x44cbe4['shift']());}catch(_0x4bb5bd){_0x44cbe4['push'](_0x44cbe4['shift']());}}}(_0x4d58,0x849a7));function _0x4d64(_0x45e85c,_0x22e481){const _0x4d58f7=_0x4d58();return _0x4d64=function(_0x4d6487,_0x471a61){_0x4d6487=_0x4d6487-0xfe;let _0x694646=_0x4d58f7[_0x4d6487];return _0x694646;},_0x4d64(_0x45e85c,_0x22e481);}import{Plugin as _0x626ea5}from'ckeditor5/src/core.js';function _0x4d58(){const _0x4595c7=['9236LnkOQS','get','1365616RNYIhr','2769616ahRnIo','name','document','registerDescriptionCallback','45544cTohkI','*Set\x20format:*\x20%0','plugins','afterInit','filter','from','format','*Remove\x20format:*\x20%0','commands','checkChild','editor','$root','model','ELEMENT_BLOCK_QUOTE','value','markBlockFormat','schema','_descriptionFactory','getSelectedBlocks','selection','2339322ytHpiQ','commandName','BlockQuoteEditing','22764exGhfe','45oRkDsg','enableCommand','279ibRlML','TrackChangesEditing','82IIsKwd','blockQuote','forceValue','parent','locale','235430FPkgQJ','550AoiRJi','has','commandParams','10mARHeu','change'];_0x4d58=function(){return _0x4595c7;};return _0x4d58();}import{getTranslation as _0x1d6ee8}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1a5d2f}from'../utils/utils.js';export default class O extends _0x626ea5{[_0x67ab50(0x12a)](){const _0x4173e3=_0x67ab50,_0xa7cd6c=this[_0x4173e3(0x103)],_0x150905=_0xa7cd6c[_0x4173e3(0x119)];if(!_0xa7cd6c[_0x4173e3(0x129)][_0x4173e3(0x11c)](_0x4173e3(0x10f)))return;const _0x34755d=_0xa7cd6c[_0x4173e3(0x129)][_0x4173e3(0x121)](_0x4173e3(0x114)),_0x5d3bf0=this[_0x4173e3(0x103)][_0x4173e3(0x101)][_0x4173e3(0x121)](_0x4173e3(0x116));_0x34755d[_0x4173e3(0x112)](_0x4173e3(0x116),(_0x4400b7,_0x1c6ed1={})=>{const _0x2102ad=_0x4173e3,_0x1732da=this[_0x2102ad(0x103)][_0x2102ad(0x105)][_0x2102ad(0x125)][_0x2102ad(0x10c)],_0x320cf6=_0x1c6ed1&&void 0x0!==_0x1c6ed1[_0x2102ad(0x117)]?_0x1c6ed1[_0x2102ad(0x117)]:!_0x5d3bf0[_0x2102ad(0x107)];let _0x2ff4df=[];if(_0x320cf6){const _0x1aeba5=Array[_0x2102ad(0xfe)](_0x1732da[_0x2102ad(0x10b)]())[_0x2102ad(0x12b)](_0x4fa11f=>oo(_0x4fa11f)||function(_0x3fe649,_0x357c3d){const _0x43fe0d=_0x2102ad,_0x46ca77=_0x357c3d[_0x43fe0d(0x102)](_0x3fe649[_0x43fe0d(0x118)],_0x43fe0d(0x116)),_0x4d21fe=_0x357c3d[_0x43fe0d(0x102)]([_0x43fe0d(0x104),_0x43fe0d(0x116)],_0x3fe649);return _0x46ca77&&_0x4d21fe;}(_0x4fa11f,this[_0x2102ad(0x103)][_0x2102ad(0x105)][_0x2102ad(0x109)]));_0x2ff4df=_0x1a5d2f(_0x1aeba5,_0xa7cd6c[_0x2102ad(0x105)]);}else{const _0x10032d=Array[_0x2102ad(0xfe)](_0x1732da[_0x2102ad(0x10b)]())[_0x2102ad(0x12b)](_0x2a978e=>oo(_0x2a978e));_0x2ff4df=_0x1a5d2f(_0x10032d,_0xa7cd6c[_0x2102ad(0x105)]);}_0xa7cd6c[_0x2102ad(0x105)][_0x2102ad(0x11f)](()=>{const _0x4e1e06=_0x2102ad;for(const _0x509ff4 of _0x2ff4df)_0x34755d[_0x4e1e06(0x108)](_0x509ff4,{'commandName':_0x4e1e06(0x116),'commandParams':[{'forceValue':_0x320cf6}]});});}),_0x34755d[_0x4173e3(0x10a)][_0x4173e3(0x126)](_0x296c71=>{const _0x582400=_0x4173e3,{data:_0x4b8a92}=_0x296c71;if(_0x4b8a92&&_0x582400(0x116)==_0x4b8a92[_0x582400(0x10e)]){const _0x360acb=_0x1d6ee8(_0x150905,_0x582400(0x106));return _0x4b8a92[_0x582400(0x11d)][0x0][_0x582400(0x117)]?{'type':_0x582400(0xff),'content':_0x1d6ee8(_0x150905,_0x582400(0x128),_0x360acb)}:{'type':_0x582400(0xff),'content':_0x1d6ee8(_0x150905,_0x582400(0x100),_0x360acb)};}});}}function oo(_0x439d75){const _0x47af09=_0x67ab50;return _0x47af09(0x116)==_0x439d75[_0x47af09(0x118)][_0x47af09(0x124)];}
23
+ const _0x2720fa=_0x5d4f;function _0x2b94(){const _0x54544=['model','selection','registerDescriptionCallback','from','checkChild','TrackChangesEditing','14676LnNNSq','get','name','plugins','$root','forceValue','enableCommand','18854TjONhq','schema','4890BVxqlj','commandName','*Remove\x20format:*\x20%0','value','getSelectedBlocks','6707115LCjMAN','change','commandParams','1344826oxCqIG','801133kfNLlY','afterInit','editor','markBlockFormat','has','document','format','8WoyrAl','2808632pteHqD','_descriptionFactory','ELEMENT_BLOCK_QUOTE','parent','filter','commands','41721notYRx','215kCMhpA','*Set\x20format:*\x20%0','54yqtpIu','BlockQuoteEditing','locale','blockQuote'];_0x2b94=function(){return _0x54544;};return _0x2b94();}(function(_0xa2a7b7,_0x4f3e78){const _0x4596d2=_0x5d4f,_0x2de981=_0xa2a7b7();while(!![]){try{const _0x4d2954=parseInt(_0x4596d2(0xf8))/0x1+-parseInt(_0x4596d2(0xdc))/0x2*(-parseInt(_0x4596d2(0xd9))/0x3)+-parseInt(_0x4596d2(0x100))/0x4+parseInt(_0x4596d2(0xda))/0x5*(-parseInt(_0x4596d2(0xe6))/0x6)+parseInt(_0x4596d2(0xf7))/0x7+-parseInt(_0x4596d2(0xff))/0x8*(-parseInt(_0x4596d2(0xf4))/0x9)+-parseInt(_0x4596d2(0xef))/0xa*(parseInt(_0x4596d2(0xed))/0xb);if(_0x4d2954===_0x4f3e78)break;else _0x2de981['push'](_0x2de981['shift']());}catch(_0x5364d6){_0x2de981['push'](_0x2de981['shift']());}}}(_0x2b94,0x7260d));import{Plugin as _0x2a0845}from'ckeditor5/src/core.js';import{getTranslation as _0x5dc0bc}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1df582}from'../utils/utils.js';export default class O extends _0x2a0845{[_0x2720fa(0xf9)](){const _0x225b54=_0x2720fa,_0x150605=this[_0x225b54(0xfa)],_0x21b246=_0x150605[_0x225b54(0xde)];if(!_0x150605[_0x225b54(0xe9)][_0x225b54(0xfc)](_0x225b54(0xdd)))return;const _0x1591a2=_0x150605[_0x225b54(0xe9)][_0x225b54(0xe7)](_0x225b54(0xe5)),_0x13efd0=this[_0x225b54(0xfa)][_0x225b54(0xd8)][_0x225b54(0xe7)](_0x225b54(0xdf));_0x1591a2[_0x225b54(0xec)](_0x225b54(0xdf),(_0x3f1b3b,_0x3eb6c2={})=>{const _0x3859d0=_0x225b54,_0x115008=this[_0x3859d0(0xfa)][_0x3859d0(0xe0)][_0x3859d0(0xfd)][_0x3859d0(0xe1)],_0x53e52d=_0x3eb6c2&&void 0x0!==_0x3eb6c2[_0x3859d0(0xeb)]?_0x3eb6c2[_0x3859d0(0xeb)]:!_0x13efd0[_0x3859d0(0xf2)];let _0x2fc2ce=[];if(_0x53e52d){const _0x216d53=Array[_0x3859d0(0xe3)](_0x115008[_0x3859d0(0xf3)]())[_0x3859d0(0xd7)](_0x5691ca=>oo(_0x5691ca)||function(_0x142722,_0x62576f){const _0x449722=_0x3859d0,_0x47146e=_0x62576f[_0x449722(0xe4)](_0x142722[_0x449722(0x103)],_0x449722(0xdf)),_0x3b81e=_0x62576f[_0x449722(0xe4)]([_0x449722(0xea),_0x449722(0xdf)],_0x142722);return _0x47146e&&_0x3b81e;}(_0x5691ca,this[_0x3859d0(0xfa)][_0x3859d0(0xe0)][_0x3859d0(0xee)]));_0x2fc2ce=_0x1df582(_0x216d53,_0x150605[_0x3859d0(0xe0)]);}else{const _0x2de59f=Array[_0x3859d0(0xe3)](_0x115008[_0x3859d0(0xf3)]())[_0x3859d0(0xd7)](_0x4303cb=>oo(_0x4303cb));_0x2fc2ce=_0x1df582(_0x2de59f,_0x150605[_0x3859d0(0xe0)]);}_0x150605[_0x3859d0(0xe0)][_0x3859d0(0xf5)](()=>{const _0xb333f=_0x3859d0;for(const _0x281abf of _0x2fc2ce)_0x1591a2[_0xb333f(0xfb)](_0x281abf,{'commandName':_0xb333f(0xdf),'commandParams':[{'forceValue':_0x53e52d}]});});}),_0x1591a2[_0x225b54(0x101)][_0x225b54(0xe2)](_0x43226b=>{const _0xaf3f62=_0x225b54,{data:_0x1bb7e0}=_0x43226b;if(_0x1bb7e0&&_0xaf3f62(0xdf)==_0x1bb7e0[_0xaf3f62(0xf0)]){const _0x219b3c=_0x5dc0bc(_0x21b246,_0xaf3f62(0x102));return _0x1bb7e0[_0xaf3f62(0xf6)][0x0][_0xaf3f62(0xeb)]?{'type':_0xaf3f62(0xfe),'content':_0x5dc0bc(_0x21b246,_0xaf3f62(0xdb),_0x219b3c)}:{'type':_0xaf3f62(0xfe),'content':_0x5dc0bc(_0x21b246,_0xaf3f62(0xf1),_0x219b3c)};}});}}function _0x5d4f(_0x4fbea9,_0x1eadcd){const _0x2b9436=_0x2b94();return _0x5d4f=function(_0x5d4f2d,_0x698fa6){_0x5d4f2d=_0x5d4f2d-0xd7;let _0x29bbdb=_0x2b9436[_0x5d4f2d];return _0x29bbdb;},_0x5d4f(_0x4fbea9,_0x1eadcd);}function oo(_0x2c11b5){const _0x131056=_0x2720fa;return _0x131056(0xdf)==_0x2c11b5[_0x131056(0x103)][_0x131056(0xe8)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3931(){const _0x3b6c27=['plugins','707TxLVDu','has','34698MkVqZw','2469432NbzZLw','changeCaseUpper','558csvgJF','8560tZjTOX','TrackChangesEditing','5JJzqkU','532275AFXqFk','afterInit','changeCaseLower','editor','CaseChange','6583088XHvkFd','17859325QAEfga','enableCommand','53518EtGzFN','changeCaseTitle','11BKMQhj','get'];_0x3931=function(){return _0x3b6c27;};return _0x3931();}const _0xc4bb6c=_0x1348;function _0x1348(_0x40e4c4,_0x12127a){const _0x3931b1=_0x3931();return _0x1348=function(_0x134830,_0x158c2a){_0x134830=_0x134830-0x1bc;let _0x44ff0a=_0x3931b1[_0x134830];return _0x44ff0a;},_0x1348(_0x40e4c4,_0x12127a);}(function(_0x3fb4e5,_0x8ff9cf){const _0x4f7179=_0x1348,_0x5c5069=_0x3fb4e5();while(!![]){try{const _0x2b8b59=-parseInt(_0x4f7179(0x1cf))/0x1*(-parseInt(_0x4f7179(0x1cd))/0x2)+-parseInt(_0x4f7179(0x1c5))/0x3+parseInt(_0x4f7179(0x1bf))/0x4*(parseInt(_0x4f7179(0x1c4))/0x5)+parseInt(_0x4f7179(0x1be))/0x6*(parseInt(_0x4f7179(0x1bc))/0x7)+parseInt(_0x4f7179(0x1ca))/0x8+parseInt(_0x4f7179(0x1c1))/0x9*(parseInt(_0x4f7179(0x1c2))/0xa)+-parseInt(_0x4f7179(0x1cb))/0xb;if(_0x2b8b59===_0x8ff9cf)break;else _0x5c5069['push'](_0x5c5069['shift']());}catch(_0x38a8c4){_0x5c5069['push'](_0x5c5069['shift']());}}}(_0x3931,0x8b57c));import{Plugin as _0x4c14a4}from'ckeditor5/src/core.js';export default class G extends _0x4c14a4{[_0xc4bb6c(0x1c6)](){const _0x4cdf02=_0xc4bb6c,_0x544ebe=this[_0x4cdf02(0x1c8)];_0x544ebe[_0x4cdf02(0x1d1)][_0x4cdf02(0x1bd)](_0x4cdf02(0x1c9))&&(_0x544ebe[_0x4cdf02(0x1d1)][_0x4cdf02(0x1d0)](_0x4cdf02(0x1c3))[_0x4cdf02(0x1cc)](_0x4cdf02(0x1c0)),_0x544ebe[_0x4cdf02(0x1d1)][_0x4cdf02(0x1d0)](_0x4cdf02(0x1c3))[_0x4cdf02(0x1cc)](_0x4cdf02(0x1c7)),_0x544ebe[_0x4cdf02(0x1d1)][_0x4cdf02(0x1d0)](_0x4cdf02(0x1c3))[_0x4cdf02(0x1cc)](_0x4cdf02(0x1ce)));}}
23
+ const _0x24eda5=_0x5e42;function _0x5e42(_0x44ff4e,_0x587eb7){const _0x12b515=_0x12b5();return _0x5e42=function(_0x5e4290,_0x5f1ac9){_0x5e4290=_0x5e4290-0x1d5;let _0x4d899b=_0x12b515[_0x5e4290];return _0x4d899b;},_0x5e42(_0x44ff4e,_0x587eb7);}(function(_0x28ba0f,_0x17710d){const _0x896a6c=_0x5e42,_0x593b47=_0x28ba0f();while(!![]){try{const _0x57eaf1=parseInt(_0x896a6c(0x1df))/0x1+-parseInt(_0x896a6c(0x1da))/0x2+parseInt(_0x896a6c(0x1de))/0x3+-parseInt(_0x896a6c(0x1d7))/0x4+-parseInt(_0x896a6c(0x1d5))/0x5+parseInt(_0x896a6c(0x1e6))/0x6+parseInt(_0x896a6c(0x1e0))/0x7;if(_0x57eaf1===_0x17710d)break;else _0x593b47['push'](_0x593b47['shift']());}catch(_0x4e3a24){_0x593b47['push'](_0x593b47['shift']());}}}(_0x12b5,0x8b5bb));import{Plugin as _0x4b2942}from'ckeditor5/src/core.js';export default class G extends _0x4b2942{[_0x24eda5(0x1dc)](){const _0x5b3537=_0x24eda5,_0x55be86=this[_0x5b3537(0x1e2)];_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1d6)](_0x5b3537(0x1e3))&&(_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1d8)),_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1e4)),_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1db)));}}function _0x12b5(){const _0x44581c=['TrackChangesEditing','5091564MRcDCC','71870PybFYW','has','3581024bxfXVJ','changeCaseUpper','plugins','29184EALUdL','changeCaseTitle','afterInit','get','301608jfJhDf','47079sazovu','3491768CwFZPl','enableCommand','editor','CaseChange','changeCaseLower'];_0x12b5=function(){return _0x44581c;};return _0x12b5();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3150(){const _0x1afee1=['7283448yojbUh','3081570dEToDS','91kIPuLe','1229845mELReE','8EzpEvB','1903004lqnMsu','TrackChangesEditing','editor','plugins','enableCommand','get','209268LiYOQl','ckbox','2rfHRRN','afterInit','commands','3239859lrtREA','1527210xvMHsP'];_0x3150=function(){return _0x1afee1;};return _0x3150();}const _0x32f517=_0x22d6;(function(_0x58e549,_0x55565b){const _0x2f3d18=_0x22d6,_0xbb493c=_0x58e549();while(!![]){try{const _0x54643d=-parseInt(_0x2f3d18(0x194))/0x1+parseInt(_0x2f3d18(0x18c))/0x2*(parseInt(_0x2f3d18(0x18f))/0x3)+parseInt(_0x2f3d18(0x196))/0x4+parseInt(_0x2f3d18(0x190))/0x5+parseInt(_0x2f3d18(0x19c))/0x6*(-parseInt(_0x2f3d18(0x193))/0x7)+parseInt(_0x2f3d18(0x195))/0x8*(parseInt(_0x2f3d18(0x191))/0x9)+-parseInt(_0x2f3d18(0x192))/0xa;if(_0x54643d===_0x55565b)break;else _0xbb493c['push'](_0xbb493c['shift']());}catch(_0x10e862){_0xbb493c['push'](_0xbb493c['shift']());}}}(_0x3150,0xa5c5a));import{Plugin as _0x23cc40}from'ckeditor5/src/core.js';function _0x22d6(_0x37d3c9,_0x56c0c2){const _0x3150b1=_0x3150();return _0x22d6=function(_0x22d6d7,_0x451aa9){_0x22d6d7=_0x22d6d7-0x18b;let _0x3209ec=_0x3150b1[_0x22d6d7];return _0x3209ec;},_0x22d6(_0x37d3c9,_0x56c0c2);}export default class F extends _0x23cc40{[_0x32f517(0x18d)](){const _0x2d8369=_0x32f517,_0x41519b=this[_0x2d8369(0x198)];_0x41519b[_0x2d8369(0x18e)][_0x2d8369(0x19b)](_0x2d8369(0x18b))&&_0x41519b[_0x2d8369(0x199)][_0x2d8369(0x19b)](_0x2d8369(0x197))[_0x2d8369(0x19a)](_0x2d8369(0x18b));}}
23
+ const _0x18f735=_0x223f;(function(_0x204e3a,_0x36d4dd){const _0x3cf0f4=_0x223f,_0x339f76=_0x204e3a();while(!![]){try{const _0x31831e=-parseInt(_0x3cf0f4(0x1e1))/0x1*(-parseInt(_0x3cf0f4(0x1e2))/0x2)+parseInt(_0x3cf0f4(0x1da))/0x3+-parseInt(_0x3cf0f4(0x1d7))/0x4+parseInt(_0x3cf0f4(0x1d6))/0x5*(parseInt(_0x3cf0f4(0x1df))/0x6)+-parseInt(_0x3cf0f4(0x1d5))/0x7*(parseInt(_0x3cf0f4(0x1d2))/0x8)+-parseInt(_0x3cf0f4(0x1d8))/0x9+-parseInt(_0x3cf0f4(0x1e3))/0xa*(-parseInt(_0x3cf0f4(0x1e4))/0xb);if(_0x31831e===_0x36d4dd)break;else _0x339f76['push'](_0x339f76['shift']());}catch(_0x569d2e){_0x339f76['push'](_0x339f76['shift']());}}}(_0x288f,0xb9b29));function _0x288f(){const _0x3c6d2b=['20FEtuol','10jHsqNF','15886739CTmYrj','32gpcTiU','enableCommand','commands','556157zMZEGM','155puxEgw','3717688evXkyh','7085664fRFkIu','ckbox','1387389gEslIL','get','editor','plugins','afterInit','126102hCXeJI','TrackChangesEditing','23690DFraFP'];_0x288f=function(){return _0x3c6d2b;};return _0x288f();}function _0x223f(_0x286354,_0x47016d){const _0x288fa0=_0x288f();return _0x223f=function(_0x223f43,_0x1eb445){_0x223f43=_0x223f43-0x1d2;let _0x2ac0c7=_0x288fa0[_0x223f43];return _0x2ac0c7;},_0x223f(_0x286354,_0x47016d);}import{Plugin as _0x15f634}from'ckeditor5/src/core.js';export default class F extends _0x15f634{[_0x18f735(0x1de)](){const _0x49010c=_0x18f735,_0x50c19f=this[_0x49010c(0x1dc)];_0x50c19f[_0x49010c(0x1d4)][_0x49010c(0x1db)](_0x49010c(0x1d9))&&_0x50c19f[_0x49010c(0x1dd)][_0x49010c(0x1db)](_0x49010c(0x1e0))[_0x49010c(0x1d3)](_0x49010c(0x1d9));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a3dcd=_0x2705;(function(_0x5785f5,_0x2167ed){const _0x4cbb57=_0x2705,_0x3a561a=_0x5785f5();while(!![]){try{const _0x37c621=-parseInt(_0x4cbb57(0x146))/0x1+parseInt(_0x4cbb57(0x14b))/0x2+parseInt(_0x4cbb57(0x14c))/0x3*(-parseInt(_0x4cbb57(0x13a))/0x4)+-parseInt(_0x4cbb57(0x13d))/0x5*(parseInt(_0x4cbb57(0x13c))/0x6)+-parseInt(_0x4cbb57(0x136))/0x7*(-parseInt(_0x4cbb57(0x142))/0x8)+-parseInt(_0x4cbb57(0x131))/0x9*(parseInt(_0x4cbb57(0x125))/0xa)+parseInt(_0x4cbb57(0x11b))/0xb;if(_0x37c621===_0x2167ed)break;else _0x3a561a['push'](_0x3a561a['shift']());}catch(_0x1548cf){_0x3a561a['push'](_0x3a561a['shift']());}}}(_0x3bd9,0xa4c76));function _0x3bd9(){const _0x24242a=['enableCommand','_descriptionFactory','TrackChangesEditing','commandParams','5525762CLjTHG','from','forceValue','languages','model','editor','locale','isLimit','filter','type','10AUWmiP','find','parent','CodeBlock','rootElement','registerDescriptionCallback','formatBlock','commandName','value','*Remove\x20format:*\x20%0','label','*Set\x20format:*\x20%0','765819vnbhMH','config','checkChild','markBlockFormat','change','91049ONNQFX','language','schema','plugins','3372848iDLxTN','blockName','18366wtJUKj','45jqyQXn','toLowerCase','ELEMENT_CODE_BLOCK','document','getSelectedBlocks','664GMdItI','commands','format','get','1103811TLIbic','codeBlock','name','outdentCodeBlock','indentCodeBlock','2305348kwApSW','3iIxbNm','afterInit','registerElementLabel','has','selection'];_0x3bd9=function(){return _0x24242a;};return _0x3bd9();}import{Plugin as _0x444c6a}from'ckeditor5/src/core.js';import{getTranslation as _0x5e1b25}from'../utils/common-translations.js';function _0x2705(_0x17f6f7,_0x2bec2a){const _0x3bd919=_0x3bd9();return _0x2705=function(_0x270507,_0x44aa20){_0x270507=_0x270507-0x113;let _0x167fd7=_0x3bd919[_0x270507];return _0x167fd7;},_0x2705(_0x17f6f7,_0x2bec2a);}import{getRangesOfBlockGroups as _0x14c49a}from'../utils/utils.js';export default class L extends _0x444c6a{[_0x2a3dcd(0x113)](){const _0x4200b=_0x2a3dcd,_0x1d1408=this[_0x4200b(0x120)];if(!_0x1d1408[_0x4200b(0x139)][_0x4200b(0x115)](_0x4200b(0x128)))return;const _0x5efa56=_0x1d1408[_0x4200b(0x139)][_0x4200b(0x145)](_0x4200b(0x119)),_0x584c24=_0x1d1408[_0x4200b(0x121)],_0x3096f7=_0x1d1408[_0x4200b(0x132)][_0x4200b(0x145)](_0x4200b(0x147))[_0x4200b(0x11e)],_0x1d34c3=_0x1d1408[_0x4200b(0x143)][_0x4200b(0x145)](_0x4200b(0x147));_0x5efa56[_0x4200b(0x117)](_0x4200b(0x14a)),_0x5efa56[_0x4200b(0x117)](_0x4200b(0x149)),_0x5efa56[_0x4200b(0x117)](_0x4200b(0x147),(_0x4fb566,_0x189118={})=>{const _0x51bd5c=_0x4200b,_0x1973bf=_0x1d1408[_0x51bd5c(0x11f)],_0x116f01=_0x1d1408[_0x51bd5c(0x11f)][_0x51bd5c(0x140)][_0x51bd5c(0x116)],_0x44128a=_0x189118&&void 0x0!==_0x189118[_0x51bd5c(0x11d)]?_0x189118[_0x51bd5c(0x11d)]:!_0x1d34c3[_0x51bd5c(0x12d)];let _0x4fd4b3;_0x189118[_0x51bd5c(0x137)]||(_0x189118[_0x51bd5c(0x137)]=_0x3096f7[0x0][_0x51bd5c(0x137)]),_0x4fd4b3=_0x44128a?Array[_0x51bd5c(0x11c)](_0x116f01[_0x51bd5c(0x141)]())[_0x51bd5c(0x123)](_0x586c63=>eo(_0x586c63)||function(_0x43afea,_0x195d7c){const _0x26d56c=_0x51bd5c;if(_0x43afea['is'](_0x26d56c(0x129))||_0x195d7c[_0x26d56c(0x122)](_0x43afea))return!0x1;return _0x195d7c[_0x26d56c(0x133)](_0x43afea[_0x26d56c(0x127)],_0x26d56c(0x147));}(_0x586c63,_0x1973bf[_0x51bd5c(0x138)])):Array[_0x51bd5c(0x11c)](_0x116f01[_0x51bd5c(0x141)]())[_0x51bd5c(0x123)](_0x3f73a3=>eo(_0x3f73a3));const _0x3679fe=_0x14c49a(_0x4fd4b3,_0x1973bf);_0x1973bf[_0x51bd5c(0x135)](()=>{const _0x1fc68e=_0x51bd5c;for(const _0x48cdb6 of _0x3679fe)_0x5efa56[_0x1fc68e(0x134)](_0x48cdb6,{'commandName':_0x1fc68e(0x147),'commandParams':[{..._0x189118,'forceValue':_0x44128a}],'formatGroupId':_0x1fc68e(0x13b)});});}),(_0x5efa56[_0x4200b(0x118)][_0x4200b(0x114)](_0x4200b(0x147),_0x4979f8=>_0x5e1b25(_0x584c24,_0x4200b(0x13f),_0x4979f8)),_0x5efa56[_0x4200b(0x118)][_0x4200b(0x12a)](_0x3e5141=>{const _0x51592d=_0x4200b;if(_0x51592d(0x12b)!=_0x3e5141[_0x51592d(0x124)])return;const _0x376454=_0x584c24['t'],{data:_0x51eea4}=_0x3e5141;if(!_0x51eea4||_0x51592d(0x147)!=_0x51eea4[_0x51592d(0x12c)])return;const _0x1f5de9=_0x51eea4[_0x51592d(0x11a)][0x0][_0x51592d(0x137)],_0x28bf9d=_0x376454(_0x3096f7[_0x51592d(0x126)](_0x38991d=>_0x38991d[_0x51592d(0x137)]===_0x1f5de9)[_0x51592d(0x12f)])[_0x51592d(0x13e)]();return _0x51eea4[_0x51592d(0x11a)][0x0][_0x51592d(0x11d)]?{'type':_0x51592d(0x144),'content':_0x5e1b25(_0x584c24,_0x51592d(0x130),_0x5e1b25(_0x584c24,_0x51592d(0x13f),0x1)+'\x20('+_0x28bf9d+')')}:{'type':_0x51592d(0x144),'content':_0x5e1b25(_0x584c24,_0x51592d(0x12e),_0x5e1b25(_0x584c24,_0x51592d(0x13f),0x1))};}));}}function eo(_0x15440e){const _0x378e46=_0x2a3dcd;return _0x378e46(0x147)==_0x15440e[_0x378e46(0x148)];}
23
+ const _0x44532d=_0x5801;(function(_0x51b008,_0x2241d5){const _0x35eaac=_0x5801,_0x191a56=_0x51b008();while(!![]){try{const _0x562d71=-parseInt(_0x35eaac(0x1f4))/0x1*(-parseInt(_0x35eaac(0x1e7))/0x2)+-parseInt(_0x35eaac(0x1e4))/0x3*(parseInt(_0x35eaac(0x1ed))/0x4)+parseInt(_0x35eaac(0x1f9))/0x5+-parseInt(_0x35eaac(0x1fc))/0x6+parseInt(_0x35eaac(0x1fa))/0x7+-parseInt(_0x35eaac(0x1d6))/0x8+parseInt(_0x35eaac(0x1ea))/0x9;if(_0x562d71===_0x2241d5)break;else _0x191a56['push'](_0x191a56['shift']());}catch(_0x147962){_0x191a56['push'](_0x191a56['shift']());}}}(_0x33af,0x892d6));import{Plugin as _0x1f76cf}from'ckeditor5/src/core.js';function _0x33af(){const _0x45811c=['codeBlock','format','isLimit','452056ryOStE','checkChild','indentCodeBlock','change','parent','CodeBlock','document','filter','from','find','commandName','formatBlock','outdentCodeBlock','markBlockFormat','71859sjPKLS','forceValue','model','410444ydvwqT','language','getSelectedBlocks','2583081gTGeNv','*Set\x20format:*\x20%0','name','180mguXlj','ELEMENT_CODE_BLOCK','plugins','registerElementLabel','afterInit','has','selection','5JlaNMn','value','blockName','languages','get','4283900iUdjdd','958377otdjst','_descriptionFactory','3663240EHtIAH','toLowerCase','editor','rootElement','enableCommand','schema','type','locale','commands','commandParams','*Remove\x20format:*\x20%0','config','label','registerDescriptionCallback','TrackChangesEditing'];_0x33af=function(){return _0x45811c;};return _0x33af();}import{getTranslation as _0x3eeca2}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x5c5e6c}from'../utils/utils.js';function _0x5801(_0x28d743,_0x4f450e){const _0x33afb1=_0x33af();return _0x5801=function(_0x580118,_0x31f7e5){_0x580118=_0x580118-0x1cc;let _0x395cfc=_0x33afb1[_0x580118];return _0x395cfc;},_0x5801(_0x28d743,_0x4f450e);}export default class L extends _0x1f76cf{[_0x44532d(0x1f1)](){const _0x47c4e1=_0x44532d,_0x69de53=this[_0x47c4e1(0x1fe)];if(!_0x69de53[_0x47c4e1(0x1ef)][_0x47c4e1(0x1f2)](_0x47c4e1(0x1db)))return;const _0x43e25e=_0x69de53[_0x47c4e1(0x1ef)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d2)),_0x2fab76=_0x69de53[_0x47c4e1(0x203)],_0x426f33=_0x69de53[_0x47c4e1(0x1cf)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d3))[_0x47c4e1(0x1f7)],_0x46cca8=_0x69de53[_0x47c4e1(0x1cc)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d3));_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1d8)),_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1e2)),_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1d3),(_0x453431,_0x3bc256={})=>{const _0x57637d=_0x47c4e1,_0x2329be=_0x69de53[_0x57637d(0x1e6)],_0x17cc48=_0x69de53[_0x57637d(0x1e6)][_0x57637d(0x1dc)][_0x57637d(0x1f3)],_0x1e69b6=_0x3bc256&&void 0x0!==_0x3bc256[_0x57637d(0x1e5)]?_0x3bc256[_0x57637d(0x1e5)]:!_0x46cca8[_0x57637d(0x1f5)];let _0x47b5d6;_0x3bc256[_0x57637d(0x1e8)]||(_0x3bc256[_0x57637d(0x1e8)]=_0x426f33[0x0][_0x57637d(0x1e8)]),_0x47b5d6=_0x1e69b6?Array[_0x57637d(0x1de)](_0x17cc48[_0x57637d(0x1e9)]())[_0x57637d(0x1dd)](_0x2b0b05=>eo(_0x2b0b05)||function(_0x260997,_0x2aa13b){const _0x56ae52=_0x57637d;if(_0x260997['is'](_0x56ae52(0x1ff))||_0x2aa13b[_0x56ae52(0x1d5)](_0x260997))return!0x1;return _0x2aa13b[_0x56ae52(0x1d7)](_0x260997[_0x56ae52(0x1da)],_0x56ae52(0x1d3));}(_0x2b0b05,_0x2329be[_0x57637d(0x201)])):Array[_0x57637d(0x1de)](_0x17cc48[_0x57637d(0x1e9)]())[_0x57637d(0x1dd)](_0x53f2ee=>eo(_0x53f2ee));const _0x15ac75=_0x5c5e6c(_0x47b5d6,_0x2329be);_0x2329be[_0x57637d(0x1d9)](()=>{const _0x3dbd3c=_0x57637d;for(const _0x40c8bf of _0x15ac75)_0x43e25e[_0x3dbd3c(0x1e3)](_0x40c8bf,{'commandName':_0x3dbd3c(0x1d3),'commandParams':[{..._0x3bc256,'forceValue':_0x1e69b6}],'formatGroupId':_0x3dbd3c(0x1f6)});});}),(_0x43e25e[_0x47c4e1(0x1fb)][_0x47c4e1(0x1f0)](_0x47c4e1(0x1d3),_0xd10fcf=>_0x3eeca2(_0x2fab76,_0x47c4e1(0x1ee),_0xd10fcf)),_0x43e25e[_0x47c4e1(0x1fb)][_0x47c4e1(0x1d1)](_0x79e576=>{const _0x5dfe32=_0x47c4e1;if(_0x5dfe32(0x1e1)!=_0x79e576[_0x5dfe32(0x202)])return;const _0x6fd8a6=_0x2fab76['t'],{data:_0x975f03}=_0x79e576;if(!_0x975f03||_0x5dfe32(0x1d3)!=_0x975f03[_0x5dfe32(0x1e0)])return;const _0x54fec5=_0x975f03[_0x5dfe32(0x1cd)][0x0][_0x5dfe32(0x1e8)],_0x196108=_0x6fd8a6(_0x426f33[_0x5dfe32(0x1df)](_0x1ffe2e=>_0x1ffe2e[_0x5dfe32(0x1e8)]===_0x54fec5)[_0x5dfe32(0x1d0)])[_0x5dfe32(0x1fd)]();return _0x975f03[_0x5dfe32(0x1cd)][0x0][_0x5dfe32(0x1e5)]?{'type':_0x5dfe32(0x1d4),'content':_0x3eeca2(_0x2fab76,_0x5dfe32(0x1eb),_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ee),0x1)+'\x20('+_0x196108+')')}:{'type':_0x5dfe32(0x1d4),'content':_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ce),_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ee),0x1))};}));}}function eo(_0x5cc444){const _0x302e26=_0x44532d;return _0x302e26(0x1d3)==_0x5cc444[_0x302e26(0x1ec)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x17d80e=_0x4ade;function _0x1662(){const _0x96a82d=['TrackChangesEditing','4XVrjWy','editor','CommentsEditing','7764720nuXyOk','528ygRrpy','24692706UMVzQp','plugins','has','687316jRWRPx','1032516khUAOQ','347275nQRkje','66689FxUHWV','enableCommand','get','addCommentThread','afterInit','10hQIsIs','1739676pXaLan'];_0x1662=function(){return _0x96a82d;};return _0x1662();}function _0x4ade(_0x3c8715,_0x341a9a){const _0x166229=_0x1662();return _0x4ade=function(_0x4aded5,_0x19b5a8){_0x4aded5=_0x4aded5-0x131;let _0xbe964b=_0x166229[_0x4aded5];return _0xbe964b;},_0x4ade(_0x3c8715,_0x341a9a);}(function(_0x30031f,_0x476922){const _0x45070f=_0x4ade,_0x4fb364=_0x30031f();while(!![]){try{const _0x361404=parseInt(_0x45070f(0x135))/0x1+parseInt(_0x45070f(0x140))/0x2*(-parseInt(_0x45070f(0x13e))/0x3)+parseInt(_0x45070f(0x136))/0x4+-parseInt(_0x45070f(0x137))/0x5+parseInt(_0x45070f(0x131))/0x6*(-parseInt(_0x45070f(0x138))/0x7)+-parseInt(_0x45070f(0x143))/0x8+-parseInt(_0x45070f(0x132))/0x9*(-parseInt(_0x45070f(0x13d))/0xa);if(_0x361404===_0x476922)break;else _0x4fb364['push'](_0x4fb364['shift']());}catch(_0x1d4eb0){_0x4fb364['push'](_0x4fb364['shift']());}}}(_0x1662,0x9ee7a));import{Plugin as _0xc671d6}from'ckeditor5/src/core.js';export default class H extends _0xc671d6{[_0x17d80e(0x13c)](){const _0x488088=_0x17d80e,_0x46cf15=this[_0x488088(0x141)];if(!_0x46cf15[_0x488088(0x133)][_0x488088(0x134)](_0x488088(0x142)))return;_0x46cf15[_0x488088(0x133)][_0x488088(0x13a)](_0x488088(0x13f))[_0x488088(0x139)](_0x488088(0x13b));}}
23
+ const _0x31cac4=_0x4c92;function _0x4c92(_0x558960,_0x4966e0){const _0x1b178f=_0x1b17();return _0x4c92=function(_0x4c92b4,_0x281d35){_0x4c92b4=_0x4c92b4-0x124;let _0x50a197=_0x1b178f[_0x4c92b4];return _0x50a197;},_0x4c92(_0x558960,_0x4966e0);}(function(_0x1f5047,_0x3dd0a5){const _0x16e880=_0x4c92,_0x3e0bdd=_0x1f5047();while(!![]){try{const _0x13ab16=parseInt(_0x16e880(0x126))/0x1*(-parseInt(_0x16e880(0x130))/0x2)+-parseInt(_0x16e880(0x137))/0x3+-parseInt(_0x16e880(0x136))/0x4*(parseInt(_0x16e880(0x12f))/0x5)+parseInt(_0x16e880(0x12b))/0x6*(-parseInt(_0x16e880(0x127))/0x7)+parseInt(_0x16e880(0x12c))/0x8*(-parseInt(_0x16e880(0x135))/0x9)+parseInt(_0x16e880(0x128))/0xa+parseInt(_0x16e880(0x132))/0xb*(parseInt(_0x16e880(0x129))/0xc);if(_0x13ab16===_0x3dd0a5)break;else _0x3e0bdd['push'](_0x3e0bdd['shift']());}catch(_0x5b6f90){_0x3e0bdd['push'](_0x3e0bdd['shift']());}}}(_0x1b17,0x247db));import{Plugin as _0x41f11f}from'ckeditor5/src/core.js';function _0x1b17(){const _0x56f826=['34350IRtoTD','addCommentThread','enableCommand','editor','63rdOxnh','199339SMaMuj','274450onmgYX','10466628cHxtac','has','30WRYclv','30152NSJVYB','afterInit','CommentsEditing','2030FOQlId','4502UyjRhg','get','11dnMdqS','TrackChangesEditing','plugins','495NiUlKD','2436YKpnTG'];_0x1b17=function(){return _0x56f826;};return _0x1b17();}export default class H extends _0x41f11f{[_0x31cac4(0x12d)](){const _0x3e21ca=_0x31cac4,_0x16e42d=this[_0x3e21ca(0x125)];if(!_0x16e42d[_0x3e21ca(0x134)][_0x3e21ca(0x12a)](_0x3e21ca(0x12e)))return;_0x16e42d[_0x3e21ca(0x134)][_0x3e21ca(0x131)](_0x3e21ca(0x133))[_0x3e21ca(0x124)](_0x3e21ca(0x138));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x290b38=_0x57c9;function _0x57c9(_0x4e965b,_0x23671b){const _0x4748c5=_0x4748();return _0x57c9=function(_0x57c9f9,_0x5e7796){_0x57c9f9=_0x57c9f9-0x11e;let _0x55a38c=_0x4748c5[_0x57c9f9];return _0x55a38c;},_0x57c9(_0x4e965b,_0x23671b);}function _0x4748(){const _0x163147=['end','options','showSuggestionHighlights','lock','model','TrackChangesEditing','detach','commands','mapper','unlock','selection','root','buffer','markerNameToElements','merge','plugins','761373AOfPsO','markerName','rootName','get','enqueueChange','data','$graveyard','batch','fromRange','12QsXjse','requires','10403767AxJdPa','3BKvihd','editor','getFirstRange','createSelection','enableCommand','unbindElementFromMarkerName','document','init','10dgOhJN','16525860GgUCux','high','27ZvVdtW','setSelection','delete','unit','editing','downcastDispatcher','4101848zRCUOS','createRange','bind','modifySelection','1804362BZUkpY','7579015HvwZHd','deleteForward','writer','357422UjYBLL','uiElement','start','removeMarker:suggestion:deletion','4bksYXB','isCollapsed','remove','addMarker:suggestion:deletion','forward'];_0x4748=function(){return _0x163147;};return _0x4748();}(function(_0x15481a,_0x23204d){const _0x2682bf=_0x57c9,_0x27bc1d=_0x15481a();while(!![]){try{const _0x73b85f=parseInt(_0x2682bf(0x136))/0x1+-parseInt(_0x2682bf(0x15b))/0x2*(parseInt(_0x2682bf(0x142))/0x3)+parseInt(_0x2682bf(0x121))/0x4*(parseInt(_0x2682bf(0x158))/0x5)+-parseInt(_0x2682bf(0x13f))/0x6*(parseInt(_0x2682bf(0x157))/0x7)+-parseInt(_0x2682bf(0x153))/0x8*(-parseInt(_0x2682bf(0x14d))/0x9)+-parseInt(_0x2682bf(0x14a))/0xa*(parseInt(_0x2682bf(0x141))/0xb)+-parseInt(_0x2682bf(0x14b))/0xc;if(_0x73b85f===_0x23204d)break;else _0x27bc1d['push'](_0x27bc1d['shift']());}catch(_0x47787e){_0x27bc1d['push'](_0x27bc1d['shift']());}}}(_0x4748,0xc2dde));import{Plugin as _0x35656a}from'ckeditor5/src/core.js';import{LiveRange as _0x5254aa}from'ckeditor5/src/engine.js';import{Delete as _0x203953}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x14dc6a}from'./utils.js';export default class q extends _0x35656a{static get[_0x290b38(0x140)](){return[_0x203953];}[_0x290b38(0x149)](){const _0x528002=_0x290b38,_0x3e0b9e=this[_0x528002(0x143)],_0x44b32a=_0x3e0b9e[_0x528002(0x135)][_0x528002(0x139)](_0x528002(0x12b));_0x44b32a[_0x528002(0x146)](_0x528002(0x14f));const _0x5e6668=_0x3e0b9e[_0x528002(0x12d)][_0x528002(0x139)](_0x528002(0x159));_0x44b32a[_0x528002(0x146)](_0x528002(0x159),(_0x4dba21,_0x383952={})=>{const _0x3ce41c=_0x528002,_0x43bc00=_0x3e0b9e[_0x3ce41c(0x12a)][_0x3ce41c(0x145)](_0x3e0b9e[_0x3ce41c(0x12a)][_0x3ce41c(0x148)][_0x3ce41c(0x130)]);_0x43bc00[_0x3ce41c(0x122)]&&_0x3e0b9e[_0x3ce41c(0x12a)][_0x3ce41c(0x156)](_0x43bc00,{'direction':_0x3ce41c(0x125),'unit':_0x383952[_0x3ce41c(0x150)]});const _0x52fbb7=_0x43bc00[_0x3ce41c(0x144)](),_0x3a2990=_0x5254aa[_0x3ce41c(0x13e)](_0x52fbb7);let _0x51b1c0;_0x4dba21(_0x383952),_0x51b1c0=_0x3ce41c(0x13c)==_0x3a2990[_0x3ce41c(0x131)][_0x3ce41c(0x138)]?_0x3e0b9e[_0x3ce41c(0x12a)][_0x3ce41c(0x154)](_0x52fbb7[_0x3ce41c(0x11f)]):_0x3e0b9e[_0x3ce41c(0x12a)][_0x3ce41c(0x154)](_0x3a2990[_0x3ce41c(0x11f)],_0x3a2990[_0x3ce41c(0x126)]),_0x3a2990[_0x3ce41c(0x12c)](),_0x3e0b9e[_0x3ce41c(0x12a)][_0x3ce41c(0x13a)](_0x5e6668[_0x3ce41c(0x132)][_0x3ce41c(0x13d)],_0x33f4c=>{const _0x23f226=_0x3ce41c;_0x5e6668[_0x23f226(0x132)][_0x23f226(0x129)](),_0x33f4c[_0x23f226(0x14e)](_0x33f4c[_0x23f226(0x154)](_0x51b1c0[_0x23f226(0x126)])),_0x5e6668[_0x23f226(0x132)][_0x23f226(0x12f)]();});}),_0x3e0b9e[_0x528002(0x151)][_0x528002(0x152)]['on'](_0x528002(0x124),_0x14dc6a(_0x3e0b9e,_0x528002(0x134)),{'priority':_0x528002(0x14c)}),_0x3e0b9e[_0x528002(0x13b)][_0x528002(0x152)]['on'](_0x528002(0x124),(_0x4a13e0,_0x416f60,_0x5531f8)=>{const _0xe3297a=_0x528002;_0x5531f8[_0xe3297a(0x127)][_0xe3297a(0x128)]&&_0x14dc6a(_0x3e0b9e,_0xe3297a(0x134),{'showActiveMarker':!0x1})[_0xe3297a(0x155)](this)(_0x4a13e0,_0x416f60,_0x5531f8);},{'priority':_0x528002(0x14c)}),_0x3e0b9e[_0x528002(0x151)][_0x528002(0x152)]['on'](_0x528002(0x120),(_0x35479f,_0x58016d,_0x5e30ca)=>{const _0x2adf7c=_0x528002,_0x365fb8=_0x5e30ca[_0x2adf7c(0x12e)][_0x2adf7c(0x133)](_0x58016d[_0x2adf7c(0x137)]);if(_0x365fb8){for(const _0x105a3c of _0x365fb8)_0x105a3c['is'](_0x2adf7c(0x11e))&&(_0x5e30ca[_0x2adf7c(0x12e)][_0x2adf7c(0x147)](_0x105a3c,_0x58016d[_0x2adf7c(0x137)]),_0x5e30ca[_0x2adf7c(0x15a)][_0x2adf7c(0x123)](_0x105a3c));}},{'priority':_0x528002(0x14c)});}}
23
+ const _0x9978f9=_0x280e;(function(_0x1e3646,_0x1e6f85){const _0x2e4ef1=_0x280e,_0xae4a41=_0x1e3646();while(!![]){try{const _0x30ac12=-parseInt(_0x2e4ef1(0x1f9))/0x1*(-parseInt(_0x2e4ef1(0x1ec))/0x2)+-parseInt(_0x2e4ef1(0x1ed))/0x3+parseInt(_0x2e4ef1(0x1f3))/0x4+-parseInt(_0x2e4ef1(0x222))/0x5+-parseInt(_0x2e4ef1(0x205))/0x6*(-parseInt(_0x2e4ef1(0x1fa))/0x7)+parseInt(_0x2e4ef1(0x1f7))/0x8*(parseInt(_0x2e4ef1(0x224))/0x9)+-parseInt(_0x2e4ef1(0x20b))/0xa;if(_0x30ac12===_0x1e6f85)break;else _0xae4a41['push'](_0xae4a41['shift']());}catch(_0x1d35c3){_0xae4a41['push'](_0xae4a41['shift']());}}}(_0xb5c7,0xabf03));import{Plugin as _0x18a3e2}from'ckeditor5/src/core.js';function _0x280e(_0x46d58e,_0x54eabe){const _0xb5c7bd=_0xb5c7();return _0x280e=function(_0x280efb,_0x48449b){_0x280efb=_0x280efb-0x1ec;let _0x1bfa36=_0xb5c7bd[_0x280efb];return _0x1bfa36;},_0x280e(_0x46d58e,_0x54eabe);}import{LiveRange as _0x1752f0}from'ckeditor5/src/engine.js';import{Delete as _0x1824ae}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x25c51c}from'./utils.js';function _0xb5c7(){const _0x1cfa97=['lock','deleteForward','get','1731636HbDgQs','commands','forward','removeMarker:suggestion:deletion','912OpRyio','markerNameToElements','623327xovccV','4207HLAqss','TrackChangesEditing','data','writer','$graveyard','model','root','rootName','uiElement','selection','start','13794QwayAb','bind','delete','fromRange','unit','enableCommand','3210160VNlqGl','downcastDispatcher','high','remove','editing','detach','createRange','end','enqueueChange','unbindElementFromMarkerName','plugins','createSelection','getFirstRange','init','merge','buffer','markerName','setSelection','modifySelection','mapper','isCollapsed','document','batch','6344985ZnUdyv','unlock','37863wEdmIw','showSuggestionHighlights','addMarker:suggestion:deletion','options','2YuzScb','1869783hvJtbT','requires','editor'];_0xb5c7=function(){return _0x1cfa97;};return _0xb5c7();}export default class q extends _0x18a3e2{static get[_0x9978f9(0x1ee)](){return[_0x1824ae];}[_0x9978f9(0x218)](){const _0x3c2967=_0x9978f9,_0x13e817=this[_0x3c2967(0x1ef)],_0x3f3001=_0x13e817[_0x3c2967(0x215)][_0x3c2967(0x1f2)](_0x3c2967(0x1fb));_0x3f3001[_0x3c2967(0x20a)](_0x3c2967(0x207));const _0xf818f6=_0x13e817[_0x3c2967(0x1f4)][_0x3c2967(0x1f2)](_0x3c2967(0x1f1));_0x3f3001[_0x3c2967(0x20a)](_0x3c2967(0x1f1),(_0xb8a6d,_0x3e17a2={})=>{const _0x545443=_0x3c2967,_0xe99a70=_0x13e817[_0x545443(0x1ff)][_0x545443(0x216)](_0x13e817[_0x545443(0x1ff)][_0x545443(0x220)][_0x545443(0x203)]);_0xe99a70[_0x545443(0x21f)]&&_0x13e817[_0x545443(0x1ff)][_0x545443(0x21d)](_0xe99a70,{'direction':_0x545443(0x1f5),'unit':_0x3e17a2[_0x545443(0x209)]});const _0x5865a5=_0xe99a70[_0x545443(0x217)](),_0x32942a=_0x1752f0[_0x545443(0x208)](_0x5865a5);let _0x41342b;_0xb8a6d(_0x3e17a2),_0x41342b=_0x545443(0x1fe)==_0x32942a[_0x545443(0x200)][_0x545443(0x201)]?_0x13e817[_0x545443(0x1ff)][_0x545443(0x211)](_0x5865a5[_0x545443(0x204)]):_0x13e817[_0x545443(0x1ff)][_0x545443(0x211)](_0x32942a[_0x545443(0x204)],_0x32942a[_0x545443(0x212)]),_0x32942a[_0x545443(0x210)](),_0x13e817[_0x545443(0x1ff)][_0x545443(0x213)](_0xf818f6[_0x545443(0x21a)][_0x545443(0x221)],_0x16bc83=>{const _0x50ba43=_0x545443;_0xf818f6[_0x50ba43(0x21a)][_0x50ba43(0x1f0)](),_0x16bc83[_0x50ba43(0x21c)](_0x16bc83[_0x50ba43(0x211)](_0x41342b[_0x50ba43(0x212)])),_0xf818f6[_0x50ba43(0x21a)][_0x50ba43(0x223)]();});}),_0x13e817[_0x3c2967(0x20f)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x226),_0x25c51c(_0x13e817,_0x3c2967(0x219)),{'priority':_0x3c2967(0x20d)}),_0x13e817[_0x3c2967(0x1fc)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x226),(_0x2c64d8,_0x195c88,_0x12f972)=>{const _0xdfe4d6=_0x3c2967;_0x12f972[_0xdfe4d6(0x227)][_0xdfe4d6(0x225)]&&_0x25c51c(_0x13e817,_0xdfe4d6(0x219),{'showActiveMarker':!0x1})[_0xdfe4d6(0x206)](this)(_0x2c64d8,_0x195c88,_0x12f972);},{'priority':_0x3c2967(0x20d)}),_0x13e817[_0x3c2967(0x20f)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x1f6),(_0x3b6fc2,_0x49eb31,_0x295a96)=>{const _0x13937d=_0x3c2967,_0x4a36e4=_0x295a96[_0x13937d(0x21e)][_0x13937d(0x1f8)](_0x49eb31[_0x13937d(0x21b)]);if(_0x4a36e4){for(const _0x21aee6 of _0x4a36e4)_0x21aee6['is'](_0x13937d(0x202))&&(_0x295a96[_0x13937d(0x21e)][_0x13937d(0x214)](_0x21aee6,_0x49eb31[_0x13937d(0x21b)]),_0x295a96[_0x13937d(0x1fd)][_0x13937d(0x20e)](_0x21aee6));}},{'priority':_0x3c2967(0x20d)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2e35(_0x3eab33,_0x4f46c7){const _0x5c2678=_0x5c26();return _0x2e35=function(_0x2e3506,_0x500d74){_0x2e3506=_0x2e3506-0x16c;let _0x56265a=_0x5c2678[_0x2e3506];return _0x56265a;},_0x2e35(_0x3eab33,_0x4f46c7);}const _0x232b94=_0x2e35;(function(_0x5f4f3d,_0x497e9a){const _0x544bac=_0x2e35,_0x1839e0=_0x5f4f3d();while(!![]){try{const _0x1f8734=-parseInt(_0x544bac(0x185))/0x1+parseInt(_0x544bac(0x191))/0x2*(parseInt(_0x544bac(0x18c))/0x3)+parseInt(_0x544bac(0x192))/0x4+-parseInt(_0x544bac(0x16d))/0x5+parseInt(_0x544bac(0x170))/0x6+parseInt(_0x544bac(0x198))/0x7*(-parseInt(_0x544bac(0x19d))/0x8)+parseInt(_0x544bac(0x195))/0x9;if(_0x1f8734===_0x497e9a)break;else _0x1839e0['push'](_0x1839e0['shift']());}catch(_0xc74a35){_0x1839e0['push'](_0x1839e0['shift']());}}}(_0x5c26,0x9518e));import{Plugin as _0x5be1c9}from'ckeditor5/src/core.js';import{Enter as _0xbf678a}from'ckeditor5/src/enter.js';import{LiveRange as _0xb7fe08}from'ckeditor5/src/engine.js';function _0x5c26(){const _0x563f45=['5445290JrSUWC','editor','high','6008040JOdUjj','split','init','enter','fire','downcastDispatcher','unbindElementFromMarkerName','model','TrackChangesEditing','markInsertion','enableCommand','get','document','data','options','createRange','fromRange','mapper','enterBlock','detach','parent','711700OqxAGP','markerName','showSuggestionHighlights','ck-suggestion-marker-split','markerNameToElements','writer','nextSibling','897045RdpGOl','end','plugins','getFirstPosition','hasClass','4QrNaIa','754672EefhHo','getFirstRange','selection','9024066fQTGRL','bind','change','2654764HkeqfV','addMarker:suggestion:insertion','afterExecute','createPositionAt','setSelection','8JEKwEa','editing','commands','removeMarker:suggestion:insertion','requires','remove'];_0x5c26=function(){return _0x563f45;};return _0x5c26();}import{downcastSplitMergeMarker as _0x18df91}from'./utils.js';export default class W extends _0x5be1c9{static get[_0x232b94(0x1a1)](){return[_0xbf678a];}[_0x232b94(0x172)](){const _0x1460e1=_0x232b94,_0x2de113=this[_0x1460e1(0x16e)],_0x5ec0a6=_0x2de113[_0x1460e1(0x18e)][_0x1460e1(0x17b)](_0x1460e1(0x178)),_0x9131a8=_0x2de113[_0x1460e1(0x19f)][_0x1460e1(0x17b)](_0x1460e1(0x173));_0x5ec0a6[_0x1460e1(0x17a)](_0x1460e1(0x173),()=>{const _0x4c9137=_0x1460e1;_0x2de113[_0x4c9137(0x177)][_0x4c9137(0x197)](_0x3bc0f7=>{const _0x213645=_0x4c9137,_0x277235=_0x2de113[_0x213645(0x177)][_0x213645(0x17c)][_0x213645(0x194)],_0x39996b=_0x277235[_0x213645(0x18f)](),_0x1eb5a8=_0xb7fe08[_0x213645(0x180)](_0x277235[_0x213645(0x193)]());if(_0x9131a8[_0x213645(0x182)](_0x3bc0f7)){const _0x5d4680=_0x2de113[_0x213645(0x177)][_0x213645(0x19b)](_0x39996b[_0x213645(0x184)][_0x213645(0x18b)],0x0),_0x13c339=_0x3bc0f7[_0x213645(0x17f)](_0x39996b,_0x5d4680);_0x5ec0a6[_0x213645(0x179)](_0x13c339);}else _0x3bc0f7[_0x213645(0x19c)](_0x3bc0f7[_0x213645(0x17f)](_0x1eb5a8[_0x213645(0x18d)]));_0x1eb5a8[_0x213645(0x183)](),_0x9131a8[_0x213645(0x174)](_0x213645(0x19a),{'writer':_0x3bc0f7});});}),_0x2de113[_0x1460e1(0x19e)][_0x1460e1(0x175)]['on'](_0x1460e1(0x199),_0x18df91(_0x2de113,_0x1460e1(0x171)),{'priority':_0x1460e1(0x16f)}),_0x2de113[_0x1460e1(0x19e)][_0x1460e1(0x175)]['on'](_0x1460e1(0x1a0),(_0x3c74a3,_0x353042,_0xae8ef7)=>{const _0x4183cc=_0x1460e1,_0x32ee13=_0xae8ef7[_0x4183cc(0x181)][_0x4183cc(0x189)](_0x353042[_0x4183cc(0x186)]);if(_0x32ee13){for(const _0x1ee73c of _0x32ee13)_0x1ee73c[_0x4183cc(0x190)](_0x4183cc(0x188))&&(_0xae8ef7[_0x4183cc(0x181)][_0x4183cc(0x176)](_0x1ee73c,_0x353042[_0x4183cc(0x186)]),_0xae8ef7[_0x4183cc(0x18a)][_0x4183cc(0x16c)](_0x1ee73c));}},{'priority':_0x1460e1(0x16f)}),_0x2de113[_0x1460e1(0x17d)][_0x1460e1(0x175)]['on'](_0x1460e1(0x199),(_0x2e968e,_0x270cf0,_0x40548a)=>{const _0x2b8636=_0x1460e1;_0x40548a[_0x2b8636(0x17e)][_0x2b8636(0x187)]&&_0x18df91(_0x2de113,_0x2b8636(0x171),{'showActiveMarker':!0x1})[_0x2b8636(0x196)](this)(_0x2e968e,_0x270cf0,_0x40548a);},{'priority':_0x1460e1(0x16f)});}}
23
+ const _0x3d0646=_0x481e;(function(_0x4d41a7,_0xd3bfd5){const _0x5a8bc2=_0x481e,_0x1b3587=_0x4d41a7();while(!![]){try{const _0x192dcb=parseInt(_0x5a8bc2(0x146))/0x1+-parseInt(_0x5a8bc2(0x128))/0x2+-parseInt(_0x5a8bc2(0x11f))/0x3*(-parseInt(_0x5a8bc2(0x132))/0x4)+-parseInt(_0x5a8bc2(0x143))/0x5+parseInt(_0x5a8bc2(0x11c))/0x6+parseInt(_0x5a8bc2(0x142))/0x7*(parseInt(_0x5a8bc2(0x11d))/0x8)+parseInt(_0x5a8bc2(0x115))/0x9*(parseInt(_0x5a8bc2(0x147))/0xa);if(_0x192dcb===_0xd3bfd5)break;else _0x1b3587['push'](_0x1b3587['shift']());}catch(_0x26b281){_0x1b3587['push'](_0x1b3587['shift']());}}}(_0x9cc0,0xc8ae9));import{Plugin as _0x2f977a}from'ckeditor5/src/core.js';import{Enter as _0x134cb4}from'ckeditor5/src/enter.js';import{LiveRange as _0x222e13}from'ckeditor5/src/engine.js';function _0x9cc0(){const _0x52bee5=['createRange','writer','enterBlock','4971870yokrPY','1549920UXUTGf','enter','3DDLhPe','TrackChangesEditing','mapper','markInsertion','data','nextSibling','bind','afterExecute','fromRange','2108446mPJnxD','get','high','plugins','editing','split','change','requires','commands','markerNameToElements','3348776DvmfiC','removeMarker:suggestion:insertion','createPositionAt','downcastDispatcher','enableCommand','ck-suggestion-marker-split','addMarker:suggestion:insertion','model','init','getFirstRange','fire','setSelection','getFirstPosition','selection','parent','markerName','7QBAOin','5008455rycINO','remove','detach','948357RQYUFb','63610UADMfE','editor','document','end','options','99SXySMn','showSuggestionHighlights','unbindElementFromMarkerName','hasClass'];_0x9cc0=function(){return _0x52bee5;};return _0x9cc0();}function _0x481e(_0x361ed3,_0xeec7cb){const _0x9cc0d5=_0x9cc0();return _0x481e=function(_0x481e59,_0x59f5ee){_0x481e59=_0x481e59-0x114;let _0x3e8f63=_0x9cc0d5[_0x481e59];return _0x3e8f63;},_0x481e(_0x361ed3,_0xeec7cb);}import{downcastSplitMergeMarker as _0x3b6dc5}from'./utils.js';export default class W extends _0x2f977a{static get[_0x3d0646(0x12f)](){return[_0x134cb4];}[_0x3d0646(0x13a)](){const _0x1a8b81=_0x3d0646,_0x221c5c=this[_0x1a8b81(0x148)],_0x1a4869=_0x221c5c[_0x1a8b81(0x12b)][_0x1a8b81(0x129)](_0x1a8b81(0x120)),_0x4e422f=_0x221c5c[_0x1a8b81(0x130)][_0x1a8b81(0x129)](_0x1a8b81(0x11e));_0x1a4869[_0x1a8b81(0x136)](_0x1a8b81(0x11e),()=>{const _0xe63f88=_0x1a8b81;_0x221c5c[_0xe63f88(0x139)][_0xe63f88(0x12e)](_0x36eb66=>{const _0x27386a=_0xe63f88,_0x305db6=_0x221c5c[_0x27386a(0x139)][_0x27386a(0x149)][_0x27386a(0x13f)],_0x51233e=_0x305db6[_0x27386a(0x13e)](),_0x30ad1e=_0x222e13[_0x27386a(0x127)](_0x305db6[_0x27386a(0x13b)]());if(_0x4e422f[_0x27386a(0x11b)](_0x36eb66)){const _0x4fbcef=_0x221c5c[_0x27386a(0x139)][_0x27386a(0x134)](_0x51233e[_0x27386a(0x140)][_0x27386a(0x124)],0x0),_0x194c48=_0x36eb66[_0x27386a(0x119)](_0x51233e,_0x4fbcef);_0x1a4869[_0x27386a(0x122)](_0x194c48);}else _0x36eb66[_0x27386a(0x13d)](_0x36eb66[_0x27386a(0x119)](_0x30ad1e[_0x27386a(0x14a)]));_0x30ad1e[_0x27386a(0x145)](),_0x4e422f[_0x27386a(0x13c)](_0x27386a(0x126),{'writer':_0x36eb66});});}),_0x221c5c[_0x1a8b81(0x12c)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x138),_0x3b6dc5(_0x221c5c,_0x1a8b81(0x12d)),{'priority':_0x1a8b81(0x12a)}),_0x221c5c[_0x1a8b81(0x12c)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x133),(_0x546179,_0x53bc8d,_0x53cb83)=>{const _0x28b4ef=_0x1a8b81,_0x43dafe=_0x53cb83[_0x28b4ef(0x121)][_0x28b4ef(0x131)](_0x53bc8d[_0x28b4ef(0x141)]);if(_0x43dafe){for(const _0x35967b of _0x43dafe)_0x35967b[_0x28b4ef(0x118)](_0x28b4ef(0x137))&&(_0x53cb83[_0x28b4ef(0x121)][_0x28b4ef(0x117)](_0x35967b,_0x53bc8d[_0x28b4ef(0x141)]),_0x53cb83[_0x28b4ef(0x11a)][_0x28b4ef(0x144)](_0x35967b));}},{'priority':_0x1a8b81(0x12a)}),_0x221c5c[_0x1a8b81(0x123)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x138),(_0x28b013,_0x1959ba,_0xbf335)=>{const _0x58ef40=_0x1a8b81;_0xbf335[_0x58ef40(0x114)][_0x58ef40(0x116)]&&_0x3b6dc5(_0x221c5c,_0x58ef40(0x12d),{'showActiveMarker':!0x1})[_0x58ef40(0x125)](this)(_0x28b013,_0x1959ba,_0xbf335);},{'priority':_0x1a8b81(0x12a)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2003(_0x29d4df,_0x764c8f){const _0x441712=_0x4417();return _0x2003=function(_0x20038d,_0x1c0965){_0x20038d=_0x20038d-0x175;let _0x57ae5d=_0x441712[_0x20038d];return _0x57ae5d;},_0x2003(_0x29d4df,_0x764c8f);}function _0x4417(){const _0x1af3ea=['21lmgngt','handleFindCommand','plugins','TrackChangesEditing','getIntersection','bind','2ItlvtM','getMarkersGroup','string','enableCommand','replaceAll','afterInit','FindAndReplaceEditing','model','createRange','replace','suggestion:deletion','end','filter','findNext','95751lFKGpu','FindAndReplaceUtils','markers','find','findByTextCallback','has','354138WfoSVG','get','editor','3761184zetSYP','getRange','338488Nxbxuz','start','_isInDeletionRange','94866UcHzKZ','1376045UpbVpd','item','10MknJSU','103407MtsnWy','80PLRWoQ','createPositionAt','5fOIrzC','findPrevious'];_0x4417=function(){return _0x1af3ea;};return _0x4417();}const _0x147261=_0x2003;(function(_0x5e9e92,_0x2c69f7){const _0x1eb1d4=_0x2003,_0xd0a0ac=_0x5e9e92();while(!![]){try{const _0xa3c126=-parseInt(_0x1eb1d4(0x185))/0x1+-parseInt(_0x1eb1d4(0x194))/0x2*(-parseInt(_0x1eb1d4(0x189))/0x3)+-parseInt(_0x1eb1d4(0x182))/0x4*(-parseInt(_0x1eb1d4(0x18c))/0x5)+-parseInt(_0x1eb1d4(0x17d))/0x6*(-parseInt(_0x1eb1d4(0x18e))/0x7)+parseInt(_0x1eb1d4(0x18a))/0x8*(parseInt(_0x1eb1d4(0x177))/0x9)+parseInt(_0x1eb1d4(0x188))/0xa*(parseInt(_0x1eb1d4(0x186))/0xb)+-parseInt(_0x1eb1d4(0x180))/0xc;if(_0xa3c126===_0x2c69f7)break;else _0xd0a0ac['push'](_0xd0a0ac['shift']());}catch(_0x8b6b3f){_0xd0a0ac['push'](_0xd0a0ac['shift']());}}}(_0x4417,0x1d233));import{Plugin as _0x5ae462}from'ckeditor5/src/core.js';export default class J extends _0x5ae462{[_0x147261(0x199)](){const _0x1585a9=_0x147261;if(!this[_0x1585a9(0x17f)][_0x1585a9(0x190)][_0x1585a9(0x17c)](_0x1585a9(0x19a)))return;const _0x21e6fc=this[_0x1585a9(0x17f)][_0x1585a9(0x190)][_0x1585a9(0x17e)](_0x1585a9(0x191));_0x21e6fc[_0x1585a9(0x197)](_0x1585a9(0x17a),this[_0x1585a9(0x18f)][_0x1585a9(0x193)](this)),_0x21e6fc[_0x1585a9(0x197)](_0x1585a9(0x176)),_0x21e6fc[_0x1585a9(0x197)](_0x1585a9(0x18d)),_0x21e6fc[_0x1585a9(0x197)](_0x1585a9(0x19d)),_0x21e6fc[_0x1585a9(0x197)](_0x1585a9(0x198));}[_0x147261(0x18f)](_0x2a0c32,_0x3ab87d,_0x4188ee={}){const _0x44bce0=_0x147261,_0x44a469=this[_0x44bce0(0x17f)][_0x44bce0(0x190)][_0x44bce0(0x17e)](_0x44bce0(0x178));return _0x2a0c32(_0x311d1=>(_0x44bce0(0x196)==typeof _0x3ab87d?_0x44a469[_0x44bce0(0x17b)](_0x3ab87d,_0x4188ee):_0x3ab87d)(_0x311d1)[_0x44bce0(0x175)](_0x44d947=>!0x1===this[_0x44bce0(0x184)](_0x44d947,_0x311d1[_0x44bce0(0x187)])),_0x4188ee);}[_0x147261(0x184)](_0x51aec7,_0x1f098f){const _0x30737f=_0x147261,_0x919959=this[_0x30737f(0x17f)][_0x30737f(0x19b)][_0x30737f(0x19c)](this[_0x30737f(0x17f)][_0x30737f(0x19b)][_0x30737f(0x18b)](_0x1f098f,_0x51aec7[_0x30737f(0x183)]),this[_0x30737f(0x17f)][_0x30737f(0x19b)][_0x30737f(0x18b)](_0x1f098f,_0x51aec7[_0x30737f(0x19f)]));for(const _0x341e03 of this[_0x30737f(0x17f)][_0x30737f(0x19b)][_0x30737f(0x179)][_0x30737f(0x195)](_0x30737f(0x19e)))if(null!==_0x919959[_0x30737f(0x192)](_0x341e03[_0x30737f(0x181)]()))return!0x0;return!0x1;}}
23
+ function _0x357b(){const _0x4fa1e2=['getRange','316996FpKdXD','findNext','10MPHkZu','3575000fJDsxz','plugins','replaceAll','markers','bind','getMarkersGroup','item','5QLOmxM','TrackChangesEditing','end','7LGmjrp','7645473GUPVKr','handleFindCommand','editor','FindAndReplaceUtils','_isInDeletionRange','findByTextCallback','14503775lPMIYb','string','has','1519092wkyukB','270003iJawRB','suggestion:deletion','enableCommand','get','start','6wkdpxO','FindAndReplaceEditing','find','filter','getIntersection','1345524mwJWiP','replace','model','createRange','afterInit','createPositionAt','findPrevious'];_0x357b=function(){return _0x4fa1e2;};return _0x357b();}const _0x44a440=_0x1c64;(function(_0x4d4319,_0x434196){const _0x105dfc=_0x1c64,_0x586564=_0x4d4319();while(!![]){try{const _0x4e7ccc=-parseInt(_0x105dfc(0xf4))/0x1*(-parseInt(_0x105dfc(0xf9))/0x2)+parseInt(_0x105dfc(0xf3))/0x3+parseInt(_0x105dfc(0xdc))/0x4+-parseInt(_0x105dfc(0xe6))/0x5*(-parseInt(_0x105dfc(0xd4))/0x6)+parseInt(_0x105dfc(0xe9))/0x7*(-parseInt(_0x105dfc(0xdf))/0x8)+parseInt(_0x105dfc(0xea))/0x9*(parseInt(_0x105dfc(0xde))/0xa)+-parseInt(_0x105dfc(0xf0))/0xb;if(_0x4e7ccc===_0x434196)break;else _0x586564['push'](_0x586564['shift']());}catch(_0x358023){_0x586564['push'](_0x586564['shift']());}}}(_0x357b,0xabde5));function _0x1c64(_0x2d8212,_0x5e4a77){const _0x357b67=_0x357b();return _0x1c64=function(_0x1c64dc,_0x1b9dd9){_0x1c64dc=_0x1c64dc-0xd4;let _0x16f311=_0x357b67[_0x1c64dc];return _0x16f311;},_0x1c64(_0x2d8212,_0x5e4a77);}import{Plugin as _0x14f90b}from'ckeditor5/src/core.js';export default class J extends _0x14f90b{[_0x44a440(0xd8)](){const _0x4cbae4=_0x44a440;if(!this[_0x4cbae4(0xec)][_0x4cbae4(0xe0)][_0x4cbae4(0xf2)](_0x4cbae4(0xfa)))return;const _0x245133=this[_0x4cbae4(0xec)][_0x4cbae4(0xe0)][_0x4cbae4(0xf7)](_0x4cbae4(0xe7));_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xfb),this[_0x4cbae4(0xeb)][_0x4cbae4(0xe3)](this)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xdd)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xda)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xd5)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xe1));}[_0x44a440(0xeb)](_0xf906a5,_0x21c754,_0x472cab={}){const _0x34b0b5=_0x44a440,_0x556c09=this[_0x34b0b5(0xec)][_0x34b0b5(0xe0)][_0x34b0b5(0xf7)](_0x34b0b5(0xed));return _0xf906a5(_0x360f42=>(_0x34b0b5(0xf1)==typeof _0x21c754?_0x556c09[_0x34b0b5(0xef)](_0x21c754,_0x472cab):_0x21c754)(_0x360f42)[_0x34b0b5(0xfc)](_0x160789=>!0x1===this[_0x34b0b5(0xee)](_0x160789,_0x360f42[_0x34b0b5(0xe5)])),_0x472cab);}[_0x44a440(0xee)](_0x2918c5,_0x6521c8){const _0x342a01=_0x44a440,_0x1d4e0f=this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd7)](this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd9)](_0x6521c8,_0x2918c5[_0x342a01(0xf8)]),this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd9)](_0x6521c8,_0x2918c5[_0x342a01(0xe8)]));for(const _0x4f9ac5 of this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xe2)][_0x342a01(0xe4)](_0x342a01(0xf5)))if(null!==_0x1d4e0f[_0x342a01(0xfd)](_0x4f9ac5[_0x342a01(0xdb)]()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x21522e=_0x3b48;function _0x2637(){const _0x434b6f=['fontBackgroundColor.colors','FontSizeEditing','FontSize','editor','TrackChangesEditing','FORMAT_FONT_BACKGROUND','registerAttributeLabel','1528ebeVzM','fontFamily','fontColor','fontColor.colors','_enableDefaultAttributesIntegration','formatInline','FontColorEditing','FORMAT_FONT_SIZE','commandParams','type','locale','config','14890SFyovO','get','fontSize.options','*Reset\x20font\x20family*','*Set\x20font\x20size:*\x20%0','FontFamilyEditing','11906469MPQnqw','trim','_registerLegacyDescription','*Reset\x20font\x20color*','plugins','FORMAT_FONT_COLOR','*Reset\x20font\x20background\x20color*','1564764POMdAt','format','*Set\x20font\x20background\x20color:*\x20%0','97552AUXhpD','7672LHtqcF','*Reset\x20font\x20size*','label','FORMAT_FONT_FAMILY','FontBackgroundColorEditing','666XotEQJ','343779WdhWCE','model','3565587BnFURc','fontBackgroundColor','afterInit','*Set\x20font\x20family:*\x20%0','title','has','commandName','registerDescriptionCallback','toLowerCase','fontSize','*Set\x20font\x20color:*\x20%0','_descriptionFactory','normalizeSizeOptions','value','find'];_0x2637=function(){return _0x434b6f;};return _0x2637();}(function(_0x7b305,_0x2de4ce){const _0x3961b6=_0x3b48,_0x1bb482=_0x7b305();while(!![]){try{const _0x54deef=-parseInt(_0x3961b6(0xb9))/0x1+parseInt(_0x3961b6(0xb2))/0x2+-parseInt(_0x3961b6(0xbb))/0x3+parseInt(_0x3961b6(0xaf))/0x4+-parseInt(_0x3961b6(0xa2))/0x5*(-parseInt(_0x3961b6(0xb8))/0x6)+parseInt(_0x3961b6(0xb3))/0x7*(parseInt(_0x3961b6(0xd1))/0x8)+parseInt(_0x3961b6(0xa8))/0x9;if(_0x54deef===_0x2de4ce)break;else _0x1bb482['push'](_0x1bb482['shift']());}catch(_0x54c067){_0x1bb482['push'](_0x1bb482['shift']());}}}(_0x2637,0xbc1be));import{Plugin as _0x10ad4d}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x4a1dee}from'ckeditor5/src/ui.js';function _0x3b48(_0x193f7a,_0x576651){const _0x2637ce=_0x2637();return _0x3b48=function(_0x3b48df,_0x324734){_0x3b48df=_0x3b48df-0xa2;let _0x2747bf=_0x2637ce[_0x3b48df];return _0x2747bf;},_0x3b48(_0x193f7a,_0x576651);}import{getTranslation as _0x279d28}from'../utils/common-translations.js';const ro=[{'pluginName':_0x21522e(0xcb),'commandName':_0x21522e(0xc4)},{'pluginName':_0x21522e(0xa7),'commandName':_0x21522e(0xd2)},{'pluginName':_0x21522e(0xd7),'commandName':_0x21522e(0xd3)},{'pluginName':_0x21522e(0xb7),'commandName':_0x21522e(0xbc)}];export default class Q extends _0x10ad4d{[_0x21522e(0xbd)](){const _0xfbd8ae=_0x21522e,_0x9a39bb=this[_0xfbd8ae(0xcd)][_0xfbd8ae(0xdb)],_0x3566e7=this[_0xfbd8ae(0xcd)][_0xfbd8ae(0xac)][_0xfbd8ae(0xa3)](_0xfbd8ae(0xce));for(const {pluginName:_0x1f4cc8,commandName:_0x5a0ac4}of ro)this[_0xfbd8ae(0xcd)][_0xfbd8ae(0xac)][_0xfbd8ae(0xc0)](_0x1f4cc8)&&_0x3566e7[_0xfbd8ae(0xd5)](_0x5a0ac4,[_0x5a0ac4]);_0x9a39bb['t'],(_0x3566e7[_0xfbd8ae(0xc6)][_0xfbd8ae(0xd0)](_0xfbd8ae(0xc4),_0x279d28(_0x9a39bb,_0xfbd8ae(0xd8))),_0x3566e7[_0xfbd8ae(0xc6)][_0xfbd8ae(0xd0)](_0xfbd8ae(0xd2),_0x279d28(_0x9a39bb,_0xfbd8ae(0xb6))),_0x3566e7[_0xfbd8ae(0xc6)][_0xfbd8ae(0xd0)](_0xfbd8ae(0xd3),_0x279d28(_0x9a39bb,_0xfbd8ae(0xad))),_0x3566e7[_0xfbd8ae(0xc6)][_0xfbd8ae(0xd0)](_0xfbd8ae(0xbc),_0x279d28(_0x9a39bb,_0xfbd8ae(0xcf))),this[_0xfbd8ae(0xaa)]());}[_0x21522e(0xaa)](){const _0x1f993e=_0x21522e,_0x337f2d=this[_0x1f993e(0xcd)],_0x312b25=_0x337f2d[_0x1f993e(0xdb)];_0x337f2d[_0x1f993e(0xac)][_0x1f993e(0xa3)](_0x1f993e(0xce))[_0x1f993e(0xc6)][_0x1f993e(0xc2)](_0x35d02c=>{const _0x18eeb6=_0x1f993e,_0x3d311c=_0x312b25['t'];if(_0x18eeb6(0xd6)!=_0x35d02c[_0x18eeb6(0xda)])return;const {data:_0x2c6721}=_0x35d02c;if(null!=_0x2c6721){if(_0x18eeb6(0xc4)==_0x2c6721[_0x18eeb6(0xc1)]){const _0x37837f=_0x2c6721[_0x18eeb6(0xd9)][0x0][_0x18eeb6(0xc8)];if(_0x37837f){const _0x5d528b=_0x3d311c(this[_0x18eeb6(0xcd)][_0x18eeb6(0xac)][_0x18eeb6(0xa3)](_0x18eeb6(0xcc))[_0x18eeb6(0xc7)](this[_0x18eeb6(0xcd)][_0x18eeb6(0xdc)][_0x18eeb6(0xa3)](_0x18eeb6(0xa4)))[_0x18eeb6(0xc9)](_0x301804=>_0x301804[_0x18eeb6(0xba)]==_0x37837f)[_0x18eeb6(0xbf)])[_0x18eeb6(0xc3)]();return{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xa6),_0x5d528b)};}return{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xb4))};}if(_0x18eeb6(0xd2)==_0x2c6721[_0x18eeb6(0xc1)]){const _0x3e5ffa=_0x2c6721[_0x18eeb6(0xd9)][0x0][_0x18eeb6(0xc8)];return _0x3e5ffa?{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xbe),_0x3e5ffa)}:{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xa5))};}if(_0x18eeb6(0xd3)==_0x2c6721[_0x18eeb6(0xc1)]){const _0x49004a=_0x2c6721[_0x18eeb6(0xd9)][0x0][_0x18eeb6(0xc8)];if(_0x49004a){const _0x10beb8=_0x4a1dee(this[_0x18eeb6(0xcd)][_0x18eeb6(0xdc)][_0x18eeb6(0xa3)](_0x18eeb6(0xd4)))[_0x18eeb6(0xc9)](_0x2031b0=>_0x2031b0[_0x18eeb6(0xba)]==_0x49004a);let _0x4fabd3=_0x49004a,_0x2fdfa1='';return _0x10beb8&&(_0x4fabd3=_0x10beb8[_0x18eeb6(0xb5)],_0x2fdfa1=_0x3d311c(_0x4fabd3)[_0x18eeb6(0xc3)]()),{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xc5),_0x2fdfa1)[_0x18eeb6(0xa9)](),'color':{'value':_0x49004a,'title':_0x2fdfa1||_0x4fabd3}};}return{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xab))};}if(_0x18eeb6(0xbc)==_0x2c6721[_0x18eeb6(0xc1)]){const _0x3cfda6=_0x2c6721[_0x18eeb6(0xd9)][0x0][_0x18eeb6(0xc8)];if(_0x3cfda6){const _0x1f2e5d=_0x4a1dee(this[_0x18eeb6(0xcd)][_0x18eeb6(0xdc)][_0x18eeb6(0xa3)](_0x18eeb6(0xca)))[_0x18eeb6(0xc9)](_0x5650fb=>_0x5650fb[_0x18eeb6(0xba)]==_0x3cfda6);let _0x1df5fc=_0x3cfda6,_0x3e3d19='';return _0x1f2e5d&&(_0x1df5fc=_0x1f2e5d[_0x18eeb6(0xb5)],_0x3e3d19=_0x3d311c(_0x1df5fc)[_0x18eeb6(0xc3)]()),{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xb1),_0x3e3d19)[_0x18eeb6(0xa9)](),'color':{'value':_0x3cfda6,'title':_0x3e3d19||_0x1df5fc}};}return{'type':_0x18eeb6(0xb0),'content':_0x279d28(_0x312b25,_0x18eeb6(0xae))};}}});}}
23
+ function _0x2f49(){const _0x12288f=['392073okuump','fontColor.colors','11sNjnge','fontColor','FontSize','FORMAT_FONT_SIZE','editor','formatInline','*Set\x20font\x20family:*\x20%0','FontSizeEditing','get','*Set\x20font\x20size:*\x20%0','FontColorEditing','1545935jovSUu','1527612aLZBtJ','*Reset\x20font\x20size*','FontBackgroundColorEditing','21CKqSax','fontFamily','locale','label','_descriptionFactory','fontBackgroundColor','*Set\x20font\x20background\x20color:*\x20%0','format','7593912GAXoJQ','FontFamilyEditing','config','toLowerCase','FORMAT_FONT_FAMILY','registerDescriptionCallback','fontSize.options','afterInit','FORMAT_FONT_COLOR','type','title','*Reset\x20font\x20background\x20color*','TrackChangesEditing','634136nWMFcO','fontSize','*Set\x20font\x20color:*\x20%0','9uObgRo','commandName','trim','has','find','normalizeSizeOptions','_enableDefaultAttributesIntegration','4OMJsCg','8340220JtIYdx','106661nUmdio','fontBackgroundColor.colors','FORMAT_FONT_BACKGROUND','22qVCwpB','*Reset\x20font\x20family*','registerAttributeLabel','*Reset\x20font\x20color*','_registerLegacyDescription','model','commandParams','plugins','value'];_0x2f49=function(){return _0x12288f;};return _0x2f49();}const _0x1915f1=_0x2511;(function(_0x472220,_0x237ad9){const _0x19ac8d=_0x2511,_0x269af0=_0x472220();while(!![]){try{const _0x542b72=-parseInt(_0x19ac8d(0xb5))/0x1+-parseInt(_0x19ac8d(0xb8))/0x2*(-parseInt(_0x19ac8d(0xc1))/0x3)+-parseInt(_0x19ac8d(0xb3))/0x4*(parseInt(_0x19ac8d(0xce))/0x5)+-parseInt(_0x19ac8d(0xda))/0x6+parseInt(_0x19ac8d(0xd2))/0x7*(parseInt(_0x19ac8d(0xa9))/0x8)+parseInt(_0x19ac8d(0xac))/0x9*(parseInt(_0x19ac8d(0xb4))/0xa)+parseInt(_0x19ac8d(0xc3))/0xb*(parseInt(_0x19ac8d(0xcf))/0xc);if(_0x542b72===_0x237ad9)break;else _0x269af0['push'](_0x269af0['shift']());}catch(_0x279df5){_0x269af0['push'](_0x269af0['shift']());}}}(_0x2f49,0xe9359));import{Plugin as _0x291de9}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x4fe29b}from'ckeditor5/src/ui.js';import{getTranslation as _0x69e7f7}from'../utils/common-translations.js';const ro=[{'pluginName':_0x1915f1(0xca),'commandName':_0x1915f1(0xaa)},{'pluginName':_0x1915f1(0xdb),'commandName':_0x1915f1(0xd3)},{'pluginName':_0x1915f1(0xcd),'commandName':_0x1915f1(0xc4)},{'pluginName':_0x1915f1(0xd1),'commandName':_0x1915f1(0xd7)}];function _0x2511(_0x2d364f,_0xb9e0a0){const _0x2f4994=_0x2f49();return _0x2511=function(_0x2511be,_0x318bfa){_0x2511be=_0x2511be-0xa5;let _0x3e1d71=_0x2f4994[_0x2511be];return _0x3e1d71;},_0x2511(_0x2d364f,_0xb9e0a0);}export default class Q extends _0x291de9{[_0x1915f1(0xe1)](){const _0x5602d7=_0x1915f1,_0x3bc361=this[_0x5602d7(0xc7)][_0x5602d7(0xd4)],_0x854347=this[_0x5602d7(0xc7)][_0x5602d7(0xbf)][_0x5602d7(0xcb)](_0x5602d7(0xa8));for(const {pluginName:_0x3621e3,commandName:_0xba3a8a}of ro)this[_0x5602d7(0xc7)][_0x5602d7(0xbf)][_0x5602d7(0xaf)](_0x3621e3)&&_0x854347[_0x5602d7(0xb2)](_0xba3a8a,[_0xba3a8a]);_0x3bc361['t'],(_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xaa),_0x69e7f7(_0x3bc361,_0x5602d7(0xc6))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xd3),_0x69e7f7(_0x3bc361,_0x5602d7(0xde))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xc4),_0x69e7f7(_0x3bc361,_0x5602d7(0xe2))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xd7),_0x69e7f7(_0x3bc361,_0x5602d7(0xb7))),this[_0x5602d7(0xbc)]());}[_0x1915f1(0xbc)](){const _0x5d02fb=_0x1915f1,_0x55e27e=this[_0x5d02fb(0xc7)],_0x5eceb8=_0x55e27e[_0x5d02fb(0xd4)];_0x55e27e[_0x5d02fb(0xbf)][_0x5d02fb(0xcb)](_0x5d02fb(0xa8))[_0x5d02fb(0xd6)][_0x5d02fb(0xdf)](_0x1161d0=>{const _0x38ba75=_0x5d02fb,_0x3d4304=_0x5eceb8['t'];if(_0x38ba75(0xc8)!=_0x1161d0[_0x38ba75(0xa5)])return;const {data:_0x2fdb92}=_0x1161d0;if(null!=_0x2fdb92){if(_0x38ba75(0xaa)==_0x2fdb92[_0x38ba75(0xad)]){const _0xd52b53=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0xd52b53){const _0x2e78dc=_0x3d4304(this[_0x38ba75(0xc7)][_0x38ba75(0xbf)][_0x38ba75(0xcb)](_0x38ba75(0xc5))[_0x38ba75(0xb1)](this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xe0)))[_0x38ba75(0xb0)](_0x37b77a=>_0x37b77a[_0x38ba75(0xbd)]==_0xd52b53)[_0x38ba75(0xa6)])[_0x38ba75(0xdd)]();return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xcc),_0x2e78dc)};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xd0))};}if(_0x38ba75(0xd3)==_0x2fdb92[_0x38ba75(0xad)]){const _0x232e8b=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];return _0x232e8b?{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xc9),_0x232e8b)}:{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xb9))};}if(_0x38ba75(0xc4)==_0x2fdb92[_0x38ba75(0xad)]){const _0x5dabae=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0x5dabae){const _0x22700f=_0x4fe29b(this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xc2)))[_0x38ba75(0xb0)](_0x5cd7b8=>_0x5cd7b8[_0x38ba75(0xbd)]==_0x5dabae);let _0x527a70=_0x5dabae,_0x118d06='';return _0x22700f&&(_0x527a70=_0x22700f[_0x38ba75(0xd5)],_0x118d06=_0x3d4304(_0x527a70)[_0x38ba75(0xdd)]()),{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xab),_0x118d06)[_0x38ba75(0xae)](),'color':{'value':_0x5dabae,'title':_0x118d06||_0x527a70}};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xbb))};}if(_0x38ba75(0xd7)==_0x2fdb92[_0x38ba75(0xad)]){const _0x2b9de0=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0x2b9de0){const _0x1847f2=_0x4fe29b(this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xb6)))[_0x38ba75(0xb0)](_0x33438f=>_0x33438f[_0x38ba75(0xbd)]==_0x2b9de0);let _0x4e1364=_0x2b9de0,_0x301d65='';return _0x1847f2&&(_0x4e1364=_0x1847f2[_0x38ba75(0xd5)],_0x301d65=_0x3d4304(_0x4e1364)[_0x38ba75(0xdd)]()),{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xd8),_0x301d65)[_0x38ba75(0xae)](),'color':{'value':_0x2b9de0,'title':_0x301d65||_0x4e1364}};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xa7))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9b29b3=_0x301c;(function(_0x30cd8b,_0x1d0bd1){const _0x39cc6f=_0x301c,_0x48acf8=_0x30cd8b();while(!![]){try{const _0x1b3509=parseInt(_0x39cc6f(0xa9))/0x1+-parseInt(_0x39cc6f(0xa5))/0x2+parseInt(_0x39cc6f(0x7d))/0x3*(parseInt(_0x39cc6f(0xa4))/0x4)+parseInt(_0x39cc6f(0x85))/0x5*(parseInt(_0x39cc6f(0x8d))/0x6)+-parseInt(_0x39cc6f(0xa2))/0x7*(-parseInt(_0x39cc6f(0xa3))/0x8)+-parseInt(_0x39cc6f(0xa0))/0x9+-parseInt(_0x39cc6f(0x7b))/0xa;if(_0x1b3509===_0x1d0bd1)break;else _0x48acf8['push'](_0x48acf8['shift']());}catch(_0x3236d5){_0x48acf8['push'](_0x48acf8['shift']());}}}(_0x20b3,0xaa64a));import{Plugin as _0x4a367a}from'ckeditor5/src/core.js';function _0x20b3(){const _0x27abef=['join','formatBlock','copyFormat','6VedOVb','_enableDefaultAttributesIntegration','fontSize','TrackChangesEditing','_registerLegacyDescription','enableCommand','format','length','registerDescriptionCallback','editor','plugins','model','*Set\x20format\x20to:*\x20%0','fontColor','afterInit','fontSize.options','get','commands','split','1381986PYfson','commandParams','687274bRMYWQ','16bJdziK','536VdHalc','935098SCWyyN','label','fontColor.colors','commandName','467555nzWlQE','push','formatInline','*Remove\x20all\x20formatting*','title','charAt','toLowerCase','type','9071370pxMkJY','entries','14508dcOOoC','boolean','_descriptionFactory','pasteFormat','fontBackgroundColor','slice','find','normalizeSizeOptions','4571135nhSXbV','FontSize','toUpperCase','config','locale'];_0x20b3=function(){return _0x27abef;};return _0x20b3();}import{normalizeColorOptions as _0x55635e}from'ckeditor5/src/ui.js';import{getTranslation as _0x14f0de}from'../utils/common-translations.js';export default class X extends _0x4a367a{[_0x9b29b3(0x9b)](){const _0x40a32e=_0x9b29b3,_0x4f3971=this[_0x40a32e(0x96)],_0x58f0a3=_0x4f3971[_0x40a32e(0x97)][_0x40a32e(0x9d)](_0x40a32e(0x90)),_0x2d512e=_0x4f3971[_0x40a32e(0x9e)][_0x40a32e(0x9d)](_0x40a32e(0x8c)),_0x1d5df8=_0x4f3971[_0x40a32e(0x9e)][_0x40a32e(0x9d)](_0x40a32e(0x80));_0x2d512e&&_0x1d5df8&&(_0x58f0a3[_0x40a32e(0x8e)](_0x40a32e(0x80)),_0x58f0a3[_0x40a32e(0x92)](_0x40a32e(0x8c)),this[_0x40a32e(0x91)]());}[_0x9b29b3(0x91)](){const _0x45f8a8=_0x9b29b3,_0x56d901=this[_0x45f8a8(0x96)],_0x58b153=_0x56d901[_0x45f8a8(0x89)];_0x56d901[_0x45f8a8(0x97)][_0x45f8a8(0x9d)](_0x45f8a8(0x90))[_0x45f8a8(0x7f)][_0x45f8a8(0x95)](_0x47de99=>{const _0x2a70bf=_0x45f8a8;if(_0x2a70bf(0x8b)!=_0x47de99[_0x2a70bf(0x7a)]&&_0x2a70bf(0xab)!=_0x47de99[_0x2a70bf(0x7a)])return;const {data:_0x34f379}=_0x47de99;if(_0x34f379&&_0x2a70bf(0x80)===_0x34f379[_0x2a70bf(0xa8)]){const _0x3f5fa1=[],_0x272e48=_0x34f379[_0x2a70bf(0xa1)][0x0];for(const [_0x5e87d6,_0xd0e2e0]of Object[_0x2a70bf(0x7c)](_0x272e48))_0x3f5fa1[_0x2a70bf(0xaa)](so(_0x56d901,_0x5e87d6,_0xd0e2e0));return _0x3f5fa1[_0x2a70bf(0x94)]?{'type':_0x2a70bf(0x93),'content':_0x14f0de(_0x58b153,_0x2a70bf(0x99),_0x3f5fa1[_0x2a70bf(0x8a)](',\x20'))}:{'type':_0x2a70bf(0x93),'content':_0x14f0de(_0x58b153,_0x2a70bf(0x76))};}});}}function _0x301c(_0xa2197f,_0x5a4d02){const _0x20b349=_0x20b3();return _0x301c=function(_0x301c9c,_0x1bacd3){_0x301c9c=_0x301c9c-0x76;let _0x405e15=_0x20b349[_0x301c9c];return _0x405e15;},_0x301c(_0xa2197f,_0x5a4d02);}function so(_0x2544f3,_0x689614,_0x2b6e9b){const _0xb5698a=_0x9b29b3,_0x4df982=_0x2544f3[_0xb5698a(0x89)]['t'],_0x313b61=_0x689614[_0xb5698a(0x9f)](/(?=[A-Z])/)[_0xb5698a(0x8a)]('\x20'),_0x2859bc=_0x4df982(_0x313b61[_0xb5698a(0x78)](0x0)[_0xb5698a(0x87)]()+_0x313b61[_0xb5698a(0x82)](0x1))[_0xb5698a(0x79)]();if(_0xb5698a(0x7e)==typeof _0x2b6e9b)return _0x2859bc;if(_0xb5698a(0x9a)===_0x689614||_0xb5698a(0x81)===_0x689614){const _0x43b854=_0x55635e(_0x2544f3[_0xb5698a(0x88)][_0xb5698a(0x9d)](_0xb5698a(0xa7)))[_0xb5698a(0x83)](_0x532bde=>_0x532bde[_0xb5698a(0x98)]==_0x2b6e9b);return _0x2859bc+'\x20('+(_0x43b854?_0x4df982(_0x43b854[_0xb5698a(0xa6)])[_0xb5698a(0x79)]():_0x2b6e9b)+')';}if(_0xb5698a(0x8f)===_0x689614&&isNaN(parseFloat(_0x2b6e9b))){const _0x1360ee=_0x2544f3[_0xb5698a(0x97)][_0xb5698a(0x9d)](_0xb5698a(0x86))[_0xb5698a(0x84)](_0x2544f3[_0xb5698a(0x88)][_0xb5698a(0x9d)](_0xb5698a(0x9c)))[_0xb5698a(0x83)](_0x1c357c=>_0x1c357c[_0xb5698a(0x98)]==_0x2b6e9b);return _0x2859bc+'\x20('+(_0x1360ee?_0x4df982(_0x1360ee[_0xb5698a(0x77)])[_0xb5698a(0x79)]():_0x2b6e9b)+')';}return _0x2859bc+'\x20('+_0x2b6e9b+')';}
23
+ const _0x177139=_0x132b;(function(_0x2f2458,_0x15a374){const _0x505827=_0x132b,_0x74505a=_0x2f2458();while(!![]){try{const _0x3657ae=parseInt(_0x505827(0xaf))/0x1*(parseInt(_0x505827(0xa7))/0x2)+-parseInt(_0x505827(0xa1))/0x3+-parseInt(_0x505827(0xb5))/0x4+parseInt(_0x505827(0x8f))/0x5*(parseInt(_0x505827(0xb7))/0x6)+parseInt(_0x505827(0xb0))/0x7*(parseInt(_0x505827(0x93))/0x8)+-parseInt(_0x505827(0x9a))/0x9*(parseInt(_0x505827(0x99))/0xa)+parseInt(_0x505827(0xa2))/0xb;if(_0x3657ae===_0x15a374)break;else _0x74505a['push'](_0x74505a['shift']());}catch(_0x5a4df1){_0x74505a['push'](_0x74505a['shift']());}}}(_0x5c48,0x22129));import{Plugin as _0x3d2ee0}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x2e5448}from'ckeditor5/src/ui.js';function _0x5c48(){const _0x481788=['TrackChangesEditing','30XdamfC','fontSize.options','FontSize','toLowerCase','fontBackgroundColor','commandParams','charAt','model','fontColor','afterInit','_enableDefaultAttributesIntegration','commands','find','boolean','get','87335HblijV','*Remove\x20all\x20formatting*','slice','plugins','843960hPPqls','fontColor.colors','fontSize','title','formatBlock','join','10smEAvV','2010942XRZSOg','length','enableCommand','copyFormat','formatInline','label','toUpperCase','563892uABtzr','3955611ZyWWDo','locale','pasteFormat','commandName','_registerLegacyDescription','305264zaUnav','*Set\x20format\x20to:*\x20%0','editor','registerDescriptionCallback','_descriptionFactory','normalizeSizeOptions','format','entries','1ShZjel','14ahZJLh','push','config','type','split','1038380SJWPVv'];_0x5c48=function(){return _0x481788;};return _0x5c48();}import{getTranslation as _0x56c680}from'../utils/common-translations.js';function _0x132b(_0x5bfebd,_0x3d8306){const _0x5c4815=_0x5c48();return _0x132b=function(_0x132bfe,_0x1e87b3){_0x132bfe=_0x132bfe-0x8c;let _0x2cb08b=_0x5c4815[_0x132bfe];return _0x2cb08b;},_0x132b(_0x5bfebd,_0x3d8306);}export default class X extends _0x3d2ee0{[_0x177139(0xc0)](){const _0x4317c1=_0x177139,_0x1240eb=this[_0x4317c1(0xa9)],_0xa9a129=_0x1240eb[_0x4317c1(0x92)][_0x4317c1(0x8e)](_0x4317c1(0xb6)),_0x3ece24=_0x1240eb[_0x4317c1(0xc2)][_0x4317c1(0x8e)](_0x4317c1(0x9d)),_0x4ee60b=_0x1240eb[_0x4317c1(0xc2)][_0x4317c1(0x8e)](_0x4317c1(0xa4));_0x3ece24&&_0x4ee60b&&(_0xa9a129[_0x4317c1(0xc1)](_0x4317c1(0xa4)),_0xa9a129[_0x4317c1(0x9c)](_0x4317c1(0x9d)),this[_0x4317c1(0xa6)]());}[_0x177139(0xa6)](){const _0x1851fd=_0x177139,_0x417772=this[_0x1851fd(0xa9)],_0x11c59a=_0x417772[_0x1851fd(0xa3)];_0x417772[_0x1851fd(0x92)][_0x1851fd(0x8e)](_0x1851fd(0xb6))[_0x1851fd(0xab)][_0x1851fd(0xaa)](_0x22ff4b=>{const _0x2f9f9c=_0x1851fd;if(_0x2f9f9c(0x97)!=_0x22ff4b[_0x2f9f9c(0xb3)]&&_0x2f9f9c(0x9e)!=_0x22ff4b[_0x2f9f9c(0xb3)])return;const {data:_0x34a77e}=_0x22ff4b;if(_0x34a77e&&_0x2f9f9c(0xa4)===_0x34a77e[_0x2f9f9c(0xa5)]){const _0x24e13c=[],_0xf0c7d=_0x34a77e[_0x2f9f9c(0xbc)][0x0];for(const [_0x460771,_0x4db0c5]of Object[_0x2f9f9c(0xae)](_0xf0c7d))_0x24e13c[_0x2f9f9c(0xb1)](so(_0x417772,_0x460771,_0x4db0c5));return _0x24e13c[_0x2f9f9c(0x9b)]?{'type':_0x2f9f9c(0xad),'content':_0x56c680(_0x11c59a,_0x2f9f9c(0xa8),_0x24e13c[_0x2f9f9c(0x98)](',\x20'))}:{'type':_0x2f9f9c(0xad),'content':_0x56c680(_0x11c59a,_0x2f9f9c(0x90))};}});}}function so(_0x5861e5,_0x42c36d,_0x3f8303){const _0x1d26ea=_0x177139,_0x4d9084=_0x5861e5[_0x1d26ea(0xa3)]['t'],_0x5c5b21=_0x42c36d[_0x1d26ea(0xb4)](/(?=[A-Z])/)[_0x1d26ea(0x98)]('\x20'),_0x4ca90e=_0x4d9084(_0x5c5b21[_0x1d26ea(0xbd)](0x0)[_0x1d26ea(0xa0)]()+_0x5c5b21[_0x1d26ea(0x91)](0x1))[_0x1d26ea(0xba)]();if(_0x1d26ea(0x8d)==typeof _0x3f8303)return _0x4ca90e;if(_0x1d26ea(0xbf)===_0x42c36d||_0x1d26ea(0xbb)===_0x42c36d){const _0x2d8d32=_0x2e5448(_0x5861e5[_0x1d26ea(0xb2)][_0x1d26ea(0x8e)](_0x1d26ea(0x94)))[_0x1d26ea(0x8c)](_0x4b3e98=>_0x4b3e98[_0x1d26ea(0xbe)]==_0x3f8303);return _0x4ca90e+'\x20('+(_0x2d8d32?_0x4d9084(_0x2d8d32[_0x1d26ea(0x9f)])[_0x1d26ea(0xba)]():_0x3f8303)+')';}if(_0x1d26ea(0x95)===_0x42c36d&&isNaN(parseFloat(_0x3f8303))){const _0x93b576=_0x5861e5[_0x1d26ea(0x92)][_0x1d26ea(0x8e)](_0x1d26ea(0xb9))[_0x1d26ea(0xac)](_0x5861e5[_0x1d26ea(0xb2)][_0x1d26ea(0x8e)](_0x1d26ea(0xb8)))[_0x1d26ea(0x8c)](_0x349488=>_0x349488[_0x1d26ea(0xbe)]==_0x3f8303);return _0x4ca90e+'\x20('+(_0x93b576?_0x4d9084(_0x93b576[_0x1d26ea(0x96)])[_0x1d26ea(0xba)]():_0x3f8303)+')';}return _0x4ca90e+'\x20('+_0x3f8303+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2927af=_0x5a5a;function _0x5a5a(_0x1a6a52,_0x48558f){const _0x5415a2=_0x5415();return _0x5a5a=function(_0x5a5a25,_0x203e07){_0x5a5a25=_0x5a5a25-0x1b5;let _0x193291=_0x5415a2[_0x5a5a25];return _0x193291;},_0x5a5a(_0x1a6a52,_0x48558f);}(function(_0x10ed0d,_0x159b83){const _0x434b92=_0x5a5a,_0x30ab5d=_0x10ed0d();while(!![]){try{const _0x13afee=parseInt(_0x434b92(0x1c6))/0x1+parseInt(_0x434b92(0x1d5))/0x2*(parseInt(_0x434b92(0x1d2))/0x3)+parseInt(_0x434b92(0x1ce))/0x4+parseInt(_0x434b92(0x1bc))/0x5*(-parseInt(_0x434b92(0x1c8))/0x6)+parseInt(_0x434b92(0x1bd))/0x7+-parseInt(_0x434b92(0x1d7))/0x8+parseInt(_0x434b92(0x1c0))/0x9;if(_0x13afee===_0x159b83)break;else _0x30ab5d['push'](_0x30ab5d['shift']());}catch(_0x57e8e6){_0x30ab5d['push'](_0x30ab5d['shift']());}}}(_0x5415,0x2368a));import{Plugin as _0x18e519}from'ckeditor5/src/core.js';import{getTranslation as _0x3b9c70}from'../utils/common-translations.js';export default class Y extends _0x18e519{[_0x2927af(0x1cf)](){const _0x8795f=_0x2927af,_0x4703b4=this[_0x8795f(0x1bb)];if(!_0x4703b4[_0x8795f(0x1d1)][_0x8795f(0x1c7)](_0x8795f(0x1b6)))return;this[_0x8795f(0x1d9)]=_0x4703b4[_0x8795f(0x1db)][_0x8795f(0x1dc)](_0x8795f(0x1dd));const _0x4d4feb=_0x4703b4[_0x8795f(0x1d0)],_0x449317=_0x4703b4[_0x8795f(0x1d1)][_0x8795f(0x1dc)](_0x8795f(0x1d3));_0x449317[_0x8795f(0x1cb)](_0x8795f(0x1b8));for(const _0x230b82 of this[_0x8795f(0x1d9)])_0x8795f(0x1ca)!=_0x230b82[_0x8795f(0x1be)]&&_0x449317[_0x8795f(0x1d4)][_0x8795f(0x1bf)](_0x230b82[_0x8795f(0x1be)],_0x3efbe6=>{const _0x2f4c5d=_0x8795f,_0x52d600=this[_0x2f4c5d(0x1b9)](_0x230b82[_0x2f4c5d(0x1be)]);return null!==_0x52d600?_0xeaeee(_0x3efbe6,_0x52d600):_0x2c3f25(_0x3efbe6,_0x230b82[_0x2f4c5d(0x1cd)]);});function _0xeaeee(_0x436eab,_0x2675bf){const _0x19bc6d=_0x8795f;return _0x3b9c70(_0x4d4feb,_0x19bc6d(0x1c5),[_0x436eab,_0x2675bf]);}function _0x2c3f25(_0x22d989,_0x4a78a3){const _0x280248=_0x8795f;return _0x3b9c70(_0x4d4feb,_0x280248(0x1c2),[_0x22d989,_0x4a78a3]);}this[_0x8795f(0x1b5)]();}[_0x2927af(0x1b5)](){const _0x1d4232=_0x2927af,_0x2dbeb8=this[_0x1d4232(0x1bb)],_0x2f15cb=_0x2dbeb8[_0x1d4232(0x1d0)];function _0x27731a(_0xf2d00d,_0x4998cf){const _0x69138d=_0x1d4232;return _0x3b9c70(_0x2f15cb,_0x69138d(0x1c2),[_0xf2d00d,_0x4998cf]);}_0x2dbeb8[_0x1d4232(0x1d1)][_0x1d4232(0x1dc)](_0x1d4232(0x1d3))[_0x1d4232(0x1d4)][_0x1d4232(0x1d8)](_0x23dbc9=>{const _0x30d7a2=_0x1d4232;if(_0x30d7a2(0x1de)!=_0x23dbc9[_0x30d7a2(0x1df)])return;const {data:_0x369817}=_0x23dbc9;if(_0x369817&&_0x30d7a2(0x1b8)==_0x369817[_0x30d7a2(0x1b7)]){const _0x3a162d=_0x369817[_0x30d7a2(0x1d6)][0x0][_0x30d7a2(0x1ba)],_0x67c3af=this[_0x30d7a2(0x1b9)](_0x3a162d);if(null!==_0x67c3af)return{'type':_0x30d7a2(0x1c4),'content':_0x3b9c70(_0x2f15cb,_0x30d7a2(0x1c3),(_0x1c0855=0x1,_0x30eb17=_0x67c3af,_0x3b9c70(_0x2f15cb,_0x30d7a2(0x1c5),[_0x1c0855,_0x30eb17])))};const _0x57e341=this[_0x30d7a2(0x1d9)][_0x30d7a2(0x1c1)](_0x4e0421=>_0x4e0421[_0x30d7a2(0x1be)]===_0x3a162d)[_0x30d7a2(0x1cd)];return{'type':_0x30d7a2(0x1c4),'content':_0x3b9c70(_0x2f15cb,_0x30d7a2(0x1c3),_0x27731a(0x1,_0x57e341))};}var _0x1c0855,_0x30eb17;});}[_0x2927af(0x1b9)](_0x397794){const _0xfd6997=_0x2927af;var _0x3b1eae,_0x346105;const _0x23baf0=_0x397794[_0xfd6997(0x1c9)](/^heading(\d+)/);if(_0x23baf0)return _0x23baf0[0x1];const _0x28de68=null===(_0x3b1eae=this[_0xfd6997(0x1d9)])||void 0x0===_0x3b1eae?void 0x0:_0x3b1eae[_0xfd6997(0x1c1)](_0x5bc9ea=>_0x5bc9ea[_0xfd6997(0x1be)]==_0x397794);if(_0x28de68&&_0x28de68[_0xfd6997(0x1da)]){const _0x4f7f62=_0x28de68[_0xfd6997(0x1da)],_0x258dd8=(null!==(_0x346105=_0x4f7f62[_0xfd6997(0x1cc)])&&void 0x0!==_0x346105?_0x346105:_0x4f7f62)[_0xfd6997(0x1c9)](/^h(\d+)/);if(_0x258dd8)return _0x258dd8[0x1];}return null;}}function _0x5415(){const _0x580cde=['has','29898ZbWQhD','match','paragraph','_enableDefaultAttributesIntegration','name','title','29944YiHOJm','afterInit','locale','plugins','1182rEITnl','TrackChangesEditing','_descriptionFactory','64lSLuOF','commandParams','1002424ZxhscY','registerDescriptionCallback','_headingOptions','view','config','get','heading.options','formatBlock','type','_registerLegacyDescription','HeadingEditing','commandName','heading','_getHeadingLevel','value','editor','10pNLnKS','27839UoTaTB','model','registerElementLabel','1330119OoenUm','find','ELEMENT_HEADING_CUSTOM','*Change\x20to:*\x20%0','format','ELEMENT_HEADING','108441FEiohO'];_0x5415=function(){return _0x580cde;};return _0x5415();}
23
+ function _0x5cc1(){const _0x7bab9c=['plugins','registerDescriptionCallback','458884QcGHrZ','35660UhjMwb','_headingOptions','value','editor','_descriptionFactory','2301220HZpDoG','name','formatBlock','afterInit','1693408KApumH','HeadingEditing','commandName','44hkNxfU','view','_getHeadingLevel','_registerLegacyDescription','66uZoUDI','commandParams','429Qlyguj','394985qVzqNA','get','TrackChangesEditing','ELEMENT_HEADING','find','match','locale','format','_enableDefaultAttributesIntegration','8540wlQNmW','config','type','heading','model','paragraph','1716777KUILFz','has','registerElementLabel','heading.options','*Change\x20to:*\x20%0','title','ELEMENT_HEADING_CUSTOM','6416fldwrB'];_0x5cc1=function(){return _0x7bab9c;};return _0x5cc1();}const _0xa7d17=_0x3aa8;(function(_0x477a41,_0x16d923){const _0x4a2993=_0x3aa8,_0x1c10de=_0x477a41();while(!![]){try{const _0x74c0f5=parseInt(_0x4a2993(0xca))/0x1+parseInt(_0x4a2993(0xd4))/0x2+-parseInt(_0x4a2993(0xdd))/0x3*(parseInt(_0x4a2993(0xcb))/0x4)+-parseInt(_0x4a2993(0xde))/0x5*(-parseInt(_0x4a2993(0xdb))/0x6)+parseInt(_0x4a2993(0xe7))/0x7*(-parseInt(_0x4a2993(0xf4))/0x8)+-parseInt(_0x4a2993(0xed))/0x9+-parseInt(_0x4a2993(0xd0))/0xa*(-parseInt(_0x4a2993(0xd7))/0xb);if(_0x74c0f5===_0x16d923)break;else _0x1c10de['push'](_0x1c10de['shift']());}catch(_0x2411e8){_0x1c10de['push'](_0x1c10de['shift']());}}}(_0x5cc1,0x9eefd));import{Plugin as _0x18f496}from'ckeditor5/src/core.js';import{getTranslation as _0x2d2db9}from'../utils/common-translations.js';function _0x3aa8(_0x1cb604,_0x28e40e){const _0x5cc13e=_0x5cc1();return _0x3aa8=function(_0x3aa812,_0x4c2711){_0x3aa812=_0x3aa812-0xc9;let _0x344289=_0x5cc13e[_0x3aa812];return _0x344289;},_0x3aa8(_0x1cb604,_0x28e40e);}export default class Y extends _0x18f496{[_0xa7d17(0xd3)](){const _0x1abc33=_0xa7d17,_0x4afbaa=this[_0x1abc33(0xce)];if(!_0x4afbaa[_0x1abc33(0xf5)][_0x1abc33(0xee)](_0x1abc33(0xd5)))return;this[_0x1abc33(0xcc)]=_0x4afbaa[_0x1abc33(0xe8)][_0x1abc33(0xdf)](_0x1abc33(0xf0));const _0x504721=_0x4afbaa[_0x1abc33(0xe4)],_0x49b165=_0x4afbaa[_0x1abc33(0xf5)][_0x1abc33(0xdf)](_0x1abc33(0xe0));_0x49b165[_0x1abc33(0xe6)](_0x1abc33(0xea));for(const _0x5b4f88 of this[_0x1abc33(0xcc)])_0x1abc33(0xec)!=_0x5b4f88[_0x1abc33(0xeb)]&&_0x49b165[_0x1abc33(0xcf)][_0x1abc33(0xef)](_0x5b4f88[_0x1abc33(0xeb)],_0x33eb26=>{const _0x5687bd=_0x1abc33,_0x2c3ed2=this[_0x5687bd(0xd9)](_0x5b4f88[_0x5687bd(0xeb)]);return null!==_0x2c3ed2?_0x1c3818(_0x33eb26,_0x2c3ed2):_0x413b23(_0x33eb26,_0x5b4f88[_0x5687bd(0xf2)]);});function _0x1c3818(_0x3782db,_0x188b4e){const _0x2939f5=_0x1abc33;return _0x2d2db9(_0x504721,_0x2939f5(0xe1),[_0x3782db,_0x188b4e]);}function _0x413b23(_0x1d0c26,_0x28586d){const _0x2ae3f0=_0x1abc33;return _0x2d2db9(_0x504721,_0x2ae3f0(0xf3),[_0x1d0c26,_0x28586d]);}this[_0x1abc33(0xda)]();}[_0xa7d17(0xda)](){const _0x10854c=_0xa7d17,_0xf4e4a3=this[_0x10854c(0xce)],_0x1be36a=_0xf4e4a3[_0x10854c(0xe4)];function _0x3d68ed(_0x196e30,_0x2ec1b5){const _0x5a07a4=_0x10854c;return _0x2d2db9(_0x1be36a,_0x5a07a4(0xf3),[_0x196e30,_0x2ec1b5]);}_0xf4e4a3[_0x10854c(0xf5)][_0x10854c(0xdf)](_0x10854c(0xe0))[_0x10854c(0xcf)][_0x10854c(0xc9)](_0x56c94d=>{const _0x19398e=_0x10854c;if(_0x19398e(0xd2)!=_0x56c94d[_0x19398e(0xe9)])return;const {data:_0x513891}=_0x56c94d;if(_0x513891&&_0x19398e(0xea)==_0x513891[_0x19398e(0xd6)]){const _0x555ffd=_0x513891[_0x19398e(0xdc)][0x0][_0x19398e(0xcd)],_0x41b7a4=this[_0x19398e(0xd9)](_0x555ffd);if(null!==_0x41b7a4)return{'type':_0x19398e(0xe5),'content':_0x2d2db9(_0x1be36a,_0x19398e(0xf1),(_0x11f643=0x1,_0x2f3ce8=_0x41b7a4,_0x2d2db9(_0x1be36a,_0x19398e(0xe1),[_0x11f643,_0x2f3ce8])))};const _0x4fde50=this[_0x19398e(0xcc)][_0x19398e(0xe2)](_0xbcd848=>_0xbcd848[_0x19398e(0xeb)]===_0x555ffd)[_0x19398e(0xf2)];return{'type':_0x19398e(0xe5),'content':_0x2d2db9(_0x1be36a,_0x19398e(0xf1),_0x3d68ed(0x1,_0x4fde50))};}var _0x11f643,_0x2f3ce8;});}[_0xa7d17(0xd9)](_0x59c4a0){const _0xe04dfb=_0xa7d17;var _0x2ae01c,_0x225e54;const _0xe55746=_0x59c4a0[_0xe04dfb(0xe3)](/^heading(\d+)/);if(_0xe55746)return _0xe55746[0x1];const _0x3a55e5=null===(_0x2ae01c=this[_0xe04dfb(0xcc)])||void 0x0===_0x2ae01c?void 0x0:_0x2ae01c[_0xe04dfb(0xe2)](_0x2d5bca=>_0x2d5bca[_0xe04dfb(0xeb)]==_0x59c4a0);if(_0x3a55e5&&_0x3a55e5[_0xe04dfb(0xd8)]){const _0x5867c9=_0x3a55e5[_0xe04dfb(0xd8)],_0x96d740=(null!==(_0x225e54=_0x5867c9[_0xe04dfb(0xd1)])&&void 0x0!==_0x225e54?_0x225e54:_0x5867c9)[_0xe04dfb(0xe3)](/^h(\d+)/);if(_0x96d740)return _0x96d740[0x1];}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2f24(_0x45b938,_0x34c626){const _0xad8224=_0xad82();return _0x2f24=function(_0x2f246c,_0x5106ec){_0x2f246c=_0x2f246c-0x125;let _0x1db107=_0xad8224[_0x2f246c];return _0x1db107;},_0x2f24(_0x45b938,_0x34c626);}const _0x47c4b3=_0x2f24;(function(_0x1331fd,_0x406773){const _0x3a9604=_0x2f24,_0x1d7af0=_0x1331fd();while(!![]){try{const _0x308157=parseInt(_0x3a9604(0x12a))/0x1*(parseInt(_0x3a9604(0x145))/0x2)+parseInt(_0x3a9604(0x12d))/0x3*(-parseInt(_0x3a9604(0x13f))/0x4)+parseInt(_0x3a9604(0x12e))/0x5+parseInt(_0x3a9604(0x130))/0x6+parseInt(_0x3a9604(0x13d))/0x7+-parseInt(_0x3a9604(0x131))/0x8*(-parseInt(_0x3a9604(0x13b))/0x9)+-parseInt(_0x3a9604(0x12f))/0xa;if(_0x308157===_0x406773)break;else _0x1d7af0['push'](_0x1d7af0['shift']());}catch(_0x12b30e){_0x1d7af0['push'](_0x1d7af0['shift']());}}}(_0xad82,0xa5a41));import{Plugin as _0x1a3b12}from'ckeditor5/src/core.js';function _0xad82(){const _0x1997d2=['3628668BUUbNw','highlight','locale','config','FORMAT_HIGHLIGHT','format','1058ifHIPJ','afterInit','_registerLegacyDescription','value','toLowerCase','registerDescriptionCallback','_enableDefaultAttributesIntegration','formatInline','TrackChangesEditing','highlight.options','*Remove\x20highlight*','_descriptionFactory','find','1361AZEJVp','color','commandName','3TnZRzQ','2107910oPbSUA','15161040rIsSNY','718344GYQELa','224Lephif','type','has','model','*Set\x20highlight:*\x20%0','title','commandParams','HighlightEditing','editor','registerAttributeLabel','398646XmiszW','plugins','4201603wyqUhE','get'];_0xad82=function(){return _0x1997d2;};return _0xad82();}import{getTranslation as _0x197d69}from'../utils/common-translations.js';export default class Z extends _0x1a3b12{[_0x47c4b3(0x146)](){const _0x5817cf=_0x47c4b3,_0x3427c7=this[_0x5817cf(0x139)];if(!_0x3427c7[_0x5817cf(0x13c)][_0x5817cf(0x133)](_0x5817cf(0x138)))return;const _0x2df43f=_0x3427c7[_0x5817cf(0x13c)][_0x5817cf(0x13e)](_0x5817cf(0x125)),_0x29aed8=_0x3427c7[_0x5817cf(0x141)];_0x2df43f[_0x5817cf(0x14b)](_0x5817cf(0x140),[_0x5817cf(0x140)]),_0x2df43f[_0x5817cf(0x128)][_0x5817cf(0x13a)](_0x5817cf(0x140),_0x197d69(_0x29aed8,_0x5817cf(0x143))),this[_0x5817cf(0x147)]();}[_0x47c4b3(0x147)](){const _0x4bbc23=_0x47c4b3,_0x458c8e=this[_0x4bbc23(0x139)],_0x118f12=_0x458c8e[_0x4bbc23(0x141)];_0x458c8e[_0x4bbc23(0x13c)][_0x4bbc23(0x13e)](_0x4bbc23(0x125))[_0x4bbc23(0x128)][_0x4bbc23(0x14a)](_0x2d9a56=>{const _0x3e3aae=_0x4bbc23;if(_0x3e3aae(0x14c)!=_0x2d9a56[_0x3e3aae(0x132)])return;const {data:_0x25e7ad}=_0x2d9a56;if(_0x25e7ad&&_0x3e3aae(0x140)==_0x25e7ad[_0x3e3aae(0x12c)]){const _0x480576=_0x118f12['t'],_0x15dd03=_0x25e7ad[_0x3e3aae(0x137)][0x0][_0x3e3aae(0x148)];if(_0x15dd03){const _0x21fb07=_0x458c8e[_0x3e3aae(0x142)][_0x3e3aae(0x13e)](_0x3e3aae(0x126))[_0x3e3aae(0x129)](_0x13bdaf=>_0x13bdaf[_0x3e3aae(0x134)]==_0x15dd03),_0x3489a0=_0x480576(_0x21fb07[_0x3e3aae(0x136)])[_0x3e3aae(0x149)]();return{'type':_0x3e3aae(0x144),'content':_0x197d69(_0x118f12,_0x3e3aae(0x135),_0x3489a0),'color':{'value':_0x21fb07[_0x3e3aae(0x12b)],'title':_0x21fb07[_0x3e3aae(0x136)]}};}return{'type':_0x3e3aae(0x144),'content':_0x197d69(_0x118f12,_0x3e3aae(0x127),_0x197d69(_0x118f12,_0x3e3aae(0x143)))};}});}}
23
+ function _0x3076(_0x13eb53,_0x1e6a87){const _0x1f790f=_0x1f79();return _0x3076=function(_0x30763c,_0x1c2a76){_0x30763c=_0x30763c-0x112;let _0x1c1afc=_0x1f790f[_0x30763c];return _0x1c1afc;},_0x3076(_0x13eb53,_0x1e6a87);}const _0x26d269=_0x3076;(function(_0x5dff19,_0xa134ee){const _0x33e1f9=_0x3076,_0x513ffe=_0x5dff19();while(!![]){try{const _0xc037d4=parseInt(_0x33e1f9(0x113))/0x1+parseInt(_0x33e1f9(0x12d))/0x2+-parseInt(_0x33e1f9(0x11b))/0x3+parseInt(_0x33e1f9(0x128))/0x4*(parseInt(_0x33e1f9(0x126))/0x5)+-parseInt(_0x33e1f9(0x137))/0x6*(-parseInt(_0x33e1f9(0x118))/0x7)+parseInt(_0x33e1f9(0x11f))/0x8+-parseInt(_0x33e1f9(0x136))/0x9*(parseInt(_0x33e1f9(0x12b))/0xa);if(_0xc037d4===_0xa134ee)break;else _0x513ffe['push'](_0x513ffe['shift']());}catch(_0x53bc6e){_0x513ffe['push'](_0x513ffe['shift']());}}}(_0x1f79,0x8f282));import{Plugin as _0x37c270}from'ckeditor5/src/core.js';function _0x1f79(){const _0x436850=['highlight.options','1143924BJwQvm','config','commandParams','find','6007840ZcrAvX','title','type','_descriptionFactory','model','TrackChangesEditing','locale','6255ybCrrS','afterInit','1708mLgzOM','registerAttributeLabel','get','10tFCevJ','*Set\x20highlight:*\x20%0','589290BTeazX','commandName','format','editor','highlight','value','_enableDefaultAttributesIntegration','toLowerCase','*Remove\x20highlight*','17506872uRPsGc','278982dmGniO','formatInline','FORMAT_HIGHLIGHT','plugins','217156VucdiC','has','color','_registerLegacyDescription','registerDescriptionCallback','168Hrpcho','HighlightEditing'];_0x1f79=function(){return _0x436850;};return _0x1f79();}import{getTranslation as _0x2470e0}from'../utils/common-translations.js';export default class Z extends _0x37c270{[_0x26d269(0x127)](){const _0xe14e93=_0x26d269,_0x342c53=this[_0xe14e93(0x130)];if(!_0x342c53[_0xe14e93(0x112)][_0xe14e93(0x114)](_0xe14e93(0x119)))return;const _0xf64266=_0x342c53[_0xe14e93(0x112)][_0xe14e93(0x12a)](_0xe14e93(0x124)),_0x375f77=_0x342c53[_0xe14e93(0x125)];_0xf64266[_0xe14e93(0x133)](_0xe14e93(0x131),[_0xe14e93(0x131)]),_0xf64266[_0xe14e93(0x122)][_0xe14e93(0x129)](_0xe14e93(0x131),_0x2470e0(_0x375f77,_0xe14e93(0x139))),this[_0xe14e93(0x116)]();}[_0x26d269(0x116)](){const _0x1e0b3e=_0x26d269,_0x2e0390=this[_0x1e0b3e(0x130)],_0x5f5a21=_0x2e0390[_0x1e0b3e(0x125)];_0x2e0390[_0x1e0b3e(0x112)][_0x1e0b3e(0x12a)](_0x1e0b3e(0x124))[_0x1e0b3e(0x122)][_0x1e0b3e(0x117)](_0x589219=>{const _0x4dc7a9=_0x1e0b3e;if(_0x4dc7a9(0x138)!=_0x589219[_0x4dc7a9(0x121)])return;const {data:_0x455163}=_0x589219;if(_0x455163&&_0x4dc7a9(0x131)==_0x455163[_0x4dc7a9(0x12e)]){const _0x5c10af=_0x5f5a21['t'],_0x59a20f=_0x455163[_0x4dc7a9(0x11d)][0x0][_0x4dc7a9(0x132)];if(_0x59a20f){const _0x10110d=_0x2e0390[_0x4dc7a9(0x11c)][_0x4dc7a9(0x12a)](_0x4dc7a9(0x11a))[_0x4dc7a9(0x11e)](_0x46a8b0=>_0x46a8b0[_0x4dc7a9(0x123)]==_0x59a20f),_0x10aed0=_0x5c10af(_0x10110d[_0x4dc7a9(0x120)])[_0x4dc7a9(0x134)]();return{'type':_0x4dc7a9(0x12f),'content':_0x2470e0(_0x5f5a21,_0x4dc7a9(0x12c),_0x10aed0),'color':{'value':_0x10110d[_0x4dc7a9(0x115)],'title':_0x10110d[_0x4dc7a9(0x120)]}};}return{'type':_0x4dc7a9(0x12f),'content':_0x2470e0(_0x5f5a21,_0x4dc7a9(0x135),_0x2470e0(_0x5f5a21,_0x4dc7a9(0x139)))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x7936(){const _0x2ee18f=['HorizontalLineEditing','enableCommand','242506iSPMms','ELEMENT_HORIZONTAL_LINE','createEmptyElement','602952iYLPme','editor','get','has','showSuggestionHighlights','registerElementLabel','createPositionAt','div','plugins','conversion','TrackChangesEditing','afterInit','1818460QDAoIB','100pHXdCi','ck-horizontal-line','3861728OzbvSW','high','insert','locale','createContainerElement','_descriptionFactory','dataDowncast','addClass','412420QMOPrL','380829MEwiEH','horizontalLine','46752ECxDbX','for','elementToStructure'];_0x7936=function(){return _0x2ee18f;};return _0x7936();}const _0x19c421=_0x58c1;(function(_0x1c0d88,_0x43b517){const _0x508a8b=_0x58c1,_0x3b4b42=_0x1c0d88();while(!![]){try{const _0x3d7c67=parseInt(_0x508a8b(0x109))/0x1+parseInt(_0x508a8b(0x10c))/0x2+parseInt(_0x508a8b(0x102))/0x3+parseInt(_0x508a8b(0x101))/0x4+-parseInt(_0x508a8b(0xf7))/0x5*(-parseInt(_0x508a8b(0x104))/0x6)+-parseInt(_0x508a8b(0xf6))/0x7+-parseInt(_0x508a8b(0xf9))/0x8;if(_0x3d7c67===_0x43b517)break;else _0x3b4b42['push'](_0x3b4b42['shift']());}catch(_0xdf4b13){_0x3b4b42['push'](_0x3b4b42['shift']());}}}(_0x7936,0x2dbee));import{Plugin as _0x10ec05}from'ckeditor5/src/core.js';import{getTranslation as _0x3cf90c}from'../utils/common-translations.js';function _0x58c1(_0x295549,_0x19a5e7){const _0x793605=_0x7936();return _0x58c1=function(_0x58c111,_0x56c49c){_0x58c111=_0x58c111-0xee;let _0x4c9da3=_0x793605[_0x58c111];return _0x4c9da3;},_0x58c1(_0x295549,_0x19a5e7);}export default class tt extends _0x10ec05{[_0x19c421(0xf5)](){const _0x1e3b57=_0x19c421,_0x2cda8e=this[_0x1e3b57(0x10d)];if(!_0x2cda8e[_0x1e3b57(0xf2)][_0x1e3b57(0x10f)](_0x1e3b57(0x107)))return;_0x2cda8e[_0x1e3b57(0xf2)][_0x1e3b57(0x10e)](_0x1e3b57(0xf4))[_0x1e3b57(0x108)](_0x1e3b57(0x103));const _0x3896f3=_0x2cda8e[_0x1e3b57(0xf2)][_0x1e3b57(0x10e)](_0x1e3b57(0xf4)),_0x1d9880=_0x2cda8e[_0x1e3b57(0xfc)];_0x3896f3[_0x1e3b57(0xfe)][_0x1e3b57(0xef)](_0x1e3b57(0x103),_0x28710b=>_0x3cf90c(_0x1d9880,_0x1e3b57(0x10a),_0x28710b)),_0x2cda8e[_0x1e3b57(0xf3)][_0x1e3b57(0x105)](_0x1e3b57(0xff))[_0x1e3b57(0x106)]({'model':_0x1e3b57(0x103),'view':(_0x60325e,{writer:_0x3dfd8c,options:_0x4fad23})=>{const _0x51d0b0=_0x1e3b57;if(!_0x4fad23[_0x51d0b0(0xee)])return null;const _0x110a23=_0x3dfd8c[_0x51d0b0(0xfd)](_0x51d0b0(0xf1)),_0x13219d=_0x3dfd8c[_0x51d0b0(0x10b)]('hr');return _0x3dfd8c[_0x51d0b0(0x100)](_0x51d0b0(0xf8),_0x110a23),_0x3dfd8c[_0x51d0b0(0xfb)](_0x3dfd8c[_0x51d0b0(0xf0)](_0x110a23,0x0),_0x13219d),_0x110a23;},'converterPriority':_0x1e3b57(0xfa)});}}
23
+ const _0x169c10=_0x4972;(function(_0x1e07ea,_0x47fc19){const _0x3147c5=_0x4972,_0x259f71=_0x1e07ea();while(!![]){try{const _0x117601=-parseInt(_0x3147c5(0x1de))/0x1+-parseInt(_0x3147c5(0x1dd))/0x2+parseInt(_0x3147c5(0x1c7))/0x3+parseInt(_0x3147c5(0x1d9))/0x4+parseInt(_0x3147c5(0x1d5))/0x5*(parseInt(_0x3147c5(0x1d3))/0x6)+parseInt(_0x3147c5(0x1e7))/0x7+-parseInt(_0x3147c5(0x1e8))/0x8*(-parseInt(_0x3147c5(0x1d6))/0x9);if(_0x117601===_0x47fc19)break;else _0x259f71['push'](_0x259f71['shift']());}catch(_0x542850){_0x259f71['push'](_0x259f71['shift']());}}}(_0x44fd,0x77959));function _0x4972(_0x3a0ada,_0x3ea55a){const _0x44fd4b=_0x44fd();return _0x4972=function(_0x497204,_0x45757e){_0x497204=_0x497204-0x1c7;let _0x590f45=_0x44fd4b[_0x497204];return _0x590f45;},_0x4972(_0x3a0ada,_0x3ea55a);}import{Plugin as _0x26c8f7}from'ckeditor5/src/core.js';function _0x44fd(){const _0x53fba2=['1895504nIwAjp','showSuggestionHighlights','high','addClass','1035620zwNwVJ','751767dLwNUI','insert','createContainerElement','ELEMENT_HORIZONTAL_LINE','afterInit','_descriptionFactory','TrackChangesEditing','HorizontalLineEditing','createPositionAt','4081945ifsUGu','2701704QLXMKI','editor','780486BUJsbR','for','elementToStructure','div','conversion','dataDowncast','locale','get','horizontalLine','registerElementLabel','enableCommand','createEmptyElement','34836fieOhE','plugins','90mDpilJ','9bbTYWn','has','ck-horizontal-line'];_0x44fd=function(){return _0x53fba2;};return _0x44fd();}import{getTranslation as _0xb2c18e}from'../utils/common-translations.js';export default class tt extends _0x26c8f7{[_0x169c10(0x1e2)](){const _0x5ceffe=_0x169c10,_0x167a74=this[_0x5ceffe(0x1e9)];if(!_0x167a74[_0x5ceffe(0x1d4)][_0x5ceffe(0x1d7)](_0x5ceffe(0x1e5)))return;_0x167a74[_0x5ceffe(0x1d4)][_0x5ceffe(0x1ce)](_0x5ceffe(0x1e4))[_0x5ceffe(0x1d1)](_0x5ceffe(0x1cf));const _0x5888e3=_0x167a74[_0x5ceffe(0x1d4)][_0x5ceffe(0x1ce)](_0x5ceffe(0x1e4)),_0x23c15c=_0x167a74[_0x5ceffe(0x1cd)];_0x5888e3[_0x5ceffe(0x1e3)][_0x5ceffe(0x1d0)](_0x5ceffe(0x1cf),_0x466011=>_0xb2c18e(_0x23c15c,_0x5ceffe(0x1e1),_0x466011)),_0x167a74[_0x5ceffe(0x1cb)][_0x5ceffe(0x1c8)](_0x5ceffe(0x1cc))[_0x5ceffe(0x1c9)]({'model':_0x5ceffe(0x1cf),'view':(_0x115726,{writer:_0x1fe6c7,options:_0x3ad325})=>{const _0x5ed1ac=_0x5ceffe;if(!_0x3ad325[_0x5ed1ac(0x1da)])return null;const _0x207c05=_0x1fe6c7[_0x5ed1ac(0x1e0)](_0x5ed1ac(0x1ca)),_0x3b9a8d=_0x1fe6c7[_0x5ed1ac(0x1d2)]('hr');return _0x1fe6c7[_0x5ed1ac(0x1dc)](_0x5ed1ac(0x1d8),_0x207c05),_0x1fe6c7[_0x5ed1ac(0x1df)](_0x1fe6c7[_0x5ed1ac(0x1e6)](_0x207c05,0x0),_0x3b9a8d),_0x207c05;},'converterPriority':_0x5ceffe(0x1db)});}}