@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231115.0 → 0.0.0-nightly-20231117.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 (159) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +3 -3
  50. package/lang/translations/ar.po +19 -19
  51. package/lang/translations/bg.po +19 -19
  52. package/lang/translations/bn.po +19 -19
  53. package/lang/translations/ca.po +19 -19
  54. package/lang/translations/cs.po +19 -19
  55. package/lang/translations/da.po +19 -19
  56. package/lang/translations/de.po +19 -19
  57. package/lang/translations/el.po +19 -19
  58. package/lang/translations/es.po +19 -19
  59. package/lang/translations/et.po +19 -19
  60. package/lang/translations/fi.po +19 -19
  61. package/lang/translations/fr.po +19 -19
  62. package/lang/translations/he.po +19 -19
  63. package/lang/translations/hi.po +19 -19
  64. package/lang/translations/hu.po +19 -19
  65. package/lang/translations/id.po +19 -19
  66. package/lang/translations/it.po +19 -19
  67. package/lang/translations/ja.po +19 -19
  68. package/lang/translations/ko.po +19 -19
  69. package/lang/translations/lt.po +19 -19
  70. package/lang/translations/lv.po +19 -19
  71. package/lang/translations/ms.po +19 -19
  72. package/lang/translations/nl.po +19 -19
  73. package/lang/translations/no.po +19 -19
  74. package/lang/translations/pl.po +19 -19
  75. package/lang/translations/pt-br.po +19 -19
  76. package/lang/translations/pt.po +19 -19
  77. package/lang/translations/ro.po +19 -19
  78. package/lang/translations/ru.po +19 -19
  79. package/lang/translations/sk.po +19 -19
  80. package/lang/translations/sr.po +19 -19
  81. package/lang/translations/sv.po +19 -19
  82. package/lang/translations/th.po +19 -19
  83. package/lang/translations/tr.po +19 -19
  84. package/lang/translations/uk.po +19 -19
  85. package/lang/translations/vi.po +19 -19
  86. package/lang/translations/zh-cn.po +19 -19
  87. package/lang/translations/zh.po +19 -19
  88. package/package.json +3 -3
  89. package/src/commands/acceptsuggestioncommand.js +1 -1
  90. package/src/commands/discardsuggestioncommand.js +1 -1
  91. package/src/commands/executeonallsuggestionscommand.js +1 -1
  92. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  93. package/src/commands/trackchangescommand.js +1 -1
  94. package/src/index.d.ts +1 -1
  95. package/src/integrations/aiassistant.js +1 -1
  96. package/src/integrations/alignment.js +1 -1
  97. package/src/integrations/basicstyles.js +1 -1
  98. package/src/integrations/blockquote.js +1 -1
  99. package/src/integrations/ckbox.js +1 -1
  100. package/src/integrations/codeblock.js +1 -1
  101. package/src/integrations/comments.js +1 -1
  102. package/src/integrations/deletecommand.js +1 -1
  103. package/src/integrations/documentlist.js +1 -1
  104. package/src/integrations/documentlistproperties.js +1 -1
  105. package/src/integrations/entercommand.js +1 -1
  106. package/src/integrations/findandreplace.js +1 -1
  107. package/src/integrations/font.js +1 -1
  108. package/src/integrations/formatpainter.js +1 -1
  109. package/src/integrations/heading.js +1 -1
  110. package/src/integrations/highlight.js +1 -1
  111. package/src/integrations/horizontalline.js +1 -1
  112. package/src/integrations/htmlembed.js +1 -1
  113. package/src/integrations/image.js +1 -1
  114. package/src/integrations/imagereplace.js +1 -1
  115. package/src/integrations/imagestyle.js +1 -1
  116. package/src/integrations/importword.js +1 -1
  117. package/src/integrations/indent.js +1 -1
  118. package/src/integrations/inputcommand.js +1 -1
  119. package/src/integrations/link.js +1 -1
  120. package/src/integrations/list.js +1 -1
  121. package/src/integrations/listproperties.js +1 -1
  122. package/src/integrations/mediaembed.js +1 -1
  123. package/src/integrations/mention.js +1 -1
  124. package/src/integrations/pagebreak.js +1 -1
  125. package/src/integrations/paragraph.js +1 -1
  126. package/src/integrations/removeformat.js +1 -1
  127. package/src/integrations/restrictededitingmode.js +1 -1
  128. package/src/integrations/shiftentercommand.js +1 -1
  129. package/src/integrations/standardeditingmode.js +1 -1
  130. package/src/integrations/style.d.ts +0 -1
  131. package/src/integrations/style.js +1 -1
  132. package/src/integrations/table.js +1 -1
  133. package/src/integrations/tablecaption.js +1 -1
  134. package/src/integrations/tableclipboard.js +1 -1
  135. package/src/integrations/tablecolumnresize.js +1 -1
  136. package/src/integrations/tableheadings.js +1 -1
  137. package/src/integrations/tablemergesplit.js +1 -1
  138. package/src/integrations/tableofcontents.js +1 -1
  139. package/src/integrations/tableproperties.js +1 -1
  140. package/src/integrations/template.js +1 -1
  141. package/src/integrations/title.js +1 -1
  142. package/src/integrations/undo.js +1 -1
  143. package/src/integrations/utils.js +1 -1
  144. package/src/suggestion.js +1 -1
  145. package/src/suggestiondescriptionfactory.d.ts +7 -4
  146. package/src/suggestiondescriptionfactory.js +1 -1
  147. package/src/trackchanges.d.ts +0 -67
  148. package/src/trackchanges.js +1 -1
  149. package/src/trackchangesconfig.d.ts +22 -19
  150. package/src/trackchangesdata.js +1 -1
  151. package/src/trackchangesediting.d.ts +14 -23
  152. package/src/trackchangesediting.js +1 -1
  153. package/src/trackchangesui.js +1 -1
  154. package/src/ui/suggestioncontroller.js +1 -1
  155. package/src/ui/view/basesuggestionthreadview.js +1 -1
  156. package/src/ui/view/suggestionthreadview.d.ts +1 -1
  157. package/src/ui/view/suggestionthreadview.js +1 -1
  158. package/src/utils/common-translations.js +1 -1
  159. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4194=['next','selection','mergeListItemBackward','getRanges','*Format:*\x20remove\x20from\x20%0','forceValue','after','map','bulletedList','listItemId','deletion','multipleBlocks','ELEMENT_NUMBERED_LIST','formatBlock','getAttribute','accept','setSelection','hasAttribute','*Change\x20to:*\x20%0','*Outdent:*\x20%0','execute','createPositionAt','paragraph','splitListItemAfter','commands','type','markBlockFormat','list.multiBlock','*Merge:*\x20%0','plugins','get','*Indent:*\x20%0','outdentList','enableCommand','end','numberedList','*Format:*\x20insert\x20into\x20%0','schema','change','start','getSelectedBlocks','indentList','value','commandParams','formatInline','listType','_descriptionFactory','push','format','previousSibling','parent','findIndex','nodeAfter','length','nextSibling','locale','DocumentListUtils','ELEMENT_','containsItem','isObject','refresh','config','add','document','registerElementLabel','TrackChangesEditing','createRange','before','from','registerDescriptionCallback','commandName','afterInit','has','mergeListItemForward','editor','model','getFirstRange','detach','splitListItemBefore','ELEMENT_LIST_ITEM','listIndent','ELEMENT_BULLETED_LIST','documentList'];(function(_0x58596d,_0x419437){const _0x1ea4ab=function(_0x159f83){while(--_0x159f83){_0x58596d['push'](_0x58596d['shift']());}};_0x1ea4ab(++_0x419437);}(_0x4194,0x1d7));const _0x1ea4=function(_0x58596d,_0x419437){_0x58596d=_0x58596d-0x0;let _0x1ea4ab=_0x4194[_0x58596d];return _0x1ea4ab;};import{Plugin as _0x43625e}from'ckeditor5/src/core';import{getTranslation as _0x1ede14}from'../utils/common-translations';import{LiveRange as _0x446a7d}from'ckeditor5/src/engine';export default class q extends _0x43625e{[_0x1ea4('0xf')](){const _0x5c4934=this[_0x1ea4('0x12')];if(!_0x5c4934[_0x1ea4('0x38')][_0x1ea4('0x10')]('DocumentListEditing'))return;const _0x560314=_0x5c4934[_0x1ea4('0x52')],_0x2eb801=_0x5c4934[_0x1ea4('0x38')][_0x1ea4('0x39')](_0x1ea4('0x9')),_0x187cdd=_0x5c4934[_0x1ea4('0x38')][_0x1ea4('0x39')](_0x1ea4('0x0'));function _0x26ceb1(_0x2db6f1){return()=>{const _0x414c4c=_0x5c4934[_0x1ea4('0x33')][_0x1ea4('0x39')](_0x2db6f1);if(_0x414c4c[_0x1ea4('0x45')]&&!_0x5c4934[_0x1ea4('0x5')][_0x1ea4('0x39')](_0x1ea4('0x36')))return void _0x5c4934['execute'](_0x1ea4('0x31'),{});let _0x499cd9=Array[_0x1ea4('0xc')](_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x7')][_0x1ea4('0x1c')][_0x1ea4('0x43')]());if(_0xa94b50(_0x2db6f1)){_0x499cd9=_0x187cdd['expandListBlocksToCompleteList'](_0x499cd9);const _0x29acfd=[];for(const _0x278e4f of _0x499cd9)_0x187cdd['isFirstBlockOfListItem'](_0x278e4f)&&_0x29acfd[_0x1ea4('0x4a')](_0x278e4f);_0x499cd9=_0x29acfd;}_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x41')](()=>{_0x2eb801['markMultiRangeBlockFormat'](_0x499cd9,{'commandName':_0x2db6f1,'commandParams':[{'forceValue':!_0x414c4c[_0x1ea4('0x45')]}],'formatGroupId':'listType'},[],_0x1ea4('0x1a'));});};}function _0x3e2d55(_0x592adb){return()=>{const _0x47852c=function(_0x882ac4){let _0x1ea993=Array[_0x1ea4('0xc')](_0x882ac4);const _0x574482=_0x1ea993[_0x1ea4('0x4e')](_0x4ccd87=>!_0x4ccd87[_0x1ea4('0x2c')](_0x1ea4('0x24')));return _0x574482>-0x1&&(_0x1ea993=_0x1ea993['slice'](0x0,_0x574482)),_0x1ea993;}(_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x7')][_0x1ea4('0x1c')][_0x1ea4('0x43')]()),_0xa9dd5d=_0x47852c[_0x47852c[_0x1ea4('0x50')]-0x1],_0x25e55d=_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x40')][_0x1ea4('0x3')](_0xa9dd5d)?_0x1ea4('0x21'):_0x1ea4('0x3d'),_0x136d0f=_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0xa')](_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x30')](_0x47852c[0x0],_0x1ea4('0xb')),_0x5c4934['model'][_0x1ea4('0x30')](_0xa9dd5d,_0x25e55d));_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x41')](()=>{_0x2eb801['markBlockFormat'](_0x136d0f,{'commandName':_0x592adb,'commandParams':[],'formatGroupId':_0x1ea4('0x48')},function(_0x44dbaa){const _0x391881=new Set();for(const _0x2d81d2 of _0x44dbaa){let _0x1f0ac1=_0x2d81d2['nextSibling'];for(;_0x1f0ac1&&_0x1f0ac1[_0x1ea4('0x29')](_0x1ea4('0x18'))>_0x2d81d2[_0x1ea4('0x29')](_0x1ea4('0x18'));)_0x391881[_0x1ea4('0x6')](_0x1f0ac1),_0x1f0ac1=_0x1f0ac1[_0x1ea4('0x51')];}return Array[_0x1ea4('0xc')](_0x391881);}(_0x47852c));});};}function _0x9d7b12(_0x1474ea){return()=>{const _0x39a29e=_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x7')]['selection'][_0x1ea4('0x43')]()[_0x1ea4('0x1b')]()[_0x1ea4('0x45')],_0x4a6bbd=_0x5c4934[_0x1ea4('0x13')]['createPositionAt'](_0x39a29e,_0x1ea4('0xb')),_0x331b39=_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x30')](_0x39a29e,0x0),_0xb554fb=_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0xa')](_0x4a6bbd,_0x331b39);_0x5c4934[_0x1ea4('0x13')]['change'](()=>{_0x2eb801[_0x1ea4('0x35')](_0xb554fb,{'commandName':_0x1474ea,'commandParams':[],'formatGroupId':_0x1ea4('0x48')});});};}function _0xa94b50(_0x218830){const _0x4364b2=_0x5c4934[_0x1ea4('0x33')][_0x1ea4('0x39')](_0x1ea4('0x23'))[_0x1ea4('0x45')],_0x6f46b7=_0x5c4934[_0x1ea4('0x33')][_0x1ea4('0x39')](_0x1ea4('0x3e'))[_0x1ea4('0x45')];return _0x1ea4('0x3e')===_0x218830?_0x4364b2:_0x6f46b7;}_0x2eb801[_0x1ea4('0x3c')](_0x1ea4('0x3e'),_0x26ceb1(_0x1ea4('0x3e'))),_0x2eb801[_0x1ea4('0x3c')](_0x1ea4('0x23'),_0x26ceb1('bulletedList')),_0x2eb801['enableCommand'](_0x1ea4('0x44'),_0x3e2d55(_0x1ea4('0x44'))),_0x2eb801[_0x1ea4('0x3c')]('outdentList',_0x3e2d55(_0x1ea4('0x3b'))),_0x2eb801[_0x1ea4('0x3c')](_0x1ea4('0x32'),_0x9d7b12(_0x1ea4('0x32'))),_0x2eb801[_0x1ea4('0x3c')](_0x1ea4('0x16'),_0x9d7b12(_0x1ea4('0x16'))),_0x2eb801[_0x1ea4('0x49')][_0x1ea4('0x8')](function(_0x126c29){const _0x27574c=!_0x5c4934['model'][_0x1ea4('0x40')][_0x1ea4('0x3')](_0x126c29),_0x15b774=_0x126c29[_0x1ea4('0x4c')],_0x4a7c13=_0x126c29[_0x1ea4('0x51')],_0x1f2d07=_0x126c29[_0x1ea4('0x29')](_0x1ea4('0x24')),_0x6bcca8=!_0x15b774||_0x15b774[_0x1ea4('0x29')](_0x1ea4('0x24'))!==_0x1f2d07,_0x5afe34=!_0x4a7c13||_0x4a7c13[_0x1ea4('0x29')](_0x1ea4('0x24'))!==_0x1f2d07;return _0x27574c&&Boolean(_0x1f2d07)&&_0x6bcca8&&_0x5afe34;},_0x327dd1=>_0x1ede14(_0x560314,_0x1ea4('0x17'),_0x327dd1)),_0x2eb801[_0x1ea4('0x49')][_0x1ea4('0xd')](function(_0x1b0de8){if('formatBlock'!=_0x1b0de8[_0x1ea4('0x34')]&&_0x1ea4('0x47')!=_0x1b0de8[_0x1ea4('0x34')])return;const {data:_0x53d362}=_0x1b0de8;if(!_0x53d362)return;let _0x1e9c59,_0x56ef53,_0x39173d,_0x4d13d3;switch(_0x53d362[_0x1ea4('0xe')]){case _0x1ea4('0x23'):_0x39173d=_0x53d362[_0x1ea4('0x46')][0x0]['forceValue'],_0x4d13d3=_0xa94b50(_0x53d362[_0x1ea4('0xe')]),_0x1e9c59=_0x39173d?_0x1ea4('0x3f'):_0x1ea4('0x1f'),!_0x4d13d3&&_0x5c4934[_0x1ea4('0x5')][_0x1ea4('0x39')](_0x1ea4('0x36'))||(_0x1e9c59=_0x1ea4('0x2d')),_0x56ef53={'type':'format','content':_0x1ede14(_0x560314,_0x1e9c59,_0x1ede14(_0x560314,_0x1ea4('0x19')))};break;case _0x1ea4('0x3e'):_0x39173d=_0x53d362[_0x1ea4('0x46')][0x0][_0x1ea4('0x20')],_0x4d13d3=_0xa94b50(_0x53d362['commandName']),_0x1e9c59=_0x39173d?_0x1ea4('0x3f'):_0x1ea4('0x1f'),!_0x4d13d3&&_0x5c4934['config'][_0x1ea4('0x39')](_0x1ea4('0x36'))||(_0x1e9c59=_0x1ea4('0x2d')),_0x56ef53={'type':_0x1ea4('0x4b'),'content':_0x1ede14(_0x560314,_0x1e9c59,_0x1ede14(_0x560314,_0x1ea4('0x27')))};break;case'indentList':_0x1e9c59=_0x1ea4('0x3a'),_0x56ef53={'type':_0x1ea4('0x4b'),'content':_0x1ede14(_0x560314,_0x1e9c59,_0x1ede14(_0x560314,_0x1ea4('0x17')))};break;case _0x1ea4('0x3b'):_0x1e9c59=function(_0x16d718){const _0x43da17=_0x16d718[_0x1ea4('0x14')]();let _0x35f292=_0x43da17['start'][_0x1ea4('0x4f')];for(;_0x35f292&&_0x43da17[_0x1ea4('0x2')](_0x35f292);){if(_0x35f292[_0x1ea4('0x29')](_0x1ea4('0x18'))>0x0)return!0x1;_0x35f292=_0x35f292['nextSibling'];}return!0x0;}(_0x1b0de8)?_0x1ede14(_0x560314,_0x1ea4('0x1f'),_0x1ede14(_0x560314,function(_0x144119){const _0x298a91=_0x144119['getFirstRange']()[_0x1ea4('0x42')]['nodeAfter'];return _0x1ea4('0x1')+_0x298a91[_0x1ea4('0x29')]('listType')['toUpperCase']()+'_LIST';}(_0x1b0de8))):_0x1ede14(_0x560314,_0x1ea4('0x2e'),_0x1ede14(_0x560314,_0x1ea4('0x17'))),_0x56ef53={'type':_0x1ea4('0x4b'),'content':_0x1e9c59};break;case _0x1ea4('0x1d'):case _0x1ea4('0x11'):!0x1===_0x53d362[_0x1ea4('0x26')]&&(_0x1e9c59=_0x1ea4('0x37'),_0x56ef53={'type':_0x1ea4('0x25'),'content':_0x1ede14(_0x560314,_0x1e9c59,_0x1ede14(_0x560314,_0x1ea4('0x17')))});}return _0x56ef53;}),_0x2eb801['_suggestionFactory']['registerCustomCallback'](_0x1ea4('0x28'),'documentList',_0x1ea4('0x2a'),function(_0x49ac4a,_0xb205e9){const _0x255bab=[];for(let _0x24a5a0 of _0x49ac4a)_0x24a5a0[_0x1ea4('0x42')]['nodeAfter']===_0x24a5a0[_0x1ea4('0x3d')][_0x1ea4('0x4d')]&&(_0x24a5a0=_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0xa')](_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x30')](_0x24a5a0[_0x1ea4('0x42')][_0x1ea4('0x4f')],0x0))),_0x255bab[_0x1ea4('0x4a')](_0x24a5a0);_0x5c4934['model'][_0x1ea4('0x41')](_0xf3960d=>{const _0x1ceeee=_0x5c4934[_0x1ea4('0x13')][_0x1ea4('0x7')][_0x1ea4('0x1c')],_0x428744=Array[_0x1ea4('0xc')](_0x1ceeee[_0x1ea4('0x1e')]())[_0x1ea4('0x22')](_0x19c18d=>_0x446a7d['fromRange'](_0x19c18d));_0xf3960d[_0x1ea4('0x2b')](_0x255bab),_0x5c4934['commands'][_0x1ea4('0x39')](_0xb205e9[_0x1ea4('0xe')])[_0x1ea4('0x4')](),_0xb205e9[_0x1ea4('0x46')][_0x1ea4('0x4a')]({'forceDefaultExecution':!0x0}),_0x5c4934[_0x1ea4('0x2f')](_0xb205e9['commandName'],..._0xb205e9[_0x1ea4('0x46')]),_0xf3960d[_0x1ea4('0x2b')](_0x428744);for(const _0x29fb1b of _0x428744)_0x29fb1b[_0x1ea4('0x15')]();});});}}
