@ckeditor/ckeditor5-track-changes 35.1.0 → 35.2.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 (153) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sr-latn.js +1 -1
  37. package/build/translations/sr.js +1 -1
  38. package/build/translations/sv.js +1 -1
  39. package/build/translations/th.js +1 -1
  40. package/build/translations/tk.js +1 -1
  41. package/build/translations/tr.js +1 -1
  42. package/build/translations/tt.js +1 -1
  43. package/build/translations/uk.js +1 -1
  44. package/build/translations/ur.js +1 -1
  45. package/build/translations/vi.js +1 -1
  46. package/build/translations/zh-cn.js +1 -1
  47. package/build/translations/zh.js +1 -1
  48. package/lang/contexts.json +2 -1
  49. package/lang/translations/ar.po +4 -0
  50. package/lang/translations/az.po +4 -0
  51. package/lang/translations/bg.po +4 -0
  52. package/lang/translations/bn.po +4 -0
  53. package/lang/translations/ca.po +4 -0
  54. package/lang/translations/cs.po +4 -0
  55. package/lang/translations/da.po +4 -0
  56. package/lang/translations/de.po +4 -0
  57. package/lang/translations/el.po +4 -0
  58. package/lang/translations/en-au.po +4 -0
  59. package/lang/translations/en.po +4 -0
  60. package/lang/translations/es.po +4 -0
  61. package/lang/translations/et.po +4 -0
  62. package/lang/translations/fi.po +4 -0
  63. package/lang/translations/fr.po +4 -0
  64. package/lang/translations/gl.po +4 -0
  65. package/lang/translations/he.po +4 -0
  66. package/lang/translations/hi.po +4 -0
  67. package/lang/translations/hr.po +4 -0
  68. package/lang/translations/hu.po +4 -0
  69. package/lang/translations/id.po +4 -0
  70. package/lang/translations/it.po +4 -0
  71. package/lang/translations/ja.po +4 -0
  72. package/lang/translations/ko.po +27 -23
  73. package/lang/translations/lt.po +4 -0
  74. package/lang/translations/lv.po +4 -0
  75. package/lang/translations/ms.po +4 -0
  76. package/lang/translations/nl.po +4 -0
  77. package/lang/translations/no.po +4 -0
  78. package/lang/translations/pl.po +4 -0
  79. package/lang/translations/pt-br.po +4 -0
  80. package/lang/translations/pt.po +4 -0
  81. package/lang/translations/ro.po +4 -0
  82. package/lang/translations/ru.po +4 -0
  83. package/lang/translations/sk.po +4 -0
  84. package/lang/translations/sr-latn.po +4 -0
  85. package/lang/translations/sr.po +4 -0
  86. package/lang/translations/sv.po +4 -0
  87. package/lang/translations/th.po +4 -0
  88. package/lang/translations/tk.po +4 -0
  89. package/lang/translations/tr.po +4 -0
  90. package/lang/translations/tt.po +6 -2
  91. package/lang/translations/uk.po +4 -0
  92. package/lang/translations/ur.po +4 -0
  93. package/lang/translations/vi.po +4 -0
  94. package/lang/translations/zh-cn.po +4 -0
  95. package/lang/translations/zh.po +4 -0
  96. package/package.json +4 -4
  97. package/src/commands/acceptallsuggestionscommand.js +1 -1
  98. package/src/commands/acceptselectedsuggestionscommand.js +1 -1
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardallsuggestionscommand.js +1 -1
  101. package/src/commands/discardselectedsuggestionscommand.js +1 -1
  102. package/src/commands/discardsuggestioncommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/integrations/alignment.js +1 -1
  105. package/src/integrations/basicstyles.js +1 -1
  106. package/src/integrations/blockquote.js +1 -1
  107. package/src/integrations/ckbox.js +1 -1
  108. package/src/integrations/codeblock.js +1 -1
  109. package/src/integrations/comments.js +1 -1
  110. package/src/integrations/deletecommand.js +1 -1
  111. package/src/integrations/entercommand.js +1 -1
  112. package/src/integrations/font.js +1 -1
  113. package/src/integrations/heading.js +1 -1
  114. package/src/integrations/highlight.js +1 -1
  115. package/src/integrations/horizontalline.js +1 -1
  116. package/src/integrations/htmlembed.js +1 -1
  117. package/src/integrations/image.js +1 -1
  118. package/src/integrations/importword.js +23 -0
  119. package/src/integrations/indent.js +1 -1
  120. package/src/integrations/inputcommand.js +1 -1
  121. package/src/integrations/link.js +1 -1
  122. package/src/integrations/list.js +1 -1
  123. package/src/integrations/mediaembed.js +1 -1
  124. package/src/integrations/mention.js +1 -1
  125. package/src/integrations/pagebreak.js +1 -1
  126. package/src/integrations/paragraph.js +1 -1
  127. package/src/integrations/removeformat.js +1 -1
  128. package/src/integrations/restrictededitingmode.js +1 -1
  129. package/src/integrations/shiftentercommand.js +1 -1
  130. package/src/integrations/standardeditingmode.js +1 -1
  131. package/src/integrations/style.js +1 -1
  132. package/src/integrations/table.js +1 -1
  133. package/src/integrations/tableclipboard.js +1 -1
  134. package/src/integrations/tableheadings.js +1 -1
  135. package/src/integrations/tablemergesplit.js +1 -1
  136. package/src/integrations/title.js +1 -1
  137. package/src/integrations/undo.js +1 -1
  138. package/src/integrations/utils.js +1 -1
  139. package/src/suggestion.js +1 -1
  140. package/src/suggestiondescriptionfactory.js +1 -1
  141. package/src/trackchanges.js +1 -1
  142. package/src/trackchangesdata.js +1 -1
  143. package/src/trackchangesediting.js +1 -1
  144. package/src/trackchangesui.js +1 -1
  145. package/src/ui/suggestioncontroller.js +1 -1
  146. package/src/ui/view/basesuggestionthreadview.js +1 -1
  147. package/src/ui/view/suggestionthreadview.js +1 -1
  148. package/src/utils/common-translations.js +1 -1
  149. package/src/utils/getrangesofblockgroups.js +1 -1
  150. package/src/utils/getselectedsuggestions.js +1 -1
  151. package/src/utils/hashobject.js +1 -1
  152. package/src/utils/normalizedescription.js +1 -1
  153. package/src/utils/sortsuggestions.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ba2=['getSelectedBlocks','commands','afterInit','forceValue','locale','parent','enableCommand','markBlockFormat','get','schema','ELEMENT_BLOCK_QUOTE','model','BlockQuoteEditing','filter','registerDescriptionCallback','TrackChangesEditing','*Remove\x20format:*\x20%0','checkChild','has','document','name','commandParams','*Format:*\x20%0','editor','format','blockQuote','plugins','change'];(function(_0x18b1f1,_0x2ba25c){const _0xb1b29b=function(_0x575a14){while(--_0x575a14){_0x18b1f1['push'](_0x18b1f1['shift']());}};_0xb1b29b(++_0x2ba25c);}(_0x2ba2,0xcb));const _0xb1b2=function(_0x18b1f1,_0x2ba25c){_0x18b1f1=_0x18b1f1-0x0;let _0xb1b29b=_0x2ba2[_0x18b1f1];return _0xb1b29b;};import{Plugin as _0x596004}from'ckeditor5/src/core';import{getTranslation as _0x27a177}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x32deaf}from'../utils/getrangesofblockgroups';export default class P extends _0x596004{[_0xb1b2('0x17')](){const _0x28f808=this[_0xb1b2('0x10')],_0x463731=_0x28f808[_0xb1b2('0x19')];if(!_0x28f808['plugins'][_0xb1b2('0xb')](_0xb1b2('0x5')))return;const _0x3944ac=_0x28f808[_0xb1b2('0x13')][_0xb1b2('0x1')](_0xb1b2('0x8')),_0x5419b8=this['editor'][_0xb1b2('0x16')]['get'](_0xb1b2('0x12'));_0x3944ac[_0xb1b2('0x1b')]('blockQuote',(_0x4eafed,_0x3a72ac={})=>{const _0x23abd7=this[_0xb1b2('0x10')]['model'][_0xb1b2('0xc')]['selection'],_0x3b96f5=_0x3a72ac&&void 0x0!==_0x3a72ac[_0xb1b2('0x18')]?_0x3a72ac['forceValue']:!_0x5419b8['value'];let _0x4e02fa=[];if(_0x3b96f5){const _0x175163=Array['from'](_0x23abd7[_0xb1b2('0x15')]())[_0xb1b2('0x6')](_0x226a62=>to(_0x226a62)||function(_0x3de999,_0x4a5f0c){const _0x128c9d=_0x4a5f0c[_0xb1b2('0xa')](_0x3de999[_0xb1b2('0x1a')],_0xb1b2('0x12')),_0x2bd39f=_0x4a5f0c[_0xb1b2('0xa')](['$root','blockQuote'],_0x3de999);return _0x128c9d&&_0x2bd39f;}(_0x226a62,this[_0xb1b2('0x10')]['model'][_0xb1b2('0x2')]));_0x4e02fa=_0x32deaf(_0x175163,_0x28f808[_0xb1b2('0x4')]);}else{const _0x424046=Array['from'](_0x23abd7[_0xb1b2('0x15')]())[_0xb1b2('0x6')](_0x1a272a=>to(_0x1a272a));_0x4e02fa=_0x32deaf(_0x424046,_0x28f808[_0xb1b2('0x4')]);}_0x28f808[_0xb1b2('0x4')][_0xb1b2('0x14')](()=>{for(const _0x4a017c of _0x4e02fa)_0x3944ac[_0xb1b2('0x0')](_0x4a017c,{'commandName':_0xb1b2('0x12'),'commandParams':[{'forceValue':_0x3b96f5}]});});}),_0x3944ac['_descriptionFactory'][_0xb1b2('0x7')](_0x3c9ee6=>{const {data:_0x38021c}=_0x3c9ee6;if(_0x38021c&&_0xb1b2('0x12')==_0x38021c['commandName']){const _0x92182b=_0x27a177(_0x463731,_0xb1b2('0x3'));return _0x38021c[_0xb1b2('0xe')][0x0][_0xb1b2('0x18')]?{'type':_0xb1b2('0x11'),'content':_0x27a177(_0x463731,_0xb1b2('0xf'),_0x92182b)}:{'type':_0xb1b2('0x11'),'content':_0x27a177(_0x463731,_0xb1b2('0x9'),_0x92182b)};}});}}function to(_0x20c783){return _0xb1b2('0x12')==_0x20c783[_0xb1b2('0x1a')][_0xb1b2('0xd')];}
