@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231115.0 → 0.0.0-nightly-20231117.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 (159) 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/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +3 -3
  50. package/lang/translations/ar.po +19 -19
  51. package/lang/translations/bg.po +19 -19
  52. package/lang/translations/bn.po +19 -19
  53. package/lang/translations/ca.po +19 -19
  54. package/lang/translations/cs.po +19 -19
  55. package/lang/translations/da.po +19 -19
  56. package/lang/translations/de.po +19 -19
  57. package/lang/translations/el.po +19 -19
  58. package/lang/translations/es.po +19 -19
  59. package/lang/translations/et.po +19 -19
  60. package/lang/translations/fi.po +19 -19
  61. package/lang/translations/fr.po +19 -19
  62. package/lang/translations/he.po +19 -19
  63. package/lang/translations/hi.po +19 -19
  64. package/lang/translations/hu.po +19 -19
  65. package/lang/translations/id.po +19 -19
  66. package/lang/translations/it.po +19 -19
  67. package/lang/translations/ja.po +19 -19
  68. package/lang/translations/ko.po +19 -19
  69. package/lang/translations/lt.po +19 -19
  70. package/lang/translations/lv.po +19 -19
  71. package/lang/translations/ms.po +19 -19
  72. package/lang/translations/nl.po +19 -19
  73. package/lang/translations/no.po +19 -19
  74. package/lang/translations/pl.po +19 -19
  75. package/lang/translations/pt-br.po +19 -19
  76. package/lang/translations/pt.po +19 -19
  77. package/lang/translations/ro.po +19 -19
  78. package/lang/translations/ru.po +19 -19
  79. package/lang/translations/sk.po +19 -19
  80. package/lang/translations/sr.po +19 -19
  81. package/lang/translations/sv.po +19 -19
  82. package/lang/translations/th.po +19 -19
  83. package/lang/translations/tr.po +19 -19
  84. package/lang/translations/uk.po +19 -19
  85. package/lang/translations/vi.po +19 -19
  86. package/lang/translations/zh-cn.po +19 -19
  87. package/lang/translations/zh.po +19 -19
  88. package/package.json +3 -3
  89. package/src/commands/acceptsuggestioncommand.js +1 -1
  90. package/src/commands/discardsuggestioncommand.js +1 -1
  91. package/src/commands/executeonallsuggestionscommand.js +1 -1
  92. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  93. package/src/commands/trackchangescommand.js +1 -1
  94. package/src/index.d.ts +1 -1
  95. package/src/integrations/aiassistant.js +1 -1
  96. package/src/integrations/alignment.js +1 -1
  97. package/src/integrations/basicstyles.js +1 -1
  98. package/src/integrations/blockquote.js +1 -1
  99. package/src/integrations/ckbox.js +1 -1
  100. package/src/integrations/codeblock.js +1 -1
  101. package/src/integrations/comments.js +1 -1
  102. package/src/integrations/deletecommand.js +1 -1
  103. package/src/integrations/documentlist.js +1 -1
  104. package/src/integrations/documentlistproperties.js +1 -1
  105. package/src/integrations/entercommand.js +1 -1
  106. package/src/integrations/findandreplace.js +1 -1
  107. package/src/integrations/font.js +1 -1
  108. package/src/integrations/formatpainter.js +1 -1
  109. package/src/integrations/heading.js +1 -1
  110. package/src/integrations/highlight.js +1 -1
  111. package/src/integrations/horizontalline.js +1 -1
  112. package/src/integrations/htmlembed.js +1 -1
  113. package/src/integrations/image.js +1 -1
  114. package/src/integrations/imagereplace.js +1 -1
  115. package/src/integrations/imagestyle.js +1 -1
  116. package/src/integrations/importword.js +1 -1
  117. package/src/integrations/indent.js +1 -1
  118. package/src/integrations/inputcommand.js +1 -1
  119. package/src/integrations/link.js +1 -1
  120. package/src/integrations/list.js +1 -1
  121. package/src/integrations/listproperties.js +1 -1
  122. package/src/integrations/mediaembed.js +1 -1
  123. package/src/integrations/mention.js +1 -1
  124. package/src/integrations/pagebreak.js +1 -1
  125. package/src/integrations/paragraph.js +1 -1
  126. package/src/integrations/removeformat.js +1 -1
  127. package/src/integrations/restrictededitingmode.js +1 -1
  128. package/src/integrations/shiftentercommand.js +1 -1
  129. package/src/integrations/standardeditingmode.js +1 -1
  130. package/src/integrations/style.d.ts +0 -1
  131. package/src/integrations/style.js +1 -1
  132. package/src/integrations/table.js +1 -1
  133. package/src/integrations/tablecaption.js +1 -1
  134. package/src/integrations/tableclipboard.js +1 -1
  135. package/src/integrations/tablecolumnresize.js +1 -1
  136. package/src/integrations/tableheadings.js +1 -1
  137. package/src/integrations/tablemergesplit.js +1 -1
  138. package/src/integrations/tableofcontents.js +1 -1
  139. package/src/integrations/tableproperties.js +1 -1
  140. package/src/integrations/template.js +1 -1
  141. package/src/integrations/title.js +1 -1
  142. package/src/integrations/undo.js +1 -1
  143. package/src/integrations/utils.js +1 -1
  144. package/src/suggestion.js +1 -1
  145. package/src/suggestiondescriptionfactory.d.ts +7 -4
  146. package/src/suggestiondescriptionfactory.js +1 -1
  147. package/src/trackchanges.d.ts +0 -67
  148. package/src/trackchanges.js +1 -1
  149. package/src/trackchangesconfig.d.ts +22 -19
  150. package/src/trackchangesdata.js +1 -1
  151. package/src/trackchangesediting.d.ts +14 -23
  152. package/src/trackchangesediting.js +1 -1
  153. package/src/trackchangesui.js +1 -1
  154. package/src/ui/suggestioncontroller.js +1 -1
  155. package/src/ui/view/basesuggestionthreadview.js +1 -1
  156. package/src/ui/view/suggestionthreadview.d.ts +1 -1
  157. package/src/ui/view/suggestionthreadview.js +1 -1
  158. package/src/utils/common-translations.js +1 -1
  159. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13bd=['newRange','imageTypeInline','length','refresh','imageStylePreApply','imageStylePostApply','accept','from','suggestion','getContainedElement','document','name','selection','ImageUtils','isInContent','_splitMarkerName','locale','end','convertInlineImageToBlock','insertion','findIndex','discard','markBlockFormat','getFirstRange','imageTypeBlock','filter','_findSuggestions','plugins','FORMAT_SIDE_IMAGE','isBefore','start','registerPostFixer','get','chain','commandReversedParams','discardSuggestion','_suggestionFactory','isIntersecting','value','ImageStyleEditing','markInlineFormat','getChangedMarkers','formatBlock','author','imageCaption','isOwn','getSuggestion','has','toLowerCase','_descriptionFactory','model','formatInline','nodeBefore','getClosestSelectedImageElement','isInlineImage','afterInit','registerCustomCallback','change','commands','isBlockImage','join','imageStyle','enableCommand','next','differ','subType','type','TrackChangesEditing','commandParams','createRangeOn','isEqual','hasSuggestion','editor','getSuggestions','setImageNaturalSizeAttributes','head','commandName','_registerLegacyDescription','title','side','Users'];(function(_0x29ebbb,_0x13bd19){const _0x2b90c3=function(_0x2c3308){while(--_0x2c3308){_0x29ebbb['push'](_0x29ebbb['shift']());}};_0x2b90c3(++_0x13bd19);}(_0x13bd,0x114));const _0x2b90=function(_0x29ebbb,_0x13bd19){_0x29ebbb=_0x29ebbb-0x0;let _0x2b90c3=_0x13bd[_0x29ebbb];return _0x2b90c3;};import{Plugin as _0x2f2f21}from'ckeditor5/src/core';import{uid as _0x26bb56}from'ckeditor5/src/utils';import{getTranslation as _0x1495bf}from'../utils/common-translations';export default class nt extends _0x2f2f21{[_0x2b90('0x16')](){const _0x44f1f4=this[_0x2b90('0x27')];if(!_0x44f1f4[_0x2b90('0x4b')][_0x2b90('0xe')](_0x2b90('0x6')))return;const _0x30abe8=_0x44f1f4[_0x2b90('0x4b')][_0x2b90('0x50')]('TrackChangesEditing'),_0x48a53c=_0x44f1f4[_0x2b90('0x4b')][_0x2b90('0x50')](_0x2b90('0x3d')),_0x4d5083={};_0x30abe8[_0x2b90('0x1d')](_0x2b90('0x1c'),(_0x5b418b,_0x4581b7)=>{const _0x3d70c1=_0x44f1f4[_0x2b90('0x4b')][_0x2b90('0x50')](_0x2b90('0x2f'))['me'],_0x36cae1=_0x44f1f4['commands']['get'](_0x2b90('0x1c'));let _0x415d2d=_0x48a53c[_0x2b90('0x14')](_0x44f1f4[_0x2b90('0x11')][_0x2b90('0x3a')]['selection']),_0xed2816=_0x44f1f4[_0x2b90('0x11')]['createRangeOn'](_0x415d2d),_0x1dfe27=_0x36cae1[_0x2b90('0x5')];if(_0x1dfe27==_0x4581b7[_0x2b90('0x5')])return;const _0x4acc4b={'commandName':_0x2b90('0x1c'),'commandParams':[_0x4581b7],'formatGroupId':_0x26bb56()};_0x44f1f4['model'][_0x2b90('0x18')](()=>{if(_0x30abe8[_0x2b90('0x28')]()[_0x2b90('0x49')](_0x5c40fe=>_0x5c40fe[_0x2b90('0x3e')]&&_0x3d70c1==_0x5c40fe[_0x2b90('0xa')]&&(_0x2b90('0x9')==_0x5c40fe[_0x2b90('0x21')]||_0x2b90('0x12')==_0x5c40fe['type'])&&(_0x2b90('0x34')==_0x5c40fe['subType']||'imageStylePostApply'==_0x5c40fe[_0x2b90('0x20')])&&_0x5c40fe['getFirstRange']()[_0x2b90('0x25')](_0xed2816))['forEach'](_0x44e27a=>_0x30abe8[_0x2b90('0x2')](_0x44e27a[_0x2b90('0x2a')])),_0x415d2d=_0x48a53c[_0x2b90('0x14')](_0x44f1f4[_0x2b90('0x11')][_0x2b90('0x3a')][_0x2b90('0x3c')]),_0xed2816=_0x44f1f4['model'][_0x2b90('0x24')](_0x415d2d),_0x36cae1[_0x2b90('0x33')](),_0x44f1f4[_0x2b90('0x19')][_0x2b90('0x50')](_0x2b90('0x31'))['refresh'](),_0x44f1f4[_0x2b90('0x19')][_0x2b90('0x50')](_0x2b90('0x48'))[_0x2b90('0x33')](),_0x1dfe27=_0x36cae1[_0x2b90('0x5')],_0x1dfe27!=_0x4581b7['value'])return _0x48a53c[_0x2b90('0x15')](_0x415d2d)&&_0x36cae1['shouldConvertImageType'](_0x4581b7[_0x2b90('0x5')],_0x415d2d)?(_0x5b418b({..._0x4581b7,'setImageSizes':!0x1}),_0x415d2d=_0x48a53c[_0x2b90('0x14')](_0x44f1f4[_0x2b90('0x11')]['document'][_0x2b90('0x3c')]),void _0x30abe8[_0x2b90('0x46')](_0x415d2d,{..._0x4acc4b,'commandReversedParams':[{'value':_0x1dfe27||null,'setImageSizes':!0x1}]},[],_0x2b90('0x34'))):void(_0x48a53c[_0x2b90('0x1a')](_0x415d2d)?_0x30abe8['markBlockFormat'](_0x415d2d,_0x4acc4b,[],_0x2b90('0x35')):_0x30abe8[_0x2b90('0x7')](_0xed2816,_0x4acc4b,_0x2b90('0x35')));});});for(const _0x963c8e of _0x44f1f4[_0x2b90('0x4b')][_0x2b90('0x50')]('ImageStyleEditing')['normalizedStyles'])_0x4d5083[_0x963c8e[_0x2b90('0x3b')]]=_0x963c8e[_0x2b90('0x2d')][_0x2b90('0xf')]();_0x30abe8[_0x2b90('0x3')][_0x2b90('0x17')](_0x2b90('0x9'),_0x2b90('0x34'),_0x2b90('0x1b'),()=>!0x1),_0x30abe8[_0x2b90('0x3')]['registerCustomCallback']('formatBlock',_0x2b90('0x35'),_0x2b90('0x1b'),()=>!0x1),_0x30abe8[_0x2b90('0x3')][_0x2b90('0x17')](_0x2b90('0x12'),_0x2b90('0x35'),_0x2b90('0x1b'),()=>!0x1),_0x30abe8[_0x2b90('0x3')][_0x2b90('0x17')]('formatBlock',_0x2b90('0x34'),_0x2b90('0x36'),([_0x7e4d65])=>{_0x48a53c[_0x2b90('0x29')](_0x7e4d65[_0x2b90('0x39')]());}),_0x30abe8[_0x2b90('0x3')][_0x2b90('0x17')]('formatBlock',_0x2b90('0x34'),_0x2b90('0x45'),(_0x4122a2,_0x943e9)=>{_0x30abe8['_suggestionFactory']['getSuggestionCallback'](_0x2b90('0x9'),'',_0x2b90('0x36'))(_0x4122a2,{'commandName':_0x943e9[_0x2b90('0x2b')],'commandParams':_0x943e9[_0x2b90('0x1')]});}),_0x30abe8[_0x2b90('0x3')][_0x2b90('0x17')](_0x2b90('0x9'),'imageStylePreApply',_0x2b90('0x0'),function(_0x294918,_0x388bc0){if(_0x551a65(_0x294918,_0x388bc0))return[_0x294918,_0x388bc0];if(_0x551a65(_0x388bc0,_0x294918))return[_0x388bc0,_0x294918];return null;});const _0x34d686=[{'type':_0x2b90('0x9'),'subType':_0x2b90('0x34')},{'type':_0x2b90('0x43'),'subType':_0x2b90('0xb')},{'type':'formatBlock','subType':_0x2b90('0x42')},{'type':_0x2b90('0x43'),'subType':'convertInlineImageToBlock'}];function _0x551a65(_0x1a301b,_0x47fd43){const _0xace83f=_0x34d686['findIndex'](({type:_0x14289d,subType:_0x3b5fc8})=>_0x1a301b[_0x2b90('0x21')]==_0x14289d&&_0x1a301b[_0x2b90('0x20')]==_0x3b5fc8),_0x8afbcc=_0x34d686[_0x2b90('0x44')](({type:_0x3c3ced,subType:_0x1b4a97})=>_0x47fd43['type']==_0x3c3ced&&_0x47fd43[_0x2b90('0x20')]==_0x1b4a97);if(_0xace83f<0x0||_0x8afbcc<0x0)return!0x1;const _0x481e3f=_0x1a301b['getFirstRange'](),_0x3da2d1=_0x47fd43[_0x2b90('0x47')]();if((0x0==_0xace83f||0x1==_0xace83f)&&0x2==_0x8afbcc&&_0x481e3f[_0x2b90('0x4')](_0x3da2d1))return!0x0;if(0x2==_0xace83f&&0x3==_0x8afbcc){const _0x5d3492=_0x30abe8[_0x2b90('0x4a')](_0x481e3f,_0x2b90('0x43'))['filter'](({suggestion:_0x339bb4,meta:_0x48b140})=>_0x48b140[_0x2b90('0xc')]&&_0x2b90('0x42')==_0x339bb4[_0x2b90('0x20')]);if(_0x5d3492[_0x2b90('0x32')]>0x1&&_0x3da2d1[_0x2b90('0x41')][_0x2b90('0x25')](_0x481e3f['start']))return!0x0;if(0x1==_0x5d3492[_0x2b90('0x32')]&&(_0x481e3f[_0x2b90('0x4e')]['isEqual'](_0x3da2d1[_0x2b90('0x41')])||_0x481e3f[_0x2b90('0x41')][_0x2b90('0x25')](_0x3da2d1['start'])))return!0x0;}if(0x3==_0xace83f&&0x3==_0x8afbcc&&_0x481e3f[_0x2b90('0x4e')][_0x2b90('0x4d')](_0x3da2d1[_0x2b90('0x4e')])){const _0x6e3093=_0x481e3f[_0x2b90('0x41')]['nodeAfter'],_0x19e80b=_0x3da2d1[_0x2b90('0x4e')][_0x2b90('0x13')];return _0x48a53c[_0x2b90('0x1a')](_0x6e3093)&&_0x6e3093===_0x19e80b;}return!0x1;}_0x44f1f4[_0x2b90('0x11')][_0x2b90('0x3a')][_0x2b90('0x4f')](()=>{let _0x4eacdb=!0x1;const _0x4c04ee=Array[_0x2b90('0x37')](_0x44f1f4[_0x2b90('0x11')][_0x2b90('0x3a')][_0x2b90('0x1f')][_0x2b90('0x8')]());for(const {name:_0x3f9463,data:_0x27360c}of _0x4c04ee){const {group:_0x5813e7,type:_0x4bc30a,subType:_0x5c1841,id:_0x199489}=_0x30abe8[_0x2b90('0x3f')](_0x3f9463);if(_0x2b90('0x38')==_0x5813e7&&_0x30abe8[_0x2b90('0x26')](_0x199489)){if(_0x2b90('0x9')==_0x4bc30a&&(_0x2b90('0x34')==_0x5c1841||_0x2b90('0x35')==_0x5c1841)){const _0x470772=_0x30abe8[_0x2b90('0xd')](_0x199489);if(_0x27360c[_0x2b90('0x30')]){const _0x3f65bd=_0x470772[_0x2b90('0x47')]()['getContainedElement']();if(_0x48a53c['isBlockImage'](_0x3f65bd))continue;_0x30abe8[_0x2b90('0x2')](_0x470772),_0x4eacdb=!0x0;}}if(_0x2b90('0x43')==_0x4bc30a&&'imageCaption'==_0x5c1841&&!_0x27360c['newRange']){const _0x426361=_0x30abe8[_0x2b90('0xd')](_0x199489);_0x426361[_0x2b90('0x1e')]&&_0x426361[_0x2b90('0x1e')][_0x2b90('0x3e')]&&(_0x30abe8[_0x2b90('0x2')](_0x426361['next']),_0x4eacdb=!0x0);}}}return _0x4eacdb;}),this['_registerLegacyDescription'](_0x4d5083);}[_0x2b90('0x2c')](_0x2e014a){const _0x10b480=this[_0x2b90('0x27')],_0x555fbb=_0x10b480[_0x2b90('0x40')];_0x10b480[_0x2b90('0x4b')]['get'](_0x2b90('0x22'))[_0x2b90('0x10')]['registerDescriptionCallback'](_0x503e61=>{if('formatBlock'!=_0x503e61[_0x2b90('0x21')]&&_0x2b90('0x12')!=_0x503e61[_0x2b90('0x21')])return;const {data:_0x413cd2}=_0x503e61;if(!_0x413cd2||'imageStyle'!=_0x413cd2[_0x2b90('0x2b')])return;const _0x1275bc=_0x413cd2[_0x2b90('0x23')][0x0][_0x2b90('0x5')];return _0x326741(_0x2b90('0x2e')===_0x1275bc?_0x1495bf(_0x555fbb,_0x2b90('0x4c')):_0x2e014a[_0x1275bc]||_0x1275bc);function _0x326741(_0x5a726b){return{'type':'format','content':_0x1495bf(_0x555fbb,'*Format:*\x20%0',_0x5a726b)};}});}}
