@ckeditor/ckeditor5-track-changes 37.0.0-rc.0 → 37.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 (61) 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/heading.js +1 -1
  21. package/src/integrations/highlight.js +1 -1
  22. package/src/integrations/horizontalline.js +1 -1
  23. package/src/integrations/htmlembed.js +1 -1
  24. package/src/integrations/image.js +1 -1
  25. package/src/integrations/imagereplace.js +1 -1
  26. package/src/integrations/importword.js +1 -1
  27. package/src/integrations/indent.js +1 -1
  28. package/src/integrations/inputcommand.js +1 -1
  29. package/src/integrations/link.js +1 -1
  30. package/src/integrations/list.js +1 -1
  31. package/src/integrations/listproperties.js +1 -1
  32. package/src/integrations/mediaembed.js +1 -1
  33. package/src/integrations/mention.js +1 -1
  34. package/src/integrations/pagebreak.js +1 -1
  35. package/src/integrations/paragraph.js +1 -1
  36. package/src/integrations/removeformat.js +1 -1
  37. package/src/integrations/restrictededitingmode.js +1 -1
  38. package/src/integrations/shiftentercommand.js +1 -1
  39. package/src/integrations/standardeditingmode.js +1 -1
  40. package/src/integrations/style.js +1 -1
  41. package/src/integrations/table.js +1 -1
  42. package/src/integrations/tablecaption.js +1 -1
  43. package/src/integrations/tableclipboard.js +1 -1
  44. package/src/integrations/tablecolumnresize.js +1 -1
  45. package/src/integrations/tableheadings.js +1 -1
  46. package/src/integrations/tablemergesplit.js +1 -1
  47. package/src/integrations/tableproperties.js +1 -1
  48. package/src/integrations/title.js +1 -1
  49. package/src/integrations/undo.js +1 -1
  50. package/src/integrations/utils.js +1 -1
  51. package/src/suggestion.js +1 -1
  52. package/src/suggestiondescriptionfactory.js +1 -1
  53. package/src/trackchanges.js +1 -1
  54. package/src/trackchangesdata.js +1 -1
  55. package/src/trackchangesediting.js +1 -1
  56. package/src/trackchangesui.js +1 -1
  57. package/src/ui/suggestioncontroller.js +1 -1
  58. package/src/ui/view/basesuggestionthreadview.js +1 -1
  59. package/src/ui/view/suggestionthreadview.js +1 -1
  60. package/src/utils/common-translations.js +1 -1
  61. 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": "37.0.0-rc.0",
