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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +1 -1
  41. package/lang/translations/bg.po +1 -1
  42. package/lang/translations/bn.po +1 -1
  43. package/lang/translations/ca.po +1 -1
  44. package/lang/translations/cs.po +1 -1
  45. package/lang/translations/da.po +1 -1
  46. package/lang/translations/de.po +1 -1
  47. package/lang/translations/el.po +1 -1
  48. package/lang/translations/es.po +1 -1
  49. package/lang/translations/et.po +1 -1
  50. package/lang/translations/fi.po +1 -1
  51. package/lang/translations/fr.po +1 -1
  52. package/lang/translations/he.po +1 -1
  53. package/lang/translations/hi.po +1 -1
  54. package/lang/translations/hu.po +1 -1
  55. package/lang/translations/id.po +1 -1
  56. package/lang/translations/it.po +1 -1
  57. package/lang/translations/ja.po +1 -1
  58. package/lang/translations/ko.po +1 -1
  59. package/lang/translations/lt.po +1 -1
  60. package/lang/translations/lv.po +1 -1
  61. package/lang/translations/ms.po +1 -1
  62. package/lang/translations/nl.po +1 -1
  63. package/lang/translations/no.po +1 -1
  64. package/lang/translations/pl.po +1 -1
  65. package/lang/translations/pt-br.po +1 -1
  66. package/lang/translations/pt.po +1 -1
  67. package/lang/translations/ro.po +1 -1
  68. package/lang/translations/ru.po +1 -1
  69. package/lang/translations/sk.po +1 -1
  70. package/lang/translations/sr.po +1 -1
  71. package/lang/translations/sv.po +1 -1
  72. package/lang/translations/th.po +1 -1
  73. package/lang/translations/tr.po +2 -2
  74. package/lang/translations/uk.po +1 -1
  75. package/lang/translations/vi.po +1 -1
  76. package/lang/translations/zh-cn.po +1 -1
  77. package/lang/translations/zh.po +1 -1
  78. package/package.json +3 -3
  79. package/src/commands/acceptsuggestioncommand.js +1 -1
  80. package/src/commands/discardsuggestioncommand.js +1 -1
  81. package/src/commands/executeonallsuggestionscommand.js +1 -1
  82. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  83. package/src/commands/trackchangescommand.js +1 -1
  84. package/src/index.js +1 -1
  85. package/src/integrations/aiassistant.js +1 -1
  86. package/src/integrations/alignment.js +1 -1
  87. package/src/integrations/basicstyles.js +1 -1
  88. package/src/integrations/blockquote.js +1 -1
  89. package/src/integrations/casechange.js +1 -1
  90. package/src/integrations/ckbox.js +1 -1
  91. package/src/integrations/codeblock.js +1 -1
  92. package/src/integrations/comments.js +1 -1
  93. package/src/integrations/deletecommand.js +1 -1
  94. package/src/integrations/entercommand.js +1 -1
  95. package/src/integrations/findandreplace.js +1 -1
  96. package/src/integrations/font.js +1 -1
  97. package/src/integrations/formatpainter.js +1 -1
  98. package/src/integrations/heading.js +1 -1
  99. package/src/integrations/highlight.js +1 -1
  100. package/src/integrations/horizontalline.js +1 -1
  101. package/src/integrations/htmlembed.js +1 -1
  102. package/src/integrations/image.js +1 -1
  103. package/src/integrations/imagereplace.js +1 -1
  104. package/src/integrations/imagestyle.js +1 -1
  105. package/src/integrations/importword.js +1 -1
  106. package/src/integrations/indent.js +1 -1
  107. package/src/integrations/inputcommand.js +1 -1
  108. package/src/integrations/legacylist.js +1 -1
  109. package/src/integrations/legacylistproperties.js +1 -1
  110. package/src/integrations/link.js +1 -1
  111. package/src/integrations/list.js +1 -1
  112. package/src/integrations/listproperties.js +1 -1
  113. package/src/integrations/mediaembed.js +1 -1
  114. package/src/integrations/mention.js +1 -1
  115. package/src/integrations/multilevellist.js +1 -1
  116. package/src/integrations/pagebreak.js +1 -1
  117. package/src/integrations/paragraph.js +1 -1
  118. package/src/integrations/removeformat.js +1 -1
  119. package/src/integrations/restrictededitingmode.js +1 -1
  120. package/src/integrations/shiftentercommand.js +1 -1
  121. package/src/integrations/standardeditingmode.js +1 -1
  122. package/src/integrations/style.js +1 -1
  123. package/src/integrations/table.js +1 -1
  124. package/src/integrations/tablecaption.js +1 -1
  125. package/src/integrations/tableclipboard.js +1 -1
  126. package/src/integrations/tablecolumnresize.js +1 -1
  127. package/src/integrations/tableheadings.js +1 -1
  128. package/src/integrations/tablemergesplit.js +1 -1
  129. package/src/integrations/tableofcontents.js +1 -1
  130. package/src/integrations/tableproperties.js +1 -1
  131. package/src/integrations/template.js +1 -1
  132. package/src/integrations/title.js +1 -1
  133. package/src/integrations/undo.js +1 -1
  134. package/src/integrations/utils.js +1 -1
  135. package/src/suggestion.js +1 -1
  136. package/src/suggestiondescriptionfactory.js +1 -1
  137. package/src/trackchanges.js +1 -1
  138. package/src/trackchangesdata.js +1 -1
  139. package/src/trackchangesediting.js +1 -1
  140. package/src/trackchangesui.js +1 -1
  141. package/src/ui/suggestioncontroller.js +1 -1
  142. package/src/ui/view/basesuggestionthreadview.js +1 -1
  143. package/src/ui/view/suggestionthreadview.js +1 -1
  144. package/src/utils/common-translations.js +1 -1
  145. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _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 _0xd94458=_0x4a84;(function(_0xc2991b,_0x15f12a){const _0x2935be=_0x4a84,_0xb60d0d=_0xc2991b();while(!![]){try{const _0x2987d3=-parseInt(_0x2935be(0x14e))/0x1+-parseInt(_0x2935be(0x13e))/0x2+-parseInt(_0x2935be(0x13d))/0x3*(parseInt(_0x2935be(0x150))/0x4)+parseInt(_0x2935be(0x146))/0x5*(-parseInt(_0x2935be(0x142))/0x6)+parseInt(_0x2935be(0x149))/0x7+-parseInt(_0x2935be(0x140))/0x8+-parseInt(_0x2935be(0x137))/0x9*(-parseInt(_0x2935be(0x148))/0xa);if(_0x2987d3===_0x15f12a)break;else _0xb60d0d['push'](_0xb60d0d['shift']());}catch(_0x110fe4){_0xb60d0d['push'](_0xb60d0d['shift']());}}}(_0x1890,0x5c24c));function _0x1890(){const _0x366f1f=['selection','795dGygJb','canEditAt','161150ylZGZa','2240784GOTjvp','size','isEnabled','getRanges','document','255024rrVgAM','editor','546212SHDhhN','873wxKIwq','from','_command','refresh','values','_selectedSuggestions','9bWbNvP','1165362MQIiXk','_isEnabledBasedOnSelection','264168eHzetg','_suggestions','8508vMmtAM','execute','model'];_0x1890=function(){return _0x366f1f;};return _0x1890();}function _0x4a84(_0x4d3905,_0x28a8f2){const _0x189054=_0x1890();return _0x4a84=function(_0x4a84be,_0x114b51){_0x4a84be=_0x4a84be-0x137;let _0x2050c6=_0x189054[_0x4a84be];return _0x2050c6;},_0x4a84(_0x4d3905,_0x28a8f2);}import{Command as _0x48bfdb}from'ckeditor5/src/core.js';import{sortSuggestions as _0x549a05,getSelectedSuggestions as _0x5da4ad,executeCommandForSuggestions as _0x1db6bb}from'../utils/utils.js';export default class R extends _0x48bfdb{constructor(_0x27aae6,_0x4c3717,_0x4e0605){const _0x4e726e=_0x4a84;super(_0x27aae6),this[_0x4e726e(0x139)]=_0x4c3717,this[_0x4e726e(0x141)]=_0x4e0605,this[_0x4e726e(0x13c)]=new Set(),this[_0x4e726e(0x13a)](),this[_0x4e726e(0x13f)]=!0x1;}[_0xd94458(0x13a)](){const _0x27741d=_0xd94458,_0x56f41a=this[_0x27741d(0x14f)][_0x27741d(0x144)][_0x27741d(0x14d)][_0x27741d(0x145)],_0x513cdf=Array[_0x27741d(0x138)](this[_0x27741d(0x141)][_0x27741d(0x13b)]());this[_0x27741d(0x13c)]=_0x5da4ad(_0x56f41a,_0x513cdf),this[_0x27741d(0x14b)]=this[_0x27741d(0x139)][_0x27741d(0x14b)]&&!!this[_0x27741d(0x13c)][_0x27741d(0x14a)];}[_0xd94458(0x143)](){const _0x1a97a4=_0xd94458,_0x31d057=_0x549a05(Array[_0x1a97a4(0x138)](this[_0x1a97a4(0x13c)]));for(const _0x11c6f7 of _0x31d057){const _0xb005d3=_0x11c6f7[_0x1a97a4(0x14c)]();if(!this[_0x1a97a4(0x14f)][_0x1a97a4(0x144)][_0x1a97a4(0x147)](_0xb005d3))return;}_0x1db6bb(this[_0x1a97a4(0x14f)][_0x1a97a4(0x144)],this[_0x1a97a4(0x139)],_0x31d057);}}