23
+ const _0x3f27=['slice','forceValue','registerCustomCallback','selection','getSelectedBlocks','multipleBlocks','splitListItemBefore','hasAttribute','ELEMENT_BULLETED_LIST','ELEMENT_','model','_descriptionFactory','next','listType','commandParams','value','_LIST','bulletedList','documentList','outdentList','deletion','createRange','*Format:*\x20remove\x20from\x20%0','listItemId','paragraph','numberedList','enableCommand','from','type','refresh','DocumentListUtils','locale','isObject','change','end','*Indent:*\x20%0','has','setSelection','getFirstRange','registerElementLabel','expandListBlocksToCompleteList','add','parent','editor','accept','commands','nodeAfter','indentList','execute','plugins','detach','start','formatInline','*Outdent:*\x20%0','get','ELEMENT_LIST_ITEM','*Format:*\x20insert\x20into\x20%0','listIndent','mergeListItemBackward','nextSibling','formatBlock','getAttribute','after','markBlockFormat','document','config','*Change\x20to:*\x20%0','format','toUpperCase','createPositionAt','commandName','push','mergeListItemForward','before','markMultiRangeBlockFormat','map','schema','list.multiBlock','TrackChangesEditing','afterInit','fromRange'];(function(_0x47706a,_0x3f2755){const _0x5d360b=function(_0x5ce52e){while(--_0x5ce52e){_0x47706a['push'](_0x47706a['shift']());}};_0x5d360b(++_0x3f2755);}(_0x3f27,0x190));const _0x5d36=function(_0x47706a,_0x3f2755){_0x47706a=_0x47706a-0x0;let _0x5d360b=_0x3f27[_0x47706a];return _0x5d360b;};import{Plugin as _0x1dc2da}from'ckeditor5/src/core';import{getTranslation as _0x18d058}from'../utils/common-translations';import{LiveRange as _0x4a4390}from'ckeditor5/src/engine';export default class q extends _0x1dc2da{[_0x5d36('0x3')](){const _0x4c7b15=this[_0x5d36('0x30')];if(!_0x4c7b15[_0x5d36('0x36')][_0x5d36('0x29')]('DocumentListEditing'))return;const _0x2eb33a=_0x4c7b15[_0x5d36('0x24')],_0x1a2487=_0x4c7b15[_0x5d36('0x36')][_0x5d36('0x3b')](_0x5d36('0x2')),_0x347be1=_0x4c7b15[_0x5d36('0x36')][_0x5d36('0x3b')](_0x5d36('0x23'));function _0x27007b(_0x31dd52){return()=>{const _0x3daaef=_0x4c7b15[_0x5d36('0x32')][_0x5d36('0x3b')](_0x31dd52);if(_0x3daaef[_0x5d36('0x14')]&&!_0x4c7b15[_0x5d36('0x46')][_0x5d36('0x3b')](_0x5d36('0x1')))return void _0x4c7b15['execute'](_0x5d36('0x1d'),{});let _0x4d622a=Array[_0x5d36('0x20')](_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x45')][_0x5d36('0x8')][_0x5d36('0x9')]());if(_0x4fa48f(_0x31dd52)){_0x4d622a=_0x347be1[_0x5d36('0x2d')](_0x4d622a);const _0x66187c=[];for(const _0x1fd21a of _0x4d622a)_0x347be1['isFirstBlockOfListItem'](_0x1fd21a)&&_0x66187c[_0x5d36('0x4c')](_0x1fd21a);_0x4d622a=_0x66187c;}_0x4c7b15[_0x5d36('0xf')]['change'](()=>{_0x1a2487[_0x5d36('0x4f')](_0x4d622a,{'commandName':_0x31dd52,'commandParams':[{'forceValue':!_0x3daaef[_0x5d36('0x14')]}],'formatGroupId':'listType'},[],_0x5d36('0x17'));});};}function _0x10265e(_0x138534){return()=>{const _0x5f1b6c=function(_0x5c3ab7){let _0x3b6084=Array[_0x5d36('0x20')](_0x5c3ab7);const _0x20d559=_0x3b6084['findIndex'](_0x52288d=>!_0x52288d[_0x5d36('0xc')](_0x5d36('0x1c')));return _0x20d559>-0x1&&(_0x3b6084=_0x3b6084[_0x5d36('0x5')](0x0,_0x20d559)),_0x3b6084;}(_0x4c7b15[_0x5d36('0xf')]['document'][_0x5d36('0x8')][_0x5d36('0x9')]()),_0x2e09fc=_0x5f1b6c[_0x5f1b6c['length']-0x1],_0x364858=_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x0')][_0x5d36('0x25')](_0x2e09fc)?_0x5d36('0x43'):_0x5d36('0x27'),_0x2d8a53=_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x1a')](_0x4c7b15[_0x5d36('0xf')]['createPositionAt'](_0x5f1b6c[0x0],'before'),_0x4c7b15[_0x5d36('0xf')]['createPositionAt'](_0x2e09fc,_0x364858));_0x4c7b15['model'][_0x5d36('0x26')](()=>{_0x1a2487[_0x5d36('0x44')](_0x2d8a53,{'commandName':_0x138534,'commandParams':[],'formatGroupId':_0x5d36('0x12')},function(_0x3c6774){const _0x3cf5a8=new Set();for(const _0xa49424 of _0x3c6774){let _0x1af5b0=_0xa49424['nextSibling'];for(;_0x1af5b0&&_0x1af5b0[_0x5d36('0x42')](_0x5d36('0x3e'))>_0xa49424[_0x5d36('0x42')](_0x5d36('0x3e'));)_0x3cf5a8[_0x5d36('0x2e')](_0x1af5b0),_0x1af5b0=_0x1af5b0['nextSibling'];}return Array['from'](_0x3cf5a8);}(_0x5f1b6c));});};}function _0x17cd0c(_0x1d8f80){return()=>{const _0x3ae669=_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x45')][_0x5d36('0x8')]['getSelectedBlocks']()[_0x5d36('0x11')]()['value'],_0xcb4d44=_0x4c7b15[_0x5d36('0xf')]['createPositionAt'](_0x3ae669,_0x5d36('0x4e')),_0x574176=_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x4a')](_0x3ae669,0x0),_0x3ce9aa=_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x1a')](_0xcb4d44,_0x574176);_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x26')](()=>{_0x1a2487[_0x5d36('0x44')](_0x3ce9aa,{'commandName':_0x1d8f80,'commandParams':[],'formatGroupId':_0x5d36('0x12')});});};}function _0x4fa48f(_0x449709){const _0x19a043=_0x4c7b15['commands'][_0x5d36('0x3b')]('bulletedList')[_0x5d36('0x14')],_0xed38ce=_0x4c7b15[_0x5d36('0x32')][_0x5d36('0x3b')](_0x5d36('0x1e'))[_0x5d36('0x14')];return _0x5d36('0x1e')===_0x449709?_0x19a043:_0xed38ce;}_0x1a2487[_0x5d36('0x1f')](_0x5d36('0x1e'),_0x27007b(_0x5d36('0x1e'))),_0x1a2487[_0x5d36('0x1f')](_0x5d36('0x16'),_0x27007b(_0x5d36('0x16'))),_0x1a2487[_0x5d36('0x1f')](_0x5d36('0x34'),_0x10265e('indentList')),_0x1a2487[_0x5d36('0x1f')](_0x5d36('0x18'),_0x10265e(_0x5d36('0x18'))),_0x1a2487[_0x5d36('0x1f')]('splitListItemAfter',_0x17cd0c('splitListItemAfter')),_0x1a2487[_0x5d36('0x1f')](_0x5d36('0xb'),_0x17cd0c(_0x5d36('0xb'))),_0x1a2487[_0x5d36('0x10')][_0x5d36('0x2c')](function(_0x19018d){const _0x57ada8=!_0x4c7b15['model']['schema'][_0x5d36('0x25')](_0x19018d),_0x5abd44=_0x19018d['previousSibling'],_0x1ab7ab=_0x19018d[_0x5d36('0x40')],_0x3ca0fb=_0x19018d[_0x5d36('0x42')](_0x5d36('0x1c')),_0x38f004=!_0x5abd44||_0x5abd44[_0x5d36('0x42')](_0x5d36('0x1c'))!==_0x3ca0fb,_0xf909e5=!_0x1ab7ab||_0x1ab7ab[_0x5d36('0x42')]('listItemId')!==_0x3ca0fb;return _0x57ada8&&Boolean(_0x3ca0fb)&&_0x38f004&&_0xf909e5;},_0x3068ed=>_0x18d058(_0x2eb33a,'ELEMENT_LIST_ITEM',_0x3068ed)),_0x1a2487[_0x5d36('0x10')]['registerDescriptionCallback'](function(_0x41301a){if(_0x5d36('0x41')!=_0x41301a['type']&&_0x5d36('0x39')!=_0x41301a[_0x5d36('0x21')])return;const {data:_0x290368}=_0x41301a;if(!_0x290368)return;let _0x4a5f7a,_0x31c241,_0x38994d,_0x274ddd;switch(_0x290368[_0x5d36('0x4b')]){case'bulletedList':_0x38994d=_0x290368[_0x5d36('0x13')][0x0][_0x5d36('0x6')],_0x274ddd=_0x4fa48f(_0x290368[_0x5d36('0x4b')]),_0x4a5f7a=_0x38994d?_0x5d36('0x3d'):'*Format:*\x20remove\x20from\x20%0',!_0x274ddd&&_0x4c7b15[_0x5d36('0x46')][_0x5d36('0x3b')]('list.multiBlock')||(_0x4a5f7a=_0x5d36('0x47')),_0x31c241={'type':_0x5d36('0x48'),'content':_0x18d058(_0x2eb33a,_0x4a5f7a,_0x18d058(_0x2eb33a,_0x5d36('0xd')))};break;case _0x5d36('0x1e'):_0x38994d=_0x290368[_0x5d36('0x13')][0x0][_0x5d36('0x6')],_0x274ddd=_0x4fa48f(_0x290368['commandName']),_0x4a5f7a=_0x38994d?_0x5d36('0x3d'):_0x5d36('0x1b'),!_0x274ddd&&_0x4c7b15[_0x5d36('0x46')][_0x5d36('0x3b')](_0x5d36('0x1'))||(_0x4a5f7a='*Change\x20to:*\x20%0'),_0x31c241={'type':_0x5d36('0x48'),'content':_0x18d058(_0x2eb33a,_0x4a5f7a,_0x18d058(_0x2eb33a,'ELEMENT_NUMBERED_LIST'))};break;case _0x5d36('0x34'):_0x4a5f7a=_0x5d36('0x28'),_0x31c241={'type':_0x5d36('0x48'),'content':_0x18d058(_0x2eb33a,_0x4a5f7a,_0x18d058(_0x2eb33a,_0x5d36('0x3c')))};break;case _0x5d36('0x18'):_0x4a5f7a=function(_0x31839c){const _0x4a4496=_0x31839c[_0x5d36('0x2b')]();let _0x5ebd8b=_0x4a4496[_0x5d36('0x38')][_0x5d36('0x33')];for(;_0x5ebd8b&&_0x4a4496['containsItem'](_0x5ebd8b);){if(_0x5ebd8b[_0x5d36('0x42')]('listIndent')>0x0)return!0x1;_0x5ebd8b=_0x5ebd8b[_0x5d36('0x40')];}return!0x0;}(_0x41301a)?_0x18d058(_0x2eb33a,_0x5d36('0x1b'),_0x18d058(_0x2eb33a,function(_0x3f4238){const _0x3d8b35=_0x3f4238[_0x5d36('0x2b')]()[_0x5d36('0x38')][_0x5d36('0x33')];return _0x5d36('0xe')+_0x3d8b35['getAttribute']('listType')[_0x5d36('0x49')]()+_0x5d36('0x15');}(_0x41301a))):_0x18d058(_0x2eb33a,_0x5d36('0x3a'),_0x18d058(_0x2eb33a,_0x5d36('0x3c'))),_0x31c241={'type':'format','content':_0x4a5f7a};break;case _0x5d36('0x3f'):case _0x5d36('0x4d'):!0x1===_0x290368[_0x5d36('0xa')]&&(_0x4a5f7a='*Merge:*\x20%0',_0x31c241={'type':_0x5d36('0x19'),'content':_0x18d058(_0x2eb33a,_0x4a5f7a,_0x18d058(_0x2eb33a,_0x5d36('0x3c')))});}return _0x31c241;}),_0x1a2487['_suggestionFactory'][_0x5d36('0x7')](_0x5d36('0x41'),_0x5d36('0x17'),_0x5d36('0x31'),function(_0x3d8f85,_0x4c2ddf){const _0x3e60bc=[];for(let _0x46f23f of _0x3d8f85)_0x46f23f['start']['nodeAfter']===_0x46f23f[_0x5d36('0x27')][_0x5d36('0x2f')]&&(_0x46f23f=_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x1a')](_0x4c7b15['model'][_0x5d36('0x4a')](_0x46f23f[_0x5d36('0x38')][_0x5d36('0x33')],0x0))),_0x3e60bc['push'](_0x46f23f);_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x26')](_0xdc43a2=>{const _0x5cd03d=_0x4c7b15[_0x5d36('0xf')][_0x5d36('0x45')][_0x5d36('0x8')],_0x27d79a=Array['from'](_0x5cd03d['getRanges']())[_0x5d36('0x50')](_0x3b8122=>_0x4a4390[_0x5d36('0x4')](_0x3b8122));_0xdc43a2['setSelection'](_0x3e60bc),_0x4c7b15[_0x5d36('0x32')][_0x5d36('0x3b')](_0x4c2ddf['commandName'])[_0x5d36('0x22')](),_0x4c2ddf['commandParams'][_0x5d36('0x4c')]({'forceDefaultExecution':!0x0}),_0x4c7b15[_0x5d36('0x35')](_0x4c2ddf[_0x5d36('0x4b')],..._0x4c2ddf[_0x5d36('0x13')]),_0xdc43a2[_0x5d36('0x2a')](_0x27d79a);for(const _0xc0f18c of _0x27d79a)_0xc0f18c[_0x5d36('0x37')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4922=['commandParams','_getTranslationKeyForListStyle','model','*Format:*\x20set\x20order\x20to\x20regular','editor','filter','change','config','getAttribute','*Format:*\x20set\x20start\x20index\x20to\x20%0','plugins','getListTypeFromListStyleType','_getSuggestionBlocks','DocumentListPropertiesEditing','push','isListItemBlock','listStart','toUpperCase','DocumentListPropertiesUtils','formatInline','*Format:*\x20set\x20order\x20to\x20reversed','document','getSelectedBlocks','startIndex','type','selection','listType','length','enableCommand','markMultiRangeBlockFormat','has','TrackChangesEditing','handleListReversedCommand','bind','listStyle','from','styles','get','*Change\x20to:*\x20%0','handleDescriptions','numbered','listReversed','handleListStyleCommand','commandName','DocumentListUtils','format','registerDescriptionCallback','handleListStartCommand','list.properties','expandListBlocksToCompleteList','_getSuggestionBlocksForListStyle','ELEMENT_','afterInit','reversed'];(function(_0xe199f,_0x492286){const _0x1f0041=function(_0x44b0ed){while(--_0x44b0ed){_0xe199f['push'](_0xe199f['shift']());}};_0x1f0041(++_0x492286);}(_0x4922,0x67));const _0x1f00=function(_0xe199f,_0x492286){_0xe199f=_0xe199f-0x0;let _0x1f0041=_0x4922[_0xe199f];return _0x1f0041;};import{Plugin as _0x3b4b4a}from'ckeditor5/src/core';import{getTranslation as _0x5f0bd2}from'../utils/common-translations';export default class z extends _0x3b4b4a{[_0x1f00('0x3')](){if(!this[_0x1f00('0x9')][_0x1f00('0xf')][_0x1f00('0x23')](_0x1f00('0x12')))return;const _0x5aae82=this[_0x1f00('0x9')][_0x1f00('0xc')]['get'](_0x1f00('0x35')),_0x4e216c=this[_0x1f00('0x9')]['plugins'][_0x1f00('0x2a')]('TrackChangesEditing');_0x5aae82[_0x1f00('0x29')]&&_0x4e216c[_0x1f00('0x21')]('listStyle',this[_0x1f00('0x2f')][_0x1f00('0x26')](this)),_0x5aae82[_0x1f00('0x4')]&&_0x4e216c['enableCommand'](_0x1f00('0x2e'),this[_0x1f00('0x25')][_0x1f00('0x26')](this)),_0x5aae82[_0x1f00('0x1c')]&&_0x4e216c[_0x1f00('0x21')](_0x1f00('0x15'),this[_0x1f00('0x34')][_0x1f00('0x26')](this)),_0x4e216c['_descriptionFactory'][_0x1f00('0x33')](this['handleDescriptions'][_0x1f00('0x26')](this));}[_0x1f00('0x2f')](_0xc1d8ed,_0x506401={}){const _0x1673e1=this[_0x1f00('0x9')][_0x1f00('0xf')][_0x1f00('0x2a')](_0x1f00('0x24')),_0x1f0962=this[_0x1f00('0x1')]();this[_0x1f00('0x9')][_0x1f00('0x7')]['change'](()=>{_0x1673e1['markMultiRangeBlockFormat'](_0x1f0962,{'commandName':_0x1f00('0x27'),'commandParams':[{'type':_0x506401[_0x1f00('0x1d')]}],'formatGroupId':_0x1f00('0x27')});});}['handleListReversedCommand'](_0x5ce774,_0x156477={}){const _0x4d6044=this[_0x1f00('0x9')]['plugins'][_0x1f00('0x2a')](_0x1f00('0x24')),_0x2d34b0=this[_0x1f00('0x9')][_0x1f00('0xf')][_0x1f00('0x2a')](_0x1f00('0x31')),_0x276c98=this[_0x1f00('0x11')](_0x52298e=>_0x2d34b0[_0x1f00('0x14')](_0x52298e)&&_0x1f00('0x2d')===_0x52298e['getAttribute']('listType'));null!==_0x276c98&&this[_0x1f00('0x9')][_0x1f00('0x7')][_0x1f00('0xb')](()=>{_0x4d6044[_0x1f00('0x22')](_0x276c98,{'commandName':_0x1f00('0x2e'),'commandParams':[{'reversed':_0x156477[_0x1f00('0x4')]}],'formatGroupId':_0x1f00('0x2e')});});}[_0x1f00('0x34')](_0x3ac1bc,_0x176505={}){const _0x37a635=this['editor'][_0x1f00('0xf')][_0x1f00('0x2a')](_0x1f00('0x24')),_0x2f988b=this['editor'][_0x1f00('0xf')][_0x1f00('0x2a')](_0x1f00('0x31')),_0xafd165=this[_0x1f00('0x11')](_0x27e5e7=>_0x2f988b[_0x1f00('0x14')](_0x27e5e7)&&_0x1f00('0x2d')===_0x27e5e7[_0x1f00('0xd')](_0x1f00('0x1f')));null!==_0xafd165&&this[_0x1f00('0x9')][_0x1f00('0x7')]['change'](()=>{_0x37a635['markMultiRangeBlockFormat'](_0xafd165,{'commandName':_0x1f00('0x15'),'commandParams':[{'startIndex':_0x176505[_0x1f00('0x1c')]}],'formatGroupId':_0x1f00('0x15')});});}[_0x1f00('0x2c')](_0x21203b){if('formatBlock'!=_0x21203b[_0x1f00('0x1d')]&&_0x1f00('0x18')!=_0x21203b[_0x1f00('0x1d')])return;const _0x52bc2b=this[_0x1f00('0x9')]['locale'],{data:_0x1dabdd}=_0x21203b;if(!_0x1dabdd)return;let _0x50739d,_0x572bac;switch(_0x1dabdd[_0x1f00('0x30')]){case'listStyle':_0x50739d=_0x1f00('0x2b'),_0x572bac={'type':_0x1f00('0x32'),'content':_0x5f0bd2(_0x52bc2b,_0x50739d,_0x5f0bd2(_0x52bc2b,this[_0x1f00('0x6')](_0x1dabdd[_0x1f00('0x5')][0x0][_0x1f00('0x1d')])))};break;case'listReversed':_0x50739d=_0x1dabdd[_0x1f00('0x5')][0x0][_0x1f00('0x4')]?_0x1f00('0x19'):_0x1f00('0x8'),_0x572bac={'type':_0x1f00('0x32'),'content':_0x5f0bd2(_0x52bc2b,_0x50739d)};break;case _0x1f00('0x15'):_0x50739d=_0x1f00('0xe'),_0x572bac={'type':_0x1f00('0x32'),'content':_0x5f0bd2(_0x52bc2b,_0x50739d,_0x1dabdd[_0x1f00('0x5')][0x0][_0x1f00('0x1c')])};}return _0x572bac;}['_getSuggestionBlocksForListStyle'](){const _0x4a8718=this[_0x1f00('0x9')]['plugins'][_0x1f00('0x2a')](_0x1f00('0x31'));let _0x50d483=Array[_0x1f00('0x28')](this[_0x1f00('0x9')][_0x1f00('0x7')][_0x1f00('0x1a')][_0x1f00('0x1e')][_0x1f00('0x1b')]());return _0x50d483[_0x1f00('0x13')](..._0x4a8718[_0x1f00('0x0')](_0x50d483)),_0x50d483=[...new Set(_0x50d483)],_0x50d483;}[_0x1f00('0x11')](_0x4a3457){const _0x17386f=this['editor'][_0x1f00('0xf')][_0x1f00('0x2a')](_0x1f00('0x31'));let _0x16d51f=Array[_0x1f00('0x28')](this[_0x1f00('0x9')][_0x1f00('0x7')][_0x1f00('0x1a')][_0x1f00('0x1e')][_0x1f00('0x1b')]())[_0x1f00('0xa')](_0x4a3457);if(!_0x16d51f[_0x1f00('0x20')])return null;_0x16d51f=_0x17386f[_0x1f00('0x0')](_0x16d51f);const _0x39c6f8=[];for(const _0x1cc8ce of _0x16d51f)_0x17386f['isFirstBlockOfListItem'](_0x1cc8ce)&&_0x39c6f8[_0x1f00('0x13')](_0x1cc8ce);return _0x39c6f8;}[_0x1f00('0x6')](_0x2b8c02){return _0x1f00('0x2')+this['editor']['plugins']['get'](_0x1f00('0x17'))[_0x1f00('0x10')](_0x2b8c02)[_0x1f00('0x16')]()+'_LIST_'+_0x2b8c02['toUpperCase']()['replace'](/-/g,'_');}}
23
+ const _0x55ed=['DocumentListPropertiesEditing','enableCommand','listType','listStart','handleListStartCommand','startIndex','get','handleListReversedCommand','reversed','toUpperCase','formatBlock','filter','getListTypeFromListStyleType','has','length','getAttribute','DocumentListUtils','isFirstBlockOfListItem','_getSuggestionBlocks','plugins','handleDescriptions','list.properties','model','styles','commandParams','isListItemBlock','*Format:*\x20set\x20order\x20to\x20regular','push','from','TrackChangesEditing','config','_getSuggestionBlocksForListStyle','ELEMENT_','format','_getTranslationKeyForListStyle','numbered','listStyle','type','expandListBlocksToCompleteList','change','locale','editor','getSelectedBlocks','markMultiRangeBlockFormat','replace','selection','bind','handleListStyleCommand','*Format:*\x20set\x20start\x20index\x20to\x20%0','formatInline','_LIST_','listReversed','document'];(function(_0x323e5a,_0x55edf6){const _0x4d166d=function(_0xdf0fa){while(--_0xdf0fa){_0x323e5a['push'](_0x323e5a['shift']());}};_0x4d166d(++_0x55edf6);}(_0x55ed,0x137));const _0x4d16=function(_0x323e5a,_0x55edf6){_0x323e5a=_0x323e5a-0x0;let _0x4d166d=_0x55ed[_0x323e5a];return _0x4d166d;};import{Plugin as _0x404b69}from'ckeditor5/src/core';import{getTranslation as _0x299a7e}from'../utils/common-translations';export default class z extends _0x404b69{['afterInit'](){if(!this[_0x4d16('0x30')]['plugins'][_0x4d16('0x14')](_0x4d16('0x7')))return;const _0x3127e1=this['editor'][_0x4d16('0x25')][_0x4d16('0xd')](_0x4d16('0x1c')),_0x15b005=this[_0x4d16('0x30')][_0x4d16('0x1a')][_0x4d16('0xd')]('TrackChangesEditing');_0x3127e1[_0x4d16('0x1e')]&&_0x15b005['enableCommand'](_0x4d16('0x2b'),this[_0x4d16('0x1')][_0x4d16('0x0')](this)),_0x3127e1['reversed']&&_0x15b005[_0x4d16('0x8')]('listReversed',this[_0x4d16('0xe')][_0x4d16('0x0')](this)),_0x3127e1[_0x4d16('0xc')]&&_0x15b005[_0x4d16('0x8')](_0x4d16('0xa'),this['handleListStartCommand']['bind'](this)),_0x15b005['_descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions'][_0x4d16('0x0')](this));}[_0x4d16('0x1')](_0x277b1d,_0x31efd0={}){const _0x4750b6=this[_0x4d16('0x30')][_0x4d16('0x1a')][_0x4d16('0xd')](_0x4d16('0x24')),_0x5b172e=this[_0x4d16('0x26')]();this[_0x4d16('0x30')][_0x4d16('0x1d')][_0x4d16('0x2e')](()=>{_0x4750b6['markMultiRangeBlockFormat'](_0x5b172e,{'commandName':_0x4d16('0x2b'),'commandParams':[{'type':_0x31efd0[_0x4d16('0x2c')]}],'formatGroupId':_0x4d16('0x2b')});});}[_0x4d16('0xe')](_0x434f2c,_0x3d87c9={}){const _0x3c255c=this[_0x4d16('0x30')]['plugins'][_0x4d16('0xd')](_0x4d16('0x24')),_0x413b79=this[_0x4d16('0x30')][_0x4d16('0x1a')][_0x4d16('0xd')](_0x4d16('0x17')),_0x2f2be8=this[_0x4d16('0x19')](_0x387717=>_0x413b79[_0x4d16('0x20')](_0x387717)&&'numbered'===_0x387717[_0x4d16('0x16')](_0x4d16('0x9')));null!==_0x2f2be8&&this['editor'][_0x4d16('0x1d')][_0x4d16('0x2e')](()=>{_0x3c255c[_0x4d16('0x32')](_0x2f2be8,{'commandName':_0x4d16('0x5'),'commandParams':[{'reversed':_0x3d87c9[_0x4d16('0xf')]}],'formatGroupId':_0x4d16('0x5')});});}[_0x4d16('0xb')](_0x257350,_0x367cf0={}){const _0x2a1360=this[_0x4d16('0x30')][_0x4d16('0x1a')][_0x4d16('0xd')](_0x4d16('0x24')),_0x5fc6d6=this[_0x4d16('0x30')][_0x4d16('0x1a')][_0x4d16('0xd')](_0x4d16('0x17')),_0x46856c=this[_0x4d16('0x19')](_0x157105=>_0x5fc6d6[_0x4d16('0x20')](_0x157105)&&_0x4d16('0x2a')===_0x157105['getAttribute'](_0x4d16('0x9')));null!==_0x46856c&&this[_0x4d16('0x30')][_0x4d16('0x1d')][_0x4d16('0x2e')](()=>{_0x2a1360[_0x4d16('0x32')](_0x46856c,{'commandName':_0x4d16('0xa'),'commandParams':[{'startIndex':_0x367cf0['startIndex']}],'formatGroupId':_0x4d16('0xa')});});}[_0x4d16('0x1b')](_0x2a297c){if(_0x4d16('0x11')!=_0x2a297c[_0x4d16('0x2c')]&&_0x4d16('0x3')!=_0x2a297c[_0x4d16('0x2c')])return;const _0x435dbb=this[_0x4d16('0x30')][_0x4d16('0x2f')],{data:_0x22adbc}=_0x2a297c;if(!_0x22adbc)return;let _0x1e9f2b,_0x4e65e2;switch(_0x22adbc['commandName']){case _0x4d16('0x2b'):_0x1e9f2b='*Change\x20to:*\x20%0',_0x4e65e2={'type':'format','content':_0x299a7e(_0x435dbb,_0x1e9f2b,_0x299a7e(_0x435dbb,this[_0x4d16('0x29')](_0x22adbc[_0x4d16('0x1f')][0x0]['type'])))};break;case _0x4d16('0x5'):_0x1e9f2b=_0x22adbc['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':_0x4d16('0x21'),_0x4e65e2={'type':_0x4d16('0x28'),'content':_0x299a7e(_0x435dbb,_0x1e9f2b)};break;case _0x4d16('0xa'):_0x1e9f2b=_0x4d16('0x2'),_0x4e65e2={'type':_0x4d16('0x28'),'content':_0x299a7e(_0x435dbb,_0x1e9f2b,_0x22adbc[_0x4d16('0x1f')][0x0][_0x4d16('0xc')])};}return _0x4e65e2;}[_0x4d16('0x26')](){const _0x2c00e8=this['editor'][_0x4d16('0x1a')][_0x4d16('0xd')](_0x4d16('0x17'));let _0x1b075e=Array[_0x4d16('0x23')](this[_0x4d16('0x30')]['model'][_0x4d16('0x6')][_0x4d16('0x34')][_0x4d16('0x31')]());return _0x1b075e[_0x4d16('0x22')](..._0x2c00e8[_0x4d16('0x2d')](_0x1b075e)),_0x1b075e=[...new Set(_0x1b075e)],_0x1b075e;}[_0x4d16('0x19')](_0x3ef2ca){const _0x373ed3=this[_0x4d16('0x30')][_0x4d16('0x1a')]['get'](_0x4d16('0x17'));let _0x2e0b14=Array[_0x4d16('0x23')](this[_0x4d16('0x30')][_0x4d16('0x1d')][_0x4d16('0x6')]['selection'][_0x4d16('0x31')]())[_0x4d16('0x12')](_0x3ef2ca);if(!_0x2e0b14[_0x4d16('0x15')])return null;_0x2e0b14=_0x373ed3['expandListBlocksToCompleteList'](_0x2e0b14);const _0x20df31=[];for(const _0x3e0023 of _0x2e0b14)_0x373ed3[_0x4d16('0x18')](_0x3e0023)&&_0x20df31['push'](_0x3e0023);return _0x20df31;}['_getTranslationKeyForListStyle'](_0x2030ce){return _0x4d16('0x27')+this[_0x4d16('0x30')][_0x4d16('0x1a')][_0x4d16('0xd')]('DocumentListPropertiesUtils')[_0x4d16('0x13')](_0x2030ce)[_0x4d16('0x10')]()+_0x4d16('0x4')+_0x2030ce[_0x4d16('0x10')]()[_0x4d16('0x33')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x11f7=['hasClass','setSelection','downcastDispatcher','plugins','fromRange','enterBlock','editor','markerName','end','TrackChangesEditing','enter','options','createPositionAt','enableCommand','mapper','afterExecute','unbindElementFromMarkerName','getFirstRange','get','markerNameToElements','fire','nextSibling','change','markInsertion','createRange','document','detach','split','writer','bind','ck-suggestion-marker-split','addMarker:suggestion:insertion','removeMarker:suggestion:insertion','requires','high','model','data','commands','getFirstPosition','init','editing'];(function(_0x57eb09,_0x11f7ca){const _0x3c32f8=function(_0x54703c){while(--_0x54703c){_0x57eb09['push'](_0x57eb09['shift']());}};_0x3c32f8(++_0x11f7ca);}(_0x11f7,0x1d5));const _0x3c32=function(_0x57eb09,_0x11f7ca){_0x57eb09=_0x57eb09-0x0;let _0x3c32f8=_0x11f7[_0x57eb09];return _0x3c32f8;};import{Plugin as _0x18d14c}from'ckeditor5/src/core';import{Enter as _0x480ce5}from'ckeditor5/src/enter';import{LiveRange as _0x33b4dd}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x4d96af}from'./utils';export default class K extends _0x18d14c{static get[_0x3c32('0xf')](){return[_0x480ce5];}[_0x3c32('0x15')](){const _0x387900=this[_0x3c32('0x1d')],_0x2d6f58=_0x387900[_0x3c32('0x1a')]['get'](_0x3c32('0x20')),_0x3b6977=_0x387900[_0x3c32('0x13')][_0x3c32('0x0')](_0x3c32('0x21'));_0x2d6f58[_0x3c32('0x24')](_0x3c32('0x21'),()=>{_0x387900['model'][_0x3c32('0x4')](_0x4f592b=>{const _0x3ab6b2=_0x387900[_0x3c32('0x11')][_0x3c32('0x7')]['selection'],_0x3a7027=_0x3ab6b2[_0x3c32('0x14')](),_0x521c2c=_0x33b4dd[_0x3c32('0x1b')](_0x3ab6b2[_0x3c32('0x28')]());if(_0x3b6977[_0x3c32('0x1c')](_0x4f592b)){const _0x3c8ce1=_0x387900[_0x3c32('0x11')][_0x3c32('0x23')](_0x3a7027['parent'][_0x3c32('0x3')],0x0),_0x5cea88=_0x4f592b[_0x3c32('0x6')](_0x3a7027,_0x3c8ce1);_0x2d6f58[_0x3c32('0x5')](_0x5cea88);}else _0x4f592b[_0x3c32('0x18')](_0x4f592b[_0x3c32('0x6')](_0x521c2c[_0x3c32('0x1f')]));_0x521c2c[_0x3c32('0x8')](),_0x3b6977[_0x3c32('0x2')](_0x3c32('0x26'),{'writer':_0x4f592b});});}),_0x387900[_0x3c32('0x16')][_0x3c32('0x19')]['on']('addMarker:suggestion:insertion',_0x4d96af(_0x387900,_0x3c32('0x9')),{'priority':'high'}),_0x387900['editing'][_0x3c32('0x19')]['on'](_0x3c32('0xe'),(_0x3dd21a,_0x5c5348,_0x8e0478)=>{const _0x193ab3=_0x8e0478[_0x3c32('0x25')][_0x3c32('0x1')](_0x5c5348[_0x3c32('0x1e')]);if(_0x193ab3)for(const _0x2e7fc0 of _0x193ab3)_0x2e7fc0[_0x3c32('0x17')](_0x3c32('0xc'))&&(_0x8e0478[_0x3c32('0x25')][_0x3c32('0x27')](_0x2e7fc0,_0x5c5348[_0x3c32('0x1e')]),_0x8e0478[_0x3c32('0xa')]['remove'](_0x2e7fc0));},{'priority':_0x3c32('0x10')}),_0x387900[_0x3c32('0x12')][_0x3c32('0x19')]['on'](_0x3c32('0xd'),(_0x28fa4a,_0x13281c,_0x321b20)=>{_0x321b20[_0x3c32('0x22')]['showSuggestionHighlights']&&_0x4d96af(_0x387900,_0x3c32('0x9'),{'showActiveMarker':!0x1})[_0x3c32('0xb')](this)(_0x28fa4a,_0x13281c,_0x321b20);},{'priority':_0x3c32('0x10')});}}
23
+ const _0x2a0c=['ck-suggestion-marker-split','end','fromRange','markerName','editing','TrackChangesEditing','enterBlock','data','fire','detach','bind','setSelection','document','getFirstRange','mapper','options','selection','split','unbindElementFromMarkerName','get','downcastDispatcher','createRange','parent','getFirstPosition','change','remove','markInsertion','commands','nextSibling','model','enter','removeMarker:suggestion:insertion','init','high','plugins','addMarker:suggestion:insertion'];(function(_0x13116f,_0x2a0caa){const _0xae846e=function(_0x1d61b6){while(--_0x1d61b6){_0x13116f['push'](_0x13116f['shift']());}};_0xae846e(++_0x2a0caa);}(_0x2a0c,0xb4));const _0xae84=function(_0x13116f,_0x2a0caa){_0x13116f=_0x13116f-0x0;let _0xae846e=_0x2a0c[_0x13116f];return _0xae846e;};import{Plugin as _0x5dd6d6}from'ckeditor5/src/core';import{Enter as _0xc9ce06}from'ckeditor5/src/enter';import{LiveRange as _0x89011f}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x3ffe9f}from'./utils';export default class K extends _0x5dd6d6{static get['requires'](){return[_0xc9ce06];}[_0xae84('0x20')](){const _0x3186b4=this['editor'],_0x5dbd1e=_0x3186b4[_0xae84('0x22')]['get'](_0xae84('0x5')),_0x2a1c45=_0x3186b4[_0xae84('0x1b')][_0xae84('0x13')](_0xae84('0x1e'));_0x5dbd1e['enableCommand'](_0xae84('0x1e'),()=>{_0x3186b4[_0xae84('0x1d')][_0xae84('0x18')](_0x22c654=>{const _0x469d7b=_0x3186b4[_0xae84('0x1d')][_0xae84('0xc')][_0xae84('0x10')],_0x434c88=_0x469d7b[_0xae84('0x17')](),_0x3bc4b4=_0x89011f[_0xae84('0x2')](_0x469d7b[_0xae84('0xd')]());if(_0x2a1c45[_0xae84('0x6')](_0x22c654)){const _0x46e57a=_0x3186b4[_0xae84('0x1d')]['createPositionAt'](_0x434c88[_0xae84('0x16')][_0xae84('0x1c')],0x0),_0x4fa083=_0x22c654[_0xae84('0x15')](_0x434c88,_0x46e57a);_0x5dbd1e[_0xae84('0x1a')](_0x4fa083);}else _0x22c654[_0xae84('0xb')](_0x22c654[_0xae84('0x15')](_0x3bc4b4[_0xae84('0x1')]));_0x3bc4b4[_0xae84('0x9')](),_0x2a1c45[_0xae84('0x8')]('afterExecute',{'writer':_0x22c654});});}),_0x3186b4[_0xae84('0x4')][_0xae84('0x14')]['on'](_0xae84('0x23'),_0x3ffe9f(_0x3186b4,'split'),{'priority':_0xae84('0x21')}),_0x3186b4[_0xae84('0x4')][_0xae84('0x14')]['on'](_0xae84('0x1f'),(_0x5e4117,_0x243a61,_0x4c13d2)=>{const _0x85ebe=_0x4c13d2[_0xae84('0xe')]['markerNameToElements'](_0x243a61['markerName']);if(_0x85ebe)for(const _0x407170 of _0x85ebe)_0x407170['hasClass'](_0xae84('0x0'))&&(_0x4c13d2[_0xae84('0xe')][_0xae84('0x12')](_0x407170,_0x243a61[_0xae84('0x3')]),_0x4c13d2['writer'][_0xae84('0x19')](_0x407170));},{'priority':'high'}),_0x3186b4[_0xae84('0x7')]['downcastDispatcher']['on'](_0xae84('0x23'),(_0x180ffc,_0x9d2280,_0x4d3c09)=>{_0x4d3c09[_0xae84('0xf')]['showSuggestionHighlights']&&_0x3ffe9f(_0x3186b4,_0xae84('0x11'),{'showActiveMarker':!0x1})[_0xae84('0xa')](this)(_0x180ffc,_0x9d2280,_0x4d3c09);},{'priority':_0xae84('0x21')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3012=['find','FindAndReplaceUtils','string','getIntersection','afterInit','markers','get','has','item','_isInDeletionRange','model','plugins','end','getMarkersGroup','TrackChangesEditing','filter','bind','findByTextCallback','handleFindCommand','editor','enableCommand','replaceAll'];(function(_0x489a01,_0x3012b2){const _0x40e467=function(_0x41229a){while(--_0x41229a){_0x489a01['push'](_0x489a01['shift']());}};_0x40e467(++_0x3012b2);}(_0x3012,0x195));const _0x40e4=function(_0x489a01,_0x3012b2){_0x489a01=_0x489a01-0x0;let _0x40e467=_0x3012[_0x489a01];return _0x40e467;};import{Plugin as _0x4a4e0e}from'ckeditor5/src/core';export default class W extends _0x4a4e0e{[_0x40e4('0x11')](){if(!this['editor'][_0x40e4('0x2')][_0x40e4('0x14')]('FindAndReplaceEditing'))return;const _0x2fa1dc=this[_0x40e4('0xa')][_0x40e4('0x2')][_0x40e4('0x13')](_0x40e4('0x5'));_0x2fa1dc[_0x40e4('0xb')](_0x40e4('0xd'),this['handleFindCommand'][_0x40e4('0x7')](this)),_0x2fa1dc[_0x40e4('0xb')]('findNext'),_0x2fa1dc[_0x40e4('0xb')]('findPrevious'),_0x2fa1dc[_0x40e4('0xb')]('replace'),_0x2fa1dc['enableCommand'](_0x40e4('0xc'));}[_0x40e4('0x9')](_0x5241a5,_0xa2d62a,_0x1eb341={}){const _0x34f8a9=this[_0x40e4('0xa')]['plugins']['get'](_0x40e4('0xe'));if(void 0x0!==_0x1eb341)return _0x5241a5(_0x59006e=>(_0x40e4('0xf')==typeof _0xa2d62a?_0x34f8a9[_0x40e4('0x8')](_0xa2d62a,_0x1eb341):_0xa2d62a)(_0x59006e)[_0x40e4('0x6')](_0x24eab5=>!0x1===this[_0x40e4('0x0')](_0x24eab5,_0x59006e[_0x40e4('0x15')])),_0x1eb341);}[_0x40e4('0x0')](_0x4d5fef,_0x3b90b4){const _0x94cbef=this[_0x40e4('0xa')][_0x40e4('0x1')]['createRange'](this['editor'][_0x40e4('0x1')]['createPositionAt'](_0x3b90b4,_0x4d5fef['start']),this[_0x40e4('0xa')]['model']['createPositionAt'](_0x3b90b4,_0x4d5fef[_0x40e4('0x3')]));for(const _0x2715a5 of this[_0x40e4('0xa')]['model'][_0x40e4('0x12')][_0x40e4('0x4')]('suggestion:deletion'))if(null!==_0x94cbef[_0x40e4('0x10')](_0x2715a5['getRange']()))return!0x0;return!0x1;}}
23
+ const _0x3ee2=['replaceAll','item','replace','filter','FindAndReplaceUtils','findByTextCallback','has','createPositionAt','bind','end','enableCommand','get','findNext','FindAndReplaceEditing','markers','find','getIntersection','string','getMarkersGroup','handleFindCommand','suggestion:deletion','start','createRange','editor','model','_isInDeletionRange'];(function(_0x25d2da,_0x3ee2c2){const _0x478ee4=function(_0x15cadb){while(--_0x15cadb){_0x25d2da['push'](_0x25d2da['shift']());}};_0x478ee4(++_0x3ee2c2);}(_0x3ee2,0x103));const _0x478e=function(_0x25d2da,_0x3ee2c2){_0x25d2da=_0x25d2da-0x0;let _0x478ee4=_0x3ee2[_0x25d2da];return _0x478ee4;};import{Plugin as _0x4525b3}from'ckeditor5/src/core';export default class W extends _0x4525b3{['afterInit'](){if(!this[_0x478e('0x18')]['plugins'][_0x478e('0x7')](_0x478e('0xe')))return;const _0x306660=this[_0x478e('0x18')]['plugins'][_0x478e('0xc')]('TrackChangesEditing');_0x306660[_0x478e('0xb')](_0x478e('0x10'),this[_0x478e('0x14')][_0x478e('0x9')](this)),_0x306660[_0x478e('0xb')](_0x478e('0xd')),_0x306660[_0x478e('0xb')]('findPrevious'),_0x306660[_0x478e('0xb')](_0x478e('0x3')),_0x306660[_0x478e('0xb')](_0x478e('0x1'));}['handleFindCommand'](_0x550e67,_0x27dfdc,_0x491cff={}){const _0x261ab9=this[_0x478e('0x18')]['plugins'][_0x478e('0xc')](_0x478e('0x5'));if(void 0x0!==_0x491cff)return _0x550e67(_0x41a0a4=>(_0x478e('0x12')==typeof _0x27dfdc?_0x261ab9[_0x478e('0x6')](_0x27dfdc,_0x491cff):_0x27dfdc)(_0x41a0a4)[_0x478e('0x4')](_0x3fbf8b=>!0x1===this['_isInDeletionRange'](_0x3fbf8b,_0x41a0a4[_0x478e('0x2')])),_0x491cff);}[_0x478e('0x0')](_0x37f2cc,_0x4a8c21){const _0x41d9aa=this[_0x478e('0x18')]['model'][_0x478e('0x17')](this['editor'][_0x478e('0x19')]['createPositionAt'](_0x4a8c21,_0x37f2cc[_0x478e('0x16')]),this[_0x478e('0x18')]['model'][_0x478e('0x8')](_0x4a8c21,_0x37f2cc[_0x478e('0xa')]));for(const _0x10987b of this['editor'][_0x478e('0x19')][_0x478e('0xf')][_0x478e('0x13')](_0x478e('0x15')))if(null!==_0x41d9aa[_0x478e('0x11')](_0x10987b['getRange']()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x56b1=['commandName','label','get','TrackChangesEditing','FORMAT_FONT_COLOR','value','config','trim','_registerLegacyDescription','fontColor','title','editor','plugins','model','registerAttributeLabel','registerDescriptionCallback','_descriptionFactory','toLowerCase','FORMAT_FONT_FAMILY','fontFamily','*Set\x20font\x20size:*\x20%0','format','find','FontColorEditing','FontBackgroundColorEditing','*Reset\x20font\x20size*','normalizeSizeOptions','*Set\x20font\x20color:*\x20%0','fontBackgroundColor.colors','fontBackgroundColor','type','FontSize','FORMAT_FONT_SIZE','locale','fontSize.options','*Reset\x20font\x20color*','has','commandParams','*Set\x20font\x20family:*\x20%0','fontSize'];(function(_0x479749,_0x56b1f2){const _0x2e4079=function(_0x60398c){while(--_0x60398c){_0x479749['push'](_0x479749['shift']());}};_0x2e4079(++_0x56b1f2);}(_0x56b1,0x191));const _0x2e40=function(_0x479749,_0x56b1f2){_0x479749=_0x479749-0x0;let _0x2e4079=_0x56b1[_0x479749];return _0x2e4079;};import{Plugin as _0x16acf5}from'ckeditor5/src/core';import{normalizeColorOptions as _0x27d14c}from'ckeditor5/src/ui';import{getTranslation as _0x1d9ed0}from'../utils/common-translations';const ro=[{'pluginName':'FontSizeEditing','commandName':_0x2e40('0x26')},{'pluginName':'FontFamilyEditing','commandName':_0x2e40('0x12')},{'pluginName':_0x2e40('0x16'),'commandName':_0x2e40('0x8')},{'pluginName':_0x2e40('0x17'),'commandName':'fontBackgroundColor'}];export default class J extends _0x16acf5{['afterInit'](){const _0x2fdbc9=this[_0x2e40('0xa')][_0x2e40('0x20')],_0x4225ec=this[_0x2e40('0xa')]['plugins'][_0x2e40('0x1')](_0x2e40('0x2'));for(const {pluginName:_0xa799e9,commandName:_0x314654}of ro)this['editor'][_0x2e40('0xb')][_0x2e40('0x23')](_0xa799e9)&&_0x4225ec['enableDefaultIntegration'](_0x314654,[_0x314654]);_0x2fdbc9['t'],(_0x4225ec[_0x2e40('0xf')][_0x2e40('0xd')]('fontSize',_0x1d9ed0(_0x2fdbc9,_0x2e40('0x1f'))),_0x4225ec['_descriptionFactory'][_0x2e40('0xd')]('fontFamily',_0x1d9ed0(_0x2fdbc9,_0x2e40('0x11'))),_0x4225ec[_0x2e40('0xf')]['registerAttributeLabel'](_0x2e40('0x8'),_0x1d9ed0(_0x2fdbc9,_0x2e40('0x3'))),_0x4225ec[_0x2e40('0xf')][_0x2e40('0xd')](_0x2e40('0x1c'),_0x1d9ed0(_0x2fdbc9,'FORMAT_FONT_BACKGROUND')),this[_0x2e40('0x7')]());}[_0x2e40('0x7')](){const _0x169a78=this[_0x2e40('0xa')],_0x5bd2f6=_0x169a78[_0x2e40('0x20')];_0x169a78['plugins'][_0x2e40('0x1')](_0x2e40('0x2'))[_0x2e40('0xf')][_0x2e40('0xe')](_0x2d7a1a=>{const _0xbd014d=_0x5bd2f6['t'];if('formatInline'!=_0x2d7a1a[_0x2e40('0x1d')])return;const {data:_0x3acbd1}=_0x2d7a1a;if(null!=_0x3acbd1){if('fontSize'==_0x3acbd1[_0x2e40('0x27')]){const _0x4d4cd8=_0x3acbd1[_0x2e40('0x24')][0x0][_0x2e40('0x4')];if(_0x4d4cd8){const _0x33c504=_0xbd014d(this[_0x2e40('0xa')]['plugins'][_0x2e40('0x1')](_0x2e40('0x1e'))[_0x2e40('0x19')](this[_0x2e40('0xa')][_0x2e40('0x5')][_0x2e40('0x1')](_0x2e40('0x21')))[_0x2e40('0x15')](_0x3b8482=>_0x3b8482['model']==_0x4d4cd8)[_0x2e40('0x9')])[_0x2e40('0x10')]();return{'type':_0x2e40('0x14'),'content':_0x1d9ed0(_0x5bd2f6,_0x2e40('0x13'),_0x33c504)};}return{'type':_0x2e40('0x14'),'content':_0x1d9ed0(_0x5bd2f6,_0x2e40('0x18'))};}if(_0x2e40('0x12')==_0x3acbd1[_0x2e40('0x27')]){const _0x1f3d73=_0x3acbd1[_0x2e40('0x24')][0x0][_0x2e40('0x4')];return _0x1f3d73?{'type':_0x2e40('0x14'),'content':_0x1d9ed0(_0x5bd2f6,_0x2e40('0x25'),_0x1f3d73)}:{'type':'format','content':_0x1d9ed0(_0x5bd2f6,'*Reset\x20font\x20family*')};}if(_0x2e40('0x8')==_0x3acbd1['commandName']){const _0x2653fa=_0x3acbd1[_0x2e40('0x24')][0x0][_0x2e40('0x4')];if(_0x2653fa){const _0x47d17e=_0x27d14c(this[_0x2e40('0xa')][_0x2e40('0x5')][_0x2e40('0x1')]('fontColor.colors'))[_0x2e40('0x15')](_0x581232=>_0x581232[_0x2e40('0xc')]==_0x2653fa);let _0x24c3fb=_0x2653fa,_0x2783ad='';return _0x47d17e&&(_0x24c3fb=_0x47d17e[_0x2e40('0x0')],_0x2783ad=_0xbd014d(_0x24c3fb)[_0x2e40('0x10')]()),{'type':_0x2e40('0x14'),'content':_0x1d9ed0(_0x5bd2f6,_0x2e40('0x1a'),_0x2783ad)['trim'](),'color':{'value':_0x2653fa,'title':_0x2783ad||_0x24c3fb}};}return{'type':_0x2e40('0x14'),'content':_0x1d9ed0(_0x5bd2f6,_0x2e40('0x22'))};}if(_0x2e40('0x1c')==_0x3acbd1['commandName']){const _0x52ec18=_0x3acbd1[_0x2e40('0x24')][0x0][_0x2e40('0x4')];if(_0x52ec18){const _0x4295c8=_0x27d14c(this['editor'][_0x2e40('0x5')][_0x2e40('0x1')](_0x2e40('0x1b')))['find'](_0x6a9df4=>_0x6a9df4[_0x2e40('0xc')]==_0x52ec18);let _0x3b0151=_0x52ec18,_0x15b3fd='';return _0x4295c8&&(_0x3b0151=_0x4295c8[_0x2e40('0x0')],_0x15b3fd=_0xbd014d(_0x3b0151)[_0x2e40('0x10')]()),{'type':_0x2e40('0x14'),'content':_0x1d9ed0(_0x5bd2f6,'*Set\x20font\x20background\x20color:*\x20%0',_0x15b3fd)[_0x2e40('0x6')](),'color':{'value':_0x52ec18,'title':_0x15b3fd||_0x3b0151}};}return{'type':_0x2e40('0x14'),'content':_0x1d9ed0(_0x5bd2f6,'*Reset\x20font\x20background\x20color*')};}}});}}
23
+ const _0x111c=['trim','FORMAT_FONT_SIZE','_enableDefaultAttributesIntegration','fontFamily','_registerLegacyDescription','TrackChangesEditing','has','FontSize','_descriptionFactory','fontBackgroundColor.colors','fontSize.options','FontColorEditing','config','toLowerCase','normalizeSizeOptions','find','*Reset\x20font\x20color*','plugins','title','fontColor','editor','label','formatInline','FontFamilyEditing','commandParams','*Reset\x20font\x20background\x20color*','FORMAT_FONT_FAMILY','*Reset\x20font\x20size*','type','registerAttributeLabel','*Set\x20font\x20family:*\x20%0','fontBackgroundColor','value','*Set\x20font\x20size:*\x20%0','format','afterInit','FontBackgroundColorEditing','get','*Set\x20font\x20background\x20color:*\x20%0','commandName','fontSize','FORMAT_FONT_COLOR','locale','model'];(function(_0x11a5fd,_0x111ce3){const _0x55be4f=function(_0x8ffa91){while(--_0x8ffa91){_0x11a5fd['push'](_0x11a5fd['shift']());}};_0x55be4f(++_0x111ce3);}(_0x111c,0xae));const _0x55be=function(_0x11a5fd,_0x111ce3){_0x11a5fd=_0x11a5fd-0x0;let _0x55be4f=_0x111c[_0x11a5fd];return _0x55be4f;};import{Plugin as _0xe493ef}from'ckeditor5/src/core';import{normalizeColorOptions as _0x51fe40}from'ckeditor5/src/ui';import{getTranslation as _0x579f21}from'../utils/common-translations';const ro=[{'pluginName':'FontSizeEditing','commandName':_0x55be('0x2a')},{'pluginName':_0x55be('0x19'),'commandName':_0x55be('0x5')},{'pluginName':_0x55be('0xd'),'commandName':_0x55be('0x15')},{'pluginName':_0x55be('0x26'),'commandName':'fontBackgroundColor'}];export default class J extends _0xe493ef{[_0x55be('0x25')](){const _0x460bbb=this['editor'][_0x55be('0x0')],_0x5c0c8c=this['editor']['plugins'][_0x55be('0x27')](_0x55be('0x7'));for(const {pluginName:_0x5bce60,commandName:_0x2f1b1d}of ro)this[_0x55be('0x16')][_0x55be('0x13')][_0x55be('0x8')](_0x5bce60)&&_0x5c0c8c[_0x55be('0x4')](_0x2f1b1d,[_0x2f1b1d]);_0x460bbb['t'],(_0x5c0c8c['_descriptionFactory'][_0x55be('0x1f')](_0x55be('0x2a'),_0x579f21(_0x460bbb,_0x55be('0x3'))),_0x5c0c8c[_0x55be('0xa')][_0x55be('0x1f')](_0x55be('0x5'),_0x579f21(_0x460bbb,_0x55be('0x1c'))),_0x5c0c8c[_0x55be('0xa')][_0x55be('0x1f')](_0x55be('0x15'),_0x579f21(_0x460bbb,_0x55be('0x2b'))),_0x5c0c8c[_0x55be('0xa')][_0x55be('0x1f')](_0x55be('0x21'),_0x579f21(_0x460bbb,'FORMAT_FONT_BACKGROUND')),this[_0x55be('0x6')]());}[_0x55be('0x6')](){const _0x18f1a2=this[_0x55be('0x16')],_0x2e16ce=_0x18f1a2[_0x55be('0x0')];_0x18f1a2['plugins']['get']('TrackChangesEditing')['_descriptionFactory']['registerDescriptionCallback'](_0x561302=>{const _0x1b02d0=_0x2e16ce['t'];if(_0x55be('0x18')!=_0x561302[_0x55be('0x1e')])return;const {data:_0x534fc4}=_0x561302;if(null!=_0x534fc4){if(_0x55be('0x2a')==_0x534fc4[_0x55be('0x29')]){const _0x2aa949=_0x534fc4[_0x55be('0x1a')][0x0][_0x55be('0x22')];if(_0x2aa949){const _0x3505a9=_0x1b02d0(this[_0x55be('0x16')][_0x55be('0x13')]['get'](_0x55be('0x9'))[_0x55be('0x10')](this[_0x55be('0x16')]['config']['get'](_0x55be('0xc')))['find'](_0x2530f9=>_0x2530f9[_0x55be('0x1')]==_0x2aa949)[_0x55be('0x14')])['toLowerCase']();return{'type':'format','content':_0x579f21(_0x2e16ce,_0x55be('0x23'),_0x3505a9)};}return{'type':'format','content':_0x579f21(_0x2e16ce,_0x55be('0x1d'))};}if('fontFamily'==_0x534fc4[_0x55be('0x29')]){const _0x442d47=_0x534fc4['commandParams'][0x0][_0x55be('0x22')];return _0x442d47?{'type':_0x55be('0x24'),'content':_0x579f21(_0x2e16ce,_0x55be('0x20'),_0x442d47)}:{'type':_0x55be('0x24'),'content':_0x579f21(_0x2e16ce,'*Reset\x20font\x20family*')};}if('fontColor'==_0x534fc4['commandName']){const _0x40421a=_0x534fc4[_0x55be('0x1a')][0x0][_0x55be('0x22')];if(_0x40421a){const _0x2fcf76=_0x51fe40(this[_0x55be('0x16')][_0x55be('0xe')][_0x55be('0x27')]('fontColor.colors'))[_0x55be('0x11')](_0x59fd81=>_0x59fd81[_0x55be('0x1')]==_0x40421a);let _0x18760a=_0x40421a,_0x9bdce6='';return _0x2fcf76&&(_0x18760a=_0x2fcf76[_0x55be('0x17')],_0x9bdce6=_0x1b02d0(_0x18760a)[_0x55be('0xf')]()),{'type':_0x55be('0x24'),'content':_0x579f21(_0x2e16ce,'*Set\x20font\x20color:*\x20%0',_0x9bdce6)[_0x55be('0x2')](),'color':{'value':_0x40421a,'title':_0x9bdce6||_0x18760a}};}return{'type':'format','content':_0x579f21(_0x2e16ce,_0x55be('0x12'))};}if('fontBackgroundColor'==_0x534fc4[_0x55be('0x29')]){const _0x32aa09=_0x534fc4[_0x55be('0x1a')][0x0][_0x55be('0x22')];if(_0x32aa09){const _0x56ca54=_0x51fe40(this['editor'][_0x55be('0xe')]['get'](_0x55be('0xb')))[_0x55be('0x11')](_0x52a2e9=>_0x52a2e9[_0x55be('0x1')]==_0x32aa09);let _0x3b1ad8=_0x32aa09,_0x2dfdff='';return _0x56ca54&&(_0x3b1ad8=_0x56ca54[_0x55be('0x17')],_0x2dfdff=_0x1b02d0(_0x3b1ad8)[_0x55be('0xf')]()),{'type':_0x55be('0x24'),'content':_0x579f21(_0x2e16ce,_0x55be('0x28'),_0x2dfdff)['trim'](),'color':{'value':_0x32aa09,'title':_0x2dfdff||_0x3b1ad8}};}return{'type':_0x55be('0x24'),'content':_0x579f21(_0x2e16ce,_0x55be('0x1b'))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4299=['enableCommand','formatBlock','plugins','fontSize.options','pasteFormat','fontColor.colors','toLowerCase','_descriptionFactory','boolean','length','*Set\x20format\x20to:*\x20%0','join','copyFormat','find','*Remove\x20all\x20formatting*','TrackChangesEditing','config','toUpperCase','enableDefaultIntegration','afterInit','charAt','format','_registerLegacyDescription','push','editor','type','registerDescriptionCallback','split','title','get','locale','commandParams'];(function(_0x8843c2,_0x4299ee){const _0x20c019=function(_0xcdb042){while(--_0xcdb042){_0x8843c2['push'](_0x8843c2['shift']());}};_0x20c019(++_0x4299ee);}(_0x4299,0x87));const _0x20c0=function(_0x8843c2,_0x4299ee){_0x8843c2=_0x8843c2-0x0;let _0x20c019=_0x4299[_0x8843c2];return _0x20c019;};import{Plugin as _0x2e564b}from'ckeditor5/src/core';import{normalizeColorOptions as _0xabaa34}from'ckeditor5/src/ui';import{getTranslation as _0x50cead}from'../utils/common-translations';export default class Q extends _0x2e564b{[_0x20c0('0xc')](){const _0xee5384=this[_0x20c0('0x11')],_0x2c22c1=_0xee5384[_0x20c0('0x1b')]['get'](_0x20c0('0x8')),_0x13b57d=_0xee5384['commands'][_0x20c0('0x16')](_0x20c0('0x5')),_0x26ef4a=_0xee5384['commands'][_0x20c0('0x16')]('pasteFormat');_0x13b57d&&_0x26ef4a&&(_0x2c22c1[_0x20c0('0xb')](_0x20c0('0x1d')),_0x2c22c1[_0x20c0('0x19')](_0x20c0('0x5')),this[_0x20c0('0xf')]());}[_0x20c0('0xf')](){const _0x22a7e9=this[_0x20c0('0x11')],_0x55958d=_0x22a7e9[_0x20c0('0x17')];_0x22a7e9['plugins'][_0x20c0('0x16')](_0x20c0('0x8'))[_0x20c0('0x0')][_0x20c0('0x13')](_0x4653ea=>{if(_0x20c0('0x1a')!=_0x4653ea[_0x20c0('0x12')]&&'formatInline'!=_0x4653ea[_0x20c0('0x12')])return;const {data:_0x249129}=_0x4653ea;if(_0x249129&&_0x20c0('0x1d')===_0x249129['commandName']){const _0x56af4b=[],_0x566079=_0x249129[_0x20c0('0x18')][0x0];for(const [_0x3c3349,_0x2a8f2c]of Object['entries'](_0x566079))_0x56af4b[_0x20c0('0x10')](ao(_0x22a7e9,_0x3c3349,_0x2a8f2c));return _0x56af4b[_0x20c0('0x2')]?{'type':'format','content':_0x50cead(_0x55958d,_0x20c0('0x3'),_0x56af4b[_0x20c0('0x4')](',\x20'))}:{'type':_0x20c0('0xe'),'content':_0x50cead(_0x55958d,_0x20c0('0x7'))};}});}}function ao(_0x4e6f42,_0x9a3808,_0x37311c){const _0x5ef60f=_0x4e6f42[_0x20c0('0x17')]['t'],_0x4dd818=_0x9a3808[_0x20c0('0x14')](/(?=[A-Z])/)[_0x20c0('0x4')]('\x20'),_0x5166d2=_0x5ef60f(_0x4dd818[_0x20c0('0xd')](0x0)[_0x20c0('0xa')]()+_0x4dd818['slice'](0x1))[_0x20c0('0x1f')]();if(_0x20c0('0x1')==typeof _0x37311c)return _0x5166d2;if('fontColor'===_0x9a3808||'fontBackgroundColor'===_0x9a3808){const _0x32110c=_0xabaa34(_0x4e6f42[_0x20c0('0x9')][_0x20c0('0x16')](_0x20c0('0x1e')))[_0x20c0('0x6')](_0x275b99=>_0x275b99['model']==_0x37311c);return _0x5166d2+'\x20('+(_0x32110c?_0x5ef60f(_0x32110c['label'])[_0x20c0('0x1f')]():_0x37311c)+')';}if('fontSize'===_0x9a3808&&isNaN(parseFloat(_0x37311c))){const _0x300074=_0x4e6f42['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x4e6f42[_0x20c0('0x9')][_0x20c0('0x16')](_0x20c0('0x1c')))[_0x20c0('0x6')](_0x483137=>_0x483137['model']==_0x37311c);return _0x5166d2+'\x20('+(_0x300074?_0x5ef60f(_0x300074[_0x20c0('0x15')])[_0x20c0('0x1f')]():_0x37311c)+')';}return _0x5166d2+'\x20('+_0x37311c+')';}
23
+ const _0x4b9d=['push','*Set\x20format\x20to:*\x20%0','copyFormat','TrackChangesEditing','join','afterInit','fontSize.options','_registerLegacyDescription','formatInline','formatBlock','get','split','toLowerCase','editor','fontSize','locale','find','config','title','fontColor.colors','registerDescriptionCallback','length','toUpperCase','plugins','fontColor','entries','enableCommand','*Remove\x20all\x20formatting*','boolean','commands','model','_descriptionFactory','commandParams','pasteFormat','normalizeSizeOptions'];(function(_0x4c8cbe,_0x4b9d5e){const _0x453342=function(_0x4e10a2){while(--_0x4e10a2){_0x4c8cbe['push'](_0x4c8cbe['shift']());}};_0x453342(++_0x4b9d5e);}(_0x4b9d,0x1a5));const _0x4533=function(_0x4c8cbe,_0x4b9d5e){_0x4c8cbe=_0x4c8cbe-0x0;let _0x453342=_0x4b9d[_0x4c8cbe];return _0x453342;};import{Plugin as _0x222220}from'ckeditor5/src/core';import{normalizeColorOptions as _0x2a0712}from'ckeditor5/src/ui';import{getTranslation as _0x175b6b}from'../utils/common-translations';export default class Q extends _0x222220{[_0x4533('0x4')](){const _0x3ea7cf=this[_0x4533('0xc')],_0x10cd68=_0x3ea7cf[_0x4533('0x16')][_0x4533('0x9')]('TrackChangesEditing'),_0x77b364=_0x3ea7cf[_0x4533('0x1c')][_0x4533('0x9')](_0x4533('0x1')),_0x458a82=_0x3ea7cf['commands'][_0x4533('0x9')](_0x4533('0x20'));_0x77b364&&_0x458a82&&(_0x10cd68['_enableDefaultAttributesIntegration'](_0x4533('0x20')),_0x10cd68[_0x4533('0x19')](_0x4533('0x1')),this[_0x4533('0x6')]());}[_0x4533('0x6')](){const _0x2cc849=this[_0x4533('0xc')],_0x4f234d=_0x2cc849[_0x4533('0xe')];_0x2cc849[_0x4533('0x16')][_0x4533('0x9')](_0x4533('0x2'))[_0x4533('0x1e')][_0x4533('0x13')](_0x285ce6=>{if(_0x4533('0x8')!=_0x285ce6['type']&&_0x4533('0x7')!=_0x285ce6['type'])return;const {data:_0x410fdb}=_0x285ce6;if(_0x410fdb&&'pasteFormat'===_0x410fdb['commandName']){const _0x376f68=[],_0x4e82af=_0x410fdb[_0x4533('0x1f')][0x0];for(const [_0x485314,_0x1aceab]of Object[_0x4533('0x18')](_0x4e82af))_0x376f68[_0x4533('0x22')](ao(_0x2cc849,_0x485314,_0x1aceab));return _0x376f68[_0x4533('0x14')]?{'type':'format','content':_0x175b6b(_0x4f234d,_0x4533('0x0'),_0x376f68[_0x4533('0x3')](',\x20'))}:{'type':'format','content':_0x175b6b(_0x4f234d,_0x4533('0x1a'))};}});}}function ao(_0x523b54,_0x2053d2,_0xb67415){const _0x589458=_0x523b54[_0x4533('0xe')]['t'],_0x15ce63=_0x2053d2[_0x4533('0xa')](/(?=[A-Z])/)[_0x4533('0x3')]('\x20'),_0x39d517=_0x589458(_0x15ce63['charAt'](0x0)[_0x4533('0x15')]()+_0x15ce63['slice'](0x1))[_0x4533('0xb')]();if(_0x4533('0x1b')==typeof _0xb67415)return _0x39d517;if(_0x4533('0x17')===_0x2053d2||'fontBackgroundColor'===_0x2053d2){const _0x113ca0=_0x2a0712(_0x523b54[_0x4533('0x10')][_0x4533('0x9')](_0x4533('0x12')))[_0x4533('0xf')](_0x122883=>_0x122883['model']==_0xb67415);return _0x39d517+'\x20('+(_0x113ca0?_0x589458(_0x113ca0['label'])['toLowerCase']():_0xb67415)+')';}if(_0x4533('0xd')===_0x2053d2&&isNaN(parseFloat(_0xb67415))){const _0x27bfed=_0x523b54[_0x4533('0x16')][_0x4533('0x9')]('FontSize')[_0x4533('0x21')](_0x523b54[_0x4533('0x10')]['get'](_0x4533('0x5')))['find'](_0x3f72b1=>_0x3f72b1[_0x4533('0x1d')]==_0xb67415);return _0x39d517+'\x20('+(_0x27bfed?_0x589458(_0x27bfed[_0x4533('0x11')])[_0x4533('0xb')]():_0xb67415)+')';}return _0x39d517+'\x20('+_0xb67415+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b76=['locale','match','ELEMENT_HEADING_CUSTOM','*Change\x20to:*\x20%0','HeadingEditing','registerElementLabel','commandName','afterInit','_getHeadingLevel','TrackChangesEditing','heading','view','_registerLegacyDescription','has','enableDefaultIntegration','format','plugins','model','editor','registerDescriptionCallback','value','paragraph','_headingOptions','title','ELEMENT_HEADING','find','get','name'];(function(_0x131e2a,_0x4b7662){const _0x377914=function(_0x19ee3a){while(--_0x19ee3a){_0x131e2a['push'](_0x131e2a['shift']());}};_0x377914(++_0x4b7662);}(_0x4b76,0xb4));const _0x3779=function(_0x131e2a,_0x4b7662){_0x131e2a=_0x131e2a-0x0;let _0x377914=_0x4b76[_0x131e2a];return _0x377914;};import{Plugin as _0x167c94}from'ckeditor5/src/core';import{getTranslation as _0x18f107}from'../utils/common-translations';export default class X extends _0x167c94{[_0x3779('0x17')](){const _0x851287=this[_0x3779('0x6')];if(!_0x851287[_0x3779('0x4')][_0x3779('0x1')](_0x3779('0x14')))return;const _0x20906e=_0x851287[_0x3779('0x10')];this['_headingOptions']=_0x851287['config'][_0x3779('0xe')]('heading.options');const _0x7fb35a=_0x851287[_0x3779('0x4')][_0x3779('0xe')](_0x3779('0x19'));_0x7fb35a[_0x3779('0x2')](_0x3779('0x1a'));for(const _0x33a2c5 of this[_0x3779('0xa')])_0x3779('0x9')!=_0x33a2c5[_0x3779('0x5')]&&_0x7fb35a['_descriptionFactory'][_0x3779('0x15')](_0x33a2c5[_0x3779('0x5')],_0x4062bb=>{const _0x30628d=this[_0x3779('0x18')](_0x33a2c5[_0x3779('0x5')]);return null!==_0x30628d?_0x226b1f(_0x4062bb,_0x30628d):_0x41cd4e(_0x4062bb,_0x33a2c5[_0x3779('0xb')]);});function _0x226b1f(_0x598327,_0x546c48){return _0x18f107(_0x20906e,_0x3779('0xc'),[_0x598327,_0x546c48]);}function _0x41cd4e(_0x3c3664,_0x5dbc4f){return _0x18f107(_0x20906e,_0x3779('0x12'),[_0x3c3664,_0x5dbc4f]);}this[_0x3779('0x0')]();}[_0x3779('0x0')](){const _0x3bdc52=this[_0x3779('0x6')],_0x3b8bda=_0x3bdc52[_0x3779('0x10')];function _0x5cac7b(_0x5c4a19,_0x2307f0){return _0x18f107(_0x3b8bda,_0x3779('0x12'),[_0x5c4a19,_0x2307f0]);}_0x3bdc52[_0x3779('0x4')]['get'](_0x3779('0x19'))['_descriptionFactory'][_0x3779('0x7')](_0x49d3f5=>{if('formatBlock'!=_0x49d3f5['type'])return;const {data:_0x5cac1e}=_0x49d3f5;if(_0x5cac1e&&_0x3779('0x1a')==_0x5cac1e[_0x3779('0x16')]){const _0x10952f=_0x5cac1e['commandParams'][0x0][_0x3779('0x8')],_0xaeefe4=this[_0x3779('0x18')](_0x10952f);if(null!==_0xaeefe4)return{'type':_0x3779('0x3'),'content':_0x18f107(_0x3b8bda,_0x3779('0x13'),(_0x25caa2=0x1,_0x14c4fb=_0xaeefe4,_0x18f107(_0x3b8bda,_0x3779('0xc'),[_0x25caa2,_0x14c4fb])))};const _0x40064c=this[_0x3779('0xa')][_0x3779('0xd')](_0x581a72=>_0x581a72['model']===_0x10952f)[_0x3779('0xb')];return{'type':_0x3779('0x3'),'content':_0x18f107(_0x3b8bda,_0x3779('0x13'),_0x5cac7b(0x1,_0x40064c))};}var _0x25caa2,_0x14c4fb;});}['_getHeadingLevel'](_0x2a8ecb){var _0x177b0e,_0x46d81d;const _0x5019b1=_0x2a8ecb['match'](/^heading(\d+)/);if(_0x5019b1)return _0x5019b1[0x1];const _0x55ad0a=null===(_0x177b0e=this[_0x3779('0xa')])||void 0x0===_0x177b0e?void 0x0:_0x177b0e['find'](_0x556c3a=>_0x556c3a[_0x3779('0x5')]==_0x2a8ecb);if(_0x55ad0a&&_0x55ad0a[_0x3779('0x1b')]){const _0x518c4c=_0x55ad0a[_0x3779('0x1b')],_0x2a9bcd=(null!==(_0x46d81d=_0x518c4c[_0x3779('0xf')])&&void 0x0!==_0x46d81d?_0x46d81d:_0x518c4c)[_0x3779('0x11')](/^h(\d+)/);if(_0x2a9bcd)return _0x2a9bcd[0x1];}return null;}}
23
+ const _0x4b09=['commandName','match','plugins','model','type','_headingOptions','paragraph','registerDescriptionCallback','_descriptionFactory','_getHeadingLevel','get','value','registerElementLabel','*Change\x20to:*\x20%0','_registerLegacyDescription','TrackChangesEditing','view','_enableDefaultAttributesIntegration','has','format','commandParams','locale','ELEMENT_HEADING','find','editor','ELEMENT_HEADING_CUSTOM','heading.options','name','heading','title'];(function(_0x64ad6d,_0x4b0987){const _0x3f9375=function(_0xe45acd){while(--_0xe45acd){_0x64ad6d['push'](_0x64ad6d['shift']());}};_0x3f9375(++_0x4b0987);}(_0x4b09,0x7e));const _0x3f93=function(_0x64ad6d,_0x4b0987){_0x64ad6d=_0x64ad6d-0x0;let _0x3f9375=_0x4b09[_0x64ad6d];return _0x3f9375;};import{Plugin as _0x1fff77}from'ckeditor5/src/core';import{getTranslation as _0x3a899b}from'../utils/common-translations';export default class X extends _0x1fff77{['afterInit'](){const _0x2cf020=this['editor'];if(!_0x2cf020[_0x3f93('0x1a')][_0x3f93('0xc')]('HeadingEditing'))return;this[_0x3f93('0x1d')]=_0x2cf020['config'][_0x3f93('0x4')](_0x3f93('0x14'));const _0x1c5398=_0x2cf020[_0x3f93('0xf')],_0x8f4fa6=_0x2cf020[_0x3f93('0x1a')]['get']('TrackChangesEditing');_0x8f4fa6[_0x3f93('0xb')](_0x3f93('0x16'));for(const _0x13b11d of this[_0x3f93('0x1d')])_0x3f93('0x0')!=_0x13b11d[_0x3f93('0x1b')]&&_0x8f4fa6['_descriptionFactory'][_0x3f93('0x6')](_0x13b11d['model'],_0x4b611a=>{const _0x22554c=this['_getHeadingLevel'](_0x13b11d[_0x3f93('0x1b')]);return null!==_0x22554c?_0x99a244(_0x4b611a,_0x22554c):_0x1e378a(_0x4b611a,_0x13b11d[_0x3f93('0x17')]);});function _0x99a244(_0xb2dcae,_0x5d642b){return _0x3a899b(_0x1c5398,_0x3f93('0x10'),[_0xb2dcae,_0x5d642b]);}function _0x1e378a(_0x562d88,_0x23a87d){return _0x3a899b(_0x1c5398,_0x3f93('0x13'),[_0x562d88,_0x23a87d]);}this[_0x3f93('0x8')]();}[_0x3f93('0x8')](){const _0x195b53=this[_0x3f93('0x12')],_0xf5840a=_0x195b53[_0x3f93('0xf')];function _0x3d3a89(_0x5af523,_0x176302){return _0x3a899b(_0xf5840a,'ELEMENT_HEADING_CUSTOM',[_0x5af523,_0x176302]);}_0x195b53[_0x3f93('0x1a')][_0x3f93('0x4')](_0x3f93('0x9'))[_0x3f93('0x2')][_0x3f93('0x1')](_0xcffed=>{if('formatBlock'!=_0xcffed[_0x3f93('0x1c')])return;const {data:_0x573205}=_0xcffed;if(_0x573205&&'heading'==_0x573205[_0x3f93('0x18')]){const _0x2bc576=_0x573205[_0x3f93('0xe')][0x0][_0x3f93('0x5')],_0x4ea8d8=this[_0x3f93('0x3')](_0x2bc576);if(null!==_0x4ea8d8)return{'type':_0x3f93('0xd'),'content':_0x3a899b(_0xf5840a,'*Change\x20to:*\x20%0',(_0x35b5dd=0x1,_0x446719=_0x4ea8d8,_0x3a899b(_0xf5840a,'ELEMENT_HEADING',[_0x35b5dd,_0x446719])))};const _0x320d7e=this['_headingOptions'][_0x3f93('0x11')](_0x1b26a1=>_0x1b26a1['model']===_0x2bc576)[_0x3f93('0x17')];return{'type':'format','content':_0x3a899b(_0xf5840a,_0x3f93('0x7'),_0x3d3a89(0x1,_0x320d7e))};}var _0x35b5dd,_0x446719;});}[_0x3f93('0x3')](_0x2a65fc){var _0x4cbe9a,_0x154f63;const _0x384175=_0x2a65fc[_0x3f93('0x19')](/^heading(\d+)/);if(_0x384175)return _0x384175[0x1];const _0x431429=null===(_0x4cbe9a=this['_headingOptions'])||void 0x0===_0x4cbe9a?void 0x0:_0x4cbe9a['find'](_0x4b5bed=>_0x4b5bed[_0x3f93('0x1b')]==_0x2a65fc);if(_0x431429&&_0x431429[_0x3f93('0xa')]){const _0x9681fc=_0x431429[_0x3f93('0xa')],_0x42f850=(null!==(_0x154f63=_0x9681fc[_0x3f93('0x15')])&&void 0x0!==_0x154f63?_0x154f63:_0x9681fc)[_0x3f93('0x19')](/^h(\d+)/);if(_0x42f850)return _0x42f850[0x1];}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b3b=['value','_descriptionFactory','registerAttributeLabel','*Remove\x20highlight*','commandParams','TrackChangesEditing','*Set\x20highlight:*\x20%0','color','_registerLegacyDescription','format','HighlightEditing','title','highlight','locale','get','formatInline','editor','model','has','FORMAT_HIGHLIGHT','plugins','toLowerCase','highlight.options'];(function(_0x1882f2,_0x4b3b85){const _0x3acce0=function(_0x3db9c8){while(--_0x3db9c8){_0x1882f2['push'](_0x1882f2['shift']());}};_0x3acce0(++_0x4b3b85);}(_0x4b3b,0xcb));const _0x3acc=function(_0x1882f2,_0x4b3b85){_0x1882f2=_0x1882f2-0x0;let _0x3acce0=_0x4b3b[_0x1882f2];return _0x3acce0;};import{Plugin as _0x3af4af}from'ckeditor5/src/core';import{getTranslation as _0x21be62}from'../utils/common-translations';export default class Y extends _0x3af4af{['afterInit'](){const _0x176cd6=this[_0x3acc('0x14')];if(!_0x176cd6[_0x3acc('0x1')][_0x3acc('0x16')](_0x3acc('0xe')))return;const _0x498a91=_0x176cd6[_0x3acc('0x1')][_0x3acc('0x12')]('TrackChangesEditing'),_0x2ebe2a=_0x176cd6['locale'];_0x498a91['enableDefaultIntegration']('highlight',[_0x3acc('0x10')]),_0x498a91[_0x3acc('0x5')][_0x3acc('0x6')]('highlight',_0x21be62(_0x2ebe2a,_0x3acc('0x0'))),this[_0x3acc('0xc')]();}['_registerLegacyDescription'](){const _0x1fe384=this[_0x3acc('0x14')],_0x14940b=_0x1fe384[_0x3acc('0x11')];_0x1fe384[_0x3acc('0x1')][_0x3acc('0x12')](_0x3acc('0x9'))[_0x3acc('0x5')]['registerDescriptionCallback'](_0x5a747a=>{if(_0x3acc('0x13')!=_0x5a747a['type'])return;const {data:_0x656920}=_0x5a747a;if(_0x656920&&'highlight'==_0x656920['commandName']){const _0x16e9cb=_0x14940b['t'],_0x42225b=_0x656920[_0x3acc('0x8')][0x0][_0x3acc('0x4')];if(_0x42225b){const _0x157f51=_0x1fe384['config']['get'](_0x3acc('0x3'))['find'](_0x2081cd=>_0x2081cd[_0x3acc('0x15')]==_0x42225b),_0x4a5b50=_0x16e9cb(_0x157f51[_0x3acc('0xf')])[_0x3acc('0x2')]();return{'type':_0x3acc('0xd'),'content':_0x21be62(_0x14940b,_0x3acc('0xa'),_0x4a5b50),'color':{'value':_0x157f51[_0x3acc('0xb')],'title':_0x157f51[_0x3acc('0xf')]}};}return{'type':_0x3acc('0xd'),'content':_0x21be62(_0x14940b,_0x3acc('0x7'),_0x21be62(_0x14940b,_0x3acc('0x0')))};}});}}
23
+ const _0x4c22=['*Set\x20highlight:*\x20%0','toLowerCase','HighlightEditing','FORMAT_HIGHLIGHT','TrackChangesEditing','commandName','editor','format','config','color','_registerLegacyDescription','registerDescriptionCallback','type','title','_descriptionFactory','get','*Remove\x20highlight*','find','highlight','_enableDefaultAttributesIntegration','plugins','registerAttributeLabel','has','locale','value','formatInline','afterInit'];(function(_0x12370c,_0x4c22e1){const _0x1b0850=function(_0x1420f6){while(--_0x1420f6){_0x12370c['push'](_0x12370c['shift']());}};_0x1b0850(++_0x4c22e1);}(_0x4c22,0xb0));const _0x1b08=function(_0x12370c,_0x4c22e1){_0x12370c=_0x12370c-0x0;let _0x1b0850=_0x4c22[_0x12370c];return _0x1b0850;};import{Plugin as _0x2aa780}from'ckeditor5/src/core';import{getTranslation as _0x31940c}from'../utils/common-translations';export default class Y extends _0x2aa780{[_0x1b08('0xc')](){const _0x4bddb3=this[_0x1b08('0x13')];if(!_0x4bddb3[_0x1b08('0x6')][_0x1b08('0x8')](_0x1b08('0xf')))return;const _0x375b46=_0x4bddb3[_0x1b08('0x6')][_0x1b08('0x1')](_0x1b08('0x11')),_0x3412ef=_0x4bddb3['locale'];_0x375b46[_0x1b08('0x5')](_0x1b08('0x4'),[_0x1b08('0x4')]),_0x375b46[_0x1b08('0x0')][_0x1b08('0x7')](_0x1b08('0x4'),_0x31940c(_0x3412ef,_0x1b08('0x10'))),this[_0x1b08('0x17')]();}[_0x1b08('0x17')](){const _0x184215=this[_0x1b08('0x13')],_0xf91bfc=_0x184215[_0x1b08('0x9')];_0x184215[_0x1b08('0x6')][_0x1b08('0x1')](_0x1b08('0x11'))[_0x1b08('0x0')][_0x1b08('0x18')](_0x5e2399=>{if(_0x1b08('0xb')!=_0x5e2399[_0x1b08('0x19')])return;const {data:_0x5a9120}=_0x5e2399;if(_0x5a9120&&_0x1b08('0x4')==_0x5a9120[_0x1b08('0x12')]){const _0x1cfe3e=_0xf91bfc['t'],_0x4d0685=_0x5a9120['commandParams'][0x0][_0x1b08('0xa')];if(_0x4d0685){const _0x24f439=_0x184215[_0x1b08('0x15')][_0x1b08('0x1')]('highlight.options')[_0x1b08('0x3')](_0x1768aa=>_0x1768aa['model']==_0x4d0685),_0x2e1d7c=_0x1cfe3e(_0x24f439[_0x1b08('0x1a')])[_0x1b08('0xe')]();return{'type':_0x1b08('0x14'),'content':_0x31940c(_0xf91bfc,_0x1b08('0xd'),_0x2e1d7c),'color':{'value':_0x24f439[_0x1b08('0x16')],'title':_0x24f439[_0x1b08('0x1a')]}};}return{'type':_0x1b08('0x14'),'content':_0x31940c(_0xf91bfc,_0x1b08('0x2'),_0x31940c(_0xf91bfc,_0x1b08('0x10')))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c77=['editor','showSuggestionHighlights','horizontalLine','HorizontalLineEditing','createEmptyElement','get','locale','TrackChangesEditing','afterInit','plugins','registerElementLabel','addClass','_descriptionFactory','div','createPositionAt','ELEMENT_HORIZONTAL_LINE','ck-horizontal-line','has','elementToStructure','high','enableCommand'];(function(_0x14d607,_0x3c7745){const _0x5c4d3c=function(_0x549f76){while(--_0x549f76){_0x14d607['push'](_0x14d607['shift']());}};_0x5c4d3c(++_0x3c7745);}(_0x3c77,0xbb));const _0x5c4d=function(_0x14d607,_0x3c7745){_0x14d607=_0x14d607-0x0;let _0x5c4d3c=_0x3c77[_0x14d607];return _0x5c4d3c;};import{Plugin as _0x220acd}from'ckeditor5/src/core';import{getTranslation as _0x5e0885}from'../utils/common-translations';export default class Z extends _0x220acd{[_0x5c4d('0xa')](){const _0x12b92e=this[_0x5c4d('0x2')];if(!_0x12b92e['plugins'][_0x5c4d('0x13')](_0x5c4d('0x5')))return;_0x12b92e[_0x5c4d('0xb')][_0x5c4d('0x7')](_0x5c4d('0x9'))[_0x5c4d('0x1')](_0x5c4d('0x4'));const _0x188446=_0x12b92e['plugins'][_0x5c4d('0x7')](_0x5c4d('0x9')),_0x11b52b=_0x12b92e[_0x5c4d('0x8')];_0x188446[_0x5c4d('0xe')][_0x5c4d('0xc')](_0x5c4d('0x4'),_0x30a12c=>_0x5e0885(_0x11b52b,_0x5c4d('0x11'),_0x30a12c)),_0x12b92e['conversion']['for']('dataDowncast')[_0x5c4d('0x14')]({'model':_0x5c4d('0x4'),'view':(_0xdae9f9,{writer:_0x4ee635,options:_0x1ed779})=>{if(!_0x1ed779[_0x5c4d('0x3')])return null;const _0x59341d=_0x4ee635['createContainerElement'](_0x5c4d('0xf')),_0x1f3c32=_0x4ee635[_0x5c4d('0x6')]('hr');return _0x4ee635[_0x5c4d('0xd')](_0x5c4d('0x12'),_0x59341d),_0x4ee635['insert'](_0x4ee635[_0x5c4d('0x10')](_0x59341d,0x0),_0x1f3c32),_0x59341d;},'converterPriority':_0x5c4d('0x0')});}}
23
+ const _0x2123=['conversion','div','createEmptyElement','for','registerElementLabel','plugins','TrackChangesEditing','high','createPositionAt','editor','horizontalLine','locale','get','addClass','enableCommand','insert','ELEMENT_HORIZONTAL_LINE','ck-horizontal-line','showSuggestionHighlights','afterInit','HorizontalLineEditing'];(function(_0x7bbee7,_0x2123c8){const _0x2216a5=function(_0x257019){while(--_0x257019){_0x7bbee7['push'](_0x7bbee7['shift']());}};_0x2216a5(++_0x2123c8);}(_0x2123,0x84));const _0x2216=function(_0x7bbee7,_0x2123c8){_0x7bbee7=_0x7bbee7-0x0;let _0x2216a5=_0x2123[_0x7bbee7];return _0x2216a5;};import{Plugin as _0x23c109}from'ckeditor5/src/core';import{getTranslation as _0x3dedf1}from'../utils/common-translations';export default class Z extends _0x23c109{[_0x2216('0xd')](){const _0x5cc003=this[_0x2216('0x3')];if(!_0x5cc003['plugins']['has'](_0x2216('0xe')))return;_0x5cc003[_0x2216('0x14')][_0x2216('0x6')](_0x2216('0x0'))[_0x2216('0x8')](_0x2216('0x4'));const _0x3d1a71=_0x5cc003['plugins'][_0x2216('0x6')](_0x2216('0x0')),_0x5b1e06=_0x5cc003[_0x2216('0x5')];_0x3d1a71['_descriptionFactory'][_0x2216('0x13')](_0x2216('0x4'),_0x120da9=>_0x3dedf1(_0x5b1e06,_0x2216('0xa'),_0x120da9)),_0x5cc003[_0x2216('0xf')][_0x2216('0x12')]('dataDowncast')['elementToStructure']({'model':_0x2216('0x4'),'view':(_0x1a4c18,{writer:_0x31768b,options:_0x282f77})=>{if(!_0x282f77[_0x2216('0xc')])return null;const _0x50507c=_0x31768b['createContainerElement'](_0x2216('0x10')),_0x25425c=_0x31768b[_0x2216('0x11')]('hr');return _0x31768b[_0x2216('0x7')](_0x2216('0xb'),_0x50507c),_0x31768b[_0x2216('0x9')](_0x31768b[_0x2216('0x2')](_0x50507c,0x0),_0x25425c),_0x50507c;},'converterPriority':_0x2216('0x1')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x343e=['plugins','*Change\x20%0\x20content*','enableDefaultIntegration','getFirstRange','ELEMENT_HTML_EMBED','htmlEmbed','registerElementLabel','key','_descriptionFactory','TrackChangesEditing','_registerLegacyDescription','get','type','nodeAfter','registerDescriptionCallback','editor','rawHtml','HtmlEmbed','formatBlock','locale','value'];(function(_0x3973f7,_0x343ebb){const _0x4348e5=function(_0x5d3527){while(--_0x5d3527){_0x3973f7['push'](_0x3973f7['shift']());}};_0x4348e5(++_0x343ebb);}(_0x343e,0x155));const _0x4348=function(_0x3973f7,_0x343ebb){_0x3973f7=_0x3973f7-0x0;let _0x4348e5=_0x343e[_0x3973f7];return _0x4348e5;};import{Plugin as _0x297cde}from'ckeditor5/src/core';import{getTranslation as _0x4606e4}from'../utils/common-translations';export default class tt extends _0x297cde{['afterInit'](){const _0x46aae5=this[_0x4348('0xa')];if(!_0x46aae5['plugins']['has'](_0x4348('0xc')))return;const _0x14396c=_0x46aae5[_0x4348('0x10')][_0x4348('0x6')](_0x4348('0x4')),_0x293721=_0x46aae5[_0x4348('0xe')];_0x14396c[_0x4348('0x3')][_0x4348('0x1')]('rawHtml',_0x176e2e=>_0x4606e4(_0x293721,_0x4348('0x14'),_0x176e2e)),_0x14396c[_0x4348('0x12')]('htmlEmbed',[],[_0x4348('0xf')]),_0x14396c[_0x4348('0x3')][_0x4348('0x9')](_0x34195f=>{if('attribute'!=_0x34195f[_0x4348('0x7')])return;const {data:_0x571328}=_0x34195f;if(_0x571328&&'value'==_0x571328[_0x4348('0x2')]&&_0x34195f[_0x4348('0x13')]()['start'][_0x4348('0x8')]['is']('element',_0x4348('0xb'))){const _0x445346=_0x4606e4(_0x293721,_0x4348('0x14'));return{'type':'format','content':_0x4606e4(_0x293721,_0x4348('0x11'),_0x445346)};}}),this[_0x4348('0x5')]();}[_0x4348('0x5')](){const _0x2247a4=this[_0x4348('0xa')],_0x57c865=_0x2247a4[_0x4348('0xe')];_0x2247a4[_0x4348('0x10')][_0x4348('0x6')](_0x4348('0x4'))[_0x4348('0x3')]['registerDescriptionCallback'](_0x43aa52=>{if(_0x4348('0xd')!=_0x43aa52[_0x4348('0x7')])return;const {data:_0x1cb3b6}=_0x43aa52;if(_0x1cb3b6&&_0x4348('0x0')==_0x1cb3b6['commandName']){const _0xdf5f26=_0x4606e4(_0x57c865,_0x4348('0x14'));return{'type':'format','content':_0x4606e4(_0x57c865,_0x4348('0x11'),_0xdf5f26)};}});}}
23
+ const _0x3111=['ELEMENT_HTML_EMBED','element','plugins','commandName','*Change\x20%0\x20content*','_enableDefaultAttributesIntegration','registerDescriptionCallback','rawHtml','HtmlEmbed','format','editor','has','htmlEmbed','_registerLegacyDescription','_descriptionFactory','getFirstRange','attribute','afterInit','registerElementLabel','formatBlock','type','get','value','locale','TrackChangesEditing'];(function(_0x2d9d28,_0x3111fa){const _0x27a7b8=function(_0x811e33){while(--_0x811e33){_0x2d9d28['push'](_0x2d9d28['shift']());}};_0x27a7b8(++_0x3111fa);}(_0x3111,0x123));const _0x27a7=function(_0x2d9d28,_0x3111fa){_0x2d9d28=_0x2d9d28-0x0;let _0x27a7b8=_0x3111[_0x2d9d28];return _0x27a7b8;};import{Plugin as _0xd33234}from'ckeditor5/src/core';import{getTranslation as _0x11f0c1}from'../utils/common-translations';export default class tt extends _0xd33234{[_0x27a7('0x1')](){const _0x2c0f64=this[_0x27a7('0x13')];if(!_0x2c0f64[_0x27a7('0xb')][_0x27a7('0x14')](_0x27a7('0x11')))return;const _0x572fec=_0x2c0f64[_0x27a7('0xb')][_0x27a7('0x5')](_0x27a7('0x8')),_0x30c972=_0x2c0f64[_0x27a7('0x7')];_0x572fec[_0x27a7('0x17')][_0x27a7('0x2')](_0x27a7('0x10'),_0xf2a264=>_0x11f0c1(_0x30c972,_0x27a7('0x9'),_0xf2a264)),_0x572fec[_0x27a7('0xe')](_0x27a7('0x15'),[],[_0x27a7('0x6')]),_0x572fec[_0x27a7('0x17')]['registerDescriptionCallback'](_0x5f9824=>{if(_0x27a7('0x0')!=_0x5f9824[_0x27a7('0x4')])return;const {data:_0x2e6cb3}=_0x5f9824;if(_0x2e6cb3&&_0x27a7('0x6')==_0x2e6cb3['key']&&_0x5f9824[_0x27a7('0x18')]()['start']['nodeAfter']['is'](_0x27a7('0xa'),_0x27a7('0x10'))){const _0x17b0bc=_0x11f0c1(_0x30c972,_0x27a7('0x9'));return{'type':_0x27a7('0x12'),'content':_0x11f0c1(_0x30c972,_0x27a7('0xd'),_0x17b0bc)};}}),this[_0x27a7('0x16')]();}['_registerLegacyDescription'](){const _0x569087=this['editor'],_0x4af129=_0x569087['locale'];_0x569087[_0x27a7('0xb')][_0x27a7('0x5')](_0x27a7('0x8'))[_0x27a7('0x17')][_0x27a7('0xf')](_0x6c317b=>{if(_0x27a7('0x3')!=_0x6c317b['type'])return;const {data:_0x3faa11}=_0x6c317b;if(_0x3faa11&&_0x27a7('0x15')==_0x3faa11[_0x27a7('0xc')]){const _0x375015=_0x11f0c1(_0x4af129,'ELEMENT_HTML_EMBED');return{'type':_0x27a7('0x12'),'content':_0x11f0c1(_0x4af129,_0x27a7('0xd'),_0x375015)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4f6a=['selection','enableDefaultIntegration','*Set\x20image\x20text\x20alternative:*\x20%0','commandParams','markInsertion','getFirstRange','alt','has','subType','type','nodeBefore','ImageCaptionEditing','fromPosition','createRange','imageStylePreApply','format','discard','plugins','registerCustomCallback','afterInit','_findSuggestions','FORMAT_IMAGE_WIDTH','removeObject','toggleImageCaption','isBefore','registerElementLabel','_descriptionFactory','_registerLegacyDescription','isIntersecting','insertion','previous','nodeAfter','getClosestSelectedImageElement','get','key','convertBlockImageToInline','registerAttributeLabel','getSuggestionCallback','addObject','attribute','chain','join','imageTypeInline','commandName','imageTextAlternative','ImageInlineEditing','resizedWidth','model','isOwn','element','getContainedElement','convertInlineImageToBlock','getNearestSelectionRange','schema','ImageEditing','getCaptionFromImageModelElement','ImageCaptionUtils','*Reset\x20image\x20width*','resizeImage','isEqual','formatBlock','findIndex','_suggestionFactory','start','Block\x20image\x20to\x20inline\x20image','ELEMENT_CAPTION','enableCommand','end','editor','uploadImage','isBlockImage','width','*Set\x20image\x20width:*\x20%0','locale','registerDescriptionCallback','imageCaption','document','caption','change','*Remove\x20image\x20text\x20alternative*','createRangeOn','markDeletion','imageInline','isCollapsed','newValue','markBlockFormat','detach'];(function(_0x58c001,_0x4f6a7e){const _0x394087=function(_0x3ce412){while(--_0x3ce412){_0x58c001['push'](_0x58c001['shift']());}};_0x394087(++_0x4f6a7e);}(_0x4f6a,0x7b));const _0x3940=function(_0x58c001,_0x4f6a7e){_0x58c001=_0x58c001-0x0;let _0x394087=_0x4f6a[_0x58c001];return _0x394087;};import{Plugin as _0x3c0a3c}from'ckeditor5/src/core';import{LivePosition as _0x12c718}from'ckeditor5/src/engine';import{getTranslation as _0x436ef7}from'../utils/common-translations';export default class it extends _0x3c0a3c{[_0x3940('0x46')](){const _0x469dfa=this[_0x3940('0x20')];if(!_0x469dfa[_0x3940('0x44')][_0x3940('0x3a')](_0x3940('0x12')))return;const _0x4d2f22=_0x469dfa[_0x3940('0x44')]['get']('TrackChangesEditing'),_0x2ee107=_0x469dfa['plugins'][_0x3940('0x54')]('ImageUtils'),_0x344e5c=_0x469dfa['locale'];_0x4d2f22[_0x3940('0x1e')]('insertImage'),_0x4d2f22['_descriptionFactory']['registerElementLabel']('imageBlock',_0x547733=>_0x436ef7(_0x344e5c,'ELEMENT_IMAGE',_0x547733)),_0x4d2f22[_0x3940('0x4d')]['registerElementLabel'](_0x3940('0x2e'),_0x41a8b7=>_0x436ef7(_0x344e5c,'ELEMENT_INLINE_IMAGE',_0x41a8b7)),_0x4d2f22[_0x3940('0x4d')][_0x3940('0x4c')](_0x3940('0x29'),()=>_0x436ef7(_0x344e5c,_0x3940('0x1d'))),_0x469dfa[_0x3940('0x44')][_0x3940('0x3a')]('ImageUploadEditing')&&_0x4d2f22[_0x3940('0x1e')](_0x3940('0x21')),_0x469dfa[_0x3940('0x44')]['has']('ImageBlockEditing')&&_0x469dfa[_0x3940('0x44')][_0x3940('0x3a')](_0x3940('0x9'))&&(_0x4d2f22['enableCommand'](_0x3940('0x6'),(_0x1c321b,_0x4fbc07)=>{const _0x5d915b=_0x2ee107[_0x3940('0x53')](_0x469dfa[_0x3940('0xb')][_0x3940('0x28')]['selection']);_0x469dfa[_0x3940('0xb')][_0x3940('0x2a')](()=>{_0x4d2f22[_0x3940('0x31')](_0x5d915b,{'commandName':'imageTypeInline','commandParams':[_0x4fbc07]},[],_0x3940('0x56'));});}),_0x4d2f22[_0x3940('0x1e')]('imageTypeBlock',(_0xc25607,_0x48c99d)=>{_0x469dfa[_0x3940('0xb')]['change'](_0x3d0bf7=>{let _0x465231=_0x2ee107['getClosestSelectedImageElement'](_0x469dfa[_0x3940('0xb')][_0x3940('0x28')][_0x3940('0x33')]),_0x55af86=_0x3d0bf7[_0x3940('0x2c')](_0x465231);const _0x187ce2=_0x12c718[_0x3940('0x3f')](_0x55af86[_0x3940('0x1b')],'toPrevious'),_0x151a52=_0x12c718['fromPosition'](_0x55af86[_0x3940('0x1f')],'toNext');_0x4d2f22['forceDefaultExecution'](()=>_0xc25607(_0x48c99d)),_0x465231=_0x2ee107[_0x3940('0x53')](_0x469dfa['model'][_0x3940('0x28')]['selection']),_0x55af86=_0x3d0bf7[_0x3940('0x2c')](_0x465231);const _0x7ca00e=_0x3d0bf7[_0x3940('0x40')](_0x187ce2,_0x151a52);_0x187ce2[_0x3940('0x32')](),_0x151a52['detach'](),_0x4d2f22['markBlockFormat'](_0x465231,{'commandName':_0x3940('0x6'),'commandParams':[_0x48c99d]},[],_0x3940('0xf')),_0x7ca00e[_0x3940('0x1b')]['isBefore'](_0x55af86[_0x3940('0x1b')])&&_0x4d2f22[_0x3940('0x37')](_0x3d0bf7[_0x3940('0x40')](_0x7ca00e[_0x3940('0x1b')],_0x55af86[_0x3940('0x1b')]),_0x3940('0xf')),_0x55af86[_0x3940('0x1f')][_0x3940('0x4b')](_0x7ca00e[_0x3940('0x1f')])&&_0x4d2f22[_0x3940('0x37')](_0x3d0bf7[_0x3940('0x40')](_0x55af86[_0x3940('0x1f')],_0x7ca00e[_0x3940('0x1f')]),_0x3940('0xf'));});}),_0x4d2f22[_0x3940('0x1a')][_0x3940('0x45')]('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x4d2f22[_0x3940('0x1a')]['registerCustomCallback']('formatBlock',_0x3940('0xf'),'accept',()=>!0x1),_0x4d2f22[_0x3940('0x1a')][_0x3940('0x45')]('formatBlock',_0x3940('0xf'),_0x3940('0x43'),_0x4d2f22[_0x3940('0x1a')][_0x3940('0x1')](_0x3940('0x18'),'','accept')),_0x4d2f22[_0x3940('0x1a')][_0x3940('0x45')](_0x3940('0x50'),_0x3940('0xf'),_0x3940('0x5'),()=>!0x1),_0x4d2f22[_0x3940('0x1a')]['registerCustomCallback'](_0x3940('0x50'),'convertInlineImageToBlock',_0x3940('0x43'),([_0x52f265])=>{const _0x5692ac=_0x4d2f22[_0x3940('0x1a')][_0x3940('0x1')](_0x3940('0x50'),'',_0x3940('0x43'));let _0x147d3c=_0x52f265[_0x3940('0x1b')],_0x4e1eb0=_0x52f265['end'];const _0x455a1c=_0x469dfa[_0x3940('0xb')]['schema'][_0x3940('0x10')](_0x147d3c,'backward'),_0xd17c9c=_0x469dfa[_0x3940('0xb')][_0x3940('0x11')][_0x3940('0x10')](_0x4e1eb0,'forward');_0x455a1c['isCollapsed']&&(_0x147d3c=_0x455a1c[_0x3940('0x1b')]),_0xd17c9c[_0x3940('0x2f')]&&(_0x4e1eb0=_0xd17c9c[_0x3940('0x1f')]),_0x5692ac([_0x469dfa['model'][_0x3940('0x40')](_0x147d3c,_0x4e1eb0)]);}),_0x4d2f22[_0x3940('0x1a')][_0x3940('0x45')](_0x3940('0x18'),_0x3940('0xf'),_0x3940('0x4'),_0x40d418),_0x4d2f22[_0x3940('0x1a')][_0x3940('0x45')](_0x3940('0x50'),_0x3940('0xf'),_0x3940('0x4'),_0x40d418)),_0x469dfa[_0x3940('0x44')][_0x3940('0x3a')](_0x3940('0x3e'))&&(_0x4d2f22[_0x3940('0x1e')](_0x3940('0x4a'),(_0x155098,_0x2e8577)=>{const _0x2793d4=_0x469dfa['plugins'][_0x3940('0x54')](_0x3940('0x14'));let _0x34d6fb=_0x2ee107[_0x3940('0x53')](_0x469dfa[_0x3940('0xb')][_0x3940('0x28')][_0x3940('0x33')]),_0x26146e=_0x2793d4[_0x3940('0x13')](_0x34d6fb);_0x469dfa[_0x3940('0xb')]['change'](()=>{if(_0x26146e)return void _0x4d2f22[_0x3940('0x2d')](_0x469dfa[_0x3940('0xb')][_0x3940('0x2c')](_0x26146e));const _0x22ef7b=_0x2ee107[_0x3940('0x22')](_0x34d6fb);_0x155098(_0x2e8577),_0x34d6fb=_0x2ee107['getClosestSelectedImageElement'](_0x469dfa[_0x3940('0xb')][_0x3940('0x28')][_0x3940('0x33')]),_0x26146e=_0x2793d4[_0x3940('0x13')](_0x34d6fb),_0x4d2f22[_0x3940('0x37')](_0x469dfa['model'][_0x3940('0x2c')](_0x26146e),_0x22ef7b?null:_0x3940('0x27'));});}),_0x4d2f22[_0x3940('0x1a')]['registerCustomCallback'](_0x3940('0x50'),'imageCaption','chain',_0x40d418));const _0x86d575=[{'type':_0x3940('0x18'),'subType':_0x3940('0x41')},{'type':_0x3940('0x50'),'subType':'imageCaption'},{'type':_0x3940('0x18'),'subType':_0x3940('0xf')},{'type':_0x3940('0x50'),'subType':_0x3940('0xf')}];function _0x3d8e7f(_0x1604db,_0x5bb11b){const _0x1cd46e=_0x86d575[_0x3940('0x19')](({type:_0x2f2ac8,subType:_0x32d278})=>_0x1604db[_0x3940('0x3c')]==_0x2f2ac8&&_0x1604db[_0x3940('0x3b')]==_0x32d278),_0x40132b=_0x86d575[_0x3940('0x19')](({type:_0x4081d8,subType:_0x33e997})=>_0x5bb11b[_0x3940('0x3c')]==_0x4081d8&&_0x5bb11b[_0x3940('0x3b')]==_0x33e997);if(_0x1cd46e<0x0||_0x40132b<0x0)return!0x1;const _0xe11fe7=_0x1604db[_0x3940('0x38')](),_0x2b3839=_0x5bb11b[_0x3940('0x38')]();if((0x0==_0x1cd46e||0x1==_0x1cd46e)&&0x2==_0x40132b&&_0xe11fe7[_0x3940('0x4f')](_0x2b3839))return!0x0;if(0x2==_0x1cd46e&&0x3==_0x40132b){const _0x4ef680=_0x4d2f22[_0x3940('0x47')](_0xe11fe7,_0x3940('0x50'))['filter'](({suggestion:_0x6da7da,meta:_0x46a069})=>_0x46a069[_0x3940('0xc')]&&_0x3940('0xf')==_0x6da7da[_0x3940('0x3b')]);if(_0x4ef680['length']>0x1&&_0x2b3839[_0x3940('0x1f')][_0x3940('0x17')](_0xe11fe7[_0x3940('0x1b')]))return!0x0;if(0x1==_0x4ef680['length']&&(_0xe11fe7[_0x3940('0x1b')]['isEqual'](_0x2b3839[_0x3940('0x1f')])||_0xe11fe7[_0x3940('0x1f')][_0x3940('0x17')](_0x2b3839[_0x3940('0x1b')])))return!0x0;}if(0x3==_0x1cd46e&&0x3==_0x40132b&&_0xe11fe7[_0x3940('0x1b')]['isBefore'](_0x2b3839[_0x3940('0x1b')])){const _0x57124f=_0xe11fe7[_0x3940('0x1f')][_0x3940('0x52')],_0x33f8a1=_0x2b3839['start'][_0x3940('0x3d')];return _0x2ee107[_0x3940('0x22')](_0x57124f)&&_0x57124f===_0x33f8a1;}return!0x1;}function _0x40d418(_0x324e48,_0x46f717){return _0x3d8e7f(_0x324e48,_0x46f717)?[_0x324e48,_0x46f717]:_0x3d8e7f(_0x46f717,_0x324e48)?[_0x46f717,_0x324e48]:null;}_0x469dfa[_0x3940('0x44')][_0x3940('0x3a')]('ImageResize')&&(_0x4d2f22[_0x3940('0x34')]('resizeImage',[],['resizedWidth']),_0x4d2f22[_0x3940('0x4d')][_0x3940('0x0')](_0x3940('0xa'),_0x436ef7(_0x344e5c,_0x3940('0x48')))),_0x469dfa[_0x3940('0x44')][_0x3940('0x3a')]('ImageTextAlternativeEditing')&&_0x4d2f22[_0x3940('0x34')]('imageTextAlternative',[],[_0x3940('0x39')]),_0x4d2f22[_0x3940('0x4d')][_0x3940('0x26')](_0x5271da=>{if(!!_0x86d575['find'](({type:_0xd3f9b2,subType:_0x3531ef})=>_0x5271da['type']==_0xd3f9b2&&_0x5271da[_0x3940('0x3b')]==_0x3531ef))return _0x5271da[_0x3940('0x51')]?{}:void 0x0;}),_0x4d2f22[_0x3940('0x4d')][_0x3940('0x26')](_0x589a55=>{if(_0x3940('0x50')==_0x589a55[_0x3940('0x3c')]||'deletion'==_0x589a55[_0x3940('0x3c')]){const _0x1809f2=_0x589a55[_0x3940('0xe')]();if(_0x1809f2&&_0x1809f2['is'](_0x3940('0xd'),_0x3940('0x29')))return{'type':'insertion'==_0x589a55[_0x3940('0x3c')]?_0x3940('0x2'):_0x3940('0x49'),'element':_0x1809f2,'quantity':0x1};}}),_0x4d2f22['_descriptionFactory'][_0x3940('0x26')](_0x1c5da5=>'formatBlock'==_0x1c5da5[_0x3940('0x3c')]&&_0x3940('0xf')==_0x1c5da5[_0x3940('0x3b')]?{'type':_0x3940('0x42'),'content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x1c5da5[_0x3940('0x3c')]&&_0x3940('0x56')==_0x1c5da5['subType']?{'type':'format','content':_0x3940('0x1c')}:void 0x0),_0x4d2f22[_0x3940('0x4d')]['registerDescriptionCallback'](_0x1f861f=>{if(_0x3940('0x3')!=_0x1f861f['type'])return;const {data:_0x253e76}=_0x1f861f;if(!_0x253e76||'alt'!=_0x253e76[_0x3940('0x55')])return;const _0x48601b=_0x253e76[_0x3940('0x30')];return _0x48601b?{'type':_0x3940('0x42'),'content':_0x436ef7(_0x344e5c,_0x3940('0x35'),'\x22'+_0x48601b+'\x22')}:{'type':'format','content':_0x436ef7(_0x344e5c,_0x3940('0x2b'))};}),this['_registerLegacyDescription']();}[_0x3940('0x4e')](){const _0x362875=this[_0x3940('0x20')],_0x443402=_0x362875[_0x3940('0x25')];_0x362875[_0x3940('0x44')][_0x3940('0x54')]('TrackChangesEditing')['_descriptionFactory']['registerDescriptionCallback'](_0x20728c=>{if(_0x3940('0x18')!=_0x20728c[_0x3940('0x3c')]&&'formatInline'!=_0x20728c[_0x3940('0x3c')])return;const {data:_0x13db62}=_0x20728c;if(_0x13db62){if(_0x3940('0x8')==_0x13db62['commandName']){const _0x349b48=_0x13db62[_0x3940('0x36')][0x0][_0x3940('0x30')];return _0x349b48?{'type':_0x3940('0x42'),'content':_0x436ef7(_0x443402,_0x3940('0x35'),'\x22'+_0x349b48+'\x22')}:{'type':_0x3940('0x42'),'content':_0x436ef7(_0x443402,'*Remove\x20image\x20text\x20alternative*')};}if(_0x3940('0x16')==_0x13db62[_0x3940('0x7')]){const _0x595128=_0x13db62['commandParams'][0x0][_0x3940('0x23')];return _0x595128?{'type':_0x3940('0x42'),'content':_0x436ef7(_0x443402,_0x3940('0x24'),_0x595128)}:{'type':_0x3940('0x42'),'content':_0x436ef7(_0x443402,_0x3940('0x15'))};}}});}}
23
+ const _0x4352=['ImageEditing','registerCustomCallback','formatBlock','ImageCaptionEditing','resizedWidth','isEqual','imageStylePreApply','*Set\x20image\x20text\x20alternative:*\x20%0','attribute','findIndex','*Reset\x20image\x20width*','FORMAT_IMAGE_SIZE','getFirstRange','afterInit','length','insertion','_findSuggestions','*Remove\x20image\x20text\x20alternative*','end','TrackChangesEditing','_registerLegacyDescription','start','caption','markDeletion','document','_enableDefaultAttributesIntegration','removeObject','formatInline','ImageInlineEditing','convertBlockImageToInline','Inline\x20image\x20to\x20block\x20image','ELEMENT_IMAGE','createRangeOn','_descriptionFactory','discard','accept','ImageUploadEditing','imageTypeInline','getNearestSelectionRange','nodeBefore','addObject','markBlockFormat','change','has','schema','newValue','imageTextAlternative','selection','subType','filter','detach','createRange','format','isCollapsed','fromPosition','markInsertion','model','registerDescriptionCallback','toNext','type','getCaptionFromImageModelElement','enableCommand','alt','ImageResize','commandName','imageCaption','get','editor','resizeImage','uploadImage','_suggestionFactory','chain','isBlockImage','element','registerElementLabel','getClosestSelectedImageElement','commandParams','getSuggestionCallback','toggleImageCaption','getContainedElement','isOwn','locale','isBefore','forceDefaultExecution','insertImage','join','ImageCaptionUtils','imageInline','plugins','toPrevious','convertInlineImageToBlock','ImageUtils'];(function(_0x1366ce,_0x43521c){const _0x3fdcd1=function(_0x190fb0){while(--_0x190fb0){_0x1366ce['push'](_0x1366ce['shift']());}};_0x3fdcd1(++_0x43521c);}(_0x4352,0xb5));const _0x3fdc=function(_0x1366ce,_0x43521c){_0x1366ce=_0x1366ce-0x0;let _0x3fdcd1=_0x4352[_0x1366ce];return _0x3fdcd1;};import{Plugin as _0x4ed5cf}from'ckeditor5/src/core';import{LivePosition as _0x5c79a2}from'ckeditor5/src/engine';import{getTranslation as _0x37098d}from'../utils/common-translations';export default class it extends _0x4ed5cf{[_0x3fdc('0x10')](){const _0x5bebab=this[_0x3fdc('0x46')];if(!_0x5bebab['plugins'][_0x3fdc('0x2e')](_0x3fdc('0x3')))return;const _0x51b230=_0x5bebab['plugins']['get'](_0x3fdc('0x16')),_0x1b8583=_0x5bebab['plugins']['get'](_0x3fdc('0x2')),_0x421e27=_0x5bebab[_0x3fdc('0x54')];_0x51b230[_0x3fdc('0x40')](_0x3fdc('0x57')),_0x51b230[_0x3fdc('0x24')][_0x3fdc('0x4d')]('imageBlock',_0x23076d=>_0x37098d(_0x421e27,_0x3fdc('0x22'),_0x23076d)),_0x51b230['_descriptionFactory'][_0x3fdc('0x4d')](_0x3fdc('0x5a'),_0x1deaab=>_0x37098d(_0x421e27,'ELEMENT_INLINE_IMAGE',_0x1deaab)),_0x51b230[_0x3fdc('0x24')][_0x3fdc('0x4d')](_0x3fdc('0x19'),()=>_0x37098d(_0x421e27,'ELEMENT_CAPTION')),_0x5bebab[_0x3fdc('0x5b')][_0x3fdc('0x2e')](_0x3fdc('0x27'))&&_0x51b230[_0x3fdc('0x40')](_0x3fdc('0x48')),_0x5bebab[_0x3fdc('0x5b')][_0x3fdc('0x2e')]('ImageBlockEditing')&&_0x5bebab[_0x3fdc('0x5b')][_0x3fdc('0x2e')](_0x3fdc('0x1f'))&&(_0x51b230['enableCommand'](_0x3fdc('0x28'),(_0x1fb973,_0x5a4c51)=>{const _0x31839b=_0x1b8583['getClosestSelectedImageElement'](_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x1b')][_0x3fdc('0x32')]);_0x5bebab['model']['change'](()=>{_0x51b230[_0x3fdc('0x2c')](_0x31839b,{'commandName':_0x3fdc('0x28'),'commandParams':[_0x5a4c51]},[],_0x3fdc('0x20'));});}),_0x51b230['enableCommand']('imageTypeBlock',(_0x7e8115,_0x3879e8)=>{_0x5bebab['model']['change'](_0x63d30f=>{let _0x2eab24=_0x1b8583[_0x3fdc('0x4e')](_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x1b')][_0x3fdc('0x32')]),_0x4cdac1=_0x63d30f[_0x3fdc('0x23')](_0x2eab24);const _0x342f18=_0x5c79a2[_0x3fdc('0x39')](_0x4cdac1[_0x3fdc('0x18')],_0x3fdc('0x0')),_0x24e4b8=_0x5c79a2[_0x3fdc('0x39')](_0x4cdac1[_0x3fdc('0x15')],_0x3fdc('0x3d'));_0x51b230[_0x3fdc('0x56')](()=>_0x7e8115(_0x3879e8)),_0x2eab24=_0x1b8583[_0x3fdc('0x4e')](_0x5bebab['model']['document'][_0x3fdc('0x32')]),_0x4cdac1=_0x63d30f['createRangeOn'](_0x2eab24);const _0x4142f7=_0x63d30f[_0x3fdc('0x36')](_0x342f18,_0x24e4b8);_0x342f18['detach'](),_0x24e4b8[_0x3fdc('0x35')](),_0x51b230[_0x3fdc('0x2c')](_0x2eab24,{'commandName':_0x3fdc('0x28'),'commandParams':[_0x3879e8]},[],_0x3fdc('0x1')),_0x4142f7['start'][_0x3fdc('0x55')](_0x4cdac1[_0x3fdc('0x18')])&&_0x51b230['markInsertion'](_0x63d30f[_0x3fdc('0x36')](_0x4142f7[_0x3fdc('0x18')],_0x4cdac1[_0x3fdc('0x18')]),'convertInlineImageToBlock'),_0x4cdac1[_0x3fdc('0x15')][_0x3fdc('0x55')](_0x4142f7[_0x3fdc('0x15')])&&_0x51b230[_0x3fdc('0x3a')](_0x63d30f[_0x3fdc('0x36')](_0x4cdac1[_0x3fdc('0x15')],_0x4142f7[_0x3fdc('0x15')]),_0x3fdc('0x1'));});}),_0x51b230[_0x3fdc('0x49')][_0x3fdc('0x4')]('formatBlock',_0x3fdc('0x1'),_0x3fdc('0x58'),()=>!0x1),_0x51b230[_0x3fdc('0x49')]['registerCustomCallback']('formatBlock',_0x3fdc('0x1'),_0x3fdc('0x26'),()=>!0x1),_0x51b230[_0x3fdc('0x49')][_0x3fdc('0x4')](_0x3fdc('0x5'),_0x3fdc('0x1'),_0x3fdc('0x25'),_0x51b230['_suggestionFactory'][_0x3fdc('0x50')](_0x3fdc('0x5'),'',_0x3fdc('0x26'))),_0x51b230[_0x3fdc('0x49')][_0x3fdc('0x4')](_0x3fdc('0x12'),_0x3fdc('0x1'),_0x3fdc('0x58'),()=>!0x1),_0x51b230[_0x3fdc('0x49')][_0x3fdc('0x4')]('insertion','convertInlineImageToBlock',_0x3fdc('0x25'),([_0x395b1a])=>{const _0xcb5766=_0x51b230[_0x3fdc('0x49')][_0x3fdc('0x50')](_0x3fdc('0x12'),'',_0x3fdc('0x25'));let _0x8fb6a0=_0x395b1a[_0x3fdc('0x18')],_0x412b5f=_0x395b1a['end'];const _0x27467c=_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x2f')]['getNearestSelectionRange'](_0x8fb6a0,'backward'),_0x1d710f=_0x5bebab['model'][_0x3fdc('0x2f')][_0x3fdc('0x29')](_0x412b5f,'forward');_0x27467c[_0x3fdc('0x38')]&&(_0x8fb6a0=_0x27467c[_0x3fdc('0x18')]),_0x1d710f[_0x3fdc('0x38')]&&(_0x412b5f=_0x1d710f['end']),_0xcb5766([_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x36')](_0x8fb6a0,_0x412b5f)]);}),_0x51b230['_suggestionFactory'][_0x3fdc('0x4')](_0x3fdc('0x5'),_0x3fdc('0x1'),_0x3fdc('0x4a'),_0x33ba75),_0x51b230[_0x3fdc('0x49')][_0x3fdc('0x4')](_0x3fdc('0x12'),_0x3fdc('0x1'),_0x3fdc('0x4a'),_0x33ba75)),_0x5bebab['plugins'][_0x3fdc('0x2e')](_0x3fdc('0x6'))&&(_0x51b230[_0x3fdc('0x40')](_0x3fdc('0x51'),(_0x472ca5,_0xad3952)=>{const _0x11b4ae=_0x5bebab[_0x3fdc('0x5b')][_0x3fdc('0x45')](_0x3fdc('0x59'));let _0x132b44=_0x1b8583[_0x3fdc('0x4e')](_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x1b')][_0x3fdc('0x32')]),_0x403e90=_0x11b4ae[_0x3fdc('0x3f')](_0x132b44);_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x2d')](()=>{if(_0x403e90)return void _0x51b230[_0x3fdc('0x1a')](_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x23')](_0x403e90));const _0x1fcb67=_0x1b8583[_0x3fdc('0x4b')](_0x132b44);_0x472ca5(_0xad3952),_0x132b44=_0x1b8583[_0x3fdc('0x4e')](_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x1b')][_0x3fdc('0x32')]),_0x403e90=_0x11b4ae[_0x3fdc('0x3f')](_0x132b44),_0x51b230[_0x3fdc('0x3a')](_0x5bebab[_0x3fdc('0x3b')][_0x3fdc('0x23')](_0x403e90),_0x1fcb67?null:_0x3fdc('0x44'));});}),_0x51b230[_0x3fdc('0x49')][_0x3fdc('0x4')](_0x3fdc('0x12'),_0x3fdc('0x44'),_0x3fdc('0x4a'),_0x33ba75));const _0x1789cf=[{'type':_0x3fdc('0x5'),'subType':_0x3fdc('0x9')},{'type':_0x3fdc('0x12'),'subType':_0x3fdc('0x44')},{'type':_0x3fdc('0x5'),'subType':'convertInlineImageToBlock'},{'type':_0x3fdc('0x12'),'subType':'convertInlineImageToBlock'}];function _0x503d91(_0x4286c1,_0x281b14){const _0x9c303c=_0x1789cf[_0x3fdc('0xc')](({type:_0x4483b1,subType:_0x500935})=>_0x4286c1[_0x3fdc('0x3e')]==_0x4483b1&&_0x4286c1[_0x3fdc('0x33')]==_0x500935),_0x58665d=_0x1789cf[_0x3fdc('0xc')](({type:_0x1bdeda,subType:_0x45ac9b})=>_0x281b14['type']==_0x1bdeda&&_0x281b14[_0x3fdc('0x33')]==_0x45ac9b);if(_0x9c303c<0x0||_0x58665d<0x0)return!0x1;const _0x34e92c=_0x4286c1[_0x3fdc('0xf')](),_0x427905=_0x281b14['getFirstRange']();if((0x0==_0x9c303c||0x1==_0x9c303c)&&0x2==_0x58665d&&_0x34e92c['isIntersecting'](_0x427905))return!0x0;if(0x2==_0x9c303c&&0x3==_0x58665d){const _0x2905dc=_0x51b230[_0x3fdc('0x13')](_0x34e92c,_0x3fdc('0x12'))[_0x3fdc('0x34')](({suggestion:_0x5571a4,meta:_0x548519})=>_0x548519[_0x3fdc('0x53')]&&_0x3fdc('0x1')==_0x5571a4[_0x3fdc('0x33')]);if(_0x2905dc[_0x3fdc('0x11')]>0x1&&_0x427905['end'][_0x3fdc('0x8')](_0x34e92c['start']))return!0x0;if(0x1==_0x2905dc['length']&&(_0x34e92c['start']['isEqual'](_0x427905['end'])||_0x34e92c[_0x3fdc('0x15')][_0x3fdc('0x8')](_0x427905[_0x3fdc('0x18')])))return!0x0;}if(0x3==_0x9c303c&&0x3==_0x58665d&&_0x34e92c[_0x3fdc('0x18')][_0x3fdc('0x55')](_0x427905['start'])){const _0x48c315=_0x34e92c['end']['nodeAfter'],_0x1b3298=_0x427905[_0x3fdc('0x18')][_0x3fdc('0x2a')];return _0x1b8583['isBlockImage'](_0x48c315)&&_0x48c315===_0x1b3298;}return!0x1;}function _0x33ba75(_0x150cdc,_0x2d2681){return _0x503d91(_0x150cdc,_0x2d2681)?[_0x150cdc,_0x2d2681]:_0x503d91(_0x2d2681,_0x150cdc)?[_0x2d2681,_0x150cdc]:null;}_0x5bebab[_0x3fdc('0x5b')][_0x3fdc('0x2e')](_0x3fdc('0x42'))&&(_0x51b230[_0x3fdc('0x1c')]('resizeImage',[],[_0x3fdc('0x7')]),_0x51b230['_descriptionFactory']['registerAttributeLabel'](_0x3fdc('0x7'),_0x37098d(_0x421e27,_0x3fdc('0xe')))),_0x5bebab['plugins'][_0x3fdc('0x2e')]('ImageTextAlternativeEditing')&&_0x51b230[_0x3fdc('0x1c')](_0x3fdc('0x31'),[],[_0x3fdc('0x41')]),_0x51b230[_0x3fdc('0x24')]['registerDescriptionCallback'](_0x16fa34=>{if(!!_0x1789cf['find'](({type:_0x5483c8,subType:_0xf4c187})=>_0x16fa34[_0x3fdc('0x3e')]==_0x5483c8&&_0x16fa34[_0x3fdc('0x33')]==_0xf4c187))return _0x16fa34['previous']?{}:void 0x0;}),_0x51b230[_0x3fdc('0x24')][_0x3fdc('0x3c')](_0x19425c=>{if(_0x3fdc('0x12')==_0x19425c[_0x3fdc('0x3e')]||'deletion'==_0x19425c[_0x3fdc('0x3e')]){const _0x3e81a7=_0x19425c[_0x3fdc('0x52')]();if(_0x3e81a7&&_0x3e81a7['is'](_0x3fdc('0x4c'),_0x3fdc('0x19')))return{'type':'insertion'==_0x19425c['type']?_0x3fdc('0x2b'):_0x3fdc('0x1d'),'element':_0x3e81a7,'quantity':0x1};}}),_0x51b230['_descriptionFactory']['registerDescriptionCallback'](_0x82d04e=>_0x3fdc('0x5')==_0x82d04e[_0x3fdc('0x3e')]&&_0x3fdc('0x1')==_0x82d04e['subType']?{'type':_0x3fdc('0x37'),'content':_0x3fdc('0x21')}:_0x3fdc('0x5')==_0x82d04e[_0x3fdc('0x3e')]&&'convertBlockImageToInline'==_0x82d04e[_0x3fdc('0x33')]?{'type':_0x3fdc('0x37'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x51b230[_0x3fdc('0x24')][_0x3fdc('0x3c')](_0x50b469=>{if(_0x3fdc('0xb')!=_0x50b469[_0x3fdc('0x3e')])return;const {data:_0x1c778b}=_0x50b469;if(!_0x1c778b||_0x3fdc('0x41')!=_0x1c778b['key'])return;const _0x196aa7=_0x1c778b[_0x3fdc('0x30')];return _0x196aa7?{'type':_0x3fdc('0x37'),'content':_0x37098d(_0x421e27,_0x3fdc('0xa'),'\x22'+_0x196aa7+'\x22')}:{'type':_0x3fdc('0x37'),'content':_0x37098d(_0x421e27,_0x3fdc('0x14'))};}),this[_0x3fdc('0x17')]();}[_0x3fdc('0x17')](){const _0x4c8aa4=this[_0x3fdc('0x46')],_0x30b7c9=_0x4c8aa4['locale'];_0x4c8aa4[_0x3fdc('0x5b')][_0x3fdc('0x45')](_0x3fdc('0x16'))[_0x3fdc('0x24')]['registerDescriptionCallback'](_0x774f17=>{if(_0x3fdc('0x5')!=_0x774f17[_0x3fdc('0x3e')]&&_0x3fdc('0x1e')!=_0x774f17['type'])return;const {data:_0x358c57}=_0x774f17;if(_0x358c57){if(_0x3fdc('0x31')==_0x358c57[_0x3fdc('0x43')]){const _0x2f673f=_0x358c57['commandParams'][0x0][_0x3fdc('0x30')];return _0x2f673f?{'type':_0x3fdc('0x37'),'content':_0x37098d(_0x30b7c9,_0x3fdc('0xa'),'\x22'+_0x2f673f+'\x22')}:{'type':_0x3fdc('0x37'),'content':_0x37098d(_0x30b7c9,_0x3fdc('0x14'))};}if(_0x3fdc('0x47')==_0x358c57[_0x3fdc('0x43')]){const _0x176013=_0x358c57[_0x3fdc('0x4f')][0x0]['width'];return _0x176013?{'type':_0x3fdc('0x37'),'content':_0x37098d(_0x30b7c9,'*Set\x20image\x20width:*\x20%0',_0x176013)}:{'type':_0x3fdc('0x37'),'content':_0x37098d(_0x30b7c9,_0x3fdc('0xd'))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x6ea0=['plugins','get','has','afterInit','editor','type','oldValue','*Format:*\x20replace\x20image\x20URL','_descriptionFactory','_registerLegacyDescription','newValue','attribute','registerDescriptionCallback','format','replaceImageSource','key','ImageEditing','formatBlock','formatInline','src'];(function(_0x13e844,_0x6ea0b5){const _0x222a0d=function(_0x96d38a){while(--_0x96d38a){_0x13e844['push'](_0x13e844['shift']());}};_0x222a0d(++_0x6ea0b5);}(_0x6ea0,0xb7));const _0x222a=function(_0x13e844,_0x6ea0b5){_0x13e844=_0x13e844-0x0;let _0x222a0d=_0x6ea0[_0x13e844];return _0x222a0d;};import{Plugin as _0x14aa91}from'ckeditor5/src/core';import{getTranslation as _0x544a54}from'../utils/common-translations';export default class et extends _0x14aa91{[_0x222a('0x0')](){if(!this[_0x222a('0x1')][_0x222a('0x11')][_0x222a('0x13')](_0x222a('0xd')))return;const _0x38d75a=this[_0x222a('0x1')]['locale'],_0x4ba17a=this[_0x222a('0x1')]['plugins'][_0x222a('0x12')]('TrackChangesEditing');_0x4ba17a['enableDefaultIntegration']('replaceImageSource',[],[_0x222a('0x10')]),_0x4ba17a['_descriptionFactory']['registerDescriptionCallback'](_0x1a7864=>{if(_0x222a('0x8')!=_0x1a7864[_0x222a('0x2')])return;const {data:_0x86c1c8}=_0x1a7864;return _0x86c1c8&&_0x222a('0x10')==_0x86c1c8[_0x222a('0xc')]?_0x86c1c8[_0x222a('0x7')]&&_0x86c1c8[_0x222a('0x3')]?{'type':_0x222a('0xa'),'content':_0x544a54(_0x38d75a,_0x222a('0x4'))}:{'type':_0x222a('0xa'),'content':''}:void 0x0;}),this['_registerLegacyDescription']();}[_0x222a('0x6')](){const _0x49a809=this[_0x222a('0x1')],_0x1daa76=_0x49a809['locale'];_0x49a809['plugins'][_0x222a('0x12')]('TrackChangesEditing')[_0x222a('0x5')][_0x222a('0x9')](_0x4c5cc6=>{if(_0x222a('0xe')!=_0x4c5cc6['type']&&_0x222a('0xf')!=_0x4c5cc6[_0x222a('0x2')])return;const {data:_0x359c46}=_0x4c5cc6;if(_0x359c46&&_0x222a('0xb')===_0x359c46['commandName'])return{'type':_0x222a('0xa'),'content':_0x544a54(_0x1daa76,_0x222a('0x4'))};});}}
23
+ const _0x16dc=['commandName','newValue','has','editor','format','_descriptionFactory','formatBlock','key','*Replace\x20image\x20URL*','replaceImageSource','src','_suggestionFactory','TrackChangesEditing','getSuggestionCallback','type','_handleLegacySuggestions','attribute','registerDescriptionCallback','_enableDefaultAttributesIntegration','accept','get','plugins','afterInit','locale','registerCustomCallback','_registerLegacyDescription'];(function(_0x4186ec,_0x16dcf2){const _0x59c5e6=function(_0x1c250e){while(--_0x1c250e){_0x4186ec['push'](_0x4186ec['shift']());}};_0x59c5e6(++_0x16dcf2);}(_0x16dc,0x177));const _0x59c5=function(_0x4186ec,_0x16dcf2){_0x4186ec=_0x4186ec-0x0;let _0x59c5e6=_0x16dc[_0x4186ec];return _0x59c5e6;};import{Plugin as _0x3efe1f}from'ckeditor5/src/core';import{getTranslation as _0x5d1da7}from'../utils/common-translations';export default class et extends _0x3efe1f{[_0x59c5('0xb')](){if(!this[_0x59c5('0x12')][_0x59c5('0xa')][_0x59c5('0x11')]('ImageEditing'))return;const _0x33f797=this[_0x59c5('0x12')][_0x59c5('0xc')],_0x5f376a=this[_0x59c5('0x12')][_0x59c5('0xa')][_0x59c5('0x9')](_0x59c5('0x1'));_0x5f376a[_0x59c5('0x7')](_0x59c5('0x18'),[],[_0x59c5('0x19')]),_0x5f376a[_0x59c5('0x14')][_0x59c5('0x6')](_0x5626bd=>{if(_0x59c5('0x5')!=_0x5626bd[_0x59c5('0x3')])return;const {data:_0x11d430}=_0x5626bd;return _0x11d430&&_0x59c5('0x19')==_0x11d430[_0x59c5('0x16')]?_0x11d430[_0x59c5('0x10')]&&_0x11d430['oldValue']?{'type':'format','content':_0x5d1da7(_0x33f797,_0x59c5('0x17'))}:{'type':_0x59c5('0x13'),'content':''}:void 0x0;}),this[_0x59c5('0x4')]();}[_0x59c5('0x4')](){const _0x572090=this[_0x59c5('0x12')][_0x59c5('0xa')]['get'](_0x59c5('0x1'));_0x572090['_suggestionFactory'][_0x59c5('0xd')]('formatBlock',_0x59c5('0x18'),_0x59c5('0x8'),_0x572090[_0x59c5('0x0')][_0x59c5('0x2')](_0x59c5('0x15'),null,'discard')),_0x572090[_0x59c5('0x0')][_0x59c5('0xd')](_0x59c5('0x15'),_0x59c5('0x18'),'discard',_0x572090[_0x59c5('0x0')][_0x59c5('0x2')](_0x59c5('0x15'),null,_0x59c5('0x8'))),this['_registerLegacyDescription']();}[_0x59c5('0xe')](){const _0x2fbebe=this[_0x59c5('0x12')],_0x2d1202=_0x2fbebe[_0x59c5('0xc')];_0x2fbebe[_0x59c5('0xa')]['get'](_0x59c5('0x1'))[_0x59c5('0x14')][_0x59c5('0x6')](_0x2a05a1=>{if(_0x59c5('0x15')!=_0x2a05a1[_0x59c5('0x3')]&&'formatInline'!=_0x2a05a1[_0x59c5('0x3')])return;const {data:_0x23a68a}=_0x2a05a1;return _0x23a68a&&_0x59c5('0x18')===_0x23a68a[_0x59c5('0xf')]?{'type':_0x59c5('0x13'),'content':_0x5d1da7(_0x2d1202,_0x59c5('0x17'))}:void 0x0;});}}