@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240411.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +1 -1
  41. package/lang/translations/bg.po +1 -1
  42. package/lang/translations/bn.po +1 -1
  43. package/lang/translations/ca.po +1 -1
  44. package/lang/translations/cs.po +1 -1
  45. package/lang/translations/da.po +1 -1
  46. package/lang/translations/de.po +1 -1
  47. package/lang/translations/el.po +1 -1
  48. package/lang/translations/es.po +1 -1
  49. package/lang/translations/et.po +1 -1
  50. package/lang/translations/fi.po +1 -1
  51. package/lang/translations/fr.po +1 -1
  52. package/lang/translations/he.po +1 -1
  53. package/lang/translations/hi.po +1 -1
  54. package/lang/translations/hu.po +1 -1
  55. package/lang/translations/id.po +1 -1
  56. package/lang/translations/it.po +1 -1
  57. package/lang/translations/ja.po +1 -1
  58. package/lang/translations/ko.po +1 -1
  59. package/lang/translations/lt.po +1 -1
  60. package/lang/translations/lv.po +1 -1
  61. package/lang/translations/ms.po +1 -1
  62. package/lang/translations/nl.po +1 -1
  63. package/lang/translations/no.po +1 -1
  64. package/lang/translations/pl.po +1 -1
  65. package/lang/translations/pt-br.po +1 -1
  66. package/lang/translations/pt.po +1 -1
  67. package/lang/translations/ro.po +1 -1
  68. package/lang/translations/ru.po +1 -1
  69. package/lang/translations/sk.po +1 -1
  70. package/lang/translations/sr.po +1 -1
  71. package/lang/translations/sv.po +1 -1
  72. package/lang/translations/th.po +1 -1
  73. package/lang/translations/tr.po +2 -2
  74. package/lang/translations/uk.po +1 -1
  75. package/lang/translations/vi.po +1 -1
  76. package/lang/translations/zh-cn.po +1 -1
  77. package/lang/translations/zh.po +1 -1
  78. package/package.json +3 -3
  79. package/src/commands/acceptsuggestioncommand.js +1 -1
  80. package/src/commands/discardsuggestioncommand.js +1 -1
  81. package/src/commands/executeonallsuggestionscommand.js +1 -1
  82. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  83. package/src/commands/trackchangescommand.js +1 -1
  84. package/src/index.js +1 -1
  85. package/src/integrations/aiassistant.js +1 -1
  86. package/src/integrations/alignment.js +1 -1
  87. package/src/integrations/basicstyles.js +1 -1
  88. package/src/integrations/blockquote.js +1 -1
  89. package/src/integrations/casechange.js +1 -1
  90. package/src/integrations/ckbox.js +1 -1
  91. package/src/integrations/codeblock.js +1 -1
  92. package/src/integrations/comments.js +1 -1
  93. package/src/integrations/deletecommand.js +1 -1
  94. package/src/integrations/entercommand.js +1 -1
  95. package/src/integrations/findandreplace.js +1 -1
  96. package/src/integrations/font.js +1 -1
  97. package/src/integrations/formatpainter.js +1 -1
  98. package/src/integrations/heading.js +1 -1
  99. package/src/integrations/highlight.js +1 -1
  100. package/src/integrations/horizontalline.js +1 -1
  101. package/src/integrations/htmlembed.js +1 -1
  102. package/src/integrations/image.js +1 -1
  103. package/src/integrations/imagereplace.js +1 -1
  104. package/src/integrations/imagestyle.js +1 -1
  105. package/src/integrations/importword.js +1 -1
  106. package/src/integrations/indent.js +1 -1
  107. package/src/integrations/inputcommand.js +1 -1
  108. package/src/integrations/legacylist.js +1 -1
  109. package/src/integrations/legacylistproperties.js +1 -1
  110. package/src/integrations/link.js +1 -1
  111. package/src/integrations/list.js +1 -1
  112. package/src/integrations/listproperties.js +1 -1
  113. package/src/integrations/mediaembed.js +1 -1
  114. package/src/integrations/mention.js +1 -1
  115. package/src/integrations/multilevellist.js +1 -1
  116. package/src/integrations/pagebreak.js +1 -1
  117. package/src/integrations/paragraph.js +1 -1
  118. package/src/integrations/removeformat.js +1 -1
  119. package/src/integrations/restrictededitingmode.js +1 -1
  120. package/src/integrations/shiftentercommand.js +1 -1
  121. package/src/integrations/standardeditingmode.js +1 -1
  122. package/src/integrations/style.js +1 -1
  123. package/src/integrations/table.js +1 -1
  124. package/src/integrations/tablecaption.js +1 -1
  125. package/src/integrations/tableclipboard.js +1 -1
  126. package/src/integrations/tablecolumnresize.js +1 -1
  127. package/src/integrations/tableheadings.js +1 -1
  128. package/src/integrations/tablemergesplit.js +1 -1
  129. package/src/integrations/tableofcontents.js +1 -1
  130. package/src/integrations/tableproperties.js +1 -1
  131. package/src/integrations/template.js +1 -1
  132. package/src/integrations/title.js +1 -1
  133. package/src/integrations/undo.js +1 -1
  134. package/src/integrations/utils.js +1 -1
  135. package/src/suggestion.js +1 -1
  136. package/src/suggestiondescriptionfactory.js +1 -1
  137. package/src/trackchanges.js +1 -1
  138. package/src/trackchangesdata.js +1 -1
  139. package/src/trackchangesediting.js +1 -1
  140. package/src/trackchangesui.js +1 -1
  141. package/src/ui/suggestioncontroller.js +1 -1
  142. package/src/ui/view/basesuggestionthreadview.js +1 -1
  143. package/src/ui/view/suggestionthreadview.js +1 -1
  144. package/src/utils/common-translations.js +1 -1
  145. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1000(_0x2c82f4,_0x4414a6){const _0xd93675=_0xd936();return _0x1000=function(_0x1000d8,_0x180641){_0x1000d8=_0x1000d8-0x8f;let _0x1dcccd=_0xd93675[_0x1000d8];return _0x1dcccd;},_0x1000(_0x2c82f4,_0x4414a6);}const _0x5364c4=_0x1000;function _0xd936(){const _0x32eb7d=['document','editor','_command','10FnAmYs','model','794256ZIpqpe','from','selection','_suggestions','size','_isEnabledBasedOnSelection','188856TSmAzn','_selectedSuggestions','getRanges','execute','3626514CWZAzA','484XeZszR','56430dWhjRx','1816689mtOUYI','values','10vYkTwq','isEnabled','canEditAt','refresh','7017nVCDnK','266599KxRJPr'];_0xd936=function(){return _0x32eb7d;};return _0xd936();}(function(_0x367feb,_0x3b12df){const _0x56ef46=_0x1000,_0x2c7148=_0x367feb();while(!![]){try{const _0x46d6b0=-parseInt(_0x56ef46(0x95))/0x1+parseInt(_0x56ef46(0xa7))/0x2+parseInt(_0x56ef46(0x94))/0x3*(parseInt(_0x56ef46(0xa6))/0x4)+-parseInt(_0x56ef46(0x90))/0x5*(-parseInt(_0x56ef46(0x9b))/0x6)+parseInt(_0x56ef46(0xa8))/0x7+-parseInt(_0x56ef46(0xa1))/0x8+-parseInt(_0x56ef46(0xa5))/0x9*(parseInt(_0x56ef46(0x99))/0xa);if(_0x46d6b0===_0x3b12df)break;else _0x2c7148['push'](_0x2c7148['shift']());}catch(_0x2d7a3f){_0x2c7148['push'](_0x2c7148['shift']());}}}(_0xd936,0x22c19));import{Command as _0x4e9aaf}from'ckeditor5/src/core.js';import{sortSuggestions as _0x3afb7d,getSelectedSuggestions as _0x3bc614,executeCommandForSuggestions as _0x760a46}from'../utils/utils.js';export default class R extends _0x4e9aaf{constructor(_0xb05ed3,_0x6a289e,_0x51025d){const _0x543068=_0x1000;super(_0xb05ed3),this[_0x543068(0x98)]=_0x6a289e,this[_0x543068(0x9e)]=_0x51025d,this[_0x543068(0xa2)]=new Set(),this[_0x543068(0x93)](),this[_0x543068(0xa0)]=!0x1;}[_0x5364c4(0x93)](){const _0xff7a2=_0x5364c4,_0x242237=this[_0xff7a2(0x97)][_0xff7a2(0x9a)][_0xff7a2(0x96)][_0xff7a2(0x9d)],_0x4885ca=Array[_0xff7a2(0x9c)](this[_0xff7a2(0x9e)][_0xff7a2(0x8f)]());this[_0xff7a2(0xa2)]=_0x3bc614(_0x242237,_0x4885ca),this[_0xff7a2(0x91)]=this[_0xff7a2(0x98)][_0xff7a2(0x91)]&&!!this[_0xff7a2(0xa2)][_0xff7a2(0x9f)];}[_0x5364c4(0xa4)](){const _0x2bfdf6=_0x5364c4,_0x16cb66=_0x3afb7d(Array[_0x2bfdf6(0x9c)](this[_0x2bfdf6(0xa2)]));for(const _0x1e0d5d of _0x16cb66){const _0x30cf96=_0x1e0d5d[_0x2bfdf6(0xa3)]();if(!this[_0x2bfdf6(0x97)][_0x2bfdf6(0x9a)][_0x2bfdf6(0x92)](_0x30cf96))return;}_0x760a46(this[_0x2bfdf6(0x97)][_0x2bfdf6(0x9a)],this[_0x2bfdf6(0x98)],_0x16cb66);}}
