@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240404.0

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 (167) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +4 -0
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -3
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/src/integrations/multilevellist.d.ts +24 -0
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2507eb=_0x2136;function _0x2136(_0x34882a,_0x908f80){const _0x2483f5=_0x2483();return _0x2136=function(_0x21363d,_0x3a9c10){_0x21363d=_0x21363d-0x85;let _0x30a151=_0x2483f5[_0x21363d];return _0x30a151;},_0x2136(_0x34882a,_0x908f80);}(function(_0x2f51d1,_0x2d1228){const _0x3287a9=_0x2136,_0x4bc90a=_0x2f51d1();while(!![]){try{const _0x22bdd1=parseInt(_0x3287a9(0x10a))/0x1*(parseInt(_0x3287a9(0xc2))/0x2)+parseInt(_0x3287a9(0xc6))/0x3+-parseInt(_0x3287a9(0x8d))/0x4*(-parseInt(_0x3287a9(0x114))/0x5)+-parseInt(_0x3287a9(0xda))/0x6*(-parseInt(_0x3287a9(0xc3))/0x7)+-parseInt(_0x3287a9(0xde))/0x8+-parseInt(_0x3287a9(0x96))/0x9*(parseInt(_0x3287a9(0xa2))/0xa)+-parseInt(_0x3287a9(0xd3))/0xb*(-parseInt(_0x3287a9(0x90))/0xc);if(_0x22bdd1===_0x2d1228)break;else _0x4bc90a['push'](_0x4bc90a['shift']());}catch(_0x2e39fc){_0x4bc90a['push'](_0x4bc90a['shift']());}}}(_0x2483,0xedc25));import{Plugin as _0x4793c3}from'ckeditor5/src/core.js';import{getTranslation as _0x9b115f}from'../utils/common-translations.js';function _0x2483(){const _0x49e18b=['*Format:*\x20remove\x20from\x20%0','isUndo','listReversed','_enableDefaultAttributesIntegration','522Ggmxar','todoListChecked','nextSibling','getSuggestions','suggestion','push','_findSuggestions','splitListItemAfter','plugins','schema','batch','splitListItemBefore','238310YJDrbW','*Indent:*\x20%0','*Check\x20item*','config','*Format:*\x20insert\x20into\x20%0','setAttribute','has','ListEditing','registerDescriptionCallback','TrackChangesEditing','fromRange','*Set\x20format:*\x20%0','*Uncheck\x20item*','listItemId','includes','groupId','numberedList','default','accept','noTrackChangesFixer','getRanges','registerAttributeLabel','documentList','attributes','createPositionAt','commandName','getChanges','parent','listStyle','range','*Change\x20to:*\x20%0','get','2wDndAx','130242RBhxtw','ELEMENT_','*Split:*\x20list\x20item','1490940QpspnG','value','todoListCheck','find','assureChains','change','previousSibling','execute','type','bulletedList','map','indentList','*Remove\x20format:*\x20%0','237116bxuUEl','_getAttributeKey','setSelection','start','outdentList','afterInit','data','522mpkCIJ','bulleted','mergeListItemBackward','from','14028392aKsIJW','oldValue','mergeListItemForward','ELEMENT_NUMBERED_LIST','listType','todo','multipleBlocks','nodeAfter','listStart','trackChangesCommand','attribute','numbered','deletion','FORMAT_INDENT','model','_supportLegacySuggestions','registerCustomCallback','filter','editor','commands','forceValue','_LIST','ELEMENT_LIST_ITEM','registerPostFixer','*Merge:*\x20%0','listIndent','getFirstMarker','differ','commandParams','_registerLegacyDescription','ELEMENT_BULLETED_LIST','isNextTo','createRange','getAttribute','formatBlock','registerElementLabel','selection','meta','key','document','containsItem','ELEMENT_TODO_LIST','*Merge:*\x20list\x20item','format','1402607FnQPaC','_descriptionFactory','_suggestionFactory','removeMarker','every','next','isObject','toUpperCase','attributeKey','end','477555EAEWBX','listItemIdFixer','locale','refresh','*Outdent:*\x20%0','newValue','detach','checkTodoList','todoList','isLocal','length','head','4PCcNyy','getFirstRange','list.multiBlock','276oKbEVY','TodoListEditing'];_0x2483=function(){return _0x49e18b;};return _0x2483();}import{renameAttributeKey as _0xa11ca3}from'../trackchangesediting.js';import{LiveRange as _0x20caf3}from'ckeditor5/src/engine.js';export default class z extends _0x4793c3{[_0x2507eb(0xd8)](){const _0x495fbf=_0x2507eb,_0x3e2095=this[_0x495fbf(0xf0)];if(!_0x3e2095[_0x495fbf(0x9e)][_0x495fbf(0xa8)](_0x495fbf(0xa9)))return;const _0x4265d5=_0x3e2095[_0x495fbf(0x116)],_0x59d57f=_0x3e2095[_0x495fbf(0x9e)][_0x495fbf(0xc1)](_0x495fbf(0xab)),_0x5e29ec=_0x3e2095[_0x495fbf(0x9e)][_0x495fbf(0xa8)](_0x495fbf(0x91)),_0x102565=!!_0x3e2095[_0x495fbf(0xa5)][_0x495fbf(0xc1)](_0x495fbf(0x8f));function _0x5bae49(_0xacf15c){const _0x2d472f=_0x495fbf;return{'type':_0x2d472f(0x109),'content':''+_0x9b115f(_0x4265d5,_0x2d472f(0xad),_0xacf15c)};}function _0xaf6a64(_0x55202d){const _0x5c8c1f=_0x495fbf;return{'type':_0x5c8c1f(0x109),'content':''+_0x9b115f(_0x4265d5,_0x5c8c1f(0xd2),_0x55202d)};}_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xb2),[],[_0x495fbf(0xaf),_0x495fbf(0xe2),_0x495fbf(0xf7)]),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xcf)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xd1)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xd7)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0x9d)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xa1)),_0x102565&&(_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xdc)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0xe0))),_0x5e29ec&&(_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0x89)),_0x59d57f[_0x495fbf(0x95)](_0x495fbf(0x88),[],[_0x495fbf(0x97)]),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0x3d8d06=>{const _0x405dbf=_0x495fbf,{data:_0x30f1fe}=_0x3d8d06;if(_0x30f1fe&&_0x405dbf(0x97)==_0x30f1fe[_0x405dbf(0x104)])return{'type':_0x405dbf(0x109),'content':_0x30f1fe[_0x405dbf(0x86)]?_0x9b115f(_0x4265d5,_0x405dbf(0xa4)):_0x9b115f(_0x4265d5,_0x405dbf(0xae))};}),this[_0x495fbf(0xf0)][_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x12d11c=>{const _0x42b19c=_0x495fbf;if(_0x12d11c[_0x42b19c(0xa0)][_0x42b19c(0x93)])return!0x1;let _0x2ea15b=!0x1;const _0x506f40=_0x59d57f[_0x42b19c(0x99)]({'skipNotAttached':!0x0})[_0x42b19c(0xef)](_0x4cfad5=>_0x42b19c(0x97)===_0x59d57f[_0x42b19c(0xd4)](_0x4cfad5));for(const _0x43b37d of _0x506f40){_0x42b19c(0xe3)!=_0x43b37d[_0x42b19c(0x8e)]()[_0x42b19c(0xd6)][_0x42b19c(0xe5)][_0x42b19c(0xff)](_0x42b19c(0xe2))&&(_0x59d57f[_0x42b19c(0x9c)](_0x43b37d[_0x42b19c(0x8e)](),_0x42b19c(0xe8))[_0x42b19c(0xc9)](_0x2c7796=>_0x42b19c(0xe2)===_0x59d57f[_0x42b19c(0xd4)](_0x2c7796[_0x42b19c(0x9a)]))||(_0x12d11c[_0x42b19c(0x10d)](_0x43b37d[_0x42b19c(0xf8)]()),_0x2ea15b=!0x0));}return _0x2ea15b;})),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xb7)](_0x495fbf(0xf7),_0x9b115f(_0x4265d5,_0x495fbf(0xeb)));const _0x49c7bf={'type':_0x495fbf(0x109),'content':''};_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0xd5b5a5=>{const _0x2aeffd=_0x495fbf,{data:_0x244e17}=_0xd5b5a5;if(!_0x244e17||_0x2aeffd(0xe2)!=_0x244e17[_0x2aeffd(0x104)])return;let _0x39e025=_0xd5b5a5[_0x2aeffd(0x8c)];for(;_0x39e025;){if(_0x39e025[_0x2aeffd(0xd9)]&&(_0x2aeffd(0xbe)==_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x104)]&&(_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x86)]&&_0x2aeffd(0xb3)!=_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x86)]||_0x2aeffd(0xb3)!=_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0xdf)]&&!_0x244e17[_0x2aeffd(0x86)])||!_0x102565&&_0x39e025[_0x2aeffd(0xd9)][_0x2aeffd(0x104)]==_0xa11ca3))return _0x49c7bf;_0x39e025=_0x39e025[_0x2aeffd(0x10f)];}if(null==_0x244e17[_0x2aeffd(0x86)])switch(_0x244e17[_0x2aeffd(0xdf)]){case _0x2aeffd(0xdb):return _0xaf6a64(_0x9b115f(_0x4265d5,_0x2aeffd(0xfc)));case _0x2aeffd(0xe9):return _0xaf6a64(_0x9b115f(_0x4265d5,_0x2aeffd(0xe1)));case _0x2aeffd(0xe3):return _0xaf6a64(_0x9b115f(_0x4265d5,_0x2aeffd(0x107)));}switch(_0x244e17[_0x2aeffd(0x86)]){case _0x2aeffd(0xdb):return _0x5bae49(_0x9b115f(_0x4265d5,_0x2aeffd(0xfc)));case _0x2aeffd(0xe9):return _0x5bae49(_0x9b115f(_0x4265d5,_0x2aeffd(0xe1)));case _0x2aeffd(0xe3):return _0x5bae49(_0x9b115f(_0x4265d5,_0x2aeffd(0x107)));}}),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0x57622e=>{const _0x2c9d4a=_0x495fbf,{data:_0x253c79}=_0x57622e;if(_0x253c79&&_0x2c9d4a(0xf7)==_0x253c79[_0x2c9d4a(0x104)])return null==_0x253c79[_0x2c9d4a(0x86)]||null==_0x253c79[_0x2c9d4a(0xdf)]&&0x0==_0x253c79[_0x2c9d4a(0x86)]?_0x49c7bf:void 0x0;}),_0x59d57f[_0x495fbf(0x10b)][_0x495fbf(0xaa)](_0x4d172f=>{const _0x1b5cb4=_0x495fbf;if(_0x1b5cb4(0xe8)!=_0x4d172f[_0x1b5cb4(0xce)])return;const {data:_0x3d617a}=_0x4d172f;if(!_0x3d617a||_0x1b5cb4(0xaf)!=_0x3d617a[_0x1b5cb4(0x104)])return;const _0x51c088=ie(_0x4d172f);return _0x51c088?_0x1b5cb4(0x86)==_0x51c088?{'type':_0x1b5cb4(0x109),'content':_0x9b115f(_0x4265d5,_0x1b5cb4(0x108))}:_0x1b5cb4(0xdf)==_0x51c088?{'type':_0x1b5cb4(0x109),'content':_0x9b115f(_0x4265d5,_0x1b5cb4(0xc5))}:_0x49c7bf:_0x49c7bf;}),_0x3e2095[_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x35f885=>this[_0x495fbf(0x115)](_0x35f885)),_0x3e2095[_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x317ee2=>this[_0x495fbf(0xb5)](_0x317ee2)),_0x3e2095[_0x495fbf(0xec)][_0x495fbf(0x105)][_0x495fbf(0xf5)](_0x2dfb64=>this[_0x495fbf(0xca)](_0x2dfb64)),this[_0x495fbf(0xed)]();}[_0x2507eb(0x115)](_0x4c6082){const _0x4b721c=_0x2507eb;if(_0x4c6082[_0x4b721c(0xa0)][_0x4b721c(0x93)]||!_0x4c6082[_0x4b721c(0xa0)][_0x4b721c(0x8a)])return!0x1;let _0x518cd0=!0x1;const _0x87aeb4=this[_0x4b721c(0xf0)][_0x4b721c(0x9e)][_0x4b721c(0xc1)](_0x4b721c(0xab))[_0x4b721c(0x99)]({'skipNotAttached':!0x0})[_0x4b721c(0xef)](_0x5b503a=>_0x5b503a[_0x4b721c(0xd9)]&&_0x4b721c(0xaf)==_0x5b503a[_0x4b721c(0xd9)][_0x4b721c(0x104)])[_0x4b721c(0xef)](_0xc08272=>_0xc08272[_0x4b721c(0xd9)][_0x4b721c(0x86)]&&_0xc08272[_0x4b721c(0xd9)][_0x4b721c(0xdf)]);for(const _0x4c53e1 of _0x87aeb4)ie(_0x4c53e1)||(_0x4c6082[_0x4b721c(0x10d)](_0x4c53e1[_0x4b721c(0xf8)]()),_0x518cd0=!0x0);return _0x518cd0;}[_0x2507eb(0xb5)](_0x9eba1a){const _0x738ac5=_0x2507eb;if(_0x9eba1a[_0x738ac5(0xa0)][_0x738ac5(0x93)]||!_0x9eba1a[_0x738ac5(0xa0)][_0x738ac5(0x8a)])return!0x1;const _0x3db213=this[_0x738ac5(0xf0)][_0x738ac5(0x9e)][_0x738ac5(0xc1)](_0x738ac5(0xab));if(_0x3db213[_0x738ac5(0xe7)][_0x738ac5(0xc7)])return!0x1;let _0x34d4fc=!0x1;const _0x3bbcaa=[_0x738ac5(0xe2),_0x738ac5(0xbe),_0x738ac5(0xaf),_0x738ac5(0xf7),_0x738ac5(0xe6),_0x738ac5(0x94),_0x738ac5(0xc8)],_0x286356=this[_0x738ac5(0xf0)][_0x738ac5(0xec)][_0x738ac5(0x105)][_0x738ac5(0xf9)][_0x738ac5(0xbc)]()[_0x738ac5(0xef)](_0x33e12c=>_0x738ac5(0xe8)==_0x33e12c[_0x738ac5(0xce)])[_0x738ac5(0xef)](_0x3aec76=>_0x3bbcaa[_0x738ac5(0xb0)](_0x3aec76[_0x738ac5(0x112)]));if(0x0==_0x286356[_0x738ac5(0x8b)])return _0x34d4fc;for(const _0x246d40 of _0x286356){const _0x23a8a5=_0x3db213[_0x738ac5(0x9c)](_0x246d40[_0x738ac5(0xbf)],_0x738ac5(0xe8))[_0x738ac5(0xef)](_0x3f35df=>!_0x3f35df[_0x738ac5(0x103)][_0x738ac5(0xfd)])[_0x738ac5(0xd0)](_0x326e56=>_0x326e56[_0x738ac5(0x9a)])[_0x738ac5(0xef)](_0x27ef9c=>{const _0x27e16a=_0x738ac5,_0x29318c=_0x3db213[_0x27e16a(0xd4)](_0x27ef9c);return _0x3bbcaa[_0x27e16a(0xb0)](_0x29318c);});if(_0x23a8a5[_0x738ac5(0x8b)]){for(const _0x122854 of _0x23a8a5)_0x9eba1a[_0x738ac5(0x10d)](_0x122854[_0x738ac5(0xf8)]());_0x34d4fc=!0x0;}}return _0x34d4fc;}[_0x2507eb(0xca)](_0x11e8a4){const _0x12eb6b=_0x2507eb;if(_0x11e8a4[_0x12eb6b(0xa0)][_0x12eb6b(0x93)]||!_0x11e8a4[_0x12eb6b(0xa0)][_0x12eb6b(0x8a)])return!0x1;const _0x21774e=this[_0x12eb6b(0xf0)][_0x12eb6b(0x9e)][_0x12eb6b(0xc1)](_0x12eb6b(0xab));let _0x3cd549=!0x1;const _0x1af9e2=[_0x12eb6b(0xe2),_0x12eb6b(0xbe),_0x12eb6b(0xaf),_0x12eb6b(0xf7),_0x12eb6b(0xe6),_0x12eb6b(0x94),_0x12eb6b(0xc8)];for(const _0x3f88dc of _0x21774e[_0x12eb6b(0x99)]({'skipNotAttached':!0x0})){const _0x146970=_0x21774e[_0x12eb6b(0x9c)](_0x3f88dc[_0x12eb6b(0x8e)](),_0x12eb6b(0xe8))[_0x12eb6b(0xd0)](_0x5e2e82=>_0x5e2e82[_0x12eb6b(0x9a)])[_0x12eb6b(0xef)](_0x1cde28=>_0x1cde28[_0x12eb6b(0xd9)]&&_0x1af9e2[_0x12eb6b(0xb0)](_0x1cde28[_0x12eb6b(0xd9)][_0x12eb6b(0x104)]));if(!_0x146970[_0x12eb6b(0x8b)])continue;const _0x3a39b3=_0x146970[0x0][_0x12eb6b(0x8c)][_0x12eb6b(0xb9)][_0x12eb6b(0xb1)];if(!_0x146970[_0x12eb6b(0x10e)](_0xd0fdc=>_0xd0fdc[_0x12eb6b(0xb9)][_0x12eb6b(0xb1)]===_0x3a39b3)){for(const _0x38673c of _0x146970)_0x3dc54e(_0x38673c,_0x3a39b3)&&(_0x3cd549=!0x0);}}return _0x3cd549;function _0x25acb5(_0x5bfcab,_0x3357d7){const _0x554f50=_0x12eb6b;for(const _0x4332f8 of _0x21774e[_0x554f50(0x99)]({'skipNotAttached':!0x0})[_0x554f50(0xef)](_0x1f566e=>_0x554f50(0xe8)==_0x1f566e[_0x554f50(0xce)]&&_0x1f566e[_0x554f50(0xb9)][_0x554f50(0xb1)]==_0x5bfcab))_0x4332f8[_0x554f50(0xa7)](_0x554f50(0xb1),_0x3357d7);}function _0x3dc54e(_0x39feae,_0xc57041){const _0x319a0a=_0x12eb6b;let _0x26f74f=_0x39feae[_0x319a0a(0x8c)],_0x16b9ae=!0x1;for(;_0x26f74f;)_0x26f74f[_0x319a0a(0xb9)][_0x319a0a(0xb1)]!=_0xc57041&&(_0x25acb5(_0x26f74f[_0x319a0a(0xb9)][_0x319a0a(0xb1)],_0xc57041),_0x26f74f[_0x319a0a(0xa7)](_0x319a0a(0xb1),_0xc57041),_0x16b9ae=!0x0),_0x26f74f=_0x26f74f[_0x319a0a(0x10f)];return _0x16b9ae;}}[_0x2507eb(0xed)](){const _0x372f39=_0x2507eb,_0x160420=this[_0x372f39(0xf0)],_0x30f965=_0x160420[_0x372f39(0x116)],_0x5a9a39=_0x160420[_0x372f39(0x9e)][_0x372f39(0xc1)](_0x372f39(0xab));this[_0x372f39(0xfb)](),_0x5a9a39[_0x372f39(0x10c)][_0x372f39(0xee)](_0x372f39(0x100),_0x372f39(0xb8),_0x372f39(0xb4),function(_0x344c34,_0x5a7d65){const _0x1bd1c4=_0x372f39,_0x47abfe=[];for(let _0x426db3 of _0x344c34)_0x426db3[_0x1bd1c4(0xd6)][_0x1bd1c4(0xe5)]===_0x426db3[_0x1bd1c4(0x113)][_0x1bd1c4(0xbd)]&&(_0x426db3=_0x160420[_0x1bd1c4(0xec)][_0x1bd1c4(0xfe)](_0x160420[_0x1bd1c4(0xec)][_0x1bd1c4(0xba)](_0x426db3[_0x1bd1c4(0xd6)][_0x1bd1c4(0xe5)],0x0))),_0x47abfe[_0x1bd1c4(0x9b)](_0x426db3);_0x160420[_0x1bd1c4(0xec)][_0x1bd1c4(0xcb)](_0x3c574f=>{const _0x624053=_0x1bd1c4,_0x5d2560=_0x160420[_0x624053(0xec)][_0x624053(0x105)][_0x624053(0x102)],_0xba00d7=Array[_0x624053(0xdd)](_0x5d2560[_0x624053(0xb6)]())[_0x624053(0xd0)](_0x4390a3=>_0x20caf3[_0x624053(0xac)](_0x4390a3));_0x3c574f[_0x624053(0xd5)](_0x47abfe),_0x160420[_0x624053(0xf1)][_0x624053(0xc1)](_0x5a7d65[_0x624053(0xbb)])[_0x624053(0x117)](),_0x5a7d65[_0x624053(0xfa)][_0x624053(0x9b)]({'forceDefaultExecution':!0x0}),_0x160420[_0x624053(0xcd)](_0x5a7d65[_0x624053(0xbb)],..._0x5a7d65[_0x624053(0xfa)]),_0x3c574f[_0x624053(0xd5)](_0xba00d7);for(const _0x45ba09 of _0xba00d7)_0x45ba09[_0x624053(0x87)]();});}),_0x5a9a39[_0x372f39(0x10b)][_0x372f39(0x101)](function(_0x564160){const _0x1586bf=_0x372f39,_0x236057=!_0x160420[_0x1586bf(0xec)][_0x1586bf(0x9f)][_0x1586bf(0x110)](_0x564160),_0x3b3982=_0x564160[_0x1586bf(0xcc)],_0x52fde7=_0x564160[_0x1586bf(0x98)],_0xaa619b=_0x564160[_0x1586bf(0xff)](_0x1586bf(0xaf)),_0x3cb64f=!_0x3b3982||_0x3b3982[_0x1586bf(0xff)](_0x1586bf(0xaf))!==_0xaa619b,_0x8c28f8=!_0x52fde7||_0x52fde7[_0x1586bf(0xff)](_0x1586bf(0xaf))!==_0xaa619b;return _0x236057&&Boolean(_0xaa619b)&&_0x3cb64f&&_0x8c28f8;},_0x52a5fe=>_0x9b115f(_0x30f965,_0x372f39(0xf4),_0x52a5fe));}[_0x2507eb(0xfb)](){const _0x372d46=_0x2507eb,_0x86e4d8=this[_0x372d46(0xf0)],_0x284114=_0x86e4d8[_0x372d46(0x116)];function _0x437a65(_0x384331){const _0x3386c5=_0x372d46,_0x2f972f=_0x86e4d8[_0x3386c5(0xf1)][_0x3386c5(0xc1)](_0x3386c5(0xcf))[_0x3386c5(0xc7)],_0x3fbfac=_0x86e4d8[_0x3386c5(0xf1)][_0x3386c5(0xc1)](_0x3386c5(0xb2))[_0x3386c5(0xc7)];return _0x3386c5(0xb2)===_0x384331?_0x2f972f:_0x3fbfac;}_0x86e4d8[_0x372d46(0x9e)][_0x372d46(0xc1)](_0x372d46(0xab))[_0x372d46(0x10b)][_0x372d46(0xaa)](function(_0x155f26){const _0x3d3c00=_0x372d46;if(_0x3d3c00(0x100)!=_0x155f26[_0x3d3c00(0xce)])return;const {data:_0x24590f}=_0x155f26;if(!_0x24590f)return;let _0x3c6461,_0xb60f9c,_0x2e9452,_0x3eb9f7;switch(_0x24590f[_0x3d3c00(0xbb)]){case _0x3d3c00(0xcf):_0x2e9452=_0x24590f[_0x3d3c00(0xfa)][0x0][_0x3d3c00(0xf2)],_0x3eb9f7=_0x437a65(_0x24590f[_0x3d3c00(0xbb)]),_0x3c6461=_0x2e9452?_0x3d3c00(0xa6):_0x3d3c00(0x92),!_0x3eb9f7&&_0x86e4d8[_0x3d3c00(0xa5)][_0x3d3c00(0xc1)](_0x3d3c00(0x8f))||(_0x3c6461=_0x3d3c00(0xc0)),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xfc)))};break;case _0x3d3c00(0xb2):_0x2e9452=_0x24590f[_0x3d3c00(0xfa)][0x0][_0x3d3c00(0xf2)],_0x3eb9f7=_0x437a65(_0x24590f[_0x3d3c00(0xbb)]),_0x3c6461=_0x2e9452?_0x3d3c00(0xa6):_0x3d3c00(0x92),!_0x3eb9f7&&_0x86e4d8[_0x3d3c00(0xa5)][_0x3d3c00(0xc1)](_0x3d3c00(0x8f))||(_0x3c6461=_0x3d3c00(0xc0)),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xe1)))};break;case _0x3d3c00(0xd1):_0x3c6461=_0x3d3c00(0xa3),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xf4)))};break;case _0x3d3c00(0xd7):_0x3c6461=function(_0x2f2be8){const _0x129b28=_0x3d3c00,_0x1e3219=_0x2f2be8[_0x129b28(0x8e)]();let _0x374d3a=_0x1e3219[_0x129b28(0xd6)][_0x129b28(0xe5)];for(;_0x374d3a&&_0x1e3219[_0x129b28(0x106)](_0x374d3a);){if(_0x374d3a[_0x129b28(0xff)](_0x129b28(0xf7))>0x0)return!0x1;_0x374d3a=_0x374d3a[_0x129b28(0x98)];}return!0x0;}(_0x155f26)?_0x9b115f(_0x284114,_0x3d3c00(0x92),_0x9b115f(_0x284114,function(_0x1f357a){const _0x266a80=_0x3d3c00;return _0x266a80(0xc4)+_0x1f357a[_0x266a80(0x8e)]()[_0x266a80(0xd6)][_0x266a80(0xe5)][_0x266a80(0xff)](_0x266a80(0xe2))[_0x266a80(0x111)]()+_0x266a80(0xf3);}(_0x155f26))):_0x9b115f(_0x284114,_0x3d3c00(0x85),_0x9b115f(_0x284114,_0x3d3c00(0xf4))),_0xb60f9c={'type':_0x3d3c00(0x109),'content':_0x3c6461};break;case _0x3d3c00(0xdc):case _0x3d3c00(0xe0):!0x1===_0x24590f[_0x3d3c00(0xe4)]&&(_0x3c6461=_0x3d3c00(0xf6),_0xb60f9c={'type':_0x3d3c00(0xea),'content':_0x9b115f(_0x284114,_0x3c6461,_0x9b115f(_0x284114,_0x3d3c00(0xf4)))});}return _0xb60f9c;});}}function ie(_0x2a6363){const _0x1ee0f2=_0x2507eb;let _0x3777fd=_0x2a6363[_0x1ee0f2(0x8e)]()[_0x1ee0f2(0xd6)][_0x1ee0f2(0xe5)][_0x1ee0f2(0xcc)];for(;_0x3777fd;){const _0x2058a8=_0x3777fd[_0x1ee0f2(0xff)](_0x1ee0f2(0xaf));if(!_0x2058a8)return!0x1;if(_0x2058a8==_0x2a6363[_0x1ee0f2(0xd9)][_0x1ee0f2(0x86)])return _0x1ee0f2(0x86);if(_0x2058a8==_0x2a6363[_0x1ee0f2(0xd9)][_0x1ee0f2(0xdf)])return _0x1ee0f2(0xdf);_0x3777fd=_0x3777fd[_0x1ee0f2(0xcc)];}return!0x1;}
23
+ const _0x863b78=_0x5186;function _0x3d47(){const _0x20b497=['*Format:*\x20remove\x20from\x20%0','319870neALZT','6427053MoLAzj','registerPostFixer','*Indent:*\x20%0','splitListItemAfter','get','registerCustomCallback','commandName','listReversed','key','isObject','batch','afterInit','todoListCheck','nodeAfter','*Format:*\x20insert\x20into\x20%0','forceValue','ELEMENT_TODO_LIST','selection','nextSibling','splitListItemBefore','deletion','bulleted','_registerLegacyDescription','customBulletedList','noTrackChangesFixer','40hrLuDc','59171AqmXxP','format','fromRange','containsItem','isUndo','listIndent','map','_enableDefaultAttributesIntegration','numbered','commands','listItemId','*Outdent:*\x20%0','differ','ELEMENT_NUMBERED_LIST','listMarkerStyle','attributeKey','locale','attributes','registerAttributeLabel','has','outdentList','detach','setAttribute','push','todo','default','_findSuggestions','getFirstRange','listItemIdFixer','type','todoListChecked','indentList','trackChangesCommand','config','isLocal','start','document','setSelection','*Set\x20format:*\x20%0','_getAttributeKey','getSuggestions','createPositionAt','plugins','ELEMENT_','898YpTjKU','list.multiBlock','find','accept','change','formatBlock','8529PTxXUP','mergeListItemForward','oldValue','parent','_LIST','ListEditing','registerDescriptionCallback','getRanges','filter','every','listStyle','_suggestionFactory','customNumberedList','end','*Remove\x20format:*\x20%0','next','*Uncheck\x20item*','registerElementLabel','*Check\x20item*','editor','_supportLegacySuggestions','FORMAT_INDENT','commandParams','getFirstMarker','assureChains','*Split:*\x20list\x20item','execute','ELEMENT_LIST_ITEM','listStart','36ISytAn','getAttribute','head','multipleBlocks','toUpperCase','refresh','from','TodoListEditing','attribute','includes','TrackChangesEditing','*Merge:*\x20list\x20item','listMarker','_descriptionFactory','model','isNextTo','todoList','bulletedList','range','getChanges','schema','newValue','suggestion','ELEMENT_BULLETED_LIST','documentList','groupId','*Change\x20to:*\x20%0','createRange','listType','12189430Mtwvvx','numberedList','length','*Merge:*\x20%0','previousSibling','6799962KHUjPY','meta','value','mergeListItemBackward','removeMarker','905197uOdrui','data','checkTodoList'];_0x3d47=function(){return _0x20b497;};return _0x3d47();}(function(_0x1c5a71,_0x2b08a0){const _0x58921e=_0x5186,_0x40c048=_0x1c5a71();while(!![]){try{const _0x3c6ba8=parseInt(_0x58921e(0x184))/0x1+parseInt(_0x58921e(0x13a))/0x2*(parseInt(_0x58921e(0x140))/0x3)+parseInt(_0x58921e(0x15d))/0x4*(-parseInt(_0x58921e(0x188))/0x5)+parseInt(_0x58921e(0x17f))/0x6+parseInt(_0x58921e(0x1a3))/0x7*(-parseInt(_0x58921e(0x1a2))/0x8)+-parseInt(_0x58921e(0x189))/0x9+-parseInt(_0x58921e(0x17a))/0xa;if(_0x3c6ba8===_0x2b08a0)break;else _0x40c048['push'](_0x40c048['shift']());}catch(_0x4bdef0){_0x40c048['push'](_0x40c048['shift']());}}}(_0x3d47,0xba824));import{Plugin as _0x175b6b}from'ckeditor5/src/core.js';import{getTranslation as _0x308f85}from'../utils/common-translations.js';import{renameAttributeKey as _0xb0801}from'../trackchangesediting.js';import{LiveRange as _0x4a2824}from'ckeditor5/src/engine.js';export default class z extends _0x175b6b{[_0x863b78(0x194)](){const _0x457644=_0x863b78,_0x5dcff5=this[_0x457644(0x153)];if(!_0x5dcff5[_0x457644(0x138)][_0x457644(0x121)](_0x457644(0x145)))return;const _0x48c89c=_0x5dcff5[_0x457644(0x11e)],_0x534870=_0x5dcff5[_0x457644(0x138)][_0x457644(0x18d)](_0x457644(0x167)),_0x24b44b=_0x5dcff5[_0x457644(0x138)][_0x457644(0x121)](_0x457644(0x164)),_0x3c0be1=!!_0x5dcff5[_0x457644(0x12f)][_0x457644(0x18d)](_0x457644(0x13b));function _0x1f5bc0(_0x9bd78f){const _0x763a69=_0x457644;return{'type':_0x763a69(0x1a4),'content':''+_0x308f85(_0x48c89c,_0x763a69(0x134),_0x9bd78f)};}function _0x1a179a(_0x441f11){const _0x18bb5e=_0x457644;return{'type':_0x18bb5e(0x1a4),'content':''+_0x308f85(_0x48c89c,_0x18bb5e(0x14e),_0x441f11)};}_0x534870[_0x457644(0x115)](_0x457644(0x17b),[],[_0x457644(0x118),_0x457644(0x179),_0x457644(0x113)]),_0x534870[_0x457644(0x115)](_0x457644(0x16e)),_0x534870[_0x457644(0x115)](_0x457644(0x14c)),_0x534870[_0x457644(0x115)](_0x457644(0x1a0)),_0x534870[_0x457644(0x115)](_0x457644(0x12d)),_0x534870[_0x457644(0x115)](_0x457644(0x122)),_0x534870[_0x457644(0x115)](_0x457644(0x18c)),_0x534870[_0x457644(0x115)](_0x457644(0x19c)),_0x3c0be1&&(_0x534870[_0x457644(0x115)](_0x457644(0x182)),_0x534870[_0x457644(0x115)](_0x457644(0x141))),_0x24b44b&&(_0x534870[_0x457644(0x115)](_0x457644(0x16d)),_0x534870[_0x457644(0x115)](_0x457644(0x186),[],[_0x457644(0x12c)]),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x544563=>{const _0x1b2b36=_0x457644,{data:_0x3707db}=_0x544563;if(_0x3707db&&_0x1b2b36(0x12c)==_0x3707db[_0x1b2b36(0x191)])return{'type':_0x1b2b36(0x1a4),'content':_0x3707db[_0x1b2b36(0x172)]?_0x308f85(_0x48c89c,_0x1b2b36(0x152)):_0x308f85(_0x48c89c,_0x1b2b36(0x150))};}),this[_0x457644(0x153)][_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x15fdeb=>{const _0x32bb6b=_0x457644;if(_0x15fdeb[_0x32bb6b(0x193)][_0x32bb6b(0x112)])return!0x1;let _0x594899=!0x1;const _0x54e8f5=_0x534870[_0x32bb6b(0x136)]({'skipNotAttached':!0x0})[_0x32bb6b(0x148)](_0x362c2d=>_0x32bb6b(0x12c)===_0x534870[_0x32bb6b(0x135)](_0x362c2d));for(const _0x3bc484 of _0x54e8f5){_0x32bb6b(0x126)!=_0x3bc484[_0x32bb6b(0x129)]()[_0x32bb6b(0x131)][_0x32bb6b(0x196)][_0x32bb6b(0x15e)](_0x32bb6b(0x179))&&(_0x534870[_0x32bb6b(0x128)](_0x3bc484[_0x32bb6b(0x129)](),_0x32bb6b(0x165))[_0x32bb6b(0x13c)](_0x32a083=>_0x32bb6b(0x179)===_0x534870[_0x32bb6b(0x135)](_0x32a083[_0x32bb6b(0x173)]))||(_0x15fdeb[_0x32bb6b(0x183)](_0x3bc484[_0x32bb6b(0x157)]()),_0x594899=!0x0));}return _0x594899;})),_0x534870[_0x457644(0x16a)][_0x457644(0x120)](_0x457644(0x113),_0x308f85(_0x48c89c,_0x457644(0x155)));const _0x224d79={'type':_0x457644(0x1a4),'content':''};_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x5bd60c=>{const _0x2c19f5=_0x457644,{data:_0x4ae8d4}=_0x5bd60c;if(!_0x4ae8d4||_0x2c19f5(0x179)!=_0x4ae8d4[_0x2c19f5(0x191)])return;let _0x42a6f0=_0x5bd60c[_0x2c19f5(0x15f)];for(;_0x42a6f0;){if(_0x42a6f0[_0x2c19f5(0x185)]&&((_0x2c19f5(0x14a)==_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)]||_0x2c19f5(0x11c)==_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)])&&(_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x172)]&&_0x2c19f5(0x127)!=_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x172)]||_0x2c19f5(0x127)!=_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x142)]&&!_0x4ae8d4[_0x2c19f5(0x172)])||!_0x3c0be1&&_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)]==_0xb0801))return _0x224d79;_0x42a6f0=_0x42a6f0[_0x2c19f5(0x14f)];}if(null==_0x4ae8d4[_0x2c19f5(0x172)])switch(_0x4ae8d4[_0x2c19f5(0x142)]){case _0x2c19f5(0x19e):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x174)));case _0x2c19f5(0x116):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x11b)));case _0x2c19f5(0x126):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x199)));}switch(_0x4ae8d4[_0x2c19f5(0x172)]){case _0x2c19f5(0x19e):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x174)));case _0x2c19f5(0x116):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x11b)));case _0x2c19f5(0x126):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x199)));}}),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x416467=>{const _0x4bb751=_0x457644,{data:_0x33b421}=_0x416467;if(_0x33b421&&_0x4bb751(0x113)==_0x33b421[_0x4bb751(0x191)])return null==_0x33b421[_0x4bb751(0x172)]||null==_0x33b421[_0x4bb751(0x142)]&&0x0==_0x33b421[_0x4bb751(0x172)]?_0x224d79:void 0x0;}),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x3353d1=>{const _0x2b5fd6=_0x457644;if(_0x2b5fd6(0x165)!=_0x3353d1[_0x2b5fd6(0x12b)])return;const {data:_0x4e82be}=_0x3353d1;if(!_0x4e82be||_0x2b5fd6(0x118)!=_0x4e82be[_0x2b5fd6(0x191)])return;const _0x16133a=le(_0x3353d1);return _0x16133a?_0x2b5fd6(0x172)==_0x16133a?{'type':_0x2b5fd6(0x1a4),'content':_0x308f85(_0x48c89c,_0x2b5fd6(0x168))}:_0x2b5fd6(0x142)==_0x16133a?{'type':_0x2b5fd6(0x1a4),'content':_0x308f85(_0x48c89c,_0x2b5fd6(0x159))}:_0x224d79:_0x224d79;}),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x46dfcb=>this[_0x457644(0x12a)](_0x46dfcb)),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x4b47f9=>this[_0x457644(0x1a1)](_0x4b47f9)),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x3e27ab=>this[_0x457644(0x158)](_0x3e27ab)),this[_0x457644(0x154)]();}[_0x863b78(0x12a)](_0x9e1286){const _0x2fdfcd=_0x863b78;if(_0x9e1286[_0x2fdfcd(0x193)][_0x2fdfcd(0x112)]||!_0x9e1286[_0x2fdfcd(0x193)][_0x2fdfcd(0x130)])return!0x1;let _0x1d9808=!0x1;const _0x5e83d2=this[_0x2fdfcd(0x153)][_0x2fdfcd(0x138)][_0x2fdfcd(0x18d)](_0x2fdfcd(0x167))[_0x2fdfcd(0x136)]({'skipNotAttached':!0x0})[_0x2fdfcd(0x148)](_0x3a328e=>_0x3a328e[_0x2fdfcd(0x185)]&&_0x2fdfcd(0x118)==_0x3a328e[_0x2fdfcd(0x185)][_0x2fdfcd(0x191)])[_0x2fdfcd(0x148)](_0x5a9ee4=>_0x5a9ee4[_0x2fdfcd(0x185)][_0x2fdfcd(0x172)]&&_0x5a9ee4[_0x2fdfcd(0x185)][_0x2fdfcd(0x142)]);for(const _0x518d99 of _0x5e83d2)le(_0x518d99)||(_0x9e1286[_0x2fdfcd(0x183)](_0x518d99[_0x2fdfcd(0x157)]()),_0x1d9808=!0x0);return _0x1d9808;}[_0x863b78(0x1a1)](_0x1ae8b5){const _0x383b9d=_0x863b78;if(_0x1ae8b5[_0x383b9d(0x193)][_0x383b9d(0x112)]||!_0x1ae8b5[_0x383b9d(0x193)][_0x383b9d(0x130)])return!0x1;const _0x1892fc=this[_0x383b9d(0x153)][_0x383b9d(0x138)][_0x383b9d(0x18d)](_0x383b9d(0x167));if(_0x1892fc[_0x383b9d(0x12e)][_0x383b9d(0x181)])return!0x1;let _0x292890=!0x1;const _0x3f366e=[_0x383b9d(0x179),_0x383b9d(0x118),_0x383b9d(0x113),_0x383b9d(0x14a),_0x383b9d(0x15c),_0x383b9d(0x190),_0x383b9d(0x195),_0x383b9d(0x169),_0x383b9d(0x11c)],_0x78490d=this[_0x383b9d(0x153)][_0x383b9d(0x16b)][_0x383b9d(0x132)][_0x383b9d(0x11a)][_0x383b9d(0x170)]()[_0x383b9d(0x148)](_0x16aa0e=>_0x383b9d(0x165)==_0x16aa0e[_0x383b9d(0x12b)])[_0x383b9d(0x148)](_0x534bfa=>_0x3f366e[_0x383b9d(0x166)](_0x534bfa[_0x383b9d(0x11d)]));if(0x0==_0x78490d[_0x383b9d(0x17c)])return _0x292890;for(const _0x20ff4c of _0x78490d){const _0xa5fd61=_0x1892fc[_0x383b9d(0x128)](_0x20ff4c[_0x383b9d(0x16f)],_0x383b9d(0x165))[_0x383b9d(0x148)](_0x58f8cd=>!_0x58f8cd[_0x383b9d(0x180)][_0x383b9d(0x16c)])[_0x383b9d(0x114)](_0x28d300=>_0x28d300[_0x383b9d(0x173)])[_0x383b9d(0x148)](_0x1de29c=>{const _0x1916f5=_0x383b9d,_0x26aea6=_0x1892fc[_0x1916f5(0x135)](_0x1de29c);return _0x3f366e[_0x1916f5(0x166)](_0x26aea6);});if(_0xa5fd61[_0x383b9d(0x17c)]){for(const _0x2ba3be of _0xa5fd61)_0x1ae8b5[_0x383b9d(0x183)](_0x2ba3be[_0x383b9d(0x157)]());_0x292890=!0x0;}}return _0x292890;}[_0x863b78(0x158)](_0xc6b5f7){const _0x4575a2=_0x863b78;if(_0xc6b5f7[_0x4575a2(0x193)][_0x4575a2(0x112)]||!_0xc6b5f7[_0x4575a2(0x193)][_0x4575a2(0x130)])return!0x1;const _0x2af700=this[_0x4575a2(0x153)][_0x4575a2(0x138)][_0x4575a2(0x18d)](_0x4575a2(0x167));let _0x3be0b1=!0x1;const _0x3fdf32=[_0x4575a2(0x179),_0x4575a2(0x118),_0x4575a2(0x113),_0x4575a2(0x14a),_0x4575a2(0x15c),_0x4575a2(0x190),_0x4575a2(0x195),_0x4575a2(0x169),_0x4575a2(0x11c)];for(const _0x5628b0 of _0x2af700[_0x4575a2(0x136)]({'skipNotAttached':!0x0})){const _0x4e13d0=_0x2af700[_0x4575a2(0x128)](_0x5628b0[_0x4575a2(0x129)](),_0x4575a2(0x165))[_0x4575a2(0x114)](_0x5942a2=>_0x5942a2[_0x4575a2(0x173)])[_0x4575a2(0x148)](_0x3d9a0b=>_0x3d9a0b[_0x4575a2(0x185)]&&_0x3fdf32[_0x4575a2(0x166)](_0x3d9a0b[_0x4575a2(0x185)][_0x4575a2(0x191)]));if(!_0x4e13d0[_0x4575a2(0x17c)])continue;const _0x645fd7=_0x4e13d0[0x0][_0x4575a2(0x15f)][_0x4575a2(0x11f)][_0x4575a2(0x176)];if(!_0x4e13d0[_0x4575a2(0x149)](_0x1e0dbd=>_0x1e0dbd[_0x4575a2(0x11f)][_0x4575a2(0x176)]===_0x645fd7)){for(const _0x45dc9a of _0x4e13d0)_0x1e99bf(_0x45dc9a,_0x645fd7)&&(_0x3be0b1=!0x0);}}return _0x3be0b1;function _0x23fdf9(_0x23b2a1,_0x459300){const _0x53df80=_0x4575a2;for(const _0x1d101a of _0x2af700[_0x53df80(0x136)]({'skipNotAttached':!0x0})[_0x53df80(0x148)](_0x5aec58=>_0x53df80(0x165)==_0x5aec58[_0x53df80(0x12b)]&&_0x5aec58[_0x53df80(0x11f)][_0x53df80(0x176)]==_0x23b2a1))_0x1d101a[_0x53df80(0x124)](_0x53df80(0x176),_0x459300);}function _0x1e99bf(_0x18e824,_0x5aca94){const _0x30d628=_0x4575a2;let _0x3c6daf=_0x18e824[_0x30d628(0x15f)],_0x1b27f7=!0x1;for(;_0x3c6daf;)_0x3c6daf[_0x30d628(0x11f)][_0x30d628(0x176)]!=_0x5aca94&&(_0x23fdf9(_0x3c6daf[_0x30d628(0x11f)][_0x30d628(0x176)],_0x5aca94),_0x3c6daf[_0x30d628(0x124)](_0x30d628(0x176),_0x5aca94),_0x1b27f7=!0x0),_0x3c6daf=_0x3c6daf[_0x30d628(0x14f)];return _0x1b27f7;}}[_0x863b78(0x154)](){const _0xeccc0f=_0x863b78,_0x98b462=this[_0xeccc0f(0x153)],_0xf4606d=_0x98b462[_0xeccc0f(0x11e)],_0x439c3d=_0x98b462[_0xeccc0f(0x138)][_0xeccc0f(0x18d)](_0xeccc0f(0x167));this[_0xeccc0f(0x19f)](),_0x439c3d[_0xeccc0f(0x14b)][_0xeccc0f(0x18e)](_0xeccc0f(0x13f),_0xeccc0f(0x175),_0xeccc0f(0x13d),function(_0x552b85,_0x55bfba){const _0x4f481f=_0xeccc0f,_0x344d66=[];for(let _0x46acb5 of _0x552b85)_0x46acb5[_0x4f481f(0x131)][_0x4f481f(0x196)]===_0x46acb5[_0x4f481f(0x14d)][_0x4f481f(0x143)]&&(_0x46acb5=_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x178)](_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x137)](_0x46acb5[_0x4f481f(0x131)][_0x4f481f(0x196)],0x0))),_0x344d66[_0x4f481f(0x125)](_0x46acb5);_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x13e)](_0x3d61d1=>{const _0xf1ff0f=_0x4f481f,_0x306b1e=_0x98b462[_0xf1ff0f(0x16b)][_0xf1ff0f(0x132)][_0xf1ff0f(0x19a)],_0x28d67f=Array[_0xf1ff0f(0x163)](_0x306b1e[_0xf1ff0f(0x147)]())[_0xf1ff0f(0x114)](_0x13253a=>_0x4a2824[_0xf1ff0f(0x110)](_0x13253a));_0x3d61d1[_0xf1ff0f(0x133)](_0x344d66),_0x98b462[_0xf1ff0f(0x117)][_0xf1ff0f(0x18d)](_0x55bfba[_0xf1ff0f(0x18f)])[_0xf1ff0f(0x162)](),_0x55bfba[_0xf1ff0f(0x156)][_0xf1ff0f(0x125)]({'forceDefaultExecution':!0x0}),_0x98b462[_0xf1ff0f(0x15a)](_0x55bfba[_0xf1ff0f(0x18f)],..._0x55bfba[_0xf1ff0f(0x156)]),_0x3d61d1[_0xf1ff0f(0x133)](_0x28d67f);for(const _0x4969e8 of _0x28d67f)_0x4969e8[_0xf1ff0f(0x123)]();});}),_0x439c3d[_0xeccc0f(0x16a)][_0xeccc0f(0x151)](function(_0x27e23d){const _0x2b330a=_0xeccc0f,_0x5b1e83=!_0x98b462[_0x2b330a(0x16b)][_0x2b330a(0x171)][_0x2b330a(0x192)](_0x27e23d),_0x5aad95=_0x27e23d[_0x2b330a(0x17e)],_0x13c61f=_0x27e23d[_0x2b330a(0x19b)],_0x17de94=_0x27e23d[_0x2b330a(0x15e)](_0x2b330a(0x118)),_0x19e032=!_0x5aad95||_0x5aad95[_0x2b330a(0x15e)](_0x2b330a(0x118))!==_0x17de94,_0x4dff36=!_0x13c61f||_0x13c61f[_0x2b330a(0x15e)](_0x2b330a(0x118))!==_0x17de94;return _0x5b1e83&&Boolean(_0x17de94)&&_0x19e032&&_0x4dff36;},_0x2c9b18=>_0x308f85(_0xf4606d,_0xeccc0f(0x15b),_0x2c9b18));}[_0x863b78(0x19f)](){const _0x59c8b9=_0x863b78,_0x3ebc76=this[_0x59c8b9(0x153)],_0x5a0e1d=_0x3ebc76[_0x59c8b9(0x11e)];function _0x11f6c6(_0x26dea7){const _0x882b4=_0x59c8b9,_0x43ca85=_0x3ebc76[_0x882b4(0x117)][_0x882b4(0x18d)](_0x882b4(0x16e))[_0x882b4(0x181)],_0x28f78f=_0x3ebc76[_0x882b4(0x117)][_0x882b4(0x18d)](_0x882b4(0x17b))[_0x882b4(0x181)];return _0x882b4(0x17b)===_0x26dea7?_0x43ca85:_0x28f78f;}_0x3ebc76[_0x59c8b9(0x138)][_0x59c8b9(0x18d)](_0x59c8b9(0x167))[_0x59c8b9(0x16a)][_0x59c8b9(0x146)](function(_0x542c85){const _0xeb6c50=_0x59c8b9;if(_0xeb6c50(0x13f)!=_0x542c85[_0xeb6c50(0x12b)])return;const {data:_0x1bfa16}=_0x542c85;if(!_0x1bfa16)return;let _0x13a3d4,_0x6aa765,_0x198e7e,_0x32facb;switch(_0x1bfa16[_0xeb6c50(0x18f)]){case _0xeb6c50(0x16e):_0x198e7e=_0x1bfa16[_0xeb6c50(0x156)][0x0][_0xeb6c50(0x198)],_0x32facb=_0x11f6c6(_0x1bfa16[_0xeb6c50(0x18f)]),_0x13a3d4=_0x198e7e?_0xeb6c50(0x197):_0xeb6c50(0x187),!_0x32facb&&_0x3ebc76[_0xeb6c50(0x12f)][_0xeb6c50(0x18d)](_0xeb6c50(0x13b))||(_0x13a3d4=_0xeb6c50(0x177)),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x174)))};break;case _0xeb6c50(0x17b):_0x198e7e=_0x1bfa16[_0xeb6c50(0x156)][0x0][_0xeb6c50(0x198)],_0x32facb=_0x11f6c6(_0x1bfa16[_0xeb6c50(0x18f)]),_0x13a3d4=_0x198e7e?_0xeb6c50(0x197):_0xeb6c50(0x187),!_0x32facb&&_0x3ebc76[_0xeb6c50(0x12f)][_0xeb6c50(0x18d)](_0xeb6c50(0x13b))||(_0x13a3d4=_0xeb6c50(0x177)),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x11b)))};break;case _0xeb6c50(0x12d):_0x13a3d4=_0xeb6c50(0x18b),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b)))};break;case _0xeb6c50(0x122):_0x13a3d4=function(_0x428a34){const _0x4ba642=_0xeb6c50,_0x28906a=_0x428a34[_0x4ba642(0x129)]();let _0x471d17=_0x28906a[_0x4ba642(0x131)][_0x4ba642(0x196)];for(;_0x471d17&&_0x28906a[_0x4ba642(0x111)](_0x471d17);){if(_0x471d17[_0x4ba642(0x15e)](_0x4ba642(0x113))>0x0)return!0x1;_0x471d17=_0x471d17[_0x4ba642(0x19b)];}return!0x0;}(_0x542c85)?_0x308f85(_0x5a0e1d,_0xeb6c50(0x187),_0x308f85(_0x5a0e1d,function(_0x229584){const _0x4af778=_0xeb6c50;return _0x4af778(0x139)+_0x229584[_0x4af778(0x129)]()[_0x4af778(0x131)][_0x4af778(0x196)][_0x4af778(0x15e)](_0x4af778(0x179))[_0x4af778(0x161)]()+_0x4af778(0x144);}(_0x542c85))):_0x308f85(_0x5a0e1d,_0xeb6c50(0x119),_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b))),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x13a3d4};break;case _0xeb6c50(0x182):case _0xeb6c50(0x141):!0x1===_0x1bfa16[_0xeb6c50(0x160)]&&(_0x13a3d4=_0xeb6c50(0x17d),_0x6aa765={'type':_0xeb6c50(0x19d),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b)))});}return _0x6aa765;});}}function _0x5186(_0x3246c8,_0x533495){const _0x3d478c=_0x3d47();return _0x5186=function(_0x51860f,_0x191546){_0x51860f=_0x51860f-0x110;let _0x45bb22=_0x3d478c[_0x51860f];return _0x45bb22;},_0x5186(_0x3246c8,_0x533495);}function le(_0x321a8f){const _0x4183fe=_0x863b78;let _0x434b12=_0x321a8f[_0x4183fe(0x129)]()[_0x4183fe(0x131)][_0x4183fe(0x196)][_0x4183fe(0x17e)];for(;_0x434b12;){const _0x43eb45=_0x434b12[_0x4183fe(0x15e)](_0x4183fe(0x118));if(!_0x43eb45)return!0x1;if(_0x43eb45==_0x321a8f[_0x4183fe(0x185)][_0x4183fe(0x172)])return _0x4183fe(0x172);if(_0x43eb45==_0x321a8f[_0x4183fe(0x185)][_0x4183fe(0x142)])return _0x4183fe(0x142);_0x434b12=_0x434b12[_0x4183fe(0x17e)];}return!0x1;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4d75(){const _0x420fe3=['default','_registerLegacyDescription','nodeAfter','decimal-leading-zero','registerPostFixer','bind','isUndo','numbered','getSuggestions','ListPropertiesEditing','circle','39mBbRpy','startIndex','ELEMENT_','listType','*Format:*\x20set\x20order\x20to\x20regular','TrackChangesEditing','lower-latin','_getAttributeKey','upper-roman','model','filter','key','next','plugins','start','registerAttributeLabel','*Set\x20format:*\x20%0','newValue','head','styles','config','has','locale','lower-roman','formatBlock','bulleted','editor','*Format:*\x20set\x20order\x20to\x20reversed','getFirstRange','replace','commandParams','afterInit','_findSuggestions','2858328MwbLIj','handleDescriptions','_LIST_DEFAULT','FORMAT_LIST_START','batch','42dTDzDH','_LIST_','registerDescriptionCallback','39598DxVVsb','disc','_descriptionFactory','data','suggestion','find','format','*Format:*\x20set\x20start\x20index\x20to\x20%0','includes','upper-latin','150489gpQeDO','attribute','292DeWQRI','listStart','listStyle','2021211okSdrq','oldValue','type','*Change\x20to:*\x20%0','_getTranslationKeyForListStyle','290166OHCutj','list.properties','removeMarker','reversed','decimal','listReversed','toUpperCase','document','get','getFirstMarker','FORMAT_LIST_REVERSED','11535BeEqIm','square','commandName','2736283NvteKy','10JPaLIU','getAttribute','_enableDefaultAttributesIntegration','*Remove\x20format:*\x20%0'];_0x4d75=function(){return _0x420fe3;};return _0x4d75();}const _0x4e9bfd=_0x4d6a;(function(_0x36cc67,_0x3a0fd3){const _0x88dea9=_0x4d6a,_0x3d7543=_0x36cc67();while(!![]){try{const _0x9e4780=-parseInt(_0x88dea9(0x13a))/0x1+parseInt(_0x88dea9(0x130))/0x2*(parseInt(_0x88dea9(0x107))/0x3)+parseInt(_0x88dea9(0x13c))/0x4*(parseInt(_0x88dea9(0x14f))/0x5)+parseInt(_0x88dea9(0x144))/0x6*(parseInt(_0x88dea9(0x12d))/0x7)+-parseInt(_0x88dea9(0x128))/0x8+-parseInt(_0x88dea9(0x13f))/0x9+-parseInt(_0x88dea9(0x153))/0xa*(-parseInt(_0x88dea9(0x152))/0xb);if(_0x9e4780===_0x3a0fd3)break;else _0x3d7543['push'](_0x3d7543['shift']());}catch(_0x39afac){_0x3d7543['push'](_0x3d7543['shift']());}}}(_0x4d75,0x38ba6));import{Plugin as _0x2debb7}from'ckeditor5/src/core.js';function _0x4d6a(_0x9a1df2,_0x44d876){const _0x4d75c0=_0x4d75();return _0x4d6a=function(_0x4d6a96,_0x111514){_0x4d6a96=_0x4d6a96-0x106;let _0x2e18b2=_0x4d75c0[_0x4d6a96];return _0x2e18b2;},_0x4d6a(_0x9a1df2,_0x44d876);}import{getTranslation as _0x24a07f}from'../utils/common-translations.js';export default class se extends _0x2debb7{[_0x4e9bfd(0x126)](){const _0x17d387=_0x4e9bfd;if(!this[_0x17d387(0x121)][_0x17d387(0x114)][_0x17d387(0x11c)](_0x17d387(0x160)))return;const _0x32629c=this[_0x17d387(0x121)][_0x17d387(0x11b)][_0x17d387(0x14c)](_0x17d387(0x145)),_0x12a7d6=this[_0x17d387(0x121)][_0x17d387(0x114)][_0x17d387(0x14c)](_0x17d387(0x10c));_0x32629c[_0x17d387(0x11a)]&&_0x12a7d6[_0x17d387(0x155)](_0x17d387(0x13e),[],[_0x17d387(0x13e)]),_0x32629c[_0x17d387(0x147)]&&_0x12a7d6[_0x17d387(0x155)](_0x17d387(0x149),[],[_0x17d387(0x149)]),_0x32629c[_0x17d387(0x108)]&&_0x12a7d6[_0x17d387(0x155)](_0x17d387(0x13d),[],[_0x17d387(0x13d)]);const _0x490146={'type':_0x17d387(0x136),'content':''};_0x12a7d6[_0x17d387(0x132)][_0x17d387(0x12f)](this[_0x17d387(0x129)][_0x17d387(0x15c)](this));const _0xf9e58d=this[_0x17d387(0x121)][_0x17d387(0x11d)];_0x12a7d6[_0x17d387(0x132)][_0x17d387(0x116)](_0x17d387(0x149),_0x24a07f(_0xf9e58d,_0x17d387(0x14e))),_0x12a7d6[_0x17d387(0x132)][_0x17d387(0x12f)](_0x44bad0=>{const _0x4730b2=_0x17d387,{data:_0x4df8ca}=_0x44bad0;if(_0x4df8ca&&_0x4730b2(0x149)==_0x4df8ca[_0x4730b2(0x112)])return null==_0x4df8ca[_0x4730b2(0x118)]||0x0==_0x4df8ca[_0x4730b2(0x118)]&&null==_0x4df8ca[_0x4730b2(0x140)]?_0x490146:void 0x0;}),_0x12a7d6[_0x17d387(0x132)][_0x17d387(0x116)](_0x17d387(0x13d),_0x24a07f(_0xf9e58d,_0x17d387(0x12b))),_0x12a7d6[_0x17d387(0x132)][_0x17d387(0x12f)](_0x2f1e60=>{const _0x49fe71=_0x17d387,{data:_0x42741b}=_0x2f1e60;if(_0x42741b&&_0x49fe71(0x13d)==_0x42741b[_0x49fe71(0x112)])return null==_0x42741b[_0x49fe71(0x118)]||0x1==_0x42741b[_0x49fe71(0x118)]&&null==_0x42741b[_0x49fe71(0x140)]?_0x490146:void 0x0;}),this[_0x17d387(0x121)][_0x17d387(0x110)][_0x17d387(0x14b)][_0x17d387(0x15b)](_0x5cee5d=>{const _0x54cc22=_0x17d387;if(_0x5cee5d[_0x54cc22(0x12c)][_0x54cc22(0x15d)])return!0x1;let _0x4b7129=!0x1;const _0x45f5b=_0x12a7d6[_0x54cc22(0x15f)]({'skipNotAttached':!0x0})[_0x54cc22(0x111)](_0x2f3fab=>{const _0x11d65d=_0x54cc22,_0x5e0c23=_0x12a7d6[_0x11d65d(0x10e)](_0x2f3fab);return _0x11d65d(0x13d)==_0x5e0c23||_0x11d65d(0x149)==_0x5e0c23;});for(const _0x2adf12 of _0x45f5b){if(_0x54cc22(0x15e)==_0x2adf12[_0x54cc22(0x123)]()[_0x54cc22(0x115)][_0x54cc22(0x159)][_0x54cc22(0x154)](_0x54cc22(0x10a)))continue;_0x12a7d6[_0x54cc22(0x127)](_0x2adf12[_0x54cc22(0x123)](),_0x54cc22(0x13b))[_0x54cc22(0x135)](_0x260719=>_0x54cc22(0x10a)==_0x12a7d6[_0x54cc22(0x10e)](_0x260719[_0x54cc22(0x134)]))||(_0x5cee5d[_0x54cc22(0x146)](_0x2adf12[_0x54cc22(0x14d)]()),_0x4b7129=!0x0);}return _0x4b7129;}),this[_0x17d387(0x158)]();}[_0x4e9bfd(0x129)](_0x385bf0){const _0x320038=_0x4e9bfd,_0xe72cf0=this[_0x320038(0x121)][_0x320038(0x11d)],{data:_0x4ef503}=_0x385bf0,_0x4bbf4c={'type':_0x320038(0x136),'content':''};if(!_0x4ef503||_0x320038(0x13e)!=_0x4ef503[_0x320038(0x112)])return;if(!_0x4ef503[_0x320038(0x140)])return _0x320038(0x157)==_0x4ef503[_0x320038(0x118)]?_0x4bbf4c:{'type':_0x320038(0x136),'content':''+_0x24a07f(_0xe72cf0,_0x320038(0x117),_0x24a07f(_0xe72cf0,this[_0x320038(0x143)](_0x4ef503[_0x320038(0x118)])))};if(!_0x4ef503[_0x320038(0x118)]){if(_0x320038(0x157)==_0x4ef503[_0x320038(0x140)])return _0x4bbf4c;let _0x59f7ca=_0x385bf0[_0x320038(0x119)];for(;_0x59f7ca;){if(_0x59f7ca[_0x320038(0x133)]&&_0x320038(0x10a)==_0x59f7ca[_0x320038(0x133)][_0x320038(0x112)]&&_0x59f7ca[_0x320038(0x133)][_0x320038(0x118)])return _0x4bbf4c;_0x59f7ca=_0x59f7ca[_0x320038(0x113)];}return{'type':_0x320038(0x136),'content':''+_0x24a07f(_0xe72cf0,_0x320038(0x156),_0x24a07f(_0xe72cf0,this[_0x320038(0x143)](_0x4ef503[_0x320038(0x140)])))};}if(_0x320038(0x157)!=_0x4ef503[_0x320038(0x118)])return{'type':_0x320038(0x136),'content':''+_0x24a07f(_0xe72cf0,_0x320038(0x117),_0x24a07f(_0xe72cf0,this[_0x320038(0x143)](_0x4ef503[_0x320038(0x118)])))};let _0x25c856=_0x385bf0[_0x320038(0x119)];for(;_0x25c856;){if(_0x25c856[_0x320038(0x133)]&&_0x320038(0x10a)==_0x25c856[_0x320038(0x133)][_0x320038(0x112)]&&_0x25c856[_0x320038(0x133)][_0x320038(0x118)]&&_0x25c856[_0x320038(0x133)][_0x320038(0x140)])return _0x4bbf4c;_0x25c856=_0x25c856[_0x320038(0x113)];}const _0x24024f=_0x385bf0[_0x320038(0x123)]()[_0x320038(0x115)][_0x320038(0x159)][_0x320038(0x154)](_0x320038(0x10a));return{'type':_0x320038(0x136),'content':_0x24a07f(_0xe72cf0,_0x320038(0x117),_0x24a07f(_0xe72cf0,_0x320038(0x109)+_0x24024f[_0x320038(0x14a)]()+_0x320038(0x12a)))};}[_0x4e9bfd(0x158)](){const _0x1cf855=_0x4e9bfd,_0x58c858=this[_0x1cf855(0x121)],_0x528544=_0x58c858[_0x1cf855(0x11d)];_0x58c858[_0x1cf855(0x114)][_0x1cf855(0x14c)](_0x1cf855(0x10c))[_0x1cf855(0x132)][_0x1cf855(0x12f)](_0x1df984=>{const _0x4300eb=_0x1cf855;if(_0x4300eb(0x11f)!=_0x1df984[_0x4300eb(0x141)])return;const {data:_0x3284b0}=_0x1df984;if(!_0x3284b0)return;let _0x584601,_0xd724bb;switch(_0x3284b0[_0x4300eb(0x151)]){case _0x4300eb(0x13e):_0x584601=_0x4300eb(0x142),_0xd724bb={'type':_0x4300eb(0x136),'content':_0x24a07f(_0x528544,_0x584601,_0x24a07f(_0x528544,this[_0x4300eb(0x143)](_0x3284b0[_0x4300eb(0x125)][0x0][_0x4300eb(0x141)])))};break;case _0x4300eb(0x149):_0x584601=_0x3284b0[_0x4300eb(0x125)][0x0][_0x4300eb(0x147)]?_0x4300eb(0x122):_0x4300eb(0x10b),_0xd724bb={'type':_0x4300eb(0x136),'content':_0x24a07f(_0x528544,_0x584601)};break;case _0x4300eb(0x13d):_0x584601=_0x4300eb(0x137),_0xd724bb={'type':_0x4300eb(0x136),'content':_0x24a07f(_0x528544,_0x584601,_0x3284b0[_0x4300eb(0x125)][0x0][_0x4300eb(0x108)])};}return _0xd724bb;});}[_0x4e9bfd(0x143)](_0x1cabb7){const _0x560ee6=_0x4e9bfd;return _0x560ee6(0x109)+function(_0xe4c1c1){const _0x1d64c0=_0x560ee6;if(ae[_0x1d64c0(0x138)](_0xe4c1c1))return _0x1d64c0(0x120);if(le[_0x1d64c0(0x138)](_0xe4c1c1))return _0x1d64c0(0x15e);return null;}(_0x1cabb7)[_0x560ee6(0x14a)]()+_0x560ee6(0x12e)+_0x1cabb7[_0x560ee6(0x14a)]()[_0x560ee6(0x124)](/-/g,'_');}}const ae=[_0x4e9bfd(0x131),_0x4e9bfd(0x106),_0x4e9bfd(0x150)],le=[_0x4e9bfd(0x148),_0x4e9bfd(0x15a),_0x4e9bfd(0x11e),_0x4e9bfd(0x10f),_0x4e9bfd(0x10d),_0x4e9bfd(0x139)];
23
+ function _0x4a8a(_0x12631b,_0x4b4709){const _0x1acae6=_0x1aca();return _0x4a8a=function(_0x4a8aae,_0x2fcfc5){_0x4a8aae=_0x4a8aae-0x1d7;let _0x26aa50=_0x1acae6[_0x4a8aae];return _0x26aa50;},_0x4a8a(_0x12631b,_0x4b4709);}const _0x18443a=_0x4a8a;(function(_0x201681,_0x1c74db){const _0x8ef10e=_0x4a8a,_0x4c59b5=_0x201681();while(!![]){try{const _0x10ba6d=parseInt(_0x8ef10e(0x1e8))/0x1+-parseInt(_0x8ef10e(0x207))/0x2*(-parseInt(_0x8ef10e(0x220))/0x3)+-parseInt(_0x8ef10e(0x1eb))/0x4*(parseInt(_0x8ef10e(0x20f))/0x5)+parseInt(_0x8ef10e(0x1fd))/0x6+parseInt(_0x8ef10e(0x20a))/0x7*(-parseInt(_0x8ef10e(0x1e0))/0x8)+-parseInt(_0x8ef10e(0x1e2))/0x9*(parseInt(_0x8ef10e(0x219))/0xa)+parseInt(_0x8ef10e(0x227))/0xb;if(_0x10ba6d===_0x1c74db)break;else _0x4c59b5['push'](_0x4c59b5['shift']());}catch(_0x1cc112){_0x4c59b5['push'](_0x4c59b5['shift']());}}}(_0x1aca,0xbb47a));import{Plugin as _0x2db47a}from'ckeditor5/src/core.js';function _0x1aca(){const _0x158924=['editor','next','attribute','has','oldValue','afterInit','1904076kTWnrS','*Format:*\x20set\x20order\x20to\x20reversed','listStart','key','ELEMENT_','numbered','upper-roman','getFirstMarker','_enableDefaultAttributesIntegration','listStyle','1178738UTWdiO','removeMarker','bulleted','111391WmgOft','lower-roman','bind','_LIST_','*Change\x20to:*\x20%0','5PRGLlB','_descriptionFactory','getFirstRange','*Remove\x20format:*\x20%0','list.properties','model','upper-latin','locale','nodeAfter','circle','763060MnSmiN','lower-latin','suggestion','plugins','head','_getTranslationKeyForListStyle','start','6NIuuzk','registerDescriptionCallback','config','toUpperCase','registerAttributeLabel','default','*Format:*\x20set\x20order\x20to\x20regular','459118FTBRkB','formatBlock','getAttribute','disc','listType','data','batch','decimal','replace','commandName','find','newValue','*Set\x20format:*\x20%0','customNumbered','filter','FORMAT_LIST_START','document','_registerLegacyDescription','_LIST_DEFAULT','reversed','commandParams','432NVVfBE','registerPostFixer','18skgSZz','handleDescriptions','styles','format','FORMAT_LIST_REVERSED','type','740949hDvsIk','isUndo','_getAttributeKey','1999036EQrDMn','ListPropertiesEditing','square','listReversed','TrackChangesEditing','startIndex','getSuggestions','get','includes','*Format:*\x20set\x20start\x20index\x20to\x20%0','decimal-leading-zero','_findSuggestions'];_0x1aca=function(){return _0x158924;};return _0x1aca();}import{getTranslation as _0x497523}from'../utils/common-translations.js';export default class ue extends _0x2db47a{[_0x18443a(0x1fc)](){const _0x2bc40a=_0x18443a;if(!this[_0x2bc40a(0x1f7)][_0x2bc40a(0x21c)][_0x2bc40a(0x1fa)](_0x2bc40a(0x1ec)))return;const _0x3bac21=this[_0x2bc40a(0x1f7)][_0x2bc40a(0x222)][_0x2bc40a(0x1f2)](_0x2bc40a(0x213)),_0x4b65f4=this[_0x2bc40a(0x1f7)][_0x2bc40a(0x21c)][_0x2bc40a(0x1f2)](_0x2bc40a(0x1ef));_0x3bac21[_0x2bc40a(0x1e4)]&&_0x4b65f4[_0x2bc40a(0x205)](_0x2bc40a(0x206),[],[_0x2bc40a(0x206)]),_0x3bac21[_0x2bc40a(0x1de)]&&_0x4b65f4[_0x2bc40a(0x205)](_0x2bc40a(0x1ee),[],[_0x2bc40a(0x1ee)]),_0x3bac21[_0x2bc40a(0x1f0)]&&_0x4b65f4[_0x2bc40a(0x205)](_0x2bc40a(0x1ff),[],[_0x2bc40a(0x1ff)]);const _0x197b59={'type':_0x2bc40a(0x1e5),'content':''};_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x221)](this[_0x2bc40a(0x1e3)][_0x2bc40a(0x20c)](this));const _0x5cb7e4=this[_0x2bc40a(0x1f7)][_0x2bc40a(0x216)];_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x224)](_0x2bc40a(0x1ee),_0x497523(_0x5cb7e4,_0x2bc40a(0x1e6))),_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x221)](_0x41158f=>{const _0x3f15fc=_0x2bc40a,{data:_0x38ff7e}=_0x41158f;if(_0x38ff7e&&_0x3f15fc(0x1ee)==_0x38ff7e[_0x3f15fc(0x200)])return null==_0x38ff7e[_0x3f15fc(0x232)]||0x0==_0x38ff7e[_0x3f15fc(0x232)]&&null==_0x38ff7e[_0x3f15fc(0x1fb)]?_0x197b59:void 0x0;}),_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x224)](_0x2bc40a(0x1ff),_0x497523(_0x5cb7e4,_0x2bc40a(0x1da))),_0x4b65f4[_0x2bc40a(0x210)][_0x2bc40a(0x221)](_0x12c14f=>{const _0x4fd7d6=_0x2bc40a,{data:_0x5d0ef3}=_0x12c14f;if(_0x5d0ef3&&_0x4fd7d6(0x1ff)==_0x5d0ef3[_0x4fd7d6(0x200)])return null==_0x5d0ef3[_0x4fd7d6(0x232)]||0x1==_0x5d0ef3[_0x4fd7d6(0x232)]&&null==_0x5d0ef3[_0x4fd7d6(0x1fb)]?_0x197b59:void 0x0;}),this[_0x2bc40a(0x1f7)][_0x2bc40a(0x214)][_0x2bc40a(0x1db)][_0x2bc40a(0x1e1)](_0x309a72=>{const _0x476a95=_0x2bc40a;if(_0x309a72[_0x476a95(0x22d)][_0x476a95(0x1e9)])return!0x1;let _0x5a4757=!0x1;const _0x5721c3=_0x4b65f4[_0x476a95(0x1f1)]({'skipNotAttached':!0x0})[_0x476a95(0x1d9)](_0x4f3228=>{const _0x90e9ba=_0x476a95,_0x3e3a90=_0x4b65f4[_0x90e9ba(0x1ea)](_0x4f3228);return _0x90e9ba(0x1ff)==_0x3e3a90||_0x90e9ba(0x1ee)==_0x3e3a90;});for(const _0x576ba0 of _0x5721c3){const _0x3f9985=_0x576ba0[_0x476a95(0x211)]()[_0x476a95(0x21f)][_0x476a95(0x217)][_0x476a95(0x229)](_0x476a95(0x22b));if(_0x476a95(0x202)==_0x3f9985||_0x476a95(0x1d8)==_0x3f9985)continue;_0x4b65f4[_0x476a95(0x1f6)](_0x576ba0[_0x476a95(0x211)](),_0x476a95(0x1f9))[_0x476a95(0x231)](_0x14fd03=>_0x476a95(0x22b)==_0x4b65f4[_0x476a95(0x1ea)](_0x14fd03[_0x476a95(0x21b)]))||(_0x309a72[_0x476a95(0x208)](_0x576ba0[_0x476a95(0x204)]()),_0x5a4757=!0x0);}return _0x5a4757;}),this[_0x2bc40a(0x1dc)]();}[_0x18443a(0x1e3)](_0x3d1589){const _0x421bdb=_0x18443a,_0x3ecedd=this[_0x421bdb(0x1f7)][_0x421bdb(0x216)],{data:_0x246415}=_0x3d1589,_0x19c043={'type':_0x421bdb(0x1e5),'content':''};if(!_0x246415||_0x421bdb(0x206)!=_0x246415[_0x421bdb(0x200)])return;if(!_0x246415[_0x421bdb(0x1fb)])return _0x421bdb(0x225)==_0x246415[_0x421bdb(0x232)]?_0x19c043:{'type':_0x421bdb(0x1e5),'content':''+_0x497523(_0x3ecedd,_0x421bdb(0x1d7),_0x497523(_0x3ecedd,this[_0x421bdb(0x21e)](_0x246415[_0x421bdb(0x232)])))};if(!_0x246415[_0x421bdb(0x232)]){if(_0x421bdb(0x225)==_0x246415[_0x421bdb(0x1fb)])return _0x19c043;let _0x5c7c23=_0x3d1589[_0x421bdb(0x21d)];for(;_0x5c7c23;){if(_0x5c7c23[_0x421bdb(0x22c)]&&_0x421bdb(0x22b)==_0x5c7c23[_0x421bdb(0x22c)][_0x421bdb(0x200)]&&_0x5c7c23[_0x421bdb(0x22c)][_0x421bdb(0x232)])return _0x19c043;_0x5c7c23=_0x5c7c23[_0x421bdb(0x1f8)];}return{'type':_0x421bdb(0x1e5),'content':''+_0x497523(_0x3ecedd,_0x421bdb(0x212),_0x497523(_0x3ecedd,this[_0x421bdb(0x21e)](_0x246415[_0x421bdb(0x1fb)])))};}if(_0x421bdb(0x225)!=_0x246415[_0x421bdb(0x232)])return{'type':_0x421bdb(0x1e5),'content':''+_0x497523(_0x3ecedd,_0x421bdb(0x1d7),_0x497523(_0x3ecedd,this[_0x421bdb(0x21e)](_0x246415[_0x421bdb(0x232)])))};let _0x3cda76=_0x3d1589[_0x421bdb(0x21d)];for(;_0x3cda76;){if(_0x3cda76[_0x421bdb(0x22c)]&&_0x421bdb(0x22b)==_0x3cda76[_0x421bdb(0x22c)][_0x421bdb(0x200)]&&_0x3cda76[_0x421bdb(0x22c)][_0x421bdb(0x232)]&&_0x3cda76[_0x421bdb(0x22c)][_0x421bdb(0x1fb)])return _0x19c043;_0x3cda76=_0x3cda76[_0x421bdb(0x1f8)];}const _0x14a79a=_0x3d1589[_0x421bdb(0x211)]()[_0x421bdb(0x21f)][_0x421bdb(0x217)][_0x421bdb(0x229)](_0x421bdb(0x22b));return{'type':_0x421bdb(0x1e5),'content':_0x497523(_0x3ecedd,_0x421bdb(0x1d7),_0x497523(_0x3ecedd,_0x421bdb(0x201)+_0x14a79a[_0x421bdb(0x223)]()+_0x421bdb(0x1dd)))};}[_0x18443a(0x1dc)](){const _0x1b316c=_0x18443a,_0x53f2dc=this[_0x1b316c(0x1f7)],_0xa21d4a=_0x53f2dc[_0x1b316c(0x216)];_0x53f2dc[_0x1b316c(0x21c)][_0x1b316c(0x1f2)](_0x1b316c(0x1ef))[_0x1b316c(0x210)][_0x1b316c(0x221)](_0x3bbe66=>{const _0x31f21c=_0x1b316c;if(_0x31f21c(0x228)!=_0x3bbe66[_0x31f21c(0x1e7)])return;const {data:_0x2f1280}=_0x3bbe66;if(!_0x2f1280)return;let _0x534844,_0x5aa2ce;switch(_0x2f1280[_0x31f21c(0x230)]){case _0x31f21c(0x206):_0x534844=_0x31f21c(0x20e),_0x5aa2ce={'type':_0x31f21c(0x1e5),'content':_0x497523(_0xa21d4a,_0x534844,_0x497523(_0xa21d4a,this[_0x31f21c(0x21e)](_0x2f1280[_0x31f21c(0x1df)][0x0][_0x31f21c(0x1e7)])))};break;case _0x31f21c(0x1ee):_0x534844=_0x2f1280[_0x31f21c(0x1df)][0x0][_0x31f21c(0x1de)]?_0x31f21c(0x1fe):_0x31f21c(0x226),_0x5aa2ce={'type':_0x31f21c(0x1e5),'content':_0x497523(_0xa21d4a,_0x534844)};break;case _0x31f21c(0x1ff):_0x534844=_0x31f21c(0x1f4),_0x5aa2ce={'type':_0x31f21c(0x1e5),'content':_0x497523(_0xa21d4a,_0x534844,_0x2f1280[_0x31f21c(0x1df)][0x0][_0x31f21c(0x1f0)])};}return _0x5aa2ce;});}[_0x18443a(0x21e)](_0x1cf69d){const _0x49944a=_0x18443a;return _0x49944a(0x201)+function(_0x2c6e39){const _0x543a88=_0x49944a;if(pe[_0x543a88(0x1f3)](_0x2c6e39))return _0x543a88(0x209);if(ye[_0x543a88(0x1f3)](_0x2c6e39))return _0x543a88(0x202);return null;}(_0x1cf69d)[_0x49944a(0x223)]()+_0x49944a(0x20d)+_0x1cf69d[_0x49944a(0x223)]()[_0x49944a(0x22f)](/-/g,'_');}}const pe=[_0x18443a(0x22a),_0x18443a(0x218),_0x18443a(0x1ed)],ye=[_0x18443a(0x22e),_0x18443a(0x1f5),_0x18443a(0x20b),_0x18443a(0x203),_0x18443a(0x21a),_0x18443a(0x215)];
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x6a7a(){const _0x48f8fb=['2004AzEPhy','dataDowncast','div','mediaEmbed','locale','downcastDispatcher','plugins','editor','showSuggestionHighlights','TrackChangesEditing','high','_descriptionFactory','2131316JeyClY','458480omjugu','get','has','conversion','24459030bvfaHh','ELEMENT_MEDIA','registerElementLabel','data','for','stop','458862RBceHy','MediaEmbedEditing','615255CIlkGL','14203qLiCHz','attribute:url:media','elementToElement','enableCommand','options','1084658VbmAIJ','media','createEmptyElement','32KYdxow','afterInit'];_0x6a7a=function(){return _0x48f8fb;};return _0x6a7a();}const _0x285c0e=_0x45d1;(function(_0x585fd3,_0x615aa5){const _0x489784=_0x45d1,_0x457160=_0x585fd3();while(!![]){try{const _0xa39bf4=-parseInt(_0x489784(0x18c))/0x1+-parseInt(_0x489784(0x19d))/0x2+-parseInt(_0x489784(0x1a8))/0x3+parseInt(_0x489784(0x18f))/0x4*(parseInt(_0x489784(0x1aa))/0x5)+-parseInt(_0x489784(0x191))/0x6*(parseInt(_0x489784(0x1ab))/0x7)+-parseInt(_0x489784(0x19e))/0x8+parseInt(_0x489784(0x1a2))/0x9;if(_0xa39bf4===_0x615aa5)break;else _0x457160['push'](_0x457160['shift']());}catch(_0xd1142e){_0x457160['push'](_0x457160['shift']());}}}(_0x6a7a,0xa2104));import{Plugin as _0x4de5af}from'ckeditor5/src/core.js';import{getTranslation as _0x3114e9}from'../utils/common-translations.js';function _0x45d1(_0x29b31c,_0x5c6c41){const _0x6a7a5a=_0x6a7a();return _0x45d1=function(_0x45d17b,_0x137102){_0x45d17b=_0x45d17b-0x18b;let _0x264204=_0x6a7a5a[_0x45d17b];return _0x264204;},_0x45d1(_0x29b31c,_0x5c6c41);}export default class ft extends _0x4de5af{[_0x285c0e(0x190)](){const _0x411574=_0x285c0e,_0x3a8f98=this[_0x411574(0x198)];if(!_0x3a8f98[_0x411574(0x197)][_0x411574(0x1a0)](_0x411574(0x1a9)))return;const _0x28e557=_0x3a8f98[_0x411574(0x197)][_0x411574(0x19f)](_0x411574(0x19a)),_0x3efdfd=_0x3a8f98[_0x411574(0x195)];_0x28e557[_0x411574(0x1ae)](_0x411574(0x194)),_0x28e557[_0x411574(0x19c)][_0x411574(0x1a4)](_0x411574(0x18d),_0x4f2956=>_0x3114e9(_0x3efdfd,_0x411574(0x1a3),_0x4f2956)),_0x3a8f98[_0x411574(0x1a1)][_0x411574(0x1a6)](_0x411574(0x192))[_0x411574(0x1ad)]({'model':_0x411574(0x18d),'view':(_0x3c242d,{writer:_0x5b3416,options:_0x15a64f})=>{const _0x4ee306=_0x411574;if(_0x15a64f[_0x4ee306(0x199)])return _0x5b3416[_0x4ee306(0x18e)](_0x4ee306(0x193));},'converterPriority':_0x411574(0x19b)}),_0x3a8f98[_0x411574(0x1a5)][_0x411574(0x196)]['on'](_0x411574(0x1ac),(_0x290e58,_0x2762ba,_0x821f15)=>{const _0x379770=_0x411574;_0x821f15[_0x379770(0x18b)][_0x379770(0x199)]&&_0x290e58[_0x379770(0x1a7)]();},{'priority':_0x411574(0x19b)});}}
23
+ const _0x11179a=_0x3f57;function _0x3dd0(){const _0x1b8955=['for','createEmptyElement','_descriptionFactory','MediaEmbedEditing','options','attribute:url:media','has','stop','plugins','12SFfJKE','52136LWFOOE','ELEMENT_MEDIA','showSuggestionHighlights','downcastDispatcher','registerElementLabel','mediaEmbed','473362hCHzMn','elementToElement','afterInit','TrackChangesEditing','conversion','enableCommand','media','get','6390165dlFTlQ','div','1819566WaEWXq','3710706QmWCoG','527422splQKA','locale','dataDowncast','data','high','5430944fhggqF','editor'];_0x3dd0=function(){return _0x1b8955;};return _0x3dd0();}(function(_0x11fe16,_0x26f772){const _0x3dda48=_0x3f57,_0x390b12=_0x11fe16();while(!![]){try{const _0x5d9cdd=-parseInt(_0x3dda48(0x155))/0x1+parseInt(_0x3dda48(0x149))/0x2*(-parseInt(_0x3dda48(0x142))/0x3)+parseInt(_0x3dda48(0x15a))/0x4+parseInt(_0x3dda48(0x151))/0x5+-parseInt(_0x3dda48(0x154))/0x6+parseInt(_0x3dda48(0x153))/0x7+-parseInt(_0x3dda48(0x143))/0x8;if(_0x5d9cdd===_0x26f772)break;else _0x390b12['push'](_0x390b12['shift']());}catch(_0x34ff11){_0x390b12['push'](_0x390b12['shift']());}}}(_0x3dd0,0xc27b1));import{Plugin as _0x260427}from'ckeditor5/src/core.js';function _0x3f57(_0x1136e2,_0x4b58c5){const _0x3dd085=_0x3dd0();return _0x3f57=function(_0x3f57e5,_0xb89b82){_0x3f57e5=_0x3f57e5-0x13a;let _0x5cdf51=_0x3dd085[_0x3f57e5];return _0x5cdf51;},_0x3f57(_0x1136e2,_0x4b58c5);}import{getTranslation as _0x1fabe3}from'../utils/common-translations.js';export default class ft extends _0x260427{[_0x11179a(0x14b)](){const _0xf6d073=_0x11179a,_0x28cba2=this[_0xf6d073(0x15b)];if(!_0x28cba2[_0xf6d073(0x141)][_0xf6d073(0x13f)](_0xf6d073(0x13c)))return;const _0x5f4365=_0x28cba2[_0xf6d073(0x141)][_0xf6d073(0x150)](_0xf6d073(0x14c)),_0x136d93=_0x28cba2[_0xf6d073(0x156)];_0x5f4365[_0xf6d073(0x14e)](_0xf6d073(0x148)),_0x5f4365[_0xf6d073(0x13b)][_0xf6d073(0x147)](_0xf6d073(0x14f),_0x356a27=>_0x1fabe3(_0x136d93,_0xf6d073(0x144),_0x356a27)),_0x28cba2[_0xf6d073(0x14d)][_0xf6d073(0x15c)](_0xf6d073(0x157))[_0xf6d073(0x14a)]({'model':_0xf6d073(0x14f),'view':(_0x828639,{writer:_0x4ebcde,options:_0x2e30d4})=>{const _0x248874=_0xf6d073;if(_0x2e30d4[_0x248874(0x145)])return _0x4ebcde[_0x248874(0x13a)](_0x248874(0x152));},'converterPriority':_0xf6d073(0x159)}),_0x28cba2[_0xf6d073(0x158)][_0xf6d073(0x146)]['on'](_0xf6d073(0x13e),(_0x580df8,_0x47a443,_0x4a4cf2)=>{const _0x5a3f3f=_0xf6d073;_0x4a4cf2[_0x5a3f3f(0x13d)][_0x5a3f3f(0x145)]&&_0x580df8[_0x5a3f3f(0x140)]();},{'priority':_0xf6d073(0x159)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x407e37=_0x4f5d;(function(_0x277b14,_0x6216f1){const _0x10531e=_0x4f5d,_0x44f108=_0x277b14();while(!![]){try{const _0x40ddae=parseInt(_0x10531e(0x1d3))/0x1+-parseInt(_0x10531e(0x1cd))/0x2*(-parseInt(_0x10531e(0x1d0))/0x3)+-parseInt(_0x10531e(0x1cc))/0x4+parseInt(_0x10531e(0x1d2))/0x5+parseInt(_0x10531e(0x1dd))/0x6+parseInt(_0x10531e(0x1dc))/0x7*(parseInt(_0x10531e(0x1cf))/0x8)+parseInt(_0x10531e(0x1d4))/0x9*(-parseInt(_0x10531e(0x1d1))/0xa);if(_0x40ddae===_0x6216f1)break;else _0x44f108['push'](_0x44f108['shift']());}catch(_0x3c6f58){_0x44f108['push'](_0x44f108['shift']());}}}(_0x1594,0x88d4e));function _0x1594(){const _0x3426eb=['has','enableCommand','afterInit','28MdTPuj','4527816nRWSix','plugins','4380056KNiUrV','38qLkcAU','get','1793864byfNau','67323aqerwN','13378170TrwTNZ','1723040XCvHVY','570738AqCXfv','9bpkdib','MentionEditing','TrackChangesEditing','editor','mention'];_0x1594=function(){return _0x3426eb;};return _0x1594();}function _0x4f5d(_0x3c4057,_0x3dade8){const _0x159428=_0x1594();return _0x4f5d=function(_0x4f5d0a,_0x41c9f8){_0x4f5d0a=_0x4f5d0a-0x1cc;let _0x30fd23=_0x159428[_0x4f5d0a];return _0x30fd23;},_0x4f5d(_0x3c4057,_0x3dade8);}import{Plugin as _0x15f028}from'ckeditor5/src/core.js';export default class gt extends _0x15f028{[_0x407e37(0x1db)](){const _0x3bb298=_0x407e37,_0x30b49d=this[_0x3bb298(0x1d7)];_0x30b49d[_0x3bb298(0x1de)][_0x3bb298(0x1d9)](_0x3bb298(0x1d5))&&_0x30b49d[_0x3bb298(0x1de)][_0x3bb298(0x1ce)](_0x3bb298(0x1d6))[_0x3bb298(0x1da)](_0x3bb298(0x1d8));}}
23
+ const _0x320a8e=_0x3b55;function _0x17d6(){const _0x4b0d83=['7ILpOWw','1050978DowtvG','5tSXDLB','editor','460732xHlSER','MentionEditing','10rpPjEr','mention','TrackChangesEditing','262002gPjyhM','1572112JZOqli','plugins','171368ZkDfTo','has','1ihodwi','enableCommand','217440aZInMU','afterInit','get','493867OTumCm'];_0x17d6=function(){return _0x4b0d83;};return _0x17d6();}(function(_0x3e73dd,_0x35d1ab){const _0xa3b5eb=_0x3b55,_0x1f49a3=_0x3e73dd();while(!![]){try{const _0x24ed65=-parseInt(_0xa3b5eb(0x1b8))/0x1*(-parseInt(_0xa3b5eb(0x1b6))/0x2)+-parseInt(_0xa3b5eb(0x1b3))/0x3+parseInt(_0xa3b5eb(0x1ae))/0x4*(parseInt(_0xa3b5eb(0x1ac))/0x5)+-parseInt(_0xa3b5eb(0x1ab))/0x6+parseInt(_0xa3b5eb(0x1aa))/0x7*(parseInt(_0xa3b5eb(0x1b4))/0x8)+parseInt(_0xa3b5eb(0x1ba))/0x9+parseInt(_0xa3b5eb(0x1b0))/0xa*(-parseInt(_0xa3b5eb(0x1bd))/0xb);if(_0x24ed65===_0x35d1ab)break;else _0x1f49a3['push'](_0x1f49a3['shift']());}catch(_0x635e25){_0x1f49a3['push'](_0x1f49a3['shift']());}}}(_0x17d6,0x1bde3));function _0x3b55(_0x3b96fc,_0x4fed7b){const _0x17d620=_0x17d6();return _0x3b55=function(_0x3b551e,_0x3416f4){_0x3b551e=_0x3b551e-0x1aa;let _0x43892d=_0x17d620[_0x3b551e];return _0x43892d;},_0x3b55(_0x3b96fc,_0x4fed7b);}import{Plugin as _0x569a15}from'ckeditor5/src/core.js';export default class gt extends _0x569a15{[_0x320a8e(0x1bb)](){const _0x31dc23=_0x320a8e,_0xc59b03=this[_0x31dc23(0x1ad)];_0xc59b03[_0x31dc23(0x1b5)][_0x31dc23(0x1b7)](_0x31dc23(0x1af))&&_0xc59b03[_0x31dc23(0x1b5)][_0x31dc23(0x1bc)](_0x31dc23(0x1b2))[_0x31dc23(0x1b9)](_0x31dc23(0x1b1));}}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module track-changes/integrations/multilevellist
7
+ */
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import type Suggestion from '../suggestion.js';
10
+ import type { Description } from '../suggestiondescriptionfactory.js';
11
+ /**
12
+ * Provides track changes plugin integration for multi-level list feature.
13
+ */
14
+ export default class TrackChangesMultiLevelList extends Plugin {
15
+ /**
16
+ * @inheritDoc
17
+ */
18
+ afterInit(): void;
19
+ /**
20
+ * Returns a custom description for a suggestion in case of adding or removing `listMarkerStyle` attribute.
21
+ * Returns an empty description if the change is already covered by a `listType` attribute suggestion.
22
+ */
23
+ handleDescriptions(suggestion: Suggestion): Description | undefined;
24
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ function _0x372a(_0x5cf25d,_0xcec69a){const _0xba0f3a=_0xba0f();return _0x372a=function(_0x372a83,_0x52fe5a){_0x372a83=_0x372a83-0x18b;let _0x55c16e=_0xba0f3a[_0x372a83];return _0x55c16e;},_0x372a(_0x5cf25d,_0xcec69a);}const _0x5eb604=_0x372a;(function(_0x8927bb,_0x2e0d4a){const _0xd98adb=_0x372a,_0xd21432=_0x8927bb();while(!![]){try{const _0x35b943=-parseInt(_0xd98adb(0x1a8))/0x1*(parseInt(_0xd98adb(0x19e))/0x2)+parseInt(_0xd98adb(0x1a3))/0x3+-parseInt(_0xd98adb(0x194))/0x4+parseInt(_0xd98adb(0x18f))/0x5+parseInt(_0xd98adb(0x1a5))/0x6*(parseInt(_0xd98adb(0x18c))/0x7)+-parseInt(_0xd98adb(0x1a1))/0x8+parseInt(_0xd98adb(0x199))/0x9;if(_0x35b943===_0x2e0d4a)break;else _0xd21432['push'](_0xd21432['shift']());}catch(_0x1ddd18){_0xd21432['push'](_0xd21432['shift']());}}}(_0xba0f,0x93eeb));import{Plugin as _0x27484b}from'ckeditor5/src/core.js';function _0xba0f(){const _0x5e16c9=['*Set\x20format:*\x20%0','737265jiyHDL','afterInit','6qGpIej','head','listMarkerStyle','28825foLKJg','*Remove\x20format:*\x20%0','ELEMENT_MULTI_LEVEL_LIST','has','TrackChangesEditing','_descriptionFactory','3813362wpEobm','_enableDefaultAttributesIntegration','key','3886240jPgejw','editor','registerDescriptionCallback','multiLevelList','plugins','1729736ELPMJe','MultiLevelList','get','next','data','1472742fWlwnW','handleDescriptions','oldValue','locale','newValue','38TiShXG','format','listType','1162936EGkkTJ'];_0xba0f=function(){return _0x5e16c9;};return _0xba0f();}import{getTranslation as _0x5c8483}from'../utils/common-translations.js';export default class lt extends _0x27484b{[_0x5eb604(0x1a4)](){const _0x189229=_0x5eb604,_0x49afaa=this[_0x189229(0x190)],_0x5d1996=_0x49afaa[_0x189229(0x193)][_0x189229(0x196)](_0x189229(0x1ac));_0x49afaa[_0x189229(0x193)][_0x189229(0x1ab)](_0x189229(0x195))&&(_0x5d1996[_0x189229(0x18d)](_0x189229(0x192),[],[_0x189229(0x1a7)]),_0x5d1996[_0x189229(0x18b)][_0x189229(0x191)](_0x4ca28e=>this[_0x189229(0x19a)](_0x4ca28e)));}[_0x5eb604(0x19a)](_0xd5348f){const _0x25d279=_0x5eb604,_0x4d4619=this[_0x25d279(0x190)][_0x25d279(0x19c)],{data:_0x1cafc9}=_0xd5348f,_0x20d987={'type':_0x25d279(0x19f),'content':''};if(_0x1cafc9&&_0x25d279(0x1a7)==_0x1cafc9[_0x25d279(0x18e)]){if(!_0x1cafc9[_0x25d279(0x19b)])return{'type':_0x25d279(0x19f),'content':_0x5c8483(_0x4d4619,_0x25d279(0x1a2),_0x5c8483(_0x4d4619,_0x25d279(0x1aa)))+'\x20('+_0x1cafc9[_0x25d279(0x19d)]+')'};if(!_0x1cafc9[_0x25d279(0x19d)]){let _0x1965b8=_0xd5348f[_0x25d279(0x1a6)];for(;_0x1965b8;){if(_0x1965b8[_0x25d279(0x198)]&&_0x25d279(0x1a0)==_0x1965b8[_0x25d279(0x198)][_0x25d279(0x18e)]&&_0x1965b8[_0x25d279(0x198)][_0x25d279(0x19d)])return _0x20d987;_0x1965b8=_0x1965b8[_0x25d279(0x197)];}return{'type':_0x25d279(0x19f),'content':_0x5c8483(_0x4d4619,_0x25d279(0x1a9),_0x5c8483(_0x4d4619,_0x25d279(0x1aa)))+'\x20('+_0x1cafc9[_0x25d279(0x19b)]+')'};}}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x7793(){const _0x5df163=['1939882fidlCV','enableCommand','1NLYlVW','editor','4789878kbjMtt','_descriptionFactory','afterInit','pageBreak','9UZbzqb','871672pwjYau','2490582fzxaBB','registerElementLabel','ELEMENT_PAGE_BREAK','PageBreakEditing','5741580ZFYmmP','plugins','3426900SIZURH','locale','has','6413248oGYHuw','get','TrackChangesEditing'];_0x7793=function(){return _0x5df163;};return _0x7793();}const _0x2a8d7e=_0x55b6;(function(_0x416d38,_0x59ddc4){const _0xe480e3=_0x55b6,_0x59698f=_0x416d38();while(!![]){try{const _0xaa33e0=parseInt(_0xe480e3(0xb4))/0x1*(-parseInt(_0xe480e3(0xa6))/0x2)+parseInt(_0xe480e3(0xac))/0x3+parseInt(_0xe480e3(0xa5))/0x4+-parseInt(_0xe480e3(0xaa))/0x5+parseInt(_0xe480e3(0xb6))/0x6+parseInt(_0xe480e3(0xb2))/0x7+-parseInt(_0xe480e3(0xaf))/0x8*(-parseInt(_0xe480e3(0xba))/0x9);if(_0xaa33e0===_0x59ddc4)break;else _0x59698f['push'](_0x59698f['shift']());}catch(_0x5f2a23){_0x59698f['push'](_0x59698f['shift']());}}}(_0x7793,0xcdfba));function _0x55b6(_0x4a5e8e,_0x37c36e){const _0x779355=_0x7793();return _0x55b6=function(_0x55b6f0,_0xb71699){_0x55b6f0=_0x55b6f0-0xa5;let _0x3bfe97=_0x779355[_0x55b6f0];return _0x3bfe97;},_0x55b6(_0x4a5e8e,_0x37c36e);}import{Plugin as _0x15e79e}from'ckeditor5/src/core.js';import{getTranslation as _0x475ed1}from'../utils/common-translations.js';export default class lt extends _0x15e79e{[_0x2a8d7e(0xb8)](){const _0x5c5fcf=_0x2a8d7e,_0x15a5d0=this[_0x5c5fcf(0xb5)];if(!_0x15a5d0[_0x5c5fcf(0xab)][_0x5c5fcf(0xae)](_0x5c5fcf(0xa9)))return;_0x15a5d0[_0x5c5fcf(0xab)][_0x5c5fcf(0xb0)](_0x5c5fcf(0xb1))[_0x5c5fcf(0xb3)](_0x5c5fcf(0xb9));const _0x37277a=_0x15a5d0[_0x5c5fcf(0xab)][_0x5c5fcf(0xb0)](_0x5c5fcf(0xb1)),_0x2365a4=_0x15a5d0[_0x5c5fcf(0xad)];_0x37277a[_0x5c5fcf(0xb7)][_0x5c5fcf(0xa7)](_0x5c5fcf(0xb9),_0x53ad14=>_0x475ed1(_0x2365a4,_0x5c5fcf(0xa8),_0x53ad14));}}
23
+ function _0x1d20(){const _0x3f2fa4=['enableCommand','7806186IlLthN','_descriptionFactory','176tJfipM','52PLtkMu','afterInit','287760mdPUzW','PageBreakEditing','411890dTTCfA','plugins','editor','735192sRAsds','36nKOEEl','registerElementLabel','ELEMENT_PAGE_BREAK','pageBreak','TrackChangesEditing','94116kBagGJ','4809448fNnEQe','has','get','703648tcOAiT','locale','5tHexRq'];_0x1d20=function(){return _0x3f2fa4;};return _0x1d20();}const _0x58be47=_0x4e09;(function(_0x4c736f,_0x20fdb5){const _0x313a26=_0x4e09,_0x1397f8=_0x4c736f();while(!![]){try{const _0x273fa3=-parseInt(_0x313a26(0x10c))/0x1+parseInt(_0x313a26(0x106))/0x2+parseInt(_0x313a26(0x101))/0x3*(-parseInt(_0x313a26(0xff))/0x4)+parseInt(_0x313a26(0xfa))/0x5*(parseInt(_0x313a26(0xfc))/0x6)+-parseInt(_0x313a26(0xf5))/0x7+parseInt(_0x313a26(0xf8))/0x8*(parseInt(_0x313a26(0x107))/0x9)+parseInt(_0x313a26(0x103))/0xa*(parseInt(_0x313a26(0xfe))/0xb);if(_0x273fa3===_0x20fdb5)break;else _0x1397f8['push'](_0x1397f8['shift']());}catch(_0x194756){_0x1397f8['push'](_0x1397f8['shift']());}}}(_0x1d20,0x9f047));import{Plugin as _0x25d467}from'ckeditor5/src/core.js';import{getTranslation as _0x157f60}from'../utils/common-translations.js';function _0x4e09(_0xdcd54d,_0xd7d2a0){const _0x1d2093=_0x1d20();return _0x4e09=function(_0x4e096f,_0x12213e){_0x4e096f=_0x4e096f-0xf5;let _0x768b82=_0x1d2093[_0x4e096f];return _0x768b82;},_0x4e09(_0xdcd54d,_0xd7d2a0);}export default class mt extends _0x25d467{[_0x58be47(0x100)](){const _0xaf6eda=_0x58be47,_0x5d3f54=this[_0xaf6eda(0x105)];if(!_0x5d3f54[_0xaf6eda(0x104)][_0xaf6eda(0xf6)](_0xaf6eda(0x102)))return;_0x5d3f54[_0xaf6eda(0x104)][_0xaf6eda(0xf7)](_0xaf6eda(0x10b))[_0xaf6eda(0xfb)](_0xaf6eda(0x10a));const _0x3f44e5=_0x5d3f54[_0xaf6eda(0x104)][_0xaf6eda(0xf7)](_0xaf6eda(0x10b)),_0x21e6ee=_0x5d3f54[_0xaf6eda(0xf9)];_0x3f44e5[_0xaf6eda(0xfd)][_0xaf6eda(0x108)](_0xaf6eda(0x10a),_0x3b865d=>_0x157f60(_0x21e6ee,_0xaf6eda(0x109),_0x3b865d));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1325a8=_0x5585;(function(_0x18760e,_0x2493de){const _0x5bd0ea=_0x5585,_0x73f8a4=_0x18760e();while(!![]){try{const _0x128d57=parseInt(_0x5bd0ea(0x163))/0x1+-parseInt(_0x5bd0ea(0x153))/0x2*(-parseInt(_0x5bd0ea(0x15c))/0x3)+parseInt(_0x5bd0ea(0x178))/0x4+parseInt(_0x5bd0ea(0x184))/0x5+parseInt(_0x5bd0ea(0x169))/0x6+parseInt(_0x5bd0ea(0x160))/0x7+parseInt(_0x5bd0ea(0x193))/0x8*(-parseInt(_0x5bd0ea(0x171))/0x9);if(_0x128d57===_0x2493de)break;else _0x73f8a4['push'](_0x73f8a4['shift']());}catch(_0x81ba4c){_0x73f8a4['push'](_0x73f8a4['shift']());}}}(_0x37af,0x83e0c));function _0x37af(){const _0x14b448=['2161890hTVSkN','TrackChangesEditing','highest','writer','insertion','editor','locale','getFirstRange','getItemLabel','get','isTouching','insert','mapper','insertParagraph','$text','23089720VORlhJ','addClass','span','*Insert:*\x20%0','consumable','2071464lQZLZU','has','ck-suggestion-marker--active','registerDescriptionCallback','registerElementLabel','markerName','commandName','plugins','formatBlock','3ELklkD','paragraph','isBlock','name','3359923rHDkbr','addMarker:suggestion:insertion','_enableDefaultAttributesIntegration','327535dVKeJt','afterInit','toViewPosition','bindElementToMarker','includes','downcastDispatcher','1453122SBaZiG','markerRange','enableCommand','consume','createUIElement','type','_descriptionFactory','format','9wPuRKl','nodeAfter','checkChild','end','*Change\x20to:*\x20%0','data','ELEMENT_PARAGRAPH','3634264obmXPZ','activeMarkers','options','Paragraph','start','ck-suggestion-marker-split','editing','showSuggestionHighlights','_registerLegacyDescription','isLimit','schema','model'];_0x37af=function(){return _0x14b448;};return _0x37af();}import{Plugin as _0x30bd79}from'ckeditor5/src/core.js';function _0x5585(_0x5f1b1e,_0x4354c5){const _0x37af67=_0x37af();return _0x5585=function(_0x558547,_0x370bdf){_0x558547=_0x558547-0x153;let _0x301d0d=_0x37af67[_0x558547];return _0x301d0d;},_0x5585(_0x5f1b1e,_0x4354c5);}import{getTranslation as _0x34e6ba}from'../utils/common-translations.js';export default class mt extends _0x30bd79{[_0x1325a8(0x164)](){const _0x3eeec0=_0x1325a8,_0x5c9f31=this[_0x3eeec0(0x189)];if(!_0x5c9f31[_0x3eeec0(0x15a)][_0x3eeec0(0x154)](_0x3eeec0(0x17b)))return;const _0x3996c4=_0x5c9f31[_0x3eeec0(0x18a)],_0x183d3b=_0x5c9f31[_0x3eeec0(0x15a)][_0x3eeec0(0x18d)](_0x3eeec0(0x185));_0x183d3b[_0x3eeec0(0x16f)][_0x3eeec0(0x157)](_0x3eeec0(0x15d),_0x4b338f=>_0x34e6ba(_0x3996c4,_0x3eeec0(0x177),_0x4b338f)),_0x183d3b[_0x3eeec0(0x162)](_0x3eeec0(0x15d)),_0x183d3b[_0x3eeec0(0x16b)](_0x3eeec0(0x191)),_0x5c9f31[_0x3eeec0(0x17e)][_0x3eeec0(0x168)]['on'](_0x3eeec0(0x161),nr(_0x5c9f31),{'priority':_0x3eeec0(0x186)}),_0x5c9f31[_0x3eeec0(0x176)][_0x3eeec0(0x168)]['on'](_0x3eeec0(0x161),(_0x5134a7,_0x58f34e,_0x2a72e6)=>{const _0x203b3c=_0x3eeec0;_0x2a72e6[_0x203b3c(0x17a)][_0x203b3c(0x17f)]&&nr(_0x5c9f31,{'showActiveMarker':!0x1})(_0x5134a7,_0x58f34e,_0x2a72e6);},{'priority':_0x3eeec0(0x186)});const _0x469410=_0x183d3b[_0x3eeec0(0x16f)];_0x469410[_0x3eeec0(0x156)](_0x175db1=>{const _0x7584c5=_0x3eeec0;if(_0x7584c5(0x188)!==_0x175db1[_0x7584c5(0x16e)])return;const {start:_0xdc0dfa,end:_0x783212}=_0x175db1[_0x7584c5(0x18b)]();if(!_0xdc0dfa[_0x7584c5(0x18e)](_0x783212)||!_0xdc0dfa[_0x7584c5(0x172)])return;const _0x476a1f=_0x5c9f31[_0x7584c5(0x183)][_0x7584c5(0x182)],_0x4b331d=_0xdc0dfa[_0x7584c5(0x172)];return _0x476a1f[_0x7584c5(0x15e)](_0x4b331d)&&!_0x476a1f[_0x7584c5(0x181)](_0x4b331d)&&_0x476a1f[_0x7584c5(0x173)](_0x4b331d,_0x7584c5(0x192))?{'type':_0x7584c5(0x188),'content':_0x34e6ba(_0x3996c4,_0x7584c5(0x196),_0x469410[_0x7584c5(0x18c)](_0x4b331d,0x1))}:void 0x0;}),this[_0x3eeec0(0x180)]();}[_0x1325a8(0x180)](){const _0x512666=_0x1325a8,_0x34f2c9=this[_0x512666(0x189)],_0x3b0544=_0x34f2c9[_0x512666(0x18a)];_0x34f2c9[_0x512666(0x15a)][_0x512666(0x18d)](_0x512666(0x185))[_0x512666(0x16f)][_0x512666(0x156)](_0x438b99=>{const _0x2256a1=_0x512666;if(_0x2256a1(0x15b)!=_0x438b99[_0x2256a1(0x16e)])return;const {data:_0x35c616}=_0x438b99;return _0x35c616&&_0x2256a1(0x15d)==_0x35c616[_0x2256a1(0x159)]?{'type':_0x2256a1(0x170),'content':_0x34e6ba(_0x3b0544,_0x2256a1(0x175),_0x34e6ba(_0x3b0544,_0x2256a1(0x177)))}:void 0x0;});}}function nr(_0x140520,{showActiveMarker:_0x220441=!0x0}={}){return(_0x6e8833,_0x9ed0b2,_0x25f3f5)=>{const _0x24bc99=_0x5585,_0x198f17=_0x140520[_0x24bc99(0x15a)][_0x24bc99(0x18d)](_0x24bc99(0x185)),_0x37e4c0=_0x9ed0b2[_0x24bc99(0x16a)][_0x24bc99(0x17c)],_0x2fd8f3=_0x9ed0b2[_0x24bc99(0x16a)][_0x24bc99(0x174)],_0x590bba=_0x140520[_0x24bc99(0x183)][_0x24bc99(0x182)];if(!_0x37e4c0[_0x24bc99(0x18e)](_0x2fd8f3)||!_0x37e4c0[_0x24bc99(0x172)])return;const _0x1a44f2=_0x37e4c0[_0x24bc99(0x172)];if(_0x590bba[_0x24bc99(0x15e)](_0x1a44f2)&&!_0x590bba[_0x24bc99(0x181)](_0x1a44f2)&&_0x590bba[_0x24bc99(0x173)](_0x1a44f2,_0x24bc99(0x192))){if(!_0x25f3f5[_0x24bc99(0x197)][_0x24bc99(0x16c)](_0x9ed0b2[_0x24bc99(0x16a)],_0x6e8833[_0x24bc99(0x15f)]))return;const _0x5e9057=_0x25f3f5[_0x24bc99(0x187)][_0x24bc99(0x16d)](_0x24bc99(0x195),{'class':_0x24bc99(0x17d)}),_0x4d72cf=_0x25f3f5[_0x24bc99(0x190)][_0x24bc99(0x165)](_0x2fd8f3);_0x220441&&_0x198f17[_0x24bc99(0x179)][_0x24bc99(0x167)](_0x9ed0b2[_0x24bc99(0x158)])&&_0x25f3f5[_0x24bc99(0x187)][_0x24bc99(0x194)](_0x24bc99(0x155),_0x5e9057),_0x25f3f5[_0x24bc99(0x187)][_0x24bc99(0x18f)](_0x4d72cf,_0x5e9057),_0x25f3f5[_0x24bc99(0x190)][_0x24bc99(0x166)](_0x5e9057,_0x9ed0b2[_0x24bc99(0x158)]);}};}
23
+ function _0x514e(_0x7a41a4,_0x2d2999){const _0x16ddff=_0x16dd();return _0x514e=function(_0x514ea,_0x38f0cb){_0x514ea=_0x514ea-0x1ac;let _0x3c5f8f=_0x16ddff[_0x514ea];return _0x3c5f8f;},_0x514e(_0x7a41a4,_0x2d2999);}const _0x48c395=_0x514e;(function(_0x20cd9c,_0x1e7774){const _0xc91ed0=_0x514e,_0x3c450c=_0x20cd9c();while(!![]){try{const _0x97a79d=-parseInt(_0xc91ed0(0x1b1))/0x1*(-parseInt(_0xc91ed0(0x1b2))/0x2)+parseInt(_0xc91ed0(0x1da))/0x3+-parseInt(_0xc91ed0(0x1e4))/0x4+-parseInt(_0xc91ed0(0x1b8))/0x5+-parseInt(_0xc91ed0(0x1b7))/0x6*(-parseInt(_0xc91ed0(0x1c8))/0x7)+-parseInt(_0xc91ed0(0x1b3))/0x8*(-parseInt(_0xc91ed0(0x1cd))/0x9)+parseInt(_0xc91ed0(0x1b6))/0xa;if(_0x97a79d===_0x1e7774)break;else _0x3c450c['push'](_0x3c450c['shift']());}catch(_0x3e777d){_0x3c450c['push'](_0x3c450c['shift']());}}}(_0x16dd,0x818a2));import{Plugin as _0x5addc5}from'ckeditor5/src/core.js';function _0x16dd(){const _0x1ccc24=['ck-suggestion-marker-split','has','_descriptionFactory','writer','markerName','ck-suggestion-marker--active','isBlock','locale','plugins','mapper','get','model','name','span','data','ELEMENT_PARAGRAPH','1EWnhYW','1771682DLnLpF','8eyyaOI','*Insert:*\x20%0','Paragraph','1297520qLlDnN','10206OKobSp','1577245liOCjU','isLimit','consumable','format','showSuggestionHighlights','options','activeMarkers','getFirstRange','*Change\x20to:*\x20%0','formatBlock','schema','getItemLabel','_enableDefaultAttributesIntegration','insertion','toViewPosition','editing','1309xAajCL','nodeAfter','highest','registerElementLabel','enableCommand','869211tJrkLt','addMarker:suggestion:insertion','checkChild','_registerLegacyDescription','createUIElement','consume','paragraph','includes','insertParagraph','addClass','registerDescriptionCallback','type','end','687669UioPGT','insert','TrackChangesEditing','isTouching','start','markerRange','$text','afterInit','commandName','downcastDispatcher','3253756caZrXQ','editor','bindElementToMarker'];_0x16dd=function(){return _0x1ccc24;};return _0x16dd();}import{getTranslation as _0x46a831}from'../utils/common-translations.js';export default class dt extends _0x5addc5{[_0x48c395(0x1e1)](){const _0x5807af=_0x48c395,_0x4da41d=this[_0x5807af(0x1e5)];if(!_0x4da41d[_0x5807af(0x1ef)][_0x5807af(0x1e8)](_0x5807af(0x1b5)))return;const _0x514f41=_0x4da41d[_0x5807af(0x1ee)],_0x257b0d=_0x4da41d[_0x5807af(0x1ef)][_0x5807af(0x1f1)](_0x5807af(0x1dc));_0x257b0d[_0x5807af(0x1e9)][_0x5807af(0x1cb)](_0x5807af(0x1d3),_0x1367b1=>_0x46a831(_0x514f41,_0x5807af(0x1b0),_0x1367b1)),_0x257b0d[_0x5807af(0x1c4)](_0x5807af(0x1d3)),_0x257b0d[_0x5807af(0x1cc)](_0x5807af(0x1d5)),_0x4da41d[_0x5807af(0x1c7)][_0x5807af(0x1e3)]['on'](_0x5807af(0x1ce),nr(_0x4da41d),{'priority':_0x5807af(0x1ca)}),_0x4da41d[_0x5807af(0x1af)][_0x5807af(0x1e3)]['on'](_0x5807af(0x1ce),(_0x1b17d4,_0x591b4b,_0x11e188)=>{const _0x556ef6=_0x5807af;_0x11e188[_0x556ef6(0x1bd)][_0x556ef6(0x1bc)]&&nr(_0x4da41d,{'showActiveMarker':!0x1})(_0x1b17d4,_0x591b4b,_0x11e188);},{'priority':_0x5807af(0x1ca)});const _0x58923c=_0x257b0d[_0x5807af(0x1e9)];_0x58923c[_0x5807af(0x1d7)](_0x1765ac=>{const _0x22ef77=_0x5807af;if(_0x22ef77(0x1c5)!==_0x1765ac[_0x22ef77(0x1d8)])return;const {start:_0xff6de8,end:_0x54b24c}=_0x1765ac[_0x22ef77(0x1bf)]();if(!_0xff6de8[_0x22ef77(0x1dd)](_0x54b24c)||!_0xff6de8[_0x22ef77(0x1c9)])return;const _0x2a71e4=_0x4da41d[_0x22ef77(0x1ac)][_0x22ef77(0x1c2)],_0x3b8616=_0xff6de8[_0x22ef77(0x1c9)];return _0x2a71e4[_0x22ef77(0x1ed)](_0x3b8616)&&!_0x2a71e4[_0x22ef77(0x1b9)](_0x3b8616)&&_0x2a71e4[_0x22ef77(0x1cf)](_0x3b8616,_0x22ef77(0x1e0))?{'type':_0x22ef77(0x1c5),'content':_0x46a831(_0x514f41,_0x22ef77(0x1b4),_0x58923c[_0x22ef77(0x1c3)](_0x3b8616,0x1))}:void 0x0;}),this[_0x5807af(0x1d0)]();}[_0x48c395(0x1d0)](){const _0x412c96=_0x48c395,_0x16e7f8=this[_0x412c96(0x1e5)],_0x559c0c=_0x16e7f8[_0x412c96(0x1ee)];_0x16e7f8[_0x412c96(0x1ef)][_0x412c96(0x1f1)](_0x412c96(0x1dc))[_0x412c96(0x1e9)][_0x412c96(0x1d7)](_0x58d04c=>{const _0x7fabe2=_0x412c96;if(_0x7fabe2(0x1c1)!=_0x58d04c[_0x7fabe2(0x1d8)])return;const {data:_0x151cb6}=_0x58d04c;return _0x151cb6&&_0x7fabe2(0x1d3)==_0x151cb6[_0x7fabe2(0x1e2)]?{'type':_0x7fabe2(0x1bb),'content':_0x46a831(_0x559c0c,_0x7fabe2(0x1c0),_0x46a831(_0x559c0c,_0x7fabe2(0x1b0)))}:void 0x0;});}}function nr(_0x49a8a0,{showActiveMarker:_0x36972d=!0x0}={}){return(_0x4983eb,_0x16f0d3,_0xf0b2b3)=>{const _0x48949d=_0x514e,_0xae9bc8=_0x49a8a0[_0x48949d(0x1ef)][_0x48949d(0x1f1)](_0x48949d(0x1dc)),_0xd6b07c=_0x16f0d3[_0x48949d(0x1df)][_0x48949d(0x1de)],_0x3228fb=_0x16f0d3[_0x48949d(0x1df)][_0x48949d(0x1d9)],_0x82a5f7=_0x49a8a0[_0x48949d(0x1ac)][_0x48949d(0x1c2)];if(!_0xd6b07c[_0x48949d(0x1dd)](_0x3228fb)||!_0xd6b07c[_0x48949d(0x1c9)])return;const _0x1c9e1c=_0xd6b07c[_0x48949d(0x1c9)];if(_0x82a5f7[_0x48949d(0x1ed)](_0x1c9e1c)&&!_0x82a5f7[_0x48949d(0x1b9)](_0x1c9e1c)&&_0x82a5f7[_0x48949d(0x1cf)](_0x1c9e1c,_0x48949d(0x1e0))){if(!_0xf0b2b3[_0x48949d(0x1ba)][_0x48949d(0x1d2)](_0x16f0d3[_0x48949d(0x1df)],_0x4983eb[_0x48949d(0x1ad)]))return;const _0x279d5c=_0xf0b2b3[_0x48949d(0x1ea)][_0x48949d(0x1d1)](_0x48949d(0x1ae),{'class':_0x48949d(0x1e7)}),_0x9d057b=_0xf0b2b3[_0x48949d(0x1f0)][_0x48949d(0x1c6)](_0x3228fb);_0x36972d&&_0xae9bc8[_0x48949d(0x1be)][_0x48949d(0x1d4)](_0x16f0d3[_0x48949d(0x1eb)])&&_0xf0b2b3[_0x48949d(0x1ea)][_0x48949d(0x1d6)](_0x48949d(0x1ec),_0x279d5c),_0xf0b2b3[_0x48949d(0x1ea)][_0x48949d(0x1db)](_0x9d057b,_0x279d5c),_0xf0b2b3[_0x48949d(0x1f0)][_0x48949d(0x1e6)](_0x279d5c,_0x16f0d3[_0x48949d(0x1eb)]);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x33e876=_0x19cb;(function(_0x179111,_0x548891){const _0x4cc340=_0x19cb,_0x4b0ea5=_0x179111();while(!![]){try{const _0x2a70e8=parseInt(_0x4cc340(0xd3))/0x1+parseInt(_0x4cc340(0xd4))/0x2*(parseInt(_0x4cc340(0xc5))/0x3)+parseInt(_0x4cc340(0xba))/0x4*(parseInt(_0x4cc340(0xd2))/0x5)+parseInt(_0x4cc340(0xc0))/0x6*(parseInt(_0x4cc340(0xbb))/0x7)+-parseInt(_0x4cc340(0xcf))/0x8+-parseInt(_0x4cc340(0xcb))/0x9+-parseInt(_0x4cc340(0xca))/0xa;if(_0x2a70e8===_0x548891)break;else _0x4b0ea5['push'](_0x4b0ea5['shift']());}catch(_0xc51822){_0x4b0ea5['push'](_0x4b0ea5['shift']());}}}(_0x2793,0x33099));import{Plugin as _0x5f0cd5}from'ckeditor5/src/core.js';function _0x19cb(_0x56709b,_0x2a8c86){const _0x279382=_0x2793();return _0x19cb=function(_0x19cbe7,_0x34ad8f){_0x19cbe7=_0x19cbe7-0xba;let _0x59c59c=_0x279382[_0x19cbe7];return _0x59c59c;},_0x19cb(_0x56709b,_0x2a8c86);}import{getTranslation as _0x582a08}from'../utils/common-translations.js';function _0x2793(){const _0x21ad4c=['1500814cmUQKl','plugins','TrackChangesEditing','commandName','_registerLegacyDescription','6QCBjtk','_enableDefaultAttributesIntegration','formatBlock','removeFormat','has','49401BpUWSu','_descriptionFactory','registerDescriptionCallback','RemoveFormatEditing','get','7559020DcdaLy','166959dVejXP','type','afterInit','locale','1405168cgFsxb','format','*Remove\x20all\x20formatting*','440iDorie','366091JoyFtw','26crZOZh','editor','formatInline','16572eElaNr'];_0x2793=function(){return _0x21ad4c;};return _0x2793();}export default class dt extends _0x5f0cd5{[_0x33e876(0xcd)](){const _0x1c13d8=_0x33e876,_0x254931=this[_0x1c13d8(0xd5)];if(!_0x254931[_0x1c13d8(0xbc)][_0x1c13d8(0xc4)](_0x1c13d8(0xc8)))return;_0x254931[_0x1c13d8(0xbc)][_0x1c13d8(0xc9)](_0x1c13d8(0xbd))[_0x1c13d8(0xc1)](_0x1c13d8(0xc3)),this[_0x1c13d8(0xbf)]();}[_0x33e876(0xbf)](){const _0x5ccf34=_0x33e876,_0x328c9c=this[_0x5ccf34(0xd5)];_0x328c9c[_0x5ccf34(0xbc)][_0x5ccf34(0xc9)](_0x5ccf34(0xbd))[_0x5ccf34(0xc6)][_0x5ccf34(0xc7)](_0x80f48=>{const _0x3c20f7=_0x5ccf34;if(_0x3c20f7(0xc2)!=_0x80f48[_0x3c20f7(0xcc)]&&_0x3c20f7(0xd6)!=_0x80f48[_0x3c20f7(0xcc)])return;const {data:_0x3df486}=_0x80f48;return _0x3df486&&_0x3c20f7(0xc3)==_0x3df486[_0x3c20f7(0xbe)]?{'type':_0x3c20f7(0xd0),'content':_0x582a08(_0x328c9c[_0x3c20f7(0xce)],_0x3c20f7(0xd1))}:void 0x0;});}}
23
+ const _0x59cd64=_0x163b;(function(_0x3607d7,_0x327e4c){const _0x295c37=_0x163b,_0x46c179=_0x3607d7();while(!![]){try{const _0x36c7c4=-parseInt(_0x295c37(0xed))/0x1*(-parseInt(_0x295c37(0xe8))/0x2)+-parseInt(_0x295c37(0xe9))/0x3+parseInt(_0x295c37(0xe7))/0x4+parseInt(_0x295c37(0xf0))/0x5+-parseInt(_0x295c37(0xe2))/0x6*(parseInt(_0x295c37(0xf1))/0x7)+parseInt(_0x295c37(0xea))/0x8+parseInt(_0x295c37(0xf3))/0x9*(-parseInt(_0x295c37(0xf4))/0xa);if(_0x36c7c4===_0x327e4c)break;else _0x46c179['push'](_0x46c179['shift']());}catch(_0x2456e4){_0x46c179['push'](_0x46c179['shift']());}}}(_0x9543,0xd6f52));function _0x9543(){const _0x141e2b=['registerDescriptionCallback','formatBlock','4254955WmhNUp','798avHVqt','locale','1458603fxTGie','80nINDzz','plugins','get','*Remove\x20all\x20formatting*','RemoveFormatEditing','format','commandName','_enableDefaultAttributesIntegration','removeFormat','editor','type','50634cWpaBx','TrackChangesEditing','has','_registerLegacyDescription','afterInit','6534148HkIore','6yEPOKy','46068CSKhKX','2865840cwDuxn','_descriptionFactory','formatInline','103882uIoIdR'];_0x9543=function(){return _0x141e2b;};return _0x9543();}import{Plugin as _0x246e39}from'ckeditor5/src/core.js';import{getTranslation as _0x57e055}from'../utils/common-translations.js';function _0x163b(_0x5c3de1,_0x4664d8){const _0x954376=_0x9543();return _0x163b=function(_0x163b30,_0xa55e31){_0x163b30=_0x163b30-0xde;let _0x3784c2=_0x954376[_0x163b30];return _0x3784c2;},_0x163b(_0x5c3de1,_0x4664d8);}export default class pt extends _0x246e39{[_0x59cd64(0xe6)](){const _0xde8e97=_0x59cd64,_0x1cb041=this[_0xde8e97(0xe0)];if(!_0x1cb041[_0xde8e97(0xf5)][_0xde8e97(0xe4)](_0xde8e97(0xf8)))return;_0x1cb041[_0xde8e97(0xf5)][_0xde8e97(0xf6)](_0xde8e97(0xe3))[_0xde8e97(0xde)](_0xde8e97(0xdf)),this[_0xde8e97(0xe5)]();}[_0x59cd64(0xe5)](){const _0x42c00f=_0x59cd64,_0x2c4f94=this[_0x42c00f(0xe0)];_0x2c4f94[_0x42c00f(0xf5)][_0x42c00f(0xf6)](_0x42c00f(0xe3))[_0x42c00f(0xeb)][_0x42c00f(0xee)](_0x4e9ec1=>{const _0x2920a3=_0x42c00f;if(_0x2920a3(0xef)!=_0x4e9ec1[_0x2920a3(0xe1)]&&_0x2920a3(0xec)!=_0x4e9ec1[_0x2920a3(0xe1)])return;const {data:_0xeb12b2}=_0x4e9ec1;return _0xeb12b2&&_0x2920a3(0xdf)==_0xeb12b2[_0x2920a3(0xfa)]?{'type':_0x2920a3(0xf9),'content':_0x57e055(_0x2c4f94[_0x2920a3(0xf2)],_0x2920a3(0xf7))}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x33e2(){const _0x3ac34b=['RestrictedEditingModeEditing','17241ZsNciz','discardSelectedSuggestions','4385132Umrdkw','31126851IuetYi','184BGigGp','2815630MTQRrY','18483GDNyLf','acceptAllSuggestions','enableCommand','discardSuggestion','goToNextRestrictedEditingException','afterInit','goToPreviousRestrictedEditingException','plugins','editor','3182694edgYtQ','trackChanges','2472NpLbLL','8412048FoVisR','acceptSuggestion','has','acceptSelectedSuggestions','discardAllSuggestions','get','TrackChangesEditing'];_0x33e2=function(){return _0x3ac34b;};return _0x33e2();}const _0x471685=_0x3d85;(function(_0x2de591,_0x64059f){const _0x5256ef=_0x3d85,_0x2c1fb9=_0x2de591();while(!![]){try{const _0x43af80=-parseInt(_0x5256ef(0x145))/0x1*(-parseInt(_0x5256ef(0x143))/0x2)+parseInt(_0x5256ef(0x134))/0x3+-parseInt(_0x5256ef(0x141))/0x4+parseInt(_0x5256ef(0x144))/0x5+parseInt(_0x5256ef(0x137))/0x6+parseInt(_0x5256ef(0x13f))/0x7*(parseInt(_0x5256ef(0x136))/0x8)+-parseInt(_0x5256ef(0x142))/0x9;if(_0x43af80===_0x64059f)break;else _0x2c1fb9['push'](_0x2c1fb9['shift']());}catch(_0xf9539d){_0x2c1fb9['push'](_0x2c1fb9['shift']());}}}(_0x33e2,0xe3b69));function _0x3d85(_0x93ed5b,_0x31d0d9){const _0x33e23b=_0x33e2();return _0x3d85=function(_0x3d8557,_0x2be22d){_0x3d8557=_0x3d8557-0x133;let _0x4a63d9=_0x33e23b[_0x3d8557];return _0x4a63d9;},_0x3d85(_0x93ed5b,_0x31d0d9);}import{Plugin as _0x46fc39}from'ckeditor5/src/core.js';export default class pt extends _0x46fc39{[_0x471685(0x14a)](){const _0xdaca65=_0x471685,_0x514055=this[_0xdaca65(0x133)];if(!_0x514055[_0xdaca65(0x14c)][_0xdaca65(0x139)](_0xdaca65(0x13e)))return;const _0x526d00=_0x514055[_0xdaca65(0x14c)][_0xdaca65(0x13c)](_0xdaca65(0x13d));_0x526d00[_0xdaca65(0x147)](_0xdaca65(0x14b)),_0x526d00[_0xdaca65(0x147)](_0xdaca65(0x149));const _0x38ecb4=_0x514055[_0xdaca65(0x14c)][_0xdaca65(0x13c)](_0xdaca65(0x13e));_0x38ecb4[_0xdaca65(0x147)](_0xdaca65(0x135)),_0x38ecb4[_0xdaca65(0x147)](_0xdaca65(0x138)),_0x38ecb4[_0xdaca65(0x147)](_0xdaca65(0x148)),_0x38ecb4[_0xdaca65(0x147)](_0xdaca65(0x146)),_0x38ecb4[_0xdaca65(0x147)](_0xdaca65(0x13b)),_0x38ecb4[_0xdaca65(0x147)](_0xdaca65(0x13a)),_0x38ecb4[_0xdaca65(0x147)](_0xdaca65(0x140));}}
23
+ const _0x4ebbb3=_0x5e67;function _0x5e67(_0x2e5fbc,_0xb1b989){const _0x4b0495=_0x4b04();return _0x5e67=function(_0x5e67d1,_0x1e0504){_0x5e67d1=_0x5e67d1-0xbb;let _0x5204f7=_0x4b0495[_0x5e67d1];return _0x5204f7;},_0x5e67(_0x2e5fbc,_0xb1b989);}(function(_0x231c4d,_0x180a3a){const _0x470d15=_0x5e67,_0x5a0e92=_0x231c4d();while(!![]){try{const _0x464f03=-parseInt(_0x470d15(0xc2))/0x1*(-parseInt(_0x470d15(0xc8))/0x2)+-parseInt(_0x470d15(0xd3))/0x3+-parseInt(_0x470d15(0xcf))/0x4+-parseInt(_0x470d15(0xc7))/0x5+parseInt(_0x470d15(0xd4))/0x6+-parseInt(_0x470d15(0xc9))/0x7+-parseInt(_0x470d15(0xce))/0x8*(-parseInt(_0x470d15(0xc1))/0x9);if(_0x464f03===_0x180a3a)break;else _0x5a0e92['push'](_0x5a0e92['shift']());}catch(_0x44f1ff){_0x5a0e92['push'](_0x5a0e92['shift']());}}}(_0x4b04,0x4d060));import{Plugin as _0x3ff8ee}from'ckeditor5/src/core.js';export default class kt extends _0x3ff8ee{[_0x4ebbb3(0xd2)](){const _0x30fe5f=_0x4ebbb3,_0x1d3d97=this[_0x30fe5f(0xbe)];if(!_0x1d3d97[_0x30fe5f(0xcc)][_0x30fe5f(0xd1)](_0x30fe5f(0xcd)))return;const _0xfb9cf6=_0x1d3d97[_0x30fe5f(0xcc)][_0x30fe5f(0xca)](_0x30fe5f(0xbd));_0xfb9cf6[_0x30fe5f(0xc4)](_0x30fe5f(0xc5)),_0xfb9cf6[_0x30fe5f(0xc4)](_0x30fe5f(0xbc));const _0x5635cb=_0x1d3d97[_0x30fe5f(0xcc)][_0x30fe5f(0xca)](_0x30fe5f(0xcd));_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xcb)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xd0)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xc0)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xc6)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xbf)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xc3)),_0x5635cb[_0x30fe5f(0xc4)](_0x30fe5f(0xbb));}}function _0x4b04(){const _0x186b90=['acceptSelectedSuggestions','enableCommand','goToPreviousRestrictedEditingException','acceptAllSuggestions','1709860PsAlXy','14182KyOLec','3383429ehCXjO','get','trackChanges','plugins','RestrictedEditingModeEditing','7874696EjWyXB','830912DLPrkS','acceptSuggestion','has','afterInit','1696053GOTrTx','2471436XKyeJo','discardSelectedSuggestions','goToNextRestrictedEditingException','TrackChangesEditing','editor','discardAllSuggestions','discardSuggestion','9zOgpHO','73dqpYKe'];_0x4b04=function(){return _0x186b90;};return _0x4b04();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4a1d(){const _0x151229=['2289155tTpKZV','consumable','513zCufkB','addMarker:suggestion','_descriptionFactory','TrackChangesEditing','4IMqYtT','addClass','252942wQdDqO','ELEMENT_LINE_BREAK','113320JQuvsG','span','editing','shiftEnter','addMarker:suggestion:insertion','deletion','init','30dRSdqa','split','registerElementLabel','createUIElement','mapper','data','options','695XIqHsW','ck-suggestion-marker--active','writer','bindElementToMarker','activeMarkers','addMarker:suggestion:deletion','get','1157wKfXja','776ZHUSnQ','high','model','plugins','createPositionBefore','name','enableCommand','markerName','getItems','2490250WTvVws','ck-suggestion-marker-','merge','locale','toViewPosition','1158453OjsbhC','editor','requires','showSuggestionHighlights','includes','element','99012OadiSm','70VRcqzN','insert','softBreak','markerRange','test','downcastDispatcher'];_0x4a1d=function(){return _0x151229;};return _0x4a1d();}function _0x444b(_0x123814,_0x3cf44a){const _0x4a1dca=_0x4a1d();return _0x444b=function(_0x444bfc,_0x38a3e4){_0x444bfc=_0x444bfc-0x190;let _0x313601=_0x4a1dca[_0x444bfc];return _0x313601;},_0x444b(_0x123814,_0x3cf44a);}const _0x25d5d1=_0x444b;(function(_0x53a2b8,_0x1e4380){const _0x19a2b4=_0x444b,_0x4e8171=_0x53a2b8();while(!![]){try{const _0xa7842e=-parseInt(_0x19a2b4(0x1ba))/0x1*(-parseInt(_0x19a2b4(0x1c2))/0x2)+parseInt(_0x19a2b4(0x195))/0x3*(parseInt(_0x19a2b4(0x1a8))/0x4)+-parseInt(_0x19a2b4(0x190))/0x5+-parseInt(_0x19a2b4(0x1aa))/0x6*(parseInt(_0x19a2b4(0x19c))/0x7)+-parseInt(_0x19a2b4(0x1ac))/0x8*(-parseInt(_0x19a2b4(0x1a4))/0x9)+-parseInt(_0x19a2b4(0x1b3))/0xa*(-parseInt(_0x19a2b4(0x1a2))/0xb)+-parseInt(_0x19a2b4(0x19b))/0xc*(parseInt(_0x19a2b4(0x1c1))/0xd);if(_0xa7842e===_0x1e4380)break;else _0x4e8171['push'](_0x4e8171['shift']());}catch(_0x1de2aa){_0x4e8171['push'](_0x4e8171['shift']());}}}(_0x4a1d,0x69da4));import{Plugin as _0x552726}from'ckeditor5/src/core.js';import{ShiftEnter as _0x5988d7}from'ckeditor5/src/enter.js';import{getTranslation as _0x1cebc1}from'../utils/common-translations.js';export default class kt extends _0x552726{static get[_0x25d5d1(0x197)](){return[_0x5988d7];}[_0x25d5d1(0x1b2)](){const _0x5965bc=_0x25d5d1,_0x33483c=this[_0x5965bc(0x196)],_0xf43ca=_0x33483c[_0x5965bc(0x1c5)][_0x5965bc(0x1c0)](_0x5965bc(0x1a7));_0xf43ca[_0x5965bc(0x1c8)](_0x5965bc(0x1af)),_0x33483c[_0x5965bc(0x1ae)][_0x5965bc(0x1a1)]['on'](_0x5965bc(0x1b0),re(_0x33483c),{'priority':_0x5965bc(0x1c3)}),_0x33483c[_0x5965bc(0x1ae)][_0x5965bc(0x1a1)]['on'](_0x5965bc(0x1bf),re(_0x33483c),{'priority':_0x5965bc(0x1c3)}),_0x33483c[_0x5965bc(0x1b8)][_0x5965bc(0x1a1)]['on'](_0x5965bc(0x1a5),(_0x5c59ad,_0x3b0bf6,_0x13a011)=>{const _0x33474d=_0x5965bc;_0x13a011[_0x33474d(0x1b9)][_0x33474d(0x198)]&&re(_0x33483c,{'showActiveMarker':!0x1})(_0x5c59ad,_0x3b0bf6,_0x13a011);}),_0xf43ca[_0x5965bc(0x1a6)][_0x5965bc(0x1b5)](_0x5965bc(0x19e),_0x1ee85c=>_0x1cebc1(_0x33483c[_0x5965bc(0x193)],_0x5965bc(0x1ab),_0x1ee85c));}}function re(_0x288a53,{showActiveMarker:_0x643de6=!0x0}={}){return(_0x30a35f,_0x3edf6b,_0x58effe)=>{const _0x1f0307=_0x444b,_0x17daf5=_0x288a53[_0x1f0307(0x1c5)][_0x1f0307(0x1c0)](_0x1f0307(0x1a7));if(!_0x58effe[_0x1f0307(0x1a3)][_0x1f0307(0x1a0)](_0x3edf6b[_0x1f0307(0x19f)],_0x30a35f[_0x1f0307(0x1c7)]))return;const _0x39fd5b=_0x288a53[_0x1f0307(0x1c4)];for(const _0x48204a of _0x3edf6b[_0x1f0307(0x19f)][_0x1f0307(0x1ca)]()){if(!_0x48204a['is'](_0x1f0307(0x19a),_0x1f0307(0x19e)))continue;const _0x1a99d2=_0x1f0307(0x1b1)==_0x3edf6b[_0x1f0307(0x1c9)][_0x1f0307(0x1b4)](':')[0x1]?_0x1f0307(0x192):_0x1f0307(0x1b4),_0x478627=_0x58effe[_0x1f0307(0x1bc)][_0x1f0307(0x1b6)](_0x1f0307(0x1ad),{'class':_0x1f0307(0x191)+_0x1a99d2}),_0x4e593b=_0x58effe[_0x1f0307(0x1b7)][_0x1f0307(0x194)](_0x39fd5b[_0x1f0307(0x1c6)](_0x48204a));_0x643de6&&_0x17daf5[_0x1f0307(0x1be)][_0x1f0307(0x199)](_0x3edf6b[_0x1f0307(0x1c9)])&&_0x58effe[_0x1f0307(0x1bc)][_0x1f0307(0x1a9)](_0x1f0307(0x1bb),_0x478627),_0x58effe[_0x1f0307(0x1bc)][_0x1f0307(0x19d)](_0x4e593b,_0x478627),_0x58effe[_0x1f0307(0x1b7)][_0x1f0307(0x1bd)](_0x478627,_0x3edf6b[_0x1f0307(0x1c9)]);}};}
23
+ const _0x305348=_0x1912;(function(_0x346bd5,_0x20bb28){const _0x575f4c=_0x1912,_0x3255b8=_0x346bd5();while(!![]){try{const _0xf9973b=-parseInt(_0x575f4c(0x198))/0x1*(-parseInt(_0x575f4c(0x1bf))/0x2)+parseInt(_0x575f4c(0x1c6))/0x3*(parseInt(_0x575f4c(0x1b3))/0x4)+-parseInt(_0x575f4c(0x1c0))/0x5*(-parseInt(_0x575f4c(0x1a0))/0x6)+-parseInt(_0x575f4c(0x1a7))/0x7*(parseInt(_0x575f4c(0x1b5))/0x8)+parseInt(_0x575f4c(0x1aa))/0x9*(-parseInt(_0x575f4c(0x1cb))/0xa)+parseInt(_0x575f4c(0x1c7))/0xb+parseInt(_0x575f4c(0x1ac))/0xc;if(_0xf9973b===_0x20bb28)break;else _0x3255b8['push'](_0x3255b8['shift']());}catch(_0x2aa6bf){_0x3255b8['push'](_0x3255b8['shift']());}}}(_0x21ae,0x3b7fb));import{Plugin as _0x8f3f85}from'ckeditor5/src/core.js';function _0x1912(_0x11f77e,_0x35289f){const _0x21aeed=_0x21ae();return _0x1912=function(_0x19123b,_0x1b7dbd){_0x19123b=_0x19123b-0x194;let _0x1808b4=_0x21aeed[_0x19123b];return _0x1808b4;},_0x1912(_0x11f77e,_0x35289f);}function _0x21ae(){const _0x26385f=['requires','name','insert','ck-suggestion-marker-','get','mapper','deletion','191292uFjhzd','15395rjypuB','addMarker:suggestion:insertion','softBreak','locale','markerRange','activeMarkers','3RQJbdt','3765773JEokZI','downcastDispatcher','createUIElement','editor','20zfyanK','ck-suggestion-marker--active','high','test','registerElementLabel','addClass','markerName','5BECTJv','TrackChangesEditing','init','createPositionBefore','plugins','options','split','includes','336JhLaPO','span','addMarker:suggestion:deletion','showSuggestionHighlights','data','getItems','bindElementToMarker','7JXYhkA','_descriptionFactory','element','2152548iOijaB','toViewPosition','152196HxnyiI','model','merge','writer','shiftEnter','enableCommand','ELEMENT_LINE_BREAK','744532vQDrkV','consumable','3758096rMOtuP','addMarker:suggestion','editing'];_0x21ae=function(){return _0x26385f;};return _0x21ae();}import{ShiftEnter as _0x56314b}from'ckeditor5/src/enter.js';import{getTranslation as _0xe0a2b2}from'../utils/common-translations.js';export default class bt extends _0x8f3f85{static get[_0x305348(0x1b8)](){return[_0x56314b];}[_0x305348(0x19a)](){const _0x1c1625=_0x305348,_0x497211=this[_0x1c1625(0x1ca)],_0x5a643c=_0x497211[_0x1c1625(0x19c)][_0x1c1625(0x1bc)](_0x1c1625(0x199));_0x5a643c[_0x1c1625(0x1b1)](_0x1c1625(0x1b0)),_0x497211[_0x1c1625(0x1b7)][_0x1c1625(0x1c8)]['on'](_0x1c1625(0x1c1),de(_0x497211),{'priority':_0x1c1625(0x1cd)}),_0x497211[_0x1c1625(0x1b7)][_0x1c1625(0x1c8)]['on'](_0x1c1625(0x1a2),de(_0x497211),{'priority':_0x1c1625(0x1cd)}),_0x497211[_0x1c1625(0x1a4)][_0x1c1625(0x1c8)]['on'](_0x1c1625(0x1b6),(_0x217150,_0x2b7fc8,_0xcd17c9)=>{const _0x214806=_0x1c1625;_0xcd17c9[_0x214806(0x19d)][_0x214806(0x1a3)]&&de(_0x497211,{'showActiveMarker':!0x1})(_0x217150,_0x2b7fc8,_0xcd17c9);}),_0x5a643c[_0x1c1625(0x1a8)][_0x1c1625(0x195)](_0x1c1625(0x1c2),_0x173927=>_0xe0a2b2(_0x497211[_0x1c1625(0x1c3)],_0x1c1625(0x1b2),_0x173927));}}function de(_0xf332b1,{showActiveMarker:_0x3ce8af=!0x0}={}){return(_0x1a468e,_0x587b3a,_0x43ece7)=>{const _0x3928bb=_0x1912,_0x593678=_0xf332b1[_0x3928bb(0x19c)][_0x3928bb(0x1bc)](_0x3928bb(0x199));if(!_0x43ece7[_0x3928bb(0x1b4)][_0x3928bb(0x194)](_0x587b3a[_0x3928bb(0x1c4)],_0x1a468e[_0x3928bb(0x1b9)]))return;const _0x9e3741=_0xf332b1[_0x3928bb(0x1ad)];for(const _0x2a79a5 of _0x587b3a[_0x3928bb(0x1c4)][_0x3928bb(0x1a5)]()){if(!_0x2a79a5['is'](_0x3928bb(0x1a9),_0x3928bb(0x1c2)))continue;const _0x2d6ec6=_0x3928bb(0x1be)==_0x587b3a[_0x3928bb(0x197)][_0x3928bb(0x19e)](':')[0x1]?_0x3928bb(0x1ae):_0x3928bb(0x19e),_0x55d43d=_0x43ece7[_0x3928bb(0x1af)][_0x3928bb(0x1c9)](_0x3928bb(0x1a1),{'class':_0x3928bb(0x1bb)+_0x2d6ec6}),_0x1b3c58=_0x43ece7[_0x3928bb(0x1bd)][_0x3928bb(0x1ab)](_0x9e3741[_0x3928bb(0x19b)](_0x2a79a5));_0x3ce8af&&_0x593678[_0x3928bb(0x1c5)][_0x3928bb(0x19f)](_0x587b3a[_0x3928bb(0x197)])&&_0x43ece7[_0x3928bb(0x1af)][_0x3928bb(0x196)](_0x3928bb(0x1cc),_0x55d43d),_0x43ece7[_0x3928bb(0x1af)][_0x3928bb(0x1ba)](_0x1b3c58,_0x55d43d),_0x43ece7[_0x3928bb(0x1bd)][_0x3928bb(0x1a6)](_0x55d43d,_0x587b3a[_0x3928bb(0x197)]);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x367a2=_0xa056;(function(_0x3b6b35,_0x35a227){const _0x48c995=_0xa056,_0x1a3280=_0x3b6b35();while(!![]){try{const _0x320b6c=parseInt(_0x48c995(0x7f))/0x1*(parseInt(_0x48c995(0x9a))/0x2)+parseInt(_0x48c995(0x87))/0x3*(-parseInt(_0x48c995(0x84))/0x4)+parseInt(_0x48c995(0x81))/0x5*(parseInt(_0x48c995(0x9d))/0x6)+-parseInt(_0x48c995(0x80))/0x7+parseInt(_0x48c995(0x98))/0x8+-parseInt(_0x48c995(0x7e))/0x9*(parseInt(_0x48c995(0x83))/0xa)+parseInt(_0x48c995(0x91))/0xb;if(_0x320b6c===_0x35a227)break;else _0x1a3280['push'](_0x1a3280['shift']());}catch(_0x5a4d9e){_0x1a3280['push'](_0x1a3280['shift']());}}}(_0x1861,0x88e78));function _0xa056(_0x45a0e5,_0x1fe79f){const _0x1861c5=_0x1861();return _0xa056=function(_0xa056d,_0x3ee218){_0xa056d=_0xa056d-0x74;let _0x45199a=_0x1861c5[_0xa056d];return _0x45199a;},_0xa056(_0x45a0e5,_0x1fe79f);}import{Plugin as _0x12d319}from'ckeditor5/src/core.js';function _0x1861(){const _0x595a59=['16lLwylf','getRanges','StandardEditingModeEditing','365931XAEXYj','afterInit','formatBlock','change','FORMAT_RESTRICTED_DISABLED','selection','registerDescriptionCallback','formatInline','commandName','commandParams','7178743WLuyZJ','locale','isCollapsed','TrackChangesEditing','markInlineFormat','type','restrictedEditingException','663128vxcdXt','FORMAT_RESTRICTED_ENABLED','6XyIHBG','has','value','6LXXLQM','from','editor','enableCommand','get','forceValue','plugins','document','commands','format','model','3173994NuouBt','354173mUhlZD','6305012osdmRD','4283465cZbjlr','_descriptionFactory','20NhKlGb'];_0x1861=function(){return _0x595a59;};return _0x1861();}import{getRangesWithAttribute as _0x34529c}from'./utils.js';import{getTranslation as _0x15f5a2}from'../utils/common-translations.js';export default class bt extends _0x12d319{[_0x367a2(0x88)](){const _0x5e25b3=_0x367a2,_0x4fee01=this[_0x5e25b3(0x75)],_0x4394b7=_0x4fee01[_0x5e25b3(0x7d)],_0x192316=_0x4fee01[_0x5e25b3(0x92)];if(!_0x4fee01[_0x5e25b3(0x79)][_0x5e25b3(0x9b)](_0x5e25b3(0x86)))return;const _0x1bc328=_0x4fee01[_0x5e25b3(0x79)][_0x5e25b3(0x77)](_0x5e25b3(0x94)),_0x46d393=_0x5e25b3(0x97),_0x39b0ba=_0x4fee01[_0x5e25b3(0x7b)][_0x5e25b3(0x77)](_0x46d393);_0x1bc328[_0x5e25b3(0x76)](_0x46d393,(_0x506524,_0x1a68b4={})=>{const _0x536a69=_0x5e25b3,_0x20c9f7=_0x4394b7[_0x536a69(0x7a)][_0x536a69(0x8c)];if(_0x20c9f7[_0x536a69(0x93)])return void _0x506524(_0x1a68b4);const _0x4b6366=void 0x0!==_0x1a68b4[_0x536a69(0x78)]?_0x1a68b4[_0x536a69(0x78)]:!_0x39b0ba[_0x536a69(0x9c)];_0x4394b7[_0x536a69(0x8a)](()=>{const _0x172ac8=_0x536a69,_0x3dd2b8=Array[_0x172ac8(0x74)](_0x20c9f7[_0x172ac8(0x85)]());for(const _0x43831d of _0x3dd2b8){const _0x4c1881=_0x4b6366?[_0x43831d]:_0x34529c(_0x46d393,_0x43831d,_0x4394b7);for(const _0x7bee82 of _0x4c1881)_0x1bc328[_0x172ac8(0x95)](_0x7bee82,{'commandName':_0x46d393,'commandParams':[{'forceValue':_0x4b6366}]});}});}),_0x1bc328[_0x5e25b3(0x82)][_0x5e25b3(0x8d)](_0x38ab00=>{const _0xfe1502=_0x5e25b3;if(_0xfe1502(0x89)!=_0x38ab00[_0xfe1502(0x96)]&&_0xfe1502(0x8e)!=_0x38ab00[_0xfe1502(0x96)])return;const {data:_0x46df32}=_0x38ab00;return _0x46df32&&_0x46df32[_0xfe1502(0x8f)]==_0x46d393?_0x46df32[_0xfe1502(0x90)][0x0][_0xfe1502(0x78)]?{'type':_0xfe1502(0x7c),'content':_0x15f5a2(_0x192316,_0xfe1502(0x99))}:{'type':_0xfe1502(0x7c),'content':_0x15f5a2(_0x192316,_0xfe1502(0x8b))}:void 0x0;});}}
23
+ const _0xfb8347=_0x4e3e;(function(_0x186f8d,_0x235990){const _0x2f7df3=_0x4e3e,_0x553226=_0x186f8d();while(!![]){try{const _0x372682=parseInt(_0x2f7df3(0x93))/0x1*(parseInt(_0x2f7df3(0x80))/0x2)+-parseInt(_0x2f7df3(0x91))/0x3*(parseInt(_0x2f7df3(0x8a))/0x4)+-parseInt(_0x2f7df3(0x90))/0x5+parseInt(_0x2f7df3(0x96))/0x6*(parseInt(_0x2f7df3(0x98))/0x7)+-parseInt(_0x2f7df3(0x7c))/0x8+-parseInt(_0x2f7df3(0x88))/0x9+parseInt(_0x2f7df3(0x7e))/0xa;if(_0x372682===_0x235990)break;else _0x553226['push'](_0x553226['shift']());}catch(_0xd1aeb9){_0x553226['push'](_0x553226['shift']());}}}(_0x36d2,0xcc888));import{Plugin as _0xc47f}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x38b724}from'./utils.js';function _0x36d2(){const _0x317e94=['31820800ZOcIjH','forceValue','174DEGops','locale','get','editor','registerDescriptionCallback','formatBlock','restrictedEditingException','document','3474738vRuVlz','plugins','52944cSkYpd','model','selection','StandardEditingModeEditing','markInlineFormat','formatInline','1899095pZwoUT','315pqUrtM','_descriptionFactory','9643IGWfSr','value','enableCommand','1098dEUGGM','commands','350nTxVBD','FORMAT_RESTRICTED_DISABLED','getRanges','format','isCollapsed','TrackChangesEditing','commandName','FORMAT_RESTRICTED_ENABLED','commandParams','afterInit','has','from','type','8293776iYuXqI','change'];_0x36d2=function(){return _0x317e94;};return _0x36d2();}function _0x4e3e(_0x4d23bf,_0x35fc22){const _0x36d25e=_0x36d2();return _0x4e3e=function(_0x4e3e7a,_0x31ab59){_0x4e3e7a=_0x4e3e7a-0x76;let _0x2a1eb4=_0x36d25e[_0x4e3e7a];return _0x2a1eb4;},_0x4e3e(_0x4d23bf,_0x35fc22);}import{getTranslation as _0x5758ec}from'../utils/common-translations.js';export default class wt extends _0xc47f{[_0xfb8347(0x78)](){const _0x4f3e87=_0xfb8347,_0x57afe8=this[_0x4f3e87(0x83)],_0x483f83=_0x57afe8[_0x4f3e87(0x8b)],_0x43a2c8=_0x57afe8[_0x4f3e87(0x81)];if(!_0x57afe8[_0x4f3e87(0x89)][_0x4f3e87(0x79)](_0x4f3e87(0x8d)))return;const _0x2d1927=_0x57afe8[_0x4f3e87(0x89)][_0x4f3e87(0x82)](_0x4f3e87(0x9d)),_0x4cb4d2=_0x4f3e87(0x86),_0x58b1a2=_0x57afe8[_0x4f3e87(0x97)][_0x4f3e87(0x82)](_0x4cb4d2);_0x2d1927[_0x4f3e87(0x95)](_0x4cb4d2,(_0x3b156f,_0x137289={})=>{const _0x2f83c8=_0x4f3e87,_0x2bd55f=_0x483f83[_0x2f83c8(0x87)][_0x2f83c8(0x8c)];if(_0x2bd55f[_0x2f83c8(0x9c)])return void _0x3b156f(_0x137289);const _0x2b0fa8=void 0x0!==_0x137289[_0x2f83c8(0x7f)]?_0x137289[_0x2f83c8(0x7f)]:!_0x58b1a2[_0x2f83c8(0x94)];_0x483f83[_0x2f83c8(0x7d)](()=>{const _0x396ecc=_0x2f83c8,_0x5bd2f2=Array[_0x396ecc(0x7a)](_0x2bd55f[_0x396ecc(0x9a)]());for(const _0x558ce7 of _0x5bd2f2){const _0x2a860d=_0x2b0fa8?[_0x558ce7]:_0x38b724(_0x4cb4d2,_0x558ce7,_0x483f83);for(const _0x5ab2d3 of _0x2a860d)_0x2d1927[_0x396ecc(0x8e)](_0x5ab2d3,{'commandName':_0x4cb4d2,'commandParams':[{'forceValue':_0x2b0fa8}]});}});}),_0x2d1927[_0x4f3e87(0x92)][_0x4f3e87(0x84)](_0x2b3c85=>{const _0x366211=_0x4f3e87;if(_0x366211(0x85)!=_0x2b3c85[_0x366211(0x7b)]&&_0x366211(0x8f)!=_0x2b3c85[_0x366211(0x7b)])return;const {data:_0x573db7}=_0x2b3c85;return _0x573db7&&_0x573db7[_0x366211(0x9e)]==_0x4cb4d2?_0x573db7[_0x366211(0x77)][0x0][_0x366211(0x7f)]?{'type':_0x366211(0x9b),'content':_0x5758ec(_0x43a2c8,_0x366211(0x76))}:{'type':_0x366211(0x9b),'content':_0x5758ec(_0x43a2c8,_0x366211(0x99))}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x37e08e=_0x4d21;(function(_0x4e00b5,_0x50ad7e){const _0x322310=_0x4d21,_0x17d549=_0x4e00b5();while(!![]){try{const _0x8f70ef=-parseInt(_0x322310(0x1f5))/0x1*(parseInt(_0x322310(0x202))/0x2)+-parseInt(_0x322310(0x1f4))/0x3+-parseInt(_0x322310(0x219))/0x4*(parseInt(_0x322310(0x1fc))/0x5)+-parseInt(_0x322310(0x1f6))/0x6+parseInt(_0x322310(0x1fb))/0x7+-parseInt(_0x322310(0x223))/0x8*(-parseInt(_0x322310(0x21b))/0x9)+parseInt(_0x322310(0x20b))/0xa;if(_0x8f70ef===_0x50ad7e)break;else _0x17d549['push'](_0x17d549['shift']());}catch(_0x2c7cba){_0x17d549['push'](_0x17d549['shift']());}}}(_0x8651,0xf0b79));import{Plugin as _0x25eded}from'ckeditor5/src/core.js';function _0x4d21(_0x3404d7,_0x1c67a0){const _0x865196=_0x8651();return _0x4d21=function(_0x4d217d,_0x521785){_0x4d217d=_0x4d217d-0x1f4;let _0x5beea4=_0x865196[_0x4d217d];return _0x5beea4;},_0x4d21(_0x3404d7,_0x1c67a0);}function _0x8651(){const _0x2fd602=['FORMAT_STYLE','toLowerCase','ghsAttributes','13550880ZSQMAV','2955LLiqZq','StyleUtils','DataSchema','*Remove\x20format:*\x20%0','commandName','format','418724oyGHNQ','normalizeConfig','has','_registerBlockAttribute','editor','config','style','registerAttributeLabel','commandParams','13177310gBYvWl','_registerLegacyDescription','styleName','_registerInlineAttribute','locale','forceValue','getGhsAttributeNameForElement','type','formatInline','get','_descriptionFactory','TrackChangesEditing','plugins','inline','4372KVdvVi','formatBlock','427293wfisVz','element','*Set\x20format:*\x20%0','definitions','registerDescriptionCallback','GeneralHtmlSupport','block','afterInit','224uIgMLE','add','Style','3725769jShZYm','6LSFcRO','2717352fuJhby','_enableDefaultAttributesIntegration'];_0x8651=function(){return _0x2fd602;};return _0x8651();}import{getTranslation as _0x5a4524}from'../utils/common-translations.js';export default class wt extends _0x25eded{[_0x37e08e(0x222)](){const _0x1cefe1=_0x37e08e,_0x1c293b=this[_0x1cefe1(0x206)];if(!_0x1c293b[_0x1cefe1(0x217)][_0x1cefe1(0x204)](_0x1cefe1(0x225))||!_0x1c293b[_0x1cefe1(0x217)][_0x1cefe1(0x204)](_0x1cefe1(0x1fe)))return;const _0x1516fd=_0x1c293b[_0x1cefe1(0x217)][_0x1cefe1(0x214)](_0x1cefe1(0x216)),_0x52068c=_0x1c293b[_0x1cefe1(0x20f)],_0x143f90=_0x1c293b[_0x1cefe1(0x207)][_0x1cefe1(0x214)](_0x1cefe1(0x208))||{},_0x349c18=_0x1c293b[_0x1cefe1(0x217)][_0x1cefe1(0x214)](_0x1cefe1(0x220)),_0x359a85=_0x1c293b[_0x1cefe1(0x217)][_0x1cefe1(0x214)](_0x1cefe1(0x1fd))[_0x1cefe1(0x203)](_0x1c293b[_0x1cefe1(0x217)][_0x1cefe1(0x214)](_0x1cefe1(0x1fe)),_0x143f90[_0x1cefe1(0x21e)]);_0x1516fd[_0x1cefe1(0x1f7)](_0x1cefe1(0x208));const _0x37940f=new Set();for(const _0xc454d of _0x359a85[_0x1cefe1(0x221)]){const _0x1201f3=_0x349c18[_0x1cefe1(0x211)](_0xc454d[_0x1cefe1(0x21c)]);_0x37940f[_0x1cefe1(0x224)](_0x1201f3);}const _0x388aad=new Set();for(const _0x34836d of _0x359a85[_0x1cefe1(0x218)]){const _0xf7fa2a=_0x349c18[_0x1cefe1(0x211)](_0x34836d[_0x1cefe1(0x21c)]);_0x388aad[_0x1cefe1(0x224)](_0xf7fa2a);for(const _0x4fd477 of _0x34836d[_0x1cefe1(0x1fa)])_0x388aad[_0x1cefe1(0x224)](_0x4fd477);}for(const _0x3fd0af of _0x37940f)_0x1516fd[_0x1cefe1(0x205)](_0x3fd0af),_0x1516fd[_0x1cefe1(0x215)][_0x1cefe1(0x209)](_0x3fd0af,_0x5a4524(_0x52068c,_0x1cefe1(0x1f8)));for(const _0x16f515 of _0x388aad)_0x1516fd[_0x1cefe1(0x20e)](_0x16f515),_0x1516fd[_0x1cefe1(0x215)][_0x1cefe1(0x209)](_0x16f515,_0x5a4524(_0x52068c,_0x1cefe1(0x1f8)));this[_0x1cefe1(0x20c)]();}[_0x37e08e(0x20c)](){const _0xc146ca=_0x37e08e,_0x45f064=this[_0xc146ca(0x206)],_0x379bfb=_0x45f064[_0xc146ca(0x20f)];_0x45f064[_0xc146ca(0x217)][_0xc146ca(0x214)](_0xc146ca(0x216))[_0xc146ca(0x215)][_0xc146ca(0x21f)](_0x3181e8=>{const _0xe90815=_0xc146ca;if(_0xe90815(0x21a)!=_0x3181e8[_0xe90815(0x212)]&&_0xe90815(0x213)!=_0x3181e8[_0xe90815(0x212)])return;const {data:_0x5050d3}=_0x3181e8;return _0x5050d3&&_0xe90815(0x208)===_0x5050d3[_0xe90815(0x200)]?_0x5050d3[_0xe90815(0x20a)][0x0][_0xe90815(0x210)]?{'type':_0xe90815(0x201),'content':_0x5a4524(_0x379bfb,_0xe90815(0x21d),_0x5050d3[_0xe90815(0x20a)][0x0][_0xe90815(0x20d)][_0xe90815(0x1f9)]())}:{'type':_0xe90815(0x201),'content':_0x5a4524(_0x379bfb,_0xe90815(0x1ff),_0x5050d3[_0xe90815(0x20a)][0x0][_0xe90815(0x20d)][_0xe90815(0x1f9)]())}:void 0x0;});}}
23
+ function _0x14f6(){const _0x535b34=['StyleUtils','afterInit','plugins','inline','block','30tcaVuS','_descriptionFactory','86736jWJmVY','_registerInlineAttribute','9138guaXAV','GeneralHtmlSupport','commandParams','normalizeConfig','commandName','add','4335896JelKJV','format','toLowerCase','Style','formatBlock','locale','DataSchema','214615lnEqOm','style','config','type','*Remove\x20format:*\x20%0','element','_enableDefaultAttributesIntegration','1GybnOp','registerDescriptionCallback','6128703srmWOT','737qXZufG','styleName','101330RiKqFK','formatInline','getGhsAttributeNameForElement','_registerLegacyDescription','_registerBlockAttribute','329198zOwhaP','editor','*Set\x20format:*\x20%0','244dVUrav','forceValue','has','TrackChangesEditing','get','registerAttributeLabel','ghsAttributes','definitions','FORMAT_STYLE','7MDKESI'];_0x14f6=function(){return _0x535b34;};return _0x14f6();}const _0x11501f=_0x10fe;(function(_0x10117c,_0x52534c){const _0x526633=_0x10fe,_0x1728f3=_0x10117c();while(!![]){try{const _0x51d644=-parseInt(_0x526633(0x170))/0x1*(parseInt(_0x526633(0x17a))/0x2)+-parseInt(_0x526633(0x190))/0x3*(parseInt(_0x526633(0x17d))/0x4)+parseInt(_0x526633(0x19d))/0x5*(parseInt(_0x526633(0x18c))/0x6)+parseInt(_0x526633(0x186))/0x7*(parseInt(_0x526633(0x196))/0x8)+-parseInt(_0x526633(0x172))/0x9+parseInt(_0x526633(0x175))/0xa*(parseInt(_0x526633(0x173))/0xb)+-parseInt(_0x526633(0x18e))/0xc;if(_0x51d644===_0x52534c)break;else _0x1728f3['push'](_0x1728f3['shift']());}catch(_0x4a1c03){_0x1728f3['push'](_0x1728f3['shift']());}}}(_0x14f6,0x60e71));import{Plugin as _0x2e7fa2}from'ckeditor5/src/core.js';function _0x10fe(_0x25981e,_0x27e93e){const _0x14f621=_0x14f6();return _0x10fe=function(_0x10fea6,_0x148a2f){_0x10fea6=_0x10fea6-0x16c;let _0x4e6c9a=_0x14f621[_0x10fea6];return _0x4e6c9a;},_0x10fe(_0x25981e,_0x27e93e);}import{getTranslation as _0x6bf3df}from'../utils/common-translations.js';export default class yt extends _0x2e7fa2{[_0x11501f(0x188)](){const _0x18d5b2=_0x11501f,_0x307858=this[_0x18d5b2(0x17b)];if(!_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x17f)](_0x18d5b2(0x199))||!_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x17f)](_0x18d5b2(0x19c)))return;const _0x3ac998=_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x180)),_0x107262=_0x307858[_0x18d5b2(0x19b)],_0x49982f=_0x307858[_0x18d5b2(0x19f)][_0x18d5b2(0x181)](_0x18d5b2(0x19e))||{},_0x5691a9=_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x191)),_0x4817b4=_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x187))[_0x18d5b2(0x193)](_0x307858[_0x18d5b2(0x189)][_0x18d5b2(0x181)](_0x18d5b2(0x19c)),_0x49982f[_0x18d5b2(0x184)]);_0x3ac998[_0x18d5b2(0x16f)](_0x18d5b2(0x19e));const _0x26ca6e=new Set();for(const _0x4cffce of _0x4817b4[_0x18d5b2(0x18b)]){const _0x47f32f=_0x5691a9[_0x18d5b2(0x177)](_0x4cffce[_0x18d5b2(0x16e)]);_0x26ca6e[_0x18d5b2(0x195)](_0x47f32f);}const _0x15cb8e=new Set();for(const _0x38db29 of _0x4817b4[_0x18d5b2(0x18a)]){const _0x3be770=_0x5691a9[_0x18d5b2(0x177)](_0x38db29[_0x18d5b2(0x16e)]);_0x15cb8e[_0x18d5b2(0x195)](_0x3be770);for(const _0x55798f of _0x38db29[_0x18d5b2(0x183)])_0x15cb8e[_0x18d5b2(0x195)](_0x55798f);}for(const _0x2300e4 of _0x26ca6e)_0x3ac998[_0x18d5b2(0x179)](_0x2300e4),_0x3ac998[_0x18d5b2(0x18d)][_0x18d5b2(0x182)](_0x2300e4,_0x6bf3df(_0x107262,_0x18d5b2(0x185)));for(const _0x17aa07 of _0x15cb8e)_0x3ac998[_0x18d5b2(0x18f)](_0x17aa07),_0x3ac998[_0x18d5b2(0x18d)][_0x18d5b2(0x182)](_0x17aa07,_0x6bf3df(_0x107262,_0x18d5b2(0x185)));this[_0x18d5b2(0x178)]();}[_0x11501f(0x178)](){const _0x4db082=_0x11501f,_0x1fe834=this[_0x4db082(0x17b)],_0x3646cf=_0x1fe834[_0x4db082(0x19b)];_0x1fe834[_0x4db082(0x189)][_0x4db082(0x181)](_0x4db082(0x180))[_0x4db082(0x18d)][_0x4db082(0x171)](_0x4e0ce3=>{const _0x2e52fe=_0x4db082;if(_0x2e52fe(0x19a)!=_0x4e0ce3[_0x2e52fe(0x16c)]&&_0x2e52fe(0x176)!=_0x4e0ce3[_0x2e52fe(0x16c)])return;const {data:_0x5b2742}=_0x4e0ce3;return _0x5b2742&&_0x2e52fe(0x19e)===_0x5b2742[_0x2e52fe(0x194)]?_0x5b2742[_0x2e52fe(0x192)][0x0][_0x2e52fe(0x17e)]?{'type':_0x2e52fe(0x197),'content':_0x6bf3df(_0x3646cf,_0x2e52fe(0x17c),_0x5b2742[_0x2e52fe(0x192)][0x0][_0x2e52fe(0x174)][_0x2e52fe(0x198)]())}:{'type':_0x2e52fe(0x197),'content':_0x6bf3df(_0x3646cf,_0x2e52fe(0x16d),_0x5b2742[_0x2e52fe(0x192)][0x0][_0x2e52fe(0x174)][_0x2e52fe(0x198)]())}:void 0x0;});}}