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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/translations/ar.js +1 -1
  3. package/dist/translations/az.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/ca.js +1 -1
  7. package/dist/translations/cs.js +1 -1
  8. package/dist/translations/da.js +1 -1
  9. package/dist/translations/de.js +1 -1
  10. package/dist/translations/el.js +1 -1
  11. package/dist/translations/en-au.js +1 -1
  12. package/dist/translations/es.js +1 -1
  13. package/dist/translations/et.js +1 -1
  14. package/dist/translations/fi.js +1 -1
  15. package/dist/translations/fr.js +1 -1
  16. package/dist/translations/gl.js +1 -1
  17. package/dist/translations/he.js +1 -1
  18. package/dist/translations/hi.js +1 -1
  19. package/dist/translations/hr.js +1 -1
  20. package/dist/translations/hu.js +1 -1
  21. package/dist/translations/id.js +1 -1
  22. package/dist/translations/it.js +1 -1
  23. package/dist/translations/ja.js +1 -1
  24. package/dist/translations/ko.js +1 -1
  25. package/dist/translations/lt.js +1 -1
  26. package/dist/translations/lv.js +1 -1
  27. package/dist/translations/ms.js +1 -1
  28. package/dist/translations/nl.js +1 -1
  29. package/dist/translations/no.js +1 -1
  30. package/dist/translations/pl.js +1 -1
  31. package/dist/translations/pt-br.js +1 -1
  32. package/dist/translations/pt.js +1 -1
  33. package/dist/translations/ro.js +1 -1
  34. package/dist/translations/ru.js +1 -1
  35. package/dist/translations/sk.js +1 -1
  36. package/dist/translations/sq.js +1 -1
  37. package/dist/translations/sr-latn.js +1 -1
  38. package/dist/translations/sr.js +1 -1
  39. package/dist/translations/sv.js +1 -1
  40. package/dist/translations/th.js +1 -1
  41. package/dist/translations/tk.js +1 -1
  42. package/dist/translations/tr.js +1 -1
  43. package/dist/translations/tt.js +1 -1
  44. package/dist/translations/uk.js +1 -1
  45. package/dist/translations/ur.js +1 -1
  46. package/dist/translations/vi.js +1 -1
  47. package/dist/translations/zh-cn.js +1 -1
  48. package/dist/translations/zh.js +1 -1
  49. package/package.json +3 -3
  50. package/src/commands/acceptsuggestioncommand.js +1 -1
  51. package/src/commands/discardsuggestioncommand.js +1 -1
  52. package/src/commands/executeonallsuggestionscommand.js +1 -1
  53. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  54. package/src/commands/trackchangescommand.js +1 -1
  55. package/src/index.js +1 -1
  56. package/src/integrations/aiassistant.js +1 -1
  57. package/src/integrations/alignment.js +1 -1
  58. package/src/integrations/basicstyles.js +1 -1
  59. package/src/integrations/blockquote.js +1 -1
  60. package/src/integrations/casechange.js +1 -1
  61. package/src/integrations/ckbox.js +1 -1
  62. package/src/integrations/codeblock.js +1 -1
  63. package/src/integrations/comments.js +1 -1
  64. package/src/integrations/deletecommand.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/imagestyle.js +1 -1
  76. package/src/integrations/importword.js +1 -1
  77. package/src/integrations/indent.js +1 -1
  78. package/src/integrations/inputcommand.js +1 -1
  79. package/src/integrations/legacylist.js +1 -1
  80. package/src/integrations/legacylistproperties.js +1 -1
  81. package/src/integrations/link.js +1 -1
  82. package/src/integrations/list.js +1 -1
  83. package/src/integrations/listproperties.js +1 -1
  84. package/src/integrations/mediaembed.js +1 -1
  85. package/src/integrations/mention.js +1 -1
  86. package/src/integrations/pagebreak.js +1 -1
  87. package/src/integrations/paragraph.js +1 -1
  88. package/src/integrations/removeformat.js +1 -1
  89. package/src/integrations/restrictededitingmode.js +1 -1
  90. package/src/integrations/shiftentercommand.js +1 -1
  91. package/src/integrations/standardeditingmode.js +1 -1
  92. package/src/integrations/style.js +1 -1
  93. package/src/integrations/table.js +1 -1
  94. package/src/integrations/tablecaption.js +1 -1
  95. package/src/integrations/tableclipboard.js +1 -1
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.js +1 -1
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.js +1 -1
  100. package/src/integrations/tableproperties.js +1 -1
  101. package/src/integrations/template.js +1 -1
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.js +1 -1
  104. package/src/integrations/utils.js +1 -1
  105. package/src/suggestion.js +1 -1
  106. package/src/suggestiondescriptionfactory.js +1 -1
  107. package/src/trackchanges.js +1 -1
  108. package/src/trackchangesdata.js +1 -1
  109. package/src/trackchangesediting.js +1 -1
  110. package/src/trackchangesui.js +1 -1
  111. package/src/ui/suggestioncontroller.js +1 -1
  112. package/src/ui/view/basesuggestionthreadview.js +1 -1
  113. package/src/ui/view/suggestionthreadview.js +1 -1
  114. package/src/utils/common-translations.js +1 -1
  115. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- 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 _0x51b464=_0x587f;function _0x4967(){const _0x3cec7d=['ListEditing','ELEMENT_BULLETED_LIST','10336059TkUIjZ','listReversed','353600oHVhPQ','isLocal','selection','editor','listIndent','_LIST','next','631684OfhCIW','commandName','*Remove\x20format:*\x20%0','364773ZWsNgi','todoListCheck','createRange','attributeKey','_registerLegacyDescription','batch','_findSuggestions','*Format:*\x20remove\x20from\x20%0','*Check\x20item*','_suggestionFactory','removeMarker','2xiLQhY','registerCustomCallback','get','*Merge:*\x20%0','_supportLegacySuggestions','start','numbered','*Outdent:*\x20%0','forceValue','getAttribute','config','map','splitListItemBefore','todoListChecked','listStyle','oldValue','fromRange','150594MJZfha','createPositionAt','_enableDefaultAttributesIntegration','_descriptionFactory','plugins','end','nodeAfter','splitListItemAfter','listItemId','key','indentList','*Merge:*\x20list\x20item','setSelection','previousSibling','todoList','*Set\x20format:*\x20%0','FORMAT_INDENT','getChanges','detach','groupId','registerElementLabel','TrackChangesEditing','default','getFirstMarker','*Indent:*\x20%0','find','range','includes','length','parent','list.multiBlock','ELEMENT_','getSuggestions','ELEMENT_LIST_ITEM','model','refresh','filter','*Format:*\x20insert\x20into\x20%0','_getAttributeKey','head','TodoListEditing','outdentList','1536312WfJEyB','266ZXUHrg','listStart','suggestion','formatBlock','attributes','listItemIdFixer','toUpperCase','commands','isObject','assureChains','push','mergeListItemBackward','bulleted','nextSibling','accept','commandParams','ELEMENT_TODO_LIST','newValue','every','has','containsItem','trackChangesCommand','setAttribute','bulletedList','type','meta','deletion','schema','afterInit','todo','*Uncheck\x20item*','ELEMENT_NUMBERED_LIST','documentList','listType','data','value','isNextTo','2332020FIItqp','execute','locale','from','multipleBlocks','numberedList','registerPostFixer','differ','noTrackChangesFixer','change','registerDescriptionCallback','getFirstRange','document','checkTodoList','*Split:*\x20list\x20item','format','*Change\x20to:*\x20%0','isUndo','mergeListItemForward','registerAttributeLabel','getRanges','attribute'];_0x4967=function(){return _0x3cec7d;};return _0x4967();}function _0x587f(_0x22100e,_0x45ead2){const _0x4967f0=_0x4967();return _0x587f=function(_0x587f1b,_0x23305f){_0x587f1b=_0x587f1b-0x1be;let _0x3ca64a=_0x4967f0[_0x587f1b];return _0x3ca64a;},_0x587f(_0x22100e,_0x45ead2);}(function(_0x4c4e05,_0x541803){const _0x170726=_0x587f,_0x5dcc1f=_0x4c4e05();while(!![]){try{const _0x4c036e=-parseInt(_0x170726(0x1cc))/0x1*(parseInt(_0x170726(0x1d7))/0x2)+parseInt(_0x170726(0x212))/0x3+parseInt(_0x170726(0x1c9))/0x4+parseInt(_0x170726(0x238))/0x5+parseInt(_0x170726(0x1e8))/0x6*(parseInt(_0x170726(0x213))/0x7)+-parseInt(_0x170726(0x1c2))/0x8+-parseInt(_0x170726(0x1c0))/0x9;if(_0x4c036e===_0x541803)break;else _0x5dcc1f['push'](_0x5dcc1f['shift']());}catch(_0x270ef5){_0x5dcc1f['push'](_0x5dcc1f['shift']());}}}(_0x4967,0x8211f));import{Plugin as _0x4bb401}from'ckeditor5/src/core.js';import{getTranslation as _0x5efc82}from'../utils/common-translations.js';import{renameAttributeKey as _0x26275d}from'../trackchangesediting.js';import{LiveRange as _0x44a1e5}from'ckeditor5/src/engine.js';export default class z extends _0x4bb401{[_0x51b464(0x22f)](){const _0x3328d2=_0x51b464,_0x4fd885=this[_0x3328d2(0x1c5)];if(!_0x4fd885[_0x3328d2(0x1ec)][_0x3328d2(0x226)](_0x3328d2(0x1be)))return;const _0x548c48=_0x4fd885[_0x3328d2(0x23a)],_0x7cc2f5=_0x4fd885[_0x3328d2(0x1ec)][_0x3328d2(0x1d9)](_0x3328d2(0x1fd)),_0x59a01b=_0x4fd885[_0x3328d2(0x1ec)][_0x3328d2(0x226)](_0x3328d2(0x210)),_0x21906e=!!_0x4fd885[_0x3328d2(0x1e1)][_0x3328d2(0x1d9)](_0x3328d2(0x206));function _0x4ff15a(_0x5d41c0){const _0x368c0c=_0x3328d2;return{'type':_0x368c0c(0x247),'content':''+_0x5efc82(_0x548c48,_0x368c0c(0x1f7),_0x5d41c0)};}function _0x326d06(_0x59f556){const _0x130aa4=_0x3328d2;return{'type':_0x130aa4(0x247),'content':''+_0x5efc82(_0x548c48,_0x130aa4(0x1cb),_0x59f556)};}_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x23d),[],[_0x3328d2(0x1f0),_0x3328d2(0x234),_0x3328d2(0x1c6)]),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x22a)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1f2)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x211)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1ef)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1e3)),_0x21906e&&(_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x21e)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x24a))),_0x59a01b&&(_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x1f6)),_0x7cc2f5[_0x3328d2(0x1ea)](_0x3328d2(0x245),[],[_0x3328d2(0x1e4)]),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x54b64b=>{const _0x3c2a47=_0x3328d2,{data:_0x2c31e2}=_0x54b64b;if(_0x2c31e2&&_0x3c2a47(0x1e4)==_0x2c31e2[_0x3c2a47(0x1f1)])return{'type':_0x3c2a47(0x247),'content':_0x2c31e2[_0x3c2a47(0x224)]?_0x5efc82(_0x548c48,_0x3c2a47(0x1d4)):_0x5efc82(_0x548c48,_0x3c2a47(0x231))};}),this[_0x3328d2(0x1c5)][_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x57356e=>{const _0x37d323=_0x3328d2;if(_0x57356e[_0x37d323(0x1d1)][_0x37d323(0x249)])return!0x1;let _0x562c90=!0x1;const _0x522204=_0x7cc2f5[_0x37d323(0x208)]({'skipNotAttached':!0x0})[_0x37d323(0x20c)](_0xa204c1=>_0x37d323(0x1e4)===_0x7cc2f5[_0x37d323(0x20e)](_0xa204c1));for(const _0x3cabed of _0x522204){_0x37d323(0x230)!=_0x3cabed[_0x37d323(0x243)]()[_0x37d323(0x1dc)][_0x37d323(0x1ee)][_0x37d323(0x1e0)](_0x37d323(0x234))&&(_0x7cc2f5[_0x37d323(0x1d2)](_0x3cabed[_0x37d323(0x243)](),_0x37d323(0x24d))[_0x37d323(0x201)](_0x31e0d0=>_0x37d323(0x234)===_0x7cc2f5[_0x37d323(0x20e)](_0x31e0d0[_0x37d323(0x215)]))||(_0x57356e[_0x37d323(0x1d6)](_0x3cabed[_0x37d323(0x1ff)]()),_0x562c90=!0x0));}return _0x562c90;})),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x24b)](_0x3328d2(0x1c6),_0x5efc82(_0x548c48,_0x3328d2(0x1f8)));const _0x3a8c2a={'type':_0x3328d2(0x247),'content':''};_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x1d1655=>{const _0x192a94=_0x3328d2,{data:_0xd04a5e}=_0x1d1655;if(!_0xd04a5e||_0x192a94(0x234)!=_0xd04a5e[_0x192a94(0x1f1)])return;let _0x14178d=_0x1d1655[_0x192a94(0x20f)];for(;_0x14178d;){if(_0x14178d[_0x192a94(0x235)]&&(_0x192a94(0x1e5)==_0x14178d[_0x192a94(0x235)][_0x192a94(0x1f1)]&&(_0x14178d[_0x192a94(0x235)][_0x192a94(0x224)]&&_0x192a94(0x1fe)!=_0x14178d[_0x192a94(0x235)][_0x192a94(0x224)]||_0x192a94(0x1fe)!=_0x14178d[_0x192a94(0x235)][_0x192a94(0x1e6)]&&!_0xd04a5e[_0x192a94(0x224)])||!_0x21906e&&_0x14178d[_0x192a94(0x235)][_0x192a94(0x1f1)]==_0x26275d))return _0x3a8c2a;_0x14178d=_0x14178d[_0x192a94(0x1c8)];}if(null==_0xd04a5e[_0x192a94(0x224)])switch(_0xd04a5e[_0x192a94(0x1e6)]){case _0x192a94(0x21f):return _0x326d06(_0x5efc82(_0x548c48,_0x192a94(0x1bf)));case _0x192a94(0x1dd):return _0x326d06(_0x5efc82(_0x548c48,_0x192a94(0x232)));case _0x192a94(0x230):return _0x326d06(_0x5efc82(_0x548c48,_0x192a94(0x223)));}switch(_0xd04a5e[_0x192a94(0x224)]){case _0x192a94(0x21f):return _0x4ff15a(_0x5efc82(_0x548c48,_0x192a94(0x1bf)));case _0x192a94(0x1dd):return _0x4ff15a(_0x5efc82(_0x548c48,_0x192a94(0x232)));case _0x192a94(0x230):return _0x4ff15a(_0x5efc82(_0x548c48,_0x192a94(0x223)));}}),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x199ee7=>{const _0x33027e=_0x3328d2,{data:_0x5e151c}=_0x199ee7;if(_0x5e151c&&_0x33027e(0x1c6)==_0x5e151c[_0x33027e(0x1f1)])return null==_0x5e151c[_0x33027e(0x224)]||null==_0x5e151c[_0x33027e(0x1e6)]&&0x0==_0x5e151c[_0x33027e(0x224)]?_0x3a8c2a:void 0x0;}),_0x7cc2f5[_0x3328d2(0x1eb)][_0x3328d2(0x242)](_0x1ea565=>{const _0x1f14ff=_0x3328d2;if(_0x1f14ff(0x24d)!=_0x1ea565[_0x1f14ff(0x22b)])return;const {data:_0x1da997}=_0x1ea565;if(!_0x1da997||_0x1f14ff(0x1f0)!=_0x1da997[_0x1f14ff(0x1f1)])return;const _0x41f450=ie(_0x1ea565);return _0x41f450?_0x1f14ff(0x224)==_0x41f450?{'type':_0x1f14ff(0x247),'content':_0x5efc82(_0x548c48,_0x1f14ff(0x1f3))}:_0x1f14ff(0x1e6)==_0x41f450?{'type':_0x1f14ff(0x247),'content':_0x5efc82(_0x548c48,_0x1f14ff(0x246))}:_0x3a8c2a:_0x3a8c2a;}),_0x4fd885[_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x4992e1=>this[_0x3328d2(0x218)](_0x4992e1)),_0x4fd885[_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x5d9fbb=>this[_0x3328d2(0x240)](_0x5d9fbb)),_0x4fd885[_0x3328d2(0x20a)][_0x3328d2(0x244)][_0x3328d2(0x23e)](_0x1a7bcf=>this[_0x3328d2(0x21c)](_0x1a7bcf)),this[_0x3328d2(0x1db)]();}[_0x51b464(0x218)](_0x35cf0a){const _0x5bd018=_0x51b464;if(_0x35cf0a[_0x5bd018(0x1d1)][_0x5bd018(0x249)]||!_0x35cf0a[_0x5bd018(0x1d1)][_0x5bd018(0x1c3)])return!0x1;let _0x1be864=!0x1;const _0x11aca8=this[_0x5bd018(0x1c5)][_0x5bd018(0x1ec)][_0x5bd018(0x1d9)](_0x5bd018(0x1fd))[_0x5bd018(0x208)]({'skipNotAttached':!0x0})[_0x5bd018(0x20c)](_0x42338a=>_0x42338a[_0x5bd018(0x235)]&&_0x5bd018(0x1f0)==_0x42338a[_0x5bd018(0x235)][_0x5bd018(0x1f1)])[_0x5bd018(0x20c)](_0x525160=>_0x525160[_0x5bd018(0x235)][_0x5bd018(0x224)]&&_0x525160[_0x5bd018(0x235)][_0x5bd018(0x1e6)]);for(const _0x232565 of _0x11aca8)ie(_0x232565)||(_0x35cf0a[_0x5bd018(0x1d6)](_0x232565[_0x5bd018(0x1ff)]()),_0x1be864=!0x0);return _0x1be864;}[_0x51b464(0x240)](_0x13d870){const _0xe96b97=_0x51b464;if(_0x13d870[_0xe96b97(0x1d1)][_0xe96b97(0x249)]||!_0x13d870[_0xe96b97(0x1d1)][_0xe96b97(0x1c3)])return!0x1;const _0x142ba6=this[_0xe96b97(0x1c5)][_0xe96b97(0x1ec)][_0xe96b97(0x1d9)](_0xe96b97(0x1fd));if(_0x142ba6[_0xe96b97(0x228)][_0xe96b97(0x236)])return!0x1;let _0x52f829=!0x1;const _0x523eaf=[_0xe96b97(0x234),_0xe96b97(0x1e5),_0xe96b97(0x1f0),_0xe96b97(0x1c6),_0xe96b97(0x214),_0xe96b97(0x1c1),_0xe96b97(0x1cd)],_0x3b59af=this[_0xe96b97(0x1c5)][_0xe96b97(0x20a)][_0xe96b97(0x244)][_0xe96b97(0x23f)][_0xe96b97(0x1f9)]()[_0xe96b97(0x20c)](_0x3539f5=>_0xe96b97(0x24d)==_0x3539f5[_0xe96b97(0x22b)])[_0xe96b97(0x20c)](_0x380f87=>_0x523eaf[_0xe96b97(0x203)](_0x380f87[_0xe96b97(0x1cf)]));if(0x0==_0x3b59af[_0xe96b97(0x204)])return _0x52f829;for(const _0x337fcd of _0x3b59af){const _0x5dcd8c=_0x142ba6[_0xe96b97(0x1d2)](_0x337fcd[_0xe96b97(0x202)],_0xe96b97(0x24d))[_0xe96b97(0x20c)](_0x277404=>!_0x277404[_0xe96b97(0x22c)][_0xe96b97(0x237)])[_0xe96b97(0x1e2)](_0x5b3d16=>_0x5b3d16[_0xe96b97(0x215)])[_0xe96b97(0x20c)](_0xc347a7=>{const _0x46eda9=_0xe96b97,_0x38cf96=_0x142ba6[_0x46eda9(0x20e)](_0xc347a7);return _0x523eaf[_0x46eda9(0x203)](_0x38cf96);});if(_0x5dcd8c[_0xe96b97(0x204)]){for(const _0x1df151 of _0x5dcd8c)_0x13d870[_0xe96b97(0x1d6)](_0x1df151[_0xe96b97(0x1ff)]());_0x52f829=!0x0;}}return _0x52f829;}[_0x51b464(0x21c)](_0x5b96ad){const _0x359574=_0x51b464;if(_0x5b96ad[_0x359574(0x1d1)][_0x359574(0x249)]||!_0x5b96ad[_0x359574(0x1d1)][_0x359574(0x1c3)])return!0x1;const _0x5d2d2a=this[_0x359574(0x1c5)][_0x359574(0x1ec)][_0x359574(0x1d9)](_0x359574(0x1fd));let _0x371746=!0x1;const _0x5ebfbc=[_0x359574(0x234),_0x359574(0x1e5),_0x359574(0x1f0),_0x359574(0x1c6),_0x359574(0x214),_0x359574(0x1c1),_0x359574(0x1cd)];for(const _0x217db2 of _0x5d2d2a[_0x359574(0x208)]({'skipNotAttached':!0x0})){const _0x6434ab=_0x5d2d2a[_0x359574(0x1d2)](_0x217db2[_0x359574(0x243)](),_0x359574(0x24d))[_0x359574(0x1e2)](_0x54f3ff=>_0x54f3ff[_0x359574(0x215)])[_0x359574(0x20c)](_0x25e9d6=>_0x25e9d6[_0x359574(0x235)]&&_0x5ebfbc[_0x359574(0x203)](_0x25e9d6[_0x359574(0x235)][_0x359574(0x1f1)]));if(!_0x6434ab[_0x359574(0x204)])continue;const _0x1096e8=_0x6434ab[0x0][_0x359574(0x20f)][_0x359574(0x217)][_0x359574(0x1fb)];if(!_0x6434ab[_0x359574(0x225)](_0x115591=>_0x115591[_0x359574(0x217)][_0x359574(0x1fb)]===_0x1096e8)){for(const _0x5e1f1d of _0x6434ab)_0x1a66b7(_0x5e1f1d,_0x1096e8)&&(_0x371746=!0x0);}}return _0x371746;function _0x573925(_0x2c6ca9,_0x2442a9){const _0x599415=_0x359574;for(const _0x49f603 of _0x5d2d2a[_0x599415(0x208)]({'skipNotAttached':!0x0})[_0x599415(0x20c)](_0x2845ae=>_0x599415(0x24d)==_0x2845ae[_0x599415(0x22b)]&&_0x2845ae[_0x599415(0x217)][_0x599415(0x1fb)]==_0x2c6ca9))_0x49f603[_0x599415(0x229)](_0x599415(0x1fb),_0x2442a9);}function _0x1a66b7(_0x5515b4,_0x4526f1){const _0x6c9947=_0x359574;let _0x2806da=_0x5515b4[_0x6c9947(0x20f)],_0x6ff48e=!0x1;for(;_0x2806da;)_0x2806da[_0x6c9947(0x217)][_0x6c9947(0x1fb)]!=_0x4526f1&&(_0x573925(_0x2806da[_0x6c9947(0x217)][_0x6c9947(0x1fb)],_0x4526f1),_0x2806da[_0x6c9947(0x229)](_0x6c9947(0x1fb),_0x4526f1),_0x6ff48e=!0x0),_0x2806da=_0x2806da[_0x6c9947(0x1c8)];return _0x6ff48e;}}[_0x51b464(0x1db)](){const _0xab45ce=_0x51b464,_0x35fcea=this[_0xab45ce(0x1c5)],_0x3169bb=_0x35fcea[_0xab45ce(0x23a)],_0x3b3a58=_0x35fcea[_0xab45ce(0x1ec)][_0xab45ce(0x1d9)](_0xab45ce(0x1fd));this[_0xab45ce(0x1d0)](),_0x3b3a58[_0xab45ce(0x1d5)][_0xab45ce(0x1d8)](_0xab45ce(0x216),_0xab45ce(0x233),_0xab45ce(0x221),function(_0x557d08,_0x4d9b8d){const _0x5d6d01=_0xab45ce,_0x227f02=[];for(let _0x448772 of _0x557d08)_0x448772[_0x5d6d01(0x1dc)][_0x5d6d01(0x1ee)]===_0x448772[_0x5d6d01(0x1ed)][_0x5d6d01(0x205)]&&(_0x448772=_0x35fcea[_0x5d6d01(0x20a)][_0x5d6d01(0x1ce)](_0x35fcea[_0x5d6d01(0x20a)][_0x5d6d01(0x1e9)](_0x448772[_0x5d6d01(0x1dc)][_0x5d6d01(0x1ee)],0x0))),_0x227f02[_0x5d6d01(0x21d)](_0x448772);_0x35fcea[_0x5d6d01(0x20a)][_0x5d6d01(0x241)](_0x2d3ec5=>{const _0x2ed32a=_0x5d6d01,_0x479e24=_0x35fcea[_0x2ed32a(0x20a)][_0x2ed32a(0x244)][_0x2ed32a(0x1c4)],_0x5bf38e=Array[_0x2ed32a(0x23b)](_0x479e24[_0x2ed32a(0x24c)]())[_0x2ed32a(0x1e2)](_0x154cde=>_0x44a1e5[_0x2ed32a(0x1e7)](_0x154cde));_0x2d3ec5[_0x2ed32a(0x1f4)](_0x227f02),_0x35fcea[_0x2ed32a(0x21a)][_0x2ed32a(0x1d9)](_0x4d9b8d[_0x2ed32a(0x1ca)])[_0x2ed32a(0x20b)](),_0x4d9b8d[_0x2ed32a(0x222)][_0x2ed32a(0x21d)]({'forceDefaultExecution':!0x0}),_0x35fcea[_0x2ed32a(0x239)](_0x4d9b8d[_0x2ed32a(0x1ca)],..._0x4d9b8d[_0x2ed32a(0x222)]),_0x2d3ec5[_0x2ed32a(0x1f4)](_0x5bf38e);for(const _0x45d938 of _0x5bf38e)_0x45d938[_0x2ed32a(0x1fa)]();});}),_0x3b3a58[_0xab45ce(0x1eb)][_0xab45ce(0x1fc)](function(_0x9f9d09){const _0x2e2b48=_0xab45ce,_0x34d524=!_0x35fcea[_0x2e2b48(0x20a)][_0x2e2b48(0x22e)][_0x2e2b48(0x21b)](_0x9f9d09),_0x24dafb=_0x9f9d09[_0x2e2b48(0x1f5)],_0xac4214=_0x9f9d09[_0x2e2b48(0x220)],_0x5d08cc=_0x9f9d09[_0x2e2b48(0x1e0)](_0x2e2b48(0x1f0)),_0x29e7f9=!_0x24dafb||_0x24dafb[_0x2e2b48(0x1e0)](_0x2e2b48(0x1f0))!==_0x5d08cc,_0x124c01=!_0xac4214||_0xac4214[_0x2e2b48(0x1e0)](_0x2e2b48(0x1f0))!==_0x5d08cc;return _0x34d524&&Boolean(_0x5d08cc)&&_0x29e7f9&&_0x124c01;},_0x10384b=>_0x5efc82(_0x3169bb,_0xab45ce(0x209),_0x10384b));}[_0x51b464(0x1d0)](){const _0x197c25=_0x51b464,_0x159c20=this[_0x197c25(0x1c5)],_0x7f711e=_0x159c20[_0x197c25(0x23a)];function _0x4eb2e5(_0x4a08dd){const _0x29df96=_0x197c25,_0x535a62=_0x159c20[_0x29df96(0x21a)][_0x29df96(0x1d9)](_0x29df96(0x22a))[_0x29df96(0x236)],_0x3a589c=_0x159c20[_0x29df96(0x21a)][_0x29df96(0x1d9)](_0x29df96(0x23d))[_0x29df96(0x236)];return _0x29df96(0x23d)===_0x4a08dd?_0x535a62:_0x3a589c;}_0x159c20[_0x197c25(0x1ec)][_0x197c25(0x1d9)](_0x197c25(0x1fd))[_0x197c25(0x1eb)][_0x197c25(0x242)](function(_0x12b5a7){const _0x582c71=_0x197c25;if(_0x582c71(0x216)!=_0x12b5a7[_0x582c71(0x22b)])return;const {data:_0x578f23}=_0x12b5a7;if(!_0x578f23)return;let _0x3e1525,_0x5c72ce,_0x16654a,_0x49a938;switch(_0x578f23[_0x582c71(0x1ca)]){case _0x582c71(0x22a):_0x16654a=_0x578f23[_0x582c71(0x222)][0x0][_0x582c71(0x1df)],_0x49a938=_0x4eb2e5(_0x578f23[_0x582c71(0x1ca)]),_0x3e1525=_0x16654a?_0x582c71(0x20d):_0x582c71(0x1d3),!_0x49a938&&_0x159c20[_0x582c71(0x1e1)][_0x582c71(0x1d9)](_0x582c71(0x206))||(_0x3e1525=_0x582c71(0x248)),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x1bf)))};break;case _0x582c71(0x23d):_0x16654a=_0x578f23[_0x582c71(0x222)][0x0][_0x582c71(0x1df)],_0x49a938=_0x4eb2e5(_0x578f23[_0x582c71(0x1ca)]),_0x3e1525=_0x16654a?_0x582c71(0x20d):_0x582c71(0x1d3),!_0x49a938&&_0x159c20[_0x582c71(0x1e1)][_0x582c71(0x1d9)](_0x582c71(0x206))||(_0x3e1525=_0x582c71(0x248)),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x232)))};break;case _0x582c71(0x1f2):_0x3e1525=_0x582c71(0x200),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x209)))};break;case _0x582c71(0x211):_0x3e1525=function(_0x5ee253){const _0x54eb4d=_0x582c71,_0x3d85cb=_0x5ee253[_0x54eb4d(0x243)]();let _0x526615=_0x3d85cb[_0x54eb4d(0x1dc)][_0x54eb4d(0x1ee)];for(;_0x526615&&_0x3d85cb[_0x54eb4d(0x227)](_0x526615);){if(_0x526615[_0x54eb4d(0x1e0)](_0x54eb4d(0x1c6))>0x0)return!0x1;_0x526615=_0x526615[_0x54eb4d(0x220)];}return!0x0;}(_0x12b5a7)?_0x5efc82(_0x7f711e,_0x582c71(0x1d3),_0x5efc82(_0x7f711e,function(_0x41da57){const _0x2350b6=_0x582c71;return _0x2350b6(0x207)+_0x41da57[_0x2350b6(0x243)]()[_0x2350b6(0x1dc)][_0x2350b6(0x1ee)][_0x2350b6(0x1e0)](_0x2350b6(0x234))[_0x2350b6(0x219)]()+_0x2350b6(0x1c7);}(_0x12b5a7))):_0x5efc82(_0x7f711e,_0x582c71(0x1de),_0x5efc82(_0x7f711e,_0x582c71(0x209))),_0x5c72ce={'type':_0x582c71(0x247),'content':_0x3e1525};break;case _0x582c71(0x21e):case _0x582c71(0x24a):!0x1===_0x578f23[_0x582c71(0x23c)]&&(_0x3e1525=_0x582c71(0x1da),_0x5c72ce={'type':_0x582c71(0x22d),'content':_0x5efc82(_0x7f711e,_0x3e1525,_0x5efc82(_0x7f711e,_0x582c71(0x209)))});}return _0x5c72ce;});}}function ie(_0x4bba22){const _0x46447f=_0x51b464;let _0x513c75=_0x4bba22[_0x46447f(0x243)]()[_0x46447f(0x1dc)][_0x46447f(0x1ee)][_0x46447f(0x1f5)];for(;_0x513c75;){const _0x32d29b=_0x513c75[_0x46447f(0x1e0)](_0x46447f(0x1f0));if(!_0x32d29b)return!0x1;if(_0x32d29b==_0x4bba22[_0x46447f(0x235)][_0x46447f(0x224)])return _0x46447f(0x224);if(_0x32d29b==_0x4bba22[_0x46447f(0x235)][_0x46447f(0x1e6)])return _0x46447f(0x1e6);_0x513c75=_0x513c75[_0x46447f(0x1f5)];}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 _0x1afccf=_0x1aeb;(function(_0x2cee31,_0x4fd60f){const _0x2d4ce3=_0x1aeb,_0x20b45f=_0x2cee31();while(!![]){try{const _0x332571=parseInt(_0x2d4ce3(0x158))/0x1*(-parseInt(_0x2d4ce3(0x16f))/0x2)+-parseInt(_0x2d4ce3(0x177))/0x3*(-parseInt(_0x2d4ce3(0x161))/0x4)+parseInt(_0x2d4ce3(0x14f))/0x5*(-parseInt(_0x2d4ce3(0x141))/0x6)+-parseInt(_0x2d4ce3(0x16d))/0x7+-parseInt(_0x2d4ce3(0x172))/0x8+-parseInt(_0x2d4ce3(0x17c))/0x9*(-parseInt(_0x2d4ce3(0x12d))/0xa)+parseInt(_0x2d4ce3(0x186))/0xb*(parseInt(_0x2d4ce3(0x16e))/0xc);if(_0x332571===_0x4fd60f)break;else _0x20b45f['push'](_0x20b45f['shift']());}catch(_0x3d5355){_0x20b45f['push'](_0x20b45f['shift']());}}}(_0x1234,0xaa4af));import{Plugin as _0x544906}from'ckeditor5/src/core.js';import{getTranslation as _0x3f91bd}from'../utils/common-translations.js';export default class se extends _0x544906{[_0x1afccf(0x175)](){const _0x32702d=_0x1afccf;if(!this[_0x32702d(0x171)][_0x32702d(0x174)][_0x32702d(0x15e)](_0x32702d(0x13d)))return;const _0x142a21=this[_0x32702d(0x171)][_0x32702d(0x133)][_0x32702d(0x14a)](_0x32702d(0x156)),_0x32b1c2=this[_0x32702d(0x171)][_0x32702d(0x174)][_0x32702d(0x14a)](_0x32702d(0x13a));_0x142a21[_0x32702d(0x17a)]&&_0x32b1c2[_0x32702d(0x144)](_0x32702d(0x17d),[],[_0x32702d(0x17d)]),_0x142a21[_0x32702d(0x15b)]&&_0x32b1c2[_0x32702d(0x144)](_0x32702d(0x153),[],[_0x32702d(0x153)]),_0x142a21[_0x32702d(0x148)]&&_0x32b1c2[_0x32702d(0x144)](_0x32702d(0x16b),[],[_0x32702d(0x16b)]);const _0x1a3c10={'type':_0x32702d(0x151),'content':''};_0x32b1c2[_0x32702d(0x152)][_0x32702d(0x182)](this[_0x32702d(0x183)][_0x32702d(0x13f)](this));const _0x3a2cea=this[_0x32702d(0x171)][_0x32702d(0x14d)];_0x32b1c2[_0x32702d(0x152)][_0x32702d(0x12f)](_0x32702d(0x153),_0x3f91bd(_0x3a2cea,_0x32702d(0x155))),_0x32b1c2[_0x32702d(0x152)][_0x32702d(0x182)](_0x43092c=>{const _0x351543=_0x32702d,{data:_0x15573d}=_0x43092c;if(_0x15573d&&_0x351543(0x153)==_0x15573d[_0x351543(0x13e)])return null==_0x15573d[_0x351543(0x176)]||0x0==_0x15573d[_0x351543(0x176)]&&null==_0x15573d[_0x351543(0x14b)]?_0x1a3c10:void 0x0;}),_0x32b1c2[_0x32702d(0x152)][_0x32702d(0x12f)](_0x32702d(0x16b),_0x3f91bd(_0x3a2cea,_0x32702d(0x12c))),_0x32b1c2[_0x32702d(0x152)][_0x32702d(0x182)](_0x3713d9=>{const _0x41cae0=_0x32702d,{data:_0x2805d1}=_0x3713d9;if(_0x2805d1&&_0x41cae0(0x16b)==_0x2805d1[_0x41cae0(0x13e)])return null==_0x2805d1[_0x41cae0(0x176)]||0x1==_0x2805d1[_0x41cae0(0x176)]&&null==_0x2805d1[_0x41cae0(0x14b)]?_0x1a3c10:void 0x0;}),this[_0x32702d(0x171)][_0x32702d(0x185)][_0x32702d(0x16c)][_0x32702d(0x164)](_0x50c574=>{const _0x3aa664=_0x32702d;if(_0x50c574[_0x3aa664(0x169)][_0x3aa664(0x15f)])return!0x1;let _0x9f04e7=!0x1;const _0x51af3=_0x32b1c2[_0x3aa664(0x16a)]({'skipNotAttached':!0x0})[_0x3aa664(0x187)](_0x3fa944=>{const _0x43836d=_0x3aa664,_0x34e170=_0x32b1c2[_0x43836d(0x17f)](_0x3fa944);return _0x43836d(0x16b)==_0x34e170||_0x43836d(0x153)==_0x34e170;});for(const _0x4e2784 of _0x51af3){if(_0x3aa664(0x170)==_0x4e2784[_0x3aa664(0x150)]()[_0x3aa664(0x12e)][_0x3aa664(0x17b)][_0x3aa664(0x165)](_0x3aa664(0x14c)))continue;_0x32b1c2[_0x3aa664(0x149)](_0x4e2784[_0x3aa664(0x150)](),_0x3aa664(0x168))[_0x3aa664(0x15d)](_0x3ab5b0=>_0x3aa664(0x14c)==_0x32b1c2[_0x3aa664(0x17f)](_0x3ab5b0[_0x3aa664(0x137)]))||(_0x50c574[_0x3aa664(0x160)](_0x4e2784[_0x3aa664(0x184)]()),_0x9f04e7=!0x0);}return _0x9f04e7;}),this[_0x32702d(0x134)]();}[_0x1afccf(0x183)](_0x515f13){const _0x1d4f43=_0x1afccf,_0x37fdab=this[_0x1d4f43(0x171)][_0x1d4f43(0x14d)],{data:_0x45b559}=_0x515f13,_0x17b4ea={'type':_0x1d4f43(0x151),'content':''};if(!_0x45b559||_0x1d4f43(0x17d)!=_0x45b559[_0x1d4f43(0x13e)])return;if(!_0x45b559[_0x1d4f43(0x14b)])return _0x1d4f43(0x179)==_0x45b559[_0x1d4f43(0x176)]?_0x17b4ea:{'type':_0x1d4f43(0x151),'content':''+_0x3f91bd(_0x37fdab,_0x1d4f43(0x13b),_0x3f91bd(_0x37fdab,this[_0x1d4f43(0x166)](_0x45b559[_0x1d4f43(0x176)])))};if(!_0x45b559[_0x1d4f43(0x176)]){if(_0x1d4f43(0x179)==_0x45b559[_0x1d4f43(0x14b)])return _0x17b4ea;let _0x31930f=_0x515f13[_0x1d4f43(0x157)];for(;_0x31930f;){if(_0x31930f[_0x1d4f43(0x15c)]&&_0x1d4f43(0x14c)==_0x31930f[_0x1d4f43(0x15c)][_0x1d4f43(0x13e)]&&_0x31930f[_0x1d4f43(0x15c)][_0x1d4f43(0x176)])return _0x17b4ea;_0x31930f=_0x31930f[_0x1d4f43(0x132)];}return{'type':_0x1d4f43(0x151),'content':''+_0x3f91bd(_0x37fdab,_0x1d4f43(0x173),_0x3f91bd(_0x37fdab,this[_0x1d4f43(0x166)](_0x45b559[_0x1d4f43(0x14b)])))};}if(_0x1d4f43(0x179)!=_0x45b559[_0x1d4f43(0x176)])return{'type':_0x1d4f43(0x151),'content':''+_0x3f91bd(_0x37fdab,_0x1d4f43(0x13b),_0x3f91bd(_0x37fdab,this[_0x1d4f43(0x166)](_0x45b559[_0x1d4f43(0x176)])))};let _0x556e0e=_0x515f13[_0x1d4f43(0x157)];for(;_0x556e0e;){if(_0x556e0e[_0x1d4f43(0x15c)]&&_0x1d4f43(0x14c)==_0x556e0e[_0x1d4f43(0x15c)][_0x1d4f43(0x13e)]&&_0x556e0e[_0x1d4f43(0x15c)][_0x1d4f43(0x176)]&&_0x556e0e[_0x1d4f43(0x15c)][_0x1d4f43(0x14b)])return _0x17b4ea;_0x556e0e=_0x556e0e[_0x1d4f43(0x132)];}const _0x5901b9=_0x515f13[_0x1d4f43(0x150)]()[_0x1d4f43(0x12e)][_0x1d4f43(0x17b)][_0x1d4f43(0x165)](_0x1d4f43(0x14c));return{'type':_0x1d4f43(0x151),'content':_0x3f91bd(_0x37fdab,_0x1d4f43(0x13b),_0x3f91bd(_0x37fdab,_0x1d4f43(0x146)+_0x5901b9[_0x1d4f43(0x154)]()+_0x1d4f43(0x17e)))};}[_0x1afccf(0x134)](){const _0x29374b=_0x1afccf,_0x2ec735=this[_0x29374b(0x171)],_0x3df334=_0x2ec735[_0x29374b(0x14d)];_0x2ec735[_0x29374b(0x174)][_0x29374b(0x14a)](_0x29374b(0x13a))[_0x29374b(0x152)][_0x29374b(0x182)](_0x549ddc=>{const _0x43ab09=_0x29374b;if(_0x43ab09(0x145)!=_0x549ddc[_0x43ab09(0x14e)])return;const {data:_0x2e97c4}=_0x549ddc;if(!_0x2e97c4)return;let _0x1f5c14,_0x42c6ba;switch(_0x2e97c4[_0x43ab09(0x163)]){case _0x43ab09(0x17d):_0x1f5c14=_0x43ab09(0x138),_0x42c6ba={'type':_0x43ab09(0x151),'content':_0x3f91bd(_0x3df334,_0x1f5c14,_0x3f91bd(_0x3df334,this[_0x43ab09(0x166)](_0x2e97c4[_0x43ab09(0x136)][0x0][_0x43ab09(0x14e)])))};break;case _0x43ab09(0x153):_0x1f5c14=_0x2e97c4[_0x43ab09(0x136)][0x0][_0x43ab09(0x15b)]?_0x43ab09(0x143):_0x43ab09(0x167),_0x42c6ba={'type':_0x43ab09(0x151),'content':_0x3f91bd(_0x3df334,_0x1f5c14)};break;case _0x43ab09(0x16b):_0x1f5c14=_0x43ab09(0x130),_0x42c6ba={'type':_0x43ab09(0x151),'content':_0x3f91bd(_0x3df334,_0x1f5c14,_0x2e97c4[_0x43ab09(0x136)][0x0][_0x43ab09(0x148)])};}return _0x42c6ba;});}[_0x1afccf(0x166)](_0x10cc44){const _0x5b7b1c=_0x1afccf;return _0x5b7b1c(0x146)+function(_0x4c7827){const _0x5e7acf=_0x5b7b1c;if(ae[_0x5e7acf(0x159)](_0x4c7827))return _0x5e7acf(0x139);if(le[_0x5e7acf(0x159)](_0x4c7827))return _0x5e7acf(0x170);return null;}(_0x10cc44)[_0x5b7b1c(0x154)]()+_0x5b7b1c(0x13c)+_0x10cc44[_0x5b7b1c(0x154)]()[_0x5b7b1c(0x181)](/-/g,'_');}}function _0x1234(){const _0x191fef=['10186990SgAxng','start','registerAttributeLabel','*Format:*\x20set\x20start\x20index\x20to\x20%0','upper-latin','next','config','_registerLegacyDescription','decimal-leading-zero','commandParams','suggestion','*Change\x20to:*\x20%0','bulleted','TrackChangesEditing','*Set\x20format:*\x20%0','_LIST_','ListPropertiesEditing','key','bind','disc','6NhFvdm','decimal','*Format:*\x20set\x20order\x20to\x20reversed','_enableDefaultAttributesIntegration','formatBlock','ELEMENT_','square','startIndex','_findSuggestions','get','oldValue','listType','locale','type','2327285hBczSK','getFirstRange','format','_descriptionFactory','listReversed','toUpperCase','FORMAT_LIST_REVERSED','list.properties','head','79RQlpaH','includes','circle','reversed','data','find','has','isUndo','removeMarker','1162132MoRsjM','lower-latin','commandName','registerPostFixer','getAttribute','_getTranslationKeyForListStyle','*Format:*\x20set\x20order\x20to\x20regular','attribute','batch','getSuggestions','listStart','document','8466808xAyfwr','3072lbZbnj','5794gDiygE','numbered','editor','8823880QhDPiV','*Remove\x20format:*\x20%0','plugins','afterInit','newValue','3kXPjTA','lower-roman','default','styles','nodeAfter','9fRyNCF','listStyle','_LIST_DEFAULT','_getAttributeKey','upper-roman','replace','registerDescriptionCallback','handleDescriptions','getFirstMarker','model','102916ItswTm','filter','FORMAT_LIST_START'];_0x1234=function(){return _0x191fef;};return _0x1234();}function _0x1aeb(_0x5bcbc4,_0xd4dc37){const _0x1234b6=_0x1234();return _0x1aeb=function(_0x1aeb9c,_0x118e24){_0x1aeb9c=_0x1aeb9c-0x12c;let _0x6ae838=_0x1234b6[_0x1aeb9c];return _0x6ae838;},_0x1aeb(_0x5bcbc4,_0xd4dc37);}const ae=[_0x1afccf(0x140),_0x1afccf(0x15a),_0x1afccf(0x147)],le=[_0x1afccf(0x142),_0x1afccf(0x135),_0x1afccf(0x178),_0x1afccf(0x180),_0x1afccf(0x162),_0x1afccf(0x131)];
@@ -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
+ function _0x30f8(){const _0x483165=['enableCommand','downcastDispatcher','afterInit','conversion','elementToElement','TrackChangesEditing','editor','media','registerElementLabel','mediaEmbed','has','3644376KYUWHc','_descriptionFactory','MediaEmbedEditing','1143940PlaRQs','2228193kQGNHr','locale','ELEMENT_MEDIA','1436400SNbiht','div','attribute:url:media','options','for','dataDowncast','stop','36TdqoHS','showSuggestionHighlights','16402552rBVZCF','high','plugins','data','806071jsWhRT','3794MfWOfo','createEmptyElement','get'];_0x30f8=function(){return _0x483165;};return _0x30f8();}const _0x3b28a2=_0x4247;(function(_0x2a87cc,_0x470396){const _0x2a3fed=_0x4247,_0x19c702=_0x2a87cc();while(!![]){try{const _0x109a68=-parseInt(_0x2a3fed(0xc7))/0x1+-parseInt(_0x2a3fed(0xb9))/0x2+-parseInt(_0x2a3fed(0xb6))/0x3+parseInt(_0x2a3fed(0xb2))/0x4+-parseInt(_0x2a3fed(0xb5))/0x5+-parseInt(_0x2a3fed(0xc0))/0x6*(parseInt(_0x2a3fed(0xc6))/0x7)+parseInt(_0x2a3fed(0xc2))/0x8;if(_0x109a68===_0x470396)break;else _0x19c702['push'](_0x19c702['shift']());}catch(_0x1b08bf){_0x19c702['push'](_0x19c702['shift']());}}}(_0x30f8,0x8cdd6));import{Plugin as _0x5ff2ca}from'ckeditor5/src/core.js';import{getTranslation as _0x7adff2}from'../utils/common-translations.js';function _0x4247(_0x30618a,_0x5c3125){const _0x30f8bf=_0x30f8();return _0x4247=function(_0x4247c3,_0x356027){_0x4247c3=_0x4247c3-0xb1;let _0x134c7f=_0x30f8bf[_0x4247c3];return _0x134c7f;},_0x4247(_0x30618a,_0x5c3125);}export default class ft extends _0x5ff2ca{[_0x3b28a2(0xcc)](){const _0x203ccd=_0x3b28a2,_0x8437a9=this[_0x203ccd(0xd0)];if(!_0x8437a9[_0x203ccd(0xc4)][_0x203ccd(0xb1)](_0x203ccd(0xb4)))return;const _0x23b18e=_0x8437a9[_0x203ccd(0xc4)][_0x203ccd(0xc9)](_0x203ccd(0xcf)),_0x1f10cf=_0x8437a9[_0x203ccd(0xb7)];_0x23b18e[_0x203ccd(0xca)](_0x203ccd(0xd3)),_0x23b18e[_0x203ccd(0xb3)][_0x203ccd(0xd2)](_0x203ccd(0xd1),_0x2e2de8=>_0x7adff2(_0x1f10cf,_0x203ccd(0xb8),_0x2e2de8)),_0x8437a9[_0x203ccd(0xcd)][_0x203ccd(0xbd)](_0x203ccd(0xbe))[_0x203ccd(0xce)]({'model':_0x203ccd(0xd1),'view':(_0x511335,{writer:_0x7ba454,options:_0x2dfe24})=>{const _0x190509=_0x203ccd;if(_0x2dfe24[_0x190509(0xc1)])return _0x7ba454[_0x190509(0xc8)](_0x190509(0xba));},'converterPriority':_0x203ccd(0xc3)}),_0x8437a9[_0x203ccd(0xc5)][_0x203ccd(0xcb)]['on'](_0x203ccd(0xbb),(_0x176159,_0x2df33c,_0x35e744)=>{const _0x569602=_0x203ccd;_0x35e744[_0x569602(0xbc)][_0x569602(0xc1)]&&_0x176159[_0x569602(0xbf)]();},{'priority':_0x203ccd(0xc3)});}}
@@ -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 _0x3f219a=_0x17b3;(function(_0x2b5674,_0x3eb98b){const _0x5c8bc5=_0x17b3,_0x25c6f3=_0x2b5674();while(!![]){try{const _0x20cf96=parseInt(_0x5c8bc5(0xdc))/0x1*(parseInt(_0x5c8bc5(0xce))/0x2)+-parseInt(_0x5c8bc5(0xc8))/0x3*(parseInt(_0x5c8bc5(0xcc))/0x4)+parseInt(_0x5c8bc5(0xd1))/0x5*(-parseInt(_0x5c8bc5(0xdb))/0x6)+-parseInt(_0x5c8bc5(0xc9))/0x7*(parseInt(_0x5c8bc5(0xd8))/0x8)+-parseInt(_0x5c8bc5(0xd4))/0x9*(-parseInt(_0x5c8bc5(0xcf))/0xa)+parseInt(_0x5c8bc5(0xd2))/0xb*(-parseInt(_0x5c8bc5(0xd7))/0xc)+parseInt(_0x5c8bc5(0xd9))/0xd;if(_0x20cf96===_0x3eb98b)break;else _0x25c6f3['push'](_0x25c6f3['shift']());}catch(_0x51342e){_0x25c6f3['push'](_0x25c6f3['shift']());}}}(_0x3496,0x71900));import{Plugin as _0x1cde0e}from'ckeditor5/src/core.js';function _0x17b3(_0x1d7773,_0x3ca200){const _0x349643=_0x3496();return _0x17b3=function(_0x17b3e0,_0x23496c){_0x17b3e0=_0x17b3e0-0xc7;let _0x1e7a6f=_0x349643[_0x17b3e0];return _0x1e7a6f;},_0x17b3(_0x1d7773,_0x3ca200);}export default class gt extends _0x1cde0e{[_0x3f219a(0xcd)](){const _0x1251eb=_0x3f219a,_0x1b910d=this[_0x1251eb(0xca)];_0x1b910d[_0x1251eb(0xd6)][_0x1251eb(0xcb)](_0x1251eb(0xda))&&_0x1b910d[_0x1251eb(0xd6)][_0x1251eb(0xd3)](_0x1251eb(0xc7))[_0x1251eb(0xd5)](_0x1251eb(0xd0));}}function _0x3496(){const _0x2c46e1=['1723501Joiluh','MentionEditing','307872jDPXnu','441033wMyANh','TrackChangesEditing','6300NgPPTo','77zKfZvR','editor','has','228WMtsqj','afterInit','2NdXqoe','10kiITEo','mention','25FHbKsX','154axpaEq','get','7691049cPoypj','enableCommand','plugins','466080TVLrlW','31272KcIeHV'];_0x3496=function(){return _0x2c46e1;};return _0x3496();}
@@ -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 _0x48959d=_0x4fce;function _0x4fce(_0x206f75,_0x3cc705){const _0x794b2b=_0x794b();return _0x4fce=function(_0x4fceb8,_0x54d39c){_0x4fceb8=_0x4fceb8-0x171;let _0x293f82=_0x794b2b[_0x4fceb8];return _0x293f82;},_0x4fce(_0x206f75,_0x3cc705);}(function(_0x3551bb,_0x43d765){const _0x4b7171=_0x4fce,_0x516427=_0x3551bb();while(!![]){try{const _0x4e69b9=-parseInt(_0x4b7171(0x180))/0x1*(-parseInt(_0x4b7171(0x174))/0x2)+-parseInt(_0x4b7171(0x176))/0x3*(parseInt(_0x4b7171(0x17a))/0x4)+-parseInt(_0x4b7171(0x17e))/0x5*(parseInt(_0x4b7171(0x182))/0x6)+parseInt(_0x4b7171(0x173))/0x7+parseInt(_0x4b7171(0x17f))/0x8+-parseInt(_0x4b7171(0x177))/0x9+parseInt(_0x4b7171(0x183))/0xa;if(_0x4e69b9===_0x43d765)break;else _0x516427['push'](_0x516427['shift']());}catch(_0x4d2b47){_0x516427['push'](_0x516427['shift']());}}}(_0x794b,0x8443e));function _0x794b(){const _0x4b2ade=['locale','27kPyUUe','6657309gljnwz','editor','PageBreakEditing','95684ulJyNl','get','afterInit','enableCommand','10mXcFEI','1760944mEAtfF','186mTVMnC','registerElementLabel','2585724xITsgi','8734690ICgNbt','ELEMENT_PAGE_BREAK','pageBreak','_descriptionFactory','plugins','has','TrackChangesEditing','3271205JJLkLQ','8578xDZTgF'];_0x794b=function(){return _0x4b2ade;};return _0x794b();}import{Plugin as _0x4e3c07}from'ckeditor5/src/core.js';import{getTranslation as _0x36e44f}from'../utils/common-translations.js';export default class lt extends _0x4e3c07{[_0x48959d(0x17c)](){const _0x488611=_0x48959d,_0x56e4f4=this[_0x488611(0x178)];if(!_0x56e4f4[_0x488611(0x187)][_0x488611(0x171)](_0x488611(0x179)))return;_0x56e4f4[_0x488611(0x187)][_0x488611(0x17b)](_0x488611(0x172))[_0x488611(0x17d)](_0x488611(0x185));const _0x48602c=_0x56e4f4[_0x488611(0x187)][_0x488611(0x17b)](_0x488611(0x172)),_0x275691=_0x56e4f4[_0x488611(0x175)];_0x48602c[_0x488611(0x186)][_0x488611(0x181)](_0x488611(0x185),_0x44f2fd=>_0x36e44f(_0x275691,_0x488611(0x184),_0x44f2fd));}}
@@ -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 _0x4b3a(_0xc27b1,_0xef6213){const _0x4b0d8c=_0x4b0d();return _0x4b3a=function(_0x4b3adb,_0x5b89c7){_0x4b3adb=_0x4b3adb-0x145;let _0x693efe=_0x4b0d8c[_0x4b3adb];return _0x693efe;},_0x4b3a(_0xc27b1,_0xef6213);}const _0x190562=_0x4b3a;(function(_0x1b3ac8,_0x1cfe4e){const _0x3a58af=_0x4b3a,_0x2be0fa=_0x1b3ac8();while(!![]){try{const _0x3df78a=parseInt(_0x3a58af(0x181))/0x1*(parseInt(_0x3a58af(0x167))/0x2)+-parseInt(_0x3a58af(0x151))/0x3*(parseInt(_0x3a58af(0x17f))/0x4)+-parseInt(_0x3a58af(0x16b))/0x5+-parseInt(_0x3a58af(0x180))/0x6+parseInt(_0x3a58af(0x179))/0x7+parseInt(_0x3a58af(0x18a))/0x8*(-parseInt(_0x3a58af(0x183))/0x9)+-parseInt(_0x3a58af(0x15f))/0xa*(-parseInt(_0x3a58af(0x15d))/0xb);if(_0x3df78a===_0x1cfe4e)break;else _0x2be0fa['push'](_0x2be0fa['shift']());}catch(_0xa36945){_0x2be0fa['push'](_0x2be0fa['shift']());}}}(_0x4b0d,0x43bb0));import{Plugin as _0x21d9d0}from'ckeditor5/src/core.js';function _0x4b0d(){const _0x21469c=['insertion','getFirstRange','highest','downcastDispatcher','model','plugins','ck-suggestion-marker--active','commandName','createUIElement','has','Paragraph','733284uvanWb','formatBlock','includes','mapper','nodeAfter','insertParagraph','consumable','isTouching','ck-suggestion-marker-split','get','isBlock','end','5379xrVEqD','name','2830kqXRQy','enableCommand','*Insert:*\x20%0','markerRange','checkChild','TrackChangesEditing','data','*Change\x20to:*\x20%0','607426lRWEmP','paragraph','writer','ELEMENT_PARAGRAPH','608675opzNis','addMarker:suggestion:insertion','start','_enableDefaultAttributesIntegration','options','activeMarkers','_descriptionFactory','$text','afterInit','format','markerName','isLimit','editing','toViewPosition','3148019GRjojE','registerDescriptionCallback','showSuggestionHighlights','addClass','editor','registerElementLabel','4WAlAUh','172680udHRPT','1skqhWb','bindElementToMarker','1881bHiYsh','insert','schema','type','span','getItemLabel','_registerLegacyDescription','8400IzgDvg','locale','consume'];_0x4b0d=function(){return _0x21469c;};return _0x4b0d();}import{getTranslation as _0x3a9c38}from'../utils/common-translations.js';export default class mt extends _0x21d9d0{[_0x190562(0x173)](){const _0x31b312=_0x190562,_0xee7913=this[_0x31b312(0x17d)];if(!_0xee7913[_0x31b312(0x14b)][_0x31b312(0x14f)](_0x31b312(0x150)))return;const _0x40f62b=_0xee7913[_0x31b312(0x18b)],_0x361bfe=_0xee7913[_0x31b312(0x14b)][_0x31b312(0x15a)](_0x31b312(0x164));_0x361bfe[_0x31b312(0x171)][_0x31b312(0x17e)](_0x31b312(0x168),_0xee2b32=>_0x3a9c38(_0x40f62b,_0x31b312(0x16a),_0xee2b32)),_0x361bfe[_0x31b312(0x16e)](_0x31b312(0x168)),_0x361bfe[_0x31b312(0x160)](_0x31b312(0x156)),_0xee7913[_0x31b312(0x177)][_0x31b312(0x149)]['on'](_0x31b312(0x16c),nr(_0xee7913),{'priority':_0x31b312(0x148)}),_0xee7913[_0x31b312(0x165)][_0x31b312(0x149)]['on'](_0x31b312(0x16c),(_0x576518,_0x3d7ff7,_0x297807)=>{const _0x38f617=_0x31b312;_0x297807[_0x38f617(0x16f)][_0x38f617(0x17b)]&&nr(_0xee7913,{'showActiveMarker':!0x1})(_0x576518,_0x3d7ff7,_0x297807);},{'priority':_0x31b312(0x148)});const _0x53f519=_0x361bfe[_0x31b312(0x171)];_0x53f519[_0x31b312(0x17a)](_0x2200b5=>{const _0x3e4d55=_0x31b312;if(_0x3e4d55(0x146)!==_0x2200b5[_0x3e4d55(0x186)])return;const {start:_0x2cfcc0,end:_0x5d6f0a}=_0x2200b5[_0x3e4d55(0x147)]();if(!_0x2cfcc0[_0x3e4d55(0x158)](_0x5d6f0a)||!_0x2cfcc0[_0x3e4d55(0x155)])return;const _0x52454e=_0xee7913[_0x3e4d55(0x14a)][_0x3e4d55(0x185)],_0x43c1e2=_0x2cfcc0[_0x3e4d55(0x155)];return _0x52454e[_0x3e4d55(0x15b)](_0x43c1e2)&&!_0x52454e[_0x3e4d55(0x176)](_0x43c1e2)&&_0x52454e[_0x3e4d55(0x163)](_0x43c1e2,_0x3e4d55(0x172))?{'type':_0x3e4d55(0x146),'content':_0x3a9c38(_0x40f62b,_0x3e4d55(0x161),_0x53f519[_0x3e4d55(0x188)](_0x43c1e2,0x1))}:void 0x0;}),this[_0x31b312(0x189)]();}[_0x190562(0x189)](){const _0x2c95a9=_0x190562,_0x2fb4dd=this[_0x2c95a9(0x17d)],_0xdf97b2=_0x2fb4dd[_0x2c95a9(0x18b)];_0x2fb4dd[_0x2c95a9(0x14b)][_0x2c95a9(0x15a)](_0x2c95a9(0x164))[_0x2c95a9(0x171)][_0x2c95a9(0x17a)](_0x18b93a=>{const _0x3ca93f=_0x2c95a9;if(_0x3ca93f(0x152)!=_0x18b93a[_0x3ca93f(0x186)])return;const {data:_0x410384}=_0x18b93a;return _0x410384&&_0x3ca93f(0x168)==_0x410384[_0x3ca93f(0x14d)]?{'type':_0x3ca93f(0x174),'content':_0x3a9c38(_0xdf97b2,_0x3ca93f(0x166),_0x3a9c38(_0xdf97b2,_0x3ca93f(0x16a)))}:void 0x0;});}}function nr(_0x3d0989,{showActiveMarker:_0x44e3fc=!0x0}={}){return(_0x36f613,_0x151f8a,_0x418c6d)=>{const _0xf9836c=_0x4b3a,_0x3bbbc2=_0x3d0989[_0xf9836c(0x14b)][_0xf9836c(0x15a)](_0xf9836c(0x164)),_0x51db63=_0x151f8a[_0xf9836c(0x162)][_0xf9836c(0x16d)],_0x3e98b7=_0x151f8a[_0xf9836c(0x162)][_0xf9836c(0x15c)],_0x3e185f=_0x3d0989[_0xf9836c(0x14a)][_0xf9836c(0x185)];if(!_0x51db63[_0xf9836c(0x158)](_0x3e98b7)||!_0x51db63[_0xf9836c(0x155)])return;const _0x35f710=_0x51db63[_0xf9836c(0x155)];if(_0x3e185f[_0xf9836c(0x15b)](_0x35f710)&&!_0x3e185f[_0xf9836c(0x176)](_0x35f710)&&_0x3e185f[_0xf9836c(0x163)](_0x35f710,_0xf9836c(0x172))){if(!_0x418c6d[_0xf9836c(0x157)][_0xf9836c(0x145)](_0x151f8a[_0xf9836c(0x162)],_0x36f613[_0xf9836c(0x15e)]))return;const _0x1cb05f=_0x418c6d[_0xf9836c(0x169)][_0xf9836c(0x14e)](_0xf9836c(0x187),{'class':_0xf9836c(0x159)}),_0x12b9f6=_0x418c6d[_0xf9836c(0x154)][_0xf9836c(0x178)](_0x3e98b7);_0x44e3fc&&_0x3bbbc2[_0xf9836c(0x170)][_0xf9836c(0x153)](_0x151f8a[_0xf9836c(0x175)])&&_0x418c6d[_0xf9836c(0x169)][_0xf9836c(0x17c)](_0xf9836c(0x14c),_0x1cb05f),_0x418c6d[_0xf9836c(0x169)][_0xf9836c(0x184)](_0x12b9f6,_0x1cb05f),_0x418c6d[_0xf9836c(0x154)][_0xf9836c(0x182)](_0x1cb05f,_0x151f8a[_0xf9836c(0x175)]);}};}
@@ -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 _0x55335f=_0x43cf;function _0x43cf(_0x41ba41,_0x3fb104){const _0x122c38=_0x122c();return _0x43cf=function(_0x43cf30,_0x442e92){_0x43cf30=_0x43cf30-0x1d2;let _0x6e32c6=_0x122c38[_0x43cf30];return _0x6e32c6;},_0x43cf(_0x41ba41,_0x3fb104);}function _0x122c(){const _0x1f28c2=['_descriptionFactory','format','9DRxxTX','registerDescriptionCallback','5jctHpk','3902640gYyLrd','afterInit','type','formatBlock','_registerLegacyDescription','removeFormat','commandName','editor','get','9388960fDKQVf','7pRarON','24044207cNqqqB','TrackChangesEditing','RemoveFormatEditing','*Remove\x20all\x20formatting*','plugins','810nBuMmg','_enableDefaultAttributesIntegration','has','formatInline','4117335dnsinP','2466552GPOpxa','335sFhTEu','4946332CWXJXE','locale'];_0x122c=function(){return _0x1f28c2;};return _0x122c();}(function(_0x1149e5,_0x1f7e12){const _0x8e82b3=_0x43cf,_0x441f91=_0x1149e5();while(!![]){try{const _0x17cee4=parseInt(_0x8e82b3(0x1dd))/0x1*(parseInt(_0x8e82b3(0x1d7))/0x2)+-parseInt(_0x8e82b3(0x1db))/0x3+-parseInt(_0x8e82b3(0x1de))/0x4*(-parseInt(_0x8e82b3(0x1e4))/0x5)+-parseInt(_0x8e82b3(0x1e5))/0x6+parseInt(_0x8e82b3(0x1ef))/0x7*(parseInt(_0x8e82b3(0x1dc))/0x8)+-parseInt(_0x8e82b3(0x1e2))/0x9*(parseInt(_0x8e82b3(0x1ee))/0xa)+parseInt(_0x8e82b3(0x1d2))/0xb;if(_0x17cee4===_0x1f7e12)break;else _0x441f91['push'](_0x441f91['shift']());}catch(_0x113da5){_0x441f91['push'](_0x441f91['shift']());}}}(_0x122c,0xdcdb9));import{Plugin as _0x5c4e70}from'ckeditor5/src/core.js';import{getTranslation as _0xcae5e3}from'../utils/common-translations.js';export default class dt extends _0x5c4e70{[_0x55335f(0x1e6)](){const _0x3c2551=_0x55335f,_0x174e44=this[_0x3c2551(0x1ec)];if(!_0x174e44[_0x3c2551(0x1d6)][_0x3c2551(0x1d9)](_0x3c2551(0x1d4)))return;_0x174e44[_0x3c2551(0x1d6)][_0x3c2551(0x1ed)](_0x3c2551(0x1d3))[_0x3c2551(0x1d8)](_0x3c2551(0x1ea)),this[_0x3c2551(0x1e9)]();}[_0x55335f(0x1e9)](){const _0x39ca7a=_0x55335f,_0xd876ba=this[_0x39ca7a(0x1ec)];_0xd876ba[_0x39ca7a(0x1d6)][_0x39ca7a(0x1ed)](_0x39ca7a(0x1d3))[_0x39ca7a(0x1e0)][_0x39ca7a(0x1e3)](_0x37025e=>{const _0x14ac1c=_0x39ca7a;if(_0x14ac1c(0x1e8)!=_0x37025e[_0x14ac1c(0x1e7)]&&_0x14ac1c(0x1da)!=_0x37025e[_0x14ac1c(0x1e7)])return;const {data:_0x187140}=_0x37025e;return _0x187140&&_0x14ac1c(0x1ea)==_0x187140[_0x14ac1c(0x1eb)]?{'type':_0x14ac1c(0x1e1),'content':_0xcae5e3(_0xd876ba[_0x14ac1c(0x1df)],_0x14ac1c(0x1d5))}:void 0x0;});}}
@@ -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
+ function _0x54be(){const _0x4b2341=['9778446nidcUx','6442758FvIMNg','acceptSelectedSuggestions','discardSelectedSuggestions','164661AyPAhh','RestrictedEditingModeEditing','goToNextRestrictedEditingException','acceptAllSuggestions','editor','discardSuggestion','plugins','has','6778904snUbxU','acceptSuggestion','goToPreviousRestrictedEditingException','3085648fimrID','discardAllSuggestions','9WPnOPK','5834845xTTskA','get','TrackChangesEditing','enableCommand','trackChanges','48mgQXuS','afterInit','1079517QHNRhM'];_0x54be=function(){return _0x4b2341;};return _0x54be();}const _0x407933=_0x26dd;(function(_0x362409,_0x22eb3c){const _0x46d6c4=_0x26dd,_0x1984eb=_0x362409();while(!![]){try{const _0x51272a=-parseInt(_0x46d6c4(0xd1))/0x1+parseInt(_0x46d6c4(0xc7))/0x2+-parseInt(_0x46d6c4(0xd6))/0x3*(parseInt(_0x46d6c4(0xcf))/0x4)+parseInt(_0x46d6c4(0xca))/0x5+parseInt(_0x46d6c4(0xd2))/0x6+-parseInt(_0x46d6c4(0xd3))/0x7+parseInt(_0x46d6c4(0xc4))/0x8*(-parseInt(_0x46d6c4(0xc9))/0x9);if(_0x51272a===_0x22eb3c)break;else _0x1984eb['push'](_0x1984eb['shift']());}catch(_0x2ce845){_0x1984eb['push'](_0x1984eb['shift']());}}}(_0x54be,0xcb850));function _0x26dd(_0x571b71,_0x5a01dd){const _0x54be88=_0x54be();return _0x26dd=function(_0x26dda7,_0x55b498){_0x26dda7=_0x26dda7-0xbd;let _0x4a6a0f=_0x54be88[_0x26dda7];return _0x4a6a0f;},_0x26dd(_0x571b71,_0x5a01dd);}import{Plugin as _0x5d0dda}from'ckeditor5/src/core.js';export default class pt extends _0x5d0dda{[_0x407933(0xd0)](){const _0x4c85da=_0x407933,_0x2a4536=this[_0x4c85da(0xc0)];if(!_0x2a4536[_0x4c85da(0xc2)][_0x4c85da(0xc3)](_0x4c85da(0xbd)))return;const _0xafa75d=_0x2a4536[_0x4c85da(0xc2)][_0x4c85da(0xcb)](_0x4c85da(0xcc));_0xafa75d[_0x4c85da(0xcd)](_0x4c85da(0xc6)),_0xafa75d[_0x4c85da(0xcd)](_0x4c85da(0xbe));const _0x34f47f=_0x2a4536[_0x4c85da(0xc2)][_0x4c85da(0xcb)](_0x4c85da(0xbd));_0x34f47f[_0x4c85da(0xcd)](_0x4c85da(0xce)),_0x34f47f[_0x4c85da(0xcd)](_0x4c85da(0xc5)),_0x34f47f[_0x4c85da(0xcd)](_0x4c85da(0xc1)),_0x34f47f[_0x4c85da(0xcd)](_0x4c85da(0xbf)),_0x34f47f[_0x4c85da(0xcd)](_0x4c85da(0xc8)),_0x34f47f[_0x4c85da(0xcd)](_0x4c85da(0xd4)),_0x34f47f[_0x4c85da(0xcd)](_0x4c85da(0xd5));}}
@@ -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
+ const _0x102d72=_0xb5f0;(function(_0x57623c,_0x448588){const _0x5631c0=_0xb5f0,_0xd5d500=_0x57623c();while(!![]){try{const _0x47ccb1=-parseInt(_0x5631c0(0x138))/0x1+parseInt(_0x5631c0(0x166))/0x2*(-parseInt(_0x5631c0(0x13a))/0x3)+-parseInt(_0x5631c0(0x167))/0x4+-parseInt(_0x5631c0(0x141))/0x5+parseInt(_0x5631c0(0x13d))/0x6+-parseInt(_0x5631c0(0x13f))/0x7*(-parseInt(_0x5631c0(0x135))/0x8)+parseInt(_0x5631c0(0x168))/0x9;if(_0x47ccb1===_0x448588)break;else _0xd5d500['push'](_0xd5d500['shift']());}catch(_0x16d052){_0xd5d500['push'](_0xd5d500['shift']());}}}(_0x4d3c,0xa1a2b));import{Plugin as _0x472bba}from'ckeditor5/src/core.js';import{ShiftEnter as _0x43d41d}from'ckeditor5/src/enter.js';import{getTranslation as _0x53a31e}from'../utils/common-translations.js';export default class kt extends _0x472bba{static get[_0x102d72(0x156)](){return[_0x43d41d];}[_0x102d72(0x163)](){const _0x122f06=_0x102d72,_0x5a3734=this[_0x122f06(0x14b)],_0x44c72e=_0x5a3734[_0x122f06(0x159)][_0x122f06(0x151)](_0x122f06(0x142));_0x44c72e[_0x122f06(0x15d)](_0x122f06(0x152)),_0x5a3734[_0x122f06(0x137)][_0x122f06(0x165)]['on'](_0x122f06(0x15e),re(_0x5a3734),{'priority':_0x122f06(0x15a)}),_0x5a3734[_0x122f06(0x137)][_0x122f06(0x165)]['on'](_0x122f06(0x155),re(_0x5a3734),{'priority':_0x122f06(0x15a)}),_0x5a3734[_0x122f06(0x144)][_0x122f06(0x165)]['on'](_0x122f06(0x14f),(_0x10b2a3,_0x4920f8,_0x2bb314)=>{const _0x9e99ee=_0x122f06;_0x2bb314[_0x9e99ee(0x169)][_0x9e99ee(0x14c)]&&re(_0x5a3734,{'showActiveMarker':!0x1})(_0x10b2a3,_0x4920f8,_0x2bb314);}),_0x44c72e[_0x122f06(0x143)][_0x122f06(0x13c)](_0x122f06(0x153),_0x1e736b=>_0x53a31e(_0x5a3734[_0x122f06(0x157)],_0x122f06(0x134),_0x1e736b));}}function _0x4d3c(){const _0xc81b41=['541717GqiCNO','deletion','3Uaqjaj','span','registerElementLabel','5909724aOkNdv','split','11529JMGrgs','consumable','4711615xxXEdG','TrackChangesEditing','_descriptionFactory','data','ck-suggestion-marker-','createPositionBefore','toViewPosition','bindElementToMarker','markerName','createUIElement','editor','showSuggestionHighlights','insert','mapper','addMarker:suggestion','getItems','get','shiftEnter','softBreak','activeMarkers','addMarker:suggestion:deletion','requires','locale','addClass','plugins','high','includes','writer','enableCommand','addMarker:suggestion:insertion','test','ck-suggestion-marker--active','name','element','init','markerRange','downcastDispatcher','1882724zYBmzd','1627392MtYHvv','20760966TWCUew','options','model','ELEMENT_LINE_BREAK','984aAdnpL','merge','editing'];_0x4d3c=function(){return _0xc81b41;};return _0x4d3c();}function _0xb5f0(_0x141f49,_0xecc41c){const _0x4d3cd2=_0x4d3c();return _0xb5f0=function(_0xb5f02a,_0x5dc66d){_0xb5f02a=_0xb5f02a-0x134;let _0x3116fe=_0x4d3cd2[_0xb5f02a];return _0x3116fe;},_0xb5f0(_0x141f49,_0xecc41c);}function re(_0xc7b70d,{showActiveMarker:_0x18311e=!0x0}={}){return(_0x178be8,_0x3fa820,_0x349643)=>{const _0x8e175c=_0xb5f0,_0x33a8aa=_0xc7b70d[_0x8e175c(0x159)][_0x8e175c(0x151)](_0x8e175c(0x142));if(!_0x349643[_0x8e175c(0x140)][_0x8e175c(0x15f)](_0x3fa820[_0x8e175c(0x164)],_0x178be8[_0x8e175c(0x161)]))return;const _0x5b479c=_0xc7b70d[_0x8e175c(0x16a)];for(const _0x4256f9 of _0x3fa820[_0x8e175c(0x164)][_0x8e175c(0x150)]()){if(!_0x4256f9['is'](_0x8e175c(0x162),_0x8e175c(0x153)))continue;const _0x3d610c=_0x8e175c(0x139)==_0x3fa820[_0x8e175c(0x149)][_0x8e175c(0x13e)](':')[0x1]?_0x8e175c(0x136):_0x8e175c(0x13e),_0x5e91be=_0x349643[_0x8e175c(0x15c)][_0x8e175c(0x14a)](_0x8e175c(0x13b),{'class':_0x8e175c(0x145)+_0x3d610c}),_0x5be91e=_0x349643[_0x8e175c(0x14e)][_0x8e175c(0x147)](_0x5b479c[_0x8e175c(0x146)](_0x4256f9));_0x18311e&&_0x33a8aa[_0x8e175c(0x154)][_0x8e175c(0x15b)](_0x3fa820[_0x8e175c(0x149)])&&_0x349643[_0x8e175c(0x15c)][_0x8e175c(0x158)](_0x8e175c(0x160),_0x5e91be),_0x349643[_0x8e175c(0x15c)][_0x8e175c(0x14d)](_0x5be91e,_0x5e91be),_0x349643[_0x8e175c(0x14e)][_0x8e175c(0x148)](_0x5e91be,_0x3fa820[_0x8e175c(0x149)]);}};}
@@ -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
+ const _0x20a534=_0x3abd;(function(_0x1ec74f,_0x1e516f){const _0x172784=_0x3abd,_0x2b85e8=_0x1ec74f();while(!![]){try{const _0x50e77b=parseInt(_0x172784(0xcc))/0x1*(parseInt(_0x172784(0xd7))/0x2)+-parseInt(_0x172784(0xda))/0x3*(-parseInt(_0x172784(0xd4))/0x4)+-parseInt(_0x172784(0xeb))/0x5+-parseInt(_0x172784(0xca))/0x6*(parseInt(_0x172784(0xcf))/0x7)+parseInt(_0x172784(0xe4))/0x8*(parseInt(_0x172784(0xe2))/0x9)+parseInt(_0x172784(0xde))/0xa*(parseInt(_0x172784(0xef))/0xb)+-parseInt(_0x172784(0xee))/0xc;if(_0x50e77b===_0x1e516f)break;else _0x2b85e8['push'](_0x2b85e8['shift']());}catch(_0x44cf49){_0x2b85e8['push'](_0x2b85e8['shift']());}}}(_0x1f1d,0xc476c));import{Plugin as _0x5ae0ba}from'ckeditor5/src/core.js';function _0x1f1d(){const _0x1e8a30=['document','110078aAXhVT','model','FORMAT_RESTRICTED_DISABLED','3825243hNsVTa','afterInit','markInlineFormat','change','7763530JlMRRO','forceValue','isCollapsed','StandardEditingModeEditing','54801EyyrLl','registerDescriptionCallback','2080mIiAxS','selection','has','editor','value','TrackChangesEditing','from','2127530EWrsye','plugins','restrictedEditingException','23749080zlDUuj','11hTAJYs','formatBlock','_descriptionFactory','type','enableCommand','commands','42678DDHFpW','commandName','3ZJPXQH','locale','formatInline','581AFAgus','format','get','getRanges','FORMAT_RESTRICTED_ENABLED','4npKhGe','commandParams'];_0x1f1d=function(){return _0x1e8a30;};return _0x1f1d();}import{getRangesWithAttribute as _0x2b3319}from'./utils.js';function _0x3abd(_0x4f0d4e,_0x3715e1){const _0x1f1de9=_0x1f1d();return _0x3abd=function(_0x3abd79,_0xb1b204){_0x3abd79=_0x3abd79-0xca;let _0x5a0f02=_0x1f1de9[_0x3abd79];return _0x5a0f02;},_0x3abd(_0x4f0d4e,_0x3715e1);}import{getTranslation as _0x4206e3}from'../utils/common-translations.js';export default class bt extends _0x5ae0ba{[_0x20a534(0xdb)](){const _0x212d29=_0x20a534,_0x2bb0b4=this[_0x212d29(0xe7)],_0x540bcf=_0x2bb0b4[_0x212d29(0xd8)],_0x299303=_0x2bb0b4[_0x212d29(0xcd)];if(!_0x2bb0b4[_0x212d29(0xec)][_0x212d29(0xe6)](_0x212d29(0xe1)))return;const _0x15472f=_0x2bb0b4[_0x212d29(0xec)][_0x212d29(0xd1)](_0x212d29(0xe9)),_0x3f9fa6=_0x212d29(0xed),_0x20bd65=_0x2bb0b4[_0x212d29(0xf4)][_0x212d29(0xd1)](_0x3f9fa6);_0x15472f[_0x212d29(0xf3)](_0x3f9fa6,(_0x5c2d39,_0x53ae0b={})=>{const _0x551cd9=_0x212d29,_0x2d3d05=_0x540bcf[_0x551cd9(0xd6)][_0x551cd9(0xe5)];if(_0x2d3d05[_0x551cd9(0xe0)])return void _0x5c2d39(_0x53ae0b);const _0x9f4c22=void 0x0!==_0x53ae0b[_0x551cd9(0xdf)]?_0x53ae0b[_0x551cd9(0xdf)]:!_0x20bd65[_0x551cd9(0xe8)];_0x540bcf[_0x551cd9(0xdd)](()=>{const _0x9a20f6=_0x551cd9,_0x1799b3=Array[_0x9a20f6(0xea)](_0x2d3d05[_0x9a20f6(0xd2)]());for(const _0x70ad02 of _0x1799b3){const _0x2d6f3e=_0x9f4c22?[_0x70ad02]:_0x2b3319(_0x3f9fa6,_0x70ad02,_0x540bcf);for(const _0x2adcf2 of _0x2d6f3e)_0x15472f[_0x9a20f6(0xdc)](_0x2adcf2,{'commandName':_0x3f9fa6,'commandParams':[{'forceValue':_0x9f4c22}]});}});}),_0x15472f[_0x212d29(0xf1)][_0x212d29(0xe3)](_0xe7a20b=>{const _0x2513fb=_0x212d29;if(_0x2513fb(0xf0)!=_0xe7a20b[_0x2513fb(0xf2)]&&_0x2513fb(0xce)!=_0xe7a20b[_0x2513fb(0xf2)])return;const {data:_0x4e1988}=_0xe7a20b;return _0x4e1988&&_0x4e1988[_0x2513fb(0xcb)]==_0x3f9fa6?_0x4e1988[_0x2513fb(0xd5)][0x0][_0x2513fb(0xdf)]?{'type':_0x2513fb(0xd0),'content':_0x4206e3(_0x299303,_0x2513fb(0xd3))}:{'type':_0x2513fb(0xd0),'content':_0x4206e3(_0x299303,_0x2513fb(0xd9))}: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 _0x439f48=_0x53e8;(function(_0x14909f,_0x2eff66){const _0x3128b9=_0x53e8,_0x1cbe48=_0x14909f();while(!![]){try{const _0x4774e5=-parseInt(_0x3128b9(0x1f5))/0x1+-parseInt(_0x3128b9(0x1d2))/0x2*(-parseInt(_0x3128b9(0x1e9))/0x3)+-parseInt(_0x3128b9(0x1ed))/0x4*(parseInt(_0x3128b9(0x1d5))/0x5)+parseInt(_0x3128b9(0x1fc))/0x6*(parseInt(_0x3128b9(0x1e8))/0x7)+-parseInt(_0x3128b9(0x1d8))/0x8*(-parseInt(_0x3128b9(0x1db))/0x9)+parseInt(_0x3128b9(0x1e2))/0xa*(parseInt(_0x3128b9(0x1d7))/0xb)+parseInt(_0x3128b9(0x1f8))/0xc*(-parseInt(_0x3128b9(0x1de))/0xd);if(_0x4774e5===_0x2eff66)break;else _0x1cbe48['push'](_0x1cbe48['shift']());}catch(_0x1098c4){_0x1cbe48['push'](_0x1cbe48['shift']());}}}(_0xf100,0xaf9da));import{Plugin as _0x92809f}from'ckeditor5/src/core.js';function _0x53e8(_0x585136,_0xaae90e){const _0xf10009=_0xf100();return _0x53e8=function(_0x53e8ae,_0x28fed7){_0x53e8ae=_0x53e8ae-0x1c8;let _0x36c9b0=_0xf10009[_0x53e8ae];return _0x36c9b0;},_0x53e8(_0x585136,_0xaae90e);}import{getTranslation as _0x488574}from'../utils/common-translations.js';function _0xf100(){const _0x1e949d=['ghsAttributes','6026811yptYBb','3402laMNns','inline','*Remove\x20format:*\x20%0','definitions','8FfkEcD','forceValue','has','plugins','Style','registerAttributeLabel','locale','style','937045VBwdlT','TrackChangesEditing','commandParams','1416720saSQsf','_registerInlineAttribute','toLowerCase','formatInline','6BUyWJx','DataSchema','_enableDefaultAttributesIntegration','StyleUtils','*Set\x20format:*\x20%0','formatBlock','_registerLegacyDescription','format','getGhsAttributeNameForElement','_descriptionFactory','add','1578NbhRut','GeneralHtmlSupport','element','593715yprgHo','editor','11fKLecI','8xPBMqH','afterInit','normalizeConfig','10900683rHqDGS','commandName','type','260LUlmwu','FORMAT_STYLE','registerDescriptionCallback','block','12881670dnQyBL','styleName','get','_registerBlockAttribute','config'];_0xf100=function(){return _0x1e949d;};return _0xf100();}export default class wt extends _0x92809f{[_0x439f48(0x1d9)](){const _0x102d21=_0x439f48,_0x2ac4a5=this[_0x102d21(0x1d6)];if(!_0x2ac4a5[_0x102d21(0x1f0)][_0x102d21(0x1ef)](_0x102d21(0x1f1))||!_0x2ac4a5[_0x102d21(0x1f0)][_0x102d21(0x1ef)](_0x102d21(0x1c8)))return;const _0x5c9e1d=_0x2ac4a5[_0x102d21(0x1f0)][_0x102d21(0x1e4)](_0x102d21(0x1f6)),_0x3bb364=_0x2ac4a5[_0x102d21(0x1f3)],_0x21c6d1=_0x2ac4a5[_0x102d21(0x1e6)][_0x102d21(0x1e4)](_0x102d21(0x1f4))||{},_0x5983c1=_0x2ac4a5[_0x102d21(0x1f0)][_0x102d21(0x1e4)](_0x102d21(0x1d3)),_0x38f619=_0x2ac4a5[_0x102d21(0x1f0)][_0x102d21(0x1e4)](_0x102d21(0x1ca))[_0x102d21(0x1da)](_0x2ac4a5[_0x102d21(0x1f0)][_0x102d21(0x1e4)](_0x102d21(0x1c8)),_0x21c6d1[_0x102d21(0x1ec)]);_0x5c9e1d[_0x102d21(0x1c9)](_0x102d21(0x1f4));const _0x847450=new Set();for(const _0x2fec4e of _0x38f619[_0x102d21(0x1e1)]){const _0x275d34=_0x5983c1[_0x102d21(0x1cf)](_0x2fec4e[_0x102d21(0x1d4)]);_0x847450[_0x102d21(0x1d1)](_0x275d34);}const _0x3fa3bc=new Set();for(const _0x40c698 of _0x38f619[_0x102d21(0x1ea)]){const _0x541c92=_0x5983c1[_0x102d21(0x1cf)](_0x40c698[_0x102d21(0x1d4)]);_0x3fa3bc[_0x102d21(0x1d1)](_0x541c92);for(const _0x14b726 of _0x40c698[_0x102d21(0x1e7)])_0x3fa3bc[_0x102d21(0x1d1)](_0x14b726);}for(const _0x2bba80 of _0x847450)_0x5c9e1d[_0x102d21(0x1e5)](_0x2bba80),_0x5c9e1d[_0x102d21(0x1d0)][_0x102d21(0x1f2)](_0x2bba80,_0x488574(_0x3bb364,_0x102d21(0x1df)));for(const _0x50d9b5 of _0x3fa3bc)_0x5c9e1d[_0x102d21(0x1f9)](_0x50d9b5),_0x5c9e1d[_0x102d21(0x1d0)][_0x102d21(0x1f2)](_0x50d9b5,_0x488574(_0x3bb364,_0x102d21(0x1df)));this[_0x102d21(0x1cd)]();}[_0x439f48(0x1cd)](){const _0x4051af=_0x439f48,_0x8929a1=this[_0x4051af(0x1d6)],_0x449ed8=_0x8929a1[_0x4051af(0x1f3)];_0x8929a1[_0x4051af(0x1f0)][_0x4051af(0x1e4)](_0x4051af(0x1f6))[_0x4051af(0x1d0)][_0x4051af(0x1e0)](_0x91ca42=>{const _0x1a7989=_0x4051af;if(_0x1a7989(0x1cc)!=_0x91ca42[_0x1a7989(0x1dd)]&&_0x1a7989(0x1fb)!=_0x91ca42[_0x1a7989(0x1dd)])return;const {data:_0x376112}=_0x91ca42;return _0x376112&&_0x1a7989(0x1f4)===_0x376112[_0x1a7989(0x1dc)]?_0x376112[_0x1a7989(0x1f7)][0x0][_0x1a7989(0x1ee)]?{'type':_0x1a7989(0x1ce),'content':_0x488574(_0x449ed8,_0x1a7989(0x1cb),_0x376112[_0x1a7989(0x1f7)][0x0][_0x1a7989(0x1e3)][_0x1a7989(0x1fa)]())}:{'type':_0x1a7989(0x1ce),'content':_0x488574(_0x449ed8,_0x1a7989(0x1eb),_0x376112[_0x1a7989(0x1f7)][0x0][_0x1a7989(0x1e3)][_0x1a7989(0x1fa)]())}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e4b2a=_0x43e1;function _0x43e1(_0x4c14a8,_0x338cfc){const _0x5c92d4=_0x5c92();return _0x43e1=function(_0x43e1f4,_0x5bfb32){_0x43e1f4=_0x43e1f4-0xd0;let _0x30531c=_0x5c92d4[_0x43e1f4];return _0x30531c;},_0x43e1(_0x4c14a8,_0x338cfc);}(function(_0x51dcb3,_0xf80712){const _0x2331c4=_0x43e1,_0x1558c4=_0x51dcb3();while(!![]){try{const _0x36493b=-parseInt(_0x2331c4(0x159))/0x1+-parseInt(_0x2331c4(0xe7))/0x2+-parseInt(_0x2331c4(0x137))/0x3+-parseInt(_0x2331c4(0xd8))/0x4*(parseInt(_0x2331c4(0xe6))/0x5)+-parseInt(_0x2331c4(0x15a))/0x6*(parseInt(_0x2331c4(0x168))/0x7)+parseInt(_0x2331c4(0x12f))/0x8+parseInt(_0x2331c4(0x14c))/0x9*(parseInt(_0x2331c4(0xf6))/0xa);if(_0x36493b===_0xf80712)break;else _0x1558c4['push'](_0x1558c4['shift']());}catch(_0x182c72){_0x1558c4['push'](_0x1558c4['shift']());}}}(_0x5c92,0xc5223));import{Plugin as _0x4c33f2}from'ckeditor5/src/core.js';import{LiveRange as _0x38e615}from'ckeditor5/src/engine.js';function _0x5c92(){const _0x5f40f1=['insert','createRangeOn','highest','discard','downcastDispatcher','tableCell','deletion','commands','isTouching','fromRange','markMultiRangeDeletion','insertTableColumnLeft','push','colspan','registerPostFixer','12456GIyhTY','ELEMENT_TABLE_COLUMN_WITH_TEXT','data','span','add','rootName','item','root','minColumn','_splitMarkerName','insertTableRowAbove','min','low','100050TzWNOL','395040QiHBLU','insertTable','createTableWalker','execute','position','last','left','getContainedElement','tableColumn','showSuggestionHighlights','model','TableUtils','_acceptFormatSuggestionCallbackFactory','join','77Mzwtxb','startsWith','selectTableRow','_descriptionFactory','getSelectionAffectedTableCells','getRanges','end','getSuggestion','length','getItems','isEqual','toLowerCase','TableEditing','maxColumn','above','editor','suggestion','element','227024tsbquU','enableCommand','ELEMENT_TABLE_ROW_WITH_TEXT','nodeBefore','insertTableColumnRight','refresh','getChanges','max','options','writer','classes','createRangeIn','minRow','findAncestor','130sLPtAW','657060JuPPlz','MIN_SAFE_INTEGER','maxRow','cell','$graveyard','rowspan','_getSuggestionCoords','registerElementLabel','_tablePostFixingSubtypes','isInContent','change:data','_suggestionFactory','first','setSelection','from','29170oNMuwh','forceValue','oldRange','addClass','selection','table','subType','differ','addMarker:suggestion','tablePaste','insertion','removeClass','type','removeTableRow','_tableSuggestions','getChildren','_setupColumnsRowsFixing','getColumnIndexes','toViewElement','start','_getCoordsForCells','insertTableRowBelow','addRange','get','createPositionAt','markMultiRangeInsertion','every','nodeAfter','batch','removeTableColumn','getRowIndexes','isIntersectingWithRange','MAX_SAFE_INTEGER','getAttribute','enqueueChange','substr','getChangedMarkers','some','TrackChangesEditing','$textProxy','accept','ELEMENT_TABLE_COLUMN','selectTableColumn','detach','includes','has','values','locale','document','map','getCellLocation','ELEMENT_TABLE_WITH_TEXT','plugins','name','getFirstRange','afterInit','isArray','3380432TSMYRu','filter','*Insert:*\x20%0','mapper','ELEMENT_TABLE_ROW','tableRow','registerCustomCallback','*Remove:*\x20%0','3071241tMPjpJ','order','change','ELEMENT_TABLE','registerDescriptionCallback','hasAttribute'];_0x5c92=function(){return _0x5f40f1;};return _0x5c92();}import{setHighlightHandling as _0x3d2e35}from'ckeditor5/src/widget.js';import{getTranslation as _0x1ced4a}from'../utils/common-translations.js';export default class yt extends _0x4c33f2{constructor(_0x8c3348){const _0x55b729=_0x43e1;super(_0x8c3348),this[_0x55b729(0xef)]=[_0x55b729(0x134),_0x55b729(0x162)],this[_0x55b729(0x104)]=new Set();}[_0x2e4b2a(0x12d)](){const _0x71342b=_0x2e4b2a,_0x5950a2=this[_0x71342b(0xd5)],_0x175913=_0x5950a2[_0x71342b(0x164)][_0x71342b(0x126)][_0x71342b(0xfa)];if(!_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x123)](_0x71342b(0xd2)))return;const _0x6cc0ba=_0x5950a2[_0x71342b(0x125)],_0x5e23bd=_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x10d)](_0x71342b(0x11c)),_0x1a601f=_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x10d)](_0x71342b(0x165));_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0xee)](_0x71342b(0xfb),_0x1ca6cc=>_0x1ced4a(_0x6cc0ba,_0x71342b(0x13a),_0x1ca6cc)),this[_0x71342b(0x106)](),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x15b)),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x16a)),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x120));for(const _0xbb59fe of[_0x71342b(0x156),_0x71342b(0x10b)]){const _0x37df63=_0x5950a2[_0x71342b(0x144)][_0x71342b(0x10d)](_0xbb59fe);_0x5e23bd[_0x71342b(0xd9)](_0xbb59fe,_0x123328=>{const _0x38931a=_0x71342b;_0x5950a2[_0x38931a(0x164)][_0x38931a(0x139)](_0x49e8e8=>{const _0x433639=_0x38931a;_0x123328();const _0x5522e4=_0x433639(0xd4)===_0x37df63[_0x433639(0x138)],_0x46dba5=_0x1a601f[_0x433639(0x16c)](_0x175913),_0x6cef52=_0x1a601f[_0x433639(0x114)](_0x46dba5),_0x1153c3=_0x5522e4?_0x6cef52[_0x433639(0xf3)]-0x1:_0x6cef52[_0x433639(0x15f)]+0x1,_0xf8c870=_0x46dba5[0x0][_0x433639(0xe5)](_0x433639(0xfb)),_0x4c8784=_0x1a601f[_0x433639(0x15c)](_0xf8c870,{'startRow':_0x1153c3,'endRow':_0x1153c3}),_0x5c8f8d=Array[_0x433639(0xf5)](_0x4c8784)[_0x433639(0x127)](_0x47fb22=>_0x49e8e8[_0x433639(0x13e)](_0x47fb22[_0x433639(0xea)]));_0x5e23bd[_0x433639(0x10f)](_0x5c8f8d,_0x433639(0x134));});});}for(const _0x5ae651 of[_0x71342b(0x148),_0x71342b(0xdc)]){const _0x65d149=_0x5950a2[_0x71342b(0x144)][_0x71342b(0x10d)](_0x5ae651);_0x5e23bd[_0x71342b(0xd9)](_0x5ae651,_0x4d9c21=>{const _0x4446aa=_0x71342b;_0x5950a2[_0x4446aa(0x164)][_0x4446aa(0x139)](_0x47a114=>{const _0x14f14f=_0x4446aa;_0x4d9c21();const _0xc74130=_0x14f14f(0x160)===_0x65d149[_0x14f14f(0x138)],_0xe824e0=_0x1a601f[_0x14f14f(0x16c)](_0x175913),_0x333588=_0x1a601f[_0x14f14f(0x107)](_0xe824e0),_0x552127=_0xc74130?_0x333588[_0x14f14f(0xf3)]-0x1:_0x333588[_0x14f14f(0x15f)]+0x1,_0x577c42=_0xe824e0[0x0][_0x14f14f(0xe5)](_0x14f14f(0xfb)),_0x560b03=_0x1a601f[_0x14f14f(0x15c)](_0x577c42,{'startRow':0x0,'column':_0x552127,'includeAllSlots':!0x1}),_0x3770c7=Array[_0x14f14f(0xf5)](_0x560b03)[_0x14f14f(0x127)](_0x365dc8=>_0x47a114[_0x14f14f(0x13e)](_0x365dc8[_0x14f14f(0xea)]));_0x5e23bd[_0x14f14f(0x10f)](_0x3770c7,_0x14f14f(0x162));});});}for(const _0x52d6ab of[_0x71342b(0x103),_0x71342b(0x113)]){const _0x506957=_0x52d6ab[_0x71342b(0x119)](0xb),_0x35a993=_0x506957[_0x71342b(0xd1)](),_0x5d748e=_0x35a993[_0x71342b(0x119)](0x0,0x3)+_0x71342b(0x14f),_0x27b936=_0x71342b(0xfb)+_0x506957,_0x3250ba=_0x71342b(0x157)+_0x506957,_0x347fac=_0x71342b(0xdf)+_0x506957;_0x5e23bd[_0x71342b(0xd9)](_0x52d6ab,()=>{const _0x8a8db6=_0x71342b;_0x5950a2[_0x8a8db6(0x164)][_0x8a8db6(0x139)](_0x2c4175=>{const _0x5ab7e1=_0x8a8db6,_0xccf22c=_0x1a601f[_0x5ab7e1(0x16c)](_0x175913),_0x333641=_0xccf22c[0x0][_0x5ab7e1(0xe5)](_0x5ab7e1(0xfb));let _0x2c0f3e;if(_0x5ab7e1(0x103)==_0x52d6ab){const _0x362622=_0x1a601f[_0x5ab7e1(0x114)](_0xccf22c);_0x2c0f3e={'startRow':_0x362622[_0x5ab7e1(0xf3)],'endRow':_0x362622[_0x5ab7e1(0x15f)],'includeAllSlots':!0x0};}else{const _0x3bd5c2=_0x1a601f[_0x5ab7e1(0x107)](_0xccf22c);_0x2c0f3e={'startColumn':_0x3bd5c2[_0x5ab7e1(0xf3)],'endColumn':_0x3bd5c2[_0x5ab7e1(0x15f)],'includeAllSlots':!0x0};}const _0x1aa656=_0x1a601f[_0x5ab7e1(0x15c)](_0x333641,_0x2c0f3e),_0x530a9c=Array[_0x5ab7e1(0xf5)](_0x1aa656)[_0x5ab7e1(0x127)](({cell:_0x56bb2b})=>_0x56bb2b),_0x36029=ue(_0x530a9c[_0x5ab7e1(0x130)](_0xbe4548=>_0xbe4548[_0x5ab7e1(0x13c)](_0x5d748e))),_0x3b3471=ue(_0x530a9c[_0x5ab7e1(0x130)](_0x72ffa=>!_0x72ffa[_0x5ab7e1(0x13c)](_0x5d748e)))[_0x5ab7e1(0x127)](_0x20c0a6=>_0x2c4175[_0x5ab7e1(0x13e)](_0x20c0a6)),_0x7e75be=_0x5e23bd[_0x5ab7e1(0x147)](_0x3b3471,_0x27b936);if(_0x7e75be&&(_0x5ab7e1(0x134)==_0x7e75be[_0x5ab7e1(0xfc)]||_0x5ab7e1(0x162)==_0x7e75be[_0x5ab7e1(0xfc)])){const _0x5e12af=this[_0x5ab7e1(0xed)](_0x7e75be);for(const _0x399cf4 of _0x36029){const _0x159cc8=_0x2c4175[_0x5ab7e1(0x13e)](_0x399cf4),_0xffc57f=_0x1a601f[_0x5ab7e1(0x128)](_0x399cf4),_0x506638=_0x399cf4[_0x5ab7e1(0x117)](_0x5d748e)-0x1,_0x55bda2=_0x5e12af[_0x3250ba],_0x35921d=_0x5e12af[_0x347fac];_0x55bda2<=_0xffc57f[_0x35a993]&&_0xffc57f[_0x35a993]+_0x506638<=_0x35921d&&_0x7e75be[_0x5ab7e1(0x10c)](_0x159cc8);}}});});}function _0xd01164(_0x63933c){const _0x454ed6=_0x71342b,_0xd5d306=Array[_0x454ed6(0xf5)](_0x175913[_0x454ed6(0x16d)]())[_0x454ed6(0x127)](_0x191fe1=>_0x38e615[_0x454ed6(0x146)](_0x191fe1));_0x5950a2[_0x454ed6(0x164)][_0x454ed6(0x139)](_0x389bc3=>{const _0x1334cc=_0x454ed6,_0x277570=_0x389bc3[_0x1334cc(0x112)];_0x63933c=_0x63933c[_0x1334cc(0x130)](_0x92aaa3=>_0x1334cc(0xeb)!=_0x92aaa3[_0x1334cc(0x153)][_0x1334cc(0x151)]),_0x389bc3[_0x1334cc(0xf4)](_0x63933c),_0x5950a2[_0x1334cc(0x144)][_0x1334cc(0x10d)](_0x1334cc(0x103))[_0x1334cc(0xdd)](),_0x5950a2[_0x1334cc(0x15d)](_0x1334cc(0x103),{'forceDefaultExecution':!0x0}),_0x5950a2[_0x1334cc(0x164)][_0x1334cc(0x118)](()=>{const _0x4290fe=_0x1334cc;_0x5950a2[_0x4290fe(0x164)][_0x4290fe(0x118)](_0x277570,_0x432b3a=>{const _0x455e87=_0x4290fe,_0x47488c=_0xd5d306[_0x455e87(0x130)](_0x5b9f5c=>_0x455e87(0xeb)!=_0x5b9f5c[_0x455e87(0x153)][_0x455e87(0x151)]);_0x47488c[_0x455e87(0x170)]>0x0&&_0x432b3a[_0x455e87(0xf4)](_0x47488c);for(const _0x4036ed of _0xd5d306)_0x4036ed[_0x455e87(0x121)]();});});});}function _0x56d028(_0x2cd0ce){const _0x4d8c9a=_0x71342b;_0x5950a2[_0x4d8c9a(0x164)][_0x4d8c9a(0x139)](_0x4e54aa=>{const _0x2cfbff=_0x4d8c9a,_0x375314=Array[_0x2cfbff(0xf5)](_0x175913[_0x2cfbff(0x16d)]())[_0x2cfbff(0x127)](_0x230380=>_0x38e615[_0x2cfbff(0x146)](_0x230380)),_0x167a59=[];for(const _0x334213 of _0x2cd0ce)for(const _0x5ed0c4 of _0x334213[_0x2cfbff(0x171)]({'shallow':!0x0}))_0x167a59[_0x2cfbff(0x149)](_0x5ed0c4);for(const _0x4522ce of _0x167a59)_0x2cfbff(0xeb)!=_0x4522ce[_0x2cfbff(0x153)][_0x2cfbff(0x151)]&&(_0x4e54aa[_0x2cfbff(0xf4)](_0x4e54aa[_0x2cfbff(0x10e)](_0x4522ce,0x0)),_0x5950a2[_0x2cfbff(0x144)][_0x2cfbff(0x10d)](_0x2cfbff(0x113))[_0x2cfbff(0xdd)](),_0x5950a2[_0x2cfbff(0x15d)](_0x2cfbff(0x113),{'forceDefaultExecution':!0x0}));const _0x4557b8=_0x375314[_0x2cfbff(0x130)](_0x355cc8=>_0x2cfbff(0xeb)!=_0x355cc8[_0x2cfbff(0x153)][_0x2cfbff(0x151)]);_0x4557b8[_0x2cfbff(0x170)]>0x0&&_0x4e54aa[_0x2cfbff(0xf4)](_0x4557b8);for(const _0x118a88 of _0x375314)_0x118a88[_0x2cfbff(0x121)]();});}function _0x5487a0(_0x527fff,_0x12a1ed){const _0x20e9b8=_0x71342b;return _0x12a1ed[_0x20e9b8(0x110)](_0x5c8635=>_0x527fff[_0x20e9b8(0x11b)](_0x4ee6ba=>_0x4ee6ba[_0x20e9b8(0x16e)][_0x20e9b8(0xd0)](_0x5c8635[_0x20e9b8(0x109)])||_0x5c8635[_0x20e9b8(0x16e)][_0x20e9b8(0xd0)](_0x4ee6ba[_0x20e9b8(0x109)])));}function _0xfddcd0(_0x2d9b87,_0x5461e5){const _0xaa5632=_0x71342b;return _0x2d9b87[_0xaa5632(0x11b)](_0x887a04=>_0x5461e5[_0xaa5632(0x11b)](_0x545424=>_0x887a04[_0xaa5632(0x16e)][_0xaa5632(0x145)](_0x545424[_0xaa5632(0x109)])));}_0x5950a2[_0x71342b(0x14e)][_0x71342b(0x141)]['on'](_0x71342b(0xfe),(_0x40fbc9,_0x20f8ad,_0x12f6cf)=>{const _0x30ae40=_0x71342b;if(!_0x12f6cf[_0x30ae40(0xe0)][_0x30ae40(0x163)])return;const _0x14bd23=_0x20f8ad[_0x30ae40(0x152)];if(!_0x14bd23)return;const _0x4ae696=_0x12f6cf[_0x30ae40(0x132)][_0x30ae40(0x108)](_0x14bd23);function _0x116994(_0x43d760){const _0x894a8=_0x30ae40;return Array[_0x894a8(0x12e)](_0x43d760)?_0x43d760:[_0x43d760];}_0x4ae696&&_0x30ae40(0x142)===_0x14bd23[_0x30ae40(0x12b)]&&_0x3d2e35(_0x4ae696,_0x12f6cf[_0x30ae40(0xe1)],(_0x216897,_0x108d86,_0x2b4e00)=>_0x2b4e00[_0x30ae40(0xf9)](_0x116994(_0x108d86[_0x30ae40(0xe2)]),_0x216897),(_0x1dcf5f,_0xe20237,_0x12dde5)=>_0x12dde5[_0x30ae40(0x101)](_0x116994(_0xe20237[_0x30ae40(0xe2)]),_0x1dcf5f));},{'priority':_0x71342b(0x13f)}),_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0x13b)](_0x2c3bd6=>{const _0x434f16=_0x71342b;if(_0x434f16(0x100)!=_0x2c3bd6[_0x434f16(0x102)]&&_0x434f16(0x143)!=_0x2c3bd6[_0x434f16(0x102)])return;const _0x32e2f4=_0x2c3bd6[_0x434f16(0x161)]();if(null!=_0x32e2f4&&_0x32e2f4['is'](_0x434f16(0xd7),_0x434f16(0xfb))){if(_0x434f16(0x100)==_0x2c3bd6[_0x434f16(0x102)]){const _0x21bce1=_0x2c3bd6[_0x434f16(0x171)]()[_0x434f16(0x130)](_0x5ceb00=>_0x5ceb00['is'](_0x434f16(0x11d)))[_0x434f16(0x127)](_0x3cc921=>_0x3cc921[_0x434f16(0x14e)]);if(_0x21bce1[_0x434f16(0x170)])return{'type':_0x434f16(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x434f16(0x131),_0x1ced4a(_0x6cc0ba,_0x434f16(0x129),'\x22'+_0x21bce1[_0x434f16(0x167)]('\x20')+'\x22'))};}if(_0x434f16(0x143)==_0x2c3bd6[_0x434f16(0x102)]){const _0x4f3ee0=_0x2c3bd6[_0x434f16(0x171)]()[_0x434f16(0x130)](_0x468c75=>_0x468c75['is'](_0x434f16(0x11d)))[_0x434f16(0x127)](_0x140586=>_0x140586[_0x434f16(0x14e)]);if(_0x4f3ee0[_0x434f16(0x170)])return{'type':_0x434f16(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x434f16(0x136),_0x1ced4a(_0x6cc0ba,_0x434f16(0x129),'\x22'+_0x4f3ee0[_0x434f16(0x167)]('\x20')+'\x22'))};}}}),_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0x13b)](_0x515c1f=>{const _0x3ad6c2=_0x71342b;if(_0x3ad6c2(0x134)==_0x515c1f[_0x3ad6c2(0xfc)]){const _0x2cc58c=_0x515c1f[_0x3ad6c2(0x171)]()[_0x3ad6c2(0x130)](_0x53710e=>_0x53710e['is'](_0x3ad6c2(0x11d)))[_0x3ad6c2(0x127)](_0x16045c=>_0x16045c[_0x3ad6c2(0x14e)]),_0x2691e3=this[_0x3ad6c2(0xed)](_0x515c1f),_0x20a87c=_0x2691e3[_0x3ad6c2(0xe9)]-_0x2691e3[_0x3ad6c2(0xe4)]+0x1;if(_0x3ad6c2(0x100)==_0x515c1f[_0x3ad6c2(0x102)])return _0x2cc58c[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0xda),[_0x20a87c,'\x22'+_0x2cc58c[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x133),_0x20a87c))};if(_0x3ad6c2(0x143)==_0x515c1f[_0x3ad6c2(0x102)])return _0x2cc58c[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0xda),[_0x20a87c,'\x22'+_0x2cc58c[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x133),_0x20a87c))};}if(_0x3ad6c2(0x162)==_0x515c1f[_0x3ad6c2(0xfc)]){const _0x3c40ce=_0x515c1f[_0x3ad6c2(0x171)]()[_0x3ad6c2(0x130)](_0x514ba5=>_0x514ba5['is'](_0x3ad6c2(0x11d)))[_0x3ad6c2(0x127)](_0x25a256=>_0x25a256[_0x3ad6c2(0x14e)]),_0x2bb601=this[_0x3ad6c2(0xed)](_0x515c1f),_0x402787=_0x2bb601[_0x3ad6c2(0xd3)]-_0x2bb601[_0x3ad6c2(0x154)]+0x1;if(_0x3ad6c2(0x100)==_0x515c1f[_0x3ad6c2(0x102)])return _0x3c40ce[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x14d),[_0x402787,'\x22'+_0x3c40ce[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x11f),_0x402787))};if(_0x3ad6c2(0x143)==_0x515c1f[_0x3ad6c2(0x102)])return _0x3c40ce[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x14d),[_0x402787,'\x22'+_0x3c40ce[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x11f),_0x402787))};}}),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x134),_0x71342b(0x140),_0xd01164),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x134),_0x71342b(0x11e),_0xd01164),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x162),_0x71342b(0x140),_0x56d028),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x162),_0x71342b(0x11e),_0x56d028),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x162),_0x71342b(0x167),_0x5487a0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x162),_0x71342b(0x167),_0x5487a0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x134),_0x71342b(0x167),_0xfddcd0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x134),_0x71342b(0x167),_0xfddcd0);}[_0x2e4b2a(0x166)](){const _0x24a42a=_0x2e4b2a,_0x2d245c=this[_0x24a42a(0xd5)],_0x148f5b=_0x2d245c[_0x24a42a(0x164)][_0x24a42a(0x126)][_0x24a42a(0xfa)];return(_0x83a9c9,_0x4fe885)=>{const _0x33a1bd=_0x24a42a;_0x2d245c[_0x33a1bd(0x164)][_0x33a1bd(0x139)](_0x50e6c5=>{const _0xe959bf=_0x33a1bd,{commandName:_0x592047,commandParams:_0x2db1c5}=_0x4fe885;let _0x2c4b28=_0x83a9c9[0x0][_0xe959bf(0x16e)][_0xe959bf(0xdb)];_0x2db1c5&&_0x2db1c5[0x0]&&!0x1===_0x2db1c5[0x0][_0xe959bf(0xf7)]&&(_0x2c4b28=_0x83a9c9[0x0][_0xe959bf(0x109)][_0xe959bf(0x111)]);const _0x4c08a8=_0x50e6c5[_0xe959bf(0xe3)](_0x2c4b28);if(_0xe959bf(0xeb)==_0x4c08a8[_0xe959bf(0x153)][_0xe959bf(0x151)])return;const _0x54b202=Array[_0xe959bf(0xf5)](_0x148f5b[_0xe959bf(0x16d)]())[_0xe959bf(0x127)](_0x5df22a=>_0x38e615[_0xe959bf(0x146)](_0x5df22a));_0x50e6c5[_0xe959bf(0xf4)](_0x4c08a8),_0x2d245c[_0xe959bf(0x144)][_0xe959bf(0x10d)](_0x592047)[_0xe959bf(0xdd)](),_0x2db1c5[_0xe959bf(0x149)]({'forceDefaultExecution':!0x0}),_0x2d245c[_0xe959bf(0x15d)](_0x592047,..._0x2db1c5);const _0x21d0b8=_0x54b202[_0xe959bf(0x130)](_0x24e27a=>_0xe959bf(0xeb)!=_0x24e27a[_0xe959bf(0x153)][_0xe959bf(0x151)]);_0x21d0b8[_0xe959bf(0x170)]>0x0&&_0x50e6c5[_0xe959bf(0xf4)](_0x21d0b8);for(const _0x6c621b of _0x54b202)_0x6c621b[_0xe959bf(0x121)]();});};}[_0x2e4b2a(0x10a)](_0x3ace84){const _0x18776b=_0x2e4b2a,_0x3707a9=this[_0x18776b(0xd5)][_0x18776b(0x12a)][_0x18776b(0x10d)](_0x18776b(0x165));let _0x106705=Number[_0x18776b(0x116)],_0x3db82d=Number[_0x18776b(0xe8)],_0x57849b=Number[_0x18776b(0x116)],_0x7d8126=Number[_0x18776b(0xe8)];for(const _0x537353 of _0x3ace84){if(_0x18776b(0xeb)==_0x537353[_0x18776b(0x153)][_0x18776b(0x151)])continue;const {row:_0x56874a,column:_0x132cdc}=_0x3707a9[_0x18776b(0x128)](_0x537353),_0x25860b=_0x537353[_0x18776b(0x13c)](_0x18776b(0xec))?_0x537353[_0x18776b(0x117)](_0x18776b(0xec))-0x1:0x0,_0x3eb90e=_0x537353[_0x18776b(0x13c)](_0x18776b(0x14a))?_0x537353[_0x18776b(0x117)](_0x18776b(0x14a))-0x1:0x0;_0x106705=_0x56874a<_0x106705?_0x56874a:_0x106705,_0x3db82d=_0x56874a+_0x25860b>_0x3db82d?_0x56874a+_0x25860b:_0x3db82d,_0x57849b=_0x132cdc<_0x57849b?_0x132cdc:_0x57849b,_0x7d8126=_0x132cdc+_0x3eb90e>_0x7d8126?_0x132cdc+_0x3eb90e:_0x7d8126;}return{'minRow':_0x106705,'maxRow':_0x3db82d,'minColumn':_0x57849b,'maxColumn':_0x7d8126};}[_0x2e4b2a(0x106)](){const _0x34abdf=_0x2e4b2a,_0x26fec0=this[_0x34abdf(0xd5)],_0xb7f36e=_0x26fec0[_0x34abdf(0x12a)][_0x34abdf(0x10d)](_0x34abdf(0x11c)),_0xcc7a25=_0x26fec0[_0x34abdf(0x12a)][_0x34abdf(0x10d)](_0x34abdf(0x165));_0x26fec0[_0x34abdf(0x164)][_0x34abdf(0x126)]['on'](_0x34abdf(0xf1),()=>{const _0x42e291=_0x34abdf,_0x511861=Array[_0x42e291(0xf5)](_0x26fec0[_0x42e291(0x164)][_0x42e291(0x126)][_0x42e291(0xfd)][_0x42e291(0x11a)]());for(const {name:_0x2b6ccd,data:_0x2b4e0f}of _0x511861){const {group:_0x28b7c3,id:_0x332bf5,subType:_0x588563}=_0xb7f36e[_0x42e291(0x155)](_0x2b6ccd);if(_0x42e291(0xd6)!=_0x28b7c3)continue;if(null!=_0x2b4e0f[_0x42e291(0xf8)])continue;const _0x10939d=_0xb7f36e[_0x42e291(0x16f)](_0x332bf5);this[_0x42e291(0xef)][_0x42e291(0x122)](_0x588563)&&this[_0x42e291(0x104)][_0x42e291(0x150)](_0x10939d);}},{'priority':_0x34abdf(0x158)});const _0x5e074f=(_0xc40642,_0x5a12af)=>{const _0x1028dd=_0x34abdf;let _0x39e6c7=!0x1;const _0x46ad32=_0x5a12af[_0x1028dd(0x13e)](_0xc40642),_0x23568b=_0xc40642[_0x1028dd(0xe5)](_0x1028dd(0xfb)),_0x875432=_0xcc7a25[_0x1028dd(0x128)](_0xc40642);for(const _0x446267 of this[_0x1028dd(0x104)]){const _0x25ae2b=_0x446267[_0x1028dd(0xfc)],_0x131325=_0x25ae2b[_0x1028dd(0x169)](_0x1028dd(0xff)),_0x191be9=_0x25ae2b[_0x1028dd(0x119)](_0x131325?0xa:0x5),_0x6e803=_0x191be9[_0x1028dd(0xd1)](),_0x208749=_0x6e803[_0x1028dd(0x119)](0x0,0x3)+_0x1028dd(0x14f),_0x30913e=_0x1028dd(0x157)+_0x191be9,_0xbf91a8=_0x1028dd(0xdf)+_0x191be9;if(!_0x446267[_0x1028dd(0xf0)])continue;if(_0x23568b!=_0x446267[_0x1028dd(0x12c)]()[_0x1028dd(0x109)][_0x1028dd(0xe5)](_0x1028dd(0xfb)))continue;if(_0x446267[_0x1028dd(0x115)](_0x46ad32))continue;const _0x30335c=_0xc40642[_0x1028dd(0x13c)](_0x208749)?_0xc40642[_0x1028dd(0x117)](_0x208749)-0x1:0x0,_0x47386e=this[_0x1028dd(0xed)](_0x446267),_0x3534ee=_0x47386e[_0x30913e],_0x2e32f4=_0x47386e[_0xbf91a8];_0x3534ee<=_0x875432[_0x6e803]&&_0x875432[_0x6e803]+_0x30335c<=_0x2e32f4&&(_0x446267[_0x1028dd(0x10c)](_0x46ad32),_0x39e6c7=!0x0);}return _0x39e6c7;};_0x26fec0[_0x34abdf(0x164)][_0x34abdf(0x126)][_0x34abdf(0x14b)](_0x1c1d00=>{const _0x378793=_0x34abdf;let _0x4b0762=!0x1;for(const _0x38e33c of _0x26fec0[_0x378793(0x164)][_0x378793(0x126)][_0x378793(0xfd)][_0x378793(0xde)]())if(_0x378793(0x13d)==_0x38e33c[_0x378793(0x102)]){if(_0x378793(0x134)==_0x38e33c[_0x378793(0x12b)]){for(const _0x4389d6 of _0x38e33c[_0x378793(0x15e)][_0x378793(0x111)][_0x378793(0x105)]())_0x4b0762=_0x4b0762||_0x5e074f(_0x4389d6,_0x1c1d00);}else _0x378793(0x142)==_0x38e33c[_0x378793(0x12b)]&&(_0x4b0762=_0x4b0762||_0x5e074f(_0x38e33c[_0x378793(0x15e)][_0x378793(0x111)],_0x1c1d00));}return _0x4b0762;});}[_0x2e4b2a(0xed)](_0x1aa9ac){const _0x3181cb=_0x2e4b2a;return this[_0x3181cb(0x10a)](_0x1aa9ac[_0x3181cb(0x16d)]()[_0x3181cb(0x127)](_0x3fff32=>_0x3fff32[_0x3181cb(0x109)][_0x3181cb(0x111)]));}}function ue(_0x84c494){const _0x22eb0b=_0x2e4b2a;return Array[_0x22eb0b(0xf5)](new Set(_0x84c494)[_0x22eb0b(0x124)]());}
23
+ const _0x57d558=_0x4ef9;(function(_0x3b20b4,_0x2124e2){const _0x3ff5dc=_0x4ef9,_0x72001d=_0x3b20b4();while(!![]){try{const _0x1305fd=parseInt(_0x3ff5dc(0x24c))/0x1*(-parseInt(_0x3ff5dc(0x24e))/0x2)+-parseInt(_0x3ff5dc(0x217))/0x3*(parseInt(_0x3ff5dc(0x1d8))/0x4)+parseInt(_0x3ff5dc(0x224))/0x5+-parseInt(_0x3ff5dc(0x26f))/0x6*(-parseInt(_0x3ff5dc(0x1da))/0x7)+-parseInt(_0x3ff5dc(0x25e))/0x8*(-parseInt(_0x3ff5dc(0x202))/0x9)+-parseInt(_0x3ff5dc(0x247))/0xa*(parseInt(_0x3ff5dc(0x25a))/0xb)+parseInt(_0x3ff5dc(0x23a))/0xc*(parseInt(_0x3ff5dc(0x253))/0xd);if(_0x1305fd===_0x2124e2)break;else _0x72001d['push'](_0x72001d['shift']());}catch(_0xafbf46){_0x72001d['push'](_0x72001d['shift']());}}}(_0x1b9c,0xb4abe));import{Plugin as _0x89d890}from'ckeditor5/src/core.js';import{LiveRange as _0x52f0cb}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x5737da}from'ckeditor5/src/widget.js';function _0x1b9c(){const _0x113a6b=['getChildren','4058YOeyZn','getColumnIndexes','fromRange','ELEMENT_TABLE_WITH_TEXT','removeTableRow','6768970QaYOPN','oldRange','getAttribute','detach','accept','isTouching','*Insert:*\x20%0','11UKFRvU','plugins','forceValue','item','2203912gplMrS','has','getCellLocation','insertTable','enableCommand','ELEMENT_TABLE_ROW_WITH_TEXT','selection','type','markMultiRangeInsertion','some','getRowIndexes','length','isIntersectingWithRange','createRangeIn','document','tableCell','markMultiRangeDeletion','1017510CimiCD','registerDescriptionCallback','setSelection','insertTableRowAbove','toViewElement','_getSuggestionCoords','min','_suggestionFactory','registerCustomCallback','*Remove:*\x20%0','change:data','every','end','findAncestor','5907284USYroi','filter','21iJIKSx','selectTableRow','model','highest','getSelectionAffectedTableCells','left','_tableSuggestions','minColumn','values','getItems','getChangedMarkers','_tablePostFixingSubtypes','TrackChangesEditing','tablePaste','ELEMENT_TABLE_COLUMN','afterInit','maxRow','push','ELEMENT_TABLE_ROW','table','span','refresh','maxColumn','isArray','startsWith','downcastDispatcher','nodeBefore','insertTableRowBelow','start','low','addClass','colspan','differ','execute','insertTableColumnRight','mapper','createTableWalker','batch','map','getRanges','9HXsGCq','writer','removeClass','change','includes','root','TableUtils','above','getContainedElement','minRow','nodeAfter','add','tableRow','insert','classes','hasAttribute','element','from','join','position','tableColumn','3elqwMq','MAX_SAFE_INTEGER','MIN_SAFE_INTEGER','enqueueChange','_descriptionFactory','last','subType','isEqual','get','insertion','$graveyard','getFirstRange','TableEditing','753345uiGFdR','name','options','deletion','_splitMarkerName','showSuggestionHighlights','createPositionAt','_setupColumnsRowsFixing','addMarker:suggestion','registerElementLabel','discard','max','createRangeOn','order','isInContent','commands','first','removeTableColumn','ELEMENT_TABLE','suggestion','locale','getChanges','96prjImN','editor','ELEMENT_TABLE_COLUMN_WITH_TEXT','toLowerCase','insertTableColumnLeft','registerPostFixer','getSuggestion','data','_acceptFormatSuggestionCallbackFactory','addRange','$textProxy','substr','rowspan','14084990HADrUZ','selectTableColumn','rootName','_getCoordsForCells','cell','727phtZxX'];_0x1b9c=function(){return _0x113a6b;};return _0x1b9c();}import{getTranslation as _0x278b86}from'../utils/common-translations.js';function _0x4ef9(_0x33249c,_0x3c1800){const _0x1b9c15=_0x1b9c();return _0x4ef9=function(_0x4ef943,_0xdd0672){_0x4ef943=_0x4ef943-0x1d1;let _0x2355e9=_0x1b9c15[_0x4ef943];return _0x2355e9;},_0x4ef9(_0x33249c,_0x3c1800);}export default class yt extends _0x89d890{constructor(_0x266651){const _0x3b109d=_0x4ef9;super(_0x266651),this[_0x3b109d(0x1e5)]=[_0x3b109d(0x20e),_0x3b109d(0x216)],this[_0x3b109d(0x1e0)]=new Set();}[_0x57d558(0x1e9)](){const _0x192548=_0x57d558,_0x27f5ca=this[_0x192548(0x23b)],_0xb8c0d=_0x27f5ca[_0x192548(0x1dc)][_0x192548(0x26c)][_0x192548(0x264)];if(!_0x27f5ca[_0x192548(0x25b)][_0x192548(0x25f)](_0x192548(0x223)))return;const _0x305170=_0x27f5ca[_0x192548(0x238)],_0x229e15=_0x27f5ca[_0x192548(0x25b)][_0x192548(0x21f)](_0x192548(0x1e6)),_0x34d111=_0x27f5ca[_0x192548(0x25b)][_0x192548(0x21f)](_0x192548(0x208));_0x229e15[_0x192548(0x21b)][_0x192548(0x22d)](_0x192548(0x1ed),_0x5b2bd9=>_0x278b86(_0x305170,_0x192548(0x236),_0x5b2bd9)),this[_0x192548(0x22b)](),_0x229e15[_0x192548(0x262)](_0x192548(0x261)),_0x229e15[_0x192548(0x262)](_0x192548(0x1db)),_0x229e15[_0x192548(0x262)](_0x192548(0x248));for(const _0x335a88 of[_0x192548(0x272),_0x192548(0x1f5)]){const _0x4ce6d3=_0x27f5ca[_0x192548(0x233)][_0x192548(0x21f)](_0x335a88);_0x229e15[_0x192548(0x262)](_0x335a88,_0xc0653d=>{const _0xb68c74=_0x192548;_0x27f5ca[_0xb68c74(0x1dc)][_0xb68c74(0x205)](_0x1019b4=>{const _0x300dbf=_0xb68c74;_0xc0653d();const _0x5461d1=_0x300dbf(0x209)===_0x4ce6d3[_0x300dbf(0x231)],_0x1125ea=_0x34d111[_0x300dbf(0x1de)](_0xb8c0d),_0x2a55a8=_0x34d111[_0x300dbf(0x268)](_0x1125ea),_0x1083ab=_0x5461d1?_0x2a55a8[_0x300dbf(0x234)]-0x1:_0x2a55a8[_0x300dbf(0x21c)]+0x1,_0x51d4b2=_0x1125ea[0x0][_0x300dbf(0x1d7)](_0x300dbf(0x1ed)),_0x4bf7dc=_0x34d111[_0x300dbf(0x1fe)](_0x51d4b2,{'startRow':_0x1083ab,'endRow':_0x1083ab}),_0x534df5=Array[_0x300dbf(0x213)](_0x4bf7dc)[_0x300dbf(0x200)](_0x5ab05c=>_0x1019b4[_0x300dbf(0x230)](_0x5ab05c[_0x300dbf(0x24b)]));_0x229e15[_0x300dbf(0x266)](_0x534df5,_0x300dbf(0x20e));});});}for(const _0x4976a5 of[_0x192548(0x23e),_0x192548(0x1fc)]){const _0xf1f437=_0x27f5ca[_0x192548(0x233)][_0x192548(0x21f)](_0x4976a5);_0x229e15[_0x192548(0x262)](_0x4976a5,_0x46a96e=>{const _0x7b0463=_0x192548;_0x27f5ca[_0x7b0463(0x1dc)][_0x7b0463(0x205)](_0x4ce003=>{const _0x1005cb=_0x7b0463;_0x46a96e();const _0x23b098=_0x1005cb(0x1df)===_0xf1f437[_0x1005cb(0x231)],_0x47b47c=_0x34d111[_0x1005cb(0x1de)](_0xb8c0d),_0x112d7b=_0x34d111[_0x1005cb(0x24f)](_0x47b47c),_0x379d63=_0x23b098?_0x112d7b[_0x1005cb(0x234)]-0x1:_0x112d7b[_0x1005cb(0x21c)]+0x1,_0x2207b8=_0x47b47c[0x0][_0x1005cb(0x1d7)](_0x1005cb(0x1ed)),_0xe31552=_0x34d111[_0x1005cb(0x1fe)](_0x2207b8,{'startRow':0x0,'column':_0x379d63,'includeAllSlots':!0x1}),_0xa70588=Array[_0x1005cb(0x213)](_0xe31552)[_0x1005cb(0x200)](_0x318d0f=>_0x4ce003[_0x1005cb(0x230)](_0x318d0f[_0x1005cb(0x24b)]));_0x229e15[_0x1005cb(0x266)](_0xa70588,_0x1005cb(0x216));});});}for(const _0x5e7576 of[_0x192548(0x252),_0x192548(0x235)]){const _0x5cb698=_0x5e7576[_0x192548(0x245)](0xb),_0x1cd62d=_0x5cb698[_0x192548(0x23d)](),_0x33407e=_0x1cd62d[_0x192548(0x245)](0x0,0x3)+_0x192548(0x1ee),_0x341cc1=_0x192548(0x1ed)+_0x5cb698,_0x6ee000=_0x192548(0x275)+_0x5cb698,_0x1d049a=_0x192548(0x22f)+_0x5cb698;_0x229e15[_0x192548(0x262)](_0x5e7576,()=>{const _0x2fb312=_0x192548;_0x27f5ca[_0x2fb312(0x1dc)][_0x2fb312(0x205)](_0x510fd5=>{const _0x4ba795=_0x2fb312,_0x331213=_0x34d111[_0x4ba795(0x1de)](_0xb8c0d),_0x4dedf1=_0x331213[0x0][_0x4ba795(0x1d7)](_0x4ba795(0x1ed));let _0x38e810;if(_0x4ba795(0x252)==_0x5e7576){const _0x3e6a01=_0x34d111[_0x4ba795(0x268)](_0x331213);_0x38e810={'startRow':_0x3e6a01[_0x4ba795(0x234)],'endRow':_0x3e6a01[_0x4ba795(0x21c)],'includeAllSlots':!0x0};}else{const _0xc78da4=_0x34d111[_0x4ba795(0x24f)](_0x331213);_0x38e810={'startColumn':_0xc78da4[_0x4ba795(0x234)],'endColumn':_0xc78da4[_0x4ba795(0x21c)],'includeAllSlots':!0x0};}const _0x595847=_0x34d111[_0x4ba795(0x1fe)](_0x4dedf1,_0x38e810),_0x2b1ac7=Array[_0x4ba795(0x213)](_0x595847)[_0x4ba795(0x200)](({cell:_0x2ce01c})=>_0x2ce01c),_0x19210e=ue(_0x2b1ac7[_0x4ba795(0x1d9)](_0x58b2e7=>_0x58b2e7[_0x4ba795(0x211)](_0x33407e))),_0x588da1=ue(_0x2b1ac7[_0x4ba795(0x1d9)](_0x367424=>!_0x367424[_0x4ba795(0x211)](_0x33407e)))[_0x4ba795(0x200)](_0x445354=>_0x510fd5[_0x4ba795(0x230)](_0x445354)),_0x354a60=_0x229e15[_0x4ba795(0x26e)](_0x588da1,_0x341cc1);if(_0x354a60&&(_0x4ba795(0x20e)==_0x354a60[_0x4ba795(0x21d)]||_0x4ba795(0x216)==_0x354a60[_0x4ba795(0x21d)])){const _0x5dbba9=this[_0x4ba795(0x274)](_0x354a60);for(const _0x5ae1ce of _0x19210e){const _0x38c236=_0x510fd5[_0x4ba795(0x230)](_0x5ae1ce),_0x4e38a3=_0x34d111[_0x4ba795(0x260)](_0x5ae1ce),_0x10f509=_0x5ae1ce[_0x4ba795(0x255)](_0x33407e)-0x1,_0x4bc096=_0x5dbba9[_0x6ee000],_0x2c3829=_0x5dbba9[_0x1d049a];_0x4bc096<=_0x4e38a3[_0x1cd62d]&&_0x4e38a3[_0x1cd62d]+_0x10f509<=_0x2c3829&&_0x354a60[_0x4ba795(0x243)](_0x38c236);}}});});}function _0x14077e(_0xc7fccc){const _0x32182e=_0x192548,_0x287b42=Array[_0x32182e(0x213)](_0xb8c0d[_0x32182e(0x201)]())[_0x32182e(0x200)](_0x4bf3ea=>_0x52f0cb[_0x32182e(0x250)](_0x4bf3ea));_0x27f5ca[_0x32182e(0x1dc)][_0x32182e(0x205)](_0x5c760e=>{const _0x78315f=_0x32182e,_0xd5d32f=_0x5c760e[_0x78315f(0x1ff)];_0xc7fccc=_0xc7fccc[_0x78315f(0x1d9)](_0x4ed5b5=>_0x78315f(0x221)!=_0x4ed5b5[_0x78315f(0x207)][_0x78315f(0x249)]),_0x5c760e[_0x78315f(0x271)](_0xc7fccc),_0x27f5ca[_0x78315f(0x233)][_0x78315f(0x21f)](_0x78315f(0x252))[_0x78315f(0x1ef)](),_0x27f5ca[_0x78315f(0x1fb)](_0x78315f(0x252),{'forceDefaultExecution':!0x0}),_0x27f5ca[_0x78315f(0x1dc)][_0x78315f(0x21a)](()=>{const _0x4e573d=_0x78315f;_0x27f5ca[_0x4e573d(0x1dc)][_0x4e573d(0x21a)](_0xd5d32f,_0x4b8339=>{const _0x5cad68=_0x4e573d,_0x3a0f71=_0x287b42[_0x5cad68(0x1d9)](_0xdec183=>_0x5cad68(0x221)!=_0xdec183[_0x5cad68(0x207)][_0x5cad68(0x249)]);_0x3a0f71[_0x5cad68(0x269)]>0x0&&_0x4b8339[_0x5cad68(0x271)](_0x3a0f71);for(const _0xc58d20 of _0x287b42)_0xc58d20[_0x5cad68(0x256)]();});});});}function _0x5b1879(_0xcf385e){const _0x5326ec=_0x192548;_0x27f5ca[_0x5326ec(0x1dc)][_0x5326ec(0x205)](_0x32d025=>{const _0xf1f6d4=_0x5326ec,_0x18bdc1=Array[_0xf1f6d4(0x213)](_0xb8c0d[_0xf1f6d4(0x201)]())[_0xf1f6d4(0x200)](_0x388f76=>_0x52f0cb[_0xf1f6d4(0x250)](_0x388f76)),_0x1a6d9f=[];for(const _0x30f031 of _0xcf385e)for(const _0x1ec2e8 of _0x30f031[_0xf1f6d4(0x1e3)]({'shallow':!0x0}))_0x1a6d9f[_0xf1f6d4(0x1eb)](_0x1ec2e8);for(const _0x1386f3 of _0x1a6d9f)_0xf1f6d4(0x221)!=_0x1386f3[_0xf1f6d4(0x207)][_0xf1f6d4(0x249)]&&(_0x32d025[_0xf1f6d4(0x271)](_0x32d025[_0xf1f6d4(0x22a)](_0x1386f3,0x0)),_0x27f5ca[_0xf1f6d4(0x233)][_0xf1f6d4(0x21f)](_0xf1f6d4(0x235))[_0xf1f6d4(0x1ef)](),_0x27f5ca[_0xf1f6d4(0x1fb)](_0xf1f6d4(0x235),{'forceDefaultExecution':!0x0}));const _0x1e2fe4=_0x18bdc1[_0xf1f6d4(0x1d9)](_0x219ac0=>_0xf1f6d4(0x221)!=_0x219ac0[_0xf1f6d4(0x207)][_0xf1f6d4(0x249)]);_0x1e2fe4[_0xf1f6d4(0x269)]>0x0&&_0x32d025[_0xf1f6d4(0x271)](_0x1e2fe4);for(const _0x75bfbf of _0x18bdc1)_0x75bfbf[_0xf1f6d4(0x256)]();});}function _0x4d41d1(_0x32be56,_0x10c937){const _0x101d04=_0x192548;return _0x10c937[_0x101d04(0x1d5)](_0x4b47f3=>_0x32be56[_0x101d04(0x267)](_0xcb758e=>_0xcb758e[_0x101d04(0x1d6)][_0x101d04(0x21e)](_0x4b47f3[_0x101d04(0x1f6)])||_0x4b47f3[_0x101d04(0x1d6)][_0x101d04(0x21e)](_0xcb758e[_0x101d04(0x1f6)])));}function _0x5d3756(_0x2a06a1,_0x258ebe){const _0x406c48=_0x192548;return _0x2a06a1[_0x406c48(0x267)](_0x3ed5df=>_0x258ebe[_0x406c48(0x267)](_0x4cd187=>_0x3ed5df[_0x406c48(0x1d6)][_0x406c48(0x258)](_0x4cd187[_0x406c48(0x1f6)])));}_0x27f5ca[_0x192548(0x241)][_0x192548(0x1f3)]['on'](_0x192548(0x22c),(_0x5e91bc,_0x4730e7,_0x2651ae)=>{const _0x20d0f9=_0x192548;if(!_0x2651ae[_0x20d0f9(0x226)][_0x20d0f9(0x229)])return;const _0x1cc13c=_0x4730e7[_0x20d0f9(0x25d)];if(!_0x1cc13c)return;const _0x26dcab=_0x2651ae[_0x20d0f9(0x1fd)][_0x20d0f9(0x273)](_0x1cc13c);function _0x3b565e(_0x1524f9){const _0x37cbe2=_0x20d0f9;return Array[_0x37cbe2(0x1f1)](_0x1524f9)?_0x1524f9:[_0x1524f9];}_0x26dcab&&_0x20d0f9(0x26d)===_0x1cc13c[_0x20d0f9(0x225)]&&_0x5737da(_0x26dcab,_0x2651ae[_0x20d0f9(0x203)],(_0x29657c,_0xa26d4a,_0x485589)=>_0x485589[_0x20d0f9(0x1f8)](_0x3b565e(_0xa26d4a[_0x20d0f9(0x210)]),_0x29657c),(_0x476e55,_0x57668f,_0x172883)=>_0x172883[_0x20d0f9(0x204)](_0x3b565e(_0x57668f[_0x20d0f9(0x210)]),_0x476e55));},{'priority':_0x192548(0x1dd)}),_0x229e15[_0x192548(0x21b)][_0x192548(0x270)](_0x5ba14e=>{const _0x20e718=_0x192548;if(_0x20e718(0x220)!=_0x5ba14e[_0x20e718(0x265)]&&_0x20e718(0x227)!=_0x5ba14e[_0x20e718(0x265)])return;const _0x3c97e0=_0x5ba14e[_0x20e718(0x20a)]();if(null!=_0x3c97e0&&_0x3c97e0['is'](_0x20e718(0x212),_0x20e718(0x1ed))){if(_0x20e718(0x220)==_0x5ba14e[_0x20e718(0x265)]){const _0x9a9c31=_0x5ba14e[_0x20e718(0x1e3)]()[_0x20e718(0x1d9)](_0xb95be0=>_0xb95be0['is'](_0x20e718(0x244)))[_0x20e718(0x200)](_0x427f61=>_0x427f61[_0x20e718(0x241)]);if(_0x9a9c31[_0x20e718(0x269)])return{'type':_0x20e718(0x220),'content':_0x278b86(_0x305170,_0x20e718(0x259),_0x278b86(_0x305170,_0x20e718(0x251),'\x22'+_0x9a9c31[_0x20e718(0x214)]('\x20')+'\x22'))};}if(_0x20e718(0x227)==_0x5ba14e[_0x20e718(0x265)]){const _0x43da64=_0x5ba14e[_0x20e718(0x1e3)]()[_0x20e718(0x1d9)](_0xb70601=>_0xb70601['is'](_0x20e718(0x244)))[_0x20e718(0x200)](_0x336e12=>_0x336e12[_0x20e718(0x241)]);if(_0x43da64[_0x20e718(0x269)])return{'type':_0x20e718(0x227),'content':_0x278b86(_0x305170,_0x20e718(0x1d3),_0x278b86(_0x305170,_0x20e718(0x251),'\x22'+_0x43da64[_0x20e718(0x214)]('\x20')+'\x22'))};}}}),_0x229e15[_0x192548(0x21b)][_0x192548(0x270)](_0x4afd46=>{const _0x2c7a34=_0x192548;if(_0x2c7a34(0x20e)==_0x4afd46[_0x2c7a34(0x21d)]){const _0x11c4dc=_0x4afd46[_0x2c7a34(0x1e3)]()[_0x2c7a34(0x1d9)](_0x33b7f6=>_0x33b7f6['is'](_0x2c7a34(0x244)))[_0x2c7a34(0x200)](_0x28c45b=>_0x28c45b[_0x2c7a34(0x241)]),_0x3893f8=this[_0x2c7a34(0x274)](_0x4afd46),_0x4833b9=_0x3893f8[_0x2c7a34(0x1ea)]-_0x3893f8[_0x2c7a34(0x20b)]+0x1;if(_0x2c7a34(0x220)==_0x4afd46[_0x2c7a34(0x265)])return _0x11c4dc[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x263),[_0x4833b9,'\x22'+_0x11c4dc[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x1ec),_0x4833b9))};if(_0x2c7a34(0x227)==_0x4afd46[_0x2c7a34(0x265)])return _0x11c4dc[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x263),[_0x4833b9,'\x22'+_0x11c4dc[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x1ec),_0x4833b9))};}if(_0x2c7a34(0x216)==_0x4afd46[_0x2c7a34(0x21d)]){const _0x427218=_0x4afd46[_0x2c7a34(0x1e3)]()[_0x2c7a34(0x1d9)](_0x3d4554=>_0x3d4554['is'](_0x2c7a34(0x244)))[_0x2c7a34(0x200)](_0x130314=>_0x130314[_0x2c7a34(0x241)]),_0x31e1bf=this[_0x2c7a34(0x274)](_0x4afd46),_0x2c5235=_0x31e1bf[_0x2c7a34(0x1f0)]-_0x31e1bf[_0x2c7a34(0x1e1)]+0x1;if(_0x2c7a34(0x220)==_0x4afd46[_0x2c7a34(0x265)])return _0x427218[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x23c),[_0x2c5235,'\x22'+_0x427218[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x220),'content':_0x278b86(_0x305170,_0x2c7a34(0x259),_0x278b86(_0x305170,_0x2c7a34(0x1e8),_0x2c5235))};if(_0x2c7a34(0x227)==_0x4afd46[_0x2c7a34(0x265)])return _0x427218[_0x2c7a34(0x269)]?{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x23c),[_0x2c5235,'\x22'+_0x427218[_0x2c7a34(0x214)]('\x20')+'\x22']))}:{'type':_0x2c7a34(0x227),'content':_0x278b86(_0x305170,_0x2c7a34(0x1d3),_0x278b86(_0x305170,_0x2c7a34(0x1e8),_0x2c5235))};}}),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x20e),_0x192548(0x22e),_0x14077e),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x20e),_0x192548(0x257),_0x14077e),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x216),_0x192548(0x22e),_0x5b1879),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x216),_0x192548(0x257),_0x5b1879),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x216),_0x192548(0x214),_0x4d41d1),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x216),_0x192548(0x214),_0x4d41d1),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x220),_0x192548(0x20e),_0x192548(0x214),_0x5d3756),_0x229e15[_0x192548(0x1d1)][_0x192548(0x1d2)](_0x192548(0x227),_0x192548(0x20e),_0x192548(0x214),_0x5d3756);}[_0x57d558(0x242)](){const _0x8e0e25=_0x57d558,_0x1ec922=this[_0x8e0e25(0x23b)],_0xae4ef=_0x1ec922[_0x8e0e25(0x1dc)][_0x8e0e25(0x26c)][_0x8e0e25(0x264)];return(_0x57c925,_0x3caee8)=>{const _0x53f8c1=_0x8e0e25;_0x1ec922[_0x53f8c1(0x1dc)][_0x53f8c1(0x205)](_0xbb7dd7=>{const _0x12cbbd=_0x53f8c1,{commandName:_0x491a7b,commandParams:_0x3da1fb}=_0x3caee8;let _0x4fb2ad=_0x57c925[0x0][_0x12cbbd(0x1d6)][_0x12cbbd(0x1f4)];_0x3da1fb&&_0x3da1fb[0x0]&&!0x1===_0x3da1fb[0x0][_0x12cbbd(0x25c)]&&(_0x4fb2ad=_0x57c925[0x0][_0x12cbbd(0x1f6)][_0x12cbbd(0x20c)]);const _0x188929=_0xbb7dd7[_0x12cbbd(0x26b)](_0x4fb2ad);if(_0x12cbbd(0x221)==_0x188929[_0x12cbbd(0x207)][_0x12cbbd(0x249)])return;const _0x2d28b5=Array[_0x12cbbd(0x213)](_0xae4ef[_0x12cbbd(0x201)]())[_0x12cbbd(0x200)](_0x450766=>_0x52f0cb[_0x12cbbd(0x250)](_0x450766));_0xbb7dd7[_0x12cbbd(0x271)](_0x188929),_0x1ec922[_0x12cbbd(0x233)][_0x12cbbd(0x21f)](_0x491a7b)[_0x12cbbd(0x1ef)](),_0x3da1fb[_0x12cbbd(0x1eb)]({'forceDefaultExecution':!0x0}),_0x1ec922[_0x12cbbd(0x1fb)](_0x491a7b,..._0x3da1fb);const _0x4a378e=_0x2d28b5[_0x12cbbd(0x1d9)](_0x1a982a=>_0x12cbbd(0x221)!=_0x1a982a[_0x12cbbd(0x207)][_0x12cbbd(0x249)]);_0x4a378e[_0x12cbbd(0x269)]>0x0&&_0xbb7dd7[_0x12cbbd(0x271)](_0x4a378e);for(const _0xeb3015 of _0x2d28b5)_0xeb3015[_0x12cbbd(0x256)]();});};}[_0x57d558(0x24a)](_0x52dd91){const _0x3640c7=_0x57d558,_0x178e8e=this[_0x3640c7(0x23b)][_0x3640c7(0x25b)][_0x3640c7(0x21f)](_0x3640c7(0x208));let _0x3b8597=Number[_0x3640c7(0x218)],_0x2d3fbd=Number[_0x3640c7(0x219)],_0x3f9431=Number[_0x3640c7(0x218)],_0x39a830=Number[_0x3640c7(0x219)];for(const _0x48e90e of _0x52dd91){if(_0x3640c7(0x221)==_0x48e90e[_0x3640c7(0x207)][_0x3640c7(0x249)])continue;const {row:_0x51a666,column:_0xdec157}=_0x178e8e[_0x3640c7(0x260)](_0x48e90e),_0x378aa1=_0x48e90e[_0x3640c7(0x211)](_0x3640c7(0x246))?_0x48e90e[_0x3640c7(0x255)](_0x3640c7(0x246))-0x1:0x0,_0x4c0ce3=_0x48e90e[_0x3640c7(0x211)](_0x3640c7(0x1f9))?_0x48e90e[_0x3640c7(0x255)](_0x3640c7(0x1f9))-0x1:0x0;_0x3b8597=_0x51a666<_0x3b8597?_0x51a666:_0x3b8597,_0x2d3fbd=_0x51a666+_0x378aa1>_0x2d3fbd?_0x51a666+_0x378aa1:_0x2d3fbd,_0x3f9431=_0xdec157<_0x3f9431?_0xdec157:_0x3f9431,_0x39a830=_0xdec157+_0x4c0ce3>_0x39a830?_0xdec157+_0x4c0ce3:_0x39a830;}return{'minRow':_0x3b8597,'maxRow':_0x2d3fbd,'minColumn':_0x3f9431,'maxColumn':_0x39a830};}[_0x57d558(0x22b)](){const _0xf21a8=_0x57d558,_0x435de2=this[_0xf21a8(0x23b)],_0xd5dabc=_0x435de2[_0xf21a8(0x25b)][_0xf21a8(0x21f)](_0xf21a8(0x1e6)),_0x41aba4=_0x435de2[_0xf21a8(0x25b)][_0xf21a8(0x21f)](_0xf21a8(0x208));_0x435de2[_0xf21a8(0x1dc)][_0xf21a8(0x26c)]['on'](_0xf21a8(0x1d4),()=>{const _0x4d6805=_0xf21a8,_0x422b96=Array[_0x4d6805(0x213)](_0x435de2[_0x4d6805(0x1dc)][_0x4d6805(0x26c)][_0x4d6805(0x1fa)][_0x4d6805(0x1e4)]());for(const {name:_0x799c21,data:_0x12a442}of _0x422b96){const {group:_0x1bd3e9,id:_0x2e93a4,subType:_0x27af7d}=_0xd5dabc[_0x4d6805(0x228)](_0x799c21);if(_0x4d6805(0x237)!=_0x1bd3e9)continue;if(null!=_0x12a442[_0x4d6805(0x254)])continue;const _0x1cc578=_0xd5dabc[_0x4d6805(0x240)](_0x2e93a4);this[_0x4d6805(0x1e5)][_0x4d6805(0x206)](_0x27af7d)&&this[_0x4d6805(0x1e0)][_0x4d6805(0x20d)](_0x1cc578);}},{'priority':_0xf21a8(0x1f7)});const _0x19af07=(_0x7d9f31,_0x1d379c)=>{const _0x42c0f8=_0xf21a8;let _0x5e822b=!0x1;const _0x510a6a=_0x1d379c[_0x42c0f8(0x230)](_0x7d9f31),_0x26fb8d=_0x7d9f31[_0x42c0f8(0x1d7)](_0x42c0f8(0x1ed)),_0xc3729e=_0x41aba4[_0x42c0f8(0x260)](_0x7d9f31);for(const _0x58dbe5 of this[_0x42c0f8(0x1e0)]){const _0x2fbcc3=_0x58dbe5[_0x42c0f8(0x21d)],_0x2487ea=_0x2fbcc3[_0x42c0f8(0x1f2)](_0x42c0f8(0x1e7)),_0x2d8651=_0x2fbcc3[_0x42c0f8(0x245)](_0x2487ea?0xa:0x5),_0x11094c=_0x2d8651[_0x42c0f8(0x23d)](),_0x1fc298=_0x11094c[_0x42c0f8(0x245)](0x0,0x3)+_0x42c0f8(0x1ee),_0x1670cf=_0x42c0f8(0x275)+_0x2d8651,_0x12ecf0=_0x42c0f8(0x22f)+_0x2d8651;if(!_0x58dbe5[_0x42c0f8(0x232)])continue;if(_0x26fb8d!=_0x58dbe5[_0x42c0f8(0x222)]()[_0x42c0f8(0x1f6)][_0x42c0f8(0x1d7)](_0x42c0f8(0x1ed)))continue;if(_0x58dbe5[_0x42c0f8(0x26a)](_0x510a6a))continue;const _0x2616ae=_0x7d9f31[_0x42c0f8(0x211)](_0x1fc298)?_0x7d9f31[_0x42c0f8(0x255)](_0x1fc298)-0x1:0x0,_0x59d613=this[_0x42c0f8(0x274)](_0x58dbe5),_0xc59984=_0x59d613[_0x1670cf],_0x1e6c95=_0x59d613[_0x12ecf0];_0xc59984<=_0xc3729e[_0x11094c]&&_0xc3729e[_0x11094c]+_0x2616ae<=_0x1e6c95&&(_0x58dbe5[_0x42c0f8(0x243)](_0x510a6a),_0x5e822b=!0x0);}return _0x5e822b;};_0x435de2[_0xf21a8(0x1dc)][_0xf21a8(0x26c)][_0xf21a8(0x23f)](_0x5e058b=>{const _0x5eecf3=_0xf21a8;let _0x29d93c=!0x1;for(const _0x1e6ade of _0x435de2[_0x5eecf3(0x1dc)][_0x5eecf3(0x26c)][_0x5eecf3(0x1fa)][_0x5eecf3(0x239)]())if(_0x5eecf3(0x20f)==_0x1e6ade[_0x5eecf3(0x265)]){if(_0x5eecf3(0x20e)==_0x1e6ade[_0x5eecf3(0x225)]){for(const _0x3f1cf2 of _0x1e6ade[_0x5eecf3(0x215)][_0x5eecf3(0x20c)][_0x5eecf3(0x24d)]())_0x29d93c=_0x29d93c||_0x19af07(_0x3f1cf2,_0x5e058b);}else _0x5eecf3(0x26d)==_0x1e6ade[_0x5eecf3(0x225)]&&(_0x29d93c=_0x29d93c||_0x19af07(_0x1e6ade[_0x5eecf3(0x215)][_0x5eecf3(0x20c)],_0x5e058b));}return _0x29d93c;});}[_0x57d558(0x274)](_0x390d11){const _0xf28596=_0x57d558;return this[_0xf28596(0x24a)](_0x390d11[_0xf28596(0x201)]()[_0xf28596(0x200)](_0x3bff33=>_0x3bff33[_0xf28596(0x1f6)][_0xf28596(0x20c)]));}}function ue(_0xf31c41){const _0x2f80af=_0x57d558;return Array[_0x2f80af(0x213)](new Set(_0xf31c41)[_0x2f80af(0x1e2)]());}