@ckeditor/ckeditor5-track-changes 38.0.0-rc.1 → 38.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/build/track-changes.js +2 -2
  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": "38.0.0-rc.1",
3
+ "version": "38.0.1",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -41,8 +41,8 @@
41
41
  "postversion": "npm run build"
42
42
  },
43
43
  "dependencies": {
44
- "ckeditor5": "^38.0.0-rc.1",
45
- "ckeditor5-collaboration": "^38.0.0-rc.1",
44
+ "ckeditor5": "^38.0.1",
45
+ "ckeditor5-collaboration": "^38.0.1",
46
46
  "lodash-es": "^4.17.11"
47
47
  },
48
48
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xcbaf=['execute','plugins','_isEnabledBasedOnSelection','model','getRanges','_suggestions','editor','TrackChangesEditing','canEditAt','isEnabled','get','refresh'];(function(_0x4f13cf,_0xcbafe1){const _0x4d06dc=function(_0x299096){while(--_0x299096){_0x4f13cf['push'](_0x4f13cf['shift']());}};_0x4d06dc(++_0xcbafe1);}(_0xcbaf,0x1b0));const _0x4d06=function(_0x4f13cf,_0xcbafe1){_0x4f13cf=_0x4f13cf-0x0;let _0x4d06dc=_0xcbaf[_0x4f13cf];return _0x4d06dc;};import{Command as _0x1d39f5}from'ckeditor5/src/core';import{CKEditorError as _0x6375a9}from'ckeditor5/src/utils';export default class M extends _0x1d39f5{constructor(_0x137a00,_0x5ac8e2){super(_0x137a00),this['_suggestions']=_0x5ac8e2,this[_0x4d06('0xb')](),this[_0x4d06('0x2')]=!0x1;}['refresh'](){this[_0x4d06('0x9')]=!0x0;}[_0x4d06('0x0')](_0x248531){const _0xb0659d=this[_0x4d06('0x5')][_0x4d06('0xa')](_0x248531);if(!_0xb0659d)throw new _0x6375a9('track-changes-accept-suggestion-not-found',this);const _0x5e6a01=_0xb0659d[_0x4d06('0x4')]();this[_0x4d06('0x6')][_0x4d06('0x3')][_0x4d06('0x8')](_0x5e6a01)&&this[_0x4d06('0x6')][_0x4d06('0x1')]['get'](_0x4d06('0x7'))['acceptSuggestion'](_0xb0659d);}}
23
+ const _0x15eb=['refresh','plugins','_suggestions','acceptSuggestion','execute','isEnabled','get','_isEnabledBasedOnSelection','editor','track-changes-accept-suggestion-not-found'];(function(_0x81e55a,_0x15eb7c){const _0xaa017b=function(_0x319dae){while(--_0x319dae){_0x81e55a['push'](_0x81e55a['shift']());}};_0xaa017b(++_0x15eb7c);}(_0x15eb,0x86));const _0xaa01=function(_0x81e55a,_0x15eb7c){_0x81e55a=_0x81e55a-0x0;let _0xaa017b=_0x15eb[_0x81e55a];return _0xaa017b;};import{Command as _0x4b364c}from'ckeditor5/src/core';import{CKEditorError as _0xbcfee6}from'ckeditor5/src/utils';export default class M extends _0x4b364c{constructor(_0x336f0a,_0x4c7f14){super(_0x336f0a),this[_0xaa01('0x8')]=_0x4c7f14,this[_0xaa01('0x6')](),this[_0xaa01('0x3')]=!0x1;}[_0xaa01('0x6')](){this[_0xaa01('0x1')]=!0x0;}[_0xaa01('0x0')](_0x23cb1d){const _0x25ddf2=this['_suggestions'][_0xaa01('0x2')](_0x23cb1d);if(!_0x25ddf2)throw new _0xbcfee6(_0xaa01('0x5'),this);const _0x43f206=_0x25ddf2['getRanges']();this[_0xaa01('0x4')]['model']['canEditAt'](_0x43f206)&&this[_0xaa01('0x4')][_0xaa01('0x7')][_0xaa01('0x2')]('TrackChangesEditing')[_0xaa01('0x9')](_0x25ddf2);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x579c=['canEditAt','get','refresh','plugins','editor','isEnabled','_suggestions','execute','_isEnabledBasedOnSelection','getRanges'];(function(_0x81a1c1,_0x579c34){const _0x24b84f=function(_0x129347){while(--_0x129347){_0x81a1c1['push'](_0x81a1c1['shift']());}};_0x24b84f(++_0x579c34);}(_0x579c,0x86));const _0x24b8=function(_0x81a1c1,_0x579c34){_0x81a1c1=_0x81a1c1-0x0;let _0x24b84f=_0x579c[_0x81a1c1];return _0x24b84f;};import{Command as _0x19822c}from'ckeditor5/src/core';import{CKEditorError as _0x2bd2f4}from'ckeditor5/src/utils';export default class $ extends _0x19822c{constructor(_0x34e24f,_0x2c97d5){super(_0x34e24f),this[_0x24b8('0x2')]=_0x2c97d5,this[_0x24b8('0x8')](),this[_0x24b8('0x4')]=!0x1;}[_0x24b8('0x8')](){this[_0x24b8('0x1')]=!0x0;}[_0x24b8('0x3')](_0x505db5){const _0x1c0993=this[_0x24b8('0x2')]['get'](_0x505db5);if(!_0x1c0993)throw new _0x2bd2f4('track-changes-discard-suggestion-not-found',this);const _0x6c6b8a=_0x1c0993[_0x24b8('0x5')]();this['editor']['model'][_0x24b8('0x6')](_0x6c6b8a)&&this[_0x24b8('0x0')][_0x24b8('0x9')][_0x24b8('0x7')]('TrackChangesEditing')['discardSuggestion'](_0x1c0993);}}
23
+ const _0x20de=['model','get','getRanges','canEditAt','editor','_isEnabledBasedOnSelection','execute','_suggestions','plugins','refresh','discardSuggestion','isEnabled','TrackChangesEditing'];(function(_0x9c6040,_0x20deb3){const _0x10fc03=function(_0x3ee04c){while(--_0x3ee04c){_0x9c6040['push'](_0x9c6040['shift']());}};_0x10fc03(++_0x20deb3);}(_0x20de,0x8d));const _0x10fc=function(_0x9c6040,_0x20deb3){_0x9c6040=_0x9c6040-0x0;let _0x10fc03=_0x20de[_0x9c6040];return _0x10fc03;};import{Command as _0x207fbc}from'ckeditor5/src/core';import{CKEditorError as _0x4ac7c8}from'ckeditor5/src/utils';export default class $ extends _0x207fbc{constructor(_0x19cbfa,_0xbde7ec){super(_0x19cbfa),this[_0x10fc('0x9')]=_0xbde7ec,this[_0x10fc('0xb')](),this[_0x10fc('0x7')]=!0x1;}[_0x10fc('0xb')](){this[_0x10fc('0x0')]=!0x0;}[_0x10fc('0x8')](_0x3d71b3){const _0x500ab2=this['_suggestions'][_0x10fc('0x3')](_0x3d71b3);if(!_0x500ab2)throw new _0x4ac7c8('track-changes-discard-suggestion-not-found',this);const _0xdcf7dc=_0x500ab2[_0x10fc('0x4')]();this[_0x10fc('0x6')][_0x10fc('0x2')][_0x10fc('0x5')](_0xdcf7dc)&&this[_0x10fc('0x6')][_0x10fc('0xa')][_0x10fc('0x3')](_0x10fc('0x1'))[_0x10fc('0xc')](_0x500ab2);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x7baf=['refresh','execute','editor','some','values','_isEnabledBasedOnSelection','isInContent','isEnabled','from','_command','canEditAt','model','_suggestions','getRanges'];(function(_0x4274bd,_0x7bafd5){const _0x58ae55=function(_0x2c85a8){while(--_0x2c85a8){_0x4274bd['push'](_0x4274bd['shift']());}};_0x58ae55(++_0x7bafd5);}(_0x7baf,0x17b));const _0x58ae=function(_0x4274bd,_0x7bafd5){_0x4274bd=_0x4274bd-0x0;let _0x58ae55=_0x7baf[_0x4274bd];return _0x58ae55;};import{Command as _0x3cf5bf}from'ckeditor5/src/core';import{sortSuggestions as _0x1380f1,executeCommandForSuggestions as _0x4ca07d}from'../utils/utils';export default class N extends _0x3cf5bf{constructor(_0x5e6001,_0x6d22de,_0x1920f5){super(_0x5e6001),this[_0x58ae('0x8')]=_0x6d22de,this[_0x58ae('0xb')]=_0x1920f5,this[_0x58ae('0xd')](),this[_0x58ae('0x4')]=!0x1;}[_0x58ae('0xd')](){const _0x5a822f=Array[_0x58ae('0x7')](this[_0x58ae('0xb')][_0x58ae('0x3')]())[_0x58ae('0x2')](_0x3301d6=>_0x3301d6[_0x58ae('0x5')]);this[_0x58ae('0x6')]=this[_0x58ae('0x8')]['isEnabled']&&_0x5a822f;}[_0x58ae('0x0')](){const _0x16f85e=_0x1380f1(Array[_0x58ae('0x7')](this[_0x58ae('0xb')][_0x58ae('0x3')]()));for(const _0x507044 of _0x16f85e){const _0x1f7d01=_0x507044[_0x58ae('0xc')]();if(!this['editor'][_0x58ae('0xa')][_0x58ae('0x9')](_0x1f7d01))return;}_0x4ca07d(this[_0x58ae('0x1')][_0x58ae('0xa')],this[_0x58ae('0x8')],_0x16f85e);}}
23
+ const _0x564e=['from','_command','editor','model','canEditAt','values','execute','isInContent','isEnabled','_isEnabledBasedOnSelection','_suggestions'];(function(_0x726714,_0x564e55){const _0x32b904=function(_0x5a1c1c){while(--_0x5a1c1c){_0x726714['push'](_0x726714['shift']());}};_0x32b904(++_0x564e55);}(_0x564e,0x82));const _0x32b9=function(_0x726714,_0x564e55){_0x726714=_0x726714-0x0;let _0x32b904=_0x564e[_0x726714];return _0x32b904;};import{Command as _0x1602a0}from'ckeditor5/src/core';import{sortSuggestions as _0x2a22f8,executeCommandForSuggestions as _0x178eab}from'../utils/utils';export default class N extends _0x1602a0{constructor(_0x2e5f10,_0xd9fa33,_0x1a00fa){super(_0x2e5f10),this[_0x32b9('0x3')]=_0xd9fa33,this[_0x32b9('0x1')]=_0x1a00fa,this['refresh'](),this[_0x32b9('0x0')]=!0x1;}['refresh'](){const _0xb229b0=Array[_0x32b9('0x2')](this[_0x32b9('0x1')][_0x32b9('0x7')]())['some'](_0x555243=>_0x555243[_0x32b9('0x9')]);this[_0x32b9('0xa')]=this[_0x32b9('0x3')][_0x32b9('0xa')]&&_0xb229b0;}[_0x32b9('0x8')](){const _0x265d29=_0x2a22f8(Array[_0x32b9('0x2')](this[_0x32b9('0x1')][_0x32b9('0x7')]()));for(const _0x53c9fa of _0x265d29){const _0x2ed307=_0x53c9fa['getRanges']();if(!this[_0x32b9('0x4')][_0x32b9('0x5')][_0x32b9('0x6')](_0x2ed307))return;}_0x178eab(this[_0x32b9('0x4')][_0x32b9('0x5')],this['_command'],_0x265d29);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xaca4=['model','isEnabled','document','editor','from','_isEnabledBasedOnSelection','getRanges','_selectedSuggestions','refresh','size','_command','values','_suggestions'];(function(_0x1840ae,_0xaca495){const _0xd03679=function(_0x200638){while(--_0x200638){_0x1840ae['push'](_0x1840ae['shift']());}};_0xd03679(++_0xaca495);}(_0xaca4,0xc9));const _0xd036=function(_0x1840ae,_0xaca495){_0x1840ae=_0x1840ae-0x0;let _0xd03679=_0xaca4[_0x1840ae];return _0xd03679;};import{Command as _0x55e099}from'ckeditor5/src/core';import{sortSuggestions as _0x512c89,getSelectedSuggestions as _0x3f57c6,executeCommandForSuggestions as _0xe80611}from'../utils/utils';export default class R extends _0x55e099{constructor(_0x3d2a52,_0x1f2081,_0x3a506d){super(_0x3d2a52),this['_command']=_0x1f2081,this['_suggestions']=_0x3a506d,this[_0xd036('0x1')]=new Set(),this[_0xd036('0x2')](),this[_0xd036('0xc')]=!0x1;}[_0xd036('0x2')](){const _0x22c0da=this[_0xd036('0xa')][_0xd036('0x7')][_0xd036('0x9')]['selection'],_0x5ac61f=Array[_0xd036('0xb')](this[_0xd036('0x6')][_0xd036('0x5')]());this[_0xd036('0x1')]=_0x3f57c6(_0x22c0da,_0x5ac61f),this[_0xd036('0x8')]=this['_command'][_0xd036('0x8')]&&!!this['_selectedSuggestions'][_0xd036('0x3')];}['execute'](){const _0x1472b3=_0x512c89(Array[_0xd036('0xb')](this[_0xd036('0x1')]));for(const _0x2fc68b of _0x1472b3){const _0x580a3f=_0x2fc68b[_0xd036('0x0')]();if(!this[_0xd036('0xa')][_0xd036('0x7')]['canEditAt'](_0x580a3f))return;}_0xe80611(this[_0xd036('0xa')]['model'],this[_0xd036('0x4')],_0x1472b3);}}
23
+ const _0xfd15=['_command','isEnabled','editor','model','_isEnabledBasedOnSelection','refresh','selection','execute','_suggestions','getRanges','from','_selectedSuggestions','values','document','size','canEditAt'];(function(_0x28a799,_0xfd1573){const _0x52f314=function(_0x2d0339){while(--_0x2d0339){_0x28a799['push'](_0x28a799['shift']());}};_0x52f314(++_0xfd1573);}(_0xfd15,0x10e));const _0x52f3=function(_0x28a799,_0xfd1573){_0x28a799=_0x28a799-0x0;let _0x52f314=_0xfd15[_0x28a799];return _0x52f314;};import{Command as _0x42dc4e}from'ckeditor5/src/core';import{sortSuggestions as _0x3a61bc,getSelectedSuggestions as _0x24221a,executeCommandForSuggestions as _0x22cc93}from'../utils/utils';export default class R extends _0x42dc4e{constructor(_0x217cc8,_0x751f33,_0x558323){super(_0x217cc8),this[_0x52f3('0x2')]=_0x751f33,this[_0x52f3('0xa')]=_0x558323,this[_0x52f3('0xd')]=new Set(),this[_0x52f3('0x7')](),this[_0x52f3('0x6')]=!0x1;}['refresh'](){const _0x5b0728=this[_0x52f3('0x4')][_0x52f3('0x5')][_0x52f3('0xf')][_0x52f3('0x8')],_0x11d719=Array[_0x52f3('0xc')](this['_suggestions'][_0x52f3('0xe')]());this[_0x52f3('0xd')]=_0x24221a(_0x5b0728,_0x11d719),this[_0x52f3('0x3')]=this[_0x52f3('0x2')]['isEnabled']&&!!this[_0x52f3('0xd')][_0x52f3('0x0')];}[_0x52f3('0x9')](){const _0x599314=_0x3a61bc(Array[_0x52f3('0xc')](this[_0x52f3('0xd')]));for(const _0x3c90b4 of _0x599314){const _0x574af0=_0x3c90b4[_0x52f3('0xb')]();if(!this[_0x52f3('0x4')][_0x52f3('0x5')][_0x52f3('0x1')](_0x574af0))return;}_0x22cc93(this['editor'][_0x52f3('0x5')],this['_command'],_0x599314);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x391f=['TrackChangesCommand','value','forceDisabled','has','refresh','affectsData','_disableUnsupportedCommands','isEnabled','_enableCommands','clearForceDisabled','editor','_enabledCommands','_isEnabledBasedOnSelection'];(function(_0x217270,_0x391f89){const _0x554615=function(_0x3ac76c){while(--_0x3ac76c){_0x217270['push'](_0x217270['shift']());}};_0x554615(++_0x391f89);}(_0x391f,0xf0));const _0x5546=function(_0x217270,_0x391f89){_0x217270=_0x217270-0x0;let _0x554615=_0x391f[_0x217270];return _0x554615;};import{Command as _0x22d8f0}from'ckeditor5/src/core';export default class _ extends _0x22d8f0{constructor(_0x2bdeb7,_0x103beb){super(_0x2bdeb7),this[_0x5546('0x5')]=_0x103beb,this['value']=!0x1,this[_0x5546('0xb')](),this[_0x5546('0x6')]=!0x1;}[_0x5546('0xb')](){this[_0x5546('0x1')]=!0x0;}['execute'](){this[_0x5546('0x8')]=!this['value'],this['value']?this[_0x5546('0x0')]():this[_0x5546('0x2')]();}[_0x5546('0x0')](){for(const _0x26bdb3 of this[_0x5546('0x4')]['commands']['commands']())_0x26bdb3[_0x5546('0xc')]&&!this[_0x5546('0x5')]['has'](_0x26bdb3)&&_0x26bdb3[_0x5546('0x9')](_0x5546('0x7'));}[_0x5546('0x2')](){for(const _0x45a0b6 of this['editor']['commands']['commands']())_0x45a0b6[_0x5546('0xc')]&&!this[_0x5546('0x5')][_0x5546('0xa')](_0x45a0b6)&&_0x45a0b6[_0x5546('0x3')](_0x5546('0x7'));}}
23
+ const _0x4082=['clearForceDisabled','_enabledCommands','editor','_enableCommands','affectsData','has','commands','_disableUnsupportedCommands','execute','value','TrackChangesCommand','_isEnabledBasedOnSelection','refresh'];(function(_0x363e71,_0x408253){const _0x4e0dc8=function(_0x562a24){while(--_0x562a24){_0x363e71['push'](_0x363e71['shift']());}};_0x4e0dc8(++_0x408253);}(_0x4082,0x148));const _0x4e0d=function(_0x363e71,_0x408253){_0x363e71=_0x363e71-0x0;let _0x4e0dc8=_0x4082[_0x363e71];return _0x4e0dc8;};import{Command as _0xbb7c84}from'ckeditor5/src/core';export default class _ extends _0xbb7c84{constructor(_0x1c8d79,_0x3d1f5c){super(_0x1c8d79),this[_0x4e0d('0xb')]=_0x3d1f5c,this[_0x4e0d('0x6')]=!0x1,this[_0x4e0d('0x9')](),this[_0x4e0d('0x8')]=!0x1;}[_0x4e0d('0x9')](){this['isEnabled']=!0x0;}[_0x4e0d('0x5')](){this[_0x4e0d('0x6')]=!this[_0x4e0d('0x6')],this['value']?this[_0x4e0d('0x4')]():this['_enableCommands']();}[_0x4e0d('0x4')](){for(const _0x225b12 of this[_0x4e0d('0xc')][_0x4e0d('0x3')][_0x4e0d('0x3')]())_0x225b12[_0x4e0d('0x1')]&&!this[_0x4e0d('0xb')][_0x4e0d('0x2')](_0x225b12)&&_0x225b12['forceDisabled'](_0x4e0d('0x7'));}[_0x4e0d('0x0')](){for(const _0x56ac82 of this['editor'][_0x4e0d('0x3')][_0x4e0d('0x3')]())_0x56ac82[_0x4e0d('0x1')]&&!this['_enabledCommands'][_0x4e0d('0x2')](_0x56ac82)&&_0x56ac82[_0x4e0d('0xa')]('TrackChangesCommand');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1f85=['markBlockFormat','center','afterInit','selection','change','locale','document','get','FORMAT_JUSTIFY_TEXT','alignment','right','value','plugins','justify','checkAttribute','getAttribute','TrackChangesEditing','_descriptionFactory','commandName','has','format','filter','editor','left','enableCommand','from','registerDescriptionCallback','model','AlignmentEditing','commandParams','contentLanguageDirection','getSelectedBlocks'];(function(_0x194328,_0x1f85d2){const _0x5a524d=function(_0x225680){while(--_0x225680){_0x194328['push'](_0x194328['shift']());}};_0x5a524d(++_0x1f85d2);}(_0x1f85,0xce));const _0x5a52=function(_0x194328,_0x1f85d2){_0x194328=_0x194328-0x0;let _0x5a524d=_0x1f85[_0x194328];return _0x5a524d;};import{Plugin as _0x5dd42e}from'ckeditor5/src/core';import{getTranslation as _0x2e19ff}from'../utils/common-translations';export default class x extends _0x5dd42e{[_0x5a52('0x14')](){const _0x103745=this[_0x5a52('0x8')],_0x660361=_0x103745[_0x5a52('0x17')];if(!_0x103745['plugins'][_0x5a52('0x5')](_0x5a52('0xe')))return;const _0x2131e8=_0x103745[_0x5a52('0x1e')][_0x5a52('0x19')](_0x5a52('0x2'));_0x2131e8[_0x5a52('0xa')](_0x5a52('0x1b'),(_0x523ff0,_0xcab433={})=>{let _0x243aa4=_0xcab433[_0x5a52('0x1d')];_0xcab433[_0x5a52('0x1d')]||(_0x243aa4='ltr'===_0x103745[_0x5a52('0x17')][_0x5a52('0x10')]?_0x5a52('0x9'):_0x5a52('0x1c'));const _0x935931=Array[_0x5a52('0xb')](this[_0x5a52('0x8')][_0x5a52('0xd')][_0x5a52('0x18')][_0x5a52('0x15')][_0x5a52('0x11')]())[_0x5a52('0x7')](_0x329b92=>function(_0x437b4b,_0x42d988,_0x1fd315){const _0x3a21a5=_0x437b4b[_0x5a52('0x1')](_0x5a52('0x1b'))||null;return _0x42d988[_0x5a52('0x0')](_0x437b4b,'alignment')&&_0x1fd315!=_0x3a21a5;}(_0x329b92,this[_0x5a52('0x8')][_0x5a52('0xd')]['schema'],_0x243aa4));_0x103745[_0x5a52('0xd')][_0x5a52('0x16')](()=>{for(const _0x1f9d10 of _0x935931)_0x2131e8[_0x5a52('0x12')](_0x1f9d10,{'commandName':_0x5a52('0x1b'),'commandParams':[{'value':_0x243aa4}]});});}),_0x2131e8[_0x5a52('0x3')][_0x5a52('0xc')](_0x42a33c=>{const {data:_0x260c1e}=_0x42a33c;if(_0x260c1e&&_0x5a52('0x1b')==_0x260c1e[_0x5a52('0x4')]){const _0xebfafd=_0x260c1e[_0x5a52('0xf')][0x0][_0x5a52('0x1d')];return{'type':_0x5a52('0x6'),'content':_0x2e19ff(_0x660361,'*Format:*\x20%0',function(_0xc797b0){switch(_0xc797b0){case _0x5a52('0x9'):return _0x2e19ff(_0x660361,'FORMAT_ALIGN_TO_LEFT');case _0x5a52('0x1c'):return _0x2e19ff(_0x660361,'FORMAT_ALIGN_TO_RIGHT');case _0x5a52('0x13'):return _0x2e19ff(_0x660361,'FORMAT_ALIGN_TO_CENTER');case _0x5a52('0x1f'):return _0x2e19ff(_0x660361,_0x5a52('0x1a'));}}(_0xebfafd))};}});}}
23
+ const _0x2af2=['center','from','ltr','TrackChangesEditing','left','get','justify','commandParams','locale','model','selection','editor','markBlockFormat','alignment','FORMAT_ALIGN_TO_RIGHT','plugins','FORMAT_ALIGN_TO_CENTER','value','right','*Format:*\x20%0','change','afterInit','commandName','_descriptionFactory','enableCommand','has','AlignmentEditing','filter','getSelectedBlocks','schema','registerDescriptionCallback','getAttribute'];(function(_0x15df62,_0x2af256){const _0x2b5f6d=function(_0x502131){while(--_0x502131){_0x15df62['push'](_0x15df62['shift']());}};_0x2b5f6d(++_0x2af256);}(_0x2af2,0xbf));const _0x2b5f=function(_0x15df62,_0x2af256){_0x15df62=_0x15df62-0x0;let _0x2b5f6d=_0x2af2[_0x15df62];return _0x2b5f6d;};import{Plugin as _0x51e592}from'ckeditor5/src/core';import{getTranslation as _0x52ba5f}from'../utils/common-translations';export default class x extends _0x51e592{[_0x2b5f('0x16')](){const _0x23a38b=this[_0x2b5f('0xc')],_0xa8b99d=_0x23a38b[_0x2b5f('0x9')];if(!_0x23a38b[_0x2b5f('0x10')][_0x2b5f('0x1a')](_0x2b5f('0x1b')))return;const _0x5dc777=_0x23a38b[_0x2b5f('0x10')][_0x2b5f('0x6')](_0x2b5f('0x4'));_0x5dc777[_0x2b5f('0x19')](_0x2b5f('0xe'),(_0x7fff3a,_0x1ecf6e={})=>{let _0x186e07=_0x1ecf6e[_0x2b5f('0x12')];_0x1ecf6e['value']||(_0x186e07=_0x2b5f('0x3')===_0x23a38b[_0x2b5f('0x9')]['contentLanguageDirection']?_0x2b5f('0x5'):_0x2b5f('0x13'));const _0x2712b1=Array[_0x2b5f('0x2')](this[_0x2b5f('0xc')][_0x2b5f('0xa')]['document'][_0x2b5f('0xb')][_0x2b5f('0x1d')]())[_0x2b5f('0x1c')](_0x3c804b=>function(_0xb7bf16,_0x49cb1c,_0x439656){const _0x1cd675=_0xb7bf16[_0x2b5f('0x0')](_0x2b5f('0xe'))||null;return _0x49cb1c['checkAttribute'](_0xb7bf16,_0x2b5f('0xe'))&&_0x439656!=_0x1cd675;}(_0x3c804b,this[_0x2b5f('0xc')][_0x2b5f('0xa')][_0x2b5f('0x1e')],_0x186e07));_0x23a38b[_0x2b5f('0xa')][_0x2b5f('0x15')](()=>{for(const _0x2f565c of _0x2712b1)_0x5dc777[_0x2b5f('0xd')](_0x2f565c,{'commandName':'alignment','commandParams':[{'value':_0x186e07}]});});}),_0x5dc777[_0x2b5f('0x18')][_0x2b5f('0x1f')](_0x3110f1=>{const {data:_0x245eac}=_0x3110f1;if(_0x245eac&&_0x2b5f('0xe')==_0x245eac[_0x2b5f('0x17')]){const _0x542a9d=_0x245eac[_0x2b5f('0x8')][0x0][_0x2b5f('0x12')];return{'type':'format','content':_0x52ba5f(_0xa8b99d,_0x2b5f('0x14'),function(_0x566276){switch(_0x566276){case'left':return _0x52ba5f(_0xa8b99d,'FORMAT_ALIGN_TO_LEFT');case _0x2b5f('0x13'):return _0x52ba5f(_0xa8b99d,_0x2b5f('0xf'));case _0x2b5f('0x1'):return _0x52ba5f(_0xa8b99d,_0x2b5f('0x11'));case _0x2b5f('0x7'):return _0x52ba5f(_0xa8b99d,'FORMAT_JUSTIFY_TEXT');}}(_0x542a9d))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5658=['_descriptionFactory','subscript','FORMAT_UNDERLINE','format','forceValue','isCollapsed','toLowerCase','slice','plugins','StrikethroughEditing','*Remove\x20format:*\x20%0','strikethrough','selection','editor','get','SuperscriptEditing','enableCommand','afterInit','getRanges','bold','*Format:*\x20%0','UnderlineEditing','from','FORMAT_ITALIC','commands','FORMAT_STRIKETHROUGH','registerDescriptionCallback','FORMAT_CODE','code','markInlineFormat','document','BoldEditing','change','has'];(function(_0x230ed1,_0x565872){const _0x541565=function(_0xdb1322){while(--_0xdb1322){_0x230ed1['push'](_0x230ed1['shift']());}};_0x541565(++_0x565872);}(_0x5658,0xf7));const _0x5415=function(_0x230ed1,_0x565872){_0x230ed1=_0x230ed1-0x0;let _0x541565=_0x5658[_0x230ed1];return _0x541565;};import{Plugin as _0x43fa8a}from'ckeditor5/src/core';import{getTranslation as _0x51f61b}from'../utils/common-translations';import{getRangesWithAttribute as _0x169dc8}from'./utils';const Kt=[_0x5415('0x16'),'ItalicEditing',_0x5415('0xc'),'CodeEditing',_0x5415('0x0'),'SubscriptEditing',_0x5415('0x6')];export default class U extends _0x43fa8a{[_0x5415('0x8')](){const _0x50aefb=this[_0x5415('0x4')],_0x2a6df4=_0x50aefb['model'],_0x5f56f9=_0x50aefb[_0x5415('0x21')][_0x5415('0x5')]('TrackChangesEditing'),_0x166c14=_0x50aefb['locale'];for(const _0x41404e of Kt){if(!_0x50aefb[_0x5415('0x21')][_0x5415('0x18')](_0x41404e))continue;const _0x3a407f=_0x41404e[_0x5415('0x20')](0x0,-0x7)[_0x5415('0x1f')](),_0x3ea0ec=_0x50aefb[_0x5415('0xf')][_0x5415('0x5')](_0x3a407f);_0x5f56f9[_0x5415('0x7')](_0x3a407f,(_0x25c1d1,_0x1feede={})=>{const _0x3f8664=_0x2a6df4[_0x5415('0x15')][_0x5415('0x3')];if(_0x3f8664[_0x5415('0x1e')])return void _0x25c1d1(_0x1feede);const _0x5651dc=void 0x0!==_0x1feede[_0x5415('0x1d')]?_0x1feede['forceValue']:!_0x3ea0ec['value'];_0x2a6df4[_0x5415('0x17')](()=>{const _0x48d0d1=Array[_0x5415('0xd')](_0x3f8664[_0x5415('0x9')]());for(const _0x25e03a of _0x48d0d1){const _0x1e305d=_0x5651dc?[_0x25e03a]:_0x169dc8(_0x3a407f,_0x25e03a,_0x2a6df4);for(const _0x395b23 of _0x1e305d)_0x5f56f9[_0x5415('0x14')](_0x395b23,{'commandName':_0x3a407f,'commandParams':[{'forceValue':_0x5651dc}]});}});});}function _0x51289e(_0x385d79,_0x27228b){_0x5f56f9[_0x5415('0x19')][_0x5415('0x11')](_0x13b08e=>{const {data:_0x391bad}=_0x13b08e;if(_0x391bad&&_0x391bad['commandName']===_0x385d79)return _0x391bad['commandParams'][0x0][_0x5415('0x1d')]?{'type':_0x5415('0x1c'),'content':_0x51f61b(_0x166c14,_0x5415('0xb'),_0x27228b)}:{'type':_0x5415('0x1c'),'content':_0x51f61b(_0x166c14,_0x5415('0x1'),_0x27228b)};});}_0x51289e(_0x5415('0xa'),_0x51f61b(_0x166c14,'FORMAT_BOLD')),_0x51289e('italic',_0x51f61b(_0x166c14,_0x5415('0xe'))),_0x51289e('underline',_0x51f61b(_0x166c14,_0x5415('0x1b'))),_0x51289e(_0x5415('0x13'),_0x51f61b(_0x166c14,_0x5415('0x12'))),_0x51289e(_0x5415('0x2'),_0x51f61b(_0x166c14,_0x5415('0x10'))),_0x51289e(_0x5415('0x1a'),_0x51f61b(_0x166c14,'FORMAT_SUBSCRIPT')),_0x51289e('superscript',_0x51f61b(_0x166c14,'FORMAT_SUPERSCRIPT'));}}
23
+ const _0x11c4=['plugins','slice','forceValue','markInlineFormat','bold','FORMAT_SUBSCRIPT','toLowerCase','subscript','get','from','commands','getRanges','isCollapsed','*Format:*\x20%0','UnderlineEditing','superscript','ItalicEditing','format','strikethrough','italic','FORMAT_STRIKETHROUGH','underline','locale','FORMAT_CODE','commandName','document','code','FORMAT_SUPERSCRIPT','selection','SuperscriptEditing'];(function(_0x3a68c2,_0x11c426){const _0x5c3309=function(_0xc07ad4){while(--_0xc07ad4){_0x3a68c2['push'](_0x3a68c2['shift']());}};_0x5c3309(++_0x11c426);}(_0x11c4,0x159));const _0x5c33=function(_0x3a68c2,_0x11c426){_0x3a68c2=_0x3a68c2-0x0;let _0x5c3309=_0x11c4[_0x3a68c2];return _0x5c3309;};import{Plugin as _0x2d8059}from'ckeditor5/src/core';import{getTranslation as _0x484f68}from'../utils/common-translations';import{getRangesWithAttribute as _0x2e809c}from'./utils';const Kt=['BoldEditing',_0x5c33('0x1'),_0x5c33('0x1d'),'CodeEditing','StrikethroughEditing','SubscriptEditing',_0x5c33('0xe')];export default class U extends _0x2d8059{['afterInit'](){const _0x299a87=this['editor'],_0x5219cb=_0x299a87['model'],_0x5be9d6=_0x299a87[_0x5c33('0xf')][_0x5c33('0x17')]('TrackChangesEditing'),_0x34aa05=_0x299a87[_0x5c33('0x7')];for(const _0x70a5e4 of Kt){if(!_0x299a87['plugins']['has'](_0x70a5e4))continue;const _0x4b96f0=_0x70a5e4[_0x5c33('0x10')](0x0,-0x7)[_0x5c33('0x15')](),_0x37433f=_0x299a87[_0x5c33('0x19')][_0x5c33('0x17')](_0x4b96f0);_0x5be9d6['enableCommand'](_0x4b96f0,(_0x1b6f1c,_0x166178={})=>{const _0x5b7b68=_0x5219cb[_0x5c33('0xa')][_0x5c33('0xd')];if(_0x5b7b68[_0x5c33('0x1b')])return void _0x1b6f1c(_0x166178);const _0x18fdd3=void 0x0!==_0x166178[_0x5c33('0x11')]?_0x166178[_0x5c33('0x11')]:!_0x37433f['value'];_0x5219cb['change'](()=>{const _0x556e14=Array[_0x5c33('0x18')](_0x5b7b68[_0x5c33('0x1a')]());for(const _0x50fe8e of _0x556e14){const _0x348171=_0x18fdd3?[_0x50fe8e]:_0x2e809c(_0x4b96f0,_0x50fe8e,_0x5219cb);for(const _0x4ee588 of _0x348171)_0x5be9d6[_0x5c33('0x12')](_0x4ee588,{'commandName':_0x4b96f0,'commandParams':[{'forceValue':_0x18fdd3}]});}});});}function _0x51deee(_0x396491,_0x2cb24f){_0x5be9d6['_descriptionFactory']['registerDescriptionCallback'](_0x4cc343=>{const {data:_0xc0ed7b}=_0x4cc343;if(_0xc0ed7b&&_0xc0ed7b[_0x5c33('0x9')]===_0x396491)return _0xc0ed7b['commandParams'][0x0][_0x5c33('0x11')]?{'type':_0x5c33('0x2'),'content':_0x484f68(_0x34aa05,_0x5c33('0x1c'),_0x2cb24f)}:{'type':_0x5c33('0x2'),'content':_0x484f68(_0x34aa05,'*Remove\x20format:*\x20%0',_0x2cb24f)};});}_0x51deee(_0x5c33('0x13'),_0x484f68(_0x34aa05,'FORMAT_BOLD')),_0x51deee(_0x5c33('0x4'),_0x484f68(_0x34aa05,'FORMAT_ITALIC')),_0x51deee(_0x5c33('0x6'),_0x484f68(_0x34aa05,'FORMAT_UNDERLINE')),_0x51deee(_0x5c33('0xb'),_0x484f68(_0x34aa05,_0x5c33('0x8'))),_0x51deee(_0x5c33('0x3'),_0x484f68(_0x34aa05,_0x5c33('0x5'))),_0x51deee(_0x5c33('0x16'),_0x484f68(_0x34aa05,_0x5c33('0x14'))),_0x51deee(_0x5c33('0x0'),_0x484f68(_0x34aa05,_0x5c33('0xc')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c20=['registerDescriptionCallback','format','value','model','document','change','commandName','$root','enableCommand','blockQuote','ELEMENT_BLOCK_QUOTE','from','commands','parent','forceValue','BlockQuoteEditing','*Format:*\x20%0','commandParams','getSelectedBlocks','checkChild','_descriptionFactory','selection','schema','has','afterInit','*Remove\x20format:*\x20%0','filter','TrackChangesEditing','plugins','markBlockFormat','get','editor','name'];(function(_0x1d0d65,_0x3c203d){const _0x38abb3=function(_0x1c479c){while(--_0x1c479c){_0x1d0d65['push'](_0x1d0d65['shift']());}};_0x38abb3(++_0x3c203d);}(_0x3c20,0xde));const _0x38ab=function(_0x1d0d65,_0x3c203d){_0x1d0d65=_0x1d0d65-0x0;let _0x38abb3=_0x3c20[_0x1d0d65];return _0x38abb3;};import{Plugin as _0x120c58}from'ckeditor5/src/core';import{getTranslation as _0x15c388}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x18fafa}from'../utils/utils';export default class j extends _0x120c58{[_0x38ab('0x0')](){const _0x24efb9=this[_0x38ab('0x7')],_0x466b79=_0x24efb9['locale'];if(!_0x24efb9[_0x38ab('0x4')][_0x38ab('0x20')](_0x38ab('0x18')))return;const _0x54002d=_0x24efb9[_0x38ab('0x4')][_0x38ab('0x6')](_0x38ab('0x3')),_0x2599a9=this[_0x38ab('0x7')][_0x38ab('0x15')][_0x38ab('0x6')](_0x38ab('0x12'));_0x54002d[_0x38ab('0x11')]('blockQuote',(_0x429ab0,_0x490a4a={})=>{const _0x620a68=this[_0x38ab('0x7')][_0x38ab('0xc')][_0x38ab('0xd')][_0x38ab('0x1e')],_0x7dda54=_0x490a4a&&void 0x0!==_0x490a4a[_0x38ab('0x17')]?_0x490a4a[_0x38ab('0x17')]:!_0x2599a9[_0x38ab('0xb')];let _0x47999e=[];if(_0x7dda54){const _0x71e744=Array[_0x38ab('0x14')](_0x620a68[_0x38ab('0x1b')]())['filter'](_0x758359=>Xt(_0x758359)||function(_0x72997f,_0x420a90){const _0xc3d0f2=_0x420a90[_0x38ab('0x1c')](_0x72997f[_0x38ab('0x16')],'blockQuote'),_0x22b35f=_0x420a90[_0x38ab('0x1c')]([_0x38ab('0x10'),_0x38ab('0x12')],_0x72997f);return _0xc3d0f2&&_0x22b35f;}(_0x758359,this[_0x38ab('0x7')]['model'][_0x38ab('0x1f')]));_0x47999e=_0x18fafa(_0x71e744,_0x24efb9[_0x38ab('0xc')]);}else{const _0x43047e=Array[_0x38ab('0x14')](_0x620a68['getSelectedBlocks']())[_0x38ab('0x2')](_0x2ded80=>Xt(_0x2ded80));_0x47999e=_0x18fafa(_0x43047e,_0x24efb9[_0x38ab('0xc')]);}_0x24efb9[_0x38ab('0xc')][_0x38ab('0xe')](()=>{for(const _0x50920d of _0x47999e)_0x54002d[_0x38ab('0x5')](_0x50920d,{'commandName':_0x38ab('0x12'),'commandParams':[{'forceValue':_0x7dda54}]});});}),_0x54002d[_0x38ab('0x1d')][_0x38ab('0x9')](_0x163d23=>{const {data:_0x46c22b}=_0x163d23;if(_0x46c22b&&'blockQuote'==_0x46c22b[_0x38ab('0xf')]){const _0x1a5cce=_0x15c388(_0x466b79,_0x38ab('0x13'));return _0x46c22b[_0x38ab('0x1a')][0x0]['forceValue']?{'type':_0x38ab('0xa'),'content':_0x15c388(_0x466b79,_0x38ab('0x19'),_0x1a5cce)}:{'type':_0x38ab('0xa'),'content':_0x15c388(_0x466b79,_0x38ab('0x1'),_0x1a5cce)};}});}}function Xt(_0x3919cf){return'blockQuote'==_0x3919cf[_0x38ab('0x16')][_0x38ab('0x8')];}
23
+ const _0x13a9=['markBlockFormat','value','getSelectedBlocks','model','afterInit','plugins','format','locale','*Remove\x20format:*\x20%0','editor','registerDescriptionCallback','get','parent','checkChild','selection','TrackChangesEditing','has','ELEMENT_BLOCK_QUOTE','_descriptionFactory','enableCommand','commandName','blockQuote','*Format:*\x20%0','BlockQuoteEditing','forceValue','from','commands','filter','name'];(function(_0x1c2708,_0x13a93c){const _0x16403a=function(_0x34d254){while(--_0x34d254){_0x1c2708['push'](_0x1c2708['shift']());}};_0x16403a(++_0x13a93c);}(_0x13a9,0x6b));const _0x1640=function(_0x1c2708,_0x13a93c){_0x1c2708=_0x1c2708-0x0;let _0x16403a=_0x13a9[_0x1c2708];return _0x16403a;};import{Plugin as _0x18657d}from'ckeditor5/src/core';import{getTranslation as _0x573406}from'../utils/common-translations';import{getRangesOfBlockGroups as _0xeac71c}from'../utils/utils';export default class j extends _0x18657d{[_0x1640('0xd')](){const _0x216c90=this[_0x1640('0x12')],_0x1479ac=_0x216c90[_0x1640('0x10')];if(!_0x216c90['plugins'][_0x1640('0x19')](_0x1640('0x3')))return;const _0x1c379c=_0x216c90[_0x1640('0xe')][_0x1640('0x14')](_0x1640('0x18')),_0x4777f8=this[_0x1640('0x12')][_0x1640('0x6')]['get'](_0x1640('0x1'));_0x1c379c[_0x1640('0x1c')](_0x1640('0x1'),(_0x3c3732,_0x110b29={})=>{const _0x482d6c=this[_0x1640('0x12')][_0x1640('0xc')]['document'][_0x1640('0x17')],_0x2dae29=_0x110b29&&void 0x0!==_0x110b29['forceValue']?_0x110b29[_0x1640('0x4')]:!_0x4777f8[_0x1640('0xa')];let _0x3f2464=[];if(_0x2dae29){const _0x2e1070=Array[_0x1640('0x5')](_0x482d6c[_0x1640('0xb')]())[_0x1640('0x7')](_0x3c284f=>Xt(_0x3c284f)||function(_0x112ae7,_0x59ed8a){const _0x430836=_0x59ed8a[_0x1640('0x16')](_0x112ae7['parent'],_0x1640('0x1')),_0x944c5a=_0x59ed8a[_0x1640('0x16')](['$root',_0x1640('0x1')],_0x112ae7);return _0x430836&&_0x944c5a;}(_0x3c284f,this['editor']['model']['schema']));_0x3f2464=_0xeac71c(_0x2e1070,_0x216c90[_0x1640('0xc')]);}else{const _0x52e7a7=Array[_0x1640('0x5')](_0x482d6c[_0x1640('0xb')]())['filter'](_0x41bfd7=>Xt(_0x41bfd7));_0x3f2464=_0xeac71c(_0x52e7a7,_0x216c90[_0x1640('0xc')]);}_0x216c90['model']['change'](()=>{for(const _0x466c6b of _0x3f2464)_0x1c379c[_0x1640('0x9')](_0x466c6b,{'commandName':_0x1640('0x1'),'commandParams':[{'forceValue':_0x2dae29}]});});}),_0x1c379c[_0x1640('0x1b')][_0x1640('0x13')](_0x1a9c77=>{const {data:_0x46f3af}=_0x1a9c77;if(_0x46f3af&&_0x1640('0x1')==_0x46f3af[_0x1640('0x0')]){const _0x4a4c88=_0x573406(_0x1479ac,_0x1640('0x1a'));return _0x46f3af['commandParams'][0x0][_0x1640('0x4')]?{'type':'format','content':_0x573406(_0x1479ac,_0x1640('0x2'),_0x4a4c88)}:{'type':_0x1640('0xf'),'content':_0x573406(_0x1479ac,_0x1640('0x11'),_0x4a4c88)};}});}}function Xt(_0x581575){return'blockQuote'==_0x581575[_0x1640('0x15')][_0x1640('0x8')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1c64=['enableCommand','plugins','commands','afterInit','editor','get','TrackChangesEditing','ckbox'];(function(_0x35b0b8,_0x1c6422){const _0x370ce6=function(_0x2765a1){while(--_0x2765a1){_0x35b0b8['push'](_0x35b0b8['shift']());}};_0x370ce6(++_0x1c6422);}(_0x1c64,0x145));const _0x370c=function(_0x35b0b8,_0x1c6422){_0x35b0b8=_0x35b0b8-0x0;let _0x370ce6=_0x1c64[_0x35b0b8];return _0x370ce6;};import{Plugin as _0x59ba6d}from'ckeditor5/src/core';export default class E extends _0x59ba6d{[_0x370c('0x6')](){const _0x22d6f4=this[_0x370c('0x7')];_0x22d6f4[_0x370c('0x5')][_0x370c('0x0')](_0x370c('0x2'))&&_0x22d6f4[_0x370c('0x4')][_0x370c('0x0')](_0x370c('0x1'))[_0x370c('0x3')]('ckbox');}}
23
+ const _0x337c=['editor','get','plugins','commands','afterInit','ckbox'];(function(_0x4c6871,_0x337c68){const _0x337da9=function(_0x117850){while(--_0x117850){_0x4c6871['push'](_0x4c6871['shift']());}};_0x337da9(++_0x337c68);}(_0x337c,0x1a5));const _0x337d=function(_0x4c6871,_0x337c68){_0x4c6871=_0x4c6871-0x0;let _0x337da9=_0x337c[_0x4c6871];return _0x337da9;};import{Plugin as _0x5a4e66}from'ckeditor5/src/core';export default class E extends _0x5a4e66{[_0x337d('0x3')](){const _0x498c29=this[_0x337d('0x5')];_0x498c29[_0x337d('0x2')][_0x337d('0x0')](_0x337d('0x4'))&&_0x498c29[_0x337d('0x1')][_0x337d('0x0')]('TrackChangesEditing')['enableCommand'](_0x337d('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x269e=['config','get','document','outdentCodeBlock','from','ELEMENT_CODE_BLOCK','format','registerElementLabel','languages','formatBlock','_descriptionFactory','forceValue','plugins','has','checkChild','commandParams','*Format:*\x20%0','locale','getSelectedBlocks','markBlockFormat','language','label','enableCommand','parent','afterInit','commandName','filter','change','find','codeBlock','selection','isLimit','indentCodeBlock','model','CodeBlock'];(function(_0x1a52aa,_0x269e3b){const _0x51c71b=function(_0x4b7cda){while(--_0x4b7cda){_0x1a52aa['push'](_0x1a52aa['shift']());}};_0x51c71b(++_0x269e3b);}(_0x269e,0xd2));const _0x51c7=function(_0x1a52aa,_0x269e3b){_0x1a52aa=_0x1a52aa-0x0;let _0x51c71b=_0x269e[_0x1a52aa];return _0x51c71b;};import{Plugin as _0x1133f6}from'ckeditor5/src/core';import{getTranslation as _0x4cdcc0}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x4516f4}from'../utils/utils';export default class O extends _0x1133f6{[_0x51c7('0x18')](){const _0x514877=this['editor'];if(!_0x514877[_0x51c7('0xc')][_0x51c7('0xd')](_0x51c7('0x22')))return;const _0x42bdf0=_0x514877[_0x51c7('0xc')][_0x51c7('0x1')]('TrackChangesEditing'),_0x497148=_0x514877[_0x51c7('0x11')],_0x2c0150=_0x514877[_0x51c7('0x0')][_0x51c7('0x1')](_0x51c7('0x1d'))[_0x51c7('0x8')],_0x27482b=_0x514877['commands'][_0x51c7('0x1')](_0x51c7('0x1d'));_0x42bdf0['enableCommand'](_0x51c7('0x20')),_0x42bdf0['enableCommand'](_0x51c7('0x3')),_0x42bdf0[_0x51c7('0x16')](_0x51c7('0x1d'),(_0x386f39,_0xcdf0fd={})=>{const _0x35c786=_0x514877['model'],_0x1e73fb=_0x514877[_0x51c7('0x21')][_0x51c7('0x2')][_0x51c7('0x1e')],_0x372e52=_0xcdf0fd&&void 0x0!==_0xcdf0fd[_0x51c7('0xb')]?_0xcdf0fd['forceValue']:!_0x27482b['value'];let _0x267fcd;_0xcdf0fd[_0x51c7('0x14')]||(_0xcdf0fd['language']=_0x2c0150[0x0][_0x51c7('0x14')]),_0x267fcd=_0x372e52?Array['from'](_0x1e73fb['getSelectedBlocks']())[_0x51c7('0x1a')](_0x571785=>oo(_0x571785)||function(_0x1e9e5b,_0x840407){if(_0x1e9e5b['is']('rootElement')||_0x840407[_0x51c7('0x1f')](_0x1e9e5b))return!0x1;return _0x840407[_0x51c7('0xe')](_0x1e9e5b[_0x51c7('0x17')],_0x51c7('0x1d'));}(_0x571785,_0x35c786['schema'])):Array[_0x51c7('0x4')](_0x1e73fb[_0x51c7('0x12')]())[_0x51c7('0x1a')](_0x160105=>oo(_0x160105));const _0x7d5162=_0x4516f4(_0x267fcd,_0x35c786);_0x35c786[_0x51c7('0x1b')](()=>{for(const _0x3bea81 of _0x7d5162)_0x42bdf0[_0x51c7('0x13')](_0x3bea81,{'commandName':_0x51c7('0x1d'),'commandParams':[{..._0xcdf0fd,'forceValue':_0x372e52}],'formatGroupId':'blockName'});});}),(_0x42bdf0[_0x51c7('0xa')][_0x51c7('0x7')](_0x51c7('0x1d'),_0x1333d2=>_0x4cdcc0(_0x497148,_0x51c7('0x5'),_0x1333d2)),_0x42bdf0['_descriptionFactory']['registerDescriptionCallback'](_0x31c92d=>{const _0x425ab0=_0x497148['t'],{type:_0x3bde3c,data:_0x1ae5fe}=_0x31c92d;if(_0x51c7('0x9')==_0x3bde3c&&_0x1ae5fe&&_0x51c7('0x1d')==_0x1ae5fe[_0x51c7('0x19')]){const _0x2142b8=_0x1ae5fe[_0x51c7('0xf')][0x0]['language'],_0x58c490=_0x425ab0(_0x2c0150[_0x51c7('0x1c')](_0x46d0a0=>_0x46d0a0['language']===_0x2142b8)[_0x51c7('0x15')]);return _0x1ae5fe[_0x51c7('0xf')][0x0][_0x51c7('0xb')]?{'type':_0x51c7('0x6'),'content':_0x4cdcc0(_0x497148,_0x51c7('0x10'),_0x4cdcc0(_0x497148,_0x51c7('0x5'),0x1)+'\x20('+_0x58c490+')')}:{'type':'format','content':_0x4cdcc0(_0x497148,'*Remove\x20format:*\x20%0',_0x4cdcc0(_0x497148,_0x51c7('0x5'),0x1))};}}));}}function oo(_0x4ec019){return'codeBlock'==_0x4ec019['name'];}
23
+ const _0x4674=['commandName','plugins','editor','filter','languages','*Remove\x20format:*\x20%0','markBlockFormat','_descriptionFactory','format','enableCommand','change','value','find','commandParams','CodeBlock','indentCodeBlock','afterInit','registerDescriptionCallback','codeBlock','TrackChangesEditing','language','checkChild','schema','model','commands','formatBlock','config','selection','forceValue','isLimit','ELEMENT_CODE_BLOCK','registerElementLabel','name','document','getSelectedBlocks','outdentCodeBlock','from','parent','*Format:*\x20%0'];(function(_0x5db78c,_0x4674a8){const _0x3f6539=function(_0x1f6fd1){while(--_0x1f6fd1){_0x5db78c['push'](_0x5db78c['shift']());}};_0x3f6539(++_0x4674a8);}(_0x4674,0x1ee));const _0x3f65=function(_0x5db78c,_0x4674a8){_0x5db78c=_0x5db78c-0x0;let _0x3f6539=_0x4674[_0x5db78c];return _0x3f6539;};import{Plugin as _0x1862b7}from'ckeditor5/src/core';import{getTranslation as _0x31859c}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x2ff75d}from'../utils/utils';export default class O extends _0x1862b7{[_0x3f65('0x1d')](){const _0x526c02=this[_0x3f65('0xf')];if(!_0x526c02[_0x3f65('0xe')]['has'](_0x3f65('0x1b')))return;const _0x38c521=_0x526c02[_0x3f65('0xe')]['get'](_0x3f65('0x20')),_0x578c49=_0x526c02['locale'],_0x3c9b1a=_0x526c02[_0x3f65('0x0')]['get'](_0x3f65('0x1f'))[_0x3f65('0x11')],_0x1c24ce=_0x526c02[_0x3f65('0x25')]['get']('codeBlock');_0x38c521[_0x3f65('0x16')](_0x3f65('0x1c')),_0x38c521['enableCommand'](_0x3f65('0x9')),_0x38c521[_0x3f65('0x16')]('codeBlock',(_0x4f2ecc,_0x4daddf={})=>{const _0x226e5d=_0x526c02['model'],_0x10b322=_0x526c02[_0x3f65('0x24')][_0x3f65('0x7')][_0x3f65('0x1')],_0x32cbe8=_0x4daddf&&void 0x0!==_0x4daddf[_0x3f65('0x2')]?_0x4daddf[_0x3f65('0x2')]:!_0x1c24ce[_0x3f65('0x18')];let _0x42510c;_0x4daddf[_0x3f65('0x21')]||(_0x4daddf[_0x3f65('0x21')]=_0x3c9b1a[0x0][_0x3f65('0x21')]),_0x42510c=_0x32cbe8?Array[_0x3f65('0xa')](_0x10b322[_0x3f65('0x8')]())[_0x3f65('0x10')](_0x15ea0c=>oo(_0x15ea0c)||function(_0x359200,_0x1bde9f){if(_0x359200['is']('rootElement')||_0x1bde9f[_0x3f65('0x3')](_0x359200))return!0x1;return _0x1bde9f[_0x3f65('0x22')](_0x359200[_0x3f65('0xb')],_0x3f65('0x1f'));}(_0x15ea0c,_0x226e5d[_0x3f65('0x23')])):Array[_0x3f65('0xa')](_0x10b322[_0x3f65('0x8')]())[_0x3f65('0x10')](_0x4d8f44=>oo(_0x4d8f44));const _0x54952f=_0x2ff75d(_0x42510c,_0x226e5d);_0x226e5d[_0x3f65('0x17')](()=>{for(const _0x525c6d of _0x54952f)_0x38c521[_0x3f65('0x13')](_0x525c6d,{'commandName':_0x3f65('0x1f'),'commandParams':[{..._0x4daddf,'forceValue':_0x32cbe8}],'formatGroupId':'blockName'});});}),(_0x38c521[_0x3f65('0x14')][_0x3f65('0x5')](_0x3f65('0x1f'),_0x18fec8=>_0x31859c(_0x578c49,_0x3f65('0x4'),_0x18fec8)),_0x38c521[_0x3f65('0x14')][_0x3f65('0x1e')](_0x150a2a=>{const _0x436b7b=_0x578c49['t'],{type:_0x4b654d,data:_0x31ec2a}=_0x150a2a;if(_0x3f65('0x26')==_0x4b654d&&_0x31ec2a&&'codeBlock'==_0x31ec2a[_0x3f65('0xd')]){const _0x106c64=_0x31ec2a[_0x3f65('0x1a')][0x0][_0x3f65('0x21')],_0x36e55f=_0x436b7b(_0x3c9b1a[_0x3f65('0x19')](_0x383c0e=>_0x383c0e[_0x3f65('0x21')]===_0x106c64)['label']);return _0x31ec2a['commandParams'][0x0][_0x3f65('0x2')]?{'type':'format','content':_0x31859c(_0x578c49,_0x3f65('0xc'),_0x31859c(_0x578c49,_0x3f65('0x4'),0x1)+'\x20('+_0x36e55f+')')}:{'type':_0x3f65('0x15'),'content':_0x31859c(_0x578c49,_0x3f65('0x12'),_0x31859c(_0x578c49,_0x3f65('0x4'),0x1))};}}));}}function oo(_0x24402c){return'codeBlock'==_0x24402c[_0x3f65('0x6')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3cbc=['addCommentThread','enableCommand','has','CommentsEditing','plugins','TrackChangesEditing','get','editor'];(function(_0xb20ef6,_0x3cbc75){const _0x42ccfc=function(_0x23601f){while(--_0x23601f){_0xb20ef6['push'](_0xb20ef6['shift']());}};_0x42ccfc(++_0x3cbc75);}(_0x3cbc,0x92));const _0x42cc=function(_0xb20ef6,_0x3cbc75){_0xb20ef6=_0xb20ef6-0x0;let _0x42ccfc=_0x3cbc[_0xb20ef6];return _0x42ccfc;};import{Plugin as _0x2444b3}from'ckeditor5/src/core';export default class F extends _0x2444b3{['afterInit'](){const _0x15be45=this[_0x42cc('0x5')];if(!_0x15be45['plugins'][_0x42cc('0x0')](_0x42cc('0x1')))return;_0x15be45[_0x42cc('0x2')][_0x42cc('0x4')](_0x42cc('0x3'))[_0x42cc('0x7')](_0x42cc('0x6'));}}
23
+ const _0x5dc2=['TrackChangesEditing','get','addCommentThread','plugins','enableCommand','afterInit','editor'];(function(_0xa2ea7e,_0x5dc252){const _0x1877f2=function(_0x1da590){while(--_0x1da590){_0xa2ea7e['push'](_0xa2ea7e['shift']());}};_0x1877f2(++_0x5dc252);}(_0x5dc2,0x8e));const _0x1877=function(_0xa2ea7e,_0x5dc252){_0xa2ea7e=_0xa2ea7e-0x0;let _0x1877f2=_0x5dc2[_0xa2ea7e];return _0x1877f2;};import{Plugin as _0x42c003}from'ckeditor5/src/core';export default class F extends _0x42c003{[_0x1877('0x3')](){const _0x9f1342=this[_0x1877('0x4')];if(!_0x9f1342[_0x1877('0x1')]['has']('CommentsEditing'))return;_0x9f1342[_0x1877('0x1')][_0x1877('0x6')](_0x1877('0x5'))[_0x1877('0x2')](_0x1877('0x0'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2370=['unbindElementFromMarkerName','unlock','merge','start','init','modifySelection','editing','markerNameToElements','addMarker:suggestion:deletion','showSuggestionHighlights','high','bind','plugins','model','enqueueChange','fromRange','downcastDispatcher','markerName','removeMarker:suggestion:deletion','requires','setSelection','getFirstRange','unit','editor','root','TrackChangesEditing','delete','mapper','get','buffer','createRange','detach','writer','isCollapsed','end','data','enableCommand','deleteForward'];(function(_0x2c9ce2,_0x237039){const _0xaa524d=function(_0x5fb893){while(--_0x5fb893){_0x2c9ce2['push'](_0x2c9ce2['shift']());}};_0xaa524d(++_0x237039);}(_0x2370,0x11f));const _0xaa52=function(_0x2c9ce2,_0x237039){_0x2c9ce2=_0x2c9ce2-0x0;let _0xaa524d=_0x2370[_0x2c9ce2];return _0xaa524d;};import{Plugin as _0x1373f4}from'ckeditor5/src/core';import{LiveRange as _0x4f5641}from'ckeditor5/src/engine';import{Delete as _0x19962e}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x2196be}from'./utils';export default class G extends _0x1373f4{static get[_0xaa52('0x24')](){return[_0x19962e];}[_0xaa52('0x15')](){const _0xf31c70=this[_0xaa52('0x2')],_0xa5fb4c=_0xf31c70[_0xaa52('0x1d')][_0xaa52('0x7')](_0xaa52('0x4'));_0xa5fb4c[_0xaa52('0xf')](_0xaa52('0x5'));const _0x3f35e4=_0xf31c70['commands'][_0xaa52('0x7')](_0xaa52('0x10'));_0xa5fb4c[_0xaa52('0xf')](_0xaa52('0x10'),(_0x12ec67,_0x37ebd0={})=>{const _0x5596c4=_0xf31c70[_0xaa52('0x1e')]['createSelection'](_0xf31c70[_0xaa52('0x1e')]['document']['selection']);_0x5596c4[_0xaa52('0xc')]&&_0xf31c70['model'][_0xaa52('0x16')](_0x5596c4,{'direction':'forward','unit':_0x37ebd0[_0xaa52('0x1')]});const _0x269561=_0x5596c4[_0xaa52('0x0')](),_0x3cad73=_0x4f5641[_0xaa52('0x20')](_0x269561);let _0x19b5bd;_0x12ec67(_0x37ebd0),_0x19b5bd='$graveyard'==_0x3cad73[_0xaa52('0x3')]['rootName']?_0xf31c70[_0xaa52('0x1e')]['createRange'](_0x269561[_0xaa52('0x14')]):_0xf31c70[_0xaa52('0x1e')][_0xaa52('0x9')](_0x3cad73[_0xaa52('0x14')],_0x3cad73[_0xaa52('0xd')]),_0x3cad73[_0xaa52('0xa')](),_0xf31c70[_0xaa52('0x1e')][_0xaa52('0x1f')](_0x3f35e4[_0xaa52('0x8')]['batch'],_0x14d648=>{_0x3f35e4[_0xaa52('0x8')]['lock'](),_0x14d648[_0xaa52('0x25')](_0x14d648[_0xaa52('0x9')](_0x19b5bd[_0xaa52('0xd')])),_0x3f35e4[_0xaa52('0x8')][_0xaa52('0x12')]();});}),_0xf31c70[_0xaa52('0x17')][_0xaa52('0x21')]['on'](_0xaa52('0x19'),_0x2196be(_0xf31c70,_0xaa52('0x13')),{'priority':_0xaa52('0x1b')}),_0xf31c70[_0xaa52('0xe')][_0xaa52('0x21')]['on'](_0xaa52('0x19'),(_0x4e4a0e,_0x3975dd,_0xcaf36d)=>{_0xcaf36d['options'][_0xaa52('0x1a')]&&_0x2196be(_0xf31c70,_0xaa52('0x13'),{'showActiveMarker':!0x1})[_0xaa52('0x1c')](this)(_0x4e4a0e,_0x3975dd,_0xcaf36d);},{'priority':_0xaa52('0x1b')}),_0xf31c70[_0xaa52('0x17')][_0xaa52('0x21')]['on'](_0xaa52('0x23'),(_0x209d8a,_0x5eadda,_0x4e34c8)=>{const _0x520933=_0x4e34c8[_0xaa52('0x6')][_0xaa52('0x18')](_0x5eadda[_0xaa52('0x22')]);if(_0x520933)for(const _0x5c7469 of _0x520933)_0x5c7469['is']('uiElement')&&(_0x4e34c8['mapper'][_0xaa52('0x11')](_0x5c7469,_0x5eadda[_0xaa52('0x22')]),_0x4e34c8[_0xaa52('0xb')]['remove'](_0x5c7469));},{'priority':_0xaa52('0x1b')});}}
23
+ const _0x51f0=['lock','end','writer','mapper','selection','document','unbindElementFromMarkerName','get','requires','$graveyard','buffer','remove','isCollapsed','detach','createRange','editing','markerName','bind','downcastDispatcher','high','TrackChangesEditing','forward','root','unit','getFirstRange','uiElement','model','enqueueChange','delete','init','deleteForward','unlock','showSuggestionHighlights','start','enableCommand','rootName','editor','merge','addMarker:suggestion:deletion','setSelection'];(function(_0x414d5b,_0x51f072){const _0x15e073=function(_0x24077f){while(--_0x24077f){_0x414d5b['push'](_0x414d5b['shift']());}};_0x15e073(++_0x51f072);}(_0x51f0,0x176));const _0x15e0=function(_0x414d5b,_0x51f072){_0x414d5b=_0x414d5b-0x0;let _0x15e073=_0x51f0[_0x414d5b];return _0x15e073;};import{Plugin as _0x432e25}from'ckeditor5/src/core';import{LiveRange as _0x59afc2}from'ckeditor5/src/engine';import{Delete as _0x348f91}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x3a89aa}from'./utils';export default class G extends _0x432e25{static get[_0x15e0('0x22')](){return[_0x348f91];}[_0x15e0('0xf')](){const _0x174f07=this[_0x15e0('0x16')],_0x395566=_0x174f07['plugins'][_0x15e0('0x21')](_0x15e0('0x6'));_0x395566[_0x15e0('0x14')](_0x15e0('0xe'));const _0x284431=_0x174f07['commands'][_0x15e0('0x21')](_0x15e0('0x10'));_0x395566['enableCommand']('deleteForward',(_0x515322,_0x2e9938={})=>{const _0x3c1a31=_0x174f07[_0x15e0('0xc')]['createSelection'](_0x174f07[_0x15e0('0xc')][_0x15e0('0x1f')][_0x15e0('0x1e')]);_0x3c1a31[_0x15e0('0x26')]&&_0x174f07[_0x15e0('0xc')]['modifySelection'](_0x3c1a31,{'direction':_0x15e0('0x7'),'unit':_0x2e9938[_0x15e0('0x9')]});const _0x1bbd6c=_0x3c1a31[_0x15e0('0xa')](),_0x1be8a6=_0x59afc2['fromRange'](_0x1bbd6c);let _0x477fac;_0x515322(_0x2e9938),_0x477fac=_0x15e0('0x23')==_0x1be8a6[_0x15e0('0x8')][_0x15e0('0x15')]?_0x174f07[_0x15e0('0xc')]['createRange'](_0x1bbd6c['start']):_0x174f07[_0x15e0('0xc')][_0x15e0('0x0')](_0x1be8a6[_0x15e0('0x13')],_0x1be8a6['end']),_0x1be8a6[_0x15e0('0x27')](),_0x174f07[_0x15e0('0xc')][_0x15e0('0xd')](_0x284431[_0x15e0('0x24')]['batch'],_0x7fe5d4=>{_0x284431[_0x15e0('0x24')][_0x15e0('0x1a')](),_0x7fe5d4[_0x15e0('0x19')](_0x7fe5d4[_0x15e0('0x0')](_0x477fac[_0x15e0('0x1b')])),_0x284431[_0x15e0('0x24')][_0x15e0('0x11')]();});}),_0x174f07[_0x15e0('0x1')][_0x15e0('0x4')]['on']('addMarker:suggestion:deletion',_0x3a89aa(_0x174f07,'merge'),{'priority':'high'}),_0x174f07['data'][_0x15e0('0x4')]['on'](_0x15e0('0x18'),(_0x221ea7,_0x546547,_0x3105ca)=>{_0x3105ca['options'][_0x15e0('0x12')]&&_0x3a89aa(_0x174f07,_0x15e0('0x17'),{'showActiveMarker':!0x1})[_0x15e0('0x3')](this)(_0x221ea7,_0x546547,_0x3105ca);},{'priority':_0x15e0('0x5')}),_0x174f07['editing'][_0x15e0('0x4')]['on']('removeMarker:suggestion:deletion',(_0x290e3d,_0x10e86d,_0x31f053)=>{const _0x28732a=_0x31f053[_0x15e0('0x1d')]['markerNameToElements'](_0x10e86d['markerName']);if(_0x28732a)for(const _0x1c62ca of _0x28732a)_0x1c62ca['is'](_0x15e0('0xb'))&&(_0x31f053[_0x15e0('0x1d')][_0x15e0('0x20')](_0x1c62ca,_0x10e86d[_0x15e0('0x2')]),_0x31f053[_0x15e0('0x1c')][_0x15e0('0x25')](_0x1c62ca));},{'priority':_0x15e0('0x5')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d43=['registerDescriptionCallback','_suggestionFactory','hasAttribute','multipleBlocks','get','isFirstBlockOfListItem','expandListBlocksToCompleteList','change','ELEMENT_','map','from','before','markBlockFormat','mergeListItemBackward','toUpperCase','registerCustomCallback','accept','getAttribute','setSelection','getSelectedBlocks','value','*Change\x20to:*\x20%0','ELEMENT_LIST_ITEM','getFirstRange','_descriptionFactory','*Format:*\x20remove\x20from\x20%0','forceValue','end','splitListItemAfter','selection','numberedList','enableCommand','splitListItemBefore','ELEMENT_BULLETED_LIST','has','listItemId','DocumentListEditing','bulletedList','after','*Format:*\x20insert\x20into\x20%0','outdentList','format','fromRange','start','slice','DocumentListUtils','listType','*Outdent:*\x20%0','document','model','ELEMENT_NUMBERED_LIST','commandParams','length','add','plugins','*Indent:*\x20%0','nextSibling','createPositionAt','registerElementLabel','execute','documentList','createRange','previousSibling','nodeAfter','indentList','isObject','commandName','markMultiRangeBlockFormat','containsItem','next','commands','findIndex','push','listIndent','detach','mergeListItemForward','_LIST'];(function(_0x40bfb3,_0x4d43fb){const _0x2bfa6b=function(_0xf214b7){while(--_0xf214b7){_0x40bfb3['push'](_0x40bfb3['shift']());}};_0x2bfa6b(++_0x4d43fb);}(_0x4d43,0x174));const _0x2bfa=function(_0x40bfb3,_0x4d43fb){_0x40bfb3=_0x40bfb3-0x0;let _0x2bfa6b=_0x4d43[_0x40bfb3];return _0x2bfa6b;};import{Plugin as _0x2e34d1}from'ckeditor5/src/core';import{getTranslation as _0x106635}from'../utils/common-translations';import{LiveRange as _0x526981}from'ckeditor5/src/engine';export default class L extends _0x2e34d1{['afterInit'](){const _0x1616ed=this['editor'];if(!_0x1616ed[_0x2bfa('0x43')][_0x2bfa('0x2f')](_0x2bfa('0x31')))return;const _0x57cc2f=_0x1616ed['locale'],_0x54ef94=_0x1616ed[_0x2bfa('0x43')][_0x2bfa('0x11')]('TrackChangesEditing'),_0x48b438=_0x1616ed['plugins']['get'](_0x2bfa('0x3a'));function _0x2f2244(_0x3bf41c){return()=>{const _0x49b804=_0x1616ed['commands']['get'](_0x3bf41c);let _0x2a6461=Array[_0x2bfa('0x17')](_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x3d')][_0x2bfa('0x2a')][_0x2bfa('0x20')]());if(_0x151ce3(_0x3bf41c)){_0x2a6461=_0x48b438[_0x2bfa('0x13')](_0x2a6461);const _0x1ca744=[];for(const _0x48ca4c of _0x2a6461)_0x48b438[_0x2bfa('0x12')](_0x48ca4c)&&_0x1ca744['push'](_0x48ca4c);_0x2a6461=_0x1ca744;}_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x14')](()=>{_0x54ef94[_0x2bfa('0x3')](_0x2a6461,{'commandName':_0x3bf41c,'commandParams':[{'forceValue':!_0x49b804[_0x2bfa('0x21')]}],'formatGroupId':'listType'},[],_0x2bfa('0x49'));});};}function _0x4c7927(_0x399ebb){return()=>{const _0x2d8153=function(_0x382256){let _0x224f88=Array[_0x2bfa('0x17')](_0x382256);const _0x3c6c2c=_0x224f88[_0x2bfa('0x7')](_0x12f088=>!_0x12f088[_0x2bfa('0xf')](_0x2bfa('0x30')));return _0x3c6c2c>-0x1&&(_0x224f88=_0x224f88[_0x2bfa('0x39')](0x0,_0x3c6c2c)),_0x224f88;}(_0x1616ed['model'][_0x2bfa('0x3d')][_0x2bfa('0x2a')][_0x2bfa('0x20')]()),_0x196553=_0x2d8153[_0x2d8153[_0x2bfa('0x41')]-0x1],_0x8e46cf=_0x1616ed[_0x2bfa('0x3e')]['schema']['isObject'](_0x196553)?_0x2bfa('0x33'):_0x2bfa('0x28'),_0x8fae2b=_0x1616ed[_0x2bfa('0x3e')]['createRange'](_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x46')](_0x2d8153[0x0],'before'),_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x46')](_0x196553,_0x8e46cf));_0x1616ed['model']['change'](()=>{_0x54ef94[_0x2bfa('0x19')](_0x8fae2b,{'commandName':_0x399ebb,'commandParams':[],'formatGroupId':_0x2bfa('0x3b')},function(_0x4d9830){const _0x720678=new Set();for(const _0xcb9910 of _0x4d9830){let _0x393f55=_0xcb9910['nextSibling'];for(;_0x393f55&&_0x393f55[_0x2bfa('0x1e')](_0x2bfa('0x9'))>_0xcb9910[_0x2bfa('0x1e')](_0x2bfa('0x9'));)_0x720678[_0x2bfa('0x42')](_0x393f55),_0x393f55=_0x393f55['nextSibling'];}return Array['from'](_0x720678);}(_0x2d8153));});};}function _0x32ad8e(_0x25ce9b){return()=>{const _0x1a17f0=_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x3d')][_0x2bfa('0x2a')][_0x2bfa('0x20')]()[_0x2bfa('0x5')]()[_0x2bfa('0x21')],_0x37f098=_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x46')](_0x1a17f0,_0x2bfa('0x18')),_0xe06a47=_0x1616ed['model'][_0x2bfa('0x46')](_0x1a17f0,0x0),_0x7bc8f6=_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x4a')](_0x37f098,_0xe06a47);_0x1616ed['model']['change'](()=>{_0x54ef94['markBlockFormat'](_0x7bc8f6,{'commandName':_0x25ce9b,'commandParams':[],'formatGroupId':_0x2bfa('0x3b')});});};}function _0x151ce3(_0x269acf){const _0x45c09c=_0x1616ed['commands']['get'](_0x2bfa('0x32'))[_0x2bfa('0x21')],_0x4e47fa=_0x1616ed[_0x2bfa('0x6')][_0x2bfa('0x11')](_0x2bfa('0x2b'))[_0x2bfa('0x21')];return _0x2bfa('0x2b')===_0x269acf?_0x45c09c:_0x4e47fa;}_0x54ef94[_0x2bfa('0x2c')](_0x2bfa('0x2b'),_0x2f2244(_0x2bfa('0x2b'))),_0x54ef94[_0x2bfa('0x2c')](_0x2bfa('0x32'),_0x2f2244(_0x2bfa('0x32'))),_0x54ef94[_0x2bfa('0x2c')](_0x2bfa('0x0'),_0x4c7927(_0x2bfa('0x0'))),_0x54ef94['enableCommand'](_0x2bfa('0x35'),_0x4c7927('outdentList')),_0x54ef94[_0x2bfa('0x2c')](_0x2bfa('0x29'),_0x32ad8e(_0x2bfa('0x29'))),_0x54ef94[_0x2bfa('0x2c')](_0x2bfa('0x2d'),_0x32ad8e(_0x2bfa('0x2d'))),_0x54ef94[_0x2bfa('0x25')][_0x2bfa('0x47')](function(_0x5d2950){const _0x5aeee9=!_0x1616ed[_0x2bfa('0x3e')]['schema'][_0x2bfa('0x1')](_0x5d2950),_0x51ceb8=_0x5d2950[_0x2bfa('0x4b')],_0x11a3ee=_0x5d2950[_0x2bfa('0x45')],_0x270287=_0x5d2950[_0x2bfa('0x1e')](_0x2bfa('0x30')),_0x33297e=!_0x51ceb8||_0x51ceb8['getAttribute'](_0x2bfa('0x30'))!==_0x270287,_0x327198=!_0x11a3ee||_0x11a3ee['getAttribute']('listItemId')!==_0x270287;return _0x5aeee9&&Boolean(_0x270287)&&_0x33297e&&_0x327198;},_0x4a90ae=>_0x106635(_0x57cc2f,'ELEMENT_LIST_ITEM',_0x4a90ae)),_0x54ef94[_0x2bfa('0x25')][_0x2bfa('0xd')](function(_0x2ab7af){const {data:_0x383915}=_0x2ab7af;if(!_0x383915)return;let _0x2805f5,_0x22b12b,_0x5f381a,_0xbad6e2;switch(_0x383915[_0x2bfa('0x2')]){case _0x2bfa('0x32'):_0x5f381a=_0x383915['commandParams'][0x0]['forceValue'],_0xbad6e2=_0x151ce3(_0x383915['commandName']),_0x2805f5=_0x5f381a?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',_0xbad6e2&&(_0x2805f5='*Change\x20to:*\x20%0'),_0x22b12b={'type':'format','content':_0x106635(_0x57cc2f,_0x2805f5,_0x106635(_0x57cc2f,_0x2bfa('0x2e')))};break;case _0x2bfa('0x2b'):_0x5f381a=_0x383915[_0x2bfa('0x40')][0x0][_0x2bfa('0x27')],_0xbad6e2=_0x151ce3(_0x383915[_0x2bfa('0x2')]),_0x2805f5=_0x5f381a?_0x2bfa('0x34'):_0x2bfa('0x26'),_0xbad6e2&&(_0x2805f5=_0x2bfa('0x22')),_0x22b12b={'type':'format','content':_0x106635(_0x57cc2f,_0x2805f5,_0x106635(_0x57cc2f,_0x2bfa('0x3f')))};break;case _0x2bfa('0x0'):_0x2805f5=_0x2bfa('0x44'),_0x22b12b={'type':_0x2bfa('0x36'),'content':_0x106635(_0x57cc2f,_0x2805f5,_0x106635(_0x57cc2f,_0x2bfa('0x23')))};break;case _0x2bfa('0x35'):_0x2805f5=function(_0x426a47){const _0x3b8f25=_0x426a47[_0x2bfa('0x24')]();let _0x538269=_0x3b8f25[_0x2bfa('0x38')][_0x2bfa('0x4c')];for(;_0x538269&&_0x3b8f25[_0x2bfa('0x4')](_0x538269);){if(_0x538269[_0x2bfa('0x1e')]('listIndent')>0x0)return!0x1;_0x538269=_0x538269['nextSibling'];}return!0x0;}(_0x2ab7af)?_0x106635(_0x57cc2f,_0x2bfa('0x26'),_0x106635(_0x57cc2f,function(_0x3975a2){const _0x42f679=_0x3975a2[_0x2bfa('0x24')]()[_0x2bfa('0x38')]['nodeAfter'];return _0x2bfa('0x15')+_0x42f679[_0x2bfa('0x1e')](_0x2bfa('0x3b'))[_0x2bfa('0x1b')]()+_0x2bfa('0xc');}(_0x2ab7af))):_0x106635(_0x57cc2f,_0x2bfa('0x3c'),_0x106635(_0x57cc2f,_0x2bfa('0x23'))),_0x22b12b={'type':_0x2bfa('0x36'),'content':_0x2805f5};break;case _0x2bfa('0x1a'):case _0x2bfa('0xb'):!0x1===_0x383915[_0x2bfa('0x10')]&&(_0x2805f5='*Merge:*\x20%0',_0x22b12b={'type':'deletion','content':_0x106635(_0x57cc2f,_0x2805f5,_0x106635(_0x57cc2f,'ELEMENT_LIST_ITEM'))});}return _0x22b12b;}),_0x54ef94[_0x2bfa('0xe')][_0x2bfa('0x1c')]('formatBlock',_0x2bfa('0x49'),_0x2bfa('0x1d'),function(_0x19c031,_0x65d1c2){const _0xc2ce0e=[];for(let _0x2613e4 of _0x19c031)_0x2613e4[_0x2bfa('0x38')]['nodeAfter']===_0x2613e4[_0x2bfa('0x28')]['parent']&&(_0x2613e4=_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x4a')](_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x46')](_0x2613e4[_0x2bfa('0x38')]['nodeAfter'],0x0))),_0xc2ce0e[_0x2bfa('0x8')](_0x2613e4);_0x1616ed[_0x2bfa('0x3e')]['change'](_0x125bbb=>{const _0x218f0f=_0x1616ed[_0x2bfa('0x3e')][_0x2bfa('0x3d')]['selection'],_0x3be1f9=Array[_0x2bfa('0x17')](_0x218f0f['getRanges']())[_0x2bfa('0x16')](_0x2236fa=>_0x526981[_0x2bfa('0x37')](_0x2236fa));_0x125bbb[_0x2bfa('0x1f')](_0xc2ce0e),_0x1616ed[_0x2bfa('0x6')]['get'](_0x65d1c2['commandName'])['refresh'](),_0x65d1c2['commandParams'][_0x2bfa('0x8')]({'forceDefaultExecution':!0x0}),_0x1616ed[_0x2bfa('0x48')](_0x65d1c2[_0x2bfa('0x2')],..._0x65d1c2[_0x2bfa('0x40')]),_0x125bbb[_0x2bfa('0x1f')](_0x3be1f9);for(const _0xba1987 of _0x3be1f9)_0xba1987[_0x2bfa('0xa')]();});});}}
23
+ const _0x2c1c=['splitListItemBefore','editor','ELEMENT_NUMBERED_LIST','listType','model','get','createRange','registerElementLabel','ELEMENT_','fromRange','outdentList','mergeListItemBackward','*Indent:*\x20%0','*Merge:*\x20%0','DocumentListEditing','DocumentListUtils','createPositionAt','registerDescriptionCallback','listItemId','map','findIndex','commandName','push','has','plugins','after','forceValue','schema','hasAttribute','*Format:*\x20insert\x20into\x20%0','commands','afterInit','getAttribute','documentList','*Outdent:*\x20%0','refresh','locale','_suggestionFactory','setSelection','document','getSelectedBlocks','_LIST','indentList','mergeListItemForward','value','toUpperCase','nodeAfter','start','splitListItemAfter','selection','before','markBlockFormat','*Format:*\x20remove\x20from\x20%0','commandParams','ELEMENT_LIST_ITEM','parent','ELEMENT_BULLETED_LIST','isObject','listIndent','deletion','enableCommand','slice','add','expandListBlocksToCompleteList','change','_descriptionFactory','numberedList','formatBlock','TrackChangesEditing','nextSibling','end','registerCustomCallback','from','format','getFirstRange','getRanges','*Change\x20to:*\x20%0','bulletedList','markMultiRangeBlockFormat'];(function(_0x59c520,_0x2c1ce2){const _0x526f3a=function(_0x3a074f){while(--_0x3a074f){_0x59c520['push'](_0x59c520['shift']());}};_0x526f3a(++_0x2c1ce2);}(_0x2c1c,0x1dd));const _0x526f=function(_0x59c520,_0x2c1ce2){_0x59c520=_0x59c520-0x0;let _0x526f3a=_0x2c1c[_0x59c520];return _0x526f3a;};import{Plugin as _0x2f2b18}from'ckeditor5/src/core';import{getTranslation as _0x32dd88}from'../utils/common-translations';import{LiveRange as _0x70cceb}from'ckeditor5/src/engine';export default class L extends _0x2f2b18{[_0x526f('0x1c')](){const _0x32f9be=this[_0x526f('0x4d')];if(!_0x32f9be[_0x526f('0x15')][_0x526f('0x14')](_0x526f('0xb')))return;const _0x1ed41e=_0x32f9be[_0x526f('0x21')],_0x5cc258=_0x32f9be['plugins'][_0x526f('0x2')](_0x526f('0x41')),_0x2b0e17=_0x32f9be['plugins'][_0x526f('0x2')](_0x526f('0xc'));function _0x16dff6(_0x193557){return()=>{const _0x4d3b46=_0x32f9be[_0x526f('0x1b')][_0x526f('0x2')](_0x193557);let _0xa3e45b=Array[_0x526f('0x45')](_0x32f9be[_0x526f('0x1')][_0x526f('0x24')][_0x526f('0x2e')][_0x526f('0x25')]());if(_0x41a0b8(_0x193557)){_0xa3e45b=_0x2b0e17[_0x526f('0x3c')](_0xa3e45b);const _0x5ed2cf=[];for(const _0x16a150 of _0xa3e45b)_0x2b0e17['isFirstBlockOfListItem'](_0x16a150)&&_0x5ed2cf['push'](_0x16a150);_0xa3e45b=_0x5ed2cf;}_0x32f9be[_0x526f('0x1')][_0x526f('0x3d')](()=>{_0x5cc258[_0x526f('0x4b')](_0xa3e45b,{'commandName':_0x193557,'commandParams':[{'forceValue':!_0x4d3b46[_0x526f('0x29')]}],'formatGroupId':'listType'},[],'documentList');});};}function _0x41d646(_0x1757f6){return()=>{const _0x20ed9d=function(_0x30cf76){let _0x4140c0=Array[_0x526f('0x45')](_0x30cf76);const _0x48ce6a=_0x4140c0[_0x526f('0x11')](_0x5972c2=>!_0x5972c2[_0x526f('0x19')](_0x526f('0xf')));return _0x48ce6a>-0x1&&(_0x4140c0=_0x4140c0[_0x526f('0x3a')](0x0,_0x48ce6a)),_0x4140c0;}(_0x32f9be['model']['document']['selection'][_0x526f('0x25')]()),_0x21a711=_0x20ed9d[_0x20ed9d['length']-0x1],_0x17f1dc=_0x32f9be[_0x526f('0x1')][_0x526f('0x18')]['isObject'](_0x21a711)?_0x526f('0x16'):_0x526f('0x43'),_0x2c42b9=_0x32f9be[_0x526f('0x1')][_0x526f('0x3')](_0x32f9be['model'][_0x526f('0xd')](_0x20ed9d[0x0],'before'),_0x32f9be[_0x526f('0x1')]['createPositionAt'](_0x21a711,_0x17f1dc));_0x32f9be[_0x526f('0x1')]['change'](()=>{_0x5cc258[_0x526f('0x30')](_0x2c42b9,{'commandName':_0x1757f6,'commandParams':[],'formatGroupId':_0x526f('0x0')},function(_0x3ad70c){const _0x1fccad=new Set();for(const _0x5ab275 of _0x3ad70c){let _0x1ffcc8=_0x5ab275[_0x526f('0x42')];for(;_0x1ffcc8&&_0x1ffcc8[_0x526f('0x1d')](_0x526f('0x37'))>_0x5ab275[_0x526f('0x1d')](_0x526f('0x37'));)_0x1fccad[_0x526f('0x3b')](_0x1ffcc8),_0x1ffcc8=_0x1ffcc8[_0x526f('0x42')];}return Array[_0x526f('0x45')](_0x1fccad);}(_0x20ed9d));});};}function _0x3679cb(_0x270247){return()=>{const _0x2cbfb4=_0x32f9be[_0x526f('0x1')][_0x526f('0x24')]['selection'][_0x526f('0x25')]()['next']()[_0x526f('0x29')],_0x41caf0=_0x32f9be['model'][_0x526f('0xd')](_0x2cbfb4,_0x526f('0x2f')),_0x598460=_0x32f9be[_0x526f('0x1')][_0x526f('0xd')](_0x2cbfb4,0x0),_0x570bcd=_0x32f9be['model'][_0x526f('0x3')](_0x41caf0,_0x598460);_0x32f9be[_0x526f('0x1')][_0x526f('0x3d')](()=>{_0x5cc258['markBlockFormat'](_0x570bcd,{'commandName':_0x270247,'commandParams':[],'formatGroupId':'listType'});});};}function _0x41a0b8(_0x54fd80){const _0x558a63=_0x32f9be[_0x526f('0x1b')][_0x526f('0x2')]('bulletedList')[_0x526f('0x29')],_0x4d458b=_0x32f9be[_0x526f('0x1b')][_0x526f('0x2')](_0x526f('0x3f'))['value'];return _0x526f('0x3f')===_0x54fd80?_0x558a63:_0x4d458b;}_0x5cc258[_0x526f('0x39')](_0x526f('0x3f'),_0x16dff6(_0x526f('0x3f'))),_0x5cc258['enableCommand'](_0x526f('0x4a'),_0x16dff6(_0x526f('0x4a'))),_0x5cc258[_0x526f('0x39')](_0x526f('0x27'),_0x41d646(_0x526f('0x27'))),_0x5cc258['enableCommand'](_0x526f('0x7'),_0x41d646(_0x526f('0x7'))),_0x5cc258[_0x526f('0x39')](_0x526f('0x2d'),_0x3679cb(_0x526f('0x2d'))),_0x5cc258['enableCommand'](_0x526f('0x4c'),_0x3679cb(_0x526f('0x4c'))),_0x5cc258['_descriptionFactory'][_0x526f('0x4')](function(_0x2db083){const _0x249ba7=!_0x32f9be[_0x526f('0x1')][_0x526f('0x18')][_0x526f('0x36')](_0x2db083),_0x2e9f2d=_0x2db083['previousSibling'],_0x10ac1f=_0x2db083[_0x526f('0x42')],_0x3f941a=_0x2db083[_0x526f('0x1d')](_0x526f('0xf')),_0x298234=!_0x2e9f2d||_0x2e9f2d[_0x526f('0x1d')]('listItemId')!==_0x3f941a,_0x1bdeec=!_0x10ac1f||_0x10ac1f['getAttribute'](_0x526f('0xf'))!==_0x3f941a;return _0x249ba7&&Boolean(_0x3f941a)&&_0x298234&&_0x1bdeec;},_0x201854=>_0x32dd88(_0x1ed41e,'ELEMENT_LIST_ITEM',_0x201854)),_0x5cc258[_0x526f('0x3e')][_0x526f('0xe')](function(_0x5defba){const {data:_0x220099}=_0x5defba;if(!_0x220099)return;let _0x1971f0,_0x55271d,_0x169083,_0x2bcc4e;switch(_0x220099[_0x526f('0x12')]){case _0x526f('0x4a'):_0x169083=_0x220099[_0x526f('0x32')][0x0][_0x526f('0x17')],_0x2bcc4e=_0x41a0b8(_0x220099['commandName']),_0x1971f0=_0x169083?_0x526f('0x1a'):_0x526f('0x31'),_0x2bcc4e&&(_0x1971f0='*Change\x20to:*\x20%0'),_0x55271d={'type':'format','content':_0x32dd88(_0x1ed41e,_0x1971f0,_0x32dd88(_0x1ed41e,_0x526f('0x35')))};break;case _0x526f('0x3f'):_0x169083=_0x220099['commandParams'][0x0][_0x526f('0x17')],_0x2bcc4e=_0x41a0b8(_0x220099[_0x526f('0x12')]),_0x1971f0=_0x169083?'*Format:*\x20insert\x20into\x20%0':_0x526f('0x31'),_0x2bcc4e&&(_0x1971f0=_0x526f('0x49')),_0x55271d={'type':_0x526f('0x46'),'content':_0x32dd88(_0x1ed41e,_0x1971f0,_0x32dd88(_0x1ed41e,_0x526f('0x4e')))};break;case _0x526f('0x27'):_0x1971f0=_0x526f('0x9'),_0x55271d={'type':_0x526f('0x46'),'content':_0x32dd88(_0x1ed41e,_0x1971f0,_0x32dd88(_0x1ed41e,_0x526f('0x33')))};break;case'outdentList':_0x1971f0=function(_0xf6e142){const _0x45609c=_0xf6e142[_0x526f('0x47')]();let _0x5c93e0=_0x45609c['start'][_0x526f('0x2b')];for(;_0x5c93e0&&_0x45609c['containsItem'](_0x5c93e0);){if(_0x5c93e0[_0x526f('0x1d')]('listIndent')>0x0)return!0x1;_0x5c93e0=_0x5c93e0[_0x526f('0x42')];}return!0x0;}(_0x5defba)?_0x32dd88(_0x1ed41e,_0x526f('0x31'),_0x32dd88(_0x1ed41e,function(_0x599f36){const _0x2c444d=_0x599f36[_0x526f('0x47')]()['start']['nodeAfter'];return _0x526f('0x5')+_0x2c444d[_0x526f('0x1d')](_0x526f('0x0'))[_0x526f('0x2a')]()+_0x526f('0x26');}(_0x5defba))):_0x32dd88(_0x1ed41e,_0x526f('0x1f'),_0x32dd88(_0x1ed41e,_0x526f('0x33'))),_0x55271d={'type':_0x526f('0x46'),'content':_0x1971f0};break;case _0x526f('0x8'):case _0x526f('0x28'):!0x1===_0x220099['multipleBlocks']&&(_0x1971f0=_0x526f('0xa'),_0x55271d={'type':_0x526f('0x38'),'content':_0x32dd88(_0x1ed41e,_0x1971f0,_0x32dd88(_0x1ed41e,_0x526f('0x33')))});}return _0x55271d;}),_0x5cc258[_0x526f('0x22')][_0x526f('0x44')](_0x526f('0x40'),_0x526f('0x1e'),'accept',function(_0x2c015c,_0x596276){const _0x1b32c8=[];for(let _0x4c47d7 of _0x2c015c)_0x4c47d7[_0x526f('0x2c')][_0x526f('0x2b')]===_0x4c47d7[_0x526f('0x43')][_0x526f('0x34')]&&(_0x4c47d7=_0x32f9be['model'][_0x526f('0x3')](_0x32f9be[_0x526f('0x1')]['createPositionAt'](_0x4c47d7[_0x526f('0x2c')][_0x526f('0x2b')],0x0))),_0x1b32c8[_0x526f('0x13')](_0x4c47d7);_0x32f9be[_0x526f('0x1')][_0x526f('0x3d')](_0x796535=>{const _0x427515=_0x32f9be[_0x526f('0x1')]['document'][_0x526f('0x2e')],_0x47f25e=Array[_0x526f('0x45')](_0x427515[_0x526f('0x48')]())[_0x526f('0x10')](_0x23a5df=>_0x70cceb[_0x526f('0x6')](_0x23a5df));_0x796535[_0x526f('0x23')](_0x1b32c8),_0x32f9be[_0x526f('0x1b')][_0x526f('0x2')](_0x596276['commandName'])[_0x526f('0x20')](),_0x596276['commandParams'][_0x526f('0x13')]({'forceDefaultExecution':!0x0}),_0x32f9be['execute'](_0x596276[_0x526f('0x12')],..._0x596276['commandParams']),_0x796535[_0x526f('0x23')](_0x47f25e);for(const _0x1d8736 of _0x47f25e)_0x1d8736['detach']();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4fe7=['enableCommand','_getSuggestionBlocksForListStyle','handleListStyleCommand','replace','push','styles','handleListReversedCommand','get','registerDescriptionCallback','reversed','handleListStartCommand','plugins','getAttribute','expandListBlocksToCompleteList','commandName','format','isListItemBlock','selection','locale','*Format:*\x20set\x20start\x20index\x20to\x20%0','ELEMENT_','startIndex','listStart','type','*Format:*\x20set\x20order\x20to\x20reversed','afterInit','getSelectedBlocks','listReversed','_getSuggestionBlocks','markMultiRangeBlockFormat','change','*Format:*\x20set\x20order\x20to\x20regular','DocumentListPropertiesEditing','bind','handleDescriptions','model','TrackChangesEditing','commandParams','_LIST_','list.properties','DocumentListPropertiesUtils','filter','DocumentListUtils','listStyle','listType','_descriptionFactory','getListTypeFromListStyleType','toUpperCase','config','document','_getTranslationKeyForListStyle','has','from','editor'];(function(_0x3812a1,_0x4fe7a7){const _0x11d716=function(_0x1bf18d){while(--_0x1bf18d){_0x3812a1['push'](_0x3812a1['shift']());}};_0x11d716(++_0x4fe7a7);}(_0x4fe7,0x14f));const _0x11d7=function(_0x3812a1,_0x4fe7a7){_0x3812a1=_0x3812a1-0x0;let _0x11d716=_0x4fe7[_0x3812a1];return _0x11d716;};import{Plugin as _0x1a6ee3}from'ckeditor5/src/core';import{getTranslation as _0x50d90b}from'../utils/common-translations';export default class At extends _0x1a6ee3{[_0x11d7('0xe')](){if(!this[_0x11d7('0x2a')][_0x11d7('0x0')][_0x11d7('0x28')](_0x11d7('0x15')))return;const _0x128fc8=this[_0x11d7('0x2a')][_0x11d7('0x25')][_0x11d7('0x32')](_0x11d7('0x1c')),_0xa16d40=this['editor'][_0x11d7('0x0')][_0x11d7('0x32')](_0x11d7('0x19'));_0x128fc8[_0x11d7('0x30')]&&_0xa16d40[_0x11d7('0x2b')](_0x11d7('0x20'),this[_0x11d7('0x2d')][_0x11d7('0x16')](this)),_0x128fc8[_0x11d7('0x34')]&&_0xa16d40['enableCommand'](_0x11d7('0x10'),this[_0x11d7('0x31')]['bind'](this)),_0x128fc8[_0x11d7('0xa')]&&_0xa16d40[_0x11d7('0x2b')](_0x11d7('0xb'),this[_0x11d7('0x35')][_0x11d7('0x16')](this)),_0xa16d40[_0x11d7('0x22')][_0x11d7('0x33')](this[_0x11d7('0x17')][_0x11d7('0x16')](this));}[_0x11d7('0x2d')](_0x492b2f,_0xb83c5a={}){const _0xae223d=this[_0x11d7('0x2a')][_0x11d7('0x0')]['get'](_0x11d7('0x19')),_0x2df458=this[_0x11d7('0x2c')]();this[_0x11d7('0x2a')][_0x11d7('0x18')]['change'](()=>{_0xae223d[_0x11d7('0x12')](_0x2df458,{'commandName':_0x11d7('0x20'),'commandParams':[{'type':_0xb83c5a[_0x11d7('0xc')]}],'formatGroupId':_0x11d7('0x20')});});}[_0x11d7('0x31')](_0x89d461,_0x43836b={}){const _0x56e236=this[_0x11d7('0x2a')][_0x11d7('0x0')][_0x11d7('0x32')]('TrackChangesEditing'),_0x645270=this[_0x11d7('0x2a')][_0x11d7('0x0')]['get'](_0x11d7('0x1f')),_0x12d441=this[_0x11d7('0x11')](_0x18ca8f=>_0x645270[_0x11d7('0x5')](_0x18ca8f)&&'numbered'===_0x18ca8f[_0x11d7('0x1')]('listType'));null!==_0x12d441&&this[_0x11d7('0x2a')][_0x11d7('0x18')][_0x11d7('0x13')](()=>{_0x56e236[_0x11d7('0x12')](_0x12d441,{'commandName':_0x11d7('0x10'),'commandParams':[{'reversed':_0x43836b['reversed']}],'formatGroupId':_0x11d7('0x10')});});}[_0x11d7('0x35')](_0xa0554b,_0x13fe38={}){const _0x427b47=this[_0x11d7('0x2a')][_0x11d7('0x0')][_0x11d7('0x32')](_0x11d7('0x19')),_0x483f44=this[_0x11d7('0x2a')][_0x11d7('0x0')][_0x11d7('0x32')]('DocumentListUtils'),_0x4872fc=this['_getSuggestionBlocks'](_0x3c4091=>_0x483f44[_0x11d7('0x5')](_0x3c4091)&&'numbered'===_0x3c4091[_0x11d7('0x1')](_0x11d7('0x21')));null!==_0x4872fc&&this[_0x11d7('0x2a')][_0x11d7('0x18')]['change'](()=>{_0x427b47['markMultiRangeBlockFormat'](_0x4872fc,{'commandName':_0x11d7('0xb'),'commandParams':[{'startIndex':_0x13fe38[_0x11d7('0xa')]}],'formatGroupId':'listStart'});});}[_0x11d7('0x17')](_0x1a8733){const _0x13d587=this[_0x11d7('0x2a')][_0x11d7('0x7')],{data:_0x7343ac}=_0x1a8733;if(!_0x7343ac)return;let _0x53484d,_0x4e7140;switch(_0x7343ac[_0x11d7('0x3')]){case _0x11d7('0x20'):_0x53484d='*Change\x20to:*\x20%0',_0x4e7140={'type':_0x11d7('0x4'),'content':_0x50d90b(_0x13d587,_0x53484d,_0x50d90b(_0x13d587,this[_0x11d7('0x27')](_0x7343ac[_0x11d7('0x1a')][0x0][_0x11d7('0xc')])))};break;case'listReversed':_0x53484d=_0x7343ac['commandParams'][0x0][_0x11d7('0x34')]?_0x11d7('0xd'):_0x11d7('0x14'),_0x4e7140={'type':_0x11d7('0x4'),'content':_0x50d90b(_0x13d587,_0x53484d)};break;case _0x11d7('0xb'):_0x53484d=_0x11d7('0x8'),_0x4e7140={'type':_0x11d7('0x4'),'content':_0x50d90b(_0x13d587,_0x53484d,_0x7343ac[_0x11d7('0x1a')][0x0][_0x11d7('0xa')])};}return _0x4e7140;}[_0x11d7('0x2c')](){const _0x52db35=this[_0x11d7('0x2a')]['plugins'][_0x11d7('0x32')](_0x11d7('0x1f'));let _0x6a58b3=Array[_0x11d7('0x29')](this['editor'][_0x11d7('0x18')][_0x11d7('0x26')]['selection'][_0x11d7('0xf')]());return _0x6a58b3[_0x11d7('0x2f')](..._0x52db35['expandListBlocksToCompleteList'](_0x6a58b3)),_0x6a58b3=[...new Set(_0x6a58b3)],_0x6a58b3;}[_0x11d7('0x11')](_0x465fef){const _0xaff894=this[_0x11d7('0x2a')][_0x11d7('0x0')]['get'](_0x11d7('0x1f'));let _0x5d1ade=Array[_0x11d7('0x29')](this['editor'][_0x11d7('0x18')]['document'][_0x11d7('0x6')][_0x11d7('0xf')]())[_0x11d7('0x1e')](_0x465fef);if(!_0x5d1ade['length'])return null;_0x5d1ade=_0xaff894[_0x11d7('0x2')](_0x5d1ade);const _0x17ada9=[];for(const _0x94102c of _0x5d1ade)_0xaff894['isFirstBlockOfListItem'](_0x94102c)&&_0x17ada9['push'](_0x94102c);return _0x17ada9;}['_getTranslationKeyForListStyle'](_0x10f75a){return _0x11d7('0x9')+this[_0x11d7('0x2a')][_0x11d7('0x0')][_0x11d7('0x32')](_0x11d7('0x1d'))[_0x11d7('0x23')](_0x10f75a)['toUpperCase']()+_0x11d7('0x1b')+_0x10f75a[_0x11d7('0x24')]()[_0x11d7('0x2e')](/-/g,'_');}}
23
+ const _0x1bb0=['*Format:*\x20set\x20start\x20index\x20to\x20%0','*Change\x20to:*\x20%0','handleListReversedCommand','plugins','listReversed','document','_getTranslationKeyForListStyle','markMultiRangeBlockFormat','listStyle','config','from','_getSuggestionBlocks','DocumentListPropertiesUtils','expandListBlocksToCompleteList','list.properties','handleDescriptions','replace','editor','getAttribute','styles','listStart','change','startIndex','type','handleListStartCommand','TrackChangesEditing','filter','push','_LIST_','selection','enableCommand','afterInit','model','bind','format','numbered','length','DocumentListUtils','registerDescriptionCallback','_getSuggestionBlocksForListStyle','reversed','get','has','locale','commandParams','getListTypeFromListStyleType','*Format:*\x20set\x20order\x20to\x20reversed','commandName','toUpperCase','DocumentListPropertiesEditing'];(function(_0x1bcac1,_0x1bb0fd){const _0x548798=function(_0x4c9e36){while(--_0x4c9e36){_0x1bcac1['push'](_0x1bcac1['shift']());}};_0x548798(++_0x1bb0fd);}(_0x1bb0,0xd8));const _0x5487=function(_0x1bcac1,_0x1bb0fd){_0x1bcac1=_0x1bcac1-0x0;let _0x548798=_0x1bb0[_0x1bcac1];return _0x548798;};import{Plugin as _0x20173c}from'ckeditor5/src/core';import{getTranslation as _0x539416}from'../utils/common-translations';export default class At extends _0x20173c{[_0x5487('0xf')](){if(!this[_0x5487('0x1')][_0x5487('0x25')][_0x5487('0x1a')](_0x5487('0x21')))return;const _0x2210f1=this[_0x5487('0x1')][_0x5487('0x2b')]['get'](_0x5487('0x30')),_0x4e8714=this[_0x5487('0x1')][_0x5487('0x25')][_0x5487('0x19')](_0x5487('0x9'));_0x2210f1[_0x5487('0x3')]&&_0x4e8714[_0x5487('0xe')](_0x5487('0x2a'),this['handleListStyleCommand']['bind'](this)),_0x2210f1[_0x5487('0x18')]&&_0x4e8714[_0x5487('0xe')](_0x5487('0x26'),this[_0x5487('0x24')][_0x5487('0x11')](this)),_0x2210f1['startIndex']&&_0x4e8714[_0x5487('0xe')]('listStart',this[_0x5487('0x8')][_0x5487('0x11')](this)),_0x4e8714['_descriptionFactory'][_0x5487('0x16')](this[_0x5487('0x31')][_0x5487('0x11')](this));}['handleListStyleCommand'](_0x486f79,_0x3c6cd4={}){const _0x250b51=this['editor'][_0x5487('0x25')]['get']('TrackChangesEditing'),_0x39b5d5=this[_0x5487('0x17')]();this[_0x5487('0x1')][_0x5487('0x10')][_0x5487('0x5')](()=>{_0x250b51[_0x5487('0x29')](_0x39b5d5,{'commandName':'listStyle','commandParams':[{'type':_0x3c6cd4[_0x5487('0x7')]}],'formatGroupId':'listStyle'});});}[_0x5487('0x24')](_0x22ce61,_0x17b19d={}){const _0x50e18e=this[_0x5487('0x1')][_0x5487('0x25')]['get'](_0x5487('0x9')),_0x3d897d=this[_0x5487('0x1')][_0x5487('0x25')]['get'](_0x5487('0x15')),_0x4d9004=this[_0x5487('0x2d')](_0xe4efcd=>_0x3d897d['isListItemBlock'](_0xe4efcd)&&_0x5487('0x13')===_0xe4efcd[_0x5487('0x2')]('listType'));null!==_0x4d9004&&this[_0x5487('0x1')][_0x5487('0x10')][_0x5487('0x5')](()=>{_0x50e18e[_0x5487('0x29')](_0x4d9004,{'commandName':_0x5487('0x26'),'commandParams':[{'reversed':_0x17b19d[_0x5487('0x18')]}],'formatGroupId':_0x5487('0x26')});});}['handleListStartCommand'](_0x1d6a97,_0x3d7b2e={}){const _0x173ca8=this[_0x5487('0x1')][_0x5487('0x25')][_0x5487('0x19')]('TrackChangesEditing'),_0x39cf61=this['editor'][_0x5487('0x25')][_0x5487('0x19')](_0x5487('0x15')),_0xdc7674=this[_0x5487('0x2d')](_0x55e094=>_0x39cf61['isListItemBlock'](_0x55e094)&&_0x5487('0x13')===_0x55e094[_0x5487('0x2')]('listType'));null!==_0xdc7674&&this['editor'][_0x5487('0x10')][_0x5487('0x5')](()=>{_0x173ca8['markMultiRangeBlockFormat'](_0xdc7674,{'commandName':_0x5487('0x4'),'commandParams':[{'startIndex':_0x3d7b2e[_0x5487('0x6')]}],'formatGroupId':'listStart'});});}[_0x5487('0x31')](_0x1c4da9){const _0x2b2485=this[_0x5487('0x1')][_0x5487('0x1b')],{data:_0x25caf3}=_0x1c4da9;if(!_0x25caf3)return;let _0x12412a,_0x1f5e67;switch(_0x25caf3[_0x5487('0x1f')]){case _0x5487('0x2a'):_0x12412a=_0x5487('0x23'),_0x1f5e67={'type':_0x5487('0x12'),'content':_0x539416(_0x2b2485,_0x12412a,_0x539416(_0x2b2485,this[_0x5487('0x28')](_0x25caf3[_0x5487('0x1c')][0x0][_0x5487('0x7')])))};break;case'listReversed':_0x12412a=_0x25caf3['commandParams'][0x0][_0x5487('0x18')]?_0x5487('0x1e'):'*Format:*\x20set\x20order\x20to\x20regular',_0x1f5e67={'type':'format','content':_0x539416(_0x2b2485,_0x12412a)};break;case _0x5487('0x4'):_0x12412a=_0x5487('0x22'),_0x1f5e67={'type':_0x5487('0x12'),'content':_0x539416(_0x2b2485,_0x12412a,_0x25caf3[_0x5487('0x1c')][0x0][_0x5487('0x6')])};}return _0x1f5e67;}[_0x5487('0x17')](){const _0xa118d0=this['editor']['plugins'][_0x5487('0x19')]('DocumentListUtils');let _0x3f7564=Array['from'](this[_0x5487('0x1')][_0x5487('0x10')][_0x5487('0x27')][_0x5487('0xd')]['getSelectedBlocks']());return _0x3f7564[_0x5487('0xb')](..._0xa118d0[_0x5487('0x2f')](_0x3f7564)),_0x3f7564=[...new Set(_0x3f7564)],_0x3f7564;}[_0x5487('0x2d')](_0x1544d0){const _0x30c464=this[_0x5487('0x1')][_0x5487('0x25')][_0x5487('0x19')](_0x5487('0x15'));let _0x30bf14=Array[_0x5487('0x2c')](this[_0x5487('0x1')][_0x5487('0x10')][_0x5487('0x27')][_0x5487('0xd')]['getSelectedBlocks']())[_0x5487('0xa')](_0x1544d0);if(!_0x30bf14[_0x5487('0x14')])return null;_0x30bf14=_0x30c464[_0x5487('0x2f')](_0x30bf14);const _0x3fdb52=[];for(const _0x4a64c2 of _0x30bf14)_0x30c464['isFirstBlockOfListItem'](_0x4a64c2)&&_0x3fdb52[_0x5487('0xb')](_0x4a64c2);return _0x3fdb52;}[_0x5487('0x28')](_0x315861){return'ELEMENT_'+this[_0x5487('0x1')][_0x5487('0x25')]['get'](_0x5487('0x2e'))[_0x5487('0x1d')](_0x315861)['toUpperCase']()+_0x5487('0xc')+_0x315861[_0x5487('0x20')]()[_0x5487('0x0')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1aa8=['fromRange','addMarker:suggestion:insertion','options','split','removeMarker:suggestion:insertion','showSuggestionHighlights','editing','requires','change','nextSibling','fire','markerNameToElements','init','enterBlock','afterExecute','hasClass','getFirstRange','unbindElementFromMarkerName','bind','setSelection','high','detach','downcastDispatcher','ck-suggestion-marker-split','model','markInsertion','commands','plugins','get','enter','createPositionAt','selection','markerName','enableCommand','createRange','document','mapper'];(function(_0x5b2dcf,_0x1aa841){const _0x116cf6=function(_0x2fba41){while(--_0x2fba41){_0x5b2dcf['push'](_0x5b2dcf['shift']());}};_0x116cf6(++_0x1aa841);}(_0x1aa8,0x1e3));const _0x116c=function(_0x5b2dcf,_0x1aa841){_0x5b2dcf=_0x5b2dcf-0x0;let _0x116cf6=_0x1aa8[_0x5b2dcf];return _0x116cf6;};import{Plugin as _0x3b5ca6}from'ckeditor5/src/core';import{Enter as _0x24f429}from'ckeditor5/src/enter';import{LiveRange as _0x4d0cc1}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x6f0354}from'./utils';export default class q extends _0x3b5ca6{static get[_0x116c('0x5')](){return[_0x24f429];}[_0x116c('0xa')](){const _0xcd72c4=this['editor'],_0xe7930a=_0xcd72c4[_0x116c('0x19')][_0x116c('0x1a')]('TrackChangesEditing'),_0x470ad0=_0xcd72c4[_0x116c('0x18')][_0x116c('0x1a')]('enter');_0xe7930a[_0x116c('0x1f')](_0x116c('0x1b'),()=>{_0xcd72c4[_0x116c('0x16')][_0x116c('0x6')](_0x38968e=>{const _0x3ec862=_0xcd72c4[_0x116c('0x16')][_0x116c('0x21')][_0x116c('0x1d')],_0x25bc1f=_0x3ec862['getFirstPosition'](),_0x56a4be=_0x4d0cc1[_0x116c('0x23')](_0x3ec862[_0x116c('0xe')]());if(_0x470ad0[_0x116c('0xb')](_0x38968e)){const _0x5096bc=_0xcd72c4[_0x116c('0x16')][_0x116c('0x1c')](_0x25bc1f['parent'][_0x116c('0x7')],0x0),_0x34363e=_0x38968e[_0x116c('0x20')](_0x25bc1f,_0x5096bc);_0xe7930a[_0x116c('0x17')](_0x34363e);}else _0x38968e[_0x116c('0x11')](_0x38968e[_0x116c('0x20')](_0x56a4be['end']));_0x56a4be[_0x116c('0x13')](),_0x470ad0[_0x116c('0x8')](_0x116c('0xc'),{'writer':_0x38968e});});}),_0xcd72c4[_0x116c('0x4')][_0x116c('0x14')]['on'](_0x116c('0x24'),_0x6f0354(_0xcd72c4,_0x116c('0x1')),{'priority':_0x116c('0x12')}),_0xcd72c4[_0x116c('0x4')]['downcastDispatcher']['on'](_0x116c('0x2'),(_0x5e6287,_0x12659d,_0x123a08)=>{const _0x41c33b=_0x123a08[_0x116c('0x22')][_0x116c('0x9')](_0x12659d[_0x116c('0x1e')]);if(_0x41c33b)for(const _0x3c4d5c of _0x41c33b)_0x3c4d5c[_0x116c('0xd')](_0x116c('0x15'))&&(_0x123a08[_0x116c('0x22')][_0x116c('0xf')](_0x3c4d5c,_0x12659d['markerName']),_0x123a08['writer']['remove'](_0x3c4d5c));},{'priority':_0x116c('0x12')}),_0xcd72c4['data'][_0x116c('0x14')]['on'](_0x116c('0x24'),(_0x48bc7c,_0x249724,_0x3b099f)=>{_0x3b099f[_0x116c('0x0')][_0x116c('0x3')]&&_0x6f0354(_0xcd72c4,_0x116c('0x1'),{'showActiveMarker':!0x1})[_0x116c('0x10')](this)(_0x48bc7c,_0x249724,_0x3b099f);},{'priority':'high'});}}
23
+ const _0x5b8e=['commands','parent','markInsertion','addMarker:suggestion:insertion','fire','enterBlock','plugins','end','downcastDispatcher','get','writer','showSuggestionHighlights','bind','setSelection','markerName','mapper','createRange','afterExecute','nextSibling','change','model','init','high','hasClass','selection','document','unbindElementFromMarkerName','editing','getFirstPosition','remove','TrackChangesEditing','enableCommand','markerNameToElements','removeMarker:suggestion:insertion','requires','getFirstRange'];(function(_0x3d06db,_0x5b8eca){const _0x2af6ee=function(_0x3bbe1f){while(--_0x3bbe1f){_0x3d06db['push'](_0x3d06db['shift']());}};_0x2af6ee(++_0x5b8eca);}(_0x5b8e,0x164));const _0x2af6=function(_0x3d06db,_0x5b8eca){_0x3d06db=_0x3d06db-0x0;let _0x2af6ee=_0x5b8e[_0x3d06db];return _0x2af6ee;};import{Plugin as _0x329a81}from'ckeditor5/src/core';import{Enter as _0x3bc600}from'ckeditor5/src/enter';import{LiveRange as _0xc577f7}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0xa8ef3}from'./utils';export default class q extends _0x329a81{static get[_0x2af6('0x2')](){return[_0x3bc600];}[_0x2af6('0x19')](){const _0x1884be=this['editor'],_0x12239a=_0x1884be[_0x2af6('0xa')][_0x2af6('0xd')](_0x2af6('0x22')),_0xbe5bfc=_0x1884be[_0x2af6('0x4')]['get']('enter');_0x12239a[_0x2af6('0x23')]('enter',()=>{_0x1884be[_0x2af6('0x18')][_0x2af6('0x17')](_0xd4ca56=>{const _0x5c85f2=_0x1884be[_0x2af6('0x18')][_0x2af6('0x1d')][_0x2af6('0x1c')],_0x29cc94=_0x5c85f2[_0x2af6('0x20')](),_0xca5c0=_0xc577f7['fromRange'](_0x5c85f2[_0x2af6('0x3')]());if(_0xbe5bfc[_0x2af6('0x9')](_0xd4ca56)){const _0x3418c3=_0x1884be[_0x2af6('0x18')]['createPositionAt'](_0x29cc94[_0x2af6('0x5')][_0x2af6('0x16')],0x0),_0x520536=_0xd4ca56[_0x2af6('0x14')](_0x29cc94,_0x3418c3);_0x12239a[_0x2af6('0x6')](_0x520536);}else _0xd4ca56[_0x2af6('0x11')](_0xd4ca56['createRange'](_0xca5c0[_0x2af6('0xb')]));_0xca5c0['detach'](),_0xbe5bfc[_0x2af6('0x8')](_0x2af6('0x15'),{'writer':_0xd4ca56});});}),_0x1884be['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_0xa8ef3(_0x1884be,'split'),{'priority':_0x2af6('0x1a')}),_0x1884be[_0x2af6('0x1f')][_0x2af6('0xc')]['on'](_0x2af6('0x1'),(_0x239c79,_0x49f19b,_0x457109)=>{const _0x3a58fe=_0x457109[_0x2af6('0x13')][_0x2af6('0x0')](_0x49f19b['markerName']);if(_0x3a58fe)for(const _0x45c656 of _0x3a58fe)_0x45c656[_0x2af6('0x1b')]('ck-suggestion-marker-split')&&(_0x457109[_0x2af6('0x13')][_0x2af6('0x1e')](_0x45c656,_0x49f19b[_0x2af6('0x12')]),_0x457109[_0x2af6('0xe')][_0x2af6('0x21')](_0x45c656));},{'priority':_0x2af6('0x1a')}),_0x1884be['data'][_0x2af6('0xc')]['on'](_0x2af6('0x7'),(_0x1b1abf,_0x56956b,_0x5d4256)=>{_0x5d4256['options'][_0x2af6('0xf')]&&_0xa8ef3(_0x1884be,'split',{'showActiveMarker':!0x1})[_0x2af6('0x10')](this)(_0x1b1abf,_0x56956b,_0x5d4256);},{'priority':_0x2af6('0x1a')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x56d7=['model','find','findPrevious','createPositionAt','has','markers','plugins','item','replaceAll','createRange','FindAndReplaceEditing','getIntersection','handleFindCommand','_isInDeletionRange','get','FindAndReplaceUtils','replace','editor','getMarkersGroup','findNext','getRange','start','suggestion:deletion','enableCommand','TrackChangesEditing','findByTextCallback','bind'];(function(_0xe6e34,_0x56d72d){const _0x298729=function(_0x439323){while(--_0x439323){_0xe6e34['push'](_0xe6e34['shift']());}};_0x298729(++_0x56d72d);}(_0x56d7,0x67));const _0x2987=function(_0xe6e34,_0x56d72d){_0xe6e34=_0xe6e34-0x0;let _0x298729=_0x56d7[_0xe6e34];return _0x298729;};import{Plugin as _0x117e92}from'ckeditor5/src/core';export default class z extends _0x117e92{['afterInit'](){if(!this[_0x2987('0x16')][_0x2987('0xb')][_0x2987('0x9')](_0x2987('0xf')))return;const _0x5376d4=this[_0x2987('0x16')][_0x2987('0xb')][_0x2987('0x13')](_0x2987('0x2'));_0x5376d4[_0x2987('0x1')](_0x2987('0x6'),this[_0x2987('0x11')][_0x2987('0x4')](this)),_0x5376d4[_0x2987('0x1')](_0x2987('0x18')),_0x5376d4[_0x2987('0x1')](_0x2987('0x7')),_0x5376d4[_0x2987('0x1')](_0x2987('0x15')),_0x5376d4['enableCommand'](_0x2987('0xd'));}[_0x2987('0x11')](_0x18cbb4,_0x34540f,_0x232382={}){const _0x4021d2=this['editor'][_0x2987('0xb')][_0x2987('0x13')](_0x2987('0x14'));void 0x0!==_0x232382&&_0x18cbb4(_0x587696=>('string'==typeof _0x34540f?_0x4021d2[_0x2987('0x3')](_0x34540f,_0x232382):_0x34540f)(_0x587696)['filter'](_0x2607cb=>!0x1===this[_0x2987('0x12')](_0x2607cb,_0x587696[_0x2987('0xc')])),_0x232382);}[_0x2987('0x12')](_0x44b929,_0x24676c){const _0x4ea3c5=this[_0x2987('0x16')]['model'][_0x2987('0xe')](this[_0x2987('0x16')]['model'][_0x2987('0x8')](_0x24676c,_0x44b929[_0x2987('0x1a')]),this[_0x2987('0x16')][_0x2987('0x5')][_0x2987('0x8')](_0x24676c,_0x44b929['end']));for(const _0x3570f5 of this[_0x2987('0x16')][_0x2987('0x5')][_0x2987('0xa')][_0x2987('0x17')](_0x2987('0x0')))if(null!==_0x4ea3c5[_0x2987('0x10')](_0x3570f5[_0x2987('0x19')]()))return!0x0;return!0x1;}}
23
+ const _0x2924=['getMarkersGroup','model','get','createPositionAt','has','markers','filter','handleFindCommand','FindAndReplaceEditing','end','bind','createRange','enableCommand','string','findPrevious','editor','replace','_isInDeletionRange','getIntersection','replaceAll','item'];(function(_0x5a9c1d,_0x29240b){const _0x5caedb=function(_0x24a3e7){while(--_0x24a3e7){_0x5a9c1d['push'](_0x5a9c1d['shift']());}};_0x5caedb(++_0x29240b);}(_0x2924,0x1e0));const _0x5cae=function(_0x5a9c1d,_0x29240b){_0x5a9c1d=_0x5a9c1d-0x0;let _0x5caedb=_0x2924[_0x5a9c1d];return _0x5caedb;};import{Plugin as _0x2838d8}from'ckeditor5/src/core';export default class z extends _0x2838d8{['afterInit'](){if(!this[_0x5cae('0x12')]['plugins'][_0x5cae('0x7')](_0x5cae('0xb')))return;const _0x2d586f=this[_0x5cae('0x12')]['plugins'][_0x5cae('0x5')]('TrackChangesEditing');_0x2d586f[_0x5cae('0xf')]('find',this[_0x5cae('0xa')][_0x5cae('0xd')](this)),_0x2d586f[_0x5cae('0xf')]('findNext'),_0x2d586f[_0x5cae('0xf')](_0x5cae('0x11')),_0x2d586f[_0x5cae('0xf')](_0x5cae('0x13')),_0x2d586f['enableCommand'](_0x5cae('0x1'));}[_0x5cae('0xa')](_0x52e3d6,_0x49bdbb,_0x137671={}){const _0x302112=this['editor']['plugins'][_0x5cae('0x5')]('FindAndReplaceUtils');void 0x0!==_0x137671&&_0x52e3d6(_0xa9e78f=>(_0x5cae('0x10')==typeof _0x49bdbb?_0x302112['findByTextCallback'](_0x49bdbb,_0x137671):_0x49bdbb)(_0xa9e78f)[_0x5cae('0x9')](_0x572ba2=>!0x1===this[_0x5cae('0x14')](_0x572ba2,_0xa9e78f[_0x5cae('0x2')])),_0x137671);}[_0x5cae('0x14')](_0x136da6,_0x1e27f5){const _0x8b6a2b=this[_0x5cae('0x12')][_0x5cae('0x4')][_0x5cae('0xe')](this[_0x5cae('0x12')][_0x5cae('0x4')][_0x5cae('0x6')](_0x1e27f5,_0x136da6['start']),this[_0x5cae('0x12')][_0x5cae('0x4')][_0x5cae('0x6')](_0x1e27f5,_0x136da6[_0x5cae('0xc')]));for(const _0x168d3c of this[_0x5cae('0x12')][_0x5cae('0x4')][_0x5cae('0x8')][_0x5cae('0x3')]('suggestion:deletion'))if(null!==_0x8b6a2b[_0x5cae('0x0')](_0x168d3c['getRange']()))return!0x0;return!0x1;}}