@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230726.0 → 0.0.0-nightly-20230727.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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": "0.0.0-nightly-20230726.0",
3
+ "version": "0.0.0-nightly-20230727.0",
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": "0.0.0-nightly-20230726.0",
43
- "ckeditor5-collaboration": "0.0.0-nightly-20230726.0",
42
+ "ckeditor5": "0.0.0-nightly-20230727.0",
43
+ "ckeditor5-collaboration": "0.0.0-nightly-20230727.0",
44
44
  "lodash-es": "4.17.21"
45
45
  },
46
46
  "engines": {
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x101f=['canEditAt','track-changes-accept-suggestion-not-found','TrackChangesEditing','_suggestions','editor','refresh','isEnabled','plugins','model'];(function(_0x312f35,_0x101fab){const _0x13e553=function(_0x18f695){while(--_0x18f695){_0x312f35['push'](_0x312f35['shift']());}};_0x13e553(++_0x101fab);}(_0x101f,0x132));const _0x13e5=function(_0x312f35,_0x101fab){_0x312f35=_0x312f35-0x0;let _0x13e553=_0x101f[_0x312f35];return _0x13e553;};import{Command as _0x459849}from'ckeditor5/src/core';import{CKEditorError as _0x229bab}from'ckeditor5/src/utils';export default class M extends _0x459849{constructor(_0x4aaaa7,_0x136529){super(_0x4aaaa7),this[_0x13e5('0x3')]=_0x136529,this[_0x13e5('0x5')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x13e5('0x5')](){this[_0x13e5('0x6')]=!0x0;}['execute'](_0x503497){const _0x1bebef=this[_0x13e5('0x3')]['get'](_0x503497);if(!_0x1bebef)throw new _0x229bab(_0x13e5('0x1'),this);const _0x37e1c5=_0x1bebef['getRanges']();this[_0x13e5('0x4')][_0x13e5('0x8')][_0x13e5('0x0')](_0x37e1c5)&&this[_0x13e5('0x4')][_0x13e5('0x7')]['get'](_0x13e5('0x2'))['acceptSuggestion'](_0x1bebef);}}
23
+ const _0x3c7c=['canEditAt','model','isEnabled','refresh','editor','plugins','track-changes-accept-suggestion-not-found','get','acceptSuggestion','_suggestions'];(function(_0x114e2b,_0x3c7c97){const _0x5c8305=function(_0x4f0f3b){while(--_0x4f0f3b){_0x114e2b['push'](_0x114e2b['shift']());}};_0x5c8305(++_0x3c7c97);}(_0x3c7c,0xac));const _0x5c83=function(_0x114e2b,_0x3c7c97){_0x114e2b=_0x114e2b-0x0;let _0x5c8305=_0x3c7c[_0x114e2b];return _0x5c8305;};import{Command as _0x474dcb}from'ckeditor5/src/core';import{CKEditorError as _0x519fec}from'ckeditor5/src/utils';export default class M extends _0x474dcb{constructor(_0x3a0a64,_0x2b5f2c){super(_0x3a0a64),this[_0x5c83('0x7')]=_0x2b5f2c,this[_0x5c83('0x1')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x5c83('0x1')](){this[_0x5c83('0x0')]=!0x0;}['execute'](_0x3bba8a){const _0x416f8d=this[_0x5c83('0x7')][_0x5c83('0x5')](_0x3bba8a);if(!_0x416f8d)throw new _0x519fec(_0x5c83('0x4'),this);const _0x1daa26=_0x416f8d['getRanges']();this[_0x5c83('0x2')][_0x5c83('0x9')][_0x5c83('0x8')](_0x1daa26)&&this['editor'][_0x5c83('0x3')][_0x5c83('0x5')]('TrackChangesEditing')[_0x5c83('0x6')](_0x416f8d);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3cb3=['_suggestions','TrackChangesEditing','isEnabled','plugins','discardSuggestion','editor','track-changes-discard-suggestion-not-found','get','execute','_isEnabledBasedOnSelection','refresh','getRanges'];(function(_0x32a0ea,_0x3cb30d){const _0x3e3101=function(_0x5e3882){while(--_0x5e3882){_0x32a0ea['push'](_0x32a0ea['shift']());}};_0x3e3101(++_0x3cb30d);}(_0x3cb3,0x138));const _0x3e31=function(_0x32a0ea,_0x3cb30d){_0x32a0ea=_0x32a0ea-0x0;let _0x3e3101=_0x3cb3[_0x32a0ea];return _0x3e3101;};import{Command as _0x3788de}from'ckeditor5/src/core';import{CKEditorError as _0x4483f9}from'ckeditor5/src/utils';export default class $ extends _0x3788de{constructor(_0x22f4f3,_0x2fdf40){super(_0x22f4f3),this[_0x3e31('0x0')]=_0x2fdf40,this[_0x3e31('0xa')](),this[_0x3e31('0x9')]=!0x1;}['refresh'](){this[_0x3e31('0x2')]=!0x0;}[_0x3e31('0x8')](_0x3f200f){const _0x473013=this[_0x3e31('0x0')][_0x3e31('0x7')](_0x3f200f);if(!_0x473013)throw new _0x4483f9(_0x3e31('0x6'),this);const _0x5d26ab=_0x473013[_0x3e31('0xb')]();this[_0x3e31('0x5')]['model']['canEditAt'](_0x5d26ab)&&this[_0x3e31('0x5')][_0x3e31('0x3')][_0x3e31('0x7')](_0x3e31('0x1'))[_0x3e31('0x4')](_0x473013);}}
23
+ const _0x25fa=['model','refresh','plugins','isEnabled','TrackChangesEditing','editor','track-changes-discard-suggestion-not-found','getRanges','_isEnabledBasedOnSelection','canEditAt','get','discardSuggestion','_suggestions'];(function(_0x25cea8,_0x25fa9d){const _0x83e709=function(_0x50efc3){while(--_0x50efc3){_0x25cea8['push'](_0x25cea8['shift']());}};_0x83e709(++_0x25fa9d);}(_0x25fa,0x102));const _0x83e7=function(_0x25cea8,_0x25fa9d){_0x25cea8=_0x25cea8-0x0;let _0x83e709=_0x25fa[_0x25cea8];return _0x83e709;};import{Command as _0x2ecfec}from'ckeditor5/src/core';import{CKEditorError as _0x4f4833}from'ckeditor5/src/utils';export default class $ extends _0x2ecfec{constructor(_0x4ad2fc,_0x3e8c84){super(_0x4ad2fc),this[_0x83e7('0x1')]=_0x3e8c84,this[_0x83e7('0x3')](),this[_0x83e7('0xa')]=!0x1;}[_0x83e7('0x3')](){this[_0x83e7('0x5')]=!0x0;}['execute'](_0x17e39a){const _0x183b68=this[_0x83e7('0x1')]['get'](_0x17e39a);if(!_0x183b68)throw new _0x4f4833(_0x83e7('0x8'),this);const _0x201e47=_0x183b68[_0x83e7('0x9')]();this[_0x83e7('0x7')][_0x83e7('0x2')][_0x83e7('0xb')](_0x201e47)&&this['editor'][_0x83e7('0x4')][_0x83e7('0xc')](_0x83e7('0x6'))[_0x83e7('0x0')](_0x183b68);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4fc3=['_command','from','isInContent','isEnabled','editor','model','canEditAt','getRanges','values','some','_isEnabledBasedOnSelection','_suggestions','refresh'];(function(_0x13dd7a,_0x4fc353){const _0x529164=function(_0x180532){while(--_0x180532){_0x13dd7a['push'](_0x13dd7a['shift']());}};_0x529164(++_0x4fc353);}(_0x4fc3,0x69));const _0x5291=function(_0x13dd7a,_0x4fc353){_0x13dd7a=_0x13dd7a-0x0;let _0x529164=_0x4fc3[_0x13dd7a];return _0x529164;};import{Command as _0x2842ef}from'ckeditor5/src/core';import{sortSuggestions as _0x5bf6a1,executeCommandForSuggestions as _0x2d80e4}from'../utils/utils';export default class N extends _0x2842ef{constructor(_0x1e707b,_0x4d1621,_0x53008d){super(_0x1e707b),this[_0x5291('0xc')]=_0x4d1621,this[_0x5291('0xa')]=_0x53008d,this[_0x5291('0xb')](),this[_0x5291('0x9')]=!0x1;}[_0x5291('0xb')](){const _0x32d7ba=Array[_0x5291('0x0')](this[_0x5291('0xa')][_0x5291('0x7')]())[_0x5291('0x8')](_0x14ec99=>_0x14ec99[_0x5291('0x1')]);this[_0x5291('0x2')]=this['_command'][_0x5291('0x2')]&&_0x32d7ba;}['execute'](){const _0x299c07=_0x5bf6a1(Array[_0x5291('0x0')](this['_suggestions'][_0x5291('0x7')]()));for(const _0x8dbb75 of _0x299c07){const _0x121698=_0x8dbb75[_0x5291('0x6')]();if(!this['editor'][_0x5291('0x4')][_0x5291('0x5')](_0x121698))return;}_0x2d80e4(this[_0x5291('0x3')]['model'],this[_0x5291('0xc')],_0x299c07);}}
23
+ const _0x35d9=['_isEnabledBasedOnSelection','values','getRanges','model','from','isInContent','_command','isEnabled','some','editor','_suggestions','refresh','execute'];(function(_0x422f69,_0x35d916){const _0x5479ff=function(_0x45e750){while(--_0x45e750){_0x422f69['push'](_0x422f69['shift']());}};_0x5479ff(++_0x35d916);}(_0x35d9,0x17a));const _0x5479=function(_0x422f69,_0x35d916){_0x422f69=_0x422f69-0x0;let _0x5479ff=_0x35d9[_0x422f69];return _0x5479ff;};import{Command as _0xdb5c00}from'ckeditor5/src/core';import{sortSuggestions as _0x189e94,executeCommandForSuggestions as _0x364ad1}from'../utils/utils';export default class N extends _0xdb5c00{constructor(_0x592981,_0x481dfe,_0x539ec2){super(_0x592981),this['_command']=_0x481dfe,this[_0x5479('0x9')]=_0x539ec2,this[_0x5479('0xa')](),this[_0x5479('0xc')]=!0x1;}['refresh'](){const _0xd0f0a6=Array[_0x5479('0x3')](this[_0x5479('0x9')][_0x5479('0x0')]())[_0x5479('0x7')](_0x917572=>_0x917572[_0x5479('0x4')]);this[_0x5479('0x6')]=this[_0x5479('0x5')][_0x5479('0x6')]&&_0xd0f0a6;}[_0x5479('0xb')](){const _0x355931=_0x189e94(Array['from'](this['_suggestions']['values']()));for(const _0x3ad760 of _0x355931){const _0x35ebe0=_0x3ad760[_0x5479('0x1')]();if(!this[_0x5479('0x8')][_0x5479('0x2')]['canEditAt'](_0x35ebe0))return;}_0x364ad1(this['editor'][_0x5479('0x2')],this['_command'],_0x355931);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3251=['_selectedSuggestions','_suggestions','model','isEnabled','getRanges','execute','editor','from','_command','values','canEditAt','selection','refresh'];(function(_0x4021d6,_0x3251a2){const _0x46456a=function(_0x3256ad){while(--_0x3256ad){_0x4021d6['push'](_0x4021d6['shift']());}};_0x46456a(++_0x3251a2);}(_0x3251,0x171));const _0x4645=function(_0x4021d6,_0x3251a2){_0x4021d6=_0x4021d6-0x0;let _0x46456a=_0x3251[_0x4021d6];return _0x46456a;};import{Command as _0x55209f}from'ckeditor5/src/core';import{sortSuggestions as _0x3096ce,getSelectedSuggestions as _0x57e06f,executeCommandForSuggestions as _0x39748c}from'../utils/utils';export default class R extends _0x55209f{constructor(_0x5b2a4d,_0x54ae07,_0x3495a3){super(_0x5b2a4d),this[_0x4645('0x3')]=_0x54ae07,this[_0x4645('0x9')]=_0x3495a3,this[_0x4645('0x8')]=new Set(),this[_0x4645('0x7')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x4645('0x7')](){const _0x139698=this[_0x4645('0x1')][_0x4645('0xa')]['document'][_0x4645('0x6')],_0xb81f51=Array[_0x4645('0x2')](this[_0x4645('0x9')][_0x4645('0x4')]());this[_0x4645('0x8')]=_0x57e06f(_0x139698,_0xb81f51),this[_0x4645('0xb')]=this['_command'][_0x4645('0xb')]&&!!this[_0x4645('0x8')]['size'];}[_0x4645('0x0')](){const _0xc304f6=_0x3096ce(Array[_0x4645('0x2')](this[_0x4645('0x8')]));for(const _0x5a9fab of _0xc304f6){const _0x424a29=_0x5a9fab[_0x4645('0xc')]();if(!this[_0x4645('0x1')][_0x4645('0xa')][_0x4645('0x5')](_0x424a29))return;}_0x39748c(this['editor']['model'],this['_command'],_0xc304f6);}}
23
+ const _0xf2fb=['isEnabled','execute','canEditAt','getRanges','from','_command','editor','selection','values','refresh','size','model','_selectedSuggestions','_suggestions'];(function(_0x38819c,_0xf2fb45){const _0x9051eb=function(_0x53e7b7){while(--_0x53e7b7){_0x38819c['push'](_0x38819c['shift']());}};_0x9051eb(++_0xf2fb45);}(_0xf2fb,0x151));const _0x9051=function(_0x38819c,_0xf2fb45){_0x38819c=_0x38819c-0x0;let _0x9051eb=_0xf2fb[_0x38819c];return _0x9051eb;};import{Command as _0x54a7e0}from'ckeditor5/src/core';import{sortSuggestions as _0x1f76df,getSelectedSuggestions as _0x3401c5,executeCommandForSuggestions as _0x3ea2e0}from'../utils/utils';export default class R extends _0x54a7e0{constructor(_0x32e43a,_0x5e3df2,_0x37f4a9){super(_0x32e43a),this[_0x9051('0x4')]=_0x5e3df2,this[_0x9051('0xc')]=_0x37f4a9,this[_0x9051('0xb')]=new Set(),this[_0x9051('0x8')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x9051('0x8')](){const _0x4c4e2e=this[_0x9051('0x5')][_0x9051('0xa')]['document'][_0x9051('0x6')],_0x557c7b=Array[_0x9051('0x3')](this[_0x9051('0xc')][_0x9051('0x7')]());this[_0x9051('0xb')]=_0x3401c5(_0x4c4e2e,_0x557c7b),this['isEnabled']=this[_0x9051('0x4')][_0x9051('0xd')]&&!!this[_0x9051('0xb')][_0x9051('0x9')];}[_0x9051('0x0')](){const _0x5b05f2=_0x1f76df(Array[_0x9051('0x3')](this['_selectedSuggestions']));for(const _0x2a419c of _0x5b05f2){const _0x4866fd=_0x2a419c[_0x9051('0x2')]();if(!this[_0x9051('0x5')][_0x9051('0xa')][_0x9051('0x1')](_0x4866fd))return;}_0x3ea2e0(this[_0x9051('0x5')]['model'],this['_command'],_0x5b05f2);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x472b=['editor','refresh','has','commands','forceDisabled','_isEnabledBasedOnSelection','_enabledCommands','execute','value','TrackChangesCommand','affectsData','_enableCommands','_disableUnsupportedCommands'];(function(_0x398cef,_0x472bdb){const _0x331a40=function(_0x545f90){while(--_0x545f90){_0x398cef['push'](_0x398cef['shift']());}};_0x331a40(++_0x472bdb);}(_0x472b,0x155));const _0x331a=function(_0x398cef,_0x472bdb){_0x398cef=_0x398cef-0x0;let _0x331a40=_0x472b[_0x398cef];return _0x331a40;};import{Command as _0x41025d}from'ckeditor5/src/core';export default class _ extends _0x41025d{constructor(_0x3e6a65,_0x19dd5f){super(_0x3e6a65),this[_0x331a('0x3')]=_0x19dd5f,this[_0x331a('0x5')]=!0x1,this[_0x331a('0xb')](),this[_0x331a('0x2')]=!0x1;}[_0x331a('0xb')](){this['isEnabled']=!0x0;}[_0x331a('0x4')](){this[_0x331a('0x5')]=!this[_0x331a('0x5')],this[_0x331a('0x5')]?this[_0x331a('0x9')]():this[_0x331a('0x8')]();}['_disableUnsupportedCommands'](){for(const _0x1ab4dd of this[_0x331a('0xa')][_0x331a('0x0')][_0x331a('0x0')]())_0x1ab4dd[_0x331a('0x7')]&&!this['_enabledCommands'][_0x331a('0xc')](_0x1ab4dd)&&_0x1ab4dd[_0x331a('0x1')](_0x331a('0x6'));}[_0x331a('0x8')](){for(const _0x31fd26 of this[_0x331a('0xa')][_0x331a('0x0')][_0x331a('0x0')]())_0x31fd26[_0x331a('0x7')]&&!this[_0x331a('0x3')][_0x331a('0xc')](_0x31fd26)&&_0x31fd26['clearForceDisabled']('TrackChangesCommand');}}
23
+ const _0x55bd=['TrackChangesCommand','clearForceDisabled','_enabledCommands','value','_disableUnsupportedCommands','has','isEnabled','refresh','_isEnabledBasedOnSelection','forceDisabled','commands','affectsData','_enableCommands','execute','editor'];(function(_0x503be0,_0x55bdf3){const _0x42bbd7=function(_0x14fbbd){while(--_0x14fbbd){_0x503be0['push'](_0x503be0['shift']());}};_0x42bbd7(++_0x55bdf3);}(_0x55bd,0x1b5));const _0x42bb=function(_0x503be0,_0x55bdf3){_0x503be0=_0x503be0-0x0;let _0x42bbd7=_0x55bd[_0x503be0];return _0x42bbd7;};import{Command as _0x1dfa02}from'ckeditor5/src/core';export default class _ extends _0x1dfa02{constructor(_0x35c21f,_0x581d5d){super(_0x35c21f),this[_0x42bb('0x0')]=_0x581d5d,this[_0x42bb('0x1')]=!0x1,this[_0x42bb('0x5')](),this[_0x42bb('0x6')]=!0x1;}[_0x42bb('0x5')](){this[_0x42bb('0x4')]=!0x0;}[_0x42bb('0xb')](){this['value']=!this[_0x42bb('0x1')],this[_0x42bb('0x1')]?this['_disableUnsupportedCommands']():this[_0x42bb('0xa')]();}[_0x42bb('0x2')](){for(const _0x1c83ea of this['editor'][_0x42bb('0x8')][_0x42bb('0x8')]())_0x1c83ea[_0x42bb('0x9')]&&!this[_0x42bb('0x0')][_0x42bb('0x3')](_0x1c83ea)&&_0x1c83ea[_0x42bb('0x7')]('TrackChangesCommand');}['_enableCommands'](){for(const _0x39d01b of this[_0x42bb('0xc')][_0x42bb('0x8')][_0x42bb('0x8')]())_0x39d01b[_0x42bb('0x9')]&&!this[_0x42bb('0x0')][_0x42bb('0x3')](_0x39d01b)&&_0x39d01b[_0x42bb('0xe')](_0x42bb('0xd'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3104=['getSelectedBlocks','contentLanguageDirection','AlignmentEditing','left','change','has','document','FORMAT_ALIGN_TO_CENTER','markBlockFormat','ltr','model','locale','schema','commandName','alignment','FORMAT_ALIGN_TO_LEFT','center','checkAttribute','right','getAttribute','commandParams','enableCommand','get','editor','FORMAT_JUSTIFY_TEXT','value','*Format:*\x20%0','format','_descriptionFactory'];(function(_0x285c8f,_0x3104d2){const _0x245733=function(_0x44aa1e){while(--_0x44aa1e){_0x285c8f['push'](_0x285c8f['shift']());}};_0x245733(++_0x3104d2);}(_0x3104,0x6e));const _0x2457=function(_0x285c8f,_0x3104d2){_0x285c8f=_0x285c8f-0x0;let _0x245733=_0x3104[_0x285c8f];return _0x245733;};import{Plugin as _0x15820a}from'ckeditor5/src/core';import{getTranslation as _0x301807}from'../utils/common-translations';export default class x extends _0x15820a{['afterInit'](){const _0x57e4f6=this[_0x2457('0x0')],_0x1f1612=_0x57e4f6[_0x2457('0x11')];if(!_0x57e4f6['plugins'][_0x2457('0xb')](_0x2457('0x8')))return;const _0x46a13f=_0x57e4f6['plugins'][_0x2457('0x1c')]('TrackChangesEditing');_0x46a13f[_0x2457('0x1b')](_0x2457('0x14'),(_0x29830b,_0xd5e81d={})=>{let _0x223d11=_0xd5e81d[_0x2457('0x2')];_0xd5e81d[_0x2457('0x2')]||(_0x223d11=_0x2457('0xf')===_0x57e4f6[_0x2457('0x11')][_0x2457('0x7')]?_0x2457('0x9'):_0x2457('0x18'));const _0x2f85ff=Array['from'](this['editor'][_0x2457('0x10')][_0x2457('0xc')]['selection'][_0x2457('0x6')]())['filter'](_0x3bd5fc=>function(_0x299ecc,_0xc1f71,_0x1d00a3){const _0x26c48d=_0x299ecc[_0x2457('0x19')](_0x2457('0x14'))||null;return _0xc1f71[_0x2457('0x17')](_0x299ecc,'alignment')&&_0x1d00a3!=_0x26c48d;}(_0x3bd5fc,this['editor'][_0x2457('0x10')][_0x2457('0x12')],_0x223d11));_0x57e4f6[_0x2457('0x10')][_0x2457('0xa')](()=>{for(const _0x3acac3 of _0x2f85ff)_0x46a13f[_0x2457('0xe')](_0x3acac3,{'commandName':_0x2457('0x14'),'commandParams':[{'value':_0x223d11}]});});}),_0x46a13f[_0x2457('0x5')]['registerDescriptionCallback'](_0x3401a5=>{const {data:_0x3a6864}=_0x3401a5;if(_0x3a6864&&_0x2457('0x14')==_0x3a6864[_0x2457('0x13')]){const _0x1ce9ef=_0x3a6864[_0x2457('0x1a')][0x0][_0x2457('0x2')];return{'type':_0x2457('0x4'),'content':_0x301807(_0x1f1612,_0x2457('0x3'),function(_0x45f4ea){switch(_0x45f4ea){case'left':return _0x301807(_0x1f1612,_0x2457('0x15'));case _0x2457('0x18'):return _0x301807(_0x1f1612,'FORMAT_ALIGN_TO_RIGHT');case _0x2457('0x16'):return _0x301807(_0x1f1612,_0x2457('0xd'));case'justify':return _0x301807(_0x1f1612,_0x2457('0x1'));}}(_0x1ce9ef))};}});}}
23
+ const _0x5563=['plugins','FORMAT_ALIGN_TO_RIGHT','format','change','right','contentLanguageDirection','commandParams','from','*Format:*\x20%0','markBlockFormat','registerDescriptionCallback','justify','FORMAT_ALIGN_TO_LEFT','TrackChangesEditing','FORMAT_ALIGN_TO_CENTER','value','model','getAttribute','alignment','has','editor','get','locale','enableCommand','left','commandName','getSelectedBlocks','FORMAT_JUSTIFY_TEXT'];(function(_0x2d9cbf,_0x5563d4){const _0x3917bc=function(_0x3ef7f2){while(--_0x3ef7f2){_0x2d9cbf['push'](_0x2d9cbf['shift']());}};_0x3917bc(++_0x5563d4);}(_0x5563,0x123));const _0x3917=function(_0x2d9cbf,_0x5563d4){_0x2d9cbf=_0x2d9cbf-0x0;let _0x3917bc=_0x5563[_0x2d9cbf];return _0x3917bc;};import{Plugin as _0x632208}from'ckeditor5/src/core';import{getTranslation as _0x4d08be}from'../utils/common-translations';export default class x extends _0x632208{['afterInit'](){const _0x265cc0=this[_0x3917('0x9')],_0x4b9167=_0x265cc0[_0x3917('0xb')];if(!_0x265cc0[_0x3917('0x11')][_0x3917('0x8')]('AlignmentEditing'))return;const _0x4af125=_0x265cc0['plugins'][_0x3917('0xa')](_0x3917('0x2'));_0x4af125[_0x3917('0xc')](_0x3917('0x7'),(_0x3ae5f2,_0x1cf9ad={})=>{let _0x4e4dfe=_0x1cf9ad[_0x3917('0x4')];_0x1cf9ad[_0x3917('0x4')]||(_0x4e4dfe='ltr'===_0x265cc0[_0x3917('0xb')][_0x3917('0x16')]?_0x3917('0xd'):_0x3917('0x15'));const _0x33ffd3=Array[_0x3917('0x18')](this[_0x3917('0x9')][_0x3917('0x5')]['document']['selection'][_0x3917('0xf')]())['filter'](_0x5b0850=>function(_0x3cfdc9,_0x4c351f,_0x445d86){const _0x14f5d1=_0x3cfdc9[_0x3917('0x6')](_0x3917('0x7'))||null;return _0x4c351f['checkAttribute'](_0x3cfdc9,_0x3917('0x7'))&&_0x445d86!=_0x14f5d1;}(_0x5b0850,this['editor']['model']['schema'],_0x4e4dfe));_0x265cc0[_0x3917('0x5')][_0x3917('0x14')](()=>{for(const _0xb4c48d of _0x33ffd3)_0x4af125[_0x3917('0x1a')](_0xb4c48d,{'commandName':_0x3917('0x7'),'commandParams':[{'value':_0x4e4dfe}]});});}),_0x4af125['_descriptionFactory'][_0x3917('0x1b')](_0x1174a7=>{const {data:_0x4d14a9}=_0x1174a7;if(_0x4d14a9&&'alignment'==_0x4d14a9[_0x3917('0xe')]){const _0x4aafb1=_0x4d14a9[_0x3917('0x17')][0x0][_0x3917('0x4')];return{'type':_0x3917('0x13'),'content':_0x4d08be(_0x4b9167,_0x3917('0x19'),function(_0x399761){switch(_0x399761){case'left':return _0x4d08be(_0x4b9167,_0x3917('0x1'));case _0x3917('0x15'):return _0x4d08be(_0x4b9167,_0x3917('0x12'));case'center':return _0x4d08be(_0x4b9167,_0x3917('0x3'));case _0x3917('0x0'):return _0x4d08be(_0x4b9167,_0x3917('0x10'));}}(_0x4aafb1))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1bfa=['subscript','commandName','*Remove\x20format:*\x20%0','superscript','format','underline','getRanges','FORMAT_BOLD','code','document','plugins','commandParams','slice','afterInit','forceValue','editor','markInlineFormat','FORMAT_CODE','enableCommand','FORMAT_SUBSCRIPT','italic','SuperscriptEditing','isCollapsed','ItalicEditing','value','FORMAT_ITALIC','BoldEditing','strikethrough','bold','model','change','UnderlineEditing','get','toLowerCase','TrackChangesEditing','FORMAT_STRIKETHROUGH','has','_descriptionFactory','selection','SubscriptEditing','from'];(function(_0x57d955,_0x1bfad7){const _0xf8358f=function(_0x5a2a99){while(--_0x5a2a99){_0x57d955['push'](_0x57d955['shift']());}};_0xf8358f(++_0x1bfad7);}(_0x1bfa,0x1d5));const _0xf835=function(_0x57d955,_0x1bfad7){_0x57d955=_0x57d955-0x0;let _0xf8358f=_0x1bfa[_0x57d955];return _0xf8358f;};import{Plugin as _0x2605aa}from'ckeditor5/src/core';import{getTranslation as _0x328d6b}from'../utils/common-translations';import{getRangesWithAttribute as _0x358023}from'./utils';const Kt=[_0xf835('0x8'),_0xf835('0x5'),_0xf835('0xd'),'CodeEditing','StrikethroughEditing',_0xf835('0x15'),_0xf835('0x3')];export default class U extends _0x2605aa{[_0xf835('0x24')](){const _0x414882=this[_0xf835('0x26')],_0x321ad1=_0x414882[_0xf835('0xb')],_0x12baaa=_0x414882[_0xf835('0x21')][_0xf835('0xe')](_0xf835('0x10')),_0x3e5743=_0x414882['locale'];for(const _0x1d93ed of Kt){if(!_0x414882[_0xf835('0x21')][_0xf835('0x12')](_0x1d93ed))continue;const _0x44e04f=_0x1d93ed[_0xf835('0x23')](0x0,-0x7)[_0xf835('0xf')](),_0x4967aa=_0x414882['commands'][_0xf835('0xe')](_0x44e04f);_0x12baaa[_0xf835('0x0')](_0x44e04f,(_0x7b06d6,_0x37e340={})=>{const _0x5300cd=_0x321ad1[_0xf835('0x20')][_0xf835('0x14')];if(_0x5300cd[_0xf835('0x4')])return void _0x7b06d6(_0x37e340);const _0x1f1865=void 0x0!==_0x37e340['forceValue']?_0x37e340[_0xf835('0x25')]:!_0x4967aa[_0xf835('0x6')];_0x321ad1[_0xf835('0xc')](()=>{const _0x5a63f6=Array[_0xf835('0x16')](_0x5300cd[_0xf835('0x1d')]());for(const _0x42dbdb of _0x5a63f6){const _0x28795b=_0x1f1865?[_0x42dbdb]:_0x358023(_0x44e04f,_0x42dbdb,_0x321ad1);for(const _0x562b3b of _0x28795b)_0x12baaa[_0xf835('0x27')](_0x562b3b,{'commandName':_0x44e04f,'commandParams':[{'forceValue':_0x1f1865}]});}});});}function _0x4cfc87(_0xbf23f6,_0x3c10a7){_0x12baaa[_0xf835('0x13')]['registerDescriptionCallback'](_0x2aa434=>{const {data:_0x1489e9}=_0x2aa434;if(_0x1489e9&&_0x1489e9[_0xf835('0x18')]===_0xbf23f6)return _0x1489e9[_0xf835('0x22')][0x0][_0xf835('0x25')]?{'type':_0xf835('0x1b'),'content':_0x328d6b(_0x3e5743,'*Format:*\x20%0',_0x3c10a7)}:{'type':_0xf835('0x1b'),'content':_0x328d6b(_0x3e5743,_0xf835('0x19'),_0x3c10a7)};});}_0x4cfc87(_0xf835('0xa'),_0x328d6b(_0x3e5743,_0xf835('0x1e'))),_0x4cfc87(_0xf835('0x2'),_0x328d6b(_0x3e5743,_0xf835('0x7'))),_0x4cfc87(_0xf835('0x1c'),_0x328d6b(_0x3e5743,'FORMAT_UNDERLINE')),_0x4cfc87(_0xf835('0x1f'),_0x328d6b(_0x3e5743,_0xf835('0x28'))),_0x4cfc87(_0xf835('0x9'),_0x328d6b(_0x3e5743,_0xf835('0x11'))),_0x4cfc87(_0xf835('0x17'),_0x328d6b(_0x3e5743,_0xf835('0x1'))),_0x4cfc87(_0xf835('0x1a'),_0x328d6b(_0x3e5743,'FORMAT_SUPERSCRIPT'));}}
23
+ const _0x2318=['ItalicEditing','bold','get','commandName','CodeEditing','slice','italic','_descriptionFactory','selection','plugins','SuperscriptEditing','editor','enableCommand','commandParams','markInlineFormat','from','SubscriptEditing','has','FORMAT_ITALIC','toLowerCase','FORMAT_STRIKETHROUGH','TrackChangesEditing','FORMAT_SUBSCRIPT','value','StrikethroughEditing','code','FORMAT_CODE','forceValue','superscript','format','UnderlineEditing','locale','isCollapsed','subscript','model','BoldEditing','registerDescriptionCallback'];(function(_0x9b238e,_0x231809){const _0x3d256c=function(_0x170057){while(--_0x170057){_0x9b238e['push'](_0x9b238e['shift']());}};_0x3d256c(++_0x231809);}(_0x2318,0x8c));const _0x3d25=function(_0x9b238e,_0x231809){_0x9b238e=_0x9b238e-0x0;let _0x3d256c=_0x2318[_0x9b238e];return _0x3d256c;};import{Plugin as _0x28411a}from'ckeditor5/src/core';import{getTranslation as _0x29f68f}from'../utils/common-translations';import{getRangesWithAttribute as _0x3f3809}from'./utils';const Kt=[_0x3d25('0x6'),_0x3d25('0x8'),_0x3d25('0x1'),_0x3d25('0xc'),_0x3d25('0x20'),_0x3d25('0x18'),_0x3d25('0x12')];export default class U extends _0x28411a{['afterInit'](){const _0x16e6bc=this[_0x3d25('0x13')],_0x19ba5b=_0x16e6bc[_0x3d25('0x5')],_0x159daf=_0x16e6bc[_0x3d25('0x11')][_0x3d25('0xa')](_0x3d25('0x1d')),_0x40348d=_0x16e6bc[_0x3d25('0x2')];for(const _0x5dd0af of Kt){if(!_0x16e6bc[_0x3d25('0x11')][_0x3d25('0x19')](_0x5dd0af))continue;const _0x1db64a=_0x5dd0af[_0x3d25('0xd')](0x0,-0x7)[_0x3d25('0x1b')](),_0x466420=_0x16e6bc['commands']['get'](_0x1db64a);_0x159daf[_0x3d25('0x14')](_0x1db64a,(_0x19499d,_0x13d21d={})=>{const _0x442121=_0x19ba5b['document'][_0x3d25('0x10')];if(_0x442121[_0x3d25('0x3')])return void _0x19499d(_0x13d21d);const _0x19ada7=void 0x0!==_0x13d21d[_0x3d25('0x23')]?_0x13d21d[_0x3d25('0x23')]:!_0x466420[_0x3d25('0x1f')];_0x19ba5b['change'](()=>{const _0x3a76da=Array[_0x3d25('0x17')](_0x442121['getRanges']());for(const _0x4e0af7 of _0x3a76da){const _0x5bb621=_0x19ada7?[_0x4e0af7]:_0x3f3809(_0x1db64a,_0x4e0af7,_0x19ba5b);for(const _0x269aa2 of _0x5bb621)_0x159daf[_0x3d25('0x16')](_0x269aa2,{'commandName':_0x1db64a,'commandParams':[{'forceValue':_0x19ada7}]});}});});}function _0x47fc0d(_0x2c75bd,_0x14dba1){_0x159daf[_0x3d25('0xf')][_0x3d25('0x7')](_0x1d1bd3=>{const {data:_0x1ee744}=_0x1d1bd3;if(_0x1ee744&&_0x1ee744[_0x3d25('0xb')]===_0x2c75bd)return _0x1ee744[_0x3d25('0x15')][0x0][_0x3d25('0x23')]?{'type':'format','content':_0x29f68f(_0x40348d,'*Format:*\x20%0',_0x14dba1)}:{'type':_0x3d25('0x0'),'content':_0x29f68f(_0x40348d,'*Remove\x20format:*\x20%0',_0x14dba1)};});}_0x47fc0d(_0x3d25('0x9'),_0x29f68f(_0x40348d,'FORMAT_BOLD')),_0x47fc0d(_0x3d25('0xe'),_0x29f68f(_0x40348d,_0x3d25('0x1a'))),_0x47fc0d('underline',_0x29f68f(_0x40348d,'FORMAT_UNDERLINE')),_0x47fc0d(_0x3d25('0x21'),_0x29f68f(_0x40348d,_0x3d25('0x22'))),_0x47fc0d('strikethrough',_0x29f68f(_0x40348d,_0x3d25('0x1c'))),_0x47fc0d(_0x3d25('0x4'),_0x29f68f(_0x40348d,_0x3d25('0x1e'))),_0x47fc0d(_0x3d25('0x24'),_0x29f68f(_0x40348d,'FORMAT_SUPERSCRIPT'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x56ad=['registerDescriptionCallback','parent','schema','$root','commands','plugins','change','name','commandName','editor','*Remove\x20format:*\x20%0','has','enableCommand','get','getSelectedBlocks','afterInit','*Format:*\x20%0','markBlockFormat','model','blockQuote','ELEMENT_BLOCK_QUOTE','checkChild','commandParams','format','forceValue','from','filter'];(function(_0x29041b,_0x56adc5){const _0x15f41b=function(_0x67f26b){while(--_0x67f26b){_0x29041b['push'](_0x29041b['shift']());}};_0x15f41b(++_0x56adc5);}(_0x56ad,0x110));const _0x15f4=function(_0x29041b,_0x56adc5){_0x29041b=_0x29041b-0x0;let _0x15f41b=_0x56ad[_0x29041b];return _0x15f41b;};import{Plugin as _0x4a1237}from'ckeditor5/src/core';import{getTranslation as _0x5d4c39}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x400f4b}from'../utils/utils';export default class j extends _0x4a1237{[_0x15f4('0xd')](){const _0x966c4e=this['editor'],_0x573c2c=_0x966c4e['locale'];if(!_0x966c4e[_0x15f4('0x3')][_0x15f4('0x9')]('BlockQuoteEditing'))return;const _0x3fa45a=_0x966c4e['plugins'][_0x15f4('0xb')]('TrackChangesEditing'),_0x57379d=this[_0x15f4('0x7')][_0x15f4('0x2')]['get'](_0x15f4('0x11'));_0x3fa45a[_0x15f4('0xa')](_0x15f4('0x11'),(_0x32336c,_0x56eb52={})=>{const _0x4286e1=this[_0x15f4('0x7')][_0x15f4('0x10')]['document']['selection'],_0x50850d=_0x56eb52&&void 0x0!==_0x56eb52[_0x15f4('0x16')]?_0x56eb52['forceValue']:!_0x57379d['value'];let _0x3f943b=[];if(_0x50850d){const _0x30344d=Array['from'](_0x4286e1['getSelectedBlocks']())['filter'](_0x566814=>Xt(_0x566814)||function(_0x85fc28,_0x58cdac){const _0xb7ec4c=_0x58cdac[_0x15f4('0x13')](_0x85fc28['parent'],_0x15f4('0x11')),_0x1a1e43=_0x58cdac['checkChild']([_0x15f4('0x1'),_0x15f4('0x11')],_0x85fc28);return _0xb7ec4c&&_0x1a1e43;}(_0x566814,this[_0x15f4('0x7')][_0x15f4('0x10')][_0x15f4('0x0')]));_0x3f943b=_0x400f4b(_0x30344d,_0x966c4e['model']);}else{const _0x1593a9=Array[_0x15f4('0x17')](_0x4286e1[_0x15f4('0xc')]())[_0x15f4('0x18')](_0x238d52=>Xt(_0x238d52));_0x3f943b=_0x400f4b(_0x1593a9,_0x966c4e[_0x15f4('0x10')]);}_0x966c4e[_0x15f4('0x10')][_0x15f4('0x4')](()=>{for(const _0x25f76c of _0x3f943b)_0x3fa45a[_0x15f4('0xf')](_0x25f76c,{'commandName':_0x15f4('0x11'),'commandParams':[{'forceValue':_0x50850d}]});});}),_0x3fa45a['_descriptionFactory'][_0x15f4('0x19')](_0x11c276=>{const {data:_0x1708a3}=_0x11c276;if(_0x1708a3&&_0x15f4('0x11')==_0x1708a3[_0x15f4('0x6')]){const _0x777120=_0x5d4c39(_0x573c2c,_0x15f4('0x12'));return _0x1708a3[_0x15f4('0x14')][0x0][_0x15f4('0x16')]?{'type':_0x15f4('0x15'),'content':_0x5d4c39(_0x573c2c,_0x15f4('0xe'),_0x777120)}:{'type':_0x15f4('0x15'),'content':_0x5d4c39(_0x573c2c,_0x15f4('0x8'),_0x777120)};}});}}function Xt(_0x39cbbb){return'blockQuote'==_0x39cbbb[_0x15f4('0x1a')][_0x15f4('0x5')];}
23
+ const _0xc8d6=['editor','afterInit','plugins','schema','getSelectedBlocks','has','enableCommand','registerDescriptionCallback','forceValue','commands','ELEMENT_BLOCK_QUOTE','TrackChangesEditing','parent','_descriptionFactory','from','change','name','get','checkChild','markBlockFormat','document','model','format','$root','BlockQuoteEditing','blockQuote','commandParams','locale','value','filter'];(function(_0x31d9d0,_0xc8d6bc){const _0x39a322=function(_0x27486b){while(--_0x27486b){_0x31d9d0['push'](_0x31d9d0['shift']());}};_0x39a322(++_0xc8d6bc);}(_0xc8d6,0x135));const _0x39a3=function(_0x31d9d0,_0xc8d6bc){_0x31d9d0=_0x31d9d0-0x0;let _0x39a322=_0xc8d6[_0x31d9d0];return _0x39a322;};import{Plugin as _0x2e6cd0}from'ckeditor5/src/core';import{getTranslation as _0x6bb3f4}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x594187}from'../utils/utils';export default class j extends _0x2e6cd0{[_0x39a3('0x16')](){const _0x54ec7f=this[_0x39a3('0x15')],_0x158c0e=_0x54ec7f[_0x39a3('0x12')];if(!_0x54ec7f[_0x39a3('0x17')][_0x39a3('0x1a')](_0x39a3('0xf')))return;const _0xc0c88b=_0x54ec7f['plugins'][_0x39a3('0x8')](_0x39a3('0x2')),_0x87e178=this[_0x39a3('0x15')][_0x39a3('0x0')]['get'](_0x39a3('0x10'));_0xc0c88b[_0x39a3('0x1b')]('blockQuote',(_0xdc40f,_0x353c25={})=>{const _0x2cd02d=this['editor'][_0x39a3('0xc')][_0x39a3('0xb')]['selection'],_0x9274f1=_0x353c25&&void 0x0!==_0x353c25[_0x39a3('0x1d')]?_0x353c25[_0x39a3('0x1d')]:!_0x87e178[_0x39a3('0x13')];let _0x3d8bac=[];if(_0x9274f1){const _0x3c8ace=Array[_0x39a3('0x5')](_0x2cd02d[_0x39a3('0x19')]())['filter'](_0x2543f0=>Xt(_0x2543f0)||function(_0x4f283b,_0x4b67e3){const _0x51d51a=_0x4b67e3['checkChild'](_0x4f283b['parent'],_0x39a3('0x10')),_0x252da7=_0x4b67e3[_0x39a3('0x9')]([_0x39a3('0xe'),_0x39a3('0x10')],_0x4f283b);return _0x51d51a&&_0x252da7;}(_0x2543f0,this[_0x39a3('0x15')][_0x39a3('0xc')][_0x39a3('0x18')]));_0x3d8bac=_0x594187(_0x3c8ace,_0x54ec7f[_0x39a3('0xc')]);}else{const _0x4681eb=Array[_0x39a3('0x5')](_0x2cd02d[_0x39a3('0x19')]())[_0x39a3('0x14')](_0xc079a3=>Xt(_0xc079a3));_0x3d8bac=_0x594187(_0x4681eb,_0x54ec7f[_0x39a3('0xc')]);}_0x54ec7f[_0x39a3('0xc')][_0x39a3('0x6')](()=>{for(const _0x18c053 of _0x3d8bac)_0xc0c88b[_0x39a3('0xa')](_0x18c053,{'commandName':_0x39a3('0x10'),'commandParams':[{'forceValue':_0x9274f1}]});});}),_0xc0c88b[_0x39a3('0x4')][_0x39a3('0x1c')](_0xdccb6d=>{const {data:_0x10cddf}=_0xdccb6d;if(_0x10cddf&&_0x39a3('0x10')==_0x10cddf['commandName']){const _0x142b17=_0x6bb3f4(_0x158c0e,_0x39a3('0x1'));return _0x10cddf[_0x39a3('0x11')][0x0][_0x39a3('0x1d')]?{'type':_0x39a3('0xd'),'content':_0x6bb3f4(_0x158c0e,'*Format:*\x20%0',_0x142b17)}:{'type':_0x39a3('0xd'),'content':_0x6bb3f4(_0x158c0e,'*Remove\x20format:*\x20%0',_0x142b17)};}});}}function Xt(_0x1d7cf7){return _0x39a3('0x10')==_0x1d7cf7[_0x39a3('0x3')][_0x39a3('0x7')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x398a=['TrackChangesEditing','ckbox','plugins','commands','enableCommand'];(function(_0x1dc12c,_0x398abb){const _0x5d92ce=function(_0xf2f581){while(--_0xf2f581){_0x1dc12c['push'](_0x1dc12c['shift']());}};_0x5d92ce(++_0x398abb);}(_0x398a,0xe1));const _0x5d92=function(_0x1dc12c,_0x398abb){_0x1dc12c=_0x1dc12c-0x0;let _0x5d92ce=_0x398a[_0x1dc12c];return _0x5d92ce;};import{Plugin as _0x16c2be}from'ckeditor5/src/core';export default class E extends _0x16c2be{['afterInit'](){const _0x57d4aa=this['editor'];_0x57d4aa[_0x5d92('0x3')]['get'](_0x5d92('0x1'))&&_0x57d4aa[_0x5d92('0x2')]['get'](_0x5d92('0x0'))[_0x5d92('0x4')]('ckbox');}}
23
+ const _0x4992=['plugins','afterInit','TrackChangesEditing','editor','commands','ckbox','get'];(function(_0xbf82af,_0x4992fc){const _0x3c601d=function(_0xeb7038){while(--_0xeb7038){_0xbf82af['push'](_0xbf82af['shift']());}};_0x3c601d(++_0x4992fc);}(_0x4992,0x96));const _0x3c60=function(_0xbf82af,_0x4992fc){_0xbf82af=_0xbf82af-0x0;let _0x3c601d=_0x4992[_0xbf82af];return _0x3c601d;};import{Plugin as _0x606d0f}from'ckeditor5/src/core';export default class E extends _0x606d0f{[_0x3c60('0x5')](){const _0x5417ea=this[_0x3c60('0x0')];_0x5417ea[_0x3c60('0x1')][_0x3c60('0x3')](_0x3c60('0x2'))&&_0x5417ea[_0x3c60('0x4')]['get'](_0x3c60('0x6'))['enableCommand']('ckbox');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19a7=['filter','*Format:*\x20%0','value','format','selection','indentCodeBlock','_descriptionFactory','language','codeBlock','get','editor','forceValue','enableCommand','blockName','document','plugins','parent','registerElementLabel','registerDescriptionCallback','afterInit','formatBlock','commandParams','name','TrackChangesEditing','ELEMENT_CODE_BLOCK','commandName','commands','from','change','has','config','isLimit','model','locale','getSelectedBlocks'];(function(_0x168c50,_0x19a748){const _0x8bb093=function(_0x405c40){while(--_0x405c40){_0x168c50['push'](_0x168c50['shift']());}};_0x8bb093(++_0x19a748);}(_0x19a7,0xc2));const _0x8bb0=function(_0x168c50,_0x19a748){_0x168c50=_0x168c50-0x0;let _0x8bb093=_0x19a7[_0x168c50];return _0x8bb093;};import{Plugin as _0x2fd577}from'ckeditor5/src/core';import{getTranslation as _0x1669e4}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x18e350}from'../utils/utils';export default class O extends _0x2fd577{[_0x8bb0('0x0')](){const _0x22a7bd=this[_0x8bb0('0x1a')];if(!_0x22a7bd[_0x8bb0('0x1f')][_0x8bb0('0xa')]('CodeBlock'))return;const _0xa9d52b=_0x22a7bd[_0x8bb0('0x1f')][_0x8bb0('0x19')](_0x8bb0('0x4')),_0x28045c=_0x22a7bd[_0x8bb0('0xe')],_0x32874c=_0x22a7bd[_0x8bb0('0xb')]['get']('codeBlock')['languages'],_0x204c41=_0x22a7bd[_0x8bb0('0x7')]['get']('codeBlock');_0xa9d52b[_0x8bb0('0x1c')](_0x8bb0('0x15')),_0xa9d52b[_0x8bb0('0x1c')]('outdentCodeBlock'),_0xa9d52b['enableCommand']('codeBlock',(_0x51bf86,_0x4e0fa1={})=>{const _0x2d5544=_0x22a7bd[_0x8bb0('0xd')],_0x5b25ac=_0x22a7bd[_0x8bb0('0xd')][_0x8bb0('0x1e')][_0x8bb0('0x14')],_0x435aea=_0x4e0fa1&&void 0x0!==_0x4e0fa1[_0x8bb0('0x1b')]?_0x4e0fa1[_0x8bb0('0x1b')]:!_0x204c41[_0x8bb0('0x12')];let _0x194bf6;_0x4e0fa1[_0x8bb0('0x17')]||(_0x4e0fa1[_0x8bb0('0x17')]=_0x32874c[0x0]['language']),_0x194bf6=_0x435aea?Array[_0x8bb0('0x8')](_0x5b25ac[_0x8bb0('0xf')]())[_0x8bb0('0x10')](_0x1db61b=>oo(_0x1db61b)||function(_0x3a4b7f,_0x172e10){if(_0x3a4b7f['is']('rootElement')||_0x172e10[_0x8bb0('0xc')](_0x3a4b7f))return!0x1;return _0x172e10['checkChild'](_0x3a4b7f[_0x8bb0('0x20')],_0x8bb0('0x18'));}(_0x1db61b,_0x2d5544['schema'])):Array['from'](_0x5b25ac[_0x8bb0('0xf')]())['filter'](_0x11e88b=>oo(_0x11e88b));const _0x1da646=_0x18e350(_0x194bf6,_0x2d5544);_0x2d5544[_0x8bb0('0x9')](()=>{for(const _0x14f22f of _0x1da646)_0xa9d52b['markBlockFormat'](_0x14f22f,{'commandName':_0x8bb0('0x18'),'commandParams':[{..._0x4e0fa1,'forceValue':_0x435aea}],'formatGroupId':_0x8bb0('0x1d')});});}),(_0xa9d52b['_descriptionFactory'][_0x8bb0('0x21')]('codeBlock',_0x4964a5=>_0x1669e4(_0x28045c,_0x8bb0('0x5'),_0x4964a5)),_0xa9d52b[_0x8bb0('0x16')][_0x8bb0('0x22')](_0x4c222a=>{const _0x4f1d58=_0x28045c['t'],{type:_0x2f4f3d,data:_0x20d041}=_0x4c222a;if(_0x8bb0('0x1')==_0x2f4f3d&&_0x20d041&&_0x8bb0('0x18')==_0x20d041[_0x8bb0('0x6')]){const _0x5834b7=_0x20d041['commandParams'][0x0]['language'],_0xa48b09=_0x4f1d58(_0x32874c['find'](_0x5c49da=>_0x5c49da[_0x8bb0('0x17')]===_0x5834b7)['label']);return _0x20d041[_0x8bb0('0x2')][0x0][_0x8bb0('0x1b')]?{'type':'format','content':_0x1669e4(_0x28045c,_0x8bb0('0x11'),_0x1669e4(_0x28045c,_0x8bb0('0x5'),0x1)+'\x20('+_0xa48b09+')')}:{'type':_0x8bb0('0x13'),'content':_0x1669e4(_0x28045c,'*Remove\x20format:*\x20%0',_0x1669e4(_0x28045c,_0x8bb0('0x5'),0x1))};}}));}}function oo(_0x31cd62){return'codeBlock'==_0x31cd62[_0x8bb0('0x3')];}
23
+ const _0xd694=['document','rootElement','registerDescriptionCallback','name','blockName','ELEMENT_CODE_BLOCK','CodeBlock','commandParams','markBlockFormat','value','formatBlock','_descriptionFactory','enableCommand','plugins','model','find','TrackChangesEditing','label','commands','codeBlock','getSelectedBlocks','indentCodeBlock','get','schema','*Format:*\x20%0','languages','parent','editor','forceValue','from','format','commandName','*Remove\x20format:*\x20%0','language','outdentCodeBlock'];(function(_0x5dbc67,_0xd6944c){const _0x3d2da1=function(_0x5324a3){while(--_0x5324a3){_0x5dbc67['push'](_0x5dbc67['shift']());}};_0x3d2da1(++_0xd6944c);}(_0xd694,0x1ee));const _0x3d2d=function(_0x5dbc67,_0xd6944c){_0x5dbc67=_0x5dbc67-0x0;let _0x3d2da1=_0xd694[_0x5dbc67];return _0x3d2da1;};import{Plugin as _0x39662d}from'ckeditor5/src/core';import{getTranslation as _0x4c96b6}from'../utils/common-translations';import{getRangesOfBlockGroups as _0xee4751}from'../utils/utils';export default class O extends _0x39662d{['afterInit'](){const _0x24fb84=this[_0x3d2d('0x17')];if(!_0x24fb84['plugins']['has'](_0x3d2d('0x2')))return;const _0x118cd6=_0x24fb84[_0x3d2d('0x9')][_0x3d2d('0x12')](_0x3d2d('0xc')),_0x73bc5c=_0x24fb84['locale'],_0x737ac7=_0x24fb84['config'][_0x3d2d('0x12')](_0x3d2d('0xf'))[_0x3d2d('0x15')],_0x207248=_0x24fb84[_0x3d2d('0xe')][_0x3d2d('0x12')](_0x3d2d('0xf'));_0x118cd6[_0x3d2d('0x8')](_0x3d2d('0x11')),_0x118cd6[_0x3d2d('0x8')](_0x3d2d('0x1e')),_0x118cd6[_0x3d2d('0x8')](_0x3d2d('0xf'),(_0xcfde18,_0x9791b3={})=>{const _0x4bc389=_0x24fb84['model'],_0x4fde5d=_0x24fb84[_0x3d2d('0xa')][_0x3d2d('0x1f')]['selection'],_0x6ce7bb=_0x9791b3&&void 0x0!==_0x9791b3[_0x3d2d('0x18')]?_0x9791b3[_0x3d2d('0x18')]:!_0x207248[_0x3d2d('0x5')];let _0x20cd1a;_0x9791b3[_0x3d2d('0x1d')]||(_0x9791b3[_0x3d2d('0x1d')]=_0x737ac7[0x0][_0x3d2d('0x1d')]),_0x20cd1a=_0x6ce7bb?Array[_0x3d2d('0x19')](_0x4fde5d[_0x3d2d('0x10')]())['filter'](_0x18fe8a=>oo(_0x18fe8a)||function(_0x486af8,_0x36d3dc){if(_0x486af8['is'](_0x3d2d('0x20'))||_0x36d3dc['isLimit'](_0x486af8))return!0x1;return _0x36d3dc['checkChild'](_0x486af8[_0x3d2d('0x16')],_0x3d2d('0xf'));}(_0x18fe8a,_0x4bc389[_0x3d2d('0x13')])):Array[_0x3d2d('0x19')](_0x4fde5d[_0x3d2d('0x10')]())['filter'](_0x105c45=>oo(_0x105c45));const _0x50b165=_0xee4751(_0x20cd1a,_0x4bc389);_0x4bc389['change'](()=>{for(const _0x5bd43e of _0x50b165)_0x118cd6[_0x3d2d('0x4')](_0x5bd43e,{'commandName':_0x3d2d('0xf'),'commandParams':[{..._0x9791b3,'forceValue':_0x6ce7bb}],'formatGroupId':_0x3d2d('0x0')});});}),(_0x118cd6['_descriptionFactory']['registerElementLabel'](_0x3d2d('0xf'),_0x2d37a3=>_0x4c96b6(_0x73bc5c,_0x3d2d('0x1'),_0x2d37a3)),_0x118cd6[_0x3d2d('0x7')][_0x3d2d('0x21')](_0x50b19e=>{const _0x5a6238=_0x73bc5c['t'],{type:_0x5cb111,data:_0x55ca32}=_0x50b19e;if(_0x3d2d('0x6')==_0x5cb111&&_0x55ca32&&'codeBlock'==_0x55ca32[_0x3d2d('0x1b')]){const _0x57e600=_0x55ca32['commandParams'][0x0][_0x3d2d('0x1d')],_0x6d4b85=_0x5a6238(_0x737ac7[_0x3d2d('0xb')](_0xc053c4=>_0xc053c4[_0x3d2d('0x1d')]===_0x57e600)[_0x3d2d('0xd')]);return _0x55ca32[_0x3d2d('0x3')][0x0][_0x3d2d('0x18')]?{'type':_0x3d2d('0x1a'),'content':_0x4c96b6(_0x73bc5c,_0x3d2d('0x14'),_0x4c96b6(_0x73bc5c,_0x3d2d('0x1'),0x1)+'\x20('+_0x6d4b85+')')}:{'type':_0x3d2d('0x1a'),'content':_0x4c96b6(_0x73bc5c,_0x3d2d('0x1c'),_0x4c96b6(_0x73bc5c,_0x3d2d('0x1'),0x1))};}}));}}function oo(_0x59a99a){return _0x3d2d('0xf')==_0x59a99a[_0x3d2d('0x22')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x210d=['TrackChangesEditing','afterInit','CommentsEditing','plugins','has','editor','get'];(function(_0x29938d,_0x210de7){const _0x2e4fbd=function(_0x38616d){while(--_0x38616d){_0x29938d['push'](_0x29938d['shift']());}};_0x2e4fbd(++_0x210de7);}(_0x210d,0x112));const _0x2e4f=function(_0x29938d,_0x210de7){_0x29938d=_0x29938d-0x0;let _0x2e4fbd=_0x210d[_0x29938d];return _0x2e4fbd;};import{Plugin as _0x44e83e}from'ckeditor5/src/core';export default class F extends _0x44e83e{[_0x2e4f('0x0')](){const _0x436933=this[_0x2e4f('0x4')];if(!_0x436933[_0x2e4f('0x2')][_0x2e4f('0x3')](_0x2e4f('0x1')))return;_0x436933[_0x2e4f('0x2')][_0x2e4f('0x5')](_0x2e4f('0x6'))['enableCommand']('addCommentThread');}}
23
+ const _0x55cc=['TrackChangesEditing','has','afterInit','plugins','enableCommand','get'];(function(_0xfe2676,_0x55cc35){const _0x1dbf41=function(_0x27a475){while(--_0x27a475){_0xfe2676['push'](_0xfe2676['shift']());}};_0x1dbf41(++_0x55cc35);}(_0x55cc,0xa6));const _0x1dbf=function(_0xfe2676,_0x55cc35){_0xfe2676=_0xfe2676-0x0;let _0x1dbf41=_0x55cc[_0xfe2676];return _0x1dbf41;};import{Plugin as _0x203a8e}from'ckeditor5/src/core';export default class F extends _0x203a8e{[_0x1dbf('0x4')](){const _0x4a82c9=this['editor'];if(!_0x4a82c9['plugins'][_0x1dbf('0x3')]('CommentsEditing'))return;_0x4a82c9[_0x1dbf('0x5')][_0x1dbf('0x1')](_0x1dbf('0x2'))[_0x1dbf('0x0')]('addCommentThread');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13a8=['get','unit','enableCommand','commands','model','delete','requires','deleteForward','downcastDispatcher','mapper','isCollapsed','lock','high','TrackChangesEditing','start','merge','detach','rootName','buffer','forward','bind','setSelection','plugins','removeMarker:suggestion:deletion','end','enqueueChange','markerName','writer','data','$graveyard','init','options','getFirstRange','createRange','uiElement','unbindElementFromMarkerName','editing','addMarker:suggestion:deletion'];(function(_0x5ae3cb,_0x13a81d){const _0x18a031=function(_0x3dacd7){while(--_0x3dacd7){_0x5ae3cb['push'](_0x5ae3cb['shift']());}};_0x18a031(++_0x13a81d);}(_0x13a8,0x1e2));const _0x18a0=function(_0x5ae3cb,_0x13a81d){_0x5ae3cb=_0x5ae3cb-0x0;let _0x18a031=_0x13a8[_0x5ae3cb];return _0x18a031;};import{Plugin as _0x2929ec}from'ckeditor5/src/core';import{LiveRange as _0x57dee7}from'ckeditor5/src/engine';import{Delete as _0x58420c}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x387ed8}from'./utils';export default class G extends _0x2929ec{static get[_0x18a0('0x12')](){return[_0x58420c];}[_0x18a0('0x4')](){const _0x1cdd51=this['editor'],_0x3db0a0=_0x1cdd51[_0x18a0('0x22')][_0x18a0('0xc')](_0x18a0('0x19'));_0x3db0a0[_0x18a0('0xe')](_0x18a0('0x11'));const _0x3596f5=_0x1cdd51[_0x18a0('0xf')][_0x18a0('0xc')](_0x18a0('0x13'));_0x3db0a0['enableCommand'](_0x18a0('0x13'),(_0x53faa7,_0x616b90={})=>{const _0x4004f3=_0x1cdd51[_0x18a0('0x10')]['createSelection'](_0x1cdd51[_0x18a0('0x10')]['document']['selection']);_0x4004f3[_0x18a0('0x16')]&&_0x1cdd51[_0x18a0('0x10')]['modifySelection'](_0x4004f3,{'direction':_0x18a0('0x1f'),'unit':_0x616b90[_0x18a0('0xd')]});const _0x5f06d8=_0x4004f3[_0x18a0('0x6')](),_0xe03c42=_0x57dee7['fromRange'](_0x5f06d8);let _0x93bc8b;_0x53faa7(_0x616b90),_0x93bc8b=_0x18a0('0x3')==_0xe03c42['root'][_0x18a0('0x1d')]?_0x1cdd51[_0x18a0('0x10')]['createRange'](_0x5f06d8[_0x18a0('0x1a')]):_0x1cdd51[_0x18a0('0x10')][_0x18a0('0x7')](_0xe03c42['start'],_0xe03c42[_0x18a0('0x24')]),_0xe03c42[_0x18a0('0x1c')](),_0x1cdd51[_0x18a0('0x10')][_0x18a0('0x25')](_0x3596f5['buffer']['batch'],_0x3f0f6e=>{_0x3596f5[_0x18a0('0x1e')][_0x18a0('0x17')](),_0x3f0f6e[_0x18a0('0x21')](_0x3f0f6e[_0x18a0('0x7')](_0x93bc8b[_0x18a0('0x24')])),_0x3596f5[_0x18a0('0x1e')]['unlock']();});}),_0x1cdd51[_0x18a0('0xa')][_0x18a0('0x14')]['on'](_0x18a0('0xb'),_0x387ed8(_0x1cdd51,'merge'),{'priority':'high'}),_0x1cdd51[_0x18a0('0x2')][_0x18a0('0x14')]['on'](_0x18a0('0xb'),(_0x1c0dcf,_0x3d41b6,_0xc0c9de)=>{_0xc0c9de[_0x18a0('0x5')]['showSuggestionHighlights']&&_0x387ed8(_0x1cdd51,_0x18a0('0x1b'),{'showActiveMarker':!0x1})[_0x18a0('0x20')](this)(_0x1c0dcf,_0x3d41b6,_0xc0c9de);},{'priority':_0x18a0('0x18')}),_0x1cdd51[_0x18a0('0xa')][_0x18a0('0x14')]['on'](_0x18a0('0x23'),(_0x42b92e,_0x4d4aae,_0x276e64)=>{const _0x2c47e9=_0x276e64[_0x18a0('0x15')]['markerNameToElements'](_0x4d4aae[_0x18a0('0x0')]);if(_0x2c47e9)for(const _0x10df69 of _0x2c47e9)_0x10df69['is'](_0x18a0('0x8'))&&(_0x276e64['mapper'][_0x18a0('0x9')](_0x10df69,_0x4d4aae[_0x18a0('0x0')]),_0x276e64[_0x18a0('0x1')]['remove'](_0x10df69));},{'priority':'high'});}}
23
+ const _0x3482=['document','unlock','data','commands','unit','getFirstRange','addMarker:suggestion:deletion','get','editor','end','markerNameToElements','removeMarker:suggestion:deletion','detach','showSuggestionHighlights','remove','deleteForward','enqueueChange','bind','uiElement','isCollapsed','createSelection','start','rootName','batch','options','high','TrackChangesEditing','setSelection','forward','modifySelection','buffer','plugins','downcastDispatcher','$graveyard','writer','editing','requires','mapper','merge','delete','enableCommand','model','fromRange','createRange'];(function(_0x1e8c16,_0x348211){const _0x46cc1d=function(_0x3c49ef){while(--_0x3c49ef){_0x1e8c16['push'](_0x1e8c16['shift']());}};_0x46cc1d(++_0x348211);}(_0x3482,0xe4));const _0x46cc=function(_0x1e8c16,_0x348211){_0x1e8c16=_0x1e8c16-0x0;let _0x46cc1d=_0x3482[_0x1e8c16];return _0x46cc1d;};import{Plugin as _0x107a6d}from'ckeditor5/src/core';import{LiveRange as _0x5f24d0}from'ckeditor5/src/engine';import{Delete as _0x4f1e48}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0xf2cb5a}from'./utils';export default class G extends _0x107a6d{static get[_0x46cc('0x1c')](){return[_0x4f1e48];}['init'](){const _0x233740=this[_0x46cc('0x0')],_0x35e6f4=_0x233740[_0x46cc('0x17')][_0x46cc('0x2b')](_0x46cc('0x12'));_0x35e6f4['enableCommand'](_0x46cc('0x1f'));const _0x56dbbc=_0x233740[_0x46cc('0x27')][_0x46cc('0x2b')](_0x46cc('0x7'));_0x35e6f4[_0x46cc('0x20')](_0x46cc('0x7'),(_0x2ecf75,_0x3f3d3a={})=>{const _0x3dd45c=_0x233740[_0x46cc('0x21')][_0x46cc('0xc')](_0x233740['model'][_0x46cc('0x24')]['selection']);_0x3dd45c[_0x46cc('0xb')]&&_0x233740['model'][_0x46cc('0x15')](_0x3dd45c,{'direction':_0x46cc('0x14'),'unit':_0x3f3d3a[_0x46cc('0x28')]});const _0x51c308=_0x3dd45c[_0x46cc('0x29')](),_0x2b2920=_0x5f24d0[_0x46cc('0x22')](_0x51c308);let _0x429571;_0x2ecf75(_0x3f3d3a),_0x429571=_0x46cc('0x19')==_0x2b2920['root'][_0x46cc('0xe')]?_0x233740[_0x46cc('0x21')][_0x46cc('0x23')](_0x51c308['start']):_0x233740[_0x46cc('0x21')][_0x46cc('0x23')](_0x2b2920[_0x46cc('0xd')],_0x2b2920[_0x46cc('0x1')]),_0x2b2920[_0x46cc('0x4')](),_0x233740[_0x46cc('0x21')][_0x46cc('0x8')](_0x56dbbc[_0x46cc('0x16')][_0x46cc('0xf')],_0x4d3d78=>{_0x56dbbc[_0x46cc('0x16')]['lock'](),_0x4d3d78[_0x46cc('0x13')](_0x4d3d78['createRange'](_0x429571[_0x46cc('0x1')])),_0x56dbbc[_0x46cc('0x16')][_0x46cc('0x25')]();});}),_0x233740[_0x46cc('0x1b')][_0x46cc('0x18')]['on'](_0x46cc('0x2a'),_0xf2cb5a(_0x233740,_0x46cc('0x1e')),{'priority':_0x46cc('0x11')}),_0x233740[_0x46cc('0x26')][_0x46cc('0x18')]['on'](_0x46cc('0x2a'),(_0x261680,_0x10e352,_0x3c156c)=>{_0x3c156c[_0x46cc('0x10')][_0x46cc('0x5')]&&_0xf2cb5a(_0x233740,_0x46cc('0x1e'),{'showActiveMarker':!0x1})[_0x46cc('0x9')](this)(_0x261680,_0x10e352,_0x3c156c);},{'priority':'high'}),_0x233740['editing'][_0x46cc('0x18')]['on'](_0x46cc('0x3'),(_0x57d446,_0xd0b16e,_0x3bac61)=>{const _0x19cd36=_0x3bac61[_0x46cc('0x1d')][_0x46cc('0x2')](_0xd0b16e['markerName']);if(_0x19cd36)for(const _0x4a9995 of _0x19cd36)_0x4a9995['is'](_0x46cc('0xa'))&&(_0x3bac61[_0x46cc('0x1d')]['unbindElementFromMarkerName'](_0x4a9995,_0xd0b16e['markerName']),_0x3bac61[_0x46cc('0x1a')][_0x46cc('0x6')](_0x4a9995));},{'priority':_0x46cc('0x11')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x42c6=['next','refresh','editor','get','parent','getFirstRange','listType','fromRange','*Outdent:*\x20%0','document','has','*Format:*\x20insert\x20into\x20%0','enableCommand','ELEMENT_','ELEMENT_NUMBERED_LIST','deletion','formatBlock','documentList','_LIST','splitListItemBefore','value','end','isObject','plugins','afterInit','isFirstBlockOfListItem','add','*Change\x20to:*\x20%0','ELEMENT_LIST_ITEM','DocumentListUtils','listIndent','bulletedList','push','from','mergeListItemForward','markBlockFormat','expandListBlocksToCompleteList','*Merge:*\x20%0','format','nextSibling','detach','map','locale','_suggestionFactory','createPositionAt','forceValue','selection','registerElementLabel','listItemId','nodeAfter','registerDescriptionCallback','hasAttribute','outdentList','registerCustomCallback','getAttribute','slice','start','length','_descriptionFactory','markMultiRangeBlockFormat','createRange','after','change','previousSibling','schema','getSelectedBlocks','model','commandParams','toUpperCase','setSelection','execute','*Indent:*\x20%0','findIndex','commandName','commands','indentList','ELEMENT_BULLETED_LIST','numberedList','containsItem'];(function(_0x57d693,_0x42c639){const _0x430483=function(_0xc77057){while(--_0xc77057){_0x57d693['push'](_0x57d693['shift']());}};_0x430483(++_0x42c639);}(_0x42c6,0x1d5));const _0x4304=function(_0x57d693,_0x42c639){_0x57d693=_0x57d693-0x0;let _0x430483=_0x42c6[_0x57d693];return _0x430483;};import{Plugin as _0x2cd4cd}from'ckeditor5/src/core';import{getTranslation as _0xe9ffb4}from'../utils/common-translations';import{LiveRange as _0x53da5b}from'ckeditor5/src/engine';export default class L extends _0x2cd4cd{[_0x4304('0x1d')](){const _0x45c48d=this[_0x4304('0x7')];if(!_0x45c48d[_0x4304('0x1c')][_0x4304('0xf')]('DocumentListEditing'))return;const _0x53af36=_0x45c48d[_0x4304('0x2f')],_0x253aeb=_0x45c48d[_0x4304('0x1c')][_0x4304('0x8')]('TrackChangesEditing'),_0x966be1=_0x45c48d[_0x4304('0x1c')][_0x4304('0x8')](_0x4304('0x22'));function _0x282e45(_0x5c035d){return()=>{const _0x2ec389=_0x45c48d[_0x4304('0x0')]['get'](_0x5c035d);let _0x33c418=Array[_0x4304('0x26')](_0x45c48d[_0x4304('0x47')][_0x4304('0xe')][_0x4304('0x33')][_0x4304('0x46')]());if(_0x599da8(_0x5c035d)){_0x33c418=_0x966be1[_0x4304('0x29')](_0x33c418);const _0x436c45=[];for(const _0x1c06fa of _0x33c418)_0x966be1[_0x4304('0x1e')](_0x1c06fa)&&_0x436c45['push'](_0x1c06fa);_0x33c418=_0x436c45;}_0x45c48d[_0x4304('0x47')][_0x4304('0x43')](()=>{_0x253aeb[_0x4304('0x40')](_0x33c418,{'commandName':_0x5c035d,'commandParams':[{'forceValue':!_0x2ec389['value']}],'formatGroupId':_0x4304('0xb')},[],_0x4304('0x16'));});};}function _0x13d48f(_0x48983e){return()=>{const _0x49e3f3=function(_0x2fd403){let _0x36d9d8=Array[_0x4304('0x26')](_0x2fd403);const _0xbf38ad=_0x36d9d8[_0x4304('0x4d')](_0x1cd4f3=>!_0x1cd4f3[_0x4304('0x38')](_0x4304('0x35')));return _0xbf38ad>-0x1&&(_0x36d9d8=_0x36d9d8[_0x4304('0x3c')](0x0,_0xbf38ad)),_0x36d9d8;}(_0x45c48d['model'][_0x4304('0xe')][_0x4304('0x33')][_0x4304('0x46')]()),_0x494e33=_0x49e3f3[_0x49e3f3[_0x4304('0x3e')]-0x1],_0x2a23da=_0x45c48d[_0x4304('0x47')][_0x4304('0x45')][_0x4304('0x1b')](_0x494e33)?_0x4304('0x42'):_0x4304('0x1a'),_0x3259ab=_0x45c48d[_0x4304('0x47')]['createRange'](_0x45c48d[_0x4304('0x47')][_0x4304('0x31')](_0x49e3f3[0x0],'before'),_0x45c48d['model']['createPositionAt'](_0x494e33,_0x2a23da));_0x45c48d['model'][_0x4304('0x43')](()=>{_0x253aeb[_0x4304('0x28')](_0x3259ab,{'commandName':_0x48983e,'commandParams':[],'formatGroupId':_0x4304('0xb')},function(_0x5129c3){const _0x4973ab=new Set();for(const _0x590fa2 of _0x5129c3){let _0x181285=_0x590fa2[_0x4304('0x2c')];for(;_0x181285&&_0x181285[_0x4304('0x3b')](_0x4304('0x23'))>_0x590fa2[_0x4304('0x3b')](_0x4304('0x23'));)_0x4973ab[_0x4304('0x1f')](_0x181285),_0x181285=_0x181285[_0x4304('0x2c')];}return Array[_0x4304('0x26')](_0x4973ab);}(_0x49e3f3));});};}function _0x43987b(_0x3eefe8){return()=>{const _0x1d4dae=_0x45c48d[_0x4304('0x47')][_0x4304('0xe')][_0x4304('0x33')][_0x4304('0x46')]()[_0x4304('0x5')]()[_0x4304('0x19')],_0x574af5=_0x45c48d[_0x4304('0x47')]['createPositionAt'](_0x1d4dae,'before'),_0x33a306=_0x45c48d['model'][_0x4304('0x31')](_0x1d4dae,0x0),_0x1fb6ea=_0x45c48d['model'][_0x4304('0x41')](_0x574af5,_0x33a306);_0x45c48d[_0x4304('0x47')][_0x4304('0x43')](()=>{_0x253aeb[_0x4304('0x28')](_0x1fb6ea,{'commandName':_0x3eefe8,'commandParams':[],'formatGroupId':'listType'});});};}function _0x599da8(_0x4ebdd2){const _0x57b951=_0x45c48d[_0x4304('0x0')][_0x4304('0x8')](_0x4304('0x24'))[_0x4304('0x19')],_0xa36354=_0x45c48d[_0x4304('0x0')]['get'](_0x4304('0x3'))['value'];return _0x4304('0x3')===_0x4ebdd2?_0x57b951:_0xa36354;}_0x253aeb[_0x4304('0x11')]('numberedList',_0x282e45('numberedList')),_0x253aeb[_0x4304('0x11')]('bulletedList',_0x282e45(_0x4304('0x24'))),_0x253aeb[_0x4304('0x11')]('indentList',_0x13d48f(_0x4304('0x1'))),_0x253aeb[_0x4304('0x11')](_0x4304('0x39'),_0x13d48f(_0x4304('0x39'))),_0x253aeb[_0x4304('0x11')]('splitListItemAfter',_0x43987b('splitListItemAfter')),_0x253aeb[_0x4304('0x11')](_0x4304('0x18'),_0x43987b(_0x4304('0x18'))),_0x253aeb['_descriptionFactory'][_0x4304('0x34')](function(_0x534855){const _0x7b2983=!_0x45c48d[_0x4304('0x47')]['schema'][_0x4304('0x1b')](_0x534855),_0x5da9dd=_0x534855[_0x4304('0x44')],_0x38bb4e=_0x534855['nextSibling'],_0x1a4b6e=_0x534855[_0x4304('0x3b')](_0x4304('0x35')),_0x5cd5b7=!_0x5da9dd||_0x5da9dd[_0x4304('0x3b')]('listItemId')!==_0x1a4b6e,_0x252814=!_0x38bb4e||_0x38bb4e[_0x4304('0x3b')](_0x4304('0x35'))!==_0x1a4b6e;return _0x7b2983&&Boolean(_0x1a4b6e)&&_0x5cd5b7&&_0x252814;},_0x25d1e1=>_0xe9ffb4(_0x53af36,_0x4304('0x21'),_0x25d1e1)),_0x253aeb[_0x4304('0x3f')][_0x4304('0x37')](function(_0x22800c){const {data:_0x50e8b0}=_0x22800c;if(!_0x50e8b0)return;let _0x166aad,_0x5d8344,_0x2c9327,_0x3cf2e2;switch(_0x50e8b0['commandName']){case _0x4304('0x24'):_0x2c9327=_0x50e8b0['commandParams'][0x0][_0x4304('0x32')],_0x3cf2e2=_0x599da8(_0x50e8b0[_0x4304('0x4e')]),_0x166aad=_0x2c9327?_0x4304('0x10'):'*Format:*\x20remove\x20from\x20%0',_0x3cf2e2&&(_0x166aad='*Change\x20to:*\x20%0'),_0x5d8344={'type':_0x4304('0x2b'),'content':_0xe9ffb4(_0x53af36,_0x166aad,_0xe9ffb4(_0x53af36,_0x4304('0x2')))};break;case _0x4304('0x3'):_0x2c9327=_0x50e8b0['commandParams'][0x0][_0x4304('0x32')],_0x3cf2e2=_0x599da8(_0x50e8b0[_0x4304('0x4e')]),_0x166aad=_0x2c9327?_0x4304('0x10'):'*Format:*\x20remove\x20from\x20%0',_0x3cf2e2&&(_0x166aad=_0x4304('0x20')),_0x5d8344={'type':_0x4304('0x2b'),'content':_0xe9ffb4(_0x53af36,_0x166aad,_0xe9ffb4(_0x53af36,_0x4304('0x13')))};break;case _0x4304('0x1'):_0x166aad=_0x4304('0x4c'),_0x5d8344={'type':_0x4304('0x2b'),'content':_0xe9ffb4(_0x53af36,_0x166aad,_0xe9ffb4(_0x53af36,_0x4304('0x21')))};break;case _0x4304('0x39'):_0x166aad=function(_0xa5b0c0){const _0x5e4183=_0xa5b0c0[_0x4304('0xa')]();let _0x35ef6b=_0x5e4183[_0x4304('0x3d')]['nodeAfter'];for(;_0x35ef6b&&_0x5e4183[_0x4304('0x4')](_0x35ef6b);){if(_0x35ef6b[_0x4304('0x3b')](_0x4304('0x23'))>0x0)return!0x1;_0x35ef6b=_0x35ef6b[_0x4304('0x2c')];}return!0x0;}(_0x22800c)?_0xe9ffb4(_0x53af36,'*Format:*\x20remove\x20from\x20%0',_0xe9ffb4(_0x53af36,function(_0x3cfc93){const _0x4cd8f1=_0x3cfc93[_0x4304('0xa')]()[_0x4304('0x3d')]['nodeAfter'];return _0x4304('0x12')+_0x4cd8f1[_0x4304('0x3b')]('listType')[_0x4304('0x49')]()+_0x4304('0x17');}(_0x22800c))):_0xe9ffb4(_0x53af36,_0x4304('0xd'),_0xe9ffb4(_0x53af36,_0x4304('0x21'))),_0x5d8344={'type':'format','content':_0x166aad};break;case'mergeListItemBackward':case _0x4304('0x27'):!0x1===_0x50e8b0['multipleBlocks']&&(_0x166aad=_0x4304('0x2a'),_0x5d8344={'type':_0x4304('0x14'),'content':_0xe9ffb4(_0x53af36,_0x166aad,_0xe9ffb4(_0x53af36,_0x4304('0x21')))});}return _0x5d8344;}),_0x253aeb[_0x4304('0x30')][_0x4304('0x3a')](_0x4304('0x15'),'documentList','accept',function(_0x58142f,_0x4472fd){const _0x290ee1=[];for(let _0x13ac2d of _0x58142f)_0x13ac2d['start'][_0x4304('0x36')]===_0x13ac2d[_0x4304('0x1a')][_0x4304('0x9')]&&(_0x13ac2d=_0x45c48d[_0x4304('0x47')][_0x4304('0x41')](_0x45c48d[_0x4304('0x47')]['createPositionAt'](_0x13ac2d['start'][_0x4304('0x36')],0x0))),_0x290ee1[_0x4304('0x25')](_0x13ac2d);_0x45c48d['model'][_0x4304('0x43')](_0xbfbd46=>{const _0x57a457=_0x45c48d[_0x4304('0x47')][_0x4304('0xe')][_0x4304('0x33')],_0x5d5d52=Array['from'](_0x57a457['getRanges']())[_0x4304('0x2e')](_0x98a55c=>_0x53da5b[_0x4304('0xc')](_0x98a55c));_0xbfbd46[_0x4304('0x4a')](_0x290ee1),_0x45c48d[_0x4304('0x0')][_0x4304('0x8')](_0x4472fd[_0x4304('0x4e')])[_0x4304('0x6')](),_0x4472fd[_0x4304('0x48')]['push']({'forceDefaultExecution':!0x0}),_0x45c48d[_0x4304('0x4b')](_0x4472fd[_0x4304('0x4e')],..._0x4472fd[_0x4304('0x48')]),_0xbfbd46[_0x4304('0x4a')](_0x5d5d52);for(const _0x1768f0 of _0x5d5d52)_0x1768f0[_0x4304('0x2d')]();});});}}
23
+ const _0x5f3b=['push','selection','after','isFirstBlockOfListItem','from','getRanges','ELEMENT_LIST_ITEM','map','getFirstRange','multipleBlocks','isObject','createRange','model','end','numberedList','*Merge:*\x20%0','*Indent:*\x20%0','markBlockFormat','commandName','toUpperCase','setSelection','commands','value','bulletedList','editor','ELEMENT_','*Format:*\x20remove\x20from\x20%0','previousSibling','splitListItemBefore','registerCustomCallback','markMultiRangeBlockFormat','splitListItemAfter','getAttribute','plugins','DocumentListEditing','deletion','locale','ELEMENT_NUMBERED_LIST','outdentList','afterInit','*Format:*\x20insert\x20into\x20%0','length','_descriptionFactory','nodeAfter','slice','mergeListItemForward','formatBlock','schema','getSelectedBlocks','hasAttribute','format','start','fromRange','mergeListItemBackward','TrackChangesEditing','*Outdent:*\x20%0','*Change\x20to:*\x20%0','listItemId','change','enableCommand','nextSibling','document','commandParams','registerDescriptionCallback','listType','indentList','forceValue','refresh','findIndex','before','registerElementLabel','get','listIndent','createPositionAt'];(function(_0x352bf2,_0x5f3b55){const _0xcfc296=function(_0x9ac396){while(--_0x9ac396){_0x352bf2['push'](_0x352bf2['shift']());}};_0xcfc296(++_0x5f3b55);}(_0x5f3b,0x143));const _0xcfc2=function(_0x352bf2,_0x5f3b55){_0x352bf2=_0x352bf2-0x0;let _0xcfc296=_0x5f3b[_0x352bf2];return _0xcfc296;};import{Plugin as _0x4fa015}from'ckeditor5/src/core';import{getTranslation as _0x5cdc2d}from'../utils/common-translations';import{LiveRange as _0x25dae8}from'ckeditor5/src/engine';export default class L extends _0x4fa015{[_0xcfc2('0xc')](){const _0x2d531f=this[_0xcfc2('0x47')];if(!_0x2d531f[_0xcfc2('0x6')]['has'](_0xcfc2('0x7')))return;const _0x2bddbd=_0x2d531f[_0xcfc2('0x9')],_0xb18fbe=_0x2d531f[_0xcfc2('0x6')]['get'](_0xcfc2('0x1b')),_0x476708=_0x2d531f[_0xcfc2('0x6')][_0xcfc2('0x2c')]('DocumentListUtils');function _0x84f9b6(_0x41255e){return()=>{const _0x26af1b=_0x2d531f[_0xcfc2('0x44')][_0xcfc2('0x2c')](_0x41255e);let _0xdd92f1=Array['from'](_0x2d531f[_0xcfc2('0x3b')]['document'][_0xcfc2('0x30')][_0xcfc2('0x15')]());if(_0x18a92d(_0x41255e)){_0xdd92f1=_0x476708['expandListBlocksToCompleteList'](_0xdd92f1);const _0x419585=[];for(const _0x5dc764 of _0xdd92f1)_0x476708[_0xcfc2('0x32')](_0x5dc764)&&_0x419585[_0xcfc2('0x2f')](_0x5dc764);_0xdd92f1=_0x419585;}_0x2d531f['model'][_0xcfc2('0x1f')](()=>{_0xb18fbe[_0xcfc2('0x3')](_0xdd92f1,{'commandName':_0x41255e,'commandParams':[{'forceValue':!_0x26af1b['value']}],'formatGroupId':_0xcfc2('0x25')},[],'documentList');});};}function _0x34559a(_0x29a585){return()=>{const _0x5ab391=function(_0x42eeb0){let _0x41c704=Array['from'](_0x42eeb0);const _0x43a714=_0x41c704[_0xcfc2('0x29')](_0x42d312=>!_0x42d312[_0xcfc2('0x16')](_0xcfc2('0x1e')));return _0x43a714>-0x1&&(_0x41c704=_0x41c704[_0xcfc2('0x11')](0x0,_0x43a714)),_0x41c704;}(_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x22')]['selection'][_0xcfc2('0x15')]()),_0x26109e=_0x5ab391[_0x5ab391[_0xcfc2('0xe')]-0x1],_0x275585=_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x14')][_0xcfc2('0x39')](_0x26109e)?_0xcfc2('0x31'):_0xcfc2('0x3c'),_0x44e774=_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x3a')](_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x2e')](_0x5ab391[0x0],_0xcfc2('0x2a')),_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x2e')](_0x26109e,_0x275585));_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x1f')](()=>{_0xb18fbe[_0xcfc2('0x40')](_0x44e774,{'commandName':_0x29a585,'commandParams':[],'formatGroupId':_0xcfc2('0x25')},function(_0x5c5043){const _0x21c3fd=new Set();for(const _0x396655 of _0x5c5043){let _0x1fc84e=_0x396655[_0xcfc2('0x21')];for(;_0x1fc84e&&_0x1fc84e['getAttribute']('listIndent')>_0x396655[_0xcfc2('0x5')]('listIndent');)_0x21c3fd['add'](_0x1fc84e),_0x1fc84e=_0x1fc84e[_0xcfc2('0x21')];}return Array[_0xcfc2('0x33')](_0x21c3fd);}(_0x5ab391));});};}function _0x2bae41(_0x4e9a12){return()=>{const _0x4e58ba=_0x2d531f['model']['document']['selection'][_0xcfc2('0x15')]()['next']()[_0xcfc2('0x45')],_0xa139cf=_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x2e')](_0x4e58ba,'before'),_0x51dca5=_0x2d531f[_0xcfc2('0x3b')]['createPositionAt'](_0x4e58ba,0x0),_0x5844ca=_0x2d531f[_0xcfc2('0x3b')]['createRange'](_0xa139cf,_0x51dca5);_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x1f')](()=>{_0xb18fbe[_0xcfc2('0x40')](_0x5844ca,{'commandName':_0x4e9a12,'commandParams':[],'formatGroupId':_0xcfc2('0x25')});});};}function _0x18a92d(_0x1d9042){const _0x8d391a=_0x2d531f['commands'][_0xcfc2('0x2c')](_0xcfc2('0x46'))[_0xcfc2('0x45')],_0x14466a=_0x2d531f[_0xcfc2('0x44')][_0xcfc2('0x2c')]('numberedList')[_0xcfc2('0x45')];return'numberedList'===_0x1d9042?_0x8d391a:_0x14466a;}_0xb18fbe[_0xcfc2('0x20')](_0xcfc2('0x3d'),_0x84f9b6(_0xcfc2('0x3d'))),_0xb18fbe[_0xcfc2('0x20')](_0xcfc2('0x46'),_0x84f9b6(_0xcfc2('0x46'))),_0xb18fbe[_0xcfc2('0x20')](_0xcfc2('0x26'),_0x34559a(_0xcfc2('0x26'))),_0xb18fbe[_0xcfc2('0x20')](_0xcfc2('0xb'),_0x34559a(_0xcfc2('0xb'))),_0xb18fbe[_0xcfc2('0x20')](_0xcfc2('0x4'),_0x2bae41(_0xcfc2('0x4'))),_0xb18fbe[_0xcfc2('0x20')]('splitListItemBefore',_0x2bae41(_0xcfc2('0x1'))),_0xb18fbe['_descriptionFactory'][_0xcfc2('0x2b')](function(_0x31d076){const _0x22f620=!_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x14')]['isObject'](_0x31d076),_0x386c19=_0x31d076[_0xcfc2('0x0')],_0x58d64f=_0x31d076[_0xcfc2('0x21')],_0x55c92f=_0x31d076[_0xcfc2('0x5')](_0xcfc2('0x1e')),_0x466939=!_0x386c19||_0x386c19[_0xcfc2('0x5')]('listItemId')!==_0x55c92f,_0x14d3cc=!_0x58d64f||_0x58d64f[_0xcfc2('0x5')]('listItemId')!==_0x55c92f;return _0x22f620&&Boolean(_0x55c92f)&&_0x466939&&_0x14d3cc;},_0x1dccd3=>_0x5cdc2d(_0x2bddbd,_0xcfc2('0x35'),_0x1dccd3)),_0xb18fbe[_0xcfc2('0xf')][_0xcfc2('0x24')](function(_0x569bcf){const {data:_0x5f1734}=_0x569bcf;if(!_0x5f1734)return;let _0x2c0897,_0x588b90,_0x1f2363,_0x1fd666;switch(_0x5f1734['commandName']){case'bulletedList':_0x1f2363=_0x5f1734[_0xcfc2('0x23')][0x0][_0xcfc2('0x27')],_0x1fd666=_0x18a92d(_0x5f1734[_0xcfc2('0x41')]),_0x2c0897=_0x1f2363?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',_0x1fd666&&(_0x2c0897=_0xcfc2('0x1d')),_0x588b90={'type':_0xcfc2('0x17'),'content':_0x5cdc2d(_0x2bddbd,_0x2c0897,_0x5cdc2d(_0x2bddbd,'ELEMENT_BULLETED_LIST'))};break;case _0xcfc2('0x3d'):_0x1f2363=_0x5f1734[_0xcfc2('0x23')][0x0]['forceValue'],_0x1fd666=_0x18a92d(_0x5f1734[_0xcfc2('0x41')]),_0x2c0897=_0x1f2363?_0xcfc2('0xd'):_0xcfc2('0x49'),_0x1fd666&&(_0x2c0897=_0xcfc2('0x1d')),_0x588b90={'type':'format','content':_0x5cdc2d(_0x2bddbd,_0x2c0897,_0x5cdc2d(_0x2bddbd,_0xcfc2('0xa')))};break;case'indentList':_0x2c0897=_0xcfc2('0x3f'),_0x588b90={'type':_0xcfc2('0x17'),'content':_0x5cdc2d(_0x2bddbd,_0x2c0897,_0x5cdc2d(_0x2bddbd,_0xcfc2('0x35')))};break;case _0xcfc2('0xb'):_0x2c0897=function(_0x3fb2d9){const _0x36d3d6=_0x3fb2d9[_0xcfc2('0x37')]();let _0x587a8f=_0x36d3d6['start'][_0xcfc2('0x10')];for(;_0x587a8f&&_0x36d3d6['containsItem'](_0x587a8f);){if(_0x587a8f[_0xcfc2('0x5')](_0xcfc2('0x2d'))>0x0)return!0x1;_0x587a8f=_0x587a8f['nextSibling'];}return!0x0;}(_0x569bcf)?_0x5cdc2d(_0x2bddbd,_0xcfc2('0x49'),_0x5cdc2d(_0x2bddbd,function(_0xe8546b){const _0x59356f=_0xe8546b[_0xcfc2('0x37')]()[_0xcfc2('0x18')]['nodeAfter'];return _0xcfc2('0x48')+_0x59356f[_0xcfc2('0x5')](_0xcfc2('0x25'))[_0xcfc2('0x42')]()+'_LIST';}(_0x569bcf))):_0x5cdc2d(_0x2bddbd,_0xcfc2('0x1c'),_0x5cdc2d(_0x2bddbd,'ELEMENT_LIST_ITEM')),_0x588b90={'type':_0xcfc2('0x17'),'content':_0x2c0897};break;case _0xcfc2('0x1a'):case _0xcfc2('0x12'):!0x1===_0x5f1734[_0xcfc2('0x38')]&&(_0x2c0897=_0xcfc2('0x3e'),_0x588b90={'type':_0xcfc2('0x8'),'content':_0x5cdc2d(_0x2bddbd,_0x2c0897,_0x5cdc2d(_0x2bddbd,_0xcfc2('0x35')))});}return _0x588b90;}),_0xb18fbe['_suggestionFactory'][_0xcfc2('0x2')](_0xcfc2('0x13'),'documentList','accept',function(_0x148a84,_0x21ff92){const _0x1ca1d9=[];for(let _0x4ca224 of _0x148a84)_0x4ca224[_0xcfc2('0x18')][_0xcfc2('0x10')]===_0x4ca224['end']['parent']&&(_0x4ca224=_0x2d531f['model'][_0xcfc2('0x3a')](_0x2d531f['model']['createPositionAt'](_0x4ca224[_0xcfc2('0x18')][_0xcfc2('0x10')],0x0))),_0x1ca1d9[_0xcfc2('0x2f')](_0x4ca224);_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x1f')](_0x188873=>{const _0x5c6ecb=_0x2d531f[_0xcfc2('0x3b')][_0xcfc2('0x22')]['selection'],_0x3a2b13=Array[_0xcfc2('0x33')](_0x5c6ecb[_0xcfc2('0x34')]())[_0xcfc2('0x36')](_0x2bbd7e=>_0x25dae8[_0xcfc2('0x19')](_0x2bbd7e));_0x188873[_0xcfc2('0x43')](_0x1ca1d9),_0x2d531f['commands'][_0xcfc2('0x2c')](_0x21ff92[_0xcfc2('0x41')])[_0xcfc2('0x28')](),_0x21ff92[_0xcfc2('0x23')][_0xcfc2('0x2f')]({'forceDefaultExecution':!0x0}),_0x2d531f['execute'](_0x21ff92[_0xcfc2('0x41')],..._0x21ff92[_0xcfc2('0x23')]),_0x188873['setSelection'](_0x3a2b13);for(const _0x6da973 of _0x3a2b13)_0x6da973['detach']();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3aa2=['styles','document','editor','TrackChangesEditing','DocumentListUtils','*Format:*\x20set\x20start\x20index\x20to\x20%0','commandParams','expandListBlocksToCompleteList','bind','getListTypeFromListStyleType','handleDescriptions','length','_getSuggestionBlocks','listType','*Change\x20to:*\x20%0','toUpperCase','handleListStartCommand','push','listStyle','_getTranslationKeyForListStyle','commandName','DocumentListPropertiesEditing','afterInit','isListItemBlock','list.properties','get','listStart','plugins','startIndex','type','listReversed','ELEMENT_','reversed','enableCommand','_getSuggestionBlocksForListStyle','filter','has','locale','_LIST_','change','selection','*Format:*\x20set\x20order\x20to\x20reversed','model','format','handleListReversedCommand','DocumentListPropertiesUtils','handleListStyleCommand','getAttribute','markMultiRangeBlockFormat','from','numbered','registerDescriptionCallback','replace'];(function(_0x13c8a6,_0x3aa2c2){const _0x58d15c=function(_0x2b4a68){while(--_0x2b4a68){_0x13c8a6['push'](_0x13c8a6['shift']());}};_0x58d15c(++_0x3aa2c2);}(_0x3aa2,0xb7));const _0x58d1=function(_0x13c8a6,_0x3aa2c2){_0x13c8a6=_0x13c8a6-0x0;let _0x58d15c=_0x3aa2[_0x13c8a6];return _0x58d15c;};import{Plugin as _0x50c279}from'ckeditor5/src/core';import{getTranslation as _0x166f53}from'../utils/common-translations';export default class At extends _0x50c279{[_0x58d1('0x33')](){if(!this[_0x58d1('0x1f')][_0x58d1('0x3')][_0x58d1('0xc')](_0x58d1('0x32')))return;const _0x13d87f=this[_0x58d1('0x1f')]['config'][_0x58d1('0x1')](_0x58d1('0x0')),_0x25734e=this[_0x58d1('0x1f')][_0x58d1('0x3')][_0x58d1('0x1')](_0x58d1('0x20'));_0x13d87f[_0x58d1('0x1d')]&&_0x25734e[_0x58d1('0x9')](_0x58d1('0x2f'),this[_0x58d1('0x16')][_0x58d1('0x25')](this)),_0x13d87f[_0x58d1('0x8')]&&_0x25734e[_0x58d1('0x9')](_0x58d1('0x6'),this[_0x58d1('0x14')][_0x58d1('0x25')](this)),_0x13d87f[_0x58d1('0x4')]&&_0x25734e['enableCommand'](_0x58d1('0x2'),this[_0x58d1('0x2d')][_0x58d1('0x25')](this)),_0x25734e['_descriptionFactory'][_0x58d1('0x1b')](this['handleDescriptions'][_0x58d1('0x25')](this));}[_0x58d1('0x16')](_0x4c53b7,_0x135488={}){const _0x16807a=this['editor']['plugins']['get'](_0x58d1('0x20')),_0x4e01ba=this[_0x58d1('0xa')]();this[_0x58d1('0x1f')][_0x58d1('0x12')][_0x58d1('0xf')](()=>{_0x16807a[_0x58d1('0x18')](_0x4e01ba,{'commandName':_0x58d1('0x2f'),'commandParams':[{'type':_0x135488[_0x58d1('0x5')]}],'formatGroupId':_0x58d1('0x2f')});});}[_0x58d1('0x14')](_0x16d98d,_0x5b2b15={}){const _0x2dfe22=this[_0x58d1('0x1f')][_0x58d1('0x3')]['get'](_0x58d1('0x20')),_0x269cd7=this['editor'][_0x58d1('0x3')][_0x58d1('0x1')](_0x58d1('0x21')),_0x9cf84=this[_0x58d1('0x29')](_0x5f0b41=>_0x269cd7[_0x58d1('0x34')](_0x5f0b41)&&_0x58d1('0x1a')===_0x5f0b41[_0x58d1('0x17')](_0x58d1('0x2a')));null!==_0x9cf84&&this[_0x58d1('0x1f')][_0x58d1('0x12')][_0x58d1('0xf')](()=>{_0x2dfe22[_0x58d1('0x18')](_0x9cf84,{'commandName':'listReversed','commandParams':[{'reversed':_0x5b2b15[_0x58d1('0x8')]}],'formatGroupId':_0x58d1('0x6')});});}[_0x58d1('0x2d')](_0x2e56dc,_0x32aa2d={}){const _0x22d4a3=this['editor'][_0x58d1('0x3')][_0x58d1('0x1')](_0x58d1('0x20')),_0x1e79ff=this[_0x58d1('0x1f')]['plugins'][_0x58d1('0x1')](_0x58d1('0x21')),_0x2822cf=this[_0x58d1('0x29')](_0xcab8fc=>_0x1e79ff[_0x58d1('0x34')](_0xcab8fc)&&_0x58d1('0x1a')===_0xcab8fc['getAttribute'](_0x58d1('0x2a')));null!==_0x2822cf&&this['editor']['model'][_0x58d1('0xf')](()=>{_0x22d4a3[_0x58d1('0x18')](_0x2822cf,{'commandName':_0x58d1('0x2'),'commandParams':[{'startIndex':_0x32aa2d[_0x58d1('0x4')]}],'formatGroupId':_0x58d1('0x2')});});}[_0x58d1('0x27')](_0x226773){const _0x3d38cf=this[_0x58d1('0x1f')][_0x58d1('0xd')],{data:_0x59c279}=_0x226773;if(!_0x59c279)return;let _0x5a46d2,_0x5c9120;switch(_0x59c279[_0x58d1('0x31')]){case _0x58d1('0x2f'):_0x5a46d2=_0x58d1('0x2b'),_0x5c9120={'type':_0x58d1('0x13'),'content':_0x166f53(_0x3d38cf,_0x5a46d2,_0x166f53(_0x3d38cf,this[_0x58d1('0x30')](_0x59c279['commandParams'][0x0][_0x58d1('0x5')])))};break;case _0x58d1('0x6'):_0x5a46d2=_0x59c279[_0x58d1('0x23')][0x0][_0x58d1('0x8')]?_0x58d1('0x11'):'*Format:*\x20set\x20order\x20to\x20regular',_0x5c9120={'type':'format','content':_0x166f53(_0x3d38cf,_0x5a46d2)};break;case _0x58d1('0x2'):_0x5a46d2=_0x58d1('0x22'),_0x5c9120={'type':_0x58d1('0x13'),'content':_0x166f53(_0x3d38cf,_0x5a46d2,_0x59c279['commandParams'][0x0][_0x58d1('0x4')])};}return _0x5c9120;}['_getSuggestionBlocksForListStyle'](){const _0x5b3b4a=this['editor'][_0x58d1('0x3')][_0x58d1('0x1')](_0x58d1('0x21'));let _0x3cc846=Array['from'](this[_0x58d1('0x1f')][_0x58d1('0x12')][_0x58d1('0x1e')]['selection']['getSelectedBlocks']());return _0x3cc846[_0x58d1('0x2e')](..._0x5b3b4a[_0x58d1('0x24')](_0x3cc846)),_0x3cc846=[...new Set(_0x3cc846)],_0x3cc846;}[_0x58d1('0x29')](_0x524f78){const _0x57f40d=this['editor'][_0x58d1('0x3')]['get']('DocumentListUtils');let _0x1e501f=Array[_0x58d1('0x19')](this[_0x58d1('0x1f')]['model'][_0x58d1('0x1e')][_0x58d1('0x10')]['getSelectedBlocks']())[_0x58d1('0xb')](_0x524f78);if(!_0x1e501f[_0x58d1('0x28')])return null;_0x1e501f=_0x57f40d[_0x58d1('0x24')](_0x1e501f);const _0x6d72ec=[];for(const _0x3b1f15 of _0x1e501f)_0x57f40d['isFirstBlockOfListItem'](_0x3b1f15)&&_0x6d72ec[_0x58d1('0x2e')](_0x3b1f15);return _0x6d72ec;}[_0x58d1('0x30')](_0x33957a){return _0x58d1('0x7')+this[_0x58d1('0x1f')]['plugins'][_0x58d1('0x1')](_0x58d1('0x15'))[_0x58d1('0x26')](_0x33957a)[_0x58d1('0x2c')]()+_0x58d1('0xe')+_0x33957a['toUpperCase']()[_0x58d1('0x1c')](/-/g,'_');}}
23
+ const _0x2505=['isListItemBlock','expandListBlocksToCompleteList','*Format:*\x20set\x20order\x20to\x20reversed','*Format:*\x20set\x20start\x20index\x20to\x20%0','locale','_getTranslationKeyForListStyle','isFirstBlockOfListItem','markMultiRangeBlockFormat','*Change\x20to:*\x20%0','model','DocumentListUtils','bind','TrackChangesEditing','getAttribute','push','reversed','startIndex','format','listReversed','document','change','handleListStyleCommand','config','*Format:*\x20set\x20order\x20to\x20regular','_getSuggestionBlocksForListStyle','getSelectedBlocks','get','listStart','registerDescriptionCallback','getListTypeFromListStyleType','from','commandParams','listStyle','numbered','listType','has','handleListStartCommand','toUpperCase','list.properties','_getSuggestionBlocks','handleDescriptions','_LIST_','type','handleListReversedCommand','enableCommand','_descriptionFactory','plugins','editor'];(function(_0x8c1f06,_0x25057b){const _0x3d6b35=function(_0x31749e){while(--_0x31749e){_0x8c1f06['push'](_0x8c1f06['shift']());}};_0x3d6b35(++_0x25057b);}(_0x2505,0x88));const _0x3d6b=function(_0x8c1f06,_0x25057b){_0x8c1f06=_0x8c1f06-0x0;let _0x3d6b35=_0x2505[_0x8c1f06];return _0x3d6b35;};import{Plugin as _0x232f4f}from'ckeditor5/src/core';import{getTranslation as _0x553402}from'../utils/common-translations';export default class At extends _0x232f4f{['afterInit'](){if(!this[_0x3d6b('0x7')][_0x3d6b('0x6')][_0x3d6b('0x2b')]('DocumentListPropertiesEditing'))return;const _0x269bd9=this[_0x3d6b('0x7')][_0x3d6b('0x1e')]['get'](_0x3d6b('0x2e')),_0x5a9951=this[_0x3d6b('0x7')][_0x3d6b('0x6')][_0x3d6b('0x22')]('TrackChangesEditing');_0x269bd9['styles']&&_0x5a9951[_0x3d6b('0x4')]('listStyle',this['handleListStyleCommand'][_0x3d6b('0x13')](this)),_0x269bd9[_0x3d6b('0x17')]&&_0x5a9951[_0x3d6b('0x4')]('listReversed',this[_0x3d6b('0x3')][_0x3d6b('0x13')](this)),_0x269bd9[_0x3d6b('0x18')]&&_0x5a9951[_0x3d6b('0x4')](_0x3d6b('0x23'),this[_0x3d6b('0x2c')][_0x3d6b('0x13')](this)),_0x5a9951[_0x3d6b('0x5')][_0x3d6b('0x24')](this[_0x3d6b('0x0')]['bind'](this));}[_0x3d6b('0x1d')](_0x14e6f4,_0x2021b6={}){const _0x4eae7f=this['editor'][_0x3d6b('0x6')][_0x3d6b('0x22')]('TrackChangesEditing'),_0x39eaaf=this['_getSuggestionBlocksForListStyle']();this[_0x3d6b('0x7')]['model']['change'](()=>{_0x4eae7f[_0x3d6b('0xf')](_0x39eaaf,{'commandName':_0x3d6b('0x28'),'commandParams':[{'type':_0x2021b6[_0x3d6b('0x2')]}],'formatGroupId':'listStyle'});});}[_0x3d6b('0x3')](_0x4eaa6e,_0x1fe11a={}){const _0x2757b9=this[_0x3d6b('0x7')][_0x3d6b('0x6')]['get'](_0x3d6b('0x14')),_0x5866d5=this[_0x3d6b('0x7')][_0x3d6b('0x6')][_0x3d6b('0x22')](_0x3d6b('0x12')),_0x1946bc=this['_getSuggestionBlocks'](_0x3829f0=>_0x5866d5['isListItemBlock'](_0x3829f0)&&_0x3d6b('0x29')===_0x3829f0['getAttribute']('listType'));null!==_0x1946bc&&this['editor'][_0x3d6b('0x11')][_0x3d6b('0x1c')](()=>{_0x2757b9[_0x3d6b('0xf')](_0x1946bc,{'commandName':_0x3d6b('0x1a'),'commandParams':[{'reversed':_0x1fe11a[_0x3d6b('0x17')]}],'formatGroupId':_0x3d6b('0x1a')});});}['handleListStartCommand'](_0x3390c8,_0x96c80b={}){const _0x5b8ad1=this[_0x3d6b('0x7')][_0x3d6b('0x6')]['get'](_0x3d6b('0x14')),_0x3d8375=this[_0x3d6b('0x7')]['plugins'][_0x3d6b('0x22')](_0x3d6b('0x12')),_0x52fd32=this['_getSuggestionBlocks'](_0x115d47=>_0x3d8375[_0x3d6b('0x8')](_0x115d47)&&_0x3d6b('0x29')===_0x115d47[_0x3d6b('0x15')](_0x3d6b('0x2a')));null!==_0x52fd32&&this[_0x3d6b('0x7')][_0x3d6b('0x11')][_0x3d6b('0x1c')](()=>{_0x5b8ad1[_0x3d6b('0xf')](_0x52fd32,{'commandName':_0x3d6b('0x23'),'commandParams':[{'startIndex':_0x96c80b[_0x3d6b('0x18')]}],'formatGroupId':'listStart'});});}[_0x3d6b('0x0')](_0x534049){const _0x4ed303=this[_0x3d6b('0x7')][_0x3d6b('0xc')],{data:_0x272c4c}=_0x534049;if(!_0x272c4c)return;let _0x5d2ac7,_0x970319;switch(_0x272c4c['commandName']){case'listStyle':_0x5d2ac7=_0x3d6b('0x10'),_0x970319={'type':_0x3d6b('0x19'),'content':_0x553402(_0x4ed303,_0x5d2ac7,_0x553402(_0x4ed303,this[_0x3d6b('0xd')](_0x272c4c[_0x3d6b('0x27')][0x0][_0x3d6b('0x2')])))};break;case'listReversed':_0x5d2ac7=_0x272c4c[_0x3d6b('0x27')][0x0][_0x3d6b('0x17')]?_0x3d6b('0xa'):_0x3d6b('0x1f'),_0x970319={'type':_0x3d6b('0x19'),'content':_0x553402(_0x4ed303,_0x5d2ac7)};break;case'listStart':_0x5d2ac7=_0x3d6b('0xb'),_0x970319={'type':_0x3d6b('0x19'),'content':_0x553402(_0x4ed303,_0x5d2ac7,_0x272c4c[_0x3d6b('0x27')][0x0][_0x3d6b('0x18')])};}return _0x970319;}[_0x3d6b('0x20')](){const _0x344f90=this[_0x3d6b('0x7')][_0x3d6b('0x6')]['get']('DocumentListUtils');let _0x3eb8d3=Array[_0x3d6b('0x26')](this[_0x3d6b('0x7')]['model'][_0x3d6b('0x1b')]['selection'][_0x3d6b('0x21')]());return _0x3eb8d3[_0x3d6b('0x16')](..._0x344f90['expandListBlocksToCompleteList'](_0x3eb8d3)),_0x3eb8d3=[...new Set(_0x3eb8d3)],_0x3eb8d3;}[_0x3d6b('0x2f')](_0x519736){const _0x12c024=this['editor'][_0x3d6b('0x6')]['get']('DocumentListUtils');let _0x292198=Array[_0x3d6b('0x26')](this[_0x3d6b('0x7')][_0x3d6b('0x11')]['document']['selection'][_0x3d6b('0x21')]())['filter'](_0x519736);if(!_0x292198['length'])return null;_0x292198=_0x12c024[_0x3d6b('0x9')](_0x292198);const _0x3d5d36=[];for(const _0x45fa63 of _0x292198)_0x12c024[_0x3d6b('0xe')](_0x45fa63)&&_0x3d5d36[_0x3d6b('0x16')](_0x45fa63);return _0x3d5d36;}['_getTranslationKeyForListStyle'](_0x4422ed){return'ELEMENT_'+this[_0x3d6b('0x7')]['plugins'][_0x3d6b('0x22')]('DocumentListPropertiesUtils')[_0x3d6b('0x25')](_0x4422ed)[_0x3d6b('0x2d')]()+_0x3d6b('0x1')+_0x4422ed[_0x3d6b('0x2d')]()['replace'](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x358a=['end','enterBlock','afterExecute','getFirstPosition','get','split','detach','setSelection','change','remove','high','model','ck-suggestion-marker-split','createRange','plugins','document','parent','enableCommand','data','mapper','downcastDispatcher','showSuggestionHighlights','hasClass','createPositionAt','markerName','bind','selection','commands','fromRange','init','getFirstRange','editing','enter','markerNameToElements','unbindElementFromMarkerName'];(function(_0x4f8b72,_0x358a74){const _0x541184=function(_0x32590e){while(--_0x32590e){_0x4f8b72['push'](_0x4f8b72['shift']());}};_0x541184(++_0x358a74);}(_0x358a,0x1b2));const _0x5411=function(_0x4f8b72,_0x358a74){_0x4f8b72=_0x4f8b72-0x0;let _0x541184=_0x358a[_0x4f8b72];return _0x541184;};import{Plugin as _0x3dcd5f}from'ckeditor5/src/core';import{Enter as _0x227716}from'ckeditor5/src/enter';import{LiveRange as _0x218eaa}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x2aec3a}from'./utils';export default class q extends _0x3dcd5f{static get['requires'](){return[_0x227716];}[_0x5411('0xf')](){const _0x198d1f=this['editor'],_0x5de501=_0x198d1f[_0x5411('0x0')]['get']('TrackChangesEditing'),_0x275c48=_0x198d1f[_0x5411('0xd')][_0x5411('0x19')](_0x5411('0x12'));_0x5de501[_0x5411('0x3')]('enter',()=>{_0x198d1f['model'][_0x5411('0x1d')](_0x3563a6=>{const _0x5a0475=_0x198d1f[_0x5411('0x20')][_0x5411('0x1')][_0x5411('0xc')],_0x2e1444=_0x5a0475[_0x5411('0x18')](),_0x5ce6f4=_0x218eaa[_0x5411('0xe')](_0x5a0475[_0x5411('0x10')]());if(_0x275c48[_0x5411('0x16')](_0x3563a6)){const _0x375aad=_0x198d1f['model'][_0x5411('0x9')](_0x2e1444[_0x5411('0x2')]['nextSibling'],0x0),_0x1908f2=_0x3563a6[_0x5411('0x22')](_0x2e1444,_0x375aad);_0x5de501['markInsertion'](_0x1908f2);}else _0x3563a6[_0x5411('0x1c')](_0x3563a6[_0x5411('0x22')](_0x5ce6f4[_0x5411('0x15')]));_0x5ce6f4[_0x5411('0x1b')](),_0x275c48['fire'](_0x5411('0x17'),{'writer':_0x3563a6});});}),_0x198d1f[_0x5411('0x11')][_0x5411('0x6')]['on']('addMarker:suggestion:insertion',_0x2aec3a(_0x198d1f,'split'),{'priority':_0x5411('0x1f')}),_0x198d1f[_0x5411('0x11')][_0x5411('0x6')]['on']('removeMarker:suggestion:insertion',(_0x4e5bb4,_0x10427,_0x794de0)=>{const _0x4773b0=_0x794de0[_0x5411('0x5')][_0x5411('0x13')](_0x10427[_0x5411('0xa')]);if(_0x4773b0)for(const _0x4d96fd of _0x4773b0)_0x4d96fd[_0x5411('0x8')](_0x5411('0x21'))&&(_0x794de0[_0x5411('0x5')][_0x5411('0x14')](_0x4d96fd,_0x10427[_0x5411('0xa')]),_0x794de0['writer'][_0x5411('0x1e')](_0x4d96fd));},{'priority':_0x5411('0x1f')}),_0x198d1f[_0x5411('0x4')][_0x5411('0x6')]['on']('addMarker:suggestion:insertion',(_0x4addd9,_0x443c36,_0x2fd45d)=>{_0x2fd45d['options'][_0x5411('0x7')]&&_0x2aec3a(_0x198d1f,_0x5411('0x1a'),{'showActiveMarker':!0x1})[_0x5411('0xb')](this)(_0x4addd9,_0x443c36,_0x2fd45d);},{'priority':_0x5411('0x1f')});}}
23
+ const _0x2e53=['init','requires','downcastDispatcher','removeMarker:suggestion:insertion','editor','parent','split','detach','setSelection','nextSibling','model','markerNameToElements','createRange','bind','TrackChangesEditing','createPositionAt','markerName','showSuggestionHighlights','editing','fire','mapper','enterBlock','document','remove','writer','unbindElementFromMarkerName','plugins','markInsertion','afterExecute','hasClass','high','change','commands','enableCommand','addMarker:suggestion:insertion','get','getFirstPosition','ck-suggestion-marker-split'];(function(_0x37bdf8,_0x2e5335){const _0x451275=function(_0x140499){while(--_0x140499){_0x37bdf8['push'](_0x37bdf8['shift']());}};_0x451275(++_0x2e5335);}(_0x2e53,0x14e));const _0x4512=function(_0x37bdf8,_0x2e5335){_0x37bdf8=_0x37bdf8-0x0;let _0x451275=_0x2e53[_0x37bdf8];return _0x451275;};import{Plugin as _0x50a8dc}from'ckeditor5/src/core';import{Enter as _0x136616}from'ckeditor5/src/enter';import{LiveRange as _0x3a53c7}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x2c21ec}from'./utils';export default class q extends _0x50a8dc{static get[_0x4512('0x9')](){return[_0x136616];}[_0x4512('0x8')](){const _0x37e5d5=this[_0x4512('0xc')],_0x5ee279=_0x37e5d5[_0x4512('0x22')][_0x4512('0x5')](_0x4512('0x16')),_0x1cad06=_0x37e5d5[_0x4512('0x2')][_0x4512('0x5')]('enter');_0x5ee279[_0x4512('0x3')]('enter',()=>{_0x37e5d5[_0x4512('0x12')][_0x4512('0x1')](_0xf8da74=>{const _0x941c7f=_0x37e5d5[_0x4512('0x12')][_0x4512('0x1e')]['selection'],_0xc310a7=_0x941c7f[_0x4512('0x6')](),_0x55bb4d=_0x3a53c7['fromRange'](_0x941c7f['getFirstRange']());if(_0x1cad06[_0x4512('0x1d')](_0xf8da74)){const _0x31a601=_0x37e5d5[_0x4512('0x12')][_0x4512('0x17')](_0xc310a7[_0x4512('0xd')][_0x4512('0x11')],0x0),_0x5027c0=_0xf8da74[_0x4512('0x14')](_0xc310a7,_0x31a601);_0x5ee279[_0x4512('0x23')](_0x5027c0);}else _0xf8da74[_0x4512('0x10')](_0xf8da74[_0x4512('0x14')](_0x55bb4d['end']));_0x55bb4d[_0x4512('0xf')](),_0x1cad06[_0x4512('0x1b')](_0x4512('0x24'),{'writer':_0xf8da74});});}),_0x37e5d5[_0x4512('0x1a')][_0x4512('0xa')]['on'](_0x4512('0x4'),_0x2c21ec(_0x37e5d5,_0x4512('0xe')),{'priority':'high'}),_0x37e5d5[_0x4512('0x1a')][_0x4512('0xa')]['on'](_0x4512('0xb'),(_0x299d41,_0x2bb000,_0x1e8e8f)=>{const _0x37ff9a=_0x1e8e8f['mapper'][_0x4512('0x13')](_0x2bb000[_0x4512('0x18')]);if(_0x37ff9a)for(const _0x2ba95e of _0x37ff9a)_0x2ba95e[_0x4512('0x25')](_0x4512('0x7'))&&(_0x1e8e8f[_0x4512('0x1c')][_0x4512('0x21')](_0x2ba95e,_0x2bb000['markerName']),_0x1e8e8f[_0x4512('0x20')][_0x4512('0x1f')](_0x2ba95e));},{'priority':_0x4512('0x0')}),_0x37e5d5['data'][_0x4512('0xa')]['on'](_0x4512('0x4'),(_0x236c62,_0x138946,_0x20f17f)=>{_0x20f17f['options'][_0x4512('0x19')]&&_0x2c21ec(_0x37e5d5,_0x4512('0xe'),{'showActiveMarker':!0x1})[_0x4512('0x15')](this)(_0x236c62,_0x138946,_0x20f17f);},{'priority':_0x4512('0x0')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x11a7=['FindAndReplaceUtils','afterInit','createPositionAt','plugins','findNext','findByTextCallback','createRange','bind','editor','markers','handleFindCommand','find','getRange','start','get','item','replaceAll','model','string','filter','getIntersection','suggestion:deletion','has','findPrevious','enableCommand','FindAndReplaceEditing'];(function(_0x598fd3,_0x11a7d7){const _0x599067=function(_0x4a2fbe){while(--_0x4a2fbe){_0x598fd3['push'](_0x598fd3['shift']());}};_0x599067(++_0x11a7d7);}(_0x11a7,0x1dc));const _0x5990=function(_0x598fd3,_0x11a7d7){_0x598fd3=_0x598fd3-0x0;let _0x599067=_0x11a7[_0x598fd3];return _0x599067;};import{Plugin as _0x3f8176}from'ckeditor5/src/core';export default class z extends _0x3f8176{[_0x5990('0x13')](){if(!this[_0x5990('0x0')][_0x5990('0x15')][_0x5990('0xe')](_0x5990('0x11')))return;const _0x27d304=this[_0x5990('0x0')][_0x5990('0x15')]['get']('TrackChangesEditing');_0x27d304[_0x5990('0x10')](_0x5990('0x3'),this[_0x5990('0x2')][_0x5990('0x19')](this)),_0x27d304['enableCommand'](_0x5990('0x16')),_0x27d304[_0x5990('0x10')](_0x5990('0xf')),_0x27d304[_0x5990('0x10')]('replace'),_0x27d304[_0x5990('0x10')](_0x5990('0x8'));}[_0x5990('0x2')](_0x3ca418,_0x146790,_0x169759={}){const _0x5f1f57=this[_0x5990('0x0')][_0x5990('0x15')][_0x5990('0x6')](_0x5990('0x12'));void 0x0!==_0x169759&&_0x3ca418(_0x3a3425=>(_0x5990('0xa')==typeof _0x146790?_0x5f1f57[_0x5990('0x17')](_0x146790,_0x169759):_0x146790)(_0x3a3425)[_0x5990('0xb')](_0x72aa0c=>!0x1===this['_isInDeletionRange'](_0x72aa0c,_0x3a3425[_0x5990('0x7')])),_0x169759);}['_isInDeletionRange'](_0x26cb3a,_0x5457ab){const _0x2f466f=this[_0x5990('0x0')][_0x5990('0x9')][_0x5990('0x18')](this['editor'][_0x5990('0x9')][_0x5990('0x14')](_0x5457ab,_0x26cb3a[_0x5990('0x5')]),this[_0x5990('0x0')][_0x5990('0x9')][_0x5990('0x14')](_0x5457ab,_0x26cb3a['end']));for(const _0x279395 of this[_0x5990('0x0')][_0x5990('0x9')][_0x5990('0x1')]['getMarkersGroup'](_0x5990('0xd')))if(null!==_0x2f466f[_0x5990('0xc')](_0x279395[_0x5990('0x4')]()))return!0x0;return!0x1;}}
23
+ const _0x391f=['has','item','start','findNext','TrackChangesEditing','_isInDeletionRange','get','bind','getIntersection','afterInit','plugins','findPrevious','enableCommand','FindAndReplaceUtils','model','editor','getMarkersGroup','createRange','handleFindCommand','markers','FindAndReplaceEditing','end','string','createPositionAt'];(function(_0x57b613,_0x391fe2){const _0x2972e9=function(_0x64aaf2){while(--_0x64aaf2){_0x57b613['push'](_0x57b613['shift']());}};_0x2972e9(++_0x391fe2);}(_0x391f,0x7b));const _0x2972=function(_0x57b613,_0x391fe2){_0x57b613=_0x57b613-0x0;let _0x2972e9=_0x391f[_0x57b613];return _0x2972e9;};import{Plugin as _0x391fc2}from'ckeditor5/src/core';export default class z extends _0x391fc2{[_0x2972('0x6')](){if(!this['editor'][_0x2972('0x7')][_0x2972('0x15')](_0x2972('0x11')))return;const _0x159804=this[_0x2972('0xc')]['plugins']['get'](_0x2972('0x1'));_0x159804['enableCommand']('find',this[_0x2972('0xf')][_0x2972('0x4')](this)),_0x159804[_0x2972('0x9')](_0x2972('0x0')),_0x159804[_0x2972('0x9')](_0x2972('0x8')),_0x159804['enableCommand']('replace'),_0x159804[_0x2972('0x9')]('replaceAll');}[_0x2972('0xf')](_0x208737,_0x493011,_0x23655c={}){const _0x2cc3d8=this['editor'][_0x2972('0x7')][_0x2972('0x3')](_0x2972('0xa'));void 0x0!==_0x23655c&&_0x208737(_0x28ab83=>(_0x2972('0x13')==typeof _0x493011?_0x2cc3d8['findByTextCallback'](_0x493011,_0x23655c):_0x493011)(_0x28ab83)['filter'](_0x1f330b=>!0x1===this[_0x2972('0x2')](_0x1f330b,_0x28ab83[_0x2972('0x16')])),_0x23655c);}[_0x2972('0x2')](_0x1e9360,_0x344f3c){const _0x5c1554=this[_0x2972('0xc')][_0x2972('0xb')][_0x2972('0xe')](this[_0x2972('0xc')][_0x2972('0xb')][_0x2972('0x14')](_0x344f3c,_0x1e9360[_0x2972('0x17')]),this['editor']['model'][_0x2972('0x14')](_0x344f3c,_0x1e9360[_0x2972('0x12')]));for(const _0x193f0b of this['editor']['model'][_0x2972('0x10')][_0x2972('0xd')]('suggestion:deletion'))if(null!==_0x5c1554[_0x2972('0x5')](_0x193f0b['getRange']()))return!0x0;return!0x1;}}