@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230829.0 → 0.0.0-nightly-20230831.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 (113) 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.d.ts +29 -1
  107. package/src/trackchangesediting.js +1 -1
  108. package/src/trackchangesui.js +1 -1
  109. package/src/ui/suggestioncontroller.js +1 -1
  110. package/src/ui/view/basesuggestionthreadview.js +1 -1
  111. package/src/ui/view/suggestionthreadview.js +1 -1
  112. package/src/utils/common-translations.js +1 -1
  113. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x310a=['TrackChangesEditing','registerDescriptionCallback','change','has','format','StrikethroughEditing','superscript','subscript','FORMAT_STRIKETHROUGH','get','selection','FORMAT_CODE','plugins','FORMAT_UNDERLINE','*Format:*\x20%0','ItalicEditing','CodeEditing','model','getRanges','FORMAT_SUPERSCRIPT','from','commandParams','italic','afterInit','isCollapsed','FORMAT_BOLD','code','bold','enableCommand','forceValue','toLowerCase','strikethrough','slice','editor','UnderlineEditing','SuperscriptEditing','SubscriptEditing','commands','_descriptionFactory'];(function(_0x4d081c,_0x310a9f){const _0x2d92aa=function(_0x10847f){while(--_0x10847f){_0x4d081c['push'](_0x4d081c['shift']());}};_0x2d92aa(++_0x310a9f);}(_0x310a,0x1a7));const _0x2d92=function(_0x4d081c,_0x310a9f){_0x4d081c=_0x4d081c-0x0;let _0x2d92aa=_0x310a[_0x4d081c];return _0x2d92aa;};import{Plugin as _0x4b53b0}from'ckeditor5/src/core';import{getTranslation as _0x17379d}from'../utils/common-translations';import{getRangesWithAttribute as _0x234d62}from'./utils';const Kt=['BoldEditing',_0x2d92('0x15'),_0x2d92('0x1'),_0x2d92('0x16'),_0x2d92('0xb'),_0x2d92('0x3'),_0x2d92('0x2')];export default class U extends _0x4b53b0{[_0x2d92('0x1d')](){const _0x37b597=this[_0x2d92('0x0')],_0x2c18dc=_0x37b597[_0x2d92('0x17')],_0xcb52dd=_0x37b597[_0x2d92('0x12')]['get'](_0x2d92('0x6')),_0x4ec3f9=_0x37b597['locale'];for(const _0x44cace of Kt){if(!_0x37b597[_0x2d92('0x12')][_0x2d92('0x9')](_0x44cace))continue;const _0x12d6e4=_0x44cace[_0x2d92('0x26')](0x0,-0x7)[_0x2d92('0x24')](),_0x3eb741=_0x37b597[_0x2d92('0x4')][_0x2d92('0xf')](_0x12d6e4);_0xcb52dd[_0x2d92('0x22')](_0x12d6e4,(_0x50d80e,_0x417dba={})=>{const _0x1bdd08=_0x2c18dc['document'][_0x2d92('0x10')];if(_0x1bdd08[_0x2d92('0x1e')])return void _0x50d80e(_0x417dba);const _0x29db32=void 0x0!==_0x417dba[_0x2d92('0x23')]?_0x417dba[_0x2d92('0x23')]:!_0x3eb741['value'];_0x2c18dc[_0x2d92('0x8')](()=>{const _0x27cdd3=Array[_0x2d92('0x1a')](_0x1bdd08[_0x2d92('0x18')]());for(const _0x1a3dda of _0x27cdd3){const _0x10a2f5=_0x29db32?[_0x1a3dda]:_0x234d62(_0x12d6e4,_0x1a3dda,_0x2c18dc);for(const _0x305a9b of _0x10a2f5)_0xcb52dd['markInlineFormat'](_0x305a9b,{'commandName':_0x12d6e4,'commandParams':[{'forceValue':_0x29db32}]});}});});}function _0x443771(_0x4adf57,_0x4e7461){_0xcb52dd[_0x2d92('0x5')][_0x2d92('0x7')](_0x3a4f9e=>{const {data:_0x52adcd}=_0x3a4f9e;if(_0x52adcd&&_0x52adcd['commandName']===_0x4adf57)return _0x52adcd[_0x2d92('0x1b')][0x0][_0x2d92('0x23')]?{'type':_0x2d92('0xa'),'content':_0x17379d(_0x4ec3f9,_0x2d92('0x14'),_0x4e7461)}:{'type':_0x2d92('0xa'),'content':_0x17379d(_0x4ec3f9,'*Remove\x20format:*\x20%0',_0x4e7461)};});}_0x443771(_0x2d92('0x21'),_0x17379d(_0x4ec3f9,_0x2d92('0x1f'))),_0x443771(_0x2d92('0x1c'),_0x17379d(_0x4ec3f9,'FORMAT_ITALIC')),_0x443771('underline',_0x17379d(_0x4ec3f9,_0x2d92('0x13'))),_0x443771(_0x2d92('0x20'),_0x17379d(_0x4ec3f9,_0x2d92('0x11'))),_0x443771(_0x2d92('0x25'),_0x17379d(_0x4ec3f9,_0x2d92('0xe'))),_0x443771(_0x2d92('0xd'),_0x17379d(_0x4ec3f9,'FORMAT_SUBSCRIPT')),_0x443771(_0x2d92('0xc'),_0x17379d(_0x4ec3f9,_0x2d92('0x19')));}}
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 _0xcddd=['from','ELEMENT_BLOCK_QUOTE','forceValue','afterInit','format','locale','filter','_descriptionFactory','editor','enableCommand','plugins','parent','commandName','BlockQuoteEditing','model','checkChild','change','*Remove\x20format:*\x20%0','markBlockFormat','blockQuote','document','value','name','schema','commands','get','$root','commandParams'];(function(_0x1ccb89,_0xcddd79){const _0x2a0b5a=function(_0x51f281){while(--_0x51f281){_0x1ccb89['push'](_0x1ccb89['shift']());}};_0x2a0b5a(++_0xcddd79);}(_0xcddd,0xdd));const _0x2a0b=function(_0x1ccb89,_0xcddd79){_0x1ccb89=_0x1ccb89-0x0;let _0x2a0b5a=_0xcddd[_0x1ccb89];return _0x2a0b5a;};import{Plugin as _0x543769}from'ckeditor5/src/core';import{getTranslation as _0xe6d217}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x478fa6}from'../utils/utils';export default class j extends _0x543769{[_0x2a0b('0x6')](){const _0x2e0002=this[_0x2a0b('0xb')],_0x2e5ce7=_0x2e0002[_0x2a0b('0x8')];if(!_0x2e0002[_0x2a0b('0xd')]['has'](_0x2a0b('0x10')))return;const _0x2cf576=_0x2e0002[_0x2a0b('0xd')][_0x2a0b('0x0')]('TrackChangesEditing'),_0xedd0d8=this[_0x2a0b('0xb')][_0x2a0b('0x1b')][_0x2a0b('0x0')](_0x2a0b('0x16'));_0x2cf576[_0x2a0b('0xc')]('blockQuote',(_0x40a88f,_0x553d22={})=>{const _0x151dc3=this[_0x2a0b('0xb')]['model'][_0x2a0b('0x17')]['selection'],_0x194366=_0x553d22&&void 0x0!==_0x553d22[_0x2a0b('0x5')]?_0x553d22[_0x2a0b('0x5')]:!_0xedd0d8[_0x2a0b('0x18')];let _0x480222=[];if(_0x194366){const _0x4d67f6=Array[_0x2a0b('0x3')](_0x151dc3['getSelectedBlocks']())[_0x2a0b('0x9')](_0x285c51=>Xt(_0x285c51)||function(_0x256e1e,_0x7c2e8c){const _0x3dbbba=_0x7c2e8c['checkChild'](_0x256e1e[_0x2a0b('0xe')],_0x2a0b('0x16')),_0x225b71=_0x7c2e8c[_0x2a0b('0x12')]([_0x2a0b('0x1'),_0x2a0b('0x16')],_0x256e1e);return _0x3dbbba&&_0x225b71;}(_0x285c51,this[_0x2a0b('0xb')][_0x2a0b('0x11')][_0x2a0b('0x1a')]));_0x480222=_0x478fa6(_0x4d67f6,_0x2e0002[_0x2a0b('0x11')]);}else{const _0x4093a2=Array[_0x2a0b('0x3')](_0x151dc3['getSelectedBlocks']())[_0x2a0b('0x9')](_0x202add=>Xt(_0x202add));_0x480222=_0x478fa6(_0x4093a2,_0x2e0002['model']);}_0x2e0002['model'][_0x2a0b('0x13')](()=>{for(const _0x4f9010 of _0x480222)_0x2cf576[_0x2a0b('0x15')](_0x4f9010,{'commandName':_0x2a0b('0x16'),'commandParams':[{'forceValue':_0x194366}]});});}),_0x2cf576[_0x2a0b('0xa')]['registerDescriptionCallback'](_0x45fa14=>{const {data:_0x4ac7c9}=_0x45fa14;if(_0x4ac7c9&&_0x2a0b('0x16')==_0x4ac7c9[_0x2a0b('0xf')]){const _0x3edf2c=_0xe6d217(_0x2e5ce7,_0x2a0b('0x4'));return _0x4ac7c9[_0x2a0b('0x2')][0x0][_0x2a0b('0x5')]?{'type':_0x2a0b('0x7'),'content':_0xe6d217(_0x2e5ce7,'*Format:*\x20%0',_0x3edf2c)}:{'type':_0x2a0b('0x7'),'content':_0xe6d217(_0x2e5ce7,_0x2a0b('0x14'),_0x3edf2c)};}});}}function Xt(_0x3fa70b){return _0x2a0b('0x16')==_0x3fa70b['parent'][_0x2a0b('0x19')];}
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 _0x4de1=['get','ckbox','editor','afterInit','commands'];(function(_0x4e7e48,_0x4de10c){const _0x15571a=function(_0x2e301e){while(--_0x2e301e){_0x4e7e48['push'](_0x4e7e48['shift']());}};_0x15571a(++_0x4de10c);}(_0x4de1,0x1ae));const _0x1557=function(_0x4e7e48,_0x4de10c){_0x4e7e48=_0x4e7e48-0x0;let _0x15571a=_0x4de1[_0x4e7e48];return _0x15571a;};import{Plugin as _0x409ff1}from'ckeditor5/src/core';export default class E extends _0x409ff1{[_0x1557('0x3')](){const _0x48785a=this[_0x1557('0x2')];_0x48785a[_0x1557('0x4')][_0x1557('0x0')](_0x1557('0x1'))&&_0x48785a['plugins'][_0x1557('0x0')]('TrackChangesEditing')['enableCommand'](_0x1557('0x1'));}}
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 _0x4ed0=['*Format:*\x20%0','from','getSelectedBlocks','config','isLimit','enableCommand','*Remove\x20format:*\x20%0','get','schema','find','value','commands','ELEMENT_CODE_BLOCK','language','CodeBlock','_descriptionFactory','filter','formatBlock','checkChild','commandParams','forceValue','codeBlock','document','blockName','registerElementLabel','editor','plugins','afterInit','commandName','model','outdentCodeBlock','locale','TrackChangesEditing','languages','registerDescriptionCallback','has','format','indentCodeBlock','markBlockFormat'];(function(_0x12f015,_0x4ed0f3){const _0x5f57a5=function(_0x15abd3){while(--_0x15abd3){_0x12f015['push'](_0x12f015['shift']());}};_0x5f57a5(++_0x4ed0f3);}(_0x4ed0,0xb3));const _0x5f57=function(_0x12f015,_0x4ed0f3){_0x12f015=_0x12f015-0x0;let _0x5f57a5=_0x4ed0[_0x12f015];return _0x5f57a5;};import{Plugin as _0x46d262}from'ckeditor5/src/core';import{getTranslation as _0x3d4618}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x43b4cb}from'../utils/utils';export default class O extends _0x46d262{[_0x5f57('0x4')](){const _0x38c82d=this[_0x5f57('0x2')];if(!_0x38c82d[_0x5f57('0x3')][_0x5f57('0xc')](_0x5f57('0x1e')))return;const _0x4dda47=_0x38c82d[_0x5f57('0x3')]['get'](_0x5f57('0x9')),_0x310a14=_0x38c82d[_0x5f57('0x8')],_0xe3bcfa=_0x38c82d[_0x5f57('0x13')][_0x5f57('0x17')](_0x5f57('0x25'))[_0x5f57('0xa')],_0x2f53d3=_0x38c82d[_0x5f57('0x1b')][_0x5f57('0x17')](_0x5f57('0x25'));_0x4dda47[_0x5f57('0x15')](_0x5f57('0xe')),_0x4dda47[_0x5f57('0x15')](_0x5f57('0x7')),_0x4dda47[_0x5f57('0x15')](_0x5f57('0x25'),(_0x5f04a9,_0xac6ac9={})=>{const _0x2c703b=_0x38c82d[_0x5f57('0x6')],_0x2393ef=_0x38c82d[_0x5f57('0x6')][_0x5f57('0x26')]['selection'],_0x1b2b1c=_0xac6ac9&&void 0x0!==_0xac6ac9['forceValue']?_0xac6ac9[_0x5f57('0x24')]:!_0x2f53d3[_0x5f57('0x1a')];let _0x12779a;_0xac6ac9['language']||(_0xac6ac9[_0x5f57('0x1d')]=_0xe3bcfa[0x0][_0x5f57('0x1d')]),_0x12779a=_0x1b2b1c?Array[_0x5f57('0x11')](_0x2393ef['getSelectedBlocks']())[_0x5f57('0x20')](_0x276c65=>oo(_0x276c65)||function(_0x39adba,_0x22cb04){if(_0x39adba['is']('rootElement')||_0x22cb04[_0x5f57('0x14')](_0x39adba))return!0x1;return _0x22cb04[_0x5f57('0x22')](_0x39adba['parent'],_0x5f57('0x25'));}(_0x276c65,_0x2c703b[_0x5f57('0x18')])):Array[_0x5f57('0x11')](_0x2393ef[_0x5f57('0x12')]())[_0x5f57('0x20')](_0x3c15e3=>oo(_0x3c15e3));const _0x17edfb=_0x43b4cb(_0x12779a,_0x2c703b);_0x2c703b['change'](()=>{for(const _0x58f783 of _0x17edfb)_0x4dda47[_0x5f57('0xf')](_0x58f783,{'commandName':_0x5f57('0x25'),'commandParams':[{..._0xac6ac9,'forceValue':_0x1b2b1c}],'formatGroupId':_0x5f57('0x0')});});}),(_0x4dda47['_descriptionFactory'][_0x5f57('0x1')]('codeBlock',_0x3cd6c5=>_0x3d4618(_0x310a14,'ELEMENT_CODE_BLOCK',_0x3cd6c5)),_0x4dda47[_0x5f57('0x1f')][_0x5f57('0xb')](_0x35dd11=>{const _0x50cfb7=_0x310a14['t'],{type:_0xce7639,data:_0x5cfb52}=_0x35dd11;if(_0x5f57('0x21')==_0xce7639&&_0x5cfb52&&'codeBlock'==_0x5cfb52[_0x5f57('0x5')]){const _0x3b1c6f=_0x5cfb52[_0x5f57('0x23')][0x0][_0x5f57('0x1d')],_0x9b6ec5=_0x50cfb7(_0xe3bcfa[_0x5f57('0x19')](_0x115b1e=>_0x115b1e[_0x5f57('0x1d')]===_0x3b1c6f)['label']);return _0x5cfb52[_0x5f57('0x23')][0x0][_0x5f57('0x24')]?{'type':'format','content':_0x3d4618(_0x310a14,_0x5f57('0x10'),_0x3d4618(_0x310a14,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x9b6ec5+')')}:{'type':_0x5f57('0xd'),'content':_0x3d4618(_0x310a14,_0x5f57('0x16'),_0x3d4618(_0x310a14,_0x5f57('0x1c'),0x1))};}}));}}function oo(_0x1a5b7a){return _0x5f57('0x25')==_0x1a5b7a['name'];}
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 _0x1326=['enableCommand','TrackChangesEditing','addCommentThread','CommentsEditing','has','afterInit','editor','plugins'];(function(_0x284f0d,_0x1326c2){const _0x152fcc=function(_0x24d470){while(--_0x24d470){_0x284f0d['push'](_0x284f0d['shift']());}};_0x152fcc(++_0x1326c2);}(_0x1326,0x10d));const _0x152f=function(_0x284f0d,_0x1326c2){_0x284f0d=_0x284f0d-0x0;let _0x152fcc=_0x1326[_0x284f0d];return _0x152fcc;};import{Plugin as _0x187ab0}from'ckeditor5/src/core';export default class F extends _0x187ab0{[_0x152f('0x0')](){const _0x446f73=this[_0x152f('0x1')];if(!_0x446f73[_0x152f('0x2')][_0x152f('0x7')](_0x152f('0x6')))return;_0x446f73[_0x152f('0x2')]['get'](_0x152f('0x4'))[_0x152f('0x3')](_0x152f('0x5'));}}
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 _0x29df=['TrackChangesEditing','getFirstRange','remove','mapper','unbindElementFromMarkerName','addMarker:suggestion:deletion','document','model','markerNameToElements','init','editing','fromRange','end','createRange','unlock','selection','enableCommand','batch','showSuggestionHighlights','delete','modifySelection','forward','downcastDispatcher','merge','buffer','writer','data','removeMarker:suggestion:deletion','setSelection','$graveyard','unit','enqueueChange','high','markerName','plugins','root','deleteForward','requires','lock','start','commands','createSelection'];(function(_0x4bf4d6,_0x29dfe8){const _0x182f3b=function(_0x18f293){while(--_0x18f293){_0x4bf4d6['push'](_0x4bf4d6['shift']());}};_0x182f3b(++_0x29dfe8);}(_0x29df,0x1a3));const _0x182f=function(_0x4bf4d6,_0x29dfe8){_0x4bf4d6=_0x4bf4d6-0x0;let _0x182f3b=_0x29df[_0x4bf4d6];return _0x182f3b;};import{Plugin as _0x3fe8ec}from'ckeditor5/src/core';import{LiveRange as _0x2b1c4c}from'ckeditor5/src/engine';import{Delete as _0x2ccf39}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0xb56c8f}from'./utils';export default class G extends _0x3fe8ec{static get[_0x182f('0x26')](){return[_0x2ccf39];}[_0x182f('0xa')](){const _0x2b7530=this['editor'],_0x173a4e=_0x2b7530[_0x182f('0x23')]['get'](_0x182f('0x1'));_0x173a4e['enableCommand'](_0x182f('0x14'));const _0x3fa4c6=_0x2b7530[_0x182f('0x29')]['get'](_0x182f('0x25'));_0x173a4e[_0x182f('0x11')](_0x182f('0x25'),(_0x188f5e,_0x3ca551={})=>{const _0x4cc7e1=_0x2b7530['model'][_0x182f('0x0')](_0x2b7530[_0x182f('0x8')][_0x182f('0x7')][_0x182f('0x10')]);_0x4cc7e1['isCollapsed']&&_0x2b7530[_0x182f('0x8')][_0x182f('0x15')](_0x4cc7e1,{'direction':_0x182f('0x16'),'unit':_0x3ca551[_0x182f('0x1f')]});const _0x538dbf=_0x4cc7e1[_0x182f('0x2')](),_0xba1d98=_0x2b1c4c[_0x182f('0xc')](_0x538dbf);let _0x262b82;_0x188f5e(_0x3ca551),_0x262b82=_0x182f('0x1e')==_0xba1d98[_0x182f('0x24')]['rootName']?_0x2b7530['model']['createRange'](_0x538dbf['start']):_0x2b7530[_0x182f('0x8')][_0x182f('0xe')](_0xba1d98[_0x182f('0x28')],_0xba1d98[_0x182f('0xd')]),_0xba1d98['detach'](),_0x2b7530[_0x182f('0x8')][_0x182f('0x20')](_0x3fa4c6['buffer'][_0x182f('0x12')],_0x17fddb=>{_0x3fa4c6[_0x182f('0x19')][_0x182f('0x27')](),_0x17fddb[_0x182f('0x1d')](_0x17fddb[_0x182f('0xe')](_0x262b82[_0x182f('0xd')])),_0x3fa4c6['buffer'][_0x182f('0xf')]();});}),_0x2b7530[_0x182f('0xb')]['downcastDispatcher']['on'](_0x182f('0x6'),_0xb56c8f(_0x2b7530,'merge'),{'priority':_0x182f('0x21')}),_0x2b7530[_0x182f('0x1b')][_0x182f('0x17')]['on']('addMarker:suggestion:deletion',(_0xf65f6d,_0x1b75b1,_0x5b8ef1)=>{_0x5b8ef1['options'][_0x182f('0x13')]&&_0xb56c8f(_0x2b7530,_0x182f('0x18'),{'showActiveMarker':!0x1})['bind'](this)(_0xf65f6d,_0x1b75b1,_0x5b8ef1);},{'priority':_0x182f('0x21')}),_0x2b7530['editing'][_0x182f('0x17')]['on'](_0x182f('0x1c'),(_0x4dcdc1,_0x4a482c,_0x4c9075)=>{const _0x317bc8=_0x4c9075[_0x182f('0x4')][_0x182f('0x9')](_0x4a482c[_0x182f('0x22')]);if(_0x317bc8)for(const _0x112bc8 of _0x317bc8)_0x112bc8['is']('uiElement')&&(_0x4c9075[_0x182f('0x4')][_0x182f('0x5')](_0x112bc8,_0x4a482c[_0x182f('0x22')]),_0x4c9075[_0x182f('0x1a')][_0x182f('0x3')](_0x112bc8));},{'priority':_0x182f('0x21')});}}
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 _0x41fc=['*Change\x20to:*\x20%0','after','mergeListItemForward','ELEMENT_LIST_ITEM','splitListItemBefore','value','model','execute','parent','listIndent','map','registerCustomCallback','_descriptionFactory','has','format','deletion','slice','commandParams','expandListBlocksToCompleteList','*Format:*\x20remove\x20from\x20%0','createRange','createPositionAt','nextSibling','next','editor','hasAttribute','documentList','getFirstRange','numberedList','*Indent:*\x20%0','toUpperCase','*Merge:*\x20%0','*Outdent:*\x20%0','get','ELEMENT_BULLETED_LIST','schema','afterInit','selection','mergeListItemBackward','splitListItemAfter','DocumentListEditing','plugins','markMultiRangeBlockFormat','listType','add','getSelectedBlocks','containsItem','length','_LIST','from','before','listItemId','start','setSelection','indentList','isFirstBlockOfListItem','ELEMENT_','end','commands','change','locale','registerElementLabel','getAttribute','refresh','multipleBlocks','bulletedList','enableCommand','*Format:*\x20insert\x20into\x20%0','forceValue','push','accept','formatBlock','document','markBlockFormat','nodeAfter','detach','commandName','DocumentListUtils','isObject'];(function(_0x484425,_0x41fc3b){const _0x2ce2e7=function(_0x14fdfc){while(--_0x14fdfc){_0x484425['push'](_0x484425['shift']());}};_0x2ce2e7(++_0x41fc3b);}(_0x41fc,0x193));const _0x2ce2=function(_0x484425,_0x41fc3b){_0x484425=_0x484425-0x0;let _0x2ce2e7=_0x41fc[_0x484425];return _0x2ce2e7;};import{Plugin as _0x23a81d}from'ckeditor5/src/core';import{getTranslation as _0x39b779}from'../utils/common-translations';import{LiveRange as _0x50d1a7}from'ckeditor5/src/engine';export default class L extends _0x23a81d{[_0x2ce2('0x1c')](){const _0xc0a849=this[_0x2ce2('0x10')];if(!_0xc0a849[_0x2ce2('0x21')][_0x2ce2('0x5')](_0x2ce2('0x20')))return;const _0x5f1647=_0xc0a849[_0x2ce2('0x34')],_0x4ee244=_0xc0a849[_0x2ce2('0x21')][_0x2ce2('0x19')]('TrackChangesEditing'),_0x2256d5=_0xc0a849[_0x2ce2('0x21')]['get'](_0x2ce2('0x45'));function _0x40cd07(_0x22088d){return()=>{const _0x1d2ef5=_0xc0a849['commands'][_0x2ce2('0x19')](_0x22088d);let _0xe357d8=Array[_0x2ce2('0x29')](_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x40')][_0x2ce2('0x1d')]['getSelectedBlocks']());if(_0x51c109(_0x22088d)){_0xe357d8=_0x2256d5[_0x2ce2('0xa')](_0xe357d8);const _0x42236f=[];for(const _0x597c2d of _0xe357d8)_0x2256d5[_0x2ce2('0x2f')](_0x597c2d)&&_0x42236f[_0x2ce2('0x3d')](_0x597c2d);_0xe357d8=_0x42236f;}_0xc0a849['model'][_0x2ce2('0x33')](()=>{_0x4ee244[_0x2ce2('0x22')](_0xe357d8,{'commandName':_0x22088d,'commandParams':[{'forceValue':!_0x1d2ef5[_0x2ce2('0x4c')]}],'formatGroupId':_0x2ce2('0x23')},[],_0x2ce2('0x12'));});};}function _0x389494(_0x30e139){return()=>{const _0x3c1c29=function(_0x2e2b58){let _0x388481=Array[_0x2ce2('0x29')](_0x2e2b58);const _0x5cf485=_0x388481['findIndex'](_0x186845=>!_0x186845[_0x2ce2('0x11')](_0x2ce2('0x2b')));return _0x5cf485>-0x1&&(_0x388481=_0x388481[_0x2ce2('0x8')](0x0,_0x5cf485)),_0x388481;}(_0xc0a849['model'][_0x2ce2('0x40')]['selection'][_0x2ce2('0x25')]()),_0x3a0d3d=_0x3c1c29[_0x3c1c29[_0x2ce2('0x27')]-0x1],_0x30f152=_0xc0a849['model'][_0x2ce2('0x1b')][_0x2ce2('0x46')](_0x3a0d3d)?_0x2ce2('0x48'):_0x2ce2('0x31'),_0x4ba7d7=_0xc0a849['model'][_0x2ce2('0xc')](_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0x3c1c29[0x0],_0x2ce2('0x2a')),_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0x3a0d3d,_0x30f152));_0xc0a849['model'][_0x2ce2('0x33')](()=>{_0x4ee244[_0x2ce2('0x41')](_0x4ba7d7,{'commandName':_0x30e139,'commandParams':[],'formatGroupId':_0x2ce2('0x23')},function(_0x2b12a7){const _0x54319e=new Set();for(const _0x5a40e8 of _0x2b12a7){let _0x225e7c=_0x5a40e8[_0x2ce2('0xe')];for(;_0x225e7c&&_0x225e7c[_0x2ce2('0x36')](_0x2ce2('0x1'))>_0x5a40e8[_0x2ce2('0x36')](_0x2ce2('0x1'));)_0x54319e[_0x2ce2('0x24')](_0x225e7c),_0x225e7c=_0x225e7c[_0x2ce2('0xe')];}return Array['from'](_0x54319e);}(_0x3c1c29));});};}function _0x450ef0(_0x5f29cd){return()=>{const _0xd80fba=_0xc0a849['model'][_0x2ce2('0x40')][_0x2ce2('0x1d')][_0x2ce2('0x25')]()[_0x2ce2('0xf')]()['value'],_0x4ec0c9=_0xc0a849['model'][_0x2ce2('0xd')](_0xd80fba,_0x2ce2('0x2a')),_0x8b7ed7=_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0xd80fba,0x0),_0x559191=_0xc0a849[_0x2ce2('0x4d')]['createRange'](_0x4ec0c9,_0x8b7ed7);_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x33')](()=>{_0x4ee244[_0x2ce2('0x41')](_0x559191,{'commandName':_0x5f29cd,'commandParams':[],'formatGroupId':_0x2ce2('0x23')});});};}function _0x51c109(_0x33a599){const _0xad86f4=_0xc0a849[_0x2ce2('0x32')]['get']('bulletedList')['value'],_0x19b1f7=_0xc0a849['commands'][_0x2ce2('0x19')](_0x2ce2('0x14'))[_0x2ce2('0x4c')];return _0x2ce2('0x14')===_0x33a599?_0xad86f4:_0x19b1f7;}_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x14'),_0x40cd07(_0x2ce2('0x14'))),_0x4ee244['enableCommand'](_0x2ce2('0x39'),_0x40cd07(_0x2ce2('0x39'))),_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x2e'),_0x389494(_0x2ce2('0x2e'))),_0x4ee244[_0x2ce2('0x3a')]('outdentList',_0x389494('outdentList')),_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x1f'),_0x450ef0(_0x2ce2('0x1f'))),_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x4b'),_0x450ef0(_0x2ce2('0x4b'))),_0x4ee244[_0x2ce2('0x4')][_0x2ce2('0x35')](function(_0x46dd5b){const _0x5d955b=!_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x1b')][_0x2ce2('0x46')](_0x46dd5b),_0x14f24c=_0x46dd5b['previousSibling'],_0x23003c=_0x46dd5b[_0x2ce2('0xe')],_0x287557=_0x46dd5b[_0x2ce2('0x36')](_0x2ce2('0x2b')),_0x4a50c=!_0x14f24c||_0x14f24c[_0x2ce2('0x36')](_0x2ce2('0x2b'))!==_0x287557,_0xa15bd8=!_0x23003c||_0x23003c[_0x2ce2('0x36')](_0x2ce2('0x2b'))!==_0x287557;return _0x5d955b&&Boolean(_0x287557)&&_0x4a50c&&_0xa15bd8;},_0x405d58=>_0x39b779(_0x5f1647,_0x2ce2('0x4a'),_0x405d58)),_0x4ee244['_descriptionFactory']['registerDescriptionCallback'](function(_0x571efd){const {data:_0xe241a6}=_0x571efd;if(!_0xe241a6)return;let _0x480791,_0x5b8d7e,_0xcc4ab8,_0x13cd66;switch(_0xe241a6[_0x2ce2('0x44')]){case _0x2ce2('0x39'):_0xcc4ab8=_0xe241a6[_0x2ce2('0x9')][0x0][_0x2ce2('0x3c')],_0x13cd66=_0x51c109(_0xe241a6['commandName']),_0x480791=_0xcc4ab8?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',_0x13cd66&&(_0x480791=_0x2ce2('0x47')),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,_0x2ce2('0x1a')))};break;case _0x2ce2('0x14'):_0xcc4ab8=_0xe241a6[_0x2ce2('0x9')][0x0][_0x2ce2('0x3c')],_0x13cd66=_0x51c109(_0xe241a6[_0x2ce2('0x44')]),_0x480791=_0xcc4ab8?_0x2ce2('0x3b'):_0x2ce2('0xb'),_0x13cd66&&(_0x480791=_0x2ce2('0x47')),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,'ELEMENT_NUMBERED_LIST'))};break;case _0x2ce2('0x2e'):_0x480791=_0x2ce2('0x15'),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,_0x2ce2('0x4a')))};break;case'outdentList':_0x480791=function(_0x232f87){const _0x3611da=_0x232f87[_0x2ce2('0x13')]();let _0x508384=_0x3611da[_0x2ce2('0x2c')][_0x2ce2('0x42')];for(;_0x508384&&_0x3611da[_0x2ce2('0x26')](_0x508384);){if(_0x508384[_0x2ce2('0x36')](_0x2ce2('0x1'))>0x0)return!0x1;_0x508384=_0x508384[_0x2ce2('0xe')];}return!0x0;}(_0x571efd)?_0x39b779(_0x5f1647,_0x2ce2('0xb'),_0x39b779(_0x5f1647,function(_0x569d95){const _0x2d8762=_0x569d95[_0x2ce2('0x13')]()[_0x2ce2('0x2c')]['nodeAfter'];return _0x2ce2('0x30')+_0x2d8762[_0x2ce2('0x36')]('listType')[_0x2ce2('0x16')]()+_0x2ce2('0x28');}(_0x571efd))):_0x39b779(_0x5f1647,_0x2ce2('0x18'),_0x39b779(_0x5f1647,_0x2ce2('0x4a'))),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x480791};break;case _0x2ce2('0x1e'):case _0x2ce2('0x49'):!0x1===_0xe241a6[_0x2ce2('0x38')]&&(_0x480791=_0x2ce2('0x17'),_0x5b8d7e={'type':_0x2ce2('0x7'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,'ELEMENT_LIST_ITEM'))});}return _0x5b8d7e;}),_0x4ee244['_suggestionFactory'][_0x2ce2('0x3')](_0x2ce2('0x3f'),_0x2ce2('0x12'),_0x2ce2('0x3e'),function(_0x59ea87,_0x8551fc){const _0x587fcd=[];for(let _0x152d7a of _0x59ea87)_0x152d7a[_0x2ce2('0x2c')][_0x2ce2('0x42')]===_0x152d7a[_0x2ce2('0x31')][_0x2ce2('0x0')]&&(_0x152d7a=_0xc0a849['model'][_0x2ce2('0xc')](_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0x152d7a[_0x2ce2('0x2c')][_0x2ce2('0x42')],0x0))),_0x587fcd[_0x2ce2('0x3d')](_0x152d7a);_0xc0a849['model'][_0x2ce2('0x33')](_0x1f98dc=>{const _0x515884=_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x40')][_0x2ce2('0x1d')],_0x2a67c3=Array[_0x2ce2('0x29')](_0x515884['getRanges']())[_0x2ce2('0x2')](_0x56b8b4=>_0x50d1a7['fromRange'](_0x56b8b4));_0x1f98dc[_0x2ce2('0x2d')](_0x587fcd),_0xc0a849['commands'][_0x2ce2('0x19')](_0x8551fc[_0x2ce2('0x44')])[_0x2ce2('0x37')](),_0x8551fc[_0x2ce2('0x9')][_0x2ce2('0x3d')]({'forceDefaultExecution':!0x0}),_0xc0a849[_0x2ce2('0x4e')](_0x8551fc['commandName'],..._0x8551fc[_0x2ce2('0x9')]),_0x1f98dc[_0x2ce2('0x2d')](_0x2a67c3);for(const _0x289cd3 of _0x2a67c3)_0x289cd3[_0x2ce2('0x43')]();});});}}
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 _0x2406=['length','DocumentListUtils','_getSuggestionBlocksForListStyle','TrackChangesEditing','DocumentListPropertiesUtils','isFirstBlockOfListItem','from','list.properties','change','isListItemBlock','get','push','ELEMENT_','afterInit','listStart','*Format:*\x20set\x20order\x20to\x20regular','commandName','*Format:*\x20set\x20order\x20to\x20reversed','expandListBlocksToCompleteList','config','_getSuggestionBlocks','styles','editor','has','startIndex','listType','handleListReversedCommand','listStyle','type','markMultiRangeBlockFormat','format','_descriptionFactory','bind','getSelectedBlocks','getAttribute','model','toUpperCase','_getTranslationKeyForListStyle','handleListStyleCommand','reversed','locale','selection','*Format:*\x20set\x20start\x20index\x20to\x20%0','commandParams','replace','registerDescriptionCallback','enableCommand','handleListStartCommand','plugins','document','handleDescriptions','filter','listReversed'];(function(_0x3ca1d4,_0x240609){const _0x34526e=function(_0x3f35cb){while(--_0x3f35cb){_0x3ca1d4['push'](_0x3ca1d4['shift']());}};_0x34526e(++_0x240609);}(_0x2406,0x162));const _0x3452=function(_0x3ca1d4,_0x240609){_0x3ca1d4=_0x3ca1d4-0x0;let _0x34526e=_0x2406[_0x3ca1d4];return _0x34526e;};import{Plugin as _0x1f5205}from'ckeditor5/src/core';import{getTranslation as _0x55440d}from'../utils/common-translations';export default class At extends _0x1f5205{[_0x3452('0x1e')](){if(!this[_0x3452('0x27')]['plugins'][_0x3452('0x28')]('DocumentListPropertiesEditing'))return;const _0x2d6e86=this[_0x3452('0x27')][_0x3452('0x24')][_0x3452('0x1b')](_0x3452('0x18')),_0x1bbf3d=this[_0x3452('0x27')][_0x3452('0xc')][_0x3452('0x1b')](_0x3452('0x14'));_0x2d6e86[_0x3452('0x26')]&&_0x1bbf3d[_0x3452('0xa')](_0x3452('0x2c'),this[_0x3452('0x2')][_0x3452('0x31')](this)),_0x2d6e86['reversed']&&_0x1bbf3d[_0x3452('0xa')](_0x3452('0x10'),this[_0x3452('0x2b')][_0x3452('0x31')](this)),_0x2d6e86[_0x3452('0x29')]&&_0x1bbf3d[_0x3452('0xa')](_0x3452('0x1f'),this[_0x3452('0xb')]['bind'](this)),_0x1bbf3d[_0x3452('0x30')][_0x3452('0x9')](this[_0x3452('0xe')][_0x3452('0x31')](this));}[_0x3452('0x2')](_0x49c3bb,_0x4b4af4={}){const _0x59aa53=this[_0x3452('0x27')][_0x3452('0xc')][_0x3452('0x1b')](_0x3452('0x14')),_0x38a0e4=this['_getSuggestionBlocksForListStyle']();this['editor']['model'][_0x3452('0x19')](()=>{_0x59aa53[_0x3452('0x2e')](_0x38a0e4,{'commandName':_0x3452('0x2c'),'commandParams':[{'type':_0x4b4af4[_0x3452('0x2d')]}],'formatGroupId':_0x3452('0x2c')});});}[_0x3452('0x2b')](_0x8df1e9,_0x4c04bb={}){const _0x2d2a95=this['editor'][_0x3452('0xc')][_0x3452('0x1b')]('TrackChangesEditing'),_0x523f2f=this[_0x3452('0x27')]['plugins'][_0x3452('0x1b')](_0x3452('0x12')),_0x475383=this[_0x3452('0x25')](_0x5c8b7b=>_0x523f2f[_0x3452('0x1a')](_0x5c8b7b)&&'numbered'===_0x5c8b7b['getAttribute']('listType'));null!==_0x475383&&this['editor'][_0x3452('0x34')][_0x3452('0x19')](()=>{_0x2d2a95['markMultiRangeBlockFormat'](_0x475383,{'commandName':_0x3452('0x10'),'commandParams':[{'reversed':_0x4c04bb[_0x3452('0x3')]}],'formatGroupId':'listReversed'});});}[_0x3452('0xb')](_0x183f79,_0x85f24a={}){const _0x557b70=this[_0x3452('0x27')][_0x3452('0xc')]['get'](_0x3452('0x14')),_0x4b89e6=this[_0x3452('0x27')]['plugins'][_0x3452('0x1b')](_0x3452('0x12')),_0x52bdbb=this[_0x3452('0x25')](_0x965440=>_0x4b89e6[_0x3452('0x1a')](_0x965440)&&'numbered'===_0x965440[_0x3452('0x33')](_0x3452('0x2a')));null!==_0x52bdbb&&this['editor'][_0x3452('0x34')][_0x3452('0x19')](()=>{_0x557b70[_0x3452('0x2e')](_0x52bdbb,{'commandName':'listStart','commandParams':[{'startIndex':_0x85f24a[_0x3452('0x29')]}],'formatGroupId':_0x3452('0x1f')});});}[_0x3452('0xe')](_0x2765ba){const _0x3d886b=this[_0x3452('0x27')][_0x3452('0x4')],{data:_0x2e0f1a}=_0x2765ba;if(!_0x2e0f1a)return;let _0x32ab18,_0x428a56;switch(_0x2e0f1a[_0x3452('0x21')]){case _0x3452('0x2c'):_0x32ab18='*Change\x20to:*\x20%0',_0x428a56={'type':_0x3452('0x2f'),'content':_0x55440d(_0x3d886b,_0x32ab18,_0x55440d(_0x3d886b,this[_0x3452('0x1')](_0x2e0f1a['commandParams'][0x0][_0x3452('0x2d')])))};break;case _0x3452('0x10'):_0x32ab18=_0x2e0f1a['commandParams'][0x0][_0x3452('0x3')]?_0x3452('0x22'):_0x3452('0x20'),_0x428a56={'type':_0x3452('0x2f'),'content':_0x55440d(_0x3d886b,_0x32ab18)};break;case _0x3452('0x1f'):_0x32ab18=_0x3452('0x6'),_0x428a56={'type':_0x3452('0x2f'),'content':_0x55440d(_0x3d886b,_0x32ab18,_0x2e0f1a[_0x3452('0x7')][0x0]['startIndex'])};}return _0x428a56;}[_0x3452('0x13')](){const _0x32afac=this[_0x3452('0x27')][_0x3452('0xc')]['get'](_0x3452('0x12'));let _0x6e6af4=Array['from'](this[_0x3452('0x27')]['model'][_0x3452('0xd')][_0x3452('0x5')][_0x3452('0x32')]());return _0x6e6af4[_0x3452('0x1c')](..._0x32afac[_0x3452('0x23')](_0x6e6af4)),_0x6e6af4=[...new Set(_0x6e6af4)],_0x6e6af4;}['_getSuggestionBlocks'](_0x23dfb3){const _0x1e3f72=this['editor'][_0x3452('0xc')][_0x3452('0x1b')](_0x3452('0x12'));let _0x4ac931=Array[_0x3452('0x17')](this[_0x3452('0x27')][_0x3452('0x34')][_0x3452('0xd')][_0x3452('0x5')][_0x3452('0x32')]())[_0x3452('0xf')](_0x23dfb3);if(!_0x4ac931[_0x3452('0x11')])return null;_0x4ac931=_0x1e3f72['expandListBlocksToCompleteList'](_0x4ac931);const _0x4e1ef8=[];for(const _0x258f0d of _0x4ac931)_0x1e3f72[_0x3452('0x16')](_0x258f0d)&&_0x4e1ef8[_0x3452('0x1c')](_0x258f0d);return _0x4e1ef8;}[_0x3452('0x1')](_0x5e1573){return _0x3452('0x1d')+this[_0x3452('0x27')]['plugins'][_0x3452('0x1b')](_0x3452('0x15'))['getListTypeFromListStyleType'](_0x5e1573)[_0x3452('0x0')]()+'_LIST_'+_0x5e1573[_0x3452('0x0')]()[_0x3452('0x8')](/-/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 _0x1be7=['commands','enter','detach','enableCommand','addMarker:suggestion:insertion','createRange','markInsertion','getFirstPosition','downcastDispatcher','change','createPositionAt','init','bind','fire','editing','mapper','writer','nextSibling','enterBlock','editor','remove','markerName','requires','unbindElementFromMarkerName','split','options','ck-suggestion-marker-split','TrackChangesEditing','selection','getFirstRange','document','model','high','fromRange','get'];(function(_0x44fcce,_0x1be7c5){const _0x1da45b=function(_0x3e7a70){while(--_0x3e7a70){_0x44fcce['push'](_0x44fcce['shift']());}};_0x1da45b(++_0x1be7c5);}(_0x1be7,0x186));const _0x1da4=function(_0x44fcce,_0x1be7c5){_0x44fcce=_0x44fcce-0x0;let _0x1da45b=_0x1be7[_0x44fcce];return _0x1da45b;};import{Plugin as _0x1dff9b}from'ckeditor5/src/core';import{Enter as _0x5cda93}from'ckeditor5/src/enter';import{LiveRange as _0x4b9ed0}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x2bef05}from'./utils';export default class q extends _0x1dff9b{static get[_0x1da4('0x11')](){return[_0x5cda93];}[_0x1da4('0x6')](){const _0x16397b=this[_0x1da4('0xe')],_0x58399c=_0x16397b['plugins'][_0x1da4('0x1d')](_0x1da4('0x16')),_0x4a0df4=_0x16397b[_0x1da4('0x1e')][_0x1da4('0x1d')](_0x1da4('0x1f'));_0x58399c[_0x1da4('0x21')]('enter',()=>{_0x16397b['model'][_0x1da4('0x4')](_0x34c854=>{const _0x16a23d=_0x16397b[_0x1da4('0x1a')][_0x1da4('0x19')][_0x1da4('0x17')],_0xc0e54=_0x16a23d[_0x1da4('0x2')](),_0x53612c=_0x4b9ed0[_0x1da4('0x1c')](_0x16a23d[_0x1da4('0x18')]());if(_0x4a0df4[_0x1da4('0xd')](_0x34c854)){const _0xe61cd4=_0x16397b['model'][_0x1da4('0x5')](_0xc0e54['parent'][_0x1da4('0xc')],0x0),_0x1a63e2=_0x34c854[_0x1da4('0x0')](_0xc0e54,_0xe61cd4);_0x58399c[_0x1da4('0x1')](_0x1a63e2);}else _0x34c854['setSelection'](_0x34c854['createRange'](_0x53612c['end']));_0x53612c[_0x1da4('0x20')](),_0x4a0df4[_0x1da4('0x8')]('afterExecute',{'writer':_0x34c854});});}),_0x16397b[_0x1da4('0x9')][_0x1da4('0x3')]['on']('addMarker:suggestion:insertion',_0x2bef05(_0x16397b,_0x1da4('0x13')),{'priority':_0x1da4('0x1b')}),_0x16397b['editing'][_0x1da4('0x3')]['on']('removeMarker:suggestion:insertion',(_0x3f4ec4,_0x2759c0,_0x5b065c)=>{const _0x2ed765=_0x5b065c[_0x1da4('0xa')]['markerNameToElements'](_0x2759c0[_0x1da4('0x10')]);if(_0x2ed765)for(const _0x14e4c0 of _0x2ed765)_0x14e4c0['hasClass'](_0x1da4('0x15'))&&(_0x5b065c[_0x1da4('0xa')][_0x1da4('0x12')](_0x14e4c0,_0x2759c0['markerName']),_0x5b065c[_0x1da4('0xb')][_0x1da4('0xf')](_0x14e4c0));},{'priority':'high'}),_0x16397b['data'][_0x1da4('0x3')]['on'](_0x1da4('0x22'),(_0x53c86e,_0x4ab0d1,_0x4827fd)=>{_0x4827fd[_0x1da4('0x14')]['showSuggestionHighlights']&&_0x2bef05(_0x16397b,_0x1da4('0x13'),{'showActiveMarker':!0x1})[_0x1da4('0x7')](this)(_0x53c86e,_0x4ab0d1,_0x4827fd);},{'priority':_0x1da4('0x1b')});}}
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 _0x5e59=['findByTextCallback','find','FindAndReplaceEditing','enableCommand','editor','plugins','TrackChangesEditing','getMarkersGroup','_isInDeletionRange','findNext','getIntersection','createRange','bind','afterInit','filter','suggestion:deletion','has','getRange','string','replaceAll','model'];(function(_0x3abf34,_0x5e590e){const _0x161a14=function(_0x4a40a9){while(--_0x4a40a9){_0x3abf34['push'](_0x3abf34['shift']());}};_0x161a14(++_0x5e590e);}(_0x5e59,0x15b));const _0x161a=function(_0x3abf34,_0x5e590e){_0x3abf34=_0x3abf34-0x0;let _0x161a14=_0x5e59[_0x3abf34];return _0x161a14;};import{Plugin as _0x3d64e3}from'ckeditor5/src/core';export default class z extends _0x3d64e3{[_0x161a('0x2')](){if(!this[_0x161a('0xe')][_0x161a('0xf')][_0x161a('0x5')](_0x161a('0xc')))return;const _0xa001b1=this[_0x161a('0xe')]['plugins']['get'](_0x161a('0x10'));_0xa001b1[_0x161a('0xd')](_0x161a('0xb'),this['handleFindCommand'][_0x161a('0x1')](this)),_0xa001b1['enableCommand'](_0x161a('0x13')),_0xa001b1[_0x161a('0xd')]('findPrevious'),_0xa001b1[_0x161a('0xd')]('replace'),_0xa001b1[_0x161a('0xd')](_0x161a('0x8'));}['handleFindCommand'](_0x814032,_0x34a51b,_0x3ecefa={}){const _0x55941f=this[_0x161a('0xe')]['plugins']['get']('FindAndReplaceUtils');void 0x0!==_0x3ecefa&&_0x814032(_0x45c708=>(_0x161a('0x7')==typeof _0x34a51b?_0x55941f[_0x161a('0xa')](_0x34a51b,_0x3ecefa):_0x34a51b)(_0x45c708)[_0x161a('0x3')](_0x49a724=>!0x1===this[_0x161a('0x12')](_0x49a724,_0x45c708['item'])),_0x3ecefa);}['_isInDeletionRange'](_0x1d0e3e,_0x5cee4e){const _0x1744ee=this[_0x161a('0xe')][_0x161a('0x9')][_0x161a('0x0')](this[_0x161a('0xe')][_0x161a('0x9')]['createPositionAt'](_0x5cee4e,_0x1d0e3e['start']),this[_0x161a('0xe')][_0x161a('0x9')]['createPositionAt'](_0x5cee4e,_0x1d0e3e['end']));for(const _0x3df45b of this['editor'][_0x161a('0x9')]['markers'][_0x161a('0x11')](_0x161a('0x4')))if(null!==_0x1744ee[_0x161a('0x14')](_0x3df45b[_0x161a('0x6')]()))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 _0xc0ce=['has','editor','get','commandName','title','fontSize.options','from','_enableCommand','fontBackgroundColor.colors','selection','format','trim','TrackChangesEditing','fontColor','normalizeSizeOptions','find','document','FontSize','label','fontBackgroundColor','markInlineFormat','commandParams','fontSize','*Reset\x20font\x20family*','FontBackgroundColorEditing','*Reset\x20font\x20background\x20color*','FontColorEditing','*Set\x20font\x20color:*\x20%0','config','registerDescriptionCallback','change','_descriptionFactory','toLowerCase','fontFamily','*Reset\x20font\x20color*','*Set\x20font\x20background\x20color:*\x20%0','isCollapsed','value','model','*Set\x20font\x20family:*\x20%0','plugins','enableCommand','fontColor.colors'];(function(_0x3a9e85,_0xc0ceca){const _0x2994b8=function(_0x467ae4){while(--_0x467ae4){_0x3a9e85['push'](_0x3a9e85['shift']());}};_0x2994b8(++_0xc0ceca);}(_0xc0ce,0x15a));const _0x2994=function(_0x3a9e85,_0xc0ceca){_0x3a9e85=_0x3a9e85-0x0;let _0x2994b8=_0xc0ce[_0x3a9e85];return _0x2994b8;};import{Plugin as _0x13e5ec}from'ckeditor5/src/core';import{normalizeColorOptions as _0xcb0313}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x3179a2}from'./utils';import{getTranslation as _0x291769}from'../utils/common-translations';const Zt=[{'pluginName':'FontSizeEditing','commandName':_0x2994('0x14')},{'pluginName':'FontFamilyEditing','commandName':_0x2994('0x1f')},{'pluginName':_0x2994('0x18'),'commandName':_0x2994('0xb')},{'pluginName':_0x2994('0x16'),'commandName':'fontBackgroundColor'}];export default class H extends _0x13e5ec{['afterInit'](){const _0x29e640=this[_0x2994('0x2a')]['locale'];for(const {pluginName:_0x44b28c,commandName:_0x3cfe7b}of Zt)this['editor'][_0x2994('0x26')][_0x2994('0x29')](_0x44b28c)&&this[_0x2994('0x5')](_0x3cfe7b);this[_0x2994('0x2a')]['plugins']['get'](_0x2994('0xa'))[_0x2994('0x1d')][_0x2994('0x1b')](_0x5352a0=>{const _0x49bdbe=_0x29e640['t'],{data:_0x38d1bc}=_0x5352a0;if(null!=_0x38d1bc){if(_0x2994('0x14')==_0x38d1bc[_0x2994('0x1')]){const _0x123842=_0x38d1bc[_0x2994('0x13')][0x0][_0x2994('0x23')];if(_0x123842){const _0x3b59e5=_0x49bdbe(this[_0x2994('0x2a')][_0x2994('0x26')][_0x2994('0x0')](_0x2994('0xf'))[_0x2994('0xc')](this[_0x2994('0x2a')][_0x2994('0x1a')][_0x2994('0x0')](_0x2994('0x3')))[_0x2994('0xd')](_0x5bee7b=>_0x5bee7b['model']==_0x123842)[_0x2994('0x2')])[_0x2994('0x1e')]();return{'type':_0x2994('0x8'),'content':_0x291769(_0x29e640,'*Set\x20font\x20size:*\x20%0',_0x3b59e5)};}return{'type':_0x2994('0x8'),'content':_0x291769(_0x29e640,'*Reset\x20font\x20size*')};}if(_0x2994('0x1f')==_0x38d1bc[_0x2994('0x1')]){const _0x4dca91=_0x38d1bc[_0x2994('0x13')][0x0][_0x2994('0x23')];return _0x4dca91?{'type':_0x2994('0x8'),'content':_0x291769(_0x29e640,_0x2994('0x25'),_0x4dca91)}:{'type':_0x2994('0x8'),'content':_0x291769(_0x29e640,_0x2994('0x15'))};}if(_0x2994('0xb')==_0x38d1bc[_0x2994('0x1')]){const _0x58572c=_0x38d1bc[_0x2994('0x13')][0x0][_0x2994('0x23')];if(_0x58572c){const _0x2aaac6=_0xcb0313(this[_0x2994('0x2a')][_0x2994('0x1a')][_0x2994('0x0')](_0x2994('0x28')))[_0x2994('0xd')](_0x55c897=>_0x55c897[_0x2994('0x24')]==_0x58572c);let _0x567feb=_0x58572c,_0x1fd993='';return _0x2aaac6&&(_0x567feb=_0x2aaac6[_0x2994('0x10')],_0x1fd993=_0x49bdbe(_0x567feb)[_0x2994('0x1e')]()),{'type':_0x2994('0x8'),'content':_0x291769(_0x29e640,_0x2994('0x19'),_0x1fd993)[_0x2994('0x9')](),'color':{'value':_0x58572c,'title':_0x1fd993||_0x567feb}};}return{'type':_0x2994('0x8'),'content':_0x291769(_0x29e640,_0x2994('0x20'))};}if(_0x2994('0x11')==_0x38d1bc[_0x2994('0x1')]){const _0x29d913=_0x38d1bc[_0x2994('0x13')][0x0]['value'];if(_0x29d913){const _0xb54124=_0xcb0313(this[_0x2994('0x2a')][_0x2994('0x1a')]['get'](_0x2994('0x6')))['find'](_0x13334c=>_0x13334c['model']==_0x29d913);let _0x4126d4=_0x29d913,_0x29ce3d='';return _0xb54124&&(_0x4126d4=_0xb54124['label'],_0x29ce3d=_0x49bdbe(_0x4126d4)[_0x2994('0x1e')]()),{'type':'format','content':_0x291769(_0x29e640,_0x2994('0x21'),_0x29ce3d)['trim'](),'color':{'value':_0x29d913,'title':_0x29ce3d||_0x4126d4}};}return{'type':_0x2994('0x8'),'content':_0x291769(_0x29e640,_0x2994('0x17'))};}}});}[_0x2994('0x5')](_0xc0d958){const _0x24f675=this[_0x2994('0x2a')];_0x24f675['plugins'][_0x2994('0x0')](_0x2994('0xa'))[_0x2994('0x27')](_0xc0d958,(_0x943fad,_0x25cb46={})=>{const _0x5019c0=_0x24f675['model'][_0x2994('0xe')][_0x2994('0x7')],_0x503dfc=_0x25cb46[_0x2994('0x23')];_0x5019c0[_0x2994('0x22')]?_0x943fad(_0x25cb46):_0x24f675['model'][_0x2994('0x1c')](()=>{const _0x345161=Array[_0x2994('0x4')](_0x5019c0['getRanges']());for(const _0x443b58 of _0x345161){const _0x15ed11=_0x503dfc?[_0x443b58]:_0x3179a2(_0xc0d958,_0x443b58,_0x24f675[_0x2994('0x24')]);for(const _0x5857ba of _0x15ed11)_0x24f675['plugins'][_0x2994('0x0')](_0x2994('0xa'))[_0x2994('0x12')](_0x5857ba,{'commandName':_0xc0d958,'commandParams':[{'value':_0x503dfc}]});}});});}}
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 _0x4a91=['charAt','modifySelection','backward','registerDescriptionCallback','copyFormat','join','config','getRanges','boolean','change','*Remove\x20all\x20formatting*','isFormatting','entries','push','*Set\x20format\x20to:*\x20%0','getItems','TrackChangesEditing','pasteFormat','fontColor.colors','split','slice','_descriptionFactory','editor','forward','format','commandParams','title','schema','locale','selection','fontSize','commandName','getSelectedBlocks','find','enableCommand','isBlock','toLowerCase','getFirstPosition','word','fontSize.options','get','label','normalizeSizeOptions','isCollapsed','length','model','fontBackgroundColor','commands','markInlineFormat','plugins'];(function(_0x40db57,_0x4a91a7){const _0x3ee9f7=function(_0x2fb78a){while(--_0x2fb78a){_0x40db57['push'](_0x40db57['shift']());}};_0x3ee9f7(++_0x4a91a7);}(_0x4a91,0x174));const _0x3ee9=function(_0x40db57,_0x4a91a7){_0x40db57=_0x40db57-0x0;let _0x3ee9f7=_0x4a91[_0x40db57];return _0x3ee9f7;};import{Plugin as _0x11d724}from'ckeditor5/src/core';import{normalizeColorOptions as _0x402836}from'ckeditor5/src/ui';import{first as _0x588569}from'ckeditor5/src/utils';import{getTranslation as _0x18724d}from'../utils/common-translations';export default class W extends _0x11d724{['afterInit'](){const _0xf115a0=this[_0x3ee9('0x0')],_0x377087=_0xf115a0[_0x3ee9('0x17')],_0xd24755=_0x377087['document'][_0x3ee9('0x7')],_0x420926=_0xf115a0[_0x3ee9('0x1b')]['get']('TrackChangesEditing'),_0x3314d7=_0xf115a0[_0x3ee9('0x6')],_0x43b704=_0xf115a0[_0x3ee9('0x19')][_0x3ee9('0x12')](_0x3ee9('0x20')),_0x4d3370=_0xf115a0[_0x3ee9('0x19')][_0x3ee9('0x12')](_0x3ee9('0x2d'));_0x43b704&&_0x4d3370&&(_0x420926[_0x3ee9('0xc')](_0x3ee9('0x2d'),(_0x54b1cc,_0xac4b07={})=>{const _0x43ca59=_0xac4b07;_0x377087[_0x3ee9('0x25')](()=>{const _0xfd52ad=Array['from'](_0xd24755['getRanges']()),_0x10e71c=_0xd24755[_0x3ee9('0x15')]?[ro(_0x377087,_0xd24755)]:_0xfd52ad,_0x2f2aeb=!!_0x588569(function*(_0x1772e5,_0x2a7af2){const _0x514efb=_0x3eeb4f=>!!_0x588569(function*(_0x4a53d1,_0x58441c){for(const [_0x4fcbfa]of _0x4a53d1['getAttributes']()){const _0x132138=_0x58441c['getAttributeProperties'](_0x4fcbfa);_0x132138&&_0x132138[_0x3ee9('0x27')]&&(yield _0x4fcbfa);}}(_0x3eeb4f,_0x2a7af2));for(const _0x28aba8 of _0x1772e5[_0x3ee9('0x23')]())for(const _0x35a66f of _0x28aba8[_0x3ee9('0x2b')]())!_0x2a7af2[_0x3ee9('0xd')](_0x35a66f)&&_0x514efb(_0x35a66f)&&(yield _0x35a66f);for(const _0x1647a5 of _0x1772e5[_0x3ee9('0xa')]())_0x514efb(_0x1647a5)&&(yield _0x1647a5);_0x514efb(_0x1772e5)&&(yield _0x1772e5);}(_0xd24755,_0x377087[_0x3ee9('0x5')]));if(_0x2f2aeb||0x0!==Object['keys'](_0x43ca59)['length'])for(const _0x3cf4b0 of _0x10e71c)_0x420926[_0x3ee9('0x1a')](_0x3cf4b0,{'commandName':_0x3ee9('0x2d'),'commandParams':[_0x43ca59]});});}),_0x420926[_0x3ee9('0x31')][_0x3ee9('0x1f')](_0x3f9cde=>{const {data:_0x64e99e}=_0x3f9cde;if(_0x64e99e&&'pasteFormat'===_0x64e99e[_0x3ee9('0x9')]){const _0x4aa627=[],_0x148764=_0x64e99e[_0x3ee9('0x3')][0x0];for(const [_0x58d95a,_0x1c3a7d]of Object[_0x3ee9('0x28')](_0x148764))_0x4aa627[_0x3ee9('0x29')](no(_0xf115a0,_0x58d95a,_0x1c3a7d));return _0x4aa627[_0x3ee9('0x16')]?{'type':_0x3ee9('0x2'),'content':_0x18724d(_0x3314d7,_0x3ee9('0x2a'),_0x4aa627[_0x3ee9('0x21')](',\x20'))}:{'type':'format','content':_0x18724d(_0x3314d7,_0x3ee9('0x26'))};}}),_0xf115a0[_0x3ee9('0x1b')][_0x3ee9('0x12')](_0x3ee9('0x2c'))[_0x3ee9('0xc')]('copyFormat'));}}function ro(_0x1f908e,_0x2e80e3){const _0x27900e=_0x1f908e['createSelection'](_0x2e80e3);_0x1f908e[_0x3ee9('0x1d')](_0x27900e,{'unit':_0x3ee9('0x10'),'direction':_0x3ee9('0x1e')});const _0x2ee95c=_0x27900e[_0x3ee9('0xf')]();_0x1f908e['modifySelection'](_0x27900e,{'unit':_0x3ee9('0x10'),'direction':_0x3ee9('0x1')});const _0x3bec4c=_0x27900e['getLastPosition']();return _0x1f908e['createRange'](_0x2ee95c,_0x3bec4c);}function no(_0x257ac3,_0x580674,_0xd7ea4a){const _0x10c356=_0x257ac3[_0x3ee9('0x6')]['t'],_0x539a5a=_0x580674[_0x3ee9('0x2f')](/(?=[A-Z])/)[_0x3ee9('0x21')]('\x20'),_0xa06ce6=_0x10c356(_0x539a5a[_0x3ee9('0x1c')](0x0)['toUpperCase']()+_0x539a5a[_0x3ee9('0x30')](0x1))[_0x3ee9('0xe')]();if(_0x3ee9('0x24')==typeof _0xd7ea4a)return _0xa06ce6;if('fontColor'===_0x580674||_0x3ee9('0x18')===_0x580674){const _0x1c1ab9=_0x402836(_0x257ac3['config']['get'](_0x3ee9('0x2e')))[_0x3ee9('0xb')](_0x2a5a2f=>_0x2a5a2f[_0x3ee9('0x17')]==_0xd7ea4a);return _0xa06ce6+'\x20('+(_0x1c1ab9?_0x10c356(_0x1c1ab9[_0x3ee9('0x13')])[_0x3ee9('0xe')]():_0xd7ea4a)+')';}if(_0x3ee9('0x8')===_0x580674&&isNaN(parseFloat(_0xd7ea4a))){const _0x52619b=_0x257ac3[_0x3ee9('0x1b')][_0x3ee9('0x12')]('FontSize')[_0x3ee9('0x14')](_0x257ac3[_0x3ee9('0x22')]['get'](_0x3ee9('0x11')))[_0x3ee9('0xb')](_0x54033b=>_0x54033b['model']==_0xd7ea4a);return _0xa06ce6+'\x20('+(_0x52619b?_0x10c356(_0x52619b[_0x3ee9('0x4')])['toLowerCase']():_0xd7ea4a)+')';}return _0xa06ce6+'\x20('+_0xd7ea4a+')';}
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 _0x1df2=['formatBlock','match','model','TrackChangesEditing','*Change\x20to:*\x20%0','enableCommand','editor','get','schema','_descriptionFactory','ELEMENT_HEADING_CUSTOM','ELEMENT_HEADING','commandName','config','title','afterInit','format','name','heading.options','HeadingEditing','has','plugins','registerDescriptionCallback','isObject','find','from','heading','commandParams','change','blockName','document','value'];(function(_0x1640ea,_0x1df2eb){const _0x30f186=function(_0x5263da){while(--_0x5263da){_0x1640ea['push'](_0x1640ea['shift']());}};_0x30f186(++_0x1df2eb);}(_0x1df2,0x69));const _0x30f1=function(_0x1640ea,_0x1df2eb){_0x1640ea=_0x1640ea-0x0;let _0x30f186=_0x1df2[_0x1640ea];return _0x30f186;};import{Plugin as _0x57aa6b}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x5eaed7}from'./utils';import{getTranslation as _0x35e3ea}from'../utils/common-translations';export default class J extends _0x57aa6b{[_0x30f1('0x6')](){const _0x1bc372=this[_0x30f1('0x1d')],_0x5e96c7=_0x1bc372['locale'],_0x36b75e=_0x1bc372[_0x30f1('0x4')][_0x30f1('0x1e')](_0x30f1('0x9'));if(!_0x1bc372[_0x30f1('0xc')][_0x30f1('0xb')](_0x30f1('0xa')))return;const _0x59bc45=_0x1bc372['plugins'][_0x30f1('0x1e')](_0x30f1('0x1a'));_0x59bc45[_0x30f1('0x1c')](_0x30f1('0x11'),(_0x568da3,_0x5e7f68)=>{const _0x586658=_0x5e7f68[_0x30f1('0x16')],_0x4d5715=Array[_0x30f1('0x10')](this[_0x30f1('0x1d')][_0x30f1('0x19')][_0x30f1('0x15')]['selection']['getSelectedBlocks']())['filter'](_0x33be75=>function(_0x49de96,_0x21f231,_0x196953){return _0x196953['checkChild'](_0x49de96['parent'],_0x21f231)&&!_0x196953[_0x30f1('0xe')](_0x49de96)&&_0x49de96[_0x30f1('0x8')]!=_0x21f231;}(_0x33be75,_0x586658,this[_0x30f1('0x1d')]['model'][_0x30f1('0x1f')]));_0x1bc372[_0x30f1('0x19')][_0x30f1('0x13')](()=>{for(const _0x1eb8a2 of _0x4d5715)_0x59bc45['markBlockFormat'](_0x1eb8a2,{'commandName':'heading','commandParams':[_0x5e7f68],'formatGroupId':_0x30f1('0x14')},_0x5eaed7(_0x1eb8a2));});});for(const _0x2459fe of _0x36b75e)'paragraph'!=_0x2459fe[_0x30f1('0x19')]&&_0x59bc45[_0x30f1('0x0')]['registerElementLabel'](_0x2459fe['model'],_0x32ac91=>{const _0x7e708=nn(_0x2459fe[_0x30f1('0x19')]);return null!==_0x7e708?_0xfa13e1(_0x32ac91,_0x7e708):_0x32ca18(_0x32ac91,_0x2459fe[_0x30f1('0x5')]);});function _0xfa13e1(_0x3ecb37,_0x27bb20){return _0x35e3ea(_0x5e96c7,_0x30f1('0x2'),[_0x3ecb37,_0x27bb20]);}function _0x32ca18(_0x3a13a1,_0x5df72c){return _0x35e3ea(_0x5e96c7,_0x30f1('0x1'),[_0x3a13a1,_0x5df72c]);}_0x59bc45['_descriptionFactory'][_0x30f1('0xd')](_0x3a1792=>{const {type:_0x2f95b5,data:_0x331b37}=_0x3a1792;if(_0x30f1('0x17')==_0x2f95b5&&_0x331b37&&_0x30f1('0x11')==_0x331b37[_0x30f1('0x3')]){const _0x12628a=_0x331b37[_0x30f1('0x12')][0x0][_0x30f1('0x16')],_0x16e3ec=nn(_0x12628a);if(null!==_0x16e3ec)return{'type':_0x30f1('0x7'),'content':_0x35e3ea(_0x5e96c7,_0x30f1('0x1b'),_0xfa13e1(0x1,_0x16e3ec))};const _0x59b82d=_0x36b75e[_0x30f1('0xf')](_0x2726a9=>_0x2726a9[_0x30f1('0x19')]===_0x12628a)[_0x30f1('0x5')];return{'type':_0x30f1('0x7'),'content':_0x35e3ea(_0x5e96c7,_0x30f1('0x1b'),_0x32ca18(0x1,_0x59b82d))};}});}}function nn(_0x382d39){const _0x4096d8=_0x382d39[_0x30f1('0x18')](/^heading(\d+)$/);return _0x4096d8?_0x4096d8[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;}