@ckeditor/ckeditor5-track-changes 39.0.0 → 39.0.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 (64) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +3 -3
  3. package/src/commands/acceptsuggestioncommand.js +1 -1
  4. package/src/commands/discardsuggestioncommand.js +1 -1
  5. package/src/commands/executeonallsuggestionscommand.js +1 -1
  6. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  7. package/src/commands/trackchangescommand.js +1 -1
  8. package/src/integrations/alignment.js +1 -1
  9. package/src/integrations/basicstyles.js +1 -1
  10. package/src/integrations/blockquote.js +1 -1
  11. package/src/integrations/ckbox.js +1 -1
  12. package/src/integrations/codeblock.js +1 -1
  13. package/src/integrations/comments.js +1 -1
  14. package/src/integrations/deletecommand.js +1 -1
  15. package/src/integrations/documentlist.js +1 -1
  16. package/src/integrations/documentlistproperties.js +1 -1
  17. package/src/integrations/entercommand.js +1 -1
  18. package/src/integrations/findandreplace.js +1 -1
  19. package/src/integrations/font.js +1 -1
  20. package/src/integrations/formatpainter.js +1 -1
  21. package/src/integrations/heading.js +1 -1
  22. package/src/integrations/highlight.js +1 -1
  23. package/src/integrations/horizontalline.js +1 -1
  24. package/src/integrations/htmlembed.js +1 -1
  25. package/src/integrations/image.js +1 -1
  26. package/src/integrations/imagereplace.js +1 -1
  27. package/src/integrations/importword.js +1 -1
  28. package/src/integrations/indent.js +1 -1
  29. package/src/integrations/inputcommand.js +1 -1
  30. package/src/integrations/link.js +1 -1
  31. package/src/integrations/list.js +1 -1
  32. package/src/integrations/listproperties.js +1 -1
  33. package/src/integrations/mediaembed.js +1 -1
  34. package/src/integrations/mention.js +1 -1
  35. package/src/integrations/pagebreak.js +1 -1
  36. package/src/integrations/paragraph.js +1 -1
  37. package/src/integrations/removeformat.js +1 -1
  38. package/src/integrations/restrictededitingmode.js +1 -1
  39. package/src/integrations/shiftentercommand.js +1 -1
  40. package/src/integrations/standardeditingmode.js +1 -1
  41. package/src/integrations/style.js +1 -1
  42. package/src/integrations/table.js +1 -1
  43. package/src/integrations/tablecaption.js +1 -1
  44. package/src/integrations/tableclipboard.js +1 -1
  45. package/src/integrations/tablecolumnresize.js +1 -1
  46. package/src/integrations/tableheadings.js +1 -1
  47. package/src/integrations/tablemergesplit.js +1 -1
  48. package/src/integrations/tableofcontents.js +1 -1
  49. package/src/integrations/tableproperties.js +1 -1
  50. package/src/integrations/template.js +1 -1
  51. package/src/integrations/title.js +1 -1
  52. package/src/integrations/undo.js +1 -1
  53. package/src/integrations/utils.js +1 -1
  54. package/src/suggestion.js +1 -1
  55. package/src/suggestiondescriptionfactory.js +1 -1
  56. package/src/trackchanges.js +1 -1
  57. package/src/trackchangesdata.js +1 -1
  58. package/src/trackchangesediting.js +1 -1
  59. package/src/trackchangesui.js +1 -1
  60. package/src/ui/suggestioncontroller.js +1 -1
  61. package/src/ui/view/basesuggestionthreadview.js +1 -1
  62. package/src/ui/view/suggestionthreadview.js +1 -1
  63. package/src/utils/common-translations.js +1 -1
  64. package/src/utils/utils.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "39.0.0",
3
+ "version": "39.0.1",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -39,8 +39,8 @@
39
39
  "CHANGELOG.md"
40
40
  ],
41
41
  "dependencies": {
42
- "ckeditor5": "39.0.0",
43
- "ckeditor5-collaboration": "39.0.0",
42
+ "ckeditor5": "39.0.1",
43
+ "ckeditor5-collaboration": "39.0.1",
44
44
  "lodash-es": "4.17.21"
45
45
  },