@@ -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 _0x219e(){const _0x35601d=['21705064DwjjDq','clearForceDisabled','_enabledCommands','2906024brcoAD','isEnabled','2898492wdWyaV','3538953RdJvBg','affectsData','TrackChangesCommand','_disableUnsupportedCommands','value','522ljpXGc','_isEnabledBasedOnSelection','6331445kwOMjf','118713FTcfEU','execute','has','1939401OxtNHz','refresh','commands','forceDisabled','editor','_enableCommands'];_0x219e=function(){return _0x35601d;};return _0x219e();}const _0x442c0c=_0x169c;(function(_0x26bd66,_0x282c9e){const _0x11c22c=_0x169c,_0x1f0f2d=_0x26bd66();while(!![]){try{const _0x3d0fbd=parseInt(_0x11c22c(0x1a7))/0x1+-parseInt(_0x11c22c(0x1b2))/0x2+parseInt(_0x11c22c(0x1b3))/0x3+-parseInt(_0x11c22c(0x1b0))/0x4+parseInt(_0x11c22c(0x1ba))/0x5+parseInt(_0x11c22c(0x1b8))/0x6*(parseInt(_0x11c22c(0x1bb))/0x7)+-parseInt(_0x11c22c(0x1ad))/0x8;if(_0x3d0fbd===_0x282c9e)break;else _0x1f0f2d['push'](_0x1f0f2d['shift']());}catch(_0x157d0d){_0x1f0f2d['push'](_0x1f0f2d['shift']());}}}(_0x219e,0xed471));import{Command as _0x354f36}from'ckeditor5/src/core.js';function _0x169c(_0x202f13,_0x1ddb38){const _0x219eca=_0x219e();return _0x169c=function(_0x169c01,_0x2fb735){_0x169c01=_0x169c01-0x1a7;let _0x1091d7=_0x219eca[_0x169c01];return _0x1091d7;},_0x169c(_0x202f13,_0x1ddb38);}export default class M extends _0x354f36{constructor(_0x193d64,_0x2d2a14){const _0x336f23=_0x169c;super(_0x193d64),this[_0x336f23(0x1af)]=_0x2d2a14,this[_0x336f23(0x1b7)]=!0x1,this[_0x336f23(0x1a8)](),this[_0x336f23(0x1b9)]=!0x1;}[_0x442c0c(0x1a8)](){const _0x134ae5=_0x442c0c;this[_0x134ae5(0x1b1)]=!0x0;}[_0x442c0c(0x1bc)](){const _0x4a8440=_0x442c0c;this[_0x4a8440(0x1b7)]=!this[_0x4a8440(0x1b7)],this[_0x4a8440(0x1b7)]?this[_0x4a8440(0x1b6)]():this[_0x4a8440(0x1ac)]();}[_0x442c0c(0x1b6)](){const _0x5540d3=_0x442c0c;for(const _0x1a4340 of this[_0x5540d3(0x1ab)][_0x5540d3(0x1a9)][_0x5540d3(0x1a9)]())_0x1a4340[_0x5540d3(0x1b4)]&&!this[_0x5540d3(0x1af)][_0x5540d3(0x1bd)](_0x1a4340)&&_0x1a4340[_0x5540d3(0x1aa)](_0x5540d3(0x1b5));}[_0x442c0c(0x1ac)](){const _0xbc6356=_0x442c0c;for(const _0x472fea of this[_0xbc6356(0x1ab)][_0xbc6356(0x1a9)][_0xbc6356(0x1a9)]())_0x472fea[_0xbc6356(0x1b4)]&&!this[_0xbc6356(0x1af)][_0xbc6356(0x1bd)](_0x472fea)&&_0x472fea[_0xbc6356(0x1ae)](_0xbc6356(0x1b5));}}
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(_0x537ad3,_0x356522){var _0x55e181=_0x1ce6,_0x223def=_0x537ad3();while(!![]){try{var _0x411fec=-parseInt(_0x55e181(0xab))/0x1+-parseInt(_0x55e181(0xae))/0x2*(parseInt(_0x55e181(0xb0))/0x3)+parseInt(_0x55e181(0xa9))/0x4*(parseInt(_0x55e181(0xaa))/0x5)+parseInt(_0x55e181(0xa8))/0x6*(parseInt(_0x55e181(0xb1))/0x7)+-parseInt(_0x55e181(0xac))/0x8+parseInt(_0x55e181(0xaf))/0x9+-parseInt(_0x55e181(0xad))/0xa;if(_0x411fec===_0x356522)break;else _0x223def['push'](_0x223def['shift']());}catch(_0x2dc7b1){_0x223def['push'](_0x223def['shift']());}}}(_0x32ed,0xdb778));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';export{default as TrackChangesEditing}from'./trackchangesediting.js';function _0x1ce6(_0x1fa359,_0x415ba5){var _0x32edcc=_0x32ed();return _0x1ce6=function(_0x1ce6bc,_0x13e6f9){_0x1ce6bc=_0x1ce6bc-0xa8;var _0x25a981=_0x32edcc[_0x1ce6bc];return _0x25a981;},_0x1ce6(_0x1fa359,_0x415ba5);}function _0x32ed(){var _0xb697ba=['675ZkIdfd','14tielcE','5329278imBDDv','28QmSKTk','926850WtiaPf','1270159JTOyzC','9373192bhGUEB','10763700qDLbeP','1790vKCJRn','13900257rmSzoy'];_0x32ed=function(){return _0xb697ba;};return _0x32ed();}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
+ const _0x376e85=_0x3ad1;(function(_0x20a1d7,_0x4fa96b){const _0x5d6086=_0x3ad1,_0x2b532c=_0x20a1d7();while(!![]){try{const _0x4994db=-parseInt(_0x5d6086(0x18e))/0x1+parseInt(_0x5d6086(0x19c))/0x2+-parseInt(_0x5d6086(0x199))/0x3+-parseInt(_0x5d6086(0x197))/0x4*(parseInt(_0x5d6086(0x19a))/0x5)+-parseInt(_0x5d6086(0x19d))/0x6*(-parseInt(_0x5d6086(0x19b))/0x7)+-parseInt(_0x5d6086(0x190))/0x8+-parseInt(_0x5d6086(0x196))/0x9*(-parseInt(_0x5d6086(0x192))/0xa);if(_0x4994db===_0x4fa96b)break;else _0x2b532c['push'](_0x2b532c['shift']());}catch(_0x3bd564){_0x2b532c['push'](_0x2b532c['shift']());}}}(_0x4eeb,0x76bb9));import{Plugin as _0x414a3b}from'ckeditor5/src/core.js';function _0x4eeb(){const _0x261af2=['1178352eVkvQz','2620752gedtZT','TrackChangesEditing','1129623qbPsnn','5OALqUe','498470rynofm','198708QrnvGl','30irQKok','plugins','afterInit','229932VDYQmH','showAIAssistant','6418096ZaYEnq','commands','160TiQmEp','editor','enableCommand','get'];_0x4eeb=function(){return _0x261af2;};return _0x4eeb();}function _0x3ad1(_0x413951,_0x697b1e){const _0x4eeb00=_0x4eeb();return _0x3ad1=function(_0x3ad14e,_0x10f208){_0x3ad14e=_0x3ad14e-0x18c;let _0x4aa297=_0x4eeb00[_0x3ad14e];return _0x4aa297;},_0x3ad1(_0x413951,_0x697b1e);}export default class E extends _0x414a3b{[_0x376e85(0x18d)](){const _0x29ee96=_0x376e85,_0x54a9bd=this[_0x29ee96(0x193)],_0x373723=_0x54a9bd[_0x29ee96(0x18c)][_0x29ee96(0x195)](_0x29ee96(0x198));_0x54a9bd[_0x29ee96(0x191)][_0x29ee96(0x195)](_0x29ee96(0x18f))&&_0x373723[_0x29ee96(0x194)](_0x29ee96(0x18f));}}
@@ -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 _0x276f(_0x226463,_0x35f1fd){const _0xa23c34=_0xa23c();return _0x276f=function(_0x276f28,_0xdc7187){_0x276f28=_0x276f28-0x188;let _0x180d2d=_0xa23c34[_0x276f28];return _0x180d2d;},_0x276f(_0x226463,_0x35f1fd);}const _0x37cfff=_0x276f;(function(_0x5c6d18,_0x26fb0f){const _0x51b12d=_0x276f,_0x25ca3d=_0x5c6d18();while(!![]){try{const _0x4e5ecc=parseInt(_0x51b12d(0x191))/0x1*(-parseInt(_0x51b12d(0x198))/0x2)+parseInt(_0x51b12d(0x1ad))/0x3*(-parseInt(_0x51b12d(0x194))/0x4)+-parseInt(_0x51b12d(0x196))/0x5+-parseInt(_0x51b12d(0x1aa))/0x6+parseInt(_0x51b12d(0x1a2))/0x7*(parseInt(_0x51b12d(0x19f))/0x8)+parseInt(_0x51b12d(0x1a5))/0x9*(parseInt(_0x51b12d(0x18d))/0xa)+parseInt(_0x51b12d(0x195))/0xb;if(_0x4e5ecc===_0x26fb0f)break;else _0x25ca3d['push'](_0x25ca3d['shift']());}catch(_0x334ca6){_0x25ca3d['push'](_0x25ca3d['shift']());}}}(_0xa23c,0x5d21f));import{Plugin as _0x1d4269}from'ckeditor5/src/core.js';import{getTranslation as _0x11dc3e}from'../utils/common-translations.js';export default class V extends _0x1d4269{[_0x37cfff(0x1a1)](){const _0x1df6db=_0x37cfff,_0x42e620=this[_0x1df6db(0x18e)],_0x1eaf6c=_0x42e620[_0x1df6db(0x188)];if(!_0x42e620[_0x1df6db(0x1a4)][_0x1df6db(0x193)](_0x1df6db(0x1a7)))return;const _0x50be3a=_0x42e620[_0x1df6db(0x1a4)][_0x1df6db(0x190)](_0x1df6db(0x189));_0x50be3a[_0x1df6db(0x1a6)](_0x1df6db(0x197),[],[_0x1df6db(0x197)]),_0x50be3a[_0x1df6db(0x192)][_0x1df6db(0x19e)](_0x1df6db(0x197),_0x11dc3e(_0x1eaf6c,_0x1df6db(0x19c))),this[_0x1df6db(0x199)]();}[_0x37cfff(0x199)](){const _0x583734=_0x37cfff,_0x4a381a=this[_0x583734(0x18e)],_0x2b32ae=_0x4a381a[_0x583734(0x188)];_0x4a381a[_0x583734(0x1a4)][_0x583734(0x190)](_0x583734(0x189))[_0x583734(0x192)][_0x583734(0x18c)](_0x346c5e=>{const _0xc9132b=_0x583734;if(_0xc9132b(0x1b0)!=_0x346c5e[_0xc9132b(0x1ac)])return;const {data:_0x40e940}=_0x346c5e;if(_0x40e940&&_0xc9132b(0x197)==_0x40e940[_0xc9132b(0x1ae)]){const _0x3ff0bb=_0x40e940[_0xc9132b(0x18f)][0x0][_0xc9132b(0x1a3)];return{'type':_0xc9132b(0x1a9),'content':_0x11dc3e(_0x2b32ae,_0xc9132b(0x1ab),function(_0x552169){const _0x4ec877=_0xc9132b;switch(_0x552169){case _0x4ec877(0x19d):return _0x11dc3e(_0x2b32ae,_0x4ec877(0x19b));case _0x4ec877(0x1a0):return _0x11dc3e(_0x2b32ae,_0x4ec877(0x1af));case _0x4ec877(0x18a):return _0x11dc3e(_0x2b32ae,_0x4ec877(0x18b));case _0x4ec877(0x19a):return _0x11dc3e(_0x2b32ae,_0x4ec877(0x1a8));}}(_0x3ff0bb))};}});}}function _0xa23c(){const _0x34bca1=['460QVCSGr','editor','commandParams','get','51UYRkhd','_descriptionFactory','has','401932HTTdXp','8490647hfKCWL','630750ZPpruy','alignment','3178jFlXVc','_registerLegacyDescription','justify','FORMAT_ALIGN_TO_LEFT','FORMAT_ALIGNMENT','left','registerAttributeLabel','14216Qkjnql','right','afterInit','1036jnzhNa','value','plugins','1494AirBub','_enableDefaultAttributesIntegration','AlignmentEditing','FORMAT_JUSTIFY_TEXT','format','1517298bPjxlF','*Format:*\x20%0','type','6zQGfXh','commandName','FORMAT_ALIGN_TO_RIGHT','formatBlock','locale','TrackChangesEditing','center','FORMAT_ALIGN_TO_CENTER','registerDescriptionCallback'];_0xa23c=function(){return _0x34bca1;};return _0xa23c();}
@@ -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
+ const _0x307062=_0x466e;function _0x466e(_0x568e9a,_0x446d7e){const _0x4a321f=_0x4a32();return _0x466e=function(_0x466e3b,_0xc71157){_0x466e3b=_0x466e3b-0x140;let _0x1e67f0=_0x4a321f[_0x466e3b];return _0x1e67f0;},_0x466e(_0x568e9a,_0x446d7e);}(function(_0x4a2ece,_0x9ac534){const _0x27b6d6=_0x466e,_0x3fc7b7=_0x4a2ece();while(!![]){try{const _0x11d93f=-parseInt(_0x27b6d6(0x175))/0x1*(parseInt(_0x27b6d6(0x170))/0x2)+-parseInt(_0x27b6d6(0x15a))/0x3+parseInt(_0x27b6d6(0x169))/0x4+-parseInt(_0x27b6d6(0x147))/0x5+parseInt(_0x27b6d6(0x146))/0x6*(parseInt(_0x27b6d6(0x140))/0x7)+-parseInt(_0x27b6d6(0x16f))/0x8+parseInt(_0x27b6d6(0x14e))/0x9;if(_0x11d93f===_0x9ac534)break;else _0x3fc7b7['push'](_0x3fc7b7['shift']());}catch(_0x4783e4){_0x3fc7b7['push'](_0x3fc7b7['shift']());}}}(_0x4a32,0xb62b7));function _0x4a32(){const _0x2bf2db=['24FzbfOR','5672870PKnMPh','toUpperCase','italic','locale','UnderlineEditing','TrackChangesEditing','FORMAT_','44182323JIzbfL','code','forceValue','FORMAT_ITALIC','bold','_descriptionFactory','SubscriptEditing','editor','slice','ItalicEditing','registerAttributeLabel','formatInline','4148325OLMTNT','afterInit','FORMAT_BOLD','_registerLegacyDescription','FORMAT_SUBSCRIPT','get','commandParams','registerDescriptionCallback','BoldEditing','FORMAT_UNDERLINE','SuperscriptEditing','has','strikethrough','superscript','*Remove\x20format:*\x20%0','3339836gRLNpb','FORMAT_CODE','CodeEditing','*Format:*\x20%0','subscript','StrikethroughEditing','11828864XbRIyd','26HTRYqg','toLowerCase','format','FORMAT_STRIKETHROUGH','commandName','96562RzJieN','443317XulBXm','_enableDefaultAttributesIntegration','FORMAT_SUPERSCRIPT','plugins','type','underline'];_0x4a32=function(){return _0x2bf2db;};return _0x4a32();}import{Plugin as _0x59e9fc}from'ckeditor5/src/core.js';import{getTranslation as _0x5ae5a8}from'../utils/common-translations.js';const ti=[_0x307062(0x162),_0x307062(0x157),_0x307062(0x14b),_0x307062(0x16b),_0x307062(0x16e),_0x307062(0x154),_0x307062(0x164)];export default class U extends _0x59e9fc{[_0x307062(0x15b)](){const _0x3490f8=_0x307062,_0x486c83=this[_0x3490f8(0x155)],_0x5e2c90=_0x486c83[_0x3490f8(0x143)][_0x3490f8(0x15f)](_0x3490f8(0x14c)),_0x22ab40=_0x486c83[_0x3490f8(0x14a)];for(const _0x58fc3e of ti){if(!_0x486c83[_0x3490f8(0x143)][_0x3490f8(0x165)](_0x58fc3e))continue;const _0x509bf4=_0x58fc3e[_0x3490f8(0x156)](0x0,-0x7)[_0x3490f8(0x171)](),_0x529457=_0x3490f8(0x14d)+_0x509bf4[_0x3490f8(0x148)]();_0x5e2c90[_0x3490f8(0x141)](_0x509bf4,[_0x509bf4]),_0x5e2c90[_0x3490f8(0x153)][_0x3490f8(0x158)](_0x509bf4,_0x5ae5a8(_0x22ab40,_0x529457));}this[_0x3490f8(0x15d)]();}[_0x307062(0x15d)](){const _0x501e70=_0x307062,_0x17f349=this[_0x501e70(0x155)],_0x51cce9=_0x17f349[_0x501e70(0x14a)],_0x169907=_0x17f349[_0x501e70(0x143)][_0x501e70(0x15f)](_0x501e70(0x14c));function _0x19c1b4(_0x1ec018,_0x4bf526){const _0x11da61=_0x501e70;_0x169907[_0x11da61(0x153)][_0x11da61(0x161)](_0x2e4d2d=>{const _0x34d799=_0x11da61;if(_0x34d799(0x159)!=_0x2e4d2d[_0x34d799(0x144)])return;const {data:_0x402182}=_0x2e4d2d;return _0x402182&&_0x402182[_0x34d799(0x174)]===_0x1ec018?_0x402182[_0x34d799(0x160)][0x0][_0x34d799(0x150)]?{'type':_0x34d799(0x172),'content':_0x5ae5a8(_0x51cce9,_0x34d799(0x16c),_0x4bf526)}:{'type':_0x34d799(0x172),'content':_0x5ae5a8(_0x51cce9,_0x34d799(0x168),_0x4bf526)}:void 0x0;});}_0x19c1b4(_0x501e70(0x152),_0x5ae5a8(_0x51cce9,_0x501e70(0x15c))),_0x19c1b4(_0x501e70(0x149),_0x5ae5a8(_0x51cce9,_0x501e70(0x151))),_0x19c1b4(_0x501e70(0x145),_0x5ae5a8(_0x51cce9,_0x501e70(0x163))),_0x19c1b4(_0x501e70(0x14f),_0x5ae5a8(_0x51cce9,_0x501e70(0x16a))),_0x19c1b4(_0x501e70(0x166),_0x5ae5a8(_0x51cce9,_0x501e70(0x173))),_0x19c1b4(_0x501e70(0x16d),_0x5ae5a8(_0x51cce9,_0x501e70(0x15e))),_0x19c1b4(_0x501e70(0x167),_0x5ae5a8(_0x51cce9,_0x501e70(0x142)));}}
@@ -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 _0x321720=_0x5878;(function(_0x4f744a,_0x57385f){const _0x11eba4=_0x5878,_0x225c28=_0x4f744a();while(!![]){try{const _0x50311a=-parseInt(_0x11eba4(0x141))/0x1*(parseInt(_0x11eba4(0x14f))/0x2)+-parseInt(_0x11eba4(0x138))/0x3*(-parseInt(_0x11eba4(0x157))/0x4)+-parseInt(_0x11eba4(0x136))/0x5+-parseInt(_0x11eba4(0x13f))/0x6*(parseInt(_0x11eba4(0x13c))/0x7)+-parseInt(_0x11eba4(0x15d))/0x8*(-parseInt(_0x11eba4(0x149))/0x9)+parseInt(_0x11eba4(0x147))/0xa*(parseInt(_0x11eba4(0x15c))/0xb)+-parseInt(_0x11eba4(0x137))/0xc;if(_0x50311a===_0x57385f)break;else _0x225c28['push'](_0x225c28['shift']());}catch(_0x17fe4a){_0x225c28['push'](_0x225c28['shift']());}}}(_0x5874,0xb9611));import{Plugin as _0x2b6cae}from'ckeditor5/src/core.js';import{getTranslation as _0x42abb5}from'../utils/common-translations.js';function _0x5878(_0x3fabe4,_0x558717){const _0x5874f6=_0x5874();return _0x5878=function(_0x58789e,_0x315e88){_0x58789e=_0x58789e-0x131;let _0x3f266b=_0x5874f6[_0x58789e];return _0x3f266b;},_0x5878(_0x3fabe4,_0x558717);}import{getRangesOfBlockGroups as _0x59bd08}from'../utils/utils.js';function _0x5874(){const _0x4c7d01=['plugins','document','filter','forceValue','commandName','model','enableCommand','728jvStpL','locale','name','format','afterInit','843667jMBYQX','46968FNxCVk','schema','from','_descriptionFactory','ELEMENT_BLOCK_QUOTE','editor','registerDescriptionCallback','1269435VxPgXk','8470440ohifiJ','24390SlkpZy','commands','getSelectedBlocks','blockQuote','4064935vlBQpq','get','BlockQuoteEditing','12mcZKTQ','selection','500375YMFHmq','TrackChangesEditing','$root','*Remove\x20format:*\x20%0','markBlockFormat','change','130cXjxBb','parent','1386EvtFYL','checkChild','has','value','*Set\x20format:*\x20%0','commandParams','2GjFBUs'];_0x5874=function(){return _0x4c7d01;};return _0x5874();}export default class O extends _0x2b6cae{[_0x321720(0x15b)](){const _0x19333b=_0x321720,_0x4776ff=this[_0x19333b(0x134)],_0x15168a=_0x4776ff[_0x19333b(0x158)];if(!_0x4776ff[_0x19333b(0x150)][_0x19333b(0x14b)](_0x19333b(0x13e)))return;const _0x304b15=_0x4776ff[_0x19333b(0x150)][_0x19333b(0x13d)](_0x19333b(0x142)),_0x2c3228=this[_0x19333b(0x134)][_0x19333b(0x139)][_0x19333b(0x13d)](_0x19333b(0x13b));_0x304b15[_0x19333b(0x156)](_0x19333b(0x13b),(_0x3f273d,_0x3a62b8={})=>{const _0x8c4cc5=_0x19333b,_0x29c4eb=this[_0x8c4cc5(0x134)][_0x8c4cc5(0x155)][_0x8c4cc5(0x151)][_0x8c4cc5(0x140)],_0x3d2256=_0x3a62b8&&void 0x0!==_0x3a62b8[_0x8c4cc5(0x153)]?_0x3a62b8[_0x8c4cc5(0x153)]:!_0x2c3228[_0x8c4cc5(0x14c)];let _0x4b7ae8=[];if(_0x3d2256){const _0x307d35=Array[_0x8c4cc5(0x131)](_0x29c4eb[_0x8c4cc5(0x13a)]())[_0x8c4cc5(0x152)](_0x811385=>oo(_0x811385)||function(_0x66da2d,_0x2dad9e){const _0x362101=_0x8c4cc5,_0x56abb8=_0x2dad9e[_0x362101(0x14a)](_0x66da2d[_0x362101(0x148)],_0x362101(0x13b)),_0x5784d0=_0x2dad9e[_0x362101(0x14a)]([_0x362101(0x143),_0x362101(0x13b)],_0x66da2d);return _0x56abb8&&_0x5784d0;}(_0x811385,this[_0x8c4cc5(0x134)][_0x8c4cc5(0x155)][_0x8c4cc5(0x15e)]));_0x4b7ae8=_0x59bd08(_0x307d35,_0x4776ff[_0x8c4cc5(0x155)]);}else{const _0xc230=Array[_0x8c4cc5(0x131)](_0x29c4eb[_0x8c4cc5(0x13a)]())[_0x8c4cc5(0x152)](_0x1605f6=>oo(_0x1605f6));_0x4b7ae8=_0x59bd08(_0xc230,_0x4776ff[_0x8c4cc5(0x155)]);}_0x4776ff[_0x8c4cc5(0x155)][_0x8c4cc5(0x146)](()=>{const _0x2e1966=_0x8c4cc5;for(const _0x430582 of _0x4b7ae8)_0x304b15[_0x2e1966(0x145)](_0x430582,{'commandName':_0x2e1966(0x13b),'commandParams':[{'forceValue':_0x3d2256}]});});}),_0x304b15[_0x19333b(0x132)][_0x19333b(0x135)](_0x49437b=>{const _0x1b122e=_0x19333b,{data:_0x573875}=_0x49437b;if(_0x573875&&_0x1b122e(0x13b)==_0x573875[_0x1b122e(0x154)]){const _0x23bcfc=_0x42abb5(_0x15168a,_0x1b122e(0x133));return _0x573875[_0x1b122e(0x14e)][0x0][_0x1b122e(0x153)]?{'type':_0x1b122e(0x15a),'content':_0x42abb5(_0x15168a,_0x1b122e(0x14d),_0x23bcfc)}:{'type':_0x1b122e(0x15a),'content':_0x42abb5(_0x15168a,_0x1b122e(0x144),_0x23bcfc)};}});}}function oo(_0x479daa){const _0x491611=_0x321720;return _0x491611(0x13b)==_0x479daa[_0x491611(0x148)][_0x491611(0x159)];}
@@ -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
+ function _0x2c7b(_0x4b8de2,_0x59ffc0){const _0x4f2c0c=_0x4f2c();return _0x2c7b=function(_0x2c7bb1,_0xcb372){_0x2c7bb1=_0x2c7bb1-0x13b;let _0x489838=_0x4f2c0c[_0x2c7bb1];return _0x489838;},_0x2c7b(_0x4b8de2,_0x59ffc0);}const _0x15dee8=_0x2c7b;function _0x4f2c(){const _0x24a044=['TrackChangesEditing','25098843KVEkoE','changeCaseTitle','6402235aubFNV','changeCaseUpper','enableCommand','changeCaseLower','CaseChange','afterInit','has','8024490UNmuob','3EUcoOG','editor','plugins','2316FUOCNs','1508UwaHRY','get','8XHiddh','235tniXDf','9555760LnqYgg','3408156fgFtyj','198hoOWSH'];_0x4f2c=function(){return _0x24a044;};return _0x4f2c();}(function(_0x15ceb6,_0x5c4643){const _0x2506d5=_0x2c7b,_0x5b05ba=_0x15ceb6();while(!![]){try{const _0x5cf567=-parseInt(_0x2506d5(0x148))/0x1*(-parseInt(_0x2506d5(0x14e))/0x2)+parseInt(_0x2506d5(0x144))/0x3*(parseInt(_0x2506d5(0x14d))/0x4)+-parseInt(_0x2506d5(0x14b))/0x5*(-parseInt(_0x2506d5(0x147))/0x6)+-parseInt(_0x2506d5(0x13c))/0x7*(parseInt(_0x2506d5(0x14a))/0x8)+-parseInt(_0x2506d5(0x143))/0x9+-parseInt(_0x2506d5(0x14c))/0xa+parseInt(_0x2506d5(0x150))/0xb;if(_0x5cf567===_0x5c4643)break;else _0x5b05ba['push'](_0x5b05ba['shift']());}catch(_0x4aa836){_0x5b05ba['push'](_0x5b05ba['shift']());}}}(_0x4f2c,0x83b03));import{Plugin as _0xdbe169}from'ckeditor5/src/core.js';export default class G extends _0xdbe169{[_0x15dee8(0x141)](){const _0x79fc7c=_0x15dee8,_0x2ebfe4=this[_0x79fc7c(0x145)];_0x2ebfe4[_0x79fc7c(0x146)][_0x79fc7c(0x142)](_0x79fc7c(0x140))&&(_0x2ebfe4[_0x79fc7c(0x146)][_0x79fc7c(0x149)](_0x79fc7c(0x14f))[_0x79fc7c(0x13e)](_0x79fc7c(0x13d)),_0x2ebfe4[_0x79fc7c(0x146)][_0x79fc7c(0x149)](_0x79fc7c(0x14f))[_0x79fc7c(0x13e)](_0x79fc7c(0x13f)),_0x2ebfe4[_0x79fc7c(0x146)][_0x79fc7c(0x149)](_0x79fc7c(0x14f))[_0x79fc7c(0x13e)](_0x79fc7c(0x13b)));}}
@@ -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
+ function _0x3ca0(_0x165f63,_0x1c71cd){const _0x40b86f=_0x40b8();return _0x3ca0=function(_0x3ca0e0,_0x5c076c){_0x3ca0e0=_0x3ca0e0-0x16b;let _0x3b9bff=_0x40b86f[_0x3ca0e0];return _0x3b9bff;},_0x3ca0(_0x165f63,_0x1c71cd);}const _0xc3ffb0=_0x3ca0;(function(_0x3c9fc7,_0x8a59f7){const _0x14301a=_0x3ca0,_0x103008=_0x3c9fc7();while(!![]){try{const _0x4641f4=-parseInt(_0x14301a(0x173))/0x1*(-parseInt(_0x14301a(0x174))/0x2)+-parseInt(_0x14301a(0x16f))/0x3*(-parseInt(_0x14301a(0x172))/0x4)+parseInt(_0x14301a(0x17d))/0x5*(-parseInt(_0x14301a(0x16b))/0x6)+-parseInt(_0x14301a(0x175))/0x7*(-parseInt(_0x14301a(0x16d))/0x8)+-parseInt(_0x14301a(0x179))/0x9*(-parseInt(_0x14301a(0x17e))/0xa)+-parseInt(_0x14301a(0x17c))/0xb+parseInt(_0x14301a(0x171))/0xc;if(_0x4641f4===_0x8a59f7)break;else _0x103008['push'](_0x103008['shift']());}catch(_0x2baa55){_0x103008['push'](_0x103008['shift']());}}}(_0x40b8,0x1ca31));import{Plugin as _0x54faa7}from'ckeditor5/src/core.js';function _0x40b8(){const _0x22880c=['8IyxyNf','1fjJpJy','151162FFCufA','21TyBvVt','plugins','commands','enableCommand','1467mLZQuA','afterInit','get','1846427DljZlA','4075bGNwgf','9350inSoiT','846lhaFWU','TrackChangesEditing','97048rPgLzf','editor','108210FxqWhU','ckbox','762600sHeURd'];_0x40b8=function(){return _0x22880c;};return _0x40b8();}export default class F extends _0x54faa7{[_0xc3ffb0(0x17a)](){const _0x253235=_0xc3ffb0,_0xe1a77f=this[_0x253235(0x16e)];_0xe1a77f[_0x253235(0x177)][_0x253235(0x17b)](_0x253235(0x170))&&_0xe1a77f[_0x253235(0x176)][_0x253235(0x17b)](_0x253235(0x16c))[_0x253235(0x178)](_0x253235(0x170));}}
@@ -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
+ function _0x49e8(_0x5e1314,_0x47ea76){const _0x52ebae=_0x52eb();return _0x49e8=function(_0x49e806,_0x5052bc){_0x49e806=_0x49e806-0x145;let _0x48c191=_0x52ebae[_0x49e806];return _0x48c191;},_0x49e8(_0x5e1314,_0x47ea76);}function _0x52eb(){const _0x1a922b=['language','languages','indentCodeBlock','784RdyZbF','type','find','locale','getSelectedBlocks','registerElementLabel','toLowerCase','3UUwjzE','CodeBlock','ELEMENT_CODE_BLOCK','parent','2269525MoqAWO','codeBlock','config','selection','1bPrwjo','plugins','label','commandName','afterInit','document','50UTzSRb','TrackChangesEditing','isLimit','name','change','886294SYzzuQ','23606xekXXr','*Set\x20format:*\x20%0','rootElement','enableCommand','commands','blockName','model','has','schema','registerDescriptionCallback','editor','*Remove\x20format:*\x20%0','value','20840hJaQvi','filter','804QvnYec','from','2045694clnRbn','markBlockFormat','get','forceValue','1018278gcThuM','_descriptionFactory','commandParams','formatBlock','outdentCodeBlock','format','checkChild','1525564EyQrfo'];_0x52eb=function(){return _0x1a922b;};return _0x52eb();}const _0xea8110=_0x49e8;(function(_0x5df689,_0x546f80){const _0x4f9077=_0x49e8,_0x378b5f=_0x5df689();while(!![]){try{const _0x86d960=-parseInt(_0x4f9077(0x147))/0x1*(-parseInt(_0x4f9077(0x152))/0x2)+-parseInt(_0x4f9077(0x17a))/0x3*(-parseInt(_0x4f9077(0x16f))/0x4)+-parseInt(_0x4f9077(0x17e))/0x5+parseInt(_0x4f9077(0x164))/0x6+-parseInt(_0x4f9077(0x173))/0x7*(-parseInt(_0x4f9077(0x160))/0x8)+parseInt(_0x4f9077(0x168))/0x9*(-parseInt(_0x4f9077(0x14d))/0xa)+parseInt(_0x4f9077(0x153))/0xb*(-parseInt(_0x4f9077(0x162))/0xc);if(_0x86d960===_0x546f80)break;else _0x378b5f['push'](_0x378b5f['shift']());}catch(_0x3da215){_0x378b5f['push'](_0x378b5f['shift']());}}}(_0x52eb,0x47bda));import{Plugin as _0x2e6909}from'ckeditor5/src/core.js';import{getTranslation as _0xfc113d}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x4992c3}from'../utils/utils.js';export default class L extends _0x2e6909{[_0xea8110(0x14b)](){const _0x23e3d6=_0xea8110,_0x566b3b=this[_0x23e3d6(0x15d)];if(!_0x566b3b[_0x23e3d6(0x148)][_0x23e3d6(0x15a)](_0x23e3d6(0x17b)))return;const _0x133b3f=_0x566b3b[_0x23e3d6(0x148)][_0x23e3d6(0x166)](_0x23e3d6(0x14e)),_0x188d66=_0x566b3b[_0x23e3d6(0x176)],_0x207ed3=_0x566b3b[_0x23e3d6(0x145)][_0x23e3d6(0x166)](_0x23e3d6(0x17f))[_0x23e3d6(0x171)],_0x1cd377=_0x566b3b[_0x23e3d6(0x157)][_0x23e3d6(0x166)](_0x23e3d6(0x17f));_0x133b3f[_0x23e3d6(0x156)](_0x23e3d6(0x172)),_0x133b3f[_0x23e3d6(0x156)](_0x23e3d6(0x16c)),_0x133b3f[_0x23e3d6(0x156)](_0x23e3d6(0x17f),(_0x1477aa,_0x582681={})=>{const _0x480e91=_0x23e3d6,_0x4c3fc3=_0x566b3b[_0x480e91(0x159)],_0x23d1f1=_0x566b3b[_0x480e91(0x159)][_0x480e91(0x14c)][_0x480e91(0x146)],_0x21fa11=_0x582681&&void 0x0!==_0x582681[_0x480e91(0x167)]?_0x582681[_0x480e91(0x167)]:!_0x1cd377[_0x480e91(0x15f)];let _0x2cd334;_0x582681[_0x480e91(0x170)]||(_0x582681[_0x480e91(0x170)]=_0x207ed3[0x0][_0x480e91(0x170)]),_0x2cd334=_0x21fa11?Array[_0x480e91(0x163)](_0x23d1f1[_0x480e91(0x177)]())[_0x480e91(0x161)](_0x361dd4=>eo(_0x361dd4)||function(_0x593fdb,_0x50712d){const _0x572a89=_0x480e91;if(_0x593fdb['is'](_0x572a89(0x155))||_0x50712d[_0x572a89(0x14f)](_0x593fdb))return!0x1;return _0x50712d[_0x572a89(0x16e)](_0x593fdb[_0x572a89(0x17d)],_0x572a89(0x17f));}(_0x361dd4,_0x4c3fc3[_0x480e91(0x15b)])):Array[_0x480e91(0x163)](_0x23d1f1[_0x480e91(0x177)]())[_0x480e91(0x161)](_0x4a8995=>eo(_0x4a8995));const _0xf6241e=_0x4992c3(_0x2cd334,_0x4c3fc3);_0x4c3fc3[_0x480e91(0x151)](()=>{const _0x47fe7c=_0x480e91;for(const _0x20fdfd of _0xf6241e)_0x133b3f[_0x47fe7c(0x165)](_0x20fdfd,{'commandName':_0x47fe7c(0x17f),'commandParams':[{..._0x582681,'forceValue':_0x21fa11}],'formatGroupId':_0x47fe7c(0x158)});});}),(_0x133b3f[_0x23e3d6(0x169)][_0x23e3d6(0x178)](_0x23e3d6(0x17f),_0x1e95e9=>_0xfc113d(_0x188d66,_0x23e3d6(0x17c),_0x1e95e9)),_0x133b3f[_0x23e3d6(0x169)][_0x23e3d6(0x15c)](_0x349e21=>{const _0x210ed1=_0x23e3d6;if(_0x210ed1(0x16b)!=_0x349e21[_0x210ed1(0x174)])return;const _0x264de1=_0x188d66['t'],{data:_0x624e7c}=_0x349e21;if(!_0x624e7c||_0x210ed1(0x17f)!=_0x624e7c[_0x210ed1(0x14a)])return;const _0xe05fa6=_0x624e7c[_0x210ed1(0x16a)][0x0][_0x210ed1(0x170)],_0x42420a=_0x264de1(_0x207ed3[_0x210ed1(0x175)](_0x559c0e=>_0x559c0e[_0x210ed1(0x170)]===_0xe05fa6)[_0x210ed1(0x149)])[_0x210ed1(0x179)]();return _0x624e7c[_0x210ed1(0x16a)][0x0][_0x210ed1(0x167)]?{'type':_0x210ed1(0x16d),'content':_0xfc113d(_0x188d66,_0x210ed1(0x154),_0xfc113d(_0x188d66,_0x210ed1(0x17c),0x1)+'\x20('+_0x42420a+')')}:{'type':_0x210ed1(0x16d),'content':_0xfc113d(_0x188d66,_0x210ed1(0x15e),_0xfc113d(_0x188d66,_0x210ed1(0x17c),0x1))};}));}}function eo(_0x375a14){const _0x3ce9ed=_0xea8110;return _0x3ce9ed(0x17f)==_0x375a14[_0x3ce9ed(0x150)];}
@@ -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 _0x82d04a=_0x1d48;(function(_0xfd3be0,_0x4e97d0){const _0x390211=_0x1d48,_0x854795=_0xfd3be0();while(!![]){try{const _0x735205=-parseInt(_0x390211(0xb0))/0x1*(parseInt(_0x390211(0xb5))/0x2)+parseInt(_0x390211(0xbf))/0x3*(-parseInt(_0x390211(0xba))/0x4)+parseInt(_0x390211(0xb8))/0x5*(-parseInt(_0x390211(0xbb))/0x6)+parseInt(_0x390211(0xb9))/0x7+parseInt(_0x390211(0xb1))/0x8*(parseInt(_0x390211(0xbd))/0x9)+-parseInt(_0x390211(0xbe))/0xa*(parseInt(_0x390211(0xbc))/0xb)+parseInt(_0x390211(0xc3))/0xc*(parseInt(_0x390211(0xb3))/0xd);if(_0x735205===_0x4e97d0)break;else _0x854795['push'](_0x854795['shift']());}catch(_0x35911b){_0x854795['push'](_0x854795['shift']());}}}(_0x3b93,0xba50c));function _0x1d48(_0x18af63,_0x1228df){const _0x3b9376=_0x3b93();return _0x1d48=function(_0x1d48cb,_0x672378){_0x1d48cb=_0x1d48cb-0xae;let _0x692eea=_0x3b9376[_0x1d48cb];return _0x692eea;},_0x1d48(_0x18af63,_0x1228df);}function _0x3b93(){const _0x256611=['36BfYILm','14058lwUvch','49635gGNxqk','7830SaUxtH','187503CsaeyV','has','CommentsEditing','afterInit','5148516WuCZrk','addCommentThread','editor','1222TspJLe','872DNluCd','TrackChangesEditing','52jbkzMo','get','76vFdmCJ','enableCommand','plugins','774885UZAKMA','3397198ajumem','4hfgSeb'];_0x3b93=function(){return _0x256611;};return _0x3b93();}import{Plugin as _0x2781a4}from'ckeditor5/src/core.js';export default class H extends _0x2781a4{[_0x82d04a(0xc2)](){const _0x5213dd=_0x82d04a,_0x435856=this[_0x5213dd(0xaf)];if(!_0x435856[_0x5213dd(0xb7)][_0x5213dd(0xc0)](_0x5213dd(0xc1)))return;_0x435856[_0x5213dd(0xb7)][_0x5213dd(0xb4)](_0x5213dd(0xb2))[_0x5213dd(0xb6)](_0x5213dd(0xae));}}
@@ -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 _0x3d28c6=_0x6974;(function(_0x2ac772,_0x243758){const _0x5356fc=_0x6974,_0x237fb8=_0x2ac772();while(!![]){try{const _0x374d87=parseInt(_0x5356fc(0xaa))/0x1+parseInt(_0x5356fc(0xbe))/0x2+parseInt(_0x5356fc(0x9d))/0x3+parseInt(_0x5356fc(0x93))/0x4*(-parseInt(_0x5356fc(0xad))/0x5)+parseInt(_0x5356fc(0x8f))/0x6+parseInt(_0x5356fc(0xb0))/0x7*(parseInt(_0x5356fc(0x94))/0x8)+-parseInt(_0x5356fc(0xc2))/0x9;if(_0x374d87===_0x243758)break;else _0x237fb8['push'](_0x237fb8['shift']());}catch(_0x2e28d4){_0x237fb8['push'](_0x237fb8['shift']());}}}(_0x4a21,0xd0e1f));function _0x4a21(){const _0x2ce14c=['markerName','writer','927098NlsufM','root','selection','11155YLCcfy','downcastDispatcher','editing','1394323IDbKFr','$graveyard','getFirstRange','bind','unlock','end','deleteForward','delete','merge','showSuggestionHighlights','model','commands','forward','lock','983388TvmBei','isCollapsed','high','markerNameToElements','31772556KkcRIK','options','init','data','createRange','requires','plugins','setSelection','3397704FVsJlg','TrackChangesEditing','editor','uiElement','20LOjtxI','56NDqCUW','buffer','remove','document','start','detach','removeMarker:suggestion:deletion','modifySelection','addMarker:suggestion:deletion','3052869fBAOYz','unbindElementFromMarkerName','fromRange','enableCommand','createSelection','unit','enqueueChange','get','rootName','batch','mapper'];_0x4a21=function(){return _0x2ce14c;};return _0x4a21();}import{Plugin as _0x44b6d8}from'ckeditor5/src/core.js';import{LiveRange as _0x2f58f4}from'ckeditor5/src/engine.js';import{Delete as _0x4cb27e}from'ckeditor5/src/typing.js';function _0x6974(_0x287216,_0x2057ac){const _0x4a21a3=_0x4a21();return _0x6974=function(_0x697423,_0x2e7356){_0x697423=_0x697423-0x8d;let _0x3f4d2d=_0x4a21a3[_0x697423];return _0x3f4d2d;},_0x6974(_0x287216,_0x2057ac);}import{downcastSplitMergeMarker as _0x42e8ad}from'./utils.js';export default class q extends _0x44b6d8{static get[_0x3d28c6(0xc7)](){return[_0x4cb27e];}[_0x3d28c6(0xc4)](){const _0x5f0ca6=_0x3d28c6,_0x5441eb=this[_0x5f0ca6(0x91)],_0x18dc31=_0x5441eb[_0x5f0ca6(0x8d)][_0x5f0ca6(0xa4)](_0x5f0ca6(0x90));_0x18dc31[_0x5f0ca6(0xa0)](_0x5f0ca6(0xb7));const _0x4a9d15=_0x5441eb[_0x5f0ca6(0xbb)][_0x5f0ca6(0xa4)](_0x5f0ca6(0xb6));_0x18dc31[_0x5f0ca6(0xa0)](_0x5f0ca6(0xb6),(_0xd96f1d,_0x3e46cf={})=>{const _0x527e2d=_0x5f0ca6,_0x22cca9=_0x5441eb[_0x527e2d(0xba)][_0x527e2d(0xa1)](_0x5441eb[_0x527e2d(0xba)][_0x527e2d(0x97)][_0x527e2d(0xac)]);_0x22cca9[_0x527e2d(0xbf)]&&_0x5441eb[_0x527e2d(0xba)][_0x527e2d(0x9b)](_0x22cca9,{'direction':_0x527e2d(0xbc),'unit':_0x3e46cf[_0x527e2d(0xa2)]});const _0x2375fa=_0x22cca9[_0x527e2d(0xb2)](),_0x4be05f=_0x2f58f4[_0x527e2d(0x9f)](_0x2375fa);let _0x475374;_0xd96f1d(_0x3e46cf),_0x475374=_0x527e2d(0xb1)==_0x4be05f[_0x527e2d(0xab)][_0x527e2d(0xa5)]?_0x5441eb[_0x527e2d(0xba)][_0x527e2d(0xc6)](_0x2375fa[_0x527e2d(0x98)]):_0x5441eb[_0x527e2d(0xba)][_0x527e2d(0xc6)](_0x4be05f[_0x527e2d(0x98)],_0x4be05f[_0x527e2d(0xb5)]),_0x4be05f[_0x527e2d(0x99)](),_0x5441eb[_0x527e2d(0xba)][_0x527e2d(0xa3)](_0x4a9d15[_0x527e2d(0x95)][_0x527e2d(0xa6)],_0x1e1679=>{const _0x16317c=_0x527e2d;_0x4a9d15[_0x16317c(0x95)][_0x16317c(0xbd)](),_0x1e1679[_0x16317c(0x8e)](_0x1e1679[_0x16317c(0xc6)](_0x475374[_0x16317c(0xb5)])),_0x4a9d15[_0x16317c(0x95)][_0x16317c(0xb4)]();});}),_0x5441eb[_0x5f0ca6(0xaf)][_0x5f0ca6(0xae)]['on'](_0x5f0ca6(0x9c),_0x42e8ad(_0x5441eb,_0x5f0ca6(0xb8)),{'priority':_0x5f0ca6(0xc0)}),_0x5441eb[_0x5f0ca6(0xc5)][_0x5f0ca6(0xae)]['on'](_0x5f0ca6(0x9c),(_0x258280,_0x5af3b9,_0x33fcc2)=>{const _0x3310ff=_0x5f0ca6;_0x33fcc2[_0x3310ff(0xc3)][_0x3310ff(0xb9)]&&_0x42e8ad(_0x5441eb,_0x3310ff(0xb8),{'showActiveMarker':!0x1})[_0x3310ff(0xb3)](this)(_0x258280,_0x5af3b9,_0x33fcc2);},{'priority':_0x5f0ca6(0xc0)}),_0x5441eb[_0x5f0ca6(0xaf)][_0x5f0ca6(0xae)]['on'](_0x5f0ca6(0x9a),(_0x294e2b,_0x151a9c,_0x48bc41)=>{const _0x2669c0=_0x5f0ca6,_0x28433b=_0x48bc41[_0x2669c0(0xa7)][_0x2669c0(0xc1)](_0x151a9c[_0x2669c0(0xa8)]);if(_0x28433b){for(const _0xe52093 of _0x28433b)_0xe52093['is'](_0x2669c0(0x92))&&(_0x48bc41[_0x2669c0(0xa7)][_0x2669c0(0x9e)](_0xe52093,_0x151a9c[_0x2669c0(0xa8)]),_0x48bc41[_0x2669c0(0xa9)][_0x2669c0(0x96)](_0xe52093));}},{'priority':_0x5f0ca6(0xc0)});}}
@@ -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 _0x9f8969=_0x4a29;function _0x4a29(_0x1b423d,_0x54c650){const _0x1b3e3e=_0x1b3e();return _0x4a29=function(_0x4a2954,_0x3c4dcd){_0x4a2954=_0x4a2954-0x6c;let _0x456a77=_0x1b3e3e[_0x4a2954];return _0x456a77;},_0x4a29(_0x1b423d,_0x54c650);}(function(_0x1118a0,_0x572ca6){const _0x2669bd=_0x4a29,_0x744816=_0x1118a0();while(!![]){try{const _0x1496b6=-parseInt(_0x2669bd(0x79))/0x1+-parseInt(_0x2669bd(0x92))/0x2+parseInt(_0x2669bd(0x93))/0x3+parseInt(_0x2669bd(0x73))/0x4*(parseInt(_0x2669bd(0x87))/0x5)+parseInt(_0x2669bd(0x86))/0x6*(-parseInt(_0x2669bd(0x9a))/0x7)+-parseInt(_0x2669bd(0x6f))/0x8+parseInt(_0x2669bd(0x9c))/0x9;if(_0x1496b6===_0x572ca6)break;else _0x744816['push'](_0x744816['shift']());}catch(_0x41d49e){_0x744816['push'](_0x744816['shift']());}}}(_0x1b3e,0x93ef1));import{Plugin as _0xb22d7}from'ckeditor5/src/core.js';import{Enter as _0x469f17}from'ckeditor5/src/enter.js';import{LiveRange as _0x251410}from'ckeditor5/src/engine.js';function _0x1b3e(){const _0x5d05e1=['showSuggestionHighlights','downcastDispatcher','plugins','options','markInsertion','unbindElementFromMarkerName','end','afterExecute','getFirstRange','3515304TRLQJC','2551015nrsebc','detach','markerName','enter','enableCommand','setSelection','hasClass','selection','split','remove','createRange','2327474oYhrBY','2493003bUkLFS','TrackChangesEditing','removeMarker:suggestion:insertion','data','commands','requires','addMarker:suggestion:insertion','7lgRvLu','editor','10408977yZgxoR','editing','init','bind','nextSibling','enterBlock','get','high','markerNameToElements','223336vEuKId','fire','writer','parent','8QNqarl','change','createPositionAt','getFirstPosition','mapper','ck-suggestion-marker-split','624485FAPuuR','fromRange','document','model'];_0x1b3e=function(){return _0x5d05e1;};return _0x1b3e();}import{downcastSplitMergeMarker as _0x5d4d26}from'./utils.js';export default class W extends _0xb22d7{static get[_0x9f8969(0x98)](){return[_0x469f17];}[_0x9f8969(0x9e)](){const _0x479f97=_0x9f8969,_0x328200=this[_0x479f97(0x9b)],_0x2753e0=_0x328200[_0x479f97(0x7f)][_0x479f97(0x6c)](_0x479f97(0x94)),_0x211500=_0x328200[_0x479f97(0x97)][_0x479f97(0x6c)](_0x479f97(0x8a));_0x2753e0[_0x479f97(0x8b)](_0x479f97(0x8a),()=>{const _0x2b03c9=_0x479f97;_0x328200[_0x2b03c9(0x7c)][_0x2b03c9(0x74)](_0x1b56b7=>{const _0x168f6a=_0x2b03c9,_0x196bbf=_0x328200[_0x168f6a(0x7c)][_0x168f6a(0x7b)][_0x168f6a(0x8e)],_0x173f4c=_0x196bbf[_0x168f6a(0x76)](),_0x2953ef=_0x251410[_0x168f6a(0x7a)](_0x196bbf[_0x168f6a(0x85)]());if(_0x211500[_0x168f6a(0xa1)](_0x1b56b7)){const _0x4083d6=_0x328200[_0x168f6a(0x7c)][_0x168f6a(0x75)](_0x173f4c[_0x168f6a(0x72)][_0x168f6a(0xa0)],0x0),_0x9dc1f8=_0x1b56b7[_0x168f6a(0x91)](_0x173f4c,_0x4083d6);_0x2753e0[_0x168f6a(0x81)](_0x9dc1f8);}else _0x1b56b7[_0x168f6a(0x8c)](_0x1b56b7[_0x168f6a(0x91)](_0x2953ef[_0x168f6a(0x83)]));_0x2953ef[_0x168f6a(0x88)](),_0x211500[_0x168f6a(0x70)](_0x168f6a(0x84),{'writer':_0x1b56b7});});}),_0x328200[_0x479f97(0x9d)][_0x479f97(0x7e)]['on'](_0x479f97(0x99),_0x5d4d26(_0x328200,_0x479f97(0x8f)),{'priority':_0x479f97(0x6d)}),_0x328200[_0x479f97(0x9d)][_0x479f97(0x7e)]['on'](_0x479f97(0x95),(_0x18d16a,_0x5e00f2,_0x24e591)=>{const _0x2c45d0=_0x479f97,_0x1faa01=_0x24e591[_0x2c45d0(0x77)][_0x2c45d0(0x6e)](_0x5e00f2[_0x2c45d0(0x89)]);if(_0x1faa01){for(const _0x3685d6 of _0x1faa01)_0x3685d6[_0x2c45d0(0x8d)](_0x2c45d0(0x78))&&(_0x24e591[_0x2c45d0(0x77)][_0x2c45d0(0x82)](_0x3685d6,_0x5e00f2[_0x2c45d0(0x89)]),_0x24e591[_0x2c45d0(0x71)][_0x2c45d0(0x90)](_0x3685d6));}},{'priority':_0x479f97(0x6d)}),_0x328200[_0x479f97(0x96)][_0x479f97(0x7e)]['on'](_0x479f97(0x99),(_0x343a24,_0x1203c5,_0x537cd8)=>{const _0x4a2cc1=_0x479f97;_0x537cd8[_0x4a2cc1(0x80)][_0x4a2cc1(0x7d)]&&_0x5d4d26(_0x328200,_0x4a2cc1(0x8f),{'showActiveMarker':!0x1})[_0x4a2cc1(0x9f)](this)(_0x343a24,_0x1203c5,_0x537cd8);},{'priority':_0x479f97(0x6d)});}}
@@ -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 _0x6f0506=_0x5142;(function(_0x1ea7a9,_0x5984db){const _0x30c5fb=_0x5142,_0xec3925=_0x1ea7a9();while(!![]){try{const _0x3f7730=-parseInt(_0x30c5fb(0x105))/0x1*(parseInt(_0x30c5fb(0x128))/0x2)+parseInt(_0x30c5fb(0x121))/0x3*(-parseInt(_0x30c5fb(0x103))/0x4)+parseInt(_0x30c5fb(0x127))/0x5*(parseInt(_0x30c5fb(0x106))/0x6)+-parseInt(_0x30c5fb(0x102))/0x7+-parseInt(_0x30c5fb(0x126))/0x8*(-parseInt(_0x30c5fb(0x10d))/0x9)+-parseInt(_0x30c5fb(0x10b))/0xa*(parseInt(_0x30c5fb(0x109))/0xb)+parseInt(_0x30c5fb(0x11c))/0xc;if(_0x3f7730===_0x5984db)break;else _0xec3925['push'](_0xec3925['shift']());}catch(_0x3e3238){_0xec3925['push'](_0xec3925['shift']());}}}(_0x4df2,0x1b133));import{Plugin as _0x48757d}from'ckeditor5/src/core.js';export default class J extends _0x48757d{[_0x6f0506(0x11e)](){const _0x39dbbf=_0x6f0506;if(!this[_0x39dbbf(0x100)][_0x39dbbf(0x113)][_0x39dbbf(0x125)](_0x39dbbf(0x10c)))return;const _0x132c45=this[_0x39dbbf(0x100)][_0x39dbbf(0x113)][_0x39dbbf(0x11d)](_0x39dbbf(0x114));_0x132c45[_0x39dbbf(0x10f)](_0x39dbbf(0x11b),this[_0x39dbbf(0x115)][_0x39dbbf(0x11f)](this)),_0x132c45[_0x39dbbf(0x10f)](_0x39dbbf(0x129)),_0x132c45[_0x39dbbf(0x10f)](_0x39dbbf(0x122)),_0x132c45[_0x39dbbf(0x10f)](_0x39dbbf(0x12a)),_0x132c45[_0x39dbbf(0x10f)](_0x39dbbf(0x124));}[_0x6f0506(0x115)](_0x2f1eb8,_0x3e58fe,_0x1cdc58={}){const _0x446a5c=_0x6f0506,_0x1d3727=this[_0x446a5c(0x100)][_0x446a5c(0x113)][_0x446a5c(0x11d)](_0x446a5c(0x118));return _0x2f1eb8(_0x153f76=>(_0x446a5c(0x107)==typeof _0x3e58fe?_0x1d3727[_0x446a5c(0x101)](_0x3e58fe,_0x1cdc58):_0x3e58fe)(_0x153f76)[_0x446a5c(0x104)](_0x5858a6=>!0x1===this[_0x446a5c(0x123)](_0x5858a6,_0x153f76[_0x446a5c(0x117)])),_0x1cdc58);}[_0x6f0506(0x123)](_0xc28981,_0x43464d){const _0x516fca=_0x6f0506,_0x155d4c=this[_0x516fca(0x100)][_0x516fca(0x108)][_0x516fca(0x112)](this[_0x516fca(0x100)][_0x516fca(0x108)][_0x516fca(0x116)](_0x43464d,_0xc28981[_0x516fca(0x110)]),this[_0x516fca(0x100)][_0x516fca(0x108)][_0x516fca(0x116)](_0x43464d,_0xc28981[_0x516fca(0x119)]));for(const _0x44bcbd of this[_0x516fca(0x100)][_0x516fca(0x108)][_0x516fca(0x10a)][_0x516fca(0x120)](_0x516fca(0x11a)))if(null!==_0x155d4c[_0x516fca(0x10e)](_0x44bcbd[_0x516fca(0x111)]()))return!0x0;return!0x1;}}function _0x5142(_0x53b466,_0x2eeaff){const _0x4df2aa=_0x4df2();return _0x5142=function(_0x514236,_0x3e19ee){_0x514236=_0x514236-0x100;let _0x199654=_0x4df2aa[_0x514236];return _0x199654;},_0x5142(_0x53b466,_0x2eeaff);}function _0x4df2(){const _0x643184=['handleFindCommand','createPositionAt','item','FindAndReplaceUtils','end','suggestion:deletion','find','3343392ppMtCF','get','afterInit','bind','getMarkersGroup','24KxkYOw','findPrevious','_isInDeletionRange','replaceAll','has','12976UqgRmC','3765rudLvx','81960MiCRov','findNext','replace','editor','findByTextCallback','1055124UFfPIB','7148WaECGh','filter','1vZTpJA','1170HjXmrE','string','model','44kiSDgQ','markers','457890YwtABa','FindAndReplaceEditing','414nCKWbD','getIntersection','enableCommand','start','getRange','createRange','plugins','TrackChangesEditing'];_0x4df2=function(){return _0x643184;};return _0x4df2();}
@@ -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 _0x3513b4=_0x5a9e;(function(_0x569e59,_0x5b4b53){const _0x1598b1=_0x5a9e,_0x1159e1=_0x569e59();while(!![]){try{const _0x35c5ed=-parseInt(_0x1598b1(0x16f))/0x1+parseInt(_0x1598b1(0x162))/0x2*(parseInt(_0x1598b1(0x181))/0x3)+-parseInt(_0x1598b1(0x17e))/0x4*(-parseInt(_0x1598b1(0x15e))/0x5)+-parseInt(_0x1598b1(0x160))/0x6*(parseInt(_0x1598b1(0x16d))/0x7)+-parseInt(_0x1598b1(0x168))/0x8*(-parseInt(_0x1598b1(0x178))/0x9)+-parseInt(_0x1598b1(0x166))/0xa+-parseInt(_0x1598b1(0x15c))/0xb*(-parseInt(_0x1598b1(0x18a))/0xc);if(_0x35c5ed===_0x5b4b53)break;else _0x1159e1['push'](_0x1159e1['shift']());}catch(_0x41a08a){_0x1159e1['push'](_0x1159e1['shift']());}}}(_0x5523,0x6c778));function _0x5a9e(_0x47d55d,_0x5ad400){const _0x5523be=_0x5523();return _0x5a9e=function(_0x5a9ea6,_0x4e3c45){_0x5a9ea6=_0x5a9ea6-0x15c;let _0x26a80b=_0x5523be[_0x5a9ea6];return _0x26a80b;},_0x5a9e(_0x47d55d,_0x5ad400);}import{Plugin as _0x5bb317}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x4030fe}from'ckeditor5/src/ui.js';import{getTranslation as _0x27c19c}from'../utils/common-translations.js';function _0x5523(){const _0x18b418=['*Reset\x20font\x20color*','12238SBHvJM','*Set\x20font\x20color:*\x20%0','fontBackgroundColor.colors','format','1901780lzyMzJ','toLowerCase','4744sNDEZS','model','config','editor','registerAttributeLabel','7CoJIjR','commandParams','617820MXkJRL','FontColorEditing','*Set\x20font\x20background\x20color:*\x20%0','_descriptionFactory','find','locale','type','FontFamilyEditing','label','2934khALvB','FORMAT_FONT_COLOR','TrackChangesEditing','*Reset\x20font\x20family*','FontSize','FontSizeEditing','8yzPOkI','FORMAT_FONT_BACKGROUND','get','21LCnung','fontSize','value','*Set\x20font\x20size:*\x20%0','fontBackgroundColor','plugins','formatInline','fontColor','*Set\x20font\x20family:*\x20%0','59760GvBfSr','*Reset\x20font\x20background\x20color*','*Reset\x20font\x20size*','FORMAT_FONT_SIZE','fontColor.colors','normalizeSizeOptions','afterInit','fontFamily','FontBackgroundColorEditing','_enableDefaultAttributesIntegration','has','commandName','title','trim','fontSize.options','registerDescriptionCallback','2365dFhIfG','_registerLegacyDescription','664680QfeDzo','FORMAT_FONT_FAMILY','1922670kVuUza'];_0x5523=function(){return _0x18b418;};return _0x5523();}const ro=[{'pluginName':_0x3513b4(0x17d),'commandName':_0x3513b4(0x182)},{'pluginName':_0x3513b4(0x176),'commandName':_0x3513b4(0x191)},{'pluginName':_0x3513b4(0x170),'commandName':_0x3513b4(0x188)},{'pluginName':_0x3513b4(0x192),'commandName':_0x3513b4(0x185)}];export default class Q extends _0x5bb317{[_0x3513b4(0x190)](){const _0x261f84=_0x3513b4,_0x21f94b=this[_0x261f84(0x16b)][_0x261f84(0x174)],_0x5f14dd=this[_0x261f84(0x16b)][_0x261f84(0x186)][_0x261f84(0x180)](_0x261f84(0x17a));for(const {pluginName:_0x51b2dc,commandName:_0x59943e}of ro)this[_0x261f84(0x16b)][_0x261f84(0x186)][_0x261f84(0x194)](_0x51b2dc)&&_0x5f14dd[_0x261f84(0x193)](_0x59943e,[_0x59943e]);_0x21f94b['t'],(_0x5f14dd[_0x261f84(0x172)][_0x261f84(0x16c)](_0x261f84(0x182),_0x27c19c(_0x21f94b,_0x261f84(0x18d))),_0x5f14dd[_0x261f84(0x172)][_0x261f84(0x16c)](_0x261f84(0x191),_0x27c19c(_0x21f94b,_0x261f84(0x15f))),_0x5f14dd[_0x261f84(0x172)][_0x261f84(0x16c)](_0x261f84(0x188),_0x27c19c(_0x21f94b,_0x261f84(0x179))),_0x5f14dd[_0x261f84(0x172)][_0x261f84(0x16c)](_0x261f84(0x185),_0x27c19c(_0x21f94b,_0x261f84(0x17f))),this[_0x261f84(0x15d)]());}[_0x3513b4(0x15d)](){const _0xf50d5a=_0x3513b4,_0x343c07=this[_0xf50d5a(0x16b)],_0x3d767f=_0x343c07[_0xf50d5a(0x174)];_0x343c07[_0xf50d5a(0x186)][_0xf50d5a(0x180)](_0xf50d5a(0x17a))[_0xf50d5a(0x172)][_0xf50d5a(0x199)](_0x1338c5=>{const _0x2c506d=_0xf50d5a,_0x792fcc=_0x3d767f['t'];if(_0x2c506d(0x187)!=_0x1338c5[_0x2c506d(0x175)])return;const {data:_0x20b481}=_0x1338c5;if(null!=_0x20b481){if(_0x2c506d(0x182)==_0x20b481[_0x2c506d(0x195)]){const _0xdf2935=_0x20b481[_0x2c506d(0x16e)][0x0][_0x2c506d(0x183)];if(_0xdf2935){const _0x8add58=_0x792fcc(this[_0x2c506d(0x16b)][_0x2c506d(0x186)][_0x2c506d(0x180)](_0x2c506d(0x17c))[_0x2c506d(0x18f)](this[_0x2c506d(0x16b)][_0x2c506d(0x16a)][_0x2c506d(0x180)](_0x2c506d(0x198)))[_0x2c506d(0x173)](_0x5ec42b=>_0x5ec42b[_0x2c506d(0x169)]==_0xdf2935)[_0x2c506d(0x196)])[_0x2c506d(0x167)]();return{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x184),_0x8add58)};}return{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x18c))};}if(_0x2c506d(0x191)==_0x20b481[_0x2c506d(0x195)]){const _0x4865c2=_0x20b481[_0x2c506d(0x16e)][0x0][_0x2c506d(0x183)];return _0x4865c2?{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x189),_0x4865c2)}:{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x17b))};}if(_0x2c506d(0x188)==_0x20b481[_0x2c506d(0x195)]){const _0x8fa1d3=_0x20b481[_0x2c506d(0x16e)][0x0][_0x2c506d(0x183)];if(_0x8fa1d3){const _0x5d0f18=_0x4030fe(this[_0x2c506d(0x16b)][_0x2c506d(0x16a)][_0x2c506d(0x180)](_0x2c506d(0x18e)))[_0x2c506d(0x173)](_0x9b438d=>_0x9b438d[_0x2c506d(0x169)]==_0x8fa1d3);let _0x58c06e=_0x8fa1d3,_0x419a85='';return _0x5d0f18&&(_0x58c06e=_0x5d0f18[_0x2c506d(0x177)],_0x419a85=_0x792fcc(_0x58c06e)[_0x2c506d(0x167)]()),{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x163),_0x419a85)[_0x2c506d(0x197)](),'color':{'value':_0x8fa1d3,'title':_0x419a85||_0x58c06e}};}return{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x161))};}if(_0x2c506d(0x185)==_0x20b481[_0x2c506d(0x195)]){const _0x10fb12=_0x20b481[_0x2c506d(0x16e)][0x0][_0x2c506d(0x183)];if(_0x10fb12){const _0x3293aa=_0x4030fe(this[_0x2c506d(0x16b)][_0x2c506d(0x16a)][_0x2c506d(0x180)](_0x2c506d(0x164)))[_0x2c506d(0x173)](_0x235b15=>_0x235b15[_0x2c506d(0x169)]==_0x10fb12);let _0x346f68=_0x10fb12,_0x2a371d='';return _0x3293aa&&(_0x346f68=_0x3293aa[_0x2c506d(0x177)],_0x2a371d=_0x792fcc(_0x346f68)[_0x2c506d(0x167)]()),{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x171),_0x2a371d)[_0x2c506d(0x197)](),'color':{'value':_0x10fb12,'title':_0x2a371d||_0x346f68}};}return{'type':_0x2c506d(0x165),'content':_0x27c19c(_0x3d767f,_0x2c506d(0x18b))};}}});}}
@@ -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
+ function _0x4d62(){const _0x550ded=['FontSize','title','label','plugins','format','model','_descriptionFactory','slice','15168ojzHNJ','formatBlock','normalizeSizeOptions','registerDescriptionCallback','enableCommand','16MZwMHu','405tQEGpv','push','*Set\x20format\x20to:*\x20%0','864680wEMlAv','afterInit','126510GyxdbH','fontSize.options','49268isKest','join','fontColor','349224NFiRsK','fontColor.colors','commands','type','toUpperCase','*Remove\x20all\x20formatting*','entries','editor','fontSize','197190CGSnLF','33180cKXATM','formatInline','length','_enableDefaultAttributesIntegration','commandParams','TrackChangesEditing','split','charAt','config','boolean','pasteFormat','find','locale','get','4VGkBmS','commandName','copyFormat','fontBackgroundColor','toLowerCase','_registerLegacyDescription'];_0x4d62=function(){return _0x550ded;};return _0x4d62();}const _0x68227=_0x1d65;(function(_0x1532b5,_0x49a4d5){const _0x176690=_0x1d65,_0x358727=_0x1532b5();while(!![]){try{const _0x83690a=-parseInt(_0x176690(0x1ac))/0x1*(parseInt(_0x176690(0x1c7))/0x2)+-parseInt(_0x176690(0x1c5))/0x3+parseInt(_0x176690(0x1ca))/0x4+-parseInt(_0x176690(0x1c0))/0x5*(-parseInt(_0x176690(0x1ba))/0x6)+-parseInt(_0x176690(0x19e))/0x7+-parseInt(_0x176690(0x1bf))/0x8*(-parseInt(_0x176690(0x19d))/0x9)+-parseInt(_0x176690(0x1c3))/0xa;if(_0x83690a===_0x49a4d5)break;else _0x358727['push'](_0x358727['shift']());}catch(_0x25ee16){_0x358727['push'](_0x358727['shift']());}}}(_0x4d62,0x1962c));import{Plugin as _0x2694f2}from'ckeditor5/src/core.js';function _0x1d65(_0x7936ac,_0x174544){const _0x4d6246=_0x4d62();return _0x1d65=function(_0x1d653f,_0x140c33){_0x1d653f=_0x1d653f-0x198;let _0x15b316=_0x4d6246[_0x1d653f];return _0x15b316;},_0x1d65(_0x7936ac,_0x174544);}import{normalizeColorOptions as _0x2b700f}from'ckeditor5/src/ui.js';import{getTranslation as _0xcf3f95}from'../utils/common-translations.js';export default class X extends _0x2694f2{[_0x68227(0x1c4)](){const _0x50cdc0=_0x68227,_0x14a95c=this[_0x50cdc0(0x19b)],_0x1a541e=_0x14a95c[_0x50cdc0(0x1b5)][_0x50cdc0(0x1ab)](_0x50cdc0(0x1a3)),_0x43a415=_0x14a95c[_0x50cdc0(0x1cc)][_0x50cdc0(0x1ab)](_0x50cdc0(0x1ae)),_0x1a2ce9=_0x14a95c[_0x50cdc0(0x1cc)][_0x50cdc0(0x1ab)](_0x50cdc0(0x1a8));_0x43a415&&_0x1a2ce9&&(_0x1a541e[_0x50cdc0(0x1a1)](_0x50cdc0(0x1a8)),_0x1a541e[_0x50cdc0(0x1be)](_0x50cdc0(0x1ae)),this[_0x50cdc0(0x1b1)]());}[_0x68227(0x1b1)](){const _0x410678=_0x68227,_0x10704d=this[_0x410678(0x19b)],_0x27d6b0=_0x10704d[_0x410678(0x1aa)];_0x10704d[_0x410678(0x1b5)][_0x410678(0x1ab)](_0x410678(0x1a3))[_0x410678(0x1b8)][_0x410678(0x1bd)](_0x26dc6e=>{const _0xe7ecf6=_0x410678;if(_0xe7ecf6(0x1bb)!=_0x26dc6e[_0xe7ecf6(0x1cd)]&&_0xe7ecf6(0x19f)!=_0x26dc6e[_0xe7ecf6(0x1cd)])return;const {data:_0x1dfb0b}=_0x26dc6e;if(_0x1dfb0b&&_0xe7ecf6(0x1a8)===_0x1dfb0b[_0xe7ecf6(0x1ad)]){const _0x3be941=[],_0x1540c4=_0x1dfb0b[_0xe7ecf6(0x1a2)][0x0];for(const [_0x1e3b57,_0x496d69]of Object[_0xe7ecf6(0x19a)](_0x1540c4))_0x3be941[_0xe7ecf6(0x1c1)](so(_0x10704d,_0x1e3b57,_0x496d69));return _0x3be941[_0xe7ecf6(0x1a0)]?{'type':_0xe7ecf6(0x1b6),'content':_0xcf3f95(_0x27d6b0,_0xe7ecf6(0x1c2),_0x3be941[_0xe7ecf6(0x1c8)](',\x20'))}:{'type':_0xe7ecf6(0x1b6),'content':_0xcf3f95(_0x27d6b0,_0xe7ecf6(0x199))};}});}}function so(_0x1d9a80,_0xb1d355,_0x39df13){const _0x131aae=_0x68227,_0x54177b=_0x1d9a80[_0x131aae(0x1aa)]['t'],_0x25963b=_0xb1d355[_0x131aae(0x1a4)](/(?=[A-Z])/)[_0x131aae(0x1c8)]('\x20'),_0x1499bf=_0x54177b(_0x25963b[_0x131aae(0x1a5)](0x0)[_0x131aae(0x198)]()+_0x25963b[_0x131aae(0x1b9)](0x1))[_0x131aae(0x1b0)]();if(_0x131aae(0x1a7)==typeof _0x39df13)return _0x1499bf;if(_0x131aae(0x1c9)===_0xb1d355||_0x131aae(0x1af)===_0xb1d355){const _0x3c7ad5=_0x2b700f(_0x1d9a80[_0x131aae(0x1a6)][_0x131aae(0x1ab)](_0x131aae(0x1cb)))[_0x131aae(0x1a9)](_0x312877=>_0x312877[_0x131aae(0x1b7)]==_0x39df13);return _0x1499bf+'\x20('+(_0x3c7ad5?_0x54177b(_0x3c7ad5[_0x131aae(0x1b4)])[_0x131aae(0x1b0)]():_0x39df13)+')';}if(_0x131aae(0x19c)===_0xb1d355&&isNaN(parseFloat(_0x39df13))){const _0x1d8aad=_0x1d9a80[_0x131aae(0x1b5)][_0x131aae(0x1ab)](_0x131aae(0x1b2))[_0x131aae(0x1bc)](_0x1d9a80[_0x131aae(0x1a6)][_0x131aae(0x1ab)](_0x131aae(0x1c6)))[_0x131aae(0x1a9)](_0x49f69d=>_0x49f69d[_0x131aae(0x1b7)]==_0x39df13);return _0x1499bf+'\x20('+(_0x1d8aad?_0x54177b(_0x1d8aad[_0x131aae(0x1b3)])[_0x131aae(0x1b0)]():_0x39df13)+')';}return _0x1499bf+'\x20('+_0x39df13+')';}
@@ -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 _0x2c5448=_0x5054;(function(_0x22b8ba,_0x3254d4){const _0x45039f=_0x5054,_0x1e6775=_0x22b8ba();while(!![]){try{const _0x1dccda=parseInt(_0x45039f(0xf6))/0x1+parseInt(_0x45039f(0x102))/0x2*(parseInt(_0x45039f(0xff))/0x3)+-parseInt(_0x45039f(0xf5))/0x4*(-parseInt(_0x45039f(0x119))/0x5)+-parseInt(_0x45039f(0x11d))/0x6*(parseInt(_0x45039f(0x111))/0x7)+-parseInt(_0x45039f(0x118))/0x8*(-parseInt(_0x45039f(0x109))/0x9)+-parseInt(_0x45039f(0x115))/0xa*(-parseInt(_0x45039f(0xfe))/0xb)+-parseInt(_0x45039f(0x103))/0xc;if(_0x1dccda===_0x3254d4)break;else _0x1e6775['push'](_0x1e6775['shift']());}catch(_0x4c5632){_0x1e6775['push'](_0x1e6775['shift']());}}}(_0x3fca,0xd0f52));function _0x3fca(){const _0x326fa3=['title','formatBlock','heading.options','config','7xWESqt','_enableDefaultAttributesIntegration','locale','ELEMENT_HEADING','61130taEQTL','paragraph','commandName','3313672OtXWZk','950uAQPAA','TrackChangesEditing','view','ELEMENT_HEADING_CUSTOM','4833282jVzqJU','afterInit','editor','HeadingEditing','heading','*Change\x20to:*\x20%0','34044qlLpDB','159475IeWomX','_headingOptions','plugins','registerDescriptionCallback','_getHeadingLevel','format','find','commandParams','1078YmkHrm','249609djUBBK','get','match','6EgJkgA','16536240EGbqQQ','_registerLegacyDescription','_descriptionFactory','name','type','value','9tczTTk','has','model','registerElementLabel'];_0x3fca=function(){return _0x326fa3;};return _0x3fca();}import{Plugin as _0x4b2ae1}from'ckeditor5/src/core.js';import{getTranslation as _0x5a6232}from'../utils/common-translations.js';function _0x5054(_0x2e1fd2,_0x2bd461){const _0x3fca71=_0x3fca();return _0x5054=function(_0x505487,_0x3a4329){_0x505487=_0x505487-0xf0;let _0x31ce5d=_0x3fca71[_0x505487];return _0x31ce5d;},_0x5054(_0x2e1fd2,_0x2bd461);}export default class Y extends _0x4b2ae1{[_0x2c5448(0xf0)](){const _0x298dca=_0x2c5448,_0x22e56a=this[_0x298dca(0xf1)];if(!_0x22e56a[_0x298dca(0xf8)][_0x298dca(0x10a)](_0x298dca(0xf2)))return;this[_0x298dca(0xf7)]=_0x22e56a[_0x298dca(0x110)][_0x298dca(0x100)](_0x298dca(0x10f));const _0x5356df=_0x22e56a[_0x298dca(0x113)],_0x362857=_0x22e56a[_0x298dca(0xf8)][_0x298dca(0x100)](_0x298dca(0x11a));_0x362857[_0x298dca(0x112)](_0x298dca(0xf3));for(const _0x44f821 of this[_0x298dca(0xf7)])_0x298dca(0x116)!=_0x44f821[_0x298dca(0x10b)]&&_0x362857[_0x298dca(0x105)][_0x298dca(0x10c)](_0x44f821[_0x298dca(0x10b)],_0x23d6f2=>{const _0x4eb97a=_0x298dca,_0x54580d=this[_0x4eb97a(0xfa)](_0x44f821[_0x4eb97a(0x10b)]);return null!==_0x54580d?_0x3721a0(_0x23d6f2,_0x54580d):_0xfe57e6(_0x23d6f2,_0x44f821[_0x4eb97a(0x10d)]);});function _0x3721a0(_0x161956,_0xbb689e){const _0x4a3a85=_0x298dca;return _0x5a6232(_0x5356df,_0x4a3a85(0x114),[_0x161956,_0xbb689e]);}function _0xfe57e6(_0x2526c2,_0x2e76bc){const _0xf5208c=_0x298dca;return _0x5a6232(_0x5356df,_0xf5208c(0x11c),[_0x2526c2,_0x2e76bc]);}this[_0x298dca(0x104)]();}[_0x2c5448(0x104)](){const _0x283a7c=_0x2c5448,_0xc65fa=this[_0x283a7c(0xf1)],_0xcc7b6f=_0xc65fa[_0x283a7c(0x113)];function _0x4ced05(_0x5ec244,_0x567c68){const _0xade3a2=_0x283a7c;return _0x5a6232(_0xcc7b6f,_0xade3a2(0x11c),[_0x5ec244,_0x567c68]);}_0xc65fa[_0x283a7c(0xf8)][_0x283a7c(0x100)](_0x283a7c(0x11a))[_0x283a7c(0x105)][_0x283a7c(0xf9)](_0x288ceb=>{const _0x414423=_0x283a7c;if(_0x414423(0x10e)!=_0x288ceb[_0x414423(0x107)])return;const {data:_0x489bb6}=_0x288ceb;if(_0x489bb6&&_0x414423(0xf3)==_0x489bb6[_0x414423(0x117)]){const _0x396a84=_0x489bb6[_0x414423(0xfd)][0x0][_0x414423(0x108)],_0x5ca9f7=this[_0x414423(0xfa)](_0x396a84);if(null!==_0x5ca9f7)return{'type':_0x414423(0xfb),'content':_0x5a6232(_0xcc7b6f,_0x414423(0xf4),(_0x266dfd=0x1,_0x4c2195=_0x5ca9f7,_0x5a6232(_0xcc7b6f,_0x414423(0x114),[_0x266dfd,_0x4c2195])))};const _0x1d6a2b=this[_0x414423(0xf7)][_0x414423(0xfc)](_0x3b594a=>_0x3b594a[_0x414423(0x10b)]===_0x396a84)[_0x414423(0x10d)];return{'type':_0x414423(0xfb),'content':_0x5a6232(_0xcc7b6f,_0x414423(0xf4),_0x4ced05(0x1,_0x1d6a2b))};}var _0x266dfd,_0x4c2195;});}[_0x2c5448(0xfa)](_0x2fd32d){const _0x9eae93=_0x2c5448;var _0x141090,_0x2f72a3;const _0xafe6d1=_0x2fd32d[_0x9eae93(0x101)](/^heading(\d+)/);if(_0xafe6d1)return _0xafe6d1[0x1];const _0x5de939=null===(_0x141090=this[_0x9eae93(0xf7)])||void 0x0===_0x141090?void 0x0:_0x141090[_0x9eae93(0xfc)](_0xfeb1c4=>_0xfeb1c4[_0x9eae93(0x10b)]==_0x2fd32d);if(_0x5de939&&_0x5de939[_0x9eae93(0x11b)]){const _0x2f324e=_0x5de939[_0x9eae93(0x11b)],_0x52bb17=(null!==(_0x2f72a3=_0x2f324e[_0x9eae93(0x106)])&&void 0x0!==_0x2f72a3?_0x2f72a3:_0x2f324e)[_0x9eae93(0x101)](/^h(\d+)/);if(_0x52bb17)return _0x52bb17[0x1];}return null;}}