@ckeditor/ckeditor5-track-changes 37.0.0 → 37.1.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 (162) 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 -0
  49. package/lang/translations/ar.po +15 -1
  50. package/lang/translations/az.po +11 -1
  51. package/lang/translations/bg.po +11 -1
  52. package/lang/translations/bn.po +11 -1
  53. package/lang/translations/ca.po +11 -1
  54. package/lang/translations/cs.po +13 -1
  55. package/lang/translations/da.po +11 -1
  56. package/lang/translations/de.po +11 -1
  57. package/lang/translations/el.po +11 -1
  58. package/lang/translations/en-au.po +11 -1
  59. package/lang/translations/en.po +10 -0
  60. package/lang/translations/es.po +12 -1
  61. package/lang/translations/et.po +11 -1
  62. package/lang/translations/fi.po +11 -1
  63. package/lang/translations/fr.po +12 -1
  64. package/lang/translations/gl.po +11 -1
  65. package/lang/translations/he.po +13 -1
  66. package/lang/translations/hi.po +11 -1
  67. package/lang/translations/hr.po +12 -1
  68. package/lang/translations/hu.po +11 -1
  69. package/lang/translations/id.po +10 -1
  70. package/lang/translations/it.po +12 -1
  71. package/lang/translations/ja.po +10 -1
  72. package/lang/translations/ko.po +10 -1
  73. package/lang/translations/lt.po +13 -1
  74. package/lang/translations/lv.po +12 -1
  75. package/lang/translations/ms.po +10 -1
  76. package/lang/translations/nl.po +11 -1
  77. package/lang/translations/no.po +11 -1
  78. package/lang/translations/pl.po +13 -1
  79. package/lang/translations/pt-br.po +12 -1
  80. package/lang/translations/pt.po +12 -1
  81. package/lang/translations/ro.po +12 -1
  82. package/lang/translations/ru.po +13 -1
  83. package/lang/translations/sk.po +13 -1
  84. package/lang/translations/sr-latn.po +12 -1
  85. package/lang/translations/sr.po +33 -22
  86. package/lang/translations/sv.po +11 -1
  87. package/lang/translations/th.po +10 -1
  88. package/lang/translations/tk.po +11 -1
  89. package/lang/translations/tr.po +11 -1
  90. package/lang/translations/tt.po +10 -1
  91. package/lang/translations/uk.po +13 -1
  92. package/lang/translations/ur.po +11 -1
  93. package/lang/translations/vi.po +10 -1
  94. package/lang/translations/zh-cn.po +10 -1
  95. package/lang/translations/zh.po +10 -1
  96. package/package.json +3 -3
  97. package/src/commands/acceptsuggestioncommand.js +1 -1
  98. package/src/commands/discardsuggestioncommand.js +1 -1
  99. package/src/commands/executeonallsuggestionscommand.js +1 -1
  100. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  101. package/src/commands/trackchangescommand.js +1 -1
  102. package/src/index.d.ts +1 -1
  103. package/src/integrations/alignment.js +1 -1
  104. package/src/integrations/basicstyles.js +1 -1
  105. package/src/integrations/blockquote.js +1 -1
  106. package/src/integrations/ckbox.js +1 -1
  107. package/src/integrations/codeblock.js +1 -1
  108. package/src/integrations/comments.js +1 -1
  109. package/src/integrations/deletecommand.js +1 -1
  110. package/src/integrations/documentlist.js +1 -1
  111. package/src/integrations/documentlistproperties.js +1 -1
  112. package/src/integrations/entercommand.js +1 -1
  113. package/src/integrations/findandreplace.js +1 -1
  114. package/src/integrations/font.js +1 -1
  115. package/src/integrations/formatpainter.d.ts +13 -0
  116. package/src/integrations/formatpainter.js +23 -0
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/importword.js +1 -1
  124. package/src/integrations/indent.js +1 -1
  125. package/src/integrations/inputcommand.js +1 -1
  126. package/src/integrations/link.js +1 -1
  127. package/src/integrations/list.js +1 -1
  128. package/src/integrations/listproperties.js +1 -1
  129. package/src/integrations/mediaembed.js +1 -1
  130. package/src/integrations/mention.js +1 -1
  131. package/src/integrations/pagebreak.js +1 -1
  132. package/src/integrations/paragraph.js +1 -1
  133. package/src/integrations/removeformat.js +1 -1
  134. package/src/integrations/restrictededitingmode.js +1 -1
  135. package/src/integrations/shiftentercommand.js +1 -1
  136. package/src/integrations/standardeditingmode.js +1 -1
  137. package/src/integrations/style.js +1 -1
  138. package/src/integrations/table.js +1 -1
  139. package/src/integrations/tablecaption.js +1 -1
  140. package/src/integrations/tableclipboard.js +1 -1
  141. package/src/integrations/tablecolumnresize.js +1 -1
  142. package/src/integrations/tableheadings.js +1 -1
  143. package/src/integrations/tablemergesplit.js +1 -1
  144. package/src/integrations/tableofcontents.d.ts +13 -0
  145. package/src/integrations/tableofcontents.js +23 -0
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.d.ts +13 -0
  148. package/src/integrations/template.js +23 -0
  149. package/src/integrations/title.js +1 -1
  150. package/src/integrations/undo.js +1 -1
  151. package/src/integrations/utils.js +1 -1
  152. package/src/suggestion.js +1 -1
  153. package/src/suggestiondescriptionfactory.js +1 -1
  154. package/src/trackchanges.js +1 -1
  155. package/src/trackchangesdata.js +1 -1
  156. package/src/trackchangesediting.js +1 -1
  157. package/src/trackchangesui.js +1 -1
  158. package/src/ui/suggestioncontroller.js +1 -1
  159. package/src/ui/view/basesuggestionthreadview.js +1 -1
  160. package/src/ui/view/suggestionthreadview.js +1 -1
  161. package/src/utils/common-translations.js +1 -1
  162. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1c11=['ELEMENT_HEADING_CUSTOM','_descriptionFactory','markBlockFormat','*Change\x20to:*\x20%0','editor','get','change','afterInit','selection','isObject','heading','has','TrackChangesEditing','registerElementLabel','schema','registerDescriptionCallback','format','heading.options','document','ELEMENT_HEADING','formatBlock','blockName','find','locale','config','commandName','filter','title','from','paragraph','value','name','model','match','commandParams','HeadingEditing','checkChild'];(function(_0x5a6175,_0x1c1117){const _0x4c07c5=function(_0x490e4f){while(--_0x490e4f){_0x5a6175['push'](_0x5a6175['shift']());}};_0x4c07c5(++_0x1c1117);}(_0x1c11,0x1e0));const _0x4c07=function(_0x5a6175,_0x1c1117){_0x5a6175=_0x5a6175-0x0;let _0x4c07c5=_0x1c11[_0x5a6175];return _0x4c07c5;};import{Plugin as _0x2f41af}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x4bd62a}from'./utils';import{getTranslation as _0x596710}from'../utils/common-translations';export default class W extends _0x2f41af{[_0x4c07('0x8')](){const _0x289e5f=this[_0x4c07('0x5')],_0x3628c4=_0x289e5f[_0x4c07('0x18')],_0x195b56=_0x289e5f[_0x4c07('0x19')][_0x4c07('0x6')](_0x4c07('0x12'));if(!_0x289e5f['plugins'][_0x4c07('0xc')](_0x4c07('0x24')))return;const _0x1b3439=_0x289e5f['plugins']['get'](_0x4c07('0xd'));_0x1b3439['enableCommand'](_0x4c07('0xb'),(_0xd47a94,_0x425b20)=>{const _0x4ed014=_0x425b20[_0x4c07('0x1f')],_0xf63446=Array[_0x4c07('0x1d')](this['editor'][_0x4c07('0x21')][_0x4c07('0x13')][_0x4c07('0x9')]['getSelectedBlocks']())[_0x4c07('0x1b')](_0x5053f0=>function(_0x8da213,_0x2704f9,_0x33bed0){return _0x33bed0[_0x4c07('0x0')](_0x8da213['parent'],_0x2704f9)&&!_0x33bed0[_0x4c07('0xa')](_0x8da213)&&_0x8da213[_0x4c07('0x20')]!=_0x2704f9;}(_0x5053f0,_0x4ed014,this[_0x4c07('0x5')][_0x4c07('0x21')][_0x4c07('0xf')]));_0x289e5f[_0x4c07('0x21')][_0x4c07('0x7')](()=>{for(const _0x580112 of _0xf63446)_0x1b3439[_0x4c07('0x3')](_0x580112,{'commandName':_0x4c07('0xb'),'commandParams':[_0x425b20],'formatGroupId':_0x4c07('0x16')},_0x4bd62a(_0x580112));});});for(const _0x1dcf44 of _0x195b56)_0x4c07('0x1e')!=_0x1dcf44[_0x4c07('0x21')]&&_0x1b3439['_descriptionFactory'][_0x4c07('0xe')](_0x1dcf44[_0x4c07('0x21')],_0x50b3f8=>{const _0x3770bd=Yt(_0x1dcf44[_0x4c07('0x21')]);return null!==_0x3770bd?_0x57c0e2(_0x50b3f8,_0x3770bd):_0x329199(_0x50b3f8,_0x1dcf44[_0x4c07('0x1c')]);});function _0x57c0e2(_0x5bca01,_0x484f94){return _0x596710(_0x3628c4,_0x4c07('0x14'),[_0x5bca01,_0x484f94]);}function _0x329199(_0x10375d,_0x3c4cdc){return _0x596710(_0x3628c4,_0x4c07('0x1'),[_0x10375d,_0x3c4cdc]);}_0x1b3439[_0x4c07('0x2')][_0x4c07('0x10')](_0x130527=>{const {type:_0x59f48b,data:_0x14c8f1}=_0x130527;if(_0x4c07('0x15')==_0x59f48b&&_0x14c8f1&&_0x4c07('0xb')==_0x14c8f1[_0x4c07('0x1a')]){const _0x20ee49=_0x14c8f1[_0x4c07('0x23')][0x0][_0x4c07('0x1f')],_0x209359=Yt(_0x20ee49);if(null!==_0x209359)return{'type':_0x4c07('0x11'),'content':_0x596710(_0x3628c4,'*Change\x20to:*\x20%0',_0x57c0e2(0x1,_0x209359))};const _0x296e3c=_0x195b56[_0x4c07('0x17')](_0x3fb196=>_0x3fb196[_0x4c07('0x21')]===_0x20ee49)[_0x4c07('0x1c')];return{'type':_0x4c07('0x11'),'content':_0x596710(_0x3628c4,_0x4c07('0x4'),_0x329199(0x1,_0x296e3c))};}});}}function Yt(_0x503d83){const _0x5437e9=_0x503d83[_0x4c07('0x22')](/^heading(\d+)$/);return _0x5437e9?_0x5437e9[0x1]:null;}