46
46
  "engines": {
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x390b=['refresh','execute','get','editor','acceptSuggestion','getRanges','model','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','isEnabled','TrackChangesEditing','plugins','_suggestions'];(function(_0x41b1db,_0x390b93){const _0x3c581f=function(_0x48d5c7){while(--_0x48d5c7){_0x41b1db['push'](_0x41b1db['shift']());}};_0x3c581f(++_0x390b93);}(_0x390b,0x178));const _0x3c58=function(_0x41b1db,_0x390b93){_0x41b1db=_0x41b1db-0x0;let _0x3c581f=_0x390b[_0x41b1db];return _0x3c581f;};import{Command as _0xea54b7}from'ckeditor5/src/core';import{CKEditorError as _0x2c2fc8}from'ckeditor5/src/utils';export default class M extends _0xea54b7{constructor(_0x4e2291,_0x3768c6){super(_0x4e2291),this[_0x3c58('0x0')]=_0x3768c6,this[_0x3c58('0x1')](),this[_0x3c58('0x9')]=!0x1;}['refresh'](){this[_0x3c58('0xa')]=!0x0;}[_0x3c58('0x2')](_0xe8f83){const _0x16e847=this['_suggestions'][_0x3c58('0x3')](_0xe8f83);if(!_0x16e847)throw new _0x2c2fc8(_0x3c58('0x8'),this);const _0x36de0b=_0x16e847[_0x3c58('0x6')]();this[_0x3c58('0x4')][_0x3c58('0x7')]['canEditAt'](_0x36de0b)&&this[_0x3c58('0x4')][_0x3c58('0xc')][_0x3c58('0x3')](_0x3c58('0xb'))[_0x3c58('0x5')](_0x16e847);}}
23
+ const _0x151c=['plugins','execute','editor','acceptSuggestion','refresh','_isEnabledBasedOnSelection','_suggestions','isEnabled','get','TrackChangesEditing','track-changes-accept-suggestion-not-found'];(function(_0x3ea551,_0x151cc5){const _0x25b6d6=function(_0x1f9b08){while(--_0x1f9b08){_0x3ea551['push'](_0x3ea551['shift']());}};_0x25b6d6(++_0x151cc5);}(_0x151c,0x16b));const _0x25b6=function(_0x3ea551,_0x151cc5){_0x3ea551=_0x3ea551-0x0;let _0x25b6d6=_0x151c[_0x3ea551];return _0x25b6d6;};import{Command as _0x24d577}from'ckeditor5/src/core';import{CKEditorError as _0x1d9aae}from'ckeditor5/src/utils';export default class M extends _0x24d577{constructor(_0x369fc7,_0x5f1312){super(_0x369fc7),this[_0x25b6('0x6')]=_0x5f1312,this[_0x25b6('0x4')](),this[_0x25b6('0x5')]=!0x1;}[_0x25b6('0x4')](){this[_0x25b6('0x7')]=!0x0;}[_0x25b6('0x1')](_0x171096){const _0x6eb855=this['_suggestions'][_0x25b6('0x8')](_0x171096);if(!_0x6eb855)throw new _0x1d9aae(_0x25b6('0xa'),this);const _0xe3dd79=_0x6eb855['getRanges']();this[_0x25b6('0x2')]['model']['canEditAt'](_0xe3dd79)&&this[_0x25b6('0x2')][_0x25b6('0x0')][_0x25b6('0x8')](_0x25b6('0x9'))[_0x25b6('0x3')](_0x6eb855);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1905=['editor','_isEnabledBasedOnSelection','TrackChangesEditing','execute','refresh','get','_suggestions','getRanges'];(function(_0x597918,_0x1905d9){const _0x2b9422=function(_0x7b4fa5){while(--_0x7b4fa5){_0x597918['push'](_0x597918['shift']());}};_0x2b9422(++_0x1905d9);}(_0x1905,0x1dc));const _0x2b94=function(_0x597918,_0x1905d9){_0x597918=_0x597918-0x0;let _0x2b9422=_0x1905[_0x597918];return _0x2b9422;};import{Command as _0x54a139}from'ckeditor5/src/core';import{CKEditorError as _0x191005}from'ckeditor5/src/utils';export default class $ extends _0x54a139{constructor(_0xa1acba,_0x3d2147){super(_0xa1acba),this['_suggestions']=_0x3d2147,this['refresh'](),this[_0x2b94('0x5')]=!0x1;}[_0x2b94('0x0')](){this['isEnabled']=!0x0;}[_0x2b94('0x7')](_0x401858){const _0x1e2695=this[_0x2b94('0x2')][_0x2b94('0x1')](_0x401858);if(!_0x1e2695)throw new _0x191005('track-changes-discard-suggestion-not-found',this);const _0xe04452=_0x1e2695[_0x2b94('0x3')]();this[_0x2b94('0x4')]['model']['canEditAt'](_0xe04452)&&this['editor']['plugins'][_0x2b94('0x1')](_0x2b94('0x6'))['discardSuggestion'](_0x1e2695);}}
23
+ const _0x44da=['track-changes-discard-suggestion-not-found','isEnabled','refresh','getRanges','discardSuggestion','plugins','canEditAt','get','_isEnabledBasedOnSelection','execute'];(function(_0x5c46e3,_0x44da73){const _0x5f503a=function(_0x3acb73){while(--_0x3acb73){_0x5c46e3['push'](_0x5c46e3['shift']());}};_0x5f503a(++_0x44da73);}(_0x44da,0x1e8));const _0x5f50=function(_0x5c46e3,_0x44da73){_0x5c46e3=_0x5c46e3-0x0;let _0x5f503a=_0x44da[_0x5c46e3];return _0x5f503a;};import{Command as _0x3df63e}from'ckeditor5/src/core';import{CKEditorError as _0x386dbe}from'ckeditor5/src/utils';export default class $ extends _0x3df63e{constructor(_0x359ed0,_0x5a2970){super(_0x359ed0),this['_suggestions']=_0x5a2970,this['refresh'](),this[_0x5f50('0x0')]=!0x1;}[_0x5f50('0x4')](){this[_0x5f50('0x3')]=!0x0;}[_0x5f50('0x1')](_0x8d0614){const _0x379e44=this['_suggestions'][_0x5f50('0x9')](_0x8d0614);if(!_0x379e44)throw new _0x386dbe(_0x5f50('0x2'),this);const _0x2bae3d=_0x379e44[_0x5f50('0x5')]();this['editor']['model'][_0x5f50('0x8')](_0x2bae3d)&&this['editor'][_0x5f50('0x7')][_0x5f50('0x9')]('TrackChangesEditing')[_0x5f50('0x6')](_0x379e44);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x55e6=['values','_command','some','getRanges','isEnabled','editor','_isEnabledBasedOnSelection','isInContent','model','from','canEditAt','_suggestions'];(function(_0x4b9bf6,_0x55e6bb){const _0x2c40c2=function(_0x3d7b89){while(--_0x3d7b89){_0x4b9bf6['push'](_0x4b9bf6['shift']());}};_0x2c40c2(++_0x55e6bb);}(_0x55e6,0x1a1));const _0x2c40=function(_0x4b9bf6,_0x55e6bb){_0x4b9bf6=_0x4b9bf6-0x0;let _0x2c40c2=_0x55e6[_0x4b9bf6];return _0x2c40c2;};import{Command as _0x7ee9a9}from'ckeditor5/src/core';import{sortSuggestions as _0x5e7e13,executeCommandForSuggestions as _0x3de26f}from'../utils/utils';export default class N extends _0x7ee9a9{constructor(_0x2dd820,_0x345e2d,_0x20332e){super(_0x2dd820),this[_0x2c40('0x4')]=_0x345e2d,this[_0x2c40('0x2')]=_0x20332e,this['refresh'](),this[_0x2c40('0x9')]=!0x1;}['refresh'](){const _0x43840b=Array[_0x2c40('0x0')](this[_0x2c40('0x2')]['values']())[_0x2c40('0x5')](_0x5dc094=>_0x5dc094[_0x2c40('0xa')]);this[_0x2c40('0x7')]=this[_0x2c40('0x4')]['isEnabled']&&_0x43840b;}['execute'](){const _0x57a458=_0x5e7e13(Array[_0x2c40('0x0')](this[_0x2c40('0x2')][_0x2c40('0x3')]()));for(const _0x513925 of _0x57a458){const _0x343e4a=_0x513925[_0x2c40('0x6')]();if(!this['editor'][_0x2c40('0xb')][_0x2c40('0x1')](_0x343e4a))return;}_0x3de26f(this[_0x2c40('0x8')][_0x2c40('0xb')],this[_0x2c40('0x4')],_0x57a458);}}
23
+ const _0x37c0=['editor','some','refresh','_command','canEditAt','model','isEnabled','_suggestions','from','values'];(function(_0x59b4d1,_0x37c0e3){const _0x4c5d99=function(_0x54ab7c){while(--_0x54ab7c){_0x59b4d1['push'](_0x59b4d1['shift']());}};_0x4c5d99(++_0x37c0e3);}(_0x37c0,0x1dd));const _0x4c5d=function(_0x59b4d1,_0x37c0e3){_0x59b4d1=_0x59b4d1-0x0;let _0x4c5d99=_0x37c0[_0x59b4d1];return _0x4c5d99;};import{Command as _0x160690}from'ckeditor5/src/core';import{sortSuggestions as _0x2dedd8,executeCommandForSuggestions as _0x26501c}from'../utils/utils';export default class N extends _0x160690{constructor(_0x465bfe,_0x57ee11,_0x151d12){super(_0x465bfe),this['_command']=_0x57ee11,this[_0x4c5d('0x0')]=_0x151d12,this[_0x4c5d('0x5')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x4c5d('0x5')](){const _0x10fe77=Array[_0x4c5d('0x1')](this[_0x4c5d('0x0')][_0x4c5d('0x2')]())[_0x4c5d('0x4')](_0x24e320=>_0x24e320['isInContent']);this[_0x4c5d('0x9')]=this['_command']['isEnabled']&&_0x10fe77;}['execute'](){const _0x528db2=_0x2dedd8(Array[_0x4c5d('0x1')](this[_0x4c5d('0x0')][_0x4c5d('0x2')]()));for(const _0x5e212f of _0x528db2){const _0x1e3ea6=_0x5e212f['getRanges']();if(!this['editor'][_0x4c5d('0x8')][_0x4c5d('0x7')](_0x1e3ea6))return;}_0x26501c(this[_0x4c5d('0x3')][_0x4c5d('0x8')],this[_0x4c5d('0x6')],_0x528db2);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x412c=['_command','document','isEnabled','_selectedSuggestions','_suggestions','editor','model','selection','values','getRanges','canEditAt','_isEnabledBasedOnSelection','size','refresh'];(function(_0x61b157,_0x412c98){const _0x196aa5=function(_0x1b8b66){while(--_0x1b8b66){_0x61b157['push'](_0x61b157['shift']());}};_0x196aa5(++_0x412c98);}(_0x412c,0x7d));const _0x196a=function(_0x61b157,_0x412c98){_0x61b157=_0x61b157-0x0;let _0x196aa5=_0x412c[_0x61b157];return _0x196aa5;};import{Command as _0x47827b}from'ckeditor5/src/core';import{sortSuggestions as _0xefdf91,getSelectedSuggestions as _0x1f5699,executeCommandForSuggestions as _0x432630}from'../utils/utils';export default class R extends _0x47827b{constructor(_0x50e210,_0x2cc510,_0x53b09d){super(_0x50e210),this[_0x196a('0x1')]=_0x2cc510,this[_0x196a('0x5')]=_0x53b09d,this['_selectedSuggestions']=new Set(),this[_0x196a('0x0')](),this[_0x196a('0xc')]=!0x1;}[_0x196a('0x0')](){const _0x3afbb4=this[_0x196a('0x6')]['model'][_0x196a('0x2')][_0x196a('0x8')],_0x4ae3a3=Array['from'](this[_0x196a('0x5')][_0x196a('0x9')]());this[_0x196a('0x4')]=_0x1f5699(_0x3afbb4,_0x4ae3a3),this['isEnabled']=this[_0x196a('0x1')][_0x196a('0x3')]&&!!this[_0x196a('0x4')][_0x196a('0xd')];}['execute'](){const _0x4ca4c8=_0xefdf91(Array['from'](this[_0x196a('0x4')]));for(const _0x7f5f46 of _0x4ca4c8){const _0x29d2b3=_0x7f5f46[_0x196a('0xa')]();if(!this['editor'][_0x196a('0x7')][_0x196a('0xb')](_0x29d2b3))return;}_0x432630(this[_0x196a('0x6')][_0x196a('0x7')],this[_0x196a('0x1')],_0x4ca4c8);}}
23
+ const _0x48bc=['_suggestions','execute','_isEnabledBasedOnSelection','document','editor','_selectedSuggestions','_command','isEnabled','size','model','refresh','from'];(function(_0x35a277,_0x48bcf9){const _0x2cdfd6=function(_0x5066a6){while(--_0x5066a6){_0x35a277['push'](_0x35a277['shift']());}};_0x2cdfd6(++_0x48bcf9);}(_0x48bc,0x145));const _0x2cdf=function(_0x35a277,_0x48bcf9){_0x35a277=_0x35a277-0x0;let _0x2cdfd6=_0x48bc[_0x35a277];return _0x2cdfd6;};import{Command as _0x2814e5}from'ckeditor5/src/core';import{sortSuggestions as _0x587b73,getSelectedSuggestions as _0x15be24,executeCommandForSuggestions as _0x2873bd}from'../utils/utils';export default class R extends _0x2814e5{constructor(_0x2549d4,_0x5ab46b,_0xc25eb3){super(_0x2549d4),this[_0x2cdf('0x5')]=_0x5ab46b,this[_0x2cdf('0xb')]=_0xc25eb3,this[_0x2cdf('0x4')]=new Set(),this['refresh'](),this[_0x2cdf('0x1')]=!0x1;}[_0x2cdf('0x9')](){const _0xfac5a1=this[_0x2cdf('0x3')][_0x2cdf('0x8')][_0x2cdf('0x2')]['selection'],_0x5018ca=Array[_0x2cdf('0xa')](this['_suggestions']['values']());this[_0x2cdf('0x4')]=_0x15be24(_0xfac5a1,_0x5018ca),this[_0x2cdf('0x6')]=this[_0x2cdf('0x5')]['isEnabled']&&!!this['_selectedSuggestions'][_0x2cdf('0x7')];}[_0x2cdf('0x0')](){const _0x3fc560=_0x587b73(Array[_0x2cdf('0xa')](this[_0x2cdf('0x4')]));for(const _0x157c57 of _0x3fc560){const _0x4016b6=_0x157c57['getRanges']();if(!this[_0x2cdf('0x3')][_0x2cdf('0x8')]['canEditAt'](_0x4016b6))return;}_0x2873bd(this[_0x2cdf('0x3')][_0x2cdf('0x8')],this[_0x2cdf('0x5')],_0x3fc560);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e29=['execute','TrackChangesCommand','_enabledCommands','_isEnabledBasedOnSelection','_enableCommands','refresh','has','value','affectsData','_disableUnsupportedCommands','commands','editor','isEnabled','clearForceDisabled'];(function(_0x5a25ed,_0x1e298d){const _0x219c6f=function(_0x1d7e37){while(--_0x1d7e37){_0x5a25ed['push'](_0x5a25ed['shift']());}};_0x219c6f(++_0x1e298d);}(_0x1e29,0x1df));const _0x219c=function(_0x5a25ed,_0x1e298d){_0x5a25ed=_0x5a25ed-0x0;let _0x219c6f=_0x1e29[_0x5a25ed];return _0x219c6f;};import{Command as _0x80d1a2}from'ckeditor5/src/core';export default class _ extends _0x80d1a2{constructor(_0x4a4a6f,_0x163b04){super(_0x4a4a6f),this[_0x219c('0xd')]=_0x163b04,this['value']=!0x1,this[_0x219c('0x2')](),this[_0x219c('0x0')]=!0x1;}['refresh'](){this[_0x219c('0x9')]=!0x0;}[_0x219c('0xb')](){this[_0x219c('0x4')]=!this['value'],this[_0x219c('0x4')]?this[_0x219c('0x6')]():this[_0x219c('0x1')]();}['_disableUnsupportedCommands'](){for(const _0x103a00 of this[_0x219c('0x8')][_0x219c('0x7')][_0x219c('0x7')]())_0x103a00[_0x219c('0x5')]&&!this[_0x219c('0xd')][_0x219c('0x3')](_0x103a00)&&_0x103a00['forceDisabled'](_0x219c('0xc'));}[_0x219c('0x1')](){for(const _0x20c922 of this[_0x219c('0x8')][_0x219c('0x7')][_0x219c('0x7')]())_0x20c922['affectsData']&&!this[_0x219c('0xd')][_0x219c('0x3')](_0x20c922)&&_0x20c922[_0x219c('0xa')](_0x219c('0xc'));}}
23
+ const _0x2b8f=['has','value','commands','editor','TrackChangesCommand','clearForceDisabled','forceDisabled','_isEnabledBasedOnSelection','refresh','_enabledCommands','execute','_disableUnsupportedCommands','_enableCommands','affectsData'];(function(_0x1e11b5,_0x2b8fce){const _0x2a94cf=function(_0x2f088d){while(--_0x2f088d){_0x1e11b5['push'](_0x1e11b5['shift']());}};_0x2a94cf(++_0x2b8fce);}(_0x2b8f,0xe2));const _0x2a94=function(_0x1e11b5,_0x2b8fce){_0x1e11b5=_0x1e11b5-0x0;let _0x2a94cf=_0x2b8f[_0x1e11b5];return _0x2a94cf;};import{Command as _0x1a7584}from'ckeditor5/src/core';export default class _ extends _0x1a7584{constructor(_0x5e82a2,_0x164275){super(_0x5e82a2),this['_enabledCommands']=_0x164275,this[_0x2a94('0xd')]=!0x1,this[_0x2a94('0x6')](),this[_0x2a94('0x5')]=!0x1;}[_0x2a94('0x6')](){this['isEnabled']=!0x0;}[_0x2a94('0x8')](){this[_0x2a94('0xd')]=!this['value'],this[_0x2a94('0xd')]?this[_0x2a94('0x9')]():this[_0x2a94('0xa')]();}['_disableUnsupportedCommands'](){for(const _0x1643d4 of this['editor']['commands'][_0x2a94('0x0')]())_0x1643d4['affectsData']&&!this[_0x2a94('0x7')]['has'](_0x1643d4)&&_0x1643d4[_0x2a94('0x4')](_0x2a94('0x2'));}[_0x2a94('0xa')](){for(const _0x40367a of this[_0x2a94('0x1')][_0x2a94('0x0')][_0x2a94('0x0')]())_0x40367a[_0x2a94('0xb')]&&!this[_0x2a94('0x7')][_0x2a94('0xc')](_0x40367a)&&_0x40367a[_0x2a94('0x3')](_0x2a94('0x2'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xf2b8=['model','schema','document','center','enableCommand','editor','AlignmentEditing','FORMAT_ALIGN_TO_CENTER','plugins','TrackChangesEditing','getAttribute','change','from','getSelectedBlocks','alignment','right','locale','value','justify','afterInit','FORMAT_ALIGN_TO_RIGHT','registerDescriptionCallback','contentLanguageDirection','get','commandName','left','selection','checkAttribute','markBlockFormat'];(function(_0xe4f6ed,_0xf2b8f5){const _0x1df4ce=function(_0x57c845){while(--_0x57c845){_0xe4f6ed['push'](_0xe4f6ed['shift']());}};_0x1df4ce(++_0xf2b8f5);}(_0xf2b8,0xa0));const _0x1df4=function(_0xe4f6ed,_0xf2b8f5){_0xe4f6ed=_0xe4f6ed-0x0;let _0x1df4ce=_0xf2b8[_0xe4f6ed];return _0x1df4ce;};import{Plugin as _0x718a47}from'ckeditor5/src/core';import{getTranslation as _0x31e88d}from'../utils/common-translations';export default class x extends _0x718a47{[_0x1df4('0x4')](){const _0x52469c=this[_0x1df4('0x13')],_0x5b0569=_0x52469c['locale'];if(!_0x52469c['plugins']['has'](_0x1df4('0x14')))return;const _0x332e7a=_0x52469c[_0x1df4('0x16')][_0x1df4('0x8')](_0x1df4('0x17'));_0x332e7a[_0x1df4('0x12')](_0x1df4('0x1c'),(_0x586499,_0x19db20={})=>{let _0x12bebc=_0x19db20['value'];_0x19db20[_0x1df4('0x2')]||(_0x12bebc='ltr'===_0x52469c[_0x1df4('0x1')][_0x1df4('0x7')]?'left':_0x1df4('0x0'));const _0x496fb=Array[_0x1df4('0x1a')](this[_0x1df4('0x13')][_0x1df4('0xe')][_0x1df4('0x10')][_0x1df4('0xb')][_0x1df4('0x1b')]())['filter'](_0x2926be=>function(_0x5a790f,_0x2e8165,_0x5e7751){const _0x49a342=_0x5a790f[_0x1df4('0x18')](_0x1df4('0x1c'))||null;return _0x2e8165[_0x1df4('0xc')](_0x5a790f,'alignment')&&_0x5e7751!=_0x49a342;}(_0x2926be,this[_0x1df4('0x13')][_0x1df4('0xe')][_0x1df4('0xf')],_0x12bebc));_0x52469c[_0x1df4('0xe')][_0x1df4('0x19')](()=>{for(const _0xd8768f of _0x496fb)_0x332e7a[_0x1df4('0xd')](_0xd8768f,{'commandName':'alignment','commandParams':[{'value':_0x12bebc}]});});}),_0x332e7a['_descriptionFactory'][_0x1df4('0x6')](_0x33272c=>{const {data:_0x58d3a8}=_0x33272c;if(_0x58d3a8&&_0x1df4('0x1c')==_0x58d3a8[_0x1df4('0x9')]){const _0x2e848e=_0x58d3a8['commandParams'][0x0][_0x1df4('0x2')];return{'type':'format','content':_0x31e88d(_0x5b0569,'*Format:*\x20%0',function(_0x431424){switch(_0x431424){case _0x1df4('0xa'):return _0x31e88d(_0x5b0569,'FORMAT_ALIGN_TO_LEFT');case'right':return _0x31e88d(_0x5b0569,_0x1df4('0x5'));case _0x1df4('0x11'):return _0x31e88d(_0x5b0569,_0x1df4('0x15'));case _0x1df4('0x3'):return _0x31e88d(_0x5b0569,'FORMAT_JUSTIFY_TEXT');}}(_0x2e848e))};}});}}
23
+ const _0x1887=['commandName','has','*Format:*\x20%0','justify','FORMAT_ALIGN_TO_LEFT','right','get','commandParams','change','left','document','FORMAT_JUSTIFY_TEXT','registerDescriptionCallback','locale','checkAttribute','model','plugins','schema','FORMAT_ALIGN_TO_CENTER','selection','editor','afterInit','contentLanguageDirection','ltr','from','TrackChangesEditing','value','_descriptionFactory','markBlockFormat','filter','alignment','getAttribute'];(function(_0x272ec3,_0x1887d1){const _0x54020e=function(_0x10cbfa){while(--_0x10cbfa){_0x272ec3['push'](_0x272ec3['shift']());}};_0x54020e(++_0x1887d1);}(_0x1887,0x108));const _0x5402=function(_0x272ec3,_0x1887d1){_0x272ec3=_0x272ec3-0x0;let _0x54020e=_0x1887[_0x272ec3];return _0x54020e;};import{Plugin as _0x474ddf}from'ckeditor5/src/core';import{getTranslation as _0x2fc84b}from'../utils/common-translations';export default class x extends _0x474ddf{[_0x5402('0xd')](){const _0x95f25e=this['editor'],_0x5f34ce=_0x95f25e[_0x5402('0x5')];if(!_0x95f25e[_0x5402('0x8')][_0x5402('0x19')]('AlignmentEditing'))return;const _0x3999ed=_0x95f25e[_0x5402('0x8')][_0x5402('0x1e')](_0x5402('0x11'));_0x3999ed['enableCommand']('alignment',(_0x7d28d0,_0xab200={})=>{let _0x38bb8d=_0xab200[_0x5402('0x12')];_0xab200[_0x5402('0x12')]||(_0x38bb8d=_0x5402('0xf')===_0x95f25e['locale'][_0x5402('0xe')]?_0x5402('0x1'):'right');const _0x25172d=Array[_0x5402('0x10')](this[_0x5402('0xc')][_0x5402('0x7')][_0x5402('0x2')][_0x5402('0xb')]['getSelectedBlocks']())[_0x5402('0x15')](_0x4aff64=>function(_0x1eeb3e,_0x5e5c06,_0x2d7234){const _0x579f8e=_0x1eeb3e[_0x5402('0x17')](_0x5402('0x16'))||null;return _0x5e5c06[_0x5402('0x6')](_0x1eeb3e,_0x5402('0x16'))&&_0x2d7234!=_0x579f8e;}(_0x4aff64,this[_0x5402('0xc')][_0x5402('0x7')][_0x5402('0x9')],_0x38bb8d));_0x95f25e['model'][_0x5402('0x0')](()=>{for(const _0x4983c2 of _0x25172d)_0x3999ed[_0x5402('0x14')](_0x4983c2,{'commandName':_0x5402('0x16'),'commandParams':[{'value':_0x38bb8d}]});});}),_0x3999ed[_0x5402('0x13')][_0x5402('0x4')](_0x5aa08d=>{const {data:_0x7ff55}=_0x5aa08d;if(_0x7ff55&&_0x5402('0x16')==_0x7ff55[_0x5402('0x18')]){const _0x39eb85=_0x7ff55[_0x5402('0x1f')][0x0]['value'];return{'type':'format','content':_0x2fc84b(_0x5f34ce,_0x5402('0x1a'),function(_0x589104){switch(_0x589104){case'left':return _0x2fc84b(_0x5f34ce,_0x5402('0x1c'));case _0x5402('0x1d'):return _0x2fc84b(_0x5f34ce,'FORMAT_ALIGN_TO_RIGHT');case'center':return _0x2fc84b(_0x5f34ce,_0x5402('0xa'));case _0x5402('0x1b'):return _0x2fc84b(_0x5f34ce,_0x5402('0x3'));}}(_0x39eb85))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x210e=['has','markInlineFormat','strikethrough','UnderlineEditing','forceValue','FORMAT_ITALIC','TrackChangesEditing','CodeEditing','*Format:*\x20%0','subscript','from','SuperscriptEditing','FORMAT_STRIKETHROUGH','BoldEditing','getRanges','document','*Remove\x20format:*\x20%0','code','editor','registerDescriptionCallback','superscript','ItalicEditing','underline','selection','toLowerCase','FORMAT_SUPERSCRIPT','commandName','afterInit','italic','value','get','_descriptionFactory','commandParams','format','plugins','SubscriptEditing','StrikethroughEditing','FORMAT_SUBSCRIPT','locale'];(function(_0x163dd6,_0x210e76){const _0xfe4d23=function(_0x30e807){while(--_0x30e807){_0x163dd6['push'](_0x163dd6['shift']());}};_0xfe4d23(++_0x210e76);}(_0x210e,0xc1));const _0xfe4d=function(_0x163dd6,_0x210e76){_0x163dd6=_0x163dd6-0x0;let _0xfe4d23=_0x210e[_0x163dd6];return _0xfe4d23;};import{Plugin as _0x2b7e1c}from'ckeditor5/src/core';import{getTranslation as _0x1ce4f3}from'../utils/common-translations';import{getRangesWithAttribute as _0x401cbb}from'./utils';const Kt=[_0xfe4d('0xf'),_0xfe4d('0x17'),_0xfe4d('0x5'),_0xfe4d('0x9'),_0xfe4d('0x26'),_0xfe4d('0x25'),_0xfe4d('0xd')];export default class U extends _0x2b7e1c{[_0xfe4d('0x1d')](){const _0x4be4fc=this[_0xfe4d('0x14')],_0x3ae910=_0x4be4fc['model'],_0x44032b=_0x4be4fc[_0xfe4d('0x24')]['get'](_0xfe4d('0x8')),_0x35a01f=_0x4be4fc[_0xfe4d('0x1')];for(const _0x18cb0e of Kt){if(!_0x4be4fc[_0xfe4d('0x24')][_0xfe4d('0x2')](_0x18cb0e))continue;const _0x529dd2=_0x18cb0e['slice'](0x0,-0x7)[_0xfe4d('0x1a')](),_0x52f51b=_0x4be4fc['commands'][_0xfe4d('0x20')](_0x529dd2);_0x44032b['enableCommand'](_0x529dd2,(_0x5cf3ee,_0x562deb={})=>{const _0x1b87b5=_0x3ae910[_0xfe4d('0x11')][_0xfe4d('0x19')];if(_0x1b87b5['isCollapsed'])return void _0x5cf3ee(_0x562deb);const _0xc022b3=void 0x0!==_0x562deb['forceValue']?_0x562deb[_0xfe4d('0x6')]:!_0x52f51b[_0xfe4d('0x1f')];_0x3ae910['change'](()=>{const _0x5b5237=Array[_0xfe4d('0xc')](_0x1b87b5[_0xfe4d('0x10')]());for(const _0x213643 of _0x5b5237){const _0x74c834=_0xc022b3?[_0x213643]:_0x401cbb(_0x529dd2,_0x213643,_0x3ae910);for(const _0x5aa027 of _0x74c834)_0x44032b[_0xfe4d('0x3')](_0x5aa027,{'commandName':_0x529dd2,'commandParams':[{'forceValue':_0xc022b3}]});}});});}function _0x250a36(_0x2b4c6d,_0x3273f5){_0x44032b[_0xfe4d('0x21')][_0xfe4d('0x15')](_0x2d1e8b=>{const {data:_0xd99d97}=_0x2d1e8b;if(_0xd99d97&&_0xd99d97[_0xfe4d('0x1c')]===_0x2b4c6d)return _0xd99d97[_0xfe4d('0x22')][0x0][_0xfe4d('0x6')]?{'type':_0xfe4d('0x23'),'content':_0x1ce4f3(_0x35a01f,_0xfe4d('0xa'),_0x3273f5)}:{'type':_0xfe4d('0x23'),'content':_0x1ce4f3(_0x35a01f,_0xfe4d('0x12'),_0x3273f5)};});}_0x250a36('bold',_0x1ce4f3(_0x35a01f,'FORMAT_BOLD')),_0x250a36(_0xfe4d('0x1e'),_0x1ce4f3(_0x35a01f,_0xfe4d('0x7'))),_0x250a36(_0xfe4d('0x18'),_0x1ce4f3(_0x35a01f,'FORMAT_UNDERLINE')),_0x250a36(_0xfe4d('0x13'),_0x1ce4f3(_0x35a01f,'FORMAT_CODE')),_0x250a36(_0xfe4d('0x4'),_0x1ce4f3(_0x35a01f,_0xfe4d('0xe'))),_0x250a36(_0xfe4d('0xb'),_0x1ce4f3(_0x35a01f,_0xfe4d('0x0'))),_0x250a36(_0xfe4d('0x16'),_0x1ce4f3(_0x35a01f,_0xfe4d('0x1b')));}}
23
+ const _0x56bf=['FORMAT_CODE','FORMAT_ITALIC','_descriptionFactory','commandName','BoldEditing','isCollapsed','SuperscriptEditing','SubscriptEditing','forceValue','plugins','CodeEditing','subscript','code','document','registerDescriptionCallback','UnderlineEditing','afterInit','from','StrikethroughEditing','*Format:*\x20%0','getRanges','has','TrackChangesEditing','commands','bold','commandParams','get','FORMAT_STRIKETHROUGH','*Remove\x20format:*\x20%0','markInlineFormat','enableCommand','underline','slice','format','model'];(function(_0xbec7a6,_0x56bfbb){const _0x3ccae0=function(_0x45dedf){while(--_0x45dedf){_0xbec7a6['push'](_0xbec7a6['shift']());}};_0x3ccae0(++_0x56bfbb);}(_0x56bf,0x96));const _0x3cca=function(_0xbec7a6,_0x56bfbb){_0xbec7a6=_0xbec7a6-0x0;let _0x3ccae0=_0x56bf[_0xbec7a6];return _0x3ccae0;};import{Plugin as _0x6030fa}from'ckeditor5/src/core';import{getTranslation as _0x4dcd31}from'../utils/common-translations';import{getRangesWithAttribute as _0x3cc6cd}from'./utils';const Kt=[_0x3cca('0x1d'),'ItalicEditing',_0x3cca('0x5'),_0x3cca('0x0'),_0x3cca('0x8'),_0x3cca('0x20'),_0x3cca('0x1f')];export default class U extends _0x6030fa{[_0x3cca('0x6')](){const _0x20b644=this['editor'],_0x3acd29=_0x20b644[_0x3cca('0x18')],_0x2963db=_0x20b644[_0x3cca('0x22')][_0x3cca('0x10')](_0x3cca('0xc')),_0x543d27=_0x20b644['locale'];for(const _0xa30fb5 of Kt){if(!_0x20b644['plugins'][_0x3cca('0xb')](_0xa30fb5))continue;const _0x1cfdee=_0xa30fb5[_0x3cca('0x16')](0x0,-0x7)['toLowerCase'](),_0xc1fc8c=_0x20b644[_0x3cca('0xd')]['get'](_0x1cfdee);_0x2963db[_0x3cca('0x14')](_0x1cfdee,(_0x5e0e31,_0x2c1189={})=>{const _0x5a2a24=_0x3acd29[_0x3cca('0x3')]['selection'];if(_0x5a2a24[_0x3cca('0x1e')])return void _0x5e0e31(_0x2c1189);const _0x1adef1=void 0x0!==_0x2c1189['forceValue']?_0x2c1189[_0x3cca('0x21')]:!_0xc1fc8c['value'];_0x3acd29['change'](()=>{const _0x36cf49=Array[_0x3cca('0x7')](_0x5a2a24[_0x3cca('0xa')]());for(const _0x1dc6a3 of _0x36cf49){const _0x52a0f4=_0x1adef1?[_0x1dc6a3]:_0x3cc6cd(_0x1cfdee,_0x1dc6a3,_0x3acd29);for(const _0x4936dd of _0x52a0f4)_0x2963db[_0x3cca('0x13')](_0x4936dd,{'commandName':_0x1cfdee,'commandParams':[{'forceValue':_0x1adef1}]});}});});}function _0x57354b(_0x2275da,_0x4eb310){_0x2963db[_0x3cca('0x1b')][_0x3cca('0x4')](_0x1e377a=>{const {data:_0x33c70a}=_0x1e377a;if(_0x33c70a&&_0x33c70a[_0x3cca('0x1c')]===_0x2275da)return _0x33c70a[_0x3cca('0xf')][0x0]['forceValue']?{'type':_0x3cca('0x17'),'content':_0x4dcd31(_0x543d27,_0x3cca('0x9'),_0x4eb310)}:{'type':_0x3cca('0x17'),'content':_0x4dcd31(_0x543d27,_0x3cca('0x12'),_0x4eb310)};});}_0x57354b(_0x3cca('0xe'),_0x4dcd31(_0x543d27,'FORMAT_BOLD')),_0x57354b('italic',_0x4dcd31(_0x543d27,_0x3cca('0x1a'))),_0x57354b(_0x3cca('0x15'),_0x4dcd31(_0x543d27,'FORMAT_UNDERLINE')),_0x57354b(_0x3cca('0x2'),_0x4dcd31(_0x543d27,_0x3cca('0x19'))),_0x57354b('strikethrough',_0x4dcd31(_0x543d27,_0x3cca('0x11'))),_0x57354b(_0x3cca('0x1'),_0x4dcd31(_0x543d27,'FORMAT_SUBSCRIPT')),_0x57354b('superscript',_0x4dcd31(_0x543d27,'FORMAT_SUPERSCRIPT'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3837=['from','forceValue','registerDescriptionCallback','get','schema','$root','change','markBlockFormat','commandParams','model','enableCommand','selection','*Remove\x20format:*\x20%0','getSelectedBlocks','commands','afterInit','locale','format','ELEMENT_BLOCK_QUOTE','*Format:*\x20%0','editor','checkChild','document','blockQuote','BlockQuoteEditing','TrackChangesEditing','parent','commandName','plugins','filter'];(function(_0x174a4b,_0x383721){const _0x4aef47=function(_0xbf14bf){while(--_0xbf14bf){_0x174a4b['push'](_0x174a4b['shift']());}};_0x4aef47(++_0x383721);}(_0x3837,0xc5));const _0x4aef=function(_0x174a4b,_0x383721){_0x174a4b=_0x174a4b-0x0;let _0x4aef47=_0x3837[_0x174a4b];return _0x4aef47;};import{Plugin as _0x261cfd}from'ckeditor5/src/core';import{getTranslation as _0x5b195b}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x53ef96}from'../utils/utils';export default class j extends _0x261cfd{[_0x4aef('0x1c')](){const _0x337b33=this['editor'],_0x3b91e4=_0x337b33[_0x4aef('0x1d')];if(!_0x337b33[_0x4aef('0xb')]['has'](_0x4aef('0x7')))return;const _0x2f5987=_0x337b33['plugins'][_0x4aef('0x10')](_0x4aef('0x8')),_0x9b1327=this[_0x4aef('0x3')][_0x4aef('0x1b')][_0x4aef('0x10')](_0x4aef('0x6'));_0x2f5987[_0x4aef('0x17')](_0x4aef('0x6'),(_0x5ab7fd,_0xc49a24={})=>{const _0x19d086=this['editor']['model'][_0x4aef('0x5')][_0x4aef('0x18')],_0x44117f=_0xc49a24&&void 0x0!==_0xc49a24['forceValue']?_0xc49a24[_0x4aef('0xe')]:!_0x9b1327['value'];let _0x436fff=[];if(_0x44117f){const _0x47a4d1=Array['from'](_0x19d086['getSelectedBlocks']())[_0x4aef('0xc')](_0x56bac5=>Xt(_0x56bac5)||function(_0x5159b,_0x337450){const _0x4891fd=_0x337450[_0x4aef('0x4')](_0x5159b['parent'],_0x4aef('0x6')),_0x4e94e2=_0x337450['checkChild']([_0x4aef('0x12'),_0x4aef('0x6')],_0x5159b);return _0x4891fd&&_0x4e94e2;}(_0x56bac5,this['editor']['model'][_0x4aef('0x11')]));_0x436fff=_0x53ef96(_0x47a4d1,_0x337b33['model']);}else{const _0x1075af=Array[_0x4aef('0xd')](_0x19d086[_0x4aef('0x1a')]())[_0x4aef('0xc')](_0x5b96e3=>Xt(_0x5b96e3));_0x436fff=_0x53ef96(_0x1075af,_0x337b33[_0x4aef('0x16')]);}_0x337b33['model'][_0x4aef('0x13')](()=>{for(const _0x207f07 of _0x436fff)_0x2f5987[_0x4aef('0x14')](_0x207f07,{'commandName':_0x4aef('0x6'),'commandParams':[{'forceValue':_0x44117f}]});});}),_0x2f5987['_descriptionFactory'][_0x4aef('0xf')](_0x3be3f7=>{const {data:_0x5371fa}=_0x3be3f7;if(_0x5371fa&&'blockQuote'==_0x5371fa[_0x4aef('0xa')]){const _0x5f1089=_0x5b195b(_0x3b91e4,_0x4aef('0x1'));return _0x5371fa[_0x4aef('0x15')][0x0]['forceValue']?{'type':_0x4aef('0x0'),'content':_0x5b195b(_0x3b91e4,_0x4aef('0x2'),_0x5f1089)}:{'type':_0x4aef('0x0'),'content':_0x5b195b(_0x3b91e4,_0x4aef('0x19'),_0x5f1089)};}});}}function Xt(_0x18bc74){return'blockQuote'==_0x18bc74[_0x4aef('0x9')]['name'];}
23
+ const _0x42ed=['markBlockFormat','value','parent','change','get','checkChild','afterInit','from','commandName','forceValue','plugins','TrackChangesEditing','commandParams','_descriptionFactory','commands','locale','ELEMENT_BLOCK_QUOTE','document','*Format:*\x20%0','*Remove\x20format:*\x20%0','getSelectedBlocks','BlockQuoteEditing','has','filter','editor','model','schema','name','$root','format','blockQuote'];(function(_0x22efb0,_0x42ed1c){const _0x572e3e=function(_0x14252e){while(--_0x14252e){_0x22efb0['push'](_0x22efb0['shift']());}};_0x572e3e(++_0x42ed1c);}(_0x42ed,0xf6));const _0x572e=function(_0x22efb0,_0x42ed1c){_0x22efb0=_0x22efb0-0x0;let _0x572e3e=_0x42ed[_0x22efb0];return _0x572e3e;};import{Plugin as _0x564e84}from'ckeditor5/src/core';import{getTranslation as _0x1240b9}from'../utils/common-translations';import{getRangesOfBlockGroups as _0xc63868}from'../utils/utils';export default class j extends _0x564e84{[_0x572e('0x8')](){const _0x4570a6=this[_0x572e('0x1a')],_0x1d45d9=_0x4570a6[_0x572e('0x11')];if(!_0x4570a6[_0x572e('0xc')][_0x572e('0x18')](_0x572e('0x17')))return;const _0x45a384=_0x4570a6[_0x572e('0xc')][_0x572e('0x6')](_0x572e('0xd')),_0x429a2b=this['editor'][_0x572e('0x10')][_0x572e('0x6')](_0x572e('0x1'));_0x45a384['enableCommand'](_0x572e('0x1'),(_0x1f886d,_0x3fb7ec={})=>{const _0x52c88c=this[_0x572e('0x1a')][_0x572e('0x1b')][_0x572e('0x13')]['selection'],_0x12d730=_0x3fb7ec&&void 0x0!==_0x3fb7ec[_0x572e('0xb')]?_0x3fb7ec[_0x572e('0xb')]:!_0x429a2b[_0x572e('0x3')];let _0x47802b=[];if(_0x12d730){const _0x12674e=Array[_0x572e('0x9')](_0x52c88c[_0x572e('0x16')]())[_0x572e('0x19')](_0x57fdc4=>Xt(_0x57fdc4)||function(_0x593cee,_0x3cb38b){const _0x4eaf3c=_0x3cb38b[_0x572e('0x7')](_0x593cee[_0x572e('0x4')],_0x572e('0x1')),_0x50bea7=_0x3cb38b[_0x572e('0x7')]([_0x572e('0x1e'),_0x572e('0x1')],_0x593cee);return _0x4eaf3c&&_0x50bea7;}(_0x57fdc4,this[_0x572e('0x1a')][_0x572e('0x1b')][_0x572e('0x1c')]));_0x47802b=_0xc63868(_0x12674e,_0x4570a6[_0x572e('0x1b')]);}else{const _0x53371a=Array['from'](_0x52c88c[_0x572e('0x16')]())[_0x572e('0x19')](_0x2c579f=>Xt(_0x2c579f));_0x47802b=_0xc63868(_0x53371a,_0x4570a6[_0x572e('0x1b')]);}_0x4570a6['model'][_0x572e('0x5')](()=>{for(const _0x2858e8 of _0x47802b)_0x45a384[_0x572e('0x2')](_0x2858e8,{'commandName':_0x572e('0x1'),'commandParams':[{'forceValue':_0x12d730}]});});}),_0x45a384[_0x572e('0xf')]['registerDescriptionCallback'](_0x203465=>{const {data:_0x39ca8a}=_0x203465;if(_0x39ca8a&&_0x572e('0x1')==_0x39ca8a[_0x572e('0xa')]){const _0x3428d2=_0x1240b9(_0x1d45d9,_0x572e('0x12'));return _0x39ca8a[_0x572e('0xe')][0x0][_0x572e('0xb')]?{'type':_0x572e('0x0'),'content':_0x1240b9(_0x1d45d9,_0x572e('0x14'),_0x3428d2)}:{'type':'format','content':_0x1240b9(_0x1d45d9,_0x572e('0x15'),_0x3428d2)};}});}}function Xt(_0x19a670){return'blockQuote'==_0x19a670['parent'][_0x572e('0x1d')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x53b3=['enableCommand','ckbox','commands','editor','TrackChangesEditing','get','plugins'];(function(_0x3c1ae9,_0x53b3ae){const _0xe51ee0=function(_0x544bcf){while(--_0x544bcf){_0x3c1ae9['push'](_0x3c1ae9['shift']());}};_0xe51ee0(++_0x53b3ae);}(_0x53b3,0x160));const _0xe51e=function(_0x3c1ae9,_0x53b3ae){_0x3c1ae9=_0x3c1ae9-0x0;let _0xe51ee0=_0x53b3[_0x3c1ae9];return _0xe51ee0;};import{Plugin as _0x195394}from'ckeditor5/src/core';export default class E extends _0x195394{['afterInit'](){const _0x5d15c0=this[_0xe51e('0x1')];_0x5d15c0[_0xe51e('0x0')]['get'](_0xe51e('0x6'))&&_0x5d15c0[_0xe51e('0x4')][_0xe51e('0x3')](_0xe51e('0x2'))[_0xe51e('0x5')](_0xe51e('0x6'));}}
23
+ const _0x3ba8=['enableCommand','TrackChangesEditing','plugins','afterInit','ckbox','editor'];(function(_0x3546cf,_0x3ba8fc){const _0xd72efa=function(_0x1a11a8){while(--_0x1a11a8){_0x3546cf['push'](_0x3546cf['shift']());}};_0xd72efa(++_0x3ba8fc);}(_0x3ba8,0x71));const _0xd72e=function(_0x3546cf,_0x3ba8fc){_0x3546cf=_0x3546cf-0x0;let _0xd72efa=_0x3ba8[_0x3546cf];return _0xd72efa;};import{Plugin as _0x3a8a14}from'ckeditor5/src/core';export default class E extends _0x3a8a14{[_0xd72e('0x4')](){const _0x5deab7=this[_0xd72e('0x0')];_0x5deab7['commands']['get'](_0xd72e('0x5'))&&_0x5deab7[_0xd72e('0x3')]['get'](_0xd72e('0x2'))[_0xd72e('0x1')]('ckbox');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3a2c=['filter','_descriptionFactory','model','checkChild','get','editor','change','forceValue','language','registerElementLabel','parent','markBlockFormat','selection','commands','codeBlock','plugins','format','blockName','afterInit','languages','label','indentCodeBlock','locale','from','ELEMENT_CODE_BLOCK','rootElement','schema','*Format:*\x20%0','document','isLimit','commandParams','registerDescriptionCallback','getSelectedBlocks','config','CodeBlock','enableCommand'];(function(_0x3c55bd,_0x3a2cea){const _0x14abbd=function(_0x2ceaf3){while(--_0x2ceaf3){_0x3c55bd['push'](_0x3c55bd['shift']());}};_0x14abbd(++_0x3a2cea);}(_0x3a2c,0x161));const _0x14ab=function(_0x3c55bd,_0x3a2cea){_0x3c55bd=_0x3c55bd-0x0;let _0x14abbd=_0x3a2c[_0x3c55bd];return _0x14abbd;};import{Plugin as _0x8a5a85}from'ckeditor5/src/core';import{getTranslation as _0x98d66b}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x1cb696}from'../utils/utils';export default class O extends _0x8a5a85{[_0x14ab('0x19')](){const _0x9bebce=this[_0x14ab('0xc')];if(!_0x9bebce[_0x14ab('0x16')]['has'](_0x14ab('0x5')))return;const _0x45054f=_0x9bebce[_0x14ab('0x16')][_0x14ab('0xb')]('TrackChangesEditing'),_0xa963b=_0x9bebce[_0x14ab('0x1d')],_0x543d4d=_0x9bebce[_0x14ab('0x4')][_0x14ab('0xb')](_0x14ab('0x15'))[_0x14ab('0x1a')],_0x13680d=_0x9bebce[_0x14ab('0x14')][_0x14ab('0xb')](_0x14ab('0x15'));_0x45054f[_0x14ab('0x6')](_0x14ab('0x1c')),_0x45054f['enableCommand']('outdentCodeBlock'),_0x45054f[_0x14ab('0x6')](_0x14ab('0x15'),(_0x4ad073,_0x32be7e={})=>{const _0x59ee62=_0x9bebce['model'],_0x70d1ed=_0x9bebce[_0x14ab('0x9')][_0x14ab('0x23')][_0x14ab('0x13')],_0x13abb6=_0x32be7e&&void 0x0!==_0x32be7e[_0x14ab('0xe')]?_0x32be7e[_0x14ab('0xe')]:!_0x13680d['value'];let _0xf59f08;_0x32be7e[_0x14ab('0xf')]||(_0x32be7e[_0x14ab('0xf')]=_0x543d4d[0x0]['language']),_0xf59f08=_0x13abb6?Array[_0x14ab('0x1e')](_0x70d1ed[_0x14ab('0x3')]())[_0x14ab('0x7')](_0x3128ea=>oo(_0x3128ea)||function(_0x46500f,_0x5f5d30){if(_0x46500f['is'](_0x14ab('0x20'))||_0x5f5d30[_0x14ab('0x0')](_0x46500f))return!0x1;return _0x5f5d30[_0x14ab('0xa')](_0x46500f[_0x14ab('0x11')],_0x14ab('0x15'));}(_0x3128ea,_0x59ee62[_0x14ab('0x21')])):Array['from'](_0x70d1ed[_0x14ab('0x3')]())[_0x14ab('0x7')](_0x1ac32f=>oo(_0x1ac32f));const _0x390727=_0x1cb696(_0xf59f08,_0x59ee62);_0x59ee62[_0x14ab('0xd')](()=>{for(const _0x5bee77 of _0x390727)_0x45054f[_0x14ab('0x12')](_0x5bee77,{'commandName':_0x14ab('0x15'),'commandParams':[{..._0x32be7e,'forceValue':_0x13abb6}],'formatGroupId':_0x14ab('0x18')});});}),(_0x45054f[_0x14ab('0x8')][_0x14ab('0x10')](_0x14ab('0x15'),_0x57e135=>_0x98d66b(_0xa963b,_0x14ab('0x1f'),_0x57e135)),_0x45054f[_0x14ab('0x8')][_0x14ab('0x2')](_0x478bd8=>{const _0x492785=_0xa963b['t'],{type:_0x9ffd66,data:_0x1521f3}=_0x478bd8;if('formatBlock'==_0x9ffd66&&_0x1521f3&&_0x14ab('0x15')==_0x1521f3['commandName']){const _0x37721e=_0x1521f3['commandParams'][0x0][_0x14ab('0xf')],_0x4b71fc=_0x492785(_0x543d4d['find'](_0x59899c=>_0x59899c[_0x14ab('0xf')]===_0x37721e)[_0x14ab('0x1b')]);return _0x1521f3[_0x14ab('0x1')][0x0][_0x14ab('0xe')]?{'type':'format','content':_0x98d66b(_0xa963b,_0x14ab('0x22'),_0x98d66b(_0xa963b,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x4b71fc+')')}:{'type':_0x14ab('0x17'),'content':_0x98d66b(_0xa963b,'*Remove\x20format:*\x20%0',_0x98d66b(_0xa963b,_0x14ab('0x1f'),0x1))};}}));}}function oo(_0x4c2c29){return _0x14ab('0x15')==_0x4c2c29['name'];}
23
+ const _0x4637=['_descriptionFactory','registerDescriptionCallback','commands','label','ELEMENT_CODE_BLOCK','commandParams','locale','has','afterInit','blockName','config','language','*Format:*\x20%0','forceValue','from','find','*Remove\x20format:*\x20%0','CodeBlock','model','enableCommand','checkChild','parent','filter','indentCodeBlock','outdentCodeBlock','editor','codeBlock','getSelectedBlocks','plugins','format','commandName','TrackChangesEditing','change','selection','get'];(function(_0x4686d9,_0x4637cc){const _0x2c5db3=function(_0xf87b28){while(--_0xf87b28){_0x4686d9['push'](_0x4686d9['shift']());}};_0x2c5db3(++_0x4637cc);}(_0x4637,0x18c));const _0x2c5d=function(_0x4686d9,_0x4637cc){_0x4686d9=_0x4686d9-0x0;let _0x2c5db3=_0x4637[_0x4686d9];return _0x2c5db3;};import{Plugin as _0x4a19b7}from'ckeditor5/src/core';import{getTranslation as _0x4a994a}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x2b2453}from'../utils/utils';export default class O extends _0x4a19b7{[_0x2c5d('0x20')](){const _0xeaf733=this[_0x2c5d('0xe')];if(!_0xeaf733[_0x2c5d('0x11')][_0x2c5d('0x1f')](_0x2c5d('0x6')))return;const _0xaf580c=_0xeaf733[_0x2c5d('0x11')][_0x2c5d('0x17')](_0x2c5d('0x14')),_0x244ec6=_0xeaf733[_0x2c5d('0x1e')],_0x36babd=_0xeaf733[_0x2c5d('0x22')][_0x2c5d('0x17')](_0x2c5d('0xf'))['languages'],_0x1c5917=_0xeaf733[_0x2c5d('0x1a')][_0x2c5d('0x17')]('codeBlock');_0xaf580c[_0x2c5d('0x8')](_0x2c5d('0xc')),_0xaf580c[_0x2c5d('0x8')](_0x2c5d('0xd')),_0xaf580c[_0x2c5d('0x8')]('codeBlock',(_0x201a97,_0x23894a={})=>{const _0x2813bb=_0xeaf733['model'],_0x5d4350=_0xeaf733[_0x2c5d('0x7')]['document'][_0x2c5d('0x16')],_0x5ecc48=_0x23894a&&void 0x0!==_0x23894a['forceValue']?_0x23894a[_0x2c5d('0x2')]:!_0x1c5917['value'];let _0x4629fa;_0x23894a['language']||(_0x23894a[_0x2c5d('0x0')]=_0x36babd[0x0][_0x2c5d('0x0')]),_0x4629fa=_0x5ecc48?Array[_0x2c5d('0x3')](_0x5d4350[_0x2c5d('0x10')]())['filter'](_0x2683ed=>to(_0x2683ed)||function(_0x24057c,_0x335e7d){if(_0x24057c['is']('rootElement')||_0x335e7d['isLimit'](_0x24057c))return!0x1;return _0x335e7d[_0x2c5d('0x9')](_0x24057c[_0x2c5d('0xa')],_0x2c5d('0xf'));}(_0x2683ed,_0x2813bb['schema'])):Array[_0x2c5d('0x3')](_0x5d4350['getSelectedBlocks']())[_0x2c5d('0xb')](_0x3bf94f=>to(_0x3bf94f));const _0x580fa6=_0x2b2453(_0x4629fa,_0x2813bb);_0x2813bb[_0x2c5d('0x15')](()=>{for(const _0x26dc8c of _0x580fa6)_0xaf580c['markBlockFormat'](_0x26dc8c,{'commandName':_0x2c5d('0xf'),'commandParams':[{..._0x23894a,'forceValue':_0x5ecc48}],'formatGroupId':_0x2c5d('0x21')});});}),(_0xaf580c[_0x2c5d('0x18')]['registerElementLabel'](_0x2c5d('0xf'),_0x5e8262=>_0x4a994a(_0x244ec6,_0x2c5d('0x1c'),_0x5e8262)),_0xaf580c['_descriptionFactory'][_0x2c5d('0x19')](_0x443616=>{const _0x3e0645=_0x244ec6['t'],{type:_0x1f980a,data:_0x5eb69c}=_0x443616;if('formatBlock'==_0x1f980a&&_0x5eb69c&&_0x2c5d('0xf')==_0x5eb69c[_0x2c5d('0x13')]){const _0x4d0c82=_0x5eb69c[_0x2c5d('0x1d')][0x0]['language'],_0x52d06e=_0x3e0645(_0x36babd[_0x2c5d('0x4')](_0x312feb=>_0x312feb[_0x2c5d('0x0')]===_0x4d0c82)[_0x2c5d('0x1b')]);return _0x5eb69c[_0x2c5d('0x1d')][0x0][_0x2c5d('0x2')]?{'type':_0x2c5d('0x12'),'content':_0x4a994a(_0x244ec6,_0x2c5d('0x1'),_0x4a994a(_0x244ec6,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x52d06e+')')}:{'type':_0x2c5d('0x12'),'content':_0x4a994a(_0x244ec6,_0x2c5d('0x5'),_0x4a994a(_0x244ec6,_0x2c5d('0x1c'),0x1))};}}));}}function to(_0x78aff5){return _0x2c5d('0xf')==_0x78aff5['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2681=['enableCommand','afterInit','get','CommentsEditing','editor','plugins','TrackChangesEditing','addCommentThread','has'];(function(_0x2ba74f,_0x2681a0){const _0x299281=function(_0x3592c7){while(--_0x3592c7){_0x2ba74f['push'](_0x2ba74f['shift']());}};_0x299281(++_0x2681a0);}(_0x2681,0x6f));const _0x2992=function(_0x2ba74f,_0x2681a0){_0x2ba74f=_0x2ba74f-0x0;let _0x299281=_0x2681[_0x2ba74f];return _0x299281;};import{Plugin as _0x51fc98}from'ckeditor5/src/core';export default class F extends _0x51fc98{[_0x2992('0x7')](){const _0x46ca06=this[_0x2992('0x1')];if(!_0x46ca06[_0x2992('0x2')][_0x2992('0x5')](_0x2992('0x0')))return;_0x46ca06[_0x2992('0x2')][_0x2992('0x8')](_0x2992('0x3'))[_0x2992('0x6')](_0x2992('0x4'));}}
23
+ const _0x55d2=['get','enableCommand','plugins','TrackChangesEditing','CommentsEditing','addCommentThread','editor'];(function(_0x4f8b04,_0x55d2ef){const _0x422cb9=function(_0x380c5d){while(--_0x380c5d){_0x4f8b04['push'](_0x4f8b04['shift']());}};_0x422cb9(++_0x55d2ef);}(_0x55d2,0x1b2));const _0x422c=function(_0x4f8b04,_0x55d2ef){_0x4f8b04=_0x4f8b04-0x0;let _0x422cb9=_0x55d2[_0x4f8b04];return _0x422cb9;};import{Plugin as _0x46e1f7}from'ckeditor5/src/core';export default class F extends _0x46e1f7{['afterInit'](){const _0x394675=this[_0x422c('0x6')];if(!_0x394675[_0x422c('0x2')]['has'](_0x422c('0x4')))return;_0x394675['plugins'][_0x422c('0x0')](_0x422c('0x3'))[_0x422c('0x1')](_0x422c('0x5'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x65cf=['createSelection','batch','uiElement','data','merge','options','writer','mapper','unbindElementFromMarkerName','requires','fromRange','selection','markerName','$graveyard','enqueueChange','remove','unlock','markerNameToElements','deleteForward','start','editing','modifySelection','commands','enableCommand','downcastDispatcher','delete','detach','getFirstRange','addMarker:suggestion:deletion','lock','forward','end','unit','buffer','createRange','high','editor','get','model','bind','TrackChangesEditing','document'];(function(_0x461b95,_0x65cfae){const _0x3af803=function(_0x5dfd07){while(--_0x5dfd07){_0x461b95['push'](_0x461b95['shift']());}};_0x3af803(++_0x65cfae);}(_0x65cf,0x18a));const _0x3af8=function(_0x461b95,_0x65cfae){_0x461b95=_0x461b95-0x0;let _0x3af803=_0x65cf[_0x461b95];return _0x3af803;};import{Plugin as _0x45ded6}from'ckeditor5/src/core';import{LiveRange as _0x23dfe2}from'ckeditor5/src/engine';import{Delete as _0x281906}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x4f2e5a}from'./utils';export default class G extends _0x45ded6{static get[_0x3af8('0x23')](){return[_0x281906];}['init'](){const _0x242f4a=this[_0x3af8('0x14')],_0x11fd7e=_0x242f4a['plugins'][_0x3af8('0x15')](_0x3af8('0x18'));_0x11fd7e[_0x3af8('0x7')](_0x3af8('0x9'));const _0x5468ac=_0x242f4a[_0x3af8('0x6')][_0x3af8('0x15')](_0x3af8('0x2'));_0x11fd7e[_0x3af8('0x7')](_0x3af8('0x2'),(_0x25e839,_0x505c3d={})=>{const _0x516e31=_0x242f4a[_0x3af8('0x16')][_0x3af8('0x1a')](_0x242f4a['model'][_0x3af8('0x19')][_0x3af8('0x25')]);_0x516e31['isCollapsed']&&_0x242f4a[_0x3af8('0x16')][_0x3af8('0x5')](_0x516e31,{'direction':_0x3af8('0xe'),'unit':_0x505c3d[_0x3af8('0x10')]});const _0x47e7ae=_0x516e31[_0x3af8('0xb')](),_0x51f556=_0x23dfe2[_0x3af8('0x24')](_0x47e7ae);let _0x236ec4;_0x25e839(_0x505c3d),_0x236ec4=_0x3af8('0x27')==_0x51f556['root']['rootName']?_0x242f4a[_0x3af8('0x16')]['createRange'](_0x47e7ae[_0x3af8('0x3')]):_0x242f4a[_0x3af8('0x16')][_0x3af8('0x12')](_0x51f556[_0x3af8('0x3')],_0x51f556[_0x3af8('0xf')]),_0x51f556[_0x3af8('0xa')](),_0x242f4a['model'][_0x3af8('0x28')](_0x5468ac[_0x3af8('0x11')][_0x3af8('0x1b')],_0x2ff8a5=>{_0x5468ac[_0x3af8('0x11')][_0x3af8('0xd')](),_0x2ff8a5['setSelection'](_0x2ff8a5['createRange'](_0x236ec4[_0x3af8('0xf')])),_0x5468ac['buffer'][_0x3af8('0x0')]();});}),_0x242f4a[_0x3af8('0x4')][_0x3af8('0x8')]['on']('addMarker:suggestion:deletion',_0x4f2e5a(_0x242f4a,_0x3af8('0x1e')),{'priority':_0x3af8('0x13')}),_0x242f4a[_0x3af8('0x1d')][_0x3af8('0x8')]['on'](_0x3af8('0xc'),(_0x36a4f8,_0x4d2c9a,_0x36f947)=>{_0x36f947[_0x3af8('0x1f')]['showSuggestionHighlights']&&_0x4f2e5a(_0x242f4a,_0x3af8('0x1e'),{'showActiveMarker':!0x1})[_0x3af8('0x17')](this)(_0x36a4f8,_0x4d2c9a,_0x36f947);},{'priority':_0x3af8('0x13')}),_0x242f4a[_0x3af8('0x4')][_0x3af8('0x8')]['on']('removeMarker:suggestion:deletion',(_0x238d0f,_0x37f780,_0xd1b905)=>{const _0x2af7d6=_0xd1b905[_0x3af8('0x21')][_0x3af8('0x1')](_0x37f780[_0x3af8('0x26')]);if(_0x2af7d6)for(const _0x2381e1 of _0x2af7d6)_0x2381e1['is'](_0x3af8('0x1c'))&&(_0xd1b905['mapper'][_0x3af8('0x22')](_0x2381e1,_0x37f780[_0x3af8('0x26')]),_0xd1b905[_0x3af8('0x20')][_0x3af8('0x29')](_0x2381e1));},{'priority':_0x3af8('0x13')});}}
23
+ const _0x4502=['fromRange','mapper','batch','get','forward','createRange','delete','isCollapsed','markerName','buffer','merge','commands','plugins','markerNameToElements','TrackChangesEditing','$graveyard','unit','data','detach','addMarker:suggestion:deletion','high','downcastDispatcher','showSuggestionHighlights','setSelection','bind','createSelection','options','modifySelection','unbindElementFromMarkerName','requires','lock','uiElement','model','editor','root','deleteForward','rootName','getFirstRange','enableCommand','enqueueChange','start','removeMarker:suggestion:deletion','writer'];(function(_0xf49204,_0x450236){const _0x155366=function(_0x1a8980){while(--_0x1a8980){_0xf49204['push'](_0xf49204['shift']());}};_0x155366(++_0x450236);}(_0x4502,0xa4));const _0x1553=function(_0xf49204,_0x450236){_0xf49204=_0xf49204-0x0;let _0x155366=_0x4502[_0xf49204];return _0x155366;};import{Plugin as _0x949c29}from'ckeditor5/src/core';import{LiveRange as _0x11206c}from'ckeditor5/src/engine';import{Delete as _0x1a90ec}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x16ff7c}from'./utils';export default class G extends _0x949c29{static get[_0x1553('0x25')](){return[_0x1a90ec];}['init'](){const _0x2c9e44=this[_0x1553('0x29')],_0x5e23f8=_0x2c9e44[_0x1553('0x14')]['get'](_0x1553('0x16'));_0x5e23f8[_0x1553('0x3')](_0x1553('0xe'));const _0x216ed0=_0x2c9e44[_0x1553('0x13')][_0x1553('0xb')](_0x1553('0x0'));_0x5e23f8[_0x1553('0x3')]('deleteForward',(_0x2effad,_0x56b907={})=>{const _0xddf98=_0x2c9e44['model'][_0x1553('0x21')](_0x2c9e44['model']['document']['selection']);_0xddf98[_0x1553('0xf')]&&_0x2c9e44[_0x1553('0x28')][_0x1553('0x23')](_0xddf98,{'direction':_0x1553('0xc'),'unit':_0x56b907[_0x1553('0x18')]});const _0x27ec6a=_0xddf98[_0x1553('0x2')](),_0x4ea716=_0x11206c[_0x1553('0x8')](_0x27ec6a);let _0x45092d;_0x2effad(_0x56b907),_0x45092d=_0x1553('0x17')==_0x4ea716[_0x1553('0x2a')][_0x1553('0x1')]?_0x2c9e44[_0x1553('0x28')]['createRange'](_0x27ec6a[_0x1553('0x5')]):_0x2c9e44['model'][_0x1553('0xd')](_0x4ea716[_0x1553('0x5')],_0x4ea716['end']),_0x4ea716[_0x1553('0x1a')](),_0x2c9e44[_0x1553('0x28')][_0x1553('0x4')](_0x216ed0[_0x1553('0x11')][_0x1553('0xa')],_0x4e2483=>{_0x216ed0[_0x1553('0x11')][_0x1553('0x26')](),_0x4e2483[_0x1553('0x1f')](_0x4e2483[_0x1553('0xd')](_0x45092d['end'])),_0x216ed0[_0x1553('0x11')]['unlock']();});}),_0x2c9e44['editing'][_0x1553('0x1d')]['on'](_0x1553('0x1b'),_0x16ff7c(_0x2c9e44,'merge'),{'priority':'high'}),_0x2c9e44[_0x1553('0x19')][_0x1553('0x1d')]['on'](_0x1553('0x1b'),(_0xaa428c,_0x46976c,_0x9e7af5)=>{_0x9e7af5[_0x1553('0x22')][_0x1553('0x1e')]&&_0x16ff7c(_0x2c9e44,_0x1553('0x12'),{'showActiveMarker':!0x1})[_0x1553('0x20')](this)(_0xaa428c,_0x46976c,_0x9e7af5);},{'priority':_0x1553('0x1c')}),_0x2c9e44['editing'][_0x1553('0x1d')]['on'](_0x1553('0x6'),(_0xcbd0e1,_0x724c61,_0x1d63ca)=>{const _0x2747cc=_0x1d63ca['mapper'][_0x1553('0x15')](_0x724c61[_0x1553('0x10')]);if(_0x2747cc)for(const _0x2abc16 of _0x2747cc)_0x2abc16['is'](_0x1553('0x27'))&&(_0x1d63ca[_0x1553('0x9')][_0x1553('0x24')](_0x2abc16,_0x724c61[_0x1553('0x10')]),_0x1d63ca[_0x1553('0x7')]['remove'](_0x2abc16));},{'priority':_0x1553('0x1c')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4973=['isObject','*Outdent:*\x20%0','formatBlock','mergeListItemBackward','getSelectedBlocks','commands','ELEMENT_LIST_ITEM','editor','getRanges','after','push','*Merge:*\x20%0','DocumentListEditing','slice','createRange','*Format:*\x20remove\x20from\x20%0','forceValue','model','before','*Change\x20to:*\x20%0','_descriptionFactory','commandParams','get','listItemId','commandName','createPositionAt','listIndent','splitListItemAfter','change','previousSibling','afterInit','*Format:*\x20insert\x20into\x20%0','splitListItemBefore','fromRange','registerCustomCallback','*Indent:*\x20%0','enableCommand','deletion','toUpperCase','next','registerDescriptionCallback','start','outdentList','indentList','_suggestionFactory','nodeAfter','nextSibling','containsItem','value','format','numberedList','detach','add','setSelection','parent','bulletedList','documentList','markBlockFormat','map','execute','hasAttribute','plugins','from','registerElementLabel','listType','document','accept','getFirstRange','schema','selection','ELEMENT_','getAttribute','mergeListItemForward','multipleBlocks'];(function(_0x234433,_0x49730d){const _0x1e5077=function(_0x1ff922){while(--_0x1ff922){_0x234433['push'](_0x234433['shift']());}};_0x1e5077(++_0x49730d);}(_0x4973,0xf8));const _0x1e50=function(_0x234433,_0x49730d){_0x234433=_0x234433-0x0;let _0x1e5077=_0x4973[_0x234433];return _0x1e5077;};import{Plugin as _0x555eb4}from'ckeditor5/src/core';import{getTranslation as _0x603ecf}from'../utils/common-translations';import{LiveRange as _0x5203c2}from'ckeditor5/src/engine';export default class L extends _0x555eb4{[_0x1e50('0x4')](){const _0x53f405=this[_0x1e50('0x37')];if(!_0x53f405[_0x1e50('0x23')]['has'](_0x1e50('0x3c')))return;const _0x33243d=_0x53f405['locale'],_0x333302=_0x53f405[_0x1e50('0x23')][_0x1e50('0x46')]('TrackChangesEditing'),_0x4914e8=_0x53f405[_0x1e50('0x23')][_0x1e50('0x46')]('DocumentListUtils');function _0x3117ca(_0x858e00){return()=>{const _0x32586a=_0x53f405[_0x1e50('0x35')][_0x1e50('0x46')](_0x858e00);let _0x3de72e=Array[_0x1e50('0x24')](_0x53f405[_0x1e50('0x41')][_0x1e50('0x27')][_0x1e50('0x2b')][_0x1e50('0x34')]());if(_0x5aea33(_0x858e00)){_0x3de72e=_0x4914e8['expandListBlocksToCompleteList'](_0x3de72e);const _0x32e988=[];for(const _0x2a1f25 of _0x3de72e)_0x4914e8['isFirstBlockOfListItem'](_0x2a1f25)&&_0x32e988['push'](_0x2a1f25);_0x3de72e=_0x32e988;}_0x53f405[_0x1e50('0x41')][_0x1e50('0x2')](()=>{_0x333302['markMultiRangeBlockFormat'](_0x3de72e,{'commandName':_0x858e00,'commandParams':[{'forceValue':!_0x32586a['value']}],'formatGroupId':_0x1e50('0x26')},[],_0x1e50('0x1e'));});};}function _0x55c294(_0x5a2f3c){return()=>{const _0x437861=function(_0x516870){let _0x59a9ae=Array['from'](_0x516870);const _0x31b16c=_0x59a9ae['findIndex'](_0x3a47ae=>!_0x3a47ae[_0x1e50('0x22')](_0x1e50('0x47')));return _0x31b16c>-0x1&&(_0x59a9ae=_0x59a9ae[_0x1e50('0x3d')](0x0,_0x31b16c)),_0x59a9ae;}(_0x53f405['model'][_0x1e50('0x27')][_0x1e50('0x2b')]['getSelectedBlocks']()),_0x56a1cd=_0x437861[_0x437861['length']-0x1],_0x1ba8bf=_0x53f405[_0x1e50('0x41')][_0x1e50('0x2a')][_0x1e50('0x30')](_0x56a1cd)?_0x1e50('0x39'):'end',_0x166b0c=_0x53f405[_0x1e50('0x41')][_0x1e50('0x3e')](_0x53f405['model']['createPositionAt'](_0x437861[0x0],_0x1e50('0x42')),_0x53f405['model'][_0x1e50('0x49')](_0x56a1cd,_0x1ba8bf));_0x53f405['model'][_0x1e50('0x2')](()=>{_0x333302['markBlockFormat'](_0x166b0c,{'commandName':_0x5a2f3c,'commandParams':[],'formatGroupId':'listType'},function(_0x41e77b){const _0x876a91=new Set();for(const _0x2ba047 of _0x41e77b){let _0x511c37=_0x2ba047[_0x1e50('0x14')];for(;_0x511c37&&_0x511c37[_0x1e50('0x2d')](_0x1e50('0x0'))>_0x2ba047[_0x1e50('0x2d')](_0x1e50('0x0'));)_0x876a91[_0x1e50('0x1a')](_0x511c37),_0x511c37=_0x511c37[_0x1e50('0x14')];}return Array['from'](_0x876a91);}(_0x437861));});};}function _0x151643(_0x5c7bdd){return()=>{const _0xbed8ad=_0x53f405[_0x1e50('0x41')]['document']['selection'][_0x1e50('0x34')]()[_0x1e50('0xd')]()[_0x1e50('0x16')],_0x506fef=_0x53f405[_0x1e50('0x41')][_0x1e50('0x49')](_0xbed8ad,_0x1e50('0x42')),_0x24cd68=_0x53f405[_0x1e50('0x41')][_0x1e50('0x49')](_0xbed8ad,0x0),_0x10ce81=_0x53f405['model'][_0x1e50('0x3e')](_0x506fef,_0x24cd68);_0x53f405[_0x1e50('0x41')][_0x1e50('0x2')](()=>{_0x333302[_0x1e50('0x1f')](_0x10ce81,{'commandName':_0x5c7bdd,'commandParams':[],'formatGroupId':'listType'});});};}function _0x5aea33(_0x1f2a8c){const _0x20a13c=_0x53f405[_0x1e50('0x35')][_0x1e50('0x46')](_0x1e50('0x1d'))[_0x1e50('0x16')],_0x169588=_0x53f405[_0x1e50('0x35')][_0x1e50('0x46')](_0x1e50('0x18'))[_0x1e50('0x16')];return _0x1e50('0x18')===_0x1f2a8c?_0x20a13c:_0x169588;}_0x333302[_0x1e50('0xa')](_0x1e50('0x18'),_0x3117ca(_0x1e50('0x18'))),_0x333302[_0x1e50('0xa')](_0x1e50('0x1d'),_0x3117ca(_0x1e50('0x1d'))),_0x333302[_0x1e50('0xa')](_0x1e50('0x11'),_0x55c294('indentList')),_0x333302['enableCommand']('outdentList',_0x55c294(_0x1e50('0x10'))),_0x333302['enableCommand'](_0x1e50('0x1'),_0x151643(_0x1e50('0x1'))),_0x333302['enableCommand'](_0x1e50('0x6'),_0x151643(_0x1e50('0x6'))),_0x333302[_0x1e50('0x44')][_0x1e50('0x25')](function(_0x3f39a4){const _0x982525=!_0x53f405[_0x1e50('0x41')]['schema']['isObject'](_0x3f39a4),_0x205921=_0x3f39a4[_0x1e50('0x3')],_0x1a0d74=_0x3f39a4['nextSibling'],_0x4cc642=_0x3f39a4['getAttribute'](_0x1e50('0x47')),_0x182d5c=!_0x205921||_0x205921['getAttribute'](_0x1e50('0x47'))!==_0x4cc642,_0x397b84=!_0x1a0d74||_0x1a0d74['getAttribute'](_0x1e50('0x47'))!==_0x4cc642;return _0x982525&&Boolean(_0x4cc642)&&_0x182d5c&&_0x397b84;},_0x19f65e=>_0x603ecf(_0x33243d,'ELEMENT_LIST_ITEM',_0x19f65e)),_0x333302['_descriptionFactory'][_0x1e50('0xe')](function(_0x59973b){const {data:_0x4d7d4d}=_0x59973b;if(!_0x4d7d4d)return;let _0xfe2ef6,_0x2ac5a1,_0x5b184e,_0x49c7fd;switch(_0x4d7d4d['commandName']){case'bulletedList':_0x5b184e=_0x4d7d4d[_0x1e50('0x45')][0x0][_0x1e50('0x40')],_0x49c7fd=_0x5aea33(_0x4d7d4d[_0x1e50('0x48')]),_0xfe2ef6=_0x5b184e?_0x1e50('0x5'):_0x1e50('0x3f'),_0x49c7fd&&(_0xfe2ef6=_0x1e50('0x43')),_0x2ac5a1={'type':'format','content':_0x603ecf(_0x33243d,_0xfe2ef6,_0x603ecf(_0x33243d,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x5b184e=_0x4d7d4d[_0x1e50('0x45')][0x0][_0x1e50('0x40')],_0x49c7fd=_0x5aea33(_0x4d7d4d['commandName']),_0xfe2ef6=_0x5b184e?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',_0x49c7fd&&(_0xfe2ef6=_0x1e50('0x43')),_0x2ac5a1={'type':_0x1e50('0x17'),'content':_0x603ecf(_0x33243d,_0xfe2ef6,_0x603ecf(_0x33243d,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0xfe2ef6=_0x1e50('0x9'),_0x2ac5a1={'type':'format','content':_0x603ecf(_0x33243d,_0xfe2ef6,_0x603ecf(_0x33243d,'ELEMENT_LIST_ITEM'))};break;case _0x1e50('0x10'):_0xfe2ef6=function(_0x2920e6){const _0x33998e=_0x2920e6[_0x1e50('0x29')]();let _0x5d4608=_0x33998e[_0x1e50('0xf')][_0x1e50('0x13')];for(;_0x5d4608&&_0x33998e[_0x1e50('0x15')](_0x5d4608);){if(_0x5d4608[_0x1e50('0x2d')](_0x1e50('0x0'))>0x0)return!0x1;_0x5d4608=_0x5d4608['nextSibling'];}return!0x0;}(_0x59973b)?_0x603ecf(_0x33243d,_0x1e50('0x3f'),_0x603ecf(_0x33243d,function(_0xfeb72d){const _0x59ed09=_0xfeb72d[_0x1e50('0x29')]()[_0x1e50('0xf')][_0x1e50('0x13')];return _0x1e50('0x2c')+_0x59ed09['getAttribute'](_0x1e50('0x26'))[_0x1e50('0xc')]()+'_LIST';}(_0x59973b))):_0x603ecf(_0x33243d,_0x1e50('0x31'),_0x603ecf(_0x33243d,_0x1e50('0x36'))),_0x2ac5a1={'type':_0x1e50('0x17'),'content':_0xfe2ef6};break;case _0x1e50('0x33'):case _0x1e50('0x2e'):!0x1===_0x4d7d4d[_0x1e50('0x2f')]&&(_0xfe2ef6=_0x1e50('0x3b'),_0x2ac5a1={'type':_0x1e50('0xb'),'content':_0x603ecf(_0x33243d,_0xfe2ef6,_0x603ecf(_0x33243d,'ELEMENT_LIST_ITEM'))});}return _0x2ac5a1;}),_0x333302[_0x1e50('0x12')][_0x1e50('0x8')](_0x1e50('0x32'),'documentList',_0x1e50('0x28'),function(_0x3d4bad,_0x46d852){const _0x3f95ed=[];for(let _0x1d688a of _0x3d4bad)_0x1d688a[_0x1e50('0xf')]['nodeAfter']===_0x1d688a['end'][_0x1e50('0x1c')]&&(_0x1d688a=_0x53f405[_0x1e50('0x41')][_0x1e50('0x3e')](_0x53f405['model'][_0x1e50('0x49')](_0x1d688a['start'][_0x1e50('0x13')],0x0))),_0x3f95ed[_0x1e50('0x3a')](_0x1d688a);_0x53f405['model'][_0x1e50('0x2')](_0x2dd947=>{const _0x2345e5=_0x53f405['model'][_0x1e50('0x27')]['selection'],_0x491ced=Array[_0x1e50('0x24')](_0x2345e5[_0x1e50('0x38')]())[_0x1e50('0x20')](_0x5d4082=>_0x5203c2[_0x1e50('0x7')](_0x5d4082));_0x2dd947[_0x1e50('0x1b')](_0x3f95ed),_0x53f405[_0x1e50('0x35')]['get'](_0x46d852['commandName'])['refresh'](),_0x46d852[_0x1e50('0x45')][_0x1e50('0x3a')]({'forceDefaultExecution':!0x0}),_0x53f405[_0x1e50('0x21')](_0x46d852[_0x1e50('0x48')],..._0x46d852[_0x1e50('0x45')]),_0x2dd947[_0x1e50('0x1b')](_0x491ced);for(const _0x58cfe9 of _0x491ced)_0x58cfe9[_0x1e50('0x19')]();});});}}
23
+ const _0xd800=['slice','push','*Format:*\x20remove\x20from\x20%0','ELEMENT_NUMBERED_LIST','createPositionAt','commandName','forceValue','listIndent','expandListBlocksToCompleteList','fromRange','isObject','nodeAfter','format','enableCommand','from','*Indent:*\x20%0','previousSibling','has','length','registerCustomCallback','splitListItemAfter','plugins','mergeListItemForward','detach','listItemId','*Format:*\x20insert\x20into\x20%0','value','get','formatBlock','change','map','ELEMENT_LIST_ITEM','multipleBlocks','findIndex','add','execute','getAttribute','ELEMENT_BULLETED_LIST','*Change\x20to:*\x20%0','commandParams','model','end','selection','start','createRange','document','TrackChangesEditing','parent','bulletedList','before','mergeListItemBackward','indentList','_descriptionFactory','nextSibling','documentList','_LIST','toUpperCase','registerElementLabel','outdentList','schema','isFirstBlockOfListItem','numberedList','editor','hasAttribute','*Outdent:*\x20%0','*Merge:*\x20%0','markBlockFormat','listType','commands','containsItem','getSelectedBlocks','getFirstRange','afterInit'];(function(_0x2368ba,_0xd800ee){const _0x38698c=function(_0x13733b){while(--_0x13733b){_0x2368ba['push'](_0x2368ba['shift']());}};_0x38698c(++_0xd800ee);}(_0xd800,0xf8));const _0x3869=function(_0x2368ba,_0xd800ee){_0x2368ba=_0x2368ba-0x0;let _0x38698c=_0xd800[_0x2368ba];return _0x38698c;};import{Plugin as _0x4508a8}from'ckeditor5/src/core';import{getTranslation as _0x25e30c}from'../utils/common-translations';import{LiveRange as _0x2b5f57}from'ckeditor5/src/engine';export default class L extends _0x4508a8{[_0x3869('0x2b')](){const _0x47b98a=this[_0x3869('0x21')];if(!_0x47b98a[_0x3869('0x41')][_0x3869('0x3d')]('DocumentListEditing'))return;const _0x4cd470=_0x47b98a['locale'],_0x1d4e68=_0x47b98a[_0x3869('0x41')][_0x3869('0x47')](_0x3869('0x11')),_0x20a6f5=_0x47b98a[_0x3869('0x41')][_0x3869('0x47')]('DocumentListUtils');function _0x5deb1c(_0x1c7eb9){return()=>{const _0x3f3d27=_0x47b98a[_0x3869('0x27')][_0x3869('0x47')](_0x1c7eb9);let _0x2bc7bf=Array[_0x3869('0x3a')](_0x47b98a[_0x3869('0xb')]['document'][_0x3869('0xd')][_0x3869('0x29')]());if(_0x2e0fcd(_0x1c7eb9)){_0x2bc7bf=_0x20a6f5[_0x3869('0x34')](_0x2bc7bf);const _0x313084=[];for(const _0x4631c2 of _0x2bc7bf)_0x20a6f5[_0x3869('0x1f')](_0x4631c2)&&_0x313084[_0x3869('0x2d')](_0x4631c2);_0x2bc7bf=_0x313084;}_0x47b98a[_0x3869('0xb')][_0x3869('0x0')](()=>{_0x1d4e68['markMultiRangeBlockFormat'](_0x2bc7bf,{'commandName':_0x1c7eb9,'commandParams':[{'forceValue':!_0x3f3d27['value']}],'formatGroupId':_0x3869('0x26')},[],_0x3869('0x19'));});};}function _0x1ded44(_0x42765e){return()=>{const _0x558473=function(_0x4417a8){let _0x47ef82=Array[_0x3869('0x3a')](_0x4417a8);const _0x5349e5=_0x47ef82[_0x3869('0x4')](_0xa40895=>!_0xa40895[_0x3869('0x22')]('listItemId'));return _0x5349e5>-0x1&&(_0x47ef82=_0x47ef82[_0x3869('0x2c')](0x0,_0x5349e5)),_0x47ef82;}(_0x47b98a[_0x3869('0xb')][_0x3869('0x10')][_0x3869('0xd')][_0x3869('0x29')]()),_0x32af51=_0x558473[_0x558473[_0x3869('0x3e')]-0x1],_0x78baac=_0x47b98a['model'][_0x3869('0x1e')][_0x3869('0x36')](_0x32af51)?'after':_0x3869('0xc'),_0x5e94ff=_0x47b98a[_0x3869('0xb')][_0x3869('0xf')](_0x47b98a[_0x3869('0xb')][_0x3869('0x30')](_0x558473[0x0],_0x3869('0x14')),_0x47b98a[_0x3869('0xb')][_0x3869('0x30')](_0x32af51,_0x78baac));_0x47b98a[_0x3869('0xb')]['change'](()=>{_0x1d4e68[_0x3869('0x25')](_0x5e94ff,{'commandName':_0x42765e,'commandParams':[],'formatGroupId':'listType'},function(_0x17f902){const _0x7fcbe=new Set();for(const _0x40abee of _0x17f902){let _0x5dab6b=_0x40abee[_0x3869('0x18')];for(;_0x5dab6b&&_0x5dab6b[_0x3869('0x7')](_0x3869('0x33'))>_0x40abee[_0x3869('0x7')](_0x3869('0x33'));)_0x7fcbe[_0x3869('0x5')](_0x5dab6b),_0x5dab6b=_0x5dab6b[_0x3869('0x18')];}return Array[_0x3869('0x3a')](_0x7fcbe);}(_0x558473));});};}function _0x5bc319(_0x93f8d6){return()=>{const _0x49674e=_0x47b98a[_0x3869('0xb')][_0x3869('0x10')][_0x3869('0xd')][_0x3869('0x29')]()['next']()[_0x3869('0x46')],_0x1765c9=_0x47b98a[_0x3869('0xb')][_0x3869('0x30')](_0x49674e,'before'),_0x3c055d=_0x47b98a[_0x3869('0xb')][_0x3869('0x30')](_0x49674e,0x0),_0x96299e=_0x47b98a['model'][_0x3869('0xf')](_0x1765c9,_0x3c055d);_0x47b98a[_0x3869('0xb')][_0x3869('0x0')](()=>{_0x1d4e68[_0x3869('0x25')](_0x96299e,{'commandName':_0x93f8d6,'commandParams':[],'formatGroupId':'listType'});});};}function _0x2e0fcd(_0x3ffda2){const _0x5ddfe8=_0x47b98a[_0x3869('0x27')][_0x3869('0x47')](_0x3869('0x13'))[_0x3869('0x46')],_0x5a2f9b=_0x47b98a[_0x3869('0x27')]['get'](_0x3869('0x20'))[_0x3869('0x46')];return _0x3869('0x20')===_0x3ffda2?_0x5ddfe8:_0x5a2f9b;}_0x1d4e68[_0x3869('0x39')](_0x3869('0x20'),_0x5deb1c(_0x3869('0x20'))),_0x1d4e68[_0x3869('0x39')](_0x3869('0x13'),_0x5deb1c(_0x3869('0x13'))),_0x1d4e68['enableCommand']('indentList',_0x1ded44(_0x3869('0x16'))),_0x1d4e68[_0x3869('0x39')](_0x3869('0x1d'),_0x1ded44(_0x3869('0x1d'))),_0x1d4e68[_0x3869('0x39')](_0x3869('0x40'),_0x5bc319(_0x3869('0x40'))),_0x1d4e68[_0x3869('0x39')]('splitListItemBefore',_0x5bc319('splitListItemBefore')),_0x1d4e68[_0x3869('0x17')][_0x3869('0x1c')](function(_0x1f589f){const _0x334627=!_0x47b98a['model'][_0x3869('0x1e')][_0x3869('0x36')](_0x1f589f),_0x4206d1=_0x1f589f[_0x3869('0x3c')],_0x492813=_0x1f589f[_0x3869('0x18')],_0x274a57=_0x1f589f[_0x3869('0x7')]('listItemId'),_0x456cc5=!_0x4206d1||_0x4206d1[_0x3869('0x7')]('listItemId')!==_0x274a57,_0x2e93e1=!_0x492813||_0x492813[_0x3869('0x7')](_0x3869('0x44'))!==_0x274a57;return _0x334627&&Boolean(_0x274a57)&&_0x456cc5&&_0x2e93e1;},_0x398795=>_0x25e30c(_0x4cd470,_0x3869('0x2'),_0x398795)),_0x1d4e68[_0x3869('0x17')]['registerDescriptionCallback'](function(_0x3065ad){const {data:_0x4de9d9}=_0x3065ad;if(!_0x4de9d9)return;let _0x4f6931,_0x10f938,_0x3fb883,_0x4b6724;switch(_0x4de9d9[_0x3869('0x31')]){case _0x3869('0x13'):_0x3fb883=_0x4de9d9[_0x3869('0xa')][0x0][_0x3869('0x32')],_0x4b6724=_0x2e0fcd(_0x4de9d9[_0x3869('0x31')]),_0x4f6931=_0x3fb883?'*Format:*\x20insert\x20into\x20%0':_0x3869('0x2e'),_0x4b6724&&(_0x4f6931=_0x3869('0x9')),_0x10f938={'type':_0x3869('0x38'),'content':_0x25e30c(_0x4cd470,_0x4f6931,_0x25e30c(_0x4cd470,_0x3869('0x8')))};break;case _0x3869('0x20'):_0x3fb883=_0x4de9d9[_0x3869('0xa')][0x0]['forceValue'],_0x4b6724=_0x2e0fcd(_0x4de9d9[_0x3869('0x31')]),_0x4f6931=_0x3fb883?_0x3869('0x45'):_0x3869('0x2e'),_0x4b6724&&(_0x4f6931=_0x3869('0x9')),_0x10f938={'type':_0x3869('0x38'),'content':_0x25e30c(_0x4cd470,_0x4f6931,_0x25e30c(_0x4cd470,_0x3869('0x2f')))};break;case _0x3869('0x16'):_0x4f6931=_0x3869('0x3b'),_0x10f938={'type':_0x3869('0x38'),'content':_0x25e30c(_0x4cd470,_0x4f6931,_0x25e30c(_0x4cd470,_0x3869('0x2')))};break;case _0x3869('0x1d'):_0x4f6931=function(_0x181bf5){const _0x55d3cf=_0x181bf5[_0x3869('0x2a')]();let _0x323388=_0x55d3cf[_0x3869('0xe')]['nodeAfter'];for(;_0x323388&&_0x55d3cf[_0x3869('0x28')](_0x323388);){if(_0x323388['getAttribute']('listIndent')>0x0)return!0x1;_0x323388=_0x323388[_0x3869('0x18')];}return!0x0;}(_0x3065ad)?_0x25e30c(_0x4cd470,'*Format:*\x20remove\x20from\x20%0',_0x25e30c(_0x4cd470,function(_0x313b3b){const _0x5d9874=_0x313b3b[_0x3869('0x2a')]()[_0x3869('0xe')][_0x3869('0x37')];return'ELEMENT_'+_0x5d9874[_0x3869('0x7')](_0x3869('0x26'))[_0x3869('0x1b')]()+_0x3869('0x1a');}(_0x3065ad))):_0x25e30c(_0x4cd470,_0x3869('0x23'),_0x25e30c(_0x4cd470,_0x3869('0x2'))),_0x10f938={'type':_0x3869('0x38'),'content':_0x4f6931};break;case _0x3869('0x15'):case _0x3869('0x42'):!0x1===_0x4de9d9[_0x3869('0x3')]&&(_0x4f6931=_0x3869('0x24'),_0x10f938={'type':'deletion','content':_0x25e30c(_0x4cd470,_0x4f6931,_0x25e30c(_0x4cd470,_0x3869('0x2')))});}return _0x10f938;}),_0x1d4e68['_suggestionFactory'][_0x3869('0x3f')](_0x3869('0x48'),_0x3869('0x19'),'accept',function(_0x49666c,_0x31dcef){const _0x27056f=[];for(let _0x19e488 of _0x49666c)_0x19e488['start'][_0x3869('0x37')]===_0x19e488[_0x3869('0xc')][_0x3869('0x12')]&&(_0x19e488=_0x47b98a['model']['createRange'](_0x47b98a[_0x3869('0xb')]['createPositionAt'](_0x19e488[_0x3869('0xe')][_0x3869('0x37')],0x0))),_0x27056f['push'](_0x19e488);_0x47b98a[_0x3869('0xb')][_0x3869('0x0')](_0x23242a=>{const _0x2accbb=_0x47b98a[_0x3869('0xb')]['document'][_0x3869('0xd')],_0x484bdc=Array[_0x3869('0x3a')](_0x2accbb['getRanges']())[_0x3869('0x1')](_0x4bb007=>_0x2b5f57[_0x3869('0x35')](_0x4bb007));_0x23242a['setSelection'](_0x27056f),_0x47b98a['commands'][_0x3869('0x47')](_0x31dcef['commandName'])['refresh'](),_0x31dcef[_0x3869('0xa')][_0x3869('0x2d')]({'forceDefaultExecution':!0x0}),_0x47b98a[_0x3869('0x6')](_0x31dcef[_0x3869('0x31')],..._0x31dcef[_0x3869('0xa')]),_0x23242a['setSelection'](_0x484bdc);for(const _0x2cb6d0 of _0x484bdc)_0x2cb6d0[_0x3869('0x43')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38a1=['TrackChangesEditing','handleListStartCommand','getSelectedBlocks','locale','isListItemBlock','markMultiRangeBlockFormat','handleListReversedCommand','getListTypeFromListStyleType','listStart','_descriptionFactory','commandName','push','_getSuggestionBlocksForListStyle','listReversed','replace','bind','listType','model','DocumentListPropertiesUtils','format','DocumentListUtils','styles','ELEMENT_','toUpperCase','has','enableCommand','expandListBlocksToCompleteList','length','startIndex','*Format:*\x20set\x20order\x20to\x20regular','reversed','selection','_getSuggestionBlocks','*Change\x20to:*\x20%0','afterInit','change','handleDescriptions','_getTranslationKeyForListStyle','commandParams','type','numbered','*Format:*\x20set\x20start\x20index\x20to\x20%0','document','from','editor','_LIST_','list.properties','get','plugins','listStyle','isFirstBlockOfListItem','handleListStyleCommand','getAttribute'];(function(_0x2d33cf,_0x38a129){const _0xc5a236=function(_0x431709){while(--_0x431709){_0x2d33cf['push'](_0x2d33cf['shift']());}};_0xc5a236(++_0x38a129);}(_0x38a1,0x122));const _0xc5a2=function(_0x2d33cf,_0x38a129){_0x2d33cf=_0x2d33cf-0x0;let _0xc5a236=_0x38a1[_0x2d33cf];return _0xc5a236;};import{Plugin as _0x49e10b}from'ckeditor5/src/core';import{getTranslation as _0x8e85b2}from'../utils/common-translations';export default class At extends _0x49e10b{[_0xc5a2('0x9')](){if(!this['editor']['plugins'][_0xc5a2('0x34')]('DocumentListPropertiesEditing'))return;const _0x2902ae=this[_0xc5a2('0x13')]['config'][_0xc5a2('0x16')](_0xc5a2('0x15')),_0x405b28=this['editor'][_0xc5a2('0x17')][_0xc5a2('0x16')](_0xc5a2('0x1c'));_0x2902ae[_0xc5a2('0x31')]&&_0x405b28[_0xc5a2('0x0')](_0xc5a2('0x18'),this[_0xc5a2('0x1a')][_0xc5a2('0x2b')](this)),_0x2902ae['reversed']&&_0x405b28[_0xc5a2('0x0')](_0xc5a2('0x29'),this[_0xc5a2('0x22')][_0xc5a2('0x2b')](this)),_0x2902ae[_0xc5a2('0x3')]&&_0x405b28[_0xc5a2('0x0')](_0xc5a2('0x24'),this[_0xc5a2('0x1d')][_0xc5a2('0x2b')](this)),_0x405b28[_0xc5a2('0x25')]['registerDescriptionCallback'](this[_0xc5a2('0xb')][_0xc5a2('0x2b')](this));}[_0xc5a2('0x1a')](_0x4b0852,_0x4b6122={}){const _0x768da4=this[_0xc5a2('0x13')][_0xc5a2('0x17')][_0xc5a2('0x16')]('TrackChangesEditing'),_0x1231c2=this[_0xc5a2('0x28')]();this[_0xc5a2('0x13')][_0xc5a2('0x2d')][_0xc5a2('0xa')](()=>{_0x768da4[_0xc5a2('0x21')](_0x1231c2,{'commandName':_0xc5a2('0x18'),'commandParams':[{'type':_0x4b6122['type']}],'formatGroupId':_0xc5a2('0x18')});});}[_0xc5a2('0x22')](_0x57ed46,_0x5247a2={}){const _0x52da9d=this[_0xc5a2('0x13')]['plugins'][_0xc5a2('0x16')]('TrackChangesEditing'),_0x2d0f60=this[_0xc5a2('0x13')][_0xc5a2('0x17')]['get'](_0xc5a2('0x30')),_0x3c2442=this[_0xc5a2('0x7')](_0x35a120=>_0x2d0f60[_0xc5a2('0x20')](_0x35a120)&&_0xc5a2('0xf')===_0x35a120[_0xc5a2('0x1b')](_0xc5a2('0x2c')));null!==_0x3c2442&&this['editor'][_0xc5a2('0x2d')][_0xc5a2('0xa')](()=>{_0x52da9d['markMultiRangeBlockFormat'](_0x3c2442,{'commandName':_0xc5a2('0x29'),'commandParams':[{'reversed':_0x5247a2['reversed']}],'formatGroupId':_0xc5a2('0x29')});});}[_0xc5a2('0x1d')](_0x14bede,_0x30d9e4={}){const _0x2033af=this[_0xc5a2('0x13')][_0xc5a2('0x17')]['get']('TrackChangesEditing'),_0x4b72ad=this[_0xc5a2('0x13')][_0xc5a2('0x17')]['get'](_0xc5a2('0x30')),_0x5a6601=this['_getSuggestionBlocks'](_0x39c80b=>_0x4b72ad['isListItemBlock'](_0x39c80b)&&'numbered'===_0x39c80b['getAttribute'](_0xc5a2('0x2c')));null!==_0x5a6601&&this['editor']['model'][_0xc5a2('0xa')](()=>{_0x2033af[_0xc5a2('0x21')](_0x5a6601,{'commandName':'listStart','commandParams':[{'startIndex':_0x30d9e4['startIndex']}],'formatGroupId':_0xc5a2('0x24')});});}[_0xc5a2('0xb')](_0x534456){const _0x1480c5=this[_0xc5a2('0x13')][_0xc5a2('0x1f')],{data:_0x566f3a}=_0x534456;if(!_0x566f3a)return;let _0x25670e,_0x2436f8;switch(_0x566f3a[_0xc5a2('0x26')]){case _0xc5a2('0x18'):_0x25670e=_0xc5a2('0x8'),_0x2436f8={'type':_0xc5a2('0x2f'),'content':_0x8e85b2(_0x1480c5,_0x25670e,_0x8e85b2(_0x1480c5,this[_0xc5a2('0xc')](_0x566f3a[_0xc5a2('0xd')][0x0][_0xc5a2('0xe')])))};break;case _0xc5a2('0x29'):_0x25670e=_0x566f3a['commandParams'][0x0][_0xc5a2('0x5')]?'*Format:*\x20set\x20order\x20to\x20reversed':_0xc5a2('0x4'),_0x2436f8={'type':_0xc5a2('0x2f'),'content':_0x8e85b2(_0x1480c5,_0x25670e)};break;case _0xc5a2('0x24'):_0x25670e=_0xc5a2('0x10'),_0x2436f8={'type':_0xc5a2('0x2f'),'content':_0x8e85b2(_0x1480c5,_0x25670e,_0x566f3a['commandParams'][0x0][_0xc5a2('0x3')])};}return _0x2436f8;}[_0xc5a2('0x28')](){const _0x2837b9=this['editor']['plugins']['get'](_0xc5a2('0x30'));let _0x49e94a=Array[_0xc5a2('0x12')](this[_0xc5a2('0x13')][_0xc5a2('0x2d')][_0xc5a2('0x11')][_0xc5a2('0x6')][_0xc5a2('0x1e')]());return _0x49e94a[_0xc5a2('0x27')](..._0x2837b9[_0xc5a2('0x1')](_0x49e94a)),_0x49e94a=[...new Set(_0x49e94a)],_0x49e94a;}[_0xc5a2('0x7')](_0x5a9d7c){const _0x2d10b2=this['editor'][_0xc5a2('0x17')][_0xc5a2('0x16')](_0xc5a2('0x30'));let _0x10f09e=Array[_0xc5a2('0x12')](this[_0xc5a2('0x13')]['model'][_0xc5a2('0x11')]['selection'][_0xc5a2('0x1e')]())['filter'](_0x5a9d7c);if(!_0x10f09e[_0xc5a2('0x2')])return null;_0x10f09e=_0x2d10b2[_0xc5a2('0x1')](_0x10f09e);const _0x5bcf48=[];for(const _0x1aa5a9 of _0x10f09e)_0x2d10b2[_0xc5a2('0x19')](_0x1aa5a9)&&_0x5bcf48[_0xc5a2('0x27')](_0x1aa5a9);return _0x5bcf48;}['_getTranslationKeyForListStyle'](_0x23d752){return _0xc5a2('0x32')+this['editor']['plugins'][_0xc5a2('0x16')](_0xc5a2('0x2e'))[_0xc5a2('0x23')](_0x23d752)['toUpperCase']()+_0xc5a2('0x14')+_0x23d752[_0xc5a2('0x33')]()[_0xc5a2('0x2a')](/-/g,'_');}}
23
+ const _0x3d92=['afterInit','_LIST_','locale','TrackChangesEditing','handleListStyleCommand','type','has','plugins','*Format:*\x20set\x20order\x20to\x20regular','bind','getAttribute','listReversed','config','handleDescriptions','replace','reversed','model','selection','commandParams','document','getSelectedBlocks','DocumentListPropertiesUtils','_getTranslationKeyForListStyle','styles','handleListStartCommand','format','from','push','listStart','expandListBlocksToCompleteList','handleListReversedCommand','*Change\x20to:*\x20%0','toUpperCase','_getSuggestionBlocksForListStyle','markMultiRangeBlockFormat','listStyle','_descriptionFactory','startIndex','editor','isFirstBlockOfListItem','DocumentListPropertiesEditing','isListItemBlock','get','_getSuggestionBlocks','DocumentListUtils','change','enableCommand','list.properties','*Format:*\x20set\x20order\x20to\x20reversed','*Format:*\x20set\x20start\x20index\x20to\x20%0','listType','ELEMENT_'];(function(_0x4ccb32,_0x3d9230){const _0x1ff0a8=function(_0x5c65b9){while(--_0x5c65b9){_0x4ccb32['push'](_0x4ccb32['shift']());}};_0x1ff0a8(++_0x3d9230);}(_0x3d92,0x1a6));const _0x1ff0=function(_0x4ccb32,_0x3d9230){_0x4ccb32=_0x4ccb32-0x0;let _0x1ff0a8=_0x3d92[_0x4ccb32];return _0x1ff0a8;};import{Plugin as _0x357c96}from'ckeditor5/src/core';import{getTranslation as _0x5f35e7}from'../utils/common-translations';export default class At extends _0x357c96{[_0x1ff0('0x2e')](){if(!this['editor'][_0x1ff0('0x1')][_0x1ff0('0x0')](_0x1ff0('0x22')))return;const _0x191a3a=this['editor'][_0x1ff0('0x6')][_0x1ff0('0x24')](_0x1ff0('0x29')),_0xcac827=this[_0x1ff0('0x20')][_0x1ff0('0x1')][_0x1ff0('0x24')](_0x1ff0('0x31'));_0x191a3a[_0x1ff0('0x11')]&&_0xcac827[_0x1ff0('0x28')](_0x1ff0('0x1d'),this[_0x1ff0('0x32')]['bind'](this)),_0x191a3a['reversed']&&_0xcac827[_0x1ff0('0x28')](_0x1ff0('0x5'),this[_0x1ff0('0x18')][_0x1ff0('0x3')](this)),_0x191a3a['startIndex']&&_0xcac827[_0x1ff0('0x28')](_0x1ff0('0x16'),this['handleListStartCommand'][_0x1ff0('0x3')](this)),_0xcac827[_0x1ff0('0x1e')]['registerDescriptionCallback'](this['handleDescriptions'][_0x1ff0('0x3')](this));}[_0x1ff0('0x32')](_0x3695a8,_0x4170d6={}){const _0x24ab57=this[_0x1ff0('0x20')]['plugins']['get']('TrackChangesEditing'),_0x176e2c=this[_0x1ff0('0x1b')]();this[_0x1ff0('0x20')][_0x1ff0('0xa')]['change'](()=>{_0x24ab57[_0x1ff0('0x1c')](_0x176e2c,{'commandName':_0x1ff0('0x1d'),'commandParams':[{'type':_0x4170d6[_0x1ff0('0x33')]}],'formatGroupId':'listStyle'});});}[_0x1ff0('0x18')](_0x1557f9,_0x4f314c={}){const _0x1033fd=this['editor'][_0x1ff0('0x1')][_0x1ff0('0x24')](_0x1ff0('0x31')),_0x39be80=this[_0x1ff0('0x20')][_0x1ff0('0x1')][_0x1ff0('0x24')]('DocumentListUtils'),_0x234937=this[_0x1ff0('0x25')](_0x38e3b3=>_0x39be80['isListItemBlock'](_0x38e3b3)&&'numbered'===_0x38e3b3[_0x1ff0('0x4')](_0x1ff0('0x2c')));null!==_0x234937&&this[_0x1ff0('0x20')]['model'][_0x1ff0('0x27')](()=>{_0x1033fd[_0x1ff0('0x1c')](_0x234937,{'commandName':_0x1ff0('0x5'),'commandParams':[{'reversed':_0x4f314c[_0x1ff0('0x9')]}],'formatGroupId':'listReversed'});});}[_0x1ff0('0x12')](_0x44d19e,_0x226c5b={}){const _0x2953be=this[_0x1ff0('0x20')]['plugins'][_0x1ff0('0x24')](_0x1ff0('0x31')),_0xc4a499=this[_0x1ff0('0x20')][_0x1ff0('0x1')][_0x1ff0('0x24')](_0x1ff0('0x26')),_0x55ff6a=this[_0x1ff0('0x25')](_0x1e327b=>_0xc4a499[_0x1ff0('0x23')](_0x1e327b)&&'numbered'===_0x1e327b['getAttribute'](_0x1ff0('0x2c')));null!==_0x55ff6a&&this[_0x1ff0('0x20')][_0x1ff0('0xa')][_0x1ff0('0x27')](()=>{_0x2953be['markMultiRangeBlockFormat'](_0x55ff6a,{'commandName':'listStart','commandParams':[{'startIndex':_0x226c5b[_0x1ff0('0x1f')]}],'formatGroupId':_0x1ff0('0x16')});});}[_0x1ff0('0x7')](_0x5d8cfe){const _0xdd22f6=this['editor'][_0x1ff0('0x30')],{data:_0x54bb74}=_0x5d8cfe;if(!_0x54bb74)return;let _0x572eb1,_0x510de1;switch(_0x54bb74['commandName']){case _0x1ff0('0x1d'):_0x572eb1=_0x1ff0('0x19'),_0x510de1={'type':_0x1ff0('0x13'),'content':_0x5f35e7(_0xdd22f6,_0x572eb1,_0x5f35e7(_0xdd22f6,this[_0x1ff0('0x10')](_0x54bb74['commandParams'][0x0][_0x1ff0('0x33')])))};break;case _0x1ff0('0x5'):_0x572eb1=_0x54bb74[_0x1ff0('0xc')][0x0][_0x1ff0('0x9')]?_0x1ff0('0x2a'):_0x1ff0('0x2'),_0x510de1={'type':_0x1ff0('0x13'),'content':_0x5f35e7(_0xdd22f6,_0x572eb1)};break;case _0x1ff0('0x16'):_0x572eb1=_0x1ff0('0x2b'),_0x510de1={'type':_0x1ff0('0x13'),'content':_0x5f35e7(_0xdd22f6,_0x572eb1,_0x54bb74[_0x1ff0('0xc')][0x0][_0x1ff0('0x1f')])};}return _0x510de1;}['_getSuggestionBlocksForListStyle'](){const _0x3c2e88=this['editor'][_0x1ff0('0x1')]['get']('DocumentListUtils');let _0x5bb969=Array['from'](this[_0x1ff0('0x20')][_0x1ff0('0xa')][_0x1ff0('0xd')][_0x1ff0('0xb')][_0x1ff0('0xe')]());return _0x5bb969[_0x1ff0('0x15')](..._0x3c2e88[_0x1ff0('0x17')](_0x5bb969)),_0x5bb969=[...new Set(_0x5bb969)],_0x5bb969;}[_0x1ff0('0x25')](_0x104a19){const _0x53d940=this['editor']['plugins'][_0x1ff0('0x24')](_0x1ff0('0x26'));let _0x264d77=Array[_0x1ff0('0x14')](this['editor'][_0x1ff0('0xa')][_0x1ff0('0xd')][_0x1ff0('0xb')][_0x1ff0('0xe')]())['filter'](_0x104a19);if(!_0x264d77['length'])return null;_0x264d77=_0x53d940[_0x1ff0('0x17')](_0x264d77);const _0x39757b=[];for(const _0x43625c of _0x264d77)_0x53d940[_0x1ff0('0x21')](_0x43625c)&&_0x39757b[_0x1ff0('0x15')](_0x43625c);return _0x39757b;}[_0x1ff0('0x10')](_0xc3c4eb){return _0x1ff0('0x2d')+this[_0x1ff0('0x20')][_0x1ff0('0x1')][_0x1ff0('0x24')](_0x1ff0('0xf'))['getListTypeFromListStyleType'](_0xc3c4eb)[_0x1ff0('0x1a')]()+_0x1ff0('0x2f')+_0xc3c4eb[_0x1ff0('0x1a')]()[_0x1ff0('0x8')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c64=['writer','fromRange','createRange','hasClass','getFirstRange','enter','end','editing','markerNameToElements','nextSibling','TrackChangesEditing','selection','parent','addMarker:suggestion:insertion','markerName','mapper','commands','showSuggestionHighlights','markInsertion','requires','plugins','downcastDispatcher','change','bind','unbindElementFromMarkerName','get','high','detach','setSelection','model','createPositionAt','enterBlock','removeMarker:suggestion:insertion','options','split','afterExecute','init','ck-suggestion-marker-split'];(function(_0x2496df,_0x5c64c2){const _0x4f7694=function(_0xaecff1){while(--_0xaecff1){_0x2496df['push'](_0x2496df['shift']());}};_0x4f7694(++_0x5c64c2);}(_0x5c64,0xfd));const _0x4f76=function(_0x2496df,_0x5c64c2){_0x2496df=_0x2496df-0x0;let _0x4f7694=_0x5c64[_0x2496df];return _0x4f7694;};import{Plugin as _0x36875c}from'ckeditor5/src/core';import{Enter as _0x2cfdd8}from'ckeditor5/src/enter';import{LiveRange as _0x296f0a}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x3c45af}from'./utils';export default class q extends _0x36875c{static get[_0x4f76('0x20')](){return[_0x2cfdd8];}[_0x4f76('0xb')](){const _0x574bdc=this['editor'],_0x3a04aa=_0x574bdc[_0x4f76('0x21')][_0x4f76('0x0')](_0x4f76('0x17')),_0x3d4936=_0x574bdc[_0x4f76('0x1d')][_0x4f76('0x0')](_0x4f76('0x12'));_0x3a04aa['enableCommand']('enter',()=>{_0x574bdc[_0x4f76('0x4')][_0x4f76('0x23')](_0x5bccd6=>{const _0x311276=_0x574bdc['model']['document'][_0x4f76('0x18')],_0x397f81=_0x311276['getFirstPosition'](),_0x2889f1=_0x296f0a[_0x4f76('0xe')](_0x311276[_0x4f76('0x11')]());if(_0x3d4936[_0x4f76('0x6')](_0x5bccd6)){const _0x22582e=_0x574bdc[_0x4f76('0x4')][_0x4f76('0x5')](_0x397f81[_0x4f76('0x19')][_0x4f76('0x16')],0x0),_0x19995d=_0x5bccd6['createRange'](_0x397f81,_0x22582e);_0x3a04aa[_0x4f76('0x1f')](_0x19995d);}else _0x5bccd6[_0x4f76('0x3')](_0x5bccd6[_0x4f76('0xf')](_0x2889f1[_0x4f76('0x13')]));_0x2889f1[_0x4f76('0x2')](),_0x3d4936['fire'](_0x4f76('0xa'),{'writer':_0x5bccd6});});}),_0x574bdc['editing'][_0x4f76('0x22')]['on'](_0x4f76('0x1a'),_0x3c45af(_0x574bdc,_0x4f76('0x9')),{'priority':'high'}),_0x574bdc[_0x4f76('0x14')][_0x4f76('0x22')]['on'](_0x4f76('0x7'),(_0x50dd70,_0x42de18,_0x520d11)=>{const _0x418b26=_0x520d11[_0x4f76('0x1c')][_0x4f76('0x15')](_0x42de18['markerName']);if(_0x418b26)for(const _0x44e4a2 of _0x418b26)_0x44e4a2[_0x4f76('0x10')](_0x4f76('0xc'))&&(_0x520d11[_0x4f76('0x1c')][_0x4f76('0x25')](_0x44e4a2,_0x42de18[_0x4f76('0x1b')]),_0x520d11[_0x4f76('0xd')]['remove'](_0x44e4a2));},{'priority':_0x4f76('0x1')}),_0x574bdc['data'][_0x4f76('0x22')]['on'](_0x4f76('0x1a'),(_0x4c1016,_0x380a05,_0x262df6)=>{_0x262df6[_0x4f76('0x8')][_0x4f76('0x1e')]&&_0x3c45af(_0x574bdc,_0x4f76('0x9'),{'showActiveMarker':!0x1})[_0x4f76('0x24')](this)(_0x4c1016,_0x380a05,_0x262df6);},{'priority':_0x4f76('0x1')});}}
23
+ const _0x4600=['requires','downcastDispatcher','mapper','markInsertion','unbindElementFromMarkerName','createPositionAt','enter','init','commands','getFirstPosition','change','plugins','markerName','fire','selection','addMarker:suggestion:insertion','showSuggestionHighlights','high','fromRange','split','editor','removeMarker:suggestion:insertion','model','ck-suggestion-marker-split','get','end','bind','markerNameToElements','afterExecute','createRange','editing','enableCommand','document','writer','parent','setSelection','options'];(function(_0x369906,_0x4600fa){const _0x32c2e3=function(_0x54e9b6){while(--_0x54e9b6){_0x369906['push'](_0x369906['shift']());}};_0x32c2e3(++_0x4600fa);}(_0x4600,0x149));const _0x32c2=function(_0x369906,_0x4600fa){_0x369906=_0x369906-0x0;let _0x32c2e3=_0x4600[_0x369906];return _0x32c2e3;};import{Plugin as _0x450ffd}from'ckeditor5/src/core';import{Enter as _0x525a71}from'ckeditor5/src/enter';import{LiveRange as _0x1d34da}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0xf905e0}from'./utils';export default class q extends _0x450ffd{static get[_0x32c2('0x4')](){return[_0x525a71];}[_0x32c2('0xb')](){const _0x11959f=this[_0x32c2('0x18')],_0x5f747d=_0x11959f[_0x32c2('0xf')][_0x32c2('0x1c')]('TrackChangesEditing'),_0x530784=_0x11959f[_0x32c2('0xc')][_0x32c2('0x1c')](_0x32c2('0xa'));_0x5f747d[_0x32c2('0x23')](_0x32c2('0xa'),()=>{_0x11959f[_0x32c2('0x1a')][_0x32c2('0xe')](_0x290c53=>{const _0x59f6bb=_0x11959f[_0x32c2('0x1a')][_0x32c2('0x24')][_0x32c2('0x12')],_0x43c13a=_0x59f6bb[_0x32c2('0xd')](),_0x218f83=_0x1d34da[_0x32c2('0x16')](_0x59f6bb['getFirstRange']());if(_0x530784['enterBlock'](_0x290c53)){const _0x307404=_0x11959f[_0x32c2('0x1a')][_0x32c2('0x9')](_0x43c13a[_0x32c2('0x1')]['nextSibling'],0x0),_0x586f45=_0x290c53[_0x32c2('0x21')](_0x43c13a,_0x307404);_0x5f747d[_0x32c2('0x7')](_0x586f45);}else _0x290c53[_0x32c2('0x2')](_0x290c53[_0x32c2('0x21')](_0x218f83[_0x32c2('0x1d')]));_0x218f83['detach'](),_0x530784[_0x32c2('0x11')](_0x32c2('0x20'),{'writer':_0x290c53});});}),_0x11959f[_0x32c2('0x22')][_0x32c2('0x5')]['on'](_0x32c2('0x13'),_0xf905e0(_0x11959f,_0x32c2('0x17')),{'priority':_0x32c2('0x15')}),_0x11959f['editing'][_0x32c2('0x5')]['on'](_0x32c2('0x19'),(_0x4e7ae9,_0x3567ef,_0x242075)=>{const _0x10ab34=_0x242075['mapper'][_0x32c2('0x1f')](_0x3567ef[_0x32c2('0x10')]);if(_0x10ab34)for(const _0x4a8195 of _0x10ab34)_0x4a8195['hasClass'](_0x32c2('0x1b'))&&(_0x242075[_0x32c2('0x6')][_0x32c2('0x8')](_0x4a8195,_0x3567ef['markerName']),_0x242075[_0x32c2('0x0')]['remove'](_0x4a8195));},{'priority':_0x32c2('0x15')}),_0x11959f['data'][_0x32c2('0x5')]['on'](_0x32c2('0x13'),(_0x3eb7ec,_0x32a57a,_0x2cbc20)=>{_0x2cbc20[_0x32c2('0x3')][_0x32c2('0x14')]&&_0xf905e0(_0x11959f,_0x32c2('0x17'),{'showActiveMarker':!0x1})[_0x32c2('0x1e')](this)(_0x3eb7ec,_0x32a57a,_0x2cbc20);},{'priority':'high'});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x32a9=['has','editor','_isInDeletionRange','start','get','TrackChangesEditing','suggestion:deletion','afterInit','string','bind','handleFindCommand','plugins','getIntersection','FindAndReplaceUtils','model','findNext','end','FindAndReplaceEditing','findPrevious','createPositionAt','replaceAll','enableCommand','markers','replace'];(function(_0x347bac,_0x32a9c8){const _0x39e446=function(_0x2326c0){while(--_0x2326c0){_0x347bac['push'](_0x347bac['shift']());}};_0x39e446(++_0x32a9c8);}(_0x32a9,0x140));const _0x39e4=function(_0x347bac,_0x32a9c8){_0x347bac=_0x347bac-0x0;let _0x39e446=_0x32a9[_0x347bac];return _0x39e446;};import{Plugin as _0x449cf9}from'ckeditor5/src/core';export default class z extends _0x449cf9{[_0x39e4('0x17')](){if(!this[_0x39e4('0x11')][_0x39e4('0x3')][_0x39e4('0x10')](_0x39e4('0x9')))return;const _0x2c02c4=this['editor']['plugins']['get'](_0x39e4('0x15'));_0x2c02c4[_0x39e4('0xd')]('find',this[_0x39e4('0x2')][_0x39e4('0x1')](this)),_0x2c02c4[_0x39e4('0xd')](_0x39e4('0x7')),_0x2c02c4[_0x39e4('0xd')](_0x39e4('0xa')),_0x2c02c4[_0x39e4('0xd')](_0x39e4('0xf')),_0x2c02c4['enableCommand'](_0x39e4('0xc'));}['handleFindCommand'](_0x5b404d,_0xb2cb7,_0x1e9f79={}){const _0x297a12=this['editor'][_0x39e4('0x3')][_0x39e4('0x14')](_0x39e4('0x5'));void 0x0!==_0x1e9f79&&_0x5b404d(_0x2fd6cc=>(_0x39e4('0x0')==typeof _0xb2cb7?_0x297a12['findByTextCallback'](_0xb2cb7,_0x1e9f79):_0xb2cb7)(_0x2fd6cc)['filter'](_0x2ba205=>!0x1===this['_isInDeletionRange'](_0x2ba205,_0x2fd6cc['item'])),_0x1e9f79);}[_0x39e4('0x12')](_0x211911,_0x30cbf2){const _0x5a4ca2=this[_0x39e4('0x11')][_0x39e4('0x6')]['createRange'](this[_0x39e4('0x11')][_0x39e4('0x6')][_0x39e4('0xb')](_0x30cbf2,_0x211911[_0x39e4('0x13')]),this[_0x39e4('0x11')][_0x39e4('0x6')][_0x39e4('0xb')](_0x30cbf2,_0x211911[_0x39e4('0x8')]));for(const _0x52379c of this[_0x39e4('0x11')][_0x39e4('0x6')][_0x39e4('0xe')]['getMarkersGroup'](_0x39e4('0x16')))if(null!==_0x5a4ca2[_0x39e4('0x4')](_0x52379c['getRange']()))return!0x0;return!0x1;}}
23
+ const _0x5ba5=['plugins','find','createPositionAt','markers','getMarkersGroup','FindAndReplaceUtils','afterInit','string','handleFindCommand','FindAndReplaceEditing','TrackChangesEditing','item','enableCommand','findPrevious','editor','getRange','bind','filter','model','get','_isInDeletionRange','findNext','getIntersection','replace','has'];(function(_0x46c022,_0x5ba5b3){const _0x42577d=function(_0x3143e7){while(--_0x3143e7){_0x46c022['push'](_0x46c022['shift']());}};_0x42577d(++_0x5ba5b3);}(_0x5ba5,0x18d));const _0x4257=function(_0x46c022,_0x5ba5b3){_0x46c022=_0x46c022-0x0;let _0x42577d=_0x5ba5[_0x46c022];return _0x42577d;};import{Plugin as _0x5b36e1}from'ckeditor5/src/core';export default class z extends _0x5b36e1{[_0x4257('0x9')](){if(!this[_0x4257('0x11')][_0x4257('0x3')][_0x4257('0x2')](_0x4257('0xc')))return;const _0x246226=this[_0x4257('0x11')][_0x4257('0x3')][_0x4257('0x16')](_0x4257('0xd'));_0x246226[_0x4257('0xf')](_0x4257('0x4'),this[_0x4257('0xb')][_0x4257('0x13')](this)),_0x246226[_0x4257('0xf')](_0x4257('0x18')),_0x246226[_0x4257('0xf')](_0x4257('0x10')),_0x246226[_0x4257('0xf')](_0x4257('0x1')),_0x246226['enableCommand']('replaceAll');}[_0x4257('0xb')](_0x34760e,_0x48f599,_0x4365a4={}){const _0x587100=this[_0x4257('0x11')][_0x4257('0x3')][_0x4257('0x16')](_0x4257('0x8'));void 0x0!==_0x4365a4&&_0x34760e(_0x4b3cb0=>(_0x4257('0xa')==typeof _0x48f599?_0x587100['findByTextCallback'](_0x48f599,_0x4365a4):_0x48f599)(_0x4b3cb0)[_0x4257('0x14')](_0x46d4f5=>!0x1===this[_0x4257('0x17')](_0x46d4f5,_0x4b3cb0[_0x4257('0xe')])),_0x4365a4);}[_0x4257('0x17')](_0x53b2f7,_0x21a5a9){const _0x537310=this[_0x4257('0x11')][_0x4257('0x15')]['createRange'](this['editor'][_0x4257('0x15')][_0x4257('0x5')](_0x21a5a9,_0x53b2f7['start']),this[_0x4257('0x11')]['model'][_0x4257('0x5')](_0x21a5a9,_0x53b2f7['end']));for(const _0x151422 of this[_0x4257('0x11')]['model'][_0x4257('0x6')][_0x4257('0x7')]('suggestion:deletion'))if(null!==_0x537310[_0x4257('0x0')](_0x151422[_0x4257('0x12')]()))return!0x0;return!0x1;}}