@ckeditor/ckeditor5-track-changes 40.2.0 → 41.0.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 (196) 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/lang/translations/ar.po +1 -1
  7. package/lang/translations/az.po +1 -1
  8. package/lang/translations/bg.po +1 -1
  9. package/lang/translations/bn.po +1 -1
  10. package/lang/translations/ca.po +1 -1
  11. package/lang/translations/cs.po +1 -1
  12. package/lang/translations/da.po +1 -1
  13. package/lang/translations/de.po +1 -1
  14. package/lang/translations/el.po +1 -1
  15. package/lang/translations/en-au.po +1 -1
  16. package/lang/translations/en.po +1 -1
  17. package/lang/translations/es.po +2 -2
  18. package/lang/translations/et.po +1 -1
  19. package/lang/translations/fi.po +1 -1
  20. package/lang/translations/fr.po +1 -1
  21. package/lang/translations/gl.po +1 -1
  22. package/lang/translations/he.po +1 -1
  23. package/lang/translations/hi.po +1 -1
  24. package/lang/translations/hr.po +1 -1
  25. package/lang/translations/hu.po +1 -1
  26. package/lang/translations/id.po +1 -1
  27. package/lang/translations/it.po +1 -1
  28. package/lang/translations/ja.po +1 -1
  29. package/lang/translations/ko.po +1 -1
  30. package/lang/translations/lt.po +1 -1
  31. package/lang/translations/lv.po +1 -1
  32. package/lang/translations/ms.po +1 -1
  33. package/lang/translations/nl.po +1 -1
  34. package/lang/translations/no.po +1 -1
  35. package/lang/translations/pl.po +1 -1
  36. package/lang/translations/pt-br.po +1 -1
  37. package/lang/translations/pt.po +1 -1
  38. package/lang/translations/ro.po +1 -1
  39. package/lang/translations/ru.po +1 -1
  40. package/lang/translations/sk.po +1 -1
  41. package/lang/translations/sq.po +1 -1
  42. package/lang/translations/sr-latn.po +1 -1
  43. package/lang/translations/sr.po +1 -1
  44. package/lang/translations/sv.po +1 -1
  45. package/lang/translations/th.po +1 -1
  46. package/lang/translations/tk.po +1 -1
  47. package/lang/translations/tr.po +1 -1
  48. package/lang/translations/tt.po +1 -1
  49. package/lang/translations/uk.po +1 -1
  50. package/lang/translations/ur.po +1 -1
  51. package/lang/translations/vi.po +1 -1
  52. package/lang/translations/zh-cn.po +1 -1
  53. package/lang/translations/zh.po +1 -1
  54. package/package.json +4 -3
  55. package/src/augmentation.d.ts +3 -3
  56. package/src/augmentation.js +1 -1
  57. package/src/commands/acceptsuggestioncommand.d.ts +3 -3
  58. package/src/commands/acceptsuggestioncommand.js +2 -2
  59. package/src/commands/discardsuggestioncommand.d.ts +3 -3
  60. package/src/commands/discardsuggestioncommand.js +2 -2
  61. package/src/commands/executeonallsuggestionscommand.d.ts +3 -3
  62. package/src/commands/executeonallsuggestionscommand.js +2 -2
  63. package/src/commands/executeonselectedsuggestionscommand.d.ts +3 -3
  64. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  65. package/src/commands/trackchangescommand.d.ts +2 -2
  66. package/src/commands/trackchangescommand.js +2 -2
  67. package/src/index.d.ts +13 -13
  68. package/src/index.js +2 -2
  69. package/src/integrations/aiassistant.d.ts +2 -2
  70. package/src/integrations/aiassistant.js +2 -2
  71. package/src/integrations/alignment.d.ts +2 -2
  72. package/src/integrations/alignment.js +2 -2
  73. package/src/integrations/basicstyles.d.ts +2 -2
  74. package/src/integrations/basicstyles.js +2 -2
  75. package/src/integrations/blockquote.d.ts +2 -2
  76. package/src/integrations/blockquote.js +2 -2
  77. package/src/integrations/casechange.d.ts +17 -0
  78. package/src/integrations/casechange.js +23 -0
  79. package/src/integrations/ckbox.d.ts +2 -2
  80. package/src/integrations/ckbox.js +2 -2
  81. package/src/integrations/codeblock.d.ts +2 -2
  82. package/src/integrations/codeblock.js +2 -2
  83. package/src/integrations/comments.d.ts +2 -2
  84. package/src/integrations/comments.js +2 -2
  85. package/src/integrations/deletecommand.d.ts +3 -3
  86. package/src/integrations/deletecommand.js +2 -2
  87. package/src/integrations/entercommand.d.ts +3 -3
  88. package/src/integrations/entercommand.js +2 -2
  89. package/src/integrations/findandreplace.d.ts +2 -2
  90. package/src/integrations/findandreplace.js +2 -2
  91. package/src/integrations/font.d.ts +2 -2
  92. package/src/integrations/font.js +2 -2
  93. package/src/integrations/formatpainter.d.ts +2 -2
  94. package/src/integrations/formatpainter.js +2 -2
  95. package/src/integrations/heading.d.ts +2 -2
  96. package/src/integrations/heading.js +2 -2
  97. package/src/integrations/highlight.d.ts +2 -2
  98. package/src/integrations/highlight.js +2 -2
  99. package/src/integrations/horizontalline.d.ts +2 -2
  100. package/src/integrations/horizontalline.js +2 -2
  101. package/src/integrations/htmlembed.d.ts +2 -2
  102. package/src/integrations/htmlembed.js +2 -2
  103. package/src/integrations/image.d.ts +2 -2
  104. package/src/integrations/image.js +2 -2
  105. package/src/integrations/imagereplace.d.ts +2 -2
  106. package/src/integrations/imagereplace.js +2 -2
  107. package/src/integrations/imagestyle.d.ts +2 -2
  108. package/src/integrations/imagestyle.js +2 -2
  109. package/src/integrations/importword.d.ts +2 -2
  110. package/src/integrations/importword.js +2 -2
  111. package/src/integrations/indent.d.ts +2 -2
  112. package/src/integrations/indent.js +2 -2
  113. package/src/integrations/inputcommand.d.ts +3 -3
  114. package/src/integrations/inputcommand.js +2 -2
  115. package/src/integrations/legacylist.d.ts +17 -0
  116. package/src/integrations/legacylist.js +23 -0
  117. package/src/integrations/{documentlistproperties.d.ts → legacylistproperties.d.ts} +7 -7
  118. package/src/integrations/legacylistproperties.js +23 -0
  119. package/src/integrations/link.d.ts +2 -2
  120. package/src/integrations/link.js +2 -2
  121. package/src/integrations/list.d.ts +6 -6
  122. package/src/integrations/list.js +2 -2
  123. package/src/integrations/listproperties.d.ts +6 -15
  124. package/src/integrations/listproperties.js +2 -2
  125. package/src/integrations/mediaembed.d.ts +2 -2
  126. package/src/integrations/mediaembed.js +2 -2
  127. package/src/integrations/mention.d.ts +2 -2
  128. package/src/integrations/mention.js +2 -2
  129. package/src/integrations/pagebreak.d.ts +2 -2
  130. package/src/integrations/pagebreak.js +2 -2
  131. package/src/integrations/paragraph.d.ts +2 -2
  132. package/src/integrations/paragraph.js +2 -2
  133. package/src/integrations/removeformat.d.ts +2 -2
  134. package/src/integrations/removeformat.js +2 -2
  135. package/src/integrations/restrictededitingmode.d.ts +2 -2
  136. package/src/integrations/restrictededitingmode.js +2 -2
  137. package/src/integrations/shiftentercommand.d.ts +3 -3
  138. package/src/integrations/shiftentercommand.js +2 -2
  139. package/src/integrations/standardeditingmode.d.ts +2 -2
  140. package/src/integrations/standardeditingmode.js +2 -2
  141. package/src/integrations/style.d.ts +2 -2
  142. package/src/integrations/style.js +2 -2
  143. package/src/integrations/table.d.ts +2 -2
  144. package/src/integrations/table.js +2 -2
  145. package/src/integrations/tablecaption.d.ts +3 -3
  146. package/src/integrations/tablecaption.js +2 -2
  147. package/src/integrations/tableclipboard.d.ts +3 -3
  148. package/src/integrations/tableclipboard.js +2 -2
  149. package/src/integrations/tablecolumnresize.d.ts +5 -5
  150. package/src/integrations/tablecolumnresize.js +2 -2
  151. package/src/integrations/tableheadings.d.ts +3 -3
  152. package/src/integrations/tableheadings.js +2 -2
  153. package/src/integrations/tablemergesplit.d.ts +3 -3
  154. package/src/integrations/tablemergesplit.js +2 -2
  155. package/src/integrations/tableofcontents.d.ts +2 -2
  156. package/src/integrations/tableofcontents.js +2 -2
  157. package/src/integrations/tableproperties.d.ts +5 -5
  158. package/src/integrations/tableproperties.js +2 -2
  159. package/src/integrations/template.d.ts +2 -2
  160. package/src/integrations/template.js +2 -2
  161. package/src/integrations/title.d.ts +2 -2
  162. package/src/integrations/title.js +2 -2
  163. package/src/integrations/undo.d.ts +2 -2
  164. package/src/integrations/undo.js +2 -2
  165. package/src/integrations/utils.d.ts +4 -4
  166. package/src/integrations/utils.js +2 -2
  167. package/src/suggestion.d.ts +6 -6
  168. package/src/suggestion.js +2 -2
  169. package/src/suggestiondescriptionfactory.d.ts +4 -4
  170. package/src/suggestiondescriptionfactory.js +2 -2
  171. package/src/trackchanges.d.ts +6 -6
  172. package/src/trackchanges.js +2 -2
  173. package/src/trackchangesconfig.d.ts +2 -2
  174. package/src/trackchangesconfig.js +1 -1
  175. package/src/trackchangesdata.d.ts +3 -3
  176. package/src/trackchangesdata.js +2 -2
  177. package/src/trackchangesediting.d.ts +56 -55
  178. package/src/trackchangesediting.js +2 -2
  179. package/src/trackchangesui.d.ts +4 -4
  180. package/src/trackchangesui.js +2 -2
  181. package/src/ui/suggestioncontroller.d.ts +6 -6
  182. package/src/ui/suggestioncontroller.js +2 -2
  183. package/src/ui/view/basesuggestionthreadview.d.ts +7 -7
  184. package/src/ui/view/basesuggestionthreadview.js +2 -2
  185. package/src/ui/view/suggestionthreadview.d.ts +6 -6
  186. package/src/ui/view/suggestionthreadview.js +2 -2
  187. package/src/utils/common-translations.d.ts +2 -2
  188. package/src/utils/common-translations.js +2 -2
  189. package/src/utils/utils.d.ts +5 -5
  190. package/src/utils/utils.js +2 -2
  191. package/theme/icons/track-changes-accept.svg +1 -1
  192. package/theme/icons/track-changes-discard.svg +1 -1
  193. package/theme/icons/track-changes.svg +1 -1
  194. package/src/integrations/documentlist.d.ts +0 -17
  195. package/src/integrations/documentlist.js +0 -23
  196. 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 _0x1fac=['_registerLegacyDescription','square','filter','listStyle','*Format:*\x20set\x20order\x20to\x20regular','getSuggestions','listReversed','*Format:*\x20set\x20order\x20to\x20reversed','FORMAT_LIST_START','TrackChangesEditing','commandParams','suggestion','list.properties','styles','includes','_getTranslationKeyForListStyle','_LIST_','isUndo','registerPostFixer','registerAttributeLabel','getAttribute','oldValue','has','circle','decimal','next','listStart','batch','newValue','lower-latin','key','registerDescriptionCallback','handleDescriptions','data','removeMarker','ELEMENT_','getFirstMarker','model','_findSuggestions','_LIST_DEFAULT','default','type','*Remove\x20format:*\x20%0','upper-latin','formatBlock','disc','nodeAfter','_enableDefaultAttributesIntegration','getFirstRange','format','document','startIndex','reversed','_getAttributeKey','upper-roman','FORMAT_LIST_REVERSED','get','start','_descriptionFactory','toUpperCase','*Set\x20format:*\x20%0','numbered','listType','editor','plugins','decimal-leading-zero','locale','head'];(function(_0x3969bd,_0x1fac79){const _0x3f3669=function(_0x591337){while(--_0x591337){_0x3969bd['push'](_0x3969bd['shift']());}};_0x3f3669(++_0x1fac79);}(_0x1fac,0x155));const _0x3f36=function(_0x3969bd,_0x1fac79){_0x3969bd=_0x3969bd-0x0;let _0x3f3669=_0x1fac[_0x3969bd];return _0x3f3669;};import{Plugin as _0x199874}from'ckeditor5/src/core.js';import{getTranslation as _0x330ea7}from'../utils/common-translations.js';export default class se extends _0x199874{['afterInit'](){if(!this[_0x3f36('0x3e')][_0x3f36('0x3f')][_0x3f36('0x15')]('ListPropertiesEditing'))return;const _0x58d6ed=this['editor']['config']['get'](_0x3f36('0xb')),_0xce7d02=this[_0x3f36('0x3e')][_0x3f36('0x3f')]['get'](_0x3f36('0x8'));_0x58d6ed[_0x3f36('0xc')]&&_0xce7d02[_0x3f36('0x2e')](_0x3f36('0x2'),[],[_0x3f36('0x2')]),_0x58d6ed['reversed']&&_0xce7d02[_0x3f36('0x2e')](_0x3f36('0x5'),[],[_0x3f36('0x5')]),_0x58d6ed[_0x3f36('0x32')]&&_0xce7d02['_enableDefaultAttributesIntegration'](_0x3f36('0x19'),[],[_0x3f36('0x19')]);const _0x4d3d66={'type':_0x3f36('0x30'),'content':''};_0xce7d02[_0x3f36('0x39')][_0x3f36('0x1e')](this['handleDescriptions']['bind'](this));const _0x46674d=this[_0x3f36('0x3e')][_0x3f36('0x41')];_0xce7d02[_0x3f36('0x39')][_0x3f36('0x12')](_0x3f36('0x5'),_0x330ea7(_0x46674d,_0x3f36('0x36'))),_0xce7d02[_0x3f36('0x39')]['registerDescriptionCallback'](_0x1fcfe6=>{const {data:_0x45b2fc}=_0x1fcfe6;if(_0x45b2fc&&'listReversed'==_0x45b2fc[_0x3f36('0x1d')])return null==_0x45b2fc[_0x3f36('0x1b')]||0x0==_0x45b2fc[_0x3f36('0x1b')]&&null==_0x45b2fc[_0x3f36('0x14')]?_0x4d3d66:void 0x0;}),_0xce7d02[_0x3f36('0x39')]['registerAttributeLabel'](_0x3f36('0x19'),_0x330ea7(_0x46674d,_0x3f36('0x7'))),_0xce7d02['_descriptionFactory']['registerDescriptionCallback'](_0x1ee764=>{const {data:_0x1c60c0}=_0x1ee764;if(_0x1c60c0&&_0x3f36('0x19')==_0x1c60c0[_0x3f36('0x1d')])return null==_0x1c60c0[_0x3f36('0x1b')]||0x1==_0x1c60c0[_0x3f36('0x1b')]&&null==_0x1c60c0[_0x3f36('0x14')]?_0x4d3d66:void 0x0;}),this[_0x3f36('0x3e')][_0x3f36('0x24')][_0x3f36('0x31')][_0x3f36('0x11')](_0x386748=>{if(_0x386748[_0x3f36('0x1a')][_0x3f36('0x10')])return!0x1;let _0x40937a=!0x1;const _0x1da3ea=_0xce7d02[_0x3f36('0x4')]({'skipNotAttached':!0x0})[_0x3f36('0x1')](_0x29df0a=>{const _0x3876f9=_0xce7d02['_getAttributeKey'](_0x29df0a);return _0x3f36('0x19')==_0x3876f9||_0x3f36('0x5')==_0x3876f9;});for(const _0x8745e7 of _0x1da3ea){if(_0x3f36('0x3c')==_0x8745e7[_0x3f36('0x2f')]()[_0x3f36('0x38')][_0x3f36('0x2d')][_0x3f36('0x13')](_0x3f36('0x3d')))continue;_0xce7d02[_0x3f36('0x25')](_0x8745e7['getFirstRange'](),'attribute')['find'](_0x419c97=>_0x3f36('0x3d')==_0xce7d02[_0x3f36('0x34')](_0x419c97[_0x3f36('0xa')]))||(_0x386748[_0x3f36('0x21')](_0x8745e7[_0x3f36('0x23')]()),_0x40937a=!0x0);}return _0x40937a;}),this[_0x3f36('0x43')]();}[_0x3f36('0x1f')](_0x2a102e){const _0x1891d2=this[_0x3f36('0x3e')]['locale'],{data:_0x5a3a43}=_0x2a102e,_0x2cbef5={'type':_0x3f36('0x30'),'content':''};if(!_0x5a3a43||'listStyle'!=_0x5a3a43[_0x3f36('0x1d')])return;if(!_0x5a3a43[_0x3f36('0x14')])return _0x3f36('0x27')==_0x5a3a43[_0x3f36('0x1b')]?_0x2cbef5:{'type':'format','content':''+_0x330ea7(_0x1891d2,_0x3f36('0x3b'),_0x330ea7(_0x1891d2,this[_0x3f36('0xe')](_0x5a3a43[_0x3f36('0x1b')])))};if(!_0x5a3a43[_0x3f36('0x1b')]){if('default'==_0x5a3a43[_0x3f36('0x14')])return _0x2cbef5;let _0x33730a=_0x2a102e[_0x3f36('0x42')];for(;_0x33730a;){if(_0x33730a[_0x3f36('0x20')]&&_0x3f36('0x3d')==_0x33730a[_0x3f36('0x20')][_0x3f36('0x1d')]&&_0x33730a['data']['newValue'])return _0x2cbef5;_0x33730a=_0x33730a[_0x3f36('0x18')];}return{'type':'format','content':''+_0x330ea7(_0x1891d2,_0x3f36('0x29'),_0x330ea7(_0x1891d2,this[_0x3f36('0xe')](_0x5a3a43[_0x3f36('0x14')])))};}if(_0x3f36('0x27')!=_0x5a3a43[_0x3f36('0x1b')])return{'type':'format','content':''+_0x330ea7(_0x1891d2,_0x3f36('0x3b'),_0x330ea7(_0x1891d2,this[_0x3f36('0xe')](_0x5a3a43[_0x3f36('0x1b')])))};let _0x2d300a=_0x2a102e[_0x3f36('0x42')];for(;_0x2d300a;){if(_0x2d300a[_0x3f36('0x20')]&&'listType'==_0x2d300a[_0x3f36('0x20')][_0x3f36('0x1d')]&&_0x2d300a[_0x3f36('0x20')][_0x3f36('0x1b')]&&_0x2d300a[_0x3f36('0x20')]['oldValue'])return _0x2cbef5;_0x2d300a=_0x2d300a[_0x3f36('0x18')];}const _0x4dfbc1=_0x2a102e['getFirstRange']()[_0x3f36('0x38')][_0x3f36('0x2d')]['getAttribute'](_0x3f36('0x3d'));return{'type':_0x3f36('0x30'),'content':_0x330ea7(_0x1891d2,_0x3f36('0x3b'),_0x330ea7(_0x1891d2,_0x3f36('0x22')+_0x4dfbc1[_0x3f36('0x3a')]()+_0x3f36('0x26')))};}['_registerLegacyDescription'](){const _0x1eb273=this['editor'],_0x1f46bd=_0x1eb273[_0x3f36('0x41')];_0x1eb273['plugins'][_0x3f36('0x37')](_0x3f36('0x8'))[_0x3f36('0x39')][_0x3f36('0x1e')](_0x556529=>{if(_0x3f36('0x2b')!=_0x556529['type'])return;const {data:_0x26c5cc}=_0x556529;if(!_0x26c5cc)return;let _0x6e5d1e,_0x49fef3;switch(_0x26c5cc['commandName']){case _0x3f36('0x2'):_0x6e5d1e='*Change\x20to:*\x20%0',_0x49fef3={'type':_0x3f36('0x30'),'content':_0x330ea7(_0x1f46bd,_0x6e5d1e,_0x330ea7(_0x1f46bd,this[_0x3f36('0xe')](_0x26c5cc[_0x3f36('0x9')][0x0][_0x3f36('0x28')])))};break;case _0x3f36('0x5'):_0x6e5d1e=_0x26c5cc[_0x3f36('0x9')][0x0][_0x3f36('0x33')]?_0x3f36('0x6'):_0x3f36('0x3'),_0x49fef3={'type':_0x3f36('0x30'),'content':_0x330ea7(_0x1f46bd,_0x6e5d1e)};break;case _0x3f36('0x19'):_0x6e5d1e='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x49fef3={'type':_0x3f36('0x30'),'content':_0x330ea7(_0x1f46bd,_0x6e5d1e,_0x26c5cc[_0x3f36('0x9')][0x0][_0x3f36('0x32')])};}return _0x49fef3;});}['_getTranslationKeyForListStyle'](_0x1fa236){return _0x3f36('0x22')+function(_0x595a99){if(ae['includes'](_0x595a99))return'bulleted';if(le[_0x3f36('0xd')](_0x595a99))return _0x3f36('0x3c');return null;}(_0x1fa236)[_0x3f36('0x3a')]()+_0x3f36('0xf')+_0x1fa236[_0x3f36('0x3a')]()['replace'](/-/g,'_');}}const ae=[_0x3f36('0x2c'),_0x3f36('0x16'),_0x3f36('0x0')],le=[_0x3f36('0x17'),_0x3f36('0x40'),'lower-roman',_0x3f36('0x35'),_0x3f36('0x1c'),_0x3f36('0x2a')];
@@ -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 _0x5468=['for','locale','downcastDispatcher','MediaEmbedEditing','afterInit','dataDowncast','editor','data','registerElementLabel','enableCommand','mediaEmbed','media','has','ELEMENT_MEDIA','plugins','conversion','attribute:url:media','showSuggestionHighlights','elementToElement','div','high'];(function(_0x1f44b7,_0x546872){const _0x8bf8c4=function(_0x13a893){while(--_0x13a893){_0x1f44b7['push'](_0x1f44b7['shift']());}};_0x8bf8c4(++_0x546872);}(_0x5468,0xe7));const _0x8bf8=function(_0x1f44b7,_0x546872){_0x1f44b7=_0x1f44b7-0x0;let _0x8bf8c4=_0x5468[_0x1f44b7];return _0x8bf8c4;};import{Plugin as _0x54b8fa}from'ckeditor5/src/core.js';import{getTranslation as _0x5a98aa}from'../utils/common-translations.js';export default class ft extends _0x54b8fa{[_0x8bf8('0x4')](){const _0xb53462=this[_0x8bf8('0x6')];if(!_0xb53462[_0x8bf8('0xe')][_0x8bf8('0xc')](_0x8bf8('0x3')))return;const _0x57c136=_0xb53462[_0x8bf8('0xe')]['get']('TrackChangesEditing'),_0x139699=_0xb53462[_0x8bf8('0x1')];_0x57c136[_0x8bf8('0x9')](_0x8bf8('0xa')),_0x57c136['_descriptionFactory'][_0x8bf8('0x8')](_0x8bf8('0xb'),_0x3c6de8=>_0x5a98aa(_0x139699,_0x8bf8('0xd'),_0x3c6de8)),_0xb53462[_0x8bf8('0xf')][_0x8bf8('0x0')](_0x8bf8('0x5'))[_0x8bf8('0x12')]({'model':_0x8bf8('0xb'),'view':(_0x2bac1b,{writer:_0x47b9f1,options:_0x4850bc})=>{if(_0x4850bc['showSuggestionHighlights'])return _0x47b9f1['createEmptyElement'](_0x8bf8('0x13'));},'converterPriority':_0x8bf8('0x14')}),_0xb53462[_0x8bf8('0x7')][_0x8bf8('0x2')]['on'](_0x8bf8('0x10'),(_0x5eb0e4,_0x199fa4,_0x3dc750)=>{_0x3dc750['options'][_0x8bf8('0x11')]&&_0x5eb0e4['stop']();},{'priority':_0x8bf8('0x14')});}}
@@ -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 _0xcb25=['plugins','mention','MentionEditing','afterInit','enableCommand','TrackChangesEditing'];(function(_0x3d9159,_0xcb25c){const _0x3041c7=function(_0x30f0ce){while(--_0x30f0ce){_0x3d9159['push'](_0x3d9159['shift']());}};_0x3041c7(++_0xcb25c);}(_0xcb25,0x166));const _0x3041=function(_0x3d9159,_0xcb25c){_0x3d9159=_0x3d9159-0x0;let _0x3041c7=_0xcb25[_0x3d9159];return _0x3041c7;};import{Plugin as _0x45dbdb}from'ckeditor5/src/core.js';export default class gt extends _0x45dbdb{[_0x3041('0x5')](){const _0x4be903=this['editor'];_0x4be903[_0x3041('0x2')]['has'](_0x3041('0x4'))&&_0x4be903[_0x3041('0x2')]['get'](_0x3041('0x1'))[_0x3041('0x0')](_0x3041('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 _0x13cd=['_descriptionFactory','get','TrackChangesEditing','afterInit','PageBreakEditing','pageBreak','ELEMENT_PAGE_BREAK','enableCommand','locale','editor','has','plugins'];(function(_0x1c64f6,_0x13cdfe){const _0x19e82e=function(_0x4da461){while(--_0x4da461){_0x1c64f6['push'](_0x1c64f6['shift']());}};_0x19e82e(++_0x13cdfe);}(_0x13cd,0xdb));const _0x19e8=function(_0x1c64f6,_0x13cdfe){_0x1c64f6=_0x1c64f6-0x0;let _0x19e82e=_0x13cd[_0x1c64f6];return _0x19e82e;};import{Plugin as _0x329927}from'ckeditor5/src/core.js';import{getTranslation as _0x66c7e3}from'../utils/common-translations.js';export default class lt extends _0x329927{[_0x19e8('0x0')](){const _0x5ea6e8=this[_0x19e8('0x6')];if(!_0x5ea6e8['plugins'][_0x19e8('0x7')](_0x19e8('0x1')))return;_0x5ea6e8['plugins'][_0x19e8('0xa')](_0x19e8('0xb'))[_0x19e8('0x4')](_0x19e8('0x2'));const _0x5b6693=_0x5ea6e8[_0x19e8('0x8')][_0x19e8('0xa')](_0x19e8('0xb')),_0x308344=_0x5ea6e8[_0x19e8('0x5')];_0x5b6693[_0x19e8('0x9')]['registerElementLabel'](_0x19e8('0x2'),_0x53a7f7=>_0x66c7e3(_0x308344,_0x19e8('0x3'),_0x53a7f7));}}
@@ -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 _0xe23f=['isBlock','commandName','insertParagraph','_registerLegacyDescription','*Insert:*\x20%0','enableCommand','mapper','Paragraph','getItemLabel','formatBlock','editor','schema','TrackChangesEditing','options','editing','locale','afterInit','$text','has','registerDescriptionCallback','get','data','markerRange','ck-suggestion-marker--active','activeMarkers','includes','getFirstRange','*Change\x20to:*\x20%0','addMarker:suggestion:insertion','consumable','end','insertion','isLimit','_descriptionFactory','showSuggestionHighlights','isTouching','markerName','consume','addClass','start','plugins','writer','highest','ELEMENT_PARAGRAPH','model','ck-suggestion-marker-split','nodeAfter','paragraph','name','type','bindElementToMarker','span'];(function(_0x17e9b6,_0xe23f32){const _0x49d7ca=function(_0x53ef16){while(--_0x53ef16){_0x17e9b6['push'](_0x17e9b6['shift']());}};_0x49d7ca(++_0xe23f32);}(_0xe23f,0xc8));const _0x49d7=function(_0x17e9b6,_0xe23f32){_0x17e9b6=_0x17e9b6-0x0;let _0x49d7ca=_0xe23f[_0x17e9b6];return _0x49d7ca;};import{Plugin as _0x4c2ae3}from'ckeditor5/src/core.js';import{getTranslation as _0x1ac820}from'../utils/common-translations.js';export default class mt extends _0x4c2ae3{[_0x49d7('0x18')](){const _0x203aa7=this[_0x49d7('0x12')];if(!_0x203aa7[_0x49d7('0x30')][_0x49d7('0x1a')](_0x49d7('0xf')))return;const _0x15980a=_0x203aa7[_0x49d7('0x17')],_0x59d8cc=_0x203aa7[_0x49d7('0x30')][_0x49d7('0x1c')](_0x49d7('0x14'));_0x59d8cc[_0x49d7('0x29')]['registerElementLabel'](_0x49d7('0x3'),_0x3b0ed0=>_0x1ac820(_0x15980a,_0x49d7('0x33'),_0x3b0ed0)),_0x59d8cc['_enableDefaultAttributesIntegration'](_0x49d7('0x3')),_0x59d8cc[_0x49d7('0xd')](_0x49d7('0xa')),_0x203aa7[_0x49d7('0x16')]['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x203aa7),{'priority':_0x49d7('0x32')}),_0x203aa7[_0x49d7('0x1d')]['downcastDispatcher']['on'](_0x49d7('0x24'),(_0x29e4ff,_0x2b3f56,_0x2e7b76)=>{_0x2e7b76[_0x49d7('0x15')][_0x49d7('0x2a')]&&nr(_0x203aa7,{'showActiveMarker':!0x1})(_0x29e4ff,_0x2b3f56,_0x2e7b76);},{'priority':_0x49d7('0x32')});const _0x424241=_0x59d8cc[_0x49d7('0x29')];_0x424241['registerDescriptionCallback'](_0x2be5f0=>{if(_0x49d7('0x27')!==_0x2be5f0[_0x49d7('0x5')])return;const {start:_0x4a0980,end:_0x19a3be}=_0x2be5f0[_0x49d7('0x22')]();if(!_0x4a0980[_0x49d7('0x2b')](_0x19a3be)||!_0x4a0980[_0x49d7('0x2')])return;const _0x2bf5df=_0x203aa7[_0x49d7('0x0')][_0x49d7('0x13')],_0x434a43=_0x4a0980[_0x49d7('0x2')];return _0x2bf5df[_0x49d7('0x8')](_0x434a43)&&!_0x2bf5df['isLimit'](_0x434a43)&&_0x2bf5df['checkChild'](_0x434a43,_0x49d7('0x19'))?{'type':'insertion','content':_0x1ac820(_0x15980a,_0x49d7('0xc'),_0x424241[_0x49d7('0x10')](_0x434a43,0x1))}:void 0x0;}),this[_0x49d7('0xb')]();}[_0x49d7('0xb')](){const _0xd1df98=this[_0x49d7('0x12')],_0x396a3c=_0xd1df98[_0x49d7('0x17')];_0xd1df98[_0x49d7('0x30')][_0x49d7('0x1c')](_0x49d7('0x14'))['_descriptionFactory'][_0x49d7('0x1b')](_0x1de029=>{if(_0x49d7('0x11')!=_0x1de029['type'])return;const {data:_0x43e12e}=_0x1de029;return _0x43e12e&&_0x49d7('0x3')==_0x43e12e[_0x49d7('0x9')]?{'type':'format','content':_0x1ac820(_0x396a3c,_0x49d7('0x23'),_0x1ac820(_0x396a3c,_0x49d7('0x33')))}:void 0x0;});}}function nr(_0x7e0bed,{showActiveMarker:_0x11a986=!0x0}={}){return(_0x3ba4c9,_0x54b92e,_0xcba61b)=>{const _0x5de80d=_0x7e0bed[_0x49d7('0x30')][_0x49d7('0x1c')](_0x49d7('0x14')),_0x44a18e=_0x54b92e[_0x49d7('0x1e')][_0x49d7('0x2f')],_0x5537fa=_0x54b92e[_0x49d7('0x1e')][_0x49d7('0x26')],_0x49bebf=_0x7e0bed[_0x49d7('0x0')][_0x49d7('0x13')];if(!_0x44a18e[_0x49d7('0x2b')](_0x5537fa)||!_0x44a18e[_0x49d7('0x2')])return;const _0x17e095=_0x44a18e[_0x49d7('0x2')];if(_0x49bebf[_0x49d7('0x8')](_0x17e095)&&!_0x49bebf[_0x49d7('0x28')](_0x17e095)&&_0x49bebf['checkChild'](_0x17e095,'$text')){if(!_0xcba61b[_0x49d7('0x25')][_0x49d7('0x2d')](_0x54b92e[_0x49d7('0x1e')],_0x3ba4c9[_0x49d7('0x4')]))return;const _0x5751d7=_0xcba61b['writer']['createUIElement'](_0x49d7('0x7'),{'class':_0x49d7('0x1')}),_0x228e58=_0xcba61b[_0x49d7('0xe')]['toViewPosition'](_0x5537fa);_0x11a986&&_0x5de80d[_0x49d7('0x20')][_0x49d7('0x21')](_0x54b92e[_0x49d7('0x2c')])&&_0xcba61b[_0x49d7('0x31')][_0x49d7('0x2e')](_0x49d7('0x1f'),_0x5751d7),_0xcba61b['writer']['insert'](_0x228e58,_0x5751d7),_0xcba61b[_0x49d7('0xe')][_0x49d7('0x6')](_0x5751d7,_0x54b92e['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 _0x3765=['has','get','afterInit','formatInline','*Remove\x20all\x20formatting*','commandName','formatBlock','removeFormat','TrackChangesEditing','plugins','editor','type','registerDescriptionCallback','RemoveFormatEditing','format'];(function(_0xc4ffc6,_0x376554){const _0x20342=function(_0x2aac90){while(--_0x2aac90){_0xc4ffc6['push'](_0xc4ffc6['shift']());}};_0x20342(++_0x376554);}(_0x3765,0x97));const _0x2034=function(_0xc4ffc6,_0x376554){_0xc4ffc6=_0xc4ffc6-0x0;let _0x20342=_0x3765[_0xc4ffc6];return _0x20342;};import{Plugin as _0x561a25}from'ckeditor5/src/core.js';import{getTranslation as _0x5347a7}from'../utils/common-translations.js';export default class dt extends _0x561a25{[_0x2034('0x1')](){const _0x18325e=this[_0x2034('0x9')];if(!_0x18325e['plugins'][_0x2034('0xe')](_0x2034('0xc')))return;_0x18325e[_0x2034('0x8')][_0x2034('0x0')](_0x2034('0x7'))['_enableDefaultAttributesIntegration'](_0x2034('0x6')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x281df4=this[_0x2034('0x9')];_0x281df4[_0x2034('0x8')][_0x2034('0x0')](_0x2034('0x7'))['_descriptionFactory'][_0x2034('0xb')](_0x273249=>{if(_0x2034('0x5')!=_0x273249['type']&&_0x2034('0x2')!=_0x273249[_0x2034('0xa')])return;const {data:_0x4d8ac3}=_0x273249;return _0x4d8ac3&&_0x2034('0x6')==_0x4d8ac3[_0x2034('0x4')]?{'type':_0x2034('0xd'),'content':_0x5347a7(_0x281df4['locale'],_0x2034('0x3'))}: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 _0x2892=['has','trackChanges','goToNextRestrictedEditingException','get','RestrictedEditingModeEditing','editor','discardSuggestion','goToPreviousRestrictedEditingException','afterInit','plugins','acceptSuggestion','discardSelectedSuggestions','enableCommand','TrackChangesEditing'];(function(_0x14aa49,_0x2892ff){const _0x4d50c4=function(_0x2e29aa){while(--_0x2e29aa){_0x14aa49['push'](_0x14aa49['shift']());}};_0x4d50c4(++_0x2892ff);}(_0x2892,0xba));const _0x4d50=function(_0x14aa49,_0x2892ff){_0x14aa49=_0x14aa49-0x0;let _0x4d50c4=_0x2892[_0x14aa49];return _0x4d50c4;};import{Plugin as _0x3cb4fb}from'ckeditor5/src/core.js';export default class pt extends _0x3cb4fb{[_0x4d50('0x4')](){const _0x235d23=this[_0x4d50('0x1')];if(!_0x235d23[_0x4d50('0x5')][_0x4d50('0xa')](_0x4d50('0x0')))return;const _0x2bd258=_0x235d23[_0x4d50('0x5')]['get'](_0x4d50('0x9'));_0x2bd258['enableCommand'](_0x4d50('0x3')),_0x2bd258[_0x4d50('0x8')](_0x4d50('0xc'));const _0x5f5582=_0x235d23['plugins'][_0x4d50('0xd')]('RestrictedEditingModeEditing');_0x5f5582['enableCommand'](_0x4d50('0xb')),_0x5f5582['enableCommand'](_0x4d50('0x6')),_0x5f5582[_0x4d50('0x8')](_0x4d50('0x2')),_0x5f5582[_0x4d50('0x8')]('acceptAllSuggestions'),_0x5f5582[_0x4d50('0x8')]('discardAllSuggestions'),_0x5f5582[_0x4d50('0x8')]('acceptSelectedSuggestions'),_0x5f5582[_0x4d50('0x8')](_0x4d50('0x7'));}}
@@ -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 _0x1465=['TrackChangesEditing','showSuggestionHighlights','createPositionBefore','addClass','span','requires','high','split','createUIElement','locale','downcastDispatcher','markerName','ck-suggestion-marker-','addMarker:suggestion:deletion','enableCommand','element','data','writer','addMarker:suggestion:insertion','bindElementToMarker','options','insert','test','softBreak','getItems','deletion','activeMarkers','shiftEnter','toViewPosition','markerRange','editor','editing','init','mapper','model','_descriptionFactory','ELEMENT_LINE_BREAK','includes'];(function(_0x5f019a,_0x1465ea){const _0xc6e47a=function(_0x202193){while(--_0x202193){_0x5f019a['push'](_0x5f019a['shift']());}};_0xc6e47a(++_0x1465ea);}(_0x1465,0x1f3));const _0xc6e4=function(_0x5f019a,_0x1465ea){_0x5f019a=_0x5f019a-0x0;let _0xc6e47a=_0x1465[_0x5f019a];return _0xc6e47a;};import{Plugin as _0x2d1d8a}from'ckeditor5/src/core.js';import{ShiftEnter as _0x12eb51}from'ckeditor5/src/enter.js';import{getTranslation as _0xb31b7}from'../utils/common-translations.js';export default class kt extends _0x2d1d8a{static get[_0xc6e4('0x0')](){return[_0x12eb51];}[_0xc6e4('0x1b')](){const _0x408160=this[_0xc6e4('0x19')],_0x29221f=_0x408160['plugins']['get']('TrackChangesEditing');_0x29221f[_0xc6e4('0x9')](_0xc6e4('0x16')),_0x408160[_0xc6e4('0x1a')][_0xc6e4('0x5')]['on'](_0xc6e4('0xd'),re(_0x408160),{'priority':_0xc6e4('0x1')}),_0x408160['editing']['downcastDispatcher']['on'](_0xc6e4('0x8'),re(_0x408160),{'priority':_0xc6e4('0x1')}),_0x408160[_0xc6e4('0xb')][_0xc6e4('0x5')]['on']('addMarker:suggestion',(_0x5ca915,_0x21e6c5,_0x386efb)=>{_0x386efb[_0xc6e4('0xf')][_0xc6e4('0x22')]&&re(_0x408160,{'showActiveMarker':!0x1})(_0x5ca915,_0x21e6c5,_0x386efb);}),_0x29221f[_0xc6e4('0x1e')]['registerElementLabel'](_0xc6e4('0x12'),_0x2071c6=>_0xb31b7(_0x408160[_0xc6e4('0x4')],_0xc6e4('0x1f'),_0x2071c6));}}function re(_0x2d2501,{showActiveMarker:_0x132971=!0x0}={}){return(_0x428a34,_0x286943,_0x1ec218)=>{const _0x550acf=_0x2d2501['plugins']['get'](_0xc6e4('0x21'));if(!_0x1ec218['consumable'][_0xc6e4('0x11')](_0x286943[_0xc6e4('0x18')],_0x428a34['name']))return;const _0x553045=_0x2d2501[_0xc6e4('0x1d')];for(const _0x3f1cfe of _0x286943[_0xc6e4('0x18')][_0xc6e4('0x13')]()){if(!_0x3f1cfe['is'](_0xc6e4('0xa'),_0xc6e4('0x12')))continue;const _0x53e105=_0xc6e4('0x14')==_0x286943[_0xc6e4('0x6')][_0xc6e4('0x2')](':')[0x1]?'merge':_0xc6e4('0x2'),_0x1dacf5=_0x1ec218[_0xc6e4('0xc')][_0xc6e4('0x3')](_0xc6e4('0x25'),{'class':_0xc6e4('0x7')+_0x53e105}),_0x2dc68a=_0x1ec218[_0xc6e4('0x1c')][_0xc6e4('0x17')](_0x553045[_0xc6e4('0x23')](_0x3f1cfe));_0x132971&&_0x550acf[_0xc6e4('0x15')][_0xc6e4('0x20')](_0x286943[_0xc6e4('0x6')])&&_0x1ec218['writer'][_0xc6e4('0x24')]('ck-suggestion-marker--active',_0x1dacf5),_0x1ec218['writer'][_0xc6e4('0x10')](_0x2dc68a,_0x1dacf5),_0x1ec218[_0xc6e4('0x1c')][_0xc6e4('0xe')](_0x1dacf5,_0x286943[_0xc6e4('0x6')]);}};}
@@ -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 _0x59c1=['restrictedEditingException','getRanges','FORMAT_RESTRICTED_DISABLED','document','formatBlock','model','editor','type','format','_descriptionFactory','get','plugins','locale','commandName','commands','enableCommand','StandardEditingModeEditing','value','isCollapsed','change','forceValue','from','selection','FORMAT_RESTRICTED_ENABLED','commandParams','formatInline','registerDescriptionCallback','TrackChangesEditing'];(function(_0x3e452e,_0x59c1c2){const _0x296d33=function(_0x44947e){while(--_0x44947e){_0x3e452e['push'](_0x3e452e['shift']());}};_0x296d33(++_0x59c1c2);}(_0x59c1,0x169));const _0x296d=function(_0x3e452e,_0x59c1c2){_0x3e452e=_0x3e452e-0x0;let _0x296d33=_0x59c1[_0x3e452e];return _0x296d33;};import{Plugin as _0x28873f}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x466d4f}from'./utils.js';import{getTranslation as _0x589328}from'../utils/common-translations.js';export default class bt extends _0x28873f{['afterInit'](){const _0x2c801=this[_0x296d('0x9')],_0x2e263f=_0x2c801[_0x296d('0x8')],_0x5a7da1=_0x2c801[_0x296d('0xf')];if(!_0x2c801[_0x296d('0xe')]['has'](_0x296d('0x13')))return;const _0x20e905=_0x2c801[_0x296d('0xe')][_0x296d('0xd')](_0x296d('0x2')),_0x5f0c7d=_0x296d('0x3'),_0x421653=_0x2c801[_0x296d('0x11')][_0x296d('0xd')](_0x5f0c7d);_0x20e905[_0x296d('0x12')](_0x5f0c7d,(_0x4fa634,_0x4f69ca={})=>{const _0x1fa627=_0x2e263f[_0x296d('0x6')][_0x296d('0x19')];if(_0x1fa627[_0x296d('0x15')])return void _0x4fa634(_0x4f69ca);const _0x22f98f=void 0x0!==_0x4f69ca[_0x296d('0x17')]?_0x4f69ca[_0x296d('0x17')]:!_0x421653[_0x296d('0x14')];_0x2e263f[_0x296d('0x16')](()=>{const _0x59da86=Array[_0x296d('0x18')](_0x1fa627[_0x296d('0x4')]());for(const _0x1191b3 of _0x59da86){const _0x19f0d6=_0x22f98f?[_0x1191b3]:_0x466d4f(_0x5f0c7d,_0x1191b3,_0x2e263f);for(const _0x6d4236 of _0x19f0d6)_0x20e905['markInlineFormat'](_0x6d4236,{'commandName':_0x5f0c7d,'commandParams':[{'forceValue':_0x22f98f}]});}});}),_0x20e905[_0x296d('0xc')][_0x296d('0x1')](_0x3c0026=>{if(_0x296d('0x7')!=_0x3c0026[_0x296d('0xa')]&&_0x296d('0x0')!=_0x3c0026['type'])return;const {data:_0x2c0d65}=_0x3c0026;return _0x2c0d65&&_0x2c0d65[_0x296d('0x10')]==_0x5f0c7d?_0x2c0d65[_0x296d('0x1b')][0x0]['forceValue']?{'type':'format','content':_0x589328(_0x5a7da1,_0x296d('0x1a'))}:{'type':_0x296d('0xb'),'content':_0x589328(_0x5a7da1,_0x296d('0x5'))}: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 _0x4b86=['ghsAttributes','locale','DataSchema','get','registerDescriptionCallback','has','commandName','normalizeConfig','type','block','FORMAT_STYLE','GeneralHtmlSupport','commandParams','toLowerCase','_registerLegacyDescription','_registerInlineAttribute','add','style','registerAttributeLabel','_enableDefaultAttributesIntegration','config','formatBlock','_descriptionFactory','inline','editor','TrackChangesEditing','element','styleName','plugins','definitions','forceValue','*Remove\x20format:*\x20%0','_registerBlockAttribute'];(function(_0x272193,_0x4b8691){const _0x408c83=function(_0xa8739c){while(--_0xa8739c){_0x272193['push'](_0x272193['shift']());}};_0x408c83(++_0x4b8691);}(_0x4b86,0x108));const _0x408c=function(_0x272193,_0x4b8691){_0x272193=_0x272193-0x0;let _0x408c83=_0x4b86[_0x272193];return _0x408c83;};import{Plugin as _0x85284b}from'ckeditor5/src/core.js';import{getTranslation as _0x25c353}from'../utils/common-translations.js';export default class wt extends _0x85284b{['afterInit'](){const _0x52c796=this[_0x408c('0x18')];if(!_0x52c796[_0x408c('0x1c')][_0x408c('0x5')]('Style')||!_0x52c796['plugins'][_0x408c('0x5')]('DataSchema'))return;const _0x27ac5a=_0x52c796[_0x408c('0x1c')][_0x408c('0x3')]('TrackChangesEditing'),_0xcbb09c=_0x52c796['locale'],_0x58bd5c=_0x52c796[_0x408c('0x14')][_0x408c('0x3')]('style'),_0x1d1a87=_0x52c796[_0x408c('0x1c')]['get'](_0x408c('0xb')),_0x436afc=_0x52c796['plugins'][_0x408c('0x3')]('StyleUtils')[_0x408c('0x7')](_0x52c796[_0x408c('0x1c')][_0x408c('0x3')](_0x408c('0x2')),_0x58bd5c[_0x408c('0x1d')]);_0x27ac5a[_0x408c('0x13')]('style');const _0x9baf84=new Set();for(const _0x314e64 of _0x436afc[_0x408c('0x9')]){const _0x295aa9=_0x1d1a87['getGhsAttributeNameForElement'](_0x314e64[_0x408c('0x1a')]);_0x9baf84[_0x408c('0x10')](_0x295aa9);}const _0x21eba3=new Set();for(const _0x5c22e0 of _0x436afc[_0x408c('0x17')]){const _0x1b080c=_0x1d1a87['getGhsAttributeNameForElement'](_0x5c22e0[_0x408c('0x1a')]);_0x21eba3[_0x408c('0x10')](_0x1b080c);for(const _0x2c6dce of _0x5c22e0[_0x408c('0x0')])_0x21eba3[_0x408c('0x10')](_0x2c6dce);}for(const _0x45576c of _0x9baf84)_0x27ac5a[_0x408c('0x20')](_0x45576c),_0x27ac5a[_0x408c('0x16')][_0x408c('0x12')](_0x45576c,_0x25c353(_0xcbb09c,'FORMAT_STYLE'));for(const _0x19b47a of _0x21eba3)_0x27ac5a[_0x408c('0xf')](_0x19b47a),_0x27ac5a['_descriptionFactory'][_0x408c('0x12')](_0x19b47a,_0x25c353(_0xcbb09c,_0x408c('0xa')));this['_registerLegacyDescription']();}[_0x408c('0xe')](){const _0x59714a=this[_0x408c('0x18')],_0xdbd1d3=_0x59714a[_0x408c('0x1')];_0x59714a[_0x408c('0x1c')][_0x408c('0x3')](_0x408c('0x19'))[_0x408c('0x16')][_0x408c('0x4')](_0x34f18e=>{if(_0x408c('0x15')!=_0x34f18e['type']&&'formatInline'!=_0x34f18e[_0x408c('0x8')])return;const {data:_0x5b8b34}=_0x34f18e;return _0x5b8b34&&_0x408c('0x11')===_0x5b8b34[_0x408c('0x6')]?_0x5b8b34[_0x408c('0xc')][0x0][_0x408c('0x1e')]?{'type':'format','content':_0x25c353(_0xdbd1d3,'*Set\x20format:*\x20%0',_0x5b8b34[_0x408c('0xc')][0x0][_0x408c('0x1b')][_0x408c('0xd')]())}:{'type':'format','content':_0x25c353(_0xdbd1d3,_0x408c('0x1f'),_0x5b8b34[_0x408c('0xc')][0x0][_0x408c('0x1b')][_0x408c('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/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
  */