23
+ const _0x5dda=['TrackChangesEditing','document','commandName','value','HeadingEditing','selection','registerDescriptionCallback','_descriptionFactory','from','heading.options','parent','markBlockFormat','filter','match','editor','plugins','formatBlock','config','ELEMENT_HEADING','find','getSelectedBlocks','format','get','afterInit','title','heading','*Change\x20to:*\x20%0','enableCommand','change','name','locale','paragraph','model','has','blockName'];(function(_0x7f817c,_0x5dda55){const _0x175d09=function(_0xf00817){while(--_0xf00817){_0x7f817c['push'](_0x7f817c['shift']());}};_0x175d09(++_0x5dda55);}(_0x5dda,0x85));const _0x175d=function(_0x7f817c,_0x5dda55){_0x7f817c=_0x7f817c-0x0;let _0x175d09=_0x5dda[_0x7f817c];return _0x175d09;};import{Plugin as _0x4eb7aa}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x532fdb}from'./utils';import{getTranslation as _0xe729f0}from'../utils/common-translations';export default class J extends _0x4eb7aa{[_0x175d('0x1e')](){const _0x1ad583=this[_0x175d('0x15')],_0x3e2126=_0x1ad583[_0x175d('0x2')],_0x3e5d6d=_0x1ad583[_0x175d('0x18')][_0x175d('0x1d')](_0x175d('0x10'));if(!_0x1ad583[_0x175d('0x16')][_0x175d('0x5')](_0x175d('0xb')))return;const _0x12787b=_0x1ad583[_0x175d('0x16')][_0x175d('0x1d')](_0x175d('0x7'));_0x12787b[_0x175d('0x22')](_0x175d('0x20'),(_0x14ab98,_0xe09c6c)=>{const _0x226ecb=_0xe09c6c[_0x175d('0xa')],_0x37d79a=Array[_0x175d('0xf')](this[_0x175d('0x15')][_0x175d('0x4')][_0x175d('0x8')][_0x175d('0xc')][_0x175d('0x1b')]())[_0x175d('0x13')](_0x12d728=>function(_0x5d8857,_0x1a3137,_0x38b462){return _0x38b462['checkChild'](_0x5d8857[_0x175d('0x11')],_0x1a3137)&&!_0x38b462['isObject'](_0x5d8857)&&_0x5d8857[_0x175d('0x1')]!=_0x1a3137;}(_0x12d728,_0x226ecb,this[_0x175d('0x15')][_0x175d('0x4')]['schema']));_0x1ad583[_0x175d('0x4')][_0x175d('0x0')](()=>{for(const _0x45f3bf of _0x37d79a)_0x12787b[_0x175d('0x12')](_0x45f3bf,{'commandName':'heading','commandParams':[_0xe09c6c],'formatGroupId':_0x175d('0x6')},_0x532fdb(_0x45f3bf));});});for(const _0x7beee of _0x3e5d6d)_0x175d('0x3')!=_0x7beee[_0x175d('0x4')]&&_0x12787b[_0x175d('0xe')]['registerElementLabel'](_0x7beee[_0x175d('0x4')],_0x26d6f2=>{const _0x2b39d0=nn(_0x7beee[_0x175d('0x4')]);return null!==_0x2b39d0?_0x2b2a1b(_0x26d6f2,_0x2b39d0):_0x3e5dce(_0x26d6f2,_0x7beee[_0x175d('0x1f')]);});function _0x2b2a1b(_0x35c0d4,_0x2e996a){return _0xe729f0(_0x3e2126,_0x175d('0x19'),[_0x35c0d4,_0x2e996a]);}function _0x3e5dce(_0x3b3964,_0x556e25){return _0xe729f0(_0x3e2126,'ELEMENT_HEADING_CUSTOM',[_0x3b3964,_0x556e25]);}_0x12787b['_descriptionFactory'][_0x175d('0xd')](_0x1543ec=>{const {type:_0x245bb4,data:_0x2b4805}=_0x1543ec;if(_0x175d('0x17')==_0x245bb4&&_0x2b4805&&_0x175d('0x20')==_0x2b4805[_0x175d('0x9')]){const _0x54d166=_0x2b4805['commandParams'][0x0][_0x175d('0xa')],_0x2ead5b=nn(_0x54d166);if(null!==_0x2ead5b)return{'type':_0x175d('0x1c'),'content':_0xe729f0(_0x3e2126,_0x175d('0x21'),_0x2b2a1b(0x1,_0x2ead5b))};const _0x47b2eb=_0x3e5d6d[_0x175d('0x1a')](_0x136994=>_0x136994[_0x175d('0x4')]===_0x54d166)[_0x175d('0x1f')];return{'type':_0x175d('0x1c'),'content':_0xe729f0(_0x3e2126,_0x175d('0x21'),_0x3e5dce(0x1,_0x47b2eb))};}});}}function nn(_0x177837){const _0x3ab293=_0x177837[_0x175d('0x14')](/^heading(\d+)$/);return _0x3ab293?_0x3ab293[0x1]:null;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x164a=['createRange','getAttribute','TrackChangesEditing','registerDescriptionCallback','commandName','commandParams','find','highlight.options','markInlineFormat','enableCommand','*Set\x20highlight:*\x20%0','plugins','_descriptionFactory','formatInline','editor','format','getLastMatchingPosition','change','FORMAT_HIGHLIGHT','model','getFirstPosition','value','highlight','color','title','isCollapsed','toLowerCase','backward','selection','HighlightEditing','has','get','push'];(function(_0x4ec97d,_0x164a8a){const _0xaf4fbd=function(_0x386f71){while(--_0x386f71){_0x4ec97d['push'](_0x4ec97d['shift']());}};_0xaf4fbd(++_0x164a8a);}(_0x164a,0x1af));const _0xaf4f=function(_0x4ec97d,_0x164a8a){_0x4ec97d=_0x4ec97d-0x0;let _0xaf4fbd=_0x164a[_0x4ec97d];return _0xaf4fbd;};import{Plugin as _0xa535fb}from'ckeditor5/src/core';import{getTranslation as _0x2aebdd}from'../utils/common-translations';import{getRangesWithAttribute as _0x334252}from'./utils';export default class J extends _0xa535fb{['afterInit'](){const _0x4f6847=this[_0xaf4f('0xc')];if(!_0x4f6847['plugins'][_0xaf4f('0x1c')](_0xaf4f('0x1b')))return;const _0x3abbc9=_0x4f6847[_0xaf4f('0x9')][_0xaf4f('0x1d')](_0xaf4f('0x0'));_0x3abbc9[_0xaf4f('0x7')](_0xaf4f('0x14'),(_0x3d46b4,_0xe7291e={})=>{const _0x3c0b22=_0x4f6847[_0xaf4f('0x11')]['document'][_0xaf4f('0x1a')],_0x4a2897=_0x3c0b22[_0xaf4f('0x20')]('highlight');let _0x4e8c0b=_0xe7291e['value'],_0x3152fd=[];if(_0x3c0b22[_0xaf4f('0x17')]){const _0x3e7b01=_0x3c0b22[_0xaf4f('0x12')]();if(!_0x3c0b22['hasAttribute']('highlight'))return void _0x3d46b4(_0xe7291e);{const _0x2529f3=_0x48ce72=>_0x48ce72['item'][_0xaf4f('0x20')](_0xaf4f('0x14'))===_0x4a2897,_0x43da8a=_0x3e7b01[_0xaf4f('0xe')](_0x2529f3,{'direction':_0xaf4f('0x19')}),_0x2813fb=_0x3e7b01[_0xaf4f('0xe')](_0x2529f3);_0x3152fd=[_0x4f6847[_0xaf4f('0x11')][_0xaf4f('0x1f')](_0x43da8a,_0x2813fb)],_0x4e8c0b==_0x4a2897&&(_0x4e8c0b=null);}}else for(const _0x5c7be1 of _0x3c0b22['getRanges']())_0x4e8c0b?_0x3152fd[_0xaf4f('0x1e')](_0x5c7be1):_0x3152fd[_0xaf4f('0x1e')](..._0x334252(_0xaf4f('0x14'),_0x5c7be1,_0x4f6847['model']));_0x4f6847[_0xaf4f('0x11')][_0xaf4f('0xf')](()=>{for(const _0x186ea5 of _0x3152fd)_0x3abbc9[_0xaf4f('0x6')](_0x186ea5,{'commandName':'highlight','commandParams':[{'value':_0x4e8c0b}]});});});const _0x5e7ae3=_0x4f6847['locale'];_0x3abbc9[_0xaf4f('0xa')][_0xaf4f('0x1')](_0x29e15d=>{const {type:_0x2093e5,data:_0x2a43a1}=_0x29e15d;if(_0xaf4f('0xb')==_0x2093e5&&_0x2a43a1&&'highlight'==_0x2a43a1[_0xaf4f('0x2')]){const _0x45c5de=_0x5e7ae3['t'],_0x3625f7=_0x2a43a1[_0xaf4f('0x3')][0x0][_0xaf4f('0x13')];if(_0x3625f7){const _0x2b8909=_0x4f6847['config'][_0xaf4f('0x1d')](_0xaf4f('0x5'))[_0xaf4f('0x4')](_0x52c1c1=>_0x52c1c1['model']==_0x3625f7),_0x1b80ec=_0x45c5de(_0x2b8909['title'])[_0xaf4f('0x18')]();return{'type':_0xaf4f('0xd'),'content':_0x2aebdd(_0x5e7ae3,_0xaf4f('0x8'),_0x1b80ec),'color':{'value':_0x2b8909[_0xaf4f('0x15')],'title':_0x2b8909[_0xaf4f('0x16')]}};}return{'type':'format','content':_0x2aebdd(_0x5e7ae3,'*Remove\x20highlight*',_0x2aebdd(_0x5e7ae3,_0xaf4f('0x10')))};}});}}
23
+ const _0x6c07=['selection','enableCommand','formatInline','afterInit','title','getAttribute','value','model','*Set\x20highlight:*\x20%0','find','isCollapsed','createRange','TrackChangesEditing','toLowerCase','registerDescriptionCallback','getFirstPosition','push','_descriptionFactory','*Remove\x20highlight*','highlight','plugins','backward','commandParams','change','getRanges','format','has','item','editor','HighlightEditing','get'];(function(_0x418c7b,_0x6c072f){const _0xa0c9f0=function(_0x215462){while(--_0x215462){_0x418c7b['push'](_0x418c7b['shift']());}};_0xa0c9f0(++_0x6c072f);}(_0x6c07,0x177));const _0xa0c9=function(_0x418c7b,_0x6c072f){_0x418c7b=_0x418c7b-0x0;let _0xa0c9f0=_0x6c07[_0x418c7b];return _0xa0c9f0;};import{Plugin as _0x330868}from'ckeditor5/src/core';import{getTranslation as _0x1cc14d}from'../utils/common-translations';import{getRangesWithAttribute as _0x25bb1c}from'./utils';export default class K extends _0x330868{[_0xa0c9('0x0')](){const _0x1d0963=this[_0xa0c9('0x19')];if(!_0x1d0963[_0xa0c9('0x11')][_0xa0c9('0x17')](_0xa0c9('0x1a')))return;const _0x582ba9=_0x1d0963[_0xa0c9('0x11')][_0xa0c9('0x1b')](_0xa0c9('0x9'));_0x582ba9[_0xa0c9('0x1d')]('highlight',(_0x5514a5,_0x4fa870={})=>{const _0x1dadc1=_0x1d0963[_0xa0c9('0x4')]['document'][_0xa0c9('0x1c')],_0x2b9e3d=_0x1dadc1[_0xa0c9('0x2')]('highlight');let _0x5edd8a=_0x4fa870[_0xa0c9('0x3')],_0x2aebb7=[];if(_0x1dadc1[_0xa0c9('0x7')]){const _0x1f01e3=_0x1dadc1[_0xa0c9('0xc')]();if(!_0x1dadc1['hasAttribute'](_0xa0c9('0x10')))return void _0x5514a5(_0x4fa870);{const _0x2415bd=_0x874624=>_0x874624[_0xa0c9('0x18')][_0xa0c9('0x2')](_0xa0c9('0x10'))===_0x2b9e3d,_0x3c316f=_0x1f01e3['getLastMatchingPosition'](_0x2415bd,{'direction':_0xa0c9('0x12')}),_0x60a9db=_0x1f01e3['getLastMatchingPosition'](_0x2415bd);_0x2aebb7=[_0x1d0963[_0xa0c9('0x4')][_0xa0c9('0x8')](_0x3c316f,_0x60a9db)],_0x5edd8a==_0x2b9e3d&&(_0x5edd8a=null);}}else for(const _0x184ad0 of _0x1dadc1[_0xa0c9('0x15')]())_0x5edd8a?_0x2aebb7[_0xa0c9('0xd')](_0x184ad0):_0x2aebb7[_0xa0c9('0xd')](..._0x25bb1c('highlight',_0x184ad0,_0x1d0963[_0xa0c9('0x4')]));_0x1d0963['model'][_0xa0c9('0x14')](()=>{for(const _0x2d30f0 of _0x2aebb7)_0x582ba9['markInlineFormat'](_0x2d30f0,{'commandName':_0xa0c9('0x10'),'commandParams':[{'value':_0x5edd8a}]});});});const _0x12dcc1=_0x1d0963['locale'];_0x582ba9[_0xa0c9('0xe')][_0xa0c9('0xb')](_0x5114f3=>{const {type:_0xc7f8a8,data:_0x10fd2e}=_0x5114f3;if(_0xa0c9('0x1e')==_0xc7f8a8&&_0x10fd2e&&_0xa0c9('0x10')==_0x10fd2e['commandName']){const _0x2a0699=_0x12dcc1['t'],_0x160897=_0x10fd2e[_0xa0c9('0x13')][0x0][_0xa0c9('0x3')];if(_0x160897){const _0x2cb622=_0x1d0963['config']['get']('highlight.options')[_0xa0c9('0x6')](_0x1df246=>_0x1df246[_0xa0c9('0x4')]==_0x160897),_0x1ecd69=_0x2a0699(_0x2cb622[_0xa0c9('0x1')])[_0xa0c9('0xa')]();return{'type':'format','content':_0x1cc14d(_0x12dcc1,_0xa0c9('0x5'),_0x1ecd69),'color':{'value':_0x2cb622['color'],'title':_0x2cb622['title']}};}return{'type':_0xa0c9('0x16'),'content':_0x1cc14d(_0x12dcc1,_0xa0c9('0xf'),_0x1cc14d(_0x12dcc1,'FORMAT_HIGHLIGHT'))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15c3=['_descriptionFactory','registerElementLabel','has','plugins','elementToStructure','get','horizontalLine','conversion','addClass','insert','dataDowncast','ELEMENT_HORIZONTAL_LINE','createEmptyElement','TrackChangesEditing','div','afterInit','enableCommand','ck-horizontal-line','showSuggestionHighlights','createPositionAt','createContainerElement'];(function(_0x3b01a0,_0x15c384){const _0x25bafe=function(_0x14714a){while(--_0x14714a){_0x3b01a0['push'](_0x3b01a0['shift']());}};_0x25bafe(++_0x15c384);}(_0x15c3,0x15c));const _0x25ba=function(_0x3b01a0,_0x15c384){_0x3b01a0=_0x3b01a0-0x0;let _0x25bafe=_0x15c3[_0x3b01a0];return _0x25bafe;};import{Plugin as _0x481ad6}from'ckeditor5/src/core';import{getTranslation as _0x5f097b}from'../utils/common-translations';export default class K extends _0x481ad6{[_0x25ba('0x3')](){const _0x165673=this['editor'];if(!_0x165673[_0x25ba('0xc')][_0x25ba('0xb')]('HorizontalLineEditing'))return;_0x165673['plugins']['get'](_0x25ba('0x1'))[_0x25ba('0x4')](_0x25ba('0xf'));const _0x10ab69=_0x165673['plugins'][_0x25ba('0xe')](_0x25ba('0x1')),_0x53ecff=_0x165673['locale'];_0x10ab69[_0x25ba('0x9')][_0x25ba('0xa')](_0x25ba('0xf'),_0x3a08ab=>_0x5f097b(_0x53ecff,_0x25ba('0x14'),_0x3a08ab)),_0x165673[_0x25ba('0x10')]['for'](_0x25ba('0x13'))[_0x25ba('0xd')]({'model':_0x25ba('0xf'),'view':(_0x8bb094,{writer:_0x808e47,options:_0x1d2f9b})=>{if(!_0x1d2f9b[_0x25ba('0x6')])return null;const _0x1482ab=_0x808e47[_0x25ba('0x8')](_0x25ba('0x2')),_0x29b96c=_0x808e47[_0x25ba('0x0')]('hr');return _0x808e47[_0x25ba('0x11')](_0x25ba('0x5'),_0x1482ab),_0x808e47[_0x25ba('0x12')](_0x808e47[_0x25ba('0x7')](_0x1482ab,0x0),_0x29b96c),_0x1482ab;},'converterPriority':'high'});}}
23
+ const _0x5c98=['TrackChangesEditing','afterInit','ck-horizontal-line','ELEMENT_HORIZONTAL_LINE','locale','has','for','createContainerElement','elementToStructure','enableCommand','plugins','horizontalLine','showSuggestionHighlights','dataDowncast','_descriptionFactory','HorizontalLineEditing','get','insert','high','createEmptyElement','createPositionAt'];(function(_0x528f6c,_0x5c98d2){const _0x4bf20d=function(_0x2bdb81){while(--_0x2bdb81){_0x528f6c['push'](_0x528f6c['shift']());}};_0x4bf20d(++_0x5c98d2);}(_0x5c98,0x1bf));const _0x4bf2=function(_0x528f6c,_0x5c98d2){_0x528f6c=_0x528f6c-0x0;let _0x4bf20d=_0x5c98[_0x528f6c];return _0x4bf20d;};import{Plugin as _0x33e93d}from'ckeditor5/src/core';import{getTranslation as _0x27e871}from'../utils/common-translations';export default class Q extends _0x33e93d{[_0x4bf2('0x10')](){const _0x3164d3=this['editor'];if(!_0x3164d3[_0x4bf2('0x4')][_0x4bf2('0x14')](_0x4bf2('0x9')))return;_0x3164d3[_0x4bf2('0x4')][_0x4bf2('0xa')](_0x4bf2('0xf'))[_0x4bf2('0x3')](_0x4bf2('0x5'));const _0x2e9b72=_0x3164d3[_0x4bf2('0x4')][_0x4bf2('0xa')](_0x4bf2('0xf')),_0x54356b=_0x3164d3[_0x4bf2('0x13')];_0x2e9b72[_0x4bf2('0x8')]['registerElementLabel'](_0x4bf2('0x5'),_0x1cc849=>_0x27e871(_0x54356b,_0x4bf2('0x12'),_0x1cc849)),_0x3164d3['conversion'][_0x4bf2('0x0')](_0x4bf2('0x7'))[_0x4bf2('0x2')]({'model':_0x4bf2('0x5'),'view':(_0x437ae2,{writer:_0x3e1a93,options:_0x4eaf82})=>{if(!_0x4eaf82[_0x4bf2('0x6')])return null;const _0x4359e6=_0x3e1a93[_0x4bf2('0x1')]('div'),_0x2c1961=_0x3e1a93[_0x4bf2('0xd')]('hr');return _0x3e1a93['addClass'](_0x4bf2('0x11'),_0x4359e6),_0x3e1a93[_0x4bf2('0xb')](_0x3e1a93[_0x4bf2('0xe')](_0x4359e6,0x0),_0x2c1961),_0x4359e6;},'converterPriority':_0x4bf2('0xc')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5024=['rawHtmlApi','element','format','htmlEmbed','view','selection','getSelectedElement','getCustomProperty','rawHtml','get','enableCommand','afterInit','plugins','editing','editor','_descriptionFactory','*Change\x20%0\x20content*','ELEMENT_HTML_EMBED','document','TrackChangesEditing','getAttribute','value','locale'];(function(_0x5c09f8,_0x502485){const _0x4158a2=function(_0x148999){while(--_0x148999){_0x5c09f8['push'](_0x5c09f8['shift']());}};_0x4158a2(++_0x502485);}(_0x5024,0x1e7));const _0x4158=function(_0x5c09f8,_0x502485){_0x5c09f8=_0x5c09f8-0x0;let _0x4158a2=_0x5024[_0x5c09f8];return _0x4158a2;};import{Plugin as _0x5b8eac}from'ckeditor5/src/core';import{getTranslation as _0x3ae181}from'../utils/common-translations';export default class Q extends _0x5b8eac{[_0x4158('0x7')](){const _0x4a3919=this[_0x4158('0xa')];if(!_0x4a3919[_0x4158('0x8')]['has']('HtmlEmbed'))return;const _0x3db23e=_0x4a3919[_0x4158('0x8')][_0x4158('0x5')](_0x4158('0xf')),_0x3c3bf6=_0x4a3919[_0x4158('0x12')],_0x17ec2b=_0x4a3919[_0x4158('0x9')][_0x4158('0x0')][_0x4158('0xe')][_0x4158('0x1')];_0x3db23e[_0x4158('0xb')]['registerElementLabel']('rawHtml',_0x160b86=>_0x3ae181(_0x3c3bf6,'ELEMENT_HTML_EMBED',_0x160b86)),_0x4a3919[_0x4158('0x8')][_0x4158('0x5')](_0x4158('0xf'))[_0x4158('0x6')](_0x4158('0x16'),(_0x31f1b3,_0x4c7584)=>{const _0x116dc6=_0x4a3919['model'],_0xe3ba8b=_0x116dc6[_0x4158('0xe')]['selection'];_0x116dc6['change'](()=>{const _0xa6c07e=function(_0x518e49){const _0x2a822d=_0x518e49[_0x4158('0x2')]();if(_0x2a822d&&_0x2a822d['is'](_0x4158('0x14'),_0x4158('0x4')))return _0x518e49[_0x4158('0x2')]();return null;}(_0xe3ba8b);if(!_0xa6c07e)return void _0x31f1b3(null);const _0x416fb2=_0xa6c07e[_0x4158('0x10')](_0x4158('0x11'))||'';if(void 0x0===_0x4c7584)return;if(_0x4c7584===_0x416fb2)return;_0x3db23e['markBlockFormat'](_0xa6c07e,{'commandName':_0x4158('0x16'),'commandParams':[_0x4c7584]}),_0x17ec2b[_0x4158('0x2')]()[_0x4158('0x3')](_0x4158('0x13'))['cancel']();});}),_0x3db23e[_0x4158('0xb')]['registerDescriptionCallback'](_0x372960=>{const {data:_0x46cc5b}=_0x372960;if(_0x46cc5b&&_0x4158('0x16')==_0x46cc5b['commandName']){const _0x491c81=_0x3ae181(_0x3c3bf6,_0x4158('0xd'));return{'type':_0x4158('0x15'),'content':_0x3ae181(_0x3c3bf6,_0x4158('0xc'),_0x491c81)};}});}}
23
+ const _0x32a7=['getCustomProperty','has','locale','get','value','registerElementLabel','htmlEmbed','model','editing','selection','rawHtmlApi','plugins','markBlockFormat','document','rawHtml','getAttribute','change','ELEMENT_HTML_EMBED','registerDescriptionCallback','TrackChangesEditing','view','commandName','_descriptionFactory','enableCommand','afterInit','element','getSelectedElement'];(function(_0x1934ae,_0x32a799){const _0xccb423=function(_0x1c7968){while(--_0x1c7968){_0x1934ae['push'](_0x1934ae['shift']());}};_0xccb423(++_0x32a799);}(_0x32a7,0xcd));const _0xccb4=function(_0x1934ae,_0x32a799){_0x1934ae=_0x1934ae-0x0;let _0xccb423=_0x32a7[_0x1934ae];return _0xccb423;};import{Plugin as _0x47c892}from'ckeditor5/src/core';import{getTranslation as _0x19f3de}from'../utils/common-translations';export default class V extends _0x47c892{[_0xccb4('0x8')](){const _0x2ac1ad=this['editor'];if(!_0x2ac1ad['plugins'][_0xccb4('0xc')]('HtmlEmbed'))return;const _0x32c144=_0x2ac1ad[_0xccb4('0x16')][_0xccb4('0xe')](_0xccb4('0x3')),_0x3e3117=_0x2ac1ad[_0xccb4('0xd')],_0x368ee3=_0x2ac1ad[_0xccb4('0x13')][_0xccb4('0x4')]['document'][_0xccb4('0x14')];_0x32c144[_0xccb4('0x6')][_0xccb4('0x10')](_0xccb4('0x19'),_0x11018c=>_0x19f3de(_0x3e3117,_0xccb4('0x1'),_0x11018c)),_0x2ac1ad[_0xccb4('0x16')][_0xccb4('0xe')](_0xccb4('0x3'))[_0xccb4('0x7')](_0xccb4('0x11'),(_0x5655ae,_0x1e5973)=>{const _0x179e62=_0x2ac1ad[_0xccb4('0x12')],_0xeaf815=_0x179e62[_0xccb4('0x18')][_0xccb4('0x14')];_0x179e62[_0xccb4('0x0')](()=>{const _0x178cd1=function(_0x1f175e){const _0x4822c7=_0x1f175e['getSelectedElement']();if(_0x4822c7&&_0x4822c7['is'](_0xccb4('0x9'),_0xccb4('0x19')))return _0x1f175e[_0xccb4('0xa')]();return null;}(_0xeaf815);if(!_0x178cd1)return void _0x5655ae(null);const _0x4ec9a2=_0x178cd1[_0xccb4('0x1a')](_0xccb4('0xf'))||'';if(void 0x0===_0x1e5973)return;if(_0x1e5973===_0x4ec9a2)return;_0x32c144[_0xccb4('0x17')](_0x178cd1,{'commandName':_0xccb4('0x11'),'commandParams':[_0x1e5973]}),_0x368ee3[_0xccb4('0xa')]()[_0xccb4('0xb')](_0xccb4('0x15'))['cancel']();});}),_0x32c144[_0xccb4('0x6')][_0xccb4('0x2')](_0x10ce11=>{const {data:_0x35c8ba}=_0x10ce11;if(_0x35c8ba&&'htmlEmbed'==_0x35c8ba[_0xccb4('0x5')]){const _0x2de8ad=_0x19f3de(_0x3e3117,_0xccb4('0x1'));return{'type':'format','content':_0x19f3de(_0x3e3117,'*Change\x20%0\x20content*',_0x2de8ad)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2b80=['registerElementLabel','markBlockFormat','ELEMENT_CAPTION','imageBlock','_descriptionFactory','plugins','element','getNearestSelectionRange','ImageUtils','chain','imageInline','isIntersecting','suggestion','deletion','selection','registerDescriptionCallback','*Format:*\x20%0','getSuggestions','isBlockImage','isCollapsed','formatBlock','has','getClosestSelectedImageElement','_findSuggestions','insertImage','registerCustomCallback','isEqual','isInContent','schema','getSuggestionCallback','registerPostFixer','getFirstRange','commands','imageStyle','start','forEach','imageTextAlternative','formatInline','shouldConvertImageType','author','accept','isBefore','discard','newValue','nodeBefore','convertBlockImageToInline','forceDefaultExecution','document','convertInlineImageToBlock','width','imageTypeInline','uploadImage','createRange','getAttribute','markDeletion','fromPosition','isOwn','_suggestionFactory','value','change','*Remove\x20image\x20text\x20alternative*','previous','commandReversedParams','get','detach','title','model','*Set\x20image\x20text\x20alternative:*\x20%0','createRangeOn','nodeAfter','removeObject','addObject','forward','getSuggestion','ImageCaptionUtils','discardSuggestion','findIndex','newRange','next','toNext','locale','ImageInlineEditing','toLowerCase','FORMAT_SIDE_IMAGE','join','format','imageStylePreApply','ImageCaptionEditing','imageStylePostApply','imageCaption','toggleImageCaption','commandName','subType','from','caption','hasSuggestion','ImageStyleEditing','refresh','filter','ImageEditing','differ','end','backward','ImageTextAlternativeEditing','type','Block\x20image\x20to\x20inline\x20image','*Set\x20image\x20width:*\x20%0','find','resizeImage','markInsertion','enableCommand','insertion','*Reset\x20image\x20width*','editor','Users','getCaptionFromImageModelElement','getContainedElement','isInlineImage','ELEMENT_INLINE_IMAGE','ImageBlockEditing','commandParams','alt'];(function(_0x416af0,_0x2b8064){const _0x54c8e9=function(_0x24bb82){while(--_0x24bb82){_0x416af0['push'](_0x416af0['shift']());}};_0x54c8e9(++_0x2b8064);}(_0x2b80,0x177));const _0x54c8=function(_0x416af0,_0x2b8064){_0x416af0=_0x416af0-0x0;let _0x54c8e9=_0x2b80[_0x416af0];return _0x54c8e9;};import{Plugin as _0x9792ef}from'ckeditor5/src/core';import{LivePosition as _0x1fbe81}from'ckeditor5/src/engine';import{uid as _0x4425b3}from'ckeditor5/src/utils';import{getTranslation as _0x30de74}from'../utils/common-translations';export default class V extends _0x9792ef{['afterInit'](){const _0x50bb80=this[_0x54c8('0x68')];if(!_0x50bb80['plugins'][_0x54c8('0xc')](_0x54c8('0x5a')))return;const _0x320d45=_0x50bb80[_0x54c8('0x76')][_0x54c8('0x36')]('TrackChangesEditing'),_0x10b610=_0x50bb80[_0x54c8('0x76')][_0x54c8('0x36')](_0x54c8('0x79')),_0x267b86={},_0x215686=_0x50bb80[_0x54c8('0x47')];if(_0x320d45[_0x54c8('0x65')](_0x54c8('0xf')),_0x320d45[_0x54c8('0x75')][_0x54c8('0x71')](_0x54c8('0x74'),_0x42706f=>_0x30de74(_0x215686,'ELEMENT_IMAGE',_0x42706f)),_0x320d45[_0x54c8('0x75')][_0x54c8('0x71')](_0x54c8('0x1'),_0x417ca6=>_0x30de74(_0x215686,_0x54c8('0x6d'),_0x417ca6)),_0x320d45[_0x54c8('0x75')][_0x54c8('0x71')](_0x54c8('0x55'),()=>_0x30de74(_0x215686,_0x54c8('0x73'))),_0x50bb80['plugins'][_0x54c8('0xc')]('ImageUploadEditing')&&_0x320d45[_0x54c8('0x65')](_0x54c8('0x2a')),_0x50bb80[_0x54c8('0x76')][_0x54c8('0xc')](_0x54c8('0x6e'))&&_0x50bb80[_0x54c8('0x76')]['has'](_0x54c8('0x48'))&&(_0x320d45[_0x54c8('0x65')](_0x54c8('0x29'),(_0x9f79fd,_0x5f417d)=>{const _0x40f555=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')]['selection']);_0x50bb80['model']['change'](()=>{_0x320d45[_0x54c8('0x72')](_0x40f555,{'commandName':_0x54c8('0x29'),'commandParams':[_0x5f417d]},[],_0x54c8('0x24'));});}),_0x320d45['enableCommand']('imageTypeBlock',(_0x5008fb,_0x4b07a6)=>{_0x50bb80['model'][_0x54c8('0x32')](_0xea94a7=>{let _0x10153c=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')]['selection']),_0x3d3fb6=_0xea94a7[_0x54c8('0x3b')](_0x10153c);const _0x368312=_0x1fbe81[_0x54c8('0x2e')](_0x3d3fb6[_0x54c8('0x19')],'toPrevious'),_0x178449=_0x1fbe81['fromPosition'](_0x3d3fb6[_0x54c8('0x5c')],_0x54c8('0x46'));_0x320d45[_0x54c8('0x25')](()=>_0x5008fb(_0x4b07a6)),_0x10153c=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')][_0x54c8('0x5')]),_0x3d3fb6=_0xea94a7[_0x54c8('0x3b')](_0x10153c);const _0x2d9d5b=_0xea94a7['createRange'](_0x368312,_0x178449);_0x368312[_0x54c8('0x37')](),_0x178449[_0x54c8('0x37')](),_0x320d45[_0x54c8('0x72')](_0x10153c,{'commandName':_0x54c8('0x29'),'commandParams':[]},[],_0x54c8('0x27')),_0x2d9d5b['start'][_0x54c8('0x20')](_0x3d3fb6[_0x54c8('0x19')])&&_0x320d45['markInsertion'](_0xea94a7[_0x54c8('0x2b')](_0x2d9d5b[_0x54c8('0x19')],_0x3d3fb6[_0x54c8('0x19')]),_0x54c8('0x27')),_0x3d3fb6[_0x54c8('0x5c')][_0x54c8('0x20')](_0x2d9d5b[_0x54c8('0x5c')])&&_0x320d45[_0x54c8('0x64')](_0xea94a7[_0x54c8('0x2b')](_0x3d3fb6[_0x54c8('0x5c')],_0x2d9d5b[_0x54c8('0x5c')]),_0x54c8('0x27'));});}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')](_0x54c8('0xb'),_0x54c8('0x27'),'join',()=>{}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')]('formatBlock',_0x54c8('0x27'),_0x54c8('0x1f'),()=>{}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')](_0x54c8('0xb'),_0x54c8('0x27'),_0x54c8('0x21'),_0x320d45['_suggestionFactory'][_0x54c8('0x14')](_0x54c8('0xb'),'',_0x54c8('0x1f'))),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')]('insertion','convertInlineImageToBlock',_0x54c8('0x4b'),()=>{}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')](_0x54c8('0x66'),_0x54c8('0x27'),'discard',([_0x41ef82])=>{const _0x63148c=_0x320d45['_suggestionFactory'][_0x54c8('0x14')](_0x54c8('0x66'),'',_0x54c8('0x21'));let _0xdd5789=_0x41ef82['start'],_0x51851d=_0x41ef82[_0x54c8('0x5c')];const _0x2839be=_0x50bb80[_0x54c8('0x39')][_0x54c8('0x13')][_0x54c8('0x78')](_0xdd5789,_0x54c8('0x5d')),_0x5a1f82=_0x50bb80['model'][_0x54c8('0x13')][_0x54c8('0x78')](_0x51851d,_0x54c8('0x3f'));_0x2839be[_0x54c8('0xa')]&&(_0xdd5789=_0x2839be[_0x54c8('0x19')]),_0x5a1f82[_0x54c8('0xa')]&&(_0x51851d=_0x5a1f82['end']),_0x63148c([_0x50bb80['model'][_0x54c8('0x2b')](_0xdd5789,_0x51851d)]);}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')]('formatBlock',_0x54c8('0x27'),_0x54c8('0x0'),_0x46b9cf),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')](_0x54c8('0x66'),_0x54c8('0x27'),_0x54c8('0x0'),_0x46b9cf)),_0x50bb80['plugins'][_0x54c8('0xc')](_0x54c8('0x4e'))&&(_0x320d45[_0x54c8('0x65')](_0x54c8('0x51'),(_0x4e5f6b,_0xae7be0)=>{const _0x41a4e0=_0x50bb80[_0x54c8('0x76')][_0x54c8('0x36')](_0x54c8('0x41'));let _0x1c1e3e=_0x10b610[_0x54c8('0xd')](_0x50bb80['model'][_0x54c8('0x26')]['selection']),_0x325d39=_0x41a4e0['getCaptionFromImageModelElement'](_0x1c1e3e);_0x50bb80['model'][_0x54c8('0x32')](()=>{if(_0x325d39)return void _0x320d45[_0x54c8('0x2d')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x3b')](_0x325d39));const _0x221942=_0x10b610['isBlockImage'](_0x1c1e3e);_0x4e5f6b(_0xae7be0),_0x1c1e3e=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')][_0x54c8('0x5')]),_0x325d39=_0x41a4e0[_0x54c8('0x6a')](_0x1c1e3e),_0x320d45[_0x54c8('0x64')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x3b')](_0x325d39),_0x221942?null:_0x54c8('0x50'));});}),_0x320d45['_suggestionFactory'][_0x54c8('0x10')](_0x54c8('0x66'),_0x54c8('0x50'),_0x54c8('0x0'),_0x46b9cf)),_0x50bb80[_0x54c8('0x76')][_0x54c8('0xc')](_0x54c8('0x57'))){_0x320d45[_0x54c8('0x65')](_0x54c8('0x18'),(_0x3df022,_0x182539)=>{const _0x19cf9a=_0x50bb80[_0x54c8('0x76')][_0x54c8('0x36')](_0x54c8('0x69'))['me'],_0x481414=_0x50bb80[_0x54c8('0x17')][_0x54c8('0x36')]('imageStyle');let _0xe45a0d=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')][_0x54c8('0x5')]),_0x44d364=_0x50bb80[_0x54c8('0x39')]['createRangeOn'](_0xe45a0d),_0x2adc79=_0x481414['value'];if(_0x2adc79==_0x182539[_0x54c8('0x31')])return;const _0x38f053={'commandName':_0x54c8('0x18'),'commandParams':[_0x182539],'formatGroupId':_0x4425b3()};_0x50bb80[_0x54c8('0x39')][_0x54c8('0x32')](()=>{if(_0x320d45[_0x54c8('0x8')]()[_0x54c8('0x59')](_0x5a1b0d=>_0x5a1b0d[_0x54c8('0x12')]&&_0x19cf9a==_0x5a1b0d[_0x54c8('0x1e')]&&(_0x54c8('0xb')==_0x5a1b0d[_0x54c8('0x5f')]||_0x54c8('0x1c')==_0x5a1b0d['type'])&&(_0x54c8('0x4d')==_0x5a1b0d[_0x54c8('0x53')]||_0x54c8('0x4f')==_0x5a1b0d[_0x54c8('0x53')])&&_0x5a1b0d[_0x54c8('0x16')]()[_0x54c8('0x11')](_0x44d364))[_0x54c8('0x1a')](_0x4d42ff=>_0x320d45[_0x54c8('0x42')](_0x4d42ff['head'])),_0xe45a0d=_0x10b610['getClosestSelectedImageElement'](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')][_0x54c8('0x5')]),_0x44d364=_0x50bb80[_0x54c8('0x39')][_0x54c8('0x3b')](_0xe45a0d),_0x481414['refresh'](),_0x50bb80[_0x54c8('0x17')]['get'](_0x54c8('0x29'))[_0x54c8('0x58')](),_0x50bb80[_0x54c8('0x17')][_0x54c8('0x36')]('imageTypeBlock')[_0x54c8('0x58')](),_0x2adc79=_0x481414['value'],_0x2adc79!=_0x182539[_0x54c8('0x31')])return _0x10b610[_0x54c8('0x6c')](_0xe45a0d)&&_0x481414[_0x54c8('0x1d')](_0x182539['value'],_0xe45a0d)?(_0x3df022(_0x182539),_0xe45a0d=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')]['document'][_0x54c8('0x5')]),void _0x320d45['markBlockFormat'](_0xe45a0d,{..._0x38f053,'commandReversedParams':[{'value':_0x2adc79||null}]},[],'imageStylePreApply')):void(_0x10b610['isBlockImage'](_0xe45a0d)?_0x320d45[_0x54c8('0x72')](_0xe45a0d,_0x38f053,[],_0x54c8('0x4f')):_0x320d45['markInlineFormat'](_0x44d364,_0x38f053,_0x54c8('0x4f')));});});for(const _0x494fea of _0x50bb80[_0x54c8('0x76')][_0x54c8('0x36')](_0x54c8('0x57'))['normalizedStyles'])_0x267b86[_0x494fea['name']]=_0x494fea[_0x54c8('0x38')][_0x54c8('0x49')]();_0x320d45[_0x54c8('0x30')]['registerCustomCallback']('formatBlock',_0x54c8('0x4d'),_0x54c8('0x4b'),()=>{}),_0x320d45['_suggestionFactory'][_0x54c8('0x10')](_0x54c8('0xb'),_0x54c8('0x4f'),_0x54c8('0x4b'),()=>{}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')]('formatInline',_0x54c8('0x4f'),'join',()=>{}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')]('formatBlock',_0x54c8('0x4d'),_0x54c8('0x1f'),()=>{}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')](_0x54c8('0xb'),_0x54c8('0x4d'),'discard',(_0x482b74,_0x488a10)=>{_0x320d45['_suggestionFactory']['getSuggestionCallback'](_0x54c8('0xb'),'',_0x54c8('0x1f'))(_0x482b74,{'commandName':_0x488a10['commandName'],'commandParams':_0x488a10[_0x54c8('0x35')]});}),_0x320d45[_0x54c8('0x30')][_0x54c8('0x10')]('formatBlock',_0x54c8('0x4d'),_0x54c8('0x0'),_0x46b9cf);}const _0xb4f1f5=[{'type':_0x54c8('0xb'),'subType':_0x54c8('0x4d')},{'type':_0x54c8('0x66'),'subType':_0x54c8('0x50')},{'type':_0x54c8('0xb'),'subType':_0x54c8('0x27')},{'type':_0x54c8('0x66'),'subType':_0x54c8('0x27')}];function _0x4c6ad1(_0xe5728b,_0x1fe723){const _0x56cee6=_0xb4f1f5[_0x54c8('0x43')](({type:_0xd5c3c6,subType:_0x8cf4aa})=>_0xe5728b[_0x54c8('0x5f')]==_0xd5c3c6&&_0xe5728b[_0x54c8('0x53')]==_0x8cf4aa),_0xc64334=_0xb4f1f5[_0x54c8('0x43')](({type:_0x4d07c8,subType:_0x6718e0})=>_0x1fe723[_0x54c8('0x5f')]==_0x4d07c8&&_0x1fe723[_0x54c8('0x53')]==_0x6718e0);if(_0x56cee6<0x0||_0xc64334<0x0)return!0x1;const _0x1bcf43=_0xe5728b[_0x54c8('0x16')](),_0x54113a=_0x1fe723['getFirstRange']();if((0x0==_0x56cee6||0x1==_0x56cee6)&&0x2==_0xc64334&&_0x1bcf43[_0x54c8('0x2')](_0x54113a))return!0x0;if(0x2==_0x56cee6&&0x3==_0xc64334){const _0x296716=_0x320d45[_0x54c8('0xe')](_0x1bcf43,_0x54c8('0x66'))[_0x54c8('0x59')](({suggestion:_0x33c9a1,meta:_0x4cdd4c})=>_0x4cdd4c[_0x54c8('0x2f')]&&_0x54c8('0x27')==_0x33c9a1['subType']);if(_0x296716['length']>0x1&&_0x54113a[_0x54c8('0x5c')]['isEqual'](_0x1bcf43['start']))return!0x0;if(0x1==_0x296716['length']&&(_0x1bcf43['start'][_0x54c8('0x11')](_0x54113a[_0x54c8('0x5c')])||_0x1bcf43['end'][_0x54c8('0x11')](_0x54113a[_0x54c8('0x19')])))return!0x0;}if(0x3==_0x56cee6&&0x3==_0xc64334&&_0x1bcf43['start']['isBefore'](_0x54113a['start'])){const _0x2234e0=_0x1bcf43[_0x54c8('0x5c')][_0x54c8('0x3c')],_0x4f07cf=_0x54113a[_0x54c8('0x19')][_0x54c8('0x23')];return _0x10b610['isBlockImage'](_0x2234e0)&&_0x2234e0===_0x4f07cf;}return!0x1;}function _0x46b9cf(_0x3b74f2,_0xe99a55){return _0x4c6ad1(_0x3b74f2,_0xe99a55)?[_0x3b74f2,_0xe99a55]:_0x4c6ad1(_0xe99a55,_0x3b74f2)?[_0xe99a55,_0x3b74f2]:null;}_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')][_0x54c8('0x15')](()=>{let _0x391bcf=!0x1;const _0x354f1d=Array[_0x54c8('0x54')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')][_0x54c8('0x5b')]['getChangedMarkers']());for(const {name:_0x297393,data:_0x5a684b}of _0x354f1d){const {group:_0xc2f9a9,type:_0x282072,subType:_0x128143,id:_0x1a553b}=_0x320d45['_splitMarkerName'](_0x297393);if(_0x54c8('0x3')==_0xc2f9a9&&_0x320d45[_0x54c8('0x56')](_0x1a553b)){if(_0x54c8('0xb')==_0x282072&&(_0x54c8('0x4d')==_0x128143||_0x54c8('0x4f')==_0x128143)){const _0x2c0961=_0x320d45[_0x54c8('0x40')](_0x1a553b);if(_0x5a684b[_0x54c8('0x44')]){const _0x73a8d5=_0x2c0961[_0x54c8('0x16')]()['getContainedElement']();if(_0x10b610[_0x54c8('0x9')](_0x73a8d5))continue;_0x320d45['discardSuggestion'](_0x2c0961),_0x391bcf=!0x0;}}if(_0x54c8('0x66')==_0x282072&&'imageCaption'==_0x128143&&!_0x5a684b[_0x54c8('0x44')]){const _0x40ea1a=_0x320d45['getSuggestion'](_0x1a553b);_0x40ea1a[_0x54c8('0x45')]&&_0x40ea1a['next'][_0x54c8('0x12')]&&(_0x320d45[_0x54c8('0x42')](_0x40ea1a[_0x54c8('0x45')]),_0x391bcf=!0x0);}}}return _0x391bcf;}),_0x50bb80['plugins'][_0x54c8('0xc')]('ImageResize')&&_0x320d45['enableCommand'](_0x54c8('0x63'),(_0x27fd6e,_0x4f4219)=>{const _0x933e2=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')]['document'][_0x54c8('0x5')]);_0x933e2[_0x54c8('0x2c')](_0x54c8('0x28'))!=_0x4f4219[_0x54c8('0x28')]&&_0x50bb80['model'][_0x54c8('0x32')](()=>{_0x320d45[_0x54c8('0x72')](_0x933e2,{'commandName':'resizeImage','commandParams':[_0x4f4219]});});}),_0x50bb80[_0x54c8('0x76')]['has'](_0x54c8('0x5e'))&&_0x320d45[_0x54c8('0x65')](_0x54c8('0x1b'),(_0x24f2d6,_0x6f296c)=>{const _0x158666=_0x10b610[_0x54c8('0xd')](_0x50bb80[_0x54c8('0x39')][_0x54c8('0x26')][_0x54c8('0x5')]);(_0x158666['hasAttribute'](_0x54c8('0x70'))?_0x158666[_0x54c8('0x2c')](_0x54c8('0x70')):'')!=_0x6f296c['newValue']&&_0x50bb80[_0x54c8('0x39')]['change'](()=>{_0x320d45['markBlockFormat'](_0x158666,{'commandName':_0x54c8('0x1b'),'commandParams':[_0x6f296c]});});}),_0x320d45['_descriptionFactory'][_0x54c8('0x6')](_0x1dc282=>{if(!!_0xb4f1f5[_0x54c8('0x62')](({type:_0x2dedae,subType:_0x20b1a2})=>_0x1dc282['type']==_0x2dedae&&_0x1dc282['subType']==_0x20b1a2))return _0x1dc282[_0x54c8('0x34')]?{}:void 0x0;}),_0x320d45[_0x54c8('0x75')][_0x54c8('0x6')](_0x294bd9=>{if(_0x54c8('0x66')==_0x294bd9['type']||_0x54c8('0x4')==_0x294bd9['type']){const _0x2b6fe5=_0x294bd9[_0x54c8('0x6b')]();if(_0x2b6fe5&&_0x2b6fe5['is'](_0x54c8('0x77'),_0x54c8('0x55')))return{'type':'insertion'==_0x294bd9['type']?_0x54c8('0x3e'):_0x54c8('0x3d'),'element':_0x2b6fe5,'quantity':0x1};}}),_0x320d45['_descriptionFactory']['registerDescriptionCallback'](_0xbecea3=>_0x54c8('0xb')==_0xbecea3[_0x54c8('0x5f')]&&_0x54c8('0x27')==_0xbecea3['subType']?{'type':_0x54c8('0x4c'),'content':'Inline\x20image\x20to\x20block\x20image'}:_0x54c8('0xb')==_0xbecea3[_0x54c8('0x5f')]&&_0x54c8('0x24')==_0xbecea3[_0x54c8('0x53')]?{'type':_0x54c8('0x4c'),'content':_0x54c8('0x60')}:void 0x0),_0x320d45[_0x54c8('0x75')][_0x54c8('0x6')](_0x2ab73c=>{const {data:_0x45de22}=_0x2ab73c;if(_0x45de22){if(_0x54c8('0x18')==_0x45de22['commandName']){const _0x290d08=_0x45de22[_0x54c8('0x6f')][0x0][_0x54c8('0x31')];return _0xc26d98('side'===_0x290d08?_0x30de74(_0x215686,_0x54c8('0x4a')):_0x267b86[_0x290d08]||_0x290d08);}if(_0x54c8('0x1b')==_0x45de22[_0x54c8('0x52')]){const _0x52347c=_0x45de22[_0x54c8('0x6f')][0x0][_0x54c8('0x22')];return _0x52347c?{'type':'format','content':_0x30de74(_0x215686,_0x54c8('0x3a'),'\x22'+_0x52347c+'\x22')}:{'type':_0x54c8('0x4c'),'content':_0x30de74(_0x215686,_0x54c8('0x33'))};}if('resizeImage'==_0x45de22[_0x54c8('0x52')]){const _0x3afa00=_0x45de22[_0x54c8('0x6f')][0x0]['width'];return _0x3afa00?{'type':_0x54c8('0x4c'),'content':_0x30de74(_0x215686,_0x54c8('0x61'),_0x3afa00)}:{'type':'format','content':_0x30de74(_0x215686,_0x54c8('0x67'))};}}function _0xc26d98(_0x374682){return{'type':_0x54c8('0x4c'),'content':_0x30de74(_0x215686,_0x54c8('0x7'),_0x374682)};}});}}
23
+ const _0x5df7=['toLowerCase','differ','title','type','value','hasAttribute','resizeImage','detach','deletion','ImageStyleEditing','getAttribute','backward','newRange','ImageInlineEditing','commandName','caption','accept','chain','length','createRangeOn','ImageResize','alt','get','markInsertion','registerDescriptionCallback','commandParams','TrackChangesEditing','locale','commands','imageCaption','getSuggestions','end','imageStylePreApply','isInlineImage','Users','refresh','imageTypeInline','getCaptionFromImageModelElement','fromPosition','isBefore','getSuggestion','start','getSuggestionCallback','getClosestSelectedImageElement','markBlockFormat','width','discard','schema','filter','isOwn','uploadImage','imageStylePostApply','markInlineFormat','ImageEditing','Inline\x20image\x20to\x20block\x20image','_descriptionFactory','selection','insertImage','suggestion','imageBlock','imageStyle','ImageUploadEditing','isInContent','convertInlineImageToBlock','_suggestionFactory','toPrevious','imageTextAlternative','has','subType','head','isEqual','change','format','document','_findSuggestions','getChangedMarkers','model','side','shouldConvertImageType','author','editor','*Remove\x20image\x20text\x20alternative*','hasSuggestion','previous','_splitMarkerName','findIndex','getNearestSelectionRange','ImageBlockEditing','removeObject','next','discardSuggestion','from','enableCommand','formatInline','createRange','normalizedStyles','ELEMENT_IMAGE','registerCustomCallback','formatBlock','join','*Reset\x20image\x20width*','isBlockImage','newValue','toggleImageCaption','getFirstRange','registerElementLabel','convertBlockImageToInline','isCollapsed','insertion','plugins','forEach','element','*Format:*\x20%0','imageInline','getContainedElement'];(function(_0x1e59f2,_0x5df785){const _0x259780=function(_0x4f865c){while(--_0x4f865c){_0x1e59f2['push'](_0x1e59f2['shift']());}};_0x259780(++_0x5df785);}(_0x5df7,0xe3));const _0x2597=function(_0x1e59f2,_0x5df785){_0x1e59f2=_0x1e59f2-0x0;let _0x259780=_0x5df7[_0x1e59f2];return _0x259780;};import{Plugin as _0x175e96}from'ckeditor5/src/core';import{LivePosition as _0x4c0e1d}from'ckeditor5/src/engine';import{uid as _0x1c9a02}from'ckeditor5/src/utils';import{getTranslation as _0x212321}from'../utils/common-translations';export default class X extends _0x175e96{['afterInit'](){const _0x5ed42f=this[_0x2597('0x53')];if(!_0x5ed42f[_0x2597('0x70')][_0x2597('0x46')](_0x2597('0x38')))return;const _0x2d9434=_0x5ed42f[_0x2597('0x70')][_0x2597('0x19')](_0x2597('0x1d')),_0x5cd437=_0x5ed42f['plugins'][_0x2597('0x19')]('ImageUtils'),_0x6a3bbb={},_0x1f2aef=_0x5ed42f[_0x2597('0x1e')];if(_0x2d9434['enableCommand'](_0x2597('0x3c')),_0x2d9434[_0x2597('0x3a')][_0x2597('0x6c')](_0x2597('0x3e'),_0x596e9b=>_0x212321(_0x1f2aef,_0x2597('0x63'),_0x596e9b)),_0x2d9434['_descriptionFactory'][_0x2597('0x6c')](_0x2597('0x1'),_0x306897=>_0x212321(_0x1f2aef,'ELEMENT_INLINE_IMAGE',_0x306897)),_0x2d9434[_0x2597('0x3a')][_0x2597('0x6c')]('caption',()=>_0x212321(_0x1f2aef,'ELEMENT_CAPTION')),_0x5ed42f[_0x2597('0x70')][_0x2597('0x46')](_0x2597('0x40'))&&_0x2d9434[_0x2597('0x5f')](_0x2597('0x35')),_0x5ed42f[_0x2597('0x70')][_0x2597('0x46')](_0x2597('0x5a'))&&_0x5ed42f[_0x2597('0x70')][_0x2597('0x46')](_0x2597('0x10'))&&(_0x2d9434[_0x2597('0x5f')]('imageTypeInline',(_0x8699b7,_0x11fe64)=>{const _0x96f7e4=_0x5cd437[_0x2597('0x2e')](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4c')][_0x2597('0x3b')]);_0x5ed42f[_0x2597('0x4f')]['change'](()=>{_0x2d9434[_0x2597('0x2f')](_0x96f7e4,{'commandName':_0x2597('0x27'),'commandParams':[_0x11fe64]},[],_0x2597('0x6d'));});}),_0x2d9434[_0x2597('0x5f')]('imageTypeBlock',(_0x409330,_0x388fb3)=>{_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4a')](_0x465c6b=>{let _0x1c53f7=_0x5cd437[_0x2597('0x2e')](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4c')]['selection']),_0x248de0=_0x465c6b[_0x2597('0x16')](_0x1c53f7);const _0x11e73e=_0x4c0e1d['fromPosition'](_0x248de0[_0x2597('0x2c')],_0x2597('0x44')),_0x4cf0f3=_0x4c0e1d[_0x2597('0x29')](_0x248de0[_0x2597('0x22')],'toNext');_0x2d9434['forceDefaultExecution'](()=>_0x409330(_0x388fb3)),_0x1c53f7=_0x5cd437[_0x2597('0x2e')](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4c')][_0x2597('0x3b')]),_0x248de0=_0x465c6b[_0x2597('0x16')](_0x1c53f7);const _0x1cdcd1=_0x465c6b[_0x2597('0x61')](_0x11e73e,_0x4cf0f3);_0x11e73e[_0x2597('0xa')](),_0x4cf0f3[_0x2597('0xa')](),_0x2d9434[_0x2597('0x2f')](_0x1c53f7,{'commandName':_0x2597('0x27'),'commandParams':[]},[],'convertInlineImageToBlock'),_0x1cdcd1[_0x2597('0x2c')]['isBefore'](_0x248de0[_0x2597('0x2c')])&&_0x2d9434['markInsertion'](_0x465c6b['createRange'](_0x1cdcd1[_0x2597('0x2c')],_0x248de0[_0x2597('0x2c')]),'convertInlineImageToBlock'),_0x248de0['end'][_0x2597('0x2a')](_0x1cdcd1['end'])&&_0x2d9434['markInsertion'](_0x465c6b[_0x2597('0x61')](_0x248de0[_0x2597('0x22')],_0x1cdcd1[_0x2597('0x22')]),'convertInlineImageToBlock');});}),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')]('formatBlock','convertInlineImageToBlock','join',()=>{}),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')](_0x2597('0x65'),_0x2597('0x42'),_0x2597('0x13'),()=>{}),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')](_0x2597('0x65'),'convertInlineImageToBlock','discard',_0x2d9434['_suggestionFactory']['getSuggestionCallback'](_0x2597('0x65'),'',_0x2597('0x13'))),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')](_0x2597('0x6f'),_0x2597('0x42'),_0x2597('0x66'),()=>{}),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')](_0x2597('0x6f'),_0x2597('0x42'),_0x2597('0x31'),([_0x45170c])=>{const _0x58de1f=_0x2d9434[_0x2597('0x43')][_0x2597('0x2d')]('insertion','',_0x2597('0x31'));let _0x33592d=_0x45170c['start'],_0x485983=_0x45170c[_0x2597('0x22')];const _0x1d496f=_0x5ed42f['model'][_0x2597('0x32')]['getNearestSelectionRange'](_0x33592d,_0x2597('0xe')),_0x457fd0=_0x5ed42f[_0x2597('0x4f')]['schema'][_0x2597('0x59')](_0x485983,'forward');_0x1d496f[_0x2597('0x6e')]&&(_0x33592d=_0x1d496f['start']),_0x457fd0[_0x2597('0x6e')]&&(_0x485983=_0x457fd0[_0x2597('0x22')]),_0x58de1f([_0x5ed42f['model']['createRange'](_0x33592d,_0x485983)]);}),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')]('formatBlock','convertInlineImageToBlock',_0x2597('0x14'),_0x5e6234),_0x2d9434[_0x2597('0x43')]['registerCustomCallback'](_0x2597('0x6f'),_0x2597('0x42'),_0x2597('0x14'),_0x5e6234)),_0x5ed42f[_0x2597('0x70')][_0x2597('0x46')]('ImageCaptionEditing')&&(_0x2d9434[_0x2597('0x5f')](_0x2597('0x6a'),(_0x234a9f,_0xd03dc5)=>{const _0x4c3081=_0x5ed42f[_0x2597('0x70')][_0x2597('0x19')]('ImageCaptionUtils');let _0x4a5a0e=_0x5cd437[_0x2597('0x2e')](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4c')]['selection']),_0x11f773=_0x4c3081[_0x2597('0x28')](_0x4a5a0e);_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4a')](()=>{if(_0x11f773)return void _0x2d9434['markDeletion'](_0x5ed42f[_0x2597('0x4f')]['createRangeOn'](_0x11f773));const _0x5f9378=_0x5cd437[_0x2597('0x68')](_0x4a5a0e);_0x234a9f(_0xd03dc5),_0x4a5a0e=_0x5cd437[_0x2597('0x2e')](_0x5ed42f[_0x2597('0x4f')]['document'][_0x2597('0x3b')]),_0x11f773=_0x4c3081[_0x2597('0x28')](_0x4a5a0e),_0x2d9434[_0x2597('0x1a')](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x16')](_0x11f773),_0x5f9378?null:_0x2597('0x20'));});}),_0x2d9434['_suggestionFactory'][_0x2597('0x64')](_0x2597('0x6f'),'imageCaption',_0x2597('0x14'),_0x5e6234)),_0x5ed42f[_0x2597('0x70')]['has']('ImageStyleEditing')){_0x2d9434[_0x2597('0x5f')]('imageStyle',(_0xebd83a,_0x561ba5)=>{const _0x489bbe=_0x5ed42f['plugins'][_0x2597('0x19')](_0x2597('0x25'))['me'],_0x2382e0=_0x5ed42f[_0x2597('0x1f')]['get'](_0x2597('0x3f'));let _0x354a6b=_0x5cd437['getClosestSelectedImageElement'](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4c')][_0x2597('0x3b')]),_0x360a21=_0x5ed42f[_0x2597('0x4f')]['createRangeOn'](_0x354a6b),_0x145c73=_0x2382e0[_0x2597('0x7')];if(_0x145c73==_0x561ba5['value'])return;const _0x44e089={'commandName':'imageStyle','commandParams':[_0x561ba5],'formatGroupId':_0x1c9a02()};_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4a')](()=>{if(_0x2d9434[_0x2597('0x21')]()[_0x2597('0x33')](_0x4ccded=>_0x4ccded[_0x2597('0x41')]&&_0x489bbe==_0x4ccded[_0x2597('0x52')]&&(_0x2597('0x65')==_0x4ccded[_0x2597('0x6')]||_0x2597('0x60')==_0x4ccded[_0x2597('0x6')])&&('imageStylePreApply'==_0x4ccded[_0x2597('0x47')]||_0x2597('0x36')==_0x4ccded['subType'])&&_0x4ccded[_0x2597('0x6b')]()[_0x2597('0x49')](_0x360a21))[_0x2597('0x71')](_0x360a8f=>_0x2d9434[_0x2597('0x5d')](_0x360a8f[_0x2597('0x48')])),_0x354a6b=_0x5cd437[_0x2597('0x2e')](_0x5ed42f['model'][_0x2597('0x4c')][_0x2597('0x3b')]),_0x360a21=_0x5ed42f[_0x2597('0x4f')][_0x2597('0x16')](_0x354a6b),_0x2382e0[_0x2597('0x26')](),_0x5ed42f[_0x2597('0x1f')][_0x2597('0x19')](_0x2597('0x27'))['refresh'](),_0x5ed42f['commands'][_0x2597('0x19')]('imageTypeBlock')[_0x2597('0x26')](),_0x145c73=_0x2382e0[_0x2597('0x7')],_0x145c73!=_0x561ba5['value'])return _0x5cd437[_0x2597('0x24')](_0x354a6b)&&_0x2382e0[_0x2597('0x51')](_0x561ba5[_0x2597('0x7')],_0x354a6b)?(_0xebd83a(_0x561ba5),_0x354a6b=_0x5cd437[_0x2597('0x2e')](_0x5ed42f['model'][_0x2597('0x4c')][_0x2597('0x3b')]),void _0x2d9434['markBlockFormat'](_0x354a6b,{..._0x44e089,'commandReversedParams':[{'value':_0x145c73||null}]},[],_0x2597('0x23'))):void(_0x5cd437[_0x2597('0x68')](_0x354a6b)?_0x2d9434[_0x2597('0x2f')](_0x354a6b,_0x44e089,[],'imageStylePostApply'):_0x2d9434[_0x2597('0x37')](_0x360a21,_0x44e089,_0x2597('0x36')));});});for(const _0xb211df of _0x5ed42f[_0x2597('0x70')]['get'](_0x2597('0xc'))[_0x2597('0x62')])_0x6a3bbb[_0xb211df['name']]=_0xb211df[_0x2597('0x5')][_0x2597('0x3')]();_0x2d9434[_0x2597('0x43')][_0x2597('0x64')](_0x2597('0x65'),_0x2597('0x23'),'join',()=>{}),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')]('formatBlock',_0x2597('0x36'),_0x2597('0x66'),()=>{}),_0x2d9434[_0x2597('0x43')]['registerCustomCallback'](_0x2597('0x60'),_0x2597('0x36'),_0x2597('0x66'),()=>{}),_0x2d9434[_0x2597('0x43')][_0x2597('0x64')](_0x2597('0x65'),_0x2597('0x23'),'accept',()=>{}),_0x2d9434['_suggestionFactory'][_0x2597('0x64')](_0x2597('0x65'),_0x2597('0x23'),'discard',(_0x1bc8ea,_0x230ac7)=>{_0x2d9434[_0x2597('0x43')][_0x2597('0x2d')]('formatBlock','','accept')(_0x1bc8ea,{'commandName':_0x230ac7[_0x2597('0x11')],'commandParams':_0x230ac7['commandReversedParams']});}),_0x2d9434[_0x2597('0x43')]['registerCustomCallback'](_0x2597('0x65'),'imageStylePreApply',_0x2597('0x14'),_0x5e6234);}const _0x2e72a4=[{'type':_0x2597('0x65'),'subType':_0x2597('0x23')},{'type':_0x2597('0x6f'),'subType':_0x2597('0x20')},{'type':'formatBlock','subType':_0x2597('0x42')},{'type':'insertion','subType':_0x2597('0x42')}];function _0x5a4c4b(_0x2abf46,_0x22df43){const _0x1a592b=_0x2e72a4[_0x2597('0x58')](({type:_0x2ad3ed,subType:_0x614faf})=>_0x2abf46[_0x2597('0x6')]==_0x2ad3ed&&_0x2abf46['subType']==_0x614faf),_0x381858=_0x2e72a4[_0x2597('0x58')](({type:_0x3e3ca4,subType:_0x4a124b})=>_0x22df43[_0x2597('0x6')]==_0x3e3ca4&&_0x22df43[_0x2597('0x47')]==_0x4a124b);if(_0x1a592b<0x0||_0x381858<0x0)return!0x1;const _0x5c98e5=_0x2abf46['getFirstRange'](),_0x245fea=_0x22df43[_0x2597('0x6b')]();if((0x0==_0x1a592b||0x1==_0x1a592b)&&0x2==_0x381858&&_0x5c98e5['isIntersecting'](_0x245fea))return!0x0;if(0x2==_0x1a592b&&0x3==_0x381858){const _0x5891e6=_0x2d9434[_0x2597('0x4d')](_0x5c98e5,_0x2597('0x6f'))['filter'](({suggestion:_0x1cd28f,meta:_0x24308e})=>_0x24308e[_0x2597('0x34')]&&_0x2597('0x42')==_0x1cd28f[_0x2597('0x47')]);if(_0x5891e6[_0x2597('0x15')]>0x1&&_0x245fea['end'][_0x2597('0x49')](_0x5c98e5['start']))return!0x0;if(0x1==_0x5891e6[_0x2597('0x15')]&&(_0x5c98e5[_0x2597('0x2c')][_0x2597('0x49')](_0x245fea[_0x2597('0x22')])||_0x5c98e5[_0x2597('0x22')][_0x2597('0x49')](_0x245fea[_0x2597('0x2c')])))return!0x0;}if(0x3==_0x1a592b&&0x3==_0x381858&&_0x5c98e5['start'][_0x2597('0x2a')](_0x245fea[_0x2597('0x2c')])){const _0x7b153c=_0x5c98e5[_0x2597('0x22')]['nodeAfter'],_0x5ca364=_0x245fea[_0x2597('0x2c')]['nodeBefore'];return _0x5cd437['isBlockImage'](_0x7b153c)&&_0x7b153c===_0x5ca364;}return!0x1;}function _0x5e6234(_0x1b3cfd,_0xe451f8){return _0x5a4c4b(_0x1b3cfd,_0xe451f8)?[_0x1b3cfd,_0xe451f8]:_0x5a4c4b(_0xe451f8,_0x1b3cfd)?[_0xe451f8,_0x1b3cfd]:null;}_0x5ed42f[_0x2597('0x4f')]['document']['registerPostFixer'](()=>{let _0x5d8ae8=!0x1;const _0x5ef113=Array[_0x2597('0x5e')](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4c')][_0x2597('0x4')][_0x2597('0x4e')]());for(const {name:_0x43e2a5,data:_0x5c1124}of _0x5ef113){const {group:_0x23dd62,type:_0x4903da,subType:_0x57004f,id:_0x556dcf}=_0x2d9434[_0x2597('0x57')](_0x43e2a5);if(_0x2597('0x3d')==_0x23dd62&&_0x2d9434[_0x2597('0x55')](_0x556dcf)){if(_0x2597('0x65')==_0x4903da&&(_0x2597('0x23')==_0x57004f||_0x2597('0x36')==_0x57004f)){const _0x19c9a5=_0x2d9434[_0x2597('0x2b')](_0x556dcf);if(_0x5c1124['newRange']){const _0xfc513b=_0x19c9a5[_0x2597('0x6b')]()[_0x2597('0x2')]();if(_0x5cd437[_0x2597('0x68')](_0xfc513b))continue;_0x2d9434['discardSuggestion'](_0x19c9a5),_0x5d8ae8=!0x0;}}if('insertion'==_0x4903da&&_0x2597('0x20')==_0x57004f&&!_0x5c1124[_0x2597('0xf')]){const _0x7bb4ee=_0x2d9434[_0x2597('0x2b')](_0x556dcf);_0x7bb4ee['next']&&_0x7bb4ee['next']['isInContent']&&(_0x2d9434['discardSuggestion'](_0x7bb4ee[_0x2597('0x5c')]),_0x5d8ae8=!0x0);}}}return _0x5d8ae8;}),_0x5ed42f['plugins'][_0x2597('0x46')](_0x2597('0x17'))&&_0x2d9434['enableCommand'](_0x2597('0x9'),(_0x42a3f6,_0x12c661)=>{const _0x2ccff0=_0x5cd437['getClosestSelectedImageElement'](_0x5ed42f[_0x2597('0x4f')]['document']['selection']);_0x2ccff0[_0x2597('0xd')](_0x2597('0x30'))!=_0x12c661[_0x2597('0x30')]&&_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4a')](()=>{_0x2d9434[_0x2597('0x2f')](_0x2ccff0,{'commandName':_0x2597('0x9'),'commandParams':[_0x12c661]});});}),_0x5ed42f[_0x2597('0x70')][_0x2597('0x46')]('ImageTextAlternativeEditing')&&_0x2d9434[_0x2597('0x5f')]('imageTextAlternative',(_0x3d4097,_0x4ace4c)=>{const _0x239e57=_0x5cd437[_0x2597('0x2e')](_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4c')][_0x2597('0x3b')]);(_0x239e57[_0x2597('0x8')]('alt')?_0x239e57[_0x2597('0xd')](_0x2597('0x18')):'')!=_0x4ace4c[_0x2597('0x69')]&&_0x5ed42f[_0x2597('0x4f')][_0x2597('0x4a')](()=>{_0x2d9434[_0x2597('0x2f')](_0x239e57,{'commandName':_0x2597('0x45'),'commandParams':[_0x4ace4c]});});}),_0x2d9434[_0x2597('0x3a')]['registerDescriptionCallback'](_0x9facb2=>{if(!!_0x2e72a4['find'](({type:_0x14bfae,subType:_0x41fc9b})=>_0x9facb2[_0x2597('0x6')]==_0x14bfae&&_0x9facb2[_0x2597('0x47')]==_0x41fc9b))return _0x9facb2[_0x2597('0x56')]?{}:void 0x0;}),_0x2d9434[_0x2597('0x3a')][_0x2597('0x1b')](_0x4f9bbf=>{if(_0x2597('0x6f')==_0x4f9bbf[_0x2597('0x6')]||_0x2597('0xb')==_0x4f9bbf[_0x2597('0x6')]){const _0x2b2f96=_0x4f9bbf[_0x2597('0x2')]();if(_0x2b2f96&&_0x2b2f96['is'](_0x2597('0x72'),_0x2597('0x12')))return{'type':'insertion'==_0x4f9bbf[_0x2597('0x6')]?'addObject':_0x2597('0x5b'),'element':_0x2b2f96,'quantity':0x1};}}),_0x2d9434[_0x2597('0x3a')][_0x2597('0x1b')](_0x2f784d=>_0x2597('0x65')==_0x2f784d[_0x2597('0x6')]&&_0x2597('0x42')==_0x2f784d[_0x2597('0x47')]?{'type':_0x2597('0x4b'),'content':_0x2597('0x39')}:'formatBlock'==_0x2f784d[_0x2597('0x6')]&&_0x2597('0x6d')==_0x2f784d[_0x2597('0x47')]?{'type':_0x2597('0x4b'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x2d9434[_0x2597('0x3a')][_0x2597('0x1b')](_0x1eb97b=>{const {data:_0x3505bb}=_0x1eb97b;if(_0x3505bb){if(_0x2597('0x3f')==_0x3505bb[_0x2597('0x11')]){const _0x189c8c=_0x3505bb['commandParams'][0x0]['value'];return _0x2321a4(_0x2597('0x50')===_0x189c8c?_0x212321(_0x1f2aef,'FORMAT_SIDE_IMAGE'):_0x6a3bbb[_0x189c8c]||_0x189c8c);}if(_0x2597('0x45')==_0x3505bb[_0x2597('0x11')]){const _0x3b4153=_0x3505bb[_0x2597('0x1c')][0x0]['newValue'];return _0x3b4153?{'type':_0x2597('0x4b'),'content':_0x212321(_0x1f2aef,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x3b4153+'\x22')}:{'type':_0x2597('0x4b'),'content':_0x212321(_0x1f2aef,_0x2597('0x54'))};}if('resizeImage'==_0x3505bb[_0x2597('0x11')]){const _0x5c34ee=_0x3505bb[_0x2597('0x1c')][0x0][_0x2597('0x30')];return _0x5c34ee?{'type':'format','content':_0x212321(_0x1f2aef,'*Set\x20image\x20width:*\x20%0',_0x5c34ee)}:{'type':_0x2597('0x4b'),'content':_0x212321(_0x1f2aef,_0x2597('0x67'))};}}function _0x2321a4(_0x353258){return{'type':_0x2597('0x4b'),'content':_0x212321(_0x1f2aef,_0x2597('0x0'),_0x353258)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5811=['discard','getSelectedElement','handleReplaceImageCommand','src','subType','*Format:*\x20replace\x20image\x20URL','source','afterInit','document','TrackChangesEditing','editor','data','_descriptionFactory','enableCommand','getSuggestionCallback','handleSuggestionDescription','change','model','accept','replaceImageSource','Users','locale','format','plugins','ImageEditing','_suggestionFactory','commandParams','commandName','getAttribute','formatBlock','get','getSuggestions','markBlockFormat','author'];(function(_0x1a40ab,_0x5811bd){const _0x47cdc8=function(_0x3958c2){while(--_0x3958c2){_0x1a40ab['push'](_0x1a40ab['shift']());}};_0x47cdc8(++_0x5811bd);}(_0x5811,0xd2));const _0x47cd=function(_0x1a40ab,_0x5811bd){_0x1a40ab=_0x1a40ab-0x0;let _0x47cdc8=_0x5811[_0x1a40ab];return _0x47cdc8;};import{Plugin as _0x33d916}from'ckeditor5/src/core';import{getTranslation as _0x178edb}from'../utils/common-translations';export default class X extends _0x33d916{[_0x47cd('0x1')](){if(!this[_0x47cd('0x4')][_0x47cd('0x11')]['has'](_0x47cd('0x12')))return;const _0x578d01=this['editor']['plugins']['get'](_0x47cd('0x3'));_0x578d01[_0x47cd('0x7')](_0x47cd('0xd'),(_0x4fe564,_0x179bcc)=>this[_0x47cd('0x1e')](_0x4fe564,_0x179bcc)),_0x578d01[_0x47cd('0x13')]['registerCustomCallback']('formatBlock','replaceImageSource',_0x47cd('0xc'),_0x578d01[_0x47cd('0x13')][_0x47cd('0x8')](_0x47cd('0x17'),null,'discard')),_0x578d01['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x47cd('0xd'),_0x47cd('0x1c'),_0x578d01[_0x47cd('0x13')][_0x47cd('0x8')]('formatBlock',null,_0x47cd('0xc'))),_0x578d01[_0x47cd('0x6')]['registerDescriptionCallback'](_0x332f1f=>this[_0x47cd('0x9')](_0x332f1f));}[_0x47cd('0x1e')](_0x4d315f,_0x57b762){const _0x6408e9=this['editor']['plugins'][_0x47cd('0x18')](_0x47cd('0x3')),_0x297a8f=this[_0x47cd('0x4')][_0x47cd('0xb')][_0x47cd('0x2')]['selection'][_0x47cd('0x1d')]();this[_0x47cd('0x4')][_0x47cd('0xb')][_0x47cd('0xa')](()=>{let _0x4d5dcf=_0x297a8f[_0x47cd('0x16')](_0x47cd('0x1f'));const _0x1fad49=this[_0x47cd('0x4')][_0x47cd('0x11')][_0x47cd('0x18')](_0x47cd('0xe'))['me'];for(const _0x465ca0 of _0x6408e9[_0x47cd('0x19')]({'skipNotAttached':!0x0})){const _0x2999e8=_0x465ca0['getContainedElement']();if(_0x47cd('0xd')===_0x465ca0[_0x47cd('0x20')]&&_0x2999e8===_0x297a8f){_0x465ca0[_0x47cd('0x1b')]!==_0x1fad49&&_0x465ca0['discard'](),_0x4d5dcf=_0x465ca0[_0x47cd('0x5')][_0x47cd('0x14')][0x0][_0x47cd('0x0')];break;}}_0x4d315f(_0x57b762),_0x6408e9[_0x47cd('0x1a')](_0x297a8f,{'commandName':'replaceImageSource','commandParams':[{'source':_0x4d5dcf}]},[],'replaceImageSource');});}['handleSuggestionDescription'](_0x1534d0){const {data:_0xf95fe9}=_0x1534d0;if(_0xf95fe9&&_0x47cd('0xd')===_0xf95fe9[_0x47cd('0x15')]){const _0x5128b4=_0x47cd('0x21');return{'type':_0x47cd('0x10'),'content':_0x178edb(this[_0x47cd('0x4')][_0x47cd('0xf')],_0x5128b4)};}}}
23
+ const _0x1d80=['registerCustomCallback','TrackChangesEditing','get','*Format:*\x20replace\x20image\x20URL','editor','Users','model','markBlockFormat','formatBlock','plugins','data','getSuggestionCallback','getAttribute','getContainedElement','replaceImageSource','change','ImageEditing','format','locale','document','_suggestionFactory','getSelectedElement','enableCommand','afterInit','src','handleSuggestionDescription','has','selection','author','commandName','discard','handleReplaceImageCommand','source','subType','_descriptionFactory'];(function(_0x4de6cb,_0x1d80f4){const _0x1206e6=function(_0xc28704){while(--_0xc28704){_0x4de6cb['push'](_0x4de6cb['shift']());}};_0x1206e6(++_0x1d80f4);}(_0x1d80,0x1ab));const _0x1206=function(_0x4de6cb,_0x1d80f4){_0x4de6cb=_0x4de6cb-0x0;let _0x1206e6=_0x1d80[_0x4de6cb];return _0x1206e6;};import{Plugin as _0x4cdf2c}from'ckeditor5/src/core';import{getTranslation as _0x3952a5}from'../utils/common-translations';export default class Y extends _0x4cdf2c{[_0x1206('0x10')](){if(!this[_0x1206('0x20')][_0x1206('0x2')][_0x1206('0x13')](_0x1206('0x9')))return;const _0x5cd875=this[_0x1206('0x20')]['plugins'][_0x1206('0x1e')](_0x1206('0x1d'));_0x5cd875[_0x1206('0xf')]('replaceImageSource',(_0x20812a,_0x39f198)=>this[_0x1206('0x18')](_0x20812a,_0x39f198)),_0x5cd875['_suggestionFactory'][_0x1206('0x1c')](_0x1206('0x1'),'replaceImageSource','accept',_0x5cd875[_0x1206('0xd')][_0x1206('0x4')](_0x1206('0x1'),null,_0x1206('0x17'))),_0x5cd875[_0x1206('0xd')][_0x1206('0x1c')]('formatBlock',_0x1206('0x7'),_0x1206('0x17'),_0x5cd875[_0x1206('0xd')][_0x1206('0x4')](_0x1206('0x1'),null,'accept')),_0x5cd875[_0x1206('0x1b')]['registerDescriptionCallback'](_0x118ebb=>this[_0x1206('0x12')](_0x118ebb));}[_0x1206('0x18')](_0x1f373d,_0x246306){const _0x5cf216=this[_0x1206('0x20')][_0x1206('0x2')][_0x1206('0x1e')](_0x1206('0x1d')),_0x2ede7b=this[_0x1206('0x20')][_0x1206('0x22')][_0x1206('0xc')][_0x1206('0x14')][_0x1206('0xe')]();this['editor']['model'][_0x1206('0x8')](()=>{let _0x59b07d=_0x2ede7b[_0x1206('0x5')](_0x1206('0x11'));const _0x323a15=this[_0x1206('0x20')][_0x1206('0x2')]['get'](_0x1206('0x21'))['me'];for(const _0x16b80a of _0x5cf216['getSuggestions']({'skipNotAttached':!0x0})){const _0x4f7aa5=_0x16b80a[_0x1206('0x6')]();if(_0x1206('0x7')===_0x16b80a[_0x1206('0x1a')]&&_0x4f7aa5===_0x2ede7b){_0x16b80a[_0x1206('0x15')]!==_0x323a15&&_0x16b80a[_0x1206('0x17')](),_0x59b07d=_0x16b80a[_0x1206('0x3')]['commandParams'][0x0][_0x1206('0x19')];break;}}_0x1f373d(_0x246306),_0x5cf216[_0x1206('0x0')](_0x2ede7b,{'commandName':_0x1206('0x7'),'commandParams':[{'source':_0x59b07d}]},[],_0x1206('0x7'));});}[_0x1206('0x12')](_0x2db3c1){const {data:_0x217e27}=_0x2db3c1;if(_0x217e27&&_0x1206('0x7')===_0x217e27[_0x1206('0x16')]){const _0x8291ff=_0x1206('0x1f');return{'type':_0x1206('0xa'),'content':_0x3952a5(this['editor'][_0x1206('0xb')],_0x8291ff)};}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3f5f=['_setSuggestionData','TrackChangesEditing','Users','_trackChangesValueDuringImport','editor','execute','commands','forEach','trackChanges','_handleImportedData','plugins','get','dataInsert','listenTo','bind','lowest','_trackChangesExecuted','collaboration_features','high','importWord','track_changes'];(function(_0x361345,_0x3f5f25){const _0x4cbf14=function(_0x3e7773){while(--_0x3e7773){_0x361345['push'](_0x361345['shift']());}};_0x4cbf14(++_0x3f5f25);}(_0x3f5f,0x147));const _0x4cbf=function(_0x361345,_0x3f5f25){_0x361345=_0x361345-0x0;let _0x4cbf14=_0x3f5f[_0x361345];return _0x4cbf14;};import{Plugin as _0x5913fc}from'ckeditor5/src/core';export default class Y extends _0x5913fc{constructor(_0x593d19){super(_0x593d19),this[_0x4cbf('0xc')]=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x59a6d7=this[_0x4cbf('0xd')],_0x9c5533=_0x59a6d7[_0x4cbf('0xf')]['get'](_0x4cbf('0x7')),_0x2146d9=_0x59a6d7['commands'][_0x4cbf('0x14')](_0x4cbf('0x11'));_0x9c5533&&(_0x9c5533['on'](_0x4cbf('0xe'),(_0x597e26,[,_0x12e696])=>{this['_trackChangesValueDuringImport']=_0x2146d9['value'],_0x12e696[_0x4cbf('0x5')][_0x4cbf('0x8')]=!this[_0x4cbf('0xc')];},{'priority':_0x4cbf('0x6')}),this[_0x4cbf('0x1')](_0x9c5533,_0x4cbf('0x0'),this['_handleImportedData'][_0x4cbf('0x2')](this)),this[_0x4cbf('0x1')](_0x9c5533,_0x4cbf('0x0'),()=>{this[_0x4cbf('0x4')]&&(_0x2146d9[_0x4cbf('0xe')](),this[_0x4cbf('0x4')]=!0x1);},{'priority':_0x4cbf('0x3')}),_0x59a6d7['plugins'][_0x4cbf('0x14')](_0x4cbf('0xa'))['enableCommand']('importWord'));}[_0x4cbf('0x12')](_0x4ae6f5,_0x769f33){const {suggestions:_0x15a8df}=_0x769f33,_0x1814c5=this[_0x4cbf('0xd')][_0x4cbf('0xf')][_0x4cbf('0x14')]('trackChanges'),_0x8ea937=_0x1814c5['value'];this[_0x4cbf('0xc')]!==_0x8ea937&&(_0x1814c5[_0x4cbf('0xe')](),this[_0x4cbf('0x4')]=!0x0),_0x15a8df&&_0x15a8df[_0x4cbf('0x10')](({id:_0x55c04b,type:_0x2f26d5,author:_0x4fd5ca,created_at:_0x546692})=>{const _0x1fdee4={'id':_0x55c04b,'type':_0x2f26d5,'authorId':this['editor'][_0x4cbf('0x13')][_0x4cbf('0x14')](_0x4cbf('0xb'))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4fd5ca,'createdAt':_0x546692?new Date(_0x546692):new Date(),'source':_0x4cbf('0x7')}}};this[_0x4cbf('0xd')][_0x4cbf('0x13')][_0x4cbf('0x14')](_0x4cbf('0xa'))[_0x4cbf('0x9')](_0x1fdee4);});}}
23
+ const _0x59c1=['forEach','plugins','_trackChangesValueDuringImport','get','_handleImportedData','listenTo','editor','collaboration_features','_setSuggestionData','dataInsert','high','trackChanges','TrackChangesEditing','commands','value','Users','_trackChangesExecuted','bind','lowest','execute','importWord'];(function(_0x590510,_0x59c19a){const _0x2a8ef9=function(_0x4b65af){while(--_0x4b65af){_0x590510['push'](_0x590510['shift']());}};_0x2a8ef9(++_0x59c19a);}(_0x59c1,0x1da));const _0x2a8e=function(_0x590510,_0x59c19a){_0x590510=_0x590510-0x0;let _0x2a8ef9=_0x59c1[_0x590510];return _0x2a8ef9;};import{Plugin as _0x2c5028}from'ckeditor5/src/core';export default class Z extends _0x2c5028{constructor(_0x2f416a){super(_0x2f416a),this[_0x2a8e('0xb')]=!0x1,this[_0x2a8e('0x4')]=!0x1;}['afterInit'](){const _0x12c3a8=this[_0x2a8e('0xf')],_0x1caccd=_0x12c3a8[_0x2a8e('0x1')]['get']('importWord'),_0x228d96=_0x12c3a8[_0x2a8e('0x1')][_0x2a8e('0xc')]('trackChanges');_0x1caccd&&(_0x1caccd['on'](_0x2a8e('0x7'),(_0x351538,[,_0x1f6bde])=>{this[_0x2a8e('0xb')]=_0x228d96[_0x2a8e('0x2')],_0x1f6bde[_0x2a8e('0x10')]['track_changes']=!this[_0x2a8e('0xb')];},{'priority':_0x2a8e('0x13')}),this[_0x2a8e('0xe')](_0x1caccd,_0x2a8e('0x12'),this[_0x2a8e('0xd')][_0x2a8e('0x5')](this)),this['listenTo'](_0x1caccd,_0x2a8e('0x12'),()=>{this[_0x2a8e('0x4')]&&(_0x228d96[_0x2a8e('0x7')](),this[_0x2a8e('0x4')]=!0x1);},{'priority':_0x2a8e('0x6')}),_0x12c3a8[_0x2a8e('0xa')][_0x2a8e('0xc')](_0x2a8e('0x0'))['enableCommand']('importWord'));}['_handleImportedData'](_0x1aca3d,_0xb17024){const {suggestions:_0x4d38f5}=_0xb17024,_0x3366e3=this['editor'][_0x2a8e('0x1')][_0x2a8e('0xc')](_0x2a8e('0x14')),_0x5901f0=_0x3366e3[_0x2a8e('0x2')];this[_0x2a8e('0xb')]!==_0x5901f0&&(_0x3366e3[_0x2a8e('0x7')](),this['_trackChangesExecuted']=!0x0),_0x4d38f5&&_0x4d38f5[_0x2a8e('0x9')](({id:_0x1f644a,type:_0x56c6c0,author:_0x8e337d,created_at:_0x32c94f})=>{const _0x2f456d={'id':_0x1f644a,'type':_0x56c6c0,'authorId':this[_0x2a8e('0xf')]['plugins'][_0x2a8e('0xc')](_0x2a8e('0x3'))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x8e337d,'createdAt':_0x32c94f?new Date(_0x32c94f):new Date(),'source':_0x2a8e('0x8')}}};this['editor']['plugins'][_0x2a8e('0xc')](_0x2a8e('0x0'))[_0x2a8e('0x11')](_0x2f456d);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3a8e=['model','from','getItemLabel','checkAttribute','has','markBlockFormat','schema','selection','document','change','plugins','*Indent:*\x20%0','locale','indent','editor','registerDescriptionCallback','afterInit','outdentBlock','IndentEditing','enableCommand','blockIndent','indentBlock','filter','IndentBlock','get','*Outdent:*\x20%0','_descriptionFactory','TrackChangesEditing','commandName','format'];(function(_0x29d71f,_0x3a8e0c){const _0x2657f1=function(_0x1e27dd){while(--_0x1e27dd){_0x29d71f['push'](_0x29d71f['shift']());}};_0x2657f1(++_0x3a8e0c);}(_0x3a8e,0x113));const _0x2657=function(_0x29d71f,_0x3a8e0c){_0x29d71f=_0x29d71f-0x0;let _0x2657f1=_0x3a8e[_0x29d71f];return _0x2657f1;};import{Plugin as _0x6c418b}from'ckeditor5/src/core';import{getTranslation as _0x168714}from'../utils/common-translations';export default class Z extends _0x6c418b{[_0x2657('0xb')](){const _0x5abab2=this['editor'],_0x124644=_0x5abab2[_0x2657('0x5')][_0x2657('0x13')](_0x2657('0x16'));_0x5abab2[_0x2657('0x5')][_0x2657('0x1d')](_0x2657('0xd'))&&(_0x124644[_0x2657('0xe')](_0x2657('0x8')),_0x124644[_0x2657('0xe')]('outdent'));const _0x4ac5ff=_0x5abab2[_0x2657('0x7')];if(_0x5abab2[_0x2657('0x5')][_0x2657('0x1d')](_0x2657('0x12'))){for(const _0x406dcc of[_0x2657('0x10'),_0x2657('0xc')])_0x124644['enableCommand'](_0x406dcc,()=>{const _0x2637b3=Array[_0x2657('0x1a')](this[_0x2657('0x9')][_0x2657('0x19')][_0x2657('0x3')][_0x2657('0x2')]['getSelectedBlocks']())[_0x2657('0x11')](_0x84c811=>this[_0x2657('0x9')][_0x2657('0x19')][_0x2657('0x1')][_0x2657('0x1c')](_0x84c811,_0x2657('0xf')));_0x5abab2[_0x2657('0x19')][_0x2657('0x4')](()=>{for(const _0x4bdf76 of _0x2637b3)_0x124644[_0x2657('0x0')](_0x4bdf76,{'commandName':_0x406dcc,'commandParams':[{'value':''}],'formatGroupId':'indentBlock'});});});_0x124644[_0x2657('0x15')][_0x2657('0xa')](_0x2524c7=>{const {data:_0x1eaf84}=_0x2524c7;if(!_0x1eaf84)return;if(_0x2657('0x10')!=_0x1eaf84['commandName']&&'outdentBlock'!=_0x1eaf84[_0x2657('0x17')])return;const _0x32e64e=_0x2524c7['getItems']()[0x0],_0x38a5be=_0x124644['_descriptionFactory'][_0x2657('0x1b')](_0x32e64e);return _0x2657('0x10')==_0x1eaf84[_0x2657('0x17')]?{'type':_0x2657('0x18'),'content':_0x168714(_0x4ac5ff,_0x2657('0x6'),_0x38a5be)}:_0x2657('0xc')==_0x1eaf84['commandName']?{'type':_0x2657('0x18'),'content':_0x168714(_0x4ac5ff,_0x2657('0x14'),_0x38a5be)}:void 0x0;});}}}
23
+ const _0x25b1=['indentBlock','schema','indent','plugins','getSelectedBlocks','filter','getItemLabel','checkAttribute','*Indent:*\x20%0','markBlockFormat','outdentBlock','commandName','editor','change','*Outdent:*\x20%0','enableCommand','from','model','registerDescriptionCallback','has','getItems','format','_descriptionFactory','get','IndentBlock','afterInit'];(function(_0x4b9109,_0x25b146){const _0x4485dd=function(_0x5c2252){while(--_0x5c2252){_0x4b9109['push'](_0x4b9109['shift']());}};_0x4485dd(++_0x25b146);}(_0x25b1,0x1a1));const _0x4485=function(_0x4b9109,_0x25b146){_0x4b9109=_0x4b9109-0x0;let _0x4485dd=_0x25b1[_0x4b9109];return _0x4485dd;};import{Plugin as _0x4d627c}from'ckeditor5/src/core';import{getTranslation as _0x48ccd3}from'../utils/common-translations';export default class tt extends _0x4d627c{[_0x4485('0x18')](){const _0x1ddfac=this['editor'],_0x374d90=_0x1ddfac[_0x4485('0x2')][_0x4485('0x16')]('TrackChangesEditing');_0x1ddfac['plugins'][_0x4485('0x12')]('IndentEditing')&&(_0x374d90[_0x4485('0xe')](_0x4485('0x1')),_0x374d90[_0x4485('0xe')]('outdent'));const _0x259b97=_0x1ddfac['locale'];if(_0x1ddfac[_0x4485('0x2')][_0x4485('0x12')](_0x4485('0x17'))){for(const _0x5cde51 of[_0x4485('0x19'),_0x4485('0x9')])_0x374d90[_0x4485('0xe')](_0x5cde51,()=>{const _0xe6cd9a=Array[_0x4485('0xf')](this[_0x4485('0xb')][_0x4485('0x10')]['document']['selection'][_0x4485('0x3')]())[_0x4485('0x4')](_0xee4f47=>this[_0x4485('0xb')]['model'][_0x4485('0x0')][_0x4485('0x6')](_0xee4f47,'blockIndent'));_0x1ddfac[_0x4485('0x10')][_0x4485('0xc')](()=>{for(const _0x49a1cf of _0xe6cd9a)_0x374d90[_0x4485('0x8')](_0x49a1cf,{'commandName':_0x5cde51,'commandParams':[{'value':''}],'formatGroupId':'indentBlock'});});});_0x374d90[_0x4485('0x15')][_0x4485('0x11')](_0x1999dc=>{const {data:_0x5a7103}=_0x1999dc;if(!_0x5a7103)return;if('indentBlock'!=_0x5a7103[_0x4485('0xa')]&&_0x4485('0x9')!=_0x5a7103[_0x4485('0xa')])return;const _0x3b8462=_0x1999dc[_0x4485('0x13')]()[0x0],_0x94429d=_0x374d90['_descriptionFactory'][_0x4485('0x5')](_0x3b8462);return _0x4485('0x19')==_0x5a7103[_0x4485('0xa')]?{'type':_0x4485('0x14'),'content':_0x48ccd3(_0x259b97,_0x4485('0x7'),_0x94429d)}:_0x4485('0x9')==_0x5a7103[_0x4485('0xa')]?{'type':_0x4485('0x14'),'content':_0x48ccd3(_0x259b97,_0x4485('0xd'),_0x94429d)}:void 0x0;});}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x7d16=['editor','input','TrackChangesEditing','enableCommand','plugins','init','requires'];(function(_0x2cb65f,_0x7d1638){var _0x591ed0=function(_0x5eeaa8){while(--_0x5eeaa8){_0x2cb65f['push'](_0x2cb65f['shift']());}};_0x591ed0(++_0x7d1638);}(_0x7d16,0x11f));var _0x591e=function(_0x2cb65f,_0x7d1638){_0x2cb65f=_0x2cb65f-0x0;var _0x591ed0=_0x7d16[_0x2cb65f];return _0x591ed0;};import{Plugin as _0x586212}from'ckeditor5/src/core';import{Input as _0x1f548b}from'ckeditor5/src/typing';export default class tt extends _0x586212{static get[_0x591e('0x6')](){return[_0x1f548b];}[_0x591e('0x5')](){this[_0x591e('0x0')][_0x591e('0x4')]['get'](_0x591e('0x2'))[_0x591e('0x3')](_0x591e('0x1'));}}
23
+ var _0x3664=['enableCommand','init','get','requires','TrackChangesEditing','editor','plugins'];(function(_0x39a0ad,_0x366466){var _0x442a77=function(_0x190f1f){while(--_0x190f1f){_0x39a0ad['push'](_0x39a0ad['shift']());}};_0x442a77(++_0x366466);}(_0x3664,0x156));var _0x442a=function(_0x39a0ad,_0x366466){_0x39a0ad=_0x39a0ad-0x0;var _0x442a77=_0x3664[_0x39a0ad];return _0x442a77;};import{Plugin as _0x1b46e3}from'ckeditor5/src/core';import{Input as _0x18135c}from'ckeditor5/src/typing';export default class it extends _0x1b46e3{static get[_0x442a('0x4')](){return[_0x18135c];}[_0x442a('0x2')](){this[_0x442a('0x6')][_0x442a('0x0')][_0x442a('0x3')](_0x442a('0x5'))[_0x442a('0x1')]('input');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3113=['afterInit','getFirstPosition','isCollapsed','getRanges','registerDescriptionCallback','model','enableCommand','*Remove\x20link*','TrackChangesEditing','format','*Set\x20link:*\x20%0','linkHref','editor','LinkEditing','unlink','getAttribute','markInlineFormat','from','hasAttribute','link','locale','getFirstRange','selection','commandName','change','plugins','document','_descriptionFactory'];(function(_0x2a4d2c,_0x3113fe){const _0x1a6041=function(_0x140f28){while(--_0x140f28){_0x2a4d2c['push'](_0x2a4d2c['shift']());}};_0x1a6041(++_0x3113fe);}(_0x3113,0x115));const _0x1a60=function(_0x2a4d2c,_0x3113fe){_0x2a4d2c=_0x2a4d2c-0x0;let _0x1a6041=_0x3113[_0x2a4d2c];return _0x1a6041;};import{Plugin as _0x596441}from'ckeditor5/src/core';import{findAttributeRange as _0x1196c7}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x52c627}from'./utils';import{getTranslation as _0x7a868}from'../utils/common-translations';export default class it extends _0x596441{[_0x1a60('0x3')](){const _0x209c55=this['editor'];if(!_0x209c55[_0x1a60('0x0')]['has'](_0x1a60('0x10')))return;const _0x3d30b4=_0x209c55[_0x1a60('0x0')]['get'](_0x1a60('0xb'));_0x3d30b4[_0x1a60('0x9')](_0x1a60('0x16'),(_0xdf2cc4,_0x55b2b7)=>{const _0x59bc20=_0x209c55[_0x1a60('0x8')][_0x1a60('0x1')][_0x1a60('0x19')];let _0x5e7b3b=[];if(_0x59bc20[_0x1a60('0x5')]){if(!_0x59bc20[_0x1a60('0x15')](_0x1a60('0xe')))return void _0xdf2cc4(_0x55b2b7);{const _0x244671=_0x1196c7(_0x59bc20[_0x1a60('0x4')](),_0x1a60('0xe'),_0x59bc20[_0x1a60('0x12')]('linkHref'),_0x209c55[_0x1a60('0x8')]);_0x5e7b3b=[_0x244671];}}else _0x5e7b3b=Array[_0x1a60('0x14')](_0x59bc20[_0x1a60('0x6')]());_0x209c55[_0x1a60('0x8')][_0x1a60('0x1b')](()=>{for(const _0x52782f of _0x5e7b3b)_0x3d30b4['markInlineFormat'](_0x52782f,{'commandName':_0x1a60('0x16'),'commandParams':[_0x55b2b7]});});}),_0x3d30b4['enableCommand'](_0x1a60('0x11'),()=>{const _0x120c20=this[_0x1a60('0xf')][_0x1a60('0x8')],_0x54ab4a=_0x120c20[_0x1a60('0x1')][_0x1a60('0x19')];_0x120c20[_0x1a60('0x1b')](()=>{let _0x51784e=[];if(_0x54ab4a[_0x1a60('0x5')])_0x51784e=[_0x1196c7(_0x54ab4a[_0x1a60('0x4')](),'linkHref',_0x54ab4a[_0x1a60('0x12')](_0x1a60('0xe')),_0x209c55[_0x1a60('0x8')])];else _0x51784e=_0x52c627(_0x1a60('0xe'),_0x54ab4a[_0x1a60('0x18')](),_0x209c55['model']);for(const _0x24781c of _0x51784e)_0x3d30b4[_0x1a60('0x13')](_0x24781c,{'commandName':_0x1a60('0x11'),'commandParams':[]});});}),_0x3d30b4[_0x1a60('0x2')][_0x1a60('0x7')](_0x1e902e=>{const {data:_0x41f015}=_0x1e902e,_0x5e1fdf=_0x209c55[_0x1a60('0x17')];if(_0x41f015){if(_0x1a60('0x16')==_0x41f015[_0x1a60('0x1a')]){const _0x3b5345=_0x41f015['commandParams'][0x0];return{'type':_0x1a60('0xc'),'content':_0x7a868(_0x5e1fdf,_0x1a60('0xd'),'\x22'+_0x3b5345+'\x22')};}return _0x1a60('0x11')==_0x41f015[_0x1a60('0x1a')]?{'type':_0x1a60('0xc'),'content':_0x7a868(_0x5e1fdf,_0x1a60('0xa'))}:void 0x0;}});}}
23
+ const _0x4f74=['change','*Set\x20link:*\x20%0','isCollapsed','selection','LinkEditing','locale','format','model','getAttribute','enableCommand','registerDescriptionCallback','hasAttribute','unlink','getRanges','link','markInlineFormat','linkHref','getFirstPosition','from','has','get','document','*Remove\x20link*','editor','_descriptionFactory'];(function(_0x4169f0,_0x4f745c){const _0x5248ae=function(_0x3dff8f){while(--_0x3dff8f){_0x4169f0['push'](_0x4169f0['shift']());}};_0x5248ae(++_0x4f745c);}(_0x4f74,0x177));const _0x5248=function(_0x4169f0,_0x4f745c){_0x4169f0=_0x4169f0-0x0;let _0x5248ae=_0x4f74[_0x4169f0];return _0x5248ae;};import{Plugin as _0x59ddca}from'ckeditor5/src/core';import{findAttributeRange as _0x4dd0c3}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x58530f}from'./utils';import{getTranslation as _0x3c1894}from'../utils/common-translations';export default class et extends _0x59ddca{['afterInit'](){const _0x506704=this[_0x5248('0x17')];if(!_0x506704['plugins'][_0x5248('0x13')](_0x5248('0x4')))return;const _0x3e6417=_0x506704['plugins'][_0x5248('0x14')]('TrackChangesEditing');_0x3e6417[_0x5248('0x9')]('link',(_0x53f308,_0x2c8ea3)=>{const _0x4ff42c=_0x506704[_0x5248('0x7')][_0x5248('0x15')][_0x5248('0x3')];let _0x468104=[];if(_0x4ff42c[_0x5248('0x2')]){if(!_0x4ff42c[_0x5248('0xb')](_0x5248('0x10')))return void _0x53f308(_0x2c8ea3);{const _0x457868=_0x4dd0c3(_0x4ff42c[_0x5248('0x11')](),_0x5248('0x10'),_0x4ff42c[_0x5248('0x8')]('linkHref'),_0x506704[_0x5248('0x7')]);_0x468104=[_0x457868];}}else _0x468104=Array[_0x5248('0x12')](_0x4ff42c[_0x5248('0xd')]());_0x506704[_0x5248('0x7')][_0x5248('0x0')](()=>{for(const _0xdb9caa of _0x468104)_0x3e6417[_0x5248('0xf')](_0xdb9caa,{'commandName':'link','commandParams':[_0x2c8ea3]});});}),_0x3e6417[_0x5248('0x9')](_0x5248('0xc'),()=>{const _0x3780d2=this[_0x5248('0x17')][_0x5248('0x7')],_0x387b94=_0x3780d2[_0x5248('0x15')]['selection'];_0x3780d2[_0x5248('0x0')](()=>{let _0x42a272=[];if(_0x387b94['isCollapsed'])_0x42a272=[_0x4dd0c3(_0x387b94[_0x5248('0x11')](),_0x5248('0x10'),_0x387b94[_0x5248('0x8')](_0x5248('0x10')),_0x506704[_0x5248('0x7')])];else _0x42a272=_0x58530f('linkHref',_0x387b94['getFirstRange'](),_0x506704[_0x5248('0x7')]);for(const _0x35ba1b of _0x42a272)_0x3e6417[_0x5248('0xf')](_0x35ba1b,{'commandName':_0x5248('0xc'),'commandParams':[]});});}),_0x3e6417[_0x5248('0x18')][_0x5248('0xa')](_0x3a32b7=>{const {data:_0x5e0803}=_0x3a32b7,_0xad140d=_0x506704[_0x5248('0x5')];if(_0x5e0803){if(_0x5248('0xe')==_0x5e0803['commandName']){const _0x12de0c=_0x5e0803['commandParams'][0x0];return{'type':'format','content':_0x3c1894(_0xad140d,_0x5248('0x1'),'\x22'+_0x12de0c+'\x22')};}return _0x5248('0xc')==_0x5e0803['commandName']?{'type':_0x5248('0x6'),'content':_0x3c1894(_0xad140d,_0x5248('0x16'))}:void 0x0;}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x537b=['editor','checkChild','ELEMENT_LIST_ITEM','listType','checkTodoList','value','model','from','push','*Uncheck\x20item*','execute','createRange','numbered','getSelectedBlocks','*Change\x20to:*\x20%0','ELEMENT_TODO_LIST','ListEditing','has','todo','format','listItem','element','bulleted','indentList','*Check\x20item*','numberedList','todoList','bulletedList','blockName','commands','List','name','slice','getAttribute','todoListChecked','TrackChangesEditing','*Indent:*\x20%0','add','plugins','listIndent','nextSibling','_descriptionFactory','enableCommand','get','commandName','ELEMENT_NUMBERED_LIST','previousSibling','filter','parent','outdentList','createPositionAt','registerDescriptionCallback','paragraph','commandParams','forceValue','document','afterInit','_selectedElements','isObject','length','before','replace','change','schema','TodoListEditing'];(function(_0x4a84bf,_0x537b5d){const _0x3d60d4=function(_0x372adc){while(--_0x372adc){_0x4a84bf['push'](_0x4a84bf['shift']());}};_0x3d60d4(++_0x537b5d);}(_0x537b,0x19d));const _0x3d60=function(_0x4a84bf,_0x537b5d){_0x4a84bf=_0x4a84bf-0x0;let _0x3d60d4=_0x537b[_0x4a84bf];return _0x3d60d4;};import{Plugin as _0x5e31e1}from'ckeditor5/src/core';import{getTranslation as _0x45b230}from'../utils/common-translations';export default class st extends _0x5e31e1{[_0x3d60('0x21')](){const _0x48ec27=this[_0x3d60('0x2a')],_0x12019c=_0x48ec27['locale'];if(!_0x48ec27[_0x3d60('0xf')][_0x3d60('0x3b')](_0x3d60('0x3a')))return;const _0x5eebe3=_0x48ec27[_0x3d60('0xf')][_0x3d60('0x14')](_0x3d60('0xc')),_0x11d25c=_0x48ec27[_0x3d60('0xf')][_0x3d60('0x3b')](_0x3d60('0x29'));function _0xbe1251(_0x2959f4){return()=>{const _0x2087ca=_0x48ec27['model']['document']['selection'],_0x99a02c=_0x48ec27[_0x3d60('0x6')][_0x3d60('0x14')](_0x2959f4);if(_0x99a02c[_0x3d60('0x2f')])return void _0x48ec27[_0x3d60('0x34')](_0x3d60('0x1d'),{});const _0x4c6a58=_0x2959f4['slice'](0x0,-0x4),_0xcbdb8a=function(_0x1c6ac2,_0x141f50,_0x556d31){let _0x4175b9=Array['from'](_0x1c6ac2)[_0x3d60('0x18')](_0x4f9ace=>function(_0x59f449,_0x1cd1d1){return _0x1cd1d1[_0x3d60('0x2b')](_0x59f449[_0x3d60('0x19')],_0x3d60('0x3e'))&&!_0x1cd1d1[_0x3d60('0x23')](_0x59f449);}(_0x4f9ace,_0x556d31));_0x4175b9=_0x4175b9[_0x3d60('0x18')](_0x3b7340=>!_0x3b7340['is'](_0x3d60('0x3f'),'listItem')||_0x3b7340[_0x3d60('0xa')](_0x3d60('0x2d'))!=_0x141f50);const _0x138698=new Set();for(const _0x3dc310 of _0x4175b9)_0x3dc310['is'](_0x3d60('0x3f'),'listItem')?_0x138698['add'](ne(_0x3dc310)):_0x138698[_0x3d60('0xe')](_0x3dc310);return Array[_0x3d60('0x31')](_0x138698);}(_0x2087ca[_0x3d60('0x37')](),_0x4c6a58,_0x48ec27[_0x3d60('0x30')][_0x3d60('0x28')]);_0x48ec27[_0x3d60('0x30')][_0x3d60('0x27')](()=>{for(const _0x61da77 of _0xcbdb8a)_0x5eebe3['markBlockFormat'](_0x61da77,{'commandName':_0x2959f4,'commandParams':[{'forceValue':!_0x99a02c[_0x3d60('0x2f')]}],'formatGroupId':_0x3d60('0x5')},oe(_0x61da77));});};}function _0x3fa97e(_0x2136f1){return()=>{const _0x30b977=function(_0x199add){let _0x26f642=Array[_0x3d60('0x31')](_0x199add);const _0x394025=_0x26f642['findIndex'](_0x33e549=>_0x3d60('0x3e')!=_0x33e549[_0x3d60('0x8')]);return _0x394025>-0x1&&(_0x26f642=_0x26f642[_0x3d60('0x9')](0x0,_0x394025)),_0x26f642;}(_0x48ec27['model'][_0x3d60('0x20')]['selection'][_0x3d60('0x37')]()),_0x5cfbec=_0x48ec27[_0x3d60('0x30')][_0x3d60('0x35')](_0x48ec27['model']['createPositionAt'](_0x30b977[0x0],_0x3d60('0x25')),_0x48ec27[_0x3d60('0x30')][_0x3d60('0x1b')](_0x30b977[_0x30b977[_0x3d60('0x24')]-0x1],'end'));_0x48ec27[_0x3d60('0x30')][_0x3d60('0x27')](()=>{_0x5eebe3['markBlockFormat'](_0x5cfbec,{'commandName':_0x2136f1,'commandParams':[],'formatGroupId':'listIndent'},function(_0x4b5e57){const _0x4dd123=new Set();for(const _0x56128e of _0x4b5e57){let _0x512a7e=_0x56128e['nextSibling'];for(;_0x512a7e&&_0x512a7e['getAttribute'](_0x3d60('0x10'))>_0x56128e[_0x3d60('0xa')](_0x3d60('0x10'));)_0x4dd123['add'](_0x512a7e),_0x512a7e=_0x512a7e[_0x3d60('0x11')];}return Array[_0x3d60('0x31')](_0x4dd123);}(_0x30b977));});};}_0x5eebe3[_0x3d60('0x13')](_0x3d60('0x2'),_0xbe1251(_0x3d60('0x2'))),_0x5eebe3[_0x3d60('0x13')](_0x3d60('0x4'),_0xbe1251('bulletedList')),_0x11d25c&&_0x5eebe3[_0x3d60('0x13')]('todoList',_0xbe1251(_0x3d60('0x3'))),_0x5eebe3[_0x3d60('0x13')](_0x3d60('0x0'),_0x3fa97e(_0x3d60('0x0'))),_0x5eebe3[_0x3d60('0x13')](_0x3d60('0x1a'),_0x3fa97e(_0x3d60('0x1a'))),_0x11d25c&&_0x5eebe3['enableCommand']('checkTodoList',()=>{const _0x4a6869=_0x48ec27[_0x3d60('0x6')][_0x3d60('0x14')](_0x3d60('0x2e')),_0x4679a8=Array['from'](_0x4a6869[_0x3d60('0x22')]);_0x4679a8['filter'](_0x21177a=>_0x21177a['getAttribute'](_0x3d60('0xb'))!=_0x4a6869[_0x3d60('0x2f')]),_0x48ec27[_0x3d60('0x30')][_0x3d60('0x27')](()=>{for(const _0x18246a of _0x4679a8)_0x5eebe3['markBlockFormat'](_0x18246a,{'commandName':_0x3d60('0x2e'),'commandParams':[{'forceValue':!_0x4a6869[_0x3d60('0x2f')]}]});});}),_0x5eebe3[_0x3d60('0x12')]['registerElementLabel'](_0x3d60('0x3e'),_0x37341c=>_0x45b230(_0x12019c,_0x3d60('0x2c'),_0x37341c)),_0x5eebe3[_0x3d60('0x12')][_0x3d60('0x1c')](_0x55a975=>{const {data:_0x4f5d24}=_0x55a975;if(_0x4f5d24){if('numberedList'==_0x4f5d24[_0x3d60('0x15')]||_0x3d60('0x4')==_0x4f5d24[_0x3d60('0x15')]||_0x3d60('0x3')==_0x4f5d24[_0x3d60('0x15')])switch(_0x4f5d24[_0x3d60('0x15')][_0x3d60('0x26')](_0x3d60('0x7'),'')){case _0x3d60('0x40'):return _0x4a3f24(_0x45b230(_0x12019c,'ELEMENT_BULLETED_LIST'));case _0x3d60('0x36'):return _0x4a3f24(_0x45b230(_0x12019c,_0x3d60('0x16')));case _0x3d60('0x3c'):return _0x4a3f24(_0x45b230(_0x12019c,_0x3d60('0x39')));}if(_0x3d60('0x0')==_0x4f5d24[_0x3d60('0x15')])return{'type':_0x3d60('0x3d'),'content':_0x45b230(_0x12019c,_0x3d60('0xd'),_0x45b230(_0x12019c,_0x3d60('0x2c')))};if(_0x3d60('0x1a')==_0x4f5d24['commandName'])return{'type':_0x3d60('0x3d'),'content':_0x45b230(_0x12019c,'*Outdent:*\x20%0',_0x45b230(_0x12019c,_0x3d60('0x2c')))};if(_0x3d60('0x2e')==_0x4f5d24['commandName'])return _0x4f5d24[_0x3d60('0x1e')][0x0][_0x3d60('0x1f')]?{'type':_0x3d60('0x3d'),'content':_0x45b230(_0x12019c,_0x3d60('0x1'))}:{'type':_0x3d60('0x3d'),'content':_0x45b230(_0x12019c,_0x3d60('0x33'))};}function _0x4a3f24(_0x3bd46e){return{'type':_0x3d60('0x3d'),'content':_0x45b230(_0x12019c,_0x3d60('0x38'),_0x3bd46e)};}});}}function ne(_0x444832){const _0x46bbf4=_0x444832[_0x3d60('0xa')]('listIndent');if(0x0==_0x46bbf4)return _0x444832;let _0x323b51=_0x444832;for(;_0x444832['previousSibling']&&_0x444832[_0x3d60('0x17')]['is'](_0x3d60('0x3f'),'listItem');){const _0x39b65f=_0x444832[_0x3d60('0x17')][_0x3d60('0xa')](_0x3d60('0x10'));if(_0x39b65f==_0x46bbf4)_0x323b51=_0x444832['previousSibling'];else{if(_0x39b65f<_0x46bbf4)break;}_0x444832=_0x444832[_0x3d60('0x17')];}return _0x323b51;}function oe(_0x49ad8a){const _0x2fde4c=[];if(_0x49ad8a['is'](_0x3d60('0x3f'),_0x3d60('0x3e'))&&_0x49ad8a[_0x3d60('0xa')]('listIndent')>0x0){let _0x4d2cff=_0x49ad8a[_0x3d60('0x11')];for(;_0x4d2cff&&_0x3d60('0x3e')==_0x4d2cff['name']&&_0x4d2cff[_0x3d60('0xa')]('listIndent')==_0x49ad8a[_0x3d60('0xa')](_0x3d60('0x10'));)_0x2fde4c[_0x3d60('0x32')](_0x4d2cff),_0x4d2cff=_0x4d2cff[_0x3d60('0x11')];}return _0x2fde4c;}
23
+ const _0x2ea3=['selection','commandParams','forceValue','ELEMENT_NUMBERED_LIST','*Change\x20to:*\x20%0','TrackChangesEditing','replace','createPositionAt','commandName','element','bulleted','slice','from','before','_descriptionFactory','todo','checkChild','todoListChecked','length','listIndent','*Uncheck\x20item*','afterInit','commands','has','change','blockName','plugins','filter','numbered','bulletedList','name','nextSibling','editor','locale','TodoListEditing','parent','*Outdent:*\x20%0','ELEMENT_LIST_ITEM','outdentList','listItem','isObject','indentList','ListEditing','document','todoList','get','push','paragraph','findIndex','format','numberedList','enableCommand','model','add','ELEMENT_BULLETED_LIST','getAttribute','_selectedElements','schema','listType','end','checkTodoList','previousSibling','value'];(function(_0x3e6f9b,_0x2ea3b3){const _0x27d591=function(_0x423447){while(--_0x423447){_0x3e6f9b['push'](_0x3e6f9b['shift']());}};_0x27d591(++_0x2ea3b3);}(_0x2ea3,0x16a));const _0x27d5=function(_0x3e6f9b,_0x2ea3b3){_0x3e6f9b=_0x3e6f9b-0x0;let _0x27d591=_0x2ea3[_0x3e6f9b];return _0x27d591;};import{Plugin as _0x4b9e14}from'ckeditor5/src/core';import{getTranslation as _0x4280e2}from'../utils/common-translations';export default class st extends _0x4b9e14{[_0x27d5('0x25')](){const _0x16da1a=this[_0x27d5('0x30')],_0x50fa26=_0x16da1a[_0x27d5('0x31')];if(!_0x16da1a[_0x27d5('0x2a')][_0x27d5('0x27')](_0x27d5('0x3a')))return;const _0x578dc2=_0x16da1a[_0x27d5('0x2a')][_0x27d5('0x3d')](_0x27d5('0x15')),_0x467e99=_0x16da1a['plugins']['has'](_0x27d5('0x32'));function _0xa8c501(_0x4ab0d8){return()=>{const _0x5021bd=_0x16da1a[_0x27d5('0x5')][_0x27d5('0x3b')]['selection'],_0x1de8ab=_0x16da1a[_0x27d5('0x26')][_0x27d5('0x3d')](_0x4ab0d8);if(_0x1de8ab[_0x27d5('0xf')])return void _0x16da1a['execute'](_0x27d5('0x0'),{});const _0x1201b0=_0x4ab0d8['slice'](0x0,-0x4),_0x23884c=function(_0x541339,_0x2015cc,_0x2f4962){let _0x35c640=Array['from'](_0x541339)['filter'](_0x2e94fd=>function(_0x102d43,_0x29e9a4){return _0x29e9a4[_0x27d5('0x20')](_0x102d43[_0x27d5('0x33')],_0x27d5('0x37'))&&!_0x29e9a4[_0x27d5('0x38')](_0x102d43);}(_0x2e94fd,_0x2f4962));_0x35c640=_0x35c640[_0x27d5('0x2b')](_0x45d939=>!_0x45d939['is'](_0x27d5('0x19'),_0x27d5('0x37'))||_0x45d939[_0x27d5('0x8')](_0x27d5('0xb'))!=_0x2015cc);const _0x14be97=new Set();for(const _0x35e31d of _0x35c640)_0x35e31d['is']('element','listItem')?_0x14be97[_0x27d5('0x6')](ne(_0x35e31d)):_0x14be97[_0x27d5('0x6')](_0x35e31d);return Array[_0x27d5('0x1c')](_0x14be97);}(_0x5021bd['getSelectedBlocks'](),_0x1201b0,_0x16da1a[_0x27d5('0x5')][_0x27d5('0xa')]);_0x16da1a['model']['change'](()=>{for(const _0x3ba4fb of _0x23884c)_0x578dc2['markBlockFormat'](_0x3ba4fb,{'commandName':_0x4ab0d8,'commandParams':[{'forceValue':!_0x1de8ab[_0x27d5('0xf')]}],'formatGroupId':_0x27d5('0x29')},oe(_0x3ba4fb));});};}function _0x79062d(_0x1b0eb5){return()=>{const _0x4a304d=function(_0x50da2d){let _0x3aa3e9=Array[_0x27d5('0x1c')](_0x50da2d);const _0x39dd6f=_0x3aa3e9[_0x27d5('0x1')](_0x51c253=>_0x27d5('0x37')!=_0x51c253[_0x27d5('0x2e')]);return _0x39dd6f>-0x1&&(_0x3aa3e9=_0x3aa3e9[_0x27d5('0x1b')](0x0,_0x39dd6f)),_0x3aa3e9;}(_0x16da1a[_0x27d5('0x5')][_0x27d5('0x3b')][_0x27d5('0x10')]['getSelectedBlocks']()),_0x385760=_0x16da1a[_0x27d5('0x5')]['createRange'](_0x16da1a['model'][_0x27d5('0x17')](_0x4a304d[0x0],_0x27d5('0x1d')),_0x16da1a[_0x27d5('0x5')][_0x27d5('0x17')](_0x4a304d[_0x4a304d[_0x27d5('0x22')]-0x1],_0x27d5('0xc')));_0x16da1a[_0x27d5('0x5')][_0x27d5('0x28')](()=>{_0x578dc2['markBlockFormat'](_0x385760,{'commandName':_0x1b0eb5,'commandParams':[],'formatGroupId':_0x27d5('0x23')},function(_0x27edaa){const _0x49ab10=new Set();for(const _0x536982 of _0x27edaa){let _0x16eb35=_0x536982[_0x27d5('0x2f')];for(;_0x16eb35&&_0x16eb35[_0x27d5('0x8')](_0x27d5('0x23'))>_0x536982['getAttribute'](_0x27d5('0x23'));)_0x49ab10['add'](_0x16eb35),_0x16eb35=_0x16eb35[_0x27d5('0x2f')];}return Array[_0x27d5('0x1c')](_0x49ab10);}(_0x4a304d));});};}_0x578dc2['enableCommand'](_0x27d5('0x3'),_0xa8c501('numberedList')),_0x578dc2['enableCommand']('bulletedList',_0xa8c501(_0x27d5('0x2d'))),_0x467e99&&_0x578dc2[_0x27d5('0x4')](_0x27d5('0x3c'),_0xa8c501('todoList')),_0x578dc2[_0x27d5('0x4')]('indentList',_0x79062d(_0x27d5('0x39'))),_0x578dc2[_0x27d5('0x4')](_0x27d5('0x36'),_0x79062d(_0x27d5('0x36'))),_0x467e99&&_0x578dc2[_0x27d5('0x4')](_0x27d5('0xd'),()=>{const _0x337229=_0x16da1a[_0x27d5('0x26')]['get'](_0x27d5('0xd')),_0x2cf872=Array[_0x27d5('0x1c')](_0x337229[_0x27d5('0x9')]);_0x2cf872['filter'](_0x36244c=>_0x36244c[_0x27d5('0x8')](_0x27d5('0x21'))!=_0x337229[_0x27d5('0xf')]),_0x16da1a[_0x27d5('0x5')][_0x27d5('0x28')](()=>{for(const _0x2d7f1c of _0x2cf872)_0x578dc2['markBlockFormat'](_0x2d7f1c,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x337229['value']}]});});}),_0x578dc2['_descriptionFactory']['registerElementLabel'](_0x27d5('0x37'),_0x1e64ab=>_0x4280e2(_0x50fa26,'ELEMENT_LIST_ITEM',_0x1e64ab)),_0x578dc2[_0x27d5('0x1e')]['registerDescriptionCallback'](_0x11e945=>{const {data:_0x58189f}=_0x11e945;if(_0x58189f){if(_0x27d5('0x3')==_0x58189f[_0x27d5('0x18')]||_0x27d5('0x2d')==_0x58189f[_0x27d5('0x18')]||'todoList'==_0x58189f[_0x27d5('0x18')])switch(_0x58189f['commandName'][_0x27d5('0x16')]('List','')){case _0x27d5('0x1a'):return _0x125b0b(_0x4280e2(_0x50fa26,_0x27d5('0x7')));case _0x27d5('0x2c'):return _0x125b0b(_0x4280e2(_0x50fa26,_0x27d5('0x13')));case _0x27d5('0x1f'):return _0x125b0b(_0x4280e2(_0x50fa26,'ELEMENT_TODO_LIST'));}if(_0x27d5('0x39')==_0x58189f[_0x27d5('0x18')])return{'type':_0x27d5('0x2'),'content':_0x4280e2(_0x50fa26,'*Indent:*\x20%0',_0x4280e2(_0x50fa26,_0x27d5('0x35')))};if(_0x27d5('0x36')==_0x58189f[_0x27d5('0x18')])return{'type':_0x27d5('0x2'),'content':_0x4280e2(_0x50fa26,_0x27d5('0x34'),_0x4280e2(_0x50fa26,_0x27d5('0x35')))};if(_0x27d5('0xd')==_0x58189f['commandName'])return _0x58189f[_0x27d5('0x11')][0x0][_0x27d5('0x12')]?{'type':'format','content':_0x4280e2(_0x50fa26,'*Check\x20item*')}:{'type':_0x27d5('0x2'),'content':_0x4280e2(_0x50fa26,_0x27d5('0x24'))};}function _0x125b0b(_0x40b54d){return{'type':'format','content':_0x4280e2(_0x50fa26,_0x27d5('0x14'),_0x40b54d)};}});}}function ne(_0x201dd1){const _0x45f9a1=_0x201dd1[_0x27d5('0x8')]('listIndent');if(0x0==_0x45f9a1)return _0x201dd1;let _0x335ff3=_0x201dd1;for(;_0x201dd1['previousSibling']&&_0x201dd1[_0x27d5('0xe')]['is']('element','listItem');){const _0x550d53=_0x201dd1[_0x27d5('0xe')][_0x27d5('0x8')](_0x27d5('0x23'));if(_0x550d53==_0x45f9a1)_0x335ff3=_0x201dd1[_0x27d5('0xe')];else{if(_0x550d53<_0x45f9a1)break;}_0x201dd1=_0x201dd1['previousSibling'];}return _0x335ff3;}function oe(_0x203730){const _0x23a7ec=[];if(_0x203730['is'](_0x27d5('0x19'),_0x27d5('0x37'))&&_0x203730[_0x27d5('0x8')](_0x27d5('0x23'))>0x0){let _0x1e3eca=_0x203730['nextSibling'];for(;_0x1e3eca&&_0x27d5('0x37')==_0x1e3eca[_0x27d5('0x2e')]&&_0x1e3eca[_0x27d5('0x8')]('listIndent')==_0x203730['getAttribute'](_0x27d5('0x23'));)_0x23a7ec[_0x27d5('0x3e')](_0x1e3eca),_0x1e3eca=_0x1e3eca[_0x27d5('0x2f')];}return _0x23a7ec;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1151=['commandParams','createPositionAt','*Change\x20to:*\x20%0','getFirstPosition','has','editor','*Format:*\x20set\x20order\x20to\x20regular','listType','before','handleListReversedCommand','from','replace','selection','getSiblingNodes','listStyle','*Format:*\x20set\x20order\x20to\x20reversed','getLastPosition','getSelectedBlocks','registerDescriptionCallback','_descriptionFactory','handleListStartCommand','model','listReversed','flat','TrackChangesEditing','ELEMENT_','filter','_getTranslationKeyForListStyle','commandName','length','type','ListUtils','handleListStyleCommand','element','numbered','list.properties','afterInit','locale','toUpperCase','plugins','bind','reversed','map','parent','document','createRange','listItem','_getSuggestionBlocks','format','get','change','markMultiRangeBlockFormat','handleDescriptions','forward','startIndex','_getSuggestionBlocksForListStyle','listStart','enableCommand','backward','ListPropertiesEditing'];(function(_0x1fdf2a,_0x115172){const _0x21b241=function(_0xa70642){while(--_0xa70642){_0x1fdf2a['push'](_0x1fdf2a['shift']());}};_0x21b241(++_0x115172);}(_0x1151,0xe9));const _0x21b2=function(_0x1fdf2a,_0x115172){_0x1fdf2a=_0x1fdf2a-0x0;let _0x21b241=_0x1151[_0x1fdf2a];return _0x21b241;};import{Plugin as _0x2d3e96}from'ckeditor5/src/core';import{getTranslation as _0x33f8e3}from'../utils/common-translations';export default class et extends _0x2d3e96{[_0x21b2('0x2b')](){if(!this[_0x21b2('0xc')][_0x21b2('0x2e')][_0x21b2('0xb')](_0x21b2('0x6')))return;const _0x211b64=this[_0x21b2('0xc')]['config'][_0x21b2('0x38')](_0x21b2('0x2a')),_0x4f6637=this[_0x21b2('0xc')][_0x21b2('0x2e')][_0x21b2('0x38')](_0x21b2('0x1f'));_0x211b64['styles']&&_0x4f6637[_0x21b2('0x4')](_0x21b2('0x15'),this[_0x21b2('0x27')]['bind'](this)),_0x211b64[_0x21b2('0x30')]&&_0x4f6637[_0x21b2('0x4')](_0x21b2('0x1d'),this[_0x21b2('0x10')]['bind'](this)),_0x211b64[_0x21b2('0x1')]&&_0x4f6637['enableCommand'](_0x21b2('0x3'),this['handleListStartCommand'][_0x21b2('0x2f')](this)),_0x4f6637[_0x21b2('0x1a')][_0x21b2('0x19')](this[_0x21b2('0x3b')][_0x21b2('0x2f')](this));}[_0x21b2('0x27')](_0x27997e,_0x5dfcd5={}){const _0x5197c5=this[_0x21b2('0xc')]['plugins'][_0x21b2('0x38')](_0x21b2('0x1f')),_0x2c5843=this[_0x21b2('0x2')]();this[_0x21b2('0xc')][_0x21b2('0x1c')]['change'](()=>{_0x5197c5['markMultiRangeBlockFormat'](_0x2c5843,{'commandName':_0x21b2('0x15'),'commandParams':[{'type':_0x5dfcd5[_0x21b2('0x25')]}],'formatGroupId':_0x21b2('0x15')});});}[_0x21b2('0x10')](_0x51ab03,_0x45fbcb={}){const _0xd4a299=this['editor'][_0x21b2('0x2e')][_0x21b2('0x38')](_0x21b2('0x1f')),_0x5c54f7=this['_getSuggestionBlocks'](_0xda3773=>_0xda3773['is']('element',_0x21b2('0x35'))&&_0x21b2('0x29')===_0xda3773['getAttribute']('listType'));if(_0x5c54f7[_0x21b2('0x24')]<0x1)return;const _0xc2b888=_0x5c54f7[_0x21b2('0x31')](_0x4cbd2c=>this[_0x21b2('0xc')][_0x21b2('0x1c')][_0x21b2('0x34')](this[_0x21b2('0xc')]['model'][_0x21b2('0x8')](_0x4cbd2c,_0x21b2('0xf')),this[_0x21b2('0xc')][_0x21b2('0x1c')][_0x21b2('0x8')](_0x4cbd2c,0x0)));this[_0x21b2('0xc')]['model'][_0x21b2('0x39')](()=>{_0xd4a299[_0x21b2('0x3a')](_0xc2b888,{'commandName':_0x21b2('0x1d'),'commandParams':[{'reversed':_0x45fbcb[_0x21b2('0x30')]}],'formatGroupId':_0x21b2('0x1d')});});}[_0x21b2('0x1b')](_0x141f81,_0x1ed826={}){const _0x31e86f=this[_0x21b2('0xc')][_0x21b2('0x2e')]['get']('TrackChangesEditing'),_0x307e90=this[_0x21b2('0x36')](_0x1aa832=>_0x1aa832['is'](_0x21b2('0x28'),'listItem')&&'numbered'===_0x1aa832['getAttribute'](_0x21b2('0xe')));if(_0x307e90[_0x21b2('0x24')]<0x1)return;const _0x4de175=_0x307e90[_0x21b2('0x31')](_0x1277c9=>this['editor'][_0x21b2('0x1c')][_0x21b2('0x34')](this[_0x21b2('0xc')][_0x21b2('0x1c')][_0x21b2('0x8')](_0x1277c9,_0x21b2('0xf')),this[_0x21b2('0xc')][_0x21b2('0x1c')]['createPositionAt'](_0x1277c9,0x0)));this[_0x21b2('0xc')][_0x21b2('0x1c')]['change'](()=>{_0x31e86f[_0x21b2('0x3a')](_0x4de175,{'commandName':_0x21b2('0x3'),'commandParams':[{'startIndex':_0x1ed826['startIndex']}],'formatGroupId':'listStart'});});}[_0x21b2('0x3b')](_0x150c80){const _0x34ab3b=this[_0x21b2('0xc')][_0x21b2('0x2c')],{data:_0x41df3a}=_0x150c80;if(!_0x41df3a)return;let _0x51f3db,_0xfdea3d;switch(_0x41df3a[_0x21b2('0x23')]){case _0x21b2('0x15'):_0x51f3db=_0x21b2('0x9'),_0xfdea3d={'type':_0x21b2('0x37'),'content':_0x33f8e3(_0x34ab3b,_0x51f3db,_0x33f8e3(_0x34ab3b,this[_0x21b2('0x22')](_0x41df3a[_0x21b2('0x7')][0x0]['type'])))};break;case _0x21b2('0x1d'):_0x51f3db=_0x41df3a[_0x21b2('0x7')][0x0]['reversed']?_0x21b2('0x16'):_0x21b2('0xd'),_0xfdea3d={'type':_0x21b2('0x37'),'content':_0x33f8e3(_0x34ab3b,_0x51f3db)};break;case _0x21b2('0x3'):_0x51f3db='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0xfdea3d={'type':'format','content':_0x33f8e3(_0x34ab3b,_0x51f3db,_0x41df3a[_0x21b2('0x7')][0x0][_0x21b2('0x1')])};}return _0xfdea3d;}['_getSuggestionBlocksForListStyle'](){var _0x5d44d3,_0x39dccc,_0x551448,_0x193019;const _0x260568=this[_0x21b2('0xc')][_0x21b2('0x2e')][_0x21b2('0x38')]('ListUtils');let _0x16fdb4=Array['from'](this[_0x21b2('0xc')]['model']['document'][_0x21b2('0x13')][_0x21b2('0x18')]());return(null===(_0x5d44d3=_0x16fdb4[0x0])||void 0x0===_0x5d44d3?void 0x0:_0x5d44d3['is'](_0x21b2('0x28'),'listItem'))&&_0x16fdb4['unshift'](..._0x260568['getSiblingNodes'](this[_0x21b2('0xc')][_0x21b2('0x1c')]['document'][_0x21b2('0x13')][_0x21b2('0xa')](),_0x21b2('0x5'))),(null===(_0x39dccc=_0x16fdb4[_0x16fdb4['length']-0x1])||void 0x0===_0x39dccc?void 0x0:_0x39dccc['is']('element',_0x21b2('0x35')))&&_0x16fdb4['push'](..._0x260568[_0x21b2('0x14')](this[_0x21b2('0xc')][_0x21b2('0x1c')][_0x21b2('0x33')][_0x21b2('0x13')][_0x21b2('0x17')](),_0x21b2('0x0'))),_0x16fdb4=[...new Set(_0x16fdb4)],(null===(_0x193019=null===(_0x551448=this[_0x21b2('0xc')][_0x21b2('0x1c')][_0x21b2('0x33')][_0x21b2('0x13')][_0x21b2('0xa')]())||void 0x0===_0x551448?void 0x0:_0x551448[_0x21b2('0x32')])||void 0x0===_0x193019?void 0x0:_0x193019['is']('element',_0x21b2('0x35')))&&(_0x16fdb4=_0x16fdb4['filter'](_0x144551=>_0x144551['is'](_0x21b2('0x28'),_0x21b2('0x35')))),_0x16fdb4;}[_0x21b2('0x36')](_0x3ff90d){const _0x1e6f74=this[_0x21b2('0xc')][_0x21b2('0x2e')][_0x21b2('0x38')](_0x21b2('0x26'));let _0x1fb24e=Array[_0x21b2('0x11')](this['editor'][_0x21b2('0x1c')][_0x21b2('0x33')][_0x21b2('0x13')][_0x21b2('0x18')]())[_0x21b2('0x21')](_0x3ff90d)[_0x21b2('0x31')](_0x34427f=>{const _0x593880=this['editor']['model'][_0x21b2('0x8')](_0x34427f,0x0);return[..._0x1e6f74[_0x21b2('0x14')](_0x593880,_0x21b2('0x5')),..._0x1e6f74[_0x21b2('0x14')](_0x593880,_0x21b2('0x0'))];})[_0x21b2('0x1e')]();return _0x1fb24e=[...new Set(_0x1fb24e)],_0x1fb24e;}[_0x21b2('0x22')](_0x373be6){return _0x21b2('0x20')+this[_0x21b2('0xc')][_0x21b2('0x2e')][_0x21b2('0x38')](_0x21b2('0x26'))['getListTypeFromListStyleType'](_0x373be6)[_0x21b2('0x2d')]()+'_LIST_'+_0x373be6[_0x21b2('0x2d')]()[_0x21b2('0x12')](/-/g,'_');}}
23
+ const _0x6f00=['list.properties','backward','createPositionAt','numbered','_LIST_','listStart','change','parent','before','document','bind','toUpperCase','reversed','getAttribute','TrackChangesEditing','unshift','*Format:*\x20set\x20start\x20index\x20to\x20%0','getLastPosition','*Format:*\x20set\x20order\x20to\x20regular','handleListReversedCommand','getSiblingNodes','handleDescriptions','listReversed','model','forward','styles','ListUtils','element','type','startIndex','_getSuggestionBlocks','selection','getFirstPosition','_getSuggestionBlocksForListStyle','editor','config','format','has','listStyle','from','afterInit','enableCommand','_getTranslationKeyForListStyle','listType','commandParams','flat','plugins','map','markMultiRangeBlockFormat','*Format:*\x20set\x20order\x20to\x20reversed','createRange','handleListStartCommand','listItem','commandName','handleListStyleCommand','length','get'];(function(_0x495a10,_0x6f006f){const _0x4256ff=function(_0xab303c){while(--_0xab303c){_0x495a10['push'](_0x495a10['shift']());}};_0x4256ff(++_0x6f006f);}(_0x6f00,0x77));const _0x4256=function(_0x495a10,_0x6f006f){_0x495a10=_0x495a10-0x0;let _0x4256ff=_0x6f00[_0x495a10];return _0x4256ff;};import{Plugin as _0x3e00d8}from'ckeditor5/src/core';import{getTranslation as _0x10cf4d}from'../utils/common-translations';export default class nt extends _0x3e00d8{[_0x4256('0x23')](){if(!this[_0x4256('0x1d')][_0x4256('0x29')][_0x4256('0x20')]('ListPropertiesEditing'))return;const _0x377d27=this[_0x4256('0x1d')][_0x4256('0x1e')][_0x4256('0x33')](_0x4256('0x34')),_0x32b370=this[_0x4256('0x1d')]['plugins'][_0x4256('0x33')](_0x4256('0x9'));_0x377d27[_0x4256('0x14')]&&_0x32b370[_0x4256('0x24')](_0x4256('0x21'),this[_0x4256('0x31')][_0x4256('0x5')](this)),_0x377d27[_0x4256('0x7')]&&_0x32b370[_0x4256('0x24')](_0x4256('0x11'),this['handleListReversedCommand']['bind'](this)),_0x377d27[_0x4256('0x18')]&&_0x32b370[_0x4256('0x24')](_0x4256('0x0'),this[_0x4256('0x2e')]['bind'](this)),_0x32b370['_descriptionFactory']['registerDescriptionCallback'](this[_0x4256('0x10')][_0x4256('0x5')](this));}['handleListStyleCommand'](_0x1aaba9,_0x5f290b={}){const _0xd5360=this[_0x4256('0x1d')][_0x4256('0x29')][_0x4256('0x33')]('TrackChangesEditing'),_0xca8bc6=this[_0x4256('0x1c')]();this[_0x4256('0x1d')][_0x4256('0x12')][_0x4256('0x1')](()=>{_0xd5360[_0x4256('0x2b')](_0xca8bc6,{'commandName':_0x4256('0x21'),'commandParams':[{'type':_0x5f290b[_0x4256('0x17')]}],'formatGroupId':_0x4256('0x21')});});}[_0x4256('0xe')](_0x3c4140,_0x56abc8={}){const _0x1c68e7=this[_0x4256('0x1d')][_0x4256('0x29')][_0x4256('0x33')](_0x4256('0x9')),_0x587763=this[_0x4256('0x19')](_0x68575a=>_0x68575a['is'](_0x4256('0x16'),_0x4256('0x2f'))&&'numbered'===_0x68575a[_0x4256('0x8')](_0x4256('0x26')));if(_0x587763[_0x4256('0x32')]<0x1)return;const _0x253b0d=_0x587763[_0x4256('0x2a')](_0x421732=>this[_0x4256('0x1d')][_0x4256('0x12')]['createRange'](this[_0x4256('0x1d')][_0x4256('0x12')][_0x4256('0x36')](_0x421732,_0x4256('0x3')),this[_0x4256('0x1d')]['model'][_0x4256('0x36')](_0x421732,0x0)));this[_0x4256('0x1d')][_0x4256('0x12')][_0x4256('0x1')](()=>{_0x1c68e7[_0x4256('0x2b')](_0x253b0d,{'commandName':_0x4256('0x11'),'commandParams':[{'reversed':_0x56abc8[_0x4256('0x7')]}],'formatGroupId':_0x4256('0x11')});});}['handleListStartCommand'](_0x50b820,_0x57aa5e={}){const _0x1e2ee4=this[_0x4256('0x1d')][_0x4256('0x29')][_0x4256('0x33')](_0x4256('0x9')),_0x5e17bb=this[_0x4256('0x19')](_0x5f045f=>_0x5f045f['is'](_0x4256('0x16'),'listItem')&&_0x4256('0x37')===_0x5f045f[_0x4256('0x8')]('listType'));if(_0x5e17bb[_0x4256('0x32')]<0x1)return;const _0x1a851f=_0x5e17bb[_0x4256('0x2a')](_0xa97f28=>this[_0x4256('0x1d')][_0x4256('0x12')][_0x4256('0x2d')](this[_0x4256('0x1d')][_0x4256('0x12')]['createPositionAt'](_0xa97f28,'before'),this['editor'][_0x4256('0x12')][_0x4256('0x36')](_0xa97f28,0x0)));this[_0x4256('0x1d')]['model'][_0x4256('0x1')](()=>{_0x1e2ee4[_0x4256('0x2b')](_0x1a851f,{'commandName':_0x4256('0x0'),'commandParams':[{'startIndex':_0x57aa5e[_0x4256('0x18')]}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x442bad){const _0x47da38=this[_0x4256('0x1d')]['locale'],{data:_0x43d218}=_0x442bad;if(!_0x43d218)return;let _0x4e7c01,_0x1b787f;switch(_0x43d218[_0x4256('0x30')]){case _0x4256('0x21'):_0x4e7c01='*Change\x20to:*\x20%0',_0x1b787f={'type':'format','content':_0x10cf4d(_0x47da38,_0x4e7c01,_0x10cf4d(_0x47da38,this[_0x4256('0x25')](_0x43d218[_0x4256('0x27')][0x0]['type'])))};break;case _0x4256('0x11'):_0x4e7c01=_0x43d218[_0x4256('0x27')][0x0]['reversed']?_0x4256('0x2c'):_0x4256('0xd'),_0x1b787f={'type':_0x4256('0x1f'),'content':_0x10cf4d(_0x47da38,_0x4e7c01)};break;case'listStart':_0x4e7c01=_0x4256('0xb'),_0x1b787f={'type':_0x4256('0x1f'),'content':_0x10cf4d(_0x47da38,_0x4e7c01,_0x43d218[_0x4256('0x27')][0x0][_0x4256('0x18')])};}return _0x1b787f;}[_0x4256('0x1c')](){var _0x13487b,_0x10aecc,_0x182ace,_0x15f9e3;const _0x53cc46=this[_0x4256('0x1d')]['plugins'][_0x4256('0x33')](_0x4256('0x15'));let _0x2d90d5=Array[_0x4256('0x22')](this[_0x4256('0x1d')][_0x4256('0x12')][_0x4256('0x4')][_0x4256('0x1a')]['getSelectedBlocks']());return(null===(_0x13487b=_0x2d90d5[0x0])||void 0x0===_0x13487b?void 0x0:_0x13487b['is'](_0x4256('0x16'),_0x4256('0x2f')))&&_0x2d90d5[_0x4256('0xa')](..._0x53cc46[_0x4256('0xf')](this[_0x4256('0x1d')][_0x4256('0x12')][_0x4256('0x4')][_0x4256('0x1a')][_0x4256('0x1b')](),'backward')),(null===(_0x10aecc=_0x2d90d5[_0x2d90d5[_0x4256('0x32')]-0x1])||void 0x0===_0x10aecc?void 0x0:_0x10aecc['is']('element',_0x4256('0x2f')))&&_0x2d90d5['push'](..._0x53cc46[_0x4256('0xf')](this[_0x4256('0x1d')][_0x4256('0x12')]['document'][_0x4256('0x1a')][_0x4256('0xc')](),_0x4256('0x13'))),_0x2d90d5=[...new Set(_0x2d90d5)],(null===(_0x15f9e3=null===(_0x182ace=this[_0x4256('0x1d')]['model'][_0x4256('0x4')][_0x4256('0x1a')]['getFirstPosition']())||void 0x0===_0x182ace?void 0x0:_0x182ace[_0x4256('0x2')])||void 0x0===_0x15f9e3?void 0x0:_0x15f9e3['is'](_0x4256('0x16'),_0x4256('0x2f')))&&(_0x2d90d5=_0x2d90d5['filter'](_0x1e54e7=>_0x1e54e7['is']('element',_0x4256('0x2f')))),_0x2d90d5;}[_0x4256('0x19')](_0x4f5180){const _0x34630f=this['editor'][_0x4256('0x29')][_0x4256('0x33')](_0x4256('0x15'));let _0x540e91=Array[_0x4256('0x22')](this[_0x4256('0x1d')][_0x4256('0x12')][_0x4256('0x4')][_0x4256('0x1a')]['getSelectedBlocks']())['filter'](_0x4f5180)[_0x4256('0x2a')](_0x40088b=>{const _0x2f867d=this['editor'][_0x4256('0x12')]['createPositionAt'](_0x40088b,0x0);return[..._0x34630f['getSiblingNodes'](_0x2f867d,_0x4256('0x35')),..._0x34630f[_0x4256('0xf')](_0x2f867d,_0x4256('0x13'))];})[_0x4256('0x28')]();return _0x540e91=[...new Set(_0x540e91)],_0x540e91;}['_getTranslationKeyForListStyle'](_0x5381f8){return'ELEMENT_'+this[_0x4256('0x1d')]['plugins'][_0x4256('0x33')](_0x4256('0x15'))['getListTypeFromListStyleType'](_0x5381f8)[_0x4256('0x6')]()+_0x4256('0x38')+_0x5381f8['toUpperCase']()['replace'](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a22=['enableCommand','_descriptionFactory','TrackChangesEditing','locale','plugins','createEmptyElement','media','MediaEmbedEditing','ELEMENT_MEDIA','has','get','options','div','downcastDispatcher','dataDowncast','high','showSuggestionHighlights','editor','elementToElement','stop'];(function(_0x33ba4a,_0x5a226d){const _0x300a28=function(_0x36d796){while(--_0x36d796){_0x33ba4a['push'](_0x33ba4a['shift']());}};_0x300a28(++_0x5a226d);}(_0x5a22,0x13d));const _0x300a=function(_0x33ba4a,_0x5a226d){_0x33ba4a=_0x33ba4a-0x0;let _0x300a28=_0x5a22[_0x33ba4a];return _0x300a28;};import{Plugin as _0x18452b}from'ckeditor5/src/core';import{getTranslation as _0x35c971}from'../utils/common-translations';export default class nt extends _0x18452b{['afterInit'](){const _0x420c23=this[_0x300a('0x0')];if(!_0x420c23[_0x300a('0x7')][_0x300a('0xc')](_0x300a('0xa')))return;const _0x27bb38=_0x420c23[_0x300a('0x7')][_0x300a('0xd')](_0x300a('0x5')),_0x346a2b=_0x420c23[_0x300a('0x6')];_0x27bb38[_0x300a('0x3')]('mediaEmbed'),_0x27bb38[_0x300a('0x4')]['registerElementLabel']('media',_0x656dc4=>_0x35c971(_0x346a2b,_0x300a('0xb'),_0x656dc4)),_0x420c23['conversion']['for'](_0x300a('0x11'))[_0x300a('0x1')]({'model':_0x300a('0x9'),'view':(_0x313af4,{writer:_0x2a3b7a,options:_0x2976c1})=>{if(_0x2976c1[_0x300a('0x13')])return _0x2a3b7a[_0x300a('0x8')](_0x300a('0xf'));},'converterPriority':_0x300a('0x12')}),_0x420c23['data'][_0x300a('0x10')]['on']('attribute:url:media',(_0x642c50,_0x45ced4,_0x1c4ee1)=>{_0x1c4ee1[_0x300a('0xe')][_0x300a('0x13')]&&_0x642c50[_0x300a('0x2')]();},{'priority':'high'});}}
23
+ const _0x1314=['showSuggestionHighlights','conversion','MediaEmbedEditing','elementToElement','registerElementLabel','attribute:url:media','ELEMENT_MEDIA','afterInit','editor','TrackChangesEditing','_descriptionFactory','enableCommand','plugins','mediaEmbed','stop','high','data','createEmptyElement','media','get','downcastDispatcher'];(function(_0x51963b,_0x13143c){const _0x42fe8f=function(_0x3f782d){while(--_0x3f782d){_0x51963b['push'](_0x51963b['shift']());}};_0x42fe8f(++_0x13143c);}(_0x1314,0x79));const _0x42fe=function(_0x51963b,_0x13143c){_0x51963b=_0x51963b-0x0;let _0x42fe8f=_0x1314[_0x51963b];return _0x42fe8f;};import{Plugin as _0x5dee44}from'ckeditor5/src/core';import{getTranslation as _0x17ba19}from'../utils/common-translations';export default class ot extends _0x5dee44{[_0x42fe('0xc')](){const _0x2358b7=this[_0x42fe('0xd')];if(!_0x2358b7[_0x42fe('0x11')]['has'](_0x42fe('0x7')))return;const _0x308556=_0x2358b7[_0x42fe('0x11')][_0x42fe('0x3')](_0x42fe('0xe')),_0x215743=_0x2358b7['locale'];_0x308556[_0x42fe('0x10')](_0x42fe('0x12')),_0x308556[_0x42fe('0xf')][_0x42fe('0x9')](_0x42fe('0x2'),_0xd99efc=>_0x17ba19(_0x215743,_0x42fe('0xb'),_0xd99efc)),_0x2358b7[_0x42fe('0x6')]['for']('dataDowncast')[_0x42fe('0x8')]({'model':_0x42fe('0x2'),'view':(_0x2e371a,{writer:_0xcef00e,options:_0x356b34})=>{if(_0x356b34['showSuggestionHighlights'])return _0xcef00e[_0x42fe('0x1')]('div');},'converterPriority':'high'}),_0x2358b7[_0x42fe('0x0')][_0x42fe('0x4')]['on'](_0x42fe('0xa'),(_0x3b1cd4,_0x384a34,_0x12452e)=>{_0x12452e['options'][_0x42fe('0x5')]&&_0x3b1cd4[_0x42fe('0x13')]();},{'priority':_0x42fe('0x14')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x44f4=['TrackChangesEditing','editor','get','plugins','mention','enableCommand','MentionEditing','has','afterInit'];(function(_0x3373d8,_0x44f40e){const _0x5e5126=function(_0x16c09f){while(--_0x16c09f){_0x3373d8['push'](_0x3373d8['shift']());}};_0x5e5126(++_0x44f40e);}(_0x44f4,0x13c));const _0x5e51=function(_0x3373d8,_0x44f40e){_0x3373d8=_0x3373d8-0x0;let _0x5e5126=_0x44f4[_0x3373d8];return _0x5e5126;};import{Plugin as _0x26a37b}from'ckeditor5/src/core';export default class ot extends _0x26a37b{[_0x5e51('0x7')](){const _0x411424=this[_0x5e51('0x0')];_0x411424['plugins'][_0x5e51('0x6')](_0x5e51('0x5'))&&_0x411424[_0x5e51('0x2')][_0x5e51('0x1')](_0x5e51('0x8'))[_0x5e51('0x4')](_0x5e51('0x3'));}}
23
+ const _0x3e66=['afterInit','MentionEditing','editor','plugins','mention','enableCommand','TrackChangesEditing','get'];(function(_0x46ec6a,_0x3e6658){const _0x3acb8f=function(_0x4fada5){while(--_0x4fada5){_0x46ec6a['push'](_0x46ec6a['shift']());}};_0x3acb8f(++_0x3e6658);}(_0x3e66,0x18e));const _0x3acb=function(_0x46ec6a,_0x3e6658){_0x46ec6a=_0x46ec6a-0x0;let _0x3acb8f=_0x3e66[_0x46ec6a];return _0x3acb8f;};import{Plugin as _0x3f6a64}from'ckeditor5/src/core';export default class rt extends _0x3f6a64{[_0x3acb('0x2')](){const _0x1e58fa=this[_0x3acb('0x4')];_0x1e58fa[_0x3acb('0x5')]['has'](_0x3acb('0x3'))&&_0x1e58fa[_0x3acb('0x5')][_0x3acb('0x1')](_0x3acb('0x0'))[_0x3acb('0x7')](_0x3acb('0x6'));}}