@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231215.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 _0x4ada=['markBlockFormat','detach','type','has','before','isFirstBlockOfListItem','afterInit','editor','format','nodeAfter','createRange','length','enableCommand','indentList','change','commandParams','from','selection','listItemId','outdentList','mergeListItemForward','getRanges','nextSibling','TrackChangesEditing','ELEMENT_LIST_ITEM','_suggestionFactory','config','numberedList','execute','plugins','_descriptionFactory','commandName','setSelection','listType','locale','registerElementLabel','getFirstRange','commands','start','getAttribute','*Format:*\x20insert\x20into\x20%0','*Format:*\x20remove\x20from\x20%0','accept','splitListItemAfter','paragraph','get','deletion','bulletedList','createPositionAt','add','getSelectedBlocks','DocumentListEditing','push','after','schema','formatInline','documentList','hasAttribute','registerDescriptionCallback','value','ELEMENT_','map','list.multiBlock','forceValue','formatBlock','findIndex','*Merge:*\x20%0','expandListBlocksToCompleteList','containsItem','markMultiRangeBlockFormat','model','DocumentListUtils','*Change\x20to:*\x20%0','slice','document','next','splitListItemBefore','end','previousSibling','ELEMENT_NUMBERED_LIST','isObject'];(function(_0x164b5f,_0x4adab7){const _0x58dc76=function(_0x121c35){while(--_0x121c35){_0x164b5f['push'](_0x164b5f['shift']());}};_0x58dc76(++_0x4adab7);}(_0x4ada,0xc1));const _0x58dc=function(_0x164b5f,_0x4adab7){_0x164b5f=_0x164b5f-0x0;let _0x58dc76=_0x4ada[_0x164b5f];return _0x58dc76;};import{Plugin as _0x5c0747}from'ckeditor5/src/core';import{getTranslation as _0x1869a0}from'../utils/common-translations';import{LiveRange as _0x63d6b1}from'ckeditor5/src/engine';export default class q extends _0x5c0747{[_0x58dc('0x38')](){const _0x43148a=this[_0x58dc('0x39')];if(!_0x43148a[_0x58dc('0x4f')][_0x58dc('0x35')](_0x58dc('0x14')))return;const _0x17802a=_0x43148a[_0x58dc('0x3')],_0x573e91=_0x43148a[_0x58dc('0x4f')]['get'](_0x58dc('0x49')),_0x5a7060=_0x43148a['plugins']['get'](_0x58dc('0x28'));function _0x107bbe(_0x474ba9){return()=>{const _0x4721f4=_0x43148a['commands']['get'](_0x474ba9);if(_0x4721f4[_0x58dc('0x1c')]&&!_0x43148a[_0x58dc('0x4c')]['get'](_0x58dc('0x1f')))return void _0x43148a[_0x58dc('0x4e')](_0x58dc('0xd'),{});let _0xe8fc0c=Array['from'](_0x43148a[_0x58dc('0x27')]['document']['selection'][_0x58dc('0x13')]());if(_0x522d98(_0x474ba9)){_0xe8fc0c=_0x5a7060[_0x58dc('0x24')](_0xe8fc0c);const _0x49c268=[];for(const _0x245e7c of _0xe8fc0c)_0x5a7060[_0x58dc('0x37')](_0x245e7c)&&_0x49c268[_0x58dc('0x15')](_0x245e7c);_0xe8fc0c=_0x49c268;}_0x43148a[_0x58dc('0x27')][_0x58dc('0x40')](()=>{_0x573e91[_0x58dc('0x26')](_0xe8fc0c,{'commandName':_0x474ba9,'commandParams':[{'forceValue':!_0x4721f4[_0x58dc('0x1c')]}],'formatGroupId':_0x58dc('0x2')},[],'documentList');});};}function _0xa5f6f9(_0x422e6e){return()=>{const _0x1479f7=function(_0x1701bb){let _0x55af17=Array[_0x58dc('0x42')](_0x1701bb);const _0x128d90=_0x55af17[_0x58dc('0x22')](_0x37ca4e=>!_0x37ca4e[_0x58dc('0x1a')](_0x58dc('0x44')));return _0x128d90>-0x1&&(_0x55af17=_0x55af17[_0x58dc('0x2a')](0x0,_0x128d90)),_0x55af17;}(_0x43148a['model']['document'][_0x58dc('0x43')][_0x58dc('0x13')]()),_0x300ef3=_0x1479f7[_0x1479f7[_0x58dc('0x3d')]-0x1],_0x21c947=_0x43148a[_0x58dc('0x27')][_0x58dc('0x17')][_0x58dc('0x31')](_0x300ef3)?_0x58dc('0x16'):_0x58dc('0x2e'),_0x1f8414=_0x43148a[_0x58dc('0x27')][_0x58dc('0x3c')](_0x43148a[_0x58dc('0x27')][_0x58dc('0x11')](_0x1479f7[0x0],_0x58dc('0x36')),_0x43148a[_0x58dc('0x27')][_0x58dc('0x11')](_0x300ef3,_0x21c947));_0x43148a[_0x58dc('0x27')][_0x58dc('0x40')](()=>{_0x573e91[_0x58dc('0x32')](_0x1f8414,{'commandName':_0x422e6e,'commandParams':[],'formatGroupId':_0x58dc('0x2')},function(_0x284e91){const _0x3ea0ed=new Set();for(const _0x16771b of _0x284e91){let _0x3a8d24=_0x16771b[_0x58dc('0x48')];for(;_0x3a8d24&&_0x3a8d24[_0x58dc('0x8')]('listIndent')>_0x16771b[_0x58dc('0x8')]('listIndent');)_0x3ea0ed[_0x58dc('0x12')](_0x3a8d24),_0x3a8d24=_0x3a8d24[_0x58dc('0x48')];}return Array[_0x58dc('0x42')](_0x3ea0ed);}(_0x1479f7));});};}function _0x2697a9(_0x2d344a){return()=>{const _0x3a8647=_0x43148a['model'][_0x58dc('0x2b')][_0x58dc('0x43')][_0x58dc('0x13')]()[_0x58dc('0x2c')]()[_0x58dc('0x1c')],_0x3c6883=_0x43148a['model']['createPositionAt'](_0x3a8647,_0x58dc('0x36')),_0x40d212=_0x43148a[_0x58dc('0x27')][_0x58dc('0x11')](_0x3a8647,0x0),_0x1f5ddb=_0x43148a['model'][_0x58dc('0x3c')](_0x3c6883,_0x40d212);_0x43148a['model'][_0x58dc('0x40')](()=>{_0x573e91[_0x58dc('0x32')](_0x1f5ddb,{'commandName':_0x2d344a,'commandParams':[],'formatGroupId':'listType'});});};}function _0x522d98(_0x429756){const _0x567159=_0x43148a[_0x58dc('0x6')][_0x58dc('0xe')]('bulletedList')[_0x58dc('0x1c')],_0x4fcd5d=_0x43148a['commands'][_0x58dc('0xe')]('numberedList')[_0x58dc('0x1c')];return _0x58dc('0x4d')===_0x429756?_0x567159:_0x4fcd5d;}_0x573e91[_0x58dc('0x3e')](_0x58dc('0x4d'),_0x107bbe(_0x58dc('0x4d'))),_0x573e91[_0x58dc('0x3e')](_0x58dc('0x10'),_0x107bbe(_0x58dc('0x10'))),_0x573e91[_0x58dc('0x3e')]('indentList',_0xa5f6f9(_0x58dc('0x3f'))),_0x573e91['enableCommand'](_0x58dc('0x45'),_0xa5f6f9('outdentList')),_0x573e91[_0x58dc('0x3e')]('splitListItemAfter',_0x2697a9(_0x58dc('0xc'))),_0x573e91[_0x58dc('0x3e')](_0x58dc('0x2d'),_0x2697a9('splitListItemBefore')),_0x573e91['_descriptionFactory'][_0x58dc('0x4')](function(_0x1feb75){const _0x3c7036=!_0x43148a[_0x58dc('0x27')]['schema']['isObject'](_0x1feb75),_0x5341ea=_0x1feb75[_0x58dc('0x2f')],_0x426721=_0x1feb75['nextSibling'],_0x2d804e=_0x1feb75[_0x58dc('0x8')](_0x58dc('0x44')),_0x118768=!_0x5341ea||_0x5341ea['getAttribute'](_0x58dc('0x44'))!==_0x2d804e,_0x53a450=!_0x426721||_0x426721[_0x58dc('0x8')](_0x58dc('0x44'))!==_0x2d804e;return _0x3c7036&&Boolean(_0x2d804e)&&_0x118768&&_0x53a450;},_0x2fe243=>_0x1869a0(_0x17802a,'ELEMENT_LIST_ITEM',_0x2fe243)),_0x573e91[_0x58dc('0x50')][_0x58dc('0x1b')](function(_0x24d307){if(_0x58dc('0x21')!=_0x24d307[_0x58dc('0x34')]&&_0x58dc('0x18')!=_0x24d307[_0x58dc('0x34')])return;const {data:_0x2b40e3}=_0x24d307;if(!_0x2b40e3)return;let _0x264f3d,_0x57cc55,_0x584f12,_0x3d8c9b;switch(_0x2b40e3[_0x58dc('0x0')]){case _0x58dc('0x10'):_0x584f12=_0x2b40e3[_0x58dc('0x41')][0x0][_0x58dc('0x20')],_0x3d8c9b=_0x522d98(_0x2b40e3[_0x58dc('0x0')]),_0x264f3d=_0x584f12?_0x58dc('0x9'):_0x58dc('0xa'),!_0x3d8c9b&&_0x43148a[_0x58dc('0x4c')][_0x58dc('0xe')]('list.multiBlock')||(_0x264f3d=_0x58dc('0x29')),_0x57cc55={'type':_0x58dc('0x3a'),'content':_0x1869a0(_0x17802a,_0x264f3d,_0x1869a0(_0x17802a,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x584f12=_0x2b40e3[_0x58dc('0x41')][0x0]['forceValue'],_0x3d8c9b=_0x522d98(_0x2b40e3['commandName']),_0x264f3d=_0x584f12?_0x58dc('0x9'):_0x58dc('0xa'),!_0x3d8c9b&&_0x43148a['config'][_0x58dc('0xe')](_0x58dc('0x1f'))||(_0x264f3d=_0x58dc('0x29')),_0x57cc55={'type':_0x58dc('0x3a'),'content':_0x1869a0(_0x17802a,_0x264f3d,_0x1869a0(_0x17802a,_0x58dc('0x30')))};break;case _0x58dc('0x3f'):_0x264f3d='*Indent:*\x20%0',_0x57cc55={'type':_0x58dc('0x3a'),'content':_0x1869a0(_0x17802a,_0x264f3d,_0x1869a0(_0x17802a,'ELEMENT_LIST_ITEM'))};break;case _0x58dc('0x45'):_0x264f3d=function(_0x998922){const _0x204604=_0x998922[_0x58dc('0x5')]();let _0x364ebc=_0x204604[_0x58dc('0x7')][_0x58dc('0x3b')];for(;_0x364ebc&&_0x204604[_0x58dc('0x25')](_0x364ebc);){if(_0x364ebc[_0x58dc('0x8')]('listIndent')>0x0)return!0x1;_0x364ebc=_0x364ebc[_0x58dc('0x48')];}return!0x0;}(_0x24d307)?_0x1869a0(_0x17802a,_0x58dc('0xa'),_0x1869a0(_0x17802a,function(_0x4092df){const _0x23dc0a=_0x4092df[_0x58dc('0x5')]()[_0x58dc('0x7')]['nodeAfter'];return _0x58dc('0x1d')+_0x23dc0a['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x24d307))):_0x1869a0(_0x17802a,'*Outdent:*\x20%0',_0x1869a0(_0x17802a,_0x58dc('0x4a'))),_0x57cc55={'type':'format','content':_0x264f3d};break;case'mergeListItemBackward':case _0x58dc('0x46'):!0x1===_0x2b40e3['multipleBlocks']&&(_0x264f3d=_0x58dc('0x23'),_0x57cc55={'type':_0x58dc('0xf'),'content':_0x1869a0(_0x17802a,_0x264f3d,_0x1869a0(_0x17802a,'ELEMENT_LIST_ITEM'))});}return _0x57cc55;}),_0x573e91[_0x58dc('0x4b')]['registerCustomCallback'](_0x58dc('0x21'),_0x58dc('0x19'),_0x58dc('0xb'),function(_0x2fabfe,_0x916bc4){const _0x534820=[];for(let _0x9f360e of _0x2fabfe)_0x9f360e[_0x58dc('0x7')][_0x58dc('0x3b')]===_0x9f360e[_0x58dc('0x2e')]['parent']&&(_0x9f360e=_0x43148a['model'][_0x58dc('0x3c')](_0x43148a[_0x58dc('0x27')][_0x58dc('0x11')](_0x9f360e[_0x58dc('0x7')][_0x58dc('0x3b')],0x0))),_0x534820[_0x58dc('0x15')](_0x9f360e);_0x43148a['model'][_0x58dc('0x40')](_0x198182=>{const _0x3aa21f=_0x43148a[_0x58dc('0x27')]['document'][_0x58dc('0x43')],_0x4149a0=Array[_0x58dc('0x42')](_0x3aa21f[_0x58dc('0x47')]())[_0x58dc('0x1e')](_0x1cb90a=>_0x63d6b1['fromRange'](_0x1cb90a));_0x198182[_0x58dc('0x1')](_0x534820),_0x43148a['commands'][_0x58dc('0xe')](_0x916bc4[_0x58dc('0x0')])['refresh'](),_0x916bc4[_0x58dc('0x41')][_0x58dc('0x15')]({'forceDefaultExecution':!0x0}),_0x43148a['execute'](_0x916bc4[_0x58dc('0x0')],..._0x916bc4['commandParams']),_0x198182[_0x58dc('0x1')](_0x4149a0);for(const _0x12ca42 of _0x4149a0)_0x12ca42[_0x58dc('0x33')]();});});}}
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 _0x100c=['formatBlock','registerDescriptionCallback','expandListBlocksToCompleteList','type','handleListStyleCommand','plugins','push','handleListReversedCommand','DocumentListUtils','*Format:*\x20set\x20order\x20to\x20regular','_LIST_','replace','enableCommand','ELEMENT_','afterInit','_descriptionFactory','listStart','getSelectedBlocks','model','get','handleListStartCommand','format','isFirstBlockOfListItem','commandName','commandParams','DocumentListPropertiesUtils','isListItemBlock','_getTranslationKeyForListStyle','formatInline','listReversed','getAttribute','from','TrackChangesEditing','startIndex','listStyle','*Change\x20to:*\x20%0','listType','numbered','editor','filter','_getSuggestionBlocks','*Format:*\x20set\x20order\x20to\x20reversed','_getSuggestionBlocksForListStyle','change','markMultiRangeBlockFormat','reversed','handleDescriptions','selection','bind','list.properties','toUpperCase','document'];(function(_0x2a9f24,_0x100c9a){const _0x58abab=function(_0x533c8e){while(--_0x533c8e){_0x2a9f24['push'](_0x2a9f24['shift']());}};_0x58abab(++_0x100c9a);}(_0x100c,0x117));const _0x58ab=function(_0x2a9f24,_0x100c9a){_0x2a9f24=_0x2a9f24-0x0;let _0x58abab=_0x100c[_0x2a9f24];return _0x58abab;};import{Plugin as _0x25efc3}from'ckeditor5/src/core';import{getTranslation as _0x2f88de}from'../utils/common-translations';export default class z extends _0x25efc3{[_0x58ab('0x2f')](){if(!this[_0x58ab('0x13')][_0x58ab('0x26')]['has']('DocumentListPropertiesEditing'))return;const _0xe8398=this[_0x58ab('0x13')]['config'][_0x58ab('0x0')](_0x58ab('0x1e')),_0x5de911=this['editor']['plugins'][_0x58ab('0x0')]('TrackChangesEditing');_0xe8398['styles']&&_0x5de911[_0x58ab('0x2d')](_0x58ab('0xf'),this[_0x58ab('0x25')][_0x58ab('0x1d')](this)),_0xe8398[_0x58ab('0x1a')]&&_0x5de911[_0x58ab('0x2d')]('listReversed',this['handleListReversedCommand'][_0x58ab('0x1d')](this)),_0xe8398['startIndex']&&_0x5de911[_0x58ab('0x2d')](_0x58ab('0x31'),this[_0x58ab('0x1')][_0x58ab('0x1d')](this)),_0x5de911[_0x58ab('0x30')][_0x58ab('0x22')](this[_0x58ab('0x1b')][_0x58ab('0x1d')](this));}[_0x58ab('0x25')](_0x1ca47e,_0x45ff28={}){const _0x14eda8=this['editor'][_0x58ab('0x26')]['get'](_0x58ab('0xd')),_0x487d1f=this[_0x58ab('0x17')]();this[_0x58ab('0x13')]['model'][_0x58ab('0x18')](()=>{_0x14eda8[_0x58ab('0x19')](_0x487d1f,{'commandName':_0x58ab('0xf'),'commandParams':[{'type':_0x45ff28['type']}],'formatGroupId':_0x58ab('0xf')});});}[_0x58ab('0x28')](_0x5335db,_0x591a17={}){const _0x5593ef=this[_0x58ab('0x13')][_0x58ab('0x26')][_0x58ab('0x0')]('TrackChangesEditing'),_0x34ee18=this[_0x58ab('0x13')][_0x58ab('0x26')]['get']('DocumentListUtils'),_0x430238=this[_0x58ab('0x15')](_0x3efc02=>_0x34ee18['isListItemBlock'](_0x3efc02)&&_0x58ab('0x12')===_0x3efc02[_0x58ab('0xb')](_0x58ab('0x11')));null!==_0x430238&&this[_0x58ab('0x13')][_0x58ab('0x33')][_0x58ab('0x18')](()=>{_0x5593ef[_0x58ab('0x19')](_0x430238,{'commandName':_0x58ab('0xa'),'commandParams':[{'reversed':_0x591a17[_0x58ab('0x1a')]}],'formatGroupId':_0x58ab('0xa')});});}[_0x58ab('0x1')](_0x5da6d0,_0x4e211c={}){const _0x9ae8cd=this[_0x58ab('0x13')]['plugins'][_0x58ab('0x0')](_0x58ab('0xd')),_0x170a23=this[_0x58ab('0x13')]['plugins'][_0x58ab('0x0')]('DocumentListUtils'),_0x5d569e=this[_0x58ab('0x15')](_0x4fa82e=>_0x170a23[_0x58ab('0x7')](_0x4fa82e)&&_0x58ab('0x12')===_0x4fa82e[_0x58ab('0xb')]('listType'));null!==_0x5d569e&&this['editor']['model'][_0x58ab('0x18')](()=>{_0x9ae8cd[_0x58ab('0x19')](_0x5d569e,{'commandName':'listStart','commandParams':[{'startIndex':_0x4e211c[_0x58ab('0xe')]}],'formatGroupId':_0x58ab('0x31')});});}[_0x58ab('0x1b')](_0x5b1a34){if(_0x58ab('0x21')!=_0x5b1a34['type']&&_0x58ab('0x9')!=_0x5b1a34['type'])return;const _0x3566a9=this[_0x58ab('0x13')]['locale'],{data:_0x21e8d5}=_0x5b1a34;if(!_0x21e8d5)return;let _0x37625d,_0x5212c8;switch(_0x21e8d5[_0x58ab('0x4')]){case _0x58ab('0xf'):_0x37625d=_0x58ab('0x10'),_0x5212c8={'type':_0x58ab('0x2'),'content':_0x2f88de(_0x3566a9,_0x37625d,_0x2f88de(_0x3566a9,this[_0x58ab('0x8')](_0x21e8d5[_0x58ab('0x5')][0x0][_0x58ab('0x24')])))};break;case _0x58ab('0xa'):_0x37625d=_0x21e8d5[_0x58ab('0x5')][0x0]['reversed']?_0x58ab('0x16'):_0x58ab('0x2a'),_0x5212c8={'type':_0x58ab('0x2'),'content':_0x2f88de(_0x3566a9,_0x37625d)};break;case _0x58ab('0x31'):_0x37625d='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x5212c8={'type':'format','content':_0x2f88de(_0x3566a9,_0x37625d,_0x21e8d5['commandParams'][0x0]['startIndex'])};}return _0x5212c8;}[_0x58ab('0x17')](){const _0x1ceb9d=this[_0x58ab('0x13')][_0x58ab('0x26')]['get'](_0x58ab('0x29'));let _0x2a172f=Array[_0x58ab('0xc')](this[_0x58ab('0x13')][_0x58ab('0x33')][_0x58ab('0x20')][_0x58ab('0x1c')][_0x58ab('0x32')]());return _0x2a172f[_0x58ab('0x27')](..._0x1ceb9d[_0x58ab('0x23')](_0x2a172f)),_0x2a172f=[...new Set(_0x2a172f)],_0x2a172f;}[_0x58ab('0x15')](_0x40f2e9){const _0x3b9313=this['editor'][_0x58ab('0x26')][_0x58ab('0x0')](_0x58ab('0x29'));let _0x1c37da=Array['from'](this[_0x58ab('0x13')]['model']['document'][_0x58ab('0x1c')][_0x58ab('0x32')]())[_0x58ab('0x14')](_0x40f2e9);if(!_0x1c37da['length'])return null;_0x1c37da=_0x3b9313[_0x58ab('0x23')](_0x1c37da);const _0x5c8782=[];for(const _0x45dbe1 of _0x1c37da)_0x3b9313[_0x58ab('0x3')](_0x45dbe1)&&_0x5c8782[_0x58ab('0x27')](_0x45dbe1);return _0x5c8782;}[_0x58ab('0x8')](_0x2567de){return _0x58ab('0x2e')+this[_0x58ab('0x13')][_0x58ab('0x26')][_0x58ab('0x0')](_0x58ab('0x6'))['getListTypeFromListStyleType'](_0x2567de)[_0x58ab('0x1f')]()+_0x58ab('0x2b')+_0x2567de['toUpperCase']()[_0x58ab('0x2c')](/-/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 _0x55ad=['options','setSelection','fromRange','nextSibling','parent','bind','afterExecute','enterBlock','downcastDispatcher','getFirstRange','markInsertion','get','change','document','fire','TrackChangesEditing','createPositionAt','markerName','ck-suggestion-marker-split','high','split','mapper','end','commands','enter','hasClass','plugins','addMarker:suggestion:insertion','detach','createRange','removeMarker:suggestion:insertion','selection','init','remove','enableCommand','model','editing','markerNameToElements'];(function(_0x1d198b,_0x55adb8){const _0x1b2e36=function(_0x380b2d){while(--_0x380b2d){_0x1d198b['push'](_0x1d198b['shift']());}};_0x1b2e36(++_0x55adb8);}(_0x55ad,0xde));const _0x1b2e=function(_0x1d198b,_0x55adb8){_0x1d198b=_0x1d198b-0x0;let _0x1b2e36=_0x55ad[_0x1d198b];return _0x1b2e36;};import{Plugin as _0x2ca8d7}from'ckeditor5/src/core';import{Enter as _0x41b4b4}from'ckeditor5/src/enter';import{LiveRange as _0x2a4fc2}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x327fcc}from'./utils';export default class W extends _0x2ca8d7{static get['requires'](){return[_0x41b4b4];}[_0x1b2e('0x0')](){const _0x577017=this['editor'],_0x4c0b93=_0x577017[_0x1b2e('0x20')][_0x1b2e('0x11')](_0x1b2e('0x15')),_0xe63ba2=_0x577017[_0x1b2e('0x1d')][_0x1b2e('0x11')](_0x1b2e('0x1e'));_0x4c0b93[_0x1b2e('0x2')](_0x1b2e('0x1e'),()=>{_0x577017[_0x1b2e('0x3')][_0x1b2e('0x12')](_0x19fec3=>{const _0xdec75b=_0x577017['model'][_0x1b2e('0x13')][_0x1b2e('0x25')],_0x39fe27=_0xdec75b['getFirstPosition'](),_0x3eab98=_0x2a4fc2[_0x1b2e('0x8')](_0xdec75b[_0x1b2e('0xf')]());if(_0xe63ba2[_0x1b2e('0xd')](_0x19fec3)){const _0x3e1d33=_0x577017[_0x1b2e('0x3')][_0x1b2e('0x16')](_0x39fe27[_0x1b2e('0xa')][_0x1b2e('0x9')],0x0),_0x23c4b6=_0x19fec3['createRange'](_0x39fe27,_0x3e1d33);_0x4c0b93[_0x1b2e('0x10')](_0x23c4b6);}else _0x19fec3[_0x1b2e('0x7')](_0x19fec3[_0x1b2e('0x23')](_0x3eab98[_0x1b2e('0x1c')]));_0x3eab98[_0x1b2e('0x22')](),_0xe63ba2[_0x1b2e('0x14')](_0x1b2e('0xc'),{'writer':_0x19fec3});});}),_0x577017[_0x1b2e('0x4')][_0x1b2e('0xe')]['on']('addMarker:suggestion:insertion',_0x327fcc(_0x577017,_0x1b2e('0x1a')),{'priority':_0x1b2e('0x19')}),_0x577017[_0x1b2e('0x4')][_0x1b2e('0xe')]['on'](_0x1b2e('0x24'),(_0xa3908a,_0x568f8f,_0x4c99d7)=>{const _0x3c1111=_0x4c99d7[_0x1b2e('0x1b')][_0x1b2e('0x5')](_0x568f8f[_0x1b2e('0x17')]);if(_0x3c1111)for(const _0x57827a of _0x3c1111)_0x57827a[_0x1b2e('0x1f')](_0x1b2e('0x18'))&&(_0x4c99d7[_0x1b2e('0x1b')]['unbindElementFromMarkerName'](_0x57827a,_0x568f8f[_0x1b2e('0x17')]),_0x4c99d7['writer'][_0x1b2e('0x1')](_0x57827a));},{'priority':_0x1b2e('0x19')}),_0x577017['data'][_0x1b2e('0xe')]['on'](_0x1b2e('0x21'),(_0x58948f,_0x143906,_0x35cf2b)=>{_0x35cf2b[_0x1b2e('0x6')]['showSuggestionHighlights']&&_0x327fcc(_0x577017,_0x1b2e('0x1a'),{'showActiveMarker':!0x1})[_0x1b2e('0xb')](this)(_0x58948f,_0x143906,_0x35cf2b);},{'priority':_0x1b2e('0x19')});}}
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 _0x2ed2=['findByTextCallback','suggestion:deletion','handleFindCommand','_isInDeletionRange','replaceAll','find','get','findPrevious','start','getRange','getMarkersGroup','TrackChangesEditing','enableCommand','findNext','editor','string','createPositionAt','end','markers','model','FindAndReplaceEditing','FindAndReplaceUtils','plugins','afterInit','item'];(function(_0x18a4cb,_0x2ed2fa){const _0x30be00=function(_0x47ffcf){while(--_0x47ffcf){_0x18a4cb['push'](_0x18a4cb['shift']());}};_0x30be00(++_0x2ed2fa);}(_0x2ed2,0xcb));const _0x30be=function(_0x18a4cb,_0x2ed2fa){_0x18a4cb=_0x18a4cb-0x0;let _0x30be00=_0x2ed2[_0x18a4cb];return _0x30be00;};import{Plugin as _0x1c0039}from'ckeditor5/src/core';export default class J extends _0x1c0039{[_0x30be('0x14')](){if(!this[_0x30be('0xb')][_0x30be('0x13')]['has'](_0x30be('0x11')))return;const _0x230338=this[_0x30be('0xb')][_0x30be('0x13')][_0x30be('0x3')](_0x30be('0x8'));_0x230338[_0x30be('0x9')](_0x30be('0x2'),this['handleFindCommand']['bind'](this)),_0x230338[_0x30be('0x9')](_0x30be('0xa')),_0x230338['enableCommand'](_0x30be('0x4')),_0x230338[_0x30be('0x9')]('replace'),_0x230338['enableCommand'](_0x30be('0x1'));}[_0x30be('0x18')](_0x36fd0e,_0x3bd225,_0x3c2186={}){const _0x482476=this[_0x30be('0xb')][_0x30be('0x13')][_0x30be('0x3')](_0x30be('0x12'));return _0x36fd0e(_0x4190e8=>(_0x30be('0xc')==typeof _0x3bd225?_0x482476[_0x30be('0x16')](_0x3bd225,_0x3c2186):_0x3bd225)(_0x4190e8)['filter'](_0x14c250=>!0x1===this[_0x30be('0x0')](_0x14c250,_0x4190e8[_0x30be('0x15')])),_0x3c2186);}[_0x30be('0x0')](_0x1e298b,_0x10ab47){const _0x4bb499=this['editor']['model']['createRange'](this[_0x30be('0xb')]['model'][_0x30be('0xd')](_0x10ab47,_0x1e298b[_0x30be('0x5')]),this['editor'][_0x30be('0x10')]['createPositionAt'](_0x10ab47,_0x1e298b[_0x30be('0xe')]));for(const _0x66484b of this[_0x30be('0xb')][_0x30be('0x10')][_0x30be('0xf')][_0x30be('0x7')](_0x30be('0x17')))if(null!==_0x4bb499['getIntersection'](_0x66484b[_0x30be('0x6')]()))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 _0x10c3=['find','_registerLegacyDescription','toLowerCase','FontFamilyEditing','commandParams','FORMAT_FONT_SIZE','fontFamily','FORMAT_FONT_FAMILY','registerDescriptionCallback','*Reset\x20font\x20family*','FontBackgroundColorEditing','label','commandName','*Reset\x20font\x20background\x20color*','*Set\x20font\x20color:*\x20%0','formatInline','fontColor.colors','normalizeSizeOptions','TrackChangesEditing','*Set\x20font\x20size:*\x20%0','_descriptionFactory','fontColor','registerAttributeLabel','fontSize','locale','trim','type','plugins','fontBackgroundColor.colors','model','get','FORMAT_FONT_COLOR','*Set\x20font\x20background\x20color:*\x20%0','afterInit','format','FontColorEditing','editor','FontSize','value','title','*Reset\x20font\x20size*','fontBackgroundColor','config','FontSizeEditing'];(function(_0x4ac38c,_0x10c3b1){const _0x43965b=function(_0x48601f){while(--_0x48601f){_0x4ac38c['push'](_0x4ac38c['shift']());}};_0x43965b(++_0x10c3b1);}(_0x10c3,0x77));const _0x4396=function(_0x4ac38c,_0x10c3b1){_0x4ac38c=_0x4ac38c-0x0;let _0x43965b=_0x10c3[_0x4ac38c];return _0x43965b;};import{Plugin as _0x410159}from'ckeditor5/src/core';import{normalizeColorOptions as _0x53d967}from'ckeditor5/src/ui';import{getTranslation as _0x248ae3}from'../utils/common-translations';const ro=[{'pluginName':_0x4396('0xc'),'commandName':_0x4396('0x24')},{'pluginName':_0x4396('0x10'),'commandName':'fontFamily'},{'pluginName':_0x4396('0x4'),'commandName':_0x4396('0x22')},{'pluginName':_0x4396('0x17'),'commandName':_0x4396('0xa')}];export default class K extends _0x410159{[_0x4396('0x2')](){const _0xcfc4a=this['editor'][_0x4396('0x25')],_0x45f0cb=this['editor'][_0x4396('0x28')]['get']('TrackChangesEditing');for(const {pluginName:_0x305a36,commandName:_0x23297f}of ro)this[_0x4396('0x5')][_0x4396('0x28')]['has'](_0x305a36)&&_0x45f0cb['_enableDefaultAttributesIntegration'](_0x23297f,[_0x23297f]);_0xcfc4a['t'],(_0x45f0cb[_0x4396('0x21')][_0x4396('0x23')](_0x4396('0x24'),_0x248ae3(_0xcfc4a,_0x4396('0x12'))),_0x45f0cb['_descriptionFactory'][_0x4396('0x23')](_0x4396('0x13'),_0x248ae3(_0xcfc4a,_0x4396('0x14'))),_0x45f0cb['_descriptionFactory']['registerAttributeLabel']('fontColor',_0x248ae3(_0xcfc4a,_0x4396('0x0'))),_0x45f0cb[_0x4396('0x21')][_0x4396('0x23')](_0x4396('0xa'),_0x248ae3(_0xcfc4a,'FORMAT_FONT_BACKGROUND')),this[_0x4396('0xe')]());}[_0x4396('0xe')](){const _0x45a984=this[_0x4396('0x5')],_0x1687bd=_0x45a984[_0x4396('0x25')];_0x45a984[_0x4396('0x28')][_0x4396('0x2b')](_0x4396('0x1f'))['_descriptionFactory'][_0x4396('0x15')](_0x2a1fad=>{const _0x223c90=_0x1687bd['t'];if(_0x4396('0x1c')!=_0x2a1fad[_0x4396('0x27')])return;const {data:_0x45380b}=_0x2a1fad;if(null!=_0x45380b){if(_0x4396('0x24')==_0x45380b[_0x4396('0x19')]){const _0x30c30e=_0x45380b[_0x4396('0x11')][0x0][_0x4396('0x7')];if(_0x30c30e){const _0x370ce2=_0x223c90(this[_0x4396('0x5')][_0x4396('0x28')][_0x4396('0x2b')](_0x4396('0x6'))[_0x4396('0x1e')](this[_0x4396('0x5')]['config'][_0x4396('0x2b')]('fontSize.options'))['find'](_0x4da0a0=>_0x4da0a0['model']==_0x30c30e)[_0x4396('0x8')])['toLowerCase']();return{'type':_0x4396('0x3'),'content':_0x248ae3(_0x1687bd,_0x4396('0x20'),_0x370ce2)};}return{'type':_0x4396('0x3'),'content':_0x248ae3(_0x1687bd,_0x4396('0x9'))};}if(_0x4396('0x13')==_0x45380b[_0x4396('0x19')]){const _0x20488a=_0x45380b[_0x4396('0x11')][0x0]['value'];return _0x20488a?{'type':_0x4396('0x3'),'content':_0x248ae3(_0x1687bd,'*Set\x20font\x20family:*\x20%0',_0x20488a)}:{'type':_0x4396('0x3'),'content':_0x248ae3(_0x1687bd,_0x4396('0x16'))};}if(_0x4396('0x22')==_0x45380b[_0x4396('0x19')]){const _0x322b3b=_0x45380b[_0x4396('0x11')][0x0]['value'];if(_0x322b3b){const _0x13b28e=_0x53d967(this[_0x4396('0x5')][_0x4396('0xb')]['get'](_0x4396('0x1d')))['find'](_0x3de13c=>_0x3de13c[_0x4396('0x2a')]==_0x322b3b);let _0x1ddc39=_0x322b3b,_0x3a7dbd='';return _0x13b28e&&(_0x1ddc39=_0x13b28e[_0x4396('0x18')],_0x3a7dbd=_0x223c90(_0x1ddc39)[_0x4396('0xf')]()),{'type':'format','content':_0x248ae3(_0x1687bd,_0x4396('0x1b'),_0x3a7dbd)[_0x4396('0x26')](),'color':{'value':_0x322b3b,'title':_0x3a7dbd||_0x1ddc39}};}return{'type':'format','content':_0x248ae3(_0x1687bd,'*Reset\x20font\x20color*')};}if(_0x4396('0xa')==_0x45380b[_0x4396('0x19')]){const _0xb46e74=_0x45380b[_0x4396('0x11')][0x0]['value'];if(_0xb46e74){const _0x2cf171=_0x53d967(this[_0x4396('0x5')][_0x4396('0xb')][_0x4396('0x2b')](_0x4396('0x29')))[_0x4396('0xd')](_0xa489a9=>_0xa489a9[_0x4396('0x2a')]==_0xb46e74);let _0x254d94=_0xb46e74,_0x55a2af='';return _0x2cf171&&(_0x254d94=_0x2cf171[_0x4396('0x18')],_0x55a2af=_0x223c90(_0x254d94)[_0x4396('0xf')]()),{'type':_0x4396('0x3'),'content':_0x248ae3(_0x1687bd,_0x4396('0x1'),_0x55a2af)[_0x4396('0x26')](),'color':{'value':_0xb46e74,'title':_0x55a2af||_0x254d94}};}return{'type':_0x4396('0x3'),'content':_0x248ae3(_0x1687bd,_0x4396('0x1a'))};}}});}}
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 _0xcb89=['join','locale','*Set\x20format\x20to:*\x20%0','copyFormat','pasteFormat','get','registerDescriptionCallback','plugins','formatBlock','_descriptionFactory','commandName','fontColor','toLowerCase','FontSize','format','enableCommand','charAt','config','split','commands','fontSize.options','afterInit','push','type','_enableDefaultAttributesIntegration','boolean','fontBackgroundColor','_registerLegacyDescription','normalizeSizeOptions','find','length','model','fontColor.colors','entries','commandParams','toUpperCase','TrackChangesEditing'];(function(_0x19c1fc,_0xcb89c0){const _0x16d820=function(_0x5c1d0a){while(--_0x5c1d0a){_0x19c1fc['push'](_0x19c1fc['shift']());}};_0x16d820(++_0xcb89c0);}(_0xcb89,0xd0));const _0x16d8=function(_0x19c1fc,_0xcb89c0){_0x19c1fc=_0x19c1fc-0x0;let _0x16d820=_0xcb89[_0x19c1fc];return _0x16d820;};import{Plugin as _0x5698bc}from'ckeditor5/src/core';import{normalizeColorOptions as _0x59bcad}from'ckeditor5/src/ui';import{getTranslation as _0x45ab2e}from'../utils/common-translations';export default class Q extends _0x5698bc{[_0x16d8('0x23')](){const _0x2c5563=this['editor'],_0xc14fc2=_0x2c5563[_0x16d8('0x15')][_0x16d8('0x13')](_0x16d8('0xd')),_0x22bef1=_0x2c5563['commands']['get'](_0x16d8('0x11')),_0x143877=_0x2c5563[_0x16d8('0x21')]['get']('pasteFormat');_0x22bef1&&_0x143877&&(_0xc14fc2[_0x16d8('0x1')](_0x16d8('0x12')),_0xc14fc2[_0x16d8('0x1d')]('copyFormat'),this['_registerLegacyDescription']());}[_0x16d8('0x4')](){const _0x3ee925=this['editor'],_0x31b694=_0x3ee925[_0x16d8('0xf')];_0x3ee925['plugins'][_0x16d8('0x13')](_0x16d8('0xd'))[_0x16d8('0x17')][_0x16d8('0x14')](_0x652611=>{if(_0x16d8('0x16')!=_0x652611[_0x16d8('0x0')]&&'formatInline'!=_0x652611[_0x16d8('0x0')])return;const {data:_0x4b4711}=_0x652611;if(_0x4b4711&&_0x16d8('0x12')===_0x4b4711[_0x16d8('0x18')]){const _0x27c0c4=[],_0x1cd03e=_0x4b4711[_0x16d8('0xb')][0x0];for(const [_0x446314,_0x486843]of Object[_0x16d8('0xa')](_0x1cd03e))_0x27c0c4[_0x16d8('0x24')](ao(_0x3ee925,_0x446314,_0x486843));return _0x27c0c4[_0x16d8('0x7')]?{'type':_0x16d8('0x1c'),'content':_0x45ab2e(_0x31b694,_0x16d8('0x10'),_0x27c0c4[_0x16d8('0xe')](',\x20'))}:{'type':'format','content':_0x45ab2e(_0x31b694,'*Remove\x20all\x20formatting*')};}});}}function ao(_0x2a8207,_0xfe63ad,_0x20d444){const _0x4a617b=_0x2a8207['locale']['t'],_0x2018b9=_0xfe63ad[_0x16d8('0x20')](/(?=[A-Z])/)['join']('\x20'),_0x11000b=_0x4a617b(_0x2018b9[_0x16d8('0x1e')](0x0)[_0x16d8('0xc')]()+_0x2018b9['slice'](0x1))['toLowerCase']();if(_0x16d8('0x2')==typeof _0x20d444)return _0x11000b;if(_0x16d8('0x19')===_0xfe63ad||_0x16d8('0x3')===_0xfe63ad){const _0x21c2aa=_0x59bcad(_0x2a8207['config'][_0x16d8('0x13')](_0x16d8('0x9')))[_0x16d8('0x6')](_0x48d431=>_0x48d431[_0x16d8('0x8')]==_0x20d444);return _0x11000b+'\x20('+(_0x21c2aa?_0x4a617b(_0x21c2aa['label'])[_0x16d8('0x1a')]():_0x20d444)+')';}if('fontSize'===_0xfe63ad&&isNaN(parseFloat(_0x20d444))){const _0x311ed4=_0x2a8207['plugins'][_0x16d8('0x13')](_0x16d8('0x1b'))[_0x16d8('0x5')](_0x2a8207[_0x16d8('0x1f')][_0x16d8('0x13')](_0x16d8('0x22')))['find'](_0x1985b6=>_0x1985b6[_0x16d8('0x8')]==_0x20d444);return _0x11000b+'\x20('+(_0x311ed4?_0x4a617b(_0x311ed4['title'])[_0x16d8('0x1a')]():_0x20d444)+')';}return _0x11000b+'\x20('+_0x20d444+')';}
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 _0x1829=['locale','afterInit','_headingOptions','TrackChangesEditing','registerDescriptionCallback','name','HeadingEditing','type','_getHeadingLevel','format','view','match','plugins','find','get','formatBlock','heading','model','commandParams','_registerLegacyDescription','registerElementLabel','config','*Change\x20to:*\x20%0','paragraph','ELEMENT_HEADING','title','_enableDefaultAttributesIntegration','heading.options','editor'];(function(_0x20d964,_0x1829e8){const _0x2307e0=function(_0x9d5f29){while(--_0x9d5f29){_0x20d964['push'](_0x20d964['shift']());}};_0x2307e0(++_0x1829e8);}(_0x1829,0xee));const _0x2307=function(_0x20d964,_0x1829e8){_0x20d964=_0x20d964-0x0;let _0x2307e0=_0x1829[_0x20d964];return _0x2307e0;};import{Plugin as _0x2e999d}from'ckeditor5/src/core';import{getTranslation as _0x5e755a}from'../utils/common-translations';export default class X extends _0x2e999d{[_0x2307('0x18')](){const _0x5c2c93=this['editor'];if(!_0x5c2c93[_0x2307('0x6')]['has'](_0x2307('0x0')))return;this['_headingOptions']=_0x5c2c93[_0x2307('0xf')][_0x2307('0x8')](_0x2307('0x15'));const _0x57bd10=_0x5c2c93['locale'],_0x140e93=_0x5c2c93[_0x2307('0x6')]['get'](_0x2307('0x1a'));_0x140e93[_0x2307('0x14')](_0x2307('0xa'));for(const _0x3d25b0 of this[_0x2307('0x19')])_0x2307('0x11')!=_0x3d25b0[_0x2307('0xb')]&&_0x140e93['_descriptionFactory'][_0x2307('0xe')](_0x3d25b0[_0x2307('0xb')],_0x2f08b2=>{const _0x520e48=this[_0x2307('0x2')](_0x3d25b0[_0x2307('0xb')]);return null!==_0x520e48?_0x10ac00(_0x2f08b2,_0x520e48):_0xb52946(_0x2f08b2,_0x3d25b0[_0x2307('0x13')]);});function _0x10ac00(_0x165999,_0x3d597b){return _0x5e755a(_0x57bd10,_0x2307('0x12'),[_0x165999,_0x3d597b]);}function _0xb52946(_0x396497,_0x5b54e2){return _0x5e755a(_0x57bd10,'ELEMENT_HEADING_CUSTOM',[_0x396497,_0x5b54e2]);}this[_0x2307('0xd')]();}[_0x2307('0xd')](){const _0x711e80=this[_0x2307('0x16')],_0xd2e2c2=_0x711e80[_0x2307('0x17')];function _0x25d76f(_0x59dbdf,_0x472e8a){return _0x5e755a(_0xd2e2c2,'ELEMENT_HEADING_CUSTOM',[_0x59dbdf,_0x472e8a]);}_0x711e80[_0x2307('0x6')][_0x2307('0x8')](_0x2307('0x1a'))['_descriptionFactory'][_0x2307('0x1b')](_0x358587=>{if(_0x2307('0x9')!=_0x358587[_0x2307('0x1')])return;const {data:_0x1d2dc6}=_0x358587;if(_0x1d2dc6&&_0x2307('0xa')==_0x1d2dc6['commandName']){const _0x3c073b=_0x1d2dc6[_0x2307('0xc')][0x0]['value'],_0x2fd65e=this[_0x2307('0x2')](_0x3c073b);if(null!==_0x2fd65e)return{'type':_0x2307('0x3'),'content':_0x5e755a(_0xd2e2c2,_0x2307('0x10'),(_0x140b73=0x1,_0x1b87cc=_0x2fd65e,_0x5e755a(_0xd2e2c2,_0x2307('0x12'),[_0x140b73,_0x1b87cc])))};const _0x54f4f4=this['_headingOptions']['find'](_0x3fbed7=>_0x3fbed7[_0x2307('0xb')]===_0x3c073b)[_0x2307('0x13')];return{'type':'format','content':_0x5e755a(_0xd2e2c2,_0x2307('0x10'),_0x25d76f(0x1,_0x54f4f4))};}var _0x140b73,_0x1b87cc;});}['_getHeadingLevel'](_0x5e80b5){var _0x513879,_0x34a0cf;const _0x1ea86d=_0x5e80b5[_0x2307('0x5')](/^heading(\d+)/);if(_0x1ea86d)return _0x1ea86d[0x1];const _0x124827=null===(_0x513879=this[_0x2307('0x19')])||void 0x0===_0x513879?void 0x0:_0x513879[_0x2307('0x7')](_0x163d7a=>_0x163d7a[_0x2307('0xb')]==_0x5e80b5);if(_0x124827&&_0x124827[_0x2307('0x4')]){const _0x3c9330=_0x124827[_0x2307('0x4')],_0x438530=(null!==(_0x34a0cf=_0x3c9330[_0x2307('0x1c')])&&void 0x0!==_0x34a0cf?_0x34a0cf:_0x3c9330)[_0x2307('0x5')](/^h(\d+)/);if(_0x438530)return _0x438530[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 _0x3cf6=['commandParams','title','_enableDefaultAttributesIntegration','registerAttributeLabel','find','plugins','_descriptionFactory','FORMAT_HIGHLIGHT','type','formatInline','model','TrackChangesEditing','value','toLowerCase','config','locale','*Remove\x20highlight*','format','registerDescriptionCallback','highlight.options','highlight','editor','get','*Set\x20highlight:*\x20%0','HighlightEditing'];(function(_0x23add6,_0x3cf658){const _0x2819c1=function(_0xbb7e07){while(--_0xbb7e07){_0x23add6['push'](_0x23add6['shift']());}};_0x2819c1(++_0x3cf658);}(_0x3cf6,0xf9));const _0x2819=function(_0x23add6,_0x3cf658){_0x23add6=_0x23add6-0x0;let _0x2819c1=_0x3cf6[_0x23add6];return _0x2819c1;};import{Plugin as _0x1b887e}from'ckeditor5/src/core';import{getTranslation as _0x4aff42}from'../utils/common-translations';export default class Y extends _0x1b887e{['afterInit'](){const _0x1a308b=this[_0x2819('0x16')];if(!_0x1a308b['plugins']['has'](_0x2819('0x0')))return;const _0x25fe3a=_0x1a308b['plugins'][_0x2819('0x17')](_0x2819('0xc')),_0xce0312=_0x1a308b[_0x2819('0x10')];_0x25fe3a[_0x2819('0x3')](_0x2819('0x15'),[_0x2819('0x15')]),_0x25fe3a[_0x2819('0x7')][_0x2819('0x4')](_0x2819('0x15'),_0x4aff42(_0xce0312,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4b57f1=this[_0x2819('0x16')],_0x579d13=_0x4b57f1[_0x2819('0x10')];_0x4b57f1[_0x2819('0x6')][_0x2819('0x17')]('TrackChangesEditing')[_0x2819('0x7')][_0x2819('0x13')](_0x3a3db8=>{if(_0x2819('0xa')!=_0x3a3db8[_0x2819('0x9')])return;const {data:_0x373932}=_0x3a3db8;if(_0x373932&&'highlight'==_0x373932['commandName']){const _0x2cf1e9=_0x579d13['t'],_0x402c47=_0x373932[_0x2819('0x1')][0x0][_0x2819('0xd')];if(_0x402c47){const _0x53e589=_0x4b57f1[_0x2819('0xf')][_0x2819('0x17')](_0x2819('0x14'))[_0x2819('0x5')](_0x435458=>_0x435458[_0x2819('0xb')]==_0x402c47),_0x4b95aa=_0x2cf1e9(_0x53e589['title'])[_0x2819('0xe')]();return{'type':_0x2819('0x12'),'content':_0x4aff42(_0x579d13,_0x2819('0x18'),_0x4b95aa),'color':{'value':_0x53e589['color'],'title':_0x53e589[_0x2819('0x2')]}};}return{'type':_0x2819('0x12'),'content':_0x4aff42(_0x579d13,_0x2819('0x11'),_0x4aff42(_0x579d13,_0x2819('0x8')))};}});}}
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 _0x2189=['for','horizontalLine','plugins','TrackChangesEditing','addClass','dataDowncast','createEmptyElement','afterInit','enableCommand','ELEMENT_HORIZONTAL_LINE','createContainerElement','conversion','_descriptionFactory','createPositionAt','has','high','elementToStructure','registerElementLabel','HorizontalLineEditing','get','editor','insert'];(function(_0x17e647,_0x21897d){const _0x3243bf=function(_0x97a80e){while(--_0x97a80e){_0x17e647['push'](_0x17e647['shift']());}};_0x3243bf(++_0x21897d);}(_0x2189,0xc8));const _0x3243=function(_0x17e647,_0x21897d){_0x17e647=_0x17e647-0x0;let _0x3243bf=_0x2189[_0x17e647];return _0x3243bf;};import{Plugin as _0x2cfc8f}from'ckeditor5/src/core';import{getTranslation as _0x3d92d7}from'../utils/common-translations';export default class Z extends _0x2cfc8f{[_0x3243('0x5')](){const _0x3ef057=this[_0x3243('0x12')];if(!_0x3ef057[_0x3243('0x0')][_0x3243('0xc')](_0x3243('0x10')))return;_0x3ef057[_0x3243('0x0')][_0x3243('0x11')](_0x3243('0x1'))[_0x3243('0x6')](_0x3243('0x15'));const _0x18bc6b=_0x3ef057['plugins'][_0x3243('0x11')]('TrackChangesEditing'),_0x2d356c=_0x3ef057['locale'];_0x18bc6b[_0x3243('0xa')][_0x3243('0xf')](_0x3243('0x15'),_0x5beb80=>_0x3d92d7(_0x2d356c,_0x3243('0x7'),_0x5beb80)),_0x3ef057[_0x3243('0x9')][_0x3243('0x14')](_0x3243('0x3'))[_0x3243('0xe')]({'model':_0x3243('0x15'),'view':(_0x3a7886,{writer:_0x33ba46,options:_0x531fa9})=>{if(!_0x531fa9['showSuggestionHighlights'])return null;const _0x5d0d15=_0x33ba46[_0x3243('0x8')]('div'),_0x1c8d5f=_0x33ba46[_0x3243('0x4')]('hr');return _0x33ba46[_0x3243('0x2')]('ck-horizontal-line',_0x5d0d15),_0x33ba46[_0x3243('0x13')](_0x33ba46[_0x3243('0xb')](_0x5d0d15,0x0),_0x1c8d5f),_0x5d0d15;},'converterPriority':_0x3243('0xd')});}}
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 _0x37d1=['htmlEmbed','rawHtml','HtmlEmbed','_enableDefaultAttributesIntegration','type','has','_registerLegacyDescription','get','registerElementLabel','ELEMENT_HTML_EMBED','element','locale','value','formatBlock','attribute','_descriptionFactory','format','getFirstRange','start','TrackChangesEditing','registerDescriptionCallback','key','*Change\x20%0\x20content*','plugins'];(function(_0x29c8d9,_0x37d196){const _0x41ef5d=function(_0x1b70d2){while(--_0x1b70d2){_0x29c8d9['push'](_0x29c8d9['shift']());}};_0x41ef5d(++_0x37d196);}(_0x37d1,0x113));const _0x41ef=function(_0x29c8d9,_0x37d196){_0x29c8d9=_0x29c8d9-0x0;let _0x41ef5d=_0x37d1[_0x29c8d9];return _0x41ef5d;};import{Plugin as _0x52d4f2}from'ckeditor5/src/core';import{getTranslation as _0x17dee9}from'../utils/common-translations';export default class tt extends _0x52d4f2{['afterInit'](){const _0x8ab9da=this['editor'];if(!_0x8ab9da[_0x41ef('0xc')][_0x41ef('0x12')](_0x41ef('0xf')))return;const _0x212e03=_0x8ab9da[_0x41ef('0xc')]['get']('TrackChangesEditing'),_0xba56eb=_0x8ab9da[_0x41ef('0x0')];_0x212e03[_0x41ef('0x4')][_0x41ef('0x15')]('rawHtml',_0x233afa=>_0x17dee9(_0xba56eb,_0x41ef('0x16'),_0x233afa)),_0x212e03[_0x41ef('0x10')](_0x41ef('0xd'),[],[_0x41ef('0x1')]),_0x212e03[_0x41ef('0x4')][_0x41ef('0x9')](_0x4c2f5e=>{if(_0x41ef('0x3')!=_0x4c2f5e[_0x41ef('0x11')])return;const {data:_0x1e0796}=_0x4c2f5e;if(_0x1e0796&&_0x41ef('0x1')==_0x1e0796[_0x41ef('0xa')]&&_0x4c2f5e[_0x41ef('0x6')]()[_0x41ef('0x7')]['nodeAfter']['is'](_0x41ef('0x17'),_0x41ef('0xe'))){const _0x5f4e08=_0x17dee9(_0xba56eb,_0x41ef('0x16'));return{'type':_0x41ef('0x5'),'content':_0x17dee9(_0xba56eb,'*Change\x20%0\x20content*',_0x5f4e08)};}}),this[_0x41ef('0x13')]();}[_0x41ef('0x13')](){const _0x1c81ee=this['editor'],_0x18baa7=_0x1c81ee[_0x41ef('0x0')];_0x1c81ee[_0x41ef('0xc')][_0x41ef('0x14')](_0x41ef('0x8'))[_0x41ef('0x4')][_0x41ef('0x9')](_0x497e73=>{if(_0x41ef('0x2')!=_0x497e73[_0x41ef('0x11')])return;const {data:_0x294e97}=_0x497e73;if(_0x294e97&&_0x41ef('0xd')==_0x294e97['commandName']){const _0x1ba95e=_0x17dee9(_0x18baa7,_0x41ef('0x16'));return{'type':'format','content':_0x17dee9(_0x18baa7,_0x41ef('0xb'),_0x1ba95e)};}});}}
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
  */