@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230830.0 → 0.0.0-nightly-20230901.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 (112) hide show
  1. package/build/track-changes.js +1 -1
  2. package/lang/translations/ar.po +1 -0
  3. package/lang/translations/az.po +1 -0
  4. package/lang/translations/bg.po +1 -0
  5. package/lang/translations/bn.po +1 -0
  6. package/lang/translations/ca.po +1 -0
  7. package/lang/translations/cs.po +1 -0
  8. package/lang/translations/da.po +1 -0
  9. package/lang/translations/de.po +1 -0
  10. package/lang/translations/el.po +1 -0
  11. package/lang/translations/en-au.po +1 -0
  12. package/lang/translations/en.po +1 -0
  13. package/lang/translations/es.po +1 -0
  14. package/lang/translations/et.po +1 -0
  15. package/lang/translations/fi.po +1 -0
  16. package/lang/translations/fr.po +1 -0
  17. package/lang/translations/gl.po +1 -0
  18. package/lang/translations/he.po +1 -0
  19. package/lang/translations/hi.po +1 -0
  20. package/lang/translations/hr.po +1 -0
  21. package/lang/translations/hu.po +1 -0
  22. package/lang/translations/id.po +1 -0
  23. package/lang/translations/it.po +1 -0
  24. package/lang/translations/ja.po +1 -0
  25. package/lang/translations/ko.po +1 -0
  26. package/lang/translations/lt.po +1 -0
  27. package/lang/translations/lv.po +1 -0
  28. package/lang/translations/ms.po +1 -0
  29. package/lang/translations/nl.po +1 -0
  30. package/lang/translations/no.po +1 -0
  31. package/lang/translations/pl.po +1 -0
  32. package/lang/translations/pt-br.po +1 -0
  33. package/lang/translations/pt.po +1 -0
  34. package/lang/translations/ro.po +1 -0
  35. package/lang/translations/ru.po +1 -0
  36. package/lang/translations/sk.po +1 -0
  37. package/lang/translations/sq.po +1 -0
  38. package/lang/translations/sr-latn.po +1 -0
  39. package/lang/translations/sr.po +1 -0
  40. package/lang/translations/sv.po +1 -0
  41. package/lang/translations/th.po +1 -0
  42. package/lang/translations/tk.po +1 -0
  43. package/lang/translations/tr.po +1 -0
  44. package/lang/translations/tt.po +1 -0
  45. package/lang/translations/uk.po +1 -0
  46. package/lang/translations/ur.po +1 -0
  47. package/lang/translations/vi.po +1 -0
  48. package/lang/translations/zh-cn.po +1 -0
  49. package/lang/translations/zh.po +1 -0
  50. package/package.json +3 -3
  51. package/src/commands/acceptsuggestioncommand.js +1 -1
  52. package/src/commands/discardsuggestioncommand.js +1 -1
  53. package/src/commands/executeonallsuggestionscommand.js +1 -1
  54. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  55. package/src/commands/trackchangescommand.js +1 -1
  56. package/src/integrations/alignment.js +1 -1
  57. package/src/integrations/basicstyles.js +1 -1
  58. package/src/integrations/blockquote.js +1 -1
  59. package/src/integrations/ckbox.js +1 -1
  60. package/src/integrations/codeblock.js +1 -1
  61. package/src/integrations/comments.js +1 -1
  62. package/src/integrations/deletecommand.js +1 -1
  63. package/src/integrations/documentlist.js +1 -1
  64. package/src/integrations/documentlistproperties.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/importword.js +1 -1
  76. package/src/integrations/indent.js +1 -1
  77. package/src/integrations/inputcommand.js +1 -1
  78. package/src/integrations/link.js +1 -1
  79. package/src/integrations/list.js +1 -1
  80. package/src/integrations/listproperties.js +1 -1
  81. package/src/integrations/mediaembed.js +1 -1
  82. package/src/integrations/mention.js +1 -1
  83. package/src/integrations/pagebreak.js +1 -1
  84. package/src/integrations/paragraph.js +1 -1
  85. package/src/integrations/removeformat.js +1 -1
  86. package/src/integrations/restrictededitingmode.js +1 -1
  87. package/src/integrations/shiftentercommand.js +1 -1
  88. package/src/integrations/standardeditingmode.js +1 -1
  89. package/src/integrations/style.js +1 -1
  90. package/src/integrations/table.js +1 -1
  91. package/src/integrations/tablecaption.js +1 -1
  92. package/src/integrations/tableclipboard.js +1 -1
  93. package/src/integrations/tablecolumnresize.js +1 -1
  94. package/src/integrations/tableheadings.js +1 -1
  95. package/src/integrations/tablemergesplit.js +1 -1
  96. package/src/integrations/tableofcontents.js +1 -1
  97. package/src/integrations/tableproperties.js +1 -1
  98. package/src/integrations/template.js +1 -1
  99. package/src/integrations/title.js +1 -1
  100. package/src/integrations/undo.js +1 -1
  101. package/src/integrations/utils.js +1 -1
  102. package/src/suggestion.js +1 -1
  103. package/src/suggestiondescriptionfactory.js +1 -1
  104. package/src/trackchanges.js +1 -1
  105. package/src/trackchangesdata.js +1 -1
  106. package/src/trackchangesediting.js +1 -1
  107. package/src/trackchangesui.js +1 -1
  108. package/src/ui/suggestioncontroller.js +1 -1
  109. package/src/ui/view/basesuggestionthreadview.js +1 -1
  110. package/src/ui/view/suggestionthreadview.js +1 -1
  111. package/src/utils/common-translations.js +1 -1
  112. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x27e7=['slice','*Remove\x20format:*\x20%0','FORMAT_STRIKETHROUGH','CodeEditing','superscript','commandParams','change','get','FORMAT_ITALIC','plugins','getRanges','subscript','bold','from','underline','*Format:*\x20%0','selection','value','FORMAT_SUBSCRIPT','italic','commands','BoldEditing','forceValue','FORMAT_CODE','SuperscriptEditing','format','toLowerCase','enableCommand','_descriptionFactory','FORMAT_SUPERSCRIPT','registerDescriptionCallback','ItalicEditing','locale','TrackChangesEditing','afterInit','isCollapsed','commandName','has','editor','markInlineFormat'];(function(_0x23c586,_0x27e709){const _0x3fa104=function(_0x464c0c){while(--_0x464c0c){_0x23c586['push'](_0x23c586['shift']());}};_0x3fa104(++_0x27e709);}(_0x27e7,0xfa));const _0x3fa1=function(_0x23c586,_0x27e709){_0x23c586=_0x23c586-0x0;let _0x3fa104=_0x27e7[_0x23c586];return _0x3fa104;};import{Plugin as _0x5a5dd2}from'ckeditor5/src/core';import{getTranslation as _0x13ede9}from'../utils/common-translations';import{getRangesWithAttribute as _0x1111ab}from'./utils';const Yt=[_0x3fa1('0xb'),_0x3fa1('0x15'),'UnderlineEditing',_0x3fa1('0x21'),'StrikethroughEditing','SubscriptEditing',_0x3fa1('0xe')];export default class x extends _0x5a5dd2{[_0x3fa1('0x18')](){const _0x4cc7f3=this[_0x3fa1('0x1c')],_0x3c5601=_0x4cc7f3['model'],_0x48764e=_0x4cc7f3[_0x3fa1('0x27')][_0x3fa1('0x25')](_0x3fa1('0x17')),_0x27fe1f=_0x4cc7f3[_0x3fa1('0x16')];for(const _0x992666 of Yt){if(!_0x4cc7f3[_0x3fa1('0x27')][_0x3fa1('0x1b')](_0x992666))continue;const _0x4d70c3=_0x992666[_0x3fa1('0x1e')](0x0,-0x7)[_0x3fa1('0x10')](),_0xc47d1c=_0x4cc7f3[_0x3fa1('0xa')][_0x3fa1('0x25')](_0x4d70c3);_0x48764e[_0x3fa1('0x11')](_0x4d70c3,(_0x2ae29e,_0x20aeea={})=>{const _0x2b4bc9=_0x3c5601['document'][_0x3fa1('0x6')];if(_0x2b4bc9[_0x3fa1('0x19')])return void _0x2ae29e(_0x20aeea);const _0x431bcd=void 0x0!==_0x20aeea[_0x3fa1('0xc')]?_0x20aeea['forceValue']:!_0xc47d1c[_0x3fa1('0x7')];_0x3c5601[_0x3fa1('0x24')](()=>{const _0x21584c=Array[_0x3fa1('0x3')](_0x2b4bc9[_0x3fa1('0x0')]());for(const _0x34d004 of _0x21584c){const _0x143e6c=_0x431bcd?[_0x34d004]:_0x1111ab(_0x4d70c3,_0x34d004,_0x3c5601);for(const _0x38fae4 of _0x143e6c)_0x48764e[_0x3fa1('0x1d')](_0x38fae4,{'commandName':_0x4d70c3,'commandParams':[{'forceValue':_0x431bcd}]});}});});}function _0x13e468(_0x57596a,_0xcd14cc){_0x48764e[_0x3fa1('0x12')][_0x3fa1('0x14')](_0x66226=>{const {data:_0x5324b3}=_0x66226;if(_0x5324b3&&_0x5324b3[_0x3fa1('0x1a')]===_0x57596a)return _0x5324b3[_0x3fa1('0x23')][0x0][_0x3fa1('0xc')]?{'type':_0x3fa1('0xf'),'content':_0x13ede9(_0x27fe1f,_0x3fa1('0x5'),_0xcd14cc)}:{'type':'format','content':_0x13ede9(_0x27fe1f,_0x3fa1('0x1f'),_0xcd14cc)};});}_0x13e468(_0x3fa1('0x2'),_0x13ede9(_0x27fe1f,'FORMAT_BOLD')),_0x13e468(_0x3fa1('0x9'),_0x13ede9(_0x27fe1f,_0x3fa1('0x26'))),_0x13e468(_0x3fa1('0x4'),_0x13ede9(_0x27fe1f,'FORMAT_UNDERLINE')),_0x13e468('code',_0x13ede9(_0x27fe1f,_0x3fa1('0xd'))),_0x13e468('strikethrough',_0x13ede9(_0x27fe1f,_0x3fa1('0x20'))),_0x13e468(_0x3fa1('0x1'),_0x13ede9(_0x27fe1f,_0x3fa1('0x8'))),_0x13e468(_0x3fa1('0x22'),_0x13ede9(_0x27fe1f,_0x3fa1('0x13')));}}
