@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240411.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 (145) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +1 -1
  41. package/lang/translations/bg.po +1 -1
  42. package/lang/translations/bn.po +1 -1
  43. package/lang/translations/ca.po +1 -1
  44. package/lang/translations/cs.po +1 -1
  45. package/lang/translations/da.po +1 -1
  46. package/lang/translations/de.po +1 -1
  47. package/lang/translations/el.po +1 -1
  48. package/lang/translations/es.po +1 -1
  49. package/lang/translations/et.po +1 -1
  50. package/lang/translations/fi.po +1 -1
  51. package/lang/translations/fr.po +1 -1
  52. package/lang/translations/he.po +1 -1
  53. package/lang/translations/hi.po +1 -1
  54. package/lang/translations/hu.po +1 -1
  55. package/lang/translations/id.po +1 -1
  56. package/lang/translations/it.po +1 -1
  57. package/lang/translations/ja.po +1 -1
  58. package/lang/translations/ko.po +1 -1
  59. package/lang/translations/lt.po +1 -1
  60. package/lang/translations/lv.po +1 -1
  61. package/lang/translations/ms.po +1 -1
  62. package/lang/translations/nl.po +1 -1
  63. package/lang/translations/no.po +1 -1
  64. package/lang/translations/pl.po +1 -1
  65. package/lang/translations/pt-br.po +1 -1
  66. package/lang/translations/pt.po +1 -1
  67. package/lang/translations/ro.po +1 -1
  68. package/lang/translations/ru.po +1 -1
  69. package/lang/translations/sk.po +1 -1
  70. package/lang/translations/sr.po +1 -1
  71. package/lang/translations/sv.po +1 -1
  72. package/lang/translations/th.po +1 -1
  73. package/lang/translations/tr.po +2 -2
  74. package/lang/translations/uk.po +1 -1
  75. package/lang/translations/vi.po +1 -1
  76. package/lang/translations/zh-cn.po +1 -1
  77. package/lang/translations/zh.po +1 -1
  78. package/package.json +3 -3
  79. package/src/commands/acceptsuggestioncommand.js +1 -1
  80. package/src/commands/discardsuggestioncommand.js +1 -1
  81. package/src/commands/executeonallsuggestionscommand.js +1 -1
  82. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  83. package/src/commands/trackchangescommand.js +1 -1
  84. package/src/index.js +1 -1
  85. package/src/integrations/aiassistant.js +1 -1
  86. package/src/integrations/alignment.js +1 -1
  87. package/src/integrations/basicstyles.js +1 -1
  88. package/src/integrations/blockquote.js +1 -1
  89. package/src/integrations/casechange.js +1 -1
  90. package/src/integrations/ckbox.js +1 -1
  91. package/src/integrations/codeblock.js +1 -1
  92. package/src/integrations/comments.js +1 -1
  93. package/src/integrations/deletecommand.js +1 -1
  94. package/src/integrations/entercommand.js +1 -1
  95. package/src/integrations/findandreplace.js +1 -1
  96. package/src/integrations/font.js +1 -1
  97. package/src/integrations/formatpainter.js +1 -1
  98. package/src/integrations/heading.js +1 -1
  99. package/src/integrations/highlight.js +1 -1
  100. package/src/integrations/horizontalline.js +1 -1
  101. package/src/integrations/htmlembed.js +1 -1
  102. package/src/integrations/image.js +1 -1
  103. package/src/integrations/imagereplace.js +1 -1
  104. package/src/integrations/imagestyle.js +1 -1
  105. package/src/integrations/importword.js +1 -1
  106. package/src/integrations/indent.js +1 -1
  107. package/src/integrations/inputcommand.js +1 -1
  108. package/src/integrations/legacylist.js +1 -1
  109. package/src/integrations/legacylistproperties.js +1 -1
  110. package/src/integrations/link.js +1 -1
  111. package/src/integrations/list.js +1 -1
  112. package/src/integrations/listproperties.js +1 -1
  113. package/src/integrations/mediaembed.js +1 -1
  114. package/src/integrations/mention.js +1 -1
  115. package/src/integrations/multilevellist.js +1 -1
  116. package/src/integrations/pagebreak.js +1 -1
  117. package/src/integrations/paragraph.js +1 -1
  118. package/src/integrations/removeformat.js +1 -1
  119. package/src/integrations/restrictededitingmode.js +1 -1
  120. package/src/integrations/shiftentercommand.js +1 -1
  121. package/src/integrations/standardeditingmode.js +1 -1
  122. package/src/integrations/style.js +1 -1
  123. package/src/integrations/table.js +1 -1
  124. package/src/integrations/tablecaption.js +1 -1
  125. package/src/integrations/tableclipboard.js +1 -1
  126. package/src/integrations/tablecolumnresize.js +1 -1
  127. package/src/integrations/tableheadings.js +1 -1
  128. package/src/integrations/tablemergesplit.js +1 -1
  129. package/src/integrations/tableofcontents.js +1 -1
  130. package/src/integrations/tableproperties.js +1 -1
  131. package/src/integrations/template.js +1 -1
  132. package/src/integrations/title.js +1 -1
  133. package/src/integrations/undo.js +1 -1
  134. package/src/integrations/utils.js +1 -1
  135. package/src/suggestion.js +1 -1
  136. package/src/suggestiondescriptionfactory.js +1 -1
  137. package/src/trackchanges.js +1 -1
  138. package/src/trackchangesdata.js +1 -1
  139. package/src/trackchangesediting.js +1 -1
  140. package/src/trackchangesui.js +1 -1
  141. package/src/ui/suggestioncontroller.js +1 -1
  142. package/src/ui/view/basesuggestionthreadview.js +1 -1
  143. package/src/ui/view/suggestionthreadview.js +1 -1
  144. package/src/utils/common-translations.js +1 -1
  145. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)))};}});}}
