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

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
- const _0x4093d4=_0x4ee7;function _0x4ee7(_0x322200,_0x385764){const _0x5b9e8f=_0x5b9e();return _0x4ee7=function(_0x4ee7b9,_0x33c6fb){_0x4ee7b9=_0x4ee7b9-0x1f2;let _0x1365c9=_0x5b9e8f[_0x4ee7b9];return _0x1365c9;},_0x4ee7(_0x322200,_0x385764);}(function(_0x236eec,_0x3d7c81){const _0x1a43e7=_0x4ee7,_0x2c1a64=_0x236eec();while(!![]){try{const _0xb5d6ae=-parseInt(_0x1a43e7(0x1f4))/0x1+-parseInt(_0x1a43e7(0x208))/0x2+parseInt(_0x1a43e7(0x1fd))/0x3+parseInt(_0x1a43e7(0x204))/0x4+parseInt(_0x1a43e7(0x1f6))/0x5*(parseInt(_0x1a43e7(0x1fb))/0x6)+-parseInt(_0x1a43e7(0x1f8))/0x7*(parseInt(_0x1a43e7(0x207))/0x8)+parseInt(_0x1a43e7(0x1fe))/0x9;if(_0xb5d6ae===_0x3d7c81)break;else _0x2c1a64['push'](_0x2c1a64['shift']());}catch(_0x31ccc7){_0x2c1a64['push'](_0x2c1a64['shift']());}}}(_0x5b9e,0x39b76));import{Command as _0x2982de}from'ckeditor5/src/core.js';export default class M extends _0x2982de{constructor(_0x4e7cb3,_0x1f25a2){const _0x2168ad=_0x4ee7;super(_0x4e7cb3),this[_0x2168ad(0x206)]=_0x1f25a2,this[_0x2168ad(0x203)]=!0x1,this[_0x2168ad(0x202)](),this[_0x2168ad(0x1fc)]=!0x1;}[_0x4093d4(0x202)](){const _0x57fba8=_0x4093d4;this[_0x57fba8(0x209)]=!0x0;}[_0x4093d4(0x200)](){const _0x1e9fc7=_0x4093d4;this[_0x1e9fc7(0x203)]=!this[_0x1e9fc7(0x203)],this[_0x1e9fc7(0x203)]?this[_0x1e9fc7(0x1f2)]():this[_0x1e9fc7(0x1f3)]();}[_0x4093d4(0x1f2)](){const _0x5081fe=_0x4093d4;for(const _0x36a46f of this[_0x5081fe(0x1f9)][_0x5081fe(0x201)][_0x5081fe(0x201)]())_0x36a46f[_0x5081fe(0x1f7)]&&!this[_0x5081fe(0x206)][_0x5081fe(0x1ff)](_0x36a46f)&&_0x36a46f[_0x5081fe(0x1fa)](_0x5081fe(0x1f5));}[_0x4093d4(0x1f3)](){const _0x145b4b=_0x4093d4;for(const _0x388866 of this[_0x145b4b(0x1f9)][_0x145b4b(0x201)][_0x145b4b(0x201)]())_0x388866[_0x145b4b(0x1f7)]&&!this[_0x145b4b(0x206)][_0x145b4b(0x1ff)](_0x388866)&&_0x388866[_0x145b4b(0x205)](_0x145b4b(0x1f5));}}function _0x5b9e(){const _0x51bbbe=['forceDisabled','6cHSjBe','_isEnabledBasedOnSelection','1247301VxqeVo','241191OoXHoC','has','execute','commands','refresh','value','401016aBrWxL','clearForceDisabled','_enabledCommands','57952MbVKUV','5252KOVPql','isEnabled','_disableUnsupportedCommands','_enableCommands','263902nQKasK','TrackChangesCommand','561190QhPmGC','affectsData','147fzVIkG','editor'];_0x5b9e=function(){return _0x51bbbe;};return _0x5b9e();}
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();}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x3aaaba,_0x3225bb){var _0x35b4eb=_0x7fa6,_0x425715=_0x3aaaba();while(!![]){try{var _0x131a68=-parseInt(_0x35b4eb(0x198))/0x1+-parseInt(_0x35b4eb(0x19d))/0x2*(-parseInt(_0x35b4eb(0x19a))/0x3)+parseInt(_0x35b4eb(0x197))/0x4+parseInt(_0x35b4eb(0x19e))/0x5+parseInt(_0x35b4eb(0x199))/0x6+-parseInt(_0x35b4eb(0x19b))/0x7*(parseInt(_0x35b4eb(0x196))/0x8)+parseInt(_0x35b4eb(0x19f))/0x9*(-parseInt(_0x35b4eb(0x19c))/0xa);if(_0x131a68===_0x3225bb)break;else _0x425715['push'](_0x425715['shift']());}catch(_0x2842ec){_0x425715['push'](_0x425715['shift']());}}}(_0x5018,0xa1491));export{default as TrackChanges}from'./trackchanges.js';function _0x7fa6(_0x4a0098,_0x308557){var _0x50186d=_0x5018();return _0x7fa6=function(_0x7fa61e,_0xfea794){_0x7fa61e=_0x7fa61e-0x196;var _0x572ad3=_0x50186d[_0x7fa61e];return _0x572ad3;},_0x7fa6(_0x4a0098,_0x308557);}function _0x5018(){var _0x33797f=['12891WDjmoE','5180EwknLK','3229370STIbUA','244ZDipvg','2173725OtvYxM','18sglTtK','13320mPRTMq','1839812IMkQUA','28137nIxUga','6886824AUlZWT'];_0x5018=function(){return _0x33797f;};return _0x5018();}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(_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';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5f10e0=_0x3447;(function(_0x44d15d,_0x52279b){const _0x460e58=_0x3447,_0x5aa368=_0x44d15d();while(!![]){try{const _0xd2a661=-parseInt(_0x460e58(0x1e5))/0x1*(-parseInt(_0x460e58(0x1e1))/0x2)+parseInt(_0x460e58(0x1df))/0x3+-parseInt(_0x460e58(0x1d7))/0x4+-parseInt(_0x460e58(0x1e6))/0x5+-parseInt(_0x460e58(0x1dc))/0x6*(parseInt(_0x460e58(0x1da))/0x7)+-parseInt(_0x460e58(0x1e2))/0x8*(-parseInt(_0x460e58(0x1dd))/0x9)+-parseInt(_0x460e58(0x1e4))/0xa;if(_0xd2a661===_0x52279b)break;else _0x5aa368['push'](_0x5aa368['shift']());}catch(_0x22df1f){_0x5aa368['push'](_0x5aa368['shift']());}}}(_0x1129,0x7c4b9));function _0x3447(_0x550a8,_0x10c272){const _0x112978=_0x1129();return _0x3447=function(_0x3447d6,_0x18fe5b){_0x3447d6=_0x3447d6-0x1d5;let _0x3c391b=_0x112978[_0x3447d6];return _0x3c391b;},_0x3447(_0x550a8,_0x10c272);}import{Plugin as _0x4e6640}from'ckeditor5/src/core.js';function _0x1129(){const _0x164a75=['29896HjjgdG','editor','6659640FeMSUq','131bZnpdB','4364290engMxw','plugins','get','108228yNtNLI','showAIAssistant','TrackChangesEditing','482804BkwQIs','afterInit','6axwLaz','1971eQmJlt','enableCommand','1098744lMrHUT','commands','14646HaEJew'];_0x1129=function(){return _0x164a75;};return _0x1129();}export default class E extends _0x4e6640{[_0x5f10e0(0x1db)](){const _0x14f995=_0x5f10e0,_0x1e9ee3=this[_0x14f995(0x1e3)],_0x70fcfb=_0x1e9ee3[_0x14f995(0x1d5)][_0x14f995(0x1d6)](_0x14f995(0x1d9));_0x1e9ee3[_0x14f995(0x1e0)][_0x14f995(0x1d6)](_0x14f995(0x1d8))&&_0x70fcfb[_0x14f995(0x1de)](_0x14f995(0x1d8));}}
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));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2c92e9=_0xc122;function _0x37d9(){const _0x2246d7=['value','_registerLegacyDescription','8aVJQLG','plugins','formatBlock','FORMAT_ALIGNMENT','AlignmentEditing','9xGXKix','editor','FORMAT_ALIGN_TO_RIGHT','format','afterInit','*Format:*\x20%0','get','type','1502473YUGIbl','commandParams','21516qzhfgN','commandName','justify','775578mOqmLj','38565NcRyQL','11nihscN','registerDescriptionCallback','FORMAT_ALIGN_TO_CENTER','left','FORMAT_ALIGN_TO_LEFT','alignment','287wJydDX','locale','has','216OmmqGI','156zipdjN','FORMAT_JUSTIFY_TEXT','registerAttributeLabel','center','_enableDefaultAttributesIntegration','720552WSFUWD','TrackChangesEditing','1612270PyBywQ','right','_descriptionFactory'];_0x37d9=function(){return _0x2246d7;};return _0x37d9();}(function(_0x353cef,_0x554542){const _0x1c50e6=_0xc122,_0x5b0fd5=_0x353cef();while(!![]){try{const _0x60cf13=-parseInt(_0x1c50e6(0x124))/0x1*(parseInt(_0x1c50e6(0x128))/0x2)+parseInt(_0x1c50e6(0x11c))/0x3+-parseInt(_0x1c50e6(0x12d))/0x4+parseInt(_0x1c50e6(0x11d))/0x5*(-parseInt(_0x1c50e6(0x127))/0x6)+-parseInt(_0x1c50e6(0x141))/0x7*(-parseInt(_0x1c50e6(0x134))/0x8)+parseInt(_0x1c50e6(0x139))/0x9*(parseInt(_0x1c50e6(0x12f))/0xa)+-parseInt(_0x1c50e6(0x11e))/0xb*(parseInt(_0x1c50e6(0x119))/0xc);if(_0x60cf13===_0x554542)break;else _0x5b0fd5['push'](_0x5b0fd5['shift']());}catch(_0x5766b1){_0x5b0fd5['push'](_0x5b0fd5['shift']());}}}(_0x37d9,0x25357));function _0xc122(_0x55ad6a,_0x43c8f1){const _0x37d9ee=_0x37d9();return _0xc122=function(_0xc1228a,_0x15150b){_0xc1228a=_0xc1228a-0x119;let _0x4cba44=_0x37d9ee[_0xc1228a];return _0x4cba44;},_0xc122(_0x55ad6a,_0x43c8f1);}import{Plugin as _0x2c41e8}from'ckeditor5/src/core.js';import{getTranslation as _0x4740cf}from'../utils/common-translations.js';export default class V extends _0x2c41e8{[_0x2c92e9(0x13d)](){const _0x2df65a=_0x2c92e9,_0x3667b7=this[_0x2df65a(0x13a)],_0x4a87f5=_0x3667b7[_0x2df65a(0x125)];if(!_0x3667b7[_0x2df65a(0x135)][_0x2df65a(0x126)](_0x2df65a(0x138)))return;const _0x1da1a5=_0x3667b7[_0x2df65a(0x135)][_0x2df65a(0x13f)](_0x2df65a(0x12e));_0x1da1a5[_0x2df65a(0x12c)](_0x2df65a(0x123),[],[_0x2df65a(0x123)]),_0x1da1a5[_0x2df65a(0x131)][_0x2df65a(0x12a)](_0x2df65a(0x123),_0x4740cf(_0x4a87f5,_0x2df65a(0x137))),this[_0x2df65a(0x133)]();}[_0x2c92e9(0x133)](){const _0x2a96b0=_0x2c92e9,_0x57d262=this[_0x2a96b0(0x13a)],_0x15dab9=_0x57d262[_0x2a96b0(0x125)];_0x57d262[_0x2a96b0(0x135)][_0x2a96b0(0x13f)](_0x2a96b0(0x12e))[_0x2a96b0(0x131)][_0x2a96b0(0x11f)](_0x2e5e00=>{const _0x391eff=_0x2a96b0;if(_0x391eff(0x136)!=_0x2e5e00[_0x391eff(0x140)])return;const {data:_0x551dbd}=_0x2e5e00;if(_0x551dbd&&_0x391eff(0x123)==_0x551dbd[_0x391eff(0x11a)]){const _0x4b419e=_0x551dbd[_0x391eff(0x142)][0x0][_0x391eff(0x132)];return{'type':_0x391eff(0x13c),'content':_0x4740cf(_0x15dab9,_0x391eff(0x13e),function(_0x334c9e){const _0x57bf8f=_0x391eff;switch(_0x334c9e){case _0x57bf8f(0x121):return _0x4740cf(_0x15dab9,_0x57bf8f(0x122));case _0x57bf8f(0x130):return _0x4740cf(_0x15dab9,_0x57bf8f(0x13b));case _0x57bf8f(0x12b):return _0x4740cf(_0x15dab9,_0x57bf8f(0x120));case _0x57bf8f(0x11b):return _0x4740cf(_0x15dab9,_0x57bf8f(0x129));}}(_0x4b419e))};}});}}
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))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1c6a1c=_0x5038;(function(_0x5d7403,_0x2de582){const _0x10ce07=_0x5038,_0x4f089c=_0x5d7403();while(!![]){try{const _0x487e4b=parseInt(_0x10ce07(0x14f))/0x1+-parseInt(_0x10ce07(0x13d))/0x2+parseInt(_0x10ce07(0x156))/0x3+-parseInt(_0x10ce07(0x134))/0x4*(-parseInt(_0x10ce07(0x151))/0x5)+-parseInt(_0x10ce07(0x12f))/0x6+-parseInt(_0x10ce07(0x141))/0x7+parseInt(_0x10ce07(0x149))/0x8;if(_0x487e4b===_0x2de582)break;else _0x4f089c['push'](_0x4f089c['shift']());}catch(_0x24749b){_0x4f089c['push'](_0x4f089c['shift']());}}}(_0xe4f5,0x27b28));import{Plugin as _0x17ffe5}from'ckeditor5/src/core.js';function _0xe4f5(){const _0x1fdcf9=['strikethrough','TrackChangesEditing','69499Kaaeoj','ItalicEditing','5CYwuow','has','_enableDefaultAttributesIntegration','toLowerCase','registerAttributeLabel','358251pLvagh','bold','italic','BoldEditing','forceValue','plugins','_descriptionFactory','formatInline','FORMAT_CODE','editor','FORMAT_UNDERLINE','superscript','toUpperCase','format','18420PxjaYY','code','StrikethroughEditing','type','subscript','627788sRHkjG','CodeEditing','afterInit','get','slice','SuperscriptEditing','FORMAT_STRIKETHROUGH','registerDescriptionCallback','_registerLegacyDescription','244034wABbTJ','*Remove\x20format:*\x20%0','underline','commandName','1142582fmkCkB','FORMAT_SUBSCRIPT','locale','SubscriptEditing','FORMAT_BOLD','UnderlineEditing','FORMAT_','commandParams','840400uBcskZ','*Format:*\x20%0','FORMAT_SUPERSCRIPT','FORMAT_ITALIC'];_0xe4f5=function(){return _0x1fdcf9;};return _0xe4f5();}import{getTranslation as _0x2f670c}from'../utils/common-translations.js';const ti=[_0x1c6a1c(0x159),_0x1c6a1c(0x150),_0x1c6a1c(0x146),_0x1c6a1c(0x135),_0x1c6a1c(0x131),_0x1c6a1c(0x144),_0x1c6a1c(0x139)];function _0x5038(_0x3a912e,_0x2bcaa4){const _0xe4f53=_0xe4f5();return _0x5038=function(_0x50388f,_0x4ce7d1){_0x50388f=_0x50388f-0x12d;let _0x32485c=_0xe4f53[_0x50388f];return _0x32485c;},_0x5038(_0x3a912e,_0x2bcaa4);}export default class U extends _0x17ffe5{[_0x1c6a1c(0x136)](){const _0x11bbcc=_0x1c6a1c,_0x429b41=this[_0x11bbcc(0x15f)],_0x330d5d=_0x429b41[_0x11bbcc(0x15b)][_0x11bbcc(0x137)](_0x11bbcc(0x14e)),_0x3ee0cb=_0x429b41[_0x11bbcc(0x143)];for(const _0x4bc241 of ti){if(!_0x429b41[_0x11bbcc(0x15b)][_0x11bbcc(0x152)](_0x4bc241))continue;const _0xe40b32=_0x4bc241[_0x11bbcc(0x138)](0x0,-0x7)[_0x11bbcc(0x154)](),_0x1e98dd=_0x11bbcc(0x147)+_0xe40b32[_0x11bbcc(0x12d)]();_0x330d5d[_0x11bbcc(0x153)](_0xe40b32,[_0xe40b32]),_0x330d5d[_0x11bbcc(0x15c)][_0x11bbcc(0x155)](_0xe40b32,_0x2f670c(_0x3ee0cb,_0x1e98dd));}this[_0x11bbcc(0x13c)]();}[_0x1c6a1c(0x13c)](){const _0xd1440e=_0x1c6a1c,_0x23dcca=this[_0xd1440e(0x15f)],_0x1bbe92=_0x23dcca[_0xd1440e(0x143)],_0x311fc0=_0x23dcca[_0xd1440e(0x15b)][_0xd1440e(0x137)](_0xd1440e(0x14e));function _0x1bc4db(_0x2738e9,_0x148b8d){const _0x5d96af=_0xd1440e;_0x311fc0[_0x5d96af(0x15c)][_0x5d96af(0x13b)](_0x31dc9c=>{const _0x46cbdc=_0x5d96af;if(_0x46cbdc(0x15d)!=_0x31dc9c[_0x46cbdc(0x132)])return;const {data:_0x5ce110}=_0x31dc9c;return _0x5ce110&&_0x5ce110[_0x46cbdc(0x140)]===_0x2738e9?_0x5ce110[_0x46cbdc(0x148)][0x0][_0x46cbdc(0x15a)]?{'type':_0x46cbdc(0x12e),'content':_0x2f670c(_0x1bbe92,_0x46cbdc(0x14a),_0x148b8d)}:{'type':_0x46cbdc(0x12e),'content':_0x2f670c(_0x1bbe92,_0x46cbdc(0x13e),_0x148b8d)}:void 0x0;});}_0x1bc4db(_0xd1440e(0x157),_0x2f670c(_0x1bbe92,_0xd1440e(0x145))),_0x1bc4db(_0xd1440e(0x158),_0x2f670c(_0x1bbe92,_0xd1440e(0x14c))),_0x1bc4db(_0xd1440e(0x13f),_0x2f670c(_0x1bbe92,_0xd1440e(0x160))),_0x1bc4db(_0xd1440e(0x130),_0x2f670c(_0x1bbe92,_0xd1440e(0x15e))),_0x1bc4db(_0xd1440e(0x14d),_0x2f670c(_0x1bbe92,_0xd1440e(0x13a))),_0x1bc4db(_0xd1440e(0x133),_0x2f670c(_0x1bbe92,_0xd1440e(0x142))),_0x1bc4db(_0xd1440e(0x161),_0x2f670c(_0x1bbe92,_0xd1440e(0x14b)));}}
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)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2d7ffc=_0x27ed;(function(_0x2405e2,_0x1c43fc){const _0x2ddb8b=_0x27ed,_0xac8350=_0x2405e2();while(!![]){try{const _0x8c30d1=-parseInt(_0x2ddb8b(0x108))/0x1*(-parseInt(_0x2ddb8b(0xe2))/0x2)+parseInt(_0x2ddb8b(0x107))/0x3+parseInt(_0x2ddb8b(0xdd))/0x4+parseInt(_0x2ddb8b(0xfa))/0x5*(-parseInt(_0x2ddb8b(0xf0))/0x6)+parseInt(_0x2ddb8b(0x100))/0x7*(-parseInt(_0x2ddb8b(0xf5))/0x8)+parseInt(_0x2ddb8b(0xe5))/0x9*(-parseInt(_0x2ddb8b(0xff))/0xa)+parseInt(_0x2ddb8b(0xeb))/0xb;if(_0x8c30d1===_0x1c43fc)break;else _0xac8350['push'](_0xac8350['shift']());}catch(_0x14fbc4){_0xac8350['push'](_0xac8350['shift']());}}}(_0x1edf,0xa38ee));import{Plugin as _0x758c1e}from'ckeditor5/src/core.js';function _0x27ed(_0x5b7eb9,_0x502597){const _0x1edf29=_0x1edf();return _0x27ed=function(_0x27ed37,_0x351b4d){_0x27ed37=_0x27ed37-0xdd;let _0x30e565=_0x1edf29[_0x27ed37];return _0x30e565;},_0x27ed(_0x5b7eb9,_0x502597);}import{getTranslation as _0x3bfd75}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0xc8752b}from'../utils/utils.js';export default class O extends _0x758c1e{[_0x2d7ffc(0xf3)](){const _0x4eb7d3=_0x2d7ffc,_0x9d63e8=this[_0x4eb7d3(0xf6)],_0x58b7ea=_0x9d63e8[_0x4eb7d3(0xf2)];if(!_0x9d63e8[_0x4eb7d3(0x102)][_0x4eb7d3(0xe8)](_0x4eb7d3(0xe0)))return;const _0x56af72=_0x9d63e8[_0x4eb7d3(0x102)][_0x4eb7d3(0xfe)](_0x4eb7d3(0xde)),_0x1acc27=this[_0x4eb7d3(0xf6)][_0x4eb7d3(0xe4)][_0x4eb7d3(0xfe)](_0x4eb7d3(0xf4));_0x56af72[_0x4eb7d3(0xe9)](_0x4eb7d3(0xf4),(_0x3aa5e4,_0x5ca9f0={})=>{const _0x443c22=_0x4eb7d3,_0x1e685e=this[_0x443c22(0xf6)][_0x443c22(0xea)][_0x443c22(0xe1)][_0x443c22(0xfc)],_0x5f1509=_0x5ca9f0&&void 0x0!==_0x5ca9f0[_0x443c22(0xf7)]?_0x5ca9f0[_0x443c22(0xf7)]:!_0x1acc27[_0x443c22(0xe6)];let _0x219736=[];if(_0x5f1509){const _0x4dd022=Array[_0x443c22(0xdf)](_0x1e685e[_0x443c22(0xf8)]())[_0x443c22(0x103)](_0x34e6a8=>oo(_0x34e6a8)||function(_0x400452,_0x514589){const _0x4ae5ea=_0x443c22,_0xedbf03=_0x514589[_0x4ae5ea(0xf9)](_0x400452[_0x4ae5ea(0x101)],_0x4ae5ea(0xf4)),_0x2fc7b5=_0x514589[_0x4ae5ea(0xf9)]([_0x4ae5ea(0xe3),_0x4ae5ea(0xf4)],_0x400452);return _0xedbf03&&_0x2fc7b5;}(_0x34e6a8,this[_0x443c22(0xf6)][_0x443c22(0xea)][_0x443c22(0xf1)]));_0x219736=_0xc8752b(_0x4dd022,_0x9d63e8[_0x443c22(0xea)]);}else{const _0x428127=Array[_0x443c22(0xdf)](_0x1e685e[_0x443c22(0xf8)]())[_0x443c22(0x103)](_0x464982=>oo(_0x464982));_0x219736=_0xc8752b(_0x428127,_0x9d63e8[_0x443c22(0xea)]);}_0x9d63e8[_0x443c22(0xea)][_0x443c22(0x109)](()=>{const _0x21954a=_0x443c22;for(const _0x14a431 of _0x219736)_0x56af72[_0x21954a(0xee)](_0x14a431,{'commandName':_0x21954a(0xf4),'commandParams':[{'forceValue':_0x5f1509}]});});}),_0x56af72[_0x4eb7d3(0xfb)][_0x4eb7d3(0x105)](_0x4a05fe=>{const _0xb6e915=_0x4eb7d3,{data:_0x3084a4}=_0x4a05fe;if(_0x3084a4&&_0xb6e915(0xf4)==_0x3084a4[_0xb6e915(0xed)]){const _0x451fdd=_0x3bfd75(_0x58b7ea,_0xb6e915(0x106));return _0x3084a4[_0xb6e915(0xfd)][0x0][_0xb6e915(0xf7)]?{'type':_0xb6e915(0xe7),'content':_0x3bfd75(_0x58b7ea,_0xb6e915(0x104),_0x451fdd)}:{'type':_0xb6e915(0xe7),'content':_0x3bfd75(_0x58b7ea,_0xb6e915(0xef),_0x451fdd)};}});}}function oo(_0x2ab4e7){const _0x128518=_0x2d7ffc;return _0x128518(0xf4)==_0x2ab4e7[_0x128518(0x101)][_0x128518(0xec)];}function _0x1edf(){const _0x335aaa=['get','60WhGpmp','2147481ZxnluG','parent','plugins','filter','*Set\x20format:*\x20%0','registerDescriptionCallback','ELEMENT_BLOCK_QUOTE','3280218SoPXrV','263LVoukp','change','1473028ERNKPI','TrackChangesEditing','from','BlockQuoteEditing','document','2186xdPKaH','$root','commands','1512828XthkTu','value','format','has','enableCommand','model','18842747qSUlys','name','commandName','markBlockFormat','*Remove\x20format:*\x20%0','22146vDynBT','schema','locale','afterInit','blockQuote','16lAIubB','editor','forceValue','getSelectedBlocks','checkChild','1585RdUSGH','_descriptionFactory','selection','commandParams'];_0x1edf=function(){return _0x335aaa;};return _0x1edf();}
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)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43c9e0=_0x3288;(function(_0x36dbd3,_0x341639){const _0xbc9439=_0x3288,_0x1257e0=_0x36dbd3();while(!![]){try{const _0x4bb508=-parseInt(_0xbc9439(0xc7))/0x1*(parseInt(_0xbc9439(0xcb))/0x2)+-parseInt(_0xbc9439(0xc1))/0x3+-parseInt(_0xbc9439(0xd0))/0x4+-parseInt(_0xbc9439(0xc2))/0x5+parseInt(_0xbc9439(0xd3))/0x6+parseInt(_0xbc9439(0xc8))/0x7+parseInt(_0xbc9439(0xc4))/0x8;if(_0x4bb508===_0x341639)break;else _0x1257e0['push'](_0x1257e0['shift']());}catch(_0x21deb6){_0x1257e0['push'](_0x1257e0['shift']());}}}(_0x1c4a,0xd8258));function _0x1c4a(){const _0x52075a=['changeCaseTitle','1ADIOWn','10994018EixpPl','CaseChange','changeCaseLower','2300812DyTSEj','get','changeCaseUpper','editor','TrackChangesEditing','6778284hAxBvX','enableCommand','afterInit','5409546HuPESj','1336980pgBJqJ','754670ifRPYy','has','14837936vOBQji','plugins'];_0x1c4a=function(){return _0x52075a;};return _0x1c4a();}function _0x3288(_0x2bb991,_0x392b59){const _0x1c4a36=_0x1c4a();return _0x3288=function(_0x328896,_0x690415){_0x328896=_0x328896-0xc1;let _0x38c0eb=_0x1c4a36[_0x328896];return _0x38c0eb;},_0x3288(_0x2bb991,_0x392b59);}import{Plugin as _0xde680c}from'ckeditor5/src/core.js';export default class G extends _0xde680c{[_0x43c9e0(0xd2)](){const _0x507cf0=_0x43c9e0,_0x4321bb=this[_0x507cf0(0xce)];_0x4321bb[_0x507cf0(0xc5)][_0x507cf0(0xc3)](_0x507cf0(0xc9))&&(_0x4321bb[_0x507cf0(0xc5)][_0x507cf0(0xcc)](_0x507cf0(0xcf))[_0x507cf0(0xd1)](_0x507cf0(0xcd)),_0x4321bb[_0x507cf0(0xc5)][_0x507cf0(0xcc)](_0x507cf0(0xcf))[_0x507cf0(0xd1)](_0x507cf0(0xca)),_0x4321bb[_0x507cf0(0xc5)][_0x507cf0(0xcc)](_0x507cf0(0xcf))[_0x507cf0(0xd1)](_0x507cf0(0xc6)));}}
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)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4ac3(_0x4e986f,_0x32df39){const _0x335866=_0x3358();return _0x4ac3=function(_0x4ac3a0,_0x1cb54d){_0x4ac3a0=_0x4ac3a0-0x157;let _0xa57a19=_0x335866[_0x4ac3a0];return _0xa57a19;},_0x4ac3(_0x4e986f,_0x32df39);}const _0x4b7197=_0x4ac3;(function(_0x43b31e,_0x97f852){const _0xf19a44=_0x4ac3,_0x15f01d=_0x43b31e();while(!![]){try{const _0x2c554c=-parseInt(_0xf19a44(0x163))/0x1+parseInt(_0xf19a44(0x160))/0x2*(-parseInt(_0xf19a44(0x15c))/0x3)+parseInt(_0xf19a44(0x161))/0x4*(parseInt(_0xf19a44(0x15b))/0x5)+parseInt(_0xf19a44(0x15f))/0x6+parseInt(_0xf19a44(0x157))/0x7*(-parseInt(_0xf19a44(0x167))/0x8)+parseInt(_0xf19a44(0x15d))/0x9+-parseInt(_0xf19a44(0x158))/0xa*(-parseInt(_0xf19a44(0x15a))/0xb);if(_0x2c554c===_0x97f852)break;else _0x15f01d['push'](_0x15f01d['shift']());}catch(_0x52225f){_0x15f01d['push'](_0x15f01d['shift']());}}}(_0x3358,0xcb8ce));function _0x3358(){const _0x5a2657=['plugins','TrackChangesEditing','88DkOUSB','get','afterInit','901936okaZgf','30fDffKm','commands','10258732HnbSQW','205EAKITC','1293SHLvlw','7919037mTsstT','enableCommand','9613578CvwBqg','7690EuSwQm','27796jzsKeM','editor','1656636tSoPRT','ckbox'];_0x3358=function(){return _0x5a2657;};return _0x3358();}import{Plugin as _0x489f14}from'ckeditor5/src/core.js';export default class F extends _0x489f14{[_0x4b7197(0x169)](){const _0x5e354a=_0x4b7197,_0x2f6b52=this[_0x5e354a(0x162)];_0x2f6b52[_0x5e354a(0x159)][_0x5e354a(0x168)](_0x5e354a(0x164))&&_0x2f6b52[_0x5e354a(0x165)][_0x5e354a(0x168)](_0x5e354a(0x166))[_0x5e354a(0x15e)](_0x5e354a(0x164));}}
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));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3d31f9=_0x48dd;(function(_0x45ec43,_0x464fc0){const _0x105650=_0x48dd,_0x46b15b=_0x45ec43();while(!![]){try{const _0x386bab=-parseInt(_0x105650(0x1a5))/0x1*(-parseInt(_0x105650(0x1a2))/0x2)+-parseInt(_0x105650(0x193))/0x3+-parseInt(_0x105650(0x18e))/0x4+-parseInt(_0x105650(0x1a0))/0x5+parseInt(_0x105650(0x194))/0x6*(-parseInt(_0x105650(0x1b0))/0x7)+parseInt(_0x105650(0x190))/0x8+parseInt(_0x105650(0x187))/0x9;if(_0x386bab===_0x464fc0)break;else _0x46b15b['push'](_0x46b15b['shift']());}catch(_0x129d43){_0x46b15b['push'](_0x46b15b['shift']());}}}(_0x7be9,0x18944));import{Plugin as _0x2b6612}from'ckeditor5/src/core.js';import{getTranslation as _0x854fd2}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x524642}from'../utils/utils.js';function _0x7be9(){const _0x3f6ad2=['checkChild','5726tAuLrv','languages','markBlockFormat','type','schema','change','config','model','selection','label','blockName','ELEMENT_CODE_BLOCK','name','indentCodeBlock','plugins','552492MKsaji','TrackChangesEditing','find','commandName','editor','CodeBlock','language','55604GRwSpE','format','628280JrkwYQ','outdentCodeBlock','forceValue','129066LaxlZq','102kYAOlO','formatBlock','toLowerCase','afterInit','from','*Remove\x20format:*\x20%0','rootElement','getSelectedBlocks','parent','value','filter','locale','603680ThQuBo','has','152318FADkcM','commands','registerDescriptionCallback','2lPIYDZ','document','get','codeBlock','commandParams','isLimit','registerElementLabel','enableCommand','_descriptionFactory','*Set\x20format:*\x20%0'];_0x7be9=function(){return _0x3f6ad2;};return _0x7be9();}export default class L extends _0x2b6612{[_0x3d31f9(0x197)](){const _0x1c4501=_0x3d31f9,_0x930af1=this[_0x1c4501(0x18b)];if(!_0x930af1[_0x1c4501(0x186)][_0x1c4501(0x1a1)](_0x1c4501(0x18c)))return;const _0x5774eb=_0x930af1[_0x1c4501(0x186)][_0x1c4501(0x1a7)](_0x1c4501(0x188)),_0x4d45e7=_0x930af1[_0x1c4501(0x19f)],_0x5376ae=_0x930af1[_0x1c4501(0x1b6)][_0x1c4501(0x1a7)](_0x1c4501(0x1a8))[_0x1c4501(0x1b1)],_0x34bb2f=_0x930af1[_0x1c4501(0x1a3)][_0x1c4501(0x1a7)](_0x1c4501(0x1a8));_0x5774eb[_0x1c4501(0x1ac)](_0x1c4501(0x185)),_0x5774eb[_0x1c4501(0x1ac)](_0x1c4501(0x191)),_0x5774eb[_0x1c4501(0x1ac)](_0x1c4501(0x1a8),(_0xf8e879,_0x25c194={})=>{const _0x3c309e=_0x1c4501,_0x15d4ab=_0x930af1[_0x3c309e(0x1b7)],_0x4736cd=_0x930af1[_0x3c309e(0x1b7)][_0x3c309e(0x1a6)][_0x3c309e(0x180)],_0x18c9be=_0x25c194&&void 0x0!==_0x25c194[_0x3c309e(0x192)]?_0x25c194[_0x3c309e(0x192)]:!_0x34bb2f[_0x3c309e(0x19d)];let _0xd3fb2a;_0x25c194[_0x3c309e(0x18d)]||(_0x25c194[_0x3c309e(0x18d)]=_0x5376ae[0x0][_0x3c309e(0x18d)]),_0xd3fb2a=_0x18c9be?Array[_0x3c309e(0x198)](_0x4736cd[_0x3c309e(0x19b)]())[_0x3c309e(0x19e)](_0x2e4748=>eo(_0x2e4748)||function(_0x8047f3,_0x6b6965){const _0x36212c=_0x3c309e;if(_0x8047f3['is'](_0x36212c(0x19a))||_0x6b6965[_0x36212c(0x1aa)](_0x8047f3))return!0x1;return _0x6b6965[_0x36212c(0x1af)](_0x8047f3[_0x36212c(0x19c)],_0x36212c(0x1a8));}(_0x2e4748,_0x15d4ab[_0x3c309e(0x1b4)])):Array[_0x3c309e(0x198)](_0x4736cd[_0x3c309e(0x19b)]())[_0x3c309e(0x19e)](_0x545f06=>eo(_0x545f06));const _0x172ccd=_0x524642(_0xd3fb2a,_0x15d4ab);_0x15d4ab[_0x3c309e(0x1b5)](()=>{const _0x3cb5e7=_0x3c309e;for(const _0x28bed7 of _0x172ccd)_0x5774eb[_0x3cb5e7(0x1b2)](_0x28bed7,{'commandName':_0x3cb5e7(0x1a8),'commandParams':[{..._0x25c194,'forceValue':_0x18c9be}],'formatGroupId':_0x3cb5e7(0x182)});});}),(_0x5774eb[_0x1c4501(0x1ad)][_0x1c4501(0x1ab)](_0x1c4501(0x1a8),_0x5b2c44=>_0x854fd2(_0x4d45e7,_0x1c4501(0x183),_0x5b2c44)),_0x5774eb[_0x1c4501(0x1ad)][_0x1c4501(0x1a4)](_0x1b1718=>{const _0x5132ba=_0x1c4501;if(_0x5132ba(0x195)!=_0x1b1718[_0x5132ba(0x1b3)])return;const _0x45a0ff=_0x4d45e7['t'],{data:_0x4a309a}=_0x1b1718;if(!_0x4a309a||_0x5132ba(0x1a8)!=_0x4a309a[_0x5132ba(0x18a)])return;const _0x2ce475=_0x4a309a[_0x5132ba(0x1a9)][0x0][_0x5132ba(0x18d)],_0x21ef8e=_0x45a0ff(_0x5376ae[_0x5132ba(0x189)](_0x163ff2=>_0x163ff2[_0x5132ba(0x18d)]===_0x2ce475)[_0x5132ba(0x181)])[_0x5132ba(0x196)]();return _0x4a309a[_0x5132ba(0x1a9)][0x0][_0x5132ba(0x192)]?{'type':_0x5132ba(0x18f),'content':_0x854fd2(_0x4d45e7,_0x5132ba(0x1ae),_0x854fd2(_0x4d45e7,_0x5132ba(0x183),0x1)+'\x20('+_0x21ef8e+')')}:{'type':_0x5132ba(0x18f),'content':_0x854fd2(_0x4d45e7,_0x5132ba(0x199),_0x854fd2(_0x4d45e7,_0x5132ba(0x183),0x1))};}));}}function _0x48dd(_0x36f2ab,_0x47e295){const _0x7be92a=_0x7be9();return _0x48dd=function(_0x48dd24,_0x25e897){_0x48dd24=_0x48dd24-0x180;let _0x482738=_0x7be92a[_0x48dd24];return _0x482738;},_0x48dd(_0x36f2ab,_0x47e295);}function eo(_0x24b47a){const _0x539a82=_0x3d31f9;return _0x539a82(0x1a8)==_0x24b47a[_0x539a82(0x184)];}
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)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1698(_0x320316,_0x37131c){const _0x5394ef=_0x5394();return _0x1698=function(_0x1698e6,_0x4810fd){_0x1698e6=_0x1698e6-0x129;let _0x53fbe1=_0x5394ef[_0x1698e6];return _0x53fbe1;},_0x1698(_0x320316,_0x37131c);}const _0x5a3bd6=_0x1698;(function(_0x274da4,_0xc933ab){const _0x3d4398=_0x1698,_0x47280f=_0x274da4();while(!![]){try{const _0x1b3245=parseInt(_0x3d4398(0x138))/0x1*(-parseInt(_0x3d4398(0x137))/0x2)+parseInt(_0x3d4398(0x13d))/0x3*(-parseInt(_0x3d4398(0x12c))/0x4)+-parseInt(_0x3d4398(0x132))/0x5*(parseInt(_0x3d4398(0x12d))/0x6)+parseInt(_0x3d4398(0x12e))/0x7+parseInt(_0x3d4398(0x134))/0x8*(parseInt(_0x3d4398(0x129))/0x9)+parseInt(_0x3d4398(0x136))/0xa+-parseInt(_0x3d4398(0x131))/0xb*(-parseInt(_0x3d4398(0x13a))/0xc);if(_0x1b3245===_0xc933ab)break;else _0x47280f['push'](_0x47280f['shift']());}catch(_0x407d0f){_0x47280f['push'](_0x47280f['shift']());}}}(_0x5394,0x58b1f));import{Plugin as _0xf1faaa}from'ckeditor5/src/core.js';function _0x5394(){const _0x1dcf2a=['2012552nmHtJa','enableCommand','1948200CiwCEm','10jHUVCr','108361CydSxa','editor','74364ydygBD','plugins','get','39rIaedt','9ntymXD','has','TrackChangesEditing','135004JHAMYB','54gBgesM','3714809qLLvaP','afterInit','addCommentThread','1408jiiatv','236905vElypZ','CommentsEditing'];_0x5394=function(){return _0x1dcf2a;};return _0x5394();}export default class H extends _0xf1faaa{[_0x5a3bd6(0x12f)](){const _0x413901=_0x5a3bd6,_0x49520f=this[_0x413901(0x139)];if(!_0x49520f[_0x413901(0x13b)][_0x413901(0x12a)](_0x413901(0x133)))return;_0x49520f[_0x413901(0x13b)][_0x413901(0x13c)](_0x413901(0x12b))[_0x413901(0x135)](_0x413901(0x130));}}
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));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4164a2=_0xab46;(function(_0xd17628,_0x22b466){const _0x2a5071=_0xab46,_0x590f8b=_0xd17628();while(!![]){try{const _0x77cd6d=parseInt(_0x2a5071(0x114))/0x1*(-parseInt(_0x2a5071(0x107))/0x2)+parseInt(_0x2a5071(0x105))/0x3*(parseInt(_0x2a5071(0x10f))/0x4)+-parseInt(_0x2a5071(0x126))/0x5*(-parseInt(_0x2a5071(0x129))/0x6)+parseInt(_0x2a5071(0x13b))/0x7*(parseInt(_0x2a5071(0x12a))/0x8)+-parseInt(_0x2a5071(0x125))/0x9+parseInt(_0x2a5071(0x106))/0xa+-parseInt(_0x2a5071(0x138))/0xb*(parseInt(_0x2a5071(0x132))/0xc);if(_0x77cd6d===_0x22b466)break;else _0x590f8b['push'](_0x590f8b['shift']());}catch(_0x5b19dd){_0x590f8b['push'](_0x590f8b['shift']());}}}(_0x326c,0xe29c7));function _0x326c(){const _0x699a52=['enableCommand','enqueueChange','44EIevHU','merge','getFirstRange','TrackChangesEditing','options','11SHOyag','end','unlock','setSelection','commands','lock','createSelection','unit','editor','rootName','batch','plugins','writer','delete','bind','root','init','14251608pilYrZ','10tgUfWR','modifySelection','showSuggestionHighlights','2181426fMlqQY','192lyALbJ','$graveyard','fromRange','buffer','mapper','high','selection','get','16855632ugLpHE','markerName','uiElement','markerNameToElements','createRange','data','11dXGkal','removeMarker:suggestion:deletion','model','519799hcZVaW','detach','downcastDispatcher','editing','forward','remove','start','addMarker:suggestion:deletion','408378GKjXNR','2287720FNEYER','58022kmxRKc','requires','document','deleteForward','isCollapsed','unbindElementFromMarkerName'];_0x326c=function(){return _0x699a52;};return _0x326c();}import{Plugin as _0x10321d}from'ckeditor5/src/core.js';import{LiveRange as _0x1383bc}from'ckeditor5/src/engine.js';import{Delete as _0x498256}from'ckeditor5/src/typing.js';function _0xab46(_0x4433ac,_0x4e44f6){const _0x326cfe=_0x326c();return _0xab46=function(_0xab4688,_0x490bfd){_0xab4688=_0xab4688-0x101;let _0x2700fc=_0x326cfe[_0xab4688];return _0x2700fc;},_0xab46(_0x4433ac,_0x4e44f6);}import{downcastSplitMergeMarker as _0x898a82}from'./utils.js';export default class q extends _0x10321d{static get[_0x4164a2(0x108)](){return[_0x498256];}[_0x4164a2(0x124)](){const _0x56410e=_0x4164a2,_0x2276e3=this[_0x56410e(0x11c)],_0x5e214e=_0x2276e3[_0x56410e(0x11f)][_0x56410e(0x131)](_0x56410e(0x112));_0x5e214e[_0x56410e(0x10d)](_0x56410e(0x121));const _0x394b20=_0x2276e3[_0x56410e(0x118)][_0x56410e(0x131)](_0x56410e(0x10a));_0x5e214e[_0x56410e(0x10d)](_0x56410e(0x10a),(_0x3f5d69,_0x1f647c={})=>{const _0x1f3b1a=_0x56410e,_0x300cbe=_0x2276e3[_0x1f3b1a(0x13a)][_0x1f3b1a(0x11a)](_0x2276e3[_0x1f3b1a(0x13a)][_0x1f3b1a(0x109)][_0x1f3b1a(0x130)]);_0x300cbe[_0x1f3b1a(0x10b)]&&_0x2276e3[_0x1f3b1a(0x13a)][_0x1f3b1a(0x127)](_0x300cbe,{'direction':_0x1f3b1a(0x101),'unit':_0x1f647c[_0x1f3b1a(0x11b)]});const _0x507866=_0x300cbe[_0x1f3b1a(0x111)](),_0x1d01e4=_0x1383bc[_0x1f3b1a(0x12c)](_0x507866);let _0xf74f64;_0x3f5d69(_0x1f647c),_0xf74f64=_0x1f3b1a(0x12b)==_0x1d01e4[_0x1f3b1a(0x123)][_0x1f3b1a(0x11d)]?_0x2276e3[_0x1f3b1a(0x13a)][_0x1f3b1a(0x136)](_0x507866[_0x1f3b1a(0x103)]):_0x2276e3[_0x1f3b1a(0x13a)][_0x1f3b1a(0x136)](_0x1d01e4[_0x1f3b1a(0x103)],_0x1d01e4[_0x1f3b1a(0x115)]),_0x1d01e4[_0x1f3b1a(0x13c)](),_0x2276e3[_0x1f3b1a(0x13a)][_0x1f3b1a(0x10e)](_0x394b20[_0x1f3b1a(0x12d)][_0x1f3b1a(0x11e)],_0x16cacf=>{const _0x44a1d2=_0x1f3b1a;_0x394b20[_0x44a1d2(0x12d)][_0x44a1d2(0x119)](),_0x16cacf[_0x44a1d2(0x117)](_0x16cacf[_0x44a1d2(0x136)](_0xf74f64[_0x44a1d2(0x115)])),_0x394b20[_0x44a1d2(0x12d)][_0x44a1d2(0x116)]();});}),_0x2276e3[_0x56410e(0x13e)][_0x56410e(0x13d)]['on'](_0x56410e(0x104),_0x898a82(_0x2276e3,_0x56410e(0x110)),{'priority':_0x56410e(0x12f)}),_0x2276e3[_0x56410e(0x137)][_0x56410e(0x13d)]['on'](_0x56410e(0x104),(_0x490681,_0x5ae9f4,_0x42f4e8)=>{const _0x476767=_0x56410e;_0x42f4e8[_0x476767(0x113)][_0x476767(0x128)]&&_0x898a82(_0x2276e3,_0x476767(0x110),{'showActiveMarker':!0x1})[_0x476767(0x122)](this)(_0x490681,_0x5ae9f4,_0x42f4e8);},{'priority':_0x56410e(0x12f)}),_0x2276e3[_0x56410e(0x13e)][_0x56410e(0x13d)]['on'](_0x56410e(0x139),(_0x389f6b,_0x17307f,_0x458d06)=>{const _0x41de70=_0x56410e,_0x4d20ce=_0x458d06[_0x41de70(0x12e)][_0x41de70(0x135)](_0x17307f[_0x41de70(0x133)]);if(_0x4d20ce){for(const _0x2af420 of _0x4d20ce)_0x2af420['is'](_0x41de70(0x134))&&(_0x458d06[_0x41de70(0x12e)][_0x41de70(0x10c)](_0x2af420,_0x17307f[_0x41de70(0x133)]),_0x458d06[_0x41de70(0x120)][_0x41de70(0x102)](_0x2af420));}},{'priority':_0x56410e(0x12f)});}}
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)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c80e7=_0x3b22;(function(_0x56e09b,_0x50b543){const _0x346295=_0x3b22,_0xe32910=_0x56e09b();while(!![]){try{const _0x250f24=-parseInt(_0x346295(0x108))/0x1+-parseInt(_0x346295(0x107))/0x2*(-parseInt(_0x346295(0x10e))/0x3)+-parseInt(_0x346295(0xfd))/0x4*(parseInt(_0x346295(0x112))/0x5)+parseInt(_0x346295(0x126))/0x6*(parseInt(_0x346295(0x127))/0x7)+-parseInt(_0x346295(0x11a))/0x8+parseInt(_0x346295(0x10d))/0x9+parseInt(_0x346295(0x100))/0xa*(parseInt(_0x346295(0x117))/0xb);if(_0x250f24===_0x50b543)break;else _0xe32910['push'](_0xe32910['shift']());}catch(_0x326945){_0xe32910['push'](_0xe32910['shift']());}}}(_0x3105,0xae9bd));import{Plugin as _0x3619cf}from'ckeditor5/src/core.js';import{Enter as _0xa390a9}from'ckeditor5/src/enter.js';function _0x3105(){const _0x44dc10=['markerName','split','nextSibling','getFirstRange','document','setSelection','markInsertion','markerNameToElements','remove','createPositionAt','1133556kGapSW','parent','selection','21195190wwMbin','fromRange','model','enterBlock','change','afterExecute','editor','458558ZorKBd','463784inJVmC','data','init','addMarker:suggestion:insertion','createRange','36369oIVfqt','3tnXNHO','getFirstPosition','plugins','editing','25gFAixb','enter','downcastDispatcher','mapper','hasClass','11TWyasY','commands','get','3087856airCCH','bind','fire','options','end','requires','removeMarker:suggestion:insertion','high','unbindElementFromMarkerName','TrackChangesEditing','enableCommand','showSuggestionHighlights','539202kXAODt','49fVtyRe','writer','detach','ck-suggestion-marker-split'];_0x3105=function(){return _0x44dc10;};return _0x3105();}function _0x3b22(_0x2d2a11,_0x3ea31a){const _0x31059b=_0x3105();return _0x3b22=function(_0x3b226b,_0x1299ee){_0x3b226b=_0x3b226b-0xf3;let _0x1036b2=_0x31059b[_0x3b226b];return _0x1036b2;},_0x3b22(_0x2d2a11,_0x3ea31a);}import{LiveRange as _0x54707d}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x3e845d}from'./utils.js';export default class W extends _0x3619cf{static get[_0x5c80e7(0x11f)](){return[_0xa390a9];}[_0x5c80e7(0x10a)](){const _0x28d764=_0x5c80e7,_0x578cbb=this[_0x28d764(0x106)],_0x28400c=_0x578cbb[_0x28d764(0x110)][_0x28d764(0x119)](_0x28d764(0x123)),_0x2a7f18=_0x578cbb[_0x28d764(0x118)][_0x28d764(0x119)](_0x28d764(0x113));_0x28400c[_0x28d764(0x124)](_0x28d764(0x113),()=>{const _0x16f89e=_0x28d764;_0x578cbb[_0x16f89e(0x102)][_0x16f89e(0x104)](_0x35229b=>{const _0x53e9a8=_0x16f89e,_0xc8333f=_0x578cbb[_0x53e9a8(0x102)][_0x53e9a8(0xf7)][_0x53e9a8(0xff)],_0x2f5fa7=_0xc8333f[_0x53e9a8(0x10f)](),_0x2a81da=_0x54707d[_0x53e9a8(0x101)](_0xc8333f[_0x53e9a8(0xf6)]());if(_0x2a7f18[_0x53e9a8(0x103)](_0x35229b)){const _0x35c7e0=_0x578cbb[_0x53e9a8(0x102)][_0x53e9a8(0xfc)](_0x2f5fa7[_0x53e9a8(0xfe)][_0x53e9a8(0xf5)],0x0),_0x2e295d=_0x35229b[_0x53e9a8(0x10c)](_0x2f5fa7,_0x35c7e0);_0x28400c[_0x53e9a8(0xf9)](_0x2e295d);}else _0x35229b[_0x53e9a8(0xf8)](_0x35229b[_0x53e9a8(0x10c)](_0x2a81da[_0x53e9a8(0x11e)]));_0x2a81da[_0x53e9a8(0x129)](),_0x2a7f18[_0x53e9a8(0x11c)](_0x53e9a8(0x105),{'writer':_0x35229b});});}),_0x578cbb[_0x28d764(0x111)][_0x28d764(0x114)]['on'](_0x28d764(0x10b),_0x3e845d(_0x578cbb,_0x28d764(0xf4)),{'priority':_0x28d764(0x121)}),_0x578cbb[_0x28d764(0x111)][_0x28d764(0x114)]['on'](_0x28d764(0x120),(_0x594261,_0xd2da09,_0x47083e)=>{const _0xec393c=_0x28d764,_0x2add83=_0x47083e[_0xec393c(0x115)][_0xec393c(0xfa)](_0xd2da09[_0xec393c(0xf3)]);if(_0x2add83){for(const _0xb05da2 of _0x2add83)_0xb05da2[_0xec393c(0x116)](_0xec393c(0x12a))&&(_0x47083e[_0xec393c(0x115)][_0xec393c(0x122)](_0xb05da2,_0xd2da09[_0xec393c(0xf3)]),_0x47083e[_0xec393c(0x128)][_0xec393c(0xfb)](_0xb05da2));}},{'priority':_0x28d764(0x121)}),_0x578cbb[_0x28d764(0x109)][_0x28d764(0x114)]['on'](_0x28d764(0x10b),(_0x1aa3fb,_0x2a1654,_0x1e0173)=>{const _0x568695=_0x28d764;_0x1e0173[_0x568695(0x11d)][_0x568695(0x125)]&&_0x3e845d(_0x578cbb,_0x568695(0xf4),{'showActiveMarker':!0x1})[_0x568695(0x11b)](this)(_0x1aa3fb,_0x2a1654,_0x1e0173);},{'priority':_0x28d764(0x121)});}}
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)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e49ea=_0x8d6e;(function(_0x4218f1,_0x507de6){const _0x47a505=_0x8d6e,_0x23e81f=_0x4218f1();while(!![]){try{const _0x299cbb=parseInt(_0x47a505(0xc9))/0x1*(parseInt(_0x47a505(0xc1))/0x2)+parseInt(_0x47a505(0xba))/0x3+-parseInt(_0x47a505(0xaf))/0x4*(parseInt(_0x47a505(0xca))/0x5)+-parseInt(_0x47a505(0xae))/0x6+parseInt(_0x47a505(0xb6))/0x7+-parseInt(_0x47a505(0xbd))/0x8*(-parseInt(_0x47a505(0xb1))/0x9)+-parseInt(_0x47a505(0xb9))/0xa;if(_0x299cbb===_0x507de6)break;else _0x23e81f['push'](_0x23e81f['shift']());}catch(_0x3b25a8){_0x23e81f['push'](_0x23e81f['shift']());}}}(_0x315b,0x55823));import{Plugin as _0x53a5a0}from'ckeditor5/src/core.js';function _0x8d6e(_0x5a9c8d,_0x37b41e){const _0x315bca=_0x315b();return _0x8d6e=function(_0x8d6e37,_0x58f0bf){_0x8d6e37=_0x8d6e37-0xad;let _0x340f02=_0x315bca[_0x8d6e37];return _0x340f02;},_0x8d6e(_0x5a9c8d,_0x37b41e);}export default class J extends _0x53a5a0{[_0x4e49ea(0xb8)](){const _0xd354ea=_0x4e49ea;if(!this[_0xd354ea(0xbc)][_0xd354ea(0xcd)][_0xd354ea(0xd2)](_0xd354ea(0xbb)))return;const _0x5560b9=this[_0xd354ea(0xbc)][_0xd354ea(0xcd)][_0xd354ea(0xc5)](_0xd354ea(0xb2));_0x5560b9[_0xd354ea(0xbe)](_0xd354ea(0xcc),this[_0xd354ea(0xb5)][_0xd354ea(0xb7)](this)),_0x5560b9[_0xd354ea(0xbe)](_0xd354ea(0xc2)),_0x5560b9[_0xd354ea(0xbe)](_0xd354ea(0xd1)),_0x5560b9[_0xd354ea(0xbe)](_0xd354ea(0xcb)),_0x5560b9[_0xd354ea(0xbe)](_0xd354ea(0xd5));}[_0x4e49ea(0xb5)](_0x1f413f,_0x3f09bb,_0x58fc23={}){const _0x12824a=_0x4e49ea,_0x50c53d=this[_0x12824a(0xbc)][_0x12824a(0xcd)][_0x12824a(0xc5)](_0x12824a(0xc8));return _0x1f413f(_0x1d0c79=>(_0x12824a(0xc6)==typeof _0x3f09bb?_0x50c53d[_0x12824a(0xd3)](_0x3f09bb,_0x58fc23):_0x3f09bb)(_0x1d0c79)[_0x12824a(0xce)](_0xacb290=>!0x1===this[_0x12824a(0xad)](_0xacb290,_0x1d0c79[_0x12824a(0xd4)])),_0x58fc23);}[_0x4e49ea(0xad)](_0x33af0f,_0x2d2668){const _0x30da84=_0x4e49ea,_0x42c8d=this[_0x30da84(0xbc)][_0x30da84(0xb3)][_0x30da84(0xc0)](this[_0x30da84(0xbc)][_0x30da84(0xb3)][_0x30da84(0xc4)](_0x2d2668,_0x33af0f[_0x30da84(0xb0)]),this[_0x30da84(0xbc)][_0x30da84(0xb3)][_0x30da84(0xc4)](_0x2d2668,_0x33af0f[_0x30da84(0xc7)]));for(const _0x492a9d of this[_0x30da84(0xbc)][_0x30da84(0xb3)][_0x30da84(0xcf)][_0x30da84(0xd0)](_0x30da84(0xb4)))if(null!==_0x42c8d[_0x30da84(0xc3)](_0x492a9d[_0x30da84(0xbf)]()))return!0x0;return!0x1;}}function _0x315b(){const _0x1f230d=['392NOnZDP','5AqRwMq','replace','find','plugins','filter','markers','getMarkersGroup','findPrevious','has','findByTextCallback','item','replaceAll','_isInDeletionRange','3057234oyUyfq','819916qtkZpX','start','2620215SWutmW','TrackChangesEditing','model','suggestion:deletion','handleFindCommand','612836cnsxMQ','bind','afterInit','111430nSghdz','215130lXsBCZ','FindAndReplaceEditing','editor','16DBOwdl','enableCommand','getRange','createRange','1706dwIKBy','findNext','getIntersection','createPositionAt','get','string','end','FindAndReplaceUtils'];_0x315b=function(){return _0x1f230d;};return _0x315b();}
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;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x8086(_0x2e9184,_0x25cf9e){const _0x5ad90d=_0x5ad9();return _0x8086=function(_0x80866b,_0x154294){_0x80866b=_0x80866b-0xb2;let _0x2b90c3=_0x5ad90d[_0x80866b];return _0x2b90c3;},_0x8086(_0x2e9184,_0x25cf9e);}const _0x5ceb0a=_0x8086;(function(_0x464b53,_0x539676){const _0x4dae51=_0x8086,_0x1b865c=_0x464b53();while(!![]){try{const _0x3f4ea1=-parseInt(_0x4dae51(0xb2))/0x1+-parseInt(_0x4dae51(0xba))/0x2+parseInt(_0x4dae51(0xc7))/0x3*(parseInt(_0x4dae51(0xd1))/0x4)+-parseInt(_0x4dae51(0xb8))/0x5*(parseInt(_0x4dae51(0xc8))/0x6)+-parseInt(_0x4dae51(0xd7))/0x7+parseInt(_0x4dae51(0xc6))/0x8+parseInt(_0x4dae51(0xb5))/0x9;if(_0x3f4ea1===_0x539676)break;else _0x1b865c['push'](_0x1b865c['shift']());}catch(_0x1ce66b){_0x1b865c['push'](_0x1b865c['shift']());}}}(_0x5ad9,0x4811e));import{Plugin as _0x2e84d2}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x28fead}from'ckeditor5/src/ui.js';import{getTranslation as _0x507b3a}from'../utils/common-translations.js';const ro=[{'pluginName':_0x5ceb0a(0xce),'commandName':_0x5ceb0a(0xe4)},{'pluginName':_0x5ceb0a(0xe8),'commandName':_0x5ceb0a(0xbe)},{'pluginName':_0x5ceb0a(0xe5),'commandName':_0x5ceb0a(0xc1)},{'pluginName':_0x5ceb0a(0xc4),'commandName':_0x5ceb0a(0xe2)}];function _0x5ad9(){const _0x1b92ab=['4132DpPrkM','_enableDefaultAttributesIntegration','find','formatInline','editor','*Reset\x20font\x20color*','2576707gaWoqP','toLowerCase','format','*Set\x20font\x20color:*\x20%0','*Set\x20font\x20family:*\x20%0','commandParams','*Reset\x20font\x20family*','afterInit','*Reset\x20font\x20background\x20color*','FORMAT_FONT_FAMILY','FORMAT_FONT_COLOR','fontBackgroundColor','model','fontSize','FontColorEditing','normalizeSizeOptions','*Set\x20font\x20size:*\x20%0','FontFamilyEditing','fontBackgroundColor.colors','FORMAT_FONT_BACKGROUND','type','fontColor.colors','281290KgDPzm','_registerLegacyDescription','*Reset\x20font\x20size*','9081459ehllyC','trim','FontSize','942695ESOVFO','get','84368NcdYsw','has','FORMAT_FONT_SIZE','plugins','fontFamily','commandName','registerAttributeLabel','fontColor','value','locale','FontBackgroundColorEditing','_descriptionFactory','2941832gIsUyz','510etfZvD','18teolmz','*Set\x20font\x20background\x20color:*\x20%0','config','registerDescriptionCallback','title','label','FontSizeEditing','fontSize.options','TrackChangesEditing'];_0x5ad9=function(){return _0x1b92ab;};return _0x5ad9();}export default class Q extends _0x2e84d2{[_0x5ceb0a(0xde)](){const _0x26794d=_0x5ceb0a,_0x1da457=this[_0x26794d(0xd5)][_0x26794d(0xc3)],_0x5b9ead=this[_0x26794d(0xd5)][_0x26794d(0xbd)][_0x26794d(0xb9)](_0x26794d(0xd0));for(const {pluginName:_0xfa82c2,commandName:_0x15e991}of ro)this[_0x26794d(0xd5)][_0x26794d(0xbd)][_0x26794d(0xbb)](_0xfa82c2)&&_0x5b9ead[_0x26794d(0xd2)](_0x15e991,[_0x15e991]);_0x1da457['t'],(_0x5b9ead[_0x26794d(0xc5)][_0x26794d(0xc0)](_0x26794d(0xe4),_0x507b3a(_0x1da457,_0x26794d(0xbc))),_0x5b9ead[_0x26794d(0xc5)][_0x26794d(0xc0)](_0x26794d(0xbe),_0x507b3a(_0x1da457,_0x26794d(0xe0))),_0x5b9ead[_0x26794d(0xc5)][_0x26794d(0xc0)](_0x26794d(0xc1),_0x507b3a(_0x1da457,_0x26794d(0xe1))),_0x5b9ead[_0x26794d(0xc5)][_0x26794d(0xc0)](_0x26794d(0xe2),_0x507b3a(_0x1da457,_0x26794d(0xea))),this[_0x26794d(0xb3)]());}[_0x5ceb0a(0xb3)](){const _0x219315=_0x5ceb0a,_0x1895ad=this[_0x219315(0xd5)],_0x2c54ac=_0x1895ad[_0x219315(0xc3)];_0x1895ad[_0x219315(0xbd)][_0x219315(0xb9)](_0x219315(0xd0))[_0x219315(0xc5)][_0x219315(0xcb)](_0x2ec33a=>{const _0x2b33d8=_0x219315,_0x495cdb=_0x2c54ac['t'];if(_0x2b33d8(0xd4)!=_0x2ec33a[_0x2b33d8(0xeb)])return;const {data:_0x5d928f}=_0x2ec33a;if(null!=_0x5d928f){if(_0x2b33d8(0xe4)==_0x5d928f[_0x2b33d8(0xbf)]){const _0x25291b=_0x5d928f[_0x2b33d8(0xdc)][0x0][_0x2b33d8(0xc2)];if(_0x25291b){const _0x475b7e=_0x495cdb(this[_0x2b33d8(0xd5)][_0x2b33d8(0xbd)][_0x2b33d8(0xb9)](_0x2b33d8(0xb7))[_0x2b33d8(0xe6)](this[_0x2b33d8(0xd5)][_0x2b33d8(0xca)][_0x2b33d8(0xb9)](_0x2b33d8(0xcf)))[_0x2b33d8(0xd3)](_0x14022b=>_0x14022b[_0x2b33d8(0xe3)]==_0x25291b)[_0x2b33d8(0xcc)])[_0x2b33d8(0xd8)]();return{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xe7),_0x475b7e)};}return{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xb4))};}if(_0x2b33d8(0xbe)==_0x5d928f[_0x2b33d8(0xbf)]){const _0xf25129=_0x5d928f[_0x2b33d8(0xdc)][0x0][_0x2b33d8(0xc2)];return _0xf25129?{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xdb),_0xf25129)}:{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xdd))};}if(_0x2b33d8(0xc1)==_0x5d928f[_0x2b33d8(0xbf)]){const _0x56a80b=_0x5d928f[_0x2b33d8(0xdc)][0x0][_0x2b33d8(0xc2)];if(_0x56a80b){const _0x170f20=_0x28fead(this[_0x2b33d8(0xd5)][_0x2b33d8(0xca)][_0x2b33d8(0xb9)](_0x2b33d8(0xec)))[_0x2b33d8(0xd3)](_0x550847=>_0x550847[_0x2b33d8(0xe3)]==_0x56a80b);let _0x28bf31=_0x56a80b,_0x290e32='';return _0x170f20&&(_0x28bf31=_0x170f20[_0x2b33d8(0xcd)],_0x290e32=_0x495cdb(_0x28bf31)[_0x2b33d8(0xd8)]()),{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xda),_0x290e32)[_0x2b33d8(0xb6)](),'color':{'value':_0x56a80b,'title':_0x290e32||_0x28bf31}};}return{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xd6))};}if(_0x2b33d8(0xe2)==_0x5d928f[_0x2b33d8(0xbf)]){const _0x338d88=_0x5d928f[_0x2b33d8(0xdc)][0x0][_0x2b33d8(0xc2)];if(_0x338d88){const _0x4f22a9=_0x28fead(this[_0x2b33d8(0xd5)][_0x2b33d8(0xca)][_0x2b33d8(0xb9)](_0x2b33d8(0xe9)))[_0x2b33d8(0xd3)](_0x585cc8=>_0x585cc8[_0x2b33d8(0xe3)]==_0x338d88);let _0x2504f5=_0x338d88,_0x1afc38='';return _0x4f22a9&&(_0x2504f5=_0x4f22a9[_0x2b33d8(0xcd)],_0x1afc38=_0x495cdb(_0x2504f5)[_0x2b33d8(0xd8)]()),{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xc9),_0x1afc38)[_0x2b33d8(0xb6)](),'color':{'value':_0x338d88,'title':_0x1afc38||_0x2504f5}};}return{'type':_0x2b33d8(0xd9),'content':_0x507b3a(_0x2c54ac,_0x2b33d8(0xdf))};}}});}}
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))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x33856d=_0x1131;(function(_0x442a27,_0x11282f){const _0x347c6d=_0x1131,_0x302f6f=_0x442a27();while(!![]){try{const _0x5e43c1=parseInt(_0x347c6d(0x122))/0x1*(-parseInt(_0x347c6d(0x139))/0x2)+-parseInt(_0x347c6d(0x128))/0x3+-parseInt(_0x347c6d(0x10f))/0x4+-parseInt(_0x347c6d(0x13b))/0x5+-parseInt(_0x347c6d(0x11b))/0x6+parseInt(_0x347c6d(0x114))/0x7+-parseInt(_0x347c6d(0x111))/0x8*(-parseInt(_0x347c6d(0x115))/0x9);if(_0x5e43c1===_0x11282f)break;else _0x302f6f['push'](_0x302f6f['shift']());}catch(_0x2a6b77){_0x302f6f['push'](_0x302f6f['shift']());}}}(_0x7cb1,0x5d49a));import{Plugin as _0x444552}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x42955f}from'ckeditor5/src/ui.js';function _0x1131(_0x519002,_0x7ffeff){const _0x7cb188=_0x7cb1();return _0x1131=function(_0x11313e,_0x49f811){_0x11313e=_0x11313e-0x10c;let _0xa105db=_0x7cb188[_0x11313e];return _0xa105db;},_0x1131(_0x519002,_0x7ffeff);}function _0x7cb1(){const _0x1d9d14=['entries','plugins','title','toUpperCase','toLowerCase','charAt','get','1040062NUzQcI','_descriptionFactory','3254860FmkCwP','registerDescriptionCallback','push','_registerLegacyDescription','locale','fontSize','fontColor.colors','pasteFormat','type','2714260wcuiPy','split','8bAycWb','TrackChangesEditing','boolean','233954lpjuzF','28742661QZIMVN','commands','FontSize','config','label','_enableDefaultAttributesIntegration','4470834MSAyaq','copyFormat','*Remove\x20all\x20formatting*','fontBackgroundColor','*Set\x20format\x20to:*\x20%0','editor','formatBlock','1NXKrVi','formatInline','fontSize.options','enableCommand','find','join','750714zaaQjr','commandParams','afterInit','commandName','slice','normalizeSizeOptions','model','fontColor','format','length'];_0x7cb1=function(){return _0x1d9d14;};return _0x7cb1();}import{getTranslation as _0xbdf928}from'../utils/common-translations.js';export default class X extends _0x444552{[_0x33856d(0x12a)](){const _0x1c21b2=_0x33856d,_0x4b54a4=this[_0x1c21b2(0x120)],_0x7d17c9=_0x4b54a4[_0x1c21b2(0x133)][_0x1c21b2(0x138)](_0x1c21b2(0x112)),_0x215bf8=_0x4b54a4[_0x1c21b2(0x116)][_0x1c21b2(0x138)](_0x1c21b2(0x11c)),_0x23b8c3=_0x4b54a4[_0x1c21b2(0x116)][_0x1c21b2(0x138)](_0x1c21b2(0x10d));_0x215bf8&&_0x23b8c3&&(_0x7d17c9[_0x1c21b2(0x11a)](_0x1c21b2(0x10d)),_0x7d17c9[_0x1c21b2(0x125)](_0x1c21b2(0x11c)),this[_0x1c21b2(0x13e)]());}[_0x33856d(0x13e)](){const _0x24b308=_0x33856d,_0x154279=this[_0x24b308(0x120)],_0x46ea42=_0x154279[_0x24b308(0x13f)];_0x154279[_0x24b308(0x133)][_0x24b308(0x138)](_0x24b308(0x112))[_0x24b308(0x13a)][_0x24b308(0x13c)](_0x281409=>{const _0x4ca8a0=_0x24b308;if(_0x4ca8a0(0x121)!=_0x281409[_0x4ca8a0(0x10e)]&&_0x4ca8a0(0x123)!=_0x281409[_0x4ca8a0(0x10e)])return;const {data:_0x552479}=_0x281409;if(_0x552479&&_0x4ca8a0(0x10d)===_0x552479[_0x4ca8a0(0x12b)]){const _0x33c61b=[],_0x3d23cb=_0x552479[_0x4ca8a0(0x129)][0x0];for(const [_0xd6b994,_0x5c7827]of Object[_0x4ca8a0(0x132)](_0x3d23cb))_0x33c61b[_0x4ca8a0(0x13d)](so(_0x154279,_0xd6b994,_0x5c7827));return _0x33c61b[_0x4ca8a0(0x131)]?{'type':_0x4ca8a0(0x130),'content':_0xbdf928(_0x46ea42,_0x4ca8a0(0x11f),_0x33c61b[_0x4ca8a0(0x127)](',\x20'))}:{'type':_0x4ca8a0(0x130),'content':_0xbdf928(_0x46ea42,_0x4ca8a0(0x11d))};}});}}function so(_0x5efe7f,_0xfa5abc,_0x360f96){const _0x53f65b=_0x33856d,_0x3425e5=_0x5efe7f[_0x53f65b(0x13f)]['t'],_0x19f6f6=_0xfa5abc[_0x53f65b(0x110)](/(?=[A-Z])/)[_0x53f65b(0x127)]('\x20'),_0x3b9a65=_0x3425e5(_0x19f6f6[_0x53f65b(0x137)](0x0)[_0x53f65b(0x135)]()+_0x19f6f6[_0x53f65b(0x12c)](0x1))[_0x53f65b(0x136)]();if(_0x53f65b(0x113)==typeof _0x360f96)return _0x3b9a65;if(_0x53f65b(0x12f)===_0xfa5abc||_0x53f65b(0x11e)===_0xfa5abc){const _0xefb66e=_0x42955f(_0x5efe7f[_0x53f65b(0x118)][_0x53f65b(0x138)](_0x53f65b(0x10c)))[_0x53f65b(0x126)](_0x25cc42=>_0x25cc42[_0x53f65b(0x12e)]==_0x360f96);return _0x3b9a65+'\x20('+(_0xefb66e?_0x3425e5(_0xefb66e[_0x53f65b(0x119)])[_0x53f65b(0x136)]():_0x360f96)+')';}if(_0x53f65b(0x140)===_0xfa5abc&&isNaN(parseFloat(_0x360f96))){const _0x5f0592=_0x5efe7f[_0x53f65b(0x133)][_0x53f65b(0x138)](_0x53f65b(0x117))[_0x53f65b(0x12d)](_0x5efe7f[_0x53f65b(0x118)][_0x53f65b(0x138)](_0x53f65b(0x124)))[_0x53f65b(0x126)](_0x1f86e9=>_0x1f86e9[_0x53f65b(0x12e)]==_0x360f96);return _0x3b9a65+'\x20('+(_0x5f0592?_0x3425e5(_0x5f0592[_0x53f65b(0x134)])[_0x53f65b(0x136)]():_0x360f96)+')';}return _0x3b9a65+'\x20('+_0x360f96+')';}
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+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xae34(_0x31a719,_0x5c5cd1){const _0x132674=_0x1326();return _0xae34=function(_0xae3453,_0x1edce2){_0xae3453=_0xae3453-0x1a8;let _0x384a35=_0x132674[_0xae3453];return _0x384a35;},_0xae34(_0x31a719,_0x5c5cd1);}function _0x1326(){const _0x572fea=['find','model','value','heading','config','_getHeadingLevel','get','143vRrGvS','38HNOGrh','407965SmFMLu','66368RTAaIG','1381005NwaLtJ','44vMyPbj','*Change\x20to:*\x20%0','title','_headingOptions','10744680dQneyl','match','TrackChangesEditing','locale','136280xzwFlK','has','format','678XtkGkZ','ELEMENT_HEADING_CUSTOM','registerElementLabel','9zupWVL','plugins','editor','heading.options','HeadingEditing','registerDescriptionCallback','name','afterInit','63239796YWAgts','_registerLegacyDescription','96355zSDrmS','type','formatBlock','_enableDefaultAttributesIntegration','commandParams','ELEMENT_HEADING','_descriptionFactory','paragraph','commandName','view'];_0x1326=function(){return _0x572fea;};return _0x1326();}const _0x1adfea=_0xae34;(function(_0x598071,_0x3d15bc){const _0x3d7054=_0xae34,_0x5143ef=_0x598071();while(!![]){try{const _0x49ca09=-parseInt(_0x3d7054(0x1b1))/0x1*(parseInt(_0x3d7054(0x1af))/0x2)+parseInt(_0x3d7054(0x1b2))/0x3+parseInt(_0x3d7054(0x1b3))/0x4*(-parseInt(_0x3d7054(0x1b0))/0x5)+parseInt(_0x3d7054(0x1be))/0x6*(-parseInt(_0x3d7054(0x1cb))/0x7)+parseInt(_0x3d7054(0x1b7))/0x8*(-parseInt(_0x3d7054(0x1c1))/0x9)+-parseInt(_0x3d7054(0x1bb))/0xa*(-parseInt(_0x3d7054(0x1ae))/0xb)+parseInt(_0x3d7054(0x1c9))/0xc;if(_0x49ca09===_0x3d15bc)break;else _0x5143ef['push'](_0x5143ef['shift']());}catch(_0x197b16){_0x5143ef['push'](_0x5143ef['shift']());}}}(_0x1326,0xcfa05));import{Plugin as _0x2261a1}from'ckeditor5/src/core.js';import{getTranslation as _0x4f3d31}from'../utils/common-translations.js';export default class Y extends _0x2261a1{[_0x1adfea(0x1c8)](){const _0x450b8e=_0x1adfea,_0x2717ab=this[_0x450b8e(0x1c3)];if(!_0x2717ab[_0x450b8e(0x1c2)][_0x450b8e(0x1bc)](_0x450b8e(0x1c5)))return;this[_0x450b8e(0x1b6)]=_0x2717ab[_0x450b8e(0x1ab)][_0x450b8e(0x1ad)](_0x450b8e(0x1c4));const _0x3cf0fd=_0x2717ab[_0x450b8e(0x1ba)],_0x4dcdf0=_0x2717ab[_0x450b8e(0x1c2)][_0x450b8e(0x1ad)](_0x450b8e(0x1b9));_0x4dcdf0[_0x450b8e(0x1ce)](_0x450b8e(0x1aa));for(const _0xfc54df of this[_0x450b8e(0x1b6)])_0x450b8e(0x1d2)!=_0xfc54df[_0x450b8e(0x1a8)]&&_0x4dcdf0[_0x450b8e(0x1d1)][_0x450b8e(0x1c0)](_0xfc54df[_0x450b8e(0x1a8)],_0x33e1f3=>{const _0x12d151=_0x450b8e,_0x2a6a27=this[_0x12d151(0x1ac)](_0xfc54df[_0x12d151(0x1a8)]);return null!==_0x2a6a27?_0x4d65e7(_0x33e1f3,_0x2a6a27):_0x2b5cbd(_0x33e1f3,_0xfc54df[_0x12d151(0x1b5)]);});function _0x4d65e7(_0x38d3d9,_0x342bbb){const _0xd3a7ba=_0x450b8e;return _0x4f3d31(_0x3cf0fd,_0xd3a7ba(0x1d0),[_0x38d3d9,_0x342bbb]);}function _0x2b5cbd(_0x15190c,_0x3c803e){const _0x5371ce=_0x450b8e;return _0x4f3d31(_0x3cf0fd,_0x5371ce(0x1bf),[_0x15190c,_0x3c803e]);}this[_0x450b8e(0x1ca)]();}[_0x1adfea(0x1ca)](){const _0x1595a2=_0x1adfea,_0x20ef2d=this[_0x1595a2(0x1c3)],_0x419f97=_0x20ef2d[_0x1595a2(0x1ba)];function _0x278265(_0x794c76,_0x4bdeb6){const _0x1c8a04=_0x1595a2;return _0x4f3d31(_0x419f97,_0x1c8a04(0x1bf),[_0x794c76,_0x4bdeb6]);}_0x20ef2d[_0x1595a2(0x1c2)][_0x1595a2(0x1ad)](_0x1595a2(0x1b9))[_0x1595a2(0x1d1)][_0x1595a2(0x1c6)](_0x9378b3=>{const _0x1f841d=_0x1595a2;if(_0x1f841d(0x1cd)!=_0x9378b3[_0x1f841d(0x1cc)])return;const {data:_0x195eec}=_0x9378b3;if(_0x195eec&&_0x1f841d(0x1aa)==_0x195eec[_0x1f841d(0x1d3)]){const _0x16fc41=_0x195eec[_0x1f841d(0x1cf)][0x0][_0x1f841d(0x1a9)],_0x6bc4ef=this[_0x1f841d(0x1ac)](_0x16fc41);if(null!==_0x6bc4ef)return{'type':_0x1f841d(0x1bd),'content':_0x4f3d31(_0x419f97,_0x1f841d(0x1b4),(_0x1dae45=0x1,_0x1cffee=_0x6bc4ef,_0x4f3d31(_0x419f97,_0x1f841d(0x1d0),[_0x1dae45,_0x1cffee])))};const _0xaae873=this[_0x1f841d(0x1b6)][_0x1f841d(0x1d5)](_0x3747f0=>_0x3747f0[_0x1f841d(0x1a8)]===_0x16fc41)[_0x1f841d(0x1b5)];return{'type':_0x1f841d(0x1bd),'content':_0x4f3d31(_0x419f97,_0x1f841d(0x1b4),_0x278265(0x1,_0xaae873))};}var _0x1dae45,_0x1cffee;});}[_0x1adfea(0x1ac)](_0x555b1f){const _0x49ccec=_0x1adfea;var _0x395405,_0x248808;const _0x1adf21=_0x555b1f[_0x49ccec(0x1b8)](/^heading(\d+)/);if(_0x1adf21)return _0x1adf21[0x1];const _0x3d28e8=null===(_0x395405=this[_0x49ccec(0x1b6)])||void 0x0===_0x395405?void 0x0:_0x395405[_0x49ccec(0x1d5)](_0x9a279b=>_0x9a279b[_0x49ccec(0x1a8)]==_0x555b1f);if(_0x3d28e8&&_0x3d28e8[_0x49ccec(0x1d4)]){const _0x1f44a4=_0x3d28e8[_0x49ccec(0x1d4)],_0x5f3e76=(null!==(_0x248808=_0x1f44a4[_0x49ccec(0x1c7)])&&void 0x0!==_0x248808?_0x248808:_0x1f44a4)[_0x49ccec(0x1b8)](/^h(\d+)/);if(_0x5f3e76)return _0x5f3e76[0x1];}return null;}}
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;}}