23
+ const _0x3d82=['name','getSuggestionCallback','TrackChangesEditing','isIntersecting','newRange','next','_registerLegacyDescription','registerDescriptionCallback','commandReversedParams','getFirstRange','formatInline','head','markBlockFormat','imageCaption','findIndex','createRangeOn','subType','markInlineFormat','convertInlineImageToBlock','discard','value','differ','ImageStyleEditing','format','getSuggestion','getSuggestions','registerPostFixer','isOwn','change','suggestion','getClosestSelectedImageElement','locale','afterInit','forEach','toLowerCase','_suggestionFactory','nodeAfter','insertion','discardSuggestion','Users','setImageNaturalSizeAttributes','_descriptionFactory','hasSuggestion','isEqual','isInContent','imageStylePreApply','length','commandParams','registerCustomCallback','imageStylePostApply','formatBlock','normalizedStyles','get','start','join','filter','commands','document','end','selection','side','getChangedMarkers','model','plugins','getContainedElement','type','accept','commandName','editor','refresh','_splitMarkerName','has','shouldConvertImageType','imageStyle','from','author','isBlockImage'];(function(_0x4870b4,_0x3d8271){const _0xa58689=function(_0x3721ba){while(--_0x3721ba){_0x4870b4['push'](_0x4870b4['shift']());}};_0xa58689(++_0x3d8271);}(_0x3d82,0x194));const _0xa586=function(_0x4870b4,_0x3d8271){_0x4870b4=_0x4870b4-0x0;let _0xa58689=_0x3d82[_0x4870b4];return _0xa58689;};import{Plugin as _0x5344b6}from'ckeditor5/src/core';import{uid as _0x5ec65a}from'ckeditor5/src/utils';import{getTranslation as _0x59e4e3}from'../utils/common-translations';export default class nt extends _0x5344b6{[_0xa586('0xd')](){const _0xb32845=this[_0xa586('0x31')];if(!_0xb32845[_0xa586('0x2c')][_0xa586('0x34')](_0xa586('0x3')))return;const _0x51aa07=_0xb32845[_0xa586('0x2c')][_0xa586('0x21')](_0xa586('0x3c')),_0x90be94=_0xb32845[_0xa586('0x2c')][_0xa586('0x21')]('ImageUtils'),_0x776afd={};_0x51aa07['enableCommand'](_0xa586('0x36'),(_0x2e7c8b,_0x3ba006)=>{const _0x180a72=_0xb32845[_0xa586('0x2c')][_0xa586('0x21')](_0xa586('0x14'))['me'],_0x4a26f8=_0xb32845[_0xa586('0x25')][_0xa586('0x21')](_0xa586('0x36'));let _0x51076d=_0x90be94[_0xa586('0xb')](_0xb32845[_0xa586('0x2b')][_0xa586('0x26')]['selection']),_0x3d7c5e=_0xb32845[_0xa586('0x2b')][_0xa586('0x49')](_0x51076d),_0x717ae0=_0x4a26f8['value'];if(_0x717ae0==_0x3ba006[_0xa586('0x1')])return;const _0x138811={'commandName':_0xa586('0x36'),'commandParams':[_0x3ba006],'formatGroupId':_0x5ec65a()};_0xb32845['model'][_0xa586('0x9')](()=>{if(_0x51aa07[_0xa586('0x6')]()[_0xa586('0x24')](_0x3c943c=>_0x3c943c[_0xa586('0x19')]&&_0x180a72==_0x3c943c[_0xa586('0x38')]&&(_0xa586('0x1f')==_0x3c943c[_0xa586('0x2e')]||_0xa586('0x44')==_0x3c943c['type'])&&('imageStylePreApply'==_0x3c943c[_0xa586('0x4a')]||_0xa586('0x1e')==_0x3c943c[_0xa586('0x4a')])&&_0x3c943c[_0xa586('0x43')]()[_0xa586('0x18')](_0x3d7c5e))[_0xa586('0xe')](_0x4b4483=>_0x51aa07['discardSuggestion'](_0x4b4483[_0xa586('0x45')])),_0x51076d=_0x90be94[_0xa586('0xb')](_0xb32845[_0xa586('0x2b')][_0xa586('0x26')]['selection']),_0x3d7c5e=_0xb32845[_0xa586('0x2b')][_0xa586('0x49')](_0x51076d),_0x4a26f8[_0xa586('0x32')](),_0xb32845[_0xa586('0x25')][_0xa586('0x21')]('imageTypeInline')[_0xa586('0x32')](),_0xb32845['commands']['get']('imageTypeBlock')[_0xa586('0x32')](),_0x717ae0=_0x4a26f8[_0xa586('0x1')],_0x717ae0!=_0x3ba006[_0xa586('0x1')])return _0x90be94['isInlineImage'](_0x51076d)&&_0x4a26f8[_0xa586('0x35')](_0x3ba006[_0xa586('0x1')],_0x51076d)?(_0x2e7c8b({..._0x3ba006,'setImageSizes':!0x1}),_0x51076d=_0x90be94[_0xa586('0xb')](_0xb32845[_0xa586('0x2b')][_0xa586('0x26')][_0xa586('0x28')]),void _0x51aa07['markBlockFormat'](_0x51076d,{..._0x138811,'commandReversedParams':[{'value':_0x717ae0||null,'setImageSizes':!0x1}]},[],_0xa586('0x1a'))):void(_0x90be94['isBlockImage'](_0x51076d)?_0x51aa07[_0xa586('0x46')](_0x51076d,_0x138811,[],'imageStylePostApply'):_0x51aa07[_0xa586('0x4b')](_0x3d7c5e,_0x138811,_0xa586('0x1e')));});});for(const _0x45afa8 of _0xb32845['plugins'][_0xa586('0x21')](_0xa586('0x3'))[_0xa586('0x20')])_0x776afd[_0x45afa8[_0xa586('0x3a')]]=_0x45afa8['title'][_0xa586('0xf')]();_0x51aa07[_0xa586('0x10')]['registerCustomCallback'](_0xa586('0x1f'),_0xa586('0x1a'),_0xa586('0x23'),()=>!0x1),_0x51aa07[_0xa586('0x10')][_0xa586('0x1d')](_0xa586('0x1f'),_0xa586('0x1e'),'join',()=>!0x1),_0x51aa07['_suggestionFactory']['registerCustomCallback']('formatInline',_0xa586('0x1e'),_0xa586('0x23'),()=>!0x1),_0x51aa07[_0xa586('0x10')][_0xa586('0x1d')](_0xa586('0x1f'),_0xa586('0x1a'),_0xa586('0x2f'),([_0x42a470])=>{_0x90be94[_0xa586('0x15')](_0x42a470[_0xa586('0x2d')]());}),_0x51aa07[_0xa586('0x10')][_0xa586('0x1d')](_0xa586('0x1f'),_0xa586('0x1a'),_0xa586('0x0'),(_0x2d1ed2,_0x55510d)=>{_0x51aa07['_suggestionFactory'][_0xa586('0x3b')]('formatBlock','',_0xa586('0x2f'))(_0x2d1ed2,{'commandName':_0x55510d[_0xa586('0x30')],'commandParams':_0x55510d[_0xa586('0x42')]});}),_0x51aa07[_0xa586('0x10')][_0xa586('0x1d')](_0xa586('0x1f'),_0xa586('0x1a'),'chain',function(_0x1edb35,_0x174d12){if(_0x39c75d(_0x1edb35,_0x174d12))return[_0x1edb35,_0x174d12];if(_0x39c75d(_0x174d12,_0x1edb35))return[_0x174d12,_0x1edb35];return null;});const _0x38e3b1=[{'type':_0xa586('0x1f'),'subType':_0xa586('0x1a')},{'type':_0xa586('0x12'),'subType':_0xa586('0x47')},{'type':_0xa586('0x1f'),'subType':_0xa586('0x4c')},{'type':_0xa586('0x12'),'subType':_0xa586('0x4c')}];function _0x39c75d(_0x5b096b,_0x109b6b){const _0xf7ab17=_0x38e3b1['findIndex'](({type:_0x9a392a,subType:_0x3a2db3})=>_0x5b096b[_0xa586('0x2e')]==_0x9a392a&&_0x5b096b[_0xa586('0x4a')]==_0x3a2db3),_0x5a99b5=_0x38e3b1[_0xa586('0x48')](({type:_0x10699c,subType:_0x56c925})=>_0x109b6b[_0xa586('0x2e')]==_0x10699c&&_0x109b6b['subType']==_0x56c925);if(_0xf7ab17<0x0||_0x5a99b5<0x0)return!0x1;const _0x3cb955=_0x5b096b[_0xa586('0x43')](),_0x14989e=_0x109b6b[_0xa586('0x43')]();if((0x0==_0xf7ab17||0x1==_0xf7ab17)&&0x2==_0x5a99b5&&_0x3cb955[_0xa586('0x3d')](_0x14989e))return!0x0;if(0x2==_0xf7ab17&&0x3==_0x5a99b5){const _0x14b1e6=_0x51aa07['_findSuggestions'](_0x3cb955,_0xa586('0x12'))[_0xa586('0x24')](({suggestion:_0x157bc1,meta:_0x201e51})=>_0x201e51[_0xa586('0x8')]&&_0xa586('0x4c')==_0x157bc1[_0xa586('0x4a')]);if(_0x14b1e6['length']>0x1&&_0x14989e[_0xa586('0x27')][_0xa586('0x18')](_0x3cb955[_0xa586('0x22')]))return!0x0;if(0x1==_0x14b1e6[_0xa586('0x1b')]&&(_0x3cb955['start'][_0xa586('0x18')](_0x14989e['end'])||_0x3cb955[_0xa586('0x27')][_0xa586('0x18')](_0x14989e['start'])))return!0x0;}if(0x3==_0xf7ab17&&0x3==_0x5a99b5&&_0x3cb955[_0xa586('0x22')]['isBefore'](_0x14989e[_0xa586('0x22')])){const _0x2583e4=_0x3cb955[_0xa586('0x27')][_0xa586('0x11')],_0x466c7e=_0x14989e['start']['nodeBefore'];return _0x90be94[_0xa586('0x39')](_0x2583e4)&&_0x2583e4===_0x466c7e;}return!0x1;}_0xb32845[_0xa586('0x2b')][_0xa586('0x26')][_0xa586('0x7')](()=>{let _0xc43ff7=!0x1;const _0x2dde08=Array[_0xa586('0x37')](_0xb32845[_0xa586('0x2b')][_0xa586('0x26')][_0xa586('0x2')][_0xa586('0x2a')]());for(const {name:_0x21cf43,data:_0x17f316}of _0x2dde08){const {group:_0xc2b80a,type:_0x25661d,subType:_0x33492d,id:_0x17ea63}=_0x51aa07[_0xa586('0x33')](_0x21cf43);if(_0xa586('0xa')==_0xc2b80a&&_0x51aa07[_0xa586('0x17')](_0x17ea63)){if(_0xa586('0x1f')==_0x25661d&&(_0xa586('0x1a')==_0x33492d||_0xa586('0x1e')==_0x33492d)){const _0x2ed39a=_0x51aa07[_0xa586('0x5')](_0x17ea63);if(_0x17f316[_0xa586('0x3e')]){const _0x58bcd5=_0x2ed39a[_0xa586('0x43')]()[_0xa586('0x2d')]();if(_0x90be94[_0xa586('0x39')](_0x58bcd5))continue;_0x51aa07[_0xa586('0x13')](_0x2ed39a),_0xc43ff7=!0x0;}}if(_0xa586('0x12')==_0x25661d&&_0xa586('0x47')==_0x33492d&&!_0x17f316['newRange']){const _0x532984=_0x51aa07['getSuggestion'](_0x17ea63);_0x532984[_0xa586('0x3f')]&&_0x532984[_0xa586('0x3f')][_0xa586('0x19')]&&(_0x51aa07['discardSuggestion'](_0x532984[_0xa586('0x3f')]),_0xc43ff7=!0x0);}}}return _0xc43ff7;}),this[_0xa586('0x40')](_0x776afd);}[_0xa586('0x40')](_0x3405a4){const _0x4f8183=this['editor'],_0x23ffb0=_0x4f8183[_0xa586('0xc')];_0x4f8183[_0xa586('0x2c')]['get']('TrackChangesEditing')[_0xa586('0x16')][_0xa586('0x41')](_0x33d50c=>{if(_0xa586('0x1f')!=_0x33d50c['type']&&'formatInline'!=_0x33d50c[_0xa586('0x2e')])return;const {data:_0x4adc89}=_0x33d50c;if(!_0x4adc89||_0xa586('0x36')!=_0x4adc89[_0xa586('0x30')])return;const _0x568b64=_0x4adc89[_0xa586('0x1c')][0x0]['value'];return _0x361c08(_0xa586('0x29')===_0x568b64?_0x59e4e3(_0x23ffb0,'FORMAT_SIDE_IMAGE'):_0x3405a4[_0x568b64]||_0x568b64);function _0x361c08(_0x180b46){return{'type':_0xa586('0x4'),'content':_0x59e4e3(_0x23ffb0,'*Format:*\x20%0',_0x180b46)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x49a8=['_trackChangesValueDuringImport','_trackChangesExecuted','high','listenTo','track_changes','dataInsert','execute','value','Users','get','afterInit','collaboration_features','_setSuggestionData','_handleImportedData','commands','importWord','plugins','editor','enableCommand','forEach','trackChanges','TrackChangesEditing'];(function(_0x1f8cc7,_0x49a870){const _0x31eb40=function(_0x38d4a9){while(--_0x38d4a9){_0x1f8cc7['push'](_0x1f8cc7['shift']());}};_0x31eb40(++_0x49a870);}(_0x49a8,0xe8));const _0x31eb=function(_0x1f8cc7,_0x49a870){_0x1f8cc7=_0x1f8cc7-0x0;let _0x31eb40=_0x49a8[_0x1f8cc7];return _0x31eb40;};import{Plugin as _0x1fbbca}from'ckeditor5/src/core';export default class st extends _0x1fbbca{constructor(_0x357d32){super(_0x357d32),this[_0x31eb('0xa')]=!0x1,this[_0x31eb('0xb')]=!0x1;}[_0x31eb('0x14')](){const _0x25e9ad=this[_0x31eb('0x5')],_0xb27e5f=_0x25e9ad[_0x31eb('0x2')][_0x31eb('0x13')](_0x31eb('0x3')),_0x21f6a9=_0x25e9ad[_0x31eb('0x2')][_0x31eb('0x13')](_0x31eb('0x8'));_0xb27e5f&&(_0xb27e5f['on'](_0x31eb('0x10'),(_0x333f8f,[,_0x3e52a9])=>{this[_0x31eb('0xa')]=_0x21f6a9['value'],_0x3e52a9[_0x31eb('0x15')][_0x31eb('0xe')]=!this[_0x31eb('0xa')];},{'priority':_0x31eb('0xc')}),this[_0x31eb('0xd')](_0xb27e5f,_0x31eb('0xf'),this['_handleImportedData']['bind'](this)),this[_0x31eb('0xd')](_0xb27e5f,_0x31eb('0xf'),()=>{this[_0x31eb('0xb')]&&(_0x21f6a9[_0x31eb('0x10')](),this[_0x31eb('0xb')]=!0x1);},{'priority':'lowest'}),_0x25e9ad['plugins'][_0x31eb('0x13')](_0x31eb('0x9'))[_0x31eb('0x6')]('importWord'));}[_0x31eb('0x1')](_0x2b1867,_0x8dfd04){const {suggestions:_0x444b62}=_0x8dfd04,_0xdef8b4=this[_0x31eb('0x5')]['commands'][_0x31eb('0x13')](_0x31eb('0x8')),_0x269a17=_0xdef8b4[_0x31eb('0x11')];this[_0x31eb('0xa')]!==_0x269a17&&(_0xdef8b4[_0x31eb('0x10')](),this[_0x31eb('0xb')]=!0x0),_0x444b62&&_0x444b62[_0x31eb('0x7')](({id:_0x47b400,type:_0x8287ab,author:_0x59aafe,created_at:_0x13d9cb})=>{const _0x5f4083={'id':_0x47b400,'type':_0x8287ab,'authorId':this['editor']['plugins']['get'](_0x31eb('0x12'))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x59aafe,'createdAt':_0x13d9cb?new Date(_0x13d9cb):new Date(),'source':_0x31eb('0x3')}}};this[_0x31eb('0x5')][_0x31eb('0x4')]['get'](_0x31eb('0x9'))[_0x31eb('0x0')](_0x5f4083);});}}
23
+ const _0x48bf=['track_changes','_handleImportedData','importWord','get','_trackChangesValueDuringImport','_trackChangesExecuted','enableCommand','bind','value','listenTo','forEach','execute','_setSuggestionData','Users','high','lowest','commands','dataInsert','editor','afterInit','plugins'];(function(_0x33e655,_0x48bf59){const _0x4119a1=function(_0x368a1c){while(--_0x368a1c){_0x33e655['push'](_0x33e655['shift']());}};_0x4119a1(++_0x48bf59);}(_0x48bf,0x13e));const _0x4119=function(_0x33e655,_0x48bf59){_0x33e655=_0x33e655-0x0;let _0x4119a1=_0x48bf[_0x33e655];return _0x4119a1;};import{Plugin as _0x563532}from'ckeditor5/src/core';export default class st extends _0x563532{constructor(_0x463910){super(_0x463910),this[_0x4119('0x1')]=!0x1,this[_0x4119('0x2')]=!0x1;}[_0x4119('0x10')](){const _0x5294e4=this[_0x4119('0xf')],_0x425c64=_0x5294e4[_0x4119('0xd')][_0x4119('0x0')](_0x4119('0x14')),_0x1aadac=_0x5294e4[_0x4119('0xd')]['get']('trackChanges');_0x425c64&&(_0x425c64['on'](_0x4119('0x8'),(_0x38b65f,[,_0x3a8cd1])=>{this[_0x4119('0x1')]=_0x1aadac[_0x4119('0x5')],_0x3a8cd1['collaboration_features'][_0x4119('0x12')]=!this[_0x4119('0x1')];},{'priority':_0x4119('0xb')}),this['listenTo'](_0x425c64,_0x4119('0xe'),this[_0x4119('0x13')][_0x4119('0x4')](this)),this[_0x4119('0x6')](_0x425c64,_0x4119('0xe'),()=>{this['_trackChangesExecuted']&&(_0x1aadac[_0x4119('0x8')](),this[_0x4119('0x2')]=!0x1);},{'priority':_0x4119('0xc')}),_0x5294e4[_0x4119('0x11')][_0x4119('0x0')]('TrackChangesEditing')[_0x4119('0x3')](_0x4119('0x14')));}['_handleImportedData'](_0x5ef873,_0x3a746a){const {suggestions:_0xe4e0ba}=_0x3a746a,_0x3a14a0=this['editor']['commands'][_0x4119('0x0')]('trackChanges'),_0x438e8b=_0x3a14a0[_0x4119('0x5')];this[_0x4119('0x1')]!==_0x438e8b&&(_0x3a14a0[_0x4119('0x8')](),this[_0x4119('0x2')]=!0x0),_0xe4e0ba&&_0xe4e0ba[_0x4119('0x7')](({id:_0x40e228,type:_0x200629,author:_0x90d3bc,created_at:_0x238212})=>{const _0x11b1c9={'id':_0x40e228,'type':_0x200629,'authorId':this[_0x4119('0xf')]['plugins'][_0x4119('0x0')](_0x4119('0xa'))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x90d3bc,'createdAt':_0x238212?new Date(_0x238212):new Date(),'source':'importWord'}}};this[_0x4119('0xf')]['plugins']['get']('TrackChangesEditing')[_0x4119('0x9')](_0x11b1c9);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3790=['*Indent:*\x20%0','blockIndent','IndentEditing','registerDescriptionCallback','outdent','get','indent','registerAttributeLabel','registerBlockAttribute','has','formatBlock','indentBlock','TrackChangesEditing','outdentBlock','getItems','getItemLabel','IndentBlock','locale','plugins','format','enableDefaultIntegration','enableCommand','FORMAT_INDENT','_registerLegacyDescription','editor','_descriptionFactory'];(function(_0x5bed05,_0x379021){const _0x476b01=function(_0x1df4ff){while(--_0x1df4ff){_0x5bed05['push'](_0x5bed05['shift']());}};_0x476b01(++_0x379021);}(_0x3790,0x1e6));const _0x476b=function(_0x5bed05,_0x379021){_0x5bed05=_0x5bed05-0x0;let _0x476b01=_0x3790[_0x5bed05];return _0x476b01;};import{Plugin as _0x334d0a}from'ckeditor5/src/core';import{getTranslation as _0x19af2f}from'../utils/common-translations';export default class ot extends _0x334d0a{['afterInit'](){const _0x43432f=this[_0x476b('0x6')],_0x13ddfc=_0x43432f['plugins'][_0x476b('0xd')](_0x476b('0x14'));if(_0x43432f[_0x476b('0x0')][_0x476b('0x11')](_0x476b('0xa'))&&(_0x13ddfc[_0x476b('0x3')](_0x476b('0xe')),_0x13ddfc['enableCommand'](_0x476b('0xc'))),_0x43432f[_0x476b('0x0')][_0x476b('0x11')](_0x476b('0x18')))for(const _0x2f8b44 of[_0x476b('0x13'),_0x476b('0x15')])_0x13ddfc[_0x476b('0x2')](_0x2f8b44);const _0x3c8947=_0x43432f[_0x476b('0x19')];_0x13ddfc[_0x476b('0x10')](_0x476b('0x9')),_0x13ddfc[_0x476b('0x7')][_0x476b('0xf')](_0x476b('0x9'),_0x19af2f(_0x3c8947,_0x476b('0x4'))),this[_0x476b('0x5')]();}[_0x476b('0x5')](){const _0x8a1025=this[_0x476b('0x6')],_0x39657a=_0x8a1025[_0x476b('0x19')],_0x31b5d6=_0x8a1025[_0x476b('0x0')]['get'](_0x476b('0x14'));_0x31b5d6['_descriptionFactory'][_0x476b('0xb')](_0x2519d5=>{if(_0x476b('0x12')!=_0x2519d5['type'])return;const {data:_0x99c1d6}=_0x2519d5;if(!_0x99c1d6)return;if(_0x476b('0x13')!=_0x99c1d6['commandName']&&'outdentBlock'!=_0x99c1d6['commandName'])return;const _0x467dfd=_0x2519d5[_0x476b('0x16')]()[0x0],_0x27d0f0=_0x31b5d6[_0x476b('0x7')][_0x476b('0x17')](_0x467dfd);return _0x476b('0x13')==_0x99c1d6['commandName']?{'type':_0x476b('0x1'),'content':_0x19af2f(_0x39657a,_0x476b('0x8'),_0x27d0f0)}:'outdentBlock'==_0x99c1d6['commandName']?{'type':_0x476b('0x1'),'content':_0x19af2f(_0x39657a,'*Outdent:*\x20%0',_0x27d0f0)}:void 0x0;});}}
23
+ const _0x2327=['plugins','_registerLegacyDescription','indentBlock','_registerBlockAttribute','commandName','afterInit','IndentEditing','format','has','FORMAT_INDENT','_enableDefaultAttributesIntegration','outdentBlock','IndentBlock','blockIndent','registerAttributeLabel','_descriptionFactory','type','locale','indent','*Outdent:*\x20%0','outdent','TrackChangesEditing','get','enableCommand','formatBlock'];(function(_0x539aa8,_0x23278b){const _0x44b19d=function(_0x19ae4f){while(--_0x19ae4f){_0x539aa8['push'](_0x539aa8['shift']());}};_0x44b19d(++_0x23278b);}(_0x2327,0x1c3));const _0x44b1=function(_0x539aa8,_0x23278b){_0x539aa8=_0x539aa8-0x0;let _0x44b19d=_0x2327[_0x539aa8];return _0x44b19d;};import{Plugin as _0x17adc7}from'ckeditor5/src/core';import{getTranslation as _0x15c4d6}from'../utils/common-translations';export default class ot extends _0x17adc7{[_0x44b1('0x4')](){const _0xd456aa=this['editor'],_0x501ab7=_0xd456aa[_0x44b1('0x18')][_0x44b1('0x15')](_0x44b1('0x14'));if(_0xd456aa[_0x44b1('0x18')][_0x44b1('0x7')](_0x44b1('0x5'))&&(_0x501ab7[_0x44b1('0x16')](_0x44b1('0x11')),_0x501ab7[_0x44b1('0x16')](_0x44b1('0x13'))),_0xd456aa[_0x44b1('0x18')][_0x44b1('0x7')](_0x44b1('0xb')))for(const _0x2f0af0 of['indentBlock','outdentBlock'])_0x501ab7[_0x44b1('0x9')](_0x2f0af0);const _0x1a3794=_0xd456aa['locale'];_0x501ab7[_0x44b1('0x2')](_0x44b1('0xc')),_0x501ab7[_0x44b1('0xe')][_0x44b1('0xd')](_0x44b1('0xc'),_0x15c4d6(_0x1a3794,_0x44b1('0x8'))),this[_0x44b1('0x0')]();}['_registerLegacyDescription'](){const _0x1f1720=this['editor'],_0xc3e9b3=_0x1f1720[_0x44b1('0x10')],_0x12c815=_0x1f1720[_0x44b1('0x18')][_0x44b1('0x15')](_0x44b1('0x14'));_0x12c815[_0x44b1('0xe')]['registerDescriptionCallback'](_0x51d958=>{if(_0x44b1('0x17')!=_0x51d958[_0x44b1('0xf')])return;const {data:_0x3e051b}=_0x51d958;if(!_0x3e051b)return;if(_0x44b1('0x1')!=_0x3e051b[_0x44b1('0x3')]&&_0x44b1('0xa')!=_0x3e051b[_0x44b1('0x3')])return;const _0x575221=_0x51d958['getItems']()[0x0],_0x4a9414=_0x12c815['_descriptionFactory']['getItemLabel'](_0x575221);return'indentBlock'==_0x3e051b[_0x44b1('0x3')]?{'type':_0x44b1('0x6'),'content':_0x15c4d6(_0xc3e9b3,'*Indent:*\x20%0',_0x4a9414)}:_0x44b1('0xa')==_0x3e051b[_0x44b1('0x3')]?{'type':'format','content':_0x15c4d6(_0xc3e9b3,_0x44b1('0x12'),_0x4a9414)}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3f14=['editor','TrackChangesEditing','requires','get','plugins','enableCommand','input'];(function(_0x59ca9c,_0x3f14b9){var _0x23f7f1=function(_0x3206fb){while(--_0x3206fb){_0x59ca9c['push'](_0x59ca9c['shift']());}};_0x23f7f1(++_0x3f14b9);}(_0x3f14,0x1dd));var _0x23f7=function(_0x59ca9c,_0x3f14b9){_0x59ca9c=_0x59ca9c-0x0;var _0x23f7f1=_0x3f14[_0x59ca9c];return _0x23f7f1;};import{Plugin as _0x5ec346}from'ckeditor5/src/core';import{Input as _0x3cb180}from'ckeditor5/src/typing';export default class rt extends _0x5ec346{static get[_0x23f7('0x1')](){return[_0x3cb180];}['init'](){this[_0x23f7('0x6')][_0x23f7('0x3')][_0x23f7('0x2')](_0x23f7('0x0'))[_0x23f7('0x4')](_0x23f7('0x5'));}}
23
+ var _0x3fef=['init','editor','TrackChangesEditing','requires'];(function(_0x104f48,_0x3fefc5){var _0xa2e310=function(_0x16d209){while(--_0x16d209){_0x104f48['push'](_0x104f48['shift']());}};_0xa2e310(++_0x3fefc5);}(_0x3fef,0xa8));var _0xa2e3=function(_0x104f48,_0x3fefc5){_0x104f48=_0x104f48-0x0;var _0xa2e310=_0x3fef[_0x104f48];return _0xa2e310;};import{Plugin as _0xba8917}from'ckeditor5/src/core';import{Input as _0xf2445f}from'ckeditor5/src/typing';export default class rt extends _0xba8917{static get[_0xa2e3('0x3')](){return[_0xf2445f];}[_0xa2e3('0x0')](){this[_0xa2e3('0x1')]['plugins']['get'](_0xa2e3('0x2'))['enableCommand']('input');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4f03=['*Set\x20link:*\x20%0','registerAttributeLabel','_registerLegacyDescription','get','enableDefaultIntegration','commandName','type','commandParams','commands','linkHref','plugins','label','unlink','format','TrackChangesEditing','link\x20(','link','_descriptionFactory','newValue','*Remove\x20link*','toLowerCase','registerDescriptionCallback','manualDecorators','key','afterInit','formatInline','has','locale'];(function(_0x4dee64,_0x4f03fc){const _0x27dc3e=function(_0x5319ce){while(--_0x5319ce){_0x4dee64['push'](_0x4dee64['shift']());}};_0x27dc3e(++_0x4f03fc);}(_0x4f03,0x1ab));const _0x27dc=function(_0x4dee64,_0x4f03fc){_0x4dee64=_0x4dee64-0x0;let _0x27dc3e=_0x4f03[_0x4dee64];return _0x27dc3e;};import{Plugin as _0x2d8d7b}from'ckeditor5/src/core';import{getTranslation as _0x32fd9c}from'../utils/common-translations';export default class at extends _0x2d8d7b{[_0x27dc('0x11')](){const _0x33fd79=this['editor'];if(!_0x33fd79[_0x27dc('0x3')][_0x27dc('0x13')]('LinkEditing'))return;const _0x1f76cb=_0x33fd79[_0x27dc('0x3')][_0x27dc('0x18')]('TrackChangesEditing'),_0x1bf2c3=_0x33fd79[_0x27dc('0x1')][_0x27dc('0x18')](_0x27dc('0x9'));_0x1f76cb[_0x27dc('0x19')]('link',[_0x27dc('0x2'),..._0x1bf2c3[_0x27dc('0xf')]['map'](_0x1ff270=>_0x1ff270['id'])]),_0x1f76cb[_0x27dc('0x19')](_0x27dc('0x5'));for(const _0x2feaa9 of _0x1bf2c3[_0x27dc('0xf')])_0x1f76cb[_0x27dc('0xa')][_0x27dc('0x16')](_0x2feaa9['id'],_0x27dc('0x8')+_0x2feaa9[_0x27dc('0x4')][_0x27dc('0xd')]()+')');_0x1f76cb[_0x27dc('0xa')][_0x27dc('0xe')](_0x26798c=>{if('attribute'!=_0x26798c[_0x27dc('0x1b')])return;const {data:_0x464b53}=_0x26798c,_0x5cd183=_0x33fd79['locale'];if(!_0x464b53)return;if(_0x27dc('0x2')!=_0x464b53[_0x27dc('0x10')])return;const _0x517428=_0x464b53[_0x27dc('0xb')];return _0x517428?{'type':'format','content':_0x32fd9c(_0x5cd183,_0x27dc('0x15'),'\x22'+_0x517428+'\x22')}:{'type':_0x27dc('0x6'),'content':_0x32fd9c(_0x5cd183,_0x27dc('0xc'))};}),this[_0x27dc('0x17')]();}[_0x27dc('0x17')](){const _0x1e9d8c=this['editor'],_0x7e9ea1=_0x1e9d8c[_0x27dc('0x14')];_0x1e9d8c[_0x27dc('0x3')][_0x27dc('0x18')](_0x27dc('0x7'))[_0x27dc('0xa')]['registerDescriptionCallback'](_0x214d23=>{if(_0x27dc('0x12')!=_0x214d23[_0x27dc('0x1b')])return;const {data:_0x1f4828}=_0x214d23;if(_0x1f4828){if('link'==_0x1f4828[_0x27dc('0x1a')]){const _0x5967f3=_0x1f4828[_0x27dc('0x0')][0x0];return{'type':_0x27dc('0x6'),'content':_0x32fd9c(_0x7e9ea1,_0x27dc('0x15'),'\x22'+_0x5967f3+'\x22')};}return'unlink'==_0x1f4828[_0x27dc('0x1a')]?{'type':_0x27dc('0x6'),'content':_0x32fd9c(_0x7e9ea1,_0x27dc('0xc'))}:void 0x0;}});}}
23
+ const _0x5474=['_enableDefaultAttributesIntegration','editor','link\x20(','type','TrackChangesEditing','has','registerDescriptionCallback','get','_registerLegacyDescription','plugins','map','_descriptionFactory','formatInline','format','commandName','attribute','label','commands','newValue','link','afterInit','linkHref','registerAttributeLabel','*Set\x20link:*\x20%0','commandParams','unlink','locale','toLowerCase','*Remove\x20link*','manualDecorators'];(function(_0x29042b,_0x547491){const _0x749740=function(_0x5a7883){while(--_0x5a7883){_0x29042b['push'](_0x29042b['shift']());}};_0x749740(++_0x547491);}(_0x5474,0x110));const _0x7497=function(_0x29042b,_0x547491){_0x29042b=_0x29042b-0x0;let _0x749740=_0x5474[_0x29042b];return _0x749740;};import{Plugin as _0x227702}from'ckeditor5/src/core';import{getTranslation as _0x3861e5}from'../utils/common-translations';export default class at extends _0x227702{[_0x7497('0x12')](){const _0x1ff768=this[_0x7497('0x1d')];if(!_0x1ff768['plugins'][_0x7497('0x3')]('LinkEditing'))return;const _0x2e1d1b=_0x1ff768[_0x7497('0x7')][_0x7497('0x5')](_0x7497('0x2')),_0x4e962a=_0x1ff768[_0x7497('0xf')][_0x7497('0x5')](_0x7497('0x11'));_0x2e1d1b[_0x7497('0x1c')](_0x7497('0x11'),[_0x7497('0x13'),..._0x4e962a['manualDecorators'][_0x7497('0x8')](_0x189fbc=>_0x189fbc['id'])]),_0x2e1d1b[_0x7497('0x1c')](_0x7497('0x17'));for(const _0x105edf of _0x4e962a[_0x7497('0x1b')])_0x2e1d1b[_0x7497('0x9')][_0x7497('0x14')](_0x105edf['id'],_0x7497('0x0')+_0x105edf[_0x7497('0xe')][_0x7497('0x19')]()+')');_0x2e1d1b[_0x7497('0x9')][_0x7497('0x4')](_0x27ecd8=>{if(_0x7497('0xd')!=_0x27ecd8[_0x7497('0x1')])return;const {data:_0x47b299}=_0x27ecd8;if(!_0x47b299||_0x7497('0x13')!=_0x47b299['key'])return;const _0x24b0fa=_0x47b299[_0x7497('0x10')],_0x477beb=_0x1ff768[_0x7497('0x18')];return{'type':_0x7497('0xb'),'content':_0x24b0fa?_0x3861e5(_0x477beb,'*Set\x20link:*\x20%0','\x22'+_0x24b0fa+'\x22'):_0x3861e5(_0x477beb,_0x7497('0x1a'))};}),this[_0x7497('0x6')]();}[_0x7497('0x6')](){const _0x5b0c02=this[_0x7497('0x1d')],_0x2d0b63=_0x5b0c02[_0x7497('0x18')];_0x5b0c02[_0x7497('0x7')]['get']('TrackChangesEditing')[_0x7497('0x9')][_0x7497('0x4')](_0x4c42c2=>{if(_0x7497('0xa')!=_0x4c42c2['type'])return;const {data:_0x43ee3f}=_0x4c42c2;if(_0x43ee3f){if(_0x7497('0x11')==_0x43ee3f[_0x7497('0xc')]){const _0x2deb47=_0x43ee3f[_0x7497('0x16')][0x0];return{'type':_0x7497('0xb'),'content':_0x3861e5(_0x2d0b63,_0x7497('0x15'),'\x22'+_0x2deb47+'\x22')};}return _0x7497('0x17')==_0x43ee3f['commandName']?{'type':_0x7497('0xb'),'content':_0x3861e5(_0x2d0b63,'*Remove\x20link*')}:void 0x0;}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x34ea=['plugins','commandName','ELEMENT_TODO_LIST','nextSibling','TodoListEditing','editor','has','numberedList','registerDescriptionCallback','enableCommand','*Check\x20item*','element','findIndex','selection','filter','length','_selectedElements','getSelectedBlocks','slice','forceValue','createPositionAt','listType','registerElementLabel','bulletedList','checkTodoList','change','TrackChangesEditing','get','*Indent:*\x20%0','replace','format','outdentList','formatBlock','add','value','_descriptionFactory','before','markBlockFormat','parent','name','type','isObject','commands','from','listIndent','model','ELEMENT_NUMBERED_LIST','push','listItem','end','*Change\x20to:*\x20%0','blockName','ELEMENT_LIST_ITEM','todoListChecked','execute','locale','checkChild','todoList','*Outdent:*\x20%0','afterInit','previousSibling','getAttribute','document'];(function(_0x18dcd8,_0x34ea7c){const _0xbf3a46=function(_0xf6cb4a){while(--_0xf6cb4a){_0x18dcd8['push'](_0x18dcd8['shift']());}};_0xbf3a46(++_0x34ea7c);}(_0x34ea,0xcc));const _0xbf3a=function(_0x18dcd8,_0x34ea7c){_0x18dcd8=_0x18dcd8-0x0;let _0xbf3a46=_0x34ea[_0x18dcd8];return _0xbf3a46;};import{Plugin as _0x43af8f}from'ckeditor5/src/core';import{getTranslation as _0x39e592}from'../utils/common-translations';export default class ct extends _0x43af8f{[_0xbf3a('0x2c')](){const _0x5b1d90=this[_0xbf3a('0x35')],_0x49a3af=_0x5b1d90[_0xbf3a('0x28')];if(!_0x5b1d90[_0xbf3a('0x30')][_0xbf3a('0x36')]('ListEditing'))return;const _0x5720c9=_0x5b1d90['plugins'][_0xbf3a('0xc')](_0xbf3a('0xb')),_0x83b00e=_0x5b1d90[_0xbf3a('0x30')][_0xbf3a('0x36')](_0xbf3a('0x34'));function _0x30d9f3(_0x86e4d){return()=>{const _0x5f1640=_0x5b1d90[_0xbf3a('0x1e')][_0xbf3a('0x2f')]['selection'],_0xa8eff0=_0x5b1d90[_0xbf3a('0x1b')][_0xbf3a('0xc')](_0x86e4d);if(_0xa8eff0['value'])return void _0x5b1d90[_0xbf3a('0x27')]('paragraph',{});const _0x1a33c0=_0x86e4d[_0xbf3a('0x3')](0x0,-0x4),_0x139179=function(_0x12c952,_0x2be5f0,_0x39cea4){let _0x4eafce=Array[_0xbf3a('0x1c')](_0x12c952)[_0xbf3a('0x3e')](_0x17168e=>function(_0x2bd24b,_0x32c24c){return _0x32c24c[_0xbf3a('0x29')](_0x2bd24b[_0xbf3a('0x17')],'listItem')&&!_0x32c24c[_0xbf3a('0x1a')](_0x2bd24b);}(_0x17168e,_0x39cea4));_0x4eafce=_0x4eafce[_0xbf3a('0x3e')](_0x1f1833=>!_0x1f1833['is'](_0xbf3a('0x3b'),_0xbf3a('0x21'))||_0x1f1833[_0xbf3a('0x2e')](_0xbf3a('0x6'))!=_0x2be5f0);const _0x1bf9a2=new Set();for(const _0x2aa484 of _0x4eafce)_0x2aa484['is'](_0xbf3a('0x3b'),_0xbf3a('0x21'))?_0x1bf9a2[_0xbf3a('0x12')](ne(_0x2aa484)):_0x1bf9a2[_0xbf3a('0x12')](_0x2aa484);return Array['from'](_0x1bf9a2);}(_0x5f1640[_0xbf3a('0x2')](),_0x1a33c0,_0x5b1d90[_0xbf3a('0x1e')]['schema']);_0x5b1d90[_0xbf3a('0x1e')][_0xbf3a('0xa')](()=>{for(const _0x300061 of _0x139179)_0x5720c9['markBlockFormat'](_0x300061,{'commandName':_0x86e4d,'commandParams':[{'forceValue':!_0xa8eff0[_0xbf3a('0x13')]}],'formatGroupId':_0xbf3a('0x24')},oe(_0x300061));});};}function _0x14a982(_0x3cba79){return()=>{const _0x18c2cf=function(_0x104461){let _0x376163=Array['from'](_0x104461);const _0x5122ae=_0x376163[_0xbf3a('0x3c')](_0x4f80ec=>'listItem'!=_0x4f80ec[_0xbf3a('0x18')]);return _0x5122ae>-0x1&&(_0x376163=_0x376163['slice'](0x0,_0x5122ae)),_0x376163;}(_0x5b1d90[_0xbf3a('0x1e')][_0xbf3a('0x2f')][_0xbf3a('0x3d')][_0xbf3a('0x2')]()),_0x168758=_0x5b1d90[_0xbf3a('0x1e')]['createRange'](_0x5b1d90[_0xbf3a('0x1e')][_0xbf3a('0x5')](_0x18c2cf[0x0],_0xbf3a('0x15')),_0x5b1d90[_0xbf3a('0x1e')][_0xbf3a('0x5')](_0x18c2cf[_0x18c2cf[_0xbf3a('0x0')]-0x1],_0xbf3a('0x22')));_0x5b1d90[_0xbf3a('0x1e')][_0xbf3a('0xa')](()=>{_0x5720c9[_0xbf3a('0x16')](_0x168758,{'commandName':_0x3cba79,'commandParams':[],'formatGroupId':_0xbf3a('0x1d')},function(_0x25d900){const _0x28df3f=new Set();for(const _0x1e7e8f of _0x25d900){let _0x5a944f=_0x1e7e8f[_0xbf3a('0x33')];for(;_0x5a944f&&_0x5a944f[_0xbf3a('0x2e')](_0xbf3a('0x1d'))>_0x1e7e8f[_0xbf3a('0x2e')]('listIndent');)_0x28df3f['add'](_0x5a944f),_0x5a944f=_0x5a944f['nextSibling'];}return Array['from'](_0x28df3f);}(_0x18c2cf));});};}_0x5720c9[_0xbf3a('0x39')](_0xbf3a('0x37'),_0x30d9f3(_0xbf3a('0x37'))),_0x5720c9[_0xbf3a('0x39')](_0xbf3a('0x8'),_0x30d9f3(_0xbf3a('0x8'))),_0x83b00e&&_0x5720c9[_0xbf3a('0x39')]('todoList',_0x30d9f3(_0xbf3a('0x2a'))),_0x5720c9[_0xbf3a('0x39')]('indentList',_0x14a982('indentList')),_0x5720c9[_0xbf3a('0x39')](_0xbf3a('0x10'),_0x14a982('outdentList')),_0x83b00e&&_0x5720c9[_0xbf3a('0x39')](_0xbf3a('0x9'),()=>{const _0x3fb842=_0x5b1d90[_0xbf3a('0x1b')][_0xbf3a('0xc')](_0xbf3a('0x9')),_0x4dceb4=Array[_0xbf3a('0x1c')](_0x3fb842[_0xbf3a('0x1')]);_0x4dceb4[_0xbf3a('0x3e')](_0x171521=>_0x171521[_0xbf3a('0x2e')](_0xbf3a('0x26'))!=_0x3fb842[_0xbf3a('0x13')]),_0x5b1d90[_0xbf3a('0x1e')][_0xbf3a('0xa')](()=>{for(const _0x281167 of _0x4dceb4)_0x5720c9[_0xbf3a('0x16')](_0x281167,{'commandName':_0xbf3a('0x9'),'commandParams':[{'forceValue':!_0x3fb842[_0xbf3a('0x13')]}]});});}),_0x5720c9[_0xbf3a('0x14')][_0xbf3a('0x7')](_0xbf3a('0x21'),_0x296dd1=>_0x39e592(_0x49a3af,'ELEMENT_LIST_ITEM',_0x296dd1)),_0x5720c9[_0xbf3a('0x14')][_0xbf3a('0x38')](_0x44582a=>{if(_0xbf3a('0x11')!=_0x44582a[_0xbf3a('0x19')]&&'formatInline'!=_0x44582a[_0xbf3a('0x19')])return;const {data:_0x296293}=_0x44582a;if(_0x296293){if(_0xbf3a('0x37')==_0x296293[_0xbf3a('0x31')]||_0xbf3a('0x8')==_0x296293['commandName']||_0xbf3a('0x2a')==_0x296293[_0xbf3a('0x31')])switch(_0x296293['commandName'][_0xbf3a('0xe')]('List','')){case'bulleted':return _0x42305e(_0x39e592(_0x49a3af,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x42305e(_0x39e592(_0x49a3af,_0xbf3a('0x1f')));case'todo':return _0x42305e(_0x39e592(_0x49a3af,_0xbf3a('0x32')));}if('indentList'==_0x296293['commandName'])return{'type':_0xbf3a('0xf'),'content':_0x39e592(_0x49a3af,_0xbf3a('0xd'),_0x39e592(_0x49a3af,_0xbf3a('0x25')))};if(_0xbf3a('0x10')==_0x296293[_0xbf3a('0x31')])return{'type':'format','content':_0x39e592(_0x49a3af,_0xbf3a('0x2b'),_0x39e592(_0x49a3af,_0xbf3a('0x25')))};if('checkTodoList'==_0x296293[_0xbf3a('0x31')])return _0x296293['commandParams'][0x0][_0xbf3a('0x4')]?{'type':'format','content':_0x39e592(_0x49a3af,_0xbf3a('0x3a'))}:{'type':_0xbf3a('0xf'),'content':_0x39e592(_0x49a3af,'*Uncheck\x20item*')};}function _0x42305e(_0x2fcd0e){return{'type':_0xbf3a('0xf'),'content':_0x39e592(_0x49a3af,_0xbf3a('0x23'),_0x2fcd0e)};}});}}function ne(_0x45f382){const _0x5ea59f=_0x45f382[_0xbf3a('0x2e')](_0xbf3a('0x1d'));if(0x0==_0x5ea59f)return _0x45f382;let _0x349080=_0x45f382;for(;_0x45f382[_0xbf3a('0x2d')]&&_0x45f382[_0xbf3a('0x2d')]['is'](_0xbf3a('0x3b'),_0xbf3a('0x21'));){const _0x343d2f=_0x45f382[_0xbf3a('0x2d')][_0xbf3a('0x2e')](_0xbf3a('0x1d'));if(_0x343d2f==_0x5ea59f)_0x349080=_0x45f382[_0xbf3a('0x2d')];else{if(_0x343d2f<_0x5ea59f)break;}_0x45f382=_0x45f382['previousSibling'];}return _0x349080;}function oe(_0x2a1aef){const _0x3f80e3=[];if(_0x2a1aef['is']('element',_0xbf3a('0x21'))&&_0x2a1aef[_0xbf3a('0x2e')](_0xbf3a('0x1d'))>0x0){let _0x1efb7c=_0x2a1aef[_0xbf3a('0x33')];for(;_0x1efb7c&&_0xbf3a('0x21')==_0x1efb7c['name']&&_0x1efb7c[_0xbf3a('0x2e')]('listIndent')==_0x2a1aef['getAttribute'](_0xbf3a('0x1d'));)_0x3f80e3[_0xbf3a('0x20')](_0x1efb7c),_0x1efb7c=_0x1efb7c[_0xbf3a('0x33')];}return _0x3f80e3;}
23
+ const _0x1bb4=['todoListChecked','editor','numbered','end','ELEMENT_LIST_ITEM','*Change\x20to:*\x20%0','model','*Check\x20item*','commands','checkChild','filter','execute','from','length','indentList','List','get','*Uncheck\x20item*','nextSibling','checkTodoList','push','markBlockFormat','value','ListEditing','numberedList','*Outdent:*\x20%0','isObject','slice','enableCommand','schema','registerDescriptionCallback','_selectedElements','formatBlock','document','formatInline','commandParams','todoList','createRange','add','_descriptionFactory','TrackChangesEditing','previousSibling','ELEMENT_TODO_LIST','ELEMENT_BULLETED_LIST','has','before','change','format','paragraph','plugins','outdentList','bulletedList','getAttribute','selection','listIndent','listItem','type','listType','createPositionAt','element','forceValue','TodoListEditing','todo','locale','commandName','getSelectedBlocks'];(function(_0x343eab,_0x1bb49e){const _0x4de34d=function(_0x189d6d){while(--_0x189d6d){_0x343eab['push'](_0x343eab['shift']());}};_0x4de34d(++_0x1bb49e);}(_0x1bb4,0x13f));const _0x4de3=function(_0x343eab,_0x1bb49e){_0x343eab=_0x343eab-0x0;let _0x4de34d=_0x1bb4[_0x343eab];return _0x4de34d;};import{Plugin as _0x2f734c}from'ckeditor5/src/core';import{getTranslation as _0xe9d73c}from'../utils/common-translations';export default class ct extends _0x2f734c{['afterInit'](){const _0x3e7a3c=this[_0x4de3('0xc')],_0x5b73c1=_0x3e7a3c[_0x4de3('0x8')];if(!_0x3e7a3c['plugins'][_0x4de3('0x37')](_0x4de3('0x22')))return;const _0x347623=_0x3e7a3c[_0x4de3('0x3c')][_0x4de3('0x1b')](_0x4de3('0x33')),_0xec78e1=_0x3e7a3c[_0x4de3('0x3c')][_0x4de3('0x37')](_0x4de3('0x6'));function _0x1934e0(_0x488665){return()=>{const _0x2e6fbf=_0x3e7a3c[_0x4de3('0x11')]['document'][_0x4de3('0x40')],_0x1d7dd6=_0x3e7a3c['commands'][_0x4de3('0x1b')](_0x488665);if(_0x1d7dd6[_0x4de3('0x21')])return void _0x3e7a3c[_0x4de3('0x16')](_0x4de3('0x3b'),{});const _0x362eb8=_0x488665[_0x4de3('0x26')](0x0,-0x4),_0x3f0f3a=function(_0x18bcf0,_0xc73652,_0x106191){let _0x237123=Array[_0x4de3('0x17')](_0x18bcf0)[_0x4de3('0x15')](_0x57e20c=>function(_0x30eb45,_0x23d060){return _0x23d060[_0x4de3('0x14')](_0x30eb45['parent'],_0x4de3('0x0'))&&!_0x23d060[_0x4de3('0x25')](_0x30eb45);}(_0x57e20c,_0x106191));_0x237123=_0x237123['filter'](_0x56e608=>!_0x56e608['is'](_0x4de3('0x4'),'listItem')||_0x56e608[_0x4de3('0x3f')](_0x4de3('0x2'))!=_0xc73652);const _0x45c4eb=new Set();for(const _0x2cfb24 of _0x237123)_0x2cfb24['is'](_0x4de3('0x4'),_0x4de3('0x0'))?_0x45c4eb[_0x4de3('0x31')](ne(_0x2cfb24)):_0x45c4eb['add'](_0x2cfb24);return Array[_0x4de3('0x17')](_0x45c4eb);}(_0x2e6fbf[_0x4de3('0xa')](),_0x362eb8,_0x3e7a3c[_0x4de3('0x11')][_0x4de3('0x28')]);_0x3e7a3c[_0x4de3('0x11')][_0x4de3('0x39')](()=>{for(const _0x12092a of _0x3f0f3a)_0x347623[_0x4de3('0x20')](_0x12092a,{'commandName':_0x488665,'commandParams':[{'forceValue':!_0x1d7dd6[_0x4de3('0x21')]}],'formatGroupId':'blockName'},oe(_0x12092a));});};}function _0xed6d6b(_0xcc30e8){return()=>{const _0xb72d5a=function(_0x2594bf){let _0x33a745=Array[_0x4de3('0x17')](_0x2594bf);const _0x59f0db=_0x33a745['findIndex'](_0x478e71=>_0x4de3('0x0')!=_0x478e71['name']);return _0x59f0db>-0x1&&(_0x33a745=_0x33a745[_0x4de3('0x26')](0x0,_0x59f0db)),_0x33a745;}(_0x3e7a3c['model'][_0x4de3('0x2c')][_0x4de3('0x40')]['getSelectedBlocks']()),_0x5ed843=_0x3e7a3c['model'][_0x4de3('0x30')](_0x3e7a3c[_0x4de3('0x11')][_0x4de3('0x3')](_0xb72d5a[0x0],_0x4de3('0x38')),_0x3e7a3c[_0x4de3('0x11')][_0x4de3('0x3')](_0xb72d5a[_0xb72d5a[_0x4de3('0x18')]-0x1],_0x4de3('0xe')));_0x3e7a3c[_0x4de3('0x11')]['change'](()=>{_0x347623['markBlockFormat'](_0x5ed843,{'commandName':_0xcc30e8,'commandParams':[],'formatGroupId':_0x4de3('0x41')},function(_0xf44ef7){const _0x2bd36c=new Set();for(const _0x58d6b6 of _0xf44ef7){let _0x1b52d0=_0x58d6b6[_0x4de3('0x1d')];for(;_0x1b52d0&&_0x1b52d0[_0x4de3('0x3f')](_0x4de3('0x41'))>_0x58d6b6[_0x4de3('0x3f')](_0x4de3('0x41'));)_0x2bd36c[_0x4de3('0x31')](_0x1b52d0),_0x1b52d0=_0x1b52d0['nextSibling'];}return Array[_0x4de3('0x17')](_0x2bd36c);}(_0xb72d5a));});};}_0x347623[_0x4de3('0x27')]('numberedList',_0x1934e0(_0x4de3('0x23'))),_0x347623[_0x4de3('0x27')]('bulletedList',_0x1934e0('bulletedList')),_0xec78e1&&_0x347623[_0x4de3('0x27')](_0x4de3('0x2f'),_0x1934e0(_0x4de3('0x2f'))),_0x347623[_0x4de3('0x27')](_0x4de3('0x19'),_0xed6d6b(_0x4de3('0x19'))),_0x347623['enableCommand'](_0x4de3('0x3d'),_0xed6d6b(_0x4de3('0x3d'))),_0xec78e1&&_0x347623[_0x4de3('0x27')](_0x4de3('0x1e'),()=>{const _0x126906=_0x3e7a3c[_0x4de3('0x13')]['get'](_0x4de3('0x1e')),_0x2e7f85=Array[_0x4de3('0x17')](_0x126906[_0x4de3('0x2a')]);_0x2e7f85[_0x4de3('0x15')](_0x9ed092=>_0x9ed092[_0x4de3('0x3f')](_0x4de3('0xb'))!=_0x126906['value']),_0x3e7a3c[_0x4de3('0x11')][_0x4de3('0x39')](()=>{for(const _0x149af6 of _0x2e7f85)_0x347623[_0x4de3('0x20')](_0x149af6,{'commandName':_0x4de3('0x1e'),'commandParams':[{'forceValue':!_0x126906[_0x4de3('0x21')]}]});});}),_0x347623['_descriptionFactory']['registerElementLabel'](_0x4de3('0x0'),_0x5211c0=>_0xe9d73c(_0x5b73c1,_0x4de3('0xf'),_0x5211c0)),_0x347623[_0x4de3('0x32')][_0x4de3('0x29')](_0xdafcdd=>{if(_0x4de3('0x2b')!=_0xdafcdd[_0x4de3('0x1')]&&_0x4de3('0x2d')!=_0xdafcdd['type'])return;const {data:_0x337da8}=_0xdafcdd;if(_0x337da8){if(_0x4de3('0x23')==_0x337da8['commandName']||_0x4de3('0x3e')==_0x337da8[_0x4de3('0x9')]||_0x4de3('0x2f')==_0x337da8['commandName'])switch(_0x337da8[_0x4de3('0x9')]['replace'](_0x4de3('0x1a'),'')){case'bulleted':return _0x2a06f0(_0xe9d73c(_0x5b73c1,_0x4de3('0x36')));case _0x4de3('0xd'):return _0x2a06f0(_0xe9d73c(_0x5b73c1,'ELEMENT_NUMBERED_LIST'));case _0x4de3('0x7'):return _0x2a06f0(_0xe9d73c(_0x5b73c1,_0x4de3('0x35')));}if(_0x4de3('0x19')==_0x337da8[_0x4de3('0x9')])return{'type':_0x4de3('0x3a'),'content':_0xe9d73c(_0x5b73c1,'*Indent:*\x20%0',_0xe9d73c(_0x5b73c1,'ELEMENT_LIST_ITEM'))};if(_0x4de3('0x3d')==_0x337da8['commandName'])return{'type':'format','content':_0xe9d73c(_0x5b73c1,_0x4de3('0x24'),_0xe9d73c(_0x5b73c1,_0x4de3('0xf')))};if(_0x4de3('0x1e')==_0x337da8[_0x4de3('0x9')])return _0x337da8[_0x4de3('0x2e')][0x0][_0x4de3('0x5')]?{'type':_0x4de3('0x3a'),'content':_0xe9d73c(_0x5b73c1,_0x4de3('0x12'))}:{'type':_0x4de3('0x3a'),'content':_0xe9d73c(_0x5b73c1,_0x4de3('0x1c'))};}function _0x2a06f0(_0x14354e){return{'type':_0x4de3('0x3a'),'content':_0xe9d73c(_0x5b73c1,_0x4de3('0x10'),_0x14354e)};}});}}function ne(_0xf0b4f9){const _0xce66b=_0xf0b4f9[_0x4de3('0x3f')]('listIndent');if(0x0==_0xce66b)return _0xf0b4f9;let _0x252c53=_0xf0b4f9;for(;_0xf0b4f9[_0x4de3('0x34')]&&_0xf0b4f9[_0x4de3('0x34')]['is']('element',_0x4de3('0x0'));){const _0xda3105=_0xf0b4f9[_0x4de3('0x34')][_0x4de3('0x3f')](_0x4de3('0x41'));if(_0xda3105==_0xce66b)_0x252c53=_0xf0b4f9[_0x4de3('0x34')];else{if(_0xda3105<_0xce66b)break;}_0xf0b4f9=_0xf0b4f9[_0x4de3('0x34')];}return _0x252c53;}function oe(_0x45653f){const _0x2c9d1b=[];if(_0x45653f['is']('element',_0x4de3('0x0'))&&_0x45653f[_0x4de3('0x3f')](_0x4de3('0x41'))>0x0){let _0x4f3023=_0x45653f[_0x4de3('0x1d')];for(;_0x4f3023&&_0x4de3('0x0')==_0x4f3023['name']&&_0x4f3023[_0x4de3('0x3f')](_0x4de3('0x41'))==_0x45653f[_0x4de3('0x3f')](_0x4de3('0x41'));)_0x2c9d1b[_0x4de3('0x1f')](_0x4f3023),_0x4f3023=_0x4f3023[_0x4de3('0x1d')];}return _0x2c9d1b;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x392e=['length','editor','formatInline','from','getSelectedBlocks','_getSuggestionBlocks','handleListStyleCommand','backward','*Change\x20to:*\x20%0','replace','unshift','format','push','map','markMultiRangeBlockFormat','get','toUpperCase','list.properties','getLastPosition','before','_getSuggestionBlocksForListStyle','model','registerDescriptionCallback','commandName','listType','ELEMENT_','handleListStartCommand','filter','document','_descriptionFactory','_getTranslationKeyForListStyle','plugins','styles','listStart','handleDescriptions','listItem','_LIST_','ListPropertiesEditing','config','getFirstPosition','selection','*Format:*\x20set\x20order\x20to\x20reversed','handleListReversedCommand','flat','listReversed','getListTypeFromListStyleType','TrackChangesEditing','ListUtils','*Format:*\x20set\x20start\x20index\x20to\x20%0','element','formatBlock','enableCommand','createPositionAt','getSiblingNodes','type','createRange','bind','startIndex','listStyle','forward','afterInit','change','commandParams','has','reversed','numbered','*Format:*\x20set\x20order\x20to\x20regular'];(function(_0x3ba2df,_0x392ec7){const _0x2e46f2=function(_0x21f66d){while(--_0x21f66d){_0x3ba2df['push'](_0x3ba2df['shift']());}};_0x2e46f2(++_0x392ec7);}(_0x392e,0x15e));const _0x2e46=function(_0x3ba2df,_0x392ec7){_0x3ba2df=_0x3ba2df-0x0;let _0x2e46f2=_0x392e[_0x3ba2df];return _0x2e46f2;};import{Plugin as _0x5ce5eb}from'ckeditor5/src/core';import{getTranslation as _0x1de224}from'../utils/common-translations';export default class ut extends _0x5ce5eb{[_0x2e46('0x2d')](){if(!this[_0x2e46('0x35')][_0x2e46('0x10')][_0x2e46('0x30')](_0x2e46('0x16')))return;const _0x4f9d43=this[_0x2e46('0x35')][_0x2e46('0x17')][_0x2e46('0x0')](_0x2e46('0x2')),_0x2d1d9d=this[_0x2e46('0x35')]['plugins'][_0x2e46('0x0')]('TrackChangesEditing');_0x4f9d43[_0x2e46('0x11')]&&_0x2d1d9d[_0x2e46('0x24')]('listStyle',this[_0x2e46('0x3a')][_0x2e46('0x29')](this)),_0x4f9d43[_0x2e46('0x31')]&&_0x2d1d9d[_0x2e46('0x24')](_0x2e46('0x1d'),this['handleListReversedCommand']['bind'](this)),_0x4f9d43['startIndex']&&_0x2d1d9d[_0x2e46('0x24')](_0x2e46('0x12'),this[_0x2e46('0xb')]['bind'](this)),_0x2d1d9d[_0x2e46('0xe')][_0x2e46('0x7')](this[_0x2e46('0x13')]['bind'](this));}[_0x2e46('0x3a')](_0x1ff313,_0x3777b5={}){const _0x5ce705=this[_0x2e46('0x35')][_0x2e46('0x10')][_0x2e46('0x0')](_0x2e46('0x1f')),_0x5370eb=this['_getSuggestionBlocksForListStyle']();this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0x2e')](()=>{_0x5ce705[_0x2e46('0x42')](_0x5370eb,{'commandName':_0x2e46('0x2b'),'commandParams':[{'type':_0x3777b5[_0x2e46('0x27')]}],'formatGroupId':_0x2e46('0x2b')});});}[_0x2e46('0x1b')](_0x2068cb,_0x39d892={}){const _0x5f25a0=this['editor'][_0x2e46('0x10')]['get']('TrackChangesEditing'),_0x42bb4c=this['_getSuggestionBlocks'](_0x5e81fe=>_0x5e81fe['is']('element',_0x2e46('0x14'))&&_0x2e46('0x32')===_0x5e81fe['getAttribute'](_0x2e46('0x9')));if(_0x42bb4c[_0x2e46('0x34')]<0x1)return;const _0x4ff5a0=_0x42bb4c[_0x2e46('0x41')](_0x3fa424=>this[_0x2e46('0x35')][_0x2e46('0x6')]['createRange'](this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0x25')](_0x3fa424,_0x2e46('0x4')),this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0x25')](_0x3fa424,0x0)));this['editor'][_0x2e46('0x6')][_0x2e46('0x2e')](()=>{_0x5f25a0[_0x2e46('0x42')](_0x4ff5a0,{'commandName':'listReversed','commandParams':[{'reversed':_0x39d892[_0x2e46('0x31')]}],'formatGroupId':_0x2e46('0x1d')});});}[_0x2e46('0xb')](_0x4255c1,_0x393dfe={}){const _0x114cd3=this[_0x2e46('0x35')][_0x2e46('0x10')][_0x2e46('0x0')](_0x2e46('0x1f')),_0x3207ce=this[_0x2e46('0x39')](_0x11c322=>_0x11c322['is'](_0x2e46('0x22'),'listItem')&&_0x2e46('0x32')===_0x11c322['getAttribute']('listType'));if(_0x3207ce[_0x2e46('0x34')]<0x1)return;const _0x26ca38=_0x3207ce[_0x2e46('0x41')](_0x8898fd=>this[_0x2e46('0x35')]['model'][_0x2e46('0x28')](this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0x25')](_0x8898fd,_0x2e46('0x4')),this[_0x2e46('0x35')]['model'][_0x2e46('0x25')](_0x8898fd,0x0)));this['editor'][_0x2e46('0x6')]['change'](()=>{_0x114cd3['markMultiRangeBlockFormat'](_0x26ca38,{'commandName':_0x2e46('0x12'),'commandParams':[{'startIndex':_0x393dfe[_0x2e46('0x2a')]}],'formatGroupId':_0x2e46('0x12')});});}[_0x2e46('0x13')](_0x401974){if(_0x2e46('0x23')!=_0x401974['type']&&_0x2e46('0x36')!=_0x401974['type'])return;const _0xcc1513=this[_0x2e46('0x35')]['locale'],{data:_0x125fba}=_0x401974;if(!_0x125fba)return;let _0x153e68,_0x14b46a;switch(_0x125fba[_0x2e46('0x8')]){case _0x2e46('0x2b'):_0x153e68=_0x2e46('0x3c'),_0x14b46a={'type':_0x2e46('0x3f'),'content':_0x1de224(_0xcc1513,_0x153e68,_0x1de224(_0xcc1513,this[_0x2e46('0xf')](_0x125fba[_0x2e46('0x2f')][0x0][_0x2e46('0x27')])))};break;case _0x2e46('0x1d'):_0x153e68=_0x125fba['commandParams'][0x0][_0x2e46('0x31')]?_0x2e46('0x1a'):_0x2e46('0x33'),_0x14b46a={'type':'format','content':_0x1de224(_0xcc1513,_0x153e68)};break;case'listStart':_0x153e68=_0x2e46('0x21'),_0x14b46a={'type':_0x2e46('0x3f'),'content':_0x1de224(_0xcc1513,_0x153e68,_0x125fba[_0x2e46('0x2f')][0x0][_0x2e46('0x2a')])};}return _0x14b46a;}[_0x2e46('0x5')](){var _0x5f20f9,_0x4dfb6d,_0x27a6cd,_0x2fd598;const _0x126f8f=this['editor'][_0x2e46('0x10')][_0x2e46('0x0')](_0x2e46('0x20'));let _0x366c72=Array[_0x2e46('0x37')](this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0xd')][_0x2e46('0x19')][_0x2e46('0x38')]());return(null===(_0x5f20f9=_0x366c72[0x0])||void 0x0===_0x5f20f9?void 0x0:_0x5f20f9['is']('element','listItem'))&&_0x366c72[_0x2e46('0x3e')](..._0x126f8f['getSiblingNodes'](this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0xd')][_0x2e46('0x19')][_0x2e46('0x18')](),_0x2e46('0x3b'))),(null===(_0x4dfb6d=_0x366c72[_0x366c72[_0x2e46('0x34')]-0x1])||void 0x0===_0x4dfb6d?void 0x0:_0x4dfb6d['is'](_0x2e46('0x22'),'listItem'))&&_0x366c72[_0x2e46('0x40')](..._0x126f8f['getSiblingNodes'](this['editor'][_0x2e46('0x6')][_0x2e46('0xd')]['selection'][_0x2e46('0x3')](),_0x2e46('0x2c'))),_0x366c72=[...new Set(_0x366c72)],(null===(_0x2fd598=null===(_0x27a6cd=this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0xd')]['selection']['getFirstPosition']())||void 0x0===_0x27a6cd?void 0x0:_0x27a6cd['parent'])||void 0x0===_0x2fd598?void 0x0:_0x2fd598['is']('element',_0x2e46('0x14')))&&(_0x366c72=_0x366c72[_0x2e46('0xc')](_0x2c5fed=>_0x2c5fed['is'](_0x2e46('0x22'),_0x2e46('0x14')))),_0x366c72;}['_getSuggestionBlocks'](_0x3ae16c){const _0x14fdd9=this[_0x2e46('0x35')][_0x2e46('0x10')][_0x2e46('0x0')](_0x2e46('0x20'));let _0x1a6cd7=Array[_0x2e46('0x37')](this['editor'][_0x2e46('0x6')][_0x2e46('0xd')][_0x2e46('0x19')][_0x2e46('0x38')]())[_0x2e46('0xc')](_0x3ae16c)['map'](_0x482721=>{const _0x3d3d49=this[_0x2e46('0x35')][_0x2e46('0x6')][_0x2e46('0x25')](_0x482721,0x0);return[..._0x14fdd9['getSiblingNodes'](_0x3d3d49,_0x2e46('0x3b')),..._0x14fdd9[_0x2e46('0x26')](_0x3d3d49,'forward')];})[_0x2e46('0x1c')]();return _0x1a6cd7=[...new Set(_0x1a6cd7)],_0x1a6cd7;}['_getTranslationKeyForListStyle'](_0x3ee978){return _0x2e46('0xa')+this['editor']['plugins'][_0x2e46('0x0')](_0x2e46('0x20'))[_0x2e46('0x1e')](_0x3ee978)['toUpperCase']()+_0x2e46('0x15')+_0x3ee978[_0x2e46('0x1')]()[_0x2e46('0x3d')](/-/g,'_');}}
23
+ const _0x3841=['element','handleListStyleCommand','type','document','TrackChangesEditing','registerDescriptionCallback','listStyle','handleDescriptions','map','format','replace','push','_getSuggestionBlocks','has','listItem','startIndex','unshift','numbered','getLastPosition','editor','get','length','getSiblingNodes','selection','createRange','_LIST_','list.properties','markMultiRangeBlockFormat','handleListStartCommand','bind','*Format:*\x20set\x20start\x20index\x20to\x20%0','createPositionAt','handleListReversedCommand','listStart','_getTranslationKeyForListStyle','*Format:*\x20set\x20order\x20to\x20regular','config','toUpperCase','afterInit','getAttribute','change','before','enableCommand','commandParams','model','filter','*Change\x20to:*\x20%0','reversed','_getSuggestionBlocksForListStyle','getSelectedBlocks','listType','ListPropertiesEditing','from','listReversed','plugins','getFirstPosition','getListTypeFromListStyleType','formatBlock','forward','commandName','backward','_descriptionFactory','parent','ListUtils'];(function(_0x224c89,_0x38413a){const _0x24b0c8=function(_0x3167c0){while(--_0x3167c0){_0x224c89['push'](_0x224c89['shift']());}};_0x24b0c8(++_0x38413a);}(_0x3841,0xf4));const _0x24b0=function(_0x224c89,_0x38413a){_0x224c89=_0x224c89-0x0;let _0x24b0c8=_0x3841[_0x224c89];return _0x24b0c8;};import{Plugin as _0x4efa14}from'ckeditor5/src/core';import{getTranslation as _0x306996}from'../utils/common-translations';export default class ut extends _0x4efa14{[_0x24b0('0x32')](){if(!this['editor'][_0x24b0('0x2')][_0x24b0('0x19')](_0x24b0('0x3f')))return;const _0x2719ad=this[_0x24b0('0x1f')][_0x24b0('0x30')][_0x24b0('0x20')](_0x24b0('0x26')),_0x55ceb9=this['editor'][_0x24b0('0x2')]['get']('TrackChangesEditing');_0x2719ad['styles']&&_0x55ceb9[_0x24b0('0x36')](_0x24b0('0x12'),this[_0x24b0('0xd')][_0x24b0('0x29')](this)),_0x2719ad['reversed']&&_0x55ceb9['enableCommand'](_0x24b0('0x1'),this['handleListReversedCommand'][_0x24b0('0x29')](this)),_0x2719ad[_0x24b0('0x1b')]&&_0x55ceb9[_0x24b0('0x36')](_0x24b0('0x2d'),this['handleListStartCommand'][_0x24b0('0x29')](this)),_0x55ceb9[_0x24b0('0x9')][_0x24b0('0x11')](this[_0x24b0('0x13')][_0x24b0('0x29')](this));}[_0x24b0('0xd')](_0x516176,_0xa6c837={}){const _0x4141de=this[_0x24b0('0x1f')][_0x24b0('0x2')]['get']('TrackChangesEditing'),_0x45489d=this[_0x24b0('0x3c')]();this[_0x24b0('0x1f')]['model'][_0x24b0('0x34')](()=>{_0x4141de[_0x24b0('0x27')](_0x45489d,{'commandName':_0x24b0('0x12'),'commandParams':[{'type':_0xa6c837[_0x24b0('0xe')]}],'formatGroupId':'listStyle'});});}[_0x24b0('0x2c')](_0x5b0a38,_0x2e0713={}){const _0x29093c=this['editor'][_0x24b0('0x2')][_0x24b0('0x20')](_0x24b0('0x10')),_0x2fbfd7=this[_0x24b0('0x18')](_0x2ea28b=>_0x2ea28b['is'](_0x24b0('0xc'),_0x24b0('0x1a'))&&_0x24b0('0x1d')===_0x2ea28b[_0x24b0('0x33')](_0x24b0('0x3e')));if(_0x2fbfd7[_0x24b0('0x21')]<0x1)return;const _0x541459=_0x2fbfd7['map'](_0x388cb2=>this[_0x24b0('0x1f')][_0x24b0('0x38')]['createRange'](this[_0x24b0('0x1f')][_0x24b0('0x38')]['createPositionAt'](_0x388cb2,_0x24b0('0x35')),this[_0x24b0('0x1f')]['model'][_0x24b0('0x2b')](_0x388cb2,0x0)));this[_0x24b0('0x1f')][_0x24b0('0x38')][_0x24b0('0x34')](()=>{_0x29093c[_0x24b0('0x27')](_0x541459,{'commandName':_0x24b0('0x1'),'commandParams':[{'reversed':_0x2e0713[_0x24b0('0x3b')]}],'formatGroupId':_0x24b0('0x1')});});}[_0x24b0('0x28')](_0x1bcff8,_0x362acc={}){const _0x52b449=this['editor'][_0x24b0('0x2')][_0x24b0('0x20')](_0x24b0('0x10')),_0x2d8360=this['_getSuggestionBlocks'](_0x45499b=>_0x45499b['is'](_0x24b0('0xc'),_0x24b0('0x1a'))&&_0x24b0('0x1d')===_0x45499b[_0x24b0('0x33')](_0x24b0('0x3e')));if(_0x2d8360[_0x24b0('0x21')]<0x1)return;const _0x198986=_0x2d8360[_0x24b0('0x14')](_0x4a3101=>this[_0x24b0('0x1f')]['model'][_0x24b0('0x24')](this[_0x24b0('0x1f')]['model']['createPositionAt'](_0x4a3101,_0x24b0('0x35')),this[_0x24b0('0x1f')][_0x24b0('0x38')][_0x24b0('0x2b')](_0x4a3101,0x0)));this[_0x24b0('0x1f')][_0x24b0('0x38')][_0x24b0('0x34')](()=>{_0x52b449[_0x24b0('0x27')](_0x198986,{'commandName':_0x24b0('0x2d'),'commandParams':[{'startIndex':_0x362acc[_0x24b0('0x1b')]}],'formatGroupId':_0x24b0('0x2d')});});}['handleDescriptions'](_0x103e18){if(_0x24b0('0x5')!=_0x103e18[_0x24b0('0xe')]&&'formatInline'!=_0x103e18[_0x24b0('0xe')])return;const _0x14e2c2=this[_0x24b0('0x1f')]['locale'],{data:_0x164c44}=_0x103e18;if(!_0x164c44)return;let _0x3f48b9,_0x27c5fa;switch(_0x164c44[_0x24b0('0x7')]){case _0x24b0('0x12'):_0x3f48b9=_0x24b0('0x3a'),_0x27c5fa={'type':_0x24b0('0x15'),'content':_0x306996(_0x14e2c2,_0x3f48b9,_0x306996(_0x14e2c2,this[_0x24b0('0x2e')](_0x164c44[_0x24b0('0x37')][0x0][_0x24b0('0xe')])))};break;case'listReversed':_0x3f48b9=_0x164c44[_0x24b0('0x37')][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':_0x24b0('0x2f'),_0x27c5fa={'type':'format','content':_0x306996(_0x14e2c2,_0x3f48b9)};break;case _0x24b0('0x2d'):_0x3f48b9=_0x24b0('0x2a'),_0x27c5fa={'type':_0x24b0('0x15'),'content':_0x306996(_0x14e2c2,_0x3f48b9,_0x164c44[_0x24b0('0x37')][0x0][_0x24b0('0x1b')])};}return _0x27c5fa;}[_0x24b0('0x3c')](){var _0x4325cb,_0x52f005,_0x550d44,_0x34040a;const _0x3f2b5e=this[_0x24b0('0x1f')][_0x24b0('0x2')]['get'](_0x24b0('0xb'));let _0x3d7e53=Array[_0x24b0('0x0')](this[_0x24b0('0x1f')][_0x24b0('0x38')]['document'][_0x24b0('0x23')][_0x24b0('0x3d')]());return(null===(_0x4325cb=_0x3d7e53[0x0])||void 0x0===_0x4325cb?void 0x0:_0x4325cb['is'](_0x24b0('0xc'),_0x24b0('0x1a')))&&_0x3d7e53[_0x24b0('0x1c')](..._0x3f2b5e['getSiblingNodes'](this[_0x24b0('0x1f')][_0x24b0('0x38')][_0x24b0('0xf')][_0x24b0('0x23')][_0x24b0('0x3')](),_0x24b0('0x8'))),(null===(_0x52f005=_0x3d7e53[_0x3d7e53[_0x24b0('0x21')]-0x1])||void 0x0===_0x52f005?void 0x0:_0x52f005['is']('element',_0x24b0('0x1a')))&&_0x3d7e53[_0x24b0('0x17')](..._0x3f2b5e[_0x24b0('0x22')](this[_0x24b0('0x1f')][_0x24b0('0x38')][_0x24b0('0xf')][_0x24b0('0x23')][_0x24b0('0x1e')](),_0x24b0('0x6'))),_0x3d7e53=[...new Set(_0x3d7e53)],(null===(_0x34040a=null===(_0x550d44=this['editor'][_0x24b0('0x38')][_0x24b0('0xf')][_0x24b0('0x23')][_0x24b0('0x3')]())||void 0x0===_0x550d44?void 0x0:_0x550d44[_0x24b0('0xa')])||void 0x0===_0x34040a?void 0x0:_0x34040a['is']('element',_0x24b0('0x1a')))&&(_0x3d7e53=_0x3d7e53[_0x24b0('0x39')](_0x7b5dd8=>_0x7b5dd8['is'](_0x24b0('0xc'),'listItem'))),_0x3d7e53;}['_getSuggestionBlocks'](_0x3e5014){const _0x248323=this[_0x24b0('0x1f')][_0x24b0('0x2')][_0x24b0('0x20')](_0x24b0('0xb'));let _0x5d013d=Array['from'](this[_0x24b0('0x1f')][_0x24b0('0x38')]['document'][_0x24b0('0x23')][_0x24b0('0x3d')]())[_0x24b0('0x39')](_0x3e5014)[_0x24b0('0x14')](_0x1b2d6c=>{const _0x2d0cb3=this[_0x24b0('0x1f')][_0x24b0('0x38')][_0x24b0('0x2b')](_0x1b2d6c,0x0);return[..._0x248323[_0x24b0('0x22')](_0x2d0cb3,_0x24b0('0x8')),..._0x248323['getSiblingNodes'](_0x2d0cb3,_0x24b0('0x6'))];})['flat']();return _0x5d013d=[...new Set(_0x5d013d)],_0x5d013d;}[_0x24b0('0x2e')](_0x5d7ceb){return'ELEMENT_'+this[_0x24b0('0x1f')][_0x24b0('0x2')][_0x24b0('0x20')](_0x24b0('0xb'))[_0x24b0('0x4')](_0x5d7ceb)[_0x24b0('0x31')]()+_0x24b0('0x25')+_0x5d7ceb[_0x24b0('0x31')]()[_0x24b0('0x16')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ddc=['for','plugins','MediaEmbedEditing','high','registerElementLabel','dataDowncast','has','media','afterInit','editor','stop','mediaEmbed','conversion','options','elementToElement','downcastDispatcher','ELEMENT_MEDIA','TrackChangesEditing','get','data','div','_descriptionFactory','createEmptyElement'];(function(_0x43af2b,_0x1ddcf4){const _0x7fb552=function(_0x4f8e34){while(--_0x4f8e34){_0x43af2b['push'](_0x43af2b['shift']());}};_0x7fb552(++_0x1ddcf4);}(_0x1ddc,0x180));const _0x7fb5=function(_0x43af2b,_0x1ddcf4){_0x43af2b=_0x43af2b-0x0;let _0x7fb552=_0x1ddc[_0x43af2b];return _0x7fb552;};import{Plugin as _0x4430d0}from'ckeditor5/src/core';import{getTranslation as _0x215c38}from'../utils/common-translations';export default class ht extends _0x4430d0{[_0x7fb5('0xf')](){const _0xdd7bce=this[_0x7fb5('0x10')];if(!_0xdd7bce[_0x7fb5('0x8')][_0x7fb5('0xd')](_0x7fb5('0x9')))return;const _0x332ca5=_0xdd7bce[_0x7fb5('0x8')][_0x7fb5('0x2')](_0x7fb5('0x1')),_0x30e962=_0xdd7bce['locale'];_0x332ca5['enableCommand'](_0x7fb5('0x12')),_0x332ca5[_0x7fb5('0x5')][_0x7fb5('0xb')](_0x7fb5('0xe'),_0x1cff80=>_0x215c38(_0x30e962,_0x7fb5('0x0'),_0x1cff80)),_0xdd7bce[_0x7fb5('0x13')][_0x7fb5('0x7')](_0x7fb5('0xc'))[_0x7fb5('0x15')]({'model':_0x7fb5('0xe'),'view':(_0x4421b4,{writer:_0x2d0961,options:_0x3cfbd7})=>{if(_0x3cfbd7['showSuggestionHighlights'])return _0x2d0961[_0x7fb5('0x6')](_0x7fb5('0x4'));},'converterPriority':_0x7fb5('0xa')}),_0xdd7bce[_0x7fb5('0x3')][_0x7fb5('0x16')]['on']('attribute:url:media',(_0x2dfa2a,_0x27ce78,_0x5b4244)=>{_0x5b4244[_0x7fb5('0x14')]['showSuggestionHighlights']&&_0x2dfa2a[_0x7fb5('0x11')]();},{'priority':'high'});}}
23
+ const _0x3736=['dataDowncast','data','_descriptionFactory','has','MediaEmbedEditing','high','ELEMENT_MEDIA','elementToElement','enableCommand','get','downcastDispatcher','for','div','media','registerElementLabel','mediaEmbed','conversion','plugins','attribute:url:media','locale','showSuggestionHighlights'];(function(_0x4f1b1d,_0x37365d){const _0x4f9d11=function(_0x552bf4){while(--_0x552bf4){_0x4f1b1d['push'](_0x4f1b1d['shift']());}};_0x4f9d11(++_0x37365d);}(_0x3736,0x1b0));const _0x4f9d=function(_0x4f1b1d,_0x37365d){_0x4f1b1d=_0x4f1b1d-0x0;let _0x4f9d11=_0x3736[_0x4f1b1d];return _0x4f9d11;};import{Plugin as _0x37364c}from'ckeditor5/src/core';import{getTranslation as _0x143e0f}from'../utils/common-translations';export default class ht extends _0x37364c{['afterInit'](){const _0x29f749=this['editor'];if(!_0x29f749[_0x4f9d('0x5')][_0x4f9d('0xc')](_0x4f9d('0xd')))return;const _0x38950c=_0x29f749['plugins'][_0x4f9d('0x12')]('TrackChangesEditing'),_0x2a69fb=_0x29f749[_0x4f9d('0x7')];_0x38950c[_0x4f9d('0x11')](_0x4f9d('0x3')),_0x38950c[_0x4f9d('0xb')][_0x4f9d('0x2')](_0x4f9d('0x1'),_0x5bf106=>_0x143e0f(_0x2a69fb,_0x4f9d('0xf'),_0x5bf106)),_0x29f749[_0x4f9d('0x4')][_0x4f9d('0x14')](_0x4f9d('0x9'))[_0x4f9d('0x10')]({'model':_0x4f9d('0x1'),'view':(_0x350100,{writer:_0xf19a78,options:_0x4eb241})=>{if(_0x4eb241[_0x4f9d('0x8')])return _0xf19a78['createEmptyElement'](_0x4f9d('0x0'));},'converterPriority':'high'}),_0x29f749[_0x4f9d('0xa')][_0x4f9d('0x13')]['on'](_0x4f9d('0x6'),(_0x324ec9,_0x3b82ab,_0x38b11d)=>{_0x38b11d['options'][_0x4f9d('0x8')]&&_0x324ec9['stop']();},{'priority':_0x4f9d('0xe')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xa16c=['has','enableCommand','afterInit','editor','plugins','MentionEditing'];(function(_0x58193e,_0xa16ca1){const _0x790a0d=function(_0x322b9e){while(--_0x322b9e){_0x58193e['push'](_0x58193e['shift']());}};_0x790a0d(++_0xa16ca1);}(_0xa16c,0x1d6));const _0x790a=function(_0x58193e,_0xa16ca1){_0x58193e=_0x58193e-0x0;let _0x790a0d=_0xa16c[_0x58193e];return _0x790a0d;};import{Plugin as _0x39b145}from'ckeditor5/src/core';export default class ft extends _0x39b145{[_0x790a('0x0')](){const _0x304127=this[_0x790a('0x1')];_0x304127[_0x790a('0x2')][_0x790a('0x4')](_0x790a('0x3'))&&_0x304127[_0x790a('0x2')]['get']('TrackChangesEditing')[_0x790a('0x5')]('mention');}}
23
+ const _0x32b3=['editor','mention','TrackChangesEditing','get','afterInit','plugins','MentionEditing','enableCommand'];(function(_0x1c98b3,_0x32b360){const _0xf04bf3=function(_0x404d18){while(--_0x404d18){_0x1c98b3['push'](_0x1c98b3['shift']());}};_0xf04bf3(++_0x32b360);}(_0x32b3,0xdc));const _0xf04b=function(_0x1c98b3,_0x32b360){_0x1c98b3=_0x1c98b3-0x0;let _0xf04bf3=_0x32b3[_0x1c98b3];return _0xf04bf3;};import{Plugin as _0x19f278}from'ckeditor5/src/core';export default class ft extends _0x19f278{[_0xf04b('0x0')](){const _0x4d8ddd=this[_0xf04b('0x4')];_0x4d8ddd[_0xf04b('0x1')]['has'](_0xf04b('0x2'))&&_0x4d8ddd['plugins'][_0xf04b('0x7')](_0xf04b('0x6'))[_0xf04b('0x3')](_0xf04b('0x5'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e2c=['get','plugins','afterInit','pageBreak','_descriptionFactory','locale','enableCommand','has','registerElementLabel','TrackChangesEditing','ELEMENT_PAGE_BREAK','PageBreakEditing','editor'];(function(_0x31d33d,_0x4e2ce3){const _0x4c80e1=function(_0x2ff822){while(--_0x2ff822){_0x31d33d['push'](_0x31d33d['shift']());}};_0x4c80e1(++_0x4e2ce3);}(_0x4e2c,0x135));const _0x4c80=function(_0x31d33d,_0x4e2ce3){_0x31d33d=_0x31d33d-0x0;let _0x4c80e1=_0x4e2c[_0x31d33d];return _0x4c80e1;};import{Plugin as _0x2330c2}from'ckeditor5/src/core';import{getTranslation as _0x49e633}from'../utils/common-translations';export default class gt extends _0x2330c2{[_0x4c80('0x5')](){const _0x1a37eb=this[_0x4c80('0x2')];if(!_0x1a37eb[_0x4c80('0x4')][_0x4c80('0xa')](_0x4c80('0x1')))return;_0x1a37eb[_0x4c80('0x4')][_0x4c80('0x3')](_0x4c80('0xc'))[_0x4c80('0x9')](_0x4c80('0x6'));const _0x3ddf66=_0x1a37eb['plugins']['get'](_0x4c80('0xc')),_0x3e8df7=_0x1a37eb[_0x4c80('0x8')];_0x3ddf66[_0x4c80('0x7')][_0x4c80('0xb')](_0x4c80('0x6'),_0x310b5c=>_0x49e633(_0x3e8df7,_0x4c80('0x0'),_0x310b5c));}}
23
+ const _0x572d=['ELEMENT_PAGE_BREAK','locale','PageBreakEditing','enableCommand','_descriptionFactory','TrackChangesEditing','editor','has','get','afterInit','plugins','pageBreak','registerElementLabel'];(function(_0x4c2079,_0x572df4){const _0x2361eb=function(_0x163c9d){while(--_0x163c9d){_0x4c2079['push'](_0x4c2079['shift']());}};_0x2361eb(++_0x572df4);}(_0x572d,0x1a4));const _0x2361=function(_0x4c2079,_0x572df4){_0x4c2079=_0x4c2079-0x0;let _0x2361eb=_0x572d[_0x4c2079];return _0x2361eb;};import{Plugin as _0x136625}from'ckeditor5/src/core';import{getTranslation as _0x51a9bd}from'../utils/common-translations';export default class gt extends _0x136625{[_0x2361('0x5')](){const _0x4db508=this[_0x2361('0x2')];if(!_0x4db508[_0x2361('0x6')][_0x2361('0x3')](_0x2361('0xb')))return;_0x4db508[_0x2361('0x6')]['get']('TrackChangesEditing')[_0x2361('0xc')]('pageBreak');const _0xcfd127=_0x4db508[_0x2361('0x6')][_0x2361('0x4')](_0x2361('0x1')),_0x1f1873=_0x4db508[_0x2361('0xa')];_0xcfd127[_0x2361('0x0')][_0x2361('0x8')](_0x2361('0x7'),_0x479ea9=>_0x51a9bd(_0x1f1873,_0x2361('0x9'),_0x479ea9));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1576=['data','nodeAfter','addMarker:suggestion:insertion','Paragraph','_descriptionFactory','$text','*Change\x20to:*\x20%0','options','TrackChangesEditing','locale','highest','span','bindElementToMarker','markerRange','toViewPosition','type','enableCommand','insertion','end','model','plugins','mapper','ELEMENT_PARAGRAPH','isLimit','isTouching','enableDefaultIntegration','checkChild','isBlock','getItemLabel','get','_registerLegacyDescription','name','activeMarkers','formatBlock','schema','paragraph','start','downcastDispatcher','createUIElement','editor','consume','showSuggestionHighlights','writer','ck-suggestion-marker-split','commandName','editing','registerDescriptionCallback','has','afterInit'];(function(_0x3728c6,_0x15767b){const _0x539408=function(_0x5974ec){while(--_0x5974ec){_0x3728c6['push'](_0x3728c6['shift']());}};_0x539408(++_0x15767b);}(_0x1576,0x14b));const _0x5394=function(_0x3728c6,_0x15767b){_0x3728c6=_0x3728c6-0x0;let _0x539408=_0x1576[_0x3728c6];return _0x539408;};import{Plugin as _0x49e71c}from'ckeditor5/src/core';import{getTranslation as _0x611aac}from'../utils/common-translations';export default class lt extends _0x49e71c{[_0x5394('0xb')](){const _0x23d060=this[_0x5394('0x2')];if(!_0x23d060[_0x5394('0x20')][_0x5394('0xa')](_0x5394('0xf')))return;const _0x1b6922=_0x23d060['locale'],_0xdcede0=_0x23d060[_0x5394('0x20')][_0x5394('0x29')](_0x5394('0x14'));_0xdcede0['_descriptionFactory']['registerElementLabel']('paragraph',_0x1b51af=>_0x611aac(_0x1b6922,'ELEMENT_PARAGRAPH',_0x1b51af)),_0xdcede0[_0x5394('0x25')](_0x5394('0x2f')),_0xdcede0[_0x5394('0x1c')]('insertParagraph'),_0x23d060[_0x5394('0x8')][_0x5394('0x0')]['on'](_0x5394('0xe'),nr(_0x23d060),{'priority':_0x5394('0x16')}),_0x23d060[_0x5394('0xc')][_0x5394('0x0')]['on'](_0x5394('0xe'),(_0x53f240,_0x5e727c,_0x587b4b)=>{_0x587b4b[_0x5394('0x13')][_0x5394('0x4')]&&nr(_0x23d060,{'showActiveMarker':!0x1})(_0x53f240,_0x5e727c,_0x587b4b);},{'priority':'highest'});const _0x418f8e=_0xdcede0[_0x5394('0x10')];_0x418f8e['registerDescriptionCallback'](_0x570c95=>{if(_0x5394('0x1d')!==_0x570c95[_0x5394('0x1b')])return;const {start:_0x4aa21a,end:_0x48ec1a}=_0x570c95['getFirstRange']();if(!_0x4aa21a[_0x5394('0x24')](_0x48ec1a)||!_0x4aa21a['nodeAfter'])return;const _0x247ac2=_0x23d060[_0x5394('0x1f')][_0x5394('0x2e')],_0x469b03=_0x4aa21a['nodeAfter'];return _0x247ac2[_0x5394('0x27')](_0x469b03)&&!_0x247ac2[_0x5394('0x23')](_0x469b03)&&_0x247ac2['checkChild'](_0x469b03,_0x5394('0x11'))?{'type':_0x5394('0x1d'),'content':_0x611aac(_0x1b6922,'*Insert:*\x20%0',_0x418f8e[_0x5394('0x28')](_0x469b03,0x1))}:void 0x0;}),this[_0x5394('0x2a')]();}[_0x5394('0x2a')](){const _0x1903ef=this[_0x5394('0x2')],_0x286e20=_0x1903ef[_0x5394('0x15')];_0x1903ef[_0x5394('0x20')][_0x5394('0x29')](_0x5394('0x14'))[_0x5394('0x10')][_0x5394('0x9')](_0x2b0821=>{if(_0x5394('0x2d')!=_0x2b0821[_0x5394('0x1b')])return;const {data:_0x368a04}=_0x2b0821;return _0x368a04&&_0x5394('0x2f')==_0x368a04[_0x5394('0x7')]?{'type':'format','content':_0x611aac(_0x286e20,_0x5394('0x12'),_0x611aac(_0x286e20,_0x5394('0x22')))}:void 0x0;});}}function nr(_0x3c1915,{showActiveMarker:_0xe13c5b=!0x0}={}){return(_0x268579,_0xcfc504,_0xa27096)=>{const _0x5c80c2=_0x3c1915[_0x5394('0x20')]['get'](_0x5394('0x14')),_0x1bffe7=_0xcfc504[_0x5394('0x19')][_0x5394('0x30')],_0x2ec6c3=_0xcfc504[_0x5394('0x19')][_0x5394('0x1e')],_0xf37462=_0x3c1915['model']['schema'];if(!_0x1bffe7[_0x5394('0x24')](_0x2ec6c3)||!_0x1bffe7[_0x5394('0xd')])return;const _0x5af7c7=_0x1bffe7[_0x5394('0xd')];if(_0xf37462[_0x5394('0x27')](_0x5af7c7)&&!_0xf37462['isLimit'](_0x5af7c7)&&_0xf37462[_0x5394('0x26')](_0x5af7c7,'$text')){if(!_0xa27096['consumable'][_0x5394('0x3')](_0xcfc504[_0x5394('0x19')],_0x268579[_0x5394('0x2b')]))return;const _0x5d689e=_0xa27096[_0x5394('0x5')][_0x5394('0x1')](_0x5394('0x17'),{'class':_0x5394('0x6')}),_0x43529f=_0xa27096[_0x5394('0x21')][_0x5394('0x1a')](_0x2ec6c3);_0xe13c5b&&_0x5c80c2[_0x5394('0x2c')]['includes'](_0xcfc504['markerName'])&&_0xa27096[_0x5394('0x5')]['addClass']('ck-suggestion-marker--active',_0x5d689e),_0xa27096['writer']['insert'](_0x43529f,_0x5d689e),_0xa27096[_0x5394('0x21')][_0x5394('0x18')](_0x5d689e,_0xcfc504['markerName']);}};}
23
+ const _0x566b=['insertion','name','get','ELEMENT_PARAGRAPH','$text','has','data','registerDescriptionCallback','editing','start','options','_descriptionFactory','markerRange','end','ck-suggestion-marker--active','insertParagraph','TrackChangesEditing','addClass','insert','commandName','isBlock','plugins','bindElementToMarker','writer','ck-suggestion-marker-split','registerElementLabel','getFirstRange','_registerLegacyDescription','isTouching','isLimit','includes','getItemLabel','mapper','model','editor','locale','type','formatBlock','schema','consume','paragraph','markerName','downcastDispatcher','addMarker:suggestion:insertion','nodeAfter','span','checkChild','Paragraph','highest'];(function(_0x4b7d31,_0x566b87){const _0x26087d=function(_0x5abe06){while(--_0x5abe06){_0x4b7d31['push'](_0x4b7d31['shift']());}};_0x26087d(++_0x566b87);}(_0x566b,0x1a1));const _0x2608=function(_0x4b7d31,_0x566b87){_0x4b7d31=_0x4b7d31-0x0;let _0x26087d=_0x566b[_0x4b7d31];return _0x26087d;};import{Plugin as _0x3256bf}from'ckeditor5/src/core';import{getTranslation as _0x42cbdc}from'../utils/common-translations';export default class lt extends _0x3256bf{['afterInit'](){const _0x5ba224=this['editor'];if(!_0x5ba224[_0x2608('0x2d')][_0x2608('0x1d')](_0x2608('0x16')))return;const _0x3aceab=_0x5ba224[_0x2608('0xa')],_0x3bcc46=_0x5ba224[_0x2608('0x2d')][_0x2608('0x1a')]('TrackChangesEditing');_0x3bcc46[_0x2608('0x23')][_0x2608('0x0')](_0x2608('0xf'),_0xd2b662=>_0x42cbdc(_0x3aceab,_0x2608('0x1b'),_0xd2b662)),_0x3bcc46['_enableDefaultAttributesIntegration']('paragraph'),_0x3bcc46['enableCommand'](_0x2608('0x27')),_0x5ba224[_0x2608('0x20')][_0x2608('0x11')]['on'](_0x2608('0x12'),nr(_0x5ba224),{'priority':_0x2608('0x17')}),_0x5ba224[_0x2608('0x1e')][_0x2608('0x11')]['on'](_0x2608('0x12'),(_0x335a6c,_0x277d3d,_0x54c61c)=>{_0x54c61c[_0x2608('0x22')]['showSuggestionHighlights']&&nr(_0x5ba224,{'showActiveMarker':!0x1})(_0x335a6c,_0x277d3d,_0x54c61c);},{'priority':_0x2608('0x17')});const _0x57aa72=_0x3bcc46[_0x2608('0x23')];_0x57aa72[_0x2608('0x1f')](_0x13c7fc=>{if('insertion'!==_0x13c7fc['type'])return;const {start:_0x3d67ca,end:_0xca6fa9}=_0x13c7fc[_0x2608('0x1')]();if(!_0x3d67ca[_0x2608('0x3')](_0xca6fa9)||!_0x3d67ca[_0x2608('0x13')])return;const _0x19ec94=_0x5ba224['model'][_0x2608('0xd')],_0x40e5df=_0x3d67ca[_0x2608('0x13')];return _0x19ec94['isBlock'](_0x40e5df)&&!_0x19ec94[_0x2608('0x4')](_0x40e5df)&&_0x19ec94[_0x2608('0x15')](_0x40e5df,_0x2608('0x1c'))?{'type':_0x2608('0x18'),'content':_0x42cbdc(_0x3aceab,'*Insert:*\x20%0',_0x57aa72[_0x2608('0x6')](_0x40e5df,0x1))}:void 0x0;}),this[_0x2608('0x2')]();}[_0x2608('0x2')](){const _0x564d84=this[_0x2608('0x9')],_0x3055b6=_0x564d84[_0x2608('0xa')];_0x564d84[_0x2608('0x2d')][_0x2608('0x1a')]('TrackChangesEditing')[_0x2608('0x23')][_0x2608('0x1f')](_0x1447f0=>{if(_0x2608('0xc')!=_0x1447f0[_0x2608('0xb')])return;const {data:_0x311ebc}=_0x1447f0;return _0x311ebc&&_0x2608('0xf')==_0x311ebc[_0x2608('0x2b')]?{'type':'format','content':_0x42cbdc(_0x3055b6,'*Change\x20to:*\x20%0',_0x42cbdc(_0x3055b6,_0x2608('0x1b')))}:void 0x0;});}}function nr(_0x146a7c,{showActiveMarker:_0x32a596=!0x0}={}){return(_0x30f171,_0x5ef903,_0x4b0acf)=>{const _0x7af3be=_0x146a7c['plugins']['get'](_0x2608('0x28')),_0x1ea9f0=_0x5ef903['markerRange'][_0x2608('0x21')],_0x394ec9=_0x5ef903[_0x2608('0x24')][_0x2608('0x25')],_0x1959e8=_0x146a7c[_0x2608('0x8')]['schema'];if(!_0x1ea9f0[_0x2608('0x3')](_0x394ec9)||!_0x1ea9f0['nodeAfter'])return;const _0x36658a=_0x1ea9f0[_0x2608('0x13')];if(_0x1959e8[_0x2608('0x2c')](_0x36658a)&&!_0x1959e8[_0x2608('0x4')](_0x36658a)&&_0x1959e8['checkChild'](_0x36658a,_0x2608('0x1c'))){if(!_0x4b0acf['consumable'][_0x2608('0xe')](_0x5ef903[_0x2608('0x24')],_0x30f171[_0x2608('0x19')]))return;const _0x419f50=_0x4b0acf[_0x2608('0x2f')]['createUIElement'](_0x2608('0x14'),{'class':_0x2608('0x30')}),_0x59598e=_0x4b0acf[_0x2608('0x7')]['toViewPosition'](_0x394ec9);_0x32a596&&_0x7af3be['activeMarkers'][_0x2608('0x5')](_0x5ef903[_0x2608('0x10')])&&_0x4b0acf['writer'][_0x2608('0x29')](_0x2608('0x26'),_0x419f50),_0x4b0acf['writer'][_0x2608('0x2a')](_0x59598e,_0x419f50),_0x4b0acf[_0x2608('0x7')][_0x2608('0x2e')](_0x419f50,_0x5ef903['markerName']);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x8a2b=['editor','plugins','get','_descriptionFactory','RemoveFormatEditing','_registerLegacyDescription','enableDefaultIntegration','TrackChangesEditing','has','formatBlock','locale','*Remove\x20all\x20formatting*','formatInline','afterInit','format','type','commandName'];(function(_0xbef684,_0x8a2b6a){const _0x82393e=function(_0x22dc8d){while(--_0x22dc8d){_0xbef684['push'](_0xbef684['shift']());}};_0x82393e(++_0x8a2b6a);}(_0x8a2b,0x96));const _0x8239=function(_0xbef684,_0x8a2b6a){_0xbef684=_0xbef684-0x0;let _0x82393e=_0x8a2b[_0xbef684];return _0x82393e;};import{Plugin as _0x24dd8f}from'ckeditor5/src/core';import{getTranslation as _0x38a939}from'../utils/common-translations';export default class mt extends _0x24dd8f{[_0x8239('0x10')](){const _0x3d3c52=this[_0x8239('0x3')];if(!_0x3d3c52[_0x8239('0x4')][_0x8239('0xb')](_0x8239('0x7')))return;_0x3d3c52['plugins'][_0x8239('0x5')](_0x8239('0xa'))[_0x8239('0x9')]('removeFormat'),this['_registerLegacyDescription']();}[_0x8239('0x8')](){const _0x54bec2=this[_0x8239('0x3')];_0x54bec2['plugins'][_0x8239('0x5')](_0x8239('0xa'))[_0x8239('0x6')]['registerDescriptionCallback'](_0x35e89f=>{if(_0x8239('0xc')!=_0x35e89f[_0x8239('0x1')]&&_0x8239('0xf')!=_0x35e89f[_0x8239('0x1')])return;const {data:_0x538c92}=_0x35e89f;return _0x538c92&&'removeFormat'==_0x538c92[_0x8239('0x2')]?{'type':_0x8239('0x0'),'content':_0x38a939(_0x54bec2[_0x8239('0xd')],_0x8239('0xe'))}:void 0x0;});}}
23
+ const _0x9cf9=['removeFormat','plugins','registerDescriptionCallback','commandName','TrackChangesEditing','_registerLegacyDescription','_descriptionFactory','locale','editor','_enableDefaultAttributesIntegration','get','type','*Remove\x20all\x20formatting*','format','afterInit'];(function(_0x453a48,_0x9cf9f){const _0x17ac83=function(_0x5bee40){while(--_0x5bee40){_0x453a48['push'](_0x453a48['shift']());}};_0x17ac83(++_0x9cf9f);}(_0x9cf9,0x187));const _0x17ac=function(_0x453a48,_0x9cf9f){_0x453a48=_0x453a48-0x0;let _0x17ac83=_0x9cf9[_0x453a48];return _0x17ac83;};import{Plugin as _0x599990}from'ckeditor5/src/core';import{getTranslation as _0xad0a0f}from'../utils/common-translations';export default class mt extends _0x599990{[_0x17ac('0xd')](){const _0x5cb797=this[_0x17ac('0x7')];if(!_0x5cb797[_0x17ac('0x0')]['has']('RemoveFormatEditing'))return;_0x5cb797[_0x17ac('0x0')][_0x17ac('0x9')](_0x17ac('0x3'))[_0x17ac('0x8')](_0x17ac('0xe')),this['_registerLegacyDescription']();}[_0x17ac('0x4')](){const _0x5ffb46=this['editor'];_0x5ffb46[_0x17ac('0x0')][_0x17ac('0x9')](_0x17ac('0x3'))[_0x17ac('0x5')][_0x17ac('0x1')](_0x487804=>{if('formatBlock'!=_0x487804[_0x17ac('0xa')]&&'formatInline'!=_0x487804[_0x17ac('0xa')])return;const {data:_0x387e3b}=_0x487804;return _0x387e3b&&'removeFormat'==_0x387e3b[_0x17ac('0x2')]?{'type':_0x17ac('0xc'),'content':_0xad0a0f(_0x5ffb46[_0x17ac('0x6')],_0x17ac('0xb'))}:void 0x0;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3f45=['get','enableCommand','acceptSelectedSuggestions','trackChanges','acceptSuggestion','afterInit','TrackChangesEditing','goToNextRestrictedEditingException','RestrictedEditingModeEditing','discardAllSuggestions','acceptAllSuggestions','discardSuggestion','has'];(function(_0x7beec2,_0x3f4582){const _0x354084=function(_0x2ea987){while(--_0x2ea987){_0x7beec2['push'](_0x7beec2['shift']());}};_0x354084(++_0x3f4582);}(_0x3f45,0x84));const _0x3540=function(_0x7beec2,_0x3f4582){_0x7beec2=_0x7beec2-0x0;let _0x354084=_0x3f45[_0x7beec2];return _0x354084;};import{Plugin as _0x42a1ab}from'ckeditor5/src/core';export default class dt extends _0x42a1ab{[_0x3540('0x3')](){const _0x23b2d8=this['editor'];if(!_0x23b2d8['plugins'][_0x3540('0xa')]('RestrictedEditingModeEditing'))return;const _0x401603=_0x23b2d8['plugins']['get'](_0x3540('0x4'));_0x401603[_0x3540('0xc')]('goToPreviousRestrictedEditingException'),_0x401603[_0x3540('0xc')](_0x3540('0x5'));const _0x3566c7=_0x23b2d8['plugins'][_0x3540('0xb')](_0x3540('0x6'));_0x3566c7[_0x3540('0xc')](_0x3540('0x1')),_0x3566c7['enableCommand'](_0x3540('0x2')),_0x3566c7['enableCommand'](_0x3540('0x9')),_0x3566c7[_0x3540('0xc')](_0x3540('0x8')),_0x3566c7[_0x3540('0xc')](_0x3540('0x7')),_0x3566c7['enableCommand'](_0x3540('0x0')),_0x3566c7[_0x3540('0xc')]('discardSelectedSuggestions');}}
23
+ const _0xdb81=['goToNextRestrictedEditingException','acceptSelectedSuggestions','has','acceptSuggestion','enableCommand','TrackChangesEditing','plugins','editor','goToPreviousRestrictedEditingException','discardSuggestion','get','RestrictedEditingModeEditing'];(function(_0x2f3abb,_0xdb81d7){const _0x33b06d=function(_0x1c8e38){while(--_0x1c8e38){_0x2f3abb['push'](_0x2f3abb['shift']());}};_0x33b06d(++_0xdb81d7);}(_0xdb81,0x12a));const _0x33b0=function(_0x2f3abb,_0xdb81d7){_0x2f3abb=_0x2f3abb-0x0;let _0x33b06d=_0xdb81[_0x2f3abb];return _0x33b06d;};import{Plugin as _0x14b63e}from'ckeditor5/src/core';export default class dt extends _0x14b63e{['afterInit'](){const _0x4197a6=this[_0x33b0('0x9')];if(!_0x4197a6[_0x33b0('0x8')][_0x33b0('0x4')](_0x33b0('0x1')))return;const _0x42b6ab=_0x4197a6[_0x33b0('0x8')][_0x33b0('0x0')](_0x33b0('0x7'));_0x42b6ab['enableCommand'](_0x33b0('0xa')),_0x42b6ab['enableCommand'](_0x33b0('0x2'));const _0x5b1b63=_0x4197a6[_0x33b0('0x8')][_0x33b0('0x0')]('RestrictedEditingModeEditing');_0x5b1b63[_0x33b0('0x6')]('trackChanges'),_0x5b1b63[_0x33b0('0x6')](_0x33b0('0x5')),_0x5b1b63[_0x33b0('0x6')](_0x33b0('0xb')),_0x5b1b63[_0x33b0('0x6')]('acceptAllSuggestions'),_0x5b1b63[_0x33b0('0x6')]('discardAllSuggestions'),_0x5b1b63[_0x33b0('0x6')](_0x33b0('0x3')),_0x5b1b63[_0x33b0('0x6')]('discardSelectedSuggestions');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ac2=['split','span','writer','createPositionBefore','ck-suggestion-marker--active','activeMarkers','consumable','ELEMENT_LINE_BREAK','includes','init','requires','model','locale','addMarker:suggestion','markerName','toViewPosition','mapper','editing','createUIElement','element','softBreak','merge','high','editor','registerElementLabel','shiftEnter','insert','get','plugins','downcastDispatcher','data','enableCommand','addMarker:suggestion:insertion','TrackChangesEditing','options'];(function(_0x2b9b70,_0x1ac293){const _0xe165a7=function(_0x4e2495){while(--_0x4e2495){_0x2b9b70['push'](_0x2b9b70['shift']());}};_0xe165a7(++_0x1ac293);}(_0x1ac2,0x11b));const _0xe165=function(_0x2b9b70,_0x1ac293){_0x2b9b70=_0x2b9b70-0x0;let _0xe165a7=_0x1ac2[_0x2b9b70];return _0xe165a7;};import{Plugin as _0x18d637}from'ckeditor5/src/core';import{ShiftEnter as _0x2ee753}from'ckeditor5/src/enter';import{getTranslation as _0x156a3d}from'../utils/common-translations';export default class pt extends _0x18d637{static get[_0xe165('0x7')](){return[_0x2ee753];}[_0xe165('0x6')](){const _0x4ca6a0=this[_0xe165('0x14')],_0x1fda4b=_0x4ca6a0[_0xe165('0x19')][_0xe165('0x18')](_0xe165('0x1e'));_0x1fda4b[_0xe165('0x1c')](_0xe165('0x16')),_0x4ca6a0['editing']['downcastDispatcher']['on'](_0xe165('0x1d'),re(_0x4ca6a0),{'priority':'high'}),_0x4ca6a0[_0xe165('0xe')][_0xe165('0x1a')]['on']('addMarker:suggestion:deletion',re(_0x4ca6a0),{'priority':_0xe165('0x13')}),_0x4ca6a0[_0xe165('0x1b')]['downcastDispatcher']['on'](_0xe165('0xa'),(_0x454f70,_0x59d9c3,_0x46ee73)=>{_0x46ee73[_0xe165('0x1f')]['showSuggestionHighlights']&&re(_0x4ca6a0,{'showActiveMarker':!0x1})(_0x454f70,_0x59d9c3,_0x46ee73);}),_0x1fda4b['_descriptionFactory'][_0xe165('0x15')]('softBreak',_0x2844eb=>_0x156a3d(_0x4ca6a0[_0xe165('0x9')],_0xe165('0x4'),_0x2844eb));}}function re(_0x2a5764,{showActiveMarker:_0x4273e9=!0x0}={}){return(_0x10beed,_0x2b3451,_0xf84d9d)=>{const _0x500645=_0x2a5764[_0xe165('0x19')][_0xe165('0x18')](_0xe165('0x1e'));if(!_0xf84d9d[_0xe165('0x3')]['test'](_0x2b3451['markerRange'],_0x10beed['name']))return;const _0x54430e=_0x2a5764[_0xe165('0x8')];for(const _0x421d6f of _0x2b3451['markerRange']['getItems']()){if(!_0x421d6f['is'](_0xe165('0x10'),_0xe165('0x11')))continue;const _0x3d4ec1='deletion'==_0x2b3451[_0xe165('0xb')][_0xe165('0x20')](':')[0x1]?_0xe165('0x12'):_0xe165('0x20'),_0x452c7a=_0xf84d9d[_0xe165('0x22')][_0xe165('0xf')](_0xe165('0x21'),{'class':'ck-suggestion-marker-'+_0x3d4ec1}),_0xfb6648=_0xf84d9d[_0xe165('0xd')][_0xe165('0xc')](_0x54430e[_0xe165('0x0')](_0x421d6f));_0x4273e9&&_0x500645[_0xe165('0x2')][_0xe165('0x5')](_0x2b3451[_0xe165('0xb')])&&_0xf84d9d['writer']['addClass'](_0xe165('0x1'),_0x452c7a),_0xf84d9d[_0xe165('0x22')][_0xe165('0x17')](_0xfb6648,_0x452c7a),_0xf84d9d['mapper']['bindElementToMarker'](_0x452c7a,_0x2b3451[_0xe165('0xb')]);}};}
23
+ const _0xffc9=['consumable','markerRange','addMarker:suggestion:insertion','enableCommand','locale','markerName','editing','model','activeMarkers','getItems','mapper','ck-suggestion-marker-','get','element','downcastDispatcher','createPositionBefore','addMarker:suggestion:deletion','addClass','name','ELEMENT_LINE_BREAK','init','TrackChangesEditing','softBreak','high','test','requires','editor','deletion','addMarker:suggestion','data','span','registerElementLabel','shiftEnter','writer','merge','split','plugins','ck-suggestion-marker--active','_descriptionFactory','options','insert'];(function(_0x8fc79f,_0xffc918){const _0x4d4469=function(_0x29db60){while(--_0x29db60){_0x8fc79f['push'](_0x8fc79f['shift']());}};_0x4d4469(++_0xffc918);}(_0xffc9,0x89));const _0x4d44=function(_0x8fc79f,_0xffc918){_0x8fc79f=_0x8fc79f-0x0;let _0x4d4469=_0xffc9[_0x8fc79f];return _0x4d4469;};import{Plugin as _0x7cf9f5}from'ckeditor5/src/core';import{ShiftEnter as _0x5086c1}from'ckeditor5/src/enter';import{getTranslation as _0xf99eed}from'../utils/common-translations';export default class pt extends _0x7cf9f5{static get[_0x4d44('0xb')](){return[_0x5086c1];}[_0x4d44('0x6')](){const _0x4a19cf=this[_0x4d44('0xc')],_0x4f89eb=_0x4a19cf[_0x4d44('0x16')][_0x4d44('0x27')](_0x4d44('0x7'));_0x4f89eb[_0x4d44('0x1e')](_0x4d44('0x12')),_0x4a19cf['editing'][_0x4d44('0x0')]['on'](_0x4d44('0x1d'),re(_0x4a19cf),{'priority':_0x4d44('0x9')}),_0x4a19cf[_0x4d44('0x21')]['downcastDispatcher']['on'](_0x4d44('0x2'),re(_0x4a19cf),{'priority':_0x4d44('0x9')}),_0x4a19cf[_0x4d44('0xf')]['downcastDispatcher']['on'](_0x4d44('0xe'),(_0x2374e6,_0x472a9a,_0x3e6649)=>{_0x3e6649[_0x4d44('0x19')]['showSuggestionHighlights']&&re(_0x4a19cf,{'showActiveMarker':!0x1})(_0x2374e6,_0x472a9a,_0x3e6649);}),_0x4f89eb[_0x4d44('0x18')][_0x4d44('0x11')](_0x4d44('0x8'),_0x38fe8f=>_0xf99eed(_0x4a19cf[_0x4d44('0x1f')],_0x4d44('0x5'),_0x38fe8f));}}function re(_0x168a7f,{showActiveMarker:_0x470216=!0x0}={}){return(_0x5372d5,_0x2e7280,_0x1bf9b6)=>{const _0x560435=_0x168a7f['plugins'][_0x4d44('0x27')](_0x4d44('0x7'));if(!_0x1bf9b6[_0x4d44('0x1b')][_0x4d44('0xa')](_0x2e7280['markerRange'],_0x5372d5[_0x4d44('0x4')]))return;const _0x5de101=_0x168a7f[_0x4d44('0x22')];for(const _0x54f113 of _0x2e7280[_0x4d44('0x1c')][_0x4d44('0x24')]()){if(!_0x54f113['is'](_0x4d44('0x28'),_0x4d44('0x8')))continue;const _0x51a854=_0x4d44('0xd')==_0x2e7280['markerName'][_0x4d44('0x15')](':')[0x1]?_0x4d44('0x14'):_0x4d44('0x15'),_0xe49163=_0x1bf9b6[_0x4d44('0x13')]['createUIElement'](_0x4d44('0x10'),{'class':_0x4d44('0x26')+_0x51a854}),_0x11c7d4=_0x1bf9b6[_0x4d44('0x25')]['toViewPosition'](_0x5de101[_0x4d44('0x1')](_0x54f113));_0x470216&&_0x560435[_0x4d44('0x23')]['includes'](_0x2e7280[_0x4d44('0x20')])&&_0x1bf9b6[_0x4d44('0x13')][_0x4d44('0x3')](_0x4d44('0x17'),_0xe49163),_0x1bf9b6['writer'][_0x4d44('0x1a')](_0x11c7d4,_0xe49163),_0x1bf9b6[_0x4d44('0x25')]['bindElementToMarker'](_0xe49163,_0x2e7280[_0x4d44('0x20')]);}};}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12f5=['isCollapsed','StandardEditingModeEditing','TrackChangesEditing','forceValue','editor','enableCommand','formatBlock','markInlineFormat','document','commandParams','selection','change','_descriptionFactory','from','plugins','commands','get','value','type','FORMAT_RESTRICTED_ENABLED','commandName','getRanges','formatInline'];(function(_0x3a222b,_0x12f592){const _0x427885=function(_0x5eee7e){while(--_0x5eee7e){_0x3a222b['push'](_0x3a222b['shift']());}};_0x427885(++_0x12f592);}(_0x12f5,0x158));const _0x4278=function(_0x3a222b,_0x12f592){_0x3a222b=_0x3a222b-0x0;let _0x427885=_0x12f5[_0x3a222b];return _0x427885;};import{Plugin as _0x2640f7}from'ckeditor5/src/core';import{getRangesWithAttribute as _0x202d82}from'./utils';import{getTranslation as _0x209501}from'../utils/common-translations';export default class kt extends _0x2640f7{['afterInit'](){const _0x400d35=this[_0x4278('0x5')],_0x4b5652=_0x400d35['model'],_0x4ab57b=_0x400d35['locale'];if(!_0x400d35[_0x4278('0xf')]['has'](_0x4278('0x2')))return;const _0x4cd280=_0x400d35[_0x4278('0xf')][_0x4278('0x11')](_0x4278('0x3')),_0x302f29='restrictedEditingException',_0x57d8ad=_0x400d35[_0x4278('0x10')]['get'](_0x302f29);_0x4cd280[_0x4278('0x6')](_0x302f29,(_0x393910,_0x4df33e={})=>{const _0x35bd23=_0x4b5652[_0x4278('0x9')][_0x4278('0xb')];if(_0x35bd23[_0x4278('0x1')])return void _0x393910(_0x4df33e);const _0x4e9898=void 0x0!==_0x4df33e['forceValue']?_0x4df33e[_0x4278('0x4')]:!_0x57d8ad[_0x4278('0x12')];_0x4b5652[_0x4278('0xc')](()=>{const _0x3497c4=Array[_0x4278('0xe')](_0x35bd23[_0x4278('0x16')]());for(const _0x30eb24 of _0x3497c4){const _0x2aa36b=_0x4e9898?[_0x30eb24]:_0x202d82(_0x302f29,_0x30eb24,_0x4b5652);for(const _0x15a62c of _0x2aa36b)_0x4cd280[_0x4278('0x8')](_0x15a62c,{'commandName':_0x302f29,'commandParams':[{'forceValue':_0x4e9898}]});}});}),_0x4cd280[_0x4278('0xd')]['registerDescriptionCallback'](_0x21e608=>{if(_0x4278('0x7')!=_0x21e608[_0x4278('0x13')]&&_0x4278('0x0')!=_0x21e608[_0x4278('0x13')])return;const {data:_0x17d9d3}=_0x21e608;return _0x17d9d3&&_0x17d9d3[_0x4278('0x15')]==_0x302f29?_0x17d9d3[_0x4278('0xa')][0x0][_0x4278('0x4')]?{'type':'format','content':_0x209501(_0x4ab57b,_0x4278('0x14'))}:{'type':'format','content':_0x209501(_0x4ab57b,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}
23
+ const _0x407a=['FORMAT_RESTRICTED_DISABLED','plugins','get','restrictedEditingException','from','markInlineFormat','getRanges','afterInit','enableCommand','commands','FORMAT_RESTRICTED_ENABLED','type','document','selection','isCollapsed','has','forceValue','TrackChangesEditing','registerDescriptionCallback','_descriptionFactory','formatInline','locale','value','editor'];(function(_0x97580e,_0x407a86){const _0xa04e70=function(_0xa36d23){while(--_0xa36d23){_0x97580e['push'](_0x97580e['shift']());}};_0xa04e70(++_0x407a86);}(_0x407a,0x8b));const _0xa04e=function(_0x97580e,_0x407a86){_0x97580e=_0x97580e-0x0;let _0xa04e70=_0x407a[_0x97580e];return _0xa04e70;};import{Plugin as _0x4f81ee}from'ckeditor5/src/core';import{getRangesWithAttribute as _0x366c26}from'./utils';import{getTranslation as _0x4cf8ce}from'../utils/common-translations';export default class kt extends _0x4f81ee{[_0xa04e('0xc')](){const _0x78cadb=this[_0xa04e('0x4')],_0x58ece0=_0x78cadb['model'],_0x273c68=_0x78cadb[_0xa04e('0x2')];if(!_0x78cadb[_0xa04e('0x6')][_0xa04e('0x14')]('StandardEditingModeEditing'))return;const _0x582ca7=_0x78cadb['plugins']['get'](_0xa04e('0x16')),_0x93379d=_0xa04e('0x8'),_0x1a9f13=_0x78cadb[_0xa04e('0xe')][_0xa04e('0x7')](_0x93379d);_0x582ca7[_0xa04e('0xd')](_0x93379d,(_0x4282e1,_0x36f2cc={})=>{const _0x5d8564=_0x58ece0[_0xa04e('0x11')][_0xa04e('0x12')];if(_0x5d8564[_0xa04e('0x13')])return void _0x4282e1(_0x36f2cc);const _0x4d7853=void 0x0!==_0x36f2cc[_0xa04e('0x15')]?_0x36f2cc[_0xa04e('0x15')]:!_0x1a9f13[_0xa04e('0x3')];_0x58ece0['change'](()=>{const _0x2bc8d0=Array[_0xa04e('0x9')](_0x5d8564[_0xa04e('0xb')]());for(const _0x1901af of _0x2bc8d0){const _0xcb9bad=_0x4d7853?[_0x1901af]:_0x366c26(_0x93379d,_0x1901af,_0x58ece0);for(const _0x49e7d7 of _0xcb9bad)_0x582ca7[_0xa04e('0xa')](_0x49e7d7,{'commandName':_0x93379d,'commandParams':[{'forceValue':_0x4d7853}]});}});}),_0x582ca7[_0xa04e('0x0')][_0xa04e('0x17')](_0x520480=>{if('formatBlock'!=_0x520480[_0xa04e('0x10')]&&_0xa04e('0x1')!=_0x520480[_0xa04e('0x10')])return;const {data:_0x30e9f3}=_0x520480;return _0x30e9f3&&_0x30e9f3['commandName']==_0x93379d?_0x30e9f3['commandParams'][0x0][_0xa04e('0x15')]?{'type':'format','content':_0x4cf8ce(_0x273c68,_0xa04e('0xf'))}:{'type':'format','content':_0x4cf8ce(_0x273c68,_0xa04e('0x5'))}:void 0x0;});}}
@@ -8,7 +8,6 @@
8
8
  import { Plugin } from 'ckeditor5/src/core';
9
9
  /**
10
10
  * Provides track changes plugin integration for styles dropdown feature.
11
- * @todo Remove "any" casts after plugin has been rewritten to TS.
12
11
  */
13
12
  export default class TrackChangesStylesDropdown extends Plugin {
14
13
  /**