23
+ const _0xd66d=['forceValue','getSelectedBlocks','ELEMENT_BLOCK_QUOTE','get','registerDescriptionCallback','*Format:*\x20%0','model','plugins','markBlockFormat','document','_descriptionFactory','commands','schema','filter','commandName','BlockQuoteEditing','from','commandParams','*Remove\x20format:*\x20%0','blockQuote','value','locale','format','checkChild','TrackChangesEditing','editor','change','selection','has'];(function(_0x8432ed,_0xd66d02){const _0x1ff051=function(_0x351a05){while(--_0x351a05){_0x8432ed['push'](_0x8432ed['shift']());}};_0x1ff051(++_0xd66d02);}(_0xd66d,0x86));const _0x1ff0=function(_0x8432ed,_0xd66d02){_0x8432ed=_0x8432ed-0x0;let _0x1ff051=_0xd66d[_0x8432ed];return _0x1ff051;};import{Plugin as _0x38d8d9}from'ckeditor5/src/core';import{getTranslation as _0x842546}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x46ef70}from'../utils/getrangesofblockgroups';export default class P extends _0x38d8d9{['afterInit'](){const _0xf94650=this[_0x1ff0('0x7')],_0x229645=_0xf94650[_0x1ff0('0x3')];if(!_0xf94650[_0x1ff0('0x12')][_0x1ff0('0xa')](_0x1ff0('0x1a')))return;const _0x1da891=_0xf94650[_0x1ff0('0x12')][_0x1ff0('0xe')](_0x1ff0('0x6')),_0x434ea1=this[_0x1ff0('0x7')][_0x1ff0('0x16')]['get']('blockQuote');_0x1da891['enableCommand'](_0x1ff0('0x1'),(_0x5f1dc0,_0x255d5e={})=>{const _0x497c1f=this[_0x1ff0('0x7')][_0x1ff0('0x11')][_0x1ff0('0x14')][_0x1ff0('0x9')],_0x8e24a1=_0x255d5e&&void 0x0!==_0x255d5e['forceValue']?_0x255d5e[_0x1ff0('0xb')]:!_0x434ea1[_0x1ff0('0x2')];let _0x1a0a40=[];if(_0x8e24a1){const _0x17efb8=Array[_0x1ff0('0x1b')](_0x497c1f['getSelectedBlocks']())[_0x1ff0('0x18')](_0x16524b=>to(_0x16524b)||function(_0x149062,_0x291399){const _0x500c92=_0x291399['checkChild'](_0x149062['parent'],_0x1ff0('0x1')),_0x3193df=_0x291399[_0x1ff0('0x5')](['$root',_0x1ff0('0x1')],_0x149062);return _0x500c92&&_0x3193df;}(_0x16524b,this[_0x1ff0('0x7')][_0x1ff0('0x11')][_0x1ff0('0x17')]));_0x1a0a40=_0x46ef70(_0x17efb8,_0xf94650['model']);}else{const _0x1e04b5=Array[_0x1ff0('0x1b')](_0x497c1f[_0x1ff0('0xc')]())[_0x1ff0('0x18')](_0x36c9fe=>to(_0x36c9fe));_0x1a0a40=_0x46ef70(_0x1e04b5,_0xf94650['model']);}_0xf94650[_0x1ff0('0x11')][_0x1ff0('0x8')](()=>{for(const _0x45a7e3 of _0x1a0a40)_0x1da891[_0x1ff0('0x13')](_0x45a7e3,{'commandName':_0x1ff0('0x1'),'commandParams':[{'forceValue':_0x8e24a1}]});});}),_0x1da891[_0x1ff0('0x15')][_0x1ff0('0xf')](_0x2bb912=>{const {data:_0x5ef836}=_0x2bb912;if(_0x5ef836&&_0x1ff0('0x1')==_0x5ef836[_0x1ff0('0x19')]){const _0x27956c=_0x842546(_0x229645,_0x1ff0('0xd'));return _0x5ef836[_0x1ff0('0x1c')][0x0][_0x1ff0('0xb')]?{'type':_0x1ff0('0x4'),'content':_0x842546(_0x229645,_0x1ff0('0x10'),_0x27956c)}:{'type':_0x1ff0('0x4'),'content':_0x842546(_0x229645,_0x1ff0('0x0'),_0x27956c)};}});}}function to(_0x1e69c9){return'blockQuote'==_0x1e69c9['parent']['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5b50=['commands','editor','afterInit','ckbox','plugins','TrackChangesEditing','enableCommand'];(function(_0x5ccbb8,_0x5b5091){const _0x450e5e=function(_0x4f0d1c){while(--_0x4f0d1c){_0x5ccbb8['push'](_0x5ccbb8['shift']());}};_0x450e5e(++_0x5b5091);}(_0x5b50,0x1ea));const _0x450e=function(_0x5ccbb8,_0x5b5091){_0x5ccbb8=_0x5ccbb8-0x0;let _0x450e5e=_0x5b50[_0x5ccbb8];return _0x450e5e;};import{Plugin as _0x52ee98}from'ckeditor5/src/core';export default class G extends _0x52ee98{[_0x450e('0x2')](){const _0x122691=this[_0x450e('0x1')];_0x122691[_0x450e('0x0')]['get']('ckbox')&&_0x122691[_0x450e('0x4')]['get'](_0x450e('0x5'))[_0x450e('0x6')](_0x450e('0x3'));}}
23
+ const _0x596c=['enableCommand','get','editor','plugins','ckbox','TrackChangesEditing'];(function(_0x4f8f4f,_0x596c9c){const _0x92cc60=function(_0x13266a){while(--_0x13266a){_0x4f8f4f['push'](_0x4f8f4f['shift']());}};_0x92cc60(++_0x596c9c);}(_0x596c,0x1b2));const _0x92cc=function(_0x4f8f4f,_0x596c9c){_0x4f8f4f=_0x4f8f4f-0x0;let _0x92cc60=_0x596c[_0x4f8f4f];return _0x92cc60;};import{Plugin as _0x174a81}from'ckeditor5/src/core';export default class G extends _0x174a81{['afterInit'](){const _0x5b5a35=this[_0x92cc('0x0')];_0x5b5a35['commands'][_0x92cc('0x5')](_0x92cc('0x2'))&&_0x5b5a35[_0x92cc('0x1')][_0x92cc('0x5')](_0x92cc('0x3'))[_0x92cc('0x4')](_0x92cc('0x2'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4753=['schema','change','TrackChangesEditing','_descriptionFactory','filter','CodeBlock','registerElementLabel','has','enableCommand','commandParams','languages','rootElement','value','label','plugins','codeBlock','from','*Remove\x20format:*\x20%0','registerDescriptionCallback','forceValue','config','get','format','model','parent','formatBlock','selection','ELEMENT_CODE_BLOCK','language','markBlockFormat','locale','afterInit','editor','name','find','getSelectedBlocks'];(function(_0x279695,_0x4753c9){const _0x3e4379=function(_0x10be30){while(--_0x10be30){_0x279695['push'](_0x279695['shift']());}};_0x3e4379(++_0x4753c9);}(_0x4753,0x10a));const _0x3e43=function(_0x279695,_0x4753c9){_0x279695=_0x279695-0x0;let _0x3e4379=_0x4753[_0x279695];return _0x3e4379;};import{Plugin as _0xc8e902}from'ckeditor5/src/core';import{getTranslation as _0xa6bb68}from'../utils/common-translations';import{getRangesOfBlockGroups as _0xf49cdc}from'../utils/getrangesofblockgroups';export default class F extends _0xc8e902{[_0x3e43('0x11')](){const _0x331c02=this[_0x3e43('0x12')];if(!_0x331c02[_0x3e43('0x0')][_0x3e43('0x1d')](_0x3e43('0x1b')))return;const _0x51c98e=_0x331c02[_0x3e43('0x0')][_0x3e43('0x7')](_0x3e43('0x18')),_0x5ef18b=_0x331c02[_0x3e43('0x10')],_0x4c6b46=_0x331c02[_0x3e43('0x6')][_0x3e43('0x7')](_0x3e43('0x1'))[_0x3e43('0x20')],_0xef6c3a=_0x331c02['commands'][_0x3e43('0x7')](_0x3e43('0x1'));_0x51c98e[_0x3e43('0x1e')]('indentCodeBlock'),_0x51c98e[_0x3e43('0x1e')]('outdentCodeBlock'),_0x51c98e[_0x3e43('0x1e')](_0x3e43('0x1'),(_0x17ac73,_0x5a14a1={})=>{const _0x5ca034=_0x331c02[_0x3e43('0x9')],_0x31380d=_0x331c02[_0x3e43('0x9')]['document'][_0x3e43('0xc')],_0x2bf299=_0x5a14a1&&void 0x0!==_0x5a14a1[_0x3e43('0x5')]?_0x5a14a1[_0x3e43('0x5')]:!_0xef6c3a[_0x3e43('0x22')];let _0x2ec3d7;_0x5a14a1[_0x3e43('0xe')]||(_0x5a14a1[_0x3e43('0xe')]=_0x4c6b46[0x0]['language']),_0x2ec3d7=_0x2bf299?Array[_0x3e43('0x2')](_0x31380d[_0x3e43('0x15')]())[_0x3e43('0x1a')](_0x388a4a=>co(_0x388a4a)||function(_0x296bb1,_0x5d8118){if(_0x296bb1['is'](_0x3e43('0x21'))||_0x5d8118['isLimit'](_0x296bb1))return!0x1;return _0x5d8118['checkChild'](_0x296bb1[_0x3e43('0xa')],_0x3e43('0x1'));}(_0x388a4a,_0x5ca034[_0x3e43('0x16')])):Array['from'](_0x31380d[_0x3e43('0x15')]())[_0x3e43('0x1a')](_0x7baa28=>co(_0x7baa28));const _0x2caf66=_0xf49cdc(_0x2ec3d7,_0x5ca034);_0x5ca034[_0x3e43('0x17')](()=>{for(const _0x23135d of _0x2caf66)_0x51c98e[_0x3e43('0xf')](_0x23135d,{'commandName':_0x3e43('0x1'),'commandParams':[{..._0x5a14a1,'forceValue':_0x2bf299}],'formatGroupId':'blockName'});});}),(_0x51c98e[_0x3e43('0x19')][_0x3e43('0x1c')](_0x3e43('0x1'),_0x185a92=>_0xa6bb68(_0x5ef18b,_0x3e43('0xd'),_0x185a92)),_0x51c98e[_0x3e43('0x19')][_0x3e43('0x4')](_0x9919b1=>{const {type:_0xa89c5e,data:_0x1812b0}=_0x9919b1;if(_0x3e43('0xb')==_0xa89c5e&&_0x1812b0&&_0x3e43('0x1')==_0x1812b0['commandName']){const _0x37d254=_0x1812b0[_0x3e43('0x1f')][0x0][_0x3e43('0xe')],_0x57c355=_0x4c6b46[_0x3e43('0x14')](_0xa25a31=>_0xa25a31['language']===_0x37d254)[_0x3e43('0x23')],_0x2a8714=_0x5ef18b['_t'](_0x57c355);return _0x1812b0[_0x3e43('0x1f')][0x0][_0x3e43('0x5')]?{'type':_0x3e43('0x8'),'content':_0xa6bb68(_0x5ef18b,'*Format:*\x20%0',_0xa6bb68(_0x5ef18b,_0x3e43('0xd'),0x1)+'\x20('+_0x2a8714+')')}:{'type':_0x3e43('0x8'),'content':_0xa6bb68(_0x5ef18b,_0x3e43('0x3'),_0xa6bb68(_0x5ef18b,_0x3e43('0xd'),0x1))};}}));}}function co(_0x5aa072){return _0x3e43('0x1')==_0x5aa072[_0x3e43('0x13')];}
23
+ const _0x28f9=['rootElement','getSelectedBlocks','_descriptionFactory','from','locale','plugins','ELEMENT_CODE_BLOCK','blockName','label','enableCommand','languages','codeBlock','markBlockFormat','checkChild','isLimit','name','schema','TrackChangesEditing','commands','format','has','commandName','find','parent','document','language','outdentCodeBlock','selection','change','*Format:*\x20%0','afterInit','CodeBlock','get','forceValue','filter','*Remove\x20format:*\x20%0','commandParams','indentCodeBlock','editor'];(function(_0xa4799d,_0x28f9ef){const _0x4bdc57=function(_0x13de9e){while(--_0x13de9e){_0xa4799d['push'](_0xa4799d['shift']());}};_0x4bdc57(++_0x28f9ef);}(_0x28f9,0x8f));const _0x4bdc=function(_0xa4799d,_0x28f9ef){_0xa4799d=_0xa4799d-0x0;let _0x4bdc57=_0x28f9[_0xa4799d];return _0x4bdc57;};import{Plugin as _0x1fd936}from'ckeditor5/src/core';import{getTranslation as _0x608f18}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x52fa69}from'../utils/getrangesofblockgroups';export default class F extends _0x1fd936{[_0x4bdc('0x4')](){const _0x4364d7=this[_0x4bdc('0xc')];if(!_0x4364d7['plugins'][_0x4bdc('0x21')](_0x4bdc('0x5')))return;const _0x2281cb=_0x4364d7[_0x4bdc('0x12')]['get'](_0x4bdc('0x1e')),_0x1603ae=_0x4364d7[_0x4bdc('0x11')],_0x541d4e=_0x4364d7['config'][_0x4bdc('0x6')](_0x4bdc('0x18'))[_0x4bdc('0x17')],_0x42f2ee=_0x4364d7[_0x4bdc('0x1f')][_0x4bdc('0x6')](_0x4bdc('0x18'));_0x2281cb[_0x4bdc('0x16')](_0x4bdc('0xb')),_0x2281cb[_0x4bdc('0x16')](_0x4bdc('0x0')),_0x2281cb['enableCommand'](_0x4bdc('0x18'),(_0x2ef09f,_0x674f57={})=>{const _0x1c96ef=_0x4364d7['model'],_0xf33721=_0x4364d7['model'][_0x4bdc('0x25')][_0x4bdc('0x1')],_0x15740a=_0x674f57&&void 0x0!==_0x674f57['forceValue']?_0x674f57['forceValue']:!_0x42f2ee['value'];let _0x583fc3;_0x674f57[_0x4bdc('0x26')]||(_0x674f57[_0x4bdc('0x26')]=_0x541d4e[0x0]['language']),_0x583fc3=_0x15740a?Array['from'](_0xf33721['getSelectedBlocks']())[_0x4bdc('0x8')](_0x32c4c4=>co(_0x32c4c4)||function(_0x47a0f0,_0x300365){if(_0x47a0f0['is'](_0x4bdc('0xd'))||_0x300365[_0x4bdc('0x1b')](_0x47a0f0))return!0x1;return _0x300365[_0x4bdc('0x1a')](_0x47a0f0[_0x4bdc('0x24')],_0x4bdc('0x18'));}(_0x32c4c4,_0x1c96ef[_0x4bdc('0x1d')])):Array[_0x4bdc('0x10')](_0xf33721[_0x4bdc('0xe')]())['filter'](_0x19e8f8=>co(_0x19e8f8));const _0x5b50f7=_0x52fa69(_0x583fc3,_0x1c96ef);_0x1c96ef[_0x4bdc('0x2')](()=>{for(const _0x57a305 of _0x5b50f7)_0x2281cb[_0x4bdc('0x19')](_0x57a305,{'commandName':_0x4bdc('0x18'),'commandParams':[{..._0x674f57,'forceValue':_0x15740a}],'formatGroupId':_0x4bdc('0x14')});});}),(_0x2281cb['_descriptionFactory']['registerElementLabel'](_0x4bdc('0x18'),_0x5aac04=>_0x608f18(_0x1603ae,_0x4bdc('0x13'),_0x5aac04)),_0x2281cb[_0x4bdc('0xf')]['registerDescriptionCallback'](_0x23568f=>{const {type:_0x5b6bef,data:_0xc6d5e7}=_0x23568f;if('formatBlock'==_0x5b6bef&&_0xc6d5e7&&_0x4bdc('0x18')==_0xc6d5e7[_0x4bdc('0x22')]){const _0x46abeb=_0xc6d5e7[_0x4bdc('0xa')][0x0][_0x4bdc('0x26')],_0x4fe384=_0x541d4e[_0x4bdc('0x23')](_0x101dfa=>_0x101dfa[_0x4bdc('0x26')]===_0x46abeb)[_0x4bdc('0x15')],_0x12853c=_0x1603ae['_t'](_0x4fe384);return _0xc6d5e7[_0x4bdc('0xa')][0x0][_0x4bdc('0x7')]?{'type':_0x4bdc('0x20'),'content':_0x608f18(_0x1603ae,_0x4bdc('0x3'),_0x608f18(_0x1603ae,_0x4bdc('0x13'),0x1)+'\x20('+_0x12853c+')')}:{'type':'format','content':_0x608f18(_0x1603ae,_0x4bdc('0x9'),_0x608f18(_0x1603ae,_0x4bdc('0x13'),0x1))};}}));}}function co(_0x53408d){return _0x4bdc('0x18')==_0x53408d[_0x4bdc('0x1c')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x53e5=['get','requires','TrackChangesEditing','init','editor','enableCommand'];(function(_0xc0c1f2,_0x53e5a6){var _0x1ea996=function(_0x15b7af){while(--_0x15b7af){_0xc0c1f2['push'](_0xc0c1f2['shift']());}};_0x1ea996(++_0x53e5a6);}(_0x53e5,0x96));var _0x1ea9=function(_0xc0c1f2,_0x53e5a6){_0xc0c1f2=_0xc0c1f2-0x0;var _0x1ea996=_0x53e5[_0xc0c1f2];return _0x1ea996;};import{Plugin as _0x320534}from'ckeditor5/src/core';export default class L extends _0x320534{static get[_0x1ea9('0x1')](){return['CommentsEditing'];}[_0x1ea9('0x3')](){this[_0x1ea9('0x4')]['plugins'][_0x1ea9('0x0')](_0x1ea9('0x2'))[_0x1ea9('0x5')]('addCommentThread');}}
23
+ const _0x42e3=['editor','CommentsEditing','enableCommand','afterInit','plugins','TrackChangesEditing','get'];(function(_0x2747e6,_0x42e37e){const _0x186a85=function(_0x126952){while(--_0x126952){_0x2747e6['push'](_0x2747e6['shift']());}};_0x186a85(++_0x42e37e);}(_0x42e3,0x109));const _0x186a=function(_0x2747e6,_0x42e37e){_0x2747e6=_0x2747e6-0x0;let _0x186a85=_0x42e3[_0x2747e6];return _0x186a85;};import{Plugin as _0x58b577}from'ckeditor5/src/core';export default class L extends _0x58b577{[_0x186a('0x4')](){const _0x5c0d0a=this[_0x186a('0x1')];if(!_0x5c0d0a[_0x186a('0x5')]['has'](_0x186a('0x2')))return;_0x5c0d0a[_0x186a('0x5')][_0x186a('0x0')](_0x186a('0x6'))[_0x186a('0x3')]('addCommentThread');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5d6c=['commands','downcastDispatcher','createRange','markerName','removeMarker:suggestion:deletion','TrackChangesEditing','end','document','isCollapsed','root','setSelection','requires','model','plugins','batch','getFirstRange','addMarker:suggestion:deletion','selection','options','markerNameToElements','writer','remove','high','unit','merge','editing','fromRange','deleteForward','createSelection','modifySelection','enqueueChange','data','get','start','enableCommand','mapper','unlock','uiElement','$graveyard','buffer'];(function(_0x2508d2,_0x5d6cd9){const _0x1c06d3=function(_0x29391c){while(--_0x29391c){_0x2508d2['push'](_0x2508d2['shift']());}};_0x1c06d3(++_0x5d6cd9);}(_0x5d6c,0x6d));const _0x1c06=function(_0x2508d2,_0x5d6cd9){_0x2508d2=_0x2508d2-0x0;let _0x1c06d3=_0x5d6c[_0x2508d2];return _0x1c06d3;};import{Plugin as _0x476647}from'ckeditor5/src/core';import{Delete as _0x334802}from'ckeditor5/src/typing';import{LiveRange as _0x6d168d}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x441ebd}from'./utils';export default class q extends _0x476647{static get[_0x1c06('0x16')](){return[_0x334802];}['init'](){const _0x243593=this['editor'],_0x10f316=_0x243593[_0x1c06('0x18')][_0x1c06('0x3')](_0x1c06('0x10'));_0x10f316[_0x1c06('0x5')]('delete');const _0x277504=_0x243593[_0x1c06('0xb')][_0x1c06('0x3')](_0x1c06('0x26'));_0x10f316['enableCommand'](_0x1c06('0x26'),(_0x15722a,_0x1f969c={})=>{const _0x5535e2=_0x243593[_0x1c06('0x17')][_0x1c06('0x27')](_0x243593[_0x1c06('0x17')][_0x1c06('0x12')][_0x1c06('0x1c')]);_0x5535e2[_0x1c06('0x13')]&&_0x243593[_0x1c06('0x17')][_0x1c06('0x0')](_0x5535e2,{'direction':'forward','unit':_0x1f969c[_0x1c06('0x22')]});const _0x232bfd=_0x5535e2[_0x1c06('0x1a')](),_0x18036b=_0x6d168d[_0x1c06('0x25')](_0x232bfd);let _0x252561;_0x15722a(_0x1f969c),_0x252561=_0x1c06('0x9')==_0x18036b[_0x1c06('0x14')]['rootName']?_0x243593[_0x1c06('0x17')][_0x1c06('0xd')](_0x232bfd[_0x1c06('0x4')]):_0x243593['model']['createRange'](_0x18036b[_0x1c06('0x4')],_0x18036b['end']),_0x18036b['detach'](),_0x243593[_0x1c06('0x17')][_0x1c06('0x1')](_0x277504['buffer'][_0x1c06('0x19')],_0x15f8c4=>{_0x277504[_0x1c06('0xa')]['lock'](),_0x15f8c4[_0x1c06('0x15')](_0x15f8c4['createRange'](_0x252561[_0x1c06('0x11')])),_0x277504[_0x1c06('0xa')][_0x1c06('0x7')]();});}),_0x243593[_0x1c06('0x24')][_0x1c06('0xc')]['on'](_0x1c06('0x1b'),_0x441ebd(_0x243593,_0x1c06('0x23')),{'priority':_0x1c06('0x21')}),_0x243593[_0x1c06('0x2')][_0x1c06('0xc')]['on'](_0x1c06('0x1b'),(_0x1376da,_0x43556e,_0xe90166)=>{_0xe90166[_0x1c06('0x1d')]['showSuggestionHighlights']&&_0x441ebd(_0x243593,_0x1c06('0x23'),{'showActiveMarker':!0x1})(_0x1376da,_0x43556e,_0xe90166);},{'priority':'high'}),_0x243593[_0x1c06('0x24')][_0x1c06('0xc')]['on'](_0x1c06('0xf'),(_0x4428dd,_0x1b95b4,_0x344e96)=>{const _0x556626=_0x344e96[_0x1c06('0x6')][_0x1c06('0x1e')](_0x1b95b4[_0x1c06('0xe')]);if(_0x556626)for(const _0x345a80 of _0x556626)_0x345a80['is'](_0x1c06('0x8'))&&(_0x344e96[_0x1c06('0x6')]['unbindElementFromMarkerName'](_0x345a80,_0x1b95b4[_0x1c06('0xe')]),_0x344e96[_0x1c06('0x1f')][_0x1c06('0x20')](_0x345a80));},{'priority':_0x1c06('0x21')});}}
23
+ const _0x15a8=['model','high','detach','requires','modifySelection','enqueueChange','data','TrackChangesEditing','deleteForward','end','root','editing','getFirstRange','forward','lock','plugins','isCollapsed','showSuggestionHighlights','createRange','buffer','selection','start','removeMarker:suggestion:deletion','addMarker:suggestion:deletion','unbindElementFromMarkerName','document','$graveyard','remove','get','editor','setSelection','init','markerNameToElements','writer','unit','downcastDispatcher','delete','enableCommand','merge','unlock'];(function(_0x480955,_0x15a85b){const _0x25e957=function(_0x18b153){while(--_0x18b153){_0x480955['push'](_0x480955['shift']());}};_0x25e957(++_0x15a85b);}(_0x15a8,0x192));const _0x25e9=function(_0x480955,_0x15a85b){_0x480955=_0x480955-0x0;let _0x25e957=_0x15a8[_0x480955];return _0x25e957;};import{Plugin as _0x861f98}from'ckeditor5/src/core';import{Delete as _0x5c0313}from'ckeditor5/src/typing';import{LiveRange as _0x4b2d72}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x3bfdbf}from'./utils';export default class q extends _0x861f98{static get[_0x25e9('0x1')](){return[_0x5c0313];}[_0x25e9('0x1d')](){const _0x2a04cb=this[_0x25e9('0x1b')],_0x50bcb5=_0x2a04cb[_0x25e9('0xd')][_0x25e9('0x1a')](_0x25e9('0x5'));_0x50bcb5[_0x25e9('0x23')](_0x25e9('0x22'));const _0x4d5cdd=_0x2a04cb['commands'][_0x25e9('0x1a')](_0x25e9('0x6'));_0x50bcb5[_0x25e9('0x23')](_0x25e9('0x6'),(_0x3ab906,_0x1e4d22={})=>{const _0x1d4b10=_0x2a04cb[_0x25e9('0x26')]['createSelection'](_0x2a04cb[_0x25e9('0x26')][_0x25e9('0x17')][_0x25e9('0x12')]);_0x1d4b10[_0x25e9('0xe')]&&_0x2a04cb[_0x25e9('0x26')][_0x25e9('0x2')](_0x1d4b10,{'direction':_0x25e9('0xb'),'unit':_0x1e4d22[_0x25e9('0x20')]});const _0x1b6ace=_0x1d4b10[_0x25e9('0xa')](),_0x304c74=_0x4b2d72['fromRange'](_0x1b6ace);let _0x3af417;_0x3ab906(_0x1e4d22),_0x3af417=_0x25e9('0x18')==_0x304c74[_0x25e9('0x8')]['rootName']?_0x2a04cb[_0x25e9('0x26')][_0x25e9('0x10')](_0x1b6ace[_0x25e9('0x13')]):_0x2a04cb['model'][_0x25e9('0x10')](_0x304c74[_0x25e9('0x13')],_0x304c74[_0x25e9('0x7')]),_0x304c74[_0x25e9('0x0')](),_0x2a04cb['model'][_0x25e9('0x3')](_0x4d5cdd[_0x25e9('0x11')]['batch'],_0x37792f=>{_0x4d5cdd[_0x25e9('0x11')][_0x25e9('0xc')](),_0x37792f[_0x25e9('0x1c')](_0x37792f['createRange'](_0x3af417['end'])),_0x4d5cdd['buffer'][_0x25e9('0x25')]();});}),_0x2a04cb[_0x25e9('0x9')]['downcastDispatcher']['on']('addMarker:suggestion:deletion',_0x3bfdbf(_0x2a04cb,_0x25e9('0x24')),{'priority':'high'}),_0x2a04cb[_0x25e9('0x4')][_0x25e9('0x21')]['on'](_0x25e9('0x15'),(_0x1343ff,_0x2826a7,_0x46f6b6)=>{_0x46f6b6['options'][_0x25e9('0xf')]&&_0x3bfdbf(_0x2a04cb,_0x25e9('0x24'),{'showActiveMarker':!0x1})(_0x1343ff,_0x2826a7,_0x46f6b6);},{'priority':_0x25e9('0x27')}),_0x2a04cb[_0x25e9('0x9')][_0x25e9('0x21')]['on'](_0x25e9('0x14'),(_0x129d94,_0xd07dd8,_0x3dc82b)=>{const _0x15511f=_0x3dc82b['mapper'][_0x25e9('0x1e')](_0xd07dd8['markerName']);if(_0x15511f)for(const _0x53486a of _0x15511f)_0x53486a['is']('uiElement')&&(_0x3dc82b['mapper'][_0x25e9('0x16')](_0x53486a,_0xd07dd8['markerName']),_0x3dc82b[_0x25e9('0x1f')][_0x25e9('0x19')](_0x53486a));},{'priority':_0x25e9('0x27')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x73bb=['isAtStart','get','init','showSuggestionHighlights','model','start','getFirstPosition','ck-suggestion-marker-split','requires','hasClass','data','editor','getFirstRange','high','addMarker:suggestion:insertion','remove','schema','setSelection','options','TrackChangesEditing','parent','end','createPositionAt','document','mapper','change','markInsertion','markerNameToElements','downcastDispatcher','isAtEnd','isLimit','split','createRange'];(function(_0x413312,_0x73bb49){const _0x7b386a=function(_0x525d60){while(--_0x525d60){_0x413312['push'](_0x413312['shift']());}};_0x7b386a(++_0x73bb49);}(_0x73bb,0x176));const _0x7b38=function(_0x413312,_0x73bb49){_0x413312=_0x413312-0x0;let _0x7b386a=_0x73bb[_0x413312];return _0x7b386a;};import{Plugin as _0x1559b7}from'ckeditor5/src/core';import{Enter as _0x1a9a99}from'ckeditor5/src/enter';import{LiveRange as _0x3ffd55}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x58a640}from'./utils';export default class H extends _0x1559b7{static get[_0x7b38('0x1e')](){return[_0x1a9a99];}[_0x7b38('0x18')](){const _0x3e8176=this[_0x7b38('0x0')],_0x24088d=_0x3e8176['plugins'][_0x7b38('0x17')](_0x7b38('0x8'));_0x24088d['enableCommand']('enter',_0x4d51ba=>{_0x3e8176[_0x7b38('0x1a')][_0x7b38('0xe')](_0x82c4fb=>{const _0x28cb03=_0x3e8176[_0x7b38('0x1a')][_0x7b38('0xc')]['selection'],_0x51382a=_0x28cb03[_0x7b38('0x1c')](),_0x4c791a=_0x28cb03['isCollapsed'],_0x5af62b=_0x3ffd55['fromRange'](_0x28cb03[_0x7b38('0x1')]()),_0x3a7298=_0x5af62b[_0x7b38('0x1b')][_0x7b38('0x9')],_0x4078cf=_0x5af62b[_0x7b38('0xa')][_0x7b38('0x9')],_0x505b6c=!(_0x5af62b[_0x7b38('0x1b')][_0x7b38('0x16')]&&_0x5af62b[_0x7b38('0xa')][_0x7b38('0x12')]),_0x32aadb=_0x3a7298==_0x4078cf,_0x2ff3e3=!(_0x3e8176['model']['schema'][_0x7b38('0x13')](_0x3a7298)||_0x3e8176['model'][_0x7b38('0x5')][_0x7b38('0x13')](_0x4078cf))&&(_0x4c791a||_0x505b6c&&_0x32aadb);if(_0x4d51ba(),_0x2ff3e3){const _0x8f0c50=_0x3e8176[_0x7b38('0x1a')][_0x7b38('0xb')](_0x51382a[_0x7b38('0x9')]['nextSibling'],0x0),_0x2584ac=_0x82c4fb[_0x7b38('0x15')](_0x51382a,_0x8f0c50);_0x24088d[_0x7b38('0xf')](_0x2584ac);}else _0x82c4fb[_0x7b38('0x6')](_0x82c4fb['createRange'](_0x5af62b[_0x7b38('0xa')]));_0x5af62b['detach']();});}),_0x3e8176['editing'][_0x7b38('0x11')]['on']('addMarker:suggestion:insertion',_0x58a640(_0x3e8176,_0x7b38('0x14')),{'priority':'high'}),_0x3e8176['editing'][_0x7b38('0x11')]['on']('removeMarker:suggestion:insertion',(_0x2b5424,_0xed0c21,_0x5bd18c)=>{const _0x2659c0=_0x5bd18c['mapper'][_0x7b38('0x10')](_0xed0c21['markerName']);if(_0x2659c0)for(const _0x25684c of _0x2659c0)_0x25684c[_0x7b38('0x1f')](_0x7b38('0x1d'))&&(_0x5bd18c[_0x7b38('0xd')]['unbindElementFromMarkerName'](_0x25684c,_0xed0c21['markerName']),_0x5bd18c['writer'][_0x7b38('0x4')](_0x25684c));},{'priority':_0x7b38('0x2')}),_0x3e8176[_0x7b38('0x20')][_0x7b38('0x11')]['on'](_0x7b38('0x3'),(_0x3e6a93,_0x3f4b4a,_0x31c1d1)=>{_0x31c1d1[_0x7b38('0x7')][_0x7b38('0x19')]&&_0x58a640(_0x3e8176,_0x7b38('0x14'),{'showActiveMarker':!0x1})(_0x3e6a93,_0x3f4b4a,_0x31c1d1);},{'priority':_0x7b38('0x2')});}}
23
+ const _0x34dd=['init','hasClass','downcastDispatcher','document','detach','model','setSelection','writer','createPositionAt','createRange','mapper','data','plugins','requires','high','parent','selection','showSuggestionHighlights','addMarker:suggestion:insertion','enableCommand','schema','ck-suggestion-marker-split','nextSibling','editor','TrackChangesEditing','isAtStart','start','getFirstRange','markerName','split','editing','isAtEnd','change','end','isLimit','isCollapsed'];(function(_0x582a25,_0x34dd2e){const _0x52639b=function(_0x8f3158){while(--_0x8f3158){_0x582a25['push'](_0x582a25['shift']());}};_0x52639b(++_0x34dd2e);}(_0x34dd,0x1d6));const _0x5263=function(_0x582a25,_0x34dd2e){_0x582a25=_0x582a25-0x0;let _0x52639b=_0x34dd[_0x582a25];return _0x52639b;};import{Plugin as _0x37f827}from'ckeditor5/src/core';import{Enter as _0x448fe6}from'ckeditor5/src/enter';import{LiveRange as _0x3d147b}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x544f36}from'./utils';export default class H extends _0x37f827{static get[_0x5263('0xb')](){return[_0x448fe6];}[_0x5263('0x22')](){const _0x53c334=this[_0x5263('0x15')],_0x249f5e=_0x53c334[_0x5263('0xa')]['get'](_0x5263('0x16'));_0x249f5e[_0x5263('0x11')]('enter',_0xc03142=>{_0x53c334['model'][_0x5263('0x1e')](_0x3f24c2=>{const _0x11be2c=_0x53c334[_0x5263('0x3')][_0x5263('0x1')][_0x5263('0xe')],_0x198f99=_0x11be2c['getFirstPosition'](),_0x138f5c=_0x11be2c[_0x5263('0x21')],_0x19d856=_0x3d147b['fromRange'](_0x11be2c[_0x5263('0x19')]()),_0x57d544=_0x19d856[_0x5263('0x18')][_0x5263('0xd')],_0x4522d8=_0x19d856['end']['parent'],_0x2c70e0=!(_0x19d856[_0x5263('0x18')][_0x5263('0x17')]&&_0x19d856[_0x5263('0x1f')][_0x5263('0x1d')]),_0x970cd0=_0x57d544==_0x4522d8,_0x3049ea=!(_0x53c334[_0x5263('0x3')][_0x5263('0x12')]['isLimit'](_0x57d544)||_0x53c334[_0x5263('0x3')][_0x5263('0x12')][_0x5263('0x20')](_0x4522d8))&&(_0x138f5c||_0x2c70e0&&_0x970cd0);if(_0xc03142(),_0x3049ea){const _0x1acd6c=_0x53c334[_0x5263('0x3')][_0x5263('0x6')](_0x198f99[_0x5263('0xd')][_0x5263('0x14')],0x0),_0x2c5e25=_0x3f24c2[_0x5263('0x7')](_0x198f99,_0x1acd6c);_0x249f5e['markInsertion'](_0x2c5e25);}else _0x3f24c2[_0x5263('0x4')](_0x3f24c2['createRange'](_0x19d856['end']));_0x19d856[_0x5263('0x2')]();});}),_0x53c334['editing'][_0x5263('0x0')]['on'](_0x5263('0x10'),_0x544f36(_0x53c334,_0x5263('0x1b')),{'priority':_0x5263('0xc')}),_0x53c334[_0x5263('0x1c')]['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x250f2d,_0x3662c5,_0x175e7d)=>{const _0x33f0db=_0x175e7d[_0x5263('0x8')]['markerNameToElements'](_0x3662c5[_0x5263('0x1a')]);if(_0x33f0db)for(const _0x299052 of _0x33f0db)_0x299052[_0x5263('0x23')](_0x5263('0x13'))&&(_0x175e7d['mapper']['unbindElementFromMarkerName'](_0x299052,_0x3662c5[_0x5263('0x1a')]),_0x175e7d[_0x5263('0x5')]['remove'](_0x299052));},{'priority':_0x5263('0xc')}),_0x53c334[_0x5263('0x9')][_0x5263('0x0')]['on'](_0x5263('0x10'),(_0xeda798,_0x15e69b,_0xcae1f3)=>{_0xcae1f3['options'][_0x5263('0xf')]&&_0x544f36(_0x53c334,_0x5263('0x1b'),{'showActiveMarker':!0x1})(_0xeda798,_0x15e69b,_0xcae1f3);},{'priority':_0x5263('0xc')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1869=['format','_enableCommand','locale','isCollapsed','fontBackgroundColor','getRanges','FontSize','editor','document','commandParams','find','*Reset\x20font\x20size*','fontSize.options','get','*Set\x20font\x20size:*\x20%0','*Set\x20font\x20family:*\x20%0','config','FontBackgroundColorEditing','FontColorEditing','TrackChangesEditing','fontSize','*Set\x20font\x20background\x20color:*\x20%0','toLowerCase','from','selection','plugins','fontColor','fontFamily','fontColor.colors','change','FontSizeEditing','label','model','fontBackgroundColor.colors','*Reset\x20font\x20color*','_descriptionFactory','commandName','*Reset\x20font\x20family*','normalizeSizeOptions','value','FontFamilyEditing','markInlineFormat','trim'];(function(_0x2b3423,_0x186950){const _0x535789=function(_0x3be1b9){while(--_0x3be1b9){_0x2b3423['push'](_0x2b3423['shift']());}};_0x535789(++_0x186950);}(_0x1869,0x6f));const _0x5357=function(_0x2b3423,_0x186950){_0x2b3423=_0x2b3423-0x0;let _0x535789=_0x1869[_0x2b3423];return _0x535789;};import{Plugin as _0x35e06e}from'ckeditor5/src/core';import{normalizeColorOptions as _0x58434d}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x41294a}from'./utils';import{getTranslation as _0x56b9dc}from'../utils/common-translations';const Bt=[{'pluginName':_0x5357('0x5'),'commandName':_0x5357('0x26')},{'pluginName':_0x5357('0xf'),'commandName':_0x5357('0x2')},{'pluginName':_0x5357('0x24'),'commandName':_0x5357('0x1')},{'pluginName':_0x5357('0x23'),'commandName':_0x5357('0x16')}];export default class W extends _0x35e06e{['afterInit'](){const _0x37fc55=this[_0x5357('0x19')]['locale'];for(const {pluginName:_0x5db73d,commandName:_0x408095}of Bt)this[_0x5357('0x19')]['plugins']['has'](_0x5db73d)&&this[_0x5357('0x13')](_0x408095);this[_0x5357('0x19')][_0x5357('0x0')][_0x5357('0x1f')](_0x5357('0x25'))[_0x5357('0xa')]['registerDescriptionCallback'](_0x4cf801=>{const {data:_0x4957f4}=_0x4cf801;if(null!=_0x4957f4){if(_0x5357('0x26')==_0x4957f4[_0x5357('0xb')]){const _0x5e990d=_0x4957f4['commandParams'][0x0]['value'];if(_0x5e990d){const _0x1ae9f5=this[_0x5357('0x19')][_0x5357('0x0')][_0x5357('0x1f')](_0x5357('0x18'))[_0x5357('0xd')](this[_0x5357('0x19')]['config']['get'](_0x5357('0x1e')))[_0x5357('0x1c')](_0x93bb2d=>_0x93bb2d[_0x5357('0x7')]==_0x5e990d)['title'],_0x3a6368=this[_0x5357('0x19')][_0x5357('0x14')]['_t'](_0x1ae9f5)['toLowerCase']();return{'type':'format','content':_0x56b9dc(_0x37fc55,_0x5357('0x20'),_0x3a6368)};}return{'type':_0x5357('0x12'),'content':_0x56b9dc(_0x37fc55,_0x5357('0x1d'))};}if('fontFamily'==_0x4957f4[_0x5357('0xb')]){const _0x5f2e86=_0x4957f4['commandParams'][0x0][_0x5357('0xe')];return _0x5f2e86?{'type':_0x5357('0x12'),'content':_0x56b9dc(_0x37fc55,_0x5357('0x21'),_0x5f2e86)}:{'type':_0x5357('0x12'),'content':_0x56b9dc(_0x37fc55,_0x5357('0xc'))};}if(_0x5357('0x1')==_0x4957f4[_0x5357('0xb')]){const _0x360e4f=_0x4957f4[_0x5357('0x1b')][0x0][_0x5357('0xe')];if(_0x360e4f){const _0x2c30cf=_0x58434d(this[_0x5357('0x19')]['config'][_0x5357('0x1f')](_0x5357('0x3')))[_0x5357('0x1c')](_0x1ab157=>_0x1ab157[_0x5357('0x7')]==_0x360e4f);let _0x207fee=_0x360e4f,_0x15a9dc='';return _0x2c30cf&&(_0x207fee=_0x2c30cf['label'],_0x15a9dc=_0x37fc55['_t'](_0x207fee)['toLowerCase']()),{'type':'format','content':_0x56b9dc(_0x37fc55,'*Set\x20font\x20color:*\x20%0',_0x15a9dc)[_0x5357('0x11')](),'color':{'value':_0x360e4f,'title':_0x15a9dc||_0x207fee}};}return{'type':_0x5357('0x12'),'content':_0x56b9dc(_0x37fc55,_0x5357('0x9'))};}if(_0x5357('0x16')==_0x4957f4[_0x5357('0xb')]){const _0x27f5a8=_0x4957f4[_0x5357('0x1b')][0x0][_0x5357('0xe')];if(_0x27f5a8){const _0x1b135d=_0x58434d(this[_0x5357('0x19')][_0x5357('0x22')]['get'](_0x5357('0x8')))[_0x5357('0x1c')](_0x336ca2=>_0x336ca2[_0x5357('0x7')]==_0x27f5a8);let _0x27bdbd=_0x27f5a8,_0x37541c='';return _0x1b135d&&(_0x27bdbd=_0x1b135d[_0x5357('0x6')],_0x37541c=_0x37fc55['_t'](_0x27bdbd)[_0x5357('0x28')]()),{'type':_0x5357('0x12'),'content':_0x56b9dc(_0x37fc55,_0x5357('0x27'),_0x37541c)[_0x5357('0x11')](),'color':{'value':_0x27f5a8,'title':_0x37541c||_0x27bdbd}};}return{'type':_0x5357('0x12'),'content':_0x56b9dc(_0x37fc55,'*Reset\x20font\x20background\x20color*')};}}});}[_0x5357('0x13')](_0x706248){const _0x565a8f=this[_0x5357('0x19')];_0x565a8f[_0x5357('0x0')][_0x5357('0x1f')](_0x5357('0x25'))['enableCommand'](_0x706248,(_0x5b9110,_0x30c940={})=>{const _0x4f81cf=_0x565a8f[_0x5357('0x7')][_0x5357('0x1a')][_0x5357('0x2a')],_0xae5e3b=_0x30c940['value'];_0x4f81cf[_0x5357('0x15')]?_0x5b9110(_0x30c940):_0x565a8f['model'][_0x5357('0x4')](()=>{const _0x15ba6f=Array[_0x5357('0x29')](_0x4f81cf[_0x5357('0x17')]());for(const _0x4a3ac1 of _0x15ba6f){const _0x137a8e=_0xae5e3b?[_0x4a3ac1]:_0x41294a(_0x706248,_0x4a3ac1,_0x565a8f[_0x5357('0x7')]);for(const _0x439297 of _0x137a8e)_0x565a8f['plugins']['get'](_0x5357('0x25'))[_0x5357('0x10')](_0x439297,{'commandName':_0x706248,'commandParams':[{'value':_0xae5e3b}]});}});});}}
23
+ const _0x4cde=['registerDescriptionCallback','get','change','editor','trim','FontSizeEditing','enableCommand','*Reset\x20font\x20color*','markInlineFormat','plugins','normalizeSizeOptions','FontFamilyEditing','*Reset\x20font\x20background\x20color*','getRanges','from','FontSize','_descriptionFactory','find','value','*Set\x20font\x20color:*\x20%0','toLowerCase','fontSize.options','commandParams','isCollapsed','FontColorEditing','format','selection','FontBackgroundColorEditing','config','TrackChangesEditing','*Set\x20font\x20size:*\x20%0','fontColor','_enableCommand','locale','*Set\x20font\x20family:*\x20%0','*Set\x20font\x20background\x20color:*\x20%0','model','title','afterInit','has','commandName','fontFamily','fontSize','*Reset\x20font\x20size*','label'];(function(_0x2a4f3d,_0x4cde23){const _0x29dfb6=function(_0x3e16da){while(--_0x3e16da){_0x2a4f3d['push'](_0x2a4f3d['shift']());}};_0x29dfb6(++_0x4cde23);}(_0x4cde,0x115));const _0x29df=function(_0x2a4f3d,_0x4cde23){_0x2a4f3d=_0x2a4f3d-0x0;let _0x29dfb6=_0x4cde[_0x2a4f3d];return _0x29dfb6;};import{Plugin as _0x57388b}from'ckeditor5/src/core';import{normalizeColorOptions as _0x417502}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x54b1a6}from'./utils';import{getTranslation as _0x1b197f}from'../utils/common-translations';const Bt=[{'pluginName':_0x29df('0x2b'),'commandName':_0x29df('0x23')},{'pluginName':_0x29df('0x4'),'commandName':'fontFamily'},{'pluginName':_0x29df('0x11'),'commandName':_0x29df('0x18')},{'pluginName':_0x29df('0x14'),'commandName':'fontBackgroundColor'}];export default class W extends _0x57388b{[_0x29df('0x1f')](){const _0x329fbc=this[_0x29df('0x29')]['locale'];for(const {pluginName:_0xfc29cf,commandName:_0x48a058}of Bt)this['editor']['plugins'][_0x29df('0x20')](_0xfc29cf)&&this['_enableCommand'](_0x48a058);this[_0x29df('0x29')][_0x29df('0x2')]['get'](_0x29df('0x16'))[_0x29df('0x9')][_0x29df('0x26')](_0x1b235b=>{const {data:_0x2346ae}=_0x1b235b;if(null!=_0x2346ae){if(_0x29df('0x23')==_0x2346ae[_0x29df('0x21')]){const _0x4952ae=_0x2346ae['commandParams'][0x0][_0x29df('0xb')];if(_0x4952ae){const _0x1cf178=this[_0x29df('0x29')][_0x29df('0x2')][_0x29df('0x27')](_0x29df('0x8'))[_0x29df('0x3')](this[_0x29df('0x29')][_0x29df('0x15')][_0x29df('0x27')](_0x29df('0xe')))[_0x29df('0xa')](_0x4bb1a5=>_0x4bb1a5[_0x29df('0x1d')]==_0x4952ae)[_0x29df('0x1e')],_0x131af6=this[_0x29df('0x29')][_0x29df('0x1a')]['_t'](_0x1cf178)['toLowerCase']();return{'type':_0x29df('0x12'),'content':_0x1b197f(_0x329fbc,_0x29df('0x17'),_0x131af6)};}return{'type':_0x29df('0x12'),'content':_0x1b197f(_0x329fbc,_0x29df('0x24'))};}if(_0x29df('0x22')==_0x2346ae[_0x29df('0x21')]){const _0x4601d0=_0x2346ae[_0x29df('0xf')][0x0][_0x29df('0xb')];return _0x4601d0?{'type':_0x29df('0x12'),'content':_0x1b197f(_0x329fbc,_0x29df('0x1b'),_0x4601d0)}:{'type':_0x29df('0x12'),'content':_0x1b197f(_0x329fbc,'*Reset\x20font\x20family*')};}if(_0x29df('0x18')==_0x2346ae['commandName']){const _0x304f99=_0x2346ae[_0x29df('0xf')][0x0][_0x29df('0xb')];if(_0x304f99){const _0x201c8c=_0x417502(this[_0x29df('0x29')][_0x29df('0x15')][_0x29df('0x27')]('fontColor.colors'))['find'](_0x4bf800=>_0x4bf800[_0x29df('0x1d')]==_0x304f99);let _0x650a7c=_0x304f99,_0x24525e='';return _0x201c8c&&(_0x650a7c=_0x201c8c['label'],_0x24525e=_0x329fbc['_t'](_0x650a7c)['toLowerCase']()),{'type':'format','content':_0x1b197f(_0x329fbc,_0x29df('0xc'),_0x24525e)[_0x29df('0x2a')](),'color':{'value':_0x304f99,'title':_0x24525e||_0x650a7c}};}return{'type':_0x29df('0x12'),'content':_0x1b197f(_0x329fbc,_0x29df('0x0'))};}if('fontBackgroundColor'==_0x2346ae[_0x29df('0x21')]){const _0x4a5d5e=_0x2346ae[_0x29df('0xf')][0x0][_0x29df('0xb')];if(_0x4a5d5e){const _0x219237=_0x417502(this['editor'][_0x29df('0x15')][_0x29df('0x27')]('fontBackgroundColor.colors'))[_0x29df('0xa')](_0x127202=>_0x127202[_0x29df('0x1d')]==_0x4a5d5e);let _0x449ff9=_0x4a5d5e,_0x7a893e='';return _0x219237&&(_0x449ff9=_0x219237[_0x29df('0x25')],_0x7a893e=_0x329fbc['_t'](_0x449ff9)[_0x29df('0xd')]()),{'type':_0x29df('0x12'),'content':_0x1b197f(_0x329fbc,_0x29df('0x1c'),_0x7a893e)[_0x29df('0x2a')](),'color':{'value':_0x4a5d5e,'title':_0x7a893e||_0x449ff9}};}return{'type':'format','content':_0x1b197f(_0x329fbc,_0x29df('0x5'))};}}});}[_0x29df('0x19')](_0x487021){const _0x288ab8=this['editor'];_0x288ab8[_0x29df('0x2')][_0x29df('0x27')](_0x29df('0x16'))[_0x29df('0x2c')](_0x487021,(_0x39ee80,_0x190c5e={})=>{const _0x3b5c90=_0x288ab8[_0x29df('0x1d')]['document'][_0x29df('0x13')],_0xe65f62=_0x190c5e['value'];_0x3b5c90[_0x29df('0x10')]?_0x39ee80(_0x190c5e):_0x288ab8['model'][_0x29df('0x28')](()=>{const _0x4cc9a7=Array[_0x29df('0x7')](_0x3b5c90[_0x29df('0x6')]());for(const _0x310bc6 of _0x4cc9a7){const _0x55a83f=_0xe65f62?[_0x310bc6]:_0x54b1a6(_0x487021,_0x310bc6,_0x288ab8[_0x29df('0x1d')]);for(const _0xdb40c6 of _0x55a83f)_0x288ab8[_0x29df('0x2')][_0x29df('0x27')](_0x29df('0x16'))[_0x29df('0x1')](_0xdb40c6,{'commandName':_0x487021,'commandParams':[{'value':_0xe65f62}]});}});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15b4=['formatBlock','format','markBlockFormat','registerDescriptionCallback','name','commandParams','match','change','has','ELEMENT_HEADING','editor','heading','plugins','getSelectedBlocks','commandName','value','isObject','document','_descriptionFactory','afterInit','checkChild','config','schema','enableCommand','TrackChangesEditing','paragraph','model','get','filter'];(function(_0x4962ad,_0x15b403){const _0x4a7ddd=function(_0x4afef3){while(--_0x4afef3){_0x4962ad['push'](_0x4962ad['shift']());}};_0x4a7ddd(++_0x15b403);}(_0x15b4,0x198));const _0x4a7d=function(_0x4962ad,_0x15b403){_0x4962ad=_0x4962ad-0x0;let _0x4a7ddd=_0x15b4[_0x4962ad];return _0x4a7ddd;};import{Plugin as _0x23f4d9}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x35b045}from'./utils';import{getTranslation as _0x313d08}from'../utils/common-translations';export default class z extends _0x23f4d9{[_0x4a7d('0x11')](){const _0x38244f=this[_0x4a7d('0x8')],_0x4831d6=_0x38244f['locale'],_0x5ccc4e=_0x38244f[_0x4a7d('0x13')]['get']('heading.options');if(!_0x38244f[_0x4a7d('0xa')][_0x4a7d('0x6')]('HeadingEditing'))return;const _0x140332=_0x38244f['plugins'][_0x4a7d('0x19')](_0x4a7d('0x16'));_0x140332[_0x4a7d('0x15')](_0x4a7d('0x9'),(_0x4cf691,_0x3f4ebb)=>{const _0x33a6ec=_0x3f4ebb[_0x4a7d('0xd')],_0x585a64=Array['from'](this[_0x4a7d('0x8')]['model'][_0x4a7d('0xf')]['selection'][_0x4a7d('0xb')]())[_0x4a7d('0x1a')](_0x1211dd=>function(_0x59ee29,_0x4e7939,_0x2f6ecb){return _0x2f6ecb[_0x4a7d('0x12')](_0x59ee29['parent'],_0x4e7939)&&!_0x2f6ecb[_0x4a7d('0xe')](_0x59ee29)&&_0x59ee29[_0x4a7d('0x2')]!=_0x4e7939;}(_0x1211dd,_0x33a6ec,this[_0x4a7d('0x8')][_0x4a7d('0x18')][_0x4a7d('0x14')]));_0x38244f[_0x4a7d('0x18')][_0x4a7d('0x5')](()=>{for(const _0x1fac59 of _0x585a64)_0x140332[_0x4a7d('0x0')](_0x1fac59,{'commandName':_0x4a7d('0x9'),'commandParams':[_0x3f4ebb],'formatGroupId':'blockName'},_0x35b045(_0x1fac59));});});for(const _0x50eeda of _0x5ccc4e)_0x4a7d('0x17')!=_0x50eeda[_0x4a7d('0x18')]&&_0x140332[_0x4a7d('0x10')]['registerElementLabel'](_0x50eeda[_0x4a7d('0x18')],_0x1a00ca=>{const _0x4c62ed=Ht(_0x50eeda[_0x4a7d('0x18')]);return null!==_0x4c62ed?_0x4ad782(_0x1a00ca,_0x4c62ed):_0x534f45(_0x1a00ca,_0x50eeda['title']);});function _0x4ad782(_0x1a2535,_0x383d6a){return _0x313d08(_0x4831d6,_0x4a7d('0x7'),[_0x1a2535,_0x383d6a]);}function _0x534f45(_0x357add,_0x515cf2){return _0x313d08(_0x4831d6,'ELEMENT_HEADING_CUSTOM',[_0x357add,_0x515cf2]);}_0x140332[_0x4a7d('0x10')][_0x4a7d('0x1')](_0x3e07c5=>{const {type:_0x348de2,data:_0x5e9ca3}=_0x3e07c5;if(_0x4a7d('0x1b')==_0x348de2&&_0x5e9ca3&&'heading'==_0x5e9ca3[_0x4a7d('0xc')]){const _0x53971b=_0x5e9ca3[_0x4a7d('0x3')][0x0][_0x4a7d('0xd')],_0x55a10c=Ht(_0x53971b);if(null!==_0x55a10c)return{'type':_0x4a7d('0x1c'),'content':_0x313d08(_0x4831d6,'*Change\x20to:*\x20%0',_0x4ad782(0x1,_0x55a10c))};const _0x812ee1=_0x5ccc4e['find'](_0x257cf6=>_0x257cf6[_0x4a7d('0x18')]===_0x53971b)['title'];return{'type':_0x4a7d('0x1c'),'content':_0x313d08(_0x4831d6,'*Change\x20to:*\x20%0',_0x534f45(0x1,_0x812ee1))};}});}}function Ht(_0x9ab64b){const _0x3a3a56=_0x9ab64b[_0x4a7d('0x4')](/^heading(\d+)$/);return _0x3a3a56?_0x3a3a56[0x1]:null;}
23
+ const _0x22f1=['find','change','format','parent','selection','blockName','heading.options','getSelectedBlocks','name','*Change\x20to:*\x20%0','heading','isObject','commandName','document','get','HeadingEditing','editor','paragraph','match','checkChild','TrackChangesEditing','enableCommand','registerElementLabel','ELEMENT_HEADING','plugins','model','registerDescriptionCallback','markBlockFormat','locale','value','_descriptionFactory','afterInit','ELEMENT_HEADING_CUSTOM','schema','title'];(function(_0x480cdf,_0x22f16c){const _0x3b1062=function(_0xa7d8af){while(--_0xa7d8af){_0x480cdf['push'](_0x480cdf['shift']());}};_0x3b1062(++_0x22f16c);}(_0x22f1,0x192));const _0x3b10=function(_0x480cdf,_0x22f16c){_0x480cdf=_0x480cdf-0x0;let _0x3b1062=_0x22f1[_0x480cdf];return _0x3b1062;};import{Plugin as _0x3fa2b0}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x3df704}from'./utils';import{getTranslation as _0x2b2a79}from'../utils/common-translations';export default class z extends _0x3fa2b0{[_0x3b10('0xe')](){const _0xc8f3e7=this[_0x3b10('0x22')],_0x5edc75=_0xc8f3e7[_0x3b10('0xb')],_0x2aae56=_0xc8f3e7['config'][_0x3b10('0x20')](_0x3b10('0x18'));if(!_0xc8f3e7['plugins']['has'](_0x3b10('0x21')))return;const _0x22cf4a=_0xc8f3e7[_0x3b10('0x7')][_0x3b10('0x20')](_0x3b10('0x3'));_0x22cf4a[_0x3b10('0x4')](_0x3b10('0x1c'),(_0x413054,_0x9725)=>{const _0x20032a=_0x9725[_0x3b10('0xc')],_0x31248f=Array['from'](this[_0x3b10('0x22')][_0x3b10('0x8')][_0x3b10('0x1f')][_0x3b10('0x16')][_0x3b10('0x19')]())['filter'](_0x2a8469=>function(_0x5d4a19,_0x477e41,_0x176e2a){return _0x176e2a[_0x3b10('0x2')](_0x5d4a19[_0x3b10('0x15')],_0x477e41)&&!_0x176e2a[_0x3b10('0x1d')](_0x5d4a19)&&_0x5d4a19[_0x3b10('0x1a')]!=_0x477e41;}(_0x2a8469,_0x20032a,this[_0x3b10('0x22')][_0x3b10('0x8')][_0x3b10('0x10')]));_0xc8f3e7[_0x3b10('0x8')][_0x3b10('0x13')](()=>{for(const _0x16c20d of _0x31248f)_0x22cf4a[_0x3b10('0xa')](_0x16c20d,{'commandName':'heading','commandParams':[_0x9725],'formatGroupId':_0x3b10('0x17')},_0x3df704(_0x16c20d));});});for(const _0x4ed57b of _0x2aae56)_0x3b10('0x0')!=_0x4ed57b[_0x3b10('0x8')]&&_0x22cf4a[_0x3b10('0xd')][_0x3b10('0x5')](_0x4ed57b[_0x3b10('0x8')],_0x4669d9=>{const _0x2bf628=Ht(_0x4ed57b[_0x3b10('0x8')]);return null!==_0x2bf628?_0x2bf032(_0x4669d9,_0x2bf628):_0x51a9e4(_0x4669d9,_0x4ed57b[_0x3b10('0x11')]);});function _0x2bf032(_0x51a69d,_0x5869fc){return _0x2b2a79(_0x5edc75,_0x3b10('0x6'),[_0x51a69d,_0x5869fc]);}function _0x51a9e4(_0x222a9a,_0x5c614f){return _0x2b2a79(_0x5edc75,_0x3b10('0xf'),[_0x222a9a,_0x5c614f]);}_0x22cf4a[_0x3b10('0xd')][_0x3b10('0x9')](_0x41be38=>{const {type:_0xc526cb,data:_0x19d76f}=_0x41be38;if('formatBlock'==_0xc526cb&&_0x19d76f&&_0x3b10('0x1c')==_0x19d76f[_0x3b10('0x1e')]){const _0x2931bd=_0x19d76f['commandParams'][0x0][_0x3b10('0xc')],_0x2cd251=Ht(_0x2931bd);if(null!==_0x2cd251)return{'type':_0x3b10('0x14'),'content':_0x2b2a79(_0x5edc75,_0x3b10('0x1b'),_0x2bf032(0x1,_0x2cd251))};const _0x9fcfc2=_0x2aae56[_0x3b10('0x12')](_0x2abac2=>_0x2abac2[_0x3b10('0x8')]===_0x2931bd)[_0x3b10('0x11')];return{'type':_0x3b10('0x14'),'content':_0x2b2a79(_0x5edc75,_0x3b10('0x1b'),_0x51a9e4(0x1,_0x9fcfc2))};}});}}function Ht(_0x5861e6){const _0x2b86bc=_0x5861e6[_0x3b10('0x1')](/^heading(\d+)$/);return _0x2b86bc?_0x2b86bc[0x1]:null;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x115f=['*Remove\x20highlight*','toLowerCase','isCollapsed','getLastMatchingPosition','highlight.options','get','config','*Set\x20highlight:*\x20%0','registerDescriptionCallback','getRanges','highlight','title','find','getAttribute','format','selection','push','enableCommand','color','model','plugins','commandParams','markInlineFormat','formatInline','item','has','value','hasAttribute','TrackChangesEditing'];(function(_0x5cc42b,_0x115f0c){const _0x14f210=function(_0x12c808){while(--_0x12c808){_0x5cc42b['push'](_0x5cc42b['shift']());}};_0x14f210(++_0x115f0c);}(_0x115f,0x1ea));const _0x14f2=function(_0x5cc42b,_0x115f0c){_0x5cc42b=_0x5cc42b-0x0;let _0x14f210=_0x115f[_0x5cc42b];return _0x14f210;};import{Plugin as _0x4d5002}from'ckeditor5/src/core';import{getTranslation as _0x33959c}from'../utils/common-translations';import{getRangesWithAttribute as _0x5ffca6}from'./utils';export default class J extends _0x4d5002{['afterInit'](){const _0x4821b4=this['editor'];if(!_0x4821b4[_0x14f2('0x17')][_0x14f2('0x1c')]('HighlightEditing'))return;const _0x2385cb=_0x4821b4[_0x14f2('0x17')][_0x14f2('0x8')](_0x14f2('0x2'));_0x2385cb[_0x14f2('0x14')]('highlight',(_0x52b195,_0x52d602={})=>{const _0x217ff3=_0x4821b4['model']['document'][_0x14f2('0x12')],_0x31e2a2=_0x217ff3[_0x14f2('0x10')](_0x14f2('0xd'));let _0xfc5a6=_0x52d602[_0x14f2('0x0')],_0x42f3ba=[];if(_0x217ff3[_0x14f2('0x5')]){const _0x2b6334=_0x217ff3['getFirstPosition']();if(!_0x217ff3[_0x14f2('0x1')]('highlight'))return void _0x52b195(_0x52d602);{const _0x58b573=_0x3d1d00=>_0x3d1d00[_0x14f2('0x1b')][_0x14f2('0x10')](_0x14f2('0xd'))===_0x31e2a2,_0x225f0a=_0x2b6334[_0x14f2('0x6')](_0x58b573,{'direction':'backward'}),_0xb66640=_0x2b6334[_0x14f2('0x6')](_0x58b573);_0x42f3ba=[_0x4821b4['model']['createRange'](_0x225f0a,_0xb66640)],_0xfc5a6==_0x31e2a2&&(_0xfc5a6=null);}}else for(const _0x3e15d8 of _0x217ff3[_0x14f2('0xc')]())_0xfc5a6?_0x42f3ba[_0x14f2('0x13')](_0x3e15d8):_0x42f3ba[_0x14f2('0x13')](..._0x5ffca6(_0x14f2('0xd'),_0x3e15d8,_0x4821b4[_0x14f2('0x16')]));_0x4821b4[_0x14f2('0x16')]['change'](()=>{for(const _0x56713c of _0x42f3ba)_0x2385cb[_0x14f2('0x19')](_0x56713c,{'commandName':_0x14f2('0xd'),'commandParams':[{'value':_0xfc5a6}]});});});const _0x375d65=_0x4821b4['locale'];_0x2385cb['_descriptionFactory'][_0x14f2('0xb')](_0x42443b=>{const {type:_0x42152b,data:_0x2599fd}=_0x42443b;if(_0x14f2('0x1a')==_0x42152b&&_0x2599fd&&_0x14f2('0xd')==_0x2599fd['commandName']){const _0x416319=_0x2599fd[_0x14f2('0x18')][0x0][_0x14f2('0x0')];if(_0x416319){const _0x2619bc=_0x4821b4[_0x14f2('0x9')][_0x14f2('0x8')](_0x14f2('0x7'))[_0x14f2('0xf')](_0x3366ba=>_0x3366ba[_0x14f2('0x16')]==_0x416319),_0x557834=_0x375d65['_t'](_0x2619bc[_0x14f2('0xe')])[_0x14f2('0x4')]();return{'type':'format','content':_0x33959c(_0x375d65,_0x14f2('0xa'),_0x557834),'color':{'value':_0x2619bc[_0x14f2('0x15')],'title':_0x2619bc[_0x14f2('0xe')]}};}return{'type':_0x14f2('0x11'),'content':_0x33959c(_0x375d65,_0x14f2('0x3'),_0x33959c(_0x375d65,'FORMAT_HIGHLIGHT'))};}});}}
23
+ const _0x1066=['item','commandParams','format','plugins','hasAttribute','afterInit','document','registerDescriptionCallback','getAttribute','find','selection','markInlineFormat','color','FORMAT_HIGHLIGHT','config','_descriptionFactory','value','toLowerCase','getFirstPosition','model','TrackChangesEditing','highlight','push','editor','enableCommand','title','has','HighlightEditing','getLastMatchingPosition','get','highlight.options','*Remove\x20highlight*','commandName','formatInline','isCollapsed','*Set\x20highlight:*\x20%0','locale'];(function(_0x43a8e8,_0x106615){const _0x11cacd=function(_0x18f15d){while(--_0x18f15d){_0x43a8e8['push'](_0x43a8e8['shift']());}};_0x11cacd(++_0x106615);}(_0x1066,0x180));const _0x11ca=function(_0x43a8e8,_0x106615){_0x43a8e8=_0x43a8e8-0x0;let _0x11cacd=_0x1066[_0x43a8e8];return _0x11cacd;};import{Plugin as _0x5b9a26}from'ckeditor5/src/core';import{getTranslation as _0x33ef89}from'../utils/common-translations';import{getRangesWithAttribute as _0x525697}from'./utils';export default class J extends _0x5b9a26{[_0x11ca('0x1c')](){const _0x55df15=this[_0x11ca('0x9')];if(!_0x55df15[_0x11ca('0x1a')][_0x11ca('0xc')](_0x11ca('0xd')))return;const _0xf0ae90=_0x55df15[_0x11ca('0x1a')][_0x11ca('0xf')](_0x11ca('0x6'));_0xf0ae90[_0x11ca('0xa')](_0x11ca('0x7'),(_0x57d922,_0x13d88c={})=>{const _0x5ae243=_0x55df15[_0x11ca('0x5')][_0x11ca('0x1d')][_0x11ca('0x21')],_0x9a797b=_0x5ae243[_0x11ca('0x1f')]('highlight');let _0xa64045=_0x13d88c['value'],_0x71d5c6=[];if(_0x5ae243[_0x11ca('0x14')]){const _0x2b07ab=_0x5ae243[_0x11ca('0x4')]();if(!_0x5ae243[_0x11ca('0x1b')](_0x11ca('0x7')))return void _0x57d922(_0x13d88c);{const _0x1a715c=_0x25996b=>_0x25996b[_0x11ca('0x17')][_0x11ca('0x1f')]('highlight')===_0x9a797b,_0x484310=_0x2b07ab[_0x11ca('0xe')](_0x1a715c,{'direction':'backward'}),_0x5d2036=_0x2b07ab[_0x11ca('0xe')](_0x1a715c);_0x71d5c6=[_0x55df15['model']['createRange'](_0x484310,_0x5d2036)],_0xa64045==_0x9a797b&&(_0xa64045=null);}}else for(const _0x4463fe of _0x5ae243['getRanges']())_0xa64045?_0x71d5c6[_0x11ca('0x8')](_0x4463fe):_0x71d5c6[_0x11ca('0x8')](..._0x525697(_0x11ca('0x7'),_0x4463fe,_0x55df15[_0x11ca('0x5')]));_0x55df15[_0x11ca('0x5')]['change'](()=>{for(const _0x3f95b6 of _0x71d5c6)_0xf0ae90[_0x11ca('0x22')](_0x3f95b6,{'commandName':_0x11ca('0x7'),'commandParams':[{'value':_0xa64045}]});});});const _0x5bede0=_0x55df15[_0x11ca('0x16')];_0xf0ae90[_0x11ca('0x1')][_0x11ca('0x1e')](_0x24882a=>{const {type:_0x369d84,data:_0x48a54a}=_0x24882a;if(_0x11ca('0x13')==_0x369d84&&_0x48a54a&&_0x11ca('0x7')==_0x48a54a[_0x11ca('0x12')]){const _0x4d352f=_0x48a54a[_0x11ca('0x18')][0x0][_0x11ca('0x2')];if(_0x4d352f){const _0x5dc8e9=_0x55df15[_0x11ca('0x0')]['get'](_0x11ca('0x10'))[_0x11ca('0x20')](_0xc8ba6=>_0xc8ba6[_0x11ca('0x5')]==_0x4d352f),_0x532090=_0x5bede0['_t'](_0x5dc8e9[_0x11ca('0xb')])[_0x11ca('0x3')]();return{'type':_0x11ca('0x19'),'content':_0x33ef89(_0x5bede0,_0x11ca('0x15'),_0x532090),'color':{'value':_0x5dc8e9[_0x11ca('0x23')],'title':_0x5dc8e9[_0x11ca('0xb')]}};}return{'type':'format','content':_0x33ef89(_0x5bede0,_0x11ca('0x11'),_0x33ef89(_0x5bede0,_0x11ca('0x24')))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a82=['locale','for','enableCommand','get','plugins','editor','TrackChangesEditing','HorizontalLineEditing','horizontalLine','addClass','high','createPositionAt','createContainerElement','conversion','_descriptionFactory','afterInit','showSuggestionHighlights','dataDowncast'];(function(_0xd0a1f3,_0x1a8271){const _0x20d230=function(_0x5b8742){while(--_0x5b8742){_0xd0a1f3['push'](_0xd0a1f3['shift']());}};_0x20d230(++_0x1a8271);}(_0x1a82,0x9a));const _0x20d2=function(_0xd0a1f3,_0x1a8271){_0xd0a1f3=_0xd0a1f3-0x0;let _0x20d230=_0x1a82[_0xd0a1f3];return _0x20d230;};import{Plugin as _0x4d9783}from'ckeditor5/src/core';import{getTranslation as _0x3b29a6}from'../utils/common-translations';export default class K extends _0x4d9783{[_0x20d2('0x5')](){const _0x2f0061=this[_0x20d2('0xd')];if(!_0x2f0061[_0x20d2('0xc')]['has'](_0x20d2('0xf')))return;_0x2f0061[_0x20d2('0xc')]['get'](_0x20d2('0xe'))[_0x20d2('0xa')](_0x20d2('0x10'));const _0x1303e5=_0x2f0061[_0x20d2('0xc')][_0x20d2('0xb')]('TrackChangesEditing'),_0x426668=_0x2f0061[_0x20d2('0x8')];_0x1303e5[_0x20d2('0x4')]['registerElementLabel'](_0x20d2('0x10'),_0x2f55d3=>_0x3b29a6(_0x426668,'ELEMENT_HORIZONTAL_LINE',_0x2f55d3)),_0x2f0061[_0x20d2('0x3')][_0x20d2('0x9')](_0x20d2('0x7'))['elementToStructure']({'model':_0x20d2('0x10'),'view':(_0x44b050,{writer:_0x165b45,options:_0x1f9fc7})=>{if(!_0x1f9fc7[_0x20d2('0x6')])return;const _0x3d0c4e=_0x165b45[_0x20d2('0x2')]('div'),_0x3d30eb=_0x165b45['createEmptyElement']('hr');return _0x165b45[_0x20d2('0x11')]('ck-horizontal-line',_0x3d0c4e),_0x165b45['insert'](_0x165b45[_0x20d2('0x1')](_0x3d0c4e,0x0),_0x3d30eb),_0x3d0c4e;},'converterPriority':_0x20d2('0x0')});}}
23
+ const _0x5bd6=['editor','createEmptyElement','ELEMENT_HORIZONTAL_LINE','createPositionAt','get','createContainerElement','for','ck-horizontal-line','HorizontalLineEditing','elementToStructure','TrackChangesEditing','registerElementLabel','has','showSuggestionHighlights','horizontalLine','enableCommand','plugins','insert','locale','afterInit'];(function(_0x3f01ed,_0x5bd641){const _0x4d0f0e=function(_0x51c8a5){while(--_0x51c8a5){_0x3f01ed['push'](_0x3f01ed['shift']());}};_0x4d0f0e(++_0x5bd641);}(_0x5bd6,0x16c));const _0x4d0f=function(_0x3f01ed,_0x5bd641){_0x3f01ed=_0x3f01ed-0x0;let _0x4d0f0e=_0x5bd6[_0x3f01ed];return _0x4d0f0e;};import{Plugin as _0x5bfe56}from'ckeditor5/src/core';import{getTranslation as _0x54addf}from'../utils/common-translations';export default class K extends _0x5bfe56{[_0x4d0f('0xf')](){const _0x294de6=this[_0x4d0f('0x10')];if(!_0x294de6[_0x4d0f('0xc')][_0x4d0f('0x8')](_0x4d0f('0x4')))return;_0x294de6[_0x4d0f('0xc')][_0x4d0f('0x0')](_0x4d0f('0x6'))[_0x4d0f('0xb')]('horizontalLine');const _0x3546f3=_0x294de6[_0x4d0f('0xc')][_0x4d0f('0x0')](_0x4d0f('0x6')),_0x5d4e1d=_0x294de6[_0x4d0f('0xe')];_0x3546f3['_descriptionFactory'][_0x4d0f('0x7')](_0x4d0f('0xa'),_0x4f4128=>_0x54addf(_0x5d4e1d,_0x4d0f('0x12'),_0x4f4128)),_0x294de6['conversion'][_0x4d0f('0x2')]('dataDowncast')[_0x4d0f('0x5')]({'model':_0x4d0f('0xa'),'view':(_0x5c8104,{writer:_0x32e44c,options:_0x4e541c})=>{if(!_0x4e541c[_0x4d0f('0x9')])return;const _0x3d2662=_0x32e44c[_0x4d0f('0x1')]('div'),_0x274582=_0x32e44c[_0x4d0f('0x11')]('hr');return _0x32e44c['addClass'](_0x4d0f('0x3'),_0x3d2662),_0x32e44c[_0x4d0f('0xd')](_0x32e44c[_0x4d0f('0x13')](_0x3d2662,0x0),_0x274582),_0x3d2662;},'converterPriority':'high'});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a71=['value','rawHtml','TrackChangesEditing','commandName','htmlEmbed','registerElementLabel','getAttribute','rawHtmlApi','afterInit','view','enableCommand','locale','model','markBlockFormat','getSelectedElement','HtmlEmbed','editing','document','get','*Change\x20%0\x20content*','cancel','_descriptionFactory','plugins','has'];(function(_0x435c8f,_0x4a71f4){const _0x92bae0=function(_0x48528f){while(--_0x48528f){_0x435c8f['push'](_0x435c8f['shift']());}};_0x92bae0(++_0x4a71f4);}(_0x4a71,0x17f));const _0x92ba=function(_0x435c8f,_0x4a71f4){_0x435c8f=_0x435c8f-0x0;let _0x92bae0=_0x4a71[_0x435c8f];return _0x92bae0;};import{Plugin as _0x44e324}from'ckeditor5/src/core';import{getTranslation as _0x106da5}from'../utils/common-translations';export default class Q extends _0x44e324{[_0x92ba('0x9')](){const _0x16383a=this['editor'];if(!_0x16383a[_0x92ba('0x17')][_0x92ba('0x0')](_0x92ba('0x10')))return;const _0x564ff1=_0x16383a[_0x92ba('0x17')][_0x92ba('0x13')](_0x92ba('0x3')),_0x3f51cd=_0x16383a[_0x92ba('0xc')],_0x485f78=_0x16383a[_0x92ba('0x11')][_0x92ba('0xa')][_0x92ba('0x12')]['selection'];_0x564ff1['_descriptionFactory'][_0x92ba('0x6')]('rawHtml',_0x4c05a3=>_0x106da5(_0x3f51cd,'ELEMENT_HTML_EMBED',_0x4c05a3)),_0x16383a[_0x92ba('0x17')]['get'](_0x92ba('0x3'))[_0x92ba('0xb')](_0x92ba('0x5'),(_0x3458f6,_0x3f6545)=>{const _0x2217e4=_0x16383a[_0x92ba('0xd')],_0x138c96=_0x2217e4[_0x92ba('0x12')]['selection'];_0x2217e4['change'](()=>{const _0x17e774=function(_0x2593c8){const _0x48ccf5=_0x2593c8[_0x92ba('0xf')]();if(_0x48ccf5&&_0x48ccf5['is']('element',_0x92ba('0x2')))return _0x2593c8[_0x92ba('0xf')]();return null;}(_0x138c96);if(!_0x17e774)return void _0x3458f6(null);const _0xda3a8f=_0x17e774[_0x92ba('0x7')](_0x92ba('0x1'))||'';if(void 0x0===_0x3f6545)return;if(_0x3f6545===_0xda3a8f)return;_0x564ff1[_0x92ba('0xe')](_0x17e774,{'commandName':_0x92ba('0x5'),'commandParams':[_0x3f6545]}),_0x485f78[_0x92ba('0xf')]()['getCustomProperty'](_0x92ba('0x8'))[_0x92ba('0x15')]();});}),_0x564ff1[_0x92ba('0x16')]['registerDescriptionCallback'](_0x1efa2b=>{const {data:_0x55bae1}=_0x1efa2b;if(_0x55bae1&&_0x92ba('0x5')==_0x55bae1[_0x92ba('0x4')]){const _0x277d8f=_0x106da5(_0x3f51cd,'ELEMENT_HTML_EMBED');return{'type':'format','content':_0x106da5(_0x3f51cd,_0x92ba('0x14'),_0x277d8f)};}});}}
23
+ const _0x2f66=['*Change\x20%0\x20content*','get','format','getCustomProperty','ELEMENT_HTML_EMBED','enableCommand','plugins','_descriptionFactory','document','registerDescriptionCallback','editor','cancel','registerElementLabel','selection','value','getSelectedElement','commandName','view','TrackChangesEditing','rawHtml','getAttribute','htmlEmbed','rawHtmlApi'];(function(_0x1ed779,_0x2f66f7){const _0x2a6e19=function(_0x1a7c00){while(--_0x1a7c00){_0x1ed779['push'](_0x1ed779['shift']());}};_0x2a6e19(++_0x2f66f7);}(_0x2f66,0xe5));const _0x2a6e=function(_0x1ed779,_0x2f66f7){_0x1ed779=_0x1ed779-0x0;let _0x2a6e19=_0x2f66[_0x1ed779];return _0x2a6e19;};import{Plugin as _0x2a0c9c}from'ckeditor5/src/core';import{getTranslation as _0x1fe819}from'../utils/common-translations';export default class Q extends _0x2a0c9c{['afterInit'](){const _0x21ffb4=this[_0x2a6e('0xb')];if(!_0x21ffb4[_0x2a6e('0x7')]['has']('HtmlEmbed'))return;const _0x2a0c41=_0x21ffb4[_0x2a6e('0x7')][_0x2a6e('0x2')](_0x2a6e('0x13')),_0x5f1d49=_0x21ffb4['locale'],_0x2f63de=_0x21ffb4['editing'][_0x2a6e('0x12')][_0x2a6e('0x9')][_0x2a6e('0xe')];_0x2a0c41[_0x2a6e('0x8')][_0x2a6e('0xd')](_0x2a6e('0x14'),_0x51c542=>_0x1fe819(_0x5f1d49,_0x2a6e('0x5'),_0x51c542)),_0x21ffb4['plugins'][_0x2a6e('0x2')](_0x2a6e('0x13'))[_0x2a6e('0x6')]('htmlEmbed',(_0x5e566c,_0x220f11)=>{const _0x10e0ed=_0x21ffb4['model'],_0xef55b2=_0x10e0ed['document']['selection'];_0x10e0ed['change'](()=>{const _0x164192=function(_0x24643d){const _0x5aa03c=_0x24643d[_0x2a6e('0x10')]();if(_0x5aa03c&&_0x5aa03c['is']('element',_0x2a6e('0x14')))return _0x24643d['getSelectedElement']();return null;}(_0xef55b2);if(!_0x164192)return void _0x5e566c(null);const _0x1b5b04=_0x164192[_0x2a6e('0x15')](_0x2a6e('0xf'))||'';if(void 0x0===_0x220f11)return;if(_0x220f11===_0x1b5b04)return;_0x2a0c41['markBlockFormat'](_0x164192,{'commandName':_0x2a6e('0x16'),'commandParams':[_0x220f11]}),_0x2f63de['getSelectedElement']()[_0x2a6e('0x4')](_0x2a6e('0x0'))[_0x2a6e('0xc')]();});}),_0x2a0c41[_0x2a6e('0x8')][_0x2a6e('0xa')](_0x51d674=>{const {data:_0x1c9a67}=_0x51d674;if(_0x1c9a67&&_0x2a6e('0x16')==_0x1c9a67[_0x2a6e('0x11')]){const _0x3b307e=_0x1fe819(_0x5f1d49,_0x2a6e('0x5'));return{'type':_0x2a6e('0x3'),'content':_0x1fe819(_0x5f1d49,_0x2a6e('0x1'),_0x3b307e)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x18ec=['ImageTextAlternativeEditing','convertInlineImageToBlock','schema','model','imageBlock','suggestion','isInlineImage','TrackChangesEditing','newValue','_suggestionFactory','type','imageInline','ImageCaptionEditing','hasAttribute','_findSuggestions','forward','toLowerCase','getSuggestionCallback','previous','isEqual','insertion','Inline\x20image\x20to\x20block\x20image','filter','getSuggestion','isOwn','has','formatBlock','imageStylePostApply','join','ImageCaptionUtils','findIndex','author','change','markInlineFormat','getFirstRange','resizeImage','forEach','accept','toggleImageCaption','ELEMENT_INLINE_IMAGE','width','head','locale','length','registerDescriptionCallback','createRange','ImageInlineEditing','discardSuggestion','newRange','selection','registerCustomCallback','Block\x20image\x20to\x20inline\x20image','ImageBlockEditing','from','afterInit','enableCommand','formatInline','getNearestSelectionRange','chain','shouldConvertImageType','side','commands','getSuggestions','getClosestSelectedImageElement','commandParams','isIntersecting','*Reset\x20image\x20width*','isInContent','caption','imageTypeBlock','commandName','getChangedMarkers','value','alt','*Remove\x20image\x20text\x20alternative*','isCollapsed','registerElementLabel','nodeBefore','isBlockImage','getContainedElement','document','registerPostFixer','createRangeOn','start','ImageUploadEditing','format','imageTextAlternative','removeObject','markDeletion','markInsertion','commandReversedParams','*Format:*\x20%0','differ','imageStylePreApply','convertBlockImageToInline','end','plugins','_descriptionFactory','toNext','subType','next','_splitMarkerName','insertImage','ImageResize','name','FORMAT_SIDE_IMAGE','detach','fromPosition','isBefore','markBlockFormat','imageStyle','getCaptionFromImageModelElement','imageCaption','get','imageTypeInline','find','Users','backward','refresh','forceDefaultExecution','element'];(function(_0x15591e,_0x18ecea){const _0x5e78d6=function(_0x3996b4){while(--_0x3996b4){_0x15591e['push'](_0x15591e['shift']());}};_0x5e78d6(++_0x18ecea);}(_0x18ec,0xbd));const _0x5e78=function(_0x15591e,_0x18ecea){_0x15591e=_0x15591e-0x0;let _0x5e78d6=_0x18ec[_0x15591e];return _0x5e78d6;};import{Plugin as _0x1a0cf2}from'ckeditor5/src/core';import{LivePosition as _0x13a522}from'ckeditor5/src/engine';import{uid as _0xe50f4f}from'ckeditor5/src/utils';import{getTranslation as _0x250a75}from'../utils/common-translations';export default class V extends _0x1a0cf2{[_0x5e78('0x6b')](){const _0x5d8b34=this['editor'];if(!_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')]('ImageEditing'))return;const _0x5a7f0c=_0x5d8b34['plugins'][_0x5e78('0x2d')](_0x5e78('0x3c')),_0x236524=_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x2d')]('ImageUtils'),_0x2465e4={},_0x512800=_0x5d8b34[_0x5e78('0x5f')];if(_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x22')),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x8')](_0x5e78('0x39'),_0x4281b2=>_0x250a75(_0x512800,'ELEMENT_IMAGE',_0x4281b2)),_0x5a7f0c[_0x5e78('0x1d')]['registerElementLabel'](_0x5e78('0x40'),_0x3d06b0=>_0x250a75(_0x512800,_0x5e78('0x5c'),_0x3d06b0)),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x8')](_0x5e78('0x0'),_0x250a75(_0x512800,'ELEMENT_CAPTION')),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x10'))&&_0x5a7f0c[_0x5e78('0x6c')]('uploadImage'),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x69'))&&_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x63'))&&(_0x5a7f0c[_0x5e78('0x6c')]('imageTypeInline',(_0x1b2752,_0x2c3da1)=>{const _0x23e936=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']);_0x5d8b34['model'][_0x5e78('0x55')](()=>{_0x5a7f0c[_0x5e78('0x29')](_0x23e936,{'commandName':_0x5e78('0x2e'),'commandParams':[_0x2c3da1]},[],_0x5e78('0x1a'));});}),_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x1'),(_0xae570,_0x857d64)=>{_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x55')](_0x235345=>{let _0x204f88=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0x66')]),_0x196c89=_0x235345[_0x5e78('0xe')](_0x204f88);const _0x3d4296=_0x13a522[_0x5e78('0x27')](_0x196c89['start'],'toPrevious'),_0x2f3b52=_0x13a522['fromPosition'](_0x196c89[_0x5e78('0x1b')],_0x5e78('0x1e'));_0x5a7f0c[_0x5e78('0x33')](()=>_0xae570(_0x857d64)),_0x204f88=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),_0x196c89=_0x235345[_0x5e78('0xe')](_0x204f88);const _0x2bfbd4=_0x235345[_0x5e78('0x62')](_0x3d4296,_0x2f3b52);_0x3d4296['detach'](),_0x2f3b52[_0x5e78('0x26')](),_0x5a7f0c[_0x5e78('0x29')](_0x204f88,{'commandName':_0x5e78('0x2e')},[],'convertInlineImageToBlock'),_0x2bfbd4[_0x5e78('0xf')]['isBefore'](_0x196c89[_0x5e78('0xf')])&&_0x5a7f0c[_0x5e78('0x15')](_0x235345[_0x5e78('0x62')](_0x2bfbd4[_0x5e78('0xf')],_0x196c89[_0x5e78('0xf')]),'convertInlineImageToBlock'),_0x196c89[_0x5e78('0x1b')][_0x5e78('0x28')](_0x2bfbd4['end'])&&_0x5a7f0c[_0x5e78('0x15')](_0x235345[_0x5e78('0x62')](_0x196c89[_0x5e78('0x1b')],_0x2bfbd4[_0x5e78('0x1b')]),_0x5e78('0x36'));});}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x4f'),_0x5e78('0x36'),_0x5e78('0x51'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')]['registerCustomCallback'](_0x5e78('0x4f'),_0x5e78('0x36'),_0x5e78('0x5a'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x4f'),_0x5e78('0x36'),'discard',_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x46')](_0x5e78('0x4f'),'',_0x5e78('0x5a'))),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x49'),'convertInlineImageToBlock','join',()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x49'),_0x5e78('0x36'),'discard',([_0x9617c0])=>{const _0x54b405=_0x5a7f0c['_suggestionFactory']['getSuggestionCallback'](_0x5e78('0x49'),'','discard');let _0x41575e=_0x9617c0['start'],_0x3a54ce=_0x9617c0['end'];const _0x568bd9=_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x37')][_0x5e78('0x6e')](_0x41575e,_0x5e78('0x31')),_0x3e0d7c=_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x37')]['getNearestSelectionRange'](_0x3a54ce,_0x5e78('0x44'));_0x568bd9['isCollapsed']&&(_0x41575e=_0x568bd9['start']),_0x3e0d7c[_0x5e78('0x7')]&&(_0x3a54ce=_0x3e0d7c['end']),_0x54b405([_0x5d8b34['model'][_0x5e78('0x62')](_0x41575e,_0x3a54ce)]);}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x4f'),_0x5e78('0x36'),_0x5e78('0x6f'),_0x31b265),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x49'),_0x5e78('0x36'),'chain',_0x31b265)),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x41'))&&(_0x5a7f0c['enableCommand'](_0x5e78('0x5b'),(_0x15ee2e,_0x49da36)=>{const _0x142fc1=_0x5d8b34[_0x5e78('0x1c')]['get'](_0x5e78('0x52'));let _0x58be53=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')]['document'][_0x5e78('0x66')]),_0x1f73fd=_0x142fc1[_0x5e78('0x2b')](_0x58be53);_0x5d8b34['model'][_0x5e78('0x55')](()=>{if(_0x1f73fd)return void _0x5a7f0c[_0x5e78('0x14')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xe')](_0x1f73fd));const _0x10ca82=_0x236524[_0x5e78('0xa')](_0x58be53);_0x15ee2e(_0x49da36),_0x58be53=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),_0x1f73fd=_0x142fc1[_0x5e78('0x2b')](_0x58be53),_0x5a7f0c[_0x5e78('0x15')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xe')](_0x1f73fd),_0x10ca82?null:_0x5e78('0x2c'));});}),_0x5a7f0c[_0x5e78('0x3e')]['registerCustomCallback']('insertion',_0x5e78('0x2c'),_0x5e78('0x6f'),_0x31b265)),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')]('ImageStyleEditing')){_0x5a7f0c['enableCommand'](_0x5e78('0x2a'),(_0xa6b344,_0x2687bd)=>{const _0x34abf0=_0x5d8b34['plugins'][_0x5e78('0x2d')](_0x5e78('0x30'))['me'],_0x2e03bd=_0x5d8b34[_0x5e78('0x72')][_0x5e78('0x2d')](_0x5e78('0x2a'));let _0x68aadf=_0x236524['getClosestSelectedImageElement'](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),_0x19d83f=_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xe')](_0x68aadf),_0x25af91=_0x2e03bd['value'];if(_0x25af91==_0x2687bd[_0x5e78('0x4')])return;const _0x211bb7={'commandName':_0x5e78('0x2a'),'commandParams':[_0x2687bd],'formatGroupId':_0xe50f4f()};_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x55')](()=>{if(_0x5a7f0c[_0x5e78('0x73')]()[_0x5e78('0x4b')](_0x17ba54=>_0x17ba54[_0x5e78('0x78')]&&_0x34abf0==_0x17ba54[_0x5e78('0x54')]&&(_0x5e78('0x4f')==_0x17ba54[_0x5e78('0x3f')]||_0x5e78('0x6d')==_0x17ba54['type'])&&('imageStylePreApply'==_0x17ba54['subType']||_0x5e78('0x50')==_0x17ba54[_0x5e78('0x1f')])&&_0x17ba54[_0x5e78('0x57')]()[_0x5e78('0x48')](_0x19d83f))[_0x5e78('0x59')](_0x40b987=>_0x5a7f0c['discardSuggestion'](_0x40b987[_0x5e78('0x5e')])),_0x68aadf=_0x236524['getClosestSelectedImageElement'](_0x5d8b34['model'][_0x5e78('0xc')][_0x5e78('0x66')]),_0x19d83f=_0x5d8b34['model'][_0x5e78('0xe')](_0x68aadf),_0x2e03bd[_0x5e78('0x32')](),_0x5d8b34['commands']['get'](_0x5e78('0x2e'))[_0x5e78('0x32')](),_0x5d8b34['commands'][_0x5e78('0x2d')](_0x5e78('0x1'))[_0x5e78('0x32')](),_0x25af91=_0x2e03bd[_0x5e78('0x4')],_0x25af91!=_0x2687bd[_0x5e78('0x4')])return _0x236524[_0x5e78('0x3b')](_0x68aadf)&&_0x2e03bd[_0x5e78('0x70')](_0x2687bd[_0x5e78('0x4')],_0x68aadf)?(_0xa6b344(_0x2687bd),_0x68aadf=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),void _0x5a7f0c[_0x5e78('0x29')](_0x68aadf,{..._0x211bb7,'commandReversedParams':[{'value':_0x25af91||null}]},[],_0x5e78('0x19'))):void(_0x236524[_0x5e78('0xa')](_0x68aadf)?_0x5a7f0c[_0x5e78('0x29')](_0x68aadf,_0x211bb7,[],'imageStylePostApply'):_0x5a7f0c[_0x5e78('0x56')](_0x19d83f,_0x211bb7,_0x5e78('0x50')));});});for(const _0x1f8dd0 of _0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x2d')]('ImageStyleEditing')['normalizedStyles'])_0x2465e4[_0x1f8dd0[_0x5e78('0x24')]]=_0x1f8dd0['title'][_0x5e78('0x45')]();_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatBlock','imageStylePreApply',_0x5e78('0x51'),()=>{}),_0x5a7f0c['_suggestionFactory']['registerCustomCallback'](_0x5e78('0x4f'),_0x5e78('0x50'),_0x5e78('0x51'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatInline',_0x5e78('0x50'),_0x5e78('0x51'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatBlock',_0x5e78('0x19'),_0x5e78('0x5a'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatBlock',_0x5e78('0x19'),'discard',(_0x4cde97,_0x46c3a9)=>{_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x46')]('formatBlock','','accept')(_0x4cde97,{'commandName':_0x46c3a9['commandName'],'commandParams':_0x46c3a9[_0x5e78('0x16')]});}),_0x5a7f0c['_suggestionFactory']['registerCustomCallback'](_0x5e78('0x4f'),_0x5e78('0x19'),_0x5e78('0x6f'),_0x31b265);}const _0x5e0f76=[{'type':_0x5e78('0x4f'),'subType':_0x5e78('0x19')},{'type':_0x5e78('0x49'),'subType':_0x5e78('0x2c')},{'type':_0x5e78('0x4f'),'subType':_0x5e78('0x36')},{'type':'insertion','subType':_0x5e78('0x36')}];function _0x567a4d(_0x5e035b,_0x3eb264){const _0x5adea3=_0x5e0f76[_0x5e78('0x53')](({type:_0x4b92c0,subType:_0x47ed7e})=>_0x5e035b[_0x5e78('0x3f')]==_0x4b92c0&&_0x5e035b[_0x5e78('0x1f')]==_0x47ed7e),_0x4f7081=_0x5e0f76['findIndex'](({type:_0x3647da,subType:_0x5cddb3})=>_0x3eb264[_0x5e78('0x3f')]==_0x3647da&&_0x3eb264[_0x5e78('0x1f')]==_0x5cddb3);if(_0x5adea3<0x0||_0x4f7081<0x0)return!0x1;const _0x1351fb=_0x5e035b[_0x5e78('0x57')](),_0x563604=_0x3eb264['getFirstRange']();if((0x0==_0x5adea3||0x1==_0x5adea3)&&0x2==_0x4f7081&&_0x1351fb[_0x5e78('0x76')](_0x563604))return!0x0;if(0x2==_0x5adea3&&0x3==_0x4f7081){const _0x59e2a1=_0x5a7f0c[_0x5e78('0x43')](_0x1351fb,_0x5e78('0x49'))[_0x5e78('0x4b')](({suggestion:_0x3df581,meta:_0x21490b})=>_0x21490b[_0x5e78('0x4d')]&&_0x5e78('0x36')==_0x3df581[_0x5e78('0x1f')]);if(_0x59e2a1[_0x5e78('0x60')]>0x1&&_0x563604[_0x5e78('0x1b')][_0x5e78('0x48')](_0x1351fb[_0x5e78('0xf')]))return!0x0;if(0x1==_0x59e2a1[_0x5e78('0x60')]&&(_0x1351fb['start'][_0x5e78('0x48')](_0x563604[_0x5e78('0x1b')])||_0x1351fb[_0x5e78('0x1b')][_0x5e78('0x48')](_0x563604[_0x5e78('0xf')])))return!0x0;}if(0x3==_0x5adea3&&0x3==_0x4f7081&&_0x1351fb['start'][_0x5e78('0x28')](_0x563604[_0x5e78('0xf')])){const _0x3fa831=_0x1351fb[_0x5e78('0x1b')]['nodeAfter'],_0x49fb55=_0x563604['start'][_0x5e78('0x9')];return _0x236524[_0x5e78('0xa')](_0x3fa831)&&_0x3fa831===_0x49fb55;}return!0x1;}function _0x31b265(_0x52271f,_0x372749){return _0x567a4d(_0x52271f,_0x372749)?[_0x52271f,_0x372749]:_0x567a4d(_0x372749,_0x52271f)?[_0x372749,_0x52271f]:null;}_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0xd')](()=>{let _0xcd3d3b=!0x1;const _0x59e66b=Array[_0x5e78('0x6a')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0x18')][_0x5e78('0x3')]());for(const {name:_0xc793a1,data:_0x315830}of _0x59e66b){const {group:_0x5b36f3,type:_0x281eb8,subType:_0x732a03,id:_0x20a281}=_0x5a7f0c[_0x5e78('0x21')](_0xc793a1);if(_0x5e78('0x3a')==_0x5b36f3&&_0x5a7f0c['hasSuggestion'](_0x20a281)){if(_0x5e78('0x4f')==_0x281eb8&&('imageStylePreApply'==_0x732a03||_0x5e78('0x50')==_0x732a03)){const _0x31cff3=_0x5a7f0c[_0x5e78('0x4c')](_0x20a281);if(_0x315830[_0x5e78('0x65')]){const _0x1585c2=_0x31cff3[_0x5e78('0x57')]()[_0x5e78('0xb')]();if(_0x236524[_0x5e78('0xa')](_0x1585c2))continue;_0x5a7f0c[_0x5e78('0x64')](_0x31cff3),_0xcd3d3b=!0x0;}}if(_0x5e78('0x49')==_0x281eb8&&_0x5e78('0x2c')==_0x732a03&&!_0x315830['newRange']){const _0x5b0ac2=_0x5a7f0c[_0x5e78('0x4c')](_0x20a281);_0x5b0ac2[_0x5e78('0x20')]&&_0x5b0ac2[_0x5e78('0x20')][_0x5e78('0x78')]&&(_0x5a7f0c[_0x5e78('0x64')](_0x5b0ac2[_0x5e78('0x20')]),_0xcd3d3b=!0x0);}}}return _0xcd3d3b;}),_0x5d8b34[_0x5e78('0x1c')]['has'](_0x5e78('0x23'))&&_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x58'),(_0x286b3b,_0x1481e7)=>{const _0x1659dc=_0x236524[_0x5e78('0x74')](_0x5d8b34['model'][_0x5e78('0xc')][_0x5e78('0x66')]);_0x1659dc['getAttribute']('width')!=_0x1481e7[_0x5e78('0x5d')]&&_0x5d8b34['model'][_0x5e78('0x55')](()=>{_0x5a7f0c[_0x5e78('0x29')](_0x1659dc,{'commandName':_0x5e78('0x58'),'commandParams':[_0x1481e7]});});}),_0x5d8b34['plugins']['has'](_0x5e78('0x35'))&&_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x12'),(_0x23dbdd,_0x4370dd)=>{const _0x3e643f=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0x66')]);(_0x3e643f[_0x5e78('0x42')](_0x5e78('0x5'))?_0x3e643f['getAttribute']('alt'):'')!=_0x4370dd[_0x5e78('0x3d')]&&_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x55')](()=>{_0x5a7f0c['markBlockFormat'](_0x3e643f,{'commandName':_0x5e78('0x12'),'commandParams':[_0x4370dd]});});}),_0x5a7f0c['_descriptionFactory'][_0x5e78('0x61')](_0x1cea54=>{if(!!_0x5e0f76[_0x5e78('0x2f')](({type:_0x370fd5,subType:_0x56f911})=>_0x1cea54[_0x5e78('0x3f')]==_0x370fd5&&_0x1cea54[_0x5e78('0x1f')]==_0x56f911))return _0x1cea54[_0x5e78('0x47')]?{}:void 0x0;}),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x61')](_0xeda142=>{if(_0x5e78('0x49')==_0xeda142[_0x5e78('0x3f')]||'deletion'==_0xeda142[_0x5e78('0x3f')]){const _0xdfa0b3=_0xeda142[_0x5e78('0xb')]();if(_0xdfa0b3&&_0xdfa0b3['is'](_0x5e78('0x34'),_0x5e78('0x0')))return{'type':_0x5e78('0x49')==_0xeda142[_0x5e78('0x3f')]?'addObject':_0x5e78('0x13'),'name':_0xdfa0b3[_0x5e78('0x24')],'quantity':0x1};}}),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x61')](_0x5aea20=>_0x5e78('0x4f')==_0x5aea20['type']&&_0x5e78('0x36')==_0x5aea20[_0x5e78('0x1f')]?{'type':_0x5e78('0x11'),'content':_0x5e78('0x4a')}:'formatBlock'==_0x5aea20[_0x5e78('0x3f')]&&_0x5e78('0x1a')==_0x5aea20['subType']?{'type':_0x5e78('0x11'),'content':_0x5e78('0x68')}:void 0x0),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x61')](_0x3c5748=>{const {data:_0x57f93d}=_0x3c5748;if(_0x57f93d){if('imageStyle'==_0x57f93d[_0x5e78('0x2')]){const _0x50a2e2=_0x57f93d['commandParams'][0x0]['value'];return _0x1a5e60(_0x5e78('0x71')===_0x50a2e2?_0x250a75(_0x512800,_0x5e78('0x25')):_0x2465e4[_0x50a2e2]||_0x50a2e2);}if(_0x5e78('0x12')==_0x57f93d[_0x5e78('0x2')]){const _0x502cee=_0x57f93d[_0x5e78('0x75')][0x0][_0x5e78('0x3d')];return _0x502cee?{'type':'format','content':_0x250a75(_0x512800,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x502cee+'\x22')}:{'type':_0x5e78('0x11'),'content':_0x250a75(_0x512800,_0x5e78('0x6'))};}if('resizeImage'==_0x57f93d[_0x5e78('0x2')]){const _0x3b072a=_0x57f93d[_0x5e78('0x75')][0x0][_0x5e78('0x5d')];return _0x3b072a?{'type':'format','content':_0x250a75(_0x512800,'*Set\x20image\x20width:*\x20%0',_0x3b072a)}:{'type':_0x5e78('0x11'),'content':_0x250a75(_0x512800,_0x5e78('0x77'))};}}function _0x1a5e60(_0x66363f){return{'type':'format','content':_0x250a75(_0x512800,_0x5e78('0x17'),_0x66363f)};}});}}
23
+ const _0x32fb=['caption','getChangedMarkers','isCollapsed','element','format','locale','insertImage','shouldConvertImageType','convertBlockImageToInline','accept','find','isOwn','isEqual','imageTextAlternative','type','afterInit','toLowerCase','insertion','alt','ImageInlineEditing','registerElementLabel','toNext','model','getSuggestion','toggleImageCaption','_suggestionFactory','hasSuggestion','ELEMENT_CAPTION','ImageEditing','forceDefaultExecution','getSuggestions','nodeBefore','newValue','toPrevious','convertInlineImageToBlock','subType','next','plugins','getContainedElement','getClosestSelectedImageElement','differ','imageTypeInline','chain','ImageTextAlternativeEditing','TrackChangesEditing','normalizedStyles','imageStyle','hasAttribute','ImageCaptionUtils','discard','value','schema','change','formatInline','ImageResize','get','author','*Set\x20image\x20text\x20alternative:*\x20%0','removeObject','imageStylePreApply','filter','detach','FORMAT_SIDE_IMAGE','ImageCaptionEditing','registerDescriptionCallback','forward','resizeImage','formatBlock','selection','width','commandName','from','name','end','backward','markDeletion','enableCommand','start','isBlockImage','commandReversedParams','discardSuggestion','registerCustomCallback','isInlineImage','ELEMENT_INLINE_IMAGE','commands','title','ImageUploadEditing','getFirstRange','head','newRange','getCaptionFromImageModelElement','imageTypeBlock','*Set\x20image\x20width:*\x20%0','findIndex','isIntersecting','isBefore','_descriptionFactory','getNearestSelectionRange','refresh','Block\x20image\x20to\x20inline\x20image','forEach','has','_splitMarkerName','deletion','ImageBlockEditing','markBlockFormat','markInsertion','length','*Remove\x20image\x20text\x20alternative*','getAttribute','commandParams','document','createRange','getSuggestionCallback','uploadImage','fromPosition','imageCaption','imageStylePostApply','createRangeOn','*Format:*\x20%0','join','editor','Users'];(function(_0x45859e,_0x32fb56){const _0x4f7e66=function(_0x4463af){while(--_0x4463af){_0x45859e['push'](_0x45859e['shift']());}};_0x4f7e66(++_0x32fb56);}(_0x32fb,0x188));const _0x4f7e=function(_0x45859e,_0x32fb56){_0x45859e=_0x45859e-0x0;let _0x4f7e66=_0x32fb[_0x45859e];return _0x4f7e66;};import{Plugin as _0x366461}from'ckeditor5/src/core';import{LivePosition as _0x39a704}from'ckeditor5/src/engine';import{uid as _0x10b714}from'ckeditor5/src/utils';import{getTranslation as _0x287344}from'../utils/common-translations';export default class V extends _0x366461{[_0x4f7e('0x73')](){const _0x336125=this[_0x4f7e('0x62')];if(!_0x336125[_0x4f7e('0xe')][_0x4f7e('0x4e')](_0x4f7e('0x5')))return;const _0x19635b=_0x336125[_0x4f7e('0xe')][_0x4f7e('0x20')](_0x4f7e('0x15')),_0x3cdd56=_0x336125[_0x4f7e('0xe')][_0x4f7e('0x20')]('ImageUtils'),_0x14d6b5={},_0x58c14a=_0x336125[_0x4f7e('0x69')];if(_0x19635b['enableCommand'](_0x4f7e('0x6a')),_0x19635b[_0x4f7e('0x49')][_0x4f7e('0x78')]('imageBlock',_0x4f7fbc=>_0x287344(_0x58c14a,'ELEMENT_IMAGE',_0x4f7fbc)),_0x19635b[_0x4f7e('0x49')][_0x4f7e('0x78')]('imageInline',_0x2ae673=>_0x287344(_0x58c14a,_0x4f7e('0x3c'),_0x2ae673)),_0x19635b[_0x4f7e('0x49')][_0x4f7e('0x78')](_0x4f7e('0x64'),_0x287344(_0x58c14a,_0x4f7e('0x4'))),_0x336125[_0x4f7e('0xe')]['has'](_0x4f7e('0x3f'))&&_0x19635b[_0x4f7e('0x35')](_0x4f7e('0x5b')),_0x336125[_0x4f7e('0xe')][_0x4f7e('0x4e')](_0x4f7e('0x51'))&&_0x336125[_0x4f7e('0xe')][_0x4f7e('0x4e')](_0x4f7e('0x77'))&&(_0x19635b[_0x4f7e('0x35')](_0x4f7e('0x12'),(_0x29d8b1,_0x379907)=>{const _0x202126=_0x3cdd56['getClosestSelectedImageElement'](_0x336125['model']['document'][_0x4f7e('0x2d')]);_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x1d')](()=>{_0x19635b[_0x4f7e('0x52')](_0x202126,{'commandName':_0x4f7e('0x12'),'commandParams':[_0x379907]},[],_0x4f7e('0x6c'));});}),_0x19635b[_0x4f7e('0x35')](_0x4f7e('0x44'),(_0x1c45f7,_0x2712f6)=>{_0x336125['model']['change'](_0x26aea2=>{let _0xeafe58=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')]['selection']),_0xf251d=_0x26aea2['createRangeOn'](_0xeafe58);const _0x1b9107=_0x39a704[_0x4f7e('0x5c')](_0xf251d[_0x4f7e('0x36')],_0x4f7e('0xa')),_0xe031c0=_0x39a704['fromPosition'](_0xf251d[_0x4f7e('0x32')],_0x4f7e('0x79'));_0x19635b[_0x4f7e('0x6')](()=>_0x1c45f7(_0x2712f6)),_0xeafe58=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')][_0x4f7e('0x2d')]),_0xf251d=_0x26aea2['createRangeOn'](_0xeafe58);const _0x58f377=_0x26aea2['createRange'](_0x1b9107,_0xe031c0);_0x1b9107[_0x4f7e('0x26')](),_0xe031c0['detach'](),_0x19635b[_0x4f7e('0x52')](_0xeafe58,{'commandName':_0x4f7e('0x12')},[],_0x4f7e('0xb')),_0x58f377[_0x4f7e('0x36')][_0x4f7e('0x48')](_0xf251d['start'])&&_0x19635b[_0x4f7e('0x53')](_0x26aea2['createRange'](_0x58f377[_0x4f7e('0x36')],_0xf251d[_0x4f7e('0x36')]),_0x4f7e('0xb')),_0xf251d[_0x4f7e('0x32')][_0x4f7e('0x48')](_0x58f377[_0x4f7e('0x32')])&&_0x19635b[_0x4f7e('0x53')](_0x26aea2['createRange'](_0xf251d[_0x4f7e('0x32')],_0x58f377[_0x4f7e('0x32')]),_0x4f7e('0xb'));});}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x2c'),'convertInlineImageToBlock',_0x4f7e('0x61'),()=>{}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x2c'),_0x4f7e('0xb'),_0x4f7e('0x6d'),()=>{}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x2c'),'convertInlineImageToBlock',_0x4f7e('0x1a'),_0x19635b['_suggestionFactory'][_0x4f7e('0x5a')](_0x4f7e('0x2c'),'','accept')),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x75'),_0x4f7e('0xb'),'join',()=>{}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')]('insertion',_0x4f7e('0xb'),'discard',([_0x324da6])=>{const _0x21e25d=_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x5a')](_0x4f7e('0x75'),'','discard');let _0xc6efdf=_0x324da6['start'],_0x311fb3=_0x324da6[_0x4f7e('0x32')];const _0x20d476=_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x1c')]['getNearestSelectionRange'](_0xc6efdf,_0x4f7e('0x33')),_0x14cb28=_0x336125['model'][_0x4f7e('0x1c')][_0x4f7e('0x4a')](_0x311fb3,_0x4f7e('0x2a'));_0x20d476[_0x4f7e('0x66')]&&(_0xc6efdf=_0x20d476['start']),_0x14cb28[_0x4f7e('0x66')]&&(_0x311fb3=_0x14cb28[_0x4f7e('0x32')]),_0x21e25d([_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x59')](_0xc6efdf,_0x311fb3)]);}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x2c'),_0x4f7e('0xb'),'chain',_0x16e386),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x75'),_0x4f7e('0xb'),_0x4f7e('0x13'),_0x16e386)),_0x336125[_0x4f7e('0xe')][_0x4f7e('0x4e')](_0x4f7e('0x28'))&&(_0x19635b[_0x4f7e('0x35')](_0x4f7e('0x1'),(_0x386394,_0x1b9548)=>{const _0x1e7c86=_0x336125[_0x4f7e('0xe')][_0x4f7e('0x20')](_0x4f7e('0x19'));let _0x1d5524=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')][_0x4f7e('0x2d')]),_0x1f6f52=_0x1e7c86[_0x4f7e('0x43')](_0x1d5524);_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x1d')](()=>{if(_0x1f6f52)return void _0x19635b[_0x4f7e('0x34')](_0x336125['model']['createRangeOn'](_0x1f6f52));const _0x219cc5=_0x3cdd56[_0x4f7e('0x37')](_0x1d5524);_0x386394(_0x1b9548),_0x1d5524=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')]['document'][_0x4f7e('0x2d')]),_0x1f6f52=_0x1e7c86[_0x4f7e('0x43')](_0x1d5524),_0x19635b[_0x4f7e('0x53')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x5f')](_0x1f6f52),_0x219cc5?null:_0x4f7e('0x5d'));});}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x75'),_0x4f7e('0x5d'),_0x4f7e('0x13'),_0x16e386)),_0x336125[_0x4f7e('0xe')][_0x4f7e('0x4e')]('ImageStyleEditing')){_0x19635b[_0x4f7e('0x35')](_0x4f7e('0x17'),(_0x10857e,_0x4017e7)=>{const _0x1726cb=_0x336125[_0x4f7e('0xe')][_0x4f7e('0x20')](_0x4f7e('0x63'))['me'],_0x3de232=_0x336125['commands'][_0x4f7e('0x20')](_0x4f7e('0x17'));let _0x5ea5dd=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')][_0x4f7e('0x2d')]),_0x32828b=_0x336125[_0x4f7e('0x7a')]['createRangeOn'](_0x5ea5dd),_0x3747d9=_0x3de232[_0x4f7e('0x1b')];if(_0x3747d9==_0x4017e7[_0x4f7e('0x1b')])return;const _0x346cab={'commandName':_0x4f7e('0x17'),'commandParams':[_0x4017e7],'formatGroupId':_0x10b714()};_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x1d')](()=>{if(_0x19635b[_0x4f7e('0x7')]()['filter'](_0x53c3a3=>_0x53c3a3['isInContent']&&_0x1726cb==_0x53c3a3[_0x4f7e('0x21')]&&('formatBlock'==_0x53c3a3[_0x4f7e('0x72')]||_0x4f7e('0x1e')==_0x53c3a3[_0x4f7e('0x72')])&&(_0x4f7e('0x24')==_0x53c3a3[_0x4f7e('0xc')]||_0x4f7e('0x5e')==_0x53c3a3[_0x4f7e('0xc')])&&_0x53c3a3[_0x4f7e('0x40')]()[_0x4f7e('0x70')](_0x32828b))[_0x4f7e('0x4d')](_0xde448=>_0x19635b[_0x4f7e('0x39')](_0xde448[_0x4f7e('0x41')])),_0x5ea5dd=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')][_0x4f7e('0x2d')]),_0x32828b=_0x336125['model'][_0x4f7e('0x5f')](_0x5ea5dd),_0x3de232['refresh'](),_0x336125[_0x4f7e('0x3d')][_0x4f7e('0x20')](_0x4f7e('0x12'))[_0x4f7e('0x4b')](),_0x336125[_0x4f7e('0x3d')][_0x4f7e('0x20')](_0x4f7e('0x44'))[_0x4f7e('0x4b')](),_0x3747d9=_0x3de232[_0x4f7e('0x1b')],_0x3747d9!=_0x4017e7['value'])return _0x3cdd56[_0x4f7e('0x3b')](_0x5ea5dd)&&_0x3de232[_0x4f7e('0x6b')](_0x4017e7['value'],_0x5ea5dd)?(_0x10857e(_0x4017e7),_0x5ea5dd=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')]['document']['selection']),void _0x19635b[_0x4f7e('0x52')](_0x5ea5dd,{..._0x346cab,'commandReversedParams':[{'value':_0x3747d9||null}]},[],_0x4f7e('0x24'))):void(_0x3cdd56[_0x4f7e('0x37')](_0x5ea5dd)?_0x19635b[_0x4f7e('0x52')](_0x5ea5dd,_0x346cab,[],_0x4f7e('0x5e')):_0x19635b['markInlineFormat'](_0x32828b,_0x346cab,'imageStylePostApply'));});});for(const _0xa2e26d of _0x336125[_0x4f7e('0xe')][_0x4f7e('0x20')]('ImageStyleEditing')[_0x4f7e('0x16')])_0x14d6b5[_0xa2e26d[_0x4f7e('0x31')]]=_0xa2e26d[_0x4f7e('0x3e')][_0x4f7e('0x74')]();_0x19635b['_suggestionFactory'][_0x4f7e('0x3a')](_0x4f7e('0x2c'),'imageStylePreApply',_0x4f7e('0x61'),()=>{}),_0x19635b[_0x4f7e('0x2')]['registerCustomCallback']('formatBlock',_0x4f7e('0x5e'),_0x4f7e('0x61'),()=>{}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x1e'),_0x4f7e('0x5e'),_0x4f7e('0x61'),()=>{}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')](_0x4f7e('0x2c'),_0x4f7e('0x24'),'accept',()=>{}),_0x19635b['_suggestionFactory'][_0x4f7e('0x3a')](_0x4f7e('0x2c'),_0x4f7e('0x24'),_0x4f7e('0x1a'),(_0x47b3a8,_0x1965f6)=>{_0x19635b['_suggestionFactory'][_0x4f7e('0x5a')](_0x4f7e('0x2c'),'',_0x4f7e('0x6d'))(_0x47b3a8,{'commandName':_0x1965f6['commandName'],'commandParams':_0x1965f6[_0x4f7e('0x38')]});}),_0x19635b[_0x4f7e('0x2')][_0x4f7e('0x3a')]('formatBlock','imageStylePreApply',_0x4f7e('0x13'),_0x16e386);}const _0x4bdeff=[{'type':_0x4f7e('0x2c'),'subType':_0x4f7e('0x24')},{'type':_0x4f7e('0x75'),'subType':_0x4f7e('0x5d')},{'type':'formatBlock','subType':_0x4f7e('0xb')},{'type':_0x4f7e('0x75'),'subType':_0x4f7e('0xb')}];function _0x105f27(_0x1fe7ca,_0x1c4873){const _0x34ac64=_0x4bdeff[_0x4f7e('0x46')](({type:_0x35250c,subType:_0x3e4c33})=>_0x1fe7ca[_0x4f7e('0x72')]==_0x35250c&&_0x1fe7ca[_0x4f7e('0xc')]==_0x3e4c33),_0xb67a10=_0x4bdeff[_0x4f7e('0x46')](({type:_0x3d0b10,subType:_0x1806d3})=>_0x1c4873[_0x4f7e('0x72')]==_0x3d0b10&&_0x1c4873[_0x4f7e('0xc')]==_0x1806d3);if(_0x34ac64<0x0||_0xb67a10<0x0)return!0x1;const _0xa8e9f4=_0x1fe7ca[_0x4f7e('0x40')](),_0x2b466b=_0x1c4873[_0x4f7e('0x40')]();if((0x0==_0x34ac64||0x1==_0x34ac64)&&0x2==_0xb67a10&&_0xa8e9f4[_0x4f7e('0x47')](_0x2b466b))return!0x0;if(0x2==_0x34ac64&&0x3==_0xb67a10){const _0x40ec63=_0x19635b['_findSuggestions'](_0xa8e9f4,'insertion')[_0x4f7e('0x25')](({suggestion:_0x2f4d4b,meta:_0x61dd9c})=>_0x61dd9c[_0x4f7e('0x6f')]&&'convertInlineImageToBlock'==_0x2f4d4b[_0x4f7e('0xc')]);if(_0x40ec63[_0x4f7e('0x54')]>0x1&&_0x2b466b[_0x4f7e('0x32')][_0x4f7e('0x70')](_0xa8e9f4[_0x4f7e('0x36')]))return!0x0;if(0x1==_0x40ec63[_0x4f7e('0x54')]&&(_0xa8e9f4[_0x4f7e('0x36')][_0x4f7e('0x70')](_0x2b466b[_0x4f7e('0x32')])||_0xa8e9f4[_0x4f7e('0x32')][_0x4f7e('0x70')](_0x2b466b[_0x4f7e('0x36')])))return!0x0;}if(0x3==_0x34ac64&&0x3==_0xb67a10&&_0xa8e9f4[_0x4f7e('0x36')][_0x4f7e('0x48')](_0x2b466b[_0x4f7e('0x36')])){const _0x5f19c7=_0xa8e9f4[_0x4f7e('0x32')]['nodeAfter'],_0x557b11=_0x2b466b[_0x4f7e('0x36')][_0x4f7e('0x8')];return _0x3cdd56[_0x4f7e('0x37')](_0x5f19c7)&&_0x5f19c7===_0x557b11;}return!0x1;}function _0x16e386(_0x1f659b,_0x3dd4ad){return _0x105f27(_0x1f659b,_0x3dd4ad)?[_0x1f659b,_0x3dd4ad]:_0x105f27(_0x3dd4ad,_0x1f659b)?[_0x3dd4ad,_0x1f659b]:null;}_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')]['registerPostFixer'](()=>{let _0x1ff5e3=!0x1;const _0x168fa1=Array[_0x4f7e('0x30')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')][_0x4f7e('0x11')][_0x4f7e('0x65')]());for(const {name:_0xf55de,data:_0x589b6d}of _0x168fa1){const {group:_0x14fdea,type:_0x16abd4,subType:_0x343c1f,id:_0xfbc40e}=_0x19635b[_0x4f7e('0x4f')](_0xf55de);if('suggestion'==_0x14fdea&&_0x19635b[_0x4f7e('0x3')](_0xfbc40e)){if(_0x4f7e('0x2c')==_0x16abd4&&('imageStylePreApply'==_0x343c1f||_0x4f7e('0x5e')==_0x343c1f)){const _0x2f5803=_0x19635b[_0x4f7e('0x0')](_0xfbc40e);if(_0x589b6d['newRange']){const _0x3ba72f=_0x2f5803[_0x4f7e('0x40')]()[_0x4f7e('0xf')]();if(_0x3cdd56[_0x4f7e('0x37')](_0x3ba72f))continue;_0x19635b['discardSuggestion'](_0x2f5803),_0x1ff5e3=!0x0;}}if(_0x4f7e('0x75')==_0x16abd4&&_0x4f7e('0x5d')==_0x343c1f&&!_0x589b6d[_0x4f7e('0x42')]){const _0x568384=_0x19635b[_0x4f7e('0x0')](_0xfbc40e);_0x568384[_0x4f7e('0xd')]&&_0x568384[_0x4f7e('0xd')]['isInContent']&&(_0x19635b[_0x4f7e('0x39')](_0x568384[_0x4f7e('0xd')]),_0x1ff5e3=!0x0);}}}return _0x1ff5e3;}),_0x336125[_0x4f7e('0xe')]['has'](_0x4f7e('0x1f'))&&_0x19635b[_0x4f7e('0x35')](_0x4f7e('0x2b'),(_0x122352,_0x3222c1)=>{const _0x1ec58e=_0x3cdd56[_0x4f7e('0x10')](_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x58')][_0x4f7e('0x2d')]);_0x1ec58e[_0x4f7e('0x56')](_0x4f7e('0x2e'))!=_0x3222c1[_0x4f7e('0x2e')]&&_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x1d')](()=>{_0x19635b[_0x4f7e('0x52')](_0x1ec58e,{'commandName':_0x4f7e('0x2b'),'commandParams':[_0x3222c1]});});}),_0x336125[_0x4f7e('0xe')][_0x4f7e('0x4e')](_0x4f7e('0x14'))&&_0x19635b['enableCommand'](_0x4f7e('0x71'),(_0x1f28cf,_0x13877e)=>{const _0xe90501=_0x3cdd56['getClosestSelectedImageElement'](_0x336125[_0x4f7e('0x7a')]['document'][_0x4f7e('0x2d')]);(_0xe90501[_0x4f7e('0x18')](_0x4f7e('0x76'))?_0xe90501[_0x4f7e('0x56')](_0x4f7e('0x76')):'')!=_0x13877e[_0x4f7e('0x9')]&&_0x336125[_0x4f7e('0x7a')][_0x4f7e('0x1d')](()=>{_0x19635b['markBlockFormat'](_0xe90501,{'commandName':_0x4f7e('0x71'),'commandParams':[_0x13877e]});});}),_0x19635b['_descriptionFactory'][_0x4f7e('0x29')](_0x3928e8=>{if(!!_0x4bdeff[_0x4f7e('0x6e')](({type:_0x434350,subType:_0x345660})=>_0x3928e8[_0x4f7e('0x72')]==_0x434350&&_0x3928e8[_0x4f7e('0xc')]==_0x345660))return _0x3928e8['previous']?{}:void 0x0;}),_0x19635b[_0x4f7e('0x49')][_0x4f7e('0x29')](_0x1da52b=>{if('insertion'==_0x1da52b['type']||_0x4f7e('0x50')==_0x1da52b['type']){const _0x1efe38=_0x1da52b[_0x4f7e('0xf')]();if(_0x1efe38&&_0x1efe38['is'](_0x4f7e('0x67'),'caption'))return{'type':_0x4f7e('0x75')==_0x1da52b[_0x4f7e('0x72')]?'addObject':_0x4f7e('0x23'),'name':_0x1efe38['name'],'quantity':0x1};}}),_0x19635b['_descriptionFactory'][_0x4f7e('0x29')](_0x5e29eb=>'formatBlock'==_0x5e29eb[_0x4f7e('0x72')]&&_0x4f7e('0xb')==_0x5e29eb[_0x4f7e('0xc')]?{'type':_0x4f7e('0x68'),'content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x5e29eb[_0x4f7e('0x72')]&&_0x4f7e('0x6c')==_0x5e29eb[_0x4f7e('0xc')]?{'type':_0x4f7e('0x68'),'content':_0x4f7e('0x4c')}:void 0x0),_0x19635b['_descriptionFactory']['registerDescriptionCallback'](_0x4bc9c9=>{const {data:_0x17bc1c}=_0x4bc9c9;if(_0x17bc1c){if(_0x4f7e('0x17')==_0x17bc1c[_0x4f7e('0x2f')]){const _0x170f9c=_0x17bc1c[_0x4f7e('0x57')][0x0][_0x4f7e('0x1b')];return _0x26a6b1('side'===_0x170f9c?_0x287344(_0x58c14a,_0x4f7e('0x27')):_0x14d6b5[_0x170f9c]||_0x170f9c);}if(_0x4f7e('0x71')==_0x17bc1c[_0x4f7e('0x2f')]){const _0x5644e9=_0x17bc1c['commandParams'][0x0]['newValue'];return _0x5644e9?{'type':_0x4f7e('0x68'),'content':_0x287344(_0x58c14a,_0x4f7e('0x22'),'\x22'+_0x5644e9+'\x22')}:{'type':_0x4f7e('0x68'),'content':_0x287344(_0x58c14a,_0x4f7e('0x55'))};}if('resizeImage'==_0x17bc1c[_0x4f7e('0x2f')]){const _0x3afe17=_0x17bc1c[_0x4f7e('0x57')][0x0][_0x4f7e('0x2e')];return _0x3afe17?{'type':_0x4f7e('0x68'),'content':_0x287344(_0x58c14a,_0x4f7e('0x45'),_0x3afe17)}:{'type':_0x4f7e('0x68'),'content':_0x287344(_0x58c14a,'*Reset\x20image\x20width*')};}}function _0x26a6b1(_0x362371){return{'type':_0x4f7e('0x68'),'content':_0x287344(_0x58c14a,_0x4f7e('0x60'),_0x362371)};}});}}
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ const _0x37ee=['get','bind','editor','_trackChangesValueDuringImport','value','afterInit','plugins','dataInsert','listenTo','Users','importWord','_setSuggestionData','commands','forEach','high','trackChanges','_handleImportedData','collaboration_features','_trackChangesExecuted','execute','enableCommand','TrackChangesEditing'];(function(_0x395eaa,_0x37eed5){const _0x2f4e25=function(_0x421ba0){while(--_0x421ba0){_0x395eaa['push'](_0x395eaa['shift']());}};_0x2f4e25(++_0x37eed5);}(_0x37ee,0x155));const _0x2f4e=function(_0x395eaa,_0x37eed5){_0x395eaa=_0x395eaa-0x0;let _0x2f4e25=_0x37ee[_0x395eaa];return _0x2f4e25;};import{Plugin as _0x465ca7}from'ckeditor5/src/core';import _0x4805ea from'../trackchangesediting';export default class X extends _0x465ca7{constructor(_0x46a17e){super(_0x46a17e),this[_0x2f4e('0xe')]=!0x1,this['_trackChangesExecuted']=!0x1;}[_0x2f4e('0x10')](){const _0x4a3d36=this[_0x2f4e('0xd')],_0x138985=_0x4a3d36[_0x2f4e('0x1')][_0x2f4e('0xb')]('importWord'),_0x8ebfe=_0x4a3d36[_0x2f4e('0x1')][_0x2f4e('0xb')](_0x2f4e('0x4'));_0x138985&&(_0x138985['on'](_0x2f4e('0x8'),(_0x47ffc6,[,_0x53c234])=>{this[_0x2f4e('0xe')]=_0x8ebfe[_0x2f4e('0xf')],_0x53c234[_0x2f4e('0x6')]['track_changes']=!this[_0x2f4e('0xe')];},{'priority':_0x2f4e('0x3')}),this[_0x2f4e('0x13')](_0x138985,_0x2f4e('0x12'),this[_0x2f4e('0x5')][_0x2f4e('0xc')](this)),this['listenTo'](_0x138985,_0x2f4e('0x12'),()=>{this[_0x2f4e('0x7')]&&(_0x8ebfe[_0x2f4e('0x8')](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x4a3d36[_0x2f4e('0x11')][_0x2f4e('0xb')](_0x2f4e('0xa'))[_0x2f4e('0x9')](_0x2f4e('0x15')));}[_0x2f4e('0x5')](_0xda4801,_0x405150){const {suggestions:_0x2b7017}=_0x405150,_0x3b10a4=this['editor'][_0x2f4e('0x1')]['get'](_0x2f4e('0x4')),_0xba9f89=_0x3b10a4['value'];this[_0x2f4e('0xe')]!==_0xba9f89&&(_0x3b10a4['execute'](),this['_trackChangesExecuted']=!0x0),_0x2b7017&&_0x2b7017[_0x2f4e('0x2')](({id:_0x5570da,type:_0x3c8712,author:_0x179635,created_at:_0x96f0b0})=>{const _0x2c1ba6={'id':_0x5570da,'type':_0x3c8712,'authorId':this['editor']['plugins'][_0x2f4e('0xb')](_0x2f4e('0x14'))['me']['id'],'createdAt':new Date(),'data':{},'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x179635,'createdAt':_0x96f0b0?new Date(_0x96f0b0):new Date()}}};this[_0x2f4e('0xd')][_0x2f4e('0x11')][_0x2f4e('0xb')](_0x4805ea)[_0x2f4e('0x0')](_0x2c1ba6);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x139b=['locale','getSelectedBlocks','schema','plugins','editor','IndentEditing','TrackChangesEditing','change','outdentBlock','document','*Indent:*\x20%0','model','commandName','get','markBlockFormat','blockIndent','enableCommand','has','name','filter','afterInit','getItems','indent','getItemLabel','format','indentBlock','_descriptionFactory','selection'];(function(_0x28ef44,_0x139b0c){const _0x174950=function(_0x2e5265){while(--_0x2e5265){_0x28ef44['push'](_0x28ef44['shift']());}};_0x174950(++_0x139b0c);}(_0x139b,0x110));const _0x1749=function(_0x28ef44,_0x139b0c){_0x28ef44=_0x28ef44-0x0;let _0x174950=_0x139b[_0x28ef44];return _0x174950;};import{Plugin as _0x1a4c91}from'ckeditor5/src/core';import{getTranslation as _0x502ea0}from'../utils/common-translations';export default class X extends _0x1a4c91{[_0x1749('0x0')](){const _0x5c8778=this[_0x1749('0xc')],_0x127006=_0x5c8778[_0x1749('0xb')][_0x1749('0x15')](_0x1749('0xe'));_0x5c8778[_0x1749('0xb')][_0x1749('0x19')](_0x1749('0xd'))&&(_0x127006[_0x1749('0x18')](_0x1749('0x2')),_0x127006[_0x1749('0x18')]('outdent'));const _0x36777d=_0x5c8778[_0x1749('0x8')];if(_0x5c8778[_0x1749('0xb')][_0x1749('0x19')]('IndentBlock')){for(const _0x314848 of[_0x1749('0x5'),_0x1749('0x10')])_0x127006[_0x1749('0x18')](_0x314848,()=>{const _0x1ab938=Array['from'](this[_0x1749('0xc')][_0x1749('0x13')][_0x1749('0x11')][_0x1749('0x7')][_0x1749('0x9')]())[_0x1749('0x1b')](_0x19243c=>this[_0x1749('0xc')]['model'][_0x1749('0xa')]['checkAttribute'](_0x19243c,_0x1749('0x17')));_0x5c8778[_0x1749('0x13')][_0x1749('0xf')](()=>{for(const _0x37dff7 of _0x1ab938)_0x127006[_0x1749('0x16')](_0x37dff7,{'commandName':_0x314848,'commandParams':[{'value':''}],'formatGroupId':_0x1749('0x5')});});});_0x127006[_0x1749('0x6')]['registerDescriptionCallback'](_0x56eb5f=>{const {data:_0x840f05}=_0x56eb5f;if(!_0x840f05)return;if(_0x1749('0x5')!=_0x840f05['commandName']&&_0x1749('0x10')!=_0x840f05[_0x1749('0x14')])return;const _0x178bc0=_0x56eb5f[_0x1749('0x1')]()[0x0],_0x402339=_0x127006[_0x1749('0x6')][_0x1749('0x3')](_0x178bc0[_0x1749('0x1a')]);return'indentBlock'==_0x840f05[_0x1749('0x14')]?{'type':_0x1749('0x4'),'content':_0x502ea0(_0x36777d,_0x1749('0x12'),_0x402339)}:_0x1749('0x10')==_0x840f05[_0x1749('0x14')]?{'type':_0x1749('0x4'),'content':_0x502ea0(_0x36777d,'*Outdent:*\x20%0',_0x402339)}:void 0x0;});}}}
23
+ const _0x403e=['from','selection','getItemLabel','registerDescriptionCallback','filter','IndentBlock','*Outdent:*\x20%0','commandName','schema','indent','TrackChangesEditing','enableCommand','*Indent:*\x20%0','document','indentBlock','get','plugins','checkAttribute','has','markBlockFormat','name','getSelectedBlocks','model','editor','outdentBlock'];(function(_0x3b6481,_0x403e21){const _0x28eeab=function(_0x3b6215){while(--_0x3b6215){_0x3b6481['push'](_0x3b6481['shift']());}};_0x28eeab(++_0x403e21);}(_0x403e,0x15d));const _0x28ee=function(_0x3b6481,_0x403e21){_0x3b6481=_0x3b6481-0x0;let _0x28eeab=_0x403e[_0x3b6481];return _0x28eeab;};import{Plugin as _0x189074}from'ckeditor5/src/core';import{getTranslation as _0x1a30f7}from'../utils/common-translations';export default class Y extends _0x189074{['afterInit'](){const _0x4bbddf=this[_0x28ee('0x18')],_0x53468e=_0x4bbddf[_0x28ee('0x11')][_0x28ee('0x10')](_0x28ee('0xb'));_0x4bbddf[_0x28ee('0x11')][_0x28ee('0x13')]('IndentEditing')&&(_0x53468e['enableCommand'](_0x28ee('0xa')),_0x53468e[_0x28ee('0xc')]('outdent'));const _0x18e96b=_0x4bbddf['locale'];if(_0x4bbddf[_0x28ee('0x11')][_0x28ee('0x13')](_0x28ee('0x6'))){for(const _0x2fd3f9 of[_0x28ee('0xf'),'outdentBlock'])_0x53468e[_0x28ee('0xc')](_0x2fd3f9,()=>{const _0x2fa2f2=Array[_0x28ee('0x1')](this[_0x28ee('0x18')][_0x28ee('0x17')][_0x28ee('0xe')][_0x28ee('0x2')][_0x28ee('0x16')]())[_0x28ee('0x5')](_0x5525bf=>this[_0x28ee('0x18')][_0x28ee('0x17')][_0x28ee('0x9')][_0x28ee('0x12')](_0x5525bf,'blockIndent'));_0x4bbddf[_0x28ee('0x17')]['change'](()=>{for(const _0xd6ac12 of _0x2fa2f2)_0x53468e[_0x28ee('0x14')](_0xd6ac12,{'commandName':_0x2fd3f9,'commandParams':[{'value':''}],'formatGroupId':_0x28ee('0xf')});});});_0x53468e['_descriptionFactory'][_0x28ee('0x4')](_0x26b6b9=>{const {data:_0x8581c1}=_0x26b6b9;if(!_0x8581c1)return;if(_0x28ee('0xf')!=_0x8581c1[_0x28ee('0x8')]&&_0x28ee('0x0')!=_0x8581c1['commandName'])return;const _0x8649e6=_0x26b6b9['getItems']()[0x0],_0x47ae45=_0x53468e['_descriptionFactory'][_0x28ee('0x3')](_0x8649e6[_0x28ee('0x15')]);return _0x28ee('0xf')==_0x8581c1[_0x28ee('0x8')]?{'type':'format','content':_0x1a30f7(_0x18e96b,_0x28ee('0xd'),_0x47ae45)}:'outdentBlock'==_0x8581c1[_0x28ee('0x8')]?{'type':'format','content':_0x1a30f7(_0x18e96b,_0x28ee('0x7'),_0x47ae45)}:void 0x0;});}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5311=['editor','init','TrackChangesEditing','enableCommand','plugins'];(function(_0xa1937f,_0x531127){var _0x2fd34a=function(_0x3d6f52){while(--_0x3d6f52){_0xa1937f['push'](_0xa1937f['shift']());}};_0x2fd34a(++_0x531127);}(_0x5311,0x8e));var _0x2fd3=function(_0xa1937f,_0x531127){_0xa1937f=_0xa1937f-0x0;var _0x2fd34a=_0x5311[_0xa1937f];return _0x2fd34a;};import{Plugin as _0x4b572f}from'ckeditor5/src/core';import{Input as _0x17c511}from'ckeditor5/src/typing';export default class Y extends _0x4b572f{static get['requires'](){return[_0x17c511];}[_0x2fd3('0x4')](){this[_0x2fd3('0x3')][_0x2fd3('0x2')]['get'](_0x2fd3('0x0'))[_0x2fd3('0x1')]('input');}}
23
+ var _0x25ce=['get','enableCommand','plugins','requires','init','TrackChangesEditing','editor'];(function(_0x17b287,_0x25cef7){var _0x13beef=function(_0x4a5cd5){while(--_0x4a5cd5){_0x17b287['push'](_0x17b287['shift']());}};_0x13beef(++_0x25cef7);}(_0x25ce,0xc7));var _0x13be=function(_0x17b287,_0x25cef7){_0x17b287=_0x17b287-0x0;var _0x13beef=_0x25ce[_0x17b287];return _0x13beef;};import{Plugin as _0x14df64}from'ckeditor5/src/core';import{Input as _0x46cfc8}from'ckeditor5/src/typing';export default class Z extends _0x14df64{static get[_0x13be('0x0')](){return[_0x46cfc8];}[_0x13be('0x1')](){this[_0x13be('0x3')][_0x13be('0x6')][_0x13be('0x4')](_0x13be('0x2'))[_0x13be('0x5')]('input');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xc466=['selection','TrackChangesEditing','hasAttribute','format','_descriptionFactory','linkHref','commandName','markInlineFormat','afterInit','LinkEditing','unlink','locale','enableCommand','document','model','getFirstRange','link','editor','has','getAttribute','getFirstPosition','isCollapsed','registerDescriptionCallback','commandParams','plugins','getRanges'];(function(_0x2b626a,_0xc4668a){const _0x4706c7=function(_0x331df0){while(--_0x331df0){_0x2b626a['push'](_0x2b626a['shift']());}};_0x4706c7(++_0xc4668a);}(_0xc466,0x11a));const _0x4706=function(_0x2b626a,_0xc4668a){_0x2b626a=_0x2b626a-0x0;let _0x4706c7=_0xc466[_0x2b626a];return _0x4706c7;};import{Plugin as _0x287493}from'ckeditor5/src/core';import{findAttributeRange as _0x4b67a7}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x2ccad2}from'./utils';import{getTranslation as _0x1e3f81}from'../utils/common-translations';export default class Z extends _0x287493{[_0x4706('0xc')](){const _0xbf5937=this[_0x4706('0x15')];if(!_0xbf5937[_0x4706('0x2')][_0x4706('0x16')](_0x4706('0xd')))return;const _0x4dc78f=_0xbf5937[_0x4706('0x2')]['get'](_0x4706('0x5'));_0x4dc78f[_0x4706('0x10')](_0x4706('0x14'),(_0x3663cc,_0x1b7a0e)=>{const _0x4206da=_0xbf5937['model']['document'][_0x4706('0x4')];let _0x2f821b=[];if(_0x4206da[_0x4706('0x19')]){if(!_0x4206da[_0x4706('0x6')]('linkHref'))return void _0x3663cc(_0x1b7a0e);{const _0x54bbad=_0x4b67a7(_0x4206da[_0x4706('0x18')](),_0x4706('0x9'),_0x4206da['getAttribute'](_0x4706('0x9')),_0xbf5937['model']);_0x2f821b=[_0x54bbad];}}else _0x2f821b=Array['from'](_0x4206da[_0x4706('0x3')]());_0xbf5937[_0x4706('0x12')]['change'](()=>{for(const _0x237e06 of _0x2f821b)_0x4dc78f['markInlineFormat'](_0x237e06,{'commandName':_0x4706('0x14'),'commandParams':[_0x1b7a0e]});});}),_0x4dc78f[_0x4706('0x10')](_0x4706('0xe'),()=>{const _0x19feb3=this['editor']['model'],_0x48e730=_0x19feb3[_0x4706('0x11')][_0x4706('0x4')];_0x19feb3['change'](()=>{let _0x1c4491=[];if(_0x48e730[_0x4706('0x19')])_0x1c4491=[_0x4b67a7(_0x48e730[_0x4706('0x18')](),'linkHref',_0x48e730[_0x4706('0x17')](_0x4706('0x9')),_0xbf5937['model'])];else _0x1c4491=_0x2ccad2('linkHref',_0x48e730[_0x4706('0x13')](),_0xbf5937[_0x4706('0x12')]);for(const _0x53537c of _0x1c4491)_0x4dc78f[_0x4706('0xb')](_0x53537c,{'commandName':_0x4706('0xe'),'commandParams':[]});});}),_0x4dc78f[_0x4706('0x8')][_0x4706('0x0')](_0x585b77=>{const {data:_0x22ff25}=_0x585b77,_0x4d95c6=_0xbf5937[_0x4706('0xf')];if(_0x22ff25){if(_0x4706('0x14')==_0x22ff25[_0x4706('0xa')]){const _0x5766ef=_0x22ff25[_0x4706('0x1')][0x0];return{'type':_0x4706('0x7'),'content':_0x1e3f81(_0x4d95c6,'*Set\x20link:*\x20%0','\x22'+_0x5766ef+'\x22')};}return _0x4706('0xe')==_0x22ff25[_0x4706('0xa')]?{'type':'format','content':_0x1e3f81(_0x4d95c6,'*Remove\x20link*')}:void 0x0;}});}}
23
+ const _0x5beb=['_descriptionFactory','getFirstRange','commandParams','commandName','has','markInlineFormat','getRanges','enableCommand','hasAttribute','linkHref','getFirstPosition','TrackChangesEditing','getAttribute','unlink','get','link','selection','model','format','*Set\x20link:*\x20%0','locale','isCollapsed','LinkEditing','change','from'];(function(_0x115c8a,_0x5bebe9){const _0x20c41b=function(_0x180e8b){while(--_0x180e8b){_0x115c8a['push'](_0x115c8a['shift']());}};_0x20c41b(++_0x5bebe9);}(_0x5beb,0xac));const _0x20c4=function(_0x115c8a,_0x5bebe9){_0x115c8a=_0x115c8a-0x0;let _0x20c41b=_0x5beb[_0x115c8a];return _0x20c41b;};import{Plugin as _0x34dad7}from'ckeditor5/src/core';import{findAttributeRange as _0x9ff71e}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x34f079}from'./utils';import{getTranslation as _0x30adfc}from'../utils/common-translations';export default class tt extends _0x34dad7{['afterInit'](){const _0x102555=this['editor'];if(!_0x102555['plugins'][_0x20c4('0x7')](_0x20c4('0x0')))return;const _0x33bafc=_0x102555['plugins'][_0x20c4('0x11')](_0x20c4('0xe'));_0x33bafc['enableCommand']('link',(_0x50d0fd,_0x87db9b)=>{const _0x4bc388=_0x102555[_0x20c4('0x14')]['document'][_0x20c4('0x13')];let _0x557dc1=[];if(_0x4bc388['isCollapsed']){if(!_0x4bc388[_0x20c4('0xb')]('linkHref'))return void _0x50d0fd(_0x87db9b);{const _0x1e15a0=_0x9ff71e(_0x4bc388[_0x20c4('0xd')](),_0x20c4('0xc'),_0x4bc388[_0x20c4('0xf')](_0x20c4('0xc')),_0x102555[_0x20c4('0x14')]);_0x557dc1=[_0x1e15a0];}}else _0x557dc1=Array[_0x20c4('0x2')](_0x4bc388[_0x20c4('0x9')]());_0x102555[_0x20c4('0x14')][_0x20c4('0x1')](()=>{for(const _0x35cadd of _0x557dc1)_0x33bafc[_0x20c4('0x8')](_0x35cadd,{'commandName':'link','commandParams':[_0x87db9b]});});}),_0x33bafc[_0x20c4('0xa')](_0x20c4('0x10'),()=>{const _0x2f80c8=this['editor'][_0x20c4('0x14')],_0x285508=_0x2f80c8['document'][_0x20c4('0x13')];_0x2f80c8[_0x20c4('0x1')](()=>{let _0x46a7c1=[];if(_0x285508[_0x20c4('0x18')])_0x46a7c1=[_0x9ff71e(_0x285508[_0x20c4('0xd')](),_0x20c4('0xc'),_0x285508[_0x20c4('0xf')](_0x20c4('0xc')),_0x102555[_0x20c4('0x14')])];else _0x46a7c1=_0x34f079(_0x20c4('0xc'),_0x285508[_0x20c4('0x4')](),_0x102555['model']);for(const _0x3e2a97 of _0x46a7c1)_0x33bafc[_0x20c4('0x8')](_0x3e2a97,{'commandName':_0x20c4('0x10'),'commandParams':[]});});}),_0x33bafc[_0x20c4('0x3')]['registerDescriptionCallback'](_0x983d6b=>{const {data:_0x4e46ee}=_0x983d6b,_0x27efeb=_0x102555[_0x20c4('0x17')];if(_0x4e46ee){if(_0x20c4('0x12')==_0x4e46ee[_0x20c4('0x6')]){const _0x1dd3ef=_0x4e46ee[_0x20c4('0x5')][0x0];return{'type':'format','content':_0x30adfc(_0x27efeb,_0x20c4('0x16'),'\x22'+_0x1dd3ef+'\x22')};}return'unlink'==_0x4e46ee[_0x20c4('0x6')]?{'type':_0x20c4('0x15'),'content':_0x30adfc(_0x27efeb,'*Remove\x20link*')}:void 0x0;}});}}