@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231214.0 → 0.0.0-nightly-20231216.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 (135) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/build/track-changes.js +1 -1
  3. package/package.json +4 -3
  4. package/src/augmentation.d.ts +2 -2
  5. package/src/commands/acceptsuggestioncommand.d.ts +2 -2
  6. package/src/commands/acceptsuggestioncommand.js +1 -1
  7. package/src/commands/discardsuggestioncommand.d.ts +2 -2
  8. package/src/commands/discardsuggestioncommand.js +1 -1
  9. package/src/commands/executeonallsuggestionscommand.d.ts +2 -2
  10. package/src/commands/executeonallsuggestionscommand.js +1 -1
  11. package/src/commands/executeonselectedsuggestionscommand.d.ts +2 -2
  12. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  13. package/src/commands/trackchangescommand.d.ts +1 -1
  14. package/src/commands/trackchangescommand.js +1 -1
  15. package/src/index.d.ts +12 -12
  16. package/src/index.js +1 -1
  17. package/src/integrations/aiassistant.d.ts +1 -1
  18. package/src/integrations/aiassistant.js +1 -1
  19. package/src/integrations/alignment.d.ts +1 -1
  20. package/src/integrations/alignment.js +1 -1
  21. package/src/integrations/basicstyles.d.ts +1 -1
  22. package/src/integrations/basicstyles.js +1 -1
  23. package/src/integrations/blockquote.d.ts +1 -1
  24. package/src/integrations/blockquote.js +1 -1
  25. package/src/integrations/ckbox.d.ts +1 -1
  26. package/src/integrations/ckbox.js +1 -1
  27. package/src/integrations/codeblock.d.ts +1 -1
  28. package/src/integrations/codeblock.js +1 -1
  29. package/src/integrations/comments.d.ts +1 -1
  30. package/src/integrations/comments.js +1 -1
  31. package/src/integrations/deletecommand.d.ts +2 -2
  32. package/src/integrations/deletecommand.js +1 -1
  33. package/src/integrations/documentlist.d.ts +1 -1
  34. package/src/integrations/documentlist.js +1 -1
  35. package/src/integrations/documentlistproperties.d.ts +3 -3
  36. package/src/integrations/documentlistproperties.js +1 -1
  37. package/src/integrations/entercommand.d.ts +2 -2
  38. package/src/integrations/entercommand.js +1 -1
  39. package/src/integrations/findandreplace.d.ts +1 -1
  40. package/src/integrations/findandreplace.js +1 -1
  41. package/src/integrations/font.d.ts +1 -1
  42. package/src/integrations/font.js +1 -1
  43. package/src/integrations/formatpainter.d.ts +1 -1
  44. package/src/integrations/formatpainter.js +1 -1
  45. package/src/integrations/heading.d.ts +1 -1
  46. package/src/integrations/heading.js +1 -1
  47. package/src/integrations/highlight.d.ts +1 -1
  48. package/src/integrations/highlight.js +1 -1
  49. package/src/integrations/horizontalline.d.ts +1 -1
  50. package/src/integrations/horizontalline.js +1 -1
  51. package/src/integrations/htmlembed.d.ts +1 -1
  52. package/src/integrations/htmlembed.js +1 -1
  53. package/src/integrations/image.d.ts +1 -1
  54. package/src/integrations/image.js +1 -1
  55. package/src/integrations/imagereplace.d.ts +1 -1
  56. package/src/integrations/imagereplace.js +1 -1
  57. package/src/integrations/imagestyle.d.ts +1 -1
  58. package/src/integrations/imagestyle.js +1 -1
  59. package/src/integrations/importword.d.ts +1 -1
  60. package/src/integrations/importword.js +1 -1
  61. package/src/integrations/indent.d.ts +1 -1
  62. package/src/integrations/indent.js +1 -1
  63. package/src/integrations/inputcommand.d.ts +2 -2
  64. package/src/integrations/inputcommand.js +1 -1
  65. package/src/integrations/link.d.ts +1 -1
  66. package/src/integrations/link.js +1 -1
  67. package/src/integrations/list.d.ts +1 -1
  68. package/src/integrations/list.js +1 -1
  69. package/src/integrations/listproperties.d.ts +3 -3
  70. package/src/integrations/listproperties.js +1 -1
  71. package/src/integrations/mediaembed.d.ts +1 -1
  72. package/src/integrations/mediaembed.js +1 -1
  73. package/src/integrations/mention.d.ts +1 -1
  74. package/src/integrations/mention.js +1 -1
  75. package/src/integrations/pagebreak.d.ts +1 -1
  76. package/src/integrations/pagebreak.js +1 -1
  77. package/src/integrations/paragraph.d.ts +1 -1
  78. package/src/integrations/paragraph.js +1 -1
  79. package/src/integrations/removeformat.d.ts +1 -1
  80. package/src/integrations/removeformat.js +1 -1
  81. package/src/integrations/restrictededitingmode.d.ts +1 -1
  82. package/src/integrations/restrictededitingmode.js +1 -1
  83. package/src/integrations/shiftentercommand.d.ts +2 -2
  84. package/src/integrations/shiftentercommand.js +1 -1
  85. package/src/integrations/standardeditingmode.d.ts +1 -1
  86. package/src/integrations/standardeditingmode.js +1 -1
  87. package/src/integrations/style.d.ts +1 -1
  88. package/src/integrations/style.js +1 -1
  89. package/src/integrations/table.d.ts +1 -1
  90. package/src/integrations/table.js +1 -1
  91. package/src/integrations/tablecaption.d.ts +2 -2
  92. package/src/integrations/tablecaption.js +1 -1
  93. package/src/integrations/tableclipboard.d.ts +2 -2
  94. package/src/integrations/tableclipboard.js +1 -1
  95. package/src/integrations/tablecolumnresize.d.ts +4 -4
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.d.ts +2 -2
  98. package/src/integrations/tableheadings.js +1 -1
  99. package/src/integrations/tablemergesplit.d.ts +2 -2
  100. package/src/integrations/tablemergesplit.js +1 -1
  101. package/src/integrations/tableofcontents.d.ts +1 -1
  102. package/src/integrations/tableofcontents.js +1 -1
  103. package/src/integrations/tableproperties.d.ts +4 -4
  104. package/src/integrations/tableproperties.js +1 -1
  105. package/src/integrations/template.d.ts +1 -1
  106. package/src/integrations/template.js +1 -1
  107. package/src/integrations/title.d.ts +1 -1
  108. package/src/integrations/title.js +1 -1
  109. package/src/integrations/undo.d.ts +1 -1
  110. package/src/integrations/undo.js +1 -1
  111. package/src/integrations/utils.d.ts +3 -3
  112. package/src/integrations/utils.js +1 -1
  113. package/src/suggestion.d.ts +5 -5
  114. package/src/suggestion.js +1 -1
  115. package/src/suggestiondescriptionfactory.d.ts +3 -3
  116. package/src/suggestiondescriptionfactory.js +1 -1
  117. package/src/trackchanges.d.ts +5 -5
  118. package/src/trackchanges.js +1 -1
  119. package/src/trackchangesconfig.d.ts +1 -1
  120. package/src/trackchangesdata.d.ts +2 -2
  121. package/src/trackchangesdata.js +1 -1
  122. package/src/trackchangesediting.d.ts +53 -53
  123. package/src/trackchangesediting.js +1 -1
  124. package/src/trackchangesui.d.ts +3 -3
  125. package/src/trackchangesui.js +1 -1
  126. package/src/ui/suggestioncontroller.d.ts +5 -5
  127. package/src/ui/suggestioncontroller.js +1 -1
  128. package/src/ui/view/basesuggestionthreadview.d.ts +6 -6
  129. package/src/ui/view/basesuggestionthreadview.js +1 -1
  130. package/src/ui/view/suggestionthreadview.d.ts +5 -5
  131. package/src/ui/view/suggestionthreadview.js +1 -1
  132. package/src/utils/common-translations.d.ts +1 -1
  133. package/src/utils/common-translations.js +1 -1
  134. package/src/utils/utils.d.ts +4 -4
  135. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19f9=['findIndex','get','indentList','setSelection','_descriptionFactory','numberedList','bulletedList','map','parent','*Format:*\x20remove\x20from\x20%0','TrackChangesEditing','toUpperCase','formatInline','mergeListItemForward','detach','listItemId','model','ELEMENT_LIST_ITEM','listType','getSelectedBlocks','registerElementLabel','getFirstRange','type','list.multiBlock','locale','outdentList','nodeAfter','push','schema','afterInit','createRange','ELEMENT_BULLETED_LIST','previousSibling','forceValue','nextSibling','commandParams','markBlockFormat','value','formatBlock','from','getAttribute','mergeListItemBackward','*Merge:*\x20%0','start','change','_LIST','refresh','end','document','deletion','*Change\x20to:*\x20%0','format','before','after','_suggestionFactory','markMultiRangeBlockFormat','next','splitListItemBefore','ELEMENT_','paragraph','accept','createPositionAt','commands','documentList','selection','editor','enableCommand','config','has','listIndent','execute','commandName','plugins'];(function(_0x55b5b7,_0x19f9e6){const _0x532a53=function(_0x278ebf){while(--_0x278ebf){_0x55b5b7['push'](_0x55b5b7['shift']());}};_0x532a53(++_0x19f9e6);}(_0x19f9,0x1cc));const _0x532a=function(_0x55b5b7,_0x19f9e6){_0x55b5b7=_0x55b5b7-0x0;let _0x532a53=_0x19f9[_0x55b5b7];return _0x532a53;};import{Plugin as _0x430777}from'ckeditor5/src/core';import{getTranslation as _0x125944}from'../utils/common-translations';import{LiveRange as _0xfbb885}from'ckeditor5/src/engine';export default class q extends _0x430777{[_0x532a('0x7')](){const _0x3f2815=this[_0x532a('0x2b')];if(!_0x3f2815[_0x532a('0x32')][_0x532a('0x2e')]('DocumentListEditing'))return;const _0x477f42=_0x3f2815[_0x532a('0x2')],_0x841ed0=_0x3f2815[_0x532a('0x32')]['get'](_0x532a('0x3d')),_0x39ee7f=_0x3f2815[_0x532a('0x32')][_0x532a('0x34')]('DocumentListUtils');function _0x3d4f2a(_0x207dd4){return()=>{const _0x5e4ceb=_0x3f2815[_0x532a('0x28')]['get'](_0x207dd4);if(_0x5e4ceb[_0x532a('0xf')]&&!_0x3f2815[_0x532a('0x2d')][_0x532a('0x34')](_0x532a('0x1')))return void _0x3f2815[_0x532a('0x30')](_0x532a('0x25'),{});let _0x443b72=Array[_0x532a('0x11')](_0x3f2815[_0x532a('0x43')]['document'][_0x532a('0x2a')]['getSelectedBlocks']());if(_0x3d5618(_0x207dd4)){_0x443b72=_0x39ee7f['expandListBlocksToCompleteList'](_0x443b72);const _0x169700=[];for(const _0xfc24ff of _0x443b72)_0x39ee7f['isFirstBlockOfListItem'](_0xfc24ff)&&_0x169700['push'](_0xfc24ff);_0x443b72=_0x169700;}_0x3f2815[_0x532a('0x43')]['change'](()=>{_0x841ed0[_0x532a('0x21')](_0x443b72,{'commandName':_0x207dd4,'commandParams':[{'forceValue':!_0x5e4ceb[_0x532a('0xf')]}],'formatGroupId':'listType'},[],_0x532a('0x29'));});};}function _0x2947ea(_0x2ea710){return()=>{const _0x58ae30=function(_0x3bfc32){let _0x43f2f1=Array[_0x532a('0x11')](_0x3bfc32);const _0x42a6f6=_0x43f2f1[_0x532a('0x33')](_0x441196=>!_0x441196['hasAttribute'](_0x532a('0x42')));return _0x42a6f6>-0x1&&(_0x43f2f1=_0x43f2f1['slice'](0x0,_0x42a6f6)),_0x43f2f1;}(_0x3f2815[_0x532a('0x43')][_0x532a('0x1a')][_0x532a('0x2a')][_0x532a('0x46')]()),_0x44bb72=_0x58ae30[_0x58ae30['length']-0x1],_0x4fe0df=_0x3f2815[_0x532a('0x43')]['schema']['isObject'](_0x44bb72)?_0x532a('0x1f'):_0x532a('0x19'),_0x48532b=_0x3f2815[_0x532a('0x43')][_0x532a('0x8')](_0x3f2815[_0x532a('0x43')]['createPositionAt'](_0x58ae30[0x0],_0x532a('0x1e')),_0x3f2815['model'][_0x532a('0x27')](_0x44bb72,_0x4fe0df));_0x3f2815[_0x532a('0x43')][_0x532a('0x16')](()=>{_0x841ed0['markBlockFormat'](_0x48532b,{'commandName':_0x2ea710,'commandParams':[],'formatGroupId':'listType'},function(_0x150dcf){const _0x232672=new Set();for(const _0x6e83ca of _0x150dcf){let _0x21e2e0=_0x6e83ca[_0x532a('0xc')];for(;_0x21e2e0&&_0x21e2e0[_0x532a('0x12')](_0x532a('0x2f'))>_0x6e83ca['getAttribute'](_0x532a('0x2f'));)_0x232672['add'](_0x21e2e0),_0x21e2e0=_0x21e2e0[_0x532a('0xc')];}return Array['from'](_0x232672);}(_0x58ae30));});};}function _0xfb425f(_0x3287f8){return()=>{const _0x3c2660=_0x3f2815[_0x532a('0x43')][_0x532a('0x1a')][_0x532a('0x2a')]['getSelectedBlocks']()[_0x532a('0x22')]()[_0x532a('0xf')],_0x2412c5=_0x3f2815[_0x532a('0x43')]['createPositionAt'](_0x3c2660,_0x532a('0x1e')),_0x4eb844=_0x3f2815[_0x532a('0x43')][_0x532a('0x27')](_0x3c2660,0x0),_0x50d27c=_0x3f2815['model']['createRange'](_0x2412c5,_0x4eb844);_0x3f2815[_0x532a('0x43')][_0x532a('0x16')](()=>{_0x841ed0[_0x532a('0xe')](_0x50d27c,{'commandName':_0x3287f8,'commandParams':[],'formatGroupId':'listType'});});};}function _0x3d5618(_0x494089){const _0x3b684d=_0x3f2815[_0x532a('0x28')][_0x532a('0x34')](_0x532a('0x39'))['value'],_0x1e51d0=_0x3f2815[_0x532a('0x28')]['get']('numberedList')['value'];return _0x532a('0x38')===_0x494089?_0x3b684d:_0x1e51d0;}_0x841ed0[_0x532a('0x2c')](_0x532a('0x38'),_0x3d4f2a('numberedList')),_0x841ed0[_0x532a('0x2c')](_0x532a('0x39'),_0x3d4f2a(_0x532a('0x39'))),_0x841ed0[_0x532a('0x2c')]('indentList',_0x2947ea(_0x532a('0x35'))),_0x841ed0[_0x532a('0x2c')](_0x532a('0x3'),_0x2947ea('outdentList')),_0x841ed0[_0x532a('0x2c')]('splitListItemAfter',_0xfb425f('splitListItemAfter')),_0x841ed0[_0x532a('0x2c')](_0x532a('0x23'),_0xfb425f(_0x532a('0x23'))),_0x841ed0['_descriptionFactory'][_0x532a('0x47')](function(_0x23e722){const _0x525cca=!_0x3f2815['model'][_0x532a('0x6')]['isObject'](_0x23e722),_0x2bcf9b=_0x23e722[_0x532a('0xa')],_0x5cf914=_0x23e722[_0x532a('0xc')],_0x48ffb1=_0x23e722[_0x532a('0x12')](_0x532a('0x42')),_0xef3101=!_0x2bcf9b||_0x2bcf9b['getAttribute'](_0x532a('0x42'))!==_0x48ffb1,_0x49319d=!_0x5cf914||_0x5cf914[_0x532a('0x12')](_0x532a('0x42'))!==_0x48ffb1;return _0x525cca&&Boolean(_0x48ffb1)&&_0xef3101&&_0x49319d;},_0x310730=>_0x125944(_0x477f42,_0x532a('0x44'),_0x310730)),_0x841ed0[_0x532a('0x37')]['registerDescriptionCallback'](function(_0x586a19){if(_0x532a('0x10')!=_0x586a19[_0x532a('0x0')]&&_0x532a('0x3f')!=_0x586a19[_0x532a('0x0')])return;const {data:_0x5872c8}=_0x586a19;if(!_0x5872c8)return;let _0x3ba991,_0x2fc426,_0xa3d59c,_0x23fe63;switch(_0x5872c8[_0x532a('0x31')]){case _0x532a('0x39'):_0xa3d59c=_0x5872c8[_0x532a('0xd')][0x0]['forceValue'],_0x23fe63=_0x3d5618(_0x5872c8[_0x532a('0x31')]),_0x3ba991=_0xa3d59c?'*Format:*\x20insert\x20into\x20%0':_0x532a('0x3c'),!_0x23fe63&&_0x3f2815[_0x532a('0x2d')][_0x532a('0x34')](_0x532a('0x1'))||(_0x3ba991=_0x532a('0x1c')),_0x2fc426={'type':'format','content':_0x125944(_0x477f42,_0x3ba991,_0x125944(_0x477f42,_0x532a('0x9')))};break;case'numberedList':_0xa3d59c=_0x5872c8[_0x532a('0xd')][0x0][_0x532a('0xb')],_0x23fe63=_0x3d5618(_0x5872c8[_0x532a('0x31')]),_0x3ba991=_0xa3d59c?'*Format:*\x20insert\x20into\x20%0':_0x532a('0x3c'),!_0x23fe63&&_0x3f2815[_0x532a('0x2d')]['get'](_0x532a('0x1'))||(_0x3ba991=_0x532a('0x1c')),_0x2fc426={'type':_0x532a('0x1d'),'content':_0x125944(_0x477f42,_0x3ba991,_0x125944(_0x477f42,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x3ba991='*Indent:*\x20%0',_0x2fc426={'type':'format','content':_0x125944(_0x477f42,_0x3ba991,_0x125944(_0x477f42,'ELEMENT_LIST_ITEM'))};break;case _0x532a('0x3'):_0x3ba991=function(_0x660a1b){const _0x3a36cf=_0x660a1b[_0x532a('0x48')]();let _0x41bff1=_0x3a36cf[_0x532a('0x15')]['nodeAfter'];for(;_0x41bff1&&_0x3a36cf['containsItem'](_0x41bff1);){if(_0x41bff1[_0x532a('0x12')](_0x532a('0x2f'))>0x0)return!0x1;_0x41bff1=_0x41bff1[_0x532a('0xc')];}return!0x0;}(_0x586a19)?_0x125944(_0x477f42,_0x532a('0x3c'),_0x125944(_0x477f42,function(_0x280926){const _0x4c0e4f=_0x280926[_0x532a('0x48')]()['start'][_0x532a('0x4')];return _0x532a('0x24')+_0x4c0e4f[_0x532a('0x12')](_0x532a('0x45'))[_0x532a('0x3e')]()+_0x532a('0x17');}(_0x586a19))):_0x125944(_0x477f42,'*Outdent:*\x20%0',_0x125944(_0x477f42,'ELEMENT_LIST_ITEM')),_0x2fc426={'type':_0x532a('0x1d'),'content':_0x3ba991};break;case _0x532a('0x13'):case _0x532a('0x40'):!0x1===_0x5872c8['multipleBlocks']&&(_0x3ba991=_0x532a('0x14'),_0x2fc426={'type':_0x532a('0x1b'),'content':_0x125944(_0x477f42,_0x3ba991,_0x125944(_0x477f42,_0x532a('0x44')))});}return _0x2fc426;}),_0x841ed0[_0x532a('0x20')]['registerCustomCallback'](_0x532a('0x10'),_0x532a('0x29'),_0x532a('0x26'),function(_0x2d14e0,_0x23e078){const _0x472fe9=[];for(let _0x1b3092 of _0x2d14e0)_0x1b3092[_0x532a('0x15')]['nodeAfter']===_0x1b3092[_0x532a('0x19')][_0x532a('0x3b')]&&(_0x1b3092=_0x3f2815['model'][_0x532a('0x8')](_0x3f2815[_0x532a('0x43')][_0x532a('0x27')](_0x1b3092[_0x532a('0x15')][_0x532a('0x4')],0x0))),_0x472fe9[_0x532a('0x5')](_0x1b3092);_0x3f2815[_0x532a('0x43')][_0x532a('0x16')](_0x12efc6=>{const _0x561750=_0x3f2815[_0x532a('0x43')][_0x532a('0x1a')]['selection'],_0x38aed8=Array[_0x532a('0x11')](_0x561750['getRanges']())[_0x532a('0x3a')](_0x4243b1=>_0xfbb885['fromRange'](_0x4243b1));_0x12efc6[_0x532a('0x36')](_0x472fe9),_0x3f2815['commands'][_0x532a('0x34')](_0x23e078[_0x532a('0x31')])[_0x532a('0x18')](),_0x23e078['commandParams'][_0x532a('0x5')]({'forceDefaultExecution':!0x0}),_0x3f2815[_0x532a('0x30')](_0x23e078['commandName'],..._0x23e078[_0x532a('0xd')]),_0x12efc6[_0x532a('0x36')](_0x38aed8);for(const _0x49788b of _0x38aed8)_0x49788b[_0x532a('0x41')]();});});}}
23
+ const _0x13d0=['detach','add','commands','getAttribute','registerCustomCallback','indentList','document','get','selection','*Merge:*\x20%0','change','accept','getFirstRange','markMultiRangeBlockFormat','*Outdent:*\x20%0','fromRange','formatInline','enableCommand','splitListItemBefore','hasAttribute','slice','nextSibling','*Format:*\x20remove\x20from\x20%0','commandParams','nodeAfter','push','format','type','numberedList','from','*Indent:*\x20%0','*Format:*\x20insert\x20into\x20%0','next','bulletedList','model','end','documentList','registerDescriptionCallback','list.multiBlock','expandListBlocksToCompleteList','createRange','isObject','has','value','schema','ELEMENT_NUMBERED_LIST','splitListItemAfter','commandName','plugins','mergeListItemBackward','setSelection','findIndex','ELEMENT_LIST_ITEM','listIndent','listItemId','length','config','getRanges','createPositionAt','before','ELEMENT_BULLETED_LIST','getSelectedBlocks','isFirstBlockOfListItem','start','multipleBlocks','containsItem','parent','outdentList','afterInit','*Change\x20to:*\x20%0','map','formatBlock','forceValue','execute','mergeListItemForward','listType'];(function(_0x181cfa,_0x13d001){const _0x5a8570=function(_0xf83b9){while(--_0xf83b9){_0x181cfa['push'](_0x181cfa['shift']());}};_0x5a8570(++_0x13d001);}(_0x13d0,0xc9));const _0x5a85=function(_0x181cfa,_0x13d001){_0x181cfa=_0x181cfa-0x0;let _0x5a8570=_0x13d0[_0x181cfa];return _0x5a8570;};import{Plugin as _0xb1b35a}from'ckeditor5/src/core.js';import{getTranslation as _0x5088c2}from'../utils/common-translations.js';import{LiveRange as _0x23eda0}from'ckeditor5/src/engine.js';export default class q extends _0xb1b35a{[_0x5a85('0x13')](){const _0x3a0baa=this['editor'];if(!_0x3a0baa[_0x5a85('0x4b')][_0x5a85('0x45')]('DocumentListEditing'))return;const _0x228749=_0x3a0baa['locale'],_0x156fb4=_0x3a0baa[_0x5a85('0x4b')][_0x5a85('0x22')]('TrackChangesEditing'),_0x98ac86=_0x3a0baa['plugins'][_0x5a85('0x22')]('DocumentListUtils');function _0x2508f3(_0x2102ff){return()=>{const _0x30fe54=_0x3a0baa[_0x5a85('0x1d')]['get'](_0x2102ff);if(_0x30fe54[_0x5a85('0x46')]&&!_0x3a0baa['config'][_0x5a85('0x22')](_0x5a85('0x41')))return void _0x3a0baa[_0x5a85('0x18')]('paragraph',{});let _0xc19aca=Array[_0x5a85('0x38')](_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x21')][_0x5a85('0x23')][_0x5a85('0xc')]());if(_0x42d07c(_0x2102ff)){_0xc19aca=_0x98ac86[_0x5a85('0x42')](_0xc19aca);const _0x1d7f91=[];for(const _0x3104ea of _0xc19aca)_0x98ac86[_0x5a85('0xd')](_0x3104ea)&&_0x1d7f91[_0x5a85('0x34')](_0x3104ea);_0xc19aca=_0x1d7f91;}_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x25')](()=>{_0x156fb4[_0x5a85('0x28')](_0xc19aca,{'commandName':_0x2102ff,'commandParams':[{'forceValue':!_0x30fe54[_0x5a85('0x46')]}],'formatGroupId':_0x5a85('0x1a')},[],_0x5a85('0x3f'));});};}function _0x10058e(_0x2950af){return()=>{const _0x174f52=function(_0x1bb001){let _0x3a284d=Array['from'](_0x1bb001);const _0x3aa9d9=_0x3a284d[_0x5a85('0x2')](_0x166316=>!_0x166316[_0x5a85('0x2e')](_0x5a85('0x5')));return _0x3aa9d9>-0x1&&(_0x3a284d=_0x3a284d[_0x5a85('0x2f')](0x0,_0x3aa9d9)),_0x3a284d;}(_0x3a0baa[_0x5a85('0x3d')]['document'][_0x5a85('0x23')][_0x5a85('0xc')]()),_0x555374=_0x174f52[_0x174f52[_0x5a85('0x6')]-0x1],_0x3f340b=_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x47')][_0x5a85('0x44')](_0x555374)?'after':_0x5a85('0x3e'),_0x5541dd=_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x43')](_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x9')](_0x174f52[0x0],_0x5a85('0xa')),_0x3a0baa['model'][_0x5a85('0x9')](_0x555374,_0x3f340b));_0x3a0baa[_0x5a85('0x3d')]['change'](()=>{_0x156fb4['markBlockFormat'](_0x5541dd,{'commandName':_0x2950af,'commandParams':[],'formatGroupId':'listType'},function(_0xc387a4){const _0x45b088=new Set();for(const _0xd6a1db of _0xc387a4){let _0x2ed121=_0xd6a1db[_0x5a85('0x30')];for(;_0x2ed121&&_0x2ed121['getAttribute'](_0x5a85('0x4'))>_0xd6a1db[_0x5a85('0x1e')]('listIndent');)_0x45b088[_0x5a85('0x1c')](_0x2ed121),_0x2ed121=_0x2ed121['nextSibling'];}return Array[_0x5a85('0x38')](_0x45b088);}(_0x174f52));});};}function _0x7f3a9c(_0x5aec66){return()=>{const _0x5b8ef6=_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x21')][_0x5a85('0x23')][_0x5a85('0xc')]()[_0x5a85('0x3b')]()['value'],_0x13d9b0=_0x3a0baa['model'][_0x5a85('0x9')](_0x5b8ef6,_0x5a85('0xa')),_0x26ca19=_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x9')](_0x5b8ef6,0x0),_0xfb6b5=_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x43')](_0x13d9b0,_0x26ca19);_0x3a0baa[_0x5a85('0x3d')]['change'](()=>{_0x156fb4['markBlockFormat'](_0xfb6b5,{'commandName':_0x5aec66,'commandParams':[],'formatGroupId':_0x5a85('0x1a')});});};}function _0x42d07c(_0x2af022){const _0x5c29a6=_0x3a0baa['commands'][_0x5a85('0x22')]('bulletedList')[_0x5a85('0x46')],_0x233ed3=_0x3a0baa['commands']['get'](_0x5a85('0x37'))[_0x5a85('0x46')];return'numberedList'===_0x2af022?_0x5c29a6:_0x233ed3;}_0x156fb4['enableCommand']('numberedList',_0x2508f3(_0x5a85('0x37'))),_0x156fb4['enableCommand'](_0x5a85('0x3c'),_0x2508f3('bulletedList')),_0x156fb4[_0x5a85('0x2c')](_0x5a85('0x20'),_0x10058e(_0x5a85('0x20'))),_0x156fb4[_0x5a85('0x2c')](_0x5a85('0x12'),_0x10058e(_0x5a85('0x12'))),_0x156fb4[_0x5a85('0x2c')]('splitListItemAfter',_0x7f3a9c(_0x5a85('0x49'))),_0x156fb4[_0x5a85('0x2c')]('splitListItemBefore',_0x7f3a9c(_0x5a85('0x2d'))),_0x156fb4['_descriptionFactory']['registerElementLabel'](function(_0x19c0e6){const _0x3167fe=!_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x47')]['isObject'](_0x19c0e6),_0x5bf5fc=_0x19c0e6['previousSibling'],_0x4ac45f=_0x19c0e6['nextSibling'],_0xa97aad=_0x19c0e6[_0x5a85('0x1e')]('listItemId'),_0x433a7d=!_0x5bf5fc||_0x5bf5fc['getAttribute'](_0x5a85('0x5'))!==_0xa97aad,_0x20a238=!_0x4ac45f||_0x4ac45f[_0x5a85('0x1e')]('listItemId')!==_0xa97aad;return _0x3167fe&&Boolean(_0xa97aad)&&_0x433a7d&&_0x20a238;},_0x193a1f=>_0x5088c2(_0x228749,'ELEMENT_LIST_ITEM',_0x193a1f)),_0x156fb4['_descriptionFactory'][_0x5a85('0x40')](function(_0x40e7ed){if(_0x5a85('0x16')!=_0x40e7ed[_0x5a85('0x36')]&&_0x5a85('0x2b')!=_0x40e7ed[_0x5a85('0x36')])return;const {data:_0x115ba9}=_0x40e7ed;if(!_0x115ba9)return;let _0x34ac34,_0x2ce43d,_0x555dd8,_0x5cc412;switch(_0x115ba9[_0x5a85('0x4a')]){case _0x5a85('0x3c'):_0x555dd8=_0x115ba9[_0x5a85('0x32')][0x0][_0x5a85('0x17')],_0x5cc412=_0x42d07c(_0x115ba9[_0x5a85('0x4a')]),_0x34ac34=_0x555dd8?_0x5a85('0x3a'):_0x5a85('0x31'),!_0x5cc412&&_0x3a0baa[_0x5a85('0x7')]['get']('list.multiBlock')||(_0x34ac34=_0x5a85('0x14')),_0x2ce43d={'type':_0x5a85('0x35'),'content':_0x5088c2(_0x228749,_0x34ac34,_0x5088c2(_0x228749,_0x5a85('0xb')))};break;case _0x5a85('0x37'):_0x555dd8=_0x115ba9[_0x5a85('0x32')][0x0]['forceValue'],_0x5cc412=_0x42d07c(_0x115ba9[_0x5a85('0x4a')]),_0x34ac34=_0x555dd8?_0x5a85('0x3a'):_0x5a85('0x31'),!_0x5cc412&&_0x3a0baa[_0x5a85('0x7')][_0x5a85('0x22')]('list.multiBlock')||(_0x34ac34='*Change\x20to:*\x20%0'),_0x2ce43d={'type':_0x5a85('0x35'),'content':_0x5088c2(_0x228749,_0x34ac34,_0x5088c2(_0x228749,_0x5a85('0x48')))};break;case _0x5a85('0x20'):_0x34ac34=_0x5a85('0x39'),_0x2ce43d={'type':_0x5a85('0x35'),'content':_0x5088c2(_0x228749,_0x34ac34,_0x5088c2(_0x228749,_0x5a85('0x3')))};break;case _0x5a85('0x12'):_0x34ac34=function(_0x2e5ec8){const _0x19309c=_0x2e5ec8[_0x5a85('0x27')]();let _0x11c9a6=_0x19309c[_0x5a85('0xe')]['nodeAfter'];for(;_0x11c9a6&&_0x19309c[_0x5a85('0x10')](_0x11c9a6);){if(_0x11c9a6[_0x5a85('0x1e')]('listIndent')>0x0)return!0x1;_0x11c9a6=_0x11c9a6['nextSibling'];}return!0x0;}(_0x40e7ed)?_0x5088c2(_0x228749,_0x5a85('0x31'),_0x5088c2(_0x228749,function(_0x3dd7a7){const _0x1fa9e8=_0x3dd7a7[_0x5a85('0x27')]()[_0x5a85('0xe')][_0x5a85('0x33')];return'ELEMENT_'+_0x1fa9e8['getAttribute'](_0x5a85('0x1a'))['toUpperCase']()+'_LIST';}(_0x40e7ed))):_0x5088c2(_0x228749,_0x5a85('0x29'),_0x5088c2(_0x228749,_0x5a85('0x3'))),_0x2ce43d={'type':'format','content':_0x34ac34};break;case _0x5a85('0x0'):case _0x5a85('0x19'):!0x1===_0x115ba9[_0x5a85('0xf')]&&(_0x34ac34=_0x5a85('0x24'),_0x2ce43d={'type':'deletion','content':_0x5088c2(_0x228749,_0x34ac34,_0x5088c2(_0x228749,_0x5a85('0x3')))});}return _0x2ce43d;}),_0x156fb4['_suggestionFactory'][_0x5a85('0x1f')](_0x5a85('0x16'),'documentList',_0x5a85('0x26'),function(_0x37477e,_0x162b86){const _0x7c41da=[];for(let _0x3e5fab of _0x37477e)_0x3e5fab[_0x5a85('0xe')][_0x5a85('0x33')]===_0x3e5fab[_0x5a85('0x3e')][_0x5a85('0x11')]&&(_0x3e5fab=_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x43')](_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x9')](_0x3e5fab[_0x5a85('0xe')]['nodeAfter'],0x0))),_0x7c41da[_0x5a85('0x34')](_0x3e5fab);_0x3a0baa[_0x5a85('0x3d')][_0x5a85('0x25')](_0x63048c=>{const _0x4dae43=_0x3a0baa[_0x5a85('0x3d')]['document'][_0x5a85('0x23')],_0x2bd847=Array[_0x5a85('0x38')](_0x4dae43[_0x5a85('0x8')]())[_0x5a85('0x15')](_0x1585c9=>_0x23eda0[_0x5a85('0x2a')](_0x1585c9));_0x63048c[_0x5a85('0x1')](_0x7c41da),_0x3a0baa['commands'][_0x5a85('0x22')](_0x162b86[_0x5a85('0x4a')])['refresh'](),_0x162b86[_0x5a85('0x32')][_0x5a85('0x34')]({'forceDefaultExecution':!0x0}),_0x3a0baa[_0x5a85('0x18')](_0x162b86[_0x5a85('0x4a')],..._0x162b86[_0x5a85('0x32')]),_0x63048c[_0x5a85('0x1')](_0x2bd847);for(const _0xbafb14 of _0x2bd847)_0xbafb14[_0x5a85('0x1b')]();});});}}
@@ -5,9 +5,9 @@
5
5
  /**
6
6
  * @module track-changes/integrations/documentlistproperties
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import type { Description } from '../suggestiondescriptionfactory';
10
- import type Suggestion from '../suggestion';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import type { Description } from '../suggestiondescriptionfactory.js';
10
+ import type Suggestion from '../suggestion.js';
11
11
  /**
12
12
  * Provides track changes plugin integration for document list properties feature.
13
13
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x59bb=['markMultiRangeBlockFormat','commandParams','TrackChangesEditing','change','selection','push','handleListStartCommand','getListTypeFromListStyleType','listStyle','reversed','enableCommand','config','*Format:*\x20set\x20order\x20to\x20regular','plugins','_getTranslationKeyForListStyle','model','afterInit','toUpperCase','list.properties','_LIST_','editor','handleDescriptions','handleListReversedCommand','*Change\x20to:*\x20%0','styles','get','listReversed','filter','isFirstBlockOfListItem','DocumentListPropertiesEditing','listStart','length','getSelectedBlocks','from','_getSuggestionBlocks','startIndex','bind','ELEMENT_','format','formatBlock','commandName','type','_getSuggestionBlocksForListStyle','formatInline','listType','getAttribute','isListItemBlock','has','document','handleListStyleCommand','DocumentListUtils','registerDescriptionCallback','DocumentListPropertiesUtils','expandListBlocksToCompleteList','numbered'];(function(_0x1acbfd,_0x59bb59){const _0x5c8b84=function(_0x2ef991){while(--_0x2ef991){_0x1acbfd['push'](_0x1acbfd['shift']());}};_0x5c8b84(++_0x59bb59);}(_0x59bb,0xd4));const _0x5c8b=function(_0x1acbfd,_0x59bb59){_0x1acbfd=_0x1acbfd-0x0;let _0x5c8b84=_0x59bb[_0x1acbfd];return _0x5c8b84;};import{Plugin as _0x43e23b}from'ckeditor5/src/core';import{getTranslation as _0x2efc6c}from'../utils/common-translations';export default class z extends _0x43e23b{[_0x5c8b('0x18')](){if(!this[_0x5c8b('0x1c')]['plugins'][_0x5c8b('0x0')](_0x5c8b('0x25')))return;const _0x4a084a=this['editor'][_0x5c8b('0x13')][_0x5c8b('0x21')](_0x5c8b('0x1a')),_0x22a66b=this[_0x5c8b('0x1c')][_0x5c8b('0x15')][_0x5c8b('0x21')](_0x5c8b('0xa'));_0x4a084a[_0x5c8b('0x20')]&&_0x22a66b[_0x5c8b('0x12')](_0x5c8b('0x10'),this[_0x5c8b('0x2')][_0x5c8b('0x2c')](this)),_0x4a084a[_0x5c8b('0x11')]&&_0x22a66b[_0x5c8b('0x12')](_0x5c8b('0x22'),this[_0x5c8b('0x1e')][_0x5c8b('0x2c')](this)),_0x4a084a['startIndex']&&_0x22a66b[_0x5c8b('0x12')](_0x5c8b('0x26'),this[_0x5c8b('0xe')][_0x5c8b('0x2c')](this)),_0x22a66b['_descriptionFactory'][_0x5c8b('0x4')](this[_0x5c8b('0x1d')]['bind'](this));}[_0x5c8b('0x2')](_0x508884,_0x1cbfc={}){const _0x31322b=this['editor'][_0x5c8b('0x15')][_0x5c8b('0x21')](_0x5c8b('0xa')),_0x9c4c0f=this[_0x5c8b('0x32')]();this[_0x5c8b('0x1c')]['model'][_0x5c8b('0xb')](()=>{_0x31322b[_0x5c8b('0x8')](_0x9c4c0f,{'commandName':_0x5c8b('0x10'),'commandParams':[{'type':_0x1cbfc['type']}],'formatGroupId':_0x5c8b('0x10')});});}[_0x5c8b('0x1e')](_0x290538,_0x2b8bf1={}){const _0x385da0=this['editor']['plugins'][_0x5c8b('0x21')]('TrackChangesEditing'),_0x12c068=this['editor']['plugins'][_0x5c8b('0x21')](_0x5c8b('0x3')),_0x3f7c1a=this[_0x5c8b('0x2a')](_0x1cd7d6=>_0x12c068[_0x5c8b('0x36')](_0x1cd7d6)&&_0x5c8b('0x7')===_0x1cd7d6['getAttribute'](_0x5c8b('0x34')));null!==_0x3f7c1a&&this[_0x5c8b('0x1c')]['model']['change'](()=>{_0x385da0[_0x5c8b('0x8')](_0x3f7c1a,{'commandName':_0x5c8b('0x22'),'commandParams':[{'reversed':_0x2b8bf1[_0x5c8b('0x11')]}],'formatGroupId':_0x5c8b('0x22')});});}[_0x5c8b('0xe')](_0x293a01,_0x5e7b00={}){const _0x2f98b2=this[_0x5c8b('0x1c')]['plugins'][_0x5c8b('0x21')](_0x5c8b('0xa')),_0x58ec7b=this[_0x5c8b('0x1c')][_0x5c8b('0x15')][_0x5c8b('0x21')](_0x5c8b('0x3')),_0x578456=this[_0x5c8b('0x2a')](_0x669037=>_0x58ec7b[_0x5c8b('0x36')](_0x669037)&&_0x5c8b('0x7')===_0x669037[_0x5c8b('0x35')](_0x5c8b('0x34')));null!==_0x578456&&this[_0x5c8b('0x1c')]['model'][_0x5c8b('0xb')](()=>{_0x2f98b2[_0x5c8b('0x8')](_0x578456,{'commandName':_0x5c8b('0x26'),'commandParams':[{'startIndex':_0x5e7b00[_0x5c8b('0x2b')]}],'formatGroupId':_0x5c8b('0x26')});});}[_0x5c8b('0x1d')](_0xc4caf4){if(_0x5c8b('0x2f')!=_0xc4caf4['type']&&_0x5c8b('0x33')!=_0xc4caf4[_0x5c8b('0x31')])return;const _0x970181=this[_0x5c8b('0x1c')]['locale'],{data:_0x219d6e}=_0xc4caf4;if(!_0x219d6e)return;let _0x596be6,_0x1426ec;switch(_0x219d6e[_0x5c8b('0x30')]){case'listStyle':_0x596be6=_0x5c8b('0x1f'),_0x1426ec={'type':_0x5c8b('0x2e'),'content':_0x2efc6c(_0x970181,_0x596be6,_0x2efc6c(_0x970181,this[_0x5c8b('0x16')](_0x219d6e[_0x5c8b('0x9')][0x0][_0x5c8b('0x31')])))};break;case _0x5c8b('0x22'):_0x596be6=_0x219d6e[_0x5c8b('0x9')][0x0][_0x5c8b('0x11')]?'*Format:*\x20set\x20order\x20to\x20reversed':_0x5c8b('0x14'),_0x1426ec={'type':_0x5c8b('0x2e'),'content':_0x2efc6c(_0x970181,_0x596be6)};break;case'listStart':_0x596be6='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x1426ec={'type':'format','content':_0x2efc6c(_0x970181,_0x596be6,_0x219d6e['commandParams'][0x0][_0x5c8b('0x2b')])};}return _0x1426ec;}[_0x5c8b('0x32')](){const _0xd7abf1=this['editor'][_0x5c8b('0x15')]['get'](_0x5c8b('0x3'));let _0x3cab1e=Array[_0x5c8b('0x29')](this[_0x5c8b('0x1c')][_0x5c8b('0x17')][_0x5c8b('0x1')][_0x5c8b('0xc')]['getSelectedBlocks']());return _0x3cab1e[_0x5c8b('0xd')](..._0xd7abf1[_0x5c8b('0x6')](_0x3cab1e)),_0x3cab1e=[...new Set(_0x3cab1e)],_0x3cab1e;}[_0x5c8b('0x2a')](_0x10689c){const _0x4c4d5e=this[_0x5c8b('0x1c')][_0x5c8b('0x15')][_0x5c8b('0x21')](_0x5c8b('0x3'));let _0x49d9a8=Array[_0x5c8b('0x29')](this[_0x5c8b('0x1c')][_0x5c8b('0x17')][_0x5c8b('0x1')][_0x5c8b('0xc')][_0x5c8b('0x28')]())[_0x5c8b('0x23')](_0x10689c);if(!_0x49d9a8[_0x5c8b('0x27')])return null;_0x49d9a8=_0x4c4d5e['expandListBlocksToCompleteList'](_0x49d9a8);const _0xe1760f=[];for(const _0x1ee1ba of _0x49d9a8)_0x4c4d5e[_0x5c8b('0x24')](_0x1ee1ba)&&_0xe1760f[_0x5c8b('0xd')](_0x1ee1ba);return _0xe1760f;}[_0x5c8b('0x16')](_0x55be70){return _0x5c8b('0x2d')+this[_0x5c8b('0x1c')][_0x5c8b('0x15')]['get'](_0x5c8b('0x5'))[_0x5c8b('0xf')](_0x55be70)[_0x5c8b('0x19')]()+_0x5c8b('0x1b')+_0x55be70[_0x5c8b('0x19')]()['replace'](/-/g,'_');}}
23
+ const _0x5af2=['commandParams','list.properties','listReversed','push','filter','DocumentListUtils','startIndex','ELEMENT_','handleDescriptions','reversed','from','_getSuggestionBlocks','getSelectedBlocks','plugins','listStyle','selection','length','listStart','document','_descriptionFactory','handleListStartCommand','DocumentListPropertiesUtils','*Format:*\x20set\x20start\x20index\x20to\x20%0','handleListStyleCommand','*Format:*\x20set\x20order\x20to\x20regular','markMultiRangeBlockFormat','_getTranslationKeyForListStyle','get','has','TrackChangesEditing','config','format','enableCommand','_getSuggestionBlocksForListStyle','handleListReversedCommand','formatInline','bind','numbered','expandListBlocksToCompleteList','*Change\x20to:*\x20%0','afterInit','editor','type','commandName','formatBlock','listType','model','toUpperCase','change'];(function(_0x27d77a,_0x5af27a){const _0x335687=function(_0x2a6e49){while(--_0x2a6e49){_0x27d77a['push'](_0x27d77a['shift']());}};_0x335687(++_0x5af27a);}(_0x5af2,0x10b));const _0x3356=function(_0x27d77a,_0x5af27a){_0x27d77a=_0x27d77a-0x0;let _0x335687=_0x5af2[_0x27d77a];return _0x335687;};import{Plugin as _0x4473c0}from'ckeditor5/src/core.js';import{getTranslation as _0x1253a8}from'../utils/common-translations.js';export default class z extends _0x4473c0{[_0x3356('0x12')](){if(!this[_0x3356('0x13')]['plugins'][_0x3356('0x6')]('DocumentListPropertiesEditing'))return;const _0x11674b=this[_0x3356('0x13')][_0x3356('0x8')][_0x3356('0x5')](_0x3356('0x1c')),_0x22181e=this['editor'][_0x3356('0x28')][_0x3356('0x5')](_0x3356('0x7'));_0x11674b['styles']&&_0x22181e[_0x3356('0xa')](_0x3356('0x29'),this['handleListStyleCommand']['bind'](this)),_0x11674b['reversed']&&_0x22181e[_0x3356('0xa')](_0x3356('0x1d'),this[_0x3356('0xc')][_0x3356('0xe')](this)),_0x11674b[_0x3356('0x21')]&&_0x22181e[_0x3356('0xa')](_0x3356('0x2c'),this[_0x3356('0x2f')]['bind'](this)),_0x22181e[_0x3356('0x2e')]['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}[_0x3356('0x1')](_0x2b32bf,_0x10ec15={}){const _0x203a94=this[_0x3356('0x13')][_0x3356('0x28')][_0x3356('0x5')](_0x3356('0x7')),_0x48cd97=this[_0x3356('0xb')]();this[_0x3356('0x13')][_0x3356('0x18')][_0x3356('0x1a')](()=>{_0x203a94[_0x3356('0x3')](_0x48cd97,{'commandName':_0x3356('0x29'),'commandParams':[{'type':_0x10ec15[_0x3356('0x14')]}],'formatGroupId':_0x3356('0x29')});});}[_0x3356('0xc')](_0x3a169e,_0x52bb53={}){const _0x8f2705=this['editor'][_0x3356('0x28')][_0x3356('0x5')](_0x3356('0x7')),_0x2c2186=this[_0x3356('0x13')]['plugins'][_0x3356('0x5')](_0x3356('0x20')),_0xeb246a=this['_getSuggestionBlocks'](_0x4070f6=>_0x2c2186['isListItemBlock'](_0x4070f6)&&'numbered'===_0x4070f6['getAttribute']('listType'));null!==_0xeb246a&&this['editor']['model'][_0x3356('0x1a')](()=>{_0x8f2705[_0x3356('0x3')](_0xeb246a,{'commandName':_0x3356('0x1d'),'commandParams':[{'reversed':_0x52bb53['reversed']}],'formatGroupId':_0x3356('0x1d')});});}[_0x3356('0x2f')](_0xbb6d4d,_0x37a26c={}){const _0x2fc75d=this['editor'][_0x3356('0x28')]['get'](_0x3356('0x7')),_0x3cfd37=this[_0x3356('0x13')][_0x3356('0x28')]['get']('DocumentListUtils'),_0x27f4cd=this[_0x3356('0x26')](_0x14236c=>_0x3cfd37['isListItemBlock'](_0x14236c)&&_0x3356('0xf')===_0x14236c['getAttribute'](_0x3356('0x17')));null!==_0x27f4cd&&this['editor']['model']['change'](()=>{_0x2fc75d[_0x3356('0x3')](_0x27f4cd,{'commandName':_0x3356('0x2c'),'commandParams':[{'startIndex':_0x37a26c[_0x3356('0x21')]}],'formatGroupId':_0x3356('0x2c')});});}[_0x3356('0x23')](_0x3bd39f){if(_0x3356('0x16')!=_0x3bd39f[_0x3356('0x14')]&&_0x3356('0xd')!=_0x3bd39f[_0x3356('0x14')])return;const _0x139a81=this['editor']['locale'],{data:_0x973bd6}=_0x3bd39f;if(!_0x973bd6)return;let _0x32b651,_0x5c1741;switch(_0x973bd6[_0x3356('0x15')]){case _0x3356('0x29'):_0x32b651=_0x3356('0x11'),_0x5c1741={'type':_0x3356('0x9'),'content':_0x1253a8(_0x139a81,_0x32b651,_0x1253a8(_0x139a81,this[_0x3356('0x4')](_0x973bd6[_0x3356('0x1b')][0x0]['type'])))};break;case _0x3356('0x1d'):_0x32b651=_0x973bd6[_0x3356('0x1b')][0x0][_0x3356('0x24')]?'*Format:*\x20set\x20order\x20to\x20reversed':_0x3356('0x2'),_0x5c1741={'type':'format','content':_0x1253a8(_0x139a81,_0x32b651)};break;case _0x3356('0x2c'):_0x32b651=_0x3356('0x0'),_0x5c1741={'type':'format','content':_0x1253a8(_0x139a81,_0x32b651,_0x973bd6[_0x3356('0x1b')][0x0][_0x3356('0x21')])};}return _0x5c1741;}[_0x3356('0xb')](){const _0x2c1b35=this['editor'][_0x3356('0x28')]['get'](_0x3356('0x20'));let _0x1ecdae=Array[_0x3356('0x25')](this[_0x3356('0x13')][_0x3356('0x18')][_0x3356('0x2d')][_0x3356('0x2a')][_0x3356('0x27')]());return _0x1ecdae[_0x3356('0x1e')](..._0x2c1b35['expandListBlocksToCompleteList'](_0x1ecdae)),_0x1ecdae=[...new Set(_0x1ecdae)],_0x1ecdae;}['_getSuggestionBlocks'](_0x1d6c1a){const _0x29eace=this[_0x3356('0x13')][_0x3356('0x28')][_0x3356('0x5')](_0x3356('0x20'));let _0x30f510=Array['from'](this[_0x3356('0x13')][_0x3356('0x18')][_0x3356('0x2d')][_0x3356('0x2a')]['getSelectedBlocks']())[_0x3356('0x1f')](_0x1d6c1a);if(!_0x30f510[_0x3356('0x2b')])return null;_0x30f510=_0x29eace[_0x3356('0x10')](_0x30f510);const _0x10a868=[];for(const _0xb0e16c of _0x30f510)_0x29eace['isFirstBlockOfListItem'](_0xb0e16c)&&_0x10a868[_0x3356('0x1e')](_0xb0e16c);return _0x10a868;}[_0x3356('0x4')](_0x21d0fd){return _0x3356('0x22')+this['editor'][_0x3356('0x28')][_0x3356('0x5')](_0x3356('0x30'))['getListTypeFromListStyleType'](_0x21d0fd)['toUpperCase']()+'_LIST_'+_0x21d0fd[_0x3356('0x19')]()['replace'](/-/g,'_');}}
@@ -5,8 +5,8 @@
5
5
  /**
6
6
  * @module track-changes/integrations/entercommand
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { Enter } from 'ckeditor5/src/enter';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { Enter } from 'ckeditor5/src/enter.js';
10
10
  /**
11
11
  * Provides track changes plugin integration for {@link module:enter/entercommand~EnterCommand enter command}.
12
12
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5b36=['commands','afterExecute','end','change','markInsertion','createRange','get','high','downcastDispatcher','enter','detach','data','showSuggestionHighlights','editing','remove','addMarker:suggestion:insertion','createPositionAt','init','unbindElementFromMarkerName','TrackChangesEditing','split','setSelection','requires','fire','markerName','parent','model','mapper','removeMarker:suggestion:insertion','bind','writer'];(function(_0x5c8d64,_0x5b3656){const _0x454cb8=function(_0x528ef9){while(--_0x528ef9){_0x5c8d64['push'](_0x5c8d64['shift']());}};_0x454cb8(++_0x5b3656);}(_0x5b36,0x1e9));const _0x454c=function(_0x5c8d64,_0x5b3656){_0x5c8d64=_0x5c8d64-0x0;let _0x454cb8=_0x5b36[_0x5c8d64];return _0x454cb8;};import{Plugin as _0x42b1fb}from'ckeditor5/src/core';import{Enter as _0x16e3a5}from'ckeditor5/src/enter';import{LiveRange as _0x5dff02}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x158c54}from'./utils';export default class W extends _0x42b1fb{static get[_0x454c('0x1d')](){return[_0x16e3a5];}[_0x454c('0x18')](){const _0x305ed9=this['editor'],_0x329340=_0x305ed9['plugins']['get'](_0x454c('0x1a')),_0x1b2141=_0x305ed9[_0x454c('0x7')][_0x454c('0xd')](_0x454c('0x10'));_0x329340['enableCommand']('enter',()=>{_0x305ed9['model'][_0x454c('0xa')](_0x57bd1a=>{const _0x22e6b9=_0x305ed9[_0x454c('0x2')]['document']['selection'],_0x33c6bc=_0x22e6b9['getFirstPosition'](),_0x55ade2=_0x5dff02['fromRange'](_0x22e6b9['getFirstRange']());if(_0x1b2141['enterBlock'](_0x57bd1a)){const _0x477977=_0x305ed9[_0x454c('0x2')][_0x454c('0x17')](_0x33c6bc[_0x454c('0x1')]['nextSibling'],0x0),_0x2988a0=_0x57bd1a[_0x454c('0xc')](_0x33c6bc,_0x477977);_0x329340[_0x454c('0xb')](_0x2988a0);}else _0x57bd1a[_0x454c('0x1c')](_0x57bd1a[_0x454c('0xc')](_0x55ade2[_0x454c('0x9')]));_0x55ade2[_0x454c('0x11')](),_0x1b2141[_0x454c('0x1e')](_0x454c('0x8'),{'writer':_0x57bd1a});});}),_0x305ed9[_0x454c('0x14')][_0x454c('0xf')]['on'](_0x454c('0x16'),_0x158c54(_0x305ed9,_0x454c('0x1b')),{'priority':_0x454c('0xe')}),_0x305ed9[_0x454c('0x14')][_0x454c('0xf')]['on'](_0x454c('0x4'),(_0x10607f,_0x3f5086,_0x5f338a)=>{const _0x106daf=_0x5f338a[_0x454c('0x3')]['markerNameToElements'](_0x3f5086['markerName']);if(_0x106daf)for(const _0x2333c1 of _0x106daf)_0x2333c1['hasClass']('ck-suggestion-marker-split')&&(_0x5f338a[_0x454c('0x3')][_0x454c('0x19')](_0x2333c1,_0x3f5086[_0x454c('0x0')]),_0x5f338a[_0x454c('0x6')][_0x454c('0x15')](_0x2333c1));},{'priority':_0x454c('0xe')}),_0x305ed9[_0x454c('0x12')][_0x454c('0xf')]['on'](_0x454c('0x16'),(_0x2e6645,_0x3a18cc,_0x1e6e41)=>{_0x1e6e41['options'][_0x454c('0x13')]&&_0x158c54(_0x305ed9,_0x454c('0x1b'),{'showActiveMarker':!0x1})[_0x454c('0x5')](this)(_0x2e6645,_0x3a18cc,_0x1e6e41);},{'priority':_0x454c('0xe')});}}
23
+ const _0x46a3=['fire','afterExecute','high','split','get','enableCommand','addMarker:suggestion:insertion','selection','parent','enter','remove','editing','writer','requires','end','createRange','ck-suggestion-marker-split','downcastDispatcher','bind','editor','document','createPositionAt','unbindElementFromMarkerName','commands','TrackChangesEditing','model','removeMarker:suggestion:insertion','plugins','markInsertion','nextSibling','change','hasClass','showSuggestionHighlights','markerName','data','setSelection','getFirstPosition'];(function(_0x51da34,_0x46a351){const _0x1806af=function(_0x51dfd6){while(--_0x51dfd6){_0x51da34['push'](_0x51da34['shift']());}};_0x1806af(++_0x46a351);}(_0x46a3,0x1bc));const _0x1806=function(_0x51da34,_0x46a351){_0x51da34=_0x51da34-0x0;let _0x1806af=_0x46a3[_0x51da34];return _0x1806af;};import{Plugin as _0x1a5b25}from'ckeditor5/src/core.js';import{Enter as _0x2d0f31}from'ckeditor5/src/enter.js';import{LiveRange as _0x464637}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x15a731}from'./utils.js';export default class W extends _0x1a5b25{static get[_0x1806('0xd')](){return[_0x2d0f31];}['init'](){const _0x1c15c9=this[_0x1806('0x13')],_0x373a02=_0x1c15c9[_0x1806('0x1b')][_0x1806('0x4')](_0x1806('0x18')),_0x494a1f=_0x1c15c9[_0x1806('0x17')][_0x1806('0x4')](_0x1806('0x9'));_0x373a02[_0x1806('0x5')](_0x1806('0x9'),()=>{_0x1c15c9[_0x1806('0x19')][_0x1806('0x1e')](_0x41f227=>{const _0x394c64=_0x1c15c9[_0x1806('0x19')][_0x1806('0x14')][_0x1806('0x7')],_0x14ffca=_0x394c64[_0x1806('0x24')](),_0x252fd7=_0x464637['fromRange'](_0x394c64['getFirstRange']());if(_0x494a1f['enterBlock'](_0x41f227)){const _0x21f7e6=_0x1c15c9[_0x1806('0x19')][_0x1806('0x15')](_0x14ffca[_0x1806('0x8')][_0x1806('0x1d')],0x0),_0x587789=_0x41f227[_0x1806('0xf')](_0x14ffca,_0x21f7e6);_0x373a02[_0x1806('0x1c')](_0x587789);}else _0x41f227[_0x1806('0x23')](_0x41f227[_0x1806('0xf')](_0x252fd7[_0x1806('0xe')]));_0x252fd7['detach'](),_0x494a1f[_0x1806('0x0')](_0x1806('0x1'),{'writer':_0x41f227});});}),_0x1c15c9[_0x1806('0xb')][_0x1806('0x11')]['on'](_0x1806('0x6'),_0x15a731(_0x1c15c9,_0x1806('0x3')),{'priority':_0x1806('0x2')}),_0x1c15c9[_0x1806('0xb')][_0x1806('0x11')]['on'](_0x1806('0x1a'),(_0x18b027,_0x36a576,_0x571e16)=>{const _0xd5167c=_0x571e16['mapper']['markerNameToElements'](_0x36a576[_0x1806('0x21')]);if(_0xd5167c)for(const _0x118998 of _0xd5167c)_0x118998[_0x1806('0x1f')](_0x1806('0x10'))&&(_0x571e16['mapper'][_0x1806('0x16')](_0x118998,_0x36a576[_0x1806('0x21')]),_0x571e16[_0x1806('0xc')][_0x1806('0xa')](_0x118998));},{'priority':'high'}),_0x1c15c9[_0x1806('0x22')]['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x29535e,_0xdc4c05,_0x1f6076)=>{_0x1f6076['options'][_0x1806('0x20')]&&_0x15a731(_0x1c15c9,'split',{'showActiveMarker':!0x1})[_0x1806('0x12')](this)(_0x29535e,_0xdc4c05,_0x1f6076);},{'priority':'high'});}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/findandreplace
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for find and replace feature.
11
11
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c16=['FindAndReplaceEditing','has','get','find','enableCommand','replaceAll','item','start','model','bind','_isInDeletionRange','findNext','getIntersection','end','afterInit','markers','suggestion:deletion','editor','plugins','createRange','findByTextCallback','getRange','string'];(function(_0x3b6410,_0x3c1611){const _0x4c7e5d=function(_0x388f7a){while(--_0x388f7a){_0x3b6410['push'](_0x3b6410['shift']());}};_0x4c7e5d(++_0x3c1611);}(_0x3c16,0x15d));const _0x4c7e=function(_0x3b6410,_0x3c1611){_0x3b6410=_0x3b6410-0x0;let _0x4c7e5d=_0x3c16[_0x3b6410];return _0x4c7e5d;};import{Plugin as _0x3fc205}from'ckeditor5/src/core';export default class J extends _0x3fc205{[_0x4c7e('0xa')](){if(!this[_0x4c7e('0xd')]['plugins'][_0x4c7e('0x14')](_0x4c7e('0x13')))return;const _0x4914fd=this[_0x4c7e('0xd')][_0x4c7e('0xe')]['get']('TrackChangesEditing');_0x4914fd[_0x4c7e('0x0')](_0x4c7e('0x16'),this['handleFindCommand'][_0x4c7e('0x5')](this)),_0x4914fd[_0x4c7e('0x0')](_0x4c7e('0x7')),_0x4914fd[_0x4c7e('0x0')]('findPrevious'),_0x4914fd['enableCommand']('replace'),_0x4914fd['enableCommand'](_0x4c7e('0x1'));}['handleFindCommand'](_0x1d2602,_0x540a69,_0x59d25a={}){const _0x16b4d4=this[_0x4c7e('0xd')][_0x4c7e('0xe')][_0x4c7e('0x15')]('FindAndReplaceUtils');return _0x1d2602(_0xc6ad44=>(_0x4c7e('0x12')==typeof _0x540a69?_0x16b4d4[_0x4c7e('0x10')](_0x540a69,_0x59d25a):_0x540a69)(_0xc6ad44)['filter'](_0x2ca6c2=>!0x1===this[_0x4c7e('0x6')](_0x2ca6c2,_0xc6ad44[_0x4c7e('0x2')])),_0x59d25a);}[_0x4c7e('0x6')](_0x2d0a79,_0x40028d){const _0x2d4e46=this[_0x4c7e('0xd')][_0x4c7e('0x4')][_0x4c7e('0xf')](this[_0x4c7e('0xd')][_0x4c7e('0x4')]['createPositionAt'](_0x40028d,_0x2d0a79[_0x4c7e('0x3')]),this[_0x4c7e('0xd')][_0x4c7e('0x4')]['createPositionAt'](_0x40028d,_0x2d0a79[_0x4c7e('0x9')]));for(const _0x5ef0b9 of this[_0x4c7e('0xd')]['model'][_0x4c7e('0xb')]['getMarkersGroup'](_0x4c7e('0xc')))if(null!==_0x2d4e46[_0x4c7e('0x8')](_0x5ef0b9[_0x4c7e('0x11')]()))return!0x0;return!0x1;}}
23
+ const _0x5dab=['filter','findByTextCallback','findNext','replace','bind','_isInDeletionRange','model','createPositionAt','createRange','start','find','string','afterInit','enableCommand','plugins','markers','end','get','TrackChangesEditing','FindAndReplaceUtils','getIntersection','editor','FindAndReplaceEditing','findPrevious'];(function(_0x42ac72,_0x5dab6e){const _0x372eb9=function(_0x1ff846){while(--_0x1ff846){_0x42ac72['push'](_0x42ac72['shift']());}};_0x372eb9(++_0x5dab6e);}(_0x5dab,0x17c));const _0x372e=function(_0x42ac72,_0x5dab6e){_0x42ac72=_0x42ac72-0x0;let _0x372eb9=_0x5dab[_0x42ac72];return _0x372eb9;};import{Plugin as _0x10560e}from'ckeditor5/src/core.js';export default class J extends _0x10560e{[_0x372e('0x10')](){if(!this[_0x372e('0x1')][_0x372e('0x12')]['has'](_0x372e('0x2')))return;const _0x202fcb=this[_0x372e('0x1')]['plugins'][_0x372e('0x15')](_0x372e('0x16'));_0x202fcb[_0x372e('0x11')](_0x372e('0xe'),this['handleFindCommand'][_0x372e('0x8')](this)),_0x202fcb['enableCommand'](_0x372e('0x6')),_0x202fcb[_0x372e('0x11')](_0x372e('0x3')),_0x202fcb[_0x372e('0x11')](_0x372e('0x7')),_0x202fcb['enableCommand']('replaceAll');}['handleFindCommand'](_0x539f4b,_0x362c88,_0x587c95={}){const _0x46357c=this[_0x372e('0x1')][_0x372e('0x12')][_0x372e('0x15')](_0x372e('0x17'));return _0x539f4b(_0x2c2723=>(_0x372e('0xf')==typeof _0x362c88?_0x46357c[_0x372e('0x5')](_0x362c88,_0x587c95):_0x362c88)(_0x2c2723)[_0x372e('0x4')](_0x2d2de5=>!0x1===this[_0x372e('0x9')](_0x2d2de5,_0x2c2723['item'])),_0x587c95);}['_isInDeletionRange'](_0x5a45f4,_0x23f914){const _0x1f7d47=this['editor'][_0x372e('0xa')][_0x372e('0xc')](this[_0x372e('0x1')][_0x372e('0xa')][_0x372e('0xb')](_0x23f914,_0x5a45f4[_0x372e('0xd')]),this[_0x372e('0x1')][_0x372e('0xa')][_0x372e('0xb')](_0x23f914,_0x5a45f4[_0x372e('0x14')]));for(const _0x44037d of this[_0x372e('0x1')][_0x372e('0xa')][_0x372e('0x13')]['getMarkersGroup']('suggestion:deletion'))if(null!==_0x1f7d47[_0x372e('0x0')](_0x44037d['getRange']()))return!0x0;return!0x1;}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/font
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for font features.
11
11
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2735=['format','*Set\x20font\x20size:*\x20%0','FontBackgroundColorEditing','registerAttributeLabel','label','type','config','normalizeSizeOptions','_enableDefaultAttributesIntegration','toLowerCase','fontBackgroundColor.colors','find','value','FontSizeEditing','FontSize','fontBackgroundColor','*Reset\x20font\x20background\x20color*','*Set\x20font\x20color:*\x20%0','get','FontColorEditing','*Set\x20font\x20family:*\x20%0','FORMAT_FONT_SIZE','FORMAT_FONT_FAMILY','title','*Reset\x20font\x20size*','plugins','locale','has','commandParams','TrackChangesEditing','fontSize','*Set\x20font\x20background\x20color:*\x20%0','fontColor','model','registerDescriptionCallback','FontFamilyEditing','fontSize.options','fontFamily','_registerLegacyDescription','editor','_descriptionFactory','*Reset\x20font\x20family*','commandName','formatInline','FORMAT_FONT_BACKGROUND','afterInit'];(function(_0x369262,_0x2735b9){const _0x142cd1=function(_0x4977c9){while(--_0x4977c9){_0x369262['push'](_0x369262['shift']());}};_0x142cd1(++_0x2735b9);}(_0x2735,0x149));const _0x142c=function(_0x369262,_0x2735b9){_0x369262=_0x369262-0x0;let _0x142cd1=_0x2735[_0x369262];return _0x142cd1;};import{Plugin as _0x509e70}from'ckeditor5/src/core';import{normalizeColorOptions as _0xdbdacb}from'ckeditor5/src/ui';import{getTranslation as _0xeb5c68}from'../utils/common-translations';const ro=[{'pluginName':_0x142c('0x6'),'commandName':_0x142c('0x17')},{'pluginName':_0x142c('0x1c'),'commandName':'fontFamily'},{'pluginName':_0x142c('0xc'),'commandName':_0x142c('0x19')},{'pluginName':_0x142c('0x29'),'commandName':'fontBackgroundColor'}];export default class K extends _0x509e70{[_0x142c('0x26')](){const _0x329289=this['editor'][_0x142c('0x13')],_0x1ecb74=this[_0x142c('0x20')][_0x142c('0x12')][_0x142c('0xb')](_0x142c('0x16'));for(const {pluginName:_0x2b8103,commandName:_0x490f01}of ro)this[_0x142c('0x20')]['plugins'][_0x142c('0x14')](_0x2b8103)&&_0x1ecb74[_0x142c('0x1')](_0x490f01,[_0x490f01]);_0x329289['t'],(_0x1ecb74[_0x142c('0x21')][_0x142c('0x2a')](_0x142c('0x17'),_0xeb5c68(_0x329289,_0x142c('0xe'))),_0x1ecb74['_descriptionFactory'][_0x142c('0x2a')](_0x142c('0x1e'),_0xeb5c68(_0x329289,_0x142c('0xf'))),_0x1ecb74[_0x142c('0x21')][_0x142c('0x2a')](_0x142c('0x19'),_0xeb5c68(_0x329289,'FORMAT_FONT_COLOR')),_0x1ecb74[_0x142c('0x21')][_0x142c('0x2a')](_0x142c('0x8'),_0xeb5c68(_0x329289,_0x142c('0x25'))),this[_0x142c('0x1f')]());}['_registerLegacyDescription'](){const _0x10aedc=this['editor'],_0x1cb30a=_0x10aedc[_0x142c('0x13')];_0x10aedc[_0x142c('0x12')][_0x142c('0xb')](_0x142c('0x16'))['_descriptionFactory'][_0x142c('0x1b')](_0xe80ebc=>{const _0x3fafea=_0x1cb30a['t'];if(_0x142c('0x24')!=_0xe80ebc[_0x142c('0x2c')])return;const {data:_0x3b4198}=_0xe80ebc;if(null!=_0x3b4198){if(_0x142c('0x17')==_0x3b4198[_0x142c('0x23')]){const _0x56beda=_0x3b4198[_0x142c('0x15')][0x0]['value'];if(_0x56beda){const _0x4e34de=_0x3fafea(this['editor'][_0x142c('0x12')][_0x142c('0xb')](_0x142c('0x7'))[_0x142c('0x0')](this['editor'][_0x142c('0x2d')][_0x142c('0xb')](_0x142c('0x1d')))[_0x142c('0x4')](_0x374a3d=>_0x374a3d[_0x142c('0x1a')]==_0x56beda)[_0x142c('0x10')])['toLowerCase']();return{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,_0x142c('0x28'),_0x4e34de)};}return{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,_0x142c('0x11'))};}if(_0x142c('0x1e')==_0x3b4198[_0x142c('0x23')]){const _0x5ced86=_0x3b4198['commandParams'][0x0][_0x142c('0x5')];return _0x5ced86?{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,_0x142c('0xd'),_0x5ced86)}:{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,_0x142c('0x22'))};}if(_0x142c('0x19')==_0x3b4198['commandName']){const _0x117f9d=_0x3b4198[_0x142c('0x15')][0x0][_0x142c('0x5')];if(_0x117f9d){const _0x56549a=_0xdbdacb(this[_0x142c('0x20')][_0x142c('0x2d')]['get']('fontColor.colors'))[_0x142c('0x4')](_0x21d063=>_0x21d063[_0x142c('0x1a')]==_0x117f9d);let _0x23b8f4=_0x117f9d,_0x37b4a9='';return _0x56549a&&(_0x23b8f4=_0x56549a['label'],_0x37b4a9=_0x3fafea(_0x23b8f4)[_0x142c('0x2')]()),{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,_0x142c('0xa'),_0x37b4a9)['trim'](),'color':{'value':_0x117f9d,'title':_0x37b4a9||_0x23b8f4}};}return{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x3b4198[_0x142c('0x23')]){const _0x2bf836=_0x3b4198['commandParams'][0x0][_0x142c('0x5')];if(_0x2bf836){const _0x29321c=_0xdbdacb(this['editor'][_0x142c('0x2d')][_0x142c('0xb')](_0x142c('0x3')))[_0x142c('0x4')](_0x53595f=>_0x53595f[_0x142c('0x1a')]==_0x2bf836);let _0x230456=_0x2bf836,_0x4cbf63='';return _0x29321c&&(_0x230456=_0x29321c[_0x142c('0x2b')],_0x4cbf63=_0x3fafea(_0x230456)[_0x142c('0x2')]()),{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,_0x142c('0x18'),_0x4cbf63)['trim'](),'color':{'value':_0x2bf836,'title':_0x4cbf63||_0x230456}};}return{'type':_0x142c('0x27'),'content':_0xeb5c68(_0x1cb30a,_0x142c('0x9'))};}}});}}
23
+ const _0x5176=['title','fontSize.options','format','has','registerDescriptionCallback','label','editor','_enableDefaultAttributesIntegration','normalizeSizeOptions','*Reset\x20font\x20size*','find','*Set\x20font\x20size:*\x20%0','plugins','_registerLegacyDescription','toLowerCase','get','model','type','*Reset\x20font\x20family*','commandParams','value','fontColor.colors','locale','registerAttributeLabel','_descriptionFactory','commandName','FontBackgroundColorEditing','FORMAT_FONT_FAMILY','trim','*Set\x20font\x20family:*\x20%0','FontColorEditing','config','*Reset\x20font\x20color*','FontSizeEditing','afterInit','formatInline','FontFamilyEditing','fontBackgroundColor','fontSize','FORMAT_FONT_COLOR','fontColor','FontSize','FORMAT_FONT_BACKGROUND','fontFamily'];(function(_0x2bf285,_0x517696){const _0x44476d=function(_0xa14ae6){while(--_0xa14ae6){_0x2bf285['push'](_0x2bf285['shift']());}};_0x44476d(++_0x517696);}(_0x5176,0x11c));const _0x4447=function(_0x2bf285,_0x517696){_0x2bf285=_0x2bf285-0x0;let _0x44476d=_0x5176[_0x2bf285];return _0x44476d;};import{Plugin as _0x3953da}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x5cb1a3}from'ckeditor5/src/ui.js';import{getTranslation as _0x5d4e1a}from'../utils/common-translations.js';const ro=[{'pluginName':_0x4447('0xd'),'commandName':'fontSize'},{'pluginName':_0x4447('0x10'),'commandName':_0x4447('0x17')},{'pluginName':_0x4447('0xa'),'commandName':_0x4447('0x14')},{'pluginName':_0x4447('0x6'),'commandName':_0x4447('0x11')}];export default class K extends _0x3953da{[_0x4447('0xe')](){const _0x15ae58=this[_0x4447('0x1e')][_0x4447('0x2')],_0x2fa16b=this[_0x4447('0x1e')][_0x4447('0x24')][_0x4447('0x27')]('TrackChangesEditing');for(const {pluginName:_0x2d33cf,commandName:_0x766900}of ro)this[_0x4447('0x1e')]['plugins'][_0x4447('0x1b')](_0x2d33cf)&&_0x2fa16b[_0x4447('0x1f')](_0x766900,[_0x766900]);_0x15ae58['t'],(_0x2fa16b[_0x4447('0x4')][_0x4447('0x3')](_0x4447('0x12'),_0x5d4e1a(_0x15ae58,'FORMAT_FONT_SIZE')),_0x2fa16b[_0x4447('0x4')]['registerAttributeLabel'](_0x4447('0x17'),_0x5d4e1a(_0x15ae58,_0x4447('0x7'))),_0x2fa16b['_descriptionFactory'][_0x4447('0x3')](_0x4447('0x14'),_0x5d4e1a(_0x15ae58,_0x4447('0x13'))),_0x2fa16b['_descriptionFactory'][_0x4447('0x3')]('fontBackgroundColor',_0x5d4e1a(_0x15ae58,_0x4447('0x16'))),this[_0x4447('0x25')]());}['_registerLegacyDescription'](){const _0x5c8ada=this[_0x4447('0x1e')],_0x53ca7c=_0x5c8ada['locale'];_0x5c8ada[_0x4447('0x24')][_0x4447('0x27')]('TrackChangesEditing')[_0x4447('0x4')][_0x4447('0x1c')](_0x120550=>{const _0x4dcb5f=_0x53ca7c['t'];if(_0x4447('0xf')!=_0x120550[_0x4447('0x29')])return;const {data:_0x27eeeb}=_0x120550;if(null!=_0x27eeeb){if(_0x4447('0x12')==_0x27eeeb[_0x4447('0x5')]){const _0x21ab3d=_0x27eeeb[_0x4447('0x2b')][0x0][_0x4447('0x0')];if(_0x21ab3d){const _0x4dd979=_0x4dcb5f(this[_0x4447('0x1e')][_0x4447('0x24')][_0x4447('0x27')](_0x4447('0x15'))[_0x4447('0x20')](this[_0x4447('0x1e')]['config'][_0x4447('0x27')](_0x4447('0x19')))[_0x4447('0x22')](_0x27eac3=>_0x27eac3[_0x4447('0x28')]==_0x21ab3d)[_0x4447('0x18')])[_0x4447('0x26')]();return{'type':_0x4447('0x1a'),'content':_0x5d4e1a(_0x53ca7c,_0x4447('0x23'),_0x4dd979)};}return{'type':_0x4447('0x1a'),'content':_0x5d4e1a(_0x53ca7c,_0x4447('0x21'))};}if(_0x4447('0x17')==_0x27eeeb[_0x4447('0x5')]){const _0x51c8c3=_0x27eeeb['commandParams'][0x0][_0x4447('0x0')];return _0x51c8c3?{'type':_0x4447('0x1a'),'content':_0x5d4e1a(_0x53ca7c,_0x4447('0x9'),_0x51c8c3)}:{'type':_0x4447('0x1a'),'content':_0x5d4e1a(_0x53ca7c,_0x4447('0x2a'))};}if(_0x4447('0x14')==_0x27eeeb[_0x4447('0x5')]){const _0x55e7e7=_0x27eeeb[_0x4447('0x2b')][0x0]['value'];if(_0x55e7e7){const _0x5b3833=_0x5cb1a3(this[_0x4447('0x1e')][_0x4447('0xb')][_0x4447('0x27')](_0x4447('0x1')))['find'](_0x414ecb=>_0x414ecb['model']==_0x55e7e7);let _0x2d338d=_0x55e7e7,_0x2990f4='';return _0x5b3833&&(_0x2d338d=_0x5b3833[_0x4447('0x1d')],_0x2990f4=_0x4dcb5f(_0x2d338d)[_0x4447('0x26')]()),{'type':'format','content':_0x5d4e1a(_0x53ca7c,'*Set\x20font\x20color:*\x20%0',_0x2990f4)[_0x4447('0x8')](),'color':{'value':_0x55e7e7,'title':_0x2990f4||_0x2d338d}};}return{'type':'format','content':_0x5d4e1a(_0x53ca7c,_0x4447('0xc'))};}if(_0x4447('0x11')==_0x27eeeb[_0x4447('0x5')]){const _0x55a34d=_0x27eeeb[_0x4447('0x2b')][0x0]['value'];if(_0x55a34d){const _0x2c1b09=_0x5cb1a3(this[_0x4447('0x1e')][_0x4447('0xb')][_0x4447('0x27')]('fontBackgroundColor.colors'))[_0x4447('0x22')](_0x59a78b=>_0x59a78b['model']==_0x55a34d);let _0x23d7a0=_0x55a34d,_0x52b21b='';return _0x2c1b09&&(_0x23d7a0=_0x2c1b09[_0x4447('0x1d')],_0x52b21b=_0x4dcb5f(_0x23d7a0)['toLowerCase']()),{'type':_0x4447('0x1a'),'content':_0x5d4e1a(_0x53ca7c,'*Set\x20font\x20background\x20color:*\x20%0',_0x52b21b)[_0x4447('0x8')](),'color':{'value':_0x55a34d,'title':_0x52b21b||_0x23d7a0}};}return{'type':'format','content':_0x5d4e1a(_0x53ca7c,'*Reset\x20font\x20background\x20color*')};}}});}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/formatpainter
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for the Format Painter feature.
11
11
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c2f=['afterInit','normalizeSizeOptions','formatBlock','plugins','boolean','fontSize.options','*Remove\x20all\x20formatting*','_registerLegacyDescription','toLowerCase','format','commandName','push','charAt','toUpperCase','commands','find','locale','join','get','editor','config','title','formatInline','type','TrackChangesEditing','registerDescriptionCallback','split','slice','label','fontBackgroundColor','copyFormat','FontSize'];(function(_0x5ac32a,_0x5c2fac){const _0xc34a01=function(_0x2ae5ae){while(--_0x2ae5ae){_0x5ac32a['push'](_0x5ac32a['shift']());}};_0xc34a01(++_0x5c2fac);}(_0x5c2f,0x1e1));const _0xc34a=function(_0x5ac32a,_0x5c2fac){_0x5ac32a=_0x5ac32a-0x0;let _0xc34a01=_0x5c2f[_0x5ac32a];return _0xc34a01;};import{Plugin as _0x2ec98f}from'ckeditor5/src/core';import{normalizeColorOptions as _0x5a16a7}from'ckeditor5/src/ui';import{getTranslation as _0x56ecaf}from'../utils/common-translations';export default class Q extends _0x2ec98f{[_0xc34a('0x1f')](){const _0xa23c39=this[_0xc34a('0x12')],_0x69053e=_0xa23c39['plugins'][_0xc34a('0x11')]('TrackChangesEditing'),_0x523a68=_0xa23c39[_0xc34a('0xd')][_0xc34a('0x11')]('copyFormat'),_0x4c9200=_0xa23c39[_0xc34a('0xd')]['get']('pasteFormat');_0x523a68&&_0x4c9200&&(_0x69053e['_enableDefaultAttributesIntegration']('pasteFormat'),_0x69053e['enableCommand'](_0xc34a('0x1d')),this[_0xc34a('0x6')]());}[_0xc34a('0x6')](){const _0x949e4d=this[_0xc34a('0x12')],_0x408af6=_0x949e4d[_0xc34a('0xf')];_0x949e4d[_0xc34a('0x2')][_0xc34a('0x11')](_0xc34a('0x17'))['_descriptionFactory'][_0xc34a('0x18')](_0x2ad4ed=>{if(_0xc34a('0x1')!=_0x2ad4ed['type']&&_0xc34a('0x15')!=_0x2ad4ed[_0xc34a('0x16')])return;const {data:_0xa91138}=_0x2ad4ed;if(_0xa91138&&'pasteFormat'===_0xa91138[_0xc34a('0x9')]){const _0x4cebc8=[],_0x3ef5f7=_0xa91138['commandParams'][0x0];for(const [_0x3c2079,_0x5a24ee]of Object['entries'](_0x3ef5f7))_0x4cebc8[_0xc34a('0xa')](ao(_0x949e4d,_0x3c2079,_0x5a24ee));return _0x4cebc8['length']?{'type':_0xc34a('0x8'),'content':_0x56ecaf(_0x408af6,'*Set\x20format\x20to:*\x20%0',_0x4cebc8[_0xc34a('0x10')](',\x20'))}:{'type':_0xc34a('0x8'),'content':_0x56ecaf(_0x408af6,_0xc34a('0x5'))};}});}}function ao(_0x3be6ca,_0x4b332d,_0x23031d){const _0x52e19f=_0x3be6ca[_0xc34a('0xf')]['t'],_0x26e88f=_0x4b332d[_0xc34a('0x19')](/(?=[A-Z])/)[_0xc34a('0x10')]('\x20'),_0x4b0b52=_0x52e19f(_0x26e88f[_0xc34a('0xb')](0x0)[_0xc34a('0xc')]()+_0x26e88f[_0xc34a('0x1a')](0x1))[_0xc34a('0x7')]();if(_0xc34a('0x3')==typeof _0x23031d)return _0x4b0b52;if('fontColor'===_0x4b332d||_0xc34a('0x1c')===_0x4b332d){const _0x1f8738=_0x5a16a7(_0x3be6ca[_0xc34a('0x13')][_0xc34a('0x11')]('fontColor.colors'))[_0xc34a('0xe')](_0x38275b=>_0x38275b['model']==_0x23031d);return _0x4b0b52+'\x20('+(_0x1f8738?_0x52e19f(_0x1f8738[_0xc34a('0x1b')])[_0xc34a('0x7')]():_0x23031d)+')';}if('fontSize'===_0x4b332d&&isNaN(parseFloat(_0x23031d))){const _0x263eb3=_0x3be6ca[_0xc34a('0x2')][_0xc34a('0x11')](_0xc34a('0x1e'))[_0xc34a('0x0')](_0x3be6ca[_0xc34a('0x13')][_0xc34a('0x11')](_0xc34a('0x4')))['find'](_0x4c6982=>_0x4c6982['model']==_0x23031d);return _0x4b0b52+'\x20('+(_0x263eb3?_0x52e19f(_0x263eb3[_0xc34a('0x14')])['toLowerCase']():_0x23031d)+')';}return _0x4b0b52+'\x20('+_0x23031d+')';}
23
+ const _0x12d3=['fontSize.options','_descriptionFactory','join','boolean','*Remove\x20all\x20formatting*','normalizeSizeOptions','formatInline','toLowerCase','formatBlock','TrackChangesEditing','fontColor','charAt','afterInit','commandParams','type','pasteFormat','_registerLegacyDescription','fontBackgroundColor','_enableDefaultAttributesIntegration','split','FontSize','slice','copyFormat','commands','registerDescriptionCallback','enableCommand','plugins','get','fontSize','fontColor.colors','commandName','model','config','push','locale','format','editor','title','find'];(function(_0x2dfa05,_0x12d3bc){const _0x56b998=function(_0x2460e5){while(--_0x2460e5){_0x2dfa05['push'](_0x2dfa05['shift']());}};_0x56b998(++_0x12d3bc);}(_0x12d3,0x125));const _0x56b9=function(_0x2dfa05,_0x12d3bc){_0x2dfa05=_0x2dfa05-0x0;let _0x56b998=_0x12d3[_0x2dfa05];return _0x56b998;};import{Plugin as _0x16c18b}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x270a57}from'ckeditor5/src/ui.js';import{getTranslation as _0x5b8f78}from'../utils/common-translations.js';export default class Q extends _0x16c18b{[_0x56b9('0x1f')](){const _0x2714c3=this[_0x56b9('0x10')],_0x58ba9a=_0x2714c3[_0x56b9('0x6')][_0x56b9('0x7')](_0x56b9('0x1c')),_0x4184ee=_0x2714c3[_0x56b9('0x3')]['get'](_0x56b9('0x2')),_0x13bf18=_0x2714c3[_0x56b9('0x3')][_0x56b9('0x7')](_0x56b9('0x22'));_0x4184ee&&_0x13bf18&&(_0x58ba9a[_0x56b9('0x25')](_0x56b9('0x22')),_0x58ba9a[_0x56b9('0x5')](_0x56b9('0x2')),this['_registerLegacyDescription']());}[_0x56b9('0x23')](){const _0x1bcbf5=this['editor'],_0x4738bf=_0x1bcbf5['locale'];_0x1bcbf5[_0x56b9('0x6')][_0x56b9('0x7')](_0x56b9('0x1c'))[_0x56b9('0x14')][_0x56b9('0x4')](_0x35e57a=>{if(_0x56b9('0x1b')!=_0x35e57a[_0x56b9('0x21')]&&_0x56b9('0x19')!=_0x35e57a[_0x56b9('0x21')])return;const {data:_0x1b768a}=_0x35e57a;if(_0x1b768a&&'pasteFormat'===_0x1b768a[_0x56b9('0xa')]){const _0x2ad4b9=[],_0x3f7adc=_0x1b768a[_0x56b9('0x20')][0x0];for(const [_0x3390ef,_0x5d9e3b]of Object['entries'](_0x3f7adc))_0x2ad4b9[_0x56b9('0xd')](so(_0x1bcbf5,_0x3390ef,_0x5d9e3b));return _0x2ad4b9['length']?{'type':_0x56b9('0xf'),'content':_0x5b8f78(_0x4738bf,'*Set\x20format\x20to:*\x20%0',_0x2ad4b9[_0x56b9('0x15')](',\x20'))}:{'type':_0x56b9('0xf'),'content':_0x5b8f78(_0x4738bf,_0x56b9('0x17'))};}});}}function so(_0x133ca6,_0xd637c2,_0x45b819){const _0x5b0ee8=_0x133ca6[_0x56b9('0xe')]['t'],_0x4665fa=_0xd637c2[_0x56b9('0x26')](/(?=[A-Z])/)[_0x56b9('0x15')]('\x20'),_0x40beba=_0x5b0ee8(_0x4665fa[_0x56b9('0x1e')](0x0)['toUpperCase']()+_0x4665fa[_0x56b9('0x1')](0x1))['toLowerCase']();if(_0x56b9('0x16')==typeof _0x45b819)return _0x40beba;if(_0x56b9('0x1d')===_0xd637c2||_0x56b9('0x24')===_0xd637c2){const _0x3c1985=_0x270a57(_0x133ca6[_0x56b9('0xc')]['get'](_0x56b9('0x9')))[_0x56b9('0x12')](_0x321314=>_0x321314[_0x56b9('0xb')]==_0x45b819);return _0x40beba+'\x20('+(_0x3c1985?_0x5b0ee8(_0x3c1985['label'])[_0x56b9('0x1a')]():_0x45b819)+')';}if(_0x56b9('0x8')===_0xd637c2&&isNaN(parseFloat(_0x45b819))){const _0x14ed7a=_0x133ca6['plugins'][_0x56b9('0x7')](_0x56b9('0x0'))[_0x56b9('0x18')](_0x133ca6[_0x56b9('0xc')][_0x56b9('0x7')](_0x56b9('0x13')))[_0x56b9('0x12')](_0x5193a1=>_0x5193a1[_0x56b9('0xb')]==_0x45b819);return _0x40beba+'\x20('+(_0x14ed7a?_0x5b0ee8(_0x14ed7a[_0x56b9('0x11')])['toLowerCase']():_0x45b819)+')';}return _0x40beba+'\x20('+_0x45b819+')';}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/heading
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for heading feature.
11
11
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2c4c=['_getHeadingLevel','formatBlock','HeadingEditing','editor','get','locale','value','commandParams','match','name','model','_headingOptions','paragraph','ELEMENT_HEADING','*Change\x20to:*\x20%0','has','_registerLegacyDescription','plugins','registerElementLabel','find','heading','view','registerDescriptionCallback','config','ELEMENT_HEADING_CUSTOM','title','_descriptionFactory','_enableDefaultAttributesIntegration','afterInit','commandName','format','TrackChangesEditing'];(function(_0x14e48b,_0x2c4caa){const _0x3fdbf6=function(_0xbe678b){while(--_0xbe678b){_0x14e48b['push'](_0x14e48b['shift']());}};_0x3fdbf6(++_0x2c4caa);}(_0x2c4c,0xbb));const _0x3fdb=function(_0x14e48b,_0x2c4caa){_0x14e48b=_0x14e48b-0x0;let _0x3fdbf6=_0x2c4c[_0x14e48b];return _0x3fdbf6;};import{Plugin as _0x3db3ce}from'ckeditor5/src/core';import{getTranslation as _0x39b5f4}from'../utils/common-translations';export default class X extends _0x3db3ce{[_0x3fdb('0x1')](){const _0x4ff8ab=this[_0x3fdb('0x8')];if(!_0x4ff8ab[_0x3fdb('0x16')][_0x3fdb('0x14')](_0x3fdb('0x7')))return;this[_0x3fdb('0x10')]=_0x4ff8ab[_0x3fdb('0x1c')]['get']('heading.options');const _0x5a0694=_0x4ff8ab['locale'],_0x3afb71=_0x4ff8ab[_0x3fdb('0x16')][_0x3fdb('0x9')](_0x3fdb('0x4'));_0x3afb71[_0x3fdb('0x0')]('heading');for(const _0x9deb33 of this[_0x3fdb('0x10')])_0x3fdb('0x11')!=_0x9deb33['model']&&_0x3afb71[_0x3fdb('0x1f')][_0x3fdb('0x17')](_0x9deb33[_0x3fdb('0xf')],_0x489443=>{const _0x458f1e=this[_0x3fdb('0x5')](_0x9deb33[_0x3fdb('0xf')]);return null!==_0x458f1e?_0x11ab81(_0x489443,_0x458f1e):_0x4036af(_0x489443,_0x9deb33[_0x3fdb('0x1e')]);});function _0x11ab81(_0x2973ce,_0x31ed78){return _0x39b5f4(_0x5a0694,_0x3fdb('0x12'),[_0x2973ce,_0x31ed78]);}function _0x4036af(_0x1790c3,_0x4ae463){return _0x39b5f4(_0x5a0694,'ELEMENT_HEADING_CUSTOM',[_0x1790c3,_0x4ae463]);}this[_0x3fdb('0x15')]();}[_0x3fdb('0x15')](){const _0x55b864=this[_0x3fdb('0x8')],_0x12683f=_0x55b864[_0x3fdb('0xa')];function _0x538031(_0x139157,_0x5a3bba){return _0x39b5f4(_0x12683f,_0x3fdb('0x1d'),[_0x139157,_0x5a3bba]);}_0x55b864[_0x3fdb('0x16')][_0x3fdb('0x9')](_0x3fdb('0x4'))['_descriptionFactory'][_0x3fdb('0x1b')](_0x553456=>{if(_0x3fdb('0x6')!=_0x553456['type'])return;const {data:_0x5604f0}=_0x553456;if(_0x5604f0&&_0x3fdb('0x19')==_0x5604f0[_0x3fdb('0x2')]){const _0x1b020f=_0x5604f0[_0x3fdb('0xc')][0x0][_0x3fdb('0xb')],_0x5774d5=this[_0x3fdb('0x5')](_0x1b020f);if(null!==_0x5774d5)return{'type':_0x3fdb('0x3'),'content':_0x39b5f4(_0x12683f,'*Change\x20to:*\x20%0',(_0xd7f6af=0x1,_0x30e11a=_0x5774d5,_0x39b5f4(_0x12683f,_0x3fdb('0x12'),[_0xd7f6af,_0x30e11a])))};const _0x587c54=this['_headingOptions'][_0x3fdb('0x18')](_0x1b65da=>_0x1b65da[_0x3fdb('0xf')]===_0x1b020f)[_0x3fdb('0x1e')];return{'type':'format','content':_0x39b5f4(_0x12683f,_0x3fdb('0x13'),_0x538031(0x1,_0x587c54))};}var _0xd7f6af,_0x30e11a;});}[_0x3fdb('0x5')](_0x5f0a12){var _0xa6ab27,_0x3cfd66;const _0x2b4d26=_0x5f0a12[_0x3fdb('0xd')](/^heading(\d+)/);if(_0x2b4d26)return _0x2b4d26[0x1];const _0x162279=null===(_0xa6ab27=this[_0x3fdb('0x10')])||void 0x0===_0xa6ab27?void 0x0:_0xa6ab27[_0x3fdb('0x18')](_0x2dc4c0=>_0x2dc4c0['model']==_0x5f0a12);if(_0x162279&&_0x162279[_0x3fdb('0x1a')]){const _0x3bb678=_0x162279[_0x3fdb('0x1a')],_0x383d8=(null!==(_0x3cfd66=_0x3bb678[_0x3fdb('0xe')])&&void 0x0!==_0x3cfd66?_0x3cfd66:_0x3bb678)[_0x3fdb('0xd')](/^h(\d+)/);if(_0x383d8)return _0x383d8[0x1];}return null;}}
23
+ const _0x3f40=['formatBlock','registerElementLabel','match','commandName','_registerLegacyDescription','heading.options','model','value','_getHeadingLevel','view','ELEMENT_HEADING_CUSTOM','HeadingEditing','locale','commandParams','_headingOptions','*Change\x20to:*\x20%0','title','type','_descriptionFactory','afterInit','TrackChangesEditing','editor','find','ELEMENT_HEADING','plugins','get'];(function(_0x43f272,_0x3f405b){const _0x4924ba=function(_0x16ad63){while(--_0x16ad63){_0x43f272['push'](_0x43f272['shift']());}};_0x4924ba(++_0x3f405b);}(_0x3f40,0x181));const _0x4924=function(_0x43f272,_0x3f405b){_0x43f272=_0x43f272-0x0;let _0x4924ba=_0x3f40[_0x43f272];return _0x4924ba;};import{Plugin as _0x495fdb}from'ckeditor5/src/core.js';import{getTranslation as _0x2f0bdf}from'../utils/common-translations.js';export default class X extends _0x495fdb{[_0x4924('0x18')](){const _0x2eff0c=this[_0x4924('0x0')];if(!_0x2eff0c[_0x4924('0x3')]['has'](_0x4924('0x10')))return;this['_headingOptions']=_0x2eff0c['config']['get'](_0x4924('0xa'));const _0x1326d0=_0x2eff0c[_0x4924('0x11')],_0x5ea2ca=_0x2eff0c[_0x4924('0x3')]['get']('TrackChangesEditing');_0x5ea2ca['_enableDefaultAttributesIntegration']('heading');for(const _0x2063f2 of this[_0x4924('0x13')])'paragraph'!=_0x2063f2[_0x4924('0xb')]&&_0x5ea2ca['_descriptionFactory'][_0x4924('0x6')](_0x2063f2['model'],_0x2e6ac6=>{const _0x31969c=this[_0x4924('0xd')](_0x2063f2[_0x4924('0xb')]);return null!==_0x31969c?_0x1f3ba5(_0x2e6ac6,_0x31969c):_0x1004b1(_0x2e6ac6,_0x2063f2[_0x4924('0x15')]);});function _0x1f3ba5(_0x45feac,_0x1dad2b){return _0x2f0bdf(_0x1326d0,'ELEMENT_HEADING',[_0x45feac,_0x1dad2b]);}function _0x1004b1(_0x5bf60d,_0x172269){return _0x2f0bdf(_0x1326d0,_0x4924('0xf'),[_0x5bf60d,_0x172269]);}this[_0x4924('0x9')]();}[_0x4924('0x9')](){const _0x4d3c78=this[_0x4924('0x0')],_0x22b8e2=_0x4d3c78[_0x4924('0x11')];function _0x425365(_0xbd4b5,_0x42f107){return _0x2f0bdf(_0x22b8e2,'ELEMENT_HEADING_CUSTOM',[_0xbd4b5,_0x42f107]);}_0x4d3c78[_0x4924('0x3')][_0x4924('0x4')](_0x4924('0x19'))[_0x4924('0x17')]['registerDescriptionCallback'](_0x12b74e=>{if(_0x4924('0x5')!=_0x12b74e[_0x4924('0x16')])return;const {data:_0x1d882e}=_0x12b74e;if(_0x1d882e&&'heading'==_0x1d882e[_0x4924('0x8')]){const _0x51031d=_0x1d882e[_0x4924('0x12')][0x0][_0x4924('0xc')],_0x279617=this['_getHeadingLevel'](_0x51031d);if(null!==_0x279617)return{'type':'format','content':_0x2f0bdf(_0x22b8e2,_0x4924('0x14'),(_0x124cc6=0x1,_0x4daf61=_0x279617,_0x2f0bdf(_0x22b8e2,_0x4924('0x2'),[_0x124cc6,_0x4daf61])))};const _0xe8096e=this['_headingOptions'][_0x4924('0x1')](_0x5df13f=>_0x5df13f[_0x4924('0xb')]===_0x51031d)['title'];return{'type':'format','content':_0x2f0bdf(_0x22b8e2,_0x4924('0x14'),_0x425365(0x1,_0xe8096e))};}var _0x124cc6,_0x4daf61;});}[_0x4924('0xd')](_0x41a9e3){var _0xab10b0,_0x49ade7;const _0x411357=_0x41a9e3[_0x4924('0x7')](/^heading(\d+)/);if(_0x411357)return _0x411357[0x1];const _0x11ff37=null===(_0xab10b0=this[_0x4924('0x13')])||void 0x0===_0xab10b0?void 0x0:_0xab10b0[_0x4924('0x1')](_0x1f3a8d=>_0x1f3a8d[_0x4924('0xb')]==_0x41a9e3);if(_0x11ff37&&_0x11ff37[_0x4924('0xe')]){const _0xa64739=_0x11ff37['view'],_0x12559a=(null!==(_0x49ade7=_0xa64739['name'])&&void 0x0!==_0x49ade7?_0x49ade7:_0xa64739)[_0x4924('0x7')](/^h(\d+)/);if(_0x12559a)return _0x12559a[0x1];}return null;}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/highlight
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for highlight feature.
11
11
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x210f=['_enableDefaultAttributesIntegration','commandName','highlight','format','TrackChangesEditing','_registerLegacyDescription','color','registerAttributeLabel','locale','editor','toLowerCase','commandParams','_descriptionFactory','title','value','FORMAT_HIGHLIGHT','type','HighlightEditing','config','get','formatInline','*Set\x20highlight:*\x20%0','find','highlight.options','has','plugins','registerDescriptionCallback'];(function(_0x44dae3,_0x210fc3){const _0x4022e4=function(_0x138ecb){while(--_0x138ecb){_0x44dae3['push'](_0x44dae3['shift']());}};_0x4022e4(++_0x210fc3);}(_0x210f,0x185));const _0x4022=function(_0x44dae3,_0x210fc3){_0x44dae3=_0x44dae3-0x0;let _0x4022e4=_0x210f[_0x44dae3];return _0x4022e4;};import{Plugin as _0x3892bc}from'ckeditor5/src/core';import{getTranslation as _0x27d90e}from'../utils/common-translations';export default class Y extends _0x3892bc{['afterInit'](){const _0x2befce=this[_0x4022('0x19')];if(!_0x2befce[_0x4022('0xe')][_0x4022('0xd')](_0x4022('0x6')))return;const _0x107c32=_0x2befce[_0x4022('0xe')][_0x4022('0x8')](_0x4022('0x14')),_0x3efed6=_0x2befce[_0x4022('0x18')];_0x107c32[_0x4022('0x10')](_0x4022('0x12'),[_0x4022('0x12')]),_0x107c32['_descriptionFactory'][_0x4022('0x17')]('highlight',_0x27d90e(_0x3efed6,_0x4022('0x4'))),this['_registerLegacyDescription']();}[_0x4022('0x15')](){const _0x6eb903=this[_0x4022('0x19')],_0x1effa1=_0x6eb903['locale'];_0x6eb903['plugins'][_0x4022('0x8')]('TrackChangesEditing')[_0x4022('0x1')][_0x4022('0xf')](_0x524745=>{if(_0x4022('0x9')!=_0x524745[_0x4022('0x5')])return;const {data:_0x2669bc}=_0x524745;if(_0x2669bc&&_0x4022('0x12')==_0x2669bc[_0x4022('0x11')]){const _0x289770=_0x1effa1['t'],_0x553c8b=_0x2669bc[_0x4022('0x0')][0x0][_0x4022('0x3')];if(_0x553c8b){const _0x16786c=_0x6eb903[_0x4022('0x7')][_0x4022('0x8')](_0x4022('0xc'))[_0x4022('0xb')](_0x3268f4=>_0x3268f4['model']==_0x553c8b),_0x164eba=_0x289770(_0x16786c['title'])[_0x4022('0x1a')]();return{'type':'format','content':_0x27d90e(_0x1effa1,_0x4022('0xa'),_0x164eba),'color':{'value':_0x16786c[_0x4022('0x16')],'title':_0x16786c[_0x4022('0x2')]}};}return{'type':_0x4022('0x13'),'content':_0x27d90e(_0x1effa1,'*Remove\x20highlight*',_0x27d90e(_0x1effa1,_0x4022('0x4')))};}});}}
23
+ const _0x2c0a=['registerDescriptionCallback','toLowerCase','*Set\x20highlight:*\x20%0','value','*Remove\x20highlight*','_descriptionFactory','find','formatInline','has','highlight.options','_registerLegacyDescription','TrackChangesEditing','FORMAT_HIGHLIGHT','format','model','get','type','editor','registerAttributeLabel','color','locale','HighlightEditing','commandParams','title','config','plugins','highlight'];(function(_0x3d3698,_0x2c0ad5){const _0x1bb630=function(_0x451cd9){while(--_0x451cd9){_0x3d3698['push'](_0x3d3698['shift']());}};_0x1bb630(++_0x2c0ad5);}(_0x2c0a,0x165));const _0x1bb6=function(_0x3d3698,_0x2c0ad5){_0x3d3698=_0x3d3698-0x0;let _0x1bb630=_0x2c0a[_0x3d3698];return _0x1bb630;};import{Plugin as _0x15e43c}from'ckeditor5/src/core.js';import{getTranslation as _0x275c18}from'../utils/common-translations.js';export default class Y extends _0x15e43c{['afterInit'](){const _0x1d2dc8=this[_0x1bb6('0xb')];if(!_0x1d2dc8[_0x1bb6('0x13')][_0x1bb6('0x2')](_0x1bb6('0xf')))return;const _0x1ec5b6=_0x1d2dc8[_0x1bb6('0x13')]['get'](_0x1bb6('0x5')),_0x4eda47=_0x1d2dc8['locale'];_0x1ec5b6['_enableDefaultAttributesIntegration']('highlight',[_0x1bb6('0x14')]),_0x1ec5b6[_0x1bb6('0x1a')][_0x1bb6('0xc')](_0x1bb6('0x14'),_0x275c18(_0x4eda47,_0x1bb6('0x6'))),this[_0x1bb6('0x4')]();}['_registerLegacyDescription'](){const _0x2e458b=this[_0x1bb6('0xb')],_0x52612d=_0x2e458b[_0x1bb6('0xe')];_0x2e458b[_0x1bb6('0x13')][_0x1bb6('0x9')](_0x1bb6('0x5'))[_0x1bb6('0x1a')][_0x1bb6('0x15')](_0xc47c82=>{if(_0x1bb6('0x1')!=_0xc47c82[_0x1bb6('0xa')])return;const {data:_0x209a0c}=_0xc47c82;if(_0x209a0c&&_0x1bb6('0x14')==_0x209a0c['commandName']){const _0xf10a85=_0x52612d['t'],_0x55317b=_0x209a0c[_0x1bb6('0x10')][0x0][_0x1bb6('0x18')];if(_0x55317b){const _0x1ec2d8=_0x2e458b[_0x1bb6('0x12')][_0x1bb6('0x9')](_0x1bb6('0x3'))[_0x1bb6('0x0')](_0x493ca5=>_0x493ca5[_0x1bb6('0x8')]==_0x55317b),_0xdee3c7=_0xf10a85(_0x1ec2d8['title'])[_0x1bb6('0x16')]();return{'type':_0x1bb6('0x7'),'content':_0x275c18(_0x52612d,_0x1bb6('0x17'),_0xdee3c7),'color':{'value':_0x1ec2d8[_0x1bb6('0xd')],'title':_0x1ec2d8[_0x1bb6('0x11')]}};}return{'type':_0x1bb6('0x7'),'content':_0x275c18(_0x52612d,_0x1bb6('0x19'),_0x275c18(_0x52612d,_0x1bb6('0x6')))};}});}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/horizontalline
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for {@link module:horizontal-line/horizontalline~HorizontalLine horizontal line feature}.
11
11
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3248=['showSuggestionHighlights','conversion','enableCommand','has','_descriptionFactory','createEmptyElement','registerElementLabel','createPositionAt','elementToStructure','ELEMENT_HORIZONTAL_LINE','horizontalLine','editor','div','createContainerElement','TrackChangesEditing','ck-horizontal-line','plugins','get'];(function(_0x19a129,_0x324862){const _0x2dc46c=function(_0x360800){while(--_0x360800){_0x19a129['push'](_0x19a129['shift']());}};_0x2dc46c(++_0x324862);}(_0x3248,0xcf));const _0x2dc4=function(_0x19a129,_0x324862){_0x19a129=_0x19a129-0x0;let _0x2dc46c=_0x3248[_0x19a129];return _0x2dc46c;};import{Plugin as _0x2067d2}from'ckeditor5/src/core';import{getTranslation as _0x57b7e2}from'../utils/common-translations';export default class Z extends _0x2067d2{['afterInit'](){const _0x352e60=this[_0x2dc4('0x2')];if(!_0x352e60['plugins'][_0x2dc4('0xc')]('HorizontalLineEditing'))return;_0x352e60[_0x2dc4('0x7')]['get'](_0x2dc4('0x5'))[_0x2dc4('0xb')](_0x2dc4('0x1'));const _0x30fdaf=_0x352e60[_0x2dc4('0x7')][_0x2dc4('0x8')](_0x2dc4('0x5')),_0x30db07=_0x352e60['locale'];_0x30fdaf[_0x2dc4('0xd')][_0x2dc4('0xf')]('horizontalLine',_0x1a97d7=>_0x57b7e2(_0x30db07,_0x2dc4('0x0'),_0x1a97d7)),_0x352e60[_0x2dc4('0xa')]['for']('dataDowncast')[_0x2dc4('0x11')]({'model':_0x2dc4('0x1'),'view':(_0x5e76fb,{writer:_0x2de2b9,options:_0x24c6b5})=>{if(!_0x24c6b5[_0x2dc4('0x9')])return null;const _0x1f3176=_0x2de2b9[_0x2dc4('0x4')](_0x2dc4('0x3')),_0x374536=_0x2de2b9[_0x2dc4('0xe')]('hr');return _0x2de2b9['addClass'](_0x2dc4('0x6'),_0x1f3176),_0x2de2b9['insert'](_0x2de2b9[_0x2dc4('0x10')](_0x1f3176,0x0),_0x374536),_0x1f3176;},'converterPriority':'high'});}}
23
+ const _0x2eef=['locale','insert','plugins','createContainerElement','high','TrackChangesEditing','HorizontalLineEditing','ck-horizontal-line','createEmptyElement','horizontalLine','registerElementLabel','editor','get','addClass','div','showSuggestionHighlights','conversion','dataDowncast','_descriptionFactory'];(function(_0x2ad644,_0x2eefb2){const _0x45a90d=function(_0x10da9d){while(--_0x10da9d){_0x2ad644['push'](_0x2ad644['shift']());}};_0x45a90d(++_0x2eefb2);}(_0x2eef,0x118));const _0x45a9=function(_0x2ad644,_0x2eefb2){_0x2ad644=_0x2ad644-0x0;let _0x45a90d=_0x2eef[_0x2ad644];return _0x45a90d;};import{Plugin as _0x5aeaf3}from'ckeditor5/src/core.js';import{getTranslation as _0x41d1a0}from'../utils/common-translations.js';export default class Z extends _0x5aeaf3{['afterInit'](){const _0x356ed7=this[_0x45a9('0x10')];if(!_0x356ed7[_0x45a9('0x7')]['has'](_0x45a9('0xb')))return;_0x356ed7[_0x45a9('0x7')][_0x45a9('0x11')](_0x45a9('0xa'))['enableCommand']('horizontalLine');const _0xc5b0bf=_0x356ed7[_0x45a9('0x7')]['get']('TrackChangesEditing'),_0x42bd1f=_0x356ed7[_0x45a9('0x5')];_0xc5b0bf[_0x45a9('0x4')][_0x45a9('0xf')](_0x45a9('0xe'),_0x4eecbb=>_0x41d1a0(_0x42bd1f,'ELEMENT_HORIZONTAL_LINE',_0x4eecbb)),_0x356ed7[_0x45a9('0x2')]['for'](_0x45a9('0x3'))['elementToStructure']({'model':'horizontalLine','view':(_0x50932f,{writer:_0x4fe9c6,options:_0x430bf7})=>{if(!_0x430bf7[_0x45a9('0x1')])return null;const _0x1315f2=_0x4fe9c6[_0x45a9('0x8')](_0x45a9('0x0')),_0x47ff93=_0x4fe9c6[_0x45a9('0xd')]('hr');return _0x4fe9c6[_0x45a9('0x12')](_0x45a9('0xc'),_0x1315f2),_0x4fe9c6[_0x45a9('0x6')](_0x4fe9c6['createPositionAt'](_0x1315f2,0x0),_0x47ff93),_0x1315f2;},'converterPriority':_0x45a9('0x9')});}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/htmlembed
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for {@link module:html-embed/htmlembed~HtmlEmbed HTML Embed feature}.
11
11
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1cf7=['start','plugins','ELEMENT_HTML_EMBED','nodeAfter','get','rawHtml','registerDescriptionCallback','HtmlEmbed','locale','element','registerElementLabel','attribute','*Change\x20%0\x20content*','value','_descriptionFactory','type','key','editor','htmlEmbed','format','getFirstRange','commandName','_enableDefaultAttributesIntegration','TrackChangesEditing'];(function(_0x15e519,_0x1cf788){const _0x2afade=function(_0x158a91){while(--_0x158a91){_0x15e519['push'](_0x15e519['shift']());}};_0x2afade(++_0x1cf788);}(_0x1cf7,0xc0));const _0x2afa=function(_0x15e519,_0x1cf788){_0x15e519=_0x15e519-0x0;let _0x2afade=_0x1cf7[_0x15e519];return _0x2afade;};import{Plugin as _0x5b99a6}from'ckeditor5/src/core';import{getTranslation as _0x20333a}from'../utils/common-translations';export default class tt extends _0x5b99a6{['afterInit'](){const _0x354f66=this[_0x2afa('0x11')];if(!_0x354f66[_0x2afa('0x1')]['has'](_0x2afa('0x7')))return;const _0x2b0e31=_0x354f66['plugins']['get'](_0x2afa('0x17')),_0x428f6c=_0x354f66[_0x2afa('0x8')];_0x2b0e31[_0x2afa('0xe')][_0x2afa('0xa')]('rawHtml',_0x482fa2=>_0x20333a(_0x428f6c,_0x2afa('0x2'),_0x482fa2)),_0x2b0e31[_0x2afa('0x16')](_0x2afa('0x12'),[],[_0x2afa('0xd')]),_0x2b0e31[_0x2afa('0xe')][_0x2afa('0x6')](_0x564f0e=>{if(_0x2afa('0xb')!=_0x564f0e[_0x2afa('0xf')])return;const {data:_0x247939}=_0x564f0e;if(_0x247939&&'value'==_0x247939[_0x2afa('0x10')]&&_0x564f0e[_0x2afa('0x14')]()[_0x2afa('0x0')][_0x2afa('0x3')]['is'](_0x2afa('0x9'),_0x2afa('0x5'))){const _0x2d0ab7=_0x20333a(_0x428f6c,_0x2afa('0x2'));return{'type':_0x2afa('0x13'),'content':_0x20333a(_0x428f6c,_0x2afa('0xc'),_0x2d0ab7)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x3adbbb=this['editor'],_0x1d844f=_0x3adbbb[_0x2afa('0x8')];_0x3adbbb['plugins'][_0x2afa('0x4')](_0x2afa('0x17'))['_descriptionFactory'][_0x2afa('0x6')](_0x5bdac1=>{if('formatBlock'!=_0x5bdac1[_0x2afa('0xf')])return;const {data:_0x5a5d8a}=_0x5bdac1;if(_0x5a5d8a&&'htmlEmbed'==_0x5a5d8a[_0x2afa('0x15')]){const _0x2bc790=_0x20333a(_0x1d844f,'ELEMENT_HTML_EMBED');return{'type':_0x2afa('0x13'),'content':_0x20333a(_0x1d844f,'*Change\x20%0\x20content*',_0x2bc790)};}});}}
23
+ const _0x3013=['element','_registerLegacyDescription','HtmlEmbed','key','ELEMENT_HTML_EMBED','editor','get','*Change\x20%0\x20content*','attribute','value','type','plugins','formatBlock','has','TrackChangesEditing','htmlEmbed','format','commandName','_descriptionFactory','locale','registerDescriptionCallback','start'];(function(_0x4a0143,_0x30134b){const _0x3c0717=function(_0x466922){while(--_0x466922){_0x4a0143['push'](_0x4a0143['shift']());}};_0x3c0717(++_0x30134b);}(_0x3013,0x19b));const _0x3c07=function(_0x4a0143,_0x30134b){_0x4a0143=_0x4a0143-0x0;let _0x3c0717=_0x3013[_0x4a0143];return _0x3c0717;};import{Plugin as _0x1ba9aa}from'ckeditor5/src/core.js';import{getTranslation as _0x58b2ff}from'../utils/common-translations.js';export default class tt extends _0x1ba9aa{['afterInit'](){const _0x2e179e=this[_0x3c07('0xc')];if(!_0x2e179e['plugins'][_0x3c07('0x14')](_0x3c07('0x9')))return;const _0x18c0cc=_0x2e179e['plugins']['get'](_0x3c07('0x15')),_0x4f90fc=_0x2e179e['locale'];_0x18c0cc[_0x3c07('0x3')]['registerElementLabel']('rawHtml',_0x360d8f=>_0x58b2ff(_0x4f90fc,_0x3c07('0xb'),_0x360d8f)),_0x18c0cc['_enableDefaultAttributesIntegration']('htmlEmbed',[],[_0x3c07('0x10')]),_0x18c0cc['_descriptionFactory'][_0x3c07('0x5')](_0x561b3f=>{if(_0x3c07('0xf')!=_0x561b3f['type'])return;const {data:_0x3450ce}=_0x561b3f;if(_0x3450ce&&_0x3c07('0x10')==_0x3450ce[_0x3c07('0xa')]&&_0x561b3f['getFirstRange']()[_0x3c07('0x6')]['nodeAfter']['is'](_0x3c07('0x7'),'rawHtml')){const _0x507e0f=_0x58b2ff(_0x4f90fc,_0x3c07('0xb'));return{'type':'format','content':_0x58b2ff(_0x4f90fc,_0x3c07('0xe'),_0x507e0f)};}}),this['_registerLegacyDescription']();}[_0x3c07('0x8')](){const _0x1d39a9=this[_0x3c07('0xc')],_0x5ab31f=_0x1d39a9[_0x3c07('0x4')];_0x1d39a9[_0x3c07('0x12')][_0x3c07('0xd')](_0x3c07('0x15'))['_descriptionFactory']['registerDescriptionCallback'](_0x560c26=>{if(_0x3c07('0x13')!=_0x560c26[_0x3c07('0x11')])return;const {data:_0x412d1e}=_0x560c26;if(_0x412d1e&&_0x3c07('0x0')==_0x412d1e[_0x3c07('0x2')]){const _0x3125b6=_0x58b2ff(_0x5ab31f,_0x3c07('0xb'));return{'type':_0x3c07('0x1'),'content':_0x58b2ff(_0x5ab31f,'*Change\x20%0\x20content*',_0x3125b6)};}});}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module track-changes/integrations/image
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for {@link module:image/image~Image image feature}.
11
11
  */