23
+ const _0x58f074=_0x344c;(function(_0x4d12f4,_0x35fc91){const _0x892794=_0x344c,_0x536f94=_0x4d12f4();while(!![]){try{const _0x32080d=parseInt(_0x892794(0x14f))/0x1+-parseInt(_0x892794(0x141))/0x2+-parseInt(_0x892794(0x142))/0x3+-parseInt(_0x892794(0x14c))/0x4*(parseInt(_0x892794(0x13c))/0x5)+parseInt(_0x892794(0x150))/0x6*(parseInt(_0x892794(0x13a))/0x7)+parseInt(_0x892794(0x145))/0x8*(parseInt(_0x892794(0x149))/0x9)+parseInt(_0x892794(0x140))/0xa;if(_0x32080d===_0x35fc91)break;else _0x536f94['push'](_0x536f94['shift']());}catch(_0x58df89){_0x536f94['push'](_0x536f94['shift']());}}}(_0x4bf6,0x6c283));import{Command as _0x342079}from'ckeditor5/src/core.js';import{sortSuggestions as _0xe0f35e,getSelectedSuggestions as _0x11dff5,executeCommandForSuggestions as _0x25c46f}from'../utils/utils.js';function _0x344c(_0x28624d,_0x46b125){const _0x4bf6c3=_0x4bf6();return _0x344c=function(_0x344c91,_0x5bbc0b){_0x344c91=_0x344c91-0x138;let _0x1eb4a2=_0x4bf6c3[_0x344c91];return _0x1eb4a2;},_0x344c(_0x28624d,_0x46b125);}function _0x4bf6(){const _0x31d342=['1352ypZCSV','isEnabled','getRanges','document','10269aMgqbQ','execute','model','2380dNhZmK','_command','selection','69647UmCqwC','42zbqukJ','editor','from','size','46522POgnvh','values','2410WLmUrl','_isEnabledBasedOnSelection','canEditAt','refresh','14641570tnQLfP','1651208aUvjzc','653250ILfnaV','_suggestions','_selectedSuggestions'];_0x4bf6=function(){return _0x31d342;};return _0x4bf6();}export default class R extends _0x342079{constructor(_0xf662ad,_0x54af81,_0x1d3152){const _0x363faa=_0x344c;super(_0xf662ad),this[_0x363faa(0x14d)]=_0x54af81,this[_0x363faa(0x143)]=_0x1d3152,this[_0x363faa(0x144)]=new Set(),this[_0x363faa(0x13f)](),this[_0x363faa(0x13d)]=!0x1;}[_0x58f074(0x13f)](){const _0xed3d54=_0x58f074,_0x3b184e=this[_0xed3d54(0x151)][_0xed3d54(0x14b)][_0xed3d54(0x148)][_0xed3d54(0x14e)],_0x458013=Array[_0xed3d54(0x138)](this[_0xed3d54(0x143)][_0xed3d54(0x13b)]());this[_0xed3d54(0x144)]=_0x11dff5(_0x3b184e,_0x458013),this[_0xed3d54(0x146)]=this[_0xed3d54(0x14d)][_0xed3d54(0x146)]&&!!this[_0xed3d54(0x144)][_0xed3d54(0x139)];}[_0x58f074(0x14a)](){const _0x3d1595=_0x58f074,_0x3e52d0=_0xe0f35e(Array[_0x3d1595(0x138)](this[_0x3d1595(0x144)]));for(const _0x4a52d1 of _0x3e52d0){const _0x36601b=_0x4a52d1[_0x3d1595(0x147)]();if(!this[_0x3d1595(0x151)][_0x3d1595(0x14b)][_0x3d1595(0x13e)](_0x36601b))return;}_0x25c46f(this[_0x3d1595(0x151)][_0x3d1595(0x14b)],this[_0x3d1595(0x14d)],_0x3e52d0);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4cc744=_0x564d;function _0x45f2(){const _0x1d05c3=['_enableCommands','7274624wIkqRu','editor','10QehPdb','value','has','6719024iGMcAu','isEnabled','_disableUnsupportedCommands','refresh','204hzIxDB','_enabledCommands','forceDisabled','clearForceDisabled','962889ilkiUF','2129124CMwWEg','307822nWwWyQ','65795hVwQak','14175099WePVdv','4xuxKzU','_isEnabledBasedOnSelection','affectsData','TrackChangesCommand','execute','commands'];_0x45f2=function(){return _0x1d05c3;};return _0x45f2();}(function(_0x350050,_0x5193cb){const _0x150459=_0x564d,_0x4c237b=_0x350050();while(!![]){try{const _0x473be5=-parseInt(_0x150459(0x1f9))/0x1+parseInt(_0x150459(0x1fc))/0x2*(parseInt(_0x150459(0x1f7))/0x3)+parseInt(_0x150459(0x1f3))/0x4*(-parseInt(_0x150459(0x1fa))/0x5)+-parseInt(_0x150459(0x1f8))/0x6+-parseInt(_0x150459(0x1ea))/0x7+parseInt(_0x150459(0x1ef))/0x8+-parseInt(_0x150459(0x1fb))/0x9*(-parseInt(_0x150459(0x1ec))/0xa);if(_0x473be5===_0x5193cb)break;else _0x4c237b['push'](_0x4c237b['shift']());}catch(_0xa6d172){_0x4c237b['push'](_0x4c237b['shift']());}}}(_0x45f2,0xa6f16));import{Command as _0x1d689c}from'ckeditor5/src/core.js';function _0x564d(_0x440d52,_0x48e142){const _0x45f256=_0x45f2();return _0x564d=function(_0x564deb,_0x1f61cd){_0x564deb=_0x564deb-0x1e8;let _0x55e1be=_0x45f256[_0x564deb];return _0x55e1be;},_0x564d(_0x440d52,_0x48e142);}export default class M extends _0x1d689c{constructor(_0x148ca9,_0x4b76be){const _0x94c39c=_0x564d;super(_0x148ca9),this[_0x94c39c(0x1f4)]=_0x4b76be,this[_0x94c39c(0x1ed)]=!0x1,this[_0x94c39c(0x1f2)](),this[_0x94c39c(0x1fd)]=!0x1;}[_0x4cc744(0x1f2)](){const _0x390f14=_0x4cc744;this[_0x390f14(0x1f0)]=!0x0;}[_0x4cc744(0x200)](){const _0x36f0e8=_0x4cc744;this[_0x36f0e8(0x1ed)]=!this[_0x36f0e8(0x1ed)],this[_0x36f0e8(0x1ed)]?this[_0x36f0e8(0x1f1)]():this[_0x36f0e8(0x1e9)]();}[_0x4cc744(0x1f1)](){const _0x11fbee=_0x4cc744;for(const _0xb3eb0b of this[_0x11fbee(0x1eb)][_0x11fbee(0x1e8)][_0x11fbee(0x1e8)]())_0xb3eb0b[_0x11fbee(0x1fe)]&&!this[_0x11fbee(0x1f4)][_0x11fbee(0x1ee)](_0xb3eb0b)&&_0xb3eb0b[_0x11fbee(0x1f5)](_0x11fbee(0x1ff));}[_0x4cc744(0x1e9)](){const _0x36d44f=_0x4cc744;for(const _0x11f11a of this[_0x36d44f(0x1eb)][_0x36d44f(0x1e8)][_0x36d44f(0x1e8)]())_0x11f11a[_0x36d44f(0x1fe)]&&!this[_0x36d44f(0x1f4)][_0x36d44f(0x1ee)](_0x11f11a)&&_0x11f11a[_0x36d44f(0x1f6)](_0x36d44f(0x1ff));}}
23
+ function _0x5ed3(){const _0x37aabe=['6026768hbhsyi','forceDisabled','_disableUnsupportedCommands','980166IchhLv','value','commands','1389442AqySwu','refresh','affectsData','3gdjgqb','execute','28756620jWguyX','_enableCommands','_isEnabledBasedOnSelection','has','clearForceDisabled','2077680wDfjaj','50gJrwer','_enabledCommands','editor','631148ZBUCPd','5388488yvpYpc','TrackChangesCommand','isEnabled'];_0x5ed3=function(){return _0x37aabe;};return _0x5ed3();}function _0x1144(_0x1cf24f,_0x3348fc){const _0x5ed353=_0x5ed3();return _0x1144=function(_0x1144df,_0x4b494c){_0x1144df=_0x1144df-0x81;let _0x1534d0=_0x5ed353[_0x1144df];return _0x1534d0;},_0x1144(_0x1cf24f,_0x3348fc);}const _0x2d7fcf=_0x1144;(function(_0x5aa35a,_0x1cac21){const _0x58395d=_0x1144,_0x423f52=_0x5aa35a();while(!![]){try{const _0x2ed0c6=-parseInt(_0x58395d(0x85))/0x1+parseInt(_0x58395d(0x82))/0x2*(-parseInt(_0x58395d(0x88))/0x3)+-parseInt(_0x58395d(0x93))/0x4*(parseInt(_0x58395d(0x90))/0x5)+-parseInt(_0x58395d(0x8f))/0x6+parseInt(_0x58395d(0x94))/0x7+parseInt(_0x58395d(0x97))/0x8+parseInt(_0x58395d(0x8a))/0x9;if(_0x2ed0c6===_0x1cac21)break;else _0x423f52['push'](_0x423f52['shift']());}catch(_0x2c15e7){_0x423f52['push'](_0x423f52['shift']());}}}(_0x5ed3,0xdf4cb));import{Command as _0x527d51}from'ckeditor5/src/core.js';export default class M extends _0x527d51{constructor(_0x197ccf,_0x4b15b1){const _0x34acbd=_0x1144;super(_0x197ccf),this[_0x34acbd(0x91)]=_0x4b15b1,this[_0x34acbd(0x83)]=!0x1,this[_0x34acbd(0x86)](),this[_0x34acbd(0x8c)]=!0x1;}[_0x2d7fcf(0x86)](){const _0x3790a3=_0x2d7fcf;this[_0x3790a3(0x96)]=!0x0;}[_0x2d7fcf(0x89)](){const _0x228dff=_0x2d7fcf;this[_0x228dff(0x83)]=!this[_0x228dff(0x83)],this[_0x228dff(0x83)]?this[_0x228dff(0x81)]():this[_0x228dff(0x8b)]();}[_0x2d7fcf(0x81)](){const _0x235bd7=_0x2d7fcf;for(const _0x4f3f62 of this[_0x235bd7(0x92)][_0x235bd7(0x84)][_0x235bd7(0x84)]())_0x4f3f62[_0x235bd7(0x87)]&&!this[_0x235bd7(0x91)][_0x235bd7(0x8d)](_0x4f3f62)&&_0x4f3f62[_0x235bd7(0x98)](_0x235bd7(0x95));}[_0x2d7fcf(0x8b)](){const _0x376352=_0x2d7fcf;for(const _0x4c43c7 of this[_0x376352(0x92)][_0x376352(0x84)][_0x376352(0x84)]())_0x4c43c7[_0x376352(0x87)]&&!this[_0x376352(0x91)][_0x376352(0x8d)](_0x4c43c7)&&_0x4c43c7[_0x376352(0x8e)](_0x376352(0x95));}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4f0896,_0x4df364){var _0x4f2f45=_0x5db5,_0x5421a2=_0x4f0896();while(!![]){try{var _0x345a98=-parseInt(_0x4f2f45(0x122))/0x1+parseInt(_0x4f2f45(0x124))/0x2*(parseInt(_0x4f2f45(0x128))/0x3)+parseInt(_0x4f2f45(0x126))/0x4+parseInt(_0x4f2f45(0x121))/0x5+parseInt(_0x4f2f45(0x125))/0x6+-parseInt(_0x4f2f45(0x129))/0x7+parseInt(_0x4f2f45(0x123))/0x8*(parseInt(_0x4f2f45(0x127))/0x9);if(_0x345a98===_0x4df364)break;else _0x5421a2['push'](_0x5421a2['shift']());}catch(_0x3490c4){_0x5421a2['push'](_0x5421a2['shift']());}}}(_0xd817,0x69369));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0xd817(){var _0x43d8bb=['5596654tmIVuN','412790KVPiKQ','641141INazRb','127640AwgICH','4nhtpmy','4682130hjbYMm','1316180vbGdnl','288xVMpLk','253647oZUqBd'];_0xd817=function(){return _0x43d8bb;};return _0xd817();}export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';function _0x5db5(_0x468fc3,_0x4c9bf0){var _0xd81754=_0xd817();return _0x5db5=function(_0x5db529,_0x80d62b){_0x5db529=_0x5db529-0x121;var _0x2233bf=_0xd81754[_0x5db529];return _0x2233bf;},_0x5db5(_0x468fc3,_0x4c9bf0);}import'./augmentation.js';
23
+ (function(_0x1eeee8,_0x960007){var _0x48a8cf=_0x2a90,_0x3a9030=_0x1eeee8();while(!![]){try{var _0x148953=parseInt(_0x48a8cf(0x76))/0x1*(parseInt(_0x48a8cf(0x77))/0x2)+parseInt(_0x48a8cf(0x79))/0x3*(-parseInt(_0x48a8cf(0x7c))/0x4)+-parseInt(_0x48a8cf(0x75))/0x5*(-parseInt(_0x48a8cf(0x7b))/0x6)+parseInt(_0x48a8cf(0x73))/0x7+-parseInt(_0x48a8cf(0x74))/0x8*(-parseInt(_0x48a8cf(0x72))/0x9)+parseInt(_0x48a8cf(0x78))/0xa+-parseInt(_0x48a8cf(0x7a))/0xb;if(_0x148953===_0x960007)break;else _0x3a9030['push'](_0x3a9030['shift']());}catch(_0x199882){_0x3a9030['push'](_0x3a9030['shift']());}}}(_0x17e9,0x4962f));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0x2a90(_0x1bdfe2,_0x23c17b){var _0x17e9d4=_0x17e9();return _0x2a90=function(_0x2a90f7,_0x2026c2){_0x2a90f7=_0x2a90f7-0x72;var _0x1b9bba=_0x17e9d4[_0x2a90f7];return _0x1b9bba;},_0x2a90(_0x1bdfe2,_0x23c17b);}export{default as TrackChangesEditing}from'./trackchangesediting.js';function _0x17e9(){var _0x25ed6a=['3333hxCBKV','146yasPSk','1533580RzwDLA','90ETloUn','9756670hdgQGN','30MjQcvB','34156VWFGmo','1845lxJQdY','3921148AUtJvZ','4208LOXrwz','379070pgGmaC'];_0x17e9=function(){return _0x25ed6a;};return _0x17e9();}export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';import'./augmentation.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5996(){const _0x5844ac=['enableCommand','6RsvkUZ','2887990JDDgkK','1459346JhTNje','7344beMvxk','20BqAhXQ','9hzsHJS','showAIAssistant','16nLzVzs','commands','918546kartvj','TrackChangesEditing','editor','28534LKuwSp','plugins','547296lzVycY','527107JFBnHt','get','afterInit','6613755BrGUuU'];_0x5996=function(){return _0x5844ac;};return _0x5996();}function _0x5357(_0x50f28e,_0x1c4344){const _0x5996a6=_0x5996();return _0x5357=function(_0x5357d2,_0x961662){_0x5357d2=_0x5357d2-0xe1;let _0x1b3f64=_0x5996a6[_0x5357d2];return _0x1b3f64;},_0x5357(_0x50f28e,_0x1c4344);}const _0x1b31da=_0x5357;(function(_0x12d98b,_0x121386){const _0x17a641=_0x5357,_0x5cd53a=_0x12d98b();while(!![]){try{const _0x151761=parseInt(_0x17a641(0xe7))/0x1+parseInt(_0x17a641(0xf3))/0x2+-parseInt(_0x17a641(0xee))/0x3*(parseInt(_0x17a641(0xe9))/0x4)+-parseInt(_0x17a641(0xe3))/0x5*(parseInt(_0x17a641(0xe5))/0x6)+parseInt(_0x17a641(0xf4))/0x7*(parseInt(_0x17a641(0xec))/0x8)+parseInt(_0x17a641(0xea))/0x9*(parseInt(_0x17a641(0xe6))/0xa)+parseInt(_0x17a641(0xf1))/0xb*(parseInt(_0x17a641(0xe8))/0xc);if(_0x151761===_0x121386)break;else _0x5cd53a['push'](_0x5cd53a['shift']());}catch(_0x401f83){_0x5cd53a['push'](_0x5cd53a['shift']());}}}(_0x5996,0xdd416));import{Plugin as _0x79b9de}from'ckeditor5/src/core.js';export default class E extends _0x79b9de{[_0x1b31da(0xe2)](){const _0x1c41db=_0x1b31da,_0x5d2cbb=this[_0x1c41db(0xf0)],_0xc66db3=_0x5d2cbb[_0x1c41db(0xf2)][_0x1c41db(0xe1)](_0x1c41db(0xef));_0x5d2cbb[_0x1c41db(0xed)][_0x1c41db(0xe1)](_0x1c41db(0xeb))&&_0xc66db3[_0x1c41db(0xe4)](_0x1c41db(0xeb));}}
23
+ function _0x15f8(_0x2c56e3,_0x487f93){const _0x3fd5c6=_0x3fd5();return _0x15f8=function(_0x15f89a,_0x5dea09){_0x15f89a=_0x15f89a-0xb1;let _0xd43ad3=_0x3fd5c6[_0x15f89a];return _0xd43ad3;},_0x15f8(_0x2c56e3,_0x487f93);}function _0x3fd5(){const _0x45b108=['5gXexrM','2jsTFlw','afterInit','12124352nusGRk','TrackChangesEditing','enableCommand','get','editor','commands','35184978rgBUdz','7981554BlhCzc','plugins','showAIAssistant','1146573XnFLuq','677263FmrIde','3480112LjhpRw','8857578ZoAyxA'];_0x3fd5=function(){return _0x45b108;};return _0x3fd5();}const _0x39499c=_0x15f8;(function(_0x535611,_0xecc8a1){const _0x5bdd92=_0x15f8,_0x4b1a25=_0x535611();while(!![]){try{const _0x497f21=parseInt(_0x5bdd92(0xb5))/0x1*(-parseInt(_0x5bdd92(0xb9))/0x2)+-parseInt(_0x5bdd92(0xb4))/0x3+-parseInt(_0x5bdd92(0xb6))/0x4+-parseInt(_0x5bdd92(0xb8))/0x5*(parseInt(_0x5bdd92(0xb7))/0x6)+-parseInt(_0x5bdd92(0xb1))/0x7+parseInt(_0x5bdd92(0xbb))/0x8+parseInt(_0x5bdd92(0xc1))/0x9;if(_0x497f21===_0xecc8a1)break;else _0x4b1a25['push'](_0x4b1a25['shift']());}catch(_0x165327){_0x4b1a25['push'](_0x4b1a25['shift']());}}}(_0x3fd5,0xd69ab));import{Plugin as _0x2d6adf}from'ckeditor5/src/core.js';export default class E extends _0x2d6adf{[_0x39499c(0xba)](){const _0x1a9187=_0x39499c,_0xce7a30=this[_0x1a9187(0xbf)],_0x58d676=_0xce7a30[_0x1a9187(0xb2)][_0x1a9187(0xbe)](_0x1a9187(0xbc));_0xce7a30[_0x1a9187(0xc0)][_0x1a9187(0xbe)](_0x1a9187(0xb3))&&_0x58d676[_0x1a9187(0xbd)](_0x1a9187(0xb3));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5a5a(_0x273d97,_0x2a4995){const _0x28d43c=_0x28d4();return _0x5a5a=function(_0x5a5a24,_0x35aa18){_0x5a5a24=_0x5a5a24-0x15e;let _0x3677c7=_0x28d43c[_0x5a5a24];return _0x3677c7;},_0x5a5a(_0x273d97,_0x2a4995);}const _0x155691=_0x5a5a;function _0x28d4(){const _0x62e84f=['formatBlock','_registerLegacyDescription','editor','type','left','registerDescriptionCallback','right','FORMAT_ALIGNMENT','*Format:*\x20%0','commandName','justify','AlignmentEditing','locale','FORMAT_ALIGN_TO_CENTER','FORMAT_ALIGN_TO_RIGHT','center','18UFGJTc','1790568nPtYUX','value','4233055jTatjL','_descriptionFactory','has','registerAttributeLabel','799742MVWmzU','6XQMlTV','format','commandParams','afterInit','5235706JYIKkT','6plVMiT','FORMAT_ALIGN_TO_LEFT','TrackChangesEditing','plugins','_enableDefaultAttributesIntegration','56480nFGCHe','12804400TglRjA','FORMAT_JUSTIFY_TEXT','get','alignment','3749424goqlrK'];_0x28d4=function(){return _0x62e84f;};return _0x28d4();}(function(_0x20af35,_0x5e4387){const _0x3e5d01=_0x5a5a,_0x467f0c=_0x20af35();while(!![]){try{const _0x3f07a1=-parseInt(_0x3e5d01(0x175))/0x1+parseInt(_0x3e5d01(0x16a))/0x2*(parseInt(_0x3e5d01(0x16b))/0x3)+parseInt(_0x3e5d01(0x17a))/0x4+parseInt(_0x3e5d01(0x166))/0x5+parseInt(_0x3e5d01(0x170))/0x6*(parseInt(_0x3e5d01(0x16f))/0x7)+-parseInt(_0x3e5d01(0x164))/0x8+parseInt(_0x3e5d01(0x163))/0x9*(-parseInt(_0x3e5d01(0x176))/0xa);if(_0x3f07a1===_0x5e4387)break;else _0x467f0c['push'](_0x467f0c['shift']());}catch(_0x22e45b){_0x467f0c['push'](_0x467f0c['shift']());}}}(_0x28d4,0x77bf6));import{Plugin as _0x39563b}from'ckeditor5/src/core.js';import{getTranslation as _0x590957}from'../utils/common-translations.js';export default class V extends _0x39563b{[_0x155691(0x16e)](){const _0x31387b=_0x155691,_0x205626=this[_0x31387b(0x17d)],_0x3425f9=_0x205626[_0x31387b(0x15f)];if(!_0x205626[_0x31387b(0x173)][_0x31387b(0x168)](_0x31387b(0x15e)))return;const _0x1f8adf=_0x205626[_0x31387b(0x173)][_0x31387b(0x178)](_0x31387b(0x172));_0x1f8adf[_0x31387b(0x174)](_0x31387b(0x179),[],[_0x31387b(0x179)]),_0x1f8adf[_0x31387b(0x167)][_0x31387b(0x169)](_0x31387b(0x179),_0x590957(_0x3425f9,_0x31387b(0x182))),this[_0x31387b(0x17c)]();}[_0x155691(0x17c)](){const _0x197ccb=_0x155691,_0x2211e9=this[_0x197ccb(0x17d)],_0x227b41=_0x2211e9[_0x197ccb(0x15f)];_0x2211e9[_0x197ccb(0x173)][_0x197ccb(0x178)](_0x197ccb(0x172))[_0x197ccb(0x167)][_0x197ccb(0x180)](_0x29481b=>{const _0x4d1760=_0x197ccb;if(_0x4d1760(0x17b)!=_0x29481b[_0x4d1760(0x17e)])return;const {data:_0x15dce0}=_0x29481b;if(_0x15dce0&&_0x4d1760(0x179)==_0x15dce0[_0x4d1760(0x184)]){const _0x360ffa=_0x15dce0[_0x4d1760(0x16d)][0x0][_0x4d1760(0x165)];return{'type':_0x4d1760(0x16c),'content':_0x590957(_0x227b41,_0x4d1760(0x183),function(_0x1fe6ee){const _0x30fe6c=_0x4d1760;switch(_0x1fe6ee){case _0x30fe6c(0x17f):return _0x590957(_0x227b41,_0x30fe6c(0x171));case _0x30fe6c(0x181):return _0x590957(_0x227b41,_0x30fe6c(0x161));case _0x30fe6c(0x162):return _0x590957(_0x227b41,_0x30fe6c(0x160));case _0x30fe6c(0x185):return _0x590957(_0x227b41,_0x30fe6c(0x177));}}(_0x360ffa))};}});}}
23
+ function _0x5b0d(){const _0x2d92f6=['get','9850LnwiME','center','editor','*Format:*\x20%0','commandName','FORMAT_ALIGN_TO_LEFT','registerDescriptionCallback','locale','1240414QTnfpD','_enableDefaultAttributesIntegration','FORMAT_ALIGNMENT','1770198rXjHxN','right','registerAttributeLabel','has','3078760jKLjnc','441131inhoWC','formatBlock','type','11341768yBduuV','834420HtIlFA','left','justify','format','18Ebbwwu','AlignmentEditing','FORMAT_ALIGN_TO_CENTER','FORMAT_JUSTIFY_TEXT','commandParams','alignment','FORMAT_ALIGN_TO_RIGHT','TrackChangesEditing','plugins','_descriptionFactory','_registerLegacyDescription','afterInit','value'];_0x5b0d=function(){return _0x2d92f6;};return _0x5b0d();}function _0x36ee(_0x5c7171,_0x52d775){const _0x5b0df5=_0x5b0d();return _0x36ee=function(_0x36ee0e,_0x5b4d72){_0x36ee0e=_0x36ee0e-0x1d2;let _0x9d0870=_0x5b0df5[_0x36ee0e];return _0x9d0870;},_0x36ee(_0x5c7171,_0x52d775);}const _0x1156f8=_0x36ee;(function(_0x425525,_0x5af76f){const _0x41ce7c=_0x36ee,_0x4f4816=_0x425525();while(!![]){try{const _0x5bca86=-parseInt(_0x41ce7c(0x1e7))/0x1+-parseInt(_0x41ce7c(0x1d7))/0x2*(parseInt(_0x41ce7c(0x1ef))/0x3)+parseInt(_0x41ce7c(0x1eb))/0x4+-parseInt(_0x41ce7c(0x1e6))/0x5+-parseInt(_0x41ce7c(0x1e2))/0x6+parseInt(_0x41ce7c(0x1df))/0x7+parseInt(_0x41ce7c(0x1ea))/0x8;if(_0x5bca86===_0x5af76f)break;else _0x4f4816['push'](_0x4f4816['shift']());}catch(_0x52d9cc){_0x4f4816['push'](_0x4f4816['shift']());}}}(_0x5b0d,0x670ae));import{Plugin as _0x1e88a4}from'ckeditor5/src/core.js';import{getTranslation as _0x39aeca}from'../utils/common-translations.js';export default class V extends _0x1e88a4{[_0x1156f8(0x1d4)](){const _0x243f76=_0x1156f8,_0xce8986=this[_0x243f76(0x1d9)],_0x3f45d=_0xce8986[_0x243f76(0x1de)];if(!_0xce8986[_0x243f76(0x1f7)][_0x243f76(0x1e5)](_0x243f76(0x1f0)))return;const _0x311fc7=_0xce8986[_0x243f76(0x1f7)][_0x243f76(0x1d6)](_0x243f76(0x1f6));_0x311fc7[_0x243f76(0x1e0)](_0x243f76(0x1f4),[],[_0x243f76(0x1f4)]),_0x311fc7[_0x243f76(0x1d2)][_0x243f76(0x1e4)](_0x243f76(0x1f4),_0x39aeca(_0x3f45d,_0x243f76(0x1e1))),this[_0x243f76(0x1d3)]();}[_0x1156f8(0x1d3)](){const _0x29c02e=_0x1156f8,_0x34d5ad=this[_0x29c02e(0x1d9)],_0x49cdc5=_0x34d5ad[_0x29c02e(0x1de)];_0x34d5ad[_0x29c02e(0x1f7)][_0x29c02e(0x1d6)](_0x29c02e(0x1f6))[_0x29c02e(0x1d2)][_0x29c02e(0x1dd)](_0x493ff6=>{const _0x1b3e1c=_0x29c02e;if(_0x1b3e1c(0x1e8)!=_0x493ff6[_0x1b3e1c(0x1e9)])return;const {data:_0x149ee4}=_0x493ff6;if(_0x149ee4&&_0x1b3e1c(0x1f4)==_0x149ee4[_0x1b3e1c(0x1db)]){const _0x49b963=_0x149ee4[_0x1b3e1c(0x1f3)][0x0][_0x1b3e1c(0x1d5)];return{'type':_0x1b3e1c(0x1ee),'content':_0x39aeca(_0x49cdc5,_0x1b3e1c(0x1da),function(_0x5bd129){const _0x38adc6=_0x1b3e1c;switch(_0x5bd129){case _0x38adc6(0x1ec):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1dc));case _0x38adc6(0x1e3):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1f5));case _0x38adc6(0x1d8):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1f1));case _0x38adc6(0x1ed):return _0x39aeca(_0x49cdc5,_0x38adc6(0x1f2));}}(_0x49b963))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x6b930b=_0x4c51;(function(_0x46460a,_0x31f5e0){const _0x22250e=_0x4c51,_0x1e4d5b=_0x46460a();while(!![]){try{const _0x55e22d=parseInt(_0x22250e(0x211))/0x1+parseInt(_0x22250e(0x219))/0x2*(parseInt(_0x22250e(0x223))/0x3)+parseInt(_0x22250e(0x1ee))/0x4*(-parseInt(_0x22250e(0x21d))/0x5)+parseInt(_0x22250e(0x21f))/0x6+-parseInt(_0x22250e(0x1f9))/0x7*(parseInt(_0x22250e(0x1f2))/0x8)+-parseInt(_0x22250e(0x1f6))/0x9*(-parseInt(_0x22250e(0x1f4))/0xa)+-parseInt(_0x22250e(0x1fa))/0xb;if(_0x55e22d===_0x31f5e0)break;else _0x1e4d5b['push'](_0x1e4d5b['shift']());}catch(_0xc5cbec){_0x1e4d5b['push'](_0x1e4d5b['shift']());}}}(_0x2811,0x1ed5f));import{Plugin as _0x5bf92b}from'ckeditor5/src/core.js';import{getTranslation as _0x3d4976}from'../utils/common-translations.js';function _0x2811(){const _0x3e33d1=['superscript','registerAttributeLabel','has','FORMAT_BOLD','toLowerCase','220872ZOVCuW','locale','slice','StrikethroughEditing','SuperscriptEditing','underline','CodeEditing','forceValue','4gTBsCD','_registerLegacyDescription','type','italic','613810jKbWgx','strikethrough','1071126pmJNmW','UnderlineEditing','FORMAT_UNDERLINE','FORMAT_CODE','313992IyXcaK','*Remove\x20format:*\x20%0','commandParams','4RwsIXg','subscript','_descriptionFactory','afterInit','40NMwXkC','toUpperCase','3790EpokKc','formatInline','1017WwdalS','format','get','280427tOFWkz','2223958jqctmP','FORMAT_SUPERSCRIPT','editor','BoldEditing','plugins','_enableDefaultAttributesIntegration','code','FORMAT_','*Format:*\x20%0','FORMAT_ITALIC','TrackChangesEditing','registerDescriptionCallback','commandName','SubscriptEditing','FORMAT_STRIKETHROUGH','FORMAT_SUBSCRIPT','bold','ItalicEditing'];_0x2811=function(){return _0x3e33d1;};return _0x2811();}function _0x4c51(_0xc10747,_0x2d4fe3){const _0x2811cd=_0x2811();return _0x4c51=function(_0x4c5196,_0x54da82){_0x4c5196=_0x4c5196-0x1ed;let _0x2cbe1c=_0x2811cd[_0x4c5196];return _0x2cbe1c;},_0x4c51(_0xc10747,_0x2d4fe3);}const ti=[_0x6b930b(0x1fd),_0x6b930b(0x20b),_0x6b930b(0x220),_0x6b930b(0x217),_0x6b930b(0x214),_0x6b930b(0x207),_0x6b930b(0x215)];export default class U extends _0x5bf92b{[_0x6b930b(0x1f1)](){const _0x5d1d6c=_0x6b930b,_0x4348f2=this[_0x5d1d6c(0x1fc)],_0x5115f9=_0x4348f2[_0x5d1d6c(0x1fe)][_0x5d1d6c(0x1f8)](_0x5d1d6c(0x204)),_0x373cb2=_0x4348f2[_0x5d1d6c(0x212)];for(const _0x20f318 of ti){if(!_0x4348f2[_0x5d1d6c(0x1fe)][_0x5d1d6c(0x20e)](_0x20f318))continue;const _0x3584ad=_0x20f318[_0x5d1d6c(0x213)](0x0,-0x7)[_0x5d1d6c(0x210)](),_0x2e105a=_0x5d1d6c(0x201)+_0x3584ad[_0x5d1d6c(0x1f3)]();_0x5115f9[_0x5d1d6c(0x1ff)](_0x3584ad,[_0x3584ad]),_0x5115f9[_0x5d1d6c(0x1f0)][_0x5d1d6c(0x20d)](_0x3584ad,_0x3d4976(_0x373cb2,_0x2e105a));}this[_0x5d1d6c(0x21a)]();}[_0x6b930b(0x21a)](){const _0x136aac=_0x6b930b,_0x430762=this[_0x136aac(0x1fc)],_0x51e901=_0x430762[_0x136aac(0x212)],_0x133f06=_0x430762[_0x136aac(0x1fe)][_0x136aac(0x1f8)](_0x136aac(0x204));function _0x4556db(_0x27e2c0,_0x14b7f7){const _0x349d74=_0x136aac;_0x133f06[_0x349d74(0x1f0)][_0x349d74(0x205)](_0x17a18d=>{const _0x1d677e=_0x349d74;if(_0x1d677e(0x1f5)!=_0x17a18d[_0x1d677e(0x21b)])return;const {data:_0x3522a7}=_0x17a18d;return _0x3522a7&&_0x3522a7[_0x1d677e(0x206)]===_0x27e2c0?_0x3522a7[_0x1d677e(0x1ed)][0x0][_0x1d677e(0x218)]?{'type':_0x1d677e(0x1f7),'content':_0x3d4976(_0x51e901,_0x1d677e(0x202),_0x14b7f7)}:{'type':_0x1d677e(0x1f7),'content':_0x3d4976(_0x51e901,_0x1d677e(0x224),_0x14b7f7)}:void 0x0;});}_0x4556db(_0x136aac(0x20a),_0x3d4976(_0x51e901,_0x136aac(0x20f))),_0x4556db(_0x136aac(0x21c),_0x3d4976(_0x51e901,_0x136aac(0x203))),_0x4556db(_0x136aac(0x216),_0x3d4976(_0x51e901,_0x136aac(0x221))),_0x4556db(_0x136aac(0x200),_0x3d4976(_0x51e901,_0x136aac(0x222))),_0x4556db(_0x136aac(0x21e),_0x3d4976(_0x51e901,_0x136aac(0x208))),_0x4556db(_0x136aac(0x1ef),_0x3d4976(_0x51e901,_0x136aac(0x209))),_0x4556db(_0x136aac(0x20c),_0x3d4976(_0x51e901,_0x136aac(0x1fb)));}}
23
+ function _0x1f54(){const _0x5d87e5=['FORMAT_CODE','forceValue','code','formatInline','toLowerCase','FORMAT_BOLD','CodeEditing','StrikethroughEditing','SubscriptEditing','4062ypjTju','afterInit','editor','superscript','type','BoldEditing','_descriptionFactory','FORMAT_','strikethrough','FORMAT_STRIKETHROUGH','commandParams','TrackChangesEditing','FORMAT_ITALIC','431576tSkjcT','*Remove\x20format:*\x20%0','514515MJsyir','101619iOaVxW','subscript','FORMAT_SUBSCRIPT','commandName','FORMAT_UNDERLINE','bold','2279389PzqKFS','format','SuperscriptEditing','toUpperCase','has','_registerLegacyDescription','registerAttributeLabel','FORMAT_SUPERSCRIPT','italic','2982230AvtKQh','586904QNyaXi','UnderlineEditing','2435OVuNhH','get','underline','locale','_enableDefaultAttributesIntegration','plugins','*Format:*\x20%0','registerDescriptionCallback','slice','ItalicEditing','9YhiVtZ','2JjXuwv'];_0x1f54=function(){return _0x5d87e5;};return _0x1f54();}const _0xc238af=_0x16d8;(function(_0x330c1b,_0x2385b0){const _0x288913=_0x16d8,_0x5a6a2e=_0x330c1b();while(!![]){try{const _0xe9c40a=parseInt(_0x288913(0xe8))/0x1+parseInt(_0x288913(0x105))/0x2*(parseInt(_0x288913(0xe7))/0x3)+parseInt(_0x288913(0xf8))/0x4+-parseInt(_0x288913(0xfa))/0x5*(parseInt(_0x288913(0xd8))/0x6)+parseInt(_0x288913(0xee))/0x7+parseInt(_0x288913(0xe5))/0x8+parseInt(_0x288913(0x104))/0x9*(-parseInt(_0x288913(0xf7))/0xa);if(_0xe9c40a===_0x2385b0)break;else _0x5a6a2e['push'](_0x5a6a2e['shift']());}catch(_0xa690c6){_0x5a6a2e['push'](_0x5a6a2e['shift']());}}}(_0x1f54,0x29dee));import{Plugin as _0x547267}from'ckeditor5/src/core.js';import{getTranslation as _0x552300}from'../utils/common-translations.js';const ti=[_0xc238af(0xdd),_0xc238af(0x103),_0xc238af(0xf9),_0xc238af(0xd5),_0xc238af(0xd6),_0xc238af(0xd7),_0xc238af(0xf0)];function _0x16d8(_0x5319e9,_0xb7657f){const _0x1f5412=_0x1f54();return _0x16d8=function(_0x16d861,_0x2a43ec){_0x16d861=_0x16d861-0xd4;let _0x2b9352=_0x1f5412[_0x16d861];return _0x2b9352;},_0x16d8(_0x5319e9,_0xb7657f);}export default class U extends _0x547267{[_0xc238af(0xd9)](){const _0x3b21ed=_0xc238af,_0x2cbc50=this[_0x3b21ed(0xda)],_0x823dad=_0x2cbc50[_0x3b21ed(0xff)][_0x3b21ed(0xfb)](_0x3b21ed(0xe3)),_0x43e774=_0x2cbc50[_0x3b21ed(0xfd)];for(const _0xc9459d of ti){if(!_0x2cbc50[_0x3b21ed(0xff)][_0x3b21ed(0xf2)](_0xc9459d))continue;const _0x4c695a=_0xc9459d[_0x3b21ed(0x102)](0x0,-0x7)[_0x3b21ed(0x10a)](),_0x15748c=_0x3b21ed(0xdf)+_0x4c695a[_0x3b21ed(0xf1)]();_0x823dad[_0x3b21ed(0xfe)](_0x4c695a,[_0x4c695a]),_0x823dad[_0x3b21ed(0xde)][_0x3b21ed(0xf4)](_0x4c695a,_0x552300(_0x43e774,_0x15748c));}this[_0x3b21ed(0xf3)]();}[_0xc238af(0xf3)](){const _0x277211=_0xc238af,_0x3cf511=this[_0x277211(0xda)],_0x34e541=_0x3cf511[_0x277211(0xfd)],_0x5cde88=_0x3cf511[_0x277211(0xff)][_0x277211(0xfb)](_0x277211(0xe3));function _0x3251a3(_0x52f17c,_0x3fe0a8){const _0x4f4ba8=_0x277211;_0x5cde88[_0x4f4ba8(0xde)][_0x4f4ba8(0x101)](_0x2f4152=>{const _0x31512b=_0x4f4ba8;if(_0x31512b(0x109)!=_0x2f4152[_0x31512b(0xdc)])return;const {data:_0x215584}=_0x2f4152;return _0x215584&&_0x215584[_0x31512b(0xeb)]===_0x52f17c?_0x215584[_0x31512b(0xe2)][0x0][_0x31512b(0x107)]?{'type':_0x31512b(0xef),'content':_0x552300(_0x34e541,_0x31512b(0x100),_0x3fe0a8)}:{'type':_0x31512b(0xef),'content':_0x552300(_0x34e541,_0x31512b(0xe6),_0x3fe0a8)}:void 0x0;});}_0x3251a3(_0x277211(0xed),_0x552300(_0x34e541,_0x277211(0xd4))),_0x3251a3(_0x277211(0xf6),_0x552300(_0x34e541,_0x277211(0xe4))),_0x3251a3(_0x277211(0xfc),_0x552300(_0x34e541,_0x277211(0xec))),_0x3251a3(_0x277211(0x108),_0x552300(_0x34e541,_0x277211(0x106))),_0x3251a3(_0x277211(0xe0),_0x552300(_0x34e541,_0x277211(0xe1))),_0x3251a3(_0x277211(0xe9),_0x552300(_0x34e541,_0x277211(0xea))),_0x3251a3(_0x277211(0xdb),_0x552300(_0x34e541,_0x277211(0xf5)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2720fa=_0x5d4f;function _0x2b94(){const _0x54544=['model','selection','registerDescriptionCallback','from','checkChild','TrackChangesEditing','14676LnNNSq','get','name','plugins','$root','forceValue','enableCommand','18854TjONhq','schema','4890BVxqlj','commandName','*Remove\x20format:*\x20%0','value','getSelectedBlocks','6707115LCjMAN','change','commandParams','1344826oxCqIG','801133kfNLlY','afterInit','editor','markBlockFormat','has','document','format','8WoyrAl','2808632pteHqD','_descriptionFactory','ELEMENT_BLOCK_QUOTE','parent','filter','commands','41721notYRx','215kCMhpA','*Set\x20format:*\x20%0','54yqtpIu','BlockQuoteEditing','locale','blockQuote'];_0x2b94=function(){return _0x54544;};return _0x2b94();}(function(_0xa2a7b7,_0x4f3e78){const _0x4596d2=_0x5d4f,_0x2de981=_0xa2a7b7();while(!![]){try{const _0x4d2954=parseInt(_0x4596d2(0xf8))/0x1+-parseInt(_0x4596d2(0xdc))/0x2*(-parseInt(_0x4596d2(0xd9))/0x3)+-parseInt(_0x4596d2(0x100))/0x4+parseInt(_0x4596d2(0xda))/0x5*(-parseInt(_0x4596d2(0xe6))/0x6)+parseInt(_0x4596d2(0xf7))/0x7+-parseInt(_0x4596d2(0xff))/0x8*(-parseInt(_0x4596d2(0xf4))/0x9)+-parseInt(_0x4596d2(0xef))/0xa*(parseInt(_0x4596d2(0xed))/0xb);if(_0x4d2954===_0x4f3e78)break;else _0x2de981['push'](_0x2de981['shift']());}catch(_0x5364d6){_0x2de981['push'](_0x2de981['shift']());}}}(_0x2b94,0x7260d));import{Plugin as _0x2a0845}from'ckeditor5/src/core.js';import{getTranslation as _0x5dc0bc}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1df582}from'../utils/utils.js';export default class O extends _0x2a0845{[_0x2720fa(0xf9)](){const _0x225b54=_0x2720fa,_0x150605=this[_0x225b54(0xfa)],_0x21b246=_0x150605[_0x225b54(0xde)];if(!_0x150605[_0x225b54(0xe9)][_0x225b54(0xfc)](_0x225b54(0xdd)))return;const _0x1591a2=_0x150605[_0x225b54(0xe9)][_0x225b54(0xe7)](_0x225b54(0xe5)),_0x13efd0=this[_0x225b54(0xfa)][_0x225b54(0xd8)][_0x225b54(0xe7)](_0x225b54(0xdf));_0x1591a2[_0x225b54(0xec)](_0x225b54(0xdf),(_0x3f1b3b,_0x3eb6c2={})=>{const _0x3859d0=_0x225b54,_0x115008=this[_0x3859d0(0xfa)][_0x3859d0(0xe0)][_0x3859d0(0xfd)][_0x3859d0(0xe1)],_0x53e52d=_0x3eb6c2&&void 0x0!==_0x3eb6c2[_0x3859d0(0xeb)]?_0x3eb6c2[_0x3859d0(0xeb)]:!_0x13efd0[_0x3859d0(0xf2)];let _0x2fc2ce=[];if(_0x53e52d){const _0x216d53=Array[_0x3859d0(0xe3)](_0x115008[_0x3859d0(0xf3)]())[_0x3859d0(0xd7)](_0x5691ca=>oo(_0x5691ca)||function(_0x142722,_0x62576f){const _0x449722=_0x3859d0,_0x47146e=_0x62576f[_0x449722(0xe4)](_0x142722[_0x449722(0x103)],_0x449722(0xdf)),_0x3b81e=_0x62576f[_0x449722(0xe4)]([_0x449722(0xea),_0x449722(0xdf)],_0x142722);return _0x47146e&&_0x3b81e;}(_0x5691ca,this[_0x3859d0(0xfa)][_0x3859d0(0xe0)][_0x3859d0(0xee)]));_0x2fc2ce=_0x1df582(_0x216d53,_0x150605[_0x3859d0(0xe0)]);}else{const _0x2de59f=Array[_0x3859d0(0xe3)](_0x115008[_0x3859d0(0xf3)]())[_0x3859d0(0xd7)](_0x4303cb=>oo(_0x4303cb));_0x2fc2ce=_0x1df582(_0x2de59f,_0x150605[_0x3859d0(0xe0)]);}_0x150605[_0x3859d0(0xe0)][_0x3859d0(0xf5)](()=>{const _0xb333f=_0x3859d0;for(const _0x281abf of _0x2fc2ce)_0x1591a2[_0xb333f(0xfb)](_0x281abf,{'commandName':_0xb333f(0xdf),'commandParams':[{'forceValue':_0x53e52d}]});});}),_0x1591a2[_0x225b54(0x101)][_0x225b54(0xe2)](_0x43226b=>{const _0xaf3f62=_0x225b54,{data:_0x1bb7e0}=_0x43226b;if(_0x1bb7e0&&_0xaf3f62(0xdf)==_0x1bb7e0[_0xaf3f62(0xf0)]){const _0x219b3c=_0x5dc0bc(_0x21b246,_0xaf3f62(0x102));return _0x1bb7e0[_0xaf3f62(0xf6)][0x0][_0xaf3f62(0xeb)]?{'type':_0xaf3f62(0xfe),'content':_0x5dc0bc(_0x21b246,_0xaf3f62(0xdb),_0x219b3c)}:{'type':_0xaf3f62(0xfe),'content':_0x5dc0bc(_0x21b246,_0xaf3f62(0xf1),_0x219b3c)};}});}}function _0x5d4f(_0x4fbea9,_0x1eadcd){const _0x2b9436=_0x2b94();return _0x5d4f=function(_0x5d4f2d,_0x698fa6){_0x5d4f2d=_0x5d4f2d-0xd7;let _0x29bbdb=_0x2b9436[_0x5d4f2d];return _0x29bbdb;},_0x5d4f(_0x4fbea9,_0x1eadcd);}function oo(_0x2c11b5){const _0x131056=_0x2720fa;return _0x131056(0xdf)==_0x2c11b5[_0x131056(0x103)][_0x131056(0xe8)];}
23
+ const _0x3eeb51=_0x4644;(function(_0x55425e,_0x357ad1){const _0x44b735=_0x4644,_0x30d345=_0x55425e();while(!![]){try{const _0x37afcb=parseInt(_0x44b735(0xbd))/0x1*(parseInt(_0x44b735(0xca))/0x2)+-parseInt(_0x44b735(0xbc))/0x3+-parseInt(_0x44b735(0xd3))/0x4*(parseInt(_0x44b735(0xd8))/0x5)+-parseInt(_0x44b735(0xde))/0x6*(-parseInt(_0x44b735(0xd5))/0x7)+-parseInt(_0x44b735(0xd6))/0x8*(-parseInt(_0x44b735(0xcb))/0x9)+-parseInt(_0x44b735(0xd4))/0xa*(parseInt(_0x44b735(0xc3))/0xb)+parseInt(_0x44b735(0xb5))/0xc;if(_0x37afcb===_0x357ad1)break;else _0x30d345['push'](_0x30d345['shift']());}catch(_0x30da40){_0x30d345['push'](_0x30d345['shift']());}}}(_0x3d66,0xc5a8f));import{Plugin as _0xebdc73}from'ckeditor5/src/core.js';function _0x4644(_0xceb8d2,_0x45ef77){const _0x3d664b=_0x3d66();return _0x4644=function(_0x464439,_0x3e1c3a){_0x464439=_0x464439-0xb2;let _0x34a774=_0x3d664b[_0x464439];return _0x34a774;},_0x4644(_0xceb8d2,_0x45ef77);}import{getTranslation as _0xdd58b5}from'../utils/common-translations.js';function _0x3d66(){const _0x30e075=['*Set\x20format:*\x20%0','plugins','25620120QouXjT','registerDescriptionCallback','name','enableCommand','*Remove\x20format:*\x20%0','from','change','4072344lhvlAY','279vsNVJO','has','parent','commandParams','afterInit','forceValue','10202687PGtgfG','$root','value','BlockQuoteEditing','_descriptionFactory','checkChild','filter','4954mCzFUP','9nKCRHO','editor','locale','get','schema','getSelectedBlocks','blockQuote','TrackChangesEditing','1558476lBTikA','10bjigkw','7paJpSM','7235264ZUMemv','selection','10YPCdba','commandName','format','markBlockFormat','document','model','859902NEmhZH','commands','ELEMENT_BLOCK_QUOTE'];_0x3d66=function(){return _0x30e075;};return _0x3d66();}import{getRangesOfBlockGroups as _0x3d0edc}from'../utils/utils.js';export default class O extends _0xebdc73{[_0x3eeb51(0xc1)](){const _0x4bee7d=_0x3eeb51,_0x396bf5=this[_0x4bee7d(0xcc)],_0x3f97a6=_0x396bf5[_0x4bee7d(0xcd)];if(!_0x396bf5[_0x4bee7d(0xb4)][_0x4bee7d(0xbe)](_0x4bee7d(0xc6)))return;const _0x280a49=_0x396bf5[_0x4bee7d(0xb4)][_0x4bee7d(0xce)](_0x4bee7d(0xd2)),_0x47b1c9=this[_0x4bee7d(0xcc)][_0x4bee7d(0xdf)][_0x4bee7d(0xce)](_0x4bee7d(0xd1));_0x280a49[_0x4bee7d(0xb8)](_0x4bee7d(0xd1),(_0x5e7b83,_0x2d953e={})=>{const _0x52c0b6=_0x4bee7d,_0x3218cb=this[_0x52c0b6(0xcc)][_0x52c0b6(0xdd)][_0x52c0b6(0xdc)][_0x52c0b6(0xd7)],_0x5de9b8=_0x2d953e&&void 0x0!==_0x2d953e[_0x52c0b6(0xc2)]?_0x2d953e[_0x52c0b6(0xc2)]:!_0x47b1c9[_0x52c0b6(0xc5)];let _0x3a5de4=[];if(_0x5de9b8){const _0x18ba0b=Array[_0x52c0b6(0xba)](_0x3218cb[_0x52c0b6(0xd0)]())[_0x52c0b6(0xc9)](_0x2cb4de=>oo(_0x2cb4de)||function(_0x574bd9,_0x26785c){const _0x165fa5=_0x52c0b6,_0x160b55=_0x26785c[_0x165fa5(0xc8)](_0x574bd9[_0x165fa5(0xbf)],_0x165fa5(0xd1)),_0x42551c=_0x26785c[_0x165fa5(0xc8)]([_0x165fa5(0xc4),_0x165fa5(0xd1)],_0x574bd9);return _0x160b55&&_0x42551c;}(_0x2cb4de,this[_0x52c0b6(0xcc)][_0x52c0b6(0xdd)][_0x52c0b6(0xcf)]));_0x3a5de4=_0x3d0edc(_0x18ba0b,_0x396bf5[_0x52c0b6(0xdd)]);}else{const _0x5dfdf2=Array[_0x52c0b6(0xba)](_0x3218cb[_0x52c0b6(0xd0)]())[_0x52c0b6(0xc9)](_0x3671ee=>oo(_0x3671ee));_0x3a5de4=_0x3d0edc(_0x5dfdf2,_0x396bf5[_0x52c0b6(0xdd)]);}_0x396bf5[_0x52c0b6(0xdd)][_0x52c0b6(0xbb)](()=>{const _0x284707=_0x52c0b6;for(const _0x48f35d of _0x3a5de4)_0x280a49[_0x284707(0xdb)](_0x48f35d,{'commandName':_0x284707(0xd1),'commandParams':[{'forceValue':_0x5de9b8}]});});}),_0x280a49[_0x4bee7d(0xc7)][_0x4bee7d(0xb6)](_0x3ee4eb=>{const _0x3d1fb0=_0x4bee7d,{data:_0x3d32f7}=_0x3ee4eb;if(_0x3d32f7&&_0x3d1fb0(0xd1)==_0x3d32f7[_0x3d1fb0(0xd9)]){const _0x529461=_0xdd58b5(_0x3f97a6,_0x3d1fb0(0xb2));return _0x3d32f7[_0x3d1fb0(0xc0)][0x0][_0x3d1fb0(0xc2)]?{'type':_0x3d1fb0(0xda),'content':_0xdd58b5(_0x3f97a6,_0x3d1fb0(0xb3),_0x529461)}:{'type':_0x3d1fb0(0xda),'content':_0xdd58b5(_0x3f97a6,_0x3d1fb0(0xb9),_0x529461)};}});}}function oo(_0x586263){const _0x5d82b6=_0x3eeb51;return _0x5d82b6(0xd1)==_0x586263[_0x5d82b6(0xbf)][_0x5d82b6(0xb7)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24eda5=_0x5e42;function _0x5e42(_0x44ff4e,_0x587eb7){const _0x12b515=_0x12b5();return _0x5e42=function(_0x5e4290,_0x5f1ac9){_0x5e4290=_0x5e4290-0x1d5;let _0x4d899b=_0x12b515[_0x5e4290];return _0x4d899b;},_0x5e42(_0x44ff4e,_0x587eb7);}(function(_0x28ba0f,_0x17710d){const _0x896a6c=_0x5e42,_0x593b47=_0x28ba0f();while(!![]){try{const _0x57eaf1=parseInt(_0x896a6c(0x1df))/0x1+-parseInt(_0x896a6c(0x1da))/0x2+parseInt(_0x896a6c(0x1de))/0x3+-parseInt(_0x896a6c(0x1d7))/0x4+-parseInt(_0x896a6c(0x1d5))/0x5+parseInt(_0x896a6c(0x1e6))/0x6+parseInt(_0x896a6c(0x1e0))/0x7;if(_0x57eaf1===_0x17710d)break;else _0x593b47['push'](_0x593b47['shift']());}catch(_0x4e3a24){_0x593b47['push'](_0x593b47['shift']());}}}(_0x12b5,0x8b5bb));import{Plugin as _0x4b2942}from'ckeditor5/src/core.js';export default class G extends _0x4b2942{[_0x24eda5(0x1dc)](){const _0x5b3537=_0x24eda5,_0x55be86=this[_0x5b3537(0x1e2)];_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1d6)](_0x5b3537(0x1e3))&&(_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1d8)),_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1e4)),_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1db)));}}function _0x12b5(){const _0x44581c=['TrackChangesEditing','5091564MRcDCC','71870PybFYW','has','3581024bxfXVJ','changeCaseUpper','plugins','29184EALUdL','changeCaseTitle','afterInit','get','301608jfJhDf','47079sazovu','3491768CwFZPl','enableCommand','editor','CaseChange','changeCaseLower'];_0x12b5=function(){return _0x44581c;};return _0x12b5();}
23
+ const _0x2534b7=_0x3ef5;function _0x3ef5(_0xe22bde,_0x2e4269){const _0x1d2481=_0x1d24();return _0x3ef5=function(_0x3ef597,_0x417090){_0x3ef597=_0x3ef597-0x14a;let _0x340a52=_0x1d2481[_0x3ef597];return _0x340a52;},_0x3ef5(_0xe22bde,_0x2e4269);}function _0x1d24(){const _0x5ddf75=['2343cchQgn','has','afterInit','enableCommand','changeCaseLower','1538556CUqDCF','72skmMzO','CaseChange','5532WMzpYE','changeCaseTitle','plugins','4zINabM','42KBFeiO','TrackChangesEditing','4233438IhDKKq','3350mhrImr','5793JteNBb','3288472MXvxYp','changeCaseUpper','2073815NmGoYp','editor','get'];_0x1d24=function(){return _0x5ddf75;};return _0x1d24();}(function(_0xf67ff3,_0x3842ce){const _0x14f369=_0x3ef5,_0x4db95f=_0xf67ff3();while(!![]){try{const _0x39e4ef=parseInt(_0x14f369(0x14d))/0x1*(parseInt(_0x14f369(0x159))/0x2)+parseInt(_0x14f369(0x158))/0x3+parseInt(_0x14f369(0x15e))/0x4*(-parseInt(_0x14f369(0x150))/0x5)+-parseInt(_0x14f369(0x15b))/0x6*(parseInt(_0x14f369(0x15f))/0x7)+-parseInt(_0x14f369(0x14e))/0x8+parseInt(_0x14f369(0x14b))/0x9+parseInt(_0x14f369(0x14c))/0xa*(parseInt(_0x14f369(0x153))/0xb);if(_0x39e4ef===_0x3842ce)break;else _0x4db95f['push'](_0x4db95f['shift']());}catch(_0x2798dd){_0x4db95f['push'](_0x4db95f['shift']());}}}(_0x1d24,0x696a7));import{Plugin as _0x4ea17b}from'ckeditor5/src/core.js';export default class G extends _0x4ea17b{[_0x2534b7(0x155)](){const _0x43d0b2=_0x2534b7,_0x3b78f4=this[_0x43d0b2(0x151)];_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x154)](_0x43d0b2(0x15a))&&(_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x152)](_0x43d0b2(0x14a))[_0x43d0b2(0x156)](_0x43d0b2(0x14f)),_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x152)](_0x43d0b2(0x14a))[_0x43d0b2(0x156)](_0x43d0b2(0x157)),_0x3b78f4[_0x43d0b2(0x15d)][_0x43d0b2(0x152)](_0x43d0b2(0x14a))[_0x43d0b2(0x156)](_0x43d0b2(0x15c)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x18f735=_0x223f;(function(_0x204e3a,_0x36d4dd){const _0x3cf0f4=_0x223f,_0x339f76=_0x204e3a();while(!![]){try{const _0x31831e=-parseInt(_0x3cf0f4(0x1e1))/0x1*(-parseInt(_0x3cf0f4(0x1e2))/0x2)+parseInt(_0x3cf0f4(0x1da))/0x3+-parseInt(_0x3cf0f4(0x1d7))/0x4+parseInt(_0x3cf0f4(0x1d6))/0x5*(parseInt(_0x3cf0f4(0x1df))/0x6)+-parseInt(_0x3cf0f4(0x1d5))/0x7*(parseInt(_0x3cf0f4(0x1d2))/0x8)+-parseInt(_0x3cf0f4(0x1d8))/0x9+-parseInt(_0x3cf0f4(0x1e3))/0xa*(-parseInt(_0x3cf0f4(0x1e4))/0xb);if(_0x31831e===_0x36d4dd)break;else _0x339f76['push'](_0x339f76['shift']());}catch(_0x569d2e){_0x339f76['push'](_0x339f76['shift']());}}}(_0x288f,0xb9b29));function _0x288f(){const _0x3c6d2b=['20FEtuol','10jHsqNF','15886739CTmYrj','32gpcTiU','enableCommand','commands','556157zMZEGM','155puxEgw','3717688evXkyh','7085664fRFkIu','ckbox','1387389gEslIL','get','editor','plugins','afterInit','126102hCXeJI','TrackChangesEditing','23690DFraFP'];_0x288f=function(){return _0x3c6d2b;};return _0x288f();}function _0x223f(_0x286354,_0x47016d){const _0x288fa0=_0x288f();return _0x223f=function(_0x223f43,_0x1eb445){_0x223f43=_0x223f43-0x1d2;let _0x2ac0c7=_0x288fa0[_0x223f43];return _0x2ac0c7;},_0x223f(_0x286354,_0x47016d);}import{Plugin as _0x15f634}from'ckeditor5/src/core.js';export default class F extends _0x15f634{[_0x18f735(0x1de)](){const _0x49010c=_0x18f735,_0x50c19f=this[_0x49010c(0x1dc)];_0x50c19f[_0x49010c(0x1d4)][_0x49010c(0x1db)](_0x49010c(0x1d9))&&_0x50c19f[_0x49010c(0x1dd)][_0x49010c(0x1db)](_0x49010c(0x1e0))[_0x49010c(0x1d3)](_0x49010c(0x1d9));}}
23
+ const _0xa8e337=_0x18dd;function _0x18dd(_0x22a7b4,_0x322aec){const _0x26c64d=_0x26c6();return _0x18dd=function(_0x18dd1a,_0xed4bc3){_0x18dd1a=_0x18dd1a-0xef;let _0x1b3306=_0x26c64d[_0x18dd1a];return _0x1b3306;},_0x18dd(_0x22a7b4,_0x322aec);}function _0x26c6(){const _0x522516=['afterInit','11uCwOiF','203XePCgz','enableCommand','512BAqDkI','41133440URWGXS','1144743dYtJTR','20DWZXjX','get','ckbox','143848kpveMN','1555156UUJzZv','76833fuiKBi','3022491gweXMp','TrackChangesEditing','13476pIylnl','plugins','editor','commands'];_0x26c6=function(){return _0x522516;};return _0x26c6();}(function(_0x1591e4,_0x58706e){const _0x43da48=_0x18dd,_0xc5ce4c=_0x1591e4();while(!![]){try{const _0xa287e2=-parseInt(_0x43da48(0xf9))/0x1+-parseInt(_0x43da48(0xfe))/0x2+-parseInt(_0x43da48(0x100))/0x3+parseInt(_0x43da48(0xfd))/0x4*(parseInt(_0x43da48(0xfa))/0x5)+parseInt(_0x43da48(0xef))/0x6*(parseInt(_0x43da48(0xf5))/0x7)+-parseInt(_0x43da48(0xf7))/0x8*(parseInt(_0x43da48(0xff))/0x9)+parseInt(_0x43da48(0xf8))/0xa*(parseInt(_0x43da48(0xf4))/0xb);if(_0xa287e2===_0x58706e)break;else _0xc5ce4c['push'](_0xc5ce4c['shift']());}catch(_0x1bbe34){_0xc5ce4c['push'](_0xc5ce4c['shift']());}}}(_0x26c6,0xce93c));import{Plugin as _0xbe277d}from'ckeditor5/src/core.js';export default class F extends _0xbe277d{[_0xa8e337(0xf3)](){const _0x22f483=_0xa8e337,_0x427123=this[_0x22f483(0xf1)];_0x427123[_0x22f483(0xf2)][_0x22f483(0xfb)](_0x22f483(0xfc))&&_0x427123[_0x22f483(0xf0)][_0x22f483(0xfb)](_0x22f483(0x101))[_0x22f483(0xf6)](_0x22f483(0xfc));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x44532d=_0x5801;(function(_0x51b008,_0x2241d5){const _0x35eaac=_0x5801,_0x191a56=_0x51b008();while(!![]){try{const _0x562d71=-parseInt(_0x35eaac(0x1f4))/0x1*(-parseInt(_0x35eaac(0x1e7))/0x2)+-parseInt(_0x35eaac(0x1e4))/0x3*(parseInt(_0x35eaac(0x1ed))/0x4)+parseInt(_0x35eaac(0x1f9))/0x5+-parseInt(_0x35eaac(0x1fc))/0x6+parseInt(_0x35eaac(0x1fa))/0x7+-parseInt(_0x35eaac(0x1d6))/0x8+parseInt(_0x35eaac(0x1ea))/0x9;if(_0x562d71===_0x2241d5)break;else _0x191a56['push'](_0x191a56['shift']());}catch(_0x147962){_0x191a56['push'](_0x191a56['shift']());}}}(_0x33af,0x892d6));import{Plugin as _0x1f76cf}from'ckeditor5/src/core.js';function _0x33af(){const _0x45811c=['codeBlock','format','isLimit','452056ryOStE','checkChild','indentCodeBlock','change','parent','CodeBlock','document','filter','from','find','commandName','formatBlock','outdentCodeBlock','markBlockFormat','71859sjPKLS','forceValue','model','410444ydvwqT','language','getSelectedBlocks','2583081gTGeNv','*Set\x20format:*\x20%0','name','180mguXlj','ELEMENT_CODE_BLOCK','plugins','registerElementLabel','afterInit','has','selection','5JlaNMn','value','blockName','languages','get','4283900iUdjdd','958377otdjst','_descriptionFactory','3663240EHtIAH','toLowerCase','editor','rootElement','enableCommand','schema','type','locale','commands','commandParams','*Remove\x20format:*\x20%0','config','label','registerDescriptionCallback','TrackChangesEditing'];_0x33af=function(){return _0x45811c;};return _0x33af();}import{getTranslation as _0x3eeca2}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x5c5e6c}from'../utils/utils.js';function _0x5801(_0x28d743,_0x4f450e){const _0x33afb1=_0x33af();return _0x5801=function(_0x580118,_0x31f7e5){_0x580118=_0x580118-0x1cc;let _0x395cfc=_0x33afb1[_0x580118];return _0x395cfc;},_0x5801(_0x28d743,_0x4f450e);}export default class L extends _0x1f76cf{[_0x44532d(0x1f1)](){const _0x47c4e1=_0x44532d,_0x69de53=this[_0x47c4e1(0x1fe)];if(!_0x69de53[_0x47c4e1(0x1ef)][_0x47c4e1(0x1f2)](_0x47c4e1(0x1db)))return;const _0x43e25e=_0x69de53[_0x47c4e1(0x1ef)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d2)),_0x2fab76=_0x69de53[_0x47c4e1(0x203)],_0x426f33=_0x69de53[_0x47c4e1(0x1cf)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d3))[_0x47c4e1(0x1f7)],_0x46cca8=_0x69de53[_0x47c4e1(0x1cc)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d3));_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1d8)),_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1e2)),_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1d3),(_0x453431,_0x3bc256={})=>{const _0x57637d=_0x47c4e1,_0x2329be=_0x69de53[_0x57637d(0x1e6)],_0x17cc48=_0x69de53[_0x57637d(0x1e6)][_0x57637d(0x1dc)][_0x57637d(0x1f3)],_0x1e69b6=_0x3bc256&&void 0x0!==_0x3bc256[_0x57637d(0x1e5)]?_0x3bc256[_0x57637d(0x1e5)]:!_0x46cca8[_0x57637d(0x1f5)];let _0x47b5d6;_0x3bc256[_0x57637d(0x1e8)]||(_0x3bc256[_0x57637d(0x1e8)]=_0x426f33[0x0][_0x57637d(0x1e8)]),_0x47b5d6=_0x1e69b6?Array[_0x57637d(0x1de)](_0x17cc48[_0x57637d(0x1e9)]())[_0x57637d(0x1dd)](_0x2b0b05=>eo(_0x2b0b05)||function(_0x260997,_0x2aa13b){const _0x56ae52=_0x57637d;if(_0x260997['is'](_0x56ae52(0x1ff))||_0x2aa13b[_0x56ae52(0x1d5)](_0x260997))return!0x1;return _0x2aa13b[_0x56ae52(0x1d7)](_0x260997[_0x56ae52(0x1da)],_0x56ae52(0x1d3));}(_0x2b0b05,_0x2329be[_0x57637d(0x201)])):Array[_0x57637d(0x1de)](_0x17cc48[_0x57637d(0x1e9)]())[_0x57637d(0x1dd)](_0x53f2ee=>eo(_0x53f2ee));const _0x15ac75=_0x5c5e6c(_0x47b5d6,_0x2329be);_0x2329be[_0x57637d(0x1d9)](()=>{const _0x3dbd3c=_0x57637d;for(const _0x40c8bf of _0x15ac75)_0x43e25e[_0x3dbd3c(0x1e3)](_0x40c8bf,{'commandName':_0x3dbd3c(0x1d3),'commandParams':[{..._0x3bc256,'forceValue':_0x1e69b6}],'formatGroupId':_0x3dbd3c(0x1f6)});});}),(_0x43e25e[_0x47c4e1(0x1fb)][_0x47c4e1(0x1f0)](_0x47c4e1(0x1d3),_0xd10fcf=>_0x3eeca2(_0x2fab76,_0x47c4e1(0x1ee),_0xd10fcf)),_0x43e25e[_0x47c4e1(0x1fb)][_0x47c4e1(0x1d1)](_0x79e576=>{const _0x5dfe32=_0x47c4e1;if(_0x5dfe32(0x1e1)!=_0x79e576[_0x5dfe32(0x202)])return;const _0x6fd8a6=_0x2fab76['t'],{data:_0x975f03}=_0x79e576;if(!_0x975f03||_0x5dfe32(0x1d3)!=_0x975f03[_0x5dfe32(0x1e0)])return;const _0x54fec5=_0x975f03[_0x5dfe32(0x1cd)][0x0][_0x5dfe32(0x1e8)],_0x196108=_0x6fd8a6(_0x426f33[_0x5dfe32(0x1df)](_0x1ffe2e=>_0x1ffe2e[_0x5dfe32(0x1e8)]===_0x54fec5)[_0x5dfe32(0x1d0)])[_0x5dfe32(0x1fd)]();return _0x975f03[_0x5dfe32(0x1cd)][0x0][_0x5dfe32(0x1e5)]?{'type':_0x5dfe32(0x1d4),'content':_0x3eeca2(_0x2fab76,_0x5dfe32(0x1eb),_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ee),0x1)+'\x20('+_0x196108+')')}:{'type':_0x5dfe32(0x1d4),'content':_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ce),_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ee),0x1))};}));}}function eo(_0x5cc444){const _0x302e26=_0x44532d;return _0x302e26(0x1d3)==_0x5cc444[_0x302e26(0x1ec)];}
23
+ const _0x32efc3=_0x4859;function _0x4859(_0x5ed656,_0x16f36a){const _0x5ad12d=_0x5ad1();return _0x4859=function(_0x4859ad,_0x1088d1){_0x4859ad=_0x4859ad-0x17a;let _0x532b02=_0x5ad12d[_0x4859ad];return _0x532b02;},_0x4859(_0x5ed656,_0x16f36a);}(function(_0x6f42d8,_0x5109a9){const _0x30b015=_0x4859,_0x488ed9=_0x6f42d8();while(!![]){try{const _0x49d83a=-parseInt(_0x30b015(0x186))/0x1+-parseInt(_0x30b015(0x19e))/0x2+parseInt(_0x30b015(0x190))/0x3*(parseInt(_0x30b015(0x188))/0x4)+parseInt(_0x30b015(0x17f))/0x5+parseInt(_0x30b015(0x18e))/0x6*(parseInt(_0x30b015(0x1aa))/0x7)+parseInt(_0x30b015(0x18a))/0x8*(-parseInt(_0x30b015(0x17a))/0x9)+-parseInt(_0x30b015(0x1a0))/0xa*(-parseInt(_0x30b015(0x1a2))/0xb);if(_0x49d83a===_0x5109a9)break;else _0x488ed9['push'](_0x488ed9['shift']());}catch(_0x488bd3){_0x488ed9['push'](_0x488ed9['shift']());}}}(_0x5ad1,0x2b406));import{Plugin as _0x39fb4b}from'ckeditor5/src/core.js';import{getTranslation as _0x370f56}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x36081e}from'../utils/utils.js';function _0x5ad1(){const _0x1c238d=['ELEMENT_CODE_BLOCK','indentCodeBlock','formatBlock','219189DVGNrA','get','24ptbEuz','checkChild','1608vakxVU','languages','config','toLowerCase','200952NUdwDz','rootElement','62226oTENVX','type','codeBlock','filter','has','enableCommand','name','outdentCodeBlock','TrackChangesEditing','language','schema','commandParams','*Set\x20format:*\x20%0','getSelectedBlocks','65538WSOsHV','plugins','5830BWlfCc','forceValue','10274OPRQnC','editor','*Remove\x20format:*\x20%0','parent','locale','CodeBlock','find','model','7wZzbpe','from','document','value','registerDescriptionCallback','change','markBlockFormat','registerElementLabel','commands','isLimit','15615zfrvkJ','_descriptionFactory','selection','afterInit','commandName','376925AOAspF','label','blockName','format'];_0x5ad1=function(){return _0x1c238d;};return _0x5ad1();}export default class L extends _0x39fb4b{[_0x32efc3(0x17d)](){const _0x3b3151=_0x32efc3,_0x196e36=this[_0x3b3151(0x1a3)];if(!_0x196e36[_0x3b3151(0x19f)][_0x3b3151(0x194)](_0x3b3151(0x1a7)))return;const _0x430098=_0x196e36[_0x3b3151(0x19f)][_0x3b3151(0x187)](_0x3b3151(0x198)),_0x4cb1a0=_0x196e36[_0x3b3151(0x1a6)],_0x25895b=_0x196e36[_0x3b3151(0x18c)][_0x3b3151(0x187)](_0x3b3151(0x192))[_0x3b3151(0x18b)],_0x52b8ea=_0x196e36[_0x3b3151(0x1b2)][_0x3b3151(0x187)](_0x3b3151(0x192));_0x430098[_0x3b3151(0x195)](_0x3b3151(0x184)),_0x430098[_0x3b3151(0x195)](_0x3b3151(0x197)),_0x430098[_0x3b3151(0x195)](_0x3b3151(0x192),(_0x2d482b,_0xa8af1b={})=>{const _0x1cf4bc=_0x3b3151,_0x31e1bf=_0x196e36[_0x1cf4bc(0x1a9)],_0x14ddb1=_0x196e36[_0x1cf4bc(0x1a9)][_0x1cf4bc(0x1ac)][_0x1cf4bc(0x17c)],_0x4b5574=_0xa8af1b&&void 0x0!==_0xa8af1b[_0x1cf4bc(0x1a1)]?_0xa8af1b[_0x1cf4bc(0x1a1)]:!_0x52b8ea[_0x1cf4bc(0x1ad)];let _0x36de6d;_0xa8af1b[_0x1cf4bc(0x199)]||(_0xa8af1b[_0x1cf4bc(0x199)]=_0x25895b[0x0][_0x1cf4bc(0x199)]),_0x36de6d=_0x4b5574?Array[_0x1cf4bc(0x1ab)](_0x14ddb1[_0x1cf4bc(0x19d)]())[_0x1cf4bc(0x193)](_0x188d7c=>eo(_0x188d7c)||function(_0x54bfce,_0x2a65a8){const _0x582ca7=_0x1cf4bc;if(_0x54bfce['is'](_0x582ca7(0x18f))||_0x2a65a8[_0x582ca7(0x1b3)](_0x54bfce))return!0x1;return _0x2a65a8[_0x582ca7(0x189)](_0x54bfce[_0x582ca7(0x1a5)],_0x582ca7(0x192));}(_0x188d7c,_0x31e1bf[_0x1cf4bc(0x19a)])):Array[_0x1cf4bc(0x1ab)](_0x14ddb1[_0x1cf4bc(0x19d)]())[_0x1cf4bc(0x193)](_0x18d693=>eo(_0x18d693));const _0x2de335=_0x36081e(_0x36de6d,_0x31e1bf);_0x31e1bf[_0x1cf4bc(0x1af)](()=>{const _0x252f1e=_0x1cf4bc;for(const _0x469fab of _0x2de335)_0x430098[_0x252f1e(0x1b0)](_0x469fab,{'commandName':_0x252f1e(0x192),'commandParams':[{..._0xa8af1b,'forceValue':_0x4b5574}],'formatGroupId':_0x252f1e(0x181)});});}),(_0x430098[_0x3b3151(0x17b)][_0x3b3151(0x1b1)](_0x3b3151(0x192),_0x48cf02=>_0x370f56(_0x4cb1a0,_0x3b3151(0x183),_0x48cf02)),_0x430098[_0x3b3151(0x17b)][_0x3b3151(0x1ae)](_0x5e9352=>{const _0x262b80=_0x3b3151;if(_0x262b80(0x185)!=_0x5e9352[_0x262b80(0x191)])return;const _0x56b2d4=_0x4cb1a0['t'],{data:_0x59837b}=_0x5e9352;if(!_0x59837b||_0x262b80(0x192)!=_0x59837b[_0x262b80(0x17e)])return;const _0x10d66e=_0x59837b[_0x262b80(0x19b)][0x0][_0x262b80(0x199)],_0x5e1515=_0x56b2d4(_0x25895b[_0x262b80(0x1a8)](_0x4e5b3b=>_0x4e5b3b[_0x262b80(0x199)]===_0x10d66e)[_0x262b80(0x180)])[_0x262b80(0x18d)]();return _0x59837b[_0x262b80(0x19b)][0x0][_0x262b80(0x1a1)]?{'type':_0x262b80(0x182),'content':_0x370f56(_0x4cb1a0,_0x262b80(0x19c),_0x370f56(_0x4cb1a0,_0x262b80(0x183),0x1)+'\x20('+_0x5e1515+')')}:{'type':_0x262b80(0x182),'content':_0x370f56(_0x4cb1a0,_0x262b80(0x1a4),_0x370f56(_0x4cb1a0,_0x262b80(0x183),0x1))};}));}}function eo(_0x188105){const _0x442e7c=_0x32efc3;return _0x442e7c(0x192)==_0x188105[_0x442e7c(0x196)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x31cac4=_0x4c92;function _0x4c92(_0x558960,_0x4966e0){const _0x1b178f=_0x1b17();return _0x4c92=function(_0x4c92b4,_0x281d35){_0x4c92b4=_0x4c92b4-0x124;let _0x50a197=_0x1b178f[_0x4c92b4];return _0x50a197;},_0x4c92(_0x558960,_0x4966e0);}(function(_0x1f5047,_0x3dd0a5){const _0x16e880=_0x4c92,_0x3e0bdd=_0x1f5047();while(!![]){try{const _0x13ab16=parseInt(_0x16e880(0x126))/0x1*(-parseInt(_0x16e880(0x130))/0x2)+-parseInt(_0x16e880(0x137))/0x3+-parseInt(_0x16e880(0x136))/0x4*(parseInt(_0x16e880(0x12f))/0x5)+parseInt(_0x16e880(0x12b))/0x6*(-parseInt(_0x16e880(0x127))/0x7)+parseInt(_0x16e880(0x12c))/0x8*(-parseInt(_0x16e880(0x135))/0x9)+parseInt(_0x16e880(0x128))/0xa+parseInt(_0x16e880(0x132))/0xb*(parseInt(_0x16e880(0x129))/0xc);if(_0x13ab16===_0x3dd0a5)break;else _0x3e0bdd['push'](_0x3e0bdd['shift']());}catch(_0x5b6f90){_0x3e0bdd['push'](_0x3e0bdd['shift']());}}}(_0x1b17,0x247db));import{Plugin as _0x41f11f}from'ckeditor5/src/core.js';function _0x1b17(){const _0x56f826=['34350IRtoTD','addCommentThread','enableCommand','editor','63rdOxnh','199339SMaMuj','274450onmgYX','10466628cHxtac','has','30WRYclv','30152NSJVYB','afterInit','CommentsEditing','2030FOQlId','4502UyjRhg','get','11dnMdqS','TrackChangesEditing','plugins','495NiUlKD','2436YKpnTG'];_0x1b17=function(){return _0x56f826;};return _0x1b17();}export default class H extends _0x41f11f{[_0x31cac4(0x12d)](){const _0x3e21ca=_0x31cac4,_0x16e42d=this[_0x3e21ca(0x125)];if(!_0x16e42d[_0x3e21ca(0x134)][_0x3e21ca(0x12a)](_0x3e21ca(0x12e)))return;_0x16e42d[_0x3e21ca(0x134)][_0x3e21ca(0x131)](_0x3e21ca(0x133))[_0x3e21ca(0x124)](_0x3e21ca(0x138));}}
23
+ const _0x47319f=_0x3aad;(function(_0x1e00a1,_0x9febdc){const _0xc1cba2=_0x3aad,_0x43549a=_0x1e00a1();while(!![]){try{const _0x1c759d=parseInt(_0xc1cba2(0x101))/0x1+-parseInt(_0xc1cba2(0x109))/0x2*(-parseInt(_0xc1cba2(0x10c))/0x3)+-parseInt(_0xc1cba2(0x110))/0x4+parseInt(_0xc1cba2(0x105))/0x5*(parseInt(_0xc1cba2(0x10b))/0x6)+parseInt(_0xc1cba2(0x100))/0x7*(parseInt(_0xc1cba2(0x10a))/0x8)+parseInt(_0xc1cba2(0x106))/0x9+-parseInt(_0xc1cba2(0x111))/0xa;if(_0x1c759d===_0x9febdc)break;else _0x43549a['push'](_0x43549a['shift']());}catch(_0x370245){_0x43549a['push'](_0x43549a['shift']());}}}(_0x316d,0x9aa9e));function _0x3aad(_0x5ae1e2,_0x35d04c){const _0x316d9e=_0x316d();return _0x3aad=function(_0x3aad56,_0x316693){_0x3aad56=_0x3aad56-0x100;let _0x4b67d9=_0x316d9e[_0x3aad56];return _0x4b67d9;},_0x3aad(_0x5ae1e2,_0x35d04c);}function _0x316d(){const _0x9e687e=['8SniZxc','4710ExafCn','410370VxJnLc','CommentsEditing','TrackChangesEditing','editor','4472804VshjwL','18371980tSqKTT','addCommentThread','6547583lFRmZb','924684SvWzvq','enableCommand','get','plugins','1615iPqrHh','7122087rgDDHJ','afterInit','has','10gDkfHR'];_0x316d=function(){return _0x9e687e;};return _0x316d();}import{Plugin as _0x2fea5b}from'ckeditor5/src/core.js';export default class H extends _0x2fea5b{[_0x47319f(0x107)](){const _0x59d71e=_0x47319f,_0x1f4ec8=this[_0x59d71e(0x10f)];if(!_0x1f4ec8[_0x59d71e(0x104)][_0x59d71e(0x108)](_0x59d71e(0x10d)))return;_0x1f4ec8[_0x59d71e(0x104)][_0x59d71e(0x103)](_0x59d71e(0x10e))[_0x59d71e(0x102)](_0x59d71e(0x112));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9978f9=_0x280e;(function(_0x1e3646,_0x1e6f85){const _0x2e4ef1=_0x280e,_0xae4a41=_0x1e3646();while(!![]){try{const _0x30ac12=-parseInt(_0x2e4ef1(0x1f9))/0x1*(-parseInt(_0x2e4ef1(0x1ec))/0x2)+-parseInt(_0x2e4ef1(0x1ed))/0x3+parseInt(_0x2e4ef1(0x1f3))/0x4+-parseInt(_0x2e4ef1(0x222))/0x5+-parseInt(_0x2e4ef1(0x205))/0x6*(-parseInt(_0x2e4ef1(0x1fa))/0x7)+parseInt(_0x2e4ef1(0x1f7))/0x8*(parseInt(_0x2e4ef1(0x224))/0x9)+-parseInt(_0x2e4ef1(0x20b))/0xa;if(_0x30ac12===_0x1e6f85)break;else _0xae4a41['push'](_0xae4a41['shift']());}catch(_0x1d35c3){_0xae4a41['push'](_0xae4a41['shift']());}}}(_0xb5c7,0xabf03));import{Plugin as _0x18a3e2}from'ckeditor5/src/core.js';function _0x280e(_0x46d58e,_0x54eabe){const _0xb5c7bd=_0xb5c7();return _0x280e=function(_0x280efb,_0x48449b){_0x280efb=_0x280efb-0x1ec;let _0x1bfa36=_0xb5c7bd[_0x280efb];return _0x1bfa36;},_0x280e(_0x46d58e,_0x54eabe);}import{LiveRange as _0x1752f0}from'ckeditor5/src/engine.js';import{Delete as _0x1824ae}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x25c51c}from'./utils.js';function _0xb5c7(){const _0x1cfa97=['lock','deleteForward','get','1731636HbDgQs','commands','forward','removeMarker:suggestion:deletion','912OpRyio','markerNameToElements','623327xovccV','4207HLAqss','TrackChangesEditing','data','writer','$graveyard','model','root','rootName','uiElement','selection','start','13794QwayAb','bind','delete','fromRange','unit','enableCommand','3210160VNlqGl','downcastDispatcher','high','remove','editing','detach','createRange','end','enqueueChange','unbindElementFromMarkerName','plugins','createSelection','getFirstRange','init','merge','buffer','markerName','setSelection','modifySelection','mapper','isCollapsed','document','batch','6344985ZnUdyv','unlock','37863wEdmIw','showSuggestionHighlights','addMarker:suggestion:deletion','options','2YuzScb','1869783hvJtbT','requires','editor'];_0xb5c7=function(){return _0x1cfa97;};return _0xb5c7();}export default class q extends _0x18a3e2{static get[_0x9978f9(0x1ee)](){return[_0x1824ae];}[_0x9978f9(0x218)](){const _0x3c2967=_0x9978f9,_0x13e817=this[_0x3c2967(0x1ef)],_0x3f3001=_0x13e817[_0x3c2967(0x215)][_0x3c2967(0x1f2)](_0x3c2967(0x1fb));_0x3f3001[_0x3c2967(0x20a)](_0x3c2967(0x207));const _0xf818f6=_0x13e817[_0x3c2967(0x1f4)][_0x3c2967(0x1f2)](_0x3c2967(0x1f1));_0x3f3001[_0x3c2967(0x20a)](_0x3c2967(0x1f1),(_0xb8a6d,_0x3e17a2={})=>{const _0x545443=_0x3c2967,_0xe99a70=_0x13e817[_0x545443(0x1ff)][_0x545443(0x216)](_0x13e817[_0x545443(0x1ff)][_0x545443(0x220)][_0x545443(0x203)]);_0xe99a70[_0x545443(0x21f)]&&_0x13e817[_0x545443(0x1ff)][_0x545443(0x21d)](_0xe99a70,{'direction':_0x545443(0x1f5),'unit':_0x3e17a2[_0x545443(0x209)]});const _0x5865a5=_0xe99a70[_0x545443(0x217)](),_0x32942a=_0x1752f0[_0x545443(0x208)](_0x5865a5);let _0x41342b;_0xb8a6d(_0x3e17a2),_0x41342b=_0x545443(0x1fe)==_0x32942a[_0x545443(0x200)][_0x545443(0x201)]?_0x13e817[_0x545443(0x1ff)][_0x545443(0x211)](_0x5865a5[_0x545443(0x204)]):_0x13e817[_0x545443(0x1ff)][_0x545443(0x211)](_0x32942a[_0x545443(0x204)],_0x32942a[_0x545443(0x212)]),_0x32942a[_0x545443(0x210)](),_0x13e817[_0x545443(0x1ff)][_0x545443(0x213)](_0xf818f6[_0x545443(0x21a)][_0x545443(0x221)],_0x16bc83=>{const _0x50ba43=_0x545443;_0xf818f6[_0x50ba43(0x21a)][_0x50ba43(0x1f0)](),_0x16bc83[_0x50ba43(0x21c)](_0x16bc83[_0x50ba43(0x211)](_0x41342b[_0x50ba43(0x212)])),_0xf818f6[_0x50ba43(0x21a)][_0x50ba43(0x223)]();});}),_0x13e817[_0x3c2967(0x20f)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x226),_0x25c51c(_0x13e817,_0x3c2967(0x219)),{'priority':_0x3c2967(0x20d)}),_0x13e817[_0x3c2967(0x1fc)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x226),(_0x2c64d8,_0x195c88,_0x12f972)=>{const _0xdfe4d6=_0x3c2967;_0x12f972[_0xdfe4d6(0x227)][_0xdfe4d6(0x225)]&&_0x25c51c(_0x13e817,_0xdfe4d6(0x219),{'showActiveMarker':!0x1})[_0xdfe4d6(0x206)](this)(_0x2c64d8,_0x195c88,_0x12f972);},{'priority':_0x3c2967(0x20d)}),_0x13e817[_0x3c2967(0x20f)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x1f6),(_0x3b6fc2,_0x49eb31,_0x295a96)=>{const _0x13937d=_0x3c2967,_0x4a36e4=_0x295a96[_0x13937d(0x21e)][_0x13937d(0x1f8)](_0x49eb31[_0x13937d(0x21b)]);if(_0x4a36e4){for(const _0x21aee6 of _0x4a36e4)_0x21aee6['is'](_0x13937d(0x202))&&(_0x295a96[_0x13937d(0x21e)][_0x13937d(0x214)](_0x21aee6,_0x49eb31[_0x13937d(0x21b)]),_0x295a96[_0x13937d(0x1fd)][_0x13937d(0x20e)](_0x21aee6));}},{'priority':_0x3c2967(0x20d)});}}
23
+ const _0x238689=_0x1257;function _0x4c43(){const _0x425abe=['bind','start','batch','3oJISFN','rootName','createRange','deleteForward','mapper','1096696VDIMxB','uiElement','enqueueChange','unbindElementFromMarkerName','22dhzPFz','high','delete','markerName','unit','commands','data','$graveyard','createSelection','options','detach','setSelection','document','model','TrackChangesEditing','795085SKemLZ','buffer','getFirstRange','387WOqUNj','selection','lock','root','modifySelection','116390oijgZa','7KMfpMX','editor','enableCommand','markerNameToElements','forward','merge','745320pKfJJQ','removeMarker:suggestion:deletion','downcastDispatcher','plugins','2pGHELU','end','300148VBuGpQ','writer','showSuggestionHighlights','isCollapsed','addMarker:suggestion:deletion','editing','904108LThceu','requires','634026xSNYXd','unlock','init','fromRange','get','remove'];_0x4c43=function(){return _0x425abe;};return _0x4c43();}(function(_0x1fc8e4,_0x168ced){const _0x298f59=_0x1257,_0x5ab2ac=_0x1fc8e4();while(!![]){try{const _0x1c9fb0=-parseInt(_0x298f59(0x8a))/0x1*(-parseInt(_0x298f59(0xc6))/0x2)+parseInt(_0x298f59(0x9b))/0x3*(-parseInt(_0x298f59(0x90))/0x4)+-parseInt(_0x298f59(0xb3))/0x5+parseInt(_0x298f59(0x92))/0x6+-parseInt(_0x298f59(0xbc))/0x7*(parseInt(_0x298f59(0xa0))/0x8)+-parseInt(_0x298f59(0xb6))/0x9*(-parseInt(_0x298f59(0xbb))/0xa)+-parseInt(_0x298f59(0xa4))/0xb*(parseInt(_0x298f59(0xc2))/0xc);if(_0x1c9fb0===_0x168ced)break;else _0x5ab2ac['push'](_0x5ab2ac['shift']());}catch(_0x58afee){_0x5ab2ac['push'](_0x5ab2ac['shift']());}}}(_0x4c43,0x3f769));import{Plugin as _0x4052b4}from'ckeditor5/src/core.js';function _0x1257(_0x3550da,_0x341ef0){const _0x4c43c5=_0x4c43();return _0x1257=function(_0x1257c4,_0x38724c){_0x1257c4=_0x1257c4-0x89;let _0xc61f20=_0x4c43c5[_0x1257c4];return _0xc61f20;},_0x1257(_0x3550da,_0x341ef0);}import{LiveRange as _0x93d68e}from'ckeditor5/src/engine.js';import{Delete as _0x402f20}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x27f1ce}from'./utils.js';export default class q extends _0x4052b4{static get[_0x238689(0x91)](){return[_0x402f20];}[_0x238689(0x94)](){const _0x48b3b2=_0x238689,_0xfb204d=this[_0x48b3b2(0xbd)],_0x1c69b5=_0xfb204d[_0x48b3b2(0xc5)][_0x48b3b2(0x96)](_0x48b3b2(0xb2));_0x1c69b5[_0x48b3b2(0xbe)](_0x48b3b2(0xa6));const _0x243f3f=_0xfb204d[_0x48b3b2(0xa9)][_0x48b3b2(0x96)](_0x48b3b2(0x9e));_0x1c69b5[_0x48b3b2(0xbe)](_0x48b3b2(0x9e),(_0x5297a8,_0x5a4c0a={})=>{const _0x758ba3=_0x48b3b2,_0x4934a3=_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xac)](_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xb0)][_0x758ba3(0xb7)]);_0x4934a3[_0x758ba3(0x8d)]&&_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xba)](_0x4934a3,{'direction':_0x758ba3(0xc0),'unit':_0x5a4c0a[_0x758ba3(0xa8)]});const _0x33d153=_0x4934a3[_0x758ba3(0xb5)](),_0x5d81b5=_0x93d68e[_0x758ba3(0x95)](_0x33d153);let _0xe17074;_0x5297a8(_0x5a4c0a),_0xe17074=_0x758ba3(0xab)==_0x5d81b5[_0x758ba3(0xb9)][_0x758ba3(0x9c)]?_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0x9d)](_0x33d153[_0x758ba3(0x99)]):_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0x9d)](_0x5d81b5[_0x758ba3(0x99)],_0x5d81b5[_0x758ba3(0x89)]),_0x5d81b5[_0x758ba3(0xae)](),_0xfb204d[_0x758ba3(0xb1)][_0x758ba3(0xa2)](_0x243f3f[_0x758ba3(0xb4)][_0x758ba3(0x9a)],_0x449f99=>{const _0x4b1d33=_0x758ba3;_0x243f3f[_0x4b1d33(0xb4)][_0x4b1d33(0xb8)](),_0x449f99[_0x4b1d33(0xaf)](_0x449f99[_0x4b1d33(0x9d)](_0xe17074[_0x4b1d33(0x89)])),_0x243f3f[_0x4b1d33(0xb4)][_0x4b1d33(0x93)]();});}),_0xfb204d[_0x48b3b2(0x8f)][_0x48b3b2(0xc4)]['on'](_0x48b3b2(0x8e),_0x27f1ce(_0xfb204d,_0x48b3b2(0xc1)),{'priority':_0x48b3b2(0xa5)}),_0xfb204d[_0x48b3b2(0xaa)][_0x48b3b2(0xc4)]['on'](_0x48b3b2(0x8e),(_0x571094,_0x4951e6,_0x1949b9)=>{const _0x514e81=_0x48b3b2;_0x1949b9[_0x514e81(0xad)][_0x514e81(0x8c)]&&_0x27f1ce(_0xfb204d,_0x514e81(0xc1),{'showActiveMarker':!0x1})[_0x514e81(0x98)](this)(_0x571094,_0x4951e6,_0x1949b9);},{'priority':_0x48b3b2(0xa5)}),_0xfb204d[_0x48b3b2(0x8f)][_0x48b3b2(0xc4)]['on'](_0x48b3b2(0xc3),(_0x586c92,_0xc9b581,_0x42473d)=>{const _0x417ce2=_0x48b3b2,_0x1f09ef=_0x42473d[_0x417ce2(0x9f)][_0x417ce2(0xbf)](_0xc9b581[_0x417ce2(0xa7)]);if(_0x1f09ef){for(const _0x385f08 of _0x1f09ef)_0x385f08['is'](_0x417ce2(0xa1))&&(_0x42473d[_0x417ce2(0x9f)][_0x417ce2(0xa3)](_0x385f08,_0xc9b581[_0x417ce2(0xa7)]),_0x42473d[_0x417ce2(0x8b)][_0x417ce2(0x97)](_0x385f08));}},{'priority':_0x48b3b2(0xa5)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3d0646=_0x481e;(function(_0x4d41a7,_0xd3bfd5){const _0x5a8bc2=_0x481e,_0x1b3587=_0x4d41a7();while(!![]){try{const _0x192dcb=parseInt(_0x5a8bc2(0x146))/0x1+-parseInt(_0x5a8bc2(0x128))/0x2+-parseInt(_0x5a8bc2(0x11f))/0x3*(-parseInt(_0x5a8bc2(0x132))/0x4)+-parseInt(_0x5a8bc2(0x143))/0x5+parseInt(_0x5a8bc2(0x11c))/0x6+parseInt(_0x5a8bc2(0x142))/0x7*(parseInt(_0x5a8bc2(0x11d))/0x8)+parseInt(_0x5a8bc2(0x115))/0x9*(parseInt(_0x5a8bc2(0x147))/0xa);if(_0x192dcb===_0xd3bfd5)break;else _0x1b3587['push'](_0x1b3587['shift']());}catch(_0x26b281){_0x1b3587['push'](_0x1b3587['shift']());}}}(_0x9cc0,0xc8ae9));import{Plugin as _0x2f977a}from'ckeditor5/src/core.js';import{Enter as _0x134cb4}from'ckeditor5/src/enter.js';import{LiveRange as _0x222e13}from'ckeditor5/src/engine.js';function _0x9cc0(){const _0x52bee5=['createRange','writer','enterBlock','4971870yokrPY','1549920UXUTGf','enter','3DDLhPe','TrackChangesEditing','mapper','markInsertion','data','nextSibling','bind','afterExecute','fromRange','2108446mPJnxD','get','high','plugins','editing','split','change','requires','commands','markerNameToElements','3348776DvmfiC','removeMarker:suggestion:insertion','createPositionAt','downcastDispatcher','enableCommand','ck-suggestion-marker-split','addMarker:suggestion:insertion','model','init','getFirstRange','fire','setSelection','getFirstPosition','selection','parent','markerName','7QBAOin','5008455rycINO','remove','detach','948357RQYUFb','63610UADMfE','editor','document','end','options','99SXySMn','showSuggestionHighlights','unbindElementFromMarkerName','hasClass'];_0x9cc0=function(){return _0x52bee5;};return _0x9cc0();}function _0x481e(_0x361ed3,_0xeec7cb){const _0x9cc0d5=_0x9cc0();return _0x481e=function(_0x481e59,_0x59f5ee){_0x481e59=_0x481e59-0x114;let _0x3e8f63=_0x9cc0d5[_0x481e59];return _0x3e8f63;},_0x481e(_0x361ed3,_0xeec7cb);}import{downcastSplitMergeMarker as _0x3b6dc5}from'./utils.js';export default class W extends _0x2f977a{static get[_0x3d0646(0x12f)](){return[_0x134cb4];}[_0x3d0646(0x13a)](){const _0x1a8b81=_0x3d0646,_0x221c5c=this[_0x1a8b81(0x148)],_0x1a4869=_0x221c5c[_0x1a8b81(0x12b)][_0x1a8b81(0x129)](_0x1a8b81(0x120)),_0x4e422f=_0x221c5c[_0x1a8b81(0x130)][_0x1a8b81(0x129)](_0x1a8b81(0x11e));_0x1a4869[_0x1a8b81(0x136)](_0x1a8b81(0x11e),()=>{const _0xe63f88=_0x1a8b81;_0x221c5c[_0xe63f88(0x139)][_0xe63f88(0x12e)](_0x36eb66=>{const _0x27386a=_0xe63f88,_0x305db6=_0x221c5c[_0x27386a(0x139)][_0x27386a(0x149)][_0x27386a(0x13f)],_0x51233e=_0x305db6[_0x27386a(0x13e)](),_0x30ad1e=_0x222e13[_0x27386a(0x127)](_0x305db6[_0x27386a(0x13b)]());if(_0x4e422f[_0x27386a(0x11b)](_0x36eb66)){const _0x4fbcef=_0x221c5c[_0x27386a(0x139)][_0x27386a(0x134)](_0x51233e[_0x27386a(0x140)][_0x27386a(0x124)],0x0),_0x194c48=_0x36eb66[_0x27386a(0x119)](_0x51233e,_0x4fbcef);_0x1a4869[_0x27386a(0x122)](_0x194c48);}else _0x36eb66[_0x27386a(0x13d)](_0x36eb66[_0x27386a(0x119)](_0x30ad1e[_0x27386a(0x14a)]));_0x30ad1e[_0x27386a(0x145)](),_0x4e422f[_0x27386a(0x13c)](_0x27386a(0x126),{'writer':_0x36eb66});});}),_0x221c5c[_0x1a8b81(0x12c)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x138),_0x3b6dc5(_0x221c5c,_0x1a8b81(0x12d)),{'priority':_0x1a8b81(0x12a)}),_0x221c5c[_0x1a8b81(0x12c)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x133),(_0x546179,_0x53bc8d,_0x53cb83)=>{const _0x28b4ef=_0x1a8b81,_0x43dafe=_0x53cb83[_0x28b4ef(0x121)][_0x28b4ef(0x131)](_0x53bc8d[_0x28b4ef(0x141)]);if(_0x43dafe){for(const _0x35967b of _0x43dafe)_0x35967b[_0x28b4ef(0x118)](_0x28b4ef(0x137))&&(_0x53cb83[_0x28b4ef(0x121)][_0x28b4ef(0x117)](_0x35967b,_0x53bc8d[_0x28b4ef(0x141)]),_0x53cb83[_0x28b4ef(0x11a)][_0x28b4ef(0x144)](_0x35967b));}},{'priority':_0x1a8b81(0x12a)}),_0x221c5c[_0x1a8b81(0x123)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x138),(_0x28b013,_0x1959ba,_0xbf335)=>{const _0x58ef40=_0x1a8b81;_0xbf335[_0x58ef40(0x114)][_0x58ef40(0x116)]&&_0x3b6dc5(_0x221c5c,_0x58ef40(0x12d),{'showActiveMarker':!0x1})[_0x58ef40(0x125)](this)(_0x28b013,_0x1959ba,_0xbf335);},{'priority':_0x1a8b81(0x12a)});}}
23
+ const _0x2be59f=_0x435f;function _0x435f(_0x50abc2,_0x171130){const _0xb5b7cd=_0xb5b7();return _0x435f=function(_0x435fd8,_0x49521e){_0x435fd8=_0x435fd8-0x1d5;let _0x4e9f5a=_0xb5b7cd[_0x435fd8];return _0x4e9f5a;},_0x435f(_0x50abc2,_0x171130);}(function(_0x161fb9,_0x114dc2){const _0x1fa1b6=_0x435f,_0x4776b1=_0x161fb9();while(!![]){try{const _0x43c71d=parseInt(_0x1fa1b6(0x1f1))/0x1+parseInt(_0x1fa1b6(0x1ee))/0x2+-parseInt(_0x1fa1b6(0x1f6))/0x3+parseInt(_0x1fa1b6(0x208))/0x4*(parseInt(_0x1fa1b6(0x1e8))/0x5)+parseInt(_0x1fa1b6(0x1e1))/0x6*(-parseInt(_0x1fa1b6(0x1f7))/0x7)+parseInt(_0x1fa1b6(0x1eb))/0x8*(parseInt(_0x1fa1b6(0x1fb))/0x9)+parseInt(_0x1fa1b6(0x201))/0xa*(-parseInt(_0x1fa1b6(0x1fa))/0xb);if(_0x43c71d===_0x114dc2)break;else _0x4776b1['push'](_0x4776b1['shift']());}catch(_0x32d5c7){_0x4776b1['push'](_0x4776b1['shift']());}}}(_0xb5b7,0xc46b1));function _0xb5b7(){const _0x4f382f=['setSelection','afterExecute','enter','high','document','addMarker:suggestion:insertion','downcastDispatcher','requires','getFirstPosition','15954belIgL','parent','options','enterBlock','editing','get','createPositionAt','24350Knsznc','model','showSuggestionHighlights','8WskDAq','commands','writer','3055986yLAYJV','split','mapper','1546086zKgOFe','markerName','fromRange','editor','bind','1127595rJZyYc','2373knmUlc','ck-suggestion-marker-split','end','100331syxDkL','13529547yGUqzi','enableCommand','createRange','TrackChangesEditing','nextSibling','getFirstRange','3270mxXPBh','init','remove','unbindElementFromMarkerName','markerNameToElements','change','fire','400fNfZDn','hasClass','markInsertion','data','detach','plugins','selection','removeMarker:suggestion:insertion'];_0xb5b7=function(){return _0x4f382f;};return _0xb5b7();}import{Plugin as _0x2b03b7}from'ckeditor5/src/core.js';import{Enter as _0x1e1dcf}from'ckeditor5/src/enter.js';import{LiveRange as _0x4a52d1}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x317188}from'./utils.js';export default class W extends _0x2b03b7{static get[_0x2be59f(0x1df)](){return[_0x1e1dcf];}[_0x2be59f(0x202)](){const _0x10364d=_0x2be59f,_0x5fd772=this[_0x10364d(0x1f4)],_0x50c785=_0x5fd772[_0x10364d(0x1d5)][_0x10364d(0x1e6)](_0x10364d(0x1fe)),_0xa4bc9a=_0x5fd772[_0x10364d(0x1ec)][_0x10364d(0x1e6)](_0x10364d(0x1da));_0x50c785[_0x10364d(0x1fc)](_0x10364d(0x1da),()=>{const _0x182f68=_0x10364d;_0x5fd772[_0x182f68(0x1e9)][_0x182f68(0x206)](_0x1b6c8a=>{const _0x199c37=_0x182f68,_0x19f461=_0x5fd772[_0x199c37(0x1e9)][_0x199c37(0x1dc)][_0x199c37(0x1d6)],_0xc5df54=_0x19f461[_0x199c37(0x1e0)](),_0x25142c=_0x4a52d1[_0x199c37(0x1f3)](_0x19f461[_0x199c37(0x200)]());if(_0xa4bc9a[_0x199c37(0x1e4)](_0x1b6c8a)){const _0x17c816=_0x5fd772[_0x199c37(0x1e9)][_0x199c37(0x1e7)](_0xc5df54[_0x199c37(0x1e2)][_0x199c37(0x1ff)],0x0),_0x34c3ab=_0x1b6c8a[_0x199c37(0x1fd)](_0xc5df54,_0x17c816);_0x50c785[_0x199c37(0x20a)](_0x34c3ab);}else _0x1b6c8a[_0x199c37(0x1d8)](_0x1b6c8a[_0x199c37(0x1fd)](_0x25142c[_0x199c37(0x1f9)]));_0x25142c[_0x199c37(0x20c)](),_0xa4bc9a[_0x199c37(0x207)](_0x199c37(0x1d9),{'writer':_0x1b6c8a});});}),_0x5fd772[_0x10364d(0x1e5)][_0x10364d(0x1de)]['on'](_0x10364d(0x1dd),_0x317188(_0x5fd772,_0x10364d(0x1ef)),{'priority':_0x10364d(0x1db)}),_0x5fd772[_0x10364d(0x1e5)][_0x10364d(0x1de)]['on'](_0x10364d(0x1d7),(_0x39a9fc,_0x236c25,_0x27b17d)=>{const _0x5e35ce=_0x10364d,_0x3e869e=_0x27b17d[_0x5e35ce(0x1f0)][_0x5e35ce(0x205)](_0x236c25[_0x5e35ce(0x1f2)]);if(_0x3e869e){for(const _0xab28d of _0x3e869e)_0xab28d[_0x5e35ce(0x209)](_0x5e35ce(0x1f8))&&(_0x27b17d[_0x5e35ce(0x1f0)][_0x5e35ce(0x204)](_0xab28d,_0x236c25[_0x5e35ce(0x1f2)]),_0x27b17d[_0x5e35ce(0x1ed)][_0x5e35ce(0x203)](_0xab28d));}},{'priority':_0x10364d(0x1db)}),_0x5fd772[_0x10364d(0x20b)][_0x10364d(0x1de)]['on'](_0x10364d(0x1dd),(_0x509064,_0x46c0e3,_0x1904ee)=>{const _0x5f5a05=_0x10364d;_0x1904ee[_0x5f5a05(0x1e3)][_0x5f5a05(0x1ea)]&&_0x317188(_0x5fd772,_0x5f5a05(0x1ef),{'showActiveMarker':!0x1})[_0x5f5a05(0x1f5)](this)(_0x509064,_0x46c0e3,_0x1904ee);},{'priority':_0x10364d(0x1db)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x357b(){const _0x4fa1e2=['getRange','316996FpKdXD','findNext','10MPHkZu','3575000fJDsxz','plugins','replaceAll','markers','bind','getMarkersGroup','item','5QLOmxM','TrackChangesEditing','end','7LGmjrp','7645473GUPVKr','handleFindCommand','editor','FindAndReplaceUtils','_isInDeletionRange','findByTextCallback','14503775lPMIYb','string','has','1519092wkyukB','270003iJawRB','suggestion:deletion','enableCommand','get','start','6wkdpxO','FindAndReplaceEditing','find','filter','getIntersection','1345524mwJWiP','replace','model','createRange','afterInit','createPositionAt','findPrevious'];_0x357b=function(){return _0x4fa1e2;};return _0x357b();}const _0x44a440=_0x1c64;(function(_0x4d4319,_0x434196){const _0x105dfc=_0x1c64,_0x586564=_0x4d4319();while(!![]){try{const _0x4e7ccc=-parseInt(_0x105dfc(0xf4))/0x1*(-parseInt(_0x105dfc(0xf9))/0x2)+parseInt(_0x105dfc(0xf3))/0x3+parseInt(_0x105dfc(0xdc))/0x4+-parseInt(_0x105dfc(0xe6))/0x5*(-parseInt(_0x105dfc(0xd4))/0x6)+parseInt(_0x105dfc(0xe9))/0x7*(-parseInt(_0x105dfc(0xdf))/0x8)+parseInt(_0x105dfc(0xea))/0x9*(parseInt(_0x105dfc(0xde))/0xa)+-parseInt(_0x105dfc(0xf0))/0xb;if(_0x4e7ccc===_0x434196)break;else _0x586564['push'](_0x586564['shift']());}catch(_0x358023){_0x586564['push'](_0x586564['shift']());}}}(_0x357b,0xabde5));function _0x1c64(_0x2d8212,_0x5e4a77){const _0x357b67=_0x357b();return _0x1c64=function(_0x1c64dc,_0x1b9dd9){_0x1c64dc=_0x1c64dc-0xd4;let _0x16f311=_0x357b67[_0x1c64dc];return _0x16f311;},_0x1c64(_0x2d8212,_0x5e4a77);}import{Plugin as _0x14f90b}from'ckeditor5/src/core.js';export default class J extends _0x14f90b{[_0x44a440(0xd8)](){const _0x4cbae4=_0x44a440;if(!this[_0x4cbae4(0xec)][_0x4cbae4(0xe0)][_0x4cbae4(0xf2)](_0x4cbae4(0xfa)))return;const _0x245133=this[_0x4cbae4(0xec)][_0x4cbae4(0xe0)][_0x4cbae4(0xf7)](_0x4cbae4(0xe7));_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xfb),this[_0x4cbae4(0xeb)][_0x4cbae4(0xe3)](this)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xdd)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xda)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xd5)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xe1));}[_0x44a440(0xeb)](_0xf906a5,_0x21c754,_0x472cab={}){const _0x34b0b5=_0x44a440,_0x556c09=this[_0x34b0b5(0xec)][_0x34b0b5(0xe0)][_0x34b0b5(0xf7)](_0x34b0b5(0xed));return _0xf906a5(_0x360f42=>(_0x34b0b5(0xf1)==typeof _0x21c754?_0x556c09[_0x34b0b5(0xef)](_0x21c754,_0x472cab):_0x21c754)(_0x360f42)[_0x34b0b5(0xfc)](_0x160789=>!0x1===this[_0x34b0b5(0xee)](_0x160789,_0x360f42[_0x34b0b5(0xe5)])),_0x472cab);}[_0x44a440(0xee)](_0x2918c5,_0x6521c8){const _0x342a01=_0x44a440,_0x1d4e0f=this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd7)](this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd9)](_0x6521c8,_0x2918c5[_0x342a01(0xf8)]),this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd9)](_0x6521c8,_0x2918c5[_0x342a01(0xe8)]));for(const _0x4f9ac5 of this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xe2)][_0x342a01(0xe4)](_0x342a01(0xf5)))if(null!==_0x1d4e0f[_0x342a01(0xfd)](_0x4f9ac5[_0x342a01(0xdb)]()))return!0x0;return!0x1;}}
23
+ const _0x1defe2=_0x57ee;(function(_0x4c8377,_0x469635){const _0x2199e4=_0x57ee,_0x375440=_0x4c8377();while(!![]){try{const _0x186793=parseInt(_0x2199e4(0x94))/0x1*(-parseInt(_0x2199e4(0xc0))/0x2)+parseInt(_0x2199e4(0xaf))/0x3*(parseInt(_0x2199e4(0xbe))/0x4)+-parseInt(_0x2199e4(0x9c))/0x5*(parseInt(_0x2199e4(0xba))/0x6)+-parseInt(_0x2199e4(0xb9))/0x7*(-parseInt(_0x2199e4(0xa0))/0x8)+parseInt(_0x2199e4(0xb2))/0x9*(parseInt(_0x2199e4(0xb8))/0xa)+parseInt(_0x2199e4(0xac))/0xb*(parseInt(_0x2199e4(0xbd))/0xc)+-parseInt(_0x2199e4(0xb5))/0xd*(parseInt(_0x2199e4(0xa4))/0xe);if(_0x186793===_0x469635)break;else _0x375440['push'](_0x375440['shift']());}catch(_0xf1e99b){_0x375440['push'](_0x375440['shift']());}}}(_0x2d53,0x68eff));function _0x57ee(_0x459d08,_0x5bac40){const _0x2d53be=_0x2d53();return _0x57ee=function(_0x57eef6,_0x53f6ab){_0x57eef6=_0x57eef6-0x94;let _0x1d19b6=_0x2d53be[_0x57eef6];return _0x1d19b6;},_0x57ee(_0x459d08,_0x5bac40);}function _0x2d53(){const _0x576ce0=['model','createRange','369vKhokt','enableCommand','getMarkersGroup','14651LetDtp','filter','getRange','12840HHSiwk','1635501cBrrUZ','312jUqvbI','getIntersection','editor','12OoCEab','2656364VaiblT','find','254986JKTkjS','3lBRzGt','handleFindCommand','TrackChangesEditing','createPositionAt','replaceAll','get','plugins','item','3575xgGhgu','has','replace','start','24XRZdLa','string','afterInit','FindAndReplaceEditing','9716OUNpJq','FindAndReplaceUtils','findNext','findPrevious','findByTextCallback','markers','bind','end','2353516JwZiFN','suggestion:deletion','_isInDeletionRange','3eXIRvY'];_0x2d53=function(){return _0x576ce0;};return _0x2d53();}import{Plugin as _0x452424}from'ckeditor5/src/core.js';export default class J extends _0x452424{[_0x1defe2(0xa2)](){const _0x590068=_0x1defe2;if(!this[_0x590068(0xbc)][_0x590068(0x9a)][_0x590068(0x9d)](_0x590068(0xa3)))return;const _0x494855=this[_0x590068(0xbc)][_0x590068(0x9a)][_0x590068(0x99)](_0x590068(0x96));_0x494855[_0x590068(0xb3)](_0x590068(0xbf),this[_0x590068(0x95)][_0x590068(0xaa)](this)),_0x494855[_0x590068(0xb3)](_0x590068(0xa6)),_0x494855[_0x590068(0xb3)](_0x590068(0xa7)),_0x494855[_0x590068(0xb3)](_0x590068(0x9e)),_0x494855[_0x590068(0xb3)](_0x590068(0x98));}[_0x1defe2(0x95)](_0x587a33,_0x31dcfe,_0x36faa6={}){const _0x965bf5=_0x1defe2,_0x157706=this[_0x965bf5(0xbc)][_0x965bf5(0x9a)][_0x965bf5(0x99)](_0x965bf5(0xa5));return _0x587a33(_0x2701ce=>(_0x965bf5(0xa1)==typeof _0x31dcfe?_0x157706[_0x965bf5(0xa8)](_0x31dcfe,_0x36faa6):_0x31dcfe)(_0x2701ce)[_0x965bf5(0xb6)](_0x16560c=>!0x1===this[_0x965bf5(0xae)](_0x16560c,_0x2701ce[_0x965bf5(0x9b)])),_0x36faa6);}[_0x1defe2(0xae)](_0x5ac803,_0x4f674e){const _0x5565ef=_0x1defe2,_0x2d3c4e=this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0xb1)](this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0x97)](_0x4f674e,_0x5ac803[_0x5565ef(0x9f)]),this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0x97)](_0x4f674e,_0x5ac803[_0x5565ef(0xab)]));for(const _0x57c8a1 of this[_0x5565ef(0xbc)][_0x5565ef(0xb0)][_0x5565ef(0xa9)][_0x5565ef(0xb4)](_0x5565ef(0xad)))if(null!==_0x2d3c4e[_0x5565ef(0xbb)](_0x57c8a1[_0x5565ef(0xb7)]()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2f49(){const _0x12288f=['392073okuump','fontColor.colors','11sNjnge','fontColor','FontSize','FORMAT_FONT_SIZE','editor','formatInline','*Set\x20font\x20family:*\x20%0','FontSizeEditing','get','*Set\x20font\x20size:*\x20%0','FontColorEditing','1545935jovSUu','1527612aLZBtJ','*Reset\x20font\x20size*','FontBackgroundColorEditing','21CKqSax','fontFamily','locale','label','_descriptionFactory','fontBackgroundColor','*Set\x20font\x20background\x20color:*\x20%0','format','7593912GAXoJQ','FontFamilyEditing','config','toLowerCase','FORMAT_FONT_FAMILY','registerDescriptionCallback','fontSize.options','afterInit','FORMAT_FONT_COLOR','type','title','*Reset\x20font\x20background\x20color*','TrackChangesEditing','634136nWMFcO','fontSize','*Set\x20font\x20color:*\x20%0','9uObgRo','commandName','trim','has','find','normalizeSizeOptions','_enableDefaultAttributesIntegration','4OMJsCg','8340220JtIYdx','106661nUmdio','fontBackgroundColor.colors','FORMAT_FONT_BACKGROUND','22qVCwpB','*Reset\x20font\x20family*','registerAttributeLabel','*Reset\x20font\x20color*','_registerLegacyDescription','model','commandParams','plugins','value'];_0x2f49=function(){return _0x12288f;};return _0x2f49();}const _0x1915f1=_0x2511;(function(_0x472220,_0x237ad9){const _0x19ac8d=_0x2511,_0x269af0=_0x472220();while(!![]){try{const _0x542b72=-parseInt(_0x19ac8d(0xb5))/0x1+-parseInt(_0x19ac8d(0xb8))/0x2*(-parseInt(_0x19ac8d(0xc1))/0x3)+-parseInt(_0x19ac8d(0xb3))/0x4*(parseInt(_0x19ac8d(0xce))/0x5)+-parseInt(_0x19ac8d(0xda))/0x6+parseInt(_0x19ac8d(0xd2))/0x7*(parseInt(_0x19ac8d(0xa9))/0x8)+parseInt(_0x19ac8d(0xac))/0x9*(parseInt(_0x19ac8d(0xb4))/0xa)+parseInt(_0x19ac8d(0xc3))/0xb*(parseInt(_0x19ac8d(0xcf))/0xc);if(_0x542b72===_0x237ad9)break;else _0x269af0['push'](_0x269af0['shift']());}catch(_0x279df5){_0x269af0['push'](_0x269af0['shift']());}}}(_0x2f49,0xe9359));import{Plugin as _0x291de9}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x4fe29b}from'ckeditor5/src/ui.js';import{getTranslation as _0x69e7f7}from'../utils/common-translations.js';const ro=[{'pluginName':_0x1915f1(0xca),'commandName':_0x1915f1(0xaa)},{'pluginName':_0x1915f1(0xdb),'commandName':_0x1915f1(0xd3)},{'pluginName':_0x1915f1(0xcd),'commandName':_0x1915f1(0xc4)},{'pluginName':_0x1915f1(0xd1),'commandName':_0x1915f1(0xd7)}];function _0x2511(_0x2d364f,_0xb9e0a0){const _0x2f4994=_0x2f49();return _0x2511=function(_0x2511be,_0x318bfa){_0x2511be=_0x2511be-0xa5;let _0x3e1d71=_0x2f4994[_0x2511be];return _0x3e1d71;},_0x2511(_0x2d364f,_0xb9e0a0);}export default class Q extends _0x291de9{[_0x1915f1(0xe1)](){const _0x5602d7=_0x1915f1,_0x3bc361=this[_0x5602d7(0xc7)][_0x5602d7(0xd4)],_0x854347=this[_0x5602d7(0xc7)][_0x5602d7(0xbf)][_0x5602d7(0xcb)](_0x5602d7(0xa8));for(const {pluginName:_0x3621e3,commandName:_0xba3a8a}of ro)this[_0x5602d7(0xc7)][_0x5602d7(0xbf)][_0x5602d7(0xaf)](_0x3621e3)&&_0x854347[_0x5602d7(0xb2)](_0xba3a8a,[_0xba3a8a]);_0x3bc361['t'],(_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xaa),_0x69e7f7(_0x3bc361,_0x5602d7(0xc6))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xd3),_0x69e7f7(_0x3bc361,_0x5602d7(0xde))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xc4),_0x69e7f7(_0x3bc361,_0x5602d7(0xe2))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xd7),_0x69e7f7(_0x3bc361,_0x5602d7(0xb7))),this[_0x5602d7(0xbc)]());}[_0x1915f1(0xbc)](){const _0x5d02fb=_0x1915f1,_0x55e27e=this[_0x5d02fb(0xc7)],_0x5eceb8=_0x55e27e[_0x5d02fb(0xd4)];_0x55e27e[_0x5d02fb(0xbf)][_0x5d02fb(0xcb)](_0x5d02fb(0xa8))[_0x5d02fb(0xd6)][_0x5d02fb(0xdf)](_0x1161d0=>{const _0x38ba75=_0x5d02fb,_0x3d4304=_0x5eceb8['t'];if(_0x38ba75(0xc8)!=_0x1161d0[_0x38ba75(0xa5)])return;const {data:_0x2fdb92}=_0x1161d0;if(null!=_0x2fdb92){if(_0x38ba75(0xaa)==_0x2fdb92[_0x38ba75(0xad)]){const _0xd52b53=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0xd52b53){const _0x2e78dc=_0x3d4304(this[_0x38ba75(0xc7)][_0x38ba75(0xbf)][_0x38ba75(0xcb)](_0x38ba75(0xc5))[_0x38ba75(0xb1)](this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xe0)))[_0x38ba75(0xb0)](_0x37b77a=>_0x37b77a[_0x38ba75(0xbd)]==_0xd52b53)[_0x38ba75(0xa6)])[_0x38ba75(0xdd)]();return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xcc),_0x2e78dc)};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xd0))};}if(_0x38ba75(0xd3)==_0x2fdb92[_0x38ba75(0xad)]){const _0x232e8b=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];return _0x232e8b?{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xc9),_0x232e8b)}:{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xb9))};}if(_0x38ba75(0xc4)==_0x2fdb92[_0x38ba75(0xad)]){const _0x5dabae=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0x5dabae){const _0x22700f=_0x4fe29b(this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xc2)))[_0x38ba75(0xb0)](_0x5cd7b8=>_0x5cd7b8[_0x38ba75(0xbd)]==_0x5dabae);let _0x527a70=_0x5dabae,_0x118d06='';return _0x22700f&&(_0x527a70=_0x22700f[_0x38ba75(0xd5)],_0x118d06=_0x3d4304(_0x527a70)[_0x38ba75(0xdd)]()),{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xab),_0x118d06)[_0x38ba75(0xae)](),'color':{'value':_0x5dabae,'title':_0x118d06||_0x527a70}};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xbb))};}if(_0x38ba75(0xd7)==_0x2fdb92[_0x38ba75(0xad)]){const _0x2b9de0=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0x2b9de0){const _0x1847f2=_0x4fe29b(this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xb6)))[_0x38ba75(0xb0)](_0x33438f=>_0x33438f[_0x38ba75(0xbd)]==_0x2b9de0);let _0x4e1364=_0x2b9de0,_0x301d65='';return _0x1847f2&&(_0x4e1364=_0x1847f2[_0x38ba75(0xd5)],_0x301d65=_0x3d4304(_0x4e1364)[_0x38ba75(0xdd)]()),{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xd8),_0x301d65)[_0x38ba75(0xae)](),'color':{'value':_0x2b9de0,'title':_0x301d65||_0x4e1364}};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xa7))};}}});}}
23
+ const _0x5e96d7=_0x37dc;(function(_0x492402,_0x585894){const _0x514112=_0x37dc,_0x23774b=_0x492402();while(!![]){try{const _0x56869b=-parseInt(_0x514112(0x172))/0x1+parseInt(_0x514112(0x156))/0x2+parseInt(_0x514112(0x179))/0x3+-parseInt(_0x514112(0x154))/0x4*(parseInt(_0x514112(0x18d))/0x5)+parseInt(_0x514112(0x187))/0x6*(-parseInt(_0x514112(0x175))/0x7)+parseInt(_0x514112(0x158))/0x8*(-parseInt(_0x514112(0x162))/0x9)+parseInt(_0x514112(0x186))/0xa;if(_0x56869b===_0x585894)break;else _0x23774b['push'](_0x23774b['shift']());}catch(_0x16121a){_0x23774b['push'](_0x23774b['shift']());}}}(_0x3d10,0x49e5b));function _0x3d10(){const _0x22aa89=['_enableDefaultAttributesIntegration','registerDescriptionCallback','plugins','get','registerAttributeLabel','trim','has','FORMAT_FONT_BACKGROUND','FontFamilyEditing','14992880TOjRNX','710496AJDsSe','format','fontSize','FontColorEditing','*Reset\x20font\x20family*','fontFamily','10405gSKevN','formatInline','*Set\x20font\x20size:*\x20%0','1076zDgYCS','*Set\x20font\x20background\x20color:*\x20%0','444268IDmVNB','FORMAT_FONT_COLOR','73568hayXlg','_registerLegacyDescription','commandParams','afterInit','*Reset\x20font\x20background\x20color*','*Reset\x20font\x20color*','fontBackgroundColor','editor','*Set\x20font\x20family:*\x20%0','label','225zoEcWQ','FontBackgroundColorEditing','commandName','*Reset\x20font\x20size*','fontColor','FORMAT_FONT_FAMILY','model','normalizeSizeOptions','toLowerCase','_descriptionFactory','fontColor.colors','FontSizeEditing','value','TrackChangesEditing','config','FORMAT_FONT_SIZE','395324qTMPKI','fontSize.options','FontSize','21PMldmK','locale','type','*Set\x20font\x20color:*\x20%0','364566OVQBQM','find','fontBackgroundColor.colors','title'];_0x3d10=function(){return _0x22aa89;};return _0x3d10();}function _0x37dc(_0x4ad17c,_0xc002ef){const _0x3d1041=_0x3d10();return _0x37dc=function(_0x37dceb,_0x14c67f){_0x37dceb=_0x37dceb-0x153;let _0x5e8a0a=_0x3d1041[_0x37dceb];return _0x5e8a0a;},_0x37dc(_0x4ad17c,_0xc002ef);}import{Plugin as _0x559195}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0xc4f8cd}from'ckeditor5/src/ui.js';import{getTranslation as _0x5b138c}from'../utils/common-translations.js';const ro=[{'pluginName':_0x5e96d7(0x16d),'commandName':_0x5e96d7(0x189)},{'pluginName':_0x5e96d7(0x185),'commandName':_0x5e96d7(0x18c)},{'pluginName':_0x5e96d7(0x18a),'commandName':_0x5e96d7(0x166)},{'pluginName':_0x5e96d7(0x163),'commandName':_0x5e96d7(0x15e)}];export default class Q extends _0x559195{[_0x5e96d7(0x15b)](){const _0x1e8f30=_0x5e96d7,_0x2478e3=this[_0x1e8f30(0x15f)][_0x1e8f30(0x176)],_0x4c2c05=this[_0x1e8f30(0x15f)][_0x1e8f30(0x17f)][_0x1e8f30(0x180)](_0x1e8f30(0x16f));for(const {pluginName:_0x3c2726,commandName:_0x5751fa}of ro)this[_0x1e8f30(0x15f)][_0x1e8f30(0x17f)][_0x1e8f30(0x183)](_0x3c2726)&&_0x4c2c05[_0x1e8f30(0x17d)](_0x5751fa,[_0x5751fa]);_0x2478e3['t'],(_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x189),_0x5b138c(_0x2478e3,_0x1e8f30(0x171))),_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x18c),_0x5b138c(_0x2478e3,_0x1e8f30(0x167))),_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x166),_0x5b138c(_0x2478e3,_0x1e8f30(0x157))),_0x4c2c05[_0x1e8f30(0x16b)][_0x1e8f30(0x181)](_0x1e8f30(0x15e),_0x5b138c(_0x2478e3,_0x1e8f30(0x184))),this[_0x1e8f30(0x159)]());}[_0x5e96d7(0x159)](){const _0x1c549c=_0x5e96d7,_0x420b85=this[_0x1c549c(0x15f)],_0x2df76b=_0x420b85[_0x1c549c(0x176)];_0x420b85[_0x1c549c(0x17f)][_0x1c549c(0x180)](_0x1c549c(0x16f))[_0x1c549c(0x16b)][_0x1c549c(0x17e)](_0x67c80c=>{const _0x26d382=_0x1c549c,_0x339569=_0x2df76b['t'];if(_0x26d382(0x18e)!=_0x67c80c[_0x26d382(0x177)])return;const {data:_0x4b68e7}=_0x67c80c;if(null!=_0x4b68e7){if(_0x26d382(0x189)==_0x4b68e7[_0x26d382(0x164)]){const _0x1e3211=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];if(_0x1e3211){const _0x5ba464=_0x339569(this[_0x26d382(0x15f)][_0x26d382(0x17f)][_0x26d382(0x180)](_0x26d382(0x174))[_0x26d382(0x169)](this[_0x26d382(0x15f)][_0x26d382(0x170)][_0x26d382(0x180)](_0x26d382(0x173)))[_0x26d382(0x17a)](_0x18e0e1=>_0x18e0e1[_0x26d382(0x168)]==_0x1e3211)[_0x26d382(0x17c)])[_0x26d382(0x16a)]();return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x153),_0x5ba464)};}return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x165))};}if(_0x26d382(0x18c)==_0x4b68e7[_0x26d382(0x164)]){const _0x59a4d1=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];return _0x59a4d1?{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x160),_0x59a4d1)}:{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x18b))};}if(_0x26d382(0x166)==_0x4b68e7[_0x26d382(0x164)]){const _0x5947d1=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];if(_0x5947d1){const _0x30067f=_0xc4f8cd(this[_0x26d382(0x15f)][_0x26d382(0x170)][_0x26d382(0x180)](_0x26d382(0x16c)))[_0x26d382(0x17a)](_0x5d9b62=>_0x5d9b62[_0x26d382(0x168)]==_0x5947d1);let _0x109b19=_0x5947d1,_0x43f862='';return _0x30067f&&(_0x109b19=_0x30067f[_0x26d382(0x161)],_0x43f862=_0x339569(_0x109b19)[_0x26d382(0x16a)]()),{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x178),_0x43f862)[_0x26d382(0x182)](),'color':{'value':_0x5947d1,'title':_0x43f862||_0x109b19}};}return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x15d))};}if(_0x26d382(0x15e)==_0x4b68e7[_0x26d382(0x164)]){const _0x156dc5=_0x4b68e7[_0x26d382(0x15a)][0x0][_0x26d382(0x16e)];if(_0x156dc5){const _0x2af2d6=_0xc4f8cd(this[_0x26d382(0x15f)][_0x26d382(0x170)][_0x26d382(0x180)](_0x26d382(0x17b)))[_0x26d382(0x17a)](_0x1c4a3b=>_0x1c4a3b[_0x26d382(0x168)]==_0x156dc5);let _0x5c85bd=_0x156dc5,_0x4b7e9d='';return _0x2af2d6&&(_0x5c85bd=_0x2af2d6[_0x26d382(0x161)],_0x4b7e9d=_0x339569(_0x5c85bd)[_0x26d382(0x16a)]()),{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x155),_0x4b7e9d)[_0x26d382(0x182)](),'color':{'value':_0x156dc5,'title':_0x4b7e9d||_0x5c85bd}};}return{'type':_0x26d382(0x188),'content':_0x5b138c(_0x2df76b,_0x26d382(0x15c))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x177139=_0x132b;(function(_0x2f2458,_0x15a374){const _0x505827=_0x132b,_0x74505a=_0x2f2458();while(!![]){try{const _0x3657ae=parseInt(_0x505827(0xaf))/0x1*(parseInt(_0x505827(0xa7))/0x2)+-parseInt(_0x505827(0xa1))/0x3+-parseInt(_0x505827(0xb5))/0x4+parseInt(_0x505827(0x8f))/0x5*(parseInt(_0x505827(0xb7))/0x6)+parseInt(_0x505827(0xb0))/0x7*(parseInt(_0x505827(0x93))/0x8)+-parseInt(_0x505827(0x9a))/0x9*(parseInt(_0x505827(0x99))/0xa)+parseInt(_0x505827(0xa2))/0xb;if(_0x3657ae===_0x15a374)break;else _0x74505a['push'](_0x74505a['shift']());}catch(_0x5a4df1){_0x74505a['push'](_0x74505a['shift']());}}}(_0x5c48,0x22129));import{Plugin as _0x3d2ee0}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x2e5448}from'ckeditor5/src/ui.js';function _0x5c48(){const _0x481788=['TrackChangesEditing','30XdamfC','fontSize.options','FontSize','toLowerCase','fontBackgroundColor','commandParams','charAt','model','fontColor','afterInit','_enableDefaultAttributesIntegration','commands','find','boolean','get','87335HblijV','*Remove\x20all\x20formatting*','slice','plugins','843960hPPqls','fontColor.colors','fontSize','title','formatBlock','join','10smEAvV','2010942XRZSOg','length','enableCommand','copyFormat','formatInline','label','toUpperCase','563892uABtzr','3955611ZyWWDo','locale','pasteFormat','commandName','_registerLegacyDescription','305264zaUnav','*Set\x20format\x20to:*\x20%0','editor','registerDescriptionCallback','_descriptionFactory','normalizeSizeOptions','format','entries','1ShZjel','14ahZJLh','push','config','type','split','1038380SJWPVv'];_0x5c48=function(){return _0x481788;};return _0x5c48();}import{getTranslation as _0x56c680}from'../utils/common-translations.js';function _0x132b(_0x5bfebd,_0x3d8306){const _0x5c4815=_0x5c48();return _0x132b=function(_0x132bfe,_0x1e87b3){_0x132bfe=_0x132bfe-0x8c;let _0x2cb08b=_0x5c4815[_0x132bfe];return _0x2cb08b;},_0x132b(_0x5bfebd,_0x3d8306);}export default class X extends _0x3d2ee0{[_0x177139(0xc0)](){const _0x4317c1=_0x177139,_0x1240eb=this[_0x4317c1(0xa9)],_0xa9a129=_0x1240eb[_0x4317c1(0x92)][_0x4317c1(0x8e)](_0x4317c1(0xb6)),_0x3ece24=_0x1240eb[_0x4317c1(0xc2)][_0x4317c1(0x8e)](_0x4317c1(0x9d)),_0x4ee60b=_0x1240eb[_0x4317c1(0xc2)][_0x4317c1(0x8e)](_0x4317c1(0xa4));_0x3ece24&&_0x4ee60b&&(_0xa9a129[_0x4317c1(0xc1)](_0x4317c1(0xa4)),_0xa9a129[_0x4317c1(0x9c)](_0x4317c1(0x9d)),this[_0x4317c1(0xa6)]());}[_0x177139(0xa6)](){const _0x1851fd=_0x177139,_0x417772=this[_0x1851fd(0xa9)],_0x11c59a=_0x417772[_0x1851fd(0xa3)];_0x417772[_0x1851fd(0x92)][_0x1851fd(0x8e)](_0x1851fd(0xb6))[_0x1851fd(0xab)][_0x1851fd(0xaa)](_0x22ff4b=>{const _0x2f9f9c=_0x1851fd;if(_0x2f9f9c(0x97)!=_0x22ff4b[_0x2f9f9c(0xb3)]&&_0x2f9f9c(0x9e)!=_0x22ff4b[_0x2f9f9c(0xb3)])return;const {data:_0x34a77e}=_0x22ff4b;if(_0x34a77e&&_0x2f9f9c(0xa4)===_0x34a77e[_0x2f9f9c(0xa5)]){const _0x24e13c=[],_0xf0c7d=_0x34a77e[_0x2f9f9c(0xbc)][0x0];for(const [_0x460771,_0x4db0c5]of Object[_0x2f9f9c(0xae)](_0xf0c7d))_0x24e13c[_0x2f9f9c(0xb1)](so(_0x417772,_0x460771,_0x4db0c5));return _0x24e13c[_0x2f9f9c(0x9b)]?{'type':_0x2f9f9c(0xad),'content':_0x56c680(_0x11c59a,_0x2f9f9c(0xa8),_0x24e13c[_0x2f9f9c(0x98)](',\x20'))}:{'type':_0x2f9f9c(0xad),'content':_0x56c680(_0x11c59a,_0x2f9f9c(0x90))};}});}}function so(_0x5861e5,_0x42c36d,_0x3f8303){const _0x1d26ea=_0x177139,_0x4d9084=_0x5861e5[_0x1d26ea(0xa3)]['t'],_0x5c5b21=_0x42c36d[_0x1d26ea(0xb4)](/(?=[A-Z])/)[_0x1d26ea(0x98)]('\x20'),_0x4ca90e=_0x4d9084(_0x5c5b21[_0x1d26ea(0xbd)](0x0)[_0x1d26ea(0xa0)]()+_0x5c5b21[_0x1d26ea(0x91)](0x1))[_0x1d26ea(0xba)]();if(_0x1d26ea(0x8d)==typeof _0x3f8303)return _0x4ca90e;if(_0x1d26ea(0xbf)===_0x42c36d||_0x1d26ea(0xbb)===_0x42c36d){const _0x2d8d32=_0x2e5448(_0x5861e5[_0x1d26ea(0xb2)][_0x1d26ea(0x8e)](_0x1d26ea(0x94)))[_0x1d26ea(0x8c)](_0x4b3e98=>_0x4b3e98[_0x1d26ea(0xbe)]==_0x3f8303);return _0x4ca90e+'\x20('+(_0x2d8d32?_0x4d9084(_0x2d8d32[_0x1d26ea(0x9f)])[_0x1d26ea(0xba)]():_0x3f8303)+')';}if(_0x1d26ea(0x95)===_0x42c36d&&isNaN(parseFloat(_0x3f8303))){const _0x93b576=_0x5861e5[_0x1d26ea(0x92)][_0x1d26ea(0x8e)](_0x1d26ea(0xb9))[_0x1d26ea(0xac)](_0x5861e5[_0x1d26ea(0xb2)][_0x1d26ea(0x8e)](_0x1d26ea(0xb8)))[_0x1d26ea(0x8c)](_0x349488=>_0x349488[_0x1d26ea(0xbe)]==_0x3f8303);return _0x4ca90e+'\x20('+(_0x93b576?_0x4d9084(_0x93b576[_0x1d26ea(0x96)])[_0x1d26ea(0xba)]():_0x3f8303)+')';}return _0x4ca90e+'\x20('+_0x3f8303+')';}
23
+ const _0x258bc9=_0x5654;function _0x5654(_0x242eb0,_0x3db4c4){const _0x315ef1=_0x315e();return _0x5654=function(_0x5654b7,_0x1daef4){_0x5654b7=_0x5654b7-0x15e;let _0x3f5802=_0x315ef1[_0x5654b7];return _0x3f5802;},_0x5654(_0x242eb0,_0x3db4c4);}(function(_0x4055d5,_0x33bf51){const _0x1f868f=_0x5654,_0x33c2dc=_0x4055d5();while(!![]){try{const _0x38f39e=-parseInt(_0x1f868f(0x16a))/0x1*(-parseInt(_0x1f868f(0x185))/0x2)+parseInt(_0x1f868f(0x18f))/0x3+parseInt(_0x1f868f(0x177))/0x4*(-parseInt(_0x1f868f(0x161))/0x5)+-parseInt(_0x1f868f(0x18e))/0x6+-parseInt(_0x1f868f(0x18b))/0x7+parseInt(_0x1f868f(0x178))/0x8+parseInt(_0x1f868f(0x15e))/0x9*(-parseInt(_0x1f868f(0x189))/0xa);if(_0x38f39e===_0x33bf51)break;else _0x33c2dc['push'](_0x33c2dc['shift']());}catch(_0x333930){_0x33c2dc['push'](_0x33c2dc['shift']());}}}(_0x315e,0x51f57));import{Plugin as _0x2eb869}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x5c120c}from'ckeditor5/src/ui.js';import{getTranslation as _0x346035}from'../utils/common-translations.js';export default class X extends _0x2eb869{[_0x258bc9(0x17e)](){const _0x17cb75=_0x258bc9,_0x33f535=this[_0x17cb75(0x17a)],_0x545f88=_0x33f535[_0x17cb75(0x182)][_0x17cb75(0x167)](_0x17cb75(0x170)),_0x1efb08=_0x33f535[_0x17cb75(0x191)][_0x17cb75(0x167)](_0x17cb75(0x18c)),_0x44929c=_0x33f535[_0x17cb75(0x191)][_0x17cb75(0x167)](_0x17cb75(0x17c));_0x1efb08&&_0x44929c&&(_0x545f88[_0x17cb75(0x16b)](_0x17cb75(0x17c)),_0x545f88[_0x17cb75(0x181)](_0x17cb75(0x18c)),this[_0x17cb75(0x176)]());}[_0x258bc9(0x176)](){const _0x2290ec=_0x258bc9,_0x204d51=this[_0x2290ec(0x17a)],_0x42c533=_0x204d51[_0x2290ec(0x165)];_0x204d51[_0x2290ec(0x182)][_0x2290ec(0x167)](_0x2290ec(0x170))[_0x2290ec(0x162)][_0x2290ec(0x188)](_0x1014a7=>{const _0x2925eb=_0x2290ec;if(_0x2925eb(0x174)!=_0x1014a7[_0x2925eb(0x16d)]&&_0x2925eb(0x192)!=_0x1014a7[_0x2925eb(0x16d)])return;const {data:_0x1fb51e}=_0x1014a7;if(_0x1fb51e&&_0x2925eb(0x17c)===_0x1fb51e[_0x2925eb(0x164)]){const _0x1a5552=[],_0x5b805f=_0x1fb51e[_0x2925eb(0x18a)][0x0];for(const [_0xd58271,_0x7f0c90]of Object[_0x2925eb(0x190)](_0x5b805f))_0x1a5552[_0x2925eb(0x16e)](so(_0x204d51,_0xd58271,_0x7f0c90));return _0x1a5552[_0x2925eb(0x17d)]?{'type':_0x2925eb(0x187),'content':_0x346035(_0x42c533,_0x2925eb(0x179),_0x1a5552[_0x2925eb(0x175)](',\x20'))}:{'type':_0x2925eb(0x187),'content':_0x346035(_0x42c533,_0x2925eb(0x18d))};}});}}function _0x315e(){const _0x4bf6b7=['20225yOGmgc','_descriptionFactory','fontColor.colors','commandName','locale','find','get','fontBackgroundColor','title','1OKGmej','_enableDefaultAttributesIntegration','toUpperCase','type','push','fontColor','TrackChangesEditing','split','toLowerCase','FontSize','formatBlock','join','_registerLegacyDescription','412ALcIbG','3760760DgRwqX','*Set\x20format\x20to:*\x20%0','editor','config','pasteFormat','length','afterInit','label','charAt','enableCommand','plugins','boolean','slice','227646ypYpSo','normalizeSizeOptions','format','registerDescriptionCallback','87830Xpdlhe','commandParams','29365BaIfIb','copyFormat','*Remove\x20all\x20formatting*','254388NJXTTX','1646301RfDRRW','entries','commands','formatInline','fontSize.options','342nUiLXz','fontSize','model'];_0x315e=function(){return _0x4bf6b7;};return _0x315e();}function so(_0x5b85b9,_0xee064b,_0x52644b){const _0x1a4b8c=_0x258bc9,_0x498025=_0x5b85b9[_0x1a4b8c(0x165)]['t'],_0x34db7d=_0xee064b[_0x1a4b8c(0x171)](/(?=[A-Z])/)[_0x1a4b8c(0x175)]('\x20'),_0x25e2ef=_0x498025(_0x34db7d[_0x1a4b8c(0x180)](0x0)[_0x1a4b8c(0x16c)]()+_0x34db7d[_0x1a4b8c(0x184)](0x1))[_0x1a4b8c(0x172)]();if(_0x1a4b8c(0x183)==typeof _0x52644b)return _0x25e2ef;if(_0x1a4b8c(0x16f)===_0xee064b||_0x1a4b8c(0x168)===_0xee064b){const _0xe6e0a5=_0x5c120c(_0x5b85b9[_0x1a4b8c(0x17b)][_0x1a4b8c(0x167)](_0x1a4b8c(0x163)))[_0x1a4b8c(0x166)](_0x3bfe15=>_0x3bfe15[_0x1a4b8c(0x160)]==_0x52644b);return _0x25e2ef+'\x20('+(_0xe6e0a5?_0x498025(_0xe6e0a5[_0x1a4b8c(0x17f)])[_0x1a4b8c(0x172)]():_0x52644b)+')';}if(_0x1a4b8c(0x15f)===_0xee064b&&isNaN(parseFloat(_0x52644b))){const _0x4163a9=_0x5b85b9[_0x1a4b8c(0x182)][_0x1a4b8c(0x167)](_0x1a4b8c(0x173))[_0x1a4b8c(0x186)](_0x5b85b9[_0x1a4b8c(0x17b)][_0x1a4b8c(0x167)](_0x1a4b8c(0x193)))[_0x1a4b8c(0x166)](_0x173202=>_0x173202[_0x1a4b8c(0x160)]==_0x52644b);return _0x25e2ef+'\x20('+(_0x4163a9?_0x498025(_0x4163a9[_0x1a4b8c(0x169)])[_0x1a4b8c(0x172)]():_0x52644b)+')';}return _0x25e2ef+'\x20('+_0x52644b+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5cc1(){const _0x7bab9c=['plugins','registerDescriptionCallback','458884QcGHrZ','35660UhjMwb','_headingOptions','value','editor','_descriptionFactory','2301220HZpDoG','name','formatBlock','afterInit','1693408KApumH','HeadingEditing','commandName','44hkNxfU','view','_getHeadingLevel','_registerLegacyDescription','66uZoUDI','commandParams','429Qlyguj','394985qVzqNA','get','TrackChangesEditing','ELEMENT_HEADING','find','match','locale','format','_enableDefaultAttributesIntegration','8540wlQNmW','config','type','heading','model','paragraph','1716777KUILFz','has','registerElementLabel','heading.options','*Change\x20to:*\x20%0','title','ELEMENT_HEADING_CUSTOM','6416fldwrB'];_0x5cc1=function(){return _0x7bab9c;};return _0x5cc1();}const _0xa7d17=_0x3aa8;(function(_0x477a41,_0x16d923){const _0x4a2993=_0x3aa8,_0x1c10de=_0x477a41();while(!![]){try{const _0x74c0f5=parseInt(_0x4a2993(0xca))/0x1+parseInt(_0x4a2993(0xd4))/0x2+-parseInt(_0x4a2993(0xdd))/0x3*(parseInt(_0x4a2993(0xcb))/0x4)+-parseInt(_0x4a2993(0xde))/0x5*(-parseInt(_0x4a2993(0xdb))/0x6)+parseInt(_0x4a2993(0xe7))/0x7*(-parseInt(_0x4a2993(0xf4))/0x8)+-parseInt(_0x4a2993(0xed))/0x9+-parseInt(_0x4a2993(0xd0))/0xa*(-parseInt(_0x4a2993(0xd7))/0xb);if(_0x74c0f5===_0x16d923)break;else _0x1c10de['push'](_0x1c10de['shift']());}catch(_0x2411e8){_0x1c10de['push'](_0x1c10de['shift']());}}}(_0x5cc1,0x9eefd));import{Plugin as _0x18f496}from'ckeditor5/src/core.js';import{getTranslation as _0x2d2db9}from'../utils/common-translations.js';function _0x3aa8(_0x1cb604,_0x28e40e){const _0x5cc13e=_0x5cc1();return _0x3aa8=function(_0x3aa812,_0x4c2711){_0x3aa812=_0x3aa812-0xc9;let _0x344289=_0x5cc13e[_0x3aa812];return _0x344289;},_0x3aa8(_0x1cb604,_0x28e40e);}export default class Y extends _0x18f496{[_0xa7d17(0xd3)](){const _0x1abc33=_0xa7d17,_0x4afbaa=this[_0x1abc33(0xce)];if(!_0x4afbaa[_0x1abc33(0xf5)][_0x1abc33(0xee)](_0x1abc33(0xd5)))return;this[_0x1abc33(0xcc)]=_0x4afbaa[_0x1abc33(0xe8)][_0x1abc33(0xdf)](_0x1abc33(0xf0));const _0x504721=_0x4afbaa[_0x1abc33(0xe4)],_0x49b165=_0x4afbaa[_0x1abc33(0xf5)][_0x1abc33(0xdf)](_0x1abc33(0xe0));_0x49b165[_0x1abc33(0xe6)](_0x1abc33(0xea));for(const _0x5b4f88 of this[_0x1abc33(0xcc)])_0x1abc33(0xec)!=_0x5b4f88[_0x1abc33(0xeb)]&&_0x49b165[_0x1abc33(0xcf)][_0x1abc33(0xef)](_0x5b4f88[_0x1abc33(0xeb)],_0x33eb26=>{const _0x5687bd=_0x1abc33,_0x2c3ed2=this[_0x5687bd(0xd9)](_0x5b4f88[_0x5687bd(0xeb)]);return null!==_0x2c3ed2?_0x1c3818(_0x33eb26,_0x2c3ed2):_0x413b23(_0x33eb26,_0x5b4f88[_0x5687bd(0xf2)]);});function _0x1c3818(_0x3782db,_0x188b4e){const _0x2939f5=_0x1abc33;return _0x2d2db9(_0x504721,_0x2939f5(0xe1),[_0x3782db,_0x188b4e]);}function _0x413b23(_0x1d0c26,_0x28586d){const _0x2ae3f0=_0x1abc33;return _0x2d2db9(_0x504721,_0x2ae3f0(0xf3),[_0x1d0c26,_0x28586d]);}this[_0x1abc33(0xda)]();}[_0xa7d17(0xda)](){const _0x10854c=_0xa7d17,_0xf4e4a3=this[_0x10854c(0xce)],_0x1be36a=_0xf4e4a3[_0x10854c(0xe4)];function _0x3d68ed(_0x196e30,_0x2ec1b5){const _0x5a07a4=_0x10854c;return _0x2d2db9(_0x1be36a,_0x5a07a4(0xf3),[_0x196e30,_0x2ec1b5]);}_0xf4e4a3[_0x10854c(0xf5)][_0x10854c(0xdf)](_0x10854c(0xe0))[_0x10854c(0xcf)][_0x10854c(0xc9)](_0x56c94d=>{const _0x19398e=_0x10854c;if(_0x19398e(0xd2)!=_0x56c94d[_0x19398e(0xe9)])return;const {data:_0x513891}=_0x56c94d;if(_0x513891&&_0x19398e(0xea)==_0x513891[_0x19398e(0xd6)]){const _0x555ffd=_0x513891[_0x19398e(0xdc)][0x0][_0x19398e(0xcd)],_0x41b7a4=this[_0x19398e(0xd9)](_0x555ffd);if(null!==_0x41b7a4)return{'type':_0x19398e(0xe5),'content':_0x2d2db9(_0x1be36a,_0x19398e(0xf1),(_0x11f643=0x1,_0x2f3ce8=_0x41b7a4,_0x2d2db9(_0x1be36a,_0x19398e(0xe1),[_0x11f643,_0x2f3ce8])))};const _0x4fde50=this[_0x19398e(0xcc)][_0x19398e(0xe2)](_0xbcd848=>_0xbcd848[_0x19398e(0xeb)]===_0x555ffd)[_0x19398e(0xf2)];return{'type':_0x19398e(0xe5),'content':_0x2d2db9(_0x1be36a,_0x19398e(0xf1),_0x3d68ed(0x1,_0x4fde50))};}var _0x11f643,_0x2f3ce8;});}[_0xa7d17(0xd9)](_0x59c4a0){const _0xe04dfb=_0xa7d17;var _0x2ae01c,_0x225e54;const _0xe55746=_0x59c4a0[_0xe04dfb(0xe3)](/^heading(\d+)/);if(_0xe55746)return _0xe55746[0x1];const _0x3a55e5=null===(_0x2ae01c=this[_0xe04dfb(0xcc)])||void 0x0===_0x2ae01c?void 0x0:_0x2ae01c[_0xe04dfb(0xe2)](_0x2d5bca=>_0x2d5bca[_0xe04dfb(0xeb)]==_0x59c4a0);if(_0x3a55e5&&_0x3a55e5[_0xe04dfb(0xd8)]){const _0x5867c9=_0x3a55e5[_0xe04dfb(0xd8)],_0x96d740=(null!==(_0x225e54=_0x5867c9[_0xe04dfb(0xd1)])&&void 0x0!==_0x225e54?_0x225e54:_0x5867c9)[_0xe04dfb(0xe3)](/^h(\d+)/);if(_0x96d740)return _0x96d740[0x1];}return null;}}
23
+ const _0x14e7f5=_0x1fd6;(function(_0x2ed349,_0x22ef82){const _0x16b6ab=_0x1fd6,_0x23dc66=_0x2ed349();while(!![]){try{const _0x7414de=parseInt(_0x16b6ab(0x20d))/0x1+parseInt(_0x16b6ab(0x202))/0x2+parseInt(_0x16b6ab(0x211))/0x3+parseInt(_0x16b6ab(0x208))/0x4*(-parseInt(_0x16b6ab(0x206))/0x5)+-parseInt(_0x16b6ab(0x1fa))/0x6+-parseInt(_0x16b6ab(0x1fb))/0x7*(-parseInt(_0x16b6ab(0x1f8))/0x8)+-parseInt(_0x16b6ab(0x1f2))/0x9*(-parseInt(_0x16b6ab(0x1f7))/0xa);if(_0x7414de===_0x22ef82)break;else _0x23dc66['push'](_0x23dc66['shift']());}catch(_0x590b3f){_0x23dc66['push'](_0x23dc66['shift']());}}}(_0x575d,0xb1462));function _0x1fd6(_0x371002,_0x5eb576){const _0x575dd9=_0x575d();return _0x1fd6=function(_0x1fd602,_0x3f24c9){_0x1fd602=_0x1fd602-0x1ea;let _0x548ab8=_0x575dd9[_0x1fd602];return _0x548ab8;},_0x1fd6(_0x371002,_0x5eb576);}import{Plugin as _0x1fe848}from'ckeditor5/src/core.js';import{getTranslation as _0x33f830}from'../utils/common-translations.js';function _0x575d(){const _0x4f0238=['find','paragraph','view','2308938kLfdTi','plugins','name','commandParams','5zURSVk','type','334284aOlLWz','heading.options','formatBlock','editor','ELEMENT_HEADING','3553NXfuor','_descriptionFactory','_registerLegacyDescription','value','386991cMExQg','*Change\x20to:*\x20%0','model','get','_enableDefaultAttributesIntegration','config','TrackChangesEditing','HeadingEditing','heading','afterInit','title','registerDescriptionCallback','commandName','9PTlqxO','_getHeadingLevel','format','registerElementLabel','locale','746120RKPLfK','8kwuCTM','_headingOptions','7951002eOiagr','5412547Vglexy','match','ELEMENT_HEADING_CUSTOM','has'];_0x575d=function(){return _0x4f0238;};return _0x575d();}export default class Y extends _0x1fe848{[_0x14e7f5(0x1ee)](){const _0x40d1b1=_0x14e7f5,_0x4bde35=this[_0x40d1b1(0x20b)];if(!_0x4bde35[_0x40d1b1(0x203)][_0x40d1b1(0x1fe)](_0x40d1b1(0x1ec)))return;this[_0x40d1b1(0x1f9)]=_0x4bde35[_0x40d1b1(0x1ea)][_0x40d1b1(0x214)](_0x40d1b1(0x209));const _0xc1216c=_0x4bde35[_0x40d1b1(0x1f6)],_0x581205=_0x4bde35[_0x40d1b1(0x203)][_0x40d1b1(0x214)](_0x40d1b1(0x1eb));_0x581205[_0x40d1b1(0x215)](_0x40d1b1(0x1ed));for(const _0x4c5062 of this[_0x40d1b1(0x1f9)])_0x40d1b1(0x200)!=_0x4c5062[_0x40d1b1(0x213)]&&_0x581205[_0x40d1b1(0x20e)][_0x40d1b1(0x1f5)](_0x4c5062[_0x40d1b1(0x213)],_0x16fa11=>{const _0x26c6ba=_0x40d1b1,_0x202d12=this[_0x26c6ba(0x1f3)](_0x4c5062[_0x26c6ba(0x213)]);return null!==_0x202d12?_0x4bdefc(_0x16fa11,_0x202d12):_0x6dc168(_0x16fa11,_0x4c5062[_0x26c6ba(0x1ef)]);});function _0x4bdefc(_0x159dbe,_0x2685b2){const _0x5a04b9=_0x40d1b1;return _0x33f830(_0xc1216c,_0x5a04b9(0x20c),[_0x159dbe,_0x2685b2]);}function _0x6dc168(_0x36ff30,_0x43108f){const _0x32765f=_0x40d1b1;return _0x33f830(_0xc1216c,_0x32765f(0x1fd),[_0x36ff30,_0x43108f]);}this[_0x40d1b1(0x20f)]();}[_0x14e7f5(0x20f)](){const _0x121b04=_0x14e7f5,_0x459ad5=this[_0x121b04(0x20b)],_0x4eb64b=_0x459ad5[_0x121b04(0x1f6)];function _0x38875f(_0x1f22ab,_0x1d73a0){const _0x469fc3=_0x121b04;return _0x33f830(_0x4eb64b,_0x469fc3(0x1fd),[_0x1f22ab,_0x1d73a0]);}_0x459ad5[_0x121b04(0x203)][_0x121b04(0x214)](_0x121b04(0x1eb))[_0x121b04(0x20e)][_0x121b04(0x1f0)](_0x5d6896=>{const _0x28f5f7=_0x121b04;if(_0x28f5f7(0x20a)!=_0x5d6896[_0x28f5f7(0x207)])return;const {data:_0x772d36}=_0x5d6896;if(_0x772d36&&_0x28f5f7(0x1ed)==_0x772d36[_0x28f5f7(0x1f1)]){const _0x33c2cc=_0x772d36[_0x28f5f7(0x205)][0x0][_0x28f5f7(0x210)],_0x5b867a=this[_0x28f5f7(0x1f3)](_0x33c2cc);if(null!==_0x5b867a)return{'type':_0x28f5f7(0x1f4),'content':_0x33f830(_0x4eb64b,_0x28f5f7(0x212),(_0x3a40af=0x1,_0x120a91=_0x5b867a,_0x33f830(_0x4eb64b,_0x28f5f7(0x20c),[_0x3a40af,_0x120a91])))};const _0x26d8ff=this[_0x28f5f7(0x1f9)][_0x28f5f7(0x1ff)](_0x17ff9f=>_0x17ff9f[_0x28f5f7(0x213)]===_0x33c2cc)[_0x28f5f7(0x1ef)];return{'type':_0x28f5f7(0x1f4),'content':_0x33f830(_0x4eb64b,_0x28f5f7(0x212),_0x38875f(0x1,_0x26d8ff))};}var _0x3a40af,_0x120a91;});}[_0x14e7f5(0x1f3)](_0x166123){const _0x22afb9=_0x14e7f5;var _0x5bc780,_0x42deea;const _0x8f93ae=_0x166123[_0x22afb9(0x1fc)](/^heading(\d+)/);if(_0x8f93ae)return _0x8f93ae[0x1];const _0x5e2877=null===(_0x5bc780=this[_0x22afb9(0x1f9)])||void 0x0===_0x5bc780?void 0x0:_0x5bc780[_0x22afb9(0x1ff)](_0x34702c=>_0x34702c[_0x22afb9(0x213)]==_0x166123);if(_0x5e2877&&_0x5e2877[_0x22afb9(0x201)]){const _0x211f59=_0x5e2877[_0x22afb9(0x201)],_0x5887a6=(null!==(_0x42deea=_0x211f59[_0x22afb9(0x204)])&&void 0x0!==_0x42deea?_0x42deea:_0x211f59)[_0x22afb9(0x1fc)](/^h(\d+)/);if(_0x5887a6)return _0x5887a6[0x1];}return null;}}