@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230825.0 → 0.0.0-nightly-20230827.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-20230825.0",
3
+ "version": "0.0.0-nightly-20230827.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-20230825.0",
43
- "ckeditor5-collaboration": "0.0.0-nightly-20230825.0",
42
+ "ckeditor5": "0.0.0-nightly-20230827.0",
43
+ "ckeditor5-collaboration": "0.0.0-nightly-20230827.0",
44
44
  "lodash-es": "4.17.21"
45
45
  },
46
46
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x49ad=['getRanges','editor','_suggestions','refresh','canEditAt','get','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','execute','TrackChangesEditing'];(function(_0x624a84,_0x49ad9e){const _0x482fc6=function(_0x164e56){while(--_0x164e56){_0x624a84['push'](_0x624a84['shift']());}};_0x482fc6(++_0x49ad9e);}(_0x49ad,0x7d));const _0x482f=function(_0x624a84,_0x49ad9e){_0x624a84=_0x624a84-0x0;let _0x482fc6=_0x49ad[_0x624a84];return _0x482fc6;};import{Command as _0x8fd76a}from'ckeditor5/src/core';import{CKEditorError as _0x567bd9}from'ckeditor5/src/utils';export default class M extends _0x8fd76a{constructor(_0x3eed80,_0x3a3305){super(_0x3eed80),this[_0x482f('0x7')]=_0x3a3305,this[_0x482f('0x8')](),this[_0x482f('0x2')]=!0x1;}['refresh'](){this['isEnabled']=!0x0;}[_0x482f('0x3')](_0x3e9912){const _0x4c8465=this[_0x482f('0x7')]['get'](_0x3e9912);if(!_0x4c8465)throw new _0x567bd9(_0x482f('0x1'),this);const _0x396488=_0x4c8465[_0x482f('0x5')]();this[_0x482f('0x6')]['model'][_0x482f('0x9')](_0x396488)&&this[_0x482f('0x6')]['plugins'][_0x482f('0x0')](_0x482f('0x4'))['acceptSuggestion'](_0x4c8465);}}
23
+ const _0x53da=['TrackChangesEditing','model','_isEnabledBasedOnSelection','getRanges','plugins','isEnabled','refresh','editor','_suggestions','get','canEditAt'];(function(_0x1ec873,_0x53daa9){const _0x28c7f8=function(_0x475721){while(--_0x475721){_0x1ec873['push'](_0x1ec873['shift']());}};_0x28c7f8(++_0x53daa9);}(_0x53da,0xe5));const _0x28c7=function(_0x1ec873,_0x53daa9){_0x1ec873=_0x1ec873-0x0;let _0x28c7f8=_0x53da[_0x1ec873];return _0x28c7f8;};import{Command as _0x2b26c5}from'ckeditor5/src/core';import{CKEditorError as _0x995558}from'ckeditor5/src/utils';export default class M extends _0x2b26c5{constructor(_0x34b6b8,_0x3167b8){super(_0x34b6b8),this[_0x28c7('0xa')]=_0x3167b8,this[_0x28c7('0x8')](),this[_0x28c7('0x4')]=!0x1;}[_0x28c7('0x8')](){this[_0x28c7('0x7')]=!0x0;}['execute'](_0x1c4266){const _0x26e6c3=this[_0x28c7('0xa')][_0x28c7('0x0')](_0x1c4266);if(!_0x26e6c3)throw new _0x995558('track-changes-accept-suggestion-not-found',this);const _0x575b5e=_0x26e6c3[_0x28c7('0x5')]();this[_0x28c7('0x9')][_0x28c7('0x3')][_0x28c7('0x1')](_0x575b5e)&&this[_0x28c7('0x9')][_0x28c7('0x6')]['get'](_0x28c7('0x2'))['acceptSuggestion'](_0x26e6c3);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x54d2=['execute','_suggestions','track-changes-discard-suggestion-not-found','editor','model','canEditAt','_isEnabledBasedOnSelection','isEnabled','get','discardSuggestion'];(function(_0x37f776,_0x54d2c7){const _0x20a56c=function(_0x529fe0){while(--_0x529fe0){_0x37f776['push'](_0x37f776['shift']());}};_0x20a56c(++_0x54d2c7);}(_0x54d2,0x14f));const _0x20a5=function(_0x37f776,_0x54d2c7){_0x37f776=_0x37f776-0x0;let _0x20a56c=_0x54d2[_0x37f776];return _0x20a56c;};import{Command as _0x2cde2e}from'ckeditor5/src/core';import{CKEditorError as _0x3c075c}from'ckeditor5/src/utils';export default class $ extends _0x2cde2e{constructor(_0x35231b,_0x14bc70){super(_0x35231b),this['_suggestions']=_0x14bc70,this['refresh'](),this[_0x20a5('0x1')]=!0x1;}['refresh'](){this[_0x20a5('0x2')]=!0x0;}[_0x20a5('0x5')](_0xd4e139){const _0x1b97c8=this[_0x20a5('0x6')]['get'](_0xd4e139);if(!_0x1b97c8)throw new _0x3c075c(_0x20a5('0x7'),this);const _0xd2cfa4=_0x1b97c8['getRanges']();this[_0x20a5('0x8')][_0x20a5('0x9')][_0x20a5('0x0')](_0xd2cfa4)&&this[_0x20a5('0x8')]['plugins'][_0x20a5('0x3')]('TrackChangesEditing')[_0x20a5('0x4')](_0x1b97c8);}}
23
+ const _0x3872=['discardSuggestion','get','refresh','_suggestions','editor','track-changes-discard-suggestion-not-found','canEditAt','getRanges','_isEnabledBasedOnSelection','execute'];(function(_0x2d437c,_0x38724d){const _0x24d240=function(_0x5c919f){while(--_0x5c919f){_0x2d437c['push'](_0x2d437c['shift']());}};_0x24d240(++_0x38724d);}(_0x3872,0x6f));const _0x24d2=function(_0x2d437c,_0x38724d){_0x2d437c=_0x2d437c-0x0;let _0x24d240=_0x3872[_0x2d437c];return _0x24d240;};import{Command as _0x4aa96e}from'ckeditor5/src/core';import{CKEditorError as _0x408e40}from'ckeditor5/src/utils';export default class $ extends _0x4aa96e{constructor(_0x390b6a,_0x37c996){super(_0x390b6a),this[_0x24d2('0x2')]=_0x37c996,this['refresh'](),this[_0x24d2('0x7')]=!0x1;}[_0x24d2('0x1')](){this['isEnabled']=!0x0;}[_0x24d2('0x8')](_0x6ed601){const _0x431d32=this[_0x24d2('0x2')][_0x24d2('0x0')](_0x6ed601);if(!_0x431d32)throw new _0x408e40(_0x24d2('0x4'),this);const _0x50efff=_0x431d32[_0x24d2('0x6')]();this[_0x24d2('0x3')]['model'][_0x24d2('0x5')](_0x50efff)&&this[_0x24d2('0x3')]['plugins'][_0x24d2('0x0')]('TrackChangesEditing')[_0x24d2('0x9')](_0x431d32);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x27fc=['_suggestions','canEditAt','from','_isEnabledBasedOnSelection','values','editor','isInContent','_command'];(function(_0x51c295,_0x27fc6b){const _0x44041e=function(_0x4c88b9){while(--_0x4c88b9){_0x51c295['push'](_0x51c295['shift']());}};_0x44041e(++_0x27fc6b);}(_0x27fc,0x1bb));const _0x4404=function(_0x51c295,_0x27fc6b){_0x51c295=_0x51c295-0x0;let _0x44041e=_0x27fc[_0x51c295];return _0x44041e;};import{Command as _0x2c4b65}from'ckeditor5/src/core';import{sortSuggestions as _0x4f28e7,executeCommandForSuggestions as _0x5bd2b1}from'../utils/utils';export default class N extends _0x2c4b65{constructor(_0x1fa82e,_0x7fffab,_0x3dc81b){super(_0x1fa82e),this['_command']=_0x7fffab,this[_0x4404('0x5')]=_0x3dc81b,this['refresh'](),this[_0x4404('0x0')]=!0x1;}['refresh'](){const _0x30fd7b=Array[_0x4404('0x7')](this[_0x4404('0x5')][_0x4404('0x1')]())['some'](_0xc482f4=>_0xc482f4[_0x4404('0x3')]);this['isEnabled']=this[_0x4404('0x4')]['isEnabled']&&_0x30fd7b;}['execute'](){const _0x2bd549=_0x4f28e7(Array[_0x4404('0x7')](this['_suggestions'][_0x4404('0x1')]()));for(const _0x464895 of _0x2bd549){const _0x4cac51=_0x464895['getRanges']();if(!this[_0x4404('0x2')]['model'][_0x4404('0x6')](_0x4cac51))return;}_0x5bd2b1(this[_0x4404('0x2')]['model'],this[_0x4404('0x4')],_0x2bd549);}}
23
+ const _0x1a29=['from','model','_command','execute','getRanges','isInContent','editor','some','_suggestions','isEnabled','values','refresh','canEditAt','_isEnabledBasedOnSelection'];(function(_0x289e04,_0x1a29f9){const _0x2d69f6=function(_0x5c5896){while(--_0x5c5896){_0x289e04['push'](_0x289e04['shift']());}};_0x2d69f6(++_0x1a29f9);}(_0x1a29,0x10e));const _0x2d69=function(_0x289e04,_0x1a29f9){_0x289e04=_0x289e04-0x0;let _0x2d69f6=_0x1a29[_0x289e04];return _0x2d69f6;};import{Command as _0x27bfac}from'ckeditor5/src/core';import{sortSuggestions as _0x416be6,executeCommandForSuggestions as _0x312b4b}from'../utils/utils';export default class N extends _0x27bfac{constructor(_0x2b1ec3,_0x258f2a,_0x11504d){super(_0x2b1ec3),this[_0x2d69('0xc')]=_0x258f2a,this[_0x2d69('0x4')]=_0x11504d,this[_0x2d69('0x7')](),this[_0x2d69('0x9')]=!0x1;}[_0x2d69('0x7')](){const _0x4e0953=Array['from'](this['_suggestions'][_0x2d69('0x6')]())[_0x2d69('0x3')](_0x76db3=>_0x76db3[_0x2d69('0x1')]);this[_0x2d69('0x5')]=this[_0x2d69('0xc')][_0x2d69('0x5')]&&_0x4e0953;}[_0x2d69('0xd')](){const _0x5f2a14=_0x416be6(Array[_0x2d69('0xa')](this['_suggestions'][_0x2d69('0x6')]()));for(const _0x4632fe of _0x5f2a14){const _0x5777c1=_0x4632fe[_0x2d69('0x0')]();if(!this[_0x2d69('0x2')][_0x2d69('0xb')][_0x2d69('0x8')](_0x5777c1))return;}_0x312b4b(this[_0x2d69('0x2')][_0x2d69('0xb')],this[_0x2d69('0xc')],_0x5f2a14);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xd952=['_suggestions','document','editor','canEditAt','execute','model','values','getRanges','isEnabled','from','refresh','_isEnabledBasedOnSelection','_selectedSuggestions','_command'];(function(_0x480648,_0xd95278){const _0x1ef846=function(_0x17cc28){while(--_0x17cc28){_0x480648['push'](_0x480648['shift']());}};_0x1ef846(++_0xd95278);}(_0xd952,0x192));const _0x1ef8=function(_0x480648,_0xd95278){_0x480648=_0x480648-0x0;let _0x1ef846=_0xd952[_0x480648];return _0x1ef846;};import{Command as _0x2366a3}from'ckeditor5/src/core';import{sortSuggestions as _0x368713,getSelectedSuggestions as _0x1dd20d,executeCommandForSuggestions as _0x36b298}from'../utils/utils';export default class R extends _0x2366a3{constructor(_0x36a717,_0xc388f4,_0x6aa248){super(_0x36a717),this[_0x1ef8('0x3')]=_0xc388f4,this[_0x1ef8('0x4')]=_0x6aa248,this['_selectedSuggestions']=new Set(),this[_0x1ef8('0x0')](),this[_0x1ef8('0x1')]=!0x1;}[_0x1ef8('0x0')](){const _0x4d23be=this[_0x1ef8('0x6')][_0x1ef8('0x9')][_0x1ef8('0x5')]['selection'],_0x1cf43f=Array[_0x1ef8('0xd')](this[_0x1ef8('0x4')][_0x1ef8('0xa')]());this['_selectedSuggestions']=_0x1dd20d(_0x4d23be,_0x1cf43f),this[_0x1ef8('0xc')]=this['_command'][_0x1ef8('0xc')]&&!!this[_0x1ef8('0x2')]['size'];}[_0x1ef8('0x8')](){const _0x4a20a4=_0x368713(Array[_0x1ef8('0xd')](this[_0x1ef8('0x2')]));for(const _0x758b4e of _0x4a20a4){const _0x42d0a2=_0x758b4e[_0x1ef8('0xb')]();if(!this['editor']['model'][_0x1ef8('0x7')](_0x42d0a2))return;}_0x36b298(this[_0x1ef8('0x6')]['model'],this[_0x1ef8('0x3')],_0x4a20a4);}}
23
+ const _0x57b9=['editor','refresh','values','_isEnabledBasedOnSelection','getRanges','canEditAt','isEnabled','_suggestions','_selectedSuggestions','execute','size','model','from','_command','selection'];(function(_0x36ebf8,_0x57b997){const _0x5e7288=function(_0x2ac0da){while(--_0x2ac0da){_0x36ebf8['push'](_0x36ebf8['shift']());}};_0x5e7288(++_0x57b997);}(_0x57b9,0x14a));const _0x5e72=function(_0x36ebf8,_0x57b997){_0x36ebf8=_0x36ebf8-0x0;let _0x5e7288=_0x57b9[_0x36ebf8];return _0x5e7288;};import{Command as _0x3cfb2a}from'ckeditor5/src/core';import{sortSuggestions as _0x31b2a5,getSelectedSuggestions as _0x3e0c24,executeCommandForSuggestions as _0x3c9ec5}from'../utils/utils';export default class R extends _0x3cfb2a{constructor(_0x29a996,_0x1af0d0,_0x20266d){super(_0x29a996),this[_0x5e72('0xd')]=_0x1af0d0,this[_0x5e72('0x7')]=_0x20266d,this[_0x5e72('0x8')]=new Set(),this[_0x5e72('0x1')](),this[_0x5e72('0x3')]=!0x1;}[_0x5e72('0x1')](){const _0x16ddca=this[_0x5e72('0x0')]['model']['document'][_0x5e72('0xe')],_0x3afadb=Array[_0x5e72('0xc')](this[_0x5e72('0x7')][_0x5e72('0x2')]());this['_selectedSuggestions']=_0x3e0c24(_0x16ddca,_0x3afadb),this[_0x5e72('0x6')]=this[_0x5e72('0xd')][_0x5e72('0x6')]&&!!this['_selectedSuggestions'][_0x5e72('0xa')];}[_0x5e72('0x9')](){const _0x2faee3=_0x31b2a5(Array[_0x5e72('0xc')](this[_0x5e72('0x8')]));for(const _0x1719ab of _0x2faee3){const _0x14d7fa=_0x1719ab[_0x5e72('0x4')]();if(!this[_0x5e72('0x0')]['model'][_0x5e72('0x5')](_0x14d7fa))return;}_0x3c9ec5(this[_0x5e72('0x0')][_0x5e72('0xb')],this[_0x5e72('0xd')],_0x2faee3);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24b5=['value','clearForceDisabled','isEnabled','has','affectsData','commands','TrackChangesCommand','_enabledCommands','refresh','_enableCommands','_isEnabledBasedOnSelection','_disableUnsupportedCommands','editor','execute'];(function(_0x3605bf,_0x24b5be){const _0x98b4f9=function(_0x448726){while(--_0x448726){_0x3605bf['push'](_0x3605bf['shift']());}};_0x98b4f9(++_0x24b5be);}(_0x24b5,0x147));const _0x98b4=function(_0x3605bf,_0x24b5be){_0x3605bf=_0x3605bf-0x0;let _0x98b4f9=_0x24b5[_0x3605bf];return _0x98b4f9;};import{Command as _0x2e5dfa}from'ckeditor5/src/core';export default class _ extends _0x2e5dfa{constructor(_0x38f72d,_0x5afd3c){super(_0x38f72d),this['_enabledCommands']=_0x5afd3c,this[_0x98b4('0x9')]=!0x1,this[_0x98b4('0x3')](),this[_0x98b4('0x5')]=!0x1;}['refresh'](){this[_0x98b4('0xb')]=!0x0;}[_0x98b4('0x8')](){this[_0x98b4('0x9')]=!this[_0x98b4('0x9')],this[_0x98b4('0x9')]?this[_0x98b4('0x6')]():this[_0x98b4('0x4')]();}[_0x98b4('0x6')](){for(const _0x5be5ca of this[_0x98b4('0x7')][_0x98b4('0x0')][_0x98b4('0x0')]())_0x5be5ca[_0x98b4('0xd')]&&!this['_enabledCommands'][_0x98b4('0xc')](_0x5be5ca)&&_0x5be5ca['forceDisabled']('TrackChangesCommand');}[_0x98b4('0x4')](){for(const _0x47c080 of this[_0x98b4('0x7')][_0x98b4('0x0')][_0x98b4('0x0')]())_0x47c080[_0x98b4('0xd')]&&!this[_0x98b4('0x2')][_0x98b4('0xc')](_0x47c080)&&_0x47c080[_0x98b4('0xa')](_0x98b4('0x1'));}}
23
+ const _0x1fcc=['refresh','isEnabled','affectsData','_enableCommands','execute','clearForceDisabled','TrackChangesCommand','forceDisabled','commands','_enabledCommands','has','value','_isEnabledBasedOnSelection','editor','_disableUnsupportedCommands'];(function(_0x2ad9e2,_0x1fccbc){const _0x1dcffc=function(_0x3c97b6){while(--_0x3c97b6){_0x2ad9e2['push'](_0x2ad9e2['shift']());}};_0x1dcffc(++_0x1fccbc);}(_0x1fcc,0x118));const _0x1dcf=function(_0x2ad9e2,_0x1fccbc){_0x2ad9e2=_0x2ad9e2-0x0;let _0x1dcffc=_0x1fcc[_0x2ad9e2];return _0x1dcffc;};import{Command as _0x5be9c9}from'ckeditor5/src/core';export default class _ extends _0x5be9c9{constructor(_0x33af34,_0x3bd34d){super(_0x33af34),this[_0x1dcf('0xe')]=_0x3bd34d,this[_0x1dcf('0x1')]=!0x1,this[_0x1dcf('0x5')](),this[_0x1dcf('0x2')]=!0x1;}[_0x1dcf('0x5')](){this[_0x1dcf('0x6')]=!0x0;}[_0x1dcf('0x9')](){this['value']=!this[_0x1dcf('0x1')],this[_0x1dcf('0x1')]?this['_disableUnsupportedCommands']():this[_0x1dcf('0x8')]();}[_0x1dcf('0x4')](){for(const _0x81c4d7 of this[_0x1dcf('0x3')]['commands'][_0x1dcf('0xd')]())_0x81c4d7['affectsData']&&!this[_0x1dcf('0xe')]['has'](_0x81c4d7)&&_0x81c4d7[_0x1dcf('0xc')](_0x1dcf('0xb'));}[_0x1dcf('0x8')](){for(const _0x15197a of this[_0x1dcf('0x3')][_0x1dcf('0xd')][_0x1dcf('0xd')]())_0x15197a[_0x1dcf('0x7')]&&!this['_enabledCommands'][_0x1dcf('0x0')](_0x15197a)&&_0x15197a[_0x1dcf('0xa')](_0x1dcf('0xb'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x263a=['plugins','AlignmentEditing','right','registerDescriptionCallback','selection','_descriptionFactory','get','change','editor','enableCommand','TrackChangesEditing','model','document','FORMAT_ALIGN_TO_LEFT','*Format:*\x20%0','from','locale','schema','alignment','getSelectedBlocks','commandParams','FORMAT_ALIGN_TO_CENTER','commandName','left'];(function(_0x84b887,_0x263a0a){const _0x37d6b1=function(_0x403744){while(--_0x403744){_0x84b887['push'](_0x84b887['shift']());}};_0x37d6b1(++_0x263a0a);}(_0x263a,0x86));const _0x37d6=function(_0x84b887,_0x263a0a){_0x84b887=_0x84b887-0x0;let _0x37d6b1=_0x263a[_0x84b887];return _0x37d6b1;};import{Plugin as _0x10b39b}from'ckeditor5/src/core';import{getTranslation as _0x8dee09}from'../utils/common-translations';export default class x extends _0x10b39b{['afterInit'](){const _0x20810e=this[_0x37d6('0x12')],_0x32f59e=_0x20810e[_0x37d6('0x2')];if(!_0x20810e[_0x37d6('0xa')]['has'](_0x37d6('0xb')))return;const _0x3f8da6=_0x20810e[_0x37d6('0xa')][_0x37d6('0x10')](_0x37d6('0x14'));_0x3f8da6[_0x37d6('0x13')](_0x37d6('0x4'),(_0x166f7d,_0x60231b={})=>{let _0x32652f=_0x60231b['value'];_0x60231b['value']||(_0x32652f='ltr'===_0x20810e[_0x37d6('0x2')]['contentLanguageDirection']?_0x37d6('0x9'):_0x37d6('0xc'));const _0x599c4b=Array[_0x37d6('0x1')](this[_0x37d6('0x12')][_0x37d6('0x15')][_0x37d6('0x16')][_0x37d6('0xe')][_0x37d6('0x5')]())['filter'](_0x7fe1d6=>function(_0x6b5091,_0x347721,_0x5c242e){const _0x5ebe6e=_0x6b5091['getAttribute'](_0x37d6('0x4'))||null;return _0x347721['checkAttribute'](_0x6b5091,_0x37d6('0x4'))&&_0x5c242e!=_0x5ebe6e;}(_0x7fe1d6,this[_0x37d6('0x12')][_0x37d6('0x15')][_0x37d6('0x3')],_0x32652f));_0x20810e[_0x37d6('0x15')][_0x37d6('0x11')](()=>{for(const _0x1749c2 of _0x599c4b)_0x3f8da6['markBlockFormat'](_0x1749c2,{'commandName':_0x37d6('0x4'),'commandParams':[{'value':_0x32652f}]});});}),_0x3f8da6[_0x37d6('0xf')][_0x37d6('0xd')](_0x2ec949=>{const {data:_0x397beb}=_0x2ec949;if(_0x397beb&&_0x37d6('0x4')==_0x397beb[_0x37d6('0x8')]){const _0x133126=_0x397beb[_0x37d6('0x6')][0x0]['value'];return{'type':'format','content':_0x8dee09(_0x32f59e,_0x37d6('0x0'),function(_0x16866e){switch(_0x16866e){case _0x37d6('0x9'):return _0x8dee09(_0x32f59e,_0x37d6('0x17'));case'right':return _0x8dee09(_0x32f59e,'FORMAT_ALIGN_TO_RIGHT');case'center':return _0x8dee09(_0x32f59e,_0x37d6('0x7'));case'justify':return _0x8dee09(_0x32f59e,'FORMAT_JUSTIFY_TEXT');}}(_0x133126))};}});}}
23
+ const _0xd033=['plugins','justify','format','getSelectedBlocks','*Format:*\x20%0','left','FORMAT_JUSTIFY_TEXT','FORMAT_ALIGN_TO_RIGHT','from','has','model','AlignmentEditing','value','FORMAT_ALIGN_TO_LEFT','change','FORMAT_ALIGN_TO_CENTER','getAttribute','markBlockFormat','contentLanguageDirection','commandName','commandParams','alignment','ltr','afterInit','registerDescriptionCallback','right','editor','selection','document','locale','TrackChangesEditing','center'];(function(_0x596cfe,_0xd03375){const _0x591108=function(_0x357d1c){while(--_0x357d1c){_0x596cfe['push'](_0x596cfe['shift']());}};_0x591108(++_0xd03375);}(_0xd033,0x1dc));const _0x5911=function(_0x596cfe,_0xd03375){_0x596cfe=_0x596cfe-0x0;let _0x591108=_0xd033[_0x596cfe];return _0x591108;};import{Plugin as _0x9ea192}from'ckeditor5/src/core';import{getTranslation as _0x56db66}from'../utils/common-translations';export default class x extends _0x9ea192{[_0x5911('0x1b')](){const _0x370778=this[_0x5911('0x1e')],_0x1d58a2=_0x370778[_0x5911('0x1')];if(!_0x370778[_0x5911('0x4')][_0x5911('0xd')](_0x5911('0xf')))return;const _0x208360=_0x370778[_0x5911('0x4')]['get'](_0x5911('0x2'));_0x208360['enableCommand'](_0x5911('0x19'),(_0x16d8b5,_0x261ae8={})=>{let _0x397d4a=_0x261ae8['value'];_0x261ae8['value']||(_0x397d4a=_0x5911('0x1a')===_0x370778[_0x5911('0x1')][_0x5911('0x16')]?_0x5911('0x9'):_0x5911('0x1d'));const _0x9f0948=Array[_0x5911('0xc')](this[_0x5911('0x1e')]['model'][_0x5911('0x0')][_0x5911('0x1f')][_0x5911('0x7')]())['filter'](_0x37380f=>function(_0x55516e,_0x3db6ae,_0x56c26f){const _0x56276f=_0x55516e[_0x5911('0x14')](_0x5911('0x19'))||null;return _0x3db6ae['checkAttribute'](_0x55516e,_0x5911('0x19'))&&_0x56c26f!=_0x56276f;}(_0x37380f,this[_0x5911('0x1e')][_0x5911('0xe')]['schema'],_0x397d4a));_0x370778['model'][_0x5911('0x12')](()=>{for(const _0x4dad5d of _0x9f0948)_0x208360[_0x5911('0x15')](_0x4dad5d,{'commandName':'alignment','commandParams':[{'value':_0x397d4a}]});});}),_0x208360['_descriptionFactory'][_0x5911('0x1c')](_0xc2c8cb=>{const {data:_0x378454}=_0xc2c8cb;if(_0x378454&&_0x5911('0x19')==_0x378454[_0x5911('0x17')]){const _0x10d007=_0x378454[_0x5911('0x18')][0x0][_0x5911('0x10')];return{'type':_0x5911('0x6'),'content':_0x56db66(_0x1d58a2,_0x5911('0x8'),function(_0x1e10a2){switch(_0x1e10a2){case _0x5911('0x9'):return _0x56db66(_0x1d58a2,_0x5911('0x11'));case _0x5911('0x1d'):return _0x56db66(_0x1d58a2,_0x5911('0xb'));case _0x5911('0x3'):return _0x56db66(_0x1d58a2,_0x5911('0x13'));case _0x5911('0x5'):return _0x56db66(_0x1d58a2,_0x5911('0xa'));}}(_0x10d007))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x263c=['FORMAT_CODE','format','registerDescriptionCallback','commands','FORMAT_STRIKETHROUGH','value','StrikethroughEditing','code','SuperscriptEditing','selection','superscript','toLowerCase','strikethrough','plugins','underline','enableCommand','subscript','change','markInlineFormat','isCollapsed','getRanges','SubscriptEditing','has','FORMAT_BOLD','model','*Remove\x20format:*\x20%0','forceValue','TrackChangesEditing','*Format:*\x20%0','CodeEditing','slice','commandParams','locale','italic','FORMAT_SUBSCRIPT','FORMAT_ITALIC','FORMAT_UNDERLINE','get','BoldEditing'];(function(_0x58cd40,_0x263c66){const _0x365588=function(_0x3e9fc4){while(--_0x3e9fc4){_0x58cd40['push'](_0x58cd40['shift']());}};_0x365588(++_0x263c66);}(_0x263c,0x1d9));const _0x3655=function(_0x58cd40,_0x263c66){_0x58cd40=_0x58cd40-0x0;let _0x365588=_0x263c[_0x58cd40];return _0x365588;};import{Plugin as _0x2b4b23}from'ckeditor5/src/core';import{getTranslation as _0x414682}from'../utils/common-translations';import{getRangesWithAttribute as _0x545bde}from'./utils';const Kt=[_0x3655('0x21'),'ItalicEditing','UnderlineEditing',_0x3655('0x18'),_0x3655('0x1'),_0x3655('0x10'),_0x3655('0x3')];export default class U extends _0x2b4b23{['afterInit'](){const _0x3065f4=this['editor'],_0x167efc=_0x3065f4[_0x3655('0x13')],_0xac45bf=_0x3065f4[_0x3655('0x8')][_0x3655('0x20')](_0x3655('0x16')),_0x2f4cfc=_0x3065f4[_0x3655('0x1b')];for(const _0x33c540 of Kt){if(!_0x3065f4[_0x3655('0x8')][_0x3655('0x11')](_0x33c540))continue;const _0x32e014=_0x33c540[_0x3655('0x19')](0x0,-0x7)[_0x3655('0x6')](),_0x26c6c6=_0x3065f4[_0x3655('0x25')][_0x3655('0x20')](_0x32e014);_0xac45bf[_0x3655('0xa')](_0x32e014,(_0x37bbc4,_0x563522={})=>{const _0x12141d=_0x167efc['document'][_0x3655('0x4')];if(_0x12141d[_0x3655('0xe')])return void _0x37bbc4(_0x563522);const _0x4206ab=void 0x0!==_0x563522[_0x3655('0x15')]?_0x563522[_0x3655('0x15')]:!_0x26c6c6[_0x3655('0x0')];_0x167efc[_0x3655('0xc')](()=>{const _0x466c49=Array['from'](_0x12141d[_0x3655('0xf')]());for(const _0x25a646 of _0x466c49){const _0x100cba=_0x4206ab?[_0x25a646]:_0x545bde(_0x32e014,_0x25a646,_0x167efc);for(const _0xef4a61 of _0x100cba)_0xac45bf[_0x3655('0xd')](_0xef4a61,{'commandName':_0x32e014,'commandParams':[{'forceValue':_0x4206ab}]});}});});}function _0x2f88a3(_0x2bfa28,_0x5e8ada){_0xac45bf['_descriptionFactory'][_0x3655('0x24')](_0x37b589=>{const {data:_0x2991f6}=_0x37b589;if(_0x2991f6&&_0x2991f6['commandName']===_0x2bfa28)return _0x2991f6[_0x3655('0x1a')][0x0][_0x3655('0x15')]?{'type':_0x3655('0x23'),'content':_0x414682(_0x2f4cfc,_0x3655('0x17'),_0x5e8ada)}:{'type':_0x3655('0x23'),'content':_0x414682(_0x2f4cfc,_0x3655('0x14'),_0x5e8ada)};});}_0x2f88a3('bold',_0x414682(_0x2f4cfc,_0x3655('0x12'))),_0x2f88a3(_0x3655('0x1c'),_0x414682(_0x2f4cfc,_0x3655('0x1e'))),_0x2f88a3(_0x3655('0x9'),_0x414682(_0x2f4cfc,_0x3655('0x1f'))),_0x2f88a3(_0x3655('0x2'),_0x414682(_0x2f4cfc,_0x3655('0x22'))),_0x2f88a3(_0x3655('0x7'),_0x414682(_0x2f4cfc,_0x3655('0x26'))),_0x2f88a3(_0x3655('0xb'),_0x414682(_0x2f4cfc,_0x3655('0x1d'))),_0x2f88a3(_0x3655('0x5'),_0x414682(_0x2f4cfc,'FORMAT_SUPERSCRIPT'));}}
23
+ const _0x4a7e=['SuperscriptEditing','underline','commands','strikethrough','superscript','*Remove\x20format:*\x20%0','plugins','FORMAT_CODE','italic','enableCommand','TrackChangesEditing','model','BoldEditing','locale','StrikethroughEditing','value','has','commandName','afterInit','FORMAT_SUBSCRIPT','FORMAT_SUPERSCRIPT','registerDescriptionCallback','markInlineFormat','getRanges','*Format:*\x20%0','subscript','commandParams','document','ItalicEditing','change','bold','slice','code','selection','SubscriptEditing','toLowerCase','FORMAT_ITALIC','from','_descriptionFactory','get','editor','forceValue','format','isCollapsed','CodeEditing'];(function(_0x4f1936,_0x4a7ec9){const _0x42ab32=function(_0x31f12d){while(--_0x31f12d){_0x4f1936['push'](_0x4f1936['shift']());}};_0x42ab32(++_0x4a7ec9);}(_0x4a7e,0x1b0));const _0x42ab=function(_0x4f1936,_0x4a7ec9){_0x4f1936=_0x4f1936-0x0;let _0x42ab32=_0x4a7e[_0x4f1936];return _0x42ab32;};import{Plugin as _0x3e5799}from'ckeditor5/src/core';import{getTranslation as _0x1f80a9}from'../utils/common-translations';import{getRangesWithAttribute as _0x474ca8}from'./utils';const Kt=[_0x42ab('0x1e'),_0x42ab('0x1'),'UnderlineEditing',_0x42ab('0x11'),_0x42ab('0x20'),_0x42ab('0x7'),_0x42ab('0x12')];export default class U extends _0x3e5799{[_0x42ab('0x24')](){const _0x36a7fb=this[_0x42ab('0xd')],_0x4dba5c=_0x36a7fb[_0x42ab('0x1d')],_0xecd751=_0x36a7fb['plugins'][_0x42ab('0xc')](_0x42ab('0x1c')),_0x82f663=_0x36a7fb[_0x42ab('0x1f')];for(const _0x17d70a of Kt){if(!_0x36a7fb[_0x42ab('0x18')][_0x42ab('0x22')](_0x17d70a))continue;const _0x56470a=_0x17d70a[_0x42ab('0x4')](0x0,-0x7)[_0x42ab('0x8')](),_0x56c1ad=_0x36a7fb[_0x42ab('0x14')][_0x42ab('0xc')](_0x56470a);_0xecd751[_0x42ab('0x1b')](_0x56470a,(_0x7e3b68,_0x576b4d={})=>{const _0x11041c=_0x4dba5c[_0x42ab('0x0')][_0x42ab('0x6')];if(_0x11041c[_0x42ab('0x10')])return void _0x7e3b68(_0x576b4d);const _0x2158de=void 0x0!==_0x576b4d[_0x42ab('0xe')]?_0x576b4d[_0x42ab('0xe')]:!_0x56c1ad[_0x42ab('0x21')];_0x4dba5c[_0x42ab('0x2')](()=>{const _0x32edfc=Array[_0x42ab('0xa')](_0x11041c[_0x42ab('0x29')]());for(const _0x5a0b29 of _0x32edfc){const _0x83bb5d=_0x2158de?[_0x5a0b29]:_0x474ca8(_0x56470a,_0x5a0b29,_0x4dba5c);for(const _0x38b212 of _0x83bb5d)_0xecd751[_0x42ab('0x28')](_0x38b212,{'commandName':_0x56470a,'commandParams':[{'forceValue':_0x2158de}]});}});});}function _0x275333(_0x2f4527,_0x2aa60e){_0xecd751[_0x42ab('0xb')][_0x42ab('0x27')](_0x51bd20=>{const {data:_0x5e8573}=_0x51bd20;if(_0x5e8573&&_0x5e8573[_0x42ab('0x23')]===_0x2f4527)return _0x5e8573[_0x42ab('0x2c')][0x0]['forceValue']?{'type':'format','content':_0x1f80a9(_0x82f663,_0x42ab('0x2a'),_0x2aa60e)}:{'type':_0x42ab('0xf'),'content':_0x1f80a9(_0x82f663,_0x42ab('0x17'),_0x2aa60e)};});}_0x275333(_0x42ab('0x3'),_0x1f80a9(_0x82f663,'FORMAT_BOLD')),_0x275333(_0x42ab('0x1a'),_0x1f80a9(_0x82f663,_0x42ab('0x9'))),_0x275333(_0x42ab('0x13'),_0x1f80a9(_0x82f663,'FORMAT_UNDERLINE')),_0x275333(_0x42ab('0x5'),_0x1f80a9(_0x82f663,_0x42ab('0x19'))),_0x275333(_0x42ab('0x15'),_0x1f80a9(_0x82f663,'FORMAT_STRIKETHROUGH')),_0x275333(_0x42ab('0x2b'),_0x1f80a9(_0x82f663,_0x42ab('0x25'))),_0x275333(_0x42ab('0x16'),_0x1f80a9(_0x82f663,_0x42ab('0x26')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x33f8=['getSelectedBlocks','value','format','BlockQuoteEditing','editor','*Remove\x20format:*\x20%0','*Format:*\x20%0','schema','markBlockFormat','plugins','get','TrackChangesEditing','name','from','registerDescriptionCallback','model','$root','commands','locale','blockQuote','_descriptionFactory','commandName','has','afterInit','commandParams','parent','filter','enableCommand','checkChild'];(function(_0x264457,_0x33f8a8){const _0x18df08=function(_0x19a9a9){while(--_0x19a9a9){_0x264457['push'](_0x264457['shift']());}};_0x18df08(++_0x33f8a8);}(_0x33f8,0x104));const _0x18df=function(_0x264457,_0x33f8a8){_0x264457=_0x264457-0x0;let _0x18df08=_0x33f8[_0x264457];return _0x18df08;};import{Plugin as _0x57f7af}from'ckeditor5/src/core';import{getTranslation as _0xce0135}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x24d3c4}from'../utils/utils';export default class j extends _0x57f7af{[_0x18df('0x18')](){const _0x29c9bf=this[_0x18df('0x5')],_0x3771f1=_0x29c9bf[_0x18df('0x13')];if(!_0x29c9bf[_0x18df('0xa')][_0x18df('0x17')](_0x18df('0x4')))return;const _0x5ddbb1=_0x29c9bf[_0x18df('0xa')]['get'](_0x18df('0xc')),_0x716201=this[_0x18df('0x5')][_0x18df('0x12')][_0x18df('0xb')](_0x18df('0x14'));_0x5ddbb1[_0x18df('0x1c')](_0x18df('0x14'),(_0x480ef4,_0x5d4a7a={})=>{const _0x2f0c8a=this[_0x18df('0x5')][_0x18df('0x10')]['document']['selection'],_0x529832=_0x5d4a7a&&void 0x0!==_0x5d4a7a['forceValue']?_0x5d4a7a['forceValue']:!_0x716201[_0x18df('0x2')];let _0x422b06=[];if(_0x529832){const _0x1d15ea=Array[_0x18df('0xe')](_0x2f0c8a[_0x18df('0x1')]())['filter'](_0x2088e2=>Xt(_0x2088e2)||function(_0x5cb010,_0x59b697){const _0x422056=_0x59b697[_0x18df('0x0')](_0x5cb010[_0x18df('0x1a')],_0x18df('0x14')),_0x3a7bc4=_0x59b697[_0x18df('0x0')]([_0x18df('0x11'),_0x18df('0x14')],_0x5cb010);return _0x422056&&_0x3a7bc4;}(_0x2088e2,this[_0x18df('0x5')][_0x18df('0x10')][_0x18df('0x8')]));_0x422b06=_0x24d3c4(_0x1d15ea,_0x29c9bf[_0x18df('0x10')]);}else{const _0x5f43d4=Array[_0x18df('0xe')](_0x2f0c8a[_0x18df('0x1')]())[_0x18df('0x1b')](_0x228d66=>Xt(_0x228d66));_0x422b06=_0x24d3c4(_0x5f43d4,_0x29c9bf['model']);}_0x29c9bf[_0x18df('0x10')]['change'](()=>{for(const _0x53ade4 of _0x422b06)_0x5ddbb1[_0x18df('0x9')](_0x53ade4,{'commandName':_0x18df('0x14'),'commandParams':[{'forceValue':_0x529832}]});});}),_0x5ddbb1[_0x18df('0x15')][_0x18df('0xf')](_0x5bddb2=>{const {data:_0x20ad34}=_0x5bddb2;if(_0x20ad34&&_0x18df('0x14')==_0x20ad34[_0x18df('0x16')]){const _0x4c3a72=_0xce0135(_0x3771f1,'ELEMENT_BLOCK_QUOTE');return _0x20ad34[_0x18df('0x19')][0x0]['forceValue']?{'type':_0x18df('0x3'),'content':_0xce0135(_0x3771f1,_0x18df('0x7'),_0x4c3a72)}:{'type':_0x18df('0x3'),'content':_0xce0135(_0x3771f1,_0x18df('0x6'),_0x4c3a72)};}});}}function Xt(_0x6c8550){return _0x18df('0x14')==_0x6c8550[_0x18df('0x1a')][_0x18df('0xd')];}
23
+ const _0x583a=['ELEMENT_BLOCK_QUOTE','editor','_descriptionFactory','parent','document','$root','plugins','afterInit','has','forceValue','enableCommand','checkChild','format','registerDescriptionCallback','*Remove\x20format:*\x20%0','getSelectedBlocks','TrackChangesEditing','from','*Format:*\x20%0','model','locale','commands','markBlockFormat','filter','blockQuote','name','commandName','commandParams'];(function(_0x3375c8,_0x583af7){const _0x415f02=function(_0x3b8f1f){while(--_0x3b8f1f){_0x3375c8['push'](_0x3375c8['shift']());}};_0x415f02(++_0x583af7);}(_0x583a,0x13c));const _0x415f=function(_0x3375c8,_0x583af7){_0x3375c8=_0x3375c8-0x0;let _0x415f02=_0x583a[_0x3375c8];return _0x415f02;};import{Plugin as _0x3081c3}from'ckeditor5/src/core';import{getTranslation as _0x5bd80f}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x475f33}from'../utils/utils';export default class j extends _0x3081c3{[_0x415f('0x1b')](){const _0x2a6e20=this['editor'],_0x38c679=_0x2a6e20[_0x415f('0xc')];if(!_0x2a6e20[_0x415f('0x1a')][_0x415f('0x0')]('BlockQuoteEditing'))return;const _0x11f33a=_0x2a6e20['plugins']['get'](_0x415f('0x8')),_0x20ee1e=this[_0x415f('0x15')][_0x415f('0xd')]['get'](_0x415f('0x10'));_0x11f33a[_0x415f('0x2')](_0x415f('0x10'),(_0x30f5b3,_0x1c9f0f={})=>{const _0x438f83=this[_0x415f('0x15')][_0x415f('0xb')][_0x415f('0x18')]['selection'],_0x204477=_0x1c9f0f&&void 0x0!==_0x1c9f0f[_0x415f('0x1')]?_0x1c9f0f['forceValue']:!_0x20ee1e['value'];let _0x217ed2=[];if(_0x204477){const _0xef70df=Array[_0x415f('0x9')](_0x438f83[_0x415f('0x7')]())[_0x415f('0xf')](_0x1e8b74=>Xt(_0x1e8b74)||function(_0x51483d,_0x481887){const _0x5d95f4=_0x481887[_0x415f('0x3')](_0x51483d[_0x415f('0x17')],'blockQuote'),_0x52857c=_0x481887[_0x415f('0x3')]([_0x415f('0x19'),_0x415f('0x10')],_0x51483d);return _0x5d95f4&&_0x52857c;}(_0x1e8b74,this[_0x415f('0x15')]['model']['schema']));_0x217ed2=_0x475f33(_0xef70df,_0x2a6e20[_0x415f('0xb')]);}else{const _0x1e60dd=Array[_0x415f('0x9')](_0x438f83[_0x415f('0x7')]())[_0x415f('0xf')](_0xcc3a83=>Xt(_0xcc3a83));_0x217ed2=_0x475f33(_0x1e60dd,_0x2a6e20[_0x415f('0xb')]);}_0x2a6e20[_0x415f('0xb')]['change'](()=>{for(const _0x52eb0e of _0x217ed2)_0x11f33a[_0x415f('0xe')](_0x52eb0e,{'commandName':_0x415f('0x10'),'commandParams':[{'forceValue':_0x204477}]});});}),_0x11f33a[_0x415f('0x16')][_0x415f('0x5')](_0x21037b=>{const {data:_0x56c0ca}=_0x21037b;if(_0x56c0ca&&_0x415f('0x10')==_0x56c0ca[_0x415f('0x12')]){const _0x28667d=_0x5bd80f(_0x38c679,_0x415f('0x14'));return _0x56c0ca[_0x415f('0x13')][0x0][_0x415f('0x1')]?{'type':_0x415f('0x4'),'content':_0x5bd80f(_0x38c679,_0x415f('0xa'),_0x28667d)}:{'type':'format','content':_0x5bd80f(_0x38c679,_0x415f('0x6'),_0x28667d)};}});}}function Xt(_0x212a39){return'blockQuote'==_0x212a39[_0x415f('0x17')][_0x415f('0x11')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5314=['get','enableCommand','ckbox','TrackChangesEditing','afterInit','editor','plugins','commands'];(function(_0x539485,_0x531465){const _0x426db1=function(_0x5cbe70){while(--_0x5cbe70){_0x539485['push'](_0x539485['shift']());}};_0x426db1(++_0x531465);}(_0x5314,0x1c3));const _0x426d=function(_0x539485,_0x531465){_0x539485=_0x539485-0x0;let _0x426db1=_0x5314[_0x539485];return _0x426db1;};import{Plugin as _0x48d243}from'ckeditor5/src/core';export default class E extends _0x48d243{[_0x426d('0x1')](){const _0x2b8361=this[_0x426d('0x2')];_0x2b8361[_0x426d('0x4')][_0x426d('0x5')](_0x426d('0x7'))&&_0x2b8361[_0x426d('0x3')][_0x426d('0x5')](_0x426d('0x0'))[_0x426d('0x6')](_0x426d('0x7'));}}
23
+ const _0x151b=['editor','commands','get','plugins','TrackChangesEditing','ckbox','afterInit','enableCommand'];(function(_0x11d207,_0x151b50){const _0x2da352=function(_0xe19562){while(--_0xe19562){_0x11d207['push'](_0x11d207['shift']());}};_0x2da352(++_0x151b50);}(_0x151b,0xae));const _0x2da3=function(_0x11d207,_0x151b50){_0x11d207=_0x11d207-0x0;let _0x2da352=_0x151b[_0x11d207];return _0x2da352;};import{Plugin as _0x1da3e8}from'ckeditor5/src/core';export default class E extends _0x1da3e8{[_0x2da3('0x0')](){const _0x422759=this[_0x2da3('0x2')];_0x422759[_0x2da3('0x3')][_0x2da3('0x4')](_0x2da3('0x7'))&&_0x422759[_0x2da3('0x5')][_0x2da3('0x4')](_0x2da3('0x6'))[_0x2da3('0x1')](_0x2da3('0x7'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x11bf=['forceValue','languages','name','CodeBlock','_descriptionFactory','editor','codeBlock','commandParams','markBlockFormat','filter','model','schema','get','*Remove\x20format:*\x20%0','outdentCodeBlock','formatBlock','rootElement','checkChild','value','label','selection','parent','plugins','indentCodeBlock','blockName','enableCommand','TrackChangesEditing','commandName','language','format','ELEMENT_CODE_BLOCK','locale'];(function(_0x575b61,_0x11bfd7){const _0x35bffa=function(_0x369df6){while(--_0x369df6){_0x575b61['push'](_0x575b61['shift']());}};_0x35bffa(++_0x11bfd7);}(_0x11bf,0x1d3));const _0x35bf=function(_0x575b61,_0x11bfd7){_0x575b61=_0x575b61-0x0;let _0x35bffa=_0x11bf[_0x575b61];return _0x35bffa;};import{Plugin as _0x4235a4}from'ckeditor5/src/core';import{getTranslation as _0xd2696e}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x3c6806}from'../utils/utils';export default class O extends _0x4235a4{['afterInit'](){const _0x135a7f=this[_0x35bf('0x12')];if(!_0x135a7f[_0x35bf('0x3')]['has'](_0x35bf('0x10')))return;const _0xe34429=_0x135a7f[_0x35bf('0x3')][_0x35bf('0x19')](_0x35bf('0x7')),_0x5acd35=_0x135a7f[_0x35bf('0xc')],_0x2b3a03=_0x135a7f['config'][_0x35bf('0x19')]('codeBlock')[_0x35bf('0xe')],_0xfa1b8d=_0x135a7f['commands'][_0x35bf('0x19')]('codeBlock');_0xe34429[_0x35bf('0x6')](_0x35bf('0x4')),_0xe34429[_0x35bf('0x6')](_0x35bf('0x1b')),_0xe34429[_0x35bf('0x6')](_0x35bf('0x13'),(_0x4b0398,_0x46beec={})=>{const _0xd4a8ce=_0x135a7f[_0x35bf('0x17')],_0x3bb2eb=_0x135a7f[_0x35bf('0x17')]['document'][_0x35bf('0x1')],_0x3854cd=_0x46beec&&void 0x0!==_0x46beec[_0x35bf('0xd')]?_0x46beec[_0x35bf('0xd')]:!_0xfa1b8d[_0x35bf('0x1f')];let _0x57f4c6;_0x46beec[_0x35bf('0x9')]||(_0x46beec[_0x35bf('0x9')]=_0x2b3a03[0x0]['language']),_0x57f4c6=_0x3854cd?Array['from'](_0x3bb2eb['getSelectedBlocks']())[_0x35bf('0x16')](_0xb4ccf7=>oo(_0xb4ccf7)||function(_0x5e2012,_0x576f60){if(_0x5e2012['is'](_0x35bf('0x1d'))||_0x576f60['isLimit'](_0x5e2012))return!0x1;return _0x576f60[_0x35bf('0x1e')](_0x5e2012[_0x35bf('0x2')],_0x35bf('0x13'));}(_0xb4ccf7,_0xd4a8ce[_0x35bf('0x18')])):Array['from'](_0x3bb2eb['getSelectedBlocks']())[_0x35bf('0x16')](_0x73836c=>oo(_0x73836c));const _0x4b6113=_0x3c6806(_0x57f4c6,_0xd4a8ce);_0xd4a8ce['change'](()=>{for(const _0x40a739 of _0x4b6113)_0xe34429[_0x35bf('0x15')](_0x40a739,{'commandName':'codeBlock','commandParams':[{..._0x46beec,'forceValue':_0x3854cd}],'formatGroupId':_0x35bf('0x5')});});}),(_0xe34429[_0x35bf('0x11')]['registerElementLabel'](_0x35bf('0x13'),_0x7b6ced=>_0xd2696e(_0x5acd35,_0x35bf('0xb'),_0x7b6ced)),_0xe34429['_descriptionFactory']['registerDescriptionCallback'](_0x4a909d=>{const _0x14660a=_0x5acd35['t'],{type:_0x23cf10,data:_0x56c8c8}=_0x4a909d;if(_0x35bf('0x1c')==_0x23cf10&&_0x56c8c8&&_0x35bf('0x13')==_0x56c8c8[_0x35bf('0x8')]){const _0x2aa7d9=_0x56c8c8['commandParams'][0x0][_0x35bf('0x9')],_0x1accca=_0x14660a(_0x2b3a03['find'](_0x21eb10=>_0x21eb10[_0x35bf('0x9')]===_0x2aa7d9)[_0x35bf('0x0')]);return _0x56c8c8[_0x35bf('0x14')][0x0][_0x35bf('0xd')]?{'type':_0x35bf('0xa'),'content':_0xd2696e(_0x5acd35,'*Format:*\x20%0',_0xd2696e(_0x5acd35,_0x35bf('0xb'),0x1)+'\x20('+_0x1accca+')')}:{'type':'format','content':_0xd2696e(_0x5acd35,_0x35bf('0x1a'),_0xd2696e(_0x5acd35,'ELEMENT_CODE_BLOCK',0x1))};}}));}}function oo(_0x293be3){return'codeBlock'==_0x293be3[_0x35bf('0xf')];}
23
+ const _0x38d2=['get','blockName','formatBlock','has','*Remove\x20format:*\x20%0','checkChild','getSelectedBlocks','TrackChangesEditing','change','format','rootElement','language','label','isLimit','codeBlock','_descriptionFactory','languages','registerElementLabel','selection','plugins','from','commands','CodeBlock','enableCommand','editor','forceValue','schema','model','commandParams','indentCodeBlock','parent','ELEMENT_CODE_BLOCK','commandName','locale','value'];(function(_0x4afaf3,_0x38d257){const _0x5b74ba=function(_0x2843ce){while(--_0x2843ce){_0x4afaf3['push'](_0x4afaf3['shift']());}};_0x5b74ba(++_0x38d257);}(_0x38d2,0x19f));const _0x5b74=function(_0x4afaf3,_0x38d257){_0x4afaf3=_0x4afaf3-0x0;let _0x5b74ba=_0x38d2[_0x4afaf3];return _0x5b74ba;};import{Plugin as _0x2d77ec}from'ckeditor5/src/core';import{getTranslation as _0x46e72d}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x5c09e2}from'../utils/utils';export default class O extends _0x2d77ec{['afterInit'](){const _0x371301=this[_0x5b74('0x1d')];if(!_0x371301[_0x5b74('0x18')][_0x5b74('0x8')](_0x5b74('0x1b')))return;const _0x4ed521=_0x371301['plugins']['get'](_0x5b74('0xc')),_0x4d2c98=_0x371301[_0x5b74('0x3')],_0x43ce6a=_0x371301['config'][_0x5b74('0x5')](_0x5b74('0x13'))[_0x5b74('0x15')],_0x33e675=_0x371301[_0x5b74('0x1a')][_0x5b74('0x5')](_0x5b74('0x13'));_0x4ed521[_0x5b74('0x1c')](_0x5b74('0x22')),_0x4ed521[_0x5b74('0x1c')]('outdentCodeBlock'),_0x4ed521[_0x5b74('0x1c')](_0x5b74('0x13'),(_0x5887bf,_0x3a4280={})=>{const _0x51f008=_0x371301['model'],_0x4ec513=_0x371301[_0x5b74('0x20')]['document'][_0x5b74('0x17')],_0x4aab43=_0x3a4280&&void 0x0!==_0x3a4280[_0x5b74('0x1e')]?_0x3a4280[_0x5b74('0x1e')]:!_0x33e675[_0x5b74('0x4')];let _0x4f152a;_0x3a4280[_0x5b74('0x10')]||(_0x3a4280['language']=_0x43ce6a[0x0]['language']),_0x4f152a=_0x4aab43?Array[_0x5b74('0x19')](_0x4ec513[_0x5b74('0xb')]())['filter'](_0xb07f7c=>oo(_0xb07f7c)||function(_0x5ea8a9,_0x57e8fc){if(_0x5ea8a9['is'](_0x5b74('0xf'))||_0x57e8fc[_0x5b74('0x12')](_0x5ea8a9))return!0x1;return _0x57e8fc[_0x5b74('0xa')](_0x5ea8a9[_0x5b74('0x0')],_0x5b74('0x13'));}(_0xb07f7c,_0x51f008[_0x5b74('0x1f')])):Array['from'](_0x4ec513[_0x5b74('0xb')]())['filter'](_0x4d3add=>oo(_0x4d3add));const _0x13377e=_0x5c09e2(_0x4f152a,_0x51f008);_0x51f008[_0x5b74('0xd')](()=>{for(const _0x55373f of _0x13377e)_0x4ed521['markBlockFormat'](_0x55373f,{'commandName':'codeBlock','commandParams':[{..._0x3a4280,'forceValue':_0x4aab43}],'formatGroupId':_0x5b74('0x6')});});}),(_0x4ed521[_0x5b74('0x14')][_0x5b74('0x16')](_0x5b74('0x13'),_0x564849=>_0x46e72d(_0x4d2c98,_0x5b74('0x1'),_0x564849)),_0x4ed521[_0x5b74('0x14')]['registerDescriptionCallback'](_0x40809b=>{const _0x1eb145=_0x4d2c98['t'],{type:_0x5bd99a,data:_0x282ee2}=_0x40809b;if(_0x5b74('0x7')==_0x5bd99a&&_0x282ee2&&'codeBlock'==_0x282ee2[_0x5b74('0x2')]){const _0x2189e8=_0x282ee2['commandParams'][0x0][_0x5b74('0x10')],_0x43ad09=_0x1eb145(_0x43ce6a['find'](_0x3e4086=>_0x3e4086[_0x5b74('0x10')]===_0x2189e8)[_0x5b74('0x11')]);return _0x282ee2[_0x5b74('0x21')][0x0][_0x5b74('0x1e')]?{'type':_0x5b74('0xe'),'content':_0x46e72d(_0x4d2c98,'*Format:*\x20%0',_0x46e72d(_0x4d2c98,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x43ad09+')')}:{'type':_0x5b74('0xe'),'content':_0x46e72d(_0x4d2c98,_0x5b74('0x9'),_0x46e72d(_0x4d2c98,'ELEMENT_CODE_BLOCK',0x1))};}}));}}function oo(_0x494bbf){return'codeBlock'==_0x494bbf['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5747=['enableCommand','plugins','TrackChangesEditing','editor','addCommentThread'];(function(_0x4be401,_0x5747d1){const _0xd45e96=function(_0x4b98e9){while(--_0x4b98e9){_0x4be401['push'](_0x4be401['shift']());}};_0xd45e96(++_0x5747d1);}(_0x5747,0x1a3));const _0xd45e=function(_0x4be401,_0x5747d1){_0x4be401=_0x4be401-0x0;let _0xd45e96=_0x5747[_0x4be401];return _0xd45e96;};import{Plugin as _0x8b2d96}from'ckeditor5/src/core';export default class F extends _0x8b2d96{['afterInit'](){const _0x2e9845=this[_0xd45e('0x4')];if(!_0x2e9845[_0xd45e('0x2')]['has']('CommentsEditing'))return;_0x2e9845[_0xd45e('0x2')]['get'](_0xd45e('0x3'))[_0xd45e('0x1')](_0xd45e('0x0'));}}
23
+ const _0x444a=['enableCommand','plugins','get','editor','afterInit'];(function(_0x3e5c2e,_0x444ad7){const _0x2aff92=function(_0x5d4165){while(--_0x5d4165){_0x3e5c2e['push'](_0x3e5c2e['shift']());}};_0x2aff92(++_0x444ad7);}(_0x444a,0x16a));const _0x2aff=function(_0x3e5c2e,_0x444ad7){_0x3e5c2e=_0x3e5c2e-0x0;let _0x2aff92=_0x444a[_0x3e5c2e];return _0x2aff92;};import{Plugin as _0x4f1587}from'ckeditor5/src/core';export default class F extends _0x4f1587{[_0x2aff('0x2')](){const _0x58a600=this[_0x2aff('0x1')];if(!_0x58a600['plugins']['has']('CommentsEditing'))return;_0x58a600[_0x2aff('0x4')][_0x2aff('0x0')]('TrackChangesEditing')[_0x2aff('0x3')]('addCommentThread');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5d85=['options','root','createRange','downcastDispatcher','mapper','end','get','deleteForward','enableCommand','TrackChangesEditing','remove','model','selection','writer','commands','buffer','unlock','editing','unit','isCollapsed','lock','setSelection','addMarker:suggestion:deletion','rootName','unbindElementFromMarkerName','requires','modifySelection','uiElement','plugins','editor','$graveyard','showSuggestionHighlights','forward','high','fromRange','merge','markerName','batch'];(function(_0xa964dc,_0x5d8507){const _0x5ee5e5=function(_0x19e188){while(--_0x19e188){_0xa964dc['push'](_0xa964dc['shift']());}};_0x5ee5e5(++_0x5d8507);}(_0x5d85,0x90));const _0x5ee5=function(_0xa964dc,_0x5d8507){_0xa964dc=_0xa964dc-0x0;let _0x5ee5e5=_0x5d85[_0xa964dc];return _0x5ee5e5;};import{Plugin as _0x1b7e5a}from'ckeditor5/src/core';import{LiveRange as _0x1f88b8}from'ckeditor5/src/engine';import{Delete as _0x195759}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0xcbc14c}from'./utils';export default class G extends _0x1b7e5a{static get[_0x5ee5('0x21')](){return[_0x195759];}['init'](){const _0x23ad27=this[_0x5ee5('0x25')],_0x531e38=_0x23ad27[_0x5ee5('0x24')][_0x5ee5('0xe')](_0x5ee5('0x11'));_0x531e38[_0x5ee5('0x10')]('delete');const _0x64306=_0x23ad27[_0x5ee5('0x16')][_0x5ee5('0xe')](_0x5ee5('0xf'));_0x531e38[_0x5ee5('0x10')](_0x5ee5('0xf'),(_0x51a90f,_0x4e5e93={})=>{const _0x2c72ea=_0x23ad27[_0x5ee5('0x13')]['createSelection'](_0x23ad27[_0x5ee5('0x13')]['document'][_0x5ee5('0x14')]);_0x2c72ea[_0x5ee5('0x1b')]&&_0x23ad27[_0x5ee5('0x13')][_0x5ee5('0x22')](_0x2c72ea,{'direction':_0x5ee5('0x2'),'unit':_0x4e5e93[_0x5ee5('0x1a')]});const _0x24a177=_0x2c72ea['getFirstRange'](),_0x30d541=_0x1f88b8[_0x5ee5('0x4')](_0x24a177);let _0x3bd17b;_0x51a90f(_0x4e5e93),_0x3bd17b=_0x5ee5('0x0')==_0x30d541[_0x5ee5('0x9')][_0x5ee5('0x1f')]?_0x23ad27[_0x5ee5('0x13')][_0x5ee5('0xa')](_0x24a177['start']):_0x23ad27[_0x5ee5('0x13')][_0x5ee5('0xa')](_0x30d541['start'],_0x30d541[_0x5ee5('0xd')]),_0x30d541['detach'](),_0x23ad27[_0x5ee5('0x13')]['enqueueChange'](_0x64306[_0x5ee5('0x17')][_0x5ee5('0x7')],_0x4bf995=>{_0x64306[_0x5ee5('0x17')][_0x5ee5('0x1c')](),_0x4bf995[_0x5ee5('0x1d')](_0x4bf995[_0x5ee5('0xa')](_0x3bd17b['end'])),_0x64306['buffer'][_0x5ee5('0x18')]();});}),_0x23ad27[_0x5ee5('0x19')][_0x5ee5('0xb')]['on'](_0x5ee5('0x1e'),_0xcbc14c(_0x23ad27,_0x5ee5('0x5')),{'priority':_0x5ee5('0x3')}),_0x23ad27['data']['downcastDispatcher']['on'](_0x5ee5('0x1e'),(_0xf762a6,_0x1d99c0,_0x132d3c)=>{_0x132d3c[_0x5ee5('0x8')][_0x5ee5('0x1')]&&_0xcbc14c(_0x23ad27,_0x5ee5('0x5'),{'showActiveMarker':!0x1})['bind'](this)(_0xf762a6,_0x1d99c0,_0x132d3c);},{'priority':_0x5ee5('0x3')}),_0x23ad27[_0x5ee5('0x19')]['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x1df7e9,_0x174d12,_0x2f5953)=>{const _0x345eeb=_0x2f5953[_0x5ee5('0xc')]['markerNameToElements'](_0x174d12[_0x5ee5('0x6')]);if(_0x345eeb)for(const _0x3f02ab of _0x345eeb)_0x3f02ab['is'](_0x5ee5('0x23'))&&(_0x2f5953['mapper'][_0x5ee5('0x20')](_0x3f02ab,_0x174d12[_0x5ee5('0x6')]),_0x2f5953[_0x5ee5('0x15')][_0x5ee5('0x12')](_0x3f02ab));},{'priority':'high'});}}
23
+ const _0x56d1=['mapper','selection','delete','unit','data','get','end','showSuggestionHighlights','batch','remove','editing','enableCommand','root','editor','getFirstRange','bind','deleteForward','forward','markerName','fromRange','writer','merge','unlock','modifySelection','buffer','TrackChangesEditing','options','lock','uiElement','markerNameToElements','requires','rootName','createRange','isCollapsed','addMarker:suggestion:deletion','model','high','createSelection','removeMarker:suggestion:deletion','document','init','setSelection'];(function(_0x14fbec,_0x56d182){const _0x40e1a9=function(_0x223874){while(--_0x223874){_0x14fbec['push'](_0x14fbec['shift']());}};_0x40e1a9(++_0x56d182);}(_0x56d1,0xbc));const _0x40e1=function(_0x14fbec,_0x56d182){_0x14fbec=_0x14fbec-0x0;let _0x40e1a9=_0x56d1[_0x14fbec];return _0x40e1a9;};import{Plugin as _0x450663}from'ckeditor5/src/core';import{LiveRange as _0x4706f5}from'ckeditor5/src/engine';import{Delete as _0x3451aa}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x420029}from'./utils';export default class G extends _0x450663{static get[_0x40e1('0xa')](){return[_0x3451aa];}[_0x40e1('0x14')](){const _0x515432=this[_0x40e1('0x23')],_0x35f714=_0x515432['plugins']['get'](_0x40e1('0x5'));_0x35f714['enableCommand'](_0x40e1('0x18'));const _0x520585=_0x515432['commands'][_0x40e1('0x1b')](_0x40e1('0x26'));_0x35f714[_0x40e1('0x21')]('deleteForward',(_0x58ee0a,_0x22c0a5={})=>{const _0x58a9ff=_0x515432['model'][_0x40e1('0x11')](_0x515432[_0x40e1('0xf')][_0x40e1('0x13')][_0x40e1('0x17')]);_0x58a9ff[_0x40e1('0xd')]&&_0x515432[_0x40e1('0xf')][_0x40e1('0x3')](_0x58a9ff,{'direction':_0x40e1('0x27'),'unit':_0x22c0a5[_0x40e1('0x19')]});const _0x41dea3=_0x58a9ff[_0x40e1('0x24')](),_0x33014f=_0x4706f5[_0x40e1('0x29')](_0x41dea3);let _0x3edd52;_0x58ee0a(_0x22c0a5),_0x3edd52='$graveyard'==_0x33014f[_0x40e1('0x22')][_0x40e1('0xb')]?_0x515432[_0x40e1('0xf')][_0x40e1('0xc')](_0x41dea3['start']):_0x515432[_0x40e1('0xf')]['createRange'](_0x33014f['start'],_0x33014f['end']),_0x33014f['detach'](),_0x515432['model']['enqueueChange'](_0x520585[_0x40e1('0x4')][_0x40e1('0x1e')],_0x1c8a40=>{_0x520585['buffer'][_0x40e1('0x7')](),_0x1c8a40[_0x40e1('0x15')](_0x1c8a40[_0x40e1('0xc')](_0x3edd52[_0x40e1('0x1c')])),_0x520585['buffer'][_0x40e1('0x2')]();});}),_0x515432[_0x40e1('0x20')]['downcastDispatcher']['on']('addMarker:suggestion:deletion',_0x420029(_0x515432,_0x40e1('0x1')),{'priority':_0x40e1('0x10')}),_0x515432[_0x40e1('0x1a')]['downcastDispatcher']['on'](_0x40e1('0xe'),(_0x5d3b31,_0x2d0e3e,_0x5b086f)=>{_0x5b086f[_0x40e1('0x6')][_0x40e1('0x1d')]&&_0x420029(_0x515432,_0x40e1('0x1'),{'showActiveMarker':!0x1})[_0x40e1('0x25')](this)(_0x5d3b31,_0x2d0e3e,_0x5b086f);},{'priority':'high'}),_0x515432[_0x40e1('0x20')]['downcastDispatcher']['on'](_0x40e1('0x12'),(_0x58dd8b,_0x1816a1,_0x547849)=>{const _0x5370a7=_0x547849[_0x40e1('0x16')][_0x40e1('0x9')](_0x1816a1[_0x40e1('0x28')]);if(_0x5370a7)for(const _0x3bbb1c of _0x5370a7)_0x3bbb1c['is'](_0x40e1('0x8'))&&(_0x547849[_0x40e1('0x16')]['unbindElementFromMarkerName'](_0x3bbb1c,_0x1816a1[_0x40e1('0x28')]),_0x547849[_0x40e1('0x0')][_0x40e1('0x1f')](_0x3bbb1c));},{'priority':_0x40e1('0x10')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2971=['getFirstRange','toUpperCase','map','*Format:*\x20insert\x20into\x20%0','fromRange','numberedList','from','*Outdent:*\x20%0','containsItem','next','getAttribute','markBlockFormat','createRange','mergeListItemForward','selection','length','schema','start','parent','registerElementLabel','documentList','has','after','listType','hasAttribute','model','nodeAfter','splitListItemBefore','ELEMENT_BULLETED_LIST','indentList','*Format:*\x20remove\x20from\x20%0','before','mergeListItemBackward','_suggestionFactory','getSelectedBlocks','_descriptionFactory','bulletedList','editor','push','listItemId','markMultiRangeBlockFormat','commands','*Merge:*\x20%0','ELEMENT_LIST_ITEM','execute','getRanges','commandParams','outdentList','afterInit','listIndent','forceValue','registerCustomCallback','change','accept','document','ELEMENT_NUMBERED_LIST','setSelection','TrackChangesEditing','commandName','enableCommand','value','ELEMENT_','refresh','detach','splitListItemAfter','multipleBlocks','*Change\x20to:*\x20%0','isObject','nextSibling','get','format','plugins','createPositionAt','end','isFirstBlockOfListItem'];(function(_0x25add3,_0x29715c){const _0xe40f8f=function(_0x245409){while(--_0x245409){_0x25add3['push'](_0x25add3['shift']());}};_0xe40f8f(++_0x29715c);}(_0x2971,0x102));const _0xe40f=function(_0x25add3,_0x29715c){_0x25add3=_0x25add3-0x0;let _0xe40f8f=_0x2971[_0x25add3];return _0xe40f8f;};import{Plugin as _0x3069ef}from'ckeditor5/src/core';import{getTranslation as _0x392764}from'../utils/common-translations';import{LiveRange as _0x5dd49c}from'ckeditor5/src/engine';export default class L extends _0x3069ef{[_0xe40f('0xf')](){const _0x34589a=this[_0xe40f('0x4')];if(!_0x34589a[_0xe40f('0x26')][_0xe40f('0x3f')]('DocumentListEditing'))return;const _0x254078=_0x34589a['locale'],_0x2cd6db=_0x34589a[_0xe40f('0x26')][_0xe40f('0x24')](_0xe40f('0x18')),_0x4d48bc=_0x34589a[_0xe40f('0x26')]['get']('DocumentListUtils');function _0x542cbc(_0x5c66d5){return()=>{const _0x9254df=_0x34589a[_0xe40f('0x8')][_0xe40f('0x24')](_0x5c66d5);let _0x149f27=Array[_0xe40f('0x30')](_0x34589a['model'][_0xe40f('0x15')][_0xe40f('0x38')][_0xe40f('0x1')]());if(_0x4d6c47(_0x5c66d5)){_0x149f27=_0x4d48bc['expandListBlocksToCompleteList'](_0x149f27);const _0x50ec3b=[];for(const _0x2e1bc3 of _0x149f27)_0x4d48bc[_0xe40f('0x29')](_0x2e1bc3)&&_0x50ec3b[_0xe40f('0x5')](_0x2e1bc3);_0x149f27=_0x50ec3b;}_0x34589a[_0xe40f('0x43')][_0xe40f('0x13')](()=>{_0x2cd6db[_0xe40f('0x7')](_0x149f27,{'commandName':_0x5c66d5,'commandParams':[{'forceValue':!_0x9254df['value']}],'formatGroupId':_0xe40f('0x41')},[],_0xe40f('0x3e'));});};}function _0x46a975(_0x2f9f8c){return()=>{const _0x3507fe=function(_0x169714){let _0x8ad138=Array[_0xe40f('0x30')](_0x169714);const _0x3035c7=_0x8ad138['findIndex'](_0x35c9ad=>!_0x35c9ad[_0xe40f('0x42')](_0xe40f('0x6')));return _0x3035c7>-0x1&&(_0x8ad138=_0x8ad138['slice'](0x0,_0x3035c7)),_0x8ad138;}(_0x34589a[_0xe40f('0x43')]['document']['selection'][_0xe40f('0x1')]()),_0x3ce86a=_0x3507fe[_0x3507fe[_0xe40f('0x39')]-0x1],_0xfd4bf2=_0x34589a[_0xe40f('0x43')]['schema'][_0xe40f('0x22')](_0x3ce86a)?_0xe40f('0x40'):_0xe40f('0x28'),_0x5188f8=_0x34589a['model'][_0xe40f('0x36')](_0x34589a['model'][_0xe40f('0x27')](_0x3507fe[0x0],_0xe40f('0x49')),_0x34589a['model'][_0xe40f('0x27')](_0x3ce86a,_0xfd4bf2));_0x34589a[_0xe40f('0x43')][_0xe40f('0x13')](()=>{_0x2cd6db[_0xe40f('0x35')](_0x5188f8,{'commandName':_0x2f9f8c,'commandParams':[],'formatGroupId':_0xe40f('0x41')},function(_0x1dba68){const _0x4b1817=new Set();for(const _0x35f6bf of _0x1dba68){let _0x4a6238=_0x35f6bf['nextSibling'];for(;_0x4a6238&&_0x4a6238[_0xe40f('0x34')](_0xe40f('0x10'))>_0x35f6bf[_0xe40f('0x34')](_0xe40f('0x10'));)_0x4b1817['add'](_0x4a6238),_0x4a6238=_0x4a6238[_0xe40f('0x23')];}return Array['from'](_0x4b1817);}(_0x3507fe));});};}function _0x16fa46(_0x480f5e){return()=>{const _0x266803=_0x34589a[_0xe40f('0x43')]['document']['selection'][_0xe40f('0x1')]()[_0xe40f('0x33')]()[_0xe40f('0x1b')],_0x4c0a6e=_0x34589a[_0xe40f('0x43')]['createPositionAt'](_0x266803,_0xe40f('0x49')),_0x4c8959=_0x34589a[_0xe40f('0x43')]['createPositionAt'](_0x266803,0x0),_0x4734ac=_0x34589a[_0xe40f('0x43')][_0xe40f('0x36')](_0x4c0a6e,_0x4c8959);_0x34589a[_0xe40f('0x43')][_0xe40f('0x13')](()=>{_0x2cd6db[_0xe40f('0x35')](_0x4734ac,{'commandName':_0x480f5e,'commandParams':[],'formatGroupId':_0xe40f('0x41')});});};}function _0x4d6c47(_0x20982){const _0x18e7de=_0x34589a[_0xe40f('0x8')]['get'](_0xe40f('0x3'))[_0xe40f('0x1b')],_0x5e5c95=_0x34589a[_0xe40f('0x8')][_0xe40f('0x24')]('numberedList')['value'];return _0xe40f('0x2f')===_0x20982?_0x18e7de:_0x5e5c95;}_0x2cd6db[_0xe40f('0x1a')](_0xe40f('0x2f'),_0x542cbc(_0xe40f('0x2f'))),_0x2cd6db[_0xe40f('0x1a')](_0xe40f('0x3'),_0x542cbc(_0xe40f('0x3'))),_0x2cd6db[_0xe40f('0x1a')](_0xe40f('0x47'),_0x46a975(_0xe40f('0x47'))),_0x2cd6db[_0xe40f('0x1a')](_0xe40f('0xe'),_0x46a975('outdentList')),_0x2cd6db[_0xe40f('0x1a')](_0xe40f('0x1f'),_0x16fa46('splitListItemAfter')),_0x2cd6db[_0xe40f('0x1a')](_0xe40f('0x45'),_0x16fa46(_0xe40f('0x45'))),_0x2cd6db[_0xe40f('0x2')][_0xe40f('0x3d')](function(_0x118dff){const _0x1a95af=!_0x34589a[_0xe40f('0x43')][_0xe40f('0x3a')]['isObject'](_0x118dff),_0x35e263=_0x118dff['previousSibling'],_0x4c73db=_0x118dff[_0xe40f('0x23')],_0xf57b48=_0x118dff[_0xe40f('0x34')]('listItemId'),_0x59505f=!_0x35e263||_0x35e263[_0xe40f('0x34')](_0xe40f('0x6'))!==_0xf57b48,_0x66d5bd=!_0x4c73db||_0x4c73db['getAttribute'](_0xe40f('0x6'))!==_0xf57b48;return _0x1a95af&&Boolean(_0xf57b48)&&_0x59505f&&_0x66d5bd;},_0x1c216a=>_0x392764(_0x254078,_0xe40f('0xa'),_0x1c216a)),_0x2cd6db[_0xe40f('0x2')]['registerDescriptionCallback'](function(_0x5a288b){const {data:_0x57869c}=_0x5a288b;if(!_0x57869c)return;let _0x263419,_0x41e3c9,_0x42d8ac,_0x1bb394;switch(_0x57869c[_0xe40f('0x19')]){case _0xe40f('0x3'):_0x42d8ac=_0x57869c[_0xe40f('0xd')][0x0][_0xe40f('0x11')],_0x1bb394=_0x4d6c47(_0x57869c['commandName']),_0x263419=_0x42d8ac?'*Format:*\x20insert\x20into\x20%0':_0xe40f('0x48'),_0x1bb394&&(_0x263419=_0xe40f('0x21')),_0x41e3c9={'type':_0xe40f('0x25'),'content':_0x392764(_0x254078,_0x263419,_0x392764(_0x254078,_0xe40f('0x46')))};break;case _0xe40f('0x2f'):_0x42d8ac=_0x57869c[_0xe40f('0xd')][0x0][_0xe40f('0x11')],_0x1bb394=_0x4d6c47(_0x57869c[_0xe40f('0x19')]),_0x263419=_0x42d8ac?_0xe40f('0x2d'):'*Format:*\x20remove\x20from\x20%0',_0x1bb394&&(_0x263419='*Change\x20to:*\x20%0'),_0x41e3c9={'type':_0xe40f('0x25'),'content':_0x392764(_0x254078,_0x263419,_0x392764(_0x254078,_0xe40f('0x16')))};break;case'indentList':_0x263419='*Indent:*\x20%0',_0x41e3c9={'type':_0xe40f('0x25'),'content':_0x392764(_0x254078,_0x263419,_0x392764(_0x254078,_0xe40f('0xa')))};break;case _0xe40f('0xe'):_0x263419=function(_0xda15be){const _0x447deb=_0xda15be[_0xe40f('0x2a')]();let _0x541377=_0x447deb['start']['nodeAfter'];for(;_0x541377&&_0x447deb[_0xe40f('0x32')](_0x541377);){if(_0x541377[_0xe40f('0x34')](_0xe40f('0x10'))>0x0)return!0x1;_0x541377=_0x541377['nextSibling'];}return!0x0;}(_0x5a288b)?_0x392764(_0x254078,'*Format:*\x20remove\x20from\x20%0',_0x392764(_0x254078,function(_0x16478a){const _0x1f3b44=_0x16478a[_0xe40f('0x2a')]()[_0xe40f('0x3b')]['nodeAfter'];return _0xe40f('0x1c')+_0x1f3b44[_0xe40f('0x34')](_0xe40f('0x41'))[_0xe40f('0x2b')]()+'_LIST';}(_0x5a288b))):_0x392764(_0x254078,_0xe40f('0x31'),_0x392764(_0x254078,_0xe40f('0xa'))),_0x41e3c9={'type':_0xe40f('0x25'),'content':_0x263419};break;case _0xe40f('0x4a'):case _0xe40f('0x37'):!0x1===_0x57869c[_0xe40f('0x20')]&&(_0x263419=_0xe40f('0x9'),_0x41e3c9={'type':'deletion','content':_0x392764(_0x254078,_0x263419,_0x392764(_0x254078,'ELEMENT_LIST_ITEM'))});}return _0x41e3c9;}),_0x2cd6db[_0xe40f('0x0')][_0xe40f('0x12')]('formatBlock','documentList',_0xe40f('0x14'),function(_0x4ecb80,_0x4e32d6){const _0x116bbf=[];for(let _0x2226ae of _0x4ecb80)_0x2226ae[_0xe40f('0x3b')][_0xe40f('0x44')]===_0x2226ae[_0xe40f('0x28')][_0xe40f('0x3c')]&&(_0x2226ae=_0x34589a[_0xe40f('0x43')][_0xe40f('0x36')](_0x34589a[_0xe40f('0x43')][_0xe40f('0x27')](_0x2226ae[_0xe40f('0x3b')]['nodeAfter'],0x0))),_0x116bbf['push'](_0x2226ae);_0x34589a[_0xe40f('0x43')]['change'](_0x3250b0=>{const _0x564e80=_0x34589a['model']['document']['selection'],_0x3c88b6=Array[_0xe40f('0x30')](_0x564e80[_0xe40f('0xc')]())[_0xe40f('0x2c')](_0x220ccd=>_0x5dd49c[_0xe40f('0x2e')](_0x220ccd));_0x3250b0[_0xe40f('0x17')](_0x116bbf),_0x34589a[_0xe40f('0x8')][_0xe40f('0x24')](_0x4e32d6['commandName'])[_0xe40f('0x1d')](),_0x4e32d6[_0xe40f('0xd')]['push']({'forceDefaultExecution':!0x0}),_0x34589a[_0xe40f('0xb')](_0x4e32d6['commandName'],..._0x4e32d6['commandParams']),_0x3250b0[_0xe40f('0x17')](_0x3c88b6);for(const _0x30ccdb of _0x3c88b6)_0x30ccdb[_0xe40f('0x1e')]();});});}}
23
+ const _0x2b18=['multipleBlocks','commandParams','bulletedList','createRange','_descriptionFactory','ELEMENT_LIST_ITEM','expandListBlocksToCompleteList','format','model','forceValue','formatBlock','before','setSelection','ELEMENT_','accept','indentList','*Format:*\x20remove\x20from\x20%0','markBlockFormat','refresh','isFirstBlockOfListItem','length','fromRange','listIndent','schema','parent','isObject','numberedList','registerDescriptionCallback','from','value','registerCustomCallback','markMultiRangeBlockFormat','createPositionAt','splitListItemBefore','enableCommand','*Indent:*\x20%0','nodeAfter','*Change\x20to:*\x20%0','listItemId','*Merge:*\x20%0','locale','*Format:*\x20insert\x20into\x20%0','get','commands','outdentList','document','getAttribute','end','map','previousSibling','nextSibling','*Outdent:*\x20%0','DocumentListUtils','push','containsItem','toUpperCase','afterInit','findIndex','commandName','_LIST','detach','listType','DocumentListEditing','selection','documentList','ELEMENT_BULLETED_LIST','editor','getSelectedBlocks','next','start','add','getRanges','splitListItemAfter','change','getFirstRange','plugins'];(function(_0x49c825,_0x2b18ef){const _0x2a9035=function(_0x2cbc7e){while(--_0x2cbc7e){_0x49c825['push'](_0x49c825['shift']());}};_0x2a9035(++_0x2b18ef);}(_0x2b18,0x19a));const _0x2a90=function(_0x49c825,_0x2b18ef){_0x49c825=_0x49c825-0x0;let _0x2a9035=_0x2b18[_0x49c825];return _0x2a9035;};import{Plugin as _0x312c61}from'ckeditor5/src/core';import{getTranslation as _0x911ea4}from'../utils/common-translations';import{LiveRange as _0x4bdef8}from'ckeditor5/src/engine';export default class L extends _0x312c61{[_0x2a90('0x1a')](){const _0x52b15c=this[_0x2a90('0x24')];if(!_0x52b15c['plugins']['has'](_0x2a90('0x20')))return;const _0x55ac5a=_0x52b15c[_0x2a90('0xa')],_0x5accbd=_0x52b15c[_0x2a90('0x2d')][_0x2a90('0xc')]('TrackChangesEditing'),_0x12f43f=_0x52b15c[_0x2a90('0x2d')][_0x2a90('0xc')](_0x2a90('0x16'));function _0x3985ef(_0x4b3de4){return()=>{const _0x11940f=_0x52b15c[_0x2a90('0xd')][_0x2a90('0xc')](_0x4b3de4);let _0x40701d=Array[_0x2a90('0x4a')](_0x52b15c[_0x2a90('0x36')][_0x2a90('0xf')][_0x2a90('0x21')][_0x2a90('0x25')]());if(_0x3b9070(_0x4b3de4)){_0x40701d=_0x12f43f[_0x2a90('0x34')](_0x40701d);const _0x10af54=[];for(const _0x55bf75 of _0x40701d)_0x12f43f[_0x2a90('0x41')](_0x55bf75)&&_0x10af54[_0x2a90('0x17')](_0x55bf75);_0x40701d=_0x10af54;}_0x52b15c[_0x2a90('0x36')][_0x2a90('0x2b')](()=>{_0x5accbd[_0x2a90('0x1')](_0x40701d,{'commandName':_0x4b3de4,'commandParams':[{'forceValue':!_0x11940f[_0x2a90('0x4b')]}],'formatGroupId':_0x2a90('0x1f')},[],_0x2a90('0x22'));});};}function _0x2b4bb4(_0x490979){return()=>{const _0x46ac29=function(_0x241fa8){let _0x53c358=Array['from'](_0x241fa8);const _0x3f85d6=_0x53c358[_0x2a90('0x1b')](_0x4c5b27=>!_0x4c5b27['hasAttribute']('listItemId'));return _0x3f85d6>-0x1&&(_0x53c358=_0x53c358['slice'](0x0,_0x3f85d6)),_0x53c358;}(_0x52b15c['model'][_0x2a90('0xf')]['selection'][_0x2a90('0x25')]()),_0x4b55bb=_0x46ac29[_0x46ac29[_0x2a90('0x42')]-0x1],_0x3e736e=_0x52b15c[_0x2a90('0x36')][_0x2a90('0x45')][_0x2a90('0x47')](_0x4b55bb)?'after':_0x2a90('0x11'),_0x472e2b=_0x52b15c[_0x2a90('0x36')][_0x2a90('0x31')](_0x52b15c[_0x2a90('0x36')][_0x2a90('0x2')](_0x46ac29[0x0],_0x2a90('0x39')),_0x52b15c[_0x2a90('0x36')][_0x2a90('0x2')](_0x4b55bb,_0x3e736e));_0x52b15c[_0x2a90('0x36')][_0x2a90('0x2b')](()=>{_0x5accbd[_0x2a90('0x3f')](_0x472e2b,{'commandName':_0x490979,'commandParams':[],'formatGroupId':_0x2a90('0x1f')},function(_0x37c21c){const _0x364aa0=new Set();for(const _0xd4b3ca of _0x37c21c){let _0x45e3a2=_0xd4b3ca[_0x2a90('0x14')];for(;_0x45e3a2&&_0x45e3a2[_0x2a90('0x10')](_0x2a90('0x44'))>_0xd4b3ca[_0x2a90('0x10')](_0x2a90('0x44'));)_0x364aa0[_0x2a90('0x28')](_0x45e3a2),_0x45e3a2=_0x45e3a2[_0x2a90('0x14')];}return Array[_0x2a90('0x4a')](_0x364aa0);}(_0x46ac29));});};}function _0x59bb45(_0x46dff3){return()=>{const _0x41f342=_0x52b15c[_0x2a90('0x36')][_0x2a90('0xf')]['selection'][_0x2a90('0x25')]()[_0x2a90('0x26')]()['value'],_0x300070=_0x52b15c[_0x2a90('0x36')]['createPositionAt'](_0x41f342,_0x2a90('0x39')),_0x19e0da=_0x52b15c[_0x2a90('0x36')][_0x2a90('0x2')](_0x41f342,0x0),_0x2c034a=_0x52b15c['model'][_0x2a90('0x31')](_0x300070,_0x19e0da);_0x52b15c[_0x2a90('0x36')]['change'](()=>{_0x5accbd['markBlockFormat'](_0x2c034a,{'commandName':_0x46dff3,'commandParams':[],'formatGroupId':'listType'});});};}function _0x3b9070(_0x24557f){const _0x2c4afb=_0x52b15c['commands'][_0x2a90('0xc')](_0x2a90('0x30'))[_0x2a90('0x4b')],_0x3bb268=_0x52b15c[_0x2a90('0xd')]['get'](_0x2a90('0x48'))[_0x2a90('0x4b')];return _0x2a90('0x48')===_0x24557f?_0x2c4afb:_0x3bb268;}_0x5accbd['enableCommand'](_0x2a90('0x48'),_0x3985ef('numberedList')),_0x5accbd[_0x2a90('0x4')](_0x2a90('0x30'),_0x3985ef(_0x2a90('0x30'))),_0x5accbd['enableCommand'](_0x2a90('0x3d'),_0x2b4bb4('indentList')),_0x5accbd[_0x2a90('0x4')](_0x2a90('0xe'),_0x2b4bb4(_0x2a90('0xe'))),_0x5accbd[_0x2a90('0x4')](_0x2a90('0x2a'),_0x59bb45(_0x2a90('0x2a'))),_0x5accbd[_0x2a90('0x4')](_0x2a90('0x3'),_0x59bb45('splitListItemBefore')),_0x5accbd[_0x2a90('0x32')]['registerElementLabel'](function(_0xf52df){const _0x3161c3=!_0x52b15c[_0x2a90('0x36')][_0x2a90('0x45')][_0x2a90('0x47')](_0xf52df),_0xe421f4=_0xf52df[_0x2a90('0x13')],_0x5e00bb=_0xf52df[_0x2a90('0x14')],_0x2dd575=_0xf52df['getAttribute'](_0x2a90('0x8')),_0x7ed446=!_0xe421f4||_0xe421f4[_0x2a90('0x10')]('listItemId')!==_0x2dd575,_0x25b89=!_0x5e00bb||_0x5e00bb[_0x2a90('0x10')](_0x2a90('0x8'))!==_0x2dd575;return _0x3161c3&&Boolean(_0x2dd575)&&_0x7ed446&&_0x25b89;},_0x35d889=>_0x911ea4(_0x55ac5a,'ELEMENT_LIST_ITEM',_0x35d889)),_0x5accbd[_0x2a90('0x32')][_0x2a90('0x49')](function(_0x11f902){const {data:_0x13c4c9}=_0x11f902;if(!_0x13c4c9)return;let _0x48e84c,_0x40d584,_0x33e311,_0x4393fc;switch(_0x13c4c9[_0x2a90('0x1c')]){case _0x2a90('0x30'):_0x33e311=_0x13c4c9[_0x2a90('0x2f')][0x0]['forceValue'],_0x4393fc=_0x3b9070(_0x13c4c9['commandName']),_0x48e84c=_0x33e311?'*Format:*\x20insert\x20into\x20%0':_0x2a90('0x3e'),_0x4393fc&&(_0x48e84c=_0x2a90('0x7')),_0x40d584={'type':'format','content':_0x911ea4(_0x55ac5a,_0x48e84c,_0x911ea4(_0x55ac5a,_0x2a90('0x23')))};break;case _0x2a90('0x48'):_0x33e311=_0x13c4c9['commandParams'][0x0][_0x2a90('0x37')],_0x4393fc=_0x3b9070(_0x13c4c9[_0x2a90('0x1c')]),_0x48e84c=_0x33e311?_0x2a90('0xb'):_0x2a90('0x3e'),_0x4393fc&&(_0x48e84c='*Change\x20to:*\x20%0'),_0x40d584={'type':_0x2a90('0x35'),'content':_0x911ea4(_0x55ac5a,_0x48e84c,_0x911ea4(_0x55ac5a,'ELEMENT_NUMBERED_LIST'))};break;case _0x2a90('0x3d'):_0x48e84c=_0x2a90('0x5'),_0x40d584={'type':'format','content':_0x911ea4(_0x55ac5a,_0x48e84c,_0x911ea4(_0x55ac5a,_0x2a90('0x33')))};break;case _0x2a90('0xe'):_0x48e84c=function(_0x2923c9){const _0x5a4910=_0x2923c9[_0x2a90('0x2c')]();let _0x343ee3=_0x5a4910[_0x2a90('0x27')][_0x2a90('0x6')];for(;_0x343ee3&&_0x5a4910[_0x2a90('0x18')](_0x343ee3);){if(_0x343ee3['getAttribute']('listIndent')>0x0)return!0x1;_0x343ee3=_0x343ee3['nextSibling'];}return!0x0;}(_0x11f902)?_0x911ea4(_0x55ac5a,_0x2a90('0x3e'),_0x911ea4(_0x55ac5a,function(_0x3f86f6){const _0x4ef8f2=_0x3f86f6[_0x2a90('0x2c')]()['start'][_0x2a90('0x6')];return _0x2a90('0x3b')+_0x4ef8f2[_0x2a90('0x10')](_0x2a90('0x1f'))[_0x2a90('0x19')]()+_0x2a90('0x1d');}(_0x11f902))):_0x911ea4(_0x55ac5a,_0x2a90('0x15'),_0x911ea4(_0x55ac5a,_0x2a90('0x33'))),_0x40d584={'type':_0x2a90('0x35'),'content':_0x48e84c};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x13c4c9[_0x2a90('0x2e')]&&(_0x48e84c=_0x2a90('0x9'),_0x40d584={'type':'deletion','content':_0x911ea4(_0x55ac5a,_0x48e84c,_0x911ea4(_0x55ac5a,_0x2a90('0x33')))});}return _0x40d584;}),_0x5accbd['_suggestionFactory'][_0x2a90('0x0')](_0x2a90('0x38'),_0x2a90('0x22'),_0x2a90('0x3c'),function(_0x3a1e2f,_0x5baf84){const _0x1dd2ac=[];for(let _0x16ff6b of _0x3a1e2f)_0x16ff6b[_0x2a90('0x27')][_0x2a90('0x6')]===_0x16ff6b[_0x2a90('0x11')][_0x2a90('0x46')]&&(_0x16ff6b=_0x52b15c['model'][_0x2a90('0x31')](_0x52b15c[_0x2a90('0x36')][_0x2a90('0x2')](_0x16ff6b[_0x2a90('0x27')][_0x2a90('0x6')],0x0))),_0x1dd2ac[_0x2a90('0x17')](_0x16ff6b);_0x52b15c['model'][_0x2a90('0x2b')](_0x61cdc8=>{const _0x2846ba=_0x52b15c[_0x2a90('0x36')][_0x2a90('0xf')]['selection'],_0x2832d2=Array['from'](_0x2846ba[_0x2a90('0x29')]())[_0x2a90('0x12')](_0x1c3cb1=>_0x4bdef8[_0x2a90('0x43')](_0x1c3cb1));_0x61cdc8[_0x2a90('0x3a')](_0x1dd2ac),_0x52b15c[_0x2a90('0xd')]['get'](_0x5baf84[_0x2a90('0x1c')])[_0x2a90('0x40')](),_0x5baf84[_0x2a90('0x2f')][_0x2a90('0x17')]({'forceDefaultExecution':!0x0}),_0x52b15c['execute'](_0x5baf84[_0x2a90('0x1c')],..._0x5baf84[_0x2a90('0x2f')]),_0x61cdc8[_0x2a90('0x3a')](_0x2832d2);for(const _0x22ab56 of _0x2832d2)_0x22ab56[_0x2a90('0x1e')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3ad4=['from','type','length','listReversed','markMultiRangeBlockFormat','list.properties','selection','handleListStartCommand','locale','has','_descriptionFactory','bind','TrackChangesEditing','handleDescriptions','getAttribute','ELEMENT_','push','isListItemBlock','afterInit','getSelectedBlocks','listStyle','get','handleListReversedCommand','change','handleListStyleCommand','listStart','document','_getSuggestionBlocksForListStyle','toUpperCase','listType','_LIST_','format','startIndex','editor','DocumentListPropertiesUtils','config','reversed','DocumentListUtils','*Format:*\x20set\x20order\x20to\x20reversed','expandListBlocksToCompleteList','plugins','commandParams','numbered','model','_getSuggestionBlocks','enableCommand','_getTranslationKeyForListStyle','commandName','*Change\x20to:*\x20%0','registerDescriptionCallback','*Format:*\x20set\x20start\x20index\x20to\x20%0'];(function(_0x409e82,_0x3ad458){const _0x42dfd8=function(_0x52da35){while(--_0x52da35){_0x409e82['push'](_0x409e82['shift']());}};_0x42dfd8(++_0x3ad458);}(_0x3ad4,0x173));const _0x42df=function(_0x409e82,_0x3ad458){_0x409e82=_0x409e82-0x0;let _0x42dfd8=_0x3ad4[_0x409e82];return _0x42dfd8;};import{Plugin as _0x266ddb}from'ckeditor5/src/core';import{getTranslation as _0x571991}from'../utils/common-translations';export default class At extends _0x266ddb{[_0x42df('0x4')](){if(!this['editor']['plugins'][_0x42df('0x2e')]('DocumentListPropertiesEditing'))return;const _0x4c1cac=this[_0x42df('0x13')][_0x42df('0x15')][_0x42df('0x7')](_0x42df('0x2a')),_0x227ad4=this[_0x42df('0x13')][_0x42df('0x1a')]['get'](_0x42df('0x31'));_0x4c1cac['styles']&&_0x227ad4[_0x42df('0x1f')](_0x42df('0x6'),this['handleListStyleCommand'][_0x42df('0x30')](this)),_0x4c1cac[_0x42df('0x16')]&&_0x227ad4[_0x42df('0x1f')](_0x42df('0x28'),this[_0x42df('0x8')][_0x42df('0x30')](this)),_0x4c1cac['startIndex']&&_0x227ad4[_0x42df('0x1f')](_0x42df('0xb'),this['handleListStartCommand']['bind'](this)),_0x227ad4[_0x42df('0x2f')][_0x42df('0x23')](this[_0x42df('0x32')]['bind'](this));}[_0x42df('0xa')](_0x212d0d,_0x5ca40a={}){const _0x8ada25=this[_0x42df('0x13')][_0x42df('0x1a')]['get']('TrackChangesEditing'),_0x344512=this['_getSuggestionBlocksForListStyle']();this['editor'][_0x42df('0x1d')][_0x42df('0x9')](()=>{_0x8ada25['markMultiRangeBlockFormat'](_0x344512,{'commandName':_0x42df('0x6'),'commandParams':[{'type':_0x5ca40a['type']}],'formatGroupId':_0x42df('0x6')});});}[_0x42df('0x8')](_0x513160,_0x4a2857={}){const _0xb3a228=this[_0x42df('0x13')][_0x42df('0x1a')][_0x42df('0x7')](_0x42df('0x31')),_0x415c8f=this[_0x42df('0x13')][_0x42df('0x1a')][_0x42df('0x7')](_0x42df('0x17')),_0x42112b=this[_0x42df('0x1e')](_0x4ad80c=>_0x415c8f['isListItemBlock'](_0x4ad80c)&&_0x42df('0x1c')===_0x4ad80c[_0x42df('0x0')](_0x42df('0xf')));null!==_0x42112b&&this[_0x42df('0x13')][_0x42df('0x1d')][_0x42df('0x9')](()=>{_0xb3a228[_0x42df('0x29')](_0x42112b,{'commandName':_0x42df('0x28'),'commandParams':[{'reversed':_0x4a2857[_0x42df('0x16')]}],'formatGroupId':_0x42df('0x28')});});}[_0x42df('0x2c')](_0x302949,_0x5a9828={}){const _0x26d695=this['editor'][_0x42df('0x1a')][_0x42df('0x7')]('TrackChangesEditing'),_0x56b725=this[_0x42df('0x13')][_0x42df('0x1a')][_0x42df('0x7')]('DocumentListUtils'),_0x4534f1=this[_0x42df('0x1e')](_0x50825f=>_0x56b725[_0x42df('0x3')](_0x50825f)&&'numbered'===_0x50825f[_0x42df('0x0')](_0x42df('0xf')));null!==_0x4534f1&&this[_0x42df('0x13')][_0x42df('0x1d')][_0x42df('0x9')](()=>{_0x26d695[_0x42df('0x29')](_0x4534f1,{'commandName':_0x42df('0xb'),'commandParams':[{'startIndex':_0x5a9828[_0x42df('0x12')]}],'formatGroupId':_0x42df('0xb')});});}['handleDescriptions'](_0x2d547e){const _0x3656b1=this['editor'][_0x42df('0x2d')],{data:_0x47a8c4}=_0x2d547e;if(!_0x47a8c4)return;let _0x3b12df,_0xa4356b;switch(_0x47a8c4[_0x42df('0x21')]){case'listStyle':_0x3b12df=_0x42df('0x22'),_0xa4356b={'type':'format','content':_0x571991(_0x3656b1,_0x3b12df,_0x571991(_0x3656b1,this[_0x42df('0x20')](_0x47a8c4[_0x42df('0x1b')][0x0][_0x42df('0x26')])))};break;case _0x42df('0x28'):_0x3b12df=_0x47a8c4['commandParams'][0x0][_0x42df('0x16')]?_0x42df('0x18'):'*Format:*\x20set\x20order\x20to\x20regular',_0xa4356b={'type':_0x42df('0x11'),'content':_0x571991(_0x3656b1,_0x3b12df)};break;case _0x42df('0xb'):_0x3b12df=_0x42df('0x24'),_0xa4356b={'type':_0x42df('0x11'),'content':_0x571991(_0x3656b1,_0x3b12df,_0x47a8c4[_0x42df('0x1b')][0x0][_0x42df('0x12')])};}return _0xa4356b;}[_0x42df('0xd')](){const _0x5868fc=this[_0x42df('0x13')]['plugins'][_0x42df('0x7')](_0x42df('0x17'));let _0x23fc45=Array[_0x42df('0x25')](this[_0x42df('0x13')][_0x42df('0x1d')][_0x42df('0xc')][_0x42df('0x2b')][_0x42df('0x5')]());return _0x23fc45[_0x42df('0x2')](..._0x5868fc[_0x42df('0x19')](_0x23fc45)),_0x23fc45=[...new Set(_0x23fc45)],_0x23fc45;}[_0x42df('0x1e')](_0x66ff2d){const _0x20d633=this[_0x42df('0x13')]['plugins'][_0x42df('0x7')](_0x42df('0x17'));let _0x4b9078=Array[_0x42df('0x25')](this['editor']['model'][_0x42df('0xc')][_0x42df('0x2b')]['getSelectedBlocks']())['filter'](_0x66ff2d);if(!_0x4b9078[_0x42df('0x27')])return null;_0x4b9078=_0x20d633[_0x42df('0x19')](_0x4b9078);const _0x30bafb=[];for(const _0x272a20 of _0x4b9078)_0x20d633['isFirstBlockOfListItem'](_0x272a20)&&_0x30bafb[_0x42df('0x2')](_0x272a20);return _0x30bafb;}[_0x42df('0x20')](_0x528ffe){return _0x42df('0x1')+this['editor'][_0x42df('0x1a')][_0x42df('0x7')](_0x42df('0x14'))['getListTypeFromListStyleType'](_0x528ffe)[_0x42df('0xe')]()+_0x42df('0x10')+_0x528ffe[_0x42df('0xe')]()['replace'](/-/g,'_');}}
23
+ const _0xe1d4=['document','get','listStyle','listType','DocumentListPropertiesUtils','enableCommand','toUpperCase','DocumentListUtils','replace','bind','getAttribute','push','_getSuggestionBlocks','handleListReversedCommand','startIndex','plugins','listReversed','_descriptionFactory','getSelectedBlocks','_getTranslationKeyForListStyle','selection','editor','type','markMultiRangeBlockFormat','*Change\x20to:*\x20%0','commandParams','model','*Format:*\x20set\x20order\x20to\x20regular','styles','listStart','expandListBlocksToCompleteList','change','numbered','registerDescriptionCallback','config','list.properties','format','DocumentListPropertiesEditing','from','ELEMENT_','reversed','*Format:*\x20set\x20start\x20index\x20to\x20%0','_getSuggestionBlocksForListStyle','TrackChangesEditing','_LIST_','isListItemBlock','handleDescriptions','handleListStartCommand','isFirstBlockOfListItem'];(function(_0x1fc08f,_0xe1d4f5){const _0x1a3164=function(_0x31801f){while(--_0x31801f){_0x1fc08f['push'](_0x1fc08f['shift']());}};_0x1a3164(++_0xe1d4f5);}(_0xe1d4,0xe9));const _0x1a31=function(_0x1fc08f,_0xe1d4f5){_0x1fc08f=_0x1fc08f-0x0;let _0x1a3164=_0xe1d4[_0x1fc08f];return _0x1a3164;};import{Plugin as _0x1e2b43}from'ckeditor5/src/core';import{getTranslation as _0x1cf4a9}from'../utils/common-translations';export default class At extends _0x1e2b43{['afterInit'](){if(!this[_0x1a31('0x21')][_0x1a31('0x1b')]['has'](_0x1a31('0x0')))return;const _0x2032d3=this[_0x1a31('0x21')][_0x1a31('0x2e')][_0x1a31('0xd')](_0x1a31('0x2f')),_0x47ec11=this[_0x1a31('0x21')]['plugins'][_0x1a31('0xd')](_0x1a31('0x6'));_0x2032d3[_0x1a31('0x28')]&&_0x47ec11[_0x1a31('0x11')](_0x1a31('0xe'),this['handleListStyleCommand'][_0x1a31('0x15')](this)),_0x2032d3['reversed']&&_0x47ec11[_0x1a31('0x11')](_0x1a31('0x1c'),this[_0x1a31('0x19')][_0x1a31('0x15')](this)),_0x2032d3[_0x1a31('0x1a')]&&_0x47ec11[_0x1a31('0x11')](_0x1a31('0x29'),this['handleListStartCommand'][_0x1a31('0x15')](this)),_0x47ec11[_0x1a31('0x1d')][_0x1a31('0x2d')](this[_0x1a31('0x9')]['bind'](this));}['handleListStyleCommand'](_0x16042e,_0xa9580={}){const _0x4b59a9=this['editor'][_0x1a31('0x1b')]['get'](_0x1a31('0x6')),_0x363b2a=this[_0x1a31('0x5')]();this['editor'][_0x1a31('0x26')][_0x1a31('0x2b')](()=>{_0x4b59a9[_0x1a31('0x23')](_0x363b2a,{'commandName':_0x1a31('0xe'),'commandParams':[{'type':_0xa9580[_0x1a31('0x22')]}],'formatGroupId':_0x1a31('0xe')});});}[_0x1a31('0x19')](_0x2a120e,_0x1e415f={}){const _0x469349=this[_0x1a31('0x21')][_0x1a31('0x1b')][_0x1a31('0xd')](_0x1a31('0x6')),_0x479fca=this[_0x1a31('0x21')]['plugins'][_0x1a31('0xd')](_0x1a31('0x13')),_0x426633=this[_0x1a31('0x18')](_0x1fc708=>_0x479fca[_0x1a31('0x8')](_0x1fc708)&&'numbered'===_0x1fc708[_0x1a31('0x16')](_0x1a31('0xf')));null!==_0x426633&&this[_0x1a31('0x21')][_0x1a31('0x26')][_0x1a31('0x2b')](()=>{_0x469349['markMultiRangeBlockFormat'](_0x426633,{'commandName':_0x1a31('0x1c'),'commandParams':[{'reversed':_0x1e415f[_0x1a31('0x3')]}],'formatGroupId':_0x1a31('0x1c')});});}[_0x1a31('0xa')](_0x5cec47,_0x4dc19b={}){const _0x300f5a=this['editor'][_0x1a31('0x1b')][_0x1a31('0xd')](_0x1a31('0x6')),_0xa75f8a=this[_0x1a31('0x21')]['plugins'][_0x1a31('0xd')](_0x1a31('0x13')),_0x4e7d80=this[_0x1a31('0x18')](_0x2b6029=>_0xa75f8a[_0x1a31('0x8')](_0x2b6029)&&_0x1a31('0x2c')===_0x2b6029[_0x1a31('0x16')]('listType'));null!==_0x4e7d80&&this['editor']['model'][_0x1a31('0x2b')](()=>{_0x300f5a[_0x1a31('0x23')](_0x4e7d80,{'commandName':_0x1a31('0x29'),'commandParams':[{'startIndex':_0x4dc19b['startIndex']}],'formatGroupId':_0x1a31('0x29')});});}[_0x1a31('0x9')](_0x599a89){const _0x28d3b0=this[_0x1a31('0x21')]['locale'],{data:_0x58401f}=_0x599a89;if(!_0x58401f)return;let _0x433586,_0x294523;switch(_0x58401f['commandName']){case _0x1a31('0xe'):_0x433586=_0x1a31('0x24'),_0x294523={'type':_0x1a31('0x30'),'content':_0x1cf4a9(_0x28d3b0,_0x433586,_0x1cf4a9(_0x28d3b0,this['_getTranslationKeyForListStyle'](_0x58401f[_0x1a31('0x25')][0x0][_0x1a31('0x22')])))};break;case'listReversed':_0x433586=_0x58401f[_0x1a31('0x25')][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':_0x1a31('0x27'),_0x294523={'type':_0x1a31('0x30'),'content':_0x1cf4a9(_0x28d3b0,_0x433586)};break;case _0x1a31('0x29'):_0x433586=_0x1a31('0x4'),_0x294523={'type':_0x1a31('0x30'),'content':_0x1cf4a9(_0x28d3b0,_0x433586,_0x58401f[_0x1a31('0x25')][0x0]['startIndex'])};}return _0x294523;}[_0x1a31('0x5')](){const _0x472701=this[_0x1a31('0x21')]['plugins'][_0x1a31('0xd')](_0x1a31('0x13'));let _0x3fc57e=Array[_0x1a31('0x1')](this[_0x1a31('0x21')][_0x1a31('0x26')][_0x1a31('0xc')]['selection'][_0x1a31('0x1e')]());return _0x3fc57e['push'](..._0x472701[_0x1a31('0x2a')](_0x3fc57e)),_0x3fc57e=[...new Set(_0x3fc57e)],_0x3fc57e;}[_0x1a31('0x18')](_0x8ad9b7){const _0x80f2ec=this[_0x1a31('0x21')]['plugins'][_0x1a31('0xd')](_0x1a31('0x13'));let _0x34d0e2=Array[_0x1a31('0x1')](this[_0x1a31('0x21')][_0x1a31('0x26')][_0x1a31('0xc')][_0x1a31('0x20')][_0x1a31('0x1e')]())['filter'](_0x8ad9b7);if(!_0x34d0e2['length'])return null;_0x34d0e2=_0x80f2ec[_0x1a31('0x2a')](_0x34d0e2);const _0xbfd03c=[];for(const _0x37be04 of _0x34d0e2)_0x80f2ec[_0x1a31('0xb')](_0x37be04)&&_0xbfd03c[_0x1a31('0x17')](_0x37be04);return _0xbfd03c;}[_0x1a31('0x1f')](_0x1a5c90){return _0x1a31('0x2')+this[_0x1a31('0x21')]['plugins']['get'](_0x1a31('0x10'))['getListTypeFromListStyleType'](_0x1a5c90)[_0x1a31('0x12')]()+_0x1a31('0x7')+_0x1a5c90['toUpperCase']()[_0x1a31('0x14')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e25=['init','markerNameToElements','createPositionAt','end','nextSibling','mapper','setSelection','editing','remove','model','getFirstPosition','downcastDispatcher','markInsertion','afterExecute','hasClass','getFirstRange','createRange','requires','options','addMarker:suggestion:insertion','enter','high','detach','bind','showSuggestionHighlights','enableCommand','document','plugins','editor','unbindElementFromMarkerName','enterBlock','split','ck-suggestion-marker-split','markerName','get'];(function(_0x38a677,_0x5e25a6){const _0x216702=function(_0x4e82ef){while(--_0x4e82ef){_0x38a677['push'](_0x38a677['shift']());}};_0x216702(++_0x5e25a6);}(_0x5e25,0x152));const _0x2167=function(_0x38a677,_0x5e25a6){_0x38a677=_0x38a677-0x0;let _0x216702=_0x5e25[_0x38a677];return _0x216702;};import{Plugin as _0xe60b6c}from'ckeditor5/src/core';import{Enter as _0x45f9cc}from'ckeditor5/src/enter';import{LiveRange as _0x5a29ef}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x478584}from'./utils';export default class q extends _0xe60b6c{static get[_0x2167('0x1d')](){return[_0x45f9cc];}[_0x2167('0xc')](){const _0x225cfb=this[_0x2167('0x5')],_0xd73c11=_0x225cfb[_0x2167('0x4')][_0x2167('0xb')]('TrackChangesEditing'),_0x37b2bd=_0x225cfb['commands'][_0x2167('0xb')](_0x2167('0x20'));_0xd73c11[_0x2167('0x2')](_0x2167('0x20'),()=>{_0x225cfb[_0x2167('0x15')]['change'](_0x643721=>{const _0x3ce842=_0x225cfb[_0x2167('0x15')][_0x2167('0x3')]['selection'],_0x1e2ad1=_0x3ce842[_0x2167('0x16')](),_0xd413ae=_0x5a29ef['fromRange'](_0x3ce842[_0x2167('0x1b')]());if(_0x37b2bd[_0x2167('0x7')](_0x643721)){const _0x171364=_0x225cfb['model'][_0x2167('0xe')](_0x1e2ad1['parent'][_0x2167('0x10')],0x0),_0x2b4c59=_0x643721['createRange'](_0x1e2ad1,_0x171364);_0xd73c11[_0x2167('0x18')](_0x2b4c59);}else _0x643721[_0x2167('0x12')](_0x643721[_0x2167('0x1c')](_0xd413ae[_0x2167('0xf')]));_0xd413ae[_0x2167('0x22')](),_0x37b2bd['fire'](_0x2167('0x19'),{'writer':_0x643721});});}),_0x225cfb[_0x2167('0x13')][_0x2167('0x17')]['on'](_0x2167('0x1f'),_0x478584(_0x225cfb,_0x2167('0x8')),{'priority':'high'}),_0x225cfb[_0x2167('0x13')][_0x2167('0x17')]['on']('removeMarker:suggestion:insertion',(_0x333b57,_0x503fae,_0x42ed30)=>{const _0x23dde9=_0x42ed30['mapper'][_0x2167('0xd')](_0x503fae['markerName']);if(_0x23dde9)for(const _0x34145c of _0x23dde9)_0x34145c[_0x2167('0x1a')](_0x2167('0x9'))&&(_0x42ed30[_0x2167('0x11')][_0x2167('0x6')](_0x34145c,_0x503fae[_0x2167('0xa')]),_0x42ed30['writer'][_0x2167('0x14')](_0x34145c));},{'priority':_0x2167('0x21')}),_0x225cfb['data'][_0x2167('0x17')]['on'](_0x2167('0x1f'),(_0x3d6ea7,_0x125d1f,_0x2455ad)=>{_0x2455ad[_0x2167('0x1e')][_0x2167('0x1')]&&_0x478584(_0x225cfb,'split',{'showActiveMarker':!0x1})[_0x2167('0x0')](this)(_0x3d6ea7,_0x125d1f,_0x2455ad);},{'priority':_0x2167('0x21')});}}
23
+ const _0x27db=['showSuggestionHighlights','detach','downcastDispatcher','markInsertion','plugins','markerName','enableCommand','options','afterExecute','mapper','end','setSelection','change','fire','createRange','TrackChangesEditing','addMarker:suggestion:insertion','bind','hasClass','split','ck-suggestion-marker-split','editing','writer','getFirstRange','selection','get','unbindElementFromMarkerName','parent','removeMarker:suggestion:insertion','editor','model','fromRange','high','remove','requires','createPositionAt','commands','enter'];(function(_0x1df419,_0x27db57){const _0x32d2c4=function(_0x330ebc){while(--_0x330ebc){_0x1df419['push'](_0x1df419['shift']());}};_0x32d2c4(++_0x27db57);}(_0x27db,0xe1));const _0x32d2=function(_0x1df419,_0x27db57){_0x1df419=_0x1df419-0x0;let _0x32d2c4=_0x27db[_0x1df419];return _0x32d2c4;};import{Plugin as _0x50e186}from'ckeditor5/src/core';import{Enter as _0x109079}from'ckeditor5/src/enter';import{LiveRange as _0x4be652}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x476062}from'./utils';export default class q extends _0x50e186{static get[_0x32d2('0x25')](){return[_0x109079];}['init'](){const _0x2b8774=this[_0x32d2('0x20')],_0xe69340=_0x2b8774[_0x32d2('0x7')][_0x32d2('0x1c')](_0x32d2('0x12')),_0xffa8d3=_0x2b8774[_0x32d2('0x1')][_0x32d2('0x1c')]('enter');_0xe69340[_0x32d2('0x9')](_0x32d2('0x2'),()=>{_0x2b8774[_0x32d2('0x21')][_0x32d2('0xf')](_0x529c43=>{const _0x170af1=_0x2b8774[_0x32d2('0x21')]['document'][_0x32d2('0x1b')],_0xef6deb=_0x170af1['getFirstPosition'](),_0x59e879=_0x4be652[_0x32d2('0x22')](_0x170af1[_0x32d2('0x1a')]());if(_0xffa8d3['enterBlock'](_0x529c43)){const _0x415648=_0x2b8774['model'][_0x32d2('0x0')](_0xef6deb[_0x32d2('0x1e')]['nextSibling'],0x0),_0x1b4fc6=_0x529c43['createRange'](_0xef6deb,_0x415648);_0xe69340[_0x32d2('0x6')](_0x1b4fc6);}else _0x529c43[_0x32d2('0xe')](_0x529c43[_0x32d2('0x11')](_0x59e879[_0x32d2('0xd')]));_0x59e879[_0x32d2('0x4')](),_0xffa8d3[_0x32d2('0x10')](_0x32d2('0xb'),{'writer':_0x529c43});});}),_0x2b8774[_0x32d2('0x18')]['downcastDispatcher']['on'](_0x32d2('0x13'),_0x476062(_0x2b8774,_0x32d2('0x16')),{'priority':_0x32d2('0x23')}),_0x2b8774['editing'][_0x32d2('0x5')]['on'](_0x32d2('0x1f'),(_0x8108b3,_0x3bbb63,_0x50db9e)=>{const _0x2e27a8=_0x50db9e[_0x32d2('0xc')]['markerNameToElements'](_0x3bbb63[_0x32d2('0x8')]);if(_0x2e27a8)for(const _0x59c710 of _0x2e27a8)_0x59c710[_0x32d2('0x15')](_0x32d2('0x17'))&&(_0x50db9e[_0x32d2('0xc')][_0x32d2('0x1d')](_0x59c710,_0x3bbb63[_0x32d2('0x8')]),_0x50db9e[_0x32d2('0x19')][_0x32d2('0x24')](_0x59c710));},{'priority':_0x32d2('0x23')}),_0x2b8774['data'][_0x32d2('0x5')]['on'](_0x32d2('0x13'),(_0x349fac,_0x5ce0f8,_0x4d8a57)=>{_0x4d8a57[_0x32d2('0xa')][_0x32d2('0x3')]&&_0x476062(_0x2b8774,'split',{'showActiveMarker':!0x1})[_0x32d2('0x14')](this)(_0x349fac,_0x5ce0f8,_0x4d8a57);},{'priority':_0x32d2('0x23')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1596=['TrackChangesEditing','enableCommand','editor','get','FindAndReplaceUtils','replaceAll','getMarkersGroup','createRange','bind','end','FindAndReplaceEditing','model','_isInDeletionRange','replace','has','filter','handleFindCommand','findByTextCallback','findPrevious','getIntersection','item','createPositionAt','plugins','find','suggestion:deletion'];(function(_0x36d6b8,_0x1596e1){const _0x359d29=function(_0x3f37c9){while(--_0x3f37c9){_0x36d6b8['push'](_0x36d6b8['shift']());}};_0x359d29(++_0x1596e1);}(_0x1596,0x14a));const _0x359d=function(_0x36d6b8,_0x1596e1){_0x36d6b8=_0x36d6b8-0x0;let _0x359d29=_0x1596[_0x36d6b8];return _0x359d29;};import{Plugin as _0x429691}from'ckeditor5/src/core';export default class z extends _0x429691{['afterInit'](){if(!this['editor'][_0x359d('0x11')][_0x359d('0x9')](_0x359d('0x5')))return;const _0x1f5618=this[_0x359d('0x16')][_0x359d('0x11')][_0x359d('0x17')](_0x359d('0x14'));_0x1f5618['enableCommand'](_0x359d('0x12'),this[_0x359d('0xb')][_0x359d('0x3')](this)),_0x1f5618[_0x359d('0x15')]('findNext'),_0x1f5618[_0x359d('0x15')](_0x359d('0xd')),_0x1f5618['enableCommand'](_0x359d('0x8')),_0x1f5618['enableCommand'](_0x359d('0x0'));}[_0x359d('0xb')](_0x5ec6c8,_0x27a05d,_0x311762={}){const _0x4c70b5=this['editor']['plugins'][_0x359d('0x17')](_0x359d('0x18'));void 0x0!==_0x311762&&_0x5ec6c8(_0x5ba1d7=>('string'==typeof _0x27a05d?_0x4c70b5[_0x359d('0xc')](_0x27a05d,_0x311762):_0x27a05d)(_0x5ba1d7)[_0x359d('0xa')](_0x4a2aa3=>!0x1===this[_0x359d('0x7')](_0x4a2aa3,_0x5ba1d7[_0x359d('0xf')])),_0x311762);}[_0x359d('0x7')](_0x5b859a,_0x271c4d){const _0x5d8a7a=this['editor']['model'][_0x359d('0x2')](this[_0x359d('0x16')][_0x359d('0x6')][_0x359d('0x10')](_0x271c4d,_0x5b859a['start']),this[_0x359d('0x16')]['model'][_0x359d('0x10')](_0x271c4d,_0x5b859a[_0x359d('0x4')]));for(const _0x5b9f43 of this[_0x359d('0x16')][_0x359d('0x6')]['markers'][_0x359d('0x1')](_0x359d('0x13')))if(null!==_0x5d8a7a[_0x359d('0xe')](_0x5b9f43['getRange']()))return!0x0;return!0x1;}}
23
+ const _0x45f0=['model','plugins','replace','createPositionAt','getRange','TrackChangesEditing','createRange','findByTextCallback','start','replaceAll','get','suggestion:deletion','item','afterInit','FindAndReplaceUtils','_isInDeletionRange','getMarkersGroup','enableCommand','FindAndReplaceEditing','findNext','handleFindCommand','getIntersection','editor','findPrevious'];(function(_0x396218,_0x45f00e){const _0x3023db=function(_0x20b107){while(--_0x20b107){_0x396218['push'](_0x396218['shift']());}};_0x3023db(++_0x45f00e);}(_0x45f0,0x155));const _0x3023=function(_0x396218,_0x45f00e){_0x396218=_0x396218-0x0;let _0x3023db=_0x45f0[_0x396218];return _0x3023db;};import{Plugin as _0x5569b4}from'ckeditor5/src/core';export default class z extends _0x5569b4{[_0x3023('0x8')](){if(!this[_0x3023('0x11')][_0x3023('0x14')]['has'](_0x3023('0xd')))return;const _0x2fa3ec=this['editor'][_0x3023('0x14')][_0x3023('0x5')](_0x3023('0x0'));_0x2fa3ec[_0x3023('0xc')]('find',this[_0x3023('0xf')]['bind'](this)),_0x2fa3ec['enableCommand'](_0x3023('0xe')),_0x2fa3ec['enableCommand'](_0x3023('0x12')),_0x2fa3ec['enableCommand'](_0x3023('0x15')),_0x2fa3ec[_0x3023('0xc')](_0x3023('0x4'));}[_0x3023('0xf')](_0x9d8bb,_0x10d3e1,_0x1883b4={}){const _0x311c17=this[_0x3023('0x11')]['plugins'][_0x3023('0x5')](_0x3023('0x9'));void 0x0!==_0x1883b4&&_0x9d8bb(_0x4057a3=>('string'==typeof _0x10d3e1?_0x311c17[_0x3023('0x2')](_0x10d3e1,_0x1883b4):_0x10d3e1)(_0x4057a3)['filter'](_0x3aa676=>!0x1===this[_0x3023('0xa')](_0x3aa676,_0x4057a3[_0x3023('0x7')])),_0x1883b4);}[_0x3023('0xa')](_0x2c9ad7,_0xeffffd){const _0x490557=this[_0x3023('0x11')][_0x3023('0x13')][_0x3023('0x1')](this['editor'][_0x3023('0x13')][_0x3023('0x16')](_0xeffffd,_0x2c9ad7[_0x3023('0x3')]),this[_0x3023('0x11')][_0x3023('0x13')][_0x3023('0x16')](_0xeffffd,_0x2c9ad7['end']));for(const _0x5c6fd9 of this[_0x3023('0x11')][_0x3023('0x13')]['markers'][_0x3023('0xb')](_0x3023('0x6')))if(null!==_0x490557[_0x3023('0x10')](_0x5c6fd9[_0x3023('0x17')]()))return!0x0;return!0x1;}}