@ckeditor/ckeditor5-track-changes 38.1.0 → 38.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +3 -3
  3. package/src/augmentation.d.ts +36 -36
  4. package/src/commands/acceptsuggestioncommand.d.ts +20 -20
  5. package/src/commands/acceptsuggestioncommand.js +1 -1
  6. package/src/commands/discardsuggestioncommand.d.ts +20 -20
  7. package/src/commands/discardsuggestioncommand.js +1 -1
  8. package/src/commands/executeonallsuggestionscommand.d.ts +20 -20
  9. package/src/commands/executeonallsuggestionscommand.js +1 -1
  10. package/src/commands/executeonselectedsuggestionscommand.d.ts +20 -20
  11. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  12. package/src/commands/trackchangescommand.d.ts +22 -22
  13. package/src/commands/trackchangescommand.js +1 -1
  14. package/src/index.d.ts +12 -12
  15. package/src/integrations/alignment.d.ts +13 -13
  16. package/src/integrations/alignment.js +1 -1
  17. package/src/integrations/basicstyles.d.ts +13 -13
  18. package/src/integrations/basicstyles.js +1 -1
  19. package/src/integrations/blockquote.d.ts +13 -13
  20. package/src/integrations/blockquote.js +1 -1
  21. package/src/integrations/ckbox.d.ts +13 -13
  22. package/src/integrations/ckbox.js +1 -1
  23. package/src/integrations/codeblock.d.ts +13 -13
  24. package/src/integrations/codeblock.js +1 -1
  25. package/src/integrations/comments.d.ts +10 -10
  26. package/src/integrations/comments.js +1 -1
  27. package/src/integrations/deletecommand.d.ts +13 -13
  28. package/src/integrations/deletecommand.js +1 -1
  29. package/src/integrations/documentlist.d.ts +13 -13
  30. package/src/integrations/documentlist.js +1 -1
  31. package/src/integrations/documentlistproperties.d.ts +25 -25
  32. package/src/integrations/documentlistproperties.js +1 -1
  33. package/src/integrations/entercommand.d.ts +12 -12
  34. package/src/integrations/entercommand.js +1 -1
  35. package/src/integrations/findandreplace.d.ts +17 -17
  36. package/src/integrations/findandreplace.js +1 -1
  37. package/src/integrations/font.d.ts +13 -13
  38. package/src/integrations/font.js +1 -1
  39. package/src/integrations/formatpainter.d.ts +13 -13
  40. package/src/integrations/formatpainter.js +1 -1
  41. package/src/integrations/heading.d.ts +13 -13
  42. package/src/integrations/heading.js +1 -1
  43. package/src/integrations/highlight.d.ts +13 -13
  44. package/src/integrations/highlight.js +1 -1
  45. package/src/integrations/horizontalline.d.ts +13 -13
  46. package/src/integrations/horizontalline.js +1 -1
  47. package/src/integrations/htmlembed.d.ts +13 -13
  48. package/src/integrations/htmlembed.js +1 -1
  49. package/src/integrations/image.d.ts +13 -13
  50. package/src/integrations/image.js +1 -1
  51. package/src/integrations/imagereplace.d.ts +19 -19
  52. package/src/integrations/imagereplace.js +1 -1
  53. package/src/integrations/importword.d.ts +14 -14
  54. package/src/integrations/importword.js +1 -1
  55. package/src/integrations/indent.d.ts +13 -13
  56. package/src/integrations/indent.js +1 -1
  57. package/src/integrations/inputcommand.d.ts +12 -12
  58. package/src/integrations/inputcommand.js +1 -1
  59. package/src/integrations/link.d.ts +13 -13
  60. package/src/integrations/link.js +1 -1
  61. package/src/integrations/list.d.ts +13 -13
  62. package/src/integrations/list.js +1 -1
  63. package/src/integrations/listproperties.d.ts +25 -25
  64. package/src/integrations/listproperties.js +1 -1
  65. package/src/integrations/mediaembed.d.ts +13 -13
  66. package/src/integrations/mediaembed.js +1 -1
  67. package/src/integrations/mention.d.ts +13 -13
  68. package/src/integrations/mention.js +1 -1
  69. package/src/integrations/pagebreak.d.ts +13 -13
  70. package/src/integrations/pagebreak.js +1 -1
  71. package/src/integrations/paragraph.d.ts +13 -13
  72. package/src/integrations/paragraph.js +1 -1
  73. package/src/integrations/removeformat.d.ts +13 -13
  74. package/src/integrations/removeformat.js +1 -1
  75. package/src/integrations/restrictededitingmode.d.ts +13 -13
  76. package/src/integrations/restrictededitingmode.js +1 -1
  77. package/src/integrations/shiftentercommand.d.ts +12 -12
  78. package/src/integrations/shiftentercommand.js +1 -1
  79. package/src/integrations/standardeditingmode.d.ts +13 -13
  80. package/src/integrations/standardeditingmode.js +1 -1
  81. package/src/integrations/style.d.ts +14 -14
  82. package/src/integrations/style.js +1 -1
  83. package/src/integrations/table.d.ts +38 -38
  84. package/src/integrations/table.js +1 -1
  85. package/src/integrations/tablecaption.d.ts +18 -18
  86. package/src/integrations/tablecaption.js +1 -1
  87. package/src/integrations/tableclipboard.d.ts +18 -18
  88. package/src/integrations/tableclipboard.js +1 -1
  89. package/src/integrations/tablecolumnresize.d.ts +22 -22
  90. package/src/integrations/tablecolumnresize.js +1 -1
  91. package/src/integrations/tableheadings.d.ts +18 -18
  92. package/src/integrations/tableheadings.js +1 -1
  93. package/src/integrations/tablemergesplit.d.ts +18 -18
  94. package/src/integrations/tablemergesplit.js +1 -1
  95. package/src/integrations/tableofcontents.d.ts +13 -13
  96. package/src/integrations/tableofcontents.js +1 -1
  97. package/src/integrations/tableproperties.d.ts +23 -23
  98. package/src/integrations/tableproperties.js +1 -1
  99. package/src/integrations/template.d.ts +13 -13
  100. package/src/integrations/template.js +1 -1
  101. package/src/integrations/title.d.ts +13 -13
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.d.ts +13 -13
  104. package/src/integrations/undo.js +1 -1
  105. package/src/integrations/utils.d.ts +17 -17
  106. package/src/integrations/utils.js +1 -1
  107. package/src/suggestion.d.ts +266 -266
  108. package/src/suggestion.js +1 -1
  109. package/src/suggestiondescriptionfactory.d.ts +151 -151
  110. package/src/suggestiondescriptionfactory.js +1 -1
  111. package/src/trackchanges.d.ts +240 -240
  112. package/src/trackchanges.js +1 -1
  113. package/src/trackchangesconfig.d.ts +71 -71
  114. package/src/trackchangesdata.d.ts +37 -37
  115. package/src/trackchangesdata.js +1 -1
  116. package/src/trackchangesediting.d.ts +435 -435
  117. package/src/trackchangesediting.js +1 -1
  118. package/src/trackchangesui.d.ts +34 -34
  119. package/src/trackchangesui.js +1 -1
  120. package/src/ui/suggestioncontroller.d.ts +36 -36
  121. package/src/ui/suggestioncontroller.js +1 -1
  122. package/src/ui/view/basesuggestionthreadview.d.ts +166 -166
  123. package/src/ui/view/basesuggestionthreadview.js +1 -1
  124. package/src/ui/view/suggestionthreadview.d.ts +182 -182
  125. package/src/ui/view/suggestionthreadview.js +1 -1
  126. package/src/utils/common-translations.d.ts +5 -5
  127. package/src/utils/common-translations.js +1 -1
  128. package/src/utils/utils.d.ts +26 -26
  129. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4160=['find','get','_descriptionFactory','FontColorEditing','format','commandName','*Reset\x20font\x20size*','*Reset\x20font\x20color*','selection','*Set\x20font\x20color:*\x20%0','fontColor','getRanges','has','_enableCommand','TrackChangesEditing','*Set\x20font\x20background\x20color:*\x20%0','isCollapsed','normalizeSizeOptions','locale','config','fontColor.colors','value','fontSize','FontSize','trim','fontFamily','FontFamilyEditing','change','model','markInlineFormat','label','FontBackgroundColorEditing','plugins','*Set\x20font\x20family:*\x20%0','fontBackgroundColor','*Reset\x20font\x20background\x20color*','registerDescriptionCallback','commandParams','editor','fontBackgroundColor.colors','fontSize.options','afterInit','toLowerCase'];(function(_0x435c0c,_0x416068){const _0x3b01e1=function(_0x5338d7){while(--_0x5338d7){_0x435c0c['push'](_0x435c0c['shift']());}};_0x3b01e1(++_0x416068);}(_0x4160,0x75));const _0x3b01=function(_0x435c0c,_0x416068){_0x435c0c=_0x435c0c-0x0;let _0x3b01e1=_0x4160[_0x435c0c];return _0x3b01e1;};import{Plugin as _0x5b606a}from'ckeditor5/src/core';import{normalizeColorOptions as _0x13a970}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x39da15}from'./utils';import{getTranslation as _0x1d6536}from'../utils/common-translations';const Zt=[{'pluginName':'FontSizeEditing','commandName':_0x3b01('0x22')},{'pluginName':_0x3b01('0x26'),'commandName':'fontFamily'},{'pluginName':_0x3b01('0xf'),'commandName':_0x3b01('0x16')},{'pluginName':_0x3b01('0x0'),'commandName':_0x3b01('0x3')}];export default class H extends _0x5b606a{[_0x3b01('0xa')](){const _0x22835b=this[_0x3b01('0x7')][_0x3b01('0x1e')];for(const {pluginName:_0x447912,commandName:_0x11feaa}of Zt)this[_0x3b01('0x7')]['plugins'][_0x3b01('0x18')](_0x447912)&&this[_0x3b01('0x19')](_0x11feaa);this[_0x3b01('0x7')][_0x3b01('0x1')][_0x3b01('0xd')](_0x3b01('0x1a'))[_0x3b01('0xe')][_0x3b01('0x5')](_0x2a5443=>{const _0x5624b5=_0x22835b['t'],{data:_0x71573c}=_0x2a5443;if(null!=_0x71573c){if(_0x3b01('0x22')==_0x71573c['commandName']){const _0x1316d1=_0x71573c[_0x3b01('0x6')][0x0][_0x3b01('0x21')];if(_0x1316d1){const _0x35aac5=_0x5624b5(this[_0x3b01('0x7')][_0x3b01('0x1')][_0x3b01('0xd')](_0x3b01('0x23'))[_0x3b01('0x1d')](this[_0x3b01('0x7')][_0x3b01('0x1f')][_0x3b01('0xd')](_0x3b01('0x9')))['find'](_0x530efb=>_0x530efb[_0x3b01('0x28')]==_0x1316d1)['title'])['toLowerCase']();return{'type':_0x3b01('0x10'),'content':_0x1d6536(_0x22835b,'*Set\x20font\x20size:*\x20%0',_0x35aac5)};}return{'type':_0x3b01('0x10'),'content':_0x1d6536(_0x22835b,_0x3b01('0x12'))};}if(_0x3b01('0x25')==_0x71573c[_0x3b01('0x11')]){const _0xaa6049=_0x71573c['commandParams'][0x0][_0x3b01('0x21')];return _0xaa6049?{'type':_0x3b01('0x10'),'content':_0x1d6536(_0x22835b,_0x3b01('0x2'),_0xaa6049)}:{'type':'format','content':_0x1d6536(_0x22835b,'*Reset\x20font\x20family*')};}if(_0x3b01('0x16')==_0x71573c['commandName']){const _0x4f2f55=_0x71573c['commandParams'][0x0]['value'];if(_0x4f2f55){const _0x500020=_0x13a970(this[_0x3b01('0x7')][_0x3b01('0x1f')]['get'](_0x3b01('0x20')))[_0x3b01('0xc')](_0x365326=>_0x365326[_0x3b01('0x28')]==_0x4f2f55);let _0x588fda=_0x4f2f55,_0x23815e='';return _0x500020&&(_0x588fda=_0x500020[_0x3b01('0x2a')],_0x23815e=_0x5624b5(_0x588fda)[_0x3b01('0xb')]()),{'type':_0x3b01('0x10'),'content':_0x1d6536(_0x22835b,_0x3b01('0x15'),_0x23815e)[_0x3b01('0x24')](),'color':{'value':_0x4f2f55,'title':_0x23815e||_0x588fda}};}return{'type':_0x3b01('0x10'),'content':_0x1d6536(_0x22835b,_0x3b01('0x13'))};}if('fontBackgroundColor'==_0x71573c[_0x3b01('0x11')]){const _0x454ca3=_0x71573c[_0x3b01('0x6')][0x0][_0x3b01('0x21')];if(_0x454ca3){const _0xb9edd1=_0x13a970(this[_0x3b01('0x7')]['config'][_0x3b01('0xd')](_0x3b01('0x8')))[_0x3b01('0xc')](_0x1c8b50=>_0x1c8b50[_0x3b01('0x28')]==_0x454ca3);let _0xe7d231=_0x454ca3,_0x1a48ca='';return _0xb9edd1&&(_0xe7d231=_0xb9edd1[_0x3b01('0x2a')],_0x1a48ca=_0x5624b5(_0xe7d231)['toLowerCase']()),{'type':'format','content':_0x1d6536(_0x22835b,_0x3b01('0x1b'),_0x1a48ca)[_0x3b01('0x24')](),'color':{'value':_0x454ca3,'title':_0x1a48ca||_0xe7d231}};}return{'type':_0x3b01('0x10'),'content':_0x1d6536(_0x22835b,_0x3b01('0x4'))};}}});}[_0x3b01('0x19')](_0x18b63a){const _0x2ce96d=this['editor'];_0x2ce96d[_0x3b01('0x1')][_0x3b01('0xd')](_0x3b01('0x1a'))['enableCommand'](_0x18b63a,(_0x3e4a1b,_0x2e3f18={})=>{const _0x2e852a=_0x2ce96d[_0x3b01('0x28')]['document'][_0x3b01('0x14')],_0x555d95=_0x2e3f18[_0x3b01('0x21')];_0x2e852a[_0x3b01('0x1c')]?_0x3e4a1b(_0x2e3f18):_0x2ce96d['model'][_0x3b01('0x27')](()=>{const _0x52c791=Array['from'](_0x2e852a[_0x3b01('0x17')]());for(const _0x54c366 of _0x52c791){const _0x4bd644=_0x555d95?[_0x54c366]:_0x39da15(_0x18b63a,_0x54c366,_0x2ce96d[_0x3b01('0x28')]);for(const _0x506b55 of _0x4bd644)_0x2ce96d[_0x3b01('0x1')][_0x3b01('0xd')](_0x3b01('0x1a'))[_0x3b01('0x29')](_0x506b55,{'commandName':_0x18b63a,'commandParams':[{'value':_0x555d95}]});}});});}}
