@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231206.0 → 0.0.0-nightly-20231207.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 (161) 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/translations/ar.po +5 -5
  50. package/lang/translations/az.po +4 -4
  51. package/lang/translations/bg.po +5 -5
  52. package/lang/translations/bn.po +5 -5
  53. package/lang/translations/ca.po +5 -5
  54. package/lang/translations/cs.po +5 -5
  55. package/lang/translations/da.po +5 -5
  56. package/lang/translations/de.po +5 -5
  57. package/lang/translations/el.po +5 -5
  58. package/lang/translations/en-au.po +5 -5
  59. package/lang/translations/en.po +5 -5
  60. package/lang/translations/es.po +5 -5
  61. package/lang/translations/et.po +5 -5
  62. package/lang/translations/fi.po +5 -5
  63. package/lang/translations/fr.po +5 -5
  64. package/lang/translations/gl.po +36 -36
  65. package/lang/translations/he.po +5 -5
  66. package/lang/translations/hi.po +5 -5
  67. package/lang/translations/hr.po +5 -5
  68. package/lang/translations/hu.po +5 -5
  69. package/lang/translations/id.po +5 -5
  70. package/lang/translations/it.po +5 -5
  71. package/lang/translations/ja.po +5 -5
  72. package/lang/translations/ko.po +5 -5
  73. package/lang/translations/lt.po +5 -5
  74. package/lang/translations/lv.po +5 -5
  75. package/lang/translations/ms.po +5 -5
  76. package/lang/translations/nl.po +5 -5
  77. package/lang/translations/no.po +5 -5
  78. package/lang/translations/pl.po +5 -5
  79. package/lang/translations/pt-br.po +5 -5
  80. package/lang/translations/pt.po +5 -5
  81. package/lang/translations/ro.po +5 -5
  82. package/lang/translations/ru.po +5 -5
  83. package/lang/translations/sk.po +5 -5
  84. package/lang/translations/sq.po +4 -4
  85. package/lang/translations/sr-latn.po +24 -24
  86. package/lang/translations/sr.po +5 -5
  87. package/lang/translations/sv.po +5 -5
  88. package/lang/translations/th.po +5 -5
  89. package/lang/translations/tk.po +4 -4
  90. package/lang/translations/tr.po +5 -5
  91. package/lang/translations/tt.po +4 -4
  92. package/lang/translations/uk.po +5 -5
  93. package/lang/translations/ur.po +4 -4
  94. package/lang/translations/vi.po +5 -5
  95. package/lang/translations/zh-cn.po +5 -5
  96. package/lang/translations/zh.po +5 -5
  97. package/package.json +3 -3
  98. package/src/commands/acceptsuggestioncommand.js +1 -1
  99. package/src/commands/discardsuggestioncommand.js +1 -1
  100. package/src/commands/executeonallsuggestionscommand.js +1 -1
  101. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  102. package/src/commands/trackchangescommand.js +1 -1
  103. package/src/integrations/aiassistant.js +1 -1
  104. package/src/integrations/alignment.js +1 -1
  105. package/src/integrations/basicstyles.js +1 -1
  106. package/src/integrations/blockquote.js +1 -1
  107. package/src/integrations/ckbox.js +1 -1
  108. package/src/integrations/codeblock.js +1 -1
  109. package/src/integrations/comments.js +1 -1
  110. package/src/integrations/deletecommand.js +1 -1
  111. package/src/integrations/documentlist.js +1 -1
  112. package/src/integrations/documentlistproperties.js +1 -1
  113. package/src/integrations/entercommand.js +1 -1
  114. package/src/integrations/findandreplace.js +1 -1
  115. package/src/integrations/font.js +1 -1
  116. package/src/integrations/formatpainter.js +1 -1
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/imagestyle.js +1 -1
  124. package/src/integrations/importword.js +1 -1
  125. package/src/integrations/indent.js +1 -1
  126. package/src/integrations/inputcommand.js +1 -1
  127. package/src/integrations/link.js +1 -1
  128. package/src/integrations/list.js +1 -1
  129. package/src/integrations/listproperties.js +1 -1
  130. package/src/integrations/mediaembed.js +1 -1
  131. package/src/integrations/mention.js +1 -1
  132. package/src/integrations/pagebreak.js +1 -1
  133. package/src/integrations/paragraph.js +1 -1
  134. package/src/integrations/removeformat.js +1 -1
  135. package/src/integrations/restrictededitingmode.js +1 -1
  136. package/src/integrations/shiftentercommand.js +1 -1
  137. package/src/integrations/standardeditingmode.js +1 -1
  138. package/src/integrations/style.js +1 -1
  139. package/src/integrations/table.js +1 -1
  140. package/src/integrations/tablecaption.js +1 -1
  141. package/src/integrations/tableclipboard.js +1 -1
  142. package/src/integrations/tablecolumnresize.js +1 -1
  143. package/src/integrations/tableheadings.js +1 -1
  144. package/src/integrations/tablemergesplit.js +1 -1
  145. package/src/integrations/tableofcontents.js +1 -1
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.js +1 -1
  148. package/src/integrations/title.js +1 -1
  149. package/src/integrations/undo.js +1 -1
  150. package/src/integrations/utils.js +1 -1
  151. package/src/suggestion.js +1 -1
  152. package/src/suggestiondescriptionfactory.js +1 -1
  153. package/src/trackchanges.js +1 -1
  154. package/src/trackchangesdata.js +1 -1
  155. package/src/trackchangesediting.js +1 -1
  156. package/src/trackchangesui.js +1 -1
  157. package/src/ui/suggestioncontroller.js +1 -1
  158. package/src/ui/view/basesuggestionthreadview.js +1 -1
  159. package/src/ui/view/suggestionthreadview.js +1 -1
  160. package/src/utils/common-translations.js +1 -1
  161. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4be4=['listType','setSelection','createPositionAt','previousSibling','multipleBlocks','splitListItemAfter','markBlockFormat','getAttribute','*Format:*\x20insert\x20into\x20%0','getFirstRange','hasAttribute','selection','config','parent','model','ELEMENT_NUMBERED_LIST','accept','push','list.multiBlock','has','value','fromRange','isFirstBlockOfListItem','mergeListItemBackward','findIndex','execute','isObject','locale','ELEMENT_LIST_ITEM','registerDescriptionCallback','document','getSelectedBlocks','splitListItemBefore','next','nodeAfter','commandName','_LIST','*Format:*\x20remove\x20from\x20%0','*Outdent:*\x20%0','numberedList','createRange','formatBlock','detach','get','nextSibling','paragraph','commandParams','registerCustomCallback','*Change\x20to:*\x20%0','bulletedList','start','afterInit','deletion','indentList','type','outdentList','length','schema','_descriptionFactory','plugins','end','enableCommand','slice','documentList','from','listIndent','add','map','ELEMENT_BULLETED_LIST','format','markMultiRangeBlockFormat','ELEMENT_','before','getRanges','listItemId','toUpperCase','commands','editor','change'];(function(_0x3b0caf,_0x4be411){const _0xa46e90=function(_0x555629){while(--_0x555629){_0x3b0caf['push'](_0x3b0caf['shift']());}};_0xa46e90(++_0x4be411);}(_0x4be4,0x15c));const _0xa46e=function(_0x3b0caf,_0x4be411){_0x3b0caf=_0x3b0caf-0x0;let _0xa46e90=_0x4be4[_0x3b0caf];return _0xa46e90;};import{Plugin as _0x2ac8f0}from'ckeditor5/src/core';import{getTranslation as _0x368c3f}from'../utils/common-translations';import{LiveRange as _0x4f2f0b}from'ckeditor5/src/engine';export default class q extends _0x2ac8f0{[_0xa46e('0x13')](){const _0x2f01ff=this[_0xa46e('0x2d')];if(!_0x2f01ff['plugins'][_0xa46e('0x42')]('DocumentListEditing'))return;const _0x3b28ed=_0x2f01ff[_0xa46e('0x4a')],_0xc690f2=_0x2f01ff['plugins'][_0xa46e('0xb')]('TrackChangesEditing'),_0xe2718f=_0x2f01ff[_0xa46e('0x1b')][_0xa46e('0xb')]('DocumentListUtils');function _0x21df50(_0x1efb71){return()=>{const _0x39d8ef=_0x2f01ff['commands'][_0xa46e('0xb')](_0x1efb71);if(_0x39d8ef[_0xa46e('0x43')]&&!_0x2f01ff[_0xa46e('0x3b')][_0xa46e('0xb')](_0xa46e('0x41')))return void _0x2f01ff['execute'](_0xa46e('0xd'),{});let _0x30b26a=Array[_0xa46e('0x20')](_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x4d')]['selection'][_0xa46e('0x4e')]());if(_0x1e7594(_0x1efb71)){_0x30b26a=_0xe2718f['expandListBlocksToCompleteList'](_0x30b26a);const _0xf1a9c7=[];for(const _0x2ff71e of _0x30b26a)_0xe2718f[_0xa46e('0x45')](_0x2ff71e)&&_0xf1a9c7[_0xa46e('0x40')](_0x2ff71e);_0x30b26a=_0xf1a9c7;}_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x2e')](()=>{_0xc690f2[_0xa46e('0x26')](_0x30b26a,{'commandName':_0x1efb71,'commandParams':[{'forceValue':!_0x39d8ef[_0xa46e('0x43')]}],'formatGroupId':_0xa46e('0x2f')},[],_0xa46e('0x1f'));});};}function _0x7ec56f(_0x20e643){return()=>{const _0x36cff1=function(_0x1da9b6){let _0x36152f=Array[_0xa46e('0x20')](_0x1da9b6);const _0x5859f1=_0x36152f[_0xa46e('0x47')](_0x295866=>!_0x295866[_0xa46e('0x39')](_0xa46e('0x2a')));return _0x5859f1>-0x1&&(_0x36152f=_0x36152f[_0xa46e('0x1e')](0x0,_0x5859f1)),_0x36152f;}(_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x4d')]['selection'][_0xa46e('0x4e')]()),_0x21c103=_0x36cff1[_0x36cff1[_0xa46e('0x18')]-0x1],_0x3dd17e=_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x19')][_0xa46e('0x49')](_0x21c103)?'after':'end',_0x2de758=_0x2f01ff[_0xa46e('0x3d')]['createRange'](_0x2f01ff['model']['createPositionAt'](_0x36cff1[0x0],_0xa46e('0x28')),_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x31')](_0x21c103,_0x3dd17e));_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x2e')](()=>{_0xc690f2[_0xa46e('0x35')](_0x2de758,{'commandName':_0x20e643,'commandParams':[],'formatGroupId':_0xa46e('0x2f')},function(_0x4c497a){const _0x45c42a=new Set();for(const _0x192874 of _0x4c497a){let _0x17adef=_0x192874[_0xa46e('0xc')];for(;_0x17adef&&_0x17adef['getAttribute']('listIndent')>_0x192874[_0xa46e('0x36')](_0xa46e('0x21'));)_0x45c42a[_0xa46e('0x22')](_0x17adef),_0x17adef=_0x17adef[_0xa46e('0xc')];}return Array[_0xa46e('0x20')](_0x45c42a);}(_0x36cff1));});};}function _0x5472ba(_0x2bcfe2){return()=>{const _0x2aa526=_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x4d')][_0xa46e('0x3a')][_0xa46e('0x4e')]()[_0xa46e('0x1')]()[_0xa46e('0x43')],_0x44b7be=_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x31')](_0x2aa526,'before'),_0x13a207=_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x31')](_0x2aa526,0x0),_0x42b8e4=_0x2f01ff['model']['createRange'](_0x44b7be,_0x13a207);_0x2f01ff[_0xa46e('0x3d')]['change'](()=>{_0xc690f2[_0xa46e('0x35')](_0x42b8e4,{'commandName':_0x2bcfe2,'commandParams':[],'formatGroupId':_0xa46e('0x2f')});});};}function _0x1e7594(_0x5bc8d4){const _0x2f0f89=_0x2f01ff[_0xa46e('0x2c')][_0xa46e('0xb')](_0xa46e('0x11'))['value'],_0xe4e34b=_0x2f01ff[_0xa46e('0x2c')][_0xa46e('0xb')](_0xa46e('0x7'))[_0xa46e('0x43')];return _0xa46e('0x7')===_0x5bc8d4?_0x2f0f89:_0xe4e34b;}_0xc690f2[_0xa46e('0x1d')](_0xa46e('0x7'),_0x21df50('numberedList')),_0xc690f2[_0xa46e('0x1d')](_0xa46e('0x11'),_0x21df50(_0xa46e('0x11'))),_0xc690f2[_0xa46e('0x1d')](_0xa46e('0x15'),_0x7ec56f(_0xa46e('0x15'))),_0xc690f2[_0xa46e('0x1d')](_0xa46e('0x17'),_0x7ec56f('outdentList')),_0xc690f2[_0xa46e('0x1d')](_0xa46e('0x34'),_0x5472ba(_0xa46e('0x34'))),_0xc690f2[_0xa46e('0x1d')]('splitListItemBefore',_0x5472ba(_0xa46e('0x0'))),_0xc690f2[_0xa46e('0x1a')]['registerElementLabel'](function(_0x5f5dd1){const _0x2c08d9=!_0x2f01ff['model'][_0xa46e('0x19')][_0xa46e('0x49')](_0x5f5dd1),_0x56cbda=_0x5f5dd1[_0xa46e('0x32')],_0x361e8a=_0x5f5dd1[_0xa46e('0xc')],_0x105a30=_0x5f5dd1['getAttribute'](_0xa46e('0x2a')),_0x61338=!_0x56cbda||_0x56cbda[_0xa46e('0x36')](_0xa46e('0x2a'))!==_0x105a30,_0x2116bb=!_0x361e8a||_0x361e8a['getAttribute'](_0xa46e('0x2a'))!==_0x105a30;return _0x2c08d9&&Boolean(_0x105a30)&&_0x61338&&_0x2116bb;},_0x2ec02d=>_0x368c3f(_0x3b28ed,_0xa46e('0x4b'),_0x2ec02d)),_0xc690f2[_0xa46e('0x1a')][_0xa46e('0x4c')](function(_0x41b4f9){if(_0xa46e('0x9')!=_0x41b4f9[_0xa46e('0x16')]&&'formatInline'!=_0x41b4f9[_0xa46e('0x16')])return;const {data:_0x3e872d}=_0x41b4f9;if(!_0x3e872d)return;let _0x5f573f,_0x2531b9,_0x2fd2c2,_0x359e18;switch(_0x3e872d[_0xa46e('0x3')]){case _0xa46e('0x11'):_0x2fd2c2=_0x3e872d[_0xa46e('0xe')][0x0]['forceValue'],_0x359e18=_0x1e7594(_0x3e872d['commandName']),_0x5f573f=_0x2fd2c2?'*Format:*\x20insert\x20into\x20%0':_0xa46e('0x5'),!_0x359e18&&_0x2f01ff[_0xa46e('0x3b')][_0xa46e('0xb')](_0xa46e('0x41'))||(_0x5f573f=_0xa46e('0x10')),_0x2531b9={'type':_0xa46e('0x25'),'content':_0x368c3f(_0x3b28ed,_0x5f573f,_0x368c3f(_0x3b28ed,_0xa46e('0x24')))};break;case'numberedList':_0x2fd2c2=_0x3e872d['commandParams'][0x0]['forceValue'],_0x359e18=_0x1e7594(_0x3e872d[_0xa46e('0x3')]),_0x5f573f=_0x2fd2c2?_0xa46e('0x37'):_0xa46e('0x5'),!_0x359e18&&_0x2f01ff[_0xa46e('0x3b')]['get'](_0xa46e('0x41'))||(_0x5f573f=_0xa46e('0x10')),_0x2531b9={'type':'format','content':_0x368c3f(_0x3b28ed,_0x5f573f,_0x368c3f(_0x3b28ed,_0xa46e('0x3e')))};break;case'indentList':_0x5f573f='*Indent:*\x20%0',_0x2531b9={'type':_0xa46e('0x25'),'content':_0x368c3f(_0x3b28ed,_0x5f573f,_0x368c3f(_0x3b28ed,'ELEMENT_LIST_ITEM'))};break;case _0xa46e('0x17'):_0x5f573f=function(_0x433bb8){const _0x58fd90=_0x433bb8[_0xa46e('0x38')]();let _0x3c21f4=_0x58fd90[_0xa46e('0x12')]['nodeAfter'];for(;_0x3c21f4&&_0x58fd90['containsItem'](_0x3c21f4);){if(_0x3c21f4['getAttribute'](_0xa46e('0x21'))>0x0)return!0x1;_0x3c21f4=_0x3c21f4[_0xa46e('0xc')];}return!0x0;}(_0x41b4f9)?_0x368c3f(_0x3b28ed,_0xa46e('0x5'),_0x368c3f(_0x3b28ed,function(_0x47219b){const _0x2eb431=_0x47219b[_0xa46e('0x38')]()[_0xa46e('0x12')]['nodeAfter'];return _0xa46e('0x27')+_0x2eb431[_0xa46e('0x36')](_0xa46e('0x2f'))[_0xa46e('0x2b')]()+_0xa46e('0x4');}(_0x41b4f9))):_0x368c3f(_0x3b28ed,_0xa46e('0x6'),_0x368c3f(_0x3b28ed,_0xa46e('0x4b'))),_0x2531b9={'type':'format','content':_0x5f573f};break;case _0xa46e('0x46'):case'mergeListItemForward':!0x1===_0x3e872d[_0xa46e('0x33')]&&(_0x5f573f='*Merge:*\x20%0',_0x2531b9={'type':_0xa46e('0x14'),'content':_0x368c3f(_0x3b28ed,_0x5f573f,_0x368c3f(_0x3b28ed,_0xa46e('0x4b')))});}return _0x2531b9;}),_0xc690f2['_suggestionFactory'][_0xa46e('0xf')]('formatBlock',_0xa46e('0x1f'),_0xa46e('0x3f'),function(_0x4ee3f6,_0x48af94){const _0x25bf22=[];for(let _0x1bd236 of _0x4ee3f6)_0x1bd236[_0xa46e('0x12')]['nodeAfter']===_0x1bd236[_0xa46e('0x1c')][_0xa46e('0x3c')]&&(_0x1bd236=_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x8')](_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x31')](_0x1bd236[_0xa46e('0x12')][_0xa46e('0x2')],0x0))),_0x25bf22[_0xa46e('0x40')](_0x1bd236);_0x2f01ff['model'][_0xa46e('0x2e')](_0x2382ed=>{const _0x1bb8d0=_0x2f01ff[_0xa46e('0x3d')][_0xa46e('0x4d')]['selection'],_0xbe8207=Array[_0xa46e('0x20')](_0x1bb8d0[_0xa46e('0x29')]())[_0xa46e('0x23')](_0x10a3f9=>_0x4f2f0b[_0xa46e('0x44')](_0x10a3f9));_0x2382ed[_0xa46e('0x30')](_0x25bf22),_0x2f01ff[_0xa46e('0x2c')]['get'](_0x48af94[_0xa46e('0x3')])['refresh'](),_0x48af94[_0xa46e('0xe')][_0xa46e('0x40')]({'forceDefaultExecution':!0x0}),_0x2f01ff[_0xa46e('0x48')](_0x48af94[_0xa46e('0x3')],..._0x48af94[_0xa46e('0xe')]),_0x2382ed[_0xa46e('0x30')](_0xbe8207);for(const _0x372649 of _0xbe8207)_0x372649[_0xa46e('0xa')]();});});}}
23
+ const _0xd783=['createPositionAt','nodeAfter','listIndent','toUpperCase','indentList','markBlockFormat','outdentList','enableCommand','*Merge:*\x20%0','execute','bulletedList','slice','commandParams','get','config','getRanges','editor','after','hasAttribute','*Change\x20to:*\x20%0','paragraph','registerElementLabel','numberedList','fromRange','containsItem','registerDescriptionCallback','ELEMENT_','ELEMENT_LIST_ITEM','list.multiBlock','nextSibling','length','format','listType','start','change','model','plugins','before','createRange','registerCustomCallback','next','mergeListItemBackward','getAttribute','*Outdent:*\x20%0','setSelection','documentList','has','end','from','document','value','getFirstRange','detach','getSelectedBlocks','expandListBlocksToCompleteList','mergeListItemForward','_descriptionFactory','isFirstBlockOfListItem','DocumentListEditing','formatInline','deletion','forceValue','push','listItemId','commands','commandName','*Format:*\x20remove\x20from\x20%0','findIndex','TrackChangesEditing','selection','isObject','*Format:*\x20insert\x20into\x20%0','parent','_LIST','formatBlock','splitListItemBefore'];(function(_0x46459f,_0xd783d0){const _0x5e3696=function(_0x220800){while(--_0x220800){_0x46459f['push'](_0x46459f['shift']());}};_0x5e3696(++_0xd783d0);}(_0xd783,0x18b));const _0x5e36=function(_0x46459f,_0xd783d0){_0x46459f=_0x46459f-0x0;let _0x5e3696=_0xd783[_0x46459f];return _0x5e3696;};import{Plugin as _0x441c51}from'ckeditor5/src/core';import{getTranslation as _0x218de4}from'../utils/common-translations';import{LiveRange as _0x2a4ab7}from'ckeditor5/src/engine';export default class q extends _0x441c51{['afterInit'](){const _0x54cd28=this[_0x5e36('0x1')];if(!_0x54cd28['plugins'][_0x5e36('0x1f')](_0x5e36('0x2b')))return;const _0x28905d=_0x54cd28['locale'],_0x4ba6c0=_0x54cd28[_0x5e36('0x15')][_0x5e36('0x4a')](_0x5e36('0x35')),_0xff650c=_0x54cd28[_0x5e36('0x15')][_0x5e36('0x4a')]('DocumentListUtils');function _0x3a33f4(_0x874d27){return()=>{const _0x7fdd95=_0x54cd28[_0x5e36('0x31')][_0x5e36('0x4a')](_0x874d27);if(_0x7fdd95['value']&&!_0x54cd28[_0x5e36('0x4b')][_0x5e36('0x4a')](_0x5e36('0xd')))return void _0x54cd28[_0x5e36('0x46')](_0x5e36('0x5'),{});let _0x2a586b=Array['from'](_0x54cd28['model']['document']['selection'][_0x5e36('0x26')]());if(_0x46af7d(_0x874d27)){_0x2a586b=_0xff650c[_0x5e36('0x27')](_0x2a586b);const _0x329494=[];for(const _0x3b85e1 of _0x2a586b)_0xff650c[_0x5e36('0x2a')](_0x3b85e1)&&_0x329494['push'](_0x3b85e1);_0x2a586b=_0x329494;}_0x54cd28[_0x5e36('0x14')][_0x5e36('0x13')](()=>{_0x4ba6c0['markMultiRangeBlockFormat'](_0x2a586b,{'commandName':_0x874d27,'commandParams':[{'forceValue':!_0x7fdd95[_0x5e36('0x23')]}],'formatGroupId':_0x5e36('0x11')},[],_0x5e36('0x1e'));});};}function _0x22d9be(_0x52c8e4){return()=>{const _0x2e098f=function(_0x2b6419){let _0x302867=Array[_0x5e36('0x21')](_0x2b6419);const _0x4ce6ed=_0x302867[_0x5e36('0x34')](_0x57fbfb=>!_0x57fbfb[_0x5e36('0x3')]('listItemId'));return _0x4ce6ed>-0x1&&(_0x302867=_0x302867[_0x5e36('0x48')](0x0,_0x4ce6ed)),_0x302867;}(_0x54cd28['model'][_0x5e36('0x22')][_0x5e36('0x36')][_0x5e36('0x26')]()),_0x315434=_0x2e098f[_0x2e098f[_0x5e36('0xf')]-0x1],_0x23f357=_0x54cd28[_0x5e36('0x14')]['schema'][_0x5e36('0x37')](_0x315434)?_0x5e36('0x2'):'end',_0x10f5b0=_0x54cd28[_0x5e36('0x14')]['createRange'](_0x54cd28[_0x5e36('0x14')]['createPositionAt'](_0x2e098f[0x0],'before'),_0x54cd28[_0x5e36('0x14')][_0x5e36('0x3d')](_0x315434,_0x23f357));_0x54cd28[_0x5e36('0x14')][_0x5e36('0x13')](()=>{_0x4ba6c0[_0x5e36('0x42')](_0x10f5b0,{'commandName':_0x52c8e4,'commandParams':[],'formatGroupId':_0x5e36('0x11')},function(_0x5decbb){const _0x2faa8c=new Set();for(const _0x550d56 of _0x5decbb){let _0x52450f=_0x550d56[_0x5e36('0xe')];for(;_0x52450f&&_0x52450f[_0x5e36('0x1b')](_0x5e36('0x3f'))>_0x550d56[_0x5e36('0x1b')](_0x5e36('0x3f'));)_0x2faa8c['add'](_0x52450f),_0x52450f=_0x52450f[_0x5e36('0xe')];}return Array[_0x5e36('0x21')](_0x2faa8c);}(_0x2e098f));});};}function _0x546859(_0x254eea){return()=>{const _0x5b2b00=_0x54cd28[_0x5e36('0x14')][_0x5e36('0x22')][_0x5e36('0x36')][_0x5e36('0x26')]()[_0x5e36('0x19')]()[_0x5e36('0x23')],_0x459c8e=_0x54cd28[_0x5e36('0x14')][_0x5e36('0x3d')](_0x5b2b00,_0x5e36('0x16')),_0x1efa44=_0x54cd28['model'][_0x5e36('0x3d')](_0x5b2b00,0x0),_0x2881e6=_0x54cd28[_0x5e36('0x14')][_0x5e36('0x17')](_0x459c8e,_0x1efa44);_0x54cd28[_0x5e36('0x14')][_0x5e36('0x13')](()=>{_0x4ba6c0[_0x5e36('0x42')](_0x2881e6,{'commandName':_0x254eea,'commandParams':[],'formatGroupId':_0x5e36('0x11')});});};}function _0x46af7d(_0x392afd){const _0x309adf=_0x54cd28[_0x5e36('0x31')][_0x5e36('0x4a')](_0x5e36('0x47'))[_0x5e36('0x23')],_0x4eadec=_0x54cd28[_0x5e36('0x31')][_0x5e36('0x4a')](_0x5e36('0x7'))[_0x5e36('0x23')];return _0x5e36('0x7')===_0x392afd?_0x309adf:_0x4eadec;}_0x4ba6c0[_0x5e36('0x44')]('numberedList',_0x3a33f4('numberedList')),_0x4ba6c0['enableCommand'](_0x5e36('0x47'),_0x3a33f4(_0x5e36('0x47'))),_0x4ba6c0[_0x5e36('0x44')](_0x5e36('0x41'),_0x22d9be('indentList')),_0x4ba6c0['enableCommand'](_0x5e36('0x43'),_0x22d9be(_0x5e36('0x43'))),_0x4ba6c0[_0x5e36('0x44')]('splitListItemAfter',_0x546859('splitListItemAfter')),_0x4ba6c0[_0x5e36('0x44')](_0x5e36('0x3c'),_0x546859('splitListItemBefore')),_0x4ba6c0[_0x5e36('0x29')][_0x5e36('0x6')](function(_0x1fdb3c){const _0x1110c0=!_0x54cd28[_0x5e36('0x14')]['schema'][_0x5e36('0x37')](_0x1fdb3c),_0x419b64=_0x1fdb3c['previousSibling'],_0x9f139d=_0x1fdb3c['nextSibling'],_0x321a17=_0x1fdb3c[_0x5e36('0x1b')]('listItemId'),_0x23fa3e=!_0x419b64||_0x419b64[_0x5e36('0x1b')](_0x5e36('0x30'))!==_0x321a17,_0xe7964=!_0x9f139d||_0x9f139d[_0x5e36('0x1b')](_0x5e36('0x30'))!==_0x321a17;return _0x1110c0&&Boolean(_0x321a17)&&_0x23fa3e&&_0xe7964;},_0x5e4bbf=>_0x218de4(_0x28905d,_0x5e36('0xc'),_0x5e4bbf)),_0x4ba6c0[_0x5e36('0x29')][_0x5e36('0xa')](function(_0x3db61d){if(_0x5e36('0x3b')!=_0x3db61d['type']&&_0x5e36('0x2c')!=_0x3db61d['type'])return;const {data:_0x36c7a3}=_0x3db61d;if(!_0x36c7a3)return;let _0x53e24d,_0x3e605a,_0x3726a6,_0x4a17c2;switch(_0x36c7a3['commandName']){case _0x5e36('0x47'):_0x3726a6=_0x36c7a3[_0x5e36('0x49')][0x0][_0x5e36('0x2e')],_0x4a17c2=_0x46af7d(_0x36c7a3['commandName']),_0x53e24d=_0x3726a6?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4a17c2&&_0x54cd28['config'][_0x5e36('0x4a')](_0x5e36('0xd'))||(_0x53e24d=_0x5e36('0x4')),_0x3e605a={'type':_0x5e36('0x10'),'content':_0x218de4(_0x28905d,_0x53e24d,_0x218de4(_0x28905d,'ELEMENT_BULLETED_LIST'))};break;case _0x5e36('0x7'):_0x3726a6=_0x36c7a3[_0x5e36('0x49')][0x0][_0x5e36('0x2e')],_0x4a17c2=_0x46af7d(_0x36c7a3[_0x5e36('0x32')]),_0x53e24d=_0x3726a6?_0x5e36('0x38'):_0x5e36('0x33'),!_0x4a17c2&&_0x54cd28[_0x5e36('0x4b')][_0x5e36('0x4a')]('list.multiBlock')||(_0x53e24d=_0x5e36('0x4')),_0x3e605a={'type':_0x5e36('0x10'),'content':_0x218de4(_0x28905d,_0x53e24d,_0x218de4(_0x28905d,'ELEMENT_NUMBERED_LIST'))};break;case _0x5e36('0x41'):_0x53e24d='*Indent:*\x20%0',_0x3e605a={'type':_0x5e36('0x10'),'content':_0x218de4(_0x28905d,_0x53e24d,_0x218de4(_0x28905d,_0x5e36('0xc')))};break;case'outdentList':_0x53e24d=function(_0x1d89af){const _0x5e76ff=_0x1d89af[_0x5e36('0x24')]();let _0x11ed9e=_0x5e76ff[_0x5e36('0x12')][_0x5e36('0x3e')];for(;_0x11ed9e&&_0x5e76ff[_0x5e36('0x9')](_0x11ed9e);){if(_0x11ed9e['getAttribute'](_0x5e36('0x3f'))>0x0)return!0x1;_0x11ed9e=_0x11ed9e[_0x5e36('0xe')];}return!0x0;}(_0x3db61d)?_0x218de4(_0x28905d,_0x5e36('0x33'),_0x218de4(_0x28905d,function(_0x556943){const _0x31b98d=_0x556943[_0x5e36('0x24')]()[_0x5e36('0x12')][_0x5e36('0x3e')];return _0x5e36('0xb')+_0x31b98d[_0x5e36('0x1b')](_0x5e36('0x11'))[_0x5e36('0x40')]()+_0x5e36('0x3a');}(_0x3db61d))):_0x218de4(_0x28905d,_0x5e36('0x1c'),_0x218de4(_0x28905d,_0x5e36('0xc'))),_0x3e605a={'type':_0x5e36('0x10'),'content':_0x53e24d};break;case _0x5e36('0x1a'):case _0x5e36('0x28'):!0x1===_0x36c7a3['multipleBlocks']&&(_0x53e24d=_0x5e36('0x45'),_0x3e605a={'type':_0x5e36('0x2d'),'content':_0x218de4(_0x28905d,_0x53e24d,_0x218de4(_0x28905d,_0x5e36('0xc')))});}return _0x3e605a;}),_0x4ba6c0['_suggestionFactory'][_0x5e36('0x18')](_0x5e36('0x3b'),_0x5e36('0x1e'),'accept',function(_0x425f31,_0x54fdec){const _0x24d587=[];for(let _0xa2cfcd of _0x425f31)_0xa2cfcd[_0x5e36('0x12')][_0x5e36('0x3e')]===_0xa2cfcd[_0x5e36('0x20')][_0x5e36('0x39')]&&(_0xa2cfcd=_0x54cd28['model'][_0x5e36('0x17')](_0x54cd28[_0x5e36('0x14')]['createPositionAt'](_0xa2cfcd[_0x5e36('0x12')]['nodeAfter'],0x0))),_0x24d587[_0x5e36('0x2f')](_0xa2cfcd);_0x54cd28[_0x5e36('0x14')][_0x5e36('0x13')](_0x4f2af8=>{const _0x522923=_0x54cd28[_0x5e36('0x14')]['document'][_0x5e36('0x36')],_0x138905=Array[_0x5e36('0x21')](_0x522923[_0x5e36('0x0')]())['map'](_0x1cc79c=>_0x2a4ab7[_0x5e36('0x8')](_0x1cc79c));_0x4f2af8[_0x5e36('0x1d')](_0x24d587),_0x54cd28[_0x5e36('0x31')][_0x5e36('0x4a')](_0x54fdec[_0x5e36('0x32')])['refresh'](),_0x54fdec['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x54cd28[_0x5e36('0x46')](_0x54fdec['commandName'],..._0x54fdec['commandParams']),_0x4f2af8['setSelection'](_0x138905);for(const _0x4ae077 of _0x138905)_0x4ae077[_0x5e36('0x25')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x565b=['toUpperCase','*Format:*\x20set\x20start\x20index\x20to\x20%0','DocumentListUtils','isListItemBlock','filter','document','startIndex','locale','formatBlock','_getSuggestionBlocksForListStyle','listType','*Change\x20to:*\x20%0','push','handleListReversedCommand','listReversed','reversed','change','listStart','handleDescriptions','DocumentListPropertiesUtils','list.properties','model','numbered','commandName','editor','markMultiRangeBlockFormat','from','config','ELEMENT_','plugins','commandParams','enableCommand','getListTypeFromListStyleType','TrackChangesEditing','handleListStyleCommand','selection','*Format:*\x20set\x20order\x20to\x20regular','handleListStartCommand','type','getSelectedBlocks','replace','expandListBlocksToCompleteList','_getSuggestionBlocks','bind','format','registerDescriptionCallback','formatInline','get','length','_LIST_','listStyle','getAttribute','*Format:*\x20set\x20order\x20to\x20reversed'];(function(_0x10f664,_0x565bb6){const _0x440499=function(_0x5d3830){while(--_0x5d3830){_0x10f664['push'](_0x10f664['shift']());}};_0x440499(++_0x565bb6);}(_0x565b,0xab));const _0x4404=function(_0x10f664,_0x565bb6){_0x10f664=_0x10f664-0x0;let _0x440499=_0x565b[_0x10f664];return _0x440499;};import{Plugin as _0x3d8f90}from'ckeditor5/src/core';import{getTranslation as _0x83e2ee}from'../utils/common-translations';export default class z extends _0x3d8f90{['afterInit'](){if(!this[_0x4404('0xc')]['plugins']['has']('DocumentListPropertiesEditing'))return;const _0x3c1ba3=this[_0x4404('0xc')][_0x4404('0xf')][_0x4404('0x23')](_0x4404('0x8')),_0x1d6045=this['editor'][_0x4404('0x11')][_0x4404('0x23')](_0x4404('0x15'));_0x3c1ba3['styles']&&_0x1d6045[_0x4404('0x13')](_0x4404('0x26'),this[_0x4404('0x16')][_0x4404('0x1f')](this)),_0x3c1ba3[_0x4404('0x3')]&&_0x1d6045['enableCommand'](_0x4404('0x2'),this[_0x4404('0x1')]['bind'](this)),_0x3c1ba3[_0x4404('0x2f')]&&_0x1d6045[_0x4404('0x13')](_0x4404('0x5'),this['handleListStartCommand'][_0x4404('0x1f')](this)),_0x1d6045['_descriptionFactory'][_0x4404('0x21')](this[_0x4404('0x6')][_0x4404('0x1f')](this));}[_0x4404('0x16')](_0x6c9ffe,_0x37c960={}){const _0xb13c5b=this['editor']['plugins'][_0x4404('0x23')](_0x4404('0x15')),_0xe3a587=this[_0x4404('0x32')]();this[_0x4404('0xc')][_0x4404('0x9')][_0x4404('0x4')](()=>{_0xb13c5b[_0x4404('0xd')](_0xe3a587,{'commandName':_0x4404('0x26'),'commandParams':[{'type':_0x37c960['type']}],'formatGroupId':_0x4404('0x26')});});}[_0x4404('0x1')](_0x331f06,_0x504a1c={}){const _0x165436=this['editor'][_0x4404('0x11')][_0x4404('0x23')](_0x4404('0x15')),_0x555218=this['editor'][_0x4404('0x11')][_0x4404('0x23')](_0x4404('0x2b')),_0x2ebc8b=this[_0x4404('0x1e')](_0x528635=>_0x555218[_0x4404('0x2c')](_0x528635)&&_0x4404('0xa')===_0x528635[_0x4404('0x27')](_0x4404('0x33')));null!==_0x2ebc8b&&this[_0x4404('0xc')][_0x4404('0x9')][_0x4404('0x4')](()=>{_0x165436['markMultiRangeBlockFormat'](_0x2ebc8b,{'commandName':_0x4404('0x2'),'commandParams':[{'reversed':_0x504a1c[_0x4404('0x3')]}],'formatGroupId':_0x4404('0x2')});});}[_0x4404('0x19')](_0x500395,_0x4c67a8={}){const _0xd3f155=this[_0x4404('0xc')][_0x4404('0x11')][_0x4404('0x23')](_0x4404('0x15')),_0x486c33=this[_0x4404('0xc')][_0x4404('0x11')][_0x4404('0x23')](_0x4404('0x2b')),_0x5e4211=this[_0x4404('0x1e')](_0x5c7690=>_0x486c33[_0x4404('0x2c')](_0x5c7690)&&_0x4404('0xa')===_0x5c7690[_0x4404('0x27')](_0x4404('0x33')));null!==_0x5e4211&&this[_0x4404('0xc')][_0x4404('0x9')]['change'](()=>{_0xd3f155[_0x4404('0xd')](_0x5e4211,{'commandName':_0x4404('0x5'),'commandParams':[{'startIndex':_0x4c67a8[_0x4404('0x2f')]}],'formatGroupId':_0x4404('0x5')});});}[_0x4404('0x6')](_0x252d91){if(_0x4404('0x31')!=_0x252d91[_0x4404('0x1a')]&&_0x4404('0x22')!=_0x252d91[_0x4404('0x1a')])return;const _0x25c0c3=this[_0x4404('0xc')][_0x4404('0x30')],{data:_0x56e151}=_0x252d91;if(!_0x56e151)return;let _0x554132,_0x2194a7;switch(_0x56e151[_0x4404('0xb')]){case _0x4404('0x26'):_0x554132=_0x4404('0x34'),_0x2194a7={'type':_0x4404('0x20'),'content':_0x83e2ee(_0x25c0c3,_0x554132,_0x83e2ee(_0x25c0c3,this['_getTranslationKeyForListStyle'](_0x56e151['commandParams'][0x0][_0x4404('0x1a')])))};break;case _0x4404('0x2'):_0x554132=_0x56e151[_0x4404('0x12')][0x0][_0x4404('0x3')]?_0x4404('0x28'):_0x4404('0x18'),_0x2194a7={'type':_0x4404('0x20'),'content':_0x83e2ee(_0x25c0c3,_0x554132)};break;case'listStart':_0x554132=_0x4404('0x2a'),_0x2194a7={'type':'format','content':_0x83e2ee(_0x25c0c3,_0x554132,_0x56e151[_0x4404('0x12')][0x0][_0x4404('0x2f')])};}return _0x2194a7;}[_0x4404('0x32')](){const _0xeaf124=this[_0x4404('0xc')][_0x4404('0x11')][_0x4404('0x23')]('DocumentListUtils');let _0x18f7c7=Array[_0x4404('0xe')](this[_0x4404('0xc')][_0x4404('0x9')]['document'][_0x4404('0x17')][_0x4404('0x1b')]());return _0x18f7c7[_0x4404('0x0')](..._0xeaf124[_0x4404('0x1d')](_0x18f7c7)),_0x18f7c7=[...new Set(_0x18f7c7)],_0x18f7c7;}[_0x4404('0x1e')](_0x5cfa88){const _0x587600=this[_0x4404('0xc')]['plugins'][_0x4404('0x23')](_0x4404('0x2b'));let _0x1a72c0=Array[_0x4404('0xe')](this[_0x4404('0xc')][_0x4404('0x9')][_0x4404('0x2e')]['selection']['getSelectedBlocks']())[_0x4404('0x2d')](_0x5cfa88);if(!_0x1a72c0[_0x4404('0x24')])return null;_0x1a72c0=_0x587600[_0x4404('0x1d')](_0x1a72c0);const _0x1cf1fe=[];for(const _0x440080 of _0x1a72c0)_0x587600['isFirstBlockOfListItem'](_0x440080)&&_0x1cf1fe[_0x4404('0x0')](_0x440080);return _0x1cf1fe;}['_getTranslationKeyForListStyle'](_0x4724be){return _0x4404('0x10')+this[_0x4404('0xc')][_0x4404('0x11')][_0x4404('0x23')](_0x4404('0x7'))[_0x4404('0x14')](_0x4724be)['toUpperCase']()+_0x4404('0x25')+_0x4724be[_0x4404('0x29')]()[_0x4404('0x1c')](/-/g,'_');}}
23
+ const _0x3292=['replace','*Format:*\x20set\x20order\x20to\x20reversed','*Format:*\x20set\x20start\x20index\x20to\x20%0','reversed','_getSuggestionBlocksForListStyle','_getSuggestionBlocks','handleListStyleCommand','format','_LIST_','length','numbered','handleListReversedCommand','*Change\x20to:*\x20%0','editor','formatBlock','list.properties','document','plugins','listStart','change','*Format:*\x20set\x20order\x20to\x20regular','selection','getSelectedBlocks','bind','type','listReversed','afterInit','startIndex','markMultiRangeBlockFormat','commandParams','config','model','listStyle','listType','get','filter','enableCommand','push','isListItemBlock','handleListStartCommand','expandListBlocksToCompleteList','from','formatInline','DocumentListPropertiesEditing','DocumentListUtils','has','TrackChangesEditing','styles','registerDescriptionCallback','isFirstBlockOfListItem','getAttribute','_getTranslationKeyForListStyle','toUpperCase','commandName'];(function(_0x32ec37,_0x329210){const _0x1aaf04=function(_0xc94e24){while(--_0xc94e24){_0x32ec37['push'](_0x32ec37['shift']());}};_0x1aaf04(++_0x329210);}(_0x3292,0x71));const _0x1aaf=function(_0x32ec37,_0x329210){_0x32ec37=_0x32ec37-0x0;let _0x1aaf04=_0x3292[_0x32ec37];return _0x1aaf04;};import{Plugin as _0x246d5c}from'ckeditor5/src/core';import{getTranslation as _0x1cef1a}from'../utils/common-translations';export default class z extends _0x246d5c{[_0x1aaf('0x15')](){if(!this[_0x1aaf('0x8')]['plugins'][_0x1aaf('0x28')](_0x1aaf('0x26')))return;const _0x3fe071=this[_0x1aaf('0x8')][_0x1aaf('0x19')][_0x1aaf('0x1d')](_0x1aaf('0xa')),_0x3b9488=this[_0x1aaf('0x8')]['plugins'][_0x1aaf('0x1d')](_0x1aaf('0x29'));_0x3fe071[_0x1aaf('0x2a')]&&_0x3b9488['enableCommand'](_0x1aaf('0x1b'),this[_0x1aaf('0x1')]['bind'](this)),_0x3fe071[_0x1aaf('0x34')]&&_0x3b9488[_0x1aaf('0x1f')](_0x1aaf('0x14'),this[_0x1aaf('0x6')][_0x1aaf('0x12')](this)),_0x3fe071[_0x1aaf('0x16')]&&_0x3b9488[_0x1aaf('0x1f')](_0x1aaf('0xd'),this[_0x1aaf('0x22')][_0x1aaf('0x12')](this)),_0x3b9488['_descriptionFactory'][_0x1aaf('0x2b')](this['handleDescriptions'][_0x1aaf('0x12')](this));}[_0x1aaf('0x1')](_0x35e8a3,_0x38ac82={}){const _0xa3580c=this['editor'][_0x1aaf('0xc')][_0x1aaf('0x1d')](_0x1aaf('0x29')),_0x38f192=this[_0x1aaf('0x35')]();this[_0x1aaf('0x8')][_0x1aaf('0x1a')]['change'](()=>{_0xa3580c[_0x1aaf('0x17')](_0x38f192,{'commandName':'listStyle','commandParams':[{'type':_0x38ac82[_0x1aaf('0x13')]}],'formatGroupId':_0x1aaf('0x1b')});});}['handleListReversedCommand'](_0xfda47,_0x182646={}){const _0x579bd6=this[_0x1aaf('0x8')]['plugins'][_0x1aaf('0x1d')](_0x1aaf('0x29')),_0xaedf8e=this['editor']['plugins'][_0x1aaf('0x1d')](_0x1aaf('0x27')),_0x27afba=this[_0x1aaf('0x0')](_0x149fc1=>_0xaedf8e[_0x1aaf('0x21')](_0x149fc1)&&_0x1aaf('0x5')===_0x149fc1['getAttribute']('listType'));null!==_0x27afba&&this[_0x1aaf('0x8')]['model'][_0x1aaf('0xe')](()=>{_0x579bd6['markMultiRangeBlockFormat'](_0x27afba,{'commandName':'listReversed','commandParams':[{'reversed':_0x182646[_0x1aaf('0x34')]}],'formatGroupId':_0x1aaf('0x14')});});}[_0x1aaf('0x22')](_0x221b76,_0x2089f={}){const _0x34cf27=this[_0x1aaf('0x8')][_0x1aaf('0xc')][_0x1aaf('0x1d')]('TrackChangesEditing'),_0x38100f=this['editor']['plugins']['get']('DocumentListUtils'),_0x3d6826=this[_0x1aaf('0x0')](_0x3627c0=>_0x38100f[_0x1aaf('0x21')](_0x3627c0)&&_0x1aaf('0x5')===_0x3627c0[_0x1aaf('0x2d')](_0x1aaf('0x1c')));null!==_0x3d6826&&this[_0x1aaf('0x8')][_0x1aaf('0x1a')][_0x1aaf('0xe')](()=>{_0x34cf27[_0x1aaf('0x17')](_0x3d6826,{'commandName':_0x1aaf('0xd'),'commandParams':[{'startIndex':_0x2089f['startIndex']}],'formatGroupId':_0x1aaf('0xd')});});}['handleDescriptions'](_0x59584f){if(_0x1aaf('0x9')!=_0x59584f[_0x1aaf('0x13')]&&_0x1aaf('0x25')!=_0x59584f[_0x1aaf('0x13')])return;const _0x50662a=this[_0x1aaf('0x8')]['locale'],{data:_0x3b9956}=_0x59584f;if(!_0x3b9956)return;let _0x20edb9,_0x500aee;switch(_0x3b9956[_0x1aaf('0x30')]){case _0x1aaf('0x1b'):_0x20edb9=_0x1aaf('0x7'),_0x500aee={'type':_0x1aaf('0x2'),'content':_0x1cef1a(_0x50662a,_0x20edb9,_0x1cef1a(_0x50662a,this['_getTranslationKeyForListStyle'](_0x3b9956[_0x1aaf('0x18')][0x0]['type'])))};break;case'listReversed':_0x20edb9=_0x3b9956[_0x1aaf('0x18')][0x0][_0x1aaf('0x34')]?_0x1aaf('0x32'):_0x1aaf('0xf'),_0x500aee={'type':_0x1aaf('0x2'),'content':_0x1cef1a(_0x50662a,_0x20edb9)};break;case'listStart':_0x20edb9=_0x1aaf('0x33'),_0x500aee={'type':_0x1aaf('0x2'),'content':_0x1cef1a(_0x50662a,_0x20edb9,_0x3b9956[_0x1aaf('0x18')][0x0][_0x1aaf('0x16')])};}return _0x500aee;}['_getSuggestionBlocksForListStyle'](){const _0x2dbd97=this[_0x1aaf('0x8')][_0x1aaf('0xc')]['get'](_0x1aaf('0x27'));let _0x284c51=Array[_0x1aaf('0x24')](this['editor']['model'][_0x1aaf('0xb')][_0x1aaf('0x10')][_0x1aaf('0x11')]());return _0x284c51[_0x1aaf('0x20')](..._0x2dbd97[_0x1aaf('0x23')](_0x284c51)),_0x284c51=[...new Set(_0x284c51)],_0x284c51;}[_0x1aaf('0x0')](_0xf67d1b){const _0x23562f=this[_0x1aaf('0x8')][_0x1aaf('0xc')][_0x1aaf('0x1d')](_0x1aaf('0x27'));let _0x5af139=Array[_0x1aaf('0x24')](this['editor'][_0x1aaf('0x1a')][_0x1aaf('0xb')][_0x1aaf('0x10')][_0x1aaf('0x11')]())[_0x1aaf('0x1e')](_0xf67d1b);if(!_0x5af139[_0x1aaf('0x4')])return null;_0x5af139=_0x23562f[_0x1aaf('0x23')](_0x5af139);const _0x502f8b=[];for(const _0x1a2ea9 of _0x5af139)_0x23562f[_0x1aaf('0x2c')](_0x1a2ea9)&&_0x502f8b['push'](_0x1a2ea9);return _0x502f8b;}[_0x1aaf('0x2e')](_0x513a89){return'ELEMENT_'+this['editor'][_0x1aaf('0xc')][_0x1aaf('0x1d')]('DocumentListPropertiesUtils')['getListTypeFromListStyleType'](_0x513a89)[_0x1aaf('0x2f')]()+_0x1aaf('0x3')+_0x513a89[_0x1aaf('0x2f')]()[_0x1aaf('0x31')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2816=['enter','showSuggestionHighlights','split','writer','parent','options','editing','unbindElementFromMarkerName','document','createRange','addMarker:suggestion:insertion','bind','getFirstRange','markerName','high','mapper','TrackChangesEditing','markerNameToElements','data','detach','get','requires','downcastDispatcher','nextSibling','setSelection','getFirstPosition','end','editor','commands','model','init','fromRange','createPositionAt','hasClass','enableCommand'];(function(_0x3c102b,_0x28168a){const _0x24895f=function(_0xa55c39){while(--_0xa55c39){_0x3c102b['push'](_0x3c102b['shift']());}};_0x24895f(++_0x28168a);}(_0x2816,0x160));const _0x2489=function(_0x3c102b,_0x28168a){_0x3c102b=_0x3c102b-0x0;let _0x24895f=_0x2816[_0x3c102b];return _0x24895f;};import{Plugin as _0x111b8c}from'ckeditor5/src/core';import{Enter as _0x2be5a2}from'ckeditor5/src/enter';import{LiveRange as _0x24eae6}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x56bea5}from'./utils';export default class W extends _0x111b8c{static get[_0x2489('0x13')](){return[_0x2be5a2];}[_0x2489('0x1c')](){const _0x3e6113=this[_0x2489('0x19')],_0x4c3731=_0x3e6113['plugins'][_0x2489('0x12')](_0x2489('0xe')),_0x276f09=_0x3e6113[_0x2489('0x1a')][_0x2489('0x12')](_0x2489('0x21'));_0x4c3731[_0x2489('0x20')](_0x2489('0x21'),()=>{_0x3e6113[_0x2489('0x1b')]['change'](_0x4181f1=>{const _0x5c58c3=_0x3e6113[_0x2489('0x1b')][_0x2489('0x6')]['selection'],_0x3140d3=_0x5c58c3[_0x2489('0x17')](),_0x7f4e17=_0x24eae6[_0x2489('0x1d')](_0x5c58c3[_0x2489('0xa')]());if(_0x276f09['enterBlock'](_0x4181f1)){const _0x5a4542=_0x3e6113[_0x2489('0x1b')][_0x2489('0x1e')](_0x3140d3[_0x2489('0x2')][_0x2489('0x15')],0x0),_0x440ac7=_0x4181f1[_0x2489('0x7')](_0x3140d3,_0x5a4542);_0x4c3731['markInsertion'](_0x440ac7);}else _0x4181f1[_0x2489('0x16')](_0x4181f1[_0x2489('0x7')](_0x7f4e17[_0x2489('0x18')]));_0x7f4e17[_0x2489('0x11')](),_0x276f09['fire']('afterExecute',{'writer':_0x4181f1});});}),_0x3e6113[_0x2489('0x4')][_0x2489('0x14')]['on']('addMarker:suggestion:insertion',_0x56bea5(_0x3e6113,_0x2489('0x0')),{'priority':'high'}),_0x3e6113['editing'][_0x2489('0x14')]['on']('removeMarker:suggestion:insertion',(_0x6c6677,_0x305104,_0x23bfe8)=>{const _0x3d7d4f=_0x23bfe8['mapper'][_0x2489('0xf')](_0x305104[_0x2489('0xb')]);if(_0x3d7d4f)for(const _0x799390 of _0x3d7d4f)_0x799390[_0x2489('0x1f')]('ck-suggestion-marker-split')&&(_0x23bfe8[_0x2489('0xd')][_0x2489('0x5')](_0x799390,_0x305104[_0x2489('0xb')]),_0x23bfe8[_0x2489('0x1')]['remove'](_0x799390));},{'priority':'high'}),_0x3e6113[_0x2489('0x10')][_0x2489('0x14')]['on'](_0x2489('0x8'),(_0x29f205,_0x877cb3,_0x54d52f)=>{_0x54d52f[_0x2489('0x3')][_0x2489('0x22')]&&_0x56bea5(_0x3e6113,_0x2489('0x0'),{'showActiveMarker':!0x1})[_0x2489('0x9')](this)(_0x29f205,_0x877cb3,_0x54d52f);},{'priority':_0x2489('0xc')});}}
23
+ const _0x3e9f=['enableCommand','change','removeMarker:suggestion:insertion','downcastDispatcher','enter','unbindElementFromMarkerName','commands','writer','markerName','editing','editor','createRange','afterExecute','high','requires','remove','enterBlock','model','data','getFirstRange','fire','addMarker:suggestion:insertion','document','end','parent','bind','markInsertion','split','markerNameToElements','showSuggestionHighlights','mapper','ck-suggestion-marker-split','getFirstPosition','detach'];(function(_0x2154cd,_0x3e9fa8){const _0x5a43fb=function(_0x409c6d){while(--_0x409c6d){_0x2154cd['push'](_0x2154cd['shift']());}};_0x5a43fb(++_0x3e9fa8);}(_0x3e9f,0xf0));const _0x5a43=function(_0x2154cd,_0x3e9fa8){_0x2154cd=_0x2154cd-0x0;let _0x5a43fb=_0x3e9f[_0x2154cd];return _0x5a43fb;};import{Plugin as _0x5f466e}from'ckeditor5/src/core';import{Enter as _0x4457c2}from'ckeditor5/src/enter';import{LiveRange as _0x51c91a}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x51ca01}from'./utils';export default class W extends _0x5f466e{static get[_0x5a43('0xc')](){return[_0x4457c2];}['init'](){const _0x515a33=this[_0x5a43('0x8')],_0x2cc553=_0x515a33['plugins']['get']('TrackChangesEditing'),_0x2f6f44=_0x515a33[_0x5a43('0x4')]['get'](_0x5a43('0x2'));_0x2cc553[_0x5a43('0x20')](_0x5a43('0x2'),()=>{_0x515a33[_0x5a43('0xf')][_0x5a43('0x21')](_0x1d7340=>{const _0x340433=_0x515a33[_0x5a43('0xf')][_0x5a43('0x14')]['selection'],_0x1ddb3e=_0x340433[_0x5a43('0x1e')](),_0x144d1a=_0x51c91a['fromRange'](_0x340433[_0x5a43('0x11')]());if(_0x2f6f44[_0x5a43('0xe')](_0x1d7340)){const _0x1a8299=_0x515a33[_0x5a43('0xf')]['createPositionAt'](_0x1ddb3e[_0x5a43('0x16')]['nextSibling'],0x0),_0x362d8b=_0x1d7340['createRange'](_0x1ddb3e,_0x1a8299);_0x2cc553[_0x5a43('0x18')](_0x362d8b);}else _0x1d7340['setSelection'](_0x1d7340[_0x5a43('0x9')](_0x144d1a[_0x5a43('0x15')]));_0x144d1a[_0x5a43('0x1f')](),_0x2f6f44[_0x5a43('0x12')](_0x5a43('0xa'),{'writer':_0x1d7340});});}),_0x515a33['editing']['downcastDispatcher']['on'](_0x5a43('0x13'),_0x51ca01(_0x515a33,_0x5a43('0x19')),{'priority':'high'}),_0x515a33[_0x5a43('0x7')][_0x5a43('0x1')]['on'](_0x5a43('0x0'),(_0x1cc3a6,_0x24ed85,_0x36cc3d)=>{const _0x24ead9=_0x36cc3d[_0x5a43('0x1c')][_0x5a43('0x1a')](_0x24ed85[_0x5a43('0x6')]);if(_0x24ead9)for(const _0x21f468 of _0x24ead9)_0x21f468['hasClass'](_0x5a43('0x1d'))&&(_0x36cc3d['mapper'][_0x5a43('0x3')](_0x21f468,_0x24ed85[_0x5a43('0x6')]),_0x36cc3d[_0x5a43('0x5')][_0x5a43('0xd')](_0x21f468));},{'priority':_0x5a43('0xb')}),_0x515a33[_0x5a43('0x10')][_0x5a43('0x1')]['on'](_0x5a43('0x13'),(_0xdc888e,_0x2e2867,_0x3a488f)=>{_0x3a488f['options'][_0x5a43('0x1b')]&&_0x51ca01(_0x515a33,_0x5a43('0x19'),{'showActiveMarker':!0x1})[_0x5a43('0x17')](this)(_0xdc888e,_0x2e2867,_0x3a488f);},{'priority':'high'});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e46=['string','TrackChangesEditing','start','handleFindCommand','replaceAll','model','findPrevious','suggestion:deletion','plugins','createRange','editor','FindAndReplaceUtils','afterInit','get','_isInDeletionRange','enableCommand','bind','createPositionAt','FindAndReplaceEditing','item','getIntersection','has','markers','filter','find'];(function(_0x465fce,_0x5e463b){const _0x4d267e=function(_0x3bf73d){while(--_0x3bf73d){_0x465fce['push'](_0x465fce['shift']());}};_0x4d267e(++_0x5e463b);}(_0x5e46,0x18b));const _0x4d26=function(_0x465fce,_0x5e463b){_0x465fce=_0x465fce-0x0;let _0x4d267e=_0x5e46[_0x465fce];return _0x4d267e;};import{Plugin as _0x37db05}from'ckeditor5/src/core';export default class J extends _0x37db05{[_0x4d26('0x11')](){if(!this['editor'][_0x4d26('0xd')][_0x4d26('0x1')](_0x4d26('0x17')))return;const _0x303f4b=this[_0x4d26('0xf')][_0x4d26('0xd')]['get'](_0x4d26('0x6'));_0x303f4b['enableCommand'](_0x4d26('0x4'),this[_0x4d26('0x8')][_0x4d26('0x15')](this)),_0x303f4b['enableCommand']('findNext'),_0x303f4b[_0x4d26('0x14')](_0x4d26('0xb')),_0x303f4b[_0x4d26('0x14')]('replace'),_0x303f4b['enableCommand'](_0x4d26('0x9'));}[_0x4d26('0x8')](_0x555ed,_0x38ef89,_0x39100b={}){const _0x1cdcc9=this[_0x4d26('0xf')][_0x4d26('0xd')][_0x4d26('0x12')](_0x4d26('0x10'));return _0x555ed(_0xfde434=>(_0x4d26('0x5')==typeof _0x38ef89?_0x1cdcc9['findByTextCallback'](_0x38ef89,_0x39100b):_0x38ef89)(_0xfde434)[_0x4d26('0x3')](_0x4212f6=>!0x1===this[_0x4d26('0x13')](_0x4212f6,_0xfde434[_0x4d26('0x18')])),_0x39100b);}['_isInDeletionRange'](_0x20734d,_0x3e0c86){const _0x2ac8ab=this[_0x4d26('0xf')][_0x4d26('0xa')][_0x4d26('0xe')](this[_0x4d26('0xf')][_0x4d26('0xa')]['createPositionAt'](_0x3e0c86,_0x20734d[_0x4d26('0x7')]),this[_0x4d26('0xf')][_0x4d26('0xa')][_0x4d26('0x16')](_0x3e0c86,_0x20734d['end']));for(const _0x557bb0 of this[_0x4d26('0xf')]['model'][_0x4d26('0x2')]['getMarkersGroup'](_0x4d26('0xc')))if(null!==_0x2ac8ab[_0x4d26('0x0')](_0x557bb0['getRange']()))return!0x0;return!0x1;}}
23
+ const _0xb3ac=['enableCommand','createRange','afterInit','model','replace','replaceAll','get','TrackChangesEditing','filter','_isInDeletionRange','getIntersection','getMarkersGroup','markers','handleFindCommand','item','findNext','has','createPositionAt','bind','find','editor','FindAndReplaceEditing','plugins','findPrevious','string'];(function(_0x48d39c,_0xb3ac57){const _0x184c12=function(_0xd34661){while(--_0xd34661){_0x48d39c['push'](_0x48d39c['shift']());}};_0x184c12(++_0xb3ac57);}(_0xb3ac,0x196));const _0x184c=function(_0x48d39c,_0xb3ac57){_0x48d39c=_0x48d39c-0x0;let _0x184c12=_0xb3ac[_0x48d39c];return _0x184c12;};import{Plugin as _0x6d056d}from'ckeditor5/src/core';export default class J extends _0x6d056d{[_0x184c('0x15')](){if(!this['editor'][_0x184c('0x10')][_0x184c('0xa')](_0x184c('0xf')))return;const _0x19891f=this[_0x184c('0xe')][_0x184c('0x10')][_0x184c('0x0')](_0x184c('0x1'));_0x19891f[_0x184c('0x13')](_0x184c('0xd'),this[_0x184c('0x7')][_0x184c('0xc')](this)),_0x19891f[_0x184c('0x13')](_0x184c('0x9')),_0x19891f['enableCommand'](_0x184c('0x11')),_0x19891f[_0x184c('0x13')](_0x184c('0x17')),_0x19891f[_0x184c('0x13')](_0x184c('0x18'));}[_0x184c('0x7')](_0x229911,_0xfb9880,_0x41b16b={}){const _0x12d86d=this[_0x184c('0xe')][_0x184c('0x10')][_0x184c('0x0')]('FindAndReplaceUtils');return _0x229911(_0xedc1fc=>(_0x184c('0x12')==typeof _0xfb9880?_0x12d86d['findByTextCallback'](_0xfb9880,_0x41b16b):_0xfb9880)(_0xedc1fc)[_0x184c('0x2')](_0x4e0c86=>!0x1===this['_isInDeletionRange'](_0x4e0c86,_0xedc1fc[_0x184c('0x8')])),_0x41b16b);}[_0x184c('0x3')](_0x339711,_0x447d3a){const _0x1c7fc9=this[_0x184c('0xe')]['model'][_0x184c('0x14')](this[_0x184c('0xe')][_0x184c('0x16')][_0x184c('0xb')](_0x447d3a,_0x339711['start']),this[_0x184c('0xe')][_0x184c('0x16')][_0x184c('0xb')](_0x447d3a,_0x339711['end']));for(const _0x3f65cb of this[_0x184c('0xe')][_0x184c('0x16')][_0x184c('0x6')][_0x184c('0x5')]('suggestion:deletion'))if(null!==_0x1c7fc9[_0x184c('0x4')](_0x3f65cb['getRange']()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x476c=['fontSize.options','commandParams','fontBackgroundColor','*Set\x20font\x20background\x20color:*\x20%0','formatInline','fontFamily','afterInit','format','*Reset\x20font\x20family*','FontBackgroundColorEditing','fontColor','*Reset\x20font\x20size*','TrackChangesEditing','*Set\x20font\x20color:*\x20%0','registerDescriptionCallback','locale','fontBackgroundColor.colors','toLowerCase','_registerLegacyDescription','registerAttributeLabel','*Reset\x20font\x20color*','value','FontFamilyEditing','*Set\x20font\x20size:*\x20%0','get','plugins','FontSize','FORMAT_FONT_BACKGROUND','has','_enableDefaultAttributesIntegration','normalizeSizeOptions','fontSize','editor','FORMAT_FONT_FAMILY','FORMAT_FONT_SIZE','title','label','commandName','_descriptionFactory','trim','config','find','type'];(function(_0x28e246,_0x476cdc){const _0x41e377=function(_0x4046d7){while(--_0x4046d7){_0x28e246['push'](_0x28e246['shift']());}};_0x41e377(++_0x476cdc);}(_0x476c,0x10f));const _0x41e3=function(_0x28e246,_0x476cdc){_0x28e246=_0x28e246-0x0;let _0x41e377=_0x476c[_0x28e246];return _0x41e377;};import{Plugin as _0x5abdfa}from'ckeditor5/src/core';import{normalizeColorOptions as _0x336131}from'ckeditor5/src/ui';import{getTranslation as _0x2eda52}from'../utils/common-translations';const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':_0x41e3('0x9'),'commandName':_0x41e3('0x23')},{'pluginName':'FontColorEditing','commandName':_0x41e3('0x28')},{'pluginName':_0x41e3('0x27'),'commandName':_0x41e3('0x20')}];export default class K extends _0x5abdfa{[_0x41e3('0x24')](){const _0x29f0bd=this[_0x41e3('0x13')][_0x41e3('0x2')],_0xcd3584=this[_0x41e3('0x13')][_0x41e3('0xc')][_0x41e3('0xb')](_0x41e3('0x2a'));for(const {pluginName:_0xb96b88,commandName:_0x365aad}of ro)this[_0x41e3('0x13')]['plugins'][_0x41e3('0xf')](_0xb96b88)&&_0xcd3584[_0x41e3('0x10')](_0x365aad,[_0x365aad]);_0x29f0bd['t'],(_0xcd3584[_0x41e3('0x19')][_0x41e3('0x6')]('fontSize',_0x2eda52(_0x29f0bd,_0x41e3('0x15'))),_0xcd3584[_0x41e3('0x19')][_0x41e3('0x6')](_0x41e3('0x23'),_0x2eda52(_0x29f0bd,_0x41e3('0x14'))),_0xcd3584[_0x41e3('0x19')][_0x41e3('0x6')](_0x41e3('0x28'),_0x2eda52(_0x29f0bd,'FORMAT_FONT_COLOR')),_0xcd3584['_descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',_0x2eda52(_0x29f0bd,_0x41e3('0xe'))),this[_0x41e3('0x5')]());}['_registerLegacyDescription'](){const _0x459c76=this[_0x41e3('0x13')],_0x45395c=_0x459c76[_0x41e3('0x2')];_0x459c76[_0x41e3('0xc')]['get'](_0x41e3('0x2a'))[_0x41e3('0x19')][_0x41e3('0x1')](_0x2aa6bd=>{const _0x499842=_0x45395c['t'];if(_0x41e3('0x22')!=_0x2aa6bd[_0x41e3('0x1d')])return;const {data:_0x387fcc}=_0x2aa6bd;if(null!=_0x387fcc){if(_0x41e3('0x12')==_0x387fcc[_0x41e3('0x18')]){const _0x4967dd=_0x387fcc['commandParams'][0x0][_0x41e3('0x8')];if(_0x4967dd){const _0x375933=_0x499842(this[_0x41e3('0x13')][_0x41e3('0xc')]['get'](_0x41e3('0xd'))[_0x41e3('0x11')](this[_0x41e3('0x13')][_0x41e3('0x1b')][_0x41e3('0xb')](_0x41e3('0x1e')))[_0x41e3('0x1c')](_0x147246=>_0x147246['model']==_0x4967dd)[_0x41e3('0x16')])[_0x41e3('0x4')]();return{'type':_0x41e3('0x25'),'content':_0x2eda52(_0x45395c,_0x41e3('0xa'),_0x375933)};}return{'type':'format','content':_0x2eda52(_0x45395c,_0x41e3('0x29'))};}if(_0x41e3('0x23')==_0x387fcc[_0x41e3('0x18')]){const _0x2b0737=_0x387fcc['commandParams'][0x0]['value'];return _0x2b0737?{'type':_0x41e3('0x25'),'content':_0x2eda52(_0x45395c,'*Set\x20font\x20family:*\x20%0',_0x2b0737)}:{'type':_0x41e3('0x25'),'content':_0x2eda52(_0x45395c,_0x41e3('0x26'))};}if(_0x41e3('0x28')==_0x387fcc[_0x41e3('0x18')]){const _0x1e0ab5=_0x387fcc[_0x41e3('0x1f')][0x0][_0x41e3('0x8')];if(_0x1e0ab5){const _0x16cbf7=_0x336131(this[_0x41e3('0x13')][_0x41e3('0x1b')][_0x41e3('0xb')]('fontColor.colors'))['find'](_0x5afc43=>_0x5afc43['model']==_0x1e0ab5);let _0x1d24d6=_0x1e0ab5,_0x4d07cf='';return _0x16cbf7&&(_0x1d24d6=_0x16cbf7[_0x41e3('0x17')],_0x4d07cf=_0x499842(_0x1d24d6)[_0x41e3('0x4')]()),{'type':_0x41e3('0x25'),'content':_0x2eda52(_0x45395c,_0x41e3('0x0'),_0x4d07cf)[_0x41e3('0x1a')](),'color':{'value':_0x1e0ab5,'title':_0x4d07cf||_0x1d24d6}};}return{'type':_0x41e3('0x25'),'content':_0x2eda52(_0x45395c,_0x41e3('0x7'))};}if(_0x41e3('0x20')==_0x387fcc[_0x41e3('0x18')]){const _0x231aa6=_0x387fcc[_0x41e3('0x1f')][0x0][_0x41e3('0x8')];if(_0x231aa6){const _0x1bc42d=_0x336131(this[_0x41e3('0x13')][_0x41e3('0x1b')][_0x41e3('0xb')](_0x41e3('0x3')))[_0x41e3('0x1c')](_0x1f51f2=>_0x1f51f2['model']==_0x231aa6);let _0x179e75=_0x231aa6,_0x268305='';return _0x1bc42d&&(_0x179e75=_0x1bc42d[_0x41e3('0x17')],_0x268305=_0x499842(_0x179e75)[_0x41e3('0x4')]()),{'type':_0x41e3('0x25'),'content':_0x2eda52(_0x45395c,_0x41e3('0x21'),_0x268305)['trim'](),'color':{'value':_0x231aa6,'title':_0x268305||_0x179e75}};}return{'type':'format','content':_0x2eda52(_0x45395c,'*Reset\x20font\x20background\x20color*')};}}});}}
23
+ const _0xc9cd=['*Set\x20font\x20color:*\x20%0','FontFamilyEditing','format','commandName','fontFamily','fontColor','toLowerCase','trim','fontBackgroundColor.colors','*Reset\x20font\x20color*','has','value','plugins','FontColorEditing','formatInline','label','FontSize','_registerLegacyDescription','*Reset\x20font\x20size*','find','fontColor.colors','*Set\x20font\x20background\x20color:*\x20%0','_descriptionFactory','type','editor','fontSize','fontBackgroundColor','*Reset\x20font\x20background\x20color*','model','FontSizeEditing','normalizeSizeOptions','get','fontSize.options','afterInit','*Set\x20font\x20family:*\x20%0','commandParams','locale','TrackChangesEditing','registerAttributeLabel','title','FontBackgroundColorEditing','config','_enableDefaultAttributesIntegration'];(function(_0x28d179,_0xc9cdae){const _0x16a3ec=function(_0x5b64b3){while(--_0x5b64b3){_0x28d179['push'](_0x28d179['shift']());}};_0x16a3ec(++_0xc9cdae);}(_0xc9cd,0x10f));const _0x16a3=function(_0x28d179,_0xc9cdae){_0x28d179=_0x28d179-0x0;let _0x16a3ec=_0xc9cd[_0x28d179];return _0x16a3ec;};import{Plugin as _0x11d769}from'ckeditor5/src/core';import{normalizeColorOptions as _0x734e22}from'ckeditor5/src/ui';import{getTranslation as _0x30b75f}from'../utils/common-translations';const ro=[{'pluginName':_0x16a3('0x10'),'commandName':_0x16a3('0xc')},{'pluginName':_0x16a3('0x1f'),'commandName':_0x16a3('0x22')},{'pluginName':_0x16a3('0x0'),'commandName':_0x16a3('0x23')},{'pluginName':_0x16a3('0x1b'),'commandName':'fontBackgroundColor'}];export default class K extends _0x11d769{[_0x16a3('0x14')](){const _0x2f6cb9=this[_0x16a3('0xb')][_0x16a3('0x17')],_0x14cb99=this[_0x16a3('0xb')]['plugins'][_0x16a3('0x12')](_0x16a3('0x18'));for(const {pluginName:_0x1af799,commandName:_0x4775b0}of ro)this['editor'][_0x16a3('0x2a')][_0x16a3('0x28')](_0x1af799)&&_0x14cb99[_0x16a3('0x1d')](_0x4775b0,[_0x4775b0]);_0x2f6cb9['t'],(_0x14cb99['_descriptionFactory'][_0x16a3('0x19')](_0x16a3('0xc'),_0x30b75f(_0x2f6cb9,'FORMAT_FONT_SIZE')),_0x14cb99[_0x16a3('0x9')][_0x16a3('0x19')]('fontFamily',_0x30b75f(_0x2f6cb9,'FORMAT_FONT_FAMILY')),_0x14cb99[_0x16a3('0x9')][_0x16a3('0x19')](_0x16a3('0x23'),_0x30b75f(_0x2f6cb9,'FORMAT_FONT_COLOR')),_0x14cb99[_0x16a3('0x9')]['registerAttributeLabel'](_0x16a3('0xd'),_0x30b75f(_0x2f6cb9,'FORMAT_FONT_BACKGROUND')),this[_0x16a3('0x4')]());}[_0x16a3('0x4')](){const _0x4e5dae=this[_0x16a3('0xb')],_0x5d1043=_0x4e5dae[_0x16a3('0x17')];_0x4e5dae[_0x16a3('0x2a')][_0x16a3('0x12')](_0x16a3('0x18'))[_0x16a3('0x9')]['registerDescriptionCallback'](_0x5ae560=>{const _0x115c85=_0x5d1043['t'];if(_0x16a3('0x1')!=_0x5ae560[_0x16a3('0xa')])return;const {data:_0x50d793}=_0x5ae560;if(null!=_0x50d793){if(_0x16a3('0xc')==_0x50d793['commandName']){const _0x316b0a=_0x50d793[_0x16a3('0x16')][0x0][_0x16a3('0x29')];if(_0x316b0a){const _0x40628b=_0x115c85(this[_0x16a3('0xb')][_0x16a3('0x2a')][_0x16a3('0x12')](_0x16a3('0x3'))[_0x16a3('0x11')](this['editor'][_0x16a3('0x1c')]['get'](_0x16a3('0x13')))[_0x16a3('0x6')](_0x18cb79=>_0x18cb79[_0x16a3('0xf')]==_0x316b0a)[_0x16a3('0x1a')])[_0x16a3('0x24')]();return{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,'*Set\x20font\x20size:*\x20%0',_0x40628b)};}return{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,_0x16a3('0x5'))};}if(_0x16a3('0x22')==_0x50d793[_0x16a3('0x21')]){const _0x5584ad=_0x50d793[_0x16a3('0x16')][0x0][_0x16a3('0x29')];return _0x5584ad?{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,_0x16a3('0x15'),_0x5584ad)}:{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,'*Reset\x20font\x20family*')};}if('fontColor'==_0x50d793[_0x16a3('0x21')]){const _0x4879d2=_0x50d793[_0x16a3('0x16')][0x0][_0x16a3('0x29')];if(_0x4879d2){const _0x42aa58=_0x734e22(this[_0x16a3('0xb')][_0x16a3('0x1c')][_0x16a3('0x12')](_0x16a3('0x7')))[_0x16a3('0x6')](_0x53c39d=>_0x53c39d[_0x16a3('0xf')]==_0x4879d2);let _0x478ac3=_0x4879d2,_0x164bfe='';return _0x42aa58&&(_0x478ac3=_0x42aa58[_0x16a3('0x2')],_0x164bfe=_0x115c85(_0x478ac3)[_0x16a3('0x24')]()),{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,_0x16a3('0x1e'),_0x164bfe)['trim'](),'color':{'value':_0x4879d2,'title':_0x164bfe||_0x478ac3}};}return{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,_0x16a3('0x27'))};}if(_0x16a3('0xd')==_0x50d793[_0x16a3('0x21')]){const _0x42c67b=_0x50d793['commandParams'][0x0]['value'];if(_0x42c67b){const _0x2789ed=_0x734e22(this['editor'][_0x16a3('0x1c')][_0x16a3('0x12')](_0x16a3('0x26')))[_0x16a3('0x6')](_0x230ca5=>_0x230ca5[_0x16a3('0xf')]==_0x42c67b);let _0x2c957d=_0x42c67b,_0x2d2de7='';return _0x2789ed&&(_0x2c957d=_0x2789ed[_0x16a3('0x2')],_0x2d2de7=_0x115c85(_0x2c957d)['toLowerCase']()),{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,_0x16a3('0x8'),_0x2d2de7)[_0x16a3('0x25')](),'color':{'value':_0x42c67b,'title':_0x2d2de7||_0x2c957d}};}return{'type':_0x16a3('0x20'),'content':_0x30b75f(_0x5d1043,_0x16a3('0xe'))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5903=['fontColor.colors','format','enableCommand','pasteFormat','locale','commands','afterInit','get','join','config','type','push','boolean','plugins','toLowerCase','fontSize.options','registerDescriptionCallback','slice','editor','split','formatBlock','_enableDefaultAttributesIntegration','FontSize','_descriptionFactory','fontColor','TrackChangesEditing','find','*Set\x20format\x20to:*\x20%0','charAt','copyFormat','_registerLegacyDescription','commandName','length','formatInline','fontBackgroundColor','toUpperCase'];(function(_0x5e75cb,_0x590389){const _0x22ad39=function(_0x28790f){while(--_0x28790f){_0x5e75cb['push'](_0x5e75cb['shift']());}};_0x22ad39(++_0x590389);}(_0x5903,0x1f1));const _0x22ad=function(_0x5e75cb,_0x590389){_0x5e75cb=_0x5e75cb-0x0;let _0x22ad39=_0x5903[_0x5e75cb];return _0x22ad39;};import{Plugin as _0x5e109a}from'ckeditor5/src/core';import{normalizeColorOptions as _0x307c59}from'ckeditor5/src/ui';import{getTranslation as _0x1f3fd4}from'../utils/common-translations';export default class Q extends _0x5e109a{[_0x22ad('0xd')](){const _0x454654=this[_0x22ad('0x19')],_0x4f2166=_0x454654['plugins']['get'](_0x22ad('0x20')),_0x31ab45=_0x454654[_0x22ad('0xc')]['get'](_0x22ad('0x0')),_0x7fab62=_0x454654[_0x22ad('0xc')][_0x22ad('0xe')](_0x22ad('0xa'));_0x31ab45&&_0x7fab62&&(_0x4f2166[_0x22ad('0x1c')](_0x22ad('0xa')),_0x4f2166[_0x22ad('0x9')](_0x22ad('0x0')),this[_0x22ad('0x1')]());}['_registerLegacyDescription'](){const _0x2e3f31=this[_0x22ad('0x19')],_0x470a13=_0x2e3f31['locale'];_0x2e3f31[_0x22ad('0x14')][_0x22ad('0xe')](_0x22ad('0x20'))[_0x22ad('0x1e')][_0x22ad('0x17')](_0xae5af=>{if(_0x22ad('0x1b')!=_0xae5af[_0x22ad('0x11')]&&_0x22ad('0x4')!=_0xae5af[_0x22ad('0x11')])return;const {data:_0x5b66ff}=_0xae5af;if(_0x5b66ff&&_0x22ad('0xa')===_0x5b66ff[_0x22ad('0x2')]){const _0x53e915=[],_0x419ad0=_0x5b66ff['commandParams'][0x0];for(const [_0x41e72e,_0x43e1df]of Object['entries'](_0x419ad0))_0x53e915[_0x22ad('0x12')](ao(_0x2e3f31,_0x41e72e,_0x43e1df));return _0x53e915[_0x22ad('0x3')]?{'type':_0x22ad('0x8'),'content':_0x1f3fd4(_0x470a13,_0x22ad('0x22'),_0x53e915[_0x22ad('0xf')](',\x20'))}:{'type':_0x22ad('0x8'),'content':_0x1f3fd4(_0x470a13,'*Remove\x20all\x20formatting*')};}});}}function ao(_0x46a38c,_0x483eba,_0x277a4e){const _0x16d6cb=_0x46a38c[_0x22ad('0xb')]['t'],_0x1e3868=_0x483eba[_0x22ad('0x1a')](/(?=[A-Z])/)[_0x22ad('0xf')]('\x20'),_0x31c048=_0x16d6cb(_0x1e3868[_0x22ad('0x23')](0x0)[_0x22ad('0x6')]()+_0x1e3868[_0x22ad('0x18')](0x1))[_0x22ad('0x15')]();if(_0x22ad('0x13')==typeof _0x277a4e)return _0x31c048;if(_0x22ad('0x1f')===_0x483eba||_0x22ad('0x5')===_0x483eba){const _0x30d153=_0x307c59(_0x46a38c[_0x22ad('0x10')][_0x22ad('0xe')](_0x22ad('0x7')))[_0x22ad('0x21')](_0x12674f=>_0x12674f['model']==_0x277a4e);return _0x31c048+'\x20('+(_0x30d153?_0x16d6cb(_0x30d153['label'])[_0x22ad('0x15')]():_0x277a4e)+')';}if('fontSize'===_0x483eba&&isNaN(parseFloat(_0x277a4e))){const _0x1c6fd4=_0x46a38c[_0x22ad('0x14')]['get'](_0x22ad('0x1d'))['normalizeSizeOptions'](_0x46a38c['config']['get'](_0x22ad('0x16')))[_0x22ad('0x21')](_0x5da211=>_0x5da211['model']==_0x277a4e);return _0x31c048+'\x20('+(_0x1c6fd4?_0x16d6cb(_0x1c6fd4['title'])[_0x22ad('0x15')]():_0x277a4e)+')';}return _0x31c048+'\x20('+_0x277a4e+')';}
23
+ const _0x1e96=['commandName','commandParams','formatBlock','fontBackgroundColor','entries','pasteFormat','push','model','locale','type','split','fontColor','*Remove\x20all\x20formatting*','normalizeSizeOptions','editor','config','_enableDefaultAttributesIntegration','length','_descriptionFactory','fontColor.colors','find','*Set\x20format\x20to:*\x20%0','FontSize','enableCommand','label','fontSize.options','_registerLegacyDescription','registerDescriptionCallback','get','plugins','copyFormat','boolean','TrackChangesEditing','toLowerCase','formatInline','commands','afterInit'];(function(_0x4a037e,_0x1e9684){const _0x23b039=function(_0x2db0fd){while(--_0x2db0fd){_0x4a037e['push'](_0x4a037e['shift']());}};_0x23b039(++_0x1e9684);}(_0x1e96,0x19b));const _0x23b0=function(_0x4a037e,_0x1e9684){_0x4a037e=_0x4a037e-0x0;let _0x23b039=_0x1e96[_0x4a037e];return _0x23b039;};import{Plugin as _0x46f415}from'ckeditor5/src/core';import{normalizeColorOptions as _0x5de222}from'ckeditor5/src/ui';import{getTranslation as _0x47a382}from'../utils/common-translations';export default class Q extends _0x46f415{[_0x23b0('0x20')](){const _0x15b550=this[_0x23b0('0xa')],_0x4ce6e9=_0x15b550[_0x23b0('0x19')][_0x23b0('0x18')]('TrackChangesEditing'),_0x45427f=_0x15b550[_0x23b0('0x1f')][_0x23b0('0x18')]('copyFormat'),_0x1170fc=_0x15b550[_0x23b0('0x1f')][_0x23b0('0x18')](_0x23b0('0x1'));_0x45427f&&_0x1170fc&&(_0x4ce6e9[_0x23b0('0xc')](_0x23b0('0x1')),_0x4ce6e9[_0x23b0('0x13')](_0x23b0('0x1a')),this[_0x23b0('0x16')]());}[_0x23b0('0x16')](){const _0x674561=this[_0x23b0('0xa')],_0x150c7e=_0x674561[_0x23b0('0x4')];_0x674561[_0x23b0('0x19')][_0x23b0('0x18')](_0x23b0('0x1c'))[_0x23b0('0xe')][_0x23b0('0x17')](_0x2d4b00=>{if(_0x23b0('0x23')!=_0x2d4b00['type']&&_0x23b0('0x1e')!=_0x2d4b00[_0x23b0('0x5')])return;const {data:_0x3be630}=_0x2d4b00;if(_0x3be630&&'pasteFormat'===_0x3be630[_0x23b0('0x21')]){const _0xe23561=[],_0x20ca21=_0x3be630[_0x23b0('0x22')][0x0];for(const [_0x30ddea,_0x224ddc]of Object[_0x23b0('0x0')](_0x20ca21))_0xe23561[_0x23b0('0x2')](ao(_0x674561,_0x30ddea,_0x224ddc));return _0xe23561[_0x23b0('0xd')]?{'type':'format','content':_0x47a382(_0x150c7e,_0x23b0('0x11'),_0xe23561['join'](',\x20'))}:{'type':'format','content':_0x47a382(_0x150c7e,_0x23b0('0x8'))};}});}}function ao(_0x23489b,_0x513b33,_0x1b180c){const _0x1da738=_0x23489b[_0x23b0('0x4')]['t'],_0x172f4d=_0x513b33[_0x23b0('0x6')](/(?=[A-Z])/)['join']('\x20'),_0x39955c=_0x1da738(_0x172f4d['charAt'](0x0)['toUpperCase']()+_0x172f4d['slice'](0x1))[_0x23b0('0x1d')]();if(_0x23b0('0x1b')==typeof _0x1b180c)return _0x39955c;if(_0x23b0('0x7')===_0x513b33||_0x23b0('0x24')===_0x513b33){const _0x5d631c=_0x5de222(_0x23489b[_0x23b0('0xb')]['get'](_0x23b0('0xf')))[_0x23b0('0x10')](_0x5ccbb8=>_0x5ccbb8['model']==_0x1b180c);return _0x39955c+'\x20('+(_0x5d631c?_0x1da738(_0x5d631c[_0x23b0('0x14')])[_0x23b0('0x1d')]():_0x1b180c)+')';}if('fontSize'===_0x513b33&&isNaN(parseFloat(_0x1b180c))){const _0x1f933b=_0x23489b[_0x23b0('0x19')]['get'](_0x23b0('0x12'))[_0x23b0('0x9')](_0x23489b[_0x23b0('0xb')][_0x23b0('0x18')](_0x23b0('0x15')))[_0x23b0('0x10')](_0x43aee3=>_0x43aee3[_0x23b0('0x3')]==_0x1b180c);return _0x39955c+'\x20('+(_0x1f933b?_0x1da738(_0x1f933b['title'])['toLowerCase']():_0x1b180c)+')';}return _0x39955c+'\x20('+_0x1b180c+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x716c=['get','plugins','ELEMENT_HEADING_CUSTOM','name','commandParams','find','format','match','HeadingEditing','view','registerDescriptionCallback','afterInit','heading.options','ELEMENT_HEADING','locale','heading','_enableDefaultAttributesIntegration','_headingOptions','_registerLegacyDescription','model','*Change\x20to:*\x20%0','TrackChangesEditing','type','editor','title','_getHeadingLevel','registerElementLabel','formatBlock','has'];(function(_0x3103c5,_0x716ca2){const _0x221896=function(_0x2bf7ed){while(--_0x2bf7ed){_0x3103c5['push'](_0x3103c5['shift']());}};_0x221896(++_0x716ca2);}(_0x716c,0x132));const _0x2218=function(_0x3103c5,_0x716ca2){_0x3103c5=_0x3103c5-0x0;let _0x221896=_0x716c[_0x3103c5];return _0x221896;};import{Plugin as _0x24aa60}from'ckeditor5/src/core';import{getTranslation as _0x27f3f4}from'../utils/common-translations';export default class X extends _0x24aa60{[_0x2218('0x18')](){const _0x72706e=this[_0x2218('0x7')];if(!_0x72706e[_0x2218('0xe')][_0x2218('0xc')](_0x2218('0x15')))return;this[_0x2218('0x1')]=_0x72706e['config'][_0x2218('0xd')](_0x2218('0x19'));const _0xb08a93=_0x72706e['locale'],_0x2a742a=_0x72706e[_0x2218('0xe')]['get'](_0x2218('0x5'));_0x2a742a[_0x2218('0x0')](_0x2218('0x1c'));for(const _0x461289 of this[_0x2218('0x1')])'paragraph'!=_0x461289[_0x2218('0x3')]&&_0x2a742a['_descriptionFactory'][_0x2218('0xa')](_0x461289[_0x2218('0x3')],_0x504b67=>{const _0x51b325=this['_getHeadingLevel'](_0x461289[_0x2218('0x3')]);return null!==_0x51b325?_0x3e6f41(_0x504b67,_0x51b325):_0x470abe(_0x504b67,_0x461289['title']);});function _0x3e6f41(_0x4d59d3,_0x2ded33){return _0x27f3f4(_0xb08a93,_0x2218('0x1a'),[_0x4d59d3,_0x2ded33]);}function _0x470abe(_0x4bb32a,_0x5cec2a){return _0x27f3f4(_0xb08a93,_0x2218('0xf'),[_0x4bb32a,_0x5cec2a]);}this[_0x2218('0x2')]();}[_0x2218('0x2')](){const _0x3f4cbe=this[_0x2218('0x7')],_0x2b32d2=_0x3f4cbe[_0x2218('0x1b')];function _0x3e305d(_0x213300,_0x3c5e75){return _0x27f3f4(_0x2b32d2,_0x2218('0xf'),[_0x213300,_0x3c5e75]);}_0x3f4cbe[_0x2218('0xe')][_0x2218('0xd')](_0x2218('0x5'))['_descriptionFactory'][_0x2218('0x17')](_0x54de42=>{if(_0x2218('0xb')!=_0x54de42[_0x2218('0x6')])return;const {data:_0xff29b}=_0x54de42;if(_0xff29b&&_0x2218('0x1c')==_0xff29b['commandName']){const _0x492b03=_0xff29b[_0x2218('0x11')][0x0]['value'],_0x15200e=this['_getHeadingLevel'](_0x492b03);if(null!==_0x15200e)return{'type':'format','content':_0x27f3f4(_0x2b32d2,'*Change\x20to:*\x20%0',(_0x2dbf3e=0x1,_0xbae54a=_0x15200e,_0x27f3f4(_0x2b32d2,_0x2218('0x1a'),[_0x2dbf3e,_0xbae54a])))};const _0x47c611=this[_0x2218('0x1')][_0x2218('0x12')](_0x271332=>_0x271332[_0x2218('0x3')]===_0x492b03)[_0x2218('0x8')];return{'type':_0x2218('0x13'),'content':_0x27f3f4(_0x2b32d2,_0x2218('0x4'),_0x3e305d(0x1,_0x47c611))};}var _0x2dbf3e,_0xbae54a;});}[_0x2218('0x9')](_0x4c7314){var _0x40806f,_0x40a574;const _0x9c677d=_0x4c7314[_0x2218('0x14')](/^heading(\d+)/);if(_0x9c677d)return _0x9c677d[0x1];const _0xcded6a=null===(_0x40806f=this[_0x2218('0x1')])||void 0x0===_0x40806f?void 0x0:_0x40806f[_0x2218('0x12')](_0xb20cf9=>_0xb20cf9['model']==_0x4c7314);if(_0xcded6a&&_0xcded6a[_0x2218('0x16')]){const _0x1a3547=_0xcded6a[_0x2218('0x16')],_0x523665=(null!==(_0x40a574=_0x1a3547[_0x2218('0x10')])&&void 0x0!==_0x40a574?_0x40a574:_0x1a3547)[_0x2218('0x14')](/^h(\d+)/);if(_0x523665)return _0x523665[0x1];}return null;}}
23
+ const _0x44be=['locale','TrackChangesEditing','heading','get','view','ELEMENT_HEADING_CUSTOM','registerDescriptionCallback','HeadingEditing','title','registerElementLabel','ELEMENT_HEADING','*Change\x20to:*\x20%0','format','_descriptionFactory','heading.options','_enableDefaultAttributesIntegration','model','match','_getHeadingLevel','name','_headingOptions','afterInit','find','editor','_registerLegacyDescription','formatBlock','plugins'];(function(_0x1299af,_0x44be32){const _0x13210c=function(_0x29467b){while(--_0x29467b){_0x1299af['push'](_0x1299af['shift']());}};_0x13210c(++_0x44be32);}(_0x44be,0xb2));const _0x1321=function(_0x1299af,_0x44be32){_0x1299af=_0x1299af-0x0;let _0x13210c=_0x44be[_0x1299af];return _0x13210c;};import{Plugin as _0x2a3f48}from'ckeditor5/src/core';import{getTranslation as _0x4793c8}from'../utils/common-translations';export default class X extends _0x2a3f48{[_0x1321('0x5')](){const _0xf2ec1=this[_0x1321('0x7')];if(!_0xf2ec1[_0x1321('0xa')]['has'](_0x1321('0x12')))return;this[_0x1321('0x4')]=_0xf2ec1['config'][_0x1321('0xe')](_0x1321('0x19'));const _0x12babb=_0xf2ec1[_0x1321('0xb')],_0x3ba2ad=_0xf2ec1[_0x1321('0xa')][_0x1321('0xe')](_0x1321('0xc'));_0x3ba2ad[_0x1321('0x1a')](_0x1321('0xd'));for(const _0x25c16e of this['_headingOptions'])'paragraph'!=_0x25c16e[_0x1321('0x0')]&&_0x3ba2ad[_0x1321('0x18')][_0x1321('0x14')](_0x25c16e[_0x1321('0x0')],_0x233412=>{const _0x39b999=this['_getHeadingLevel'](_0x25c16e['model']);return null!==_0x39b999?_0x17c229(_0x233412,_0x39b999):_0x1b34b7(_0x233412,_0x25c16e[_0x1321('0x13')]);});function _0x17c229(_0x8f3714,_0x43b4f6){return _0x4793c8(_0x12babb,_0x1321('0x15'),[_0x8f3714,_0x43b4f6]);}function _0x1b34b7(_0x2d495a,_0x3217b4){return _0x4793c8(_0x12babb,_0x1321('0x10'),[_0x2d495a,_0x3217b4]);}this[_0x1321('0x8')]();}['_registerLegacyDescription'](){const _0x1e8aab=this[_0x1321('0x7')],_0x49d446=_0x1e8aab[_0x1321('0xb')];function _0x4284dd(_0x5499cd,_0x380d35){return _0x4793c8(_0x49d446,_0x1321('0x10'),[_0x5499cd,_0x380d35]);}_0x1e8aab[_0x1321('0xa')][_0x1321('0xe')](_0x1321('0xc'))[_0x1321('0x18')][_0x1321('0x11')](_0x40ca13=>{if(_0x1321('0x9')!=_0x40ca13['type'])return;const {data:_0x3e4100}=_0x40ca13;if(_0x3e4100&&_0x1321('0xd')==_0x3e4100['commandName']){const _0x26255d=_0x3e4100['commandParams'][0x0]['value'],_0x3e92c6=this['_getHeadingLevel'](_0x26255d);if(null!==_0x3e92c6)return{'type':_0x1321('0x17'),'content':_0x4793c8(_0x49d446,'*Change\x20to:*\x20%0',(_0x2835ae=0x1,_0x519775=_0x3e92c6,_0x4793c8(_0x49d446,'ELEMENT_HEADING',[_0x2835ae,_0x519775])))};const _0x309d02=this[_0x1321('0x4')][_0x1321('0x6')](_0x123b48=>_0x123b48[_0x1321('0x0')]===_0x26255d)['title'];return{'type':_0x1321('0x17'),'content':_0x4793c8(_0x49d446,_0x1321('0x16'),_0x4284dd(0x1,_0x309d02))};}var _0x2835ae,_0x519775;});}[_0x1321('0x2')](_0x3f46d3){var _0x41ed94,_0xc37e39;const _0x208b33=_0x3f46d3[_0x1321('0x1')](/^heading(\d+)/);if(_0x208b33)return _0x208b33[0x1];const _0x4f9936=null===(_0x41ed94=this[_0x1321('0x4')])||void 0x0===_0x41ed94?void 0x0:_0x41ed94[_0x1321('0x6')](_0x424267=>_0x424267[_0x1321('0x0')]==_0x3f46d3);if(_0x4f9936&&_0x4f9936[_0x1321('0xf')]){const _0xb638d2=_0x4f9936['view'],_0x224def=(null!==(_0xc37e39=_0xb638d2[_0x1321('0x3')])&&void 0x0!==_0xc37e39?_0xc37e39:_0xb638d2)[_0x1321('0x1')](/^h(\d+)/);if(_0x224def)return _0x224def[0x1];}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x22fc=['registerDescriptionCallback','title','_descriptionFactory','highlight','_enableDefaultAttributesIntegration','*Set\x20highlight:*\x20%0','model','plugins','formatInline','editor','commandName','FORMAT_HIGHLIGHT','config','locale','*Remove\x20highlight*','HighlightEditing','_registerLegacyDescription','registerAttributeLabel','afterInit','get','type','TrackChangesEditing','color','toLowerCase','value','format','highlight.options'];(function(_0x3778dd,_0x22fcf4){const _0x115b4a=function(_0x516bf2){while(--_0x516bf2){_0x3778dd['push'](_0x3778dd['shift']());}};_0x115b4a(++_0x22fcf4);}(_0x22fc,0x14d));const _0x115b=function(_0x3778dd,_0x22fcf4){_0x3778dd=_0x3778dd-0x0;let _0x115b4a=_0x22fc[_0x3778dd];return _0x115b4a;};import{Plugin as _0xa4874}from'ckeditor5/src/core';import{getTranslation as _0x14ceea}from'../utils/common-translations';export default class Y extends _0xa4874{[_0x115b('0x9')](){const _0xe8d77d=this[_0x115b('0x0')];if(!_0xe8d77d['plugins']['has'](_0x115b('0x6')))return;const _0x32cddb=_0xe8d77d[_0x115b('0x19')]['get'](_0x115b('0xc')),_0xe7d851=_0xe8d77d[_0x115b('0x4')];_0x32cddb[_0x115b('0x16')](_0x115b('0x15'),[_0x115b('0x15')]),_0x32cddb['_descriptionFactory'][_0x115b('0x8')](_0x115b('0x15'),_0x14ceea(_0xe7d851,_0x115b('0x2'))),this['_registerLegacyDescription']();}[_0x115b('0x7')](){const _0x1fb714=this[_0x115b('0x0')],_0x214f75=_0x1fb714[_0x115b('0x4')];_0x1fb714[_0x115b('0x19')][_0x115b('0xa')]('TrackChangesEditing')[_0x115b('0x14')][_0x115b('0x12')](_0x42d7cd=>{if(_0x115b('0x1a')!=_0x42d7cd[_0x115b('0xb')])return;const {data:_0x59094a}=_0x42d7cd;if(_0x59094a&&'highlight'==_0x59094a[_0x115b('0x1')]){const _0x2fb598=_0x214f75['t'],_0x2e329a=_0x59094a['commandParams'][0x0][_0x115b('0xf')];if(_0x2e329a){const _0x10ca1b=_0x1fb714[_0x115b('0x3')][_0x115b('0xa')](_0x115b('0x11'))['find'](_0x7df153=>_0x7df153[_0x115b('0x18')]==_0x2e329a),_0x263390=_0x2fb598(_0x10ca1b['title'])[_0x115b('0xe')]();return{'type':'format','content':_0x14ceea(_0x214f75,_0x115b('0x17'),_0x263390),'color':{'value':_0x10ca1b[_0x115b('0xd')],'title':_0x10ca1b[_0x115b('0x13')]}};}return{'type':_0x115b('0x10'),'content':_0x14ceea(_0x214f75,_0x115b('0x5'),_0x14ceea(_0x214f75,_0x115b('0x2')))};}});}}
23
+ const _0x36bb=['toLowerCase','commandName','editor','TrackChangesEditing','highlight.options','highlight','_enableDefaultAttributesIntegration','has','find','locale','type','_registerLegacyDescription','formatInline','model','get','*Set\x20highlight:*\x20%0','_descriptionFactory','commandParams','*Remove\x20highlight*','registerDescriptionCallback','format','FORMAT_HIGHLIGHT','plugins','registerAttributeLabel','title','afterInit'];(function(_0x29a45e,_0x36bba3){const _0x2323de=function(_0x1e14bc){while(--_0x1e14bc){_0x29a45e['push'](_0x29a45e['shift']());}};_0x2323de(++_0x36bba3);}(_0x36bb,0x113));const _0x2323=function(_0x29a45e,_0x36bba3){_0x29a45e=_0x29a45e-0x0;let _0x2323de=_0x36bb[_0x29a45e];return _0x2323de;};import{Plugin as _0x4d9a57}from'ckeditor5/src/core';import{getTranslation as _0x4263fb}from'../utils/common-translations';export default class Y extends _0x4d9a57{[_0x2323('0xa')](){const _0xe554d=this[_0x2323('0xd')];if(!_0xe554d[_0x2323('0x7')][_0x2323('0x12')]('HighlightEditing'))return;const _0x5d385f=_0xe554d[_0x2323('0x7')][_0x2323('0x19')](_0x2323('0xe')),_0x2837cb=_0xe554d['locale'];_0x5d385f[_0x2323('0x11')](_0x2323('0x10'),[_0x2323('0x10')]),_0x5d385f[_0x2323('0x1')][_0x2323('0x8')](_0x2323('0x10'),_0x4263fb(_0x2837cb,_0x2323('0x6'))),this['_registerLegacyDescription']();}[_0x2323('0x16')](){const _0x2820a1=this[_0x2323('0xd')],_0x458fc9=_0x2820a1[_0x2323('0x14')];_0x2820a1[_0x2323('0x7')][_0x2323('0x19')](_0x2323('0xe'))[_0x2323('0x1')][_0x2323('0x4')](_0x498519=>{if(_0x2323('0x17')!=_0x498519[_0x2323('0x15')])return;const {data:_0x30c7fd}=_0x498519;if(_0x30c7fd&&_0x2323('0x10')==_0x30c7fd[_0x2323('0xc')]){const _0x1a8578=_0x458fc9['t'],_0x3293b0=_0x30c7fd[_0x2323('0x2')][0x0]['value'];if(_0x3293b0){const _0x1ddfb1=_0x2820a1['config'][_0x2323('0x19')](_0x2323('0xf'))[_0x2323('0x13')](_0x5a4397=>_0x5a4397[_0x2323('0x18')]==_0x3293b0),_0x4a69c1=_0x1a8578(_0x1ddfb1[_0x2323('0x9')])[_0x2323('0xb')]();return{'type':'format','content':_0x4263fb(_0x458fc9,_0x2323('0x0'),_0x4a69c1),'color':{'value':_0x1ddfb1['color'],'title':_0x1ddfb1[_0x2323('0x9')]}};}return{'type':_0x2323('0x5'),'content':_0x4263fb(_0x458fc9,_0x2323('0x3'),_0x4263fb(_0x458fc9,'FORMAT_HIGHLIGHT'))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e18=['createPositionAt','registerElementLabel','dataDowncast','locale','afterInit','for','TrackChangesEditing','conversion','showSuggestionHighlights','has','plugins','enableCommand','HorizontalLineEditing','addClass','createEmptyElement','_descriptionFactory','editor','get','ELEMENT_HORIZONTAL_LINE','ck-horizontal-line','horizontalLine','elementToStructure'];(function(_0x3c33e6,_0x1e189d){const _0x595e6a=function(_0x114979){while(--_0x114979){_0x3c33e6['push'](_0x3c33e6['shift']());}};_0x595e6a(++_0x1e189d);}(_0x1e18,0x161));const _0x595e=function(_0x3c33e6,_0x1e189d){_0x3c33e6=_0x3c33e6-0x0;let _0x595e6a=_0x1e18[_0x3c33e6];return _0x595e6a;};import{Plugin as _0x34851e}from'ckeditor5/src/core';import{getTranslation as _0x1a3d59}from'../utils/common-translations';export default class Z extends _0x34851e{[_0x595e('0x3')](){const _0x4c2d40=this[_0x595e('0xf')];if(!_0x4c2d40[_0x595e('0x9')][_0x595e('0x8')](_0x595e('0xb')))return;_0x4c2d40[_0x595e('0x9')][_0x595e('0x10')](_0x595e('0x5'))[_0x595e('0xa')](_0x595e('0x13'));const _0x2eba52=_0x4c2d40[_0x595e('0x9')][_0x595e('0x10')](_0x595e('0x5')),_0x3a5a55=_0x4c2d40[_0x595e('0x2')];_0x2eba52[_0x595e('0xe')][_0x595e('0x0')](_0x595e('0x13'),_0x5dfec1=>_0x1a3d59(_0x3a5a55,_0x595e('0x11'),_0x5dfec1)),_0x4c2d40[_0x595e('0x6')][_0x595e('0x4')](_0x595e('0x1'))[_0x595e('0x14')]({'model':_0x595e('0x13'),'view':(_0x27bf2a,{writer:_0x2e43db,options:_0x5423d3})=>{if(!_0x5423d3[_0x595e('0x7')])return null;const _0x37874a=_0x2e43db['createContainerElement']('div'),_0x13ae20=_0x2e43db[_0x595e('0xd')]('hr');return _0x2e43db[_0x595e('0xc')](_0x595e('0x12'),_0x37874a),_0x2e43db['insert'](_0x2e43db[_0x595e('0x15')](_0x37874a,0x0),_0x13ae20),_0x37874a;},'converterPriority':'high'});}}
23
+ const _0x599d=['createPositionAt','locale','ELEMENT_HORIZONTAL_LINE','showSuggestionHighlights','for','_descriptionFactory','plugins','editor','enableCommand','conversion','createContainerElement','high','get','createEmptyElement','HorizontalLineEditing','afterInit','addClass','elementToStructure','TrackChangesEditing','dataDowncast'];(function(_0x59b4c0,_0x599db3){const _0x36b251=function(_0x178212){while(--_0x178212){_0x59b4c0['push'](_0x59b4c0['shift']());}};_0x36b251(++_0x599db3);}(_0x599d,0x1dd));const _0x36b2=function(_0x59b4c0,_0x599db3){_0x59b4c0=_0x59b4c0-0x0;let _0x36b251=_0x599d[_0x59b4c0];return _0x36b251;};import{Plugin as _0x198400}from'ckeditor5/src/core';import{getTranslation as _0x539dd2}from'../utils/common-translations';export default class Z extends _0x198400{[_0x36b2('0x12')](){const _0x455970=this[_0x36b2('0xa')];if(!_0x455970[_0x36b2('0x9')]['has'](_0x36b2('0x11')))return;_0x455970[_0x36b2('0x9')][_0x36b2('0xf')](_0x36b2('0x1'))[_0x36b2('0xb')]('horizontalLine');const _0x1b2eff=_0x455970[_0x36b2('0x9')]['get']('TrackChangesEditing'),_0x28b646=_0x455970[_0x36b2('0x4')];_0x1b2eff[_0x36b2('0x8')]['registerElementLabel']('horizontalLine',_0x3f8948=>_0x539dd2(_0x28b646,_0x36b2('0x5'),_0x3f8948)),_0x455970[_0x36b2('0xc')][_0x36b2('0x7')](_0x36b2('0x2'))[_0x36b2('0x0')]({'model':'horizontalLine','view':(_0x22c26f,{writer:_0x17135d,options:_0x2efeb6})=>{if(!_0x2efeb6[_0x36b2('0x6')])return null;const _0x32a380=_0x17135d[_0x36b2('0xd')]('div'),_0x211957=_0x17135d[_0x36b2('0x10')]('hr');return _0x17135d[_0x36b2('0x13')]('ck-horizontal-line',_0x32a380),_0x17135d['insert'](_0x17135d[_0x36b2('0x3')](_0x32a380,0x0),_0x211957),_0x32a380;},'converterPriority':_0x36b2('0xe')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e80=['attribute','commandName','plugins','ELEMENT_HTML_EMBED','*Change\x20%0\x20content*','_descriptionFactory','htmlEmbed','TrackChangesEditing','getFirstRange','registerDescriptionCallback','locale','HtmlEmbed','start','element','nodeAfter','get','format','value','rawHtml','editor','type','_enableDefaultAttributesIntegration','_registerLegacyDescription','key','afterInit'];(function(_0x24084a,_0x2e80f0){const _0x3007bc=function(_0x573ede){while(--_0x573ede){_0x24084a['push'](_0x24084a['shift']());}};_0x3007bc(++_0x2e80f0);}(_0x2e80,0xfb));const _0x3007=function(_0x24084a,_0x2e80f0){_0x24084a=_0x24084a-0x0;let _0x3007bc=_0x2e80[_0x24084a];return _0x3007bc;};import{Plugin as _0x4f3a57}from'ckeditor5/src/core';import{getTranslation as _0x1e8d3b}from'../utils/common-translations';export default class tt extends _0x4f3a57{[_0x3007('0x17')](){const _0x15d15d=this['editor'];if(!_0x15d15d['plugins']['has'](_0x3007('0xa')))return;const _0x1240ba=_0x15d15d[_0x3007('0x1')]['get'](_0x3007('0x6')),_0x268c5f=_0x15d15d[_0x3007('0x9')];_0x1240ba[_0x3007('0x4')]['registerElementLabel'](_0x3007('0x11'),_0x152e5f=>_0x1e8d3b(_0x268c5f,_0x3007('0x2'),_0x152e5f)),_0x1240ba[_0x3007('0x14')]('htmlEmbed',[],[_0x3007('0x10')]),_0x1240ba[_0x3007('0x4')][_0x3007('0x8')](_0x36f8bd=>{if(_0x3007('0x18')!=_0x36f8bd[_0x3007('0x13')])return;const {data:_0x1feab1}=_0x36f8bd;if(_0x1feab1&&_0x3007('0x10')==_0x1feab1[_0x3007('0x16')]&&_0x36f8bd[_0x3007('0x7')]()[_0x3007('0xb')][_0x3007('0xd')]['is'](_0x3007('0xc'),'rawHtml')){const _0x4b508b=_0x1e8d3b(_0x268c5f,_0x3007('0x2'));return{'type':_0x3007('0xf'),'content':_0x1e8d3b(_0x268c5f,'*Change\x20%0\x20content*',_0x4b508b)};}}),this['_registerLegacyDescription']();}[_0x3007('0x15')](){const _0x1c26ca=this[_0x3007('0x12')],_0x594691=_0x1c26ca[_0x3007('0x9')];_0x1c26ca[_0x3007('0x1')][_0x3007('0xe')](_0x3007('0x6'))[_0x3007('0x4')][_0x3007('0x8')](_0x3248ea=>{if('formatBlock'!=_0x3248ea[_0x3007('0x13')])return;const {data:_0x2791c6}=_0x3248ea;if(_0x2791c6&&_0x3007('0x5')==_0x2791c6[_0x3007('0x0')]){const _0x2e03c6=_0x1e8d3b(_0x594691,'ELEMENT_HTML_EMBED');return{'type':'format','content':_0x1e8d3b(_0x594691,_0x3007('0x3'),_0x2e03c6)};}});}}
23
+ const _0x5dee=['format','plugins','formatBlock','type','TrackChangesEditing','registerElementLabel','_descriptionFactory','locale','has','attribute','value','get','registerDescriptionCallback','htmlEmbed','getFirstRange','key','ELEMENT_HTML_EMBED','afterInit','commandName','editor','_registerLegacyDescription'];(function(_0x19977a,_0x5dee0d){const _0x461fdd=function(_0xa0a5c9){while(--_0xa0a5c9){_0x19977a['push'](_0x19977a['shift']());}};_0x461fdd(++_0x5dee0d);}(_0x5dee,0xcf));const _0x461f=function(_0x19977a,_0x5dee0d){_0x19977a=_0x19977a-0x0;let _0x461fdd=_0x5dee[_0x19977a];return _0x461fdd;};import{Plugin as _0x11cb8a}from'ckeditor5/src/core';import{getTranslation as _0x1bf840}from'../utils/common-translations';export default class tt extends _0x11cb8a{[_0x461f('0x14')](){const _0x181f0=this[_0x461f('0x1')];if(!_0x181f0[_0x461f('0x4')][_0x461f('0xb')]('HtmlEmbed'))return;const _0x4bbd81=_0x181f0[_0x461f('0x4')][_0x461f('0xe')]('TrackChangesEditing'),_0x2e82b9=_0x181f0[_0x461f('0xa')];_0x4bbd81[_0x461f('0x9')][_0x461f('0x8')]('rawHtml',_0x55cc25=>_0x1bf840(_0x2e82b9,'ELEMENT_HTML_EMBED',_0x55cc25)),_0x4bbd81['_enableDefaultAttributesIntegration'](_0x461f('0x10'),[],[_0x461f('0xd')]),_0x4bbd81[_0x461f('0x9')][_0x461f('0xf')](_0x41c0fd=>{if(_0x461f('0xc')!=_0x41c0fd['type'])return;const {data:_0x523de9}=_0x41c0fd;if(_0x523de9&&_0x461f('0xd')==_0x523de9[_0x461f('0x12')]&&_0x41c0fd[_0x461f('0x11')]()['start']['nodeAfter']['is']('element','rawHtml')){const _0x15a1d7=_0x1bf840(_0x2e82b9,_0x461f('0x13'));return{'type':_0x461f('0x3'),'content':_0x1bf840(_0x2e82b9,'*Change\x20%0\x20content*',_0x15a1d7)};}}),this[_0x461f('0x2')]();}['_registerLegacyDescription'](){const _0x370121=this[_0x461f('0x1')],_0x32b9d4=_0x370121[_0x461f('0xa')];_0x370121[_0x461f('0x4')]['get'](_0x461f('0x7'))[_0x461f('0x9')][_0x461f('0xf')](_0x2c2cf1=>{if(_0x461f('0x5')!=_0x2c2cf1[_0x461f('0x6')])return;const {data:_0x2723f6}=_0x2c2cf1;if(_0x2723f6&&_0x461f('0x10')==_0x2723f6[_0x461f('0x0')]){const _0x50ebe1=_0x1bf840(_0x32b9d4,_0x461f('0x13'));return{'type':'format','content':_0x1bf840(_0x32b9d4,'*Change\x20%0\x20content*',_0x50ebe1)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5cfa=['join','getSuggestionCallback','schema','toNext','addObject','get','start','length','imageStylePreApply','imageTypeInline','ImageEditing','ImageResize','resizedWidth','getCaptionFromImageModelElement','*Remove\x20image\x20text\x20alternative*','createRange','getClosestSelectedImageElement','selection','registerDescriptionCallback','editor','ImageInlineEditing','TrackChangesEditing','has','FORMAT_IMAGE_SIZE','enableCommand','format','_registerLegacyDescription','isBlockImage','subType','imageBlock','insertImage','Block\x20image\x20to\x20inline\x20image','ELEMENT_CAPTION','backward','imageInline','previous','element','_descriptionFactory','markInsertion','formatInline','attribute','*Set\x20image\x20text\x20alternative:*\x20%0','resizeImage','ImageUploadEditing','detach','ImageCaptionUtils','imageCaption','imageTextAlternative','plugins','find','*Reset\x20image\x20width*','convertBlockImageToInline','registerCustomCallback','ELEMENT_INLINE_IMAGE','_enableDefaultAttributesIntegration','nodeAfter','formatBlock','registerElementLabel','convertInlineImageToBlock','ELEMENT_IMAGE','end','isIntersecting','width','markBlockFormat','fromPosition','type','_suggestionFactory','deletion','isEqual','uploadImage','toPrevious','createRangeOn','commandName','caption','locale','ImageCaptionEditing','imageTypeBlock','*Set\x20image\x20width:*\x20%0','key','discard','forward','isBefore','ImageUtils','isCollapsed','change','model','accept','removeObject','afterInit','document','getFirstRange','insertion','toggleImageCaption','chain','newValue','forceDefaultExecution','Inline\x20image\x20to\x20block\x20image','findIndex'];(function(_0x23cd8d,_0x5cfa40){const _0x36fde7=function(_0x2f31f0){while(--_0x2f31f0){_0x23cd8d['push'](_0x23cd8d['shift']());}};_0x36fde7(++_0x5cfa40);}(_0x5cfa,0xfa));const _0x36fd=function(_0x23cd8d,_0x5cfa40){_0x23cd8d=_0x23cd8d-0x0;let _0x36fde7=_0x5cfa[_0x23cd8d];return _0x36fde7;};import{Plugin as _0x29a6be}from'ckeditor5/src/core';import{LivePosition as _0x1fc820}from'ckeditor5/src/engine';import{getTranslation as _0x4bf240}from'../utils/common-translations';export default class it extends _0x29a6be{[_0x36fd('0x22')](){const _0x6b7d56=this[_0x36fd('0x3f')];if(!_0x6b7d56[_0x36fd('0x5c')][_0x36fd('0x42')](_0x36fd('0x36')))return;const _0x31de6b=_0x6b7d56[_0x36fd('0x5c')][_0x36fd('0x31')](_0x36fd('0x41')),_0x2100fa=_0x6b7d56[_0x36fd('0x5c')][_0x36fd('0x31')](_0x36fd('0x1c')),_0x356f5c=_0x6b7d56[_0x36fd('0x14')];_0x31de6b[_0x36fd('0x44')](_0x36fd('0x4a')),_0x31de6b['_descriptionFactory']['registerElementLabel'](_0x36fd('0x49'),_0x1688a2=>_0x4bf240(_0x356f5c,_0x36fd('0x5'),_0x1688a2)),_0x31de6b['_descriptionFactory']['registerElementLabel'](_0x36fd('0x4e'),_0x75143f=>_0x4bf240(_0x356f5c,_0x36fd('0x61'),_0x75143f)),_0x31de6b[_0x36fd('0x51')][_0x36fd('0x3')](_0x36fd('0x13'),()=>_0x4bf240(_0x356f5c,_0x36fd('0x4c'))),_0x6b7d56['plugins'][_0x36fd('0x42')](_0x36fd('0x57'))&&_0x31de6b['enableCommand'](_0x36fd('0xf')),_0x6b7d56[_0x36fd('0x5c')][_0x36fd('0x42')]('ImageBlockEditing')&&_0x6b7d56['plugins']['has'](_0x36fd('0x40'))&&(_0x31de6b[_0x36fd('0x44')](_0x36fd('0x35'),(_0x4ba28c,_0x5b89e8)=>{const _0x347a13=_0x2100fa[_0x36fd('0x3c')](_0x6b7d56[_0x36fd('0x1f')][_0x36fd('0x23')]['selection']);_0x6b7d56[_0x36fd('0x1f')][_0x36fd('0x1e')](()=>{_0x31de6b[_0x36fd('0x9')](_0x347a13,{'commandName':_0x36fd('0x35'),'commandParams':[_0x5b89e8]},[],_0x36fd('0x5f'));});}),_0x31de6b[_0x36fd('0x44')](_0x36fd('0x16'),(_0x42382d,_0x53ff51)=>{_0x6b7d56['model'][_0x36fd('0x1e')](_0x29ae1d=>{let _0x26e252=_0x2100fa['getClosestSelectedImageElement'](_0x6b7d56[_0x36fd('0x1f')][_0x36fd('0x23')][_0x36fd('0x3d')]),_0xca800d=_0x29ae1d[_0x36fd('0x11')](_0x26e252);const _0x4e14c5=_0x1fc820[_0x36fd('0xa')](_0xca800d['start'],_0x36fd('0x10')),_0x48b1cc=_0x1fc820['fromPosition'](_0xca800d[_0x36fd('0x6')],_0x36fd('0x2f'));_0x31de6b[_0x36fd('0x29')](()=>_0x42382d(_0x53ff51)),_0x26e252=_0x2100fa[_0x36fd('0x3c')](_0x6b7d56[_0x36fd('0x1f')]['document'][_0x36fd('0x3d')]),_0xca800d=_0x29ae1d[_0x36fd('0x11')](_0x26e252);const _0x41b175=_0x29ae1d[_0x36fd('0x3b')](_0x4e14c5,_0x48b1cc);_0x4e14c5[_0x36fd('0x58')](),_0x48b1cc[_0x36fd('0x58')](),_0x31de6b[_0x36fd('0x9')](_0x26e252,{'commandName':_0x36fd('0x35'),'commandParams':[_0x53ff51]},[],_0x36fd('0x4')),_0x41b175[_0x36fd('0x32')][_0x36fd('0x1b')](_0xca800d[_0x36fd('0x32')])&&_0x31de6b[_0x36fd('0x52')](_0x29ae1d[_0x36fd('0x3b')](_0x41b175[_0x36fd('0x32')],_0xca800d[_0x36fd('0x32')]),'convertInlineImageToBlock'),_0xca800d['end'][_0x36fd('0x1b')](_0x41b175[_0x36fd('0x6')])&&_0x31de6b[_0x36fd('0x52')](_0x29ae1d[_0x36fd('0x3b')](_0xca800d[_0x36fd('0x6')],_0x41b175[_0x36fd('0x6')]),'convertInlineImageToBlock');});}),_0x31de6b[_0x36fd('0xc')]['registerCustomCallback'](_0x36fd('0x2'),'convertInlineImageToBlock',_0x36fd('0x2c'),()=>!0x1),_0x31de6b[_0x36fd('0xc')][_0x36fd('0x60')](_0x36fd('0x2'),_0x36fd('0x4'),'accept',()=>!0x1),_0x31de6b[_0x36fd('0xc')][_0x36fd('0x60')]('formatBlock',_0x36fd('0x4'),_0x36fd('0x19'),_0x31de6b[_0x36fd('0xc')]['getSuggestionCallback'](_0x36fd('0x2'),'',_0x36fd('0x20'))),_0x31de6b['_suggestionFactory'][_0x36fd('0x60')](_0x36fd('0x25'),_0x36fd('0x4'),_0x36fd('0x2c'),()=>!0x1),_0x31de6b[_0x36fd('0xc')][_0x36fd('0x60')](_0x36fd('0x25'),_0x36fd('0x4'),_0x36fd('0x19'),([_0xe444bf])=>{const _0x360c3e=_0x31de6b['_suggestionFactory'][_0x36fd('0x2d')](_0x36fd('0x25'),'',_0x36fd('0x19'));let _0x20d637=_0xe444bf['start'],_0x4bdd2c=_0xe444bf['end'];const _0x252f29=_0x6b7d56[_0x36fd('0x1f')][_0x36fd('0x2e')]['getNearestSelectionRange'](_0x20d637,_0x36fd('0x4d')),_0x413f09=_0x6b7d56[_0x36fd('0x1f')][_0x36fd('0x2e')]['getNearestSelectionRange'](_0x4bdd2c,_0x36fd('0x1a'));_0x252f29[_0x36fd('0x1d')]&&(_0x20d637=_0x252f29[_0x36fd('0x32')]),_0x413f09[_0x36fd('0x1d')]&&(_0x4bdd2c=_0x413f09['end']),_0x360c3e([_0x6b7d56[_0x36fd('0x1f')][_0x36fd('0x3b')](_0x20d637,_0x4bdd2c)]);}),_0x31de6b[_0x36fd('0xc')]['registerCustomCallback']('formatBlock',_0x36fd('0x4'),_0x36fd('0x27'),_0x442098),_0x31de6b['_suggestionFactory'][_0x36fd('0x60')](_0x36fd('0x25'),_0x36fd('0x4'),'chain',_0x442098)),_0x6b7d56[_0x36fd('0x5c')][_0x36fd('0x42')](_0x36fd('0x15'))&&(_0x31de6b['enableCommand'](_0x36fd('0x26'),(_0x862816,_0x4f2b66)=>{const _0x59b8d1=_0x6b7d56[_0x36fd('0x5c')]['get'](_0x36fd('0x59'));let _0xbbd5f0=_0x2100fa[_0x36fd('0x3c')](_0x6b7d56['model'][_0x36fd('0x23')][_0x36fd('0x3d')]),_0x419b42=_0x59b8d1[_0x36fd('0x39')](_0xbbd5f0);_0x6b7d56[_0x36fd('0x1f')]['change'](()=>{if(_0x419b42)return void _0x31de6b['markDeletion'](_0x6b7d56[_0x36fd('0x1f')][_0x36fd('0x11')](_0x419b42));const _0x39778a=_0x2100fa['isBlockImage'](_0xbbd5f0);_0x862816(_0x4f2b66),_0xbbd5f0=_0x2100fa[_0x36fd('0x3c')](_0x6b7d56[_0x36fd('0x1f')]['document'][_0x36fd('0x3d')]),_0x419b42=_0x59b8d1[_0x36fd('0x39')](_0xbbd5f0),_0x31de6b['markInsertion'](_0x6b7d56[_0x36fd('0x1f')]['createRangeOn'](_0x419b42),_0x39778a?null:_0x36fd('0x5a'));});}),_0x31de6b[_0x36fd('0xc')]['registerCustomCallback'](_0x36fd('0x25'),_0x36fd('0x5a'),_0x36fd('0x27'),_0x442098));const _0x3a3507=[{'type':_0x36fd('0x2'),'subType':_0x36fd('0x34')},{'type':_0x36fd('0x25'),'subType':_0x36fd('0x5a')},{'type':_0x36fd('0x2'),'subType':_0x36fd('0x4')},{'type':_0x36fd('0x25'),'subType':_0x36fd('0x4')}];function _0x2b0808(_0x20d980,_0x2c6526){const _0x1fcd6d=_0x3a3507['findIndex'](({type:_0x433980,subType:_0xc71445})=>_0x20d980['type']==_0x433980&&_0x20d980['subType']==_0xc71445),_0x43ab12=_0x3a3507[_0x36fd('0x2b')](({type:_0x4288d7,subType:_0x3bd754})=>_0x2c6526['type']==_0x4288d7&&_0x2c6526['subType']==_0x3bd754);if(_0x1fcd6d<0x0||_0x43ab12<0x0)return!0x1;const _0x2a1cae=_0x20d980['getFirstRange'](),_0x236dd6=_0x2c6526[_0x36fd('0x24')]();if((0x0==_0x1fcd6d||0x1==_0x1fcd6d)&&0x2==_0x43ab12&&_0x2a1cae[_0x36fd('0x7')](_0x236dd6))return!0x0;if(0x2==_0x1fcd6d&&0x3==_0x43ab12){const _0xd3650b=_0x31de6b['_findSuggestions'](_0x2a1cae,_0x36fd('0x25'))['filter'](({suggestion:_0x5ea331,meta:_0x1f8ede})=>_0x1f8ede['isOwn']&&_0x36fd('0x4')==_0x5ea331['subType']);if(_0xd3650b[_0x36fd('0x33')]>0x1&&_0x236dd6['end']['isEqual'](_0x2a1cae['start']))return!0x0;if(0x1==_0xd3650b['length']&&(_0x2a1cae[_0x36fd('0x32')][_0x36fd('0xe')](_0x236dd6[_0x36fd('0x6')])||_0x2a1cae[_0x36fd('0x6')][_0x36fd('0xe')](_0x236dd6[_0x36fd('0x32')])))return!0x0;}if(0x3==_0x1fcd6d&&0x3==_0x43ab12&&_0x2a1cae['start']['isBefore'](_0x236dd6[_0x36fd('0x32')])){const _0x25f576=_0x2a1cae[_0x36fd('0x6')][_0x36fd('0x1')],_0x1565c4=_0x236dd6[_0x36fd('0x32')]['nodeBefore'];return _0x2100fa[_0x36fd('0x47')](_0x25f576)&&_0x25f576===_0x1565c4;}return!0x1;}function _0x442098(_0x47e713,_0x43c117){return _0x2b0808(_0x47e713,_0x43c117)?[_0x47e713,_0x43c117]:_0x2b0808(_0x43c117,_0x47e713)?[_0x43c117,_0x47e713]:null;}_0x6b7d56[_0x36fd('0x5c')][_0x36fd('0x42')](_0x36fd('0x37'))&&(_0x31de6b[_0x36fd('0x0')](_0x36fd('0x56'),[],[_0x36fd('0x38')]),_0x31de6b[_0x36fd('0x51')]['registerAttributeLabel'](_0x36fd('0x38'),_0x4bf240(_0x356f5c,_0x36fd('0x43')))),_0x6b7d56['plugins']['has']('ImageTextAlternativeEditing')&&_0x31de6b['_enableDefaultAttributesIntegration']('imageTextAlternative',[],['alt']),_0x31de6b['_descriptionFactory'][_0x36fd('0x3e')](_0xaf3364=>{if(!!_0x3a3507[_0x36fd('0x5d')](({type:_0x415791,subType:_0x140847})=>_0xaf3364[_0x36fd('0xb')]==_0x415791&&_0xaf3364['subType']==_0x140847))return _0xaf3364[_0x36fd('0x4f')]?{}:void 0x0;}),_0x31de6b[_0x36fd('0x51')]['registerDescriptionCallback'](_0x220f6e=>{if(_0x36fd('0x25')==_0x220f6e['type']||_0x36fd('0xd')==_0x220f6e[_0x36fd('0xb')]){const _0x3768d5=_0x220f6e['getContainedElement']();if(_0x3768d5&&_0x3768d5['is'](_0x36fd('0x50'),_0x36fd('0x13')))return{'type':_0x36fd('0x25')==_0x220f6e['type']?_0x36fd('0x30'):_0x36fd('0x21'),'element':_0x3768d5,'quantity':0x1};}}),_0x31de6b['_descriptionFactory'][_0x36fd('0x3e')](_0xc70e30=>_0x36fd('0x2')==_0xc70e30[_0x36fd('0xb')]&&_0x36fd('0x4')==_0xc70e30[_0x36fd('0x48')]?{'type':_0x36fd('0x45'),'content':_0x36fd('0x2a')}:'formatBlock'==_0xc70e30[_0x36fd('0xb')]&&_0x36fd('0x5f')==_0xc70e30[_0x36fd('0x48')]?{'type':_0x36fd('0x45'),'content':_0x36fd('0x4b')}:void 0x0),_0x31de6b['_descriptionFactory'][_0x36fd('0x3e')](_0x1f318d=>{if(_0x36fd('0x54')!=_0x1f318d['type'])return;const {data:_0xb02d65}=_0x1f318d;if(!_0xb02d65||'alt'!=_0xb02d65[_0x36fd('0x18')])return;const _0x24eda3=_0xb02d65[_0x36fd('0x28')];return _0x24eda3?{'type':_0x36fd('0x45'),'content':_0x4bf240(_0x356f5c,_0x36fd('0x55'),'\x22'+_0x24eda3+'\x22')}:{'type':_0x36fd('0x45'),'content':_0x4bf240(_0x356f5c,_0x36fd('0x3a'))};}),this['_registerLegacyDescription']();}[_0x36fd('0x46')](){const _0x2e1ad1=this['editor'],_0x4fa104=_0x2e1ad1['locale'];_0x2e1ad1[_0x36fd('0x5c')][_0x36fd('0x31')](_0x36fd('0x41'))['_descriptionFactory'][_0x36fd('0x3e')](_0x1e6d11=>{if(_0x36fd('0x2')!=_0x1e6d11[_0x36fd('0xb')]&&_0x36fd('0x53')!=_0x1e6d11[_0x36fd('0xb')])return;const {data:_0x467098}=_0x1e6d11;if(_0x467098){if(_0x36fd('0x5b')==_0x467098[_0x36fd('0x12')]){const _0x38431e=_0x467098['commandParams'][0x0][_0x36fd('0x28')];return _0x38431e?{'type':_0x36fd('0x45'),'content':_0x4bf240(_0x4fa104,_0x36fd('0x55'),'\x22'+_0x38431e+'\x22')}:{'type':_0x36fd('0x45'),'content':_0x4bf240(_0x4fa104,_0x36fd('0x3a'))};}if(_0x36fd('0x56')==_0x467098[_0x36fd('0x12')]){const _0x568eb1=_0x467098['commandParams'][0x0][_0x36fd('0x8')];return _0x568eb1?{'type':_0x36fd('0x45'),'content':_0x4bf240(_0x4fa104,_0x36fd('0x17'),_0x568eb1)}:{'type':_0x36fd('0x45'),'content':_0x4bf240(_0x4fa104,_0x36fd('0x5e'))};}}});}}
23
+ const _0x363f=['toggleImageCaption','isEqual','alt','isBefore','locale','removeObject','convertInlineImageToBlock','discard','afterInit','registerElementLabel','ImageResize','markDeletion','Block\x20image\x20to\x20inline\x20image','markInsertion','commandName','commandParams','start','toPrevious','ImageUtils','plugins','newValue','_descriptionFactory','chain','*Reset\x20image\x20width*','getFirstRange','createRange','isCollapsed','Inline\x20image\x20to\x20block\x20image','fromPosition','getClosestSelectedImageElement','document','join','editor','nodeBefore','registerCustomCallback','resizeImage','isOwn','key','_enableDefaultAttributesIntegration','ImageCaptionUtils','format','insertion','caption','getNearestSelectionRange','_findSuggestions','isBlockImage','imageInline','imageStylePreApply','getContainedElement','formatInline','findIndex','formatBlock','end','convertBlockImageToInline','forceDefaultExecution','imageTextAlternative','imageBlock','ImageEditing','forward','change','selection','*Set\x20image\x20text\x20alternative:*\x20%0','model','ImageTextAlternativeEditing','registerDescriptionCallback','_registerLegacyDescription','ELEMENT_INLINE_IMAGE','length','get','imageTypeInline','getSuggestionCallback','ELEMENT_IMAGE','has','createRangeOn','ELEMENT_CAPTION','schema','deletion','imageTypeBlock','registerAttributeLabel','detach','accept','imageCaption','subType','*Remove\x20image\x20text\x20alternative*','ImageCaptionEditing','element','backward','type','enableCommand','FORMAT_IMAGE_SIZE','resizedWidth','TrackChangesEditing','nodeAfter','_suggestionFactory','ImageBlockEditing','markBlockFormat','width'];(function(_0x36ad5d,_0x363f10){const _0x598066=function(_0x283e0c){while(--_0x283e0c){_0x36ad5d['push'](_0x36ad5d['shift']());}};_0x598066(++_0x363f10);}(_0x363f,0x149));const _0x5980=function(_0x36ad5d,_0x363f10){_0x36ad5d=_0x36ad5d-0x0;let _0x598066=_0x363f[_0x36ad5d];return _0x598066;};import{Plugin as _0x46b64e}from'ckeditor5/src/core';import{LivePosition as _0x34204b}from'ckeditor5/src/engine';import{getTranslation as _0x37991f}from'../utils/common-translations';export default class it extends _0x46b64e{[_0x5980('0x43')](){const _0x266442=this[_0x5980('0x5b')];if(!_0x266442['plugins']['has'](_0x5980('0x13')))return;const _0x157606=_0x266442[_0x5980('0x4e')]['get'](_0x5980('0x35')),_0x2d8094=_0x266442['plugins'][_0x5980('0x1e')](_0x5980('0x4d')),_0x571571=_0x266442[_0x5980('0x3f')];_0x157606[_0x5980('0x32')]('insertImage'),_0x157606[_0x5980('0x50')][_0x5980('0x44')](_0x5980('0x12'),_0x521a00=>_0x37991f(_0x571571,_0x5980('0x21'),_0x521a00)),_0x157606[_0x5980('0x50')][_0x5980('0x44')](_0x5980('0x8'),_0x2fe365=>_0x37991f(_0x571571,_0x5980('0x1c'),_0x2fe365)),_0x157606[_0x5980('0x50')][_0x5980('0x44')]('caption',()=>_0x37991f(_0x571571,_0x5980('0x24'))),_0x266442[_0x5980('0x4e')][_0x5980('0x22')]('ImageUploadEditing')&&_0x157606[_0x5980('0x32')]('uploadImage'),_0x266442[_0x5980('0x4e')][_0x5980('0x22')](_0x5980('0x38'))&&_0x266442[_0x5980('0x4e')][_0x5980('0x22')]('ImageInlineEditing')&&(_0x157606[_0x5980('0x32')]('imageTypeInline',(_0x1739c6,_0x3606f5)=>{const _0x3cf8f0=_0x2d8094[_0x5980('0x58')](_0x266442['model'][_0x5980('0x59')][_0x5980('0x16')]);_0x266442[_0x5980('0x18')][_0x5980('0x15')](()=>{_0x157606[_0x5980('0x39')](_0x3cf8f0,{'commandName':_0x5980('0x1f'),'commandParams':[_0x3606f5]},[],_0x5980('0xf'));});}),_0x157606['enableCommand'](_0x5980('0x27'),(_0x1000bd,_0x281b57)=>{_0x266442[_0x5980('0x18')][_0x5980('0x15')](_0xbbb3cf=>{let _0x4177b1=_0x2d8094[_0x5980('0x58')](_0x266442['model'][_0x5980('0x59')][_0x5980('0x16')]),_0x27f43d=_0xbbb3cf[_0x5980('0x23')](_0x4177b1);const _0x1cd0eb=_0x34204b[_0x5980('0x57')](_0x27f43d['start'],_0x5980('0x4c')),_0x4508ab=_0x34204b['fromPosition'](_0x27f43d[_0x5980('0xe')],'toNext');_0x157606[_0x5980('0x10')](()=>_0x1000bd(_0x281b57)),_0x4177b1=_0x2d8094[_0x5980('0x58')](_0x266442[_0x5980('0x18')]['document'][_0x5980('0x16')]),_0x27f43d=_0xbbb3cf[_0x5980('0x23')](_0x4177b1);const _0x91a220=_0xbbb3cf[_0x5980('0x54')](_0x1cd0eb,_0x4508ab);_0x1cd0eb[_0x5980('0x29')](),_0x4508ab[_0x5980('0x29')](),_0x157606[_0x5980('0x39')](_0x4177b1,{'commandName':'imageTypeInline','commandParams':[_0x281b57]},[],_0x5980('0x41')),_0x91a220[_0x5980('0x4b')][_0x5980('0x3e')](_0x27f43d['start'])&&_0x157606[_0x5980('0x48')](_0xbbb3cf[_0x5980('0x54')](_0x91a220[_0x5980('0x4b')],_0x27f43d[_0x5980('0x4b')]),_0x5980('0x41')),_0x27f43d[_0x5980('0xe')]['isBefore'](_0x91a220[_0x5980('0xe')])&&_0x157606[_0x5980('0x48')](_0xbbb3cf[_0x5980('0x54')](_0x27f43d['end'],_0x91a220[_0x5980('0xe')]),_0x5980('0x41'));});}),_0x157606[_0x5980('0x37')]['registerCustomCallback'](_0x5980('0xd'),_0x5980('0x41'),'join',()=>!0x1),_0x157606[_0x5980('0x37')][_0x5980('0x5d')](_0x5980('0xd'),'convertInlineImageToBlock','accept',()=>!0x1),_0x157606[_0x5980('0x37')][_0x5980('0x5d')](_0x5980('0xd'),_0x5980('0x41'),_0x5980('0x42'),_0x157606[_0x5980('0x37')][_0x5980('0x20')](_0x5980('0xd'),'',_0x5980('0x2a'))),_0x157606[_0x5980('0x37')]['registerCustomCallback']('insertion',_0x5980('0x41'),_0x5980('0x5a'),()=>!0x1),_0x157606['_suggestionFactory']['registerCustomCallback'](_0x5980('0x3'),_0x5980('0x41'),_0x5980('0x42'),([_0x470916])=>{const _0x593bd3=_0x157606[_0x5980('0x37')][_0x5980('0x20')]('insertion','',_0x5980('0x42'));let _0x2c2924=_0x470916[_0x5980('0x4b')],_0x226623=_0x470916[_0x5980('0xe')];const _0x40433b=_0x266442[_0x5980('0x18')]['schema'][_0x5980('0x5')](_0x2c2924,_0x5980('0x30')),_0x5db1b3=_0x266442[_0x5980('0x18')][_0x5980('0x25')]['getNearestSelectionRange'](_0x226623,_0x5980('0x14'));_0x40433b[_0x5980('0x55')]&&(_0x2c2924=_0x40433b['start']),_0x5db1b3[_0x5980('0x55')]&&(_0x226623=_0x5db1b3[_0x5980('0xe')]),_0x593bd3([_0x266442[_0x5980('0x18')][_0x5980('0x54')](_0x2c2924,_0x226623)]);}),_0x157606['_suggestionFactory'][_0x5980('0x5d')]('formatBlock',_0x5980('0x41'),'chain',_0x5e4ba2),_0x157606[_0x5980('0x37')][_0x5980('0x5d')](_0x5980('0x3'),_0x5980('0x41'),'chain',_0x5e4ba2)),_0x266442[_0x5980('0x4e')][_0x5980('0x22')](_0x5980('0x2e'))&&(_0x157606['enableCommand'](_0x5980('0x3b'),(_0xef528e,_0x3fb798)=>{const _0x5d3299=_0x266442['plugins'][_0x5980('0x1e')](_0x5980('0x1'));let _0x153a11=_0x2d8094['getClosestSelectedImageElement'](_0x266442[_0x5980('0x18')][_0x5980('0x59')][_0x5980('0x16')]),_0xd4ee01=_0x5d3299['getCaptionFromImageModelElement'](_0x153a11);_0x266442[_0x5980('0x18')][_0x5980('0x15')](()=>{if(_0xd4ee01)return void _0x157606[_0x5980('0x46')](_0x266442[_0x5980('0x18')]['createRangeOn'](_0xd4ee01));const _0x258946=_0x2d8094[_0x5980('0x7')](_0x153a11);_0xef528e(_0x3fb798),_0x153a11=_0x2d8094[_0x5980('0x58')](_0x266442['model'][_0x5980('0x59')][_0x5980('0x16')]),_0xd4ee01=_0x5d3299['getCaptionFromImageModelElement'](_0x153a11),_0x157606[_0x5980('0x48')](_0x266442[_0x5980('0x18')][_0x5980('0x23')](_0xd4ee01),_0x258946?null:'imageCaption');});}),_0x157606[_0x5980('0x37')][_0x5980('0x5d')](_0x5980('0x3'),_0x5980('0x2b'),_0x5980('0x51'),_0x5e4ba2));const _0x2d4016=[{'type':_0x5980('0xd'),'subType':_0x5980('0x9')},{'type':_0x5980('0x3'),'subType':_0x5980('0x2b')},{'type':_0x5980('0xd'),'subType':_0x5980('0x41')},{'type':'insertion','subType':_0x5980('0x41')}];function _0x2e9b91(_0x3d28c2,_0x29ff0d){const _0x3ecc02=_0x2d4016[_0x5980('0xc')](({type:_0x3bdcb5,subType:_0x573074})=>_0x3d28c2['type']==_0x3bdcb5&&_0x3d28c2[_0x5980('0x2c')]==_0x573074),_0x320d76=_0x2d4016[_0x5980('0xc')](({type:_0x47fcb4,subType:_0x120c7f})=>_0x29ff0d[_0x5980('0x31')]==_0x47fcb4&&_0x29ff0d[_0x5980('0x2c')]==_0x120c7f);if(_0x3ecc02<0x0||_0x320d76<0x0)return!0x1;const _0x491b6d=_0x3d28c2[_0x5980('0x53')](),_0x151a51=_0x29ff0d[_0x5980('0x53')]();if((0x0==_0x3ecc02||0x1==_0x3ecc02)&&0x2==_0x320d76&&_0x491b6d['isIntersecting'](_0x151a51))return!0x0;if(0x2==_0x3ecc02&&0x3==_0x320d76){const _0x2c7be2=_0x157606[_0x5980('0x6')](_0x491b6d,_0x5980('0x3'))['filter'](({suggestion:_0x460900,meta:_0x161064})=>_0x161064[_0x5980('0x5f')]&&_0x5980('0x41')==_0x460900[_0x5980('0x2c')]);if(_0x2c7be2[_0x5980('0x1d')]>0x1&&_0x151a51[_0x5980('0xe')]['isEqual'](_0x491b6d[_0x5980('0x4b')]))return!0x0;if(0x1==_0x2c7be2[_0x5980('0x1d')]&&(_0x491b6d['start'][_0x5980('0x3c')](_0x151a51['end'])||_0x491b6d[_0x5980('0xe')][_0x5980('0x3c')](_0x151a51[_0x5980('0x4b')])))return!0x0;}if(0x3==_0x3ecc02&&0x3==_0x320d76&&_0x491b6d[_0x5980('0x4b')][_0x5980('0x3e')](_0x151a51['start'])){const _0x7aeda3=_0x491b6d[_0x5980('0xe')][_0x5980('0x36')],_0x167411=_0x151a51['start'][_0x5980('0x5c')];return _0x2d8094[_0x5980('0x7')](_0x7aeda3)&&_0x7aeda3===_0x167411;}return!0x1;}function _0x5e4ba2(_0x391768,_0x234b98){return _0x2e9b91(_0x391768,_0x234b98)?[_0x391768,_0x234b98]:_0x2e9b91(_0x234b98,_0x391768)?[_0x234b98,_0x391768]:null;}_0x266442[_0x5980('0x4e')][_0x5980('0x22')](_0x5980('0x45'))&&(_0x157606[_0x5980('0x0')](_0x5980('0x5e'),[],[_0x5980('0x34')]),_0x157606[_0x5980('0x50')][_0x5980('0x28')](_0x5980('0x34'),_0x37991f(_0x571571,_0x5980('0x33')))),_0x266442['plugins'][_0x5980('0x22')](_0x5980('0x19'))&&_0x157606[_0x5980('0x0')](_0x5980('0x11'),[],[_0x5980('0x3d')]),_0x157606[_0x5980('0x50')]['registerDescriptionCallback'](_0x180224=>{if(!!_0x2d4016['find'](({type:_0x4c184c,subType:_0xe02726})=>_0x180224[_0x5980('0x31')]==_0x4c184c&&_0x180224['subType']==_0xe02726))return _0x180224['previous']?{}:void 0x0;}),_0x157606['_descriptionFactory']['registerDescriptionCallback'](_0x27c99b=>{if(_0x5980('0x3')==_0x27c99b[_0x5980('0x31')]||_0x5980('0x26')==_0x27c99b[_0x5980('0x31')]){const _0x34d038=_0x27c99b[_0x5980('0xa')]();if(_0x34d038&&_0x34d038['is'](_0x5980('0x2f'),_0x5980('0x4')))return{'type':_0x5980('0x3')==_0x27c99b['type']?'addObject':_0x5980('0x40'),'element':_0x34d038,'quantity':0x1};}}),_0x157606['_descriptionFactory'][_0x5980('0x1a')](_0x555b46=>_0x5980('0xd')==_0x555b46[_0x5980('0x31')]&&_0x5980('0x41')==_0x555b46['subType']?{'type':_0x5980('0x2'),'content':_0x5980('0x56')}:'formatBlock'==_0x555b46[_0x5980('0x31')]&&_0x5980('0xf')==_0x555b46[_0x5980('0x2c')]?{'type':_0x5980('0x2'),'content':_0x5980('0x47')}:void 0x0),_0x157606[_0x5980('0x50')][_0x5980('0x1a')](_0x44be5b=>{if('attribute'!=_0x44be5b['type'])return;const {data:_0xd61741}=_0x44be5b;if(!_0xd61741||_0x5980('0x3d')!=_0xd61741[_0x5980('0x60')])return;const _0x4a6015=_0xd61741[_0x5980('0x4f')];return _0x4a6015?{'type':_0x5980('0x2'),'content':_0x37991f(_0x571571,_0x5980('0x17'),'\x22'+_0x4a6015+'\x22')}:{'type':'format','content':_0x37991f(_0x571571,_0x5980('0x2d'))};}),this[_0x5980('0x1b')]();}['_registerLegacyDescription'](){const _0x3c1e65=this['editor'],_0x3fa253=_0x3c1e65[_0x5980('0x3f')];_0x3c1e65[_0x5980('0x4e')][_0x5980('0x1e')](_0x5980('0x35'))['_descriptionFactory'][_0x5980('0x1a')](_0x31f717=>{if(_0x5980('0xd')!=_0x31f717[_0x5980('0x31')]&&_0x5980('0xb')!=_0x31f717['type'])return;const {data:_0xadc6f1}=_0x31f717;if(_0xadc6f1){if(_0x5980('0x11')==_0xadc6f1['commandName']){const _0x451dfa=_0xadc6f1[_0x5980('0x4a')][0x0][_0x5980('0x4f')];return _0x451dfa?{'type':'format','content':_0x37991f(_0x3fa253,_0x5980('0x17'),'\x22'+_0x451dfa+'\x22')}:{'type':_0x5980('0x2'),'content':_0x37991f(_0x3fa253,'*Remove\x20image\x20text\x20alternative*')};}if(_0x5980('0x5e')==_0xadc6f1[_0x5980('0x49')]){const _0x47fad5=_0xadc6f1['commandParams'][0x0][_0x5980('0x3a')];return _0x47fad5?{'type':_0x5980('0x2'),'content':_0x37991f(_0x3fa253,'*Set\x20image\x20width:*\x20%0',_0x47fad5)}:{'type':'format','content':_0x37991f(_0x3fa253,_0x5980('0x52'))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4607=['_descriptionFactory','plugins','_suggestionFactory','locale','newValue','oldValue','_handleLegacySuggestions','editor','_registerLegacyDescription','accept','discard','formatBlock','*Replace\x20image\x20URL*','key','registerDescriptionCallback','formatInline','src','has','afterInit','type','TrackChangesEditing','replaceImageSource','format','attribute','get','ImageEditing','registerCustomCallback'];(function(_0x223d2d,_0x460798){const _0x5dd4b7=function(_0x122a54){while(--_0x122a54){_0x223d2d['push'](_0x223d2d['shift']());}};_0x5dd4b7(++_0x460798);}(_0x4607,0xf3));const _0x5dd4=function(_0x223d2d,_0x460798){_0x223d2d=_0x223d2d-0x0;let _0x5dd4b7=_0x4607[_0x223d2d];return _0x5dd4b7;};import{Plugin as _0x457da7}from'ckeditor5/src/core';import{getTranslation as _0x255889}from'../utils/common-translations';export default class et extends _0x457da7{[_0x5dd4('0x12')](){if(!this['editor'][_0x5dd4('0x1')][_0x5dd4('0x11')](_0x5dd4('0x19')))return;const _0xd138b2=this[_0x5dd4('0x7')][_0x5dd4('0x3')],_0x585ba0=this['editor'][_0x5dd4('0x1')][_0x5dd4('0x18')](_0x5dd4('0x14'));_0x585ba0['_enableDefaultAttributesIntegration'](_0x5dd4('0x15'),[],[_0x5dd4('0x10')]),_0x585ba0[_0x5dd4('0x0')][_0x5dd4('0xe')](_0x434f3f=>{if(_0x5dd4('0x17')!=_0x434f3f[_0x5dd4('0x13')])return;const {data:_0x3326da}=_0x434f3f;return _0x3326da&&_0x5dd4('0x10')==_0x3326da[_0x5dd4('0xd')]?_0x3326da[_0x5dd4('0x4')]&&_0x3326da[_0x5dd4('0x5')]?{'type':_0x5dd4('0x16'),'content':_0x255889(_0xd138b2,_0x5dd4('0xc'))}:{'type':'format','content':''}:void 0x0;}),this[_0x5dd4('0x6')]();}[_0x5dd4('0x6')](){const _0x105b70=this[_0x5dd4('0x7')][_0x5dd4('0x1')]['get']('TrackChangesEditing');_0x105b70[_0x5dd4('0x2')][_0x5dd4('0x1a')](_0x5dd4('0xb'),'replaceImageSource',_0x5dd4('0x9'),_0x105b70[_0x5dd4('0x2')]['getSuggestionCallback'](_0x5dd4('0xb'),null,_0x5dd4('0xa'))),_0x105b70[_0x5dd4('0x2')][_0x5dd4('0x1a')]('formatBlock',_0x5dd4('0x15'),_0x5dd4('0xa'),_0x105b70[_0x5dd4('0x2')]['getSuggestionCallback'](_0x5dd4('0xb'),null,'accept')),this['_registerLegacyDescription']();}[_0x5dd4('0x8')](){const _0x1d8902=this[_0x5dd4('0x7')],_0x28d87d=_0x1d8902['locale'];_0x1d8902['plugins'][_0x5dd4('0x18')]('TrackChangesEditing')[_0x5dd4('0x0')][_0x5dd4('0xe')](_0x3bfc32=>{if('formatBlock'!=_0x3bfc32[_0x5dd4('0x13')]&&_0x5dd4('0xf')!=_0x3bfc32[_0x5dd4('0x13')])return;const {data:_0x47145d}=_0x3bfc32;if(!_0x47145d||_0x5dd4('0x15')!=_0x47145d['commandName'])return;return{'type':_0x5dd4('0x16'),'content':_0x255889(_0x28d87d,'*Format:*\x20replace\x20image\x20URL')};});}}
23
+ const _0x3916=['getSuggestionCallback','oldValue','newValue','has','registerDescriptionCallback','TrackChangesEditing','formatInline','attribute','discard','formatBlock','*Format:*\x20replace\x20image\x20URL','afterInit','format','type','key','editor','ImageEditing','_enableDefaultAttributesIntegration','_handleLegacySuggestions','get','commandName','*Replace\x20image\x20URL*','_suggestionFactory','replaceImageSource','accept','_descriptionFactory','registerCustomCallback','src','locale','plugins'];(function(_0x48e008,_0x39165e){const _0x5c18ef=function(_0x4c6248){while(--_0x4c6248){_0x48e008['push'](_0x48e008['shift']());}};_0x5c18ef(++_0x39165e);}(_0x3916,0x196));const _0x5c18=function(_0x48e008,_0x39165e){_0x48e008=_0x48e008-0x0;let _0x5c18ef=_0x3916[_0x48e008];return _0x5c18ef;};import{Plugin as _0x23bebd}from'ckeditor5/src/core';import{getTranslation as _0x36157e}from'../utils/common-translations';export default class et extends _0x23bebd{[_0x5c18('0x19')](){if(!this['editor']['plugins'][_0x5c18('0x11')](_0x5c18('0x0')))return;const _0x57ab43=this[_0x5c18('0x1d')][_0x5c18('0xc')],_0x3b14cf=this[_0x5c18('0x1d')][_0x5c18('0xd')]['get'](_0x5c18('0x13'));_0x3b14cf[_0x5c18('0x1')](_0x5c18('0x7'),[],[_0x5c18('0xb')]),_0x3b14cf[_0x5c18('0x9')][_0x5c18('0x12')](_0x2e2f22=>{if(_0x5c18('0x15')!=_0x2e2f22[_0x5c18('0x1b')])return;const {data:_0x28851a}=_0x2e2f22;return _0x28851a&&_0x5c18('0xb')==_0x28851a[_0x5c18('0x1c')]?_0x28851a[_0x5c18('0x10')]&&_0x28851a[_0x5c18('0xf')]?{'type':_0x5c18('0x1a'),'content':_0x36157e(_0x57ab43,_0x5c18('0x5'))}:{'type':_0x5c18('0x1a'),'content':''}:void 0x0;}),this[_0x5c18('0x2')]();}[_0x5c18('0x2')](){const _0x4d53cf=this[_0x5c18('0x1d')][_0x5c18('0xd')][_0x5c18('0x3')](_0x5c18('0x13'));_0x4d53cf[_0x5c18('0x6')][_0x5c18('0xa')]('formatBlock',_0x5c18('0x7'),'accept',_0x4d53cf['_suggestionFactory'][_0x5c18('0xe')](_0x5c18('0x17'),null,_0x5c18('0x16'))),_0x4d53cf['_suggestionFactory'][_0x5c18('0xa')]('formatBlock',_0x5c18('0x7'),_0x5c18('0x16'),_0x4d53cf[_0x5c18('0x6')][_0x5c18('0xe')]('formatBlock',null,_0x5c18('0x8'))),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x56979d=this[_0x5c18('0x1d')],_0x4d0050=_0x56979d[_0x5c18('0xc')];_0x56979d['plugins'][_0x5c18('0x3')](_0x5c18('0x13'))[_0x5c18('0x9')][_0x5c18('0x12')](_0x549424=>{if(_0x5c18('0x17')!=_0x549424['type']&&_0x5c18('0x14')!=_0x549424[_0x5c18('0x1b')])return;const {data:_0x4dd875}=_0x549424;if(!_0x4dd875||_0x5c18('0x7')!=_0x4dd875[_0x5c18('0x4')])return;return{'type':_0x5c18('0x1a'),'content':_0x36157e(_0x4d0050,_0x5c18('0x18'))};});}}