23
+ const _0x3a19=['UnderlineEditing','afterInit','bold','StrikethroughEditing','get','commands','_descriptionFactory','value','forceValue','FORMAT_ITALIC','format','toLowerCase','from','strikethrough','locale','slice','FORMAT_UNDERLINE','CodeEditing','enableCommand','plugins','FORMAT_CODE','FORMAT_SUBSCRIPT','selection','model','*Format:*\x20%0','FORMAT_STRIKETHROUGH','ItalicEditing','FORMAT_BOLD','BoldEditing','markInlineFormat','change','italic','superscript','registerDescriptionCallback','FORMAT_SUPERSCRIPT'];(function(_0x395472,_0x3a1996){const _0x2472cf=function(_0x5394e6){while(--_0x5394e6){_0x395472['push'](_0x395472['shift']());}};_0x2472cf(++_0x3a1996);}(_0x3a19,0x155));const _0x2472=function(_0x395472,_0x3a1996){_0x395472=_0x395472-0x0;let _0x2472cf=_0x3a19[_0x395472];return _0x2472cf;};import{Plugin as _0x5059b1}from'ckeditor5/src/core';import{getTranslation as _0x24b850}from'../utils/common-translations';import{getRangesWithAttribute as _0x5b0af3}from'./utils';const Yt=[_0x2472('0x2'),_0x2472('0x0'),_0x2472('0x9'),_0x2472('0x1a'),_0x2472('0xc'),'SubscriptEditing','SuperscriptEditing'];export default class x extends _0x5059b1{[_0x2472('0xa')](){const _0x279500=this['editor'],_0x5568e7=_0x279500[_0x2472('0x20')],_0x4a4ac2=_0x279500[_0x2472('0x1c')][_0x2472('0xd')]('TrackChangesEditing'),_0x2a08c0=_0x279500[_0x2472('0x17')];for(const _0x328e33 of Yt){if(!_0x279500['plugins']['has'](_0x328e33))continue;const _0x33b3d3=_0x328e33[_0x2472('0x18')](0x0,-0x7)[_0x2472('0x14')](),_0x274413=_0x279500[_0x2472('0xe')][_0x2472('0xd')](_0x33b3d3);_0x4a4ac2[_0x2472('0x1b')](_0x33b3d3,(_0x57ad5b,_0x4f49eb={})=>{const _0x549d27=_0x5568e7['document'][_0x2472('0x1f')];if(_0x549d27['isCollapsed'])return void _0x57ad5b(_0x4f49eb);const _0x5dbf18=void 0x0!==_0x4f49eb[_0x2472('0x11')]?_0x4f49eb[_0x2472('0x11')]:!_0x274413[_0x2472('0x10')];_0x5568e7[_0x2472('0x4')](()=>{const _0xd30246=Array[_0x2472('0x15')](_0x549d27['getRanges']());for(const _0x33d5d2 of _0xd30246){const _0x33260b=_0x5dbf18?[_0x33d5d2]:_0x5b0af3(_0x33b3d3,_0x33d5d2,_0x5568e7);for(const _0x13b520 of _0x33260b)_0x4a4ac2[_0x2472('0x3')](_0x13b520,{'commandName':_0x33b3d3,'commandParams':[{'forceValue':_0x5dbf18}]});}});});}function _0xc8558a(_0x486306,_0x50b104){_0x4a4ac2[_0x2472('0xf')][_0x2472('0x7')](_0x568c18=>{const {data:_0x2621ae}=_0x568c18;if(_0x2621ae&&_0x2621ae['commandName']===_0x486306)return _0x2621ae['commandParams'][0x0][_0x2472('0x11')]?{'type':_0x2472('0x13'),'content':_0x24b850(_0x2a08c0,_0x2472('0x21'),_0x50b104)}:{'type':_0x2472('0x13'),'content':_0x24b850(_0x2a08c0,'*Remove\x20format:*\x20%0',_0x50b104)};});}_0xc8558a(_0x2472('0xb'),_0x24b850(_0x2a08c0,_0x2472('0x1'))),_0xc8558a(_0x2472('0x5'),_0x24b850(_0x2a08c0,_0x2472('0x12'))),_0xc8558a('underline',_0x24b850(_0x2a08c0,_0x2472('0x19'))),_0xc8558a('code',_0x24b850(_0x2a08c0,_0x2472('0x1d'))),_0xc8558a(_0x2472('0x16'),_0x24b850(_0x2a08c0,_0x2472('0x22'))),_0xc8558a('subscript',_0x24b850(_0x2a08c0,_0x2472('0x1e'))),_0xc8558a(_0x2472('0x6'),_0x24b850(_0x2a08c0,_0x2472('0x8')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3392=['ELEMENT_BLOCK_QUOTE','afterInit','get','forceValue','parent','markBlockFormat','document','selection','model','format','commands','enableCommand','filter','commandName','editor','getSelectedBlocks','schema','*Remove\x20format:*\x20%0','$root','from','blockQuote','registerDescriptionCallback','has','commandParams','plugins','TrackChangesEditing','BlockQuoteEditing','checkChild'];(function(_0x129563,_0x339232){const _0x319efe=function(_0x4cf0d8){while(--_0x4cf0d8){_0x129563['push'](_0x129563['shift']());}};_0x319efe(++_0x339232);}(_0x3392,0xb2));const _0x319e=function(_0x129563,_0x339232){_0x129563=_0x129563-0x0;let _0x319efe=_0x3392[_0x129563];return _0x319efe;};import{Plugin as _0x893606}from'ckeditor5/src/core';import{getTranslation as _0x56a562}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x421619}from'../utils/utils';export default class U extends _0x893606{[_0x319e('0x13')](){const _0x57b049=this[_0x319e('0x4')],_0x5930ed=_0x57b049['locale'];if(!_0x57b049[_0x319e('0xe')][_0x319e('0xc')](_0x319e('0x10')))return;const _0x2b41a0=_0x57b049[_0x319e('0xe')][_0x319e('0x14')](_0x319e('0xf')),_0x34fb58=this['editor'][_0x319e('0x0')][_0x319e('0x14')](_0x319e('0xa'));_0x2b41a0[_0x319e('0x1')](_0x319e('0xa'),(_0x395bfd,_0x408775={})=>{const _0x3def8a=this[_0x319e('0x4')][_0x319e('0x1a')][_0x319e('0x18')][_0x319e('0x19')],_0x3d1ed7=_0x408775&&void 0x0!==_0x408775[_0x319e('0x15')]?_0x408775[_0x319e('0x15')]:!_0x34fb58['value'];let _0x146657=[];if(_0x3d1ed7){const _0x435f54=Array['from'](_0x3def8a[_0x319e('0x5')]())[_0x319e('0x2')](_0x11ad82=>to(_0x11ad82)||function(_0x1c2692,_0x1f325f){const _0x45850e=_0x1f325f[_0x319e('0x11')](_0x1c2692[_0x319e('0x16')],'blockQuote'),_0x593f16=_0x1f325f[_0x319e('0x11')]([_0x319e('0x8'),'blockQuote'],_0x1c2692);return _0x45850e&&_0x593f16;}(_0x11ad82,this[_0x319e('0x4')][_0x319e('0x1a')][_0x319e('0x6')]));_0x146657=_0x421619(_0x435f54,_0x57b049['model']);}else{const _0x62eca4=Array[_0x319e('0x9')](_0x3def8a[_0x319e('0x5')]())[_0x319e('0x2')](_0x1cb990=>to(_0x1cb990));_0x146657=_0x421619(_0x62eca4,_0x57b049['model']);}_0x57b049[_0x319e('0x1a')]['change'](()=>{for(const _0x3c03bc of _0x146657)_0x2b41a0[_0x319e('0x17')](_0x3c03bc,{'commandName':_0x319e('0xa'),'commandParams':[{'forceValue':_0x3d1ed7}]});});}),_0x2b41a0['_descriptionFactory'][_0x319e('0xb')](_0x4cbb9b=>{const {data:_0x276cc8}=_0x4cbb9b;if(_0x276cc8&&'blockQuote'==_0x276cc8[_0x319e('0x3')]){const _0x259348=_0x56a562(_0x5930ed,_0x319e('0x12'));return _0x276cc8[_0x319e('0xd')][0x0][_0x319e('0x15')]?{'type':'format','content':_0x56a562(_0x5930ed,'*Format:*\x20%0',_0x259348)}:{'type':_0x319e('0x1b'),'content':_0x56a562(_0x5930ed,_0x319e('0x7'),_0x259348)};}});}}function to(_0x46c2c2){return'blockQuote'==_0x46c2c2['parent']['name'];}
23
+ const _0x5053=['checkChild','markBlockFormat','getSelectedBlocks','blockQuote','ELEMENT_BLOCK_QUOTE','BlockQuoteEditing','commandParams','commandName','plugins','registerDescriptionCallback','editor','TrackChangesEditing','name','forceValue','value','_descriptionFactory','afterInit','from','*Remove\x20format:*\x20%0','commands','format','model','schema','enableCommand','*Format:*\x20%0'];(function(_0x1c2c73,_0x50536a){const _0x39f53b=function(_0xae001f){while(--_0xae001f){_0x1c2c73['push'](_0x1c2c73['shift']());}};_0x39f53b(++_0x50536a);}(_0x5053,0xda));const _0x39f5=function(_0x1c2c73,_0x50536a){_0x1c2c73=_0x1c2c73-0x0;let _0x39f53b=_0x5053[_0x1c2c73];return _0x39f53b;};import{Plugin as _0x33e210}from'ckeditor5/src/core';import{getTranslation as _0x196702}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x3b8a48}from'../utils/utils';export default class U extends _0x33e210{[_0x39f5('0x17')](){const _0x44d428=this[_0x39f5('0x11')],_0x45fc8f=_0x44d428['locale'];if(!_0x44d428['plugins']['has'](_0x39f5('0xc')))return;const _0x3c1156=_0x44d428[_0x39f5('0xf')]['get'](_0x39f5('0x12')),_0x5549cd=this['editor'][_0x39f5('0x1')]['get'](_0x39f5('0xa'));_0x3c1156[_0x39f5('0x5')](_0x39f5('0xa'),(_0x4094ac,_0x1eaa26={})=>{const _0x522f79=this[_0x39f5('0x11')][_0x39f5('0x3')]['document']['selection'],_0x59deb8=_0x1eaa26&&void 0x0!==_0x1eaa26[_0x39f5('0x14')]?_0x1eaa26['forceValue']:!_0x5549cd[_0x39f5('0x15')];let _0x296605=[];if(_0x59deb8){const _0x1a6338=Array[_0x39f5('0x18')](_0x522f79[_0x39f5('0x9')]())['filter'](_0x4cc6da=>to(_0x4cc6da)||function(_0x43e02a,_0x30d393){const _0x46dd05=_0x30d393['checkChild'](_0x43e02a['parent'],_0x39f5('0xa')),_0x350927=_0x30d393[_0x39f5('0x7')](['$root',_0x39f5('0xa')],_0x43e02a);return _0x46dd05&&_0x350927;}(_0x4cc6da,this[_0x39f5('0x11')][_0x39f5('0x3')][_0x39f5('0x4')]));_0x296605=_0x3b8a48(_0x1a6338,_0x44d428[_0x39f5('0x3')]);}else{const _0x1a3f8a=Array[_0x39f5('0x18')](_0x522f79[_0x39f5('0x9')]())['filter'](_0x8f9751=>to(_0x8f9751));_0x296605=_0x3b8a48(_0x1a3f8a,_0x44d428['model']);}_0x44d428[_0x39f5('0x3')]['change'](()=>{for(const _0x5cbbf2 of _0x296605)_0x3c1156[_0x39f5('0x8')](_0x5cbbf2,{'commandName':_0x39f5('0xa'),'commandParams':[{'forceValue':_0x59deb8}]});});}),_0x3c1156[_0x39f5('0x16')][_0x39f5('0x10')](_0x542f76=>{const {data:_0xc20150}=_0x542f76;if(_0xc20150&&_0x39f5('0xa')==_0xc20150[_0x39f5('0xe')]){const _0xf0c091=_0x196702(_0x45fc8f,_0x39f5('0xb'));return _0xc20150[_0x39f5('0xd')][0x0]['forceValue']?{'type':_0x39f5('0x2'),'content':_0x196702(_0x45fc8f,_0x39f5('0x6'),_0xf0c091)}:{'type':'format','content':_0x196702(_0x45fc8f,_0x39f5('0x0'),_0xf0c091)};}});}}function to(_0xc6d06e){return _0x39f5('0xa')==_0xc6d06e['parent'][_0x39f5('0x13')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x33f2=['commands','plugins','enableCommand','get','TrackChangesEditing','ckbox','afterInit'];(function(_0x411410,_0x33f2d4){const _0x51917c=function(_0x5c3f0e){while(--_0x5c3f0e){_0x411410['push'](_0x411410['shift']());}};_0x51917c(++_0x33f2d4);}(_0x33f2,0x175));const _0x5191=function(_0x411410,_0x33f2d4){_0x411410=_0x411410-0x0;let _0x51917c=_0x33f2[_0x411410];return _0x51917c;};import{Plugin as _0x4bfaeb}from'ckeditor5/src/core';export default class O extends _0x4bfaeb{[_0x5191('0x4')](){const _0x33364b=this['editor'];_0x33364b[_0x5191('0x5')][_0x5191('0x1')](_0x5191('0x3'))&&_0x33364b[_0x5191('0x6')]['get'](_0x5191('0x2'))[_0x5191('0x0')](_0x5191('0x3'));}}
23
+ const _0x5283=['editor','enableCommand','ckbox','plugins','afterInit','TrackChangesEditing','get','commands'];(function(_0x337c2c,_0x52833f){const _0x4860d5=function(_0xe1c7c4){while(--_0xe1c7c4){_0x337c2c['push'](_0x337c2c['shift']());}};_0x4860d5(++_0x52833f);}(_0x5283,0x13c));const _0x4860=function(_0x337c2c,_0x52833f){_0x337c2c=_0x337c2c-0x0;let _0x4860d5=_0x5283[_0x337c2c];return _0x4860d5;};import{Plugin as _0x10daab}from'ckeditor5/src/core';export default class O extends _0x10daab{[_0x4860('0x0')](){const _0xd8388f=this[_0x4860('0x4')];_0xd8388f[_0x4860('0x3')][_0x4860('0x2')](_0x4860('0x6'))&&_0xd8388f[_0x4860('0x7')][_0x4860('0x2')](_0x4860('0x1'))[_0x4860('0x5')](_0x4860('0x6'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1061=['codeBlock','editor','document','label','config','registerElementLabel','ELEMENT_CODE_BLOCK','language','schema','_descriptionFactory','find','name','rootElement','plugins','format','languages','isLimit','enableCommand','*Format:*\x20%0','locale','commandParams','formatBlock','afterInit','filter','get','markBlockFormat','checkChild','getSelectedBlocks','*Remove\x20format:*\x20%0','selection','change','forceValue','commands','registerDescriptionCallback','TrackChangesEditing','outdentCodeBlock','model','parent','from','has','commandName'];(function(_0x43d445,_0x1061eb){const _0x245cf5=function(_0x4291f9){while(--_0x4291f9){_0x43d445['push'](_0x43d445['shift']());}};_0x245cf5(++_0x1061eb);}(_0x1061,0x181));const _0x245c=function(_0x43d445,_0x1061eb){_0x43d445=_0x43d445-0x0;let _0x245cf5=_0x1061[_0x43d445];return _0x245cf5;};import{Plugin as _0x49367f}from'ckeditor5/src/core';import{getTranslation as _0x309601}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x3e0ed0}from'../utils/utils';export default class E extends _0x49367f{[_0x245c('0x6')](){const _0x25f499=this[_0x245c('0x1a')];if(!_0x25f499[_0x245c('0x26')][_0x245c('0x17')]('CodeBlock'))return;const _0x4545d2=_0x25f499[_0x245c('0x26')]['get'](_0x245c('0x12')),_0x5abc8e=_0x25f499[_0x245c('0x3')],_0x118a2e=_0x25f499[_0x245c('0x1d')][_0x245c('0x8')]('codeBlock')[_0x245c('0x28')],_0x4f4a94=_0x25f499[_0x245c('0x10')]['get'](_0x245c('0x19'));_0x4545d2[_0x245c('0x1')]('indentCodeBlock'),_0x4545d2[_0x245c('0x1')](_0x245c('0x13')),_0x4545d2[_0x245c('0x1')]('codeBlock',(_0x1c710e,_0x557f4e={})=>{const _0x455f2a=_0x25f499[_0x245c('0x14')],_0x26cace=_0x25f499[_0x245c('0x14')][_0x245c('0x1b')][_0x245c('0xd')],_0x51bcee=_0x557f4e&&void 0x0!==_0x557f4e[_0x245c('0xf')]?_0x557f4e[_0x245c('0xf')]:!_0x4f4a94['value'];let _0x4f363a;_0x557f4e[_0x245c('0x20')]||(_0x557f4e[_0x245c('0x20')]=_0x118a2e[0x0]['language']),_0x4f363a=_0x51bcee?Array[_0x245c('0x16')](_0x26cace[_0x245c('0xb')]())[_0x245c('0x7')](_0x3ab7dd=>oo(_0x3ab7dd)||function(_0x3d4ce2,_0x3af540){if(_0x3d4ce2['is'](_0x245c('0x25'))||_0x3af540[_0x245c('0x0')](_0x3d4ce2))return!0x1;return _0x3af540[_0x245c('0xa')](_0x3d4ce2[_0x245c('0x15')],_0x245c('0x19'));}(_0x3ab7dd,_0x455f2a[_0x245c('0x21')])):Array[_0x245c('0x16')](_0x26cace[_0x245c('0xb')]())[_0x245c('0x7')](_0x45cab6=>oo(_0x45cab6));const _0x18eafe=_0x3e0ed0(_0x4f363a,_0x455f2a);_0x455f2a[_0x245c('0xe')](()=>{for(const _0x3647c9 of _0x18eafe)_0x4545d2[_0x245c('0x9')](_0x3647c9,{'commandName':_0x245c('0x19'),'commandParams':[{..._0x557f4e,'forceValue':_0x51bcee}],'formatGroupId':'blockName'});});}),(_0x4545d2[_0x245c('0x22')][_0x245c('0x1e')]('codeBlock',_0x5893b7=>_0x309601(_0x5abc8e,_0x245c('0x1f'),_0x5893b7)),_0x4545d2[_0x245c('0x22')][_0x245c('0x11')](_0x5b65b8=>{const _0x1a6118=_0x5abc8e['t'],{type:_0x549d43,data:_0x278179}=_0x5b65b8;if(_0x245c('0x5')==_0x549d43&&_0x278179&&_0x245c('0x19')==_0x278179[_0x245c('0x18')]){const _0x3bc96d=_0x278179['commandParams'][0x0][_0x245c('0x20')],_0x43a5d8=_0x1a6118(_0x118a2e[_0x245c('0x23')](_0x2357d5=>_0x2357d5[_0x245c('0x20')]===_0x3bc96d)[_0x245c('0x1c')]);return _0x278179[_0x245c('0x4')][0x0][_0x245c('0xf')]?{'type':_0x245c('0x27'),'content':_0x309601(_0x5abc8e,_0x245c('0x2'),_0x309601(_0x5abc8e,_0x245c('0x1f'),0x1)+'\x20('+_0x43a5d8+')')}:{'type':_0x245c('0x27'),'content':_0x309601(_0x5abc8e,_0x245c('0xc'),_0x309601(_0x5abc8e,_0x245c('0x1f'),0x1))};}}));}}function oo(_0x2da90d){return'codeBlock'==_0x2da90d[_0x245c('0x24')];}
23
+ const _0x1606=['from','registerElementLabel','*Format:*\x20%0','commands','commandParams','find','change','CodeBlock','editor','codeBlock','get','outdentCodeBlock','has','indentCodeBlock','name','getSelectedBlocks','document','label','selection','value','*Remove\x20format:*\x20%0','checkChild','config','model','filter','language','enableCommand','registerDescriptionCallback','ELEMENT_CODE_BLOCK','locale','rootElement','formatBlock','languages','parent','format','forceValue','schema','commandName','afterInit','plugins'];(function(_0x4a45dd,_0x1606ff){const _0xec0764=function(_0x132c1a){while(--_0x132c1a){_0x4a45dd['push'](_0x4a45dd['shift']());}};_0xec0764(++_0x1606ff);}(_0x1606,0x77));const _0xec07=function(_0x4a45dd,_0x1606ff){_0x4a45dd=_0x4a45dd-0x0;let _0xec0764=_0x1606[_0x4a45dd];return _0xec0764;};import{Plugin as _0x1ea9bf}from'ckeditor5/src/core';import{getTranslation as _0x18907c}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x375c03}from'../utils/utils';export default class E extends _0x1ea9bf{[_0xec07('0x27')](){const _0x9203fe=this[_0xec07('0x9')];if(!_0x9203fe['plugins'][_0xec07('0xd')](_0xec07('0x8')))return;const _0x35eabb=_0x9203fe[_0xec07('0x0')][_0xec07('0xb')]('TrackChangesEditing'),_0xe51340=_0x9203fe[_0xec07('0x1e')],_0x5a21c9=_0x9203fe[_0xec07('0x17')][_0xec07('0xb')](_0xec07('0xa'))[_0xec07('0x21')],_0x4c9ade=_0x9203fe[_0xec07('0x4')]['get']('codeBlock');_0x35eabb[_0xec07('0x1b')](_0xec07('0xe')),_0x35eabb[_0xec07('0x1b')](_0xec07('0xc')),_0x35eabb['enableCommand'](_0xec07('0xa'),(_0x5eba3d,_0x80c4e2={})=>{const _0x5a08f8=_0x9203fe[_0xec07('0x18')],_0x584665=_0x9203fe[_0xec07('0x18')][_0xec07('0x11')][_0xec07('0x13')],_0x15573d=_0x80c4e2&&void 0x0!==_0x80c4e2[_0xec07('0x24')]?_0x80c4e2['forceValue']:!_0x4c9ade[_0xec07('0x14')];let _0x6fd997;_0x80c4e2[_0xec07('0x1a')]||(_0x80c4e2[_0xec07('0x1a')]=_0x5a21c9[0x0][_0xec07('0x1a')]),_0x6fd997=_0x15573d?Array[_0xec07('0x1')](_0x584665[_0xec07('0x10')]())['filter'](_0x948d25=>oo(_0x948d25)||function(_0x3a533b,_0x4ad522){if(_0x3a533b['is'](_0xec07('0x1f'))||_0x4ad522['isLimit'](_0x3a533b))return!0x1;return _0x4ad522[_0xec07('0x16')](_0x3a533b[_0xec07('0x22')],'codeBlock');}(_0x948d25,_0x5a08f8[_0xec07('0x25')])):Array['from'](_0x584665[_0xec07('0x10')]())[_0xec07('0x19')](_0x58eb78=>oo(_0x58eb78));const _0x4eba59=_0x375c03(_0x6fd997,_0x5a08f8);_0x5a08f8[_0xec07('0x7')](()=>{for(const _0x72d6cf of _0x4eba59)_0x35eabb['markBlockFormat'](_0x72d6cf,{'commandName':'codeBlock','commandParams':[{..._0x80c4e2,'forceValue':_0x15573d}],'formatGroupId':'blockName'});});}),(_0x35eabb['_descriptionFactory'][_0xec07('0x2')]('codeBlock',_0x1a3691=>_0x18907c(_0xe51340,'ELEMENT_CODE_BLOCK',_0x1a3691)),_0x35eabb['_descriptionFactory'][_0xec07('0x1c')](_0x116d3c=>{const _0x1d72e3=_0xe51340['t'],{type:_0x155ac9,data:_0x2b381f}=_0x116d3c;if(_0xec07('0x20')==_0x155ac9&&_0x2b381f&&_0xec07('0xa')==_0x2b381f[_0xec07('0x26')]){const _0x8f2d97=_0x2b381f['commandParams'][0x0]['language'],_0x3cafde=_0x1d72e3(_0x5a21c9[_0xec07('0x6')](_0x499057=>_0x499057['language']===_0x8f2d97)[_0xec07('0x12')]);return _0x2b381f[_0xec07('0x5')][0x0][_0xec07('0x24')]?{'type':_0xec07('0x23'),'content':_0x18907c(_0xe51340,_0xec07('0x3'),_0x18907c(_0xe51340,_0xec07('0x1d'),0x1)+'\x20('+_0x3cafde+')')}:{'type':_0xec07('0x23'),'content':_0x18907c(_0xe51340,_0xec07('0x15'),_0x18907c(_0xe51340,'ELEMENT_CODE_BLOCK',0x1))};}}));}}function oo(_0x163684){return _0xec07('0xa')==_0x163684[_0xec07('0xf')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x52b6=['get','CommentsEditing','afterInit','plugins','TrackChangesEditing','has'];(function(_0x186286,_0x52b62f){const _0x47facb=function(_0x51ec61){while(--_0x51ec61){_0x186286['push'](_0x186286['shift']());}};_0x47facb(++_0x52b62f);}(_0x52b6,0xca));const _0x47fa=function(_0x186286,_0x52b62f){_0x186286=_0x186286-0x0;let _0x47facb=_0x52b6[_0x186286];return _0x47facb;};import{Plugin as _0x4112b1}from'ckeditor5/src/core';export default class F extends _0x4112b1{[_0x47fa('0x4')](){const _0x241a42=this['editor'];if(!_0x241a42[_0x47fa('0x5')][_0x47fa('0x1')](_0x47fa('0x3')))return;_0x241a42[_0x47fa('0x5')][_0x47fa('0x2')](_0x47fa('0x0'))['enableCommand']('addCommentThread');}}
23
+ const _0x341d=['addCommentThread','enableCommand','TrackChangesEditing','get','CommentsEditing','afterInit','plugins','editor'];(function(_0x392157,_0x341dd9){const _0x20726e=function(_0x3db5a1){while(--_0x3db5a1){_0x392157['push'](_0x392157['shift']());}};_0x20726e(++_0x341dd9);}(_0x341d,0x154));const _0x2072=function(_0x392157,_0x341dd9){_0x392157=_0x392157-0x0;let _0x20726e=_0x341d[_0x392157];return _0x20726e;};import{Plugin as _0x173dcc}from'ckeditor5/src/core';export default class F extends _0x173dcc{[_0x2072('0x1')](){const _0x3d4bc8=this[_0x2072('0x3')];if(!_0x3d4bc8['plugins']['has'](_0x2072('0x0')))return;_0x3d4bc8[_0x2072('0x2')][_0x2072('0x7')](_0x2072('0x6'))[_0x2072('0x5')](_0x2072('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x402b=['modifySelection','high','markerName','enableCommand','enqueueChange','remove','editing','addMarker:suggestion:deletion','detach','batch','isCollapsed','model','mapper','buffer','forward','document','unit','createSelection','$graveyard','delete','rootName','downcastDispatcher','requires','lock','plugins','fromRange','selection','end','unbindElementFromMarkerName','options','createRange','data','showSuggestionHighlights','merge','deleteForward','markerNameToElements','getFirstRange','editor','removeMarker:suggestion:deletion','root','writer','start','unlock'];(function(_0x34e92c,_0x402b26){const _0x265c58=function(_0x4b42af){while(--_0x4b42af){_0x34e92c['push'](_0x34e92c['shift']());}};_0x265c58(++_0x402b26);}(_0x402b,0x142));const _0x265c=function(_0x34e92c,_0x402b26){_0x34e92c=_0x34e92c-0x0;let _0x265c58=_0x402b[_0x34e92c];return _0x265c58;};import{Plugin as _0x3b8e91}from'ckeditor5/src/core';import{LiveRange as _0x459ee6}from'ckeditor5/src/engine';import{Delete as _0x105e79}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x4ec2cd}from'./utils';export default class G extends _0x3b8e91{static get[_0x265c('0x1')](){return[_0x105e79];}['init'](){const _0xa66c34=this[_0x265c('0x10')],_0x3b74da=_0xa66c34[_0x265c('0x3')]['get']('TrackChangesEditing');_0x3b74da[_0x265c('0x19')](_0x265c('0x29'));const _0x74a592=_0xa66c34['commands']['get']('deleteForward');_0x3b74da[_0x265c('0x19')](_0x265c('0xd'),(_0x48a31a,_0x442ad0={})=>{const _0x4899b8=_0xa66c34['model'][_0x265c('0x27')](_0xa66c34[_0x265c('0x21')][_0x265c('0x25')][_0x265c('0x5')]);_0x4899b8[_0x265c('0x20')]&&_0xa66c34['model'][_0x265c('0x16')](_0x4899b8,{'direction':_0x265c('0x24'),'unit':_0x442ad0[_0x265c('0x26')]});const _0x5b25ca=_0x4899b8[_0x265c('0xf')](),_0x41cd34=_0x459ee6[_0x265c('0x4')](_0x5b25ca);let _0xd2e5ea;_0x48a31a(_0x442ad0),_0xd2e5ea=_0x265c('0x28')==_0x41cd34[_0x265c('0x12')][_0x265c('0x2a')]?_0xa66c34['model'][_0x265c('0x9')](_0x5b25ca[_0x265c('0x14')]):_0xa66c34[_0x265c('0x21')][_0x265c('0x9')](_0x41cd34[_0x265c('0x14')],_0x41cd34[_0x265c('0x6')]),_0x41cd34[_0x265c('0x1e')](),_0xa66c34[_0x265c('0x21')][_0x265c('0x1a')](_0x74a592[_0x265c('0x23')][_0x265c('0x1f')],_0x68da9c=>{_0x74a592[_0x265c('0x23')][_0x265c('0x2')](),_0x68da9c['setSelection'](_0x68da9c['createRange'](_0xd2e5ea[_0x265c('0x6')])),_0x74a592[_0x265c('0x23')][_0x265c('0x15')]();});}),_0xa66c34[_0x265c('0x1c')][_0x265c('0x0')]['on'](_0x265c('0x1d'),_0x4ec2cd(_0xa66c34,_0x265c('0xc')),{'priority':'high'}),_0xa66c34[_0x265c('0xa')][_0x265c('0x0')]['on'](_0x265c('0x1d'),(_0x179c09,_0x4e126a,_0x4924a9)=>{_0x4924a9[_0x265c('0x8')][_0x265c('0xb')]&&_0x4ec2cd(_0xa66c34,_0x265c('0xc'),{'showActiveMarker':!0x1})['bind'](this)(_0x179c09,_0x4e126a,_0x4924a9);},{'priority':'high'}),_0xa66c34[_0x265c('0x1c')][_0x265c('0x0')]['on'](_0x265c('0x11'),(_0x42ecde,_0x3dad4d,_0x462932)=>{const _0x396def=_0x462932[_0x265c('0x22')][_0x265c('0xe')](_0x3dad4d['markerName']);if(_0x396def)for(const _0x26c127 of _0x396def)_0x26c127['is']('uiElement')&&(_0x462932[_0x265c('0x22')][_0x265c('0x7')](_0x26c127,_0x3dad4d[_0x265c('0x18')]),_0x462932[_0x265c('0x13')][_0x265c('0x1b')](_0x26c127));},{'priority':_0x265c('0x17')});}}
23
+ const _0x1af8=['$graveyard','unit','markerName','bind','options','TrackChangesEditing','downcastDispatcher','removeMarker:suggestion:deletion','deleteForward','plugins','markerNameToElements','delete','editing','buffer','selection','uiElement','model','enableCommand','rootName','createRange','get','root','getFirstRange','addMarker:suggestion:deletion','document','mapper','forward','end','merge','high','showSuggestionHighlights','fromRange','createSelection','modifySelection','setSelection','isCollapsed','init','commands'];(function(_0x7ec7d8,_0x1af881){const _0x446487=function(_0x363c40){while(--_0x363c40){_0x7ec7d8['push'](_0x7ec7d8['shift']());}};_0x446487(++_0x1af881);}(_0x1af8,0x85));const _0x4464=function(_0x7ec7d8,_0x1af881){_0x7ec7d8=_0x7ec7d8-0x0;let _0x446487=_0x1af8[_0x7ec7d8];return _0x446487;};import{Plugin as _0x2ea05a}from'ckeditor5/src/core';import{LiveRange as _0x23bfff}from'ckeditor5/src/engine';import{Delete as _0x371745}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x483959}from'./utils';export default class G extends _0x2ea05a{static get['requires'](){return[_0x371745];}[_0x4464('0x11')](){const _0x5c2e42=this['editor'],_0x1c7bfa=_0x5c2e42[_0x4464('0x1c')][_0x4464('0x1')](_0x4464('0x18'));_0x1c7bfa[_0x4464('0x24')](_0x4464('0x1e'));const _0x2a860f=_0x5c2e42[_0x4464('0x12')][_0x4464('0x1')](_0x4464('0x1b'));_0x1c7bfa[_0x4464('0x24')](_0x4464('0x1b'),(_0x53276a,_0x54f5e9={})=>{const _0x5be21c=_0x5c2e42[_0x4464('0x23')][_0x4464('0xd')](_0x5c2e42[_0x4464('0x23')][_0x4464('0x5')][_0x4464('0x21')]);_0x5be21c[_0x4464('0x10')]&&_0x5c2e42[_0x4464('0x23')][_0x4464('0xe')](_0x5be21c,{'direction':_0x4464('0x7'),'unit':_0x54f5e9[_0x4464('0x14')]});const _0x3f9b20=_0x5be21c[_0x4464('0x3')](),_0x662c2c=_0x23bfff[_0x4464('0xc')](_0x3f9b20);let _0x247745;_0x53276a(_0x54f5e9),_0x247745=_0x4464('0x13')==_0x662c2c[_0x4464('0x2')][_0x4464('0x25')]?_0x5c2e42[_0x4464('0x23')][_0x4464('0x0')](_0x3f9b20['start']):_0x5c2e42['model'][_0x4464('0x0')](_0x662c2c['start'],_0x662c2c[_0x4464('0x8')]),_0x662c2c['detach'](),_0x5c2e42[_0x4464('0x23')]['enqueueChange'](_0x2a860f[_0x4464('0x20')]['batch'],_0x4c856c=>{_0x2a860f['buffer']['lock'](),_0x4c856c[_0x4464('0xf')](_0x4c856c['createRange'](_0x247745[_0x4464('0x8')])),_0x2a860f[_0x4464('0x20')]['unlock']();});}),_0x5c2e42[_0x4464('0x1f')][_0x4464('0x19')]['on'](_0x4464('0x4'),_0x483959(_0x5c2e42,'merge'),{'priority':_0x4464('0xa')}),_0x5c2e42['data'][_0x4464('0x19')]['on'](_0x4464('0x4'),(_0x2f7bdb,_0xdc3ce0,_0x2a5939)=>{_0x2a5939[_0x4464('0x17')][_0x4464('0xb')]&&_0x483959(_0x5c2e42,_0x4464('0x9'),{'showActiveMarker':!0x1})[_0x4464('0x16')](this)(_0x2f7bdb,_0xdc3ce0,_0x2a5939);},{'priority':_0x4464('0xa')}),_0x5c2e42[_0x4464('0x1f')]['downcastDispatcher']['on'](_0x4464('0x1a'),(_0x193bfa,_0x1a064f,_0x501ba5)=>{const _0xa28748=_0x501ba5['mapper'][_0x4464('0x1d')](_0x1a064f[_0x4464('0x15')]);if(_0xa28748)for(const _0x45c8e8 of _0xa28748)_0x45c8e8['is'](_0x4464('0x22'))&&(_0x501ba5[_0x4464('0x6')]['unbindElementFromMarkerName'](_0x45c8e8,_0x1a064f['markerName']),_0x501ba5['writer']['remove'](_0x45c8e8));},{'priority':_0x4464('0xa')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x282e=['TrackChangesEditing','getAttribute','selection','ELEMENT_NUMBERED_LIST','*Merge:*\x20%0','ELEMENT_BULLETED_LIST','listIndent','*Change\x20to:*\x20%0','listItemId','commands','listType','ELEMENT_','findIndex','accept','registerCustomCallback','isFirstBlockOfListItem','createPositionAt','change','before','mergeListItemForward','splitListItemBefore','mergeListItemBackward','detach','add','commandParams','getRanges','length','registerElementLabel','indentList','deletion','nextSibling','get','bulletedList','slice','model','document','enableCommand','markMultiRangeBlockFormat','schema','DocumentListEditing','forceValue','start','end','fromRange','format','isObject','nodeAfter','multipleBlocks','formatBlock','splitListItemAfter','from','hasAttribute','markBlockFormat','ELEMENT_LIST_ITEM','*Indent:*\x20%0','toUpperCase','getSelectedBlocks','containsItem','commandName','expandListBlocksToCompleteList','setSelection','push','documentList','_descriptionFactory','plugins','createRange','getFirstRange','value','_LIST','numberedList','*Format:*\x20remove\x20from\x20%0','outdentList','registerDescriptionCallback','refresh'];(function(_0x47fce8,_0x282e68){const _0x48a5a7=function(_0x18aa66){while(--_0x18aa66){_0x47fce8['push'](_0x47fce8['shift']());}};_0x48a5a7(++_0x282e68);}(_0x282e,0x192));const _0x48a5=function(_0x47fce8,_0x282e68){_0x47fce8=_0x47fce8-0x0;let _0x48a5a7=_0x282e[_0x47fce8];return _0x48a5a7;};import{Plugin as _0x2bf46e}from'ckeditor5/src/core';import{getTranslation as _0x2585bc}from'../utils/common-translations';import{LiveRange as _0x1e207a}from'ckeditor5/src/engine';export default class L extends _0x2bf46e{['afterInit'](){const _0x3c5f2c=this['editor'];if(!_0x3c5f2c['plugins']['has'](_0x48a5('0x7')))return;const _0x2d67df=_0x3c5f2c['locale'],_0x4d7b3c=_0x3c5f2c[_0x48a5('0x20')][_0x48a5('0x49')](_0x48a5('0x2a')),_0x5e3bb3=_0x3c5f2c[_0x48a5('0x20')][_0x48a5('0x49')]('DocumentListUtils');function _0x2a171b(_0x4c44df){return()=>{const _0x250acf=_0x3c5f2c[_0x48a5('0x33')][_0x48a5('0x49')](_0x4c44df);let _0x19f6ed=Array[_0x48a5('0x12')](_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3')]['selection'][_0x48a5('0x18')]());if(_0x2f6a6a(_0x4c44df)){_0x19f6ed=_0x5e3bb3[_0x48a5('0x1b')](_0x19f6ed);const _0x7cfe66=[];for(const _0x2e8105 of _0x19f6ed)_0x5e3bb3[_0x48a5('0x39')](_0x2e8105)&&_0x7cfe66[_0x48a5('0x1d')](_0x2e8105);_0x19f6ed=_0x7cfe66;}_0x3c5f2c[_0x48a5('0x2')]['change'](()=>{_0x4d7b3c[_0x48a5('0x5')](_0x19f6ed,{'commandName':_0x4c44df,'commandParams':[{'forceValue':!_0x250acf['value']}],'formatGroupId':'listType'},[],'documentList');});};}function _0x1575e8(_0x3df460){return()=>{const _0x1711f9=function(_0x100c61){let _0x288426=Array[_0x48a5('0x12')](_0x100c61);const _0x16272e=_0x288426[_0x48a5('0x36')](_0x4b8b1e=>!_0x4b8b1e[_0x48a5('0x13')](_0x48a5('0x32')));return _0x16272e>-0x1&&(_0x288426=_0x288426[_0x48a5('0x1')](0x0,_0x16272e)),_0x288426;}(_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3')][_0x48a5('0x2c')][_0x48a5('0x18')]()),_0x6a899c=_0x1711f9[_0x1711f9[_0x48a5('0x44')]-0x1],_0x2fe3b5=_0x3c5f2c['model']['schema'][_0x48a5('0xd')](_0x6a899c)?'after':_0x48a5('0xa'),_0x27f638=_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x21')](_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3a')](_0x1711f9[0x0],_0x48a5('0x3c')),_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3a')](_0x6a899c,_0x2fe3b5));_0x3c5f2c['model'][_0x48a5('0x3b')](()=>{_0x4d7b3c[_0x48a5('0x14')](_0x27f638,{'commandName':_0x3df460,'commandParams':[],'formatGroupId':_0x48a5('0x34')},function(_0x5047cd){const _0x1c36ca=new Set();for(const _0x296e7a of _0x5047cd){let _0x2d0fff=_0x296e7a[_0x48a5('0x48')];for(;_0x2d0fff&&_0x2d0fff[_0x48a5('0x2b')](_0x48a5('0x30'))>_0x296e7a[_0x48a5('0x2b')](_0x48a5('0x30'));)_0x1c36ca[_0x48a5('0x41')](_0x2d0fff),_0x2d0fff=_0x2d0fff['nextSibling'];}return Array[_0x48a5('0x12')](_0x1c36ca);}(_0x1711f9));});};}function _0xcce1c3(_0x5e4e87){return()=>{const _0x46a7fa=_0x3c5f2c[_0x48a5('0x2')]['document'][_0x48a5('0x2c')][_0x48a5('0x18')]()['next']()[_0x48a5('0x23')],_0xe53886=_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3a')](_0x46a7fa,'before'),_0x32cefb=_0x3c5f2c[_0x48a5('0x2')]['createPositionAt'](_0x46a7fa,0x0),_0x78080b=_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x21')](_0xe53886,_0x32cefb);_0x3c5f2c['model']['change'](()=>{_0x4d7b3c['markBlockFormat'](_0x78080b,{'commandName':_0x5e4e87,'commandParams':[],'formatGroupId':_0x48a5('0x34')});});};}function _0x2f6a6a(_0x4ee13e){const _0x3d52d3=_0x3c5f2c[_0x48a5('0x33')][_0x48a5('0x49')](_0x48a5('0x0'))['value'],_0x4a1a6e=_0x3c5f2c['commands']['get']('numberedList')[_0x48a5('0x23')];return'numberedList'===_0x4ee13e?_0x3d52d3:_0x4a1a6e;}_0x4d7b3c[_0x48a5('0x4')](_0x48a5('0x25'),_0x2a171b(_0x48a5('0x25'))),_0x4d7b3c[_0x48a5('0x4')](_0x48a5('0x0'),_0x2a171b(_0x48a5('0x0'))),_0x4d7b3c[_0x48a5('0x4')](_0x48a5('0x46'),_0x1575e8(_0x48a5('0x46'))),_0x4d7b3c[_0x48a5('0x4')](_0x48a5('0x27'),_0x1575e8(_0x48a5('0x27'))),_0x4d7b3c[_0x48a5('0x4')]('splitListItemAfter',_0xcce1c3(_0x48a5('0x11'))),_0x4d7b3c[_0x48a5('0x4')](_0x48a5('0x3e'),_0xcce1c3('splitListItemBefore')),_0x4d7b3c[_0x48a5('0x1f')][_0x48a5('0x45')](function(_0x4ee0e7){const _0x28cdcc=!_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x6')][_0x48a5('0xd')](_0x4ee0e7),_0x107636=_0x4ee0e7['previousSibling'],_0x527bff=_0x4ee0e7[_0x48a5('0x48')],_0x8bdaea=_0x4ee0e7[_0x48a5('0x2b')](_0x48a5('0x32')),_0x59ed81=!_0x107636||_0x107636['getAttribute']('listItemId')!==_0x8bdaea,_0x594d48=!_0x527bff||_0x527bff[_0x48a5('0x2b')](_0x48a5('0x32'))!==_0x8bdaea;return _0x28cdcc&&Boolean(_0x8bdaea)&&_0x59ed81&&_0x594d48;},_0xf60e50=>_0x2585bc(_0x2d67df,_0x48a5('0x15'),_0xf60e50)),_0x4d7b3c[_0x48a5('0x1f')][_0x48a5('0x28')](function(_0x101d5e){const {data:_0x135a16}=_0x101d5e;if(!_0x135a16)return;let _0x56c703,_0x3ec2ab,_0x3ccd50,_0x2d8991;switch(_0x135a16['commandName']){case _0x48a5('0x0'):_0x3ccd50=_0x135a16['commandParams'][0x0][_0x48a5('0x8')],_0x2d8991=_0x2f6a6a(_0x135a16[_0x48a5('0x1a')]),_0x56c703=_0x3ccd50?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',_0x2d8991&&(_0x56c703=_0x48a5('0x31')),_0x3ec2ab={'type':_0x48a5('0xc'),'content':_0x2585bc(_0x2d67df,_0x56c703,_0x2585bc(_0x2d67df,_0x48a5('0x2f')))};break;case _0x48a5('0x25'):_0x3ccd50=_0x135a16['commandParams'][0x0]['forceValue'],_0x2d8991=_0x2f6a6a(_0x135a16[_0x48a5('0x1a')]),_0x56c703=_0x3ccd50?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',_0x2d8991&&(_0x56c703=_0x48a5('0x31')),_0x3ec2ab={'type':_0x48a5('0xc'),'content':_0x2585bc(_0x2d67df,_0x56c703,_0x2585bc(_0x2d67df,_0x48a5('0x2d')))};break;case _0x48a5('0x46'):_0x56c703=_0x48a5('0x16'),_0x3ec2ab={'type':_0x48a5('0xc'),'content':_0x2585bc(_0x2d67df,_0x56c703,_0x2585bc(_0x2d67df,_0x48a5('0x15')))};break;case _0x48a5('0x27'):_0x56c703=function(_0x335889){const _0x51b86f=_0x335889[_0x48a5('0x22')]();let _0x13e207=_0x51b86f[_0x48a5('0x9')][_0x48a5('0xe')];for(;_0x13e207&&_0x51b86f[_0x48a5('0x19')](_0x13e207);){if(_0x13e207[_0x48a5('0x2b')](_0x48a5('0x30'))>0x0)return!0x1;_0x13e207=_0x13e207[_0x48a5('0x48')];}return!0x0;}(_0x101d5e)?_0x2585bc(_0x2d67df,_0x48a5('0x26'),_0x2585bc(_0x2d67df,function(_0x9f92af){const _0x502013=_0x9f92af[_0x48a5('0x22')]()[_0x48a5('0x9')][_0x48a5('0xe')];return _0x48a5('0x35')+_0x502013['getAttribute'](_0x48a5('0x34'))[_0x48a5('0x17')]()+_0x48a5('0x24');}(_0x101d5e))):_0x2585bc(_0x2d67df,'*Outdent:*\x20%0',_0x2585bc(_0x2d67df,_0x48a5('0x15'))),_0x3ec2ab={'type':_0x48a5('0xc'),'content':_0x56c703};break;case _0x48a5('0x3f'):case _0x48a5('0x3d'):!0x1===_0x135a16[_0x48a5('0xf')]&&(_0x56c703=_0x48a5('0x2e'),_0x3ec2ab={'type':_0x48a5('0x47'),'content':_0x2585bc(_0x2d67df,_0x56c703,_0x2585bc(_0x2d67df,_0x48a5('0x15')))});}return _0x3ec2ab;}),_0x4d7b3c['_suggestionFactory'][_0x48a5('0x38')](_0x48a5('0x10'),_0x48a5('0x1e'),_0x48a5('0x37'),function(_0x5db63b,_0x2bc20a){const _0x5b723e=[];for(let _0xaa4ca9 of _0x5db63b)_0xaa4ca9[_0x48a5('0x9')][_0x48a5('0xe')]===_0xaa4ca9['end']['parent']&&(_0xaa4ca9=_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x21')](_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3a')](_0xaa4ca9[_0x48a5('0x9')][_0x48a5('0xe')],0x0))),_0x5b723e['push'](_0xaa4ca9);_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3b')](_0x4e7e64=>{const _0x2a5e60=_0x3c5f2c[_0x48a5('0x2')][_0x48a5('0x3')][_0x48a5('0x2c')],_0x3b6088=Array[_0x48a5('0x12')](_0x2a5e60[_0x48a5('0x43')]())['map'](_0x3dc46f=>_0x1e207a[_0x48a5('0xb')](_0x3dc46f));_0x4e7e64[_0x48a5('0x1c')](_0x5b723e),_0x3c5f2c[_0x48a5('0x33')][_0x48a5('0x49')](_0x2bc20a[_0x48a5('0x1a')])[_0x48a5('0x29')](),_0x2bc20a[_0x48a5('0x42')][_0x48a5('0x1d')]({'forceDefaultExecution':!0x0}),_0x3c5f2c['execute'](_0x2bc20a['commandName'],..._0x2bc20a['commandParams']),_0x4e7e64[_0x48a5('0x1c')](_0x3b6088);for(const _0x43d0ad of _0x3b6088)_0x43d0ad[_0x48a5('0x40')]();});});}}
23
+ const _0x1a8b=['schema','listType','selection','listItemId','setSelection','slice','enableCommand','execute','model','nextSibling','documentList','editor','getSelectedBlocks','isFirstBlockOfListItem','DocumentListUtils','*Merge:*\x20%0','has','length','getRanges','hasAttribute','getAttribute','expandListBlocksToCompleteList','value','format','*Indent:*\x20%0','registerDescriptionCallback','splitListItemAfter','indentList','change','registerCustomCallback','splitListItemBefore','containsItem','forceValue','*Format:*\x20remove\x20from\x20%0','commandParams','_LIST','detach','_descriptionFactory','*Change\x20to:*\x20%0','start','mergeListItemForward','map','push','*Outdent:*\x20%0','refresh','createPositionAt','TrackChangesEditing','plugins','before','bulletedList','nodeAfter','markMultiRangeBlockFormat','getFirstRange','document','end','ELEMENT_NUMBERED_LIST','*Format:*\x20insert\x20into\x20%0','outdentList','createRange','markBlockFormat','numberedList','commandName','from','ELEMENT_','_suggestionFactory','ELEMENT_LIST_ITEM','isObject','DocumentListEditing','get','locale','listIndent','afterInit','commands'];(function(_0x27372c,_0x1a8b03){const _0x45316c=function(_0xbce9a3){while(--_0xbce9a3){_0x27372c['push'](_0x27372c['shift']());}};_0x45316c(++_0x1a8b03);}(_0x1a8b,0x108));const _0x4531=function(_0x27372c,_0x1a8b03){_0x27372c=_0x27372c-0x0;let _0x45316c=_0x1a8b[_0x27372c];return _0x45316c;};import{Plugin as _0x1d4b35}from'ckeditor5/src/core';import{getTranslation as _0xc3bf1d}from'../utils/common-translations';import{LiveRange as _0x221ee1}from'ckeditor5/src/engine';export default class L extends _0x1d4b35{[_0x4531('0x1a')](){const _0x170e06=this[_0x4531('0x27')];if(!_0x170e06['plugins'][_0x4531('0x2c')](_0x4531('0x16')))return;const _0x386ee8=_0x170e06[_0x4531('0x18')],_0x33b8d7=_0x170e06[_0x4531('0x2')][_0x4531('0x17')](_0x4531('0x1')),_0x591511=_0x170e06[_0x4531('0x2')][_0x4531('0x17')](_0x4531('0x2a'));function _0x25d650(_0x188d49){return()=>{const _0x91f270=_0x170e06['commands'][_0x4531('0x17')](_0x188d49);let _0x3fb95d=Array['from'](_0x170e06[_0x4531('0x24')]['document']['selection'][_0x4531('0x28')]());if(_0x344835(_0x188d49)){_0x3fb95d=_0x591511[_0x4531('0x31')](_0x3fb95d);const _0x2d6764=[];for(const _0x32c7af of _0x3fb95d)_0x591511[_0x4531('0x29')](_0x32c7af)&&_0x2d6764[_0x4531('0x46')](_0x32c7af);_0x3fb95d=_0x2d6764;}_0x170e06[_0x4531('0x24')][_0x4531('0x38')](()=>{_0x33b8d7[_0x4531('0x6')](_0x3fb95d,{'commandName':_0x188d49,'commandParams':[{'forceValue':!_0x91f270[_0x4531('0x32')]}],'formatGroupId':_0x4531('0x1d')},[],_0x4531('0x26'));});};}function _0x4ec0d7(_0x496299){return()=>{const _0xd34649=function(_0x46c3cf){let _0x5a2aa8=Array['from'](_0x46c3cf);const _0x4b95f5=_0x5a2aa8['findIndex'](_0x30f0a1=>!_0x30f0a1[_0x4531('0x2f')](_0x4531('0x1f')));return _0x4b95f5>-0x1&&(_0x5a2aa8=_0x5a2aa8[_0x4531('0x21')](0x0,_0x4b95f5)),_0x5a2aa8;}(_0x170e06[_0x4531('0x24')]['document'][_0x4531('0x1e')]['getSelectedBlocks']()),_0x510830=_0xd34649[_0xd34649[_0x4531('0x2d')]-0x1],_0x1d7f53=_0x170e06[_0x4531('0x24')][_0x4531('0x1c')][_0x4531('0x15')](_0x510830)?'after':_0x4531('0x9'),_0x1e2835=_0x170e06[_0x4531('0x24')]['createRange'](_0x170e06[_0x4531('0x24')][_0x4531('0x0')](_0xd34649[0x0],_0x4531('0x3')),_0x170e06['model'][_0x4531('0x0')](_0x510830,_0x1d7f53));_0x170e06['model'][_0x4531('0x38')](()=>{_0x33b8d7[_0x4531('0xe')](_0x1e2835,{'commandName':_0x496299,'commandParams':[],'formatGroupId':_0x4531('0x1d')},function(_0x4aef2b){const _0x54d4cf=new Set();for(const _0x2d91e4 of _0x4aef2b){let _0x3cde9f=_0x2d91e4[_0x4531('0x25')];for(;_0x3cde9f&&_0x3cde9f[_0x4531('0x30')](_0x4531('0x19'))>_0x2d91e4[_0x4531('0x30')](_0x4531('0x19'));)_0x54d4cf['add'](_0x3cde9f),_0x3cde9f=_0x3cde9f['nextSibling'];}return Array[_0x4531('0x11')](_0x54d4cf);}(_0xd34649));});};}function _0x266de9(_0x5a3f6c){return()=>{const _0x126500=_0x170e06[_0x4531('0x24')][_0x4531('0x8')][_0x4531('0x1e')][_0x4531('0x28')]()['next']()[_0x4531('0x32')],_0x6f39f=_0x170e06[_0x4531('0x24')][_0x4531('0x0')](_0x126500,_0x4531('0x3')),_0x958288=_0x170e06[_0x4531('0x24')][_0x4531('0x0')](_0x126500,0x0),_0x100fa5=_0x170e06[_0x4531('0x24')]['createRange'](_0x6f39f,_0x958288);_0x170e06['model'][_0x4531('0x38')](()=>{_0x33b8d7[_0x4531('0xe')](_0x100fa5,{'commandName':_0x5a3f6c,'commandParams':[],'formatGroupId':_0x4531('0x1d')});});};}function _0x344835(_0x3393c6){const _0x4402c2=_0x170e06[_0x4531('0x1b')][_0x4531('0x17')](_0x4531('0x4'))[_0x4531('0x32')],_0x21e788=_0x170e06[_0x4531('0x1b')][_0x4531('0x17')](_0x4531('0xf'))[_0x4531('0x32')];return'numberedList'===_0x3393c6?_0x4402c2:_0x21e788;}_0x33b8d7['enableCommand']('numberedList',_0x25d650('numberedList')),_0x33b8d7[_0x4531('0x22')](_0x4531('0x4'),_0x25d650(_0x4531('0x4'))),_0x33b8d7[_0x4531('0x22')]('indentList',_0x4ec0d7(_0x4531('0x37'))),_0x33b8d7[_0x4531('0x22')](_0x4531('0xc'),_0x4ec0d7(_0x4531('0xc'))),_0x33b8d7[_0x4531('0x22')](_0x4531('0x36'),_0x266de9(_0x4531('0x36'))),_0x33b8d7[_0x4531('0x22')]('splitListItemBefore',_0x266de9(_0x4531('0x3a'))),_0x33b8d7[_0x4531('0x41')]['registerElementLabel'](function(_0x3c4574){const _0x1e1350=!_0x170e06['model'][_0x4531('0x1c')][_0x4531('0x15')](_0x3c4574),_0x206fd1=_0x3c4574['previousSibling'],_0x15d945=_0x3c4574[_0x4531('0x25')],_0x36a46e=_0x3c4574[_0x4531('0x30')](_0x4531('0x1f')),_0x5beabd=!_0x206fd1||_0x206fd1[_0x4531('0x30')](_0x4531('0x1f'))!==_0x36a46e,_0x1be5af=!_0x15d945||_0x15d945[_0x4531('0x30')](_0x4531('0x1f'))!==_0x36a46e;return _0x1e1350&&Boolean(_0x36a46e)&&_0x5beabd&&_0x1be5af;},_0x3be02c=>_0xc3bf1d(_0x386ee8,_0x4531('0x14'),_0x3be02c)),_0x33b8d7[_0x4531('0x41')][_0x4531('0x35')](function(_0x13d282){const {data:_0x336bb9}=_0x13d282;if(!_0x336bb9)return;let _0x3418d1,_0x4ce084,_0x32ad53,_0xfc2b87;switch(_0x336bb9[_0x4531('0x10')]){case'bulletedList':_0x32ad53=_0x336bb9[_0x4531('0x3e')][0x0][_0x4531('0x3c')],_0xfc2b87=_0x344835(_0x336bb9[_0x4531('0x10')]),_0x3418d1=_0x32ad53?_0x4531('0xb'):_0x4531('0x3d'),_0xfc2b87&&(_0x3418d1='*Change\x20to:*\x20%0'),_0x4ce084={'type':_0x4531('0x33'),'content':_0xc3bf1d(_0x386ee8,_0x3418d1,_0xc3bf1d(_0x386ee8,'ELEMENT_BULLETED_LIST'))};break;case _0x4531('0xf'):_0x32ad53=_0x336bb9[_0x4531('0x3e')][0x0][_0x4531('0x3c')],_0xfc2b87=_0x344835(_0x336bb9[_0x4531('0x10')]),_0x3418d1=_0x32ad53?'*Format:*\x20insert\x20into\x20%0':_0x4531('0x3d'),_0xfc2b87&&(_0x3418d1=_0x4531('0x42')),_0x4ce084={'type':'format','content':_0xc3bf1d(_0x386ee8,_0x3418d1,_0xc3bf1d(_0x386ee8,_0x4531('0xa')))};break;case'indentList':_0x3418d1=_0x4531('0x34'),_0x4ce084={'type':'format','content':_0xc3bf1d(_0x386ee8,_0x3418d1,_0xc3bf1d(_0x386ee8,_0x4531('0x14')))};break;case _0x4531('0xc'):_0x3418d1=function(_0x483237){const _0xf19e29=_0x483237[_0x4531('0x7')]();let _0x3cb021=_0xf19e29[_0x4531('0x43')]['nodeAfter'];for(;_0x3cb021&&_0xf19e29[_0x4531('0x3b')](_0x3cb021);){if(_0x3cb021['getAttribute'](_0x4531('0x19'))>0x0)return!0x1;_0x3cb021=_0x3cb021['nextSibling'];}return!0x0;}(_0x13d282)?_0xc3bf1d(_0x386ee8,'*Format:*\x20remove\x20from\x20%0',_0xc3bf1d(_0x386ee8,function(_0x3bae04){const _0x1fa814=_0x3bae04['getFirstRange']()['start'][_0x4531('0x5')];return _0x4531('0x12')+_0x1fa814[_0x4531('0x30')](_0x4531('0x1d'))['toUpperCase']()+_0x4531('0x3f');}(_0x13d282))):_0xc3bf1d(_0x386ee8,_0x4531('0x47'),_0xc3bf1d(_0x386ee8,_0x4531('0x14'))),_0x4ce084={'type':_0x4531('0x33'),'content':_0x3418d1};break;case'mergeListItemBackward':case _0x4531('0x44'):!0x1===_0x336bb9['multipleBlocks']&&(_0x3418d1=_0x4531('0x2b'),_0x4ce084={'type':'deletion','content':_0xc3bf1d(_0x386ee8,_0x3418d1,_0xc3bf1d(_0x386ee8,_0x4531('0x14')))});}return _0x4ce084;}),_0x33b8d7[_0x4531('0x13')][_0x4531('0x39')]('formatBlock',_0x4531('0x26'),'accept',function(_0x84759c,_0x1aa62c){const _0x39df92=[];for(let _0x58f6b7 of _0x84759c)_0x58f6b7[_0x4531('0x43')][_0x4531('0x5')]===_0x58f6b7[_0x4531('0x9')]['parent']&&(_0x58f6b7=_0x170e06['model'][_0x4531('0xd')](_0x170e06[_0x4531('0x24')][_0x4531('0x0')](_0x58f6b7['start'][_0x4531('0x5')],0x0))),_0x39df92[_0x4531('0x46')](_0x58f6b7);_0x170e06[_0x4531('0x24')]['change'](_0x4907de=>{const _0x565e9b=_0x170e06[_0x4531('0x24')]['document'][_0x4531('0x1e')],_0x506008=Array['from'](_0x565e9b[_0x4531('0x2e')]())[_0x4531('0x45')](_0x101a3c=>_0x221ee1['fromRange'](_0x101a3c));_0x4907de['setSelection'](_0x39df92),_0x170e06[_0x4531('0x1b')][_0x4531('0x17')](_0x1aa62c[_0x4531('0x10')])[_0x4531('0x48')](),_0x1aa62c[_0x4531('0x3e')][_0x4531('0x46')]({'forceDefaultExecution':!0x0}),_0x170e06[_0x4531('0x23')](_0x1aa62c[_0x4531('0x10')],..._0x1aa62c[_0x4531('0x3e')]),_0x4907de[_0x4531('0x20')](_0x506008);for(const _0x29d5e4 of _0x506008)_0x29d5e4[_0x4531('0x40')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x18a0=['getSelectedBlocks','DocumentListUtils','ELEMENT_','has','afterInit','from','bind','format','plugins','document','listReversed','numbered','_getTranslationKeyForListStyle','enableCommand','getAttribute','handleListReversedCommand','markMultiRangeBlockFormat','TrackChangesEditing','startIndex','get','handleListStartCommand','getListTypeFromListStyleType','length','editor','filter','selection','type','listStart','*Change\x20to:*\x20%0','isListItemBlock','handleListStyleCommand','reversed','_LIST_','*Format:*\x20set\x20start\x20index\x20to\x20%0','push','config','replace','_descriptionFactory','_getSuggestionBlocks','expandListBlocksToCompleteList','*Format:*\x20set\x20order\x20to\x20reversed','model','DocumentListPropertiesEditing','commandParams','change','listStyle','styles','list.properties','locale','isFirstBlockOfListItem','registerDescriptionCallback','_getSuggestionBlocksForListStyle','handleDescriptions','listType'];(function(_0x38ac19,_0x18a099){const _0x26003d=function(_0x8e6eed){while(--_0x8e6eed){_0x38ac19['push'](_0x38ac19['shift']());}};_0x26003d(++_0x18a099);}(_0x18a0,0x152));const _0x2600=function(_0x38ac19,_0x18a099){_0x38ac19=_0x38ac19-0x0;let _0x26003d=_0x18a0[_0x38ac19];return _0x26003d;};import{Plugin as _0x378473}from'ckeditor5/src/core';import{getTranslation as _0x2e8716}from'../utils/common-translations';export default class At extends _0x378473{[_0x2600('0x2c')](){if(!this[_0x2600('0x9')][_0x2600('0x30')][_0x2600('0x2b')](_0x2600('0x1c')))return;const _0x274dfb=this[_0x2600('0x9')][_0x2600('0x15')][_0x2600('0x5')](_0x2600('0x21')),_0x56e631=this[_0x2600('0x9')][_0x2600('0x30')][_0x2600('0x5')](_0x2600('0x3'));_0x274dfb[_0x2600('0x20')]&&_0x56e631[_0x2600('0x35')](_0x2600('0x1f'),this[_0x2600('0x10')][_0x2600('0x2e')](this)),_0x274dfb['reversed']&&_0x56e631[_0x2600('0x35')]('listReversed',this[_0x2600('0x1')][_0x2600('0x2e')](this)),_0x274dfb[_0x2600('0x4')]&&_0x56e631[_0x2600('0x35')]('listStart',this[_0x2600('0x6')][_0x2600('0x2e')](this)),_0x56e631[_0x2600('0x17')][_0x2600('0x24')](this[_0x2600('0x26')][_0x2600('0x2e')](this));}[_0x2600('0x10')](_0x4ac24b,_0x3ddafd={}){const _0x245521=this[_0x2600('0x9')][_0x2600('0x30')]['get'](_0x2600('0x3')),_0x163e5e=this[_0x2600('0x25')]();this[_0x2600('0x9')][_0x2600('0x1b')][_0x2600('0x1e')](()=>{_0x245521[_0x2600('0x2')](_0x163e5e,{'commandName':_0x2600('0x1f'),'commandParams':[{'type':_0x3ddafd[_0x2600('0xc')]}],'formatGroupId':_0x2600('0x1f')});});}[_0x2600('0x1')](_0x4e1e3b,_0x3a2620={}){const _0x4178f9=this[_0x2600('0x9')][_0x2600('0x30')]['get'](_0x2600('0x3')),_0x3051f8=this['editor'][_0x2600('0x30')]['get']('DocumentListUtils'),_0x52f19a=this[_0x2600('0x18')](_0x2981bd=>_0x3051f8[_0x2600('0xf')](_0x2981bd)&&_0x2600('0x33')===_0x2981bd[_0x2600('0x0')](_0x2600('0x27')));null!==_0x52f19a&&this['editor'][_0x2600('0x1b')][_0x2600('0x1e')](()=>{_0x4178f9[_0x2600('0x2')](_0x52f19a,{'commandName':_0x2600('0x32'),'commandParams':[{'reversed':_0x3a2620[_0x2600('0x11')]}],'formatGroupId':_0x2600('0x32')});});}['handleListStartCommand'](_0x4258ee,_0x4494b9={}){const _0x12a09f=this['editor'][_0x2600('0x30')][_0x2600('0x5')]('TrackChangesEditing'),_0x128c2c=this[_0x2600('0x9')]['plugins'][_0x2600('0x5')]('DocumentListUtils'),_0x3974fa=this['_getSuggestionBlocks'](_0x5e7a18=>_0x128c2c['isListItemBlock'](_0x5e7a18)&&_0x2600('0x33')===_0x5e7a18[_0x2600('0x0')](_0x2600('0x27')));null!==_0x3974fa&&this[_0x2600('0x9')][_0x2600('0x1b')][_0x2600('0x1e')](()=>{_0x12a09f['markMultiRangeBlockFormat'](_0x3974fa,{'commandName':_0x2600('0xd'),'commandParams':[{'startIndex':_0x4494b9[_0x2600('0x4')]}],'formatGroupId':'listStart'});});}[_0x2600('0x26')](_0x15aa48){const _0x496926=this[_0x2600('0x9')][_0x2600('0x22')],{data:_0x1ff957}=_0x15aa48;if(!_0x1ff957)return;let _0xa30872,_0x5af43a;switch(_0x1ff957['commandName']){case _0x2600('0x1f'):_0xa30872=_0x2600('0xe'),_0x5af43a={'type':_0x2600('0x2f'),'content':_0x2e8716(_0x496926,_0xa30872,_0x2e8716(_0x496926,this[_0x2600('0x34')](_0x1ff957[_0x2600('0x1d')][0x0][_0x2600('0xc')])))};break;case _0x2600('0x32'):_0xa30872=_0x1ff957[_0x2600('0x1d')][0x0][_0x2600('0x11')]?_0x2600('0x1a'):'*Format:*\x20set\x20order\x20to\x20regular',_0x5af43a={'type':'format','content':_0x2e8716(_0x496926,_0xa30872)};break;case _0x2600('0xd'):_0xa30872=_0x2600('0x13'),_0x5af43a={'type':'format','content':_0x2e8716(_0x496926,_0xa30872,_0x1ff957[_0x2600('0x1d')][0x0][_0x2600('0x4')])};}return _0x5af43a;}[_0x2600('0x25')](){const _0x23fa8=this[_0x2600('0x9')]['plugins'][_0x2600('0x5')](_0x2600('0x29'));let _0x5497cd=Array[_0x2600('0x2d')](this[_0x2600('0x9')]['model'][_0x2600('0x31')]['selection'][_0x2600('0x28')]());return _0x5497cd[_0x2600('0x14')](..._0x23fa8[_0x2600('0x19')](_0x5497cd)),_0x5497cd=[...new Set(_0x5497cd)],_0x5497cd;}[_0x2600('0x18')](_0x1f8d65){const _0x3e4320=this['editor'][_0x2600('0x30')][_0x2600('0x5')](_0x2600('0x29'));let _0x4cd380=Array[_0x2600('0x2d')](this[_0x2600('0x9')]['model']['document'][_0x2600('0xb')][_0x2600('0x28')]())[_0x2600('0xa')](_0x1f8d65);if(!_0x4cd380[_0x2600('0x8')])return null;_0x4cd380=_0x3e4320[_0x2600('0x19')](_0x4cd380);const _0x3d6ecf=[];for(const _0xb5b219 of _0x4cd380)_0x3e4320[_0x2600('0x23')](_0xb5b219)&&_0x3d6ecf[_0x2600('0x14')](_0xb5b219);return _0x3d6ecf;}[_0x2600('0x34')](_0x4b120d){return _0x2600('0x2a')+this[_0x2600('0x9')][_0x2600('0x30')][_0x2600('0x5')]('DocumentListPropertiesUtils')[_0x2600('0x7')](_0x4b120d)['toUpperCase']()+_0x2600('0x12')+_0x4b120d['toUpperCase']()[_0x2600('0x16')](/-/g,'_');}}
23
+ const _0x42c4=['handleListReversedCommand','DocumentListUtils','from','getAttribute','document','replace','format','type','editor','bind','commandParams','DocumentListPropertiesUtils','listStart','_getTranslationKeyForListStyle','plugins','locale','markMultiRangeBlockFormat','isListItemBlock','get','listStyle','selection','_getSuggestionBlocksForListStyle','list.properties','model','*Change\x20to:*\x20%0','push','expandListBlocksToCompleteList','commandName','TrackChangesEditing','toUpperCase','DocumentListPropertiesEditing','change','_LIST_','enableCommand','handleListStartCommand','afterInit','has','getSelectedBlocks','numbered','getListTypeFromListStyleType','startIndex','_getSuggestionBlocks','handleListStyleCommand','reversed','listReversed','isFirstBlockOfListItem','*Format:*\x20set\x20order\x20to\x20reversed','handleDescriptions','filter','ELEMENT_','listType'];(function(_0x599ffc,_0x42c461){const _0x1ebbbd=function(_0x3bc49d){while(--_0x3bc49d){_0x599ffc['push'](_0x599ffc['shift']());}};_0x1ebbbd(++_0x42c461);}(_0x42c4,0x1dc));const _0x1ebb=function(_0x599ffc,_0x42c461){_0x599ffc=_0x599ffc-0x0;let _0x1ebbbd=_0x42c4[_0x599ffc];return _0x1ebbbd;};import{Plugin as _0x310715}from'ckeditor5/src/core';import{getTranslation as _0x3b228d}from'../utils/common-translations';export default class At extends _0x310715{[_0x1ebb('0x12')](){if(!this['editor']['plugins'][_0x1ebb('0x13')](_0x1ebb('0xd')))return;const _0x1d4243=this['editor']['config'][_0x1ebb('0x1')](_0x1ebb('0x5')),_0x507836=this['editor'][_0x1ebb('0x30')]['get'](_0x1ebb('0xb'));_0x1d4243['styles']&&_0x507836[_0x1ebb('0x10')](_0x1ebb('0x2'),this[_0x1ebb('0x19')][_0x1ebb('0x2b')](this)),_0x1d4243['reversed']&&_0x507836[_0x1ebb('0x10')](_0x1ebb('0x1b'),this[_0x1ebb('0x22')][_0x1ebb('0x2b')](this)),_0x1d4243[_0x1ebb('0x17')]&&_0x507836['enableCommand'](_0x1ebb('0x2e'),this[_0x1ebb('0x11')][_0x1ebb('0x2b')](this)),_0x507836['_descriptionFactory']['registerDescriptionCallback'](this[_0x1ebb('0x1e')][_0x1ebb('0x2b')](this));}['handleListStyleCommand'](_0x42c3b5,_0x342c11={}){const _0x57a79a=this['editor'][_0x1ebb('0x30')][_0x1ebb('0x1')](_0x1ebb('0xb')),_0x8cc52c=this['_getSuggestionBlocksForListStyle']();this['editor'][_0x1ebb('0x6')][_0x1ebb('0xe')](()=>{_0x57a79a[_0x1ebb('0x32')](_0x8cc52c,{'commandName':_0x1ebb('0x2'),'commandParams':[{'type':_0x342c11[_0x1ebb('0x29')]}],'formatGroupId':_0x1ebb('0x2')});});}[_0x1ebb('0x22')](_0x420eda,_0x31f1ef={}){const _0x42886a=this['editor'][_0x1ebb('0x30')][_0x1ebb('0x1')](_0x1ebb('0xb')),_0x22752e=this[_0x1ebb('0x2a')][_0x1ebb('0x30')]['get'](_0x1ebb('0x23')),_0x240d04=this[_0x1ebb('0x18')](_0x3a2bc7=>_0x22752e[_0x1ebb('0x0')](_0x3a2bc7)&&'numbered'===_0x3a2bc7[_0x1ebb('0x25')](_0x1ebb('0x21')));null!==_0x240d04&&this['editor'][_0x1ebb('0x6')][_0x1ebb('0xe')](()=>{_0x42886a[_0x1ebb('0x32')](_0x240d04,{'commandName':_0x1ebb('0x1b'),'commandParams':[{'reversed':_0x31f1ef[_0x1ebb('0x1a')]}],'formatGroupId':'listReversed'});});}[_0x1ebb('0x11')](_0x45b0bd,_0x11e333={}){const _0x335b0d=this[_0x1ebb('0x2a')][_0x1ebb('0x30')][_0x1ebb('0x1')]('TrackChangesEditing'),_0x12d1fa=this[_0x1ebb('0x2a')][_0x1ebb('0x30')][_0x1ebb('0x1')]('DocumentListUtils'),_0x42eac0=this[_0x1ebb('0x18')](_0x121a8a=>_0x12d1fa[_0x1ebb('0x0')](_0x121a8a)&&_0x1ebb('0x15')===_0x121a8a['getAttribute'](_0x1ebb('0x21')));null!==_0x42eac0&&this[_0x1ebb('0x2a')]['model'][_0x1ebb('0xe')](()=>{_0x335b0d['markMultiRangeBlockFormat'](_0x42eac0,{'commandName':_0x1ebb('0x2e'),'commandParams':[{'startIndex':_0x11e333['startIndex']}],'formatGroupId':'listStart'});});}[_0x1ebb('0x1e')](_0x293fcf){const _0x175cd7=this[_0x1ebb('0x2a')][_0x1ebb('0x31')],{data:_0x449a10}=_0x293fcf;if(!_0x449a10)return;let _0x524532,_0x53b32e;switch(_0x449a10[_0x1ebb('0xa')]){case _0x1ebb('0x2'):_0x524532=_0x1ebb('0x7'),_0x53b32e={'type':_0x1ebb('0x28'),'content':_0x3b228d(_0x175cd7,_0x524532,_0x3b228d(_0x175cd7,this[_0x1ebb('0x2f')](_0x449a10[_0x1ebb('0x2c')][0x0]['type'])))};break;case _0x1ebb('0x1b'):_0x524532=_0x449a10[_0x1ebb('0x2c')][0x0][_0x1ebb('0x1a')]?_0x1ebb('0x1d'):'*Format:*\x20set\x20order\x20to\x20regular',_0x53b32e={'type':'format','content':_0x3b228d(_0x175cd7,_0x524532)};break;case _0x1ebb('0x2e'):_0x524532='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x53b32e={'type':'format','content':_0x3b228d(_0x175cd7,_0x524532,_0x449a10[_0x1ebb('0x2c')][0x0]['startIndex'])};}return _0x53b32e;}[_0x1ebb('0x4')](){const _0x3967c2=this[_0x1ebb('0x2a')][_0x1ebb('0x30')][_0x1ebb('0x1')](_0x1ebb('0x23'));let _0x5b7e38=Array[_0x1ebb('0x24')](this[_0x1ebb('0x2a')][_0x1ebb('0x6')]['document'][_0x1ebb('0x3')][_0x1ebb('0x14')]());return _0x5b7e38['push'](..._0x3967c2[_0x1ebb('0x9')](_0x5b7e38)),_0x5b7e38=[...new Set(_0x5b7e38)],_0x5b7e38;}[_0x1ebb('0x18')](_0xe5a21e){const _0x12bf9e=this[_0x1ebb('0x2a')][_0x1ebb('0x30')][_0x1ebb('0x1')](_0x1ebb('0x23'));let _0x4b416c=Array['from'](this['editor']['model'][_0x1ebb('0x26')][_0x1ebb('0x3')][_0x1ebb('0x14')]())[_0x1ebb('0x1f')](_0xe5a21e);if(!_0x4b416c['length'])return null;_0x4b416c=_0x12bf9e[_0x1ebb('0x9')](_0x4b416c);const _0x38bbae=[];for(const _0x35fee7 of _0x4b416c)_0x12bf9e[_0x1ebb('0x1c')](_0x35fee7)&&_0x38bbae[_0x1ebb('0x8')](_0x35fee7);return _0x38bbae;}[_0x1ebb('0x2f')](_0x2a4cca){return _0x1ebb('0x20')+this[_0x1ebb('0x2a')][_0x1ebb('0x30')][_0x1ebb('0x1')](_0x1ebb('0x2d'))[_0x1ebb('0x16')](_0x2a4cca)['toUpperCase']()+_0x1ebb('0xf')+_0x2a4cca[_0x1ebb('0xc')]()[_0x1ebb('0x27')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x503f=['model','selection','detach','markerName','createPositionAt','downcastDispatcher','data','end','unbindElementFromMarkerName','enterBlock','commands','remove','bind','markInsertion','addMarker:suggestion:insertion','showSuggestionHighlights','plugins','parent','document','ck-suggestion-marker-split','change','editor','createRange','get','split','getFirstRange','removeMarker:suggestion:insertion','fromRange','setSelection','high','enter','TrackChangesEditing','hasClass','mapper','nextSibling'];(function(_0x62ceb,_0x503fa9){const _0x324175=function(_0x426147){while(--_0x426147){_0x62ceb['push'](_0x62ceb['shift']());}};_0x324175(++_0x503fa9);}(_0x503f,0x65));const _0x3241=function(_0x62ceb,_0x503fa9){_0x62ceb=_0x62ceb-0x0;let _0x324175=_0x503f[_0x62ceb];return _0x324175;};import{Plugin as _0x2b711e}from'ckeditor5/src/core';import{Enter as _0x158d4f}from'ckeditor5/src/enter';import{LiveRange as _0x2121f9}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x2a0caa}from'./utils';export default class q extends _0x2b711e{static get['requires'](){return[_0x158d4f];}['init'](){const _0x461bad=this[_0x3241('0x19')],_0x536bc5=_0x461bad[_0x3241('0x14')][_0x3241('0x1b')](_0x3241('0x0')),_0x23262e=_0x461bad[_0x3241('0xe')][_0x3241('0x1b')](_0x3241('0x22'));_0x536bc5['enableCommand'](_0x3241('0x22'),()=>{_0x461bad['model'][_0x3241('0x18')](_0x365acc=>{const _0x485105=_0x461bad[_0x3241('0x4')][_0x3241('0x16')][_0x3241('0x5')],_0x4f5d6f=_0x485105['getFirstPosition'](),_0x37322d=_0x2121f9[_0x3241('0x1f')](_0x485105[_0x3241('0x1d')]());if(_0x23262e[_0x3241('0xd')](_0x365acc)){const _0x480d95=_0x461bad[_0x3241('0x4')][_0x3241('0x8')](_0x4f5d6f[_0x3241('0x15')][_0x3241('0x3')],0x0),_0x5772b7=_0x365acc[_0x3241('0x1a')](_0x4f5d6f,_0x480d95);_0x536bc5[_0x3241('0x11')](_0x5772b7);}else _0x365acc[_0x3241('0x20')](_0x365acc['createRange'](_0x37322d[_0x3241('0xb')]));_0x37322d[_0x3241('0x6')](),_0x23262e['fire']('afterExecute',{'writer':_0x365acc});});}),_0x461bad['editing'][_0x3241('0x9')]['on'](_0x3241('0x12'),_0x2a0caa(_0x461bad,_0x3241('0x1c')),{'priority':_0x3241('0x21')}),_0x461bad['editing'][_0x3241('0x9')]['on'](_0x3241('0x1e'),(_0x17c73c,_0x344453,_0x50ad56)=>{const _0x3ac82a=_0x50ad56[_0x3241('0x2')]['markerNameToElements'](_0x344453[_0x3241('0x7')]);if(_0x3ac82a)for(const _0xbc0c65 of _0x3ac82a)_0xbc0c65[_0x3241('0x1')](_0x3241('0x17'))&&(_0x50ad56[_0x3241('0x2')][_0x3241('0xc')](_0xbc0c65,_0x344453[_0x3241('0x7')]),_0x50ad56['writer'][_0x3241('0xf')](_0xbc0c65));},{'priority':_0x3241('0x21')}),_0x461bad[_0x3241('0xa')]['downcastDispatcher']['on'](_0x3241('0x12'),(_0x467ff0,_0xc5cb71,_0x178dfb)=>{_0x178dfb['options'][_0x3241('0x13')]&&_0x2a0caa(_0x461bad,_0x3241('0x1c'),{'showActiveMarker':!0x1})[_0x3241('0x10')](this)(_0x467ff0,_0xc5cb71,_0x178dfb);},{'priority':'high'});}}
23
+ const _0x3d01=['markerName','enterBlock','editing','mapper','editor','fire','enter','plugins','get','data','requires','nextSibling','fromRange','commands','hasClass','high','ck-suggestion-marker-split','markInsertion','split','end','enableCommand','document','unbindElementFromMarkerName','TrackChangesEditing','model','createRange','removeMarker:suggestion:insertion','detach','afterExecute','markerNameToElements','parent','downcastDispatcher'];(function(_0x100058,_0x3d01a2){const _0x39e7ab=function(_0x4c9b89){while(--_0x4c9b89){_0x100058['push'](_0x100058['shift']());}};_0x39e7ab(++_0x3d01a2);}(_0x3d01,0xa7));const _0x39e7=function(_0x100058,_0x3d01a2){_0x100058=_0x100058-0x0;let _0x39e7ab=_0x3d01[_0x100058];return _0x39e7ab;};import{Plugin as _0x4e7d62}from'ckeditor5/src/core';import{Enter as _0x470f42}from'ckeditor5/src/enter';import{LiveRange as _0x26af91}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x51df4a}from'./utils';export default class q extends _0x4e7d62{static get[_0x39e7('0x3')](){return[_0x470f42];}['init'](){const _0x227613=this[_0x39e7('0x1d')],_0x4aae6f=_0x227613[_0x39e7('0x0')][_0x39e7('0x1')](_0x39e7('0x10')),_0x11f32f=_0x227613[_0x39e7('0x6')][_0x39e7('0x1')](_0x39e7('0x1f'));_0x4aae6f[_0x39e7('0xd')](_0x39e7('0x1f'),()=>{_0x227613[_0x39e7('0x11')]['change'](_0x1d5040=>{const _0x4acb8=_0x227613['model'][_0x39e7('0xe')]['selection'],_0x149419=_0x4acb8['getFirstPosition'](),_0x52d17e=_0x26af91[_0x39e7('0x5')](_0x4acb8['getFirstRange']());if(_0x11f32f[_0x39e7('0x1a')](_0x1d5040)){const _0x2fa806=_0x227613[_0x39e7('0x11')]['createPositionAt'](_0x149419[_0x39e7('0x17')][_0x39e7('0x4')],0x0),_0x5e8517=_0x1d5040['createRange'](_0x149419,_0x2fa806);_0x4aae6f[_0x39e7('0xa')](_0x5e8517);}else _0x1d5040['setSelection'](_0x1d5040[_0x39e7('0x12')](_0x52d17e[_0x39e7('0xc')]));_0x52d17e[_0x39e7('0x14')](),_0x11f32f[_0x39e7('0x1e')](_0x39e7('0x15'),{'writer':_0x1d5040});});}),_0x227613[_0x39e7('0x1b')]['downcastDispatcher']['on']('addMarker:suggestion:insertion',_0x51df4a(_0x227613,_0x39e7('0xb')),{'priority':_0x39e7('0x8')}),_0x227613['editing'][_0x39e7('0x18')]['on'](_0x39e7('0x13'),(_0x5da032,_0x49e45d,_0x27a9cf)=>{const _0x3d3b06=_0x27a9cf[_0x39e7('0x1c')][_0x39e7('0x16')](_0x49e45d['markerName']);if(_0x3d3b06)for(const _0x26585a of _0x3d3b06)_0x26585a[_0x39e7('0x7')](_0x39e7('0x9'))&&(_0x27a9cf[_0x39e7('0x1c')][_0x39e7('0xf')](_0x26585a,_0x49e45d[_0x39e7('0x19')]),_0x27a9cf['writer']['remove'](_0x26585a));},{'priority':'high'}),_0x227613[_0x39e7('0x2')][_0x39e7('0x18')]['on']('addMarker:suggestion:insertion',(_0x556a2b,_0x57ddfb,_0x2d6e5c)=>{_0x2d6e5c['options']['showSuggestionHighlights']&&_0x51df4a(_0x227613,_0x39e7('0xb'),{'showActiveMarker':!0x1})['bind'](this)(_0x556a2b,_0x57ddfb,_0x2d6e5c);},{'priority':_0x39e7('0x8')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x235b=['editor','start','FindAndReplaceUtils','createRange','TrackChangesEditing','getIntersection','suggestion:deletion','_isInDeletionRange','markers','model','replaceAll','end','string','filter','handleFindCommand','enableCommand','item','afterInit','bind','findPrevious','getRange','get','getMarkersGroup','plugins','createPositionAt','findByTextCallback'];(function(_0x54a0ea,_0x235b2){const _0x3a0a9c=function(_0x267238){while(--_0x267238){_0x54a0ea['push'](_0x54a0ea['shift']());}};_0x3a0a9c(++_0x235b2);}(_0x235b,0x1c7));const _0x3a0a=function(_0x54a0ea,_0x235b2){_0x54a0ea=_0x54a0ea-0x0;let _0x3a0a9c=_0x235b[_0x54a0ea];return _0x3a0a9c;};import{Plugin as _0x418119}from'ckeditor5/src/core';export default class z extends _0x418119{[_0x3a0a('0x4')](){if(!this[_0x3a0a('0xd')][_0x3a0a('0xa')]['has']('FindAndReplaceEditing'))return;const _0x4fca48=this[_0x3a0a('0xd')][_0x3a0a('0xa')]['get'](_0x3a0a('0x11'));_0x4fca48[_0x3a0a('0x2')]('find',this[_0x3a0a('0x1')][_0x3a0a('0x5')](this)),_0x4fca48['enableCommand']('findNext'),_0x4fca48['enableCommand'](_0x3a0a('0x6')),_0x4fca48['enableCommand']('replace'),_0x4fca48[_0x3a0a('0x2')](_0x3a0a('0x17'));}[_0x3a0a('0x1')](_0x11cf91,_0x34be90,_0x3cd2b0={}){const _0x1a712e=this[_0x3a0a('0xd')][_0x3a0a('0xa')][_0x3a0a('0x8')](_0x3a0a('0xf'));void 0x0!==_0x3cd2b0&&_0x11cf91(_0x384ddb=>(_0x3a0a('0x19')==typeof _0x34be90?_0x1a712e[_0x3a0a('0xc')](_0x34be90,_0x3cd2b0):_0x34be90)(_0x384ddb)[_0x3a0a('0x0')](_0x49c7cb=>!0x1===this[_0x3a0a('0x14')](_0x49c7cb,_0x384ddb[_0x3a0a('0x3')])),_0x3cd2b0);}[_0x3a0a('0x14')](_0x398c84,_0x3b961c){const _0x5e9886=this[_0x3a0a('0xd')][_0x3a0a('0x16')][_0x3a0a('0x10')](this['editor']['model'][_0x3a0a('0xb')](_0x3b961c,_0x398c84[_0x3a0a('0xe')]),this[_0x3a0a('0xd')][_0x3a0a('0x16')]['createPositionAt'](_0x3b961c,_0x398c84[_0x3a0a('0x18')]));for(const _0x42a085 of this[_0x3a0a('0xd')]['model'][_0x3a0a('0x15')][_0x3a0a('0x9')](_0x3a0a('0x13')))if(null!==_0x5e9886[_0x3a0a('0x12')](_0x42a085[_0x3a0a('0x7')]()))return!0x0;return!0x1;}}
23
+ const _0x3dc6=['markers','filter','model','replace','getRange','find','editor','enableCommand','findByTextCallback','end','get','_isInDeletionRange','FindAndReplaceEditing','plugins','getIntersection','item','afterInit','handleFindCommand','suggestion:deletion','findNext'];(function(_0x5a9beb,_0x3dc6d9){const _0x547024=function(_0x251e68){while(--_0x251e68){_0x5a9beb['push'](_0x5a9beb['shift']());}};_0x547024(++_0x3dc6d9);}(_0x3dc6,0x1e0));const _0x5470=function(_0x5a9beb,_0x3dc6d9){_0x5a9beb=_0x5a9beb-0x0;let _0x547024=_0x3dc6[_0x5a9beb];return _0x547024;};import{Plugin as _0x221bba}from'ckeditor5/src/core';export default class z extends _0x221bba{[_0x5470('0x10')](){if(!this[_0x5470('0x6')][_0x5470('0xd')]['has'](_0x5470('0xc')))return;const _0xbb3cb4=this['editor']['plugins'][_0x5470('0xa')]('TrackChangesEditing');_0xbb3cb4['enableCommand'](_0x5470('0x5'),this[_0x5470('0x11')]['bind'](this)),_0xbb3cb4['enableCommand'](_0x5470('0x13')),_0xbb3cb4['enableCommand']('findPrevious'),_0xbb3cb4[_0x5470('0x7')](_0x5470('0x3')),_0xbb3cb4[_0x5470('0x7')]('replaceAll');}[_0x5470('0x11')](_0x5cc99f,_0x804e18,_0x181969={}){const _0x3d78dd=this[_0x5470('0x6')][_0x5470('0xd')]['get']('FindAndReplaceUtils');void 0x0!==_0x181969&&_0x5cc99f(_0x5af7f1=>('string'==typeof _0x804e18?_0x3d78dd[_0x5470('0x8')](_0x804e18,_0x181969):_0x804e18)(_0x5af7f1)[_0x5470('0x1')](_0x2793f5=>!0x1===this[_0x5470('0xb')](_0x2793f5,_0x5af7f1[_0x5470('0xf')])),_0x181969);}[_0x5470('0xb')](_0x33e167,_0x51b484){const _0x5613b3=this['editor'][_0x5470('0x2')]['createRange'](this[_0x5470('0x6')][_0x5470('0x2')]['createPositionAt'](_0x51b484,_0x33e167['start']),this[_0x5470('0x6')][_0x5470('0x2')]['createPositionAt'](_0x51b484,_0x33e167[_0x5470('0x9')]));for(const _0x5c0629 of this[_0x5470('0x6')][_0x5470('0x2')][_0x5470('0x0')]['getMarkersGroup'](_0x5470('0x12')))if(null!==_0x5613b3[_0x5470('0xe')](_0x5c0629[_0x5470('0x4')]()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x14ff=['change','title','toLowerCase','find','FontSize','fontFamily','fontBackgroundColor.colors','fontColor','commandParams','*Set\x20font\x20background\x20color:*\x20%0','FontColorEditing','trim','format','locale','config','normalizeSizeOptions','commandName','fontColor.colors','editor','_enableCommand','afterInit','plugins','markInlineFormat','TrackChangesEditing','fontBackgroundColor','getRanges','get','*Reset\x20font\x20background\x20color*','from','value','selection','*Reset\x20font\x20color*','*Reset\x20font\x20size*','model','FontBackgroundColorEditing','isCollapsed','label','*Set\x20font\x20family:*\x20%0'];(function(_0x140b21,_0x14ffb0){const _0x3ae507=function(_0x21487f){while(--_0x21487f){_0x140b21['push'](_0x140b21['shift']());}};_0x3ae507(++_0x14ffb0);}(_0x14ff,0xb8));const _0x3ae5=function(_0x140b21,_0x14ffb0){_0x140b21=_0x140b21-0x0;let _0x3ae507=_0x14ff[_0x140b21];return _0x3ae507;};import{Plugin as _0x37eca0}from'ckeditor5/src/core';import{normalizeColorOptions as _0x440cbc}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x414a41}from'./utils';import{getTranslation as _0x265536}from'../utils/common-translations';const eo=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':_0x3ae5('0xb')},{'pluginName':_0x3ae5('0x10'),'commandName':'fontColor'},{'pluginName':_0x3ae5('0x2'),'commandName':'fontBackgroundColor'}];export default class H extends _0x37eca0{[_0x3ae5('0x1a')](){const _0x47790d=this[_0x3ae5('0x18')][_0x3ae5('0x13')];for(const {pluginName:_0x5443e4,commandName:_0x29dd93}of eo)this[_0x3ae5('0x18')][_0x3ae5('0x1b')]['has'](_0x5443e4)&&this[_0x3ae5('0x19')](_0x29dd93);this[_0x3ae5('0x18')][_0x3ae5('0x1b')]['get'](_0x3ae5('0x1d'))['_descriptionFactory']['registerDescriptionCallback'](_0x2358d9=>{const _0x466b28=_0x47790d['t'],{data:_0x10034e}=_0x2358d9;if(null!=_0x10034e){if('fontSize'==_0x10034e[_0x3ae5('0x16')]){const _0xe3698c=_0x10034e[_0x3ae5('0xe')][0x0]['value'];if(_0xe3698c){const _0x1bb453=_0x466b28(this['editor'][_0x3ae5('0x1b')][_0x3ae5('0x20')](_0x3ae5('0xa'))[_0x3ae5('0x15')](this[_0x3ae5('0x18')][_0x3ae5('0x14')]['get']('fontSize.options'))[_0x3ae5('0x9')](_0x5117a2=>_0x5117a2[_0x3ae5('0x1')]==_0xe3698c)[_0x3ae5('0x7')])[_0x3ae5('0x8')]();return{'type':'format','content':_0x265536(_0x47790d,'*Set\x20font\x20size:*\x20%0',_0x1bb453)};}return{'type':_0x3ae5('0x12'),'content':_0x265536(_0x47790d,_0x3ae5('0x0'))};}if(_0x3ae5('0xb')==_0x10034e[_0x3ae5('0x16')]){const _0x4d5eb3=_0x10034e['commandParams'][0x0][_0x3ae5('0x23')];return _0x4d5eb3?{'type':'format','content':_0x265536(_0x47790d,_0x3ae5('0x5'),_0x4d5eb3)}:{'type':_0x3ae5('0x12'),'content':_0x265536(_0x47790d,'*Reset\x20font\x20family*')};}if(_0x3ae5('0xd')==_0x10034e[_0x3ae5('0x16')]){const _0x4102c5=_0x10034e[_0x3ae5('0xe')][0x0]['value'];if(_0x4102c5){const _0x323b29=_0x440cbc(this[_0x3ae5('0x18')][_0x3ae5('0x14')]['get'](_0x3ae5('0x17')))['find'](_0x4dd261=>_0x4dd261['model']==_0x4102c5);let _0x11ac16=_0x4102c5,_0x424313='';return _0x323b29&&(_0x11ac16=_0x323b29[_0x3ae5('0x4')],_0x424313=_0x466b28(_0x11ac16)[_0x3ae5('0x8')]()),{'type':_0x3ae5('0x12'),'content':_0x265536(_0x47790d,'*Set\x20font\x20color:*\x20%0',_0x424313)[_0x3ae5('0x11')](),'color':{'value':_0x4102c5,'title':_0x424313||_0x11ac16}};}return{'type':_0x3ae5('0x12'),'content':_0x265536(_0x47790d,_0x3ae5('0x25'))};}if(_0x3ae5('0x1e')==_0x10034e[_0x3ae5('0x16')]){const _0x944004=_0x10034e['commandParams'][0x0]['value'];if(_0x944004){const _0x12ef9d=_0x440cbc(this[_0x3ae5('0x18')][_0x3ae5('0x14')]['get'](_0x3ae5('0xc')))['find'](_0x166311=>_0x166311['model']==_0x944004);let _0x4066e3=_0x944004,_0x555346='';return _0x12ef9d&&(_0x4066e3=_0x12ef9d[_0x3ae5('0x4')],_0x555346=_0x466b28(_0x4066e3)['toLowerCase']()),{'type':'format','content':_0x265536(_0x47790d,_0x3ae5('0xf'),_0x555346)[_0x3ae5('0x11')](),'color':{'value':_0x944004,'title':_0x555346||_0x4066e3}};}return{'type':_0x3ae5('0x12'),'content':_0x265536(_0x47790d,_0x3ae5('0x21'))};}}});}[_0x3ae5('0x19')](_0x479370){const _0x3564a6=this['editor'];_0x3564a6[_0x3ae5('0x1b')]['get']('TrackChangesEditing')['enableCommand'](_0x479370,(_0x4db3e4,_0xabd74e={})=>{const _0x6f02fe=_0x3564a6[_0x3ae5('0x1')]['document'][_0x3ae5('0x24')],_0x1e4c2b=_0xabd74e[_0x3ae5('0x23')];_0x6f02fe[_0x3ae5('0x3')]?_0x4db3e4(_0xabd74e):_0x3564a6[_0x3ae5('0x1')][_0x3ae5('0x6')](()=>{const _0x5b2f0a=Array[_0x3ae5('0x22')](_0x6f02fe[_0x3ae5('0x1f')]());for(const _0xebdcc9 of _0x5b2f0a){const _0x4c0a0a=_0x1e4c2b?[_0xebdcc9]:_0x414a41(_0x479370,_0xebdcc9,_0x3564a6[_0x3ae5('0x1')]);for(const _0x232d24 of _0x4c0a0a)_0x3564a6[_0x3ae5('0x1b')][_0x3ae5('0x20')](_0x3ae5('0x1d'))[_0x3ae5('0x1c')](_0x232d24,{'commandName':_0x479370,'commandParams':[{'value':_0x1e4c2b}]});}});});}}
23
+ const _0x3ca5=['normalizeSizeOptions','commandParams','*Set\x20font\x20background\x20color:*\x20%0','editor','afterInit','toLowerCase','fontSize','*Set\x20font\x20color:*\x20%0','markInlineFormat','fontBackgroundColor','*Reset\x20font\x20color*','plugins','*Reset\x20font\x20background\x20color*','has','FontColorEditing','FontSizeEditing','commandName','selection','locale','model','fontColor','*Set\x20font\x20family:*\x20%0','registerDescriptionCallback','config','label','enableCommand','format','find','*Reset\x20font\x20family*','fontFamily','value','fontBackgroundColor.colors','fontColor.colors','FontSize','FontFamilyEditing','change','get','TrackChangesEditing','_enableCommand','*Set\x20font\x20size:*\x20%0','fontSize.options','getRanges'];(function(_0x399c2f,_0x3ca599){const _0x402c02=function(_0x23181d){while(--_0x23181d){_0x399c2f['push'](_0x399c2f['shift']());}};_0x402c02(++_0x3ca599);}(_0x3ca5,0x156));const _0x402c=function(_0x399c2f,_0x3ca599){_0x399c2f=_0x399c2f-0x0;let _0x402c02=_0x3ca5[_0x399c2f];return _0x402c02;};import{Plugin as _0x11f56b}from'ckeditor5/src/core';import{normalizeColorOptions as _0x658ef5}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x45e374}from'./utils';import{getTranslation as _0x31288e}from'../utils/common-translations';const eo=[{'pluginName':_0x402c('0x9'),'commandName':'fontSize'},{'pluginName':_0x402c('0x1c'),'commandName':_0x402c('0x17')},{'pluginName':_0x402c('0x8'),'commandName':_0x402c('0xe')},{'pluginName':'FontBackgroundColorEditing','commandName':_0x402c('0x3')}];export default class H extends _0x11f56b{[_0x402c('0x28')](){const _0x293567=this[_0x402c('0x27')][_0x402c('0xc')];for(const {pluginName:_0x173f28,commandName:_0x3f21f0}of eo)this[_0x402c('0x27')]['plugins'][_0x402c('0x7')](_0x173f28)&&this[_0x402c('0x20')](_0x3f21f0);this[_0x402c('0x27')][_0x402c('0x5')][_0x402c('0x1e')]('TrackChangesEditing')['_descriptionFactory'][_0x402c('0x10')](_0x317c9e=>{const _0x252357=_0x293567['t'],{data:_0x500a02}=_0x317c9e;if(null!=_0x500a02){if(_0x402c('0x0')==_0x500a02[_0x402c('0xa')]){const _0x104e43=_0x500a02['commandParams'][0x0]['value'];if(_0x104e43){const _0x5e3f9b=_0x252357(this[_0x402c('0x27')]['plugins']['get'](_0x402c('0x1b'))[_0x402c('0x24')](this[_0x402c('0x27')][_0x402c('0x11')][_0x402c('0x1e')](_0x402c('0x22')))[_0x402c('0x15')](_0x3de750=>_0x3de750[_0x402c('0xd')]==_0x104e43)['title'])[_0x402c('0x29')]();return{'type':_0x402c('0x14'),'content':_0x31288e(_0x293567,_0x402c('0x21'),_0x5e3f9b)};}return{'type':_0x402c('0x14'),'content':_0x31288e(_0x293567,'*Reset\x20font\x20size*')};}if(_0x402c('0x17')==_0x500a02['commandName']){const _0x32821b=_0x500a02[_0x402c('0x25')][0x0]['value'];return _0x32821b?{'type':_0x402c('0x14'),'content':_0x31288e(_0x293567,_0x402c('0xf'),_0x32821b)}:{'type':'format','content':_0x31288e(_0x293567,_0x402c('0x16'))};}if(_0x402c('0xe')==_0x500a02[_0x402c('0xa')]){const _0x4c8b38=_0x500a02[_0x402c('0x25')][0x0][_0x402c('0x18')];if(_0x4c8b38){const _0x59ea84=_0x658ef5(this['editor'][_0x402c('0x11')][_0x402c('0x1e')](_0x402c('0x1a')))[_0x402c('0x15')](_0x5d443d=>_0x5d443d[_0x402c('0xd')]==_0x4c8b38);let _0x2f85fa=_0x4c8b38,_0x2354b9='';return _0x59ea84&&(_0x2f85fa=_0x59ea84['label'],_0x2354b9=_0x252357(_0x2f85fa)[_0x402c('0x29')]()),{'type':_0x402c('0x14'),'content':_0x31288e(_0x293567,_0x402c('0x1'),_0x2354b9)['trim'](),'color':{'value':_0x4c8b38,'title':_0x2354b9||_0x2f85fa}};}return{'type':_0x402c('0x14'),'content':_0x31288e(_0x293567,_0x402c('0x4'))};}if(_0x402c('0x3')==_0x500a02[_0x402c('0xa')]){const _0x4310e2=_0x500a02[_0x402c('0x25')][0x0][_0x402c('0x18')];if(_0x4310e2){const _0x40b75f=_0x658ef5(this[_0x402c('0x27')][_0x402c('0x11')][_0x402c('0x1e')](_0x402c('0x19')))[_0x402c('0x15')](_0x1cba7d=>_0x1cba7d['model']==_0x4310e2);let _0x54187e=_0x4310e2,_0x56503c='';return _0x40b75f&&(_0x54187e=_0x40b75f[_0x402c('0x12')],_0x56503c=_0x252357(_0x54187e)[_0x402c('0x29')]()),{'type':_0x402c('0x14'),'content':_0x31288e(_0x293567,_0x402c('0x26'),_0x56503c)['trim'](),'color':{'value':_0x4310e2,'title':_0x56503c||_0x54187e}};}return{'type':_0x402c('0x14'),'content':_0x31288e(_0x293567,_0x402c('0x6'))};}}});}[_0x402c('0x20')](_0x5a6643){const _0x28c458=this[_0x402c('0x27')];_0x28c458['plugins']['get'](_0x402c('0x1f'))[_0x402c('0x13')](_0x5a6643,(_0x3ad93b,_0x251336={})=>{const _0xfc2175=_0x28c458[_0x402c('0xd')]['document'][_0x402c('0xb')],_0x1d529e=_0x251336[_0x402c('0x18')];_0xfc2175['isCollapsed']?_0x3ad93b(_0x251336):_0x28c458[_0x402c('0xd')][_0x402c('0x1d')](()=>{const _0x4a4b17=Array['from'](_0xfc2175[_0x402c('0x23')]());for(const _0x587051 of _0x4a4b17){const _0x36039f=_0x1d529e?[_0x587051]:_0x45e374(_0x5a6643,_0x587051,_0x28c458[_0x402c('0xd')]);for(const _0x5d8771 of _0x36039f)_0x28c458[_0x402c('0x5')][_0x402c('0x1e')]('TrackChangesEditing')[_0x402c('0x2')](_0x5d8771,{'commandName':_0x5a6643,'commandParams':[{'value':_0x1d529e}]});}});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e44=['slice','isFormatting','createRange','entries','editor','title','schema','*Remove\x20all\x20formatting*','model','selection','*Set\x20format\x20to:*\x20%0','getRanges','fontColor.colors','split','config','boolean','getAttributes','from','length','_descriptionFactory','get','backward','enableCommand','commands','fontBackgroundColor','isCollapsed','getLastPosition','fontSize.options','forward','getFirstPosition','fontColor','locale','pasteFormat','charAt','plugins','TrackChangesEditing','label','find','modifySelection','normalizeSizeOptions','join','getItems','markInlineFormat','getSelectedBlocks','format','getAttributeProperties','isBlock','copyFormat','toLowerCase'];(function(_0x5c33e6,_0x4e4475){const _0x4855e1=function(_0x4d9d19){while(--_0x4d9d19){_0x5c33e6['push'](_0x5c33e6['shift']());}};_0x4855e1(++_0x4e4475);}(_0x4e44,0x1e7));const _0x4855=function(_0x5c33e6,_0x4e4475){_0x5c33e6=_0x5c33e6-0x0;let _0x4855e1=_0x4e44[_0x5c33e6];return _0x4855e1;};import{Plugin as _0x3c423f}from'ckeditor5/src/core';import{normalizeColorOptions as _0x475600}from'ckeditor5/src/ui';import{first as _0x7128fb}from'ckeditor5/src/utils';import{getTranslation as _0x32dd1e}from'../utils/common-translations';export default class W extends _0x3c423f{['afterInit'](){const _0x31e6d0=this[_0x4855('0x7')],_0x11a81e=_0x31e6d0[_0x4855('0xb')],_0x4d0789=_0x11a81e['document'][_0x4855('0xc')],_0x2f1994=_0x31e6d0['plugins'][_0x4855('0x17')]('TrackChangesEditing'),_0x3f832d=_0x31e6d0[_0x4855('0x22')],_0x3d9c5a=_0x31e6d0['commands'][_0x4855('0x17')](_0x4855('0x1')),_0x1a6652=_0x31e6d0[_0x4855('0x1a')][_0x4855('0x17')](_0x4855('0x23'));_0x3d9c5a&&_0x1a6652&&(_0x2f1994[_0x4855('0x19')](_0x4855('0x23'),(_0x2e58b8,_0x4b1aed={})=>{const _0x404f1d=_0x4b1aed;_0x11a81e['change'](()=>{const _0x192548=Array[_0x4855('0x14')](_0x4d0789['getRanges']()),_0x1701ae=_0x4d0789[_0x4855('0x1c')]?[co(_0x11a81e,_0x4d0789)]:_0x192548,_0x497f53=!!_0x7128fb(function*(_0x14d370,_0x180f7d){const _0x5a6020=_0x3b9ad1=>!!_0x7128fb(function*(_0x19bc1f,_0x2223e0){for(const [_0x51e40e]of _0x19bc1f[_0x4855('0x13')]()){const _0x143c79=_0x2223e0[_0x4855('0x30')](_0x51e40e);_0x143c79&&_0x143c79[_0x4855('0x4')]&&(yield _0x51e40e);}}(_0x3b9ad1,_0x180f7d));for(const _0x406342 of _0x14d370[_0x4855('0xe')]())for(const _0x3dbead of _0x406342[_0x4855('0x2c')]())!_0x180f7d[_0x4855('0x0')](_0x3dbead)&&_0x5a6020(_0x3dbead)&&(yield _0x3dbead);for(const _0x245da2 of _0x14d370[_0x4855('0x2e')]())_0x5a6020(_0x245da2)&&(yield _0x245da2);_0x5a6020(_0x14d370)&&(yield _0x14d370);}(_0x4d0789,_0x11a81e[_0x4855('0x9')]));if(_0x497f53||0x0!==Object['keys'](_0x404f1d)[_0x4855('0x15')])for(const _0x4a464b of _0x1701ae)_0x2f1994[_0x4855('0x2d')](_0x4a464b,{'commandName':_0x4855('0x23'),'commandParams':[_0x404f1d]});});}),_0x2f1994[_0x4855('0x16')]['registerDescriptionCallback'](_0x18f68f=>{const {data:_0xfe8aa4}=_0x18f68f;if(_0xfe8aa4&&'pasteFormat'===_0xfe8aa4['commandName']){const _0x13c067=[],_0x1eb35e=_0xfe8aa4['commandParams'][0x0];for(const [_0x29851f,_0x57465d]of Object[_0x4855('0x6')](_0x1eb35e))_0x13c067['push'](io(_0x31e6d0,_0x29851f,_0x57465d));return _0x13c067['length']?{'type':'format','content':_0x32dd1e(_0x3f832d,_0x4855('0xd'),_0x13c067[_0x4855('0x2b')](',\x20'))}:{'type':_0x4855('0x2f'),'content':_0x32dd1e(_0x3f832d,_0x4855('0xa'))};}}),_0x31e6d0['plugins'][_0x4855('0x17')](_0x4855('0x26'))['enableCommand'](_0x4855('0x1')));}}function co(_0x821738,_0x155145){const _0x5e19ba=_0x821738['createSelection'](_0x155145);_0x821738[_0x4855('0x29')](_0x5e19ba,{'unit':'word','direction':_0x4855('0x18')});const _0x39f82a=_0x5e19ba[_0x4855('0x20')]();_0x821738[_0x4855('0x29')](_0x5e19ba,{'unit':'word','direction':_0x4855('0x1f')});const _0x41d0c7=_0x5e19ba[_0x4855('0x1d')]();return _0x821738[_0x4855('0x5')](_0x39f82a,_0x41d0c7);}function io(_0x5df605,_0x537036,_0x1bf24d){const _0x1ddbd2=_0x5df605[_0x4855('0x22')]['t'],_0x41dc65=_0x537036[_0x4855('0x10')](/(?=[A-Z])/)[_0x4855('0x2b')]('\x20'),_0x59105c=_0x1ddbd2(_0x41dc65[_0x4855('0x24')](0x0)['toUpperCase']()+_0x41dc65[_0x4855('0x3')](0x1))[_0x4855('0x2')]();if(_0x4855('0x12')==typeof _0x1bf24d)return _0x59105c;if(_0x4855('0x21')===_0x537036||_0x4855('0x1b')===_0x537036){const _0x16f60c=_0x475600(_0x5df605[_0x4855('0x11')]['get'](_0x4855('0xf')))[_0x4855('0x28')](_0x17508e=>_0x17508e[_0x4855('0xb')]==_0x1bf24d);return _0x59105c+'\x20('+(_0x16f60c?_0x1ddbd2(_0x16f60c[_0x4855('0x27')])[_0x4855('0x2')]():_0x1bf24d)+')';}if('fontSize'===_0x537036&&isNaN(parseFloat(_0x1bf24d))){const _0x10585e=_0x5df605[_0x4855('0x25')][_0x4855('0x17')]('FontSize')[_0x4855('0x2a')](_0x5df605['config'][_0x4855('0x17')](_0x4855('0x1e')))[_0x4855('0x28')](_0x2f0699=>_0x2f0699['model']==_0x1bf24d);return _0x59105c+'\x20('+(_0x10585e?_0x1ddbd2(_0x10585e[_0x4855('0x8')])[_0x4855('0x2')]():_0x1bf24d)+')';}return _0x59105c+'\x20('+_0x1bf24d+')';}
23
+ const _0x25cc=['isBlock','locale','forward','charAt','fontColor','format','toLowerCase','config','document','createSelection','getAttributes','createRange','push','isFormatting','*Set\x20format\x20to:*\x20%0','pasteFormat','getFirstPosition','enableCommand','join','title','commands','copyFormat','getAttributeProperties','getItems','normalizeSizeOptions','get','modifySelection','find','toUpperCase','length','TrackChangesEditing','getRanges','schema','label','commandParams','fontBackgroundColor','getSelectedBlocks','fontSize.options','slice','change','word','_descriptionFactory','backward','plugins','getLastPosition','*Remove\x20all\x20formatting*','model','editor','split'];(function(_0x241b63,_0x25ccab){const _0x248ff9=function(_0x50c4bd){while(--_0x50c4bd){_0x241b63['push'](_0x241b63['shift']());}};_0x248ff9(++_0x25ccab);}(_0x25cc,0xfb));const _0x248f=function(_0x241b63,_0x25ccab){_0x241b63=_0x241b63-0x0;let _0x248ff9=_0x25cc[_0x241b63];return _0x248ff9;};import{Plugin as _0x222480}from'ckeditor5/src/core';import{normalizeColorOptions as _0x296fcc}from'ckeditor5/src/ui';import{first as _0x2bd38b}from'ckeditor5/src/utils';import{getTranslation as _0x3f71ff}from'../utils/common-translations';export default class W extends _0x222480{['afterInit'](){const _0x13dc07=this[_0x248f('0x29')],_0x3b5fd3=_0x13dc07[_0x248f('0x28')],_0x21ad75=_0x3b5fd3[_0x248f('0x2')]['selection'],_0x564c45=_0x13dc07[_0x248f('0x25')]['get'](_0x248f('0x18')),_0x398952=_0x13dc07[_0x248f('0x2c')],_0x3357ce=_0x13dc07[_0x248f('0xe')][_0x248f('0x13')](_0x248f('0xf')),_0x1e7c0b=_0x13dc07[_0x248f('0xe')][_0x248f('0x13')](_0x248f('0x9'));_0x3357ce&&_0x1e7c0b&&(_0x564c45[_0x248f('0xb')](_0x248f('0x9'),(_0x2dc473,_0x319bcd={})=>{const _0x1ef667=_0x319bcd;_0x3b5fd3[_0x248f('0x21')](()=>{const _0x23104e=Array['from'](_0x21ad75['getRanges']()),_0xd7f6f7=_0x21ad75['isCollapsed']?[co(_0x3b5fd3,_0x21ad75)]:_0x23104e,_0x1c00da=!!_0x2bd38b(function*(_0x3eb095,_0x5c69e7){const _0x1dd4f5=_0x94597d=>!!_0x2bd38b(function*(_0x1af6bd,_0x5c155c){for(const [_0x3aa906]of _0x1af6bd[_0x248f('0x4')]()){const _0x7ac6a4=_0x5c155c[_0x248f('0x10')](_0x3aa906);_0x7ac6a4&&_0x7ac6a4[_0x248f('0x7')]&&(yield _0x3aa906);}}(_0x94597d,_0x5c69e7));for(const _0x4517e4 of _0x3eb095[_0x248f('0x19')]())for(const _0x43223e of _0x4517e4[_0x248f('0x11')]())!_0x5c69e7[_0x248f('0x2b')](_0x43223e)&&_0x1dd4f5(_0x43223e)&&(yield _0x43223e);for(const _0x225403 of _0x3eb095[_0x248f('0x1e')]())_0x1dd4f5(_0x225403)&&(yield _0x225403);_0x1dd4f5(_0x3eb095)&&(yield _0x3eb095);}(_0x21ad75,_0x3b5fd3[_0x248f('0x1a')]));if(_0x1c00da||0x0!==Object['keys'](_0x1ef667)[_0x248f('0x17')])for(const _0x5ab27e of _0xd7f6f7)_0x564c45['markInlineFormat'](_0x5ab27e,{'commandName':_0x248f('0x9'),'commandParams':[_0x1ef667]});});}),_0x564c45[_0x248f('0x23')]['registerDescriptionCallback'](_0xbdaa6f=>{const {data:_0x398acf}=_0xbdaa6f;if(_0x398acf&&_0x248f('0x9')===_0x398acf['commandName']){const _0x2f2a48=[],_0x191d0a=_0x398acf[_0x248f('0x1c')][0x0];for(const [_0x5f494b,_0x4982be]of Object['entries'](_0x191d0a))_0x2f2a48[_0x248f('0x6')](io(_0x13dc07,_0x5f494b,_0x4982be));return _0x2f2a48[_0x248f('0x17')]?{'type':_0x248f('0x30'),'content':_0x3f71ff(_0x398952,_0x248f('0x8'),_0x2f2a48[_0x248f('0xc')](',\x20'))}:{'type':'format','content':_0x3f71ff(_0x398952,_0x248f('0x27'))};}}),_0x13dc07[_0x248f('0x25')]['get']('TrackChangesEditing')[_0x248f('0xb')](_0x248f('0xf')));}}function co(_0x1a2865,_0x2af08c){const _0x10b923=_0x1a2865[_0x248f('0x3')](_0x2af08c);_0x1a2865[_0x248f('0x14')](_0x10b923,{'unit':_0x248f('0x22'),'direction':_0x248f('0x24')});const _0x15c83c=_0x10b923[_0x248f('0xa')]();_0x1a2865['modifySelection'](_0x10b923,{'unit':_0x248f('0x22'),'direction':_0x248f('0x2d')});const _0x354170=_0x10b923[_0x248f('0x26')]();return _0x1a2865[_0x248f('0x5')](_0x15c83c,_0x354170);}function io(_0x170fc4,_0x2edb43,_0x13f9ac){const _0x1edf0b=_0x170fc4[_0x248f('0x2c')]['t'],_0x410c86=_0x2edb43[_0x248f('0x2a')](/(?=[A-Z])/)[_0x248f('0xc')]('\x20'),_0x181918=_0x1edf0b(_0x410c86[_0x248f('0x2e')](0x0)[_0x248f('0x16')]()+_0x410c86[_0x248f('0x20')](0x1))['toLowerCase']();if('boolean'==typeof _0x13f9ac)return _0x181918;if(_0x248f('0x2f')===_0x2edb43||_0x248f('0x1d')===_0x2edb43){const _0x1e17f0=_0x296fcc(_0x170fc4[_0x248f('0x1')]['get']('fontColor.colors'))[_0x248f('0x15')](_0x976b00=>_0x976b00[_0x248f('0x28')]==_0x13f9ac);return _0x181918+'\x20('+(_0x1e17f0?_0x1edf0b(_0x1e17f0[_0x248f('0x1b')])[_0x248f('0x0')]():_0x13f9ac)+')';}if('fontSize'===_0x2edb43&&isNaN(parseFloat(_0x13f9ac))){const _0x6e47bf=_0x170fc4[_0x248f('0x25')][_0x248f('0x13')]('FontSize')[_0x248f('0x12')](_0x170fc4['config']['get'](_0x248f('0x1f')))['find'](_0x84a261=>_0x84a261[_0x248f('0x28')]==_0x13f9ac);return _0x181918+'\x20('+(_0x6e47bf?_0x1edf0b(_0x6e47bf[_0x248f('0xd')])[_0x248f('0x0')]():_0x13f9ac)+')';}return _0x181918+'\x20('+_0x13f9ac+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5d8e=['heading.options','ELEMENT_HEADING_CUSTOM','blockName','checkChild','model','value','markBlockFormat','plugins','*Change\x20to:*\x20%0','HeadingEditing','match','enableCommand','ELEMENT_HEADING','title','name','from','heading','commandName','get','registerDescriptionCallback','_descriptionFactory','has','document','formatBlock','schema','locale','filter','parent','isObject','editor'];(function(_0x1e29e8,_0x5d8e8b){const _0x125809=function(_0x5ca0bd){while(--_0x5ca0bd){_0x1e29e8['push'](_0x1e29e8['shift']());}};_0x125809(++_0x5d8e8b);}(_0x5d8e,0xe2));const _0x1258=function(_0x1e29e8,_0x5d8e8b){_0x1e29e8=_0x1e29e8-0x0;let _0x125809=_0x5d8e[_0x1e29e8];return _0x125809;};import{Plugin as _0xf6900e}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x4b75b4}from'./utils';import{getTranslation as _0x3c12ea}from'../utils/common-translations';export default class J extends _0xf6900e{['afterInit'](){const _0x5ee920=this[_0x1258('0xd')],_0x45d3cc=_0x5ee920[_0x1258('0x9')],_0x28d9ca=_0x5ee920['config'][_0x1258('0x2')](_0x1258('0xe'));if(!_0x5ee920[_0x1258('0x15')][_0x1258('0x5')](_0x1258('0x17')))return;const _0x560890=_0x5ee920['plugins'][_0x1258('0x2')]('TrackChangesEditing');_0x560890[_0x1258('0x19')](_0x1258('0x0'),(_0x806e6d,_0x3733f7)=>{const _0x16a055=_0x3733f7[_0x1258('0x13')],_0x24e5d2=Array[_0x1258('0x1d')](this[_0x1258('0xd')][_0x1258('0x12')][_0x1258('0x6')]['selection']['getSelectedBlocks']())[_0x1258('0xa')](_0x4a7602=>function(_0x252313,_0x480c01,_0x56c1a9){return _0x56c1a9[_0x1258('0x11')](_0x252313[_0x1258('0xb')],_0x480c01)&&!_0x56c1a9[_0x1258('0xc')](_0x252313)&&_0x252313[_0x1258('0x1c')]!=_0x480c01;}(_0x4a7602,_0x16a055,this[_0x1258('0xd')][_0x1258('0x12')][_0x1258('0x8')]));_0x5ee920[_0x1258('0x12')]['change'](()=>{for(const _0x2f679d of _0x24e5d2)_0x560890[_0x1258('0x14')](_0x2f679d,{'commandName':_0x1258('0x0'),'commandParams':[_0x3733f7],'formatGroupId':_0x1258('0x10')},_0x4b75b4(_0x2f679d));});});for(const _0x576565 of _0x28d9ca)'paragraph'!=_0x576565[_0x1258('0x12')]&&_0x560890[_0x1258('0x4')]['registerElementLabel'](_0x576565[_0x1258('0x12')],_0x5cf506=>{const _0x5af55e=nn(_0x576565['model']);return null!==_0x5af55e?_0x193717(_0x5cf506,_0x5af55e):_0x8cc785(_0x5cf506,_0x576565[_0x1258('0x1b')]);});function _0x193717(_0x4ab24f,_0x2ed7cf){return _0x3c12ea(_0x45d3cc,_0x1258('0x1a'),[_0x4ab24f,_0x2ed7cf]);}function _0x8cc785(_0x2e6877,_0x47f330){return _0x3c12ea(_0x45d3cc,_0x1258('0xf'),[_0x2e6877,_0x47f330]);}_0x560890[_0x1258('0x4')][_0x1258('0x3')](_0x53911e=>{const {type:_0x27dc3e,data:_0x5d6a16}=_0x53911e;if(_0x1258('0x7')==_0x27dc3e&&_0x5d6a16&&'heading'==_0x5d6a16[_0x1258('0x1')]){const _0x4419b0=_0x5d6a16['commandParams'][0x0][_0x1258('0x13')],_0x5ba1cb=nn(_0x4419b0);if(null!==_0x5ba1cb)return{'type':'format','content':_0x3c12ea(_0x45d3cc,'*Change\x20to:*\x20%0',_0x193717(0x1,_0x5ba1cb))};const _0x22e1c4=_0x28d9ca['find'](_0x2a1286=>_0x2a1286['model']===_0x4419b0)[_0x1258('0x1b')];return{'type':'format','content':_0x3c12ea(_0x45d3cc,_0x1258('0x16'),_0x8cc785(0x1,_0x22e1c4))};}});}}function nn(_0x2fab96){const _0x389b8f=_0x2fab96[_0x1258('0x18')](/^heading(\d+)$/);return _0x389b8f?_0x389b8f[0x1]:null;}
23
+ const _0x47fd=['config','from','registerDescriptionCallback','commandName','locale','formatBlock','plugins','ELEMENT_HEADING_CUSTOM','find','*Change\x20to:*\x20%0','get','has','title','model','enableCommand','_descriptionFactory','format','heading','commandParams','parent','paragraph','checkChild','editor','afterInit','HeadingEditing','registerElementLabel','filter','value'];(function(_0x3a6d5e,_0x47fd9b){const _0x206f05=function(_0x1826f0){while(--_0x1826f0){_0x3a6d5e['push'](_0x3a6d5e['shift']());}};_0x206f05(++_0x47fd9b);}(_0x47fd,0x159));const _0x206f=function(_0x3a6d5e,_0x47fd9b){_0x3a6d5e=_0x3a6d5e-0x0;let _0x206f05=_0x47fd[_0x3a6d5e];return _0x206f05;};import{Plugin as _0x2cfd15}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x3919e2}from'./utils';import{getTranslation as _0x3b665a}from'../utils/common-translations';export default class J extends _0x2cfd15{[_0x206f('0xe')](){const _0x5087fd=this[_0x206f('0xd')],_0x529e50=_0x5087fd[_0x206f('0x17')],_0x3473c4=_0x5087fd[_0x206f('0x13')][_0x206f('0x1')]('heading.options');if(!_0x5087fd['plugins'][_0x206f('0x2')](_0x206f('0xf')))return;const _0x3b900b=_0x5087fd[_0x206f('0x19')][_0x206f('0x1')]('TrackChangesEditing');_0x3b900b[_0x206f('0x5')](_0x206f('0x8'),(_0x32f5f5,_0x15d92d)=>{const _0x31b5c1=_0x15d92d['value'],_0x530f9f=Array[_0x206f('0x14')](this[_0x206f('0xd')][_0x206f('0x4')]['document']['selection']['getSelectedBlocks']())[_0x206f('0x11')](_0x297344=>function(_0x4d90e9,_0x4d0b18,_0x1994d3){return _0x1994d3[_0x206f('0xc')](_0x4d90e9[_0x206f('0xa')],_0x4d0b18)&&!_0x1994d3['isObject'](_0x4d90e9)&&_0x4d90e9['name']!=_0x4d0b18;}(_0x297344,_0x31b5c1,this[_0x206f('0xd')][_0x206f('0x4')]['schema']));_0x5087fd['model']['change'](()=>{for(const _0x3e97cc of _0x530f9f)_0x3b900b['markBlockFormat'](_0x3e97cc,{'commandName':_0x206f('0x8'),'commandParams':[_0x15d92d],'formatGroupId':'blockName'},_0x3919e2(_0x3e97cc));});});for(const _0x494b4f of _0x3473c4)_0x206f('0xb')!=_0x494b4f[_0x206f('0x4')]&&_0x3b900b[_0x206f('0x6')][_0x206f('0x10')](_0x494b4f[_0x206f('0x4')],_0x32d105=>{const _0xc19ceb=nn(_0x494b4f[_0x206f('0x4')]);return null!==_0xc19ceb?_0x224cd8(_0x32d105,_0xc19ceb):_0x4dbc82(_0x32d105,_0x494b4f[_0x206f('0x3')]);});function _0x224cd8(_0x4c4b2f,_0x538829){return _0x3b665a(_0x529e50,'ELEMENT_HEADING',[_0x4c4b2f,_0x538829]);}function _0x4dbc82(_0x572a43,_0x560de3){return _0x3b665a(_0x529e50,_0x206f('0x1a'),[_0x572a43,_0x560de3]);}_0x3b900b[_0x206f('0x6')][_0x206f('0x15')](_0x238a5d=>{const {type:_0x56b72b,data:_0x52e62e}=_0x238a5d;if(_0x206f('0x18')==_0x56b72b&&_0x52e62e&&_0x206f('0x8')==_0x52e62e[_0x206f('0x16')]){const _0x39f7ec=_0x52e62e[_0x206f('0x9')][0x0][_0x206f('0x12')],_0x116ab0=nn(_0x39f7ec);if(null!==_0x116ab0)return{'type':_0x206f('0x7'),'content':_0x3b665a(_0x529e50,_0x206f('0x0'),_0x224cd8(0x1,_0x116ab0))};const _0x5b785a=_0x3473c4[_0x206f('0x1b')](_0x106a6c=>_0x106a6c['model']===_0x39f7ec)[_0x206f('0x3')];return{'type':'format','content':_0x3b665a(_0x529e50,'*Change\x20to:*\x20%0',_0x4dbc82(0x1,_0x5b785a))};}});}}function nn(_0x2012d5){const _0x4ad7a1=_0x2012d5['match'](/^heading(\d+)$/);return _0x4ad7a1?_0x4ad7a1[0x1]:null;}