@ckeditor/ckeditor5-track-changes 35.1.0 → 35.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 _0x412c=['ELEMENT_BLOCK_QUOTE','has','value','document','*Remove\x20format:*\x20%0','forceValue','filter','editor','*Format:*\x20%0','checkChild','from','_descriptionFactory','selection','name','getSelectedBlocks','commandName','registerDescriptionCallback','plugins','model','commandParams','BlockQuoteEditing','markBlockFormat','blockQuote','schema','format','TrackChangesEditing','get','parent'];(function(_0x39da33,_0x412c43){const _0x5492ad=function(_0x51d87f){while(--_0x51d87f){_0x39da33['push'](_0x39da33['shift']());}};_0x5492ad(++_0x412c43);}(_0x412c,0x73));const _0x5492=function(_0x39da33,_0x412c43){_0x39da33=_0x39da33-0x0;let _0x5492ad=_0x412c[_0x39da33];return _0x5492ad;};import{Plugin as _0x231019}from'ckeditor5/src/core';import{getTranslation as _0x2707fd}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x235a62}from'../utils/getrangesofblockgroups';export default class P extends _0x231019{['afterInit'](){const _0x52c135=this[_0x5492('0x4')],_0x4e214c=_0x52c135['locale'];if(!_0x52c135[_0x5492('0xe')][_0x5492('0x1a')](_0x5492('0x11')))return;const _0x145028=_0x52c135['plugins'][_0x5492('0x17')](_0x5492('0x16')),_0x1eb489=this[_0x5492('0x4')]['commands'][_0x5492('0x17')](_0x5492('0x13'));_0x145028['enableCommand'](_0x5492('0x13'),(_0xa42f5b,_0x289a37={})=>{const _0x767748=this['editor'][_0x5492('0xf')][_0x5492('0x0')][_0x5492('0x9')],_0x1b66f3=_0x289a37&&void 0x0!==_0x289a37[_0x5492('0x2')]?_0x289a37[_0x5492('0x2')]:!_0x1eb489[_0x5492('0x1b')];let _0xea03d4=[];if(_0x1b66f3){const _0x4cf4e3=Array['from'](_0x767748['getSelectedBlocks']())['filter'](_0x17aa6f=>to(_0x17aa6f)||function(_0x4054c3,_0x4c8c01){const _0x25b4d1=_0x4c8c01[_0x5492('0x6')](_0x4054c3['parent'],_0x5492('0x13')),_0x8b5e21=_0x4c8c01[_0x5492('0x6')](['$root','blockQuote'],_0x4054c3);return _0x25b4d1&&_0x8b5e21;}(_0x17aa6f,this[_0x5492('0x4')][_0x5492('0xf')][_0x5492('0x14')]));_0xea03d4=_0x235a62(_0x4cf4e3,_0x52c135[_0x5492('0xf')]);}else{const _0x17d312=Array[_0x5492('0x7')](_0x767748[_0x5492('0xb')]())[_0x5492('0x3')](_0x857406=>to(_0x857406));_0xea03d4=_0x235a62(_0x17d312,_0x52c135[_0x5492('0xf')]);}_0x52c135[_0x5492('0xf')]['change'](()=>{for(const _0x2e0f76 of _0xea03d4)_0x145028[_0x5492('0x12')](_0x2e0f76,{'commandName':_0x5492('0x13'),'commandParams':[{'forceValue':_0x1b66f3}]});});}),_0x145028[_0x5492('0x8')][_0x5492('0xd')](_0x4a910=>{const {data:_0xc2d242}=_0x4a910;if(_0xc2d242&&'blockQuote'==_0xc2d242[_0x5492('0xc')]){const _0x49e0b1=_0x2707fd(_0x4e214c,_0x5492('0x19'));return _0xc2d242[_0x5492('0x10')][0x0][_0x5492('0x2')]?{'type':_0x5492('0x15'),'content':_0x2707fd(_0x4e214c,_0x5492('0x5'),_0x49e0b1)}:{'type':_0x5492('0x15'),'content':_0x2707fd(_0x4e214c,_0x5492('0x1'),_0x49e0b1)};}});}}function to(_0x2c5137){return _0x5492('0x13')==_0x2c5137[_0x5492('0x18')][_0x5492('0xa')];}
@@ -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 _0x136c=['get','commands','ckbox','editor','TrackChangesEditing','plugins','afterInit'];(function(_0x555061,_0x136cd2){const _0x6ffe49=function(_0x26080b){while(--_0x26080b){_0x555061['push'](_0x555061['shift']());}};_0x6ffe49(++_0x136cd2);}(_0x136c,0x7a));const _0x6ffe=function(_0x555061,_0x136cd2){_0x555061=_0x555061-0x0;let _0x6ffe49=_0x136c[_0x555061];return _0x6ffe49;};import{Plugin as _0x449564}from'ckeditor5/src/core';export default class G extends _0x449564{[_0x6ffe('0x3')](){const _0x3024ee=this[_0x6ffe('0x0')];_0x3024ee[_0x6ffe('0x5')][_0x6ffe('0x4')](_0x6ffe('0x6'))&&_0x3024ee[_0x6ffe('0x2')]['get'](_0x6ffe('0x1'))['enableCommand'](_0x6ffe('0x6'));}}
@@ -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 _0x3ab8=['registerElementLabel','registerDescriptionCallback','value','getSelectedBlocks','selection','blockName','enableCommand','outdentCodeBlock','get','plugins','TrackChangesEditing','codeBlock','has','ELEMENT_CODE_BLOCK','_descriptionFactory','indentCodeBlock','find','commandParams','name','label','commandName','*Format:*\x20%0','forceValue','filter','*Remove\x20format:*\x20%0','parent','afterInit','model','format','commands','rootElement','markBlockFormat','checkChild','language','editor','CodeBlock','from','formatBlock'];(function(_0x36637a,_0x3ab812){const _0x2e1151=function(_0x57ffa7){while(--_0x57ffa7){_0x36637a['push'](_0x36637a['shift']());}};_0x2e1151(++_0x3ab812);}(_0x3ab8,0x72));const _0x2e11=function(_0x36637a,_0x3ab812){_0x36637a=_0x36637a-0x0;let _0x2e1151=_0x3ab8[_0x36637a];return _0x2e1151;};import{Plugin as _0xdfb174}from'ckeditor5/src/core';import{getTranslation as _0x1af724}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x55c2ae}from'../utils/getrangesofblockgroups';export default class F extends _0xdfb174{[_0x2e11('0x1a')](){const _0x3b26bd=this[_0x2e11('0x22')];if(!_0x3b26bd[_0x2e11('0x9')][_0x2e11('0xc')](_0x2e11('0x23')))return;const _0x10203d=_0x3b26bd['plugins']['get'](_0x2e11('0xa')),_0x5cf249=_0x3b26bd['locale'],_0x786be0=_0x3b26bd['config'][_0x2e11('0x8')]('codeBlock')['languages'],_0x1baeca=_0x3b26bd[_0x2e11('0x1d')][_0x2e11('0x8')]('codeBlock');_0x10203d[_0x2e11('0x6')](_0x2e11('0xf')),_0x10203d[_0x2e11('0x6')](_0x2e11('0x7')),_0x10203d[_0x2e11('0x6')](_0x2e11('0xb'),(_0x488a6a,_0x2b7856={})=>{const _0x275330=_0x3b26bd[_0x2e11('0x1b')],_0x33a73a=_0x3b26bd[_0x2e11('0x1b')]['document'][_0x2e11('0x4')],_0x409ffe=_0x2b7856&&void 0x0!==_0x2b7856[_0x2e11('0x16')]?_0x2b7856[_0x2e11('0x16')]:!_0x1baeca[_0x2e11('0x2')];let _0x54be87;_0x2b7856[_0x2e11('0x21')]||(_0x2b7856[_0x2e11('0x21')]=_0x786be0[0x0][_0x2e11('0x21')]),_0x54be87=_0x409ffe?Array['from'](_0x33a73a[_0x2e11('0x3')]())[_0x2e11('0x17')](_0x3cacda=>co(_0x3cacda)||function(_0x223e9d,_0x314a79){if(_0x223e9d['is'](_0x2e11('0x1e'))||_0x314a79['isLimit'](_0x223e9d))return!0x1;return _0x314a79[_0x2e11('0x20')](_0x223e9d[_0x2e11('0x19')],_0x2e11('0xb'));}(_0x3cacda,_0x275330['schema'])):Array[_0x2e11('0x24')](_0x33a73a['getSelectedBlocks']())[_0x2e11('0x17')](_0x25d4c2=>co(_0x25d4c2));const _0x239596=_0x55c2ae(_0x54be87,_0x275330);_0x275330['change'](()=>{for(const _0x5a6b1d of _0x239596)_0x10203d[_0x2e11('0x1f')](_0x5a6b1d,{'commandName':_0x2e11('0xb'),'commandParams':[{..._0x2b7856,'forceValue':_0x409ffe}],'formatGroupId':_0x2e11('0x5')});});}),(_0x10203d[_0x2e11('0xe')][_0x2e11('0x0')](_0x2e11('0xb'),_0x4804ba=>_0x1af724(_0x5cf249,_0x2e11('0xd'),_0x4804ba)),_0x10203d[_0x2e11('0xe')][_0x2e11('0x1')](_0x12a0e5=>{const {type:_0x351f22,data:_0x40b3bf}=_0x12a0e5;if(_0x2e11('0x25')==_0x351f22&&_0x40b3bf&&_0x2e11('0xb')==_0x40b3bf[_0x2e11('0x14')]){const _0x380291=_0x40b3bf[_0x2e11('0x11')][0x0][_0x2e11('0x21')],_0xb288ce=_0x786be0[_0x2e11('0x10')](_0x2c2739=>_0x2c2739[_0x2e11('0x21')]===_0x380291)[_0x2e11('0x13')],_0x5c33b1=_0x5cf249['_t'](_0xb288ce);return _0x40b3bf[_0x2e11('0x11')][0x0]['forceValue']?{'type':_0x2e11('0x1c'),'content':_0x1af724(_0x5cf249,_0x2e11('0x15'),_0x1af724(_0x5cf249,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x5c33b1+')')}:{'type':_0x2e11('0x1c'),'content':_0x1af724(_0x5cf249,_0x2e11('0x18'),_0x1af724(_0x5cf249,_0x2e11('0xd'),0x1))};}}));}}function co(_0x49e1ed){return _0x2e11('0xb')==_0x49e1ed[_0x2e11('0x12')];}
@@ -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 _0x471e=['enableCommand','plugins','has','get','TrackChangesEditing'];(function(_0x563961,_0x471ee0){const _0xb612d2=function(_0x366fe5){while(--_0x366fe5){_0x563961['push'](_0x563961['shift']());}};_0xb612d2(++_0x471ee0);}(_0x471e,0x1ce));const _0xb612=function(_0x563961,_0x471ee0){_0x563961=_0x563961-0x0;let _0xb612d2=_0x471e[_0x563961];return _0xb612d2;};import{Plugin as _0x1da435}from'ckeditor5/src/core';export default class L extends _0x1da435{['afterInit'](){const _0x39d753=this['editor'];if(!_0x39d753[_0xb612('0x4')][_0xb612('0x0')]('CommentsEditing'))return;_0x39d753[_0xb612('0x4')][_0xb612('0x1')](_0xb612('0x2'))[_0xb612('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 _0x3667=['editor','downcastDispatcher','batch','mapper','document','createSelection','enableCommand','delete','remove','isCollapsed','editing','lock','unbindElementFromMarkerName','TrackChangesEditing','enqueueChange','writer','addMarker:suggestion:deletion','buffer','deleteForward','unlock','merge','removeMarker:suggestion:deletion','get','getFirstRange','commands','model','forward','$graveyard','data','high','unit','setSelection','detach','plugins','start','createRange','fromRange','requires','options','selection','end'];(function(_0x45a6c1,_0x3667c0){const _0x52d874=function(_0x4b7f6a){while(--_0x4b7f6a){_0x45a6c1['push'](_0x45a6c1['shift']());}};_0x52d874(++_0x3667c0);}(_0x3667,0x188));const _0x52d8=function(_0x45a6c1,_0x3667c0){_0x45a6c1=_0x45a6c1-0x0;let _0x52d874=_0x3667[_0x45a6c1];return _0x52d874;};import{Plugin as _0x4746cf}from'ckeditor5/src/core';import{Delete as _0x30e1c3}from'ckeditor5/src/typing';import{LiveRange as _0x3141ca}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x4ef673}from'./utils';export default class q extends _0x4746cf{static get[_0x52d8('0xe')](){return[_0x30e1c3];}['init'](){const _0x3b5e18=this[_0x52d8('0x12')],_0x2dbbd1=_0x3b5e18[_0x52d8('0xa')]['get'](_0x52d8('0x1f'));_0x2dbbd1[_0x52d8('0x18')](_0x52d8('0x19'));const _0x5328ba=_0x3b5e18[_0x52d8('0x1')][_0x52d8('0x28')](_0x52d8('0x24'));_0x2dbbd1['enableCommand']('deleteForward',(_0x4a6c68,_0x3a48d6={})=>{const _0x4bbc93=_0x3b5e18[_0x52d8('0x2')][_0x52d8('0x17')](_0x3b5e18[_0x52d8('0x2')][_0x52d8('0x16')][_0x52d8('0x10')]);_0x4bbc93[_0x52d8('0x1b')]&&_0x3b5e18[_0x52d8('0x2')]['modifySelection'](_0x4bbc93,{'direction':_0x52d8('0x3'),'unit':_0x3a48d6[_0x52d8('0x7')]});const _0xf39241=_0x4bbc93[_0x52d8('0x0')](),_0x160751=_0x3141ca[_0x52d8('0xd')](_0xf39241);let _0x589c6e;_0x4a6c68(_0x3a48d6),_0x589c6e=_0x52d8('0x4')==_0x160751['root']['rootName']?_0x3b5e18['model']['createRange'](_0xf39241[_0x52d8('0xb')]):_0x3b5e18[_0x52d8('0x2')][_0x52d8('0xc')](_0x160751[_0x52d8('0xb')],_0x160751[_0x52d8('0x11')]),_0x160751[_0x52d8('0x9')](),_0x3b5e18[_0x52d8('0x2')][_0x52d8('0x20')](_0x5328ba[_0x52d8('0x23')][_0x52d8('0x14')],_0x1916d0=>{_0x5328ba[_0x52d8('0x23')][_0x52d8('0x1d')](),_0x1916d0[_0x52d8('0x8')](_0x1916d0[_0x52d8('0xc')](_0x589c6e['end'])),_0x5328ba[_0x52d8('0x23')][_0x52d8('0x25')]();});}),_0x3b5e18[_0x52d8('0x1c')]['downcastDispatcher']['on'](_0x52d8('0x22'),_0x4ef673(_0x3b5e18,_0x52d8('0x26')),{'priority':'high'}),_0x3b5e18[_0x52d8('0x5')]['downcastDispatcher']['on'](_0x52d8('0x22'),(_0xdad0d5,_0x2cfae7,_0x142a4b)=>{_0x142a4b[_0x52d8('0xf')]['showSuggestionHighlights']&&_0x4ef673(_0x3b5e18,'merge',{'showActiveMarker':!0x1})(_0xdad0d5,_0x2cfae7,_0x142a4b);},{'priority':_0x52d8('0x6')}),_0x3b5e18[_0x52d8('0x1c')][_0x52d8('0x13')]['on'](_0x52d8('0x27'),(_0x1de805,_0x43ce61,_0x44d2ba)=>{const _0x41cd26=_0x44d2ba[_0x52d8('0x15')]['markerNameToElements'](_0x43ce61['markerName']);if(_0x41cd26)for(const _0x333003 of _0x41cd26)_0x333003['is']('uiElement')&&(_0x44d2ba[_0x52d8('0x15')][_0x52d8('0x1e')](_0x333003,_0x43ce61['markerName']),_0x44d2ba[_0x52d8('0x21')][_0x52d8('0x1a')](_0x333003));},{'priority':_0x52d8('0x6')});}}
@@ -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 _0x1d5c=['plugins','writer','editing','parent','downcastDispatcher','createRange','setSelection','markInsertion','remove','high','get','enter','init','removeMarker:suggestion:insertion','options','isAtStart','requires','document','ck-suggestion-marker-split','showSuggestionHighlights','fromRange','split','getFirstRange','change','mapper','model','data','isLimit','unbindElementFromMarkerName','isCollapsed','createPositionAt','start','TrackChangesEditing','enableCommand','schema','nextSibling','end','addMarker:suggestion:insertion','markerName'];(function(_0xe7f1d6,_0x1d5c75){const _0x494506=function(_0xcc556e){while(--_0xcc556e){_0xe7f1d6['push'](_0xe7f1d6['shift']());}};_0x494506(++_0x1d5c75);}(_0x1d5c,0xa0));const _0x4945=function(_0xe7f1d6,_0x1d5c75){_0xe7f1d6=_0xe7f1d6-0x0;let _0x494506=_0x1d5c[_0xe7f1d6];return _0x494506;};import{Plugin as _0x4c62e8}from'ckeditor5/src/core';import{Enter as _0x355449}from'ckeditor5/src/enter';import{LiveRange as _0x35df94}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x54ee20}from'./utils';export default class H extends _0x4c62e8{static get[_0x4945('0xc')](){return[_0x355449];}[_0x4945('0x8')](){const _0x450cf8=this['editor'],_0x39c863=_0x450cf8[_0x4945('0x23')][_0x4945('0x6')](_0x4945('0x1c'));_0x39c863[_0x4945('0x1d')](_0x4945('0x7'),_0x29e550=>{_0x450cf8[_0x4945('0x15')][_0x4945('0x13')](_0x1935de=>{const _0x4c5626=_0x450cf8[_0x4945('0x15')][_0x4945('0xd')]['selection'],_0x3e7880=_0x4c5626['getFirstPosition'](),_0x26db85=_0x4c5626[_0x4945('0x19')],_0x163788=_0x35df94[_0x4945('0x10')](_0x4c5626[_0x4945('0x12')]()),_0x17a325=_0x163788['start']['parent'],_0x31dc18=_0x163788['end'][_0x4945('0x26')],_0x5bd0ab=!(_0x163788[_0x4945('0x1b')][_0x4945('0xb')]&&_0x163788[_0x4945('0x20')]['isAtEnd']),_0x3ad949=_0x17a325==_0x31dc18,_0x3312fa=!(_0x450cf8[_0x4945('0x15')][_0x4945('0x1e')][_0x4945('0x17')](_0x17a325)||_0x450cf8[_0x4945('0x15')][_0x4945('0x1e')][_0x4945('0x17')](_0x31dc18))&&(_0x26db85||_0x5bd0ab&&_0x3ad949);if(_0x29e550(),_0x3312fa){const _0x5f2d73=_0x450cf8[_0x4945('0x15')][_0x4945('0x1a')](_0x3e7880[_0x4945('0x26')][_0x4945('0x1f')],0x0),_0x143ab3=_0x1935de[_0x4945('0x1')](_0x3e7880,_0x5f2d73);_0x39c863[_0x4945('0x3')](_0x143ab3);}else _0x1935de[_0x4945('0x2')](_0x1935de[_0x4945('0x1')](_0x163788['end']));_0x163788['detach']();});}),_0x450cf8[_0x4945('0x25')]['downcastDispatcher']['on']('addMarker:suggestion:insertion',_0x54ee20(_0x450cf8,_0x4945('0x11')),{'priority':_0x4945('0x5')}),_0x450cf8[_0x4945('0x25')][_0x4945('0x0')]['on'](_0x4945('0x9'),(_0x1ef84e,_0xe8d05c,_0x1293bc)=>{const _0x19e4d5=_0x1293bc[_0x4945('0x14')]['markerNameToElements'](_0xe8d05c['markerName']);if(_0x19e4d5)for(const _0x444198 of _0x19e4d5)_0x444198['hasClass'](_0x4945('0xe'))&&(_0x1293bc[_0x4945('0x14')][_0x4945('0x18')](_0x444198,_0xe8d05c[_0x4945('0x22')]),_0x1293bc[_0x4945('0x24')][_0x4945('0x4')](_0x444198));},{'priority':'high'}),_0x450cf8[_0x4945('0x16')][_0x4945('0x0')]['on'](_0x4945('0x21'),(_0x4b3425,_0x37a1f5,_0x126b0b)=>{_0x126b0b[_0x4945('0xa')][_0x4945('0xf')]&&_0x54ee20(_0x450cf8,_0x4945('0x11'),{'showActiveMarker':!0x1})(_0x4b3425,_0x37a1f5,_0x126b0b);},{'priority':_0x4945('0x5')});}}
@@ -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 _0x1300=['fontBackgroundColor','FontBackgroundColorEditing','markInlineFormat','has','fontColor.colors','FontSizeEditing','label','commandParams','getRanges','find','format','_enableCommand','FontColorEditing','trim','commandName','editor','FontFamilyEditing','FontSize','toLowerCase','normalizeSizeOptions','value','_descriptionFactory','fontBackgroundColor.colors','*Reset\x20font\x20size*','*Set\x20font\x20background\x20color:*\x20%0','title','locale','config','model','fontColor','fontSize.options','get','fontSize','change','*Set\x20font\x20family:*\x20%0','fontFamily','document','selection','*Set\x20font\x20color:*\x20%0','isCollapsed','TrackChangesEditing','*Reset\x20font\x20family*','plugins','afterInit'];(function(_0x25c2be,_0x130066){const _0x346315=function(_0x4f3de9){while(--_0x4f3de9){_0x25c2be['push'](_0x25c2be['shift']());}};_0x346315(++_0x130066);}(_0x1300,0x102));const _0x3463=function(_0x25c2be,_0x130066){_0x25c2be=_0x25c2be-0x0;let _0x346315=_0x1300[_0x25c2be];return _0x346315;};import{Plugin as _0x25c789}from'ckeditor5/src/core';import{normalizeColorOptions as _0xde1221}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x445ae1}from'./utils';import{getTranslation as _0x55327a}from'../utils/common-translations';const Bt=[{'pluginName':_0x3463('0xb'),'commandName':'fontSize'},{'pluginName':_0x3463('0x16'),'commandName':'fontFamily'},{'pluginName':_0x3463('0x12'),'commandName':'fontColor'},{'pluginName':_0x3463('0x7'),'commandName':_0x3463('0x6')}];export default class W extends _0x25c789{[_0x3463('0x5')](){const _0x45a7c0=this['editor']['locale'];for(const {pluginName:_0x384881,commandName:_0xc7ab7f}of Bt)this[_0x3463('0x15')][_0x3463('0x4')][_0x3463('0x9')](_0x384881)&&this[_0x3463('0x11')](_0xc7ab7f);this[_0x3463('0x15')][_0x3463('0x4')]['get'](_0x3463('0x2'))[_0x3463('0x1b')]['registerDescriptionCallback'](_0x132baa=>{const {data:_0x561270}=_0x132baa;if(null!=_0x561270){if(_0x3463('0x26')==_0x561270['commandName']){const _0x48fc64=_0x561270[_0x3463('0xd')][0x0]['value'];if(_0x48fc64){const _0x348c9a=this[_0x3463('0x15')]['plugins'][_0x3463('0x25')](_0x3463('0x17'))[_0x3463('0x19')](this[_0x3463('0x15')][_0x3463('0x21')][_0x3463('0x25')](_0x3463('0x24')))['find'](_0x5a1e74=>_0x5a1e74[_0x3463('0x22')]==_0x48fc64)[_0x3463('0x1f')],_0x881086=this['editor'][_0x3463('0x20')]['_t'](_0x348c9a)['toLowerCase']();return{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,'*Set\x20font\x20size:*\x20%0',_0x881086)};}return{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x1d'))};}if(_0x3463('0x29')==_0x561270['commandName']){const _0x24c562=_0x561270[_0x3463('0xd')][0x0]['value'];return _0x24c562?{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x28'),_0x24c562)}:{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x3'))};}if(_0x3463('0x23')==_0x561270[_0x3463('0x14')]){const _0x363d81=_0x561270['commandParams'][0x0][_0x3463('0x1a')];if(_0x363d81){const _0x32f10b=_0xde1221(this[_0x3463('0x15')][_0x3463('0x21')][_0x3463('0x25')](_0x3463('0xa')))['find'](_0x10fcfb=>_0x10fcfb[_0x3463('0x22')]==_0x363d81);let _0x4df842=_0x363d81,_0x52f236='';return _0x32f10b&&(_0x4df842=_0x32f10b['label'],_0x52f236=_0x45a7c0['_t'](_0x4df842)[_0x3463('0x18')]()),{'type':'format','content':_0x55327a(_0x45a7c0,_0x3463('0x0'),_0x52f236)[_0x3463('0x13')](),'color':{'value':_0x363d81,'title':_0x52f236||_0x4df842}};}return{'type':'format','content':_0x55327a(_0x45a7c0,'*Reset\x20font\x20color*')};}if(_0x3463('0x6')==_0x561270['commandName']){const _0x2abd92=_0x561270[_0x3463('0xd')][0x0]['value'];if(_0x2abd92){const _0xb65cd1=_0xde1221(this[_0x3463('0x15')]['config'][_0x3463('0x25')](_0x3463('0x1c')))[_0x3463('0xf')](_0x4ced70=>_0x4ced70[_0x3463('0x22')]==_0x2abd92);let _0x5bd4bd=_0x2abd92,_0x8e0b7f='';return _0xb65cd1&&(_0x5bd4bd=_0xb65cd1[_0x3463('0xc')],_0x8e0b7f=_0x45a7c0['_t'](_0x5bd4bd)[_0x3463('0x18')]()),{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x1e'),_0x8e0b7f)[_0x3463('0x13')](),'color':{'value':_0x2abd92,'title':_0x8e0b7f||_0x5bd4bd}};}return{'type':'format','content':_0x55327a(_0x45a7c0,'*Reset\x20font\x20background\x20color*')};}}});}['_enableCommand'](_0x14de5b){const _0x29ca18=this[_0x3463('0x15')];_0x29ca18[_0x3463('0x4')][_0x3463('0x25')](_0x3463('0x2'))['enableCommand'](_0x14de5b,(_0x4346b9,_0x502b52={})=>{const _0x1aa255=_0x29ca18['model'][_0x3463('0x2a')][_0x3463('0x2b')],_0x2d9ee1=_0x502b52['value'];_0x1aa255[_0x3463('0x1')]?_0x4346b9(_0x502b52):_0x29ca18['model'][_0x3463('0x27')](()=>{const _0x117254=Array['from'](_0x1aa255[_0x3463('0xe')]());for(const _0x1a8154 of _0x117254){const _0x634457=_0x2d9ee1?[_0x1a8154]:_0x445ae1(_0x14de5b,_0x1a8154,_0x29ca18[_0x3463('0x22')]);for(const _0x1106c9 of _0x634457)_0x29ca18['plugins'][_0x3463('0x25')](_0x3463('0x2'))[_0x3463('0x8')](_0x1106c9,{'commandName':_0x14de5b,'commandParams':[{'value':_0x2d9ee1}]});}});});}}
@@ -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 _0x420c=['enableCommand','model','has','ELEMENT_HEADING_CUSTOM','parent','checkChild','_descriptionFactory','registerElementLabel','selection','formatBlock','name','paragraph','locale','find','document','getSelectedBlocks','editor','title','value','afterInit','markBlockFormat','commandName','HeadingEditing','get','heading.options','blockName','format','*Change\x20to:*\x20%0','commandParams','registerDescriptionCallback','heading','config'];(function(_0x528b8d,_0x420c46){const _0x20dcf7=function(_0x3b39e5){while(--_0x3b39e5){_0x528b8d['push'](_0x528b8d['shift']());}};_0x20dcf7(++_0x420c46);}(_0x420c,0x1bf));const _0x20dc=function(_0x528b8d,_0x420c46){_0x528b8d=_0x528b8d-0x0;let _0x20dcf7=_0x420c[_0x528b8d];return _0x20dcf7;};import{Plugin as _0x1bd58f}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x310469}from'./utils';import{getTranslation as _0x43b3d9}from'../utils/common-translations';export default class z extends _0x1bd58f{[_0x20dc('0x14')](){const _0x9b06f5=this[_0x20dc('0x11')],_0x1fd168=_0x9b06f5[_0x20dc('0xd')],_0x2e0af3=_0x9b06f5[_0x20dc('0x0')][_0x20dc('0x18')](_0x20dc('0x19'));if(!_0x9b06f5['plugins'][_0x20dc('0x3')](_0x20dc('0x17')))return;const _0x3b8790=_0x9b06f5['plugins'][_0x20dc('0x18')]('TrackChangesEditing');_0x3b8790[_0x20dc('0x1')]('heading',(_0x3cbeb4,_0x1b24a8)=>{const _0x35bfdb=_0x1b24a8[_0x20dc('0x13')],_0x4205d4=Array['from'](this[_0x20dc('0x11')][_0x20dc('0x2')][_0x20dc('0xf')][_0x20dc('0x9')][_0x20dc('0x10')]())['filter'](_0x3173e1=>function(_0x570971,_0x47efb3,_0x459c23){return _0x459c23[_0x20dc('0x6')](_0x570971[_0x20dc('0x5')],_0x47efb3)&&!_0x459c23['isObject'](_0x570971)&&_0x570971[_0x20dc('0xb')]!=_0x47efb3;}(_0x3173e1,_0x35bfdb,this['editor'][_0x20dc('0x2')]['schema']));_0x9b06f5[_0x20dc('0x2')]['change'](()=>{for(const _0x3b38cc of _0x4205d4)_0x3b8790[_0x20dc('0x15')](_0x3b38cc,{'commandName':_0x20dc('0x1f'),'commandParams':[_0x1b24a8],'formatGroupId':_0x20dc('0x1a')},_0x310469(_0x3b38cc));});});for(const _0x5ea3de of _0x2e0af3)_0x20dc('0xc')!=_0x5ea3de[_0x20dc('0x2')]&&_0x3b8790[_0x20dc('0x7')][_0x20dc('0x8')](_0x5ea3de[_0x20dc('0x2')],_0x504e8d=>{const _0x16af57=Ht(_0x5ea3de[_0x20dc('0x2')]);return null!==_0x16af57?_0x200a92(_0x504e8d,_0x16af57):_0x4a2247(_0x504e8d,_0x5ea3de['title']);});function _0x200a92(_0x99b5e2,_0x58fe52){return _0x43b3d9(_0x1fd168,'ELEMENT_HEADING',[_0x99b5e2,_0x58fe52]);}function _0x4a2247(_0x58a64c,_0x39491f){return _0x43b3d9(_0x1fd168,_0x20dc('0x4'),[_0x58a64c,_0x39491f]);}_0x3b8790[_0x20dc('0x7')][_0x20dc('0x1e')](_0x2a7652=>{const {type:_0x389a41,data:_0x5d87b5}=_0x2a7652;if(_0x20dc('0xa')==_0x389a41&&_0x5d87b5&&_0x20dc('0x1f')==_0x5d87b5[_0x20dc('0x16')]){const _0x336fd1=_0x5d87b5[_0x20dc('0x1d')][0x0]['value'],_0x48c769=Ht(_0x336fd1);if(null!==_0x48c769)return{'type':_0x20dc('0x1b'),'content':_0x43b3d9(_0x1fd168,_0x20dc('0x1c'),_0x200a92(0x1,_0x48c769))};const _0x15ded0=_0x2e0af3[_0x20dc('0xe')](_0x5b1d78=>_0x5b1d78['model']===_0x336fd1)[_0x20dc('0x12')];return{'type':'format','content':_0x43b3d9(_0x1fd168,_0x20dc('0x1c'),_0x4a2247(0x1,_0x15ded0))};}});}}function Ht(_0x14f80d){const _0x437bb8=_0x14f80d['match'](/^heading(\d+)$/);return _0x437bb8?_0x437bb8[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 _0x3542=['plugins','push','getAttribute','selection','format','createRange','markInlineFormat','value','find','_descriptionFactory','formatInline','locale','commandName','editor','get','highlight.options','getFirstPosition','toLowerCase','isCollapsed','TrackChangesEditing','registerDescriptionCallback','*Remove\x20highlight*','highlight','color','afterInit','enableCommand','getRanges','item','backward','model','getLastMatchingPosition'];(function(_0x385241,_0x3542f1){const _0x3ffded=function(_0x4ef0b9){while(--_0x4ef0b9){_0x385241['push'](_0x385241['shift']());}};_0x3ffded(++_0x3542f1);}(_0x3542,0x150));const _0x3ffd=function(_0x385241,_0x3542f1){_0x385241=_0x385241-0x0;let _0x3ffded=_0x3542[_0x385241];return _0x3ffded;};import{Plugin as _0x566b17}from'ckeditor5/src/core';import{getTranslation as _0x24c22b}from'../utils/common-translations';import{getRangesWithAttribute as _0x4d135c}from'./utils';export default class J extends _0x566b17{[_0x3ffd('0x1d')](){const _0x2613d1=this[_0x3ffd('0x12')];if(!_0x2613d1[_0x3ffd('0x5')]['has']('HighlightEditing'))return;const _0x1fe29a=_0x2613d1[_0x3ffd('0x5')]['get'](_0x3ffd('0x18'));_0x1fe29a[_0x3ffd('0x1e')]('highlight',(_0x292762,_0x45f635={})=>{const _0x3c9702=_0x2613d1['model']['document'][_0x3ffd('0x8')],_0x6e4034=_0x3c9702[_0x3ffd('0x7')](_0x3ffd('0x1b'));let _0x17ab79=_0x45f635[_0x3ffd('0xc')],_0x274099=[];if(_0x3c9702[_0x3ffd('0x17')]){const _0x46ab4d=_0x3c9702[_0x3ffd('0x15')]();if(!_0x3c9702['hasAttribute'](_0x3ffd('0x1b')))return void _0x292762(_0x45f635);{const _0x205678=_0x30c6e7=>_0x30c6e7[_0x3ffd('0x1')][_0x3ffd('0x7')](_0x3ffd('0x1b'))===_0x6e4034,_0x3e6590=_0x46ab4d[_0x3ffd('0x4')](_0x205678,{'direction':_0x3ffd('0x2')}),_0x4be175=_0x46ab4d[_0x3ffd('0x4')](_0x205678);_0x274099=[_0x2613d1['model'][_0x3ffd('0xa')](_0x3e6590,_0x4be175)],_0x17ab79==_0x6e4034&&(_0x17ab79=null);}}else for(const _0x506e29 of _0x3c9702[_0x3ffd('0x0')]())_0x17ab79?_0x274099['push'](_0x506e29):_0x274099[_0x3ffd('0x6')](..._0x4d135c(_0x3ffd('0x1b'),_0x506e29,_0x2613d1[_0x3ffd('0x3')]));_0x2613d1['model']['change'](()=>{for(const _0x5a602a of _0x274099)_0x1fe29a[_0x3ffd('0xb')](_0x5a602a,{'commandName':'highlight','commandParams':[{'value':_0x17ab79}]});});});const _0x218668=_0x2613d1[_0x3ffd('0x10')];_0x1fe29a[_0x3ffd('0xe')][_0x3ffd('0x19')](_0x5933ce=>{const {type:_0x225f1b,data:_0x316014}=_0x5933ce;if(_0x3ffd('0xf')==_0x225f1b&&_0x316014&&_0x3ffd('0x1b')==_0x316014[_0x3ffd('0x11')]){const _0x393fa4=_0x316014['commandParams'][0x0][_0x3ffd('0xc')];if(_0x393fa4){const _0x2698a5=_0x2613d1['config'][_0x3ffd('0x13')](_0x3ffd('0x14'))[_0x3ffd('0xd')](_0x151649=>_0x151649[_0x3ffd('0x3')]==_0x393fa4),_0x461928=_0x218668['_t'](_0x2698a5['title'])[_0x3ffd('0x16')]();return{'type':_0x3ffd('0x9'),'content':_0x24c22b(_0x218668,'*Set\x20highlight:*\x20%0',_0x461928),'color':{'value':_0x2698a5[_0x3ffd('0x1c')],'title':_0x2698a5['title']}};}return{'type':_0x3ffd('0x9'),'content':_0x24c22b(_0x218668,_0x3ffd('0x1a'),_0x24c22b(_0x218668,'FORMAT_HIGHLIGHT'))};}});}}
@@ -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 _0x15ca=['enableCommand','createPositionAt','TrackChangesEditing','afterInit','showSuggestionHighlights','ELEMENT_HORIZONTAL_LINE','createEmptyElement','_descriptionFactory','insert','HorizontalLineEditing','createContainerElement','plugins','ck-horizontal-line','dataDowncast','registerElementLabel','horizontalLine','div','conversion','get'];(function(_0x243c2f,_0x15caf4){const _0x561bc9=function(_0xb8d25d){while(--_0xb8d25d){_0x243c2f['push'](_0x243c2f['shift']());}};_0x561bc9(++_0x15caf4);}(_0x15ca,0x6d));const _0x561b=function(_0x243c2f,_0x15caf4){_0x243c2f=_0x243c2f-0x0;let _0x561bc9=_0x15ca[_0x243c2f];return _0x561bc9;};import{Plugin as _0x21da05}from'ckeditor5/src/core';import{getTranslation as _0x2a0301}from'../utils/common-translations';export default class K extends _0x21da05{[_0x561b('0x8')](){const _0x4463fc=this['editor'];if(!_0x4463fc['plugins']['has'](_0x561b('0xe')))return;_0x4463fc[_0x561b('0x10')][_0x561b('0x4')](_0x561b('0x7'))[_0x561b('0x5')](_0x561b('0x1'));const _0x478c3e=_0x4463fc[_0x561b('0x10')][_0x561b('0x4')]('TrackChangesEditing'),_0x1dc4d3=_0x4463fc['locale'];_0x478c3e[_0x561b('0xc')][_0x561b('0x0')](_0x561b('0x1'),_0x2c6b9d=>_0x2a0301(_0x1dc4d3,_0x561b('0xa'),_0x2c6b9d)),_0x4463fc[_0x561b('0x3')]['for'](_0x561b('0x12'))['elementToStructure']({'model':'horizontalLine','view':(_0x3162bc,{writer:_0x263536,options:_0x5db94d})=>{if(!_0x5db94d[_0x561b('0x9')])return;const _0x3a70d5=_0x263536[_0x561b('0xf')](_0x561b('0x2')),_0x37b2c4=_0x263536[_0x561b('0xb')]('hr');return _0x263536['addClass'](_0x561b('0x11'),_0x3a70d5),_0x263536[_0x561b('0xd')](_0x263536[_0x561b('0x6')](_0x3a70d5,0x0),_0x37b2c4),_0x3a70d5;},'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 _0x5244=['model','cancel','getSelectedElement','htmlEmbed','get','format','rawHtmlApi','editor','value','has','document','editing','selection','afterInit','registerDescriptionCallback','*Change\x20%0\x20content*','ELEMENT_HTML_EMBED','HtmlEmbed','plugins','view','getCustomProperty','getAttribute','TrackChangesEditing','commandName','enableCommand','_descriptionFactory','registerElementLabel'];(function(_0x490c5f,_0x524465){const _0x4ec8d3=function(_0x54cffa){while(--_0x54cffa){_0x490c5f['push'](_0x490c5f['shift']());}};_0x4ec8d3(++_0x524465);}(_0x5244,0x197));const _0x4ec8=function(_0x490c5f,_0x524465){_0x490c5f=_0x490c5f-0x0;let _0x4ec8d3=_0x5244[_0x490c5f];return _0x4ec8d3;};import{Plugin as _0x4a27d5}from'ckeditor5/src/core';import{getTranslation as _0x421c71}from'../utils/common-translations';export default class Q extends _0x4a27d5{[_0x4ec8('0xb')](){const _0x144509=this[_0x4ec8('0x5')];if(!_0x144509[_0x4ec8('0x10')][_0x4ec8('0x7')](_0x4ec8('0xf')))return;const _0x3ce54c=_0x144509[_0x4ec8('0x10')][_0x4ec8('0x2')](_0x4ec8('0x14')),_0x59d2f8=_0x144509['locale'],_0x40a46a=_0x144509[_0x4ec8('0x9')][_0x4ec8('0x11')][_0x4ec8('0x8')][_0x4ec8('0xa')];_0x3ce54c[_0x4ec8('0x17')][_0x4ec8('0x18')]('rawHtml',_0x4e8f3d=>_0x421c71(_0x59d2f8,_0x4ec8('0xe'),_0x4e8f3d)),_0x144509['plugins'][_0x4ec8('0x2')](_0x4ec8('0x14'))[_0x4ec8('0x16')](_0x4ec8('0x1'),(_0x36909a,_0x6631dd)=>{const _0x2209be=_0x144509[_0x4ec8('0x19')],_0x108c1d=_0x2209be[_0x4ec8('0x8')][_0x4ec8('0xa')];_0x2209be['change'](()=>{const _0xad0930=function(_0x136c08){const _0x425b70=_0x136c08[_0x4ec8('0x0')]();if(_0x425b70&&_0x425b70['is']('element','rawHtml'))return _0x136c08[_0x4ec8('0x0')]();return null;}(_0x108c1d);if(!_0xad0930)return void _0x36909a(null);const _0x37a5b2=_0xad0930[_0x4ec8('0x13')](_0x4ec8('0x6'))||'';if(void 0x0===_0x6631dd)return;if(_0x6631dd===_0x37a5b2)return;_0x3ce54c['markBlockFormat'](_0xad0930,{'commandName':'htmlEmbed','commandParams':[_0x6631dd]}),_0x40a46a[_0x4ec8('0x0')]()[_0x4ec8('0x12')](_0x4ec8('0x4'))[_0x4ec8('0x1a')]();});}),_0x3ce54c['_descriptionFactory'][_0x4ec8('0xc')](_0x4aebde=>{const {data:_0x1eea1a}=_0x4aebde;if(_0x1eea1a&&'htmlEmbed'==_0x1eea1a[_0x4ec8('0x15')]){const _0x359531=_0x421c71(_0x59d2f8,_0x4ec8('0xe'));return{'type':_0x4ec8('0x3'),'content':_0x421c71(_0x59d2f8,_0x4ec8('0xd'),_0x359531)};}});}}
@@ -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 _0x4f62=['get','subType','getClosestSelectedImageElement','isBlockImage','normalizedStyles','ImageUploadEditing','imageTextAlternative','backward','markDeletion','getFirstRange','alt','imageTypeInline','author','ImageTextAlternativeEditing','model','isInContent','getSuggestions','nodeAfter','newValue','_suggestionFactory','length','convertBlockImageToInline','name','ImageUtils','element','join','schema','Users','isIntersecting','discard','imageStyle','ELEMENT_IMAGE','addObject','*Set\x20image\x20width:*\x20%0','selection','locale','previous','ELEMENT_CAPTION','start','markInlineFormat','getAttribute','side','registerElementLabel','TrackChangesEditing','toNext','markBlockFormat','title','insertion','newRange','fromPosition','createRangeOn','isBefore','imageStylePostApply','filter','*Reset\x20image\x20width*','ImageResize','forEach','commandParams','change','*Format:*\x20%0','*Set\x20image\x20text\x20alternative:*\x20%0','afterInit','formatBlock','ImageInlineEditing','plugins','end','getContainedElement','getSuggestionCallback','ImageStyleEditing','suggestion','hasAttribute','isOwn','ImageCaptionUtils','refresh','registerCustomCallback','document','forward','removeObject','getNearestSelectionRange','getCaptionFromImageModelElement','isEqual','find','resizeImage','commands','_descriptionFactory','commandReversedParams','next','isCollapsed','format','getChangedMarkers','enableCommand','commandName','Inline\x20image\x20to\x20block\x20image','discardSuggestion','forceDefaultExecution','detach','ImageCaptionEditing','width','chain','registerDescriptionCallback','_findSuggestions','convertInlineImageToBlock','ELEMENT_INLINE_IMAGE','formatInline','createRange','findIndex','caption','Block\x20image\x20to\x20inline\x20image','accept','*Remove\x20image\x20text\x20alternative*','markInsertion','imageTypeBlock','ImageEditing','value','head','imageStylePreApply','getSuggestion','imageCaption','type','has'];(function(_0x25abc9,_0x4f6255){const _0x4399f3=function(_0x1269dd){while(--_0x1269dd){_0x25abc9['push'](_0x25abc9['shift']());}};_0x4399f3(++_0x4f6255);}(_0x4f62,0x102));const _0x4399=function(_0x25abc9,_0x4f6255){_0x25abc9=_0x25abc9-0x0;let _0x4399f3=_0x4f62[_0x25abc9];return _0x4399f3;};import{Plugin as _0x59457e}from'ckeditor5/src/core';import{LivePosition as _0x2ada7a}from'ckeditor5/src/engine';import{uid as _0x2d0bd2}from'ckeditor5/src/utils';import{getTranslation as _0x27528b}from'../utils/common-translations';export default class V extends _0x59457e{[_0x4399('0x2b')](){const _0x4a7357=this['editor'];if(!_0x4a7357[_0x4399('0x2e')]['has'](_0x4399('0x5e')))return;const _0x2bca1c=_0x4a7357[_0x4399('0x2e')][_0x4399('0x66')](_0x4399('0x19')),_0x4f0c03=_0x4a7357[_0x4399('0x2e')][_0x4399('0x66')](_0x4399('0x5')),_0x1b39e2={},_0x1958ac=_0x4a7357[_0x4399('0x11')];if(_0x2bca1c['enableCommand']('insertImage'),_0x2bca1c[_0x4399('0x42')]['registerElementLabel']('imageBlock',_0x5bdb4a=>_0x27528b(_0x1958ac,_0x4399('0xd'),_0x5bdb4a)),_0x2bca1c[_0x4399('0x42')][_0x4399('0x18')]('imageInline',_0x27f5eb=>_0x27528b(_0x1958ac,_0x4399('0x54'),_0x27f5eb)),_0x2bca1c[_0x4399('0x42')][_0x4399('0x18')](_0x4399('0x58'),_0x27528b(_0x1958ac,_0x4399('0x13'))),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')](_0x4399('0x6b'))&&_0x2bca1c['enableCommand']('uploadImage'),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')]('ImageBlockEditing')&&_0x4a7357['plugins']['has'](_0x4399('0x2d'))&&(_0x2bca1c[_0x4399('0x48')](_0x4399('0x71'),(_0x167ed7,_0x5bcadd)=>{const _0x227412=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]);_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{_0x2bca1c[_0x4399('0x1b')](_0x227412,{'commandName':_0x4399('0x71'),'commandParams':[_0x5bcadd]},[],_0x4399('0x3'));});}),_0x2bca1c[_0x4399('0x48')](_0x4399('0x5d'),(_0x4b1993,_0x1c1ad7)=>{_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](_0x7c1e2b=>{let _0x4c0f38=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357['model'][_0x4399('0x39')][_0x4399('0x10')]),_0xb00c21=_0x7c1e2b['createRangeOn'](_0x4c0f38);const _0x599976=_0x2ada7a[_0x4399('0x1f')](_0xb00c21['start'],'toPrevious'),_0x338c8a=_0x2ada7a[_0x4399('0x1f')](_0xb00c21[_0x4399('0x2f')],_0x4399('0x1a'));_0x2bca1c[_0x4399('0x4c')](()=>_0x4b1993(_0x1c1ad7)),_0x4c0f38=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]),_0xb00c21=_0x7c1e2b['createRangeOn'](_0x4c0f38);const _0x3c3db3=_0x7c1e2b[_0x4399('0x56')](_0x599976,_0x338c8a);_0x599976[_0x4399('0x4d')](),_0x338c8a[_0x4399('0x4d')](),_0x2bca1c['markBlockFormat'](_0x4c0f38,{'commandName':'imageTypeInline'},[],'convertInlineImageToBlock'),_0x3c3db3[_0x4399('0x14')]['isBefore'](_0xb00c21[_0x4399('0x14')])&&_0x2bca1c[_0x4399('0x5c')](_0x7c1e2b['createRange'](_0x3c3db3[_0x4399('0x14')],_0xb00c21[_0x4399('0x14')]),'convertInlineImageToBlock'),_0xb00c21[_0x4399('0x2f')][_0x4399('0x21')](_0x3c3db3[_0x4399('0x2f')])&&_0x2bca1c[_0x4399('0x5c')](_0x7c1e2b[_0x4399('0x56')](_0xb00c21[_0x4399('0x2f')],_0x3c3db3[_0x4399('0x2f')]),'convertInlineImageToBlock');});}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),'convertInlineImageToBlock','join',()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x53'),'accept',()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x53'),_0x4399('0xb'),_0x2bca1c['_suggestionFactory'][_0x4399('0x31')](_0x4399('0x2c'),'',_0x4399('0x5a'))),_0x2bca1c[_0x4399('0x1')]['registerCustomCallback']('insertion',_0x4399('0x53'),_0x4399('0x7'),()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')]('insertion',_0x4399('0x53'),_0x4399('0xb'),([_0x3c7f55])=>{const _0x1c54d6=_0x2bca1c[_0x4399('0x1')][_0x4399('0x31')]('insertion','',_0x4399('0xb'));let _0x1e6b14=_0x3c7f55[_0x4399('0x14')],_0x5eaf3c=_0x3c7f55[_0x4399('0x2f')];const _0x170795=_0x4a7357[_0x4399('0x74')]['schema'][_0x4399('0x3c')](_0x1e6b14,_0x4399('0x6d')),_0x54cb51=_0x4a7357[_0x4399('0x74')][_0x4399('0x8')][_0x4399('0x3c')](_0x5eaf3c,_0x4399('0x3a'));_0x170795[_0x4399('0x45')]&&(_0x1e6b14=_0x170795[_0x4399('0x14')]),_0x54cb51['isCollapsed']&&(_0x5eaf3c=_0x54cb51[_0x4399('0x2f')]),_0x1c54d6([_0x4a7357[_0x4399('0x74')][_0x4399('0x56')](_0x1e6b14,_0x5eaf3c)]);}),_0x2bca1c['_suggestionFactory'][_0x4399('0x38')](_0x4399('0x2c'),'convertInlineImageToBlock','chain',_0x54a3ae),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x1d'),_0x4399('0x53'),_0x4399('0x50'),_0x54a3ae)),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')](_0x4399('0x4e'))&&(_0x2bca1c[_0x4399('0x48')]('toggleImageCaption',(_0x4e6ec4,_0x376ffb)=>{const _0x1d2290=_0x4a7357[_0x4399('0x2e')][_0x4399('0x66')](_0x4399('0x36'));let _0x481463=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')]['document']['selection']),_0x23b5e1=_0x1d2290[_0x4399('0x3d')](_0x481463);_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{if(_0x23b5e1)return void _0x2bca1c[_0x4399('0x6e')](_0x4a7357['model']['createRangeOn'](_0x23b5e1));const _0xa3b49d=_0x4f0c03[_0x4399('0x69')](_0x481463);_0x4e6ec4(_0x376ffb),_0x481463=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357['model'][_0x4399('0x39')]['selection']),_0x23b5e1=_0x1d2290[_0x4399('0x3d')](_0x481463),_0x2bca1c['markInsertion'](_0x4a7357[_0x4399('0x74')][_0x4399('0x20')](_0x23b5e1),_0xa3b49d?null:'imageCaption');});}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x1d'),_0x4399('0x63'),_0x4399('0x50'),_0x54a3ae)),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')]('ImageStyleEditing')){_0x2bca1c[_0x4399('0x48')]('imageStyle',(_0x37288b,_0x34b96d)=>{const _0xc81bfb=_0x4a7357['plugins'][_0x4399('0x66')](_0x4399('0x9'))['me'],_0x1068d3=_0x4a7357[_0x4399('0x41')][_0x4399('0x66')](_0x4399('0xc'));let _0x1420a4=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]),_0x1f78e5=_0x4a7357[_0x4399('0x74')][_0x4399('0x20')](_0x1420a4),_0x10bbef=_0x1068d3[_0x4399('0x5f')];if(_0x10bbef==_0x34b96d[_0x4399('0x5f')])return;const _0x3fcb54={'commandName':_0x4399('0xc'),'commandParams':[_0x34b96d],'formatGroupId':_0x2d0bd2()};_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{if(_0x2bca1c[_0x4399('0x76')]()[_0x4399('0x23')](_0x2b0229=>_0x2b0229[_0x4399('0x75')]&&_0xc81bfb==_0x2b0229[_0x4399('0x72')]&&(_0x4399('0x2c')==_0x2b0229['type']||_0x4399('0x55')==_0x2b0229['type'])&&(_0x4399('0x61')==_0x2b0229[_0x4399('0x67')]||'imageStylePostApply'==_0x2b0229[_0x4399('0x67')])&&_0x2b0229['getFirstRange']()[_0x4399('0x3e')](_0x1f78e5))[_0x4399('0x26')](_0x1718c7=>_0x2bca1c['discardSuggestion'](_0x1718c7[_0x4399('0x60')])),_0x1420a4=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357['model'][_0x4399('0x39')][_0x4399('0x10')]),_0x1f78e5=_0x4a7357[_0x4399('0x74')]['createRangeOn'](_0x1420a4),_0x1068d3[_0x4399('0x37')](),_0x4a7357[_0x4399('0x41')][_0x4399('0x66')](_0x4399('0x71'))[_0x4399('0x37')](),_0x4a7357['commands'][_0x4399('0x66')]('imageTypeBlock')[_0x4399('0x37')](),_0x10bbef=_0x1068d3[_0x4399('0x5f')],_0x10bbef!=_0x34b96d[_0x4399('0x5f')])return _0x4f0c03['isInlineImage'](_0x1420a4)&&_0x1068d3['shouldConvertImageType'](_0x34b96d['value'],_0x1420a4)?(_0x37288b(_0x34b96d),_0x1420a4=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')]['selection']),void _0x2bca1c['markBlockFormat'](_0x1420a4,{..._0x3fcb54,'commandReversedParams':[{'value':_0x10bbef||null}]},[],'imageStylePreApply')):void(_0x4f0c03[_0x4399('0x69')](_0x1420a4)?_0x2bca1c[_0x4399('0x1b')](_0x1420a4,_0x3fcb54,[],'imageStylePostApply'):_0x2bca1c[_0x4399('0x15')](_0x1f78e5,_0x3fcb54,_0x4399('0x22')));});});for(const _0x39bca2 of _0x4a7357[_0x4399('0x2e')]['get'](_0x4399('0x32'))[_0x4399('0x6a')])_0x1b39e2[_0x39bca2['name']]=_0x39bca2[_0x4399('0x1c')]['toLowerCase']();_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')]('formatBlock',_0x4399('0x61'),_0x4399('0x7'),()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x22'),'join',()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x55'),_0x4399('0x22'),_0x4399('0x7'),()=>{}),_0x2bca1c[_0x4399('0x1')]['registerCustomCallback']('formatBlock','imageStylePreApply',_0x4399('0x5a'),()=>{}),_0x2bca1c[_0x4399('0x1')]['registerCustomCallback'](_0x4399('0x2c'),_0x4399('0x61'),_0x4399('0xb'),(_0x12a2ac,_0xbea106)=>{_0x2bca1c[_0x4399('0x1')]['getSuggestionCallback']('formatBlock','',_0x4399('0x5a'))(_0x12a2ac,{'commandName':_0xbea106['commandName'],'commandParams':_0xbea106[_0x4399('0x43')]});}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x61'),'chain',_0x54a3ae);}const _0x560c95=[{'type':'formatBlock','subType':_0x4399('0x61')},{'type':_0x4399('0x1d'),'subType':_0x4399('0x63')},{'type':_0x4399('0x2c'),'subType':_0x4399('0x53')},{'type':'insertion','subType':_0x4399('0x53')}];function _0x102d2f(_0x230a35,_0x29253e){const _0x2aab99=_0x560c95[_0x4399('0x57')](({type:_0x579fac,subType:_0xf9d383})=>_0x230a35[_0x4399('0x64')]==_0x579fac&&_0x230a35[_0x4399('0x67')]==_0xf9d383),_0x17dbc5=_0x560c95[_0x4399('0x57')](({type:_0x4fba21,subType:_0x30ac92})=>_0x29253e[_0x4399('0x64')]==_0x4fba21&&_0x29253e[_0x4399('0x67')]==_0x30ac92);if(_0x2aab99<0x0||_0x17dbc5<0x0)return!0x1;const _0x452204=_0x230a35['getFirstRange'](),_0x175968=_0x29253e[_0x4399('0x6f')]();if((0x0==_0x2aab99||0x1==_0x2aab99)&&0x2==_0x17dbc5&&_0x452204[_0x4399('0xa')](_0x175968))return!0x0;if(0x2==_0x2aab99&&0x3==_0x17dbc5){const _0x4c03e9=_0x2bca1c[_0x4399('0x52')](_0x452204,_0x4399('0x1d'))[_0x4399('0x23')](({suggestion:_0x220bf7,meta:_0x479f9f})=>_0x479f9f[_0x4399('0x35')]&&_0x4399('0x53')==_0x220bf7[_0x4399('0x67')]);if(_0x4c03e9[_0x4399('0x2')]>0x1&&_0x175968[_0x4399('0x2f')][_0x4399('0x3e')](_0x452204[_0x4399('0x14')]))return!0x0;if(0x1==_0x4c03e9[_0x4399('0x2')]&&(_0x452204[_0x4399('0x14')][_0x4399('0x3e')](_0x175968[_0x4399('0x2f')])||_0x452204[_0x4399('0x2f')][_0x4399('0x3e')](_0x175968[_0x4399('0x14')])))return!0x0;}if(0x3==_0x2aab99&&0x3==_0x17dbc5&&_0x452204[_0x4399('0x14')][_0x4399('0x21')](_0x175968[_0x4399('0x14')])){const _0x3948d3=_0x452204['end'][_0x4399('0x77')],_0x2dfd4d=_0x175968[_0x4399('0x14')]['nodeBefore'];return _0x4f0c03[_0x4399('0x69')](_0x3948d3)&&_0x3948d3===_0x2dfd4d;}return!0x1;}function _0x54a3ae(_0x3fee28,_0x1c4de1){return _0x102d2f(_0x3fee28,_0x1c4de1)?[_0x3fee28,_0x1c4de1]:_0x102d2f(_0x1c4de1,_0x3fee28)?[_0x1c4de1,_0x3fee28]:null;}_0x4a7357[_0x4399('0x74')][_0x4399('0x39')]['registerPostFixer'](()=>{let _0x30d61f=!0x1;const _0x260604=Array['from'](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')]['differ'][_0x4399('0x47')]());for(const {name:_0x248655,data:_0x32804c}of _0x260604){const {group:_0x1886e8,type:_0x4d2f38,subType:_0x47f3a1,id:_0x18b314}=_0x2bca1c['_splitMarkerName'](_0x248655);if(_0x4399('0x33')==_0x1886e8&&_0x2bca1c['hasSuggestion'](_0x18b314)){if(_0x4399('0x2c')==_0x4d2f38&&(_0x4399('0x61')==_0x47f3a1||_0x4399('0x22')==_0x47f3a1)){const _0x52c710=_0x2bca1c[_0x4399('0x62')](_0x18b314);if(_0x32804c[_0x4399('0x1e')]){const _0x557a85=_0x52c710[_0x4399('0x6f')]()[_0x4399('0x30')]();if(_0x4f0c03[_0x4399('0x69')](_0x557a85))continue;_0x2bca1c[_0x4399('0x4b')](_0x52c710),_0x30d61f=!0x0;}}if(_0x4399('0x1d')==_0x4d2f38&&_0x4399('0x63')==_0x47f3a1&&!_0x32804c[_0x4399('0x1e')]){const _0x8212ad=_0x2bca1c[_0x4399('0x62')](_0x18b314);_0x8212ad[_0x4399('0x44')]&&_0x8212ad[_0x4399('0x44')][_0x4399('0x75')]&&(_0x2bca1c['discardSuggestion'](_0x8212ad[_0x4399('0x44')]),_0x30d61f=!0x0);}}}return _0x30d61f;}),_0x4a7357[_0x4399('0x2e')]['has'](_0x4399('0x25'))&&_0x2bca1c[_0x4399('0x48')]('resizeImage',(_0x484b08,_0xa22323)=>{const _0x743d33=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]);_0x743d33[_0x4399('0x16')]('width')!=_0xa22323[_0x4399('0x4f')]&&_0x4a7357['model'][_0x4399('0x28')](()=>{_0x2bca1c[_0x4399('0x1b')](_0x743d33,{'commandName':_0x4399('0x40'),'commandParams':[_0xa22323]});});}),_0x4a7357['plugins'][_0x4399('0x65')](_0x4399('0x73'))&&_0x2bca1c[_0x4399('0x48')](_0x4399('0x6c'),(_0x3e14ce,_0x13c326)=>{const _0x24cade=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]);(_0x24cade[_0x4399('0x34')]('alt')?_0x24cade[_0x4399('0x16')](_0x4399('0x70')):'')!=_0x13c326['newValue']&&_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{_0x2bca1c[_0x4399('0x1b')](_0x24cade,{'commandName':'imageTextAlternative','commandParams':[_0x13c326]});});}),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x29314f=>{if(!!_0x560c95[_0x4399('0x3f')](({type:_0x1c3756,subType:_0x287130})=>_0x29314f[_0x4399('0x64')]==_0x1c3756&&_0x29314f['subType']==_0x287130))return _0x29314f[_0x4399('0x12')]?{}:void 0x0;}),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x5066e5=>{if(_0x4399('0x1d')==_0x5066e5['type']||'deletion'==_0x5066e5['type']){const _0x2e07d0=_0x5066e5[_0x4399('0x30')]();if(_0x2e07d0&&_0x2e07d0['is'](_0x4399('0x6'),_0x4399('0x58')))return{'type':'insertion'==_0x5066e5[_0x4399('0x64')]?_0x4399('0xe'):_0x4399('0x3b'),'name':_0x2e07d0[_0x4399('0x4')],'quantity':0x1};}}),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x182b42=>'formatBlock'==_0x182b42[_0x4399('0x64')]&&_0x4399('0x53')==_0x182b42[_0x4399('0x67')]?{'type':_0x4399('0x46'),'content':_0x4399('0x4a')}:_0x4399('0x2c')==_0x182b42[_0x4399('0x64')]&&_0x4399('0x3')==_0x182b42[_0x4399('0x67')]?{'type':_0x4399('0x46'),'content':_0x4399('0x59')}:void 0x0),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x577b69=>{const {data:_0x5d20a6}=_0x577b69;if(_0x5d20a6){if(_0x4399('0xc')==_0x5d20a6[_0x4399('0x49')]){const _0x1611a9=_0x5d20a6[_0x4399('0x27')][0x0]['value'];return _0x28af1c(_0x4399('0x17')===_0x1611a9?_0x27528b(_0x1958ac,'FORMAT_SIDE_IMAGE'):_0x1b39e2[_0x1611a9]||_0x1611a9);}if('imageTextAlternative'==_0x5d20a6[_0x4399('0x49')]){const _0x3de107=_0x5d20a6[_0x4399('0x27')][0x0][_0x4399('0x0')];return _0x3de107?{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x2a'),'\x22'+_0x3de107+'\x22')}:{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x5b'))};}if(_0x4399('0x40')==_0x5d20a6[_0x4399('0x49')]){const _0x3fba71=_0x5d20a6[_0x4399('0x27')][0x0][_0x4399('0x4f')];return _0x3fba71?{'type':'format','content':_0x27528b(_0x1958ac,_0x4399('0xf'),_0x3fba71)}:{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x24'))};}}function _0x28af1c(_0x598557){return{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x29'),_0x598557)};}});}}
@@ -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 _0x1749=['plugins','Users','value','_trackChangesValueDuringImport','trackChanges','bind','collaboration_features','high','execute','importWord','forEach','afterInit','addSuggestionData','_handleImportedData','track_changes','listenTo','commands','editor','dataInsert','get','TrackChangesEditing','_trackChangesExecuted'];(function(_0x102696,_0x174985){const _0x40269c=function(_0x38d038){while(--_0x38d038){_0x102696['push'](_0x102696['shift']());}};_0x40269c(++_0x174985);}(_0x1749,0xa7));const _0x4026=function(_0x102696,_0x174985){_0x102696=_0x102696-0x0;let _0x40269c=_0x1749[_0x102696];return _0x40269c;};import{Plugin as _0x2cbc82}from'ckeditor5/src/core';import _0x3d6d21 from'../trackchangesediting';export default class X extends _0x2cbc82{constructor(_0x3caf0f){super(_0x3caf0f),this['_trackChangesValueDuringImport']=!0x1,this[_0x4026('0x8')]=!0x1;}[_0x4026('0x14')](){const _0x59ed1e=this['editor'],_0x444021=_0x59ed1e[_0x4026('0x3')][_0x4026('0x6')](_0x4026('0x12')),_0x3d14bb=_0x59ed1e[_0x4026('0x3')][_0x4026('0x6')](_0x4026('0xd'));_0x444021&&(_0x444021['on'](_0x4026('0x11'),(_0xf23ef1,[,_0x4225b7])=>{this[_0x4026('0xc')]=_0x3d14bb[_0x4026('0xb')],_0x4225b7[_0x4026('0xf')][_0x4026('0x1')]=!this['_trackChangesValueDuringImport'];},{'priority':_0x4026('0x10')}),this[_0x4026('0x2')](_0x444021,_0x4026('0x5'),this['_handleImportedData'][_0x4026('0xe')](this)),this[_0x4026('0x2')](_0x444021,_0x4026('0x5'),()=>{this[_0x4026('0x8')]&&(_0x3d14bb[_0x4026('0x11')](),this[_0x4026('0x8')]=!0x1);},{'priority':'lowest'}),_0x59ed1e[_0x4026('0x9')][_0x4026('0x6')](_0x4026('0x7'))['enableCommand'](_0x4026('0x12')));}[_0x4026('0x0')](_0x8c0dbc,_0x1f9b7b){const {suggestions:_0x47a3c0}=_0x1f9b7b,_0x7bf5ca=this[_0x4026('0x4')][_0x4026('0x3')]['get'](_0x4026('0xd')),_0x3fa4a7=_0x7bf5ca[_0x4026('0xb')];this[_0x4026('0xc')]!==_0x3fa4a7&&(_0x7bf5ca['execute'](),this[_0x4026('0x8')]=!0x0),_0x47a3c0&&_0x47a3c0[_0x4026('0x13')](({id:_0x3fabdd,type:_0x5859d2,author:_0x572df7,created_at:_0x2b62f7})=>{const _0x562602={'id':_0x3fabdd,'type':_0x5859d2,'authorId':this[_0x4026('0x4')]['plugins']['get'](_0x4026('0xa'))['me']['id'],'createdAt':new Date(),'data':{},'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x572df7,'createdAt':_0x2b62f7?new Date(_0x2b62f7):new Date()}}};this[_0x4026('0x4')][_0x4026('0x9')][_0x4026('0x6')](_0x3d6d21)[_0x4026('0x15')](_0x562602);});}}
@@ -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 _0x365f=['change','indent','format','filter','indentBlock','blockIndent','has','enableCommand','model','editor','*Outdent:*\x20%0','getItems','schema','getSelectedBlocks','plugins','selection','afterInit','registerDescriptionCallback','locale','commandName','IndentEditing','checkAttribute','*Indent:*\x20%0','document','outdentBlock','TrackChangesEditing','_descriptionFactory','from'];(function(_0x2ec9d6,_0x365f4e){const _0x33a9c7=function(_0xa28cd6){while(--_0xa28cd6){_0x2ec9d6['push'](_0x2ec9d6['shift']());}};_0x33a9c7(++_0x365f4e);}(_0x365f,0x128));const _0x33a9=function(_0x2ec9d6,_0x365f4e){_0x2ec9d6=_0x2ec9d6-0x0;let _0x33a9c7=_0x365f[_0x2ec9d6];return _0x33a9c7;};import{Plugin as _0x3596ac}from'ckeditor5/src/core';import{getTranslation as _0x2cb20e}from'../utils/common-translations';export default class Y extends _0x3596ac{[_0x33a9('0x0')](){const _0x37892a=this[_0x33a9('0x15')],_0x1fc5f=_0x37892a[_0x33a9('0x1a')]['get'](_0x33a9('0x9'));_0x37892a[_0x33a9('0x1a')][_0x33a9('0x12')](_0x33a9('0x4'))&&(_0x1fc5f[_0x33a9('0x13')](_0x33a9('0xd')),_0x1fc5f[_0x33a9('0x13')]('outdent'));const _0x33133d=_0x37892a[_0x33a9('0x2')];if(_0x37892a[_0x33a9('0x1a')]['has']('IndentBlock')){for(const _0x42d667 of[_0x33a9('0x10'),_0x33a9('0x8')])_0x1fc5f[_0x33a9('0x13')](_0x42d667,()=>{const _0x5b903a=Array[_0x33a9('0xb')](this[_0x33a9('0x15')][_0x33a9('0x14')][_0x33a9('0x7')][_0x33a9('0x1b')][_0x33a9('0x19')]())[_0x33a9('0xf')](_0xfb108c=>this['editor'][_0x33a9('0x14')][_0x33a9('0x18')][_0x33a9('0x5')](_0xfb108c,_0x33a9('0x11')));_0x37892a[_0x33a9('0x14')][_0x33a9('0xc')](()=>{for(const _0x483ff2 of _0x5b903a)_0x1fc5f['markBlockFormat'](_0x483ff2,{'commandName':_0x42d667,'commandParams':[{'value':''}],'formatGroupId':_0x33a9('0x10')});});});_0x1fc5f['_descriptionFactory'][_0x33a9('0x1')](_0xa8ff4a=>{const {data:_0x23c151}=_0xa8ff4a;if(!_0x23c151)return;if(_0x33a9('0x10')!=_0x23c151[_0x33a9('0x3')]&&_0x33a9('0x8')!=_0x23c151[_0x33a9('0x3')])return;const _0x9b1811=_0xa8ff4a[_0x33a9('0x17')]()[0x0],_0x35941d=_0x1fc5f[_0x33a9('0xa')]['getItemLabel'](_0x9b1811['name']);return _0x33a9('0x10')==_0x23c151[_0x33a9('0x3')]?{'type':_0x33a9('0xe'),'content':_0x2cb20e(_0x33133d,_0x33a9('0x6'),_0x35941d)}:_0x33a9('0x8')==_0x23c151[_0x33a9('0x3')]?{'type':_0x33a9('0xe'),'content':_0x2cb20e(_0x33133d,_0x33a9('0x16'),_0x35941d)}: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 _0x4fde=['TrackChangesEditing','plugins','editor','requires','enableCommand','init','input'];(function(_0x830148,_0x4fde1a){var _0x5877c7=function(_0x4cf158){while(--_0x4cf158){_0x830148['push'](_0x830148['shift']());}};_0x5877c7(++_0x4fde1a);}(_0x4fde,0x86));var _0x5877=function(_0x830148,_0x4fde1a){_0x830148=_0x830148-0x0;var _0x5877c7=_0x4fde[_0x830148];return _0x5877c7;};import{Plugin as _0x387ebd}from'ckeditor5/src/core';import{Input as _0x4168e6}from'ckeditor5/src/typing';export default class Z extends _0x387ebd{static get[_0x5877('0x2')](){return[_0x4168e6];}[_0x5877('0x4')](){this[_0x5877('0x1')][_0x5877('0x0')]['get'](_0x5877('0x6'))[_0x5877('0x3')](_0x5877('0x5'));}}
@@ -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 _0x552b=['linkHref','change','unlink','plugins','*Remove\x20link*','LinkEditing','editor','commandName','hasAttribute','getAttribute','link','*Set\x20link:*\x20%0','model','has','format','enableCommand','_descriptionFactory','markInlineFormat','commandParams','isCollapsed','document','selection','from','get','getFirstPosition','locale'];(function(_0x4aa6e9,_0x552b95){const _0x568ac6=function(_0x1186cd){while(--_0x1186cd){_0x4aa6e9['push'](_0x4aa6e9['shift']());}};_0x568ac6(++_0x552b95);}(_0x552b,0x19d));const _0x568a=function(_0x4aa6e9,_0x552b95){_0x4aa6e9=_0x4aa6e9-0x0;let _0x568ac6=_0x552b[_0x4aa6e9];return _0x568ac6;};import{Plugin as _0x51156c}from'ckeditor5/src/core';import{findAttributeRange as _0x2a0586}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x1a093e}from'./utils';import{getTranslation as _0x1738ec}from'../utils/common-translations';export default class tt extends _0x51156c{['afterInit'](){const _0x14f684=this[_0x568a('0x9')];if(!_0x14f684[_0x568a('0x6')][_0x568a('0x10')](_0x568a('0x8')))return;const _0xeaa3e8=_0x14f684['plugins'][_0x568a('0x0')]('TrackChangesEditing');_0xeaa3e8[_0x568a('0x12')](_0x568a('0xd'),(_0x24d553,_0x4efeed)=>{const _0x411e42=_0x14f684[_0x568a('0xf')][_0x568a('0x17')][_0x568a('0x18')];let _0x35a008=[];if(_0x411e42['isCollapsed']){if(!_0x411e42[_0x568a('0xb')](_0x568a('0x3')))return void _0x24d553(_0x4efeed);{const _0x43e6d6=_0x2a0586(_0x411e42['getFirstPosition'](),'linkHref',_0x411e42[_0x568a('0xc')](_0x568a('0x3')),_0x14f684[_0x568a('0xf')]);_0x35a008=[_0x43e6d6];}}else _0x35a008=Array[_0x568a('0x19')](_0x411e42['getRanges']());_0x14f684[_0x568a('0xf')][_0x568a('0x4')](()=>{for(const _0x18e707 of _0x35a008)_0xeaa3e8[_0x568a('0x14')](_0x18e707,{'commandName':_0x568a('0xd'),'commandParams':[_0x4efeed]});});}),_0xeaa3e8[_0x568a('0x12')](_0x568a('0x5'),()=>{const _0x57712d=this[_0x568a('0x9')][_0x568a('0xf')],_0x12b4e4=_0x57712d[_0x568a('0x17')][_0x568a('0x18')];_0x57712d[_0x568a('0x4')](()=>{let _0x437315=[];if(_0x12b4e4[_0x568a('0x16')])_0x437315=[_0x2a0586(_0x12b4e4[_0x568a('0x1')](),_0x568a('0x3'),_0x12b4e4[_0x568a('0xc')](_0x568a('0x3')),_0x14f684[_0x568a('0xf')])];else _0x437315=_0x1a093e(_0x568a('0x3'),_0x12b4e4['getFirstRange'](),_0x14f684['model']);for(const _0x98b69f of _0x437315)_0xeaa3e8[_0x568a('0x14')](_0x98b69f,{'commandName':'unlink','commandParams':[]});});}),_0xeaa3e8[_0x568a('0x13')]['registerDescriptionCallback'](_0x1b72d8=>{const {data:_0x8a218a}=_0x1b72d8,_0x23d7c4=_0x14f684[_0x568a('0x2')];if(_0x8a218a){if('link'==_0x8a218a[_0x568a('0xa')]){const _0x26923a=_0x8a218a[_0x568a('0x15')][0x0];return{'type':_0x568a('0x11'),'content':_0x1738ec(_0x23d7c4,_0x568a('0xe'),'\x22'+_0x26923a+'\x22')};}return'unlink'==_0x8a218a[_0x568a('0xa')]?{'type':_0x568a('0x11'),'content':_0x1738ec(_0x23d7c4,_0x568a('0x7'))}:void 0x0;}});}}