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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/translations/ar.js +1 -1
  3. package/dist/translations/az.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/ca.js +1 -1
  7. package/dist/translations/cs.js +1 -1
  8. package/dist/translations/da.js +1 -1
  9. package/dist/translations/de.js +1 -1
  10. package/dist/translations/el.js +1 -1
  11. package/dist/translations/en-au.js +1 -1
  12. package/dist/translations/es.js +1 -1
  13. package/dist/translations/et.js +1 -1
  14. package/dist/translations/fi.js +1 -1
  15. package/dist/translations/fr.js +1 -1
  16. package/dist/translations/gl.js +1 -1
  17. package/dist/translations/he.js +1 -1
  18. package/dist/translations/hi.js +1 -1
  19. package/dist/translations/hr.js +1 -1
  20. package/dist/translations/hu.js +1 -1
  21. package/dist/translations/id.js +1 -1
  22. package/dist/translations/it.js +1 -1
  23. package/dist/translations/ja.js +1 -1
  24. package/dist/translations/ko.js +1 -1
  25. package/dist/translations/lt.js +1 -1
  26. package/dist/translations/lv.js +1 -1
  27. package/dist/translations/ms.js +1 -1
  28. package/dist/translations/nl.js +1 -1
  29. package/dist/translations/no.js +1 -1
  30. package/dist/translations/pl.js +1 -1
  31. package/dist/translations/pt-br.js +1 -1
  32. package/dist/translations/pt.js +1 -1
  33. package/dist/translations/ro.js +1 -1
  34. package/dist/translations/ru.js +1 -1
  35. package/dist/translations/sk.js +1 -1
  36. package/dist/translations/sq.js +1 -1
  37. package/dist/translations/sr-latn.js +1 -1
  38. package/dist/translations/sr.js +1 -1
  39. package/dist/translations/sv.js +1 -1
  40. package/dist/translations/th.js +1 -1
  41. package/dist/translations/tk.js +1 -1
  42. package/dist/translations/tr.js +1 -1
  43. package/dist/translations/tt.js +1 -1
  44. package/dist/translations/uk.js +1 -1
  45. package/dist/translations/ur.js +1 -1
  46. package/dist/translations/vi.js +1 -1
  47. package/dist/translations/zh-cn.js +1 -1
  48. package/dist/translations/zh.js +1 -1
  49. package/package.json +3 -3
  50. package/src/commands/acceptsuggestioncommand.js +1 -1
  51. package/src/commands/discardsuggestioncommand.js +1 -1
  52. package/src/commands/executeonallsuggestionscommand.js +1 -1
  53. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  54. package/src/commands/trackchangescommand.js +1 -1
  55. package/src/index.js +1 -1
  56. package/src/integrations/aiassistant.js +1 -1
  57. package/src/integrations/alignment.js +1 -1
  58. package/src/integrations/basicstyles.js +1 -1
  59. package/src/integrations/blockquote.js +1 -1
  60. package/src/integrations/casechange.js +1 -1
  61. package/src/integrations/ckbox.js +1 -1
  62. package/src/integrations/codeblock.js +1 -1
  63. package/src/integrations/comments.js +1 -1
  64. package/src/integrations/deletecommand.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/imagestyle.js +1 -1
  76. package/src/integrations/importword.js +1 -1
  77. package/src/integrations/indent.js +1 -1
  78. package/src/integrations/inputcommand.js +1 -1
  79. package/src/integrations/legacylist.js +1 -1
  80. package/src/integrations/legacylistproperties.js +1 -1
  81. package/src/integrations/link.js +1 -1
  82. package/src/integrations/list.js +1 -1
  83. package/src/integrations/listproperties.js +1 -1
  84. package/src/integrations/mediaembed.js +1 -1
  85. package/src/integrations/mention.js +1 -1
  86. package/src/integrations/pagebreak.js +1 -1
  87. package/src/integrations/paragraph.js +1 -1
  88. package/src/integrations/removeformat.js +1 -1
  89. package/src/integrations/restrictededitingmode.js +1 -1
  90. package/src/integrations/shiftentercommand.js +1 -1
  91. package/src/integrations/standardeditingmode.js +1 -1
  92. package/src/integrations/style.js +1 -1
  93. package/src/integrations/table.js +1 -1
  94. package/src/integrations/tablecaption.js +1 -1
  95. package/src/integrations/tableclipboard.js +1 -1
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.js +1 -1
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.js +1 -1
  100. package/src/integrations/tableproperties.js +1 -1
  101. package/src/integrations/template.js +1 -1
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.js +1 -1
  104. package/src/integrations/utils.js +1 -1
  105. package/src/suggestion.js +1 -1
  106. package/src/suggestiondescriptionfactory.js +1 -1
  107. package/src/trackchanges.js +1 -1
  108. package/src/trackchangesdata.js +1 -1
  109. package/src/trackchangesediting.js +1 -1
  110. package/src/trackchangesui.js +1 -1
  111. package/src/ui/suggestioncontroller.js +1 -1
  112. package/src/ui/view/basesuggestionthreadview.js +1 -1
  113. package/src/ui/view/suggestionthreadview.js +1 -1
  114. package/src/utils/common-translations.js +1 -1
  115. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5bdb41=_0x3588;(function(_0x1f84bc,_0x9e3789){const _0x4550f0=_0x3588,_0x2b24c4=_0x1f84bc();while(!![]){try{const _0x52e1e9=-parseInt(_0x4550f0(0x1f0))/0x1+-parseInt(_0x4550f0(0x1e0))/0x2*(-parseInt(_0x4550f0(0x1a4))/0x3)+parseInt(_0x4550f0(0x1c7))/0x4*(-parseInt(_0x4550f0(0x1d7))/0x5)+parseInt(_0x4550f0(0x18b))/0x6*(parseInt(_0x4550f0(0x1c4))/0x7)+-parseInt(_0x4550f0(0x1aa))/0x8*(-parseInt(_0x4550f0(0x1ee))/0x9)+-parseInt(_0x4550f0(0x1f6))/0xa+-parseInt(_0x4550f0(0x17b))/0xb*(-parseInt(_0x4550f0(0x1e2))/0xc);if(_0x52e1e9===_0x9e3789)break;else _0x2b24c4['push'](_0x2b24c4['shift']());}catch(_0x53a5a2){_0x2b24c4['push'](_0x2b24c4['shift']());}}}(_0x403e,0x19d17));import{Plugin as _0x4f3b84}from'ckeditor5/src/core.js';import{getTranslation as _0x2d159e}from'../utils/common-translations.js';function _0x403e(){const _0x9e4bdd=['registerAttributeLabel','push','parent','ELEMENT_NUMBERED_LIST','value','215NvlLCs','registerElementLabel','splitListItemAfter','removeMarker','plugins','afterInit','trackChangesCommand','get','*Uncheck\x20item*','206AIKlVP','ELEMENT_BULLETED_LIST','12pNhcyV','format','data','editor','*Format:*\x20remove\x20from\x20%0','range','mergeListItemForward','getChanges','getAttribute','detach','ListEditing','newValue','981FpANDw','assureChains','177251WLhozK','noTrackChangesFixer','schema','_descriptionFactory','document','listReversed','1381950QLCTvY','every','*Outdent:*\x20%0','splitListItemBefore','fromRange','execute','listStyle','ELEMENT_LIST_ITEM','commands','getRanges','forceValue','accept','type','*Format:*\x20insert\x20into\x20%0','previousSibling','todoList','isLocal','todo','*Indent:*\x20%0','_supportLegacySuggestions','toUpperCase','key','listItemId','filter','2216478PfPJdv','nodeAfter','*Remove\x20format:*\x20%0','*Check\x20item*','*Merge:*\x20list\x20item','start','deletion','_LIST','mergeListItemBackward','multipleBlocks','map','attribute','meta','listIndent','selection','locale','73434WXpwms','bulleted','getFirstMarker','_enableDefaultAttributesIntegration','getSuggestions','_suggestionFactory','attributeKey','checkTodoList','indentList','includes','suggestion','todoListCheck','TrackChangesEditing','length','default','batch','nextSibling','createPositionAt','from','numbered','isNextTo','getFirstRange','FORMAT_INDENT','_findSuggestions','registerPostFixer','3102QJKZMD','commandName','ELEMENT_TODO_LIST','setSelection','bulletedList','*Set\x20format:*\x20%0','8848fMHmtu','attributes','differ','registerDescriptionCallback','_getAttributeKey','find','numberedList','*Merge:*\x20%0','oldValue','groupId','isObject','TodoListEditing','*Split:*\x20list\x20item','setAttribute','outdentList','config','listType','_registerLegacyDescription','formatBlock','list.multiBlock','createRange','refresh','*Change\x20to:*\x20%0','ELEMENT_','next','has','77jBUBYW','isUndo','containsItem','13208MKDxyq','change','end','head','todoListChecked','model','registerCustomCallback','documentList','commandParams','listStart','listItemIdFixer'];_0x403e=function(){return _0x9e4bdd;};return _0x403e();}import{renameAttributeKey as _0x8306f6}from'../trackchangesediting.js';function _0x3588(_0x1f9405,_0x2b4688){const _0x403e9f=_0x403e();return _0x3588=function(_0x35887b,_0x18ebce){_0x35887b=_0x35887b-0x16c;let _0x43fc9b=_0x403e9f[_0x35887b];return _0x43fc9b;},_0x3588(_0x1f9405,_0x2b4688);}import{LiveRange as _0x15a51d}from'ckeditor5/src/engine.js';export default class z extends _0x4f3b84{[_0x5bdb41(0x1dc)](){const _0x36aa9d=_0x5bdb41,_0x5d6169=this[_0x36aa9d(0x1e5)];if(!_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1c3)](_0x36aa9d(0x1ec)))return;const _0x3fcb53=_0x5d6169[_0x36aa9d(0x18a)],_0x5d8200=_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1de)](_0x36aa9d(0x197)),_0xbabf27=_0x5d6169[_0x36aa9d(0x1db)][_0x36aa9d(0x1c3)](_0x36aa9d(0x1b5)),_0xf17542=!!_0x5d6169[_0x36aa9d(0x1b9)][_0x36aa9d(0x1de)](_0x36aa9d(0x1bd));function _0x26b747(_0x5e0621){const _0x3de16f=_0x36aa9d;return{'type':_0x3de16f(0x1e3),'content':''+_0x2d159e(_0x3fcb53,_0x3de16f(0x1a9),_0x5e0621)};}function _0x5ceb65(_0x71a39f){const _0x92e839=_0x36aa9d;return{'type':_0x92e839(0x1e3),'content':''+_0x2d159e(_0x3fcb53,_0x92e839(0x17d),_0x71a39f)};}_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1b0),[],[_0x36aa9d(0x179),_0x36aa9d(0x1ba),_0x36aa9d(0x188)]),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1a8)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x193)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1b8)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1d9)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1f9)),_0xf17542&&(_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x183)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x1e8))),_0xbabf27&&(_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x172)),_0x5d8200[_0x36aa9d(0x18e)](_0x36aa9d(0x192),[],[_0x36aa9d(0x1cb)]),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0x539e2f=>{const _0xe25302=_0x36aa9d,{data:_0x2c9b75}=_0x539e2f;if(_0x2c9b75&&_0xe25302(0x1cb)==_0x2c9b75[_0xe25302(0x178)])return{'type':_0xe25302(0x1e3),'content':_0x2c9b75[_0xe25302(0x1ed)]?_0x2d159e(_0x3fcb53,_0xe25302(0x17e)):_0x2d159e(_0x3fcb53,_0xe25302(0x1df))};}),this[_0x36aa9d(0x1e5)][_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x265a2d=>{const _0x1b1a89=_0x36aa9d;if(_0x265a2d[_0x1b1a89(0x19a)][_0x1b1a89(0x1c5)])return!0x1;let _0x2080d6=!0x1;const _0x55e0fa=_0x5d8200[_0x1b1a89(0x18f)]({'skipNotAttached':!0x0})[_0x1b1a89(0x17a)](_0x31f412=>_0x1b1a89(0x1cb)===_0x5d8200[_0x1b1a89(0x1ae)](_0x31f412));for(const _0x534956 of _0x55e0fa){_0x1b1a89(0x174)!=_0x534956[_0x1b1a89(0x1a0)]()[_0x1b1a89(0x180)][_0x1b1a89(0x17c)][_0x1b1a89(0x1ea)](_0x1b1a89(0x1ba))&&(_0x5d8200[_0x1b1a89(0x1a2)](_0x534956[_0x1b1a89(0x1a0)](),_0x1b1a89(0x186))[_0x1b1a89(0x1af)](_0x1fd9ad=>_0x1b1a89(0x1ba)===_0x5d8200[_0x1b1a89(0x1ae)](_0x1fd9ad[_0x1b1a89(0x195)]))||(_0x265a2d[_0x1b1a89(0x1da)](_0x534956[_0x1b1a89(0x18d)]()),_0x2080d6=!0x0));}return _0x2080d6;})),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1d2)](_0x36aa9d(0x188),_0x2d159e(_0x3fcb53,_0x36aa9d(0x1a1)));const _0x1e36f6={'type':_0x36aa9d(0x1e3),'content':''};_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0x3d5741=>{const _0x42f5f6=_0x36aa9d,{data:_0x419abd}=_0x3d5741;if(!_0x419abd||_0x42f5f6(0x1ba)!=_0x419abd[_0x42f5f6(0x178)])return;let _0x244de1=_0x3d5741[_0x42f5f6(0x1ca)];for(;_0x244de1;){if(_0x244de1[_0x42f5f6(0x1e4)]&&(_0x42f5f6(0x1fc)==_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x178)]&&(_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1ed)]&&_0x42f5f6(0x199)!=_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1ed)]||_0x42f5f6(0x199)!=_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x1b2)]&&!_0x419abd[_0x42f5f6(0x1ed)])||!_0xf17542&&_0x244de1[_0x42f5f6(0x1e4)][_0x42f5f6(0x178)]==_0x8306f6))return _0x1e36f6;_0x244de1=_0x244de1[_0x42f5f6(0x1c2)];}if(null==_0x419abd[_0x42f5f6(0x1ed)])switch(_0x419abd[_0x42f5f6(0x1b2)]){case _0x42f5f6(0x18c):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1e1)));case _0x42f5f6(0x19e):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1d5)));case _0x42f5f6(0x174):return _0x5ceb65(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1a6)));}switch(_0x419abd[_0x42f5f6(0x1ed)]){case _0x42f5f6(0x18c):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1e1)));case _0x42f5f6(0x19e):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1d5)));case _0x42f5f6(0x174):return _0x26b747(_0x2d159e(_0x3fcb53,_0x42f5f6(0x1a6)));}}),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0xa724f=>{const _0x32e0fa=_0x36aa9d,{data:_0x9713df}=_0xa724f;if(_0x9713df&&_0x32e0fa(0x188)==_0x9713df[_0x32e0fa(0x178)])return null==_0x9713df[_0x32e0fa(0x1ed)]||null==_0x9713df[_0x32e0fa(0x1b2)]&&0x0==_0x9713df[_0x32e0fa(0x1ed)]?_0x1e36f6:void 0x0;}),_0x5d8200[_0x36aa9d(0x1f3)][_0x36aa9d(0x1ad)](_0xf57148=>{const _0x16fa2a=_0x36aa9d;if(_0x16fa2a(0x186)!=_0xf57148[_0x16fa2a(0x16f)])return;const {data:_0x1fd8c8}=_0xf57148;if(!_0x1fd8c8||_0x16fa2a(0x179)!=_0x1fd8c8[_0x16fa2a(0x178)])return;const _0x4ecd5a=ie(_0xf57148);return _0x4ecd5a?_0x16fa2a(0x1ed)==_0x4ecd5a?{'type':_0x16fa2a(0x1e3),'content':_0x2d159e(_0x3fcb53,_0x16fa2a(0x17f))}:_0x16fa2a(0x1b2)==_0x4ecd5a?{'type':_0x16fa2a(0x1e3),'content':_0x2d159e(_0x3fcb53,_0x16fa2a(0x1b6))}:_0x1e36f6:_0x1e36f6;}),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x53f7f7=>this[_0x36aa9d(0x1d1)](_0x53f7f7)),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x25f9da=>this[_0x36aa9d(0x1f1)](_0x25f9da)),_0x5d6169[_0x36aa9d(0x1cc)][_0x36aa9d(0x1f4)][_0x36aa9d(0x1a3)](_0x30be6e=>this[_0x36aa9d(0x1ef)](_0x30be6e)),this[_0x36aa9d(0x176)]();}[_0x5bdb41(0x1d1)](_0x4129c8){const _0x211bd7=_0x5bdb41;if(_0x4129c8[_0x211bd7(0x19a)][_0x211bd7(0x1c5)]||!_0x4129c8[_0x211bd7(0x19a)][_0x211bd7(0x173)])return!0x1;let _0x1e7f43=!0x1;const _0x5a9e9e=this[_0x211bd7(0x1e5)][_0x211bd7(0x1db)][_0x211bd7(0x1de)](_0x211bd7(0x197))[_0x211bd7(0x18f)]({'skipNotAttached':!0x0})[_0x211bd7(0x17a)](_0x5788a3=>_0x5788a3[_0x211bd7(0x1e4)]&&_0x211bd7(0x179)==_0x5788a3[_0x211bd7(0x1e4)][_0x211bd7(0x178)])[_0x211bd7(0x17a)](_0x3d8cb2=>_0x3d8cb2[_0x211bd7(0x1e4)][_0x211bd7(0x1ed)]&&_0x3d8cb2[_0x211bd7(0x1e4)][_0x211bd7(0x1b2)]);for(const _0x11e474 of _0x5a9e9e)ie(_0x11e474)||(_0x4129c8[_0x211bd7(0x1da)](_0x11e474[_0x211bd7(0x18d)]()),_0x1e7f43=!0x0);return _0x1e7f43;}[_0x5bdb41(0x1f1)](_0x3d6ba0){const _0x392b66=_0x5bdb41;if(_0x3d6ba0[_0x392b66(0x19a)][_0x392b66(0x1c5)]||!_0x3d6ba0[_0x392b66(0x19a)][_0x392b66(0x173)])return!0x1;const _0x421cb8=this[_0x392b66(0x1e5)][_0x392b66(0x1db)][_0x392b66(0x1de)](_0x392b66(0x197));if(_0x421cb8[_0x392b66(0x1dd)][_0x392b66(0x1d6)])return!0x1;let _0x5c24ba=!0x1;const _0x24882e=[_0x392b66(0x1ba),_0x392b66(0x1fc),_0x392b66(0x179),_0x392b66(0x188),_0x392b66(0x1d0),_0x392b66(0x1f5),_0x392b66(0x196)],_0x795f27=this[_0x392b66(0x1e5)][_0x392b66(0x1cc)][_0x392b66(0x1f4)][_0x392b66(0x1ac)][_0x392b66(0x1e9)]()[_0x392b66(0x17a)](_0x5a0c3f=>_0x392b66(0x186)==_0x5a0c3f[_0x392b66(0x16f)])[_0x392b66(0x17a)](_0x376729=>_0x24882e[_0x392b66(0x194)](_0x376729[_0x392b66(0x191)]));if(0x0==_0x795f27[_0x392b66(0x198)])return _0x5c24ba;for(const _0x2b4ff2 of _0x795f27){const _0x3909b3=_0x421cb8[_0x392b66(0x1a2)](_0x2b4ff2[_0x392b66(0x1e7)],_0x392b66(0x186))[_0x392b66(0x17a)](_0xd7b0c4=>!_0xd7b0c4[_0x392b66(0x187)][_0x392b66(0x19f)])[_0x392b66(0x185)](_0x5b6a90=>_0x5b6a90[_0x392b66(0x195)])[_0x392b66(0x17a)](_0x388103=>{const _0x89661d=_0x392b66,_0x162829=_0x421cb8[_0x89661d(0x1ae)](_0x388103);return _0x24882e[_0x89661d(0x194)](_0x162829);});if(_0x3909b3[_0x392b66(0x198)]){for(const _0x317921 of _0x3909b3)_0x3d6ba0[_0x392b66(0x1da)](_0x317921[_0x392b66(0x18d)]());_0x5c24ba=!0x0;}}return _0x5c24ba;}[_0x5bdb41(0x1ef)](_0x10bd91){const _0x3ad26a=_0x5bdb41;if(_0x10bd91[_0x3ad26a(0x19a)][_0x3ad26a(0x1c5)]||!_0x10bd91[_0x3ad26a(0x19a)][_0x3ad26a(0x173)])return!0x1;const _0x98df3a=this[_0x3ad26a(0x1e5)][_0x3ad26a(0x1db)][_0x3ad26a(0x1de)](_0x3ad26a(0x197));let _0x439201=!0x1;const _0x1fd631=[_0x3ad26a(0x1ba),_0x3ad26a(0x1fc),_0x3ad26a(0x179),_0x3ad26a(0x188),_0x3ad26a(0x1d0),_0x3ad26a(0x1f5),_0x3ad26a(0x196)];for(const _0x206198 of _0x98df3a[_0x3ad26a(0x18f)]({'skipNotAttached':!0x0})){const _0x2a3ba1=_0x98df3a[_0x3ad26a(0x1a2)](_0x206198[_0x3ad26a(0x1a0)](),_0x3ad26a(0x186))[_0x3ad26a(0x185)](_0x2c2893=>_0x2c2893[_0x3ad26a(0x195)])[_0x3ad26a(0x17a)](_0x334f91=>_0x334f91[_0x3ad26a(0x1e4)]&&_0x1fd631[_0x3ad26a(0x194)](_0x334f91[_0x3ad26a(0x1e4)][_0x3ad26a(0x178)]));if(!_0x2a3ba1[_0x3ad26a(0x198)])continue;const _0x2299a3=_0x2a3ba1[0x0][_0x3ad26a(0x1ca)][_0x3ad26a(0x1ab)][_0x3ad26a(0x1b3)];if(!_0x2a3ba1[_0x3ad26a(0x1f7)](_0x20561c=>_0x20561c[_0x3ad26a(0x1ab)][_0x3ad26a(0x1b3)]===_0x2299a3)){for(const _0x769166 of _0x2a3ba1)_0x15775f(_0x769166,_0x2299a3)&&(_0x439201=!0x0);}}return _0x439201;function _0x37c77a(_0x2c2885,_0x52c677){const _0x109923=_0x3ad26a;for(const _0x133606 of _0x98df3a[_0x109923(0x18f)]({'skipNotAttached':!0x0})[_0x109923(0x17a)](_0xc977a8=>_0x109923(0x186)==_0xc977a8[_0x109923(0x16f)]&&_0xc977a8[_0x109923(0x1ab)][_0x109923(0x1b3)]==_0x2c2885))_0x133606[_0x109923(0x1b7)](_0x109923(0x1b3),_0x52c677);}function _0x15775f(_0x536930,_0xe3914d){const _0x254700=_0x3ad26a;let _0x364dfc=_0x536930[_0x254700(0x1ca)],_0x491cbb=!0x1;for(;_0x364dfc;)_0x364dfc[_0x254700(0x1ab)][_0x254700(0x1b3)]!=_0xe3914d&&(_0x37c77a(_0x364dfc[_0x254700(0x1ab)][_0x254700(0x1b3)],_0xe3914d),_0x364dfc[_0x254700(0x1b7)](_0x254700(0x1b3),_0xe3914d),_0x491cbb=!0x0),_0x364dfc=_0x364dfc[_0x254700(0x1c2)];return _0x491cbb;}}[_0x5bdb41(0x176)](){const _0x4968c9=_0x5bdb41,_0x2bdbb2=this[_0x4968c9(0x1e5)],_0x3ff79d=_0x2bdbb2[_0x4968c9(0x18a)],_0x259ded=_0x2bdbb2[_0x4968c9(0x1db)][_0x4968c9(0x1de)](_0x4968c9(0x197));this[_0x4968c9(0x1bb)](),_0x259ded[_0x4968c9(0x190)][_0x4968c9(0x1cd)](_0x4968c9(0x1bc),_0x4968c9(0x1ce),_0x4968c9(0x16e),function(_0x86710f,_0x52e455){const _0x1bd193=_0x4968c9,_0x99a05e=[];for(let _0x1db130 of _0x86710f)_0x1db130[_0x1bd193(0x180)][_0x1bd193(0x17c)]===_0x1db130[_0x1bd193(0x1c9)][_0x1bd193(0x1d4)]&&(_0x1db130=_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x1be)](_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x19c)](_0x1db130[_0x1bd193(0x180)][_0x1bd193(0x17c)],0x0))),_0x99a05e[_0x1bd193(0x1d3)](_0x1db130);_0x2bdbb2[_0x1bd193(0x1cc)][_0x1bd193(0x1c8)](_0xbefb1b=>{const _0x49e4db=_0x1bd193,_0x598579=_0x2bdbb2[_0x49e4db(0x1cc)][_0x49e4db(0x1f4)][_0x49e4db(0x189)],_0x3c3f95=Array[_0x49e4db(0x19d)](_0x598579[_0x49e4db(0x16c)]())[_0x49e4db(0x185)](_0x114d9f=>_0x15a51d[_0x49e4db(0x1fa)](_0x114d9f));_0xbefb1b[_0x49e4db(0x1a7)](_0x99a05e),_0x2bdbb2[_0x49e4db(0x1fe)][_0x49e4db(0x1de)](_0x52e455[_0x49e4db(0x1a5)])[_0x49e4db(0x1bf)](),_0x52e455[_0x49e4db(0x1cf)][_0x49e4db(0x1d3)]({'forceDefaultExecution':!0x0}),_0x2bdbb2[_0x49e4db(0x1fb)](_0x52e455[_0x49e4db(0x1a5)],..._0x52e455[_0x49e4db(0x1cf)]),_0xbefb1b[_0x49e4db(0x1a7)](_0x3c3f95);for(const _0x26c6d9 of _0x3c3f95)_0x26c6d9[_0x49e4db(0x1eb)]();});}),_0x259ded[_0x4968c9(0x1f3)][_0x4968c9(0x1d8)](function(_0x34133d){const _0x12493c=_0x4968c9,_0x1cb12f=!_0x2bdbb2[_0x12493c(0x1cc)][_0x12493c(0x1f2)][_0x12493c(0x1b4)](_0x34133d),_0x15041f=_0x34133d[_0x12493c(0x171)],_0x3f7a21=_0x34133d[_0x12493c(0x19b)],_0x3944f0=_0x34133d[_0x12493c(0x1ea)](_0x12493c(0x179)),_0x56d8b8=!_0x15041f||_0x15041f[_0x12493c(0x1ea)](_0x12493c(0x179))!==_0x3944f0,_0x8ba4af=!_0x3f7a21||_0x3f7a21[_0x12493c(0x1ea)](_0x12493c(0x179))!==_0x3944f0;return _0x1cb12f&&Boolean(_0x3944f0)&&_0x56d8b8&&_0x8ba4af;},_0x17d579=>_0x2d159e(_0x3ff79d,_0x4968c9(0x1fd),_0x17d579));}[_0x5bdb41(0x1bb)](){const _0x47bde5=_0x5bdb41,_0xb29f7=this[_0x47bde5(0x1e5)],_0x1cf2bf=_0xb29f7[_0x47bde5(0x18a)];function _0x444280(_0x569a71){const _0x4ba5c4=_0x47bde5,_0x147708=_0xb29f7[_0x4ba5c4(0x1fe)][_0x4ba5c4(0x1de)](_0x4ba5c4(0x1a8))[_0x4ba5c4(0x1d6)],_0x10080d=_0xb29f7[_0x4ba5c4(0x1fe)][_0x4ba5c4(0x1de)](_0x4ba5c4(0x1b0))[_0x4ba5c4(0x1d6)];return _0x4ba5c4(0x1b0)===_0x569a71?_0x147708:_0x10080d;}_0xb29f7[_0x47bde5(0x1db)][_0x47bde5(0x1de)](_0x47bde5(0x197))[_0x47bde5(0x1f3)][_0x47bde5(0x1ad)](function(_0x261505){const _0x4409cd=_0x47bde5;if(_0x4409cd(0x1bc)!=_0x261505[_0x4409cd(0x16f)])return;const {data:_0x20289a}=_0x261505;if(!_0x20289a)return;let _0x1d589f,_0x58dbd3,_0x453607,_0xeaa086;switch(_0x20289a[_0x4409cd(0x1a5)]){case _0x4409cd(0x1a8):_0x453607=_0x20289a[_0x4409cd(0x1cf)][0x0][_0x4409cd(0x16d)],_0xeaa086=_0x444280(_0x20289a[_0x4409cd(0x1a5)]),_0x1d589f=_0x453607?_0x4409cd(0x170):_0x4409cd(0x1e6),!_0xeaa086&&_0xb29f7[_0x4409cd(0x1b9)][_0x4409cd(0x1de)](_0x4409cd(0x1bd))||(_0x1d589f=_0x4409cd(0x1c0)),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1e1)))};break;case _0x4409cd(0x1b0):_0x453607=_0x20289a[_0x4409cd(0x1cf)][0x0][_0x4409cd(0x16d)],_0xeaa086=_0x444280(_0x20289a[_0x4409cd(0x1a5)]),_0x1d589f=_0x453607?_0x4409cd(0x170):_0x4409cd(0x1e6),!_0xeaa086&&_0xb29f7[_0x4409cd(0x1b9)][_0x4409cd(0x1de)](_0x4409cd(0x1bd))||(_0x1d589f=_0x4409cd(0x1c0)),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1d5)))};break;case _0x4409cd(0x193):_0x1d589f=_0x4409cd(0x175),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd)))};break;case _0x4409cd(0x1b8):_0x1d589f=function(_0x117686){const _0x25c58c=_0x4409cd,_0x2cd804=_0x117686[_0x25c58c(0x1a0)]();let _0x49606b=_0x2cd804[_0x25c58c(0x180)][_0x25c58c(0x17c)];for(;_0x49606b&&_0x2cd804[_0x25c58c(0x1c6)](_0x49606b);){if(_0x49606b[_0x25c58c(0x1ea)](_0x25c58c(0x188))>0x0)return!0x1;_0x49606b=_0x49606b[_0x25c58c(0x19b)];}return!0x0;}(_0x261505)?_0x2d159e(_0x1cf2bf,_0x4409cd(0x1e6),_0x2d159e(_0x1cf2bf,function(_0xc5fe5f){const _0x3c0cdb=_0x4409cd;return _0x3c0cdb(0x1c1)+_0xc5fe5f[_0x3c0cdb(0x1a0)]()[_0x3c0cdb(0x180)][_0x3c0cdb(0x17c)][_0x3c0cdb(0x1ea)](_0x3c0cdb(0x1ba))[_0x3c0cdb(0x177)]()+_0x3c0cdb(0x182);}(_0x261505))):_0x2d159e(_0x1cf2bf,_0x4409cd(0x1f8),_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd))),_0x58dbd3={'type':_0x4409cd(0x1e3),'content':_0x1d589f};break;case _0x4409cd(0x183):case _0x4409cd(0x1e8):!0x1===_0x20289a[_0x4409cd(0x184)]&&(_0x1d589f=_0x4409cd(0x1b1),_0x58dbd3={'type':_0x4409cd(0x181),'content':_0x2d159e(_0x1cf2bf,_0x1d589f,_0x2d159e(_0x1cf2bf,_0x4409cd(0x1fd)))});}return _0x58dbd3;});}}function ie(_0x136f13){const _0x3a3b20=_0x5bdb41;let _0x1fa63b=_0x136f13[_0x3a3b20(0x1a0)]()[_0x3a3b20(0x180)][_0x3a3b20(0x17c)][_0x3a3b20(0x171)];for(;_0x1fa63b;){const _0x23e6f7=_0x1fa63b[_0x3a3b20(0x1ea)](_0x3a3b20(0x179));if(!_0x23e6f7)return!0x1;if(_0x23e6f7==_0x136f13[_0x3a3b20(0x1e4)][_0x3a3b20(0x1ed)])return _0x3a3b20(0x1ed);if(_0x23e6f7==_0x136f13[_0x3a3b20(0x1e4)][_0x3a3b20(0x1b2)])return _0x3a3b20(0x1b2);_0x1fa63b=_0x1fa63b[_0x3a3b20(0x171)];}return!0x1;}
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
- const _0x4bca63=_0x3da0;function _0x1751(){const _0x174a42=['includes','key','formatBlock','upper-roman','list.properties','listType','disc','listReversed','plugins','registerDescriptionCallback','editor','getAttribute','946764wAwPAB','ELEMENT_','_LIST_','listStart','numbered','*Format:*\x20set\x20start\x20index\x20to\x20%0','registerAttributeLabel','suggestion','commandParams','attribute','decimal','2867824ClOVNL','2pQNlzm','removeMarker','bind','getFirstRange','type','nodeAfter','_findSuggestions','circle','68dqrLZh','1328467rOfRwB','_descriptionFactory','_enableDefaultAttributesIntegration','toUpperCase','has','*Format:*\x20set\x20order\x20to\x20regular','decimal-leading-zero','getFirstMarker','73933zxMOXi','format','registerPostFixer','get','oldValue','FORMAT_LIST_REVERSED','TrackChangesEditing','styles','startIndex','newValue','next','*Remove\x20format:*\x20%0','ListPropertiesEditing','lower-roman','*Change\x20to:*\x20%0','document','square','12OjTBIp','model','head','_registerLegacyDescription','listStyle','handleDescriptions','7190649Dvtpkw','*Format:*\x20set\x20order\x20to\x20reversed','isUndo','start','lower-latin','*Set\x20format:*\x20%0','data','batch','_getAttributeKey','find','_LIST_DEFAULT','commandName','10651570uMHsok','afterInit','filter','FORMAT_LIST_START','config','118780GcUqQj','reversed','replace','_getTranslationKeyForListStyle','default','getSuggestions','bulleted','locale','upper-latin'];_0x1751=function(){return _0x174a42;};return _0x1751();}(function(_0x3e27fc,_0x20ce40){const _0x1c07ea=_0x3da0,_0x25355b=_0x3e27fc();while(!![]){try{const _0x36dff9=-parseInt(_0x1c07ea(0x1c5))/0x1*(parseInt(_0x1c07ea(0x20e))/0x2)+-parseInt(_0x1c07ea(0x202))/0x3+parseInt(_0x1c07ea(0x216))/0x4*(parseInt(_0x1c07ea(0x1ed))/0x5)+-parseInt(_0x1c07ea(0x1d6))/0x6*(-parseInt(_0x1c07ea(0x217))/0x7)+parseInt(_0x1c07ea(0x20d))/0x8+parseInt(_0x1c07ea(0x1dc))/0x9+-parseInt(_0x1c07ea(0x1e8))/0xa;if(_0x36dff9===_0x20ce40)break;else _0x25355b['push'](_0x25355b['shift']());}catch(_0xce43ff){_0x25355b['push'](_0x25355b['shift']());}}}(_0x1751,0x76b1f));import{Plugin as _0x30a2a9}from'ckeditor5/src/core.js';function _0x3da0(_0x4da2d1,_0x313d08){const _0x17519a=_0x1751();return _0x3da0=function(_0x3da016,_0x17819b){_0x3da016=_0x3da016-0x1c4;let _0x17ca86=_0x17519a[_0x3da016];return _0x17ca86;},_0x3da0(_0x4da2d1,_0x313d08);}import{getTranslation as _0x3b39ae}from'../utils/common-translations.js';export default class se extends _0x30a2a9{[_0x4bca63(0x1e9)](){const _0x416e36=_0x4bca63;if(!this[_0x416e36(0x200)][_0x416e36(0x1fe)][_0x416e36(0x21b)](_0x416e36(0x1d1)))return;const _0x27b84d=this[_0x416e36(0x200)][_0x416e36(0x1ec)][_0x416e36(0x1c8)](_0x416e36(0x1fa)),_0x1e1840=this[_0x416e36(0x200)][_0x416e36(0x1fe)][_0x416e36(0x1c8)](_0x416e36(0x1cb));_0x27b84d[_0x416e36(0x1cc)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x1da),[],[_0x416e36(0x1da)]),_0x27b84d[_0x416e36(0x1ee)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x1fd),[],[_0x416e36(0x1fd)]),_0x27b84d[_0x416e36(0x1cd)]&&_0x1e1840[_0x416e36(0x219)](_0x416e36(0x205),[],[_0x416e36(0x205)]);const _0x42a1ca={'type':_0x416e36(0x1c6),'content':''};_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](this[_0x416e36(0x1db)][_0x416e36(0x210)](this));const _0x3990bc=this[_0x416e36(0x200)][_0x416e36(0x1f4)];_0x1e1840[_0x416e36(0x218)][_0x416e36(0x208)](_0x416e36(0x1fd),_0x3b39ae(_0x3990bc,_0x416e36(0x1ca))),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](_0x3cde09=>{const _0x2d624b=_0x416e36,{data:_0x2bb110}=_0x3cde09;if(_0x2bb110&&_0x2d624b(0x1fd)==_0x2bb110[_0x2d624b(0x1f7)])return null==_0x2bb110[_0x2d624b(0x1ce)]||0x0==_0x2bb110[_0x2d624b(0x1ce)]&&null==_0x2bb110[_0x2d624b(0x1c9)]?_0x42a1ca:void 0x0;}),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x208)](_0x416e36(0x205),_0x3b39ae(_0x3990bc,_0x416e36(0x1eb))),_0x1e1840[_0x416e36(0x218)][_0x416e36(0x1ff)](_0xbd4e64=>{const _0x2ea737=_0x416e36,{data:_0x41732e}=_0xbd4e64;if(_0x41732e&&_0x2ea737(0x205)==_0x41732e[_0x2ea737(0x1f7)])return null==_0x41732e[_0x2ea737(0x1ce)]||0x1==_0x41732e[_0x2ea737(0x1ce)]&&null==_0x41732e[_0x2ea737(0x1c9)]?_0x42a1ca:void 0x0;}),this[_0x416e36(0x200)][_0x416e36(0x1d7)][_0x416e36(0x1d4)][_0x416e36(0x1c7)](_0x1af179=>{const _0x516d44=_0x416e36;if(_0x1af179[_0x516d44(0x1e3)][_0x516d44(0x1de)])return!0x1;let _0x27309c=!0x1;const _0xb90621=_0x1e1840[_0x516d44(0x1f2)]({'skipNotAttached':!0x0})[_0x516d44(0x1ea)](_0x45970e=>{const _0x176733=_0x516d44,_0x25bd7d=_0x1e1840[_0x176733(0x1e4)](_0x45970e);return _0x176733(0x205)==_0x25bd7d||_0x176733(0x1fd)==_0x25bd7d;});for(const _0x5d4769 of _0xb90621){if(_0x516d44(0x206)==_0x5d4769[_0x516d44(0x211)]()[_0x516d44(0x1df)][_0x516d44(0x213)][_0x516d44(0x201)](_0x516d44(0x1fb)))continue;_0x1e1840[_0x516d44(0x214)](_0x5d4769[_0x516d44(0x211)](),_0x516d44(0x20b))[_0x516d44(0x1e5)](_0x128dec=>_0x516d44(0x1fb)==_0x1e1840[_0x516d44(0x1e4)](_0x128dec[_0x516d44(0x209)]))||(_0x1af179[_0x516d44(0x20f)](_0x5d4769[_0x516d44(0x1c4)]()),_0x27309c=!0x0);}return _0x27309c;}),this[_0x416e36(0x1d9)]();}[_0x4bca63(0x1db)](_0x5d0794){const _0x93b244=_0x4bca63,_0x1ab66f=this[_0x93b244(0x200)][_0x93b244(0x1f4)],{data:_0x445f4c}=_0x5d0794,_0x25bb60={'type':_0x93b244(0x1c6),'content':''};if(!_0x445f4c||_0x93b244(0x1da)!=_0x445f4c[_0x93b244(0x1f7)])return;if(!_0x445f4c[_0x93b244(0x1c9)])return _0x93b244(0x1f1)==_0x445f4c[_0x93b244(0x1ce)]?_0x25bb60:{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1ce)])))};if(!_0x445f4c[_0x93b244(0x1ce)]){if(_0x93b244(0x1f1)==_0x445f4c[_0x93b244(0x1c9)])return _0x25bb60;let _0x55c18e=_0x5d0794[_0x93b244(0x1d8)];for(;_0x55c18e;){if(_0x55c18e[_0x93b244(0x1e2)]&&_0x93b244(0x1fb)==_0x55c18e[_0x93b244(0x1e2)][_0x93b244(0x1f7)]&&_0x55c18e[_0x93b244(0x1e2)][_0x93b244(0x1ce)])return _0x25bb60;_0x55c18e=_0x55c18e[_0x93b244(0x1cf)];}return{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1d0),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1c9)])))};}if(_0x93b244(0x1f1)!=_0x445f4c[_0x93b244(0x1ce)])return{'type':_0x93b244(0x1c6),'content':''+_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,this[_0x93b244(0x1f0)](_0x445f4c[_0x93b244(0x1ce)])))};let _0x186764=_0x5d0794[_0x93b244(0x1d8)];for(;_0x186764;){if(_0x186764[_0x93b244(0x1e2)]&&_0x93b244(0x1fb)==_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1f7)]&&_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1ce)]&&_0x186764[_0x93b244(0x1e2)][_0x93b244(0x1c9)])return _0x25bb60;_0x186764=_0x186764[_0x93b244(0x1cf)];}const _0x220f50=_0x5d0794[_0x93b244(0x211)]()[_0x93b244(0x1df)][_0x93b244(0x213)][_0x93b244(0x201)](_0x93b244(0x1fb));return{'type':_0x93b244(0x1c6),'content':_0x3b39ae(_0x1ab66f,_0x93b244(0x1e1),_0x3b39ae(_0x1ab66f,_0x93b244(0x203)+_0x220f50[_0x93b244(0x21a)]()+_0x93b244(0x1e6)))};}[_0x4bca63(0x1d9)](){const _0x2e923d=_0x4bca63,_0x340e11=this[_0x2e923d(0x200)],_0x5095eb=_0x340e11[_0x2e923d(0x1f4)];_0x340e11[_0x2e923d(0x1fe)][_0x2e923d(0x1c8)](_0x2e923d(0x1cb))[_0x2e923d(0x218)][_0x2e923d(0x1ff)](_0x5972c7=>{const _0x15452f=_0x2e923d;if(_0x15452f(0x1f8)!=_0x5972c7[_0x15452f(0x212)])return;const {data:_0x4fa9b5}=_0x5972c7;if(!_0x4fa9b5)return;let _0x4e618d,_0x4cdc9e;switch(_0x4fa9b5[_0x15452f(0x1e7)]){case _0x15452f(0x1da):_0x4e618d=_0x15452f(0x1d3),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d,_0x3b39ae(_0x5095eb,this[_0x15452f(0x1f0)](_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x212)])))};break;case _0x15452f(0x1fd):_0x4e618d=_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x1ee)]?_0x15452f(0x1dd):_0x15452f(0x21c),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d)};break;case _0x15452f(0x205):_0x4e618d=_0x15452f(0x207),_0x4cdc9e={'type':_0x15452f(0x1c6),'content':_0x3b39ae(_0x5095eb,_0x4e618d,_0x4fa9b5[_0x15452f(0x20a)][0x0][_0x15452f(0x1cd)])};}return _0x4cdc9e;});}[_0x4bca63(0x1f0)](_0x48f30e){const _0x315306=_0x4bca63;return _0x315306(0x203)+function(_0x3250ba){const _0x5ea3e4=_0x315306;if(ae[_0x5ea3e4(0x1f6)](_0x3250ba))return _0x5ea3e4(0x1f3);if(le[_0x5ea3e4(0x1f6)](_0x3250ba))return _0x5ea3e4(0x206);return null;}(_0x48f30e)[_0x315306(0x21a)]()+_0x315306(0x204)+_0x48f30e[_0x315306(0x21a)]()[_0x315306(0x1ef)](/-/g,'_');}}const ae=[_0x4bca63(0x1fc),_0x4bca63(0x215),_0x4bca63(0x1d5)],le=[_0x4bca63(0x20c),_0x4bca63(0x21d),_0x4bca63(0x1d2),_0x4bca63(0x1f9),_0x4bca63(0x1e0),_0x4bca63(0x1f5)];
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 _0x7305db=_0x1e92;(function(_0xd73fad,_0x9e6b35){const _0x4270fa=_0x1e92,_0xd7655=_0xd73fad();while(!![]){try{const _0x3f04ee=parseInt(_0x4270fa(0x11c))/0x1*(parseInt(_0x4270fa(0x113))/0x2)+-parseInt(_0x4270fa(0x11e))/0x3*(-parseInt(_0x4270fa(0x110))/0x4)+-parseInt(_0x4270fa(0x118))/0x5*(parseInt(_0x4270fa(0x11a))/0x6)+parseInt(_0x4270fa(0x12b))/0x7*(parseInt(_0x4270fa(0x111))/0x8)+-parseInt(_0x4270fa(0x119))/0x9*(-parseInt(_0x4270fa(0x10e))/0xa)+parseInt(_0x4270fa(0x109))/0xb*(parseInt(_0x4270fa(0x10b))/0xc)+-parseInt(_0x4270fa(0x126))/0xd;if(_0x3f04ee===_0x9e6b35)break;else _0xd7655['push'](_0xd7655['shift']());}catch(_0x4cd2f7){_0xd7655['push'](_0xd7655['shift']());}}}(_0xdacd,0x35c82));function _0xdacd(){const _0x3273d=['112GwbiuI','createEmptyElement','2KXpzvi','MediaEmbedEditing','data','conversion','options','5XrYsqW','249966eJtyRh','473202ZsszEi','showSuggestionHighlights','346647SCbfmf','dataDowncast','7389NoCFUp','TrackChangesEditing','elementToElement','has','div','high','stop','attribute:url:media','10484851hhtdND','locale','editor','for','plugins','17752ZxTHMe','mediaEmbed','get','media','_descriptionFactory','enableCommand','22FELpMs','ELEMENT_MEDIA','327576oHWbYK','registerElementLabel','downcastDispatcher','130VmHIQf','afterInit','500PvAszQ'];_0xdacd=function(){return _0x3273d;};return _0xdacd();}import{Plugin as _0x4e14b}from'ckeditor5/src/core.js';import{getTranslation as _0x3887b0}from'../utils/common-translations.js';function _0x1e92(_0x4d8cd5,_0x3a7a87){const _0xdacd5=_0xdacd();return _0x1e92=function(_0x1e92d2,_0x25fc06){_0x1e92d2=_0x1e92d2-0x109;let _0x3101f8=_0xdacd5[_0x1e92d2];return _0x3101f8;},_0x1e92(_0x4d8cd5,_0x3a7a87);}export default class ft extends _0x4e14b{[_0x7305db(0x10f)](){const _0x24447a=_0x7305db,_0x10854e=this[_0x24447a(0x128)];if(!_0x10854e[_0x24447a(0x12a)][_0x24447a(0x121)](_0x24447a(0x114)))return;const _0x2a5680=_0x10854e[_0x24447a(0x12a)][_0x24447a(0x12d)](_0x24447a(0x11f)),_0x1ad423=_0x10854e[_0x24447a(0x127)];_0x2a5680[_0x24447a(0x130)](_0x24447a(0x12c)),_0x2a5680[_0x24447a(0x12f)][_0x24447a(0x10c)](_0x24447a(0x12e),_0x489071=>_0x3887b0(_0x1ad423,_0x24447a(0x10a),_0x489071)),_0x10854e[_0x24447a(0x116)][_0x24447a(0x129)](_0x24447a(0x11d))[_0x24447a(0x120)]({'model':_0x24447a(0x12e),'view':(_0x41ec95,{writer:_0x39f821,options:_0x5552f7})=>{const _0x186a4a=_0x24447a;if(_0x5552f7[_0x186a4a(0x11b)])return _0x39f821[_0x186a4a(0x112)](_0x186a4a(0x122));},'converterPriority':_0x24447a(0x123)}),_0x10854e[_0x24447a(0x115)][_0x24447a(0x10d)]['on'](_0x24447a(0x125),(_0x26c384,_0x3c3401,_0x399274)=>{const _0x161af0=_0x24447a;_0x399274[_0x161af0(0x117)][_0x161af0(0x11b)]&&_0x26c384[_0x161af0(0x124)]();},{'priority':_0x24447a(0x123)});}}
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
- const _0x15aca4=_0x1c88;(function(_0x59578e,_0x35d563){const _0x12abfe=_0x1c88,_0x5148f4=_0x59578e();while(!![]){try{const _0x5c5adf=-parseInt(_0x12abfe(0x130))/0x1+-parseInt(_0x12abfe(0x13b))/0x2+-parseInt(_0x12abfe(0x135))/0x3+-parseInt(_0x12abfe(0x131))/0x4*(-parseInt(_0x12abfe(0x138))/0x5)+parseInt(_0x12abfe(0x136))/0x6+-parseInt(_0x12abfe(0x13e))/0x7+parseInt(_0x12abfe(0x12e))/0x8;if(_0x5c5adf===_0x35d563)break;else _0x5148f4['push'](_0x5148f4['shift']());}catch(_0x242930){_0x5148f4['push'](_0x5148f4['shift']());}}}(_0x4ecc,0x4bb1d));function _0x4ecc(){const _0x2f38d0=['115648KKqYDs','MentionEditing','editor','has','1637454jgLFHq','3540186lwknkt','enableCommand','65bFlMue','mention','get','1166094WZhYHJ','afterInit','plugins','434602wTAfXb','8481632UnyIkJ','TrackChangesEditing','525095HHzPOv'];_0x4ecc=function(){return _0x2f38d0;};return _0x4ecc();}function _0x1c88(_0x4d992b,_0xd1ea21){const _0x4ecc4d=_0x4ecc();return _0x1c88=function(_0x1c884a,_0x5225b6){_0x1c884a=_0x1c884a-0x12e;let _0x3a86dd=_0x4ecc4d[_0x1c884a];return _0x3a86dd;},_0x1c88(_0x4d992b,_0xd1ea21);}import{Plugin as _0x2b5626}from'ckeditor5/src/core.js';export default class gt extends _0x2b5626{[_0x15aca4(0x13c)](){const _0x5ac87d=_0x15aca4,_0x10c43e=this[_0x5ac87d(0x133)];_0x10c43e[_0x5ac87d(0x13d)][_0x5ac87d(0x134)](_0x5ac87d(0x132))&&_0x10c43e[_0x5ac87d(0x13d)][_0x5ac87d(0x13a)](_0x5ac87d(0x12f))[_0x5ac87d(0x137)](_0x5ac87d(0x139));}}
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 _0x365711=_0x6ded;(function(_0x87cf9e,_0x1e6042){const _0x17f7f1=_0x6ded,_0x5050d1=_0x87cf9e();while(!![]){try{const _0x43eac1=-parseInt(_0x17f7f1(0xe3))/0x1+parseInt(_0x17f7f1(0xf1))/0x2+parseInt(_0x17f7f1(0xe9))/0x3+parseInt(_0x17f7f1(0xed))/0x4+-parseInt(_0x17f7f1(0xe1))/0x5+parseInt(_0x17f7f1(0xe6))/0x6+-parseInt(_0x17f7f1(0xea))/0x7;if(_0x43eac1===_0x1e6042)break;else _0x5050d1['push'](_0x5050d1['shift']());}catch(_0x5aa193){_0x5050d1['push'](_0x5050d1['shift']());}}}(_0x49ad,0x4acb2));import{Plugin as _0x5d4fce}from'ckeditor5/src/core.js';function _0x49ad(){const _0xec49f3=['enableCommand','ELEMENT_PAGE_BREAK','484460jXmCwa','get','370861JPkjVQ','plugins','PageBreakEditing','3253056DLNDCB','_descriptionFactory','pageBreak','815319zWGwSJ','5998566rCSDwd','has','TrackChangesEditing','1340812vKFRqz','editor','afterInit','registerElementLabel','963786qssVuX','locale'];_0x49ad=function(){return _0xec49f3;};return _0x49ad();}import{getTranslation as _0x5c3d72}from'../utils/common-translations.js';function _0x6ded(_0x30858d,_0x43e2b9){const _0x49ad6d=_0x49ad();return _0x6ded=function(_0x6ded06,_0x440471){_0x6ded06=_0x6ded06-0xde;let _0x3da520=_0x49ad6d[_0x6ded06];return _0x3da520;},_0x6ded(_0x30858d,_0x43e2b9);}export default class lt extends _0x5d4fce{[_0x365711(0xef)](){const _0x147c61=_0x365711,_0x33f14a=this[_0x147c61(0xee)];if(!_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xeb)](_0x147c61(0xe5)))return;_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xe2)](_0x147c61(0xec))[_0x147c61(0xdf)](_0x147c61(0xe8));const _0x57365f=_0x33f14a[_0x147c61(0xe4)][_0x147c61(0xe2)](_0x147c61(0xec)),_0x32c571=_0x33f14a[_0x147c61(0xde)];_0x57365f[_0x147c61(0xe7)][_0x147c61(0xf0)](_0x147c61(0xe8),_0xed613a=>_0x5c3d72(_0x32c571,_0x147c61(0xe0),_0xed613a));}}
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
- function _0x2d08(){const _0x4d052b=['$text','checkChild','_enableDefaultAttributesIntegration','editing','18oFhbjJ','registerElementLabel','ck-suggestion-marker--active','getFirstRange','ck-suggestion-marker-split','enableCommand','editor','7xQZuMj','commandName','downcastDispatcher','insert','*Change\x20to:*\x20%0','17993268CCkcMt','addMarker:suggestion:insertion','4153146eEVVGq','writer','format','7032700INqpns','toViewPosition','model','insertion','registerDescriptionCallback','430550iItSTt','span','isTouching','addClass','430914TkJlJB','consume','createUIElement','includes','460368FrrCiK','formatBlock','_registerLegacyDescription','name','2283704WuJNOX','consumable','plugins','type','data','getItemLabel','showSuggestionHighlights','markerName','schema','insertParagraph','TrackChangesEditing','_descriptionFactory','Paragraph','nodeAfter','get','end','has','mapper','isLimit','afterInit','activeMarkers','options','isBlock','paragraph','locale','markerRange','bindElementToMarker','highest','*Insert:*\x20%0','ELEMENT_PARAGRAPH','start'];_0x2d08=function(){return _0x4d052b;};return _0x2d08();}const _0x407698=_0x5dca;(function(_0x404566,_0x435e23){const _0x23202f=_0x5dca,_0x597c6d=_0x404566();while(!![]){try{const _0x403169=parseInt(_0x23202f(0xe9))/0x1+parseInt(_0x23202f(0xed))/0x2*(parseInt(_0x23202f(0x118))/0x3)+parseInt(_0x23202f(0xf5))/0x4+parseInt(_0x23202f(0xe4))/0x5+-parseInt(_0x23202f(0xe1))/0x6*(parseInt(_0x23202f(0x11f))/0x7)+-parseInt(_0x23202f(0xf1))/0x8+-parseInt(_0x23202f(0xdf))/0x9;if(_0x403169===_0x435e23)break;else _0x597c6d['push'](_0x597c6d['shift']());}catch(_0x642ea2){_0x597c6d['push'](_0x597c6d['shift']());}}}(_0x2d08,0xe85d9));import{Plugin as _0x281a69}from'ckeditor5/src/core.js';import{getTranslation as _0x1e75d2}from'../utils/common-translations.js';function _0x5dca(_0x4c8593,_0x39f2c0){const _0x2d0802=_0x2d08();return _0x5dca=function(_0x5dcabd,_0xf8c49e){_0x5dcabd=_0x5dcabd-0xdf;let _0x2e79fd=_0x2d0802[_0x5dcabd];return _0x2e79fd;},_0x5dca(_0x4c8593,_0x39f2c0);}export default class mt extends _0x281a69{[_0x407698(0x108)](){const _0x58226d=_0x407698,_0x17db84=this[_0x58226d(0x11e)];if(!_0x17db84[_0x58226d(0xf7)][_0x58226d(0x105)](_0x58226d(0x101)))return;const _0x13a482=_0x17db84[_0x58226d(0x10d)],_0x4a2142=_0x17db84[_0x58226d(0xf7)][_0x58226d(0x103)](_0x58226d(0xff));_0x4a2142[_0x58226d(0x100)][_0x58226d(0x119)](_0x58226d(0x10c),_0x1999ef=>_0x1e75d2(_0x13a482,_0x58226d(0x112),_0x1999ef)),_0x4a2142[_0x58226d(0x116)](_0x58226d(0x10c)),_0x4a2142[_0x58226d(0x11d)](_0x58226d(0xfe)),_0x17db84[_0x58226d(0x117)][_0x58226d(0x121)]['on'](_0x58226d(0xe0),nr(_0x17db84),{'priority':_0x58226d(0x110)}),_0x17db84[_0x58226d(0xf9)][_0x58226d(0x121)]['on'](_0x58226d(0xe0),(_0x29f288,_0x44f77e,_0x168cc1)=>{const _0x5a8a5a=_0x58226d;_0x168cc1[_0x5a8a5a(0x10a)][_0x5a8a5a(0xfb)]&&nr(_0x17db84,{'showActiveMarker':!0x1})(_0x29f288,_0x44f77e,_0x168cc1);},{'priority':_0x58226d(0x110)});const _0x26107d=_0x4a2142[_0x58226d(0x100)];_0x26107d[_0x58226d(0xe8)](_0x2b5733=>{const _0x1050b9=_0x58226d;if(_0x1050b9(0xe7)!==_0x2b5733[_0x1050b9(0xf8)])return;const {start:_0x441925,end:_0x17cbe7}=_0x2b5733[_0x1050b9(0x11b)]();if(!_0x441925[_0x1050b9(0xeb)](_0x17cbe7)||!_0x441925[_0x1050b9(0x102)])return;const _0x122912=_0x17db84[_0x1050b9(0xe6)][_0x1050b9(0xfd)],_0x5c626f=_0x441925[_0x1050b9(0x102)];return _0x122912[_0x1050b9(0x10b)](_0x5c626f)&&!_0x122912[_0x1050b9(0x107)](_0x5c626f)&&_0x122912[_0x1050b9(0x115)](_0x5c626f,_0x1050b9(0x114))?{'type':_0x1050b9(0xe7),'content':_0x1e75d2(_0x13a482,_0x1050b9(0x111),_0x26107d[_0x1050b9(0xfa)](_0x5c626f,0x1))}:void 0x0;}),this[_0x58226d(0xf3)]();}[_0x407698(0xf3)](){const _0x338f7c=_0x407698,_0x473aa8=this[_0x338f7c(0x11e)],_0x3cc967=_0x473aa8[_0x338f7c(0x10d)];_0x473aa8[_0x338f7c(0xf7)][_0x338f7c(0x103)](_0x338f7c(0xff))[_0x338f7c(0x100)][_0x338f7c(0xe8)](_0x5d3aae=>{const _0x3f5d4c=_0x338f7c;if(_0x3f5d4c(0xf2)!=_0x5d3aae[_0x3f5d4c(0xf8)])return;const {data:_0x2253bc}=_0x5d3aae;return _0x2253bc&&_0x3f5d4c(0x10c)==_0x2253bc[_0x3f5d4c(0x120)]?{'type':_0x3f5d4c(0xe3),'content':_0x1e75d2(_0x3cc967,_0x3f5d4c(0x123),_0x1e75d2(_0x3cc967,_0x3f5d4c(0x112)))}:void 0x0;});}}function nr(_0x41b8e2,{showActiveMarker:_0x2d658f=!0x0}={}){return(_0x4d4f22,_0x404e73,_0x57e10f)=>{const _0x1369ec=_0x5dca,_0x36ad61=_0x41b8e2[_0x1369ec(0xf7)][_0x1369ec(0x103)](_0x1369ec(0xff)),_0x4dab79=_0x404e73[_0x1369ec(0x10e)][_0x1369ec(0x113)],_0xf07581=_0x404e73[_0x1369ec(0x10e)][_0x1369ec(0x104)],_0x8de8e1=_0x41b8e2[_0x1369ec(0xe6)][_0x1369ec(0xfd)];if(!_0x4dab79[_0x1369ec(0xeb)](_0xf07581)||!_0x4dab79[_0x1369ec(0x102)])return;const _0x2d7b5d=_0x4dab79[_0x1369ec(0x102)];if(_0x8de8e1[_0x1369ec(0x10b)](_0x2d7b5d)&&!_0x8de8e1[_0x1369ec(0x107)](_0x2d7b5d)&&_0x8de8e1[_0x1369ec(0x115)](_0x2d7b5d,_0x1369ec(0x114))){if(!_0x57e10f[_0x1369ec(0xf6)][_0x1369ec(0xee)](_0x404e73[_0x1369ec(0x10e)],_0x4d4f22[_0x1369ec(0xf4)]))return;const _0x591f84=_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0xef)](_0x1369ec(0xea),{'class':_0x1369ec(0x11c)}),_0x2bb0c8=_0x57e10f[_0x1369ec(0x106)][_0x1369ec(0xe5)](_0xf07581);_0x2d658f&&_0x36ad61[_0x1369ec(0x109)][_0x1369ec(0xf0)](_0x404e73[_0x1369ec(0xfc)])&&_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0xec)](_0x1369ec(0x11a),_0x591f84),_0x57e10f[_0x1369ec(0xe2)][_0x1369ec(0x122)](_0x2bb0c8,_0x591f84),_0x57e10f[_0x1369ec(0x106)][_0x1369ec(0x10f)](_0x591f84,_0x404e73[_0x1369ec(0xfc)]);}};}
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 _0x3fe824=_0x5f39;function _0x5f39(_0x127788,_0x1ec9d1){const _0x1ff161=_0x1ff1();return _0x5f39=function(_0x5f3968,_0x3661d4){_0x5f3968=_0x5f3968-0x8b;let _0xdc779a=_0x1ff161[_0x5f3968];return _0xdc779a;},_0x5f39(_0x127788,_0x1ec9d1);}(function(_0x4928bd,_0x4b6e1b){const _0x254af5=_0x5f39,_0x2e405e=_0x4928bd();while(!![]){try{const _0x22c46a=parseInt(_0x254af5(0x9d))/0x1*(-parseInt(_0x254af5(0x97))/0x2)+-parseInt(_0x254af5(0x95))/0x3+parseInt(_0x254af5(0xa2))/0x4*(-parseInt(_0x254af5(0x9a))/0x5)+-parseInt(_0x254af5(0xa7))/0x6+-parseInt(_0x254af5(0x90))/0x7*(-parseInt(_0x254af5(0x9c))/0x8)+-parseInt(_0x254af5(0x91))/0x9*(parseInt(_0x254af5(0xa5))/0xa)+parseInt(_0x254af5(0x96))/0xb;if(_0x22c46a===_0x4b6e1b)break;else _0x2e405e['push'](_0x2e405e['shift']());}catch(_0x18932a){_0x2e405e['push'](_0x2e405e['shift']());}}}(_0x1ff1,0x47749));import{Plugin as _0x3afe12}from'ckeditor5/src/core.js';import{getTranslation as _0x44f111}from'../utils/common-translations.js';export default class dt extends _0x3afe12{[_0x3fe824(0xa1)](){const _0x459335=_0x3fe824,_0x5df71d=this[_0x459335(0xa0)];if(!_0x5df71d[_0x459335(0xa8)][_0x459335(0x94)](_0x459335(0xa3)))return;_0x5df71d[_0x459335(0xa8)][_0x459335(0x9e)](_0x459335(0x92))[_0x459335(0x93)](_0x459335(0x9b)),this[_0x459335(0x8f)]();}[_0x3fe824(0x8f)](){const _0x24d123=_0x3fe824,_0x483890=this[_0x24d123(0xa0)];_0x483890[_0x24d123(0xa8)][_0x24d123(0x9e)](_0x24d123(0x92))[_0x24d123(0x8b)][_0x24d123(0x99)](_0x305de3=>{const _0x1f51da=_0x24d123;if(_0x1f51da(0x98)!=_0x305de3[_0x1f51da(0xa6)]&&_0x1f51da(0x8e)!=_0x305de3[_0x1f51da(0xa6)])return;const {data:_0x171975}=_0x305de3;return _0x171975&&_0x1f51da(0x9b)==_0x171975[_0x1f51da(0x8d)]?{'type':_0x1f51da(0xa4),'content':_0x44f111(_0x483890[_0x1f51da(0x9f)],_0x1f51da(0x8c))}:void 0x0;});}}function _0x1ff1(){const _0x27ca52=['formatInline','_registerLegacyDescription','86471IWVfuq','9Eecdtz','TrackChangesEditing','_enableDefaultAttributesIntegration','has','113673bDgXdw','9643843XFxXnI','38xFkqPM','formatBlock','registerDescriptionCallback','745Krorma','removeFormat','248yaxhqx','7907jBsKON','get','locale','editor','afterInit','13744umRIiJ','RemoveFormatEditing','format','1742840dyXEpE','type','555618ELHBsd','plugins','_descriptionFactory','*Remove\x20all\x20formatting*','commandName'];_0x1ff1=function(){return _0x27ca52;};return _0x1ff1();}
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
- const _0xf22d4e=_0x59d4;(function(_0x3c4f84,_0xbd9ff8){const _0x5a7bd2=_0x59d4,_0xf21205=_0x3c4f84();while(!![]){try{const _0x426af9=-parseInt(_0x5a7bd2(0x1fc))/0x1*(parseInt(_0x5a7bd2(0x1ef))/0x2)+parseInt(_0x5a7bd2(0x1ff))/0x3+-parseInt(_0x5a7bd2(0x1ee))/0x4+-parseInt(_0x5a7bd2(0x1f0))/0x5*(parseInt(_0x5a7bd2(0x1f3))/0x6)+parseInt(_0x5a7bd2(0x204))/0x7+parseInt(_0x5a7bd2(0x200))/0x8+parseInt(_0x5a7bd2(0x1fe))/0x9;if(_0x426af9===_0xbd9ff8)break;else _0xf21205['push'](_0xf21205['shift']());}catch(_0x4eb329){_0xf21205['push'](_0xf21205['shift']());}}}(_0x28bc,0x72c42));function _0x59d4(_0x1a69fd,_0x2f42d3){const _0x28bc7a=_0x28bc();return _0x59d4=function(_0x59d4c3,_0x69a15){_0x59d4c3=_0x59d4c3-0x1ed;let _0x4a2ba6=_0x28bc7a[_0x59d4c3];return _0x4a2ba6;},_0x59d4(_0x1a69fd,_0x2f42d3);}function _0x28bc(){const _0x21ceeb=['goToNextRestrictedEditingException','get','1892720akdDfL','458anaxGt','5IydWYp','trackChanges','discardSuggestion','4018140CRMHDV','goToPreviousRestrictedEditingException','discardAllSuggestions','acceptSuggestion','acceptAllSuggestions','enableCommand','discardSelectedSuggestions','plugins','TrackChangesEditing','655Xaizmx','editor','2273193tvzaGF','2371713Bqlheh','1920280BQYDGX','afterInit','RestrictedEditingModeEditing','acceptSelectedSuggestions','3358348wVIxXf','has'];_0x28bc=function(){return _0x21ceeb;};return _0x28bc();}import{Plugin as _0x4e8738}from'ckeditor5/src/core.js';export default class pt extends _0x4e8738{[_0xf22d4e(0x201)](){const _0xb35f87=_0xf22d4e,_0x1b49c3=this[_0xb35f87(0x1fd)];if(!_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x205)](_0xb35f87(0x202)))return;const _0x3d0b38=_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x1ed)](_0xb35f87(0x1fb));_0x3d0b38[_0xb35f87(0x1f8)](_0xb35f87(0x1f4)),_0x3d0b38[_0xb35f87(0x1f8)](_0xb35f87(0x206));const _0xe37bf4=_0x1b49c3[_0xb35f87(0x1fa)][_0xb35f87(0x1ed)](_0xb35f87(0x202));_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f1)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f6)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f2)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f7)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f5)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x203)),_0xe37bf4[_0xb35f87(0x1f8)](_0xb35f87(0x1f9));}}
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
- function _0x3b3c(_0x3f1c33,_0x48029c){const _0xf5036e=_0xf503();return _0x3b3c=function(_0x3b3c5a,_0x929e4f){_0x3b3c5a=_0x3b3c5a-0x69;let _0x1c4061=_0xf5036e[_0x3b3c5a];return _0x1c4061;},_0x3b3c(_0x3f1c33,_0x48029c);}const _0x5073fd=_0x3b3c;(function(_0x23ec9b,_0x239019){const _0x5d1577=_0x3b3c,_0x2dd9ff=_0x23ec9b();while(!![]){try{const _0x34ea65=parseInt(_0x5d1577(0x82))/0x1*(parseInt(_0x5d1577(0x80))/0x2)+-parseInt(_0x5d1577(0x9e))/0x3*(parseInt(_0x5d1577(0x79))/0x4)+-parseInt(_0x5d1577(0x94))/0x5+-parseInt(_0x5d1577(0x8d))/0x6+parseInt(_0x5d1577(0x9c))/0x7+parseInt(_0x5d1577(0x6e))/0x8*(parseInt(_0x5d1577(0x87))/0x9)+parseInt(_0x5d1577(0x7b))/0xa*(-parseInt(_0x5d1577(0x6c))/0xb);if(_0x34ea65===_0x239019)break;else _0x2dd9ff['push'](_0x2dd9ff['shift']());}catch(_0x350d96){_0x2dd9ff['push'](_0x2dd9ff['shift']());}}}(_0xf503,0x49b31));import{Plugin as _0x4673dc}from'ckeditor5/src/core.js';import{ShiftEnter as _0x1f83a5}from'ckeditor5/src/enter.js';import{getTranslation as _0x3f977e}from'../utils/common-translations.js';function _0xf503(){const _0x54cbd0=['span','bindElementToMarker','1004443DeLcTy','get','824TmAcMF','insert','includes','merge','registerElementLabel','init','softBreak','ELEMENT_LINE_BREAK','options','markerRange','locale','12300viwiHp','data','10GXfkOB','plugins','split','element','addMarker:suggestion:deletion','2oHvRGu','activeMarkers','433787ueisCr','consumable','toViewPosition','high','TrackChangesEditing','24462FscuBC','test','requires','mapper','addMarker:suggestion','getItems','1571418tievkE','editing','model','downcastDispatcher','ck-suggestion-marker-','addMarker:suggestion:insertion','ck-suggestion-marker--active','465900VPSDHS','createPositionBefore','showSuggestionHighlights','markerName','addClass','shiftEnter','enableCommand','writer','779821uVmhrG','deletion','75YMwemk','_descriptionFactory','name','createUIElement','editor'];_0xf503=function(){return _0x54cbd0;};return _0xf503();}export default class kt extends _0x4673dc{static get[_0x5073fd(0x89)](){return[_0x1f83a5];}[_0x5073fd(0x73)](){const _0xdd8fdf=_0x5073fd,_0xde5ed=this[_0xdd8fdf(0x69)],_0x49bf13=_0xde5ed[_0xdd8fdf(0x7c)][_0xdd8fdf(0x6d)](_0xdd8fdf(0x86));_0x49bf13[_0xdd8fdf(0x9a)](_0xdd8fdf(0x99)),_0xde5ed[_0xdd8fdf(0x8e)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x92),re(_0xde5ed),{'priority':_0xdd8fdf(0x85)}),_0xde5ed[_0xdd8fdf(0x8e)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x7f),re(_0xde5ed),{'priority':_0xdd8fdf(0x85)}),_0xde5ed[_0xdd8fdf(0x7a)][_0xdd8fdf(0x90)]['on'](_0xdd8fdf(0x8b),(_0x47a9be,_0x23dda9,_0x4d50d4)=>{const _0x2c7cac=_0xdd8fdf;_0x4d50d4[_0x2c7cac(0x76)][_0x2c7cac(0x96)]&&re(_0xde5ed,{'showActiveMarker':!0x1})(_0x47a9be,_0x23dda9,_0x4d50d4);}),_0x49bf13[_0xdd8fdf(0x9f)][_0xdd8fdf(0x72)](_0xdd8fdf(0x74),_0x5777c4=>_0x3f977e(_0xde5ed[_0xdd8fdf(0x78)],_0xdd8fdf(0x75),_0x5777c4));}}function re(_0xb5b4ed,{showActiveMarker:_0x35b331=!0x0}={}){return(_0x37cf75,_0x204e29,_0x30994d)=>{const _0x3337ae=_0x3b3c,_0x1a4f27=_0xb5b4ed[_0x3337ae(0x7c)][_0x3337ae(0x6d)](_0x3337ae(0x86));if(!_0x30994d[_0x3337ae(0x83)][_0x3337ae(0x88)](_0x204e29[_0x3337ae(0x77)],_0x37cf75[_0x3337ae(0xa0)]))return;const _0x38a096=_0xb5b4ed[_0x3337ae(0x8f)];for(const _0x52c2ba of _0x204e29[_0x3337ae(0x77)][_0x3337ae(0x8c)]()){if(!_0x52c2ba['is'](_0x3337ae(0x7e),_0x3337ae(0x74)))continue;const _0x52a876=_0x3337ae(0x9d)==_0x204e29[_0x3337ae(0x97)][_0x3337ae(0x7d)](':')[0x1]?_0x3337ae(0x71):_0x3337ae(0x7d),_0x129117=_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0xa1)](_0x3337ae(0x6a),{'class':_0x3337ae(0x91)+_0x52a876}),_0x6a232d=_0x30994d[_0x3337ae(0x8a)][_0x3337ae(0x84)](_0x38a096[_0x3337ae(0x95)](_0x52c2ba));_0x35b331&&_0x1a4f27[_0x3337ae(0x81)][_0x3337ae(0x70)](_0x204e29[_0x3337ae(0x97)])&&_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0x98)](_0x3337ae(0x93),_0x129117),_0x30994d[_0x3337ae(0x9b)][_0x3337ae(0x6f)](_0x6a232d,_0x129117),_0x30994d[_0x3337ae(0x8a)][_0x3337ae(0x6b)](_0x129117,_0x204e29[_0x3337ae(0x97)]);}};}
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 _0xfc38(){const _0x1a890f=['46891026CIgjSU','80XavXQn','1022091BkaFYx','FORMAT_RESTRICTED_ENABLED','plugins','isCollapsed','131329UPWQAv','972bdyWAf','document','get','type','StandardEditingModeEditing','18qPAOLM','310iaNydq','commandName','4768210wZvcje','commands','FORMAT_RESTRICTED_DISABLED','148viYeqx','restrictedEditingException','registerDescriptionCallback','model','getRanges','enableCommand','_descriptionFactory','has','format','locale','markInlineFormat','value','TrackChangesEditing','13793ChmDYQ','selection','commandParams','181012XxJkhu','formatBlock','formatInline','144636amoBwh','afterInit','69FmxZpl','editor','forceValue','change','from'];_0xfc38=function(){return _0x1a890f;};return _0xfc38();}const _0x5ca16f=_0x2433;(function(_0x176083,_0x3541e6){const _0x44aa19=_0x2433,_0x34f16c=_0x176083();while(!![]){try{const _0x59826e=-parseInt(_0x44aa19(0x8c))/0x1*(-parseInt(_0x44aa19(0x7f))/0x2)+parseInt(_0x44aa19(0x94))/0x3*(parseInt(_0x44aa19(0x8f))/0x4)+parseInt(_0x44aa19(0x7a))/0x5*(-parseInt(_0x44aa19(0x92))/0x6)+-parseInt(_0x44aa19(0x6f))/0x7*(parseInt(_0x44aa19(0x6e))/0x8)+parseInt(_0x44aa19(0x79))/0x9*(-parseInt(_0x44aa19(0x7c))/0xa)+-parseInt(_0x44aa19(0x73))/0xb*(parseInt(_0x44aa19(0x74))/0xc)+parseInt(_0x44aa19(0x6d))/0xd;if(_0x59826e===_0x3541e6)break;else _0x34f16c['push'](_0x34f16c['shift']());}catch(_0x5c5aa1){_0x34f16c['push'](_0x34f16c['shift']());}}}(_0xfc38,0xc1a0c));function _0x2433(_0x817534,_0x177dc1){const _0xfc389b=_0xfc38();return _0x2433=function(_0x24335f,_0x427e69){_0x24335f=_0x24335f-0x69;let _0x261648=_0xfc389b[_0x24335f];return _0x261648;},_0x2433(_0x817534,_0x177dc1);}import{Plugin as _0xfa6a20}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x594bb9}from'./utils.js';import{getTranslation as _0x5aa163}from'../utils/common-translations.js';export default class bt extends _0xfa6a20{[_0x5ca16f(0x93)](){const _0x3b648e=_0x5ca16f,_0x4e3116=this[_0x3b648e(0x69)],_0x364513=_0x4e3116[_0x3b648e(0x82)],_0x167cf7=_0x4e3116[_0x3b648e(0x88)];if(!_0x4e3116[_0x3b648e(0x71)][_0x3b648e(0x86)](_0x3b648e(0x78)))return;const _0x4f1a90=_0x4e3116[_0x3b648e(0x71)][_0x3b648e(0x76)](_0x3b648e(0x8b)),_0x3397d2=_0x3b648e(0x80),_0x1a2de8=_0x4e3116[_0x3b648e(0x7d)][_0x3b648e(0x76)](_0x3397d2);_0x4f1a90[_0x3b648e(0x84)](_0x3397d2,(_0x9c1126,_0x5615f0={})=>{const _0x500ef5=_0x3b648e,_0x43e33e=_0x364513[_0x500ef5(0x75)][_0x500ef5(0x8d)];if(_0x43e33e[_0x500ef5(0x72)])return void _0x9c1126(_0x5615f0);const _0x1137dd=void 0x0!==_0x5615f0[_0x500ef5(0x6a)]?_0x5615f0[_0x500ef5(0x6a)]:!_0x1a2de8[_0x500ef5(0x8a)];_0x364513[_0x500ef5(0x6b)](()=>{const _0x162f99=_0x500ef5,_0x30daf1=Array[_0x162f99(0x6c)](_0x43e33e[_0x162f99(0x83)]());for(const _0x24eaba of _0x30daf1){const _0x3fdc88=_0x1137dd?[_0x24eaba]:_0x594bb9(_0x3397d2,_0x24eaba,_0x364513);for(const _0x549fa3 of _0x3fdc88)_0x4f1a90[_0x162f99(0x89)](_0x549fa3,{'commandName':_0x3397d2,'commandParams':[{'forceValue':_0x1137dd}]});}});}),_0x4f1a90[_0x3b648e(0x85)][_0x3b648e(0x81)](_0x54e6e1=>{const _0x5ef6bd=_0x3b648e;if(_0x5ef6bd(0x90)!=_0x54e6e1[_0x5ef6bd(0x77)]&&_0x5ef6bd(0x91)!=_0x54e6e1[_0x5ef6bd(0x77)])return;const {data:_0x707c7}=_0x54e6e1;return _0x707c7&&_0x707c7[_0x5ef6bd(0x7b)]==_0x3397d2?_0x707c7[_0x5ef6bd(0x8e)][0x0][_0x5ef6bd(0x6a)]?{'type':_0x5ef6bd(0x87),'content':_0x5aa163(_0x167cf7,_0x5ef6bd(0x70))}:{'type':_0x5ef6bd(0x87),'content':_0x5aa163(_0x167cf7,_0x5ef6bd(0x7e))}:void 0x0;});}}
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 _0x150e11=_0x49b6;function _0x49b6(_0x569bfa,_0x18fc91){const _0x5b89a3=_0x5b89();return _0x49b6=function(_0x49b645,_0x35f2b1){_0x49b645=_0x49b645-0x188;let _0x2b6bc0=_0x5b89a3[_0x49b645];return _0x2b6bc0;},_0x49b6(_0x569bfa,_0x18fc91);}(function(_0x5ae7a3,_0x45ac16){const _0x3bef5f=_0x49b6,_0x27584a=_0x5ae7a3();while(!![]){try{const _0x54a197=-parseInt(_0x3bef5f(0x195))/0x1*(parseInt(_0x3bef5f(0x194))/0x2)+parseInt(_0x3bef5f(0x19e))/0x3+parseInt(_0x3bef5f(0x1ae))/0x4+parseInt(_0x3bef5f(0x190))/0x5+-parseInt(_0x3bef5f(0x1ad))/0x6*(-parseInt(_0x3bef5f(0x1a3))/0x7)+-parseInt(_0x3bef5f(0x1b1))/0x8+-parseInt(_0x3bef5f(0x1b4))/0x9*(parseInt(_0x3bef5f(0x1b5))/0xa);if(_0x54a197===_0x45ac16)break;else _0x27584a['push'](_0x27584a['shift']());}catch(_0x14280f){_0x27584a['push'](_0x27584a['shift']());}}}(_0x5b89,0xb45aa));function _0x5b89(){const _0x430c79=['20944233iLGQHQ','10VuJcLV','ghsAttributes','style','DataSchema','commandParams','locale','*Remove\x20format:*\x20%0','registerDescriptionCallback','config','format','get','_enableDefaultAttributesIntegration','GeneralHtmlSupport','1155650wIdLAU','_registerBlockAttribute','_descriptionFactory','StyleUtils','2Nfjmmf','895261uKOcTc','element','TrackChangesEditing','block','formatBlock','registerAttributeLabel','has','inline','normalizeConfig','4012983Kssbra','type','styleName','editor','Style','7vaXaKP','FORMAT_STYLE','afterInit','getGhsAttributeNameForElement','toLowerCase','_registerInlineAttribute','commandName','formatInline','forceValue','_registerLegacyDescription','8069190rgpifM','5455544KTOmgH','add','plugins','2531312YxOrbz','*Set\x20format:*\x20%0','definitions'];_0x5b89=function(){return _0x430c79;};return _0x5b89();}import{Plugin as _0x1e4619}from'ckeditor5/src/core.js';import{getTranslation as _0x4eb75b}from'../utils/common-translations.js';export default class wt extends _0x1e4619{[_0x150e11(0x1a5)](){const _0x1cefde=_0x150e11,_0x5e4178=this[_0x1cefde(0x1a1)];if(!_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x19b)](_0x1cefde(0x1a2))||!_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x19b)](_0x1cefde(0x1b8)))return;const _0x1de486=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x197)),_0x20f640=_0x5e4178[_0x1cefde(0x188)],_0x148739=_0x5e4178[_0x1cefde(0x18b)][_0x1cefde(0x18d)](_0x1cefde(0x1b7))||{},_0x2bdeee=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x18f)),_0x1b0119=_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x193))[_0x1cefde(0x19d)](_0x5e4178[_0x1cefde(0x1b0)][_0x1cefde(0x18d)](_0x1cefde(0x1b8)),_0x148739[_0x1cefde(0x1b3)]);_0x1de486[_0x1cefde(0x18e)](_0x1cefde(0x1b7));const _0x2094cb=new Set();for(const _0x1e1b3f of _0x1b0119[_0x1cefde(0x198)]){const _0x4259a2=_0x2bdeee[_0x1cefde(0x1a6)](_0x1e1b3f[_0x1cefde(0x196)]);_0x2094cb[_0x1cefde(0x1af)](_0x4259a2);}const _0x45598c=new Set();for(const _0x43c1d1 of _0x1b0119[_0x1cefde(0x19c)]){const _0x39561f=_0x2bdeee[_0x1cefde(0x1a6)](_0x43c1d1[_0x1cefde(0x196)]);_0x45598c[_0x1cefde(0x1af)](_0x39561f);for(const _0x4b652e of _0x43c1d1[_0x1cefde(0x1b6)])_0x45598c[_0x1cefde(0x1af)](_0x4b652e);}for(const _0x573850 of _0x2094cb)_0x1de486[_0x1cefde(0x191)](_0x573850),_0x1de486[_0x1cefde(0x192)][_0x1cefde(0x19a)](_0x573850,_0x4eb75b(_0x20f640,_0x1cefde(0x1a4)));for(const _0x543408 of _0x45598c)_0x1de486[_0x1cefde(0x1a8)](_0x543408),_0x1de486[_0x1cefde(0x192)][_0x1cefde(0x19a)](_0x543408,_0x4eb75b(_0x20f640,_0x1cefde(0x1a4)));this[_0x1cefde(0x1ac)]();}[_0x150e11(0x1ac)](){const _0x5ce731=_0x150e11,_0x197e1d=this[_0x5ce731(0x1a1)],_0x2d0e8d=_0x197e1d[_0x5ce731(0x188)];_0x197e1d[_0x5ce731(0x1b0)][_0x5ce731(0x18d)](_0x5ce731(0x197))[_0x5ce731(0x192)][_0x5ce731(0x18a)](_0x246536=>{const _0x47e29b=_0x5ce731;if(_0x47e29b(0x199)!=_0x246536[_0x47e29b(0x19f)]&&_0x47e29b(0x1aa)!=_0x246536[_0x47e29b(0x19f)])return;const {data:_0x1b2c42}=_0x246536;return _0x1b2c42&&_0x47e29b(0x1b7)===_0x1b2c42[_0x47e29b(0x1a9)]?_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1ab)]?{'type':_0x47e29b(0x18c),'content':_0x4eb75b(_0x2d0e8d,_0x47e29b(0x1b2),_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1a0)][_0x47e29b(0x1a7)]())}:{'type':_0x47e29b(0x18c),'content':_0x4eb75b(_0x2d0e8d,_0x47e29b(0x189),_0x1b2c42[_0x47e29b(0x1b9)][0x0][_0x47e29b(0x1a0)][_0x47e29b(0x1a7)]())}:void 0x0;});}}
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 _0x459a34=_0x3c2c;(function(_0x414cf8,_0xe55f5c){const _0x488904=_0x3c2c,_0x26cff3=_0x414cf8();while(!![]){try{const _0x38e8cd=parseInt(_0x488904(0x15c))/0x1*(-parseInt(_0x488904(0x182))/0x2)+-parseInt(_0x488904(0x172))/0x3+parseInt(_0x488904(0x18f))/0x4+parseInt(_0x488904(0x18a))/0x5*(parseInt(_0x488904(0x1d3))/0x6)+-parseInt(_0x488904(0x1cb))/0x7+parseInt(_0x488904(0x1f8))/0x8*(parseInt(_0x488904(0x1a5))/0x9)+-parseInt(_0x488904(0x1ae))/0xa*(-parseInt(_0x488904(0x1da))/0xb);if(_0x38e8cd===_0xe55f5c)break;else _0x26cff3['push'](_0x26cff3['shift']());}catch(_0x1c0996){_0x26cff3['push'](_0x26cff3['shift']());}}}(_0x59f5,0x26a18));import{Plugin as _0x2ff87e}from'ckeditor5/src/core.js';import{LiveRange as _0x49d688}from'ckeditor5/src/engine.js';function _0x59f5(){const _0x54d662=['insertTableRowAbove','values','isArray','maxColumn','isIntersectingWithRange','type','getAttribute','get','classes','options','name','_splitMarkerName','document','selection','commands','selectTableRow','differ','enableCommand','registerElementLabel','removeTableRow','*Remove:*\x20%0','639249shcSAt','toLowerCase','_getCoordsForCells','getChangedMarkers','ELEMENT_TABLE_COLUMN_WITH_TEXT','TrackChangesEditing','batch','execute','tableColumn','MIN_SAFE_INTEGER','createRangeIn','removeClass','position','join','insert','insertTableRowBelow','4pMdPzG','getRanges','highest','mapper','nodeAfter','maxRow','span','insertion','5nZmdOJ','editor','push','createPositionAt','above','286500uRBIhW','getSuggestion','downcastDispatcher','deletion','refresh','markMultiRangeInsertion','selectTableColumn','data','ELEMENT_TABLE','root','forceValue','$graveyard','TableEditing','includes','ELEMENT_TABLE_ROW_WITH_TEXT','getChildren','table','_getSuggestionCoords','accept','markMultiRangeDeletion','start','item','9bKxYId','colspan','setSelection','change:data','first','tableRow','suggestion','length','showSuggestionHighlights','22670HdvMIo','$textProxy','rootName','toViewElement','oldRange','getChanges','getItems','getRowIndexes','model','addClass','getSelectionAffectedTableCells','minRow','tableCell','startsWith','registerDescriptionCallback','element','discard','createTableWalker','afterInit','*Insert:*\x20%0','nodeBefore','enqueueChange','insertTable','ELEMENT_TABLE_COLUMN','detach','registerPostFixer','max','TableUtils','removeTableColumn','424179FuEXnW','addRange','min','substr','_tableSuggestions','ELEMENT_TABLE_WITH_TEXT','_acceptFormatSuggestionCallbackFactory','end','1211154wCoFcc','registerCustomCallback','last','_setupColumnsRowsFixing','order','writer','isEqual','1793rwcyfZ','findAncestor','from','plugins','_descriptionFactory','hasAttribute','getFirstRange','map','getCellLocation','filter','low','every','subType','tablePaste','change','add','isTouching','insertTableColumnLeft','getColumnIndexes','locale','some','MAX_SAFE_INTEGER','_tablePostFixingSubtypes','cell','createRangeOn','_suggestionFactory','ELEMENT_TABLE_ROW','has','fromRange','getContainedElement','628120WokdVu','isInContent','minColumn','left','addMarker:suggestion','rowspan','insertTableColumnRight','144804KJvueS'];_0x59f5=function(){return _0x54d662;};return _0x59f5();}function _0x3c2c(_0x512e07,_0x2d388d){const _0x59f5b3=_0x59f5();return _0x3c2c=function(_0x3c2cb3,_0x125809){_0x3c2cb3=_0x3c2cb3-0x15a;let _0x50c90b=_0x59f5b3[_0x3c2cb3];return _0x50c90b;},_0x3c2c(_0x512e07,_0x2d388d);}import{setHighlightHandling as _0x143342}from'ckeditor5/src/widget.js';import{getTranslation as _0x95493}from'../utils/common-translations.js';export default class yt extends _0x2ff87e{constructor(_0x11deea){const _0x419bdc=_0x3c2c;super(_0x11deea),this[_0x419bdc(0x1f0)]=[_0x419bdc(0x1aa),_0x419bdc(0x17a)],this[_0x419bdc(0x1cf)]=new Set();}[_0x459a34(0x1c0)](){const _0x2ee748=_0x459a34,_0x390e4d=this[_0x2ee748(0x18b)],_0x5e950d=_0x390e4d[_0x2ee748(0x1b6)][_0x2ee748(0x169)][_0x2ee748(0x16a)];if(!_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x1f5)](_0x2ee748(0x19b)))return;const _0xb232a1=_0x390e4d[_0x2ee748(0x1ed)],_0x24ca74=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x177)),_0x1fc28f=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x1c9));_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x16f)](_0x2ee748(0x19f),_0x375234=>_0x95493(_0xb232a1,_0x2ee748(0x197),_0x375234)),this[_0x2ee748(0x1d6)](),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x1c4)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x16c)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x195));for(const _0x238349 of[_0x2ee748(0x15d),_0x2ee748(0x181)]){const _0x1de119=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x238349);_0x24ca74[_0x2ee748(0x16e)](_0x238349,_0x350fd1=>{const _0x469646=_0x2ee748;_0x390e4d[_0x469646(0x1b6)][_0x469646(0x1e8)](_0x52046c=>{const _0x149681=_0x469646;_0x350fd1();const _0x30bf2a=_0x149681(0x18e)===_0x1de119[_0x149681(0x1d7)],_0x4b68b3=_0x1fc28f[_0x149681(0x1b8)](_0x5e950d),_0x2f5610=_0x1fc28f[_0x149681(0x1b5)](_0x4b68b3),_0x32b627=_0x30bf2a?_0x2f5610[_0x149681(0x1a9)]-0x1:_0x2f5610[_0x149681(0x1d5)]+0x1,_0x2bc3d8=_0x4b68b3[0x0][_0x149681(0x1db)](_0x149681(0x19f)),_0x42396e=_0x1fc28f[_0x149681(0x1bf)](_0x2bc3d8,{'startRow':_0x32b627,'endRow':_0x32b627}),_0x21c5ac=Array[_0x149681(0x1dc)](_0x42396e)[_0x149681(0x1e1)](_0x5965a5=>_0x52046c[_0x149681(0x1f2)](_0x5965a5[_0x149681(0x1f1)]));_0x24ca74[_0x149681(0x194)](_0x21c5ac,_0x149681(0x1aa));});});}for(const _0x57b80b of[_0x2ee748(0x1eb),_0x2ee748(0x15b)]){const _0x3d7e38=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x57b80b);_0x24ca74[_0x2ee748(0x16e)](_0x57b80b,_0x1533a2=>{const _0x3c59b6=_0x2ee748;_0x390e4d[_0x3c59b6(0x1b6)][_0x3c59b6(0x1e8)](_0x2ab450=>{const _0x358e9e=_0x3c59b6;_0x1533a2();const _0x55140e=_0x358e9e(0x1fb)===_0x3d7e38[_0x358e9e(0x1d7)],_0x5c1a35=_0x1fc28f[_0x358e9e(0x1b8)](_0x5e950d),_0x14f50b=_0x1fc28f[_0x358e9e(0x1ec)](_0x5c1a35),_0x2c4a30=_0x55140e?_0x14f50b[_0x358e9e(0x1a9)]-0x1:_0x14f50b[_0x358e9e(0x1d5)]+0x1,_0x4c59dc=_0x5c1a35[0x0][_0x358e9e(0x1db)](_0x358e9e(0x19f)),_0x39d1ca=_0x1fc28f[_0x358e9e(0x1bf)](_0x4c59dc,{'startRow':0x0,'column':_0x2c4a30,'includeAllSlots':!0x1}),_0x36fddd=Array[_0x358e9e(0x1dc)](_0x39d1ca)[_0x358e9e(0x1e1)](_0x5c06f4=>_0x2ab450[_0x358e9e(0x1f2)](_0x5c06f4[_0x358e9e(0x1f1)]));_0x24ca74[_0x358e9e(0x194)](_0x36fddd,_0x358e9e(0x17a));});});}for(const _0x2d05ad of[_0x2ee748(0x170),_0x2ee748(0x1ca)]){const _0x37acfb=_0x2d05ad[_0x2ee748(0x1ce)](0xb),_0x34cb9c=_0x37acfb[_0x2ee748(0x173)](),_0x3bf8ba=_0x34cb9c[_0x2ee748(0x1ce)](0x0,0x3)+_0x2ee748(0x188),_0x51cf81=_0x2ee748(0x19f)+_0x37acfb,_0x3e6637=_0x2ee748(0x1cd)+_0x37acfb,_0x298f5=_0x2ee748(0x1c8)+_0x37acfb;_0x24ca74[_0x2ee748(0x16e)](_0x2d05ad,()=>{const _0x24eee6=_0x2ee748;_0x390e4d[_0x24eee6(0x1b6)][_0x24eee6(0x1e8)](_0x401808=>{const _0x55e383=_0x24eee6,_0x11ef1d=_0x1fc28f[_0x55e383(0x1b8)](_0x5e950d),_0x6e7be7=_0x11ef1d[0x0][_0x55e383(0x1db)](_0x55e383(0x19f));let _0x157f5a;if(_0x55e383(0x170)==_0x2d05ad){const _0x164adf=_0x1fc28f[_0x55e383(0x1b5)](_0x11ef1d);_0x157f5a={'startRow':_0x164adf[_0x55e383(0x1a9)],'endRow':_0x164adf[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}else{const _0x54403d=_0x1fc28f[_0x55e383(0x1ec)](_0x11ef1d);_0x157f5a={'startColumn':_0x54403d[_0x55e383(0x1a9)],'endColumn':_0x54403d[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}const _0x54a277=_0x1fc28f[_0x55e383(0x1bf)](_0x6e7be7,_0x157f5a),_0x3813d3=Array[_0x55e383(0x1dc)](_0x54a277)[_0x55e383(0x1e1)](({cell:_0x1b9e7a})=>_0x1b9e7a),_0x4d1391=ue(_0x3813d3[_0x55e383(0x1e3)](_0x4afc9a=>_0x4afc9a[_0x55e383(0x1df)](_0x3bf8ba))),_0x17ae07=ue(_0x3813d3[_0x55e383(0x1e3)](_0x472312=>!_0x472312[_0x55e383(0x1df)](_0x3bf8ba)))[_0x55e383(0x1e1)](_0x481097=>_0x401808[_0x55e383(0x1f2)](_0x481097)),_0x155171=_0x24ca74[_0x55e383(0x1a2)](_0x17ae07,_0x51cf81);if(_0x155171&&(_0x55e383(0x1aa)==_0x155171[_0x55e383(0x1e6)]||_0x55e383(0x17a)==_0x155171[_0x55e383(0x1e6)])){const _0x2228ba=this[_0x55e383(0x1a0)](_0x155171);for(const _0x5ae13e of _0x4d1391){const _0x28a74e=_0x401808[_0x55e383(0x1f2)](_0x5ae13e),_0x14ca1e=_0x1fc28f[_0x55e383(0x1e2)](_0x5ae13e),_0x47475a=_0x5ae13e[_0x55e383(0x163)](_0x3bf8ba)-0x1,_0x3e789d=_0x2228ba[_0x3e6637],_0x5ee7b7=_0x2228ba[_0x298f5];_0x3e789d<=_0x14ca1e[_0x34cb9c]&&_0x14ca1e[_0x34cb9c]+_0x47475a<=_0x5ee7b7&&_0x155171[_0x55e383(0x1cc)](_0x28a74e);}}});});}function _0x2fd31e(_0x35a466){const _0x24fe5a=_0x2ee748,_0x4120c5=Array[_0x24fe5a(0x1dc)](_0x5e950d[_0x24fe5a(0x183)]())[_0x24fe5a(0x1e1)](_0x116d02=>_0x49d688[_0x24fe5a(0x1f6)](_0x116d02));_0x390e4d[_0x24fe5a(0x1b6)][_0x24fe5a(0x1e8)](_0x3daa74=>{const _0xb026a5=_0x24fe5a,_0x21c8c2=_0x3daa74[_0xb026a5(0x178)];_0x35a466=_0x35a466[_0xb026a5(0x1e3)](_0x5dd590=>_0xb026a5(0x19a)!=_0x5dd590[_0xb026a5(0x198)][_0xb026a5(0x1b0)]),_0x3daa74[_0xb026a5(0x1a7)](_0x35a466),_0x390e4d[_0xb026a5(0x16b)][_0xb026a5(0x164)](_0xb026a5(0x170))[_0xb026a5(0x193)](),_0x390e4d[_0xb026a5(0x179)](_0xb026a5(0x170),{'forceDefaultExecution':!0x0}),_0x390e4d[_0xb026a5(0x1b6)][_0xb026a5(0x1c3)](()=>{const _0x258f90=_0xb026a5;_0x390e4d[_0x258f90(0x1b6)][_0x258f90(0x1c3)](_0x21c8c2,_0x4bf54a=>{const _0xca00a7=_0x258f90,_0x2e18d8=_0x4120c5[_0xca00a7(0x1e3)](_0x19a381=>_0xca00a7(0x19a)!=_0x19a381[_0xca00a7(0x198)][_0xca00a7(0x1b0)]);_0x2e18d8[_0xca00a7(0x1ac)]>0x0&&_0x4bf54a[_0xca00a7(0x1a7)](_0x2e18d8);for(const _0x52a32b of _0x4120c5)_0x52a32b[_0xca00a7(0x1c6)]();});});});}function _0x17e1dc(_0x9c462d){const _0x442cf9=_0x2ee748;_0x390e4d[_0x442cf9(0x1b6)][_0x442cf9(0x1e8)](_0x398ec6=>{const _0x57af5f=_0x442cf9,_0x23227e=Array[_0x57af5f(0x1dc)](_0x5e950d[_0x57af5f(0x183)]())[_0x57af5f(0x1e1)](_0x43411d=>_0x49d688[_0x57af5f(0x1f6)](_0x43411d)),_0x255fa2=[];for(const _0x4c5bb0 of _0x9c462d)for(const _0x4f2f02 of _0x4c5bb0[_0x57af5f(0x1b4)]({'shallow':!0x0}))_0x255fa2[_0x57af5f(0x18c)](_0x4f2f02);for(const _0x48346c of _0x255fa2)_0x57af5f(0x19a)!=_0x48346c[_0x57af5f(0x198)][_0x57af5f(0x1b0)]&&(_0x398ec6[_0x57af5f(0x1a7)](_0x398ec6[_0x57af5f(0x18d)](_0x48346c,0x0)),_0x390e4d[_0x57af5f(0x16b)][_0x57af5f(0x164)](_0x57af5f(0x1ca))[_0x57af5f(0x193)](),_0x390e4d[_0x57af5f(0x179)](_0x57af5f(0x1ca),{'forceDefaultExecution':!0x0}));const _0x487735=_0x23227e[_0x57af5f(0x1e3)](_0x185d67=>_0x57af5f(0x19a)!=_0x185d67[_0x57af5f(0x198)][_0x57af5f(0x1b0)]);_0x487735[_0x57af5f(0x1ac)]>0x0&&_0x398ec6[_0x57af5f(0x1a7)](_0x487735);for(const _0x265057 of _0x23227e)_0x265057[_0x57af5f(0x1c6)]();});}function _0x48716c(_0x5102cc,_0x5b2d32){const _0x4b0c8f=_0x2ee748;return _0x5b2d32[_0x4b0c8f(0x1e5)](_0x3eba9d=>_0x5102cc[_0x4b0c8f(0x1ee)](_0x18f2a5=>_0x18f2a5[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x3eba9d[_0x4b0c8f(0x1a3)])||_0x3eba9d[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x18f2a5[_0x4b0c8f(0x1a3)])));}function _0x54a5da(_0x2df1c9,_0x443821){const _0x308f9b=_0x2ee748;return _0x2df1c9[_0x308f9b(0x1ee)](_0x80e831=>_0x443821[_0x308f9b(0x1ee)](_0x6f8ebd=>_0x80e831[_0x308f9b(0x1d2)][_0x308f9b(0x1ea)](_0x6f8ebd[_0x308f9b(0x1a3)])));}_0x390e4d[_0x2ee748(0x196)][_0x2ee748(0x191)]['on'](_0x2ee748(0x1fc),(_0x6296ac,_0x45eda2,_0x58ca67)=>{const _0x1a5bb0=_0x2ee748;if(!_0x58ca67[_0x1a5bb0(0x166)][_0x1a5bb0(0x1ad)])return;const _0x218ff0=_0x45eda2[_0x1a5bb0(0x1a4)];if(!_0x218ff0)return;const _0x2e2290=_0x58ca67[_0x1a5bb0(0x185)][_0x1a5bb0(0x1b1)](_0x218ff0);function _0xbcadde(_0x7681af){const _0x2bcf6e=_0x1a5bb0;return Array[_0x2bcf6e(0x15f)](_0x7681af)?_0x7681af:[_0x7681af];}_0x2e2290&&_0x1a5bb0(0x1ba)===_0x218ff0[_0x1a5bb0(0x167)]&&_0x143342(_0x2e2290,_0x58ca67[_0x1a5bb0(0x1d8)],(_0x549da6,_0x138b47,_0x83c33e)=>_0x83c33e[_0x1a5bb0(0x1b7)](_0xbcadde(_0x138b47[_0x1a5bb0(0x165)]),_0x549da6),(_0x46911a,_0x5f4290,_0x784681)=>_0x784681[_0x1a5bb0(0x17d)](_0xbcadde(_0x5f4290[_0x1a5bb0(0x165)]),_0x46911a));},{'priority':_0x2ee748(0x184)}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x4b1692=>{const _0x4ae6ac=_0x2ee748;if(_0x4ae6ac(0x189)!=_0x4b1692[_0x4ae6ac(0x162)]&&_0x4ae6ac(0x192)!=_0x4b1692[_0x4ae6ac(0x162)])return;const _0x306617=_0x4b1692[_0x4ae6ac(0x1f7)]();if(null!=_0x306617&&_0x306617['is'](_0x4ae6ac(0x1bd),_0x4ae6ac(0x19f))){if(_0x4ae6ac(0x189)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x413342=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x4047e3=>_0x4047e3['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x1c4ab9=>_0x1c4ab9[_0x4ae6ac(0x196)]);if(_0x413342[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x189),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x1c1),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x413342[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}if(_0x4ae6ac(0x192)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x5e0d1a=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x40c451=>_0x40c451['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x453ab9=>_0x453ab9[_0x4ae6ac(0x196)]);if(_0x5e0d1a[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x192),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x171),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x5e0d1a[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}}}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x348b0b=>{const _0x36c67c=_0x2ee748;if(_0x36c67c(0x1aa)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x2b90d5=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0x4283b6=>_0x4283b6['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x4198ca=>_0x4198ca[_0x36c67c(0x196)]),_0x22ddc2=this[_0x36c67c(0x1a0)](_0x348b0b),_0x4433bd=_0x22ddc2[_0x36c67c(0x187)]-_0x22ddc2[_0x36c67c(0x1b9)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};}if(_0x36c67c(0x17a)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x40833d=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0xd8373f=>_0xd8373f['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x347d4b=>_0x347d4b[_0x36c67c(0x196)]),_0x3e7526=this[_0x36c67c(0x1a0)](_0x348b0b),_0xfd7351=_0x3e7526[_0x36c67c(0x160)]-_0x3e7526[_0x36c67c(0x1fa)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};}}),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x1be),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x1a1),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x1be),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x1a1),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da);}[_0x459a34(0x1d1)](){const _0x1a413a=_0x459a34,_0x106797=this[_0x1a413a(0x18b)],_0x276106=_0x106797[_0x1a413a(0x1b6)][_0x1a413a(0x169)][_0x1a413a(0x16a)];return(_0x2869e9,_0x3aa302)=>{const _0x22e53d=_0x1a413a;_0x106797[_0x22e53d(0x1b6)][_0x22e53d(0x1e8)](_0x85a7ba=>{const _0x33e3eb=_0x22e53d,{commandName:_0x4b549c,commandParams:_0x39640e}=_0x3aa302;let _0x516841=_0x2869e9[0x0][_0x33e3eb(0x1d2)][_0x33e3eb(0x1c2)];_0x39640e&&_0x39640e[0x0]&&!0x1===_0x39640e[0x0][_0x33e3eb(0x199)]&&(_0x516841=_0x2869e9[0x0][_0x33e3eb(0x1a3)][_0x33e3eb(0x186)]);const _0x3b8552=_0x85a7ba[_0x33e3eb(0x17c)](_0x516841);if(_0x33e3eb(0x19a)==_0x3b8552[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)])return;const _0xb3b667=Array[_0x33e3eb(0x1dc)](_0x276106[_0x33e3eb(0x183)]())[_0x33e3eb(0x1e1)](_0x1e936e=>_0x49d688[_0x33e3eb(0x1f6)](_0x1e936e));_0x85a7ba[_0x33e3eb(0x1a7)](_0x3b8552),_0x106797[_0x33e3eb(0x16b)][_0x33e3eb(0x164)](_0x4b549c)[_0x33e3eb(0x193)](),_0x39640e[_0x33e3eb(0x18c)]({'forceDefaultExecution':!0x0}),_0x106797[_0x33e3eb(0x179)](_0x4b549c,..._0x39640e);const _0x1cf46c=_0xb3b667[_0x33e3eb(0x1e3)](_0x4c045b=>_0x33e3eb(0x19a)!=_0x4c045b[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)]);_0x1cf46c[_0x33e3eb(0x1ac)]>0x0&&_0x85a7ba[_0x33e3eb(0x1a7)](_0x1cf46c);for(const _0x318580 of _0xb3b667)_0x318580[_0x33e3eb(0x1c6)]();});};}[_0x459a34(0x174)](_0x5e8c5b){const _0x342b4d=_0x459a34,_0x11661c=this[_0x342b4d(0x18b)][_0x342b4d(0x1dd)][_0x342b4d(0x164)](_0x342b4d(0x1c9));let _0xf9b835=Number[_0x342b4d(0x1ef)],_0x42aec1=Number[_0x342b4d(0x17b)],_0x34d93b=Number[_0x342b4d(0x1ef)],_0x2e56b5=Number[_0x342b4d(0x17b)];for(const _0x333732 of _0x5e8c5b){if(_0x342b4d(0x19a)==_0x333732[_0x342b4d(0x198)][_0x342b4d(0x1b0)])continue;const {row:_0x6e06ff,column:_0x5157b5}=_0x11661c[_0x342b4d(0x1e2)](_0x333732),_0x58803e=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x15a))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x15a))-0x1:0x0,_0x4fb4bc=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x1a6))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x1a6))-0x1:0x0;_0xf9b835=_0x6e06ff<_0xf9b835?_0x6e06ff:_0xf9b835,_0x42aec1=_0x6e06ff+_0x58803e>_0x42aec1?_0x6e06ff+_0x58803e:_0x42aec1,_0x34d93b=_0x5157b5<_0x34d93b?_0x5157b5:_0x34d93b,_0x2e56b5=_0x5157b5+_0x4fb4bc>_0x2e56b5?_0x5157b5+_0x4fb4bc:_0x2e56b5;}return{'minRow':_0xf9b835,'maxRow':_0x42aec1,'minColumn':_0x34d93b,'maxColumn':_0x2e56b5};}[_0x459a34(0x1d6)](){const _0x165c13=_0x459a34,_0x3c179c=this[_0x165c13(0x18b)],_0x4b1f4e=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x177)),_0xca01f4=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x1c9));_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)]['on'](_0x165c13(0x1a8),()=>{const _0x535061=_0x165c13,_0x5473ea=Array[_0x535061(0x1dc)](_0x3c179c[_0x535061(0x1b6)][_0x535061(0x169)][_0x535061(0x16d)][_0x535061(0x175)]());for(const {name:_0x33a9f3,data:_0x473c90}of _0x5473ea){const {group:_0x35d8f8,id:_0x216c05,subType:_0x2b5701}=_0x4b1f4e[_0x535061(0x168)](_0x33a9f3);if(_0x535061(0x1ab)!=_0x35d8f8)continue;if(null!=_0x473c90[_0x535061(0x1b2)])continue;const _0x20babf=_0x4b1f4e[_0x535061(0x190)](_0x216c05);this[_0x535061(0x1f0)][_0x535061(0x19c)](_0x2b5701)&&this[_0x535061(0x1cf)][_0x535061(0x1e9)](_0x20babf);}},{'priority':_0x165c13(0x1e4)});const _0x12351e=(_0x35268a,_0x1b7110)=>{const _0x1a9a4c=_0x165c13;let _0x286388=!0x1;const _0x532921=_0x1b7110[_0x1a9a4c(0x1f2)](_0x35268a),_0x53234f=_0x35268a[_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)),_0x566eb0=_0xca01f4[_0x1a9a4c(0x1e2)](_0x35268a);for(const _0x299c45 of this[_0x1a9a4c(0x1cf)]){const _0x16dcbb=_0x299c45[_0x1a9a4c(0x1e6)],_0x28bc2e=_0x16dcbb[_0x1a9a4c(0x1bb)](_0x1a9a4c(0x1e7)),_0x4448ac=_0x16dcbb[_0x1a9a4c(0x1ce)](_0x28bc2e?0xa:0x5),_0x5946cb=_0x4448ac[_0x1a9a4c(0x173)](),_0x37cc96=_0x5946cb[_0x1a9a4c(0x1ce)](0x0,0x3)+_0x1a9a4c(0x188),_0x550be3=_0x1a9a4c(0x1cd)+_0x4448ac,_0x138330=_0x1a9a4c(0x1c8)+_0x4448ac;if(!_0x299c45[_0x1a9a4c(0x1f9)])continue;if(_0x53234f!=_0x299c45[_0x1a9a4c(0x1e0)]()[_0x1a9a4c(0x1a3)][_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)))continue;if(_0x299c45[_0x1a9a4c(0x161)](_0x532921))continue;const _0x662e59=_0x35268a[_0x1a9a4c(0x1df)](_0x37cc96)?_0x35268a[_0x1a9a4c(0x163)](_0x37cc96)-0x1:0x0,_0x280db7=this[_0x1a9a4c(0x1a0)](_0x299c45),_0xfc151d=_0x280db7[_0x550be3],_0x2575d1=_0x280db7[_0x138330];_0xfc151d<=_0x566eb0[_0x5946cb]&&_0x566eb0[_0x5946cb]+_0x662e59<=_0x2575d1&&(_0x299c45[_0x1a9a4c(0x1cc)](_0x532921),_0x286388=!0x0);}return _0x286388;};_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)][_0x165c13(0x1c7)](_0x1a3498=>{const _0x8dd363=_0x165c13;let _0x3bbe14=!0x1;for(const _0x5024ad of _0x3c179c[_0x8dd363(0x1b6)][_0x8dd363(0x169)][_0x8dd363(0x16d)][_0x8dd363(0x1b3)]())if(_0x8dd363(0x180)==_0x5024ad[_0x8dd363(0x162)]){if(_0x8dd363(0x1aa)==_0x5024ad[_0x8dd363(0x167)]){for(const _0x3b12fb of _0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)][_0x8dd363(0x19e)]())_0x3bbe14=_0x3bbe14||_0x12351e(_0x3b12fb,_0x1a3498);}else _0x8dd363(0x1ba)==_0x5024ad[_0x8dd363(0x167)]&&(_0x3bbe14=_0x3bbe14||_0x12351e(_0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)],_0x1a3498));}return _0x3bbe14;});}[_0x459a34(0x1a0)](_0x3676ad){const _0x5542ad=_0x459a34;return this[_0x5542ad(0x174)](_0x3676ad[_0x5542ad(0x183)]()[_0x5542ad(0x1e1)](_0x8748bc=>_0x8748bc[_0x5542ad(0x1a3)][_0x5542ad(0x186)]));}}function ue(_0x23e177){const _0x585b43=_0x459a34;return Array[_0x585b43(0x1dc)](new Set(_0x23e177)[_0x585b43(0x15e)]());}
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)]());}