@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240412.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
+ function _0x4f06(){const _0xbeee67=['locale','afterInit','6013LWrLaW','editor','_enableDefaultAttributesIntegration','highlight','_descriptionFactory','98526UaNYIT','5916eoKXrZ','plugins','*Remove\x20highlight*','*Set\x20highlight:*\x20%0','title','find','commandName','_registerLegacyDescription','formatInline','FORMAT_HIGHLIGHT','registerDescriptionCallback','type','color','TrackChangesEditing','has','196899YfcSGY','commandParams','registerAttributeLabel','value','toLowerCase','highlight.options','2270qqyshU','config','4352REwuil','get','2149048zEKGnA','834993noECHB','600534PeSnJt','HighlightEditing','model','format'];_0x4f06=function(){return _0xbeee67;};return _0x4f06();}const _0x501f4d=_0x264b;(function(_0x57d12d,_0xcc1325){const _0x18f7c9=_0x264b,_0x38ca15=_0x57d12d();while(!![]){try{const _0x435adb=parseInt(_0x18f7c9(0x18d))/0x1+-parseInt(_0x18f7c9(0x182))/0x2+parseInt(_0x18f7c9(0x176))/0x3+parseInt(_0x18f7c9(0x180))/0x4+-parseInt(_0x18f7c9(0x17c))/0x5*(-parseInt(_0x18f7c9(0x18e))/0x6)+parseInt(_0x18f7c9(0x188))/0x7*(-parseInt(_0x18f7c9(0x17e))/0x8)+-parseInt(_0x18f7c9(0x181))/0x9;if(_0x435adb===_0xcc1325)break;else _0x38ca15['push'](_0x38ca15['shift']());}catch(_0x309b84){_0x38ca15['push'](_0x38ca15['shift']());}}}(_0x4f06,0x467d5));import{Plugin as _0x6f7fb9}from'ckeditor5/src/core.js';function _0x264b(_0xdc957e,_0x72de5c){const _0x4f0676=_0x4f06();return _0x264b=function(_0x264b54,_0x31ef8e){_0x264b54=_0x264b54-0x170;let _0x2bc6d4=_0x4f0676[_0x264b54];return _0x2bc6d4;},_0x264b(_0xdc957e,_0x72de5c);}import{getTranslation as _0x1abb75}from'../utils/common-translations.js';export default class Z extends _0x6f7fb9{[_0x501f4d(0x187)](){const _0x2eb2b0=_0x501f4d,_0x323ee6=this[_0x2eb2b0(0x189)];if(!_0x323ee6[_0x2eb2b0(0x18f)][_0x2eb2b0(0x175)](_0x2eb2b0(0x183)))return;const _0x255ec5=_0x323ee6[_0x2eb2b0(0x18f)][_0x2eb2b0(0x17f)](_0x2eb2b0(0x174)),_0x254eb9=_0x323ee6[_0x2eb2b0(0x186)];_0x255ec5[_0x2eb2b0(0x18a)](_0x2eb2b0(0x18b),[_0x2eb2b0(0x18b)]),_0x255ec5[_0x2eb2b0(0x18c)][_0x2eb2b0(0x178)](_0x2eb2b0(0x18b),_0x1abb75(_0x254eb9,_0x2eb2b0(0x170))),this[_0x2eb2b0(0x195)]();}[_0x501f4d(0x195)](){const _0x5eb04c=_0x501f4d,_0xc2c21f=this[_0x5eb04c(0x189)],_0x1d8753=_0xc2c21f[_0x5eb04c(0x186)];_0xc2c21f[_0x5eb04c(0x18f)][_0x5eb04c(0x17f)](_0x5eb04c(0x174))[_0x5eb04c(0x18c)][_0x5eb04c(0x171)](_0x220ae8=>{const _0x3b14fd=_0x5eb04c;if(_0x3b14fd(0x196)!=_0x220ae8[_0x3b14fd(0x172)])return;const {data:_0x3a30e4}=_0x220ae8;if(_0x3a30e4&&_0x3b14fd(0x18b)==_0x3a30e4[_0x3b14fd(0x194)]){const _0xb27708=_0x1d8753['t'],_0x2e6a79=_0x3a30e4[_0x3b14fd(0x177)][0x0][_0x3b14fd(0x179)];if(_0x2e6a79){const _0x4cf257=_0xc2c21f[_0x3b14fd(0x17d)][_0x3b14fd(0x17f)](_0x3b14fd(0x17b))[_0x3b14fd(0x193)](_0x446507=>_0x446507[_0x3b14fd(0x184)]==_0x2e6a79),_0x5d9420=_0xb27708(_0x4cf257[_0x3b14fd(0x192)])[_0x3b14fd(0x17a)]();return{'type':_0x3b14fd(0x185),'content':_0x1abb75(_0x1d8753,_0x3b14fd(0x191),_0x5d9420),'color':{'value':_0x4cf257[_0x3b14fd(0x173)],'title':_0x4cf257[_0x3b14fd(0x192)]}};}return{'type':_0x3b14fd(0x185),'content':_0x1abb75(_0x1d8753,_0x3b14fd(0x190),_0x1abb75(_0x1d8753,_0x3b14fd(0x170)))};}});}}
@@ -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 _0x5848fe=_0x1eb7;(function(_0x250c27,_0x572f93){const _0x3db6af=_0x1eb7,_0x3d703d=_0x250c27();while(!![]){try{const _0x9966cc=-parseInt(_0x3db6af(0x182))/0x1+parseInt(_0x3db6af(0x169))/0x2*(parseInt(_0x3db6af(0x16a))/0x3)+-parseInt(_0x3db6af(0x16b))/0x4+parseInt(_0x3db6af(0x168))/0x5+parseInt(_0x3db6af(0x170))/0x6*(-parseInt(_0x3db6af(0x167))/0x7)+-parseInt(_0x3db6af(0x172))/0x8+parseInt(_0x3db6af(0x177))/0x9;if(_0x9966cc===_0x572f93)break;else _0x3d703d['push'](_0x3d703d['shift']());}catch(_0x2953f6){_0x3d703d['push'](_0x3d703d['shift']());}}}(_0x301f,0xb4abf));import{Plugin as _0x3d873b}from'ckeditor5/src/core.js';function _0x1eb7(_0x2c1ed3,_0x59b0fe){const _0x301f39=_0x301f();return _0x1eb7=function(_0x1eb7d7,_0x5ac757){_0x1eb7d7=_0x1eb7d7-0x161;let _0x53ed2f=_0x301f39[_0x1eb7d7];return _0x53ed2f;},_0x1eb7(_0x2c1ed3,_0x59b0fe);}function _0x301f(){const _0x2377b7=['elementToStructure','HorizontalLineEditing','div','editor','high','730683TIGksu','ELEMENT_HORIZONTAL_LINE','createEmptyElement','registerElementLabel','createContainerElement','dataDowncast','plugins','insert','31493GVPGNS','2762215vrQBRe','4658WuzYoi','693xITbdS','430276dlSPGM','for','showSuggestionHighlights','addClass','afterInit','786QQEuef','createPositionAt','1616800BonzPx','_descriptionFactory','has','locale','horizontalLine','11513790oBXVka','get','enableCommand','ck-horizontal-line','TrackChangesEditing','conversion'];_0x301f=function(){return _0x2377b7;};return _0x301f();}import{getTranslation as _0x109ecb}from'../utils/common-translations.js';export default class tt extends _0x3d873b{[_0x5848fe(0x16f)](){const _0x5515a5=_0x5848fe,_0x3fc158=this[_0x5515a5(0x180)];if(!_0x3fc158[_0x5515a5(0x165)][_0x5515a5(0x174)](_0x5515a5(0x17e)))return;_0x3fc158[_0x5515a5(0x165)][_0x5515a5(0x178)](_0x5515a5(0x17b))[_0x5515a5(0x179)](_0x5515a5(0x176));const _0x5282f9=_0x3fc158[_0x5515a5(0x165)][_0x5515a5(0x178)](_0x5515a5(0x17b)),_0x338a5a=_0x3fc158[_0x5515a5(0x175)];_0x5282f9[_0x5515a5(0x173)][_0x5515a5(0x162)](_0x5515a5(0x176),_0x38e059=>_0x109ecb(_0x338a5a,_0x5515a5(0x183),_0x38e059)),_0x3fc158[_0x5515a5(0x17c)][_0x5515a5(0x16c)](_0x5515a5(0x164))[_0x5515a5(0x17d)]({'model':_0x5515a5(0x176),'view':(_0x4fc659,{writer:_0x257f51,options:_0x5eca08})=>{const _0x4b3a57=_0x5515a5;if(!_0x5eca08[_0x4b3a57(0x16d)])return null;const _0x19b7b9=_0x257f51[_0x4b3a57(0x163)](_0x4b3a57(0x17f)),_0x4ec26c=_0x257f51[_0x4b3a57(0x161)]('hr');return _0x257f51[_0x4b3a57(0x16e)](_0x4b3a57(0x17a),_0x19b7b9),_0x257f51[_0x4b3a57(0x166)](_0x257f51[_0x4b3a57(0x171)](_0x19b7b9,0x0),_0x4ec26c),_0x19b7b9;},'converterPriority':_0x5515a5(0x181)});}}
@@ -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
+ function _0x45b9(){const _0x3143cd=['11580FDvPJa','rawHtml','start','afterInit','plugins','1QRqIYm','160WJotxr','*Change\x20%0\x20content*','key','value','TrackChangesEditing','14wNqkql','4968PfcRZO','675249maKKzm','nodeAfter','htmlEmbed','27610hSpNTr','type','702824RZqiyo','4415WEJjTD','1042532ZQyBEq','format','ELEMENT_HTML_EMBED','editor','_enableDefaultAttributesIntegration','has','commandName','4dPAjsd','locale','5837MdhEUJ','registerElementLabel','formatBlock','get','_descriptionFactory','8070867SSINog','_registerLegacyDescription','getFirstRange','registerDescriptionCallback','HtmlEmbed','attribute','element'];_0x45b9=function(){return _0x3143cd;};return _0x45b9();}const _0x2d35c4=_0x189e;(function(_0x6f0d95,_0x4dcfa5){const _0x650103=_0x189e,_0x4785b2=_0x6f0d95();while(!![]){try{const _0x2bfdd7=-parseInt(_0x650103(0x182))/0x1*(parseInt(_0x650103(0x168))/0x2)+-parseInt(_0x650103(0x161))/0x3*(-parseInt(_0x650103(0x16f))/0x4)+-parseInt(_0x650103(0x167))/0x5*(parseInt(_0x650103(0x160))/0x6)+parseInt(_0x650103(0x15f))/0x7*(parseInt(_0x650103(0x166))/0x8)+parseInt(_0x650103(0x176))/0x9+-parseInt(_0x650103(0x15a))/0xa*(-parseInt(_0x650103(0x164))/0xb)+-parseInt(_0x650103(0x17d))/0xc*(-parseInt(_0x650103(0x171))/0xd);if(_0x2bfdd7===_0x4dcfa5)break;else _0x4785b2['push'](_0x4785b2['shift']());}catch(_0x1ab27b){_0x4785b2['push'](_0x4785b2['shift']());}}}(_0x45b9,0x7e9cf));import{Plugin as _0x441898}from'ckeditor5/src/core.js';import{getTranslation as _0x2b9c94}from'../utils/common-translations.js';function _0x189e(_0x53667c,_0x560f2d){const _0x45b91a=_0x45b9();return _0x189e=function(_0x189e92,_0x309c20){_0x189e92=_0x189e92-0x15a;let _0x526977=_0x45b91a[_0x189e92];return _0x526977;},_0x189e(_0x53667c,_0x560f2d);}export default class et extends _0x441898{[_0x2d35c4(0x180)](){const _0x5a8d4f=_0x2d35c4,_0x448151=this[_0x5a8d4f(0x16b)];if(!_0x448151[_0x5a8d4f(0x181)][_0x5a8d4f(0x16d)](_0x5a8d4f(0x17a)))return;const _0x4204a6=_0x448151[_0x5a8d4f(0x181)][_0x5a8d4f(0x174)](_0x5a8d4f(0x15e)),_0x45e4f5=_0x448151[_0x5a8d4f(0x170)];_0x4204a6[_0x5a8d4f(0x175)][_0x5a8d4f(0x172)](_0x5a8d4f(0x17e),_0xa572c5=>_0x2b9c94(_0x45e4f5,_0x5a8d4f(0x16a),_0xa572c5)),_0x4204a6[_0x5a8d4f(0x16c)](_0x5a8d4f(0x163),[],[_0x5a8d4f(0x15d)]),_0x4204a6[_0x5a8d4f(0x175)][_0x5a8d4f(0x179)](_0x18548e=>{const _0x5492e1=_0x5a8d4f;if(_0x5492e1(0x17b)!=_0x18548e[_0x5492e1(0x165)])return;const {data:_0x341917}=_0x18548e;if(_0x341917&&_0x5492e1(0x15d)==_0x341917[_0x5492e1(0x15c)]&&_0x18548e[_0x5492e1(0x178)]()[_0x5492e1(0x17f)][_0x5492e1(0x162)]['is'](_0x5492e1(0x17c),_0x5492e1(0x17e))){const _0x1eb909=_0x2b9c94(_0x45e4f5,_0x5492e1(0x16a));return{'type':_0x5492e1(0x169),'content':_0x2b9c94(_0x45e4f5,_0x5492e1(0x15b),_0x1eb909)};}}),this[_0x5a8d4f(0x177)]();}[_0x2d35c4(0x177)](){const _0x1ae7da=_0x2d35c4,_0x3cb4ad=this[_0x1ae7da(0x16b)],_0x4acc42=_0x3cb4ad[_0x1ae7da(0x170)];_0x3cb4ad[_0x1ae7da(0x181)][_0x1ae7da(0x174)](_0x1ae7da(0x15e))[_0x1ae7da(0x175)][_0x1ae7da(0x179)](_0x5e56cb=>{const _0x1923c1=_0x1ae7da;if(_0x1923c1(0x173)!=_0x5e56cb[_0x1923c1(0x165)])return;const {data:_0x44eab8}=_0x5e56cb;if(_0x44eab8&&_0x1923c1(0x163)==_0x44eab8[_0x1923c1(0x16e)]){const _0x1135ec=_0x2b9c94(_0x4acc42,_0x1923c1(0x16a));return{'type':_0x1923c1(0x169),'content':_0x2b9c94(_0x4acc42,_0x1923c1(0x15b),_0x1135ec)};}});}}
@@ -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 _0xe67b72=_0x4214;(function(_0x46c796,_0x2783ef){const _0x147583=_0x4214,_0x2227c1=_0x46c796();while(!![]){try{const _0x50c9cd=-parseInt(_0x147583(0xb5))/0x1*(parseInt(_0x147583(0xcc))/0x2)+parseInt(_0x147583(0xfa))/0x3+-parseInt(_0x147583(0xc1))/0x4+parseInt(_0x147583(0x111))/0x5+parseInt(_0x147583(0xf5))/0x6*(-parseInt(_0x147583(0xad))/0x7)+parseInt(_0x147583(0xeb))/0x8+-parseInt(_0x147583(0xfe))/0x9*(-parseInt(_0x147583(0xb3))/0xa);if(_0x50c9cd===_0x2783ef)break;else _0x2227c1['push'](_0x2227c1['shift']());}catch(_0x4ba2e9){_0x2227c1['push'](_0x2227c1['shift']());}}}(_0x3f6d,0xb1194));function _0x3f6d(){const _0x5d7cff=['ImageEditing','getCaptionFromImageModelElement','ImageCaptionUtils','fromPosition','addObject','getSuggestionCallback','ImageResize','convertBlockImageToInline','*Set\x20image\x20text\x20alternative:*\x20%0','insertion','getNearestSelectionRange','editor','join','ImageTextAlternativeEditing','imageTypeBlock','locale','format','uploadImage','Block\x20image\x20to\x20inline\x20image','2571144xiaWoB','forward','_suggestionFactory','Inline\x20image\x20to\x20block\x20image','width','discard','convertInlineImageToBlock','imageStylePreApply','createRange','model','6iLJrzc','has','registerCustomCallback','attribute','ImageInlineEditing','1379967GnAzar','*Set\x20image\x20width:*\x20%0','markBlockFormat','end','9qvgllc','markInsertion','previous','getContainedElement','start','ELEMENT_INLINE_IMAGE','caption','_enableDefaultAttributesIntegration','chain','registerDescriptionCallback','imageCaption','subType','ELEMENT_IMAGE','imageInline','filter','_descriptionFactory','_findSuggestions','backward','plugins','5749950XEFiAo','commandParams','*Remove\x20image\x20text\x20alternative*','newValue','deletion','change','*Reset\x20image\x20width*','getFirstRange','removeObject','TrackChangesEditing','isBefore','createRangeOn','formatBlock','enableCommand','toggleImageCaption','detach','type','resizeImage','insertImage','imageTextAlternative','1375752JYksht','commandName','toNext','length','alt','markDeletion','7689010PawNVd','_registerLegacyDescription','8962KHfnhh','element','selection','key','ImageUploadEditing','ImageBlockEditing','schema','toPrevious','ImageUtils','registerElementLabel','formatInline','resizedWidth','5679444iihvwA','isOwn','nodeBefore','isEqual','nodeAfter','forceDefaultExecution','accept','isBlockImage','document','isCollapsed','getClosestSelectedImageElement','80bxzhMR','ImageCaptionEditing','imageTypeInline','FORMAT_IMAGE_SIZE','isIntersecting','find','findIndex','afterInit','registerAttributeLabel','get','ELEMENT_CAPTION','imageBlock'];_0x3f6d=function(){return _0x5d7cff;};return _0x3f6d();}function _0x4214(_0x381533,_0x19ffe3){const _0x3f6d8d=_0x3f6d();return _0x4214=function(_0x4214d6,_0x485db1){_0x4214d6=_0x4214d6-0x9c;let _0x8ab451=_0x3f6d8d[_0x4214d6];return _0x8ab451;},_0x4214(_0x381533,_0x19ffe3);}import{Plugin as _0x58bb26}from'ckeditor5/src/core.js';import{LivePosition as _0x56d104}from'ckeditor5/src/engine.js';import{getTranslation as _0x1ed27c}from'../utils/common-translations.js';export default class it extends _0x58bb26{[_0xe67b72(0xd3)](){const _0xea841f=_0xe67b72,_0x8eccb2=this[_0xea841f(0xe3)];if(!_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xd8)))return;const _0x450bf7=_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xd5)](_0xea841f(0xa2)),_0x3697d0=_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xd5)](_0xea841f(0xbd)),_0x41c234=_0x8eccb2[_0xea841f(0xe7)];_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xab)),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xbe)](_0xea841f(0xd7),_0x3754d1=>_0x1ed27c(_0x41c234,_0xea841f(0x10a),_0x3754d1)),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xbe)](_0xea841f(0x10b),_0x280707=>_0x1ed27c(_0x41c234,_0xea841f(0x103),_0x280707)),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xbe)](_0xea841f(0x104),()=>_0x1ed27c(_0x41c234,_0xea841f(0xd6))),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xb9))&&_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xe9)),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xba))&&_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xf9))&&(_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xce),(_0x34e97e,_0x72fe74)=>{const _0x365c88=_0xea841f,_0x3dc293=_0x3697d0[_0x365c88(0xcb)](_0x8eccb2[_0x365c88(0xf4)][_0x365c88(0xc9)][_0x365c88(0xb7)]);_0x8eccb2[_0x365c88(0xf4)][_0x365c88(0x9e)](()=>{const _0x315adc=_0x365c88;_0x450bf7[_0x315adc(0xfc)](_0x3dc293,{'commandName':_0x315adc(0xce),'commandParams':[_0x72fe74]},[],_0x315adc(0xdf));});}),_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xe6),(_0xeb22f7,_0x4c9e4e)=>{const _0x2e1ffc=_0xea841f;_0x8eccb2[_0x2e1ffc(0xf4)][_0x2e1ffc(0x9e)](_0x1252ce=>{const _0x59500f=_0x2e1ffc;let _0xadb893=_0x3697d0[_0x59500f(0xcb)](_0x8eccb2[_0x59500f(0xf4)][_0x59500f(0xc9)][_0x59500f(0xb7)]),_0x251f7e=_0x1252ce[_0x59500f(0xa4)](_0xadb893);const _0x49224b=_0x56d104[_0x59500f(0xdb)](_0x251f7e[_0x59500f(0x102)],_0x59500f(0xbc)),_0x175be6=_0x56d104[_0x59500f(0xdb)](_0x251f7e[_0x59500f(0xfd)],_0x59500f(0xaf));_0x450bf7[_0x59500f(0xc6)](()=>_0xeb22f7(_0x4c9e4e)),_0xadb893=_0x3697d0[_0x59500f(0xcb)](_0x8eccb2[_0x59500f(0xf4)][_0x59500f(0xc9)][_0x59500f(0xb7)]),_0x251f7e=_0x1252ce[_0x59500f(0xa4)](_0xadb893);const _0xc4e9c5=_0x1252ce[_0x59500f(0xf3)](_0x49224b,_0x175be6);_0x49224b[_0x59500f(0xa8)](),_0x175be6[_0x59500f(0xa8)](),_0x450bf7[_0x59500f(0xfc)](_0xadb893,{'commandName':_0x59500f(0xce),'commandParams':[_0x4c9e4e]},[],_0x59500f(0xf1)),_0xc4e9c5[_0x59500f(0x102)][_0x59500f(0xa3)](_0x251f7e[_0x59500f(0x102)])&&_0x450bf7[_0x59500f(0xff)](_0x1252ce[_0x59500f(0xf3)](_0xc4e9c5[_0x59500f(0x102)],_0x251f7e[_0x59500f(0x102)]),_0x59500f(0xf1)),_0x251f7e[_0x59500f(0xfd)][_0x59500f(0xa3)](_0xc4e9c5[_0x59500f(0xfd)])&&_0x450bf7[_0x59500f(0xff)](_0x1252ce[_0x59500f(0xf3)](_0x251f7e[_0x59500f(0xfd)],_0xc4e9c5[_0x59500f(0xfd)]),_0x59500f(0xf1));});}),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0xe4),()=>!0x1),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0xc7),()=>!0x1),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0xf0),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xdd)](_0xea841f(0xa5),'',_0xea841f(0xc7))),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0xf1),_0xea841f(0xe4),()=>!0x1),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0xf1),_0xea841f(0xf0),([_0x1ff6e3])=>{const _0x467d15=_0xea841f,_0x1710a7=_0x450bf7[_0x467d15(0xed)][_0x467d15(0xdd)](_0x467d15(0xe1),'',_0x467d15(0xf0));let _0x42f121=_0x1ff6e3[_0x467d15(0x102)],_0x1246e6=_0x1ff6e3[_0x467d15(0xfd)];const _0x2fc5df=_0x8eccb2[_0x467d15(0xf4)][_0x467d15(0xbb)][_0x467d15(0xe2)](_0x42f121,_0x467d15(0x10f)),_0xc89d5e=_0x8eccb2[_0x467d15(0xf4)][_0x467d15(0xbb)][_0x467d15(0xe2)](_0x1246e6,_0x467d15(0xec));_0x2fc5df[_0x467d15(0xca)]&&(_0x42f121=_0x2fc5df[_0x467d15(0x102)]),_0xc89d5e[_0x467d15(0xca)]&&(_0x1246e6=_0xc89d5e[_0x467d15(0xfd)]),_0x1710a7([_0x8eccb2[_0x467d15(0xf4)][_0x467d15(0xf3)](_0x42f121,_0x1246e6)]);}),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0x106),_0x500a5e),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0xf1),_0xea841f(0x106),_0x500a5e)),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xcd))&&(_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xa7),(_0x198238,_0x5c3fc7)=>{const _0x16510e=_0xea841f,_0x190952=_0x8eccb2[_0x16510e(0x110)][_0x16510e(0xd5)](_0x16510e(0xda));let _0xf5a45b=_0x3697d0[_0x16510e(0xcb)](_0x8eccb2[_0x16510e(0xf4)][_0x16510e(0xc9)][_0x16510e(0xb7)]),_0xc01f57=_0x190952[_0x16510e(0xd9)](_0xf5a45b);_0x8eccb2[_0x16510e(0xf4)][_0x16510e(0x9e)](()=>{const _0x11aadd=_0x16510e;if(_0xc01f57)return void _0x450bf7[_0x11aadd(0xb2)](_0x8eccb2[_0x11aadd(0xf4)][_0x11aadd(0xa4)](_0xc01f57));const _0x313a2b=_0x3697d0[_0x11aadd(0xc8)](_0xf5a45b);_0x198238(_0x5c3fc7),_0xf5a45b=_0x3697d0[_0x11aadd(0xcb)](_0x8eccb2[_0x11aadd(0xf4)][_0x11aadd(0xc9)][_0x11aadd(0xb7)]),_0xc01f57=_0x190952[_0x11aadd(0xd9)](_0xf5a45b),_0x450bf7[_0x11aadd(0xff)](_0x8eccb2[_0x11aadd(0xf4)][_0x11aadd(0xa4)](_0xc01f57),_0x313a2b?null:_0x11aadd(0x108));});}),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0x108),_0xea841f(0x106),_0x500a5e));const _0x44a975=[{'type':_0xea841f(0xa5),'subType':_0xea841f(0xf2)},{'type':_0xea841f(0xe1),'subType':_0xea841f(0x108)},{'type':_0xea841f(0xa5),'subType':_0xea841f(0xf1)},{'type':_0xea841f(0xe1),'subType':_0xea841f(0xf1)}];function _0x3b7468(_0x32d491,_0x15ac45){const _0x4589e3=_0xea841f,_0x24536b=_0x44a975[_0x4589e3(0xd2)](({type:_0x299979,subType:_0x2793d1})=>_0x32d491[_0x4589e3(0xa9)]==_0x299979&&_0x32d491[_0x4589e3(0x109)]==_0x2793d1),_0x52e223=_0x44a975[_0x4589e3(0xd2)](({type:_0x36b11a,subType:_0x1a09ea})=>_0x15ac45[_0x4589e3(0xa9)]==_0x36b11a&&_0x15ac45[_0x4589e3(0x109)]==_0x1a09ea);if(_0x24536b<0x0||_0x52e223<0x0)return!0x1;const _0x361d68=_0x32d491[_0x4589e3(0xa0)](),_0x24f9e8=_0x15ac45[_0x4589e3(0xa0)]();if((0x0==_0x24536b||0x1==_0x24536b)&&0x2==_0x52e223&&_0x361d68[_0x4589e3(0xd0)](_0x24f9e8))return!0x0;if(0x2==_0x24536b&&0x3==_0x52e223){const _0x3a53ca=_0x450bf7[_0x4589e3(0x10e)](_0x361d68,_0x4589e3(0xe1))[_0x4589e3(0x10c)](({suggestion:_0x1caf24,meta:_0x32ffea})=>_0x32ffea[_0x4589e3(0xc2)]&&_0x4589e3(0xf1)==_0x1caf24[_0x4589e3(0x109)]);if(_0x3a53ca[_0x4589e3(0xb0)]>0x1&&_0x24f9e8[_0x4589e3(0xfd)][_0x4589e3(0xc4)](_0x361d68[_0x4589e3(0x102)]))return!0x0;if(0x1==_0x3a53ca[_0x4589e3(0xb0)]&&(_0x361d68[_0x4589e3(0x102)][_0x4589e3(0xc4)](_0x24f9e8[_0x4589e3(0xfd)])||_0x361d68[_0x4589e3(0xfd)][_0x4589e3(0xc4)](_0x24f9e8[_0x4589e3(0x102)])))return!0x0;}if(0x3==_0x24536b&&0x3==_0x52e223&&_0x361d68[_0x4589e3(0x102)][_0x4589e3(0xa3)](_0x24f9e8[_0x4589e3(0x102)])){const _0x29516c=_0x361d68[_0x4589e3(0xfd)][_0x4589e3(0xc5)],_0x540bb6=_0x24f9e8[_0x4589e3(0x102)][_0x4589e3(0xc3)];return _0x3697d0[_0x4589e3(0xc8)](_0x29516c)&&_0x29516c===_0x540bb6;}return!0x1;}function _0x500a5e(_0x4f2ce9,_0x51497c){return _0x3b7468(_0x4f2ce9,_0x51497c)?[_0x4f2ce9,_0x51497c]:_0x3b7468(_0x51497c,_0x4f2ce9)?[_0x51497c,_0x4f2ce9]:null;}_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xde))&&(_0x450bf7[_0xea841f(0x105)](_0xea841f(0xaa),[],[_0xea841f(0xc0)]),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xd4)](_0xea841f(0xc0),_0x1ed27c(_0x41c234,_0xea841f(0xcf)))),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xe5))&&_0x450bf7[_0xea841f(0x105)](_0xea841f(0xac),[],[_0xea841f(0xb1)]),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0xbb45e1=>{const _0x23a044=_0xea841f;if(!!_0x44a975[_0x23a044(0xd1)](({type:_0x424138,subType:_0x5889ea})=>_0xbb45e1[_0x23a044(0xa9)]==_0x424138&&_0xbb45e1[_0x23a044(0x109)]==_0x5889ea))return _0xbb45e1[_0x23a044(0x100)]?{}:void 0x0;}),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0x5b3025=>{const _0x186da8=_0xea841f;if(_0x186da8(0xe1)==_0x5b3025[_0x186da8(0xa9)]||_0x186da8(0x9d)==_0x5b3025[_0x186da8(0xa9)]){const _0xdb8099=_0x5b3025[_0x186da8(0x101)]();if(_0xdb8099&&_0xdb8099['is'](_0x186da8(0xb6),_0x186da8(0x104)))return{'type':_0x186da8(0xe1)==_0x5b3025[_0x186da8(0xa9)]?_0x186da8(0xdc):_0x186da8(0xa1),'element':_0xdb8099,'quantity':0x1};}}),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0x5b3e1e=>_0xea841f(0xa5)==_0x5b3e1e[_0xea841f(0xa9)]&&_0xea841f(0xf1)==_0x5b3e1e[_0xea841f(0x109)]?{'type':_0xea841f(0xe8),'content':_0xea841f(0xee)}:_0xea841f(0xa5)==_0x5b3e1e[_0xea841f(0xa9)]&&_0xea841f(0xdf)==_0x5b3e1e[_0xea841f(0x109)]?{'type':_0xea841f(0xe8),'content':_0xea841f(0xea)}:void 0x0),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0x5959ab=>{const _0x1cd934=_0xea841f;if(_0x1cd934(0xf8)!=_0x5959ab[_0x1cd934(0xa9)])return;const {data:_0x310977}=_0x5959ab;if(!_0x310977||_0x1cd934(0xb1)!=_0x310977[_0x1cd934(0xb8)])return;const _0x462005=_0x310977[_0x1cd934(0x9c)];return _0x462005?{'type':_0x1cd934(0xe8),'content':_0x1ed27c(_0x41c234,_0x1cd934(0xe0),'\x22'+_0x462005+'\x22')}:{'type':_0x1cd934(0xe8),'content':_0x1ed27c(_0x41c234,_0x1cd934(0x113))};}),this[_0xea841f(0xb4)]();}[_0xe67b72(0xb4)](){const _0x1ce3f1=_0xe67b72,_0x368e80=this[_0x1ce3f1(0xe3)],_0x4db004=_0x368e80[_0x1ce3f1(0xe7)];_0x368e80[_0x1ce3f1(0x110)][_0x1ce3f1(0xd5)](_0x1ce3f1(0xa2))[_0x1ce3f1(0x10d)][_0x1ce3f1(0x107)](_0x3c475a=>{const _0x3fd722=_0x1ce3f1;if(_0x3fd722(0xa5)!=_0x3c475a[_0x3fd722(0xa9)]&&_0x3fd722(0xbf)!=_0x3c475a[_0x3fd722(0xa9)])return;const {data:_0x3f2ee7}=_0x3c475a;if(_0x3f2ee7){if(_0x3fd722(0xac)==_0x3f2ee7[_0x3fd722(0xae)]){const _0x1f554f=_0x3f2ee7[_0x3fd722(0x112)][0x0][_0x3fd722(0x9c)];return _0x1f554f?{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0xe0),'\x22'+_0x1f554f+'\x22')}:{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0x113))};}if(_0x3fd722(0xaa)==_0x3f2ee7[_0x3fd722(0xae)]){const _0x46b563=_0x3f2ee7[_0x3fd722(0x112)][0x0][_0x3fd722(0xef)];return _0x46b563?{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0xfb),_0x46b563)}:{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0x9f))};}}});}}
@@ -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
+ const _0x43db72=_0x50a1;function _0x50a1(_0x29ffdc,_0x2f75d6){const _0x58b66f=_0x58b6();return _0x50a1=function(_0x50a125,_0x5b940){_0x50a125=_0x50a125-0xaa;let _0x2fe18c=_0x58b66f[_0x50a125];return _0x2fe18c;},_0x50a1(_0x29ffdc,_0x2f75d6);}(function(_0x4a04d7,_0x396a96){const _0x1c888f=_0x50a1,_0x481af9=_0x4a04d7();while(!![]){try{const _0x5dea69=parseInt(_0x1c888f(0xaa))/0x1+parseInt(_0x1c888f(0xbc))/0x2*(-parseInt(_0x1c888f(0xc2))/0x3)+parseInt(_0x1c888f(0xc8))/0x4*(parseInt(_0x1c888f(0xb8))/0x5)+parseInt(_0x1c888f(0xd3))/0x6+parseInt(_0x1c888f(0xcd))/0x7*(-parseInt(_0x1c888f(0xd1))/0x8)+parseInt(_0x1c888f(0xc4))/0x9*(-parseInt(_0x1c888f(0xb3))/0xa)+parseInt(_0x1c888f(0xbb))/0xb;if(_0x5dea69===_0x396a96)break;else _0x481af9['push'](_0x481af9['shift']());}catch(_0xf31507){_0x481af9['push'](_0x481af9['shift']());}}}(_0x58b6,0x30fb4));import{Plugin as _0x518a82}from'ckeditor5/src/core.js';function _0x58b6(){const _0x4fab4b=['10JmZMup','editor','_suggestionFactory','has','registerDescriptionCallback','365OwMdyi','format','ImageEditing','5197753uAUeAk','2fkALcy','commandName','locale','registerCustomCallback','_handleLegacySuggestions','TrackChangesEditing','851997wmMBAn','type','2805849XXVvOh','attribute','_enableDefaultAttributesIntegration','key','1032VjbpkN','formatBlock','*Format:*\x20replace\x20image\x20URL','afterInit','replaceImageSource','63mYFJmO','plugins','_descriptionFactory','discard','45520JkYpcH','oldValue','204000AMjGUo','322241wblkXn','formatInline','*Replace\x20image\x20URL*','_registerLegacyDescription','accept','src','getSuggestionCallback','newValue','get'];_0x58b6=function(){return _0x4fab4b;};return _0x58b6();}import{getTranslation as _0x1949d2}from'../utils/common-translations.js';export default class st extends _0x518a82{[_0x43db72(0xcb)](){const _0x263ab0=_0x43db72;if(!this[_0x263ab0(0xb4)][_0x263ab0(0xce)][_0x263ab0(0xb6)](_0x263ab0(0xba)))return;const _0x2f52a3=this[_0x263ab0(0xb4)][_0x263ab0(0xbe)],_0x10071c=this[_0x263ab0(0xb4)][_0x263ab0(0xce)][_0x263ab0(0xb2)](_0x263ab0(0xc1));_0x10071c[_0x263ab0(0xc6)](_0x263ab0(0xcc),[],[_0x263ab0(0xaf)]),_0x10071c[_0x263ab0(0xcf)][_0x263ab0(0xb7)](_0x2ae055=>{const _0x38c1e0=_0x263ab0;if(_0x38c1e0(0xc5)!=_0x2ae055[_0x38c1e0(0xc3)])return;const {data:_0x40ea34}=_0x2ae055;return _0x40ea34&&_0x38c1e0(0xaf)==_0x40ea34[_0x38c1e0(0xc7)]?_0x40ea34[_0x38c1e0(0xb1)]&&_0x40ea34[_0x38c1e0(0xd2)]?{'type':_0x38c1e0(0xb9),'content':_0x1949d2(_0x2f52a3,_0x38c1e0(0xac))}:{'type':_0x38c1e0(0xb9),'content':''}:void 0x0;}),this[_0x263ab0(0xc0)]();}[_0x43db72(0xc0)](){const _0x51ad10=_0x43db72,_0x5d89bb=this[_0x51ad10(0xb4)][_0x51ad10(0xce)][_0x51ad10(0xb2)](_0x51ad10(0xc1));_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xbf)](_0x51ad10(0xc9),_0x51ad10(0xcc),_0x51ad10(0xae),_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xb0)](_0x51ad10(0xc9),null,_0x51ad10(0xd0))),_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xbf)](_0x51ad10(0xc9),_0x51ad10(0xcc),_0x51ad10(0xd0),_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xb0)](_0x51ad10(0xc9),null,_0x51ad10(0xae))),this[_0x51ad10(0xad)]();}[_0x43db72(0xad)](){const _0x36389e=_0x43db72,_0x499048=this[_0x36389e(0xb4)],_0x564469=_0x499048[_0x36389e(0xbe)];_0x499048[_0x36389e(0xce)][_0x36389e(0xb2)](_0x36389e(0xc1))[_0x36389e(0xcf)][_0x36389e(0xb7)](_0x5c0c37=>{const _0x38a739=_0x36389e;if(_0x38a739(0xc9)!=_0x5c0c37[_0x38a739(0xc3)]&&_0x38a739(0xab)!=_0x5c0c37[_0x38a739(0xc3)])return;const {data:_0x104070}=_0x5c0c37;if(!_0x104070||_0x38a739(0xcc)!=_0x104070[_0x38a739(0xbd)])return;return{'type':_0x38a739(0xb9),'content':_0x1949d2(_0x564469,_0x38a739(0xca))};});}}
@@ -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 _0x5e216e=_0x542e;(function(_0x416eb5,_0x2db275){const _0x39004a=_0x542e,_0x291f9d=_0x416eb5();while(!![]){try{const _0x38df62=-parseInt(_0x39004a(0x122))/0x1*(parseInt(_0x39004a(0x118))/0x2)+parseInt(_0x39004a(0x120))/0x3+parseInt(_0x39004a(0xc2))/0x4*(parseInt(_0x39004a(0xf7))/0x5)+parseInt(_0x39004a(0x10f))/0x6+parseInt(_0x39004a(0x113))/0x7+parseInt(_0x39004a(0xd9))/0x8*(parseInt(_0x39004a(0x116))/0x9)+parseInt(_0x39004a(0xf8))/0xa*(-parseInt(_0x39004a(0xe2))/0xb);if(_0x38df62===_0x2db275)break;else _0x291f9d['push'](_0x291f9d['shift']());}catch(_0x518b37){_0x291f9d['push'](_0x291f9d['shift']());}}}(_0x1bd2,0x2a0a6));import{Plugin as _0x2f73dd}from'ckeditor5/src/core.js';import{uid as _0x39f5af}from'ckeditor5/src/utils.js';function _0x542e(_0xb2edcf,_0x5b7688){const _0x1bd23f=_0x1bd2();return _0x542e=function(_0x542ef0,_0x354c8c){_0x542ef0=_0x542ef0-0xc0;let _0x276684=_0x1bd23f[_0x542ef0];return _0x276684;},_0x542e(_0xb2edcf,_0x5b7688);}import{getTranslation as _0x2ffbd2}from'../utils/common-translations.js';export default class nt extends _0x2f73dd{[_0x5e216e(0xf2)](){const _0x1549f9=_0x5e216e,_0x384f74=this[_0x1549f9(0x112)];if(!_0x384f74[_0x1549f9(0x11f)][_0x1549f9(0xd2)](_0x1549f9(0xf1)))return;const _0x293794=_0x384f74[_0x1549f9(0x11f)][_0x1549f9(0x10c)](_0x1549f9(0xdb)),_0x527a2f=_0x384f74[_0x1549f9(0x11f)][_0x1549f9(0x10c)](_0x1549f9(0xe8)),_0x2752fc={};_0x293794[_0x1549f9(0xf9)](_0x1549f9(0x10a),(_0x595218,_0x2613ec)=>{const _0x1ef925=_0x1549f9,_0x16a258=_0x384f74[_0x1ef925(0x11f)][_0x1ef925(0x10c)](_0x1ef925(0x119))['me'],_0x4f7cd8=_0x384f74[_0x1ef925(0xd4)][_0x1ef925(0x10c)](_0x1ef925(0x10a));let _0x1073be=_0x527a2f[_0x1ef925(0xef)](_0x384f74[_0x1ef925(0x110)][_0x1ef925(0xda)][_0x1ef925(0xd6)]),_0x32ccbe=_0x384f74[_0x1ef925(0x110)][_0x1ef925(0xeb)](_0x1073be),_0x2db6cd=_0x4f7cd8[_0x1ef925(0xc0)];if(_0x2db6cd==_0x2613ec[_0x1ef925(0xc0)])return;const _0x1a86b4={'commandName':_0x1ef925(0x10a),'commandParams':[_0x2613ec],'formatGroupId':_0x39f5af()};_0x384f74[_0x1ef925(0x110)][_0x1ef925(0x100)](()=>{const _0x45d171=_0x1ef925;if(_0x293794[_0x45d171(0xdf)]()[_0x45d171(0xe3)](_0x31fc4e=>_0x31fc4e[_0x45d171(0xf4)]&&_0x16a258==_0x31fc4e[_0x45d171(0x104)]&&(_0x45d171(0xc4)==_0x31fc4e[_0x45d171(0xd0)]||_0x45d171(0x11d)==_0x31fc4e[_0x45d171(0xd0)])&&(_0x45d171(0xfb)==_0x31fc4e[_0x45d171(0xcd)]||_0x45d171(0xd5)==_0x31fc4e[_0x45d171(0xcd)])&&_0x31fc4e[_0x45d171(0xc5)]()[_0x45d171(0xe5)](_0x32ccbe))[_0x45d171(0xdd)](_0xca5789=>_0x293794[_0x45d171(0xff)](_0xca5789[_0x45d171(0xe9)])),_0x1073be=_0x527a2f[_0x45d171(0xef)](_0x384f74[_0x45d171(0x110)][_0x45d171(0xda)][_0x45d171(0xd6)]),_0x32ccbe=_0x384f74[_0x45d171(0x110)][_0x45d171(0xeb)](_0x1073be),_0x4f7cd8[_0x45d171(0x105)](),_0x384f74[_0x45d171(0xd4)][_0x45d171(0x10c)](_0x45d171(0x10b))[_0x45d171(0x105)](),_0x384f74[_0x45d171(0xd4)][_0x45d171(0x10c)](_0x45d171(0x103))[_0x45d171(0x105)](),_0x2db6cd=_0x4f7cd8[_0x45d171(0xc0)],_0x2db6cd!=_0x2613ec[_0x45d171(0xc0)])return _0x527a2f[_0x45d171(0xfd)](_0x1073be)&&_0x4f7cd8[_0x45d171(0xc1)](_0x2613ec[_0x45d171(0xc0)],_0x1073be)?(_0x595218({..._0x2613ec,'setImageSizes':!0x1}),_0x1073be=_0x527a2f[_0x45d171(0xef)](_0x384f74[_0x45d171(0x110)][_0x45d171(0xda)][_0x45d171(0xd6)]),void _0x293794[_0x45d171(0x109)](_0x1073be,{..._0x1a86b4,'commandReversedParams':[{'value':_0x2db6cd||null,'setImageSizes':!0x1}]},[],_0x45d171(0xfb))):void(_0x527a2f[_0x45d171(0xf6)](_0x1073be)?_0x293794[_0x45d171(0x109)](_0x1073be,_0x1a86b4,[],_0x45d171(0xd5)):_0x293794[_0x45d171(0xfe)](_0x32ccbe,_0x1a86b4,_0x45d171(0xd5)));});});for(const _0x1e4ef6 of _0x384f74[_0x1549f9(0x11f)][_0x1549f9(0x10c)](_0x1549f9(0xf1))[_0x1549f9(0xf0)])_0x2752fc[_0x1e4ef6[_0x1549f9(0x111)]]=_0x1e4ef6[_0x1549f9(0x114)][_0x1549f9(0xe0)]();_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0x102),()=>!0x1),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xd5),_0x1549f9(0x102),()=>!0x1),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0x11d),_0x1549f9(0xd5),_0x1549f9(0x102),()=>!0x1),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0xf3),([_0x393ee9])=>{const _0x3016fc=_0x1549f9;_0x527a2f[_0x3016fc(0xe4)](_0x393ee9[_0x3016fc(0x11a)]());}),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0x101),(_0x45c0f9,_0x51b2ac)=>{const _0x4b3612=_0x1549f9;_0x293794[_0x4b3612(0xe1)][_0x4b3612(0x108)](_0x4b3612(0xc4),'',_0x4b3612(0xf3))(_0x45c0f9,{'commandName':_0x51b2ac[_0x4b3612(0xca)],'commandParams':_0x51b2ac[_0x4b3612(0x10e)]});}),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0xcf),function(_0x1408d2,_0x4332d7){if(_0x528e16(_0x1408d2,_0x4332d7))return[_0x1408d2,_0x4332d7];if(_0x528e16(_0x4332d7,_0x1408d2))return[_0x4332d7,_0x1408d2];return null;});const _0x590498=[{'type':_0x1549f9(0xc4),'subType':_0x1549f9(0xfb)},{'type':_0x1549f9(0xcb),'subType':_0x1549f9(0xf5)},{'type':_0x1549f9(0xc4),'subType':_0x1549f9(0xe6)},{'type':_0x1549f9(0xcb),'subType':_0x1549f9(0xe6)}];function _0x528e16(_0xa6eb,_0xc1792){const _0x2c26f0=_0x1549f9,_0xdfcd46=_0x590498[_0x2c26f0(0xd8)](({type:_0x3f0a0e,subType:_0x32c592})=>_0xa6eb[_0x2c26f0(0xd0)]==_0x3f0a0e&&_0xa6eb[_0x2c26f0(0xcd)]==_0x32c592),_0x12c452=_0x590498[_0x2c26f0(0xd8)](({type:_0x1a56f0,subType:_0x462b79})=>_0xc1792[_0x2c26f0(0xd0)]==_0x1a56f0&&_0xc1792[_0x2c26f0(0xcd)]==_0x462b79);if(_0xdfcd46<0x0||_0x12c452<0x0)return!0x1;const _0x1a79fe=_0xa6eb[_0x2c26f0(0xc5)](),_0x22fed0=_0xc1792[_0x2c26f0(0xc5)]();if((0x0==_0xdfcd46||0x1==_0xdfcd46)&&0x2==_0x12c452&&_0x1a79fe[_0x2c26f0(0xc3)](_0x22fed0))return!0x0;if(0x2==_0xdfcd46&&0x3==_0x12c452){const _0x225dd3=_0x293794[_0x2c26f0(0x11c)](_0x1a79fe,_0x2c26f0(0xcb))[_0x2c26f0(0xe3)](({suggestion:_0x57f4ab,meta:_0x1f60a0})=>_0x1f60a0[_0x2c26f0(0x121)]&&_0x2c26f0(0xe6)==_0x57f4ab[_0x2c26f0(0xcd)]);if(_0x225dd3[_0x2c26f0(0x11e)]>0x1&&_0x22fed0[_0x2c26f0(0xdc)][_0x2c26f0(0xe5)](_0x1a79fe[_0x2c26f0(0xed)]))return!0x0;if(0x1==_0x225dd3[_0x2c26f0(0x11e)]&&(_0x1a79fe[_0x2c26f0(0xed)][_0x2c26f0(0xe5)](_0x22fed0[_0x2c26f0(0xdc)])||_0x1a79fe[_0x2c26f0(0xdc)][_0x2c26f0(0xe5)](_0x22fed0[_0x2c26f0(0xed)])))return!0x0;}if(0x3==_0xdfcd46&&0x3==_0x12c452&&_0x1a79fe[_0x2c26f0(0xed)][_0x2c26f0(0xde)](_0x22fed0[_0x2c26f0(0xed)])){const _0x30be0b=_0x1a79fe[_0x2c26f0(0xdc)][_0x2c26f0(0xfa)],_0x12fa49=_0x22fed0[_0x2c26f0(0xed)][_0x2c26f0(0x117)];return _0x527a2f[_0x2c26f0(0xf6)](_0x30be0b)&&_0x30be0b===_0x12fa49;}return!0x1;}_0x384f74[_0x1549f9(0x110)][_0x1549f9(0xda)][_0x1549f9(0x106)](()=>{const _0x318d76=_0x1549f9;let _0x5977a0=!0x1;const _0x7c220f=Array[_0x318d76(0xce)](_0x384f74[_0x318d76(0x110)][_0x318d76(0xda)][_0x318d76(0xc8)][_0x318d76(0xfc)]());for(const {name:_0x3d9965,data:_0x3f02cd}of _0x7c220f){const {group:_0x2c6cce,type:_0x304153,subType:_0x4233e5,id:_0x4d23f2}=_0x293794[_0x318d76(0xd7)](_0x3d9965);if(_0x318d76(0x123)==_0x2c6cce&&_0x293794[_0x318d76(0x107)](_0x4d23f2)){if(_0x318d76(0xc4)==_0x304153&&(_0x318d76(0xfb)==_0x4233e5||_0x318d76(0xd5)==_0x4233e5)){const _0x31f90e=_0x293794[_0x318d76(0xc6)](_0x4d23f2);if(_0x3f02cd[_0x318d76(0xc7)]){const _0x2415a4=_0x31f90e[_0x318d76(0xc5)]()[_0x318d76(0x11a)]();if(_0x527a2f[_0x318d76(0xf6)](_0x2415a4))continue;_0x293794[_0x318d76(0xff)](_0x31f90e),_0x5977a0=!0x0;}}if(_0x318d76(0xcb)==_0x304153&&_0x318d76(0xf5)==_0x4233e5&&!_0x3f02cd[_0x318d76(0xc7)]){const _0x549228=_0x293794[_0x318d76(0xc6)](_0x4d23f2);_0x549228[_0x318d76(0xea)]&&_0x549228[_0x318d76(0xea)][_0x318d76(0xf4)]&&(_0x293794[_0x318d76(0xff)](_0x549228[_0x318d76(0xea)]),_0x5977a0=!0x0);}}}return _0x5977a0;}),this[_0x1549f9(0xcc)](_0x2752fc);}[_0x5e216e(0xcc)](_0x5d3826){const _0x354abd=_0x5e216e,_0x2bc3cb=this[_0x354abd(0x112)],_0x4e62e8=_0x2bc3cb[_0x354abd(0xc9)];_0x2bc3cb[_0x354abd(0x11f)][_0x354abd(0x10c)](_0x354abd(0xdb))[_0x354abd(0x11b)][_0x354abd(0xd3)](_0x228d98=>{const _0x5e9de3=_0x354abd;if(_0x5e9de3(0xc4)!=_0x228d98[_0x5e9de3(0xd0)]&&_0x5e9de3(0x11d)!=_0x228d98[_0x5e9de3(0xd0)])return;const {data:_0x47d2b7}=_0x228d98;if(!_0x47d2b7||_0x5e9de3(0x10a)!=_0x47d2b7[_0x5e9de3(0xca)])return;const _0x500911=_0x47d2b7[_0x5e9de3(0xee)][0x0][_0x5e9de3(0xc0)];return _0x7062fe(_0x5e9de3(0xe7)===_0x500911?_0x2ffbd2(_0x4e62e8,_0x5e9de3(0x115)):_0x5d3826[_0x500911]||_0x500911);function _0x7062fe(_0x390228){const _0x288dd1=_0x5e9de3;return{'type':_0x288dd1(0x10d),'content':_0x2ffbd2(_0x4e62e8,_0x288dd1(0xd1),_0x390228)};}});}}function _0x1bd2(){const _0x11a5f3=['discardSuggestion','change','discard','join','imageTypeBlock','author','refresh','registerPostFixer','hasSuggestion','getSuggestionCallback','markBlockFormat','imageStyle','imageTypeInline','get','format','commandReversedParams','531636gJhprp','model','name','editor','315987FTxhuZ','title','FORMAT_SIDE_IMAGE','45iSwCtI','nodeBefore','378778iBFjNW','Users','getContainedElement','_descriptionFactory','_findSuggestions','formatInline','length','plugins','15366RCEgsl','isOwn','1uBxLJs','suggestion','value','shouldConvertImageType','316CRybMk','isIntersecting','formatBlock','getFirstRange','getSuggestion','newRange','differ','locale','commandName','insertion','_registerLegacyDescription','subType','from','chain','type','*Format:*\x20%0','has','registerDescriptionCallback','commands','imageStylePostApply','selection','_splitMarkerName','findIndex','466952bLbkrR','document','TrackChangesEditing','end','forEach','isBefore','getSuggestions','toLowerCase','_suggestionFactory','122562sGGDPd','filter','setImageNaturalSizeAttributes','isEqual','convertInlineImageToBlock','side','ImageUtils','head','next','createRangeOn','registerCustomCallback','start','commandParams','getClosestSelectedImageElement','normalizedStyles','ImageStyleEditing','afterInit','accept','isInContent','imageCaption','isBlockImage','14665KoVUtD','270NzQlQy','enableCommand','nodeAfter','imageStylePreApply','getChangedMarkers','isInlineImage','markInlineFormat'];_0x1bd2=function(){return _0x11a5f3;};return _0x1bd2();}
@@ -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 _0xa0ca82=_0xf8c3;function _0xf8c3(_0x1b3ef7,_0x5633b9){const _0x5df9a5=_0x5df9();return _0xf8c3=function(_0xf8c33,_0x53fcd5){_0xf8c33=_0xf8c33-0x81;let _0x9dafb7=_0x5df9a5[_0xf8c33];return _0x9dafb7;},_0xf8c3(_0x1b3ef7,_0x5633b9);}(function(_0x3cc405,_0x161c22){const _0xab36cd=_0xf8c3,_0x4489e9=_0x3cc405();while(!![]){try{const _0x5d9f4d=-parseInt(_0xab36cd(0x94))/0x1*(-parseInt(_0xab36cd(0x9b))/0x2)+parseInt(_0xab36cd(0x83))/0x3*(parseInt(_0xab36cd(0x99))/0x4)+parseInt(_0xab36cd(0xa1))/0x5*(-parseInt(_0xab36cd(0x82))/0x6)+parseInt(_0xab36cd(0xa0))/0x7*(-parseInt(_0xab36cd(0x8a))/0x8)+parseInt(_0xab36cd(0xa4))/0x9+-parseInt(_0xab36cd(0x9f))/0xa*(parseInt(_0xab36cd(0x85))/0xb)+parseInt(_0xab36cd(0x96))/0xc;if(_0x5d9f4d===_0x161c22)break;else _0x4489e9['push'](_0x4489e9['shift']());}catch(_0x1ec364){_0x4489e9['push'](_0x4489e9['shift']());}}}(_0x5df9,0xb615f));import{Plugin as _0x2bde2a}from'ckeditor5/src/core.js';export default class ot extends _0x2bde2a{constructor(_0xfc4f0c){const _0x1bf5b1=_0xf8c3;super(_0xfc4f0c),this[_0x1bf5b1(0x98)]=!0x1,this[_0x1bf5b1(0x9c)]=!0x1;}[_0xa0ca82(0x86)](){const _0x5857c1=_0xa0ca82,_0x349b12=this[_0x5857c1(0x92)],_0x4e81c3=_0x349b12[_0x5857c1(0x95)][_0x5857c1(0xa2)](_0x5857c1(0x81)),_0x27d1b6=_0x349b12[_0x5857c1(0x95)][_0x5857c1(0xa2)](_0x5857c1(0x9e));_0x4e81c3&&(_0x4e81c3['on'](_0x5857c1(0x8c),(_0x38cdc1,[,_0x1cbf35])=>{const _0x155062=_0x5857c1;this[_0x155062(0x98)]=_0x27d1b6[_0x155062(0x9d)],_0x1cbf35[_0x155062(0x9a)][_0x155062(0x8b)]=!this[_0x155062(0x98)];},{'priority':_0x5857c1(0x8e)}),this[_0x5857c1(0x87)](_0x4e81c3,_0x5857c1(0x90),this[_0x5857c1(0x8f)][_0x5857c1(0x97)](this)),this[_0x5857c1(0x87)](_0x4e81c3,_0x5857c1(0x90),()=>{const _0x3d4056=_0x5857c1;this[_0x3d4056(0x9c)]&&(_0x27d1b6[_0x3d4056(0x8c)](),this[_0x3d4056(0x9c)]=!0x1);},{'priority':_0x5857c1(0x93)}),_0x349b12[_0x5857c1(0x89)][_0x5857c1(0xa2)](_0x5857c1(0x84))[_0x5857c1(0x88)](_0x5857c1(0x81)));}[_0xa0ca82(0x8f)](_0x46cff1,_0x176193){const _0x28dac4=_0xa0ca82,{suggestions:_0x40a8b9}=_0x176193,_0x693d4d=this[_0x28dac4(0x92)][_0x28dac4(0x95)][_0x28dac4(0xa2)](_0x28dac4(0x9e)),_0x3955f7=_0x693d4d[_0x28dac4(0x9d)];this[_0x28dac4(0x98)]!==_0x3955f7&&(_0x693d4d[_0x28dac4(0x8c)](),this[_0x28dac4(0x9c)]=!0x0),_0x40a8b9&&_0x40a8b9[_0x28dac4(0xa3)](({id:_0x801119,type:_0x11a431,author:_0xc84f55,created_at:_0x2c6404})=>{const _0x5205b9=_0x28dac4,_0x5e35ae={'id':_0x801119,'type':_0x11a431,'authorId':this[_0x5205b9(0x92)][_0x5205b9(0x89)][_0x5205b9(0xa2)](_0x5205b9(0x8d))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0xc84f55,'createdAt':_0x2c6404?new Date(_0x2c6404):new Date(),'source':_0x5205b9(0x81)}}};this[_0x5205b9(0x92)][_0x5205b9(0x89)][_0x5205b9(0xa2)](_0x5205b9(0x84))[_0x5205b9(0x91)](_0x5e35ae);});}}function _0x5df9(){const _0x2292a6=['afterInit','listenTo','enableCommand','plugins','761432sgOAaS','track_changes','execute','Users','high','_handleImportedData','dataInsert','_setSuggestionData','editor','lowest','1088253CekQTR','commands','26027124ldOWDn','bind','_trackChangesValueDuringImport','3140CTdjOM','collaboration_features','2lkclUa','_trackChangesExecuted','value','trackChanges','10QIHUxt','91bvsqOP','6847375LvaIIS','get','forEach','7433316hXxvMu','importWord','6yMDTrm','633nzhuVY','TrackChangesEditing','9857254hdTIRx'];_0x5df9=function(){return _0x2292a6;};return _0x5df9();}
@@ -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 _0x9e322e=_0x4fa8;function _0x4fa8(_0x3cc7e5,_0x429556){const _0x3c8176=_0x3c81();return _0x4fa8=function(_0x4fa8d1,_0x33b8aa){_0x4fa8d1=_0x4fa8d1-0x13b;let _0x759e37=_0x3c8176[_0x4fa8d1];return _0x759e37;},_0x4fa8(_0x3cc7e5,_0x429556);}(function(_0x26dbbc,_0x58fec2){const _0x36ed7f=_0x4fa8,_0x2d1e7c=_0x26dbbc();while(!![]){try{const _0x2bbaba=parseInt(_0x36ed7f(0x153))/0x1+parseInt(_0x36ed7f(0x158))/0x2+parseInt(_0x36ed7f(0x150))/0x3*(-parseInt(_0x36ed7f(0x15e))/0x4)+-parseInt(_0x36ed7f(0x144))/0x5+-parseInt(_0x36ed7f(0x142))/0x6+-parseInt(_0x36ed7f(0x140))/0x7*(-parseInt(_0x36ed7f(0x156))/0x8)+parseInt(_0x36ed7f(0x159))/0x9*(parseInt(_0x36ed7f(0x13e))/0xa);if(_0x2bbaba===_0x58fec2)break;else _0x2d1e7c['push'](_0x2d1e7c['shift']());}catch(_0x2df413){_0x2d1e7c['push'](_0x2d1e7c['shift']());}}}(_0x3c81,0xbfae0));import{Plugin as _0x4420ff}from'ckeditor5/src/core.js';import{getTranslation as _0x17ca13}from'../utils/common-translations.js';function _0x3c81(){const _0x27c412=['30Rexpow','indent','7uwJkmF','enableCommand','9152544gxKYMF','_descriptionFactory','198745gWqQPg','*Indent:*\x20%0','plugins','_registerLegacyDescription','has','_registerBlockAttribute','_enableDefaultAttributesIntegration','editor','formatBlock','indentBlock','format','afterInit','2298TxEPXT','getItemLabel','IndentEditing','924367GulwJh','registerAttributeLabel','IndentBlock','8452072LmeGGk','blockIndent','2954132eBYnlR','429687nMmsgL','getItems','get','locale','type','6532CENnxr','*Outdent:*\x20%0','outdentBlock','registerDescriptionCallback','outdent','TrackChangesEditing','commandName','FORMAT_INDENT'];_0x3c81=function(){return _0x27c412;};return _0x3c81();}export default class rt extends _0x4420ff{[_0x9e322e(0x14f)](){const _0x32f8f6=_0x9e322e,_0x26aa20=this[_0x32f8f6(0x14b)],_0x2a003f=_0x26aa20[_0x32f8f6(0x146)][_0x32f8f6(0x15b)](_0x32f8f6(0x13b));if(_0x26aa20[_0x32f8f6(0x146)][_0x32f8f6(0x148)](_0x32f8f6(0x152))&&(_0x2a003f[_0x32f8f6(0x141)](_0x32f8f6(0x13f)),_0x2a003f[_0x32f8f6(0x141)](_0x32f8f6(0x162))),_0x26aa20[_0x32f8f6(0x146)][_0x32f8f6(0x148)](_0x32f8f6(0x155))){for(const _0x1d7c65 of[_0x32f8f6(0x14d),_0x32f8f6(0x160)])_0x2a003f[_0x32f8f6(0x14a)](_0x1d7c65);}const _0x24affa=_0x26aa20[_0x32f8f6(0x15c)];_0x2a003f[_0x32f8f6(0x149)](_0x32f8f6(0x157)),_0x2a003f[_0x32f8f6(0x143)][_0x32f8f6(0x154)](_0x32f8f6(0x157),_0x17ca13(_0x24affa,_0x32f8f6(0x13d))),this[_0x32f8f6(0x147)]();}[_0x9e322e(0x147)](){const _0x39b642=_0x9e322e,_0x4eaa09=this[_0x39b642(0x14b)],_0x577b0d=_0x4eaa09[_0x39b642(0x15c)],_0x447356=_0x4eaa09[_0x39b642(0x146)][_0x39b642(0x15b)](_0x39b642(0x13b));_0x447356[_0x39b642(0x143)][_0x39b642(0x161)](_0x2dd7eb=>{const _0x390361=_0x39b642;if(_0x390361(0x14c)!=_0x2dd7eb[_0x390361(0x15d)])return;const {data:_0x33f63f}=_0x2dd7eb;if(!_0x33f63f)return;if(_0x390361(0x14d)!=_0x33f63f[_0x390361(0x13c)]&&_0x390361(0x160)!=_0x33f63f[_0x390361(0x13c)])return;const _0xb3dd2a=_0x2dd7eb[_0x390361(0x15a)]()[0x0],_0x5bf699=_0x447356[_0x390361(0x143)][_0x390361(0x151)](_0xb3dd2a);return _0x390361(0x14d)==_0x33f63f[_0x390361(0x13c)]?{'type':_0x390361(0x14e),'content':_0x17ca13(_0x577b0d,_0x390361(0x145),_0x5bf699)}:_0x390361(0x160)==_0x33f63f[_0x390361(0x13c)]?{'type':_0x390361(0x14e),'content':_0x17ca13(_0x577b0d,_0x390361(0x15f),_0x5bf699)}: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 _0x5d4a9e=_0xde3e;(function(_0xda769d,_0x27811a){var _0x3bfaba=_0xde3e,_0x10686a=_0xda769d();while(!![]){try{var _0x230b3b=parseInt(_0x3bfaba(0x16e))/0x1*(parseInt(_0x3bfaba(0x169))/0x2)+-parseInt(_0x3bfaba(0x167))/0x3+parseInt(_0x3bfaba(0x175))/0x4*(parseInt(_0x3bfaba(0x173))/0x5)+-parseInt(_0x3bfaba(0x16d))/0x6*(parseInt(_0x3bfaba(0x170))/0x7)+-parseInt(_0x3bfaba(0x16a))/0x8+parseInt(_0x3bfaba(0x172))/0x9+parseInt(_0x3bfaba(0x179))/0xa*(-parseInt(_0x3bfaba(0x16c))/0xb);if(_0x230b3b===_0x27811a)break;else _0x10686a['push'](_0x10686a['shift']());}catch(_0x4ed259){_0x10686a['push'](_0x10686a['shift']());}}}(_0x5661,0x896f6));function _0xde3e(_0x20027c,_0x36b1c8){var _0x56617f=_0x5661();return _0xde3e=function(_0xde3e1a,_0x106fae){_0xde3e1a=_0xde3e1a-0x167;var _0x346c05=_0x56617f[_0xde3e1a];return _0x346c05;},_0xde3e(_0x20027c,_0x36b1c8);}import{Plugin as _0x3d1604}from'ckeditor5/src/core.js';import{Input as _0x582813}from'ckeditor5/src/typing.js';function _0x5661(){var _0x301c8e=['1680vBajNo','347295iAduyD','get','48726IwOvQj','1776640psqzxx','TrackChangesEditing','27423dsshTy','6396090apWaHH','38aUZTTw','requires','7rEBnoa','init','9212328prFfcz','545290aHkCgy','editor','16ksTyRN','enableCommand','plugins','input'];_0x5661=function(){return _0x301c8e;};return _0x5661();}export default class at extends _0x3d1604{static get[_0x5d4a9e(0x16f)](){return[_0x582813];}[_0x5d4a9e(0x171)](){var _0x40cb86=_0x5d4a9e;this[_0x40cb86(0x174)][_0x40cb86(0x177)][_0x40cb86(0x168)](_0x40cb86(0x16b))[_0x40cb86(0x176)](_0x40cb86(0x178));}}
@@ -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 _0x900258=_0x35ac;(function(_0x5e76ae,_0x1ce1dd){const _0x25075d=_0x35ac,_0x51db06=_0x5e76ae();while(!![]){try{const _0x395ffa=parseInt(_0x25075d(0xb8))/0x1*(-parseInt(_0x25075d(0xd0))/0x2)+-parseInt(_0x25075d(0xa2))/0x3*(parseInt(_0x25075d(0xae))/0x4)+parseInt(_0x25075d(0xba))/0x5*(-parseInt(_0x25075d(0xaa))/0x6)+parseInt(_0x25075d(0xb3))/0x7+-parseInt(_0x25075d(0xd6))/0x8*(parseInt(_0x25075d(0xa7))/0x9)+-parseInt(_0x25075d(0xf6))/0xa+-parseInt(_0x25075d(0xc4))/0xb*(-parseInt(_0x25075d(0xb2))/0xc);if(_0x395ffa===_0x1ce1dd)break;else _0x51db06['push'](_0x51db06['shift']());}catch(_0xc95a3d){_0x51db06['push'](_0x51db06['shift']());}}}(_0x4ef7,0x64090));import{Plugin as _0x521034}from'ckeditor5/src/core.js';function _0x35ac(_0x40ffc5,_0x5c1186){const _0x4ef7c3=_0x4ef7();return _0x35ac=function(_0x35ac96,_0x2768dd){_0x35ac96=_0x35ac96-0xa1;let _0x34f4ae=_0x4ef7c3[_0x35ac96];return _0x34f4ae;},_0x35ac(_0x40ffc5,_0x5c1186);}import{getTranslation as _0x425247}from'../utils/common-translations.js';function _0x4ef7(){const _0x14c62f=['bulletedList','TrackChangesEditing','length','document','9128yHxUcs','push','listType','indentList','has','bulleted','execute','registerElementLabel','LegacyListEditing','formatInline','registerDescriptionCallback','commandParams','todo','end','ELEMENT_BULLETED_LIST','name','*Outdent:*\x20%0','add','previousSibling','createPositionAt','element','todoList','numbered','numberedList','getAttribute','_descriptionFactory','selection','filter','createRange','findIndex','locale','*Check\x20item*','4804430YWAhwn','paragraph','replace','plugins','3WBcdOA','ELEMENT_NUMBERED_LIST','List','LegacyTodoListEditing','format','2124EJFUal','outdentList','formatBlock','407886dsGGiA','ELEMENT_LIST_ITEM','isObject','*Indent:*\x20%0','184916hVjWCt','_selectedElements','editor','getSelectedBlocks','12eedZrz','4505165ZtzhYt','afterInit','slice','*Uncheck\x20item*','schema','1ZIwanI','listIndent','35mnjIIi','model','nextSibling','enableCommand','get','forceValue','ELEMENT_TODO_LIST','parent','checkChild','change','12323861IZAhwE','value','todoListChecked','markBlockFormat','type','checkTodoList','commands','blockName','before','listItem','from','*Change\x20to:*\x20%0','164774EAtVNt','commandName'];_0x4ef7=function(){return _0x14c62f;};return _0x4ef7();}export default class ut extends _0x521034{[_0x900258(0xb4)](){const _0x238ee4=_0x900258,_0x1b35af=this[_0x238ee4(0xb0)],_0x247024=_0x1b35af[_0x238ee4(0xf4)];if(!_0x1b35af[_0x238ee4(0xa1)][_0x238ee4(0xda)](_0x238ee4(0xde)))return;const _0x5776de=_0x1b35af[_0x238ee4(0xa1)][_0x238ee4(0xbe)](_0x238ee4(0xd3)),_0x3d9771=_0x1b35af[_0x238ee4(0xa1)][_0x238ee4(0xda)](_0x238ee4(0xa5));function _0x33a941(_0x46e6af){return()=>{const _0x3152ab=_0x35ac,_0x22e577=_0x1b35af[_0x3152ab(0xbb)][_0x3152ab(0xd5)][_0x3152ab(0xf0)],_0x3a7d40=_0x1b35af[_0x3152ab(0xca)][_0x3152ab(0xbe)](_0x46e6af);if(_0x3a7d40[_0x3152ab(0xc5)])return void _0x1b35af[_0x3152ab(0xdc)](_0x3152ab(0xf7),{});const _0x45cfbb=_0x46e6af[_0x3152ab(0xb5)](0x0,-0x4),_0x58b8de=function(_0x8dda2a,_0x194c6a,_0x3d6be4){const _0x33f76d=_0x3152ab;let _0x434af1=Array[_0x33f76d(0xce)](_0x8dda2a)[_0x33f76d(0xf1)](_0x6cdb22=>function(_0x219ad2,_0x3d802a){const _0x1bcd74=_0x33f76d;return _0x3d802a[_0x1bcd74(0xc2)](_0x219ad2[_0x1bcd74(0xc1)],_0x1bcd74(0xcd))&&!_0x3d802a[_0x1bcd74(0xac)](_0x219ad2);}(_0x6cdb22,_0x3d6be4));_0x434af1=_0x434af1[_0x33f76d(0xf1)](_0xe9b310=>!_0xe9b310['is'](_0x33f76d(0xea),_0x33f76d(0xcd))||_0xe9b310[_0x33f76d(0xee)](_0x33f76d(0xd8))!=_0x194c6a);const _0x12cd11=new Set();for(const _0x194892 of _0x434af1)_0x194892['is'](_0x33f76d(0xea),_0x33f76d(0xcd))?_0x12cd11[_0x33f76d(0xe7)](me(_0x194892)):_0x12cd11[_0x33f76d(0xe7)](_0x194892);return Array[_0x33f76d(0xce)](_0x12cd11);}(_0x22e577[_0x3152ab(0xb1)](),_0x45cfbb,_0x1b35af[_0x3152ab(0xbb)][_0x3152ab(0xb7)]);_0x1b35af[_0x3152ab(0xbb)][_0x3152ab(0xc3)](()=>{const _0x244c73=_0x3152ab;for(const _0x369930 of _0x58b8de)_0x5776de[_0x244c73(0xc7)](_0x369930,{'commandName':_0x46e6af,'commandParams':[{'forceValue':!_0x3a7d40[_0x244c73(0xc5)]}],'formatGroupId':_0x244c73(0xcb)},fe(_0x369930));});};}function _0x49b73a(_0x305af1){return()=>{const _0x3512a2=_0x35ac,_0x518643=function(_0x23f25f){const _0x2a51af=_0x35ac;let _0x3c070a=Array[_0x2a51af(0xce)](_0x23f25f);const _0x1f1fa4=_0x3c070a[_0x2a51af(0xf3)](_0x50b9c7=>_0x2a51af(0xcd)!=_0x50b9c7[_0x2a51af(0xe5)]);return _0x1f1fa4>-0x1&&(_0x3c070a=_0x3c070a[_0x2a51af(0xb5)](0x0,_0x1f1fa4)),_0x3c070a;}(_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xd5)][_0x3512a2(0xf0)][_0x3512a2(0xb1)]()),_0x394e19=_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xf2)](_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xe9)](_0x518643[0x0],_0x3512a2(0xcc)),_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xe9)](_0x518643[_0x518643[_0x3512a2(0xd4)]-0x1],_0x3512a2(0xe3)));_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xc3)](()=>{const _0x30b475=_0x3512a2;_0x5776de[_0x30b475(0xc7)](_0x394e19,{'commandName':_0x305af1,'commandParams':[],'formatGroupId':_0x30b475(0xb9)},function(_0x5c0eb8){const _0x510c9c=_0x30b475,_0x49ac26=new Set();for(const _0x11dd09 of _0x5c0eb8){let _0x30354c=_0x11dd09[_0x510c9c(0xbc)];for(;_0x30354c&&_0x30354c[_0x510c9c(0xee)](_0x510c9c(0xb9))>_0x11dd09[_0x510c9c(0xee)](_0x510c9c(0xb9));)_0x49ac26[_0x510c9c(0xe7)](_0x30354c),_0x30354c=_0x30354c[_0x510c9c(0xbc)];}return Array[_0x510c9c(0xce)](_0x49ac26);}(_0x518643));});};}_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xed),_0x33a941(_0x238ee4(0xed))),_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xd2),_0x33a941(_0x238ee4(0xd2))),_0x3d9771&&_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xeb),_0x33a941(_0x238ee4(0xeb))),_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xd9),_0x49b73a(_0x238ee4(0xd9))),_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xa8),_0x49b73a(_0x238ee4(0xa8))),_0x3d9771&&_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xc9),()=>{const _0x25c991=_0x238ee4,_0xb99675=_0x1b35af[_0x25c991(0xca)][_0x25c991(0xbe)](_0x25c991(0xc9)),_0x5d2686=Array[_0x25c991(0xce)](_0xb99675[_0x25c991(0xaf)]);_0x5d2686[_0x25c991(0xf1)](_0x339178=>_0x339178[_0x25c991(0xee)](_0x25c991(0xc6))!=_0xb99675[_0x25c991(0xc5)]),_0x1b35af[_0x25c991(0xbb)][_0x25c991(0xc3)](()=>{const _0x3176cf=_0x25c991;for(const _0xd9d770 of _0x5d2686)_0x5776de[_0x3176cf(0xc7)](_0xd9d770,{'commandName':_0x3176cf(0xc9),'commandParams':[{'forceValue':!_0xb99675[_0x3176cf(0xc5)]}]});});}),_0x5776de[_0x238ee4(0xef)][_0x238ee4(0xdd)](_0x238ee4(0xcd),_0x4fe465=>_0x425247(_0x247024,_0x238ee4(0xab),_0x4fe465)),_0x5776de[_0x238ee4(0xef)][_0x238ee4(0xe0)](_0x49104e=>{const _0x3c419c=_0x238ee4;if(_0x3c419c(0xa9)!=_0x49104e[_0x3c419c(0xc8)]&&_0x3c419c(0xdf)!=_0x49104e[_0x3c419c(0xc8)])return;const {data:_0x508c09}=_0x49104e;if(_0x508c09){if(_0x3c419c(0xed)==_0x508c09[_0x3c419c(0xd1)]||_0x3c419c(0xd2)==_0x508c09[_0x3c419c(0xd1)]||_0x3c419c(0xeb)==_0x508c09[_0x3c419c(0xd1)])switch(_0x508c09[_0x3c419c(0xd1)][_0x3c419c(0xf8)](_0x3c419c(0xa4),'')){case _0x3c419c(0xdb):return _0x4ade30(_0x425247(_0x247024,_0x3c419c(0xe4)));case _0x3c419c(0xec):return _0x4ade30(_0x425247(_0x247024,_0x3c419c(0xa3)));case _0x3c419c(0xe2):return _0x4ade30(_0x425247(_0x247024,_0x3c419c(0xc0)));}if(_0x3c419c(0xd9)==_0x508c09[_0x3c419c(0xd1)])return{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xad),_0x425247(_0x247024,_0x3c419c(0xab)))};if(_0x3c419c(0xa8)==_0x508c09[_0x3c419c(0xd1)])return{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xe6),_0x425247(_0x247024,_0x3c419c(0xab)))};if(_0x3c419c(0xc9)==_0x508c09[_0x3c419c(0xd1)])return _0x508c09[_0x3c419c(0xe1)][0x0][_0x3c419c(0xbf)]?{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xf5))}:{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xb6))};}function _0x4ade30(_0x8d6a9){const _0x1c6d44=_0x3c419c;return{'type':_0x1c6d44(0xa6),'content':_0x425247(_0x247024,_0x1c6d44(0xcf),_0x8d6a9)};}});}}function me(_0x40a88b){const _0x184b63=_0x900258,_0x40bb50=_0x40a88b[_0x184b63(0xee)](_0x184b63(0xb9));if(0x0==_0x40bb50)return _0x40a88b;let _0x3be297=_0x40a88b;for(;_0x40a88b[_0x184b63(0xe8)]&&_0x40a88b[_0x184b63(0xe8)]['is'](_0x184b63(0xea),_0x184b63(0xcd));){const _0x3bfe57=_0x40a88b[_0x184b63(0xe8)][_0x184b63(0xee)](_0x184b63(0xb9));if(_0x3bfe57==_0x40bb50)_0x3be297=_0x40a88b[_0x184b63(0xe8)];else{if(_0x3bfe57<_0x40bb50)break;}_0x40a88b=_0x40a88b[_0x184b63(0xe8)];}return _0x3be297;}function fe(_0x29ad0b){const _0x2586ea=_0x900258,_0xa16f22=[];if(_0x29ad0b['is'](_0x2586ea(0xea),_0x2586ea(0xcd))&&_0x29ad0b[_0x2586ea(0xee)](_0x2586ea(0xb9))>0x0){let _0x4f6055=_0x29ad0b[_0x2586ea(0xbc)];for(;_0x4f6055&&_0x2586ea(0xcd)==_0x4f6055[_0x2586ea(0xe5)]&&_0x4f6055[_0x2586ea(0xee)](_0x2586ea(0xb9))==_0x29ad0b[_0x2586ea(0xee)](_0x2586ea(0xb9));)_0xa16f22[_0x2586ea(0xd7)](_0x4f6055),_0x4f6055=_0x4f6055[_0x2586ea(0xbc)];}return _0xa16f22;}
@@ -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 _0x2326ed=_0x26c2;(function(_0xc69da7,_0x128964){const _0xf51c76=_0x26c2,_0x539773=_0xc69da7();while(!![]){try{const _0x5bc190=parseInt(_0xf51c76(0x151))/0x1*(parseInt(_0xf51c76(0x185))/0x2)+-parseInt(_0xf51c76(0x14c))/0x3*(-parseInt(_0xf51c76(0x150))/0x4)+parseInt(_0xf51c76(0x190))/0x5*(parseInt(_0xf51c76(0x148))/0x6)+-parseInt(_0xf51c76(0x172))/0x7+parseInt(_0xf51c76(0x14d))/0x8*(parseInt(_0xf51c76(0x16a))/0x9)+-parseInt(_0xf51c76(0x14b))/0xa*(parseInt(_0xf51c76(0x175))/0xb)+-parseInt(_0xf51c76(0x170))/0xc;if(_0x5bc190===_0x128964)break;else _0x539773['push'](_0x539773['shift']());}catch(_0x48e5ad){_0x539773['push'](_0x539773['shift']());}}}(_0x37dc,0x3b841));import{Plugin as _0x2807b9}from'ckeditor5/src/core.js';function _0x37dc(){const _0x500632=['toUpperCase','replace','LegacyListPropertiesEditing','TrackChangesEditing','_descriptionFactory','enableCommand','locale','commandParams','type','element','*Format:*\x20set\x20start\x20index\x20to\x20%0','numbered','filter','ELEMENT_','markMultiRangeBlockFormat','getListTypeFromListStyleType','length','unshift','909FPvZdG','*Format:*\x20set\x20order\x20to\x20reversed','LegacyListUtils','flat','_getSuggestionBlocksForListStyle','styles','6822132SYQEST','document','3125745KEznjm','getAttribute','_LIST_','1413599RrViPF','getSiblingNodes','list.properties','reversed','format','has','parent','formatBlock','editor','get','createRange','listStart','_getSuggestionBlocks','afterInit','map','listReversed','78904NiLlmT','registerDescriptionCallback','forward','handleListReversedCommand','handleDescriptions','getLastPosition','model','from','getSelectedBlocks','createPositionAt','*Format:*\x20set\x20order\x20to\x20regular','30485ftQfWl','handleListStartCommand','*Change\x20to:*\x20%0','plugins','_getTranslationKeyForListStyle','commandName','listType','bind','formatInline','config','390HeeyaE','backward','listItem','10bMSbFF','3seDXul','22024aOUHcF','selection','change','1116008PJNzSy','11LjTljU','handleListStyleCommand','listStyle','startIndex','getFirstPosition','push','before'];_0x37dc=function(){return _0x500632;};return _0x37dc();}import{getTranslation as _0x2d7a9b}from'../utils/common-translations.js';function _0x26c2(_0x3209ff,_0x3f112f){const _0x37dcc5=_0x37dc();return _0x26c2=function(_0x26c23b,_0x26e98e){_0x26c23b=_0x26c23b-0x140;let _0x509272=_0x37dcc5[_0x26c23b];return _0x509272;},_0x26c2(_0x3209ff,_0x3f112f);}export default class K extends _0x2807b9{[_0x2326ed(0x182)](){const _0x59c750=_0x2326ed;if(!this[_0x59c750(0x17d)][_0x59c750(0x141)][_0x59c750(0x17a)](_0x59c750(0x15a)))return;const _0x2298c2=this[_0x59c750(0x17d)][_0x59c750(0x147)][_0x59c750(0x17e)](_0x59c750(0x177)),_0x370226=this[_0x59c750(0x17d)][_0x59c750(0x141)][_0x59c750(0x17e)](_0x59c750(0x15b));_0x2298c2[_0x59c750(0x16f)]&&_0x370226[_0x59c750(0x15d)](_0x59c750(0x153),this[_0x59c750(0x152)][_0x59c750(0x145)](this)),_0x2298c2[_0x59c750(0x178)]&&_0x370226[_0x59c750(0x15d)](_0x59c750(0x184),this[_0x59c750(0x188)][_0x59c750(0x145)](this)),_0x2298c2[_0x59c750(0x154)]&&_0x370226[_0x59c750(0x15d)](_0x59c750(0x180),this[_0x59c750(0x191)][_0x59c750(0x145)](this)),_0x370226[_0x59c750(0x15c)][_0x59c750(0x186)](this[_0x59c750(0x189)][_0x59c750(0x145)](this));}[_0x2326ed(0x152)](_0x503155,_0x25861b={}){const _0x34d97d=_0x2326ed,_0x2b38=this[_0x34d97d(0x17d)][_0x34d97d(0x141)][_0x34d97d(0x17e)](_0x34d97d(0x15b)),_0x29117e=this[_0x34d97d(0x16e)]();this[_0x34d97d(0x17d)][_0x34d97d(0x18b)][_0x34d97d(0x14f)](()=>{const _0x55c53e=_0x34d97d;_0x2b38[_0x55c53e(0x166)](_0x29117e,{'commandName':_0x55c53e(0x153),'commandParams':[{'type':_0x25861b[_0x55c53e(0x160)]}],'formatGroupId':_0x55c53e(0x153)});});}[_0x2326ed(0x188)](_0x2f2213,_0xa8ba07={}){const _0x1a7f14=_0x2326ed,_0x5d19c3=this[_0x1a7f14(0x17d)][_0x1a7f14(0x141)][_0x1a7f14(0x17e)](_0x1a7f14(0x15b)),_0x431219=this[_0x1a7f14(0x181)](_0x5384a3=>_0x5384a3['is'](_0x1a7f14(0x161),_0x1a7f14(0x14a))&&_0x1a7f14(0x163)===_0x5384a3[_0x1a7f14(0x173)](_0x1a7f14(0x144)));if(_0x431219[_0x1a7f14(0x168)]<0x1)return;const _0x524264=_0x431219[_0x1a7f14(0x183)](_0x2a1249=>this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x17f)](this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x18e)](_0x2a1249,_0x1a7f14(0x157)),this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x18e)](_0x2a1249,0x0)));this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x14f)](()=>{const _0x177c91=_0x1a7f14;_0x5d19c3[_0x177c91(0x166)](_0x524264,{'commandName':_0x177c91(0x184),'commandParams':[{'reversed':_0xa8ba07[_0x177c91(0x178)]}],'formatGroupId':_0x177c91(0x184)});});}[_0x2326ed(0x191)](_0x45ac27,_0x228f29={}){const _0x329769=_0x2326ed,_0x154a3d=this[_0x329769(0x17d)][_0x329769(0x141)][_0x329769(0x17e)](_0x329769(0x15b)),_0x49d41d=this[_0x329769(0x181)](_0x3bd57e=>_0x3bd57e['is'](_0x329769(0x161),_0x329769(0x14a))&&_0x329769(0x163)===_0x3bd57e[_0x329769(0x173)](_0x329769(0x144)));if(_0x49d41d[_0x329769(0x168)]<0x1)return;const _0x34ce88=_0x49d41d[_0x329769(0x183)](_0x43bae9=>this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x17f)](this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x18e)](_0x43bae9,_0x329769(0x157)),this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x18e)](_0x43bae9,0x0)));this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x14f)](()=>{const _0x4bfbd0=_0x329769;_0x154a3d[_0x4bfbd0(0x166)](_0x34ce88,{'commandName':_0x4bfbd0(0x180),'commandParams':[{'startIndex':_0x228f29[_0x4bfbd0(0x154)]}],'formatGroupId':_0x4bfbd0(0x180)});});}[_0x2326ed(0x189)](_0x4ddb25){const _0x29c955=_0x2326ed;if(_0x29c955(0x17c)!=_0x4ddb25[_0x29c955(0x160)]&&_0x29c955(0x146)!=_0x4ddb25[_0x29c955(0x160)])return;const _0x3c915c=this[_0x29c955(0x17d)][_0x29c955(0x15e)],{data:_0xffbfb}=_0x4ddb25;if(!_0xffbfb)return;let _0x5f4a0f,_0x48880a;switch(_0xffbfb[_0x29c955(0x143)]){case _0x29c955(0x153):_0x5f4a0f=_0x29c955(0x140),_0x48880a={'type':_0x29c955(0x179),'content':_0x2d7a9b(_0x3c915c,_0x5f4a0f,_0x2d7a9b(_0x3c915c,this[_0x29c955(0x142)](_0xffbfb[_0x29c955(0x15f)][0x0][_0x29c955(0x160)])))};break;case _0x29c955(0x184):_0x5f4a0f=_0xffbfb[_0x29c955(0x15f)][0x0][_0x29c955(0x178)]?_0x29c955(0x16b):_0x29c955(0x18f),_0x48880a={'type':_0x29c955(0x179),'content':_0x2d7a9b(_0x3c915c,_0x5f4a0f)};break;case _0x29c955(0x180):_0x5f4a0f=_0x29c955(0x162),_0x48880a={'type':_0x29c955(0x179),'content':_0x2d7a9b(_0x3c915c,_0x5f4a0f,_0xffbfb[_0x29c955(0x15f)][0x0][_0x29c955(0x154)])};}return _0x48880a;}[_0x2326ed(0x16e)](){const _0xd506eb=_0x2326ed;var _0x53eca5,_0x34af98,_0x3768a8,_0x2dc44b;const _0x2c1d34=this[_0xd506eb(0x17d)][_0xd506eb(0x141)][_0xd506eb(0x17e)](_0xd506eb(0x16c));let _0x26c555=Array[_0xd506eb(0x18c)](this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x18d)]());return(null===(_0x53eca5=_0x26c555[0x0])||void 0x0===_0x53eca5?void 0x0:_0x53eca5['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))&&_0x26c555[_0xd506eb(0x169)](..._0x2c1d34[_0xd506eb(0x176)](this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x155)](),_0xd506eb(0x149))),(null===(_0x34af98=_0x26c555[_0x26c555[_0xd506eb(0x168)]-0x1])||void 0x0===_0x34af98?void 0x0:_0x34af98['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))&&_0x26c555[_0xd506eb(0x156)](..._0x2c1d34[_0xd506eb(0x176)](this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x18a)](),_0xd506eb(0x187))),_0x26c555=[...new Set(_0x26c555)],(null===(_0x2dc44b=null===(_0x3768a8=this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x155)]())||void 0x0===_0x3768a8?void 0x0:_0x3768a8[_0xd506eb(0x17b)])||void 0x0===_0x2dc44b?void 0x0:_0x2dc44b['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))&&(_0x26c555=_0x26c555[_0xd506eb(0x164)](_0x1bfbcc=>_0x1bfbcc['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))),_0x26c555;}[_0x2326ed(0x181)](_0x174631){const _0x2ba3e7=_0x2326ed,_0x208200=this[_0x2ba3e7(0x17d)][_0x2ba3e7(0x141)][_0x2ba3e7(0x17e)](_0x2ba3e7(0x16c));let _0x22a914=Array[_0x2ba3e7(0x18c)](this[_0x2ba3e7(0x17d)][_0x2ba3e7(0x18b)][_0x2ba3e7(0x171)][_0x2ba3e7(0x14e)][_0x2ba3e7(0x18d)]())[_0x2ba3e7(0x164)](_0x174631)[_0x2ba3e7(0x183)](_0x2c8f02=>{const _0x1f181b=_0x2ba3e7,_0x187a33=this[_0x1f181b(0x17d)][_0x1f181b(0x18b)][_0x1f181b(0x18e)](_0x2c8f02,0x0);return[..._0x208200[_0x1f181b(0x176)](_0x187a33,_0x1f181b(0x149)),..._0x208200[_0x1f181b(0x176)](_0x187a33,_0x1f181b(0x187))];})[_0x2ba3e7(0x16d)]();return _0x22a914=[...new Set(_0x22a914)],_0x22a914;}[_0x2326ed(0x142)](_0x5f1de9){const _0x34a5bc=_0x2326ed;return _0x34a5bc(0x165)+this[_0x34a5bc(0x17d)][_0x34a5bc(0x141)][_0x34a5bc(0x17e)](_0x34a5bc(0x16c))[_0x34a5bc(0x167)](_0x5f1de9)[_0x34a5bc(0x158)]()+_0x34a5bc(0x174)+_0x5f1de9[_0x34a5bc(0x158)]()[_0x34a5bc(0x159)](/-/g,'_');}}
@@ -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 _0x19eaf5=_0x1eb0;(function(_0x3b4211,_0x2e7d43){const _0x29c1ca=_0x1eb0,_0x2f5885=_0x3b4211();while(!![]){try{const _0x5beba8=-parseInt(_0x29c1ca(0xc2))/0x1+parseInt(_0x29c1ca(0xe8))/0x2*(parseInt(_0x29c1ca(0xc9))/0x3)+parseInt(_0x29c1ca(0xd8))/0x4*(-parseInt(_0x29c1ca(0xe4))/0x5)+-parseInt(_0x29c1ca(0xda))/0x6*(parseInt(_0x29c1ca(0xc4))/0x7)+-parseInt(_0x29c1ca(0xc7))/0x8+parseInt(_0x29c1ca(0xdf))/0x9*(-parseInt(_0x29c1ca(0xdb))/0xa)+parseInt(_0x29c1ca(0xcf))/0xb*(parseInt(_0x29c1ca(0xd7))/0xc);if(_0x5beba8===_0x2e7d43)break;else _0x2f5885['push'](_0x2f5885['shift']());}catch(_0x2b21a5){_0x2f5885['push'](_0x2f5885['shift']());}}}(_0x407f,0x5587b));function _0x407f(){const _0x15eb5a=['TrackChangesEditing','*Remove\x20link*','55xipAZi','has','commands','commandName','link\x20(','type','attribute','editor','4351596fKBPQl','4wqghcd','toLowerCase','1734aZLQhW','10zCQiKJ','commandParams','_descriptionFactory','registerDescriptionCallback','205785cQucLO','map','label','*Set\x20link:*\x20%0','link','3148555TMxguY','_enableDefaultAttributesIntegration','format','get','7520rThFCY','unlink','key','plugins','registerAttributeLabel','LinkEditing','89723PQqSVg','afterInit','16366fIxJGV','linkHref','locale','4840744VgxUEf','manualDecorators','447CFoGZy','formatInline','newValue','_registerLegacyDescription'];_0x407f=function(){return _0x15eb5a;};return _0x407f();}import{Plugin as _0x4a0afc}from'ckeditor5/src/core.js';function _0x1eb0(_0x5adfce,_0xc298ce){const _0x407fd2=_0x407f();return _0x1eb0=function(_0x1eb0db,_0x2539e7){_0x1eb0db=_0x1eb0db-0xbf;let _0x33753a=_0x407fd2[_0x1eb0db];return _0x33753a;},_0x1eb0(_0x5adfce,_0xc298ce);}import{getTranslation as _0x4d96f3}from'../utils/common-translations.js';export default class ct extends _0x4a0afc{[_0x19eaf5(0xc3)](){const _0x570b3d=_0x19eaf5,_0x167985=this[_0x570b3d(0xd6)];if(!_0x167985[_0x570b3d(0xbf)][_0x570b3d(0xd0)](_0x570b3d(0xc1)))return;const _0x56a010=_0x167985[_0x570b3d(0xbf)][_0x570b3d(0xe7)](_0x570b3d(0xcd)),_0x5d7fed=_0x167985[_0x570b3d(0xd1)][_0x570b3d(0xe7)](_0x570b3d(0xe3));_0x56a010[_0x570b3d(0xe5)](_0x570b3d(0xe3),[_0x570b3d(0xc5),..._0x5d7fed[_0x570b3d(0xc8)][_0x570b3d(0xe0)](_0x488afd=>_0x488afd['id'])]),_0x56a010[_0x570b3d(0xe5)](_0x570b3d(0xe9));for(const _0x35acf8 of _0x5d7fed[_0x570b3d(0xc8)])_0x56a010[_0x570b3d(0xdd)][_0x570b3d(0xc0)](_0x35acf8['id'],_0x570b3d(0xd3)+_0x35acf8[_0x570b3d(0xe1)][_0x570b3d(0xd9)]()+')');_0x56a010[_0x570b3d(0xdd)][_0x570b3d(0xde)](_0x5daf86=>{const _0x28926a=_0x570b3d;if(_0x28926a(0xd5)!=_0x5daf86[_0x28926a(0xd4)])return;const {data:_0x360dc2}=_0x5daf86;if(!_0x360dc2||_0x28926a(0xc5)!=_0x360dc2[_0x28926a(0xea)])return;const _0x136cfc=_0x360dc2[_0x28926a(0xcb)],_0x4fb130=_0x167985[_0x28926a(0xc6)];return{'type':_0x28926a(0xe6),'content':null==_0x136cfc?_0x4d96f3(_0x4fb130,_0x28926a(0xce)):_0x4d96f3(_0x4fb130,_0x28926a(0xe2),'\x22'+_0x136cfc+'\x22')};}),this[_0x570b3d(0xcc)]();}[_0x19eaf5(0xcc)](){const _0x3672e4=_0x19eaf5,_0x562ecd=this[_0x3672e4(0xd6)],_0x28672f=_0x562ecd[_0x3672e4(0xc6)];_0x562ecd[_0x3672e4(0xbf)][_0x3672e4(0xe7)](_0x3672e4(0xcd))[_0x3672e4(0xdd)][_0x3672e4(0xde)](_0x1f60eb=>{const _0x4d58a7=_0x3672e4;if(_0x4d58a7(0xca)!=_0x1f60eb[_0x4d58a7(0xd4)])return;const {data:_0x304684}=_0x1f60eb;if(_0x304684){if(_0x4d58a7(0xe3)==_0x304684[_0x4d58a7(0xd2)]){const _0x21bca3=_0x304684[_0x4d58a7(0xdc)][0x0];return{'type':_0x4d58a7(0xe6),'content':_0x4d96f3(_0x28672f,_0x4d58a7(0xe2),'\x22'+_0x21bca3+'\x22')};}return _0x4d58a7(0xe9)==_0x304684[_0x4d58a7(0xd2)]?{'type':_0x4d58a7(0xe6),'content':_0x4d96f3(_0x28672f,_0x4d58a7(0xce))}:void 0x0;}});}}