@ckeditor/ckeditor5-track-changes 40.2.0 → 41.1.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 (197) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/build/track-changes.js +2 -2
  5. package/build/translations/es.js +1 -1
  6. package/build/translations/ro.js +1 -1
  7. package/lang/translations/ar.po +1 -1
  8. package/lang/translations/az.po +1 -1
  9. package/lang/translations/bg.po +1 -1
  10. package/lang/translations/bn.po +1 -1
  11. package/lang/translations/ca.po +1 -1
  12. package/lang/translations/cs.po +1 -1
  13. package/lang/translations/da.po +1 -1
  14. package/lang/translations/de.po +1 -1
  15. package/lang/translations/el.po +1 -1
  16. package/lang/translations/en-au.po +1 -1
  17. package/lang/translations/en.po +1 -1
  18. package/lang/translations/es.po +2 -2
  19. package/lang/translations/et.po +1 -1
  20. package/lang/translations/fi.po +1 -1
  21. package/lang/translations/fr.po +1 -1
  22. package/lang/translations/gl.po +1 -1
  23. package/lang/translations/he.po +1 -1
  24. package/lang/translations/hi.po +1 -1
  25. package/lang/translations/hr.po +1 -1
  26. package/lang/translations/hu.po +1 -1
  27. package/lang/translations/id.po +1 -1
  28. package/lang/translations/it.po +1 -1
  29. package/lang/translations/ja.po +1 -1
  30. package/lang/translations/ko.po +1 -1
  31. package/lang/translations/lt.po +1 -1
  32. package/lang/translations/lv.po +1 -1
  33. package/lang/translations/ms.po +1 -1
  34. package/lang/translations/nl.po +1 -1
  35. package/lang/translations/no.po +1 -1
  36. package/lang/translations/pl.po +1 -1
  37. package/lang/translations/pt-br.po +1 -1
  38. package/lang/translations/pt.po +1 -1
  39. package/lang/translations/ro.po +2 -2
  40. package/lang/translations/ru.po +1 -1
  41. package/lang/translations/sk.po +1 -1
  42. package/lang/translations/sq.po +1 -1
  43. package/lang/translations/sr-latn.po +1 -1
  44. package/lang/translations/sr.po +1 -1
  45. package/lang/translations/sv.po +1 -1
  46. package/lang/translations/th.po +1 -1
  47. package/lang/translations/tk.po +1 -1
  48. package/lang/translations/tr.po +1 -1
  49. package/lang/translations/tt.po +1 -1
  50. package/lang/translations/uk.po +1 -1
  51. package/lang/translations/ur.po +1 -1
  52. package/lang/translations/vi.po +1 -1
  53. package/lang/translations/zh-cn.po +1 -1
  54. package/lang/translations/zh.po +1 -1
  55. package/package.json +4 -3
  56. package/src/augmentation.d.ts +3 -3
  57. package/src/augmentation.js +1 -1
  58. package/src/commands/acceptsuggestioncommand.d.ts +3 -3
  59. package/src/commands/acceptsuggestioncommand.js +2 -2
  60. package/src/commands/discardsuggestioncommand.d.ts +3 -3
  61. package/src/commands/discardsuggestioncommand.js +2 -2
  62. package/src/commands/executeonallsuggestionscommand.d.ts +3 -3
  63. package/src/commands/executeonallsuggestionscommand.js +2 -2
  64. package/src/commands/executeonselectedsuggestionscommand.d.ts +3 -3
  65. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  66. package/src/commands/trackchangescommand.d.ts +2 -2
  67. package/src/commands/trackchangescommand.js +2 -2
  68. package/src/index.d.ts +13 -13
  69. package/src/index.js +2 -2
  70. package/src/integrations/aiassistant.d.ts +2 -2
  71. package/src/integrations/aiassistant.js +2 -2
  72. package/src/integrations/alignment.d.ts +2 -2
  73. package/src/integrations/alignment.js +2 -2
  74. package/src/integrations/basicstyles.d.ts +2 -2
  75. package/src/integrations/basicstyles.js +2 -2
  76. package/src/integrations/blockquote.d.ts +2 -2
  77. package/src/integrations/blockquote.js +2 -2
  78. package/src/integrations/casechange.d.ts +17 -0
  79. package/src/integrations/casechange.js +23 -0
  80. package/src/integrations/ckbox.d.ts +2 -2
  81. package/src/integrations/ckbox.js +2 -2
  82. package/src/integrations/codeblock.d.ts +2 -2
  83. package/src/integrations/codeblock.js +2 -2
  84. package/src/integrations/comments.d.ts +2 -2
  85. package/src/integrations/comments.js +2 -2
  86. package/src/integrations/deletecommand.d.ts +3 -3
  87. package/src/integrations/deletecommand.js +2 -2
  88. package/src/integrations/entercommand.d.ts +3 -3
  89. package/src/integrations/entercommand.js +2 -2
  90. package/src/integrations/findandreplace.d.ts +2 -2
  91. package/src/integrations/findandreplace.js +2 -2
  92. package/src/integrations/font.d.ts +2 -2
  93. package/src/integrations/font.js +2 -2
  94. package/src/integrations/formatpainter.d.ts +2 -2
  95. package/src/integrations/formatpainter.js +2 -2
  96. package/src/integrations/heading.d.ts +2 -2
  97. package/src/integrations/heading.js +2 -2
  98. package/src/integrations/highlight.d.ts +2 -2
  99. package/src/integrations/highlight.js +2 -2
  100. package/src/integrations/horizontalline.d.ts +2 -2
  101. package/src/integrations/horizontalline.js +2 -2
  102. package/src/integrations/htmlembed.d.ts +2 -2
  103. package/src/integrations/htmlembed.js +2 -2
  104. package/src/integrations/image.d.ts +2 -2
  105. package/src/integrations/image.js +2 -2
  106. package/src/integrations/imagereplace.d.ts +2 -2
  107. package/src/integrations/imagereplace.js +2 -2
  108. package/src/integrations/imagestyle.d.ts +2 -2
  109. package/src/integrations/imagestyle.js +2 -2
  110. package/src/integrations/importword.d.ts +2 -2
  111. package/src/integrations/importword.js +2 -2
  112. package/src/integrations/indent.d.ts +2 -2
  113. package/src/integrations/indent.js +2 -2
  114. package/src/integrations/inputcommand.d.ts +3 -3
  115. package/src/integrations/inputcommand.js +2 -2
  116. package/src/integrations/legacylist.d.ts +17 -0
  117. package/src/integrations/legacylist.js +23 -0
  118. package/src/integrations/{documentlistproperties.d.ts → legacylistproperties.d.ts} +7 -7
  119. package/src/integrations/legacylistproperties.js +23 -0
  120. package/src/integrations/link.d.ts +2 -2
  121. package/src/integrations/link.js +2 -2
  122. package/src/integrations/list.d.ts +6 -6
  123. package/src/integrations/list.js +2 -2
  124. package/src/integrations/listproperties.d.ts +6 -15
  125. package/src/integrations/listproperties.js +2 -2
  126. package/src/integrations/mediaembed.d.ts +2 -2
  127. package/src/integrations/mediaembed.js +2 -2
  128. package/src/integrations/mention.d.ts +2 -2
  129. package/src/integrations/mention.js +2 -2
  130. package/src/integrations/pagebreak.d.ts +2 -2
  131. package/src/integrations/pagebreak.js +2 -2
  132. package/src/integrations/paragraph.d.ts +2 -2
  133. package/src/integrations/paragraph.js +2 -2
  134. package/src/integrations/removeformat.d.ts +2 -2
  135. package/src/integrations/removeformat.js +2 -2
  136. package/src/integrations/restrictededitingmode.d.ts +2 -2
  137. package/src/integrations/restrictededitingmode.js +2 -2
  138. package/src/integrations/shiftentercommand.d.ts +3 -3
  139. package/src/integrations/shiftentercommand.js +2 -2
  140. package/src/integrations/standardeditingmode.d.ts +2 -2
  141. package/src/integrations/standardeditingmode.js +2 -2
  142. package/src/integrations/style.d.ts +2 -2
  143. package/src/integrations/style.js +2 -2
  144. package/src/integrations/table.d.ts +2 -2
  145. package/src/integrations/table.js +2 -2
  146. package/src/integrations/tablecaption.d.ts +3 -3
  147. package/src/integrations/tablecaption.js +2 -2
  148. package/src/integrations/tableclipboard.d.ts +3 -3
  149. package/src/integrations/tableclipboard.js +2 -2
  150. package/src/integrations/tablecolumnresize.d.ts +5 -5
  151. package/src/integrations/tablecolumnresize.js +2 -2
  152. package/src/integrations/tableheadings.d.ts +3 -3
  153. package/src/integrations/tableheadings.js +2 -2
  154. package/src/integrations/tablemergesplit.d.ts +3 -3
  155. package/src/integrations/tablemergesplit.js +2 -2
  156. package/src/integrations/tableofcontents.d.ts +2 -2
  157. package/src/integrations/tableofcontents.js +2 -2
  158. package/src/integrations/tableproperties.d.ts +5 -5
  159. package/src/integrations/tableproperties.js +2 -2
  160. package/src/integrations/template.d.ts +2 -2
  161. package/src/integrations/template.js +2 -2
  162. package/src/integrations/title.d.ts +2 -2
  163. package/src/integrations/title.js +2 -2
  164. package/src/integrations/undo.d.ts +2 -2
  165. package/src/integrations/undo.js +2 -2
  166. package/src/integrations/utils.d.ts +4 -4
  167. package/src/integrations/utils.js +2 -2
  168. package/src/suggestion.d.ts +6 -6
  169. package/src/suggestion.js +2 -2
  170. package/src/suggestiondescriptionfactory.d.ts +4 -4
  171. package/src/suggestiondescriptionfactory.js +2 -2
  172. package/src/trackchanges.d.ts +6 -6
  173. package/src/trackchanges.js +2 -2
  174. package/src/trackchangesconfig.d.ts +2 -2
  175. package/src/trackchangesconfig.js +1 -1
  176. package/src/trackchangesdata.d.ts +3 -3
  177. package/src/trackchangesdata.js +2 -2
  178. package/src/trackchangesediting.d.ts +56 -55
  179. package/src/trackchangesediting.js +2 -2
  180. package/src/trackchangesui.d.ts +4 -4
  181. package/src/trackchangesui.js +2 -2
  182. package/src/ui/suggestioncontroller.d.ts +6 -6
  183. package/src/ui/suggestioncontroller.js +2 -2
  184. package/src/ui/view/basesuggestionthreadview.d.ts +7 -7
  185. package/src/ui/view/basesuggestionthreadview.js +2 -2
  186. package/src/ui/view/suggestionthreadview.d.ts +6 -6
  187. package/src/ui/view/suggestionthreadview.js +2 -2
  188. package/src/utils/common-translations.d.ts +2 -2
  189. package/src/utils/common-translations.js +2 -2
  190. package/src/utils/utils.d.ts +5 -5
  191. package/src/utils/utils.js +2 -2
  192. package/theme/icons/track-changes-accept.svg +1 -1
  193. package/theme/icons/track-changes-discard.svg +1 -1
  194. package/theme/icons/track-changes.svg +1 -1
  195. package/src/integrations/documentlist.d.ts +0 -17
  196. package/src/integrations/documentlist.js +0 -23
  197. package/src/integrations/documentlistproperties.js +0 -23
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5800=['forward','markMultiRangeBlockFormat','listReversed','listStyle','get','has','plugins','reversed','backward','flat','model','toUpperCase','listStart','startIndex','from','selection','_getSuggestionBlocks','_getSuggestionBlocksForListStyle','format','ListUtils','createRange','config','createPositionAt','ELEMENT_','getFirstPosition','*Format:*\x20set\x20order\x20to\x20regular','styles','formatInline','unshift','filter','type','length','getSelectedBlocks','parent','getSiblingNodes','_getTranslationKeyForListStyle','getAttribute','registerDescriptionCallback','map','element','*Format:*\x20set\x20order\x20to\x20reversed','TrackChangesEditing','editor','formatBlock','enableCommand','listItem','handleListStyleCommand','handleDescriptions','afterInit','*Format:*\x20set\x20start\x20index\x20to\x20%0','replace','ListPropertiesEditing','getListTypeFromListStyleType','numbered','_LIST_','before','bind','handleListReversedCommand','change','document','push','commandParams'];(function(_0x1f5b18,_0x580044){const _0x2a8df8=function(_0x5dc431){while(--_0x5dc431){_0x1f5b18['push'](_0x1f5b18['shift']());}};_0x2a8df8(++_0x580044);}(_0x5800,0xe7));const _0x2a8d=function(_0x1f5b18,_0x580044){_0x1f5b18=_0x1f5b18-0x0;let _0x2a8df8=_0x5800[_0x1f5b18];return _0x2a8df8;};import{Plugin as _0x2b4bc6}from'ckeditor5/src/core';import{getTranslation as _0x435b80}from'../utils/common-translations';export default class ut extends _0x2b4bc6{[_0x2a8d('0x3')](){if(!this[_0x2a8d('0x3b')][_0x2a8d('0x17')][_0x2a8d('0x16')](_0x2a8d('0x6')))return;const _0x5d9753=this[_0x2a8d('0x3b')][_0x2a8d('0x26')][_0x2a8d('0x15')]('list.properties'),_0x45fc73=this[_0x2a8d('0x3b')][_0x2a8d('0x17')][_0x2a8d('0x15')](_0x2a8d('0x3a'));_0x5d9753[_0x2a8d('0x2b')]&&_0x45fc73['enableCommand'](_0x2a8d('0x14'),this[_0x2a8d('0x1')]['bind'](this)),_0x5d9753[_0x2a8d('0x18')]&&_0x45fc73[_0x2a8d('0x3d')](_0x2a8d('0x13'),this[_0x2a8d('0xc')][_0x2a8d('0xb')](this)),_0x5d9753[_0x2a8d('0x1e')]&&_0x45fc73[_0x2a8d('0x3d')](_0x2a8d('0x1d'),this['handleListStartCommand']['bind'](this)),_0x45fc73['_descriptionFactory'][_0x2a8d('0x36')](this[_0x2a8d('0x2')][_0x2a8d('0xb')](this));}[_0x2a8d('0x1')](_0x3f5976,_0x34ec00={}){const _0x3e808f=this[_0x2a8d('0x3b')][_0x2a8d('0x17')][_0x2a8d('0x15')](_0x2a8d('0x3a')),_0x1b2627=this[_0x2a8d('0x22')]();this[_0x2a8d('0x3b')][_0x2a8d('0x1b')]['change'](()=>{_0x3e808f[_0x2a8d('0x12')](_0x1b2627,{'commandName':'listStyle','commandParams':[{'type':_0x34ec00[_0x2a8d('0x2f')]}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x4b8391,_0x406637={}){const _0x423176=this[_0x2a8d('0x3b')]['plugins'][_0x2a8d('0x15')](_0x2a8d('0x3a')),_0x8d8dbb=this[_0x2a8d('0x21')](_0x2c5ab4=>_0x2c5ab4['is'](_0x2a8d('0x38'),_0x2a8d('0x0'))&&_0x2a8d('0x8')===_0x2c5ab4[_0x2a8d('0x35')]('listType'));if(_0x8d8dbb[_0x2a8d('0x30')]<0x1)return;const _0x224d09=_0x8d8dbb['map'](_0x2ba5f3=>this['editor'][_0x2a8d('0x1b')][_0x2a8d('0x25')](this[_0x2a8d('0x3b')]['model'][_0x2a8d('0x27')](_0x2ba5f3,_0x2a8d('0xa')),this[_0x2a8d('0x3b')][_0x2a8d('0x1b')]['createPositionAt'](_0x2ba5f3,0x0)));this[_0x2a8d('0x3b')][_0x2a8d('0x1b')][_0x2a8d('0xd')](()=>{_0x423176[_0x2a8d('0x12')](_0x224d09,{'commandName':_0x2a8d('0x13'),'commandParams':[{'reversed':_0x406637['reversed']}],'formatGroupId':_0x2a8d('0x13')});});}['handleListStartCommand'](_0x80279a,_0x19f4ec={}){const _0x2ccebe=this[_0x2a8d('0x3b')]['plugins'][_0x2a8d('0x15')](_0x2a8d('0x3a')),_0x4217f5=this[_0x2a8d('0x21')](_0xea2796=>_0xea2796['is'](_0x2a8d('0x38'),_0x2a8d('0x0'))&&_0x2a8d('0x8')===_0xea2796[_0x2a8d('0x35')]('listType'));if(_0x4217f5[_0x2a8d('0x30')]<0x1)return;const _0x3d6cac=_0x4217f5[_0x2a8d('0x37')](_0x161cc2=>this[_0x2a8d('0x3b')][_0x2a8d('0x1b')][_0x2a8d('0x25')](this[_0x2a8d('0x3b')]['model']['createPositionAt'](_0x161cc2,_0x2a8d('0xa')),this[_0x2a8d('0x3b')][_0x2a8d('0x1b')][_0x2a8d('0x27')](_0x161cc2,0x0)));this[_0x2a8d('0x3b')][_0x2a8d('0x1b')][_0x2a8d('0xd')](()=>{_0x2ccebe[_0x2a8d('0x12')](_0x3d6cac,{'commandName':_0x2a8d('0x1d'),'commandParams':[{'startIndex':_0x19f4ec[_0x2a8d('0x1e')]}],'formatGroupId':_0x2a8d('0x1d')});});}[_0x2a8d('0x2')](_0x53792f){if(_0x2a8d('0x3c')!=_0x53792f['type']&&_0x2a8d('0x2c')!=_0x53792f[_0x2a8d('0x2f')])return;const _0xafec10=this[_0x2a8d('0x3b')]['locale'],{data:_0x9d7f2d}=_0x53792f;if(!_0x9d7f2d)return;let _0x41d9d8,_0x126f7b;switch(_0x9d7f2d['commandName']){case _0x2a8d('0x14'):_0x41d9d8='*Change\x20to:*\x20%0',_0x126f7b={'type':'format','content':_0x435b80(_0xafec10,_0x41d9d8,_0x435b80(_0xafec10,this[_0x2a8d('0x34')](_0x9d7f2d[_0x2a8d('0x10')][0x0]['type'])))};break;case _0x2a8d('0x13'):_0x41d9d8=_0x9d7f2d[_0x2a8d('0x10')][0x0][_0x2a8d('0x18')]?_0x2a8d('0x39'):_0x2a8d('0x2a'),_0x126f7b={'type':_0x2a8d('0x23'),'content':_0x435b80(_0xafec10,_0x41d9d8)};break;case _0x2a8d('0x1d'):_0x41d9d8=_0x2a8d('0x4'),_0x126f7b={'type':'format','content':_0x435b80(_0xafec10,_0x41d9d8,_0x9d7f2d[_0x2a8d('0x10')][0x0][_0x2a8d('0x1e')])};}return _0x126f7b;}[_0x2a8d('0x22')](){var _0x1577f8,_0x419292,_0x2962b6,_0x191eff;const _0x1ce893=this[_0x2a8d('0x3b')]['plugins']['get']('ListUtils');let _0x155dbb=Array[_0x2a8d('0x1f')](this[_0x2a8d('0x3b')][_0x2a8d('0x1b')][_0x2a8d('0xe')]['selection'][_0x2a8d('0x31')]());return(null===(_0x1577f8=_0x155dbb[0x0])||void 0x0===_0x1577f8?void 0x0:_0x1577f8['is'](_0x2a8d('0x38'),_0x2a8d('0x0')))&&_0x155dbb[_0x2a8d('0x2d')](..._0x1ce893[_0x2a8d('0x33')](this['editor'][_0x2a8d('0x1b')][_0x2a8d('0xe')][_0x2a8d('0x20')][_0x2a8d('0x29')](),_0x2a8d('0x19'))),(null===(_0x419292=_0x155dbb[_0x155dbb[_0x2a8d('0x30')]-0x1])||void 0x0===_0x419292?void 0x0:_0x419292['is'](_0x2a8d('0x38'),'listItem'))&&_0x155dbb[_0x2a8d('0xf')](..._0x1ce893[_0x2a8d('0x33')](this['editor'][_0x2a8d('0x1b')][_0x2a8d('0xe')][_0x2a8d('0x20')]['getLastPosition'](),'forward')),_0x155dbb=[...new Set(_0x155dbb)],(null===(_0x191eff=null===(_0x2962b6=this['editor'][_0x2a8d('0x1b')][_0x2a8d('0xe')]['selection'][_0x2a8d('0x29')]())||void 0x0===_0x2962b6?void 0x0:_0x2962b6[_0x2a8d('0x32')])||void 0x0===_0x191eff?void 0x0:_0x191eff['is'](_0x2a8d('0x38'),_0x2a8d('0x0')))&&(_0x155dbb=_0x155dbb[_0x2a8d('0x2e')](_0x4f88b6=>_0x4f88b6['is'](_0x2a8d('0x38'),_0x2a8d('0x0')))),_0x155dbb;}['_getSuggestionBlocks'](_0xd9a9df){const _0x2b65df=this[_0x2a8d('0x3b')][_0x2a8d('0x17')][_0x2a8d('0x15')]('ListUtils');let _0x532b83=Array['from'](this['editor'][_0x2a8d('0x1b')]['document'][_0x2a8d('0x20')][_0x2a8d('0x31')]())[_0x2a8d('0x2e')](_0xd9a9df)[_0x2a8d('0x37')](_0x499c98=>{const _0x9f7683=this[_0x2a8d('0x3b')]['model']['createPositionAt'](_0x499c98,0x0);return[..._0x2b65df['getSiblingNodes'](_0x9f7683,_0x2a8d('0x19')),..._0x2b65df[_0x2a8d('0x33')](_0x9f7683,_0x2a8d('0x11'))];})[_0x2a8d('0x1a')]();return _0x532b83=[...new Set(_0x532b83)],_0x532b83;}[_0x2a8d('0x34')](_0x2e5370){return _0x2a8d('0x28')+this['editor']['plugins'][_0x2a8d('0x15')](_0x2a8d('0x24'))[_0x2a8d('0x7')](_0x2e5370)[_0x2a8d('0x1c')]()+_0x2a8d('0x9')+_0x2e5370[_0x2a8d('0x1c')]()[_0x2a8d('0x5')](/-/g,'_');}}
23
+ const _0x3824=['toUpperCase','filter','FORMAT_LIST_REVERSED','newValue','styles','_LIST_','document','_descriptionFactory','model','find','lower-roman','_getAttributeKey','getFirstMarker','head','locale','listStart','key','replace','getAttribute','numbered','plugins','batch','startIndex','suggestion','format','start','getFirstRange','bind','*Remove\x20format:*\x20%0','registerPostFixer','decimal-leading-zero','FORMAT_LIST_START','disc','type','data','ListPropertiesEditing','oldValue','has','get','_findSuggestions','list.properties','listReversed','square','handleDescriptions','next','ELEMENT_','config','*Format:*\x20set\x20order\x20to\x20regular','reversed','lower-latin','*Format:*\x20set\x20start\x20index\x20to\x20%0','registerAttributeLabel','decimal','registerDescriptionCallback','editor','nodeAfter','includes','afterInit','bulleted','_enableDefaultAttributesIntegration','*Set\x20format:*\x20%0','TrackChangesEditing','removeMarker','*Format:*\x20set\x20order\x20to\x20reversed','attribute','default','commandParams','_getTranslationKeyForListStyle','getSuggestions','listType','commandName','listStyle'];(function(_0x404e1d,_0x3824e2){const _0x568f5a=function(_0x107249){while(--_0x107249){_0x404e1d['push'](_0x404e1d['shift']());}};_0x568f5a(++_0x3824e2);}(_0x3824,0x172));const _0x568f=function(_0x404e1d,_0x3824e2){_0x404e1d=_0x404e1d-0x0;let _0x568f5a=_0x3824[_0x404e1d];return _0x568f5a;};import{Plugin as _0x1e0888}from'ckeditor5/src/core.js';import{getTranslation as _0x2b2beb}from'../utils/common-translations.js';export default class se extends _0x1e0888{[_0x568f('0x2f')](){if(!this[_0x568f('0x2c')][_0x568f('0xa')][_0x568f('0x1b')](_0x568f('0x19')))return;const _0x586c7e=this[_0x568f('0x2c')][_0x568f('0x24')][_0x568f('0x1c')](_0x568f('0x1e')),_0x1bcfe0=this[_0x568f('0x2c')][_0x568f('0xa')][_0x568f('0x1c')]('TrackChangesEditing');_0x586c7e[_0x568f('0x42')]&&_0x1bcfe0['_enableDefaultAttributesIntegration'](_0x568f('0x3d'),[],[_0x568f('0x3d')]),_0x586c7e[_0x568f('0x26')]&&_0x1bcfe0[_0x568f('0x31')]('listReversed',[],[_0x568f('0x1f')]),_0x586c7e[_0x568f('0xc')]&&_0x1bcfe0['_enableDefaultAttributesIntegration']('listStart',[],[_0x568f('0x5')]);const _0xc3ed28={'type':'format','content':''};_0x1bcfe0[_0x568f('0x45')][_0x568f('0x2b')](this[_0x568f('0x21')][_0x568f('0x11')](this));const _0x29bec1=this[_0x568f('0x2c')]['locale'];_0x1bcfe0[_0x568f('0x45')]['registerAttributeLabel']('listReversed',_0x2b2beb(_0x29bec1,_0x568f('0x40'))),_0x1bcfe0['_descriptionFactory'][_0x568f('0x2b')](_0x30d0ec=>{const {data:_0x1b09e5}=_0x30d0ec;if(_0x1b09e5&&_0x568f('0x1f')==_0x1b09e5['key'])return null==_0x1b09e5[_0x568f('0x41')]||0x0==_0x1b09e5[_0x568f('0x41')]&&null==_0x1b09e5[_0x568f('0x1a')]?_0xc3ed28:void 0x0;}),_0x1bcfe0['_descriptionFactory'][_0x568f('0x29')](_0x568f('0x5'),_0x2b2beb(_0x29bec1,_0x568f('0x15'))),_0x1bcfe0[_0x568f('0x45')][_0x568f('0x2b')](_0x431019=>{const {data:_0x5887d5}=_0x431019;if(_0x5887d5&&_0x568f('0x5')==_0x5887d5[_0x568f('0x6')])return null==_0x5887d5[_0x568f('0x41')]||0x1==_0x5887d5[_0x568f('0x41')]&&null==_0x5887d5['oldValue']?_0xc3ed28:void 0x0;}),this[_0x568f('0x2c')][_0x568f('0x46')][_0x568f('0x44')][_0x568f('0x13')](_0x4720b3=>{if(_0x4720b3[_0x568f('0xb')]['isUndo'])return!0x1;let _0x248534=!0x1;const _0x544761=_0x1bcfe0[_0x568f('0x3a')]({'skipNotAttached':!0x0})[_0x568f('0x3f')](_0x314edd=>{const _0x1b772e=_0x1bcfe0[_0x568f('0x1')](_0x314edd);return'listStart'==_0x1b772e||_0x568f('0x1f')==_0x1b772e;});for(const _0x12cf1a of _0x544761){if(_0x568f('0x9')==_0x12cf1a['getFirstRange']()[_0x568f('0xf')][_0x568f('0x2d')][_0x568f('0x8')](_0x568f('0x3b')))continue;_0x1bcfe0[_0x568f('0x1d')](_0x12cf1a[_0x568f('0x10')](),_0x568f('0x36'))[_0x568f('0x47')](_0x53b61f=>_0x568f('0x3b')==_0x1bcfe0[_0x568f('0x1')](_0x53b61f[_0x568f('0xd')]))||(_0x4720b3[_0x568f('0x34')](_0x12cf1a[_0x568f('0x2')]()),_0x248534=!0x0);}return _0x248534;}),this['_registerLegacyDescription']();}[_0x568f('0x21')](_0x5632da){const _0x468c8a=this[_0x568f('0x2c')]['locale'],{data:_0x31f31e}=_0x5632da,_0x3084e9={'type':_0x568f('0xe'),'content':''};if(!_0x31f31e||_0x568f('0x3d')!=_0x31f31e[_0x568f('0x6')])return;if(!_0x31f31e[_0x568f('0x1a')])return'default'==_0x31f31e['newValue']?_0x3084e9:{'type':'format','content':''+_0x2b2beb(_0x468c8a,_0x568f('0x32'),_0x2b2beb(_0x468c8a,this['_getTranslationKeyForListStyle'](_0x31f31e[_0x568f('0x41')])))};if(!_0x31f31e[_0x568f('0x41')]){if(_0x568f('0x37')==_0x31f31e[_0x568f('0x1a')])return _0x3084e9;let _0x2fe91b=_0x5632da[_0x568f('0x3')];for(;_0x2fe91b;){if(_0x2fe91b[_0x568f('0x18')]&&'listType'==_0x2fe91b[_0x568f('0x18')][_0x568f('0x6')]&&_0x2fe91b['data']['newValue'])return _0x3084e9;_0x2fe91b=_0x2fe91b[_0x568f('0x22')];}return{'type':'format','content':''+_0x2b2beb(_0x468c8a,_0x568f('0x12'),_0x2b2beb(_0x468c8a,this[_0x568f('0x39')](_0x31f31e[_0x568f('0x1a')])))};}if(_0x568f('0x37')!=_0x31f31e[_0x568f('0x41')])return{'type':_0x568f('0xe'),'content':''+_0x2b2beb(_0x468c8a,_0x568f('0x32'),_0x2b2beb(_0x468c8a,this[_0x568f('0x39')](_0x31f31e['newValue'])))};let _0x2a349d=_0x5632da[_0x568f('0x3')];for(;_0x2a349d;){if(_0x2a349d[_0x568f('0x18')]&&'listType'==_0x2a349d[_0x568f('0x18')][_0x568f('0x6')]&&_0x2a349d['data'][_0x568f('0x41')]&&_0x2a349d[_0x568f('0x18')][_0x568f('0x1a')])return _0x3084e9;_0x2a349d=_0x2a349d[_0x568f('0x22')];}const _0x55954e=_0x5632da[_0x568f('0x10')]()['start'][_0x568f('0x2d')][_0x568f('0x8')]('listType');return{'type':_0x568f('0xe'),'content':_0x2b2beb(_0x468c8a,'*Set\x20format:*\x20%0',_0x2b2beb(_0x468c8a,_0x568f('0x23')+_0x55954e[_0x568f('0x3e')]()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0xfb7ab6=this[_0x568f('0x2c')],_0x3f9a9a=_0xfb7ab6[_0x568f('0x4')];_0xfb7ab6['plugins'][_0x568f('0x1c')](_0x568f('0x33'))[_0x568f('0x45')][_0x568f('0x2b')](_0x16fb05=>{if('formatBlock'!=_0x16fb05['type'])return;const {data:_0x144fc2}=_0x16fb05;if(!_0x144fc2)return;let _0x58caf8,_0x2b3c14;switch(_0x144fc2[_0x568f('0x3c')]){case _0x568f('0x3d'):_0x58caf8='*Change\x20to:*\x20%0',_0x2b3c14={'type':'format','content':_0x2b2beb(_0x3f9a9a,_0x58caf8,_0x2b2beb(_0x3f9a9a,this['_getTranslationKeyForListStyle'](_0x144fc2['commandParams'][0x0][_0x568f('0x17')])))};break;case _0x568f('0x1f'):_0x58caf8=_0x144fc2[_0x568f('0x38')][0x0][_0x568f('0x26')]?_0x568f('0x35'):_0x568f('0x25'),_0x2b3c14={'type':_0x568f('0xe'),'content':_0x2b2beb(_0x3f9a9a,_0x58caf8)};break;case'listStart':_0x58caf8=_0x568f('0x28'),_0x2b3c14={'type':_0x568f('0xe'),'content':_0x2b2beb(_0x3f9a9a,_0x58caf8,_0x144fc2[_0x568f('0x38')][0x0][_0x568f('0xc')])};}return _0x2b3c14;});}[_0x568f('0x39')](_0xcc8c88){return _0x568f('0x23')+function(_0xfc0955){if(ae[_0x568f('0x2e')](_0xfc0955))return _0x568f('0x30');if(le['includes'](_0xfc0955))return _0x568f('0x9');return null;}(_0xcc8c88)[_0x568f('0x3e')]()+_0x568f('0x43')+_0xcc8c88[_0x568f('0x3e')]()[_0x568f('0x7')](/-/g,'_');}}const ae=[_0x568f('0x16'),'circle',_0x568f('0x20')],le=[_0x568f('0x2a'),_0x568f('0x14'),_0x568f('0x0'),'upper-roman',_0x568f('0x27'),'upper-latin'];
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/mediaembed
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:media-embed/mediaembed~MediaEmbed media embed feature}.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e1d=['has','dataDowncast','high','for','elementToElement','_descriptionFactory','afterInit','MediaEmbedEditing','data','registerElementLabel','TrackChangesEditing','media','stop','options','get','locale','plugins','editor','attribute:url:media'];(function(_0x9fbe16,_0x2e1d83){const _0x212bc3=function(_0xa53d05){while(--_0xa53d05){_0x9fbe16['push'](_0x9fbe16['shift']());}};_0x212bc3(++_0x2e1d83);}(_0x2e1d,0x8d));const _0x212b=function(_0x9fbe16,_0x2e1d83){_0x9fbe16=_0x9fbe16-0x0;let _0x212bc3=_0x2e1d[_0x9fbe16];return _0x212bc3;};import{Plugin as _0x96e86d}from'ckeditor5/src/core';import{getTranslation as _0x5ce607}from'../utils/common-translations';export default class ht extends _0x96e86d{[_0x212b('0x11')](){const _0x2a90b7=this[_0x212b('0x9')];if(!_0x2a90b7[_0x212b('0x8')][_0x212b('0xb')](_0x212b('0x12')))return;const _0x1172e1=_0x2a90b7[_0x212b('0x8')][_0x212b('0x6')](_0x212b('0x2')),_0x472510=_0x2a90b7[_0x212b('0x7')];_0x1172e1['enableCommand']('mediaEmbed'),_0x1172e1[_0x212b('0x10')][_0x212b('0x1')](_0x212b('0x3'),_0x8d39fc=>_0x5ce607(_0x472510,'ELEMENT_MEDIA',_0x8d39fc)),_0x2a90b7['conversion'][_0x212b('0xe')](_0x212b('0xc'))[_0x212b('0xf')]({'model':'media','view':(_0x1f269f,{writer:_0x178e5a,options:_0x29cd76})=>{if(_0x29cd76['showSuggestionHighlights'])return _0x178e5a['createEmptyElement']('div');},'converterPriority':_0x212b('0xd')}),_0x2a90b7[_0x212b('0x0')]['downcastDispatcher']['on'](_0x212b('0xa'),(_0xd0a1b,_0x5905c1,_0x21cf03)=>{_0x21cf03[_0x212b('0x5')]['showSuggestionHighlights']&&_0xd0a1b[_0x212b('0x4')]();},{'priority':_0x212b('0xd')});}}
23
+ const _0x4dff=['has','MediaEmbedEditing','plugins','mediaEmbed','get','createEmptyElement','afterInit','media','data','TrackChangesEditing','_descriptionFactory','high','ELEMENT_MEDIA','editor','showSuggestionHighlights','downcastDispatcher','locale','conversion'];(function(_0x58f4af,_0x4dff3e){const _0x582630=function(_0x27996b){while(--_0x27996b){_0x58f4af['push'](_0x58f4af['shift']());}};_0x582630(++_0x4dff3e);}(_0x4dff,0x1da));const _0x5826=function(_0x58f4af,_0x4dff3e){_0x58f4af=_0x58f4af-0x0;let _0x582630=_0x4dff[_0x58f4af];return _0x582630;};import{Plugin as _0x39655f}from'ckeditor5/src/core.js';import{getTranslation as _0x17b95e}from'../utils/common-translations.js';export default class ft extends _0x39655f{[_0x5826('0x0')](){const _0x2b54bd=this[_0x5826('0x7')];if(!_0x2b54bd[_0x5826('0xe')][_0x5826('0xc')](_0x5826('0xd')))return;const _0xafc829=_0x2b54bd[_0x5826('0xe')][_0x5826('0x10')](_0x5826('0x3')),_0x13cb19=_0x2b54bd[_0x5826('0xa')];_0xafc829['enableCommand'](_0x5826('0xf')),_0xafc829[_0x5826('0x4')]['registerElementLabel'](_0x5826('0x1'),_0x2fe062=>_0x17b95e(_0x13cb19,_0x5826('0x6'),_0x2fe062)),_0x2b54bd[_0x5826('0xb')]['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x1124b7,{writer:_0x589836,options:_0x20177a})=>{if(_0x20177a[_0x5826('0x8')])return _0x589836[_0x5826('0x11')]('div');},'converterPriority':'high'}),_0x2b54bd[_0x5826('0x2')][_0x5826('0x9')]['on']('attribute:url:media',(_0x397067,_0x33d3d4,_0x289774)=>{_0x289774['options'][_0x5826('0x8')]&&_0x397067['stop']();},{'priority':_0x5826('0x5')});}}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/mention
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 mention feature.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38c1=['editor','plugins','TrackChangesEditing','MentionEditing','mention'];(function(_0x19bf99,_0x38c1e7){const _0x3f76af=function(_0x3a2704){while(--_0x3a2704){_0x19bf99['push'](_0x19bf99['shift']());}};_0x3f76af(++_0x38c1e7);}(_0x38c1,0xd0));const _0x3f76=function(_0x19bf99,_0x38c1e7){_0x19bf99=_0x19bf99-0x0;let _0x3f76af=_0x38c1[_0x19bf99];return _0x3f76af;};import{Plugin as _0x38adeb}from'ckeditor5/src/core';export default class ft extends _0x38adeb{['afterInit'](){const _0x185a77=this[_0x3f76('0x2')];_0x185a77[_0x3f76('0x3')]['has'](_0x3f76('0x0'))&&_0x185a77['plugins']['get'](_0x3f76('0x4'))['enableCommand'](_0x3f76('0x1'));}}
23
+ const _0x1a6a=['get','has','MentionEditing','mention','enableCommand','editor','afterInit'];(function(_0x3b85c9,_0x1a6a72){const _0x31d490=function(_0x5e9fef){while(--_0x5e9fef){_0x3b85c9['push'](_0x3b85c9['shift']());}};_0x31d490(++_0x1a6a72);}(_0x1a6a,0x15e));const _0x31d4=function(_0x3b85c9,_0x1a6a72){_0x3b85c9=_0x3b85c9-0x0;let _0x31d490=_0x1a6a[_0x3b85c9];return _0x31d490;};import{Plugin as _0x57ff1d}from'ckeditor5/src/core.js';export default class gt extends _0x57ff1d{[_0x31d4('0x6')](){const _0xb4257c=this[_0x31d4('0x5')];_0xb4257c['plugins'][_0x31d4('0x1')](_0x31d4('0x2'))&&_0xb4257c['plugins'][_0x31d4('0x0')]('TrackChangesEditing')[_0x31d4('0x4')](_0x31d4('0x3'));}}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/pagebreak
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:page-break/pagebreak~PageBreak page break feature}.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3366=['enableCommand','registerElementLabel','ELEMENT_PAGE_BREAK','get','_descriptionFactory','TrackChangesEditing','pageBreak','locale','editor','plugins','afterInit'];(function(_0x5f5ae8,_0x336662){const _0x22ef11=function(_0x47d986){while(--_0x47d986){_0x5f5ae8['push'](_0x5f5ae8['shift']());}};_0x22ef11(++_0x336662);}(_0x3366,0x1f4));const _0x22ef=function(_0x5f5ae8,_0x336662){_0x5f5ae8=_0x5f5ae8-0x0;let _0x22ef11=_0x3366[_0x5f5ae8];return _0x22ef11;};import{Plugin as _0x3c4072}from'ckeditor5/src/core';import{getTranslation as _0x1e0e2d}from'../utils/common-translations';export default class gt extends _0x3c4072{[_0x22ef('0x5')](){const _0x4c2546=this[_0x22ef('0x3')];if(!_0x4c2546[_0x22ef('0x4')]['has']('PageBreakEditing'))return;_0x4c2546[_0x22ef('0x4')][_0x22ef('0x9')]('TrackChangesEditing')[_0x22ef('0x6')](_0x22ef('0x1'));const _0x666803=_0x4c2546[_0x22ef('0x4')][_0x22ef('0x9')](_0x22ef('0x0')),_0x20e045=_0x4c2546[_0x22ef('0x2')];_0x666803[_0x22ef('0xa')][_0x22ef('0x7')](_0x22ef('0x1'),_0x8885f7=>_0x1e0e2d(_0x20e045,_0x22ef('0x8'),_0x8885f7));}}
23
+ const _0x1b7c=['enableCommand','has','ELEMENT_PAGE_BREAK','afterInit','editor','pageBreak','registerElementLabel','PageBreakEditing','TrackChangesEditing','_descriptionFactory','plugins','get','locale'];(function(_0x39177b,_0x1b7c49){const _0x27fcdf=function(_0xd84bff){while(--_0xd84bff){_0x39177b['push'](_0x39177b['shift']());}};_0x27fcdf(++_0x1b7c49);}(_0x1b7c,0x72));const _0x27fc=function(_0x39177b,_0x1b7c49){_0x39177b=_0x39177b-0x0;let _0x27fcdf=_0x1b7c[_0x39177b];return _0x27fcdf;};import{Plugin as _0x221fc0}from'ckeditor5/src/core.js';import{getTranslation as _0x5ccc1b}from'../utils/common-translations.js';export default class lt extends _0x221fc0{[_0x27fc('0x6')](){const _0x461482=this[_0x27fc('0x7')];if(!_0x461482[_0x27fc('0x0')][_0x27fc('0x4')](_0x27fc('0xa')))return;_0x461482['plugins'][_0x27fc('0x1')](_0x27fc('0xb'))[_0x27fc('0x3')](_0x27fc('0x8'));const _0x5c7810=_0x461482[_0x27fc('0x0')][_0x27fc('0x1')]('TrackChangesEditing'),_0x3c45a4=_0x461482[_0x27fc('0x2')];_0x5c7810[_0x27fc('0xc')][_0x27fc('0x9')](_0x27fc('0x8'),_0x20f3b0=>_0x5ccc1b(_0x3c45a4,_0x27fc('0x5'),_0x20f3b0));}}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/paragraph
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 paragraph feature.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x48af=['options','span','*Insert:*\x20%0','isTouching','*Change\x20to:*\x20%0','editor','bindElementToMarker','get','model','$text','addMarker:suggestion:insertion','enableCommand','consume','plugins','consumable','includes','ELEMENT_PARAGRAPH','mapper','nodeAfter','_registerLegacyDescription','name','isLimit','type','activeMarkers','locale','schema','getFirstRange','highest','commandName','markerRange','paragraph','downcastDispatcher','ck-suggestion-marker--active','markerName','insertParagraph','addClass','format','writer','start','_descriptionFactory','registerDescriptionCallback','insert','editing','TrackChangesEditing','isBlock','showSuggestionHighlights','insertion'];(function(_0x106eb3,_0x48af66){const _0x341fca=function(_0x5a8a40){while(--_0x5a8a40){_0x106eb3['push'](_0x106eb3['shift']());}};_0x341fca(++_0x48af66);}(_0x48af,0x68));const _0x341f=function(_0x106eb3,_0x48af66){_0x106eb3=_0x106eb3-0x0;let _0x341fca=_0x48af[_0x106eb3];return _0x341fca;};import{Plugin as _0x4f5213}from'ckeditor5/src/core';import{getTranslation as _0x5f4c6f}from'../utils/common-translations';export default class lt extends _0x4f5213{['afterInit'](){const _0x388454=this[_0x341f('0x2a')];if(!_0x388454[_0x341f('0x3')]['has']('Paragraph'))return;const _0x2b9738=_0x388454[_0x341f('0xe')],_0xa69bb5=_0x388454[_0x341f('0x3')]['get'](_0x341f('0x21'));_0xa69bb5[_0x341f('0x1d')]['registerElementLabel'](_0x341f('0x14'),_0x2e9c16=>_0x5f4c6f(_0x2b9738,_0x341f('0x6'),_0x2e9c16)),_0xa69bb5['_enableDefaultAttributesIntegration'](_0x341f('0x14')),_0xa69bb5[_0x341f('0x1')](_0x341f('0x18')),_0x388454[_0x341f('0x20')][_0x341f('0x15')]['on'](_0x341f('0x0'),nr(_0x388454),{'priority':_0x341f('0x11')}),_0x388454['data'][_0x341f('0x15')]['on'](_0x341f('0x0'),(_0xcdb365,_0x2b2730,_0x22131a)=>{_0x22131a[_0x341f('0x25')][_0x341f('0x23')]&&nr(_0x388454,{'showActiveMarker':!0x1})(_0xcdb365,_0x2b2730,_0x22131a);},{'priority':_0x341f('0x11')});const _0x50aa26=_0xa69bb5['_descriptionFactory'];_0x50aa26[_0x341f('0x1e')](_0x1e6c8f=>{if(_0x341f('0x24')!==_0x1e6c8f[_0x341f('0xc')])return;const {start:_0x9dad29,end:_0x889140}=_0x1e6c8f[_0x341f('0x10')]();if(!_0x9dad29[_0x341f('0x28')](_0x889140)||!_0x9dad29[_0x341f('0x8')])return;const _0x4b9bf9=_0x388454['model'][_0x341f('0xf')],_0x47fa9d=_0x9dad29['nodeAfter'];return _0x4b9bf9[_0x341f('0x22')](_0x47fa9d)&&!_0x4b9bf9[_0x341f('0xb')](_0x47fa9d)&&_0x4b9bf9['checkChild'](_0x47fa9d,_0x341f('0x2e'))?{'type':_0x341f('0x24'),'content':_0x5f4c6f(_0x2b9738,_0x341f('0x27'),_0x50aa26['getItemLabel'](_0x47fa9d,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}[_0x341f('0x9')](){const _0x5163f3=this[_0x341f('0x2a')],_0x4c57fa=_0x5163f3['locale'];_0x5163f3[_0x341f('0x3')][_0x341f('0x2c')](_0x341f('0x21'))[_0x341f('0x1d')][_0x341f('0x1e')](_0xbce18b=>{if('formatBlock'!=_0xbce18b['type'])return;const {data:_0x12f616}=_0xbce18b;return _0x12f616&&_0x341f('0x14')==_0x12f616[_0x341f('0x12')]?{'type':_0x341f('0x1a'),'content':_0x5f4c6f(_0x4c57fa,_0x341f('0x29'),_0x5f4c6f(_0x4c57fa,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x313b8e,{showActiveMarker:_0x295f77=!0x0}={}){return(_0x4e5e6c,_0x5aea1e,_0x35f160)=>{const _0x5b3a3a=_0x313b8e['plugins'][_0x341f('0x2c')](_0x341f('0x21')),_0x4b9200=_0x5aea1e['markerRange'][_0x341f('0x1c')],_0x1455ce=_0x5aea1e['markerRange']['end'],_0x534c74=_0x313b8e[_0x341f('0x2d')][_0x341f('0xf')];if(!_0x4b9200[_0x341f('0x28')](_0x1455ce)||!_0x4b9200[_0x341f('0x8')])return;const _0x2d57fe=_0x4b9200[_0x341f('0x8')];if(_0x534c74[_0x341f('0x22')](_0x2d57fe)&&!_0x534c74[_0x341f('0xb')](_0x2d57fe)&&_0x534c74['checkChild'](_0x2d57fe,_0x341f('0x2e'))){if(!_0x35f160[_0x341f('0x4')][_0x341f('0x2')](_0x5aea1e[_0x341f('0x13')],_0x4e5e6c[_0x341f('0xa')]))return;const _0x574058=_0x35f160[_0x341f('0x1b')]['createUIElement'](_0x341f('0x26'),{'class':'ck-suggestion-marker-split'}),_0x251a91=_0x35f160[_0x341f('0x7')]['toViewPosition'](_0x1455ce);_0x295f77&&_0x5b3a3a[_0x341f('0xd')][_0x341f('0x5')](_0x5aea1e['markerName'])&&_0x35f160['writer'][_0x341f('0x19')](_0x341f('0x16'),_0x574058),_0x35f160[_0x341f('0x1b')][_0x341f('0x1f')](_0x251a91,_0x574058),_0x35f160[_0x341f('0x7')][_0x341f('0x2b')](_0x574058,_0x5aea1e[_0x341f('0x17')]);}};}
23
+ const _0x1ba1=['enableCommand','TrackChangesEditing','activeMarkers','commandName','isBlock','formatBlock','registerElementLabel','addClass','end','get','insertParagraph','highest','span','insert','checkChild','_descriptionFactory','registerDescriptionCallback','showSuggestionHighlights','downcastDispatcher','markerRange','format','markerName','*Insert:*\x20%0','data','has','toViewPosition','nodeAfter','type','bindElementToMarker','_registerLegacyDescription','mapper','*Change\x20to:*\x20%0','isTouching','ELEMENT_PARAGRAPH','isLimit','start','model','schema','plugins','editor','$text','_enableDefaultAttributesIntegration','getItemLabel','writer','Paragraph','afterInit','addMarker:suggestion:insertion','ck-suggestion-marker--active','paragraph','includes','editing'];(function(_0x4ec16c,_0x1ba1de){const _0x291850=function(_0x42a6a9){while(--_0x42a6a9){_0x4ec16c['push'](_0x4ec16c['shift']());}};_0x291850(++_0x1ba1de);}(_0x1ba1,0x1af));const _0x2918=function(_0x4ec16c,_0x1ba1de){_0x4ec16c=_0x4ec16c-0x0;let _0x291850=_0x1ba1[_0x4ec16c];return _0x291850;};import{Plugin as _0xd3ebc3}from'ckeditor5/src/core.js';import{getTranslation as _0x2e2bb7}from'../utils/common-translations.js';export default class mt extends _0xd3ebc3{[_0x2918('0x16')](){const _0x1b8154=this['editor'];if(!_0x1b8154['plugins'][_0x2918('0x1')](_0x2918('0x15')))return;const _0x121fe3=_0x1b8154['locale'],_0xd43090=_0x1b8154[_0x2918('0xf')]['get'](_0x2918('0x1d'));_0xd43090[_0x2918('0x2b')][_0x2918('0x22')](_0x2918('0x19'),_0x5802fb=>_0x2e2bb7(_0x121fe3,_0x2918('0xa'),_0x5802fb)),_0xd43090[_0x2918('0x12')](_0x2918('0x19')),_0xd43090[_0x2918('0x1c')](_0x2918('0x26')),_0x1b8154[_0x2918('0x1b')][_0x2918('0x2e')]['on']('addMarker:suggestion:insertion',nr(_0x1b8154),{'priority':_0x2918('0x27')}),_0x1b8154[_0x2918('0x0')][_0x2918('0x2e')]['on'](_0x2918('0x17'),(_0x2bc598,_0x115d77,_0x2f79f4)=>{_0x2f79f4['options'][_0x2918('0x2d')]&&nr(_0x1b8154,{'showActiveMarker':!0x1})(_0x2bc598,_0x115d77,_0x2f79f4);},{'priority':_0x2918('0x27')});const _0x405a3b=_0xd43090[_0x2918('0x2b')];_0x405a3b[_0x2918('0x2c')](_0xa8422a=>{if('insertion'!==_0xa8422a[_0x2918('0x4')])return;const {start:_0x2065d0,end:_0x333fa4}=_0xa8422a['getFirstRange']();if(!_0x2065d0[_0x2918('0x9')](_0x333fa4)||!_0x2065d0[_0x2918('0x3')])return;const _0x98f846=_0x1b8154[_0x2918('0xd')]['schema'],_0x2762e9=_0x2065d0[_0x2918('0x3')];return _0x98f846[_0x2918('0x20')](_0x2762e9)&&!_0x98f846[_0x2918('0xb')](_0x2762e9)&&_0x98f846[_0x2918('0x2a')](_0x2762e9,_0x2918('0x11'))?{'type':'insertion','content':_0x2e2bb7(_0x121fe3,_0x2918('0x32'),_0x405a3b[_0x2918('0x13')](_0x2762e9,0x1))}:void 0x0;}),this[_0x2918('0x6')]();}[_0x2918('0x6')](){const _0x3b0aa1=this[_0x2918('0x10')],_0x4b62c1=_0x3b0aa1['locale'];_0x3b0aa1['plugins']['get'](_0x2918('0x1d'))['_descriptionFactory'][_0x2918('0x2c')](_0x4c8433=>{if(_0x2918('0x21')!=_0x4c8433[_0x2918('0x4')])return;const {data:_0x56ac3d}=_0x4c8433;return _0x56ac3d&&'paragraph'==_0x56ac3d[_0x2918('0x1f')]?{'type':_0x2918('0x30'),'content':_0x2e2bb7(_0x4b62c1,_0x2918('0x8'),_0x2e2bb7(_0x4b62c1,_0x2918('0xa')))}:void 0x0;});}}function nr(_0x559fee,{showActiveMarker:_0x3341d3=!0x0}={}){return(_0x4faf35,_0x5e24e6,_0x32970d)=>{const _0x59d9b0=_0x559fee['plugins'][_0x2918('0x25')](_0x2918('0x1d')),_0x53b736=_0x5e24e6[_0x2918('0x2f')][_0x2918('0xc')],_0x56eeef=_0x5e24e6[_0x2918('0x2f')][_0x2918('0x24')],_0x39b600=_0x559fee[_0x2918('0xd')][_0x2918('0xe')];if(!_0x53b736[_0x2918('0x9')](_0x56eeef)||!_0x53b736[_0x2918('0x3')])return;const _0x55efdc=_0x53b736[_0x2918('0x3')];if(_0x39b600[_0x2918('0x20')](_0x55efdc)&&!_0x39b600[_0x2918('0xb')](_0x55efdc)&&_0x39b600[_0x2918('0x2a')](_0x55efdc,_0x2918('0x11'))){if(!_0x32970d['consumable']['consume'](_0x5e24e6['markerRange'],_0x4faf35['name']))return;const _0x1983f7=_0x32970d[_0x2918('0x14')]['createUIElement'](_0x2918('0x28'),{'class':'ck-suggestion-marker-split'}),_0x30f194=_0x32970d[_0x2918('0x7')][_0x2918('0x2')](_0x56eeef);_0x3341d3&&_0x59d9b0[_0x2918('0x1e')][_0x2918('0x1a')](_0x5e24e6[_0x2918('0x31')])&&_0x32970d[_0x2918('0x14')][_0x2918('0x23')](_0x2918('0x18'),_0x1983f7),_0x32970d[_0x2918('0x14')][_0x2918('0x29')](_0x30f194,_0x1983f7),_0x32970d['mapper'][_0x2918('0x5')](_0x1983f7,_0x5e24e6['markerName']);}};}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/removeformat
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 remove format feature.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ac4=['afterInit','_registerLegacyDescription','get','type','formatInline','editor','_enableDefaultAttributesIntegration','plugins','commandName','removeFormat','format','*Remove\x20all\x20formatting*','_descriptionFactory','locale','TrackChangesEditing'];(function(_0x2f108f,_0x1ac40f){const _0x456d3b=function(_0x21f4d5){while(--_0x21f4d5){_0x2f108f['push'](_0x2f108f['shift']());}};_0x456d3b(++_0x1ac40f);}(_0x1ac4,0x129));const _0x456d=function(_0x2f108f,_0x1ac40f){_0x2f108f=_0x2f108f-0x0;let _0x456d3b=_0x1ac4[_0x2f108f];return _0x456d3b;};import{Plugin as _0x511605}from'ckeditor5/src/core';import{getTranslation as _0x3264e3}from'../utils/common-translations';export default class mt extends _0x511605{[_0x456d('0x3')](){const _0x1e49f9=this[_0x456d('0x8')];if(!_0x1e49f9['plugins']['has']('RemoveFormatEditing'))return;_0x1e49f9[_0x456d('0xa')][_0x456d('0x5')](_0x456d('0x2'))[_0x456d('0x9')](_0x456d('0xc')),this[_0x456d('0x4')]();}[_0x456d('0x4')](){const _0x21ab10=this[_0x456d('0x8')];_0x21ab10['plugins'][_0x456d('0x5')](_0x456d('0x2'))[_0x456d('0x0')]['registerDescriptionCallback'](_0x1ab5a9=>{if('formatBlock'!=_0x1ab5a9[_0x456d('0x6')]&&_0x456d('0x7')!=_0x1ab5a9[_0x456d('0x6')])return;const {data:_0x98d94a}=_0x1ab5a9;return _0x98d94a&&_0x456d('0xc')==_0x98d94a[_0x456d('0xb')]?{'type':_0x456d('0xd'),'content':_0x3264e3(_0x21ab10[_0x456d('0x1')],_0x456d('0xe'))}:void 0x0;});}}
23
+ const _0x46b5=['plugins','_enableDefaultAttributesIntegration','type','editor','formatBlock','afterInit','formatInline','get','TrackChangesEditing','locale','commandName','has','RemoveFormatEditing','_registerLegacyDescription','removeFormat','_descriptionFactory'];(function(_0x403bb2,_0x46b55b){const _0x27aef1=function(_0x148cdc){while(--_0x148cdc){_0x403bb2['push'](_0x403bb2['shift']());}};_0x27aef1(++_0x46b55b);}(_0x46b5,0x172));const _0x27ae=function(_0x403bb2,_0x46b55b){_0x403bb2=_0x403bb2-0x0;let _0x27aef1=_0x46b5[_0x403bb2];return _0x27aef1;};import{Plugin as _0x3ccf4c}from'ckeditor5/src/core.js';import{getTranslation as _0x4394a2}from'../utils/common-translations.js';export default class dt extends _0x3ccf4c{[_0x27ae('0x3')](){const _0x51a351=this[_0x27ae('0x1')];if(!_0x51a351[_0x27ae('0xe')][_0x27ae('0x9')](_0x27ae('0xa')))return;_0x51a351[_0x27ae('0xe')][_0x27ae('0x5')]('TrackChangesEditing')[_0x27ae('0xf')](_0x27ae('0xc')),this[_0x27ae('0xb')]();}[_0x27ae('0xb')](){const _0x3a74dc=this['editor'];_0x3a74dc['plugins'][_0x27ae('0x5')](_0x27ae('0x6'))[_0x27ae('0xd')]['registerDescriptionCallback'](_0x350ef5=>{if(_0x27ae('0x2')!=_0x350ef5['type']&&_0x27ae('0x4')!=_0x350ef5[_0x27ae('0x0')])return;const {data:_0x2d7b71}=_0x350ef5;return _0x2d7b71&&_0x27ae('0xc')==_0x2d7b71[_0x27ae('0x8')]?{'type':'format','content':_0x4394a2(_0x3a74dc[_0x27ae('0x7')],'*Remove\x20all\x20formatting*')}:void 0x0;});}}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/mention
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 restricted editing mode feature from restricted editing package.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x10be=['goToPreviousRestrictedEditingException','enableCommand','acceptSuggestion','acceptAllSuggestions','get','plugins','has','RestrictedEditingModeEditing','afterInit','discardSuggestion','TrackChangesEditing','editor','discardAllSuggestions','discardSelectedSuggestions','acceptSelectedSuggestions'];(function(_0x58c7a1,_0x10be08){const _0x5a8cf0=function(_0x3f999b){while(--_0x3f999b){_0x58c7a1['push'](_0x58c7a1['shift']());}};_0x5a8cf0(++_0x10be08);}(_0x10be,0x1d9));const _0x5a8c=function(_0x58c7a1,_0x10be08){_0x58c7a1=_0x58c7a1-0x0;let _0x5a8cf0=_0x10be[_0x58c7a1];return _0x5a8cf0;};import{Plugin as _0x1b693a}from'ckeditor5/src/core';export default class dt extends _0x1b693a{[_0x5a8c('0x0')](){const _0x24c6e5=this[_0x5a8c('0x3')];if(!_0x24c6e5[_0x5a8c('0xc')][_0x5a8c('0xd')](_0x5a8c('0xe')))return;const _0x421aea=_0x24c6e5[_0x5a8c('0xc')][_0x5a8c('0xb')](_0x5a8c('0x2'));_0x421aea[_0x5a8c('0x8')](_0x5a8c('0x7')),_0x421aea[_0x5a8c('0x8')]('goToNextRestrictedEditingException');const _0x5a30f7=_0x24c6e5[_0x5a8c('0xc')][_0x5a8c('0xb')](_0x5a8c('0xe'));_0x5a30f7['enableCommand']('trackChanges'),_0x5a30f7['enableCommand'](_0x5a8c('0x9')),_0x5a30f7['enableCommand'](_0x5a8c('0x1')),_0x5a30f7[_0x5a8c('0x8')](_0x5a8c('0xa')),_0x5a30f7[_0x5a8c('0x8')](_0x5a8c('0x4')),_0x5a30f7[_0x5a8c('0x8')](_0x5a8c('0x6')),_0x5a30f7[_0x5a8c('0x8')](_0x5a8c('0x5'));}}
23
+ const _0x2ac9=['afterInit','plugins','RestrictedEditingModeEditing','acceptSuggestion','discardAllSuggestions','acceptSelectedSuggestions','discardSelectedSuggestions','TrackChangesEditing','discardSuggestion','enableCommand','get','has','goToPreviousRestrictedEditingException','acceptAllSuggestions','trackChanges'];(function(_0x231bf2,_0x2ac90b){const _0x53cce3=function(_0x225975){while(--_0x225975){_0x231bf2['push'](_0x231bf2['shift']());}};_0x53cce3(++_0x2ac90b);}(_0x2ac9,0xf7));const _0x53cc=function(_0x231bf2,_0x2ac90b){_0x231bf2=_0x231bf2-0x0;let _0x53cce3=_0x2ac9[_0x231bf2];return _0x53cce3;};import{Plugin as _0x23c99d}from'ckeditor5/src/core.js';export default class pt extends _0x23c99d{[_0x53cc('0x8')](){const _0x29fb81=this['editor'];if(!_0x29fb81[_0x53cc('0x9')][_0x53cc('0x4')](_0x53cc('0xa')))return;const _0x54ac51=_0x29fb81[_0x53cc('0x9')][_0x53cc('0x3')](_0x53cc('0x0'));_0x54ac51['enableCommand'](_0x53cc('0x5')),_0x54ac51[_0x53cc('0x2')]('goToNextRestrictedEditingException');const _0x42b131=_0x29fb81[_0x53cc('0x9')][_0x53cc('0x3')](_0x53cc('0xa'));_0x42b131[_0x53cc('0x2')](_0x53cc('0x7')),_0x42b131[_0x53cc('0x2')](_0x53cc('0xb')),_0x42b131[_0x53cc('0x2')](_0x53cc('0x1')),_0x42b131[_0x53cc('0x2')](_0x53cc('0x6')),_0x42b131[_0x53cc('0x2')](_0x53cc('0xc')),_0x42b131[_0x53cc('0x2')](_0x53cc('0xd')),_0x42b131[_0x53cc('0x2')](_0x53cc('0xe'));}}
@@ -1,12 +1,12 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/shiftentercommand
7
7
  */
8
- import { Plugin } from 'ckeditor5/src/core';
9
- import { ShiftEnter } from 'ckeditor5/src/enter';
8
+ import { Plugin } from 'ckeditor5/src/core.js';
9
+ import { ShiftEnter } from 'ckeditor5/src/enter.js';
10
10
  /**
11
11
  * Provides track changes plugin integration for {@link module:enter/shiftentercommand~ShiftEnterCommand enter command}.
12
12
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xa68c=['consumable','get','softBreak','plugins','insert','element','enableCommand','_descriptionFactory','addClass','span','TrackChangesEditing','editing','addMarker:suggestion:deletion','addMarker:suggestion:insertion','toViewPosition','activeMarkers','bindElementToMarker','getItems','data','mapper','options','split','downcastDispatcher','writer','init','high','markerName','name','model','shiftEnter','test','ELEMENT_LINE_BREAK','registerElementLabel','ck-suggestion-marker-','createPositionBefore','locale','merge','requires','markerRange'];(function(_0x57013c,_0xa68ced){const _0x477fb3=function(_0x3c6a9b){while(--_0x3c6a9b){_0x57013c['push'](_0x57013c['shift']());}};_0x477fb3(++_0xa68ced);}(_0xa68c,0x1d1));const _0x477f=function(_0x57013c,_0xa68ced){_0x57013c=_0x57013c-0x0;let _0x477fb3=_0xa68c[_0x57013c];return _0x477fb3;};import{Plugin as _0x2b3bc2}from'ckeditor5/src/core';import{ShiftEnter as _0x5c6887}from'ckeditor5/src/enter';import{getTranslation as _0x17219d}from'../utils/common-translations';export default class pt extends _0x2b3bc2{static get[_0x477f('0x1')](){return[_0x5c6887];}[_0x477f('0x1b')](){const _0x254bb8=this['editor'],_0xf47853=_0x254bb8[_0x477f('0x6')][_0x477f('0x4')](_0x477f('0xd'));_0xf47853[_0x477f('0x9')](_0x477f('0x20')),_0x254bb8['editing'][_0x477f('0x19')]['on'](_0x477f('0x10'),re(_0x254bb8),{'priority':_0x477f('0x1c')}),_0x254bb8[_0x477f('0xe')][_0x477f('0x19')]['on'](_0x477f('0xf'),re(_0x254bb8),{'priority':_0x477f('0x1c')}),_0x254bb8[_0x477f('0x15')][_0x477f('0x19')]['on']('addMarker:suggestion',(_0xd7a0b9,_0x5a3e06,_0x3866ff)=>{_0x3866ff[_0x477f('0x17')]['showSuggestionHighlights']&&re(_0x254bb8,{'showActiveMarker':!0x1})(_0xd7a0b9,_0x5a3e06,_0x3866ff);}),_0xf47853[_0x477f('0xa')][_0x477f('0x23')]('softBreak',_0x51c0f0=>_0x17219d(_0x254bb8[_0x477f('0x26')],_0x477f('0x22'),_0x51c0f0));}}function re(_0xfa5516,{showActiveMarker:_0x37482a=!0x0}={}){return(_0x4a2c62,_0x40c70f,_0xc01fad)=>{const _0x9d9b36=_0xfa5516[_0x477f('0x6')][_0x477f('0x4')](_0x477f('0xd'));if(!_0xc01fad[_0x477f('0x3')][_0x477f('0x21')](_0x40c70f[_0x477f('0x2')],_0x4a2c62[_0x477f('0x1e')]))return;const _0x1e056f=_0xfa5516[_0x477f('0x1f')];for(const _0x3eb4c7 of _0x40c70f[_0x477f('0x2')][_0x477f('0x14')]()){if(!_0x3eb4c7['is'](_0x477f('0x8'),_0x477f('0x5')))continue;const _0x27cf59='deletion'==_0x40c70f[_0x477f('0x1d')]['split'](':')[0x1]?_0x477f('0x0'):_0x477f('0x18'),_0x2567be=_0xc01fad[_0x477f('0x1a')]['createUIElement'](_0x477f('0xc'),{'class':_0x477f('0x24')+_0x27cf59}),_0x1dd54f=_0xc01fad[_0x477f('0x16')][_0x477f('0x11')](_0x1e056f[_0x477f('0x25')](_0x3eb4c7));_0x37482a&&_0x9d9b36[_0x477f('0x12')]['includes'](_0x40c70f[_0x477f('0x1d')])&&_0xc01fad['writer'][_0x477f('0xb')]('ck-suggestion-marker--active',_0x2567be),_0xc01fad[_0x477f('0x1a')][_0x477f('0x7')](_0x1dd54f,_0x2567be),_0xc01fad['mapper'][_0x477f('0x13')](_0x2567be,_0x40c70f[_0x477f('0x1d')]);}};}
23
+ const _0x10fc=['includes','addClass','registerElementLabel','addMarker:suggestion','writer','ck-suggestion-marker-','model','element','showSuggestionHighlights','softBreak','TrackChangesEditing','requires','editing','downcastDispatcher','markerRange','addMarker:suggestion:deletion','ELEMENT_LINE_BREAK','createUIElement','merge','name','consumable','high','test','init','plugins','span','activeMarkers','get','editor','insert','addMarker:suggestion:insertion','data','markerName','options','bindElementToMarker','shiftEnter','split','deletion'];(function(_0x1ff054,_0x10fc28){const _0x47ec89=function(_0x170881){while(--_0x170881){_0x1ff054['push'](_0x1ff054['shift']());}};_0x47ec89(++_0x10fc28);}(_0x10fc,0xea));const _0x47ec=function(_0x1ff054,_0x10fc28){_0x1ff054=_0x1ff054-0x0;let _0x47ec89=_0x10fc[_0x1ff054];return _0x47ec89;};import{Plugin as _0x55acd4}from'ckeditor5/src/core.js';import{ShiftEnter as _0x49e43f}from'ckeditor5/src/enter.js';import{getTranslation as _0xf3e8db}from'../utils/common-translations.js';export default class kt extends _0x55acd4{static get[_0x47ec('0x5')](){return[_0x49e43f];}[_0x47ec('0x11')](){const _0x4943a4=this[_0x47ec('0x16')],_0x39bc7f=_0x4943a4['plugins'][_0x47ec('0x15')]('TrackChangesEditing');_0x39bc7f['enableCommand'](_0x47ec('0x1d')),_0x4943a4[_0x47ec('0x6')][_0x47ec('0x7')]['on'](_0x47ec('0x18'),re(_0x4943a4),{'priority':'high'}),_0x4943a4[_0x47ec('0x6')][_0x47ec('0x7')]['on'](_0x47ec('0x9'),re(_0x4943a4),{'priority':_0x47ec('0xf')}),_0x4943a4[_0x47ec('0x19')][_0x47ec('0x7')]['on'](_0x47ec('0x23'),(_0xaf0bb4,_0x438248,_0x4f0583)=>{_0x4f0583[_0x47ec('0x1b')][_0x47ec('0x2')]&&re(_0x4943a4,{'showActiveMarker':!0x1})(_0xaf0bb4,_0x438248,_0x4f0583);}),_0x39bc7f['_descriptionFactory'][_0x47ec('0x22')](_0x47ec('0x3'),_0x10a1ff=>_0xf3e8db(_0x4943a4['locale'],_0x47ec('0xa'),_0x10a1ff));}}function re(_0x45fb26,{showActiveMarker:_0xfea5ee=!0x0}={}){return(_0x5583dd,_0x330e07,_0x5891ba)=>{const _0x184d17=_0x45fb26[_0x47ec('0x12')]['get'](_0x47ec('0x4'));if(!_0x5891ba[_0x47ec('0xe')][_0x47ec('0x10')](_0x330e07[_0x47ec('0x8')],_0x5583dd[_0x47ec('0xd')]))return;const _0x1cdd6f=_0x45fb26[_0x47ec('0x0')];for(const _0x107c3a of _0x330e07['markerRange']['getItems']()){if(!_0x107c3a['is'](_0x47ec('0x1'),'softBreak'))continue;const _0x3f5490=_0x47ec('0x1f')==_0x330e07[_0x47ec('0x1a')][_0x47ec('0x1e')](':')[0x1]?_0x47ec('0xc'):'split',_0x1f01b0=_0x5891ba[_0x47ec('0x24')][_0x47ec('0xb')](_0x47ec('0x13'),{'class':_0x47ec('0x25')+_0x3f5490}),_0x13dc9c=_0x5891ba['mapper']['toViewPosition'](_0x1cdd6f['createPositionBefore'](_0x107c3a));_0xfea5ee&&_0x184d17[_0x47ec('0x14')][_0x47ec('0x20')](_0x330e07[_0x47ec('0x1a')])&&_0x5891ba['writer'][_0x47ec('0x21')]('ck-suggestion-marker--active',_0x1f01b0),_0x5891ba[_0x47ec('0x24')][_0x47ec('0x17')](_0x13dc9c,_0x1f01b0),_0x5891ba['mapper'][_0x47ec('0x1c')](_0x1f01b0,_0x330e07[_0x47ec('0x1a')]);}};}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/mention
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 standard editing mode feature from restricted editing package.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x33b3=['commandParams','document','FORMAT_RESTRICTED_ENABLED','get','value','forceValue','formatBlock','afterInit','markInlineFormat','selection','editor','restrictedEditingException','has','type','TrackChangesEditing','change','getRanges','StandardEditingModeEditing','format','plugins','registerDescriptionCallback','model','formatInline','locale','commandName','commands','isCollapsed'];(function(_0x36777b,_0x33b301){const _0x30f0fb=function(_0x24a6ba){while(--_0x24a6ba){_0x36777b['push'](_0x36777b['shift']());}};_0x30f0fb(++_0x33b301);}(_0x33b3,0x149));const _0x30f0=function(_0x36777b,_0x33b301){_0x36777b=_0x36777b-0x0;let _0x30f0fb=_0x33b3[_0x36777b];return _0x30f0fb;};import{Plugin as _0x3f89d3}from'ckeditor5/src/core';import{getRangesWithAttribute as _0x5ed484}from'./utils';import{getTranslation as _0x2eaa68}from'../utils/common-translations';export default class kt extends _0x3f89d3{[_0x30f0('0x2')](){const _0x599a7a=this[_0x30f0('0x5')],_0x5ae9bb=_0x599a7a[_0x30f0('0x10')],_0x485bae=_0x599a7a[_0x30f0('0x12')];if(!_0x599a7a[_0x30f0('0xe')][_0x30f0('0x7')](_0x30f0('0xc')))return;const _0x152a8e=_0x599a7a[_0x30f0('0xe')][_0x30f0('0x19')](_0x30f0('0x9')),_0x7b87ad=_0x30f0('0x6'),_0x563a9c=_0x599a7a[_0x30f0('0x14')][_0x30f0('0x19')](_0x7b87ad);_0x152a8e['enableCommand'](_0x7b87ad,(_0x219bc5,_0x551f35={})=>{const _0x27ddc7=_0x5ae9bb[_0x30f0('0x17')][_0x30f0('0x4')];if(_0x27ddc7[_0x30f0('0x15')])return void _0x219bc5(_0x551f35);const _0x3aa6cb=void 0x0!==_0x551f35[_0x30f0('0x0')]?_0x551f35['forceValue']:!_0x563a9c[_0x30f0('0x1a')];_0x5ae9bb[_0x30f0('0xa')](()=>{const _0xc3ec92=Array['from'](_0x27ddc7[_0x30f0('0xb')]());for(const _0x567765 of _0xc3ec92){const _0xc2e46a=_0x3aa6cb?[_0x567765]:_0x5ed484(_0x7b87ad,_0x567765,_0x5ae9bb);for(const _0x2c41a0 of _0xc2e46a)_0x152a8e[_0x30f0('0x3')](_0x2c41a0,{'commandName':_0x7b87ad,'commandParams':[{'forceValue':_0x3aa6cb}]});}});}),_0x152a8e['_descriptionFactory'][_0x30f0('0xf')](_0x25318e=>{if(_0x30f0('0x1')!=_0x25318e['type']&&_0x30f0('0x11')!=_0x25318e[_0x30f0('0x8')])return;const {data:_0x2cc47f}=_0x25318e;return _0x2cc47f&&_0x2cc47f[_0x30f0('0x13')]==_0x7b87ad?_0x2cc47f[_0x30f0('0x16')][0x0][_0x30f0('0x0')]?{'type':_0x30f0('0xd'),'content':_0x2eaa68(_0x485bae,_0x30f0('0x18'))}:{'type':_0x30f0('0xd'),'content':_0x2eaa68(_0x485bae,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}
23
+ const _0x2ee0=['get','model','FORMAT_RESTRICTED_DISABLED','has','TrackChangesEditing','change','isCollapsed','commandName','selection','from','commands','plugins','enableCommand','forceValue','StandardEditingModeEditing','afterInit','value','formatInline','registerDescriptionCallback','formatBlock','editor','commandParams','document'];(function(_0x21d2a3,_0x2ee0b3){const _0x375522=function(_0x46baca){while(--_0x46baca){_0x21d2a3['push'](_0x21d2a3['shift']());}};_0x375522(++_0x2ee0b3);}(_0x2ee0,0xf2));const _0x3755=function(_0x21d2a3,_0x2ee0b3){_0x21d2a3=_0x21d2a3-0x0;let _0x375522=_0x2ee0[_0x21d2a3];return _0x375522;};import{Plugin as _0x35f405}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x422a6b}from'./utils.js';import{getTranslation as _0x3c8033}from'../utils/common-translations.js';export default class bt extends _0x35f405{[_0x3755('0x3')](){const _0x1d33de=this[_0x3755('0x8')],_0x36030c=_0x1d33de[_0x3755('0xc')],_0x12b626=_0x1d33de['locale'];if(!_0x1d33de[_0x3755('0x16')][_0x3755('0xe')](_0x3755('0x2')))return;const _0x1fbd47=_0x1d33de[_0x3755('0x16')][_0x3755('0xb')](_0x3755('0xf')),_0x14fd14='restrictedEditingException',_0x4235f0=_0x1d33de[_0x3755('0x15')][_0x3755('0xb')](_0x14fd14);_0x1fbd47[_0x3755('0x0')](_0x14fd14,(_0x4a7bf4,_0x2148f0={})=>{const _0xd916be=_0x36030c[_0x3755('0xa')][_0x3755('0x13')];if(_0xd916be[_0x3755('0x11')])return void _0x4a7bf4(_0x2148f0);const _0x4cc54a=void 0x0!==_0x2148f0[_0x3755('0x1')]?_0x2148f0[_0x3755('0x1')]:!_0x4235f0[_0x3755('0x4')];_0x36030c[_0x3755('0x10')](()=>{const _0x517faf=Array[_0x3755('0x14')](_0xd916be['getRanges']());for(const _0x3c75c1 of _0x517faf){const _0x3de170=_0x4cc54a?[_0x3c75c1]:_0x422a6b(_0x14fd14,_0x3c75c1,_0x36030c);for(const _0x3c4859 of _0x3de170)_0x1fbd47['markInlineFormat'](_0x3c4859,{'commandName':_0x14fd14,'commandParams':[{'forceValue':_0x4cc54a}]});}});}),_0x1fbd47['_descriptionFactory'][_0x3755('0x6')](_0x2fb3b6=>{if(_0x3755('0x7')!=_0x2fb3b6['type']&&_0x3755('0x5')!=_0x2fb3b6['type'])return;const {data:_0x3692db}=_0x2fb3b6;return _0x3692db&&_0x3692db[_0x3755('0x12')]==_0x14fd14?_0x3692db[_0x3755('0x9')][0x0][_0x3755('0x1')]?{'type':'format','content':_0x3c8033(_0x12b626,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':_0x3c8033(_0x12b626,_0x3755('0xd'))}:void 0x0;});}}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/style
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 styles dropdown feature.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e19=['commandName','element','GeneralHtmlSupport','has','block','_descriptionFactory','locale','inline','plugins','FORMAT_STYLE','normalizeConfig','toLowerCase','getGhsAttributeNameForElement','forceValue','TrackChangesEditing','formatInline','registerAttributeLabel','styleName','StyleUtils','_registerInlineAttribute','formatBlock','registerDescriptionCallback','*Remove\x20format:*\x20%0','add','*Set\x20format:*\x20%0','config','format','_registerLegacyDescription','DataSchema','editor','style','get','commandParams','type'];(function(_0x1b813a,_0x4e190f){const _0x190d8f=function(_0x139872){while(--_0x139872){_0x1b813a['push'](_0x1b813a['shift']());}};_0x190d8f(++_0x4e190f);}(_0x4e19,0xd7));const _0x190d=function(_0x1b813a,_0x4e190f){_0x1b813a=_0x1b813a-0x0;let _0x190d8f=_0x4e19[_0x1b813a];return _0x190d8f;};import{Plugin as _0x3a9697}from'ckeditor5/src/core';import{getTranslation as _0x1c1800}from'../utils/common-translations';export default class bt extends _0x3a9697{['afterInit'](){const _0x6f18cf=this[_0x190d('0x12')];if(!_0x6f18cf[_0x190d('0x1f')][_0x190d('0x1a')]('Style')||!_0x6f18cf[_0x190d('0x1f')][_0x190d('0x1a')](_0x190d('0x11')))return;const _0x42775c=_0x6f18cf['plugins'][_0x190d('0x14')](_0x190d('0x3')),_0xd62422=_0x6f18cf[_0x190d('0x1d')],_0x3f9f05=_0x6f18cf[_0x190d('0xe')][_0x190d('0x14')](_0x190d('0x13')),_0x16c6a7=_0x6f18cf[_0x190d('0x1f')]['get'](_0x190d('0x19')),_0x266560=_0x6f18cf[_0x190d('0x1f')][_0x190d('0x14')](_0x190d('0x7'))[_0x190d('0x21')](_0x6f18cf[_0x190d('0x1f')]['get']('DataSchema'),_0x3f9f05['definitions']);_0x42775c['_enableDefaultAttributesIntegration'](_0x190d('0x13'));const _0x483895=new Set();for(const _0x200068 of _0x266560[_0x190d('0x1b')]){const _0x5a1d60=_0x16c6a7['getGhsAttributeNameForElement'](_0x200068[_0x190d('0x18')]);_0x483895[_0x190d('0xc')](_0x5a1d60);}const _0x1d3c19=new Set();for(const _0x1d11ab of _0x266560[_0x190d('0x1e')]){const _0x175f75=_0x16c6a7[_0x190d('0x1')](_0x1d11ab[_0x190d('0x18')]);_0x1d3c19['add'](_0x175f75);for(const _0x4d35c9 of _0x1d11ab['ghsAttributes'])_0x1d3c19[_0x190d('0xc')](_0x4d35c9);}for(const _0x5173a6 of _0x483895)_0x42775c['_registerBlockAttribute'](_0x5173a6),_0x42775c[_0x190d('0x1c')][_0x190d('0x5')](_0x5173a6,_0x1c1800(_0xd62422,'FORMAT_STYLE'));for(const _0x4f929b of _0x1d3c19)_0x42775c[_0x190d('0x8')](_0x4f929b),_0x42775c[_0x190d('0x1c')][_0x190d('0x5')](_0x4f929b,_0x1c1800(_0xd62422,_0x190d('0x20')));this[_0x190d('0x10')]();}[_0x190d('0x10')](){const _0x525a53=this[_0x190d('0x12')],_0x2fd8b0=_0x525a53['locale'];_0x525a53[_0x190d('0x1f')][_0x190d('0x14')](_0x190d('0x3'))[_0x190d('0x1c')][_0x190d('0xa')](_0x520590=>{if(_0x190d('0x9')!=_0x520590[_0x190d('0x16')]&&_0x190d('0x4')!=_0x520590[_0x190d('0x16')])return;const {data:_0x2e28eb}=_0x520590;return _0x2e28eb&&_0x190d('0x13')===_0x2e28eb[_0x190d('0x17')]?_0x2e28eb[_0x190d('0x15')][0x0][_0x190d('0x2')]?{'type':'format','content':_0x1c1800(_0x2fd8b0,_0x190d('0xd'),_0x2e28eb[_0x190d('0x15')][0x0][_0x190d('0x6')][_0x190d('0x0')]())}:{'type':_0x190d('0xf'),'content':_0x1c1800(_0x2fd8b0,_0x190d('0xb'),_0x2e28eb[_0x190d('0x15')][0x0][_0x190d('0x6')][_0x190d('0x0')]())}:void 0x0;});}}
23
+ const _0x5985=['editor','DataSchema','locale','config','forceValue','TrackChangesEditing','inline','GeneralHtmlSupport','_descriptionFactory','format','has','FORMAT_STYLE','ghsAttributes','style','registerDescriptionCallback','styleName','_registerBlockAttribute','commandParams','normalizeConfig','definitions','getGhsAttributeNameForElement','_registerLegacyDescription','registerAttributeLabel','type','plugins','*Set\x20format:*\x20%0','Style','get','toLowerCase','afterInit','add','_registerInlineAttribute','block','formatInline','*Remove\x20format:*\x20%0'];(function(_0x3ffbf3,_0x598542){const _0x29fa50=function(_0x36133f){while(--_0x36133f){_0x3ffbf3['push'](_0x3ffbf3['shift']());}};_0x29fa50(++_0x598542);}(_0x5985,0x74));const _0x29fa=function(_0x3ffbf3,_0x598542){_0x3ffbf3=_0x3ffbf3-0x0;let _0x29fa50=_0x5985[_0x3ffbf3];return _0x29fa50;};import{Plugin as _0x17dc89}from'ckeditor5/src/core.js';import{getTranslation as _0x385f31}from'../utils/common-translations.js';export default class wt extends _0x17dc89{[_0x29fa('0x12')](){const _0x490228=this[_0x29fa('0x18')];if(!_0x490228[_0x29fa('0xd')][_0x29fa('0x22')](_0x29fa('0xf'))||!_0x490228[_0x29fa('0xd')]['has'](_0x29fa('0x19')))return;const _0x1f7f0f=_0x490228[_0x29fa('0xd')][_0x29fa('0x10')]('TrackChangesEditing'),_0x10586d=_0x490228['locale'],_0x36ab0c=_0x490228[_0x29fa('0x1b')][_0x29fa('0x10')](_0x29fa('0x2'))||{},_0xdfc4f2=_0x490228['plugins'][_0x29fa('0x10')](_0x29fa('0x1f')),_0xb03e64=_0x490228[_0x29fa('0xd')][_0x29fa('0x10')]('StyleUtils')[_0x29fa('0x7')](_0x490228[_0x29fa('0xd')]['get'](_0x29fa('0x19')),_0x36ab0c[_0x29fa('0x8')]);_0x1f7f0f['_enableDefaultAttributesIntegration'](_0x29fa('0x2'));const _0x276392=new Set();for(const _0x4c7c95 of _0xb03e64[_0x29fa('0x15')]){const _0x288c9a=_0xdfc4f2[_0x29fa('0x9')](_0x4c7c95['element']);_0x276392[_0x29fa('0x13')](_0x288c9a);}const _0x8ac3d2=new Set();for(const _0x1783cc of _0xb03e64[_0x29fa('0x1e')]){const _0x1c5a5e=_0xdfc4f2[_0x29fa('0x9')](_0x1783cc['element']);_0x8ac3d2[_0x29fa('0x13')](_0x1c5a5e);for(const _0x482615 of _0x1783cc[_0x29fa('0x1')])_0x8ac3d2[_0x29fa('0x13')](_0x482615);}for(const _0x211e79 of _0x276392)_0x1f7f0f[_0x29fa('0x5')](_0x211e79),_0x1f7f0f[_0x29fa('0x20')][_0x29fa('0xb')](_0x211e79,_0x385f31(_0x10586d,'FORMAT_STYLE'));for(const _0x57f003 of _0x8ac3d2)_0x1f7f0f[_0x29fa('0x14')](_0x57f003),_0x1f7f0f[_0x29fa('0x20')][_0x29fa('0xb')](_0x57f003,_0x385f31(_0x10586d,_0x29fa('0x0')));this[_0x29fa('0xa')]();}[_0x29fa('0xa')](){const _0xdae65=this[_0x29fa('0x18')],_0x10fc5f=_0xdae65[_0x29fa('0x1a')];_0xdae65[_0x29fa('0xd')]['get'](_0x29fa('0x1d'))[_0x29fa('0x20')][_0x29fa('0x3')](_0x1164ad=>{if('formatBlock'!=_0x1164ad['type']&&_0x29fa('0x16')!=_0x1164ad[_0x29fa('0xc')])return;const {data:_0x2f6df5}=_0x1164ad;return _0x2f6df5&&_0x29fa('0x2')===_0x2f6df5['commandName']?_0x2f6df5[_0x29fa('0x6')][0x0][_0x29fa('0x1c')]?{'type':_0x29fa('0x21'),'content':_0x385f31(_0x10fc5f,_0x29fa('0xe'),_0x2f6df5[_0x29fa('0x6')][0x0][_0x29fa('0x4')][_0x29fa('0x11')]())}:{'type':'format','content':_0x385f31(_0x10fc5f,_0x29fa('0x17'),_0x2f6df5[_0x29fa('0x6')][0x0][_0x29fa('0x4')][_0x29fa('0x11')]())}:void 0x0;});}}
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module track-changes/integrations/table
7
7
  */
8
- import { Plugin, type Editor } from 'ckeditor5/src/core';
8
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
9
9
  /**
10
10
  * Provides track changes plugin integration for {@link module:table/table~Table table feature}.
11
11
  */