23
+ const _0x3031dd=_0x3141;(function(_0x316807,_0xde34f5){const _0x1d04e5=_0x3141,_0x5f3ce4=_0x316807();while(!![]){try{const _0x24f9a9=parseInt(_0x1d04e5(0x12b))/0x1+-parseInt(_0x1d04e5(0x13e))/0x2+parseInt(_0x1d04e5(0x139))/0x3*(parseInt(_0x1d04e5(0x141))/0x4)+-parseInt(_0x1d04e5(0x133))/0x5+-parseInt(_0x1d04e5(0x12d))/0x6+-parseInt(_0x1d04e5(0x132))/0x7+parseInt(_0x1d04e5(0x127))/0x8;if(_0x24f9a9===_0xde34f5)break;else _0x5f3ce4['push'](_0x5f3ce4['shift']());}catch(_0x232f44){_0x5f3ce4['push'](_0x5f3ce4['shift']());}}}(_0x4610,0xb4972));function _0x3141(_0x9af122,_0x340712){const _0x4610c6=_0x4610();return _0x3141=function(_0x314187,_0x214761){_0x314187=_0x314187-0x121;let _0x72e9ff=_0x4610c6[_0x314187];return _0x72e9ff;},_0x3141(_0x9af122,_0x340712);}import{Plugin as _0x352329}from'ckeditor5/src/core.js';function _0x4610(){const _0xb69c45=['_registerLegacyDescription','color','7768103HAnTZY','7262200XZKzfG','get','toLowerCase','registerAttributeLabel','value','_enableDefaultAttributesIntegration','233481fevpkS','FORMAT_HIGHLIGHT','*Set\x20highlight:*\x20%0','*Remove\x20highlight*','HighlightEditing','179438GmGMib','plugins','has','68LMPnqC','locale','afterInit','_descriptionFactory','commandParams','highlight.options','title','model','format','formatInline','type','config','16657904dYdqLQ','TrackChangesEditing','find','registerDescriptionCallback','614603dkPFEC','highlight','3769884BeLqiK','editor','commandName'];_0x4610=function(){return _0xb69c45;};return _0x4610();}import{getTranslation as _0xdbc443}from'../utils/common-translations.js';export default class Z extends _0x352329{[_0x3031dd(0x143)](){const _0x2751ce=_0x3031dd,_0x5db71a=this[_0x2751ce(0x12e)];if(!_0x5db71a[_0x2751ce(0x13f)][_0x2751ce(0x140)](_0x2751ce(0x13d)))return;const _0x17d0f5=_0x5db71a[_0x2751ce(0x13f)][_0x2751ce(0x134)](_0x2751ce(0x128)),_0x36176f=_0x5db71a[_0x2751ce(0x142)];_0x17d0f5[_0x2751ce(0x138)](_0x2751ce(0x12c),[_0x2751ce(0x12c)]),_0x17d0f5[_0x2751ce(0x144)][_0x2751ce(0x136)](_0x2751ce(0x12c),_0xdbc443(_0x36176f,_0x2751ce(0x13a))),this[_0x2751ce(0x130)]();}[_0x3031dd(0x130)](){const _0x3df207=_0x3031dd,_0x80d667=this[_0x3df207(0x12e)],_0x3ce558=_0x80d667[_0x3df207(0x142)];_0x80d667[_0x3df207(0x13f)][_0x3df207(0x134)](_0x3df207(0x128))[_0x3df207(0x144)][_0x3df207(0x12a)](_0x2acfee=>{const _0x29f261=_0x3df207;if(_0x29f261(0x124)!=_0x2acfee[_0x29f261(0x125)])return;const {data:_0x437ad2}=_0x2acfee;if(_0x437ad2&&_0x29f261(0x12c)==_0x437ad2[_0x29f261(0x12f)]){const _0x5cce96=_0x3ce558['t'],_0x566807=_0x437ad2[_0x29f261(0x145)][0x0][_0x29f261(0x137)];if(_0x566807){const _0xe10b25=_0x80d667[_0x29f261(0x126)][_0x29f261(0x134)](_0x29f261(0x146))[_0x29f261(0x129)](_0x34f8d0=>_0x34f8d0[_0x29f261(0x122)]==_0x566807),_0x3a62bb=_0x5cce96(_0xe10b25[_0x29f261(0x121)])[_0x29f261(0x135)]();return{'type':_0x29f261(0x123),'content':_0xdbc443(_0x3ce558,_0x29f261(0x13b),_0x3a62bb),'color':{'value':_0xe10b25[_0x29f261(0x131)],'title':_0xe10b25[_0x29f261(0x121)]}};}return{'type':_0x29f261(0x123),'content':_0xdbc443(_0x3ce558,_0x29f261(0x13c),_0xdbc443(_0x3ce558,_0x29f261(0x13a)))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)});}}
23
+ const _0x194e37=_0x3582;function _0x5a95(){const _0x33796c=['conversion','createPositionAt','enableCommand','has','1391080oaicHV','showSuggestionHighlights','get','2129764YohkkL','horizontalLine','locale','dataDowncast','elementToStructure','registerElementLabel','ck-horizontal-line','plugins','afterInit','editor','HorizontalLineEditing','createEmptyElement','for','addClass','1338417xotWmW','603620EZZwFi','4928562sWAupN','createContainerElement','high','23dycfvB','5pIsgTZ','ELEMENT_HORIZONTAL_LINE','div','TrackChangesEditing','insert','52190PHAtVQ','_descriptionFactory','10146834lYvAwk'];_0x5a95=function(){return _0x33796c;};return _0x5a95();}(function(_0x5b54b4,_0x41ea6b){const _0x2feaf0=_0x3582,_0x3042b7=_0x5b54b4();while(!![]){try{const _0x1a8eeb=-parseInt(_0x2feaf0(0x169))/0x1*(-parseInt(_0x2feaf0(0x16f))/0x2)+parseInt(_0x2feaf0(0x164))/0x3+parseInt(_0x2feaf0(0x165))/0x4*(-parseInt(_0x2feaf0(0x16a))/0x5)+parseInt(_0x2feaf0(0x166))/0x6+-parseInt(_0x2feaf0(0x179))/0x7+parseInt(_0x2feaf0(0x176))/0x8+-parseInt(_0x2feaf0(0x171))/0x9;if(_0x1a8eeb===_0x41ea6b)break;else _0x3042b7['push'](_0x3042b7['shift']());}catch(_0x5f0e64){_0x3042b7['push'](_0x3042b7['shift']());}}}(_0x5a95,0x7012d));import{Plugin as _0x577847}from'ckeditor5/src/core.js';import{getTranslation as _0x2d483d}from'../utils/common-translations.js';function _0x3582(_0x15c1e0,_0x15f343){const _0x5a9562=_0x5a95();return _0x3582=function(_0x358254,_0x400901){_0x358254=_0x358254-0x158;let _0xf719d3=_0x5a9562[_0x358254];return _0xf719d3;},_0x3582(_0x15c1e0,_0x15f343);}export default class tt extends _0x577847{[_0x194e37(0x15e)](){const _0x7ed9d1=_0x194e37,_0x3e5e04=this[_0x7ed9d1(0x15f)];if(!_0x3e5e04[_0x7ed9d1(0x15d)][_0x7ed9d1(0x175)](_0x7ed9d1(0x160)))return;_0x3e5e04[_0x7ed9d1(0x15d)][_0x7ed9d1(0x178)](_0x7ed9d1(0x16d))[_0x7ed9d1(0x174)](_0x7ed9d1(0x17a));const _0x376b62=_0x3e5e04[_0x7ed9d1(0x15d)][_0x7ed9d1(0x178)](_0x7ed9d1(0x16d)),_0x26d6ca=_0x3e5e04[_0x7ed9d1(0x158)];_0x376b62[_0x7ed9d1(0x170)][_0x7ed9d1(0x15b)](_0x7ed9d1(0x17a),_0xc866ce=>_0x2d483d(_0x26d6ca,_0x7ed9d1(0x16b),_0xc866ce)),_0x3e5e04[_0x7ed9d1(0x172)][_0x7ed9d1(0x162)](_0x7ed9d1(0x159))[_0x7ed9d1(0x15a)]({'model':_0x7ed9d1(0x17a),'view':(_0x452208,{writer:_0x369c70,options:_0x4f662b})=>{const _0x50bda3=_0x7ed9d1;if(!_0x4f662b[_0x50bda3(0x177)])return null;const _0x1660be=_0x369c70[_0x50bda3(0x167)](_0x50bda3(0x16c)),_0x20cd0a=_0x369c70[_0x50bda3(0x161)]('hr');return _0x369c70[_0x50bda3(0x163)](_0x50bda3(0x15c),_0x1660be),_0x369c70[_0x50bda3(0x16e)](_0x369c70[_0x50bda3(0x173)](_0x1660be,0x0),_0x20cd0a),_0x1660be;},'converterPriority':_0x7ed9d1(0x168)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1da7(){const _0x4998c9=['attribute','editor','locale','nodeAfter','value','101224zteNJW','742292BRaJMJ','commandName','format','registerElementLabel','afterInit','*Change\x20%0\x20content*','20xeknuf','34844328FrFctO','start','key','ELEMENT_HTML_EMBED','_enableDefaultAttributesIntegration','25JGOcUp','type','_descriptionFactory','get','147NLoIaI','_registerLegacyDescription','2425068VpTpKG','19zVktDu','213228ZhxiOb','getFirstRange','htmlEmbed','77018BjQogz','TrackChangesEditing','765KVtrHK','953282BUSYUd','registerDescriptionCallback','has','plugins','HtmlEmbed','element','rawHtml','formatBlock'];_0x1da7=function(){return _0x4998c9;};return _0x1da7();}const _0x368403=_0x1907;(function(_0xa72f11,_0x1119b4){const _0x227d56=_0x1907,_0xbb0dbe=_0xa72f11();while(!![]){try{const _0x34e4d2=-parseInt(_0x227d56(0xf3))/0x1*(parseInt(_0x227d56(0xf7))/0x2)+-parseInt(_0x227d56(0xf2))/0x3+parseInt(_0x227d56(0xe0))/0x4*(parseInt(_0x227d56(0xec))/0x5)+parseInt(_0x227d56(0xf4))/0x6*(-parseInt(_0x227d56(0xf0))/0x7)+parseInt(_0x227d56(0xdf))/0x8*(-parseInt(_0x227d56(0xf9))/0x9)+parseInt(_0x227d56(0xe6))/0xa*(parseInt(_0x227d56(0xfa))/0xb)+parseInt(_0x227d56(0xe7))/0xc;if(_0x34e4d2===_0x1119b4)break;else _0xbb0dbe['push'](_0xbb0dbe['shift']());}catch(_0x253fad){_0xbb0dbe['push'](_0xbb0dbe['shift']());}}}(_0x1da7,0x9cfed));function _0x1907(_0x5ecc93,_0x57bcf3){const _0x1da7ca=_0x1da7();return _0x1907=function(_0x1907ad,_0x373a7e){_0x1907ad=_0x1907ad-0xd5;let _0x4668fc=_0x1da7ca[_0x1907ad];return _0x4668fc;},_0x1907(_0x5ecc93,_0x57bcf3);}import{Plugin as _0x1e86f4}from'ckeditor5/src/core.js';import{getTranslation as _0x298ede}from'../utils/common-translations.js';export default class et extends _0x1e86f4{[_0x368403(0xe4)](){const _0x382140=_0x368403,_0x497b88=this[_0x382140(0xdb)];if(!_0x497b88[_0x382140(0xd5)][_0x382140(0xfc)](_0x382140(0xd6)))return;const _0x109f59=_0x497b88[_0x382140(0xd5)][_0x382140(0xef)](_0x382140(0xf8)),_0x533a42=_0x497b88[_0x382140(0xdc)];_0x109f59[_0x382140(0xee)][_0x382140(0xe3)](_0x382140(0xd8),_0x53439f=>_0x298ede(_0x533a42,_0x382140(0xea),_0x53439f)),_0x109f59[_0x382140(0xeb)](_0x382140(0xf6),[],[_0x382140(0xde)]),_0x109f59[_0x382140(0xee)][_0x382140(0xfb)](_0xaab832=>{const _0x154b78=_0x382140;if(_0x154b78(0xda)!=_0xaab832[_0x154b78(0xed)])return;const {data:_0x258c86}=_0xaab832;if(_0x258c86&&_0x154b78(0xde)==_0x258c86[_0x154b78(0xe9)]&&_0xaab832[_0x154b78(0xf5)]()[_0x154b78(0xe8)][_0x154b78(0xdd)]['is'](_0x154b78(0xd7),_0x154b78(0xd8))){const _0xb57b5=_0x298ede(_0x533a42,_0x154b78(0xea));return{'type':_0x154b78(0xe2),'content':_0x298ede(_0x533a42,_0x154b78(0xe5),_0xb57b5)};}}),this[_0x382140(0xf1)]();}[_0x368403(0xf1)](){const _0x2bca71=_0x368403,_0x3c44ed=this[_0x2bca71(0xdb)],_0x1d47da=_0x3c44ed[_0x2bca71(0xdc)];_0x3c44ed[_0x2bca71(0xd5)][_0x2bca71(0xef)](_0x2bca71(0xf8))[_0x2bca71(0xee)][_0x2bca71(0xfb)](_0x31ce46=>{const _0x2df474=_0x2bca71;if(_0x2df474(0xd9)!=_0x31ce46[_0x2df474(0xed)])return;const {data:_0x21c918}=_0x31ce46;if(_0x21c918&&_0x2df474(0xf6)==_0x21c918[_0x2df474(0xe1)]){const _0x51b6a5=_0x298ede(_0x1d47da,_0x2df474(0xea));return{'type':_0x2df474(0xe2),'content':_0x298ede(_0x1d47da,_0x2df474(0xe5),_0x51b6a5)};}});}}
23
+ const _0x18b31d=_0x1031;function _0x5a63(){const _0x5a7bc9=['2170550NKrfRt','attribute','624188DswIAd','rawHtml','6DwoPKu','2651508xGIzid','afterInit','start','HtmlEmbed','value','ELEMENT_HTML_EMBED','3776210pVuzoT','has','formatBlock','commandName','140428STuEoJ','htmlEmbed','1egLBYF','key','TrackChangesEditing','plugins','nodeAfter','15eJDEXf','_enableDefaultAttributesIntegration','element','getFirstRange','*Change\x20%0\x20content*','locale','_descriptionFactory','format','8IOcnLa','get','_registerLegacyDescription','editor','18685315gNmVGy','9395267gjRZcz','registerElementLabel','registerDescriptionCallback','type'];_0x5a63=function(){return _0x5a7bc9;};return _0x5a63();}function _0x1031(_0x16dc12,_0x3f2364){const _0x5a6368=_0x5a63();return _0x1031=function(_0x10316c,_0x24af5e){_0x10316c=_0x10316c-0xd7;let _0x43d351=_0x5a6368[_0x10316c];return _0x43d351;},_0x1031(_0x16dc12,_0x3f2364);}(function(_0x199c48,_0x21ede5){const _0x23cdbf=_0x1031,_0x1350f8=_0x199c48();while(!![]){try{const _0x407d36=-parseInt(_0x23cdbf(0xdb))/0x1*(parseInt(_0x23cdbf(0xf3))/0x2)+parseInt(_0x23cdbf(0xe0))/0x3*(-parseInt(_0x23cdbf(0xd9))/0x4)+parseInt(_0x23cdbf(0xfc))/0x5+parseInt(_0x23cdbf(0xf5))/0x6*(-parseInt(_0x23cdbf(0xed))/0x7)+-parseInt(_0x23cdbf(0xe8))/0x8*(-parseInt(_0x23cdbf(0xf6))/0x9)+-parseInt(_0x23cdbf(0xf1))/0xa+parseInt(_0x23cdbf(0xec))/0xb;if(_0x407d36===_0x21ede5)break;else _0x1350f8['push'](_0x1350f8['shift']());}catch(_0x340e47){_0x1350f8['push'](_0x1350f8['shift']());}}}(_0x5a63,0xab4d6));import{Plugin as _0x5db14d}from'ckeditor5/src/core.js';import{getTranslation as _0x2756f9}from'../utils/common-translations.js';export default class et extends _0x5db14d{[_0x18b31d(0xf7)](){const _0x383e63=_0x18b31d,_0x40c840=this[_0x383e63(0xeb)];if(!_0x40c840[_0x383e63(0xde)][_0x383e63(0xfd)](_0x383e63(0xf9)))return;const _0x961d19=_0x40c840[_0x383e63(0xde)][_0x383e63(0xe9)](_0x383e63(0xdd)),_0x424f3f=_0x40c840[_0x383e63(0xe5)];_0x961d19[_0x383e63(0xe6)][_0x383e63(0xee)](_0x383e63(0xf4),_0x1bd909=>_0x2756f9(_0x424f3f,_0x383e63(0xfb),_0x1bd909)),_0x961d19[_0x383e63(0xe1)](_0x383e63(0xda),[],[_0x383e63(0xfa)]),_0x961d19[_0x383e63(0xe6)][_0x383e63(0xef)](_0x29fa6f=>{const _0x1267e2=_0x383e63;if(_0x1267e2(0xf2)!=_0x29fa6f[_0x1267e2(0xf0)])return;const {data:_0x49ed27}=_0x29fa6f;if(_0x49ed27&&_0x1267e2(0xfa)==_0x49ed27[_0x1267e2(0xdc)]&&_0x29fa6f[_0x1267e2(0xe3)]()[_0x1267e2(0xf8)][_0x1267e2(0xdf)]['is'](_0x1267e2(0xe2),_0x1267e2(0xf4))){const _0x46cfb4=_0x2756f9(_0x424f3f,_0x1267e2(0xfb));return{'type':_0x1267e2(0xe7),'content':_0x2756f9(_0x424f3f,_0x1267e2(0xe4),_0x46cfb4)};}}),this[_0x383e63(0xea)]();}[_0x18b31d(0xea)](){const _0x28bd5f=_0x18b31d,_0x2cfb9a=this[_0x28bd5f(0xeb)],_0x5d3e62=_0x2cfb9a[_0x28bd5f(0xe5)];_0x2cfb9a[_0x28bd5f(0xde)][_0x28bd5f(0xe9)](_0x28bd5f(0xdd))[_0x28bd5f(0xe6)][_0x28bd5f(0xef)](_0x1f2ba4=>{const _0x2aad03=_0x28bd5f;if(_0x2aad03(0xd7)!=_0x1f2ba4[_0x2aad03(0xf0)])return;const {data:_0x420f1e}=_0x1f2ba4;if(_0x420f1e&&_0x2aad03(0xda)==_0x420f1e[_0x2aad03(0xd8)]){const _0x2df057=_0x2756f9(_0x5d3e62,_0x2aad03(0xfb));return{'type':_0x2aad03(0xe7),'content':_0x2756f9(_0x5d3e62,_0x2aad03(0xe4),_0x2df057)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51bf1d=_0x1a04;(function(_0x8ada91,_0x26e0ba){const _0x1a29c4=_0x1a04,_0x15bfc4=_0x8ada91();while(!![]){try{const _0x5aa49d=-parseInt(_0x1a29c4(0xdd))/0x1+parseInt(_0x1a29c4(0x114))/0x2*(parseInt(_0x1a29c4(0xe1))/0x3)+parseInt(_0x1a29c4(0x148))/0x4+-parseInt(_0x1a29c4(0x115))/0x5*(-parseInt(_0x1a29c4(0x10e))/0x6)+-parseInt(_0x1a29c4(0x119))/0x7*(-parseInt(_0x1a29c4(0xff))/0x8)+parseInt(_0x1a29c4(0x123))/0x9*(-parseInt(_0x1a29c4(0x13b))/0xa)+parseInt(_0x1a29c4(0x111))/0xb;if(_0x5aa49d===_0x26e0ba)break;else _0x15bfc4['push'](_0x15bfc4['shift']());}catch(_0x4c4b22){_0x15bfc4['push'](_0x15bfc4['shift']());}}}(_0x2d98,0x7b9c8));import{Plugin as _0x45abb7}from'ckeditor5/src/core.js';import{LivePosition as _0x41d1b0}from'ckeditor5/src/engine.js';function _0x1a04(_0x59d752,_0x510b68){const _0x2d987f=_0x2d98();return _0x1a04=function(_0x1a04df,_0x15e773){_0x1a04df=_0x1a04df-0xd4;let _0x447091=_0x2d987f[_0x1a04df];return _0x447091;},_0x1a04(_0x59d752,_0x510b68);}import{getTranslation as _0x4afb36}from'../utils/common-translations.js';export default class it extends _0x45abb7{[_0x51bf1d(0x149)](){const _0x99dd23=_0x51bf1d,_0x2f656e=this[_0x99dd23(0xfc)];if(!_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0xde)))return;const _0x835824=_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0xee)](_0x99dd23(0xef)),_0x34ee9d=_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0xee)](_0x99dd23(0x138)),_0x3c24fe=_0x2f656e[_0x99dd23(0x107)];_0x835824[_0x99dd23(0x125)](_0x99dd23(0xe0)),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x144)](_0x99dd23(0x137),_0x5a8f8c=>_0x4afb36(_0x3c24fe,_0x99dd23(0x14a),_0x5a8f8c)),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x144)](_0x99dd23(0xe7),_0x249f3e=>_0x4afb36(_0x3c24fe,_0x99dd23(0xd9),_0x249f3e)),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x144)](_0x99dd23(0xfd),()=>_0x4afb36(_0x3c24fe,_0x99dd23(0x13e))),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x11d))&&_0x835824[_0x99dd23(0x125)](_0x99dd23(0x113)),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x130))&&_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x100))&&(_0x835824[_0x99dd23(0x125)](_0x99dd23(0x141),(_0x231018,_0x5570e0)=>{const _0x3e7890=_0x99dd23,_0x430b8b=_0x34ee9d[_0x3e7890(0xfb)](_0x2f656e[_0x3e7890(0xf7)][_0x3e7890(0xdf)][_0x3e7890(0xf0)]);_0x2f656e[_0x3e7890(0xf7)][_0x3e7890(0x12d)](()=>{const _0x44d364=_0x3e7890;_0x835824[_0x44d364(0x120)](_0x430b8b,{'commandName':_0x44d364(0x141),'commandParams':[_0x5570e0]},[],_0x44d364(0xec));});}),_0x835824[_0x99dd23(0x125)](_0x99dd23(0x10b),(_0x771883,_0x24659e)=>{const _0x148e0c=_0x99dd23;_0x2f656e[_0x148e0c(0xf7)][_0x148e0c(0x12d)](_0x2c2e39=>{const _0x178853=_0x148e0c;let _0x1e2065=_0x34ee9d[_0x178853(0xfb)](_0x2f656e[_0x178853(0xf7)][_0x178853(0xdf)][_0x178853(0xf0)]),_0x594901=_0x2c2e39[_0x178853(0x143)](_0x1e2065);const _0x323fe8=_0x41d1b0[_0x178853(0xdc)](_0x594901[_0x178853(0x146)],_0x178853(0x121)),_0x1f50a6=_0x41d1b0[_0x178853(0xdc)](_0x594901[_0x178853(0xfa)],_0x178853(0x142));_0x835824[_0x178853(0x14c)](()=>_0x771883(_0x24659e)),_0x1e2065=_0x34ee9d[_0x178853(0xfb)](_0x2f656e[_0x178853(0xf7)][_0x178853(0xdf)][_0x178853(0xf0)]),_0x594901=_0x2c2e39[_0x178853(0x143)](_0x1e2065);const _0x182ed9=_0x2c2e39[_0x178853(0x147)](_0x323fe8,_0x1f50a6);_0x323fe8[_0x178853(0x103)](),_0x1f50a6[_0x178853(0x103)](),_0x835824[_0x178853(0x120)](_0x1e2065,{'commandName':_0x178853(0x141),'commandParams':[_0x24659e]},[],_0x178853(0x128)),_0x182ed9[_0x178853(0x146)][_0x178853(0x14b)](_0x594901[_0x178853(0x146)])&&_0x835824[_0x178853(0x10a)](_0x2c2e39[_0x178853(0x147)](_0x182ed9[_0x178853(0x146)],_0x594901[_0x178853(0x146)]),_0x178853(0x128)),_0x594901[_0x178853(0xfa)][_0x178853(0x14b)](_0x182ed9[_0x178853(0xfa)])&&_0x835824[_0x178853(0x10a)](_0x2c2e39[_0x178853(0x147)](_0x594901[_0x178853(0xfa)],_0x182ed9[_0x178853(0xfa)]),_0x178853(0x128));});}),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0xea),()=>!0x1),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0x117),()=>!0x1),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0xf9),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xf8)](_0x99dd23(0x12a),'',_0x99dd23(0x117))),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x128),_0x99dd23(0xea),()=>!0x1),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x128),_0x99dd23(0xf9),([_0x4d62d4])=>{const _0x5cf914=_0x99dd23,_0x9398b8=_0x835824[_0x5cf914(0x13f)][_0x5cf914(0xf8)](_0x5cf914(0x116),'',_0x5cf914(0xf9));let _0x1b2fd4=_0x4d62d4[_0x5cf914(0x146)],_0xa8e643=_0x4d62d4[_0x5cf914(0xfa)];const _0xde17a8=_0x2f656e[_0x5cf914(0xf7)][_0x5cf914(0x139)][_0x5cf914(0x11c)](_0x1b2fd4,_0x5cf914(0x12c)),_0x4a1407=_0x2f656e[_0x5cf914(0xf7)][_0x5cf914(0x139)][_0x5cf914(0x11c)](_0xa8e643,_0x5cf914(0x10d));_0xde17a8[_0x5cf914(0xf4)]&&(_0x1b2fd4=_0xde17a8[_0x5cf914(0x146)]),_0x4a1407[_0x5cf914(0xf4)]&&(_0xa8e643=_0x4a1407[_0x5cf914(0xfa)]),_0x9398b8([_0x2f656e[_0x5cf914(0xf7)][_0x5cf914(0x147)](_0x1b2fd4,_0xa8e643)]);}),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0x13a),_0x2964ae),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x128),_0x99dd23(0x13a),_0x2964ae)),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0xe3))&&(_0x835824[_0x99dd23(0x125)](_0x99dd23(0xd8),(_0x208a1d,_0x48f11e)=>{const _0x43a4f6=_0x99dd23,_0x3a05c5=_0x2f656e[_0x43a4f6(0x136)][_0x43a4f6(0xee)](_0x43a4f6(0x133));let _0x674223=_0x34ee9d[_0x43a4f6(0xfb)](_0x2f656e[_0x43a4f6(0xf7)][_0x43a4f6(0xdf)][_0x43a4f6(0xf0)]),_0x1b7178=_0x3a05c5[_0x43a4f6(0x127)](_0x674223);_0x2f656e[_0x43a4f6(0xf7)][_0x43a4f6(0x12d)](()=>{const _0x179cd2=_0x43a4f6;if(_0x1b7178)return void _0x835824[_0x179cd2(0x11e)](_0x2f656e[_0x179cd2(0xf7)][_0x179cd2(0x143)](_0x1b7178));const _0x3aaef1=_0x34ee9d[_0x179cd2(0xf5)](_0x674223);_0x208a1d(_0x48f11e),_0x674223=_0x34ee9d[_0x179cd2(0xfb)](_0x2f656e[_0x179cd2(0xf7)][_0x179cd2(0xdf)][_0x179cd2(0xf0)]),_0x1b7178=_0x3a05c5[_0x179cd2(0x127)](_0x674223),_0x835824[_0x179cd2(0x10a)](_0x2f656e[_0x179cd2(0xf7)][_0x179cd2(0x143)](_0x1b7178),_0x3aaef1?null:_0x179cd2(0x104));});}),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x104),_0x99dd23(0x13a),_0x2964ae));const _0x75c381=[{'type':_0x99dd23(0x12a),'subType':_0x99dd23(0x12f)},{'type':_0x99dd23(0x116),'subType':_0x99dd23(0x104)},{'type':_0x99dd23(0x12a),'subType':_0x99dd23(0x128)},{'type':_0x99dd23(0x116),'subType':_0x99dd23(0x128)}];function _0x3ffeda(_0x273c83,_0x25bbc4){const _0x5c47e4=_0x99dd23,_0x441df3=_0x75c381[_0x5c47e4(0x101)](({type:_0x2cd72f,subType:_0x28e94a})=>_0x273c83[_0x5c47e4(0xd4)]==_0x2cd72f&&_0x273c83[_0x5c47e4(0x124)]==_0x28e94a),_0x282863=_0x75c381[_0x5c47e4(0x101)](({type:_0xfaa9e6,subType:_0x23d963})=>_0x25bbc4[_0x5c47e4(0xd4)]==_0xfaa9e6&&_0x25bbc4[_0x5c47e4(0x124)]==_0x23d963);if(_0x441df3<0x0||_0x282863<0x0)return!0x1;const _0x4d22ef=_0x273c83[_0x5c47e4(0xd7)](),_0x3f181f=_0x25bbc4[_0x5c47e4(0xd7)]();if((0x0==_0x441df3||0x1==_0x441df3)&&0x2==_0x282863&&_0x4d22ef[_0x5c47e4(0x13d)](_0x3f181f))return!0x0;if(0x2==_0x441df3&&0x3==_0x282863){const _0x4f648e=_0x835824[_0x5c47e4(0xf6)](_0x4d22ef,_0x5c47e4(0x116))[_0x5c47e4(0x109)](({suggestion:_0x2e97a1,meta:_0x4e1cfd})=>_0x4e1cfd[_0x5c47e4(0xfe)]&&_0x5c47e4(0x128)==_0x2e97a1[_0x5c47e4(0x124)]);if(_0x4f648e[_0x5c47e4(0x135)]>0x1&&_0x3f181f[_0x5c47e4(0xfa)][_0x5c47e4(0xe4)](_0x4d22ef[_0x5c47e4(0x146)]))return!0x0;if(0x1==_0x4f648e[_0x5c47e4(0x135)]&&(_0x4d22ef[_0x5c47e4(0x146)][_0x5c47e4(0xe4)](_0x3f181f[_0x5c47e4(0xfa)])||_0x4d22ef[_0x5c47e4(0xfa)][_0x5c47e4(0xe4)](_0x3f181f[_0x5c47e4(0x146)])))return!0x0;}if(0x3==_0x441df3&&0x3==_0x282863&&_0x4d22ef[_0x5c47e4(0x146)][_0x5c47e4(0x14b)](_0x3f181f[_0x5c47e4(0x146)])){const _0x47dfd5=_0x4d22ef[_0x5c47e4(0xfa)][_0x5c47e4(0x118)],_0x4bd431=_0x3f181f[_0x5c47e4(0x146)][_0x5c47e4(0xda)];return _0x34ee9d[_0x5c47e4(0xf5)](_0x47dfd5)&&_0x47dfd5===_0x4bd431;}return!0x1;}function _0x2964ae(_0x38ce6b,_0xece0ec){return _0x3ffeda(_0x38ce6b,_0xece0ec)?[_0x38ce6b,_0xece0ec]:_0x3ffeda(_0xece0ec,_0x38ce6b)?[_0xece0ec,_0x38ce6b]:null;}_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x12b))&&(_0x835824[_0x99dd23(0xe8)](_0x99dd23(0xe9),[],[_0x99dd23(0x102)]),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x131)](_0x99dd23(0x102),_0x4afb36(_0x3c24fe,_0x99dd23(0xe5)))),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x132))&&_0x835824[_0x99dd23(0xe8)](_0x99dd23(0x140),[],[_0x99dd23(0xd5)]),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x5ee10b=>{const _0x57673e=_0x99dd23;if(!!_0x75c381[_0x57673e(0x122)](({type:_0x361212,subType:_0x5c1dd5})=>_0x5ee10b[_0x57673e(0xd4)]==_0x361212&&_0x5ee10b[_0x57673e(0x124)]==_0x5c1dd5))return _0x5ee10b[_0x57673e(0xf1)]?{}:void 0x0;}),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x214b04=>{const _0x4ac5b0=_0x99dd23;if(_0x4ac5b0(0x116)==_0x214b04[_0x4ac5b0(0xd4)]||_0x4ac5b0(0x13c)==_0x214b04[_0x4ac5b0(0xd4)]){const _0x55b016=_0x214b04[_0x4ac5b0(0x108)]();if(_0x55b016&&_0x55b016['is'](_0x4ac5b0(0xe6),_0x4ac5b0(0xfd)))return{'type':_0x4ac5b0(0x116)==_0x214b04[_0x4ac5b0(0xd4)]?_0x4ac5b0(0x112):_0x4ac5b0(0xeb),'element':_0x55b016,'quantity':0x1};}}),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x4a2508=>_0x99dd23(0x12a)==_0x4a2508[_0x99dd23(0xd4)]&&_0x99dd23(0x128)==_0x4a2508[_0x99dd23(0x124)]?{'type':_0x99dd23(0xf2),'content':_0x99dd23(0x134)}:_0x99dd23(0x12a)==_0x4a2508[_0x99dd23(0xd4)]&&_0x99dd23(0xec)==_0x4a2508[_0x99dd23(0x124)]?{'type':_0x99dd23(0xf2),'content':_0x99dd23(0x110)}:void 0x0),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x48663c=>{const _0x9f2452=_0x99dd23;if(_0x9f2452(0xe2)!=_0x48663c[_0x9f2452(0xd4)])return;const {data:_0x14b7c1}=_0x48663c;if(!_0x14b7c1||_0x9f2452(0xd5)!=_0x14b7c1[_0x9f2452(0x11a)])return;const _0x1512d1=_0x14b7c1[_0x9f2452(0xdb)];return _0x1512d1?{'type':_0x9f2452(0xf2),'content':_0x4afb36(_0x3c24fe,_0x9f2452(0x105),'\x22'+_0x1512d1+'\x22')}:{'type':_0x9f2452(0xf2),'content':_0x4afb36(_0x3c24fe,_0x9f2452(0xf3))};}),this[_0x99dd23(0x11b)]();}[_0x51bf1d(0x11b)](){const _0x4c539c=_0x51bf1d,_0x2772fc=this[_0x4c539c(0xfc)],_0x52293e=_0x2772fc[_0x4c539c(0x107)];_0x2772fc[_0x4c539c(0x136)][_0x4c539c(0xee)](_0x4c539c(0xef))[_0x4c539c(0x10c)][_0x4c539c(0x126)](_0x1ec390=>{const _0x532b4a=_0x4c539c;if(_0x532b4a(0x12a)!=_0x1ec390[_0x532b4a(0xd4)]&&_0x532b4a(0x145)!=_0x1ec390[_0x532b4a(0xd4)])return;const {data:_0x4855c2}=_0x1ec390;if(_0x4855c2){if(_0x532b4a(0x140)==_0x4855c2[_0x532b4a(0x10f)]){const _0x23a590=_0x4855c2[_0x532b4a(0xed)][0x0][_0x532b4a(0xdb)];return _0x23a590?{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0x105),'\x22'+_0x23a590+'\x22')}:{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0xf3))};}if(_0x532b4a(0xe9)==_0x4855c2[_0x532b4a(0x10f)]){const _0x3e18d5=_0x4855c2[_0x532b4a(0xed)][0x0][_0x532b4a(0x129)];return _0x3e18d5?{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0x11f),_0x3e18d5)}:{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0x106))};}}});}}function _0x2d98(){const _0x2872ab=['Inline\x20image\x20to\x20block\x20image','length','plugins','imageBlock','ImageUtils','schema','chain','3757940sCauKA','deletion','isIntersecting','ELEMENT_CAPTION','_suggestionFactory','imageTextAlternative','imageTypeInline','toNext','createRangeOn','registerElementLabel','formatInline','start','createRange','4025556cYVKOs','afterInit','ELEMENT_IMAGE','isBefore','forceDefaultExecution','type','alt','registerCustomCallback','getFirstRange','toggleImageCaption','ELEMENT_INLINE_IMAGE','nodeBefore','newValue','fromPosition','413435kdoPSK','ImageEditing','document','insertImage','39KSQVVW','attribute','ImageCaptionEditing','isEqual','FORMAT_IMAGE_SIZE','element','imageInline','_enableDefaultAttributesIntegration','resizeImage','join','removeObject','convertBlockImageToInline','commandParams','get','TrackChangesEditing','selection','previous','format','*Remove\x20image\x20text\x20alternative*','isCollapsed','isBlockImage','_findSuggestions','model','getSuggestionCallback','discard','end','getClosestSelectedImageElement','editor','caption','isOwn','3069496wtrAtK','ImageInlineEditing','findIndex','resizedWidth','detach','imageCaption','*Set\x20image\x20text\x20alternative:*\x20%0','*Reset\x20image\x20width*','locale','getContainedElement','filter','markInsertion','imageTypeBlock','_descriptionFactory','forward','58698uapYNM','commandName','Block\x20image\x20to\x20inline\x20image','1040215VcgwhB','addObject','uploadImage','6146jZigit','75IRNFqU','insertion','accept','nodeAfter','7noHSKn','key','_registerLegacyDescription','getNearestSelectionRange','ImageUploadEditing','markDeletion','*Set\x20image\x20width:*\x20%0','markBlockFormat','toPrevious','find','18YetOSS','subType','enableCommand','registerDescriptionCallback','getCaptionFromImageModelElement','convertInlineImageToBlock','width','formatBlock','ImageResize','backward','change','has','imageStylePreApply','ImageBlockEditing','registerAttributeLabel','ImageTextAlternativeEditing','ImageCaptionUtils'];_0x2d98=function(){return _0x2872ab;};return _0x2d98();}
23
+ const _0x181fbf=_0x3721;(function(_0x2369fd,_0xb05e33){const _0x21aae4=_0x3721,_0x557e93=_0x2369fd();while(!![]){try{const _0x5ea04e=-parseInt(_0x21aae4(0x145))/0x1*(-parseInt(_0x21aae4(0x174))/0x2)+-parseInt(_0x21aae4(0x13e))/0x3+-parseInt(_0x21aae4(0x12e))/0x4+parseInt(_0x21aae4(0x195))/0x5+parseInt(_0x21aae4(0x190))/0x6*(parseInt(_0x21aae4(0x14a))/0x7)+parseInt(_0x21aae4(0x160))/0x8+parseInt(_0x21aae4(0x140))/0x9*(-parseInt(_0x21aae4(0x182))/0xa);if(_0x5ea04e===_0xb05e33)break;else _0x557e93['push'](_0x557e93['shift']());}catch(_0x2b91bd){_0x557e93['push'](_0x557e93['shift']());}}}(_0x4789,0x576d0));import{Plugin as _0x23b5ae}from'ckeditor5/src/core.js';function _0x3721(_0x37c8d7,_0x3710d5){const _0x478915=_0x4789();return _0x3721=function(_0x37218f,_0x4307b7){_0x37218f=_0x37218f-0x127;let _0x2dfe5a=_0x478915[_0x37218f];return _0x2dfe5a;},_0x3721(_0x37c8d7,_0x3710d5);}import{LivePosition as _0x28144d}from'ckeditor5/src/engine.js';import{getTranslation as _0x24e3dc}from'../utils/common-translations.js';export default class it extends _0x23b5ae{[_0x181fbf(0x184)](){const _0x3db4c2=_0x181fbf,_0x9663a0=this[_0x3db4c2(0x19e)];if(!_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x12c)))return;const _0x5e2dcd=_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x12d)](_0x3db4c2(0x185)),_0x4961a7=_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x12d)](_0x3db4c2(0x18c)),_0x5bda56=_0x9663a0[_0x3db4c2(0x18d)];_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x18f)),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x134)](_0x3db4c2(0x176),_0x109e69=>_0x24e3dc(_0x5bda56,_0x3db4c2(0x170),_0x109e69)),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x134)](_0x3db4c2(0x19b),_0xb113bc=>_0x24e3dc(_0x5bda56,_0x3db4c2(0x15f),_0xb113bc)),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x134)](_0x3db4c2(0x139),()=>_0x24e3dc(_0x5bda56,_0x3db4c2(0x17d))),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x127))&&_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x157)),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x15b))&&_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x13a))&&(_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x199),(_0x3be2f0,_0xb4ceb9)=>{const _0x66e89=_0x3db4c2,_0x3b8c4f=_0x4961a7[_0x66e89(0x17b)](_0x9663a0[_0x66e89(0x191)][_0x66e89(0x183)][_0x66e89(0x192)]);_0x9663a0[_0x66e89(0x191)][_0x66e89(0x19c)](()=>{const _0x54f935=_0x66e89;_0x5e2dcd[_0x54f935(0x165)](_0x3b8c4f,{'commandName':_0x54f935(0x199),'commandParams':[_0xb4ceb9]},[],_0x54f935(0x161));});}),_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x17a),(_0x5d145f,_0x23fe62)=>{const _0x5cfb19=_0x3db4c2;_0x9663a0[_0x5cfb19(0x191)][_0x5cfb19(0x19c)](_0x1442ed=>{const _0x499754=_0x5cfb19;let _0xce800a=_0x4961a7[_0x499754(0x17b)](_0x9663a0[_0x499754(0x191)][_0x499754(0x183)][_0x499754(0x192)]),_0x10b16e=_0x1442ed[_0x499754(0x138)](_0xce800a);const _0x3cd7fd=_0x28144d[_0x499754(0x168)](_0x10b16e[_0x499754(0x163)],_0x499754(0x13b)),_0x400d86=_0x28144d[_0x499754(0x168)](_0x10b16e[_0x499754(0x148)],_0x499754(0x162));_0x5e2dcd[_0x499754(0x12f)](()=>_0x5d145f(_0x23fe62)),_0xce800a=_0x4961a7[_0x499754(0x17b)](_0x9663a0[_0x499754(0x191)][_0x499754(0x183)][_0x499754(0x192)]),_0x10b16e=_0x1442ed[_0x499754(0x138)](_0xce800a);const _0xb01078=_0x1442ed[_0x499754(0x130)](_0x3cd7fd,_0x400d86);_0x3cd7fd[_0x499754(0x179)](),_0x400d86[_0x499754(0x179)](),_0x5e2dcd[_0x499754(0x165)](_0xce800a,{'commandName':_0x499754(0x199),'commandParams':[_0x23fe62]},[],_0x499754(0x18e)),_0xb01078[_0x499754(0x163)][_0x499754(0x14c)](_0x10b16e[_0x499754(0x163)])&&_0x5e2dcd[_0x499754(0x13c)](_0x1442ed[_0x499754(0x130)](_0xb01078[_0x499754(0x163)],_0x10b16e[_0x499754(0x163)]),_0x499754(0x18e)),_0x10b16e[_0x499754(0x148)][_0x499754(0x14c)](_0xb01078[_0x499754(0x148)])&&_0x5e2dcd[_0x499754(0x13c)](_0x1442ed[_0x499754(0x130)](_0x10b16e[_0x499754(0x148)],_0xb01078[_0x499754(0x148)]),_0x499754(0x18e));});}),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x14d),()=>!0x1),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x16e),()=>!0x1),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x142),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x188)](_0x3db4c2(0x149),'',_0x3db4c2(0x16e))),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x18e),_0x3db4c2(0x14d),()=>!0x1),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x18e),_0x3db4c2(0x142),([_0x47d2b3])=>{const _0x173d30=_0x3db4c2,_0x592a30=_0x5e2dcd[_0x173d30(0x177)][_0x173d30(0x188)](_0x173d30(0x173),'',_0x173d30(0x142));let _0x490d99=_0x47d2b3[_0x173d30(0x163)],_0x4e4ea7=_0x47d2b3[_0x173d30(0x148)];const _0x1ceeb5=_0x9663a0[_0x173d30(0x191)][_0x173d30(0x156)][_0x173d30(0x18b)](_0x490d99,_0x173d30(0x17c)),_0x460c5a=_0x9663a0[_0x173d30(0x191)][_0x173d30(0x156)][_0x173d30(0x18b)](_0x4e4ea7,_0x173d30(0x136));_0x1ceeb5[_0x173d30(0x15d)]&&(_0x490d99=_0x1ceeb5[_0x173d30(0x163)]),_0x460c5a[_0x173d30(0x15d)]&&(_0x4e4ea7=_0x460c5a[_0x173d30(0x148)]),_0x592a30([_0x9663a0[_0x173d30(0x191)][_0x173d30(0x130)](_0x490d99,_0x4e4ea7)]);}),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x13f),_0x221042),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x18e),_0x3db4c2(0x13f),_0x221042)),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x189))&&(_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x15e),(_0x4b00af,_0x3dea57)=>{const _0xf52877=_0x3db4c2,_0x1fc10a=_0x9663a0[_0xf52877(0x172)][_0xf52877(0x12d)](_0xf52877(0x12b));let _0x5cc57d=_0x4961a7[_0xf52877(0x17b)](_0x9663a0[_0xf52877(0x191)][_0xf52877(0x183)][_0xf52877(0x192)]),_0x568c2e=_0x1fc10a[_0xf52877(0x15c)](_0x5cc57d);_0x9663a0[_0xf52877(0x191)][_0xf52877(0x19c)](()=>{const _0x51a883=_0xf52877;if(_0x568c2e)return void _0x5e2dcd[_0x51a883(0x180)](_0x9663a0[_0x51a883(0x191)][_0x51a883(0x138)](_0x568c2e));const _0x4821a2=_0x4961a7[_0x51a883(0x186)](_0x5cc57d);_0x4b00af(_0x3dea57),_0x5cc57d=_0x4961a7[_0x51a883(0x17b)](_0x9663a0[_0x51a883(0x191)][_0x51a883(0x183)][_0x51a883(0x192)]),_0x568c2e=_0x1fc10a[_0x51a883(0x15c)](_0x5cc57d),_0x5e2dcd[_0x51a883(0x13c)](_0x9663a0[_0x51a883(0x191)][_0x51a883(0x138)](_0x568c2e),_0x4821a2?null:_0x51a883(0x169));});}),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x169),_0x3db4c2(0x13f),_0x221042));const _0x2089db=[{'type':_0x3db4c2(0x149),'subType':_0x3db4c2(0x14e)},{'type':_0x3db4c2(0x173),'subType':_0x3db4c2(0x169)},{'type':_0x3db4c2(0x149),'subType':_0x3db4c2(0x18e)},{'type':_0x3db4c2(0x173),'subType':_0x3db4c2(0x18e)}];function _0x4ab37e(_0x4b35f0,_0x33959c){const _0x51cff2=_0x3db4c2,_0x7ca6d1=_0x2089db[_0x51cff2(0x129)](({type:_0x174efc,subType:_0x371b8a})=>_0x4b35f0[_0x51cff2(0x143)]==_0x174efc&&_0x4b35f0[_0x51cff2(0x141)]==_0x371b8a),_0x166443=_0x2089db[_0x51cff2(0x129)](({type:_0x1a2a4f,subType:_0xbe2eac})=>_0x33959c[_0x51cff2(0x143)]==_0x1a2a4f&&_0x33959c[_0x51cff2(0x141)]==_0xbe2eac);if(_0x7ca6d1<0x0||_0x166443<0x0)return!0x1;const _0x1bac52=_0x4b35f0[_0x51cff2(0x17e)](),_0x46e9df=_0x33959c[_0x51cff2(0x17e)]();if((0x0==_0x7ca6d1||0x1==_0x7ca6d1)&&0x2==_0x166443&&_0x1bac52[_0x51cff2(0x152)](_0x46e9df))return!0x0;if(0x2==_0x7ca6d1&&0x3==_0x166443){const _0x58defc=_0x5e2dcd[_0x51cff2(0x16d)](_0x1bac52,_0x51cff2(0x173))[_0x51cff2(0x132)](({suggestion:_0x5282ca,meta:_0x149ecd})=>_0x149ecd[_0x51cff2(0x144)]&&_0x51cff2(0x18e)==_0x5282ca[_0x51cff2(0x141)]);if(_0x58defc[_0x51cff2(0x164)]>0x1&&_0x46e9df[_0x51cff2(0x148)][_0x51cff2(0x14b)](_0x1bac52[_0x51cff2(0x163)]))return!0x0;if(0x1==_0x58defc[_0x51cff2(0x164)]&&(_0x1bac52[_0x51cff2(0x163)][_0x51cff2(0x14b)](_0x46e9df[_0x51cff2(0x148)])||_0x1bac52[_0x51cff2(0x148)][_0x51cff2(0x14b)](_0x46e9df[_0x51cff2(0x163)])))return!0x0;}if(0x3==_0x7ca6d1&&0x3==_0x166443&&_0x1bac52[_0x51cff2(0x163)][_0x51cff2(0x14c)](_0x46e9df[_0x51cff2(0x163)])){const _0x10e5ce=_0x1bac52[_0x51cff2(0x148)][_0x51cff2(0x175)],_0x4e96d5=_0x46e9df[_0x51cff2(0x163)][_0x51cff2(0x193)];return _0x4961a7[_0x51cff2(0x186)](_0x10e5ce)&&_0x10e5ce===_0x4e96d5;}return!0x1;}function _0x221042(_0x5a9273,_0x458019){return _0x4ab37e(_0x5a9273,_0x458019)?[_0x5a9273,_0x458019]:_0x4ab37e(_0x458019,_0x5a9273)?[_0x458019,_0x5a9273]:null;}_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x16c))&&(_0x5e2dcd[_0x3db4c2(0x16f)](_0x3db4c2(0x155),[],[_0x3db4c2(0x18a)]),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x197)](_0x3db4c2(0x18a),_0x24e3dc(_0x5bda56,_0x3db4c2(0x17f)))),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x150))&&_0x5e2dcd[_0x3db4c2(0x16f)](_0x3db4c2(0x153),[],[_0x3db4c2(0x187)]),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x4db955=>{const _0x5b8705=_0x3db4c2;if(!!_0x2089db[_0x5b8705(0x19d)](({type:_0x12b03f,subType:_0x374155})=>_0x4db955[_0x5b8705(0x143)]==_0x12b03f&&_0x4db955[_0x5b8705(0x141)]==_0x374155))return _0x4db955[_0x5b8705(0x19a)]?{}:void 0x0;}),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x1745d9=>{const _0x32065a=_0x3db4c2;if(_0x32065a(0x173)==_0x1745d9[_0x32065a(0x143)]||_0x32065a(0x181)==_0x1745d9[_0x32065a(0x143)]){const _0x43b489=_0x1745d9[_0x32065a(0x16a)]();if(_0x43b489&&_0x43b489['is'](_0x32065a(0x194),_0x32065a(0x139)))return{'type':_0x32065a(0x173)==_0x1745d9[_0x32065a(0x143)]?_0x32065a(0x128):_0x32065a(0x196),'element':_0x43b489,'quantity':0x1};}}),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x16a45c=>_0x3db4c2(0x149)==_0x16a45c[_0x3db4c2(0x143)]&&_0x3db4c2(0x18e)==_0x16a45c[_0x3db4c2(0x141)]?{'type':_0x3db4c2(0x12a),'content':_0x3db4c2(0x16b)}:_0x3db4c2(0x149)==_0x16a45c[_0x3db4c2(0x143)]&&_0x3db4c2(0x161)==_0x16a45c[_0x3db4c2(0x141)]?{'type':_0x3db4c2(0x12a),'content':_0x3db4c2(0x15a)}:void 0x0),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x115494=>{const _0x1d046a=_0x3db4c2;if(_0x1d046a(0x198)!=_0x115494[_0x1d046a(0x143)])return;const {data:_0x193fc4}=_0x115494;if(!_0x193fc4||_0x1d046a(0x187)!=_0x193fc4[_0x1d046a(0x135)])return;const _0x5c1e5b=_0x193fc4[_0x1d046a(0x133)];return _0x5c1e5b?{'type':_0x1d046a(0x12a),'content':_0x24e3dc(_0x5bda56,_0x1d046a(0x146),'\x22'+_0x5c1e5b+'\x22')}:{'type':_0x1d046a(0x12a),'content':_0x24e3dc(_0x5bda56,_0x1d046a(0x13d))};}),this[_0x3db4c2(0x158)]();}[_0x181fbf(0x158)](){const _0x511045=_0x181fbf,_0x1d38a0=this[_0x511045(0x19e)],_0x506c8a=_0x1d38a0[_0x511045(0x18d)];_0x1d38a0[_0x511045(0x172)][_0x511045(0x12d)](_0x511045(0x185))[_0x511045(0x137)][_0x511045(0x151)](_0x31e011=>{const _0x3835ae=_0x511045;if(_0x3835ae(0x149)!=_0x31e011[_0x3835ae(0x143)]&&_0x3835ae(0x159)!=_0x31e011[_0x3835ae(0x143)])return;const {data:_0x26406d}=_0x31e011;if(_0x26406d){if(_0x3835ae(0x153)==_0x26406d[_0x3835ae(0x131)]){const _0x16e399=_0x26406d[_0x3835ae(0x171)][0x0][_0x3835ae(0x133)];return _0x16e399?{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x146),'\x22'+_0x16e399+'\x22')}:{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x13d))};}if(_0x3835ae(0x155)==_0x26406d[_0x3835ae(0x131)]){const _0x1ead75=_0x26406d[_0x3835ae(0x171)][0x0][_0x3835ae(0x147)];return _0x1ead75?{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x167),_0x1ead75)}:{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x14f))};}}});}}function _0x4789(){const _0x28e97e=['nodeBefore','element','3442570bMVEnx','removeObject','registerAttributeLabel','attribute','imageTypeInline','previous','imageInline','change','find','editor','ImageUploadEditing','addObject','findIndex','format','ImageCaptionUtils','ImageEditing','get','2469152ELQoiQ','forceDefaultExecution','createRange','commandName','filter','newValue','registerElementLabel','key','forward','_descriptionFactory','createRangeOn','caption','ImageInlineEditing','toPrevious','markInsertion','*Remove\x20image\x20text\x20alternative*','1171872aULhbI','chain','36CwUeaZ','subType','discard','type','isOwn','284iceWFI','*Set\x20image\x20text\x20alternative:*\x20%0','width','end','formatBlock','1799idZQAJ','isEqual','isBefore','join','imageStylePreApply','*Reset\x20image\x20width*','ImageTextAlternativeEditing','registerDescriptionCallback','isIntersecting','imageTextAlternative','has','resizeImage','schema','uploadImage','_registerLegacyDescription','formatInline','Block\x20image\x20to\x20inline\x20image','ImageBlockEditing','getCaptionFromImageModelElement','isCollapsed','toggleImageCaption','ELEMENT_INLINE_IMAGE','3610952VrgfuI','convertBlockImageToInline','toNext','start','length','markBlockFormat','enableCommand','*Set\x20image\x20width:*\x20%0','fromPosition','imageCaption','getContainedElement','Inline\x20image\x20to\x20block\x20image','ImageResize','_findSuggestions','accept','_enableDefaultAttributesIntegration','ELEMENT_IMAGE','commandParams','plugins','insertion','3198XWKCgM','nodeAfter','imageBlock','_suggestionFactory','registerCustomCallback','detach','imageTypeBlock','getClosestSelectedImageElement','backward','ELEMENT_CAPTION','getFirstRange','FORMAT_IMAGE_SIZE','markDeletion','deletion','624590jFNxad','document','afterInit','TrackChangesEditing','isBlockImage','alt','getSuggestionCallback','ImageCaptionEditing','resizedWidth','getNearestSelectionRange','ImageUtils','locale','convertInlineImageToBlock','insertImage','510vXMLlk','model','selection'];_0x4789=function(){return _0x28e97e;};return _0x4789();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x537379=_0x2060;(function(_0x7961e,_0x5e8cd1){const _0x34e3f1=_0x2060,_0x2db5ce=_0x7961e();while(!![]){try{const _0x1bad26=parseInt(_0x34e3f1(0x1aa))/0x1*(parseInt(_0x34e3f1(0x1c5))/0x2)+parseInt(_0x34e3f1(0x1cc))/0x3+-parseInt(_0x34e3f1(0x1c2))/0x4+parseInt(_0x34e3f1(0x1ba))/0x5*(-parseInt(_0x34e3f1(0x1c6))/0x6)+-parseInt(_0x34e3f1(0x1ad))/0x7+-parseInt(_0x34e3f1(0x1b4))/0x8*(-parseInt(_0x34e3f1(0x1bf))/0x9)+parseInt(_0x34e3f1(0x1b9))/0xa*(-parseInt(_0x34e3f1(0x1b5))/0xb);if(_0x1bad26===_0x5e8cd1)break;else _0x2db5ce['push'](_0x2db5ce['shift']());}catch(_0x4c2806){_0x2db5ce['push'](_0x2db5ce['shift']());}}}(_0x8b7f,0x9f7e1));function _0x2060(_0x19336b,_0x1a834){const _0x8b7f8c=_0x8b7f();return _0x2060=function(_0x20609a,_0x251057){_0x20609a=_0x20609a-0x1a6;let _0x3e84d0=_0x8b7f8c[_0x20609a];return _0x3e84d0;},_0x2060(_0x19336b,_0x1a834);}import{Plugin as _0x4a8c7e}from'ckeditor5/src/core.js';import{getTranslation as _0x573172}from'../utils/common-translations.js';function _0x8b7f(){const _0xca14d4=['getSuggestionCallback','TrackChangesEditing','has','_handleLegacySuggestions','get','*Format:*\x20replace\x20image\x20URL','replaceImageSource','144286rerIZS','accept','formatBlock','5032706sBKVvj','attribute','editor','*Replace\x20image\x20URL*','oldValue','registerDescriptionCallback','type','5176ZjwSOo','946keRuLf','_descriptionFactory','format','locale','50680bZiIbo','205480taAvjx','discard','ImageEditing','key','formatInline','13788kYPznV','_enableDefaultAttributesIntegration','newValue','5127248zEyrYK','plugins','_registerLegacyDescription','16WYrQOc','6AAfDsA','afterInit','_suggestionFactory','registerCustomCallback','src','commandName','2956509RtszrT'];_0x8b7f=function(){return _0xca14d4;};return _0x8b7f();}export default class st extends _0x4a8c7e{[_0x537379(0x1c7)](){const _0x5da019=_0x537379;if(!this[_0x5da019(0x1af)][_0x5da019(0x1c3)][_0x5da019(0x1cf)](_0x5da019(0x1bc)))return;const _0x25a5ec=this[_0x5da019(0x1af)][_0x5da019(0x1b8)],_0x20e5c9=this[_0x5da019(0x1af)][_0x5da019(0x1c3)][_0x5da019(0x1a7)](_0x5da019(0x1ce));_0x20e5c9[_0x5da019(0x1c0)](_0x5da019(0x1a9),[],[_0x5da019(0x1ca)]),_0x20e5c9[_0x5da019(0x1b6)][_0x5da019(0x1b2)](_0x72257b=>{const _0x220e1=_0x5da019;if(_0x220e1(0x1ae)!=_0x72257b[_0x220e1(0x1b3)])return;const {data:_0x23cb61}=_0x72257b;return _0x23cb61&&_0x220e1(0x1ca)==_0x23cb61[_0x220e1(0x1bd)]?_0x23cb61[_0x220e1(0x1c1)]&&_0x23cb61[_0x220e1(0x1b1)]?{'type':_0x220e1(0x1b7),'content':_0x573172(_0x25a5ec,_0x220e1(0x1b0))}:{'type':_0x220e1(0x1b7),'content':''}:void 0x0;}),this[_0x5da019(0x1a6)]();}[_0x537379(0x1a6)](){const _0x128f0d=_0x537379,_0x2fbb9b=this[_0x128f0d(0x1af)][_0x128f0d(0x1c3)][_0x128f0d(0x1a7)](_0x128f0d(0x1ce));_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1c9)](_0x128f0d(0x1ac),_0x128f0d(0x1a9),_0x128f0d(0x1ab),_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1cd)](_0x128f0d(0x1ac),null,_0x128f0d(0x1bb))),_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1c9)](_0x128f0d(0x1ac),_0x128f0d(0x1a9),_0x128f0d(0x1bb),_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1cd)](_0x128f0d(0x1ac),null,_0x128f0d(0x1ab))),this[_0x128f0d(0x1c4)]();}[_0x537379(0x1c4)](){const _0x40dc10=_0x537379,_0x313e1c=this[_0x40dc10(0x1af)],_0x3c4f06=_0x313e1c[_0x40dc10(0x1b8)];_0x313e1c[_0x40dc10(0x1c3)][_0x40dc10(0x1a7)](_0x40dc10(0x1ce))[_0x40dc10(0x1b6)][_0x40dc10(0x1b2)](_0x18efef=>{const _0xb45f89=_0x40dc10;if(_0xb45f89(0x1ac)!=_0x18efef[_0xb45f89(0x1b3)]&&_0xb45f89(0x1be)!=_0x18efef[_0xb45f89(0x1b3)])return;const {data:_0x33962d}=_0x18efef;if(!_0x33962d||_0xb45f89(0x1a9)!=_0x33962d[_0xb45f89(0x1cb)])return;return{'type':_0xb45f89(0x1b7),'content':_0x573172(_0x3c4f06,_0xb45f89(0x1a8))};});}}
23
+ function _0x1db4(){const _0x19588e=['TrackChangesEditing','316BpzdSo','accept','formatBlock','src','formatInline','_handleLegacySuggestions','60437xBNAVo','10233730ApVIEf','attribute','72gLySqc','*Replace\x20image\x20URL*','ImageEditing','41106TBGIwy','registerDescriptionCallback','*Format:*\x20replace\x20image\x20URL','9842YMChBm','key','discard','registerCustomCallback','_enableDefaultAttributesIntegration','11AYxXjN','_suggestionFactory','6567966ZQHfmv','9SDVdAQ','replaceImageSource','editor','5txeFiD','oldValue','commandName','plugins','_descriptionFactory','format','1057931gnBEfy','type','get','has','getSuggestionCallback','_registerLegacyDescription','15832056coLfGY','afterInit','newValue','locale','2vFszmk','603886TMNicJ'];_0x1db4=function(){return _0x19588e;};return _0x1db4();}function _0x3f12(_0x28a9c7,_0x1f63a2){const _0x1db4e7=_0x1db4();return _0x3f12=function(_0x3f1284,_0x5cf200){_0x3f1284=_0x3f1284-0x156;let _0x33fa43=_0x1db4e7[_0x3f1284];return _0x33fa43;},_0x3f12(_0x28a9c7,_0x1f63a2);}const _0x376ad9=_0x3f12;(function(_0x445324,_0x235250){const _0x484386=_0x3f12,_0x5c78cf=_0x445324();while(!![]){try{const _0x3d597d=-parseInt(_0x484386(0x171))/0x1*(-parseInt(_0x484386(0x170))/0x2)+parseInt(_0x484386(0x17f))/0x3*(-parseInt(_0x484386(0x173))/0x4)+parseInt(_0x484386(0x160))/0x5*(-parseInt(_0x484386(0x15c))/0x6)+parseInt(_0x484386(0x166))/0x7*(parseInt(_0x484386(0x17c))/0x8)+-parseInt(_0x484386(0x15d))/0x9*(parseInt(_0x484386(0x17a))/0xa)+-parseInt(_0x484386(0x15a))/0xb*(parseInt(_0x484386(0x16c))/0xc)+-parseInt(_0x484386(0x179))/0xd*(-parseInt(_0x484386(0x182))/0xe);if(_0x3d597d===_0x235250)break;else _0x5c78cf['push'](_0x5c78cf['shift']());}catch(_0x5c7286){_0x5c78cf['push'](_0x5c78cf['shift']());}}}(_0x1db4,0xadf34));import{Plugin as _0x31b0e0}from'ckeditor5/src/core.js';import{getTranslation as _0x1c4082}from'../utils/common-translations.js';export default class st extends _0x31b0e0{[_0x376ad9(0x16d)](){const _0x2b51ab=_0x376ad9;if(!this[_0x2b51ab(0x15f)][_0x2b51ab(0x163)][_0x2b51ab(0x169)](_0x2b51ab(0x17e)))return;const _0x14700e=this[_0x2b51ab(0x15f)][_0x2b51ab(0x16f)],_0x107f2f=this[_0x2b51ab(0x15f)][_0x2b51ab(0x163)][_0x2b51ab(0x168)](_0x2b51ab(0x172));_0x107f2f[_0x2b51ab(0x159)](_0x2b51ab(0x15e),[],[_0x2b51ab(0x176)]),_0x107f2f[_0x2b51ab(0x164)][_0x2b51ab(0x180)](_0x4a5a59=>{const _0x5db76b=_0x2b51ab;if(_0x5db76b(0x17b)!=_0x4a5a59[_0x5db76b(0x167)])return;const {data:_0x553861}=_0x4a5a59;return _0x553861&&_0x5db76b(0x176)==_0x553861[_0x5db76b(0x156)]?_0x553861[_0x5db76b(0x16e)]&&_0x553861[_0x5db76b(0x161)]?{'type':_0x5db76b(0x165),'content':_0x1c4082(_0x14700e,_0x5db76b(0x17d))}:{'type':_0x5db76b(0x165),'content':''}:void 0x0;}),this[_0x2b51ab(0x178)]();}[_0x376ad9(0x178)](){const _0x533061=_0x376ad9,_0x55ed59=this[_0x533061(0x15f)][_0x533061(0x163)][_0x533061(0x168)](_0x533061(0x172));_0x55ed59[_0x533061(0x15b)][_0x533061(0x158)](_0x533061(0x175),_0x533061(0x15e),_0x533061(0x174),_0x55ed59[_0x533061(0x15b)][_0x533061(0x16a)](_0x533061(0x175),null,_0x533061(0x157))),_0x55ed59[_0x533061(0x15b)][_0x533061(0x158)](_0x533061(0x175),_0x533061(0x15e),_0x533061(0x157),_0x55ed59[_0x533061(0x15b)][_0x533061(0x16a)](_0x533061(0x175),null,_0x533061(0x174))),this[_0x533061(0x16b)]();}[_0x376ad9(0x16b)](){const _0x576e76=_0x376ad9,_0x2f6e47=this[_0x576e76(0x15f)],_0x24b092=_0x2f6e47[_0x576e76(0x16f)];_0x2f6e47[_0x576e76(0x163)][_0x576e76(0x168)](_0x576e76(0x172))[_0x576e76(0x164)][_0x576e76(0x180)](_0x21818a=>{const _0x2a11a9=_0x576e76;if(_0x2a11a9(0x175)!=_0x21818a[_0x2a11a9(0x167)]&&_0x2a11a9(0x177)!=_0x21818a[_0x2a11a9(0x167)])return;const {data:_0x6602f1}=_0x21818a;if(!_0x6602f1||_0x2a11a9(0x15e)!=_0x6602f1[_0x2a11a9(0x162)])return;return{'type':_0x2a11a9(0x165),'content':_0x1c4082(_0x24b092,_0x2a11a9(0x181))};});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5a68(){const _0x37adca=['commands','selection','652992YCTuMb','chain','imageStylePreApply','FORMAT_SIDE_IMAGE','getClosestSelectedImageElement','markBlockFormat','formatBlock','from','name','next','discard','_suggestionFactory','_descriptionFactory','hasSuggestion','end','36HpilDK','_splitMarkerName','4jzaxpw','77815sSzBpp','getChangedMarkers','get','differ','imageCaption','afterInit','newRange','discardSuggestion','subType','581856rzKKWa','start','createRangeOn','TrackChangesEditing','commandReversedParams','getContainedElement','insertion','getFirstRange','_registerLegacyDescription','markInlineFormat','setImageNaturalSizeAttributes','isOwn','_findSuggestions','commandName','shouldConvertImageType','14LuVOhJ','refresh','1068350ViLsdT','isIntersecting','nodeAfter','change','format','nodeBefore','*Format:*\x20%0','isInlineImage','locale','convertInlineImageToBlock','9bLHbEb','suggestion','2344ZpGDMA','editor','formatInline','147003TatuKd','title','imageTypeBlock','document','isEqual','isInContent','isBlockImage','Users','forEach','commandParams','getSuggestionCallback','ImageUtils','ImageStyleEditing','enableCommand','registerDescriptionCallback','normalizedStyles','has','length','accept','toLowerCase','head','author','model','registerCustomCallback','registerPostFixer','filter','imageTypeInline','side','getSuggestions','getSuggestion','plugins','imageStyle','findIndex','isBefore','type','imageStylePostApply','4627CpmkKA','1451svshPQ','join','value'];_0x5a68=function(){return _0x37adca;};return _0x5a68();}const _0x50b0e9=_0x4121;(function(_0x211b5f,_0x57072d){const _0x25f7bb=_0x4121,_0x160b40=_0x211b5f();while(!![]){try{const _0x2584a4=-parseInt(_0x25f7bb(0x152))/0x1*(-parseInt(_0x25f7bb(0x181))/0x2)+parseInt(_0x25f7bb(0x12d))/0x3+-parseInt(_0x25f7bb(0x168))/0x4*(-parseInt(_0x25f7bb(0x169))/0x5)+-parseInt(_0x25f7bb(0x157))/0x6+-parseInt(_0x25f7bb(0x151))/0x7*(-parseInt(_0x25f7bb(0x12a))/0x8)+parseInt(_0x25f7bb(0x128))/0x9*(parseInt(_0x25f7bb(0x183))/0xa)+parseInt(_0x25f7bb(0x172))/0xb*(-parseInt(_0x25f7bb(0x166))/0xc);if(_0x2584a4===_0x57072d)break;else _0x160b40['push'](_0x160b40['shift']());}catch(_0x35a99e){_0x160b40['push'](_0x160b40['shift']());}}}(_0x5a68,0x1a4bd));import{Plugin as _0x30630d}from'ckeditor5/src/core.js';import{uid as _0x3d6db7}from'ckeditor5/src/utils.js';import{getTranslation as _0x5edc12}from'../utils/common-translations.js';function _0x4121(_0x966acf,_0x58ffac){const _0x5a6874=_0x5a68();return _0x4121=function(_0x4121ff,_0x5677a7){_0x4121ff=_0x4121ff-0x120;let _0x59c23b=_0x5a6874[_0x4121ff];return _0x59c23b;},_0x4121(_0x966acf,_0x58ffac);}export default class nt extends _0x30630d{[_0x50b0e9(0x16e)](){const _0x5c5645=_0x50b0e9,_0x169905=this[_0x5c5645(0x12b)];if(!_0x169905[_0x5c5645(0x14b)][_0x5c5645(0x13d)](_0x5c5645(0x139)))return;const _0x46e451=_0x169905[_0x5c5645(0x14b)][_0x5c5645(0x16b)](_0x5c5645(0x175)),_0x2c45e1=_0x169905[_0x5c5645(0x14b)][_0x5c5645(0x16b)](_0x5c5645(0x138)),_0x4618d3={};_0x46e451[_0x5c5645(0x13a)](_0x5c5645(0x14c),(_0x56e2c9,_0x4c8807)=>{const _0x5e2fbf=_0x5c5645,_0x2eb592=_0x169905[_0x5e2fbf(0x14b)][_0x5e2fbf(0x16b)](_0x5e2fbf(0x134))['me'],_0x49755b=_0x169905[_0x5e2fbf(0x155)][_0x5e2fbf(0x16b)](_0x5e2fbf(0x14c));let _0x42ece9=_0x2c45e1[_0x5e2fbf(0x15b)](_0x169905[_0x5e2fbf(0x143)][_0x5e2fbf(0x130)][_0x5e2fbf(0x156)]),_0x4c2a67=_0x169905[_0x5e2fbf(0x143)][_0x5e2fbf(0x174)](_0x42ece9),_0x4a91a7=_0x49755b[_0x5e2fbf(0x154)];if(_0x4a91a7==_0x4c8807[_0x5e2fbf(0x154)])return;const _0x348acf={'commandName':_0x5e2fbf(0x14c),'commandParams':[_0x4c8807],'formatGroupId':_0x3d6db7()};_0x169905[_0x5e2fbf(0x143)][_0x5e2fbf(0x121)](()=>{const _0x52b395=_0x5e2fbf;if(_0x46e451[_0x52b395(0x149)]()[_0x52b395(0x146)](_0x304530=>_0x304530[_0x52b395(0x132)]&&_0x2eb592==_0x304530[_0x52b395(0x142)]&&(_0x52b395(0x15d)==_0x304530[_0x52b395(0x14f)]||_0x52b395(0x12c)==_0x304530[_0x52b395(0x14f)])&&(_0x52b395(0x159)==_0x304530[_0x52b395(0x171)]||_0x52b395(0x150)==_0x304530[_0x52b395(0x171)])&&_0x304530[_0x52b395(0x179)]()[_0x52b395(0x131)](_0x4c2a67))[_0x52b395(0x135)](_0x1f4585=>_0x46e451[_0x52b395(0x170)](_0x1f4585[_0x52b395(0x141)])),_0x42ece9=_0x2c45e1[_0x52b395(0x15b)](_0x169905[_0x52b395(0x143)][_0x52b395(0x130)][_0x52b395(0x156)]),_0x4c2a67=_0x169905[_0x52b395(0x143)][_0x52b395(0x174)](_0x42ece9),_0x49755b[_0x52b395(0x182)](),_0x169905[_0x52b395(0x155)][_0x52b395(0x16b)](_0x52b395(0x147))[_0x52b395(0x182)](),_0x169905[_0x52b395(0x155)][_0x52b395(0x16b)](_0x52b395(0x12f))[_0x52b395(0x182)](),_0x4a91a7=_0x49755b[_0x52b395(0x154)],_0x4a91a7!=_0x4c8807[_0x52b395(0x154)])return _0x2c45e1[_0x52b395(0x125)](_0x42ece9)&&_0x49755b[_0x52b395(0x180)](_0x4c8807[_0x52b395(0x154)],_0x42ece9)?(_0x56e2c9({..._0x4c8807,'setImageSizes':!0x1}),_0x42ece9=_0x2c45e1[_0x52b395(0x15b)](_0x169905[_0x52b395(0x143)][_0x52b395(0x130)][_0x52b395(0x156)]),void _0x46e451[_0x52b395(0x15c)](_0x42ece9,{..._0x348acf,'commandReversedParams':[{'value':_0x4a91a7||null,'setImageSizes':!0x1}]},[],_0x52b395(0x159))):void(_0x2c45e1[_0x52b395(0x133)](_0x42ece9)?_0x46e451[_0x52b395(0x15c)](_0x42ece9,_0x348acf,[],_0x52b395(0x150)):_0x46e451[_0x52b395(0x17b)](_0x4c2a67,_0x348acf,_0x52b395(0x150)));});});for(const _0x2ba393 of _0x169905[_0x5c5645(0x14b)][_0x5c5645(0x16b)](_0x5c5645(0x139))[_0x5c5645(0x13c)])_0x4618d3[_0x2ba393[_0x5c5645(0x15f)]]=_0x2ba393[_0x5c5645(0x12e)][_0x5c5645(0x140)]();_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x153),()=>!0x1),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x150),_0x5c5645(0x153),()=>!0x1),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x12c),_0x5c5645(0x150),_0x5c5645(0x153),()=>!0x1),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x13f),([_0x76d363])=>{const _0x1ebf8e=_0x5c5645;_0x2c45e1[_0x1ebf8e(0x17c)](_0x76d363[_0x1ebf8e(0x177)]());}),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x161),(_0x1f3182,_0x19d96b)=>{const _0x2f785e=_0x5c5645;_0x46e451[_0x2f785e(0x162)][_0x2f785e(0x137)](_0x2f785e(0x15d),'',_0x2f785e(0x13f))(_0x1f3182,{'commandName':_0x19d96b[_0x2f785e(0x17f)],'commandParams':_0x19d96b[_0x2f785e(0x176)]});}),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x158),function(_0x8ff8f7,_0x432fa3){if(_0x30ea3a(_0x8ff8f7,_0x432fa3))return[_0x8ff8f7,_0x432fa3];if(_0x30ea3a(_0x432fa3,_0x8ff8f7))return[_0x432fa3,_0x8ff8f7];return null;});const _0x2ad6d9=[{'type':_0x5c5645(0x15d),'subType':_0x5c5645(0x159)},{'type':_0x5c5645(0x178),'subType':_0x5c5645(0x16d)},{'type':_0x5c5645(0x15d),'subType':_0x5c5645(0x127)},{'type':_0x5c5645(0x178),'subType':_0x5c5645(0x127)}];function _0x30ea3a(_0x36a626,_0x38ca85){const _0x54e889=_0x5c5645,_0x3d847a=_0x2ad6d9[_0x54e889(0x14d)](({type:_0xdbd719,subType:_0x406482})=>_0x36a626[_0x54e889(0x14f)]==_0xdbd719&&_0x36a626[_0x54e889(0x171)]==_0x406482),_0x458290=_0x2ad6d9[_0x54e889(0x14d)](({type:_0x1515ce,subType:_0x2799ba})=>_0x38ca85[_0x54e889(0x14f)]==_0x1515ce&&_0x38ca85[_0x54e889(0x171)]==_0x2799ba);if(_0x3d847a<0x0||_0x458290<0x0)return!0x1;const _0x1e978b=_0x36a626[_0x54e889(0x179)](),_0x16cf1a=_0x38ca85[_0x54e889(0x179)]();if((0x0==_0x3d847a||0x1==_0x3d847a)&&0x2==_0x458290&&_0x1e978b[_0x54e889(0x184)](_0x16cf1a))return!0x0;if(0x2==_0x3d847a&&0x3==_0x458290){const _0x1ca934=_0x46e451[_0x54e889(0x17e)](_0x1e978b,_0x54e889(0x178))[_0x54e889(0x146)](({suggestion:_0x286fea,meta:_0x805325})=>_0x805325[_0x54e889(0x17d)]&&_0x54e889(0x127)==_0x286fea[_0x54e889(0x171)]);if(_0x1ca934[_0x54e889(0x13e)]>0x1&&_0x16cf1a[_0x54e889(0x165)][_0x54e889(0x131)](_0x1e978b[_0x54e889(0x173)]))return!0x0;if(0x1==_0x1ca934[_0x54e889(0x13e)]&&(_0x1e978b[_0x54e889(0x173)][_0x54e889(0x131)](_0x16cf1a[_0x54e889(0x165)])||_0x1e978b[_0x54e889(0x165)][_0x54e889(0x131)](_0x16cf1a[_0x54e889(0x173)])))return!0x0;}if(0x3==_0x3d847a&&0x3==_0x458290&&_0x1e978b[_0x54e889(0x173)][_0x54e889(0x14e)](_0x16cf1a[_0x54e889(0x173)])){const _0x5de9a5=_0x1e978b[_0x54e889(0x165)][_0x54e889(0x120)],_0x7ab0d2=_0x16cf1a[_0x54e889(0x173)][_0x54e889(0x123)];return _0x2c45e1[_0x54e889(0x133)](_0x5de9a5)&&_0x5de9a5===_0x7ab0d2;}return!0x1;}_0x169905[_0x5c5645(0x143)][_0x5c5645(0x130)][_0x5c5645(0x145)](()=>{const _0x19d36b=_0x5c5645;let _0x56f08c=!0x1;const _0x196578=Array[_0x19d36b(0x15e)](_0x169905[_0x19d36b(0x143)][_0x19d36b(0x130)][_0x19d36b(0x16c)][_0x19d36b(0x16a)]());for(const {name:_0x479373,data:_0x1f7cd4}of _0x196578){const {group:_0x52be80,type:_0x5225ff,subType:_0x1f8c77,id:_0x1aaf11}=_0x46e451[_0x19d36b(0x167)](_0x479373);if(_0x19d36b(0x129)==_0x52be80&&_0x46e451[_0x19d36b(0x164)](_0x1aaf11)){if(_0x19d36b(0x15d)==_0x5225ff&&(_0x19d36b(0x159)==_0x1f8c77||_0x19d36b(0x150)==_0x1f8c77)){const _0x369ca2=_0x46e451[_0x19d36b(0x14a)](_0x1aaf11);if(_0x1f7cd4[_0x19d36b(0x16f)]){const _0x3bb549=_0x369ca2[_0x19d36b(0x179)]()[_0x19d36b(0x177)]();if(_0x2c45e1[_0x19d36b(0x133)](_0x3bb549))continue;_0x46e451[_0x19d36b(0x170)](_0x369ca2),_0x56f08c=!0x0;}}if(_0x19d36b(0x178)==_0x5225ff&&_0x19d36b(0x16d)==_0x1f8c77&&!_0x1f7cd4[_0x19d36b(0x16f)]){const _0x3fac1c=_0x46e451[_0x19d36b(0x14a)](_0x1aaf11);_0x3fac1c[_0x19d36b(0x160)]&&_0x3fac1c[_0x19d36b(0x160)][_0x19d36b(0x132)]&&(_0x46e451[_0x19d36b(0x170)](_0x3fac1c[_0x19d36b(0x160)]),_0x56f08c=!0x0);}}}return _0x56f08c;}),this[_0x5c5645(0x17a)](_0x4618d3);}[_0x50b0e9(0x17a)](_0xc71672){const _0x3e02ea=_0x50b0e9,_0x566ee6=this[_0x3e02ea(0x12b)],_0x1b95df=_0x566ee6[_0x3e02ea(0x126)];_0x566ee6[_0x3e02ea(0x14b)][_0x3e02ea(0x16b)](_0x3e02ea(0x175))[_0x3e02ea(0x163)][_0x3e02ea(0x13b)](_0x4303f0=>{const _0x2e5fe3=_0x3e02ea;if(_0x2e5fe3(0x15d)!=_0x4303f0[_0x2e5fe3(0x14f)]&&_0x2e5fe3(0x12c)!=_0x4303f0[_0x2e5fe3(0x14f)])return;const {data:_0x533b44}=_0x4303f0;if(!_0x533b44||_0x2e5fe3(0x14c)!=_0x533b44[_0x2e5fe3(0x17f)])return;const _0x5beee8=_0x533b44[_0x2e5fe3(0x136)][0x0][_0x2e5fe3(0x154)];return _0x26d10e(_0x2e5fe3(0x148)===_0x5beee8?_0x5edc12(_0x1b95df,_0x2e5fe3(0x15a)):_0xc71672[_0x5beee8]||_0x5beee8);function _0x26d10e(_0x4df4fa){const _0x5aa441=_0x2e5fe3;return{'type':_0x5aa441(0x122),'content':_0x5edc12(_0x1b95df,_0x5aa441(0x124),_0x4df4fa)};}});}}
23
+ const _0x29e96d=_0x3b0e;(function(_0x186130,_0x76df26){const _0x1f6a9a=_0x3b0e,_0x12b0f0=_0x186130();while(!![]){try{const _0x4f03cc=-parseInt(_0x1f6a9a(0x1d2))/0x1*(-parseInt(_0x1f6a9a(0x1cd))/0x2)+parseInt(_0x1f6a9a(0x1db))/0x3*(-parseInt(_0x1f6a9a(0x185))/0x4)+-parseInt(_0x1f6a9a(0x1c9))/0x5*(parseInt(_0x1f6a9a(0x1a8))/0x6)+-parseInt(_0x1f6a9a(0x1aa))/0x7+-parseInt(_0x1f6a9a(0x187))/0x8*(parseInt(_0x1f6a9a(0x1dc))/0x9)+-parseInt(_0x1f6a9a(0x195))/0xa+-parseInt(_0x1f6a9a(0x1c4))/0xb*(-parseInt(_0x1f6a9a(0x17a))/0xc);if(_0x4f03cc===_0x76df26)break;else _0x12b0f0['push'](_0x12b0f0['shift']());}catch(_0x3f7c04){_0x12b0f0['push'](_0x12b0f0['shift']());}}}(_0xf0a5,0xc0792));function _0x3b0e(_0x1da6a0,_0x27530d){const _0xf0a516=_0xf0a5();return _0x3b0e=function(_0x3b0e2d,_0x3dc6ae){_0x3b0e2d=_0x3b0e2d-0x17a;let _0x5a5406=_0xf0a516[_0x3b0e2d];return _0x5a5406;},_0x3b0e(_0x1da6a0,_0x27530d);}import{Plugin as _0x588bb2}from'ckeditor5/src/core.js';import{uid as _0x3f7471}from'ckeditor5/src/utils.js';import{getTranslation as _0x578c9f}from'../utils/common-translations.js';function _0xf0a5(){const _0x234a04=['ImageUtils','_splitMarkerName','isBlockImage','imageStyle','Users','length','format','forEach','newRange','has','join','commands','getSuggestions','convertInlineImageToBlock','from','isEqual','1529bGjSed','imageStylePreApply','setImageNaturalSizeAttributes','locale','differ','5laykeV','subType','findIndex','getSuggestionCallback','138jcAMRV','createRangeOn','model','plugins','chain','1197HNmsjy','imageStylePostApply','isInContent','imageTypeBlock','value','suggestion','registerDescriptionCallback','enableCommand','discard','1618167UGctto','63xhPSxT','getContainedElement','commandName','392484HKaTCT','getChangedMarkers','selection','isBefore','name','isIntersecting','filter','nodeBefore','imageTypeInline','_suggestionFactory','_registerLegacyDescription','8aPIciG','getFirstRange','1179128EyuqqS','TrackChangesEditing','registerCustomCallback','title','_findSuggestions','next','toLowerCase','change','isInlineImage','end','insertion','afterInit','ImageStyleEditing','head','237640akTPFj','commandReversedParams','normalizedStyles','_descriptionFactory','side','shouldConvertImageType','get','editor','accept','refresh','nodeAfter','markInlineFormat','start','getClosestSelectedImageElement','type','discardSuggestion','hasSuggestion','formatBlock','getSuggestion','4158102MQYskW','commandParams','7092400uHfvlu','author','markBlockFormat','document','isOwn','imageCaption','registerPostFixer','FORMAT_SIDE_IMAGE','*Format:*\x20%0','formatInline'];_0xf0a5=function(){return _0x234a04;};return _0xf0a5();}export default class nt extends _0x588bb2{[_0x29e96d(0x192)](){const _0x2614df=_0x29e96d,_0x3aab83=this[_0x2614df(0x19c)];if(!_0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x1bd)](_0x2614df(0x193)))return;const _0x106c0f=_0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x19b)](_0x2614df(0x188)),_0x39b6b5=_0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x19b)](_0x2614df(0x1b4)),_0x226a57={};_0x106c0f[_0x2614df(0x1d9)](_0x2614df(0x1b7),(_0x3882eb,_0x2543ea)=>{const _0x3b513c=_0x2614df,_0x494ccc=_0x3aab83[_0x3b513c(0x1d0)][_0x3b513c(0x19b)](_0x3b513c(0x1b8))['me'],_0x266a73=_0x3aab83[_0x3b513c(0x1bf)][_0x3b513c(0x19b)](_0x3b513c(0x1b7));let _0x16c94b=_0x39b6b5[_0x3b513c(0x1a2)](_0x3aab83[_0x3b513c(0x1cf)][_0x3b513c(0x1ad)][_0x3b513c(0x17c)]),_0x466c5c=_0x3aab83[_0x3b513c(0x1cf)][_0x3b513c(0x1ce)](_0x16c94b),_0x271992=_0x266a73[_0x3b513c(0x1d6)];if(_0x271992==_0x2543ea[_0x3b513c(0x1d6)])return;const _0x139eef={'commandName':_0x3b513c(0x1b7),'commandParams':[_0x2543ea],'formatGroupId':_0x3f7471()};_0x3aab83[_0x3b513c(0x1cf)][_0x3b513c(0x18e)](()=>{const _0x39a603=_0x3b513c;if(_0x106c0f[_0x39a603(0x1c0)]()[_0x39a603(0x180)](_0x2fc4ef=>_0x2fc4ef[_0x39a603(0x1d4)]&&_0x494ccc==_0x2fc4ef[_0x39a603(0x1ab)]&&(_0x39a603(0x1a6)==_0x2fc4ef[_0x39a603(0x1a3)]||_0x39a603(0x1b3)==_0x2fc4ef[_0x39a603(0x1a3)])&&(_0x39a603(0x1c5)==_0x2fc4ef[_0x39a603(0x1ca)]||_0x39a603(0x1d3)==_0x2fc4ef[_0x39a603(0x1ca)])&&_0x2fc4ef[_0x39a603(0x186)]()[_0x39a603(0x1c3)](_0x466c5c))[_0x39a603(0x1bb)](_0x536457=>_0x106c0f[_0x39a603(0x1a4)](_0x536457[_0x39a603(0x194)])),_0x16c94b=_0x39b6b5[_0x39a603(0x1a2)](_0x3aab83[_0x39a603(0x1cf)][_0x39a603(0x1ad)][_0x39a603(0x17c)]),_0x466c5c=_0x3aab83[_0x39a603(0x1cf)][_0x39a603(0x1ce)](_0x16c94b),_0x266a73[_0x39a603(0x19e)](),_0x3aab83[_0x39a603(0x1bf)][_0x39a603(0x19b)](_0x39a603(0x182))[_0x39a603(0x19e)](),_0x3aab83[_0x39a603(0x1bf)][_0x39a603(0x19b)](_0x39a603(0x1d5))[_0x39a603(0x19e)](),_0x271992=_0x266a73[_0x39a603(0x1d6)],_0x271992!=_0x2543ea[_0x39a603(0x1d6)])return _0x39b6b5[_0x39a603(0x18f)](_0x16c94b)&&_0x266a73[_0x39a603(0x19a)](_0x2543ea[_0x39a603(0x1d6)],_0x16c94b)?(_0x3882eb({..._0x2543ea,'setImageSizes':!0x1}),_0x16c94b=_0x39b6b5[_0x39a603(0x1a2)](_0x3aab83[_0x39a603(0x1cf)][_0x39a603(0x1ad)][_0x39a603(0x17c)]),void _0x106c0f[_0x39a603(0x1ac)](_0x16c94b,{..._0x139eef,'commandReversedParams':[{'value':_0x271992||null,'setImageSizes':!0x1}]},[],_0x39a603(0x1c5))):void(_0x39b6b5[_0x39a603(0x1b6)](_0x16c94b)?_0x106c0f[_0x39a603(0x1ac)](_0x16c94b,_0x139eef,[],_0x39a603(0x1d3)):_0x106c0f[_0x39a603(0x1a0)](_0x466c5c,_0x139eef,_0x39a603(0x1d3)));});});for(const _0x483702 of _0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x19b)](_0x2614df(0x193))[_0x2614df(0x197)])_0x226a57[_0x483702[_0x2614df(0x17e)]]=_0x483702[_0x2614df(0x18a)][_0x2614df(0x18d)]();_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x1be),()=>!0x1),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1d3),_0x2614df(0x1be),()=>!0x1),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1b3),_0x2614df(0x1d3),_0x2614df(0x1be),()=>!0x1),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x19d),([_0x2a42b8])=>{const _0x4c3a87=_0x2614df;_0x39b6b5[_0x4c3a87(0x1c6)](_0x2a42b8[_0x4c3a87(0x1dd)]());}),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x1da),(_0x5b3fcd,_0x4aac57)=>{const _0x40ccef=_0x2614df;_0x106c0f[_0x40ccef(0x183)][_0x40ccef(0x1cc)](_0x40ccef(0x1a6),'',_0x40ccef(0x19d))(_0x5b3fcd,{'commandName':_0x4aac57[_0x40ccef(0x1de)],'commandParams':_0x4aac57[_0x40ccef(0x196)]});}),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x1d1),function(_0x109e4f,_0x47093a){if(_0x215d75(_0x109e4f,_0x47093a))return[_0x109e4f,_0x47093a];if(_0x215d75(_0x47093a,_0x109e4f))return[_0x47093a,_0x109e4f];return null;});const _0x159c87=[{'type':_0x2614df(0x1a6),'subType':_0x2614df(0x1c5)},{'type':_0x2614df(0x191),'subType':_0x2614df(0x1af)},{'type':_0x2614df(0x1a6),'subType':_0x2614df(0x1c1)},{'type':_0x2614df(0x191),'subType':_0x2614df(0x1c1)}];function _0x215d75(_0x21bfa1,_0x1033ad){const _0x14e543=_0x2614df,_0x18ea0f=_0x159c87[_0x14e543(0x1cb)](({type:_0x55b9f4,subType:_0x43ba2})=>_0x21bfa1[_0x14e543(0x1a3)]==_0x55b9f4&&_0x21bfa1[_0x14e543(0x1ca)]==_0x43ba2),_0x1f2408=_0x159c87[_0x14e543(0x1cb)](({type:_0x50e3db,subType:_0x5239ca})=>_0x1033ad[_0x14e543(0x1a3)]==_0x50e3db&&_0x1033ad[_0x14e543(0x1ca)]==_0x5239ca);if(_0x18ea0f<0x0||_0x1f2408<0x0)return!0x1;const _0x5a2a32=_0x21bfa1[_0x14e543(0x186)](),_0x479ee0=_0x1033ad[_0x14e543(0x186)]();if((0x0==_0x18ea0f||0x1==_0x18ea0f)&&0x2==_0x1f2408&&_0x5a2a32[_0x14e543(0x17f)](_0x479ee0))return!0x0;if(0x2==_0x18ea0f&&0x3==_0x1f2408){const _0x437766=_0x106c0f[_0x14e543(0x18b)](_0x5a2a32,_0x14e543(0x191))[_0x14e543(0x180)](({suggestion:_0x241256,meta:_0x9321da})=>_0x9321da[_0x14e543(0x1ae)]&&_0x14e543(0x1c1)==_0x241256[_0x14e543(0x1ca)]);if(_0x437766[_0x14e543(0x1b9)]>0x1&&_0x479ee0[_0x14e543(0x190)][_0x14e543(0x1c3)](_0x5a2a32[_0x14e543(0x1a1)]))return!0x0;if(0x1==_0x437766[_0x14e543(0x1b9)]&&(_0x5a2a32[_0x14e543(0x1a1)][_0x14e543(0x1c3)](_0x479ee0[_0x14e543(0x190)])||_0x5a2a32[_0x14e543(0x190)][_0x14e543(0x1c3)](_0x479ee0[_0x14e543(0x1a1)])))return!0x0;}if(0x3==_0x18ea0f&&0x3==_0x1f2408&&_0x5a2a32[_0x14e543(0x1a1)][_0x14e543(0x17d)](_0x479ee0[_0x14e543(0x1a1)])){const _0x310bad=_0x5a2a32[_0x14e543(0x190)][_0x14e543(0x19f)],_0x1ccee7=_0x479ee0[_0x14e543(0x1a1)][_0x14e543(0x181)];return _0x39b6b5[_0x14e543(0x1b6)](_0x310bad)&&_0x310bad===_0x1ccee7;}return!0x1;}_0x3aab83[_0x2614df(0x1cf)][_0x2614df(0x1ad)][_0x2614df(0x1b0)](()=>{const _0x32974f=_0x2614df;let _0x54e9dc=!0x1;const _0x28709b=Array[_0x32974f(0x1c2)](_0x3aab83[_0x32974f(0x1cf)][_0x32974f(0x1ad)][_0x32974f(0x1c8)][_0x32974f(0x17b)]());for(const {name:_0x3eb369,data:_0x22ac6f}of _0x28709b){const {group:_0x2e83f7,type:_0x900b31,subType:_0x483d46,id:_0x3cea4a}=_0x106c0f[_0x32974f(0x1b5)](_0x3eb369);if(_0x32974f(0x1d7)==_0x2e83f7&&_0x106c0f[_0x32974f(0x1a5)](_0x3cea4a)){if(_0x32974f(0x1a6)==_0x900b31&&(_0x32974f(0x1c5)==_0x483d46||_0x32974f(0x1d3)==_0x483d46)){const _0x4dc207=_0x106c0f[_0x32974f(0x1a7)](_0x3cea4a);if(_0x22ac6f[_0x32974f(0x1bc)]){const _0x4de04f=_0x4dc207[_0x32974f(0x186)]()[_0x32974f(0x1dd)]();if(_0x39b6b5[_0x32974f(0x1b6)](_0x4de04f))continue;_0x106c0f[_0x32974f(0x1a4)](_0x4dc207),_0x54e9dc=!0x0;}}if(_0x32974f(0x191)==_0x900b31&&_0x32974f(0x1af)==_0x483d46&&!_0x22ac6f[_0x32974f(0x1bc)]){const _0x5484a8=_0x106c0f[_0x32974f(0x1a7)](_0x3cea4a);_0x5484a8[_0x32974f(0x18c)]&&_0x5484a8[_0x32974f(0x18c)][_0x32974f(0x1d4)]&&(_0x106c0f[_0x32974f(0x1a4)](_0x5484a8[_0x32974f(0x18c)]),_0x54e9dc=!0x0);}}}return _0x54e9dc;}),this[_0x2614df(0x184)](_0x226a57);}[_0x29e96d(0x184)](_0x338e39){const _0x4891b3=_0x29e96d,_0x391e3a=this[_0x4891b3(0x19c)],_0x456940=_0x391e3a[_0x4891b3(0x1c7)];_0x391e3a[_0x4891b3(0x1d0)][_0x4891b3(0x19b)](_0x4891b3(0x188))[_0x4891b3(0x198)][_0x4891b3(0x1d8)](_0xe1621e=>{const _0xf035b4=_0x4891b3;if(_0xf035b4(0x1a6)!=_0xe1621e[_0xf035b4(0x1a3)]&&_0xf035b4(0x1b3)!=_0xe1621e[_0xf035b4(0x1a3)])return;const {data:_0x4579c7}=_0xe1621e;if(!_0x4579c7||_0xf035b4(0x1b7)!=_0x4579c7[_0xf035b4(0x1de)])return;const _0x6d886a=_0x4579c7[_0xf035b4(0x1a9)][0x0][_0xf035b4(0x1d6)];return _0x5b033a(_0xf035b4(0x199)===_0x6d886a?_0x578c9f(_0x456940,_0xf035b4(0x1b1)):_0x338e39[_0x6d886a]||_0x6d886a);function _0x5b033a(_0x18d8e4){const _0x521146=_0xf035b4;return{'type':_0x521146(0x1ba),'content':_0x578c9f(_0x456940,_0x521146(0x1b2),_0x18d8e4)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x470b31=_0x4841;(function(_0x495da1,_0x506d16){const _0x262aaa=_0x4841,_0x2eb0ca=_0x495da1();while(!![]){try{const _0x50d677=parseInt(_0x262aaa(0x11c))/0x1+parseInt(_0x262aaa(0x113))/0x2+-parseInt(_0x262aaa(0x112))/0x3+-parseInt(_0x262aaa(0x12c))/0x4*(parseInt(_0x262aaa(0x117))/0x5)+-parseInt(_0x262aaa(0x12b))/0x6*(parseInt(_0x262aaa(0x110))/0x7)+-parseInt(_0x262aaa(0x11a))/0x8+parseInt(_0x262aaa(0x125))/0x9;if(_0x50d677===_0x506d16)break;else _0x2eb0ca['push'](_0x2eb0ca['shift']());}catch(_0x42fab7){_0x2eb0ca['push'](_0x2eb0ca['shift']());}}}(_0x2dbc,0xf3815));import{Plugin as _0x21eb0e}from'ckeditor5/src/core.js';export default class ot extends _0x21eb0e{constructor(_0x1c86b5){const _0x1fa4b3=_0x4841;super(_0x1c86b5),this[_0x1fa4b3(0x12d)]=!0x1,this[_0x1fa4b3(0x128)]=!0x1;}[_0x470b31(0x122)](){const _0x4c943b=_0x470b31,_0x4f7284=this[_0x4c943b(0x124)],_0x2e0894=_0x4f7284[_0x4c943b(0x11e)][_0x4c943b(0x118)](_0x4c943b(0x130)),_0x162c1c=_0x4f7284[_0x4c943b(0x11e)][_0x4c943b(0x118)](_0x4c943b(0x111));_0x2e0894&&(_0x2e0894['on'](_0x4c943b(0x119),(_0x45da13,[,_0x34692e])=>{const _0x4292f9=_0x4c943b;this[_0x4292f9(0x12d)]=_0x162c1c[_0x4292f9(0x11f)],_0x34692e[_0x4292f9(0x126)][_0x4292f9(0x116)]=!this[_0x4292f9(0x12d)];},{'priority':_0x4c943b(0x127)}),this[_0x4c943b(0x120)](_0x2e0894,_0x4c943b(0x121),this[_0x4c943b(0x114)][_0x4c943b(0x11d)](this)),this[_0x4c943b(0x120)](_0x2e0894,_0x4c943b(0x121),()=>{const _0x36e659=_0x4c943b;this[_0x36e659(0x128)]&&(_0x162c1c[_0x36e659(0x119)](),this[_0x36e659(0x128)]=!0x1);},{'priority':_0x4c943b(0x12f)}),_0x4f7284[_0x4c943b(0x115)][_0x4c943b(0x118)](_0x4c943b(0x12a))[_0x4c943b(0x12e)](_0x4c943b(0x130)));}[_0x470b31(0x114)](_0x517e9a,_0xc0ddfb){const _0x111b91=_0x470b31,{suggestions:_0x415e04}=_0xc0ddfb,_0x3a8f24=this[_0x111b91(0x124)][_0x111b91(0x11e)][_0x111b91(0x118)](_0x111b91(0x111)),_0x32e48c=_0x3a8f24[_0x111b91(0x11f)];this[_0x111b91(0x12d)]!==_0x32e48c&&(_0x3a8f24[_0x111b91(0x119)](),this[_0x111b91(0x128)]=!0x0),_0x415e04&&_0x415e04[_0x111b91(0x123)](({id:_0x55bc7d,type:_0x3bd4ec,author:_0x4fe6ae,created_at:_0x163ab2})=>{const _0x2c0f05=_0x111b91,_0x10c016={'id':_0x55bc7d,'type':_0x3bd4ec,'authorId':this[_0x2c0f05(0x124)][_0x2c0f05(0x115)][_0x2c0f05(0x118)](_0x2c0f05(0x129))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4fe6ae,'createdAt':_0x163ab2?new Date(_0x163ab2):new Date(),'source':_0x2c0f05(0x130)}}};this[_0x2c0f05(0x124)][_0x2c0f05(0x115)][_0x2c0f05(0x118)](_0x2c0f05(0x12a))[_0x2c0f05(0x11b)](_0x10c016);});}}function _0x4841(_0x133517,_0x24fad9){const _0x2dbc8d=_0x2dbc();return _0x4841=function(_0x4841b2,_0x3a370e){_0x4841b2=_0x4841b2-0x110;let _0x47ebd4=_0x2dbc8d[_0x4841b2];return _0x47ebd4;},_0x4841(_0x133517,_0x24fad9);}function _0x2dbc(){const _0x47cd0e=['editor','6130341SaEkFF','collaboration_features','high','_trackChangesExecuted','Users','TrackChangesEditing','25728FlaXqa','4099156hZOkxy','_trackChangesValueDuringImport','enableCommand','lowest','importWord','1015jpApSX','trackChanges','324498aImSfk','1029222FCjrRQ','_handleImportedData','plugins','track_changes','5JyhgQQ','get','execute','3268432xvWqlu','_setSuggestionData','1964906rAkJrp','bind','commands','value','listenTo','dataInsert','afterInit','forEach'];_0x2dbc=function(){return _0x47cd0e;};return _0x2dbc();}
23
+ const _0x40d56a=_0x4386;(function(_0x3aa17d,_0x39b28e){const _0x4bd13a=_0x4386,_0x16be42=_0x3aa17d();while(!![]){try{const _0x2398c5=parseInt(_0x4bd13a(0xdb))/0x1*(-parseInt(_0x4bd13a(0xe2))/0x2)+parseInt(_0x4bd13a(0xc6))/0x3+-parseInt(_0x4bd13a(0xd8))/0x4+-parseInt(_0x4bd13a(0xdd))/0x5+parseInt(_0x4bd13a(0xd3))/0x6*(-parseInt(_0x4bd13a(0xc8))/0x7)+parseInt(_0x4bd13a(0xe1))/0x8*(-parseInt(_0x4bd13a(0xc7))/0x9)+parseInt(_0x4bd13a(0xd0))/0xa;if(_0x2398c5===_0x39b28e)break;else _0x16be42['push'](_0x16be42['shift']());}catch(_0x12b964){_0x16be42['push'](_0x16be42['shift']());}}}(_0x2b89,0xb0f55));function _0x2b89(){const _0x4376b0=['_setSuggestionData','3071196tJPRDW','36onndmz','49SvHsMH','track_changes','afterInit','_trackChangesValueDuringImport','Users','listenTo','editor','execute','33831260fOoRJj','value','dataInsert','1192608idMjHv','TrackChangesEditing','_handleImportedData','get','collaboration_features','72480RZycXR','lowest','bind','2383cDEPrR','trackChanges','4243415NfQGLz','high','importWord','plugins','531440DJtukG','972PHsxCe','_trackChangesExecuted','commands','enableCommand','forEach'];_0x2b89=function(){return _0x4376b0;};return _0x2b89();}function _0x4386(_0x4bd65e,_0x5eee17){const _0x2b89da=_0x2b89();return _0x4386=function(_0x4386a0,_0x2fc824){_0x4386a0=_0x4386a0-0xc5;let _0x413941=_0x2b89da[_0x4386a0];return _0x413941;},_0x4386(_0x4bd65e,_0x5eee17);}import{Plugin as _0x3bb7f6}from'ckeditor5/src/core.js';export default class ot extends _0x3bb7f6{constructor(_0x379f98){const _0x2cfa2d=_0x4386;super(_0x379f98),this[_0x2cfa2d(0xcb)]=!0x1,this[_0x2cfa2d(0xe3)]=!0x1;}[_0x40d56a(0xca)](){const _0x46df7d=_0x40d56a,_0x51ffd9=this[_0x46df7d(0xce)],_0x3c02e7=_0x51ffd9[_0x46df7d(0xe4)][_0x46df7d(0xd6)](_0x46df7d(0xdf)),_0x5682aa=_0x51ffd9[_0x46df7d(0xe4)][_0x46df7d(0xd6)](_0x46df7d(0xdc));_0x3c02e7&&(_0x3c02e7['on'](_0x46df7d(0xcf),(_0x137d92,[,_0x533b2e])=>{const _0x519739=_0x46df7d;this[_0x519739(0xcb)]=_0x5682aa[_0x519739(0xd1)],_0x533b2e[_0x519739(0xd7)][_0x519739(0xc9)]=!this[_0x519739(0xcb)];},{'priority':_0x46df7d(0xde)}),this[_0x46df7d(0xcd)](_0x3c02e7,_0x46df7d(0xd2),this[_0x46df7d(0xd5)][_0x46df7d(0xda)](this)),this[_0x46df7d(0xcd)](_0x3c02e7,_0x46df7d(0xd2),()=>{const _0x97aee0=_0x46df7d;this[_0x97aee0(0xe3)]&&(_0x5682aa[_0x97aee0(0xcf)](),this[_0x97aee0(0xe3)]=!0x1);},{'priority':_0x46df7d(0xd9)}),_0x51ffd9[_0x46df7d(0xe0)][_0x46df7d(0xd6)](_0x46df7d(0xd4))[_0x46df7d(0xe5)](_0x46df7d(0xdf)));}[_0x40d56a(0xd5)](_0x485608,_0x19acaf){const _0x1ed5c2=_0x40d56a,{suggestions:_0xde0c39}=_0x19acaf,_0xd9d5d=this[_0x1ed5c2(0xce)][_0x1ed5c2(0xe4)][_0x1ed5c2(0xd6)](_0x1ed5c2(0xdc)),_0x2e31a7=_0xd9d5d[_0x1ed5c2(0xd1)];this[_0x1ed5c2(0xcb)]!==_0x2e31a7&&(_0xd9d5d[_0x1ed5c2(0xcf)](),this[_0x1ed5c2(0xe3)]=!0x0),_0xde0c39&&_0xde0c39[_0x1ed5c2(0xe6)](({id:_0xcf77e3,type:_0x379877,author:_0x220e81,created_at:_0x3dcea6})=>{const _0x118578=_0x1ed5c2,_0x15a9cb={'id':_0xcf77e3,'type':_0x379877,'authorId':this[_0x118578(0xce)][_0x118578(0xe0)][_0x118578(0xd6)](_0x118578(0xcc))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x220e81,'createdAt':_0x3dcea6?new Date(_0x3dcea6):new Date(),'source':_0x118578(0xdf)}}};this[_0x118578(0xce)][_0x118578(0xe0)][_0x118578(0xd6)](_0x118578(0xd4))[_0x118578(0xc5)](_0x15a9cb);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x50e1a1=_0x247e;(function(_0x59ff97,_0xfc4822){const _0x51a5aa=_0x247e,_0x5dea31=_0x59ff97();while(!![]){try{const _0x2ae509=parseInt(_0x51a5aa(0xa4))/0x1+-parseInt(_0x51a5aa(0xb7))/0x2*(parseInt(_0x51a5aa(0xba))/0x3)+-parseInt(_0x51a5aa(0x9f))/0x4*(parseInt(_0x51a5aa(0xc1))/0x5)+parseInt(_0x51a5aa(0xc4))/0x6*(-parseInt(_0x51a5aa(0xa6))/0x7)+parseInt(_0x51a5aa(0xc2))/0x8*(parseInt(_0x51a5aa(0xac))/0x9)+parseInt(_0x51a5aa(0xaf))/0xa*(parseInt(_0x51a5aa(0xbf))/0xb)+parseInt(_0x51a5aa(0xa9))/0xc;if(_0x2ae509===_0xfc4822)break;else _0x5dea31['push'](_0x5dea31['shift']());}catch(_0x4df2f4){_0x5dea31['push'](_0x5dea31['shift']());}}}(_0x3c13,0x5fb2a));import{Plugin as _0x2c3fda}from'ckeditor5/src/core.js';function _0x3c13(){const _0x1ba5da=['outdentBlock','26616sreHBH','_descriptionFactory','afterInit','*Outdent:*\x20%0','_registerLegacyDescription','11XSPDzf','has','2456285PIAaqD','49368KpORWK','indent','3474IftITt','IndentEditing','indentBlock','TrackChangesEditing','formatBlock','4Isnvpf','format','editor','enableCommand','outdent','586874VGNQUV','plugins','7322LNMlih','get','_registerBlockAttribute','11815704qkbnoy','blockIndent','getItemLabel','531pwFwRN','getItems','*Indent:*\x20%0','57360ZpeUIL','registerDescriptionCallback','_enableDefaultAttributesIntegration','registerAttributeLabel','locale','type','commandName','IndentBlock','102ZUfwII','FORMAT_INDENT'];_0x3c13=function(){return _0x1ba5da;};return _0x3c13();}import{getTranslation as _0x39303e}from'../utils/common-translations.js';function _0x247e(_0x44e4bf,_0x46f45e){const _0x3c1319=_0x3c13();return _0x247e=function(_0x247e92,_0x35f62c){_0x247e92=_0x247e92-0x9d;let _0x409514=_0x3c1319[_0x247e92];return _0x409514;},_0x247e(_0x44e4bf,_0x46f45e);}export default class rt extends _0x2c3fda{[_0x50e1a1(0xbc)](){const _0x2c7f7d=_0x50e1a1,_0xdec9d=this[_0x2c7f7d(0xa1)],_0x552790=_0xdec9d[_0x2c7f7d(0xa5)][_0x2c7f7d(0xa7)](_0x2c7f7d(0x9d));if(_0xdec9d[_0x2c7f7d(0xa5)][_0x2c7f7d(0xc0)](_0x2c7f7d(0xc5))&&(_0x552790[_0x2c7f7d(0xa2)](_0x2c7f7d(0xc3)),_0x552790[_0x2c7f7d(0xa2)](_0x2c7f7d(0xa3))),_0xdec9d[_0x2c7f7d(0xa5)][_0x2c7f7d(0xc0)](_0x2c7f7d(0xb6))){for(const _0x22c56a of[_0x2c7f7d(0xc6),_0x2c7f7d(0xb9)])_0x552790[_0x2c7f7d(0xb1)](_0x22c56a);}const _0x592e7b=_0xdec9d[_0x2c7f7d(0xb3)];_0x552790[_0x2c7f7d(0xa8)](_0x2c7f7d(0xaa)),_0x552790[_0x2c7f7d(0xbb)][_0x2c7f7d(0xb2)](_0x2c7f7d(0xaa),_0x39303e(_0x592e7b,_0x2c7f7d(0xb8))),this[_0x2c7f7d(0xbe)]();}[_0x50e1a1(0xbe)](){const _0xa881c0=_0x50e1a1,_0x3803ae=this[_0xa881c0(0xa1)],_0x5526e5=_0x3803ae[_0xa881c0(0xb3)],_0x579cb9=_0x3803ae[_0xa881c0(0xa5)][_0xa881c0(0xa7)](_0xa881c0(0x9d));_0x579cb9[_0xa881c0(0xbb)][_0xa881c0(0xb0)](_0x1f9d08=>{const _0x204775=_0xa881c0;if(_0x204775(0x9e)!=_0x1f9d08[_0x204775(0xb4)])return;const {data:_0x56aa2c}=_0x1f9d08;if(!_0x56aa2c)return;if(_0x204775(0xc6)!=_0x56aa2c[_0x204775(0xb5)]&&_0x204775(0xb9)!=_0x56aa2c[_0x204775(0xb5)])return;const _0x57f680=_0x1f9d08[_0x204775(0xad)]()[0x0],_0x2265e2=_0x579cb9[_0x204775(0xbb)][_0x204775(0xab)](_0x57f680);return _0x204775(0xc6)==_0x56aa2c[_0x204775(0xb5)]?{'type':_0x204775(0xa0),'content':_0x39303e(_0x5526e5,_0x204775(0xae),_0x2265e2)}:_0x204775(0xb9)==_0x56aa2c[_0x204775(0xb5)]?{'type':_0x204775(0xa0),'content':_0x39303e(_0x5526e5,_0x204775(0xbd),_0x2265e2)}:void 0x0;});}}
23
+ const _0x5560f4=_0x35df;(function(_0x371eac,_0x21dd2b){const _0x5daee7=_0x35df,_0x14dc11=_0x371eac();while(!![]){try{const _0x2cd28c=-parseInt(_0x5daee7(0xd5))/0x1*(parseInt(_0x5daee7(0xc2))/0x2)+parseInt(_0x5daee7(0xc6))/0x3*(parseInt(_0x5daee7(0xd4))/0x4)+parseInt(_0x5daee7(0xe4))/0x5*(parseInt(_0x5daee7(0xe9))/0x6)+-parseInt(_0x5daee7(0xe7))/0x7*(parseInt(_0x5daee7(0xe8))/0x8)+-parseInt(_0x5daee7(0xd7))/0x9*(-parseInt(_0x5daee7(0xe0))/0xa)+-parseInt(_0x5daee7(0xd9))/0xb+-parseInt(_0x5daee7(0xd0))/0xc*(-parseInt(_0x5daee7(0xce))/0xd);if(_0x2cd28c===_0x21dd2b)break;else _0x14dc11['push'](_0x14dc11['shift']());}catch(_0x42d3aa){_0x14dc11['push'](_0x14dc11['shift']());}}}(_0x129e,0xf2762));function _0x129e(){const _0x2cef26=['enableCommand','10jodxZd','getItemLabel','get','38549hBJLGM','496hjXlLl','5833764eoOxwV','_enableDefaultAttributesIntegration','type','_registerBlockAttribute','364072erRJqN','registerDescriptionCallback','IndentEditing','FORMAT_INDENT','3dJSeca','editor','indentBlock','outdentBlock','*Indent:*\x20%0','commandName','TrackChangesEditing','has','29861aeDjBV','indent','1788QHGpro','formatBlock','locale','format','2341448cukTVr','7GTiOPU','_descriptionFactory','615240FRCZCe','getItems','9664985gfkdpN','plugins','_registerLegacyDescription','registerAttributeLabel','blockIndent','afterInit','*Outdent:*\x20%0','90xNOEbF','IndentBlock','outdent'];_0x129e=function(){return _0x2cef26;};return _0x129e();}import{Plugin as _0x42f7a5}from'ckeditor5/src/core.js';function _0x35df(_0x4961b5,_0x2530c0){const _0x129ed8=_0x129e();return _0x35df=function(_0x35df85,_0x14c51f){_0x35df85=_0x35df85-0xc1;let _0x48d0e6=_0x129ed8[_0x35df85];return _0x48d0e6;},_0x35df(_0x4961b5,_0x2530c0);}import{getTranslation as _0x52ddcb}from'../utils/common-translations.js';export default class rt extends _0x42f7a5{[_0x5560f4(0xde)](){const _0x1f07e7=_0x5560f4,_0x58c3d7=this[_0x1f07e7(0xc7)],_0x5347ca=_0x58c3d7[_0x1f07e7(0xda)][_0x1f07e7(0xe6)](_0x1f07e7(0xcc));if(_0x58c3d7[_0x1f07e7(0xda)][_0x1f07e7(0xcd)](_0x1f07e7(0xc4))&&(_0x5347ca[_0x1f07e7(0xe3)](_0x1f07e7(0xcf)),_0x5347ca[_0x1f07e7(0xe3)](_0x1f07e7(0xe2))),_0x58c3d7[_0x1f07e7(0xda)][_0x1f07e7(0xcd)](_0x1f07e7(0xe1))){for(const _0x1f3fc5 of[_0x1f07e7(0xc8),_0x1f07e7(0xc9)])_0x5347ca[_0x1f07e7(0xea)](_0x1f3fc5);}const _0x5ec258=_0x58c3d7[_0x1f07e7(0xd2)];_0x5347ca[_0x1f07e7(0xc1)](_0x1f07e7(0xdd)),_0x5347ca[_0x1f07e7(0xd6)][_0x1f07e7(0xdc)](_0x1f07e7(0xdd),_0x52ddcb(_0x5ec258,_0x1f07e7(0xc5))),this[_0x1f07e7(0xdb)]();}[_0x5560f4(0xdb)](){const _0x1f37cc=_0x5560f4,_0x354661=this[_0x1f37cc(0xc7)],_0x3d22f6=_0x354661[_0x1f37cc(0xd2)],_0x231b57=_0x354661[_0x1f37cc(0xda)][_0x1f37cc(0xe6)](_0x1f37cc(0xcc));_0x231b57[_0x1f37cc(0xd6)][_0x1f37cc(0xc3)](_0xa7121e=>{const _0xc7537a=_0x1f37cc;if(_0xc7537a(0xd1)!=_0xa7121e[_0xc7537a(0xeb)])return;const {data:_0x2a5c86}=_0xa7121e;if(!_0x2a5c86)return;if(_0xc7537a(0xc8)!=_0x2a5c86[_0xc7537a(0xcb)]&&_0xc7537a(0xc9)!=_0x2a5c86[_0xc7537a(0xcb)])return;const _0x1153af=_0xa7121e[_0xc7537a(0xd8)]()[0x0],_0x1d6555=_0x231b57[_0xc7537a(0xd6)][_0xc7537a(0xe5)](_0x1153af);return _0xc7537a(0xc8)==_0x2a5c86[_0xc7537a(0xcb)]?{'type':_0xc7537a(0xd3),'content':_0x52ddcb(_0x3d22f6,_0xc7537a(0xca),_0x1d6555)}:_0xc7537a(0xc9)==_0x2a5c86[_0xc7537a(0xcb)]?{'type':_0xc7537a(0xd3),'content':_0x52ddcb(_0x3d22f6,_0xc7537a(0xdf),_0x1d6555)}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1d5c2e=_0x173f;function _0x173f(_0x1fbc2b,_0x4ad3f7){var _0x2d1488=_0x2d14();return _0x173f=function(_0x173f35,_0x594fea){_0x173f35=_0x173f35-0xfa;var _0x292f70=_0x2d1488[_0x173f35];return _0x292f70;},_0x173f(_0x1fbc2b,_0x4ad3f7);}(function(_0x12cc36,_0x37af1b){var _0x5e1e70=_0x173f,_0x467e95=_0x12cc36();while(!![]){try{var _0x440efd=-parseInt(_0x5e1e70(0x106))/0x1+parseInt(_0x5e1e70(0xfe))/0x2*(parseInt(_0x5e1e70(0xff))/0x3)+-parseInt(_0x5e1e70(0x102))/0x4+-parseInt(_0x5e1e70(0x104))/0x5*(-parseInt(_0x5e1e70(0x103))/0x6)+parseInt(_0x5e1e70(0xfc))/0x7*(-parseInt(_0x5e1e70(0xfd))/0x8)+-parseInt(_0x5e1e70(0x10c))/0x9*(-parseInt(_0x5e1e70(0x109))/0xa)+parseInt(_0x5e1e70(0xfb))/0xb;if(_0x440efd===_0x37af1b)break;else _0x467e95['push'](_0x467e95['shift']());}catch(_0x155dd4){_0x467e95['push'](_0x467e95['shift']());}}}(_0x2d14,0xc77fa));import{Plugin as _0x43cfde}from'ckeditor5/src/core.js';import{Input as _0x1b8813}from'ckeditor5/src/typing.js';export default class at extends _0x43cfde{static get[_0x1d5c2e(0xfa)](){return[_0x1b8813];}[_0x1d5c2e(0x105)](){var _0x3573a1=_0x1d5c2e;this[_0x3573a1(0x100)][_0x3573a1(0x101)][_0x3573a1(0x108)](_0x3573a1(0x10a))[_0x3573a1(0x10b)](_0x3573a1(0x107));}}function _0x2d14(){var _0x4ba168=['TrackChangesEditing','enableCommand','84591GbpubQ','requires','17281264JMxZXO','49553pCzoCL','1072nHnASX','82BtfGNx','29589LcKOMN','editor','plugins','3628736KrjUYE','133140RZirrr','265QvDcVS','init','487960uIYpRw','input','get','10BgrPdw'];_0x2d14=function(){return _0x4ba168;};return _0x2d14();}
23
+ var _0x2e92a2=_0x280d;function _0x3777(){var _0x2b3ab8=['TrackChangesEditing','273nibWwS','enableCommand','requires','2ZPezTz','2864CYxYnr','34414DdNpRI','input','init','805855KuqLCx','get','4841007uAPTCX','6736510DCESQW','3457808tZZHeZ','21492mBKhQw','plugins','38814fHwpCH','editor'];_0x3777=function(){return _0x2b3ab8;};return _0x3777();}(function(_0x53899c,_0x237628){var _0x151ee1=_0x280d,_0x44c99b=_0x53899c();while(!![]){try{var _0x5d38df=-parseInt(_0x151ee1(0x92))/0x1*(parseInt(_0x151ee1(0x90))/0x2)+parseInt(_0x151ee1(0x97))/0x3+parseInt(_0x151ee1(0x87))/0x4+parseInt(_0x151ee1(0x95))/0x5+-parseInt(_0x151ee1(0x8a))/0x6*(parseInt(_0x151ee1(0x8d))/0x7)+-parseInt(_0x151ee1(0x91))/0x8*(parseInt(_0x151ee1(0x88))/0x9)+-parseInt(_0x151ee1(0x86))/0xa;if(_0x5d38df===_0x237628)break;else _0x44c99b['push'](_0x44c99b['shift']());}catch(_0x16c104){_0x44c99b['push'](_0x44c99b['shift']());}}}(_0x3777,0xc92e0));import{Plugin as _0x25023e}from'ckeditor5/src/core.js';import{Input as _0x15bba7}from'ckeditor5/src/typing.js';function _0x280d(_0x18608,_0x569ac6){var _0x37776a=_0x3777();return _0x280d=function(_0x280de3,_0x1b4c55){_0x280de3=_0x280de3-0x86;var _0x3b4c75=_0x37776a[_0x280de3];return _0x3b4c75;},_0x280d(_0x18608,_0x569ac6);}export default class at extends _0x25023e{static get[_0x2e92a2(0x8f)](){return[_0x15bba7];}[_0x2e92a2(0x94)](){var _0x437b75=_0x2e92a2;this[_0x437b75(0x8b)][_0x437b75(0x89)][_0x437b75(0x96)](_0x437b75(0x8c))[_0x437b75(0x8e)](_0x437b75(0x93));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4b95(_0x50c2,_0x479290){const _0x20238f=_0x2023();return _0x4b95=function(_0x4b954f,_0xbbf3d4){_0x4b954f=_0x4b954f-0x14b;let _0x2325a2=_0x20238f[_0x4b954f];return _0x2325a2;},_0x4b95(_0x50c2,_0x479290);}const _0x146b29=_0x4b95;(function(_0x1952b6,_0x205051){const _0x23bae9=_0x4b95,_0x55e6db=_0x1952b6();while(!![]){try{const _0x3dd59c=parseInt(_0x23bae9(0x19e))/0x1*(parseInt(_0x23bae9(0x175))/0x2)+-parseInt(_0x23bae9(0x151))/0x3*(parseInt(_0x23bae9(0x171))/0x4)+parseInt(_0x23bae9(0x180))/0x5+parseInt(_0x23bae9(0x17a))/0x6+parseInt(_0x23bae9(0x178))/0x7*(parseInt(_0x23bae9(0x192))/0x8)+parseInt(_0x23bae9(0x185))/0x9+parseInt(_0x23bae9(0x184))/0xa*(-parseInt(_0x23bae9(0x16f))/0xb);if(_0x3dd59c===_0x205051)break;else _0x55e6db['push'](_0x55e6db['shift']());}catch(_0x3a60e5){_0x55e6db['push'](_0x55e6db['shift']());}}}(_0x2023,0x32423));import{Plugin as _0x1b4be5}from'ckeditor5/src/core.js';import{getTranslation as _0x4e9964}from'../utils/common-translations.js';export default class ut extends _0x1b4be5{[_0x146b29(0x19b)](){const _0x2e0915=_0x146b29,_0x316e75=this[_0x2e0915(0x15d)],_0x3df346=_0x316e75[_0x2e0915(0x18b)];if(!_0x316e75[_0x2e0915(0x15b)][_0x2e0915(0x191)](_0x2e0915(0x173)))return;const _0x56f99a=_0x316e75[_0x2e0915(0x15b)][_0x2e0915(0x17b)](_0x2e0915(0x18f)),_0x145f57=_0x316e75[_0x2e0915(0x15b)][_0x2e0915(0x191)](_0x2e0915(0x169));function _0x1ceda8(_0x1d15d4){return()=>{const _0xaae13=_0x4b95,_0x3bc34d=_0x316e75[_0xaae13(0x181)][_0xaae13(0x18e)][_0xaae13(0x165)],_0x35b6b8=_0x316e75[_0xaae13(0x177)][_0xaae13(0x17b)](_0x1d15d4);if(_0x35b6b8[_0xaae13(0x15f)])return void _0x316e75[_0xaae13(0x16d)](_0xaae13(0x153),{});const _0x33ff90=_0x1d15d4[_0xaae13(0x17c)](0x0,-0x4),_0x50fe9c=function(_0x3a218a,_0x187cae,_0xe241b3){const _0xb21577=_0xaae13;let _0x1fd13d=Array[_0xb21577(0x167)](_0x3a218a)[_0xb21577(0x179)](_0x476967=>function(_0x436593,_0x2ce487){const _0xb46e30=_0xb21577;return _0x2ce487[_0xb46e30(0x170)](_0x436593[_0xb46e30(0x163)],_0xb46e30(0x187))&&!_0x2ce487[_0xb46e30(0x16e)](_0x436593);}(_0x476967,_0xe241b3));_0x1fd13d=_0x1fd13d[_0xb21577(0x179)](_0x421ad3=>!_0x421ad3['is'](_0xb21577(0x15c),_0xb21577(0x187))||_0x421ad3[_0xb21577(0x16a)](_0xb21577(0x189))!=_0x187cae);const _0x4679bc=new Set();for(const _0x35b4ad of _0x1fd13d)_0x35b4ad['is'](_0xb21577(0x15c),_0xb21577(0x187))?_0x4679bc[_0xb21577(0x19f)](me(_0x35b4ad)):_0x4679bc[_0xb21577(0x19f)](_0x35b4ad);return Array[_0xb21577(0x167)](_0x4679bc);}(_0x3bc34d[_0xaae13(0x15a)](),_0x33ff90,_0x316e75[_0xaae13(0x181)][_0xaae13(0x18a)]);_0x316e75[_0xaae13(0x181)][_0xaae13(0x18d)](()=>{const _0x5d8aa6=_0xaae13;for(const _0x44e53d of _0x50fe9c)_0x56f99a[_0x5d8aa6(0x172)](_0x44e53d,{'commandName':_0x1d15d4,'commandParams':[{'forceValue':!_0x35b6b8[_0x5d8aa6(0x15f)]}],'formatGroupId':_0x5d8aa6(0x1a1)},fe(_0x44e53d));});};}function _0x334ecd(_0x3bbb4d){return()=>{const _0x4ca6f9=_0x4b95,_0x3ae401=function(_0xc911a6){const _0x4930f8=_0x4b95;let _0x15b8ab=Array[_0x4930f8(0x167)](_0xc911a6);const _0x391201=_0x15b8ab[_0x4930f8(0x158)](_0x564bf6=>_0x4930f8(0x187)!=_0x564bf6[_0x4930f8(0x156)]);return _0x391201>-0x1&&(_0x15b8ab=_0x15b8ab[_0x4930f8(0x17c)](0x0,_0x391201)),_0x15b8ab;}(_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x18e)][_0x4ca6f9(0x165)][_0x4ca6f9(0x15a)]()),_0x6e993b=_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x17d)](_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x16c)](_0x3ae401[0x0],_0x4ca6f9(0x1a0)),_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x16c)](_0x3ae401[_0x3ae401[_0x4ca6f9(0x15e)]-0x1],_0x4ca6f9(0x17e)));_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x18d)](()=>{const _0x5872b4=_0x4ca6f9;_0x56f99a[_0x5872b4(0x172)](_0x6e993b,{'commandName':_0x3bbb4d,'commandParams':[],'formatGroupId':_0x5872b4(0x199)},function(_0x499302){const _0x268d97=_0x5872b4,_0x448614=new Set();for(const _0x17cf0d of _0x499302){let _0xf34798=_0x17cf0d[_0x268d97(0x152)];for(;_0xf34798&&_0xf34798[_0x268d97(0x16a)](_0x268d97(0x199))>_0x17cf0d[_0x268d97(0x16a)](_0x268d97(0x199));)_0x448614[_0x268d97(0x19f)](_0xf34798),_0xf34798=_0xf34798[_0x268d97(0x152)];}return Array[_0x268d97(0x167)](_0x448614);}(_0x3ae401));});};}_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x186),_0x1ceda8(_0x2e0915(0x186))),_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x159),_0x1ceda8(_0x2e0915(0x159))),_0x145f57&&_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x14c),_0x1ceda8(_0x2e0915(0x14c))),_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x197),_0x334ecd(_0x2e0915(0x197))),_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x16b),_0x334ecd(_0x2e0915(0x16b))),_0x145f57&&_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x17f),()=>{const _0x544ba1=_0x2e0915,_0x2f9eab=_0x316e75[_0x544ba1(0x177)][_0x544ba1(0x17b)](_0x544ba1(0x17f)),_0x467679=Array[_0x544ba1(0x167)](_0x2f9eab[_0x544ba1(0x19d)]);_0x467679[_0x544ba1(0x179)](_0x4d8efa=>_0x4d8efa[_0x544ba1(0x16a)](_0x544ba1(0x194))!=_0x2f9eab[_0x544ba1(0x15f)]),_0x316e75[_0x544ba1(0x181)][_0x544ba1(0x18d)](()=>{const _0x15e27d=_0x544ba1;for(const _0x58d4a5 of _0x467679)_0x56f99a[_0x15e27d(0x172)](_0x58d4a5,{'commandName':_0x15e27d(0x17f),'commandParams':[{'forceValue':!_0x2f9eab[_0x15e27d(0x15f)]}]});});}),_0x56f99a[_0x2e0915(0x155)][_0x2e0915(0x166)](_0x2e0915(0x187),_0x2fe8db=>_0x4e9964(_0x3df346,_0x2e0915(0x161),_0x2fe8db)),_0x56f99a[_0x2e0915(0x155)][_0x2e0915(0x196)](_0x340679=>{const _0x35fbe4=_0x2e0915;if(_0x35fbe4(0x14b)!=_0x340679[_0x35fbe4(0x182)]&&_0x35fbe4(0x157)!=_0x340679[_0x35fbe4(0x182)])return;const {data:_0x55ebc3}=_0x340679;if(_0x55ebc3){if(_0x35fbe4(0x186)==_0x55ebc3[_0x35fbe4(0x164)]||_0x35fbe4(0x159)==_0x55ebc3[_0x35fbe4(0x164)]||_0x35fbe4(0x14c)==_0x55ebc3[_0x35fbe4(0x164)])switch(_0x55ebc3[_0x35fbe4(0x164)][_0x35fbe4(0x195)](_0x35fbe4(0x154),'')){case _0x35fbe4(0x150):return _0x4f96b6(_0x4e9964(_0x3df346,_0x35fbe4(0x193)));case _0x35fbe4(0x14d):return _0x4f96b6(_0x4e9964(_0x3df346,_0x35fbe4(0x162)));case _0x35fbe4(0x176):return _0x4f96b6(_0x4e9964(_0x3df346,_0x35fbe4(0x14e)));}if(_0x35fbe4(0x197)==_0x55ebc3[_0x35fbe4(0x164)])return{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x160),_0x4e9964(_0x3df346,_0x35fbe4(0x161)))};if(_0x35fbe4(0x16b)==_0x55ebc3[_0x35fbe4(0x164)])return{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x188),_0x4e9964(_0x3df346,_0x35fbe4(0x161)))};if(_0x35fbe4(0x17f)==_0x55ebc3[_0x35fbe4(0x164)])return _0x55ebc3[_0x35fbe4(0x19c)][0x0][_0x35fbe4(0x190)]?{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x198))}:{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x19a))};}function _0x4f96b6(_0x1fd633){const _0x367ef3=_0x35fbe4;return{'type':_0x367ef3(0x14f),'content':_0x4e9964(_0x3df346,_0x367ef3(0x168),_0x1fd633)};}});}}function _0x2023(){const _0x4d823b=['document','TrackChangesEditing','forceValue','has','4288boswDS','ELEMENT_BULLETED_LIST','todoListChecked','replace','registerDescriptionCallback','indentList','*Check\x20item*','listIndent','*Uncheck\x20item*','afterInit','commandParams','_selectedElements','1451HjpDId','add','before','blockName','formatBlock','todoList','numbered','ELEMENT_TODO_LIST','format','bulleted','425226tAlFzJ','nextSibling','paragraph','List','_descriptionFactory','name','formatInline','findIndex','bulletedList','getSelectedBlocks','plugins','element','editor','length','value','*Indent:*\x20%0','ELEMENT_LIST_ITEM','ELEMENT_NUMBERED_LIST','parent','commandName','selection','registerElementLabel','from','*Change\x20to:*\x20%0','LegacyTodoListEditing','getAttribute','outdentList','createPositionAt','execute','isObject','68673ZzVCor','checkChild','4DKwrZg','markBlockFormat','LegacyListEditing','previousSibling','398slvQrh','todo','commands','5173VOrfIA','filter','109782oRdakw','get','slice','createRange','end','checkTodoList','1198160hHvZiJ','model','type','push','1160XmCrkk','1161063NMMetj','numberedList','listItem','*Outdent:*\x20%0','listType','schema','locale','enableCommand','change'];_0x2023=function(){return _0x4d823b;};return _0x2023();}function me(_0x43eb39){const _0x4f43c2=_0x146b29,_0x5a081f=_0x43eb39[_0x4f43c2(0x16a)](_0x4f43c2(0x199));if(0x0==_0x5a081f)return _0x43eb39;let _0x1636e9=_0x43eb39;for(;_0x43eb39[_0x4f43c2(0x174)]&&_0x43eb39[_0x4f43c2(0x174)]['is'](_0x4f43c2(0x15c),_0x4f43c2(0x187));){const _0x53f426=_0x43eb39[_0x4f43c2(0x174)][_0x4f43c2(0x16a)](_0x4f43c2(0x199));if(_0x53f426==_0x5a081f)_0x1636e9=_0x43eb39[_0x4f43c2(0x174)];else{if(_0x53f426<_0x5a081f)break;}_0x43eb39=_0x43eb39[_0x4f43c2(0x174)];}return _0x1636e9;}function fe(_0x3bd8f3){const _0x1b0444=_0x146b29,_0x5ced4a=[];if(_0x3bd8f3['is'](_0x1b0444(0x15c),_0x1b0444(0x187))&&_0x3bd8f3[_0x1b0444(0x16a)](_0x1b0444(0x199))>0x0){let _0x2df134=_0x3bd8f3[_0x1b0444(0x152)];for(;_0x2df134&&_0x1b0444(0x187)==_0x2df134[_0x1b0444(0x156)]&&_0x2df134[_0x1b0444(0x16a)](_0x1b0444(0x199))==_0x3bd8f3[_0x1b0444(0x16a)](_0x1b0444(0x199));)_0x5ced4a[_0x1b0444(0x183)](_0x2df134),_0x2df134=_0x2df134[_0x1b0444(0x152)];}return _0x5ced4a;}
23
+ const _0x22f835=_0x465c;(function(_0x246fb9,_0x266488){const _0x491059=_0x465c,_0x3035f5=_0x246fb9();while(!![]){try{const _0x250dd6=parseInt(_0x491059(0xb3))/0x1+-parseInt(_0x491059(0xf0))/0x2*(parseInt(_0x491059(0xaf))/0x3)+parseInt(_0x491059(0xe8))/0x4*(-parseInt(_0x491059(0xad))/0x5)+-parseInt(_0x491059(0x100))/0x6*(-parseInt(_0x491059(0xbf))/0x7)+-parseInt(_0x491059(0xb2))/0x8*(-parseInt(_0x491059(0xb6))/0x9)+parseInt(_0x491059(0xe2))/0xa+-parseInt(_0x491059(0xed))/0xb;if(_0x250dd6===_0x266488)break;else _0x3035f5['push'](_0x3035f5['shift']());}catch(_0x352347){_0x3035f5['push'](_0x3035f5['shift']());}}}(_0x3cc3,0xdaa58));import{Plugin as _0x19aee5}from'ckeditor5/src/core.js';import{getTranslation as _0x49975d}from'../utils/common-translations.js';export default class ut extends _0x19aee5{[_0x22f835(0xec)](){const _0x2ccfd7=_0x22f835,_0x397bec=this[_0x2ccfd7(0xda)],_0x3717d7=_0x397bec[_0x2ccfd7(0xe1)];if(!_0x397bec[_0x2ccfd7(0xff)][_0x2ccfd7(0xc3)](_0x2ccfd7(0xdd)))return;const _0x4055a0=_0x397bec[_0x2ccfd7(0xff)][_0x2ccfd7(0xfc)](_0x2ccfd7(0xb8)),_0xb7b2dc=_0x397bec[_0x2ccfd7(0xff)][_0x2ccfd7(0xc3)](_0x2ccfd7(0xcd));function _0xa76651(_0x472710){return()=>{const _0x3616ca=_0x465c,_0x2f67cd=_0x397bec[_0x3616ca(0xf9)][_0x3616ca(0xf3)][_0x3616ca(0xd8)],_0x9d24f1=_0x397bec[_0x3616ca(0xef)][_0x3616ca(0xfc)](_0x472710);if(_0x9d24f1[_0x3616ca(0xb0)])return void _0x397bec[_0x3616ca(0xde)](_0x3616ca(0xbe),{});const _0x227f58=_0x472710[_0x3616ca(0xce)](0x0,-0x4),_0xb1623c=function(_0x2a6b46,_0x430ce0,_0x24ab49){const _0x2203cb=_0x3616ca;let _0x438d65=Array[_0x2203cb(0xd7)](_0x2a6b46)[_0x2203cb(0xac)](_0x1afdfb=>function(_0x5a8093,_0x430101){const _0x3bb523=_0x2203cb;return _0x430101[_0x3bb523(0xf6)](_0x5a8093[_0x3bb523(0xf8)],_0x3bb523(0xcf))&&!_0x430101[_0x3bb523(0xc7)](_0x5a8093);}(_0x1afdfb,_0x24ab49));_0x438d65=_0x438d65[_0x2203cb(0xac)](_0x41cf20=>!_0x41cf20['is'](_0x2203cb(0xcb),_0x2203cb(0xcf))||_0x41cf20[_0x2203cb(0xf2)](_0x2203cb(0xd1))!=_0x430ce0);const _0x202b48=new Set();for(const _0x3b7617 of _0x438d65)_0x3b7617['is'](_0x2203cb(0xcb),_0x2203cb(0xcf))?_0x202b48[_0x2203cb(0xfe)](me(_0x3b7617)):_0x202b48[_0x2203cb(0xfe)](_0x3b7617);return Array[_0x2203cb(0xd7)](_0x202b48);}(_0x2f67cd[_0x3616ca(0xd6)](),_0x227f58,_0x397bec[_0x3616ca(0xf9)][_0x3616ca(0xe7)]);_0x397bec[_0x3616ca(0xf9)][_0x3616ca(0xd2)](()=>{const _0x1dfdb7=_0x3616ca;for(const _0x300ee2 of _0xb1623c)_0x4055a0[_0x1dfdb7(0xb4)](_0x300ee2,{'commandName':_0x472710,'commandParams':[{'forceValue':!_0x9d24f1[_0x1dfdb7(0xb0)]}],'formatGroupId':_0x1dfdb7(0xb5)},fe(_0x300ee2));});};}function _0xda636b(_0x91a3ca){return()=>{const _0x24f1d3=_0x465c,_0x576f70=function(_0xb73088){const _0x2a0369=_0x465c;let _0x408dc7=Array[_0x2a0369(0xd7)](_0xb73088);const _0x55f7bb=_0x408dc7[_0x2a0369(0xe0)](_0xe6d66a=>_0x2a0369(0xcf)!=_0xe6d66a[_0x2a0369(0xbb)]);return _0x55f7bb>-0x1&&(_0x408dc7=_0x408dc7[_0x2a0369(0xce)](0x0,_0x55f7bb)),_0x408dc7;}(_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xf3)][_0x24f1d3(0xd8)][_0x24f1d3(0xd6)]()),_0xfbb0fb=_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd4)](_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd9)](_0x576f70[0x0],_0x24f1d3(0xee)),_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd9)](_0x576f70[_0x576f70[_0x24f1d3(0xe5)]-0x1],_0x24f1d3(0xf5)));_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd2)](()=>{const _0x41887e=_0x24f1d3;_0x4055a0[_0x41887e(0xb4)](_0xfbb0fb,{'commandName':_0x91a3ca,'commandParams':[],'formatGroupId':_0x41887e(0xdb)},function(_0x4dfbdc){const _0x26aa42=_0x41887e,_0xa37f92=new Set();for(const _0x36510d of _0x4dfbdc){let _0x14732c=_0x36510d[_0x26aa42(0x102)];for(;_0x14732c&&_0x14732c[_0x26aa42(0xf2)](_0x26aa42(0xdb))>_0x36510d[_0x26aa42(0xf2)](_0x26aa42(0xdb));)_0xa37f92[_0x26aa42(0xfe)](_0x14732c),_0x14732c=_0x14732c[_0x26aa42(0x102)];}return Array[_0x26aa42(0xd7)](_0xa37f92);}(_0x576f70));});};}_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xf7),_0xa76651(_0x2ccfd7(0xf7))),_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xe9),_0xa76651(_0x2ccfd7(0xe9))),_0xb7b2dc&&_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xd0),_0xa76651(_0x2ccfd7(0xd0))),_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xf1),_0xda636b(_0x2ccfd7(0xf1))),_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xfa),_0xda636b(_0x2ccfd7(0xfa))),_0xb7b2dc&&_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xfd),()=>{const _0x5cdbf0=_0x2ccfd7,_0x40dafe=_0x397bec[_0x5cdbf0(0xef)][_0x5cdbf0(0xfc)](_0x5cdbf0(0xfd)),_0x418853=Array[_0x5cdbf0(0xd7)](_0x40dafe[_0x5cdbf0(0xc1)]);_0x418853[_0x5cdbf0(0xac)](_0x4cb0ce=>_0x4cb0ce[_0x5cdbf0(0xf2)](_0x5cdbf0(0xd3))!=_0x40dafe[_0x5cdbf0(0xb0)]),_0x397bec[_0x5cdbf0(0xf9)][_0x5cdbf0(0xd2)](()=>{const _0x4d5f50=_0x5cdbf0;for(const _0x47fc3a of _0x418853)_0x4055a0[_0x4d5f50(0xb4)](_0x47fc3a,{'commandName':_0x4d5f50(0xfd),'commandParams':[{'forceValue':!_0x40dafe[_0x4d5f50(0xb0)]}]});});}),_0x4055a0[_0x2ccfd7(0xcc)][_0x2ccfd7(0xca)](_0x2ccfd7(0xcf),_0x470b21=>_0x49975d(_0x3717d7,_0x2ccfd7(0xc0),_0x470b21)),_0x4055a0[_0x2ccfd7(0xcc)][_0x2ccfd7(0xe4)](_0x724d5=>{const _0x7958fc=_0x2ccfd7;if(_0x7958fc(0xdc)!=_0x724d5[_0x7958fc(0xd5)]&&_0x7958fc(0xeb)!=_0x724d5[_0x7958fc(0xd5)])return;const {data:_0x1a51a6}=_0x724d5;if(_0x1a51a6){if(_0x7958fc(0xf7)==_0x1a51a6[_0x7958fc(0xe6)]||_0x7958fc(0xe9)==_0x1a51a6[_0x7958fc(0xe6)]||_0x7958fc(0xd0)==_0x1a51a6[_0x7958fc(0xe6)])switch(_0x1a51a6[_0x7958fc(0xe6)][_0x7958fc(0xfb)](_0x7958fc(0xc9),'')){case _0x7958fc(0xbc):return _0x46bd8a(_0x49975d(_0x3717d7,_0x7958fc(0xae)));case _0x7958fc(0xe3):return _0x46bd8a(_0x49975d(_0x3717d7,_0x7958fc(0xf4)));case _0x7958fc(0xea):return _0x46bd8a(_0x49975d(_0x3717d7,_0x7958fc(0xba)));}if(_0x7958fc(0xf1)==_0x1a51a6[_0x7958fc(0xe6)])return{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0xb9),_0x49975d(_0x3717d7,_0x7958fc(0xc0)))};if(_0x7958fc(0xfa)==_0x1a51a6[_0x7958fc(0xe6)])return{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0x101),_0x49975d(_0x3717d7,_0x7958fc(0xc0)))};if(_0x7958fc(0xfd)==_0x1a51a6[_0x7958fc(0xe6)])return _0x1a51a6[_0x7958fc(0xb1)][0x0][_0x7958fc(0xc8)]?{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0xdf))}:{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0xbd))};}function _0x46bd8a(_0x239894){const _0x2fd19c=_0x7958fc;return{'type':_0x2fd19c(0xc2),'content':_0x49975d(_0x3717d7,_0x2fd19c(0xc4),_0x239894)};}});}}function _0x465c(_0x18e606,_0x398c29){const _0x3cc308=_0x3cc3();return _0x465c=function(_0x465c1e,_0x331be3){_0x465c1e=_0x465c1e-0xac;let _0x130d34=_0x3cc308[_0x465c1e];return _0x130d34;},_0x465c(_0x18e606,_0x398c29);}function me(_0x588c4d){const _0x1448a4=_0x22f835,_0x5c26ce=_0x588c4d[_0x1448a4(0xf2)](_0x1448a4(0xdb));if(0x0==_0x5c26ce)return _0x588c4d;let _0x13e418=_0x588c4d;for(;_0x588c4d[_0x1448a4(0xc5)]&&_0x588c4d[_0x1448a4(0xc5)]['is'](_0x1448a4(0xcb),_0x1448a4(0xcf));){const _0x44177d=_0x588c4d[_0x1448a4(0xc5)][_0x1448a4(0xf2)](_0x1448a4(0xdb));if(_0x44177d==_0x5c26ce)_0x13e418=_0x588c4d[_0x1448a4(0xc5)];else{if(_0x44177d<_0x5c26ce)break;}_0x588c4d=_0x588c4d[_0x1448a4(0xc5)];}return _0x13e418;}function fe(_0x187d36){const _0x3ce9e4=_0x22f835,_0x35f3ab=[];if(_0x187d36['is'](_0x3ce9e4(0xcb),_0x3ce9e4(0xcf))&&_0x187d36[_0x3ce9e4(0xf2)](_0x3ce9e4(0xdb))>0x0){let _0xa09fc5=_0x187d36[_0x3ce9e4(0x102)];for(;_0xa09fc5&&_0x3ce9e4(0xcf)==_0xa09fc5[_0x3ce9e4(0xbb)]&&_0xa09fc5[_0x3ce9e4(0xf2)](_0x3ce9e4(0xdb))==_0x187d36[_0x3ce9e4(0xf2)](_0x3ce9e4(0xdb));)_0x35f3ab[_0x3ce9e4(0xb7)](_0xa09fc5),_0xa09fc5=_0xa09fc5[_0x3ce9e4(0x102)];}return _0x35f3ab;}function _0x3cc3(){const _0x252623=['_descriptionFactory','LegacyTodoListEditing','slice','listItem','todoList','listType','change','todoListChecked','createRange','type','getSelectedBlocks','from','selection','createPositionAt','editor','listIndent','formatBlock','LegacyListEditing','execute','*Check\x20item*','findIndex','locale','4541400ygpwZD','numbered','registerDescriptionCallback','length','commandName','schema','124QvuDRd','bulletedList','todo','formatInline','afterInit','10512051tMDelX','before','commands','26kqgung','indentList','getAttribute','document','ELEMENT_NUMBERED_LIST','end','checkChild','numberedList','parent','model','outdentList','replace','get','checkTodoList','add','plugins','30UhEreA','*Outdent:*\x20%0','nextSibling','filter','41190qORxTC','ELEMENT_BULLETED_LIST','233139gzaRLn','value','commandParams','1865264RsPqDX','925829iqhlta','markBlockFormat','blockName','45KzbKYc','push','TrackChangesEditing','*Indent:*\x20%0','ELEMENT_TODO_LIST','name','bulleted','*Uncheck\x20item*','paragraph','799547YtveYq','ELEMENT_LIST_ITEM','_selectedElements','format','has','*Change\x20to:*\x20%0','previousSibling','enableCommand','isObject','forceValue','List','registerElementLabel','element'];_0x3cc3=function(){return _0x252623;};return _0x3cc3();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2f3729=_0x46a0;(function(_0x5224d5,_0x12a35f){const _0xe43689=_0x46a0,_0x298070=_0x5224d5();while(!![]){try{const _0x4d0bad=-parseInt(_0xe43689(0x98))/0x1*(-parseInt(_0xe43689(0x94))/0x2)+-parseInt(_0xe43689(0xa1))/0x3+-parseInt(_0xe43689(0xc0))/0x4+parseInt(_0xe43689(0xbe))/0x5*(-parseInt(_0xe43689(0xb0))/0x6)+-parseInt(_0xe43689(0x8e))/0x7*(parseInt(_0xe43689(0x9c))/0x8)+-parseInt(_0xe43689(0xb8))/0x9+parseInt(_0xe43689(0x96))/0xa;if(_0x4d0bad===_0x12a35f)break;else _0x298070['push'](_0x298070['shift']());}catch(_0x2f5095){_0x298070['push'](_0x298070['shift']());}}}(_0x9a48,0x7d293));function _0x9a48(){const _0x14661b=['afterInit','enableCommand','getLastPosition','2672430xkPxLc','parent','getListTypeFromListStyleType','map','listStart','*Change\x20to:*\x20%0','handleListStartCommand','createRange','getAttribute','*Format:*\x20set\x20order\x20to\x20regular','listReversed','listStyle','registerDescriptionCallback','TrackChangesEditing','replace','6MYAAwH','editor','listType','flat','commandName','locale','handleListStyleCommand','*Format:*\x20set\x20order\x20to\x20reversed','8085231qmwBBd','commandParams','reversed','LegacyListUtils','from','getFirstPosition','586120unlYkU','model','2518072KHconH','forward','bind','get','config','ELEMENT_','format','unshift','document','handleDescriptions','numbered','before','push','handleListReversedCommand','_getSuggestionBlocks','startIndex','length','plugins','toUpperCase','selection','_descriptionFactory','type','element','createPositionAt','styles','listItem','markMultiRangeBlockFormat','has','change','getSiblingNodes','3815203HDgOuh','*Format:*\x20set\x20start\x20index\x20to\x20%0','_getTranslationKeyForListStyle','formatInline','formatBlock','LegacyListPropertiesEditing','1556ErXwrT','_getSuggestionBlocksForListStyle','31921510tdsBZs','backward','516GNqnXY','list.properties','_LIST_','getSelectedBlocks','8BlbKEY','filter'];_0x9a48=function(){return _0x14661b;};return _0x9a48();}import{Plugin as _0xed8550}from'ckeditor5/src/core.js';function _0x46a0(_0x186452,_0x13904a){const _0x9a4844=_0x9a48();return _0x46a0=function(_0x46a03f,_0x3af579){_0x46a03f=_0x46a03f-0x89;let _0x50a6a1=_0x9a4844[_0x46a03f];return _0x50a6a1;},_0x46a0(_0x186452,_0x13904a);}import{getTranslation as _0x133ad8}from'../utils/common-translations.js';export default class K extends _0xed8550{[_0x2f3729(0x9e)](){const _0x4460f8=_0x2f3729;if(!this[_0x4460f8(0xb1)][_0x4460f8(0xd1)][_0x4460f8(0x8b)](_0x4460f8(0x93)))return;const _0x5b2b5f=this[_0x4460f8(0xb1)][_0x4460f8(0xc4)][_0x4460f8(0xc3)](_0x4460f8(0x99)),_0x10e572=this[_0x4460f8(0xb1)][_0x4460f8(0xd1)][_0x4460f8(0xc3)](_0x4460f8(0xae));_0x5b2b5f[_0x4460f8(0xd8)]&&_0x10e572[_0x4460f8(0x9f)](_0x4460f8(0xac),this[_0x4460f8(0xb6)][_0x4460f8(0xc2)](this)),_0x5b2b5f[_0x4460f8(0xba)]&&_0x10e572[_0x4460f8(0x9f)](_0x4460f8(0xab),this[_0x4460f8(0xcd)][_0x4460f8(0xc2)](this)),_0x5b2b5f[_0x4460f8(0xcf)]&&_0x10e572[_0x4460f8(0x9f)](_0x4460f8(0xa5),this[_0x4460f8(0xa7)][_0x4460f8(0xc2)](this)),_0x10e572[_0x4460f8(0xd4)][_0x4460f8(0xad)](this[_0x4460f8(0xc9)][_0x4460f8(0xc2)](this));}[_0x2f3729(0xb6)](_0x264b71,_0x5b7081={}){const _0x554ee2=_0x2f3729,_0x166888=this[_0x554ee2(0xb1)][_0x554ee2(0xd1)][_0x554ee2(0xc3)](_0x554ee2(0xae)),_0x18a50d=this[_0x554ee2(0x95)]();this[_0x554ee2(0xb1)][_0x554ee2(0xbf)][_0x554ee2(0x8c)](()=>{const _0x3cb95c=_0x554ee2;_0x166888[_0x3cb95c(0x8a)](_0x18a50d,{'commandName':_0x3cb95c(0xac),'commandParams':[{'type':_0x5b7081[_0x3cb95c(0xd5)]}],'formatGroupId':_0x3cb95c(0xac)});});}[_0x2f3729(0xcd)](_0x425f53,_0x2cbea8={}){const _0x54fbef=_0x2f3729,_0x9c12a0=this[_0x54fbef(0xb1)][_0x54fbef(0xd1)][_0x54fbef(0xc3)](_0x54fbef(0xae)),_0x1c22a3=this[_0x54fbef(0xce)](_0x2feefb=>_0x2feefb['is'](_0x54fbef(0xd6),_0x54fbef(0x89))&&_0x54fbef(0xca)===_0x2feefb[_0x54fbef(0xa9)](_0x54fbef(0xb2)));if(_0x1c22a3[_0x54fbef(0xd0)]<0x1)return;const _0x209871=_0x1c22a3[_0x54fbef(0xa4)](_0x443c8e=>this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0xa8)](this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0xd7)](_0x443c8e,_0x54fbef(0xcb)),this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0xd7)](_0x443c8e,0x0)));this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0x8c)](()=>{const _0x508942=_0x54fbef;_0x9c12a0[_0x508942(0x8a)](_0x209871,{'commandName':_0x508942(0xab),'commandParams':[{'reversed':_0x2cbea8[_0x508942(0xba)]}],'formatGroupId':_0x508942(0xab)});});}[_0x2f3729(0xa7)](_0x49310f,_0x28ad17={}){const _0x246cf4=_0x2f3729,_0x25386c=this[_0x246cf4(0xb1)][_0x246cf4(0xd1)][_0x246cf4(0xc3)](_0x246cf4(0xae)),_0x5a8310=this[_0x246cf4(0xce)](_0x546d60=>_0x546d60['is'](_0x246cf4(0xd6),_0x246cf4(0x89))&&_0x246cf4(0xca)===_0x546d60[_0x246cf4(0xa9)](_0x246cf4(0xb2)));if(_0x5a8310[_0x246cf4(0xd0)]<0x1)return;const _0x6f2e6b=_0x5a8310[_0x246cf4(0xa4)](_0xd840fb=>this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0xa8)](this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0xd7)](_0xd840fb,_0x246cf4(0xcb)),this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0xd7)](_0xd840fb,0x0)));this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0x8c)](()=>{const _0x12d1eb=_0x246cf4;_0x25386c[_0x12d1eb(0x8a)](_0x6f2e6b,{'commandName':_0x12d1eb(0xa5),'commandParams':[{'startIndex':_0x28ad17[_0x12d1eb(0xcf)]}],'formatGroupId':_0x12d1eb(0xa5)});});}[_0x2f3729(0xc9)](_0x5782c5){const _0xa66ebc=_0x2f3729;if(_0xa66ebc(0x92)!=_0x5782c5[_0xa66ebc(0xd5)]&&_0xa66ebc(0x91)!=_0x5782c5[_0xa66ebc(0xd5)])return;const _0x44baed=this[_0xa66ebc(0xb1)][_0xa66ebc(0xb5)],{data:_0x859010}=_0x5782c5;if(!_0x859010)return;let _0x444d21,_0x449232;switch(_0x859010[_0xa66ebc(0xb4)]){case _0xa66ebc(0xac):_0x444d21=_0xa66ebc(0xa6),_0x449232={'type':_0xa66ebc(0xc6),'content':_0x133ad8(_0x44baed,_0x444d21,_0x133ad8(_0x44baed,this[_0xa66ebc(0x90)](_0x859010[_0xa66ebc(0xb9)][0x0][_0xa66ebc(0xd5)])))};break;case _0xa66ebc(0xab):_0x444d21=_0x859010[_0xa66ebc(0xb9)][0x0][_0xa66ebc(0xba)]?_0xa66ebc(0xb7):_0xa66ebc(0xaa),_0x449232={'type':_0xa66ebc(0xc6),'content':_0x133ad8(_0x44baed,_0x444d21)};break;case _0xa66ebc(0xa5):_0x444d21=_0xa66ebc(0x8f),_0x449232={'type':_0xa66ebc(0xc6),'content':_0x133ad8(_0x44baed,_0x444d21,_0x859010[_0xa66ebc(0xb9)][0x0][_0xa66ebc(0xcf)])};}return _0x449232;}[_0x2f3729(0x95)](){const _0x28757a=_0x2f3729;var _0x57c266,_0x49fe86,_0x475abf,_0x163cec;const _0x571ff4=this[_0x28757a(0xb1)][_0x28757a(0xd1)][_0x28757a(0xc3)](_0x28757a(0xbb));let _0x3d757d=Array[_0x28757a(0xbc)](this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0x9b)]());return(null===(_0x57c266=_0x3d757d[0x0])||void 0x0===_0x57c266?void 0x0:_0x57c266['is'](_0x28757a(0xd6),_0x28757a(0x89)))&&_0x3d757d[_0x28757a(0xc7)](..._0x571ff4[_0x28757a(0x8d)](this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0xbd)](),_0x28757a(0x97))),(null===(_0x49fe86=_0x3d757d[_0x3d757d[_0x28757a(0xd0)]-0x1])||void 0x0===_0x49fe86?void 0x0:_0x49fe86['is'](_0x28757a(0xd6),_0x28757a(0x89)))&&_0x3d757d[_0x28757a(0xcc)](..._0x571ff4[_0x28757a(0x8d)](this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0xa0)](),_0x28757a(0xc1))),_0x3d757d=[...new Set(_0x3d757d)],(null===(_0x163cec=null===(_0x475abf=this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0xbd)]())||void 0x0===_0x475abf?void 0x0:_0x475abf[_0x28757a(0xa2)])||void 0x0===_0x163cec?void 0x0:_0x163cec['is'](_0x28757a(0xd6),_0x28757a(0x89)))&&(_0x3d757d=_0x3d757d[_0x28757a(0x9d)](_0x12c8b8=>_0x12c8b8['is'](_0x28757a(0xd6),_0x28757a(0x89)))),_0x3d757d;}[_0x2f3729(0xce)](_0x425618){const _0x2594d8=_0x2f3729,_0x4435cd=this[_0x2594d8(0xb1)][_0x2594d8(0xd1)][_0x2594d8(0xc3)](_0x2594d8(0xbb));let _0x3a1496=Array[_0x2594d8(0xbc)](this[_0x2594d8(0xb1)][_0x2594d8(0xbf)][_0x2594d8(0xc8)][_0x2594d8(0xd3)][_0x2594d8(0x9b)]())[_0x2594d8(0x9d)](_0x425618)[_0x2594d8(0xa4)](_0x27a16a=>{const _0x493d1c=_0x2594d8,_0x1d0aa5=this[_0x493d1c(0xb1)][_0x493d1c(0xbf)][_0x493d1c(0xd7)](_0x27a16a,0x0);return[..._0x4435cd[_0x493d1c(0x8d)](_0x1d0aa5,_0x493d1c(0x97)),..._0x4435cd[_0x493d1c(0x8d)](_0x1d0aa5,_0x493d1c(0xc1))];})[_0x2594d8(0xb3)]();return _0x3a1496=[...new Set(_0x3a1496)],_0x3a1496;}[_0x2f3729(0x90)](_0x14ec02){const _0x454c81=_0x2f3729;return _0x454c81(0xc5)+this[_0x454c81(0xb1)][_0x454c81(0xd1)][_0x454c81(0xc3)](_0x454c81(0xbb))[_0x454c81(0xa3)](_0x14ec02)[_0x454c81(0xd2)]()+_0x454c81(0x9a)+_0x14ec02[_0x454c81(0xd2)]()[_0x454c81(0xaf)](/-/g,'_');}}
23
+ const _0x4dfce4=_0x28b0;(function(_0x5ca6dd,_0x353295){const _0x25e23c=_0x28b0,_0x3c7eee=_0x5ca6dd();while(!![]){try{const _0x28e58e=parseInt(_0x25e23c(0xb4))/0x1*(parseInt(_0x25e23c(0xc8))/0x2)+-parseInt(_0x25e23c(0xbe))/0x3*(parseInt(_0x25e23c(0xe8))/0x4)+parseInt(_0x25e23c(0xb5))/0x5+-parseInt(_0x25e23c(0xf3))/0x6*(parseInt(_0x25e23c(0xeb))/0x7)+parseInt(_0x25e23c(0xc4))/0x8+-parseInt(_0x25e23c(0xb8))/0x9+-parseInt(_0x25e23c(0x100))/0xa*(-parseInt(_0x25e23c(0xd5))/0xb);if(_0x28e58e===_0x353295)break;else _0x3c7eee['push'](_0x3c7eee['shift']());}catch(_0x22096e){_0x3c7eee['push'](_0x3c7eee['shift']());}}}(_0x1db2,0x2bfff));function _0x28b0(_0x49d82a,_0x14962d){const _0x1db268=_0x1db2();return _0x28b0=function(_0x28b070,_0x246bfd){_0x28b070=_0x28b070-0xb3;let _0x590b7e=_0x1db268[_0x28b070];return _0x590b7e;},_0x28b0(_0x49d82a,_0x14962d);}import{Plugin as _0x4fd03e}from'ckeditor5/src/core.js';import{getTranslation as _0x2a74c8}from'../utils/common-translations.js';export default class K extends _0x4fd03e{[_0x4dfce4(0xd4)](){const _0x8a8a10=_0x4dfce4;if(!this[_0x8a8a10(0xd6)][_0x8a8a10(0xd9)][_0x8a8a10(0xcd)](_0x8a8a10(0xf2)))return;const _0x56ddd6=this[_0x8a8a10(0xd6)][_0x8a8a10(0x103)][_0x8a8a10(0xca)](_0x8a8a10(0xe4)),_0x5c9c4b=this[_0x8a8a10(0xd6)][_0x8a8a10(0xd9)][_0x8a8a10(0xca)](_0x8a8a10(0xf1));_0x56ddd6[_0x8a8a10(0xd0)]&&_0x5c9c4b[_0x8a8a10(0xff)](_0x8a8a10(0xcb),this[_0x8a8a10(0xe5)][_0x8a8a10(0xe7)](this)),_0x56ddd6[_0x8a8a10(0xfc)]&&_0x5c9c4b[_0x8a8a10(0xff)](_0x8a8a10(0x101),this[_0x8a8a10(0xf0)][_0x8a8a10(0xe7)](this)),_0x56ddd6[_0x8a8a10(0xdb)]&&_0x5c9c4b[_0x8a8a10(0xff)](_0x8a8a10(0xd2),this[_0x8a8a10(0xc1)][_0x8a8a10(0xe7)](this)),_0x5c9c4b[_0x8a8a10(0xe3)][_0x8a8a10(0xdc)](this[_0x8a8a10(0xd7)][_0x8a8a10(0xe7)](this));}[_0x4dfce4(0xe5)](_0x1742ed,_0x507f36={}){const _0x28622c=_0x4dfce4,_0x549b9a=this[_0x28622c(0xd6)][_0x28622c(0xd9)][_0x28622c(0xca)](_0x28622c(0xf1)),_0x591d3d=this[_0x28622c(0xbc)]();this[_0x28622c(0xd6)][_0x28622c(0xcf)][_0x28622c(0xbf)](()=>{const _0x44a197=_0x28622c;_0x549b9a[_0x44a197(0xc2)](_0x591d3d,{'commandName':_0x44a197(0xcb),'commandParams':[{'type':_0x507f36[_0x44a197(0xfa)]}],'formatGroupId':_0x44a197(0xcb)});});}[_0x4dfce4(0xf0)](_0x4f88c4,_0x504f0c={}){const _0x44fbd0=_0x4dfce4,_0x3b2357=this[_0x44fbd0(0xd6)][_0x44fbd0(0xd9)][_0x44fbd0(0xca)](_0x44fbd0(0xf1)),_0x1984ff=this[_0x44fbd0(0xea)](_0x15dc5e=>_0x15dc5e['is'](_0x44fbd0(0x102),_0x44fbd0(0xde))&&_0x44fbd0(0xc3)===_0x15dc5e[_0x44fbd0(0xfe)](_0x44fbd0(0xf7)));if(_0x1984ff[_0x44fbd0(0xce)]<0x1)return;const _0x38abf8=_0x1984ff[_0x44fbd0(0xb7)](_0x4faf05=>this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xf6)](this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xfd)](_0x4faf05,_0x44fbd0(0xef)),this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xfd)](_0x4faf05,0x0)));this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xbf)](()=>{const _0x35faf5=_0x44fbd0;_0x3b2357[_0x35faf5(0xc2)](_0x38abf8,{'commandName':_0x35faf5(0x101),'commandParams':[{'reversed':_0x504f0c[_0x35faf5(0xfc)]}],'formatGroupId':_0x35faf5(0x101)});});}[_0x4dfce4(0xc1)](_0x4dcc2e,_0x2ad63c={}){const _0x3dd50=_0x4dfce4,_0x29a1fd=this[_0x3dd50(0xd6)][_0x3dd50(0xd9)][_0x3dd50(0xca)](_0x3dd50(0xf1)),_0x23dd4a=this[_0x3dd50(0xea)](_0x5c9908=>_0x5c9908['is'](_0x3dd50(0x102),_0x3dd50(0xde))&&_0x3dd50(0xc3)===_0x5c9908[_0x3dd50(0xfe)](_0x3dd50(0xf7)));if(_0x23dd4a[_0x3dd50(0xce)]<0x1)return;const _0x683628=_0x23dd4a[_0x3dd50(0xb7)](_0x51357c=>this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xf6)](this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xfd)](_0x51357c,_0x3dd50(0xef)),this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xfd)](_0x51357c,0x0)));this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xbf)](()=>{const _0x2658b8=_0x3dd50;_0x29a1fd[_0x2658b8(0xc2)](_0x683628,{'commandName':_0x2658b8(0xd2),'commandParams':[{'startIndex':_0x2ad63c[_0x2658b8(0xdb)]}],'formatGroupId':_0x2658b8(0xd2)});});}[_0x4dfce4(0xd7)](_0x4c0b96){const _0x15c20a=_0x4dfce4;if(_0x15c20a(0xb3)!=_0x4c0b96[_0x15c20a(0xfa)]&&_0x15c20a(0xe1)!=_0x4c0b96[_0x15c20a(0xfa)])return;const _0x288bfe=this[_0x15c20a(0xd6)][_0x15c20a(0xd1)],{data:_0x19fadc}=_0x4c0b96;if(!_0x19fadc)return;let _0x588eb9,_0x4cb136;switch(_0x19fadc[_0x15c20a(0xe0)]){case _0x15c20a(0xcb):_0x588eb9=_0x15c20a(0xbd),_0x4cb136={'type':_0x15c20a(0xf5),'content':_0x2a74c8(_0x288bfe,_0x588eb9,_0x2a74c8(_0x288bfe,this[_0x15c20a(0xee)](_0x19fadc[_0x15c20a(0xe2)][0x0][_0x15c20a(0xfa)])))};break;case _0x15c20a(0x101):_0x588eb9=_0x19fadc[_0x15c20a(0xe2)][0x0][_0x15c20a(0xfc)]?_0x15c20a(0xc5):_0x15c20a(0xfb),_0x4cb136={'type':_0x15c20a(0xf5),'content':_0x2a74c8(_0x288bfe,_0x588eb9)};break;case _0x15c20a(0xd2):_0x588eb9=_0x15c20a(0xcc),_0x4cb136={'type':_0x15c20a(0xf5),'content':_0x2a74c8(_0x288bfe,_0x588eb9,_0x19fadc[_0x15c20a(0xe2)][0x0][_0x15c20a(0xdb)])};}return _0x4cb136;}[_0x4dfce4(0xbc)](){const _0x4d837e=_0x4dfce4;var _0x2e05c4,_0x4a3084,_0x2cd943,_0x5bd9ca;const _0x532063=this[_0x4d837e(0xd6)][_0x4d837e(0xd9)][_0x4d837e(0xca)](_0x4d837e(0xf9));let _0x21366d=Array[_0x4d837e(0xe9)](this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xc0)]());return(null===(_0x2e05c4=_0x21366d[0x0])||void 0x0===_0x2e05c4?void 0x0:_0x2e05c4['is'](_0x4d837e(0x102),_0x4d837e(0xde)))&&_0x21366d[_0x4d837e(0xdd)](..._0x532063[_0x4d837e(0xdf)](this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xba)](),_0x4d837e(0xb6))),(null===(_0x4a3084=_0x21366d[_0x21366d[_0x4d837e(0xce)]-0x1])||void 0x0===_0x4a3084?void 0x0:_0x4a3084['is'](_0x4d837e(0x102),_0x4d837e(0xde)))&&_0x21366d[_0x4d837e(0xed)](..._0x532063[_0x4d837e(0xdf)](this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xec)](),_0x4d837e(0xe6))),_0x21366d=[...new Set(_0x21366d)],(null===(_0x5bd9ca=null===(_0x2cd943=this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xba)]())||void 0x0===_0x2cd943?void 0x0:_0x2cd943[_0x4d837e(0xbb)])||void 0x0===_0x5bd9ca?void 0x0:_0x5bd9ca['is'](_0x4d837e(0x102),_0x4d837e(0xde)))&&(_0x21366d=_0x21366d[_0x4d837e(0xd3)](_0x3d08f5=>_0x3d08f5['is'](_0x4d837e(0x102),_0x4d837e(0xde)))),_0x21366d;}[_0x4dfce4(0xea)](_0x4f2397){const _0x2e1087=_0x4dfce4,_0x22d3be=this[_0x2e1087(0xd6)][_0x2e1087(0xd9)][_0x2e1087(0xca)](_0x2e1087(0xf9));let _0xc7c696=Array[_0x2e1087(0xe9)](this[_0x2e1087(0xd6)][_0x2e1087(0xcf)][_0x2e1087(0xc6)][_0x2e1087(0xb9)][_0x2e1087(0xc0)]())[_0x2e1087(0xd3)](_0x4f2397)[_0x2e1087(0xb7)](_0x10aefc=>{const _0xbff946=_0x2e1087,_0x8e8c1b=this[_0xbff946(0xd6)][_0xbff946(0xcf)][_0xbff946(0xfd)](_0x10aefc,0x0);return[..._0x22d3be[_0xbff946(0xdf)](_0x8e8c1b,_0xbff946(0xb6)),..._0x22d3be[_0xbff946(0xdf)](_0x8e8c1b,_0xbff946(0xe6))];})[_0x2e1087(0xda)]();return _0xc7c696=[...new Set(_0xc7c696)],_0xc7c696;}[_0x4dfce4(0xee)](_0xe2d870){const _0x27653f=_0x4dfce4;return _0x27653f(0xf4)+this[_0x27653f(0xd6)][_0x27653f(0xd9)][_0x27653f(0xca)](_0x27653f(0xf9))[_0x27653f(0xd8)](_0xe2d870)[_0x27653f(0xc7)]()+_0x27653f(0xf8)+_0xe2d870[_0x27653f(0xc7)]()[_0x27653f(0xc9)](/-/g,'_');}}function _0x1db2(){const _0x529373=['forward','bind','87916VOYfVH','from','_getSuggestionBlocks','2474360SakMfn','getLastPosition','push','_getTranslationKeyForListStyle','before','handleListReversedCommand','TrackChangesEditing','LegacyListPropertiesEditing','6TDwDtC','ELEMENT_','format','createRange','listType','_LIST_','LegacyListUtils','type','*Format:*\x20set\x20order\x20to\x20regular','reversed','createPositionAt','getAttribute','enableCommand','58330IETdUa','listReversed','element','config','formatBlock','64561COZyZK','1503550BFMJsJ','backward','map','888732Xdwund','selection','getFirstPosition','parent','_getSuggestionBlocksForListStyle','*Change\x20to:*\x20%0','6rInBug','change','getSelectedBlocks','handleListStartCommand','markMultiRangeBlockFormat','numbered','1082816edHXgY','*Format:*\x20set\x20order\x20to\x20reversed','document','toUpperCase','6ZNDWSw','replace','get','listStyle','*Format:*\x20set\x20start\x20index\x20to\x20%0','has','length','model','styles','locale','listStart','filter','afterInit','88EGOeKL','editor','handleDescriptions','getListTypeFromListStyleType','plugins','flat','startIndex','registerDescriptionCallback','unshift','listItem','getSiblingNodes','commandName','formatInline','commandParams','_descriptionFactory','list.properties','handleListStyleCommand'];_0x1db2=function(){return _0x529373;};return _0x1db2();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12d3fe=_0x55db;(function(_0x2cce54,_0x3f3e6c){const _0x300ec1=_0x55db,_0x1da30b=_0x2cce54();while(!![]){try{const _0x1b149c=parseInt(_0x300ec1(0xe5))/0x1+parseInt(_0x300ec1(0x103))/0x2*(parseInt(_0x300ec1(0xf5))/0x3)+parseInt(_0x300ec1(0xfd))/0x4*(-parseInt(_0x300ec1(0x10d))/0x5)+parseInt(_0x300ec1(0xed))/0x6+-parseInt(_0x300ec1(0x101))/0x7*(parseInt(_0x300ec1(0xfb))/0x8)+-parseInt(_0x300ec1(0xea))/0x9+parseInt(_0x300ec1(0xee))/0xa;if(_0x1b149c===_0x3f3e6c)break;else _0x1da30b['push'](_0x1da30b['shift']());}catch(_0x3bdfca){_0x1da30b['push'](_0x1da30b['shift']());}}}(_0x3aff,0xd2587));function _0x3aff(){const _0x2f3960=['link\x20(','1480ZSNTzZ','LinkEditing','659756WIcQKZ','type','locale','afterInit','61607OfLmTk','editor','46vDFRYU','map','attribute','*Remove\x20link*','commandParams','key','unlink','formatInline','format','registerDescriptionCallback','30AbvtKr','label','255452xMJUag','link','commandName','plugins','toLowerCase','14977809IddMPG','manualDecorators','registerAttributeLabel','4197864xYwISW','34672880sVacuQ','*Set\x20link:*\x20%0','has','newValue','_registerLegacyDescription','TrackChangesEditing','commands','94071EswLIU','linkHref','_enableDefaultAttributesIntegration','get','_descriptionFactory'];_0x3aff=function(){return _0x2f3960;};return _0x3aff();}import{Plugin as _0x9e2163}from'ckeditor5/src/core.js';import{getTranslation as _0x4ca67c}from'../utils/common-translations.js';function _0x55db(_0x587be2,_0x1647a2){const _0x3aff72=_0x3aff();return _0x55db=function(_0x55db4b,_0x1f5680){_0x55db4b=_0x55db4b-0xe4;let _0x24d121=_0x3aff72[_0x55db4b];return _0x24d121;},_0x55db(_0x587be2,_0x1647a2);}export default class ct extends _0x9e2163{[_0x12d3fe(0x100)](){const _0x3d3052=_0x12d3fe,_0x497077=this[_0x3d3052(0x102)];if(!_0x497077[_0x3d3052(0xe8)][_0x3d3052(0xf0)](_0x3d3052(0xfc)))return;const _0x238a7f=_0x497077[_0x3d3052(0xe8)][_0x3d3052(0xf8)](_0x3d3052(0xf3)),_0x4601b7=_0x497077[_0x3d3052(0xf4)][_0x3d3052(0xf8)](_0x3d3052(0xe6));_0x238a7f[_0x3d3052(0xf7)](_0x3d3052(0xe6),[_0x3d3052(0xf6),..._0x4601b7[_0x3d3052(0xeb)][_0x3d3052(0x104)](_0x34dd68=>_0x34dd68['id'])]),_0x238a7f[_0x3d3052(0xf7)](_0x3d3052(0x109));for(const _0x56eaf3 of _0x4601b7[_0x3d3052(0xeb)])_0x238a7f[_0x3d3052(0xf9)][_0x3d3052(0xec)](_0x56eaf3['id'],_0x3d3052(0xfa)+_0x56eaf3[_0x3d3052(0xe4)][_0x3d3052(0xe9)]()+')');_0x238a7f[_0x3d3052(0xf9)][_0x3d3052(0x10c)](_0x12ad80=>{const _0x337f0e=_0x3d3052;if(_0x337f0e(0x105)!=_0x12ad80[_0x337f0e(0xfe)])return;const {data:_0xeeb182}=_0x12ad80;if(!_0xeeb182||_0x337f0e(0xf6)!=_0xeeb182[_0x337f0e(0x108)])return;const _0x41f693=_0xeeb182[_0x337f0e(0xf1)],_0x5c47f6=_0x497077[_0x337f0e(0xff)];return{'type':_0x337f0e(0x10b),'content':null==_0x41f693?_0x4ca67c(_0x5c47f6,_0x337f0e(0x106)):_0x4ca67c(_0x5c47f6,_0x337f0e(0xef),'\x22'+_0x41f693+'\x22')};}),this[_0x3d3052(0xf2)]();}[_0x12d3fe(0xf2)](){const _0x362a37=_0x12d3fe,_0x22aeb9=this[_0x362a37(0x102)],_0x42c5dc=_0x22aeb9[_0x362a37(0xff)];_0x22aeb9[_0x362a37(0xe8)][_0x362a37(0xf8)](_0x362a37(0xf3))[_0x362a37(0xf9)][_0x362a37(0x10c)](_0x2b231f=>{const _0x170f7a=_0x362a37;if(_0x170f7a(0x10a)!=_0x2b231f[_0x170f7a(0xfe)])return;const {data:_0x4c29af}=_0x2b231f;if(_0x4c29af){if(_0x170f7a(0xe6)==_0x4c29af[_0x170f7a(0xe7)]){const _0x1ba881=_0x4c29af[_0x170f7a(0x107)][0x0];return{'type':_0x170f7a(0x10b),'content':_0x4ca67c(_0x42c5dc,_0x170f7a(0xef),'\x22'+_0x1ba881+'\x22')};}return _0x170f7a(0x109)==_0x4c29af[_0x170f7a(0xe7)]?{'type':_0x170f7a(0x10b),'content':_0x4ca67c(_0x42c5dc,_0x170f7a(0x106))}:void 0x0;}});}}
23
+ const _0x5c2f3d=_0x5a17;(function(_0x251405,_0x448362){const _0x5eae17=_0x5a17,_0xc1457=_0x251405();while(!![]){try{const _0x1b35a5=parseInt(_0x5eae17(0x13f))/0x1+-parseInt(_0x5eae17(0x125))/0x2+-parseInt(_0x5eae17(0x12a))/0x3*(parseInt(_0x5eae17(0x13a))/0x4)+-parseInt(_0x5eae17(0x123))/0x5*(-parseInt(_0x5eae17(0x11d))/0x6)+-parseInt(_0x5eae17(0x131))/0x7*(parseInt(_0x5eae17(0x127))/0x8)+parseInt(_0x5eae17(0x128))/0x9+parseInt(_0x5eae17(0x133))/0xa;if(_0x1b35a5===_0x448362)break;else _0xc1457['push'](_0xc1457['shift']());}catch(_0x1c02d8){_0xc1457['push'](_0xc1457['shift']());}}}(_0x4897,0xa5621));import{Plugin as _0x1c3dc8}from'ckeditor5/src/core.js';import{getTranslation as _0x232340}from'../utils/common-translations.js';function _0x5a17(_0x2e5969,_0x5bcaf6){const _0x4897f7=_0x4897();return _0x5a17=function(_0x5a17e1,_0x330b65){_0x5a17e1=_0x5a17e1-0x11d;let _0x183cf7=_0x4897f7[_0x5a17e1];return _0x183cf7;},_0x5a17(_0x2e5969,_0x5bcaf6);}function _0x4897(){const _0x121a3c=['plugins','unlink','LinkEditing','6XmxBcA','has','commandParams','key','map','link','6219755DbNdeh','locale','1306564FnZHIK','commandName','16WZJNrM','11108223TZNUMp','*Remove\x20link*','224565PRzaqx','get','registerDescriptionCallback','_descriptionFactory','commands','label','afterInit','3789737ZMLfWK','_registerLegacyDescription','609870XuRzyq','TrackChangesEditing','type','toLowerCase','editor','newValue','linkHref','52Vcxnyo','formatInline','_enableDefaultAttributesIntegration','manualDecorators','link\x20(','847403VnZohW','registerAttributeLabel','attribute','format','*Set\x20link:*\x20%0'];_0x4897=function(){return _0x121a3c;};return _0x4897();}export default class ct extends _0x1c3dc8{[_0x5c2f3d(0x130)](){const _0xd4a28f=_0x5c2f3d,_0x2353bc=this[_0xd4a28f(0x137)];if(!_0x2353bc[_0xd4a28f(0x144)][_0xd4a28f(0x11e)](_0xd4a28f(0x146)))return;const _0x1e2203=_0x2353bc[_0xd4a28f(0x144)][_0xd4a28f(0x12b)](_0xd4a28f(0x134)),_0xb4cc1c=_0x2353bc[_0xd4a28f(0x12e)][_0xd4a28f(0x12b)](_0xd4a28f(0x122));_0x1e2203[_0xd4a28f(0x13c)](_0xd4a28f(0x122),[_0xd4a28f(0x139),..._0xb4cc1c[_0xd4a28f(0x13d)][_0xd4a28f(0x121)](_0x45988f=>_0x45988f['id'])]),_0x1e2203[_0xd4a28f(0x13c)](_0xd4a28f(0x145));for(const _0x3d207e of _0xb4cc1c[_0xd4a28f(0x13d)])_0x1e2203[_0xd4a28f(0x12d)][_0xd4a28f(0x140)](_0x3d207e['id'],_0xd4a28f(0x13e)+_0x3d207e[_0xd4a28f(0x12f)][_0xd4a28f(0x136)]()+')');_0x1e2203[_0xd4a28f(0x12d)][_0xd4a28f(0x12c)](_0x22a6d8=>{const _0x8fffce=_0xd4a28f;if(_0x8fffce(0x141)!=_0x22a6d8[_0x8fffce(0x135)])return;const {data:_0x46f51b}=_0x22a6d8;if(!_0x46f51b||_0x8fffce(0x139)!=_0x46f51b[_0x8fffce(0x120)])return;const _0xcab529=_0x46f51b[_0x8fffce(0x138)],_0x2bc50f=_0x2353bc[_0x8fffce(0x124)];return{'type':_0x8fffce(0x142),'content':null==_0xcab529?_0x232340(_0x2bc50f,_0x8fffce(0x129)):_0x232340(_0x2bc50f,_0x8fffce(0x143),'\x22'+_0xcab529+'\x22')};}),this[_0xd4a28f(0x132)]();}[_0x5c2f3d(0x132)](){const _0x1b2bb9=_0x5c2f3d,_0x318deb=this[_0x1b2bb9(0x137)],_0x2e3b74=_0x318deb[_0x1b2bb9(0x124)];_0x318deb[_0x1b2bb9(0x144)][_0x1b2bb9(0x12b)](_0x1b2bb9(0x134))[_0x1b2bb9(0x12d)][_0x1b2bb9(0x12c)](_0x35ac6b=>{const _0x581494=_0x1b2bb9;if(_0x581494(0x13b)!=_0x35ac6b[_0x581494(0x135)])return;const {data:_0x55750c}=_0x35ac6b;if(_0x55750c){if(_0x581494(0x122)==_0x55750c[_0x581494(0x126)]){const _0x12de3b=_0x55750c[_0x581494(0x11f)][0x0];return{'type':_0x581494(0x142),'content':_0x232340(_0x2e3b74,_0x581494(0x143),'\x22'+_0x12de3b+'\x22')};}return _0x581494(0x145)==_0x55750c[_0x581494(0x126)]?{'type':_0x581494(0x142),'content':_0x232340(_0x2e3b74,_0x581494(0x129))}:void 0x0;}});}}