23
+ const _0x5f51=['trim','enableCommand','*Reset\x20font\x20family*','commandName','value','fontFamily','isCollapsed','markInlineFormat','fontBackgroundColor','_descriptionFactory','*Set\x20font\x20background\x20color:*\x20%0','FontFamilyEditing','FontColorEditing','fontSize','has','toLowerCase','getRanges','change','label','from','*Reset\x20font\x20color*','*Set\x20font\x20family:*\x20%0','document','_enableCommand','*Reset\x20font\x20background\x20color*','config','format','fontColor.colors','*Reset\x20font\x20size*','find','selection','fontSize.options','*Set\x20font\x20size:*\x20%0','model','editor','TrackChangesEditing','*Set\x20font\x20color:*\x20%0','plugins','commandParams','title','normalizeSizeOptions','get','fontColor'];(function(_0x2dd46b,_0x5f517d){const _0x57c9ef=function(_0xaf79f8){while(--_0xaf79f8){_0x2dd46b['push'](_0x2dd46b['shift']());}};_0x57c9ef(++_0x5f517d);}(_0x5f51,0x124));const _0x57c9=function(_0x2dd46b,_0x5f517d){_0x2dd46b=_0x2dd46b-0x0;let _0x57c9ef=_0x5f51[_0x2dd46b];return _0x57c9ef;};import{Plugin as _0x1740f4}from'ckeditor5/src/core';import{normalizeColorOptions as _0x34b96e}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x1fd04a}from'./utils';import{getTranslation as _0x22c4fc}from'../utils/common-translations';const Zt=[{'pluginName':'FontSizeEditing','commandName':_0x57c9('0x16')},{'pluginName':_0x57c9('0x14'),'commandName':'fontFamily'},{'pluginName':_0x57c9('0x15'),'commandName':_0x57c9('0x8')},{'pluginName':'FontBackgroundColorEditing','commandName':_0x57c9('0x11')}];export default class H extends _0x1740f4{['afterInit'](){const _0x4e888a=this[_0x57c9('0x0')]['locale'];for(const {pluginName:_0x2170ae,commandName:_0x3edefd}of Zt)this[_0x57c9('0x0')][_0x57c9('0x3')][_0x57c9('0x17')](_0x2170ae)&&this[_0x57c9('0x20')](_0x3edefd);this[_0x57c9('0x0')]['plugins'][_0x57c9('0x7')](_0x57c9('0x1'))[_0x57c9('0x12')]['registerDescriptionCallback'](_0x5e0545=>{const _0x5afe29=_0x4e888a['t'],{data:_0x4d5c87}=_0x5e0545;if(null!=_0x4d5c87){if(_0x57c9('0x16')==_0x4d5c87[_0x57c9('0xc')]){const _0x3fc9bd=_0x4d5c87[_0x57c9('0x4')][0x0][_0x57c9('0xd')];if(_0x3fc9bd){const _0x2be04b=_0x5afe29(this['editor'][_0x57c9('0x3')]['get']('FontSize')[_0x57c9('0x6')](this[_0x57c9('0x0')]['config'][_0x57c9('0x7')](_0x57c9('0x28')))[_0x57c9('0x26')](_0x1016ee=>_0x1016ee['model']==_0x3fc9bd)[_0x57c9('0x5')])[_0x57c9('0x18')]();return{'type':'format','content':_0x22c4fc(_0x4e888a,_0x57c9('0x29'),_0x2be04b)};}return{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x25'))};}if(_0x57c9('0xe')==_0x4d5c87[_0x57c9('0xc')]){const _0x1fc00c=_0x4d5c87[_0x57c9('0x4')][0x0][_0x57c9('0xd')];return _0x1fc00c?{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x1e'),_0x1fc00c)}:{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0xb'))};}if('fontColor'==_0x4d5c87[_0x57c9('0xc')]){const _0x3b40eb=_0x4d5c87[_0x57c9('0x4')][0x0][_0x57c9('0xd')];if(_0x3b40eb){const _0x456b04=_0x34b96e(this[_0x57c9('0x0')]['config'][_0x57c9('0x7')](_0x57c9('0x24')))[_0x57c9('0x26')](_0x693546=>_0x693546[_0x57c9('0x2a')]==_0x3b40eb);let _0x445725=_0x3b40eb,_0x187a5a='';return _0x456b04&&(_0x445725=_0x456b04['label'],_0x187a5a=_0x5afe29(_0x445725)[_0x57c9('0x18')]()),{'type':'format','content':_0x22c4fc(_0x4e888a,_0x57c9('0x2'),_0x187a5a)[_0x57c9('0x9')](),'color':{'value':_0x3b40eb,'title':_0x187a5a||_0x445725}};}return{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x1d'))};}if('fontBackgroundColor'==_0x4d5c87[_0x57c9('0xc')]){const _0x4ee233=_0x4d5c87['commandParams'][0x0][_0x57c9('0xd')];if(_0x4ee233){const _0x326464=_0x34b96e(this['editor'][_0x57c9('0x22')][_0x57c9('0x7')]('fontBackgroundColor.colors'))['find'](_0x261db6=>_0x261db6[_0x57c9('0x2a')]==_0x4ee233);let _0x153791=_0x4ee233,_0x58faec='';return _0x326464&&(_0x153791=_0x326464[_0x57c9('0x1b')],_0x58faec=_0x5afe29(_0x153791)['toLowerCase']()),{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x13'),_0x58faec)['trim'](),'color':{'value':_0x4ee233,'title':_0x58faec||_0x153791}};}return{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x21'))};}}});}['_enableCommand'](_0x2a9535){const _0x3338ee=this[_0x57c9('0x0')];_0x3338ee[_0x57c9('0x3')][_0x57c9('0x7')](_0x57c9('0x1'))[_0x57c9('0xa')](_0x2a9535,(_0x1ed603,_0x53df2f={})=>{const _0x559eab=_0x3338ee['model'][_0x57c9('0x1f')][_0x57c9('0x27')],_0x1417f1=_0x53df2f[_0x57c9('0xd')];_0x559eab[_0x57c9('0xf')]?_0x1ed603(_0x53df2f):_0x3338ee[_0x57c9('0x2a')][_0x57c9('0x1a')](()=>{const _0x55e492=Array[_0x57c9('0x1c')](_0x559eab[_0x57c9('0x19')]());for(const _0x4f8817 of _0x55e492){const _0x21ba14=_0x1417f1?[_0x4f8817]:_0x1fd04a(_0x2a9535,_0x4f8817,_0x3338ee['model']);for(const _0x557777 of _0x21ba14)_0x3338ee[_0x57c9('0x3')][_0x57c9('0x7')]('TrackChangesEditing')[_0x57c9('0x10')](_0x557777,{'commandName':_0x2a9535,'commandParams':[{'value':_0x1417f1}]});}});});}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/formatpainter
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for the Format Painter feature.
7
- */
8
- export default class TrackChangesFormatPainter extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/formatpainter
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for the Format Painter feature.
7
+ */
8
+ export default class TrackChangesFormatPainter extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x213d=['enableCommand','model','length','selection','registerDescriptionCallback','getSelectedBlocks','from','word','getFirstPosition','fontSize','pasteFormat','isCollapsed','_descriptionFactory','getItems','getRanges','get','TrackChangesEditing','copyFormat','FontSize','getLastPosition','join','entries','document','afterInit','split','commandParams','keys','find','isBlock','schema','slice','commandName','createRange','fontColor','format','forward','label','plugins','config','getAttributeProperties','toLowerCase','backward','fontSize.options','fontBackgroundColor','change','isFormatting','editor','push','locale','commands','modifySelection','getAttributes'];(function(_0x13f7a9,_0x213d5f){const _0x28868f=function(_0x30fbd0){while(--_0x30fbd0){_0x13f7a9['push'](_0x13f7a9['shift']());}};_0x28868f(++_0x213d5f);}(_0x213d,0xb7));const _0x2886=function(_0x13f7a9,_0x213d5f){_0x13f7a9=_0x13f7a9-0x0;let _0x28868f=_0x213d[_0x13f7a9];return _0x28868f;};import{Plugin as _0x1d8bf8}from'ckeditor5/src/core';import{normalizeColorOptions as _0x1e50f2}from'ckeditor5/src/ui';import{first as _0x4f4a1f}from'ckeditor5/src/utils';import{getTranslation as _0x133067}from'../utils/common-translations';export default class W extends _0x1d8bf8{[_0x2886('0x30')](){const _0x4d40f2=this[_0x2886('0x13')],_0x430df9=_0x4d40f2[_0x2886('0x1a')],_0x4c9dbd=_0x430df9[_0x2886('0x2f')][_0x2886('0x1c')],_0x52b035=_0x4d40f2['plugins'][_0x2886('0x28')](_0x2886('0x29')),_0x13c046=_0x4d40f2['locale'],_0x3a06f7=_0x4d40f2['commands']['get']('copyFormat'),_0x2bc3ce=_0x4d40f2[_0x2886('0x16')][_0x2886('0x28')]('pasteFormat');_0x3a06f7&&_0x2bc3ce&&(_0x52b035[_0x2886('0x19')](_0x2886('0x23'),(_0x5c4185,_0x3b3c0e={})=>{const _0x171ed2=_0x3b3c0e;_0x430df9[_0x2886('0x11')](()=>{const _0x364f52=Array[_0x2886('0x1f')](_0x4c9dbd[_0x2886('0x27')]()),_0x22c851=_0x4c9dbd[_0x2886('0x24')]?[no(_0x430df9,_0x4c9dbd)]:_0x364f52,_0x1de357=!!_0x4f4a1f(function*(_0x2b4eec,_0x4475ef){const _0x564c1c=_0x5c3282=>!!_0x4f4a1f(function*(_0x101dea,_0x56c79c){for(const [_0x1e49a1]of _0x101dea[_0x2886('0x18')]()){const _0x1ad17e=_0x56c79c[_0x2886('0xc')](_0x1e49a1);_0x1ad17e&&_0x1ad17e[_0x2886('0x12')]&&(yield _0x1e49a1);}}(_0x5c3282,_0x4475ef));for(const _0x402b48 of _0x2b4eec[_0x2886('0x27')]())for(const _0x387fa5 of _0x402b48[_0x2886('0x26')]())!_0x4475ef[_0x2886('0x1')](_0x387fa5)&&_0x564c1c(_0x387fa5)&&(yield _0x387fa5);for(const _0x29964c of _0x2b4eec[_0x2886('0x1e')]())_0x564c1c(_0x29964c)&&(yield _0x29964c);_0x564c1c(_0x2b4eec)&&(yield _0x2b4eec);}(_0x4c9dbd,_0x430df9[_0x2886('0x2')]));if(_0x1de357||0x0!==Object[_0x2886('0x33')](_0x171ed2)[_0x2886('0x1b')])for(const _0x38048e of _0x22c851)_0x52b035['markInlineFormat'](_0x38048e,{'commandName':_0x2886('0x23'),'commandParams':[_0x171ed2]});});}),_0x52b035[_0x2886('0x25')][_0x2886('0x1d')](_0x175c81=>{const {data:_0x2ec78c}=_0x175c81;if(_0x2ec78c&&_0x2886('0x23')===_0x2ec78c[_0x2886('0x4')]){const _0x2bf621=[],_0x1edbe6=_0x2ec78c[_0x2886('0x32')][0x0];for(const [_0x30f44b,_0x5a4528]of Object[_0x2886('0x2e')](_0x1edbe6))_0x2bf621[_0x2886('0x14')](co(_0x4d40f2,_0x30f44b,_0x5a4528));return _0x2bf621[_0x2886('0x1b')]?{'type':_0x2886('0x7'),'content':_0x133067(_0x13c046,'*Set\x20format\x20to:*\x20%0',_0x2bf621[_0x2886('0x2d')](',\x20'))}:{'type':'format','content':_0x133067(_0x13c046,'*Remove\x20all\x20formatting*')};}}),_0x4d40f2[_0x2886('0xa')]['get'](_0x2886('0x29'))[_0x2886('0x19')](_0x2886('0x2a')));}}function no(_0x1aeed6,_0x35cecf){const _0x2478e0=_0x1aeed6['createSelection'](_0x35cecf);_0x1aeed6[_0x2886('0x17')](_0x2478e0,{'unit':_0x2886('0x20'),'direction':_0x2886('0xe')});const _0x1906f7=_0x2478e0[_0x2886('0x21')]();_0x1aeed6[_0x2886('0x17')](_0x2478e0,{'unit':_0x2886('0x20'),'direction':_0x2886('0x8')});const _0x151b47=_0x2478e0[_0x2886('0x2c')]();return _0x1aeed6[_0x2886('0x5')](_0x1906f7,_0x151b47);}function co(_0x1c92b3,_0x3f5df2,_0x20a9f9){const _0x16c112=_0x1c92b3[_0x2886('0x15')]['t'],_0x147b12=_0x3f5df2[_0x2886('0x31')](/(?=[A-Z])/)['join']('\x20'),_0x1f40cf=_0x16c112(_0x147b12['charAt'](0x0)['toUpperCase']()+_0x147b12[_0x2886('0x3')](0x1))[_0x2886('0xd')]();if('boolean'==typeof _0x20a9f9)return _0x1f40cf;if(_0x2886('0x6')===_0x3f5df2||_0x2886('0x10')===_0x3f5df2){const _0x1574b4=_0x1e50f2(_0x1c92b3['config'][_0x2886('0x28')]('fontColor.colors'))['find'](_0x256673=>_0x256673[_0x2886('0x1a')]==_0x20a9f9);return _0x1f40cf+'\x20('+(_0x1574b4?_0x16c112(_0x1574b4[_0x2886('0x9')])['toLowerCase']():_0x20a9f9)+')';}if(_0x2886('0x22')===_0x3f5df2&&isNaN(parseFloat(_0x20a9f9))){const _0x780eda=_0x1c92b3[_0x2886('0xa')][_0x2886('0x28')](_0x2886('0x2b'))['normalizeSizeOptions'](_0x1c92b3[_0x2886('0xb')][_0x2886('0x28')](_0x2886('0xf')))[_0x2886('0x0')](_0x3b9c3a=>_0x3b9c3a[_0x2886('0x1a')]==_0x20a9f9);return _0x1f40cf+'\x20('+(_0x780eda?_0x16c112(_0x780eda['title'])['toLowerCase']():_0x20a9f9)+')';}return _0x1f40cf+'\x20('+_0x20a9f9+')';}
23
+ const _0x19ce=['getLastPosition','keys','charAt','change','createRange','selection','fontSize.options','forward','editor','TrackChangesEditing','isFormatting','format','word','boolean','length','createSelection','config','fontColor.colors','afterInit','getRanges','fontBackgroundColor','toLowerCase','*Remove\x20all\x20formatting*','title','schema','enableCommand','plugins','toUpperCase','split','getItems','getSelectedBlocks','entries','get','push','getAttributes','find','slice','backward','copyFormat','isCollapsed','markInlineFormat','model','locale','label','_descriptionFactory','getAttributeProperties','commandName','pasteFormat','modifySelection','join','fontColor','document'];(function(_0x386608,_0x19ce38){const _0x211ea3=function(_0x4ff406){while(--_0x4ff406){_0x386608['push'](_0x386608['shift']());}};_0x211ea3(++_0x19ce38);}(_0x19ce,0x151));const _0x211e=function(_0x386608,_0x19ce38){_0x386608=_0x386608-0x0;let _0x211ea3=_0x19ce[_0x386608];return _0x211ea3;};import{Plugin as _0x1b806c}from'ckeditor5/src/core';import{normalizeColorOptions as _0x2fca8e}from'ckeditor5/src/ui';import{first as _0x102f7b}from'ckeditor5/src/utils';import{getTranslation as _0xfdf335}from'../utils/common-translations';export default class W extends _0x1b806c{[_0x211e('0x2d')](){const _0x103691=this[_0x211e('0x23')],_0x24475e=_0x103691[_0x211e('0x10')],_0x45899a=_0x24475e[_0x211e('0x1a')][_0x211e('0x20')],_0x271ff8=_0x103691[_0x211e('0x1')][_0x211e('0x7')](_0x211e('0x24')),_0xa72520=_0x103691['locale'],_0x1d9099=_0x103691['commands']['get'](_0x211e('0xd')),_0xece1c2=_0x103691['commands'][_0x211e('0x7')](_0x211e('0x16'));_0x1d9099&&_0xece1c2&&(_0x271ff8[_0x211e('0x0')](_0x211e('0x16'),(_0x5d8a03,_0x35ee8b={})=>{const _0x1956bd=_0x35ee8b;_0x24475e[_0x211e('0x1e')](()=>{const _0x5bbd82=Array['from'](_0x45899a[_0x211e('0x2e')]()),_0x3af1df=_0x45899a[_0x211e('0xe')]?[ro(_0x24475e,_0x45899a)]:_0x5bbd82,_0x33a975=!!_0x102f7b(function*(_0x5743ca,_0x21ffbe){const _0x10c1bd=_0x568cfb=>!!_0x102f7b(function*(_0x1adb20,_0x2823d3){for(const [_0x393a8a]of _0x1adb20[_0x211e('0x9')]()){const _0xc21feb=_0x2823d3[_0x211e('0x14')](_0x393a8a);_0xc21feb&&_0xc21feb[_0x211e('0x25')]&&(yield _0x393a8a);}}(_0x568cfb,_0x21ffbe));for(const _0x36130d of _0x5743ca[_0x211e('0x2e')]())for(const _0x16cac4 of _0x36130d[_0x211e('0x4')]())!_0x21ffbe['isBlock'](_0x16cac4)&&_0x10c1bd(_0x16cac4)&&(yield _0x16cac4);for(const _0x9b94ff of _0x5743ca[_0x211e('0x5')]())_0x10c1bd(_0x9b94ff)&&(yield _0x9b94ff);_0x10c1bd(_0x5743ca)&&(yield _0x5743ca);}(_0x45899a,_0x24475e[_0x211e('0x33')]));if(_0x33a975||0x0!==Object[_0x211e('0x1c')](_0x1956bd)[_0x211e('0x29')])for(const _0x40ebc0 of _0x3af1df)_0x271ff8[_0x211e('0xf')](_0x40ebc0,{'commandName':'pasteFormat','commandParams':[_0x1956bd]});});}),_0x271ff8[_0x211e('0x13')]['registerDescriptionCallback'](_0x715cf5=>{const {data:_0x3f7526}=_0x715cf5;if(_0x3f7526&&'pasteFormat'===_0x3f7526[_0x211e('0x15')]){const _0x40258c=[],_0x1f6e8a=_0x3f7526['commandParams'][0x0];for(const [_0x4fc21c,_0x2ae061]of Object[_0x211e('0x6')](_0x1f6e8a))_0x40258c[_0x211e('0x8')](no(_0x103691,_0x4fc21c,_0x2ae061));return _0x40258c[_0x211e('0x29')]?{'type':_0x211e('0x26'),'content':_0xfdf335(_0xa72520,'*Set\x20format\x20to:*\x20%0',_0x40258c[_0x211e('0x18')](',\x20'))}:{'type':_0x211e('0x26'),'content':_0xfdf335(_0xa72520,_0x211e('0x31'))};}}),_0x103691[_0x211e('0x1')][_0x211e('0x7')](_0x211e('0x24'))[_0x211e('0x0')](_0x211e('0xd')));}}function ro(_0x20a3c2,_0xa2063){const _0x2665d1=_0x20a3c2[_0x211e('0x2a')](_0xa2063);_0x20a3c2[_0x211e('0x17')](_0x2665d1,{'unit':'word','direction':_0x211e('0xc')});const _0x223837=_0x2665d1['getFirstPosition']();_0x20a3c2['modifySelection'](_0x2665d1,{'unit':_0x211e('0x27'),'direction':_0x211e('0x22')});const _0x2c4b0e=_0x2665d1[_0x211e('0x1b')]();return _0x20a3c2[_0x211e('0x1f')](_0x223837,_0x2c4b0e);}function no(_0x4c3dd7,_0x1d3cee,_0x5ec243){const _0x2d8bcb=_0x4c3dd7[_0x211e('0x11')]['t'],_0x69dc1b=_0x1d3cee[_0x211e('0x3')](/(?=[A-Z])/)[_0x211e('0x18')]('\x20'),_0x149b0e=_0x2d8bcb(_0x69dc1b[_0x211e('0x1d')](0x0)[_0x211e('0x2')]()+_0x69dc1b[_0x211e('0xb')](0x1))['toLowerCase']();if(_0x211e('0x28')==typeof _0x5ec243)return _0x149b0e;if(_0x211e('0x19')===_0x1d3cee||_0x211e('0x2f')===_0x1d3cee){const _0x380476=_0x2fca8e(_0x4c3dd7[_0x211e('0x2b')][_0x211e('0x7')](_0x211e('0x2c')))['find'](_0x4ffc43=>_0x4ffc43['model']==_0x5ec243);return _0x149b0e+'\x20('+(_0x380476?_0x2d8bcb(_0x380476[_0x211e('0x12')])[_0x211e('0x30')]():_0x5ec243)+')';}if('fontSize'===_0x1d3cee&&isNaN(parseFloat(_0x5ec243))){const _0x50e20a=_0x4c3dd7[_0x211e('0x1')][_0x211e('0x7')]('FontSize')['normalizeSizeOptions'](_0x4c3dd7['config']['get'](_0x211e('0x21')))[_0x211e('0xa')](_0x44e1a7=>_0x44e1a7['model']==_0x5ec243);return _0x149b0e+'\x20('+(_0x50e20a?_0x2d8bcb(_0x50e20a[_0x211e('0x32')])[_0x211e('0x30')]():_0x5ec243)+')';}return _0x149b0e+'\x20('+_0x5ec243+')';}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/heading
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for heading feature.
7
- */
8
- export default class TrackChangesHeading extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/heading
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for heading feature.
7
+ */
8
+ export default class TrackChangesHeading extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xd353=['blockName','title','*Change\x20to:*\x20%0','find','formatBlock','change','plugins','TrackChangesEditing','ELEMENT_HEADING_CUSTOM','format','ELEMENT_HEADING','checkChild','name','model','schema','heading','document','has','registerDescriptionCallback','markBlockFormat','enableCommand','match','editor','parent','commandParams','get','heading.options','_descriptionFactory','value','from','selection','isObject'];(function(_0x4ef8d3,_0xd35356){const _0x55a22e=function(_0x50c28b){while(--_0x50c28b){_0x4ef8d3['push'](_0x4ef8d3['shift']());}};_0x55a22e(++_0xd35356);}(_0xd353,0x1b0));const _0x55a2=function(_0x4ef8d3,_0xd35356){_0x4ef8d3=_0x4ef8d3-0x0;let _0x55a22e=_0xd353[_0x4ef8d3];return _0x55a22e;};import{Plugin as _0x3ca958}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x29fbd6}from'./utils';import{getTranslation as _0x6ef34b}from'../utils/common-translations';export default class J extends _0x3ca958{['afterInit'](){const _0x105389=this[_0x55a2('0x6')],_0x4e4b10=_0x105389['locale'],_0x49ccee=_0x105389['config'][_0x55a2('0x9')](_0x55a2('0xa'));if(!_0x105389[_0x55a2('0x16')][_0x55a2('0x1')]('HeadingEditing'))return;const _0xf79cd8=_0x105389[_0x55a2('0x16')]['get'](_0x55a2('0x17'));_0xf79cd8[_0x55a2('0x4')](_0x55a2('0x1f'),(_0x47a7b0,_0x791293)=>{const _0x1d59d9=_0x791293[_0x55a2('0xc')],_0x2e2718=Array[_0x55a2('0xd')](this['editor'][_0x55a2('0x1d')][_0x55a2('0x0')][_0x55a2('0xe')]['getSelectedBlocks']())['filter'](_0x568b20=>function(_0x44ddad,_0x4c7f17,_0x40ad35){return _0x40ad35[_0x55a2('0x1b')](_0x44ddad[_0x55a2('0x7')],_0x4c7f17)&&!_0x40ad35[_0x55a2('0xf')](_0x44ddad)&&_0x44ddad[_0x55a2('0x1c')]!=_0x4c7f17;}(_0x568b20,_0x1d59d9,this[_0x55a2('0x6')][_0x55a2('0x1d')][_0x55a2('0x1e')]));_0x105389['model'][_0x55a2('0x15')](()=>{for(const _0xeeaba3 of _0x2e2718)_0xf79cd8[_0x55a2('0x3')](_0xeeaba3,{'commandName':_0x55a2('0x1f'),'commandParams':[_0x791293],'formatGroupId':_0x55a2('0x10')},_0x29fbd6(_0xeeaba3));});});for(const _0x257ad3 of _0x49ccee)'paragraph'!=_0x257ad3[_0x55a2('0x1d')]&&_0xf79cd8[_0x55a2('0xb')]['registerElementLabel'](_0x257ad3[_0x55a2('0x1d')],_0x5de5d8=>{const _0x15e01b=nn(_0x257ad3['model']);return null!==_0x15e01b?_0x334275(_0x5de5d8,_0x15e01b):_0x20ac81(_0x5de5d8,_0x257ad3[_0x55a2('0x11')]);});function _0x334275(_0x142734,_0x536e95){return _0x6ef34b(_0x4e4b10,_0x55a2('0x1a'),[_0x142734,_0x536e95]);}function _0x20ac81(_0x296d39,_0x22abf7){return _0x6ef34b(_0x4e4b10,_0x55a2('0x18'),[_0x296d39,_0x22abf7]);}_0xf79cd8[_0x55a2('0xb')][_0x55a2('0x2')](_0x176347=>{const {type:_0x26ce4c,data:_0x243dcf}=_0x176347;if(_0x55a2('0x14')==_0x26ce4c&&_0x243dcf&&_0x55a2('0x1f')==_0x243dcf['commandName']){const _0x478eed=_0x243dcf[_0x55a2('0x8')][0x0]['value'],_0x4ad4d2=nn(_0x478eed);if(null!==_0x4ad4d2)return{'type':_0x55a2('0x19'),'content':_0x6ef34b(_0x4e4b10,_0x55a2('0x12'),_0x334275(0x1,_0x4ad4d2))};const _0x45f862=_0x49ccee[_0x55a2('0x13')](_0x525631=>_0x525631[_0x55a2('0x1d')]===_0x478eed)[_0x55a2('0x11')];return{'type':_0x55a2('0x19'),'content':_0x6ef34b(_0x4e4b10,_0x55a2('0x12'),_0x20ac81(0x1,_0x45f862))};}});}}function nn(_0x1b5b5b){const _0x4e53f2=_0x1b5b5b[_0x55a2('0x5')](/^heading(\d+)$/);return _0x4e53f2?_0x4e53f2[0x1]:null;}
23
+ const _0x48a6=['has','parent','match','editor','registerElementLabel','commandParams','heading.options','format','formatBlock','getSelectedBlocks','TrackChangesEditing','ELEMENT_HEADING_CUSTOM','change','registerDescriptionCallback','find','plugins','schema','title','config','ELEMENT_HEADING','markBlockFormat','name','_descriptionFactory','enableCommand','model','isObject','get','*Change\x20to:*\x20%0','commandName','heading'];(function(_0x33a9c1,_0x48a643){const _0xa1c79=function(_0xf51e67){while(--_0xf51e67){_0x33a9c1['push'](_0x33a9c1['shift']());}};_0xa1c79(++_0x48a643);}(_0x48a6,0x13d));const _0xa1c7=function(_0x33a9c1,_0x48a643){_0x33a9c1=_0x33a9c1-0x0;let _0xa1c79=_0x48a6[_0x33a9c1];return _0xa1c79;};import{Plugin as _0x73219f}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x181b55}from'./utils';import{getTranslation as _0xa6c1b5}from'../utils/common-translations';export default class J extends _0x73219f{['afterInit'](){const _0x47620c=this['editor'],_0x1458e1=_0x47620c['locale'],_0x4529fb=_0x47620c[_0xa1c7('0x1')][_0xa1c7('0x9')](_0xa1c7('0x13'));if(!_0x47620c[_0xa1c7('0x1c')][_0xa1c7('0xd')]('HeadingEditing'))return;const _0x5c4394=_0x47620c[_0xa1c7('0x1c')][_0xa1c7('0x9')](_0xa1c7('0x17'));_0x5c4394[_0xa1c7('0x6')](_0xa1c7('0xc'),(_0x445775,_0x2ea1ae)=>{const _0x3b67ab=_0x2ea1ae['value'],_0x3fd301=Array['from'](this[_0xa1c7('0x10')]['model']['document']['selection'][_0xa1c7('0x16')]())['filter'](_0x32873f=>function(_0x3fe208,_0x21635b,_0x2383ba){return _0x2383ba['checkChild'](_0x3fe208[_0xa1c7('0xe')],_0x21635b)&&!_0x2383ba[_0xa1c7('0x8')](_0x3fe208)&&_0x3fe208[_0xa1c7('0x4')]!=_0x21635b;}(_0x32873f,_0x3b67ab,this[_0xa1c7('0x10')][_0xa1c7('0x7')][_0xa1c7('0x1d')]));_0x47620c[_0xa1c7('0x7')][_0xa1c7('0x19')](()=>{for(const _0x38aa06 of _0x3fd301)_0x5c4394[_0xa1c7('0x3')](_0x38aa06,{'commandName':_0xa1c7('0xc'),'commandParams':[_0x2ea1ae],'formatGroupId':'blockName'},_0x181b55(_0x38aa06));});});for(const _0x6dfa1c of _0x4529fb)'paragraph'!=_0x6dfa1c['model']&&_0x5c4394[_0xa1c7('0x5')][_0xa1c7('0x11')](_0x6dfa1c[_0xa1c7('0x7')],_0x2ff0dd=>{const _0x433882=nn(_0x6dfa1c[_0xa1c7('0x7')]);return null!==_0x433882?_0xda337f(_0x2ff0dd,_0x433882):_0x4e70c9(_0x2ff0dd,_0x6dfa1c[_0xa1c7('0x0')]);});function _0xda337f(_0x53c3ba,_0x534f5e){return _0xa6c1b5(_0x1458e1,_0xa1c7('0x2'),[_0x53c3ba,_0x534f5e]);}function _0x4e70c9(_0x33cde5,_0x5c670e){return _0xa6c1b5(_0x1458e1,_0xa1c7('0x18'),[_0x33cde5,_0x5c670e]);}_0x5c4394[_0xa1c7('0x5')][_0xa1c7('0x1a')](_0x16aa23=>{const {type:_0x18f825,data:_0x3eea01}=_0x16aa23;if(_0xa1c7('0x15')==_0x18f825&&_0x3eea01&&'heading'==_0x3eea01[_0xa1c7('0xb')]){const _0x50f443=_0x3eea01[_0xa1c7('0x12')][0x0]['value'],_0x170d60=nn(_0x50f443);if(null!==_0x170d60)return{'type':'format','content':_0xa6c1b5(_0x1458e1,_0xa1c7('0xa'),_0xda337f(0x1,_0x170d60))};const _0x1db2b4=_0x4529fb[_0xa1c7('0x1b')](_0x17f396=>_0x17f396[_0xa1c7('0x7')]===_0x50f443)[_0xa1c7('0x0')];return{'type':_0xa1c7('0x14'),'content':_0xa6c1b5(_0x1458e1,_0xa1c7('0xa'),_0x4e70c9(0x1,_0x1db2b4))};}});}}function nn(_0x1f6a28){const _0x500fd7=_0x1f6a28[_0xa1c7('0xf')](/^heading(\d+)$/);return _0x500fd7?_0x500fd7[0x1]:null;}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/highlight
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for highlight feature.
7
- */
8
- export default class TrackChangesHighlight extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/highlight
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for highlight feature.
7
+ */
8
+ export default class TrackChangesHighlight extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4547=['commandName','color','plugins','editor','getLastMatchingPosition','format','isCollapsed','toLowerCase','highlight.options','commandParams','document','selection','TrackChangesEditing','has','push','FORMAT_HIGHLIGHT','getAttribute','title','*Set\x20highlight:*\x20%0','model','getFirstPosition','find','getRanges','_descriptionFactory','afterInit','get','value','item','config','highlight','change','locale','registerDescriptionCallback'];(function(_0x3d2679,_0x4547fa){const _0x2a9364=function(_0x29ab3a){while(--_0x29ab3a){_0x3d2679['push'](_0x3d2679['shift']());}};_0x2a9364(++_0x4547fa);}(_0x4547,0x165));const _0x2a93=function(_0x3d2679,_0x4547fa){_0x3d2679=_0x3d2679-0x0;let _0x2a9364=_0x4547[_0x3d2679];return _0x2a9364;};import{Plugin as _0x84fea6}from'ckeditor5/src/core';import{getTranslation as _0xfdb5f}from'../utils/common-translations';import{getRangesWithAttribute as _0x1371bc}from'./utils';export default class K extends _0x84fea6{[_0x2a93('0x1e')](){const _0x5b0399=this[_0x2a93('0x9')];if(!_0x5b0399[_0x2a93('0x8')][_0x2a93('0x13')]('HighlightEditing'))return;const _0x53a776=_0x5b0399['plugins'][_0x2a93('0x1f')](_0x2a93('0x12'));_0x53a776['enableCommand'](_0x2a93('0x2'),(_0x138899,_0x489fde={})=>{const _0xac2c11=_0x5b0399[_0x2a93('0x19')][_0x2a93('0x10')][_0x2a93('0x11')],_0xf8dd2a=_0xac2c11[_0x2a93('0x16')](_0x2a93('0x2'));let _0x530373=_0x489fde[_0x2a93('0x20')],_0x1566a2=[];if(_0xac2c11[_0x2a93('0xc')]){const _0x474782=_0xac2c11[_0x2a93('0x1a')]();if(!_0xac2c11['hasAttribute'](_0x2a93('0x2')))return void _0x138899(_0x489fde);{const _0x54f2ba=_0x582196=>_0x582196[_0x2a93('0x0')]['getAttribute'](_0x2a93('0x2'))===_0xf8dd2a,_0x31c0f9=_0x474782[_0x2a93('0xa')](_0x54f2ba,{'direction':'backward'}),_0xc4a58d=_0x474782[_0x2a93('0xa')](_0x54f2ba);_0x1566a2=[_0x5b0399[_0x2a93('0x19')]['createRange'](_0x31c0f9,_0xc4a58d)],_0x530373==_0xf8dd2a&&(_0x530373=null);}}else for(const _0x1f2124 of _0xac2c11[_0x2a93('0x1c')]())_0x530373?_0x1566a2[_0x2a93('0x14')](_0x1f2124):_0x1566a2[_0x2a93('0x14')](..._0x1371bc(_0x2a93('0x2'),_0x1f2124,_0x5b0399[_0x2a93('0x19')]));_0x5b0399[_0x2a93('0x19')][_0x2a93('0x3')](()=>{for(const _0x408947 of _0x1566a2)_0x53a776['markInlineFormat'](_0x408947,{'commandName':_0x2a93('0x2'),'commandParams':[{'value':_0x530373}]});});});const _0x4944a8=_0x5b0399[_0x2a93('0x4')];_0x53a776[_0x2a93('0x1d')][_0x2a93('0x5')](_0x55b529=>{const {type:_0x5a7ca6,data:_0x52afbb}=_0x55b529;if('formatInline'==_0x5a7ca6&&_0x52afbb&&_0x2a93('0x2')==_0x52afbb[_0x2a93('0x6')]){const _0x1e1879=_0x4944a8['t'],_0x298192=_0x52afbb[_0x2a93('0xf')][0x0][_0x2a93('0x20')];if(_0x298192){const _0x1ca672=_0x5b0399[_0x2a93('0x1')]['get'](_0x2a93('0xe'))[_0x2a93('0x1b')](_0x381a17=>_0x381a17[_0x2a93('0x19')]==_0x298192),_0x34c755=_0x1e1879(_0x1ca672[_0x2a93('0x17')])[_0x2a93('0xd')]();return{'type':_0x2a93('0xb'),'content':_0xfdb5f(_0x4944a8,_0x2a93('0x18'),_0x34c755),'color':{'value':_0x1ca672[_0x2a93('0x7')],'title':_0x1ca672[_0x2a93('0x17')]}};}return{'type':_0x2a93('0xb'),'content':_0xfdb5f(_0x4944a8,'*Remove\x20highlight*',_0xfdb5f(_0x4944a8,_0x2a93('0x15')))};}});}}
23
+ const _0x3af2=['*Set\x20highlight:*\x20%0','formatInline','model','_descriptionFactory','item','isCollapsed','backward','HighlightEditing','markInlineFormat','commandParams','highlight','registerDescriptionCallback','hasAttribute','format','highlight.options','commandName','config','change','getRanges','get','selection','toLowerCase','has','plugins','color','title','editor','FORMAT_HIGHLIGHT','createRange','getLastMatchingPosition','find','TrackChangesEditing','*Remove\x20highlight*','afterInit','getAttribute'];(function(_0x104d47,_0x3af257){const _0xa01288=function(_0x48973e){while(--_0x48973e){_0x104d47['push'](_0x104d47['shift']());}};_0xa01288(++_0x3af257);}(_0x3af2,0xa8));const _0xa012=function(_0x104d47,_0x3af257){_0x104d47=_0x104d47-0x0;let _0xa01288=_0x3af2[_0x104d47];return _0xa01288;};import{Plugin as _0x535a9c}from'ckeditor5/src/core';import{getTranslation as _0x13afea}from'../utils/common-translations';import{getRangesWithAttribute as _0x4875e1}from'./utils';export default class K extends _0x535a9c{[_0xa012('0x5')](){const _0x7fda4b=this[_0xa012('0x21')];if(!_0x7fda4b[_0xa012('0x1e')][_0xa012('0x1d')](_0xa012('0xe')))return;const _0x17c427=_0x7fda4b[_0xa012('0x1e')][_0xa012('0x1a')](_0xa012('0x3'));_0x17c427['enableCommand']('highlight',(_0xb57e02,_0x37a695={})=>{const _0x571182=_0x7fda4b[_0xa012('0x9')]['document'][_0xa012('0x1b')],_0x254fc7=_0x571182[_0xa012('0x6')](_0xa012('0x11'));let _0x2a3771=_0x37a695['value'],_0x1b1bb4=[];if(_0x571182[_0xa012('0xc')]){const _0x4952a1=_0x571182['getFirstPosition']();if(!_0x571182[_0xa012('0x13')](_0xa012('0x11')))return void _0xb57e02(_0x37a695);{const _0x47f997=_0x133890=>_0x133890[_0xa012('0xb')][_0xa012('0x6')](_0xa012('0x11'))===_0x254fc7,_0x52c5e8=_0x4952a1['getLastMatchingPosition'](_0x47f997,{'direction':_0xa012('0xd')}),_0x5f4ada=_0x4952a1[_0xa012('0x1')](_0x47f997);_0x1b1bb4=[_0x7fda4b['model'][_0xa012('0x0')](_0x52c5e8,_0x5f4ada)],_0x2a3771==_0x254fc7&&(_0x2a3771=null);}}else for(const _0x3281ce of _0x571182[_0xa012('0x19')]())_0x2a3771?_0x1b1bb4['push'](_0x3281ce):_0x1b1bb4['push'](..._0x4875e1('highlight',_0x3281ce,_0x7fda4b[_0xa012('0x9')]));_0x7fda4b[_0xa012('0x9')][_0xa012('0x18')](()=>{for(const _0x3eb54b of _0x1b1bb4)_0x17c427[_0xa012('0xf')](_0x3eb54b,{'commandName':_0xa012('0x11'),'commandParams':[{'value':_0x2a3771}]});});});const _0xe21ee4=_0x7fda4b['locale'];_0x17c427[_0xa012('0xa')][_0xa012('0x12')](_0x487b91=>{const {type:_0x286506,data:_0x2b9a3b}=_0x487b91;if(_0xa012('0x8')==_0x286506&&_0x2b9a3b&&_0xa012('0x11')==_0x2b9a3b[_0xa012('0x16')]){const _0x8c2687=_0xe21ee4['t'],_0x1ec917=_0x2b9a3b[_0xa012('0x10')][0x0]['value'];if(_0x1ec917){const _0x48062b=_0x7fda4b[_0xa012('0x17')][_0xa012('0x1a')](_0xa012('0x15'))[_0xa012('0x2')](_0x2171c0=>_0x2171c0[_0xa012('0x9')]==_0x1ec917),_0x1a04fc=_0x8c2687(_0x48062b[_0xa012('0x20')])[_0xa012('0x1c')]();return{'type':_0xa012('0x14'),'content':_0x13afea(_0xe21ee4,_0xa012('0x7'),_0x1a04fc),'color':{'value':_0x48062b[_0xa012('0x1f')],'title':_0x48062b[_0xa012('0x20')]}};}return{'type':_0xa012('0x14'),'content':_0x13afea(_0xe21ee4,_0xa012('0x4'),_0x13afea(_0xe21ee4,_0xa012('0x22')))};}});}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/horizontalline
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for {@link module:horizontal-line/horizontalline~HorizontalLine horizontal line feature}.
7
- */
8
- export default class TrackChangesHorizontalLine extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/horizontalline
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for {@link module:horizontal-line/horizontalline~HorizontalLine horizontal line feature}.
7
+ */
8
+ export default class TrackChangesHorizontalLine extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4561=['createEmptyElement','HorizontalLineEditing','createPositionAt','for','horizontalLine','locale','addClass','editor','afterInit','conversion','dataDowncast','_descriptionFactory','get','ELEMENT_HORIZONTAL_LINE','plugins','elementToStructure','TrackChangesEditing','high','has','createContainerElement','enableCommand','insert','ck-horizontal-line'];(function(_0x5eb900,_0x45616a){const _0x3054cd=function(_0x3ee789){while(--_0x3ee789){_0x5eb900['push'](_0x5eb900['shift']());}};_0x3054cd(++_0x45616a);}(_0x4561,0x1f2));const _0x3054=function(_0x5eb900,_0x45616a){_0x5eb900=_0x5eb900-0x0;let _0x3054cd=_0x4561[_0x5eb900];return _0x3054cd;};import{Plugin as _0x1de1e9}from'ckeditor5/src/core';import{getTranslation as _0x40f8bc}from'../utils/common-translations';export default class Q extends _0x1de1e9{[_0x3054('0x10')](){const _0x644aed=this[_0x3054('0xf')];if(!_0x644aed[_0x3054('0x16')][_0x3054('0x3')](_0x3054('0x9')))return;_0x644aed[_0x3054('0x16')][_0x3054('0x14')]('TrackChangesEditing')[_0x3054('0x5')](_0x3054('0xc'));const _0x22d82d=_0x644aed[_0x3054('0x16')][_0x3054('0x14')](_0x3054('0x1')),_0x36d025=_0x644aed[_0x3054('0xd')];_0x22d82d[_0x3054('0x13')]['registerElementLabel']('horizontalLine',_0x46b3e3=>_0x40f8bc(_0x36d025,_0x3054('0x15'),_0x46b3e3)),_0x644aed[_0x3054('0x11')][_0x3054('0xb')](_0x3054('0x12'))[_0x3054('0x0')]({'model':'horizontalLine','view':(_0x3c43a7,{writer:_0x5445fe,options:_0xc0f987})=>{if(!_0xc0f987['showSuggestionHighlights'])return null;const _0x2aea20=_0x5445fe[_0x3054('0x4')]('div'),_0x3579ad=_0x5445fe[_0x3054('0x8')]('hr');return _0x5445fe[_0x3054('0xe')](_0x3054('0x7'),_0x2aea20),_0x5445fe[_0x3054('0x6')](_0x5445fe[_0x3054('0xa')](_0x2aea20,0x0),_0x3579ad),_0x2aea20;},'converterPriority':_0x3054('0x2')});}}
23
+ const _0x39c0=['_descriptionFactory','ELEMENT_HORIZONTAL_LINE','TrackChangesEditing','high','has','div','dataDowncast','createContainerElement','conversion','HorizontalLineEditing','horizontalLine','insert','for','createEmptyElement','get','afterInit','elementToStructure','plugins'];(function(_0x39ee05,_0x39c0ca){const _0x40232e=function(_0x19bb84){while(--_0x19bb84){_0x39ee05['push'](_0x39ee05['shift']());}};_0x40232e(++_0x39c0ca);}(_0x39c0,0x157));const _0x4023=function(_0x39ee05,_0x39c0ca){_0x39ee05=_0x39ee05-0x0;let _0x40232e=_0x39c0[_0x39ee05];return _0x40232e;};import{Plugin as _0x270c09}from'ckeditor5/src/core';import{getTranslation as _0x54de12}from'../utils/common-translations';export default class Q extends _0x270c09{[_0x4023('0xe')](){const _0x3d8dc2=this['editor'];if(!_0x3d8dc2['plugins'][_0x4023('0x3')](_0x4023('0x8')))return;_0x3d8dc2[_0x4023('0x10')][_0x4023('0xd')](_0x4023('0x1'))['enableCommand'](_0x4023('0x9'));const _0x525a81=_0x3d8dc2[_0x4023('0x10')][_0x4023('0xd')](_0x4023('0x1')),_0x50c264=_0x3d8dc2['locale'];_0x525a81[_0x4023('0x11')]['registerElementLabel'](_0x4023('0x9'),_0x46741c=>_0x54de12(_0x50c264,_0x4023('0x0'),_0x46741c)),_0x3d8dc2[_0x4023('0x7')][_0x4023('0xb')](_0x4023('0x5'))[_0x4023('0xf')]({'model':'horizontalLine','view':(_0x4a87fe,{writer:_0x41cdb6,options:_0x2e012c})=>{if(!_0x2e012c['showSuggestionHighlights'])return null;const _0x30ef3c=_0x41cdb6[_0x4023('0x6')](_0x4023('0x4')),_0x486b36=_0x41cdb6[_0x4023('0xc')]('hr');return _0x41cdb6['addClass']('ck-horizontal-line',_0x30ef3c),_0x41cdb6[_0x4023('0xa')](_0x41cdb6['createPositionAt'](_0x30ef3c,0x0),_0x486b36),_0x30ef3c;},'converterPriority':_0x4023('0x2')});}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/htmlembed
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for {@link module:html-embed/htmlembed~HtmlEmbed HTML Embed feature}.
7
- */
8
- export default class TrackChangesHtmlEmbed extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/htmlembed
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for {@link module:html-embed/htmlembed~HtmlEmbed HTML Embed feature}.
7
+ */
8
+ export default class TrackChangesHtmlEmbed extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15ac=['editing','document','model','registerElementLabel','locale','enableCommand','getSelectedElement','rawHtmlApi','afterInit','ELEMENT_HTML_EMBED','commandName','view','TrackChangesEditing','plugins','selection','change','value','HtmlEmbed','registerDescriptionCallback','editor','_descriptionFactory','htmlEmbed','getAttribute','*Change\x20%0\x20content*','get','rawHtml','getCustomProperty','format','has','element'];(function(_0x55c3bf,_0x15ac88){const _0x22c968=function(_0x4e7e53){while(--_0x4e7e53){_0x55c3bf['push'](_0x55c3bf['shift']());}};_0x22c968(++_0x15ac88);}(_0x15ac,0x1cc));const _0x22c9=function(_0x55c3bf,_0x15ac88){_0x55c3bf=_0x55c3bf-0x0;let _0x22c968=_0x15ac[_0x55c3bf];return _0x22c968;};import{Plugin as _0x4bb401}from'ckeditor5/src/core';import{getTranslation as _0x50adfc}from'../utils/common-translations';export default class V extends _0x4bb401{[_0x22c9('0x1c')](){const _0x508a15=this[_0x22c9('0x9')];if(!_0x508a15[_0x22c9('0x3')][_0x22c9('0x12')](_0x22c9('0x7')))return;const _0x3e01ea=_0x508a15['plugins']['get'](_0x22c9('0x2')),_0x367d6f=_0x508a15[_0x22c9('0x18')],_0x5b70ff=_0x508a15[_0x22c9('0x14')][_0x22c9('0x1')][_0x22c9('0x15')][_0x22c9('0x4')];_0x3e01ea[_0x22c9('0xa')][_0x22c9('0x17')](_0x22c9('0xf'),_0x112322=>_0x50adfc(_0x367d6f,_0x22c9('0x1d'),_0x112322)),_0x508a15[_0x22c9('0x3')][_0x22c9('0xe')](_0x22c9('0x2'))[_0x22c9('0x19')](_0x22c9('0xb'),(_0x364987,_0x423645)=>{const _0x2995c8=_0x508a15[_0x22c9('0x16')],_0x33dfca=_0x2995c8['document'][_0x22c9('0x4')];_0x2995c8[_0x22c9('0x5')](()=>{const _0x3ac0df=function(_0x26ec9e){const _0x4d6943=_0x26ec9e[_0x22c9('0x1a')]();if(_0x4d6943&&_0x4d6943['is'](_0x22c9('0x13'),_0x22c9('0xf')))return _0x26ec9e['getSelectedElement']();return null;}(_0x33dfca);if(!_0x3ac0df)return void _0x364987(null);const _0x526e70=_0x3ac0df[_0x22c9('0xc')](_0x22c9('0x6'))||'';if(void 0x0===_0x423645)return;if(_0x423645===_0x526e70)return;_0x3e01ea['markBlockFormat'](_0x3ac0df,{'commandName':_0x22c9('0xb'),'commandParams':[_0x423645]}),_0x5b70ff[_0x22c9('0x1a')]()[_0x22c9('0x10')](_0x22c9('0x1b'))['cancel']();});}),_0x3e01ea[_0x22c9('0xa')][_0x22c9('0x8')](_0x6ce16e=>{const {data:_0x33c64b}=_0x6ce16e;if(_0x33c64b&&_0x22c9('0xb')==_0x33c64b[_0x22c9('0x0')]){const _0x19107b=_0x50adfc(_0x367d6f,_0x22c9('0x1d'));return{'type':_0x22c9('0x11'),'content':_0x50adfc(_0x367d6f,_0x22c9('0xd'),_0x19107b)};}});}}
23
+ const _0x5aec=['plugins','getSelectedElement','change','cancel','ELEMENT_HTML_EMBED','format','editing','enableCommand','rawHtml','document','value','afterInit','htmlEmbed','TrackChangesEditing','HtmlEmbed','model','locale','has','view','selection','rawHtmlApi','get','getCustomProperty','_descriptionFactory','editor','commandName'];(function(_0x1ac674,_0x5aecd1){const _0x57fa45=function(_0x42b7fc){while(--_0x42b7fc){_0x1ac674['push'](_0x1ac674['shift']());}};_0x57fa45(++_0x5aecd1);}(_0x5aec,0xd4));const _0x57fa=function(_0x1ac674,_0x5aecd1){_0x1ac674=_0x1ac674-0x0;let _0x57fa45=_0x5aec[_0x1ac674];return _0x57fa45;};import{Plugin as _0xf3d84a}from'ckeditor5/src/core';import{getTranslation as _0x41d67c}from'../utils/common-translations';export default class V extends _0xf3d84a{[_0x57fa('0x7')](){const _0x5bd07b=this[_0x57fa('0x14')];if(!_0x5bd07b[_0x57fa('0x16')][_0x57fa('0xd')](_0x57fa('0xa')))return;const _0x3e85d8=_0x5bd07b[_0x57fa('0x16')][_0x57fa('0x11')](_0x57fa('0x9')),_0x3ab1b0=_0x5bd07b[_0x57fa('0xc')],_0x2695da=_0x5bd07b[_0x57fa('0x2')][_0x57fa('0xe')][_0x57fa('0x5')][_0x57fa('0xf')];_0x3e85d8[_0x57fa('0x13')]['registerElementLabel'](_0x57fa('0x4'),_0x210b0e=>_0x41d67c(_0x3ab1b0,_0x57fa('0x0'),_0x210b0e)),_0x5bd07b['plugins']['get'](_0x57fa('0x9'))[_0x57fa('0x3')](_0x57fa('0x8'),(_0xa35350,_0x5634e5)=>{const _0x2e0189=_0x5bd07b[_0x57fa('0xb')],_0x11e24e=_0x2e0189[_0x57fa('0x5')]['selection'];_0x2e0189[_0x57fa('0x18')](()=>{const _0x5be38c=function(_0x583cf8){const _0x15ac08=_0x583cf8['getSelectedElement']();if(_0x15ac08&&_0x15ac08['is']('element',_0x57fa('0x4')))return _0x583cf8['getSelectedElement']();return null;}(_0x11e24e);if(!_0x5be38c)return void _0xa35350(null);const _0x129a5f=_0x5be38c['getAttribute'](_0x57fa('0x6'))||'';if(void 0x0===_0x5634e5)return;if(_0x5634e5===_0x129a5f)return;_0x3e85d8['markBlockFormat'](_0x5be38c,{'commandName':_0x57fa('0x8'),'commandParams':[_0x5634e5]}),_0x2695da[_0x57fa('0x17')]()[_0x57fa('0x12')](_0x57fa('0x10'))[_0x57fa('0x19')]();});}),_0x3e85d8[_0x57fa('0x13')]['registerDescriptionCallback'](_0x5c95f9=>{const {data:_0x2e7f14}=_0x5c95f9;if(_0x2e7f14&&'htmlEmbed'==_0x2e7f14[_0x57fa('0x15')]){const _0x1cc78c=_0x41d67c(_0x3ab1b0,_0x57fa('0x0'));return{'type':_0x57fa('0x1'),'content':_0x41d67c(_0x3ab1b0,'*Change\x20%0\x20content*',_0x1cc78c)};}});}}
@@ -1,13 +1,13 @@
1
- /**
2
- * @module track-changes/integrations/image
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- /**
6
- * Provides track changes plugin integration for {@link module:image/image~Image image feature}.
7
- */
8
- export default class TrackChangesImage extends Plugin {
9
- /**
10
- * @inheritDoc
11
- */
12
- afterInit(): void;
13
- }
1
+ /**
2
+ * @module track-changes/integrations/image
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for {@link module:image/image~Image image feature}.
7
+ */
8
+ export default class TrackChangesImage extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x55d0=['toLowerCase','toNext','markInlineFormat','getFirstRange','getContainedElement','ImageUtils','toPrevious','formatBlock','change','Block\x20image\x20to\x20inline\x20image','getSuggestion','element','findIndex','registerDescriptionCallback','getAttribute','ImageUploadEditing','isOwn','getCaptionFromImageModelElement','commandParams','alt','ImageInlineEditing','subType','isInContent','_splitMarkerName','registerElementLabel','isIntersecting','schema','length','convertInlineImageToBlock','plugins','newRange','discardSuggestion','commandReversedParams','getSuggestionCallback','backward','editor','format','isBefore','filter','detach','model','isInlineImage','ImageBlockEditing','join','commands','*Remove\x20image\x20text\x20alternative*','ImageResize','discard','insertImage','refresh','nodeBefore','title','value','forward','head','imageTypeInline','imageInline','afterInit','_findSuggestions','ImageEditing','uploadImage','insertion','imageTextAlternative','*Reset\x20image\x20width*','selection','ImageCaptionEditing','*Set\x20image\x20text\x20alternative:*\x20%0','ImageStyleEditing','name','author','ImageTextAlternativeEditing','nodeAfter','find','end','imageTypeBlock','imageStylePreApply','has','createRange','caption','ELEMENT_CAPTION','ImageCaptionUtils','markInsertion','isBlockImage','from','hasAttribute','type','imageCaption','ELEMENT_IMAGE','chain','markBlockFormat','getClosestSelectedImageElement','registerPostFixer','forEach','locale','start','suggestion','previous','side','_suggestionFactory','_descriptionFactory','deletion','removeObject','get','imageStylePostApply','document','imageStyle','convertBlockImageToInline','registerCustomCallback','newValue','resizeImage','getNearestSelectionRange','createRangeOn','commandName','FORMAT_SIDE_IMAGE','isCollapsed','formatInline','fromPosition','width','isEqual','markDeletion','imageBlock','next','Users','enableCommand','ELEMENT_INLINE_IMAGE','accept'];(function(_0x111bc7,_0x55d02b){const _0x37b1ad=function(_0x104de1){while(--_0x104de1){_0x111bc7['push'](_0x111bc7['shift']());}};_0x37b1ad(++_0x55d02b);}(_0x55d0,0xab));const _0x37b1=function(_0x111bc7,_0x55d02b){_0x111bc7=_0x111bc7-0x0;let _0x37b1ad=_0x55d0[_0x111bc7];return _0x37b1ad;};import{Plugin as _0x1baf37}from'ckeditor5/src/core';import{LivePosition as _0x15fed5}from'ckeditor5/src/engine';import{uid as _0x196e76}from'ckeditor5/src/utils';import{getTranslation as _0xbc624a}from'../utils/common-translations';export default class X extends _0x1baf37{[_0x37b1('0xc')](){const _0x39120f=this[_0x37b1('0x74')];if(!_0x39120f[_0x37b1('0x6e')]['has'](_0x37b1('0xe')))return;const _0x27558a=_0x39120f['plugins'][_0x37b1('0x39')]('TrackChangesEditing'),_0x127c2b=_0x39120f['plugins'][_0x37b1('0x39')](_0x37b1('0x56')),_0x15ed98={},_0x387dc9=_0x39120f[_0x37b1('0x30')];if(_0x27558a[_0x37b1('0x4e')](_0x37b1('0x3')),_0x27558a[_0x37b1('0x36')][_0x37b1('0x69')](_0x37b1('0x4b'),_0x4bad36=>_0xbc624a(_0x387dc9,_0x37b1('0x2a'),_0x4bad36)),_0x27558a['_descriptionFactory'][_0x37b1('0x69')](_0x37b1('0xb'),_0x50a2ea=>_0xbc624a(_0x387dc9,_0x37b1('0x4f'),_0x50a2ea)),_0x27558a[_0x37b1('0x36')][_0x37b1('0x69')](_0x37b1('0x21'),()=>_0xbc624a(_0x387dc9,_0x37b1('0x22'))),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x60'))&&_0x27558a['enableCommand'](_0x37b1('0xf')),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x7b'))&&_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x65'))&&(_0x27558a[_0x37b1('0x4e')](_0x37b1('0xa'),(_0x10a456,_0x3eef00)=>{const _0x3824f4=_0x127c2b['getClosestSelectedImageElement'](_0x39120f['model'][_0x37b1('0x3b')][_0x37b1('0x13')]);_0x39120f[_0x37b1('0x79')][_0x37b1('0x59')](()=>{_0x27558a[_0x37b1('0x2c')](_0x3824f4,{'commandName':_0x37b1('0xa'),'commandParams':[_0x3eef00]},[],_0x37b1('0x3d'));});}),_0x27558a['enableCommand'](_0x37b1('0x1d'),(_0x27dd76,_0x6a1f0)=>{_0x39120f[_0x37b1('0x79')]['change'](_0x2e3541=>{let _0x16cd9e=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]),_0x140770=_0x2e3541['createRangeOn'](_0x16cd9e);const _0x23bd7c=_0x15fed5[_0x37b1('0x47')](_0x140770[_0x37b1('0x31')],_0x37b1('0x57')),_0x2af0a4=_0x15fed5[_0x37b1('0x47')](_0x140770['end'],_0x37b1('0x52'));_0x27558a['forceDefaultExecution'](()=>_0x27dd76(_0x6a1f0)),_0x16cd9e=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')][_0x37b1('0x13')]),_0x140770=_0x2e3541[_0x37b1('0x42')](_0x16cd9e);const _0x36f404=_0x2e3541[_0x37b1('0x20')](_0x23bd7c,_0x2af0a4);_0x23bd7c[_0x37b1('0x78')](),_0x2af0a4[_0x37b1('0x78')](),_0x27558a['markBlockFormat'](_0x16cd9e,{'commandName':_0x37b1('0xa'),'commandParams':[]},[],_0x37b1('0x6d')),_0x36f404[_0x37b1('0x31')][_0x37b1('0x76')](_0x140770['start'])&&_0x27558a['markInsertion'](_0x2e3541[_0x37b1('0x20')](_0x36f404['start'],_0x140770[_0x37b1('0x31')]),'convertInlineImageToBlock'),_0x140770['end']['isBefore'](_0x36f404[_0x37b1('0x1c')])&&_0x27558a[_0x37b1('0x24')](_0x2e3541[_0x37b1('0x20')](_0x140770[_0x37b1('0x1c')],_0x36f404[_0x37b1('0x1c')]),_0x37b1('0x6d'));});}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x6d'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),_0x37b1('0x6d'),'accept',()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x6d'),_0x37b1('0x2'),_0x27558a[_0x37b1('0x35')][_0x37b1('0x72')]('formatBlock','',_0x37b1('0x50'))),_0x27558a['_suggestionFactory']['registerCustomCallback'](_0x37b1('0x10'),'convertInlineImageToBlock',_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x10'),_0x37b1('0x6d'),_0x37b1('0x2'),([_0x398001])=>{const _0x250987=_0x27558a[_0x37b1('0x35')][_0x37b1('0x72')](_0x37b1('0x10'),'','discard');let _0x519b57=_0x398001[_0x37b1('0x31')],_0x42460a=_0x398001[_0x37b1('0x1c')];const _0x1ffd25=_0x39120f[_0x37b1('0x79')]['schema'][_0x37b1('0x41')](_0x519b57,_0x37b1('0x73')),_0x28c14d=_0x39120f[_0x37b1('0x79')][_0x37b1('0x6b')][_0x37b1('0x41')](_0x42460a,_0x37b1('0x8'));_0x1ffd25[_0x37b1('0x45')]&&(_0x519b57=_0x1ffd25[_0x37b1('0x31')]),_0x28c14d[_0x37b1('0x45')]&&(_0x42460a=_0x28c14d['end']),_0x250987([_0x39120f[_0x37b1('0x79')][_0x37b1('0x20')](_0x519b57,_0x42460a)]);}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),'convertInlineImageToBlock','chain',_0x3a62f6),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x10'),'convertInlineImageToBlock',_0x37b1('0x2b'),_0x3a62f6)),_0x39120f[_0x37b1('0x6e')]['has'](_0x37b1('0x14'))&&(_0x27558a[_0x37b1('0x4e')]('toggleImageCaption',(_0x4cf244,_0x3c427c)=>{const _0x875e06=_0x39120f[_0x37b1('0x6e')][_0x37b1('0x39')](_0x37b1('0x23'));let _0x47b0da=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')][_0x37b1('0x13')]),_0x410672=_0x875e06[_0x37b1('0x62')](_0x47b0da);_0x39120f[_0x37b1('0x79')][_0x37b1('0x59')](()=>{if(_0x410672)return void _0x27558a[_0x37b1('0x4a')](_0x39120f[_0x37b1('0x79')]['createRangeOn'](_0x410672));const _0x2a0263=_0x127c2b[_0x37b1('0x25')](_0x47b0da);_0x4cf244(_0x3c427c),_0x47b0da=_0x127c2b['getClosestSelectedImageElement'](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')][_0x37b1('0x13')]),_0x410672=_0x875e06['getCaptionFromImageModelElement'](_0x47b0da),_0x27558a[_0x37b1('0x24')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x42')](_0x410672),_0x2a0263?null:'imageCaption');});}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x10'),_0x37b1('0x29'),_0x37b1('0x2b'),_0x3a62f6)),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x16'))){_0x27558a[_0x37b1('0x4e')]('imageStyle',(_0x4f4c51,_0x47df7)=>{const _0x50902a=_0x39120f[_0x37b1('0x6e')][_0x37b1('0x39')](_0x37b1('0x4d'))['me'],_0x31e189=_0x39120f[_0x37b1('0x7d')][_0x37b1('0x39')](_0x37b1('0x3c'));let _0x2a0649=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]),_0xdc7629=_0x39120f[_0x37b1('0x79')][_0x37b1('0x42')](_0x2a0649),_0x1fbec7=_0x31e189[_0x37b1('0x7')];if(_0x1fbec7==_0x47df7[_0x37b1('0x7')])return;const _0x5657d3={'commandName':_0x37b1('0x3c'),'commandParams':[_0x47df7],'formatGroupId':_0x196e76()};_0x39120f['model'][_0x37b1('0x59')](()=>{if(_0x27558a['getSuggestions']()['filter'](_0x4c3f01=>_0x4c3f01[_0x37b1('0x67')]&&_0x50902a==_0x4c3f01[_0x37b1('0x18')]&&(_0x37b1('0x58')==_0x4c3f01[_0x37b1('0x28')]||_0x37b1('0x46')==_0x4c3f01[_0x37b1('0x28')])&&(_0x37b1('0x1e')==_0x4c3f01[_0x37b1('0x66')]||_0x37b1('0x3a')==_0x4c3f01[_0x37b1('0x66')])&&_0x4c3f01[_0x37b1('0x54')]()[_0x37b1('0x49')](_0xdc7629))[_0x37b1('0x2f')](_0x4ac23b=>_0x27558a[_0x37b1('0x70')](_0x4ac23b[_0x37b1('0x9')])),_0x2a0649=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')]['selection']),_0xdc7629=_0x39120f[_0x37b1('0x79')]['createRangeOn'](_0x2a0649),_0x31e189[_0x37b1('0x4')](),_0x39120f['commands']['get'](_0x37b1('0xa'))[_0x37b1('0x4')](),_0x39120f[_0x37b1('0x7d')][_0x37b1('0x39')](_0x37b1('0x1d'))[_0x37b1('0x4')](),_0x1fbec7=_0x31e189['value'],_0x1fbec7!=_0x47df7['value'])return _0x127c2b[_0x37b1('0x7a')](_0x2a0649)&&_0x31e189['shouldConvertImageType'](_0x47df7[_0x37b1('0x7')],_0x2a0649)?(_0x4f4c51(_0x47df7),_0x2a0649=_0x127c2b[_0x37b1('0x2d')](_0x39120f['model'][_0x37b1('0x3b')][_0x37b1('0x13')]),void _0x27558a[_0x37b1('0x2c')](_0x2a0649,{..._0x5657d3,'commandReversedParams':[{'value':_0x1fbec7||null}]},[],_0x37b1('0x1e'))):void(_0x127c2b[_0x37b1('0x25')](_0x2a0649)?_0x27558a['markBlockFormat'](_0x2a0649,_0x5657d3,[],_0x37b1('0x3a')):_0x27558a[_0x37b1('0x53')](_0xdc7629,_0x5657d3,'imageStylePostApply'));});});for(const _0x479c67 of _0x39120f[_0x37b1('0x6e')][_0x37b1('0x39')](_0x37b1('0x16'))['normalizedStyles'])_0x15ed98[_0x479c67[_0x37b1('0x17')]]=_0x479c67[_0x37b1('0x6')][_0x37b1('0x51')]();_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),_0x37b1('0x1e'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x3a'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x46'),_0x37b1('0x3a'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback']('formatBlock',_0x37b1('0x1e'),_0x37b1('0x50'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x1e'),_0x37b1('0x2'),(_0x184b3f,_0x1266d9)=>{_0x27558a[_0x37b1('0x35')]['getSuggestionCallback'](_0x37b1('0x58'),'','accept')(_0x184b3f,{'commandName':_0x1266d9[_0x37b1('0x43')],'commandParams':_0x1266d9[_0x37b1('0x71')]});}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),_0x37b1('0x1e'),_0x37b1('0x2b'),_0x3a62f6);}const _0x3ef0b0=[{'type':_0x37b1('0x58'),'subType':'imageStylePreApply'},{'type':_0x37b1('0x10'),'subType':_0x37b1('0x29')},{'type':'formatBlock','subType':_0x37b1('0x6d')},{'type':_0x37b1('0x10'),'subType':_0x37b1('0x6d')}];function _0x3c6ee2(_0x475e6d,_0x5875f3){const _0x4f9a58=_0x3ef0b0['findIndex'](({type:_0x153544,subType:_0x1cb330})=>_0x475e6d[_0x37b1('0x28')]==_0x153544&&_0x475e6d['subType']==_0x1cb330),_0x56ab4c=_0x3ef0b0[_0x37b1('0x5d')](({type:_0x377994,subType:_0x1c1c17})=>_0x5875f3['type']==_0x377994&&_0x5875f3['subType']==_0x1c1c17);if(_0x4f9a58<0x0||_0x56ab4c<0x0)return!0x1;const _0x36335c=_0x475e6d['getFirstRange'](),_0x511f9c=_0x5875f3[_0x37b1('0x54')]();if((0x0==_0x4f9a58||0x1==_0x4f9a58)&&0x2==_0x56ab4c&&_0x36335c[_0x37b1('0x6a')](_0x511f9c))return!0x0;if(0x2==_0x4f9a58&&0x3==_0x56ab4c){const _0x39a527=_0x27558a[_0x37b1('0xd')](_0x36335c,_0x37b1('0x10'))[_0x37b1('0x77')](({suggestion:_0x23c009,meta:_0x3c4ac6})=>_0x3c4ac6[_0x37b1('0x61')]&&_0x37b1('0x6d')==_0x23c009['subType']);if(_0x39a527['length']>0x1&&_0x511f9c[_0x37b1('0x1c')]['isEqual'](_0x36335c[_0x37b1('0x31')]))return!0x0;if(0x1==_0x39a527[_0x37b1('0x6c')]&&(_0x36335c['start'][_0x37b1('0x49')](_0x511f9c[_0x37b1('0x1c')])||_0x36335c[_0x37b1('0x1c')]['isEqual'](_0x511f9c[_0x37b1('0x31')])))return!0x0;}if(0x3==_0x4f9a58&&0x3==_0x56ab4c&&_0x36335c[_0x37b1('0x31')][_0x37b1('0x76')](_0x511f9c[_0x37b1('0x31')])){const _0x1752aa=_0x36335c[_0x37b1('0x1c')][_0x37b1('0x1a')],_0x4f8a6b=_0x511f9c['start'][_0x37b1('0x5')];return _0x127c2b[_0x37b1('0x25')](_0x1752aa)&&_0x1752aa===_0x4f8a6b;}return!0x1;}function _0x3a62f6(_0x57669c,_0x38dc00){return _0x3c6ee2(_0x57669c,_0x38dc00)?[_0x57669c,_0x38dc00]:_0x3c6ee2(_0x38dc00,_0x57669c)?[_0x38dc00,_0x57669c]:null;}_0x39120f['model'][_0x37b1('0x3b')][_0x37b1('0x2e')](()=>{let _0x4d51ad=!0x1;const _0x3fd415=Array[_0x37b1('0x26')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')]['differ']['getChangedMarkers']());for(const {name:_0x379f4a,data:_0x4e1f6c}of _0x3fd415){const {group:_0x1b9d91,type:_0x53e416,subType:_0x4c14c2,id:_0x5dce9a}=_0x27558a[_0x37b1('0x68')](_0x379f4a);if(_0x37b1('0x32')==_0x1b9d91&&_0x27558a['hasSuggestion'](_0x5dce9a)){if('formatBlock'==_0x53e416&&(_0x37b1('0x1e')==_0x4c14c2||'imageStylePostApply'==_0x4c14c2)){const _0x4a8b33=_0x27558a[_0x37b1('0x5b')](_0x5dce9a);if(_0x4e1f6c[_0x37b1('0x6f')]){const _0x2b67ad=_0x4a8b33[_0x37b1('0x54')]()[_0x37b1('0x55')]();if(_0x127c2b[_0x37b1('0x25')](_0x2b67ad))continue;_0x27558a['discardSuggestion'](_0x4a8b33),_0x4d51ad=!0x0;}}if(_0x37b1('0x10')==_0x53e416&&_0x37b1('0x29')==_0x4c14c2&&!_0x4e1f6c['newRange']){const _0x57e745=_0x27558a[_0x37b1('0x5b')](_0x5dce9a);_0x57e745[_0x37b1('0x4c')]&&_0x57e745[_0x37b1('0x4c')]['isInContent']&&(_0x27558a['discardSuggestion'](_0x57e745['next']),_0x4d51ad=!0x0);}}}return _0x4d51ad;}),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x1'))&&_0x27558a[_0x37b1('0x4e')](_0x37b1('0x40'),(_0x214891,_0x1e24ae)=>{const _0x170353=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]);_0x170353[_0x37b1('0x5f')]('width')!=_0x1e24ae[_0x37b1('0x48')]&&_0x39120f['model'][_0x37b1('0x59')](()=>{_0x27558a[_0x37b1('0x2c')](_0x170353,{'commandName':_0x37b1('0x40'),'commandParams':[_0x1e24ae]});});}),_0x39120f['plugins'][_0x37b1('0x1f')](_0x37b1('0x19'))&&_0x27558a[_0x37b1('0x4e')](_0x37b1('0x11'),(_0x2358d0,_0x560a36)=>{const _0x55d7c6=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]);(_0x55d7c6[_0x37b1('0x27')](_0x37b1('0x64'))?_0x55d7c6[_0x37b1('0x5f')]('alt'):'')!=_0x560a36[_0x37b1('0x3f')]&&_0x39120f['model'][_0x37b1('0x59')](()=>{_0x27558a[_0x37b1('0x2c')](_0x55d7c6,{'commandName':_0x37b1('0x11'),'commandParams':[_0x560a36]});});}),_0x27558a['_descriptionFactory']['registerDescriptionCallback'](_0x28c239=>{if(!!_0x3ef0b0[_0x37b1('0x1b')](({type:_0x19297b,subType:_0x39f0f2})=>_0x28c239[_0x37b1('0x28')]==_0x19297b&&_0x28c239[_0x37b1('0x66')]==_0x39f0f2))return _0x28c239[_0x37b1('0x33')]?{}:void 0x0;}),_0x27558a['_descriptionFactory'][_0x37b1('0x5e')](_0x539016=>{if(_0x37b1('0x10')==_0x539016['type']||_0x37b1('0x37')==_0x539016[_0x37b1('0x28')]){const _0x38d51f=_0x539016[_0x37b1('0x55')]();if(_0x38d51f&&_0x38d51f['is'](_0x37b1('0x5c'),'caption'))return{'type':_0x37b1('0x10')==_0x539016[_0x37b1('0x28')]?'addObject':_0x37b1('0x38'),'element':_0x38d51f,'quantity':0x1};}}),_0x27558a['_descriptionFactory'][_0x37b1('0x5e')](_0x3b76c1=>_0x37b1('0x58')==_0x3b76c1['type']&&_0x37b1('0x6d')==_0x3b76c1[_0x37b1('0x66')]?{'type':_0x37b1('0x75'),'content':'Inline\x20image\x20to\x20block\x20image'}:_0x37b1('0x58')==_0x3b76c1[_0x37b1('0x28')]&&'convertBlockImageToInline'==_0x3b76c1['subType']?{'type':_0x37b1('0x75'),'content':_0x37b1('0x5a')}:void 0x0),_0x27558a[_0x37b1('0x36')][_0x37b1('0x5e')](_0x526fb5=>{const {data:_0x13c1ae}=_0x526fb5;if(_0x13c1ae){if(_0x37b1('0x3c')==_0x13c1ae[_0x37b1('0x43')]){const _0x3ac872=_0x13c1ae[_0x37b1('0x63')][0x0]['value'];return _0x3ab4c2(_0x37b1('0x34')===_0x3ac872?_0xbc624a(_0x387dc9,_0x37b1('0x44')):_0x15ed98[_0x3ac872]||_0x3ac872);}if(_0x37b1('0x11')==_0x13c1ae[_0x37b1('0x43')]){const _0x2b6777=_0x13c1ae[_0x37b1('0x63')][0x0]['newValue'];return _0x2b6777?{'type':'format','content':_0xbc624a(_0x387dc9,_0x37b1('0x15'),'\x22'+_0x2b6777+'\x22')}:{'type':_0x37b1('0x75'),'content':_0xbc624a(_0x387dc9,_0x37b1('0x0'))};}if(_0x37b1('0x40')==_0x13c1ae[_0x37b1('0x43')]){const _0x15b312=_0x13c1ae[_0x37b1('0x63')][0x0][_0x37b1('0x48')];return _0x15b312?{'type':_0x37b1('0x75'),'content':_0xbc624a(_0x387dc9,'*Set\x20image\x20width:*\x20%0',_0x15b312)}:{'type':'format','content':_0xbc624a(_0x387dc9,_0x37b1('0x12'))};}}function _0x3ab4c2(_0x494447){return{'type':_0x37b1('0x75'),'content':_0xbc624a(_0x387dc9,'*Format:*\x20%0',_0x494447)};}});}}
23
+ const _0x4832=['ImageResize','discardSuggestion','accept','commands','*Set\x20image\x20text\x20alternative:*\x20%0','commandName','afterInit','end','title','ImageTextAlternativeEditing','_findSuggestions','_splitMarkerName','_descriptionFactory','newValue','isInlineImage','getAttribute','previous','isCollapsed','has','plugins','ImageUtils','normalizedStyles','getSuggestion','getCaptionFromImageModelElement','markBlockFormat','format','find','imageInline','chain','isEqual','imageTypeInline','forceDefaultExecution','isBlockImage','start','length','TrackChangesEditing','type','forEach','editor','markInlineFormat','ImageInlineEditing','alt','ImageEditing','enableCommand','createRange','next','ImageStyleEditing','hasSuggestion','selection','isInContent','document','imageBlock','uploadImage','isIntersecting','model','*Format:*\x20%0','ELEMENT_CAPTION','insertion','subType','getChangedMarkers','imageTextAlternative','refresh','join','head','width','addObject','ELEMENT_IMAGE','Users','resizeImage','caption','insertImage','getContainedElement','schema','shouldConvertImageType','toLowerCase','markInsertion','formatInline','isOwn','createRangeOn','discard','*Remove\x20image\x20text\x20alternative*','imageStyle','getFirstRange','toPrevious','detach','getSuggestions','commandParams','formatBlock','imageTypeBlock','ImageUploadEditing','isBefore','value','commandReversedParams','name','convertInlineImageToBlock','getNearestSelectionRange','removeObject','forward','differ','change','convertBlockImageToInline','get','filter','registerElementLabel','imageCaption','author','registerDescriptionCallback','fromPosition','markDeletion','getSuggestionCallback','*Set\x20image\x20width:*\x20%0','toNext','imageStylePostApply','ImageCaptionEditing','imageStylePreApply','ImageBlockEditing','Inline\x20image\x20to\x20block\x20image','toggleImageCaption','FORMAT_SIDE_IMAGE','element','findIndex','registerCustomCallback','_suggestionFactory','getClosestSelectedImageElement'];(function(_0x473927,_0x483250){const _0x55109b=function(_0x2d6daa){while(--_0x2d6daa){_0x473927['push'](_0x473927['shift']());}};_0x55109b(++_0x483250);}(_0x4832,0x18f));const _0x5510=function(_0x473927,_0x483250){_0x473927=_0x473927-0x0;let _0x55109b=_0x4832[_0x473927];return _0x55109b;};import{Plugin as _0x5217e2}from'ckeditor5/src/core';import{LivePosition as _0x45527a}from'ckeditor5/src/engine';import{uid as _0x3ba11d}from'ckeditor5/src/utils';import{getTranslation as _0x270c08}from'../utils/common-translations';export default class X extends _0x5217e2{[_0x5510('0x67')](){const _0xe041be=this[_0x5510('0xb')];if(!_0xe041be['plugins'][_0x5510('0x73')](_0x5510('0xf')))return;const _0x47e903=_0xe041be[_0x5510('0x74')][_0x5510('0x4a')](_0x5510('0x8')),_0xdc81f7=_0xe041be[_0x5510('0x74')]['get'](_0x5510('0x75')),_0x14c256={},_0x1b9fc4=_0xe041be['locale'];if(_0x47e903['enableCommand'](_0x5510('0x2b')),_0x47e903[_0x5510('0x6d')][_0x5510('0x4c')](_0x5510('0x18'),_0x510ede=>_0x270c08(_0x1b9fc4,_0x5510('0x27'),_0x510ede)),_0x47e903[_0x5510('0x6d')][_0x5510('0x4c')](_0x5510('0x0'),_0x121de7=>_0x270c08(_0x1b9fc4,'ELEMENT_INLINE_IMAGE',_0x121de7)),_0x47e903[_0x5510('0x6d')][_0x5510('0x4c')]('caption',()=>_0x270c08(_0x1b9fc4,_0x5510('0x1d'))),_0xe041be['plugins'][_0x5510('0x73')](_0x5510('0x3e'))&&_0x47e903['enableCommand'](_0x5510('0x19')),_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0x58'))&&_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0xd'))&&(_0x47e903[_0x5510('0x10')](_0x5510('0x3'),(_0x5e9fac,_0x11e370)=>{const _0xac53db=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')]['document']['selection']);_0xe041be['model'][_0x5510('0x48')](()=>{_0x47e903['markBlockFormat'](_0xac53db,{'commandName':'imageTypeInline','commandParams':[_0x11e370]},[],_0x5510('0x49'));});}),_0x47e903[_0x5510('0x10')](_0x5510('0x3d'),(_0x22838b,_0x415065)=>{_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](_0x294b13=>{let _0x3c8a29=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x15')]),_0x198d3f=_0x294b13[_0x5510('0x33')](_0x3c8a29);const _0x479c61=_0x45527a[_0x5510('0x50')](_0x198d3f[_0x5510('0x6')],_0x5510('0x38')),_0x13023d=_0x45527a[_0x5510('0x50')](_0x198d3f[_0x5510('0x68')],_0x5510('0x54'));_0x47e903[_0x5510('0x4')](()=>_0x22838b(_0x415065)),_0x3c8a29=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')]['selection']),_0x198d3f=_0x294b13[_0x5510('0x33')](_0x3c8a29);const _0xf1e589=_0x294b13[_0x5510('0x11')](_0x479c61,_0x13023d);_0x479c61[_0x5510('0x39')](),_0x13023d['detach'](),_0x47e903[_0x5510('0x79')](_0x3c8a29,{'commandName':_0x5510('0x3'),'commandParams':[]},[],_0x5510('0x43')),_0xf1e589[_0x5510('0x6')]['isBefore'](_0x198d3f[_0x5510('0x6')])&&_0x47e903[_0x5510('0x30')](_0x294b13[_0x5510('0x11')](_0xf1e589[_0x5510('0x6')],_0x198d3f[_0x5510('0x6')]),_0x5510('0x43')),_0x198d3f[_0x5510('0x68')][_0x5510('0x3f')](_0xf1e589[_0x5510('0x68')])&&_0x47e903[_0x5510('0x30')](_0x294b13[_0x5510('0x11')](_0x198d3f[_0x5510('0x68')],_0xf1e589[_0x5510('0x68')]),_0x5510('0x43'));});}),_0x47e903['_suggestionFactory'][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x43'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')]('formatBlock',_0x5510('0x43'),_0x5510('0x63'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),'convertInlineImageToBlock',_0x5510('0x34'),_0x47e903[_0x5510('0x5f')]['getSuggestionCallback'](_0x5510('0x3c'),'',_0x5510('0x63'))),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x1e'),_0x5510('0x43'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x1e'),'convertInlineImageToBlock',_0x5510('0x34'),([_0x1b44d5])=>{const _0x20ffbb=_0x47e903[_0x5510('0x5f')][_0x5510('0x52')](_0x5510('0x1e'),'',_0x5510('0x34'));let _0x1b257b=_0x1b44d5[_0x5510('0x6')],_0x13e20c=_0x1b44d5[_0x5510('0x68')];const _0x4e4d60=_0xe041be[_0x5510('0x1b')][_0x5510('0x2d')][_0x5510('0x44')](_0x1b257b,'backward'),_0x467de7=_0xe041be[_0x5510('0x1b')][_0x5510('0x2d')][_0x5510('0x44')](_0x13e20c,_0x5510('0x46'));_0x4e4d60['isCollapsed']&&(_0x1b257b=_0x4e4d60['start']),_0x467de7[_0x5510('0x72')]&&(_0x13e20c=_0x467de7['end']),_0x20ffbb([_0xe041be['model']['createRange'](_0x1b257b,_0x13e20c)]);}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x43'),'chain',_0x75c130),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x1e'),'convertInlineImageToBlock',_0x5510('0x1'),_0x75c130)),_0xe041be['plugins'][_0x5510('0x73')](_0x5510('0x56'))&&(_0x47e903[_0x5510('0x10')](_0x5510('0x5a'),(_0x330e6c,_0x22a17f)=>{const _0x130696=_0xe041be[_0x5510('0x74')]['get']('ImageCaptionUtils');let _0x491103=_0xdc81f7[_0x5510('0x60')](_0xe041be['model'][_0x5510('0x17')][_0x5510('0x15')]),_0x464ca5=_0x130696['getCaptionFromImageModelElement'](_0x491103);_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{if(_0x464ca5)return void _0x47e903[_0x5510('0x51')](_0xe041be['model'][_0x5510('0x33')](_0x464ca5));const _0x1745bc=_0xdc81f7['isBlockImage'](_0x491103);_0x330e6c(_0x22a17f),_0x491103=_0xdc81f7['getClosestSelectedImageElement'](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')]['selection']),_0x464ca5=_0x130696[_0x5510('0x78')](_0x491103),_0x47e903[_0x5510('0x30')](_0xe041be[_0x5510('0x1b')]['createRangeOn'](_0x464ca5),_0x1745bc?null:_0x5510('0x4d'));});}),_0x47e903['_suggestionFactory'][_0x5510('0x5e')](_0x5510('0x1e'),_0x5510('0x4d'),_0x5510('0x1'),_0x75c130)),_0xe041be[_0x5510('0x74')]['has']('ImageStyleEditing')){_0x47e903[_0x5510('0x10')](_0x5510('0x36'),(_0x19b011,_0x4778cf)=>{const _0x5676f1=_0xe041be[_0x5510('0x74')][_0x5510('0x4a')](_0x5510('0x28'))['me'],_0x4f5217=_0xe041be[_0x5510('0x64')][_0x5510('0x4a')](_0x5510('0x36'));let _0x3b0625=_0xdc81f7['getClosestSelectedImageElement'](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x15')]),_0x23bf9f=_0xe041be['model'][_0x5510('0x33')](_0x3b0625),_0x1146bf=_0x4f5217[_0x5510('0x40')];if(_0x1146bf==_0x4778cf[_0x5510('0x40')])return;const _0x23a48d={'commandName':_0x5510('0x36'),'commandParams':[_0x4778cf],'formatGroupId':_0x3ba11d()};_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{if(_0x47e903[_0x5510('0x3a')]()[_0x5510('0x4b')](_0xd3b99f=>_0xd3b99f[_0x5510('0x16')]&&_0x5676f1==_0xd3b99f[_0x5510('0x4e')]&&(_0x5510('0x3c')==_0xd3b99f[_0x5510('0x9')]||_0x5510('0x31')==_0xd3b99f[_0x5510('0x9')])&&(_0x5510('0x57')==_0xd3b99f[_0x5510('0x1f')]||'imageStylePostApply'==_0xd3b99f['subType'])&&_0xd3b99f[_0x5510('0x37')]()[_0x5510('0x2')](_0x23bf9f))[_0x5510('0xa')](_0x42cd03=>_0x47e903[_0x5510('0x62')](_0x42cd03[_0x5510('0x24')])),_0x3b0625=_0xdc81f7[_0x5510('0x60')](_0xe041be['model']['document'][_0x5510('0x15')]),_0x23bf9f=_0xe041be[_0x5510('0x1b')][_0x5510('0x33')](_0x3b0625),_0x4f5217['refresh'](),_0xe041be[_0x5510('0x64')]['get'](_0x5510('0x3'))[_0x5510('0x22')](),_0xe041be['commands'][_0x5510('0x4a')]('imageTypeBlock')[_0x5510('0x22')](),_0x1146bf=_0x4f5217[_0x5510('0x40')],_0x1146bf!=_0x4778cf[_0x5510('0x40')])return _0xdc81f7[_0x5510('0x6f')](_0x3b0625)&&_0x4f5217[_0x5510('0x2e')](_0x4778cf[_0x5510('0x40')],_0x3b0625)?(_0x19b011(_0x4778cf),_0x3b0625=_0xdc81f7[_0x5510('0x60')](_0xe041be['model']['document'][_0x5510('0x15')]),void _0x47e903['markBlockFormat'](_0x3b0625,{..._0x23a48d,'commandReversedParams':[{'value':_0x1146bf||null}]},[],_0x5510('0x57'))):void(_0xdc81f7['isBlockImage'](_0x3b0625)?_0x47e903['markBlockFormat'](_0x3b0625,_0x23a48d,[],_0x5510('0x55')):_0x47e903[_0x5510('0xc')](_0x23bf9f,_0x23a48d,'imageStylePostApply'));});});for(const _0x376cca of _0xe041be[_0x5510('0x74')][_0x5510('0x4a')](_0x5510('0x13'))[_0x5510('0x76')])_0x14c256[_0x376cca[_0x5510('0x42')]]=_0x376cca[_0x5510('0x69')][_0x5510('0x2f')]();_0x47e903['_suggestionFactory'][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x57'),'join',()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x55'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x31'),_0x5510('0x55'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),'imageStylePreApply',_0x5510('0x63'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x57'),'discard',(_0x688b56,_0x1d9d4d)=>{_0x47e903['_suggestionFactory'][_0x5510('0x52')](_0x5510('0x3c'),'','accept')(_0x688b56,{'commandName':_0x1d9d4d[_0x5510('0x66')],'commandParams':_0x1d9d4d[_0x5510('0x41')]});}),_0x47e903[_0x5510('0x5f')]['registerCustomCallback'](_0x5510('0x3c'),'imageStylePreApply','chain',_0x75c130);}const _0x104f70=[{'type':'formatBlock','subType':_0x5510('0x57')},{'type':_0x5510('0x1e'),'subType':_0x5510('0x4d')},{'type':_0x5510('0x3c'),'subType':_0x5510('0x43')},{'type':_0x5510('0x1e'),'subType':_0x5510('0x43')}];function _0x367b90(_0x4963a7,_0x2ea033){const _0x28ea9d=_0x104f70[_0x5510('0x5d')](({type:_0xbec763,subType:_0x9479c2})=>_0x4963a7[_0x5510('0x9')]==_0xbec763&&_0x4963a7[_0x5510('0x1f')]==_0x9479c2),_0x44ed96=_0x104f70[_0x5510('0x5d')](({type:_0x88eaec,subType:_0x51ec35})=>_0x2ea033[_0x5510('0x9')]==_0x88eaec&&_0x2ea033['subType']==_0x51ec35);if(_0x28ea9d<0x0||_0x44ed96<0x0)return!0x1;const _0x81d3e9=_0x4963a7[_0x5510('0x37')](),_0x394819=_0x2ea033['getFirstRange']();if((0x0==_0x28ea9d||0x1==_0x28ea9d)&&0x2==_0x44ed96&&_0x81d3e9[_0x5510('0x1a')](_0x394819))return!0x0;if(0x2==_0x28ea9d&&0x3==_0x44ed96){const _0x27dc6d=_0x47e903[_0x5510('0x6b')](_0x81d3e9,'insertion')[_0x5510('0x4b')](({suggestion:_0x1567b0,meta:_0x52308f})=>_0x52308f[_0x5510('0x32')]&&_0x5510('0x43')==_0x1567b0['subType']);if(_0x27dc6d[_0x5510('0x7')]>0x1&&_0x394819[_0x5510('0x68')]['isEqual'](_0x81d3e9['start']))return!0x0;if(0x1==_0x27dc6d['length']&&(_0x81d3e9[_0x5510('0x6')]['isEqual'](_0x394819[_0x5510('0x68')])||_0x81d3e9[_0x5510('0x68')][_0x5510('0x2')](_0x394819[_0x5510('0x6')])))return!0x0;}if(0x3==_0x28ea9d&&0x3==_0x44ed96&&_0x81d3e9[_0x5510('0x6')][_0x5510('0x3f')](_0x394819[_0x5510('0x6')])){const _0x4863e3=_0x81d3e9[_0x5510('0x68')]['nodeAfter'],_0x27a637=_0x394819[_0x5510('0x6')]['nodeBefore'];return _0xdc81f7[_0x5510('0x5')](_0x4863e3)&&_0x4863e3===_0x27a637;}return!0x1;}function _0x75c130(_0x414ee7,_0x4d64d5){return _0x367b90(_0x414ee7,_0x4d64d5)?[_0x414ee7,_0x4d64d5]:_0x367b90(_0x4d64d5,_0x414ee7)?[_0x4d64d5,_0x414ee7]:null;}_0xe041be['model'][_0x5510('0x17')]['registerPostFixer'](()=>{let _0x474da9=!0x1;const _0x1b97be=Array['from'](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x47')][_0x5510('0x20')]());for(const {name:_0x21656a,data:_0x405c0c}of _0x1b97be){const {group:_0x222363,type:_0x198909,subType:_0x7e6320,id:_0x42cc06}=_0x47e903[_0x5510('0x6c')](_0x21656a);if('suggestion'==_0x222363&&_0x47e903[_0x5510('0x14')](_0x42cc06)){if(_0x5510('0x3c')==_0x198909&&(_0x5510('0x57')==_0x7e6320||_0x5510('0x55')==_0x7e6320)){const _0x28287c=_0x47e903[_0x5510('0x77')](_0x42cc06);if(_0x405c0c['newRange']){const _0x5aabfc=_0x28287c[_0x5510('0x37')]()['getContainedElement']();if(_0xdc81f7[_0x5510('0x5')](_0x5aabfc))continue;_0x47e903[_0x5510('0x62')](_0x28287c),_0x474da9=!0x0;}}if(_0x5510('0x1e')==_0x198909&&_0x5510('0x4d')==_0x7e6320&&!_0x405c0c['newRange']){const _0x29be45=_0x47e903[_0x5510('0x77')](_0x42cc06);_0x29be45[_0x5510('0x12')]&&_0x29be45[_0x5510('0x12')][_0x5510('0x16')]&&(_0x47e903[_0x5510('0x62')](_0x29be45[_0x5510('0x12')]),_0x474da9=!0x0);}}}return _0x474da9;}),_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0x61'))&&_0x47e903['enableCommand'](_0x5510('0x29'),(_0x569600,_0x10ac1d)=>{const _0x9aeb26=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x15')]);_0x9aeb26[_0x5510('0x70')](_0x5510('0x25'))!=_0x10ac1d[_0x5510('0x25')]&&_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{_0x47e903[_0x5510('0x79')](_0x9aeb26,{'commandName':_0x5510('0x29'),'commandParams':[_0x10ac1d]});});}),_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0x6a'))&&_0x47e903[_0x5510('0x10')](_0x5510('0x21'),(_0x3f1f3d,_0x5c5158)=>{const _0x1f54a2=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')]['selection']);(_0x1f54a2['hasAttribute'](_0x5510('0xe'))?_0x1f54a2[_0x5510('0x70')]('alt'):'')!=_0x5c5158[_0x5510('0x6e')]&&_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{_0x47e903[_0x5510('0x79')](_0x1f54a2,{'commandName':'imageTextAlternative','commandParams':[_0x5c5158]});});}),_0x47e903['_descriptionFactory'][_0x5510('0x4f')](_0x468178=>{if(!!_0x104f70[_0x5510('0x7b')](({type:_0x13482c,subType:_0x3f0536})=>_0x468178[_0x5510('0x9')]==_0x13482c&&_0x468178['subType']==_0x3f0536))return _0x468178[_0x5510('0x71')]?{}:void 0x0;}),_0x47e903[_0x5510('0x6d')][_0x5510('0x4f')](_0x1725d7=>{if(_0x5510('0x1e')==_0x1725d7[_0x5510('0x9')]||'deletion'==_0x1725d7[_0x5510('0x9')]){const _0x16c1d8=_0x1725d7[_0x5510('0x2c')]();if(_0x16c1d8&&_0x16c1d8['is'](_0x5510('0x5c'),_0x5510('0x2a')))return{'type':_0x5510('0x1e')==_0x1725d7[_0x5510('0x9')]?_0x5510('0x26'):_0x5510('0x45'),'element':_0x16c1d8,'quantity':0x1};}}),_0x47e903['_descriptionFactory'][_0x5510('0x4f')](_0x579d08=>'formatBlock'==_0x579d08[_0x5510('0x9')]&&_0x5510('0x43')==_0x579d08['subType']?{'type':_0x5510('0x7a'),'content':_0x5510('0x59')}:_0x5510('0x3c')==_0x579d08['type']&&_0x5510('0x49')==_0x579d08['subType']?{'type':_0x5510('0x7a'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x47e903['_descriptionFactory'][_0x5510('0x4f')](_0x2d0867=>{const {data:_0x390c25}=_0x2d0867;if(_0x390c25){if(_0x5510('0x36')==_0x390c25[_0x5510('0x66')]){const _0x4922f0=_0x390c25[_0x5510('0x3b')][0x0]['value'];return _0x6d7eca('side'===_0x4922f0?_0x270c08(_0x1b9fc4,_0x5510('0x5b')):_0x14c256[_0x4922f0]||_0x4922f0);}if('imageTextAlternative'==_0x390c25[_0x5510('0x66')]){const _0x320e69=_0x390c25[_0x5510('0x3b')][0x0][_0x5510('0x6e')];return _0x320e69?{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x65'),'\x22'+_0x320e69+'\x22')}:{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x35'))};}if('resizeImage'==_0x390c25[_0x5510('0x66')]){const _0x4c960f=_0x390c25['commandParams'][0x0][_0x5510('0x25')];return _0x4c960f?{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x53'),_0x4c960f)}:{'type':'format','content':_0x270c08(_0x1b9fc4,'*Reset\x20image\x20width*')};}}function _0x6d7eca(_0x2b60b4){return{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x1c'),_0x2b60b4)};}});}}
@@ -1,19 +1,19 @@
1
- /**
2
- * @module track-changes/integrations/imagereplace
3
- */
4
- import { Plugin } from 'ckeditor5/src/core';
5
- import type Suggestion from '../suggestion';
6
- import type { Description } from '../suggestiondescriptionfactory';
7
- /**
8
- * Provides track changes plugin integration for image replace feature.
9
- */
10
- export default class TrackChangesImageReplace extends Plugin {
11
- /**
12
- * @inheritDoc
13
- */
14
- afterInit(): void;
15
- handleReplaceImageCommand(executeCommand: Function, options: {
16
- source: string;
17
- }): void;
18
- handleSuggestionDescription(suggestion: Suggestion): Description | undefined;
19
- }
1
+ /**
2
+ * @module track-changes/integrations/imagereplace
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ import type Suggestion from '../suggestion';
6
+ import type { Description } from '../suggestiondescriptionfactory';
7
+ /**
8
+ * Provides track changes plugin integration for image replace feature.
9
+ */
10
+ export default class TrackChangesImageReplace extends Plugin {
11
+ /**
12
+ * @inheritDoc
13
+ */
14
+ afterInit(): void;
15
+ handleReplaceImageCommand(executeCommand: Function, options: {
16
+ source: string;
17
+ }): void;
18
+ handleSuggestionDescription(suggestion: Suggestion): Description | undefined;
19
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1945=['locale','afterInit','getAttribute','editor','model','handleSuggestionDescription','*Format:*\x20replace\x20image\x20URL','getSuggestionCallback','TrackChangesEditing','handleReplaceImageCommand','_suggestionFactory','has','get','replaceImageSource','getContainedElement','commandName','plugins','getSuggestions','selection','data','registerDescriptionCallback','_descriptionFactory','registerCustomCallback','markBlockFormat','source','discard','src','ImageEditing'];(function(_0x5a7e9f,_0x19451f){const _0x2886e1=function(_0x112eea){while(--_0x112eea){_0x5a7e9f['push'](_0x5a7e9f['shift']());}};_0x2886e1(++_0x19451f);}(_0x1945,0x1e0));const _0x2886=function(_0x5a7e9f,_0x19451f){_0x5a7e9f=_0x5a7e9f-0x0;let _0x2886e1=_0x1945[_0x5a7e9f];return _0x2886e1;};import{Plugin as _0x51e553}from'ckeditor5/src/core';import{getTranslation as _0x20b40}from'../utils/common-translations';export default class Y extends _0x51e553{[_0x2886('0x19')](){if(!this['editor'][_0x2886('0xc')][_0x2886('0x7')](_0x2886('0x17')))return;const _0x382ef9=this[_0x2886('0x1b')][_0x2886('0xc')][_0x2886('0x8')](_0x2886('0x4'));_0x382ef9['enableCommand']('replaceImageSource',(_0x116559,_0x2f44b7)=>this[_0x2886('0x5')](_0x116559,_0x2f44b7)),_0x382ef9[_0x2886('0x6')][_0x2886('0x12')]('formatBlock',_0x2886('0x9'),'accept',_0x382ef9[_0x2886('0x6')][_0x2886('0x3')]('formatBlock',null,_0x2886('0x15'))),_0x382ef9['_suggestionFactory'][_0x2886('0x12')]('formatBlock','replaceImageSource',_0x2886('0x15'),_0x382ef9[_0x2886('0x6')][_0x2886('0x3')]('formatBlock',null,'accept')),_0x382ef9[_0x2886('0x11')][_0x2886('0x10')](_0x53fd4b=>this[_0x2886('0x1')](_0x53fd4b));}[_0x2886('0x5')](_0x4454d9,_0xeb483a){const _0x3ac282=this['editor']['plugins']['get'](_0x2886('0x4')),_0x235380=this[_0x2886('0x1b')]['model']['document'][_0x2886('0xe')]['getSelectedElement']();this[_0x2886('0x1b')][_0x2886('0x0')]['change'](()=>{let _0x188463=_0x235380[_0x2886('0x1a')](_0x2886('0x16'));const _0x5db52b=this[_0x2886('0x1b')][_0x2886('0xc')]['get']('Users')['me'];for(const _0x311444 of _0x3ac282[_0x2886('0xd')]({'skipNotAttached':!0x0})){const _0x3511a2=_0x311444[_0x2886('0xa')]();if(_0x2886('0x9')===_0x311444['subType']&&_0x3511a2===_0x235380){_0x311444['author']!==_0x5db52b&&_0x311444[_0x2886('0x15')](),_0x188463=_0x311444[_0x2886('0xf')]['commandParams'][0x0][_0x2886('0x14')];break;}}_0x4454d9(_0xeb483a),_0x3ac282[_0x2886('0x13')](_0x235380,{'commandName':'replaceImageSource','commandParams':[{'source':_0x188463}]},[],_0x2886('0x9'));});}['handleSuggestionDescription'](_0x5844a1){const {data:_0x1dd375}=_0x5844a1;if(_0x1dd375&&_0x2886('0x9')===_0x1dd375[_0x2886('0xb')]){const _0x43cdf9=_0x2886('0x2');return{'type':'format','content':_0x20b40(this[_0x2886('0x1b')][_0x2886('0x18')],_0x43cdf9)};}}}
23
+ const _0x3412=['data','getSuggestionCallback','discard','registerDescriptionCallback','getSelectedElement','TrackChangesEditing','get','_descriptionFactory','document','source','model','handleSuggestionDescription','enableCommand','accept','replaceImageSource','_suggestionFactory','format','has','plugins','Users','ImageEditing','src','subType','markBlockFormat','getSuggestions','handleReplaceImageCommand','afterInit','formatBlock','registerCustomCallback','editor','*Format:*\x20replace\x20image\x20URL','getContainedElement'];(function(_0x1afad7,_0x341214){const _0x290dbf=function(_0x1fbeb1){while(--_0x1fbeb1){_0x1afad7['push'](_0x1afad7['shift']());}};_0x290dbf(++_0x341214);}(_0x3412,0xd5));const _0x290d=function(_0x1afad7,_0x341214){_0x1afad7=_0x1afad7-0x0;let _0x290dbf=_0x3412[_0x1afad7];return _0x290dbf;};import{Plugin as _0x1b4c18}from'ckeditor5/src/core';import{getTranslation as _0x5e6e58}from'../utils/common-translations';export default class Y extends _0x1b4c18{[_0x290d('0x5')](){if(!this[_0x290d('0x8')][_0x290d('0x1d')][_0x290d('0x1c')](_0x290d('0x1f')))return;const _0x3ad473=this[_0x290d('0x8')][_0x290d('0x1d')][_0x290d('0x11')](_0x290d('0x10'));_0x3ad473[_0x290d('0x17')](_0x290d('0x19'),(_0x2eb2fe,_0x2d6346)=>this['handleReplaceImageCommand'](_0x2eb2fe,_0x2d6346)),_0x3ad473['_suggestionFactory']['registerCustomCallback'](_0x290d('0x6'),_0x290d('0x19'),_0x290d('0x18'),_0x3ad473[_0x290d('0x1a')]['getSuggestionCallback'](_0x290d('0x6'),null,_0x290d('0xd'))),_0x3ad473[_0x290d('0x1a')][_0x290d('0x7')](_0x290d('0x6'),_0x290d('0x19'),'discard',_0x3ad473[_0x290d('0x1a')][_0x290d('0xc')](_0x290d('0x6'),null,_0x290d('0x18'))),_0x3ad473[_0x290d('0x12')][_0x290d('0xe')](_0x106b72=>this[_0x290d('0x16')](_0x106b72));}[_0x290d('0x4')](_0x140da1,_0x304c10){const _0x5b79c1=this[_0x290d('0x8')][_0x290d('0x1d')]['get']('TrackChangesEditing'),_0x53dfe9=this[_0x290d('0x8')][_0x290d('0x15')][_0x290d('0x13')]['selection'][_0x290d('0xf')]();this[_0x290d('0x8')][_0x290d('0x15')]['change'](()=>{let _0x136287=_0x53dfe9['getAttribute'](_0x290d('0x0'));const _0x177ca8=this[_0x290d('0x8')][_0x290d('0x1d')][_0x290d('0x11')](_0x290d('0x1e'))['me'];for(const _0x4655ab of _0x5b79c1[_0x290d('0x3')]({'skipNotAttached':!0x0})){const _0x3a5350=_0x4655ab[_0x290d('0xa')]();if(_0x290d('0x19')===_0x4655ab[_0x290d('0x1')]&&_0x3a5350===_0x53dfe9){_0x4655ab['author']!==_0x177ca8&&_0x4655ab[_0x290d('0xd')](),_0x136287=_0x4655ab[_0x290d('0xb')]['commandParams'][0x0][_0x290d('0x14')];break;}}_0x140da1(_0x304c10),_0x5b79c1[_0x290d('0x2')](_0x53dfe9,{'commandName':_0x290d('0x19'),'commandParams':[{'source':_0x136287}]},[],_0x290d('0x19'));});}[_0x290d('0x16')](_0x1e90e1){const {data:_0x3045b4}=_0x1e90e1;if(_0x3045b4&&_0x290d('0x19')===_0x3045b4['commandName']){const _0xffe977=_0x290d('0x9');return{'type':_0x290d('0x1b'),'content':_0x5e6e58(this[_0x290d('0x8')]['locale'],_0xffe977)};}}}