@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 _0x29c41d=_0x1576;function _0x1576(_0x34aae0,_0x175b22){const _0xc5400c=_0xc540();return _0x1576=function(_0x1576c4,_0x37892e){_0x1576c4=_0x1576c4-0x1e9;let _0x319e24=_0xc5400c[_0x1576c4];return _0x319e24;},_0x1576(_0x34aae0,_0x175b22);}function _0xc540(){const _0x4bee98=['value','716523NEnOMN','type','locale','5703872kWGGvJ','registerDescriptionCallback','commandName','3560884yEiQrE','config','11056437OZODQq','plugins','toLowerCase','afterInit','commandParams','registerAttributeLabel','highlight','color','*Remove\x20highlight*','find','title','editor','5vsoeSA','model','TrackChangesEditing','formatInline','*Set\x20highlight:*\x20%0','format','_enableDefaultAttributesIntegration','_registerLegacyDescription','2670534rigHaU','FORMAT_HIGHLIGHT','_descriptionFactory','4506108waJUyT','has','get','2gEVbfb','HighlightEditing','highlight.options','4208463FbNviO'];_0xc540=function(){return _0x4bee98;};return _0xc540();}(function(_0x27d6c3,_0x4c4a2a){const _0x16200c=_0x1576,_0x48c805=_0x27d6c3();while(!![]){try{const _0x34cb5f=-parseInt(_0x16200c(0x20e))/0x1*(-parseInt(_0x16200c(0x209))/0x2)+-parseInt(_0x16200c(0x206))/0x3+-parseInt(_0x16200c(0x1ed))/0x4*(-parseInt(_0x16200c(0x1fb))/0x5)+-parseInt(_0x16200c(0x203))/0x6+parseInt(_0x16200c(0x20c))/0x7+-parseInt(_0x16200c(0x1ea))/0x8+parseInt(_0x16200c(0x1ef))/0x9;if(_0x34cb5f===_0x4c4a2a)break;else _0x48c805['push'](_0x48c805['shift']());}catch(_0x381e28){_0x48c805['push'](_0x48c805['shift']());}}}(_0xc540,0xbd891));import{Plugin as _0x4474c2}from'ckeditor5/src/core.js';import{getTranslation as _0x5f0328}from'../utils/common-translations.js';export default class Z extends _0x4474c2{[_0x29c41d(0x1f2)](){const _0x573629=_0x29c41d,_0x36dce5=this[_0x573629(0x1fa)];if(!_0x36dce5[_0x573629(0x1f0)][_0x573629(0x207)](_0x573629(0x20a)))return;const _0x9b0b5f=_0x36dce5[_0x573629(0x1f0)][_0x573629(0x208)](_0x573629(0x1fd)),_0x50940e=_0x36dce5[_0x573629(0x1e9)];_0x9b0b5f[_0x573629(0x201)](_0x573629(0x1f5),[_0x573629(0x1f5)]),_0x9b0b5f[_0x573629(0x205)][_0x573629(0x1f4)](_0x573629(0x1f5),_0x5f0328(_0x50940e,_0x573629(0x204))),this[_0x573629(0x202)]();}[_0x29c41d(0x202)](){const _0x5cbbec=_0x29c41d,_0x2a6dfd=this[_0x5cbbec(0x1fa)],_0x487d43=_0x2a6dfd[_0x5cbbec(0x1e9)];_0x2a6dfd[_0x5cbbec(0x1f0)][_0x5cbbec(0x208)](_0x5cbbec(0x1fd))[_0x5cbbec(0x205)][_0x5cbbec(0x1eb)](_0x2d4cb3=>{const _0x5f2e2b=_0x5cbbec;if(_0x5f2e2b(0x1fe)!=_0x2d4cb3[_0x5f2e2b(0x20f)])return;const {data:_0x29eab1}=_0x2d4cb3;if(_0x29eab1&&_0x5f2e2b(0x1f5)==_0x29eab1[_0x5f2e2b(0x1ec)]){const _0x5499eb=_0x487d43['t'],_0x4d7b10=_0x29eab1[_0x5f2e2b(0x1f3)][0x0][_0x5f2e2b(0x20d)];if(_0x4d7b10){const _0x22ff8e=_0x2a6dfd[_0x5f2e2b(0x1ee)][_0x5f2e2b(0x208)](_0x5f2e2b(0x20b))[_0x5f2e2b(0x1f8)](_0x3c2ed9=>_0x3c2ed9[_0x5f2e2b(0x1fc)]==_0x4d7b10),_0x21de63=_0x5499eb(_0x22ff8e[_0x5f2e2b(0x1f9)])[_0x5f2e2b(0x1f1)]();return{'type':_0x5f2e2b(0x200),'content':_0x5f0328(_0x487d43,_0x5f2e2b(0x1ff),_0x21de63),'color':{'value':_0x22ff8e[_0x5f2e2b(0x1f6)],'title':_0x22ff8e[_0x5f2e2b(0x1f9)]}};}return{'type':_0x5f2e2b(0x200),'content':_0x5f0328(_0x487d43,_0x5f2e2b(0x1f7),_0x5f0328(_0x487d43,_0x5f2e2b(0x204)))};}});}}
23
+ const _0x3d4d58=_0x41c7;(function(_0x5ef8e7,_0x43fc7c){const _0x2904ef=_0x41c7,_0x404fbe=_0x5ef8e7();while(!![]){try{const _0x47805b=-parseInt(_0x2904ef(0x127))/0x1*(-parseInt(_0x2904ef(0x137))/0x2)+-parseInt(_0x2904ef(0x13a))/0x3*(-parseInt(_0x2904ef(0x12e))/0x4)+parseInt(_0x2904ef(0x126))/0x5*(parseInt(_0x2904ef(0x13b))/0x6)+-parseInt(_0x2904ef(0x135))/0x7*(-parseInt(_0x2904ef(0x12a))/0x8)+parseInt(_0x2904ef(0x130))/0x9*(-parseInt(_0x2904ef(0x132))/0xa)+-parseInt(_0x2904ef(0x148))/0xb+parseInt(_0x2904ef(0x13c))/0xc*(-parseInt(_0x2904ef(0x12b))/0xd);if(_0x47805b===_0x43fc7c)break;else _0x404fbe['push'](_0x404fbe['shift']());}catch(_0x570174){_0x404fbe['push'](_0x404fbe['shift']());}}}(_0x12a5,0xddbe8));import{Plugin as _0x26513d}from'ckeditor5/src/core.js';import{getTranslation as _0x4ee4d1}from'../utils/common-translations.js';function _0x12a5(){const _0x2df40a=['registerAttributeLabel','8NYsWeM','8679983ZydNXj','color','highlight','7080092MKhsjk','formatInline','111600mUlarK','commandParams','50nlmqJs','value','get','5183479VsNMYF','TrackChangesEditing','2IOYEnr','_registerLegacyDescription','plugins','3DWxyVi','1644dbltLX','36CztZeM','afterInit','has','_enableDefaultAttributesIntegration','format','_descriptionFactory','locale','find','editor','*Remove\x20highlight*','highlight.options','model','2713975XekOJM','type','HighlightEditing','config','FORMAT_HIGHLIGHT','registerDescriptionCallback','title','toLowerCase','commandName','2605YRjzQG','566788LlLinp','*Set\x20highlight:*\x20%0'];_0x12a5=function(){return _0x2df40a;};return _0x12a5();}function _0x41c7(_0x51865c,_0x3228f0){const _0x12a582=_0x12a5();return _0x41c7=function(_0x41c7ba,_0x30a1b5){_0x41c7ba=_0x41c7ba-0x126;let _0x5a97c2=_0x12a582[_0x41c7ba];return _0x5a97c2;},_0x41c7(_0x51865c,_0x3228f0);}export default class Z extends _0x26513d{[_0x3d4d58(0x13d)](){const _0x16c9a7=_0x3d4d58,_0x355cf9=this[_0x16c9a7(0x144)];if(!_0x355cf9[_0x16c9a7(0x139)][_0x16c9a7(0x13e)](_0x16c9a7(0x14a)))return;const _0x46f96c=_0x355cf9[_0x16c9a7(0x139)][_0x16c9a7(0x134)](_0x16c9a7(0x136)),_0x3694bd=_0x355cf9[_0x16c9a7(0x142)];_0x46f96c[_0x16c9a7(0x13f)](_0x16c9a7(0x12d),[_0x16c9a7(0x12d)]),_0x46f96c[_0x16c9a7(0x141)][_0x16c9a7(0x129)](_0x16c9a7(0x12d),_0x4ee4d1(_0x3694bd,_0x16c9a7(0x14c))),this[_0x16c9a7(0x138)]();}[_0x3d4d58(0x138)](){const _0x39fc0b=_0x3d4d58,_0x2afa29=this[_0x39fc0b(0x144)],_0xd36cc1=_0x2afa29[_0x39fc0b(0x142)];_0x2afa29[_0x39fc0b(0x139)][_0x39fc0b(0x134)](_0x39fc0b(0x136))[_0x39fc0b(0x141)][_0x39fc0b(0x14d)](_0x9f28da=>{const _0x291064=_0x39fc0b;if(_0x291064(0x12f)!=_0x9f28da[_0x291064(0x149)])return;const {data:_0x4bc4e0}=_0x9f28da;if(_0x4bc4e0&&_0x291064(0x12d)==_0x4bc4e0[_0x291064(0x150)]){const _0x1d7cd3=_0xd36cc1['t'],_0x110b03=_0x4bc4e0[_0x291064(0x131)][0x0][_0x291064(0x133)];if(_0x110b03){const _0x164ebf=_0x2afa29[_0x291064(0x14b)][_0x291064(0x134)](_0x291064(0x146))[_0x291064(0x143)](_0x437361=>_0x437361[_0x291064(0x147)]==_0x110b03),_0x51b7d0=_0x1d7cd3(_0x164ebf[_0x291064(0x14e)])[_0x291064(0x14f)]();return{'type':_0x291064(0x140),'content':_0x4ee4d1(_0xd36cc1,_0x291064(0x128),_0x51b7d0),'color':{'value':_0x164ebf[_0x291064(0x12c)],'title':_0x164ebf[_0x291064(0x14e)]}};}return{'type':_0x291064(0x140),'content':_0x4ee4d1(_0xd36cc1,_0x291064(0x145),_0x4ee4d1(_0xd36cc1,_0x291064(0x14c)))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x479f(){const _0x5a812c=['has','191060CLoSen','6017710knXtok','createContainerElement','insert','2849457eZgoAL','135WkMMht','TrackChangesEditing','locale','createPositionAt','addClass','ck-horizontal-line','32xgxiJI','276wbSZWR','createEmptyElement','afterInit','_descriptionFactory','horizontalLine','showSuggestionHighlights','2040588IdLEYL','52qkHcyh','plugins','HorizontalLineEditing','registerElementLabel','397309LDLvgd','get','conversion','elementToStructure','18CwepFJ','dataDowncast','div','117607uTCVIx','4940dVHOMl','enableCommand','ELEMENT_HORIZONTAL_LINE','for','editor','high'];_0x479f=function(){return _0x5a812c;};return _0x479f();}const _0x172b17=_0x4600;(function(_0x2ef8b3,_0x176d7e){const _0x46238d=_0x4600,_0xf43b9e=_0x2ef8b3();while(!![]){try{const _0xd3ce6=-parseInt(_0x46238d(0x1b9))/0x1*(-parseInt(_0x46238d(0x1ad))/0x2)+parseInt(_0x46238d(0x1b8))/0x3+parseInt(_0x46238d(0x1a1))/0x4*(-parseInt(_0x46238d(0x1b4))/0x5)+-parseInt(_0x46238d(0x1c6))/0x6+parseInt(_0x46238d(0x1ac))/0x7*(-parseInt(_0x46238d(0x1bf))/0x8)+parseInt(_0x46238d(0x1a9))/0x9*(parseInt(_0x46238d(0x1b5))/0xa)+-parseInt(_0x46238d(0x1a5))/0xb*(parseInt(_0x46238d(0x1c0))/0xc);if(_0xd3ce6===_0x176d7e)break;else _0xf43b9e['push'](_0xf43b9e['shift']());}catch(_0xbba09c){_0xf43b9e['push'](_0xf43b9e['shift']());}}}(_0x479f,0xb7990));import{Plugin as _0x22927f}from'ckeditor5/src/core.js';import{getTranslation as _0x350852}from'../utils/common-translations.js';function _0x4600(_0x36a760,_0x1ae165){const _0x479f9f=_0x479f();return _0x4600=function(_0x4600b6,_0x3e8730){_0x4600b6=_0x4600b6-0x1a1;let _0x439306=_0x479f9f[_0x4600b6];return _0x439306;},_0x4600(_0x36a760,_0x1ae165);}export default class tt extends _0x22927f{[_0x172b17(0x1c2)](){const _0x14a41d=_0x172b17,_0x33fe47=this[_0x14a41d(0x1b1)];if(!_0x33fe47[_0x14a41d(0x1a2)][_0x14a41d(0x1b3)](_0x14a41d(0x1a3)))return;_0x33fe47[_0x14a41d(0x1a2)][_0x14a41d(0x1a6)](_0x14a41d(0x1ba))[_0x14a41d(0x1ae)](_0x14a41d(0x1c4));const _0x2eef7a=_0x33fe47[_0x14a41d(0x1a2)][_0x14a41d(0x1a6)](_0x14a41d(0x1ba)),_0x206cce=_0x33fe47[_0x14a41d(0x1bb)];_0x2eef7a[_0x14a41d(0x1c3)][_0x14a41d(0x1a4)](_0x14a41d(0x1c4),_0x53be58=>_0x350852(_0x206cce,_0x14a41d(0x1af),_0x53be58)),_0x33fe47[_0x14a41d(0x1a7)][_0x14a41d(0x1b0)](_0x14a41d(0x1aa))[_0x14a41d(0x1a8)]({'model':_0x14a41d(0x1c4),'view':(_0x49c540,{writer:_0x479b5e,options:_0x5b5f9a})=>{const _0x597746=_0x14a41d;if(!_0x5b5f9a[_0x597746(0x1c5)])return null;const _0x51b852=_0x479b5e[_0x597746(0x1b6)](_0x597746(0x1ab)),_0x1e4e04=_0x479b5e[_0x597746(0x1c1)]('hr');return _0x479b5e[_0x597746(0x1bd)](_0x597746(0x1be),_0x51b852),_0x479b5e[_0x597746(0x1b7)](_0x479b5e[_0x597746(0x1bc)](_0x51b852,0x0),_0x1e4e04),_0x51b852;},'converterPriority':_0x14a41d(0x1b2)});}}
23
+ const _0xf3e310=_0x2127;function _0x2127(_0xa66025,_0xd6bb70){const _0x3a02ea=_0x3a02();return _0x2127=function(_0x21272a,_0x315be8){_0x21272a=_0x21272a-0xd9;let _0x38a9b8=_0x3a02ea[_0x21272a];return _0x38a9b8;},_0x2127(_0xa66025,_0xd6bb70);}(function(_0x41b6f9,_0xd7345c){const _0x3ba4bd=_0x2127,_0x305d07=_0x41b6f9();while(!![]){try{const _0x5a741c=-parseInt(_0x3ba4bd(0xea))/0x1+-parseInt(_0x3ba4bd(0xdd))/0x2*(-parseInt(_0x3ba4bd(0xe2))/0x3)+parseInt(_0x3ba4bd(0xe7))/0x4*(parseInt(_0x3ba4bd(0xe4))/0x5)+-parseInt(_0x3ba4bd(0xe1))/0x6*(parseInt(_0x3ba4bd(0xdb))/0x7)+-parseInt(_0x3ba4bd(0xde))/0x8+-parseInt(_0x3ba4bd(0xe0))/0x9+parseInt(_0x3ba4bd(0xf1))/0xa;if(_0x5a741c===_0xd7345c)break;else _0x305d07['push'](_0x305d07['shift']());}catch(_0x177f1a){_0x305d07['push'](_0x305d07['shift']());}}}(_0x3a02,0xd2542));import{Plugin as _0x4c02fc}from'ckeditor5/src/core.js';function _0x3a02(){const _0xfbb71d=['4361130OePTrU','6BqPFBo','456HNEPBK','conversion','305xHnenQ','registerElementLabel','for','54108vzhixp','elementToStructure','createContainerElement','536037MwDchQ','get','insert','ck-horizontal-line','_descriptionFactory','createPositionAt','editor','11694450WCFVNT','TrackChangesEditing','horizontalLine','plugins','enableCommand','showSuggestionHighlights','has','dataDowncast','HorizontalLineEditing','high','locale','div','afterInit','createEmptyElement','7991060abSYlh','ELEMENT_HORIZONTAL_LINE','15656bnHlla','1286040PZqZQH','addClass'];_0x3a02=function(){return _0xfbb71d;};return _0x3a02();}import{getTranslation as _0x44240b}from'../utils/common-translations.js';export default class tt extends _0x4c02fc{[_0xf3e310(0xd9)](){const _0x10561c=_0xf3e310,_0x1feacb=this[_0x10561c(0xf0)];if(!_0x1feacb[_0x10561c(0xf4)][_0x10561c(0xf7)](_0x10561c(0xf9)))return;_0x1feacb[_0x10561c(0xf4)][_0x10561c(0xeb)](_0x10561c(0xf2))[_0x10561c(0xf5)](_0x10561c(0xf3));const _0x5f24f5=_0x1feacb[_0x10561c(0xf4)][_0x10561c(0xeb)](_0x10561c(0xf2)),_0x5324cb=_0x1feacb[_0x10561c(0xfb)];_0x5f24f5[_0x10561c(0xee)][_0x10561c(0xe5)](_0x10561c(0xf3),_0x780f23=>_0x44240b(_0x5324cb,_0x10561c(0xdc),_0x780f23)),_0x1feacb[_0x10561c(0xe3)][_0x10561c(0xe6)](_0x10561c(0xf8))[_0x10561c(0xe8)]({'model':_0x10561c(0xf3),'view':(_0x2788c0,{writer:_0x4f143a,options:_0x3ba63c})=>{const _0x562445=_0x10561c;if(!_0x3ba63c[_0x562445(0xf6)])return null;const _0x31fbfa=_0x4f143a[_0x562445(0xe9)](_0x562445(0xfc)),_0xe8e3cb=_0x4f143a[_0x562445(0xda)]('hr');return _0x4f143a[_0x562445(0xdf)](_0x562445(0xed),_0x31fbfa),_0x4f143a[_0x562445(0xec)](_0x4f143a[_0x562445(0xef)](_0x31fbfa,0x0),_0xe8e3cb),_0x31fbfa;},'converterPriority':_0x10561c(0xfa)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x6b7115=_0x4183;(function(_0x5d5fe0,_0x5bdfba){const _0x3fba04=_0x4183,_0x290b9b=_0x5d5fe0();while(!![]){try{const _0x5c7c72=parseInt(_0x3fba04(0x188))/0x1+-parseInt(_0x3fba04(0x179))/0x2*(-parseInt(_0x3fba04(0x193))/0x3)+parseInt(_0x3fba04(0x196))/0x4+-parseInt(_0x3fba04(0x19a))/0x5+-parseInt(_0x3fba04(0x177))/0x6*(parseInt(_0x3fba04(0x194))/0x7)+-parseInt(_0x3fba04(0x18a))/0x8*(-parseInt(_0x3fba04(0x180))/0x9)+-parseInt(_0x3fba04(0x176))/0xa;if(_0x5c7c72===_0x5bdfba)break;else _0x290b9b['push'](_0x290b9b['shift']());}catch(_0x248a01){_0x290b9b['push'](_0x290b9b['shift']());}}}(_0x2aa2,0xe2b1a));import{Plugin as _0x376a4a}from'ckeditor5/src/core.js';import{getTranslation as _0xdbef53}from'../utils/common-translations.js';function _0x4183(_0x10cb55,_0x4cab1c){const _0x2aa230=_0x2aa2();return _0x4183=function(_0x41834c,_0x17150c){_0x41834c=_0x41834c-0x175;let _0x3ff26c=_0x2aa230[_0x41834c];return _0x3ff26c;},_0x4183(_0x10cb55,_0x4cab1c);}function _0x2aa2(){const _0x3abe42=['142VkSudi','locale','element','HtmlEmbed','rawHtml','commandName','editor','15084WXQYET','type','start','attribute','_descriptionFactory','value','plugins','afterInit','1853625CVUvNQ','format','4400wwapbr','_enableDefaultAttributesIntegration','htmlEmbed','*Change\x20%0\x20content*','registerElementLabel','registerDescriptionCallback','ELEMENT_HTML_EMBED','getFirstRange','get','74421RanJWu','35GjGMcF','key','5582576rEdMrx','has','formatBlock','TrackChangesEditing','486200jhQppk','_registerLegacyDescription','45460080Mwvrwh','432696EJXVDp','nodeAfter'];_0x2aa2=function(){return _0x3abe42;};return _0x2aa2();}export default class et extends _0x376a4a{[_0x6b7115(0x187)](){const _0x389a14=_0x6b7115,_0x3412eb=this[_0x389a14(0x17f)];if(!_0x3412eb[_0x389a14(0x186)][_0x389a14(0x197)](_0x389a14(0x17c)))return;const _0x24f53c=_0x3412eb[_0x389a14(0x186)][_0x389a14(0x192)](_0x389a14(0x199)),_0x5eb394=_0x3412eb[_0x389a14(0x17a)];_0x24f53c[_0x389a14(0x184)][_0x389a14(0x18e)](_0x389a14(0x17d),_0x4ed288=>_0xdbef53(_0x5eb394,_0x389a14(0x190),_0x4ed288)),_0x24f53c[_0x389a14(0x18b)](_0x389a14(0x18c),[],[_0x389a14(0x185)]),_0x24f53c[_0x389a14(0x184)][_0x389a14(0x18f)](_0x1d458c=>{const _0x46cb12=_0x389a14;if(_0x46cb12(0x183)!=_0x1d458c[_0x46cb12(0x181)])return;const {data:_0x2f1d38}=_0x1d458c;if(_0x2f1d38&&_0x46cb12(0x185)==_0x2f1d38[_0x46cb12(0x195)]&&_0x1d458c[_0x46cb12(0x191)]()[_0x46cb12(0x182)][_0x46cb12(0x178)]['is'](_0x46cb12(0x17b),_0x46cb12(0x17d))){const _0xba0a78=_0xdbef53(_0x5eb394,_0x46cb12(0x190));return{'type':_0x46cb12(0x189),'content':_0xdbef53(_0x5eb394,_0x46cb12(0x18d),_0xba0a78)};}}),this[_0x389a14(0x175)]();}[_0x6b7115(0x175)](){const _0x3bd975=_0x6b7115,_0xd22ad1=this[_0x3bd975(0x17f)],_0xe9999a=_0xd22ad1[_0x3bd975(0x17a)];_0xd22ad1[_0x3bd975(0x186)][_0x3bd975(0x192)](_0x3bd975(0x199))[_0x3bd975(0x184)][_0x3bd975(0x18f)](_0x51039d=>{const _0x422a4a=_0x3bd975;if(_0x422a4a(0x198)!=_0x51039d[_0x422a4a(0x181)])return;const {data:_0x1ecc75}=_0x51039d;if(_0x1ecc75&&_0x422a4a(0x18c)==_0x1ecc75[_0x422a4a(0x17e)]){const _0x2d4143=_0xdbef53(_0xe9999a,_0x422a4a(0x190));return{'type':_0x422a4a(0x189),'content':_0xdbef53(_0xe9999a,_0x422a4a(0x18d),_0x2d4143)};}});}}
23
+ const _0x3eff9e=_0x3f06;function _0x3f06(_0x2a5e94,_0x4beba1){const _0x5b8bc2=_0x5b8b();return _0x3f06=function(_0x3f0691,_0x424703){_0x3f0691=_0x3f0691-0x18e;let _0x257ad8=_0x5b8bc2[_0x3f0691];return _0x257ad8;},_0x3f06(_0x2a5e94,_0x4beba1);}(function(_0x3845d5,_0x2d807c){const _0x1d5155=_0x3f06,_0x15cba2=_0x3845d5();while(!![]){try{const _0x390252=parseInt(_0x1d5155(0x19d))/0x1+parseInt(_0x1d5155(0x1a2))/0x2+parseInt(_0x1d5155(0x19e))/0x3+-parseInt(_0x1d5155(0x1ae))/0x4+-parseInt(_0x1d5155(0x1a6))/0x5+parseInt(_0x1d5155(0x1ad))/0x6+-parseInt(_0x1d5155(0x1af))/0x7;if(_0x390252===_0x2d807c)break;else _0x15cba2['push'](_0x15cba2['shift']());}catch(_0x271e86){_0x15cba2['push'](_0x15cba2['shift']());}}}(_0x5b8b,0xefcec));import{Plugin as _0x20ecd6}from'ckeditor5/src/core.js';import{getTranslation as _0x30f5aa}from'../utils/common-translations.js';export default class et extends _0x20ecd6{[_0x3eff9e(0x191)](){const _0x6b97b=_0x3eff9e,_0x70dd1e=this[_0x6b97b(0x1a1)];if(!_0x70dd1e[_0x6b97b(0x194)][_0x6b97b(0x1a4)](_0x6b97b(0x197)))return;const _0x5c3b53=_0x70dd1e[_0x6b97b(0x194)][_0x6b97b(0x1a7)](_0x6b97b(0x1aa)),_0x2a5bcc=_0x70dd1e[_0x6b97b(0x19a)];_0x5c3b53[_0x6b97b(0x195)][_0x6b97b(0x1a0)](_0x6b97b(0x1a9),_0x2add91=>_0x30f5aa(_0x2a5bcc,_0x6b97b(0x193),_0x2add91)),_0x5c3b53[_0x6b97b(0x198)](_0x6b97b(0x19c),[],[_0x6b97b(0x1ac)]),_0x5c3b53[_0x6b97b(0x195)][_0x6b97b(0x1b0)](_0x182b05=>{const _0x1d0a81=_0x6b97b;if(_0x1d0a81(0x1ab)!=_0x182b05[_0x1d0a81(0x19b)])return;const {data:_0x56f7f7}=_0x182b05;if(_0x56f7f7&&_0x1d0a81(0x1ac)==_0x56f7f7[_0x1d0a81(0x18e)]&&_0x182b05[_0x1d0a81(0x1a5)]()[_0x1d0a81(0x199)][_0x1d0a81(0x196)]['is'](_0x1d0a81(0x1a3),_0x1d0a81(0x1a9))){const _0xfb6266=_0x30f5aa(_0x2a5bcc,_0x1d0a81(0x193));return{'type':_0x1d0a81(0x192),'content':_0x30f5aa(_0x2a5bcc,_0x1d0a81(0x1a8),_0xfb6266)};}}),this[_0x6b97b(0x18f)]();}[_0x3eff9e(0x18f)](){const _0x4c6b3f=_0x3eff9e,_0x30cf4d=this[_0x4c6b3f(0x1a1)],_0x2ca040=_0x30cf4d[_0x4c6b3f(0x19a)];_0x30cf4d[_0x4c6b3f(0x194)][_0x4c6b3f(0x1a7)](_0x4c6b3f(0x1aa))[_0x4c6b3f(0x195)][_0x4c6b3f(0x1b0)](_0x458079=>{const _0x516caa=_0x4c6b3f;if(_0x516caa(0x19f)!=_0x458079[_0x516caa(0x19b)])return;const {data:_0xb69d38}=_0x458079;if(_0xb69d38&&_0x516caa(0x19c)==_0xb69d38[_0x516caa(0x190)]){const _0x152bc4=_0x30f5aa(_0x2ca040,_0x516caa(0x193));return{'type':_0x516caa(0x192),'content':_0x30f5aa(_0x2ca040,_0x516caa(0x1a8),_0x152bc4)};}});}}function _0x5b8b(){const _0x2c4d11=['285276UlFLrv','4773627xEjoHE','formatBlock','registerElementLabel','editor','1417508rFncLg','element','has','getFirstRange','6913360WGtdOy','get','*Change\x20%0\x20content*','rawHtml','TrackChangesEditing','attribute','value','8357376VVUxdS','4169108csstbH','3996538YJmmhO','registerDescriptionCallback','key','_registerLegacyDescription','commandName','afterInit','format','ELEMENT_HTML_EMBED','plugins','_descriptionFactory','nodeAfter','HtmlEmbed','_enableDefaultAttributesIntegration','start','locale','type','htmlEmbed'];_0x5b8b=function(){return _0x2c4d11;};return _0x5b8b();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x409a(){const _0x2ac855=['get','imageStylePreApply','markInsertion','isIntersecting','ImageResize','forward','Inline\x20image\x20to\x20block\x20image','ImageUtils','_descriptionFactory','imageTypeBlock','fromPosition','chain','model','114879ZBlZgU','format','_suggestionFactory','backward','accept','start','length','selection','TrackChangesEditing','newValue','subType','markBlockFormat','registerElementLabel','find','ELEMENT_INLINE_IMAGE','formatBlock','addObject','isCollapsed','resizeImage','imageCaption','convertBlockImageToInline','2719445xAUZVv','convertInlineImageToBlock','locale','discard','*Set\x20image\x20text\x20alternative:*\x20%0','join','type','*Set\x20image\x20width:*\x20%0','insertImage','key','attribute','_registerLegacyDescription','afterInit','8wTQuJi','filter','getClosestSelectedImageElement','nodeAfter','imageBlock','previous','1889852gAZmdp','enableCommand','deletion','change','removeObject','isOwn','ImageCaptionEditing','getNearestSelectionRange','1523410doIsbg','insertion','3580522JHhviR','*Reset\x20image\x20width*','resizedWidth','_findSuggestions','alt','ImageBlockEditing','isBlockImage','ImageTextAlternativeEditing','toggleImageCaption','12nbqIMC','*Remove\x20image\x20text\x20alternative*','imageInline','10FQdENf','uploadImage','ELEMENT_CAPTION','nodeBefore','registerDescriptionCallback','toPrevious','commandParams','imageTypeInline','createRange','3344589nduTgh','ImageCaptionUtils','end','ELEMENT_IMAGE','getContainedElement','imageTextAlternative','Block\x20image\x20to\x20inline\x20image','_enableDefaultAttributesIntegration','ImageUploadEditing','6RKLuqL','commandName','createRangeOn','toNext','findIndex','plugins','isEqual','document','116370bVsemF','editor','has','getSuggestionCallback','isBefore','registerCustomCallback','markDeletion','element','ImageEditing','forceDefaultExecution','formatInline','detach','schema','ImageInlineEditing','getCaptionFromImageModelElement','registerAttributeLabel','caption','getFirstRange','width','FORMAT_IMAGE_SIZE'];_0x409a=function(){return _0x2ac855;};return _0x409a();}const _0x2ccca3=_0x4a86;(function(_0x2ee82d,_0x39da17){const _0x10a759=_0x4a86,_0x5234ca=_0x2ee82d();while(!![]){try{const _0x1e9fff=-parseInt(_0x10a759(0x187))/0x1+-parseInt(_0x10a759(0x17f))/0x2*(-parseInt(_0x10a759(0x12f))/0x3)+parseInt(_0x10a759(0x157))/0x4+-parseInt(_0x10a759(0x144))/0x5+-parseInt(_0x10a759(0x16a))/0x6*(-parseInt(_0x10a759(0x15f))/0x7)+parseInt(_0x10a759(0x151))/0x8*(-parseInt(_0x10a759(0x176))/0x9)+parseInt(_0x10a759(0x16d))/0xa*(parseInt(_0x10a759(0x161))/0xb);if(_0x1e9fff===_0x39da17)break;else _0x5234ca['push'](_0x5234ca['shift']());}catch(_0x28ad78){_0x5234ca['push'](_0x5234ca['shift']());}}}(_0x409a,0x4d340));import{Plugin as _0x48b2bb}from'ckeditor5/src/core.js';import{LivePosition as _0x1b3e0f}from'ckeditor5/src/engine.js';function _0x4a86(_0x52ceb3,_0x42ca2a){const _0x409afd=_0x409a();return _0x4a86=function(_0x4a864e,_0x2e6050){_0x4a864e=_0x4a864e-0x114;let _0x526e5a=_0x409afd[_0x4a864e];return _0x526e5a;},_0x4a86(_0x52ceb3,_0x42ca2a);}import{getTranslation as _0x295a1a}from'../utils/common-translations.js';export default class it extends _0x48b2bb{[_0x2ccca3(0x150)](){const _0xac00d9=_0x2ccca3,_0x220e3b=this[_0xac00d9(0x188)];if(!_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x189)](_0xac00d9(0x116)))return;const _0x4273e6=_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x122)](_0xac00d9(0x137)),_0x3fc37c=_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x122)](_0xac00d9(0x129)),_0x32d6d2=_0x220e3b[_0xac00d9(0x146)];_0x4273e6[_0xac00d9(0x158)](_0xac00d9(0x14c)),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x13b)](_0xac00d9(0x155),_0xff1949=>_0x295a1a(_0x32d6d2,_0xac00d9(0x179),_0xff1949)),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x13b)](_0xac00d9(0x16c),_0x4226fe=>_0x295a1a(_0x32d6d2,_0xac00d9(0x13d),_0x4226fe)),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x13b)](_0xac00d9(0x11e),()=>_0x295a1a(_0x32d6d2,_0xac00d9(0x16f))),_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x189)](_0xac00d9(0x17e))&&_0x4273e6[_0xac00d9(0x158)](_0xac00d9(0x16e)),_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x189)](_0xac00d9(0x166))&&_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x189)](_0xac00d9(0x11b))&&(_0x4273e6[_0xac00d9(0x158)](_0xac00d9(0x174),(_0x4141a1,_0x160e37)=>{const _0x241542=_0xac00d9,_0xd58186=_0x3fc37c[_0x241542(0x153)](_0x220e3b[_0x241542(0x12e)][_0x241542(0x186)][_0x241542(0x136)]);_0x220e3b[_0x241542(0x12e)][_0x241542(0x15a)](()=>{const _0x4bd110=_0x241542;_0x4273e6[_0x4bd110(0x13a)](_0xd58186,{'commandName':_0x4bd110(0x174),'commandParams':[_0x160e37]},[],_0x4bd110(0x143));});}),_0x4273e6[_0xac00d9(0x158)](_0xac00d9(0x12b),(_0x54537e,_0x5ab68f)=>{const _0x44cadd=_0xac00d9;_0x220e3b[_0x44cadd(0x12e)][_0x44cadd(0x15a)](_0x2956a4=>{const _0xf70b9c=_0x44cadd;let _0x3a2f69=_0x3fc37c[_0xf70b9c(0x153)](_0x220e3b[_0xf70b9c(0x12e)][_0xf70b9c(0x186)][_0xf70b9c(0x136)]),_0x49e031=_0x2956a4[_0xf70b9c(0x181)](_0x3a2f69);const _0x4394b5=_0x1b3e0f[_0xf70b9c(0x12c)](_0x49e031[_0xf70b9c(0x134)],_0xf70b9c(0x172)),_0x427413=_0x1b3e0f[_0xf70b9c(0x12c)](_0x49e031[_0xf70b9c(0x178)],_0xf70b9c(0x182));_0x4273e6[_0xf70b9c(0x117)](()=>_0x54537e(_0x5ab68f)),_0x3a2f69=_0x3fc37c[_0xf70b9c(0x153)](_0x220e3b[_0xf70b9c(0x12e)][_0xf70b9c(0x186)][_0xf70b9c(0x136)]),_0x49e031=_0x2956a4[_0xf70b9c(0x181)](_0x3a2f69);const _0x2067a5=_0x2956a4[_0xf70b9c(0x175)](_0x4394b5,_0x427413);_0x4394b5[_0xf70b9c(0x119)](),_0x427413[_0xf70b9c(0x119)](),_0x4273e6[_0xf70b9c(0x13a)](_0x3a2f69,{'commandName':_0xf70b9c(0x174),'commandParams':[_0x5ab68f]},[],_0xf70b9c(0x145)),_0x2067a5[_0xf70b9c(0x134)][_0xf70b9c(0x18b)](_0x49e031[_0xf70b9c(0x134)])&&_0x4273e6[_0xf70b9c(0x124)](_0x2956a4[_0xf70b9c(0x175)](_0x2067a5[_0xf70b9c(0x134)],_0x49e031[_0xf70b9c(0x134)]),_0xf70b9c(0x145)),_0x49e031[_0xf70b9c(0x178)][_0xf70b9c(0x18b)](_0x2067a5[_0xf70b9c(0x178)])&&_0x4273e6[_0xf70b9c(0x124)](_0x2956a4[_0xf70b9c(0x175)](_0x49e031[_0xf70b9c(0x178)],_0x2067a5[_0xf70b9c(0x178)]),_0xf70b9c(0x145));});}),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x13e),_0xac00d9(0x145),_0xac00d9(0x149),()=>!0x1),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x13e),_0xac00d9(0x145),_0xac00d9(0x133),()=>!0x1),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x13e),_0xac00d9(0x145),_0xac00d9(0x147),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18a)](_0xac00d9(0x13e),'',_0xac00d9(0x133))),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x160),_0xac00d9(0x145),_0xac00d9(0x149),()=>!0x1),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x160),_0xac00d9(0x145),_0xac00d9(0x147),([_0x5f3004])=>{const _0x2a42a=_0xac00d9,_0x12ef32=_0x4273e6[_0x2a42a(0x131)][_0x2a42a(0x18a)](_0x2a42a(0x160),'',_0x2a42a(0x147));let _0x645512=_0x5f3004[_0x2a42a(0x134)],_0x3d9ca8=_0x5f3004[_0x2a42a(0x178)];const _0x2f213e=_0x220e3b[_0x2a42a(0x12e)][_0x2a42a(0x11a)][_0x2a42a(0x15e)](_0x645512,_0x2a42a(0x132)),_0x40d281=_0x220e3b[_0x2a42a(0x12e)][_0x2a42a(0x11a)][_0x2a42a(0x15e)](_0x3d9ca8,_0x2a42a(0x127));_0x2f213e[_0x2a42a(0x140)]&&(_0x645512=_0x2f213e[_0x2a42a(0x134)]),_0x40d281[_0x2a42a(0x140)]&&(_0x3d9ca8=_0x40d281[_0x2a42a(0x178)]),_0x12ef32([_0x220e3b[_0x2a42a(0x12e)][_0x2a42a(0x175)](_0x645512,_0x3d9ca8)]);}),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x13e),_0xac00d9(0x145),_0xac00d9(0x12d),_0x1c82f4),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x160),_0xac00d9(0x145),_0xac00d9(0x12d),_0x1c82f4)),_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x189)](_0xac00d9(0x15d))&&(_0x4273e6[_0xac00d9(0x158)](_0xac00d9(0x169),(_0x17f877,_0x308501)=>{const _0x1bbb7f=_0xac00d9,_0x3bf21b=_0x220e3b[_0x1bbb7f(0x184)][_0x1bbb7f(0x122)](_0x1bbb7f(0x177));let _0x49d695=_0x3fc37c[_0x1bbb7f(0x153)](_0x220e3b[_0x1bbb7f(0x12e)][_0x1bbb7f(0x186)][_0x1bbb7f(0x136)]),_0x3b9ae8=_0x3bf21b[_0x1bbb7f(0x11c)](_0x49d695);_0x220e3b[_0x1bbb7f(0x12e)][_0x1bbb7f(0x15a)](()=>{const _0x188b56=_0x1bbb7f;if(_0x3b9ae8)return void _0x4273e6[_0x188b56(0x114)](_0x220e3b[_0x188b56(0x12e)][_0x188b56(0x181)](_0x3b9ae8));const _0x1fa527=_0x3fc37c[_0x188b56(0x167)](_0x49d695);_0x17f877(_0x308501),_0x49d695=_0x3fc37c[_0x188b56(0x153)](_0x220e3b[_0x188b56(0x12e)][_0x188b56(0x186)][_0x188b56(0x136)]),_0x3b9ae8=_0x3bf21b[_0x188b56(0x11c)](_0x49d695),_0x4273e6[_0x188b56(0x124)](_0x220e3b[_0x188b56(0x12e)][_0x188b56(0x181)](_0x3b9ae8),_0x1fa527?null:_0x188b56(0x142));});}),_0x4273e6[_0xac00d9(0x131)][_0xac00d9(0x18c)](_0xac00d9(0x160),_0xac00d9(0x142),_0xac00d9(0x12d),_0x1c82f4));const _0x31a933=[{'type':_0xac00d9(0x13e),'subType':_0xac00d9(0x123)},{'type':_0xac00d9(0x160),'subType':_0xac00d9(0x142)},{'type':_0xac00d9(0x13e),'subType':_0xac00d9(0x145)},{'type':_0xac00d9(0x160),'subType':_0xac00d9(0x145)}];function _0x54c7e8(_0x4fc67c,_0x64ba7a){const _0xf5d2e4=_0xac00d9,_0x3c0f98=_0x31a933[_0xf5d2e4(0x183)](({type:_0xfce917,subType:_0xe26f50})=>_0x4fc67c[_0xf5d2e4(0x14a)]==_0xfce917&&_0x4fc67c[_0xf5d2e4(0x139)]==_0xe26f50),_0x3bb485=_0x31a933[_0xf5d2e4(0x183)](({type:_0x89cc38,subType:_0x45edcf})=>_0x64ba7a[_0xf5d2e4(0x14a)]==_0x89cc38&&_0x64ba7a[_0xf5d2e4(0x139)]==_0x45edcf);if(_0x3c0f98<0x0||_0x3bb485<0x0)return!0x1;const _0x31b2e7=_0x4fc67c[_0xf5d2e4(0x11f)](),_0x581ab4=_0x64ba7a[_0xf5d2e4(0x11f)]();if((0x0==_0x3c0f98||0x1==_0x3c0f98)&&0x2==_0x3bb485&&_0x31b2e7[_0xf5d2e4(0x125)](_0x581ab4))return!0x0;if(0x2==_0x3c0f98&&0x3==_0x3bb485){const _0x49dc84=_0x4273e6[_0xf5d2e4(0x164)](_0x31b2e7,_0xf5d2e4(0x160))[_0xf5d2e4(0x152)](({suggestion:_0x5990cc,meta:_0x394424})=>_0x394424[_0xf5d2e4(0x15c)]&&_0xf5d2e4(0x145)==_0x5990cc[_0xf5d2e4(0x139)]);if(_0x49dc84[_0xf5d2e4(0x135)]>0x1&&_0x581ab4[_0xf5d2e4(0x178)][_0xf5d2e4(0x185)](_0x31b2e7[_0xf5d2e4(0x134)]))return!0x0;if(0x1==_0x49dc84[_0xf5d2e4(0x135)]&&(_0x31b2e7[_0xf5d2e4(0x134)][_0xf5d2e4(0x185)](_0x581ab4[_0xf5d2e4(0x178)])||_0x31b2e7[_0xf5d2e4(0x178)][_0xf5d2e4(0x185)](_0x581ab4[_0xf5d2e4(0x134)])))return!0x0;}if(0x3==_0x3c0f98&&0x3==_0x3bb485&&_0x31b2e7[_0xf5d2e4(0x134)][_0xf5d2e4(0x18b)](_0x581ab4[_0xf5d2e4(0x134)])){const _0x12fa99=_0x31b2e7[_0xf5d2e4(0x178)][_0xf5d2e4(0x154)],_0x3c5f01=_0x581ab4[_0xf5d2e4(0x134)][_0xf5d2e4(0x170)];return _0x3fc37c[_0xf5d2e4(0x167)](_0x12fa99)&&_0x12fa99===_0x3c5f01;}return!0x1;}function _0x1c82f4(_0x2324d2,_0x41daf5){return _0x54c7e8(_0x2324d2,_0x41daf5)?[_0x2324d2,_0x41daf5]:_0x54c7e8(_0x41daf5,_0x2324d2)?[_0x41daf5,_0x2324d2]:null;}_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x189)](_0xac00d9(0x126))&&(_0x4273e6[_0xac00d9(0x17d)](_0xac00d9(0x141),[],[_0xac00d9(0x163)]),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x11d)](_0xac00d9(0x163),_0x295a1a(_0x32d6d2,_0xac00d9(0x121)))),_0x220e3b[_0xac00d9(0x184)][_0xac00d9(0x189)](_0xac00d9(0x168))&&_0x4273e6[_0xac00d9(0x17d)](_0xac00d9(0x17b),[],[_0xac00d9(0x165)]),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x171)](_0x183a39=>{const _0x5dfc45=_0xac00d9;if(!!_0x31a933[_0x5dfc45(0x13c)](({type:_0x242198,subType:_0x21248f})=>_0x183a39[_0x5dfc45(0x14a)]==_0x242198&&_0x183a39[_0x5dfc45(0x139)]==_0x21248f))return _0x183a39[_0x5dfc45(0x156)]?{}:void 0x0;}),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x171)](_0x44f490=>{const _0x24187e=_0xac00d9;if(_0x24187e(0x160)==_0x44f490[_0x24187e(0x14a)]||_0x24187e(0x159)==_0x44f490[_0x24187e(0x14a)]){const _0x1dbf68=_0x44f490[_0x24187e(0x17a)]();if(_0x1dbf68&&_0x1dbf68['is'](_0x24187e(0x115),_0x24187e(0x11e)))return{'type':_0x24187e(0x160)==_0x44f490[_0x24187e(0x14a)]?_0x24187e(0x13f):_0x24187e(0x15b),'element':_0x1dbf68,'quantity':0x1};}}),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x171)](_0x249b78=>_0xac00d9(0x13e)==_0x249b78[_0xac00d9(0x14a)]&&_0xac00d9(0x145)==_0x249b78[_0xac00d9(0x139)]?{'type':_0xac00d9(0x130),'content':_0xac00d9(0x128)}:_0xac00d9(0x13e)==_0x249b78[_0xac00d9(0x14a)]&&_0xac00d9(0x143)==_0x249b78[_0xac00d9(0x139)]?{'type':_0xac00d9(0x130),'content':_0xac00d9(0x17c)}:void 0x0),_0x4273e6[_0xac00d9(0x12a)][_0xac00d9(0x171)](_0x35a295=>{const _0x4120f7=_0xac00d9;if(_0x4120f7(0x14e)!=_0x35a295[_0x4120f7(0x14a)])return;const {data:_0x36a533}=_0x35a295;if(!_0x36a533||_0x4120f7(0x165)!=_0x36a533[_0x4120f7(0x14d)])return;const _0x18da5c=_0x36a533[_0x4120f7(0x138)];return _0x18da5c?{'type':_0x4120f7(0x130),'content':_0x295a1a(_0x32d6d2,_0x4120f7(0x148),'\x22'+_0x18da5c+'\x22')}:{'type':_0x4120f7(0x130),'content':_0x295a1a(_0x32d6d2,_0x4120f7(0x16b))};}),this[_0xac00d9(0x14f)]();}[_0x2ccca3(0x14f)](){const _0x295da7=_0x2ccca3,_0x520fa0=this[_0x295da7(0x188)],_0x1dd294=_0x520fa0[_0x295da7(0x146)];_0x520fa0[_0x295da7(0x184)][_0x295da7(0x122)](_0x295da7(0x137))[_0x295da7(0x12a)][_0x295da7(0x171)](_0x3c052f=>{const _0x1916ab=_0x295da7;if(_0x1916ab(0x13e)!=_0x3c052f[_0x1916ab(0x14a)]&&_0x1916ab(0x118)!=_0x3c052f[_0x1916ab(0x14a)])return;const {data:_0x1d9df3}=_0x3c052f;if(_0x1d9df3){if(_0x1916ab(0x17b)==_0x1d9df3[_0x1916ab(0x180)]){const _0x1c4e45=_0x1d9df3[_0x1916ab(0x173)][0x0][_0x1916ab(0x138)];return _0x1c4e45?{'type':_0x1916ab(0x130),'content':_0x295a1a(_0x1dd294,_0x1916ab(0x148),'\x22'+_0x1c4e45+'\x22')}:{'type':_0x1916ab(0x130),'content':_0x295a1a(_0x1dd294,_0x1916ab(0x16b))};}if(_0x1916ab(0x141)==_0x1d9df3[_0x1916ab(0x180)]){const _0x11b699=_0x1d9df3[_0x1916ab(0x173)][0x0][_0x1916ab(0x120)];return _0x11b699?{'type':_0x1916ab(0x130),'content':_0x295a1a(_0x1dd294,_0x1916ab(0x14b),_0x11b699)}:{'type':_0x1916ab(0x130),'content':_0x295a1a(_0x1dd294,_0x1916ab(0x162))};}}});}}
23
+ const _0x19a002=_0x383f;function _0x383f(_0x274b6a,_0x3d5357){const _0x2f4cc1=_0x2f4c();return _0x383f=function(_0x383faf,_0x2e6627){_0x383faf=_0x383faf-0x164;let _0xaf4357=_0x2f4cc1[_0x383faf];return _0xaf4357;},_0x383f(_0x274b6a,_0x3d5357);}(function(_0x163ced,_0x38a3b4){const _0x3bc410=_0x383f,_0x4e935c=_0x163ced();while(!![]){try{const _0x4525cd=-parseInt(_0x3bc410(0x16f))/0x1+parseInt(_0x3bc410(0x1a2))/0x2*(-parseInt(_0x3bc410(0x183))/0x3)+-parseInt(_0x3bc410(0x180))/0x4+parseInt(_0x3bc410(0x181))/0x5+-parseInt(_0x3bc410(0x1b7))/0x6*(-parseInt(_0x3bc410(0x1bb))/0x7)+parseInt(_0x3bc410(0x1ad))/0x8+-parseInt(_0x3bc410(0x17d))/0x9*(parseInt(_0x3bc410(0x1be))/0xa);if(_0x4525cd===_0x38a3b4)break;else _0x4e935c['push'](_0x4e935c['shift']());}catch(_0x2d5b58){_0x4e935c['push'](_0x4e935c['shift']());}}}(_0x2f4c,0x27f85));import{Plugin as _0x5af5d5}from'ckeditor5/src/core.js';import{LivePosition as _0x32497f}from'ckeditor5/src/engine.js';function _0x2f4c(){const _0x3a4658=['529984IKOIJJ','858730dgvMqj','schema','18nFFTFI','locale','toNext','forward','addObject','findIndex','selection','model','registerDescriptionCallback','isBefore','ELEMENT_IMAGE','alt','registerElementLabel','detach','ImageTextAlternativeEditing','imageCaption','*Set\x20image\x20width:*\x20%0','registerCustomCallback','editor','join','isBlockImage','ImageEditing','get','isOwn','chain','isCollapsed','insertion','_descriptionFactory','commandName','document','_findSuggestions','46322WGGmpm','element','imageTextAlternative','imageBlock','insertImage','convertInlineImageToBlock','convertBlockImageToInline','removeObject','isEqual','ELEMENT_CAPTION','getSuggestionCallback','1522720UQyEjf','getNearestSelectionRange','imageStylePreApply','width','toPrevious','ImageUploadEditing','markDeletion','end','*Reset\x20image\x20width*','ImageResize','6haSDmV','fromPosition','formatInline','getFirstRange','2239454CnQizW','format','uploadImage','40rPrLWc','_suggestionFactory','plugins','getCaptionFromImageModelElement','resizedWidth','createRange','nodeAfter','caption','imageTypeInline','markInsertion','ImageBlockEditing','_enableDefaultAttributesIntegration','ImageInlineEditing','previous','Inline\x20image\x20to\x20block\x20image','*Remove\x20image\x20text\x20alternative*','discard','Block\x20image\x20to\x20inline\x20image','imageTypeBlock','markBlockFormat','resizeImage','registerAttributeLabel','FORMAT_IMAGE_SIZE','ELEMENT_INLINE_IMAGE','TrackChangesEditing','attribute','deletion','ImageCaptionUtils','backward','start','enableCommand','forceDefaultExecution','imageInline','isIntersecting','key','ImageUtils','getContainedElement','has','ImageCaptionEditing','nodeBefore','length','192245oSFRnL','commandParams','newValue','createRangeOn','change','toggleImageCaption','subType','getClosestSelectedImageElement','formatBlock','type','filter','afterInit','*Set\x20image\x20text\x20alternative:*\x20%0','_registerLegacyDescription','122814LesehJ','accept','find'];_0x2f4c=function(){return _0x3a4658;};return _0x2f4c();}import{getTranslation as _0x22d541}from'../utils/common-translations.js';export default class it extends _0x5af5d5{[_0x19a002(0x17a)](){const _0x5309ed=_0x19a002,_0x119e04=this[_0x5309ed(0x195)];if(!_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x16b)](_0x5309ed(0x198)))return;const _0x1adcf6=_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x199)](_0x5309ed(0x1d6)),_0x31878a=_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x199)](_0x5309ed(0x169)),_0x2cb8a8=_0x119e04[_0x5309ed(0x184)];_0x1adcf6[_0x5309ed(0x164)](_0x5309ed(0x1a6)),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x18f)](_0x5309ed(0x1a5),_0x50842f=>_0x22d541(_0x2cb8a8,_0x5309ed(0x18d),_0x50842f)),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x18f)](_0x5309ed(0x166),_0x15bd77=>_0x22d541(_0x2cb8a8,_0x5309ed(0x1d5),_0x15bd77)),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x18f)](_0x5309ed(0x1c5),()=>_0x22d541(_0x2cb8a8,_0x5309ed(0x1ab))),_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x16b)](_0x5309ed(0x1b2))&&_0x1adcf6[_0x5309ed(0x164)](_0x5309ed(0x1bd)),_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x16b)](_0x5309ed(0x1c8))&&_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x16b)](_0x5309ed(0x1ca))&&(_0x1adcf6[_0x5309ed(0x164)](_0x5309ed(0x1c6),(_0x5e3ce1,_0x536b09)=>{const _0x2cd8da=_0x5309ed,_0x24b64a=_0x31878a[_0x2cd8da(0x176)](_0x119e04[_0x2cd8da(0x18a)][_0x2cd8da(0x1a0)][_0x2cd8da(0x189)]);_0x119e04[_0x2cd8da(0x18a)][_0x2cd8da(0x173)](()=>{const _0x3831a1=_0x2cd8da;_0x1adcf6[_0x3831a1(0x1d1)](_0x24b64a,{'commandName':_0x3831a1(0x1c6),'commandParams':[_0x536b09]},[],_0x3831a1(0x1a8));});}),_0x1adcf6[_0x5309ed(0x164)](_0x5309ed(0x1d0),(_0x1768e5,_0x4a2eab)=>{const _0x2e360b=_0x5309ed;_0x119e04[_0x2e360b(0x18a)][_0x2e360b(0x173)](_0x1dfd48=>{const _0x40b809=_0x2e360b;let _0x236175=_0x31878a[_0x40b809(0x176)](_0x119e04[_0x40b809(0x18a)][_0x40b809(0x1a0)][_0x40b809(0x189)]),_0x55c9ca=_0x1dfd48[_0x40b809(0x172)](_0x236175);const _0x1ba6fa=_0x32497f[_0x40b809(0x1b8)](_0x55c9ca[_0x40b809(0x1db)],_0x40b809(0x1b1)),_0x366682=_0x32497f[_0x40b809(0x1b8)](_0x55c9ca[_0x40b809(0x1b4)],_0x40b809(0x185));_0x1adcf6[_0x40b809(0x165)](()=>_0x1768e5(_0x4a2eab)),_0x236175=_0x31878a[_0x40b809(0x176)](_0x119e04[_0x40b809(0x18a)][_0x40b809(0x1a0)][_0x40b809(0x189)]),_0x55c9ca=_0x1dfd48[_0x40b809(0x172)](_0x236175);const _0x936363=_0x1dfd48[_0x40b809(0x1c3)](_0x1ba6fa,_0x366682);_0x1ba6fa[_0x40b809(0x190)](),_0x366682[_0x40b809(0x190)](),_0x1adcf6[_0x40b809(0x1d1)](_0x236175,{'commandName':_0x40b809(0x1c6),'commandParams':[_0x4a2eab]},[],_0x40b809(0x1a7)),_0x936363[_0x40b809(0x1db)][_0x40b809(0x18c)](_0x55c9ca[_0x40b809(0x1db)])&&_0x1adcf6[_0x40b809(0x1c7)](_0x1dfd48[_0x40b809(0x1c3)](_0x936363[_0x40b809(0x1db)],_0x55c9ca[_0x40b809(0x1db)]),_0x40b809(0x1a7)),_0x55c9ca[_0x40b809(0x1b4)][_0x40b809(0x18c)](_0x936363[_0x40b809(0x1b4)])&&_0x1adcf6[_0x40b809(0x1c7)](_0x1dfd48[_0x40b809(0x1c3)](_0x55c9ca[_0x40b809(0x1b4)],_0x936363[_0x40b809(0x1b4)]),_0x40b809(0x1a7));});}),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x177),_0x5309ed(0x1a7),_0x5309ed(0x196),()=>!0x1),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x177),_0x5309ed(0x1a7),_0x5309ed(0x17e),()=>!0x1),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x177),_0x5309ed(0x1a7),_0x5309ed(0x1ce),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x1ac)](_0x5309ed(0x177),'',_0x5309ed(0x17e))),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x19d),_0x5309ed(0x1a7),_0x5309ed(0x196),()=>!0x1),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x19d),_0x5309ed(0x1a7),_0x5309ed(0x1ce),([_0x12cebd])=>{const _0x260956=_0x5309ed,_0x4a2eb9=_0x1adcf6[_0x260956(0x1bf)][_0x260956(0x1ac)](_0x260956(0x19d),'',_0x260956(0x1ce));let _0x5b0a40=_0x12cebd[_0x260956(0x1db)],_0x41af51=_0x12cebd[_0x260956(0x1b4)];const _0x250c79=_0x119e04[_0x260956(0x18a)][_0x260956(0x182)][_0x260956(0x1ae)](_0x5b0a40,_0x260956(0x1da)),_0x5b92f9=_0x119e04[_0x260956(0x18a)][_0x260956(0x182)][_0x260956(0x1ae)](_0x41af51,_0x260956(0x186));_0x250c79[_0x260956(0x19c)]&&(_0x5b0a40=_0x250c79[_0x260956(0x1db)]),_0x5b92f9[_0x260956(0x19c)]&&(_0x41af51=_0x5b92f9[_0x260956(0x1b4)]),_0x4a2eb9([_0x119e04[_0x260956(0x18a)][_0x260956(0x1c3)](_0x5b0a40,_0x41af51)]);}),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x177),_0x5309ed(0x1a7),_0x5309ed(0x19b),_0xad54f1),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x19d),_0x5309ed(0x1a7),_0x5309ed(0x19b),_0xad54f1)),_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x16b)](_0x5309ed(0x16c))&&(_0x1adcf6[_0x5309ed(0x164)](_0x5309ed(0x174),(_0x273bce,_0x40d53b)=>{const _0x2369b0=_0x5309ed,_0x330a95=_0x119e04[_0x2369b0(0x1c0)][_0x2369b0(0x199)](_0x2369b0(0x1d9));let _0x1ac7df=_0x31878a[_0x2369b0(0x176)](_0x119e04[_0x2369b0(0x18a)][_0x2369b0(0x1a0)][_0x2369b0(0x189)]),_0x38132b=_0x330a95[_0x2369b0(0x1c1)](_0x1ac7df);_0x119e04[_0x2369b0(0x18a)][_0x2369b0(0x173)](()=>{const _0x5ddd8d=_0x2369b0;if(_0x38132b)return void _0x1adcf6[_0x5ddd8d(0x1b3)](_0x119e04[_0x5ddd8d(0x18a)][_0x5ddd8d(0x172)](_0x38132b));const _0x2c8ced=_0x31878a[_0x5ddd8d(0x197)](_0x1ac7df);_0x273bce(_0x40d53b),_0x1ac7df=_0x31878a[_0x5ddd8d(0x176)](_0x119e04[_0x5ddd8d(0x18a)][_0x5ddd8d(0x1a0)][_0x5ddd8d(0x189)]),_0x38132b=_0x330a95[_0x5ddd8d(0x1c1)](_0x1ac7df),_0x1adcf6[_0x5ddd8d(0x1c7)](_0x119e04[_0x5ddd8d(0x18a)][_0x5ddd8d(0x172)](_0x38132b),_0x2c8ced?null:_0x5ddd8d(0x192));});}),_0x1adcf6[_0x5309ed(0x1bf)][_0x5309ed(0x194)](_0x5309ed(0x19d),_0x5309ed(0x192),_0x5309ed(0x19b),_0xad54f1));const _0x1e505e=[{'type':_0x5309ed(0x177),'subType':_0x5309ed(0x1af)},{'type':_0x5309ed(0x19d),'subType':_0x5309ed(0x192)},{'type':_0x5309ed(0x177),'subType':_0x5309ed(0x1a7)},{'type':_0x5309ed(0x19d),'subType':_0x5309ed(0x1a7)}];function _0x43c6a5(_0x42a1ec,_0x58c096){const _0x1e7e01=_0x5309ed,_0x2b064f=_0x1e505e[_0x1e7e01(0x188)](({type:_0x410642,subType:_0x4cbf58})=>_0x42a1ec[_0x1e7e01(0x178)]==_0x410642&&_0x42a1ec[_0x1e7e01(0x175)]==_0x4cbf58),_0x2b7686=_0x1e505e[_0x1e7e01(0x188)](({type:_0x52abca,subType:_0x29d730})=>_0x58c096[_0x1e7e01(0x178)]==_0x52abca&&_0x58c096[_0x1e7e01(0x175)]==_0x29d730);if(_0x2b064f<0x0||_0x2b7686<0x0)return!0x1;const _0x55077f=_0x42a1ec[_0x1e7e01(0x1ba)](),_0x1007e1=_0x58c096[_0x1e7e01(0x1ba)]();if((0x0==_0x2b064f||0x1==_0x2b064f)&&0x2==_0x2b7686&&_0x55077f[_0x1e7e01(0x167)](_0x1007e1))return!0x0;if(0x2==_0x2b064f&&0x3==_0x2b7686){const _0x2cda3e=_0x1adcf6[_0x1e7e01(0x1a1)](_0x55077f,_0x1e7e01(0x19d))[_0x1e7e01(0x179)](({suggestion:_0x5af473,meta:_0xef7f56})=>_0xef7f56[_0x1e7e01(0x19a)]&&_0x1e7e01(0x1a7)==_0x5af473[_0x1e7e01(0x175)]);if(_0x2cda3e[_0x1e7e01(0x16e)]>0x1&&_0x1007e1[_0x1e7e01(0x1b4)][_0x1e7e01(0x1aa)](_0x55077f[_0x1e7e01(0x1db)]))return!0x0;if(0x1==_0x2cda3e[_0x1e7e01(0x16e)]&&(_0x55077f[_0x1e7e01(0x1db)][_0x1e7e01(0x1aa)](_0x1007e1[_0x1e7e01(0x1b4)])||_0x55077f[_0x1e7e01(0x1b4)][_0x1e7e01(0x1aa)](_0x1007e1[_0x1e7e01(0x1db)])))return!0x0;}if(0x3==_0x2b064f&&0x3==_0x2b7686&&_0x55077f[_0x1e7e01(0x1db)][_0x1e7e01(0x18c)](_0x1007e1[_0x1e7e01(0x1db)])){const _0x4ce9dd=_0x55077f[_0x1e7e01(0x1b4)][_0x1e7e01(0x1c4)],_0x12d577=_0x1007e1[_0x1e7e01(0x1db)][_0x1e7e01(0x16d)];return _0x31878a[_0x1e7e01(0x197)](_0x4ce9dd)&&_0x4ce9dd===_0x12d577;}return!0x1;}function _0xad54f1(_0x402c02,_0x4e33b8){return _0x43c6a5(_0x402c02,_0x4e33b8)?[_0x402c02,_0x4e33b8]:_0x43c6a5(_0x4e33b8,_0x402c02)?[_0x4e33b8,_0x402c02]:null;}_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x16b)](_0x5309ed(0x1b6))&&(_0x1adcf6[_0x5309ed(0x1c9)](_0x5309ed(0x1d2),[],[_0x5309ed(0x1c2)]),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x1d3)](_0x5309ed(0x1c2),_0x22d541(_0x2cb8a8,_0x5309ed(0x1d4)))),_0x119e04[_0x5309ed(0x1c0)][_0x5309ed(0x16b)](_0x5309ed(0x191))&&_0x1adcf6[_0x5309ed(0x1c9)](_0x5309ed(0x1a4),[],[_0x5309ed(0x18e)]),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x18b)](_0x485070=>{const _0x2a9669=_0x5309ed;if(!!_0x1e505e[_0x2a9669(0x17f)](({type:_0x2a6ebc,subType:_0x4b38df})=>_0x485070[_0x2a9669(0x178)]==_0x2a6ebc&&_0x485070[_0x2a9669(0x175)]==_0x4b38df))return _0x485070[_0x2a9669(0x1cb)]?{}:void 0x0;}),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x18b)](_0x1b6f6e=>{const _0x2c8326=_0x5309ed;if(_0x2c8326(0x19d)==_0x1b6f6e[_0x2c8326(0x178)]||_0x2c8326(0x1d8)==_0x1b6f6e[_0x2c8326(0x178)]){const _0x2485a4=_0x1b6f6e[_0x2c8326(0x16a)]();if(_0x2485a4&&_0x2485a4['is'](_0x2c8326(0x1a3),_0x2c8326(0x1c5)))return{'type':_0x2c8326(0x19d)==_0x1b6f6e[_0x2c8326(0x178)]?_0x2c8326(0x187):_0x2c8326(0x1a9),'element':_0x2485a4,'quantity':0x1};}}),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x18b)](_0x5722f0=>_0x5309ed(0x177)==_0x5722f0[_0x5309ed(0x178)]&&_0x5309ed(0x1a7)==_0x5722f0[_0x5309ed(0x175)]?{'type':_0x5309ed(0x1bc),'content':_0x5309ed(0x1cc)}:_0x5309ed(0x177)==_0x5722f0[_0x5309ed(0x178)]&&_0x5309ed(0x1a8)==_0x5722f0[_0x5309ed(0x175)]?{'type':_0x5309ed(0x1bc),'content':_0x5309ed(0x1cf)}:void 0x0),_0x1adcf6[_0x5309ed(0x19e)][_0x5309ed(0x18b)](_0x1eace9=>{const _0x1330cf=_0x5309ed;if(_0x1330cf(0x1d7)!=_0x1eace9[_0x1330cf(0x178)])return;const {data:_0xb5686}=_0x1eace9;if(!_0xb5686||_0x1330cf(0x18e)!=_0xb5686[_0x1330cf(0x168)])return;const _0x38db4d=_0xb5686[_0x1330cf(0x171)];return _0x38db4d?{'type':_0x1330cf(0x1bc),'content':_0x22d541(_0x2cb8a8,_0x1330cf(0x17b),'\x22'+_0x38db4d+'\x22')}:{'type':_0x1330cf(0x1bc),'content':_0x22d541(_0x2cb8a8,_0x1330cf(0x1cd))};}),this[_0x5309ed(0x17c)]();}[_0x19a002(0x17c)](){const _0x4fd295=_0x19a002,_0xe70fb7=this[_0x4fd295(0x195)],_0x1dfd53=_0xe70fb7[_0x4fd295(0x184)];_0xe70fb7[_0x4fd295(0x1c0)][_0x4fd295(0x199)](_0x4fd295(0x1d6))[_0x4fd295(0x19e)][_0x4fd295(0x18b)](_0x20536f=>{const _0x214abf=_0x4fd295;if(_0x214abf(0x177)!=_0x20536f[_0x214abf(0x178)]&&_0x214abf(0x1b9)!=_0x20536f[_0x214abf(0x178)])return;const {data:_0x11fbd2}=_0x20536f;if(_0x11fbd2){if(_0x214abf(0x1a4)==_0x11fbd2[_0x214abf(0x19f)]){const _0x2b92c2=_0x11fbd2[_0x214abf(0x170)][0x0][_0x214abf(0x171)];return _0x2b92c2?{'type':_0x214abf(0x1bc),'content':_0x22d541(_0x1dfd53,_0x214abf(0x17b),'\x22'+_0x2b92c2+'\x22')}:{'type':_0x214abf(0x1bc),'content':_0x22d541(_0x1dfd53,_0x214abf(0x1cd))};}if(_0x214abf(0x1d2)==_0x11fbd2[_0x214abf(0x19f)]){const _0x4f058b=_0x11fbd2[_0x214abf(0x170)][0x0][_0x214abf(0x1b0)];return _0x4f058b?{'type':_0x214abf(0x1bc),'content':_0x22d541(_0x1dfd53,_0x214abf(0x193),_0x4f058b)}:{'type':_0x214abf(0x1bc),'content':_0x22d541(_0x1dfd53,_0x214abf(0x1b5))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51a7e0=_0x4e86;function _0x5c9e(){const _0x110bf7=['locale','key','formatBlock','src','_registerLegacyDescription','*Format:*\x20replace\x20image\x20URL','6252VMEiDk','_suggestionFactory','editor','afterInit','oldValue','accept','TrackChangesEditing','format','newValue','7oEmTZp','104802msIQoX','408fhKogo','getSuggestionCallback','_handleLegacySuggestions','registerDescriptionCallback','type','2522394rQJhtj','1793410jKMSQm','commandName','ImageEditing','discard','336YAsSdz','attribute','has','registerCustomCallback','replaceImageSource','plugins','formatInline','*Replace\x20image\x20URL*','_enableDefaultAttributesIntegration','5178EAkRpd','get','50498xOgVBM','47694RzoVKs','5EKscVU','4631OXomqX','_descriptionFactory'];_0x5c9e=function(){return _0x110bf7;};return _0x5c9e();}(function(_0x3143b5,_0x40b3d0){const _0x13fad9=_0x4e86,_0x33b879=_0x3143b5();while(!![]){try{const _0x3a1032=-parseInt(_0x13fad9(0x173))/0x1*(parseInt(_0x13fad9(0x174))/0x2)+-parseInt(_0x13fad9(0x15d))/0x3*(-parseInt(_0x13fad9(0x175))/0x4)+-parseInt(_0x13fad9(0x161))/0x5*(parseInt(_0x13fad9(0x160))/0x6)+-parseInt(_0x13fad9(0x15f))/0x7*(-parseInt(_0x13fad9(0x154))/0x8)+parseInt(_0x13fad9(0x17a))/0x9+parseInt(_0x13fad9(0x17b))/0xa+parseInt(_0x13fad9(0x162))/0xb*(-parseInt(_0x13fad9(0x16a))/0xc);if(_0x3a1032===_0x40b3d0)break;else _0x33b879['push'](_0x33b879['shift']());}catch(_0x55e634){_0x33b879['push'](_0x33b879['shift']());}}}(_0x5c9e,0x541e6));function _0x4e86(_0x532f5d,_0x1f13b2){const _0x5c9ec5=_0x5c9e();return _0x4e86=function(_0x4e8672,_0x327c41){_0x4e8672=_0x4e8672-0x151;let _0x1ac98d=_0x5c9ec5[_0x4e8672];return _0x1ac98d;},_0x4e86(_0x532f5d,_0x1f13b2);}import{Plugin as _0x1eaf31}from'ckeditor5/src/core.js';import{getTranslation as _0x1afdcf}from'../utils/common-translations.js';export default class st extends _0x1eaf31{[_0x51a7e0(0x16d)](){const _0x3aea59=_0x51a7e0;if(!this[_0x3aea59(0x16c)][_0x3aea59(0x159)][_0x3aea59(0x156)](_0x3aea59(0x152)))return;const _0x1efcb6=this[_0x3aea59(0x16c)][_0x3aea59(0x164)],_0x5a4175=this[_0x3aea59(0x16c)][_0x3aea59(0x159)][_0x3aea59(0x15e)](_0x3aea59(0x170));_0x5a4175[_0x3aea59(0x15c)](_0x3aea59(0x158),[],[_0x3aea59(0x167)]),_0x5a4175[_0x3aea59(0x163)][_0x3aea59(0x178)](_0x10d41c=>{const _0x1c4744=_0x3aea59;if(_0x1c4744(0x155)!=_0x10d41c[_0x1c4744(0x179)])return;const {data:_0x1efa9e}=_0x10d41c;return _0x1efa9e&&_0x1c4744(0x167)==_0x1efa9e[_0x1c4744(0x165)]?_0x1efa9e[_0x1c4744(0x172)]&&_0x1efa9e[_0x1c4744(0x16e)]?{'type':_0x1c4744(0x171),'content':_0x1afdcf(_0x1efcb6,_0x1c4744(0x15b))}:{'type':_0x1c4744(0x171),'content':''}:void 0x0;}),this[_0x3aea59(0x177)]();}[_0x51a7e0(0x177)](){const _0x3483fd=_0x51a7e0,_0x4c148e=this[_0x3483fd(0x16c)][_0x3483fd(0x159)][_0x3483fd(0x15e)](_0x3483fd(0x170));_0x4c148e[_0x3483fd(0x16b)][_0x3483fd(0x157)](_0x3483fd(0x166),_0x3483fd(0x158),_0x3483fd(0x16f),_0x4c148e[_0x3483fd(0x16b)][_0x3483fd(0x176)](_0x3483fd(0x166),null,_0x3483fd(0x153))),_0x4c148e[_0x3483fd(0x16b)][_0x3483fd(0x157)](_0x3483fd(0x166),_0x3483fd(0x158),_0x3483fd(0x153),_0x4c148e[_0x3483fd(0x16b)][_0x3483fd(0x176)](_0x3483fd(0x166),null,_0x3483fd(0x16f))),this[_0x3483fd(0x168)]();}[_0x51a7e0(0x168)](){const _0x352b1d=_0x51a7e0,_0x24503b=this[_0x352b1d(0x16c)],_0x263731=_0x24503b[_0x352b1d(0x164)];_0x24503b[_0x352b1d(0x159)][_0x352b1d(0x15e)](_0x352b1d(0x170))[_0x352b1d(0x163)][_0x352b1d(0x178)](_0x36d48c=>{const _0x41bb48=_0x352b1d;if(_0x41bb48(0x166)!=_0x36d48c[_0x41bb48(0x179)]&&_0x41bb48(0x15a)!=_0x36d48c[_0x41bb48(0x179)])return;const {data:_0x439072}=_0x36d48c;if(!_0x439072||_0x41bb48(0x158)!=_0x439072[_0x41bb48(0x151)])return;return{'type':_0x41bb48(0x171),'content':_0x1afdcf(_0x263731,_0x41bb48(0x169))};});}}
23
+ const _0x11e072=_0x3e74;(function(_0x51f8d4,_0x5b7d45){const _0x3f8b9a=_0x3e74,_0x41e327=_0x51f8d4();while(!![]){try{const _0x13114c=-parseInt(_0x3f8b9a(0xb8))/0x1*(parseInt(_0x3f8b9a(0xb6))/0x2)+parseInt(_0x3f8b9a(0xa6))/0x3+parseInt(_0x3f8b9a(0xa5))/0x4*(-parseInt(_0x3f8b9a(0xc4))/0x5)+parseInt(_0x3f8b9a(0x9d))/0x6*(-parseInt(_0x3f8b9a(0xb7))/0x7)+parseInt(_0x3f8b9a(0xaa))/0x8*(parseInt(_0x3f8b9a(0xc0))/0x9)+parseInt(_0x3f8b9a(0x9e))/0xa+parseInt(_0x3f8b9a(0xb5))/0xb*(parseInt(_0x3f8b9a(0xc1))/0xc);if(_0x13114c===_0x5b7d45)break;else _0x41e327['push'](_0x41e327['shift']());}catch(_0xc6196a){_0x41e327['push'](_0x41e327['shift']());}}}(_0x2dd7,0xc7d49));function _0x3e74(_0xee78e8,_0x1613fe){const _0x2dd7ca=_0x2dd7();return _0x3e74=function(_0x3e7483,_0x37bfac){_0x3e7483=_0x3e7483-0x9a;let _0x132668=_0x2dd7ca[_0x3e7483];return _0x132668;},_0x3e74(_0xee78e8,_0x1613fe);}import{Plugin as _0x5782f1}from'ckeditor5/src/core.js';import{getTranslation as _0xc4183}from'../utils/common-translations.js';function _0x2dd7(){const _0x3e73bb=['replaceImageSource','discard','*Replace\x20image\x20URL*','key','oldValue','8WWOpOF','1693524zfpRpF','type','formatBlock','TrackChangesEditing','203624TJqMhm','accept','has','_suggestionFactory','newValue','_enableDefaultAttributesIntegration','get','ImageEditing','afterInit','getSuggestionCallback','src','44bHqwQf','454472oGFOJt','66941xQfQJi','5Tpjahg','_descriptionFactory','*Format:*\x20replace\x20image\x20URL','_handleLegacySuggestions','formatInline','registerDescriptionCallback','attribute','format','387HRPKbs','2117004eAWuBm','commandName','registerCustomCallback','2644340QBxDdP','editor','plugins','_registerLegacyDescription','294PkmLhL','11163530Mgawmt','locale'];_0x2dd7=function(){return _0x3e73bb;};return _0x2dd7();}export default class st extends _0x5782f1{[_0x11e072(0xb2)](){const _0x3dee8e=_0x11e072;if(!this[_0x3dee8e(0x9a)][_0x3dee8e(0x9b)][_0x3dee8e(0xac)](_0x3dee8e(0xb1)))return;const _0x171d8e=this[_0x3dee8e(0x9a)][_0x3dee8e(0x9f)],_0x35451a=this[_0x3dee8e(0x9a)][_0x3dee8e(0x9b)][_0x3dee8e(0xb0)](_0x3dee8e(0xa9));_0x35451a[_0x3dee8e(0xaf)](_0x3dee8e(0xa0),[],[_0x3dee8e(0xb4)]),_0x35451a[_0x3dee8e(0xb9)][_0x3dee8e(0xbd)](_0x252825=>{const _0x4394b8=_0x3dee8e;if(_0x4394b8(0xbe)!=_0x252825[_0x4394b8(0xa7)])return;const {data:_0x124d9e}=_0x252825;return _0x124d9e&&_0x4394b8(0xb4)==_0x124d9e[_0x4394b8(0xa3)]?_0x124d9e[_0x4394b8(0xae)]&&_0x124d9e[_0x4394b8(0xa4)]?{'type':_0x4394b8(0xbf),'content':_0xc4183(_0x171d8e,_0x4394b8(0xa2))}:{'type':_0x4394b8(0xbf),'content':''}:void 0x0;}),this[_0x3dee8e(0xbb)]();}[_0x11e072(0xbb)](){const _0x145244=_0x11e072,_0x14398b=this[_0x145244(0x9a)][_0x145244(0x9b)][_0x145244(0xb0)](_0x145244(0xa9));_0x14398b[_0x145244(0xad)][_0x145244(0xc3)](_0x145244(0xa8),_0x145244(0xa0),_0x145244(0xab),_0x14398b[_0x145244(0xad)][_0x145244(0xb3)](_0x145244(0xa8),null,_0x145244(0xa1))),_0x14398b[_0x145244(0xad)][_0x145244(0xc3)](_0x145244(0xa8),_0x145244(0xa0),_0x145244(0xa1),_0x14398b[_0x145244(0xad)][_0x145244(0xb3)](_0x145244(0xa8),null,_0x145244(0xab))),this[_0x145244(0x9c)]();}[_0x11e072(0x9c)](){const _0x8fced4=_0x11e072,_0x48aca5=this[_0x8fced4(0x9a)],_0x555c84=_0x48aca5[_0x8fced4(0x9f)];_0x48aca5[_0x8fced4(0x9b)][_0x8fced4(0xb0)](_0x8fced4(0xa9))[_0x8fced4(0xb9)][_0x8fced4(0xbd)](_0xea7483=>{const _0xd48671=_0x8fced4;if(_0xd48671(0xa8)!=_0xea7483[_0xd48671(0xa7)]&&_0xd48671(0xbc)!=_0xea7483[_0xd48671(0xa7)])return;const {data:_0x458dbc}=_0xea7483;if(!_0x458dbc||_0xd48671(0xa0)!=_0x458dbc[_0xd48671(0xc2)])return;return{'type':_0xd48671(0xbf),'content':_0xc4183(_0x555c84,_0xd48671(0xba))};});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2f4643=_0x5930;(function(_0x2b44af,_0x586395){const _0x59591e=_0x5930,_0x5b0401=_0x2b44af();while(!![]){try{const _0x7dd670=-parseInt(_0x59591e(0x23b))/0x1+parseInt(_0x59591e(0x244))/0x2+-parseInt(_0x59591e(0x23d))/0x3*(parseInt(_0x59591e(0x22e))/0x4)+parseInt(_0x59591e(0x247))/0x5+parseInt(_0x59591e(0x202))/0x6*(parseInt(_0x59591e(0x210))/0x7)+-parseInt(_0x59591e(0x213))/0x8*(-parseInt(_0x59591e(0x21f))/0x9)+parseInt(_0x59591e(0x229))/0xa*(parseInt(_0x59591e(0x221))/0xb);if(_0x7dd670===_0x586395)break;else _0x5b0401['push'](_0x5b0401['shift']());}catch(_0x5aa63b){_0x5b0401['push'](_0x5b0401['shift']());}}}(_0x198d,0xba4ab));function _0x5930(_0xf6e49f,_0x447096){const _0x198df7=_0x198d();return _0x5930=function(_0x593079,_0x5c59e6){_0x593079=_0x593079-0x1ee;let _0x15fb55=_0x198df7[_0x593079];return _0x15fb55;},_0x5930(_0xf6e49f,_0x447096);}import{Plugin as _0x23c9b6}from'ckeditor5/src/core.js';import{uid as _0x3d1524}from'ckeditor5/src/utils.js';function _0x198d(){const _0x5ddc49=['imageTypeBlock','isBlockImage','_suggestionFactory','ImageUtils','hasSuggestion','registerCustomCallback','start','createRangeOn','getContainedElement','value','setImageNaturalSizeAttributes','_findSuggestions','1694922xjOwms','FORMAT_SIDE_IMAGE','chain','title','format','getSuggestions','_registerLegacyDescription','markInlineFormat','commands','isIntersecting','has','isInContent','commandName','isOwn','7osJGkU','ImageStyleEditing','document','16kBBLBj','_splitMarkerName','enableCommand','get','model','registerDescriptionCallback','*Format:*\x20%0','author','imageStylePostApply','imageStylePreApply','differ','findIndex','460773rPXwkI','next','11ygbkWa','imageCaption','registerPostFixer','change','isInlineImage','editor','getFirstRange','commandParams','3126840ySyqHj','subType','formatBlock','discard','convertInlineImageToBlock','388xXGeYL','normalizedStyles','isBefore','length','getChangedMarkers','getSuggestionCallback','accept','join','Users','imageTypeInline','nodeAfter','commandReversedParams','insertion','1327786gmoMFu','type','33141fmmYVz','getClosestSelectedImageElement','formatInline','head','side','newRange','shouldConvertImageType','2720710LxeOwo','name','getSuggestion','5522380adpAMp','forEach','toLowerCase','discardSuggestion','imageStyle','locale','markBlockFormat','from','plugins','_descriptionFactory','isEqual','selection','filter','afterInit','end','refresh','TrackChangesEditing','suggestion','nodeBefore'];_0x198d=function(){return _0x5ddc49;};return _0x198d();}import{getTranslation as _0x1860c5}from'../utils/common-translations.js';export default class nt extends _0x23c9b6{[_0x2f4643(0x1f0)](){const _0x43d21c=_0x2f4643,_0x5218a5=this[_0x43d21c(0x226)];if(!_0x5218a5[_0x43d21c(0x24f)][_0x43d21c(0x20c)](_0x43d21c(0x211)))return;const _0x3427ca=_0x5218a5[_0x43d21c(0x24f)][_0x43d21c(0x216)](_0x43d21c(0x1f3)),_0x44960d=_0x5218a5[_0x43d21c(0x24f)][_0x43d21c(0x216)](_0x43d21c(0x1f9)),_0x1cfdeb={};_0x3427ca[_0x43d21c(0x215)](_0x43d21c(0x24b),(_0x2e952e,_0x420c88)=>{const _0x22286a=_0x43d21c,_0x5781d5=_0x5218a5[_0x22286a(0x24f)][_0x22286a(0x216)](_0x22286a(0x236))['me'],_0x1ade44=_0x5218a5[_0x22286a(0x20a)][_0x22286a(0x216)](_0x22286a(0x24b));let _0x42ee14=_0x44960d[_0x22286a(0x23e)](_0x5218a5[_0x22286a(0x217)][_0x22286a(0x212)][_0x22286a(0x1ee)]),_0x5c52bc=_0x5218a5[_0x22286a(0x217)][_0x22286a(0x1fd)](_0x42ee14),_0x26d4af=_0x1ade44[_0x22286a(0x1ff)];if(_0x26d4af==_0x420c88[_0x22286a(0x1ff)])return;const _0x120aeb={'commandName':_0x22286a(0x24b),'commandParams':[_0x420c88],'formatGroupId':_0x3d1524()};_0x5218a5[_0x22286a(0x217)][_0x22286a(0x224)](()=>{const _0x2d8993=_0x22286a;if(_0x3427ca[_0x2d8993(0x207)]()[_0x2d8993(0x1ef)](_0x41a137=>_0x41a137[_0x2d8993(0x20d)]&&_0x5781d5==_0x41a137[_0x2d8993(0x21a)]&&(_0x2d8993(0x22b)==_0x41a137[_0x2d8993(0x23c)]||_0x2d8993(0x23f)==_0x41a137[_0x2d8993(0x23c)])&&(_0x2d8993(0x21c)==_0x41a137[_0x2d8993(0x22a)]||_0x2d8993(0x21b)==_0x41a137[_0x2d8993(0x22a)])&&_0x41a137[_0x2d8993(0x227)]()[_0x2d8993(0x251)](_0x5c52bc))[_0x2d8993(0x248)](_0x25c2d6=>_0x3427ca[_0x2d8993(0x24a)](_0x25c2d6[_0x2d8993(0x240)])),_0x42ee14=_0x44960d[_0x2d8993(0x23e)](_0x5218a5[_0x2d8993(0x217)][_0x2d8993(0x212)][_0x2d8993(0x1ee)]),_0x5c52bc=_0x5218a5[_0x2d8993(0x217)][_0x2d8993(0x1fd)](_0x42ee14),_0x1ade44[_0x2d8993(0x1f2)](),_0x5218a5[_0x2d8993(0x20a)][_0x2d8993(0x216)](_0x2d8993(0x237))[_0x2d8993(0x1f2)](),_0x5218a5[_0x2d8993(0x20a)][_0x2d8993(0x216)](_0x2d8993(0x1f6))[_0x2d8993(0x1f2)](),_0x26d4af=_0x1ade44[_0x2d8993(0x1ff)],_0x26d4af!=_0x420c88[_0x2d8993(0x1ff)])return _0x44960d[_0x2d8993(0x225)](_0x42ee14)&&_0x1ade44[_0x2d8993(0x243)](_0x420c88[_0x2d8993(0x1ff)],_0x42ee14)?(_0x2e952e({..._0x420c88,'setImageSizes':!0x1}),_0x42ee14=_0x44960d[_0x2d8993(0x23e)](_0x5218a5[_0x2d8993(0x217)][_0x2d8993(0x212)][_0x2d8993(0x1ee)]),void _0x3427ca[_0x2d8993(0x24d)](_0x42ee14,{..._0x120aeb,'commandReversedParams':[{'value':_0x26d4af||null,'setImageSizes':!0x1}]},[],_0x2d8993(0x21c))):void(_0x44960d[_0x2d8993(0x1f7)](_0x42ee14)?_0x3427ca[_0x2d8993(0x24d)](_0x42ee14,_0x120aeb,[],_0x2d8993(0x21b)):_0x3427ca[_0x2d8993(0x209)](_0x5c52bc,_0x120aeb,_0x2d8993(0x21b)));});});for(const _0x20f1ae of _0x5218a5[_0x43d21c(0x24f)][_0x43d21c(0x216)](_0x43d21c(0x211))[_0x43d21c(0x22f)])_0x1cfdeb[_0x20f1ae[_0x43d21c(0x245)]]=_0x20f1ae[_0x43d21c(0x205)][_0x43d21c(0x249)]();_0x3427ca[_0x43d21c(0x1f8)][_0x43d21c(0x1fb)](_0x43d21c(0x22b),_0x43d21c(0x21c),_0x43d21c(0x235),()=>!0x1),_0x3427ca[_0x43d21c(0x1f8)][_0x43d21c(0x1fb)](_0x43d21c(0x22b),_0x43d21c(0x21b),_0x43d21c(0x235),()=>!0x1),_0x3427ca[_0x43d21c(0x1f8)][_0x43d21c(0x1fb)](_0x43d21c(0x23f),_0x43d21c(0x21b),_0x43d21c(0x235),()=>!0x1),_0x3427ca[_0x43d21c(0x1f8)][_0x43d21c(0x1fb)](_0x43d21c(0x22b),_0x43d21c(0x21c),_0x43d21c(0x234),([_0x3b0e1b])=>{const _0x687141=_0x43d21c;_0x44960d[_0x687141(0x200)](_0x3b0e1b[_0x687141(0x1fe)]());}),_0x3427ca[_0x43d21c(0x1f8)][_0x43d21c(0x1fb)](_0x43d21c(0x22b),_0x43d21c(0x21c),_0x43d21c(0x22c),(_0x30a58,_0x2e5fa0)=>{const _0x2b2ef1=_0x43d21c;_0x3427ca[_0x2b2ef1(0x1f8)][_0x2b2ef1(0x233)](_0x2b2ef1(0x22b),'',_0x2b2ef1(0x234))(_0x30a58,{'commandName':_0x2e5fa0[_0x2b2ef1(0x20e)],'commandParams':_0x2e5fa0[_0x2b2ef1(0x239)]});}),_0x3427ca[_0x43d21c(0x1f8)][_0x43d21c(0x1fb)](_0x43d21c(0x22b),_0x43d21c(0x21c),_0x43d21c(0x204),function(_0x676f7c,_0xd64be9){if(_0xb110f1(_0x676f7c,_0xd64be9))return[_0x676f7c,_0xd64be9];if(_0xb110f1(_0xd64be9,_0x676f7c))return[_0xd64be9,_0x676f7c];return null;});const _0x50a380=[{'type':_0x43d21c(0x22b),'subType':_0x43d21c(0x21c)},{'type':_0x43d21c(0x23a),'subType':_0x43d21c(0x222)},{'type':_0x43d21c(0x22b),'subType':_0x43d21c(0x22d)},{'type':_0x43d21c(0x23a),'subType':_0x43d21c(0x22d)}];function _0xb110f1(_0x4d02ae,_0x419ac4){const _0x2727f9=_0x43d21c,_0x18b651=_0x50a380[_0x2727f9(0x21e)](({type:_0xc885f6,subType:_0x3f7fea})=>_0x4d02ae[_0x2727f9(0x23c)]==_0xc885f6&&_0x4d02ae[_0x2727f9(0x22a)]==_0x3f7fea),_0x568170=_0x50a380[_0x2727f9(0x21e)](({type:_0xc16d9f,subType:_0x327a6c})=>_0x419ac4[_0x2727f9(0x23c)]==_0xc16d9f&&_0x419ac4[_0x2727f9(0x22a)]==_0x327a6c);if(_0x18b651<0x0||_0x568170<0x0)return!0x1;const _0x419f3e=_0x4d02ae[_0x2727f9(0x227)](),_0x311510=_0x419ac4[_0x2727f9(0x227)]();if((0x0==_0x18b651||0x1==_0x18b651)&&0x2==_0x568170&&_0x419f3e[_0x2727f9(0x20b)](_0x311510))return!0x0;if(0x2==_0x18b651&&0x3==_0x568170){const _0x3685cb=_0x3427ca[_0x2727f9(0x201)](_0x419f3e,_0x2727f9(0x23a))[_0x2727f9(0x1ef)](({suggestion:_0x31f4bb,meta:_0x46535b})=>_0x46535b[_0x2727f9(0x20f)]&&_0x2727f9(0x22d)==_0x31f4bb[_0x2727f9(0x22a)]);if(_0x3685cb[_0x2727f9(0x231)]>0x1&&_0x311510[_0x2727f9(0x1f1)][_0x2727f9(0x251)](_0x419f3e[_0x2727f9(0x1fc)]))return!0x0;if(0x1==_0x3685cb[_0x2727f9(0x231)]&&(_0x419f3e[_0x2727f9(0x1fc)][_0x2727f9(0x251)](_0x311510[_0x2727f9(0x1f1)])||_0x419f3e[_0x2727f9(0x1f1)][_0x2727f9(0x251)](_0x311510[_0x2727f9(0x1fc)])))return!0x0;}if(0x3==_0x18b651&&0x3==_0x568170&&_0x419f3e[_0x2727f9(0x1fc)][_0x2727f9(0x230)](_0x311510[_0x2727f9(0x1fc)])){const _0x30cb1e=_0x419f3e[_0x2727f9(0x1f1)][_0x2727f9(0x238)],_0x17bbe7=_0x311510[_0x2727f9(0x1fc)][_0x2727f9(0x1f5)];return _0x44960d[_0x2727f9(0x1f7)](_0x30cb1e)&&_0x30cb1e===_0x17bbe7;}return!0x1;}_0x5218a5[_0x43d21c(0x217)][_0x43d21c(0x212)][_0x43d21c(0x223)](()=>{const _0x25c335=_0x43d21c;let _0x48dc24=!0x1;const _0x491d6e=Array[_0x25c335(0x24e)](_0x5218a5[_0x25c335(0x217)][_0x25c335(0x212)][_0x25c335(0x21d)][_0x25c335(0x232)]());for(const {name:_0x4b82da,data:_0x11588a}of _0x491d6e){const {group:_0x21912d,type:_0x42f9ad,subType:_0x17441e,id:_0x41c2a5}=_0x3427ca[_0x25c335(0x214)](_0x4b82da);if(_0x25c335(0x1f4)==_0x21912d&&_0x3427ca[_0x25c335(0x1fa)](_0x41c2a5)){if(_0x25c335(0x22b)==_0x42f9ad&&(_0x25c335(0x21c)==_0x17441e||_0x25c335(0x21b)==_0x17441e)){const _0x33bf14=_0x3427ca[_0x25c335(0x246)](_0x41c2a5);if(_0x11588a[_0x25c335(0x242)]){const _0x592a33=_0x33bf14[_0x25c335(0x227)]()[_0x25c335(0x1fe)]();if(_0x44960d[_0x25c335(0x1f7)](_0x592a33))continue;_0x3427ca[_0x25c335(0x24a)](_0x33bf14),_0x48dc24=!0x0;}}if(_0x25c335(0x23a)==_0x42f9ad&&_0x25c335(0x222)==_0x17441e&&!_0x11588a[_0x25c335(0x242)]){const _0x30a531=_0x3427ca[_0x25c335(0x246)](_0x41c2a5);_0x30a531[_0x25c335(0x220)]&&_0x30a531[_0x25c335(0x220)][_0x25c335(0x20d)]&&(_0x3427ca[_0x25c335(0x24a)](_0x30a531[_0x25c335(0x220)]),_0x48dc24=!0x0);}}}return _0x48dc24;}),this[_0x43d21c(0x208)](_0x1cfdeb);}[_0x2f4643(0x208)](_0x43d22b){const _0x57038a=_0x2f4643,_0x2a83d8=this[_0x57038a(0x226)],_0x312cf3=_0x2a83d8[_0x57038a(0x24c)];_0x2a83d8[_0x57038a(0x24f)][_0x57038a(0x216)](_0x57038a(0x1f3))[_0x57038a(0x250)][_0x57038a(0x218)](_0x50f1c2=>{const _0x50344e=_0x57038a;if(_0x50344e(0x22b)!=_0x50f1c2[_0x50344e(0x23c)]&&_0x50344e(0x23f)!=_0x50f1c2[_0x50344e(0x23c)])return;const {data:_0x257842}=_0x50f1c2;if(!_0x257842||_0x50344e(0x24b)!=_0x257842[_0x50344e(0x20e)])return;const _0x5e93dd=_0x257842[_0x50344e(0x228)][0x0][_0x50344e(0x1ff)];return _0x4cf0b6(_0x50344e(0x241)===_0x5e93dd?_0x1860c5(_0x312cf3,_0x50344e(0x203)):_0x43d22b[_0x5e93dd]||_0x5e93dd);function _0x4cf0b6(_0x373a6a){const _0x23b2c0=_0x50344e;return{'type':_0x23b2c0(0x206),'content':_0x1860c5(_0x312cf3,_0x23b2c0(0x219),_0x373a6a)};}});}}
23
+ const _0x265263=_0x4c58;(function(_0x46e595,_0x2b1f19){const _0x559a31=_0x4c58,_0x2e5431=_0x46e595();while(!![]){try{const _0x4f04de=parseInt(_0x559a31(0x146))/0x1*(-parseInt(_0x559a31(0x128))/0x2)+parseInt(_0x559a31(0x140))/0x3+parseInt(_0x559a31(0x11e))/0x4+-parseInt(_0x559a31(0x114))/0x5+parseInt(_0x559a31(0x15b))/0x6+parseInt(_0x559a31(0x126))/0x7+parseInt(_0x559a31(0x153))/0x8*(-parseInt(_0x559a31(0x15c))/0x9);if(_0x4f04de===_0x2b1f19)break;else _0x2e5431['push'](_0x2e5431['shift']());}catch(_0x3ad4ab){_0x2e5431['push'](_0x2e5431['shift']());}}}(_0x45cd,0xf22d2));import{Plugin as _0x38e34a}from'ckeditor5/src/core.js';function _0x4c58(_0x1b5b57,_0x5573f2){const _0x45cdaa=_0x45cd();return _0x4c58=function(_0x4c5877,_0x542140){_0x4c5877=_0x4c5877-0x108;let _0x450731=_0x45cdaa[_0x4c5877];return _0x450731;},_0x4c58(_0x1b5b57,_0x5573f2);}import{uid as _0x541236}from'ckeditor5/src/utils.js';import{getTranslation as _0x236757}from'../utils/common-translations.js';export default class nt extends _0x38e34a{[_0x265263(0x157)](){const _0x5eb850=_0x265263,_0x20ff3c=this[_0x5eb850(0x116)];if(!_0x20ff3c[_0x5eb850(0x15a)][_0x5eb850(0x119)](_0x5eb850(0x10d)))return;const _0x15eaf6=_0x20ff3c[_0x5eb850(0x15a)][_0x5eb850(0x139)](_0x5eb850(0x129)),_0x50b2ea=_0x20ff3c[_0x5eb850(0x15a)][_0x5eb850(0x139)](_0x5eb850(0x14b)),_0x43bbe3={};_0x15eaf6[_0x5eb850(0x10f)](_0x5eb850(0x151),(_0x190a44,_0x4183b4)=>{const _0x13dbe1=_0x5eb850,_0x54bd7c=_0x20ff3c[_0x13dbe1(0x15a)][_0x13dbe1(0x139)](_0x13dbe1(0x162))['me'],_0x54ee2b=_0x20ff3c[_0x13dbe1(0x169)][_0x13dbe1(0x139)](_0x13dbe1(0x151));let _0x22ac81=_0x50b2ea[_0x13dbe1(0x14a)](_0x20ff3c[_0x13dbe1(0x15f)][_0x13dbe1(0x120)][_0x13dbe1(0x14f)]),_0x1d3808=_0x20ff3c[_0x13dbe1(0x15f)][_0x13dbe1(0x145)](_0x22ac81),_0x7785b3=_0x54ee2b[_0x13dbe1(0x12c)];if(_0x7785b3==_0x4183b4[_0x13dbe1(0x12c)])return;const _0xcf757d={'commandName':_0x13dbe1(0x151),'commandParams':[_0x4183b4],'formatGroupId':_0x541236()};_0x20ff3c[_0x13dbe1(0x15f)][_0x13dbe1(0x15e)](()=>{const _0x521ad5=_0x13dbe1;if(_0x15eaf6[_0x521ad5(0x147)]()[_0x521ad5(0x130)](_0x4d3b55=>_0x4d3b55[_0x521ad5(0x12a)]&&_0x54bd7c==_0x4d3b55[_0x521ad5(0x132)]&&(_0x521ad5(0x11b)==_0x4d3b55[_0x521ad5(0x12f)]||_0x521ad5(0x127)==_0x4d3b55[_0x521ad5(0x12f)])&&(_0x521ad5(0x10b)==_0x4d3b55[_0x521ad5(0x135)]||_0x521ad5(0x154)==_0x4d3b55[_0x521ad5(0x135)])&&_0x4d3b55[_0x521ad5(0x131)]()[_0x521ad5(0x159)](_0x1d3808))[_0x521ad5(0x113)](_0x3f3d21=>_0x15eaf6[_0x521ad5(0x121)](_0x3f3d21[_0x521ad5(0x125)])),_0x22ac81=_0x50b2ea[_0x521ad5(0x14a)](_0x20ff3c[_0x521ad5(0x15f)][_0x521ad5(0x120)][_0x521ad5(0x14f)]),_0x1d3808=_0x20ff3c[_0x521ad5(0x15f)][_0x521ad5(0x145)](_0x22ac81),_0x54ee2b[_0x521ad5(0x14e)](),_0x20ff3c[_0x521ad5(0x169)][_0x521ad5(0x139)](_0x521ad5(0x164))[_0x521ad5(0x14e)](),_0x20ff3c[_0x521ad5(0x169)][_0x521ad5(0x139)](_0x521ad5(0x141))[_0x521ad5(0x14e)](),_0x7785b3=_0x54ee2b[_0x521ad5(0x12c)],_0x7785b3!=_0x4183b4[_0x521ad5(0x12c)])return _0x50b2ea[_0x521ad5(0x12e)](_0x22ac81)&&_0x54ee2b[_0x521ad5(0x160)](_0x4183b4[_0x521ad5(0x12c)],_0x22ac81)?(_0x190a44({..._0x4183b4,'setImageSizes':!0x1}),_0x22ac81=_0x50b2ea[_0x521ad5(0x14a)](_0x20ff3c[_0x521ad5(0x15f)][_0x521ad5(0x120)][_0x521ad5(0x14f)]),void _0x15eaf6[_0x521ad5(0x117)](_0x22ac81,{..._0xcf757d,'commandReversedParams':[{'value':_0x7785b3||null,'setImageSizes':!0x1}]},[],_0x521ad5(0x10b))):void(_0x50b2ea[_0x521ad5(0x137)](_0x22ac81)?_0x15eaf6[_0x521ad5(0x117)](_0x22ac81,_0xcf757d,[],_0x521ad5(0x154)):_0x15eaf6[_0x521ad5(0x11f)](_0x1d3808,_0xcf757d,_0x521ad5(0x154)));});});for(const _0x283804 of _0x20ff3c[_0x5eb850(0x15a)][_0x5eb850(0x139)](_0x5eb850(0x10d))[_0x5eb850(0x108)])_0x43bbe3[_0x283804[_0x5eb850(0x148)]]=_0x283804[_0x5eb850(0x133)][_0x5eb850(0x144)]();_0x15eaf6[_0x5eb850(0x118)][_0x5eb850(0x109)](_0x5eb850(0x11b),_0x5eb850(0x10b),_0x5eb850(0x13a),()=>!0x1),_0x15eaf6[_0x5eb850(0x118)][_0x5eb850(0x109)](_0x5eb850(0x11b),_0x5eb850(0x154),_0x5eb850(0x13a),()=>!0x1),_0x15eaf6[_0x5eb850(0x118)][_0x5eb850(0x109)](_0x5eb850(0x127),_0x5eb850(0x154),_0x5eb850(0x13a),()=>!0x1),_0x15eaf6[_0x5eb850(0x118)][_0x5eb850(0x109)](_0x5eb850(0x11b),_0x5eb850(0x10b),_0x5eb850(0x134),([_0x3fb0a2])=>{const _0x14ccbd=_0x5eb850;_0x50b2ea[_0x14ccbd(0x158)](_0x3fb0a2[_0x14ccbd(0x115)]());}),_0x15eaf6[_0x5eb850(0x118)][_0x5eb850(0x109)](_0x5eb850(0x11b),_0x5eb850(0x10b),_0x5eb850(0x143),(_0x28cd2f,_0x23b86f)=>{const _0x4aedd2=_0x5eb850;_0x15eaf6[_0x4aedd2(0x118)][_0x4aedd2(0x13f)](_0x4aedd2(0x11b),'',_0x4aedd2(0x134))(_0x28cd2f,{'commandName':_0x23b86f[_0x4aedd2(0x138)],'commandParams':_0x23b86f[_0x4aedd2(0x149)]});}),_0x15eaf6[_0x5eb850(0x118)][_0x5eb850(0x109)](_0x5eb850(0x11b),_0x5eb850(0x10b),_0x5eb850(0x166),function(_0x54fcce,_0x2c9161){if(_0x14062d(_0x54fcce,_0x2c9161))return[_0x54fcce,_0x2c9161];if(_0x14062d(_0x2c9161,_0x54fcce))return[_0x2c9161,_0x54fcce];return null;});const _0x3de351=[{'type':_0x5eb850(0x11b),'subType':_0x5eb850(0x10b)},{'type':_0x5eb850(0x136),'subType':_0x5eb850(0x123)},{'type':_0x5eb850(0x11b),'subType':_0x5eb850(0x13d)},{'type':_0x5eb850(0x136),'subType':_0x5eb850(0x13d)}];function _0x14062d(_0x2120aa,_0x2cc805){const _0x412f0a=_0x5eb850,_0x47ab31=_0x3de351[_0x412f0a(0x11d)](({type:_0x494f4a,subType:_0xb73d5})=>_0x2120aa[_0x412f0a(0x12f)]==_0x494f4a&&_0x2120aa[_0x412f0a(0x135)]==_0xb73d5),_0x5ed15c=_0x3de351[_0x412f0a(0x11d)](({type:_0x247eaf,subType:_0x27c260})=>_0x2cc805[_0x412f0a(0x12f)]==_0x247eaf&&_0x2cc805[_0x412f0a(0x135)]==_0x27c260);if(_0x47ab31<0x0||_0x5ed15c<0x0)return!0x1;const _0x218e25=_0x2120aa[_0x412f0a(0x131)](),_0x10d5ad=_0x2cc805[_0x412f0a(0x131)]();if((0x0==_0x47ab31||0x1==_0x47ab31)&&0x2==_0x5ed15c&&_0x218e25[_0x412f0a(0x12d)](_0x10d5ad))return!0x0;if(0x2==_0x47ab31&&0x3==_0x5ed15c){const _0x2f79ad=_0x15eaf6[_0x412f0a(0x110)](_0x218e25,_0x412f0a(0x136))[_0x412f0a(0x130)](({suggestion:_0x18abf9,meta:_0x1c7546})=>_0x1c7546[_0x412f0a(0x11c)]&&_0x412f0a(0x13d)==_0x18abf9[_0x412f0a(0x135)]);if(_0x2f79ad[_0x412f0a(0x13e)]>0x1&&_0x10d5ad[_0x412f0a(0x142)][_0x412f0a(0x159)](_0x218e25[_0x412f0a(0x111)]))return!0x0;if(0x1==_0x2f79ad[_0x412f0a(0x13e)]&&(_0x218e25[_0x412f0a(0x111)][_0x412f0a(0x159)](_0x10d5ad[_0x412f0a(0x142)])||_0x218e25[_0x412f0a(0x142)][_0x412f0a(0x159)](_0x10d5ad[_0x412f0a(0x111)])))return!0x0;}if(0x3==_0x47ab31&&0x3==_0x5ed15c&&_0x218e25[_0x412f0a(0x111)][_0x412f0a(0x124)](_0x10d5ad[_0x412f0a(0x111)])){const _0x30c1da=_0x218e25[_0x412f0a(0x142)][_0x412f0a(0x165)],_0x560c38=_0x10d5ad[_0x412f0a(0x111)][_0x412f0a(0x14c)];return _0x50b2ea[_0x412f0a(0x137)](_0x30c1da)&&_0x30c1da===_0x560c38;}return!0x1;}_0x20ff3c[_0x5eb850(0x15f)][_0x5eb850(0x120)][_0x5eb850(0x152)](()=>{const _0x11690a=_0x5eb850;let _0x44ca81=!0x1;const _0x43af7c=Array[_0x11690a(0x11a)](_0x20ff3c[_0x11690a(0x15f)][_0x11690a(0x120)][_0x11690a(0x168)][_0x11690a(0x167)]());for(const {name:_0x2d7c1a,data:_0x5bb609}of _0x43af7c){const {group:_0x3e94b8,type:_0x18c5b0,subType:_0x2ab635,id:_0x52856e}=_0x15eaf6[_0x11690a(0x150)](_0x2d7c1a);if(_0x11690a(0x15d)==_0x3e94b8&&_0x15eaf6[_0x11690a(0x161)](_0x52856e)){if(_0x11690a(0x11b)==_0x18c5b0&&(_0x11690a(0x10b)==_0x2ab635||_0x11690a(0x154)==_0x2ab635)){const _0x1e8a64=_0x15eaf6[_0x11690a(0x10a)](_0x52856e);if(_0x5bb609[_0x11690a(0x122)]){const _0x47b18a=_0x1e8a64[_0x11690a(0x131)]()[_0x11690a(0x115)]();if(_0x50b2ea[_0x11690a(0x137)](_0x47b18a))continue;_0x15eaf6[_0x11690a(0x121)](_0x1e8a64),_0x44ca81=!0x0;}}if(_0x11690a(0x136)==_0x18c5b0&&_0x11690a(0x123)==_0x2ab635&&!_0x5bb609[_0x11690a(0x122)]){const _0x2b459c=_0x15eaf6[_0x11690a(0x10a)](_0x52856e);_0x2b459c[_0x11690a(0x163)]&&_0x2b459c[_0x11690a(0x163)][_0x11690a(0x12a)]&&(_0x15eaf6[_0x11690a(0x121)](_0x2b459c[_0x11690a(0x163)]),_0x44ca81=!0x0);}}}return _0x44ca81;}),this[_0x5eb850(0x14d)](_0x43bbe3);}[_0x265263(0x14d)](_0x3079a1){const _0x732c1d=_0x265263,_0x112899=this[_0x732c1d(0x116)],_0x469e2d=_0x112899[_0x732c1d(0x156)];_0x112899[_0x732c1d(0x15a)][_0x732c1d(0x139)](_0x732c1d(0x129))[_0x732c1d(0x13b)][_0x732c1d(0x155)](_0x53ce73=>{const _0x371f93=_0x732c1d;if(_0x371f93(0x11b)!=_0x53ce73[_0x371f93(0x12f)]&&_0x371f93(0x127)!=_0x53ce73[_0x371f93(0x12f)])return;const {data:_0x490cca}=_0x53ce73;if(!_0x490cca||_0x371f93(0x151)!=_0x490cca[_0x371f93(0x138)])return;const _0x2579a3=_0x490cca[_0x371f93(0x10e)][0x0][_0x371f93(0x12c)];return _0x421761(_0x371f93(0x10c)===_0x2579a3?_0x236757(_0x469e2d,_0x371f93(0x112)):_0x3079a1[_0x2579a3]||_0x2579a3);function _0x421761(_0x3639c3){const _0x2e7bcc=_0x371f93;return{'type':_0x2e7bcc(0x13c),'content':_0x236757(_0x469e2d,_0x2e7bcc(0x12b),_0x3639c3)};}});}}function _0x45cd(){const _0xbcc4df=['nodeBefore','_registerLegacyDescription','refresh','selection','_splitMarkerName','imageStyle','registerPostFixer','32056952BbZeyj','imageStylePostApply','registerDescriptionCallback','locale','afterInit','setImageNaturalSizeAttributes','isEqual','plugins','11666862qBlmZm','9BvEmPC','suggestion','change','model','shouldConvertImageType','hasSuggestion','Users','next','imageTypeInline','nodeAfter','chain','getChangedMarkers','differ','commands','normalizedStyles','registerCustomCallback','getSuggestion','imageStylePreApply','side','ImageStyleEditing','commandParams','enableCommand','_findSuggestions','start','FORMAT_SIDE_IMAGE','forEach','2763795IxWLZq','getContainedElement','editor','markBlockFormat','_suggestionFactory','has','from','formatBlock','isOwn','findIndex','7366164tfGqnb','markInlineFormat','document','discardSuggestion','newRange','imageCaption','isBefore','head','4089001HAEbwJ','formatInline','125530IYyWPS','TrackChangesEditing','isInContent','*Format:*\x20%0','value','isIntersecting','isInlineImage','type','filter','getFirstRange','author','title','accept','subType','insertion','isBlockImage','commandName','get','join','_descriptionFactory','format','convertInlineImageToBlock','length','getSuggestionCallback','5051373XybHHD','imageTypeBlock','end','discard','toLowerCase','createRangeOn','8iMpzqF','getSuggestions','name','commandReversedParams','getClosestSelectedImageElement','ImageUtils'];_0x45cd=function(){return _0xbcc4df;};return _0x45cd();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a2fd6=_0x2b72;function _0x53df(){const _0x23f5cc=['14avOrLo','9166234VrcoZv','30pMXUfI','dataInsert','collaboration_features','get','track_changes','1068039lburNO','trackChanges','706145SuosWf','afterInit','_trackChangesExecuted','high','plugins','TrackChangesEditing','1ofcfWj','bind','forEach','732334CDUSqo','lowest','enableCommand','3073384CMgQgT','_handleImportedData','importWord','Users','commands','132IzLLSN','value','execute','11988EVZeuG','editor','_trackChangesValueDuringImport','652206qXqEig','listenTo','_setSuggestionData'];_0x53df=function(){return _0x23f5cc;};return _0x53df();}(function(_0x478c81,_0x28451f){const _0x3c1d55=_0x2b72,_0x4c87b3=_0x478c81();while(!![]){try{const _0x46401=parseInt(_0x3c1d55(0x8c))/0x1*(parseInt(_0x3c1d55(0x8f))/0x2)+-parseInt(_0x3c1d55(0x9a))/0x3*(parseInt(_0x3c1d55(0x97))/0x4)+parseInt(_0x3c1d55(0x86))/0x5+-parseInt(_0x3c1d55(0x9d))/0x6*(parseInt(_0x3c1d55(0xa0))/0x7)+-parseInt(_0x3c1d55(0x92))/0x8+-parseInt(_0x3c1d55(0x84))/0x9*(parseInt(_0x3c1d55(0xa2))/0xa)+parseInt(_0x3c1d55(0xa1))/0xb;if(_0x46401===_0x28451f)break;else _0x4c87b3['push'](_0x4c87b3['shift']());}catch(_0x18ccd9){_0x4c87b3['push'](_0x4c87b3['shift']());}}}(_0x53df,0x3d562));import{Plugin as _0x23971d}from'ckeditor5/src/core.js';function _0x2b72(_0x4629a2,_0x33ce9f){const _0x53df1a=_0x53df();return _0x2b72=function(_0x2b7212,_0x4060ec){_0x2b7212=_0x2b7212-0x83;let _0x6bc91b=_0x53df1a[_0x2b7212];return _0x6bc91b;},_0x2b72(_0x4629a2,_0x33ce9f);}export default class ot extends _0x23971d{constructor(_0x3a8f6d){const _0x4cd878=_0x2b72;super(_0x3a8f6d),this[_0x4cd878(0x9c)]=!0x1,this[_0x4cd878(0x88)]=!0x1;}[_0x2a2fd6(0x87)](){const _0x1456a2=_0x2a2fd6,_0xbab300=this[_0x1456a2(0x9b)],_0x595362=_0xbab300[_0x1456a2(0x96)][_0x1456a2(0xa5)](_0x1456a2(0x94)),_0x57e01a=_0xbab300[_0x1456a2(0x96)][_0x1456a2(0xa5)](_0x1456a2(0x85));_0x595362&&(_0x595362['on'](_0x1456a2(0x99),(_0x29fdeb,[,_0x44c2fc])=>{const _0x3ea080=_0x1456a2;this[_0x3ea080(0x9c)]=_0x57e01a[_0x3ea080(0x98)],_0x44c2fc[_0x3ea080(0xa4)][_0x3ea080(0x83)]=!this[_0x3ea080(0x9c)];},{'priority':_0x1456a2(0x89)}),this[_0x1456a2(0x9e)](_0x595362,_0x1456a2(0xa3),this[_0x1456a2(0x93)][_0x1456a2(0x8d)](this)),this[_0x1456a2(0x9e)](_0x595362,_0x1456a2(0xa3),()=>{const _0x2fb4da=_0x1456a2;this[_0x2fb4da(0x88)]&&(_0x57e01a[_0x2fb4da(0x99)](),this[_0x2fb4da(0x88)]=!0x1);},{'priority':_0x1456a2(0x90)}),_0xbab300[_0x1456a2(0x8a)][_0x1456a2(0xa5)](_0x1456a2(0x8b))[_0x1456a2(0x91)](_0x1456a2(0x94)));}[_0x2a2fd6(0x93)](_0x1e9bda,_0x236bc2){const _0x40d1f9=_0x2a2fd6,{suggestions:_0x28ee16}=_0x236bc2,_0x560f5b=this[_0x40d1f9(0x9b)][_0x40d1f9(0x96)][_0x40d1f9(0xa5)](_0x40d1f9(0x85)),_0x53f8ef=_0x560f5b[_0x40d1f9(0x98)];this[_0x40d1f9(0x9c)]!==_0x53f8ef&&(_0x560f5b[_0x40d1f9(0x99)](),this[_0x40d1f9(0x88)]=!0x0),_0x28ee16&&_0x28ee16[_0x40d1f9(0x8e)](({id:_0x440499,type:_0x231eea,author:_0x5ef8ab,created_at:_0x27c3cf})=>{const _0xbca24=_0x40d1f9,_0x1fe898={'id':_0x440499,'type':_0x231eea,'authorId':this[_0xbca24(0x9b)][_0xbca24(0x8a)][_0xbca24(0xa5)](_0xbca24(0x95))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5ef8ab,'createdAt':_0x27c3cf?new Date(_0x27c3cf):new Date(),'source':_0xbca24(0x94)}}};this[_0xbca24(0x9b)][_0xbca24(0x8a)][_0xbca24(0xa5)](_0xbca24(0x8b))[_0xbca24(0x9f)](_0x1fe898);});}}
23
+ const _0x47b64b=_0x3440;function _0x3440(_0x13424b,_0x3bf757){const _0x326711=_0x3267();return _0x3440=function(_0x344068,_0x17a644){_0x344068=_0x344068-0x6b;let _0x2eaed4=_0x326711[_0x344068];return _0x2eaed4;},_0x3440(_0x13424b,_0x3bf757);}(function(_0x59af37,_0x31f287){const _0x4f6fa7=_0x3440,_0x128921=_0x59af37();while(!![]){try{const _0x22e792=-parseInt(_0x4f6fa7(0x81))/0x1*(-parseInt(_0x4f6fa7(0x7c))/0x2)+parseInt(_0x4f6fa7(0x7d))/0x3+parseInt(_0x4f6fa7(0x72))/0x4*(parseInt(_0x4f6fa7(0x6f))/0x5)+parseInt(_0x4f6fa7(0x6e))/0x6*(-parseInt(_0x4f6fa7(0x6d))/0x7)+-parseInt(_0x4f6fa7(0x84))/0x8*(-parseInt(_0x4f6fa7(0x6c))/0x9)+parseInt(_0x4f6fa7(0x70))/0xa*(-parseInt(_0x4f6fa7(0x77))/0xb)+-parseInt(_0x4f6fa7(0x75))/0xc*(parseInt(_0x4f6fa7(0x7b))/0xd);if(_0x22e792===_0x31f287)break;else _0x128921['push'](_0x128921['shift']());}catch(_0x225db0){_0x128921['push'](_0x128921['shift']());}}}(_0x3267,0x9074e));import{Plugin as _0x5ddeee}from'ckeditor5/src/core.js';export default class ot extends _0x5ddeee{constructor(_0x453b67){const _0x2539d0=_0x3440;super(_0x453b67),this[_0x2539d0(0x74)]=!0x1,this[_0x2539d0(0x73)]=!0x1;}[_0x47b64b(0x89)](){const _0x1f73d4=_0x47b64b,_0x4fbc7a=this[_0x1f73d4(0x86)],_0x4f3190=_0x4fbc7a[_0x1f73d4(0x71)][_0x1f73d4(0x78)](_0x1f73d4(0x76)),_0x4aed05=_0x4fbc7a[_0x1f73d4(0x71)][_0x1f73d4(0x78)](_0x1f73d4(0x7f));_0x4f3190&&(_0x4f3190['on'](_0x1f73d4(0x83),(_0x36e1a0,[,_0x55f2c6])=>{const _0x2ec1f9=_0x1f73d4;this[_0x2ec1f9(0x74)]=_0x4aed05[_0x2ec1f9(0x8c)],_0x55f2c6[_0x2ec1f9(0x8e)][_0x2ec1f9(0x7e)]=!this[_0x2ec1f9(0x74)];},{'priority':_0x1f73d4(0x87)}),this[_0x1f73d4(0x79)](_0x4f3190,_0x1f73d4(0x82),this[_0x1f73d4(0x8a)][_0x1f73d4(0x6b)](this)),this[_0x1f73d4(0x79)](_0x4f3190,_0x1f73d4(0x82),()=>{const _0x35930d=_0x1f73d4;this[_0x35930d(0x73)]&&(_0x4aed05[_0x35930d(0x83)](),this[_0x35930d(0x73)]=!0x1);},{'priority':_0x1f73d4(0x88)}),_0x4fbc7a[_0x1f73d4(0x85)][_0x1f73d4(0x78)](_0x1f73d4(0x8d))[_0x1f73d4(0x8b)](_0x1f73d4(0x76)));}[_0x47b64b(0x8a)](_0x2c308e,_0x615f45){const _0x1e3032=_0x47b64b,{suggestions:_0x488076}=_0x615f45,_0x345547=this[_0x1e3032(0x86)][_0x1e3032(0x71)][_0x1e3032(0x78)](_0x1e3032(0x7f)),_0x41e7e3=_0x345547[_0x1e3032(0x8c)];this[_0x1e3032(0x74)]!==_0x41e7e3&&(_0x345547[_0x1e3032(0x83)](),this[_0x1e3032(0x73)]=!0x0),_0x488076&&_0x488076[_0x1e3032(0x8f)](({id:_0x145caf,type:_0x3221b3,author:_0x4a81e3,created_at:_0xcffa93})=>{const _0x148979=_0x1e3032,_0x532514={'id':_0x145caf,'type':_0x3221b3,'authorId':this[_0x148979(0x86)][_0x148979(0x85)][_0x148979(0x78)](_0x148979(0x7a))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4a81e3,'createdAt':_0xcffa93?new Date(_0xcffa93):new Date(),'source':_0x148979(0x76)}}};this[_0x148979(0x86)][_0x148979(0x85)][_0x148979(0x78)](_0x148979(0x8d))[_0x148979(0x80)](_0x532514);});}}function _0x3267(){const _0x14edac=['6055HjDfYm','120110tyvAAc','commands','968ZxkLfH','_trackChangesExecuted','_trackChangesValueDuringImport','36ZUSTUI','importWord','33qshSlx','get','listenTo','Users','4292834ltqTEY','2jEDyIM','892662rEeFau','track_changes','trackChanges','_setSuggestionData','866198mJcjli','dataInsert','execute','16JzdrDR','plugins','editor','high','lowest','afterInit','_handleImportedData','enableCommand','value','TrackChangesEditing','collaboration_features','forEach','bind','2498193qEVZSD','7lOlnTR','2361522kIWEiv'];_0x3267=function(){return _0x14edac;};return _0x3267();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3f62(){const _0x5b2ce8=['2199884tRhcAL','FORMAT_INDENT','outdentBlock','formatBlock','_descriptionFactory','indent','commandName','blockIndent','_registerBlockAttribute','*Indent:*\x20%0','plugins','registerAttributeLabel','editor','486463lfhVwd','9TKgwIq','TrackChangesEditing','registerDescriptionCallback','type','IndentEditing','5229frWody','603654XosDbg','has','*Outdent:*\x20%0','2017807QKeZDn','outdent','3948dHclmQ','90xYJfgE','getItems','_enableDefaultAttributesIntegration','get','IndentBlock','getItemLabel','3gXbfOk','format','_registerLegacyDescription','locale','enableCommand','694504xmDlQd','indentBlock','afterInit','38735rNZwwP'];_0x3f62=function(){return _0x5b2ce8;};return _0x3f62();}function _0x1a49(_0x756d9e,_0x2de4f1){const _0x3f6270=_0x3f62();return _0x1a49=function(_0x1a493a,_0x1ec085){_0x1a493a=_0x1a493a-0xd3;let _0x2eb39a=_0x3f6270[_0x1a493a];return _0x2eb39a;},_0x1a49(_0x756d9e,_0x2de4f1);}const _0x38ed1a=_0x1a49;(function(_0x446d85,_0x29b3d3){const _0xa0087=_0x1a49,_0x34ac4a=_0x446d85();while(!![]){try{const _0x3adfc4=-parseInt(_0xa0087(0xe0))/0x1+parseInt(_0xa0087(0xe7))/0x2+-parseInt(_0xa0087(0xf3))/0x3*(parseInt(_0xa0087(0xd3))/0x4)+parseInt(_0xa0087(0xfb))/0x5+-parseInt(_0xa0087(0xec))/0x6*(parseInt(_0xa0087(0xe6))/0x7)+parseInt(_0xa0087(0xf8))/0x8*(-parseInt(_0xa0087(0xe1))/0x9)+-parseInt(_0xa0087(0xed))/0xa*(-parseInt(_0xa0087(0xea))/0xb);if(_0x3adfc4===_0x29b3d3)break;else _0x34ac4a['push'](_0x34ac4a['shift']());}catch(_0x101910){_0x34ac4a['push'](_0x34ac4a['shift']());}}}(_0x3f62,0x54686));import{Plugin as _0x535e27}from'ckeditor5/src/core.js';import{getTranslation as _0x1bdd49}from'../utils/common-translations.js';export default class rt extends _0x535e27{[_0x38ed1a(0xfa)](){const _0x17b7ab=_0x38ed1a,_0x311305=this[_0x17b7ab(0xdf)],_0x217594=_0x311305[_0x17b7ab(0xdd)][_0x17b7ab(0xf0)](_0x17b7ab(0xe2));if(_0x311305[_0x17b7ab(0xdd)][_0x17b7ab(0xe8)](_0x17b7ab(0xe5))&&(_0x217594[_0x17b7ab(0xf7)](_0x17b7ab(0xd8)),_0x217594[_0x17b7ab(0xf7)](_0x17b7ab(0xeb))),_0x311305[_0x17b7ab(0xdd)][_0x17b7ab(0xe8)](_0x17b7ab(0xf1))){for(const _0x3bccd8 of[_0x17b7ab(0xf9),_0x17b7ab(0xd5)])_0x217594[_0x17b7ab(0xef)](_0x3bccd8);}const _0x34e38e=_0x311305[_0x17b7ab(0xf6)];_0x217594[_0x17b7ab(0xdb)](_0x17b7ab(0xda)),_0x217594[_0x17b7ab(0xd7)][_0x17b7ab(0xde)](_0x17b7ab(0xda),_0x1bdd49(_0x34e38e,_0x17b7ab(0xd4))),this[_0x17b7ab(0xf5)]();}[_0x38ed1a(0xf5)](){const _0xdddaae=_0x38ed1a,_0xe21c30=this[_0xdddaae(0xdf)],_0xb919b8=_0xe21c30[_0xdddaae(0xf6)],_0x1aff39=_0xe21c30[_0xdddaae(0xdd)][_0xdddaae(0xf0)](_0xdddaae(0xe2));_0x1aff39[_0xdddaae(0xd7)][_0xdddaae(0xe3)](_0x571ebe=>{const _0x495d7b=_0xdddaae;if(_0x495d7b(0xd6)!=_0x571ebe[_0x495d7b(0xe4)])return;const {data:_0x5f3e2b}=_0x571ebe;if(!_0x5f3e2b)return;if(_0x495d7b(0xf9)!=_0x5f3e2b[_0x495d7b(0xd9)]&&_0x495d7b(0xd5)!=_0x5f3e2b[_0x495d7b(0xd9)])return;const _0x120af0=_0x571ebe[_0x495d7b(0xee)]()[0x0],_0x2edf80=_0x1aff39[_0x495d7b(0xd7)][_0x495d7b(0xf2)](_0x120af0);return _0x495d7b(0xf9)==_0x5f3e2b[_0x495d7b(0xd9)]?{'type':_0x495d7b(0xf4),'content':_0x1bdd49(_0xb919b8,_0x495d7b(0xdc),_0x2edf80)}:_0x495d7b(0xd5)==_0x5f3e2b[_0x495d7b(0xd9)]?{'type':_0x495d7b(0xf4),'content':_0x1bdd49(_0xb919b8,_0x495d7b(0xe9),_0x2edf80)}:void 0x0;});}}
23
+ const _0x1612ca=_0x1caa;function _0x5597(){const _0xc0e35c=['23930UcCxwY','IndentEditing','registerAttributeLabel','_registerLegacyDescription','*Outdent:*\x20%0','get','9317PwoEEU','FORMAT_INDENT','IndentBlock','locale','indentBlock','format','getItemLabel','blockIndent','8512ehNnHu','2677560wXSQYy','33430760FAseSZ','type','outdent','182826QqEyEn','commandName','enableCommand','TrackChangesEditing','*Indent:*\x20%0','10cCuJva','2369708fLyHuo','_registerBlockAttribute','getItems','plugins','25YBKmKy','_enableDefaultAttributesIntegration','formatBlock','indent','afterInit','_descriptionFactory','71ygCodw','365544lEroBz','has','editor','outdentBlock','registerDescriptionCallback'];_0x5597=function(){return _0xc0e35c;};return _0x5597();}(function(_0xe105ac,_0x30b5b9){const _0x21cc7e=_0x1caa,_0x5ebd1b=_0xe105ac();while(!![]){try{const _0x2c2d53=-parseInt(_0x21cc7e(0x1f6))/0x1*(-parseInt(_0x21cc7e(0x1fc))/0x2)+-parseInt(_0x21cc7e(0x20b))/0x3+-parseInt(_0x21cc7e(0x215))/0x4+-parseInt(_0x21cc7e(0x219))/0x5*(parseInt(_0x21cc7e(0x20f))/0x6)+parseInt(_0x21cc7e(0x202))/0x7*(-parseInt(_0x21cc7e(0x20a))/0x8)+-parseInt(_0x21cc7e(0x1f7))/0x9+-parseInt(_0x21cc7e(0x214))/0xa*(-parseInt(_0x21cc7e(0x20c))/0xb);if(_0x2c2d53===_0x30b5b9)break;else _0x5ebd1b['push'](_0x5ebd1b['shift']());}catch(_0x165f49){_0x5ebd1b['push'](_0x5ebd1b['shift']());}}}(_0x5597,0xc1fcd));import{Plugin as _0x4c6646}from'ckeditor5/src/core.js';function _0x1caa(_0xb0ccfb,_0x89d904){const _0x5597f8=_0x5597();return _0x1caa=function(_0x1caaeb,_0xa2a1aa){_0x1caaeb=_0x1caaeb-0x1f1;let _0x50069a=_0x5597f8[_0x1caaeb];return _0x50069a;},_0x1caa(_0xb0ccfb,_0x89d904);}import{getTranslation as _0x3ce2bf}from'../utils/common-translations.js';export default class rt extends _0x4c6646{[_0x1612ca(0x1f4)](){const _0x551200=_0x1612ca,_0x96a712=this[_0x551200(0x1f9)],_0x324630=_0x96a712[_0x551200(0x218)][_0x551200(0x201)](_0x551200(0x212));if(_0x96a712[_0x551200(0x218)][_0x551200(0x1f8)](_0x551200(0x1fd))&&(_0x324630[_0x551200(0x211)](_0x551200(0x1f3)),_0x324630[_0x551200(0x211)](_0x551200(0x20e))),_0x96a712[_0x551200(0x218)][_0x551200(0x1f8)](_0x551200(0x204))){for(const _0x518c1 of[_0x551200(0x206),_0x551200(0x1fa)])_0x324630[_0x551200(0x1f1)](_0x518c1);}const _0x35a0ce=_0x96a712[_0x551200(0x205)];_0x324630[_0x551200(0x216)](_0x551200(0x209)),_0x324630[_0x551200(0x1f5)][_0x551200(0x1fe)](_0x551200(0x209),_0x3ce2bf(_0x35a0ce,_0x551200(0x203))),this[_0x551200(0x1ff)]();}[_0x1612ca(0x1ff)](){const _0x3981b1=_0x1612ca,_0x5830d4=this[_0x3981b1(0x1f9)],_0x108533=_0x5830d4[_0x3981b1(0x205)],_0x248a17=_0x5830d4[_0x3981b1(0x218)][_0x3981b1(0x201)](_0x3981b1(0x212));_0x248a17[_0x3981b1(0x1f5)][_0x3981b1(0x1fb)](_0x4c44e3=>{const _0x346954=_0x3981b1;if(_0x346954(0x1f2)!=_0x4c44e3[_0x346954(0x20d)])return;const {data:_0x7aaf2c}=_0x4c44e3;if(!_0x7aaf2c)return;if(_0x346954(0x206)!=_0x7aaf2c[_0x346954(0x210)]&&_0x346954(0x1fa)!=_0x7aaf2c[_0x346954(0x210)])return;const _0x55f91b=_0x4c44e3[_0x346954(0x217)]()[0x0],_0x308597=_0x248a17[_0x346954(0x1f5)][_0x346954(0x208)](_0x55f91b);return _0x346954(0x206)==_0x7aaf2c[_0x346954(0x210)]?{'type':_0x346954(0x207),'content':_0x3ce2bf(_0x108533,_0x346954(0x213),_0x308597)}:_0x346954(0x1fa)==_0x7aaf2c[_0x346954(0x210)]?{'type':_0x346954(0x207),'content':_0x3ce2bf(_0x108533,_0x346954(0x200),_0x308597)}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4c56(){var _0x5d4835=['11685996kzqhyi','TrackChangesEditing','plugins','init','12TRNxoX','168230jVEzmw','editor','55pTCoOr','5990454MJKxdl','202592dcecKL','get','9592190sKeCgZ','2sZVHVg','requires','input','enableCommand','16460AvXuki','1760287WrmYnW','156ZJWzyY'];_0x4c56=function(){return _0x5d4835;};return _0x4c56();}var _0x6f28c3=_0x9165;function _0x9165(_0x27388a,_0x2c34bd){var _0x4c5611=_0x4c56();return _0x9165=function(_0x916526,_0x546d0f){_0x916526=_0x916526-0x1c6;var _0x204e48=_0x4c5611[_0x916526];return _0x204e48;},_0x9165(_0x27388a,_0x2c34bd);}(function(_0x13a838,_0x445c9f){var _0x2e20fc=_0x9165,_0x1605fe=_0x13a838();while(!![]){try{var _0x29e752=parseInt(_0x2e20fc(0x1d1))/0x1*(-parseInt(_0x2e20fc(0x1cc))/0x2)+-parseInt(_0x2e20fc(0x1d2))/0x3*(-parseInt(_0x2e20fc(0x1d0))/0x4)+-parseInt(_0x2e20fc(0x1d8))/0x5*(-parseInt(_0x2e20fc(0x1d7))/0x6)+-parseInt(_0x2e20fc(0x1d3))/0x7+-parseInt(_0x2e20fc(0x1c9))/0x8+-parseInt(_0x2e20fc(0x1c8))/0x9+parseInt(_0x2e20fc(0x1cb))/0xa*(parseInt(_0x2e20fc(0x1c7))/0xb);if(_0x29e752===_0x445c9f)break;else _0x1605fe['push'](_0x1605fe['shift']());}catch(_0x3ad9ba){_0x1605fe['push'](_0x1605fe['shift']());}}}(_0x4c56,0xe9932));import{Plugin as _0x108193}from'ckeditor5/src/core.js';import{Input as _0xa9cf96}from'ckeditor5/src/typing.js';export default class at extends _0x108193{static get[_0x6f28c3(0x1cd)](){return[_0xa9cf96];}[_0x6f28c3(0x1d6)](){var _0x331d4c=_0x6f28c3;this[_0x331d4c(0x1c6)][_0x331d4c(0x1d5)][_0x331d4c(0x1ca)](_0x331d4c(0x1d4))[_0x331d4c(0x1cf)](_0x331d4c(0x1ce));}}
23
+ var _0x5944da=_0x2f98;(function(_0x300f9a,_0x39c658){var _0x114a83=_0x2f98,_0x1d5f15=_0x300f9a();while(!![]){try{var _0x12097f=-parseInt(_0x114a83(0x185))/0x1+-parseInt(_0x114a83(0x184))/0x2+-parseInt(_0x114a83(0x189))/0x3*(parseInt(_0x114a83(0x17a))/0x4)+parseInt(_0x114a83(0x182))/0x5*(-parseInt(_0x114a83(0x17b))/0x6)+parseInt(_0x114a83(0x17d))/0x7*(parseInt(_0x114a83(0x177))/0x8)+parseInt(_0x114a83(0x178))/0x9+-parseInt(_0x114a83(0x183))/0xa*(-parseInt(_0x114a83(0x186))/0xb);if(_0x12097f===_0x39c658)break;else _0x1d5f15['push'](_0x1d5f15['shift']());}catch(_0xe0b036){_0x1d5f15['push'](_0x1d5f15['shift']());}}}(_0x4e22,0xaaefd));import{Plugin as _0x5218d8}from'ckeditor5/src/core.js';function _0x2f98(_0x3fa33b,_0x54daf7){var _0x4e2280=_0x4e22();return _0x2f98=function(_0x2f983d,_0x278884){_0x2f983d=_0x2f983d-0x177;var _0x33dc58=_0x4e2280[_0x2f983d];return _0x33dc58;},_0x2f98(_0x3fa33b,_0x54daf7);}import{Input as _0x267475}from'ckeditor5/src/typing.js';function _0x4e22(){var _0x2931fe=['requires','309GhoFmr','68824JpXMJt','7356294MXZfVj','get','39676WzaVyr','30GvhRse','init','343pWftaZ','input','enableCommand','TrackChangesEditing','editor','241805xtOuPn','28070AltWfN','1052468DxiIKc','975011rfLWzE','8723cxthnv','plugins'];_0x4e22=function(){return _0x2931fe;};return _0x4e22();}export default class at extends _0x5218d8{static get[_0x5944da(0x188)](){return[_0x267475];}[_0x5944da(0x17c)](){var _0x5e1195=_0x5944da;this[_0x5e1195(0x181)][_0x5e1195(0x187)][_0x5e1195(0x179)](_0x5e1195(0x180))[_0x5e1195(0x17f)](_0x5e1195(0x17e));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x494adc=_0xb20a;(function(_0xb98a20,_0xdfeda0){const _0x43dbda=_0xb20a,_0xe682b4=_0xb98a20();while(!![]){try{const _0x181206=-parseInt(_0x43dbda(0x15c))/0x1*(-parseInt(_0x43dbda(0x156))/0x2)+-parseInt(_0x43dbda(0x168))/0x3+parseInt(_0x43dbda(0x167))/0x4+parseInt(_0x43dbda(0x178))/0x5+-parseInt(_0x43dbda(0x144))/0x6+parseInt(_0x43dbda(0x14d))/0x7*(parseInt(_0x43dbda(0x17c))/0x8)+-parseInt(_0x43dbda(0x183))/0x9;if(_0x181206===_0xdfeda0)break;else _0xe682b4['push'](_0xe682b4['shift']());}catch(_0x53c124){_0xe682b4['push'](_0xe682b4['shift']());}}}(_0x775c,0x69278));import{Plugin as _0x33a002}from'ckeditor5/src/core.js';import{getTranslation as _0x52a510}from'../utils/common-translations.js';function _0xb20a(_0x1f12f4,_0x233979){const _0x775c82=_0x775c();return _0xb20a=function(_0xb20ab,_0x261bf4){_0xb20ab=_0xb20ab-0x138;let _0x31be9e=_0x775c82[_0xb20ab];return _0x31be9e;},_0xb20a(_0x1f12f4,_0x233979);}function _0x775c(){const _0x3f2679=['commandParams','getSelectedBlocks','previousSibling','_selectedElements','commandName','format','filter','251440kybOrF','338706qagyRn','element','plugins','_descriptionFactory','ELEMENT_BULLETED_LIST','outdentList','formatBlock','ELEMENT_TODO_LIST','enableCommand','createRange','slice','*Change\x20to:*\x20%0','registerDescriptionCallback','todoList','LegacyListEditing','checkTodoList','2202520vWOWtk','model','document','isObject','200HjUrUn','locale','findIndex','ELEMENT_LIST_ITEM','todoListChecked','from','todo','6787539rnvVQR','schema','markBlockFormat','ELEMENT_NUMBERED_LIST','type','checkChild','commands','createPositionAt','LegacyTodoListEditing','get','add','forceValue','*Uncheck\x20item*','value','indentList','List','blockName','editor','getAttribute','*Indent:*\x20%0','has','listItem','969306crKuHC','numbered','before','numberedList','listType','*Check\x20item*','change','end','formatInline','133511AxqzMb','selection','nextSibling','push','*Outdent:*\x20%0','name','execute','listIndent','length','958294yGJxsC','paragraph','TrackChangesEditing','bulletedList','registerElementLabel','afterInit','1ZNKkBi','parent','bulleted','replace'];_0x775c=function(){return _0x3f2679;};return _0x775c();}export default class ut extends _0x33a002{[_0x494adc(0x15b)](){const _0x17dad8=_0x494adc,_0x2771da=this[_0x17dad8(0x13f)],_0x3b742c=_0x2771da[_0x17dad8(0x17d)];if(!_0x2771da[_0x17dad8(0x16a)][_0x17dad8(0x142)](_0x17dad8(0x176)))return;const _0x277b57=_0x2771da[_0x17dad8(0x16a)][_0x17dad8(0x18c)](_0x17dad8(0x158)),_0xb8f9c1=_0x2771da[_0x17dad8(0x16a)][_0x17dad8(0x142)](_0x17dad8(0x18b));function _0x8f8489(_0x5f1664){return()=>{const _0x1cc1fb=_0xb20a,_0x570ee5=_0x2771da[_0x1cc1fb(0x179)][_0x1cc1fb(0x17a)][_0x1cc1fb(0x14e)],_0x285851=_0x2771da[_0x1cc1fb(0x189)][_0x1cc1fb(0x18c)](_0x5f1664);if(_0x285851[_0x1cc1fb(0x13b)])return void _0x2771da[_0x1cc1fb(0x153)](_0x1cc1fb(0x157),{});const _0x4312ab=_0x5f1664[_0x1cc1fb(0x172)](0x0,-0x4),_0x11380e=function(_0xca1c14,_0x152530,_0x17fc87){const _0x4ed193=_0x1cc1fb;let _0x32aa04=Array[_0x4ed193(0x181)](_0xca1c14)[_0x4ed193(0x166)](_0x3a3b7b=>function(_0x51f1bf,_0x562c78){const _0x3da305=_0x4ed193;return _0x562c78[_0x3da305(0x188)](_0x51f1bf[_0x3da305(0x15d)],_0x3da305(0x143))&&!_0x562c78[_0x3da305(0x17b)](_0x51f1bf);}(_0x3a3b7b,_0x17fc87));_0x32aa04=_0x32aa04[_0x4ed193(0x166)](_0x1c2bb0=>!_0x1c2bb0['is'](_0x4ed193(0x169),_0x4ed193(0x143))||_0x1c2bb0[_0x4ed193(0x140)](_0x4ed193(0x148))!=_0x152530);const _0x4e3c5=new Set();for(const _0x4f167e of _0x32aa04)_0x4f167e['is'](_0x4ed193(0x169),_0x4ed193(0x143))?_0x4e3c5[_0x4ed193(0x138)](ne(_0x4f167e)):_0x4e3c5[_0x4ed193(0x138)](_0x4f167e);return Array[_0x4ed193(0x181)](_0x4e3c5);}(_0x570ee5[_0x1cc1fb(0x161)](),_0x4312ab,_0x2771da[_0x1cc1fb(0x179)][_0x1cc1fb(0x184)]);_0x2771da[_0x1cc1fb(0x179)][_0x1cc1fb(0x14a)](()=>{const _0x25413d=_0x1cc1fb;for(const _0x3d1dfa of _0x11380e)_0x277b57[_0x25413d(0x185)](_0x3d1dfa,{'commandName':_0x5f1664,'commandParams':[{'forceValue':!_0x285851[_0x25413d(0x13b)]}],'formatGroupId':_0x25413d(0x13e)},oe(_0x3d1dfa));});};}function _0x5a1da7(_0x1b0d62){return()=>{const _0x34f56c=_0xb20a,_0x5f0761=function(_0x1323d6){const _0x1e669e=_0xb20a;let _0x324b20=Array[_0x1e669e(0x181)](_0x1323d6);const _0x36a04f=_0x324b20[_0x1e669e(0x17e)](_0x524809=>_0x1e669e(0x143)!=_0x524809[_0x1e669e(0x152)]);return _0x36a04f>-0x1&&(_0x324b20=_0x324b20[_0x1e669e(0x172)](0x0,_0x36a04f)),_0x324b20;}(_0x2771da[_0x34f56c(0x179)][_0x34f56c(0x17a)][_0x34f56c(0x14e)][_0x34f56c(0x161)]()),_0x1f014e=_0x2771da[_0x34f56c(0x179)][_0x34f56c(0x171)](_0x2771da[_0x34f56c(0x179)][_0x34f56c(0x18a)](_0x5f0761[0x0],_0x34f56c(0x146)),_0x2771da[_0x34f56c(0x179)][_0x34f56c(0x18a)](_0x5f0761[_0x5f0761[_0x34f56c(0x155)]-0x1],_0x34f56c(0x14b)));_0x2771da[_0x34f56c(0x179)][_0x34f56c(0x14a)](()=>{const _0x21eb8b=_0x34f56c;_0x277b57[_0x21eb8b(0x185)](_0x1f014e,{'commandName':_0x1b0d62,'commandParams':[],'formatGroupId':_0x21eb8b(0x154)},function(_0x441c4c){const _0x42c592=_0x21eb8b,_0x47c456=new Set();for(const _0x107e50 of _0x441c4c){let _0x342fc0=_0x107e50[_0x42c592(0x14f)];for(;_0x342fc0&&_0x342fc0[_0x42c592(0x140)](_0x42c592(0x154))>_0x107e50[_0x42c592(0x140)](_0x42c592(0x154));)_0x47c456[_0x42c592(0x138)](_0x342fc0),_0x342fc0=_0x342fc0[_0x42c592(0x14f)];}return Array[_0x42c592(0x181)](_0x47c456);}(_0x5f0761));});};}_0x277b57[_0x17dad8(0x170)](_0x17dad8(0x147),_0x8f8489(_0x17dad8(0x147))),_0x277b57[_0x17dad8(0x170)](_0x17dad8(0x159),_0x8f8489(_0x17dad8(0x159))),_0xb8f9c1&&_0x277b57[_0x17dad8(0x170)](_0x17dad8(0x175),_0x8f8489(_0x17dad8(0x175))),_0x277b57[_0x17dad8(0x170)](_0x17dad8(0x13c),_0x5a1da7(_0x17dad8(0x13c))),_0x277b57[_0x17dad8(0x170)](_0x17dad8(0x16d),_0x5a1da7(_0x17dad8(0x16d))),_0xb8f9c1&&_0x277b57[_0x17dad8(0x170)](_0x17dad8(0x177),()=>{const _0x4eb2db=_0x17dad8,_0x1a53eb=_0x2771da[_0x4eb2db(0x189)][_0x4eb2db(0x18c)](_0x4eb2db(0x177)),_0x3caa7c=Array[_0x4eb2db(0x181)](_0x1a53eb[_0x4eb2db(0x163)]);_0x3caa7c[_0x4eb2db(0x166)](_0x1ae96b=>_0x1ae96b[_0x4eb2db(0x140)](_0x4eb2db(0x180))!=_0x1a53eb[_0x4eb2db(0x13b)]),_0x2771da[_0x4eb2db(0x179)][_0x4eb2db(0x14a)](()=>{const _0x3a7aba=_0x4eb2db;for(const _0x1ccf9c of _0x3caa7c)_0x277b57[_0x3a7aba(0x185)](_0x1ccf9c,{'commandName':_0x3a7aba(0x177),'commandParams':[{'forceValue':!_0x1a53eb[_0x3a7aba(0x13b)]}]});});}),_0x277b57[_0x17dad8(0x16b)][_0x17dad8(0x15a)](_0x17dad8(0x143),_0x1772af=>_0x52a510(_0x3b742c,_0x17dad8(0x17f),_0x1772af)),_0x277b57[_0x17dad8(0x16b)][_0x17dad8(0x174)](_0x4a8fdd=>{const _0x5355c4=_0x17dad8;if(_0x5355c4(0x16e)!=_0x4a8fdd[_0x5355c4(0x187)]&&_0x5355c4(0x14c)!=_0x4a8fdd[_0x5355c4(0x187)])return;const {data:_0x207b26}=_0x4a8fdd;if(_0x207b26){if(_0x5355c4(0x147)==_0x207b26[_0x5355c4(0x164)]||_0x5355c4(0x159)==_0x207b26[_0x5355c4(0x164)]||_0x5355c4(0x175)==_0x207b26[_0x5355c4(0x164)])switch(_0x207b26[_0x5355c4(0x164)][_0x5355c4(0x15f)](_0x5355c4(0x13d),'')){case _0x5355c4(0x15e):return _0xe697ce(_0x52a510(_0x3b742c,_0x5355c4(0x16c)));case _0x5355c4(0x145):return _0xe697ce(_0x52a510(_0x3b742c,_0x5355c4(0x186)));case _0x5355c4(0x182):return _0xe697ce(_0x52a510(_0x3b742c,_0x5355c4(0x16f)));}if(_0x5355c4(0x13c)==_0x207b26[_0x5355c4(0x164)])return{'type':_0x5355c4(0x165),'content':_0x52a510(_0x3b742c,_0x5355c4(0x141),_0x52a510(_0x3b742c,_0x5355c4(0x17f)))};if(_0x5355c4(0x16d)==_0x207b26[_0x5355c4(0x164)])return{'type':_0x5355c4(0x165),'content':_0x52a510(_0x3b742c,_0x5355c4(0x151),_0x52a510(_0x3b742c,_0x5355c4(0x17f)))};if(_0x5355c4(0x177)==_0x207b26[_0x5355c4(0x164)])return _0x207b26[_0x5355c4(0x160)][0x0][_0x5355c4(0x139)]?{'type':_0x5355c4(0x165),'content':_0x52a510(_0x3b742c,_0x5355c4(0x149))}:{'type':_0x5355c4(0x165),'content':_0x52a510(_0x3b742c,_0x5355c4(0x13a))};}function _0xe697ce(_0x38b238){const _0x48bdad=_0x5355c4;return{'type':_0x48bdad(0x165),'content':_0x52a510(_0x3b742c,_0x48bdad(0x173),_0x38b238)};}});}}function ne(_0x5216b7){const _0x267f4c=_0x494adc,_0x15950d=_0x5216b7[_0x267f4c(0x140)](_0x267f4c(0x154));if(0x0==_0x15950d)return _0x5216b7;let _0x4fb7a8=_0x5216b7;for(;_0x5216b7[_0x267f4c(0x162)]&&_0x5216b7[_0x267f4c(0x162)]['is'](_0x267f4c(0x169),_0x267f4c(0x143));){const _0x4a1c89=_0x5216b7[_0x267f4c(0x162)][_0x267f4c(0x140)](_0x267f4c(0x154));if(_0x4a1c89==_0x15950d)_0x4fb7a8=_0x5216b7[_0x267f4c(0x162)];else{if(_0x4a1c89<_0x15950d)break;}_0x5216b7=_0x5216b7[_0x267f4c(0x162)];}return _0x4fb7a8;}function oe(_0x183a0e){const _0x1dd2bb=_0x494adc,_0x1eed4c=[];if(_0x183a0e['is'](_0x1dd2bb(0x169),_0x1dd2bb(0x143))&&_0x183a0e[_0x1dd2bb(0x140)](_0x1dd2bb(0x154))>0x0){let _0x46cd84=_0x183a0e[_0x1dd2bb(0x14f)];for(;_0x46cd84&&_0x1dd2bb(0x143)==_0x46cd84[_0x1dd2bb(0x152)]&&_0x46cd84[_0x1dd2bb(0x140)](_0x1dd2bb(0x154))==_0x183a0e[_0x1dd2bb(0x140)](_0x1dd2bb(0x154));)_0x1eed4c[_0x1dd2bb(0x150)](_0x46cd84),_0x46cd84=_0x46cd84[_0x1dd2bb(0x14f)];}return _0x1eed4c;}
23
+ const _0x2257f0=_0x72e7;(function(_0xff0e52,_0x2ee59b){const _0x341b9c=_0x72e7,_0x19ebc0=_0xff0e52();while(!![]){try{const _0x12ca32=-parseInt(_0x341b9c(0xfd))/0x1*(parseInt(_0x341b9c(0x118))/0x2)+-parseInt(_0x341b9c(0x119))/0x3+parseInt(_0x341b9c(0x10d))/0x4+-parseInt(_0x341b9c(0xfb))/0x5*(parseInt(_0x341b9c(0xff))/0x6)+-parseInt(_0x341b9c(0x113))/0x7*(parseInt(_0x341b9c(0x106))/0x8)+-parseInt(_0x341b9c(0xc8))/0x9*(-parseInt(_0x341b9c(0xe4))/0xa)+parseInt(_0x341b9c(0xe2))/0xb*(parseInt(_0x341b9c(0xcb))/0xc);if(_0x12ca32===_0x2ee59b)break;else _0x19ebc0['push'](_0x19ebc0['shift']());}catch(_0x964d88){_0x19ebc0['push'](_0x19ebc0['shift']());}}}(_0x2d9d,0xb21a1));import{Plugin as _0x43fdf5}from'ckeditor5/src/core.js';function _0x2d9d(){const _0x204fd5=['formatInline','*Indent:*\x20%0','TrackChangesEditing','replace','todoListChecked','84472nFreUN','markBlockFormat','selection','get','List','slice','8259706RjpvcR','bulletedList','LegacyTodoListEditing','formatBlock','*Change\x20to:*\x20%0','5778HzhVKu','772254NEtzsu','LegacyListEditing','plugins','name','forceValue','listIndent','todo','700317AHiJxB','paragraph','push','12AkGWow','locale','registerElementLabel','nextSibling','numbered','isObject','ELEMENT_LIST_ITEM','getSelectedBlocks','parent','has','afterInit','element','registerDescriptionCallback','end','bulleted','schema','*Outdent:*\x20%0','_descriptionFactory','length','listType','from','ELEMENT_TODO_LIST','ELEMENT_BULLETED_LIST','26285919CZcpma','listItem','110izsywm','_selectedElements','*Uncheck\x20item*','ELEMENT_NUMBERED_LIST','before','checkChild','previousSibling','enableCommand','blockName','document','change','execute','getAttribute','*Check\x20item*','format','filter','todoList','editor','createRange','commandParams','add','commands','commandName','17630gUfVmu','indentList','161hKLnnh','createPositionAt','1080hMdpLE','checkTodoList','outdentList','value','type','model','findIndex','8BSrGBc','numberedList'];_0x2d9d=function(){return _0x204fd5;};return _0x2d9d();}import{getTranslation as _0x1f8c2b}from'../utils/common-translations.js';export default class ut extends _0x43fdf5{[_0x2257f0(0xd5)](){const _0x1b8418=_0x2257f0,_0x2651ce=this[_0x1b8418(0xf5)],_0x3779d4=_0x2651ce[_0x1b8418(0xcc)];if(!_0x2651ce[_0x1b8418(0x11b)][_0x1b8418(0xd4)](_0x1b8418(0x11a)))return;const _0x3a4b38=_0x2651ce[_0x1b8418(0x11b)][_0x1b8418(0x110)](_0x1b8418(0x10a)),_0x5ed601=_0x2651ce[_0x1b8418(0x11b)][_0x1b8418(0xd4)](_0x1b8418(0x115));function _0x53c95e(_0x3a6d9f){return()=>{const _0x404571=_0x72e7,_0xd00d05=_0x2651ce[_0x404571(0x104)][_0x404571(0xed)][_0x404571(0x10f)],_0x208d91=_0x2651ce[_0x404571(0xf9)][_0x404571(0x110)](_0x3a6d9f);if(_0x208d91[_0x404571(0x102)])return void _0x2651ce[_0x404571(0xef)](_0x404571(0xc9),{});const _0x59099c=_0x3a6d9f[_0x404571(0x112)](0x0,-0x4),_0x20d058=function(_0x473148,_0x582268,_0x2a957e){const _0x4812b5=_0x404571;let _0x28393e=Array[_0x4812b5(0xdf)](_0x473148)[_0x4812b5(0xf3)](_0x3e0384=>function(_0x322f42,_0x575600){const _0x68214e=_0x4812b5;return _0x575600[_0x68214e(0xe9)](_0x322f42[_0x68214e(0xd3)],_0x68214e(0xe3))&&!_0x575600[_0x68214e(0xd0)](_0x322f42);}(_0x3e0384,_0x2a957e));_0x28393e=_0x28393e[_0x4812b5(0xf3)](_0x324048=>!_0x324048['is'](_0x4812b5(0xd6),_0x4812b5(0xe3))||_0x324048[_0x4812b5(0xf0)](_0x4812b5(0xde))!=_0x582268);const _0x50063e=new Set();for(const _0x458cb0 of _0x28393e)_0x458cb0['is'](_0x4812b5(0xd6),_0x4812b5(0xe3))?_0x50063e[_0x4812b5(0xf8)](ne(_0x458cb0)):_0x50063e[_0x4812b5(0xf8)](_0x458cb0);return Array[_0x4812b5(0xdf)](_0x50063e);}(_0xd00d05[_0x404571(0xd2)](),_0x59099c,_0x2651ce[_0x404571(0x104)][_0x404571(0xda)]);_0x2651ce[_0x404571(0x104)][_0x404571(0xee)](()=>{const _0xbb5d92=_0x404571;for(const _0x2c4138 of _0x20d058)_0x3a4b38[_0xbb5d92(0x10e)](_0x2c4138,{'commandName':_0x3a6d9f,'commandParams':[{'forceValue':!_0x208d91[_0xbb5d92(0x102)]}],'formatGroupId':_0xbb5d92(0xec)},oe(_0x2c4138));});};}function _0xbbcc0e(_0x4d7e5c){return()=>{const _0x4e6f9e=_0x72e7,_0x2781dd=function(_0x310f5f){const _0x445ae2=_0x72e7;let _0x6465d1=Array[_0x445ae2(0xdf)](_0x310f5f);const _0x3565a0=_0x6465d1[_0x445ae2(0x105)](_0x181011=>_0x445ae2(0xe3)!=_0x181011[_0x445ae2(0x11c)]);return _0x3565a0>-0x1&&(_0x6465d1=_0x6465d1[_0x445ae2(0x112)](0x0,_0x3565a0)),_0x6465d1;}(_0x2651ce[_0x4e6f9e(0x104)][_0x4e6f9e(0xed)][_0x4e6f9e(0x10f)][_0x4e6f9e(0xd2)]()),_0x1a5182=_0x2651ce[_0x4e6f9e(0x104)][_0x4e6f9e(0xf6)](_0x2651ce[_0x4e6f9e(0x104)][_0x4e6f9e(0xfe)](_0x2781dd[0x0],_0x4e6f9e(0xe8)),_0x2651ce[_0x4e6f9e(0x104)][_0x4e6f9e(0xfe)](_0x2781dd[_0x2781dd[_0x4e6f9e(0xdd)]-0x1],_0x4e6f9e(0xd8)));_0x2651ce[_0x4e6f9e(0x104)][_0x4e6f9e(0xee)](()=>{const _0x24c793=_0x4e6f9e;_0x3a4b38[_0x24c793(0x10e)](_0x1a5182,{'commandName':_0x4d7e5c,'commandParams':[],'formatGroupId':_0x24c793(0x11e)},function(_0x692d64){const _0x284316=_0x24c793,_0xae935d=new Set();for(const _0xf1e46f of _0x692d64){let _0x1a9d42=_0xf1e46f[_0x284316(0xce)];for(;_0x1a9d42&&_0x1a9d42[_0x284316(0xf0)](_0x284316(0x11e))>_0xf1e46f[_0x284316(0xf0)](_0x284316(0x11e));)_0xae935d[_0x284316(0xf8)](_0x1a9d42),_0x1a9d42=_0x1a9d42[_0x284316(0xce)];}return Array[_0x284316(0xdf)](_0xae935d);}(_0x2781dd));});};}_0x3a4b38[_0x1b8418(0xeb)](_0x1b8418(0x107),_0x53c95e(_0x1b8418(0x107))),_0x3a4b38[_0x1b8418(0xeb)](_0x1b8418(0x114),_0x53c95e(_0x1b8418(0x114))),_0x5ed601&&_0x3a4b38[_0x1b8418(0xeb)](_0x1b8418(0xf4),_0x53c95e(_0x1b8418(0xf4))),_0x3a4b38[_0x1b8418(0xeb)](_0x1b8418(0xfc),_0xbbcc0e(_0x1b8418(0xfc))),_0x3a4b38[_0x1b8418(0xeb)](_0x1b8418(0x101),_0xbbcc0e(_0x1b8418(0x101))),_0x5ed601&&_0x3a4b38[_0x1b8418(0xeb)](_0x1b8418(0x100),()=>{const _0x9b8383=_0x1b8418,_0x52d9ad=_0x2651ce[_0x9b8383(0xf9)][_0x9b8383(0x110)](_0x9b8383(0x100)),_0x32309b=Array[_0x9b8383(0xdf)](_0x52d9ad[_0x9b8383(0xe5)]);_0x32309b[_0x9b8383(0xf3)](_0x5e5c9a=>_0x5e5c9a[_0x9b8383(0xf0)](_0x9b8383(0x10c))!=_0x52d9ad[_0x9b8383(0x102)]),_0x2651ce[_0x9b8383(0x104)][_0x9b8383(0xee)](()=>{const _0x1dbaf8=_0x9b8383;for(const _0x42e85d of _0x32309b)_0x3a4b38[_0x1dbaf8(0x10e)](_0x42e85d,{'commandName':_0x1dbaf8(0x100),'commandParams':[{'forceValue':!_0x52d9ad[_0x1dbaf8(0x102)]}]});});}),_0x3a4b38[_0x1b8418(0xdc)][_0x1b8418(0xcd)](_0x1b8418(0xe3),_0x3e6eec=>_0x1f8c2b(_0x3779d4,_0x1b8418(0xd1),_0x3e6eec)),_0x3a4b38[_0x1b8418(0xdc)][_0x1b8418(0xd7)](_0x3029cc=>{const _0xf51e3f=_0x1b8418;if(_0xf51e3f(0x116)!=_0x3029cc[_0xf51e3f(0x103)]&&_0xf51e3f(0x108)!=_0x3029cc[_0xf51e3f(0x103)])return;const {data:_0x5e1edb}=_0x3029cc;if(_0x5e1edb){if(_0xf51e3f(0x107)==_0x5e1edb[_0xf51e3f(0xfa)]||_0xf51e3f(0x114)==_0x5e1edb[_0xf51e3f(0xfa)]||_0xf51e3f(0xf4)==_0x5e1edb[_0xf51e3f(0xfa)])switch(_0x5e1edb[_0xf51e3f(0xfa)][_0xf51e3f(0x10b)](_0xf51e3f(0x111),'')){case _0xf51e3f(0xd9):return _0x25a158(_0x1f8c2b(_0x3779d4,_0xf51e3f(0xe1)));case _0xf51e3f(0xcf):return _0x25a158(_0x1f8c2b(_0x3779d4,_0xf51e3f(0xe7)));case _0xf51e3f(0xc7):return _0x25a158(_0x1f8c2b(_0x3779d4,_0xf51e3f(0xe0)));}if(_0xf51e3f(0xfc)==_0x5e1edb[_0xf51e3f(0xfa)])return{'type':_0xf51e3f(0xf2),'content':_0x1f8c2b(_0x3779d4,_0xf51e3f(0x109),_0x1f8c2b(_0x3779d4,_0xf51e3f(0xd1)))};if(_0xf51e3f(0x101)==_0x5e1edb[_0xf51e3f(0xfa)])return{'type':_0xf51e3f(0xf2),'content':_0x1f8c2b(_0x3779d4,_0xf51e3f(0xdb),_0x1f8c2b(_0x3779d4,_0xf51e3f(0xd1)))};if(_0xf51e3f(0x100)==_0x5e1edb[_0xf51e3f(0xfa)])return _0x5e1edb[_0xf51e3f(0xf7)][0x0][_0xf51e3f(0x11d)]?{'type':_0xf51e3f(0xf2),'content':_0x1f8c2b(_0x3779d4,_0xf51e3f(0xf1))}:{'type':_0xf51e3f(0xf2),'content':_0x1f8c2b(_0x3779d4,_0xf51e3f(0xe6))};}function _0x25a158(_0x284ea9){const _0x21254c=_0xf51e3f;return{'type':_0x21254c(0xf2),'content':_0x1f8c2b(_0x3779d4,_0x21254c(0x117),_0x284ea9)};}});}}function _0x72e7(_0x1e354c,_0x44db56){const _0x2d9d19=_0x2d9d();return _0x72e7=function(_0x72e7cd,_0x1169ea){_0x72e7cd=_0x72e7cd-0xc7;let _0x4010f5=_0x2d9d19[_0x72e7cd];return _0x4010f5;},_0x72e7(_0x1e354c,_0x44db56);}function ne(_0x23f03c){const _0x1136a8=_0x2257f0,_0x34c471=_0x23f03c[_0x1136a8(0xf0)](_0x1136a8(0x11e));if(0x0==_0x34c471)return _0x23f03c;let _0x34de5c=_0x23f03c;for(;_0x23f03c[_0x1136a8(0xea)]&&_0x23f03c[_0x1136a8(0xea)]['is'](_0x1136a8(0xd6),_0x1136a8(0xe3));){const _0x35084e=_0x23f03c[_0x1136a8(0xea)][_0x1136a8(0xf0)](_0x1136a8(0x11e));if(_0x35084e==_0x34c471)_0x34de5c=_0x23f03c[_0x1136a8(0xea)];else{if(_0x35084e<_0x34c471)break;}_0x23f03c=_0x23f03c[_0x1136a8(0xea)];}return _0x34de5c;}function oe(_0x17d7cf){const _0x38129c=_0x2257f0,_0x289108=[];if(_0x17d7cf['is'](_0x38129c(0xd6),_0x38129c(0xe3))&&_0x17d7cf[_0x38129c(0xf0)](_0x38129c(0x11e))>0x0){let _0x92ad25=_0x17d7cf[_0x38129c(0xce)];for(;_0x92ad25&&_0x38129c(0xe3)==_0x92ad25[_0x38129c(0x11c)]&&_0x92ad25[_0x38129c(0xf0)](_0x38129c(0x11e))==_0x17d7cf[_0x38129c(0xf0)](_0x38129c(0x11e));)_0x289108[_0x38129c(0xca)](_0x92ad25),_0x92ad25=_0x92ad25[_0x38129c(0xce)];}return _0x289108;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x10d8(){const _0x159a9e=['9327tZQmdu','map','*Change\x20to:*\x20%0','numbered','plugins','160458gSyLIv','listStyle','styles','parent','list.properties','createRange','config','handleListStartCommand','listReversed','get','*Format:*\x20set\x20order\x20to\x20reversed','format','startIndex','*Format:*\x20set\x20start\x20index\x20to\x20%0','replace','length','commandName','before','element','toUpperCase','899615QjrgwF','getLastPosition','TrackChangesEditing','_getSuggestionBlocksForListStyle','reversed','_getSuggestionBlocks','filter','backward','_LIST_','listStart','674084oqoNUV','model','locale','formatInline','registerDescriptionCallback','getSiblingNodes','LegacyListPropertiesEditing','change','1786862sYAwEQ','handleDescriptions','LegacyListUtils','forward','getListTypeFromListStyleType','formatBlock','editor','9816NITzGY','afterInit','ELEMENT_','commandParams','178vnYBxD','7387480FKbWio','unshift','type','getFirstPosition','listItem','listType','push','getSelectedBlocks','createPositionAt','*Format:*\x20set\x20order\x20to\x20regular','_descriptionFactory','bind','selection','handleListStyleCommand','_getTranslationKeyForListStyle','enableCommand','handleListReversedCommand','markMultiRangeBlockFormat','from','flat','has','document','getAttribute'];_0x10d8=function(){return _0x159a9e;};return _0x10d8();}const _0x2f4093=_0x4b46;(function(_0x22551f,_0x2dab0d){const _0x4d44b4=_0x4b46,_0x57a430=_0x22551f();while(!![]){try{const _0x20a419=-parseInt(_0x4d44b4(0x1a7))/0x1+-parseInt(_0x4d44b4(0x18a))/0x2*(parseInt(_0x4d44b4(0x1a2))/0x3)+parseInt(_0x4d44b4(0x177))/0x4+-parseInt(_0x4d44b4(0x1bb))/0x5+parseInt(_0x4d44b4(0x186))/0x6+-parseInt(_0x4d44b4(0x17f))/0x7+parseInt(_0x4d44b4(0x18b))/0x8;if(_0x20a419===_0x2dab0d)break;else _0x57a430['push'](_0x57a430['shift']());}catch(_0x260714){_0x57a430['push'](_0x57a430['shift']());}}}(_0x10d8,0x3603c));function _0x4b46(_0x29c1fd,_0x24d5b1){const _0x10d802=_0x10d8();return _0x4b46=function(_0x4b460f,_0x111e62){_0x4b460f=_0x4b460f-0x172;let _0x507307=_0x10d802[_0x4b460f];return _0x507307;},_0x4b46(_0x29c1fd,_0x24d5b1);}import{Plugin as _0x59a528}from'ckeditor5/src/core.js';import{getTranslation as _0x2f39ed}from'../utils/common-translations.js';export default class K extends _0x59a528{[_0x2f4093(0x187)](){const _0x4f92a1=_0x2f4093;if(!this[_0x4f92a1(0x185)][_0x4f92a1(0x1a6)][_0x4f92a1(0x19f)](_0x4f92a1(0x17d)))return;const _0x40fa3d=this[_0x4f92a1(0x185)][_0x4f92a1(0x1ad)][_0x4f92a1(0x1b0)](_0x4f92a1(0x1ab)),_0x140797=this[_0x4f92a1(0x185)][_0x4f92a1(0x1a6)][_0x4f92a1(0x1b0)](_0x4f92a1(0x1bd));_0x40fa3d[_0x4f92a1(0x1a9)]&&_0x140797[_0x4f92a1(0x19a)](_0x4f92a1(0x1a8),this[_0x4f92a1(0x198)][_0x4f92a1(0x196)](this)),_0x40fa3d[_0x4f92a1(0x1bf)]&&_0x140797[_0x4f92a1(0x19a)](_0x4f92a1(0x1af),this[_0x4f92a1(0x19b)][_0x4f92a1(0x196)](this)),_0x40fa3d[_0x4f92a1(0x1b3)]&&_0x140797[_0x4f92a1(0x19a)](_0x4f92a1(0x176),this[_0x4f92a1(0x1ae)][_0x4f92a1(0x196)](this)),_0x140797[_0x4f92a1(0x195)][_0x4f92a1(0x17b)](this[_0x4f92a1(0x180)][_0x4f92a1(0x196)](this));}[_0x2f4093(0x198)](_0x1b53fb,_0x123581={}){const _0xfa392b=_0x2f4093,_0x17ba8d=this[_0xfa392b(0x185)][_0xfa392b(0x1a6)][_0xfa392b(0x1b0)](_0xfa392b(0x1bd)),_0x5ee171=this[_0xfa392b(0x1be)]();this[_0xfa392b(0x185)][_0xfa392b(0x178)][_0xfa392b(0x17e)](()=>{const _0x367e7f=_0xfa392b;_0x17ba8d[_0x367e7f(0x19c)](_0x5ee171,{'commandName':_0x367e7f(0x1a8),'commandParams':[{'type':_0x123581[_0x367e7f(0x18d)]}],'formatGroupId':_0x367e7f(0x1a8)});});}[_0x2f4093(0x19b)](_0x5592ed,_0x212bcf={}){const _0x2b91f2=_0x2f4093,_0x4e170e=this[_0x2b91f2(0x185)][_0x2b91f2(0x1a6)][_0x2b91f2(0x1b0)](_0x2b91f2(0x1bd)),_0xb1a232=this[_0x2b91f2(0x172)](_0x32ce08=>_0x32ce08['is'](_0x2b91f2(0x1b9),_0x2b91f2(0x18f))&&_0x2b91f2(0x1a5)===_0x32ce08[_0x2b91f2(0x1a1)](_0x2b91f2(0x190)));if(_0xb1a232[_0x2b91f2(0x1b6)]<0x1)return;const _0x4fe928=_0xb1a232[_0x2b91f2(0x1a3)](_0x2172d7=>this[_0x2b91f2(0x185)][_0x2b91f2(0x178)][_0x2b91f2(0x1ac)](this[_0x2b91f2(0x185)][_0x2b91f2(0x178)][_0x2b91f2(0x193)](_0x2172d7,_0x2b91f2(0x1b8)),this[_0x2b91f2(0x185)][_0x2b91f2(0x178)][_0x2b91f2(0x193)](_0x2172d7,0x0)));this[_0x2b91f2(0x185)][_0x2b91f2(0x178)][_0x2b91f2(0x17e)](()=>{const _0x379169=_0x2b91f2;_0x4e170e[_0x379169(0x19c)](_0x4fe928,{'commandName':_0x379169(0x1af),'commandParams':[{'reversed':_0x212bcf[_0x379169(0x1bf)]}],'formatGroupId':_0x379169(0x1af)});});}[_0x2f4093(0x1ae)](_0xd31045,_0x435cf9={}){const _0x31641f=_0x2f4093,_0x38fec2=this[_0x31641f(0x185)][_0x31641f(0x1a6)][_0x31641f(0x1b0)](_0x31641f(0x1bd)),_0x3c0122=this[_0x31641f(0x172)](_0x3e9c3f=>_0x3e9c3f['is'](_0x31641f(0x1b9),_0x31641f(0x18f))&&_0x31641f(0x1a5)===_0x3e9c3f[_0x31641f(0x1a1)](_0x31641f(0x190)));if(_0x3c0122[_0x31641f(0x1b6)]<0x1)return;const _0xd3d071=_0x3c0122[_0x31641f(0x1a3)](_0x42776c=>this[_0x31641f(0x185)][_0x31641f(0x178)][_0x31641f(0x1ac)](this[_0x31641f(0x185)][_0x31641f(0x178)][_0x31641f(0x193)](_0x42776c,_0x31641f(0x1b8)),this[_0x31641f(0x185)][_0x31641f(0x178)][_0x31641f(0x193)](_0x42776c,0x0)));this[_0x31641f(0x185)][_0x31641f(0x178)][_0x31641f(0x17e)](()=>{const _0x1ef2a1=_0x31641f;_0x38fec2[_0x1ef2a1(0x19c)](_0xd3d071,{'commandName':_0x1ef2a1(0x176),'commandParams':[{'startIndex':_0x435cf9[_0x1ef2a1(0x1b3)]}],'formatGroupId':_0x1ef2a1(0x176)});});}[_0x2f4093(0x180)](_0xadecdc){const _0x42fd3d=_0x2f4093;if(_0x42fd3d(0x184)!=_0xadecdc[_0x42fd3d(0x18d)]&&_0x42fd3d(0x17a)!=_0xadecdc[_0x42fd3d(0x18d)])return;const _0x44aeee=this[_0x42fd3d(0x185)][_0x42fd3d(0x179)],{data:_0x4e828d}=_0xadecdc;if(!_0x4e828d)return;let _0x55f2a7,_0x29b9c5;switch(_0x4e828d[_0x42fd3d(0x1b7)]){case _0x42fd3d(0x1a8):_0x55f2a7=_0x42fd3d(0x1a4),_0x29b9c5={'type':_0x42fd3d(0x1b2),'content':_0x2f39ed(_0x44aeee,_0x55f2a7,_0x2f39ed(_0x44aeee,this[_0x42fd3d(0x199)](_0x4e828d[_0x42fd3d(0x189)][0x0][_0x42fd3d(0x18d)])))};break;case _0x42fd3d(0x1af):_0x55f2a7=_0x4e828d[_0x42fd3d(0x189)][0x0][_0x42fd3d(0x1bf)]?_0x42fd3d(0x1b1):_0x42fd3d(0x194),_0x29b9c5={'type':_0x42fd3d(0x1b2),'content':_0x2f39ed(_0x44aeee,_0x55f2a7)};break;case _0x42fd3d(0x176):_0x55f2a7=_0x42fd3d(0x1b4),_0x29b9c5={'type':_0x42fd3d(0x1b2),'content':_0x2f39ed(_0x44aeee,_0x55f2a7,_0x4e828d[_0x42fd3d(0x189)][0x0][_0x42fd3d(0x1b3)])};}return _0x29b9c5;}[_0x2f4093(0x1be)](){const _0x19296b=_0x2f4093;var _0xf0982f,_0x1f836a,_0x3b2bbb,_0x4ea035;const _0x1cde3f=this[_0x19296b(0x185)][_0x19296b(0x1a6)][_0x19296b(0x1b0)](_0x19296b(0x181));let _0x430a4a=Array[_0x19296b(0x19d)](this[_0x19296b(0x185)][_0x19296b(0x178)][_0x19296b(0x1a0)][_0x19296b(0x197)][_0x19296b(0x192)]());return(null===(_0xf0982f=_0x430a4a[0x0])||void 0x0===_0xf0982f?void 0x0:_0xf0982f['is'](_0x19296b(0x1b9),_0x19296b(0x18f)))&&_0x430a4a[_0x19296b(0x18c)](..._0x1cde3f[_0x19296b(0x17c)](this[_0x19296b(0x185)][_0x19296b(0x178)][_0x19296b(0x1a0)][_0x19296b(0x197)][_0x19296b(0x18e)](),_0x19296b(0x174))),(null===(_0x1f836a=_0x430a4a[_0x430a4a[_0x19296b(0x1b6)]-0x1])||void 0x0===_0x1f836a?void 0x0:_0x1f836a['is'](_0x19296b(0x1b9),_0x19296b(0x18f)))&&_0x430a4a[_0x19296b(0x191)](..._0x1cde3f[_0x19296b(0x17c)](this[_0x19296b(0x185)][_0x19296b(0x178)][_0x19296b(0x1a0)][_0x19296b(0x197)][_0x19296b(0x1bc)](),_0x19296b(0x182))),_0x430a4a=[...new Set(_0x430a4a)],(null===(_0x4ea035=null===(_0x3b2bbb=this[_0x19296b(0x185)][_0x19296b(0x178)][_0x19296b(0x1a0)][_0x19296b(0x197)][_0x19296b(0x18e)]())||void 0x0===_0x3b2bbb?void 0x0:_0x3b2bbb[_0x19296b(0x1aa)])||void 0x0===_0x4ea035?void 0x0:_0x4ea035['is'](_0x19296b(0x1b9),_0x19296b(0x18f)))&&(_0x430a4a=_0x430a4a[_0x19296b(0x173)](_0x486746=>_0x486746['is'](_0x19296b(0x1b9),_0x19296b(0x18f)))),_0x430a4a;}[_0x2f4093(0x172)](_0x5fc4e8){const _0x71c5fc=_0x2f4093,_0x1c01b8=this[_0x71c5fc(0x185)][_0x71c5fc(0x1a6)][_0x71c5fc(0x1b0)](_0x71c5fc(0x181));let _0x7068fc=Array[_0x71c5fc(0x19d)](this[_0x71c5fc(0x185)][_0x71c5fc(0x178)][_0x71c5fc(0x1a0)][_0x71c5fc(0x197)][_0x71c5fc(0x192)]())[_0x71c5fc(0x173)](_0x5fc4e8)[_0x71c5fc(0x1a3)](_0x1e5293=>{const _0xf0d6e8=_0x71c5fc,_0x28671b=this[_0xf0d6e8(0x185)][_0xf0d6e8(0x178)][_0xf0d6e8(0x193)](_0x1e5293,0x0);return[..._0x1c01b8[_0xf0d6e8(0x17c)](_0x28671b,_0xf0d6e8(0x174)),..._0x1c01b8[_0xf0d6e8(0x17c)](_0x28671b,_0xf0d6e8(0x182))];})[_0x71c5fc(0x19e)]();return _0x7068fc=[...new Set(_0x7068fc)],_0x7068fc;}[_0x2f4093(0x199)](_0x56d512){const _0x34d8c6=_0x2f4093;return _0x34d8c6(0x188)+this[_0x34d8c6(0x185)][_0x34d8c6(0x1a6)][_0x34d8c6(0x1b0)](_0x34d8c6(0x181))[_0x34d8c6(0x183)](_0x56d512)[_0x34d8c6(0x1ba)]()+_0x34d8c6(0x175)+_0x56d512[_0x34d8c6(0x1ba)]()[_0x34d8c6(0x1b5)](/-/g,'_');}}
23
+ const _0x172271=_0x4666;function _0x4666(_0x24d758,_0x19f7cb){const _0x21d2dc=_0x21d2();return _0x4666=function(_0x466614,_0x56ca63){_0x466614=_0x466614-0x144;let _0x4b80d7=_0x21d2dc[_0x466614];return _0x4b80d7;},_0x4666(_0x24d758,_0x19f7cb);}function _0x21d2(){const _0x4c4678=['handleListStartCommand','_getSuggestionBlocks','16rLaEiv','document','enableCommand','createPositionAt','formatBlock','registerDescriptionCallback','editor','backward','replace','plugins','handleListStyleCommand','numbered','listStart','bind','getLastPosition','config','styles','54MbziHj','*Format:*\x20set\x20start\x20index\x20to\x20%0','format','model','275736xmjfjL','get','parent','selection','_getSuggestionBlocksForListStyle','startIndex','element','formatInline','getListTypeFromListStyleType','3636530AmlGIr','toUpperCase','listType','push','1050lsaYMJ','getSelectedBlocks','forward','_getTranslationKeyForListStyle','getAttribute','*Format:*\x20set\x20order\x20to\x20regular','LegacyListPropertiesEditing','LegacyListUtils','markMultiRangeBlockFormat','listStyle','20619NhLDAw','_descriptionFactory','3761646KbpOgq','*Format:*\x20set\x20order\x20to\x20reversed','commandParams','_LIST_','afterInit','handleDescriptions','listReversed','27198jyjjHp','*Change\x20to:*\x20%0','createRange','210GFuARl','reversed','map','type','50928gpXgQB','from','before','locale','list.properties','has','ELEMENT_','unshift','filter','flat','TrackChangesEditing','17578682nPLfPw','handleListReversedCommand','listItem','length','change','commandName','getSiblingNodes','getFirstPosition'];_0x21d2=function(){return _0x4c4678;};return _0x21d2();}(function(_0x5b1290,_0x176452){const _0x33817b=_0x4666,_0x3f08c0=_0x5b1290();while(!![]){try{const _0x19fc58=parseInt(_0x33817b(0x17c))/0x1*(-parseInt(_0x33817b(0x14f))/0x2)+parseInt(_0x33817b(0x180))/0x3*(-parseInt(_0x33817b(0x16b))/0x4)+-parseInt(_0x33817b(0x189))/0x5+parseInt(_0x33817b(0x148))/0x6+parseInt(_0x33817b(0x152))/0x7*(-parseInt(_0x33817b(0x156))/0x8)+-parseInt(_0x33817b(0x146))/0x9*(-parseInt(_0x33817b(0x18d))/0xa)+parseInt(_0x33817b(0x161))/0xb;if(_0x19fc58===_0x176452)break;else _0x3f08c0['push'](_0x3f08c0['shift']());}catch(_0x46b9eb){_0x3f08c0['push'](_0x3f08c0['shift']());}}}(_0x21d2,0x6cb5e));import{Plugin as _0x40a0b6}from'ckeditor5/src/core.js';import{getTranslation as _0x5223c1}from'../utils/common-translations.js';export default class K extends _0x40a0b6{[_0x172271(0x14c)](){const _0x2e0517=_0x172271;if(!this[_0x2e0517(0x171)][_0x2e0517(0x174)][_0x2e0517(0x15b)](_0x2e0517(0x193)))return;const _0x150391=this[_0x2e0517(0x171)][_0x2e0517(0x17a)][_0x2e0517(0x181)](_0x2e0517(0x15a)),_0x205a21=this[_0x2e0517(0x171)][_0x2e0517(0x174)][_0x2e0517(0x181)](_0x2e0517(0x160));_0x150391[_0x2e0517(0x17b)]&&_0x205a21[_0x2e0517(0x16d)](_0x2e0517(0x145),this[_0x2e0517(0x175)][_0x2e0517(0x178)](this)),_0x150391[_0x2e0517(0x153)]&&_0x205a21[_0x2e0517(0x16d)](_0x2e0517(0x14e),this[_0x2e0517(0x162)][_0x2e0517(0x178)](this)),_0x150391[_0x2e0517(0x185)]&&_0x205a21[_0x2e0517(0x16d)](_0x2e0517(0x177),this[_0x2e0517(0x169)][_0x2e0517(0x178)](this)),_0x205a21[_0x2e0517(0x147)][_0x2e0517(0x170)](this[_0x2e0517(0x14d)][_0x2e0517(0x178)](this));}[_0x172271(0x175)](_0x232208,_0x2a3f54={}){const _0x203311=_0x172271,_0x456104=this[_0x203311(0x171)][_0x203311(0x174)][_0x203311(0x181)](_0x203311(0x160)),_0x4192b8=this[_0x203311(0x184)]();this[_0x203311(0x171)][_0x203311(0x17f)][_0x203311(0x165)](()=>{const _0x3ef777=_0x203311;_0x456104[_0x3ef777(0x144)](_0x4192b8,{'commandName':_0x3ef777(0x145),'commandParams':[{'type':_0x2a3f54[_0x3ef777(0x155)]}],'formatGroupId':_0x3ef777(0x145)});});}[_0x172271(0x162)](_0xe1992b,_0x5d3687={}){const _0x4946b1=_0x172271,_0x2f7b8c=this[_0x4946b1(0x171)][_0x4946b1(0x174)][_0x4946b1(0x181)](_0x4946b1(0x160)),_0x5cea0d=this[_0x4946b1(0x16a)](_0x6f02f=>_0x6f02f['is'](_0x4946b1(0x186),_0x4946b1(0x163))&&_0x4946b1(0x176)===_0x6f02f[_0x4946b1(0x191)](_0x4946b1(0x18b)));if(_0x5cea0d[_0x4946b1(0x164)]<0x1)return;const _0x3f09b5=_0x5cea0d[_0x4946b1(0x154)](_0x27e848=>this[_0x4946b1(0x171)][_0x4946b1(0x17f)][_0x4946b1(0x151)](this[_0x4946b1(0x171)][_0x4946b1(0x17f)][_0x4946b1(0x16e)](_0x27e848,_0x4946b1(0x158)),this[_0x4946b1(0x171)][_0x4946b1(0x17f)][_0x4946b1(0x16e)](_0x27e848,0x0)));this[_0x4946b1(0x171)][_0x4946b1(0x17f)][_0x4946b1(0x165)](()=>{const _0x27c3b4=_0x4946b1;_0x2f7b8c[_0x27c3b4(0x144)](_0x3f09b5,{'commandName':_0x27c3b4(0x14e),'commandParams':[{'reversed':_0x5d3687[_0x27c3b4(0x153)]}],'formatGroupId':_0x27c3b4(0x14e)});});}[_0x172271(0x169)](_0x46917b,_0x504087={}){const _0x48968e=_0x172271,_0x5a8845=this[_0x48968e(0x171)][_0x48968e(0x174)][_0x48968e(0x181)](_0x48968e(0x160)),_0x58f1ee=this[_0x48968e(0x16a)](_0x412c0a=>_0x412c0a['is'](_0x48968e(0x186),_0x48968e(0x163))&&_0x48968e(0x176)===_0x412c0a[_0x48968e(0x191)](_0x48968e(0x18b)));if(_0x58f1ee[_0x48968e(0x164)]<0x1)return;const _0x6bafcf=_0x58f1ee[_0x48968e(0x154)](_0x4d822c=>this[_0x48968e(0x171)][_0x48968e(0x17f)][_0x48968e(0x151)](this[_0x48968e(0x171)][_0x48968e(0x17f)][_0x48968e(0x16e)](_0x4d822c,_0x48968e(0x158)),this[_0x48968e(0x171)][_0x48968e(0x17f)][_0x48968e(0x16e)](_0x4d822c,0x0)));this[_0x48968e(0x171)][_0x48968e(0x17f)][_0x48968e(0x165)](()=>{const _0x1d0e4f=_0x48968e;_0x5a8845[_0x1d0e4f(0x144)](_0x6bafcf,{'commandName':_0x1d0e4f(0x177),'commandParams':[{'startIndex':_0x504087[_0x1d0e4f(0x185)]}],'formatGroupId':_0x1d0e4f(0x177)});});}[_0x172271(0x14d)](_0x462c8c){const _0x35c00f=_0x172271;if(_0x35c00f(0x16f)!=_0x462c8c[_0x35c00f(0x155)]&&_0x35c00f(0x187)!=_0x462c8c[_0x35c00f(0x155)])return;const _0x476951=this[_0x35c00f(0x171)][_0x35c00f(0x159)],{data:_0x328db4}=_0x462c8c;if(!_0x328db4)return;let _0x54a662,_0x396f9a;switch(_0x328db4[_0x35c00f(0x166)]){case _0x35c00f(0x145):_0x54a662=_0x35c00f(0x150),_0x396f9a={'type':_0x35c00f(0x17e),'content':_0x5223c1(_0x476951,_0x54a662,_0x5223c1(_0x476951,this[_0x35c00f(0x190)](_0x328db4[_0x35c00f(0x14a)][0x0][_0x35c00f(0x155)])))};break;case _0x35c00f(0x14e):_0x54a662=_0x328db4[_0x35c00f(0x14a)][0x0][_0x35c00f(0x153)]?_0x35c00f(0x149):_0x35c00f(0x192),_0x396f9a={'type':_0x35c00f(0x17e),'content':_0x5223c1(_0x476951,_0x54a662)};break;case _0x35c00f(0x177):_0x54a662=_0x35c00f(0x17d),_0x396f9a={'type':_0x35c00f(0x17e),'content':_0x5223c1(_0x476951,_0x54a662,_0x328db4[_0x35c00f(0x14a)][0x0][_0x35c00f(0x185)])};}return _0x396f9a;}[_0x172271(0x184)](){const _0x57f2a4=_0x172271;var _0x449d21,_0x294baf,_0x106e64,_0x31c441;const _0xdf489c=this[_0x57f2a4(0x171)][_0x57f2a4(0x174)][_0x57f2a4(0x181)](_0x57f2a4(0x194));let _0x52c24e=Array[_0x57f2a4(0x157)](this[_0x57f2a4(0x171)][_0x57f2a4(0x17f)][_0x57f2a4(0x16c)][_0x57f2a4(0x183)][_0x57f2a4(0x18e)]());return(null===(_0x449d21=_0x52c24e[0x0])||void 0x0===_0x449d21?void 0x0:_0x449d21['is'](_0x57f2a4(0x186),_0x57f2a4(0x163)))&&_0x52c24e[_0x57f2a4(0x15d)](..._0xdf489c[_0x57f2a4(0x167)](this[_0x57f2a4(0x171)][_0x57f2a4(0x17f)][_0x57f2a4(0x16c)][_0x57f2a4(0x183)][_0x57f2a4(0x168)](),_0x57f2a4(0x172))),(null===(_0x294baf=_0x52c24e[_0x52c24e[_0x57f2a4(0x164)]-0x1])||void 0x0===_0x294baf?void 0x0:_0x294baf['is'](_0x57f2a4(0x186),_0x57f2a4(0x163)))&&_0x52c24e[_0x57f2a4(0x18c)](..._0xdf489c[_0x57f2a4(0x167)](this[_0x57f2a4(0x171)][_0x57f2a4(0x17f)][_0x57f2a4(0x16c)][_0x57f2a4(0x183)][_0x57f2a4(0x179)](),_0x57f2a4(0x18f))),_0x52c24e=[...new Set(_0x52c24e)],(null===(_0x31c441=null===(_0x106e64=this[_0x57f2a4(0x171)][_0x57f2a4(0x17f)][_0x57f2a4(0x16c)][_0x57f2a4(0x183)][_0x57f2a4(0x168)]())||void 0x0===_0x106e64?void 0x0:_0x106e64[_0x57f2a4(0x182)])||void 0x0===_0x31c441?void 0x0:_0x31c441['is'](_0x57f2a4(0x186),_0x57f2a4(0x163)))&&(_0x52c24e=_0x52c24e[_0x57f2a4(0x15e)](_0x417583=>_0x417583['is'](_0x57f2a4(0x186),_0x57f2a4(0x163)))),_0x52c24e;}[_0x172271(0x16a)](_0x154e82){const _0xbdcf0a=_0x172271,_0x1dc142=this[_0xbdcf0a(0x171)][_0xbdcf0a(0x174)][_0xbdcf0a(0x181)](_0xbdcf0a(0x194));let _0x200f66=Array[_0xbdcf0a(0x157)](this[_0xbdcf0a(0x171)][_0xbdcf0a(0x17f)][_0xbdcf0a(0x16c)][_0xbdcf0a(0x183)][_0xbdcf0a(0x18e)]())[_0xbdcf0a(0x15e)](_0x154e82)[_0xbdcf0a(0x154)](_0x3099da=>{const _0x11b969=_0xbdcf0a,_0x3fbf9f=this[_0x11b969(0x171)][_0x11b969(0x17f)][_0x11b969(0x16e)](_0x3099da,0x0);return[..._0x1dc142[_0x11b969(0x167)](_0x3fbf9f,_0x11b969(0x172)),..._0x1dc142[_0x11b969(0x167)](_0x3fbf9f,_0x11b969(0x18f))];})[_0xbdcf0a(0x15f)]();return _0x200f66=[...new Set(_0x200f66)],_0x200f66;}[_0x172271(0x190)](_0x247ba3){const _0x2ffee6=_0x172271;return _0x2ffee6(0x15c)+this[_0x2ffee6(0x171)][_0x2ffee6(0x174)][_0x2ffee6(0x181)](_0x2ffee6(0x194))[_0x2ffee6(0x188)](_0x247ba3)[_0x2ffee6(0x18a)]()+_0x2ffee6(0x14b)+_0x247ba3[_0x2ffee6(0x18a)]()[_0x2ffee6(0x173)](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a738d=_0x43e7;function _0xa3b2(){const _0x4f296c=['292mExxVX','locale','registerDescriptionCallback','map','commands','label','newValue','commandName','5169934ypMQwK','16LvIhut','toLowerCase','20quaQGc','_enableDefaultAttributesIntegration','TrackChangesEditing','1270818mpLmfu','get','registerAttributeLabel','attribute','has','unlink','3483120Hxmmhi','plugins','key','2203074yOfqBP','628279QzbUWx','1197978eqltMo','_registerLegacyDescription','afterInit','7HfDVLI','*Remove\x20link*','format','linkHref','*Set\x20link:*\x20%0','type','LinkEditing','link\x20(','manualDecorators','formatInline','editor','27942vMWVYJ','_descriptionFactory','link','commandParams'];_0xa3b2=function(){return _0x4f296c;};return _0xa3b2();}function _0x43e7(_0x5d8e82,_0x148a0e){const _0xa3b29d=_0xa3b2();return _0x43e7=function(_0x43e721,_0x32149a){_0x43e721=_0x43e721-0x91;let _0xd6c553=_0xa3b29d[_0x43e721];return _0xd6c553;},_0x43e7(_0x5d8e82,_0x148a0e);}(function(_0x37b627,_0x46ac4c){const _0x29726a=_0x43e7,_0x13193e=_0x37b627();while(!![]){try{const _0x226497=-parseInt(_0x29726a(0x95))/0x1+-parseInt(_0x29726a(0x96))/0x2+parseInt(_0x29726a(0xa4))/0x3*(-parseInt(_0x29726a(0xa8))/0x4)+parseInt(_0x29726a(0x91))/0x5+parseInt(_0x29726a(0x94))/0x6*(parseInt(_0x29726a(0x99))/0x7)+-parseInt(_0x29726a(0xb1))/0x8*(-parseInt(_0x29726a(0xb6))/0x9)+parseInt(_0x29726a(0xb3))/0xa*(parseInt(_0x29726a(0xb0))/0xb);if(_0x226497===_0x46ac4c)break;else _0x13193e['push'](_0x13193e['shift']());}catch(_0x133eda){_0x13193e['push'](_0x13193e['shift']());}}}(_0xa3b2,0x5c87d));import{Plugin as _0x5f1d42}from'ckeditor5/src/core.js';import{getTranslation as _0x2f1a25}from'../utils/common-translations.js';export default class ct extends _0x5f1d42{[_0x4a738d(0x98)](){const _0x3b80a7=_0x4a738d,_0x15be49=this[_0x3b80a7(0xa3)];if(!_0x15be49[_0x3b80a7(0x92)][_0x3b80a7(0xba)](_0x3b80a7(0x9f)))return;const _0x4d3f15=_0x15be49[_0x3b80a7(0x92)][_0x3b80a7(0xb7)](_0x3b80a7(0xb5)),_0x337e8d=_0x15be49[_0x3b80a7(0xac)][_0x3b80a7(0xb7)](_0x3b80a7(0xa6));_0x4d3f15[_0x3b80a7(0xb4)](_0x3b80a7(0xa6),[_0x3b80a7(0x9c),..._0x337e8d[_0x3b80a7(0xa1)][_0x3b80a7(0xab)](_0x3203d2=>_0x3203d2['id'])]),_0x4d3f15[_0x3b80a7(0xb4)](_0x3b80a7(0xbb));for(const _0x1f32af of _0x337e8d[_0x3b80a7(0xa1)])_0x4d3f15[_0x3b80a7(0xa5)][_0x3b80a7(0xb8)](_0x1f32af['id'],_0x3b80a7(0xa0)+_0x1f32af[_0x3b80a7(0xad)][_0x3b80a7(0xb2)]()+')');_0x4d3f15[_0x3b80a7(0xa5)][_0x3b80a7(0xaa)](_0x2500c6=>{const _0x520b63=_0x3b80a7;if(_0x520b63(0xb9)!=_0x2500c6[_0x520b63(0x9e)])return;const {data:_0x5ba826}=_0x2500c6;if(!_0x5ba826||_0x520b63(0x9c)!=_0x5ba826[_0x520b63(0x93)])return;const _0x52803b=_0x5ba826[_0x520b63(0xae)],_0x21d562=_0x15be49[_0x520b63(0xa9)];return{'type':_0x520b63(0x9b),'content':null==_0x52803b?_0x2f1a25(_0x21d562,_0x520b63(0x9a)):_0x2f1a25(_0x21d562,_0x520b63(0x9d),'\x22'+_0x52803b+'\x22')};}),this[_0x3b80a7(0x97)]();}[_0x4a738d(0x97)](){const _0x448da2=_0x4a738d,_0x4c0f6f=this[_0x448da2(0xa3)],_0x32d99a=_0x4c0f6f[_0x448da2(0xa9)];_0x4c0f6f[_0x448da2(0x92)][_0x448da2(0xb7)](_0x448da2(0xb5))[_0x448da2(0xa5)][_0x448da2(0xaa)](_0x5d668f=>{const _0x373bba=_0x448da2;if(_0x373bba(0xa2)!=_0x5d668f[_0x373bba(0x9e)])return;const {data:_0x14faa5}=_0x5d668f;if(_0x14faa5){if(_0x373bba(0xa6)==_0x14faa5[_0x373bba(0xaf)]){const _0x50b5fb=_0x14faa5[_0x373bba(0xa7)][0x0];return{'type':_0x373bba(0x9b),'content':_0x2f1a25(_0x32d99a,_0x373bba(0x9d),'\x22'+_0x50b5fb+'\x22')};}return _0x373bba(0xbb)==_0x14faa5[_0x373bba(0xaf)]?{'type':_0x373bba(0x9b),'content':_0x2f1a25(_0x32d99a,_0x373bba(0x9a))}:void 0x0;}});}}
23
+ const _0x2d09c2=_0x20e9;(function(_0x5f0f32,_0x362085){const _0x5ec0d8=_0x20e9,_0x302403=_0x5f0f32();while(!![]){try{const _0x12a665=-parseInt(_0x5ec0d8(0x107))/0x1*(-parseInt(_0x5ec0d8(0xf9))/0x2)+-parseInt(_0x5ec0d8(0x101))/0x3+-parseInt(_0x5ec0d8(0xf8))/0x4*(-parseInt(_0x5ec0d8(0xeb))/0x5)+-parseInt(_0x5ec0d8(0x103))/0x6*(parseInt(_0x5ec0d8(0xe0))/0x7)+parseInt(_0x5ec0d8(0xe1))/0x8*(parseInt(_0x5ec0d8(0xe5))/0x9)+-parseInt(_0x5ec0d8(0xf6))/0xa*(-parseInt(_0x5ec0d8(0x102))/0xb)+-parseInt(_0x5ec0d8(0xdc))/0xc*(parseInt(_0x5ec0d8(0xf5))/0xd);if(_0x12a665===_0x362085)break;else _0x302403['push'](_0x302403['shift']());}catch(_0x2c07fd){_0x302403['push'](_0x302403['shift']());}}}(_0x4d33,0xc700c));function _0x4d33(){const _0xd040ee=['afterInit','attribute','1081997BnjzoZ','2056ETpemR','unlink','_descriptionFactory','formatInline','34452UYVPQQ','key','linkHref','_enableDefaultAttributesIntegration','commandParams','toLowerCase','3243495Dqerpw','_registerLegacyDescription','registerAttributeLabel','registerDescriptionCallback','manualDecorators','newValue','commands','editor','plugins','commandName','10545002NmrqLv','5581910xoQhco','has','4ToyMux','824282yNBiAq','get','link\x20(','map','LinkEditing','locale','format','type','611106svGYzB','11Epqvar','30UIyxNU','link','TrackChangesEditing','*Remove\x20link*','1GNVRvU','*Set\x20link:*\x20%0','12UjGtRj','label'];_0x4d33=function(){return _0xd040ee;};return _0x4d33();}function _0x20e9(_0x5b168a,_0x1daa01){const _0x4d335a=_0x4d33();return _0x20e9=function(_0x20e998,_0x2f5ec3){_0x20e998=_0x20e998-0xdc;let _0x5a9153=_0x4d335a[_0x20e998];return _0x5a9153;},_0x20e9(_0x5b168a,_0x1daa01);}import{Plugin as _0x3559a2}from'ckeditor5/src/core.js';import{getTranslation as _0x1c9369}from'../utils/common-translations.js';export default class ct extends _0x3559a2{[_0x2d09c2(0xde)](){const _0x3a475f=_0x2d09c2,_0x54a914=this[_0x3a475f(0xf2)];if(!_0x54a914[_0x3a475f(0xf3)][_0x3a475f(0xf7)](_0x3a475f(0xfd)))return;const _0x43d1bc=_0x54a914[_0x3a475f(0xf3)][_0x3a475f(0xfa)](_0x3a475f(0x105)),_0x1bcaa8=_0x54a914[_0x3a475f(0xf1)][_0x3a475f(0xfa)](_0x3a475f(0x104));_0x43d1bc[_0x3a475f(0xe8)](_0x3a475f(0x104),[_0x3a475f(0xe7),..._0x1bcaa8[_0x3a475f(0xef)][_0x3a475f(0xfc)](_0x5da0ab=>_0x5da0ab['id'])]),_0x43d1bc[_0x3a475f(0xe8)](_0x3a475f(0xe2));for(const _0x21d3d6 of _0x1bcaa8[_0x3a475f(0xef)])_0x43d1bc[_0x3a475f(0xe3)][_0x3a475f(0xed)](_0x21d3d6['id'],_0x3a475f(0xfb)+_0x21d3d6[_0x3a475f(0xdd)][_0x3a475f(0xea)]()+')');_0x43d1bc[_0x3a475f(0xe3)][_0x3a475f(0xee)](_0xd41d58=>{const _0x57d164=_0x3a475f;if(_0x57d164(0xdf)!=_0xd41d58[_0x57d164(0x100)])return;const {data:_0x41a442}=_0xd41d58;if(!_0x41a442||_0x57d164(0xe7)!=_0x41a442[_0x57d164(0xe6)])return;const _0xc08cc3=_0x41a442[_0x57d164(0xf0)],_0x267247=_0x54a914[_0x57d164(0xfe)];return{'type':_0x57d164(0xff),'content':null==_0xc08cc3?_0x1c9369(_0x267247,_0x57d164(0x106)):_0x1c9369(_0x267247,_0x57d164(0x108),'\x22'+_0xc08cc3+'\x22')};}),this[_0x3a475f(0xec)]();}[_0x2d09c2(0xec)](){const _0x537a3b=_0x2d09c2,_0x48e059=this[_0x537a3b(0xf2)],_0x3060a0=_0x48e059[_0x537a3b(0xfe)];_0x48e059[_0x537a3b(0xf3)][_0x537a3b(0xfa)](_0x537a3b(0x105))[_0x537a3b(0xe3)][_0x537a3b(0xee)](_0x2cd3d6=>{const _0x5e7ab8=_0x537a3b;if(_0x5e7ab8(0xe4)!=_0x2cd3d6[_0x5e7ab8(0x100)])return;const {data:_0x3d1507}=_0x2cd3d6;if(_0x3d1507){if(_0x5e7ab8(0x104)==_0x3d1507[_0x5e7ab8(0xf4)]){const _0x1a0c10=_0x3d1507[_0x5e7ab8(0xe9)][0x0];return{'type':_0x5e7ab8(0xff),'content':_0x1c9369(_0x3060a0,_0x5e7ab8(0x108),'\x22'+_0x1a0c10+'\x22')};}return _0x5e7ab8(0xe2)==_0x3d1507[_0x5e7ab8(0xf4)]?{'type':_0x5e7ab8(0xff),'content':_0x1c9369(_0x3060a0,_0x5e7ab8(0x106))}:void 0x0;}});}}