@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230814.0 → 0.0.0-nightly-20230816.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-20230814.0",
3
+ "version": "0.0.0-nightly-20230816.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-20230814.0",
43
- "ckeditor5-collaboration": "0.0.0-nightly-20230814.0",
42
+ "ckeditor5": "0.0.0-nightly-20230816.0",
43
+ "ckeditor5-collaboration": "0.0.0-nightly-20230816.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 _0x275f=['getRanges','acceptSuggestion','TrackChangesEditing','editor','plugins','_suggestions','model','_isEnabledBasedOnSelection','canEditAt','isEnabled','execute','refresh'];(function(_0x41d676,_0x275f14){const _0x23da06=function(_0x376217){while(--_0x376217){_0x41d676['push'](_0x41d676['shift']());}};_0x23da06(++_0x275f14);}(_0x275f,0x178));const _0x23da=function(_0x41d676,_0x275f14){_0x41d676=_0x41d676-0x0;let _0x23da06=_0x275f[_0x41d676];return _0x23da06;};import{Command as _0x36231f}from'ckeditor5/src/core';import{CKEditorError as _0x3cd07e}from'ckeditor5/src/utils';export default class M extends _0x36231f{constructor(_0x93ecc,_0x13b4f5){super(_0x93ecc),this[_0x23da('0x1')]=_0x13b4f5,this[_0x23da('0x7')](),this[_0x23da('0x3')]=!0x1;}[_0x23da('0x7')](){this[_0x23da('0x5')]=!0x0;}[_0x23da('0x6')](_0x3db1a1){const _0x148a5f=this[_0x23da('0x1')]['get'](_0x3db1a1);if(!_0x148a5f)throw new _0x3cd07e('track-changes-accept-suggestion-not-found',this);const _0x107010=_0x148a5f[_0x23da('0x8')]();this[_0x23da('0xb')][_0x23da('0x2')][_0x23da('0x4')](_0x107010)&&this['editor'][_0x23da('0x0')]['get'](_0x23da('0xa'))[_0x23da('0x9')](_0x148a5f);}}
23
+ const _0x22eb=['get','plugins','model','TrackChangesEditing','_isEnabledBasedOnSelection','refresh','canEditAt','track-changes-accept-suggestion-not-found','execute','editor','getRanges','acceptSuggestion'];(function(_0x188383,_0x22eb7e){const _0x278bb7=function(_0x23fd08){while(--_0x23fd08){_0x188383['push'](_0x188383['shift']());}};_0x278bb7(++_0x22eb7e);}(_0x22eb,0x6a));const _0x278b=function(_0x188383,_0x22eb7e){_0x188383=_0x188383-0x0;let _0x278bb7=_0x22eb[_0x188383];return _0x278bb7;};import{Command as _0x5679fb}from'ckeditor5/src/core';import{CKEditorError as _0x5e9893}from'ckeditor5/src/utils';export default class M extends _0x5679fb{constructor(_0x11b9ae,_0x5f2969){super(_0x11b9ae),this['_suggestions']=_0x5f2969,this['refresh'](),this[_0x278b('0x6')]=!0x1;}[_0x278b('0x7')](){this['isEnabled']=!0x0;}[_0x278b('0xa')](_0x31b17a){const _0x41249d=this['_suggestions'][_0x278b('0x2')](_0x31b17a);if(!_0x41249d)throw new _0x5e9893(_0x278b('0x9'),this);const _0x2bbebd=_0x41249d[_0x278b('0x0')]();this[_0x278b('0xb')][_0x278b('0x4')][_0x278b('0x8')](_0x2bbebd)&&this['editor'][_0x278b('0x3')][_0x278b('0x2')](_0x278b('0x5'))[_0x278b('0x1')](_0x41249d);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1fad=['isEnabled','editor','TrackChangesEditing','execute','getRanges','get','_suggestions','model','track-changes-discard-suggestion-not-found','refresh','_isEnabledBasedOnSelection','canEditAt','discardSuggestion'];(function(_0x57001c,_0x1fad8d){const _0xc23be2=function(_0x19d7a3){while(--_0x19d7a3){_0x57001c['push'](_0x57001c['shift']());}};_0xc23be2(++_0x1fad8d);}(_0x1fad,0x1d1));const _0xc23b=function(_0x57001c,_0x1fad8d){_0x57001c=_0x57001c-0x0;let _0xc23be2=_0x1fad[_0x57001c];return _0xc23be2;};import{Command as _0x5958b0}from'ckeditor5/src/core';import{CKEditorError as _0x1eed89}from'ckeditor5/src/utils';export default class $ extends _0x5958b0{constructor(_0x1aef68,_0xe157e1){super(_0x1aef68),this[_0xc23b('0x9')]=_0xe157e1,this[_0xc23b('0xc')](),this[_0xc23b('0x0')]=!0x1;}[_0xc23b('0xc')](){this[_0xc23b('0x3')]=!0x0;}[_0xc23b('0x6')](_0x2549c4){const _0x460952=this['_suggestions'][_0xc23b('0x8')](_0x2549c4);if(!_0x460952)throw new _0x1eed89(_0xc23b('0xb'),this);const _0xe303eb=_0x460952[_0xc23b('0x7')]();this[_0xc23b('0x4')][_0xc23b('0xa')][_0xc23b('0x1')](_0xe303eb)&&this[_0xc23b('0x4')]['plugins'][_0xc23b('0x8')](_0xc23b('0x5'))[_0xc23b('0x2')](_0x460952);}}
23
+ const _0x470b=['getRanges','track-changes-discard-suggestion-not-found','_suggestions','execute','discardSuggestion','get','TrackChangesEditing','plugins','editor','_isEnabledBasedOnSelection','canEditAt','isEnabled'];(function(_0x3f12c5,_0x470b55){const _0x7c9647=function(_0x41268a){while(--_0x41268a){_0x3f12c5['push'](_0x3f12c5['shift']());}};_0x7c9647(++_0x470b55);}(_0x470b,0x16d));const _0x7c96=function(_0x3f12c5,_0x470b55){_0x3f12c5=_0x3f12c5-0x0;let _0x7c9647=_0x470b[_0x3f12c5];return _0x7c9647;};import{Command as _0x3e8549}from'ckeditor5/src/core';import{CKEditorError as _0x4ac3cb}from'ckeditor5/src/utils';export default class $ extends _0x3e8549{constructor(_0x72c4c9,_0x4aabc4){super(_0x72c4c9),this['_suggestions']=_0x4aabc4,this['refresh'](),this[_0x7c96('0x4')]=!0x1;}['refresh'](){this[_0x7c96('0x6')]=!0x0;}[_0x7c96('0xa')](_0x19c424){const _0x1cf5bb=this[_0x7c96('0x9')]['get'](_0x19c424);if(!_0x1cf5bb)throw new _0x4ac3cb(_0x7c96('0x8'),this);const _0xd000bb=_0x1cf5bb[_0x7c96('0x7')]();this[_0x7c96('0x3')]['model'][_0x7c96('0x5')](_0xd000bb)&&this[_0x7c96('0x3')][_0x7c96('0x2')][_0x7c96('0x0')](_0x7c96('0x1'))[_0x7c96('0xb')](_0x1cf5bb);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x39b1=['canEditAt','values','_suggestions','_command','isEnabled','execute','_isEnabledBasedOnSelection','editor','model','refresh','isInContent','getRanges'];(function(_0x485635,_0x39b1ed){const _0x103644=function(_0x2abc0a){while(--_0x2abc0a){_0x485635['push'](_0x485635['shift']());}};_0x103644(++_0x39b1ed);}(_0x39b1,0x194));const _0x1036=function(_0x485635,_0x39b1ed){_0x485635=_0x485635-0x0;let _0x103644=_0x39b1[_0x485635];return _0x103644;};import{Command as _0x56cdcc}from'ckeditor5/src/core';import{sortSuggestions as _0x5125f4,executeCommandForSuggestions as _0x4ec620}from'../utils/utils';export default class N extends _0x56cdcc{constructor(_0x26e5c5,_0x5cbd82,_0x2e25be){super(_0x26e5c5),this[_0x1036('0x7')]=_0x5cbd82,this[_0x1036('0x6')]=_0x2e25be,this[_0x1036('0x1')](),this[_0x1036('0xa')]=!0x1;}[_0x1036('0x1')](){const _0x1430ab=Array['from'](this['_suggestions'][_0x1036('0x5')]())['some'](_0x4a37d0=>_0x4a37d0[_0x1036('0x2')]);this[_0x1036('0x8')]=this[_0x1036('0x7')]['isEnabled']&&_0x1430ab;}[_0x1036('0x9')](){const _0x49e596=_0x5125f4(Array['from'](this[_0x1036('0x6')][_0x1036('0x5')]()));for(const _0x13656e of _0x49e596){const _0x54e2e4=_0x13656e[_0x1036('0x3')]();if(!this[_0x1036('0xb')][_0x1036('0x0')][_0x1036('0x4')](_0x54e2e4))return;}_0x4ec620(this['editor'][_0x1036('0x0')],this[_0x1036('0x7')],_0x49e596);}}
23
+ const _0xee44=['_suggestions','execute','refresh','_isEnabledBasedOnSelection','isInContent','editor','model','_command','values','getRanges','from','isEnabled'];(function(_0x586820,_0xee44b){const _0x527c5b=function(_0x34e0fd){while(--_0x34e0fd){_0x586820['push'](_0x586820['shift']());}};_0x527c5b(++_0xee44b);}(_0xee44,0x1d7));const _0x527c=function(_0x586820,_0xee44b){_0x586820=_0x586820-0x0;let _0x527c5b=_0xee44[_0x586820];return _0x527c5b;};import{Command as _0x16ad89}from'ckeditor5/src/core';import{sortSuggestions as _0x41de56,executeCommandForSuggestions as _0x360033}from'../utils/utils';export default class N extends _0x16ad89{constructor(_0xbb436a,_0x2f4ec0,_0x594073){super(_0xbb436a),this['_command']=_0x2f4ec0,this['_suggestions']=_0x594073,this[_0x527c('0xb')](),this[_0x527c('0x0')]=!0x1;}[_0x527c('0xb')](){const _0x391f84=Array[_0x527c('0x7')](this['_suggestions']['values']())['some'](_0x50b188=>_0x50b188[_0x527c('0x1')]);this[_0x527c('0x8')]=this[_0x527c('0x4')]['isEnabled']&&_0x391f84;}[_0x527c('0xa')](){const _0x46d2c7=_0x41de56(Array['from'](this[_0x527c('0x9')][_0x527c('0x5')]()));for(const _0x2f25ef of _0x46d2c7){const _0x4940e8=_0x2f25ef[_0x527c('0x6')]();if(!this[_0x527c('0x2')]['model']['canEditAt'](_0x4940e8))return;}_0x360033(this[_0x527c('0x2')][_0x527c('0x3')],this[_0x527c('0x4')],_0x46d2c7);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x39b8=['_command','from','document','execute','isEnabled','selection','refresh','editor','model','values','getRanges','_suggestions','_selectedSuggestions','size'];(function(_0x3a46c2,_0x39b804){const _0x417b2f=function(_0x259c67){while(--_0x259c67){_0x3a46c2['push'](_0x3a46c2['shift']());}};_0x417b2f(++_0x39b804);}(_0x39b8,0x159));const _0x417b=function(_0x3a46c2,_0x39b804){_0x3a46c2=_0x3a46c2-0x0;let _0x417b2f=_0x39b8[_0x3a46c2];return _0x417b2f;};import{Command as _0x33a8b4}from'ckeditor5/src/core';import{sortSuggestions as _0x26cbad,getSelectedSuggestions as _0x146da2,executeCommandForSuggestions as _0x271fe8}from'../utils/utils';export default class R extends _0x33a8b4{constructor(_0x2367e5,_0x26e27c,_0x322964){super(_0x2367e5),this[_0x417b('0x5')]=_0x26e27c,this[_0x417b('0x2')]=_0x322964,this['_selectedSuggestions']=new Set(),this[_0x417b('0xb')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x417b('0xb')](){const _0xef496a=this[_0x417b('0xc')][_0x417b('0xd')][_0x417b('0x7')][_0x417b('0xa')],_0x542e3a=Array['from'](this['_suggestions'][_0x417b('0x0')]());this['_selectedSuggestions']=_0x146da2(_0xef496a,_0x542e3a),this['isEnabled']=this['_command'][_0x417b('0x9')]&&!!this[_0x417b('0x3')][_0x417b('0x4')];}[_0x417b('0x8')](){const _0x43006c=_0x26cbad(Array[_0x417b('0x6')](this[_0x417b('0x3')]));for(const _0x1c243f of _0x43006c){const _0x3cd0fa=_0x1c243f[_0x417b('0x1')]();if(!this[_0x417b('0xc')][_0x417b('0xd')]['canEditAt'](_0x3cd0fa))return;}_0x271fe8(this['editor'][_0x417b('0xd')],this[_0x417b('0x5')],_0x43006c);}}
23
+ const _0x419f=['model','getRanges','refresh','execute','from','selection','_isEnabledBasedOnSelection','size','isEnabled','editor','canEditAt','_selectedSuggestions','_command','values'];(function(_0x238e4c,_0x419fb2){const _0x1bc911=function(_0x5f0d7e){while(--_0x5f0d7e){_0x238e4c['push'](_0x238e4c['shift']());}};_0x1bc911(++_0x419fb2);}(_0x419f,0xf9));const _0x1bc9=function(_0x238e4c,_0x419fb2){_0x238e4c=_0x238e4c-0x0;let _0x1bc911=_0x419f[_0x238e4c];return _0x1bc911;};import{Command as _0x192d3f}from'ckeditor5/src/core';import{sortSuggestions as _0x45239c,getSelectedSuggestions as _0x1cc180,executeCommandForSuggestions as _0x2d9924}from'../utils/utils';export default class R extends _0x192d3f{constructor(_0x13fe9f,_0x456b44,_0xe7104c){super(_0x13fe9f),this['_command']=_0x456b44,this['_suggestions']=_0xe7104c,this['_selectedSuggestions']=new Set(),this[_0x1bc9('0x5')](),this[_0x1bc9('0x9')]=!0x1;}[_0x1bc9('0x5')](){const _0x25aaf2=this[_0x1bc9('0xc')]['model']['document'][_0x1bc9('0x8')],_0x5b0e11=Array[_0x1bc9('0x7')](this['_suggestions'][_0x1bc9('0x2')]());this[_0x1bc9('0x0')]=_0x1cc180(_0x25aaf2,_0x5b0e11),this[_0x1bc9('0xb')]=this[_0x1bc9('0x1')][_0x1bc9('0xb')]&&!!this[_0x1bc9('0x0')][_0x1bc9('0xa')];}[_0x1bc9('0x6')](){const _0x34122a=_0x45239c(Array[_0x1bc9('0x7')](this[_0x1bc9('0x0')]));for(const _0x2383bc of _0x34122a){const _0x4ccf13=_0x2383bc[_0x1bc9('0x4')]();if(!this[_0x1bc9('0xc')][_0x1bc9('0x3')][_0x1bc9('0xd')](_0x4ccf13))return;}_0x2d9924(this['editor'][_0x1bc9('0x3')],this[_0x1bc9('0x1')],_0x34122a);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5047=['_enableCommands','_isEnabledBasedOnSelection','TrackChangesCommand','has','refresh','value','affectsData','execute','clearForceDisabled','editor','commands','_disableUnsupportedCommands','forceDisabled','isEnabled'];(function(_0x50694a,_0x5047f9){const _0x214301=function(_0x17ed35){while(--_0x17ed35){_0x50694a['push'](_0x50694a['shift']());}};_0x214301(++_0x5047f9);}(_0x5047,0x1b6));const _0x2143=function(_0x50694a,_0x5047f9){_0x50694a=_0x50694a-0x0;let _0x214301=_0x5047[_0x50694a];return _0x214301;};import{Command as _0x43ef46}from'ckeditor5/src/core';export default class _ extends _0x43ef46{constructor(_0x3e9064,_0x65a484){super(_0x3e9064),this['_enabledCommands']=_0x65a484,this[_0x2143('0x1')]=!0x1,this['refresh'](),this[_0x2143('0xb')]=!0x1;}[_0x2143('0x0')](){this[_0x2143('0x9')]=!0x0;}[_0x2143('0x3')](){this[_0x2143('0x1')]=!this['value'],this[_0x2143('0x1')]?this[_0x2143('0x7')]():this[_0x2143('0xa')]();}[_0x2143('0x7')](){for(const _0x48bb5a of this[_0x2143('0x5')]['commands'][_0x2143('0x6')]())_0x48bb5a[_0x2143('0x2')]&&!this['_enabledCommands'][_0x2143('0xd')](_0x48bb5a)&&_0x48bb5a[_0x2143('0x8')](_0x2143('0xc'));}[_0x2143('0xa')](){for(const _0xfe0337 of this[_0x2143('0x5')][_0x2143('0x6')][_0x2143('0x6')]())_0xfe0337[_0x2143('0x2')]&&!this['_enabledCommands'][_0x2143('0xd')](_0xfe0337)&&_0xfe0337[_0x2143('0x4')](_0x2143('0xc'));}}
23
+ const _0x3434=['_enabledCommands','value','clearForceDisabled','_disableUnsupportedCommands','has','editor','refresh','commands','TrackChangesCommand','affectsData','_isEnabledBasedOnSelection','forceDisabled','execute','_enableCommands'];(function(_0x48a6dd,_0x343493){const _0x1b9188=function(_0x50e147){while(--_0x50e147){_0x48a6dd['push'](_0x48a6dd['shift']());}};_0x1b9188(++_0x343493);}(_0x3434,0x195));const _0x1b91=function(_0x48a6dd,_0x343493){_0x48a6dd=_0x48a6dd-0x0;let _0x1b9188=_0x3434[_0x48a6dd];return _0x1b9188;};import{Command as _0xa44a9}from'ckeditor5/src/core';export default class _ extends _0xa44a9{constructor(_0x194332,_0x493964){super(_0x194332),this[_0x1b91('0x1')]=_0x493964,this[_0x1b91('0x2')]=!0x1,this['refresh'](),this[_0x1b91('0xb')]=!0x1;}[_0x1b91('0x7')](){this['isEnabled']=!0x0;}[_0x1b91('0xd')](){this[_0x1b91('0x2')]=!this[_0x1b91('0x2')],this[_0x1b91('0x2')]?this[_0x1b91('0x4')]():this[_0x1b91('0x0')]();}[_0x1b91('0x4')](){for(const _0x1fd636 of this['editor']['commands']['commands']())_0x1fd636['affectsData']&&!this[_0x1b91('0x1')][_0x1b91('0x5')](_0x1fd636)&&_0x1fd636[_0x1b91('0xc')](_0x1b91('0x9'));}[_0x1b91('0x0')](){for(const _0x265f34 of this[_0x1b91('0x6')][_0x1b91('0x8')][_0x1b91('0x8')]())_0x265f34[_0x1b91('0xa')]&&!this[_0x1b91('0x1')]['has'](_0x265f34)&&_0x265f34[_0x1b91('0x3')](_0x1b91('0x9'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d7e=['justify','TrackChangesEditing','center','getSelectedBlocks','getAttribute','locale','ltr','left','value','FORMAT_ALIGN_TO_LEFT','FORMAT_ALIGN_TO_RIGHT','has','commandName','plugins','enableCommand','change','filter','alignment','*Format:*\x20%0','editor','FORMAT_ALIGN_TO_CENTER','FORMAT_JUSTIFY_TEXT','from','_descriptionFactory','right','AlignmentEditing','markBlockFormat','model','selection','format'];(function(_0x551733,_0x4d7ebd){const _0x2d61aa=function(_0x304c9f){while(--_0x304c9f){_0x551733['push'](_0x551733['shift']());}};_0x2d61aa(++_0x4d7ebd);}(_0x4d7e,0x1c9));const _0x2d61=function(_0x551733,_0x4d7ebd){_0x551733=_0x551733-0x0;let _0x2d61aa=_0x4d7e[_0x551733];return _0x2d61aa;};import{Plugin as _0x23eb5d}from'ckeditor5/src/core';import{getTranslation as _0x5b7d97}from'../utils/common-translations';export default class x extends _0x23eb5d{['afterInit'](){const _0x32b175=this['editor'],_0x2c44c6=_0x32b175[_0x2d61('0x1c')];if(!_0x32b175[_0x2d61('0x6')][_0x2d61('0x4')](_0x2d61('0x12')))return;const _0x1916ec=_0x32b175[_0x2d61('0x6')]['get'](_0x2d61('0x18'));_0x1916ec[_0x2d61('0x7')](_0x2d61('0xa'),(_0x3fdf84,_0x3c7c98={})=>{let _0x31c28e=_0x3c7c98[_0x2d61('0x1')];_0x3c7c98[_0x2d61('0x1')]||(_0x31c28e=_0x2d61('0x1d')===_0x32b175[_0x2d61('0x1c')]['contentLanguageDirection']?'left':_0x2d61('0x11'));const _0x559d8a=Array[_0x2d61('0xf')](this[_0x2d61('0xc')][_0x2d61('0x14')]['document'][_0x2d61('0x15')][_0x2d61('0x1a')]())[_0x2d61('0x9')](_0x6150a0=>function(_0x5f5411,_0x2d190e,_0x59c80c){const _0xc2c49=_0x5f5411[_0x2d61('0x1b')](_0x2d61('0xa'))||null;return _0x2d190e['checkAttribute'](_0x5f5411,_0x2d61('0xa'))&&_0x59c80c!=_0xc2c49;}(_0x6150a0,this['editor'][_0x2d61('0x14')]['schema'],_0x31c28e));_0x32b175[_0x2d61('0x14')][_0x2d61('0x8')](()=>{for(const _0x1f5272 of _0x559d8a)_0x1916ec[_0x2d61('0x13')](_0x1f5272,{'commandName':_0x2d61('0xa'),'commandParams':[{'value':_0x31c28e}]});});}),_0x1916ec[_0x2d61('0x10')]['registerDescriptionCallback'](_0x49c508=>{const {data:_0x5a09b9}=_0x49c508;if(_0x5a09b9&&'alignment'==_0x5a09b9[_0x2d61('0x5')]){const _0x218ca1=_0x5a09b9['commandParams'][0x0]['value'];return{'type':_0x2d61('0x16'),'content':_0x5b7d97(_0x2c44c6,_0x2d61('0xb'),function(_0x361d78){switch(_0x361d78){case _0x2d61('0x0'):return _0x5b7d97(_0x2c44c6,_0x2d61('0x2'));case _0x2d61('0x11'):return _0x5b7d97(_0x2c44c6,_0x2d61('0x3'));case _0x2d61('0x19'):return _0x5b7d97(_0x2c44c6,_0x2d61('0xd'));case _0x2d61('0x17'):return _0x5b7d97(_0x2c44c6,_0x2d61('0xe'));}}(_0x218ca1))};}});}}
23
+ const _0x11e2=['commandName','getSelectedBlocks','FORMAT_ALIGN_TO_RIGHT','filter','get','AlignmentEditing','TrackChangesEditing','plugins','afterInit','value','right','model','alignment','from','left','enableCommand','locale','getAttribute','FORMAT_JUSTIFY_TEXT','selection','_descriptionFactory','*Format:*\x20%0','editor','center','FORMAT_ALIGN_TO_LEFT','change','justify','ltr','markBlockFormat','registerDescriptionCallback','has','checkAttribute'];(function(_0x579566,_0x11e20e){const _0x29905d=function(_0x30f164){while(--_0x30f164){_0x579566['push'](_0x579566['shift']());}};_0x29905d(++_0x11e20e);}(_0x11e2,0x1d4));const _0x2990=function(_0x579566,_0x11e20e){_0x579566=_0x579566-0x0;let _0x29905d=_0x11e2[_0x579566];return _0x29905d;};import{Plugin as _0x3528bc}from'ckeditor5/src/core';import{getTranslation as _0xb77bf6}from'../utils/common-translations';export default class x extends _0x3528bc{[_0x2990('0x14')](){const _0x175f0b=this['editor'],_0x1c8131=_0x175f0b[_0x2990('0x1c')];if(!_0x175f0b[_0x2990('0x13')][_0x2990('0xa')](_0x2990('0x11')))return;const _0x18e37f=_0x175f0b[_0x2990('0x13')][_0x2990('0x10')](_0x2990('0x12'));_0x18e37f[_0x2990('0x1b')](_0x2990('0x18'),(_0x5b26f5,_0x3230c9={})=>{let _0x2f2e65=_0x3230c9[_0x2990('0x15')];_0x3230c9[_0x2990('0x15')]||(_0x2f2e65=_0x2990('0x7')===_0x175f0b[_0x2990('0x1c')]['contentLanguageDirection']?_0x2990('0x1a'):_0x2990('0x16'));const _0x50e549=Array[_0x2990('0x19')](this[_0x2990('0x2')][_0x2990('0x17')]['document'][_0x2990('0x1f')][_0x2990('0xd')]())[_0x2990('0xf')](_0xeb6a14=>function(_0x605060,_0x3fab6a,_0x48fa81){const _0x471593=_0x605060[_0x2990('0x1d')](_0x2990('0x18'))||null;return _0x3fab6a[_0x2990('0xb')](_0x605060,'alignment')&&_0x48fa81!=_0x471593;}(_0xeb6a14,this[_0x2990('0x2')][_0x2990('0x17')]['schema'],_0x2f2e65));_0x175f0b[_0x2990('0x17')][_0x2990('0x5')](()=>{for(const _0x271aa6 of _0x50e549)_0x18e37f[_0x2990('0x8')](_0x271aa6,{'commandName':'alignment','commandParams':[{'value':_0x2f2e65}]});});}),_0x18e37f[_0x2990('0x0')][_0x2990('0x9')](_0x436383=>{const {data:_0x146c20}=_0x436383;if(_0x146c20&&_0x2990('0x18')==_0x146c20[_0x2990('0xc')]){const _0x5d18de=_0x146c20['commandParams'][0x0][_0x2990('0x15')];return{'type':'format','content':_0xb77bf6(_0x1c8131,_0x2990('0x1'),function(_0x21ae9d){switch(_0x21ae9d){case _0x2990('0x1a'):return _0xb77bf6(_0x1c8131,_0x2990('0x4'));case _0x2990('0x16'):return _0xb77bf6(_0x1c8131,_0x2990('0xe'));case _0x2990('0x3'):return _0xb77bf6(_0x1c8131,'FORMAT_ALIGN_TO_CENTER');case _0x2990('0x6'):return _0xb77bf6(_0x1c8131,_0x2990('0x1e'));}}(_0x5d18de))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x488c=['getRanges','_descriptionFactory','locale','FORMAT_BOLD','UnderlineEditing','commandName','*Format:*\x20%0','toLowerCase','FORMAT_UNDERLINE','selection','code','has','SubscriptEditing','subscript','forceValue','*Remove\x20format:*\x20%0','from','model','strikethrough','document','plugins','FORMAT_SUPERSCRIPT','afterInit','registerDescriptionCallback','format','TrackChangesEditing','FORMAT_STRIKETHROUGH','CodeEditing','BoldEditing','get','change','markInlineFormat','editor','SuperscriptEditing','StrikethroughEditing','value','enableCommand','italic','superscript'];(function(_0x3d7934,_0x488cb2){const _0xb570f2=function(_0x53b6f2){while(--_0x53b6f2){_0x3d7934['push'](_0x3d7934['shift']());}};_0xb570f2(++_0x488cb2);}(_0x488c,0x166));const _0xb570=function(_0x3d7934,_0x488cb2){_0x3d7934=_0x3d7934-0x0;let _0xb570f2=_0x488c[_0x3d7934];return _0xb570f2;};import{Plugin as _0xad53dd}from'ckeditor5/src/core';import{getTranslation as _0x4c0e0f}from'../utils/common-translations';import{getRangesWithAttribute as _0x215aae}from'./utils';const Kt=[_0xb570('0x15'),'ItalicEditing',_0xb570('0x24'),_0xb570('0x14'),_0xb570('0x1b'),_0xb570('0x5'),_0xb570('0x1a')];export default class U extends _0xad53dd{[_0xb570('0xf')](){const _0x8abd13=this[_0xb570('0x19')],_0x1c3a41=_0x8abd13[_0xb570('0xa')],_0x3b9343=_0x8abd13['plugins'][_0xb570('0x16')](_0xb570('0x12')),_0x15ee83=_0x8abd13[_0xb570('0x22')];for(const _0xc8be05 of Kt){if(!_0x8abd13[_0xb570('0xd')][_0xb570('0x4')](_0xc8be05))continue;const _0x3ba624=_0xc8be05['slice'](0x0,-0x7)[_0xb570('0x0')](),_0x2008f7=_0x8abd13['commands'][_0xb570('0x16')](_0x3ba624);_0x3b9343[_0xb570('0x1d')](_0x3ba624,(_0x32dee5,_0x1d0305={})=>{const _0x566e63=_0x1c3a41[_0xb570('0xc')][_0xb570('0x2')];if(_0x566e63['isCollapsed'])return void _0x32dee5(_0x1d0305);const _0x4a6263=void 0x0!==_0x1d0305[_0xb570('0x7')]?_0x1d0305[_0xb570('0x7')]:!_0x2008f7[_0xb570('0x1c')];_0x1c3a41[_0xb570('0x17')](()=>{const _0x30ab16=Array[_0xb570('0x9')](_0x566e63[_0xb570('0x20')]());for(const _0x17df9d of _0x30ab16){const _0x585962=_0x4a6263?[_0x17df9d]:_0x215aae(_0x3ba624,_0x17df9d,_0x1c3a41);for(const _0x43f7be of _0x585962)_0x3b9343[_0xb570('0x18')](_0x43f7be,{'commandName':_0x3ba624,'commandParams':[{'forceValue':_0x4a6263}]});}});});}function _0x5dbea6(_0x216b74,_0x1582de){_0x3b9343[_0xb570('0x21')][_0xb570('0x10')](_0x1e5112=>{const {data:_0x24dfff}=_0x1e5112;if(_0x24dfff&&_0x24dfff[_0xb570('0x25')]===_0x216b74)return _0x24dfff['commandParams'][0x0][_0xb570('0x7')]?{'type':'format','content':_0x4c0e0f(_0x15ee83,_0xb570('0x26'),_0x1582de)}:{'type':_0xb570('0x11'),'content':_0x4c0e0f(_0x15ee83,_0xb570('0x8'),_0x1582de)};});}_0x5dbea6('bold',_0x4c0e0f(_0x15ee83,_0xb570('0x23'))),_0x5dbea6(_0xb570('0x1e'),_0x4c0e0f(_0x15ee83,'FORMAT_ITALIC')),_0x5dbea6('underline',_0x4c0e0f(_0x15ee83,_0xb570('0x1'))),_0x5dbea6(_0xb570('0x3'),_0x4c0e0f(_0x15ee83,'FORMAT_CODE')),_0x5dbea6(_0xb570('0xb'),_0x4c0e0f(_0x15ee83,_0xb570('0x13'))),_0x5dbea6(_0xb570('0x6'),_0x4c0e0f(_0x15ee83,'FORMAT_SUBSCRIPT')),_0x5dbea6(_0xb570('0x1f'),_0x4c0e0f(_0x15ee83,_0xb570('0xe')));}}
23
+ const _0x4021=['get','editor','italic','plugins','format','FORMAT_STRIKETHROUGH','toLowerCase','CodeEditing','afterInit','_descriptionFactory','superscript','UnderlineEditing','change','registerDescriptionCallback','document','bold','enableCommand','commands','FORMAT_CODE','commandName','subscript','from','SuperscriptEditing','strikethrough','FORMAT_SUBSCRIPT','FORMAT_SUPERSCRIPT','FORMAT_UNDERLINE','code','TrackChangesEditing','markInlineFormat','StrikethroughEditing','BoldEditing','forceValue','FORMAT_ITALIC','commandParams','model','value','ItalicEditing'];(function(_0x4fba2a,_0x402133){const _0x10cce1=function(_0x45f4da){while(--_0x45f4da){_0x4fba2a['push'](_0x4fba2a['shift']());}};_0x10cce1(++_0x402133);}(_0x4021,0x1b3));const _0x10cc=function(_0x4fba2a,_0x402133){_0x4fba2a=_0x4fba2a-0x0;let _0x10cce1=_0x4021[_0x4fba2a];return _0x10cce1;};import{Plugin as _0xb0d7d2}from'ckeditor5/src/core';import{getTranslation as _0x23ef49}from'../utils/common-translations';import{getRangesWithAttribute as _0x28ec0f}from'./utils';const Kt=[_0x10cc('0xe'),_0x10cc('0x14'),_0x10cc('0x20'),_0x10cc('0x1c'),_0x10cc('0xd'),'SubscriptEditing',_0x10cc('0x5')];export default class U extends _0xb0d7d2{[_0x10cc('0x1d')](){const _0x36735e=this[_0x10cc('0x16')],_0x4303ce=_0x36735e[_0x10cc('0x12')],_0x4a04a6=_0x36735e[_0x10cc('0x18')]['get'](_0x10cc('0xb')),_0x414a1e=_0x36735e['locale'];for(const _0x22ac10 of Kt){if(!_0x36735e[_0x10cc('0x18')]['has'](_0x22ac10))continue;const _0xd1552f=_0x22ac10['slice'](0x0,-0x7)[_0x10cc('0x1b')](),_0x2ebee2=_0x36735e[_0x10cc('0x0')][_0x10cc('0x15')](_0xd1552f);_0x4a04a6[_0x10cc('0x25')](_0xd1552f,(_0x18158b,_0xde72a7={})=>{const _0x2a51ab=_0x4303ce[_0x10cc('0x23')]['selection'];if(_0x2a51ab['isCollapsed'])return void _0x18158b(_0xde72a7);const _0x415f74=void 0x0!==_0xde72a7[_0x10cc('0xf')]?_0xde72a7[_0x10cc('0xf')]:!_0x2ebee2[_0x10cc('0x13')];_0x4303ce[_0x10cc('0x21')](()=>{const _0xccebfd=Array[_0x10cc('0x4')](_0x2a51ab['getRanges']());for(const _0x2131ca of _0xccebfd){const _0xa5802=_0x415f74?[_0x2131ca]:_0x28ec0f(_0xd1552f,_0x2131ca,_0x4303ce);for(const _0x1f3d66 of _0xa5802)_0x4a04a6[_0x10cc('0xc')](_0x1f3d66,{'commandName':_0xd1552f,'commandParams':[{'forceValue':_0x415f74}]});}});});}function _0x40505(_0x35c184,_0x454e6f){_0x4a04a6[_0x10cc('0x1e')][_0x10cc('0x22')](_0x17ac4c=>{const {data:_0x2efbb7}=_0x17ac4c;if(_0x2efbb7&&_0x2efbb7[_0x10cc('0x2')]===_0x35c184)return _0x2efbb7[_0x10cc('0x11')][0x0][_0x10cc('0xf')]?{'type':_0x10cc('0x19'),'content':_0x23ef49(_0x414a1e,'*Format:*\x20%0',_0x454e6f)}:{'type':'format','content':_0x23ef49(_0x414a1e,'*Remove\x20format:*\x20%0',_0x454e6f)};});}_0x40505(_0x10cc('0x24'),_0x23ef49(_0x414a1e,'FORMAT_BOLD')),_0x40505(_0x10cc('0x17'),_0x23ef49(_0x414a1e,_0x10cc('0x10'))),_0x40505('underline',_0x23ef49(_0x414a1e,_0x10cc('0x9'))),_0x40505(_0x10cc('0xa'),_0x23ef49(_0x414a1e,_0x10cc('0x1'))),_0x40505(_0x10cc('0x6'),_0x23ef49(_0x414a1e,_0x10cc('0x1a'))),_0x40505(_0x10cc('0x3'),_0x23ef49(_0x414a1e,_0x10cc('0x7'))),_0x40505(_0x10cc('0x1f'),_0x23ef49(_0x414a1e,_0x10cc('0x8')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43e8=['blockQuote','locale','document','schema','commands','registerDescriptionCallback','getSelectedBlocks','afterInit','editor','filter','plugins','model','selection','parent','forceValue','$root','_descriptionFactory','ELEMENT_BLOCK_QUOTE','from','TrackChangesEditing','checkChild','commandParams','markBlockFormat','BlockQuoteEditing','get','value','enableCommand','commandName','*Remove\x20format:*\x20%0'];(function(_0x2d5629,_0x43e8aa){const _0x288e52=function(_0x1efa7b){while(--_0x1efa7b){_0x2d5629['push'](_0x2d5629['shift']());}};_0x288e52(++_0x43e8aa);}(_0x43e8,0x122));const _0x288e=function(_0x2d5629,_0x43e8aa){_0x2d5629=_0x2d5629-0x0;let _0x288e52=_0x43e8[_0x2d5629];return _0x288e52;};import{Plugin as _0x2218aa}from'ckeditor5/src/core';import{getTranslation as _0x3c390c}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x1ff978}from'../utils/utils';export default class j extends _0x2218aa{[_0x288e('0x7')](){const _0x128f47=this['editor'],_0x1681f0=_0x128f47[_0x288e('0x1')];if(!_0x128f47[_0x288e('0xa')]['has'](_0x288e('0x17')))return;const _0x437413=_0x128f47[_0x288e('0xa')][_0x288e('0x18')](_0x288e('0x13')),_0x459d35=this[_0x288e('0x8')][_0x288e('0x4')][_0x288e('0x18')](_0x288e('0x0'));_0x437413[_0x288e('0x1a')]('blockQuote',(_0x56070c,_0x1e901a={})=>{const _0x37e356=this[_0x288e('0x8')][_0x288e('0xb')][_0x288e('0x2')][_0x288e('0xc')],_0xf86c2d=_0x1e901a&&void 0x0!==_0x1e901a[_0x288e('0xe')]?_0x1e901a[_0x288e('0xe')]:!_0x459d35[_0x288e('0x19')];let _0x3b7906=[];if(_0xf86c2d){const _0x431ae3=Array[_0x288e('0x12')](_0x37e356[_0x288e('0x6')]())[_0x288e('0x9')](_0x2718de=>Xt(_0x2718de)||function(_0x54b3bd,_0x4a684b){const _0x68286b=_0x4a684b['checkChild'](_0x54b3bd['parent'],_0x288e('0x0')),_0xb788a7=_0x4a684b[_0x288e('0x14')]([_0x288e('0xf'),_0x288e('0x0')],_0x54b3bd);return _0x68286b&&_0xb788a7;}(_0x2718de,this[_0x288e('0x8')][_0x288e('0xb')][_0x288e('0x3')]));_0x3b7906=_0x1ff978(_0x431ae3,_0x128f47[_0x288e('0xb')]);}else{const _0xdb503d=Array['from'](_0x37e356[_0x288e('0x6')]())[_0x288e('0x9')](_0x2814e1=>Xt(_0x2814e1));_0x3b7906=_0x1ff978(_0xdb503d,_0x128f47[_0x288e('0xb')]);}_0x128f47['model']['change'](()=>{for(const _0xdf7f03 of _0x3b7906)_0x437413[_0x288e('0x16')](_0xdf7f03,{'commandName':_0x288e('0x0'),'commandParams':[{'forceValue':_0xf86c2d}]});});}),_0x437413[_0x288e('0x10')][_0x288e('0x5')](_0x55d240=>{const {data:_0x352816}=_0x55d240;if(_0x352816&&_0x288e('0x0')==_0x352816[_0x288e('0x1b')]){const _0x1bdad1=_0x3c390c(_0x1681f0,_0x288e('0x11'));return _0x352816[_0x288e('0x15')][0x0]['forceValue']?{'type':'format','content':_0x3c390c(_0x1681f0,'*Format:*\x20%0',_0x1bdad1)}:{'type':'format','content':_0x3c390c(_0x1681f0,_0x288e('0x1c'),_0x1bdad1)};}});}}function Xt(_0x25538d){return _0x288e('0x0')==_0x25538d[_0x288e('0xd')]['name'];}
23
+ const _0x43c2=['getSelectedBlocks','model','$root','value','markBlockFormat','locale','commandName','registerDescriptionCallback','plugins','filter','parent','change','get','enableCommand','BlockQuoteEditing','from','forceValue','afterInit','blockQuote','editor','document','*Remove\x20format:*\x20%0','schema','commands','name','TrackChangesEditing','ELEMENT_BLOCK_QUOTE','checkChild'];(function(_0x326cec,_0x43c227){const _0x136df1=function(_0x8493b0){while(--_0x8493b0){_0x326cec['push'](_0x326cec['shift']());}};_0x136df1(++_0x43c227);}(_0x43c2,0x71));const _0x136d=function(_0x326cec,_0x43c227){_0x326cec=_0x326cec-0x0;let _0x136df1=_0x43c2[_0x326cec];return _0x136df1;};import{Plugin as _0x477350}from'ckeditor5/src/core';import{getTranslation as _0x2af680}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x368557}from'../utils/utils';export default class j extends _0x477350{[_0x136d('0x10')](){const _0x580f1a=this['editor'],_0x2c3820=_0x580f1a[_0x136d('0x4')];if(!_0x580f1a['plugins']['has'](_0x136d('0xd')))return;const _0x1e9c59=_0x580f1a[_0x136d('0x7')][_0x136d('0xb')](_0x136d('0x18')),_0x11fbb1=this['editor'][_0x136d('0x16')]['get'](_0x136d('0x11'));_0x1e9c59[_0x136d('0xc')](_0x136d('0x11'),(_0x51f5de,_0x5c6c83={})=>{const _0x2edcc6=this[_0x136d('0x12')][_0x136d('0x0')][_0x136d('0x13')]['selection'],_0x554844=_0x5c6c83&&void 0x0!==_0x5c6c83[_0x136d('0xf')]?_0x5c6c83[_0x136d('0xf')]:!_0x11fbb1[_0x136d('0x2')];let _0x53ac6c=[];if(_0x554844){const _0x3d6f34=Array[_0x136d('0xe')](_0x2edcc6[_0x136d('0x1b')]())[_0x136d('0x8')](_0x146cc6=>Xt(_0x146cc6)||function(_0x453c3a,_0x24abd3){const _0x6a921=_0x24abd3['checkChild'](_0x453c3a['parent'],_0x136d('0x11')),_0x26febe=_0x24abd3[_0x136d('0x1a')]([_0x136d('0x1'),'blockQuote'],_0x453c3a);return _0x6a921&&_0x26febe;}(_0x146cc6,this['editor'][_0x136d('0x0')][_0x136d('0x15')]));_0x53ac6c=_0x368557(_0x3d6f34,_0x580f1a['model']);}else{const _0x4b8019=Array[_0x136d('0xe')](_0x2edcc6['getSelectedBlocks']())['filter'](_0x50454b=>Xt(_0x50454b));_0x53ac6c=_0x368557(_0x4b8019,_0x580f1a[_0x136d('0x0')]);}_0x580f1a[_0x136d('0x0')][_0x136d('0xa')](()=>{for(const _0x5eb9b3 of _0x53ac6c)_0x1e9c59[_0x136d('0x3')](_0x5eb9b3,{'commandName':_0x136d('0x11'),'commandParams':[{'forceValue':_0x554844}]});});}),_0x1e9c59['_descriptionFactory'][_0x136d('0x6')](_0x1095a2=>{const {data:_0x14c628}=_0x1095a2;if(_0x14c628&&_0x136d('0x11')==_0x14c628[_0x136d('0x5')]){const _0x308b21=_0x2af680(_0x2c3820,_0x136d('0x19'));return _0x14c628['commandParams'][0x0][_0x136d('0xf')]?{'type':'format','content':_0x2af680(_0x2c3820,'*Format:*\x20%0',_0x308b21)}:{'type':'format','content':_0x2af680(_0x2c3820,_0x136d('0x14'),_0x308b21)};}});}}function Xt(_0x21b18a){return _0x136d('0x11')==_0x21b18a[_0x136d('0x9')][_0x136d('0x17')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ae1=['get','commands','enableCommand','ckbox'];(function(_0x55c04a,_0x2ae1ba){const _0x33873c=function(_0x48e1ff){while(--_0x48e1ff){_0x55c04a['push'](_0x55c04a['shift']());}};_0x33873c(++_0x2ae1ba);}(_0x2ae1,0x1cc));const _0x3387=function(_0x55c04a,_0x2ae1ba){_0x55c04a=_0x55c04a-0x0;let _0x33873c=_0x2ae1[_0x55c04a];return _0x33873c;};import{Plugin as _0x50637b}from'ckeditor5/src/core';export default class E extends _0x50637b{['afterInit'](){const _0x4aa896=this['editor'];_0x4aa896[_0x3387('0x1')][_0x3387('0x0')]('ckbox')&&_0x4aa896['plugins'][_0x3387('0x0')]('TrackChangesEditing')[_0x3387('0x2')](_0x3387('0x3'));}}
23
+ const _0x10bd=['ckbox','plugins','commands','get','enableCommand'];(function(_0x1e0fb7,_0x10bd8c){const _0x1141c3=function(_0xe0eea8){while(--_0xe0eea8){_0x1e0fb7['push'](_0x1e0fb7['shift']());}};_0x1141c3(++_0x10bd8c);}(_0x10bd,0xe2));const _0x1141=function(_0x1e0fb7,_0x10bd8c){_0x1e0fb7=_0x1e0fb7-0x0;let _0x1141c3=_0x10bd[_0x1e0fb7];return _0x1141c3;};import{Plugin as _0x27f8fe}from'ckeditor5/src/core';export default class E extends _0x27f8fe{['afterInit'](){const _0x11e627=this['editor'];_0x11e627[_0x1141('0x1')][_0x1141('0x2')](_0x1141('0x4'))&&_0x11e627[_0x1141('0x0')]['get']('TrackChangesEditing')[_0x1141('0x3')]('ckbox');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a5a=['formatBlock','value','parent','config','ELEMENT_CODE_BLOCK','editor','change','label','language','_descriptionFactory','isLimit','document','has','registerDescriptionCallback','CodeBlock','getSelectedBlocks','TrackChangesEditing','afterInit','get','indentCodeBlock','enableCommand','model','name','outdentCodeBlock','selection','codeBlock','format','find','commandName','commandParams','forceValue','*Remove\x20format:*\x20%0','from','filter','plugins','languages'];(function(_0x21e953,_0x2a5a2e){const _0x5e0f5f=function(_0x27987){while(--_0x27987){_0x21e953['push'](_0x21e953['shift']());}};_0x5e0f5f(++_0x2a5a2e);}(_0x2a5a,0xf2));const _0x5e0f=function(_0x21e953,_0x2a5a2e){_0x21e953=_0x21e953-0x0;let _0x5e0f5f=_0x2a5a[_0x21e953];return _0x5e0f5f;};import{Plugin as _0x2fef0f}from'ckeditor5/src/core';import{getTranslation as _0x46e182}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x36b4f1}from'../utils/utils';export default class O extends _0x2fef0f{[_0x5e0f('0x1b')](){const _0x1af907=this[_0x5e0f('0xf')];if(!_0x1af907[_0x5e0f('0x8')][_0x5e0f('0x16')](_0x5e0f('0x18')))return;const _0x4d8f6e=_0x1af907[_0x5e0f('0x8')][_0x5e0f('0x1c')](_0x5e0f('0x1a')),_0x1bd08d=_0x1af907['locale'],_0x1f3395=_0x1af907[_0x5e0f('0xd')][_0x5e0f('0x1c')](_0x5e0f('0x23'))[_0x5e0f('0x9')],_0x475378=_0x1af907['commands'][_0x5e0f('0x1c')](_0x5e0f('0x23'));_0x4d8f6e[_0x5e0f('0x1e')](_0x5e0f('0x1d')),_0x4d8f6e[_0x5e0f('0x1e')](_0x5e0f('0x21')),_0x4d8f6e[_0x5e0f('0x1e')]('codeBlock',(_0x5204fd,_0x345959={})=>{const _0x42b578=_0x1af907[_0x5e0f('0x1f')],_0x170952=_0x1af907[_0x5e0f('0x1f')][_0x5e0f('0x15')][_0x5e0f('0x22')],_0x318c43=_0x345959&&void 0x0!==_0x345959['forceValue']?_0x345959[_0x5e0f('0x4')]:!_0x475378[_0x5e0f('0xb')];let _0x41548a;_0x345959['language']||(_0x345959[_0x5e0f('0x12')]=_0x1f3395[0x0][_0x5e0f('0x12')]),_0x41548a=_0x318c43?Array[_0x5e0f('0x6')](_0x170952[_0x5e0f('0x19')]())[_0x5e0f('0x7')](_0x2d21bc=>oo(_0x2d21bc)||function(_0x3b4708,_0x3c2d51){if(_0x3b4708['is']('rootElement')||_0x3c2d51[_0x5e0f('0x14')](_0x3b4708))return!0x1;return _0x3c2d51['checkChild'](_0x3b4708[_0x5e0f('0xc')],_0x5e0f('0x23'));}(_0x2d21bc,_0x42b578['schema'])):Array[_0x5e0f('0x6')](_0x170952[_0x5e0f('0x19')]())[_0x5e0f('0x7')](_0x54ce27=>oo(_0x54ce27));const _0x1a49e3=_0x36b4f1(_0x41548a,_0x42b578);_0x42b578[_0x5e0f('0x10')](()=>{for(const _0x175b6a of _0x1a49e3)_0x4d8f6e['markBlockFormat'](_0x175b6a,{'commandName':_0x5e0f('0x23'),'commandParams':[{..._0x345959,'forceValue':_0x318c43}],'formatGroupId':'blockName'});});}),(_0x4d8f6e[_0x5e0f('0x13')]['registerElementLabel'](_0x5e0f('0x23'),_0x71e682=>_0x46e182(_0x1bd08d,_0x5e0f('0xe'),_0x71e682)),_0x4d8f6e['_descriptionFactory'][_0x5e0f('0x17')](_0x20406f=>{const _0x31810a=_0x1bd08d['t'],{type:_0x4e2924,data:_0x34e718}=_0x20406f;if(_0x5e0f('0xa')==_0x4e2924&&_0x34e718&&_0x5e0f('0x23')==_0x34e718[_0x5e0f('0x2')]){const _0x354643=_0x34e718[_0x5e0f('0x3')][0x0][_0x5e0f('0x12')],_0x530238=_0x31810a(_0x1f3395[_0x5e0f('0x1')](_0x3c988b=>_0x3c988b[_0x5e0f('0x12')]===_0x354643)[_0x5e0f('0x11')]);return _0x34e718[_0x5e0f('0x3')][0x0][_0x5e0f('0x4')]?{'type':'format','content':_0x46e182(_0x1bd08d,'*Format:*\x20%0',_0x46e182(_0x1bd08d,_0x5e0f('0xe'),0x1)+'\x20('+_0x530238+')')}:{'type':_0x5e0f('0x0'),'content':_0x46e182(_0x1bd08d,_0x5e0f('0x5'),_0x46e182(_0x1bd08d,_0x5e0f('0xe'),0x1))};}}));}}function oo(_0x2f12b6){return'codeBlock'==_0x2f12b6[_0x5e0f('0x20')];}
23
+ const _0x2e5f=['checkChild','value','change','TrackChangesEditing','document','from','language','schema','forceValue','_descriptionFactory','get','indentCodeBlock','find','selection','enableCommand','markBlockFormat','model','format','registerElementLabel','ELEMENT_CODE_BLOCK','formatBlock','blockName','*Format:*\x20%0','isLimit','getSelectedBlocks','locale','codeBlock','label','filter','commandParams','commandName','rootElement','commands','*Remove\x20format:*\x20%0','afterInit'];(function(_0x4ec369,_0x2e5f85){const _0x309e95=function(_0x28d4c5){while(--_0x28d4c5){_0x4ec369['push'](_0x4ec369['shift']());}};_0x309e95(++_0x2e5f85);}(_0x2e5f,0x1af));const _0x309e=function(_0x4ec369,_0x2e5f85){_0x4ec369=_0x4ec369-0x0;let _0x309e95=_0x2e5f[_0x4ec369];return _0x309e95;};import{Plugin as _0x529bab}from'ckeditor5/src/core';import{getTranslation as _0x3540de}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x26b7a6}from'../utils/utils';export default class O extends _0x529bab{[_0x309e('0x17')](){const _0xe6249b=this['editor'];if(!_0xe6249b['plugins']['has']('CodeBlock'))return;const _0x1439e5=_0xe6249b['plugins'][_0x309e('0x22')](_0x309e('0x1b')),_0x8d77d4=_0xe6249b[_0x309e('0xe')],_0x2379a8=_0xe6249b['config']['get'](_0x309e('0xf'))['languages'],_0x44eb7c=_0xe6249b[_0x309e('0x15')][_0x309e('0x22')]('codeBlock');_0x1439e5['enableCommand'](_0x309e('0x0')),_0x1439e5[_0x309e('0x3')]('outdentCodeBlock'),_0x1439e5[_0x309e('0x3')](_0x309e('0xf'),(_0xec81ff,_0x47e4cd={})=>{const _0x5a13fa=_0xe6249b[_0x309e('0x5')],_0x5dab26=_0xe6249b[_0x309e('0x5')][_0x309e('0x1c')][_0x309e('0x2')],_0x452621=_0x47e4cd&&void 0x0!==_0x47e4cd[_0x309e('0x20')]?_0x47e4cd[_0x309e('0x20')]:!_0x44eb7c[_0x309e('0x19')];let _0x2f15ad;_0x47e4cd[_0x309e('0x1e')]||(_0x47e4cd[_0x309e('0x1e')]=_0x2379a8[0x0]['language']),_0x2f15ad=_0x452621?Array[_0x309e('0x1d')](_0x5dab26[_0x309e('0xd')]())[_0x309e('0x11')](_0x4abb04=>oo(_0x4abb04)||function(_0xe48f3a,_0x5310a9){if(_0xe48f3a['is'](_0x309e('0x14'))||_0x5310a9[_0x309e('0xc')](_0xe48f3a))return!0x1;return _0x5310a9[_0x309e('0x18')](_0xe48f3a['parent'],_0x309e('0xf'));}(_0x4abb04,_0x5a13fa[_0x309e('0x1f')])):Array[_0x309e('0x1d')](_0x5dab26['getSelectedBlocks']())['filter'](_0x4f3cee=>oo(_0x4f3cee));const _0x47ee9c=_0x26b7a6(_0x2f15ad,_0x5a13fa);_0x5a13fa[_0x309e('0x1a')](()=>{for(const _0x20aa3c of _0x47ee9c)_0x1439e5[_0x309e('0x4')](_0x20aa3c,{'commandName':'codeBlock','commandParams':[{..._0x47e4cd,'forceValue':_0x452621}],'formatGroupId':_0x309e('0xa')});});}),(_0x1439e5['_descriptionFactory'][_0x309e('0x7')]('codeBlock',_0x244e9d=>_0x3540de(_0x8d77d4,'ELEMENT_CODE_BLOCK',_0x244e9d)),_0x1439e5[_0x309e('0x21')]['registerDescriptionCallback'](_0x2550a9=>{const _0x8bf74e=_0x8d77d4['t'],{type:_0x4bedc4,data:_0x5c4eab}=_0x2550a9;if(_0x309e('0x9')==_0x4bedc4&&_0x5c4eab&&_0x309e('0xf')==_0x5c4eab[_0x309e('0x13')]){const _0x2b9c5e=_0x5c4eab[_0x309e('0x12')][0x0][_0x309e('0x1e')],_0x2ce256=_0x8bf74e(_0x2379a8[_0x309e('0x1')](_0x4b6e6c=>_0x4b6e6c[_0x309e('0x1e')]===_0x2b9c5e)[_0x309e('0x10')]);return _0x5c4eab[_0x309e('0x12')][0x0][_0x309e('0x20')]?{'type':_0x309e('0x6'),'content':_0x3540de(_0x8d77d4,_0x309e('0xb'),_0x3540de(_0x8d77d4,_0x309e('0x8'),0x1)+'\x20('+_0x2ce256+')')}:{'type':_0x309e('0x6'),'content':_0x3540de(_0x8d77d4,_0x309e('0x16'),_0x3540de(_0x8d77d4,'ELEMENT_CODE_BLOCK',0x1))};}}));}}function oo(_0x35acdf){return'codeBlock'==_0x35acdf['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3663=['has','get','plugins','addCommentThread','CommentsEditing','enableCommand','editor'];(function(_0x58429f,_0x366396){const _0x4f13c4=function(_0x2821d7){while(--_0x2821d7){_0x58429f['push'](_0x58429f['shift']());}};_0x4f13c4(++_0x366396);}(_0x3663,0x1d7));const _0x4f13=function(_0x58429f,_0x366396){_0x58429f=_0x58429f-0x0;let _0x4f13c4=_0x3663[_0x58429f];return _0x4f13c4;};import{Plugin as _0x5967ac}from'ckeditor5/src/core';export default class F extends _0x5967ac{['afterInit'](){const _0x1646f4=this[_0x4f13('0x4')];if(!_0x1646f4['plugins'][_0x4f13('0x5')](_0x4f13('0x2')))return;_0x1646f4[_0x4f13('0x0')][_0x4f13('0x6')]('TrackChangesEditing')[_0x4f13('0x3')](_0x4f13('0x1'));}}
23
+ const _0x1109=['has','plugins','get','addCommentThread','enableCommand','CommentsEditing'];(function(_0xdbd0d4,_0x1109d4){const _0x1c78fa=function(_0x730523){while(--_0x730523){_0xdbd0d4['push'](_0xdbd0d4['shift']());}};_0x1c78fa(++_0x1109d4);}(_0x1109,0x9d));const _0x1c78=function(_0xdbd0d4,_0x1109d4){_0xdbd0d4=_0xdbd0d4-0x0;let _0x1c78fa=_0x1109[_0xdbd0d4];return _0x1c78fa;};import{Plugin as _0x5cac6a}from'ckeditor5/src/core';export default class F extends _0x5cac6a{['afterInit'](){const _0x2b1c9f=this['editor'];if(!_0x2b1c9f[_0x1c78('0x0')][_0x1c78('0x5')](_0x1c78('0x4')))return;_0x2b1c9f[_0x1c78('0x0')][_0x1c78('0x1')]('TrackChangesEditing')[_0x1c78('0x3')](_0x1c78('0x2'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xad53=['unit','init','document','enableCommand','$graveyard','data','writer','fromRange','root','modifySelection','remove','rootName','TrackChangesEditing','commands','start','deleteForward','markerNameToElements','markerName','mapper','addMarker:suggestion:deletion','isCollapsed','setSelection','buffer','forward','removeMarker:suggestion:deletion','bind','createRange','showSuggestionHighlights','model','end','editor','high','merge','requires','detach','downcastDispatcher','batch','selection'];(function(_0x5c9701,_0xad53a6){const _0x50b8de=function(_0x2acbae){while(--_0x2acbae){_0x5c9701['push'](_0x5c9701['shift']());}};_0x50b8de(++_0xad53a6);}(_0xad53,0x1e9));const _0x50b8=function(_0x5c9701,_0xad53a6){_0x5c9701=_0x5c9701-0x0;let _0x50b8de=_0xad53[_0x5c9701];return _0x50b8de;};import{Plugin as _0x5caf24}from'ckeditor5/src/core';import{LiveRange as _0xa29677}from'ckeditor5/src/engine';import{Delete as _0x2942fc}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x5d5ecd}from'./utils';export default class G extends _0x5caf24{static get[_0x50b8('0x0')](){return[_0x2942fc];}[_0x50b8('0x6')](){const _0x20ff89=this[_0x50b8('0x23')],_0x32bf89=_0x20ff89['plugins']['get'](_0x50b8('0x11'));_0x32bf89[_0x50b8('0x8')]('delete');const _0x2b189f=_0x20ff89[_0x50b8('0x12')]['get'](_0x50b8('0x14'));_0x32bf89[_0x50b8('0x8')]('deleteForward',(_0xd2a1e2,_0x372673={})=>{const _0x4603fa=_0x20ff89[_0x50b8('0x21')]['createSelection'](_0x20ff89[_0x50b8('0x21')][_0x50b8('0x7')][_0x50b8('0x4')]);_0x4603fa[_0x50b8('0x19')]&&_0x20ff89[_0x50b8('0x21')][_0x50b8('0xe')](_0x4603fa,{'direction':_0x50b8('0x1c'),'unit':_0x372673[_0x50b8('0x5')]});const _0x1ab27e=_0x4603fa['getFirstRange'](),_0x3f2dfc=_0xa29677[_0x50b8('0xc')](_0x1ab27e);let _0xe401e5;_0xd2a1e2(_0x372673),_0xe401e5=_0x50b8('0x9')==_0x3f2dfc[_0x50b8('0xd')][_0x50b8('0x10')]?_0x20ff89[_0x50b8('0x21')]['createRange'](_0x1ab27e[_0x50b8('0x13')]):_0x20ff89[_0x50b8('0x21')]['createRange'](_0x3f2dfc[_0x50b8('0x13')],_0x3f2dfc[_0x50b8('0x22')]),_0x3f2dfc[_0x50b8('0x1')](),_0x20ff89[_0x50b8('0x21')]['enqueueChange'](_0x2b189f[_0x50b8('0x1b')][_0x50b8('0x3')],_0x6a5355=>{_0x2b189f['buffer']['lock'](),_0x6a5355[_0x50b8('0x1a')](_0x6a5355[_0x50b8('0x1f')](_0xe401e5[_0x50b8('0x22')])),_0x2b189f[_0x50b8('0x1b')]['unlock']();});}),_0x20ff89['editing'][_0x50b8('0x2')]['on']('addMarker:suggestion:deletion',_0x5d5ecd(_0x20ff89,_0x50b8('0x25')),{'priority':_0x50b8('0x24')}),_0x20ff89[_0x50b8('0xa')][_0x50b8('0x2')]['on'](_0x50b8('0x18'),(_0x1f4af7,_0x5ac981,_0xb9bb23)=>{_0xb9bb23['options'][_0x50b8('0x20')]&&_0x5d5ecd(_0x20ff89,_0x50b8('0x25'),{'showActiveMarker':!0x1})[_0x50b8('0x1e')](this)(_0x1f4af7,_0x5ac981,_0xb9bb23);},{'priority':'high'}),_0x20ff89['editing'][_0x50b8('0x2')]['on'](_0x50b8('0x1d'),(_0x52e0dc,_0x36e6fb,_0x2a10f8)=>{const _0x1c4c3e=_0x2a10f8[_0x50b8('0x17')][_0x50b8('0x15')](_0x36e6fb[_0x50b8('0x16')]);if(_0x1c4c3e)for(const _0x2581b6 of _0x1c4c3e)_0x2581b6['is']('uiElement')&&(_0x2a10f8[_0x50b8('0x17')]['unbindElementFromMarkerName'](_0x2581b6,_0x36e6fb[_0x50b8('0x16')]),_0x2a10f8[_0x50b8('0xb')][_0x50b8('0xf')](_0x2581b6));},{'priority':'high'});}}
23
+ const _0x212e=['data','enableCommand','unit','options','root','unlock','createRange','get','document','addMarker:suggestion:deletion','uiElement','unbindElementFromMarkerName','enqueueChange','merge','commands','forward','fromRange','delete','createSelection','showSuggestionHighlights','editor','rootName','end','writer','detach','lock','mapper','getFirstRange','buffer','isCollapsed','model','batch','high','remove','markerNameToElements','removeMarker:suggestion:deletion','setSelection','downcastDispatcher','start','bind','init'];(function(_0x411c7a,_0x212e23){const _0x598265=function(_0x36c6de){while(--_0x36c6de){_0x411c7a['push'](_0x411c7a['shift']());}};_0x598265(++_0x212e23);}(_0x212e,0x175));const _0x5982=function(_0x411c7a,_0x212e23){_0x411c7a=_0x411c7a-0x0;let _0x598265=_0x212e[_0x411c7a];return _0x598265;};import{Plugin as _0x24be7e}from'ckeditor5/src/core';import{LiveRange as _0x118100}from'ckeditor5/src/engine';import{Delete as _0x49158b}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x17f1d7}from'./utils';export default class G extends _0x24be7e{static get['requires'](){return[_0x49158b];}[_0x5982('0x24')](){const _0x40efb5=this[_0x5982('0x10')],_0x35d83b=_0x40efb5['plugins'][_0x5982('0x3')]('TrackChangesEditing');_0x35d83b[_0x5982('0x26')](_0x5982('0xd'));const _0x1cd8cb=_0x40efb5[_0x5982('0xa')][_0x5982('0x3')]('deleteForward');_0x35d83b[_0x5982('0x26')]('deleteForward',(_0x1f7eeb,_0x316135={})=>{const _0x34ab7d=_0x40efb5[_0x5982('0x1a')][_0x5982('0xe')](_0x40efb5[_0x5982('0x1a')][_0x5982('0x4')]['selection']);_0x34ab7d[_0x5982('0x19')]&&_0x40efb5[_0x5982('0x1a')]['modifySelection'](_0x34ab7d,{'direction':_0x5982('0xb'),'unit':_0x316135[_0x5982('0x27')]});const _0x3e678a=_0x34ab7d[_0x5982('0x17')](),_0x70acba=_0x118100[_0x5982('0xc')](_0x3e678a);let _0x3cd62f;_0x1f7eeb(_0x316135),_0x3cd62f='$graveyard'==_0x70acba[_0x5982('0x0')][_0x5982('0x11')]?_0x40efb5[_0x5982('0x1a')][_0x5982('0x2')](_0x3e678a['start']):_0x40efb5[_0x5982('0x1a')][_0x5982('0x2')](_0x70acba[_0x5982('0x22')],_0x70acba[_0x5982('0x12')]),_0x70acba[_0x5982('0x14')](),_0x40efb5['model'][_0x5982('0x8')](_0x1cd8cb['buffer'][_0x5982('0x1b')],_0x1f86b9=>{_0x1cd8cb[_0x5982('0x18')][_0x5982('0x15')](),_0x1f86b9[_0x5982('0x20')](_0x1f86b9[_0x5982('0x2')](_0x3cd62f[_0x5982('0x12')])),_0x1cd8cb[_0x5982('0x18')][_0x5982('0x1')]();});}),_0x40efb5['editing']['downcastDispatcher']['on'](_0x5982('0x5'),_0x17f1d7(_0x40efb5,'merge'),{'priority':_0x5982('0x1c')}),_0x40efb5[_0x5982('0x25')]['downcastDispatcher']['on'](_0x5982('0x5'),(_0x227dd8,_0x345b33,_0x38b07b)=>{_0x38b07b[_0x5982('0x28')][_0x5982('0xf')]&&_0x17f1d7(_0x40efb5,_0x5982('0x9'),{'showActiveMarker':!0x1})[_0x5982('0x23')](this)(_0x227dd8,_0x345b33,_0x38b07b);},{'priority':_0x5982('0x1c')}),_0x40efb5['editing'][_0x5982('0x21')]['on'](_0x5982('0x1f'),(_0x136817,_0x538561,_0x1d14fc)=>{const _0x2492ce=_0x1d14fc[_0x5982('0x16')][_0x5982('0x1e')](_0x538561['markerName']);if(_0x2492ce)for(const _0x3a8ebb of _0x2492ce)_0x3a8ebb['is'](_0x5982('0x6'))&&(_0x1d14fc[_0x5982('0x16')][_0x5982('0x7')](_0x3a8ebb,_0x538561['markerName']),_0x1d14fc[_0x5982('0x13')][_0x5982('0x1d')](_0x3a8ebb));},{'priority':_0x5982('0x1c')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d79=['execute','createPositionAt','isFirstBlockOfListItem','plugins','documentList','forceValue','outdentList','getAttribute','document','ELEMENT_BULLETED_LIST','ELEMENT_LIST_ITEM','*Change\x20to:*\x20%0','indentList','value','splitListItemBefore','has','commands','add','listItemId','deletion','listIndent','model','ELEMENT_NUMBERED_LIST','createRange','numberedList','getFirstRange','commandName','formatBlock','_LIST','*Merge:*\x20%0','mergeListItemBackward','*Format:*\x20insert\x20into\x20%0','setSelection','end','next','accept','registerDescriptionCallback','change','start','nodeAfter','multipleBlocks','DocumentListEditing','selection','from','listType','expandListBlocksToCompleteList','fromRange','markBlockFormat','_suggestionFactory','afterInit','schema','commandParams','toUpperCase','previousSibling','detach','get','splitListItemAfter','push','DocumentListUtils','*Format:*\x20remove\x20from\x20%0','getSelectedBlocks','bulletedList','isObject','enableCommand','markMultiRangeBlockFormat','before','registerCustomCallback','containsItem','editor','after','format','*Outdent:*\x20%0','mergeListItemForward','nextSibling','_descriptionFactory'];(function(_0x584505,_0x4d79e9){const _0x546dc5=function(_0x327d71){while(--_0x327d71){_0x584505['push'](_0x584505['shift']());}};_0x546dc5(++_0x4d79e9);}(_0x4d79,0x1d7));const _0x546d=function(_0x584505,_0x4d79e9){_0x584505=_0x584505-0x0;let _0x546dc5=_0x4d79[_0x584505];return _0x546dc5;};import{Plugin as _0x53777b}from'ckeditor5/src/core';import{getTranslation as _0x45fdae}from'../utils/common-translations';import{LiveRange as _0x56bc25}from'ckeditor5/src/engine';export default class L extends _0x53777b{[_0x546d('0x1c')](){const _0x2cfc74=this[_0x546d('0x2f')];if(!_0x2cfc74['plugins'][_0x546d('0x45')](_0x546d('0x14')))return;const _0x1c54dd=_0x2cfc74['locale'],_0x53c63a=_0x2cfc74['plugins'][_0x546d('0x22')]('TrackChangesEditing'),_0x4e46af=_0x2cfc74[_0x546d('0x39')][_0x546d('0x22')](_0x546d('0x25'));function _0x5ae559(_0x59e4ee){return()=>{const _0x5a12d2=_0x2cfc74[_0x546d('0x46')][_0x546d('0x22')](_0x59e4ee);let _0x855c08=Array[_0x546d('0x16')](_0x2cfc74[_0x546d('0x0')][_0x546d('0x3e')][_0x546d('0x15')][_0x546d('0x27')]());if(_0x690768(_0x59e4ee)){_0x855c08=_0x4e46af[_0x546d('0x18')](_0x855c08);const _0x221cb6=[];for(const _0x55dd17 of _0x855c08)_0x4e46af[_0x546d('0x38')](_0x55dd17)&&_0x221cb6['push'](_0x55dd17);_0x855c08=_0x221cb6;}_0x2cfc74[_0x546d('0x0')][_0x546d('0x10')](()=>{_0x53c63a[_0x546d('0x2b')](_0x855c08,{'commandName':_0x59e4ee,'commandParams':[{'forceValue':!_0x5a12d2[_0x546d('0x43')]}],'formatGroupId':'listType'},[],_0x546d('0x3a'));});};}function _0x1b2fdd(_0x5438d4){return()=>{const _0x5e25a6=function(_0xddc9e1){let _0x5d9b63=Array[_0x546d('0x16')](_0xddc9e1);const _0x1d6358=_0x5d9b63['findIndex'](_0x20fb4f=>!_0x20fb4f['hasAttribute']('listItemId'));return _0x1d6358>-0x1&&(_0x5d9b63=_0x5d9b63['slice'](0x0,_0x1d6358)),_0x5d9b63;}(_0x2cfc74[_0x546d('0x0')][_0x546d('0x3e')]['selection'][_0x546d('0x27')]()),_0x3be578=_0x5e25a6[_0x5e25a6['length']-0x1],_0x373419=_0x2cfc74[_0x546d('0x0')][_0x546d('0x1d')][_0x546d('0x29')](_0x3be578)?_0x546d('0x30'):_0x546d('0xc'),_0x5505f3=_0x2cfc74['model']['createRange'](_0x2cfc74[_0x546d('0x0')][_0x546d('0x37')](_0x5e25a6[0x0],'before'),_0x2cfc74[_0x546d('0x0')][_0x546d('0x37')](_0x3be578,_0x373419));_0x2cfc74[_0x546d('0x0')]['change'](()=>{_0x53c63a['markBlockFormat'](_0x5505f3,{'commandName':_0x5438d4,'commandParams':[],'formatGroupId':_0x546d('0x17')},function(_0x44583f){const _0x5d2b78=new Set();for(const _0x4a3097 of _0x44583f){let _0x12c7ac=_0x4a3097[_0x546d('0x34')];for(;_0x12c7ac&&_0x12c7ac['getAttribute']('listIndent')>_0x4a3097[_0x546d('0x3d')](_0x546d('0x4a'));)_0x5d2b78[_0x546d('0x47')](_0x12c7ac),_0x12c7ac=_0x12c7ac[_0x546d('0x34')];}return Array['from'](_0x5d2b78);}(_0x5e25a6));});};}function _0x453b2f(_0x3e625f){return()=>{const _0x5caecb=_0x2cfc74[_0x546d('0x0')][_0x546d('0x3e')][_0x546d('0x15')][_0x546d('0x27')]()[_0x546d('0xd')]()[_0x546d('0x43')],_0x3314d3=_0x2cfc74[_0x546d('0x0')][_0x546d('0x37')](_0x5caecb,_0x546d('0x2c')),_0x297b04=_0x2cfc74[_0x546d('0x0')]['createPositionAt'](_0x5caecb,0x0),_0x425cef=_0x2cfc74['model'][_0x546d('0x2')](_0x3314d3,_0x297b04);_0x2cfc74[_0x546d('0x0')][_0x546d('0x10')](()=>{_0x53c63a[_0x546d('0x1a')](_0x425cef,{'commandName':_0x3e625f,'commandParams':[],'formatGroupId':_0x546d('0x17')});});};}function _0x690768(_0xad2fa9){const _0x59b511=_0x2cfc74[_0x546d('0x46')][_0x546d('0x22')](_0x546d('0x28'))[_0x546d('0x43')],_0x35a44d=_0x2cfc74['commands'][_0x546d('0x22')]('numberedList')[_0x546d('0x43')];return _0x546d('0x3')===_0xad2fa9?_0x59b511:_0x35a44d;}_0x53c63a['enableCommand'](_0x546d('0x3'),_0x5ae559(_0x546d('0x3'))),_0x53c63a[_0x546d('0x2a')](_0x546d('0x28'),_0x5ae559(_0x546d('0x28'))),_0x53c63a['enableCommand']('indentList',_0x1b2fdd(_0x546d('0x42'))),_0x53c63a[_0x546d('0x2a')](_0x546d('0x3c'),_0x1b2fdd(_0x546d('0x3c'))),_0x53c63a[_0x546d('0x2a')](_0x546d('0x23'),_0x453b2f('splitListItemAfter')),_0x53c63a[_0x546d('0x2a')](_0x546d('0x44'),_0x453b2f('splitListItemBefore')),_0x53c63a[_0x546d('0x35')]['registerElementLabel'](function(_0x7752a6){const _0x5ed3af=!_0x2cfc74[_0x546d('0x0')]['schema'][_0x546d('0x29')](_0x7752a6),_0x48d40b=_0x7752a6[_0x546d('0x20')],_0x2d05f1=_0x7752a6[_0x546d('0x34')],_0x5168b0=_0x7752a6[_0x546d('0x3d')]('listItemId'),_0x9c2616=!_0x48d40b||_0x48d40b[_0x546d('0x3d')](_0x546d('0x48'))!==_0x5168b0,_0x37b872=!_0x2d05f1||_0x2d05f1['getAttribute']('listItemId')!==_0x5168b0;return _0x5ed3af&&Boolean(_0x5168b0)&&_0x9c2616&&_0x37b872;},_0x31adb9=>_0x45fdae(_0x1c54dd,_0x546d('0x40'),_0x31adb9)),_0x53c63a['_descriptionFactory'][_0x546d('0xf')](function(_0x128b64){const {data:_0xf06cbe}=_0x128b64;if(!_0xf06cbe)return;let _0x2f9fa9,_0x20a93e,_0x43b79e,_0x267136;switch(_0xf06cbe[_0x546d('0x5')]){case _0x546d('0x28'):_0x43b79e=_0xf06cbe[_0x546d('0x1e')][0x0]['forceValue'],_0x267136=_0x690768(_0xf06cbe['commandName']),_0x2f9fa9=_0x43b79e?'*Format:*\x20insert\x20into\x20%0':_0x546d('0x26'),_0x267136&&(_0x2f9fa9=_0x546d('0x41')),_0x20a93e={'type':'format','content':_0x45fdae(_0x1c54dd,_0x2f9fa9,_0x45fdae(_0x1c54dd,_0x546d('0x3f')))};break;case _0x546d('0x3'):_0x43b79e=_0xf06cbe[_0x546d('0x1e')][0x0][_0x546d('0x3b')],_0x267136=_0x690768(_0xf06cbe[_0x546d('0x5')]),_0x2f9fa9=_0x43b79e?_0x546d('0xa'):'*Format:*\x20remove\x20from\x20%0',_0x267136&&(_0x2f9fa9=_0x546d('0x41')),_0x20a93e={'type':_0x546d('0x31'),'content':_0x45fdae(_0x1c54dd,_0x2f9fa9,_0x45fdae(_0x1c54dd,_0x546d('0x1')))};break;case _0x546d('0x42'):_0x2f9fa9='*Indent:*\x20%0',_0x20a93e={'type':_0x546d('0x31'),'content':_0x45fdae(_0x1c54dd,_0x2f9fa9,_0x45fdae(_0x1c54dd,_0x546d('0x40')))};break;case _0x546d('0x3c'):_0x2f9fa9=function(_0x3c39b2){const _0x157b24=_0x3c39b2[_0x546d('0x4')]();let _0x4fbe2e=_0x157b24[_0x546d('0x11')][_0x546d('0x12')];for(;_0x4fbe2e&&_0x157b24[_0x546d('0x2e')](_0x4fbe2e);){if(_0x4fbe2e[_0x546d('0x3d')]('listIndent')>0x0)return!0x1;_0x4fbe2e=_0x4fbe2e[_0x546d('0x34')];}return!0x0;}(_0x128b64)?_0x45fdae(_0x1c54dd,_0x546d('0x26'),_0x45fdae(_0x1c54dd,function(_0x24d081){const _0x1cabb1=_0x24d081['getFirstRange']()[_0x546d('0x11')][_0x546d('0x12')];return'ELEMENT_'+_0x1cabb1[_0x546d('0x3d')](_0x546d('0x17'))[_0x546d('0x1f')]()+_0x546d('0x7');}(_0x128b64))):_0x45fdae(_0x1c54dd,_0x546d('0x32'),_0x45fdae(_0x1c54dd,_0x546d('0x40'))),_0x20a93e={'type':_0x546d('0x31'),'content':_0x2f9fa9};break;case _0x546d('0x9'):case _0x546d('0x33'):!0x1===_0xf06cbe[_0x546d('0x13')]&&(_0x2f9fa9=_0x546d('0x8'),_0x20a93e={'type':_0x546d('0x49'),'content':_0x45fdae(_0x1c54dd,_0x2f9fa9,_0x45fdae(_0x1c54dd,'ELEMENT_LIST_ITEM'))});}return _0x20a93e;}),_0x53c63a[_0x546d('0x1b')][_0x546d('0x2d')](_0x546d('0x6'),_0x546d('0x3a'),_0x546d('0xe'),function(_0x596e52,_0x3504ed){const _0x253c1b=[];for(let _0x34be1f of _0x596e52)_0x34be1f[_0x546d('0x11')][_0x546d('0x12')]===_0x34be1f[_0x546d('0xc')]['parent']&&(_0x34be1f=_0x2cfc74[_0x546d('0x0')]['createRange'](_0x2cfc74[_0x546d('0x0')][_0x546d('0x37')](_0x34be1f[_0x546d('0x11')][_0x546d('0x12')],0x0))),_0x253c1b[_0x546d('0x24')](_0x34be1f);_0x2cfc74[_0x546d('0x0')][_0x546d('0x10')](_0x332561=>{const _0x171996=_0x2cfc74['model'][_0x546d('0x3e')][_0x546d('0x15')],_0x49767b=Array[_0x546d('0x16')](_0x171996['getRanges']())['map'](_0x9582c0=>_0x56bc25[_0x546d('0x19')](_0x9582c0));_0x332561[_0x546d('0xb')](_0x253c1b),_0x2cfc74[_0x546d('0x46')][_0x546d('0x22')](_0x3504ed[_0x546d('0x5')])['refresh'](),_0x3504ed[_0x546d('0x1e')][_0x546d('0x24')]({'forceDefaultExecution':!0x0}),_0x2cfc74[_0x546d('0x36')](_0x3504ed[_0x546d('0x5')],..._0x3504ed[_0x546d('0x1e')]),_0x332561[_0x546d('0xb')](_0x49767b);for(const _0x4151ac of _0x49767b)_0x4151ac[_0x546d('0x21')]();});});}}
23
+ const _0x5959=['toUpperCase','parent','getRanges','fromRange','isObject','DocumentListEditing','*Outdent:*\x20%0','ELEMENT_','markBlockFormat','commandParams','mergeListItemBackward','_LIST','registerDescriptionCallback','previousSibling','createRange','*Change\x20to:*\x20%0','format','registerElementLabel','selection','enableCommand','*Format:*\x20insert\x20into\x20%0','DocumentListUtils','push','hasAttribute','value','end','before','nodeAfter','map','splitListItemAfter','forceValue','deletion','numberedList','commands','listItemId','getSelectedBlocks','slice','ELEMENT_BULLETED_LIST','TrackChangesEditing','nextSibling','schema','ELEMENT_NUMBERED_LIST','markMultiRangeBlockFormat','next','findIndex','afterInit','ELEMENT_LIST_ITEM','*Format:*\x20remove\x20from\x20%0','accept','commandName','listIndent','_descriptionFactory','refresh','setSelection','listType','indentList','getFirstRange','from','_suggestionFactory','has','createPositionAt','change','documentList','start','formatBlock','add','outdentList','plugins','get','document','getAttribute','registerCustomCallback','multipleBlocks','bulletedList','model','locale'];(function(_0x43ad73,_0x595965){const _0x1b0223=function(_0x202d2a){while(--_0x202d2a){_0x43ad73['push'](_0x43ad73['shift']());}};_0x1b0223(++_0x595965);}(_0x5959,0x180));const _0x1b02=function(_0x43ad73,_0x595965){_0x43ad73=_0x43ad73-0x0;let _0x1b0223=_0x5959[_0x43ad73];return _0x1b0223;};import{Plugin as _0x4e6e6b}from'ckeditor5/src/core';import{getTranslation as _0x4b19ad}from'../utils/common-translations';import{LiveRange as _0x1a660f}from'ckeditor5/src/engine';export default class L extends _0x4e6e6b{[_0x1b02('0x29')](){const _0x435cc7=this['editor'];if(!_0x435cc7[_0x1b02('0x3f')][_0x1b02('0x37')](_0x1b02('0x1')))return;const _0x78ebb8=_0x435cc7[_0x1b02('0x47')],_0x2bb4ce=_0x435cc7['plugins'][_0x1b02('0x40')](_0x1b02('0x22')),_0x1697d3=_0x435cc7['plugins'][_0x1b02('0x40')](_0x1b02('0x11'));function _0x31df3f(_0x33970f){return()=>{const _0x5a0226=_0x435cc7[_0x1b02('0x1d')][_0x1b02('0x40')](_0x33970f);let _0x4654c7=Array[_0x1b02('0x35')](_0x435cc7[_0x1b02('0x46')][_0x1b02('0x41')][_0x1b02('0xe')]['getSelectedBlocks']());if(_0xfca1f1(_0x33970f)){_0x4654c7=_0x1697d3['expandListBlocksToCompleteList'](_0x4654c7);const _0x25959a=[];for(const _0x5dc546 of _0x4654c7)_0x1697d3['isFirstBlockOfListItem'](_0x5dc546)&&_0x25959a['push'](_0x5dc546);_0x4654c7=_0x25959a;}_0x435cc7['model'][_0x1b02('0x39')](()=>{_0x2bb4ce[_0x1b02('0x26')](_0x4654c7,{'commandName':_0x33970f,'commandParams':[{'forceValue':!_0x5a0226[_0x1b02('0x14')]}],'formatGroupId':_0x1b02('0x32')},[],_0x1b02('0x3a'));});};}function _0x1f9bb3(_0x1ffc05){return()=>{const _0x48e6fe=function(_0x342c5c){let _0x24f795=Array[_0x1b02('0x35')](_0x342c5c);const _0x254504=_0x24f795[_0x1b02('0x28')](_0xbba71e=>!_0xbba71e[_0x1b02('0x13')](_0x1b02('0x1e')));return _0x254504>-0x1&&(_0x24f795=_0x24f795[_0x1b02('0x20')](0x0,_0x254504)),_0x24f795;}(_0x435cc7['model'][_0x1b02('0x41')]['selection']['getSelectedBlocks']()),_0x478299=_0x48e6fe[_0x48e6fe['length']-0x1],_0x1792e7=_0x435cc7[_0x1b02('0x46')][_0x1b02('0x24')][_0x1b02('0x0')](_0x478299)?'after':'end',_0x4e9f89=_0x435cc7[_0x1b02('0x46')][_0x1b02('0xa')](_0x435cc7[_0x1b02('0x46')]['createPositionAt'](_0x48e6fe[0x0],_0x1b02('0x16')),_0x435cc7[_0x1b02('0x46')][_0x1b02('0x38')](_0x478299,_0x1792e7));_0x435cc7[_0x1b02('0x46')][_0x1b02('0x39')](()=>{_0x2bb4ce['markBlockFormat'](_0x4e9f89,{'commandName':_0x1ffc05,'commandParams':[],'formatGroupId':_0x1b02('0x32')},function(_0x3ef59b){const _0x2ddd2c=new Set();for(const _0x54d204 of _0x3ef59b){let _0xbde2b4=_0x54d204[_0x1b02('0x23')];for(;_0xbde2b4&&_0xbde2b4[_0x1b02('0x42')](_0x1b02('0x2e'))>_0x54d204['getAttribute'](_0x1b02('0x2e'));)_0x2ddd2c[_0x1b02('0x3d')](_0xbde2b4),_0xbde2b4=_0xbde2b4[_0x1b02('0x23')];}return Array[_0x1b02('0x35')](_0x2ddd2c);}(_0x48e6fe));});};}function _0x5851b2(_0x101548){return()=>{const _0x301b0d=_0x435cc7[_0x1b02('0x46')][_0x1b02('0x41')][_0x1b02('0xe')][_0x1b02('0x1f')]()[_0x1b02('0x27')]()[_0x1b02('0x14')],_0x58b27a=_0x435cc7[_0x1b02('0x46')][_0x1b02('0x38')](_0x301b0d,'before'),_0x2e0c3d=_0x435cc7[_0x1b02('0x46')]['createPositionAt'](_0x301b0d,0x0),_0x29aef6=_0x435cc7[_0x1b02('0x46')][_0x1b02('0xa')](_0x58b27a,_0x2e0c3d);_0x435cc7['model']['change'](()=>{_0x2bb4ce[_0x1b02('0x4')](_0x29aef6,{'commandName':_0x101548,'commandParams':[],'formatGroupId':_0x1b02('0x32')});});};}function _0xfca1f1(_0xcb771d){const _0x35a4a8=_0x435cc7[_0x1b02('0x1d')][_0x1b02('0x40')]('bulletedList')[_0x1b02('0x14')],_0x1d60e2=_0x435cc7[_0x1b02('0x1d')][_0x1b02('0x40')]('numberedList')[_0x1b02('0x14')];return _0x1b02('0x1c')===_0xcb771d?_0x35a4a8:_0x1d60e2;}_0x2bb4ce[_0x1b02('0xf')](_0x1b02('0x1c'),_0x31df3f(_0x1b02('0x1c'))),_0x2bb4ce[_0x1b02('0xf')]('bulletedList',_0x31df3f(_0x1b02('0x45'))),_0x2bb4ce[_0x1b02('0xf')](_0x1b02('0x33'),_0x1f9bb3('indentList')),_0x2bb4ce[_0x1b02('0xf')]('outdentList',_0x1f9bb3(_0x1b02('0x3e'))),_0x2bb4ce['enableCommand'](_0x1b02('0x19'),_0x5851b2('splitListItemAfter')),_0x2bb4ce[_0x1b02('0xf')]('splitListItemBefore',_0x5851b2('splitListItemBefore')),_0x2bb4ce[_0x1b02('0x2f')][_0x1b02('0xd')](function(_0x33fe3e){const _0x2533b4=!_0x435cc7[_0x1b02('0x46')][_0x1b02('0x24')][_0x1b02('0x0')](_0x33fe3e),_0x4ca47c=_0x33fe3e[_0x1b02('0x9')],_0x5e2394=_0x33fe3e[_0x1b02('0x23')],_0x16b476=_0x33fe3e['getAttribute'](_0x1b02('0x1e')),_0x14b784=!_0x4ca47c||_0x4ca47c['getAttribute'](_0x1b02('0x1e'))!==_0x16b476,_0x3e97c6=!_0x5e2394||_0x5e2394['getAttribute'](_0x1b02('0x1e'))!==_0x16b476;return _0x2533b4&&Boolean(_0x16b476)&&_0x14b784&&_0x3e97c6;},_0x1c62b8=>_0x4b19ad(_0x78ebb8,_0x1b02('0x2a'),_0x1c62b8)),_0x2bb4ce['_descriptionFactory'][_0x1b02('0x8')](function(_0x2e6d48){const {data:_0x988456}=_0x2e6d48;if(!_0x988456)return;let _0x2bf3ba,_0x5d1c02,_0x462bf5,_0x5490ec;switch(_0x988456[_0x1b02('0x2d')]){case _0x1b02('0x45'):_0x462bf5=_0x988456[_0x1b02('0x5')][0x0][_0x1b02('0x1a')],_0x5490ec=_0xfca1f1(_0x988456[_0x1b02('0x2d')]),_0x2bf3ba=_0x462bf5?'*Format:*\x20insert\x20into\x20%0':_0x1b02('0x2b'),_0x5490ec&&(_0x2bf3ba=_0x1b02('0xb')),_0x5d1c02={'type':_0x1b02('0xc'),'content':_0x4b19ad(_0x78ebb8,_0x2bf3ba,_0x4b19ad(_0x78ebb8,_0x1b02('0x21')))};break;case _0x1b02('0x1c'):_0x462bf5=_0x988456[_0x1b02('0x5')][0x0][_0x1b02('0x1a')],_0x5490ec=_0xfca1f1(_0x988456[_0x1b02('0x2d')]),_0x2bf3ba=_0x462bf5?_0x1b02('0x10'):_0x1b02('0x2b'),_0x5490ec&&(_0x2bf3ba='*Change\x20to:*\x20%0'),_0x5d1c02={'type':_0x1b02('0xc'),'content':_0x4b19ad(_0x78ebb8,_0x2bf3ba,_0x4b19ad(_0x78ebb8,_0x1b02('0x25')))};break;case _0x1b02('0x33'):_0x2bf3ba='*Indent:*\x20%0',_0x5d1c02={'type':_0x1b02('0xc'),'content':_0x4b19ad(_0x78ebb8,_0x2bf3ba,_0x4b19ad(_0x78ebb8,'ELEMENT_LIST_ITEM'))};break;case _0x1b02('0x3e'):_0x2bf3ba=function(_0x1431a8){const _0x56c4f2=_0x1431a8['getFirstRange']();let _0x1a260d=_0x56c4f2['start'][_0x1b02('0x17')];for(;_0x1a260d&&_0x56c4f2['containsItem'](_0x1a260d);){if(_0x1a260d[_0x1b02('0x42')]('listIndent')>0x0)return!0x1;_0x1a260d=_0x1a260d['nextSibling'];}return!0x0;}(_0x2e6d48)?_0x4b19ad(_0x78ebb8,'*Format:*\x20remove\x20from\x20%0',_0x4b19ad(_0x78ebb8,function(_0x583209){const _0x2be843=_0x583209[_0x1b02('0x34')]()[_0x1b02('0x3b')][_0x1b02('0x17')];return _0x1b02('0x3')+_0x2be843[_0x1b02('0x42')](_0x1b02('0x32'))[_0x1b02('0x48')]()+_0x1b02('0x7');}(_0x2e6d48))):_0x4b19ad(_0x78ebb8,_0x1b02('0x2'),_0x4b19ad(_0x78ebb8,_0x1b02('0x2a'))),_0x5d1c02={'type':'format','content':_0x2bf3ba};break;case _0x1b02('0x6'):case'mergeListItemForward':!0x1===_0x988456[_0x1b02('0x44')]&&(_0x2bf3ba='*Merge:*\x20%0',_0x5d1c02={'type':_0x1b02('0x1b'),'content':_0x4b19ad(_0x78ebb8,_0x2bf3ba,_0x4b19ad(_0x78ebb8,_0x1b02('0x2a')))});}return _0x5d1c02;}),_0x2bb4ce[_0x1b02('0x36')][_0x1b02('0x43')](_0x1b02('0x3c'),_0x1b02('0x3a'),_0x1b02('0x2c'),function(_0x16a1ea,_0x10fb89){const _0xc65ed1=[];for(let _0x9b4ed4 of _0x16a1ea)_0x9b4ed4[_0x1b02('0x3b')][_0x1b02('0x17')]===_0x9b4ed4[_0x1b02('0x15')][_0x1b02('0x49')]&&(_0x9b4ed4=_0x435cc7['model'][_0x1b02('0xa')](_0x435cc7[_0x1b02('0x46')]['createPositionAt'](_0x9b4ed4[_0x1b02('0x3b')]['nodeAfter'],0x0))),_0xc65ed1[_0x1b02('0x12')](_0x9b4ed4);_0x435cc7[_0x1b02('0x46')][_0x1b02('0x39')](_0x433e23=>{const _0x11b8ed=_0x435cc7[_0x1b02('0x46')][_0x1b02('0x41')]['selection'],_0x278a2c=Array['from'](_0x11b8ed[_0x1b02('0x4a')]())[_0x1b02('0x18')](_0x5b792e=>_0x1a660f[_0x1b02('0x4b')](_0x5b792e));_0x433e23[_0x1b02('0x31')](_0xc65ed1),_0x435cc7[_0x1b02('0x1d')][_0x1b02('0x40')](_0x10fb89['commandName'])[_0x1b02('0x30')](),_0x10fb89[_0x1b02('0x5')]['push']({'forceDefaultExecution':!0x0}),_0x435cc7['execute'](_0x10fb89[_0x1b02('0x2d')],..._0x10fb89[_0x1b02('0x5')]),_0x433e23[_0x1b02('0x31')](_0x278a2c);for(const _0x44e0f0 of _0x278a2c)_0x44e0f0['detach']();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3d77=['_getSuggestionBlocks','plugins','commandParams','type','model','handleListStyleCommand','selection','TrackChangesEditing','*Format:*\x20set\x20order\x20to\x20reversed','isFirstBlockOfListItem','afterInit','DocumentListUtils','handleListStartCommand','change','*Format:*\x20set\x20start\x20index\x20to\x20%0','listStart','push','config','isListItemBlock','getSelectedBlocks','commandName','_getTranslationKeyForListStyle','reversed','*Change\x20to:*\x20%0','getAttribute','has','handleListReversedCommand','registerDescriptionCallback','format','editor','listStyle','enableCommand','_getSuggestionBlocksForListStyle','expandListBlocksToCompleteList','_descriptionFactory','document','markMultiRangeBlockFormat','listType','startIndex','styles','bind','get','listReversed','numbered','DocumentListPropertiesUtils','getListTypeFromListStyleType','from','length','toUpperCase','replace','_LIST_','handleDescriptions'];(function(_0x5ec4bd,_0x3d770f){const _0x49aa11=function(_0x35c6e4){while(--_0x35c6e4){_0x5ec4bd['push'](_0x5ec4bd['shift']());}};_0x49aa11(++_0x3d770f);}(_0x3d77,0x1f2));const _0x49aa=function(_0x5ec4bd,_0x3d770f){_0x5ec4bd=_0x5ec4bd-0x0;let _0x49aa11=_0x3d77[_0x5ec4bd];return _0x49aa11;};import{Plugin as _0x1fc405}from'ckeditor5/src/core';import{getTranslation as _0x564005}from'../utils/common-translations';export default class At extends _0x1fc405{[_0x49aa('0x20')](){if(!this[_0x49aa('0x33')][_0x49aa('0x17')][_0x49aa('0x2f')]('DocumentListPropertiesEditing'))return;const _0x36af89=this['editor'][_0x49aa('0x27')][_0x49aa('0xb')]('list.properties'),_0x2326dc=this['editor'][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0x1d'));_0x36af89[_0x49aa('0x9')]&&_0x2326dc[_0x49aa('0x1')](_0x49aa('0x0'),this['handleListStyleCommand'][_0x49aa('0xa')](this)),_0x36af89['reversed']&&_0x2326dc[_0x49aa('0x1')](_0x49aa('0xc'),this['handleListReversedCommand'][_0x49aa('0xa')](this)),_0x36af89[_0x49aa('0x8')]&&_0x2326dc[_0x49aa('0x1')](_0x49aa('0x25'),this[_0x49aa('0x22')][_0x49aa('0xa')](this)),_0x2326dc[_0x49aa('0x4')][_0x49aa('0x31')](this['handleDescriptions'][_0x49aa('0xa')](this));}[_0x49aa('0x1b')](_0x589e3d,_0x300b30={}){const _0x24d7b8=this[_0x49aa('0x33')][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0x1d')),_0x51bc9f=this[_0x49aa('0x2')]();this[_0x49aa('0x33')][_0x49aa('0x1a')][_0x49aa('0x23')](()=>{_0x24d7b8[_0x49aa('0x6')](_0x51bc9f,{'commandName':_0x49aa('0x0'),'commandParams':[{'type':_0x300b30[_0x49aa('0x19')]}],'formatGroupId':_0x49aa('0x0')});});}[_0x49aa('0x30')](_0x6ff262,_0x37dfd1={}){const _0x24ccce=this['editor'][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0x1d')),_0x3bf835=this[_0x49aa('0x33')][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0x21')),_0x693dfb=this[_0x49aa('0x16')](_0x1b2318=>_0x3bf835[_0x49aa('0x28')](_0x1b2318)&&'numbered'===_0x1b2318[_0x49aa('0x2e')]('listType'));null!==_0x693dfb&&this[_0x49aa('0x33')][_0x49aa('0x1a')]['change'](()=>{_0x24ccce['markMultiRangeBlockFormat'](_0x693dfb,{'commandName':_0x49aa('0xc'),'commandParams':[{'reversed':_0x37dfd1[_0x49aa('0x2c')]}],'formatGroupId':_0x49aa('0xc')});});}[_0x49aa('0x22')](_0x5b8b97,_0x8a22c2={}){const _0x114d95=this['editor'][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0x1d')),_0x2c5bad=this[_0x49aa('0x33')][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0x21')),_0x57c74=this[_0x49aa('0x16')](_0x582975=>_0x2c5bad['isListItemBlock'](_0x582975)&&_0x49aa('0xd')===_0x582975['getAttribute'](_0x49aa('0x7')));null!==_0x57c74&&this[_0x49aa('0x33')][_0x49aa('0x1a')][_0x49aa('0x23')](()=>{_0x114d95['markMultiRangeBlockFormat'](_0x57c74,{'commandName':_0x49aa('0x25'),'commandParams':[{'startIndex':_0x8a22c2[_0x49aa('0x8')]}],'formatGroupId':_0x49aa('0x25')});});}[_0x49aa('0x15')](_0x2f6d77){const _0x9975b0=this[_0x49aa('0x33')]['locale'],{data:_0x891b2e}=_0x2f6d77;if(!_0x891b2e)return;let _0x1180a3,_0x5215cd;switch(_0x891b2e[_0x49aa('0x2a')]){case _0x49aa('0x0'):_0x1180a3=_0x49aa('0x2d'),_0x5215cd={'type':_0x49aa('0x32'),'content':_0x564005(_0x9975b0,_0x1180a3,_0x564005(_0x9975b0,this[_0x49aa('0x2b')](_0x891b2e[_0x49aa('0x18')][0x0]['type'])))};break;case'listReversed':_0x1180a3=_0x891b2e[_0x49aa('0x18')][0x0][_0x49aa('0x2c')]?_0x49aa('0x1e'):'*Format:*\x20set\x20order\x20to\x20regular',_0x5215cd={'type':_0x49aa('0x32'),'content':_0x564005(_0x9975b0,_0x1180a3)};break;case _0x49aa('0x25'):_0x1180a3=_0x49aa('0x24'),_0x5215cd={'type':_0x49aa('0x32'),'content':_0x564005(_0x9975b0,_0x1180a3,_0x891b2e[_0x49aa('0x18')][0x0]['startIndex'])};}return _0x5215cd;}[_0x49aa('0x2')](){const _0x3f9d1e=this[_0x49aa('0x33')]['plugins']['get'](_0x49aa('0x21'));let _0x5dd394=Array[_0x49aa('0x10')](this[_0x49aa('0x33')]['model'][_0x49aa('0x5')][_0x49aa('0x1c')][_0x49aa('0x29')]());return _0x5dd394[_0x49aa('0x26')](..._0x3f9d1e[_0x49aa('0x3')](_0x5dd394)),_0x5dd394=[...new Set(_0x5dd394)],_0x5dd394;}['_getSuggestionBlocks'](_0x2c03cc){const _0x26acd5=this['editor'][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0x21'));let _0x24a811=Array['from'](this[_0x49aa('0x33')][_0x49aa('0x1a')][_0x49aa('0x5')][_0x49aa('0x1c')]['getSelectedBlocks']())['filter'](_0x2c03cc);if(!_0x24a811[_0x49aa('0x11')])return null;_0x24a811=_0x26acd5[_0x49aa('0x3')](_0x24a811);const _0x272997=[];for(const _0x271796 of _0x24a811)_0x26acd5[_0x49aa('0x1f')](_0x271796)&&_0x272997[_0x49aa('0x26')](_0x271796);return _0x272997;}['_getTranslationKeyForListStyle'](_0x515d05){return'ELEMENT_'+this['editor'][_0x49aa('0x17')][_0x49aa('0xb')](_0x49aa('0xe'))[_0x49aa('0xf')](_0x515d05)[_0x49aa('0x12')]()+_0x49aa('0x14')+_0x515d05[_0x49aa('0x12')]()[_0x49aa('0x13')](/-/g,'_');}}
23
+ const _0x142e=['*Change\x20to:*\x20%0','numbered','registerDescriptionCallback','getAttribute','toUpperCase','reversed','handleListStartCommand','startIndex','_getSuggestionBlocksForListStyle','plugins','change','has','list.properties','getSelectedBlocks','DocumentListPropertiesUtils','length','DocumentListUtils','document','model','handleListStyleCommand','_getSuggestionBlocks','commandName','listReversed','afterInit','listStyle','isFirstBlockOfListItem','from','type','_getTranslationKeyForListStyle','enableCommand','selection','commandParams','push','bind','TrackChangesEditing','handleDescriptions','isListItemBlock','markMultiRangeBlockFormat','handleListReversedCommand','_LIST_','format','listType','listStart','editor','get','config','expandListBlocksToCompleteList','getListTypeFromListStyleType'];(function(_0x21ce61,_0x142e71){const _0x1aa363=function(_0x1917ad){while(--_0x1917ad){_0x21ce61['push'](_0x21ce61['shift']());}};_0x1aa363(++_0x142e71);}(_0x142e,0xf2));const _0x1aa3=function(_0x21ce61,_0x142e71){_0x21ce61=_0x21ce61-0x0;let _0x1aa363=_0x142e[_0x21ce61];return _0x1aa363;};import{Plugin as _0x216539}from'ckeditor5/src/core';import{getTranslation as _0x35c747}from'../utils/common-translations';export default class At extends _0x216539{[_0x1aa3('0x15')](){if(!this[_0x1aa3('0x29')][_0x1aa3('0x7')][_0x1aa3('0x9')]('DocumentListPropertiesEditing'))return;const _0x1acc3f=this[_0x1aa3('0x29')][_0x1aa3('0x2b')][_0x1aa3('0x2a')](_0x1aa3('0xa')),_0xb3bb6e=this[_0x1aa3('0x29')]['plugins'][_0x1aa3('0x2a')](_0x1aa3('0x20'));_0x1acc3f['styles']&&_0xb3bb6e['enableCommand']('listStyle',this[_0x1aa3('0x11')][_0x1aa3('0x1f')](this)),_0x1acc3f[_0x1aa3('0x3')]&&_0xb3bb6e['enableCommand'](_0x1aa3('0x14'),this[_0x1aa3('0x24')]['bind'](this)),_0x1acc3f[_0x1aa3('0x5')]&&_0xb3bb6e[_0x1aa3('0x1b')](_0x1aa3('0x28'),this[_0x1aa3('0x4')][_0x1aa3('0x1f')](this)),_0xb3bb6e['_descriptionFactory'][_0x1aa3('0x0')](this[_0x1aa3('0x21')][_0x1aa3('0x1f')](this));}[_0x1aa3('0x11')](_0x48ce49,_0x4d6ec3={}){const _0x3cfe45=this['editor'][_0x1aa3('0x7')][_0x1aa3('0x2a')](_0x1aa3('0x20')),_0x3a191d=this[_0x1aa3('0x6')]();this[_0x1aa3('0x29')][_0x1aa3('0x10')][_0x1aa3('0x8')](()=>{_0x3cfe45[_0x1aa3('0x23')](_0x3a191d,{'commandName':_0x1aa3('0x16'),'commandParams':[{'type':_0x4d6ec3[_0x1aa3('0x19')]}],'formatGroupId':_0x1aa3('0x16')});});}['handleListReversedCommand'](_0x37cae9,_0x2f2202={}){const _0x44db22=this['editor']['plugins'][_0x1aa3('0x2a')](_0x1aa3('0x20')),_0x2455ea=this[_0x1aa3('0x29')][_0x1aa3('0x7')][_0x1aa3('0x2a')](_0x1aa3('0xe')),_0x7cc2e2=this[_0x1aa3('0x12')](_0x1f0905=>_0x2455ea['isListItemBlock'](_0x1f0905)&&_0x1aa3('0x2f')===_0x1f0905[_0x1aa3('0x1')](_0x1aa3('0x27')));null!==_0x7cc2e2&&this[_0x1aa3('0x29')][_0x1aa3('0x10')][_0x1aa3('0x8')](()=>{_0x44db22['markMultiRangeBlockFormat'](_0x7cc2e2,{'commandName':'listReversed','commandParams':[{'reversed':_0x2f2202['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x851b0b,_0x4de00f={}){const _0x919bea=this[_0x1aa3('0x29')][_0x1aa3('0x7')][_0x1aa3('0x2a')]('TrackChangesEditing'),_0x31616e=this['editor'][_0x1aa3('0x7')][_0x1aa3('0x2a')](_0x1aa3('0xe')),_0x5aa37f=this[_0x1aa3('0x12')](_0x205e3e=>_0x31616e[_0x1aa3('0x22')](_0x205e3e)&&_0x1aa3('0x2f')===_0x205e3e[_0x1aa3('0x1')](_0x1aa3('0x27')));null!==_0x5aa37f&&this[_0x1aa3('0x29')][_0x1aa3('0x10')][_0x1aa3('0x8')](()=>{_0x919bea[_0x1aa3('0x23')](_0x5aa37f,{'commandName':'listStart','commandParams':[{'startIndex':_0x4de00f[_0x1aa3('0x5')]}],'formatGroupId':_0x1aa3('0x28')});});}[_0x1aa3('0x21')](_0x5cd759){const _0x590a8e=this[_0x1aa3('0x29')]['locale'],{data:_0x11f75f}=_0x5cd759;if(!_0x11f75f)return;let _0x111106,_0x517d00;switch(_0x11f75f[_0x1aa3('0x13')]){case _0x1aa3('0x16'):_0x111106=_0x1aa3('0x2e'),_0x517d00={'type':'format','content':_0x35c747(_0x590a8e,_0x111106,_0x35c747(_0x590a8e,this[_0x1aa3('0x1a')](_0x11f75f[_0x1aa3('0x1d')][0x0]['type'])))};break;case _0x1aa3('0x14'):_0x111106=_0x11f75f[_0x1aa3('0x1d')][0x0][_0x1aa3('0x3')]?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x517d00={'type':_0x1aa3('0x26'),'content':_0x35c747(_0x590a8e,_0x111106)};break;case'listStart':_0x111106='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x517d00={'type':'format','content':_0x35c747(_0x590a8e,_0x111106,_0x11f75f[_0x1aa3('0x1d')][0x0][_0x1aa3('0x5')])};}return _0x517d00;}[_0x1aa3('0x6')](){const _0x5eea05=this[_0x1aa3('0x29')][_0x1aa3('0x7')][_0x1aa3('0x2a')](_0x1aa3('0xe'));let _0x113334=Array[_0x1aa3('0x18')](this[_0x1aa3('0x29')][_0x1aa3('0x10')][_0x1aa3('0xf')][_0x1aa3('0x1c')][_0x1aa3('0xb')]());return _0x113334['push'](..._0x5eea05[_0x1aa3('0x2c')](_0x113334)),_0x113334=[...new Set(_0x113334)],_0x113334;}[_0x1aa3('0x12')](_0x4261e5){const _0x29f73e=this[_0x1aa3('0x29')][_0x1aa3('0x7')]['get'](_0x1aa3('0xe'));let _0x1e577d=Array['from'](this[_0x1aa3('0x29')][_0x1aa3('0x10')][_0x1aa3('0xf')][_0x1aa3('0x1c')][_0x1aa3('0xb')]())['filter'](_0x4261e5);if(!_0x1e577d[_0x1aa3('0xd')])return null;_0x1e577d=_0x29f73e['expandListBlocksToCompleteList'](_0x1e577d);const _0x4b98c7=[];for(const _0x542441 of _0x1e577d)_0x29f73e[_0x1aa3('0x17')](_0x542441)&&_0x4b98c7[_0x1aa3('0x1e')](_0x542441);return _0x4b98c7;}[_0x1aa3('0x1a')](_0x1ea323){return'ELEMENT_'+this[_0x1aa3('0x29')][_0x1aa3('0x7')][_0x1aa3('0x2a')](_0x1aa3('0xc'))[_0x1aa3('0x2d')](_0x1ea323)[_0x1aa3('0x2')]()+_0x1aa3('0x25')+_0x1ea323[_0x1aa3('0x2')]()['replace'](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9337=['enter','requires','markerName','removeMarker:suggestion:insertion','fire','showSuggestionHighlights','writer','remove','editing','markInsertion','detach','bind','options','split','end','editor','high','enableCommand','nextSibling','hasClass','fromRange','addMarker:suggestion:insertion','markerNameToElements','get','model','setSelection','afterExecute','ck-suggestion-marker-split','getFirstRange','init','createRange','data','createPositionAt','downcastDispatcher','mapper','unbindElementFromMarkerName','selection','parent'];(function(_0x2ea0e9,_0x9337cd){const _0x3b03f2=function(_0x19c88d){while(--_0x19c88d){_0x2ea0e9['push'](_0x2ea0e9['shift']());}};_0x3b03f2(++_0x9337cd);}(_0x9337,0x128));const _0x3b03=function(_0x2ea0e9,_0x9337cd){_0x2ea0e9=_0x2ea0e9-0x0;let _0x3b03f2=_0x9337[_0x2ea0e9];return _0x3b03f2;};import{Plugin as _0x11b9dd}from'ckeditor5/src/core';import{Enter as _0x225f37}from'ckeditor5/src/enter';import{LiveRange as _0x49d195}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x226471}from'./utils';export default class q extends _0x11b9dd{static get[_0x3b03('0x9')](){return[_0x225f37];}[_0x3b03('0x25')](){const _0x49363e=this[_0x3b03('0x17')],_0xdff8a6=_0x49363e['plugins'][_0x3b03('0x1f')]('TrackChangesEditing'),_0x1a2313=_0x49363e['commands'][_0x3b03('0x1f')](_0x3b03('0x8'));_0xdff8a6[_0x3b03('0x19')](_0x3b03('0x8'),()=>{_0x49363e[_0x3b03('0x20')]['change'](_0x37bca0=>{const _0x5e0798=_0x49363e[_0x3b03('0x20')]['document'][_0x3b03('0x6')],_0x44f7fc=_0x5e0798['getFirstPosition'](),_0x496eab=_0x49d195[_0x3b03('0x1c')](_0x5e0798[_0x3b03('0x24')]());if(_0x1a2313['enterBlock'](_0x37bca0)){const _0x17f096=_0x49363e[_0x3b03('0x20')][_0x3b03('0x2')](_0x44f7fc[_0x3b03('0x7')][_0x3b03('0x1a')],0x0),_0x183b40=_0x37bca0['createRange'](_0x44f7fc,_0x17f096);_0xdff8a6[_0x3b03('0x11')](_0x183b40);}else _0x37bca0[_0x3b03('0x21')](_0x37bca0[_0x3b03('0x0')](_0x496eab[_0x3b03('0x16')]));_0x496eab[_0x3b03('0x12')](),_0x1a2313[_0x3b03('0xc')](_0x3b03('0x22'),{'writer':_0x37bca0});});}),_0x49363e[_0x3b03('0x10')][_0x3b03('0x3')]['on'](_0x3b03('0x1d'),_0x226471(_0x49363e,_0x3b03('0x15')),{'priority':_0x3b03('0x18')}),_0x49363e[_0x3b03('0x10')][_0x3b03('0x3')]['on'](_0x3b03('0xb'),(_0x4aba0f,_0x529447,_0x179367)=>{const _0x20791b=_0x179367['mapper'][_0x3b03('0x1e')](_0x529447['markerName']);if(_0x20791b)for(const _0x523137 of _0x20791b)_0x523137[_0x3b03('0x1b')](_0x3b03('0x23'))&&(_0x179367[_0x3b03('0x4')][_0x3b03('0x5')](_0x523137,_0x529447[_0x3b03('0xa')]),_0x179367[_0x3b03('0xe')][_0x3b03('0xf')](_0x523137));},{'priority':_0x3b03('0x18')}),_0x49363e[_0x3b03('0x1')]['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x7a8761,_0x20c1a8,_0x26e2a9)=>{_0x26e2a9[_0x3b03('0x14')][_0x3b03('0xd')]&&_0x226471(_0x49363e,_0x3b03('0x15'),{'showActiveMarker':!0x1})[_0x3b03('0x13')](this)(_0x7a8761,_0x20c1a8,_0x26e2a9);},{'priority':_0x3b03('0x18')});}}
23
+ const _0x38c8=['plugins','editing','enter','addMarker:suggestion:insertion','createPositionAt','downcastDispatcher','fire','afterExecute','end','setSelection','high','enableCommand','requires','markerNameToElements','mapper','remove','fromRange','detach','hasClass','nextSibling','selection','enterBlock','getFirstPosition','model','createRange','parent','split','showSuggestionHighlights','markInsertion','markerName','get','TrackChangesEditing','options','change'];(function(_0x4792cb,_0x38c8f8){const _0x2d66ee=function(_0x4ae7e3){while(--_0x4ae7e3){_0x4792cb['push'](_0x4792cb['shift']());}};_0x2d66ee(++_0x38c8f8);}(_0x38c8,0x190));const _0x2d66=function(_0x4792cb,_0x38c8f8){_0x4792cb=_0x4792cb-0x0;let _0x2d66ee=_0x38c8[_0x4792cb];return _0x2d66ee;};import{Plugin as _0x1ea5fa}from'ckeditor5/src/core';import{Enter as _0x2aa837}from'ckeditor5/src/enter';import{LiveRange as _0x5cd362}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x4579d5}from'./utils';export default class q extends _0x1ea5fa{static get[_0x2d66('0x14')](){return[_0x2aa837];}['init'](){const _0x26e019=this['editor'],_0x4034ef=_0x26e019[_0x2d66('0x8')][_0x2d66('0x4')](_0x2d66('0x5')),_0x146279=_0x26e019['commands'][_0x2d66('0x4')]('enter');_0x4034ef[_0x2d66('0x13')](_0x2d66('0xa'),()=>{_0x26e019[_0x2d66('0x1f')][_0x2d66('0x7')](_0x389a5e=>{const _0x2123f6=_0x26e019[_0x2d66('0x1f')]['document'][_0x2d66('0x1c')],_0x1e3eb5=_0x2123f6[_0x2d66('0x1e')](),_0xd9f3dd=_0x5cd362[_0x2d66('0x18')](_0x2123f6['getFirstRange']());if(_0x146279[_0x2d66('0x1d')](_0x389a5e)){const _0x18ba4f=_0x26e019[_0x2d66('0x1f')][_0x2d66('0xc')](_0x1e3eb5[_0x2d66('0x21')][_0x2d66('0x1b')],0x0),_0x587204=_0x389a5e[_0x2d66('0x20')](_0x1e3eb5,_0x18ba4f);_0x4034ef[_0x2d66('0x2')](_0x587204);}else _0x389a5e[_0x2d66('0x11')](_0x389a5e[_0x2d66('0x20')](_0xd9f3dd[_0x2d66('0x10')]));_0xd9f3dd[_0x2d66('0x19')](),_0x146279[_0x2d66('0xe')](_0x2d66('0xf'),{'writer':_0x389a5e});});}),_0x26e019['editing'][_0x2d66('0xd')]['on']('addMarker:suggestion:insertion',_0x4579d5(_0x26e019,_0x2d66('0x0')),{'priority':_0x2d66('0x12')}),_0x26e019[_0x2d66('0x9')][_0x2d66('0xd')]['on']('removeMarker:suggestion:insertion',(_0x165f1d,_0x3eb60a,_0x316924)=>{const _0x3f2716=_0x316924['mapper'][_0x2d66('0x15')](_0x3eb60a[_0x2d66('0x3')]);if(_0x3f2716)for(const _0x492a6e of _0x3f2716)_0x492a6e[_0x2d66('0x1a')]('ck-suggestion-marker-split')&&(_0x316924[_0x2d66('0x16')]['unbindElementFromMarkerName'](_0x492a6e,_0x3eb60a[_0x2d66('0x3')]),_0x316924['writer'][_0x2d66('0x17')](_0x492a6e));},{'priority':_0x2d66('0x12')}),_0x26e019['data'][_0x2d66('0xd')]['on'](_0x2d66('0xb'),(_0x1b1a89,_0x3a73d4,_0x29ab13)=>{_0x29ab13[_0x2d66('0x6')][_0x2d66('0x1')]&&_0x4579d5(_0x26e019,_0x2d66('0x0'),{'showActiveMarker':!0x1})['bind'](this)(_0x1b1a89,_0x3a73d4,_0x29ab13);},{'priority':'high'});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5d0c=['replace','findByTextCallback','bind','afterInit','plugins','replaceAll','string','model','getIntersection','editor','end','enableCommand','FindAndReplaceUtils','TrackChangesEditing','findNext','start','item','has','getMarkersGroup','createPositionAt','markers','handleFindCommand','_isInDeletionRange','findPrevious','getRange','get','find'];(function(_0x8254ab,_0x5d0cee){const _0x12ba82=function(_0x38ffe7){while(--_0x38ffe7){_0x8254ab['push'](_0x8254ab['shift']());}};_0x12ba82(++_0x5d0cee);}(_0x5d0c,0x86));const _0x12ba=function(_0x8254ab,_0x5d0cee){_0x8254ab=_0x8254ab-0x0;let _0x12ba82=_0x5d0c[_0x8254ab];return _0x12ba82;};import{Plugin as _0x5f0b9b}from'ckeditor5/src/core';export default class z extends _0x5f0b9b{[_0x12ba('0x4')](){if(!this[_0x12ba('0xa')][_0x12ba('0x5')][_0x12ba('0x12')]('FindAndReplaceEditing'))return;const _0x448a06=this[_0x12ba('0xa')][_0x12ba('0x5')][_0x12ba('0x1a')](_0x12ba('0xe'));_0x448a06[_0x12ba('0xc')](_0x12ba('0x0'),this[_0x12ba('0x16')][_0x12ba('0x3')](this)),_0x448a06[_0x12ba('0xc')](_0x12ba('0xf')),_0x448a06['enableCommand'](_0x12ba('0x18')),_0x448a06[_0x12ba('0xc')](_0x12ba('0x1')),_0x448a06[_0x12ba('0xc')](_0x12ba('0x6'));}['handleFindCommand'](_0x43cd1e,_0xfbd6bb,_0x55c026={}){const _0x266298=this[_0x12ba('0xa')][_0x12ba('0x5')]['get'](_0x12ba('0xd'));void 0x0!==_0x55c026&&_0x43cd1e(_0x411f19=>(_0x12ba('0x7')==typeof _0xfbd6bb?_0x266298[_0x12ba('0x2')](_0xfbd6bb,_0x55c026):_0xfbd6bb)(_0x411f19)['filter'](_0x3ebd47=>!0x1===this[_0x12ba('0x17')](_0x3ebd47,_0x411f19[_0x12ba('0x11')])),_0x55c026);}[_0x12ba('0x17')](_0xd5bb56,_0x2c84ef){const _0x3c34a2=this['editor'][_0x12ba('0x8')]['createRange'](this[_0x12ba('0xa')][_0x12ba('0x8')][_0x12ba('0x14')](_0x2c84ef,_0xd5bb56[_0x12ba('0x10')]),this[_0x12ba('0xa')][_0x12ba('0x8')][_0x12ba('0x14')](_0x2c84ef,_0xd5bb56[_0x12ba('0xb')]));for(const _0x9f4c94 of this[_0x12ba('0xa')][_0x12ba('0x8')][_0x12ba('0x15')][_0x12ba('0x13')]('suggestion:deletion'))if(null!==_0x3c34a2[_0x12ba('0x9')](_0x9f4c94[_0x12ba('0x19')]()))return!0x0;return!0x1;}}
23
+ const _0x340f=['model','createRange','createPositionAt','end','get','getIntersection','afterInit','findByTextCallback','has','item','handleFindCommand','string','findPrevious','bind','editor','markers','replaceAll','enableCommand','suggestion:deletion','TrackChangesEditing','getMarkersGroup','_isInDeletionRange'];(function(_0x1d84c5,_0x340f94){const _0x4ea360=function(_0x401447){while(--_0x401447){_0x1d84c5['push'](_0x1d84c5['shift']());}};_0x4ea360(++_0x340f94);}(_0x340f,0xe0));const _0x4ea3=function(_0x1d84c5,_0x340f94){_0x1d84c5=_0x1d84c5-0x0;let _0x4ea360=_0x340f[_0x1d84c5];return _0x4ea360;};import{Plugin as _0x3b0be2}from'ckeditor5/src/core';export default class z extends _0x3b0be2{[_0x4ea3('0x2')](){if(!this[_0x4ea3('0xa')]['plugins'][_0x4ea3('0x4')]('FindAndReplaceEditing'))return;const _0x45a7f1=this[_0x4ea3('0xa')]['plugins'][_0x4ea3('0x0')](_0x4ea3('0xf'));_0x45a7f1[_0x4ea3('0xd')]('find',this[_0x4ea3('0x6')][_0x4ea3('0x9')](this)),_0x45a7f1[_0x4ea3('0xd')]('findNext'),_0x45a7f1[_0x4ea3('0xd')](_0x4ea3('0x8')),_0x45a7f1[_0x4ea3('0xd')]('replace'),_0x45a7f1[_0x4ea3('0xd')](_0x4ea3('0xc'));}[_0x4ea3('0x6')](_0x46e67e,_0x518c37,_0x3a82bd={}){const _0x48eb38=this['editor']['plugins']['get']('FindAndReplaceUtils');void 0x0!==_0x3a82bd&&_0x46e67e(_0x2356fa=>(_0x4ea3('0x7')==typeof _0x518c37?_0x48eb38[_0x4ea3('0x3')](_0x518c37,_0x3a82bd):_0x518c37)(_0x2356fa)['filter'](_0x566ba7=>!0x1===this[_0x4ea3('0x11')](_0x566ba7,_0x2356fa[_0x4ea3('0x5')])),_0x3a82bd);}['_isInDeletionRange'](_0xf6d17e,_0x400c14){const _0x5748ef=this['editor'][_0x4ea3('0x12')][_0x4ea3('0x13')](this[_0x4ea3('0xa')][_0x4ea3('0x12')]['createPositionAt'](_0x400c14,_0xf6d17e['start']),this[_0x4ea3('0xa')][_0x4ea3('0x12')][_0x4ea3('0x14')](_0x400c14,_0xf6d17e[_0x4ea3('0x15')]));for(const _0x354a20 of this[_0x4ea3('0xa')]['model'][_0x4ea3('0xb')][_0x4ea3('0x10')](_0x4ea3('0xe')))if(null!==_0x5748ef[_0x4ea3('0x1')](_0x354a20['getRange']()))return!0x0;return!0x1;}}