@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231124.0 → 0.0.0-nightly-20231125.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) 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/aiassistant.js +1 -1
  9. package/src/integrations/alignment.js +1 -1
  10. package/src/integrations/basicstyles.js +1 -1
  11. package/src/integrations/blockquote.js +1 -1
  12. package/src/integrations/ckbox.js +1 -1
  13. package/src/integrations/codeblock.js +1 -1
  14. package/src/integrations/comments.js +1 -1
  15. package/src/integrations/deletecommand.js +1 -1
  16. package/src/integrations/documentlist.js +1 -1
  17. package/src/integrations/documentlistproperties.js +1 -1
  18. package/src/integrations/entercommand.js +1 -1
  19. package/src/integrations/findandreplace.js +1 -1
  20. package/src/integrations/font.js +1 -1
  21. package/src/integrations/formatpainter.js +1 -1
  22. package/src/integrations/heading.js +1 -1
  23. package/src/integrations/highlight.js +1 -1
  24. package/src/integrations/horizontalline.js +1 -1
  25. package/src/integrations/htmlembed.js +1 -1
  26. package/src/integrations/image.js +1 -1
  27. package/src/integrations/imagereplace.js +1 -1
  28. package/src/integrations/imagestyle.js +1 -1
  29. package/src/integrations/importword.js +1 -1
  30. package/src/integrations/indent.js +1 -1
  31. package/src/integrations/inputcommand.js +1 -1
  32. package/src/integrations/link.js +1 -1
  33. package/src/integrations/list.js +1 -1
  34. package/src/integrations/listproperties.js +1 -1
  35. package/src/integrations/mediaembed.js +1 -1
  36. package/src/integrations/mention.js +1 -1
  37. package/src/integrations/pagebreak.js +1 -1
  38. package/src/integrations/paragraph.js +1 -1
  39. package/src/integrations/removeformat.js +1 -1
  40. package/src/integrations/restrictededitingmode.js +1 -1
  41. package/src/integrations/shiftentercommand.js +1 -1
  42. package/src/integrations/standardeditingmode.js +1 -1
  43. package/src/integrations/style.js +1 -1
  44. package/src/integrations/table.js +1 -1
  45. package/src/integrations/tablecaption.js +1 -1
  46. package/src/integrations/tableclipboard.js +1 -1
  47. package/src/integrations/tablecolumnresize.js +1 -1
  48. package/src/integrations/tableheadings.js +1 -1
  49. package/src/integrations/tablemergesplit.js +1 -1
  50. package/src/integrations/tableofcontents.js +1 -1
  51. package/src/integrations/tableproperties.js +1 -1
  52. package/src/integrations/template.js +1 -1
  53. package/src/integrations/title.js +1 -1
  54. package/src/integrations/undo.js +1 -1
  55. package/src/integrations/utils.js +1 -1
  56. package/src/suggestion.js +1 -1
  57. package/src/suggestiondescriptionfactory.js +1 -1
  58. package/src/trackchanges.js +1 -1
  59. package/src/trackchangesdata.js +1 -1
  60. package/src/trackchangesediting.js +1 -1
  61. package/src/trackchangesui.js +1 -1
  62. package/src/ui/suggestioncontroller.js +1 -1
  63. package/src/ui/view/basesuggestionthreadview.js +1 -1
  64. package/src/ui/view/suggestionthreadview.js +1 -1
  65. package/src/utils/common-translations.js +1 -1
  66. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x18fc=['*Set\x20font\x20color:*\x20%0','trim','toLowerCase','commandName','registerDescriptionCallback','find','_descriptionFactory','afterInit','FORMAT_FONT_SIZE','editor','normalizeSizeOptions','*Reset\x20font\x20color*','model','FontBackgroundColorEditing','FontColorEditing','FontSizeEditing','commandParams','plugins','has','value','fontSize.options','TrackChangesEditing','format','fontFamily','fontBackgroundColor','config','*Reset\x20font\x20background\x20color*','FontSize','FORMAT_FONT_FAMILY','formatInline','*Set\x20font\x20background\x20color:*\x20%0','get','fontSize','title','FontFamilyEditing','fontBackgroundColor.colors','*Set\x20font\x20family:*\x20%0','fontColor','label','registerAttributeLabel','locale','*Set\x20font\x20size:*\x20%0','_enableDefaultAttributesIntegration','*Reset\x20font\x20family*'];(function(_0x31c4b0,_0x18fcdc){const _0x37e7ea=function(_0xc71244){while(--_0xc71244){_0x31c4b0['push'](_0x31c4b0['shift']());}};_0x37e7ea(++_0x18fcdc);}(_0x18fc,0x135));const _0x37e7=function(_0x31c4b0,_0x18fcdc){_0x31c4b0=_0x31c4b0-0x0;let _0x37e7ea=_0x18fc[_0x31c4b0];return _0x37e7ea;};import{Plugin as _0x4b84f0}from'ckeditor5/src/core';import{normalizeColorOptions as _0x4452c9}from'ckeditor5/src/ui';import{getTranslation as _0x4daa51}from'../utils/common-translations';const ro=[{'pluginName':_0x37e7('0xe'),'commandName':_0x37e7('0x1f')},{'pluginName':_0x37e7('0x21'),'commandName':_0x37e7('0x16')},{'pluginName':_0x37e7('0xd'),'commandName':_0x37e7('0x24')},{'pluginName':_0x37e7('0xc'),'commandName':_0x37e7('0x17')}];export default class J extends _0x4b84f0{[_0x37e7('0x6')](){const _0x1adef5=this[_0x37e7('0x8')][_0x37e7('0x27')],_0x29d7cf=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x3d2bb4,commandName:_0x17593d}of ro)this[_0x37e7('0x8')][_0x37e7('0x10')][_0x37e7('0x11')](_0x3d2bb4)&&_0x29d7cf[_0x37e7('0x29')](_0x17593d,[_0x17593d]);_0x1adef5['t'],(_0x29d7cf[_0x37e7('0x5')][_0x37e7('0x26')](_0x37e7('0x1f'),_0x4daa51(_0x1adef5,_0x37e7('0x7'))),_0x29d7cf['_descriptionFactory'][_0x37e7('0x26')]('fontFamily',_0x4daa51(_0x1adef5,_0x37e7('0x1b'))),_0x29d7cf['_descriptionFactory'][_0x37e7('0x26')]('fontColor',_0x4daa51(_0x1adef5,'FORMAT_FONT_COLOR')),_0x29d7cf[_0x37e7('0x5')][_0x37e7('0x26')]('fontBackgroundColor',_0x4daa51(_0x1adef5,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x2ef336=this[_0x37e7('0x8')],_0xc5324e=_0x2ef336[_0x37e7('0x27')];_0x2ef336[_0x37e7('0x10')]['get'](_0x37e7('0x14'))[_0x37e7('0x5')][_0x37e7('0x3')](_0x3cc808=>{const _0x514161=_0xc5324e['t'];if(_0x37e7('0x1c')!=_0x3cc808['type'])return;const {data:_0x4ec720}=_0x3cc808;if(null!=_0x4ec720){if('fontSize'==_0x4ec720['commandName']){const _0x1a3323=_0x4ec720['commandParams'][0x0]['value'];if(_0x1a3323){const _0x691a83=_0x514161(this[_0x37e7('0x8')]['plugins']['get'](_0x37e7('0x1a'))[_0x37e7('0x9')](this[_0x37e7('0x8')][_0x37e7('0x18')][_0x37e7('0x1e')](_0x37e7('0x13')))[_0x37e7('0x4')](_0x576ee5=>_0x576ee5[_0x37e7('0xb')]==_0x1a3323)[_0x37e7('0x20')])['toLowerCase']();return{'type':_0x37e7('0x15'),'content':_0x4daa51(_0xc5324e,_0x37e7('0x28'),_0x691a83)};}return{'type':_0x37e7('0x15'),'content':_0x4daa51(_0xc5324e,'*Reset\x20font\x20size*')};}if(_0x37e7('0x16')==_0x4ec720['commandName']){const _0x30420c=_0x4ec720[_0x37e7('0xf')][0x0][_0x37e7('0x12')];return _0x30420c?{'type':_0x37e7('0x15'),'content':_0x4daa51(_0xc5324e,_0x37e7('0x23'),_0x30420c)}:{'type':_0x37e7('0x15'),'content':_0x4daa51(_0xc5324e,_0x37e7('0x2a'))};}if(_0x37e7('0x24')==_0x4ec720[_0x37e7('0x2')]){const _0x5a6cdd=_0x4ec720['commandParams'][0x0][_0x37e7('0x12')];if(_0x5a6cdd){const _0x1d4bff=_0x4452c9(this[_0x37e7('0x8')][_0x37e7('0x18')][_0x37e7('0x1e')]('fontColor.colors'))[_0x37e7('0x4')](_0x372eef=>_0x372eef[_0x37e7('0xb')]==_0x5a6cdd);let _0x4b9705=_0x5a6cdd,_0x1c9bae='';return _0x1d4bff&&(_0x4b9705=_0x1d4bff[_0x37e7('0x25')],_0x1c9bae=_0x514161(_0x4b9705)[_0x37e7('0x1')]()),{'type':'format','content':_0x4daa51(_0xc5324e,_0x37e7('0x2b'),_0x1c9bae)[_0x37e7('0x0')](),'color':{'value':_0x5a6cdd,'title':_0x1c9bae||_0x4b9705}};}return{'type':_0x37e7('0x15'),'content':_0x4daa51(_0xc5324e,_0x37e7('0xa'))};}if(_0x37e7('0x17')==_0x4ec720[_0x37e7('0x2')]){const _0xf5dfe2=_0x4ec720[_0x37e7('0xf')][0x0]['value'];if(_0xf5dfe2){const _0xc0c99e=_0x4452c9(this['editor']['config']['get'](_0x37e7('0x22')))['find'](_0x189ef4=>_0x189ef4[_0x37e7('0xb')]==_0xf5dfe2);let _0x103154=_0xf5dfe2,_0x5429dd='';return _0xc0c99e&&(_0x103154=_0xc0c99e[_0x37e7('0x25')],_0x5429dd=_0x514161(_0x103154)[_0x37e7('0x1')]()),{'type':_0x37e7('0x15'),'content':_0x4daa51(_0xc5324e,_0x37e7('0x1d'),_0x5429dd)[_0x37e7('0x0')](),'color':{'value':_0xf5dfe2,'title':_0x5429dd||_0x103154}};}return{'type':_0x37e7('0x15'),'content':_0x4daa51(_0xc5324e,_0x37e7('0x19'))};}}});}}
23
+ const _0x3950=['get','FORMAT_FONT_SIZE','FontSize','*Set\x20font\x20background\x20color:*\x20%0','config','locale','FontFamilyEditing','trim','_descriptionFactory','fontSize','*Set\x20font\x20color:*\x20%0','commandName','FORMAT_FONT_BACKGROUND','TrackChangesEditing','toLowerCase','fontColor','afterInit','format','registerAttributeLabel','normalizeSizeOptions','fontBackgroundColor','*Reset\x20font\x20family*','model','_registerLegacyDescription','FontColorEditing','fontBackgroundColor.colors','commandParams','value','*Set\x20font\x20family:*\x20%0','editor','FontBackgroundColorEditing','_enableDefaultAttributesIntegration','FORMAT_FONT_FAMILY','*Reset\x20font\x20size*','FontSizeEditing','fontFamily','find','label','fontSize.options','plugins'];(function(_0x37b6ae,_0x395007){const _0xf1a2fc=function(_0x3b1375){while(--_0x3b1375){_0x37b6ae['push'](_0x37b6ae['shift']());}};_0xf1a2fc(++_0x395007);}(_0x3950,0x14e));const _0xf1a2=function(_0x37b6ae,_0x395007){_0x37b6ae=_0x37b6ae-0x0;let _0xf1a2fc=_0x3950[_0x37b6ae];return _0xf1a2fc;};import{Plugin as _0x39f988}from'ckeditor5/src/core';import{normalizeColorOptions as _0x44ad26}from'ckeditor5/src/ui';import{getTranslation as _0x5ef994}from'../utils/common-translations';const ro=[{'pluginName':_0xf1a2('0x14'),'commandName':_0xf1a2('0x23')},{'pluginName':_0xf1a2('0x20'),'commandName':_0xf1a2('0x15')},{'pluginName':_0xf1a2('0xa'),'commandName':_0xf1a2('0x1')},{'pluginName':_0xf1a2('0x10'),'commandName':_0xf1a2('0x6')}];export default class J extends _0x39f988{[_0xf1a2('0x2')](){const _0x33772c=this['editor'][_0xf1a2('0x1f')],_0x2aec5e=this[_0xf1a2('0xf')][_0xf1a2('0x19')][_0xf1a2('0x1a')](_0xf1a2('0x27'));for(const {pluginName:_0x5cf1b0,commandName:_0x3203bd}of ro)this[_0xf1a2('0xf')][_0xf1a2('0x19')]['has'](_0x5cf1b0)&&_0x2aec5e[_0xf1a2('0x11')](_0x3203bd,[_0x3203bd]);_0x33772c['t'],(_0x2aec5e[_0xf1a2('0x22')][_0xf1a2('0x4')](_0xf1a2('0x23'),_0x5ef994(_0x33772c,_0xf1a2('0x1b'))),_0x2aec5e['_descriptionFactory']['registerAttributeLabel']('fontFamily',_0x5ef994(_0x33772c,_0xf1a2('0x12'))),_0x2aec5e['_descriptionFactory'][_0xf1a2('0x4')](_0xf1a2('0x1'),_0x5ef994(_0x33772c,'FORMAT_FONT_COLOR')),_0x2aec5e['_descriptionFactory'][_0xf1a2('0x4')]('fontBackgroundColor',_0x5ef994(_0x33772c,_0xf1a2('0x26'))),this[_0xf1a2('0x9')]());}[_0xf1a2('0x9')](){const _0x46cd2b=this[_0xf1a2('0xf')],_0x349c57=_0x46cd2b[_0xf1a2('0x1f')];_0x46cd2b['plugins'][_0xf1a2('0x1a')](_0xf1a2('0x27'))[_0xf1a2('0x22')]['registerDescriptionCallback'](_0x16df84=>{const _0x2893ec=_0x349c57['t'];if('formatInline'!=_0x16df84['type'])return;const {data:_0x1810ef}=_0x16df84;if(null!=_0x1810ef){if('fontSize'==_0x1810ef[_0xf1a2('0x25')]){const _0x49e410=_0x1810ef[_0xf1a2('0xc')][0x0][_0xf1a2('0xd')];if(_0x49e410){const _0x10daed=_0x2893ec(this['editor'][_0xf1a2('0x19')][_0xf1a2('0x1a')](_0xf1a2('0x1c'))[_0xf1a2('0x5')](this[_0xf1a2('0xf')][_0xf1a2('0x1e')][_0xf1a2('0x1a')](_0xf1a2('0x18')))[_0xf1a2('0x16')](_0x158627=>_0x158627['model']==_0x49e410)['title'])[_0xf1a2('0x0')]();return{'type':_0xf1a2('0x3'),'content':_0x5ef994(_0x349c57,'*Set\x20font\x20size:*\x20%0',_0x10daed)};}return{'type':_0xf1a2('0x3'),'content':_0x5ef994(_0x349c57,_0xf1a2('0x13'))};}if(_0xf1a2('0x15')==_0x1810ef['commandName']){const _0x3f2254=_0x1810ef[_0xf1a2('0xc')][0x0]['value'];return _0x3f2254?{'type':'format','content':_0x5ef994(_0x349c57,_0xf1a2('0xe'),_0x3f2254)}:{'type':_0xf1a2('0x3'),'content':_0x5ef994(_0x349c57,_0xf1a2('0x7'))};}if(_0xf1a2('0x1')==_0x1810ef[_0xf1a2('0x25')]){const _0x2e252f=_0x1810ef[_0xf1a2('0xc')][0x0]['value'];if(_0x2e252f){const _0x1203fe=_0x44ad26(this['editor'][_0xf1a2('0x1e')]['get']('fontColor.colors'))[_0xf1a2('0x16')](_0x461548=>_0x461548[_0xf1a2('0x8')]==_0x2e252f);let _0x148496=_0x2e252f,_0x1a16e3='';return _0x1203fe&&(_0x148496=_0x1203fe[_0xf1a2('0x17')],_0x1a16e3=_0x2893ec(_0x148496)[_0xf1a2('0x0')]()),{'type':_0xf1a2('0x3'),'content':_0x5ef994(_0x349c57,_0xf1a2('0x24'),_0x1a16e3)[_0xf1a2('0x21')](),'color':{'value':_0x2e252f,'title':_0x1a16e3||_0x148496}};}return{'type':'format','content':_0x5ef994(_0x349c57,'*Reset\x20font\x20color*')};}if(_0xf1a2('0x6')==_0x1810ef[_0xf1a2('0x25')]){const _0x16d266=_0x1810ef[_0xf1a2('0xc')][0x0][_0xf1a2('0xd')];if(_0x16d266){const _0x127868=_0x44ad26(this[_0xf1a2('0xf')][_0xf1a2('0x1e')][_0xf1a2('0x1a')](_0xf1a2('0xb')))[_0xf1a2('0x16')](_0x2fbb38=>_0x2fbb38[_0xf1a2('0x8')]==_0x16d266);let _0x2d6f1b=_0x16d266,_0xc8017d='';return _0x127868&&(_0x2d6f1b=_0x127868[_0xf1a2('0x17')],_0xc8017d=_0x2893ec(_0x2d6f1b)[_0xf1a2('0x0')]()),{'type':'format','content':_0x5ef994(_0x349c57,_0xf1a2('0x1d'),_0xc8017d)[_0xf1a2('0x21')](),'color':{'value':_0x16d266,'title':_0xc8017d||_0x2d6f1b}};}return{'type':'format','content':_0x5ef994(_0x349c57,'*Reset\x20font\x20background\x20color*')};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4497=['commandParams','*Remove\x20all\x20formatting*','toUpperCase','find','title','boolean','label','charAt','push','copyFormat','model','formatBlock','editor','type','commandName','enableCommand','split','commands','fontColor.colors','length','entries','*Set\x20format\x20to:*\x20%0','_descriptionFactory','normalizeSizeOptions','get','afterInit','pasteFormat','format','config','fontSize.options','_registerLegacyDescription','FontSize','fontBackgroundColor','toLowerCase','registerDescriptionCallback','fontSize','TrackChangesEditing','join','locale','plugins'];(function(_0x3a21ef,_0x44973d){const _0xe07074=function(_0xec2ffc){while(--_0xec2ffc){_0x3a21ef['push'](_0x3a21ef['shift']());}};_0xe07074(++_0x44973d);}(_0x4497,0x158));const _0xe070=function(_0x3a21ef,_0x44973d){_0x3a21ef=_0x3a21ef-0x0;let _0xe07074=_0x4497[_0x3a21ef];return _0xe07074;};import{Plugin as _0x17ea83}from'ckeditor5/src/core';import{normalizeColorOptions as _0x1b973c}from'ckeditor5/src/ui';import{getTranslation as _0x682a59}from'../utils/common-translations';export default class Q extends _0x17ea83{[_0xe070('0x1')](){const _0x3c33d5=this[_0xe070('0x1c')],_0x2c959f=_0x3c33d5[_0xe070('0xf')][_0xe070('0x0')](_0xe070('0xc')),_0x5f18f2=_0x3c33d5['commands'][_0xe070('0x0')](_0xe070('0x19')),_0x5783f2=_0x3c33d5[_0xe070('0x21')][_0xe070('0x0')]('pasteFormat');_0x5f18f2&&_0x5783f2&&(_0x2c959f['_enableDefaultAttributesIntegration']('pasteFormat'),_0x2c959f[_0xe070('0x1f')](_0xe070('0x19')),this[_0xe070('0x6')]());}[_0xe070('0x6')](){const _0x115464=this[_0xe070('0x1c')],_0x4ffe04=_0x115464[_0xe070('0xe')];_0x115464[_0xe070('0xf')][_0xe070('0x0')](_0xe070('0xc'))[_0xe070('0x26')][_0xe070('0xa')](_0x21c810=>{if(_0xe070('0x1b')!=_0x21c810[_0xe070('0x1d')]&&'formatInline'!=_0x21c810['type'])return;const {data:_0x1c0be4}=_0x21c810;if(_0x1c0be4&&_0xe070('0x2')===_0x1c0be4[_0xe070('0x1e')]){const _0x2fee30=[],_0x85fe56=_0x1c0be4[_0xe070('0x10')][0x0];for(const [_0x38d754,_0x3b6bac]of Object[_0xe070('0x24')](_0x85fe56))_0x2fee30[_0xe070('0x18')](ao(_0x115464,_0x38d754,_0x3b6bac));return _0x2fee30[_0xe070('0x23')]?{'type':_0xe070('0x3'),'content':_0x682a59(_0x4ffe04,_0xe070('0x25'),_0x2fee30[_0xe070('0xd')](',\x20'))}:{'type':'format','content':_0x682a59(_0x4ffe04,_0xe070('0x11'))};}});}}function ao(_0x41e45f,_0x29fb40,_0x577684){const _0x9dcfd5=_0x41e45f[_0xe070('0xe')]['t'],_0x2547fd=_0x29fb40[_0xe070('0x20')](/(?=[A-Z])/)[_0xe070('0xd')]('\x20'),_0x13e701=_0x9dcfd5(_0x2547fd[_0xe070('0x17')](0x0)[_0xe070('0x12')]()+_0x2547fd['slice'](0x1))[_0xe070('0x9')]();if(_0xe070('0x15')==typeof _0x577684)return _0x13e701;if('fontColor'===_0x29fb40||_0xe070('0x8')===_0x29fb40){const _0x36e050=_0x1b973c(_0x41e45f[_0xe070('0x4')][_0xe070('0x0')](_0xe070('0x22')))[_0xe070('0x13')](_0x550c5d=>_0x550c5d[_0xe070('0x1a')]==_0x577684);return _0x13e701+'\x20('+(_0x36e050?_0x9dcfd5(_0x36e050[_0xe070('0x16')])[_0xe070('0x9')]():_0x577684)+')';}if(_0xe070('0xb')===_0x29fb40&&isNaN(parseFloat(_0x577684))){const _0x137293=_0x41e45f[_0xe070('0xf')]['get'](_0xe070('0x7'))[_0xe070('0x27')](_0x41e45f[_0xe070('0x4')][_0xe070('0x0')](_0xe070('0x5')))[_0xe070('0x13')](_0x7aeee3=>_0x7aeee3[_0xe070('0x1a')]==_0x577684);return _0x13e701+'\x20('+(_0x137293?_0x9dcfd5(_0x137293[_0xe070('0x14')])[_0xe070('0x9')]():_0x577684)+')';}return _0x13e701+'\x20('+_0x577684+')';}
23
+ const _0x4731=['plugins','entries','split','fontSize.options','*Remove\x20all\x20formatting*','TrackChangesEditing','fontSize','FontSize','join','boolean','formatInline','format','editor','fontColor.colors','_enableDefaultAttributesIntegration','charAt','locale','get','type','commands','model','normalizeSizeOptions','*Set\x20format\x20to:*\x20%0','commandName','pasteFormat','afterInit','commandParams','slice','label','fontBackgroundColor','toUpperCase','fontColor','_registerLegacyDescription','formatBlock','copyFormat','length','config','toLowerCase','push'];(function(_0x50b799,_0x473174){const _0x2acf6a=function(_0x52ea97){while(--_0x52ea97){_0x50b799['push'](_0x50b799['shift']());}};_0x2acf6a(++_0x473174);}(_0x4731,0x1b7));const _0x2acf=function(_0x50b799,_0x473174){_0x50b799=_0x50b799-0x0;let _0x2acf6a=_0x4731[_0x50b799];return _0x2acf6a;};import{Plugin as _0x5d093b}from'ckeditor5/src/core';import{normalizeColorOptions as _0x162de4}from'ckeditor5/src/ui';import{getTranslation as _0x146a6a}from'../utils/common-translations';export default class Q extends _0x5d093b{[_0x2acf('0xf')](){const _0x2a0fd0=this[_0x2acf('0x2')],_0x1c812b=_0x2a0fd0[_0x2acf('0x1d')][_0x2acf('0x7')](_0x2acf('0x22')),_0x2a11eb=_0x2a0fd0[_0x2acf('0x9')][_0x2acf('0x7')](_0x2acf('0x18')),_0x28d89b=_0x2a0fd0['commands'][_0x2acf('0x7')]('pasteFormat');_0x2a11eb&&_0x28d89b&&(_0x1c812b[_0x2acf('0x4')](_0x2acf('0xe')),_0x1c812b['enableCommand'](_0x2acf('0x18')),this[_0x2acf('0x16')]());}[_0x2acf('0x16')](){const _0x4863f9=this['editor'],_0x57a5e8=_0x4863f9[_0x2acf('0x6')];_0x4863f9['plugins'][_0x2acf('0x7')]('TrackChangesEditing')['_descriptionFactory']['registerDescriptionCallback'](_0x1b6c83=>{if(_0x2acf('0x17')!=_0x1b6c83[_0x2acf('0x8')]&&_0x2acf('0x0')!=_0x1b6c83[_0x2acf('0x8')])return;const {data:_0x49065b}=_0x1b6c83;if(_0x49065b&&_0x2acf('0xe')===_0x49065b[_0x2acf('0xd')]){const _0x172116=[],_0x2b0431=_0x49065b[_0x2acf('0x10')][0x0];for(const [_0x3ae41b,_0xcc6c6]of Object[_0x2acf('0x1e')](_0x2b0431))_0x172116[_0x2acf('0x1c')](ao(_0x4863f9,_0x3ae41b,_0xcc6c6));return _0x172116[_0x2acf('0x19')]?{'type':_0x2acf('0x1'),'content':_0x146a6a(_0x57a5e8,_0x2acf('0xc'),_0x172116[_0x2acf('0x25')](',\x20'))}:{'type':'format','content':_0x146a6a(_0x57a5e8,_0x2acf('0x21'))};}});}}function ao(_0x21dd69,_0x4d2e60,_0x36a408){const _0x5d8250=_0x21dd69[_0x2acf('0x6')]['t'],_0x244c37=_0x4d2e60[_0x2acf('0x1f')](/(?=[A-Z])/)[_0x2acf('0x25')]('\x20'),_0x31f36d=_0x5d8250(_0x244c37[_0x2acf('0x5')](0x0)[_0x2acf('0x14')]()+_0x244c37[_0x2acf('0x11')](0x1))['toLowerCase']();if(_0x2acf('0x26')==typeof _0x36a408)return _0x31f36d;if(_0x2acf('0x15')===_0x4d2e60||_0x2acf('0x13')===_0x4d2e60){const _0x49cc16=_0x162de4(_0x21dd69[_0x2acf('0x1a')]['get'](_0x2acf('0x3')))['find'](_0x14c746=>_0x14c746[_0x2acf('0xa')]==_0x36a408);return _0x31f36d+'\x20('+(_0x49cc16?_0x5d8250(_0x49cc16[_0x2acf('0x12')])['toLowerCase']():_0x36a408)+')';}if(_0x2acf('0x23')===_0x4d2e60&&isNaN(parseFloat(_0x36a408))){const _0x48ead8=_0x21dd69[_0x2acf('0x1d')]['get'](_0x2acf('0x24'))[_0x2acf('0xb')](_0x21dd69[_0x2acf('0x1a')][_0x2acf('0x7')](_0x2acf('0x20')))['find'](_0x547e61=>_0x547e61[_0x2acf('0xa')]==_0x36a408);return _0x31f36d+'\x20('+(_0x48ead8?_0x5d8250(_0x48ead8['title'])[_0x2acf('0x1b')]():_0x36a408)+')';}return _0x31f36d+'\x20('+_0x36a408+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x170a=['heading','_enableDefaultAttributesIntegration','TrackChangesEditing','commandParams','afterInit','locale','find','format','_registerLegacyDescription','title','*Change\x20to:*\x20%0','_headingOptions','model','ELEMENT_HEADING','name','registerElementLabel','view','value','ELEMENT_HEADING_CUSTOM','_getHeadingLevel','_descriptionFactory','has','commandName','formatBlock','match','heading.options','type','plugins','paragraph','get'];(function(_0x18c484,_0x170aa4){const _0x2be309=function(_0x403cb2){while(--_0x403cb2){_0x18c484['push'](_0x18c484['shift']());}};_0x2be309(++_0x170aa4);}(_0x170a,0xcc));const _0x2be3=function(_0x18c484,_0x170aa4){_0x18c484=_0x18c484-0x0;let _0x2be309=_0x170a[_0x18c484];return _0x2be309;};import{Plugin as _0x8f4e59}from'ckeditor5/src/core';import{getTranslation as _0x77cf9d}from'../utils/common-translations';export default class X extends _0x8f4e59{[_0x2be3('0xa')](){const _0x3d7620=this['editor'];if(!_0x3d7620[_0x2be3('0x3')][_0x2be3('0x1b')]('HeadingEditing'))return;this[_0x2be3('0x11')]=_0x3d7620['config'][_0x2be3('0x5')](_0x2be3('0x1'));const _0x16dce3=_0x3d7620['locale'],_0x2b0721=_0x3d7620[_0x2be3('0x3')][_0x2be3('0x5')](_0x2be3('0x8'));_0x2b0721[_0x2be3('0x7')](_0x2be3('0x6'));for(const _0x6260ac of this[_0x2be3('0x11')])_0x2be3('0x4')!=_0x6260ac[_0x2be3('0x12')]&&_0x2b0721[_0x2be3('0x1a')][_0x2be3('0x15')](_0x6260ac[_0x2be3('0x12')],_0x4eaa0a=>{const _0x44a0f7=this[_0x2be3('0x19')](_0x6260ac[_0x2be3('0x12')]);return null!==_0x44a0f7?_0x83e23f(_0x4eaa0a,_0x44a0f7):_0x1580af(_0x4eaa0a,_0x6260ac[_0x2be3('0xf')]);});function _0x83e23f(_0x3d636d,_0x32ca91){return _0x77cf9d(_0x16dce3,_0x2be3('0x13'),[_0x3d636d,_0x32ca91]);}function _0x1580af(_0x23d924,_0x191bb6){return _0x77cf9d(_0x16dce3,_0x2be3('0x18'),[_0x23d924,_0x191bb6]);}this[_0x2be3('0xe')]();}[_0x2be3('0xe')](){const _0x54183d=this['editor'],_0x16d7b7=_0x54183d[_0x2be3('0xb')];function _0x406e70(_0x5d1a99,_0x3ece82){return _0x77cf9d(_0x16d7b7,_0x2be3('0x18'),[_0x5d1a99,_0x3ece82]);}_0x54183d[_0x2be3('0x3')]['get'](_0x2be3('0x8'))[_0x2be3('0x1a')]['registerDescriptionCallback'](_0x202b93=>{if(_0x2be3('0x1d')!=_0x202b93[_0x2be3('0x2')])return;const {data:_0x1b2161}=_0x202b93;if(_0x1b2161&&_0x2be3('0x6')==_0x1b2161[_0x2be3('0x1c')]){const _0x441881=_0x1b2161[_0x2be3('0x9')][0x0][_0x2be3('0x17')],_0x351f90=this['_getHeadingLevel'](_0x441881);if(null!==_0x351f90)return{'type':_0x2be3('0xd'),'content':_0x77cf9d(_0x16d7b7,_0x2be3('0x10'),(_0x5912ea=0x1,_0x5dae50=_0x351f90,_0x77cf9d(_0x16d7b7,_0x2be3('0x13'),[_0x5912ea,_0x5dae50])))};const _0x1b6238=this['_headingOptions'][_0x2be3('0xc')](_0x3d36ad=>_0x3d36ad[_0x2be3('0x12')]===_0x441881)['title'];return{'type':'format','content':_0x77cf9d(_0x16d7b7,_0x2be3('0x10'),_0x406e70(0x1,_0x1b6238))};}var _0x5912ea,_0x5dae50;});}[_0x2be3('0x19')](_0x130b62){var _0x1f141c,_0x4f0f75;const _0xfa3265=_0x130b62[_0x2be3('0x0')](/^heading(\d+)/);if(_0xfa3265)return _0xfa3265[0x1];const _0x12e74c=null===(_0x1f141c=this[_0x2be3('0x11')])||void 0x0===_0x1f141c?void 0x0:_0x1f141c[_0x2be3('0xc')](_0x26c281=>_0x26c281[_0x2be3('0x12')]==_0x130b62);if(_0x12e74c&&_0x12e74c[_0x2be3('0x16')]){const _0x511d90=_0x12e74c[_0x2be3('0x16')],_0x3b6ce1=(null!==(_0x4f0f75=_0x511d90[_0x2be3('0x14')])&&void 0x0!==_0x4f0f75?_0x4f0f75:_0x511d90)[_0x2be3('0x0')](/^h(\d+)/);if(_0x3b6ce1)return _0x3b6ce1[0x1];}return null;}}
23
+ const _0xda43=['name','_getHeadingLevel','plugins','locale','_descriptionFactory','HeadingEditing','editor','has','ELEMENT_HEADING_CUSTOM','heading','afterInit','_enableDefaultAttributesIntegration','get','model','TrackChangesEditing','paragraph','title','_registerLegacyDescription','match','type','registerElementLabel','ELEMENT_HEADING','_headingOptions','*Change\x20to:*\x20%0','commandName','format','find'];(function(_0xe97d8e,_0xda43e9){const _0x5f1ff4=function(_0x56f7a5){while(--_0x56f7a5){_0xe97d8e['push'](_0xe97d8e['shift']());}};_0x5f1ff4(++_0xda43e9);}(_0xda43,0xa1));const _0x5f1f=function(_0xe97d8e,_0xda43e9){_0xe97d8e=_0xe97d8e-0x0;let _0x5f1ff4=_0xda43[_0xe97d8e];return _0x5f1ff4;};import{Plugin as _0x2412f4}from'ckeditor5/src/core';import{getTranslation as _0x2ebfa1}from'../utils/common-translations';export default class X extends _0x2412f4{[_0x5f1f('0xb')](){const _0x11b317=this['editor'];if(!_0x11b317[_0x5f1f('0x3')][_0x5f1f('0x8')](_0x5f1f('0x6')))return;this['_headingOptions']=_0x11b317['config']['get']('heading.options');const _0x13d863=_0x11b317[_0x5f1f('0x4')],_0x56c0ac=_0x11b317[_0x5f1f('0x3')][_0x5f1f('0xd')](_0x5f1f('0xf'));_0x56c0ac[_0x5f1f('0xc')](_0x5f1f('0xa'));for(const _0x51c9ae of this[_0x5f1f('0x17')])_0x5f1f('0x10')!=_0x51c9ae[_0x5f1f('0xe')]&&_0x56c0ac[_0x5f1f('0x5')][_0x5f1f('0x15')](_0x51c9ae[_0x5f1f('0xe')],_0x2868e5=>{const _0x110459=this['_getHeadingLevel'](_0x51c9ae['model']);return null!==_0x110459?_0x11b503(_0x2868e5,_0x110459):_0x32e601(_0x2868e5,_0x51c9ae[_0x5f1f('0x11')]);});function _0x11b503(_0x239b89,_0xf3dea6){return _0x2ebfa1(_0x13d863,_0x5f1f('0x16'),[_0x239b89,_0xf3dea6]);}function _0x32e601(_0x3c9273,_0x1b23ba){return _0x2ebfa1(_0x13d863,'ELEMENT_HEADING_CUSTOM',[_0x3c9273,_0x1b23ba]);}this[_0x5f1f('0x12')]();}[_0x5f1f('0x12')](){const _0x43f017=this[_0x5f1f('0x7')],_0x1e2c2f=_0x43f017[_0x5f1f('0x4')];function _0x4f16b1(_0x287306,_0x41157e){return _0x2ebfa1(_0x1e2c2f,_0x5f1f('0x9'),[_0x287306,_0x41157e]);}_0x43f017[_0x5f1f('0x3')]['get'](_0x5f1f('0xf'))[_0x5f1f('0x5')]['registerDescriptionCallback'](_0xdd7de2=>{if('formatBlock'!=_0xdd7de2[_0x5f1f('0x14')])return;const {data:_0x212cc7}=_0xdd7de2;if(_0x212cc7&&_0x5f1f('0xa')==_0x212cc7[_0x5f1f('0x19')]){const _0x554012=_0x212cc7['commandParams'][0x0]['value'],_0x7ee6f=this[_0x5f1f('0x2')](_0x554012);if(null!==_0x7ee6f)return{'type':_0x5f1f('0x1a'),'content':_0x2ebfa1(_0x1e2c2f,_0x5f1f('0x18'),(_0x4a5ef4=0x1,_0x14121f=_0x7ee6f,_0x2ebfa1(_0x1e2c2f,_0x5f1f('0x16'),[_0x4a5ef4,_0x14121f])))};const _0xd0073=this[_0x5f1f('0x17')][_0x5f1f('0x0')](_0x1ea6d1=>_0x1ea6d1[_0x5f1f('0xe')]===_0x554012)[_0x5f1f('0x11')];return{'type':_0x5f1f('0x1a'),'content':_0x2ebfa1(_0x1e2c2f,'*Change\x20to:*\x20%0',_0x4f16b1(0x1,_0xd0073))};}var _0x4a5ef4,_0x14121f;});}['_getHeadingLevel'](_0x1149ee){var _0x4cf673,_0x632873;const _0x501269=_0x1149ee[_0x5f1f('0x13')](/^heading(\d+)/);if(_0x501269)return _0x501269[0x1];const _0x160ba5=null===(_0x4cf673=this['_headingOptions'])||void 0x0===_0x4cf673?void 0x0:_0x4cf673['find'](_0x1e6aa2=>_0x1e6aa2[_0x5f1f('0xe')]==_0x1149ee);if(_0x160ba5&&_0x160ba5['view']){const _0x13507f=_0x160ba5['view'],_0x428e35=(null!==(_0x632873=_0x13507f[_0x5f1f('0x1')])&&void 0x0!==_0x632873?_0x632873:_0x13507f)['match'](/^h(\d+)/);if(_0x428e35)return _0x428e35[0x1];}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e44=['TrackChangesEditing','editor','color','_registerLegacyDescription','*Remove\x20highlight*','_descriptionFactory','has','formatInline','HighlightEditing','commandParams','toLowerCase','FORMAT_HIGHLIGHT','locale','highlight.options','config','plugins','highlight','*Set\x20highlight:*\x20%0','afterInit','commandName','registerDescriptionCallback','title','_enableDefaultAttributesIntegration'];(function(_0x579307,_0x5e44cd){const _0x10237f=function(_0x486bfc){while(--_0x486bfc){_0x579307['push'](_0x579307['shift']());}};_0x10237f(++_0x5e44cd);}(_0x5e44,0x1d4));const _0x1023=function(_0x579307,_0x5e44cd){_0x579307=_0x579307-0x0;let _0x10237f=_0x5e44[_0x579307];return _0x10237f;};import{Plugin as _0x30b6c5}from'ckeditor5/src/core';import{getTranslation as _0x35393f}from'../utils/common-translations';export default class Y extends _0x30b6c5{[_0x1023('0xa')](){const _0x438e36=this['editor'];if(!_0x438e36['plugins'][_0x1023('0x15')](_0x1023('0x0')))return;const _0x31202c=_0x438e36[_0x1023('0x7')]['get'](_0x1023('0xf')),_0x190524=_0x438e36[_0x1023('0x4')];_0x31202c[_0x1023('0xe')]('highlight',[_0x1023('0x8')]),_0x31202c[_0x1023('0x14')]['registerAttributeLabel'](_0x1023('0x8'),_0x35393f(_0x190524,_0x1023('0x3'))),this[_0x1023('0x12')]();}[_0x1023('0x12')](){const _0x42e751=this[_0x1023('0x10')],_0x36d761=_0x42e751['locale'];_0x42e751['plugins']['get'](_0x1023('0xf'))[_0x1023('0x14')][_0x1023('0xc')](_0x27e209=>{if(_0x1023('0x16')!=_0x27e209['type'])return;const {data:_0x43b74a}=_0x27e209;if(_0x43b74a&&_0x1023('0x8')==_0x43b74a[_0x1023('0xb')]){const _0x4ffc91=_0x36d761['t'],_0x53bd5d=_0x43b74a[_0x1023('0x1')][0x0]['value'];if(_0x53bd5d){const _0x111c05=_0x42e751[_0x1023('0x6')]['get'](_0x1023('0x5'))['find'](_0x19dba0=>_0x19dba0['model']==_0x53bd5d),_0x3a342e=_0x4ffc91(_0x111c05[_0x1023('0xd')])[_0x1023('0x2')]();return{'type':'format','content':_0x35393f(_0x36d761,_0x1023('0x9'),_0x3a342e),'color':{'value':_0x111c05[_0x1023('0x11')],'title':_0x111c05[_0x1023('0xd')]}};}return{'type':'format','content':_0x35393f(_0x36d761,_0x1023('0x13'),_0x35393f(_0x36d761,_0x1023('0x3')))};}});}}
23
+ const _0x1c7a=['*Set\x20highlight:*\x20%0','title','commandParams','HighlightEditing','color','TrackChangesEditing','highlight','type','_descriptionFactory','has','commandName','format','registerDescriptionCallback','get','highlight.options','*Remove\x20highlight*','locale','config','registerAttributeLabel','plugins','model','afterInit','FORMAT_HIGHLIGHT','editor','_registerLegacyDescription','formatInline'];(function(_0x5ec45d,_0x1c7ae6){const _0x2e2e39=function(_0x26c720){while(--_0x26c720){_0x5ec45d['push'](_0x5ec45d['shift']());}};_0x2e2e39(++_0x1c7ae6);}(_0x1c7a,0x1f2));const _0x2e2e=function(_0x5ec45d,_0x1c7ae6){_0x5ec45d=_0x5ec45d-0x0;let _0x2e2e39=_0x1c7a[_0x5ec45d];return _0x2e2e39;};import{Plugin as _0x2d1c65}from'ckeditor5/src/core';import{getTranslation as _0x3b1d27}from'../utils/common-translations';export default class Y extends _0x2d1c65{[_0x2e2e('0x11')](){const _0x1bdc2a=this['editor'];if(!_0x1bdc2a[_0x2e2e('0xf')][_0x2e2e('0x5')](_0x2e2e('0x19')))return;const _0x29ca2a=_0x1bdc2a[_0x2e2e('0xf')][_0x2e2e('0x9')]('TrackChangesEditing'),_0x1f5a50=_0x1bdc2a[_0x2e2e('0xc')];_0x29ca2a['_enableDefaultAttributesIntegration'](_0x2e2e('0x2'),['highlight']),_0x29ca2a[_0x2e2e('0x4')][_0x2e2e('0xe')]('highlight',_0x3b1d27(_0x1f5a50,_0x2e2e('0x12'))),this[_0x2e2e('0x14')]();}[_0x2e2e('0x14')](){const _0x20d866=this[_0x2e2e('0x13')],_0x58ce0c=_0x20d866[_0x2e2e('0xc')];_0x20d866[_0x2e2e('0xf')][_0x2e2e('0x9')](_0x2e2e('0x1'))['_descriptionFactory'][_0x2e2e('0x8')](_0x3702dc=>{if(_0x2e2e('0x15')!=_0x3702dc[_0x2e2e('0x3')])return;const {data:_0x38d01e}=_0x3702dc;if(_0x38d01e&&'highlight'==_0x38d01e[_0x2e2e('0x6')]){const _0x4fc932=_0x58ce0c['t'],_0x5b507f=_0x38d01e[_0x2e2e('0x18')][0x0]['value'];if(_0x5b507f){const _0x1980e3=_0x20d866[_0x2e2e('0xd')]['get'](_0x2e2e('0xa'))['find'](_0x59cb22=>_0x59cb22[_0x2e2e('0x10')]==_0x5b507f),_0x425814=_0x4fc932(_0x1980e3[_0x2e2e('0x17')])['toLowerCase']();return{'type':_0x2e2e('0x7'),'content':_0x3b1d27(_0x58ce0c,_0x2e2e('0x16'),_0x425814),'color':{'value':_0x1980e3[_0x2e2e('0x0')],'title':_0x1980e3[_0x2e2e('0x17')]}};}return{'type':'format','content':_0x3b1d27(_0x58ce0c,_0x2e2e('0xb'),_0x3b1d27(_0x58ce0c,_0x2e2e('0x12')))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4704=['insert','has','createContainerElement','get','for','showSuggestionHighlights','HorizontalLineEditing','elementToStructure','TrackChangesEditing','horizontalLine','plugins','ck-horizontal-line','high','_descriptionFactory','conversion','div','locale','registerElementLabel','enableCommand','afterInit','createEmptyElement','addClass'];(function(_0x2b27ed,_0x4704cb){const _0x1ae5b1=function(_0x270eca){while(--_0x270eca){_0x2b27ed['push'](_0x2b27ed['shift']());}};_0x1ae5b1(++_0x4704cb);}(_0x4704,0x119));const _0x1ae5=function(_0x2b27ed,_0x4704cb){_0x2b27ed=_0x2b27ed-0x0;let _0x1ae5b1=_0x4704[_0x2b27ed];return _0x1ae5b1;};import{Plugin as _0x50aab8}from'ckeditor5/src/core';import{getTranslation as _0x5977d2}from'../utils/common-translations';export default class Z extends _0x50aab8{[_0x1ae5('0x2')](){const _0x975919=this['editor'];if(!_0x975919[_0x1ae5('0xf')][_0x1ae5('0x6')](_0x1ae5('0xb')))return;_0x975919[_0x1ae5('0xf')][_0x1ae5('0x8')](_0x1ae5('0xd'))[_0x1ae5('0x1')](_0x1ae5('0xe'));const _0xebb107=_0x975919[_0x1ae5('0xf')][_0x1ae5('0x8')]('TrackChangesEditing'),_0x35c20e=_0x975919[_0x1ae5('0x15')];_0xebb107[_0x1ae5('0x12')][_0x1ae5('0x0')](_0x1ae5('0xe'),_0x1faf83=>_0x5977d2(_0x35c20e,'ELEMENT_HORIZONTAL_LINE',_0x1faf83)),_0x975919[_0x1ae5('0x13')][_0x1ae5('0x9')]('dataDowncast')[_0x1ae5('0xc')]({'model':_0x1ae5('0xe'),'view':(_0x506824,{writer:_0x312fc0,options:_0x24af3c})=>{if(!_0x24af3c[_0x1ae5('0xa')])return null;const _0x5bb148=_0x312fc0[_0x1ae5('0x7')](_0x1ae5('0x14')),_0x399b8d=_0x312fc0[_0x1ae5('0x3')]('hr');return _0x312fc0[_0x1ae5('0x4')](_0x1ae5('0x10'),_0x5bb148),_0x312fc0[_0x1ae5('0x5')](_0x312fc0['createPositionAt'](_0x5bb148,0x0),_0x399b8d),_0x5bb148;},'converterPriority':_0x1ae5('0x11')});}}
23
+ const _0x37a4=['div','conversion','editor','enableCommand','for','has','showSuggestionHighlights','dataDowncast','locale','createEmptyElement','ck-horizontal-line','insert','afterInit','TrackChangesEditing','ELEMENT_HORIZONTAL_LINE','_descriptionFactory','get','horizontalLine','HorizontalLineEditing','plugins','createContainerElement','elementToStructure','createPositionAt','registerElementLabel','addClass','high'];(function(_0x15423e,_0x37a449){const _0x3e7df3=function(_0x5cf3c2){while(--_0x5cf3c2){_0x15423e['push'](_0x15423e['shift']());}};_0x3e7df3(++_0x37a449);}(_0x37a4,0xbd));const _0x3e7d=function(_0x15423e,_0x37a449){_0x15423e=_0x15423e-0x0;let _0x3e7df3=_0x37a4[_0x15423e];return _0x3e7df3;};import{Plugin as _0x3b5299}from'ckeditor5/src/core';import{getTranslation as _0x13b200}from'../utils/common-translations';export default class Z extends _0x3b5299{[_0x3e7d('0x5')](){const _0x3c4dcd=this[_0x3e7d('0x15')];if(!_0x3c4dcd[_0x3e7d('0xc')][_0x3e7d('0x18')](_0x3e7d('0xb')))return;_0x3c4dcd['plugins'][_0x3e7d('0x9')]('TrackChangesEditing')[_0x3e7d('0x16')](_0x3e7d('0xa'));const _0x27b579=_0x3c4dcd['plugins'][_0x3e7d('0x9')](_0x3e7d('0x6')),_0x4a422d=_0x3c4dcd[_0x3e7d('0x1')];_0x27b579[_0x3e7d('0x8')][_0x3e7d('0x10')](_0x3e7d('0xa'),_0x91b460=>_0x13b200(_0x4a422d,_0x3e7d('0x7'),_0x91b460)),_0x3c4dcd[_0x3e7d('0x14')][_0x3e7d('0x17')](_0x3e7d('0x0'))[_0x3e7d('0xe')]({'model':'horizontalLine','view':(_0x2e6043,{writer:_0x2a799f,options:_0x521d8f})=>{if(!_0x521d8f[_0x3e7d('0x19')])return null;const _0x13d5a7=_0x2a799f[_0x3e7d('0xd')](_0x3e7d('0x13')),_0x23cc43=_0x2a799f[_0x3e7d('0x2')]('hr');return _0x2a799f[_0x3e7d('0x11')](_0x3e7d('0x3'),_0x13d5a7),_0x2a799f[_0x3e7d('0x4')](_0x2a799f[_0x3e7d('0xf')](_0x13d5a7,0x0),_0x23cc43),_0x13d5a7;},'converterPriority':_0x3e7d('0x12')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e2e=['HtmlEmbed','getFirstRange','ELEMENT_HTML_EMBED','_descriptionFactory','registerDescriptionCallback','nodeAfter','get','attribute','plugins','value','editor','registerElementLabel','has','formatBlock','type','format','afterInit','start','locale','_registerLegacyDescription','commandName','htmlEmbed','*Change\x20%0\x20content*','rawHtml'];(function(_0x365e5d,_0x4e2e9f){const _0x2cebd7=function(_0xcf3b0d){while(--_0xcf3b0d){_0x365e5d['push'](_0x365e5d['shift']());}};_0x2cebd7(++_0x4e2e9f);}(_0x4e2e,0x148));const _0x2ceb=function(_0x365e5d,_0x4e2e9f){_0x365e5d=_0x365e5d-0x0;let _0x2cebd7=_0x4e2e[_0x365e5d];return _0x2cebd7;};import{Plugin as _0x53d70d}from'ckeditor5/src/core';import{getTranslation as _0x49a981}from'../utils/common-translations';export default class tt extends _0x53d70d{[_0x2ceb('0x0')](){const _0x4af8f3=this[_0x2ceb('0x12')];if(!_0x4af8f3[_0x2ceb('0x10')][_0x2ceb('0x14')](_0x2ceb('0x8')))return;const _0x3a736e=_0x4af8f3[_0x2ceb('0x10')][_0x2ceb('0xe')]('TrackChangesEditing'),_0x4af593=_0x4af8f3[_0x2ceb('0x2')];_0x3a736e[_0x2ceb('0xb')][_0x2ceb('0x13')](_0x2ceb('0x7'),_0x114931=>_0x49a981(_0x4af593,_0x2ceb('0xa'),_0x114931)),_0x3a736e['_enableDefaultAttributesIntegration'](_0x2ceb('0x5'),[],[_0x2ceb('0x11')]),_0x3a736e[_0x2ceb('0xb')][_0x2ceb('0xc')](_0x40a063=>{if(_0x2ceb('0xf')!=_0x40a063[_0x2ceb('0x16')])return;const {data:_0x229dfe}=_0x40a063;if(_0x229dfe&&'value'==_0x229dfe['key']&&_0x40a063[_0x2ceb('0x9')]()[_0x2ceb('0x1')][_0x2ceb('0xd')]['is']('element',_0x2ceb('0x7'))){const _0x15cfe8=_0x49a981(_0x4af593,_0x2ceb('0xa'));return{'type':_0x2ceb('0x17'),'content':_0x49a981(_0x4af593,'*Change\x20%0\x20content*',_0x15cfe8)};}}),this[_0x2ceb('0x3')]();}['_registerLegacyDescription'](){const _0x40a047=this[_0x2ceb('0x12')],_0x3d656a=_0x40a047['locale'];_0x40a047[_0x2ceb('0x10')][_0x2ceb('0xe')]('TrackChangesEditing')[_0x2ceb('0xb')][_0x2ceb('0xc')](_0x3b5b60=>{if(_0x2ceb('0x15')!=_0x3b5b60[_0x2ceb('0x16')])return;const {data:_0x59d2d6}=_0x3b5b60;if(_0x59d2d6&&_0x2ceb('0x5')==_0x59d2d6[_0x2ceb('0x4')]){const _0x141686=_0x49a981(_0x3d656a,'ELEMENT_HTML_EMBED');return{'type':_0x2ceb('0x17'),'content':_0x49a981(_0x3d656a,_0x2ceb('0x6'),_0x141686)};}});}}
23
+ const _0x4a10=['_descriptionFactory','TrackChangesEditing','rawHtml','get','editor','nodeAfter','HtmlEmbed','*Change\x20%0\x20content*','ELEMENT_HTML_EMBED','format','locale','plugins','_registerLegacyDescription','element','registerDescriptionCallback','htmlEmbed','getFirstRange','start','key','commandName','afterInit','value'];(function(_0x105122,_0x4a1010){const _0x5691ae=function(_0x4eac28){while(--_0x4eac28){_0x105122['push'](_0x105122['shift']());}};_0x5691ae(++_0x4a1010);}(_0x4a10,0x68));const _0x5691=function(_0x105122,_0x4a1010){_0x105122=_0x105122-0x0;let _0x5691ae=_0x4a10[_0x105122];return _0x5691ae;};import{Plugin as _0x48b4b1}from'ckeditor5/src/core';import{getTranslation as _0x238c8d}from'../utils/common-translations';export default class tt extends _0x48b4b1{[_0x5691('0x4')](){const _0x1fd604=this['editor'];if(!_0x1fd604[_0x5691('0x11')]['has'](_0x5691('0xc')))return;const _0x1fd72f=_0x1fd604[_0x5691('0x11')][_0x5691('0x9')](_0x5691('0x7')),_0x269113=_0x1fd604[_0x5691('0x10')];_0x1fd72f[_0x5691('0x6')]['registerElementLabel'](_0x5691('0x8'),_0x2bfa65=>_0x238c8d(_0x269113,'ELEMENT_HTML_EMBED',_0x2bfa65)),_0x1fd72f['_enableDefaultAttributesIntegration'](_0x5691('0x15'),[],[_0x5691('0x5')]),_0x1fd72f[_0x5691('0x6')]['registerDescriptionCallback'](_0x4c4c5c=>{if('attribute'!=_0x4c4c5c['type'])return;const {data:_0x406841}=_0x4c4c5c;if(_0x406841&&_0x5691('0x5')==_0x406841[_0x5691('0x2')]&&_0x4c4c5c[_0x5691('0x0')]()[_0x5691('0x1')][_0x5691('0xb')]['is'](_0x5691('0x13'),'rawHtml')){const _0x2012ba=_0x238c8d(_0x269113,'ELEMENT_HTML_EMBED');return{'type':_0x5691('0xf'),'content':_0x238c8d(_0x269113,_0x5691('0xd'),_0x2012ba)};}}),this[_0x5691('0x12')]();}['_registerLegacyDescription'](){const _0x2e4ad2=this[_0x5691('0xa')],_0x5091de=_0x2e4ad2['locale'];_0x2e4ad2[_0x5691('0x11')][_0x5691('0x9')](_0x5691('0x7'))[_0x5691('0x6')][_0x5691('0x14')](_0x3d7ad5=>{if('formatBlock'!=_0x3d7ad5['type'])return;const {data:_0x5c6b7d}=_0x3d7ad5;if(_0x5c6b7d&&_0x5691('0x15')==_0x5c6b7d[_0x5691('0x3')]){const _0x5b4917=_0x238c8d(_0x5091de,_0x5691('0xe'));return{'type':_0x5691('0xf'),'content':_0x238c8d(_0x5091de,'*Change\x20%0\x20content*',_0x5b4917)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12eb=['editor','findIndex','has','enableCommand','accept','isIntersecting','format','commandName','ImageResize','forceDefaultExecution','imageCaption','_registerLegacyDescription','nodeBefore','resizeImage','getCaptionFromImageModelElement','formatInline','type','convertInlineImageToBlock','selection','FORMAT_IMAGE_SIZE','width','createRangeOn','detach','registerElementLabel','insertion','imageTypeBlock','addObject','ImageTextAlternativeEditing','getNearestSelectionRange','imageInline','subType','registerDescriptionCallback','element','ImageCaptionEditing','_descriptionFactory','getContainedElement','commandParams','markBlockFormat','toNext','insertImage','change','markInsertion','TrackChangesEditing','createRange','isOwn','join','registerAttributeLabel','plugins','length','_suggestionFactory','model','uploadImage','start','key','newValue','toPrevious','isBlockImage','ImageEditing','convertBlockImageToInline','end','formatBlock','toggleImageCaption','imageTextAlternative','caption','document','ImageCaptionUtils','nodeAfter','_enableDefaultAttributesIntegration','getFirstRange','chain','*Remove\x20image\x20text\x20alternative*','find','imageBlock','isCollapsed','registerCustomCallback','get','deletion','ImageUtils','imageTypeInline','getSuggestionCallback','Inline\x20image\x20to\x20block\x20image','isBefore','alt','fromPosition','isEqual','filter','ELEMENT_IMAGE','discard','forward','getClosestSelectedImageElement','resizedWidth','schema','ELEMENT_INLINE_IMAGE'];(function(_0x211b78,_0x12eb60){const _0x276ba3=function(_0x5a63f8){while(--_0x5a63f8){_0x211b78['push'](_0x211b78['shift']());}};_0x276ba3(++_0x12eb60);}(_0x12eb,0xef));const _0x276b=function(_0x211b78,_0x12eb60){_0x211b78=_0x211b78-0x0;let _0x276ba3=_0x12eb[_0x211b78];return _0x276ba3;};import{Plugin as _0x3a4147}from'ckeditor5/src/core';import{LivePosition as _0x3d5bdb}from'ckeditor5/src/engine';import{getTranslation as _0x3179f1}from'../utils/common-translations';export default class it extends _0x3a4147{['afterInit'](){const _0x51ff07=this[_0x276b('0x28')];if(!_0x51ff07[_0x276b('0x57')]['has'](_0x276b('0x4')))return;const _0x482a68=_0x51ff07[_0x276b('0x57')][_0x276b('0x16')](_0x276b('0x52')),_0x1053fe=_0x51ff07[_0x276b('0x57')][_0x276b('0x16')](_0x276b('0x18')),_0x560e34=_0x51ff07['locale'];_0x482a68[_0x276b('0x2b')](_0x276b('0x4f')),_0x482a68[_0x276b('0x4a')][_0x276b('0x3f')](_0x276b('0x13'),_0x51a9c6=>_0x3179f1(_0x560e34,_0x276b('0x21'),_0x51a9c6)),_0x482a68[_0x276b('0x4a')][_0x276b('0x3f')](_0x276b('0x45'),_0x1d0eb4=>_0x3179f1(_0x560e34,_0x276b('0x27'),_0x1d0eb4)),_0x482a68['_descriptionFactory'][_0x276b('0x3f')](_0x276b('0xa'),()=>_0x3179f1(_0x560e34,'ELEMENT_CAPTION')),_0x51ff07[_0x276b('0x57')][_0x276b('0x2a')]('ImageUploadEditing')&&_0x482a68['enableCommand'](_0x276b('0x5b')),_0x51ff07['plugins'][_0x276b('0x2a')]('ImageBlockEditing')&&_0x51ff07[_0x276b('0x57')][_0x276b('0x2a')]('ImageInlineEditing')&&(_0x482a68[_0x276b('0x2b')](_0x276b('0x19'),(_0xa83d8a,_0x51a2c2)=>{const _0x21bd0e=_0x1053fe['getClosestSelectedImageElement'](_0x51ff07['model'][_0x276b('0xb')][_0x276b('0x3a')]);_0x51ff07['model'][_0x276b('0x50')](()=>{_0x482a68['markBlockFormat'](_0x21bd0e,{'commandName':_0x276b('0x19'),'commandParams':[_0x51a2c2]},[],_0x276b('0x5'));});}),_0x482a68[_0x276b('0x2b')](_0x276b('0x41'),(_0x398cea,_0x28d0a2)=>{_0x51ff07[_0x276b('0x5a')][_0x276b('0x50')](_0x3b3cdc=>{let _0x24c783=_0x1053fe[_0x276b('0x24')](_0x51ff07[_0x276b('0x5a')]['document'][_0x276b('0x3a')]),_0x3592c5=_0x3b3cdc['createRangeOn'](_0x24c783);const _0x5f1b6d=_0x3d5bdb[_0x276b('0x1e')](_0x3592c5[_0x276b('0x5c')],_0x276b('0x2')),_0x4bf66d=_0x3d5bdb['fromPosition'](_0x3592c5['end'],_0x276b('0x4e'));_0x482a68[_0x276b('0x31')](()=>_0x398cea(_0x28d0a2)),_0x24c783=_0x1053fe[_0x276b('0x24')](_0x51ff07[_0x276b('0x5a')][_0x276b('0xb')][_0x276b('0x3a')]),_0x3592c5=_0x3b3cdc[_0x276b('0x3d')](_0x24c783);const _0x4f6fb1=_0x3b3cdc[_0x276b('0x53')](_0x5f1b6d,_0x4bf66d);_0x5f1b6d[_0x276b('0x3e')](),_0x4bf66d[_0x276b('0x3e')](),_0x482a68[_0x276b('0x4d')](_0x24c783,{'commandName':_0x276b('0x19'),'commandParams':[_0x28d0a2]},[],_0x276b('0x39')),_0x4f6fb1[_0x276b('0x5c')][_0x276b('0x1c')](_0x3592c5[_0x276b('0x5c')])&&_0x482a68[_0x276b('0x51')](_0x3b3cdc[_0x276b('0x53')](_0x4f6fb1[_0x276b('0x5c')],_0x3592c5[_0x276b('0x5c')]),'convertInlineImageToBlock'),_0x3592c5[_0x276b('0x6')][_0x276b('0x1c')](_0x4f6fb1[_0x276b('0x6')])&&_0x482a68[_0x276b('0x51')](_0x3b3cdc[_0x276b('0x53')](_0x3592c5[_0x276b('0x6')],_0x4f6fb1[_0x276b('0x6')]),_0x276b('0x39'));});}),_0x482a68[_0x276b('0x59')][_0x276b('0x15')](_0x276b('0x7'),_0x276b('0x39'),'join',()=>!0x1),_0x482a68['_suggestionFactory'][_0x276b('0x15')](_0x276b('0x7'),_0x276b('0x39'),'accept',()=>!0x1),_0x482a68['_suggestionFactory'][_0x276b('0x15')](_0x276b('0x7'),_0x276b('0x39'),_0x276b('0x22'),_0x482a68[_0x276b('0x59')][_0x276b('0x1a')](_0x276b('0x7'),'',_0x276b('0x2c'))),_0x482a68[_0x276b('0x59')][_0x276b('0x15')]('insertion',_0x276b('0x39'),_0x276b('0x55'),()=>!0x1),_0x482a68['_suggestionFactory'][_0x276b('0x15')]('insertion','convertInlineImageToBlock',_0x276b('0x22'),([_0x5b8ce5])=>{const _0x28fe6a=_0x482a68['_suggestionFactory']['getSuggestionCallback'](_0x276b('0x40'),'',_0x276b('0x22'));let _0x47d20c=_0x5b8ce5[_0x276b('0x5c')],_0x129a42=_0x5b8ce5['end'];const _0x2e6a64=_0x51ff07[_0x276b('0x5a')][_0x276b('0x26')][_0x276b('0x44')](_0x47d20c,'backward'),_0x800cee=_0x51ff07[_0x276b('0x5a')]['schema'][_0x276b('0x44')](_0x129a42,_0x276b('0x23'));_0x2e6a64[_0x276b('0x14')]&&(_0x47d20c=_0x2e6a64[_0x276b('0x5c')]),_0x800cee[_0x276b('0x14')]&&(_0x129a42=_0x800cee[_0x276b('0x6')]),_0x28fe6a([_0x51ff07['model']['createRange'](_0x47d20c,_0x129a42)]);}),_0x482a68[_0x276b('0x59')]['registerCustomCallback'](_0x276b('0x7'),_0x276b('0x39'),_0x276b('0x10'),_0x134a21),_0x482a68[_0x276b('0x59')]['registerCustomCallback'](_0x276b('0x40'),_0x276b('0x39'),_0x276b('0x10'),_0x134a21)),_0x51ff07[_0x276b('0x57')][_0x276b('0x2a')](_0x276b('0x49'))&&(_0x482a68['enableCommand'](_0x276b('0x8'),(_0x15033d,_0x5b90ad)=>{const _0x2d3c91=_0x51ff07['plugins'][_0x276b('0x16')](_0x276b('0xc'));let _0x5e5e04=_0x1053fe['getClosestSelectedImageElement'](_0x51ff07[_0x276b('0x5a')]['document'][_0x276b('0x3a')]),_0x27b4b1=_0x2d3c91['getCaptionFromImageModelElement'](_0x5e5e04);_0x51ff07[_0x276b('0x5a')]['change'](()=>{if(_0x27b4b1)return void _0x482a68['markDeletion'](_0x51ff07[_0x276b('0x5a')][_0x276b('0x3d')](_0x27b4b1));const _0x118f0c=_0x1053fe['isBlockImage'](_0x5e5e04);_0x15033d(_0x5b90ad),_0x5e5e04=_0x1053fe[_0x276b('0x24')](_0x51ff07[_0x276b('0x5a')][_0x276b('0xb')]['selection']),_0x27b4b1=_0x2d3c91[_0x276b('0x36')](_0x5e5e04),_0x482a68['markInsertion'](_0x51ff07[_0x276b('0x5a')][_0x276b('0x3d')](_0x27b4b1),_0x118f0c?null:_0x276b('0x32'));});}),_0x482a68[_0x276b('0x59')][_0x276b('0x15')](_0x276b('0x40'),'imageCaption','chain',_0x134a21));const _0x20eb4e=[{'type':_0x276b('0x7'),'subType':'imageStylePreApply'},{'type':_0x276b('0x40'),'subType':'imageCaption'},{'type':_0x276b('0x7'),'subType':_0x276b('0x39')},{'type':_0x276b('0x40'),'subType':_0x276b('0x39')}];function _0x5c56b9(_0x501243,_0x2ceb25){const _0x39d089=_0x20eb4e[_0x276b('0x29')](({type:_0x33cd0a,subType:_0x2dcb6d})=>_0x501243[_0x276b('0x38')]==_0x33cd0a&&_0x501243[_0x276b('0x46')]==_0x2dcb6d),_0x382dfb=_0x20eb4e[_0x276b('0x29')](({type:_0x301a8a,subType:_0x26c99c})=>_0x2ceb25[_0x276b('0x38')]==_0x301a8a&&_0x2ceb25[_0x276b('0x46')]==_0x26c99c);if(_0x39d089<0x0||_0x382dfb<0x0)return!0x1;const _0x334f49=_0x501243[_0x276b('0xf')](),_0x4eee7c=_0x2ceb25[_0x276b('0xf')]();if((0x0==_0x39d089||0x1==_0x39d089)&&0x2==_0x382dfb&&_0x334f49[_0x276b('0x2d')](_0x4eee7c))return!0x0;if(0x2==_0x39d089&&0x3==_0x382dfb){const _0x21c5c3=_0x482a68['_findSuggestions'](_0x334f49,_0x276b('0x40'))[_0x276b('0x20')](({suggestion:_0xf70b4,meta:_0x194cbe})=>_0x194cbe[_0x276b('0x54')]&&_0x276b('0x39')==_0xf70b4[_0x276b('0x46')]);if(_0x21c5c3['length']>0x1&&_0x4eee7c['end']['isEqual'](_0x334f49[_0x276b('0x5c')]))return!0x0;if(0x1==_0x21c5c3[_0x276b('0x58')]&&(_0x334f49[_0x276b('0x5c')][_0x276b('0x1f')](_0x4eee7c[_0x276b('0x6')])||_0x334f49[_0x276b('0x6')][_0x276b('0x1f')](_0x4eee7c[_0x276b('0x5c')])))return!0x0;}if(0x3==_0x39d089&&0x3==_0x382dfb&&_0x334f49[_0x276b('0x5c')][_0x276b('0x1c')](_0x4eee7c[_0x276b('0x5c')])){const _0x56f4c7=_0x334f49[_0x276b('0x6')][_0x276b('0xd')],_0x577b89=_0x4eee7c[_0x276b('0x5c')][_0x276b('0x34')];return _0x1053fe[_0x276b('0x3')](_0x56f4c7)&&_0x56f4c7===_0x577b89;}return!0x1;}function _0x134a21(_0x4b8b5f,_0x56726e){return _0x5c56b9(_0x4b8b5f,_0x56726e)?[_0x4b8b5f,_0x56726e]:_0x5c56b9(_0x56726e,_0x4b8b5f)?[_0x56726e,_0x4b8b5f]:null;}_0x51ff07[_0x276b('0x57')][_0x276b('0x2a')](_0x276b('0x30'))&&(_0x482a68[_0x276b('0xe')](_0x276b('0x35'),[],[_0x276b('0x25')]),_0x482a68[_0x276b('0x4a')][_0x276b('0x56')](_0x276b('0x25'),_0x3179f1(_0x560e34,_0x276b('0x3b')))),_0x51ff07[_0x276b('0x57')][_0x276b('0x2a')](_0x276b('0x43'))&&_0x482a68[_0x276b('0xe')]('imageTextAlternative',[],['alt']),_0x482a68[_0x276b('0x4a')][_0x276b('0x47')](_0x210867=>{if(!!_0x20eb4e[_0x276b('0x12')](({type:_0x12ffd6,subType:_0xdef870})=>_0x210867[_0x276b('0x38')]==_0x12ffd6&&_0x210867[_0x276b('0x46')]==_0xdef870))return _0x210867['previous']?{}:void 0x0;}),_0x482a68[_0x276b('0x4a')][_0x276b('0x47')](_0x59686d=>{if(_0x276b('0x40')==_0x59686d[_0x276b('0x38')]||_0x276b('0x17')==_0x59686d[_0x276b('0x38')]){const _0x169bd3=_0x59686d[_0x276b('0x4b')]();if(_0x169bd3&&_0x169bd3['is'](_0x276b('0x48'),_0x276b('0xa')))return{'type':_0x276b('0x40')==_0x59686d[_0x276b('0x38')]?_0x276b('0x42'):'removeObject','element':_0x169bd3,'quantity':0x1};}}),_0x482a68[_0x276b('0x4a')][_0x276b('0x47')](_0x25125b=>_0x276b('0x7')==_0x25125b[_0x276b('0x38')]&&_0x276b('0x39')==_0x25125b[_0x276b('0x46')]?{'type':'format','content':_0x276b('0x1b')}:'formatBlock'==_0x25125b[_0x276b('0x38')]&&_0x276b('0x5')==_0x25125b[_0x276b('0x46')]?{'type':_0x276b('0x2e'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x482a68['_descriptionFactory'][_0x276b('0x47')](_0x41f27d=>{if('attribute'!=_0x41f27d[_0x276b('0x38')])return;const {data:_0x327489}=_0x41f27d;if(!_0x327489||_0x276b('0x1d')!=_0x327489[_0x276b('0x0')])return;const _0x3807e0=_0x327489[_0x276b('0x1')];return _0x3807e0?{'type':'format','content':_0x3179f1(_0x560e34,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x3807e0+'\x22')}:{'type':'format','content':_0x3179f1(_0x560e34,_0x276b('0x11'))};}),this[_0x276b('0x33')]();}[_0x276b('0x33')](){const _0x3083ca=this['editor'],_0xac61fc=_0x3083ca['locale'];_0x3083ca['plugins']['get'](_0x276b('0x52'))[_0x276b('0x4a')][_0x276b('0x47')](_0x120124=>{if(_0x276b('0x7')!=_0x120124[_0x276b('0x38')]&&_0x276b('0x37')!=_0x120124[_0x276b('0x38')])return;const {data:_0x3a50b9}=_0x120124;if(_0x3a50b9){if(_0x276b('0x9')==_0x3a50b9[_0x276b('0x2f')]){const _0x4cedaa=_0x3a50b9[_0x276b('0x4c')][0x0][_0x276b('0x1')];return _0x4cedaa?{'type':'format','content':_0x3179f1(_0xac61fc,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4cedaa+'\x22')}:{'type':'format','content':_0x3179f1(_0xac61fc,_0x276b('0x11'))};}if(_0x276b('0x35')==_0x3a50b9['commandName']){const _0x4298bc=_0x3a50b9['commandParams'][0x0][_0x276b('0x3c')];return _0x4298bc?{'type':_0x276b('0x2e'),'content':_0x3179f1(_0xac61fc,'*Set\x20image\x20width:*\x20%0',_0x4298bc)}:{'type':_0x276b('0x2e'),'content':_0x3179f1(_0xac61fc,'*Reset\x20image\x20width*')};}}});}}
23
+ const _0x4979=['document','element','registerDescriptionCallback','Inline\x20image\x20to\x20block\x20image','find','_descriptionFactory','toNext','_enableDefaultAttributesIntegration','editor','resizeImage','imageInline','model','TrackChangesEditing','detach','commandName','has','alt','discard','addObject','ImageResize','fromPosition','ImageCaptionEditing','key','start','accept','registerAttributeLabel','toPrevious','isEqual','registerElementLabel','type','markDeletion','findIndex','attribute','schema','markBlockFormat','nodeBefore','get','convertInlineImageToBlock','change','ImageUtils','format','getCaptionFromImageModelElement','uploadImage','FORMAT_IMAGE_SIZE','createRange','locale','width','registerCustomCallback','isCollapsed','previous','ImageEditing','filter','getFirstRange','*Set\x20image\x20width:*\x20%0','imageTypeInline','imageTextAlternative','newValue','*Reset\x20image\x20width*','insertion','_suggestionFactory','_registerLegacyDescription','insertImage','toggleImageCaption','getClosestSelectedImageElement','enableCommand','Block\x20image\x20to\x20inline\x20image','isIntersecting','markInsertion','ImageInlineEditing','isOwn','resizedWidth','createRangeOn','imageCaption','getContainedElement','getSuggestionCallback','end','chain','forceDefaultExecution','deletion','isBefore','commandParams','imageTypeBlock','getNearestSelectionRange','afterInit','selection','ELEMENT_CAPTION','plugins','subType','forward','ImageBlockEditing','formatBlock','ELEMENT_INLINE_IMAGE','isBlockImage','convertBlockImageToInline','ELEMENT_IMAGE'];(function(_0x22f587,_0x4979c1){const _0x26f6d2=function(_0x3edcfd){while(--_0x3edcfd){_0x22f587['push'](_0x22f587['shift']());}};_0x26f6d2(++_0x4979c1);}(_0x4979,0xf6));const _0x26f6=function(_0x22f587,_0x4979c1){_0x22f587=_0x22f587-0x0;let _0x26f6d2=_0x4979[_0x22f587];return _0x26f6d2;};import{Plugin as _0x562589}from'ckeditor5/src/core';import{LivePosition as _0x3651de}from'ckeditor5/src/engine';import{getTranslation as _0x135b77}from'../utils/common-translations';export default class it extends _0x562589{[_0x26f6('0x1b')](){const _0x3f77e9=this['editor'];if(!_0x3f77e9['plugins'][_0x26f6('0x36')](_0x26f6('0x59')))return;const _0x539555=_0x3f77e9['plugins']['get'](_0x26f6('0x33')),_0x5e96b0=_0x3f77e9[_0x26f6('0x1e')][_0x26f6('0x4b')](_0x26f6('0x4e')),_0x47de15=_0x3f77e9['locale'];_0x539555[_0x26f6('0x8')](_0x26f6('0x5')),_0x539555[_0x26f6('0x2c')][_0x26f6('0x43')]('imageBlock',_0x6594d0=>_0x135b77(_0x47de15,_0x26f6('0x26'),_0x6594d0)),_0x539555[_0x26f6('0x2c')]['registerElementLabel'](_0x26f6('0x31'),_0x1cd6df=>_0x135b77(_0x47de15,_0x26f6('0x23'),_0x1cd6df)),_0x539555['_descriptionFactory'][_0x26f6('0x43')]('caption',()=>_0x135b77(_0x47de15,_0x26f6('0x1d'))),_0x3f77e9[_0x26f6('0x1e')][_0x26f6('0x36')]('ImageUploadEditing')&&_0x539555[_0x26f6('0x8')](_0x26f6('0x51')),_0x3f77e9[_0x26f6('0x1e')][_0x26f6('0x36')](_0x26f6('0x21'))&&_0x3f77e9[_0x26f6('0x1e')][_0x26f6('0x36')](_0x26f6('0xc'))&&(_0x539555[_0x26f6('0x8')]('imageTypeInline',(_0x50ca87,_0x5dedbe)=>{const _0x8047d4=_0x5e96b0['getClosestSelectedImageElement'](_0x3f77e9['model'][_0x26f6('0x27')]['selection']);_0x3f77e9['model'][_0x26f6('0x4d')](()=>{_0x539555[_0x26f6('0x49')](_0x8047d4,{'commandName':_0x26f6('0x5d'),'commandParams':[_0x5dedbe]},[],'convertBlockImageToInline');});}),_0x539555['enableCommand'](_0x26f6('0x19'),(_0x455e5a,_0x255010)=>{_0x3f77e9['model'][_0x26f6('0x4d')](_0xc9215b=>{let _0x51a647=_0x5e96b0['getClosestSelectedImageElement'](_0x3f77e9[_0x26f6('0x32')]['document'][_0x26f6('0x1c')]),_0x248460=_0xc9215b[_0x26f6('0xf')](_0x51a647);const _0x1ef236=_0x3651de['fromPosition'](_0x248460[_0x26f6('0x3e')],_0x26f6('0x41')),_0x4f0229=_0x3651de[_0x26f6('0x3b')](_0x248460[_0x26f6('0x13')],_0x26f6('0x2d'));_0x539555[_0x26f6('0x15')](()=>_0x455e5a(_0x255010)),_0x51a647=_0x5e96b0['getClosestSelectedImageElement'](_0x3f77e9[_0x26f6('0x32')][_0x26f6('0x27')]['selection']),_0x248460=_0xc9215b[_0x26f6('0xf')](_0x51a647);const _0x50da98=_0xc9215b[_0x26f6('0x53')](_0x1ef236,_0x4f0229);_0x1ef236[_0x26f6('0x34')](),_0x4f0229['detach'](),_0x539555[_0x26f6('0x49')](_0x51a647,{'commandName':'imageTypeInline','commandParams':[_0x255010]},[],_0x26f6('0x4c')),_0x50da98[_0x26f6('0x3e')][_0x26f6('0x17')](_0x248460['start'])&&_0x539555[_0x26f6('0xb')](_0xc9215b[_0x26f6('0x53')](_0x50da98[_0x26f6('0x3e')],_0x248460[_0x26f6('0x3e')]),'convertInlineImageToBlock'),_0x248460[_0x26f6('0x13')][_0x26f6('0x17')](_0x50da98[_0x26f6('0x13')])&&_0x539555[_0x26f6('0xb')](_0xc9215b['createRange'](_0x248460[_0x26f6('0x13')],_0x50da98['end']),_0x26f6('0x4c'));});}),_0x539555[_0x26f6('0x3')][_0x26f6('0x56')](_0x26f6('0x22'),_0x26f6('0x4c'),'join',()=>!0x1),_0x539555[_0x26f6('0x3')][_0x26f6('0x56')](_0x26f6('0x22'),_0x26f6('0x4c'),_0x26f6('0x3f'),()=>!0x1),_0x539555[_0x26f6('0x3')][_0x26f6('0x56')]('formatBlock',_0x26f6('0x4c'),_0x26f6('0x38'),_0x539555[_0x26f6('0x3')][_0x26f6('0x12')](_0x26f6('0x22'),'',_0x26f6('0x3f'))),_0x539555['_suggestionFactory'][_0x26f6('0x56')](_0x26f6('0x2'),_0x26f6('0x4c'),'join',()=>!0x1),_0x539555[_0x26f6('0x3')][_0x26f6('0x56')]('insertion',_0x26f6('0x4c'),'discard',([_0x449daf])=>{const _0x2efafd=_0x539555[_0x26f6('0x3')][_0x26f6('0x12')](_0x26f6('0x2'),'',_0x26f6('0x38'));let _0x5a2bac=_0x449daf['start'],_0x2b87a9=_0x449daf[_0x26f6('0x13')];const _0x4fb2fc=_0x3f77e9[_0x26f6('0x32')]['schema'][_0x26f6('0x1a')](_0x5a2bac,'backward'),_0x315462=_0x3f77e9['model'][_0x26f6('0x48')][_0x26f6('0x1a')](_0x2b87a9,_0x26f6('0x20'));_0x4fb2fc[_0x26f6('0x57')]&&(_0x5a2bac=_0x4fb2fc[_0x26f6('0x3e')]),_0x315462['isCollapsed']&&(_0x2b87a9=_0x315462[_0x26f6('0x13')]),_0x2efafd([_0x3f77e9[_0x26f6('0x32')]['createRange'](_0x5a2bac,_0x2b87a9)]);}),_0x539555['_suggestionFactory'][_0x26f6('0x56')](_0x26f6('0x22'),'convertInlineImageToBlock',_0x26f6('0x14'),_0xddebe),_0x539555[_0x26f6('0x3')][_0x26f6('0x56')]('insertion',_0x26f6('0x4c'),_0x26f6('0x14'),_0xddebe)),_0x3f77e9[_0x26f6('0x1e')][_0x26f6('0x36')](_0x26f6('0x3c'))&&(_0x539555['enableCommand'](_0x26f6('0x6'),(_0x5154d2,_0x661516)=>{const _0x1299b6=_0x3f77e9[_0x26f6('0x1e')][_0x26f6('0x4b')]('ImageCaptionUtils');let _0x1e2c66=_0x5e96b0[_0x26f6('0x7')](_0x3f77e9['model'][_0x26f6('0x27')][_0x26f6('0x1c')]),_0x475bf4=_0x1299b6[_0x26f6('0x50')](_0x1e2c66);_0x3f77e9[_0x26f6('0x32')]['change'](()=>{if(_0x475bf4)return void _0x539555[_0x26f6('0x45')](_0x3f77e9[_0x26f6('0x32')]['createRangeOn'](_0x475bf4));const _0x4af9af=_0x5e96b0[_0x26f6('0x24')](_0x1e2c66);_0x5154d2(_0x661516),_0x1e2c66=_0x5e96b0[_0x26f6('0x7')](_0x3f77e9[_0x26f6('0x32')][_0x26f6('0x27')]['selection']),_0x475bf4=_0x1299b6[_0x26f6('0x50')](_0x1e2c66),_0x539555[_0x26f6('0xb')](_0x3f77e9[_0x26f6('0x32')][_0x26f6('0xf')](_0x475bf4),_0x4af9af?null:_0x26f6('0x10'));});}),_0x539555[_0x26f6('0x3')]['registerCustomCallback'](_0x26f6('0x2'),_0x26f6('0x10'),'chain',_0xddebe));const _0x53ab6f=[{'type':_0x26f6('0x22'),'subType':'imageStylePreApply'},{'type':_0x26f6('0x2'),'subType':'imageCaption'},{'type':_0x26f6('0x22'),'subType':_0x26f6('0x4c')},{'type':_0x26f6('0x2'),'subType':'convertInlineImageToBlock'}];function _0x1eb605(_0x2fec63,_0x2bdc19){const _0x34cd19=_0x53ab6f[_0x26f6('0x46')](({type:_0x11c3c9,subType:_0x54c68f})=>_0x2fec63[_0x26f6('0x44')]==_0x11c3c9&&_0x2fec63['subType']==_0x54c68f),_0x347e60=_0x53ab6f[_0x26f6('0x46')](({type:_0x23a390,subType:_0x1fbc72})=>_0x2bdc19[_0x26f6('0x44')]==_0x23a390&&_0x2bdc19[_0x26f6('0x1f')]==_0x1fbc72);if(_0x34cd19<0x0||_0x347e60<0x0)return!0x1;const _0x4ed09b=_0x2fec63[_0x26f6('0x5b')](),_0x8bd15f=_0x2bdc19[_0x26f6('0x5b')]();if((0x0==_0x34cd19||0x1==_0x34cd19)&&0x2==_0x347e60&&_0x4ed09b[_0x26f6('0xa')](_0x8bd15f))return!0x0;if(0x2==_0x34cd19&&0x3==_0x347e60){const _0xda7e29=_0x539555['_findSuggestions'](_0x4ed09b,_0x26f6('0x2'))[_0x26f6('0x5a')](({suggestion:_0x4fc7af,meta:_0x18c157})=>_0x18c157[_0x26f6('0xd')]&&_0x26f6('0x4c')==_0x4fc7af[_0x26f6('0x1f')]);if(_0xda7e29['length']>0x1&&_0x8bd15f['end'][_0x26f6('0x42')](_0x4ed09b[_0x26f6('0x3e')]))return!0x0;if(0x1==_0xda7e29['length']&&(_0x4ed09b[_0x26f6('0x3e')][_0x26f6('0x42')](_0x8bd15f[_0x26f6('0x13')])||_0x4ed09b[_0x26f6('0x13')][_0x26f6('0x42')](_0x8bd15f['start'])))return!0x0;}if(0x3==_0x34cd19&&0x3==_0x347e60&&_0x4ed09b['start'][_0x26f6('0x17')](_0x8bd15f[_0x26f6('0x3e')])){const _0xae6e51=_0x4ed09b['end']['nodeAfter'],_0x529acf=_0x8bd15f[_0x26f6('0x3e')][_0x26f6('0x4a')];return _0x5e96b0[_0x26f6('0x24')](_0xae6e51)&&_0xae6e51===_0x529acf;}return!0x1;}function _0xddebe(_0x343935,_0x47850f){return _0x1eb605(_0x343935,_0x47850f)?[_0x343935,_0x47850f]:_0x1eb605(_0x47850f,_0x343935)?[_0x47850f,_0x343935]:null;}_0x3f77e9['plugins'][_0x26f6('0x36')](_0x26f6('0x3a'))&&(_0x539555['_enableDefaultAttributesIntegration']('resizeImage',[],[_0x26f6('0xe')]),_0x539555[_0x26f6('0x2c')][_0x26f6('0x40')](_0x26f6('0xe'),_0x135b77(_0x47de15,_0x26f6('0x52')))),_0x3f77e9[_0x26f6('0x1e')][_0x26f6('0x36')]('ImageTextAlternativeEditing')&&_0x539555[_0x26f6('0x2e')](_0x26f6('0x5e'),[],[_0x26f6('0x37')]),_0x539555['_descriptionFactory'][_0x26f6('0x29')](_0x4cf4e2=>{if(!!_0x53ab6f[_0x26f6('0x2b')](({type:_0x5e187c,subType:_0x2faece})=>_0x4cf4e2['type']==_0x5e187c&&_0x4cf4e2[_0x26f6('0x1f')]==_0x2faece))return _0x4cf4e2[_0x26f6('0x58')]?{}:void 0x0;}),_0x539555[_0x26f6('0x2c')][_0x26f6('0x29')](_0x41059b=>{if(_0x26f6('0x2')==_0x41059b[_0x26f6('0x44')]||_0x26f6('0x16')==_0x41059b[_0x26f6('0x44')]){const _0x531e29=_0x41059b[_0x26f6('0x11')]();if(_0x531e29&&_0x531e29['is'](_0x26f6('0x28'),'caption'))return{'type':_0x26f6('0x2')==_0x41059b['type']?_0x26f6('0x39'):'removeObject','element':_0x531e29,'quantity':0x1};}}),_0x539555[_0x26f6('0x2c')][_0x26f6('0x29')](_0x49644b=>_0x26f6('0x22')==_0x49644b[_0x26f6('0x44')]&&_0x26f6('0x4c')==_0x49644b['subType']?{'type':_0x26f6('0x4f'),'content':_0x26f6('0x2a')}:_0x26f6('0x22')==_0x49644b[_0x26f6('0x44')]&&_0x26f6('0x25')==_0x49644b[_0x26f6('0x1f')]?{'type':_0x26f6('0x4f'),'content':_0x26f6('0x9')}:void 0x0),_0x539555[_0x26f6('0x2c')]['registerDescriptionCallback'](_0x16bb43=>{if(_0x26f6('0x47')!=_0x16bb43['type'])return;const {data:_0x531b99}=_0x16bb43;if(!_0x531b99||_0x26f6('0x37')!=_0x531b99[_0x26f6('0x3d')])return;const _0x4b9277=_0x531b99[_0x26f6('0x0')];return _0x4b9277?{'type':_0x26f6('0x4f'),'content':_0x135b77(_0x47de15,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4b9277+'\x22')}:{'type':'format','content':_0x135b77(_0x47de15,'*Remove\x20image\x20text\x20alternative*')};}),this[_0x26f6('0x4')]();}[_0x26f6('0x4')](){const _0x204311=this[_0x26f6('0x2f')],_0x18dfdd=_0x204311[_0x26f6('0x54')];_0x204311[_0x26f6('0x1e')][_0x26f6('0x4b')](_0x26f6('0x33'))[_0x26f6('0x2c')][_0x26f6('0x29')](_0x3c3402=>{if(_0x26f6('0x22')!=_0x3c3402[_0x26f6('0x44')]&&'formatInline'!=_0x3c3402['type'])return;const {data:_0xac90b6}=_0x3c3402;if(_0xac90b6){if('imageTextAlternative'==_0xac90b6[_0x26f6('0x35')]){const _0xda9578=_0xac90b6['commandParams'][0x0][_0x26f6('0x0')];return _0xda9578?{'type':_0x26f6('0x4f'),'content':_0x135b77(_0x18dfdd,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xda9578+'\x22')}:{'type':_0x26f6('0x4f'),'content':_0x135b77(_0x18dfdd,'*Remove\x20image\x20text\x20alternative*')};}if(_0x26f6('0x30')==_0xac90b6['commandName']){const _0x32ce1f=_0xac90b6[_0x26f6('0x18')][0x0][_0x26f6('0x55')];return _0x32ce1f?{'type':_0x26f6('0x4f'),'content':_0x135b77(_0x18dfdd,_0x26f6('0x5c'),_0x32ce1f)}:{'type':_0x26f6('0x4f'),'content':_0x135b77(_0x18dfdd,_0x26f6('0x1'))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x56b0=['plugins','_registerLegacyDescription','newValue','ImageEditing','registerCustomCallback','locale','getSuggestionCallback','src','key','replaceImageSource','formatInline','accept','_suggestionFactory','_descriptionFactory','commandName','formatBlock','*Replace\x20image\x20URL*','_handleLegacySuggestions','get','type','format','registerDescriptionCallback','discard','attribute','editor','oldValue','_enableDefaultAttributesIntegration','TrackChangesEditing'];(function(_0x12b2aa,_0x56b082){const _0x3b0998=function(_0x3e6b91){while(--_0x3e6b91){_0x12b2aa['push'](_0x12b2aa['shift']());}};_0x3b0998(++_0x56b082);}(_0x56b0,0xb2));const _0x3b09=function(_0x12b2aa,_0x56b082){_0x12b2aa=_0x12b2aa-0x0;let _0x3b0998=_0x56b0[_0x12b2aa];return _0x3b0998;};import{Plugin as _0x2e202e}from'ckeditor5/src/core';import{getTranslation as _0x27fda1}from'../utils/common-translations';export default class et extends _0x2e202e{['afterInit'](){if(!this[_0x3b09('0xe')]['plugins']['has'](_0x3b09('0x15')))return;const _0x278f9d=this[_0x3b09('0xe')]['locale'],_0x3490bb=this[_0x3b09('0xe')][_0x3b09('0x12')][_0x3b09('0x8')](_0x3b09('0x11'));_0x3490bb[_0x3b09('0x10')](_0x3b09('0x1b'),[],['src']),_0x3490bb[_0x3b09('0x3')]['registerDescriptionCallback'](_0x57249b=>{if(_0x3b09('0xd')!=_0x57249b[_0x3b09('0x9')])return;const {data:_0x274491}=_0x57249b;return _0x274491&&_0x3b09('0x19')==_0x274491[_0x3b09('0x1a')]?_0x274491[_0x3b09('0x14')]&&_0x274491[_0x3b09('0xf')]?{'type':_0x3b09('0xa'),'content':_0x27fda1(_0x278f9d,'*Replace\x20image\x20URL*')}:{'type':_0x3b09('0xa'),'content':''}:void 0x0;}),this[_0x3b09('0x7')]();}[_0x3b09('0x7')](){const _0x5eef8b=this[_0x3b09('0xe')][_0x3b09('0x12')][_0x3b09('0x8')](_0x3b09('0x11'));_0x5eef8b[_0x3b09('0x2')][_0x3b09('0x16')](_0x3b09('0x5'),_0x3b09('0x1b'),_0x3b09('0x1'),_0x5eef8b[_0x3b09('0x2')][_0x3b09('0x18')](_0x3b09('0x5'),null,_0x3b09('0xc'))),_0x5eef8b[_0x3b09('0x2')][_0x3b09('0x16')](_0x3b09('0x5'),_0x3b09('0x1b'),'discard',_0x5eef8b[_0x3b09('0x2')]['getSuggestionCallback']('formatBlock',null,_0x3b09('0x1'))),this[_0x3b09('0x13')]();}[_0x3b09('0x13')](){const _0x22795f=this['editor'],_0x1e46de=_0x22795f[_0x3b09('0x17')];_0x22795f[_0x3b09('0x12')][_0x3b09('0x8')](_0x3b09('0x11'))['_descriptionFactory'][_0x3b09('0xb')](_0x24403e=>{if(_0x3b09('0x5')!=_0x24403e['type']&&_0x3b09('0x0')!=_0x24403e[_0x3b09('0x9')])return;const {data:_0x250b62}=_0x24403e;return _0x250b62&&'replaceImageSource'===_0x250b62[_0x3b09('0x4')]?{'type':_0x3b09('0xa'),'content':_0x27fda1(_0x1e46de,_0x3b09('0x6'))}:void 0x0;});}}
23
+ const _0x2b6d=['*Replace\x20image\x20URL*','src','get','locale','format','_descriptionFactory','_registerLegacyDescription','afterInit','registerCustomCallback','getSuggestionCallback','newValue','_enableDefaultAttributesIntegration','plugins','attribute','registerDescriptionCallback','_suggestionFactory','commandName','TrackChangesEditing','replaceImageSource','editor','key','has','discard','type','formatBlock'];(function(_0x1aa002,_0x2b6dd0){const _0x224d78=function(_0x305b17){while(--_0x305b17){_0x1aa002['push'](_0x1aa002['shift']());}};_0x224d78(++_0x2b6dd0);}(_0x2b6d,0xd3));const _0x224d=function(_0x1aa002,_0x2b6dd0){_0x1aa002=_0x1aa002-0x0;let _0x224d78=_0x2b6d[_0x1aa002];return _0x224d78;};import{Plugin as _0xdd4455}from'ckeditor5/src/core';import{getTranslation as _0x31d8a2}from'../utils/common-translations';export default class et extends _0xdd4455{[_0x224d('0x15')](){if(!this[_0x224d('0x8')][_0x224d('0x1')][_0x224d('0xa')]('ImageEditing'))return;const _0x22b241=this['editor'][_0x224d('0x11')],_0x2758a6=this[_0x224d('0x8')][_0x224d('0x1')][_0x224d('0x10')](_0x224d('0x6'));_0x2758a6[_0x224d('0x0')]('replaceImageSource',[],[_0x224d('0xf')]),_0x2758a6[_0x224d('0x13')]['registerDescriptionCallback'](_0x34b983=>{if(_0x224d('0x2')!=_0x34b983[_0x224d('0xc')])return;const {data:_0x1fc74b}=_0x34b983;return _0x1fc74b&&'src'==_0x1fc74b[_0x224d('0x9')]?_0x1fc74b[_0x224d('0x18')]&&_0x1fc74b['oldValue']?{'type':_0x224d('0x12'),'content':_0x31d8a2(_0x22b241,_0x224d('0xe'))}:{'type':_0x224d('0x12'),'content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x3de918=this[_0x224d('0x8')][_0x224d('0x1')]['get'](_0x224d('0x6'));_0x3de918[_0x224d('0x4')][_0x224d('0x16')](_0x224d('0xd'),_0x224d('0x7'),'accept',_0x3de918[_0x224d('0x4')][_0x224d('0x17')](_0x224d('0xd'),null,_0x224d('0xb'))),_0x3de918[_0x224d('0x4')][_0x224d('0x16')]('formatBlock',_0x224d('0x7'),_0x224d('0xb'),_0x3de918[_0x224d('0x4')][_0x224d('0x17')](_0x224d('0xd'),null,'accept')),this[_0x224d('0x14')]();}[_0x224d('0x14')](){const _0x40967e=this[_0x224d('0x8')],_0x3e8055=_0x40967e['locale'];_0x40967e[_0x224d('0x1')][_0x224d('0x10')](_0x224d('0x6'))[_0x224d('0x13')][_0x224d('0x3')](_0x20c14a=>{if(_0x224d('0xd')!=_0x20c14a[_0x224d('0xc')]&&'formatInline'!=_0x20c14a[_0x224d('0xc')])return;const {data:_0x4ae36e}=_0x20c14a;return _0x4ae36e&&_0x224d('0x7')===_0x4ae36e[_0x224d('0x5')]?{'type':_0x224d('0x12'),'content':_0x31d8a2(_0x3e8055,_0x224d('0xe'))}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x39d0=['registerDescriptionCallback','formatInline','imageCaption','commandParams','FORMAT_SIDE_IMAGE','model','change','editor','value','_suggestionFactory','*Format:*\x20%0','formatBlock','normalizedStyles','name','imageStylePostApply','isEqual','document','from','type','discardSuggestion','ImageUtils','hasSuggestion','getContainedElement','locale','accept','getFirstRange','side','commandName','forEach','getSuggestion','subType','toLowerCase','_splitMarkerName','discard','nodeAfter','getClosestSelectedImageElement','next','imageStyle','imageTypeInline','newRange','chain','registerCustomCallback','head','createRangeOn','convertInlineImageToBlock','imageStylePreApply','refresh','end','_registerLegacyDescription','nodeBefore','getSuggestions','start','get','plugins','isBefore','setImageNaturalSizeAttributes','selection','isBlockImage','shouldConvertImageType','length','_findSuggestions','isOwn','isInlineImage','commands','Users','TrackChangesEditing','insertion','filter','markInlineFormat','suggestion','join','afterInit','findIndex'];(function(_0x50916e,_0x39d0ad){const _0x4b4eef=function(_0x18e145){while(--_0x18e145){_0x50916e['push'](_0x50916e['shift']());}};_0x4b4eef(++_0x39d0ad);}(_0x39d0,0x79));const _0x4b4e=function(_0x50916e,_0x39d0ad){_0x50916e=_0x50916e-0x0;let _0x4b4eef=_0x39d0[_0x50916e];return _0x4b4eef;};import{Plugin as _0x246dc7}from'ckeditor5/src/core';import{uid as _0x214858}from'ckeditor5/src/utils';import{getTranslation as _0x447670}from'../utils/common-translations';export default class nt extends _0x246dc7{[_0x4b4e('0x17')](){const _0x3fde74=this[_0x4b4e('0x20')];if(!_0x3fde74[_0x4b4e('0x5')]['has']('ImageStyleEditing'))return;const _0x35e3bd=_0x3fde74['plugins'][_0x4b4e('0x4')](_0x4b4e('0x11')),_0x3062f6=_0x3fde74[_0x4b4e('0x5')][_0x4b4e('0x4')](_0x4b4e('0x2d')),_0x360f22={};_0x35e3bd['enableCommand'](_0x4b4e('0x3e'),(_0x433d0d,_0x1f57a1)=>{const _0x41982f=_0x3fde74[_0x4b4e('0x5')][_0x4b4e('0x4')](_0x4b4e('0x10'))['me'],_0x392d84=_0x3fde74[_0x4b4e('0xf')][_0x4b4e('0x4')](_0x4b4e('0x3e'));let _0x273e5e=_0x3062f6[_0x4b4e('0x3c')](_0x3fde74[_0x4b4e('0x1e')]['document'][_0x4b4e('0x8')]),_0x3679cc=_0x3fde74[_0x4b4e('0x1e')][_0x4b4e('0x44')](_0x273e5e),_0x5a4abd=_0x392d84['value'];if(_0x5a4abd==_0x1f57a1[_0x4b4e('0x21')])return;const _0x2ff175={'commandName':_0x4b4e('0x3e'),'commandParams':[_0x1f57a1],'formatGroupId':_0x214858()};_0x3fde74[_0x4b4e('0x1e')][_0x4b4e('0x1f')](()=>{if(_0x35e3bd[_0x4b4e('0x2')]()[_0x4b4e('0x13')](_0x50c464=>_0x50c464['isInContent']&&_0x41982f==_0x50c464['author']&&(_0x4b4e('0x24')==_0x50c464[_0x4b4e('0x2b')]||_0x4b4e('0x1a')==_0x50c464[_0x4b4e('0x2b')])&&(_0x4b4e('0x46')==_0x50c464[_0x4b4e('0x37')]||_0x4b4e('0x27')==_0x50c464[_0x4b4e('0x37')])&&_0x50c464[_0x4b4e('0x32')]()[_0x4b4e('0x28')](_0x3679cc))[_0x4b4e('0x35')](_0x24c2d2=>_0x35e3bd['discardSuggestion'](_0x24c2d2[_0x4b4e('0x43')])),_0x273e5e=_0x3062f6[_0x4b4e('0x3c')](_0x3fde74['model'][_0x4b4e('0x29')]['selection']),_0x3679cc=_0x3fde74[_0x4b4e('0x1e')][_0x4b4e('0x44')](_0x273e5e),_0x392d84[_0x4b4e('0x47')](),_0x3fde74[_0x4b4e('0xf')][_0x4b4e('0x4')](_0x4b4e('0x3f'))[_0x4b4e('0x47')](),_0x3fde74[_0x4b4e('0xf')][_0x4b4e('0x4')]('imageTypeBlock')['refresh'](),_0x5a4abd=_0x392d84[_0x4b4e('0x21')],_0x5a4abd!=_0x1f57a1['value'])return _0x3062f6[_0x4b4e('0xe')](_0x273e5e)&&_0x392d84[_0x4b4e('0xa')](_0x1f57a1[_0x4b4e('0x21')],_0x273e5e)?(_0x433d0d({..._0x1f57a1,'setImageSizes':!0x1}),_0x273e5e=_0x3062f6[_0x4b4e('0x3c')](_0x3fde74[_0x4b4e('0x1e')]['document'][_0x4b4e('0x8')]),void _0x35e3bd['markBlockFormat'](_0x273e5e,{..._0x2ff175,'commandReversedParams':[{'value':_0x5a4abd||null,'setImageSizes':!0x1}]},[],_0x4b4e('0x46'))):void(_0x3062f6[_0x4b4e('0x9')](_0x273e5e)?_0x35e3bd['markBlockFormat'](_0x273e5e,_0x2ff175,[],'imageStylePostApply'):_0x35e3bd[_0x4b4e('0x14')](_0x3679cc,_0x2ff175,'imageStylePostApply'));});});for(const _0x28f663 of _0x3fde74[_0x4b4e('0x5')][_0x4b4e('0x4')]('ImageStyleEditing')[_0x4b4e('0x25')])_0x360f22[_0x28f663[_0x4b4e('0x26')]]=_0x28f663['title'][_0x4b4e('0x38')]();_0x35e3bd['_suggestionFactory'][_0x4b4e('0x42')]('formatBlock',_0x4b4e('0x46'),_0x4b4e('0x16'),()=>!0x1),_0x35e3bd['_suggestionFactory'][_0x4b4e('0x42')](_0x4b4e('0x24'),'imageStylePostApply','join',()=>!0x1),_0x35e3bd[_0x4b4e('0x22')][_0x4b4e('0x42')]('formatInline',_0x4b4e('0x27'),'join',()=>!0x1),_0x35e3bd[_0x4b4e('0x22')][_0x4b4e('0x42')]('formatBlock',_0x4b4e('0x46'),_0x4b4e('0x31'),([_0x5e4620])=>{_0x3062f6[_0x4b4e('0x7')](_0x5e4620[_0x4b4e('0x2f')]());}),_0x35e3bd[_0x4b4e('0x22')]['registerCustomCallback'](_0x4b4e('0x24'),_0x4b4e('0x46'),_0x4b4e('0x3a'),(_0x4df671,_0x3d1d01)=>{_0x35e3bd[_0x4b4e('0x22')]['getSuggestionCallback']('formatBlock','','accept')(_0x4df671,{'commandName':_0x3d1d01['commandName'],'commandParams':_0x3d1d01['commandReversedParams']});}),_0x35e3bd[_0x4b4e('0x22')]['registerCustomCallback']('formatBlock',_0x4b4e('0x46'),_0x4b4e('0x41'),function(_0x46668c,_0x29e581){if(_0x4b7302(_0x46668c,_0x29e581))return[_0x46668c,_0x29e581];if(_0x4b7302(_0x29e581,_0x46668c))return[_0x29e581,_0x46668c];return null;});const _0x4b7cdd=[{'type':'formatBlock','subType':_0x4b4e('0x46')},{'type':_0x4b4e('0x12'),'subType':_0x4b4e('0x1b')},{'type':_0x4b4e('0x24'),'subType':_0x4b4e('0x45')},{'type':'insertion','subType':_0x4b4e('0x45')}];function _0x4b7302(_0x560dd8,_0x5d05fd){const _0x435687=_0x4b7cdd['findIndex'](({type:_0x36f1fc,subType:_0x3eec19})=>_0x560dd8['type']==_0x36f1fc&&_0x560dd8[_0x4b4e('0x37')]==_0x3eec19),_0x1b8a53=_0x4b7cdd[_0x4b4e('0x18')](({type:_0x588093,subType:_0x15dee2})=>_0x5d05fd['type']==_0x588093&&_0x5d05fd[_0x4b4e('0x37')]==_0x15dee2);if(_0x435687<0x0||_0x1b8a53<0x0)return!0x1;const _0x1c0c05=_0x560dd8[_0x4b4e('0x32')](),_0x1d3cc5=_0x5d05fd[_0x4b4e('0x32')]();if((0x0==_0x435687||0x1==_0x435687)&&0x2==_0x1b8a53&&_0x1c0c05['isIntersecting'](_0x1d3cc5))return!0x0;if(0x2==_0x435687&&0x3==_0x1b8a53){const _0x2de943=_0x35e3bd[_0x4b4e('0xc')](_0x1c0c05,_0x4b4e('0x12'))[_0x4b4e('0x13')](({suggestion:_0x5b7ef2,meta:_0x4ff092})=>_0x4ff092[_0x4b4e('0xd')]&&_0x4b4e('0x45')==_0x5b7ef2[_0x4b4e('0x37')]);if(_0x2de943[_0x4b4e('0xb')]>0x1&&_0x1d3cc5[_0x4b4e('0x48')]['isEqual'](_0x1c0c05[_0x4b4e('0x3')]))return!0x0;if(0x1==_0x2de943[_0x4b4e('0xb')]&&(_0x1c0c05[_0x4b4e('0x3')][_0x4b4e('0x28')](_0x1d3cc5[_0x4b4e('0x48')])||_0x1c0c05[_0x4b4e('0x48')][_0x4b4e('0x28')](_0x1d3cc5[_0x4b4e('0x3')])))return!0x0;}if(0x3==_0x435687&&0x3==_0x1b8a53&&_0x1c0c05[_0x4b4e('0x3')][_0x4b4e('0x6')](_0x1d3cc5[_0x4b4e('0x3')])){const _0x3f8983=_0x1c0c05['end'][_0x4b4e('0x3b')],_0x510aba=_0x1d3cc5[_0x4b4e('0x3')][_0x4b4e('0x1')];return _0x3062f6[_0x4b4e('0x9')](_0x3f8983)&&_0x3f8983===_0x510aba;}return!0x1;}_0x3fde74[_0x4b4e('0x1e')]['document']['registerPostFixer'](()=>{let _0x5bbe42=!0x1;const _0x20b20f=Array[_0x4b4e('0x2a')](_0x3fde74[_0x4b4e('0x1e')][_0x4b4e('0x29')]['differ']['getChangedMarkers']());for(const {name:_0x20a98b,data:_0x47544e}of _0x20b20f){const {group:_0x410fda,type:_0x1d24cb,subType:_0x544eed,id:_0x4a3fa7}=_0x35e3bd[_0x4b4e('0x39')](_0x20a98b);if(_0x4b4e('0x15')==_0x410fda&&_0x35e3bd[_0x4b4e('0x2e')](_0x4a3fa7)){if('formatBlock'==_0x1d24cb&&(_0x4b4e('0x46')==_0x544eed||_0x4b4e('0x27')==_0x544eed)){const _0x369bf9=_0x35e3bd[_0x4b4e('0x36')](_0x4a3fa7);if(_0x47544e['newRange']){const _0x292f43=_0x369bf9[_0x4b4e('0x32')]()['getContainedElement']();if(_0x3062f6[_0x4b4e('0x9')](_0x292f43))continue;_0x35e3bd['discardSuggestion'](_0x369bf9),_0x5bbe42=!0x0;}}if(_0x4b4e('0x12')==_0x1d24cb&&_0x4b4e('0x1b')==_0x544eed&&!_0x47544e[_0x4b4e('0x40')]){const _0x29195a=_0x35e3bd[_0x4b4e('0x36')](_0x4a3fa7);_0x29195a[_0x4b4e('0x3d')]&&_0x29195a[_0x4b4e('0x3d')]['isInContent']&&(_0x35e3bd[_0x4b4e('0x2c')](_0x29195a[_0x4b4e('0x3d')]),_0x5bbe42=!0x0);}}}return _0x5bbe42;}),this[_0x4b4e('0x0')](_0x360f22);}[_0x4b4e('0x0')](_0x39f948){const _0x5dfe0e=this['editor'],_0x5dfddb=_0x5dfe0e[_0x4b4e('0x30')];_0x5dfe0e[_0x4b4e('0x5')][_0x4b4e('0x4')](_0x4b4e('0x11'))['_descriptionFactory'][_0x4b4e('0x19')](_0x4e7b55=>{if(_0x4b4e('0x24')!=_0x4e7b55[_0x4b4e('0x2b')]&&_0x4b4e('0x1a')!=_0x4e7b55[_0x4b4e('0x2b')])return;const {data:_0x37206d}=_0x4e7b55;if(!_0x37206d||_0x4b4e('0x3e')!=_0x37206d[_0x4b4e('0x34')])return;const _0x16c84f=_0x37206d[_0x4b4e('0x1c')][0x0][_0x4b4e('0x21')];return _0xef1457(_0x4b4e('0x33')===_0x16c84f?_0x447670(_0x5dfddb,_0x4b4e('0x1d')):_0x39f948[_0x16c84f]||_0x16c84f);function _0xef1457(_0x117e95){return{'type':'format','content':_0x447670(_0x5dfddb,_0x4b4e('0x23'),_0x117e95)};}});}}
23
+ const _0x65ff=['author','discard','imageStylePreApply','filter','head','FORMAT_SIDE_IMAGE','formatInline','getSuggestionCallback','refresh','length','imageStyle','shouldConvertImageType','insertion','side','normalizedStyles','getContainedElement','getSuggestions','differ','getClosestSelectedImageElement','name','findIndex','markInlineFormat','imageTypeInline','_findSuggestions','model','commandName','createRangeOn','afterInit','commands','value','TrackChangesEditing','_suggestionFactory','Users','convertInlineImageToBlock','get','_registerLegacyDescription','formatBlock','locale','editor','chain','hasSuggestion','_splitMarkerName','isBlockImage','isEqual','markBlockFormat','title','imageCaption','isIntersecting','_descriptionFactory','ImageStyleEditing','subType','isOwn','start','join','imageStylePostApply','plugins','next','registerPostFixer','change','commandParams','registerCustomCallback','end','ImageUtils','document','from','getFirstRange','getSuggestion','accept','type','isBefore','toLowerCase','discardSuggestion','selection','newRange','*Format:*\x20%0','suggestion'];(function(_0x80a8,_0x65ffa9){const _0x41036f=function(_0x406162){while(--_0x406162){_0x80a8['push'](_0x80a8['shift']());}};_0x41036f(++_0x65ffa9);}(_0x65ff,0x64));const _0x4103=function(_0x80a8,_0x65ffa9){_0x80a8=_0x80a8-0x0;let _0x41036f=_0x65ff[_0x80a8];return _0x41036f;};import{Plugin as _0x7faf1c}from'ckeditor5/src/core';import{uid as _0x206e9e}from'ckeditor5/src/utils';import{getTranslation as _0x2dca4a}from'../utils/common-translations';export default class nt extends _0x7faf1c{[_0x4103('0x3')](){const _0x586567=this[_0x4103('0xe')];if(!_0x586567[_0x4103('0x1f')]['has'](_0x4103('0x19')))return;const _0x1b836a=_0x586567['plugins'][_0x4103('0xa')](_0x4103('0x6')),_0x77d33e=_0x586567[_0x4103('0x1f')][_0x4103('0xa')](_0x4103('0x26')),_0x1d72b7={};_0x1b836a['enableCommand'](_0x4103('0x3e'),(_0x370c6f,_0x1beb9a)=>{const _0x53fab8=_0x586567[_0x4103('0x1f')][_0x4103('0xa')](_0x4103('0x8'))['me'],_0x2c8a4e=_0x586567[_0x4103('0x4')][_0x4103('0xa')](_0x4103('0x3e'));let _0x3e9596=_0x77d33e[_0x4103('0x46')](_0x586567[_0x4103('0x0')]['document']['selection']),_0x25c703=_0x586567[_0x4103('0x0')][_0x4103('0x2')](_0x3e9596),_0x2c0d4e=_0x2c8a4e['value'];if(_0x2c0d4e==_0x1beb9a[_0x4103('0x5')])return;const _0x38c3e4={'commandName':_0x4103('0x3e'),'commandParams':[_0x1beb9a],'formatGroupId':_0x206e9e()};_0x586567[_0x4103('0x0')][_0x4103('0x22')](()=>{if(_0x1b836a[_0x4103('0x44')]()[_0x4103('0x37')](_0x327f60=>_0x327f60['isInContent']&&_0x53fab8==_0x327f60[_0x4103('0x34')]&&('formatBlock'==_0x327f60['type']||'formatInline'==_0x327f60[_0x4103('0x2c')])&&(_0x4103('0x36')==_0x327f60[_0x4103('0x1a')]||_0x4103('0x1e')==_0x327f60[_0x4103('0x1a')])&&_0x327f60['getFirstRange']()['isEqual'](_0x25c703))['forEach'](_0x22f26a=>_0x1b836a[_0x4103('0x2f')](_0x22f26a[_0x4103('0x38')])),_0x3e9596=_0x77d33e[_0x4103('0x46')](_0x586567['model']['document'][_0x4103('0x30')]),_0x25c703=_0x586567['model'][_0x4103('0x2')](_0x3e9596),_0x2c8a4e[_0x4103('0x3c')](),_0x586567[_0x4103('0x4')][_0x4103('0xa')](_0x4103('0x4a'))['refresh'](),_0x586567[_0x4103('0x4')][_0x4103('0xa')]('imageTypeBlock')['refresh'](),_0x2c0d4e=_0x2c8a4e[_0x4103('0x5')],_0x2c0d4e!=_0x1beb9a[_0x4103('0x5')])return _0x77d33e['isInlineImage'](_0x3e9596)&&_0x2c8a4e[_0x4103('0x3f')](_0x1beb9a[_0x4103('0x5')],_0x3e9596)?(_0x370c6f({..._0x1beb9a,'setImageSizes':!0x1}),_0x3e9596=_0x77d33e[_0x4103('0x46')](_0x586567[_0x4103('0x0')]['document'][_0x4103('0x30')]),void _0x1b836a[_0x4103('0x14')](_0x3e9596,{..._0x38c3e4,'commandReversedParams':[{'value':_0x2c0d4e||null,'setImageSizes':!0x1}]},[],_0x4103('0x36'))):void(_0x77d33e[_0x4103('0x12')](_0x3e9596)?_0x1b836a[_0x4103('0x14')](_0x3e9596,_0x38c3e4,[],_0x4103('0x1e')):_0x1b836a[_0x4103('0x49')](_0x25c703,_0x38c3e4,_0x4103('0x1e')));});});for(const _0x23dbf7 of _0x586567[_0x4103('0x1f')][_0x4103('0xa')](_0x4103('0x19'))[_0x4103('0x42')])_0x1d72b7[_0x23dbf7[_0x4103('0x47')]]=_0x23dbf7[_0x4103('0x15')][_0x4103('0x2e')]();_0x1b836a['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4103('0x36'),_0x4103('0x1d'),()=>!0x1),_0x1b836a[_0x4103('0x7')][_0x4103('0x24')](_0x4103('0xc'),_0x4103('0x1e'),_0x4103('0x1d'),()=>!0x1),_0x1b836a[_0x4103('0x7')][_0x4103('0x24')]('formatInline',_0x4103('0x1e'),_0x4103('0x1d'),()=>!0x1),_0x1b836a[_0x4103('0x7')][_0x4103('0x24')](_0x4103('0xc'),_0x4103('0x36'),_0x4103('0x2b'),([_0x34154c])=>{_0x77d33e['setImageNaturalSizeAttributes'](_0x34154c['getContainedElement']());}),_0x1b836a[_0x4103('0x7')][_0x4103('0x24')](_0x4103('0xc'),_0x4103('0x36'),_0x4103('0x35'),(_0x1685d9,_0x5384f8)=>{_0x1b836a[_0x4103('0x7')][_0x4103('0x3b')](_0x4103('0xc'),'','accept')(_0x1685d9,{'commandName':_0x5384f8[_0x4103('0x1')],'commandParams':_0x5384f8['commandReversedParams']});}),_0x1b836a['_suggestionFactory'][_0x4103('0x24')]('formatBlock',_0x4103('0x36'),_0x4103('0xf'),function(_0x1b6ed9,_0x1d1f41){if(_0x2c7a25(_0x1b6ed9,_0x1d1f41))return[_0x1b6ed9,_0x1d1f41];if(_0x2c7a25(_0x1d1f41,_0x1b6ed9))return[_0x1d1f41,_0x1b6ed9];return null;});const _0x3a7012=[{'type':'formatBlock','subType':_0x4103('0x36')},{'type':'insertion','subType':_0x4103('0x16')},{'type':_0x4103('0xc'),'subType':_0x4103('0x9')},{'type':_0x4103('0x40'),'subType':_0x4103('0x9')}];function _0x2c7a25(_0x28a198,_0x5c954d){const _0x5520c6=_0x3a7012[_0x4103('0x48')](({type:_0x46f69b,subType:_0x108d79})=>_0x28a198['type']==_0x46f69b&&_0x28a198['subType']==_0x108d79),_0x32aa82=_0x3a7012[_0x4103('0x48')](({type:_0x4a94f2,subType:_0x2b7e69})=>_0x5c954d[_0x4103('0x2c')]==_0x4a94f2&&_0x5c954d['subType']==_0x2b7e69);if(_0x5520c6<0x0||_0x32aa82<0x0)return!0x1;const _0x3d3a49=_0x28a198[_0x4103('0x29')](),_0x5b1a18=_0x5c954d[_0x4103('0x29')]();if((0x0==_0x5520c6||0x1==_0x5520c6)&&0x2==_0x32aa82&&_0x3d3a49[_0x4103('0x17')](_0x5b1a18))return!0x0;if(0x2==_0x5520c6&&0x3==_0x32aa82){const _0x1f3d23=_0x1b836a[_0x4103('0x4b')](_0x3d3a49,_0x4103('0x40'))[_0x4103('0x37')](({suggestion:_0x3e9e05,meta:_0x56a9b7})=>_0x56a9b7[_0x4103('0x1b')]&&_0x4103('0x9')==_0x3e9e05['subType']);if(_0x1f3d23[_0x4103('0x3d')]>0x1&&_0x5b1a18[_0x4103('0x25')][_0x4103('0x13')](_0x3d3a49['start']))return!0x0;if(0x1==_0x1f3d23[_0x4103('0x3d')]&&(_0x3d3a49[_0x4103('0x1c')][_0x4103('0x13')](_0x5b1a18[_0x4103('0x25')])||_0x3d3a49[_0x4103('0x25')][_0x4103('0x13')](_0x5b1a18['start'])))return!0x0;}if(0x3==_0x5520c6&&0x3==_0x32aa82&&_0x3d3a49[_0x4103('0x1c')][_0x4103('0x2d')](_0x5b1a18[_0x4103('0x1c')])){const _0x51af5a=_0x3d3a49['end']['nodeAfter'],_0x861387=_0x5b1a18[_0x4103('0x1c')]['nodeBefore'];return _0x77d33e[_0x4103('0x12')](_0x51af5a)&&_0x51af5a===_0x861387;}return!0x1;}_0x586567[_0x4103('0x0')][_0x4103('0x27')][_0x4103('0x21')](()=>{let _0x275997=!0x1;const _0x398a2d=Array[_0x4103('0x28')](_0x586567[_0x4103('0x0')][_0x4103('0x27')][_0x4103('0x45')]['getChangedMarkers']());for(const {name:_0x4d40f6,data:_0x2d90f9}of _0x398a2d){const {group:_0x18d45c,type:_0x230b03,subType:_0x53259f,id:_0x11e4bb}=_0x1b836a[_0x4103('0x11')](_0x4d40f6);if(_0x4103('0x33')==_0x18d45c&&_0x1b836a[_0x4103('0x10')](_0x11e4bb)){if('formatBlock'==_0x230b03&&(_0x4103('0x36')==_0x53259f||'imageStylePostApply'==_0x53259f)){const _0x48f5a8=_0x1b836a[_0x4103('0x2a')](_0x11e4bb);if(_0x2d90f9[_0x4103('0x31')]){const _0x8274f8=_0x48f5a8['getFirstRange']()[_0x4103('0x43')]();if(_0x77d33e[_0x4103('0x12')](_0x8274f8))continue;_0x1b836a['discardSuggestion'](_0x48f5a8),_0x275997=!0x0;}}if('insertion'==_0x230b03&&_0x4103('0x16')==_0x53259f&&!_0x2d90f9[_0x4103('0x31')]){const _0x9a8c20=_0x1b836a[_0x4103('0x2a')](_0x11e4bb);_0x9a8c20[_0x4103('0x20')]&&_0x9a8c20[_0x4103('0x20')]['isInContent']&&(_0x1b836a['discardSuggestion'](_0x9a8c20[_0x4103('0x20')]),_0x275997=!0x0);}}}return _0x275997;}),this['_registerLegacyDescription'](_0x1d72b7);}[_0x4103('0xb')](_0x2e79c2){const _0x3c210f=this['editor'],_0x5d6890=_0x3c210f[_0x4103('0xd')];_0x3c210f[_0x4103('0x1f')][_0x4103('0xa')]('TrackChangesEditing')[_0x4103('0x18')]['registerDescriptionCallback'](_0x1494cd=>{if(_0x4103('0xc')!=_0x1494cd[_0x4103('0x2c')]&&_0x4103('0x3a')!=_0x1494cd[_0x4103('0x2c')])return;const {data:_0x9efdb4}=_0x1494cd;if(!_0x9efdb4||_0x4103('0x3e')!=_0x9efdb4[_0x4103('0x1')])return;const _0x56e850=_0x9efdb4[_0x4103('0x23')][0x0][_0x4103('0x5')];return _0x25d475(_0x4103('0x41')===_0x56e850?_0x2dca4a(_0x5d6890,_0x4103('0x39')):_0x2e79c2[_0x56e850]||_0x56e850);function _0x25d475(_0x49a2a2){return{'type':'format','content':_0x2dca4a(_0x5d6890,_0x4103('0x32'),_0x49a2a2)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x8f49=['_trackChangesExecuted','value','dataInsert','forEach','_trackChangesValueDuringImport','enableCommand','importWord','afterInit','commands','_handleImportedData','lowest','listenTo','trackChanges','Users','editor','TrackChangesEditing','execute','track_changes','plugins','_setSuggestionData','get'];(function(_0x5a9b56,_0x8f49dc){const _0x477d43=function(_0x58aa71){while(--_0x58aa71){_0x5a9b56['push'](_0x5a9b56['shift']());}};_0x477d43(++_0x8f49dc);}(_0x8f49,0x1e0));const _0x477d=function(_0x5a9b56,_0x8f49dc){_0x5a9b56=_0x5a9b56-0x0;let _0x477d43=_0x8f49[_0x5a9b56];return _0x477d43;};import{Plugin as _0x89c317}from'ckeditor5/src/core';export default class st extends _0x89c317{constructor(_0x31b43a){super(_0x31b43a),this[_0x477d('0x7')]=!0x1,this[_0x477d('0x3')]=!0x1;}[_0x477d('0xa')](){const _0x2bbdae=this[_0x477d('0x11')],_0x39a511=_0x2bbdae[_0x477d('0xb')][_0x477d('0x2')](_0x477d('0x9')),_0x371e29=_0x2bbdae['commands']['get']('trackChanges');_0x39a511&&(_0x39a511['on'](_0x477d('0x13'),(_0x26f29d,[,_0x185639])=>{this[_0x477d('0x7')]=_0x371e29[_0x477d('0x4')],_0x185639['collaboration_features'][_0x477d('0x14')]=!this[_0x477d('0x7')];},{'priority':'high'}),this[_0x477d('0xe')](_0x39a511,_0x477d('0x5'),this[_0x477d('0xc')]['bind'](this)),this[_0x477d('0xe')](_0x39a511,_0x477d('0x5'),()=>{this['_trackChangesExecuted']&&(_0x371e29[_0x477d('0x13')](),this[_0x477d('0x3')]=!0x1);},{'priority':_0x477d('0xd')}),_0x2bbdae[_0x477d('0x0')][_0x477d('0x2')](_0x477d('0x12'))[_0x477d('0x8')]('importWord'));}[_0x477d('0xc')](_0x54af0e,_0xe8f57a){const {suggestions:_0x3afade}=_0xe8f57a,_0xd8e3d8=this[_0x477d('0x11')][_0x477d('0xb')][_0x477d('0x2')](_0x477d('0xf')),_0x257cc1=_0xd8e3d8[_0x477d('0x4')];this[_0x477d('0x7')]!==_0x257cc1&&(_0xd8e3d8[_0x477d('0x13')](),this[_0x477d('0x3')]=!0x0),_0x3afade&&_0x3afade[_0x477d('0x6')](({id:_0x3fd484,type:_0x285dab,author:_0x4a5e1c,created_at:_0x45a0ed})=>{const _0xbe0acb={'id':_0x3fd484,'type':_0x285dab,'authorId':this['editor'][_0x477d('0x0')][_0x477d('0x2')](_0x477d('0x10'))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4a5e1c,'createdAt':_0x45a0ed?new Date(_0x45a0ed):new Date(),'source':'importWord'}}};this[_0x477d('0x11')]['plugins'][_0x477d('0x2')](_0x477d('0x12'))[_0x477d('0x1')](_0xbe0acb);});}}
23
+ const _0x5f38=['editor','trackChanges','afterInit','plugins','dataInsert','high','_setSuggestionData','collaboration_features','lowest','execute','get','importWord','_trackChangesValueDuringImport','_trackChangesExecuted','commands','TrackChangesEditing','_handleImportedData','value','bind','enableCommand','listenTo'];(function(_0x4b11c0,_0x5f38cb){const _0x172941=function(_0x3f4842){while(--_0x3f4842){_0x4b11c0['push'](_0x4b11c0['shift']());}};_0x172941(++_0x5f38cb);}(_0x5f38,0x19f));const _0x1729=function(_0x4b11c0,_0x5f38cb){_0x4b11c0=_0x4b11c0-0x0;let _0x172941=_0x5f38[_0x4b11c0];return _0x172941;};import{Plugin as _0x575e5d}from'ckeditor5/src/core';export default class st extends _0x575e5d{constructor(_0x2dcd37){super(_0x2dcd37),this[_0x1729('0x11')]=!0x1,this[_0x1729('0x12')]=!0x1;}[_0x1729('0x7')](){const _0x1577fd=this[_0x1729('0x5')],_0x1e1e02=_0x1577fd['commands'][_0x1729('0xf')](_0x1729('0x10')),_0x4bf74d=_0x1577fd[_0x1729('0x13')][_0x1729('0xf')](_0x1729('0x6'));_0x1e1e02&&(_0x1e1e02['on']('execute',(_0x2600ad,[,_0x372395])=>{this[_0x1729('0x11')]=_0x4bf74d[_0x1729('0x1')],_0x372395[_0x1729('0xc')]['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':_0x1729('0xa')}),this[_0x1729('0x4')](_0x1e1e02,_0x1729('0x9'),this[_0x1729('0x0')][_0x1729('0x2')](this)),this[_0x1729('0x4')](_0x1e1e02,'dataInsert',()=>{this[_0x1729('0x12')]&&(_0x4bf74d[_0x1729('0xe')](),this[_0x1729('0x12')]=!0x1);},{'priority':_0x1729('0xd')}),_0x1577fd['plugins'][_0x1729('0xf')](_0x1729('0x14'))[_0x1729('0x3')](_0x1729('0x10')));}[_0x1729('0x0')](_0x1d69b2,_0x849d3a){const {suggestions:_0x5ce7ad}=_0x849d3a,_0x481d2f=this[_0x1729('0x5')][_0x1729('0x13')][_0x1729('0xf')]('trackChanges'),_0x1b097f=_0x481d2f[_0x1729('0x1')];this[_0x1729('0x11')]!==_0x1b097f&&(_0x481d2f['execute'](),this[_0x1729('0x12')]=!0x0),_0x5ce7ad&&_0x5ce7ad['forEach'](({id:_0x3de82b,type:_0x2cf363,author:_0x21075c,created_at:_0x5a50c8})=>{const _0x4c4c21={'id':_0x3de82b,'type':_0x2cf363,'authorId':this[_0x1729('0x5')]['plugins'][_0x1729('0xf')]('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x21075c,'createdAt':_0x5a50c8?new Date(_0x5a50c8):new Date(),'source':_0x1729('0x10')}}};this[_0x1729('0x5')][_0x1729('0x8')][_0x1729('0xf')](_0x1729('0x14'))[_0x1729('0xb')](_0x4c4c21);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x596e=['outdent','FORMAT_INDENT','*Outdent:*\x20%0','_descriptionFactory','outdentBlock','getItemLabel','get','format','getItems','*Indent:*\x20%0','registerAttributeLabel','has','IndentEditing','enableCommand','_registerLegacyDescription','TrackChangesEditing','locale','registerDescriptionCallback','blockIndent','IndentBlock','type','_registerBlockAttribute','indentBlock','editor','plugins','commandName'];(function(_0x2daa75,_0x596e4b){const _0x15b07e=function(_0x1d81b9){while(--_0x1d81b9){_0x2daa75['push'](_0x2daa75['shift']());}};_0x15b07e(++_0x596e4b);}(_0x596e,0x123));const _0x15b0=function(_0x2daa75,_0x596e4b){_0x2daa75=_0x2daa75-0x0;let _0x15b07e=_0x596e[_0x2daa75];return _0x15b07e;};import{Plugin as _0x68f67f}from'ckeditor5/src/core';import{getTranslation as _0x2d848a}from'../utils/common-translations';export default class ot extends _0x68f67f{['afterInit'](){const _0x5888d6=this[_0x15b0('0x12')],_0x4683b2=_0x5888d6['plugins']['get'](_0x15b0('0xa'));if(_0x5888d6[_0x15b0('0x13')][_0x15b0('0x6')](_0x15b0('0x7'))&&(_0x4683b2[_0x15b0('0x8')]('indent'),_0x4683b2[_0x15b0('0x8')](_0x15b0('0x15'))),_0x5888d6[_0x15b0('0x13')][_0x15b0('0x6')](_0x15b0('0xe')))for(const _0x34d1b8 of[_0x15b0('0x11'),_0x15b0('0x19')])_0x4683b2['_enableDefaultAttributesIntegration'](_0x34d1b8);const _0x3ac660=_0x5888d6[_0x15b0('0xb')];_0x4683b2[_0x15b0('0x10')](_0x15b0('0xd')),_0x4683b2[_0x15b0('0x18')][_0x15b0('0x5')](_0x15b0('0xd'),_0x2d848a(_0x3ac660,_0x15b0('0x16'))),this[_0x15b0('0x9')]();}[_0x15b0('0x9')](){const _0x1ac104=this[_0x15b0('0x12')],_0x1790c9=_0x1ac104[_0x15b0('0xb')],_0x41714c=_0x1ac104[_0x15b0('0x13')][_0x15b0('0x1')](_0x15b0('0xa'));_0x41714c[_0x15b0('0x18')][_0x15b0('0xc')](_0x15222a=>{if('formatBlock'!=_0x15222a[_0x15b0('0xf')])return;const {data:_0x5f2949}=_0x15222a;if(!_0x5f2949)return;if(_0x15b0('0x11')!=_0x5f2949['commandName']&&'outdentBlock'!=_0x5f2949[_0x15b0('0x14')])return;const _0x416a20=_0x15222a[_0x15b0('0x3')]()[0x0],_0x1be11a=_0x41714c[_0x15b0('0x18')][_0x15b0('0x0')](_0x416a20);return'indentBlock'==_0x5f2949['commandName']?{'type':_0x15b0('0x2'),'content':_0x2d848a(_0x1790c9,_0x15b0('0x4'),_0x1be11a)}:_0x15b0('0x19')==_0x5f2949[_0x15b0('0x14')]?{'type':_0x15b0('0x2'),'content':_0x2d848a(_0x1790c9,_0x15b0('0x17'),_0x1be11a)}:void 0x0;});}}
23
+ const _0x19f9=['has','enableCommand','indentBlock','*Indent:*\x20%0','locale','TrackChangesEditing','getItems','plugins','_enableDefaultAttributesIntegration','outdentBlock','outdent','registerDescriptionCallback','editor','commandName','indent','_registerBlockAttribute','get','blockIndent','registerAttributeLabel','IndentEditing','formatBlock','format','*Outdent:*\x20%0','IndentBlock','_registerLegacyDescription','getItemLabel','_descriptionFactory'];(function(_0x2a61fc,_0x19f97c){const _0x3cfa2b=function(_0x57f2f4){while(--_0x57f2f4){_0x2a61fc['push'](_0x2a61fc['shift']());}};_0x3cfa2b(++_0x19f97c);}(_0x19f9,0x116));const _0x3cfa=function(_0x2a61fc,_0x19f97c){_0x2a61fc=_0x2a61fc-0x0;let _0x3cfa2b=_0x19f9[_0x2a61fc];return _0x3cfa2b;};import{Plugin as _0x5cc0fc}from'ckeditor5/src/core';import{getTranslation as _0x434d65}from'../utils/common-translations';export default class ot extends _0x5cc0fc{['afterInit'](){const _0x134640=this['editor'],_0xa690f1=_0x134640[_0x3cfa('0x1a')][_0x3cfa('0x8')](_0x3cfa('0x18'));if(_0x134640[_0x3cfa('0x1a')][_0x3cfa('0x13')](_0x3cfa('0xb'))&&(_0xa690f1['enableCommand'](_0x3cfa('0x6')),_0xa690f1[_0x3cfa('0x14')](_0x3cfa('0x2'))),_0x134640[_0x3cfa('0x1a')][_0x3cfa('0x13')](_0x3cfa('0xf')))for(const _0x58d973 of[_0x3cfa('0x15'),'outdentBlock'])_0xa690f1[_0x3cfa('0x0')](_0x58d973);const _0x19e9ef=_0x134640[_0x3cfa('0x17')];_0xa690f1[_0x3cfa('0x7')]('blockIndent'),_0xa690f1[_0x3cfa('0x12')][_0x3cfa('0xa')](_0x3cfa('0x9'),_0x434d65(_0x19e9ef,'FORMAT_INDENT')),this[_0x3cfa('0x10')]();}[_0x3cfa('0x10')](){const _0x4852d9=this[_0x3cfa('0x4')],_0x3251e1=_0x4852d9['locale'],_0x425f88=_0x4852d9['plugins'][_0x3cfa('0x8')](_0x3cfa('0x18'));_0x425f88[_0x3cfa('0x12')][_0x3cfa('0x3')](_0x2a0e4a=>{if(_0x3cfa('0xc')!=_0x2a0e4a['type'])return;const {data:_0x55510b}=_0x2a0e4a;if(!_0x55510b)return;if('indentBlock'!=_0x55510b[_0x3cfa('0x5')]&&_0x3cfa('0x1')!=_0x55510b[_0x3cfa('0x5')])return;const _0x4c866e=_0x2a0e4a[_0x3cfa('0x19')]()[0x0],_0x48a776=_0x425f88[_0x3cfa('0x12')][_0x3cfa('0x11')](_0x4c866e);return'indentBlock'==_0x55510b[_0x3cfa('0x5')]?{'type':_0x3cfa('0xd'),'content':_0x434d65(_0x3251e1,_0x3cfa('0x16'),_0x48a776)}:_0x3cfa('0x1')==_0x55510b[_0x3cfa('0x5')]?{'type':_0x3cfa('0xd'),'content':_0x434d65(_0x3251e1,_0x3cfa('0xe'),_0x48a776)}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1a80=['editor','requires','get','enableCommand','input','TrackChangesEditing'];(function(_0x11ec20,_0x1a8034){var _0x39da66=function(_0xb5d08b){while(--_0xb5d08b){_0x11ec20['push'](_0x11ec20['shift']());}};_0x39da66(++_0x1a8034);}(_0x1a80,0xaf));var _0x39da=function(_0x11ec20,_0x1a8034){_0x11ec20=_0x11ec20-0x0;var _0x39da66=_0x1a80[_0x11ec20];return _0x39da66;};import{Plugin as _0x56b05e}from'ckeditor5/src/core';import{Input as _0x3158a8}from'ckeditor5/src/typing';export default class rt extends _0x56b05e{static get[_0x39da('0x0')](){return[_0x3158a8];}['init'](){this[_0x39da('0x5')]['plugins'][_0x39da('0x1')](_0x39da('0x4'))[_0x39da('0x2')](_0x39da('0x3'));}}
23
+ var _0x21e5=['get','input','plugins','TrackChangesEditing','editor','enableCommand'];(function(_0x4af3b9,_0x21e560){var _0x2e9e20=function(_0x181eb1){while(--_0x181eb1){_0x4af3b9['push'](_0x4af3b9['shift']());}};_0x2e9e20(++_0x21e560);}(_0x21e5,0x19f));var _0x2e9e=function(_0x4af3b9,_0x21e560){_0x4af3b9=_0x4af3b9-0x0;var _0x2e9e20=_0x21e5[_0x4af3b9];return _0x2e9e20;};import{Plugin as _0x8f0f8b}from'ckeditor5/src/core';import{Input as _0x10545b}from'ckeditor5/src/typing';export default class rt extends _0x8f0f8b{static get['requires'](){return[_0x10545b];}['init'](){this[_0x2e9e('0x3')][_0x2e9e('0x1')][_0x2e9e('0x5')](_0x2e9e('0x2'))[_0x2e9e('0x4')](_0x2e9e('0x0'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4170=['format','_registerLegacyDescription','link','editor','get','locale','plugins','*Remove\x20link*','toLowerCase','key','map','*Set\x20link:*\x20%0','link\x20(','unlink','formatInline','linkHref','has','registerAttributeLabel','registerDescriptionCallback','_enableDefaultAttributesIntegration','LinkEditing','commands','_descriptionFactory','attribute','manualDecorators','afterInit','type'];(function(_0x5ae765,_0x41706a){const _0x3ca98c=function(_0x118344){while(--_0x118344){_0x5ae765['push'](_0x5ae765['shift']());}};_0x3ca98c(++_0x41706a);}(_0x4170,0x1e2));const _0x3ca9=function(_0x5ae765,_0x41706a){_0x5ae765=_0x5ae765-0x0;let _0x3ca98c=_0x4170[_0x5ae765];return _0x3ca98c;};import{Plugin as _0x3fa0d3}from'ckeditor5/src/core';import{getTranslation as _0xd02d8b}from'../utils/common-translations';export default class at extends _0x3fa0d3{[_0x3ca9('0x2')](){const _0x4b5666=this[_0x3ca9('0x7')];if(!_0x4b5666[_0x3ca9('0xa')][_0x3ca9('0x14')](_0x3ca9('0x18')))return;const _0x2c7a83=_0x4b5666[_0x3ca9('0xa')][_0x3ca9('0x8')]('TrackChangesEditing'),_0x86f4d6=_0x4b5666[_0x3ca9('0x19')]['get']('link');_0x2c7a83[_0x3ca9('0x17')](_0x3ca9('0x6'),['linkHref',..._0x86f4d6[_0x3ca9('0x1')][_0x3ca9('0xe')](_0x458f44=>_0x458f44['id'])]),_0x2c7a83[_0x3ca9('0x17')](_0x3ca9('0x11'));for(const _0x233466 of _0x86f4d6['manualDecorators'])_0x2c7a83[_0x3ca9('0x1a')][_0x3ca9('0x15')](_0x233466['id'],_0x3ca9('0x10')+_0x233466['label'][_0x3ca9('0xc')]()+')');_0x2c7a83[_0x3ca9('0x1a')][_0x3ca9('0x16')](_0x4ab2ff=>{if(_0x3ca9('0x0')!=_0x4ab2ff[_0x3ca9('0x3')])return;const {data:_0x3ba3f0}=_0x4ab2ff;if(!_0x3ba3f0||_0x3ca9('0x13')!=_0x3ba3f0[_0x3ca9('0xd')])return;const _0x2e479b=_0x3ba3f0['newValue'],_0x3c9837=_0x4b5666['locale'];return{'type':'format','content':_0x2e479b?_0xd02d8b(_0x3c9837,'*Set\x20link:*\x20%0','\x22'+_0x2e479b+'\x22'):_0xd02d8b(_0x3c9837,'*Remove\x20link*')};}),this['_registerLegacyDescription']();}[_0x3ca9('0x5')](){const _0x3c5bd8=this[_0x3ca9('0x7')],_0x18e188=_0x3c5bd8[_0x3ca9('0x9')];_0x3c5bd8[_0x3ca9('0xa')][_0x3ca9('0x8')]('TrackChangesEditing')[_0x3ca9('0x1a')]['registerDescriptionCallback'](_0x4ebdac=>{if(_0x3ca9('0x12')!=_0x4ebdac[_0x3ca9('0x3')])return;const {data:_0x5b6490}=_0x4ebdac;if(_0x5b6490){if(_0x3ca9('0x6')==_0x5b6490['commandName']){const _0x4c4ea8=_0x5b6490['commandParams'][0x0];return{'type':_0x3ca9('0x4'),'content':_0xd02d8b(_0x18e188,_0x3ca9('0xf'),'\x22'+_0x4c4ea8+'\x22')};}return'unlink'==_0x5b6490['commandName']?{'type':_0x3ca9('0x4'),'content':_0xd02d8b(_0x18e188,_0x3ca9('0xb'))}:void 0x0;}});}}
23
+ const _0x11d6=['_registerLegacyDescription','get','registerAttributeLabel','plugins','formatInline','*Remove\x20link*','format','_descriptionFactory','commands','commandParams','toLowerCase','has','LinkEditing','unlink','registerDescriptionCallback','_enableDefaultAttributesIntegration','link','manualDecorators','map','commandName','linkHref','*Set\x20link:*\x20%0','editor','type','TrackChangesEditing','locale','label'];(function(_0x3fff6a,_0x11d6a2){const _0x3857b1=function(_0x1be355){while(--_0x1be355){_0x3fff6a['push'](_0x3fff6a['shift']());}};_0x3857b1(++_0x11d6a2);}(_0x11d6,0x171));const _0x3857=function(_0x3fff6a,_0x11d6a2){_0x3fff6a=_0x3fff6a-0x0;let _0x3857b1=_0x11d6[_0x3fff6a];return _0x3857b1;};import{Plugin as _0x5c8369}from'ckeditor5/src/core';import{getTranslation as _0x18a30f}from'../utils/common-translations';export default class at extends _0x5c8369{['afterInit'](){const _0x179f8b=this[_0x3857('0x4')];if(!_0x179f8b[_0x3857('0xc')][_0x3857('0x14')](_0x3857('0x15')))return;const _0x131111=_0x179f8b[_0x3857('0xc')]['get'](_0x3857('0x6')),_0x35bee3=_0x179f8b[_0x3857('0x11')][_0x3857('0xa')]('link');_0x131111[_0x3857('0x18')](_0x3857('0x19'),[_0x3857('0x2'),..._0x35bee3[_0x3857('0x1a')][_0x3857('0x0')](_0x99d0d7=>_0x99d0d7['id'])]),_0x131111['_enableDefaultAttributesIntegration'](_0x3857('0x16'));for(const _0x3dceba of _0x35bee3[_0x3857('0x1a')])_0x131111[_0x3857('0x10')][_0x3857('0xb')](_0x3dceba['id'],'link\x20('+_0x3dceba[_0x3857('0x8')][_0x3857('0x13')]()+')');_0x131111['_descriptionFactory'][_0x3857('0x17')](_0x851a32=>{if('attribute'!=_0x851a32['type'])return;const {data:_0x59314f}=_0x851a32;if(!_0x59314f||_0x3857('0x2')!=_0x59314f['key'])return;const _0x395cd4=_0x59314f['newValue'],_0x42135c=_0x179f8b[_0x3857('0x7')];return{'type':_0x3857('0xf'),'content':_0x395cd4?_0x18a30f(_0x42135c,_0x3857('0x3'),'\x22'+_0x395cd4+'\x22'):_0x18a30f(_0x42135c,_0x3857('0xe'))};}),this[_0x3857('0x9')]();}[_0x3857('0x9')](){const _0x133668=this['editor'],_0x20f52d=_0x133668['locale'];_0x133668['plugins'][_0x3857('0xa')](_0x3857('0x6'))[_0x3857('0x10')][_0x3857('0x17')](_0x3a5542=>{if(_0x3857('0xd')!=_0x3a5542[_0x3857('0x5')])return;const {data:_0x39ebfe}=_0x3a5542;if(_0x39ebfe){if(_0x3857('0x19')==_0x39ebfe[_0x3857('0x1')]){const _0x37dc9c=_0x39ebfe[_0x3857('0x12')][0x0];return{'type':_0x3857('0xf'),'content':_0x18a30f(_0x20f52d,_0x3857('0x3'),'\x22'+_0x37dc9c+'\x22')};}return _0x3857('0x16')==_0x39ebfe[_0x3857('0x1')]?{'type':'format','content':_0x18a30f(_0x20f52d,_0x3857('0xe'))}:void 0x0;}});}}