@ckeditor/ckeditor5-track-changes 41.3.0-alpha.3 → 41.3.0-alpha.4

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 (115) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/translations/ar.js +1 -1
  3. package/dist/translations/az.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/ca.js +1 -1
  7. package/dist/translations/cs.js +1 -1
  8. package/dist/translations/da.js +1 -1
  9. package/dist/translations/de.js +1 -1
  10. package/dist/translations/el.js +1 -1
  11. package/dist/translations/en-au.js +1 -1
  12. package/dist/translations/es.js +1 -1
  13. package/dist/translations/et.js +1 -1
  14. package/dist/translations/fi.js +1 -1
  15. package/dist/translations/fr.js +1 -1
  16. package/dist/translations/gl.js +1 -1
  17. package/dist/translations/he.js +1 -1
  18. package/dist/translations/hi.js +1 -1
  19. package/dist/translations/hr.js +1 -1
  20. package/dist/translations/hu.js +1 -1
  21. package/dist/translations/id.js +1 -1
  22. package/dist/translations/it.js +1 -1
  23. package/dist/translations/ja.js +1 -1
  24. package/dist/translations/ko.js +1 -1
  25. package/dist/translations/lt.js +1 -1
  26. package/dist/translations/lv.js +1 -1
  27. package/dist/translations/ms.js +1 -1
  28. package/dist/translations/nl.js +1 -1
  29. package/dist/translations/no.js +1 -1
  30. package/dist/translations/pl.js +1 -1
  31. package/dist/translations/pt-br.js +1 -1
  32. package/dist/translations/pt.js +1 -1
  33. package/dist/translations/ro.js +1 -1
  34. package/dist/translations/ru.js +1 -1
  35. package/dist/translations/sk.js +1 -1
  36. package/dist/translations/sq.js +1 -1
  37. package/dist/translations/sr-latn.js +1 -1
  38. package/dist/translations/sr.js +1 -1
  39. package/dist/translations/sv.js +1 -1
  40. package/dist/translations/th.js +1 -1
  41. package/dist/translations/tk.js +1 -1
  42. package/dist/translations/tr.js +1 -1
  43. package/dist/translations/tt.js +1 -1
  44. package/dist/translations/uk.js +1 -1
  45. package/dist/translations/ur.js +1 -1
  46. package/dist/translations/vi.js +1 -1
  47. package/dist/translations/zh-cn.js +1 -1
  48. package/dist/translations/zh.js +1 -1
  49. package/package.json +3 -3
  50. package/src/commands/acceptsuggestioncommand.js +1 -1
  51. package/src/commands/discardsuggestioncommand.js +1 -1
  52. package/src/commands/executeonallsuggestionscommand.js +1 -1
  53. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  54. package/src/commands/trackchangescommand.js +1 -1
  55. package/src/index.js +1 -1
  56. package/src/integrations/aiassistant.js +1 -1
  57. package/src/integrations/alignment.js +1 -1
  58. package/src/integrations/basicstyles.js +1 -1
  59. package/src/integrations/blockquote.js +1 -1
  60. package/src/integrations/casechange.js +1 -1
  61. package/src/integrations/ckbox.js +1 -1
  62. package/src/integrations/codeblock.js +1 -1
  63. package/src/integrations/comments.js +1 -1
  64. package/src/integrations/deletecommand.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/imagestyle.js +1 -1
  76. package/src/integrations/importword.js +1 -1
  77. package/src/integrations/indent.js +1 -1
  78. package/src/integrations/inputcommand.js +1 -1
  79. package/src/integrations/legacylist.js +1 -1
  80. package/src/integrations/legacylistproperties.js +1 -1
  81. package/src/integrations/link.js +1 -1
  82. package/src/integrations/list.js +1 -1
  83. package/src/integrations/listproperties.js +1 -1
  84. package/src/integrations/mediaembed.js +1 -1
  85. package/src/integrations/mention.js +1 -1
  86. package/src/integrations/pagebreak.js +1 -1
  87. package/src/integrations/paragraph.js +1 -1
  88. package/src/integrations/removeformat.js +1 -1
  89. package/src/integrations/restrictededitingmode.js +1 -1
  90. package/src/integrations/shiftentercommand.js +1 -1
  91. package/src/integrations/standardeditingmode.js +1 -1
  92. package/src/integrations/style.js +1 -1
  93. package/src/integrations/table.js +1 -1
  94. package/src/integrations/tablecaption.js +1 -1
  95. package/src/integrations/tableclipboard.js +1 -1
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.js +1 -1
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.js +1 -1
  100. package/src/integrations/tableproperties.js +1 -1
  101. package/src/integrations/template.js +1 -1
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.js +1 -1
  104. package/src/integrations/utils.js +1 -1
  105. package/src/suggestion.js +1 -1
  106. package/src/suggestiondescriptionfactory.js +1 -1
  107. package/src/trackchanges.js +1 -1
  108. package/src/trackchangesdata.js +1 -1
  109. package/src/trackchangesediting.js +1 -1
  110. package/src/trackchangesui.js +1 -1
  111. package/src/ui/suggestioncontroller.js +1 -1
  112. package/src/ui/view/basesuggestionthreadview.js +1 -1
  113. package/src/ui/view/suggestionthreadview.js +1 -1
  114. package/src/utils/common-translations.js +1 -1
  115. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x29a6(_0x45978d,_0x495869){const _0x1c7193=_0x1c71();return _0x29a6=function(_0x29a655,_0x27219c){_0x29a655=_0x29a655-0xf5;let _0x4b687e=_0x1c7193[_0x29a655];return _0x4b687e;},_0x29a6(_0x45978d,_0x495869);}const _0x649a53=_0x29a6;(function(_0x3ed84f,_0x2993b5){const _0x41def9=_0x29a6,_0x4b5f3b=_0x3ed84f();while(!![]){try{const _0xb42ed=-parseInt(_0x41def9(0x10a))/0x1*(parseInt(_0x41def9(0x10e))/0x2)+-parseInt(_0x41def9(0x10b))/0x3*(-parseInt(_0x41def9(0xf8))/0x4)+parseInt(_0x41def9(0x104))/0x5*(-parseInt(_0x41def9(0xfd))/0x6)+parseInt(_0x41def9(0xfb))/0x7+-parseInt(_0x41def9(0xf5))/0x8+parseInt(_0x41def9(0xfe))/0x9*(-parseInt(_0x41def9(0x102))/0xa)+parseInt(_0x41def9(0xff))/0xb;if(_0xb42ed===_0x2993b5)break;else _0x4b5f3b['push'](_0x4b5f3b['shift']());}catch(_0x45daee){_0x4b5f3b['push'](_0x4b5f3b['shift']());}}}(_0x1c71,0x71bf6));import{Command as _0x63ded6}from'ckeditor5/src/core.js';export default class M extends _0x63ded6{constructor(_0x51a63a,_0x39a066){const _0x4e2f90=_0x29a6;super(_0x51a63a),this[_0x4e2f90(0xfa)]=_0x39a066,this[_0x4e2f90(0x108)]=!0x1,this[_0x4e2f90(0xf9)](),this[_0x4e2f90(0x105)]=!0x1;}[_0x649a53(0xf9)](){const _0x776cb2=_0x649a53;this[_0x776cb2(0xf7)]=!0x0;}[_0x649a53(0x10c)](){const _0x5b0115=_0x649a53;this[_0x5b0115(0x108)]=!this[_0x5b0115(0x108)],this[_0x5b0115(0x108)]?this[_0x5b0115(0x10d)]():this[_0x5b0115(0x109)]();}[_0x649a53(0x10d)](){const _0x56bb28=_0x649a53;for(const _0x127e8b of this[_0x56bb28(0x100)][_0x56bb28(0xfc)][_0x56bb28(0xfc)]())_0x127e8b[_0x56bb28(0x106)]&&!this[_0x56bb28(0xfa)][_0x56bb28(0x103)](_0x127e8b)&&_0x127e8b[_0x56bb28(0xf6)](_0x56bb28(0x107));}[_0x649a53(0x109)](){const _0x312192=_0x649a53;for(const _0x45b3ad of this[_0x312192(0x100)][_0x312192(0xfc)][_0x312192(0xfc)]())_0x45b3ad[_0x312192(0x106)]&&!this[_0x312192(0xfa)][_0x312192(0x103)](_0x45b3ad)&&_0x45b3ad[_0x312192(0x101)](_0x312192(0x107));}}function _0x1c71(){const _0x169c7e=['716260hpOyqB','has','28550cesJng','_isEnabledBasedOnSelection','affectsData','TrackChangesCommand','value','_enableCommands','733PYkUju','219UoUJCT','execute','_disableUnsupportedCommands','1718xQDryT','10832lOcIbA','forceDisabled','isEnabled','35228XjmlEl','refresh','_enabledCommands','2222794QJyJVP','commands','480EGlguW','45xftFbp','10465268fBegBH','editor','clearForceDisabled'];_0x1c71=function(){return _0x169c7e;};return _0x1c71();}
