@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230827.0 → 0.0.0-nightly-20230829.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-20230827.0",
3
+ "version": "0.0.0-nightly-20230829.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-20230827.0",
43
- "ckeditor5-collaboration": "0.0.0-nightly-20230827.0",
42
+ "ckeditor5": "0.0.0-nightly-20230829.0",
43
+ "ckeditor5-collaboration": "0.0.0-nightly-20230829.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 _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);}}
23
+ const _0x20c6=['get','canEditAt','refresh','getRanges','plugins','_isEnabledBasedOnSelection','execute','TrackChangesEditing','track-changes-accept-suggestion-not-found','model','_suggestions'];(function(_0x5c243b,_0x20c694){const _0x3a1322=function(_0x58c9df){while(--_0x58c9df){_0x5c243b['push'](_0x5c243b['shift']());}};_0x3a1322(++_0x20c694);}(_0x20c6,0x7c));const _0x3a13=function(_0x5c243b,_0x20c694){_0x5c243b=_0x5c243b-0x0;let _0x3a1322=_0x20c6[_0x5c243b];return _0x3a1322;};import{Command as _0x315274}from'ckeditor5/src/core';import{CKEditorError as _0x2e02fe}from'ckeditor5/src/utils';export default class M extends _0x315274{constructor(_0x1ff8b6,_0x2d45bb){super(_0x1ff8b6),this[_0x3a13('0x7')]=_0x2d45bb,this[_0x3a13('0xa')](),this[_0x3a13('0x2')]=!0x1;}['refresh'](){this['isEnabled']=!0x0;}[_0x3a13('0x3')](_0x363cce){const _0x17ead6=this['_suggestions'][_0x3a13('0x8')](_0x363cce);if(!_0x17ead6)throw new _0x2e02fe(_0x3a13('0x5'),this);const _0x43ef37=_0x17ead6[_0x3a13('0x0')]();this['editor'][_0x3a13('0x6')][_0x3a13('0x9')](_0x43ef37)&&this['editor'][_0x3a13('0x1')]['get'](_0x3a13('0x4'))['acceptSuggestion'](_0x17ead6);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ const _0x1ea8=['TrackChangesEditing','execute','_isEnabledBasedOnSelection','canEditAt','refresh','plugins','discardSuggestion','get','getRanges','_suggestions','model'];(function(_0x6c697,_0x1ea856){const _0x5604c4=function(_0x29bc78){while(--_0x29bc78){_0x6c697['push'](_0x6c697['shift']());}};_0x5604c4(++_0x1ea856);}(_0x1ea8,0x65));const _0x5604=function(_0x6c697,_0x1ea856){_0x6c697=_0x6c697-0x0;let _0x5604c4=_0x1ea8[_0x6c697];return _0x5604c4;};import{Command as _0x5eb8e7}from'ckeditor5/src/core';import{CKEditorError as _0x4dff83}from'ckeditor5/src/utils';export default class $ extends _0x5eb8e7{constructor(_0x353b6c,_0x11401f){super(_0x353b6c),this[_0x5604('0x7')]=_0x11401f,this[_0x5604('0x2')](),this[_0x5604('0x0')]=!0x1;}[_0x5604('0x2')](){this['isEnabled']=!0x0;}[_0x5604('0xa')](_0x53c69){const _0x54e0e0=this[_0x5604('0x7')][_0x5604('0x5')](_0x53c69);if(!_0x54e0e0)throw new _0x4dff83('track-changes-discard-suggestion-not-found',this);const _0x22eedc=_0x54e0e0[_0x5604('0x6')]();this['editor'][_0x5604('0x8')][_0x5604('0x1')](_0x22eedc)&&this['editor'][_0x5604('0x3')][_0x5604('0x5')](_0x5604('0x9'))[_0x5604('0x4')](_0x54e0e0);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ const _0x13d1=['getRanges','_command','values','editor','refresh','isEnabled','execute','_suggestions','_isEnabledBasedOnSelection','some','from','model','isInContent'];(function(_0x25c123,_0x13d1da){const _0x58394c=function(_0x1bef4a){while(--_0x1bef4a){_0x25c123['push'](_0x25c123['shift']());}};_0x58394c(++_0x13d1da);}(_0x13d1,0x102));const _0x5839=function(_0x25c123,_0x13d1da){_0x25c123=_0x25c123-0x0;let _0x58394c=_0x13d1[_0x25c123];return _0x58394c;};import{Command as _0x5b5617}from'ckeditor5/src/core';import{sortSuggestions as _0x61d5cc,executeCommandForSuggestions as _0x1eb382}from'../utils/utils';export default class N extends _0x5b5617{constructor(_0x4ac718,_0x13f8f6,_0x8a1112){super(_0x4ac718),this[_0x5839('0x3')]=_0x13f8f6,this[_0x5839('0x9')]=_0x8a1112,this[_0x5839('0x6')](),this[_0x5839('0xa')]=!0x1;}[_0x5839('0x6')](){const _0x31d102=Array['from'](this[_0x5839('0x9')]['values']())[_0x5839('0xb')](_0x12968b=>_0x12968b[_0x5839('0x1')]);this[_0x5839('0x7')]=this[_0x5839('0x3')][_0x5839('0x7')]&&_0x31d102;}[_0x5839('0x8')](){const _0x41ad29=_0x61d5cc(Array[_0x5839('0xc')](this[_0x5839('0x9')][_0x5839('0x4')]()));for(const _0x14ee97 of _0x41ad29){const _0x4848ad=_0x14ee97[_0x5839('0x2')]();if(!this['editor'][_0x5839('0x0')]['canEditAt'](_0x4848ad))return;}_0x1eb382(this[_0x5839('0x5')][_0x5839('0x0')],this[_0x5839('0x3')],_0x41ad29);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ const _0x3d97=['_selectedSuggestions','values','from','size','canEditAt','_command','model','editor','refresh','_suggestions','getRanges','execute','isEnabled'];(function(_0x586b02,_0x3d979e){const _0x1b4285=function(_0x3f26a9){while(--_0x3f26a9){_0x586b02['push'](_0x586b02['shift']());}};_0x1b4285(++_0x3d979e);}(_0x3d97,0x1d7));const _0x1b42=function(_0x586b02,_0x3d979e){_0x586b02=_0x586b02-0x0;let _0x1b4285=_0x3d97[_0x586b02];return _0x1b4285;};import{Command as _0x411b42}from'ckeditor5/src/core';import{sortSuggestions as _0x371933,getSelectedSuggestions as _0x5962fd,executeCommandForSuggestions as _0x1dc05e}from'../utils/utils';export default class R extends _0x411b42{constructor(_0x1e9438,_0x188691,_0x536aea){super(_0x1e9438),this[_0x1b42('0x2')]=_0x188691,this[_0x1b42('0x6')]=_0x536aea,this[_0x1b42('0xa')]=new Set(),this[_0x1b42('0x5')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x1b42('0x5')](){const _0x53984e=this[_0x1b42('0x4')][_0x1b42('0x3')]['document']['selection'],_0x492156=Array[_0x1b42('0xc')](this[_0x1b42('0x6')][_0x1b42('0xb')]());this[_0x1b42('0xa')]=_0x5962fd(_0x53984e,_0x492156),this[_0x1b42('0x9')]=this['_command'][_0x1b42('0x9')]&&!!this[_0x1b42('0xa')][_0x1b42('0x0')];}[_0x1b42('0x8')](){const _0x1980a5=_0x371933(Array[_0x1b42('0xc')](this[_0x1b42('0xa')]));for(const _0x3350da of _0x1980a5){const _0x6a524a=_0x3350da[_0x1b42('0x7')]();if(!this['editor']['model'][_0x1b42('0x1')](_0x6a524a))return;}_0x1dc05e(this[_0x1b42('0x4')][_0x1b42('0x3')],this[_0x1b42('0x2')],_0x1980a5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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'));}}
23
+ const _0x52f0=['editor','_enabledCommands','_enableCommands','_disableUnsupportedCommands','affectsData','has','value','_isEnabledBasedOnSelection','commands','TrackChangesCommand','execute','forceDisabled'];(function(_0x5e8531,_0x52f096){const _0x1bdb05=function(_0x1614fa){while(--_0x1614fa){_0x5e8531['push'](_0x5e8531['shift']());}};_0x1bdb05(++_0x52f096);}(_0x52f0,0x1f1));const _0x1bdb=function(_0x5e8531,_0x52f096){_0x5e8531=_0x5e8531-0x0;let _0x1bdb05=_0x52f0[_0x5e8531];return _0x1bdb05;};import{Command as _0x396c58}from'ckeditor5/src/core';export default class _ extends _0x396c58{constructor(_0x5a2077,_0x5e82a8){super(_0x5a2077),this[_0x1bdb('0x8')]=_0x5e82a8,this[_0x1bdb('0x1')]=!0x1,this['refresh'](),this[_0x1bdb('0x2')]=!0x1;}['refresh'](){this['isEnabled']=!0x0;}[_0x1bdb('0x5')](){this[_0x1bdb('0x1')]=!this[_0x1bdb('0x1')],this[_0x1bdb('0x1')]?this['_disableUnsupportedCommands']():this[_0x1bdb('0x9')]();}[_0x1bdb('0xa')](){for(const _0x5d15e5 of this[_0x1bdb('0x7')][_0x1bdb('0x3')][_0x1bdb('0x3')]())_0x5d15e5[_0x1bdb('0xb')]&&!this['_enabledCommands'][_0x1bdb('0x0')](_0x5d15e5)&&_0x5d15e5[_0x1bdb('0x6')](_0x1bdb('0x4'));}[_0x1bdb('0x9')](){for(const _0x4a6567 of this['editor'][_0x1bdb('0x3')]['commands']())_0x4a6567[_0x1bdb('0xb')]&&!this[_0x1bdb('0x8')][_0x1bdb('0x0')](_0x4a6567)&&_0x4a6567['clearForceDisabled'](_0x1bdb('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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))};}});}}
23
+ const _0x5202=['contentLanguageDirection','selection','registerDescriptionCallback','FORMAT_ALIGN_TO_CENTER','checkAttribute','_descriptionFactory','afterInit','getAttribute','*Format:*\x20%0','FORMAT_ALIGN_TO_LEFT','markBlockFormat','locale','commandParams','model','AlignmentEditing','alignment','center','document','ltr','has','plugins','filter','FORMAT_ALIGN_TO_RIGHT','right','editor','get','value','left','TrackChangesEditing'];(function(_0x59448f,_0x520254){const _0x4f6e32=function(_0x563689){while(--_0x563689){_0x59448f['push'](_0x59448f['shift']());}};_0x4f6e32(++_0x520254);}(_0x5202,0x1db));const _0x4f6e=function(_0x59448f,_0x520254){_0x59448f=_0x59448f-0x0;let _0x4f6e32=_0x5202[_0x59448f];return _0x4f6e32;};import{Plugin as _0x374cb4}from'ckeditor5/src/core';import{getTranslation as _0x7001d8}from'../utils/common-translations';export default class x extends _0x374cb4{[_0x4f6e('0x18')](){const _0x547d72=this[_0x4f6e('0xd')],_0x434c78=_0x547d72[_0x4f6e('0x0')];if(!_0x547d72[_0x4f6e('0x9')][_0x4f6e('0x8')](_0x4f6e('0x3')))return;const _0x33d447=_0x547d72[_0x4f6e('0x9')][_0x4f6e('0xe')](_0x4f6e('0x11'));_0x33d447['enableCommand'](_0x4f6e('0x4'),(_0x153261,_0x234c5c={})=>{let _0x34fcb0=_0x234c5c['value'];_0x234c5c[_0x4f6e('0xf')]||(_0x34fcb0=_0x4f6e('0x7')===_0x547d72[_0x4f6e('0x0')][_0x4f6e('0x12')]?_0x4f6e('0x10'):'right');const _0x3898a8=Array['from'](this[_0x4f6e('0xd')][_0x4f6e('0x2')][_0x4f6e('0x6')][_0x4f6e('0x13')]['getSelectedBlocks']())[_0x4f6e('0xa')](_0x531bb7=>function(_0x3edf5d,_0x5154d1,_0x115c73){const _0x405162=_0x3edf5d[_0x4f6e('0x19')](_0x4f6e('0x4'))||null;return _0x5154d1[_0x4f6e('0x16')](_0x3edf5d,_0x4f6e('0x4'))&&_0x115c73!=_0x405162;}(_0x531bb7,this[_0x4f6e('0xd')]['model']['schema'],_0x34fcb0));_0x547d72['model']['change'](()=>{for(const _0x329b22 of _0x3898a8)_0x33d447[_0x4f6e('0x1c')](_0x329b22,{'commandName':_0x4f6e('0x4'),'commandParams':[{'value':_0x34fcb0}]});});}),_0x33d447[_0x4f6e('0x17')][_0x4f6e('0x14')](_0x5ed11d=>{const {data:_0x14c842}=_0x5ed11d;if(_0x14c842&&_0x4f6e('0x4')==_0x14c842['commandName']){const _0x351a51=_0x14c842[_0x4f6e('0x1')][0x0]['value'];return{'type':'format','content':_0x7001d8(_0x434c78,_0x4f6e('0x1a'),function(_0x30e077){switch(_0x30e077){case _0x4f6e('0x10'):return _0x7001d8(_0x434c78,_0x4f6e('0x1b'));case _0x4f6e('0xc'):return _0x7001d8(_0x434c78,_0x4f6e('0xb'));case _0x4f6e('0x5'):return _0x7001d8(_0x434c78,_0x4f6e('0x15'));case'justify':return _0x7001d8(_0x434c78,'FORMAT_JUSTIFY_TEXT');}}(_0x351a51))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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')));}}
23
+ const _0x310a=['TrackChangesEditing','registerDescriptionCallback','change','has','format','StrikethroughEditing','superscript','subscript','FORMAT_STRIKETHROUGH','get','selection','FORMAT_CODE','plugins','FORMAT_UNDERLINE','*Format:*\x20%0','ItalicEditing','CodeEditing','model','getRanges','FORMAT_SUPERSCRIPT','from','commandParams','italic','afterInit','isCollapsed','FORMAT_BOLD','code','bold','enableCommand','forceValue','toLowerCase','strikethrough','slice','editor','UnderlineEditing','SuperscriptEditing','SubscriptEditing','commands','_descriptionFactory'];(function(_0x4d081c,_0x310a9f){const _0x2d92aa=function(_0x10847f){while(--_0x10847f){_0x4d081c['push'](_0x4d081c['shift']());}};_0x2d92aa(++_0x310a9f);}(_0x310a,0x1a7));const _0x2d92=function(_0x4d081c,_0x310a9f){_0x4d081c=_0x4d081c-0x0;let _0x2d92aa=_0x310a[_0x4d081c];return _0x2d92aa;};import{Plugin as _0x4b53b0}from'ckeditor5/src/core';import{getTranslation as _0x17379d}from'../utils/common-translations';import{getRangesWithAttribute as _0x234d62}from'./utils';const Kt=['BoldEditing',_0x2d92('0x15'),_0x2d92('0x1'),_0x2d92('0x16'),_0x2d92('0xb'),_0x2d92('0x3'),_0x2d92('0x2')];export default class U extends _0x4b53b0{[_0x2d92('0x1d')](){const _0x37b597=this[_0x2d92('0x0')],_0x2c18dc=_0x37b597[_0x2d92('0x17')],_0xcb52dd=_0x37b597[_0x2d92('0x12')]['get'](_0x2d92('0x6')),_0x4ec3f9=_0x37b597['locale'];for(const _0x44cace of Kt){if(!_0x37b597[_0x2d92('0x12')][_0x2d92('0x9')](_0x44cace))continue;const _0x12d6e4=_0x44cace[_0x2d92('0x26')](0x0,-0x7)[_0x2d92('0x24')](),_0x3eb741=_0x37b597[_0x2d92('0x4')][_0x2d92('0xf')](_0x12d6e4);_0xcb52dd[_0x2d92('0x22')](_0x12d6e4,(_0x50d80e,_0x417dba={})=>{const _0x1bdd08=_0x2c18dc['document'][_0x2d92('0x10')];if(_0x1bdd08[_0x2d92('0x1e')])return void _0x50d80e(_0x417dba);const _0x29db32=void 0x0!==_0x417dba[_0x2d92('0x23')]?_0x417dba[_0x2d92('0x23')]:!_0x3eb741['value'];_0x2c18dc[_0x2d92('0x8')](()=>{const _0x27cdd3=Array[_0x2d92('0x1a')](_0x1bdd08[_0x2d92('0x18')]());for(const _0x1a3dda of _0x27cdd3){const _0x10a2f5=_0x29db32?[_0x1a3dda]:_0x234d62(_0x12d6e4,_0x1a3dda,_0x2c18dc);for(const _0x305a9b of _0x10a2f5)_0xcb52dd['markInlineFormat'](_0x305a9b,{'commandName':_0x12d6e4,'commandParams':[{'forceValue':_0x29db32}]});}});});}function _0x443771(_0x4adf57,_0x4e7461){_0xcb52dd[_0x2d92('0x5')][_0x2d92('0x7')](_0x3a4f9e=>{const {data:_0x52adcd}=_0x3a4f9e;if(_0x52adcd&&_0x52adcd['commandName']===_0x4adf57)return _0x52adcd[_0x2d92('0x1b')][0x0][_0x2d92('0x23')]?{'type':_0x2d92('0xa'),'content':_0x17379d(_0x4ec3f9,_0x2d92('0x14'),_0x4e7461)}:{'type':_0x2d92('0xa'),'content':_0x17379d(_0x4ec3f9,'*Remove\x20format:*\x20%0',_0x4e7461)};});}_0x443771(_0x2d92('0x21'),_0x17379d(_0x4ec3f9,_0x2d92('0x1f'))),_0x443771(_0x2d92('0x1c'),_0x17379d(_0x4ec3f9,'FORMAT_ITALIC')),_0x443771('underline',_0x17379d(_0x4ec3f9,_0x2d92('0x13'))),_0x443771(_0x2d92('0x20'),_0x17379d(_0x4ec3f9,_0x2d92('0x11'))),_0x443771(_0x2d92('0x25'),_0x17379d(_0x4ec3f9,_0x2d92('0xe'))),_0x443771(_0x2d92('0xd'),_0x17379d(_0x4ec3f9,'FORMAT_SUBSCRIPT')),_0x443771(_0x2d92('0xc'),_0x17379d(_0x4ec3f9,_0x2d92('0x19')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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')];}
23
+ const _0xcddd=['from','ELEMENT_BLOCK_QUOTE','forceValue','afterInit','format','locale','filter','_descriptionFactory','editor','enableCommand','plugins','parent','commandName','BlockQuoteEditing','model','checkChild','change','*Remove\x20format:*\x20%0','markBlockFormat','blockQuote','document','value','name','schema','commands','get','$root','commandParams'];(function(_0x1ccb89,_0xcddd79){const _0x2a0b5a=function(_0x51f281){while(--_0x51f281){_0x1ccb89['push'](_0x1ccb89['shift']());}};_0x2a0b5a(++_0xcddd79);}(_0xcddd,0xdd));const _0x2a0b=function(_0x1ccb89,_0xcddd79){_0x1ccb89=_0x1ccb89-0x0;let _0x2a0b5a=_0xcddd[_0x1ccb89];return _0x2a0b5a;};import{Plugin as _0x543769}from'ckeditor5/src/core';import{getTranslation as _0xe6d217}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x478fa6}from'../utils/utils';export default class j extends _0x543769{[_0x2a0b('0x6')](){const _0x2e0002=this[_0x2a0b('0xb')],_0x2e5ce7=_0x2e0002[_0x2a0b('0x8')];if(!_0x2e0002[_0x2a0b('0xd')]['has'](_0x2a0b('0x10')))return;const _0x2cf576=_0x2e0002[_0x2a0b('0xd')][_0x2a0b('0x0')]('TrackChangesEditing'),_0xedd0d8=this[_0x2a0b('0xb')][_0x2a0b('0x1b')][_0x2a0b('0x0')](_0x2a0b('0x16'));_0x2cf576[_0x2a0b('0xc')]('blockQuote',(_0x40a88f,_0x553d22={})=>{const _0x151dc3=this[_0x2a0b('0xb')]['model'][_0x2a0b('0x17')]['selection'],_0x194366=_0x553d22&&void 0x0!==_0x553d22[_0x2a0b('0x5')]?_0x553d22[_0x2a0b('0x5')]:!_0xedd0d8[_0x2a0b('0x18')];let _0x480222=[];if(_0x194366){const _0x4d67f6=Array[_0x2a0b('0x3')](_0x151dc3['getSelectedBlocks']())[_0x2a0b('0x9')](_0x285c51=>Xt(_0x285c51)||function(_0x256e1e,_0x7c2e8c){const _0x3dbbba=_0x7c2e8c['checkChild'](_0x256e1e[_0x2a0b('0xe')],_0x2a0b('0x16')),_0x225b71=_0x7c2e8c[_0x2a0b('0x12')]([_0x2a0b('0x1'),_0x2a0b('0x16')],_0x256e1e);return _0x3dbbba&&_0x225b71;}(_0x285c51,this[_0x2a0b('0xb')][_0x2a0b('0x11')][_0x2a0b('0x1a')]));_0x480222=_0x478fa6(_0x4d67f6,_0x2e0002[_0x2a0b('0x11')]);}else{const _0x4093a2=Array[_0x2a0b('0x3')](_0x151dc3['getSelectedBlocks']())[_0x2a0b('0x9')](_0x202add=>Xt(_0x202add));_0x480222=_0x478fa6(_0x4093a2,_0x2e0002['model']);}_0x2e0002['model'][_0x2a0b('0x13')](()=>{for(const _0x4f9010 of _0x480222)_0x2cf576[_0x2a0b('0x15')](_0x4f9010,{'commandName':_0x2a0b('0x16'),'commandParams':[{'forceValue':_0x194366}]});});}),_0x2cf576[_0x2a0b('0xa')]['registerDescriptionCallback'](_0x45fa14=>{const {data:_0x4ac7c9}=_0x45fa14;if(_0x4ac7c9&&_0x2a0b('0x16')==_0x4ac7c9[_0x2a0b('0xf')]){const _0x3edf2c=_0xe6d217(_0x2e5ce7,_0x2a0b('0x4'));return _0x4ac7c9[_0x2a0b('0x2')][0x0][_0x2a0b('0x5')]?{'type':_0x2a0b('0x7'),'content':_0xe6d217(_0x2e5ce7,'*Format:*\x20%0',_0x3edf2c)}:{'type':_0x2a0b('0x7'),'content':_0xe6d217(_0x2e5ce7,_0x2a0b('0x14'),_0x3edf2c)};}});}}function Xt(_0x3fa70b){return _0x2a0b('0x16')==_0x3fa70b['parent'][_0x2a0b('0x19')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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'));}}
23
+ const _0x4de1=['get','ckbox','editor','afterInit','commands'];(function(_0x4e7e48,_0x4de10c){const _0x15571a=function(_0x2e301e){while(--_0x2e301e){_0x4e7e48['push'](_0x4e7e48['shift']());}};_0x15571a(++_0x4de10c);}(_0x4de1,0x1ae));const _0x1557=function(_0x4e7e48,_0x4de10c){_0x4e7e48=_0x4e7e48-0x0;let _0x15571a=_0x4de1[_0x4e7e48];return _0x15571a;};import{Plugin as _0x409ff1}from'ckeditor5/src/core';export default class E extends _0x409ff1{[_0x1557('0x3')](){const _0x48785a=this[_0x1557('0x2')];_0x48785a[_0x1557('0x4')][_0x1557('0x0')](_0x1557('0x1'))&&_0x48785a['plugins'][_0x1557('0x0')]('TrackChangesEditing')['enableCommand'](_0x1557('0x1'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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'];}
23
+ const _0x4ed0=['*Format:*\x20%0','from','getSelectedBlocks','config','isLimit','enableCommand','*Remove\x20format:*\x20%0','get','schema','find','value','commands','ELEMENT_CODE_BLOCK','language','CodeBlock','_descriptionFactory','filter','formatBlock','checkChild','commandParams','forceValue','codeBlock','document','blockName','registerElementLabel','editor','plugins','afterInit','commandName','model','outdentCodeBlock','locale','TrackChangesEditing','languages','registerDescriptionCallback','has','format','indentCodeBlock','markBlockFormat'];(function(_0x12f015,_0x4ed0f3){const _0x5f57a5=function(_0x15abd3){while(--_0x15abd3){_0x12f015['push'](_0x12f015['shift']());}};_0x5f57a5(++_0x4ed0f3);}(_0x4ed0,0xb3));const _0x5f57=function(_0x12f015,_0x4ed0f3){_0x12f015=_0x12f015-0x0;let _0x5f57a5=_0x4ed0[_0x12f015];return _0x5f57a5;};import{Plugin as _0x46d262}from'ckeditor5/src/core';import{getTranslation as _0x3d4618}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x43b4cb}from'../utils/utils';export default class O extends _0x46d262{[_0x5f57('0x4')](){const _0x38c82d=this[_0x5f57('0x2')];if(!_0x38c82d[_0x5f57('0x3')][_0x5f57('0xc')](_0x5f57('0x1e')))return;const _0x4dda47=_0x38c82d[_0x5f57('0x3')]['get'](_0x5f57('0x9')),_0x310a14=_0x38c82d[_0x5f57('0x8')],_0xe3bcfa=_0x38c82d[_0x5f57('0x13')][_0x5f57('0x17')](_0x5f57('0x25'))[_0x5f57('0xa')],_0x2f53d3=_0x38c82d[_0x5f57('0x1b')][_0x5f57('0x17')](_0x5f57('0x25'));_0x4dda47[_0x5f57('0x15')](_0x5f57('0xe')),_0x4dda47[_0x5f57('0x15')](_0x5f57('0x7')),_0x4dda47[_0x5f57('0x15')](_0x5f57('0x25'),(_0x5f04a9,_0xac6ac9={})=>{const _0x2c703b=_0x38c82d[_0x5f57('0x6')],_0x2393ef=_0x38c82d[_0x5f57('0x6')][_0x5f57('0x26')]['selection'],_0x1b2b1c=_0xac6ac9&&void 0x0!==_0xac6ac9['forceValue']?_0xac6ac9[_0x5f57('0x24')]:!_0x2f53d3[_0x5f57('0x1a')];let _0x12779a;_0xac6ac9['language']||(_0xac6ac9[_0x5f57('0x1d')]=_0xe3bcfa[0x0][_0x5f57('0x1d')]),_0x12779a=_0x1b2b1c?Array[_0x5f57('0x11')](_0x2393ef['getSelectedBlocks']())[_0x5f57('0x20')](_0x276c65=>oo(_0x276c65)||function(_0x39adba,_0x22cb04){if(_0x39adba['is']('rootElement')||_0x22cb04[_0x5f57('0x14')](_0x39adba))return!0x1;return _0x22cb04[_0x5f57('0x22')](_0x39adba['parent'],_0x5f57('0x25'));}(_0x276c65,_0x2c703b[_0x5f57('0x18')])):Array[_0x5f57('0x11')](_0x2393ef[_0x5f57('0x12')]())[_0x5f57('0x20')](_0x3c15e3=>oo(_0x3c15e3));const _0x17edfb=_0x43b4cb(_0x12779a,_0x2c703b);_0x2c703b['change'](()=>{for(const _0x58f783 of _0x17edfb)_0x4dda47[_0x5f57('0xf')](_0x58f783,{'commandName':_0x5f57('0x25'),'commandParams':[{..._0xac6ac9,'forceValue':_0x1b2b1c}],'formatGroupId':_0x5f57('0x0')});});}),(_0x4dda47['_descriptionFactory'][_0x5f57('0x1')]('codeBlock',_0x3cd6c5=>_0x3d4618(_0x310a14,'ELEMENT_CODE_BLOCK',_0x3cd6c5)),_0x4dda47[_0x5f57('0x1f')][_0x5f57('0xb')](_0x35dd11=>{const _0x50cfb7=_0x310a14['t'],{type:_0xce7639,data:_0x5cfb52}=_0x35dd11;if(_0x5f57('0x21')==_0xce7639&&_0x5cfb52&&'codeBlock'==_0x5cfb52[_0x5f57('0x5')]){const _0x3b1c6f=_0x5cfb52[_0x5f57('0x23')][0x0][_0x5f57('0x1d')],_0x9b6ec5=_0x50cfb7(_0xe3bcfa[_0x5f57('0x19')](_0x115b1e=>_0x115b1e[_0x5f57('0x1d')]===_0x3b1c6f)['label']);return _0x5cfb52[_0x5f57('0x23')][0x0][_0x5f57('0x24')]?{'type':'format','content':_0x3d4618(_0x310a14,_0x5f57('0x10'),_0x3d4618(_0x310a14,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x9b6ec5+')')}:{'type':_0x5f57('0xd'),'content':_0x3d4618(_0x310a14,_0x5f57('0x16'),_0x3d4618(_0x310a14,_0x5f57('0x1c'),0x1))};}}));}}function oo(_0x1a5b7a){return _0x5f57('0x25')==_0x1a5b7a['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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');}}
23
+ const _0x1326=['enableCommand','TrackChangesEditing','addCommentThread','CommentsEditing','has','afterInit','editor','plugins'];(function(_0x284f0d,_0x1326c2){const _0x152fcc=function(_0x24d470){while(--_0x24d470){_0x284f0d['push'](_0x284f0d['shift']());}};_0x152fcc(++_0x1326c2);}(_0x1326,0x10d));const _0x152f=function(_0x284f0d,_0x1326c2){_0x284f0d=_0x284f0d-0x0;let _0x152fcc=_0x1326[_0x284f0d];return _0x152fcc;};import{Plugin as _0x187ab0}from'ckeditor5/src/core';export default class F extends _0x187ab0{[_0x152f('0x0')](){const _0x446f73=this[_0x152f('0x1')];if(!_0x446f73[_0x152f('0x2')][_0x152f('0x7')](_0x152f('0x6')))return;_0x446f73[_0x152f('0x2')]['get'](_0x152f('0x4'))[_0x152f('0x3')](_0x152f('0x5'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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')});}}
23
+ const _0x29df=['TrackChangesEditing','getFirstRange','remove','mapper','unbindElementFromMarkerName','addMarker:suggestion:deletion','document','model','markerNameToElements','init','editing','fromRange','end','createRange','unlock','selection','enableCommand','batch','showSuggestionHighlights','delete','modifySelection','forward','downcastDispatcher','merge','buffer','writer','data','removeMarker:suggestion:deletion','setSelection','$graveyard','unit','enqueueChange','high','markerName','plugins','root','deleteForward','requires','lock','start','commands','createSelection'];(function(_0x4bf4d6,_0x29dfe8){const _0x182f3b=function(_0x18f293){while(--_0x18f293){_0x4bf4d6['push'](_0x4bf4d6['shift']());}};_0x182f3b(++_0x29dfe8);}(_0x29df,0x1a3));const _0x182f=function(_0x4bf4d6,_0x29dfe8){_0x4bf4d6=_0x4bf4d6-0x0;let _0x182f3b=_0x29df[_0x4bf4d6];return _0x182f3b;};import{Plugin as _0x3fe8ec}from'ckeditor5/src/core';import{LiveRange as _0x2b1c4c}from'ckeditor5/src/engine';import{Delete as _0x2ccf39}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0xb56c8f}from'./utils';export default class G extends _0x3fe8ec{static get[_0x182f('0x26')](){return[_0x2ccf39];}[_0x182f('0xa')](){const _0x2b7530=this['editor'],_0x173a4e=_0x2b7530[_0x182f('0x23')]['get'](_0x182f('0x1'));_0x173a4e['enableCommand'](_0x182f('0x14'));const _0x3fa4c6=_0x2b7530[_0x182f('0x29')]['get'](_0x182f('0x25'));_0x173a4e[_0x182f('0x11')](_0x182f('0x25'),(_0x188f5e,_0x3ca551={})=>{const _0x4cc7e1=_0x2b7530['model'][_0x182f('0x0')](_0x2b7530[_0x182f('0x8')][_0x182f('0x7')][_0x182f('0x10')]);_0x4cc7e1['isCollapsed']&&_0x2b7530[_0x182f('0x8')][_0x182f('0x15')](_0x4cc7e1,{'direction':_0x182f('0x16'),'unit':_0x3ca551[_0x182f('0x1f')]});const _0x538dbf=_0x4cc7e1[_0x182f('0x2')](),_0xba1d98=_0x2b1c4c[_0x182f('0xc')](_0x538dbf);let _0x262b82;_0x188f5e(_0x3ca551),_0x262b82=_0x182f('0x1e')==_0xba1d98[_0x182f('0x24')]['rootName']?_0x2b7530['model']['createRange'](_0x538dbf['start']):_0x2b7530[_0x182f('0x8')][_0x182f('0xe')](_0xba1d98[_0x182f('0x28')],_0xba1d98[_0x182f('0xd')]),_0xba1d98['detach'](),_0x2b7530[_0x182f('0x8')][_0x182f('0x20')](_0x3fa4c6['buffer'][_0x182f('0x12')],_0x17fddb=>{_0x3fa4c6[_0x182f('0x19')][_0x182f('0x27')](),_0x17fddb[_0x182f('0x1d')](_0x17fddb[_0x182f('0xe')](_0x262b82[_0x182f('0xd')])),_0x3fa4c6['buffer'][_0x182f('0xf')]();});}),_0x2b7530[_0x182f('0xb')]['downcastDispatcher']['on'](_0x182f('0x6'),_0xb56c8f(_0x2b7530,'merge'),{'priority':_0x182f('0x21')}),_0x2b7530[_0x182f('0x1b')][_0x182f('0x17')]['on']('addMarker:suggestion:deletion',(_0xf65f6d,_0x1b75b1,_0x5b8ef1)=>{_0x5b8ef1['options'][_0x182f('0x13')]&&_0xb56c8f(_0x2b7530,_0x182f('0x18'),{'showActiveMarker':!0x1})['bind'](this)(_0xf65f6d,_0x1b75b1,_0x5b8ef1);},{'priority':_0x182f('0x21')}),_0x2b7530['editing'][_0x182f('0x17')]['on'](_0x182f('0x1c'),(_0x4dcdc1,_0x4a482c,_0x4c9075)=>{const _0x317bc8=_0x4c9075[_0x182f('0x4')][_0x182f('0x9')](_0x4a482c[_0x182f('0x22')]);if(_0x317bc8)for(const _0x112bc8 of _0x317bc8)_0x112bc8['is']('uiElement')&&(_0x4c9075[_0x182f('0x4')][_0x182f('0x5')](_0x112bc8,_0x4a482c[_0x182f('0x22')]),_0x4c9075[_0x182f('0x1a')][_0x182f('0x3')](_0x112bc8));},{'priority':_0x182f('0x21')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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')]();});});}}
23
+ const _0x41fc=['*Change\x20to:*\x20%0','after','mergeListItemForward','ELEMENT_LIST_ITEM','splitListItemBefore','value','model','execute','parent','listIndent','map','registerCustomCallback','_descriptionFactory','has','format','deletion','slice','commandParams','expandListBlocksToCompleteList','*Format:*\x20remove\x20from\x20%0','createRange','createPositionAt','nextSibling','next','editor','hasAttribute','documentList','getFirstRange','numberedList','*Indent:*\x20%0','toUpperCase','*Merge:*\x20%0','*Outdent:*\x20%0','get','ELEMENT_BULLETED_LIST','schema','afterInit','selection','mergeListItemBackward','splitListItemAfter','DocumentListEditing','plugins','markMultiRangeBlockFormat','listType','add','getSelectedBlocks','containsItem','length','_LIST','from','before','listItemId','start','setSelection','indentList','isFirstBlockOfListItem','ELEMENT_','end','commands','change','locale','registerElementLabel','getAttribute','refresh','multipleBlocks','bulletedList','enableCommand','*Format:*\x20insert\x20into\x20%0','forceValue','push','accept','formatBlock','document','markBlockFormat','nodeAfter','detach','commandName','DocumentListUtils','isObject'];(function(_0x484425,_0x41fc3b){const _0x2ce2e7=function(_0x14fdfc){while(--_0x14fdfc){_0x484425['push'](_0x484425['shift']());}};_0x2ce2e7(++_0x41fc3b);}(_0x41fc,0x193));const _0x2ce2=function(_0x484425,_0x41fc3b){_0x484425=_0x484425-0x0;let _0x2ce2e7=_0x41fc[_0x484425];return _0x2ce2e7;};import{Plugin as _0x23a81d}from'ckeditor5/src/core';import{getTranslation as _0x39b779}from'../utils/common-translations';import{LiveRange as _0x50d1a7}from'ckeditor5/src/engine';export default class L extends _0x23a81d{[_0x2ce2('0x1c')](){const _0xc0a849=this[_0x2ce2('0x10')];if(!_0xc0a849[_0x2ce2('0x21')][_0x2ce2('0x5')](_0x2ce2('0x20')))return;const _0x5f1647=_0xc0a849[_0x2ce2('0x34')],_0x4ee244=_0xc0a849[_0x2ce2('0x21')][_0x2ce2('0x19')]('TrackChangesEditing'),_0x2256d5=_0xc0a849[_0x2ce2('0x21')]['get'](_0x2ce2('0x45'));function _0x40cd07(_0x22088d){return()=>{const _0x1d2ef5=_0xc0a849['commands'][_0x2ce2('0x19')](_0x22088d);let _0xe357d8=Array[_0x2ce2('0x29')](_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x40')][_0x2ce2('0x1d')]['getSelectedBlocks']());if(_0x51c109(_0x22088d)){_0xe357d8=_0x2256d5[_0x2ce2('0xa')](_0xe357d8);const _0x42236f=[];for(const _0x597c2d of _0xe357d8)_0x2256d5[_0x2ce2('0x2f')](_0x597c2d)&&_0x42236f[_0x2ce2('0x3d')](_0x597c2d);_0xe357d8=_0x42236f;}_0xc0a849['model'][_0x2ce2('0x33')](()=>{_0x4ee244[_0x2ce2('0x22')](_0xe357d8,{'commandName':_0x22088d,'commandParams':[{'forceValue':!_0x1d2ef5[_0x2ce2('0x4c')]}],'formatGroupId':_0x2ce2('0x23')},[],_0x2ce2('0x12'));});};}function _0x389494(_0x30e139){return()=>{const _0x3c1c29=function(_0x2e2b58){let _0x388481=Array[_0x2ce2('0x29')](_0x2e2b58);const _0x5cf485=_0x388481['findIndex'](_0x186845=>!_0x186845[_0x2ce2('0x11')](_0x2ce2('0x2b')));return _0x5cf485>-0x1&&(_0x388481=_0x388481[_0x2ce2('0x8')](0x0,_0x5cf485)),_0x388481;}(_0xc0a849['model'][_0x2ce2('0x40')]['selection'][_0x2ce2('0x25')]()),_0x3a0d3d=_0x3c1c29[_0x3c1c29[_0x2ce2('0x27')]-0x1],_0x30f152=_0xc0a849['model'][_0x2ce2('0x1b')][_0x2ce2('0x46')](_0x3a0d3d)?_0x2ce2('0x48'):_0x2ce2('0x31'),_0x4ba7d7=_0xc0a849['model'][_0x2ce2('0xc')](_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0x3c1c29[0x0],_0x2ce2('0x2a')),_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0x3a0d3d,_0x30f152));_0xc0a849['model'][_0x2ce2('0x33')](()=>{_0x4ee244[_0x2ce2('0x41')](_0x4ba7d7,{'commandName':_0x30e139,'commandParams':[],'formatGroupId':_0x2ce2('0x23')},function(_0x2b12a7){const _0x54319e=new Set();for(const _0x5a40e8 of _0x2b12a7){let _0x225e7c=_0x5a40e8[_0x2ce2('0xe')];for(;_0x225e7c&&_0x225e7c[_0x2ce2('0x36')](_0x2ce2('0x1'))>_0x5a40e8[_0x2ce2('0x36')](_0x2ce2('0x1'));)_0x54319e[_0x2ce2('0x24')](_0x225e7c),_0x225e7c=_0x225e7c[_0x2ce2('0xe')];}return Array['from'](_0x54319e);}(_0x3c1c29));});};}function _0x450ef0(_0x5f29cd){return()=>{const _0xd80fba=_0xc0a849['model'][_0x2ce2('0x40')][_0x2ce2('0x1d')][_0x2ce2('0x25')]()[_0x2ce2('0xf')]()['value'],_0x4ec0c9=_0xc0a849['model'][_0x2ce2('0xd')](_0xd80fba,_0x2ce2('0x2a')),_0x8b7ed7=_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0xd80fba,0x0),_0x559191=_0xc0a849[_0x2ce2('0x4d')]['createRange'](_0x4ec0c9,_0x8b7ed7);_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x33')](()=>{_0x4ee244[_0x2ce2('0x41')](_0x559191,{'commandName':_0x5f29cd,'commandParams':[],'formatGroupId':_0x2ce2('0x23')});});};}function _0x51c109(_0x33a599){const _0xad86f4=_0xc0a849[_0x2ce2('0x32')]['get']('bulletedList')['value'],_0x19b1f7=_0xc0a849['commands'][_0x2ce2('0x19')](_0x2ce2('0x14'))[_0x2ce2('0x4c')];return _0x2ce2('0x14')===_0x33a599?_0xad86f4:_0x19b1f7;}_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x14'),_0x40cd07(_0x2ce2('0x14'))),_0x4ee244['enableCommand'](_0x2ce2('0x39'),_0x40cd07(_0x2ce2('0x39'))),_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x2e'),_0x389494(_0x2ce2('0x2e'))),_0x4ee244[_0x2ce2('0x3a')]('outdentList',_0x389494('outdentList')),_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x1f'),_0x450ef0(_0x2ce2('0x1f'))),_0x4ee244[_0x2ce2('0x3a')](_0x2ce2('0x4b'),_0x450ef0(_0x2ce2('0x4b'))),_0x4ee244[_0x2ce2('0x4')][_0x2ce2('0x35')](function(_0x46dd5b){const _0x5d955b=!_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x1b')][_0x2ce2('0x46')](_0x46dd5b),_0x14f24c=_0x46dd5b['previousSibling'],_0x23003c=_0x46dd5b[_0x2ce2('0xe')],_0x287557=_0x46dd5b[_0x2ce2('0x36')](_0x2ce2('0x2b')),_0x4a50c=!_0x14f24c||_0x14f24c[_0x2ce2('0x36')](_0x2ce2('0x2b'))!==_0x287557,_0xa15bd8=!_0x23003c||_0x23003c[_0x2ce2('0x36')](_0x2ce2('0x2b'))!==_0x287557;return _0x5d955b&&Boolean(_0x287557)&&_0x4a50c&&_0xa15bd8;},_0x405d58=>_0x39b779(_0x5f1647,_0x2ce2('0x4a'),_0x405d58)),_0x4ee244['_descriptionFactory']['registerDescriptionCallback'](function(_0x571efd){const {data:_0xe241a6}=_0x571efd;if(!_0xe241a6)return;let _0x480791,_0x5b8d7e,_0xcc4ab8,_0x13cd66;switch(_0xe241a6[_0x2ce2('0x44')]){case _0x2ce2('0x39'):_0xcc4ab8=_0xe241a6[_0x2ce2('0x9')][0x0][_0x2ce2('0x3c')],_0x13cd66=_0x51c109(_0xe241a6['commandName']),_0x480791=_0xcc4ab8?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',_0x13cd66&&(_0x480791=_0x2ce2('0x47')),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,_0x2ce2('0x1a')))};break;case _0x2ce2('0x14'):_0xcc4ab8=_0xe241a6[_0x2ce2('0x9')][0x0][_0x2ce2('0x3c')],_0x13cd66=_0x51c109(_0xe241a6[_0x2ce2('0x44')]),_0x480791=_0xcc4ab8?_0x2ce2('0x3b'):_0x2ce2('0xb'),_0x13cd66&&(_0x480791=_0x2ce2('0x47')),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,'ELEMENT_NUMBERED_LIST'))};break;case _0x2ce2('0x2e'):_0x480791=_0x2ce2('0x15'),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,_0x2ce2('0x4a')))};break;case'outdentList':_0x480791=function(_0x232f87){const _0x3611da=_0x232f87[_0x2ce2('0x13')]();let _0x508384=_0x3611da[_0x2ce2('0x2c')][_0x2ce2('0x42')];for(;_0x508384&&_0x3611da[_0x2ce2('0x26')](_0x508384);){if(_0x508384[_0x2ce2('0x36')](_0x2ce2('0x1'))>0x0)return!0x1;_0x508384=_0x508384[_0x2ce2('0xe')];}return!0x0;}(_0x571efd)?_0x39b779(_0x5f1647,_0x2ce2('0xb'),_0x39b779(_0x5f1647,function(_0x569d95){const _0x2d8762=_0x569d95[_0x2ce2('0x13')]()[_0x2ce2('0x2c')]['nodeAfter'];return _0x2ce2('0x30')+_0x2d8762[_0x2ce2('0x36')]('listType')[_0x2ce2('0x16')]()+_0x2ce2('0x28');}(_0x571efd))):_0x39b779(_0x5f1647,_0x2ce2('0x18'),_0x39b779(_0x5f1647,_0x2ce2('0x4a'))),_0x5b8d7e={'type':_0x2ce2('0x6'),'content':_0x480791};break;case _0x2ce2('0x1e'):case _0x2ce2('0x49'):!0x1===_0xe241a6[_0x2ce2('0x38')]&&(_0x480791=_0x2ce2('0x17'),_0x5b8d7e={'type':_0x2ce2('0x7'),'content':_0x39b779(_0x5f1647,_0x480791,_0x39b779(_0x5f1647,'ELEMENT_LIST_ITEM'))});}return _0x5b8d7e;}),_0x4ee244['_suggestionFactory'][_0x2ce2('0x3')](_0x2ce2('0x3f'),_0x2ce2('0x12'),_0x2ce2('0x3e'),function(_0x59ea87,_0x8551fc){const _0x587fcd=[];for(let _0x152d7a of _0x59ea87)_0x152d7a[_0x2ce2('0x2c')][_0x2ce2('0x42')]===_0x152d7a[_0x2ce2('0x31')][_0x2ce2('0x0')]&&(_0x152d7a=_0xc0a849['model'][_0x2ce2('0xc')](_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0xd')](_0x152d7a[_0x2ce2('0x2c')][_0x2ce2('0x42')],0x0))),_0x587fcd[_0x2ce2('0x3d')](_0x152d7a);_0xc0a849['model'][_0x2ce2('0x33')](_0x1f98dc=>{const _0x515884=_0xc0a849[_0x2ce2('0x4d')][_0x2ce2('0x40')][_0x2ce2('0x1d')],_0x2a67c3=Array[_0x2ce2('0x29')](_0x515884['getRanges']())[_0x2ce2('0x2')](_0x56b8b4=>_0x50d1a7['fromRange'](_0x56b8b4));_0x1f98dc[_0x2ce2('0x2d')](_0x587fcd),_0xc0a849['commands'][_0x2ce2('0x19')](_0x8551fc[_0x2ce2('0x44')])[_0x2ce2('0x37')](),_0x8551fc[_0x2ce2('0x9')][_0x2ce2('0x3d')]({'forceDefaultExecution':!0x0}),_0xc0a849[_0x2ce2('0x4e')](_0x8551fc['commandName'],..._0x8551fc[_0x2ce2('0x9')]),_0x1f98dc[_0x2ce2('0x2d')](_0x2a67c3);for(const _0x289cd3 of _0x2a67c3)_0x289cd3[_0x2ce2('0x43')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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,'_');}}
23
+ const _0x2406=['length','DocumentListUtils','_getSuggestionBlocksForListStyle','TrackChangesEditing','DocumentListPropertiesUtils','isFirstBlockOfListItem','from','list.properties','change','isListItemBlock','get','push','ELEMENT_','afterInit','listStart','*Format:*\x20set\x20order\x20to\x20regular','commandName','*Format:*\x20set\x20order\x20to\x20reversed','expandListBlocksToCompleteList','config','_getSuggestionBlocks','styles','editor','has','startIndex','listType','handleListReversedCommand','listStyle','type','markMultiRangeBlockFormat','format','_descriptionFactory','bind','getSelectedBlocks','getAttribute','model','toUpperCase','_getTranslationKeyForListStyle','handleListStyleCommand','reversed','locale','selection','*Format:*\x20set\x20start\x20index\x20to\x20%0','commandParams','replace','registerDescriptionCallback','enableCommand','handleListStartCommand','plugins','document','handleDescriptions','filter','listReversed'];(function(_0x3ca1d4,_0x240609){const _0x34526e=function(_0x3f35cb){while(--_0x3f35cb){_0x3ca1d4['push'](_0x3ca1d4['shift']());}};_0x34526e(++_0x240609);}(_0x2406,0x162));const _0x3452=function(_0x3ca1d4,_0x240609){_0x3ca1d4=_0x3ca1d4-0x0;let _0x34526e=_0x2406[_0x3ca1d4];return _0x34526e;};import{Plugin as _0x1f5205}from'ckeditor5/src/core';import{getTranslation as _0x55440d}from'../utils/common-translations';export default class At extends _0x1f5205{[_0x3452('0x1e')](){if(!this[_0x3452('0x27')]['plugins'][_0x3452('0x28')]('DocumentListPropertiesEditing'))return;const _0x2d6e86=this[_0x3452('0x27')][_0x3452('0x24')][_0x3452('0x1b')](_0x3452('0x18')),_0x1bbf3d=this[_0x3452('0x27')][_0x3452('0xc')][_0x3452('0x1b')](_0x3452('0x14'));_0x2d6e86[_0x3452('0x26')]&&_0x1bbf3d[_0x3452('0xa')](_0x3452('0x2c'),this[_0x3452('0x2')][_0x3452('0x31')](this)),_0x2d6e86['reversed']&&_0x1bbf3d[_0x3452('0xa')](_0x3452('0x10'),this[_0x3452('0x2b')][_0x3452('0x31')](this)),_0x2d6e86[_0x3452('0x29')]&&_0x1bbf3d[_0x3452('0xa')](_0x3452('0x1f'),this[_0x3452('0xb')]['bind'](this)),_0x1bbf3d[_0x3452('0x30')][_0x3452('0x9')](this[_0x3452('0xe')][_0x3452('0x31')](this));}[_0x3452('0x2')](_0x49c3bb,_0x4b4af4={}){const _0x59aa53=this[_0x3452('0x27')][_0x3452('0xc')][_0x3452('0x1b')](_0x3452('0x14')),_0x38a0e4=this['_getSuggestionBlocksForListStyle']();this['editor']['model'][_0x3452('0x19')](()=>{_0x59aa53[_0x3452('0x2e')](_0x38a0e4,{'commandName':_0x3452('0x2c'),'commandParams':[{'type':_0x4b4af4[_0x3452('0x2d')]}],'formatGroupId':_0x3452('0x2c')});});}[_0x3452('0x2b')](_0x8df1e9,_0x4c04bb={}){const _0x2d2a95=this['editor'][_0x3452('0xc')][_0x3452('0x1b')]('TrackChangesEditing'),_0x523f2f=this[_0x3452('0x27')]['plugins'][_0x3452('0x1b')](_0x3452('0x12')),_0x475383=this[_0x3452('0x25')](_0x5c8b7b=>_0x523f2f[_0x3452('0x1a')](_0x5c8b7b)&&'numbered'===_0x5c8b7b['getAttribute']('listType'));null!==_0x475383&&this['editor'][_0x3452('0x34')][_0x3452('0x19')](()=>{_0x2d2a95['markMultiRangeBlockFormat'](_0x475383,{'commandName':_0x3452('0x10'),'commandParams':[{'reversed':_0x4c04bb[_0x3452('0x3')]}],'formatGroupId':'listReversed'});});}[_0x3452('0xb')](_0x183f79,_0x85f24a={}){const _0x557b70=this[_0x3452('0x27')][_0x3452('0xc')]['get'](_0x3452('0x14')),_0x4b89e6=this[_0x3452('0x27')]['plugins'][_0x3452('0x1b')](_0x3452('0x12')),_0x52bdbb=this[_0x3452('0x25')](_0x965440=>_0x4b89e6[_0x3452('0x1a')](_0x965440)&&'numbered'===_0x965440[_0x3452('0x33')](_0x3452('0x2a')));null!==_0x52bdbb&&this['editor'][_0x3452('0x34')][_0x3452('0x19')](()=>{_0x557b70[_0x3452('0x2e')](_0x52bdbb,{'commandName':'listStart','commandParams':[{'startIndex':_0x85f24a[_0x3452('0x29')]}],'formatGroupId':_0x3452('0x1f')});});}[_0x3452('0xe')](_0x2765ba){const _0x3d886b=this[_0x3452('0x27')][_0x3452('0x4')],{data:_0x2e0f1a}=_0x2765ba;if(!_0x2e0f1a)return;let _0x32ab18,_0x428a56;switch(_0x2e0f1a[_0x3452('0x21')]){case _0x3452('0x2c'):_0x32ab18='*Change\x20to:*\x20%0',_0x428a56={'type':_0x3452('0x2f'),'content':_0x55440d(_0x3d886b,_0x32ab18,_0x55440d(_0x3d886b,this[_0x3452('0x1')](_0x2e0f1a['commandParams'][0x0][_0x3452('0x2d')])))};break;case _0x3452('0x10'):_0x32ab18=_0x2e0f1a['commandParams'][0x0][_0x3452('0x3')]?_0x3452('0x22'):_0x3452('0x20'),_0x428a56={'type':_0x3452('0x2f'),'content':_0x55440d(_0x3d886b,_0x32ab18)};break;case _0x3452('0x1f'):_0x32ab18=_0x3452('0x6'),_0x428a56={'type':_0x3452('0x2f'),'content':_0x55440d(_0x3d886b,_0x32ab18,_0x2e0f1a[_0x3452('0x7')][0x0]['startIndex'])};}return _0x428a56;}[_0x3452('0x13')](){const _0x32afac=this[_0x3452('0x27')][_0x3452('0xc')]['get'](_0x3452('0x12'));let _0x6e6af4=Array['from'](this[_0x3452('0x27')]['model'][_0x3452('0xd')][_0x3452('0x5')][_0x3452('0x32')]());return _0x6e6af4[_0x3452('0x1c')](..._0x32afac[_0x3452('0x23')](_0x6e6af4)),_0x6e6af4=[...new Set(_0x6e6af4)],_0x6e6af4;}['_getSuggestionBlocks'](_0x23dfb3){const _0x1e3f72=this['editor'][_0x3452('0xc')][_0x3452('0x1b')](_0x3452('0x12'));let _0x4ac931=Array[_0x3452('0x17')](this[_0x3452('0x27')][_0x3452('0x34')][_0x3452('0xd')][_0x3452('0x5')][_0x3452('0x32')]())[_0x3452('0xf')](_0x23dfb3);if(!_0x4ac931[_0x3452('0x11')])return null;_0x4ac931=_0x1e3f72['expandListBlocksToCompleteList'](_0x4ac931);const _0x4e1ef8=[];for(const _0x258f0d of _0x4ac931)_0x1e3f72[_0x3452('0x16')](_0x258f0d)&&_0x4e1ef8[_0x3452('0x1c')](_0x258f0d);return _0x4e1ef8;}[_0x3452('0x1')](_0x5e1573){return _0x3452('0x1d')+this[_0x3452('0x27')]['plugins'][_0x3452('0x1b')](_0x3452('0x15'))['getListTypeFromListStyleType'](_0x5e1573)[_0x3452('0x0')]()+'_LIST_'+_0x5e1573[_0x3452('0x0')]()[_0x3452('0x8')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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')});}}
23
+ const _0x1be7=['commands','enter','detach','enableCommand','addMarker:suggestion:insertion','createRange','markInsertion','getFirstPosition','downcastDispatcher','change','createPositionAt','init','bind','fire','editing','mapper','writer','nextSibling','enterBlock','editor','remove','markerName','requires','unbindElementFromMarkerName','split','options','ck-suggestion-marker-split','TrackChangesEditing','selection','getFirstRange','document','model','high','fromRange','get'];(function(_0x44fcce,_0x1be7c5){const _0x1da45b=function(_0x3e7a70){while(--_0x3e7a70){_0x44fcce['push'](_0x44fcce['shift']());}};_0x1da45b(++_0x1be7c5);}(_0x1be7,0x186));const _0x1da4=function(_0x44fcce,_0x1be7c5){_0x44fcce=_0x44fcce-0x0;let _0x1da45b=_0x1be7[_0x44fcce];return _0x1da45b;};import{Plugin as _0x1dff9b}from'ckeditor5/src/core';import{Enter as _0x5cda93}from'ckeditor5/src/enter';import{LiveRange as _0x4b9ed0}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x2bef05}from'./utils';export default class q extends _0x1dff9b{static get[_0x1da4('0x11')](){return[_0x5cda93];}[_0x1da4('0x6')](){const _0x16397b=this[_0x1da4('0xe')],_0x58399c=_0x16397b['plugins'][_0x1da4('0x1d')](_0x1da4('0x16')),_0x4a0df4=_0x16397b[_0x1da4('0x1e')][_0x1da4('0x1d')](_0x1da4('0x1f'));_0x58399c[_0x1da4('0x21')]('enter',()=>{_0x16397b['model'][_0x1da4('0x4')](_0x34c854=>{const _0x16a23d=_0x16397b[_0x1da4('0x1a')][_0x1da4('0x19')][_0x1da4('0x17')],_0xc0e54=_0x16a23d[_0x1da4('0x2')](),_0x53612c=_0x4b9ed0[_0x1da4('0x1c')](_0x16a23d[_0x1da4('0x18')]());if(_0x4a0df4[_0x1da4('0xd')](_0x34c854)){const _0xe61cd4=_0x16397b['model'][_0x1da4('0x5')](_0xc0e54['parent'][_0x1da4('0xc')],0x0),_0x1a63e2=_0x34c854[_0x1da4('0x0')](_0xc0e54,_0xe61cd4);_0x58399c[_0x1da4('0x1')](_0x1a63e2);}else _0x34c854['setSelection'](_0x34c854['createRange'](_0x53612c['end']));_0x53612c[_0x1da4('0x20')](),_0x4a0df4[_0x1da4('0x8')]('afterExecute',{'writer':_0x34c854});});}),_0x16397b[_0x1da4('0x9')][_0x1da4('0x3')]['on']('addMarker:suggestion:insertion',_0x2bef05(_0x16397b,_0x1da4('0x13')),{'priority':_0x1da4('0x1b')}),_0x16397b['editing'][_0x1da4('0x3')]['on']('removeMarker:suggestion:insertion',(_0x3f4ec4,_0x2759c0,_0x5b065c)=>{const _0x2ed765=_0x5b065c[_0x1da4('0xa')]['markerNameToElements'](_0x2759c0[_0x1da4('0x10')]);if(_0x2ed765)for(const _0x14e4c0 of _0x2ed765)_0x14e4c0['hasClass'](_0x1da4('0x15'))&&(_0x5b065c[_0x1da4('0xa')][_0x1da4('0x12')](_0x14e4c0,_0x2759c0['markerName']),_0x5b065c[_0x1da4('0xb')][_0x1da4('0xf')](_0x14e4c0));},{'priority':'high'}),_0x16397b['data'][_0x1da4('0x3')]['on'](_0x1da4('0x22'),(_0x53c86e,_0x4ab0d1,_0x4827fd)=>{_0x4827fd[_0x1da4('0x14')]['showSuggestionHighlights']&&_0x2bef05(_0x16397b,_0x1da4('0x13'),{'showActiveMarker':!0x1})[_0x1da4('0x7')](this)(_0x53c86e,_0x4ab0d1,_0x4827fd);},{'priority':_0x1da4('0x1b')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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;}}
23
+ const _0x5e59=['findByTextCallback','find','FindAndReplaceEditing','enableCommand','editor','plugins','TrackChangesEditing','getMarkersGroup','_isInDeletionRange','findNext','getIntersection','createRange','bind','afterInit','filter','suggestion:deletion','has','getRange','string','replaceAll','model'];(function(_0x3abf34,_0x5e590e){const _0x161a14=function(_0x4a40a9){while(--_0x4a40a9){_0x3abf34['push'](_0x3abf34['shift']());}};_0x161a14(++_0x5e590e);}(_0x5e59,0x15b));const _0x161a=function(_0x3abf34,_0x5e590e){_0x3abf34=_0x3abf34-0x0;let _0x161a14=_0x5e59[_0x3abf34];return _0x161a14;};import{Plugin as _0x3d64e3}from'ckeditor5/src/core';export default class z extends _0x3d64e3{[_0x161a('0x2')](){if(!this[_0x161a('0xe')][_0x161a('0xf')][_0x161a('0x5')](_0x161a('0xc')))return;const _0xa001b1=this[_0x161a('0xe')]['plugins']['get'](_0x161a('0x10'));_0xa001b1[_0x161a('0xd')](_0x161a('0xb'),this['handleFindCommand'][_0x161a('0x1')](this)),_0xa001b1['enableCommand'](_0x161a('0x13')),_0xa001b1[_0x161a('0xd')]('findPrevious'),_0xa001b1[_0x161a('0xd')]('replace'),_0xa001b1[_0x161a('0xd')](_0x161a('0x8'));}['handleFindCommand'](_0x814032,_0x34a51b,_0x3ecefa={}){const _0x55941f=this[_0x161a('0xe')]['plugins']['get']('FindAndReplaceUtils');void 0x0!==_0x3ecefa&&_0x814032(_0x45c708=>(_0x161a('0x7')==typeof _0x34a51b?_0x55941f[_0x161a('0xa')](_0x34a51b,_0x3ecefa):_0x34a51b)(_0x45c708)[_0x161a('0x3')](_0x49a724=>!0x1===this[_0x161a('0x12')](_0x49a724,_0x45c708['item'])),_0x3ecefa);}['_isInDeletionRange'](_0x1d0e3e,_0x5cee4e){const _0x1744ee=this[_0x161a('0xe')][_0x161a('0x9')][_0x161a('0x0')](this[_0x161a('0xe')][_0x161a('0x9')]['createPositionAt'](_0x5cee4e,_0x1d0e3e['start']),this[_0x161a('0xe')][_0x161a('0x9')]['createPositionAt'](_0x5cee4e,_0x1d0e3e['end']));for(const _0x3df45b of this['editor'][_0x161a('0x9')]['markers'][_0x161a('0x11')](_0x161a('0x4')))if(null!==_0x1744ee[_0x161a('0x14')](_0x3df45b[_0x161a('0x6')]()))return!0x0;return!0x1;}}