3
+ "version": "37.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": "^37.0.0-rc.0",
45
- "ckeditor5-collaboration": "^36.0.1",
44
+ "ckeditor5": "^37.0.1",
45
+ "ckeditor5-collaboration": "^37.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 _0x22fa=['refresh','get','_suggestions','acceptSuggestion','plugins','execute','track-changes-accept-suggestion-not-found'];(function(_0x57c665,_0x22fa0f){const _0x515917=function(_0x1b6929){while(--_0x1b6929){_0x57c665['push'](_0x57c665['shift']());}};_0x515917(++_0x22fa0f);}(_0x22fa,0x1d5));const _0x5159=function(_0x57c665,_0x22fa0f){_0x57c665=_0x57c665-0x0;let _0x515917=_0x22fa[_0x57c665];return _0x515917;};import{Command as _0x405d40}from'ckeditor5/src/core';import{CKEditorError as _0x58e503}from'ckeditor5/src/utils';export default class M extends _0x405d40{constructor(_0xa7bb2f,_0x584468){super(_0xa7bb2f),this['_suggestions']=_0x584468,this[_0x5159('0x0')]();}[_0x5159('0x0')](){this['isEnabled']=!0x0;}[_0x5159('0x5')](_0x3f94c1){const _0x566b97=this[_0x5159('0x2')]['get'](_0x3f94c1);if(!_0x566b97)throw new _0x58e503(_0x5159('0x6'),this);this['editor'][_0x5159('0x4')][_0x5159('0x1')]('TrackChangesEditing')[_0x5159('0x3')](_0x566b97);}}
23
+ const _0xdf3d=['TrackChangesEditing','editor','execute','isEnabled','get','acceptSuggestion','track-changes-accept-suggestion-not-found','refresh','plugins'];(function(_0x146df5,_0xdf3db){const _0x297eb0=function(_0x53f267){while(--_0x53f267){_0x146df5['push'](_0x146df5['shift']());}};_0x297eb0(++_0xdf3db);}(_0xdf3d,0xb9));const _0x297e=function(_0x146df5,_0xdf3db){_0x146df5=_0x146df5-0x0;let _0x297eb0=_0xdf3d[_0x146df5];return _0x297eb0;};import{Command as _0x5799ae}from'ckeditor5/src/core';import{CKEditorError as _0x11ddc8}from'ckeditor5/src/utils';export default class M extends _0x5799ae{constructor(_0x4dcae6,_0x340ce0){super(_0x4dcae6),this['_suggestions']=_0x340ce0,this[_0x297e('0x2')]();}[_0x297e('0x2')](){this[_0x297e('0x7')]=!0x0;}[_0x297e('0x6')](_0x494aab){const _0x5b94f8=this['_suggestions']['get'](_0x494aab);if(!_0x5b94f8)throw new _0x11ddc8(_0x297e('0x1'),this);this[_0x297e('0x5')][_0x297e('0x3')][_0x297e('0x8')](_0x297e('0x4'))[_0x297e('0x0')](_0x5b94f8);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1461=['plugins','execute','_suggestions','get','editor','isEnabled','discardSuggestion','refresh','TrackChangesEditing'];(function(_0x4c35f5,_0x1461ef){const _0x25217c=function(_0x15f2f0){while(--_0x15f2f0){_0x4c35f5['push'](_0x4c35f5['shift']());}};_0x25217c(++_0x1461ef);}(_0x1461,0x1a4));const _0x2521=function(_0x4c35f5,_0x1461ef){_0x4c35f5=_0x4c35f5-0x0;let _0x25217c=_0x1461[_0x4c35f5];return _0x25217c;};import{Command as _0x614818}from'ckeditor5/src/core';import{CKEditorError as _0x4971c2}from'ckeditor5/src/utils';export default class $ extends _0x614818{constructor(_0x2c4826,_0x4282d0){super(_0x2c4826),this[_0x2521('0x5')]=_0x4282d0,this[_0x2521('0x1')]();}[_0x2521('0x1')](){this[_0x2521('0x8')]=!0x0;}[_0x2521('0x4')](_0x4d826c){const _0x3d39e0=this[_0x2521('0x5')][_0x2521('0x6')](_0x4d826c);if(!_0x3d39e0)throw new _0x4971c2('track-changes-discard-suggestion-not-found',this);this[_0x2521('0x7')][_0x2521('0x3')]['get'](_0x2521('0x2'))[_0x2521('0x0')](_0x3d39e0);}}
23
+ const _0x303f=['isEnabled','plugins','editor','_suggestions','TrackChangesEditing','discardSuggestion','execute','refresh','get'];(function(_0x4c2262,_0x303fc1){const _0x7f201f=function(_0x427427){while(--_0x427427){_0x4c2262['push'](_0x4c2262['shift']());}};_0x7f201f(++_0x303fc1);}(_0x303f,0x1a4));const _0x7f20=function(_0x4c2262,_0x303fc1){_0x4c2262=_0x4c2262-0x0;let _0x7f201f=_0x303f[_0x4c2262];return _0x7f201f;};import{Command as _0xa8f169}from'ckeditor5/src/core';import{CKEditorError as _0x5b8c52}from'ckeditor5/src/utils';export default class $ extends _0xa8f169{constructor(_0x4b4918,_0x4daf52){super(_0x4b4918),this[_0x7f20('0x6')]=_0x4daf52,this['refresh']();}[_0x7f20('0x1')](){this[_0x7f20('0x3')]=!0x0;}[_0x7f20('0x0')](_0x58593b){const _0x5568e1=this['_suggestions'][_0x7f20('0x2')](_0x58593b);if(!_0x5568e1)throw new _0x5b8c52('track-changes-discard-suggestion-not-found',this);this[_0x7f20('0x5')][_0x7f20('0x4')][_0x7f20('0x2')](_0x7f20('0x7'))[_0x7f20('0x8')](_0x5568e1);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x37b3=['_command','model','refresh','values','isInContent','editor','isEnabled','_suggestions','from'];(function(_0x3eda6f,_0x37b33a){const _0x32de71=function(_0x3b65a3){while(--_0x3b65a3){_0x3eda6f['push'](_0x3eda6f['shift']());}};_0x32de71(++_0x37b33a);}(_0x37b3,0x16c));const _0x32de=function(_0x3eda6f,_0x37b33a){_0x3eda6f=_0x3eda6f-0x0;let _0x32de71=_0x37b3[_0x3eda6f];return _0x32de71;};import{Command as _0x44d1f4}from'ckeditor5/src/core';import{sortSuggestions as _0x4a894c,executeCommandForSuggestions as _0x2a237f}from'../utils/utils';export default class N extends _0x44d1f4{constructor(_0x2d2061,_0x49a260,_0x1b0fba){super(_0x2d2061),this[_0x32de('0x5')]=_0x49a260,this[_0x32de('0x3')]=_0x1b0fba,this[_0x32de('0x7')]();}[_0x32de('0x7')](){const _0x26d8b7=Array[_0x32de('0x4')](this[_0x32de('0x3')]['values']())['some'](_0x565f40=>_0x565f40[_0x32de('0x0')]);this[_0x32de('0x2')]=this[_0x32de('0x5')][_0x32de('0x2')]&&_0x26d8b7;}['execute'](){const _0x23f7c3=_0x4a894c(Array[_0x32de('0x4')](this[_0x32de('0x3')][_0x32de('0x8')]()));_0x2a237f(this[_0x32de('0x1')][_0x32de('0x6')],this[_0x32de('0x5')],_0x23f7c3);}}
23
+ const _0x4b80=['isEnabled','refresh','some','values','_suggestions','isInContent','from','_command','model'];(function(_0x328f68,_0x4b80df){const _0x5c1dd5=function(_0xeeecba){while(--_0xeeecba){_0x328f68['push'](_0x328f68['shift']());}};_0x5c1dd5(++_0x4b80df);}(_0x4b80,0x138));const _0x5c1d=function(_0x328f68,_0x4b80df){_0x328f68=_0x328f68-0x0;let _0x5c1dd5=_0x4b80[_0x328f68];return _0x5c1dd5;};import{Command as _0x3abbdf}from'ckeditor5/src/core';import{sortSuggestions as _0x51752f,executeCommandForSuggestions as _0xe713f7}from'../utils/utils';export default class N extends _0x3abbdf{constructor(_0x9508ad,_0x58adbb,_0x4cfb56){super(_0x9508ad),this[_0x5c1d('0x1')]=_0x58adbb,this[_0x5c1d('0x7')]=_0x4cfb56,this['refresh']();}[_0x5c1d('0x4')](){const _0x25565f=Array['from'](this[_0x5c1d('0x7')]['values']())[_0x5c1d('0x5')](_0x290aa4=>_0x290aa4[_0x5c1d('0x8')]);this['isEnabled']=this[_0x5c1d('0x1')][_0x5c1d('0x3')]&&_0x25565f;}['execute'](){const _0x17270e=_0x51752f(Array[_0x5c1d('0x0')](this[_0x5c1d('0x7')][_0x5c1d('0x6')]()));_0xe713f7(this['editor'][_0x5c1d('0x2')],this['_command'],_0x17270e);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1071=['_suggestions','values','document','model','editor','from','_command','execute','isEnabled','refresh','_selectedSuggestions'];(function(_0x335c70,_0x1071a0){const _0x4500fe=function(_0xb01708){while(--_0xb01708){_0x335c70['push'](_0x335c70['shift']());}};_0x4500fe(++_0x1071a0);}(_0x1071,0x13b));const _0x4500=function(_0x335c70,_0x1071a0){_0x335c70=_0x335c70-0x0;let _0x4500fe=_0x1071[_0x335c70];return _0x4500fe;};import{Command as _0x2a17aa}from'ckeditor5/src/core';import{sortSuggestions as _0x1df66a,getSelectedSuggestions as _0x289deb,executeCommandForSuggestions as _0x41cbdc}from'../utils/utils';export default class R extends _0x2a17aa{constructor(_0x5ae8c0,_0x67a737,_0x1cc87d){super(_0x5ae8c0),this[_0x4500('0xa')]=_0x67a737,this[_0x4500('0x4')]=_0x1cc87d,this['_selectedSuggestions']=new Set(),this[_0x4500('0x2')]();}[_0x4500('0x2')](){const _0x5d8dd4=this[_0x4500('0x8')][_0x4500('0x7')][_0x4500('0x6')]['selection'],_0x23564d=Array[_0x4500('0x9')](this[_0x4500('0x4')][_0x4500('0x5')]());this[_0x4500('0x3')]=_0x289deb(_0x5d8dd4,_0x23564d),this['isEnabled']=this['_command'][_0x4500('0x1')]&&!!this[_0x4500('0x3')]['size'];}[_0x4500('0x0')](){const _0x2c84f6=_0x1df66a(Array['from'](this[_0x4500('0x3')]));_0x41cbdc(this['editor'][_0x4500('0x7')],this[_0x4500('0xa')],_0x2c84f6);}}
23
+ const _0x3534=['_selectedSuggestions','_command','_suggestions','execute','size','values','model','document','isEnabled','selection','from'];(function(_0x105929,_0x353441){const _0x30012d=function(_0x5acf5e){while(--_0x5acf5e){_0x105929['push'](_0x105929['shift']());}};_0x30012d(++_0x353441);}(_0x3534,0xa8));const _0x3001=function(_0x105929,_0x353441){_0x105929=_0x105929-0x0;let _0x30012d=_0x3534[_0x105929];return _0x30012d;};import{Command as _0x1b8b90}from'ckeditor5/src/core';import{sortSuggestions as _0x2c368d,getSelectedSuggestions as _0x4e6eca,executeCommandForSuggestions as _0x4bf43a}from'../utils/utils';export default class R extends _0x1b8b90{constructor(_0x5e8535,_0x23836c,_0x27e150){super(_0x5e8535),this['_command']=_0x23836c,this[_0x3001('0xa')]=_0x27e150,this[_0x3001('0x8')]=new Set(),this['refresh']();}['refresh'](){const _0x470e40=this['editor'][_0x3001('0x3')][_0x3001('0x4')][_0x3001('0x6')],_0x18e148=Array['from'](this[_0x3001('0xa')][_0x3001('0x2')]());this[_0x3001('0x8')]=_0x4e6eca(_0x470e40,_0x18e148),this['isEnabled']=this['_command'][_0x3001('0x5')]&&!!this['_selectedSuggestions'][_0x3001('0x1')];}[_0x3001('0x0')](){const _0x2a4d44=_0x2c368d(Array[_0x3001('0x7')](this[_0x3001('0x8')]));_0x4bf43a(this['editor'][_0x3001('0x3')],this[_0x3001('0x9')],_0x2a4d44);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13a3=['affectsData','forceDisabled','editor','value','has','clearForceDisabled','isEnabled','execute','_enableCommands','commands','TrackChangesCommand','refresh','_disableUnsupportedCommands','_enabledCommands'];(function(_0x442a3a,_0x13a35e){const _0x5531ca=function(_0xfaa4b1){while(--_0xfaa4b1){_0x442a3a['push'](_0x442a3a['shift']());}};_0x5531ca(++_0x13a35e);}(_0x13a3,0x182));const _0x5531=function(_0x442a3a,_0x13a35e){_0x442a3a=_0x442a3a-0x0;let _0x5531ca=_0x13a3[_0x442a3a];return _0x5531ca;};import{Command as _0x33615b}from'ckeditor5/src/core';export default class _ extends _0x33615b{constructor(_0x2351c0,_0x2ff32d){super(_0x2351c0),this[_0x5531('0x5')]=_0x2ff32d,this[_0x5531('0x9')]=!0x1,this[_0x5531('0x3')]();}[_0x5531('0x3')](){this[_0x5531('0xc')]=!0x0;}[_0x5531('0xd')](){this[_0x5531('0x9')]=!this[_0x5531('0x9')],this['value']?this[_0x5531('0x4')]():this[_0x5531('0x0')]();}['_disableUnsupportedCommands'](){for(const _0x72b84b of this[_0x5531('0x8')][_0x5531('0x1')]['commands']())_0x72b84b[_0x5531('0x6')]&&!this[_0x5531('0x5')][_0x5531('0xa')](_0x72b84b)&&_0x72b84b[_0x5531('0x7')](_0x5531('0x2'));}[_0x5531('0x0')](){for(const _0x1b6512 of this[_0x5531('0x8')][_0x5531('0x1')][_0x5531('0x1')]())_0x1b6512[_0x5531('0x6')]&&!this['_enabledCommands'][_0x5531('0xa')](_0x1b6512)&&_0x1b6512[_0x5531('0xb')](_0x5531('0x2'));}}
23
+ const _0x13da=['editor','_enabledCommands','_disableUnsupportedCommands','forceDisabled','execute','TrackChangesCommand','commands','clearForceDisabled','isEnabled','value','refresh','affectsData','has'];(function(_0x400943,_0x13da64){const _0x52bd77=function(_0x8eccf7){while(--_0x8eccf7){_0x400943['push'](_0x400943['shift']());}};_0x52bd77(++_0x13da64);}(_0x13da,0x171));const _0x52bd=function(_0x400943,_0x13da64){_0x400943=_0x400943-0x0;let _0x52bd77=_0x13da[_0x400943];return _0x52bd77;};import{Command as _0x23a276}from'ckeditor5/src/core';export default class _ extends _0x23a276{constructor(_0x4312b8,_0x86a0be){super(_0x4312b8),this[_0x52bd('0x9')]=_0x86a0be,this[_0x52bd('0x4')]=!0x1,this[_0x52bd('0x5')]();}['refresh'](){this[_0x52bd('0x3')]=!0x0;}[_0x52bd('0xc')](){this[_0x52bd('0x4')]=!this['value'],this['value']?this['_disableUnsupportedCommands']():this['_enableCommands']();}[_0x52bd('0xa')](){for(const _0x15811d of this[_0x52bd('0x8')][_0x52bd('0x1')][_0x52bd('0x1')]())_0x15811d[_0x52bd('0x6')]&&!this['_enabledCommands'][_0x52bd('0x7')](_0x15811d)&&_0x15811d[_0x52bd('0xb')](_0x52bd('0x0'));}['_enableCommands'](){for(const _0x1a2a81 of this[_0x52bd('0x8')][_0x52bd('0x1')]['commands']())_0x1a2a81[_0x52bd('0x6')]&&!this[_0x52bd('0x9')][_0x52bd('0x7')](_0x1a2a81)&&_0x1a2a81[_0x52bd('0x2')](_0x52bd('0x0'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x342e=['TrackChangesEditing','FORMAT_ALIGN_TO_CENTER','editor','center','commandParams','has','locale','afterInit','change','FORMAT_ALIGN_TO_RIGHT','left','getAttribute','enableCommand','justify','plugins','right','alignment','ltr','contentLanguageDirection','get','format','markBlockFormat','commandName','document','filter','*Format:*\x20%0','AlignmentEditing','model','_descriptionFactory','registerDescriptionCallback','selection','value','FORMAT_ALIGN_TO_LEFT'];(function(_0x3a0d4f,_0x342e19){const _0x167108=function(_0x2d98c8){while(--_0x2d98c8){_0x3a0d4f['push'](_0x3a0d4f['shift']());}};_0x167108(++_0x342e19);}(_0x342e,0x158));const _0x1671=function(_0x3a0d4f,_0x342e19){_0x3a0d4f=_0x3a0d4f-0x0;let _0x167108=_0x342e[_0x3a0d4f];return _0x167108;};import{Plugin as _0x39ecd8}from'ckeditor5/src/core';import{getTranslation as _0x23ca82}from'../utils/common-translations';export default class x extends _0x39ecd8{[_0x1671('0x1a')](){const _0x4e8270=this['editor'],_0x3a1756=_0x4e8270[_0x1671('0x19')];if(!_0x4e8270['plugins'][_0x1671('0x18')](_0x1671('0xc')))return;const _0x9a4daf=_0x4e8270[_0x1671('0x0')][_0x1671('0x5')](_0x1671('0x13'));_0x9a4daf[_0x1671('0x1f')](_0x1671('0x2'),(_0x5827ae,_0x22e7d4={})=>{let _0x374e6a=_0x22e7d4[_0x1671('0x11')];_0x22e7d4[_0x1671('0x11')]||(_0x374e6a=_0x1671('0x3')===_0x4e8270[_0x1671('0x19')][_0x1671('0x4')]?_0x1671('0x1d'):_0x1671('0x1'));const _0x4bc116=Array['from'](this['editor'][_0x1671('0xd')][_0x1671('0x9')][_0x1671('0x10')]['getSelectedBlocks']())[_0x1671('0xa')](_0x2765a2=>function(_0x3cd9b0,_0xb7ad1f,_0x5775ad){const _0x290a9b=_0x3cd9b0[_0x1671('0x1e')](_0x1671('0x2'))||null;return _0xb7ad1f['checkAttribute'](_0x3cd9b0,_0x1671('0x2'))&&_0x5775ad!=_0x290a9b;}(_0x2765a2,this[_0x1671('0x15')][_0x1671('0xd')]['schema'],_0x374e6a));_0x4e8270['model'][_0x1671('0x1b')](()=>{for(const _0x358f88 of _0x4bc116)_0x9a4daf[_0x1671('0x7')](_0x358f88,{'commandName':_0x1671('0x2'),'commandParams':[{'value':_0x374e6a}]});});}),_0x9a4daf[_0x1671('0xe')][_0x1671('0xf')](_0x1243da=>{const {data:_0x57a80c}=_0x1243da;if(_0x57a80c&&'alignment'==_0x57a80c[_0x1671('0x8')]){const _0x83a4f9=_0x57a80c[_0x1671('0x17')][0x0]['value'];return{'type':_0x1671('0x6'),'content':_0x23ca82(_0x3a1756,_0x1671('0xb'),function(_0x318445){switch(_0x318445){case _0x1671('0x1d'):return _0x23ca82(_0x3a1756,_0x1671('0x12'));case'right':return _0x23ca82(_0x3a1756,_0x1671('0x1c'));case _0x1671('0x16'):return _0x23ca82(_0x3a1756,_0x1671('0x14'));case _0x1671('0x20'):return _0x23ca82(_0x3a1756,'FORMAT_JUSTIFY_TEXT');}}(_0x83a4f9))};}});}}
23
+ const _0x4411=['selection','afterInit','alignment','registerDescriptionCallback','FORMAT_ALIGN_TO_RIGHT','left','commandParams','FORMAT_JUSTIFY_TEXT','has','change','locale','document','plugins','getSelectedBlocks','FORMAT_ALIGN_TO_CENTER','model','right','value','markBlockFormat','schema','filter','*Format:*\x20%0','editor','get','AlignmentEditing','checkAttribute','from','_descriptionFactory','FORMAT_ALIGN_TO_LEFT'];(function(_0x2d22a1,_0x441131){const _0x4856e9=function(_0x151177){while(--_0x151177){_0x2d22a1['push'](_0x2d22a1['shift']());}};_0x4856e9(++_0x441131);}(_0x4411,0x121));const _0x4856=function(_0x2d22a1,_0x441131){_0x2d22a1=_0x2d22a1-0x0;let _0x4856e9=_0x4411[_0x2d22a1];return _0x4856e9;};import{Plugin as _0x18a535}from'ckeditor5/src/core';import{getTranslation as _0x3f86c1}from'../utils/common-translations';export default class x extends _0x18a535{[_0x4856('0x2')](){const _0x520be3=this[_0x4856('0x17')],_0x580cc3=_0x520be3[_0x4856('0xb')];if(!_0x520be3[_0x4856('0xd')][_0x4856('0x9')](_0x4856('0x19')))return;const _0x505522=_0x520be3['plugins'][_0x4856('0x18')]('TrackChangesEditing');_0x505522['enableCommand'](_0x4856('0x3'),(_0x43073e,_0x345bdb={})=>{let _0x5b33d6=_0x345bdb['value'];_0x345bdb[_0x4856('0x12')]||(_0x5b33d6='ltr'===_0x520be3[_0x4856('0xb')]['contentLanguageDirection']?'left':_0x4856('0x11'));const _0x918c4e=Array[_0x4856('0x1b')](this[_0x4856('0x17')]['model'][_0x4856('0xc')][_0x4856('0x1')][_0x4856('0xe')]())[_0x4856('0x15')](_0x3a9318=>function(_0x461e08,_0x5c955d,_0x3281a7){const _0x8c4644=_0x461e08['getAttribute'](_0x4856('0x3'))||null;return _0x5c955d[_0x4856('0x1a')](_0x461e08,_0x4856('0x3'))&&_0x3281a7!=_0x8c4644;}(_0x3a9318,this[_0x4856('0x17')][_0x4856('0x10')][_0x4856('0x14')],_0x5b33d6));_0x520be3['model'][_0x4856('0xa')](()=>{for(const _0x1b90ee of _0x918c4e)_0x505522[_0x4856('0x13')](_0x1b90ee,{'commandName':_0x4856('0x3'),'commandParams':[{'value':_0x5b33d6}]});});}),_0x505522[_0x4856('0x1c')][_0x4856('0x4')](_0x5346e6=>{const {data:_0x409ce9}=_0x5346e6;if(_0x409ce9&&_0x4856('0x3')==_0x409ce9['commandName']){const _0xa25a16=_0x409ce9[_0x4856('0x7')][0x0][_0x4856('0x12')];return{'type':'format','content':_0x3f86c1(_0x580cc3,_0x4856('0x16'),function(_0x3ba76b){switch(_0x3ba76b){case _0x4856('0x6'):return _0x3f86c1(_0x580cc3,_0x4856('0x0'));case'right':return _0x3f86c1(_0x580cc3,_0x4856('0x5'));case'center':return _0x3f86c1(_0x580cc3,_0x4856('0xf'));case'justify':return _0x3f86c1(_0x580cc3,_0x4856('0x8'));}}(_0xa25a16))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5af4=['slice','FORMAT_CODE','FORMAT_SUPERSCRIPT','plugins','toLowerCase','document','registerDescriptionCallback','subscript','has','locale','StrikethroughEditing','commandParams','underline','*Remove\x20format:*\x20%0','FORMAT_BOLD','strikethrough','editor','afterInit','forceValue','format','code','commandName','bold','BoldEditing','commands','FORMAT_UNDERLINE','superscript','change','TrackChangesEditing','get','from','getRanges','italic','markInlineFormat','enableCommand','FORMAT_SUBSCRIPT','value','FORMAT_ITALIC'];(function(_0x19e00e,_0x5af4cd){const _0x16f47f=function(_0x5d0fd0){while(--_0x5d0fd0){_0x19e00e['push'](_0x19e00e['shift']());}};_0x16f47f(++_0x5af4cd);}(_0x5af4,0xd0));const _0x16f4=function(_0x19e00e,_0x5af4cd){_0x19e00e=_0x19e00e-0x0;let _0x16f47f=_0x5af4[_0x19e00e];return _0x16f47f;};import{Plugin as _0xf26af5}from'ckeditor5/src/core';import{getTranslation as _0x27c442}from'../utils/common-translations';import{getRangesWithAttribute as _0x317481}from'./utils';const Ht=[_0x16f4('0x5'),'ItalicEditing','UnderlineEditing','CodeEditing',_0x16f4('0x1e'),'SubscriptEditing','SuperscriptEditing'];export default class U extends _0xf26af5{[_0x16f4('0x25')](){const _0x5ccc7e=this[_0x16f4('0x24')],_0x2a9bba=_0x5ccc7e['model'],_0x8cf930=_0x5ccc7e[_0x16f4('0x17')]['get'](_0x16f4('0xa')),_0x4c1841=_0x5ccc7e[_0x16f4('0x1d')];for(const _0xfbfbca of Ht){if(!_0x5ccc7e[_0x16f4('0x17')][_0x16f4('0x1c')](_0xfbfbca))continue;const _0x2b5c3d=_0xfbfbca[_0x16f4('0x14')](0x0,-0x7)[_0x16f4('0x18')](),_0xe67ab2=_0x5ccc7e[_0x16f4('0x6')][_0x16f4('0xb')](_0x2b5c3d);_0x8cf930[_0x16f4('0x10')](_0x2b5c3d,(_0x46f108,_0x155007={})=>{const _0x573d1d=_0x2a9bba[_0x16f4('0x19')]['selection'];if(_0x573d1d['isCollapsed'])return void _0x46f108(_0x155007);const _0x4fa9b9=void 0x0!==_0x155007['forceValue']?_0x155007['forceValue']:!_0xe67ab2[_0x16f4('0x12')];_0x2a9bba[_0x16f4('0x9')](()=>{const _0xc7c24e=Array[_0x16f4('0xc')](_0x573d1d[_0x16f4('0xd')]());for(const _0x37daa2 of _0xc7c24e){const _0x24268a=_0x4fa9b9?[_0x37daa2]:_0x317481(_0x2b5c3d,_0x37daa2,_0x2a9bba);for(const _0x3305c6 of _0x24268a)_0x8cf930[_0x16f4('0xf')](_0x3305c6,{'commandName':_0x2b5c3d,'commandParams':[{'forceValue':_0x4fa9b9}]});}});});}function _0x7d297d(_0x379dd4,_0x5c0799){_0x8cf930['_descriptionFactory'][_0x16f4('0x1a')](_0x2d7a9d=>{const {data:_0x16b273}=_0x2d7a9d;if(_0x16b273&&_0x16b273[_0x16f4('0x3')]===_0x379dd4)return _0x16b273[_0x16f4('0x1f')][0x0][_0x16f4('0x0')]?{'type':_0x16f4('0x1'),'content':_0x27c442(_0x4c1841,'*Format:*\x20%0',_0x5c0799)}:{'type':'format','content':_0x27c442(_0x4c1841,_0x16f4('0x21'),_0x5c0799)};});}_0x7d297d(_0x16f4('0x4'),_0x27c442(_0x4c1841,_0x16f4('0x22'))),_0x7d297d(_0x16f4('0xe'),_0x27c442(_0x4c1841,_0x16f4('0x13'))),_0x7d297d(_0x16f4('0x20'),_0x27c442(_0x4c1841,_0x16f4('0x7'))),_0x7d297d(_0x16f4('0x2'),_0x27c442(_0x4c1841,_0x16f4('0x15'))),_0x7d297d(_0x16f4('0x23'),_0x27c442(_0x4c1841,'FORMAT_STRIKETHROUGH')),_0x7d297d(_0x16f4('0x1b'),_0x27c442(_0x4c1841,_0x16f4('0x11'))),_0x7d297d(_0x16f4('0x8'),_0x27c442(_0x4c1841,_0x16f4('0x16')));}}
23
+ const _0x5ddc=['FORMAT_CODE','registerDescriptionCallback','FORMAT_BOLD','model','underline','strikethrough','CodeEditing','FORMAT_ITALIC','superscript','get','SuperscriptEditing','plugins','afterInit','change','document','FORMAT_STRIKETHROUGH','SubscriptEditing','TrackChangesEditing','commandName','FORMAT_UNDERLINE','StrikethroughEditing','bold','editor','BoldEditing','locale','code','selection','*Format:*\x20%0','format','slice','FORMAT_SUPERSCRIPT','ItalicEditing','subscript','forceValue','has'];(function(_0x56fc68,_0x5ddc5f){const _0x1bbd08=function(_0x8c6ab1){while(--_0x8c6ab1){_0x56fc68['push'](_0x56fc68['shift']());}};_0x1bbd08(++_0x5ddc5f);}(_0x5ddc,0x1d1));const _0x1bbd=function(_0x56fc68,_0x5ddc5f){_0x56fc68=_0x56fc68-0x0;let _0x1bbd08=_0x5ddc[_0x56fc68];return _0x1bbd08;};import{Plugin as _0x3a4404}from'ckeditor5/src/core';import{getTranslation as _0x34376c}from'../utils/common-translations';import{getRangesWithAttribute as _0x54be5b}from'./utils';const Ht=[_0x1bbd('0xd'),_0x1bbd('0x15'),'UnderlineEditing',_0x1bbd('0x1f'),_0x1bbd('0xa'),_0x1bbd('0x6'),_0x1bbd('0x0')];export default class U extends _0x3a4404{[_0x1bbd('0x2')](){const _0x32628b=this[_0x1bbd('0xc')],_0x44267e=_0x32628b[_0x1bbd('0x1c')],_0x1353c2=_0x32628b['plugins'][_0x1bbd('0x22')](_0x1bbd('0x7')),_0x32f109=_0x32628b[_0x1bbd('0xe')];for(const _0x3b1361 of Ht){if(!_0x32628b[_0x1bbd('0x1')][_0x1bbd('0x18')](_0x3b1361))continue;const _0x50b977=_0x3b1361[_0x1bbd('0x13')](0x0,-0x7)['toLowerCase'](),_0x5f4ab8=_0x32628b['commands']['get'](_0x50b977);_0x1353c2['enableCommand'](_0x50b977,(_0x943c6f,_0x4c82b4={})=>{const _0x4d2a52=_0x44267e[_0x1bbd('0x4')][_0x1bbd('0x10')];if(_0x4d2a52['isCollapsed'])return void _0x943c6f(_0x4c82b4);const _0x145a00=void 0x0!==_0x4c82b4[_0x1bbd('0x17')]?_0x4c82b4[_0x1bbd('0x17')]:!_0x5f4ab8['value'];_0x44267e[_0x1bbd('0x3')](()=>{const _0x5f25ee=Array['from'](_0x4d2a52['getRanges']());for(const _0x302d5b of _0x5f25ee){const _0x2f717d=_0x145a00?[_0x302d5b]:_0x54be5b(_0x50b977,_0x302d5b,_0x44267e);for(const _0x140e18 of _0x2f717d)_0x1353c2['markInlineFormat'](_0x140e18,{'commandName':_0x50b977,'commandParams':[{'forceValue':_0x145a00}]});}});});}function _0x168971(_0x4f8868,_0x1f796a){_0x1353c2['_descriptionFactory'][_0x1bbd('0x1a')](_0x254874=>{const {data:_0x41bf9c}=_0x254874;if(_0x41bf9c&&_0x41bf9c[_0x1bbd('0x8')]===_0x4f8868)return _0x41bf9c['commandParams'][0x0]['forceValue']?{'type':'format','content':_0x34376c(_0x32f109,_0x1bbd('0x11'),_0x1f796a)}:{'type':_0x1bbd('0x12'),'content':_0x34376c(_0x32f109,'*Remove\x20format:*\x20%0',_0x1f796a)};});}_0x168971(_0x1bbd('0xb'),_0x34376c(_0x32f109,_0x1bbd('0x1b'))),_0x168971('italic',_0x34376c(_0x32f109,_0x1bbd('0x20'))),_0x168971(_0x1bbd('0x1d'),_0x34376c(_0x32f109,_0x1bbd('0x9'))),_0x168971(_0x1bbd('0xf'),_0x34376c(_0x32f109,_0x1bbd('0x19'))),_0x168971(_0x1bbd('0x1e'),_0x34376c(_0x32f109,_0x1bbd('0x5'))),_0x168971(_0x1bbd('0x16'),_0x34376c(_0x32f109,'FORMAT_SUBSCRIPT')),_0x168971(_0x1bbd('0x21'),_0x34376c(_0x32f109,_0x1bbd('0x14')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x45d2=['commandName','has','editor','checkChild','commandParams','selection','forceValue','locale','getSelectedBlocks','from','_descriptionFactory','enableCommand','markBlockFormat','ELEMENT_BLOCK_QUOTE','$root','commands','format','TrackChangesEditing','value','change','afterInit','filter','get','plugins','blockQuote','name','parent','*Remove\x20format:*\x20%0','model','BlockQuoteEditing'];(function(_0x1c396d,_0x45d240){const _0x1cf8a4=function(_0x23a358){while(--_0x23a358){_0x1c396d['push'](_0x1c396d['shift']());}};_0x1cf8a4(++_0x45d240);}(_0x45d2,0xda));const _0x1cf8=function(_0x1c396d,_0x45d240){_0x1c396d=_0x1c396d-0x0;let _0x1cf8a4=_0x45d2[_0x1c396d];return _0x1cf8a4;};import{Plugin as _0x5e1a89}from'ckeditor5/src/core';import{getTranslation as _0x449dbd}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x397f46}from'../utils/utils';export default class j extends _0x5e1a89{[_0x1cf8('0xc')](){const _0x4e1233=this[_0x1cf8('0x18')],_0x5cc8b0=_0x4e1233[_0x1cf8('0x1d')];if(!_0x4e1233[_0x1cf8('0xf')][_0x1cf8('0x17')](_0x1cf8('0x15')))return;const _0x4977d1=_0x4e1233[_0x1cf8('0xf')]['get'](_0x1cf8('0x9')),_0x22f77f=this[_0x1cf8('0x18')][_0x1cf8('0x7')][_0x1cf8('0xe')]('blockQuote');_0x4977d1[_0x1cf8('0x3')]('blockQuote',(_0x250ac2,_0x23c0b2={})=>{const _0x502073=this[_0x1cf8('0x18')][_0x1cf8('0x14')]['document'][_0x1cf8('0x1b')],_0x416fdc=_0x23c0b2&&void 0x0!==_0x23c0b2[_0x1cf8('0x1c')]?_0x23c0b2[_0x1cf8('0x1c')]:!_0x22f77f[_0x1cf8('0xa')];let _0x19deee=[];if(_0x416fdc){const _0x3b5445=Array['from'](_0x502073[_0x1cf8('0x0')]())[_0x1cf8('0xd')](_0x102f1c=>Kt(_0x102f1c)||function(_0x29de6d,_0x5378af){const _0x21fb21=_0x5378af[_0x1cf8('0x19')](_0x29de6d[_0x1cf8('0x12')],_0x1cf8('0x10')),_0xbc23c=_0x5378af[_0x1cf8('0x19')]([_0x1cf8('0x6'),_0x1cf8('0x10')],_0x29de6d);return _0x21fb21&&_0xbc23c;}(_0x102f1c,this[_0x1cf8('0x18')][_0x1cf8('0x14')]['schema']));_0x19deee=_0x397f46(_0x3b5445,_0x4e1233[_0x1cf8('0x14')]);}else{const _0x137fca=Array[_0x1cf8('0x1')](_0x502073[_0x1cf8('0x0')]())[_0x1cf8('0xd')](_0x4566bc=>Kt(_0x4566bc));_0x19deee=_0x397f46(_0x137fca,_0x4e1233['model']);}_0x4e1233[_0x1cf8('0x14')][_0x1cf8('0xb')](()=>{for(const _0xfe8f of _0x19deee)_0x4977d1[_0x1cf8('0x4')](_0xfe8f,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x416fdc}]});});}),_0x4977d1[_0x1cf8('0x2')]['registerDescriptionCallback'](_0x5748d0=>{const {data:_0x11ac89}=_0x5748d0;if(_0x11ac89&&_0x1cf8('0x10')==_0x11ac89[_0x1cf8('0x16')]){const _0x5c198a=_0x449dbd(_0x5cc8b0,_0x1cf8('0x5'));return _0x11ac89[_0x1cf8('0x1a')][0x0]['forceValue']?{'type':_0x1cf8('0x8'),'content':_0x449dbd(_0x5cc8b0,'*Format:*\x20%0',_0x5c198a)}:{'type':_0x1cf8('0x8'),'content':_0x449dbd(_0x5cc8b0,_0x1cf8('0x13'),_0x5c198a)};}});}}function Kt(_0x81be5d){return'blockQuote'==_0x81be5d['parent'][_0x1cf8('0x11')];}
23
+ const _0x2c1f=['schema','enableCommand','plugins','parent','model','markBlockFormat','document','_descriptionFactory','has','from','filter','editor','checkChild','forceValue','selection','commandParams','getSelectedBlocks','ELEMENT_BLOCK_QUOTE','BlockQuoteEditing','blockQuote','value','format','name','afterInit','change'];(function(_0x3b99d3,_0x2c1fc4){const _0x23feb4=function(_0x22bbeb){while(--_0x22bbeb){_0x3b99d3['push'](_0x3b99d3['shift']());}};_0x23feb4(++_0x2c1fc4);}(_0x2c1f,0x15e));const _0x23fe=function(_0x3b99d3,_0x2c1fc4){_0x3b99d3=_0x3b99d3-0x0;let _0x23feb4=_0x2c1f[_0x3b99d3];return _0x23feb4;};import{Plugin as _0x20e5a2}from'ckeditor5/src/core';import{getTranslation as _0x298213}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x348397}from'../utils/utils';export default class j extends _0x20e5a2{[_0x23fe('0x17')](){const _0x4e1860=this[_0x23fe('0xb')],_0x26a61b=_0x4e1860['locale'];if(!_0x4e1860[_0x23fe('0x2')][_0x23fe('0x8')](_0x23fe('0x12')))return;const _0x21c616=_0x4e1860[_0x23fe('0x2')]['get']('TrackChangesEditing'),_0x27b078=this['editor']['commands']['get']('blockQuote');_0x21c616[_0x23fe('0x1')](_0x23fe('0x13'),(_0x96a3f2,_0x4018aa={})=>{const _0x5f37da=this[_0x23fe('0xb')][_0x23fe('0x4')][_0x23fe('0x6')][_0x23fe('0xe')],_0x38caef=_0x4018aa&&void 0x0!==_0x4018aa[_0x23fe('0xd')]?_0x4018aa[_0x23fe('0xd')]:!_0x27b078[_0x23fe('0x14')];let _0x57e686=[];if(_0x38caef){const _0x1c5742=Array[_0x23fe('0x9')](_0x5f37da[_0x23fe('0x10')]())[_0x23fe('0xa')](_0x543a5a=>Kt(_0x543a5a)||function(_0x504dda,_0x2369dc){const _0x4a9f06=_0x2369dc[_0x23fe('0xc')](_0x504dda[_0x23fe('0x3')],_0x23fe('0x13')),_0x4e25ce=_0x2369dc[_0x23fe('0xc')](['$root',_0x23fe('0x13')],_0x504dda);return _0x4a9f06&&_0x4e25ce;}(_0x543a5a,this['editor'][_0x23fe('0x4')][_0x23fe('0x0')]));_0x57e686=_0x348397(_0x1c5742,_0x4e1860[_0x23fe('0x4')]);}else{const _0x46f89c=Array[_0x23fe('0x9')](_0x5f37da[_0x23fe('0x10')]())[_0x23fe('0xa')](_0x293f61=>Kt(_0x293f61));_0x57e686=_0x348397(_0x46f89c,_0x4e1860[_0x23fe('0x4')]);}_0x4e1860[_0x23fe('0x4')][_0x23fe('0x18')](()=>{for(const _0x2413ae of _0x57e686)_0x21c616[_0x23fe('0x5')](_0x2413ae,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x38caef}]});});}),_0x21c616[_0x23fe('0x7')]['registerDescriptionCallback'](_0x3c9e6d=>{const {data:_0x5d89a5}=_0x3c9e6d;if(_0x5d89a5&&_0x23fe('0x13')==_0x5d89a5['commandName']){const _0x25102d=_0x298213(_0x26a61b,_0x23fe('0x11'));return _0x5d89a5[_0x23fe('0xf')][0x0][_0x23fe('0xd')]?{'type':_0x23fe('0x15'),'content':_0x298213(_0x26a61b,'*Format:*\x20%0',_0x25102d)}:{'type':_0x23fe('0x15'),'content':_0x298213(_0x26a61b,'*Remove\x20format:*\x20%0',_0x25102d)};}});}}function Kt(_0x1bea9f){return _0x23fe('0x13')==_0x1bea9f[_0x23fe('0x3')][_0x23fe('0x16')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ccd=['commands','editor','TrackChangesEditing','ckbox','afterInit','enableCommand','get','plugins'];(function(_0x561742,_0x1ccd9c){const _0x230879=function(_0x3eb63a){while(--_0x3eb63a){_0x561742['push'](_0x561742['shift']());}};_0x230879(++_0x1ccd9c);}(_0x1ccd,0x1cd));const _0x2308=function(_0x561742,_0x1ccd9c){_0x561742=_0x561742-0x0;let _0x230879=_0x1ccd[_0x561742];return _0x230879;};import{Plugin as _0x5b2539}from'ckeditor5/src/core';export default class E extends _0x5b2539{[_0x2308('0x7')](){const _0x57d28c=this[_0x2308('0x4')];_0x57d28c[_0x2308('0x3')][_0x2308('0x1')](_0x2308('0x6'))&&_0x57d28c[_0x2308('0x2')][_0x2308('0x1')](_0x2308('0x5'))[_0x2308('0x0')](_0x2308('0x6'));}}
23
+ const _0x552c=['get','plugins','afterInit','TrackChangesEditing','ckbox'];(function(_0x15766e,_0x552ca6){const _0x385e81=function(_0x16da16){while(--_0x16da16){_0x15766e['push'](_0x15766e['shift']());}};_0x385e81(++_0x552ca6);}(_0x552c,0xbe));const _0x385e=function(_0x15766e,_0x552ca6){_0x15766e=_0x15766e-0x0;let _0x385e81=_0x552c[_0x15766e];return _0x385e81;};import{Plugin as _0x1a3aa2}from'ckeditor5/src/core';export default class E extends _0x1a3aa2{[_0x385e('0x2')](){const _0x7be8ed=this['editor'];_0x7be8ed['commands'][_0x385e('0x0')](_0x385e('0x4'))&&_0x7be8ed[_0x385e('0x1')][_0x385e('0x0')](_0x385e('0x3'))['enableCommand'](_0x385e('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x385b=['label','_descriptionFactory','editor','CodeBlock','config','TrackChangesEditing','selection','locale','registerElementLabel','*Remove\x20format:*\x20%0','parent','registerDescriptionCallback','schema','enableCommand','format','forceValue','blockName','isLimit','model','codeBlock','getSelectedBlocks','indentCodeBlock','get','language','change','outdentCodeBlock','plugins','ELEMENT_CODE_BLOCK','document','filter','from','languages','afterInit','name','commandParams','find','commandName','has'];(function(_0x27ba01,_0x385b6e){const _0x599e12=function(_0x6135a0){while(--_0x6135a0){_0x27ba01['push'](_0x27ba01['shift']());}};_0x599e12(++_0x385b6e);}(_0x385b,0x10b));const _0x599e=function(_0x27ba01,_0x385b6e){_0x27ba01=_0x27ba01-0x0;let _0x599e12=_0x385b[_0x27ba01];return _0x599e12;};import{Plugin as _0x25b7b5}from'ckeditor5/src/core';import{getTranslation as _0x49c88a}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x10293b}from'../utils/utils';export default class O extends _0x25b7b5{[_0x599e('0x1f')](){const _0x2b9195=this[_0x599e('0x1')];if(!_0x2b9195[_0x599e('0x19')][_0x599e('0x24')](_0x599e('0x2')))return;const _0x5dbb98=_0x2b9195['plugins'][_0x599e('0x15')](_0x599e('0x4')),_0x30ef11=_0x2b9195[_0x599e('0x6')],_0x185578=_0x2b9195[_0x599e('0x3')]['get']('codeBlock')[_0x599e('0x1e')],_0x433fda=_0x2b9195['commands']['get']('codeBlock');_0x5dbb98[_0x599e('0xc')](_0x599e('0x14')),_0x5dbb98[_0x599e('0xc')](_0x599e('0x18')),_0x5dbb98['enableCommand'](_0x599e('0x12'),(_0x96fc37,_0x4d7acf={})=>{const _0x26dda5=_0x2b9195[_0x599e('0x11')],_0x34a273=_0x2b9195[_0x599e('0x11')][_0x599e('0x1b')][_0x599e('0x5')],_0x36da16=_0x4d7acf&&void 0x0!==_0x4d7acf[_0x599e('0xe')]?_0x4d7acf['forceValue']:!_0x433fda['value'];let _0x41b202;_0x4d7acf[_0x599e('0x16')]||(_0x4d7acf['language']=_0x185578[0x0][_0x599e('0x16')]),_0x41b202=_0x36da16?Array[_0x599e('0x1d')](_0x34a273[_0x599e('0x13')]())['filter'](_0x190b19=>to(_0x190b19)||function(_0x3046f3,_0x513a66){if(_0x3046f3['is']('rootElement')||_0x513a66[_0x599e('0x10')](_0x3046f3))return!0x1;return _0x513a66['checkChild'](_0x3046f3[_0x599e('0x9')],_0x599e('0x12'));}(_0x190b19,_0x26dda5[_0x599e('0xb')])):Array[_0x599e('0x1d')](_0x34a273['getSelectedBlocks']())[_0x599e('0x1c')](_0x5827c4=>to(_0x5827c4));const _0x14b76f=_0x10293b(_0x41b202,_0x26dda5);_0x26dda5[_0x599e('0x17')](()=>{for(const _0x31c5cc of _0x14b76f)_0x5dbb98['markBlockFormat'](_0x31c5cc,{'commandName':_0x599e('0x12'),'commandParams':[{..._0x4d7acf,'forceValue':_0x36da16}],'formatGroupId':_0x599e('0xf')});});}),(_0x5dbb98[_0x599e('0x0')][_0x599e('0x7')](_0x599e('0x12'),_0x71af95=>_0x49c88a(_0x30ef11,_0x599e('0x1a'),_0x71af95)),_0x5dbb98[_0x599e('0x0')][_0x599e('0xa')](_0x1b4732=>{const _0x49cca4=_0x30ef11['t'],{type:_0x3d5d20,data:_0x4d3b96}=_0x1b4732;if('formatBlock'==_0x3d5d20&&_0x4d3b96&&'codeBlock'==_0x4d3b96[_0x599e('0x23')]){const _0x204476=_0x4d3b96[_0x599e('0x21')][0x0][_0x599e('0x16')],_0x2d591d=_0x49cca4(_0x185578[_0x599e('0x22')](_0x4f99cc=>_0x4f99cc[_0x599e('0x16')]===_0x204476)[_0x599e('0x25')]);return _0x4d3b96[_0x599e('0x21')][0x0][_0x599e('0xe')]?{'type':_0x599e('0xd'),'content':_0x49c88a(_0x30ef11,'*Format:*\x20%0',_0x49c88a(_0x30ef11,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x2d591d+')')}:{'type':'format','content':_0x49c88a(_0x30ef11,_0x599e('0x8'),_0x49c88a(_0x30ef11,'ELEMENT_CODE_BLOCK',0x1))};}}));}}function to(_0x39427e){return'codeBlock'==_0x39427e[_0x599e('0x20')];}
23
+ const _0x5a56=['enableCommand','afterInit','outdentCodeBlock','filter','label','parent','rootElement','find','selection','commandParams','document','forceValue','locale','registerElementLabel','has','language','languages','editor','ELEMENT_CODE_BLOCK','value','isLimit','config','getSelectedBlocks','indentCodeBlock','commands','*Format:*\x20%0','change','codeBlock','get','plugins','commandName','schema','markBlockFormat','TrackChangesEditing','formatBlock','format','_descriptionFactory','blockName','checkChild'];(function(_0x492084,_0x5a567f){const _0x15f28f=function(_0x4eed71){while(--_0x4eed71){_0x492084['push'](_0x492084['shift']());}};_0x15f28f(++_0x5a567f);}(_0x5a56,0x197));const _0x15f2=function(_0x492084,_0x5a567f){_0x492084=_0x492084-0x0;let _0x15f28f=_0x5a56[_0x492084];return _0x15f28f;};import{Plugin as _0x2acc1d}from'ckeditor5/src/core';import{getTranslation as _0x184140}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x3c42d0}from'../utils/utils';export default class O extends _0x2acc1d{[_0x15f2('0x17')](){const _0x541b0e=this[_0x15f2('0x0')];if(!_0x541b0e['plugins'][_0x15f2('0x24')]('CodeBlock'))return;const _0x85fe5b=_0x541b0e[_0x15f2('0xc')][_0x15f2('0xb')](_0x15f2('0x10')),_0x510191=_0x541b0e[_0x15f2('0x22')],_0x36d37e=_0x541b0e[_0x15f2('0x4')][_0x15f2('0xb')](_0x15f2('0xa'))[_0x15f2('0x26')],_0x1748e4=_0x541b0e[_0x15f2('0x7')]['get']('codeBlock');_0x85fe5b[_0x15f2('0x16')](_0x15f2('0x6')),_0x85fe5b[_0x15f2('0x16')](_0x15f2('0x18')),_0x85fe5b[_0x15f2('0x16')]('codeBlock',(_0x1d23b5,_0x21bb1d={})=>{const _0x57fbd0=_0x541b0e['model'],_0x28e45f=_0x541b0e['model'][_0x15f2('0x20')][_0x15f2('0x1e')],_0x4e255d=_0x21bb1d&&void 0x0!==_0x21bb1d[_0x15f2('0x21')]?_0x21bb1d[_0x15f2('0x21')]:!_0x1748e4[_0x15f2('0x2')];let _0x51d6b3;_0x21bb1d[_0x15f2('0x25')]||(_0x21bb1d[_0x15f2('0x25')]=_0x36d37e[0x0][_0x15f2('0x25')]),_0x51d6b3=_0x4e255d?Array['from'](_0x28e45f[_0x15f2('0x5')]())[_0x15f2('0x19')](_0x35d260=>to(_0x35d260)||function(_0x30f184,_0x505bcf){if(_0x30f184['is'](_0x15f2('0x1c'))||_0x505bcf[_0x15f2('0x3')](_0x30f184))return!0x1;return _0x505bcf[_0x15f2('0x15')](_0x30f184[_0x15f2('0x1b')],_0x15f2('0xa'));}(_0x35d260,_0x57fbd0[_0x15f2('0xe')])):Array['from'](_0x28e45f[_0x15f2('0x5')]())['filter'](_0x6bb75b=>to(_0x6bb75b));const _0x1978ee=_0x3c42d0(_0x51d6b3,_0x57fbd0);_0x57fbd0[_0x15f2('0x9')](()=>{for(const _0x5d6e47 of _0x1978ee)_0x85fe5b[_0x15f2('0xf')](_0x5d6e47,{'commandName':_0x15f2('0xa'),'commandParams':[{..._0x21bb1d,'forceValue':_0x4e255d}],'formatGroupId':_0x15f2('0x14')});});}),(_0x85fe5b[_0x15f2('0x13')][_0x15f2('0x23')]('codeBlock',_0x380afa=>_0x184140(_0x510191,_0x15f2('0x1'),_0x380afa)),_0x85fe5b[_0x15f2('0x13')]['registerDescriptionCallback'](_0x1eeddf=>{const _0x49de10=_0x510191['t'],{type:_0x47f8ca,data:_0x221e90}=_0x1eeddf;if(_0x15f2('0x11')==_0x47f8ca&&_0x221e90&&_0x15f2('0xa')==_0x221e90[_0x15f2('0xd')]){const _0x5ba55a=_0x221e90[_0x15f2('0x1f')][0x0][_0x15f2('0x25')],_0x5916d3=_0x49de10(_0x36d37e[_0x15f2('0x1d')](_0x35315a=>_0x35315a[_0x15f2('0x25')]===_0x5ba55a)[_0x15f2('0x1a')]);return _0x221e90[_0x15f2('0x1f')][0x0][_0x15f2('0x21')]?{'type':'format','content':_0x184140(_0x510191,_0x15f2('0x8'),_0x184140(_0x510191,_0x15f2('0x1'),0x1)+'\x20('+_0x5916d3+')')}:{'type':_0x15f2('0x12'),'content':_0x184140(_0x510191,'*Remove\x20format:*\x20%0',_0x184140(_0x510191,_0x15f2('0x1'),0x1))};}}));}}function to(_0x56beb8){return _0x15f2('0xa')==_0x56beb8['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1d2d=['afterInit','CommentsEditing','has','addCommentThread','plugins','enableCommand','editor'];(function(_0x133789,_0x1d2d64){const _0x3f8014=function(_0x1f30d3){while(--_0x1f30d3){_0x133789['push'](_0x133789['shift']());}};_0x3f8014(++_0x1d2d64);}(_0x1d2d,0xb4));const _0x3f80=function(_0x133789,_0x1d2d64){_0x133789=_0x133789-0x0;let _0x3f8014=_0x1d2d[_0x133789];return _0x3f8014;};import{Plugin as _0x2cc8f4}from'ckeditor5/src/core';export default class F extends _0x2cc8f4{[_0x3f80('0x2')](){const _0x1c3713=this[_0x3f80('0x1')];if(!_0x1c3713['plugins'][_0x3f80('0x4')](_0x3f80('0x3')))return;_0x1c3713[_0x3f80('0x6')]['get']('TrackChangesEditing')[_0x3f80('0x0')](_0x3f80('0x5'));}}
23
+ const _0x3b33=['editor','has','plugins','get','TrackChangesEditing','enableCommand'];(function(_0x19b9e7,_0x3b336f){const _0x20ffa8=function(_0x4b3e87){while(--_0x4b3e87){_0x19b9e7['push'](_0x19b9e7['shift']());}};_0x20ffa8(++_0x3b336f);}(_0x3b33,0xd0));const _0x20ff=function(_0x19b9e7,_0x3b336f){_0x19b9e7=_0x19b9e7-0x0;let _0x20ffa8=_0x3b33[_0x19b9e7];return _0x20ffa8;};import{Plugin as _0x257cd6}from'ckeditor5/src/core';export default class F extends _0x257cd6{['afterInit'](){const _0x523bee=this[_0x20ff('0x2')];if(!_0x523bee['plugins'][_0x20ff('0x3')]('CommentsEditing'))return;_0x523bee[_0x20ff('0x4')][_0x20ff('0x5')](_0x20ff('0x0'))[_0x20ff('0x1')]('addCommentThread');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5511=['requires','forward','downcastDispatcher','model','plugins','root','get','remove','isCollapsed','deleteForward','start','fromRange','createRange','buffer','unit','enqueueChange','markerName','setSelection','end','commands','uiElement','editor','TrackChangesEditing','editing','modifySelection','lock','markerNameToElements','enableCommand','getFirstRange','merge','writer','addMarker:suggestion:deletion','options','showSuggestionHighlights','$graveyard','removeMarker:suggestion:deletion','high','document','data','rootName','mapper','selection'];(function(_0x3cf715,_0x551151){const _0x4c7488=function(_0x12933b){while(--_0x12933b){_0x3cf715['push'](_0x3cf715['shift']());}};_0x4c7488(++_0x551151);}(_0x5511,0x164));const _0x4c74=function(_0x3cf715,_0x551151){_0x3cf715=_0x3cf715-0x0;let _0x4c7488=_0x5511[_0x3cf715];return _0x4c7488;};import{Plugin as _0xc91df6}from'ckeditor5/src/core';import{LiveRange as _0x133cfe}from'ckeditor5/src/engine';import{Delete as _0x38398d}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0xe10ccc}from'./utils';export default class G extends _0xc91df6{static get[_0x4c74('0x16')](){return[_0x38398d];}['init'](){const _0x55c6c6=this[_0x4c74('0x1')],_0x5c9abe=_0x55c6c6[_0x4c74('0x1a')][_0x4c74('0x1c')](_0x4c74('0x2'));_0x5c9abe[_0x4c74('0x7')]('delete');const _0x2bfb2b=_0x55c6c6[_0x4c74('0x29')][_0x4c74('0x1c')](_0x4c74('0x1f'));_0x5c9abe[_0x4c74('0x7')](_0x4c74('0x1f'),(_0x579d1d,_0x427a7b={})=>{const _0x3dd562=_0x55c6c6[_0x4c74('0x19')]['createSelection'](_0x55c6c6[_0x4c74('0x19')][_0x4c74('0x11')][_0x4c74('0x15')]);_0x3dd562[_0x4c74('0x1e')]&&_0x55c6c6[_0x4c74('0x19')][_0x4c74('0x4')](_0x3dd562,{'direction':_0x4c74('0x17'),'unit':_0x427a7b[_0x4c74('0x24')]});const _0x411f57=_0x3dd562[_0x4c74('0x8')](),_0x48ffaa=_0x133cfe[_0x4c74('0x21')](_0x411f57);let _0x4e4af6;_0x579d1d(_0x427a7b),_0x4e4af6=_0x4c74('0xe')==_0x48ffaa[_0x4c74('0x1b')][_0x4c74('0x13')]?_0x55c6c6['model'][_0x4c74('0x22')](_0x411f57[_0x4c74('0x20')]):_0x55c6c6[_0x4c74('0x19')][_0x4c74('0x22')](_0x48ffaa[_0x4c74('0x20')],_0x48ffaa[_0x4c74('0x28')]),_0x48ffaa['detach'](),_0x55c6c6[_0x4c74('0x19')][_0x4c74('0x25')](_0x2bfb2b[_0x4c74('0x23')]['batch'],_0x3a2501=>{_0x2bfb2b[_0x4c74('0x23')][_0x4c74('0x5')](),_0x3a2501[_0x4c74('0x27')](_0x3a2501['createRange'](_0x4e4af6[_0x4c74('0x28')])),_0x2bfb2b[_0x4c74('0x23')]['unlock']();});}),_0x55c6c6[_0x4c74('0x3')][_0x4c74('0x18')]['on'](_0x4c74('0xb'),_0xe10ccc(_0x55c6c6,_0x4c74('0x9')),{'priority':_0x4c74('0x10')}),_0x55c6c6[_0x4c74('0x12')][_0x4c74('0x18')]['on']('addMarker:suggestion:deletion',(_0x43bb63,_0x2648f6,_0x4c684e)=>{_0x4c684e[_0x4c74('0xc')][_0x4c74('0xd')]&&_0xe10ccc(_0x55c6c6,_0x4c74('0x9'),{'showActiveMarker':!0x1})['bind'](this)(_0x43bb63,_0x2648f6,_0x4c684e);},{'priority':_0x4c74('0x10')}),_0x55c6c6['editing'][_0x4c74('0x18')]['on'](_0x4c74('0xf'),(_0x5e1f18,_0x3013e8,_0x6a5d3f)=>{const _0x100c60=_0x6a5d3f['mapper'][_0x4c74('0x6')](_0x3013e8[_0x4c74('0x26')]);if(_0x100c60)for(const _0x45ca08 of _0x100c60)_0x45ca08['is'](_0x4c74('0x0'))&&(_0x6a5d3f[_0x4c74('0x14')]['unbindElementFromMarkerName'](_0x45ca08,_0x3013e8[_0x4c74('0x26')]),_0x6a5d3f[_0x4c74('0xa')][_0x4c74('0x1d')](_0x45ca08));},{'priority':_0x4c74('0x10')});}}
23
+ const _0x4ab9=['document','buffer','high','end','unlock','enableCommand','removeMarker:suggestion:deletion','isCollapsed','data','getFirstRange','createRange','setSelection','delete','$graveyard','merge','uiElement','unbindElementFromMarkerName','showSuggestionHighlights','selection','TrackChangesEditing','markerName','lock','bind','modifySelection','rootName','batch','root','forward','get','editing','model','start','requires','deleteForward','detach','createSelection','mapper','remove','downcastDispatcher','editor','plugins'];(function(_0x2af69c,_0x4ab928){const _0x24dc68=function(_0x1afff4){while(--_0x1afff4){_0x2af69c['push'](_0x2af69c['shift']());}};_0x24dc68(++_0x4ab928);}(_0x4ab9,0x118));const _0x24dc=function(_0x2af69c,_0x4ab928){_0x2af69c=_0x2af69c-0x0;let _0x24dc68=_0x4ab9[_0x2af69c];return _0x24dc68;};import{Plugin as _0x4c4f65}from'ckeditor5/src/core';import{LiveRange as _0x2fcecc}from'ckeditor5/src/engine';import{Delete as _0xd6dffc}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x101877}from'./utils';export default class G extends _0x4c4f65{static get[_0x24dc('0x27')](){return[_0xd6dffc];}['init'](){const _0xe36b4c=this[_0x24dc('0x5')],_0x503630=_0xe36b4c[_0x24dc('0x6')][_0x24dc('0x23')](_0x24dc('0x1a'));_0x503630[_0x24dc('0xc')](_0x24dc('0x13'));const _0x5437c7=_0xe36b4c['commands'][_0x24dc('0x23')](_0x24dc('0x28'));_0x503630[_0x24dc('0xc')](_0x24dc('0x28'),(_0x27b289,_0x19e5e1={})=>{const _0x2b0381=_0xe36b4c['model'][_0x24dc('0x1')](_0xe36b4c[_0x24dc('0x25')][_0x24dc('0x7')][_0x24dc('0x19')]);_0x2b0381[_0x24dc('0xe')]&&_0xe36b4c[_0x24dc('0x25')][_0x24dc('0x1e')](_0x2b0381,{'direction':_0x24dc('0x22'),'unit':_0x19e5e1['unit']});const _0x3d92d2=_0x2b0381[_0x24dc('0x10')](),_0x372318=_0x2fcecc['fromRange'](_0x3d92d2);let _0x51eec7;_0x27b289(_0x19e5e1),_0x51eec7=_0x24dc('0x14')==_0x372318[_0x24dc('0x21')][_0x24dc('0x1f')]?_0xe36b4c['model']['createRange'](_0x3d92d2[_0x24dc('0x26')]):_0xe36b4c[_0x24dc('0x25')][_0x24dc('0x11')](_0x372318[_0x24dc('0x26')],_0x372318[_0x24dc('0xa')]),_0x372318[_0x24dc('0x0')](),_0xe36b4c[_0x24dc('0x25')]['enqueueChange'](_0x5437c7['buffer'][_0x24dc('0x20')],_0x466146=>{_0x5437c7[_0x24dc('0x8')][_0x24dc('0x1c')](),_0x466146[_0x24dc('0x12')](_0x466146[_0x24dc('0x11')](_0x51eec7[_0x24dc('0xa')])),_0x5437c7['buffer'][_0x24dc('0xb')]();});}),_0xe36b4c[_0x24dc('0x24')]['downcastDispatcher']['on']('addMarker:suggestion:deletion',_0x101877(_0xe36b4c,_0x24dc('0x15')),{'priority':_0x24dc('0x9')}),_0xe36b4c[_0x24dc('0xf')][_0x24dc('0x4')]['on']('addMarker:suggestion:deletion',(_0x455a98,_0x15279f,_0x3d7e97)=>{_0x3d7e97['options'][_0x24dc('0x18')]&&_0x101877(_0xe36b4c,_0x24dc('0x15'),{'showActiveMarker':!0x1})[_0x24dc('0x1d')](this)(_0x455a98,_0x15279f,_0x3d7e97);},{'priority':_0x24dc('0x9')}),_0xe36b4c['editing']['downcastDispatcher']['on'](_0x24dc('0xd'),(_0x54fb33,_0xd932c3,_0x3bd5b1)=>{const _0x3c0fbd=_0x3bd5b1[_0x24dc('0x2')]['markerNameToElements'](_0xd932c3[_0x24dc('0x1b')]);if(_0x3c0fbd)for(const _0x2abedc of _0x3c0fbd)_0x2abedc['is'](_0x24dc('0x16'))&&(_0x3bd5b1[_0x24dc('0x2')][_0x24dc('0x17')](_0x2abedc,_0xd932c3[_0x24dc('0x1b')]),_0x3bd5b1['writer'][_0x24dc('0x3')](_0x2abedc));},{'priority':_0x24dc('0x9')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2bd0=['enableCommand','_descriptionFactory','multipleBlocks','schema','getAttribute','format','next','*Outdent:*\x20%0','toUpperCase','after','model','_LIST','bulletedList','listIndent','push','parent','DocumentListEditing','DocumentListUtils','get','add','nextSibling','createPositionAt','has','splitListItemAfter','containsItem','plugins','commandName','refresh','*Format:*\x20remove\x20from\x20%0','ELEMENT_BULLETED_LIST','locale','mergeListItemBackward','mergeListItemForward','hasAttribute','documentList','*Change\x20to:*\x20%0','document','TrackChangesEditing','map','_suggestionFactory','end','listItemId','registerCustomCallback','getRanges','isFirstBlockOfListItem','markBlockFormat','numberedList','ELEMENT_LIST_ITEM','slice','setSelection','*Merge:*\x20%0','*Format:*\x20insert\x20into\x20%0','*Indent:*\x20%0','listType','deletion','indentList','getFirstRange','registerElementLabel','value','markMultiRangeBlockFormat','previousSibling','length','outdentList','change','commandParams','ELEMENT_NUMBERED_LIST','expandListBlocksToCompleteList','commands','accept','nodeAfter','selection','start','forceValue','from','getSelectedBlocks'];(function(_0x2e87cb,_0x2bd039){const _0x57fd8b=function(_0x542efb){while(--_0x542efb){_0x2e87cb['push'](_0x2e87cb['shift']());}};_0x57fd8b(++_0x2bd039);}(_0x2bd0,0x127));const _0x57fd=function(_0x2e87cb,_0x2bd039){_0x2e87cb=_0x2e87cb-0x0;let _0x57fd8b=_0x2bd0[_0x2e87cb];return _0x57fd8b;};import{Plugin as _0x208456}from'ckeditor5/src/core';import{getTranslation as _0x302904}from'../utils/common-translations';import{LiveRange as _0xb38ab6}from'ckeditor5/src/engine';export default class L extends _0x208456{['afterInit'](){const _0x574805=this['editor'];if(!_0x574805[_0x57fd('0x1e')][_0x57fd('0x1b')](_0x57fd('0x15')))return;const _0x1d8e47=_0x574805[_0x57fd('0x23')],_0x4dff1c=_0x574805[_0x57fd('0x1e')][_0x57fd('0x17')](_0x57fd('0x2a')),_0x1c19aa=_0x574805[_0x57fd('0x1e')][_0x57fd('0x17')](_0x57fd('0x16'));function _0x4f579d(_0x4e63a7){return()=>{const _0x47053c=_0x574805[_0x57fd('0x48')][_0x57fd('0x17')](_0x4e63a7);let _0x5285ff=Array[_0x57fd('0x3')](_0x574805['model'][_0x57fd('0x29')][_0x57fd('0x0')][_0x57fd('0x4')]());if(_0x4c1b57(_0x4e63a7)){_0x5285ff=_0x1c19aa[_0x57fd('0x47')](_0x5285ff);const _0x58ab06=[];for(const _0x2bfb61 of _0x5285ff)_0x1c19aa[_0x57fd('0x31')](_0x2bfb61)&&_0x58ab06[_0x57fd('0x13')](_0x2bfb61);_0x5285ff=_0x58ab06;}_0x574805[_0x57fd('0xf')][_0x57fd('0x44')](()=>{_0x4dff1c[_0x57fd('0x40')](_0x5285ff,{'commandName':_0x4e63a7,'commandParams':[{'forceValue':!_0x47053c[_0x57fd('0x3f')]}],'formatGroupId':_0x57fd('0x3a')},[],_0x57fd('0x27'));});};}function _0x4f6951(_0x403195){return()=>{const _0x260bc6=function(_0x4cfe90){let _0x3f4027=Array[_0x57fd('0x3')](_0x4cfe90);const _0xa014f9=_0x3f4027['findIndex'](_0x8e5885=>!_0x8e5885[_0x57fd('0x26')](_0x57fd('0x2e')));return _0xa014f9>-0x1&&(_0x3f4027=_0x3f4027[_0x57fd('0x35')](0x0,_0xa014f9)),_0x3f4027;}(_0x574805[_0x57fd('0xf')][_0x57fd('0x29')]['selection'][_0x57fd('0x4')]()),_0xed52a1=_0x260bc6[_0x260bc6[_0x57fd('0x42')]-0x1],_0x3f7d24=_0x574805['model']['schema']['isObject'](_0xed52a1)?_0x57fd('0xe'):'end',_0x39cbec=_0x574805[_0x57fd('0xf')]['createRange'](_0x574805[_0x57fd('0xf')]['createPositionAt'](_0x260bc6[0x0],'before'),_0x574805['model'][_0x57fd('0x1a')](_0xed52a1,_0x3f7d24));_0x574805['model'][_0x57fd('0x44')](()=>{_0x4dff1c['markBlockFormat'](_0x39cbec,{'commandName':_0x403195,'commandParams':[],'formatGroupId':'listType'},function(_0x44ff93){const _0x148d93=new Set();for(const _0x845e9e of _0x44ff93){let _0x5d9208=_0x845e9e[_0x57fd('0x19')];for(;_0x5d9208&&_0x5d9208[_0x57fd('0x9')]('listIndent')>_0x845e9e[_0x57fd('0x9')](_0x57fd('0x12'));)_0x148d93[_0x57fd('0x18')](_0x5d9208),_0x5d9208=_0x5d9208[_0x57fd('0x19')];}return Array[_0x57fd('0x3')](_0x148d93);}(_0x260bc6));});};}function _0x3bd0bf(_0x37bb62){return()=>{const _0x536991=_0x574805['model'][_0x57fd('0x29')][_0x57fd('0x0')][_0x57fd('0x4')]()[_0x57fd('0xb')]()[_0x57fd('0x3f')],_0x206a56=_0x574805[_0x57fd('0xf')]['createPositionAt'](_0x536991,'before'),_0x474b09=_0x574805[_0x57fd('0xf')][_0x57fd('0x1a')](_0x536991,0x0),_0xd65343=_0x574805[_0x57fd('0xf')]['createRange'](_0x206a56,_0x474b09);_0x574805[_0x57fd('0xf')][_0x57fd('0x44')](()=>{_0x4dff1c[_0x57fd('0x32')](_0xd65343,{'commandName':_0x37bb62,'commandParams':[],'formatGroupId':_0x57fd('0x3a')});});};}function _0x4c1b57(_0x66ce2c){const _0xab7a95=_0x574805[_0x57fd('0x48')][_0x57fd('0x17')](_0x57fd('0x11'))['value'],_0x2befd6=_0x574805['commands'][_0x57fd('0x17')](_0x57fd('0x33'))[_0x57fd('0x3f')];return _0x57fd('0x33')===_0x66ce2c?_0xab7a95:_0x2befd6;}_0x4dff1c['enableCommand'](_0x57fd('0x33'),_0x4f579d('numberedList')),_0x4dff1c[_0x57fd('0x5')](_0x57fd('0x11'),_0x4f579d('bulletedList')),_0x4dff1c[_0x57fd('0x5')](_0x57fd('0x3c'),_0x4f6951(_0x57fd('0x3c'))),_0x4dff1c['enableCommand'](_0x57fd('0x43'),_0x4f6951(_0x57fd('0x43'))),_0x4dff1c[_0x57fd('0x5')](_0x57fd('0x1c'),_0x3bd0bf(_0x57fd('0x1c'))),_0x4dff1c[_0x57fd('0x5')]('splitListItemBefore',_0x3bd0bf('splitListItemBefore')),_0x4dff1c[_0x57fd('0x6')][_0x57fd('0x3e')](function(_0x1b5920){const _0x1d4767=!_0x574805[_0x57fd('0xf')][_0x57fd('0x8')]['isObject'](_0x1b5920),_0x3e4da1=_0x1b5920[_0x57fd('0x41')],_0x2cd388=_0x1b5920[_0x57fd('0x19')],_0x539677=_0x1b5920[_0x57fd('0x9')](_0x57fd('0x2e')),_0x459ac8=!_0x3e4da1||_0x3e4da1[_0x57fd('0x9')](_0x57fd('0x2e'))!==_0x539677,_0x4b809c=!_0x2cd388||_0x2cd388['getAttribute'](_0x57fd('0x2e'))!==_0x539677;return _0x1d4767&&Boolean(_0x539677)&&_0x459ac8&&_0x4b809c;},_0x2a4f98=>_0x302904(_0x1d8e47,_0x57fd('0x34'),_0x2a4f98)),_0x4dff1c[_0x57fd('0x6')]['registerDescriptionCallback'](function(_0x1c76f8){const {data:_0x2609ad}=_0x1c76f8;if(!_0x2609ad)return;let _0x14620d,_0x10b293,_0x2e020a,_0x467981;switch(_0x2609ad[_0x57fd('0x1f')]){case _0x57fd('0x11'):_0x2e020a=_0x2609ad['commandParams'][0x0][_0x57fd('0x2')],_0x467981=_0x4c1b57(_0x2609ad[_0x57fd('0x1f')]),_0x14620d=_0x2e020a?'*Format:*\x20insert\x20into\x20%0':_0x57fd('0x21'),_0x467981&&(_0x14620d=_0x57fd('0x28')),_0x10b293={'type':'format','content':_0x302904(_0x1d8e47,_0x14620d,_0x302904(_0x1d8e47,_0x57fd('0x22')))};break;case _0x57fd('0x33'):_0x2e020a=_0x2609ad['commandParams'][0x0][_0x57fd('0x2')],_0x467981=_0x4c1b57(_0x2609ad[_0x57fd('0x1f')]),_0x14620d=_0x2e020a?_0x57fd('0x38'):'*Format:*\x20remove\x20from\x20%0',_0x467981&&(_0x14620d=_0x57fd('0x28')),_0x10b293={'type':_0x57fd('0xa'),'content':_0x302904(_0x1d8e47,_0x14620d,_0x302904(_0x1d8e47,_0x57fd('0x46')))};break;case _0x57fd('0x3c'):_0x14620d=_0x57fd('0x39'),_0x10b293={'type':_0x57fd('0xa'),'content':_0x302904(_0x1d8e47,_0x14620d,_0x302904(_0x1d8e47,'ELEMENT_LIST_ITEM'))};break;case _0x57fd('0x43'):_0x14620d=function(_0x5c9d71){const _0x3bf4ea=_0x5c9d71[_0x57fd('0x3d')]();let _0x48a95d=_0x3bf4ea[_0x57fd('0x1')][_0x57fd('0x4a')];for(;_0x48a95d&&_0x3bf4ea[_0x57fd('0x1d')](_0x48a95d);){if(_0x48a95d[_0x57fd('0x9')](_0x57fd('0x12'))>0x0)return!0x1;_0x48a95d=_0x48a95d['nextSibling'];}return!0x0;}(_0x1c76f8)?_0x302904(_0x1d8e47,_0x57fd('0x21'),_0x302904(_0x1d8e47,function(_0x47bb2a){const _0x5de653=_0x47bb2a[_0x57fd('0x3d')]()['start']['nodeAfter'];return'ELEMENT_'+_0x5de653[_0x57fd('0x9')]('listType')[_0x57fd('0xd')]()+_0x57fd('0x10');}(_0x1c76f8))):_0x302904(_0x1d8e47,_0x57fd('0xc'),_0x302904(_0x1d8e47,_0x57fd('0x34'))),_0x10b293={'type':_0x57fd('0xa'),'content':_0x14620d};break;case _0x57fd('0x24'):case _0x57fd('0x25'):!0x1===_0x2609ad[_0x57fd('0x7')]&&(_0x14620d=_0x57fd('0x37'),_0x10b293={'type':_0x57fd('0x3b'),'content':_0x302904(_0x1d8e47,_0x14620d,_0x302904(_0x1d8e47,_0x57fd('0x34')))});}return _0x10b293;}),_0x4dff1c[_0x57fd('0x2c')][_0x57fd('0x2f')]('formatBlock',_0x57fd('0x27'),_0x57fd('0x49'),function(_0x1bf438,_0x54753b){const _0x5aa8e3=[];for(let _0x408610 of _0x1bf438)_0x408610[_0x57fd('0x1')][_0x57fd('0x4a')]===_0x408610[_0x57fd('0x2d')][_0x57fd('0x14')]&&(_0x408610=_0x574805[_0x57fd('0xf')]['createRange'](_0x574805['model']['createPositionAt'](_0x408610[_0x57fd('0x1')][_0x57fd('0x4a')],0x0))),_0x5aa8e3[_0x57fd('0x13')](_0x408610);_0x574805[_0x57fd('0xf')][_0x57fd('0x44')](_0x164d70=>{const _0x28ed72=_0x574805[_0x57fd('0xf')][_0x57fd('0x29')]['selection'],_0x31aa7b=Array[_0x57fd('0x3')](_0x28ed72[_0x57fd('0x30')]())[_0x57fd('0x2b')](_0xf34c16=>_0xb38ab6['fromRange'](_0xf34c16));_0x164d70[_0x57fd('0x36')](_0x5aa8e3),_0x574805[_0x57fd('0x48')][_0x57fd('0x17')](_0x54753b[_0x57fd('0x1f')])[_0x57fd('0x20')](),_0x54753b[_0x57fd('0x45')][_0x57fd('0x13')]({'forceDefaultExecution':!0x0}),_0x574805['execute'](_0x54753b[_0x57fd('0x1f')],..._0x54753b['commandParams']),_0x164d70['setSelection'](_0x31aa7b);for(const _0x3abc1f of _0x31aa7b)_0x3abc1f['detach']();});});}}
23
+ const _0x4d4c=['*Indent:*\x20%0','getAttribute','*Change\x20to:*\x20%0','createPositionAt','outdentList','indentList','documentList','DocumentListEditing','hasAttribute','change','listItemId','format','mergeListItemBackward','detach','registerDescriptionCallback','nodeAfter','enableCommand','locale','listIndent','bulletedList','push','numberedList','value','registerCustomCallback','deletion','length','getSelectedBlocks','expandListBlocksToCompleteList','registerElementLabel','schema','_descriptionFactory','from','commandName','nextSibling','next','commandParams','selection','multipleBlocks','slice','*Merge:*\x20%0','createRange','afterInit','markMultiRangeBlockFormat','after','*Outdent:*\x20%0','ELEMENT_','getFirstRange','splitListItemAfter','editor','refresh','*Format:*\x20insert\x20into\x20%0','start','findIndex','formatBlock','listType','accept','splitListItemBefore','commands','forceValue','model','document','has','execute','markBlockFormat','add','isObject','*Format:*\x20remove\x20from\x20%0','_LIST','plugins','DocumentListUtils','before','ELEMENT_NUMBERED_LIST','toUpperCase','get','ELEMENT_LIST_ITEM','mergeListItemForward'];(function(_0x8208e3,_0x4d4cc3){const _0x2f4f3d=function(_0xc2e75c){while(--_0xc2e75c){_0x8208e3['push'](_0x8208e3['shift']());}};_0x2f4f3d(++_0x4d4cc3);}(_0x4d4c,0x86));const _0x2f4f=function(_0x8208e3,_0x4d4cc3){_0x8208e3=_0x8208e3-0x0;let _0x2f4f3d=_0x4d4c[_0x8208e3];return _0x2f4f3d;};import{Plugin as _0x57a434}from'ckeditor5/src/core';import{getTranslation as _0x3fc98d}from'../utils/common-translations';import{LiveRange as _0x48d4bd}from'ckeditor5/src/engine';export default class L extends _0x57a434{[_0x2f4f('0x3b')](){const _0x407a3f=this[_0x2f4f('0x42')];if(!_0x407a3f[_0x2f4f('0xa')][_0x2f4f('0x3')](_0x2f4f('0x19')))return;const _0x56702e=_0x407a3f[_0x2f4f('0x23')],_0x37d9de=_0x407a3f[_0x2f4f('0xa')]['get']('TrackChangesEditing'),_0x27d08c=_0x407a3f[_0x2f4f('0xa')][_0x2f4f('0xf')](_0x2f4f('0xb'));function _0x1f91a7(_0x3d366f){return()=>{const _0x12d52d=_0x407a3f[_0x2f4f('0x4b')][_0x2f4f('0xf')](_0x3d366f);let _0x1603ac=Array[_0x2f4f('0x31')](_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x2')]['selection']['getSelectedBlocks']());if(_0xa65504(_0x3d366f)){_0x1603ac=_0x27d08c[_0x2f4f('0x2d')](_0x1603ac);const _0xd7b425=[];for(const _0x587a89 of _0x1603ac)_0x27d08c['isFirstBlockOfListItem'](_0x587a89)&&_0xd7b425[_0x2f4f('0x26')](_0x587a89);_0x1603ac=_0xd7b425;}_0x407a3f[_0x2f4f('0x1')]['change'](()=>{_0x37d9de[_0x2f4f('0x3c')](_0x1603ac,{'commandName':_0x3d366f,'commandParams':[{'forceValue':!_0x12d52d[_0x2f4f('0x28')]}],'formatGroupId':'listType'},[],_0x2f4f('0x18'));});};}function _0x4653f4(_0x18e62b){return()=>{const _0x349d40=function(_0x290982){let _0x16f7ff=Array['from'](_0x290982);const _0x3ae25c=_0x16f7ff[_0x2f4f('0x46')](_0x964537=>!_0x964537[_0x2f4f('0x1a')](_0x2f4f('0x1c')));return _0x3ae25c>-0x1&&(_0x16f7ff=_0x16f7ff[_0x2f4f('0x38')](0x0,_0x3ae25c)),_0x16f7ff;}(_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x2')][_0x2f4f('0x36')][_0x2f4f('0x2c')]()),_0x2bcf1a=_0x349d40[_0x349d40[_0x2f4f('0x2b')]-0x1],_0x2c17bc=_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x2f')][_0x2f4f('0x7')](_0x2bcf1a)?_0x2f4f('0x3d'):'end',_0x8d832b=_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x3a')](_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x15')](_0x349d40[0x0],'before'),_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x15')](_0x2bcf1a,_0x2c17bc));_0x407a3f['model']['change'](()=>{_0x37d9de[_0x2f4f('0x5')](_0x8d832b,{'commandName':_0x18e62b,'commandParams':[],'formatGroupId':'listType'},function(_0x54b7ad){const _0x5d9244=new Set();for(const _0x35d737 of _0x54b7ad){let _0x174717=_0x35d737[_0x2f4f('0x33')];for(;_0x174717&&_0x174717[_0x2f4f('0x13')](_0x2f4f('0x24'))>_0x35d737[_0x2f4f('0x13')](_0x2f4f('0x24'));)_0x5d9244[_0x2f4f('0x6')](_0x174717),_0x174717=_0x174717['nextSibling'];}return Array['from'](_0x5d9244);}(_0x349d40));});};}function _0x5af1ee(_0x2db4f6){return()=>{const _0x3355c7=_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x2')][_0x2f4f('0x36')]['getSelectedBlocks']()[_0x2f4f('0x34')]()[_0x2f4f('0x28')],_0x4bee88=_0x407a3f[_0x2f4f('0x1')]['createPositionAt'](_0x3355c7,_0x2f4f('0xc')),_0x5f1dcb=_0x407a3f[_0x2f4f('0x1')]['createPositionAt'](_0x3355c7,0x0),_0x368411=_0x407a3f['model'][_0x2f4f('0x3a')](_0x4bee88,_0x5f1dcb);_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x1b')](()=>{_0x37d9de['markBlockFormat'](_0x368411,{'commandName':_0x2db4f6,'commandParams':[],'formatGroupId':'listType'});});};}function _0xa65504(_0x544a9f){const _0x3011bf=_0x407a3f['commands'][_0x2f4f('0xf')](_0x2f4f('0x25'))[_0x2f4f('0x28')],_0x5a0b50=_0x407a3f['commands']['get'](_0x2f4f('0x27'))['value'];return'numberedList'===_0x544a9f?_0x3011bf:_0x5a0b50;}_0x37d9de['enableCommand'](_0x2f4f('0x27'),_0x1f91a7(_0x2f4f('0x27'))),_0x37d9de[_0x2f4f('0x22')]('bulletedList',_0x1f91a7(_0x2f4f('0x25'))),_0x37d9de[_0x2f4f('0x22')]('indentList',_0x4653f4('indentList')),_0x37d9de[_0x2f4f('0x22')](_0x2f4f('0x16'),_0x4653f4(_0x2f4f('0x16'))),_0x37d9de['enableCommand'](_0x2f4f('0x41'),_0x5af1ee(_0x2f4f('0x41'))),_0x37d9de[_0x2f4f('0x22')](_0x2f4f('0x4a'),_0x5af1ee('splitListItemBefore')),_0x37d9de['_descriptionFactory'][_0x2f4f('0x2e')](function(_0x62c835){const _0x47993b=!_0x407a3f[_0x2f4f('0x1')]['schema'][_0x2f4f('0x7')](_0x62c835),_0x30c06a=_0x62c835['previousSibling'],_0x3feda9=_0x62c835[_0x2f4f('0x33')],_0x3fd839=_0x62c835[_0x2f4f('0x13')](_0x2f4f('0x1c')),_0x411093=!_0x30c06a||_0x30c06a['getAttribute'](_0x2f4f('0x1c'))!==_0x3fd839,_0x235973=!_0x3feda9||_0x3feda9[_0x2f4f('0x13')](_0x2f4f('0x1c'))!==_0x3fd839;return _0x47993b&&Boolean(_0x3fd839)&&_0x411093&&_0x235973;},_0x2f146f=>_0x3fc98d(_0x56702e,_0x2f4f('0x10'),_0x2f146f)),_0x37d9de[_0x2f4f('0x30')][_0x2f4f('0x20')](function(_0x14a83c){const {data:_0x4c3829}=_0x14a83c;if(!_0x4c3829)return;let _0x2e5ee8,_0x3f757c,_0x2b3603,_0x4a2363;switch(_0x4c3829['commandName']){case'bulletedList':_0x2b3603=_0x4c3829[_0x2f4f('0x35')][0x0][_0x2f4f('0x0')],_0x4a2363=_0xa65504(_0x4c3829[_0x2f4f('0x32')]),_0x2e5ee8=_0x2b3603?_0x2f4f('0x44'):_0x2f4f('0x8'),_0x4a2363&&(_0x2e5ee8=_0x2f4f('0x14')),_0x3f757c={'type':_0x2f4f('0x1d'),'content':_0x3fc98d(_0x56702e,_0x2e5ee8,_0x3fc98d(_0x56702e,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x2b3603=_0x4c3829[_0x2f4f('0x35')][0x0][_0x2f4f('0x0')],_0x4a2363=_0xa65504(_0x4c3829[_0x2f4f('0x32')]),_0x2e5ee8=_0x2b3603?'*Format:*\x20insert\x20into\x20%0':_0x2f4f('0x8'),_0x4a2363&&(_0x2e5ee8=_0x2f4f('0x14')),_0x3f757c={'type':'format','content':_0x3fc98d(_0x56702e,_0x2e5ee8,_0x3fc98d(_0x56702e,_0x2f4f('0xd')))};break;case _0x2f4f('0x17'):_0x2e5ee8=_0x2f4f('0x12'),_0x3f757c={'type':_0x2f4f('0x1d'),'content':_0x3fc98d(_0x56702e,_0x2e5ee8,_0x3fc98d(_0x56702e,_0x2f4f('0x10')))};break;case'outdentList':_0x2e5ee8=function(_0x4bf0eb){const _0x288154=_0x4bf0eb['getFirstRange']();let _0x1c4a89=_0x288154[_0x2f4f('0x45')]['nodeAfter'];for(;_0x1c4a89&&_0x288154['containsItem'](_0x1c4a89);){if(_0x1c4a89[_0x2f4f('0x13')](_0x2f4f('0x24'))>0x0)return!0x1;_0x1c4a89=_0x1c4a89['nextSibling'];}return!0x0;}(_0x14a83c)?_0x3fc98d(_0x56702e,_0x2f4f('0x8'),_0x3fc98d(_0x56702e,function(_0x4f0e04){const _0x590f17=_0x4f0e04[_0x2f4f('0x40')]()[_0x2f4f('0x45')][_0x2f4f('0x21')];return _0x2f4f('0x3f')+_0x590f17[_0x2f4f('0x13')](_0x2f4f('0x48'))[_0x2f4f('0xe')]()+_0x2f4f('0x9');}(_0x14a83c))):_0x3fc98d(_0x56702e,_0x2f4f('0x3e'),_0x3fc98d(_0x56702e,_0x2f4f('0x10'))),_0x3f757c={'type':'format','content':_0x2e5ee8};break;case _0x2f4f('0x1e'):case _0x2f4f('0x11'):!0x1===_0x4c3829[_0x2f4f('0x37')]&&(_0x2e5ee8=_0x2f4f('0x39'),_0x3f757c={'type':_0x2f4f('0x2a'),'content':_0x3fc98d(_0x56702e,_0x2e5ee8,_0x3fc98d(_0x56702e,_0x2f4f('0x10')))});}return _0x3f757c;}),_0x37d9de['_suggestionFactory'][_0x2f4f('0x29')](_0x2f4f('0x47'),_0x2f4f('0x18'),_0x2f4f('0x49'),function(_0xb9e9b9,_0x1efada){const _0x126986=[];for(let _0x11b7d9 of _0xb9e9b9)_0x11b7d9[_0x2f4f('0x45')][_0x2f4f('0x21')]===_0x11b7d9['end']['parent']&&(_0x11b7d9=_0x407a3f['model'][_0x2f4f('0x3a')](_0x407a3f[_0x2f4f('0x1')][_0x2f4f('0x15')](_0x11b7d9[_0x2f4f('0x45')][_0x2f4f('0x21')],0x0))),_0x126986[_0x2f4f('0x26')](_0x11b7d9);_0x407a3f[_0x2f4f('0x1')]['change'](_0x3e6670=>{const _0x17df35=_0x407a3f[_0x2f4f('0x1')]['document'][_0x2f4f('0x36')],_0x3456ba=Array[_0x2f4f('0x31')](_0x17df35['getRanges']())['map'](_0x518674=>_0x48d4bd['fromRange'](_0x518674));_0x3e6670['setSelection'](_0x126986),_0x407a3f[_0x2f4f('0x4b')][_0x2f4f('0xf')](_0x1efada[_0x2f4f('0x32')])[_0x2f4f('0x43')](),_0x1efada[_0x2f4f('0x35')][_0x2f4f('0x26')]({'forceDefaultExecution':!0x0}),_0x407a3f[_0x2f4f('0x4')](_0x1efada[_0x2f4f('0x32')],..._0x1efada[_0x2f4f('0x35')]),_0x3e6670['setSelection'](_0x3456ba);for(const _0x2e89ee of _0x3456ba)_0x2e89ee[_0x2f4f('0x1f')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a54=['afterInit','getListTypeFromListStyleType','list.properties','ELEMENT_','filter','reversed','TrackChangesEditing','startIndex','document','*Format:*\x20set\x20start\x20index\x20to\x20%0','*Format:*\x20set\x20order\x20to\x20regular','bind','listStyle','commandParams','expandListBlocksToCompleteList','isListItemBlock','model','listType','editor','enableCommand','_descriptionFactory','format','has','DocumentListPropertiesEditing','from','isFirstBlockOfListItem','listReversed','_getSuggestionBlocksForListStyle','_LIST_','_getTranslationKeyForListStyle','handleListStyleCommand','_getSuggestionBlocks','config','toUpperCase','*Format:*\x20set\x20order\x20to\x20reversed','push','change','getSelectedBlocks','handleListStartCommand','listStart','selection','length','getAttribute','handleDescriptions','plugins','markMultiRangeBlockFormat','styles','handleListReversedCommand','numbered','DocumentListUtils','locale','get','replace','registerDescriptionCallback'];(function(_0x2e68e7,_0x2a5458){const _0x20e68f=function(_0x150b0f){while(--_0x150b0f){_0x2e68e7['push'](_0x2e68e7['shift']());}};_0x20e68f(++_0x2a5458);}(_0x2a54,0x127));const _0x20e6=function(_0x2e68e7,_0x2a5458){_0x2e68e7=_0x2e68e7-0x0;let _0x20e68f=_0x2a54[_0x2e68e7];return _0x20e68f;};import{Plugin as _0x5d76cc}from'ckeditor5/src/core';import{getTranslation as _0x3fb280}from'../utils/common-translations';export default class St extends _0x5d76cc{[_0x20e6('0x1d')](){if(!this['editor']['plugins'][_0x20e6('0x33')](_0x20e6('0x34')))return;const _0x3e0e79=this['editor'][_0x20e6('0x7')][_0x20e6('0x1a')](_0x20e6('0x1f')),_0x43ab75=this[_0x20e6('0x2f')][_0x20e6('0x13')]['get'](_0x20e6('0x23'));_0x3e0e79[_0x20e6('0x15')]&&_0x43ab75[_0x20e6('0x30')](_0x20e6('0x29'),this[_0x20e6('0x5')][_0x20e6('0x28')](this)),_0x3e0e79[_0x20e6('0x22')]&&_0x43ab75[_0x20e6('0x30')](_0x20e6('0x1'),this[_0x20e6('0x16')][_0x20e6('0x28')](this)),_0x3e0e79['startIndex']&&_0x43ab75['enableCommand'](_0x20e6('0xe'),this[_0x20e6('0xd')]['bind'](this)),_0x43ab75[_0x20e6('0x31')][_0x20e6('0x1c')](this[_0x20e6('0x12')][_0x20e6('0x28')](this));}[_0x20e6('0x5')](_0x1ce8fe,_0x58bb4e={}){const _0x17da87=this[_0x20e6('0x2f')][_0x20e6('0x13')][_0x20e6('0x1a')](_0x20e6('0x23')),_0x51933b=this[_0x20e6('0x2')]();this[_0x20e6('0x2f')][_0x20e6('0x2d')][_0x20e6('0xb')](()=>{_0x17da87[_0x20e6('0x14')](_0x51933b,{'commandName':'listStyle','commandParams':[{'type':_0x58bb4e['type']}],'formatGroupId':_0x20e6('0x29')});});}[_0x20e6('0x16')](_0x3a7226,_0x525559={}){const _0x59a328=this['editor']['plugins'][_0x20e6('0x1a')](_0x20e6('0x23')),_0x5e7782=this[_0x20e6('0x2f')][_0x20e6('0x13')]['get'](_0x20e6('0x18')),_0x45ecea=this[_0x20e6('0x6')](_0x428d14=>_0x5e7782[_0x20e6('0x2c')](_0x428d14)&&_0x20e6('0x17')===_0x428d14['getAttribute']('listType'));null!==_0x45ecea&&this[_0x20e6('0x2f')][_0x20e6('0x2d')][_0x20e6('0xb')](()=>{_0x59a328['markMultiRangeBlockFormat'](_0x45ecea,{'commandName':_0x20e6('0x1'),'commandParams':[{'reversed':_0x525559[_0x20e6('0x22')]}],'formatGroupId':_0x20e6('0x1')});});}[_0x20e6('0xd')](_0x39b275,_0x5c1296={}){const _0x1f9060=this['editor']['plugins'][_0x20e6('0x1a')](_0x20e6('0x23')),_0x4787a1=this[_0x20e6('0x2f')][_0x20e6('0x13')][_0x20e6('0x1a')]('DocumentListUtils'),_0x8f66cb=this[_0x20e6('0x6')](_0x235438=>_0x4787a1[_0x20e6('0x2c')](_0x235438)&&'numbered'===_0x235438[_0x20e6('0x11')](_0x20e6('0x2e')));null!==_0x8f66cb&&this[_0x20e6('0x2f')][_0x20e6('0x2d')][_0x20e6('0xb')](()=>{_0x1f9060[_0x20e6('0x14')](_0x8f66cb,{'commandName':'listStart','commandParams':[{'startIndex':_0x5c1296[_0x20e6('0x24')]}],'formatGroupId':'listStart'});});}[_0x20e6('0x12')](_0x59c086){const _0x4c3fe5=this[_0x20e6('0x2f')][_0x20e6('0x19')],{data:_0x39428f}=_0x59c086;if(!_0x39428f)return;let _0x281a81,_0x28a097;switch(_0x39428f['commandName']){case _0x20e6('0x29'):_0x281a81='*Change\x20to:*\x20%0',_0x28a097={'type':_0x20e6('0x32'),'content':_0x3fb280(_0x4c3fe5,_0x281a81,_0x3fb280(_0x4c3fe5,this[_0x20e6('0x4')](_0x39428f[_0x20e6('0x2a')][0x0]['type'])))};break;case _0x20e6('0x1'):_0x281a81=_0x39428f[_0x20e6('0x2a')][0x0][_0x20e6('0x22')]?_0x20e6('0x9'):_0x20e6('0x27'),_0x28a097={'type':_0x20e6('0x32'),'content':_0x3fb280(_0x4c3fe5,_0x281a81)};break;case _0x20e6('0xe'):_0x281a81=_0x20e6('0x26'),_0x28a097={'type':'format','content':_0x3fb280(_0x4c3fe5,_0x281a81,_0x39428f['commandParams'][0x0]['startIndex'])};}return _0x28a097;}['_getSuggestionBlocksForListStyle'](){const _0x4a97aa=this[_0x20e6('0x2f')][_0x20e6('0x13')][_0x20e6('0x1a')](_0x20e6('0x18'));let _0x38527b=Array[_0x20e6('0x35')](this[_0x20e6('0x2f')][_0x20e6('0x2d')][_0x20e6('0x25')][_0x20e6('0xf')][_0x20e6('0xc')]());return _0x38527b[_0x20e6('0xa')](..._0x4a97aa[_0x20e6('0x2b')](_0x38527b)),_0x38527b=[...new Set(_0x38527b)],_0x38527b;}['_getSuggestionBlocks'](_0x2b3b95){const _0x37b79a=this[_0x20e6('0x2f')]['plugins'][_0x20e6('0x1a')](_0x20e6('0x18'));let _0x5d7738=Array['from'](this[_0x20e6('0x2f')][_0x20e6('0x2d')][_0x20e6('0x25')][_0x20e6('0xf')][_0x20e6('0xc')]())[_0x20e6('0x21')](_0x2b3b95);if(!_0x5d7738[_0x20e6('0x10')])return null;_0x5d7738=_0x37b79a[_0x20e6('0x2b')](_0x5d7738);const _0x7dbf76=[];for(const _0x40390e of _0x5d7738)_0x37b79a[_0x20e6('0x0')](_0x40390e)&&_0x7dbf76['push'](_0x40390e);return _0x7dbf76;}[_0x20e6('0x4')](_0x244e82){return _0x20e6('0x20')+this['editor'][_0x20e6('0x13')][_0x20e6('0x1a')]('DocumentListPropertiesUtils')[_0x20e6('0x1e')](_0x244e82)[_0x20e6('0x8')]()+_0x20e6('0x3')+_0x244e82[_0x20e6('0x8')]()[_0x20e6('0x1b')](/-/g,'_');}}
23
+ const _0x3555=['has','locale','DocumentListPropertiesUtils','startIndex','handleListReversedCommand','isFirstBlockOfListItem','type','format','selection','getAttribute','listReversed','markMultiRangeBlockFormat','*Format:*\x20set\x20order\x20to\x20regular','toUpperCase','ELEMENT_','list.properties','handleDescriptions','getListTypeFromListStyleType','afterInit','handleListStyleCommand','listStart','listStyle','plugins','document','*Format:*\x20set\x20order\x20to\x20reversed','DocumentListUtils','commandParams','numbered','_getTranslationKeyForListStyle','expandListBlocksToCompleteList','handleListStartCommand','commandName','from','DocumentListPropertiesEditing','editor','enableCommand','styles','model','TrackChangesEditing','get','_getSuggestionBlocksForListStyle','isListItemBlock','config','length','bind','reversed','*Format:*\x20set\x20start\x20index\x20to\x20%0','filter','change','_getSuggestionBlocks'];(function(_0x369161,_0x3555da){const _0x573d42=function(_0xc9cfaa){while(--_0xc9cfaa){_0x369161['push'](_0x369161['shift']());}};_0x573d42(++_0x3555da);}(_0x3555,0x149));const _0x573d=function(_0x369161,_0x3555da){_0x369161=_0x369161-0x0;let _0x573d42=_0x3555[_0x369161];return _0x573d42;};import{Plugin as _0x1bcd6a}from'ckeditor5/src/core';import{getTranslation as _0x365adc}from'../utils/common-translations';export default class St extends _0x1bcd6a{[_0x573d('0x27')](){if(!this[_0x573d('0x5')][_0x573d('0x2b')][_0x573d('0x15')](_0x573d('0x4')))return;const _0x8dea46=this[_0x573d('0x5')][_0x573d('0xd')]['get'](_0x573d('0x24')),_0x35c238=this[_0x573d('0x5')][_0x573d('0x2b')][_0x573d('0xa')](_0x573d('0x9'));_0x8dea46[_0x573d('0x7')]&&_0x35c238[_0x573d('0x6')](_0x573d('0x2a'),this['handleListStyleCommand']['bind'](this)),_0x8dea46['reversed']&&_0x35c238[_0x573d('0x6')](_0x573d('0x1f'),this[_0x573d('0x19')][_0x573d('0xf')](this)),_0x8dea46['startIndex']&&_0x35c238[_0x573d('0x6')]('listStart',this[_0x573d('0x1')]['bind'](this)),_0x35c238['_descriptionFactory']['registerDescriptionCallback'](this[_0x573d('0x25')]['bind'](this));}[_0x573d('0x28')](_0x1c1350,_0x16bfe3={}){const _0x5932b9=this[_0x573d('0x5')][_0x573d('0x2b')]['get'](_0x573d('0x9')),_0x5b56d2=this['_getSuggestionBlocksForListStyle']();this[_0x573d('0x5')][_0x573d('0x8')][_0x573d('0x13')](()=>{_0x5932b9[_0x573d('0x20')](_0x5b56d2,{'commandName':'listStyle','commandParams':[{'type':_0x16bfe3['type']}],'formatGroupId':_0x573d('0x2a')});});}[_0x573d('0x19')](_0x5d321b,_0x38e4d3={}){const _0x445c64=this['editor'][_0x573d('0x2b')]['get'](_0x573d('0x9')),_0x3d44be=this['editor'][_0x573d('0x2b')][_0x573d('0xa')](_0x573d('0x2e')),_0x56610c=this[_0x573d('0x14')](_0x1bc3ba=>_0x3d44be[_0x573d('0xc')](_0x1bc3ba)&&'numbered'===_0x1bc3ba[_0x573d('0x1e')]('listType'));null!==_0x56610c&&this[_0x573d('0x5')]['model'][_0x573d('0x13')](()=>{_0x445c64['markMultiRangeBlockFormat'](_0x56610c,{'commandName':_0x573d('0x1f'),'commandParams':[{'reversed':_0x38e4d3[_0x573d('0x10')]}],'formatGroupId':_0x573d('0x1f')});});}[_0x573d('0x1')](_0x35af9e,_0x806aef={}){const _0x5ebae6=this[_0x573d('0x5')][_0x573d('0x2b')]['get'](_0x573d('0x9')),_0x5ccb7c=this[_0x573d('0x5')]['plugins'][_0x573d('0xa')]('DocumentListUtils'),_0x58c8be=this['_getSuggestionBlocks'](_0x328954=>_0x5ccb7c[_0x573d('0xc')](_0x328954)&&_0x573d('0x30')===_0x328954[_0x573d('0x1e')]('listType'));null!==_0x58c8be&&this[_0x573d('0x5')]['model'][_0x573d('0x13')](()=>{_0x5ebae6[_0x573d('0x20')](_0x58c8be,{'commandName':'listStart','commandParams':[{'startIndex':_0x806aef[_0x573d('0x18')]}],'formatGroupId':_0x573d('0x29')});});}[_0x573d('0x25')](_0x3d5569){const _0x31fc4=this['editor'][_0x573d('0x16')],{data:_0x439978}=_0x3d5569;if(!_0x439978)return;let _0x3c5e10,_0x3d79ad;switch(_0x439978[_0x573d('0x2')]){case _0x573d('0x2a'):_0x3c5e10='*Change\x20to:*\x20%0',_0x3d79ad={'type':_0x573d('0x1c'),'content':_0x365adc(_0x31fc4,_0x3c5e10,_0x365adc(_0x31fc4,this[_0x573d('0x31')](_0x439978['commandParams'][0x0][_0x573d('0x1b')])))};break;case _0x573d('0x1f'):_0x3c5e10=_0x439978[_0x573d('0x2f')][0x0][_0x573d('0x10')]?_0x573d('0x2d'):_0x573d('0x21'),_0x3d79ad={'type':_0x573d('0x1c'),'content':_0x365adc(_0x31fc4,_0x3c5e10)};break;case _0x573d('0x29'):_0x3c5e10=_0x573d('0x11'),_0x3d79ad={'type':_0x573d('0x1c'),'content':_0x365adc(_0x31fc4,_0x3c5e10,_0x439978[_0x573d('0x2f')][0x0][_0x573d('0x18')])};}return _0x3d79ad;}[_0x573d('0xb')](){const _0x35774d=this['editor'][_0x573d('0x2b')][_0x573d('0xa')]('DocumentListUtils');let _0x3054d3=Array['from'](this[_0x573d('0x5')]['model'][_0x573d('0x2c')][_0x573d('0x1d')]['getSelectedBlocks']());return _0x3054d3['push'](..._0x35774d['expandListBlocksToCompleteList'](_0x3054d3)),_0x3054d3=[...new Set(_0x3054d3)],_0x3054d3;}['_getSuggestionBlocks'](_0x12d734){const _0x1b5ecd=this[_0x573d('0x5')]['plugins']['get'](_0x573d('0x2e'));let _0x4e8362=Array[_0x573d('0x3')](this[_0x573d('0x5')][_0x573d('0x8')]['document'][_0x573d('0x1d')]['getSelectedBlocks']())[_0x573d('0x12')](_0x12d734);if(!_0x4e8362[_0x573d('0xe')])return null;_0x4e8362=_0x1b5ecd[_0x573d('0x0')](_0x4e8362);const _0xacce6c=[];for(const _0x473741 of _0x4e8362)_0x1b5ecd[_0x573d('0x1a')](_0x473741)&&_0xacce6c['push'](_0x473741);return _0xacce6c;}[_0x573d('0x31')](_0x4bbfcf){return _0x573d('0x23')+this[_0x573d('0x5')][_0x573d('0x2b')]['get'](_0x573d('0x17'))[_0x573d('0x26')](_0x4bbfcf)[_0x573d('0x22')]()+'_LIST_'+_0x4bbfcf[_0x573d('0x22')]()['replace'](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1e02=['hasClass','enter','TrackChangesEditing','document','ck-suggestion-marker-split','markInsertion','fromRange','detach','removeMarker:suggestion:insertion','get','init','parent','setSelection','bind','high','writer','createRange','addMarker:suggestion:insertion','getFirstRange','unbindElementFromMarkerName','remove','editing','nextSibling','end','data','downcastDispatcher','fire','mapper','markerName','markerNameToElements','commands','enterBlock','createPositionAt','getFirstPosition','model','split'];(function(_0x328e52,_0x1e0281){const _0x110167=function(_0x5251e1){while(--_0x5251e1){_0x328e52['push'](_0x328e52['shift']());}};_0x110167(++_0x1e0281);}(_0x1e02,0x138));const _0x1101=function(_0x328e52,_0x1e0281){_0x328e52=_0x328e52-0x0;let _0x110167=_0x1e02[_0x328e52];return _0x110167;};import{Plugin as _0x5de964}from'ckeditor5/src/core';import{Enter as _0x5a78c1}from'ckeditor5/src/enter';import{LiveRange as _0x3331ca}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x3cdf34}from'./utils';export default class q extends _0x5de964{static get['requires'](){return[_0x5a78c1];}[_0x1101('0x16')](){const _0x546626=this['editor'],_0x12c49b=_0x546626['plugins'][_0x1101('0x15')](_0x1101('0xe')),_0x229f32=_0x546626[_0x1101('0x6')][_0x1101('0x15')]('enter');_0x12c49b['enableCommand'](_0x1101('0xd'),()=>{_0x546626['model']['change'](_0x27085d=>{const _0x1bf17b=_0x546626[_0x1101('0xa')][_0x1101('0xf')]['selection'],_0x55d885=_0x1bf17b[_0x1101('0x9')](),_0x4de46d=_0x3331ca[_0x1101('0x12')](_0x1bf17b[_0x1101('0x1e')]());if(_0x229f32[_0x1101('0x7')](_0x27085d)){const _0x21112b=_0x546626['model'][_0x1101('0x8')](_0x55d885[_0x1101('0x17')][_0x1101('0x22')],0x0),_0x1b6264=_0x27085d[_0x1101('0x1c')](_0x55d885,_0x21112b);_0x12c49b[_0x1101('0x11')](_0x1b6264);}else _0x27085d[_0x1101('0x18')](_0x27085d['createRange'](_0x4de46d[_0x1101('0x23')]));_0x4de46d[_0x1101('0x13')](),_0x229f32[_0x1101('0x2')]('afterExecute',{'writer':_0x27085d});});}),_0x546626['editing'][_0x1101('0x1')]['on'](_0x1101('0x1d'),_0x3cdf34(_0x546626,_0x1101('0xb')),{'priority':'high'}),_0x546626[_0x1101('0x21')][_0x1101('0x1')]['on'](_0x1101('0x14'),(_0x5de552,_0x41023a,_0x1abd09)=>{const _0x4db888=_0x1abd09['mapper'][_0x1101('0x5')](_0x41023a[_0x1101('0x4')]);if(_0x4db888)for(const _0x15516d of _0x4db888)_0x15516d[_0x1101('0xc')](_0x1101('0x10'))&&(_0x1abd09[_0x1101('0x3')][_0x1101('0x1f')](_0x15516d,_0x41023a[_0x1101('0x4')]),_0x1abd09[_0x1101('0x1b')][_0x1101('0x20')](_0x15516d));},{'priority':_0x1101('0x1a')}),_0x546626[_0x1101('0x0')][_0x1101('0x1')]['on'](_0x1101('0x1d'),(_0x3b92b6,_0x538826,_0x43ec36)=>{_0x43ec36['options']['showSuggestionHighlights']&&_0x3cdf34(_0x546626,_0x1101('0xb'),{'showActiveMarker':!0x1})[_0x1101('0x19')](this)(_0x3b92b6,_0x538826,_0x43ec36);},{'priority':'high'});}}
23
+ const _0x96e0=['parent','markerName','mapper','change','writer','model','downcastDispatcher','markerNameToElements','getFirstRange','enableCommand','options','nextSibling','hasClass','requires','createPositionAt','editing','document','setSelection','commands','high','fire','get','afterExecute','selection','TrackChangesEditing','addMarker:suggestion:insertion','ck-suggestion-marker-split','bind','enterBlock','unbindElementFromMarkerName','data','fromRange','removeMarker:suggestion:insertion','createRange','split','markInsertion','showSuggestionHighlights'];(function(_0x1841e0,_0x96e0ff){const _0x1f97f7=function(_0x14927c){while(--_0x14927c){_0x1841e0['push'](_0x1841e0['shift']());}};_0x1f97f7(++_0x96e0ff);}(_0x96e0,0xc9));const _0x1f97=function(_0x1841e0,_0x96e0ff){_0x1841e0=_0x1841e0-0x0;let _0x1f97f7=_0x96e0[_0x1841e0];return _0x1f97f7;};import{Plugin as _0x543ec8}from'ckeditor5/src/core';import{Enter as _0x487d7e}from'ckeditor5/src/enter';import{LiveRange as _0x32468c}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x2a5b3f}from'./utils';export default class q extends _0x543ec8{static get[_0x1f97('0x22')](){return[_0x487d7e];}['init'](){const _0x418fd2=this['editor'],_0x5551f3=_0x418fd2['plugins'][_0x1f97('0x5')](_0x1f97('0x8')),_0x70380c=_0x418fd2[_0x1f97('0x2')]['get']('enter');_0x5551f3[_0x1f97('0x1e')]('enter',()=>{_0x418fd2[_0x1f97('0x1a')][_0x1f97('0x18')](_0x342edc=>{const _0x210c1d=_0x418fd2[_0x1f97('0x1a')][_0x1f97('0x0')][_0x1f97('0x7')],_0x9e1a7f=_0x210c1d['getFirstPosition'](),_0x976545=_0x32468c[_0x1f97('0xf')](_0x210c1d[_0x1f97('0x1d')]());if(_0x70380c[_0x1f97('0xc')](_0x342edc)){const _0x4b4793=_0x418fd2[_0x1f97('0x1a')][_0x1f97('0x23')](_0x9e1a7f[_0x1f97('0x15')][_0x1f97('0x20')],0x0),_0x8ddc7c=_0x342edc[_0x1f97('0x11')](_0x9e1a7f,_0x4b4793);_0x5551f3[_0x1f97('0x13')](_0x8ddc7c);}else _0x342edc[_0x1f97('0x1')](_0x342edc[_0x1f97('0x11')](_0x976545['end']));_0x976545['detach'](),_0x70380c[_0x1f97('0x4')](_0x1f97('0x6'),{'writer':_0x342edc});});}),_0x418fd2['editing']['downcastDispatcher']['on'](_0x1f97('0x9'),_0x2a5b3f(_0x418fd2,_0x1f97('0x12')),{'priority':_0x1f97('0x3')}),_0x418fd2[_0x1f97('0x24')][_0x1f97('0x1b')]['on'](_0x1f97('0x10'),(_0x6011b8,_0x8c7655,_0x370780)=>{const _0x5710ab=_0x370780[_0x1f97('0x17')][_0x1f97('0x1c')](_0x8c7655[_0x1f97('0x16')]);if(_0x5710ab)for(const _0x3531e3 of _0x5710ab)_0x3531e3[_0x1f97('0x21')](_0x1f97('0xa'))&&(_0x370780['mapper'][_0x1f97('0xd')](_0x3531e3,_0x8c7655[_0x1f97('0x16')]),_0x370780[_0x1f97('0x19')]['remove'](_0x3531e3));},{'priority':_0x1f97('0x3')}),_0x418fd2[_0x1f97('0xe')][_0x1f97('0x1b')]['on']('addMarker:suggestion:insertion',(_0x4b69f5,_0x238ea5,_0x56b307)=>{_0x56b307[_0x1f97('0x1f')][_0x1f97('0x14')]&&_0x2a5b3f(_0x418fd2,_0x1f97('0x12'),{'showActiveMarker':!0x1})[_0x1f97('0xb')](this)(_0x4b69f5,_0x238ea5,_0x56b307);},{'priority':_0x1f97('0x3')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a29=['bind','replace','findNext','replaceAll','findPrevious','find','start','_isInDeletionRange','getIntersection','model','getMarkersGroup','afterInit','markers','createRange','end','handleFindCommand','createPositionAt','suggestion:deletion','string','enableCommand','item','FindAndReplaceUtils','TrackChangesEditing','plugins','editor','get'];(function(_0x310660,_0x5a29ef){const _0x5e208a=function(_0xb67497){while(--_0xb67497){_0x310660['push'](_0x310660['shift']());}};_0x5e208a(++_0x5a29ef);}(_0x5a29,0x132));const _0x5e20=function(_0x310660,_0x5a29ef){_0x310660=_0x310660-0x0;let _0x5e208a=_0x5a29[_0x310660];return _0x5e208a;};import{Plugin as _0x4b7171}from'ckeditor5/src/core';export default class z extends _0x4b7171{[_0x5e20('0x11')](){if(!this[_0x5e20('0x4')][_0x5e20('0x3')]['has']('FindAndReplaceEditing'))return;const _0x17252e=this[_0x5e20('0x4')][_0x5e20('0x3')]['get'](_0x5e20('0x2'));_0x17252e[_0x5e20('0x19')](_0x5e20('0xb'),this['handleFindCommand'][_0x5e20('0x6')](this)),_0x17252e['enableCommand'](_0x5e20('0x8')),_0x17252e[_0x5e20('0x19')](_0x5e20('0xa')),_0x17252e[_0x5e20('0x19')](_0x5e20('0x7')),_0x17252e[_0x5e20('0x19')](_0x5e20('0x9'));}[_0x5e20('0x15')](_0x32a5ea,_0x4fbabb,_0x44c29c={}){const _0x37c817=this[_0x5e20('0x4')][_0x5e20('0x3')][_0x5e20('0x5')](_0x5e20('0x1'));void 0x0!==_0x44c29c&&_0x32a5ea(_0x28675f=>(_0x5e20('0x18')==typeof _0x4fbabb?_0x37c817['findByTextCallback'](_0x4fbabb,_0x44c29c):_0x4fbabb)(_0x28675f)['filter'](_0x55d031=>!0x1===this[_0x5e20('0xd')](_0x55d031,_0x28675f[_0x5e20('0x0')])),_0x44c29c);}[_0x5e20('0xd')](_0x1c4127,_0x541a54){const _0x29a047=this[_0x5e20('0x4')]['model'][_0x5e20('0x13')](this[_0x5e20('0x4')][_0x5e20('0xf')][_0x5e20('0x16')](_0x541a54,_0x1c4127[_0x5e20('0xc')]),this['editor'][_0x5e20('0xf')]['createPositionAt'](_0x541a54,_0x1c4127[_0x5e20('0x14')]));for(const _0xbbbd3d of this[_0x5e20('0x4')][_0x5e20('0xf')][_0x5e20('0x12')][_0x5e20('0x10')](_0x5e20('0x17')))if(null!==_0x29a047[_0x5e20('0xe')](_0xbbbd3d['getRange']()))return!0x0;return!0x1;}}
23
+ const _0xd151=['filter','plugins','createPositionAt','item','getRange','_isInDeletionRange','string','FindAndReplaceEditing','getIntersection','start','find','suggestion:deletion','editor','replaceAll','findByTextCallback','end','model','markers','has','handleFindCommand','bind','TrackChangesEditing','enableCommand','afterInit'];(function(_0x11d54b,_0xd151f9){const _0x42394d=function(_0x31a1c3){while(--_0x31a1c3){_0x11d54b['push'](_0x11d54b['shift']());}};_0x42394d(++_0xd151f9);}(_0xd151,0xae));const _0x4239=function(_0x11d54b,_0xd151f9){_0x11d54b=_0x11d54b-0x0;let _0x42394d=_0xd151[_0x11d54b];return _0x42394d;};import{Plugin as _0x4e8e91}from'ckeditor5/src/core';export default class z extends _0x4e8e91{[_0x4239('0x11')](){if(!this['editor'][_0x4239('0x13')][_0x4239('0xc')](_0x4239('0x1')))return;const _0x412aad=this['editor']['plugins']['get'](_0x4239('0xf'));_0x412aad[_0x4239('0x10')](_0x4239('0x4'),this[_0x4239('0xd')][_0x4239('0xe')](this)),_0x412aad['enableCommand']('findNext'),_0x412aad[_0x4239('0x10')]('findPrevious'),_0x412aad[_0x4239('0x10')]('replace'),_0x412aad[_0x4239('0x10')](_0x4239('0x7'));}['handleFindCommand'](_0x15d97b,_0x4d0571,_0x90ea51={}){const _0x2541b3=this['editor'][_0x4239('0x13')]['get']('FindAndReplaceUtils');void 0x0!==_0x90ea51&&_0x15d97b(_0x42f555=>(_0x4239('0x0')==typeof _0x4d0571?_0x2541b3[_0x4239('0x8')](_0x4d0571,_0x90ea51):_0x4d0571)(_0x42f555)[_0x4239('0x12')](_0x1984fb=>!0x1===this[_0x4239('0x17')](_0x1984fb,_0x42f555[_0x4239('0x15')])),_0x90ea51);}[_0x4239('0x17')](_0x59cae6,_0x59a49b){const _0x42d6d0=this[_0x4239('0x6')][_0x4239('0xa')]['createRange'](this['editor']['model'][_0x4239('0x14')](_0x59a49b,_0x59cae6[_0x4239('0x3')]),this['editor'][_0x4239('0xa')][_0x4239('0x14')](_0x59a49b,_0x59cae6[_0x4239('0x9')]));for(const _0x20540f of this[_0x4239('0x6')][_0x4239('0xa')][_0x4239('0xb')]['getMarkersGroup'](_0x4239('0x5')))if(null!==_0x42d6d0[_0x4239('0x2')](_0x20540f[_0x4239('0x16')]()))return!0x0;return!0x1;}}