23
+ const _0x3203cb=_0x4eb7;function _0x460f(){const _0x47a9b4=['36qxvBWl','2532677zMddQt','11702207wTbvZn','has','forceDisabled','execute','_enableCommands','value','_enabledCommands','5607255scdouw','TrackChangesCommand','6HbnJJb','affectsData','25552Szwmof','refresh','isEnabled','155714zoVVtu','3249PARhXW','_disableUnsupportedCommands','editor','_isEnabledBasedOnSelection','clearForceDisabled','14769920IbIDiC','54LLnDEi','4WOKDpp','132737AIrdZj','commands'];_0x460f=function(){return _0x47a9b4;};return _0x460f();}(function(_0x4fc5e8,_0x410928){const _0x476e84=_0x4eb7,_0x55535e=_0x4fc5e8();while(!![]){try{const _0x3da1f5=parseInt(_0x476e84(0x157))/0x1+-parseInt(_0x476e84(0x14e))/0x2*(parseInt(_0x476e84(0x155))/0x3)+parseInt(_0x476e84(0x156))/0x4*(-parseInt(_0x476e84(0x147))/0x5)+-parseInt(_0x476e84(0x149))/0x6*(parseInt(_0x476e84(0x15a))/0x7)+-parseInt(_0x476e84(0x14b))/0x8*(parseInt(_0x476e84(0x14f))/0x9)+parseInt(_0x476e84(0x154))/0xa+-parseInt(_0x476e84(0x15b))/0xb*(-parseInt(_0x476e84(0x159))/0xc);if(_0x3da1f5===_0x410928)break;else _0x55535e['push'](_0x55535e['shift']());}catch(_0x54bb25){_0x55535e['push'](_0x55535e['shift']());}}}(_0x460f,0xba67e));import{Command as _0x240d7b}from'ckeditor5/src/core.js';function _0x4eb7(_0x540c0d,_0x33686b){const _0x460f8e=_0x460f();return _0x4eb7=function(_0x4eb753,_0x120eb9){_0x4eb753=_0x4eb753-0x146;let _0x4ae7fc=_0x460f8e[_0x4eb753];return _0x4ae7fc;},_0x4eb7(_0x540c0d,_0x33686b);}export default class M extends _0x240d7b{constructor(_0x4efebb,_0x56cc3b){const _0x2ba640=_0x4eb7;super(_0x4efebb),this[_0x2ba640(0x146)]=_0x56cc3b,this[_0x2ba640(0x160)]=!0x1,this[_0x2ba640(0x14c)](),this[_0x2ba640(0x152)]=!0x1;}[_0x3203cb(0x14c)](){const _0x24f88b=_0x3203cb;this[_0x24f88b(0x14d)]=!0x0;}[_0x3203cb(0x15e)](){const _0x1a5adb=_0x3203cb;this[_0x1a5adb(0x160)]=!this[_0x1a5adb(0x160)],this[_0x1a5adb(0x160)]?this[_0x1a5adb(0x150)]():this[_0x1a5adb(0x15f)]();}[_0x3203cb(0x150)](){const _0x21cf2e=_0x3203cb;for(const _0x42561c of this[_0x21cf2e(0x151)][_0x21cf2e(0x158)][_0x21cf2e(0x158)]())_0x42561c[_0x21cf2e(0x14a)]&&!this[_0x21cf2e(0x146)][_0x21cf2e(0x15c)](_0x42561c)&&_0x42561c[_0x21cf2e(0x15d)](_0x21cf2e(0x148));}[_0x3203cb(0x15f)](){const _0x308c61=_0x3203cb;for(const _0x1e97d9 of this[_0x308c61(0x151)][_0x308c61(0x158)][_0x308c61(0x158)]())_0x1e97d9[_0x308c61(0x14a)]&&!this[_0x308c61(0x146)][_0x308c61(0x15c)](_0x1e97d9)&&_0x1e97d9[_0x308c61(0x153)](_0x308c61(0x148));}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4d2a4f,_0x17b83b){var _0x345a25=_0x1ff4,_0x3f2c05=_0x4d2a4f();while(!![]){try{var _0x4de965=-parseInt(_0x345a25(0x91))/0x1+-parseInt(_0x345a25(0x8e))/0x2*(-parseInt(_0x345a25(0x8b))/0x3)+-parseInt(_0x345a25(0x92))/0x4*(-parseInt(_0x345a25(0x8a))/0x5)+-parseInt(_0x345a25(0x90))/0x6*(-parseInt(_0x345a25(0x8f))/0x7)+-parseInt(_0x345a25(0x89))/0x8+parseInt(_0x345a25(0x8d))/0x9*(-parseInt(_0x345a25(0x93))/0xa)+parseInt(_0x345a25(0x8c))/0xb;if(_0x4de965===_0x17b83b)break;else _0x3f2c05['push'](_0x3f2c05['shift']());}catch(_0x528929){_0x3f2c05['push'](_0x3f2c05['shift']());}}}(_0x316a,0x97056));export{default as TrackChanges}from'./trackchanges.js';function _0x316a(){var _0x2b8b28=['1203515WPztLr','159DuzGVh','2966678vjdjJt','36PFObYl','44158YqsGWw','7vNJlfT','235902WDOKvV','165820niYkaW','8bbLCZn','746020vcPAmB','7022384gYYVLJ'];_0x316a=function(){return _0x2b8b28;};return _0x316a();}function _0x1ff4(_0x47d403,_0x91ced4){var _0x316abf=_0x316a();return _0x1ff4=function(_0x1ff4af,_0x4a6e26){_0x1ff4af=_0x1ff4af-0x89;var _0x3f0f84=_0x316abf[_0x1ff4af];return _0x3f0f84;},_0x1ff4(_0x47d403,_0x91ced4);}export{default as TrackChangesData}from'./trackchangesdata.js';export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';import'./augmentation.js';
23
+ (function(_0x2e9102,_0x193844){var _0x141603=_0xa875,_0x38da2d=_0x2e9102();while(!![]){try{var _0x59e14c=-parseInt(_0x141603(0x114))/0x1+-parseInt(_0x141603(0x11b))/0x2*(parseInt(_0x141603(0x117))/0x3)+-parseInt(_0x141603(0x11a))/0x4+-parseInt(_0x141603(0x119))/0x5+parseInt(_0x141603(0x115))/0x6*(parseInt(_0x141603(0x112))/0x7)+parseInt(_0x141603(0x118))/0x8+parseInt(_0x141603(0x116))/0x9*(parseInt(_0x141603(0x113))/0xa);if(_0x59e14c===_0x193844)break;else _0x38da2d['push'](_0x38da2d['shift']());}catch(_0xde924b){_0x38da2d['push'](_0x38da2d['shift']());}}}(_0x86c0,0xf3b82));function _0x86c0(){var _0x15b555=['18KfsNmH','283947swXWVA','15218288fCCbBV','179315HjcadD','2748148XUDjAs','12rIzDrK','56TLBlnj','1391850VlHSRY','1129996OVVOWv','928806IWKxsz'];_0x86c0=function(){return _0x15b555;};return _0x86c0();}export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0xa875(_0x486505,_0x9be643){var _0x86c051=_0x86c0();return _0xa875=function(_0xa8758e,_0x4d4ef0){_0xa8758e=_0xa8758e-0x112;var _0x2dafed=_0x86c051[_0xa8758e];return _0x2dafed;},_0xa875(_0x486505,_0x9be643);}export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';import'./augmentation.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x20b6b9=_0x1cbd;function _0x14e2(){const _0x35936c=['editor','plugins','enableCommand','154ePYCbj','afterInit','50745aqipmf','244jwGylD','11588187uZFNhU','commands','1441354qwBmXJ','230292OBwWUQ','312oMHThR','TrackChangesEditing','18ebukYF','470ygIcZf','1WSUbTX','get','332266TABScJ','showAIAssistant','575968HYOFEI','506360RiIXbU'];_0x14e2=function(){return _0x35936c;};return _0x14e2();}function _0x1cbd(_0x461b17,_0x5db383){const _0x14e2df=_0x14e2();return _0x1cbd=function(_0x1cbd16,_0x50cc98){_0x1cbd16=_0x1cbd16-0x163;let _0x4cc302=_0x14e2df[_0x1cbd16];return _0x4cc302;},_0x1cbd(_0x461b17,_0x5db383);}(function(_0xe7030f,_0x3cf0df){const _0x376e6d=_0x1cbd,_0x5b355b=_0xe7030f();while(!![]){try{const _0x6a0a58=-parseInt(_0x376e6d(0x169))/0x1*(parseInt(_0x376e6d(0x163))/0x2)+parseInt(_0x376e6d(0x174))/0x3*(parseInt(_0x376e6d(0x175))/0x4)+-parseInt(_0x376e6d(0x16e))/0x5*(-parseInt(_0x376e6d(0x167))/0x6)+parseInt(_0x376e6d(0x172))/0x7*(parseInt(_0x376e6d(0x16d))/0x8)+-parseInt(_0x376e6d(0x164))/0x9*(parseInt(_0x376e6d(0x168))/0xa)+parseInt(_0x376e6d(0x16b))/0xb*(parseInt(_0x376e6d(0x165))/0xc)+-parseInt(_0x376e6d(0x176))/0xd;if(_0x6a0a58===_0x3cf0df)break;else _0x5b355b['push'](_0x5b355b['shift']());}catch(_0x137c64){_0x5b355b['push'](_0x5b355b['shift']());}}}(_0x14e2,0xd954b));import{Plugin as _0x514e4f}from'ckeditor5/src/core.js';export default class E extends _0x514e4f{[_0x20b6b9(0x173)](){const _0x23b5fd=_0x20b6b9,_0xc80a6a=this[_0x23b5fd(0x16f)],_0x20a0be=_0xc80a6a[_0x23b5fd(0x170)][_0x23b5fd(0x16a)](_0x23b5fd(0x166));_0xc80a6a[_0x23b5fd(0x177)][_0x23b5fd(0x16a)](_0x23b5fd(0x16c))&&_0x20a0be[_0x23b5fd(0x171)](_0x23b5fd(0x16c));}}
23
+ function _0x3cbb(){const _0x1d346b=['78oGmswx','showAIAssistant','editor','620435NLhSZw','19648kpJoTI','plugins','414AkenLs','7883464hPDCCh','get','12846170rGIpnZ','TrackChangesEditing','afterInit','4049955viguVs','commands','6109208OyQuHs','enableCommand','18yLdCGM','140557jUGoBY'];_0x3cbb=function(){return _0x1d346b;};return _0x3cbb();}const _0x5170b5=_0xf7c7;(function(_0x18329a,_0x3dccea){const _0x5d285d=_0xf7c7,_0x11887f=_0x18329a();while(!![]){try{const _0x18396a=parseInt(_0x5d285d(0x1e5))/0x1+parseInt(_0x5d285d(0x1ea))/0x2*(-parseInt(_0x5d285d(0x1ec))/0x3)+parseInt(_0x5d285d(0x1e2))/0x4+-parseInt(_0x5d285d(0x1e9))/0x5*(parseInt(_0x5d285d(0x1e6))/0x6)+parseInt(_0x5d285d(0x1e0))/0x7+-parseInt(_0x5d285d(0x1ed))/0x8+parseInt(_0x5d285d(0x1e4))/0x9*(parseInt(_0x5d285d(0x1ef))/0xa);if(_0x18396a===_0x3dccea)break;else _0x11887f['push'](_0x11887f['shift']());}catch(_0x51b156){_0x11887f['push'](_0x11887f['shift']());}}}(_0x3cbb,0xd24c6));function _0xf7c7(_0x174988,_0x4a7c21){const _0x3cbb16=_0x3cbb();return _0xf7c7=function(_0xf7c704,_0x1dcc4d){_0xf7c704=_0xf7c704-0x1de;let _0x5dae9c=_0x3cbb16[_0xf7c704];return _0x5dae9c;},_0xf7c7(_0x174988,_0x4a7c21);}import{Plugin as _0x5d3e46}from'ckeditor5/src/core.js';export default class E extends _0x5d3e46{[_0x5170b5(0x1df)](){const _0x26d59c=_0x5170b5,_0x5a38dc=this[_0x26d59c(0x1e8)],_0x6a1442=_0x5a38dc[_0x26d59c(0x1eb)][_0x26d59c(0x1ee)](_0x26d59c(0x1de));_0x5a38dc[_0x26d59c(0x1e1)][_0x26d59c(0x1ee)](_0x26d59c(0x1e7))&&_0x6a1442[_0x26d59c(0x1e3)](_0x26d59c(0x1e7));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e2413=_0x13fd;(function(_0x479046,_0x11eba4){const _0x255e42=_0x13fd,_0xcea370=_0x479046();while(!![]){try{const _0x308db4=-parseInt(_0x255e42(0x1a2))/0x1+-parseInt(_0x255e42(0x1b2))/0x2+parseInt(_0x255e42(0x1c0))/0x3*(parseInt(_0x255e42(0x1a1))/0x4)+parseInt(_0x255e42(0x1bf))/0x5+parseInt(_0x255e42(0x1ae))/0x6+parseInt(_0x255e42(0x1b0))/0x7+-parseInt(_0x255e42(0x1a6))/0x8;if(_0x308db4===_0x11eba4)break;else _0xcea370['push'](_0xcea370['shift']());}catch(_0x53a9ae){_0xcea370['push'](_0xcea370['shift']());}}}(_0x219c,0x3dda6));function _0x219c(){const _0x5ea37f=['TrackChangesEditing','_registerLegacyDescription','format','value','AlignmentEditing','262525mmPgTN','936711LvTTkw','type','FORMAT_JUSTIFY_TEXT','_descriptionFactory','*Format:*\x20%0','formatBlock','center','4HlJYKZ','197787yWTvXv','commandParams','registerAttributeLabel','registerDescriptionCallback','734792iewZJt','commandName','alignment','get','has','left','FORMAT_ALIGN_TO_LEFT','afterInit','1843758ARHLHE','justify','693497jTndTF','editor','456240shWscB','FORMAT_ALIGN_TO_CENTER','plugins','FORMAT_ALIGNMENT','_enableDefaultAttributesIntegration','right','FORMAT_ALIGN_TO_RIGHT','locale'];_0x219c=function(){return _0x5ea37f;};return _0x219c();}import{Plugin as _0x38941b}from'ckeditor5/src/core.js';import{getTranslation as _0x31f2bd}from'../utils/common-translations.js';function _0x13fd(_0x414a6f,_0x5c5d61){const _0x219c03=_0x219c();return _0x13fd=function(_0x13fde1,_0x838687){_0x13fde1=_0x13fde1-0x19d;let _0x566637=_0x219c03[_0x13fde1];return _0x566637;},_0x13fd(_0x414a6f,_0x5c5d61);}export default class V extends _0x38941b{[_0x1e2413(0x1ad)](){const _0x40beb7=_0x1e2413,_0x6ec425=this[_0x40beb7(0x1b1)],_0x1fa220=_0x6ec425[_0x40beb7(0x1b9)];if(!_0x6ec425[_0x40beb7(0x1b4)][_0x40beb7(0x1aa)](_0x40beb7(0x1be)))return;const _0x180548=_0x6ec425[_0x40beb7(0x1b4)][_0x40beb7(0x1a9)](_0x40beb7(0x1ba));_0x180548[_0x40beb7(0x1b6)](_0x40beb7(0x1a8),[],[_0x40beb7(0x1a8)]),_0x180548[_0x40beb7(0x19d)][_0x40beb7(0x1a4)](_0x40beb7(0x1a8),_0x31f2bd(_0x1fa220,_0x40beb7(0x1b5))),this[_0x40beb7(0x1bb)]();}[_0x1e2413(0x1bb)](){const _0x3869cf=_0x1e2413,_0x3280bc=this[_0x3869cf(0x1b1)],_0x57d0e3=_0x3280bc[_0x3869cf(0x1b9)];_0x3280bc[_0x3869cf(0x1b4)][_0x3869cf(0x1a9)](_0x3869cf(0x1ba))[_0x3869cf(0x19d)][_0x3869cf(0x1a5)](_0x4c1a4b=>{const _0xbaa865=_0x3869cf;if(_0xbaa865(0x19f)!=_0x4c1a4b[_0xbaa865(0x1c1)])return;const {data:_0x451dcf}=_0x4c1a4b;if(_0x451dcf&&_0xbaa865(0x1a8)==_0x451dcf[_0xbaa865(0x1a7)]){const _0x330ce5=_0x451dcf[_0xbaa865(0x1a3)][0x0][_0xbaa865(0x1bd)];return{'type':_0xbaa865(0x1bc),'content':_0x31f2bd(_0x57d0e3,_0xbaa865(0x19e),function(_0xf143c9){const _0x416130=_0xbaa865;switch(_0xf143c9){case _0x416130(0x1ab):return _0x31f2bd(_0x57d0e3,_0x416130(0x1ac));case _0x416130(0x1b7):return _0x31f2bd(_0x57d0e3,_0x416130(0x1b8));case _0x416130(0x1a0):return _0x31f2bd(_0x57d0e3,_0x416130(0x1b3));case _0x416130(0x1af):return _0x31f2bd(_0x57d0e3,_0x416130(0x1c2));}}(_0x330ce5))};}});}}
23
+ function _0x189d(_0xfeeebd,_0x1f87cf){const _0x35dad8=_0x35da();return _0x189d=function(_0x189dc9,_0x38264b){_0x189dc9=_0x189dc9-0x18b;let _0x379b73=_0x35dad8[_0x189dc9];return _0x379b73;},_0x189d(_0xfeeebd,_0x1f87cf);}const _0x402326=_0x189d;function _0x35da(){const _0x5d21bf=['registerDescriptionCallback','FORMAT_ALIGNMENT','value','type','justify','_enableDefaultAttributesIntegration','AlignmentEditing','2AigSuc','formatBlock','locale','has','plugins','5616660NVkHQk','get','4320547FELWns','2115915yzGBPF','_registerLegacyDescription','FORMAT_ALIGN_TO_CENTER','FORMAT_ALIGN_TO_LEFT','format','right','30502320lgViqY','afterInit','36jOYVzW','*Format:*\x20%0','FORMAT_ALIGN_TO_RIGHT','registerAttributeLabel','commandName','alignment','FORMAT_JUSTIFY_TEXT','_descriptionFactory','91951JMbtdM','center','left','editor','6028LVmLeA','commandParams','1258216PxiPPp','TrackChangesEditing','2280MhkqRZ'];_0x35da=function(){return _0x5d21bf;};return _0x35da();}(function(_0x19d0a4,_0x44c066){const _0x17b3ba=_0x189d,_0x558141=_0x19d0a4();while(!![]){try{const _0x298b5d=-parseInt(_0x17b3ba(0x198))/0x1*(-parseInt(_0x17b3ba(0x1a8))/0x2)+parseInt(_0x17b3ba(0x1a0))/0x3*(-parseInt(_0x17b3ba(0x19c))/0x4)+-parseInt(_0x17b3ba(0x1b0))/0x5+-parseInt(_0x17b3ba(0x1ad))/0x6+parseInt(_0x17b3ba(0x1af))/0x7+-parseInt(_0x17b3ba(0x19e))/0x8*(parseInt(_0x17b3ba(0x190))/0x9)+parseInt(_0x17b3ba(0x18e))/0xa;if(_0x298b5d===_0x44c066)break;else _0x558141['push'](_0x558141['shift']());}catch(_0x552fd1){_0x558141['push'](_0x558141['shift']());}}}(_0x35da,0x98c13));import{Plugin as _0x54d09b}from'ckeditor5/src/core.js';import{getTranslation as _0x37f94a}from'../utils/common-translations.js';export default class V extends _0x54d09b{[_0x402326(0x18f)](){const _0x124924=_0x402326,_0x5c18fd=this[_0x124924(0x19b)],_0x5eb854=_0x5c18fd[_0x124924(0x1aa)];if(!_0x5c18fd[_0x124924(0x1ac)][_0x124924(0x1ab)](_0x124924(0x1a7)))return;const _0x21659e=_0x5c18fd[_0x124924(0x1ac)][_0x124924(0x1ae)](_0x124924(0x19f));_0x21659e[_0x124924(0x1a6)](_0x124924(0x195),[],[_0x124924(0x195)]),_0x21659e[_0x124924(0x197)][_0x124924(0x193)](_0x124924(0x195),_0x37f94a(_0x5eb854,_0x124924(0x1a2))),this[_0x124924(0x1b1)]();}[_0x402326(0x1b1)](){const _0x3d1400=_0x402326,_0x2080c5=this[_0x3d1400(0x19b)],_0x2da8b9=_0x2080c5[_0x3d1400(0x1aa)];_0x2080c5[_0x3d1400(0x1ac)][_0x3d1400(0x1ae)](_0x3d1400(0x19f))[_0x3d1400(0x197)][_0x3d1400(0x1a1)](_0x5da938=>{const _0xfdeab5=_0x3d1400;if(_0xfdeab5(0x1a9)!=_0x5da938[_0xfdeab5(0x1a4)])return;const {data:_0xee5018}=_0x5da938;if(_0xee5018&&_0xfdeab5(0x195)==_0xee5018[_0xfdeab5(0x194)]){const _0x512e26=_0xee5018[_0xfdeab5(0x19d)][0x0][_0xfdeab5(0x1a3)];return{'type':_0xfdeab5(0x18c),'content':_0x37f94a(_0x2da8b9,_0xfdeab5(0x191),function(_0x5860f9){const _0xed633f=_0xfdeab5;switch(_0x5860f9){case _0xed633f(0x19a):return _0x37f94a(_0x2da8b9,_0xed633f(0x18b));case _0xed633f(0x18d):return _0x37f94a(_0x2da8b9,_0xed633f(0x192));case _0xed633f(0x199):return _0x37f94a(_0x2da8b9,_0xed633f(0x1b2));case _0xed633f(0x1a5):return _0x37f94a(_0x2da8b9,_0xed633f(0x196));}}(_0x512e26))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x31aa55=_0x5624;(function(_0x3b4f14,_0x46c2a1){const _0x58269d=_0x5624,_0x1497c3=_0x3b4f14();while(!![]){try{const _0x76ae56=-parseInt(_0x58269d(0x1d8))/0x1+parseInt(_0x58269d(0x1ea))/0x2*(-parseInt(_0x58269d(0x1e8))/0x3)+parseInt(_0x58269d(0x1d0))/0x4+-parseInt(_0x58269d(0x1fd))/0x5+-parseInt(_0x58269d(0x1fb))/0x6+parseInt(_0x58269d(0x1de))/0x7*(-parseInt(_0x58269d(0x1d2))/0x8)+parseInt(_0x58269d(0x1f8))/0x9;if(_0x76ae56===_0x46c2a1)break;else _0x1497c3['push'](_0x1497c3['shift']());}catch(_0x410f8a){_0x1497c3['push'](_0x1497c3['shift']());}}}(_0x93bf,0xdc2bd));function _0x93bf(){const _0x3f3e63=['registerAttributeLabel','has','4488960vKiuSL','StrikethroughEditing','142496IhxwAp','commandName','plugins','underline','toLowerCase','FORMAT_CODE','657735lVndYP','CodeEditing','strikethrough','UnderlineEditing','_registerLegacyDescription','SuperscriptEditing','63mpvkaV','BoldEditing','SubscriptEditing','FORMAT_SUPERSCRIPT','commandParams','bold','FORMAT_SUBSCRIPT','forceValue','TrackChangesEditing','format','2661KRtjqn','locale','2958eXivbZ','_enableDefaultAttributesIntegration','toUpperCase','FORMAT_','get','subscript','editor','code','FORMAT_ITALIC','*Remove\x20format:*\x20%0','FORMAT_STRIKETHROUGH','registerDescriptionCallback','ItalicEditing','formatInline','43985376ovigkd','afterInit','*Format:*\x20%0','9166386WYJwLN','slice','7250180flLADH','_descriptionFactory','type','FORMAT_BOLD','FORMAT_UNDERLINE','superscript','italic'];_0x93bf=function(){return _0x3f3e63;};return _0x93bf();}import{Plugin as _0x51aefb}from'ckeditor5/src/core.js';function _0x5624(_0x87fce6,_0x56aa8d){const _0x93bf59=_0x93bf();return _0x5624=function(_0x5624f9,_0x182e3f){_0x5624f9=_0x5624f9-0x1c8;let _0xf91739=_0x93bf59[_0x5624f9];return _0xf91739;},_0x5624(_0x87fce6,_0x56aa8d);}import{getTranslation as _0x3318eb}from'../utils/common-translations.js';const ti=[_0x31aa55(0x1df),_0x31aa55(0x1f6),_0x31aa55(0x1db),_0x31aa55(0x1d9),_0x31aa55(0x1d1),_0x31aa55(0x1e0),_0x31aa55(0x1dd)];export default class U extends _0x51aefb{[_0x31aa55(0x1f9)](){const _0x5a1f7a=_0x31aa55,_0x209209=this[_0x5a1f7a(0x1f0)],_0x47620a=_0x209209[_0x5a1f7a(0x1d4)][_0x5a1f7a(0x1ee)](_0x5a1f7a(0x1e6)),_0x4d9d7e=_0x209209[_0x5a1f7a(0x1e9)];for(const _0x1da12b of ti){if(!_0x209209[_0x5a1f7a(0x1d4)][_0x5a1f7a(0x1cf)](_0x1da12b))continue;const _0x49ecfa=_0x1da12b[_0x5a1f7a(0x1fc)](0x0,-0x7)[_0x5a1f7a(0x1d6)](),_0x1d0584=_0x5a1f7a(0x1ed)+_0x49ecfa[_0x5a1f7a(0x1ec)]();_0x47620a[_0x5a1f7a(0x1eb)](_0x49ecfa,[_0x49ecfa]),_0x47620a[_0x5a1f7a(0x1c8)][_0x5a1f7a(0x1ce)](_0x49ecfa,_0x3318eb(_0x4d9d7e,_0x1d0584));}this[_0x5a1f7a(0x1dc)]();}[_0x31aa55(0x1dc)](){const _0x1ff82d=_0x31aa55,_0x3795ec=this[_0x1ff82d(0x1f0)],_0x399dde=_0x3795ec[_0x1ff82d(0x1e9)],_0x26abe2=_0x3795ec[_0x1ff82d(0x1d4)][_0x1ff82d(0x1ee)](_0x1ff82d(0x1e6));function _0x5f4cbd(_0x4d9a4,_0x1c5d73){const _0xc1a24a=_0x1ff82d;_0x26abe2[_0xc1a24a(0x1c8)][_0xc1a24a(0x1f5)](_0x2fc862=>{const _0x2c6ea3=_0xc1a24a;if(_0x2c6ea3(0x1f7)!=_0x2fc862[_0x2c6ea3(0x1c9)])return;const {data:_0x241c36}=_0x2fc862;return _0x241c36&&_0x241c36[_0x2c6ea3(0x1d3)]===_0x4d9a4?_0x241c36[_0x2c6ea3(0x1e2)][0x0][_0x2c6ea3(0x1e5)]?{'type':_0x2c6ea3(0x1e7),'content':_0x3318eb(_0x399dde,_0x2c6ea3(0x1fa),_0x1c5d73)}:{'type':_0x2c6ea3(0x1e7),'content':_0x3318eb(_0x399dde,_0x2c6ea3(0x1f3),_0x1c5d73)}:void 0x0;});}_0x5f4cbd(_0x1ff82d(0x1e3),_0x3318eb(_0x399dde,_0x1ff82d(0x1ca))),_0x5f4cbd(_0x1ff82d(0x1cd),_0x3318eb(_0x399dde,_0x1ff82d(0x1f2))),_0x5f4cbd(_0x1ff82d(0x1d5),_0x3318eb(_0x399dde,_0x1ff82d(0x1cb))),_0x5f4cbd(_0x1ff82d(0x1f1),_0x3318eb(_0x399dde,_0x1ff82d(0x1d7))),_0x5f4cbd(_0x1ff82d(0x1da),_0x3318eb(_0x399dde,_0x1ff82d(0x1f4))),_0x5f4cbd(_0x1ff82d(0x1ef),_0x3318eb(_0x399dde,_0x1ff82d(0x1e4))),_0x5f4cbd(_0x1ff82d(0x1cc),_0x3318eb(_0x399dde,_0x1ff82d(0x1e1)));}}
23
+ const _0x51f899=_0x2cce;(function(_0x5dc51b,_0x3c343b){const _0x182e82=_0x2cce,_0x224385=_0x5dc51b();while(!![]){try{const _0x47ba6c=-parseInt(_0x182e82(0xd0))/0x1*(parseInt(_0x182e82(0xda))/0x2)+parseInt(_0x182e82(0xbd))/0x3*(-parseInt(_0x182e82(0xd4))/0x4)+parseInt(_0x182e82(0xbe))/0x5+-parseInt(_0x182e82(0xdc))/0x6+-parseInt(_0x182e82(0xcb))/0x7+parseInt(_0x182e82(0xc0))/0x8*(parseInt(_0x182e82(0xca))/0x9)+parseInt(_0x182e82(0xd7))/0xa*(parseInt(_0x182e82(0xcd))/0xb);if(_0x47ba6c===_0x3c343b)break;else _0x224385['push'](_0x224385['shift']());}catch(_0x2e283a){_0x224385['push'](_0x224385['shift']());}}}(_0x463c,0x71042));import{Plugin as _0x3f61d3}from'ckeditor5/src/core.js';import{getTranslation as _0x3c08e0}from'../utils/common-translations.js';function _0x463c(){const _0x13e28b=['FORMAT_SUPERSCRIPT','678cdrxhx','get','739104mbeTNz','_registerLegacyDescription','SubscriptEditing','underline','italic','FORMAT_SUBSCRIPT','commandName','locale','forceValue','CodeEditing','superscript','TrackChangesEditing','FORMAT_UNDERLINE','format','commandParams','subscript','afterInit','FORMAT_BOLD','ItalicEditing','BoldEditing','slice','FORMAT_ITALIC','FORMAT_','editor','FORMAT_STRIKETHROUGH','3HngnUI','66450WfzwAP','*Remove\x20format:*\x20%0','8PWSOzG','*Format:*\x20%0','FORMAT_CODE','bold','toLowerCase','toUpperCase','StrikethroughEditing','SuperscriptEditing','registerAttributeLabel','strikethrough','6267177fulTob','4792011MYcQEX','UnderlineEditing','14418492fhvkDB','type','plugins','1777aRMUoS','formatInline','has','_descriptionFactory','589364BMOvzw','registerDescriptionCallback','_enableDefaultAttributesIntegration','10zRIuno','code'];_0x463c=function(){return _0x13e28b;};return _0x463c();}const ti=[_0x51f899(0xb7),_0x51f899(0xb6),_0x51f899(0xcc),_0x51f899(0xe5),_0x51f899(0xc6),_0x51f899(0xde),_0x51f899(0xc7)];function _0x2cce(_0x493608,_0x1c43dd){const _0x463c53=_0x463c();return _0x2cce=function(_0x2cce4c,_0x18ba45){_0x2cce4c=_0x2cce4c-0xb6;let _0x44e7a0=_0x463c53[_0x2cce4c];return _0x44e7a0;},_0x2cce(_0x493608,_0x1c43dd);}export default class U extends _0x3f61d3{[_0x51f899(0xec)](){const _0x161a0d=_0x51f899,_0x49b2f3=this[_0x161a0d(0xbb)],_0x5119f9=_0x49b2f3[_0x161a0d(0xcf)][_0x161a0d(0xdb)](_0x161a0d(0xe7)),_0x49f1e3=_0x49b2f3[_0x161a0d(0xe3)];for(const _0x10d707 of ti){if(!_0x49b2f3[_0x161a0d(0xcf)][_0x161a0d(0xd2)](_0x10d707))continue;const _0xf0f9de=_0x10d707[_0x161a0d(0xb8)](0x0,-0x7)[_0x161a0d(0xc4)](),_0x12b073=_0x161a0d(0xba)+_0xf0f9de[_0x161a0d(0xc5)]();_0x5119f9[_0x161a0d(0xd6)](_0xf0f9de,[_0xf0f9de]),_0x5119f9[_0x161a0d(0xd3)][_0x161a0d(0xc8)](_0xf0f9de,_0x3c08e0(_0x49f1e3,_0x12b073));}this[_0x161a0d(0xdd)]();}[_0x51f899(0xdd)](){const _0x4f4533=_0x51f899,_0x5f9fa0=this[_0x4f4533(0xbb)],_0x7b1eb5=_0x5f9fa0[_0x4f4533(0xe3)],_0x517733=_0x5f9fa0[_0x4f4533(0xcf)][_0x4f4533(0xdb)](_0x4f4533(0xe7));function _0x5491bd(_0x461c65,_0x3fb2a1){const _0x43d9c4=_0x4f4533;_0x517733[_0x43d9c4(0xd3)][_0x43d9c4(0xd5)](_0xff7150=>{const _0xfc55b2=_0x43d9c4;if(_0xfc55b2(0xd1)!=_0xff7150[_0xfc55b2(0xce)])return;const {data:_0x267f27}=_0xff7150;return _0x267f27&&_0x267f27[_0xfc55b2(0xe2)]===_0x461c65?_0x267f27[_0xfc55b2(0xea)][0x0][_0xfc55b2(0xe4)]?{'type':_0xfc55b2(0xe9),'content':_0x3c08e0(_0x7b1eb5,_0xfc55b2(0xc1),_0x3fb2a1)}:{'type':_0xfc55b2(0xe9),'content':_0x3c08e0(_0x7b1eb5,_0xfc55b2(0xbf),_0x3fb2a1)}:void 0x0;});}_0x5491bd(_0x4f4533(0xc3),_0x3c08e0(_0x7b1eb5,_0x4f4533(0xed))),_0x5491bd(_0x4f4533(0xe0),_0x3c08e0(_0x7b1eb5,_0x4f4533(0xb9))),_0x5491bd(_0x4f4533(0xdf),_0x3c08e0(_0x7b1eb5,_0x4f4533(0xe8))),_0x5491bd(_0x4f4533(0xd8),_0x3c08e0(_0x7b1eb5,_0x4f4533(0xc2))),_0x5491bd(_0x4f4533(0xc9),_0x3c08e0(_0x7b1eb5,_0x4f4533(0xbc))),_0x5491bd(_0x4f4533(0xeb),_0x3c08e0(_0x7b1eb5,_0x4f4533(0xe1))),_0x5491bd(_0x4f4533(0xe6),_0x3c08e0(_0x7b1eb5,_0x4f4533(0xd9)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x40abb9=_0x1017;function _0x1017(_0x57d304,_0x2d4af2){const _0x55c2dd=_0x55c2();return _0x1017=function(_0x101763,_0x2c678b){_0x101763=_0x101763-0x8a;let _0x4bca36=_0x55c2dd[_0x101763];return _0x4bca36;},_0x1017(_0x57d304,_0x2d4af2);}(function(_0x6beb11,_0x197d73){const _0x341ab9=_0x1017,_0x239897=_0x6beb11();while(!![]){try{const _0x31a459=parseInt(_0x341ab9(0x90))/0x1*(-parseInt(_0x341ab9(0x8c))/0x2)+parseInt(_0x341ab9(0xa5))/0x3+-parseInt(_0x341ab9(0x9e))/0x4+parseInt(_0x341ab9(0xa6))/0x5*(-parseInt(_0x341ab9(0xa0))/0x6)+-parseInt(_0x341ab9(0x95))/0x7*(parseInt(_0x341ab9(0x96))/0x8)+-parseInt(_0x341ab9(0x8d))/0x9*(parseInt(_0x341ab9(0xa8))/0xa)+parseInt(_0x341ab9(0xb5))/0xb;if(_0x31a459===_0x197d73)break;else _0x239897['push'](_0x239897['shift']());}catch(_0x40772e){_0x239897['push'](_0x239897['shift']());}}}(_0x55c2,0xb93f7));import{Plugin as _0x1de85f}from'ckeditor5/src/core.js';import{getTranslation as _0x1007c4}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x390c99}from'../utils/utils.js';export default class O extends _0x1de85f{[_0x40abb9(0x9a)](){const _0x3ada7f=_0x40abb9,_0x51dd81=this[_0x3ada7f(0xb3)],_0x5f3d9c=_0x51dd81[_0x3ada7f(0x94)];if(!_0x51dd81[_0x3ada7f(0xb1)][_0x3ada7f(0x99)](_0x3ada7f(0xb2)))return;const _0x252cd0=_0x51dd81[_0x3ada7f(0xb1)][_0x3ada7f(0x92)](_0x3ada7f(0x8f)),_0x510065=this[_0x3ada7f(0xb3)][_0x3ada7f(0x8b)][_0x3ada7f(0x92)](_0x3ada7f(0x8e));_0x252cd0[_0x3ada7f(0x91)](_0x3ada7f(0x8e),(_0x47590b,_0x13ccd9={})=>{const _0x41c37c=_0x3ada7f,_0x4615e8=this[_0x41c37c(0xb3)][_0x41c37c(0xa4)][_0x41c37c(0xa7)][_0x41c37c(0x9f)],_0x20a46c=_0x13ccd9&&void 0x0!==_0x13ccd9[_0x41c37c(0xad)]?_0x13ccd9[_0x41c37c(0xad)]:!_0x510065[_0x41c37c(0x9b)];let _0x40be34=[];if(_0x20a46c){const _0x4521d9=Array[_0x41c37c(0xa9)](_0x4615e8[_0x41c37c(0xa3)]())[_0x41c37c(0xb0)](_0x3ccb66=>oo(_0x3ccb66)||function(_0xbf524a,_0x348cac){const _0x55ae7d=_0x41c37c,_0x109cc7=_0x348cac[_0x55ae7d(0xa2)](_0xbf524a[_0x55ae7d(0x98)],_0x55ae7d(0x8e)),_0x4c78e9=_0x348cac[_0x55ae7d(0xa2)]([_0x55ae7d(0xa1),_0x55ae7d(0x8e)],_0xbf524a);return _0x109cc7&&_0x4c78e9;}(_0x3ccb66,this[_0x41c37c(0xb3)][_0x41c37c(0xa4)][_0x41c37c(0xab)]));_0x40be34=_0x390c99(_0x4521d9,_0x51dd81[_0x41c37c(0xa4)]);}else{const _0x12405b=Array[_0x41c37c(0xa9)](_0x4615e8[_0x41c37c(0xa3)]())[_0x41c37c(0xb0)](_0x46f82b=>oo(_0x46f82b));_0x40be34=_0x390c99(_0x12405b,_0x51dd81[_0x41c37c(0xa4)]);}_0x51dd81[_0x41c37c(0xa4)][_0x41c37c(0x8a)](()=>{const _0x718d45=_0x41c37c;for(const _0x3c6144 of _0x40be34)_0x252cd0[_0x718d45(0x9c)](_0x3c6144,{'commandName':_0x718d45(0x8e),'commandParams':[{'forceValue':_0x20a46c}]});});}),_0x252cd0[_0x3ada7f(0xaf)][_0x3ada7f(0xb4)](_0x4c7ae3=>{const _0x4f1da2=_0x3ada7f,{data:_0x52d64c}=_0x4c7ae3;if(_0x52d64c&&_0x4f1da2(0x8e)==_0x52d64c[_0x4f1da2(0xac)]){const _0x206ff2=_0x1007c4(_0x5f3d9c,_0x4f1da2(0xb6));return _0x52d64c[_0x4f1da2(0xaa)][0x0][_0x4f1da2(0xad)]?{'type':_0x4f1da2(0xae),'content':_0x1007c4(_0x5f3d9c,_0x4f1da2(0x9d),_0x206ff2)}:{'type':_0x4f1da2(0xae),'content':_0x1007c4(_0x5f3d9c,_0x4f1da2(0x93),_0x206ff2)};}});}}function _0x55c2(){const _0x53c65f=['2liRAaT','78210eWSTJb','blockQuote','TrackChangesEditing','301913mIJrsv','enableCommand','get','*Remove\x20format:*\x20%0','locale','161bTfPqs','79792uXBBfM','name','parent','has','afterInit','value','markBlockFormat','*Set\x20format:*\x20%0','2947852TCMaKs','selection','6702XLeBRP','$root','checkChild','getSelectedBlocks','model','1012578VFFFXk','645LuCpko','document','10mRghpf','from','commandParams','schema','commandName','forceValue','format','_descriptionFactory','filter','plugins','BlockQuoteEditing','editor','registerDescriptionCallback','20265410lECcCG','ELEMENT_BLOCK_QUOTE','change','commands'];_0x55c2=function(){return _0x53c65f;};return _0x55c2();}function oo(_0x188caa){const _0x2617e6=_0x40abb9;return _0x2617e6(0x8e)==_0x188caa[_0x2617e6(0x98)][_0x2617e6(0x97)];}
23
+ function _0x5d68(_0x50692c,_0x2e252f){const _0x36ab17=_0x36ab();return _0x5d68=function(_0x5d6805,_0x722130){_0x5d6805=_0x5d6805-0x141;let _0x53372f=_0x36ab17[_0x5d6805];return _0x53372f;},_0x5d68(_0x50692c,_0x2e252f);}const _0x4fb004=_0x5d68;(function(_0x1ca692,_0x2e02e5){const _0xf8400c=_0x5d68,_0x53e283=_0x1ca692();while(!![]){try{const _0x5ec8d0=parseInt(_0xf8400c(0x146))/0x1+parseInt(_0xf8400c(0x152))/0x2*(-parseInt(_0xf8400c(0x14e))/0x3)+parseInt(_0xf8400c(0x16b))/0x4*(-parseInt(_0xf8400c(0x168))/0x5)+parseInt(_0xf8400c(0x155))/0x6+-parseInt(_0xf8400c(0x15f))/0x7*(parseInt(_0xf8400c(0x14a))/0x8)+-parseInt(_0xf8400c(0x145))/0x9+parseInt(_0xf8400c(0x14c))/0xa;if(_0x5ec8d0===_0x2e02e5)break;else _0x53e283['push'](_0x53e283['shift']());}catch(_0x142b38){_0x53e283['push'](_0x53e283['shift']());}}}(_0x36ab,0xb4bbf));import{Plugin as _0x2debe2}from'ckeditor5/src/core.js';function _0x36ab(){const _0x5db8ce=['forceValue','BlockQuoteEditing','from','commandName','3166205yAbXXd','markBlockFormat','schema','4KOKqKw','checkChild','ELEMENT_BLOCK_QUOTE','parent','locale','name','5358654JrfYTT','29539NiLoRv','change','blockQuote','enableCommand','8ICUyuv','has','23340070VVjcWY','document','444177zeMErJ','selection','filter','afterInit','14ywGWOc','format','value','7821786UKsmOd','getSelectedBlocks','plugins','commandParams','*Set\x20format:*\x20%0','_descriptionFactory','TrackChangesEditing','*Remove\x20format:*\x20%0','commands','$root','4632810tTejPO','registerDescriptionCallback','get','editor','model'];_0x36ab=function(){return _0x5db8ce;};return _0x36ab();}import{getTranslation as _0x2b6b42}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x25540f}from'../utils/utils.js';export default class O extends _0x2debe2{[_0x4fb004(0x151)](){const _0x255a5b=_0x4fb004,_0x3acbba=this[_0x255a5b(0x162)],_0x379d16=_0x3acbba[_0x255a5b(0x143)];if(!_0x3acbba[_0x255a5b(0x157)][_0x255a5b(0x14b)](_0x255a5b(0x165)))return;const _0x4648d0=_0x3acbba[_0x255a5b(0x157)][_0x255a5b(0x161)](_0x255a5b(0x15b)),_0x1a549b=this[_0x255a5b(0x162)][_0x255a5b(0x15d)][_0x255a5b(0x161)](_0x255a5b(0x148));_0x4648d0[_0x255a5b(0x149)](_0x255a5b(0x148),(_0x3592b7,_0xac0003={})=>{const _0x568014=_0x255a5b,_0x5cd830=this[_0x568014(0x162)][_0x568014(0x163)][_0x568014(0x14d)][_0x568014(0x14f)],_0x4c84f3=_0xac0003&&void 0x0!==_0xac0003[_0x568014(0x164)]?_0xac0003[_0x568014(0x164)]:!_0x1a549b[_0x568014(0x154)];let _0x365e76=[];if(_0x4c84f3){const _0x39278d=Array[_0x568014(0x166)](_0x5cd830[_0x568014(0x156)]())[_0x568014(0x150)](_0x6bf479=>eo(_0x6bf479)||function(_0x52dffb,_0xce61f9){const _0x3b9ae4=_0x568014,_0x5d4462=_0xce61f9[_0x3b9ae4(0x16c)](_0x52dffb[_0x3b9ae4(0x142)],_0x3b9ae4(0x148)),_0x3c7825=_0xce61f9[_0x3b9ae4(0x16c)]([_0x3b9ae4(0x15e),_0x3b9ae4(0x148)],_0x52dffb);return _0x5d4462&&_0x3c7825;}(_0x6bf479,this[_0x568014(0x162)][_0x568014(0x163)][_0x568014(0x16a)]));_0x365e76=_0x25540f(_0x39278d,_0x3acbba[_0x568014(0x163)]);}else{const _0x43fea6=Array[_0x568014(0x166)](_0x5cd830[_0x568014(0x156)]())[_0x568014(0x150)](_0x501bf3=>eo(_0x501bf3));_0x365e76=_0x25540f(_0x43fea6,_0x3acbba[_0x568014(0x163)]);}_0x3acbba[_0x568014(0x163)][_0x568014(0x147)](()=>{const _0x12daf0=_0x568014;for(const _0x1f7f96 of _0x365e76)_0x4648d0[_0x12daf0(0x169)](_0x1f7f96,{'commandName':_0x12daf0(0x148),'commandParams':[{'forceValue':_0x4c84f3}]});});}),_0x4648d0[_0x255a5b(0x15a)][_0x255a5b(0x160)](_0x45e7b4=>{const _0x4b7daa=_0x255a5b,{data:_0x20e24a}=_0x45e7b4;if(_0x20e24a&&_0x4b7daa(0x148)==_0x20e24a[_0x4b7daa(0x167)]){const _0xf3f8b4=_0x2b6b42(_0x379d16,_0x4b7daa(0x141));return _0x20e24a[_0x4b7daa(0x158)][0x0][_0x4b7daa(0x164)]?{'type':_0x4b7daa(0x153),'content':_0x2b6b42(_0x379d16,_0x4b7daa(0x159),_0xf3f8b4)}:{'type':_0x4b7daa(0x153),'content':_0x2b6b42(_0x379d16,_0x4b7daa(0x15c),_0xf3f8b4)};}});}}function eo(_0x13ce03){const _0x55f381=_0x4fb004;return _0x55f381(0x148)==_0x13ce03[_0x55f381(0x142)][_0x55f381(0x144)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3b4cc3=_0x5858;(function(_0x1de434,_0x1d5aac){const _0xe0e108=_0x5858,_0x1d6ed9=_0x1de434();while(!![]){try{const _0x25132b=-parseInt(_0xe0e108(0x1af))/0x1*(parseInt(_0xe0e108(0x1a9))/0x2)+parseInt(_0xe0e108(0x1ab))/0x3+-parseInt(_0xe0e108(0x1a4))/0x4*(-parseInt(_0xe0e108(0x1b0))/0x5)+-parseInt(_0xe0e108(0x1ae))/0x6+-parseInt(_0xe0e108(0x1a3))/0x7+-parseInt(_0xe0e108(0x1b2))/0x8*(parseInt(_0xe0e108(0x1a1))/0x9)+-parseInt(_0xe0e108(0x1b6))/0xa*(-parseInt(_0xe0e108(0x1a7))/0xb);if(_0x25132b===_0x1d5aac)break;else _0x1d6ed9['push'](_0x1d6ed9['shift']());}catch(_0x462175){_0x1d6ed9['push'](_0x1d6ed9['shift']());}}}(_0x1171,0x48ad2));function _0x1171(){const _0x5d065b=['22096YbmXUF','get','afterInit','enableCommand','146890ddQslw','792OIWvZk','changeCaseTitle','3902038bcQANM','128LQfccG','CaseChange','plugins','374PvGFwD','has','3274dlYefF','changeCaseUpper','1769034GnlDCC','editor','TrackChangesEditing','899478YOEehU','159jQJTWI','65510vQzXgd','changeCaseLower'];_0x1171=function(){return _0x5d065b;};return _0x1171();}import{Plugin as _0x4c8aec}from'ckeditor5/src/core.js';function _0x5858(_0x373951,_0x2a56d4){const _0x117134=_0x1171();return _0x5858=function(_0x58581b,_0x229c2c){_0x58581b=_0x58581b-0x1a1;let _0x2889bb=_0x117134[_0x58581b];return _0x2889bb;},_0x5858(_0x373951,_0x2a56d4);}export default class G extends _0x4c8aec{[_0x3b4cc3(0x1b4)](){const _0x1589ba=_0x3b4cc3,_0x3c4561=this[_0x1589ba(0x1ac)];_0x3c4561[_0x1589ba(0x1a6)][_0x1589ba(0x1a8)](_0x1589ba(0x1a5))&&(_0x3c4561[_0x1589ba(0x1a6)][_0x1589ba(0x1b3)](_0x1589ba(0x1ad))[_0x1589ba(0x1b5)](_0x1589ba(0x1aa)),_0x3c4561[_0x1589ba(0x1a6)][_0x1589ba(0x1b3)](_0x1589ba(0x1ad))[_0x1589ba(0x1b5)](_0x1589ba(0x1b1)),_0x3c4561[_0x1589ba(0x1a6)][_0x1589ba(0x1b3)](_0x1589ba(0x1ad))[_0x1589ba(0x1b5)](_0x1589ba(0x1a2)));}}
23
+ const _0x361c2a=_0x1408;(function(_0x4c4ff5,_0x203af2){const _0x21d4ba=_0x1408,_0x5cec7c=_0x4c4ff5();while(!![]){try{const _0x46bfb3=-parseInt(_0x21d4ba(0x11f))/0x1*(-parseInt(_0x21d4ba(0x127))/0x2)+-parseInt(_0x21d4ba(0x11d))/0x3+-parseInt(_0x21d4ba(0x126))/0x4+parseInt(_0x21d4ba(0x124))/0x5*(parseInt(_0x21d4ba(0x123))/0x6)+parseInt(_0x21d4ba(0x125))/0x7*(parseInt(_0x21d4ba(0x12b))/0x8)+-parseInt(_0x21d4ba(0x120))/0x9+-parseInt(_0x21d4ba(0x11a))/0xa*(-parseInt(_0x21d4ba(0x12a))/0xb);if(_0x46bfb3===_0x203af2)break;else _0x5cec7c['push'](_0x5cec7c['shift']());}catch(_0x2ccc86){_0x5cec7c['push'](_0x5cec7c['shift']());}}}(_0x4438,0xa5845));import{Plugin as _0x983f0}from'ckeditor5/src/core.js';export default class G extends _0x983f0{[_0x361c2a(0x122)](){const _0x316c6c=_0x361c2a,_0x24ac50=this[_0x316c6c(0x121)];_0x24ac50[_0x316c6c(0x11e)][_0x316c6c(0x129)](_0x316c6c(0x12e))&&(_0x24ac50[_0x316c6c(0x11e)][_0x316c6c(0x119)](_0x316c6c(0x11b))[_0x316c6c(0x11c)](_0x316c6c(0x12c)),_0x24ac50[_0x316c6c(0x11e)][_0x316c6c(0x119)](_0x316c6c(0x11b))[_0x316c6c(0x11c)](_0x316c6c(0x12d)),_0x24ac50[_0x316c6c(0x11e)][_0x316c6c(0x119)](_0x316c6c(0x11b))[_0x316c6c(0x11c)](_0x316c6c(0x128)));}}function _0x1408(_0x1e0fc9,_0x1bcbed){const _0x44383d=_0x4438();return _0x1408=function(_0x140882,_0x447e5e){_0x140882=_0x140882-0x119;let _0x4e9637=_0x44383d[_0x140882];return _0x4e9637;},_0x1408(_0x1e0fc9,_0x1bcbed);}function _0x4438(){const _0x5b15ad=['plugins','29AQbJny','2943099rtfflv','editor','afterInit','3929784HzkbOd','10YLjEdS','7ZwAVbH','4306920GAJsNK','32782ZtVNVK','changeCaseTitle','has','1599323jBtmkJ','2032760EXolQS','changeCaseUpper','changeCaseLower','CaseChange','get','80FNOuLp','TrackChangesEditing','enableCommand','3362424wCZJVj'];_0x4438=function(){return _0x5b15ad;};return _0x4438();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x39c040=_0x4ee4;function _0x4ee4(_0x4fb0a2,_0x301fc4){const _0x51def4=_0x51de();return _0x4ee4=function(_0x4ee494,_0x152af5){_0x4ee494=_0x4ee494-0x129;let _0x10d1fe=_0x51def4[_0x4ee494];return _0x10d1fe;},_0x4ee4(_0x4fb0a2,_0x301fc4);}function _0x51de(){const _0x1a837b=['6260290DyoTOZ','43382oHGeWB','afterInit','9020XBHEaZ','enableCommand','501sZpCNb','TrackChangesEditing','9nXftEa','plugins','commands','8GHZZNN','1086471PNjRyM','30448858YjZQmT','1170oAGTwW','8452654jbMjwL','13345fwuJIi','ckbox','get','editor'];_0x51de=function(){return _0x1a837b;};return _0x51de();}(function(_0x14186a,_0x21bb31){const _0x569712=_0x4ee4,_0x49f3f3=_0x14186a();while(!![]){try{const _0x1a14d6=-parseInt(_0x569712(0x133))/0x1+parseInt(_0x569712(0x129))/0x2+parseInt(_0x569712(0x12d))/0x3*(parseInt(_0x569712(0x12b))/0x4)+parseInt(_0x569712(0x137))/0x5*(-parseInt(_0x569712(0x135))/0x6)+-parseInt(_0x569712(0x136))/0x7*(parseInt(_0x569712(0x132))/0x8)+-parseInt(_0x569712(0x12f))/0x9*(-parseInt(_0x569712(0x13b))/0xa)+parseInt(_0x569712(0x134))/0xb;if(_0x1a14d6===_0x21bb31)break;else _0x49f3f3['push'](_0x49f3f3['shift']());}catch(_0x2090a3){_0x49f3f3['push'](_0x49f3f3['shift']());}}}(_0x51de,0xeec0f));import{Plugin as _0x12efd0}from'ckeditor5/src/core.js';export default class F extends _0x12efd0{[_0x39c040(0x12a)](){const _0x1e5a35=_0x39c040,_0x5f3879=this[_0x1e5a35(0x13a)];_0x5f3879[_0x1e5a35(0x131)][_0x1e5a35(0x139)](_0x1e5a35(0x138))&&_0x5f3879[_0x1e5a35(0x130)][_0x1e5a35(0x139)](_0x1e5a35(0x12e))[_0x1e5a35(0x12c)](_0x1e5a35(0x138));}}
23
+ const _0x110eb6=_0x53d3;(function(_0x5ffad7,_0x25a9ec){const _0x133a00=_0x53d3,_0x5b45cd=_0x5ffad7();while(!![]){try{const _0x53c11f=-parseInt(_0x133a00(0x12a))/0x1+-parseInt(_0x133a00(0x125))/0x2*(-parseInt(_0x133a00(0x11c))/0x3)+parseInt(_0x133a00(0x121))/0x4+-parseInt(_0x133a00(0x12b))/0x5+parseInt(_0x133a00(0x129))/0x6*(parseInt(_0x133a00(0x11a))/0x7)+-parseInt(_0x133a00(0x123))/0x8*(-parseInt(_0x133a00(0x127))/0x9)+parseInt(_0x133a00(0x126))/0xa*(parseInt(_0x133a00(0x11b))/0xb);if(_0x53c11f===_0x25a9ec)break;else _0x5b45cd['push'](_0x5b45cd['shift']());}catch(_0x45bb40){_0x5b45cd['push'](_0x5b45cd['shift']());}}}(_0x267c,0xdeca5));function _0x53d3(_0x490f7a,_0x10e411){const _0x267c8b=_0x267c();return _0x53d3=function(_0x53d3de,_0x508e83){_0x53d3de=_0x53d3de-0x11a;let _0x2469e7=_0x267c8b[_0x53d3de];return _0x2469e7;},_0x53d3(_0x490f7a,_0x10e411);}import{Plugin as _0x12297a}from'ckeditor5/src/core.js';function _0x267c(){const _0x2074ff=['1197724IydAIA','commands','652176AKxAZS','plugins','2njsFpp','2033350aZcPMZ','81ysulTR','editor','14754ENsBZR','829315hFgzEQ','7301160fhADSk','get','4109rjdgPl','11zKVymq','1566597bttcjM','enableCommand','ckbox','afterInit','TrackChangesEditing'];_0x267c=function(){return _0x2074ff;};return _0x267c();}export default class F extends _0x12297a{[_0x110eb6(0x11f)](){const _0x1d532a=_0x110eb6,_0x459d39=this[_0x1d532a(0x128)];_0x459d39[_0x1d532a(0x122)][_0x1d532a(0x12c)](_0x1d532a(0x11e))&&_0x459d39[_0x1d532a(0x124)][_0x1d532a(0x12c)](_0x1d532a(0x120))[_0x1d532a(0x11d)](_0x1d532a(0x11e));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x14cbb7=_0x448a;(function(_0x3c93c1,_0x342ef6){const _0x4e2f07=_0x448a,_0x428c4f=_0x3c93c1();while(!![]){try{const _0x29cd0b=parseInt(_0x4e2f07(0x13a))/0x1+-parseInt(_0x4e2f07(0x14b))/0x2*(-parseInt(_0x4e2f07(0x138))/0x3)+parseInt(_0x4e2f07(0x150))/0x4+-parseInt(_0x4e2f07(0x14a))/0x5*(parseInt(_0x4e2f07(0x154))/0x6)+-parseInt(_0x4e2f07(0x136))/0x7+-parseInt(_0x4e2f07(0x166))/0x8*(parseInt(_0x4e2f07(0x161))/0x9)+parseInt(_0x4e2f07(0x159))/0xa;if(_0x29cd0b===_0x342ef6)break;else _0x428c4f['push'](_0x428c4f['shift']());}catch(_0x5227ee){_0x428c4f['push'](_0x428c4f['shift']());}}}(_0x2617,0x684ac));function _0x2617(){const _0x50a9ce=['2wXiZxd','*Set\x20format:*\x20%0','markBlockFormat','language','commands','1287872eUOfce','format','TrackChangesEditing','outdentCodeBlock','7044MRPeEJ','registerDescriptionCallback','languages','schema','commandParams','8195880ZITGTd','CodeBlock','getSelectedBlocks','isLimit','config','_descriptionFactory','editor','blockName','153UHiHaL','forceValue','codeBlock','enableCommand','get','269576yAkbSn','toLowerCase','document','plugins','*Remove\x20format:*\x20%0','locale','parent','has','filter','455420HyWgYp','from','83856zWtWUm','selection','389835eELxju','afterInit','rootElement','find','formatBlock','change','registerElementLabel','value','checkChild','indentCodeBlock','type','label','commandName','ELEMENT_CODE_BLOCK','name','model','2105aHvHvE'];_0x2617=function(){return _0x50a9ce;};return _0x2617();}import{Plugin as _0x1754b3}from'ckeditor5/src/core.js';import{getTranslation as _0x6ef643}from'../utils/common-translations.js';function _0x448a(_0x234b98,_0x5cc772){const _0x261737=_0x2617();return _0x448a=function(_0x448a66,_0x36eac5){_0x448a66=_0x448a66-0x130;let _0x31c1cc=_0x261737[_0x448a66];return _0x31c1cc;},_0x448a(_0x234b98,_0x5cc772);}import{getRangesOfBlockGroups as _0x43acd1}from'../utils/utils.js';export default class L extends _0x1754b3{[_0x14cbb7(0x13b)](){const _0x1443f6=_0x14cbb7,_0x540a90=this[_0x1443f6(0x15f)];if(!_0x540a90[_0x1443f6(0x130)][_0x1443f6(0x134)](_0x1443f6(0x15a)))return;const _0x3b9a9d=_0x540a90[_0x1443f6(0x130)][_0x1443f6(0x165)](_0x1443f6(0x152)),_0x2cf607=_0x540a90[_0x1443f6(0x132)],_0x2d2c86=_0x540a90[_0x1443f6(0x15d)][_0x1443f6(0x165)](_0x1443f6(0x163))[_0x1443f6(0x156)],_0xd82aee=_0x540a90[_0x1443f6(0x14f)][_0x1443f6(0x165)](_0x1443f6(0x163));_0x3b9a9d[_0x1443f6(0x164)](_0x1443f6(0x143)),_0x3b9a9d[_0x1443f6(0x164)](_0x1443f6(0x153)),_0x3b9a9d[_0x1443f6(0x164)](_0x1443f6(0x163),(_0x71ed09,_0x10bdd1={})=>{const _0x22b2c2=_0x1443f6,_0x1f6f60=_0x540a90[_0x22b2c2(0x149)],_0x2ed44b=_0x540a90[_0x22b2c2(0x149)][_0x22b2c2(0x168)][_0x22b2c2(0x139)],_0x5404a4=_0x10bdd1&&void 0x0!==_0x10bdd1[_0x22b2c2(0x162)]?_0x10bdd1[_0x22b2c2(0x162)]:!_0xd82aee[_0x22b2c2(0x141)];let _0x23610d;_0x10bdd1[_0x22b2c2(0x14e)]||(_0x10bdd1[_0x22b2c2(0x14e)]=_0x2d2c86[0x0][_0x22b2c2(0x14e)]),_0x23610d=_0x5404a4?Array[_0x22b2c2(0x137)](_0x2ed44b[_0x22b2c2(0x15b)]())[_0x22b2c2(0x135)](_0x359b4e=>eo(_0x359b4e)||function(_0xa1bd63,_0x101d66){const _0x5a7107=_0x22b2c2;if(_0xa1bd63['is'](_0x5a7107(0x13c))||_0x101d66[_0x5a7107(0x15c)](_0xa1bd63))return!0x1;return _0x101d66[_0x5a7107(0x142)](_0xa1bd63[_0x5a7107(0x133)],_0x5a7107(0x163));}(_0x359b4e,_0x1f6f60[_0x22b2c2(0x157)])):Array[_0x22b2c2(0x137)](_0x2ed44b[_0x22b2c2(0x15b)]())[_0x22b2c2(0x135)](_0x2ed100=>eo(_0x2ed100));const _0x4cd3fe=_0x43acd1(_0x23610d,_0x1f6f60);_0x1f6f60[_0x22b2c2(0x13f)](()=>{const _0x50921e=_0x22b2c2;for(const _0x468bdf of _0x4cd3fe)_0x3b9a9d[_0x50921e(0x14d)](_0x468bdf,{'commandName':_0x50921e(0x163),'commandParams':[{..._0x10bdd1,'forceValue':_0x5404a4}],'formatGroupId':_0x50921e(0x160)});});}),(_0x3b9a9d[_0x1443f6(0x15e)][_0x1443f6(0x140)](_0x1443f6(0x163),_0x3aa09e=>_0x6ef643(_0x2cf607,_0x1443f6(0x147),_0x3aa09e)),_0x3b9a9d[_0x1443f6(0x15e)][_0x1443f6(0x155)](_0xcb8133=>{const _0x597ea2=_0x1443f6;if(_0x597ea2(0x13e)!=_0xcb8133[_0x597ea2(0x144)])return;const _0x231ca1=_0x2cf607['t'],{data:_0x48da55}=_0xcb8133;if(!_0x48da55||_0x597ea2(0x163)!=_0x48da55[_0x597ea2(0x146)])return;const _0x496a9a=_0x48da55[_0x597ea2(0x158)][0x0][_0x597ea2(0x14e)],_0xb5dcf5=_0x231ca1(_0x2d2c86[_0x597ea2(0x13d)](_0x20e600=>_0x20e600[_0x597ea2(0x14e)]===_0x496a9a)[_0x597ea2(0x145)])[_0x597ea2(0x167)]();return _0x48da55[_0x597ea2(0x158)][0x0][_0x597ea2(0x162)]?{'type':_0x597ea2(0x151),'content':_0x6ef643(_0x2cf607,_0x597ea2(0x14c),_0x6ef643(_0x2cf607,_0x597ea2(0x147),0x1)+'\x20('+_0xb5dcf5+')')}:{'type':_0x597ea2(0x151),'content':_0x6ef643(_0x2cf607,_0x597ea2(0x131),_0x6ef643(_0x2cf607,_0x597ea2(0x147),0x1))};}));}}function eo(_0x17f283){const _0x5f7c9f=_0x14cbb7;return _0x5f7c9f(0x163)==_0x17f283[_0x5f7c9f(0x148)];}
23
+ const _0x287d0d=_0x22e5;(function(_0x236249,_0x4b87f8){const _0x1c106a=_0x22e5,_0x25cd9b=_0x236249();while(!![]){try{const _0x2aa88b=-parseInt(_0x1c106a(0x1af))/0x1+parseInt(_0x1c106a(0x1bd))/0x2*(-parseInt(_0x1c106a(0x1b6))/0x3)+-parseInt(_0x1c106a(0x1c3))/0x4*(-parseInt(_0x1c106a(0x1a7))/0x5)+parseInt(_0x1c106a(0x1cc))/0x6+-parseInt(_0x1c106a(0x1bb))/0x7*(-parseInt(_0x1c106a(0x1a4))/0x8)+-parseInt(_0x1c106a(0x1d1))/0x9+-parseInt(_0x1c106a(0x1b1))/0xa;if(_0x2aa88b===_0x4b87f8)break;else _0x25cd9b['push'](_0x25cd9b['shift']());}catch(_0x427cad){_0x25cd9b['push'](_0x25cd9b['shift']());}}}(_0x4035,0x7e39d));import{Plugin as _0x44de21}from'ckeditor5/src/core.js';import{getTranslation as _0x4dd0db}from'../utils/common-translations.js';function _0x4035(){const _0x59fd6c=['TrackChangesEditing','forceValue','label','getSelectedBlocks','*Remove\x20format:*\x20%0','*Set\x20format:*\x20%0','272OSsvHh','isLimit','get','5OTHtME','config','rootElement','parent','languages','commands','formatBlock','checkChild','138300Keaumd','find','7104490gKTSiY','blockName','language','change','commandParams','7257AdiZTU','from','enableCommand','editor','afterInit','184233UWzOZy','name','298ERlUdX','model','indentCodeBlock','selection','has','commandName','3984356VAPcpR','outdentCodeBlock','value','type','ELEMENT_CODE_BLOCK','format','_descriptionFactory','registerElementLabel','codeBlock','3771468PojZPo','registerDescriptionCallback','plugins','markBlockFormat','CodeBlock','7139808siDFUn','locale','toLowerCase','filter','document','schema'];_0x4035=function(){return _0x59fd6c;};return _0x4035();}import{getRangesOfBlockGroups as _0x130800}from'../utils/utils.js';export default class L extends _0x44de21{[_0x287d0d(0x1ba)](){const _0x1e65a2=_0x287d0d,_0x5d0cc1=this[_0x1e65a2(0x1b9)];if(!_0x5d0cc1[_0x1e65a2(0x1ce)][_0x1e65a2(0x1c1)](_0x1e65a2(0x1d0)))return;const _0x22dde7=_0x5d0cc1[_0x1e65a2(0x1ce)][_0x1e65a2(0x1a6)](_0x1e65a2(0x1d7)),_0x1031e6=_0x5d0cc1[_0x1e65a2(0x1d2)],_0x2f1f33=_0x5d0cc1[_0x1e65a2(0x1a8)][_0x1e65a2(0x1a6)](_0x1e65a2(0x1cb))[_0x1e65a2(0x1ab)],_0x5dc77b=_0x5d0cc1[_0x1e65a2(0x1ac)][_0x1e65a2(0x1a6)](_0x1e65a2(0x1cb));_0x22dde7[_0x1e65a2(0x1b8)](_0x1e65a2(0x1bf)),_0x22dde7[_0x1e65a2(0x1b8)](_0x1e65a2(0x1c4)),_0x22dde7[_0x1e65a2(0x1b8)](_0x1e65a2(0x1cb),(_0x3e11e3,_0x4b3592={})=>{const _0x14ec58=_0x1e65a2,_0x2da7de=_0x5d0cc1[_0x14ec58(0x1be)],_0x1d092c=_0x5d0cc1[_0x14ec58(0x1be)][_0x14ec58(0x1d5)][_0x14ec58(0x1c0)],_0x12b5fc=_0x4b3592&&void 0x0!==_0x4b3592[_0x14ec58(0x1d8)]?_0x4b3592[_0x14ec58(0x1d8)]:!_0x5dc77b[_0x14ec58(0x1c5)];let _0x27cc56;_0x4b3592[_0x14ec58(0x1b3)]||(_0x4b3592[_0x14ec58(0x1b3)]=_0x2f1f33[0x0][_0x14ec58(0x1b3)]),_0x27cc56=_0x12b5fc?Array[_0x14ec58(0x1b7)](_0x1d092c[_0x14ec58(0x1a1)]())[_0x14ec58(0x1d4)](_0x2188fc=>ro(_0x2188fc)||function(_0x432fe6,_0x11978e){const _0x237dd3=_0x14ec58;if(_0x432fe6['is'](_0x237dd3(0x1a9))||_0x11978e[_0x237dd3(0x1a5)](_0x432fe6))return!0x1;return _0x11978e[_0x237dd3(0x1ae)](_0x432fe6[_0x237dd3(0x1aa)],_0x237dd3(0x1cb));}(_0x2188fc,_0x2da7de[_0x14ec58(0x1d6)])):Array[_0x14ec58(0x1b7)](_0x1d092c[_0x14ec58(0x1a1)]())[_0x14ec58(0x1d4)](_0x48c4e0=>ro(_0x48c4e0));const _0x5db750=_0x130800(_0x27cc56,_0x2da7de);_0x2da7de[_0x14ec58(0x1b4)](()=>{const _0x688c12=_0x14ec58;for(const _0x3f6413 of _0x5db750)_0x22dde7[_0x688c12(0x1cf)](_0x3f6413,{'commandName':_0x688c12(0x1cb),'commandParams':[{..._0x4b3592,'forceValue':_0x12b5fc}],'formatGroupId':_0x688c12(0x1b2)});});}),(_0x22dde7[_0x1e65a2(0x1c9)][_0x1e65a2(0x1ca)](_0x1e65a2(0x1cb),_0x50cf93=>_0x4dd0db(_0x1031e6,_0x1e65a2(0x1c7),_0x50cf93)),_0x22dde7[_0x1e65a2(0x1c9)][_0x1e65a2(0x1cd)](_0x4deacd=>{const _0x52be86=_0x1e65a2;if(_0x52be86(0x1ad)!=_0x4deacd[_0x52be86(0x1c6)])return;const _0x23a1f8=_0x1031e6['t'],{data:_0x43e3b1}=_0x4deacd;if(!_0x43e3b1||_0x52be86(0x1cb)!=_0x43e3b1[_0x52be86(0x1c2)])return;const _0x545bcb=_0x43e3b1[_0x52be86(0x1b5)][0x0][_0x52be86(0x1b3)],_0x4f6d7c=_0x23a1f8(_0x2f1f33[_0x52be86(0x1b0)](_0x4ca6a3=>_0x4ca6a3[_0x52be86(0x1b3)]===_0x545bcb)[_0x52be86(0x1a0)])[_0x52be86(0x1d3)]();return _0x43e3b1[_0x52be86(0x1b5)][0x0][_0x52be86(0x1d8)]?{'type':_0x52be86(0x1c8),'content':_0x4dd0db(_0x1031e6,_0x52be86(0x1a3),_0x4dd0db(_0x1031e6,_0x52be86(0x1c7),0x1)+'\x20('+_0x4f6d7c+')')}:{'type':_0x52be86(0x1c8),'content':_0x4dd0db(_0x1031e6,_0x52be86(0x1a2),_0x4dd0db(_0x1031e6,_0x52be86(0x1c7),0x1))};}));}}function _0x22e5(_0x42ad4f,_0x5e0897){const _0x4035ae=_0x4035();return _0x22e5=function(_0x22e589,_0xe18d5d){_0x22e589=_0x22e589-0x1a0;let _0x58481d=_0x4035ae[_0x22e589];return _0x58481d;},_0x22e5(_0x42ad4f,_0x5e0897);}function ro(_0xe3a404){const _0x36b2a2=_0x287d0d;return _0x36b2a2(0x1cb)==_0xe3a404[_0x36b2a2(0x1bc)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e65a0=_0x48ba;(function(_0x3e475b,_0x14e74e){const _0x27625e=_0x48ba,_0x889f9=_0x3e475b();while(!![]){try{const _0x251670=parseInt(_0x27625e(0x1df))/0x1+parseInt(_0x27625e(0x1db))/0x2*(-parseInt(_0x27625e(0x1e1))/0x3)+parseInt(_0x27625e(0x1e3))/0x4*(-parseInt(_0x27625e(0x1ea))/0x5)+-parseInt(_0x27625e(0x1e6))/0x6*(-parseInt(_0x27625e(0x1dc))/0x7)+-parseInt(_0x27625e(0x1e5))/0x8+parseInt(_0x27625e(0x1de))/0x9+-parseInt(_0x27625e(0x1e0))/0xa;if(_0x251670===_0x14e74e)break;else _0x889f9['push'](_0x889f9['shift']());}catch(_0x24d0d0){_0x889f9['push'](_0x889f9['shift']());}}}(_0x5ee8,0x63492));function _0x5ee8(){const _0x216b60=['165525GUkvUL','TrackChangesEditing','enableCommand','afterInit','398578fNxdXZ','7zgfOle','editor','6579630ttiIgO','806513uQdOdC','3367210cmDmIF','6zkIDqA','addCommentThread','72gITYyP','plugins','572648ruWUib','1631166MOctXu','CommentsEditing','has','get'];_0x5ee8=function(){return _0x216b60;};return _0x5ee8();}function _0x48ba(_0x7f1559,_0x3d2e64){const _0x5ee8cc=_0x5ee8();return _0x48ba=function(_0x48ba17,_0x503462){_0x48ba17=_0x48ba17-0x1da;let _0x31c40c=_0x5ee8cc[_0x48ba17];return _0x31c40c;},_0x48ba(_0x7f1559,_0x3d2e64);}import{Plugin as _0x42f8af}from'ckeditor5/src/core.js';export default class H extends _0x42f8af{[_0x4e65a0(0x1da)](){const _0x21a0c5=_0x4e65a0,_0x536216=this[_0x21a0c5(0x1dd)];if(!_0x536216[_0x21a0c5(0x1e4)][_0x21a0c5(0x1e8)](_0x21a0c5(0x1e7)))return;_0x536216[_0x21a0c5(0x1e4)][_0x21a0c5(0x1e9)](_0x21a0c5(0x1eb))[_0x21a0c5(0x1ec)](_0x21a0c5(0x1e2));}}
23
+ function _0x4e00(){const _0x94971a=['900306FPPISB','TrackChangesEditing','editor','5871414LvTXqe','afterInit','289204wDttXb','5PEMFak','15077630BpJGrV','88wKCdwj','has','addCommentThread','3DcsLkm','2999717YitiOx','plugins','get','CommentsEditing','3219850bCBtuz','enableCommand','648240MaTsbV'];_0x4e00=function(){return _0x94971a;};return _0x4e00();}const _0x342792=_0xe705;function _0xe705(_0x45027a,_0x2fa495){const _0x4e00e2=_0x4e00();return _0xe705=function(_0xe705ba,_0x471eb7){_0xe705ba=_0xe705ba-0x1b5;let _0x4f5f0a=_0x4e00e2[_0xe705ba];return _0x4f5f0a;},_0xe705(_0x45027a,_0x2fa495);}(function(_0x9125ae,_0x17487a){const _0x22a432=_0xe705,_0x148204=_0x9125ae();while(!![]){try{const _0x12b9db=parseInt(_0x22a432(0x1c6))/0x1+-parseInt(_0x22a432(0x1c4))/0x2*(parseInt(_0x22a432(0x1bf))/0x3)+parseInt(_0x22a432(0x1b9))/0x4+parseInt(_0x22a432(0x1ba))/0x5*(parseInt(_0x22a432(0x1b7))/0x6)+parseInt(_0x22a432(0x1c0))/0x7+-parseInt(_0x22a432(0x1bc))/0x8*(parseInt(_0x22a432(0x1c7))/0x9)+parseInt(_0x22a432(0x1bb))/0xa;if(_0x12b9db===_0x17487a)break;else _0x148204['push'](_0x148204['shift']());}catch(_0x786526){_0x148204['push'](_0x148204['shift']());}}}(_0x4e00,0xe1db1));import{Plugin as _0x3c8cdd}from'ckeditor5/src/core.js';export default class H extends _0x3c8cdd{[_0x342792(0x1b8)](){const _0x44428b=_0x342792,_0x1b1101=this[_0x44428b(0x1b6)];if(!_0x1b1101[_0x44428b(0x1c1)][_0x44428b(0x1bd)](_0x44428b(0x1c3)))return;_0x1b1101[_0x44428b(0x1c1)][_0x44428b(0x1c2)](_0x44428b(0x1b5))[_0x44428b(0x1c5)](_0x44428b(0x1be));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x26a8(_0x70edb8,_0xbaeb6c){const _0x5eb5fc=_0x5eb5();return _0x26a8=function(_0x26a893,_0x1d25a1){_0x26a893=_0x26a893-0xf3;let _0x490d30=_0x5eb5fc[_0x26a893];return _0x490d30;},_0x26a8(_0x70edb8,_0xbaeb6c);}function _0x5eb5(){const _0x22a14a=['forward','plugins','fromRange','rootName','getFirstRange','writer','mapper','deleteForward','1203092lnwYLV','addMarker:suggestion:deletion','5646mBdgYM','detach','createRange','320466MkEsJZ','markerNameToElements','bind','commands','model','requires','merge','enableCommand','1338400IAajOx','showSuggestionHighlights','unit','markerName','TrackChangesEditing','lock','setSelection','options','createSelection','get','enqueueChange','modifySelection','root','end','batch','buffer','unlock','uiElement','unbindElementFromMarkerName','22617HQyMZk','356gAvxTb','removeMarker:suggestion:deletion','delete','selection','4538660IqVxeT','start','editor','document','$graveyard','8015LWOghW','remove','init','editing','downcastDispatcher','data','isCollapsed','high','28227933UqsgFU'];_0x5eb5=function(){return _0x22a14a;};return _0x5eb5();}const _0xd0c5fd=_0x26a8;(function(_0x340b23,_0x5689a9){const _0x3173fa=_0x26a8,_0x3fcd60=_0x340b23();while(!![]){try{const _0xe97449=-parseInt(_0x3173fa(0x107))/0x1+parseInt(_0x3173fa(0x10c))/0x2+-parseInt(_0x3173fa(0x127))/0x3*(-parseInt(_0x3173fa(0x128))/0x4)+-parseInt(_0x3173fa(0xf6))/0x5*(parseInt(_0x3173fa(0x109))/0x6)+-parseInt(_0x3173fa(0x12c))/0x7+parseInt(_0x3173fa(0x114))/0x8+parseInt(_0x3173fa(0xfe))/0x9;if(_0xe97449===_0x5689a9)break;else _0x3fcd60['push'](_0x3fcd60['shift']());}catch(_0x366bfc){_0x3fcd60['push'](_0x3fcd60['shift']());}}}(_0x5eb5,0xbd386));import{Plugin as _0x5285ae}from'ckeditor5/src/core.js';import{LiveRange as _0x29af9e}from'ckeditor5/src/engine.js';import{Delete as _0x11dbf0}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x294164}from'./utils.js';export default class q extends _0x5285ae{static get[_0xd0c5fd(0x111)](){return[_0x11dbf0];}[_0xd0c5fd(0xf8)](){const _0x796e5d=_0xd0c5fd,_0x24f3ec=this[_0x796e5d(0xf3)],_0x3be8b8=_0x24f3ec[_0x796e5d(0x100)][_0x796e5d(0x11d)](_0x796e5d(0x118));_0x3be8b8[_0x796e5d(0x113)](_0x796e5d(0x12a));const _0x20aa6f=_0x24f3ec[_0x796e5d(0x10f)][_0x796e5d(0x11d)](_0x796e5d(0x106));_0x3be8b8[_0x796e5d(0x113)](_0x796e5d(0x106),(_0x414b72,_0x5ee213={})=>{const _0xd40eb8=_0x796e5d,_0x52f0b0=_0x24f3ec[_0xd40eb8(0x110)][_0xd40eb8(0x11c)](_0x24f3ec[_0xd40eb8(0x110)][_0xd40eb8(0xf4)][_0xd40eb8(0x12b)]);_0x52f0b0[_0xd40eb8(0xfc)]&&_0x24f3ec[_0xd40eb8(0x110)][_0xd40eb8(0x11f)](_0x52f0b0,{'direction':_0xd40eb8(0xff),'unit':_0x5ee213[_0xd40eb8(0x116)]});const _0x5c16d4=_0x52f0b0[_0xd40eb8(0x103)](),_0x44a4c6=_0x29af9e[_0xd40eb8(0x101)](_0x5c16d4);let _0x5f3e81;_0x414b72(_0x5ee213),_0x5f3e81=_0xd40eb8(0xf5)==_0x44a4c6[_0xd40eb8(0x120)][_0xd40eb8(0x102)]?_0x24f3ec[_0xd40eb8(0x110)][_0xd40eb8(0x10b)](_0x5c16d4[_0xd40eb8(0x12d)]):_0x24f3ec[_0xd40eb8(0x110)][_0xd40eb8(0x10b)](_0x44a4c6[_0xd40eb8(0x12d)],_0x44a4c6[_0xd40eb8(0x121)]),_0x44a4c6[_0xd40eb8(0x10a)](),_0x24f3ec[_0xd40eb8(0x110)][_0xd40eb8(0x11e)](_0x20aa6f[_0xd40eb8(0x123)][_0xd40eb8(0x122)],_0x4e15a0=>{const _0x962525=_0xd40eb8;_0x20aa6f[_0x962525(0x123)][_0x962525(0x119)](),_0x4e15a0[_0x962525(0x11a)](_0x4e15a0[_0x962525(0x10b)](_0x5f3e81[_0x962525(0x121)])),_0x20aa6f[_0x962525(0x123)][_0x962525(0x124)]();});}),_0x24f3ec[_0x796e5d(0xf9)][_0x796e5d(0xfa)]['on'](_0x796e5d(0x108),_0x294164(_0x24f3ec,_0x796e5d(0x112)),{'priority':_0x796e5d(0xfd)}),_0x24f3ec[_0x796e5d(0xfb)][_0x796e5d(0xfa)]['on'](_0x796e5d(0x108),(_0x391643,_0x1463de,_0xb9a8ab)=>{const _0x181fac=_0x796e5d;_0xb9a8ab[_0x181fac(0x11b)][_0x181fac(0x115)]&&_0x294164(_0x24f3ec,_0x181fac(0x112),{'showActiveMarker':!0x1})[_0x181fac(0x10e)](this)(_0x391643,_0x1463de,_0xb9a8ab);},{'priority':_0x796e5d(0xfd)}),_0x24f3ec[_0x796e5d(0xf9)][_0x796e5d(0xfa)]['on'](_0x796e5d(0x129),(_0x8b5a47,_0x3bc1c2,_0x183120)=>{const _0x119884=_0x796e5d,_0x43b592=_0x183120[_0x119884(0x105)][_0x119884(0x10d)](_0x3bc1c2[_0x119884(0x117)]);if(_0x43b592){for(const _0x212253 of _0x43b592)_0x212253['is'](_0x119884(0x125))&&(_0x183120[_0x119884(0x105)][_0x119884(0x126)](_0x212253,_0x3bc1c2[_0x119884(0x117)]),_0x183120[_0x119884(0x104)][_0x119884(0xf7)](_0x212253));}},{'priority':_0x796e5d(0xfd)});}}
23
+ const _0x2082f6=_0x3b4a;(function(_0x12374b,_0x1f98b5){const _0x1f5d3a=_0x3b4a,_0x28e1b2=_0x12374b();while(!![]){try{const _0x505987=parseInt(_0x1f5d3a(0xdc))/0x1+parseInt(_0x1f5d3a(0xd0))/0x2+parseInt(_0x1f5d3a(0xd9))/0x3*(parseInt(_0x1f5d3a(0xb6))/0x4)+-parseInt(_0x1f5d3a(0xde))/0x5+parseInt(_0x1f5d3a(0xc7))/0x6*(parseInt(_0x1f5d3a(0xbd))/0x7)+parseInt(_0x1f5d3a(0xa4))/0x8*(parseInt(_0x1f5d3a(0xa6))/0x9)+-parseInt(_0x1f5d3a(0xc5))/0xa;if(_0x505987===_0x1f98b5)break;else _0x28e1b2['push'](_0x28e1b2['shift']());}catch(_0x4cd5ec){_0x28e1b2['push'](_0x28e1b2['shift']());}}}(_0x55fd,0xe3a45));function _0x3b4a(_0x43be2e,_0x3aa5a6){const _0x55fd0a=_0x55fd();return _0x3b4a=function(_0x3b4a6b,_0x4658e0){_0x3b4a6b=_0x3b4a6b-0xa4;let _0x5ac20b=_0x55fd0a[_0x3b4a6b];return _0x5ac20b;},_0x3b4a(_0x43be2e,_0x3aa5a6);}import{Plugin as _0x381850}from'ckeditor5/src/core.js';import{LiveRange as _0x1d0286}from'ckeditor5/src/engine.js';function _0x55fd(){const _0x5b407e=['2289946GCAYBK','data','end','modifySelection','getFirstRange','removeMarker:suggestion:deletion','delete','detach','editing','12405qHFQGH','document','selection','785803BirdLv','deleteForward','9101310NJoKmh','merge','334816jdsfVC','high','315poelLe','get','fromRange','markerName','unit','createRange','bind','start','options','isCollapsed','forward','createSelection','remove','markerNameToElements','batch','buffer','356toMqvz','init','model','showSuggestionHighlights','writer','rootName','setSelection','122283eVofTq','addMarker:suggestion:deletion','enableCommand','uiElement','unbindElementFromMarkerName','commands','$graveyard','mapper','15699360tJRSTF','lock','192QuTEtD','root','unlock','editor','requires','enqueueChange','TrackChangesEditing','plugins','downcastDispatcher'];_0x55fd=function(){return _0x5b407e;};return _0x55fd();}import{Delete as _0x67df}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x1a54c0}from'./utils.js';export default class q extends _0x381850{static get[_0x2082f6(0xcb)](){return[_0x67df];}[_0x2082f6(0xb7)](){const _0x53028d=_0x2082f6,_0x128e34=this[_0x53028d(0xca)],_0x43ff78=_0x128e34[_0x53028d(0xce)][_0x53028d(0xa7)](_0x53028d(0xcd));_0x43ff78[_0x53028d(0xbf)](_0x53028d(0xd6));const _0xd72c01=_0x128e34[_0x53028d(0xc2)][_0x53028d(0xa7)](_0x53028d(0xdd));_0x43ff78[_0x53028d(0xbf)](_0x53028d(0xdd),(_0x21d275,_0x23839a={})=>{const _0x5b311f=_0x53028d,_0x4f9f1c=_0x128e34[_0x5b311f(0xb8)][_0x5b311f(0xb1)](_0x128e34[_0x5b311f(0xb8)][_0x5b311f(0xda)][_0x5b311f(0xdb)]);_0x4f9f1c[_0x5b311f(0xaf)]&&_0x128e34[_0x5b311f(0xb8)][_0x5b311f(0xd3)](_0x4f9f1c,{'direction':_0x5b311f(0xb0),'unit':_0x23839a[_0x5b311f(0xaa)]});const _0x355489=_0x4f9f1c[_0x5b311f(0xd4)](),_0x39ff1d=_0x1d0286[_0x5b311f(0xa8)](_0x355489);let _0x13ab89;_0x21d275(_0x23839a),_0x13ab89=_0x5b311f(0xc3)==_0x39ff1d[_0x5b311f(0xc8)][_0x5b311f(0xbb)]?_0x128e34[_0x5b311f(0xb8)][_0x5b311f(0xab)](_0x355489[_0x5b311f(0xad)]):_0x128e34[_0x5b311f(0xb8)][_0x5b311f(0xab)](_0x39ff1d[_0x5b311f(0xad)],_0x39ff1d[_0x5b311f(0xd2)]),_0x39ff1d[_0x5b311f(0xd7)](),_0x128e34[_0x5b311f(0xb8)][_0x5b311f(0xcc)](_0xd72c01[_0x5b311f(0xb5)][_0x5b311f(0xb4)],_0x3b1f45=>{const _0x30718c=_0x5b311f;_0xd72c01[_0x30718c(0xb5)][_0x30718c(0xc6)](),_0x3b1f45[_0x30718c(0xbc)](_0x3b1f45[_0x30718c(0xab)](_0x13ab89[_0x30718c(0xd2)])),_0xd72c01[_0x30718c(0xb5)][_0x30718c(0xc9)]();});}),_0x128e34[_0x53028d(0xd8)][_0x53028d(0xcf)]['on'](_0x53028d(0xbe),_0x1a54c0(_0x128e34,_0x53028d(0xdf)),{'priority':_0x53028d(0xa5)}),_0x128e34[_0x53028d(0xd1)][_0x53028d(0xcf)]['on'](_0x53028d(0xbe),(_0x556f06,_0x59f530,_0xa030d4)=>{const _0x4894f7=_0x53028d;_0xa030d4[_0x4894f7(0xae)][_0x4894f7(0xb9)]&&_0x1a54c0(_0x128e34,_0x4894f7(0xdf),{'showActiveMarker':!0x1})[_0x4894f7(0xac)](this)(_0x556f06,_0x59f530,_0xa030d4);},{'priority':_0x53028d(0xa5)}),_0x128e34[_0x53028d(0xd8)][_0x53028d(0xcf)]['on'](_0x53028d(0xd5),(_0x1e18a0,_0x1becc5,_0x1cf193)=>{const _0x505301=_0x53028d,_0x2a22be=_0x1cf193[_0x505301(0xc4)][_0x505301(0xb3)](_0x1becc5[_0x505301(0xa9)]);if(_0x2a22be){for(const _0x11bb9e of _0x2a22be)_0x11bb9e['is'](_0x505301(0xc0))&&(_0x1cf193[_0x505301(0xc4)][_0x505301(0xc1)](_0x11bb9e,_0x1becc5[_0x505301(0xa9)]),_0x1cf193[_0x505301(0xba)][_0x505301(0xb2)](_0x11bb9e));}},{'priority':_0x53028d(0xa5)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xf760c2=_0x2b12;(function(_0x310340,_0x1d3f82){const _0x15f96b=_0x2b12,_0x5d37eb=_0x310340();while(!![]){try{const _0x188698=parseInt(_0x15f96b(0x153))/0x1*(-parseInt(_0x15f96b(0x156))/0x2)+parseInt(_0x15f96b(0x162))/0x3+-parseInt(_0x15f96b(0x147))/0x4*(-parseInt(_0x15f96b(0x146))/0x5)+parseInt(_0x15f96b(0x149))/0x6*(parseInt(_0x15f96b(0x15e))/0x7)+parseInt(_0x15f96b(0x14b))/0x8*(-parseInt(_0x15f96b(0x177))/0x9)+parseInt(_0x15f96b(0x157))/0xa*(-parseInt(_0x15f96b(0x15d))/0xb)+parseInt(_0x15f96b(0x14c))/0xc;if(_0x188698===_0x1d3f82)break;else _0x5d37eb['push'](_0x5d37eb['shift']());}catch(_0x1e369d){_0x5d37eb['push'](_0x5d37eb['shift']());}}}(_0x1425,0xe6e81));function _0x1425(){const _0x3f25da=['21266904aPnTCe','enterBlock','end','detach','parent','high','plugins','1UxZsWV','init','options','3383722DkBhrl','2490CObpfh','createRange','fire','markerNameToElements','afterExecute','ck-suggestion-marker-split','19613DdzYvq','7oEriyF','editor','hasClass','document','2032080oBbSTk','fromRange','requires','createPositionAt','bind','removeMarker:suggestion:insertion','commands','enableCommand','writer','enter','nextSibling','data','getFirstPosition','getFirstRange','downcastDispatcher','selection','model','setSelection','TrackChangesEditing','markerName','get','117HlRZeK','split','change','remove','mapper','editing','showSuggestionHighlights','addMarker:suggestion:insertion','2644555SBzLLg','4zAsqAX','markInsertion','4079352UhcMKJ','unbindElementFromMarkerName','354944ADexfA'];_0x1425=function(){return _0x3f25da;};return _0x1425();}import{Plugin as _0x8174d3}from'ckeditor5/src/core.js';import{Enter as _0x515c7e}from'ckeditor5/src/enter.js';import{LiveRange as _0x1de1aa}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x993abd}from'./utils.js';function _0x2b12(_0x440e82,_0x4899dd){const _0x1425b9=_0x1425();return _0x2b12=function(_0x2b12e5,_0x39f33f){_0x2b12e5=_0x2b12e5-0x143;let _0x1eae07=_0x1425b9[_0x2b12e5];return _0x1eae07;},_0x2b12(_0x440e82,_0x4899dd);}export default class W extends _0x8174d3{static get[_0xf760c2(0x164)](){return[_0x515c7e];}[_0xf760c2(0x154)](){const _0x5043a3=_0xf760c2,_0x489579=this[_0x5043a3(0x15f)],_0x78d09f=_0x489579[_0x5043a3(0x152)][_0x5043a3(0x176)](_0x5043a3(0x174)),_0x5c199c=_0x489579[_0x5043a3(0x168)][_0x5043a3(0x176)](_0x5043a3(0x16b));_0x78d09f[_0x5043a3(0x169)](_0x5043a3(0x16b),()=>{const _0x3a7211=_0x5043a3;_0x489579[_0x3a7211(0x172)][_0x3a7211(0x179)](_0x462e89=>{const _0xf705ba=_0x3a7211,_0x3ee33a=_0x489579[_0xf705ba(0x172)][_0xf705ba(0x161)][_0xf705ba(0x171)],_0x2b64a0=_0x3ee33a[_0xf705ba(0x16e)](),_0x4771e4=_0x1de1aa[_0xf705ba(0x163)](_0x3ee33a[_0xf705ba(0x16f)]());if(_0x5c199c[_0xf705ba(0x14d)](_0x462e89)){const _0x306b83=_0x489579[_0xf705ba(0x172)][_0xf705ba(0x165)](_0x2b64a0[_0xf705ba(0x150)][_0xf705ba(0x16c)],0x0),_0x3cb7b7=_0x462e89[_0xf705ba(0x158)](_0x2b64a0,_0x306b83);_0x78d09f[_0xf705ba(0x148)](_0x3cb7b7);}else _0x462e89[_0xf705ba(0x173)](_0x462e89[_0xf705ba(0x158)](_0x4771e4[_0xf705ba(0x14e)]));_0x4771e4[_0xf705ba(0x14f)](),_0x5c199c[_0xf705ba(0x159)](_0xf705ba(0x15b),{'writer':_0x462e89});});}),_0x489579[_0x5043a3(0x143)][_0x5043a3(0x170)]['on'](_0x5043a3(0x145),_0x993abd(_0x489579,_0x5043a3(0x178)),{'priority':_0x5043a3(0x151)}),_0x489579[_0x5043a3(0x143)][_0x5043a3(0x170)]['on'](_0x5043a3(0x167),(_0x3ad5d8,_0x2473ab,_0x1df916)=>{const _0x5bff34=_0x5043a3,_0x2c88e7=_0x1df916[_0x5bff34(0x17b)][_0x5bff34(0x15a)](_0x2473ab[_0x5bff34(0x175)]);if(_0x2c88e7){for(const _0x46776d of _0x2c88e7)_0x46776d[_0x5bff34(0x160)](_0x5bff34(0x15c))&&(_0x1df916[_0x5bff34(0x17b)][_0x5bff34(0x14a)](_0x46776d,_0x2473ab[_0x5bff34(0x175)]),_0x1df916[_0x5bff34(0x16a)][_0x5bff34(0x17a)](_0x46776d));}},{'priority':_0x5043a3(0x151)}),_0x489579[_0x5043a3(0x16d)][_0x5043a3(0x170)]['on'](_0x5043a3(0x145),(_0x559e6c,_0x599a63,_0xf0732d)=>{const _0x24695c=_0x5043a3;_0xf0732d[_0x24695c(0x155)][_0x24695c(0x144)]&&_0x993abd(_0x489579,_0x24695c(0x178),{'showActiveMarker':!0x1})[_0x24695c(0x166)](this)(_0x559e6c,_0x599a63,_0xf0732d);},{'priority':_0x5043a3(0x151)});}}
23
+ const _0x3e28ce=_0x4ee8;(function(_0x2adc62,_0x363bdb){const _0x21f651=_0x4ee8,_0xe2887e=_0x2adc62();while(!![]){try{const _0x17fc8c=parseInt(_0x21f651(0xad))/0x1+-parseInt(_0x21f651(0xb5))/0x2*(-parseInt(_0x21f651(0x90))/0x3)+parseInt(_0x21f651(0xa9))/0x4*(parseInt(_0x21f651(0xbd))/0x5)+-parseInt(_0x21f651(0xa6))/0x6+parseInt(_0x21f651(0xc1))/0x7*(parseInt(_0x21f651(0xac))/0x8)+-parseInt(_0x21f651(0xb7))/0x9+-parseInt(_0x21f651(0x94))/0xa*(parseInt(_0x21f651(0xa7))/0xb);if(_0x17fc8c===_0x363bdb)break;else _0xe2887e['push'](_0xe2887e['shift']());}catch(_0x2a30de){_0xe2887e['push'](_0xe2887e['shift']());}}}(_0x5208,0xb12fd));function _0x5208(){const _0x1ee61e=['getFirstRange','model','hasClass','selection','editor','getFirstPosition','parent','enableCommand','init','1106688wCHfLx','160963FTdMZs','mapper','67516Kvarfi','bind','removeMarker:suggestion:insertion','5943536LLtHpH','918119Wcfnai','enter','options','fromRange','enterBlock','showSuggestionHighlights','change','split','11986ETRCWL','editing','2833236UPaoPe','setSelection','fire','createPositionAt','writer','end','370JiIErj','data','nextSibling','unbindElementFromMarkerName','7GLLiId','document','plugins','remove','markerNameToElements','downcastDispatcher','commands','453svUNGc','markerName','high','get','1770agfVXt','addMarker:suggestion:insertion','createRange','TrackChangesEditing','requires','detach','afterExecute','markInsertion','ck-suggestion-marker-split'];_0x5208=function(){return _0x1ee61e;};return _0x5208();}import{Plugin as _0x119ff8}from'ckeditor5/src/core.js';import{Enter as _0x40e3c9}from'ckeditor5/src/enter.js';import{LiveRange as _0x51b23d}from'ckeditor5/src/engine.js';function _0x4ee8(_0x41554f,_0x459688){const _0x52089b=_0x5208();return _0x4ee8=function(_0x4ee81e,_0x4c6009){_0x4ee81e=_0x4ee81e-0x8e;let _0x28e813=_0x52089b[_0x4ee81e];return _0x28e813;},_0x4ee8(_0x41554f,_0x459688);}import{downcastSplitMergeMarker as _0xe86335}from'./utils.js';export default class W extends _0x119ff8{static get[_0x3e28ce(0x98)](){return[_0x40e3c9];}[_0x3e28ce(0xa5)](){const _0x3fe073=_0x3e28ce,_0x4e5915=this[_0x3fe073(0xa1)],_0x1dc69f=_0x4e5915[_0x3fe073(0xc3)][_0x3fe073(0x93)](_0x3fe073(0x97)),_0x7ea99c=_0x4e5915[_0x3fe073(0x8f)][_0x3fe073(0x93)](_0x3fe073(0xae));_0x1dc69f[_0x3fe073(0xa4)](_0x3fe073(0xae),()=>{const _0x444b0b=_0x3fe073;_0x4e5915[_0x444b0b(0x9e)][_0x444b0b(0xb3)](_0x257f73=>{const _0x45b4cb=_0x444b0b,_0x34c8f2=_0x4e5915[_0x45b4cb(0x9e)][_0x45b4cb(0xc2)][_0x45b4cb(0xa0)],_0x4425ae=_0x34c8f2[_0x45b4cb(0xa2)](),_0x262a65=_0x51b23d[_0x45b4cb(0xb0)](_0x34c8f2[_0x45b4cb(0x9d)]());if(_0x7ea99c[_0x45b4cb(0xb1)](_0x257f73)){const _0x4a07bf=_0x4e5915[_0x45b4cb(0x9e)][_0x45b4cb(0xba)](_0x4425ae[_0x45b4cb(0xa3)][_0x45b4cb(0xbf)],0x0),_0x5cfc4b=_0x257f73[_0x45b4cb(0x96)](_0x4425ae,_0x4a07bf);_0x1dc69f[_0x45b4cb(0x9b)](_0x5cfc4b);}else _0x257f73[_0x45b4cb(0xb8)](_0x257f73[_0x45b4cb(0x96)](_0x262a65[_0x45b4cb(0xbc)]));_0x262a65[_0x45b4cb(0x99)](),_0x7ea99c[_0x45b4cb(0xb9)](_0x45b4cb(0x9a),{'writer':_0x257f73});});}),_0x4e5915[_0x3fe073(0xb6)][_0x3fe073(0x8e)]['on'](_0x3fe073(0x95),_0xe86335(_0x4e5915,_0x3fe073(0xb4)),{'priority':_0x3fe073(0x92)}),_0x4e5915[_0x3fe073(0xb6)][_0x3fe073(0x8e)]['on'](_0x3fe073(0xab),(_0x368c57,_0x74a655,_0x555bc2)=>{const _0xb28958=_0x3fe073,_0x4c7fdd=_0x555bc2[_0xb28958(0xa8)][_0xb28958(0xc5)](_0x74a655[_0xb28958(0x91)]);if(_0x4c7fdd){for(const _0x373a24 of _0x4c7fdd)_0x373a24[_0xb28958(0x9f)](_0xb28958(0x9c))&&(_0x555bc2[_0xb28958(0xa8)][_0xb28958(0xc0)](_0x373a24,_0x74a655[_0xb28958(0x91)]),_0x555bc2[_0xb28958(0xbb)][_0xb28958(0xc4)](_0x373a24));}},{'priority':_0x3fe073(0x92)}),_0x4e5915[_0x3fe073(0xbe)][_0x3fe073(0x8e)]['on'](_0x3fe073(0x95),(_0x372bf7,_0x2857ce,_0x15cd13)=>{const _0x2d992f=_0x3fe073;_0x15cd13[_0x2d992f(0xaf)][_0x2d992f(0xb2)]&&_0xe86335(_0x4e5915,_0x2d992f(0xb4),{'showActiveMarker':!0x1})[_0x2d992f(0xaa)](this)(_0x372bf7,_0x2857ce,_0x15cd13);},{'priority':_0x3fe073(0x92)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3e78(){const _0x344dbb=['FindAndReplaceUtils','plugins','1386507fzLHpl','enableCommand','editor','end','2etIKCt','_isInDeletionRange','4132XZjwwZ','179352XqweBB','get','getMarkersGroup','findNext','65nDVNQL','getRange','findByTextCallback','TrackChangesEditing','1036868nRhKwc','suggestion:deletion','start','replaceAll','find','string','has','model','afterInit','509500LACiKh','handleFindCommand','bind','7780674wAhUdJ','createRange','findPrevious','createPositionAt','markers','replace','18urWBBp','getIntersection','item','filter','FindAndReplaceEditing','900632GWkdgx'];_0x3e78=function(){return _0x344dbb;};return _0x3e78();}const _0x152f2d=_0x17c0;function _0x17c0(_0x2caba3,_0x3fa377){const _0x3e78aa=_0x3e78();return _0x17c0=function(_0x17c0cf,_0x162927){_0x17c0cf=_0x17c0cf-0x1ed;let _0x4f4bda=_0x3e78aa[_0x17c0cf];return _0x4f4bda;},_0x17c0(_0x2caba3,_0x3fa377);}(function(_0x1e15d7,_0x15dbf3){const _0x44b273=_0x17c0,_0xafbfd4=_0x1e15d7();while(!![]){try{const _0x123d8d=-parseInt(_0x44b273(0x201))/0x1+parseInt(_0x44b273(0x208))/0x2*(parseInt(_0x44b273(0x204))/0x3)+-parseInt(_0x44b273(0x20a))/0x4*(parseInt(_0x44b273(0x20f))/0x5)+parseInt(_0x44b273(0x1f6))/0x6+-parseInt(_0x44b273(0x213))/0x7+parseInt(_0x44b273(0x20b))/0x8*(parseInt(_0x44b273(0x1fc))/0x9)+-parseInt(_0x44b273(0x1f3))/0xa;if(_0x123d8d===_0x15dbf3)break;else _0xafbfd4['push'](_0xafbfd4['shift']());}catch(_0x1a6cb2){_0xafbfd4['push'](_0xafbfd4['shift']());}}}(_0x3e78,0xa89db));import{Plugin as _0x46aefa}from'ckeditor5/src/core.js';export default class J extends _0x46aefa{[_0x152f2d(0x1f2)](){const _0x1bfbd8=_0x152f2d;if(!this[_0x1bfbd8(0x206)][_0x1bfbd8(0x203)][_0x1bfbd8(0x1f0)](_0x1bfbd8(0x200)))return;const _0x3eb96d=this[_0x1bfbd8(0x206)][_0x1bfbd8(0x203)][_0x1bfbd8(0x20c)](_0x1bfbd8(0x212));_0x3eb96d[_0x1bfbd8(0x205)](_0x1bfbd8(0x1ee),this[_0x1bfbd8(0x1f4)][_0x1bfbd8(0x1f5)](this)),_0x3eb96d[_0x1bfbd8(0x205)](_0x1bfbd8(0x20e)),_0x3eb96d[_0x1bfbd8(0x205)](_0x1bfbd8(0x1f8)),_0x3eb96d[_0x1bfbd8(0x205)](_0x1bfbd8(0x1fb)),_0x3eb96d[_0x1bfbd8(0x205)](_0x1bfbd8(0x1ed));}[_0x152f2d(0x1f4)](_0x34e36b,_0x40fa95,_0x54a3a3={}){const _0x5b504f=_0x152f2d,_0x48115b=this[_0x5b504f(0x206)][_0x5b504f(0x203)][_0x5b504f(0x20c)](_0x5b504f(0x202));return _0x34e36b(_0x1f0c89=>(_0x5b504f(0x1ef)==typeof _0x40fa95?_0x48115b[_0x5b504f(0x211)](_0x40fa95,_0x54a3a3):_0x40fa95)(_0x1f0c89)[_0x5b504f(0x1ff)](_0x4eda74=>!0x1===this[_0x5b504f(0x209)](_0x4eda74,_0x1f0c89[_0x5b504f(0x1fe)])),_0x54a3a3);}[_0x152f2d(0x209)](_0x4cc920,_0x3c9e69){const _0x5c6cb2=_0x152f2d,_0x41b3bd=this[_0x5c6cb2(0x206)][_0x5c6cb2(0x1f1)][_0x5c6cb2(0x1f7)](this[_0x5c6cb2(0x206)][_0x5c6cb2(0x1f1)][_0x5c6cb2(0x1f9)](_0x3c9e69,_0x4cc920[_0x5c6cb2(0x215)]),this[_0x5c6cb2(0x206)][_0x5c6cb2(0x1f1)][_0x5c6cb2(0x1f9)](_0x3c9e69,_0x4cc920[_0x5c6cb2(0x207)]));for(const _0x4476c0 of this[_0x5c6cb2(0x206)][_0x5c6cb2(0x1f1)][_0x5c6cb2(0x1fa)][_0x5c6cb2(0x20d)](_0x5c6cb2(0x214)))if(null!==_0x41b3bd[_0x5c6cb2(0x1fd)](_0x4476c0[_0x5c6cb2(0x210)]()))return!0x0;return!0x1;}}
23
+ function _0x43d6(){const _0x398187=['TrackChangesEditing','8440zFHRTZ','handleFindCommand','162PlVSWa','createRange','168261DZuKOV','getIntersection','22aGKgmq','filter','plugins','afterInit','replaceAll','model','find','suggestion:deletion','enableCommand','FindAndReplaceEditing','bind','8grxMdc','markers','end','6799330BVqxFB','string','start','13189VefdrY','getRange','get','2592756gjeeqT','_isInDeletionRange','666MrNfWX','replace','findNext','293072BfvcVL','editor','FindAndReplaceUtils','item','findPrevious','getMarkersGroup','findByTextCallback','3698163PXhKps','createPositionAt','has'];_0x43d6=function(){return _0x398187;};return _0x43d6();}const _0x2f6bdf=_0x3274;(function(_0x167dd2,_0x50061c){const _0x44ba21=_0x3274,_0xdfcbda=_0x167dd2();while(!![]){try{const _0x4edf20=-parseInt(_0x44ba21(0x12a))/0x1+-parseInt(_0x44ba21(0x12d))/0x2+parseInt(_0x44ba21(0x117))/0x3*(-parseInt(_0x44ba21(0x124))/0x4)+parseInt(_0x44ba21(0x113))/0x5*(-parseInt(_0x44ba21(0x12f))/0x6)+parseInt(_0x44ba21(0x139))/0x7+parseInt(_0x44ba21(0x132))/0x8*(parseInt(_0x44ba21(0x115))/0x9)+-parseInt(_0x44ba21(0x127))/0xa*(-parseInt(_0x44ba21(0x119))/0xb);if(_0x4edf20===_0x50061c)break;else _0xdfcbda['push'](_0xdfcbda['shift']());}catch(_0x32a9ea){_0xdfcbda['push'](_0xdfcbda['shift']());}}}(_0x43d6,0xe51ee));import{Plugin as _0x5508a1}from'ckeditor5/src/core.js';function _0x3274(_0x3d901d,_0x202d2e){const _0x43d688=_0x43d6();return _0x3274=function(_0x3274ce,_0x2d3c2b){_0x3274ce=_0x3274ce-0x110;let _0x59501=_0x43d688[_0x3274ce];return _0x59501;},_0x3274(_0x3d901d,_0x202d2e);}export default class J extends _0x5508a1{[_0x2f6bdf(0x11c)](){const _0x48b32d=_0x2f6bdf;if(!this[_0x48b32d(0x133)][_0x48b32d(0x11b)][_0x48b32d(0x111)](_0x48b32d(0x122)))return;const _0x543923=this[_0x48b32d(0x133)][_0x48b32d(0x11b)][_0x48b32d(0x12c)](_0x48b32d(0x112));_0x543923[_0x48b32d(0x121)](_0x48b32d(0x11f),this[_0x48b32d(0x114)][_0x48b32d(0x123)](this)),_0x543923[_0x48b32d(0x121)](_0x48b32d(0x131)),_0x543923[_0x48b32d(0x121)](_0x48b32d(0x136)),_0x543923[_0x48b32d(0x121)](_0x48b32d(0x130)),_0x543923[_0x48b32d(0x121)](_0x48b32d(0x11d));}[_0x2f6bdf(0x114)](_0x5d1dc9,_0x38c952,_0x30a232={}){const _0x260db4=_0x2f6bdf,_0x5c7ba8=this[_0x260db4(0x133)][_0x260db4(0x11b)][_0x260db4(0x12c)](_0x260db4(0x134));return _0x5d1dc9(_0x17e943=>(_0x260db4(0x128)==typeof _0x38c952?_0x5c7ba8[_0x260db4(0x138)](_0x38c952,_0x30a232):_0x38c952)(_0x17e943)[_0x260db4(0x11a)](_0x122059=>!0x1===this[_0x260db4(0x12e)](_0x122059,_0x17e943[_0x260db4(0x135)])),_0x30a232);}[_0x2f6bdf(0x12e)](_0x24084a,_0x172aae){const _0x1967fb=_0x2f6bdf,_0x40d0ec=this[_0x1967fb(0x133)][_0x1967fb(0x11e)][_0x1967fb(0x116)](this[_0x1967fb(0x133)][_0x1967fb(0x11e)][_0x1967fb(0x110)](_0x172aae,_0x24084a[_0x1967fb(0x129)]),this[_0x1967fb(0x133)][_0x1967fb(0x11e)][_0x1967fb(0x110)](_0x172aae,_0x24084a[_0x1967fb(0x126)]));for(const _0x164ab4 of this[_0x1967fb(0x133)][_0x1967fb(0x11e)][_0x1967fb(0x125)][_0x1967fb(0x137)](_0x1967fb(0x120)))if(null!==_0x40d0ec[_0x1967fb(0x118)](_0x164ab4[_0x1967fb(0x12b)]()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x67e6(){const _0x4ea0e0=['plugins','*Set\x20font\x20color:*\x20%0','FORMAT_FONT_SIZE','FontSize','FORMAT_FONT_FAMILY','15LjDLMq','FontColorEditing','4117776uSZSRp','9uKXkdi','title','find','trim','fontSize.options','afterInit','*Reset\x20font\x20family*','format','fontColor','editor','fontBackgroundColor.colors','*Reset\x20font\x20color*','commandName','fontFamily','*Reset\x20font\x20size*','toLowerCase','*Set\x20font\x20background\x20color:*\x20%0','11668408fJbcjW','1203738jhYNMq','FontSizeEditing','config','fontColor.colors','commandParams','*Set\x20font\x20size:*\x20%0','FontFamilyEditing','*Set\x20font\x20family:*\x20%0','registerAttributeLabel','FontBackgroundColorEditing','3610220zgOZsC','FORMAT_FONT_COLOR','_enableDefaultAttributesIntegration','_registerLegacyDescription','label','868yAtHVw','normalizeSizeOptions','type','registerDescriptionCallback','22fowgvk','formatInline','locale','get','fontSize','9654736pGZqfj','has','fontBackgroundColor','value','*Reset\x20font\x20background\x20color*','1336988mOCaUT','FORMAT_FONT_BACKGROUND','TrackChangesEditing','2631xoTNiD','_descriptionFactory','model'];_0x67e6=function(){return _0x4ea0e0;};return _0x67e6();}const _0xb1de5e=_0x2007;(function(_0x58fc95,_0x66f782){const _0x1f87da=_0x2007,_0x23a321=_0x58fc95();while(!![]){try{const _0x3a075b=-parseInt(_0x1f87da(0x183))/0x1+parseInt(_0x1f87da(0x192))/0x2*(-parseInt(_0x1f87da(0x1a3))/0x3)+parseInt(_0x1f87da(0x1a0))/0x4*(parseInt(_0x1f87da(0x1ab))/0x5)+parseInt(_0x1f87da(0x1ad))/0x6+parseInt(_0x1f87da(0x19b))/0x7+-parseInt(_0x1f87da(0x182))/0x8*(parseInt(_0x1f87da(0x1ae))/0x9)+-parseInt(_0x1f87da(0x18d))/0xa*(-parseInt(_0x1f87da(0x196))/0xb);if(_0x3a075b===_0x66f782)break;else _0x23a321['push'](_0x23a321['shift']());}catch(_0x27bfab){_0x23a321['push'](_0x23a321['shift']());}}}(_0x67e6,0xb679e));import{Plugin as _0x4cf4f8}from'ckeditor5/src/core.js';function _0x2007(_0x182946,_0x129c28){const _0x67e664=_0x67e6();return _0x2007=function(_0x2007a6,_0x5dd391){_0x2007a6=_0x2007a6-0x176;let _0x513307=_0x67e664[_0x2007a6];return _0x513307;},_0x2007(_0x182946,_0x129c28);}import{normalizeColorOptions as _0x45ce02}from'ckeditor5/src/ui.js';import{getTranslation as _0x54ffa4}from'../utils/common-translations.js';const ro=[{'pluginName':_0xb1de5e(0x184),'commandName':_0xb1de5e(0x19a)},{'pluginName':_0xb1de5e(0x189),'commandName':_0xb1de5e(0x17e)},{'pluginName':_0xb1de5e(0x1ac),'commandName':_0xb1de5e(0x179)},{'pluginName':_0xb1de5e(0x18c),'commandName':_0xb1de5e(0x19d)}];export default class Q extends _0x4cf4f8{[_0xb1de5e(0x176)](){const _0x1f6d9c=_0xb1de5e,_0x27049b=this[_0x1f6d9c(0x17a)][_0x1f6d9c(0x198)],_0x193660=this[_0x1f6d9c(0x17a)][_0x1f6d9c(0x1a6)][_0x1f6d9c(0x199)](_0x1f6d9c(0x1a2));for(const {pluginName:_0x5dbe32,commandName:_0x1c88f9}of ro)this[_0x1f6d9c(0x17a)][_0x1f6d9c(0x1a6)][_0x1f6d9c(0x19c)](_0x5dbe32)&&_0x193660[_0x1f6d9c(0x18f)](_0x1c88f9,[_0x1c88f9]);_0x27049b['t'],(_0x193660[_0x1f6d9c(0x1a4)][_0x1f6d9c(0x18b)](_0x1f6d9c(0x19a),_0x54ffa4(_0x27049b,_0x1f6d9c(0x1a8))),_0x193660[_0x1f6d9c(0x1a4)][_0x1f6d9c(0x18b)](_0x1f6d9c(0x17e),_0x54ffa4(_0x27049b,_0x1f6d9c(0x1aa))),_0x193660[_0x1f6d9c(0x1a4)][_0x1f6d9c(0x18b)](_0x1f6d9c(0x179),_0x54ffa4(_0x27049b,_0x1f6d9c(0x18e))),_0x193660[_0x1f6d9c(0x1a4)][_0x1f6d9c(0x18b)](_0x1f6d9c(0x19d),_0x54ffa4(_0x27049b,_0x1f6d9c(0x1a1))),this[_0x1f6d9c(0x190)]());}[_0xb1de5e(0x190)](){const _0x13bf14=_0xb1de5e,_0x24c88b=this[_0x13bf14(0x17a)],_0x4b28e6=_0x24c88b[_0x13bf14(0x198)];_0x24c88b[_0x13bf14(0x1a6)][_0x13bf14(0x199)](_0x13bf14(0x1a2))[_0x13bf14(0x1a4)][_0x13bf14(0x195)](_0x487715=>{const _0xc80c44=_0x13bf14,_0xbc41a0=_0x4b28e6['t'];if(_0xc80c44(0x197)!=_0x487715[_0xc80c44(0x194)])return;const {data:_0x26b473}=_0x487715;if(null!=_0x26b473){if(_0xc80c44(0x19a)==_0x26b473[_0xc80c44(0x17d)]){const _0x38e95f=_0x26b473[_0xc80c44(0x187)][0x0][_0xc80c44(0x19e)];if(_0x38e95f){const _0xe75937=_0xbc41a0(this[_0xc80c44(0x17a)][_0xc80c44(0x1a6)][_0xc80c44(0x199)](_0xc80c44(0x1a9))[_0xc80c44(0x193)](this[_0xc80c44(0x17a)][_0xc80c44(0x185)][_0xc80c44(0x199)](_0xc80c44(0x1b2)))[_0xc80c44(0x1b0)](_0x446034=>_0x446034[_0xc80c44(0x1a5)]==_0x38e95f)[_0xc80c44(0x1af)])[_0xc80c44(0x180)]();return{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x188),_0xe75937)};}return{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x17f))};}if(_0xc80c44(0x17e)==_0x26b473[_0xc80c44(0x17d)]){const _0x4d3f0f=_0x26b473[_0xc80c44(0x187)][0x0][_0xc80c44(0x19e)];return _0x4d3f0f?{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x18a),_0x4d3f0f)}:{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x177))};}if(_0xc80c44(0x179)==_0x26b473[_0xc80c44(0x17d)]){const _0x3f08c6=_0x26b473[_0xc80c44(0x187)][0x0][_0xc80c44(0x19e)];if(_0x3f08c6){const _0x2f7aa3=_0x45ce02(this[_0xc80c44(0x17a)][_0xc80c44(0x185)][_0xc80c44(0x199)](_0xc80c44(0x186)))[_0xc80c44(0x1b0)](_0x3e3519=>_0x3e3519[_0xc80c44(0x1a5)]==_0x3f08c6);let _0x2632ae=_0x3f08c6,_0x2f68f8='';return _0x2f7aa3&&(_0x2632ae=_0x2f7aa3[_0xc80c44(0x191)],_0x2f68f8=_0xbc41a0(_0x2632ae)[_0xc80c44(0x180)]()),{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x1a7),_0x2f68f8)[_0xc80c44(0x1b1)](),'color':{'value':_0x3f08c6,'title':_0x2f68f8||_0x2632ae}};}return{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x17c))};}if(_0xc80c44(0x19d)==_0x26b473[_0xc80c44(0x17d)]){const _0x4f09a4=_0x26b473[_0xc80c44(0x187)][0x0][_0xc80c44(0x19e)];if(_0x4f09a4){const _0x1bf737=_0x45ce02(this[_0xc80c44(0x17a)][_0xc80c44(0x185)][_0xc80c44(0x199)](_0xc80c44(0x17b)))[_0xc80c44(0x1b0)](_0x4d5ad0=>_0x4d5ad0[_0xc80c44(0x1a5)]==_0x4f09a4);let _0x3d6b77=_0x4f09a4,_0x311fd4='';return _0x1bf737&&(_0x3d6b77=_0x1bf737[_0xc80c44(0x191)],_0x311fd4=_0xbc41a0(_0x3d6b77)[_0xc80c44(0x180)]()),{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x181),_0x311fd4)[_0xc80c44(0x1b1)](),'color':{'value':_0x4f09a4,'title':_0x311fd4||_0x3d6b77}};}return{'type':_0xc80c44(0x178),'content':_0x54ffa4(_0x4b28e6,_0xc80c44(0x19f))};}}});}}
23
+ const _0x2c567e=_0x344f;(function(_0x39a90a,_0x311ce4){const _0x59a16f=_0x344f,_0x5cd9e5=_0x39a90a();while(!![]){try{const _0xc4b09=-parseInt(_0x59a16f(0x1aa))/0x1*(parseInt(_0x59a16f(0x18d))/0x2)+parseInt(_0x59a16f(0x191))/0x3+parseInt(_0x59a16f(0x188))/0x4+parseInt(_0x59a16f(0x194))/0x5+parseInt(_0x59a16f(0x1a4))/0x6*(-parseInt(_0x59a16f(0x18c))/0x7)+parseInt(_0x59a16f(0x19a))/0x8*(parseInt(_0x59a16f(0x19b))/0x9)+-parseInt(_0x59a16f(0x187))/0xa*(parseInt(_0x59a16f(0x192))/0xb);if(_0xc4b09===_0x311ce4)break;else _0x5cd9e5['push'](_0x5cd9e5['shift']());}catch(_0x49fe05){_0x5cd9e5['push'](_0x5cd9e5['shift']());}}}(_0x29bc,0x97e92));import{Plugin as _0x1206e4}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x5ed32c}from'ckeditor5/src/ui.js';import{getTranslation as _0x4af993}from'../utils/common-translations.js';function _0x344f(_0x30226b,_0x174997){const _0x29bce5=_0x29bc();return _0x344f=function(_0x344fd3,_0x271f67){_0x344fd3=_0x344fd3-0x182;let _0x3bf5c1=_0x29bce5[_0x344fd3];return _0x3bf5c1;},_0x344f(_0x30226b,_0x174997);}function _0x29bc(){const _0x1f5bbb=['fontBackgroundColor.colors','FontSize','registerAttributeLabel','FORMAT_FONT_FAMILY','*Set\x20font\x20color:*\x20%0','TrackChangesEditing','120dWHSsb','685340KOWzwJ','*Reset\x20font\x20background\x20color*','find','formatInline','7TvAcXp','4solVmv','plugins','FORMAT_FONT_COLOR','_descriptionFactory','3327027OibgbY','1382018kxHrhf','*Reset\x20font\x20size*','5881610MzmngF','normalizeSizeOptions','fontFamily','*Set\x20font\x20background\x20color:*\x20%0','model','format','105032DLkuiR','639PtkDHD','afterInit','fontBackgroundColor','*Reset\x20font\x20color*','FontSizeEditing','commandName','has','FontFamilyEditing','trim','6694386kyVNLd','*Set\x20font\x20size:*\x20%0','fontSize.options','config','registerDescriptionCallback','type','71606PMWlSI','editor','fontColor.colors','fontColor','toLowerCase','*Reset\x20font\x20family*','value','_registerLegacyDescription','FontColorEditing','FORMAT_FONT_BACKGROUND','locale','fontSize','_enableDefaultAttributesIntegration','commandParams','*Set\x20font\x20family:*\x20%0','label','title','FontBackgroundColorEditing','get','FORMAT_FONT_SIZE'];_0x29bc=function(){return _0x1f5bbb;};return _0x29bc();}const io=[{'pluginName':_0x2c567e(0x19f),'commandName':_0x2c567e(0x1b5)},{'pluginName':_0x2c567e(0x1a2),'commandName':_0x2c567e(0x196)},{'pluginName':_0x2c567e(0x1b2),'commandName':_0x2c567e(0x1ad)},{'pluginName':_0x2c567e(0x1bb),'commandName':_0x2c567e(0x19d)}];export default class Q extends _0x1206e4{[_0x2c567e(0x19c)](){const _0x143d0e=_0x2c567e,_0x638a4=this[_0x143d0e(0x1ab)][_0x143d0e(0x1b4)],_0x2d50f2=this[_0x143d0e(0x1ab)][_0x143d0e(0x18e)][_0x143d0e(0x1bc)](_0x143d0e(0x186));for(const {pluginName:_0x1f7757,commandName:_0x450fac}of io)this[_0x143d0e(0x1ab)][_0x143d0e(0x18e)][_0x143d0e(0x1a1)](_0x1f7757)&&_0x2d50f2[_0x143d0e(0x1b6)](_0x450fac,[_0x450fac]);_0x638a4['t'],(_0x2d50f2[_0x143d0e(0x190)][_0x143d0e(0x183)](_0x143d0e(0x1b5),_0x4af993(_0x638a4,_0x143d0e(0x1bd))),_0x2d50f2[_0x143d0e(0x190)][_0x143d0e(0x183)](_0x143d0e(0x196),_0x4af993(_0x638a4,_0x143d0e(0x184))),_0x2d50f2[_0x143d0e(0x190)][_0x143d0e(0x183)](_0x143d0e(0x1ad),_0x4af993(_0x638a4,_0x143d0e(0x18f))),_0x2d50f2[_0x143d0e(0x190)][_0x143d0e(0x183)](_0x143d0e(0x19d),_0x4af993(_0x638a4,_0x143d0e(0x1b3))),this[_0x143d0e(0x1b1)]());}[_0x2c567e(0x1b1)](){const _0x2c33c8=_0x2c567e,_0x5cc14d=this[_0x2c33c8(0x1ab)],_0x49dc5e=_0x5cc14d[_0x2c33c8(0x1b4)];_0x5cc14d[_0x2c33c8(0x18e)][_0x2c33c8(0x1bc)](_0x2c33c8(0x186))[_0x2c33c8(0x190)][_0x2c33c8(0x1a8)](_0x1f6d8e=>{const _0x16e183=_0x2c33c8,_0x4f88b6=_0x49dc5e['t'];if(_0x16e183(0x18b)!=_0x1f6d8e[_0x16e183(0x1a9)])return;const {data:_0x41ebba}=_0x1f6d8e;if(null!=_0x41ebba){if(_0x16e183(0x1b5)==_0x41ebba[_0x16e183(0x1a0)]){const _0x1da034=_0x41ebba[_0x16e183(0x1b7)][0x0][_0x16e183(0x1b0)];if(_0x1da034){const _0x426d8a=_0x4f88b6(this[_0x16e183(0x1ab)][_0x16e183(0x18e)][_0x16e183(0x1bc)](_0x16e183(0x182))[_0x16e183(0x195)](this[_0x16e183(0x1ab)][_0x16e183(0x1a7)][_0x16e183(0x1bc)](_0x16e183(0x1a6)))[_0x16e183(0x18a)](_0x4093e1=>_0x4093e1[_0x16e183(0x198)]==_0x1da034)[_0x16e183(0x1ba)])[_0x16e183(0x1ae)]();return{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x1a5),_0x426d8a)};}return{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x193))};}if(_0x16e183(0x196)==_0x41ebba[_0x16e183(0x1a0)]){const _0x167c5a=_0x41ebba[_0x16e183(0x1b7)][0x0][_0x16e183(0x1b0)];return _0x167c5a?{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x1b8),_0x167c5a)}:{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x1af))};}if(_0x16e183(0x1ad)==_0x41ebba[_0x16e183(0x1a0)]){const _0x43db03=_0x41ebba[_0x16e183(0x1b7)][0x0][_0x16e183(0x1b0)];if(_0x43db03){const _0x93a8d2=_0x5ed32c(this[_0x16e183(0x1ab)][_0x16e183(0x1a7)][_0x16e183(0x1bc)](_0x16e183(0x1ac)))[_0x16e183(0x18a)](_0x2bd0a0=>_0x2bd0a0[_0x16e183(0x198)]==_0x43db03);let _0x14b413=_0x43db03,_0x415d89='';return _0x93a8d2&&(_0x14b413=_0x93a8d2[_0x16e183(0x1b9)],_0x415d89=_0x4f88b6(_0x14b413)[_0x16e183(0x1ae)]()),{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x185),_0x415d89)[_0x16e183(0x1a3)](),'color':{'value':_0x43db03,'title':_0x415d89||_0x14b413}};}return{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x19e))};}if(_0x16e183(0x19d)==_0x41ebba[_0x16e183(0x1a0)]){const _0x4b3190=_0x41ebba[_0x16e183(0x1b7)][0x0][_0x16e183(0x1b0)];if(_0x4b3190){const _0x34c132=_0x5ed32c(this[_0x16e183(0x1ab)][_0x16e183(0x1a7)][_0x16e183(0x1bc)](_0x16e183(0x1be)))[_0x16e183(0x18a)](_0x41963d=>_0x41963d[_0x16e183(0x198)]==_0x4b3190);let _0x17a975=_0x4b3190,_0x3f57f3='';return _0x34c132&&(_0x17a975=_0x34c132[_0x16e183(0x1b9)],_0x3f57f3=_0x4f88b6(_0x17a975)[_0x16e183(0x1ae)]()),{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x197),_0x3f57f3)[_0x16e183(0x1a3)](),'color':{'value':_0x4b3190,'title':_0x3f57f3||_0x17a975}};}return{'type':_0x16e183(0x199),'content':_0x4af993(_0x49dc5e,_0x16e183(0x189))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x565c(_0x5d5b1f,_0x2139ff){const _0x2799be=_0x2799();return _0x565c=function(_0x565cb1,_0x31cf21){_0x565cb1=_0x565cb1-0x1e1;let _0x2def36=_0x2799be[_0x565cb1];return _0x2def36;},_0x565c(_0x5d5b1f,_0x2139ff);}const _0x597176=_0x565c;(function(_0x320e17,_0x2d17c0){const _0x2576ba=_0x565c,_0x34bb29=_0x320e17();while(!![]){try{const _0x31fa62=-parseInt(_0x2576ba(0x1f9))/0x1*(parseInt(_0x2576ba(0x1fe))/0x2)+-parseInt(_0x2576ba(0x20d))/0x3*(parseInt(_0x2576ba(0x207))/0x4)+-parseInt(_0x2576ba(0x1fd))/0x5+-parseInt(_0x2576ba(0x213))/0x6+parseInt(_0x2576ba(0x210))/0x7+-parseInt(_0x2576ba(0x1f0))/0x8*(parseInt(_0x2576ba(0x1ee))/0x9)+parseInt(_0x2576ba(0x1eb))/0xa;if(_0x31fa62===_0x2d17c0)break;else _0x34bb29['push'](_0x34bb29['shift']());}catch(_0x15a841){_0x34bb29['push'](_0x34bb29['shift']());}}}(_0x2799,0x84f50));function _0x2799(){const _0x31e24f=['commands','slice','get','join','split','toUpperCase','35683850wVkLHJ','fontColor.colors','pasteFormat','1171737tAfkNI','editor','40jasEuB','label','registerDescriptionCallback','_registerLegacyDescription','_descriptionFactory','commandParams','_enableDefaultAttributesIntegration','TrackChangesEditing','afterInit','270225mfzfDE','toLowerCase','locale','fontSize','1282260doAWsD','6rYGzpS','formatInline','fontSize.options','fontColor','formatBlock','normalizeSizeOptions','config','FontSize','title','384QtNVav','fontBackgroundColor','enableCommand','entries','format','plugins','17607wytvRd','*Remove\x20all\x20formatting*','charAt','293874nbIiVW','type','find','4705554pHSTfG','length','commandName','push','copyFormat','*Set\x20format\x20to:*\x20%0','boolean','model'];_0x2799=function(){return _0x31e24f;};return _0x2799();}import{Plugin as _0x43d0be}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x55f09d}from'ckeditor5/src/ui.js';import{getTranslation as _0x28dd4b}from'../utils/common-translations.js';export default class X extends _0x43d0be{[_0x597176(0x1f8)](){const _0x584cea=_0x597176,_0x40c2f3=this[_0x584cea(0x1ef)],_0x559817=_0x40c2f3[_0x584cea(0x20c)][_0x584cea(0x1e7)](_0x584cea(0x1f7)),_0x1942fa=_0x40c2f3[_0x584cea(0x1e5)][_0x584cea(0x1e7)](_0x584cea(0x1e1)),_0x56b54e=_0x40c2f3[_0x584cea(0x1e5)][_0x584cea(0x1e7)](_0x584cea(0x1ed));_0x1942fa&&_0x56b54e&&(_0x559817[_0x584cea(0x1f6)](_0x584cea(0x1ed)),_0x559817[_0x584cea(0x209)](_0x584cea(0x1e1)),this[_0x584cea(0x1f3)]());}[_0x597176(0x1f3)](){const _0xead8a=_0x597176,_0x3a9ae3=this[_0xead8a(0x1ef)],_0x2a9dcd=_0x3a9ae3[_0xead8a(0x1fb)];_0x3a9ae3[_0xead8a(0x20c)][_0xead8a(0x1e7)](_0xead8a(0x1f7))[_0xead8a(0x1f4)][_0xead8a(0x1f2)](_0x3ef074=>{const _0x1bea5e=_0xead8a;if(_0x1bea5e(0x202)!=_0x3ef074[_0x1bea5e(0x211)]&&_0x1bea5e(0x1ff)!=_0x3ef074[_0x1bea5e(0x211)])return;const {data:_0x3695e9}=_0x3ef074;if(_0x3695e9&&_0x1bea5e(0x1ed)===_0x3695e9[_0x1bea5e(0x215)]){const _0x283ac1=[],_0x10cc2f=_0x3695e9[_0x1bea5e(0x1f5)][0x0];for(const [_0x19470a,_0x2e43ba]of Object[_0x1bea5e(0x20a)](_0x10cc2f))_0x283ac1[_0x1bea5e(0x216)](so(_0x3a9ae3,_0x19470a,_0x2e43ba));return _0x283ac1[_0x1bea5e(0x214)]?{'type':_0x1bea5e(0x20b),'content':_0x28dd4b(_0x2a9dcd,_0x1bea5e(0x1e2),_0x283ac1[_0x1bea5e(0x1e8)](',\x20'))}:{'type':_0x1bea5e(0x20b),'content':_0x28dd4b(_0x2a9dcd,_0x1bea5e(0x20e))};}});}}function so(_0x3b96cd,_0x447bac,_0x499c3f){const _0x1f5624=_0x597176,_0x2623fb=_0x3b96cd[_0x1f5624(0x1fb)]['t'],_0x259b72=_0x447bac[_0x1f5624(0x1e9)](/(?=[A-Z])/)[_0x1f5624(0x1e8)]('\x20'),_0x5dda43=_0x2623fb(_0x259b72[_0x1f5624(0x20f)](0x0)[_0x1f5624(0x1ea)]()+_0x259b72[_0x1f5624(0x1e6)](0x1))[_0x1f5624(0x1fa)]();if(_0x1f5624(0x1e3)==typeof _0x499c3f)return _0x5dda43;if(_0x1f5624(0x201)===_0x447bac||_0x1f5624(0x208)===_0x447bac){const _0x587e02=_0x55f09d(_0x3b96cd[_0x1f5624(0x204)][_0x1f5624(0x1e7)](_0x1f5624(0x1ec)))[_0x1f5624(0x212)](_0x43d45a=>_0x43d45a[_0x1f5624(0x1e4)]==_0x499c3f);return _0x5dda43+'\x20('+(_0x587e02?_0x2623fb(_0x587e02[_0x1f5624(0x1f1)])[_0x1f5624(0x1fa)]():_0x499c3f)+')';}if(_0x1f5624(0x1fc)===_0x447bac&&isNaN(parseFloat(_0x499c3f))){const _0xeccc2b=_0x3b96cd[_0x1f5624(0x20c)][_0x1f5624(0x1e7)](_0x1f5624(0x205))[_0x1f5624(0x203)](_0x3b96cd[_0x1f5624(0x204)][_0x1f5624(0x1e7)](_0x1f5624(0x200)))[_0x1f5624(0x212)](_0x2c1a45=>_0x2c1a45[_0x1f5624(0x1e4)]==_0x499c3f);return _0x5dda43+'\x20('+(_0xeccc2b?_0x2623fb(_0xeccc2b[_0x1f5624(0x206)])[_0x1f5624(0x1fa)]():_0x499c3f)+')';}return _0x5dda43+'\x20('+_0x499c3f+')';}
23
+ const _0x430cc5=_0x4a86;(function(_0xee13a7,_0x56017d){const _0x4987ae=_0x4a86,_0x20cfbe=_0xee13a7();while(!![]){try{const _0x55c155=parseInt(_0x4987ae(0xf2))/0x1*(parseInt(_0x4987ae(0xf3))/0x2)+-parseInt(_0x4987ae(0xda))/0x3+-parseInt(_0x4987ae(0xea))/0x4+parseInt(_0x4987ae(0xd0))/0x5*(-parseInt(_0x4987ae(0xde))/0x6)+parseInt(_0x4987ae(0xd9))/0x7*(-parseInt(_0x4987ae(0xd8))/0x8)+-parseInt(_0x4987ae(0xc4))/0x9*(-parseInt(_0x4987ae(0xe6))/0xa)+parseInt(_0x4987ae(0xe5))/0xb*(parseInt(_0x4987ae(0xf1))/0xc);if(_0x55c155===_0x56017d)break;else _0x20cfbe['push'](_0x20cfbe['shift']());}catch(_0x49485c){_0x20cfbe['push'](_0x20cfbe['shift']());}}}(_0x52ef,0x302f8));import{Plugin as _0x28accc}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x5e48b4}from'ckeditor5/src/ui.js';import{getTranslation as _0x9863f1}from'../utils/common-translations.js';export default class X extends _0x28accc{[_0x430cc5(0xc7)](){const _0x8234eb=_0x430cc5,_0x28ddfe=this[_0x8234eb(0xca)],_0x34db4a=_0x28ddfe[_0x8234eb(0xcc)][_0x8234eb(0xe9)](_0x8234eb(0xc5)),_0x4c0b06=_0x28ddfe[_0x8234eb(0xe8)][_0x8234eb(0xe9)](_0x8234eb(0xdc)),_0x2e94e9=_0x28ddfe[_0x8234eb(0xe8)][_0x8234eb(0xe9)](_0x8234eb(0xed));_0x4c0b06&&_0x2e94e9&&(_0x34db4a[_0x8234eb(0xd3)](_0x8234eb(0xed)),_0x34db4a[_0x8234eb(0xcd)](_0x8234eb(0xdc)),this[_0x8234eb(0xd5)]());}[_0x430cc5(0xd5)](){const _0x3e1157=_0x430cc5,_0xee2559=this[_0x3e1157(0xca)],_0x3e6ea2=_0xee2559[_0x3e1157(0xc3)];_0xee2559[_0x3e1157(0xcc)][_0x3e1157(0xe9)](_0x3e1157(0xc5))[_0x3e1157(0xef)][_0x3e1157(0xf0)](_0x46606e=>{const _0x182a1b=_0x3e1157;if(_0x182a1b(0xe4)!=_0x46606e[_0x182a1b(0xcf)]&&_0x182a1b(0xd6)!=_0x46606e[_0x182a1b(0xcf)])return;const {data:_0x3a1a64}=_0x46606e;if(_0x3a1a64&&_0x182a1b(0xed)===_0x3a1a64[_0x182a1b(0xe0)]){const _0x25ea10=[],_0x5134d6=_0x3a1a64[_0x182a1b(0xbe)][0x0];for(const [_0x54bba0,_0x2bd3ed]of Object[_0x182a1b(0xce)](_0x5134d6))_0x25ea10[_0x182a1b(0xc9)](so(_0xee2559,_0x54bba0,_0x2bd3ed));return _0x25ea10[_0x182a1b(0xc8)]?{'type':_0x182a1b(0xc1),'content':_0x9863f1(_0x3e6ea2,_0x182a1b(0xcb),_0x25ea10[_0x182a1b(0xe3)](',\x20'))}:{'type':_0x182a1b(0xc1),'content':_0x9863f1(_0x3e6ea2,_0x182a1b(0xbf))};}});}}function _0x4a86(_0x3bfaac,_0x4a9045){const _0x52ef17=_0x52ef();return _0x4a86=function(_0x4a8651,_0x252852){_0x4a8651=_0x4a8651-0xbc;let _0x55a656=_0x52ef17[_0x4a8651];return _0x55a656;},_0x4a86(_0x3bfaac,_0x4a9045);}function so(_0x52d5d2,_0x4163d4,_0x3a145c){const _0x2ed396=_0x430cc5,_0x27f2ce=_0x52d5d2[_0x2ed396(0xc3)]['t'],_0x204c9a=_0x4163d4[_0x2ed396(0xd4)](/(?=[A-Z])/)[_0x2ed396(0xe3)]('\x20'),_0x49b8f7=_0x27f2ce(_0x204c9a[_0x2ed396(0xd7)](0x0)[_0x2ed396(0xee)]()+_0x204c9a[_0x2ed396(0xbc)](0x1))[_0x2ed396(0xe7)]();if(_0x2ed396(0xdb)==typeof _0x3a145c)return _0x49b8f7;if(_0x2ed396(0xdf)===_0x4163d4||_0x2ed396(0xe2)===_0x4163d4){const _0x4ca498=_0x5e48b4(_0x52d5d2[_0x2ed396(0xeb)][_0x2ed396(0xe9)](_0x2ed396(0xc0)))[_0x2ed396(0xd1)](_0x546306=>_0x546306[_0x2ed396(0xdd)]==_0x3a145c);return _0x49b8f7+'\x20('+(_0x4ca498?_0x27f2ce(_0x4ca498[_0x2ed396(0xd2)])[_0x2ed396(0xe7)]():_0x3a145c)+')';}if(_0x2ed396(0xc2)===_0x4163d4&&isNaN(parseFloat(_0x3a145c))){const _0x4b42d9=_0x52d5d2[_0x2ed396(0xcc)][_0x2ed396(0xe9)](_0x2ed396(0xc6))[_0x2ed396(0xec)](_0x52d5d2[_0x2ed396(0xeb)][_0x2ed396(0xe9)](_0x2ed396(0xbd)))[_0x2ed396(0xd1)](_0x1b1f86=>_0x1b1f86[_0x2ed396(0xdd)]==_0x3a145c);return _0x49b8f7+'\x20('+(_0x4b42d9?_0x27f2ce(_0x4b42d9[_0x2ed396(0xe1)])[_0x2ed396(0xe7)]():_0x3a145c)+')';}return _0x49b8f7+'\x20('+_0x3a145c+')';}function _0x52ef(){const _0x10b81e=['fontColor','commandName','title','fontBackgroundColor','join','formatBlock','17347rUJiOR','211630THwaMk','toLowerCase','commands','get','734412MpeUmj','config','normalizeSizeOptions','pasteFormat','toUpperCase','_descriptionFactory','registerDescriptionCallback','1476kDUbIC','317449NjIHor','2WhDoPw','slice','fontSize.options','commandParams','*Remove\x20all\x20formatting*','fontColor.colors','format','fontSize','locale','99WYNVWG','TrackChangesEditing','FontSize','afterInit','length','push','editor','*Set\x20format\x20to:*\x20%0','plugins','enableCommand','entries','type','31415jwlQvM','find','label','_enableDefaultAttributesIntegration','split','_registerLegacyDescription','formatInline','charAt','349880YmvQiz','14uPWKeb','638826sderXr','boolean','copyFormat','model','60iREXMz'];_0x52ef=function(){return _0x10b81e;};return _0x52ef();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x46cb(_0x303247,_0x3a9a55){const _0x1ebf60=_0x1ebf();return _0x46cb=function(_0x46cbf0,_0xd58956){_0x46cbf0=_0x46cbf0-0x16f;let _0x5cf9f2=_0x1ebf60[_0x46cbf0];return _0x5cf9f2;},_0x46cb(_0x303247,_0x3a9a55);}const _0x21f334=_0x46cb;(function(_0x5ba81a,_0x5995f8){const _0x633f5d=_0x46cb,_0xd72e73=_0x5ba81a();while(!![]){try{const _0x257cda=-parseInt(_0x633f5d(0x194))/0x1+-parseInt(_0x633f5d(0x173))/0x2*(parseInt(_0x633f5d(0x170))/0x3)+parseInt(_0x633f5d(0x182))/0x4+parseInt(_0x633f5d(0x18d))/0x5+parseInt(_0x633f5d(0x17f))/0x6+parseInt(_0x633f5d(0x179))/0x7+-parseInt(_0x633f5d(0x18c))/0x8;if(_0x257cda===_0x5995f8)break;else _0xd72e73['push'](_0xd72e73['shift']());}catch(_0x3da5c6){_0xd72e73['push'](_0xd72e73['shift']());}}}(_0x1ebf,0x5afeb));import{Plugin as _0x2b8038}from'ckeditor5/src/core.js';function _0x1ebf(){const _0x2b1c7c=['65229IzVcAk','_descriptionFactory','_enableDefaultAttributesIntegration','14LplayV','HeadingEditing','get','format','model','registerElementLabel','82768doprHy','title','view','_getHeadingLevel','plugins','heading','2831226uprzdF','formatBlock','has','1071084fxlvGM','match','commandParams','afterInit','TrackChangesEditing','ELEMENT_HEADING','registerDescriptionCallback','*Change\x20to:*\x20%0','heading.options','_registerLegacyDescription','3930552DpDSgK','1686385mIIJQK','find','_headingOptions','name','value','paragraph','ELEMENT_HEADING_CUSTOM','72508fNCQdw','commandName','locale','editor','config','type'];_0x1ebf=function(){return _0x2b1c7c;};return _0x1ebf();}import{getTranslation as _0x40a6b4}from'../utils/common-translations.js';export default class Y extends _0x2b8038{[_0x21f334(0x185)](){const _0x1b84c3=_0x21f334,_0x377e54=this[_0x1b84c3(0x197)];if(!_0x377e54[_0x1b84c3(0x17d)][_0x1b84c3(0x181)](_0x1b84c3(0x174)))return;this[_0x1b84c3(0x18f)]=_0x377e54[_0x1b84c3(0x198)][_0x1b84c3(0x175)](_0x1b84c3(0x18a));const _0x413115=_0x377e54[_0x1b84c3(0x196)],_0x2bcae4=_0x377e54[_0x1b84c3(0x17d)][_0x1b84c3(0x175)](_0x1b84c3(0x186));_0x2bcae4[_0x1b84c3(0x172)](_0x1b84c3(0x17e));for(const _0x24530c of this[_0x1b84c3(0x18f)])_0x1b84c3(0x192)!=_0x24530c[_0x1b84c3(0x177)]&&_0x2bcae4[_0x1b84c3(0x171)][_0x1b84c3(0x178)](_0x24530c[_0x1b84c3(0x177)],_0x35d07b=>{const _0x55206b=_0x1b84c3,_0x210b4f=this[_0x55206b(0x17c)](_0x24530c[_0x55206b(0x177)]);return null!==_0x210b4f?_0x111545(_0x35d07b,_0x210b4f):_0x231e1e(_0x35d07b,_0x24530c[_0x55206b(0x17a)]);});function _0x111545(_0x532eaf,_0x273a47){const _0x2680e3=_0x1b84c3;return _0x40a6b4(_0x413115,_0x2680e3(0x187),[_0x532eaf,_0x273a47]);}function _0x231e1e(_0x2c1eef,_0x4c8ec3){const _0x374488=_0x1b84c3;return _0x40a6b4(_0x413115,_0x374488(0x193),[_0x2c1eef,_0x4c8ec3]);}this[_0x1b84c3(0x18b)]();}[_0x21f334(0x18b)](){const _0x1acd8c=_0x21f334,_0x51c383=this[_0x1acd8c(0x197)],_0x5de46c=_0x51c383[_0x1acd8c(0x196)];function _0x1b3a7e(_0x214c2d,_0x374dc3){const _0x5e8e96=_0x1acd8c;return _0x40a6b4(_0x5de46c,_0x5e8e96(0x193),[_0x214c2d,_0x374dc3]);}_0x51c383[_0x1acd8c(0x17d)][_0x1acd8c(0x175)](_0x1acd8c(0x186))[_0x1acd8c(0x171)][_0x1acd8c(0x188)](_0x20de5e=>{const _0x48f391=_0x1acd8c;if(_0x48f391(0x180)!=_0x20de5e[_0x48f391(0x16f)])return;const {data:_0x39f164}=_0x20de5e;if(_0x39f164&&_0x48f391(0x17e)==_0x39f164[_0x48f391(0x195)]){const _0x2b6be0=_0x39f164[_0x48f391(0x184)][0x0][_0x48f391(0x191)],_0x20ef20=this[_0x48f391(0x17c)](_0x2b6be0);if(null!==_0x20ef20)return{'type':_0x48f391(0x176),'content':_0x40a6b4(_0x5de46c,_0x48f391(0x189),(_0x270063=0x1,_0x2da73e=_0x20ef20,_0x40a6b4(_0x5de46c,_0x48f391(0x187),[_0x270063,_0x2da73e])))};const _0xb31fed=this[_0x48f391(0x18f)][_0x48f391(0x18e)](_0x1d63f2=>_0x1d63f2[_0x48f391(0x177)]===_0x2b6be0)[_0x48f391(0x17a)];return{'type':_0x48f391(0x176),'content':_0x40a6b4(_0x5de46c,_0x48f391(0x189),_0x1b3a7e(0x1,_0xb31fed))};}var _0x270063,_0x2da73e;});}[_0x21f334(0x17c)](_0x281f6c){const _0x293ef8=_0x21f334;var _0x38cef1,_0x395525;const _0x5dd8bf=_0x281f6c[_0x293ef8(0x183)](/^heading(\d+)/);if(_0x5dd8bf)return _0x5dd8bf[0x1];const _0x331d34=null===(_0x38cef1=this[_0x293ef8(0x18f)])||void 0x0===_0x38cef1?void 0x0:_0x38cef1[_0x293ef8(0x18e)](_0x5e6bda=>_0x5e6bda[_0x293ef8(0x177)]==_0x281f6c);if(_0x331d34&&_0x331d34[_0x293ef8(0x17b)]){const _0x160e16=_0x331d34[_0x293ef8(0x17b)],_0xed1b55=(null!==(_0x395525=_0x160e16[_0x293ef8(0x190)])&&void 0x0!==_0x395525?_0x395525:_0x160e16)[_0x293ef8(0x183)](/^h(\d+)/);if(_0xed1b55)return _0xed1b55[0x1];}return null;}}
23
+ function _0x28e4(_0x269473,_0x10ed96){const _0x31ff45=_0x31ff();return _0x28e4=function(_0x28e4bc,_0x5c5398){_0x28e4bc=_0x28e4bc-0xe3;let _0x472a71=_0x31ff45[_0x28e4bc];return _0x472a71;},_0x28e4(_0x269473,_0x10ed96);}function _0x31ff(){const _0x37d7be=['has','ELEMENT_HEADING','20MUZQMj','plugins','343746bffmCq','commandName','value','formatBlock','get','commandParams','_getHeadingLevel','view','162339OyYXxb','5000QEMKKM','1274812MHgEof','paragraph','ELEMENT_HEADING_CUSTOM','title','_descriptionFactory','8wrFCgN','_enableDefaultAttributesIntegration','*Change\x20to:*\x20%0','afterInit','148beeFIG','_registerLegacyDescription','3765wfaDeT','1741920cfFenh','model','heading','find','format','8FQuqir','1930761OoPpeQ','HeadingEditing','type','name','TrackChangesEditing','match','heading.options','registerDescriptionCallback','locale','editor','config','registerElementLabel','_headingOptions'];_0x31ff=function(){return _0x37d7be;};return _0x31ff();}const _0x5f30a9=_0x28e4;(function(_0x1f2c98,_0x1f93ca){const _0x28dbd1=_0x28e4,_0x34c122=_0x1f2c98();while(!![]){try{const _0x2e0f2f=parseInt(_0x28dbd1(0xfa))/0x1+parseInt(_0x28dbd1(0x10c))/0x2*(-parseInt(_0x28dbd1(0xf9))/0x3)+-parseInt(_0x28dbd1(0x104))/0x4*(-parseInt(_0x28dbd1(0x106))/0x5)+parseInt(_0x28dbd1(0x107))/0x6+-parseInt(_0x28dbd1(0x10d))/0x7*(-parseInt(_0x28dbd1(0x100))/0x8)+parseInt(_0x28dbd1(0xf1))/0x9+-parseInt(_0x28dbd1(0xef))/0xa*(parseInt(_0x28dbd1(0xfb))/0xb);if(_0x2e0f2f===_0x1f93ca)break;else _0x34c122['push'](_0x34c122['shift']());}catch(_0x1b9237){_0x34c122['push'](_0x34c122['shift']());}}}(_0x31ff,0x2e222));import{Plugin as _0x502d16}from'ckeditor5/src/core.js';import{getTranslation as _0x4e4f95}from'../utils/common-translations.js';export default class Y extends _0x502d16{[_0x5f30a9(0x103)](){const _0x2aaa6e=_0x5f30a9,_0x10b00c=this[_0x2aaa6e(0xe9)];if(!_0x10b00c[_0x2aaa6e(0xf0)][_0x2aaa6e(0xed)](_0x2aaa6e(0x10e)))return;this[_0x2aaa6e(0xec)]=_0x10b00c[_0x2aaa6e(0xea)][_0x2aaa6e(0xf5)](_0x2aaa6e(0xe6));const _0xb1ceaf=_0x10b00c[_0x2aaa6e(0xe8)],_0x1da7ca=_0x10b00c[_0x2aaa6e(0xf0)][_0x2aaa6e(0xf5)](_0x2aaa6e(0xe4));_0x1da7ca[_0x2aaa6e(0x101)](_0x2aaa6e(0x109));for(const _0x2acfb9 of this[_0x2aaa6e(0xec)])_0x2aaa6e(0xfc)!=_0x2acfb9[_0x2aaa6e(0x108)]&&_0x1da7ca[_0x2aaa6e(0xff)][_0x2aaa6e(0xeb)](_0x2acfb9[_0x2aaa6e(0x108)],_0xd94e67=>{const _0x467966=_0x2aaa6e,_0x210cb0=this[_0x467966(0xf7)](_0x2acfb9[_0x467966(0x108)]);return null!==_0x210cb0?_0x4beec0(_0xd94e67,_0x210cb0):_0x3ba594(_0xd94e67,_0x2acfb9[_0x467966(0xfe)]);});function _0x4beec0(_0x4598b3,_0x2a6453){const _0x1d9930=_0x2aaa6e;return _0x4e4f95(_0xb1ceaf,_0x1d9930(0xee),[_0x4598b3,_0x2a6453]);}function _0x3ba594(_0x3540fc,_0x154c3a){const _0x5a186a=_0x2aaa6e;return _0x4e4f95(_0xb1ceaf,_0x5a186a(0xfd),[_0x3540fc,_0x154c3a]);}this[_0x2aaa6e(0x105)]();}[_0x5f30a9(0x105)](){const _0x48a2c4=_0x5f30a9,_0x524034=this[_0x48a2c4(0xe9)],_0x3b80b2=_0x524034[_0x48a2c4(0xe8)];function _0x2624a8(_0x5984f3,_0x5dd4b6){const _0x3956a4=_0x48a2c4;return _0x4e4f95(_0x3b80b2,_0x3956a4(0xfd),[_0x5984f3,_0x5dd4b6]);}_0x524034[_0x48a2c4(0xf0)][_0x48a2c4(0xf5)](_0x48a2c4(0xe4))[_0x48a2c4(0xff)][_0x48a2c4(0xe7)](_0x4f3fa2=>{const _0x5eea78=_0x48a2c4;if(_0x5eea78(0xf4)!=_0x4f3fa2[_0x5eea78(0x10f)])return;const {data:_0x19432a}=_0x4f3fa2;if(_0x19432a&&_0x5eea78(0x109)==_0x19432a[_0x5eea78(0xf2)]){const _0x409019=_0x19432a[_0x5eea78(0xf6)][0x0][_0x5eea78(0xf3)],_0x3c9b41=this[_0x5eea78(0xf7)](_0x409019);if(null!==_0x3c9b41)return{'type':_0x5eea78(0x10b),'content':_0x4e4f95(_0x3b80b2,_0x5eea78(0x102),(_0x2462c3=0x1,_0x1d9dec=_0x3c9b41,_0x4e4f95(_0x3b80b2,_0x5eea78(0xee),[_0x2462c3,_0x1d9dec])))};const _0x706f0b=this[_0x5eea78(0xec)][_0x5eea78(0x10a)](_0x47d813=>_0x47d813[_0x5eea78(0x108)]===_0x409019)[_0x5eea78(0xfe)];return{'type':_0x5eea78(0x10b),'content':_0x4e4f95(_0x3b80b2,_0x5eea78(0x102),_0x2624a8(0x1,_0x706f0b))};}var _0x2462c3,_0x1d9dec;});}[_0x5f30a9(0xf7)](_0x270d7f){const _0x1a21e6=_0x5f30a9;var _0x5da367,_0x3d9d93;const _0x5548ec=_0x270d7f[_0x1a21e6(0xe5)](/^heading(\d+)/);if(_0x5548ec)return _0x5548ec[0x1];const _0x45c39d=null===(_0x5da367=this[_0x1a21e6(0xec)])||void 0x0===_0x5da367?void 0x0:_0x5da367[_0x1a21e6(0x10a)](_0x4066da=>_0x4066da[_0x1a21e6(0x108)]==_0x270d7f);if(_0x45c39d&&_0x45c39d[_0x1a21e6(0xf8)]){const _0x4e87ec=_0x45c39d[_0x1a21e6(0xf8)],_0x406f2d=(null!==(_0x3d9d93=_0x4e87ec[_0x1a21e6(0xe3)])&&void 0x0!==_0x3d9d93?_0x3d9d93:_0x4e87ec)[_0x1a21e6(0xe5)](/^h(\d+)/);if(_0x406f2d)return _0x406f2d[0x1];}return null;}}