@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 _0x5d3704=_0x249b;function _0x2b88(){const _0x3b07fe=['includes','meta','_supportLegacySuggestions','editor','start','isObject','every','3304953zbwWxf','multipleBlocks','*Remove\x20format:*\x20%0','config','batch','commands','registerDescriptionCallback','FORMAT_INDENT','*Set\x20format:*\x20%0','next','detach','12687927sraqfu','fromRange','3863202fOqXzG','listStyle','getFirstRange','ListEditing','getRanges','deletion','numberedList','isUndo','accept','default','listStart','createPositionAt','commandParams','checkTodoList','*Format:*\x20remove\x20from\x20%0','*Format:*\x20insert\x20into\x20%0','listReversed','setSelection','listType','end','mergeListItemForward','model','registerPostFixer','list.multiBlock','locale','getSuggestions','12993470NNLewm','ELEMENT_LIST_ITEM','registerCustomCallback','*Split:*\x20list\x20item','todo','attributeKey','ELEMENT_','removeMarker','ELEMENT_TODO_LIST','newValue','attributes','groupId','listItemIdFixer','toUpperCase','_getAttributeKey','ELEMENT_NUMBERED_LIST','formatBlock','_suggestionFactory','*Check\x20item*','numbered','1925120rEurQE','todoList','differ','TrackChangesEditing','bulleted','*Change\x20to:*\x20%0','24UxCHYp','find','getFirstMarker','_registerLegacyDescription','noTrackChangesFixer','isNextTo','plugins','TodoListEditing','setAttribute','288556ActSaZ','change','from','listItemId','getChanges','nextSibling','getAttribute','length','assureChains','*Merge:*\x20list\x20item','1376298pVleWy','selection','*Merge:*\x20%0','filter','documentList','*Indent:*\x20%0','splitListItemAfter','refresh','3OmxJhi','oldValue','125ksxwdY','get','suggestion','indentList','mergeListItemBackward','isLocal','containsItem','createRange','schema','map','trackChangesCommand','_findSuggestions','type','registerElementLabel','push','parent','execute','*Outdent:*\x20%0','todoListChecked','commandName','attribute','todoListCheck','_descriptionFactory','has','outdentList','bulletedList','nodeAfter','splitListItemBefore','_LIST','afterInit','head','value','forceValue','format','listIndent','_enableDefaultAttributesIntegration','*Uncheck\x20item*','registerAttributeLabel','document','key','range','data','previousSibling','ELEMENT_BULLETED_LIST'];_0x2b88=function(){return _0x3b07fe;};return _0x2b88();}function _0x249b(_0x1c1a0f,_0x824c71){const _0x2b8891=_0x2b88();return _0x249b=function(_0x249bb9,_0x7f9fb9){_0x249bb9=_0x249bb9-0xa6;let _0x4f7c2d=_0x2b8891[_0x249bb9];return _0x4f7c2d;},_0x249b(_0x1c1a0f,_0x824c71);}(function(_0x132cf0,_0x5e8d13){const _0x2ca616=_0x249b,_0x260810=_0x132cf0();while(!![]){try{const _0x22cc06=parseInt(_0x2ca616(0x10d))/0x1+parseInt(_0x2ca616(0xdf))/0x2*(-parseInt(_0x2ca616(0x12e))/0x3)+parseInt(_0x2ca616(0x11c))/0x4*(parseInt(_0x2ca616(0x130))/0x5)+-parseInt(_0x2ca616(0x126))/0x6+parseInt(_0x2ca616(0xdd))/0x7+-parseInt(_0x2ca616(0x113))/0x8*(parseInt(_0x2ca616(0xd2))/0x9)+-parseInt(_0x2ca616(0xf9))/0xa;if(_0x22cc06===_0x5e8d13)break;else _0x260810['push'](_0x260810['shift']());}catch(_0x4b919e){_0x260810['push'](_0x260810['shift']());}}}(_0x2b88,0xef0e6));import{Plugin as _0x2f95fc}from'ckeditor5/src/core.js';import{getTranslation as _0x4cee87}from'../utils/common-translations.js';import{renameAttributeKey as _0x187479}from'../trackchangesediting.js';import{LiveRange as _0x25086e}from'ckeditor5/src/engine.js';export default class z extends _0x2f95fc{[_0x5d3704(0xbc)](){const _0x3df584=_0x5d3704,_0x4c0758=this[_0x3df584(0xce)];if(!_0x4c0758[_0x3df584(0x119)][_0x3df584(0xb6)](_0x3df584(0xe2)))return;const _0x1d34b0=_0x4c0758[_0x3df584(0xf7)],_0x2246e4=_0x4c0758[_0x3df584(0x119)][_0x3df584(0x131)](_0x3df584(0x110)),_0xabbacb=_0x4c0758[_0x3df584(0x119)][_0x3df584(0xb6)](_0x3df584(0x11a)),_0x2f90c1=!!_0x4c0758[_0x3df584(0xd5)][_0x3df584(0x131)](_0x3df584(0xf6));function _0x259aa1(_0x1bca84){const _0x27097b=_0x3df584;return{'type':_0x27097b(0xc0),'content':''+_0x4cee87(_0x1d34b0,_0x27097b(0xda),_0x1bca84)};}function _0x23858c(_0x3f7e64){const _0x1e7eb8=_0x3df584;return{'type':_0x1e7eb8(0xc0),'content':''+_0x4cee87(_0x1d34b0,_0x1e7eb8(0xd4),_0x3f7e64)};}_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xe5),[],[_0x3df584(0x11f),_0x3df584(0xf1),_0x3df584(0xc1)]),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xb8)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x133)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xb7)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x12c)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xba)),_0x2f90c1&&(_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x134)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xf3))),_0xabbacb&&(_0x2246e4[_0x3df584(0xc2)](_0x3df584(0x10e)),_0x2246e4[_0x3df584(0xc2)](_0x3df584(0xec),[],[_0x3df584(0xb1)]),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x1a0741=>{const _0x884ffc=_0x3df584,{data:_0x1610dd}=_0x1a0741;if(_0x1610dd&&_0x884ffc(0xb1)==_0x1610dd[_0x884ffc(0xc6)])return{'type':_0x884ffc(0xc0),'content':_0x1610dd[_0x884ffc(0x102)]?_0x4cee87(_0x1d34b0,_0x884ffc(0x10b)):_0x4cee87(_0x1d34b0,_0x884ffc(0xc3))};}),this[_0x3df584(0xce)][_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x557835=>{const _0x1ad61a=_0x3df584;if(_0x557835[_0x1ad61a(0xd6)][_0x1ad61a(0xe6)])return!0x1;let _0x4da2ca=!0x1;const _0x224d1=_0x2246e4[_0x1ad61a(0xf8)]({'skipNotAttached':!0x0})[_0x1ad61a(0x129)](_0x4492ea=>_0x1ad61a(0xb1)===_0x2246e4[_0x1ad61a(0x107)](_0x4492ea));for(const _0x454840 of _0x224d1){_0x1ad61a(0xfd)!=_0x454840[_0x1ad61a(0xe1)]()[_0x1ad61a(0xcf)][_0x1ad61a(0xb9)][_0x1ad61a(0x122)](_0x1ad61a(0xf1))&&(_0x2246e4[_0x1ad61a(0xaa)](_0x454840[_0x1ad61a(0xe1)](),_0x1ad61a(0xb3))[_0x1ad61a(0x114)](_0x51edf5=>_0x1ad61a(0xf1)===_0x2246e4[_0x1ad61a(0x107)](_0x51edf5[_0x1ad61a(0x132)]))||(_0x557835[_0x1ad61a(0x100)](_0x454840[_0x1ad61a(0x115)]()),_0x4da2ca=!0x0));}return _0x4da2ca;})),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xc4)](_0x3df584(0xc1),_0x4cee87(_0x1d34b0,_0x3df584(0xd9)));const _0x2c3876={'type':_0x3df584(0xc0),'content':''};_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x1fa4a5=>{const _0x7881a6=_0x3df584,{data:_0x790ec5}=_0x1fa4a5;if(!_0x790ec5||_0x7881a6(0xf1)!=_0x790ec5[_0x7881a6(0xc6)])return;let _0xd01c20=_0x1fa4a5[_0x7881a6(0xbd)];for(;_0xd01c20;){if(_0xd01c20[_0x7881a6(0xc8)]&&(_0x7881a6(0xe0)==_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0xc6)]&&(_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0x102)]&&_0x7881a6(0xe8)!=_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0x102)]||_0x7881a6(0xe8)!=_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0x12f)]&&!_0x790ec5[_0x7881a6(0x102)])||!_0x2f90c1&&_0xd01c20[_0x7881a6(0xc8)][_0x7881a6(0xc6)]==_0x187479))return _0x2c3876;_0xd01c20=_0xd01c20[_0x7881a6(0xdb)];}if(null==_0x790ec5[_0x7881a6(0x102)])switch(_0x790ec5[_0x7881a6(0x12f)]){case _0x7881a6(0x111):return _0x23858c(_0x4cee87(_0x1d34b0,_0x7881a6(0xca)));case _0x7881a6(0x10c):return _0x23858c(_0x4cee87(_0x1d34b0,_0x7881a6(0x108)));case _0x7881a6(0xfd):return _0x23858c(_0x4cee87(_0x1d34b0,_0x7881a6(0x101)));}switch(_0x790ec5[_0x7881a6(0x102)]){case _0x7881a6(0x111):return _0x259aa1(_0x4cee87(_0x1d34b0,_0x7881a6(0xca)));case _0x7881a6(0x10c):return _0x259aa1(_0x4cee87(_0x1d34b0,_0x7881a6(0x108)));case _0x7881a6(0xfd):return _0x259aa1(_0x4cee87(_0x1d34b0,_0x7881a6(0x101)));}}),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x58532c=>{const _0x131e07=_0x3df584,{data:_0x2a5b78}=_0x58532c;if(_0x2a5b78&&_0x131e07(0xc1)==_0x2a5b78[_0x131e07(0xc6)])return null==_0x2a5b78[_0x131e07(0x102)]||null==_0x2a5b78[_0x131e07(0x12f)]&&0x0==_0x2a5b78[_0x131e07(0x102)]?_0x2c3876:void 0x0;}),_0x2246e4[_0x3df584(0xb5)][_0x3df584(0xd8)](_0x4dd001=>{const _0x77c599=_0x3df584;if(_0x77c599(0xb3)!=_0x4dd001[_0x77c599(0xab)])return;const {data:_0x390746}=_0x4dd001;if(!_0x390746||_0x77c599(0x11f)!=_0x390746[_0x77c599(0xc6)])return;const _0x303ff9=ie(_0x4dd001);return _0x303ff9?_0x77c599(0x102)==_0x303ff9?{'type':_0x77c599(0xc0),'content':_0x4cee87(_0x1d34b0,_0x77c599(0x125))}:_0x77c599(0x12f)==_0x303ff9?{'type':_0x77c599(0xc0),'content':_0x4cee87(_0x1d34b0,_0x77c599(0xfc))}:_0x2c3876:_0x2c3876;}),_0x4c0758[_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x33f6a6=>this[_0x3df584(0x105)](_0x33f6a6)),_0x4c0758[_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x10bd95=>this[_0x3df584(0x117)](_0x10bd95)),_0x4c0758[_0x3df584(0xf4)][_0x3df584(0xc5)][_0x3df584(0xf5)](_0x16cab2=>this[_0x3df584(0x124)](_0x16cab2)),this[_0x3df584(0xcd)]();}[_0x5d3704(0x105)](_0x17b1e9){const _0x9f5749=_0x5d3704;if(_0x17b1e9[_0x9f5749(0xd6)][_0x9f5749(0xe6)]||!_0x17b1e9[_0x9f5749(0xd6)][_0x9f5749(0x135)])return!0x1;let _0x28d3f9=!0x1;const _0x15f71a=this[_0x9f5749(0xce)][_0x9f5749(0x119)][_0x9f5749(0x131)](_0x9f5749(0x110))[_0x9f5749(0xf8)]({'skipNotAttached':!0x0})[_0x9f5749(0x129)](_0xa9e744=>_0xa9e744[_0x9f5749(0xc8)]&&_0x9f5749(0x11f)==_0xa9e744[_0x9f5749(0xc8)][_0x9f5749(0xc6)])[_0x9f5749(0x129)](_0x9d1c91=>_0x9d1c91[_0x9f5749(0xc8)][_0x9f5749(0x102)]&&_0x9d1c91[_0x9f5749(0xc8)][_0x9f5749(0x12f)]);for(const _0x5870ab of _0x15f71a)ie(_0x5870ab)||(_0x17b1e9[_0x9f5749(0x100)](_0x5870ab[_0x9f5749(0x115)]()),_0x28d3f9=!0x0);return _0x28d3f9;}[_0x5d3704(0x117)](_0x10c821){const _0x4f1706=_0x5d3704;if(_0x10c821[_0x4f1706(0xd6)][_0x4f1706(0xe6)]||!_0x10c821[_0x4f1706(0xd6)][_0x4f1706(0x135)])return!0x1;const _0x2247f4=this[_0x4f1706(0xce)][_0x4f1706(0x119)][_0x4f1706(0x131)](_0x4f1706(0x110));if(_0x2247f4[_0x4f1706(0xa9)][_0x4f1706(0xbe)])return!0x1;let _0x4d1a5f=!0x1;const _0x3b8c5a=[_0x4f1706(0xf1),_0x4f1706(0xe0),_0x4f1706(0x11f),_0x4f1706(0xc1),_0x4f1706(0xe9),_0x4f1706(0xef),_0x4f1706(0xb4)],_0x29fb59=this[_0x4f1706(0xce)][_0x4f1706(0xf4)][_0x4f1706(0xc5)][_0x4f1706(0x10f)][_0x4f1706(0x120)]()[_0x4f1706(0x129)](_0xc81208=>_0x4f1706(0xb3)==_0xc81208[_0x4f1706(0xab)])[_0x4f1706(0x129)](_0x547e84=>_0x3b8c5a[_0x4f1706(0xcb)](_0x547e84[_0x4f1706(0xfe)]));if(0x0==_0x29fb59[_0x4f1706(0x123)])return _0x4d1a5f;for(const _0x4cd0e7 of _0x29fb59){const _0xaabe40=_0x2247f4[_0x4f1706(0xaa)](_0x4cd0e7[_0x4f1706(0xc7)],_0x4f1706(0xb3))[_0x4f1706(0x129)](_0x3ef889=>!_0x3ef889[_0x4f1706(0xcc)][_0x4f1706(0x118)])[_0x4f1706(0xa8)](_0x4a3fbb=>_0x4a3fbb[_0x4f1706(0x132)])[_0x4f1706(0x129)](_0x4c15ed=>{const _0x5f49b1=_0x4f1706,_0x26ddb9=_0x2247f4[_0x5f49b1(0x107)](_0x4c15ed);return _0x3b8c5a[_0x5f49b1(0xcb)](_0x26ddb9);});if(_0xaabe40[_0x4f1706(0x123)]){for(const _0x377035 of _0xaabe40)_0x10c821[_0x4f1706(0x100)](_0x377035[_0x4f1706(0x115)]());_0x4d1a5f=!0x0;}}return _0x4d1a5f;}[_0x5d3704(0x124)](_0x44368d){const _0x27aae0=_0x5d3704;if(_0x44368d[_0x27aae0(0xd6)][_0x27aae0(0xe6)]||!_0x44368d[_0x27aae0(0xd6)][_0x27aae0(0x135)])return!0x1;const _0x1357e3=this[_0x27aae0(0xce)][_0x27aae0(0x119)][_0x27aae0(0x131)](_0x27aae0(0x110));let _0x21b7d8=!0x1;const _0x416ac0=[_0x27aae0(0xf1),_0x27aae0(0xe0),_0x27aae0(0x11f),_0x27aae0(0xc1),_0x27aae0(0xe9),_0x27aae0(0xef),_0x27aae0(0xb4)];for(const _0x6259c2 of _0x1357e3[_0x27aae0(0xf8)]({'skipNotAttached':!0x0})){const _0x3fafb8=_0x1357e3[_0x27aae0(0xaa)](_0x6259c2[_0x27aae0(0xe1)](),_0x27aae0(0xb3))[_0x27aae0(0xa8)](_0x12a93c=>_0x12a93c[_0x27aae0(0x132)])[_0x27aae0(0x129)](_0x246d97=>_0x246d97[_0x27aae0(0xc8)]&&_0x416ac0[_0x27aae0(0xcb)](_0x246d97[_0x27aae0(0xc8)][_0x27aae0(0xc6)]));if(!_0x3fafb8[_0x27aae0(0x123)])continue;const _0x1a52bb=_0x3fafb8[0x0][_0x27aae0(0xbd)][_0x27aae0(0x103)][_0x27aae0(0x104)];if(!_0x3fafb8[_0x27aae0(0xd1)](_0x302d81=>_0x302d81[_0x27aae0(0x103)][_0x27aae0(0x104)]===_0x1a52bb)){for(const _0x2f3b91 of _0x3fafb8)_0x599718(_0x2f3b91,_0x1a52bb)&&(_0x21b7d8=!0x0);}}return _0x21b7d8;function _0xf89e95(_0x2d5373,_0x1e0483){const _0xf3c794=_0x27aae0;for(const _0xe4f7da of _0x1357e3[_0xf3c794(0xf8)]({'skipNotAttached':!0x0})[_0xf3c794(0x129)](_0x283da0=>_0xf3c794(0xb3)==_0x283da0[_0xf3c794(0xab)]&&_0x283da0[_0xf3c794(0x103)][_0xf3c794(0x104)]==_0x2d5373))_0xe4f7da[_0xf3c794(0x11b)](_0xf3c794(0x104),_0x1e0483);}function _0x599718(_0x2d9a92,_0x385742){const _0x5a69a5=_0x27aae0;let _0x52a90d=_0x2d9a92[_0x5a69a5(0xbd)],_0x1c8ae2=!0x1;for(;_0x52a90d;)_0x52a90d[_0x5a69a5(0x103)][_0x5a69a5(0x104)]!=_0x385742&&(_0xf89e95(_0x52a90d[_0x5a69a5(0x103)][_0x5a69a5(0x104)],_0x385742),_0x52a90d[_0x5a69a5(0x11b)](_0x5a69a5(0x104),_0x385742),_0x1c8ae2=!0x0),_0x52a90d=_0x52a90d[_0x5a69a5(0xdb)];return _0x1c8ae2;}}[_0x5d3704(0xcd)](){const _0xd7efc0=_0x5d3704,_0x4814ed=this[_0xd7efc0(0xce)],_0x2a60ff=_0x4814ed[_0xd7efc0(0xf7)],_0x2818a5=_0x4814ed[_0xd7efc0(0x119)][_0xd7efc0(0x131)](_0xd7efc0(0x110));this[_0xd7efc0(0x116)](),_0x2818a5[_0xd7efc0(0x10a)][_0xd7efc0(0xfb)](_0xd7efc0(0x109),_0xd7efc0(0x12a),_0xd7efc0(0xe7),function(_0x3d5176,_0x509e6e){const _0x5743eb=_0xd7efc0,_0x490cba=[];for(let _0x3d6fb9 of _0x3d5176)_0x3d6fb9[_0x5743eb(0xcf)][_0x5743eb(0xb9)]===_0x3d6fb9[_0x5743eb(0xf2)][_0x5743eb(0xae)]&&(_0x3d6fb9=_0x4814ed[_0x5743eb(0xf4)][_0x5743eb(0xa6)](_0x4814ed[_0x5743eb(0xf4)][_0x5743eb(0xea)](_0x3d6fb9[_0x5743eb(0xcf)][_0x5743eb(0xb9)],0x0))),_0x490cba[_0x5743eb(0xad)](_0x3d6fb9);_0x4814ed[_0x5743eb(0xf4)][_0x5743eb(0x11d)](_0x117559=>{const _0x320d3e=_0x5743eb,_0x5f2595=_0x4814ed[_0x320d3e(0xf4)][_0x320d3e(0xc5)][_0x320d3e(0x127)],_0x2f47c6=Array[_0x320d3e(0x11e)](_0x5f2595[_0x320d3e(0xe3)]())[_0x320d3e(0xa8)](_0x2dae7f=>_0x25086e[_0x320d3e(0xde)](_0x2dae7f));_0x117559[_0x320d3e(0xf0)](_0x490cba),_0x4814ed[_0x320d3e(0xd7)][_0x320d3e(0x131)](_0x509e6e[_0x320d3e(0xb2)])[_0x320d3e(0x12d)](),_0x509e6e[_0x320d3e(0xeb)][_0x320d3e(0xad)]({'forceDefaultExecution':!0x0}),_0x4814ed[_0x320d3e(0xaf)](_0x509e6e[_0x320d3e(0xb2)],..._0x509e6e[_0x320d3e(0xeb)]),_0x117559[_0x320d3e(0xf0)](_0x2f47c6);for(const _0x536e16 of _0x2f47c6)_0x536e16[_0x320d3e(0xdc)]();});}),_0x2818a5[_0xd7efc0(0xb5)][_0xd7efc0(0xac)](function(_0x6a97b1){const _0x4b7995=_0xd7efc0,_0x1770f1=!_0x4814ed[_0x4b7995(0xf4)][_0x4b7995(0xa7)][_0x4b7995(0xd0)](_0x6a97b1),_0x1f1298=_0x6a97b1[_0x4b7995(0xc9)],_0x369d3d=_0x6a97b1[_0x4b7995(0x121)],_0x11dd18=_0x6a97b1[_0x4b7995(0x122)](_0x4b7995(0x11f)),_0x446e87=!_0x1f1298||_0x1f1298[_0x4b7995(0x122)](_0x4b7995(0x11f))!==_0x11dd18,_0x1cf155=!_0x369d3d||_0x369d3d[_0x4b7995(0x122)](_0x4b7995(0x11f))!==_0x11dd18;return _0x1770f1&&Boolean(_0x11dd18)&&_0x446e87&&_0x1cf155;},_0x13f783=>_0x4cee87(_0x2a60ff,_0xd7efc0(0xfa),_0x13f783));}[_0x5d3704(0x116)](){const _0x503e4d=_0x5d3704,_0x5d80aa=this[_0x503e4d(0xce)],_0x3888fc=_0x5d80aa[_0x503e4d(0xf7)];function _0x5c1604(_0x24da89){const _0x2298d3=_0x503e4d,_0x811a1b=_0x5d80aa[_0x2298d3(0xd7)][_0x2298d3(0x131)](_0x2298d3(0xb8))[_0x2298d3(0xbe)],_0x446725=_0x5d80aa[_0x2298d3(0xd7)][_0x2298d3(0x131)](_0x2298d3(0xe5))[_0x2298d3(0xbe)];return _0x2298d3(0xe5)===_0x24da89?_0x811a1b:_0x446725;}_0x5d80aa[_0x503e4d(0x119)][_0x503e4d(0x131)](_0x503e4d(0x110))[_0x503e4d(0xb5)][_0x503e4d(0xd8)](function(_0x684fe5){const _0x37f0f7=_0x503e4d;if(_0x37f0f7(0x109)!=_0x684fe5[_0x37f0f7(0xab)])return;const {data:_0x24adca}=_0x684fe5;if(!_0x24adca)return;let _0x5e3c6e,_0x5ca935,_0x4eee64,_0x3d4ae7;switch(_0x24adca[_0x37f0f7(0xb2)]){case _0x37f0f7(0xb8):_0x4eee64=_0x24adca[_0x37f0f7(0xeb)][0x0][_0x37f0f7(0xbf)],_0x3d4ae7=_0x5c1604(_0x24adca[_0x37f0f7(0xb2)]),_0x5e3c6e=_0x4eee64?_0x37f0f7(0xee):_0x37f0f7(0xed),!_0x3d4ae7&&_0x5d80aa[_0x37f0f7(0xd5)][_0x37f0f7(0x131)](_0x37f0f7(0xf6))||(_0x5e3c6e=_0x37f0f7(0x112)),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0xca)))};break;case _0x37f0f7(0xe5):_0x4eee64=_0x24adca[_0x37f0f7(0xeb)][0x0][_0x37f0f7(0xbf)],_0x3d4ae7=_0x5c1604(_0x24adca[_0x37f0f7(0xb2)]),_0x5e3c6e=_0x4eee64?_0x37f0f7(0xee):_0x37f0f7(0xed),!_0x3d4ae7&&_0x5d80aa[_0x37f0f7(0xd5)][_0x37f0f7(0x131)](_0x37f0f7(0xf6))||(_0x5e3c6e=_0x37f0f7(0x112)),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0x108)))};break;case _0x37f0f7(0x133):_0x5e3c6e=_0x37f0f7(0x12b),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0xfa)))};break;case _0x37f0f7(0xb7):_0x5e3c6e=function(_0x792677){const _0x299d64=_0x37f0f7,_0x161029=_0x792677[_0x299d64(0xe1)]();let _0x2c16ea=_0x161029[_0x299d64(0xcf)][_0x299d64(0xb9)];for(;_0x2c16ea&&_0x161029[_0x299d64(0x136)](_0x2c16ea);){if(_0x2c16ea[_0x299d64(0x122)](_0x299d64(0xc1))>0x0)return!0x1;_0x2c16ea=_0x2c16ea[_0x299d64(0x121)];}return!0x0;}(_0x684fe5)?_0x4cee87(_0x3888fc,_0x37f0f7(0xed),_0x4cee87(_0x3888fc,function(_0x1a0aca){const _0x581045=_0x37f0f7;return _0x581045(0xff)+_0x1a0aca[_0x581045(0xe1)]()[_0x581045(0xcf)][_0x581045(0xb9)][_0x581045(0x122)](_0x581045(0xf1))[_0x581045(0x106)]()+_0x581045(0xbb);}(_0x684fe5))):_0x4cee87(_0x3888fc,_0x37f0f7(0xb0),_0x4cee87(_0x3888fc,_0x37f0f7(0xfa))),_0x5ca935={'type':_0x37f0f7(0xc0),'content':_0x5e3c6e};break;case _0x37f0f7(0x134):case _0x37f0f7(0xf3):!0x1===_0x24adca[_0x37f0f7(0xd3)]&&(_0x5e3c6e=_0x37f0f7(0x128),_0x5ca935={'type':_0x37f0f7(0xe4),'content':_0x4cee87(_0x3888fc,_0x5e3c6e,_0x4cee87(_0x3888fc,_0x37f0f7(0xfa)))});}return _0x5ca935;});}}function ie(_0xf8d9fe){const _0x4dabf1=_0x5d3704;let _0x1cfbf6=_0xf8d9fe[_0x4dabf1(0xe1)]()[_0x4dabf1(0xcf)][_0x4dabf1(0xb9)][_0x4dabf1(0xc9)];for(;_0x1cfbf6;){const _0x47e982=_0x1cfbf6[_0x4dabf1(0x122)](_0x4dabf1(0x11f));if(!_0x47e982)return!0x1;if(_0x47e982==_0xf8d9fe[_0x4dabf1(0xc8)][_0x4dabf1(0x102)])return _0x4dabf1(0x102);if(_0x47e982==_0xf8d9fe[_0x4dabf1(0xc8)][_0x4dabf1(0x12f)])return _0x4dabf1(0x12f);_0x1cfbf6=_0x1cfbf6[_0x4dabf1(0xc9)];}return!0x1;}
23
+ const _0x5bdb41=_0x3588;(function(_0x1f84bc,_0x9e3789){const _0x4550f0=_0x3588,_0x2b24c4=_0x1f84bc();while(!![]){try{const _0x52e1e9=-parseInt(_0x4550f0(0x1f0))/0x1+-parseInt(_0x4550f0(0x1e0))/0x2*(-parseInt(_0x4550f0(0x1a4))/0x3)+parseInt(_0x4550f0(0x1c7))/0x4*(-parseInt(_0x4550f0(0x1d7))/0x5)+parseInt(_0x4550f0(0x18b))/0x6*(parseInt(_0x4550f0(0x1c4))/0x7)+-parseInt(_0x4550f0(0x1aa))/0x8*(-parseInt(_0x4550f0(0x1ee))/0x9)+-parseInt(_0x4550f0(0x1f6))/0xa+-parseInt(_0x4550f0(0x17b))/0xb*(-parseInt(_0x4550f0(0x1e2))/0xc);if(_0x52e1e9===_0x9e3789)break;else _0x2b24c4['push'](_0x2b24c4['shift']());}catch(_0x53a5a2){_0x2b24c4['push'](_0x2b24c4['shift']());}}}(_0x403e,0x19d17));import{Plugin as _0x4f3b84}from'ckeditor5/src/core.js';import{getTranslation as _0x2d159e}from'../utils/common-translations.js';function _0x403e(){const _0x9e4bdd=['registerAttributeLabel','push','parent','ELEMENT_NUMBERED_LIST','value','215NvlLCs','registerElementLabel','splitListItemAfter','removeMarker','plugins','afterInit','trackChangesCommand','get','*Uncheck\x20item*','206AIKlVP','ELEMENT_BULLETED_LIST','12pNhcyV','format','data','editor','*Format:*\x20remove\x20from\x20%0','range','mergeListItemForward','getChanges','getAttribute','detach','ListEditing','newValue','981FpANDw','assureChains','177251WLhozK','noTrackChangesFixer','schema','_descriptionFactory','document','listReversed','1381950QLCTvY','every','*Outdent:*\x20%0','splitListItemBefore','fromRange','execute','listStyle','ELEMENT_LIST_ITEM','commands','getRanges','forceValue','accept','type','*Format:*\x20insert\x20into\x20%0','previousSibling','todoList','isLocal','todo','*Indent:*\x20%0','_supportLegacySuggestions','toUpperCase','key','listItemId','filter','2216478PfPJdv','nodeAfter','*Remove\x20format:*\x20%0','*Check\x20item*','*Merge:*\x20list\x20item','start','deletion','_LIST','mergeListItemBackward','multipleBlocks','map','attribute','meta','listIndent','selection','locale','73434WXpwms','bulleted','getFirstMarker','_enableDefaultAttributesIntegration','getSuggestions','_suggestionFactory','attributeKey','checkTodoList','indentList','includes','suggestion','todoListCheck','TrackChangesEditing','length','default','batch','nextSibling','createPositionAt','from','numbered','isNextTo','getFirstRange','FORMAT_INDENT','_findSuggestions','registerPostFixer','3102QJKZMD','commandName','ELEMENT_TODO_LIST','setSelection','bulletedList','*Set\x20format:*\x20%0','8848fMHmtu','attributes','differ','registerDescriptionCallback','_getAttributeKey','find','numberedList','*Merge:*\x20%0','oldValue','groupId','isObject','TodoListEditing','*Split:*\x20list\x20item','setAttribute','outdentList','config','listType','_registerLegacyDescription','formatBlock','list.multiBlock','createRange','refresh','*Change\x20to:*\x20%0','ELEMENT_','next','has','77jBUBYW','isUndo','containsItem','13208MKDxyq','change','end','head','todoListChecked','model','registerCustomCallback','documentList','commandParams','listStart','listItemIdFixer'];_0x403e=function(){return _0x9e4bdd;};return _0x403e();}import{renameAttributeKey as _0x8306f6}from'../trackchangesediting.js';function _0x3588(_0x1f9405,_0x2b4688){const _0x403e9f=_0x403e();return _0x3588=function(_0x35887b,_0x18ebce){_0x35887b=_0x35887b-0x16c;let _0x43fc9b=_0x403e9f[_0x35887b];return _0x43fc9b;},_0x3588(_0x1f9405,_0x2b4688);}import{LiveRange as _0x15a51d}from'ckeditor5/src/engine.js';export default class z extends _0x4f3b84{[_0x5bdb41(0x1dc)](){const _0x36aa9d=_0x5bdb41,_0x5d6169=this[_0x36aa9d(0x1e5)];if(!_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1c3)](_0x36aa9d(0x1ec)))return;const _0x3fcb53=_0x5d6169[_0x36aa9d(0x18a)],_0x5d8200=_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1de)](_0x36aa9d(0x197)),_0xbabf27=_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1c3)](_0x36aa9d(0x1b5)),_0xf17542=!!_0x5d6169[_0x36aa9d(0x1b9)][_0x36aa9d(0x1de)](_0x36aa9d(0x1bd));function _0x26b747(_0x5e0621){const _0x3de16f=_0x36aa9d;return{'type':_0x3de16f(0x1e3),'content':''+_0x2d159e(_0x3fcb53,_0x3de16f(0x1a9),_0x5e0621)};}function _0x5ceb65(_0x71a39f){const _0x92e839=_0x36aa9d;return{'type':_0x92e839(0x1e3),'content':''+_0x2d159e(_0x3fcb53,_0x92e839(0x17d),_0x71a39f)};}_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1b0),[],[_0x36aa9d(0x179),_0x36aa9d(0x1ba),_0x36aa9d(0x188)]),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1a8)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x193)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1b8)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1d9)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1f9)),_0xf17542&&(_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x183)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1e8))),_0xbabf27&&(_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x172)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x192),[],[_0x36aa9d(0x1cb)]),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0x539e2f=>{const _0xe25302=_0x36aa9d,{data:_0x2c9b75}=_0x539e2f;if(_0x2c9b75&&_0xe25302(0x1cb)==_0x2c9b75[_0xe25302(0x178)])return{'type':_0xe25302(0x1e3),'content':_0x2c9b75[_0xe25302(0x1ed)]?_0x2d159e(_0x3fcb53,_0xe25302(0x17e)):_0x2d159e(_0x3fcb53,_0xe25302(0x1df))};}),this[_0x36aa9d(0x1e5)][_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x265a2d=>{const _0x1b1a89=_0x36aa9d;if(_0x265a2d[_0x1b1a89(0x19a)][_0x1b1a89(0x1c5)])return!0x1;let _0x2080d6=!0x1;const _0x55e0fa=_0x5d8200[_0x1b1a89(0x18f)]({'skipNotAttached':!0x0})[_0x1b1a89(0x17a)](_0x31f412=>_0x1b1a89(0x1cb)===_0x5d8200[_0x1b1a89(0x1ae)](_0x31f412));for(const _0x534956 of _0x55e0fa){_0x1b1a89(0x174)!=_0x534956[_0x1b1a89(0x1a0)]()[_0x1b1a89(0x180)][_0x1b1a89(0x17c)][_0x1b1a89(0x1ea)](_0x1b1a89(0x1ba))&&(_0x5d8200[_0x1b1a89(0x1a2)](_0x534956[_0x1b1a89(0x1a0)](),_0x1b1a89(0x186))[_0x1b1a89(0x1af)](_0x1fd9ad=>_0x1b1a89(0x1ba)===_0x5d8200[_0x1b1a89(0x1ae)](_0x1fd9ad[_0x1b1a89(0x195)]))||(_0x265a2d[_0x1b1a89(0x1da)](_0x534956[_0x1b1a89(0x18d)]()),_0x2080d6=!0x0));}return _0x2080d6;})),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1d2)](_0x36aa9d(0x188),_0x2d159e(_0x3fcb53,_0x36aa9d(0x1a1)));const _0x1e36f6={'type':_0x36aa9d(0x1e3),'content':''};_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0x3d5741=>{const _0x42f5f6=_0x36aa9d,{data:_0x419abd}=_0x3d5741;if(!_0x419abd||_0x42f5f6(0x1ba)!=_0x419abd[_0x42f5f6(0x178)])return;let _0x244de1=_0x3d5741[_0x42f5f6(0x1ca)];for(;_0x244de1;){if(_0x244de1[_0x42f5f6(0x1e4)]&&(_0x42f5f6(0x1fc)==_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x178)]&&(_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1ed)]&&_0x42f5f6(0x199)!=_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1ed)]||_0x42f5f6(0x199)!=_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1b2)]&&!_0x419abd[_0x42f5f6(0x1ed)])||!_0xf17542&&_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x178)]==_0x8306f6))return _0x1e36f6;_0x244de1=_0x244de1[_0x42f5f6(0x1c2)];}if(null==_0x419abd[_0x42f5f6(0x1ed)])switch(_0x419abd[_0x42f5f6(0x1b2)]){case _0x42f5f6(0x18c):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1e1)));case _0x42f5f6(0x19e):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1d5)));case _0x42f5f6(0x174):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1a6)));}switch(_0x419abd[_0x42f5f6(0x1ed)]){case _0x42f5f6(0x18c):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1e1)));case _0x42f5f6(0x19e):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1d5)));case _0x42f5f6(0x174):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1a6)));}}),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0xa724f=>{const _0x32e0fa=_0x36aa9d,{data:_0x9713df}=_0xa724f;if(_0x9713df&&_0x32e0fa(0x188)==_0x9713df[_0x32e0fa(0x178)])return null==_0x9713df[_0x32e0fa(0x1ed)]||null==_0x9713df[_0x32e0fa(0x1b2)]&&0x0==_0x9713df[_0x32e0fa(0x1ed)]?_0x1e36f6:void 0x0;}),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0xf57148=>{const _0x16fa2a=_0x36aa9d;if(_0x16fa2a(0x186)!=_0xf57148[_0x16fa2a(0x16f)])return;const {data:_0x1fd8c8}=_0xf57148;if(!_0x1fd8c8||_0x16fa2a(0x179)!=_0x1fd8c8[_0x16fa2a(0x178)])return;const _0x4ecd5a=ie(_0xf57148);return _0x4ecd5a?_0x16fa2a(0x1ed)==_0x4ecd5a?{'type':_0x16fa2a(0x1e3),'content':_0x2d159e(_0x3fcb53,_0x16fa2a(0x17f))}:_0x16fa2a(0x1b2)==_0x4ecd5a?{'type':_0x16fa2a(0x1e3),'content':_0x2d159e(_0x3fcb53,_0x16fa2a(0x1b6))}:_0x1e36f6:_0x1e36f6;}),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x53f7f7=>this[_0x36aa9d(0x1d1)](_0x53f7f7)),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x25f9da=>this[_0x36aa9d(0x1f1)](_0x25f9da)),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x30be6e=>this[_0x36aa9d(0x1ef)](_0x30be6e)),this[_0x36aa9d(0x176)]();}[_0x5bdb41(0x1d1)](_0x4129c8){const _0x211bd7=_0x5bdb41;if(_0x4129c8[_0x211bd7(0x19a)][_0x211bd7(0x1c5)]||!_0x4129c8[_0x211bd7(0x19a)][_0x211bd7(0x173)])return!0x1;let _0x1e7f43=!0x1;const _0x5a9e9e=this[_0x211bd7(0x1e5)][_0x211bd7(0x1db)][_0x211bd7(0x1de)](_0x211bd7(0x197))[_0x211bd7(0x18f)]({'skipNotAttached':!0x0})[_0x211bd7(0x17a)](_0x5788a3=>_0x5788a3[_0x211bd7(0x1e4)]&&_0x211bd7(0x179)==_0x5788a3[_0x211bd7(0x1e4)][_0x211bd7(0x178)])[_0x211bd7(0x17a)](_0x3d8cb2=>_0x3d8cb2[_0x211bd7(0x1e4)][_0x211bd7(0x1ed)]&&_0x3d8cb2[_0x211bd7(0x1e4)][_0x211bd7(0x1b2)]);for(const _0x11e474 of _0x5a9e9e)ie(_0x11e474)||(_0x4129c8[_0x211bd7(0x1da)](_0x11e474[_0x211bd7(0x18d)]()),_0x1e7f43=!0x0);return _0x1e7f43;}[_0x5bdb41(0x1f1)](_0x3d6ba0){const _0x392b66=_0x5bdb41;if(_0x3d6ba0[_0x392b66(0x19a)][_0x392b66(0x1c5)]||!_0x3d6ba0[_0x392b66(0x19a)][_0x392b66(0x173)])return!0x1;const _0x421cb8=this[_0x392b66(0x1e5)][_0x392b66(0x1db)][_0x392b66(0x1de)](_0x392b66(0x197));if(_0x421cb8[_0x392b66(0x1dd)][_0x392b66(0x1d6)])return!0x1;let _0x5c24ba=!0x1;const _0x24882e=[_0x392b66(0x1ba),_0x392b66(0x1fc),_0x392b66(0x179),_0x392b66(0x188),_0x392b66(0x1d0),_0x392b66(0x1f5),_0x392b66(0x196)],_0x795f27=this[_0x392b66(0x1e5)][_0x392b66(0x1cc)][_0x392b66(0x1f4)][_0x392b66(0x1ac)][_0x392b66(0x1e9)]()[_0x392b66(0x17a)](_0x5a0c3f=>_0x392b66(0x186)==_0x5a0c3f[_0x392b66(0x16f)])[_0x392b66(0x17a)](_0x376729=>_0x24882e[_0x392b66(0x194)](_0x376729[_0x392b66(0x191)]));if(0x0==_0x795f27[_0x392b66(0x198)])return _0x5c24ba;for(const _0x2b4ff2 of _0x795f27){const _0x3909b3=_0x421cb8[_0x392b66(0x1a2)](_0x2b4ff2[_0x392b66(0x1e7)],_0x392b66(0x186))[_0x392b66(0x17a)](_0xd7b0c4=>!_0xd7b0c4[_0x392b66(0x187)][_0x392b66(0x19f)])[_0x392b66(0x185)](_0x5b6a90=>_0x5b6a90[_0x392b66(0x195)])[_0x392b66(0x17a)](_0x388103=>{const _0x89661d=_0x392b66,_0x162829=_0x421cb8[_0x89661d(0x1ae)](_0x388103);return _0x24882e[_0x89661d(0x194)](_0x162829);});if(_0x3909b3[_0x392b66(0x198)]){for(const _0x317921 of _0x3909b3)_0x3d6ba0[_0x392b66(0x1da)](_0x317921[_0x392b66(0x18d)]());_0x5c24ba=!0x0;}}return _0x5c24ba;}[_0x5bdb41(0x1ef)](_0x10bd91){const _0x3ad26a=_0x5bdb41;if(_0x10bd91[_0x3ad26a(0x19a)][_0x3ad26a(0x1c5)]||!_0x10bd91[_0x3ad26a(0x19a)][_0x3ad26a(0x173)])return!0x1;const _0x98df3a=this[_0x3ad26a(0x1e5)][_0x3ad26a(0x1db)][_0x3ad26a(0x1de)](_0x3ad26a(0x197));let _0x439201=!0x1;const _0x1fd631=[_0x3ad26a(0x1ba),_0x3ad26a(0x1fc),_0x3ad26a(0x179),_0x3ad26a(0x188),_0x3ad26a(0x1d0),_0x3ad26a(0x1f5),_0x3ad26a(0x196)];for(const _0x206198 of _0x98df3a[_0x3ad26a(0x18f)]({'skipNotAttached':!0x0})){const _0x2a3ba1=_0x98df3a[_0x3ad26a(0x1a2)](_0x206198[_0x3ad26a(0x1a0)](),_0x3ad26a(0x186))[_0x3ad26a(0x185)](_0x2c2893=>_0x2c2893[_0x3ad26a(0x195)])[_0x3ad26a(0x17a)](_0x334f91=>_0x334f91[_0x3ad26a(0x1e4)]&&_0x1fd631[_0x3ad26a(0x194)](_0x334f91[_0x3ad26a(0x1e4)][_0x3ad26a(0x178)]));if(!_0x2a3ba1[_0x3ad26a(0x198)])continue;const _0x2299a3=_0x2a3ba1[0x0][_0x3ad26a(0x1ca)][_0x3ad26a(0x1ab)][_0x3ad26a(0x1b3)];if(!_0x2a3ba1[_0x3ad26a(0x1f7)](_0x20561c=>_0x20561c[_0x3ad26a(0x1ab)][_0x3ad26a(0x1b3)]===_0x2299a3)){for(const _0x769166 of _0x2a3ba1)_0x15775f(_0x769166,_0x2299a3)&&(_0x439201=!0x0);}}return _0x439201;function _0x37c77a(_0x2c2885,_0x52c677){const _0x109923=_0x3ad26a;for(const _0x133606 of _0x98df3a[_0x109923(0x18f)]({'skipNotAttached':!0x0})[_0x109923(0x17a)](_0xc977a8=>_0x109923(0x186)==_0xc977a8[_0x109923(0x16f)]&&_0xc977a8[_0x109923(0x1ab)][_0x109923(0x1b3)]==_0x2c2885))_0x133606[_0x109923(0x1b7)](_0x109923(0x1b3),_0x52c677);}function _0x15775f(_0x536930,_0xe3914d){const _0x254700=_0x3ad26a;let _0x364dfc=_0x536930[_0x254700(0x1ca)],_0x491cbb=!0x1;for(;_0x364dfc;)_0x364dfc[_0x254700(0x1ab)][_0x254700(0x1b3)]!=_0xe3914d&&(_0x37c77a(_0x364dfc[_0x254700(0x1ab)][_0x254700(0x1b3)],_0xe3914d),_0x364dfc[_0x254700(0x1b7)](_0x254700(0x1b3),_0xe3914d),_0x491cbb=!0x0),_0x364dfc=_0x364dfc[_0x254700(0x1c2)];return _0x491cbb;}}[_0x5bdb41(0x176)](){const _0x4968c9=_0x5bdb41,_0x2bdbb2=this[_0x4968c9(0x1e5)],_0x3ff79d=_0x2bdbb2[_0x4968c9(0x18a)],_0x259ded=_0x2bdbb2[_0x4968c9(0x1db)][_0x4968c9(0x1de)](_0x4968c9(0x197));this[_0x4968c9(0x1bb)](),_0x259ded[_0x4968c9(0x190)][_0x4968c9(0x1cd)](_0x4968c9(0x1bc),_0x4968c9(0x1ce),_0x4968c9(0x16e),function(_0x86710f,_0x52e455){const _0x1bd193=_0x4968c9,_0x99a05e=[];for(let _0x1db130 of _0x86710f)_0x1db130[_0x1bd193(0x180)][_0x1bd193(0x17c)]===_0x1db130[_0x1bd193(0x1c9)][_0x1bd193(0x1d4)]&&(_0x1db130=_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x1be)](_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x19c)](_0x1db130[_0x1bd193(0x180)][_0x1bd193(0x17c)],0x0))),_0x99a05e[_0x1bd193(0x1d3)](_0x1db130);_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x1c8)](_0xbefb1b=>{const _0x49e4db=_0x1bd193,_0x598579=_0x2bdbb2[_0x49e4db(0x1cc)][_0x49e4db(0x1f4)][_0x49e4db(0x189)],_0x3c3f95=Array[_0x49e4db(0x19d)](_0x598579[_0x49e4db(0x16c)]())[_0x49e4db(0x185)](_0x114d9f=>_0x15a51d[_0x49e4db(0x1fa)](_0x114d9f));_0xbefb1b[_0x49e4db(0x1a7)](_0x99a05e),_0x2bdbb2[_0x49e4db(0x1fe)][_0x49e4db(0x1de)](_0x52e455[_0x49e4db(0x1a5)])[_0x49e4db(0x1bf)](),_0x52e455[_0x49e4db(0x1cf)][_0x49e4db(0x1d3)]({'forceDefaultExecution':!0x0}),_0x2bdbb2[_0x49e4db(0x1fb)](_0x52e455[_0x49e4db(0x1a5)],..._0x52e455[_0x49e4db(0x1cf)]),_0xbefb1b[_0x49e4db(0x1a7)](_0x3c3f95);for(const _0x26c6d9 of _0x3c3f95)_0x26c6d9[_0x49e4db(0x1eb)]();});}),_0x259ded[_0x4968c9(0x1f3)][_0x4968c9(0x1d8)](function(_0x34133d){const _0x12493c=_0x4968c9,_0x1cb12f=!_0x2bdbb2[_0x12493c(0x1cc)][_0x12493c(0x1f2)][_0x12493c(0x1b4)](_0x34133d),_0x15041f=_0x34133d[_0x12493c(0x171)],_0x3f7a21=_0x34133d[_0x12493c(0x19b)],_0x3944f0=_0x34133d[_0x12493c(0x1ea)](_0x12493c(0x179)),_0x56d8b8=!_0x15041f||_0x15041f[_0x12493c(0x1ea)](_0x12493c(0x179))!==_0x3944f0,_0x8ba4af=!_0x3f7a21||_0x3f7a21[_0x12493c(0x1ea)](_0x12493c(0x179))!==_0x3944f0;return _0x1cb12f&&Boolean(_0x3944f0)&&_0x56d8b8&&_0x8ba4af;},_0x17d579=>_0x2d159e(_0x3ff79d,_0x4968c9(0x1fd),_0x17d579));}[_0x5bdb41(0x1bb)](){const _0x47bde5=_0x5bdb41,_0xb29f7=this[_0x47bde5(0x1e5)],_0x1cf2bf=_0xb29f7[_0x47bde5(0x18a)];function _0x444280(_0x569a71){const _0x4ba5c4=_0x47bde5,_0x147708=_0xb29f7[_0x4ba5c4(0x1fe)][_0x4ba5c4(0x1de)](_0x4ba5c4(0x1a8))[_0x4ba5c4(0x1d6)],_0x10080d=_0xb29f7[_0x4ba5c4(0x1fe)][_0x4ba5c4(0x1de)](_0x4ba5c4(0x1b0))[_0x4ba5c4(0x1d6)];return _0x4ba5c4(0x1b0)===_0x569a71?_0x147708:_0x10080d;}_0xb29f7[_0x47bde5(0x1db)][_0x47bde5(0x1de)](_0x47bde5(0x197))[_0x47bde5(0x1f3)][_0x47bde5(0x1ad)](function(_0x261505){const _0x4409cd=_0x47bde5;if(_0x4409cd(0x1bc)!=_0x261505[_0x4409cd(0x16f)])return;const {data:_0x20289a}=_0x261505;if(!_0x20289a)return;let _0x1d589f,_0x58dbd3,_0x453607,_0xeaa086;switch(_0x20289a[_0x4409cd(0x1a5)]){case _0x4409cd(0x1a8):_0x453607=_0x20289a[_0x4409cd(0x1cf)][0x0][_0x4409cd(0x16d)],_0xeaa086=_0x444280(_0x20289a[_0x4409cd(0x1a5)]),_0x1d589f=_0x453607?_0x4409cd(0x170):_0x4409cd(0x1e6),!_0xeaa086&&_0xb29f7[_0x4409cd(0x1b9)][_0x4409cd(0x1de)](_0x4409cd(0x1bd))||(_0x1d589f=_0x4409cd(0x1c0)),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1e1)))};break;case _0x4409cd(0x1b0):_0x453607=_0x20289a[_0x4409cd(0x1cf)][0x0][_0x4409cd(0x16d)],_0xeaa086=_0x444280(_0x20289a[_0x4409cd(0x1a5)]),_0x1d589f=_0x453607?_0x4409cd(0x170):_0x4409cd(0x1e6),!_0xeaa086&&_0xb29f7[_0x4409cd(0x1b9)][_0x4409cd(0x1de)](_0x4409cd(0x1bd))||(_0x1d589f=_0x4409cd(0x1c0)),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1d5)))};break;case _0x4409cd(0x193):_0x1d589f=_0x4409cd(0x175),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd)))};break;case _0x4409cd(0x1b8):_0x1d589f=function(_0x117686){const _0x25c58c=_0x4409cd,_0x2cd804=_0x117686[_0x25c58c(0x1a0)]();let _0x49606b=_0x2cd804[_0x25c58c(0x180)][_0x25c58c(0x17c)];for(;_0x49606b&&_0x2cd804[_0x25c58c(0x1c6)](_0x49606b);){if(_0x49606b[_0x25c58c(0x1ea)](_0x25c58c(0x188))>0x0)return!0x1;_0x49606b=_0x49606b[_0x25c58c(0x19b)];}return!0x0;}(_0x261505)?_0x2d159e(_0x1cf2bf,_0x4409cd(0x1e6),_0x2d159e(_0x1cf2bf,function(_0xc5fe5f){const _0x3c0cdb=_0x4409cd;return _0x3c0cdb(0x1c1)+_0xc5fe5f[_0x3c0cdb(0x1a0)]()[_0x3c0cdb(0x180)][_0x3c0cdb(0x17c)][_0x3c0cdb(0x1ea)](_0x3c0cdb(0x1ba))[_0x3c0cdb(0x177)]()+_0x3c0cdb(0x182);}(_0x261505))):_0x2d159e(_0x1cf2bf,_0x4409cd(0x1f8),_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd))),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x1d589f};break;case _0x4409cd(0x183):case _0x4409cd(0x1e8):!0x1===_0x20289a[_0x4409cd(0x184)]&&(_0x1d589f=_0x4409cd(0x1b1),_0x58dbd3={'type':_0x4409cd(0x181),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd)))});}return _0x58dbd3;});}}function ie(_0x136f13){const _0x3a3b20=_0x5bdb41;let _0x1fa63b=_0x136f13[_0x3a3b20(0x1a0)]()[_0x3a3b20(0x180)][_0x3a3b20(0x17c)][_0x3a3b20(0x171)];for(;_0x1fa63b;){const _0x23e6f7=_0x1fa63b[_0x3a3b20(0x1ea)](_0x3a3b20(0x179));if(!_0x23e6f7)return!0x1;if(_0x23e6f7==_0x136f13[_0x3a3b20(0x1e4)][_0x3a3b20(0x1ed)])return _0x3a3b20(0x1ed);if(_0x23e6f7==_0x136f13[_0x3a3b20(0x1e4)][_0x3a3b20(0x1b2)])return _0x3a3b20(0x1b2);_0x1fa63b=_0x1fa63b[_0x3a3b20(0x171)];}return!0x1;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4a10(){const _0x29a68a=['getFirstMarker','commandName','commandParams','3upytUn','format','711234EMNTmK','attribute','removeMarker','square','942100jtQrmC','handleDescriptions','upper-roman','locale','registerAttributeLabel','lower-roman','type','bind','newValue','find','filter','model','_registerLegacyDescription','62pcLxaL','*Remove\x20format:*\x20%0','registerDescriptionCallback','bulleted','listStyle','ELEMENT_','listType','default','styles','FORMAT_LIST_REVERSED','getAttribute','TrackChangesEditing','numbered','getFirstRange','5PdyKqJ','_descriptionFactory','replace','_LIST_','decimal','oldValue','circle','_findSuggestions','*Format:*\x20set\x20order\x20to\x20reversed','toUpperCase','_LIST_DEFAULT','reversed','editor','upper-latin','batch','data','list.properties','isUndo','263130qczKuW','disc','*Change\x20to:*\x20%0','getSuggestions','listReversed','13YlxFjq','FORMAT_LIST_START','512939upQSXh','suggestion','*Format:*\x20set\x20start\x20index\x20to\x20%0','ListPropertiesEditing','config','*Set\x20format:*\x20%0','decimal-leading-zero','key','_enableDefaultAttributesIntegration','has','594836xkeIkr','get','lower-latin','startIndex','2154468eehhce','_getTranslationKeyForListStyle','_getAttributeKey','plugins','30IArFtn','head','afterInit','includes','8DiWZMG','listStart','registerPostFixer','document','next','start','4899dOiBNF','formatBlock','*Format:*\x20set\x20order\x20to\x20regular','nodeAfter'];_0x4a10=function(){return _0x29a68a;};return _0x4a10();}const _0x25acce=_0x1120;(function(_0xd24d9,_0x526210){const _0x764cca=_0x1120,_0xc7069f=_0xd24d9();while(!![]){try{const _0x331184=parseInt(_0x764cca(0x91))/0x1*(parseInt(_0x764cca(0xab))/0x2)+-parseInt(_0x764cca(0x98))/0x3*(parseInt(_0x764cca(0x9e))/0x4)+parseInt(_0x764cca(0xb9))/0x5*(parseInt(_0x764cca(0xcb))/0x6)+-parseInt(_0x764cca(0xd2))/0x7*(-parseInt(_0x764cca(0x8b))/0x8)+parseInt(_0x764cca(0x9a))/0x9*(parseInt(_0x764cca(0x87))/0xa)+parseInt(_0x764cca(0xdc))/0xb+-parseInt(_0x764cca(0xe0))/0xc*(parseInt(_0x764cca(0xd0))/0xd);if(_0x331184===_0x526210)break;else _0xc7069f['push'](_0xc7069f['shift']());}catch(_0x25a751){_0xc7069f['push'](_0xc7069f['shift']());}}}(_0x4a10,0x236c3));import{Plugin as _0x45eb95}from'ckeditor5/src/core.js';function _0x1120(_0xf92df6,_0x480fe9){const _0x4a10bb=_0x4a10();return _0x1120=function(_0x112071,_0x4a212a){_0x112071=_0x112071-0x87;let _0x581033=_0x4a10bb[_0x112071];return _0x581033;},_0x1120(_0xf92df6,_0x480fe9);}import{getTranslation as _0x9f6b43}from'../utils/common-translations.js';export default class se extends _0x45eb95{[_0x25acce(0x89)](){const _0x1e4dd0=_0x25acce;if(!this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xe3)][_0x1e4dd0(0xdb)](_0x1e4dd0(0xd5)))return;const _0x5c02e8=this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xd6)][_0x1e4dd0(0xdd)](_0x1e4dd0(0xc9)),_0x6708c4=this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xe3)][_0x1e4dd0(0xdd)](_0x1e4dd0(0xb6));_0x5c02e8[_0x1e4dd0(0xb3)]&&_0x6708c4[_0x1e4dd0(0xda)](_0x1e4dd0(0xaf),[],[_0x1e4dd0(0xaf)]),_0x5c02e8[_0x1e4dd0(0xc4)]&&_0x6708c4[_0x1e4dd0(0xda)](_0x1e4dd0(0xcf),[],[_0x1e4dd0(0xcf)]),_0x5c02e8[_0x1e4dd0(0xdf)]&&_0x6708c4[_0x1e4dd0(0xda)](_0x1e4dd0(0x8c),[],[_0x1e4dd0(0x8c)]);const _0xa8f983={'type':_0x1e4dd0(0x99),'content':''};_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xad)](this[_0x1e4dd0(0x9f)][_0x1e4dd0(0xa5)](this));const _0x3e8cef=this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xa1)];_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xa2)](_0x1e4dd0(0xcf),_0x9f6b43(_0x3e8cef,_0x1e4dd0(0xb4))),_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xad)](_0x24a575=>{const _0x143d06=_0x1e4dd0,{data:_0x2acd95}=_0x24a575;if(_0x2acd95&&_0x143d06(0xcf)==_0x2acd95[_0x143d06(0xd9)])return null==_0x2acd95[_0x143d06(0xa6)]||0x0==_0x2acd95[_0x143d06(0xa6)]&&null==_0x2acd95[_0x143d06(0xbe)]?_0xa8f983:void 0x0;}),_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xa2)](_0x1e4dd0(0x8c),_0x9f6b43(_0x3e8cef,_0x1e4dd0(0xd1))),_0x6708c4[_0x1e4dd0(0xba)][_0x1e4dd0(0xad)](_0x55b061=>{const _0x216afa=_0x1e4dd0,{data:_0x2700aa}=_0x55b061;if(_0x2700aa&&_0x216afa(0x8c)==_0x2700aa[_0x216afa(0xd9)])return null==_0x2700aa[_0x216afa(0xa6)]||0x1==_0x2700aa[_0x216afa(0xa6)]&&null==_0x2700aa[_0x216afa(0xbe)]?_0xa8f983:void 0x0;}),this[_0x1e4dd0(0xc5)][_0x1e4dd0(0xa9)][_0x1e4dd0(0x8e)][_0x1e4dd0(0x8d)](_0x1bdd48=>{const _0x2b2964=_0x1e4dd0;if(_0x1bdd48[_0x2b2964(0xc7)][_0x2b2964(0xca)])return!0x1;let _0x3c354d=!0x1;const _0x1f77af=_0x6708c4[_0x2b2964(0xce)]({'skipNotAttached':!0x0})[_0x2b2964(0xa8)](_0x100c0b=>{const _0x5a4516=_0x2b2964,_0x1fe12f=_0x6708c4[_0x5a4516(0xe2)](_0x100c0b);return _0x5a4516(0x8c)==_0x1fe12f||_0x5a4516(0xcf)==_0x1fe12f;});for(const _0x41250c of _0x1f77af){if(_0x2b2964(0xb7)==_0x41250c[_0x2b2964(0xb8)]()[_0x2b2964(0x90)][_0x2b2964(0x94)][_0x2b2964(0xb5)](_0x2b2964(0xb1)))continue;_0x6708c4[_0x2b2964(0xc0)](_0x41250c[_0x2b2964(0xb8)](),_0x2b2964(0x9b))[_0x2b2964(0xa7)](_0x3a883f=>_0x2b2964(0xb1)==_0x6708c4[_0x2b2964(0xe2)](_0x3a883f[_0x2b2964(0xd3)]))||(_0x1bdd48[_0x2b2964(0x9c)](_0x41250c[_0x2b2964(0x95)]()),_0x3c354d=!0x0);}return _0x3c354d;}),this[_0x1e4dd0(0xaa)]();}[_0x25acce(0x9f)](_0x133861){const _0x21aeb9=_0x25acce,_0x5443fa=this[_0x21aeb9(0xc5)][_0x21aeb9(0xa1)],{data:_0x5a7cde}=_0x133861,_0x3623c2={'type':_0x21aeb9(0x99),'content':''};if(!_0x5a7cde||_0x21aeb9(0xaf)!=_0x5a7cde[_0x21aeb9(0xd9)])return;if(!_0x5a7cde[_0x21aeb9(0xbe)])return _0x21aeb9(0xb2)==_0x5a7cde[_0x21aeb9(0xa6)]?_0x3623c2:{'type':_0x21aeb9(0x99),'content':''+_0x9f6b43(_0x5443fa,_0x21aeb9(0xd7),_0x9f6b43(_0x5443fa,this[_0x21aeb9(0xe1)](_0x5a7cde[_0x21aeb9(0xa6)])))};if(!_0x5a7cde[_0x21aeb9(0xa6)]){if(_0x21aeb9(0xb2)==_0x5a7cde[_0x21aeb9(0xbe)])return _0x3623c2;let _0x2caee0=_0x133861[_0x21aeb9(0x88)];for(;_0x2caee0;){if(_0x2caee0[_0x21aeb9(0xc8)]&&_0x21aeb9(0xb1)==_0x2caee0[_0x21aeb9(0xc8)][_0x21aeb9(0xd9)]&&_0x2caee0[_0x21aeb9(0xc8)][_0x21aeb9(0xa6)])return _0x3623c2;_0x2caee0=_0x2caee0[_0x21aeb9(0x8f)];}return{'type':_0x21aeb9(0x99),'content':''+_0x9f6b43(_0x5443fa,_0x21aeb9(0xac),_0x9f6b43(_0x5443fa,this[_0x21aeb9(0xe1)](_0x5a7cde[_0x21aeb9(0xbe)])))};}if(_0x21aeb9(0xb2)!=_0x5a7cde[_0x21aeb9(0xa6)])return{'type':_0x21aeb9(0x99),'content':''+_0x9f6b43(_0x5443fa,_0x21aeb9(0xd7),_0x9f6b43(_0x5443fa,this[_0x21aeb9(0xe1)](_0x5a7cde[_0x21aeb9(0xa6)])))};let _0x5a1741=_0x133861[_0x21aeb9(0x88)];for(;_0x5a1741;){if(_0x5a1741[_0x21aeb9(0xc8)]&&_0x21aeb9(0xb1)==_0x5a1741[_0x21aeb9(0xc8)][_0x21aeb9(0xd9)]&&_0x5a1741[_0x21aeb9(0xc8)][_0x21aeb9(0xa6)]&&_0x5a1741[_0x21aeb9(0xc8)][_0x21aeb9(0xbe)])return _0x3623c2;_0x5a1741=_0x5a1741[_0x21aeb9(0x8f)];}const _0x427bfa=_0x133861[_0x21aeb9(0xb8)]()[_0x21aeb9(0x90)][_0x21aeb9(0x94)][_0x21aeb9(0xb5)](_0x21aeb9(0xb1));return{'type':_0x21aeb9(0x99),'content':_0x9f6b43(_0x5443fa,_0x21aeb9(0xd7),_0x9f6b43(_0x5443fa,_0x21aeb9(0xb0)+_0x427bfa[_0x21aeb9(0xc2)]()+_0x21aeb9(0xc3)))};}[_0x25acce(0xaa)](){const _0x559793=_0x25acce,_0xe61076=this[_0x559793(0xc5)],_0x48fb52=_0xe61076[_0x559793(0xa1)];_0xe61076[_0x559793(0xe3)][_0x559793(0xdd)](_0x559793(0xb6))[_0x559793(0xba)][_0x559793(0xad)](_0x8ece31=>{const _0x24031d=_0x559793;if(_0x24031d(0x92)!=_0x8ece31[_0x24031d(0xa4)])return;const {data:_0x3579f3}=_0x8ece31;if(!_0x3579f3)return;let _0x91709d,_0x42909f;switch(_0x3579f3[_0x24031d(0x96)]){case _0x24031d(0xaf):_0x91709d=_0x24031d(0xcd),_0x42909f={'type':_0x24031d(0x99),'content':_0x9f6b43(_0x48fb52,_0x91709d,_0x9f6b43(_0x48fb52,this[_0x24031d(0xe1)](_0x3579f3[_0x24031d(0x97)][0x0][_0x24031d(0xa4)])))};break;case _0x24031d(0xcf):_0x91709d=_0x3579f3[_0x24031d(0x97)][0x0][_0x24031d(0xc4)]?_0x24031d(0xc1):_0x24031d(0x93),_0x42909f={'type':_0x24031d(0x99),'content':_0x9f6b43(_0x48fb52,_0x91709d)};break;case _0x24031d(0x8c):_0x91709d=_0x24031d(0xd4),_0x42909f={'type':_0x24031d(0x99),'content':_0x9f6b43(_0x48fb52,_0x91709d,_0x3579f3[_0x24031d(0x97)][0x0][_0x24031d(0xdf)])};}return _0x42909f;});}[_0x25acce(0xe1)](_0x3d52db){const _0x529d17=_0x25acce;return _0x529d17(0xb0)+function(_0x551608){const _0x5bdee1=_0x529d17;if(ae[_0x5bdee1(0x8a)](_0x551608))return _0x5bdee1(0xae);if(le[_0x5bdee1(0x8a)](_0x551608))return _0x5bdee1(0xb7);return null;}(_0x3d52db)[_0x529d17(0xc2)]()+_0x529d17(0xbc)+_0x3d52db[_0x529d17(0xc2)]()[_0x529d17(0xbb)](/-/g,'_');}}const ae=[_0x25acce(0xcc),_0x25acce(0xbf),_0x25acce(0x9d)],le=[_0x25acce(0xbd),_0x25acce(0xd8),_0x25acce(0xa3),_0x25acce(0xa0),_0x25acce(0xde),_0x25acce(0xc6)];
23
+ const _0x4bca63=_0x3da0;function _0x1751(){const _0x174a42=['includes','key','formatBlock','upper-roman','list.properties','listType','disc','listReversed','plugins','registerDescriptionCallback','editor','getAttribute','946764wAwPAB','ELEMENT_','_LIST_','listStart','numbered','*Format:*\x20set\x20start\x20index\x20to\x20%0','registerAttributeLabel','suggestion','commandParams','attribute','decimal','2867824ClOVNL','2pQNlzm','removeMarker','bind','getFirstRange','type','nodeAfter','_findSuggestions','circle','68dqrLZh','1328467rOfRwB','_descriptionFactory','_enableDefaultAttributesIntegration','toUpperCase','has','*Format:*\x20set\x20order\x20to\x20regular','decimal-leading-zero','getFirstMarker','73933zxMOXi','format','registerPostFixer','get','oldValue','FORMAT_LIST_REVERSED','TrackChangesEditing','styles','startIndex','newValue','next','*Remove\x20format:*\x20%0','ListPropertiesEditing','lower-roman','*Change\x20to:*\x20%0','document','square','12OjTBIp','model','head','_registerLegacyDescription','listStyle','handleDescriptions','7190649Dvtpkw','*Format:*\x20set\x20order\x20to\x20reversed','isUndo','start','lower-latin','*Set\x20format:*\x20%0','data','batch','_getAttributeKey','find','_LIST_DEFAULT','commandName','10651570uMHsok','afterInit','filter','FORMAT_LIST_START','config','118780GcUqQj','reversed','replace','_getTranslationKeyForListStyle','default','getSuggestions','bulleted','locale','upper-latin'];_0x1751=function(){return _0x174a42;};return _0x1751();}(function(_0x3e27fc,_0x20ce40){const _0x1c07ea=_0x3da0,_0x25355b=_0x3e27fc();while(!![]){try{const _0x36dff9=-parseInt(_0x1c07ea(0x1c5))/0x1*(parseInt(_0x1c07ea(0x20e))/0x2)+-parseInt(_0x1c07ea(0x202))/0x3+parseInt(_0x1c07ea(0x216))/0x4*(parseInt(_0x1c07ea(0x1ed))/0x5)+-parseInt(_0x1c07ea(0x1d6))/0x6*(-parseInt(_0x1c07ea(0x217))/0x7)+parseInt(_0x1c07ea(0x20d))/0x8+parseInt(_0x1c07ea(0x1dc))/0x9+-parseInt(_0x1c07ea(0x1e8))/0xa;if(_0x36dff9===_0x20ce40)break;else _0x25355b['push'](_0x25355b['shift']());}catch(_0xce43ff){_0x25355b['push'](_0x25355b['shift']());}}}(_0x1751,0x76b1f));import{Plugin as _0x30a2a9}from'ckeditor5/src/core.js';function _0x3da0(_0x4da2d1,_0x313d08){const _0x17519a=_0x1751();return _0x3da0=function(_0x3da016,_0x17819b){_0x3da016=_0x3da016-0x1c4;let _0x17ca86=_0x17519a[_0x3da016];return _0x17ca86;},_0x3da0(_0x4da2d1,_0x313d08);}import{getTranslation as _0x3b39ae}from'../utils/common-translations.js';export default class se extends _0x30a2a9{[_0x4bca63(0x1e9)](){const _0x416e36=_0x4bca63;if(!this[_0x416e36(0x200)][_0x416e36(0x1fe)][_0x416e36(0x21b)](_0x416e36(0x1d1)))return;const _0x27b84d=this[_0x416e36(0x200)][_0x416e36(0x1ec)][_0x416e36(0x1c8)](_0x416e36(0x1fa)),_0x1e1840=this[_0x416e36(0x200)][_0x416e36(0x1fe)][_0x416e36(0x1c8)](_0x416e36(0x1cb));_0x27b84d[_0x416e36(0x1cc)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x1da),[],[_0x416e36(0x1da)]),_0x27b84d[_0x416e36(0x1ee)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x1fd),[],[_0x416e36(0x1fd)]),_0x27b84d[_0x416e36(0x1cd)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x205),[],[_0x416e36(0x205)]);const _0x42a1ca={'type':_0x416e36(0x1c6),'content':''};_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](this[_0x416e36(0x1db)][_0x416e36(0x210)](this));const _0x3990bc=this[_0x416e36(0x200)][_0x416e36(0x1f4)];_0x1e1840[_0x416e36(0x218)][_0x416e36(0x208)](_0x416e36(0x1fd),_0x3b39ae(_0x3990bc,_0x416e36(0x1ca))),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](_0x3cde09=>{const _0x2d624b=_0x416e36,{data:_0x2bb110}=_0x3cde09;if(_0x2bb110&&_0x2d624b(0x1fd)==_0x2bb110[_0x2d624b(0x1f7)])return null==_0x2bb110[_0x2d624b(0x1ce)]||0x0==_0x2bb110[_0x2d624b(0x1ce)]&&null==_0x2bb110[_0x2d624b(0x1c9)]?_0x42a1ca:void 0x0;}),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x208)](_0x416e36(0x205),_0x3b39ae(_0x3990bc,_0x416e36(0x1eb))),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](_0xbd4e64=>{const _0x2ea737=_0x416e36,{data:_0x41732e}=_0xbd4e64;if(_0x41732e&&_0x2ea737(0x205)==_0x41732e[_0x2ea737(0x1f7)])return null==_0x41732e[_0x2ea737(0x1ce)]||0x1==_0x41732e[_0x2ea737(0x1ce)]&&null==_0x41732e[_0x2ea737(0x1c9)]?_0x42a1ca:void 0x0;}),this[_0x416e36(0x200)][_0x416e36(0x1d7)][_0x416e36(0x1d4)][_0x416e36(0x1c7)](_0x1af179=>{const _0x516d44=_0x416e36;if(_0x1af179[_0x516d44(0x1e3)][_0x516d44(0x1de)])return!0x1;let _0x27309c=!0x1;const _0xb90621=_0x1e1840[_0x516d44(0x1f2)]({'skipNotAttached':!0x0})[_0x516d44(0x1ea)](_0x45970e=>{const _0x176733=_0x516d44,_0x25bd7d=_0x1e1840[_0x176733(0x1e4)](_0x45970e);return _0x176733(0x205)==_0x25bd7d||_0x176733(0x1fd)==_0x25bd7d;});for(const _0x5d4769 of _0xb90621){if(_0x516d44(0x206)==_0x5d4769[_0x516d44(0x211)]()[_0x516d44(0x1df)][_0x516d44(0x213)][_0x516d44(0x201)](_0x516d44(0x1fb)))continue;_0x1e1840[_0x516d44(0x214)](_0x5d4769[_0x516d44(0x211)](),_0x516d44(0x20b))[_0x516d44(0x1e5)](_0x128dec=>_0x516d44(0x1fb)==_0x1e1840[_0x516d44(0x1e4)](_0x128dec[_0x516d44(0x209)]))||(_0x1af179[_0x516d44(0x20f)](_0x5d4769[_0x516d44(0x1c4)]()),_0x27309c=!0x0);}return _0x27309c;}),this[_0x416e36(0x1d9)]();}[_0x4bca63(0x1db)](_0x5d0794){const _0x93b244=_0x4bca63,_0x1ab66f=this[_0x93b244(0x200)][_0x93b244(0x1f4)],{data:_0x445f4c}=_0x5d0794,_0x25bb60={'type':_0x93b244(0x1c6),'content':''};if(!_0x445f4c||_0x93b244(0x1da)!=_0x445f4c[_0x93b244(0x1f7)])return;if(!_0x445f4c[_0x93b244(0x1c9)])return _0x93b244(0x1f1)==_0x445f4c[_0x93b244(0x1ce)]?_0x25bb60:{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1ce)])))};if(!_0x445f4c[_0x93b244(0x1ce)]){if(_0x93b244(0x1f1)==_0x445f4c[_0x93b244(0x1c9)])return _0x25bb60;let _0x55c18e=_0x5d0794[_0x93b244(0x1d8)];for(;_0x55c18e;){if(_0x55c18e[_0x93b244(0x1e2)]&&_0x93b244(0x1fb)==_0x55c18e[_0x93b244(0x1e2)][_0x93b244(0x1f7)]&&_0x55c18e[_0x93b244(0x1e2)][_0x93b244(0x1ce)])return _0x25bb60;_0x55c18e=_0x55c18e[_0x93b244(0x1cf)];}return{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1d0),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1c9)])))};}if(_0x93b244(0x1f1)!=_0x445f4c[_0x93b244(0x1ce)])return{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1ce)])))};let _0x186764=_0x5d0794[_0x93b244(0x1d8)];for(;_0x186764;){if(_0x186764[_0x93b244(0x1e2)]&&_0x93b244(0x1fb)==_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1f7)]&&_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1ce)]&&_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1c9)])return _0x25bb60;_0x186764=_0x186764[_0x93b244(0x1cf)];}const _0x220f50=_0x5d0794[_0x93b244(0x211)]()[_0x93b244(0x1df)][_0x93b244(0x213)][_0x93b244(0x201)](_0x93b244(0x1fb));return{'type':_0x93b244(0x1c6),'content':_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,_0x93b244(0x203)+_0x220f50[_0x93b244(0x21a)]()+_0x93b244(0x1e6)))};}[_0x4bca63(0x1d9)](){const _0x2e923d=_0x4bca63,_0x340e11=this[_0x2e923d(0x200)],_0x5095eb=_0x340e11[_0x2e923d(0x1f4)];_0x340e11[_0x2e923d(0x1fe)][_0x2e923d(0x1c8)](_0x2e923d(0x1cb))[_0x2e923d(0x218)][_0x2e923d(0x1ff)](_0x5972c7=>{const _0x15452f=_0x2e923d;if(_0x15452f(0x1f8)!=_0x5972c7[_0x15452f(0x212)])return;const {data:_0x4fa9b5}=_0x5972c7;if(!_0x4fa9b5)return;let _0x4e618d,_0x4cdc9e;switch(_0x4fa9b5[_0x15452f(0x1e7)]){case _0x15452f(0x1da):_0x4e618d=_0x15452f(0x1d3),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d,_0x3b39ae(_0x5095eb,this[_0x15452f(0x1f0)](_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x212)])))};break;case _0x15452f(0x1fd):_0x4e618d=_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x1ee)]?_0x15452f(0x1dd):_0x15452f(0x21c),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d)};break;case _0x15452f(0x205):_0x4e618d=_0x15452f(0x207),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d,_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x1cd)])};}return _0x4cdc9e;});}[_0x4bca63(0x1f0)](_0x48f30e){const _0x315306=_0x4bca63;return _0x315306(0x203)+function(_0x3250ba){const _0x5ea3e4=_0x315306;if(ae[_0x5ea3e4(0x1f6)](_0x3250ba))return _0x5ea3e4(0x1f3);if(le[_0x5ea3e4(0x1f6)](_0x3250ba))return _0x5ea3e4(0x206);return null;}(_0x48f30e)[_0x315306(0x21a)]()+_0x315306(0x204)+_0x48f30e[_0x315306(0x21a)]()[_0x315306(0x1ef)](/-/g,'_');}}const ae=[_0x4bca63(0x1fc),_0x4bca63(0x215),_0x4bca63(0x1d5)],le=[_0x4bca63(0x20c),_0x4bca63(0x21d),_0x4bca63(0x1d2),_0x4bca63(0x1f9),_0x4bca63(0x1e0),_0x4bca63(0x1f5)];
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e335f=_0x2988;(function(_0x5b60b7,_0x42959c){const _0x4ad1fe=_0x2988,_0x4fa4db=_0x5b60b7();while(!![]){try{const _0x53db80=-parseInt(_0x4ad1fe(0x1dd))/0x1*(-parseInt(_0x4ad1fe(0x1de))/0x2)+parseInt(_0x4ad1fe(0x1db))/0x3*(-parseInt(_0x4ad1fe(0x1e7))/0x4)+parseInt(_0x4ad1fe(0x1e1))/0x5*(parseInt(_0x4ad1fe(0x1d3))/0x6)+-parseInt(_0x4ad1fe(0x1e0))/0x7*(-parseInt(_0x4ad1fe(0x1f2))/0x8)+-parseInt(_0x4ad1fe(0x1e2))/0x9*(parseInt(_0x4ad1fe(0x1d8))/0xa)+parseInt(_0x4ad1fe(0x1f4))/0xb+-parseInt(_0x4ad1fe(0x1d6))/0xc;if(_0x53db80===_0x42959c)break;else _0x4fa4db['push'](_0x4fa4db['shift']());}catch(_0x4a6fd4){_0x4fa4db['push'](_0x4fa4db['shift']());}}}(_0x5ace,0x29203));import{Plugin as _0x3578c9}from'ckeditor5/src/core.js';function _0x2988(_0x24929b,_0x5b3372){const _0x5ace51=_0x5ace();return _0x2988=function(_0x29887f,_0xb22ee0){_0x29887f=_0x29887f-0x1d2;let _0x181771=_0x5ace51[_0x29887f];return _0x181771;},_0x2988(_0x24929b,_0x5b3372);}import{getTranslation as _0x1e5535}from'../utils/common-translations.js';export default class ft extends _0x3578c9{[_0x2e335f(0x1f1)](){const _0x343641=_0x2e335f,_0x5c888f=this[_0x343641(0x1d5)];if(!_0x5c888f[_0x343641(0x1dc)][_0x343641(0x1d4)](_0x343641(0x1ed)))return;const _0x244456=_0x5c888f[_0x343641(0x1dc)][_0x343641(0x1eb)](_0x343641(0x1da)),_0x19cc20=_0x5c888f[_0x343641(0x1ec)];_0x244456[_0x343641(0x1ea)](_0x343641(0x1e8)),_0x244456[_0x343641(0x1f5)][_0x343641(0x1f8)](_0x343641(0x1f0),_0x475ddc=>_0x1e5535(_0x19cc20,_0x343641(0x1e5),_0x475ddc)),_0x5c888f[_0x343641(0x1e6)][_0x343641(0x1e4)](_0x343641(0x1e9))[_0x343641(0x1df)]({'model':_0x343641(0x1f0),'view':(_0x87fcc0,{writer:_0x231289,options:_0x9a6490})=>{const _0x46ddae=_0x343641;if(_0x9a6490[_0x46ddae(0x1e3)])return _0x231289[_0x46ddae(0x1f6)](_0x46ddae(0x1f3));},'converterPriority':_0x343641(0x1d7)}),_0x5c888f[_0x343641(0x1d2)][_0x343641(0x1f7)]['on'](_0x343641(0x1ef),(_0x1debaf,_0x269015,_0x2913b2)=>{const _0x5d0893=_0x343641;_0x2913b2[_0x5d0893(0x1d9)][_0x5d0893(0x1e3)]&&_0x1debaf[_0x5d0893(0x1ee)]();},{'priority':_0x343641(0x1d7)});}}function _0x5ace(){const _0x6de0c0=['options','TrackChangesEditing','3rUTEAm','plugins','41ZqAZHq','3914kOJxWI','elementToElement','5740KvPAzo','1504985AwPLXw','1238796UNMdcf','showSuggestionHighlights','for','ELEMENT_MEDIA','conversion','1064332RnxSjF','mediaEmbed','dataDowncast','enableCommand','get','locale','MediaEmbedEditing','stop','attribute:url:media','media','afterInit','2104IryFIy','div','3608528KhlAHy','_descriptionFactory','createEmptyElement','downcastDispatcher','registerElementLabel','data','6KszEIy','has','editor','2581440waNjkB','high','20UdVxPw'];_0x5ace=function(){return _0x6de0c0;};return _0x5ace();}
23
+ const _0x7305db=_0x1e92;(function(_0xd73fad,_0x9e6b35){const _0x4270fa=_0x1e92,_0xd7655=_0xd73fad();while(!![]){try{const _0x3f04ee=parseInt(_0x4270fa(0x11c))/0x1*(parseInt(_0x4270fa(0x113))/0x2)+-parseInt(_0x4270fa(0x11e))/0x3*(-parseInt(_0x4270fa(0x110))/0x4)+-parseInt(_0x4270fa(0x118))/0x5*(parseInt(_0x4270fa(0x11a))/0x6)+parseInt(_0x4270fa(0x12b))/0x7*(parseInt(_0x4270fa(0x111))/0x8)+-parseInt(_0x4270fa(0x119))/0x9*(-parseInt(_0x4270fa(0x10e))/0xa)+parseInt(_0x4270fa(0x109))/0xb*(parseInt(_0x4270fa(0x10b))/0xc)+-parseInt(_0x4270fa(0x126))/0xd;if(_0x3f04ee===_0x9e6b35)break;else _0xd7655['push'](_0xd7655['shift']());}catch(_0x4cd2f7){_0xd7655['push'](_0xd7655['shift']());}}}(_0xdacd,0x35c82));function _0xdacd(){const _0x3273d=['112GwbiuI','createEmptyElement','2KXpzvi','MediaEmbedEditing','data','conversion','options','5XrYsqW','249966eJtyRh','473202ZsszEi','showSuggestionHighlights','346647SCbfmf','dataDowncast','7389NoCFUp','TrackChangesEditing','elementToElement','has','div','high','stop','attribute:url:media','10484851hhtdND','locale','editor','for','plugins','17752ZxTHMe','mediaEmbed','get','media','_descriptionFactory','enableCommand','22FELpMs','ELEMENT_MEDIA','327576oHWbYK','registerElementLabel','downcastDispatcher','130VmHIQf','afterInit','500PvAszQ'];_0xdacd=function(){return _0x3273d;};return _0xdacd();}import{Plugin as _0x4e14b}from'ckeditor5/src/core.js';import{getTranslation as _0x3887b0}from'../utils/common-translations.js';function _0x1e92(_0x4d8cd5,_0x3a7a87){const _0xdacd5=_0xdacd();return _0x1e92=function(_0x1e92d2,_0x25fc06){_0x1e92d2=_0x1e92d2-0x109;let _0x3101f8=_0xdacd5[_0x1e92d2];return _0x3101f8;},_0x1e92(_0x4d8cd5,_0x3a7a87);}export default class ft extends _0x4e14b{[_0x7305db(0x10f)](){const _0x24447a=_0x7305db,_0x10854e=this[_0x24447a(0x128)];if(!_0x10854e[_0x24447a(0x12a)][_0x24447a(0x121)](_0x24447a(0x114)))return;const _0x2a5680=_0x10854e[_0x24447a(0x12a)][_0x24447a(0x12d)](_0x24447a(0x11f)),_0x1ad423=_0x10854e[_0x24447a(0x127)];_0x2a5680[_0x24447a(0x130)](_0x24447a(0x12c)),_0x2a5680[_0x24447a(0x12f)][_0x24447a(0x10c)](_0x24447a(0x12e),_0x489071=>_0x3887b0(_0x1ad423,_0x24447a(0x10a),_0x489071)),_0x10854e[_0x24447a(0x116)][_0x24447a(0x129)](_0x24447a(0x11d))[_0x24447a(0x120)]({'model':_0x24447a(0x12e),'view':(_0x41ec95,{writer:_0x39f821,options:_0x5552f7})=>{const _0x186a4a=_0x24447a;if(_0x5552f7[_0x186a4a(0x11b)])return _0x39f821[_0x186a4a(0x112)](_0x186a4a(0x122));},'converterPriority':_0x24447a(0x123)}),_0x10854e[_0x24447a(0x115)][_0x24447a(0x10d)]['on'](_0x24447a(0x125),(_0x26c384,_0x3c3401,_0x399274)=>{const _0x161af0=_0x24447a;_0x399274[_0x161af0(0x117)][_0x161af0(0x11b)]&&_0x26c384[_0x161af0(0x124)]();},{'priority':_0x24447a(0x123)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2129(){const _0x4ef678=['10xmVFJt','afterInit','get','646414kembtE','54NUJrSr','31581243kCMKPq','TrackChangesEditing','editor','3048064NFtNXY','916rKygfX','8035356ueGzba','1102206iZEfAU','has','mention','enableCommand','plugins','653715nCHCbW','MentionEditing','19020hEwVhV'];_0x2129=function(){return _0x4ef678;};return _0x2129();}function _0x4282(_0x195a82,_0x1a2d17){const _0x212935=_0x2129();return _0x4282=function(_0x42822d,_0x5b2c21){_0x42822d=_0x42822d-0xa3;let _0x40b5a1=_0x212935[_0x42822d];return _0x40b5a1;},_0x4282(_0x195a82,_0x1a2d17);}const _0x2cc0ab=_0x4282;(function(_0x17f097,_0x13195b){const _0x16b0ef=_0x4282,_0x3fe696=_0x17f097();while(!![]){try{const _0x127e4e=-parseInt(_0x16b0ef(0xaa))/0x1+parseInt(_0x16b0ef(0xb5))/0x2+parseInt(_0x16b0ef(0xb1))/0x3*(-parseInt(_0x16b0ef(0xa8))/0x4)+parseInt(_0x16b0ef(0xaf))/0x5*(parseInt(_0x16b0ef(0xa3))/0x6)+-parseInt(_0x16b0ef(0xa9))/0x7+-parseInt(_0x16b0ef(0xa7))/0x8+parseInt(_0x16b0ef(0xa4))/0x9*(parseInt(_0x16b0ef(0xb2))/0xa);if(_0x127e4e===_0x13195b)break;else _0x3fe696['push'](_0x3fe696['shift']());}catch(_0x111f9a){_0x3fe696['push'](_0x3fe696['shift']());}}}(_0x2129,0xe20f3));import{Plugin as _0x219c17}from'ckeditor5/src/core.js';export default class gt extends _0x219c17{[_0x2cc0ab(0xb3)](){const _0x363e32=_0x2cc0ab,_0xf68c24=this[_0x363e32(0xa6)];_0xf68c24[_0x363e32(0xae)][_0x363e32(0xab)](_0x363e32(0xb0))&&_0xf68c24[_0x363e32(0xae)][_0x363e32(0xb4)](_0x363e32(0xa5))[_0x363e32(0xad)](_0x363e32(0xac));}}
23
+ const _0x15aca4=_0x1c88;(function(_0x59578e,_0x35d563){const _0x12abfe=_0x1c88,_0x5148f4=_0x59578e();while(!![]){try{const _0x5c5adf=-parseInt(_0x12abfe(0x130))/0x1+-parseInt(_0x12abfe(0x13b))/0x2+-parseInt(_0x12abfe(0x135))/0x3+-parseInt(_0x12abfe(0x131))/0x4*(-parseInt(_0x12abfe(0x138))/0x5)+parseInt(_0x12abfe(0x136))/0x6+-parseInt(_0x12abfe(0x13e))/0x7+parseInt(_0x12abfe(0x12e))/0x8;if(_0x5c5adf===_0x35d563)break;else _0x5148f4['push'](_0x5148f4['shift']());}catch(_0x242930){_0x5148f4['push'](_0x5148f4['shift']());}}}(_0x4ecc,0x4bb1d));function _0x4ecc(){const _0x2f38d0=['115648KKqYDs','MentionEditing','editor','has','1637454jgLFHq','3540186lwknkt','enableCommand','65bFlMue','mention','get','1166094WZhYHJ','afterInit','plugins','434602wTAfXb','8481632UnyIkJ','TrackChangesEditing','525095HHzPOv'];_0x4ecc=function(){return _0x2f38d0;};return _0x4ecc();}function _0x1c88(_0x4d992b,_0xd1ea21){const _0x4ecc4d=_0x4ecc();return _0x1c88=function(_0x1c884a,_0x5225b6){_0x1c884a=_0x1c884a-0x12e;let _0x3a86dd=_0x4ecc4d[_0x1c884a];return _0x3a86dd;},_0x1c88(_0x4d992b,_0xd1ea21);}import{Plugin as _0x2b5626}from'ckeditor5/src/core.js';export default class gt extends _0x2b5626{[_0x15aca4(0x13c)](){const _0x5ac87d=_0x15aca4,_0x10c43e=this[_0x5ac87d(0x133)];_0x10c43e[_0x5ac87d(0x13d)][_0x5ac87d(0x134)](_0x5ac87d(0x132))&&_0x10c43e[_0x5ac87d(0x13d)][_0x5ac87d(0x13a)](_0x5ac87d(0x12f))[_0x5ac87d(0x137)](_0x5ac87d(0x139));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x39e2ab=_0x3855;(function(_0x1380e7,_0x3474ab){const _0x308167=_0x3855,_0x107b60=_0x1380e7();while(!![]){try{const _0x536111=parseInt(_0x308167(0x79))/0x1*(-parseInt(_0x308167(0x74))/0x2)+parseInt(_0x308167(0x6a))/0x3+-parseInt(_0x308167(0x6d))/0x4+-parseInt(_0x308167(0x65))/0x5+parseInt(_0x308167(0x6c))/0x6+-parseInt(_0x308167(0x72))/0x7*(parseInt(_0x308167(0x71))/0x8)+parseInt(_0x308167(0x78))/0x9*(parseInt(_0x308167(0x76))/0xa);if(_0x536111===_0x3474ab)break;else _0x107b60['push'](_0x107b60['shift']());}catch(_0x5aebc0){_0x107b60['push'](_0x107b60['shift']());}}}(_0x1a75,0x60b91));import{Plugin as _0x3a10c9}from'ckeditor5/src/core.js';function _0x3855(_0x37b1d9,_0xf7619c){const _0x1a7541=_0x1a75();return _0x3855=function(_0x3855b9,_0x29c9f8){_0x3855b9=_0x3855b9-0x64;let _0x4fd44d=_0x1a7541[_0x3855b9];return _0x4fd44d;},_0x3855(_0x37b1d9,_0xf7619c);}import{getTranslation as _0x300ae4}from'../utils/common-translations.js';export default class lt extends _0x3a10c9{[_0x39e2ab(0x69)](){const _0x6b07f6=_0x39e2ab,_0x1626c6=this[_0x6b07f6(0x73)];if(!_0x1626c6[_0x6b07f6(0x75)][_0x6b07f6(0x6e)](_0x6b07f6(0x67)))return;_0x1626c6[_0x6b07f6(0x75)][_0x6b07f6(0x64)](_0x6b07f6(0x70))[_0x6b07f6(0x7a)](_0x6b07f6(0x66));const _0x4a08a9=_0x1626c6[_0x6b07f6(0x75)][_0x6b07f6(0x64)](_0x6b07f6(0x70)),_0x91e7d7=_0x1626c6[_0x6b07f6(0x6b)];_0x4a08a9[_0x6b07f6(0x68)][_0x6b07f6(0x77)](_0x6b07f6(0x66),_0x5e801c=>_0x300ae4(_0x91e7d7,_0x6b07f6(0x6f),_0x5e801c));}}function _0x1a75(){const _0x4fbd6a=['plugins','180IDDWaR','registerElementLabel','706941jZFLDW','17iXjmNC','enableCommand','get','1362950iokOIo','pageBreak','PageBreakEditing','_descriptionFactory','afterInit','127614dXFZMd','locale','44658gYSRvG','857908daKVVY','has','ELEMENT_PAGE_BREAK','TrackChangesEditing','496JdiMnh','49483IPqNKW','editor','16746TfESQz'];_0x1a75=function(){return _0x4fbd6a;};return _0x1a75();}
23
+ const _0x365711=_0x6ded;(function(_0x87cf9e,_0x1e6042){const _0x17f7f1=_0x6ded,_0x5050d1=_0x87cf9e();while(!![]){try{const _0x43eac1=-parseInt(_0x17f7f1(0xe3))/0x1+parseInt(_0x17f7f1(0xf1))/0x2+parseInt(_0x17f7f1(0xe9))/0x3+parseInt(_0x17f7f1(0xed))/0x4+-parseInt(_0x17f7f1(0xe1))/0x5+parseInt(_0x17f7f1(0xe6))/0x6+-parseInt(_0x17f7f1(0xea))/0x7;if(_0x43eac1===_0x1e6042)break;else _0x5050d1['push'](_0x5050d1['shift']());}catch(_0x5aa193){_0x5050d1['push'](_0x5050d1['shift']());}}}(_0x49ad,0x4acb2));import{Plugin as _0x5d4fce}from'ckeditor5/src/core.js';function _0x49ad(){const _0xec49f3=['enableCommand','ELEMENT_PAGE_BREAK','484460jXmCwa','get','370861JPkjVQ','plugins','PageBreakEditing','3253056DLNDCB','_descriptionFactory','pageBreak','815319zWGwSJ','5998566rCSDwd','has','TrackChangesEditing','1340812vKFRqz','editor','afterInit','registerElementLabel','963786qssVuX','locale'];_0x49ad=function(){return _0xec49f3;};return _0x49ad();}import{getTranslation as _0x5c3d72}from'../utils/common-translations.js';function _0x6ded(_0x30858d,_0x43e2b9){const _0x49ad6d=_0x49ad();return _0x6ded=function(_0x6ded06,_0x440471){_0x6ded06=_0x6ded06-0xde;let _0x3da520=_0x49ad6d[_0x6ded06];return _0x3da520;},_0x6ded(_0x30858d,_0x43e2b9);}export default class lt extends _0x5d4fce{[_0x365711(0xef)](){const _0x147c61=_0x365711,_0x33f14a=this[_0x147c61(0xee)];if(!_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xeb)](_0x147c61(0xe5)))return;_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xe2)](_0x147c61(0xec))[_0x147c61(0xdf)](_0x147c61(0xe8));const _0x57365f=_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xe2)](_0x147c61(0xec)),_0x32c571=_0x33f14a[_0x147c61(0xde)];_0x57365f[_0x147c61(0xe7)][_0x147c61(0xf0)](_0x147c61(0xe8),_0xed613a=>_0x5c3d72(_0x32c571,_0x147c61(0xe0),_0xed613a));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x152aa2=_0x1dd6;(function(_0x3447f4,_0x25385e){const _0x3d4c39=_0x1dd6,_0x488a20=_0x3447f4();while(!![]){try{const _0x542750=parseInt(_0x3d4c39(0x166))/0x1+-parseInt(_0x3d4c39(0x184))/0x2*(parseInt(_0x3d4c39(0x18b))/0x3)+-parseInt(_0x3d4c39(0x193))/0x4*(-parseInt(_0x3d4c39(0x15b))/0x5)+-parseInt(_0x3d4c39(0x199))/0x6+-parseInt(_0x3d4c39(0x163))/0x7+parseInt(_0x3d4c39(0x196))/0x8*(-parseInt(_0x3d4c39(0x18c))/0x9)+-parseInt(_0x3d4c39(0x186))/0xa*(-parseInt(_0x3d4c39(0x16d))/0xb);if(_0x542750===_0x25385e)break;else _0x488a20['push'](_0x488a20['shift']());}catch(_0x196ccb){_0x488a20['push'](_0x488a20['shift']());}}}(_0x1e25,0x522ef));import{Plugin as _0x324044}from'ckeditor5/src/core.js';function _0x1dd6(_0x160c77,_0xbde51b){const _0x1e25da=_0x1e25();return _0x1dd6=function(_0x1dd68a,_0x4a75f7){_0x1dd68a=_0x1dd68a-0x15a;let _0x5577b4=_0x1e25da[_0x1dd68a];return _0x5577b4;},_0x1dd6(_0x160c77,_0xbde51b);}function _0x1e25(){const _0x57ec33=['editor','3411114ygRNsf','mapper','type','293208NDfNlv','locale','has','insertParagraph','showSuggestionHighlights','isLimit','markerRange','2432463ijWyHD','model','*Insert:*\x20%0','afterInit','getItemLabel','formatBlock','editing','options','insertion','createUIElement','schema','activeMarkers','addClass','get','paragraph','name','span','TrackChangesEditing','markerName','getFirstRange','data','writer','*Change\x20to:*\x20%0','1300582uCQrPY','ck-suggestion-marker--active','70jUICQU','_descriptionFactory','ck-suggestion-marker-split','consumable','downcastDispatcher','3rndkYB','31041acmCTD','ELEMENT_PARAGRAPH','registerDescriptionCallback','end','enableCommand','$text','highest','4hjSmBD','Paragraph','includes','1376PLtyut','isTouching','format','1992414MhgFrO','toViewPosition','plugins','_enableDefaultAttributesIntegration','nodeAfter','registerElementLabel','consume','bindElementToMarker','checkChild','2791870QvIqrr','commandName','insert','addMarker:suggestion:insertion','_registerLegacyDescription','isBlock','start'];_0x1e25=function(){return _0x57ec33;};return _0x1e25();}import{getTranslation as _0x3cd328}from'../utils/common-translations.js';export default class mt extends _0x324044{[_0x152aa2(0x170)](){const _0x22c3fe=_0x152aa2,_0x2429b4=this[_0x22c3fe(0x162)];if(!_0x2429b4[_0x22c3fe(0x19b)][_0x22c3fe(0x168)](_0x22c3fe(0x194)))return;const _0x27f469=_0x2429b4[_0x22c3fe(0x167)],_0xc6ae6c=_0x2429b4[_0x22c3fe(0x19b)][_0x22c3fe(0x17a)](_0x22c3fe(0x17e));_0xc6ae6c[_0x22c3fe(0x187)][_0x22c3fe(0x19e)](_0x22c3fe(0x17b),_0x3087d1=>_0x3cd328(_0x27f469,_0x22c3fe(0x18d),_0x3087d1)),_0xc6ae6c[_0x22c3fe(0x19c)](_0x22c3fe(0x17b)),_0xc6ae6c[_0x22c3fe(0x190)](_0x22c3fe(0x169)),_0x2429b4[_0x22c3fe(0x173)][_0x22c3fe(0x18a)]['on'](_0x22c3fe(0x15e),nr(_0x2429b4),{'priority':_0x22c3fe(0x192)}),_0x2429b4[_0x22c3fe(0x181)][_0x22c3fe(0x18a)]['on'](_0x22c3fe(0x15e),(_0x180ee3,_0x16453e,_0x1510a2)=>{const _0x2e04e8=_0x22c3fe;_0x1510a2[_0x2e04e8(0x174)][_0x2e04e8(0x16a)]&&nr(_0x2429b4,{'showActiveMarker':!0x1})(_0x180ee3,_0x16453e,_0x1510a2);},{'priority':_0x22c3fe(0x192)});const _0x14a8a3=_0xc6ae6c[_0x22c3fe(0x187)];_0x14a8a3[_0x22c3fe(0x18e)](_0x18c8f7=>{const _0x3c7eb9=_0x22c3fe;if(_0x3c7eb9(0x175)!==_0x18c8f7[_0x3c7eb9(0x165)])return;const {start:_0x2f63b3,end:_0x4f90b7}=_0x18c8f7[_0x3c7eb9(0x180)]();if(!_0x2f63b3[_0x3c7eb9(0x197)](_0x4f90b7)||!_0x2f63b3[_0x3c7eb9(0x19d)])return;const _0xc7fc79=_0x2429b4[_0x3c7eb9(0x16e)][_0x3c7eb9(0x177)],_0x268f4c=_0x2f63b3[_0x3c7eb9(0x19d)];return _0xc7fc79[_0x3c7eb9(0x160)](_0x268f4c)&&!_0xc7fc79[_0x3c7eb9(0x16b)](_0x268f4c)&&_0xc7fc79[_0x3c7eb9(0x15a)](_0x268f4c,_0x3c7eb9(0x191))?{'type':_0x3c7eb9(0x175),'content':_0x3cd328(_0x27f469,_0x3c7eb9(0x16f),_0x14a8a3[_0x3c7eb9(0x171)](_0x268f4c,0x1))}:void 0x0;}),this[_0x22c3fe(0x15f)]();}[_0x152aa2(0x15f)](){const _0x47901f=_0x152aa2,_0x232f38=this[_0x47901f(0x162)],_0x49423f=_0x232f38[_0x47901f(0x167)];_0x232f38[_0x47901f(0x19b)][_0x47901f(0x17a)](_0x47901f(0x17e))[_0x47901f(0x187)][_0x47901f(0x18e)](_0x5223ea=>{const _0x50fc4e=_0x47901f;if(_0x50fc4e(0x172)!=_0x5223ea[_0x50fc4e(0x165)])return;const {data:_0x5e0a2b}=_0x5223ea;return _0x5e0a2b&&_0x50fc4e(0x17b)==_0x5e0a2b[_0x50fc4e(0x15c)]?{'type':_0x50fc4e(0x198),'content':_0x3cd328(_0x49423f,_0x50fc4e(0x183),_0x3cd328(_0x49423f,_0x50fc4e(0x18d)))}:void 0x0;});}}function nr(_0x3da079,{showActiveMarker:_0x5d7a6f=!0x0}={}){return(_0x43f523,_0xc5ddd1,_0x3bc4b4)=>{const _0x61b1da=_0x1dd6,_0x20851f=_0x3da079[_0x61b1da(0x19b)][_0x61b1da(0x17a)](_0x61b1da(0x17e)),_0x2d565a=_0xc5ddd1[_0x61b1da(0x16c)][_0x61b1da(0x161)],_0x5e28be=_0xc5ddd1[_0x61b1da(0x16c)][_0x61b1da(0x18f)],_0x26aef4=_0x3da079[_0x61b1da(0x16e)][_0x61b1da(0x177)];if(!_0x2d565a[_0x61b1da(0x197)](_0x5e28be)||!_0x2d565a[_0x61b1da(0x19d)])return;const _0x5a378b=_0x2d565a[_0x61b1da(0x19d)];if(_0x26aef4[_0x61b1da(0x160)](_0x5a378b)&&!_0x26aef4[_0x61b1da(0x16b)](_0x5a378b)&&_0x26aef4[_0x61b1da(0x15a)](_0x5a378b,_0x61b1da(0x191))){if(!_0x3bc4b4[_0x61b1da(0x189)][_0x61b1da(0x19f)](_0xc5ddd1[_0x61b1da(0x16c)],_0x43f523[_0x61b1da(0x17c)]))return;const _0x3e7897=_0x3bc4b4[_0x61b1da(0x182)][_0x61b1da(0x176)](_0x61b1da(0x17d),{'class':_0x61b1da(0x188)}),_0x38cf10=_0x3bc4b4[_0x61b1da(0x164)][_0x61b1da(0x19a)](_0x5e28be);_0x5d7a6f&&_0x20851f[_0x61b1da(0x178)][_0x61b1da(0x195)](_0xc5ddd1[_0x61b1da(0x17f)])&&_0x3bc4b4[_0x61b1da(0x182)][_0x61b1da(0x179)](_0x61b1da(0x185),_0x3e7897),_0x3bc4b4[_0x61b1da(0x182)][_0x61b1da(0x15d)](_0x38cf10,_0x3e7897),_0x3bc4b4[_0x61b1da(0x164)][_0x61b1da(0x1a0)](_0x3e7897,_0xc5ddd1[_0x61b1da(0x17f)]);}};}
23
+ function _0x2d08(){const _0x4d052b=['$text','checkChild','_enableDefaultAttributesIntegration','editing','18oFhbjJ','registerElementLabel','ck-suggestion-marker--active','getFirstRange','ck-suggestion-marker-split','enableCommand','editor','7xQZuMj','commandName','downcastDispatcher','insert','*Change\x20to:*\x20%0','17993268CCkcMt','addMarker:suggestion:insertion','4153146eEVVGq','writer','format','7032700INqpns','toViewPosition','model','insertion','registerDescriptionCallback','430550iItSTt','span','isTouching','addClass','430914TkJlJB','consume','createUIElement','includes','460368FrrCiK','formatBlock','_registerLegacyDescription','name','2283704WuJNOX','consumable','plugins','type','data','getItemLabel','showSuggestionHighlights','markerName','schema','insertParagraph','TrackChangesEditing','_descriptionFactory','Paragraph','nodeAfter','get','end','has','mapper','isLimit','afterInit','activeMarkers','options','isBlock','paragraph','locale','markerRange','bindElementToMarker','highest','*Insert:*\x20%0','ELEMENT_PARAGRAPH','start'];_0x2d08=function(){return _0x4d052b;};return _0x2d08();}const _0x407698=_0x5dca;(function(_0x404566,_0x435e23){const _0x23202f=_0x5dca,_0x597c6d=_0x404566();while(!![]){try{const _0x403169=parseInt(_0x23202f(0xe9))/0x1+parseInt(_0x23202f(0xed))/0x2*(parseInt(_0x23202f(0x118))/0x3)+parseInt(_0x23202f(0xf5))/0x4+parseInt(_0x23202f(0xe4))/0x5+-parseInt(_0x23202f(0xe1))/0x6*(parseInt(_0x23202f(0x11f))/0x7)+-parseInt(_0x23202f(0xf1))/0x8+-parseInt(_0x23202f(0xdf))/0x9;if(_0x403169===_0x435e23)break;else _0x597c6d['push'](_0x597c6d['shift']());}catch(_0x642ea2){_0x597c6d['push'](_0x597c6d['shift']());}}}(_0x2d08,0xe85d9));import{Plugin as _0x281a69}from'ckeditor5/src/core.js';import{getTranslation as _0x1e75d2}from'../utils/common-translations.js';function _0x5dca(_0x4c8593,_0x39f2c0){const _0x2d0802=_0x2d08();return _0x5dca=function(_0x5dcabd,_0xf8c49e){_0x5dcabd=_0x5dcabd-0xdf;let _0x2e79fd=_0x2d0802[_0x5dcabd];return _0x2e79fd;},_0x5dca(_0x4c8593,_0x39f2c0);}export default class mt extends _0x281a69{[_0x407698(0x108)](){const _0x58226d=_0x407698,_0x17db84=this[_0x58226d(0x11e)];if(!_0x17db84[_0x58226d(0xf7)][_0x58226d(0x105)](_0x58226d(0x101)))return;const _0x13a482=_0x17db84[_0x58226d(0x10d)],_0x4a2142=_0x17db84[_0x58226d(0xf7)][_0x58226d(0x103)](_0x58226d(0xff));_0x4a2142[_0x58226d(0x100)][_0x58226d(0x119)](_0x58226d(0x10c),_0x1999ef=>_0x1e75d2(_0x13a482,_0x58226d(0x112),_0x1999ef)),_0x4a2142[_0x58226d(0x116)](_0x58226d(0x10c)),_0x4a2142[_0x58226d(0x11d)](_0x58226d(0xfe)),_0x17db84[_0x58226d(0x117)][_0x58226d(0x121)]['on'](_0x58226d(0xe0),nr(_0x17db84),{'priority':_0x58226d(0x110)}),_0x17db84[_0x58226d(0xf9)][_0x58226d(0x121)]['on'](_0x58226d(0xe0),(_0x29f288,_0x44f77e,_0x168cc1)=>{const _0x5a8a5a=_0x58226d;_0x168cc1[_0x5a8a5a(0x10a)][_0x5a8a5a(0xfb)]&&nr(_0x17db84,{'showActiveMarker':!0x1})(_0x29f288,_0x44f77e,_0x168cc1);},{'priority':_0x58226d(0x110)});const _0x26107d=_0x4a2142[_0x58226d(0x100)];_0x26107d[_0x58226d(0xe8)](_0x2b5733=>{const _0x1050b9=_0x58226d;if(_0x1050b9(0xe7)!==_0x2b5733[_0x1050b9(0xf8)])return;const {start:_0x441925,end:_0x17cbe7}=_0x2b5733[_0x1050b9(0x11b)]();if(!_0x441925[_0x1050b9(0xeb)](_0x17cbe7)||!_0x441925[_0x1050b9(0x102)])return;const _0x122912=_0x17db84[_0x1050b9(0xe6)][_0x1050b9(0xfd)],_0x5c626f=_0x441925[_0x1050b9(0x102)];return _0x122912[_0x1050b9(0x10b)](_0x5c626f)&&!_0x122912[_0x1050b9(0x107)](_0x5c626f)&&_0x122912[_0x1050b9(0x115)](_0x5c626f,_0x1050b9(0x114))?{'type':_0x1050b9(0xe7),'content':_0x1e75d2(_0x13a482,_0x1050b9(0x111),_0x26107d[_0x1050b9(0xfa)](_0x5c626f,0x1))}:void 0x0;}),this[_0x58226d(0xf3)]();}[_0x407698(0xf3)](){const _0x338f7c=_0x407698,_0x473aa8=this[_0x338f7c(0x11e)],_0x3cc967=_0x473aa8[_0x338f7c(0x10d)];_0x473aa8[_0x338f7c(0xf7)][_0x338f7c(0x103)](_0x338f7c(0xff))[_0x338f7c(0x100)][_0x338f7c(0xe8)](_0x5d3aae=>{const _0x3f5d4c=_0x338f7c;if(_0x3f5d4c(0xf2)!=_0x5d3aae[_0x3f5d4c(0xf8)])return;const {data:_0x2253bc}=_0x5d3aae;return _0x2253bc&&_0x3f5d4c(0x10c)==_0x2253bc[_0x3f5d4c(0x120)]?{'type':_0x3f5d4c(0xe3),'content':_0x1e75d2(_0x3cc967,_0x3f5d4c(0x123),_0x1e75d2(_0x3cc967,_0x3f5d4c(0x112)))}:void 0x0;});}}function nr(_0x41b8e2,{showActiveMarker:_0x2d658f=!0x0}={}){return(_0x4d4f22,_0x404e73,_0x57e10f)=>{const _0x1369ec=_0x5dca,_0x36ad61=_0x41b8e2[_0x1369ec(0xf7)][_0x1369ec(0x103)](_0x1369ec(0xff)),_0x4dab79=_0x404e73[_0x1369ec(0x10e)][_0x1369ec(0x113)],_0xf07581=_0x404e73[_0x1369ec(0x10e)][_0x1369ec(0x104)],_0x8de8e1=_0x41b8e2[_0x1369ec(0xe6)][_0x1369ec(0xfd)];if(!_0x4dab79[_0x1369ec(0xeb)](_0xf07581)||!_0x4dab79[_0x1369ec(0x102)])return;const _0x2d7b5d=_0x4dab79[_0x1369ec(0x102)];if(_0x8de8e1[_0x1369ec(0x10b)](_0x2d7b5d)&&!_0x8de8e1[_0x1369ec(0x107)](_0x2d7b5d)&&_0x8de8e1[_0x1369ec(0x115)](_0x2d7b5d,_0x1369ec(0x114))){if(!_0x57e10f[_0x1369ec(0xf6)][_0x1369ec(0xee)](_0x404e73[_0x1369ec(0x10e)],_0x4d4f22[_0x1369ec(0xf4)]))return;const _0x591f84=_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0xef)](_0x1369ec(0xea),{'class':_0x1369ec(0x11c)}),_0x2bb0c8=_0x57e10f[_0x1369ec(0x106)][_0x1369ec(0xe5)](_0xf07581);_0x2d658f&&_0x36ad61[_0x1369ec(0x109)][_0x1369ec(0xf0)](_0x404e73[_0x1369ec(0xfc)])&&_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0xec)](_0x1369ec(0x11a),_0x591f84),_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0x122)](_0x2bb0c8,_0x591f84),_0x57e10f[_0x1369ec(0x106)][_0x1369ec(0x10f)](_0x591f84,_0x404e73[_0x1369ec(0xfc)]);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1aedf1=_0x3852;(function(_0x4a1537,_0x20c577){const _0x1d4495=_0x3852,_0x2a605e=_0x4a1537();while(!![]){try{const _0x1fe0b9=-parseInt(_0x1d4495(0x7b))/0x1+parseInt(_0x1d4495(0x75))/0x2+parseInt(_0x1d4495(0x86))/0x3*(-parseInt(_0x1d4495(0x79))/0x4)+-parseInt(_0x1d4495(0x8a))/0x5*(-parseInt(_0x1d4495(0x7a))/0x6)+parseInt(_0x1d4495(0x76))/0x7+parseInt(_0x1d4495(0x74))/0x8+parseInt(_0x1d4495(0x82))/0x9*(parseInt(_0x1d4495(0x8d))/0xa);if(_0x1fe0b9===_0x20c577)break;else _0x2a605e['push'](_0x2a605e['shift']());}catch(_0x25f81e){_0x2a605e['push'](_0x2a605e['shift']());}}}(_0x5f2d,0x8acb7));import{Plugin as _0x537fcd}from'ckeditor5/src/core.js';function _0x3852(_0x2c2004,_0x1659ee){const _0x5f2d93=_0x5f2d();return _0x3852=function(_0x385278,_0x54f5fc){_0x385278=_0x385278-0x71;let _0x153ba5=_0x5f2d93[_0x385278];return _0x153ba5;},_0x3852(_0x2c2004,_0x1659ee);}import{getTranslation as _0x122517}from'../utils/common-translations.js';function _0x5f2d(){const _0x3290a1=['49374brjaGE','type','get','formatBlock','3bqCIUV','RemoveFormatEditing','format','_registerLegacyDescription','4895ctsniB','formatInline','removeFormat','50kwCQCu','plugins','has','registerDescriptionCallback','62960oZBfGX','2020668qKvqEH','2884819XPDsMN','*Remove\x20all\x20formatting*','editor','3353524GapIjS','6570ltrOjN','1122872ZqVyKm','locale','afterInit','commandName','_enableDefaultAttributesIntegration','TrackChangesEditing','_descriptionFactory'];_0x5f2d=function(){return _0x3290a1;};return _0x5f2d();}export default class dt extends _0x537fcd{[_0x1aedf1(0x7d)](){const _0x23527c=_0x1aedf1,_0x48956a=this[_0x23527c(0x78)];if(!_0x48956a[_0x23527c(0x71)][_0x23527c(0x72)](_0x23527c(0x87)))return;_0x48956a[_0x23527c(0x71)][_0x23527c(0x84)](_0x23527c(0x80))[_0x23527c(0x7f)](_0x23527c(0x8c)),this[_0x23527c(0x89)]();}[_0x1aedf1(0x89)](){const _0x122238=_0x1aedf1,_0x251aad=this[_0x122238(0x78)];_0x251aad[_0x122238(0x71)][_0x122238(0x84)](_0x122238(0x80))[_0x122238(0x81)][_0x122238(0x73)](_0x8282d1=>{const _0x4863e4=_0x122238;if(_0x4863e4(0x85)!=_0x8282d1[_0x4863e4(0x83)]&&_0x4863e4(0x8b)!=_0x8282d1[_0x4863e4(0x83)])return;const {data:_0x487715}=_0x8282d1;return _0x487715&&_0x4863e4(0x8c)==_0x487715[_0x4863e4(0x7e)]?{'type':_0x4863e4(0x88),'content':_0x122517(_0x251aad[_0x4863e4(0x7c)],_0x4863e4(0x77))}:void 0x0;});}}
23
+ const _0x3fe824=_0x5f39;function _0x5f39(_0x127788,_0x1ec9d1){const _0x1ff161=_0x1ff1();return _0x5f39=function(_0x5f3968,_0x3661d4){_0x5f3968=_0x5f3968-0x8b;let _0xdc779a=_0x1ff161[_0x5f3968];return _0xdc779a;},_0x5f39(_0x127788,_0x1ec9d1);}(function(_0x4928bd,_0x4b6e1b){const _0x254af5=_0x5f39,_0x2e405e=_0x4928bd();while(!![]){try{const _0x22c46a=parseInt(_0x254af5(0x9d))/0x1*(-parseInt(_0x254af5(0x97))/0x2)+-parseInt(_0x254af5(0x95))/0x3+parseInt(_0x254af5(0xa2))/0x4*(-parseInt(_0x254af5(0x9a))/0x5)+-parseInt(_0x254af5(0xa7))/0x6+-parseInt(_0x254af5(0x90))/0x7*(-parseInt(_0x254af5(0x9c))/0x8)+-parseInt(_0x254af5(0x91))/0x9*(parseInt(_0x254af5(0xa5))/0xa)+parseInt(_0x254af5(0x96))/0xb;if(_0x22c46a===_0x4b6e1b)break;else _0x2e405e['push'](_0x2e405e['shift']());}catch(_0x18932a){_0x2e405e['push'](_0x2e405e['shift']());}}}(_0x1ff1,0x47749));import{Plugin as _0x3afe12}from'ckeditor5/src/core.js';import{getTranslation as _0x44f111}from'../utils/common-translations.js';export default class dt extends _0x3afe12{[_0x3fe824(0xa1)](){const _0x459335=_0x3fe824,_0x5df71d=this[_0x459335(0xa0)];if(!_0x5df71d[_0x459335(0xa8)][_0x459335(0x94)](_0x459335(0xa3)))return;_0x5df71d[_0x459335(0xa8)][_0x459335(0x9e)](_0x459335(0x92))[_0x459335(0x93)](_0x459335(0x9b)),this[_0x459335(0x8f)]();}[_0x3fe824(0x8f)](){const _0x24d123=_0x3fe824,_0x483890=this[_0x24d123(0xa0)];_0x483890[_0x24d123(0xa8)][_0x24d123(0x9e)](_0x24d123(0x92))[_0x24d123(0x8b)][_0x24d123(0x99)](_0x305de3=>{const _0x1f51da=_0x24d123;if(_0x1f51da(0x98)!=_0x305de3[_0x1f51da(0xa6)]&&_0x1f51da(0x8e)!=_0x305de3[_0x1f51da(0xa6)])return;const {data:_0x171975}=_0x305de3;return _0x171975&&_0x1f51da(0x9b)==_0x171975[_0x1f51da(0x8d)]?{'type':_0x1f51da(0xa4),'content':_0x44f111(_0x483890[_0x1f51da(0x9f)],_0x1f51da(0x8c))}:void 0x0;});}}function _0x1ff1(){const _0x27ca52=['formatInline','_registerLegacyDescription','86471IWVfuq','9Eecdtz','TrackChangesEditing','_enableDefaultAttributesIntegration','has','113673bDgXdw','9643843XFxXnI','38xFkqPM','formatBlock','registerDescriptionCallback','745Krorma','removeFormat','248yaxhqx','7907jBsKON','get','locale','editor','afterInit','13744umRIiJ','RemoveFormatEditing','format','1742840dyXEpE','type','555618ELHBsd','plugins','_descriptionFactory','*Remove\x20all\x20formatting*','commandName'];_0x1ff1=function(){return _0x27ca52;};return _0x1ff1();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5d05(_0x2d0b2b,_0x5dc5d3){const _0x49fbfa=_0x49fb();return _0x5d05=function(_0x5d05ab,_0x428235){_0x5d05ab=_0x5d05ab-0x1b2;let _0x5e145b=_0x49fbfa[_0x5d05ab];return _0x5e145b;},_0x5d05(_0x2d0b2b,_0x5dc5d3);}function _0x49fb(){const _0x51b172=['goToNextRestrictedEditingException','2111884kjzQBd','trackChanges','1964RFHsYJ','1263752vaIDYF','7103421GfUsGL','discardSelectedSuggestions','8tdZLQk','789123BvDugk','RestrictedEditingModeEditing','has','enableCommand','1979920BJSkIl','5006976gRSAZt','acceptSelectedSuggestions','acceptSuggestion','acceptAllSuggestions','TrackChangesEditing','discardSuggestion','goToPreviousRestrictedEditingException','afterInit','editor','plugins','discardAllSuggestions','get','233diVysf'];_0x49fb=function(){return _0x51b172;};return _0x49fb();}const _0x3cb4eb=_0x5d05;(function(_0x22b1e9,_0x54f936){const _0x5a4018=_0x5d05,_0x1dc060=_0x22b1e9();while(!![]){try{const _0x18edd2=parseInt(_0x5a4018(0x1bd))/0x1*(-parseInt(_0x5a4018(0x1c1))/0x2)+-parseInt(_0x5a4018(0x1c6))/0x3+parseInt(_0x5a4018(0x1bf))/0x4+parseInt(_0x5a4018(0x1ca))/0x5+-parseInt(_0x5a4018(0x1cb))/0x6+-parseInt(_0x5a4018(0x1c2))/0x7*(-parseInt(_0x5a4018(0x1c5))/0x8)+parseInt(_0x5a4018(0x1c3))/0x9;if(_0x18edd2===_0x54f936)break;else _0x1dc060['push'](_0x1dc060['shift']());}catch(_0xb424a7){_0x1dc060['push'](_0x1dc060['shift']());}}}(_0x49fb,0x8a879));import{Plugin as _0x1a842d}from'ckeditor5/src/core.js';export default class pt extends _0x1a842d{[_0x3cb4eb(0x1b8)](){const _0x3014d4=_0x3cb4eb,_0x301cff=this[_0x3014d4(0x1b9)];if(!_0x301cff[_0x3014d4(0x1ba)][_0x3014d4(0x1c8)](_0x3014d4(0x1c7)))return;const _0x502349=_0x301cff[_0x3014d4(0x1ba)][_0x3014d4(0x1bc)](_0x3014d4(0x1b5));_0x502349[_0x3014d4(0x1c9)](_0x3014d4(0x1b7)),_0x502349[_0x3014d4(0x1c9)](_0x3014d4(0x1be));const _0x8705d8=_0x301cff[_0x3014d4(0x1ba)][_0x3014d4(0x1bc)](_0x3014d4(0x1c7));_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1c0)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b3)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b6)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b4)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1bb)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1b2)),_0x8705d8[_0x3014d4(0x1c9)](_0x3014d4(0x1c4));}}
23
+ const _0xf22d4e=_0x59d4;(function(_0x3c4f84,_0xbd9ff8){const _0x5a7bd2=_0x59d4,_0xf21205=_0x3c4f84();while(!![]){try{const _0x426af9=-parseInt(_0x5a7bd2(0x1fc))/0x1*(parseInt(_0x5a7bd2(0x1ef))/0x2)+parseInt(_0x5a7bd2(0x1ff))/0x3+-parseInt(_0x5a7bd2(0x1ee))/0x4+-parseInt(_0x5a7bd2(0x1f0))/0x5*(parseInt(_0x5a7bd2(0x1f3))/0x6)+parseInt(_0x5a7bd2(0x204))/0x7+parseInt(_0x5a7bd2(0x200))/0x8+parseInt(_0x5a7bd2(0x1fe))/0x9;if(_0x426af9===_0xbd9ff8)break;else _0xf21205['push'](_0xf21205['shift']());}catch(_0x4eb329){_0xf21205['push'](_0xf21205['shift']());}}}(_0x28bc,0x72c42));function _0x59d4(_0x1a69fd,_0x2f42d3){const _0x28bc7a=_0x28bc();return _0x59d4=function(_0x59d4c3,_0x69a15){_0x59d4c3=_0x59d4c3-0x1ed;let _0x4a2ba6=_0x28bc7a[_0x59d4c3];return _0x4a2ba6;},_0x59d4(_0x1a69fd,_0x2f42d3);}function _0x28bc(){const _0x21ceeb=['goToNextRestrictedEditingException','get','1892720akdDfL','458anaxGt','5IydWYp','trackChanges','discardSuggestion','4018140CRMHDV','goToPreviousRestrictedEditingException','discardAllSuggestions','acceptSuggestion','acceptAllSuggestions','enableCommand','discardSelectedSuggestions','plugins','TrackChangesEditing','655Xaizmx','editor','2273193tvzaGF','2371713Bqlheh','1920280BQYDGX','afterInit','RestrictedEditingModeEditing','acceptSelectedSuggestions','3358348wVIxXf','has'];_0x28bc=function(){return _0x21ceeb;};return _0x28bc();}import{Plugin as _0x4e8738}from'ckeditor5/src/core.js';export default class pt extends _0x4e8738{[_0xf22d4e(0x201)](){const _0xb35f87=_0xf22d4e,_0x1b49c3=this[_0xb35f87(0x1fd)];if(!_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x205)](_0xb35f87(0x202)))return;const _0x3d0b38=_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x1ed)](_0xb35f87(0x1fb));_0x3d0b38[_0xb35f87(0x1f8)](_0xb35f87(0x1f4)),_0x3d0b38[_0xb35f87(0x1f8)](_0xb35f87(0x206));const _0xe37bf4=_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x1ed)](_0xb35f87(0x202));_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f1)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f6)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f2)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f7)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f5)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x203)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f9));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2fcf91=_0x37cd;(function(_0x14b55b,_0x4e4858){const _0x37575c=_0x37cd,_0x1bc1ed=_0x14b55b();while(!![]){try{const _0x2c0802=-parseInt(_0x37575c(0x110))/0x1+parseInt(_0x37575c(0x10e))/0x2+parseInt(_0x37575c(0x126))/0x3*(-parseInt(_0x37575c(0x109))/0x4)+parseInt(_0x37575c(0x112))/0x5+parseInt(_0x37575c(0x105))/0x6+parseInt(_0x37575c(0x108))/0x7*(parseInt(_0x37575c(0x12f))/0x8)+-parseInt(_0x37575c(0x12a))/0x9;if(_0x2c0802===_0x4e4858)break;else _0x1bc1ed['push'](_0x1bc1ed['shift']());}catch(_0x257b62){_0x1bc1ed['push'](_0x1bc1ed['shift']());}}}(_0x57c8,0x67a3f));import{Plugin as _0x1f2e66}from'ckeditor5/src/core.js';function _0x57c8(){const _0x3bf452=['mapper','includes','span','high','requires','325329OnyWKF','TrackChangesEditing','editor','downcastDispatcher','8599671BgXWXE','merge','ck-suggestion-marker--active','ck-suggestion-marker-','test','120ypCntZ','createPositionBefore','markerName','element','addMarker:suggestion:insertion','split','addClass','consumable','getItems','enableCommand','plugins','shiftEnter','deletion','3271182VotmzI','_descriptionFactory','addMarker:suggestion','328951iZUVuq','28ZrJRGT','ELEMENT_LINE_BREAK','bindElementToMarker','activeMarkers','toViewPosition','964502vmDsbG','markerRange','8857KZcoyS','get','2078225uwXDJl','showSuggestionHighlights','softBreak','registerElementLabel','locale','addMarker:suggestion:deletion','writer','init','insert','model','data','options','createUIElement','name','editing'];_0x57c8=function(){return _0x3bf452;};return _0x57c8();}import{ShiftEnter as _0x3c0d09}from'ckeditor5/src/enter.js';import{getTranslation as _0x40f4e6}from'../utils/common-translations.js';export default class kt extends _0x1f2e66{static get[_0x2fcf91(0x125)](){return[_0x3c0d09];}[_0x2fcf91(0x119)](){const _0x54e962=_0x2fcf91,_0x9bb928=this[_0x54e962(0x128)],_0x2fe77a=_0x9bb928[_0x54e962(0x102)][_0x54e962(0x111)](_0x54e962(0x127));_0x2fe77a[_0x54e962(0x138)](_0x54e962(0x103)),_0x9bb928[_0x54e962(0x120)][_0x54e962(0x129)]['on'](_0x54e962(0x133),re(_0x9bb928),{'priority':_0x54e962(0x124)}),_0x9bb928[_0x54e962(0x120)][_0x54e962(0x129)]['on'](_0x54e962(0x117),re(_0x9bb928),{'priority':_0x54e962(0x124)}),_0x9bb928[_0x54e962(0x11c)][_0x54e962(0x129)]['on'](_0x54e962(0x107),(_0x38bdef,_0x3e9e2c,_0x170526)=>{const _0x263601=_0x54e962;_0x170526[_0x263601(0x11d)][_0x263601(0x113)]&&re(_0x9bb928,{'showActiveMarker':!0x1})(_0x38bdef,_0x3e9e2c,_0x170526);}),_0x2fe77a[_0x54e962(0x106)][_0x54e962(0x115)](_0x54e962(0x114),_0x3f2532=>_0x40f4e6(_0x9bb928[_0x54e962(0x116)],_0x54e962(0x10a),_0x3f2532));}}function _0x37cd(_0x33403c,_0x1c70cf){const _0x57c86f=_0x57c8();return _0x37cd=function(_0x37cd81,_0x58b44d){_0x37cd81=_0x37cd81-0x102;let _0x4b7809=_0x57c86f[_0x37cd81];return _0x4b7809;},_0x37cd(_0x33403c,_0x1c70cf);}function re(_0x2b1fd7,{showActiveMarker:_0x29e71d=!0x0}={}){return(_0x19f6e7,_0x29c95f,_0x116c00)=>{const _0x35c87d=_0x37cd,_0x134ed8=_0x2b1fd7[_0x35c87d(0x102)][_0x35c87d(0x111)](_0x35c87d(0x127));if(!_0x116c00[_0x35c87d(0x136)][_0x35c87d(0x12e)](_0x29c95f[_0x35c87d(0x10f)],_0x19f6e7[_0x35c87d(0x11f)]))return;const _0x5eefc7=_0x2b1fd7[_0x35c87d(0x11b)];for(const _0xe0ebb3 of _0x29c95f[_0x35c87d(0x10f)][_0x35c87d(0x137)]()){if(!_0xe0ebb3['is'](_0x35c87d(0x132),_0x35c87d(0x114)))continue;const _0x5c9a9e=_0x35c87d(0x104)==_0x29c95f[_0x35c87d(0x131)][_0x35c87d(0x134)](':')[0x1]?_0x35c87d(0x12b):_0x35c87d(0x134),_0x391fa0=_0x116c00[_0x35c87d(0x118)][_0x35c87d(0x11e)](_0x35c87d(0x123),{'class':_0x35c87d(0x12d)+_0x5c9a9e}),_0x24e6a7=_0x116c00[_0x35c87d(0x121)][_0x35c87d(0x10d)](_0x5eefc7[_0x35c87d(0x130)](_0xe0ebb3));_0x29e71d&&_0x134ed8[_0x35c87d(0x10c)][_0x35c87d(0x122)](_0x29c95f[_0x35c87d(0x131)])&&_0x116c00[_0x35c87d(0x118)][_0x35c87d(0x135)](_0x35c87d(0x12c),_0x391fa0),_0x116c00[_0x35c87d(0x118)][_0x35c87d(0x11a)](_0x24e6a7,_0x391fa0),_0x116c00[_0x35c87d(0x121)][_0x35c87d(0x10b)](_0x391fa0,_0x29c95f[_0x35c87d(0x131)]);}};}
23
+ function _0x3b3c(_0x3f1c33,_0x48029c){const _0xf5036e=_0xf503();return _0x3b3c=function(_0x3b3c5a,_0x929e4f){_0x3b3c5a=_0x3b3c5a-0x69;let _0x1c4061=_0xf5036e[_0x3b3c5a];return _0x1c4061;},_0x3b3c(_0x3f1c33,_0x48029c);}const _0x5073fd=_0x3b3c;(function(_0x23ec9b,_0x239019){const _0x5d1577=_0x3b3c,_0x2dd9ff=_0x23ec9b();while(!![]){try{const _0x34ea65=parseInt(_0x5d1577(0x82))/0x1*(parseInt(_0x5d1577(0x80))/0x2)+-parseInt(_0x5d1577(0x9e))/0x3*(parseInt(_0x5d1577(0x79))/0x4)+-parseInt(_0x5d1577(0x94))/0x5+-parseInt(_0x5d1577(0x8d))/0x6+parseInt(_0x5d1577(0x9c))/0x7+parseInt(_0x5d1577(0x6e))/0x8*(parseInt(_0x5d1577(0x87))/0x9)+parseInt(_0x5d1577(0x7b))/0xa*(-parseInt(_0x5d1577(0x6c))/0xb);if(_0x34ea65===_0x239019)break;else _0x2dd9ff['push'](_0x2dd9ff['shift']());}catch(_0x350d96){_0x2dd9ff['push'](_0x2dd9ff['shift']());}}}(_0xf503,0x49b31));import{Plugin as _0x4673dc}from'ckeditor5/src/core.js';import{ShiftEnter as _0x1f83a5}from'ckeditor5/src/enter.js';import{getTranslation as _0x3f977e}from'../utils/common-translations.js';function _0xf503(){const _0x54cbd0=['span','bindElementToMarker','1004443DeLcTy','get','824TmAcMF','insert','includes','merge','registerElementLabel','init','softBreak','ELEMENT_LINE_BREAK','options','markerRange','locale','12300viwiHp','data','10GXfkOB','plugins','split','element','addMarker:suggestion:deletion','2oHvRGu','activeMarkers','433787ueisCr','consumable','toViewPosition','high','TrackChangesEditing','24462FscuBC','test','requires','mapper','addMarker:suggestion','getItems','1571418tievkE','editing','model','downcastDispatcher','ck-suggestion-marker-','addMarker:suggestion:insertion','ck-suggestion-marker--active','465900VPSDHS','createPositionBefore','showSuggestionHighlights','markerName','addClass','shiftEnter','enableCommand','writer','779821uVmhrG','deletion','75YMwemk','_descriptionFactory','name','createUIElement','editor'];_0xf503=function(){return _0x54cbd0;};return _0xf503();}export default class kt extends _0x4673dc{static get[_0x5073fd(0x89)](){return[_0x1f83a5];}[_0x5073fd(0x73)](){const _0xdd8fdf=_0x5073fd,_0xde5ed=this[_0xdd8fdf(0x69)],_0x49bf13=_0xde5ed[_0xdd8fdf(0x7c)][_0xdd8fdf(0x6d)](_0xdd8fdf(0x86));_0x49bf13[_0xdd8fdf(0x9a)](_0xdd8fdf(0x99)),_0xde5ed[_0xdd8fdf(0x8e)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x92),re(_0xde5ed),{'priority':_0xdd8fdf(0x85)}),_0xde5ed[_0xdd8fdf(0x8e)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x7f),re(_0xde5ed),{'priority':_0xdd8fdf(0x85)}),_0xde5ed[_0xdd8fdf(0x7a)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x8b),(_0x47a9be,_0x23dda9,_0x4d50d4)=>{const _0x2c7cac=_0xdd8fdf;_0x4d50d4[_0x2c7cac(0x76)][_0x2c7cac(0x96)]&&re(_0xde5ed,{'showActiveMarker':!0x1})(_0x47a9be,_0x23dda9,_0x4d50d4);}),_0x49bf13[_0xdd8fdf(0x9f)][_0xdd8fdf(0x72)](_0xdd8fdf(0x74),_0x5777c4=>_0x3f977e(_0xde5ed[_0xdd8fdf(0x78)],_0xdd8fdf(0x75),_0x5777c4));}}function re(_0xb5b4ed,{showActiveMarker:_0x35b331=!0x0}={}){return(_0x37cf75,_0x204e29,_0x30994d)=>{const _0x3337ae=_0x3b3c,_0x1a4f27=_0xb5b4ed[_0x3337ae(0x7c)][_0x3337ae(0x6d)](_0x3337ae(0x86));if(!_0x30994d[_0x3337ae(0x83)][_0x3337ae(0x88)](_0x204e29[_0x3337ae(0x77)],_0x37cf75[_0x3337ae(0xa0)]))return;const _0x38a096=_0xb5b4ed[_0x3337ae(0x8f)];for(const _0x52c2ba of _0x204e29[_0x3337ae(0x77)][_0x3337ae(0x8c)]()){if(!_0x52c2ba['is'](_0x3337ae(0x7e),_0x3337ae(0x74)))continue;const _0x52a876=_0x3337ae(0x9d)==_0x204e29[_0x3337ae(0x97)][_0x3337ae(0x7d)](':')[0x1]?_0x3337ae(0x71):_0x3337ae(0x7d),_0x129117=_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0xa1)](_0x3337ae(0x6a),{'class':_0x3337ae(0x91)+_0x52a876}),_0x6a232d=_0x30994d[_0x3337ae(0x8a)][_0x3337ae(0x84)](_0x38a096[_0x3337ae(0x95)](_0x52c2ba));_0x35b331&&_0x1a4f27[_0x3337ae(0x81)][_0x3337ae(0x70)](_0x204e29[_0x3337ae(0x97)])&&_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0x98)](_0x3337ae(0x93),_0x129117),_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0x6f)](_0x6a232d,_0x129117),_0x30994d[_0x3337ae(0x8a)][_0x3337ae(0x6b)](_0x129117,_0x204e29[_0x3337ae(0x97)]);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x19ad(){const _0x372ea8=['locale','StandardEditingModeEditing','has','commandName','get','selection','_descriptionFactory','format','forceValue','enableCommand','FORMAT_RESTRICTED_ENABLED','getRanges','formatInline','isCollapsed','from','2785554FLjCaq','model','commands','1108gbirNn','editor','6566220cnfRhw','TrackChangesEditing','FORMAT_RESTRICTED_DISABLED','29023080GoysOX','formatBlock','2270pOwDKq','commandParams','314138AFRjvj','5236242BHUTza','registerDescriptionCallback','plugins','document','markInlineFormat','afterInit','value','type','change','4722081ljfWRe','3CZgFlB','8fWAQCQ','restrictedEditingException'];_0x19ad=function(){return _0x372ea8;};return _0x19ad();}const _0x1e1eaf=_0x3f2d;(function(_0x339f6d,_0xb4798f){const _0x4cd3c2=_0x3f2d,_0x228d69=_0x339f6d();while(!![]){try{const _0x11bd08=parseInt(_0x4cd3c2(0x137))/0x1*(parseInt(_0x4cd3c2(0x12c))/0x2)+parseInt(_0x4cd3c2(0x149))/0x3+-parseInt(_0x4cd3c2(0x14c))/0x4*(parseInt(_0x4cd3c2(0x12a))/0x5)+parseInt(_0x4cd3c2(0x12d))/0x6+-parseInt(_0x4cd3c2(0x136))/0x7*(-parseInt(_0x4cd3c2(0x138))/0x8)+parseInt(_0x4cd3c2(0x14e))/0x9+-parseInt(_0x4cd3c2(0x151))/0xa;if(_0x11bd08===_0xb4798f)break;else _0x228d69['push'](_0x228d69['shift']());}catch(_0x31fceb){_0x228d69['push'](_0x228d69['shift']());}}}(_0x19ad,0x9e551));function _0x3f2d(_0x3e5c9b,_0x4f90e5){const _0x19adc9=_0x19ad();return _0x3f2d=function(_0x3f2de6,_0x4df3a5){_0x3f2de6=_0x3f2de6-0x129;let _0x38411d=_0x19adc9[_0x3f2de6];return _0x38411d;},_0x3f2d(_0x3e5c9b,_0x4f90e5);}import{Plugin as _0x5dfa2b}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x1c6cd6}from'./utils.js';import{getTranslation as _0xdc4578}from'../utils/common-translations.js';export default class bt extends _0x5dfa2b{[_0x1e1eaf(0x132)](){const _0x163e72=_0x1e1eaf,_0x105a6e=this[_0x163e72(0x14d)],_0x17d2aa=_0x105a6e[_0x163e72(0x14a)],_0x3efcc2=_0x105a6e[_0x163e72(0x13a)];if(!_0x105a6e[_0x163e72(0x12f)][_0x163e72(0x13c)](_0x163e72(0x13b)))return;const _0x15b240=_0x105a6e[_0x163e72(0x12f)][_0x163e72(0x13e)](_0x163e72(0x14f)),_0x3bebac=_0x163e72(0x139),_0x1b9e23=_0x105a6e[_0x163e72(0x14b)][_0x163e72(0x13e)](_0x3bebac);_0x15b240[_0x163e72(0x143)](_0x3bebac,(_0x2446c3,_0x5ba31b={})=>{const _0x1be0f2=_0x163e72,_0x8ac056=_0x17d2aa[_0x1be0f2(0x130)][_0x1be0f2(0x13f)];if(_0x8ac056[_0x1be0f2(0x147)])return void _0x2446c3(_0x5ba31b);const _0x341547=void 0x0!==_0x5ba31b[_0x1be0f2(0x142)]?_0x5ba31b[_0x1be0f2(0x142)]:!_0x1b9e23[_0x1be0f2(0x133)];_0x17d2aa[_0x1be0f2(0x135)](()=>{const _0x3d05b6=_0x1be0f2,_0x1e305a=Array[_0x3d05b6(0x148)](_0x8ac056[_0x3d05b6(0x145)]());for(const _0x4ade1c of _0x1e305a){const _0x1eff48=_0x341547?[_0x4ade1c]:_0x1c6cd6(_0x3bebac,_0x4ade1c,_0x17d2aa);for(const _0x1fefec of _0x1eff48)_0x15b240[_0x3d05b6(0x131)](_0x1fefec,{'commandName':_0x3bebac,'commandParams':[{'forceValue':_0x341547}]});}});}),_0x15b240[_0x163e72(0x140)][_0x163e72(0x12e)](_0x1d146b=>{const _0x540046=_0x163e72;if(_0x540046(0x129)!=_0x1d146b[_0x540046(0x134)]&&_0x540046(0x146)!=_0x1d146b[_0x540046(0x134)])return;const {data:_0x596b25}=_0x1d146b;return _0x596b25&&_0x596b25[_0x540046(0x13d)]==_0x3bebac?_0x596b25[_0x540046(0x12b)][0x0][_0x540046(0x142)]?{'type':_0x540046(0x141),'content':_0xdc4578(_0x3efcc2,_0x540046(0x144))}:{'type':_0x540046(0x141),'content':_0xdc4578(_0x3efcc2,_0x540046(0x150))}:void 0x0;});}}
23
+ function _0xfc38(){const _0x1a890f=['46891026CIgjSU','80XavXQn','1022091BkaFYx','FORMAT_RESTRICTED_ENABLED','plugins','isCollapsed','131329UPWQAv','972bdyWAf','document','get','type','StandardEditingModeEditing','18qPAOLM','310iaNydq','commandName','4768210wZvcje','commands','FORMAT_RESTRICTED_DISABLED','148viYeqx','restrictedEditingException','registerDescriptionCallback','model','getRanges','enableCommand','_descriptionFactory','has','format','locale','markInlineFormat','value','TrackChangesEditing','13793ChmDYQ','selection','commandParams','181012XxJkhu','formatBlock','formatInline','144636amoBwh','afterInit','69FmxZpl','editor','forceValue','change','from'];_0xfc38=function(){return _0x1a890f;};return _0xfc38();}const _0x5ca16f=_0x2433;(function(_0x176083,_0x3541e6){const _0x44aa19=_0x2433,_0x34f16c=_0x176083();while(!![]){try{const _0x59826e=-parseInt(_0x44aa19(0x8c))/0x1*(-parseInt(_0x44aa19(0x7f))/0x2)+parseInt(_0x44aa19(0x94))/0x3*(parseInt(_0x44aa19(0x8f))/0x4)+parseInt(_0x44aa19(0x7a))/0x5*(-parseInt(_0x44aa19(0x92))/0x6)+-parseInt(_0x44aa19(0x6f))/0x7*(parseInt(_0x44aa19(0x6e))/0x8)+parseInt(_0x44aa19(0x79))/0x9*(-parseInt(_0x44aa19(0x7c))/0xa)+-parseInt(_0x44aa19(0x73))/0xb*(parseInt(_0x44aa19(0x74))/0xc)+parseInt(_0x44aa19(0x6d))/0xd;if(_0x59826e===_0x3541e6)break;else _0x34f16c['push'](_0x34f16c['shift']());}catch(_0x5c5aa1){_0x34f16c['push'](_0x34f16c['shift']());}}}(_0xfc38,0xc1a0c));function _0x2433(_0x817534,_0x177dc1){const _0xfc389b=_0xfc38();return _0x2433=function(_0x24335f,_0x427e69){_0x24335f=_0x24335f-0x69;let _0x261648=_0xfc389b[_0x24335f];return _0x261648;},_0x2433(_0x817534,_0x177dc1);}import{Plugin as _0xfa6a20}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x594bb9}from'./utils.js';import{getTranslation as _0x5aa163}from'../utils/common-translations.js';export default class bt extends _0xfa6a20{[_0x5ca16f(0x93)](){const _0x3b648e=_0x5ca16f,_0x4e3116=this[_0x3b648e(0x69)],_0x364513=_0x4e3116[_0x3b648e(0x82)],_0x167cf7=_0x4e3116[_0x3b648e(0x88)];if(!_0x4e3116[_0x3b648e(0x71)][_0x3b648e(0x86)](_0x3b648e(0x78)))return;const _0x4f1a90=_0x4e3116[_0x3b648e(0x71)][_0x3b648e(0x76)](_0x3b648e(0x8b)),_0x3397d2=_0x3b648e(0x80),_0x1a2de8=_0x4e3116[_0x3b648e(0x7d)][_0x3b648e(0x76)](_0x3397d2);_0x4f1a90[_0x3b648e(0x84)](_0x3397d2,(_0x9c1126,_0x5615f0={})=>{const _0x500ef5=_0x3b648e,_0x43e33e=_0x364513[_0x500ef5(0x75)][_0x500ef5(0x8d)];if(_0x43e33e[_0x500ef5(0x72)])return void _0x9c1126(_0x5615f0);const _0x1137dd=void 0x0!==_0x5615f0[_0x500ef5(0x6a)]?_0x5615f0[_0x500ef5(0x6a)]:!_0x1a2de8[_0x500ef5(0x8a)];_0x364513[_0x500ef5(0x6b)](()=>{const _0x162f99=_0x500ef5,_0x30daf1=Array[_0x162f99(0x6c)](_0x43e33e[_0x162f99(0x83)]());for(const _0x24eaba of _0x30daf1){const _0x3fdc88=_0x1137dd?[_0x24eaba]:_0x594bb9(_0x3397d2,_0x24eaba,_0x364513);for(const _0x549fa3 of _0x3fdc88)_0x4f1a90[_0x162f99(0x89)](_0x549fa3,{'commandName':_0x3397d2,'commandParams':[{'forceValue':_0x1137dd}]});}});}),_0x4f1a90[_0x3b648e(0x85)][_0x3b648e(0x81)](_0x54e6e1=>{const _0x5ef6bd=_0x3b648e;if(_0x5ef6bd(0x90)!=_0x54e6e1[_0x5ef6bd(0x77)]&&_0x5ef6bd(0x91)!=_0x54e6e1[_0x5ef6bd(0x77)])return;const {data:_0x707c7}=_0x54e6e1;return _0x707c7&&_0x707c7[_0x5ef6bd(0x7b)]==_0x3397d2?_0x707c7[_0x5ef6bd(0x8e)][0x0][_0x5ef6bd(0x6a)]?{'type':_0x5ef6bd(0x87),'content':_0x5aa163(_0x167cf7,_0x5ef6bd(0x70))}:{'type':_0x5ef6bd(0x87),'content':_0x5aa163(_0x167cf7,_0x5ef6bd(0x7e))}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5308d1=_0xf3aa;function _0xf3aa(_0x6f38d7,_0x384dd3){const _0x1e3921=_0x1e39();return _0xf3aa=function(_0xf3aa77,_0x43052f){_0xf3aa77=_0xf3aa77-0x176;let _0x96c891=_0x1e3921[_0xf3aa77];return _0x96c891;},_0xf3aa(_0x6f38d7,_0x384dd3);}(function(_0x331270,_0x5c1018){const _0x4395c1=_0xf3aa,_0xd35025=_0x331270();while(!![]){try{const _0x1e3857=parseInt(_0x4395c1(0x19e))/0x1*(-parseInt(_0x4395c1(0x190))/0x2)+-parseInt(_0x4395c1(0x198))/0x3+parseInt(_0x4395c1(0x179))/0x4*(parseInt(_0x4395c1(0x194))/0x5)+parseInt(_0x4395c1(0x185))/0x6+parseInt(_0x4395c1(0x184))/0x7+-parseInt(_0x4395c1(0x195))/0x8+parseInt(_0x4395c1(0x19d))/0x9*(parseInt(_0x4395c1(0x1a0))/0xa);if(_0x1e3857===_0x5c1018)break;else _0xd35025['push'](_0xd35025['shift']());}catch(_0x807962){_0xd35025['push'](_0xd35025['shift']());}}}(_0x1e39,0xedf6a));import{Plugin as _0x5afea0}from'ckeditor5/src/core.js';function _0x1e39(){const _0x43cdcc=['has','FORMAT_STYLE','block','element','_descriptionFactory','commandParams','get','1974snjdKJ','registerAttributeLabel','DataSchema','toLowerCase','16855sVFbwv','10144952MtRysM','type','forceValue','3887952JzxSwM','getGhsAttributeNameForElement','TrackChangesEditing','config','*Set\x20format:*\x20%0','45IyLkLL','311gIiLtx','plugins','3543010pgPbZJ','GeneralHtmlSupport','style','Style','format','commandName','inline','registerDescriptionCallback','_registerLegacyDescription','styleName','StyleUtils','576SfhJAQ','*Remove\x20format:*\x20%0','ghsAttributes','formatBlock','normalizeConfig','formatInline','_registerInlineAttribute','afterInit','definitions','editor','_enableDefaultAttributesIntegration','302547oDphNY','9273648JJomWJ','_registerBlockAttribute','add','locale'];_0x1e39=function(){return _0x43cdcc;};return _0x1e39();}import{getTranslation as _0x5e0182}from'../utils/common-translations.js';export default class wt extends _0x5afea0{[_0x5308d1(0x180)](){const _0x413634=_0x5308d1,_0x183ecb=this[_0x413634(0x182)];if(!_0x183ecb[_0x413634(0x19f)][_0x413634(0x189)](_0x413634(0x1a3))||!_0x183ecb[_0x413634(0x19f)][_0x413634(0x189)](_0x413634(0x192)))return;const _0x21bfb6=_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x19a)),_0x2a8a73=_0x183ecb[_0x413634(0x188)],_0x6cbb82=_0x183ecb[_0x413634(0x19b)][_0x413634(0x18f)](_0x413634(0x1a2))||{},_0x4ea4f1=_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x1a1)),_0x1815b8=_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x178))[_0x413634(0x17d)](_0x183ecb[_0x413634(0x19f)][_0x413634(0x18f)](_0x413634(0x192)),_0x6cbb82[_0x413634(0x181)]);_0x21bfb6[_0x413634(0x183)](_0x413634(0x1a2));const _0x4510a2=new Set();for(const _0x23b4dd of _0x1815b8[_0x413634(0x18b)]){const _0x2f86b=_0x4ea4f1[_0x413634(0x199)](_0x23b4dd[_0x413634(0x18c)]);_0x4510a2[_0x413634(0x187)](_0x2f86b);}const _0x2e837d=new Set();for(const _0x48353d of _0x1815b8[_0x413634(0x1a6)]){const _0x32d0f0=_0x4ea4f1[_0x413634(0x199)](_0x48353d[_0x413634(0x18c)]);_0x2e837d[_0x413634(0x187)](_0x32d0f0);for(const _0x27fcec of _0x48353d[_0x413634(0x17b)])_0x2e837d[_0x413634(0x187)](_0x27fcec);}for(const _0x448d52 of _0x4510a2)_0x21bfb6[_0x413634(0x186)](_0x448d52),_0x21bfb6[_0x413634(0x18d)][_0x413634(0x191)](_0x448d52,_0x5e0182(_0x2a8a73,_0x413634(0x18a)));for(const _0x33bc4c of _0x2e837d)_0x21bfb6[_0x413634(0x17f)](_0x33bc4c),_0x21bfb6[_0x413634(0x18d)][_0x413634(0x191)](_0x33bc4c,_0x5e0182(_0x2a8a73,_0x413634(0x18a)));this[_0x413634(0x176)]();}[_0x5308d1(0x176)](){const _0x5e6708=_0x5308d1,_0x7e09f4=this[_0x5e6708(0x182)],_0x3ace19=_0x7e09f4[_0x5e6708(0x188)];_0x7e09f4[_0x5e6708(0x19f)][_0x5e6708(0x18f)](_0x5e6708(0x19a))[_0x5e6708(0x18d)][_0x5e6708(0x1a7)](_0x5c0939=>{const _0x192014=_0x5e6708;if(_0x192014(0x17c)!=_0x5c0939[_0x192014(0x196)]&&_0x192014(0x17e)!=_0x5c0939[_0x192014(0x196)])return;const {data:_0x136009}=_0x5c0939;return _0x136009&&_0x192014(0x1a2)===_0x136009[_0x192014(0x1a5)]?_0x136009[_0x192014(0x18e)][0x0][_0x192014(0x197)]?{'type':_0x192014(0x1a4),'content':_0x5e0182(_0x3ace19,_0x192014(0x19c),_0x136009[_0x192014(0x18e)][0x0][_0x192014(0x177)][_0x192014(0x193)]())}:{'type':_0x192014(0x1a4),'content':_0x5e0182(_0x3ace19,_0x192014(0x17a),_0x136009[_0x192014(0x18e)][0x0][_0x192014(0x177)][_0x192014(0x193)]())}:void 0x0;});}}
23
+ const _0x150e11=_0x49b6;function _0x49b6(_0x569bfa,_0x18fc91){const _0x5b89a3=_0x5b89();return _0x49b6=function(_0x49b645,_0x35f2b1){_0x49b645=_0x49b645-0x188;let _0x2b6bc0=_0x5b89a3[_0x49b645];return _0x2b6bc0;},_0x49b6(_0x569bfa,_0x18fc91);}(function(_0x5ae7a3,_0x45ac16){const _0x3bef5f=_0x49b6,_0x27584a=_0x5ae7a3();while(!![]){try{const _0x54a197=-parseInt(_0x3bef5f(0x195))/0x1*(parseInt(_0x3bef5f(0x194))/0x2)+parseInt(_0x3bef5f(0x19e))/0x3+parseInt(_0x3bef5f(0x1ae))/0x4+parseInt(_0x3bef5f(0x190))/0x5+-parseInt(_0x3bef5f(0x1ad))/0x6*(-parseInt(_0x3bef5f(0x1a3))/0x7)+-parseInt(_0x3bef5f(0x1b1))/0x8+-parseInt(_0x3bef5f(0x1b4))/0x9*(parseInt(_0x3bef5f(0x1b5))/0xa);if(_0x54a197===_0x45ac16)break;else _0x27584a['push'](_0x27584a['shift']());}catch(_0x14280f){_0x27584a['push'](_0x27584a['shift']());}}}(_0x5b89,0xb45aa));function _0x5b89(){const _0x430c79=['20944233iLGQHQ','10VuJcLV','ghsAttributes','style','DataSchema','commandParams','locale','*Remove\x20format:*\x20%0','registerDescriptionCallback','config','format','get','_enableDefaultAttributesIntegration','GeneralHtmlSupport','1155650wIdLAU','_registerBlockAttribute','_descriptionFactory','StyleUtils','2Nfjmmf','895261uKOcTc','element','TrackChangesEditing','block','formatBlock','registerAttributeLabel','has','inline','normalizeConfig','4012983Kssbra','type','styleName','editor','Style','7vaXaKP','FORMAT_STYLE','afterInit','getGhsAttributeNameForElement','toLowerCase','_registerInlineAttribute','commandName','formatInline','forceValue','_registerLegacyDescription','8069190rgpifM','5455544KTOmgH','add','plugins','2531312YxOrbz','*Set\x20format:*\x20%0','definitions'];_0x5b89=function(){return _0x430c79;};return _0x5b89();}import{Plugin as _0x1e4619}from'ckeditor5/src/core.js';import{getTranslation as _0x4eb75b}from'../utils/common-translations.js';export default class wt extends _0x1e4619{[_0x150e11(0x1a5)](){const _0x1cefde=_0x150e11,_0x5e4178=this[_0x1cefde(0x1a1)];if(!_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x19b)](_0x1cefde(0x1a2))||!_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x19b)](_0x1cefde(0x1b8)))return;const _0x1de486=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x197)),_0x20f640=_0x5e4178[_0x1cefde(0x188)],_0x148739=_0x5e4178[_0x1cefde(0x18b)][_0x1cefde(0x18d)](_0x1cefde(0x1b7))||{},_0x2bdeee=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x18f)),_0x1b0119=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x193))[_0x1cefde(0x19d)](_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x1b8)),_0x148739[_0x1cefde(0x1b3)]);_0x1de486[_0x1cefde(0x18e)](_0x1cefde(0x1b7));const _0x2094cb=new Set();for(const _0x1e1b3f of _0x1b0119[_0x1cefde(0x198)]){const _0x4259a2=_0x2bdeee[_0x1cefde(0x1a6)](_0x1e1b3f[_0x1cefde(0x196)]);_0x2094cb[_0x1cefde(0x1af)](_0x4259a2);}const _0x45598c=new Set();for(const _0x43c1d1 of _0x1b0119[_0x1cefde(0x19c)]){const _0x39561f=_0x2bdeee[_0x1cefde(0x1a6)](_0x43c1d1[_0x1cefde(0x196)]);_0x45598c[_0x1cefde(0x1af)](_0x39561f);for(const _0x4b652e of _0x43c1d1[_0x1cefde(0x1b6)])_0x45598c[_0x1cefde(0x1af)](_0x4b652e);}for(const _0x573850 of _0x2094cb)_0x1de486[_0x1cefde(0x191)](_0x573850),_0x1de486[_0x1cefde(0x192)][_0x1cefde(0x19a)](_0x573850,_0x4eb75b(_0x20f640,_0x1cefde(0x1a4)));for(const _0x543408 of _0x45598c)_0x1de486[_0x1cefde(0x1a8)](_0x543408),_0x1de486[_0x1cefde(0x192)][_0x1cefde(0x19a)](_0x543408,_0x4eb75b(_0x20f640,_0x1cefde(0x1a4)));this[_0x1cefde(0x1ac)]();}[_0x150e11(0x1ac)](){const _0x5ce731=_0x150e11,_0x197e1d=this[_0x5ce731(0x1a1)],_0x2d0e8d=_0x197e1d[_0x5ce731(0x188)];_0x197e1d[_0x5ce731(0x1b0)][_0x5ce731(0x18d)](_0x5ce731(0x197))[_0x5ce731(0x192)][_0x5ce731(0x18a)](_0x246536=>{const _0x47e29b=_0x5ce731;if(_0x47e29b(0x199)!=_0x246536[_0x47e29b(0x19f)]&&_0x47e29b(0x1aa)!=_0x246536[_0x47e29b(0x19f)])return;const {data:_0x1b2c42}=_0x246536;return _0x1b2c42&&_0x47e29b(0x1b7)===_0x1b2c42[_0x47e29b(0x1a9)]?_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1ab)]?{'type':_0x47e29b(0x18c),'content':_0x4eb75b(_0x2d0e8d,_0x47e29b(0x1b2),_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1a0)][_0x47e29b(0x1a7)]())}:{'type':_0x47e29b(0x18c),'content':_0x4eb75b(_0x2d0e8d,_0x47e29b(0x189),_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1a0)][_0x47e29b(0x1a7)]())}:void 0x0;});}}