@ckeditor/ckeditor5-track-changes 38.1.0 → 38.1.1

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 (129) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +3 -3
  3. package/src/augmentation.d.ts +36 -36
  4. package/src/commands/acceptsuggestioncommand.d.ts +20 -20
  5. package/src/commands/acceptsuggestioncommand.js +1 -1
  6. package/src/commands/discardsuggestioncommand.d.ts +20 -20
  7. package/src/commands/discardsuggestioncommand.js +1 -1
  8. package/src/commands/executeonallsuggestionscommand.d.ts +20 -20
  9. package/src/commands/executeonallsuggestionscommand.js +1 -1
  10. package/src/commands/executeonselectedsuggestionscommand.d.ts +20 -20
  11. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  12. package/src/commands/trackchangescommand.d.ts +22 -22
  13. package/src/commands/trackchangescommand.js +1 -1
  14. package/src/index.d.ts +12 -12
  15. package/src/integrations/alignment.d.ts +13 -13
  16. package/src/integrations/alignment.js +1 -1
  17. package/src/integrations/basicstyles.d.ts +13 -13
  18. package/src/integrations/basicstyles.js +1 -1
  19. package/src/integrations/blockquote.d.ts +13 -13
  20. package/src/integrations/blockquote.js +1 -1
  21. package/src/integrations/ckbox.d.ts +13 -13
  22. package/src/integrations/ckbox.js +1 -1
  23. package/src/integrations/codeblock.d.ts +13 -13
  24. package/src/integrations/codeblock.js +1 -1
  25. package/src/integrations/comments.d.ts +10 -10
  26. package/src/integrations/comments.js +1 -1
  27. package/src/integrations/deletecommand.d.ts +13 -13
  28. package/src/integrations/deletecommand.js +1 -1
  29. package/src/integrations/documentlist.d.ts +13 -13
  30. package/src/integrations/documentlist.js +1 -1
  31. package/src/integrations/documentlistproperties.d.ts +25 -25
  32. package/src/integrations/documentlistproperties.js +1 -1
  33. package/src/integrations/entercommand.d.ts +12 -12
  34. package/src/integrations/entercommand.js +1 -1
  35. package/src/integrations/findandreplace.d.ts +17 -17
  36. package/src/integrations/findandreplace.js +1 -1
  37. package/src/integrations/font.d.ts +13 -13
  38. package/src/integrations/font.js +1 -1
  39. package/src/integrations/formatpainter.d.ts +13 -13
  40. package/src/integrations/formatpainter.js +1 -1
  41. package/src/integrations/heading.d.ts +13 -13
  42. package/src/integrations/heading.js +1 -1
  43. package/src/integrations/highlight.d.ts +13 -13
  44. package/src/integrations/highlight.js +1 -1
  45. package/src/integrations/horizontalline.d.ts +13 -13
  46. package/src/integrations/horizontalline.js +1 -1
  47. package/src/integrations/htmlembed.d.ts +13 -13
  48. package/src/integrations/htmlembed.js +1 -1
  49. package/src/integrations/image.d.ts +13 -13
  50. package/src/integrations/image.js +1 -1
  51. package/src/integrations/imagereplace.d.ts +19 -19
  52. package/src/integrations/imagereplace.js +1 -1
  53. package/src/integrations/importword.d.ts +14 -14
  54. package/src/integrations/importword.js +1 -1
  55. package/src/integrations/indent.d.ts +13 -13
  56. package/src/integrations/indent.js +1 -1
  57. package/src/integrations/inputcommand.d.ts +12 -12
  58. package/src/integrations/inputcommand.js +1 -1
  59. package/src/integrations/link.d.ts +13 -13
  60. package/src/integrations/link.js +1 -1
  61. package/src/integrations/list.d.ts +13 -13
  62. package/src/integrations/list.js +1 -1
  63. package/src/integrations/listproperties.d.ts +25 -25
  64. package/src/integrations/listproperties.js +1 -1
  65. package/src/integrations/mediaembed.d.ts +13 -13
  66. package/src/integrations/mediaembed.js +1 -1
  67. package/src/integrations/mention.d.ts +13 -13
  68. package/src/integrations/mention.js +1 -1
  69. package/src/integrations/pagebreak.d.ts +13 -13
  70. package/src/integrations/pagebreak.js +1 -1
  71. package/src/integrations/paragraph.d.ts +13 -13
  72. package/src/integrations/paragraph.js +1 -1
  73. package/src/integrations/removeformat.d.ts +13 -13
  74. package/src/integrations/removeformat.js +1 -1
  75. package/src/integrations/restrictededitingmode.d.ts +13 -13
  76. package/src/integrations/restrictededitingmode.js +1 -1
  77. package/src/integrations/shiftentercommand.d.ts +12 -12
  78. package/src/integrations/shiftentercommand.js +1 -1
  79. package/src/integrations/standardeditingmode.d.ts +13 -13
  80. package/src/integrations/standardeditingmode.js +1 -1
  81. package/src/integrations/style.d.ts +14 -14
  82. package/src/integrations/style.js +1 -1
  83. package/src/integrations/table.d.ts +38 -38
  84. package/src/integrations/table.js +1 -1
  85. package/src/integrations/tablecaption.d.ts +18 -18
  86. package/src/integrations/tablecaption.js +1 -1
  87. package/src/integrations/tableclipboard.d.ts +18 -18
  88. package/src/integrations/tableclipboard.js +1 -1
  89. package/src/integrations/tablecolumnresize.d.ts +22 -22
  90. package/src/integrations/tablecolumnresize.js +1 -1
  91. package/src/integrations/tableheadings.d.ts +18 -18
  92. package/src/integrations/tableheadings.js +1 -1
  93. package/src/integrations/tablemergesplit.d.ts +18 -18
  94. package/src/integrations/tablemergesplit.js +1 -1
  95. package/src/integrations/tableofcontents.d.ts +13 -13
  96. package/src/integrations/tableofcontents.js +1 -1
  97. package/src/integrations/tableproperties.d.ts +23 -23
  98. package/src/integrations/tableproperties.js +1 -1
  99. package/src/integrations/template.d.ts +13 -13
  100. package/src/integrations/template.js +1 -1
  101. package/src/integrations/title.d.ts +13 -13
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.d.ts +13 -13
  104. package/src/integrations/undo.js +1 -1
  105. package/src/integrations/utils.d.ts +17 -17
  106. package/src/integrations/utils.js +1 -1
  107. package/src/suggestion.d.ts +266 -266
  108. package/src/suggestion.js +1 -1
  109. package/src/suggestiondescriptionfactory.d.ts +151 -151
  110. package/src/suggestiondescriptionfactory.js +1 -1
  111. package/src/trackchanges.d.ts +240 -240
  112. package/src/trackchanges.js +1 -1
  113. package/src/trackchangesconfig.d.ts +71 -71
  114. package/src/trackchangesdata.d.ts +37 -37
  115. package/src/trackchangesdata.js +1 -1
  116. package/src/trackchangesediting.d.ts +435 -435
  117. package/src/trackchangesediting.js +1 -1
  118. package/src/trackchangesui.d.ts +34 -34
  119. package/src/trackchangesui.js +1 -1
  120. package/src/ui/suggestioncontroller.d.ts +36 -36
  121. package/src/ui/suggestioncontroller.js +1 -1
  122. package/src/ui/view/basesuggestionthreadview.d.ts +166 -166
  123. package/src/ui/view/basesuggestionthreadview.js +1 -1
  124. package/src/ui/view/suggestionthreadview.d.ts +182 -182
  125. package/src/ui/view/suggestionthreadview.js +1 -1
  126. package/src/utils/common-translations.d.ts +5 -5
  127. package/src/utils/common-translations.js +1 -1
  128. package/src/utils/utils.d.ts +26 -26
  129. package/src/utils/utils.js +1 -1
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/ckbox
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for the CKBox feature.
7
- */
8
- export default class TrackChangesCKBox extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/ckbox
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for the CKBox feature.
7
+ */
8
+ export default class TrackChangesCKBox extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3261=['ckbox','plugins','editor','afterInit','enableCommand','commands'];(function(_0xd9e96e,_0x3261f5){const _0x522da8=function(_0x47bf91){while(--_0x47bf91){_0xd9e96e['push'](_0xd9e96e['shift']());}};_0x522da8(++_0x3261f5);}(_0x3261,0x9d));const _0x522d=function(_0xd9e96e,_0x3261f5){_0xd9e96e=_0xd9e96e-0x0;let _0x522da8=_0x3261[_0xd9e96e];return _0x522da8;};import{Plugin as _0x3aba0e}from'ckeditor5/src/core';export default class E extends _0x3aba0e{[_0x522d('0x2')](){const _0xa155e8=this[_0x522d('0x1')];_0xa155e8[_0x522d('0x4')]['get'](_0x522d('0x5'))&&_0xa155e8[_0x522d('0x0')]['get']('TrackChangesEditing')[_0x522d('0x3')](_0x522d('0x5'));}}
23
+ const _0x39a6=['editor','TrackChangesEditing','commands','afterInit','plugins','ckbox','get','enableCommand'];(function(_0x2e9b15,_0x39a63c){const _0x5d2493=function(_0x163646){while(--_0x163646){_0x2e9b15['push'](_0x2e9b15['shift']());}};_0x5d2493(++_0x39a63c);}(_0x39a6,0x127));const _0x5d24=function(_0x2e9b15,_0x39a63c){_0x2e9b15=_0x2e9b15-0x0;let _0x5d2493=_0x39a6[_0x2e9b15];return _0x5d2493;};import{Plugin as _0x297d6f}from'ckeditor5/src/core';export default class E extends _0x297d6f{[_0x5d24('0x4')](){const _0x4566af=this[_0x5d24('0x1')];_0x4566af[_0x5d24('0x3')][_0x5d24('0x7')](_0x5d24('0x6'))&&_0x4566af[_0x5d24('0x5')]['get'](_0x5d24('0x2'))[_0x5d24('0x0')]('ckbox');}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/codeblock
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for code block feature.
7
- */
8
- export default class TrackChangesCodeBlock extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/codeblock
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for code block feature.
7
+ */
8
+ export default class TrackChangesCodeBlock extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5855=['ELEMENT_CODE_BLOCK','config','registerDescriptionCallback','format','locale','_descriptionFactory','languages','CodeBlock','get','TrackChangesEditing','commandName','formatBlock','plugins','document','*Remove\x20format:*\x20%0','commands','label','parent','registerElementLabel','forceValue','isLimit','getSelectedBlocks','model','blockName','*Format:*\x20%0','find','commandParams','language','from','markBlockFormat','codeBlock','value','schema','checkChild','filter','enableCommand'];(function(_0x56cf6e,_0x58559a){const _0x1f0ad9=function(_0x651c62){while(--_0x651c62){_0x56cf6e['push'](_0x56cf6e['shift']());}};_0x1f0ad9(++_0x58559a);}(_0x5855,0x1d1));const _0x1f0a=function(_0x56cf6e,_0x58559a){_0x56cf6e=_0x56cf6e-0x0;let _0x1f0ad9=_0x5855[_0x56cf6e];return _0x1f0ad9;};import{Plugin as _0xd3c66b}from'ckeditor5/src/core';import{getTranslation as _0x431404}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x20867e}from'../utils/utils';export default class O extends _0xd3c66b{['afterInit'](){const _0x2c15cb=this['editor'];if(!_0x2c15cb[_0x1f0a('0xf')]['has'](_0x1f0a('0xa')))return;const _0x257219=_0x2c15cb[_0x1f0a('0xf')]['get'](_0x1f0a('0xc')),_0x4ecd13=_0x2c15cb[_0x1f0a('0x7')],_0x53415a=_0x2c15cb[_0x1f0a('0x4')][_0x1f0a('0xb')](_0x1f0a('0x21'))[_0x1f0a('0x9')],_0x331c80=_0x2c15cb[_0x1f0a('0x12')]['get'](_0x1f0a('0x21'));_0x257219[_0x1f0a('0x2')]('indentCodeBlock'),_0x257219[_0x1f0a('0x2')]('outdentCodeBlock'),_0x257219[_0x1f0a('0x2')](_0x1f0a('0x21'),(_0x20b491,_0x20432c={})=>{const _0x1f30aa=_0x2c15cb[_0x1f0a('0x19')],_0x50a832=_0x2c15cb[_0x1f0a('0x19')][_0x1f0a('0x10')]['selection'],_0x26753e=_0x20432c&&void 0x0!==_0x20432c[_0x1f0a('0x16')]?_0x20432c['forceValue']:!_0x331c80[_0x1f0a('0x22')];let _0x582094;_0x20432c['language']||(_0x20432c[_0x1f0a('0x1e')]=_0x53415a[0x0][_0x1f0a('0x1e')]),_0x582094=_0x26753e?Array[_0x1f0a('0x1f')](_0x50a832[_0x1f0a('0x18')]())[_0x1f0a('0x1')](_0x398898=>to(_0x398898)||function(_0x397296,_0x2f0127){if(_0x397296['is']('rootElement')||_0x2f0127[_0x1f0a('0x17')](_0x397296))return!0x1;return _0x2f0127[_0x1f0a('0x0')](_0x397296[_0x1f0a('0x14')],_0x1f0a('0x21'));}(_0x398898,_0x1f30aa[_0x1f0a('0x23')])):Array[_0x1f0a('0x1f')](_0x50a832[_0x1f0a('0x18')]())[_0x1f0a('0x1')](_0x20b8c9=>to(_0x20b8c9));const _0x2c9b02=_0x20867e(_0x582094,_0x1f30aa);_0x1f30aa['change'](()=>{for(const _0x2c8b75 of _0x2c9b02)_0x257219[_0x1f0a('0x20')](_0x2c8b75,{'commandName':_0x1f0a('0x21'),'commandParams':[{..._0x20432c,'forceValue':_0x26753e}],'formatGroupId':_0x1f0a('0x1a')});});}),(_0x257219[_0x1f0a('0x8')][_0x1f0a('0x15')]('codeBlock',_0x478b97=>_0x431404(_0x4ecd13,'ELEMENT_CODE_BLOCK',_0x478b97)),_0x257219[_0x1f0a('0x8')][_0x1f0a('0x5')](_0x4b8f07=>{const _0x89579c=_0x4ecd13['t'],{type:_0x1fd091,data:_0x44deb1}=_0x4b8f07;if(_0x1f0a('0xe')==_0x1fd091&&_0x44deb1&&_0x1f0a('0x21')==_0x44deb1[_0x1f0a('0xd')]){const _0x2694cb=_0x44deb1['commandParams'][0x0][_0x1f0a('0x1e')],_0x22b9bc=_0x89579c(_0x53415a[_0x1f0a('0x1c')](_0x3e6060=>_0x3e6060[_0x1f0a('0x1e')]===_0x2694cb)[_0x1f0a('0x13')]);return _0x44deb1[_0x1f0a('0x1d')][0x0][_0x1f0a('0x16')]?{'type':'format','content':_0x431404(_0x4ecd13,_0x1f0a('0x1b'),_0x431404(_0x4ecd13,_0x1f0a('0x3'),0x1)+'\x20('+_0x22b9bc+')')}:{'type':_0x1f0a('0x6'),'content':_0x431404(_0x4ecd13,_0x1f0a('0x11'),_0x431404(_0x4ecd13,_0x1f0a('0x3'),0x1))};}}));}}function to(_0x5cdcc3){return _0x1f0a('0x21')==_0x5cdcc3['name'];}
23
+ const _0x23b4=['model','plugins','get','ELEMENT_CODE_BLOCK','forceValue','schema','name','locale','filter','checkChild','has','editor','language','TrackChangesEditing','markBlockFormat','config','*Remove\x20format:*\x20%0','format','registerElementLabel','find','_descriptionFactory','change','isLimit','selection','blockName','rootElement','enableCommand','CodeBlock','from','getSelectedBlocks','label','languages','commands','parent','afterInit','registerDescriptionCallback','codeBlock','commandParams'];(function(_0x283c55,_0x23b483){const _0x1d08b2=function(_0x3796e6){while(--_0x3796e6){_0x283c55['push'](_0x283c55['shift']());}};_0x1d08b2(++_0x23b483);}(_0x23b4,0x10d));const _0x1d08=function(_0x283c55,_0x23b483){_0x283c55=_0x283c55-0x0;let _0x1d08b2=_0x23b4[_0x283c55];return _0x1d08b2;};import{Plugin as _0x57b3bf}from'ckeditor5/src/core';import{getTranslation as _0x316871}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x541a9c}from'../utils/utils';export default class O extends _0x57b3bf{[_0x1d08('0x1f')](){const _0x212351=this[_0x1d08('0x8')];if(!_0x212351[_0x1d08('0x24')][_0x1d08('0x7')](_0x1d08('0x18')))return;const _0x4cc26c=_0x212351['plugins'][_0x1d08('0x25')](_0x1d08('0xa')),_0xf0affe=_0x212351[_0x1d08('0x4')],_0x40dbd3=_0x212351[_0x1d08('0xc')][_0x1d08('0x25')]('codeBlock')[_0x1d08('0x1c')],_0x325656=_0x212351[_0x1d08('0x1d')]['get']('codeBlock');_0x4cc26c[_0x1d08('0x17')]('indentCodeBlock'),_0x4cc26c[_0x1d08('0x17')]('outdentCodeBlock'),_0x4cc26c['enableCommand'](_0x1d08('0x21'),(_0x5b1007,_0x3955f4={})=>{const _0x5e954d=_0x212351[_0x1d08('0x23')],_0x5df01d=_0x212351[_0x1d08('0x23')]['document'][_0x1d08('0x14')],_0x42b613=_0x3955f4&&void 0x0!==_0x3955f4[_0x1d08('0x1')]?_0x3955f4[_0x1d08('0x1')]:!_0x325656['value'];let _0x55d770;_0x3955f4['language']||(_0x3955f4['language']=_0x40dbd3[0x0][_0x1d08('0x9')]),_0x55d770=_0x42b613?Array[_0x1d08('0x19')](_0x5df01d[_0x1d08('0x1a')]())['filter'](_0x3681f0=>oo(_0x3681f0)||function(_0x105c83,_0x452166){if(_0x105c83['is'](_0x1d08('0x16'))||_0x452166[_0x1d08('0x13')](_0x105c83))return!0x1;return _0x452166[_0x1d08('0x6')](_0x105c83[_0x1d08('0x1e')],_0x1d08('0x21'));}(_0x3681f0,_0x5e954d[_0x1d08('0x2')])):Array[_0x1d08('0x19')](_0x5df01d[_0x1d08('0x1a')]())[_0x1d08('0x5')](_0x3555cc=>oo(_0x3555cc));const _0xfde527=_0x541a9c(_0x55d770,_0x5e954d);_0x5e954d[_0x1d08('0x12')](()=>{for(const _0xfe0b02 of _0xfde527)_0x4cc26c[_0x1d08('0xb')](_0xfe0b02,{'commandName':_0x1d08('0x21'),'commandParams':[{..._0x3955f4,'forceValue':_0x42b613}],'formatGroupId':_0x1d08('0x15')});});}),(_0x4cc26c[_0x1d08('0x11')][_0x1d08('0xf')](_0x1d08('0x21'),_0x19976e=>_0x316871(_0xf0affe,'ELEMENT_CODE_BLOCK',_0x19976e)),_0x4cc26c['_descriptionFactory'][_0x1d08('0x20')](_0x54b16c=>{const _0xed7331=_0xf0affe['t'],{type:_0x5d9677,data:_0x3c8d1b}=_0x54b16c;if('formatBlock'==_0x5d9677&&_0x3c8d1b&&_0x1d08('0x21')==_0x3c8d1b['commandName']){const _0x4042c1=_0x3c8d1b[_0x1d08('0x22')][0x0][_0x1d08('0x9')],_0x1963fd=_0xed7331(_0x40dbd3[_0x1d08('0x10')](_0x32cb4e=>_0x32cb4e['language']===_0x4042c1)[_0x1d08('0x1b')]);return _0x3c8d1b[_0x1d08('0x22')][0x0][_0x1d08('0x1')]?{'type':_0x1d08('0xe'),'content':_0x316871(_0xf0affe,'*Format:*\x20%0',_0x316871(_0xf0affe,_0x1d08('0x0'),0x1)+'\x20('+_0x1963fd+')')}:{'type':'format','content':_0x316871(_0xf0affe,_0x1d08('0xd'),_0x316871(_0xf0affe,_0x1d08('0x0'),0x1))};}}));}}function oo(_0x5ddda6){return _0x1d08('0x21')==_0x5ddda6[_0x1d08('0x3')];}
@@ -1,10 +1,10 @@
1
- /**
2
- * @module track-changes/integrations/comments
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for {@link module:comments/comments~Comments comments feature}.
7
- */
8
- export default class TrackChangesComments extends Plugin {
9
- afterInit(): void;
10
- }
1
+ /**
2
+ * @module track-changes/integrations/comments
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for {@link module:comments/comments~Comments comments feature}.
7
+ */
8
+ export default class TrackChangesComments extends Plugin {
9
+ afterInit(): void;
10
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2792=['editor','get','afterInit','has','addCommentThread','CommentsEditing','enableCommand','plugins'];(function(_0x24bc73,_0x279232){const _0x4bbff9=function(_0x3a448d){while(--_0x3a448d){_0x24bc73['push'](_0x24bc73['shift']());}};_0x4bbff9(++_0x279232);}(_0x2792,0xfe));const _0x4bbf=function(_0x24bc73,_0x279232){_0x24bc73=_0x24bc73-0x0;let _0x4bbff9=_0x2792[_0x24bc73];return _0x4bbff9;};import{Plugin as _0x832641}from'ckeditor5/src/core';export default class F extends _0x832641{[_0x4bbf('0x4')](){const _0x2618ff=this[_0x4bbf('0x2')];if(!_0x2618ff[_0x4bbf('0x1')][_0x4bbf('0x5')](_0x4bbf('0x7')))return;_0x2618ff[_0x4bbf('0x1')][_0x4bbf('0x3')]('TrackChangesEditing')[_0x4bbf('0x0')](_0x4bbf('0x6'));}}
23
+ const _0xfa5f=['plugins','addCommentThread','afterInit','get','has','CommentsEditing','enableCommand','editor'];(function(_0x519948,_0xfa5f8e){const _0x227c7a=function(_0x4b4b99){while(--_0x4b4b99){_0x519948['push'](_0x519948['shift']());}};_0x227c7a(++_0xfa5f8e);}(_0xfa5f,0x1bb));const _0x227c=function(_0x519948,_0xfa5f8e){_0x519948=_0x519948-0x0;let _0x227c7a=_0xfa5f[_0x519948];return _0x227c7a;};import{Plugin as _0x27ebc4}from'ckeditor5/src/core';export default class F extends _0x27ebc4{[_0x227c('0x7')](){const _0x29b266=this[_0x227c('0x4')];if(!_0x29b266[_0x227c('0x5')][_0x227c('0x1')](_0x227c('0x2')))return;_0x29b266[_0x227c('0x5')][_0x227c('0x0')]('TrackChangesEditing')[_0x227c('0x3')](_0x227c('0x6'));}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/deletecommand
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- import { Delete } from 'ckeditor5/src/typing';
6
- /**
7
- * Provides track changes plugin integration for {@link module:typing/inputcommand~DeleteCommand delete command}. Also
8
- * provides integration {@link module:engine/model/model~Model#deleteContent} as many features use it internally.
9
- */
10
- export default class TrackChangesDeleteCommand extends Plugin {
11
- static get requires(): readonly [typeof Delete];
12
- init(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/deletecommand
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ import { Delete } from 'ckeditor5/src/typing';
6
+ /**
7
+ * Provides track changes plugin integration for {@link module:typing/inputcommand~DeleteCommand delete command}. Also
8
+ * provides integration {@link module:engine/model/model~Model#deleteContent} as many features use it internally.
9
+ */
10
+ export default class TrackChangesDeleteCommand extends Plugin {
11
+ static get requires(): readonly [typeof Delete];
12
+ init(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x36a5=['mapper','merge','buffer','unbindElementFromMarkerName','bind','uiElement','lock','markerName','model','createRange','batch','getFirstRange','forward','enqueueChange','createSelection','unit','detach','rootName','editing','high','start','unlock','options','showSuggestionHighlights','TrackChangesEditing','delete','commands','data','deleteForward','selection','get','document','editor','isCollapsed','end','downcastDispatcher','init','addMarker:suggestion:deletion','plugins','setSelection','enableCommand'];(function(_0x31e729,_0x36a50e){const _0xe911ce=function(_0x75e37){while(--_0x75e37){_0x31e729['push'](_0x31e729['shift']());}};_0xe911ce(++_0x36a50e);}(_0x36a5,0x135));const _0xe911=function(_0x31e729,_0x36a50e){_0x31e729=_0x31e729-0x0;let _0xe911ce=_0x36a5[_0x31e729];return _0xe911ce;};import{Plugin as _0x334e49}from'ckeditor5/src/core';import{LiveRange as _0x24e8c2}from'ckeditor5/src/engine';import{Delete as _0x52eb5b}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x334bdc}from'./utils';export default class G extends _0x334e49{static get['requires'](){return[_0x52eb5b];}[_0xe911('0xe')](){const _0x1ad40d=this[_0xe911('0xa')],_0x41403c=_0x1ad40d[_0xe911('0x10')][_0xe911('0x8')](_0xe911('0x2'));_0x41403c[_0xe911('0x12')](_0xe911('0x3'));const _0x38b346=_0x1ad40d[_0xe911('0x4')][_0xe911('0x8')](_0xe911('0x6'));_0x41403c[_0xe911('0x12')](_0xe911('0x6'),(_0xf4d5ff,_0x1c11b1={})=>{const _0x5ba968=_0x1ad40d[_0xe911('0x1b')][_0xe911('0x21')](_0x1ad40d[_0xe911('0x1b')][_0xe911('0x9')][_0xe911('0x7')]);_0x5ba968[_0xe911('0xb')]&&_0x1ad40d[_0xe911('0x1b')]['modifySelection'](_0x5ba968,{'direction':_0xe911('0x1f'),'unit':_0x1c11b1[_0xe911('0x22')]});const _0x277fe8=_0x5ba968[_0xe911('0x1e')](),_0x575b27=_0x24e8c2['fromRange'](_0x277fe8);let _0x5dff9c;_0xf4d5ff(_0x1c11b1),_0x5dff9c='$graveyard'==_0x575b27['root'][_0xe911('0x24')]?_0x1ad40d[_0xe911('0x1b')][_0xe911('0x1c')](_0x277fe8[_0xe911('0x27')]):_0x1ad40d[_0xe911('0x1b')][_0xe911('0x1c')](_0x575b27[_0xe911('0x27')],_0x575b27[_0xe911('0xc')]),_0x575b27[_0xe911('0x23')](),_0x1ad40d[_0xe911('0x1b')][_0xe911('0x20')](_0x38b346[_0xe911('0x15')][_0xe911('0x1d')],_0x21d341=>{_0x38b346[_0xe911('0x15')][_0xe911('0x19')](),_0x21d341[_0xe911('0x11')](_0x21d341[_0xe911('0x1c')](_0x5dff9c['end'])),_0x38b346[_0xe911('0x15')][_0xe911('0x28')]();});}),_0x1ad40d['editing'][_0xe911('0xd')]['on'](_0xe911('0xf'),_0x334bdc(_0x1ad40d,_0xe911('0x14')),{'priority':'high'}),_0x1ad40d[_0xe911('0x5')][_0xe911('0xd')]['on'](_0xe911('0xf'),(_0x32411f,_0x46a319,_0x211025)=>{_0x211025[_0xe911('0x0')][_0xe911('0x1')]&&_0x334bdc(_0x1ad40d,_0xe911('0x14'),{'showActiveMarker':!0x1})[_0xe911('0x17')](this)(_0x32411f,_0x46a319,_0x211025);},{'priority':'high'}),_0x1ad40d[_0xe911('0x25')][_0xe911('0xd')]['on']('removeMarker:suggestion:deletion',(_0x3e076d,_0x33f50d,_0xc2e29)=>{const _0x5ecb90=_0xc2e29[_0xe911('0x13')]['markerNameToElements'](_0x33f50d[_0xe911('0x1a')]);if(_0x5ecb90)for(const _0x54f254 of _0x5ecb90)_0x54f254['is'](_0xe911('0x18'))&&(_0xc2e29[_0xe911('0x13')][_0xe911('0x16')](_0x54f254,_0x33f50d[_0xe911('0x1a')]),_0xc2e29['writer']['remove'](_0x54f254));},{'priority':_0xe911('0x26')});}}
23
+ const _0x3e8e=['rootName','high','start','buffer','writer','isCollapsed','init','deleteForward','mapper','TrackChangesEditing','options','uiElement','editing','selection','requires','markerNameToElements','lock','fromRange','delete','addMarker:suggestion:deletion','unbindElementFromMarkerName','batch','unit','data','$graveyard','enqueueChange','downcastDispatcher','unlock','root','removeMarker:suggestion:deletion','createRange','forward','model','markerName','enableCommand','editor','merge','end','showSuggestionHighlights','document'];(function(_0x101153,_0x3e8e09){const _0x19a30c=function(_0xa37dfe){while(--_0xa37dfe){_0x101153['push'](_0x101153['shift']());}};_0x19a30c(++_0x3e8e09);}(_0x3e8e,0xa7));const _0x19a3=function(_0x101153,_0x3e8e09){_0x101153=_0x101153-0x0;let _0x19a30c=_0x3e8e[_0x101153];return _0x19a30c;};import{Plugin as _0x1ea941}from'ckeditor5/src/core';import{LiveRange as _0x2b14af}from'ckeditor5/src/engine';import{Delete as _0x40227a}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x1ef5fa}from'./utils';export default class G extends _0x1ea941{static get[_0x19a3('0x7')](){return[_0x40227a];}[_0x19a3('0x27')](){const _0x33199c=this[_0x19a3('0x1c')],_0x2b4847=_0x33199c['plugins']['get'](_0x19a3('0x2'));_0x2b4847[_0x19a3('0x1b')](_0x19a3('0xb'));const _0x3dda8e=_0x33199c['commands']['get'](_0x19a3('0x0'));_0x2b4847['enableCommand'](_0x19a3('0x0'),(_0x2a3708,_0x38a45c={})=>{const _0x198fb1=_0x33199c['model']['createSelection'](_0x33199c[_0x19a3('0x19')][_0x19a3('0x20')][_0x19a3('0x6')]);_0x198fb1[_0x19a3('0x26')]&&_0x33199c[_0x19a3('0x19')]['modifySelection'](_0x198fb1,{'direction':_0x19a3('0x18'),'unit':_0x38a45c[_0x19a3('0xf')]});const _0x32c69c=_0x198fb1['getFirstRange'](),_0x51385e=_0x2b14af[_0x19a3('0xa')](_0x32c69c);let _0x546457;_0x2a3708(_0x38a45c),_0x546457=_0x19a3('0x11')==_0x51385e[_0x19a3('0x15')][_0x19a3('0x21')]?_0x33199c[_0x19a3('0x19')][_0x19a3('0x17')](_0x32c69c[_0x19a3('0x23')]):_0x33199c[_0x19a3('0x19')]['createRange'](_0x51385e['start'],_0x51385e[_0x19a3('0x1e')]),_0x51385e['detach'](),_0x33199c['model'][_0x19a3('0x12')](_0x3dda8e[_0x19a3('0x24')][_0x19a3('0xe')],_0x6ad8b1=>{_0x3dda8e[_0x19a3('0x24')][_0x19a3('0x9')](),_0x6ad8b1['setSelection'](_0x6ad8b1[_0x19a3('0x17')](_0x546457[_0x19a3('0x1e')])),_0x3dda8e['buffer'][_0x19a3('0x14')]();});}),_0x33199c[_0x19a3('0x5')][_0x19a3('0x13')]['on']('addMarker:suggestion:deletion',_0x1ef5fa(_0x33199c,_0x19a3('0x1d')),{'priority':'high'}),_0x33199c[_0x19a3('0x10')][_0x19a3('0x13')]['on'](_0x19a3('0xc'),(_0x2382f6,_0x224847,_0x303981)=>{_0x303981[_0x19a3('0x3')][_0x19a3('0x1f')]&&_0x1ef5fa(_0x33199c,_0x19a3('0x1d'),{'showActiveMarker':!0x1})['bind'](this)(_0x2382f6,_0x224847,_0x303981);},{'priority':_0x19a3('0x22')}),_0x33199c[_0x19a3('0x5')][_0x19a3('0x13')]['on'](_0x19a3('0x16'),(_0x1294db,_0x2f5889,_0x13b565)=>{const _0x90f4e9=_0x13b565['mapper'][_0x19a3('0x8')](_0x2f5889[_0x19a3('0x1a')]);if(_0x90f4e9)for(const _0xa94ce6 of _0x90f4e9)_0xa94ce6['is'](_0x19a3('0x4'))&&(_0x13b565[_0x19a3('0x1')][_0x19a3('0xd')](_0xa94ce6,_0x2f5889[_0x19a3('0x1a')]),_0x13b565[_0x19a3('0x25')]['remove'](_0xa94ce6));},{'priority':'high'});}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/documentlist
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for document list feature.
7
- */
8
- export default class TrackChangesDocumentList extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/documentlist
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for document list feature.
7
+ */
8
+ export default class TrackChangesDocumentList extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x42b5=['listItemId','commands','before','findIndex','format','splitListItemBefore','_descriptionFactory','parent','registerCustomCallback','end','mergeListItemBackward','next','execute','bulletedList','listIndent','listType','commandParams','locale','DocumentListEditing','indentList','*Merge:*\x20%0','isFirstBlockOfListItem','schema','afterInit','_suggestionFactory','documentList','isObject','editor','nodeAfter','ELEMENT_NUMBERED_LIST','nextSibling','setSelection','createPositionAt','commandName','enableCommand','*Change\x20to:*\x20%0','numberedList','from','getSelectedBlocks','markMultiRangeBlockFormat','*Format:*\x20remove\x20from\x20%0','length','forceValue','getAttribute','getFirstRange','after','ELEMENT_','DocumentListUtils','mergeListItemForward','map','selection','slice','detach','splitListItemAfter','hasAttribute','plugins','expandListBlocksToCompleteList','markBlockFormat','get','accept','push','model','ELEMENT_BULLETED_LIST','registerDescriptionCallback','createRange','change','ELEMENT_LIST_ITEM','*Format:*\x20insert\x20into\x20%0','add','*Indent:*\x20%0','registerElementLabel','formatBlock','start','outdentList','previousSibling','document','value'];(function(_0x552bfb,_0x42b565){const _0x2a30fe=function(_0x4ea16d){while(--_0x4ea16d){_0x552bfb['push'](_0x552bfb['shift']());}};_0x2a30fe(++_0x42b565);}(_0x42b5,0x1ca));const _0x2a30=function(_0x552bfb,_0x42b565){_0x552bfb=_0x552bfb-0x0;let _0x2a30fe=_0x42b5[_0x552bfb];return _0x2a30fe;};import{Plugin as _0x224a49}from'ckeditor5/src/core';import{getTranslation as _0x33fc9a}from'../utils/common-translations';import{LiveRange as _0x5c371a}from'ckeditor5/src/engine';export default class L extends _0x224a49{[_0x2a30('0x1b')](){const _0x854664=this[_0x2a30('0x1f')];if(!_0x854664[_0x2a30('0x3b')]['has'](_0x2a30('0x16')))return;const _0x48d463=_0x854664[_0x2a30('0x15')],_0x3f3ec4=_0x854664[_0x2a30('0x3b')][_0x2a30('0x3e')]('TrackChangesEditing'),_0xef7495=_0x854664[_0x2a30('0x3b')]['get'](_0x2a30('0x33'));function _0x14e7b7(_0x5e016c){return()=>{const _0x3632ba=_0x854664['commands'][_0x2a30('0x3e')](_0x5e016c);let _0x570191=Array[_0x2a30('0x29')](_0x854664[_0x2a30('0x41')]['document']['selection'][_0x2a30('0x2a')]());if(_0x1c40e6(_0x5e016c)){_0x570191=_0xef7495[_0x2a30('0x3c')](_0x570191);const _0x59faf3=[];for(const _0x3be4d1 of _0x570191)_0xef7495[_0x2a30('0x19')](_0x3be4d1)&&_0x59faf3['push'](_0x3be4d1);_0x570191=_0x59faf3;}_0x854664[_0x2a30('0x41')]['change'](()=>{_0x3f3ec4[_0x2a30('0x2b')](_0x570191,{'commandName':_0x5e016c,'commandParams':[{'forceValue':!_0x3632ba['value']}],'formatGroupId':_0x2a30('0x13')},[],'documentList');});};}function _0x32a0b(_0x35523d){return()=>{const _0x107430=function(_0x550a12){let _0x407973=Array[_0x2a30('0x29')](_0x550a12);const _0x53e96e=_0x407973[_0x2a30('0x7')](_0x101c98=>!_0x101c98[_0x2a30('0x3a')](_0x2a30('0x4')));return _0x53e96e>-0x1&&(_0x407973=_0x407973[_0x2a30('0x37')](0x0,_0x53e96e)),_0x407973;}(_0x854664[_0x2a30('0x41')][_0x2a30('0x2')]['selection'][_0x2a30('0x2a')]()),_0x266f60=_0x107430[_0x107430[_0x2a30('0x2d')]-0x1],_0x5bab2c=_0x854664['model'][_0x2a30('0x1a')][_0x2a30('0x1e')](_0x266f60)?_0x2a30('0x31'):_0x2a30('0xd'),_0x3addb2=_0x854664[_0x2a30('0x41')][_0x2a30('0x44')](_0x854664[_0x2a30('0x41')][_0x2a30('0x24')](_0x107430[0x0],_0x2a30('0x6')),_0x854664[_0x2a30('0x41')][_0x2a30('0x24')](_0x266f60,_0x5bab2c));_0x854664['model'][_0x2a30('0x45')](()=>{_0x3f3ec4['markBlockFormat'](_0x3addb2,{'commandName':_0x35523d,'commandParams':[],'formatGroupId':'listType'},function(_0x135272){const _0x23fdf0=new Set();for(const _0x13efc0 of _0x135272){let _0x2ca29e=_0x13efc0['nextSibling'];for(;_0x2ca29e&&_0x2ca29e['getAttribute'](_0x2a30('0x12'))>_0x13efc0[_0x2a30('0x2f')]('listIndent');)_0x23fdf0[_0x2a30('0x48')](_0x2ca29e),_0x2ca29e=_0x2ca29e['nextSibling'];}return Array[_0x2a30('0x29')](_0x23fdf0);}(_0x107430));});};}function _0x19416b(_0x24249e){return()=>{const _0xcc3a4a=_0x854664[_0x2a30('0x41')][_0x2a30('0x2')][_0x2a30('0x36')][_0x2a30('0x2a')]()[_0x2a30('0xf')]()[_0x2a30('0x3')],_0x2ed3f0=_0x854664['model'][_0x2a30('0x24')](_0xcc3a4a,_0x2a30('0x6')),_0x78f7e2=_0x854664[_0x2a30('0x41')][_0x2a30('0x24')](_0xcc3a4a,0x0),_0x3aa4a2=_0x854664['model']['createRange'](_0x2ed3f0,_0x78f7e2);_0x854664[_0x2a30('0x41')]['change'](()=>{_0x3f3ec4[_0x2a30('0x3d')](_0x3aa4a2,{'commandName':_0x24249e,'commandParams':[],'formatGroupId':_0x2a30('0x13')});});};}function _0x1c40e6(_0x5b084e){const _0x3303ec=_0x854664[_0x2a30('0x5')][_0x2a30('0x3e')]('bulletedList')[_0x2a30('0x3')],_0x133a70=_0x854664[_0x2a30('0x5')][_0x2a30('0x3e')](_0x2a30('0x28'))[_0x2a30('0x3')];return'numberedList'===_0x5b084e?_0x3303ec:_0x133a70;}_0x3f3ec4['enableCommand'](_0x2a30('0x28'),_0x14e7b7(_0x2a30('0x28'))),_0x3f3ec4['enableCommand']('bulletedList',_0x14e7b7(_0x2a30('0x11'))),_0x3f3ec4[_0x2a30('0x26')](_0x2a30('0x17'),_0x32a0b(_0x2a30('0x17'))),_0x3f3ec4[_0x2a30('0x26')]('outdentList',_0x32a0b('outdentList')),_0x3f3ec4[_0x2a30('0x26')](_0x2a30('0x39'),_0x19416b(_0x2a30('0x39'))),_0x3f3ec4[_0x2a30('0x26')]('splitListItemBefore',_0x19416b(_0x2a30('0x9'))),_0x3f3ec4[_0x2a30('0xa')][_0x2a30('0x4a')](function(_0x330e26){const _0x5bd3d1=!_0x854664[_0x2a30('0x41')][_0x2a30('0x1a')][_0x2a30('0x1e')](_0x330e26),_0x16f743=_0x330e26[_0x2a30('0x1')],_0x4d0a20=_0x330e26[_0x2a30('0x22')],_0x557632=_0x330e26['getAttribute'](_0x2a30('0x4')),_0x40c099=!_0x16f743||_0x16f743[_0x2a30('0x2f')](_0x2a30('0x4'))!==_0x557632,_0x339e0c=!_0x4d0a20||_0x4d0a20['getAttribute'](_0x2a30('0x4'))!==_0x557632;return _0x5bd3d1&&Boolean(_0x557632)&&_0x40c099&&_0x339e0c;},_0x367ae3=>_0x33fc9a(_0x48d463,_0x2a30('0x46'),_0x367ae3)),_0x3f3ec4[_0x2a30('0xa')][_0x2a30('0x43')](function(_0x3787e2){const {data:_0x3f942f}=_0x3787e2;if(!_0x3f942f)return;let _0x540036,_0x78c00e,_0x46dba0,_0x25741e;switch(_0x3f942f['commandName']){case _0x2a30('0x11'):_0x46dba0=_0x3f942f[_0x2a30('0x14')][0x0][_0x2a30('0x2e')],_0x25741e=_0x1c40e6(_0x3f942f['commandName']),_0x540036=_0x46dba0?'*Format:*\x20insert\x20into\x20%0':_0x2a30('0x2c'),_0x25741e&&(_0x540036=_0x2a30('0x27')),_0x78c00e={'type':_0x2a30('0x8'),'content':_0x33fc9a(_0x48d463,_0x540036,_0x33fc9a(_0x48d463,_0x2a30('0x42')))};break;case _0x2a30('0x28'):_0x46dba0=_0x3f942f[_0x2a30('0x14')][0x0][_0x2a30('0x2e')],_0x25741e=_0x1c40e6(_0x3f942f['commandName']),_0x540036=_0x46dba0?_0x2a30('0x47'):_0x2a30('0x2c'),_0x25741e&&(_0x540036='*Change\x20to:*\x20%0'),_0x78c00e={'type':_0x2a30('0x8'),'content':_0x33fc9a(_0x48d463,_0x540036,_0x33fc9a(_0x48d463,_0x2a30('0x21')))};break;case'indentList':_0x540036=_0x2a30('0x49'),_0x78c00e={'type':'format','content':_0x33fc9a(_0x48d463,_0x540036,_0x33fc9a(_0x48d463,_0x2a30('0x46')))};break;case _0x2a30('0x0'):_0x540036=function(_0x5a524e){const _0x1e949a=_0x5a524e[_0x2a30('0x30')]();let _0x28dfa2=_0x1e949a['start'][_0x2a30('0x20')];for(;_0x28dfa2&&_0x1e949a['containsItem'](_0x28dfa2);){if(_0x28dfa2[_0x2a30('0x2f')](_0x2a30('0x12'))>0x0)return!0x1;_0x28dfa2=_0x28dfa2['nextSibling'];}return!0x0;}(_0x3787e2)?_0x33fc9a(_0x48d463,'*Format:*\x20remove\x20from\x20%0',_0x33fc9a(_0x48d463,function(_0x400b93){const _0x17ea2b=_0x400b93[_0x2a30('0x30')]()['start'][_0x2a30('0x20')];return _0x2a30('0x32')+_0x17ea2b[_0x2a30('0x2f')](_0x2a30('0x13'))['toUpperCase']()+'_LIST';}(_0x3787e2))):_0x33fc9a(_0x48d463,'*Outdent:*\x20%0',_0x33fc9a(_0x48d463,_0x2a30('0x46'))),_0x78c00e={'type':'format','content':_0x540036};break;case _0x2a30('0xe'):case _0x2a30('0x34'):!0x1===_0x3f942f['multipleBlocks']&&(_0x540036=_0x2a30('0x18'),_0x78c00e={'type':'deletion','content':_0x33fc9a(_0x48d463,_0x540036,_0x33fc9a(_0x48d463,'ELEMENT_LIST_ITEM'))});}return _0x78c00e;}),_0x3f3ec4[_0x2a30('0x1c')][_0x2a30('0xc')](_0x2a30('0x4b'),_0x2a30('0x1d'),_0x2a30('0x3f'),function(_0x311805,_0x45b907){const _0xee3af9=[];for(let _0x3499b2 of _0x311805)_0x3499b2[_0x2a30('0x4c')][_0x2a30('0x20')]===_0x3499b2['end'][_0x2a30('0xb')]&&(_0x3499b2=_0x854664[_0x2a30('0x41')][_0x2a30('0x44')](_0x854664['model'][_0x2a30('0x24')](_0x3499b2[_0x2a30('0x4c')]['nodeAfter'],0x0))),_0xee3af9[_0x2a30('0x40')](_0x3499b2);_0x854664[_0x2a30('0x41')][_0x2a30('0x45')](_0xa523fb=>{const _0x122e8b=_0x854664[_0x2a30('0x41')][_0x2a30('0x2')][_0x2a30('0x36')],_0xa2773=Array[_0x2a30('0x29')](_0x122e8b['getRanges']())[_0x2a30('0x35')](_0x175448=>_0x5c371a['fromRange'](_0x175448));_0xa523fb['setSelection'](_0xee3af9),_0x854664[_0x2a30('0x5')]['get'](_0x45b907[_0x2a30('0x25')])['refresh'](),_0x45b907[_0x2a30('0x14')][_0x2a30('0x40')]({'forceDefaultExecution':!0x0}),_0x854664[_0x2a30('0x10')](_0x45b907[_0x2a30('0x25')],..._0x45b907['commandParams']),_0xa523fb[_0x2a30('0x23')](_0xa2773);for(const _0x5cc4cc of _0xa2773)_0x5cc4cc[_0x2a30('0x38')]();});});}}
23
+ const _0x74fb=['findIndex','listIndent','mergeListItemForward','indentList','containsItem','ELEMENT_NUMBERED_LIST','map','get','createPositionAt','ELEMENT_LIST_ITEM','getFirstRange','nextSibling','before','enableCommand','accept','length','change','ELEMENT_','locale','multipleBlocks','toUpperCase','previousSibling','numberedList','commandName','schema','selection','nodeAfter','listItemId','document','end','_descriptionFactory','has','afterInit','plugins','format','*Change\x20to:*\x20%0','listType','expandListBlocksToCompleteList','value','next','splitListItemBefore','setSelection','slice','commands','model','mergeListItemBackward','registerCustomCallback','documentList','*Format:*\x20insert\x20into\x20%0','*Outdent:*\x20%0','DocumentListEditing','splitListItemAfter','registerElementLabel','getRanges','start','editor','markMultiRangeBlockFormat','execute','forceValue','getSelectedBlocks','*Merge:*\x20%0','bulletedList','parent','isObject','from','*Format:*\x20remove\x20from\x20%0','after','createRange','_LIST','refresh','markBlockFormat','registerDescriptionCallback','push','outdentList','getAttribute'];(function(_0x101f77,_0x74fb32){const _0x543ff5=function(_0x45f6c1){while(--_0x45f6c1){_0x101f77['push'](_0x101f77['shift']());}};_0x543ff5(++_0x74fb32);}(_0x74fb,0xa7));const _0x543f=function(_0x101f77,_0x74fb32){_0x101f77=_0x101f77-0x0;let _0x543ff5=_0x74fb[_0x101f77];return _0x543ff5;};import{Plugin as _0x4beb28}from'ckeditor5/src/core';import{getTranslation as _0x333c04}from'../utils/common-translations';import{LiveRange as _0x405b20}from'ckeditor5/src/engine';export default class L extends _0x4beb28{[_0x543f('0xf')](){const _0x3175e3=this[_0x543f('0x26')];if(!_0x3175e3[_0x543f('0x10')][_0x543f('0xe')](_0x543f('0x21')))return;const _0x516721=_0x3175e3[_0x543f('0x1')],_0x4416ef=_0x3175e3[_0x543f('0x10')][_0x543f('0x41')]('TrackChangesEditing'),_0x2bdf25=_0x3175e3[_0x543f('0x10')]['get']('DocumentListUtils');function _0x3f56c2(_0x1c2d67){return()=>{const _0x347e00=_0x3175e3[_0x543f('0x1a')][_0x543f('0x41')](_0x1c2d67);let _0x43fa74=Array[_0x543f('0x2f')](_0x3175e3[_0x543f('0x1b')][_0x543f('0xb')][_0x543f('0x8')][_0x543f('0x2a')]());if(_0x550b5d(_0x1c2d67)){_0x43fa74=_0x2bdf25[_0x543f('0x14')](_0x43fa74);const _0x82691f=[];for(const _0xa4d4ec of _0x43fa74)_0x2bdf25['isFirstBlockOfListItem'](_0xa4d4ec)&&_0x82691f['push'](_0xa4d4ec);_0x43fa74=_0x82691f;}_0x3175e3['model'][_0x543f('0x4a')](()=>{_0x4416ef[_0x543f('0x27')](_0x43fa74,{'commandName':_0x1c2d67,'commandParams':[{'forceValue':!_0x347e00[_0x543f('0x15')]}],'formatGroupId':_0x543f('0x13')},[],_0x543f('0x1e'));});};}function _0x258b21(_0x21db5c){return()=>{const _0xc14f41=function(_0x593b9d){let _0x3c7079=Array[_0x543f('0x2f')](_0x593b9d);const _0x35e0bf=_0x3c7079[_0x543f('0x3a')](_0x8d0139=>!_0x8d0139['hasAttribute']('listItemId'));return _0x35e0bf>-0x1&&(_0x3c7079=_0x3c7079[_0x543f('0x19')](0x0,_0x35e0bf)),_0x3c7079;}(_0x3175e3['model']['document']['selection'][_0x543f('0x2a')]()),_0x308f49=_0xc14f41[_0xc14f41[_0x543f('0x49')]-0x1],_0xdd9a94=_0x3175e3[_0x543f('0x1b')]['schema']['isObject'](_0x308f49)?_0x543f('0x31'):_0x543f('0xc'),_0x2d6033=_0x3175e3[_0x543f('0x1b')]['createRange'](_0x3175e3[_0x543f('0x1b')]['createPositionAt'](_0xc14f41[0x0],'before'),_0x3175e3[_0x543f('0x1b')][_0x543f('0x42')](_0x308f49,_0xdd9a94));_0x3175e3[_0x543f('0x1b')][_0x543f('0x4a')](()=>{_0x4416ef[_0x543f('0x35')](_0x2d6033,{'commandName':_0x21db5c,'commandParams':[],'formatGroupId':_0x543f('0x13')},function(_0xba3738){const _0x50a66e=new Set();for(const _0x2db852 of _0xba3738){let _0xb9d50c=_0x2db852[_0x543f('0x45')];for(;_0xb9d50c&&_0xb9d50c['getAttribute'](_0x543f('0x3b'))>_0x2db852[_0x543f('0x39')]('listIndent');)_0x50a66e['add'](_0xb9d50c),_0xb9d50c=_0xb9d50c[_0x543f('0x45')];}return Array[_0x543f('0x2f')](_0x50a66e);}(_0xc14f41));});};}function _0x442f1(_0x611b26){return()=>{const _0x27e4e8=_0x3175e3['model'][_0x543f('0xb')][_0x543f('0x8')][_0x543f('0x2a')]()[_0x543f('0x16')]()['value'],_0x4f73a6=_0x3175e3['model'][_0x543f('0x42')](_0x27e4e8,_0x543f('0x46')),_0x401ce8=_0x3175e3['model'][_0x543f('0x42')](_0x27e4e8,0x0),_0x43dba8=_0x3175e3[_0x543f('0x1b')][_0x543f('0x32')](_0x4f73a6,_0x401ce8);_0x3175e3[_0x543f('0x1b')][_0x543f('0x4a')](()=>{_0x4416ef[_0x543f('0x35')](_0x43dba8,{'commandName':_0x611b26,'commandParams':[],'formatGroupId':_0x543f('0x13')});});};}function _0x550b5d(_0x19f837){const _0xe9d03f=_0x3175e3[_0x543f('0x1a')][_0x543f('0x41')](_0x543f('0x2c'))[_0x543f('0x15')],_0x5627e6=_0x3175e3[_0x543f('0x1a')][_0x543f('0x41')]('numberedList')['value'];return'numberedList'===_0x19f837?_0xe9d03f:_0x5627e6;}_0x4416ef[_0x543f('0x47')](_0x543f('0x5'),_0x3f56c2('numberedList')),_0x4416ef[_0x543f('0x47')]('bulletedList',_0x3f56c2(_0x543f('0x2c'))),_0x4416ef['enableCommand'](_0x543f('0x3d'),_0x258b21(_0x543f('0x3d'))),_0x4416ef[_0x543f('0x47')]('outdentList',_0x258b21(_0x543f('0x38'))),_0x4416ef[_0x543f('0x47')](_0x543f('0x22'),_0x442f1('splitListItemAfter')),_0x4416ef[_0x543f('0x47')](_0x543f('0x17'),_0x442f1(_0x543f('0x17'))),_0x4416ef[_0x543f('0xd')][_0x543f('0x23')](function(_0x29f77b){const _0x50e596=!_0x3175e3[_0x543f('0x1b')][_0x543f('0x7')][_0x543f('0x2e')](_0x29f77b),_0x17fb94=_0x29f77b[_0x543f('0x4')],_0x4e7aea=_0x29f77b[_0x543f('0x45')],_0x416125=_0x29f77b['getAttribute'](_0x543f('0xa')),_0x24fcda=!_0x17fb94||_0x17fb94[_0x543f('0x39')](_0x543f('0xa'))!==_0x416125,_0x3c6aea=!_0x4e7aea||_0x4e7aea[_0x543f('0x39')](_0x543f('0xa'))!==_0x416125;return _0x50e596&&Boolean(_0x416125)&&_0x24fcda&&_0x3c6aea;},_0x53bac2=>_0x333c04(_0x516721,_0x543f('0x43'),_0x53bac2)),_0x4416ef[_0x543f('0xd')][_0x543f('0x36')](function(_0x4a7af5){const {data:_0x1edac7}=_0x4a7af5;if(!_0x1edac7)return;let _0x4a8018,_0x53a4d5,_0x3ea401,_0x5bf868;switch(_0x1edac7[_0x543f('0x6')]){case _0x543f('0x2c'):_0x3ea401=_0x1edac7['commandParams'][0x0][_0x543f('0x29')],_0x5bf868=_0x550b5d(_0x1edac7['commandName']),_0x4a8018=_0x3ea401?_0x543f('0x1f'):_0x543f('0x30'),_0x5bf868&&(_0x4a8018=_0x543f('0x12')),_0x53a4d5={'type':_0x543f('0x11'),'content':_0x333c04(_0x516721,_0x4a8018,_0x333c04(_0x516721,'ELEMENT_BULLETED_LIST'))};break;case _0x543f('0x5'):_0x3ea401=_0x1edac7['commandParams'][0x0][_0x543f('0x29')],_0x5bf868=_0x550b5d(_0x1edac7[_0x543f('0x6')]),_0x4a8018=_0x3ea401?_0x543f('0x1f'):_0x543f('0x30'),_0x5bf868&&(_0x4a8018=_0x543f('0x12')),_0x53a4d5={'type':_0x543f('0x11'),'content':_0x333c04(_0x516721,_0x4a8018,_0x333c04(_0x516721,_0x543f('0x3f')))};break;case _0x543f('0x3d'):_0x4a8018='*Indent:*\x20%0',_0x53a4d5={'type':_0x543f('0x11'),'content':_0x333c04(_0x516721,_0x4a8018,_0x333c04(_0x516721,_0x543f('0x43')))};break;case _0x543f('0x38'):_0x4a8018=function(_0x51b762){const _0x5341e7=_0x51b762['getFirstRange']();let _0x18c06b=_0x5341e7['start'][_0x543f('0x9')];for(;_0x18c06b&&_0x5341e7[_0x543f('0x3e')](_0x18c06b);){if(_0x18c06b['getAttribute'](_0x543f('0x3b'))>0x0)return!0x1;_0x18c06b=_0x18c06b['nextSibling'];}return!0x0;}(_0x4a7af5)?_0x333c04(_0x516721,'*Format:*\x20remove\x20from\x20%0',_0x333c04(_0x516721,function(_0x397fcd){const _0x137184=_0x397fcd[_0x543f('0x44')]()[_0x543f('0x25')]['nodeAfter'];return _0x543f('0x0')+_0x137184[_0x543f('0x39')](_0x543f('0x13'))[_0x543f('0x3')]()+_0x543f('0x33');}(_0x4a7af5))):_0x333c04(_0x516721,_0x543f('0x20'),_0x333c04(_0x516721,_0x543f('0x43'))),_0x53a4d5={'type':'format','content':_0x4a8018};break;case _0x543f('0x1c'):case _0x543f('0x3c'):!0x1===_0x1edac7[_0x543f('0x2')]&&(_0x4a8018=_0x543f('0x2b'),_0x53a4d5={'type':'deletion','content':_0x333c04(_0x516721,_0x4a8018,_0x333c04(_0x516721,_0x543f('0x43')))});}return _0x53a4d5;}),_0x4416ef['_suggestionFactory'][_0x543f('0x1d')]('formatBlock',_0x543f('0x1e'),_0x543f('0x48'),function(_0x784466,_0x30f6d8){const _0x389e8d=[];for(let _0x48c844 of _0x784466)_0x48c844[_0x543f('0x25')][_0x543f('0x9')]===_0x48c844['end'][_0x543f('0x2d')]&&(_0x48c844=_0x3175e3[_0x543f('0x1b')][_0x543f('0x32')](_0x3175e3['model'][_0x543f('0x42')](_0x48c844[_0x543f('0x25')][_0x543f('0x9')],0x0))),_0x389e8d[_0x543f('0x37')](_0x48c844);_0x3175e3[_0x543f('0x1b')][_0x543f('0x4a')](_0x25cea0=>{const _0x232a5f=_0x3175e3[_0x543f('0x1b')]['document'][_0x543f('0x8')],_0x33a1f4=Array[_0x543f('0x2f')](_0x232a5f[_0x543f('0x24')]())[_0x543f('0x40')](_0x49d571=>_0x405b20['fromRange'](_0x49d571));_0x25cea0[_0x543f('0x18')](_0x389e8d),_0x3175e3['commands'][_0x543f('0x41')](_0x30f6d8[_0x543f('0x6')])[_0x543f('0x34')](),_0x30f6d8['commandParams'][_0x543f('0x37')]({'forceDefaultExecution':!0x0}),_0x3175e3[_0x543f('0x28')](_0x30f6d8[_0x543f('0x6')],..._0x30f6d8['commandParams']),_0x25cea0['setSelection'](_0x33a1f4);for(const _0x9a9bbb of _0x33a1f4)_0x9a9bbb['detach']();});});}}
@@ -1,25 +1,25 @@
1
- /**
2
- * @module track-changes/integrations/documentlistproperties
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- import type { Description } from '../suggestiondescriptionfactory';
6
- import type Suggestion from '../suggestion';
7
- /**
8
- * Provides track changes plugin integration for document list properties feature.
9
- */
10
- export default class TrackChangesDocumentListProperties extends Plugin {
11
- /**
12
- * @inheritDoc
13
- */
14
- afterInit(): void;
15
- handleListStyleCommand(executeCommand: Function, options?: {
16
- type?: string | null;
17
- }): void;
18
- handleListReversedCommand(executeCommand: Function, options?: {
19
- reversed?: boolean;
20
- }): void;
21
- handleListStartCommand(executeCommand: Function, options?: {
22
- startIndex?: number;
23
- }): void;
24
- handleDescriptions(suggestion: Suggestion): Description | undefined;
25
- }
1
+ /**
2
+ * @module track-changes/integrations/documentlistproperties
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ import type { Description } from '../suggestiondescriptionfactory';
6
+ import type Suggestion from '../suggestion';
7
+ /**
8
+ * Provides track changes plugin integration for document list properties feature.
9
+ */
10
+ export default class TrackChangesDocumentListProperties extends Plugin {
11
+ /**
12
+ * @inheritDoc
13
+ */
14
+ afterInit(): void;
15
+ handleListStyleCommand(executeCommand: Function, options?: {
16
+ type?: string | null;
17
+ }): void;
18
+ handleListReversedCommand(executeCommand: Function, options?: {
19
+ reversed?: boolean;
20
+ }): void;
21
+ handleListStartCommand(executeCommand: Function, options?: {
22
+ startIndex?: number;
23
+ }): void;
24
+ handleDescriptions(suggestion: Suggestion): Description | undefined;
25
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24ee=['_getTranslationKeyForListStyle','listReversed','bind','editor','config','getSelectedBlocks','*Format:*\x20set\x20order\x20to\x20reversed','from','list.properties','registerDescriptionCallback','model','enableCommand','handleListStyleCommand','styles','commandParams','DocumentListPropertiesEditing','handleListReversedCommand','TrackChangesEditing','plugins','_getSuggestionBlocks','*Change\x20to:*\x20%0','isFirstBlockOfListItem','startIndex','locale','push','afterInit','handleDescriptions','DocumentListUtils','DocumentListPropertiesUtils','markMultiRangeBlockFormat','*Format:*\x20set\x20start\x20index\x20to\x20%0','listStyle','_LIST_','isListItemBlock','_getSuggestionBlocksForListStyle','change','numbered','length','listType','getAttribute','format','reversed','expandListBlocksToCompleteList','type','selection','replace','get','listStart','filter','_descriptionFactory','toUpperCase','document','handleListStartCommand'];(function(_0x27b4bf,_0x24ee83){const _0xf3c565=function(_0x56c97e){while(--_0x56c97e){_0x27b4bf['push'](_0x27b4bf['shift']());}};_0xf3c565(++_0x24ee83);}(_0x24ee,0x10a));const _0xf3c5=function(_0x27b4bf,_0x24ee83){_0x27b4bf=_0x27b4bf-0x0;let _0xf3c565=_0x24ee[_0x27b4bf];return _0xf3c565;};import{Plugin as _0x39a635}from'ckeditor5/src/core';import{getTranslation as _0x3d9c1f}from'../utils/common-translations';export default class At extends _0x39a635{[_0xf3c5('0x18')](){if(!this[_0xf3c5('0x2')][_0xf3c5('0x11')]['has'](_0xf3c5('0xe')))return;const _0x487a91=this[_0xf3c5('0x2')][_0xf3c5('0x3')][_0xf3c5('0x2d')](_0xf3c5('0x7')),_0xdde56e=this['editor'][_0xf3c5('0x11')]['get'](_0xf3c5('0x10'));_0x487a91[_0xf3c5('0xc')]&&_0xdde56e[_0xf3c5('0xa')](_0xf3c5('0x1e'),this[_0xf3c5('0xb')][_0xf3c5('0x1')](this)),_0x487a91[_0xf3c5('0x28')]&&_0xdde56e[_0xf3c5('0xa')]('listReversed',this[_0xf3c5('0xf')][_0xf3c5('0x1')](this)),_0x487a91[_0xf3c5('0x15')]&&_0xdde56e[_0xf3c5('0xa')](_0xf3c5('0x2e'),this['handleListStartCommand'][_0xf3c5('0x1')](this)),_0xdde56e[_0xf3c5('0x30')][_0xf3c5('0x8')](this[_0xf3c5('0x19')][_0xf3c5('0x1')](this));}['handleListStyleCommand'](_0x41e21a,_0x5320ea={}){const _0x1f52f8=this[_0xf3c5('0x2')][_0xf3c5('0x11')][_0xf3c5('0x2d')](_0xf3c5('0x10')),_0x2479a6=this[_0xf3c5('0x21')]();this[_0xf3c5('0x2')][_0xf3c5('0x9')][_0xf3c5('0x22')](()=>{_0x1f52f8[_0xf3c5('0x1c')](_0x2479a6,{'commandName':_0xf3c5('0x1e'),'commandParams':[{'type':_0x5320ea[_0xf3c5('0x2a')]}],'formatGroupId':'listStyle'});});}[_0xf3c5('0xf')](_0x1cbb87,_0xbca908={}){const _0x366e9c=this[_0xf3c5('0x2')][_0xf3c5('0x11')][_0xf3c5('0x2d')](_0xf3c5('0x10')),_0x49b78d=this[_0xf3c5('0x2')][_0xf3c5('0x11')][_0xf3c5('0x2d')](_0xf3c5('0x1a')),_0x5062c7=this['_getSuggestionBlocks'](_0x3ef9f8=>_0x49b78d[_0xf3c5('0x20')](_0x3ef9f8)&&_0xf3c5('0x23')===_0x3ef9f8[_0xf3c5('0x26')](_0xf3c5('0x25')));null!==_0x5062c7&&this['editor']['model'][_0xf3c5('0x22')](()=>{_0x366e9c[_0xf3c5('0x1c')](_0x5062c7,{'commandName':_0xf3c5('0x0'),'commandParams':[{'reversed':_0xbca908[_0xf3c5('0x28')]}],'formatGroupId':_0xf3c5('0x0')});});}[_0xf3c5('0x33')](_0x3fc845,_0x3d0bd4={}){const _0x37a2d6=this[_0xf3c5('0x2')][_0xf3c5('0x11')][_0xf3c5('0x2d')](_0xf3c5('0x10')),_0x5b835f=this['editor']['plugins'][_0xf3c5('0x2d')](_0xf3c5('0x1a')),_0x12e687=this['_getSuggestionBlocks'](_0x28efa1=>_0x5b835f[_0xf3c5('0x20')](_0x28efa1)&&_0xf3c5('0x23')===_0x28efa1[_0xf3c5('0x26')](_0xf3c5('0x25')));null!==_0x12e687&&this[_0xf3c5('0x2')][_0xf3c5('0x9')][_0xf3c5('0x22')](()=>{_0x37a2d6['markMultiRangeBlockFormat'](_0x12e687,{'commandName':_0xf3c5('0x2e'),'commandParams':[{'startIndex':_0x3d0bd4['startIndex']}],'formatGroupId':'listStart'});});}[_0xf3c5('0x19')](_0x5af952){const _0x16d408=this['editor'][_0xf3c5('0x16')],{data:_0x133f07}=_0x5af952;if(!_0x133f07)return;let _0x56f1b8,_0x514e69;switch(_0x133f07['commandName']){case _0xf3c5('0x1e'):_0x56f1b8=_0xf3c5('0x13'),_0x514e69={'type':_0xf3c5('0x27'),'content':_0x3d9c1f(_0x16d408,_0x56f1b8,_0x3d9c1f(_0x16d408,this[_0xf3c5('0x34')](_0x133f07[_0xf3c5('0xd')][0x0]['type'])))};break;case'listReversed':_0x56f1b8=_0x133f07[_0xf3c5('0xd')][0x0][_0xf3c5('0x28')]?_0xf3c5('0x5'):'*Format:*\x20set\x20order\x20to\x20regular',_0x514e69={'type':_0xf3c5('0x27'),'content':_0x3d9c1f(_0x16d408,_0x56f1b8)};break;case _0xf3c5('0x2e'):_0x56f1b8=_0xf3c5('0x1d'),_0x514e69={'type':_0xf3c5('0x27'),'content':_0x3d9c1f(_0x16d408,_0x56f1b8,_0x133f07[_0xf3c5('0xd')][0x0][_0xf3c5('0x15')])};}return _0x514e69;}['_getSuggestionBlocksForListStyle'](){const _0x20e262=this[_0xf3c5('0x2')][_0xf3c5('0x11')]['get'](_0xf3c5('0x1a'));let _0x1c1157=Array[_0xf3c5('0x6')](this[_0xf3c5('0x2')][_0xf3c5('0x9')][_0xf3c5('0x32')][_0xf3c5('0x2b')][_0xf3c5('0x4')]());return _0x1c1157[_0xf3c5('0x17')](..._0x20e262[_0xf3c5('0x29')](_0x1c1157)),_0x1c1157=[...new Set(_0x1c1157)],_0x1c1157;}[_0xf3c5('0x12')](_0x5c0d5b){const _0x47f678=this['editor'][_0xf3c5('0x11')][_0xf3c5('0x2d')](_0xf3c5('0x1a'));let _0x449b0c=Array[_0xf3c5('0x6')](this[_0xf3c5('0x2')][_0xf3c5('0x9')][_0xf3c5('0x32')][_0xf3c5('0x2b')][_0xf3c5('0x4')]())[_0xf3c5('0x2f')](_0x5c0d5b);if(!_0x449b0c[_0xf3c5('0x24')])return null;_0x449b0c=_0x47f678[_0xf3c5('0x29')](_0x449b0c);const _0x22030e=[];for(const _0x5f08ef of _0x449b0c)_0x47f678[_0xf3c5('0x14')](_0x5f08ef)&&_0x22030e['push'](_0x5f08ef);return _0x22030e;}[_0xf3c5('0x34')](_0xd5bd49){return'ELEMENT_'+this[_0xf3c5('0x2')]['plugins'][_0xf3c5('0x2d')](_0xf3c5('0x1b'))['getListTypeFromListStyleType'](_0xd5bd49)[_0xf3c5('0x31')]()+_0xf3c5('0x1f')+_0xd5bd49[_0xf3c5('0x31')]()[_0xf3c5('0x2c')](/-/g,'_');}}
23
+ const _0x1e50=['change','bind','commandName','handleListStartCommand','getListTypeFromListStyleType','listStart','editor','list.properties','replace','DocumentListPropertiesEditing','handleDescriptions','has','styles','isListItemBlock','ELEMENT_','_getTranslationKeyForListStyle','locale','selection','format','listType','_getSuggestionBlocks','commandParams','*Change\x20to:*\x20%0','*Format:*\x20set\x20start\x20index\x20to\x20%0','config','toUpperCase','enableCommand','plugins','*Format:*\x20set\x20order\x20to\x20regular','model','getAttribute','_descriptionFactory','markMultiRangeBlockFormat','isFirstBlockOfListItem','from','listStyle','numbered','TrackChangesEditing','type','listReversed','filter','reversed','handleListStyleCommand','DocumentListPropertiesUtils','getSelectedBlocks','startIndex','DocumentListUtils','*Format:*\x20set\x20order\x20to\x20reversed','afterInit','registerDescriptionCallback','get'];(function(_0x9b3971,_0x1e50d8){const _0x16e9fe=function(_0x4226d9){while(--_0x4226d9){_0x9b3971['push'](_0x9b3971['shift']());}};_0x16e9fe(++_0x1e50d8);}(_0x1e50,0x8c));const _0x16e9=function(_0x9b3971,_0x1e50d8){_0x9b3971=_0x9b3971-0x0;let _0x16e9fe=_0x1e50[_0x9b3971];return _0x16e9fe;};import{Plugin as _0xae27f}from'ckeditor5/src/core';import{getTranslation as _0x1a08b7}from'../utils/common-translations';export default class At extends _0xae27f{[_0x16e9('0xa')](){if(!this[_0x16e9('0x13')]['plugins'][_0x16e9('0x18')](_0x16e9('0x16')))return;const _0x306d9c=this['editor'][_0x16e9('0x25')][_0x16e9('0xc')](_0x16e9('0x14')),_0x1917b2=this[_0x16e9('0x13')][_0x16e9('0x28')][_0x16e9('0xc')](_0x16e9('0x32'));_0x306d9c[_0x16e9('0x19')]&&_0x1917b2[_0x16e9('0x27')](_0x16e9('0x30'),this['handleListStyleCommand']['bind'](this)),_0x306d9c[_0x16e9('0x3')]&&_0x1917b2[_0x16e9('0x27')](_0x16e9('0x1'),this['handleListReversedCommand'][_0x16e9('0xe')](this)),_0x306d9c[_0x16e9('0x7')]&&_0x1917b2[_0x16e9('0x27')](_0x16e9('0x12'),this['handleListStartCommand'][_0x16e9('0xe')](this)),_0x1917b2[_0x16e9('0x2c')][_0x16e9('0xb')](this['handleDescriptions'][_0x16e9('0xe')](this));}[_0x16e9('0x4')](_0x4be54b,_0x4341ff={}){const _0x2f4314=this[_0x16e9('0x13')][_0x16e9('0x28')][_0x16e9('0xc')](_0x16e9('0x32')),_0x1893d7=this['_getSuggestionBlocksForListStyle']();this['editor']['model'][_0x16e9('0xd')](()=>{_0x2f4314[_0x16e9('0x2d')](_0x1893d7,{'commandName':_0x16e9('0x30'),'commandParams':[{'type':_0x4341ff[_0x16e9('0x0')]}],'formatGroupId':_0x16e9('0x30')});});}['handleListReversedCommand'](_0x4649c5,_0x5e0a01={}){const _0x5106aa=this[_0x16e9('0x13')]['plugins'][_0x16e9('0xc')](_0x16e9('0x32')),_0x58c07a=this['editor']['plugins'][_0x16e9('0xc')]('DocumentListUtils'),_0x26f20d=this[_0x16e9('0x21')](_0x4bb30f=>_0x58c07a[_0x16e9('0x1a')](_0x4bb30f)&&_0x16e9('0x31')===_0x4bb30f[_0x16e9('0x2b')](_0x16e9('0x20')));null!==_0x26f20d&&this[_0x16e9('0x13')][_0x16e9('0x2a')][_0x16e9('0xd')](()=>{_0x5106aa['markMultiRangeBlockFormat'](_0x26f20d,{'commandName':'listReversed','commandParams':[{'reversed':_0x5e0a01[_0x16e9('0x3')]}],'formatGroupId':'listReversed'});});}[_0x16e9('0x10')](_0x25796d,_0x5cce99={}){const _0x612553=this[_0x16e9('0x13')][_0x16e9('0x28')][_0x16e9('0xc')](_0x16e9('0x32')),_0x2fa8d6=this[_0x16e9('0x13')][_0x16e9('0x28')][_0x16e9('0xc')](_0x16e9('0x8')),_0x5a5de6=this['_getSuggestionBlocks'](_0x1126b6=>_0x2fa8d6[_0x16e9('0x1a')](_0x1126b6)&&'numbered'===_0x1126b6[_0x16e9('0x2b')](_0x16e9('0x20')));null!==_0x5a5de6&&this['editor']['model'][_0x16e9('0xd')](()=>{_0x612553[_0x16e9('0x2d')](_0x5a5de6,{'commandName':'listStart','commandParams':[{'startIndex':_0x5cce99['startIndex']}],'formatGroupId':'listStart'});});}[_0x16e9('0x17')](_0x2b9827){const _0x326988=this[_0x16e9('0x13')][_0x16e9('0x1d')],{data:_0x567703}=_0x2b9827;if(!_0x567703)return;let _0x15891d,_0x22a43e;switch(_0x567703[_0x16e9('0xf')]){case'listStyle':_0x15891d=_0x16e9('0x23'),_0x22a43e={'type':_0x16e9('0x1f'),'content':_0x1a08b7(_0x326988,_0x15891d,_0x1a08b7(_0x326988,this['_getTranslationKeyForListStyle'](_0x567703[_0x16e9('0x22')][0x0][_0x16e9('0x0')])))};break;case _0x16e9('0x1'):_0x15891d=_0x567703[_0x16e9('0x22')][0x0][_0x16e9('0x3')]?_0x16e9('0x9'):_0x16e9('0x29'),_0x22a43e={'type':_0x16e9('0x1f'),'content':_0x1a08b7(_0x326988,_0x15891d)};break;case _0x16e9('0x12'):_0x15891d=_0x16e9('0x24'),_0x22a43e={'type':_0x16e9('0x1f'),'content':_0x1a08b7(_0x326988,_0x15891d,_0x567703[_0x16e9('0x22')][0x0][_0x16e9('0x7')])};}return _0x22a43e;}['_getSuggestionBlocksForListStyle'](){const _0x1821ae=this['editor']['plugins'][_0x16e9('0xc')]('DocumentListUtils');let _0x5b5696=Array[_0x16e9('0x2f')](this[_0x16e9('0x13')][_0x16e9('0x2a')]['document'][_0x16e9('0x1e')][_0x16e9('0x6')]());return _0x5b5696['push'](..._0x1821ae['expandListBlocksToCompleteList'](_0x5b5696)),_0x5b5696=[...new Set(_0x5b5696)],_0x5b5696;}[_0x16e9('0x21')](_0x3d5cd8){const _0x4c86a0=this[_0x16e9('0x13')]['plugins'][_0x16e9('0xc')](_0x16e9('0x8'));let _0x12592d=Array['from'](this[_0x16e9('0x13')][_0x16e9('0x2a')]['document'][_0x16e9('0x1e')][_0x16e9('0x6')]())[_0x16e9('0x2')](_0x3d5cd8);if(!_0x12592d['length'])return null;_0x12592d=_0x4c86a0['expandListBlocksToCompleteList'](_0x12592d);const _0x3c0483=[];for(const _0x39b056 of _0x12592d)_0x4c86a0[_0x16e9('0x2e')](_0x39b056)&&_0x3c0483['push'](_0x39b056);return _0x3c0483;}[_0x16e9('0x1c')](_0x576f79){return _0x16e9('0x1b')+this[_0x16e9('0x13')][_0x16e9('0x28')][_0x16e9('0xc')](_0x16e9('0x5'))[_0x16e9('0x11')](_0x576f79)[_0x16e9('0x26')]()+'_LIST_'+_0x576f79[_0x16e9('0x26')]()[_0x16e9('0x15')](/-/g,'_');}}
@@ -1,12 +1,12 @@
1
- /**
2
- * @module track-changes/integrations/entercommand
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- import { Enter } from 'ckeditor5/src/enter';
6
- /**
7
- * Provides track changes plugin integration for {@link module:enter/entercommand~EnterCommand enter command}.
8
- */
9
- export default class TrackChangesEnterCommand extends Plugin {
10
- static get requires(): readonly [typeof Enter];
11
- init(): void;
12
- }
1
+ /**
2
+ * @module track-changes/integrations/entercommand
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ import { Enter } from 'ckeditor5/src/enter';
6
+ /**
7
+ * Provides track changes plugin integration for {@link module:enter/entercommand~EnterCommand enter command}.
8
+ */
9
+ export default class TrackChangesEnterCommand extends Plugin {
10
+ static get requires(): readonly [typeof Enter];
11
+ init(): void;
12
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x518b=['mapper','downcastDispatcher','bind','detach','addMarker:suggestion:insertion','editing','editor','data','createPositionAt','createRange','change','ck-suggestion-marker-split','afterExecute','remove','fire','markInsertion','writer','unbindElementFromMarkerName','parent','get','enterBlock','setSelection','end','model','markerName','options','TrackChangesEditing','nextSibling','enableCommand','init','requires','removeMarker:suggestion:insertion','high','enter','commands'];(function(_0x408433,_0x518b7b){const _0x23d5c2=function(_0x2ffbf9){while(--_0x2ffbf9){_0x408433['push'](_0x408433['shift']());}};_0x23d5c2(++_0x518b7b);}(_0x518b,0x173));const _0x23d5=function(_0x408433,_0x518b7b){_0x408433=_0x408433-0x0;let _0x23d5c2=_0x518b[_0x408433];return _0x23d5c2;};import{Plugin as _0xd2931e}from'ckeditor5/src/core';import{Enter as _0x2e3c4d}from'ckeditor5/src/enter';import{LiveRange as _0x42904f}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x4ce3e5}from'./utils';export default class q extends _0xd2931e{static get[_0x23d5('0x9')](){return[_0x2e3c4d];}[_0x23d5('0x8')](){const _0x50efa8=this[_0x23d5('0x14')],_0x47bc4e=_0x50efa8['plugins']['get'](_0x23d5('0x5')),_0x3d2fd7=_0x50efa8[_0x23d5('0xd')][_0x23d5('0x21')](_0x23d5('0xc'));_0x47bc4e[_0x23d5('0x7')](_0x23d5('0xc'),()=>{_0x50efa8[_0x23d5('0x2')][_0x23d5('0x18')](_0x409a6f=>{const _0x55f517=_0x50efa8[_0x23d5('0x2')]['document']['selection'],_0x155970=_0x55f517['getFirstPosition'](),_0x339c7a=_0x42904f['fromRange'](_0x55f517['getFirstRange']());if(_0x3d2fd7[_0x23d5('0x22')](_0x409a6f)){const _0x240d8a=_0x50efa8['model'][_0x23d5('0x16')](_0x155970[_0x23d5('0x20')][_0x23d5('0x6')],0x0),_0x210b1e=_0x409a6f[_0x23d5('0x17')](_0x155970,_0x240d8a);_0x47bc4e[_0x23d5('0x1d')](_0x210b1e);}else _0x409a6f[_0x23d5('0x0')](_0x409a6f[_0x23d5('0x17')](_0x339c7a[_0x23d5('0x1')]));_0x339c7a[_0x23d5('0x11')](),_0x3d2fd7[_0x23d5('0x1c')](_0x23d5('0x1a'),{'writer':_0x409a6f});});}),_0x50efa8[_0x23d5('0x13')]['downcastDispatcher']['on']('addMarker:suggestion:insertion',_0x4ce3e5(_0x50efa8,'split'),{'priority':_0x23d5('0xb')}),_0x50efa8['editing'][_0x23d5('0xf')]['on'](_0x23d5('0xa'),(_0xb1ccb9,_0x2f659e,_0x3963ca)=>{const _0xbae85a=_0x3963ca[_0x23d5('0xe')]['markerNameToElements'](_0x2f659e[_0x23d5('0x3')]);if(_0xbae85a)for(const _0x2322cb of _0xbae85a)_0x2322cb['hasClass'](_0x23d5('0x19'))&&(_0x3963ca['mapper'][_0x23d5('0x1f')](_0x2322cb,_0x2f659e[_0x23d5('0x3')]),_0x3963ca[_0x23d5('0x1e')][_0x23d5('0x1b')](_0x2322cb));},{'priority':_0x23d5('0xb')}),_0x50efa8[_0x23d5('0x15')][_0x23d5('0xf')]['on'](_0x23d5('0x12'),(_0x5d3c4c,_0x27b4d5,_0x438275)=>{_0x438275[_0x23d5('0x4')]['showSuggestionHighlights']&&_0x4ce3e5(_0x50efa8,'split',{'showActiveMarker':!0x1})[_0x23d5('0x10')](this)(_0x5d3c4c,_0x27b4d5,_0x438275);},{'priority':_0x23d5('0xb')});}}
23
+ const _0x630c=['markInsertion','end','get','change','getFirstRange','nextSibling','fire','ck-suggestion-marker-split','fromRange','options','enter','plugins','split','data','commands','enterBlock','markerName','editor','removeMarker:suggestion:insertion','setSelection','document','bind','afterExecute','model','markerNameToElements','unbindElementFromMarkerName','init','editing','getFirstPosition','high','createRange','showSuggestionHighlights','downcastDispatcher','selection','createPositionAt','hasClass','writer'];(function(_0x3be20f,_0x630c64){const _0x14238e=function(_0x149899){while(--_0x149899){_0x3be20f['push'](_0x3be20f['shift']());}};_0x14238e(++_0x630c64);}(_0x630c,0x15f));const _0x1423=function(_0x3be20f,_0x630c64){_0x3be20f=_0x3be20f-0x0;let _0x14238e=_0x630c[_0x3be20f];return _0x14238e;};import{Plugin as _0x5e94bc}from'ckeditor5/src/core';import{Enter as _0x9f28c7}from'ckeditor5/src/enter';import{LiveRange as _0x4e0000}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x41a2de}from'./utils';export default class q extends _0x5e94bc{static get['requires'](){return[_0x9f28c7];}[_0x1423('0x8')](){const _0x4c1697=this[_0x1423('0x24')],_0x3790db=_0x4c1697[_0x1423('0x1e')]['get']('TrackChangesEditing'),_0x29b1f8=_0x4c1697[_0x1423('0x21')][_0x1423('0x15')](_0x1423('0x1d'));_0x3790db['enableCommand']('enter',()=>{_0x4c1697[_0x1423('0x5')][_0x1423('0x16')](_0x80ece0=>{const _0x5c6691=_0x4c1697[_0x1423('0x5')][_0x1423('0x2')][_0x1423('0xf')],_0x535bb7=_0x5c6691[_0x1423('0xa')](),_0x2665ca=_0x4e0000[_0x1423('0x1b')](_0x5c6691[_0x1423('0x17')]());if(_0x29b1f8[_0x1423('0x22')](_0x80ece0)){const _0x1f73de=_0x4c1697[_0x1423('0x5')][_0x1423('0x10')](_0x535bb7['parent'][_0x1423('0x18')],0x0),_0x1215e1=_0x80ece0[_0x1423('0xc')](_0x535bb7,_0x1f73de);_0x3790db[_0x1423('0x13')](_0x1215e1);}else _0x80ece0[_0x1423('0x1')](_0x80ece0[_0x1423('0xc')](_0x2665ca[_0x1423('0x14')]));_0x2665ca['detach'](),_0x29b1f8[_0x1423('0x19')](_0x1423('0x4'),{'writer':_0x80ece0});});}),_0x4c1697[_0x1423('0x9')][_0x1423('0xe')]['on']('addMarker:suggestion:insertion',_0x41a2de(_0x4c1697,'split'),{'priority':_0x1423('0xb')}),_0x4c1697[_0x1423('0x9')]['downcastDispatcher']['on'](_0x1423('0x0'),(_0x32e44b,_0x57fbb7,_0x37e4cf)=>{const _0x5e80b0=_0x37e4cf['mapper'][_0x1423('0x6')](_0x57fbb7[_0x1423('0x23')]);if(_0x5e80b0)for(const _0x2f010b of _0x5e80b0)_0x2f010b[_0x1423('0x11')](_0x1423('0x1a'))&&(_0x37e4cf['mapper'][_0x1423('0x7')](_0x2f010b,_0x57fbb7[_0x1423('0x23')]),_0x37e4cf[_0x1423('0x12')]['remove'](_0x2f010b));},{'priority':'high'}),_0x4c1697[_0x1423('0x20')][_0x1423('0xe')]['on']('addMarker:suggestion:insertion',(_0x2e60bd,_0x3810b9,_0x5e5220)=>{_0x5e5220[_0x1423('0x1c')][_0x1423('0xd')]&&_0x41a2de(_0x4c1697,_0x1423('0x1f'),{'showActiveMarker':!0x1})[_0x1423('0x3')](this)(_0x2e60bd,_0x3810b9,_0x5e5220);},{'priority':_0x1423('0xb')});}}
@@ -1,17 +1,17 @@
1
- /**
2
- * @module track-changes/integrations/findandreplace
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for find and replace feature.
7
- */
8
- export default class TrackChangesFindAndReplace extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- handleFindCommand(executeCommand: Function, callbackOrText: Function | string, options?: {
14
- matchCase?: boolean;
15
- wholeWords?: boolean;
16
- }): void;
17
- }
1
+ /**
2
+ * @module track-changes/integrations/findandreplace
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for find and replace feature.
7
+ */
8
+ export default class TrackChangesFindAndReplace extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ handleFindCommand(executeCommand: Function, callbackOrText: Function | string, options?: {
14
+ matchCase?: boolean;
15
+ wholeWords?: boolean;
16
+ }): void;
17
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d1e=['FindAndReplaceEditing','start','getIntersection','FindAndReplaceUtils','plugins','string','getRange','handleFindCommand','suggestion:deletion','has','TrackChangesEditing','editor','bind','createPositionAt','enableCommand','markers','findNext','model','_isInDeletionRange','replace','afterInit','item','replaceAll','get','createRange','find','getMarkersGroup'];(function(_0x2680bd,_0x4d1e42){const _0x39e88f=function(_0x21268b){while(--_0x21268b){_0x2680bd['push'](_0x2680bd['shift']());}};_0x39e88f(++_0x4d1e42);}(_0x4d1e,0x105));const _0x39e8=function(_0x2680bd,_0x4d1e42){_0x2680bd=_0x2680bd-0x0;let _0x39e88f=_0x4d1e[_0x2680bd];return _0x39e88f;};import{Plugin as _0x2ed8d3}from'ckeditor5/src/core';export default class z extends _0x2ed8d3{[_0x39e8('0x2')](){if(!this[_0x39e8('0x14')]['plugins'][_0x39e8('0x12')](_0x39e8('0x9')))return;const _0x44fe15=this['editor']['plugins'][_0x39e8('0x5')](_0x39e8('0x13'));_0x44fe15[_0x39e8('0x17')](_0x39e8('0x7'),this[_0x39e8('0x10')][_0x39e8('0x15')](this)),_0x44fe15['enableCommand'](_0x39e8('0x19')),_0x44fe15[_0x39e8('0x17')]('findPrevious'),_0x44fe15[_0x39e8('0x17')](_0x39e8('0x1')),_0x44fe15['enableCommand'](_0x39e8('0x4'));}[_0x39e8('0x10')](_0x24ae29,_0x6391d8,_0x3e4c3f={}){const _0x29802c=this[_0x39e8('0x14')][_0x39e8('0xd')][_0x39e8('0x5')](_0x39e8('0xc'));void 0x0!==_0x3e4c3f&&_0x24ae29(_0x23ade8=>(_0x39e8('0xe')==typeof _0x6391d8?_0x29802c['findByTextCallback'](_0x6391d8,_0x3e4c3f):_0x6391d8)(_0x23ade8)['filter'](_0x537c4b=>!0x1===this[_0x39e8('0x0')](_0x537c4b,_0x23ade8[_0x39e8('0x3')])),_0x3e4c3f);}['_isInDeletionRange'](_0x1e19a9,_0x3508f8){const _0x45f2c2=this[_0x39e8('0x14')][_0x39e8('0x1a')][_0x39e8('0x6')](this['editor'][_0x39e8('0x1a')][_0x39e8('0x16')](_0x3508f8,_0x1e19a9[_0x39e8('0xa')]),this['editor'][_0x39e8('0x1a')][_0x39e8('0x16')](_0x3508f8,_0x1e19a9['end']));for(const _0x38876c of this[_0x39e8('0x14')][_0x39e8('0x1a')][_0x39e8('0x18')][_0x39e8('0x8')](_0x39e8('0x11')))if(null!==_0x45f2c2[_0x39e8('0xb')](_0x38876c[_0x39e8('0xf')]()))return!0x0;return!0x1;}}
23
+ const _0x5ac2=['createPositionAt','getRange','end','FindAndReplaceEditing','_isInDeletionRange','model','bind','handleFindCommand','get','getMarkersGroup','TrackChangesEditing','find','findPrevious','findNext','getIntersection','plugins','has','enableCommand','FindAndReplaceUtils','editor'];(function(_0x25700c,_0x5ac251){const _0x3d6e6d=function(_0x43f921){while(--_0x43f921){_0x25700c['push'](_0x25700c['shift']());}};_0x3d6e6d(++_0x5ac251);}(_0x5ac2,0x101));const _0x3d6e=function(_0x25700c,_0x5ac251){_0x25700c=_0x25700c-0x0;let _0x3d6e6d=_0x5ac2[_0x25700c];return _0x3d6e6d;};import{Plugin as _0x485a1f}from'ckeditor5/src/core';export default class z extends _0x485a1f{['afterInit'](){if(!this[_0x3d6e('0x2')]['plugins'][_0x3d6e('0x13')](_0x3d6e('0x6')))return;const _0x14450b=this[_0x3d6e('0x2')][_0x3d6e('0x12')][_0x3d6e('0xb')](_0x3d6e('0xd'));_0x14450b[_0x3d6e('0x0')](_0x3d6e('0xe'),this[_0x3d6e('0xa')][_0x3d6e('0x9')](this)),_0x14450b[_0x3d6e('0x0')](_0x3d6e('0x10')),_0x14450b[_0x3d6e('0x0')](_0x3d6e('0xf')),_0x14450b[_0x3d6e('0x0')]('replace'),_0x14450b[_0x3d6e('0x0')]('replaceAll');}['handleFindCommand'](_0xdbedf4,_0x581a9e,_0x15ff49={}){const _0x1b8491=this[_0x3d6e('0x2')][_0x3d6e('0x12')][_0x3d6e('0xb')](_0x3d6e('0x1'));void 0x0!==_0x15ff49&&_0xdbedf4(_0x22ea28=>('string'==typeof _0x581a9e?_0x1b8491['findByTextCallback'](_0x581a9e,_0x15ff49):_0x581a9e)(_0x22ea28)['filter'](_0x5cc4b5=>!0x1===this[_0x3d6e('0x7')](_0x5cc4b5,_0x22ea28['item'])),_0x15ff49);}[_0x3d6e('0x7')](_0x1e6047,_0x25e558){const _0x472245=this['editor'][_0x3d6e('0x8')]['createRange'](this['editor'][_0x3d6e('0x8')][_0x3d6e('0x3')](_0x25e558,_0x1e6047['start']),this['editor'][_0x3d6e('0x8')][_0x3d6e('0x3')](_0x25e558,_0x1e6047[_0x3d6e('0x5')]));for(const _0x47e1c9 of this[_0x3d6e('0x2')][_0x3d6e('0x8')]['markers'][_0x3d6e('0xc')]('suggestion:deletion'))if(null!==_0x472245[_0x3d6e('0x11')](_0x47e1c9[_0x3d6e('0x4')]()))return!0x0;return!0x1;}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/font
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for font features.
7
- */
8
- export default class TrackChangesFont extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/font
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for font features.
7
+ */
8
+ export default class TrackChangesFont extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }