@ckeditor/ckeditor5-track-changes 37.0.0 → 37.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sr-latn.js +1 -1
  37. package/build/translations/sr.js +1 -1
  38. package/build/translations/sv.js +1 -1
  39. package/build/translations/th.js +1 -1
  40. package/build/translations/tk.js +1 -1
  41. package/build/translations/tr.js +1 -1
  42. package/build/translations/tt.js +1 -1
  43. package/build/translations/uk.js +1 -1
  44. package/build/translations/ur.js +1 -1
  45. package/build/translations/vi.js +1 -1
  46. package/build/translations/zh-cn.js +1 -1
  47. package/build/translations/zh.js +1 -1
  48. package/lang/contexts.json +2 -0
  49. package/lang/translations/ar.po +15 -1
  50. package/lang/translations/az.po +11 -1
  51. package/lang/translations/bg.po +11 -1
  52. package/lang/translations/bn.po +11 -1
  53. package/lang/translations/ca.po +11 -1
  54. package/lang/translations/cs.po +13 -1
  55. package/lang/translations/da.po +11 -1
  56. package/lang/translations/de.po +11 -1
  57. package/lang/translations/el.po +11 -1
  58. package/lang/translations/en-au.po +11 -1
  59. package/lang/translations/en.po +10 -0
  60. package/lang/translations/es.po +12 -1
  61. package/lang/translations/et.po +11 -1
  62. package/lang/translations/fi.po +11 -1
  63. package/lang/translations/fr.po +12 -1
  64. package/lang/translations/gl.po +11 -1
  65. package/lang/translations/he.po +13 -1
  66. package/lang/translations/hi.po +11 -1
  67. package/lang/translations/hr.po +12 -1
  68. package/lang/translations/hu.po +11 -1
  69. package/lang/translations/id.po +10 -1
  70. package/lang/translations/it.po +12 -1
  71. package/lang/translations/ja.po +10 -1
  72. package/lang/translations/ko.po +10 -1
  73. package/lang/translations/lt.po +13 -1
  74. package/lang/translations/lv.po +12 -1
  75. package/lang/translations/ms.po +10 -1
  76. package/lang/translations/nl.po +11 -1
  77. package/lang/translations/no.po +11 -1
  78. package/lang/translations/pl.po +13 -1
  79. package/lang/translations/pt-br.po +12 -1
  80. package/lang/translations/pt.po +12 -1
  81. package/lang/translations/ro.po +12 -1
  82. package/lang/translations/ru.po +13 -1
  83. package/lang/translations/sk.po +13 -1
  84. package/lang/translations/sr-latn.po +12 -1
  85. package/lang/translations/sr.po +33 -22
  86. package/lang/translations/sv.po +11 -1
  87. package/lang/translations/th.po +10 -1
  88. package/lang/translations/tk.po +11 -1
  89. package/lang/translations/tr.po +11 -1
  90. package/lang/translations/tt.po +10 -1
  91. package/lang/translations/uk.po +13 -1
  92. package/lang/translations/ur.po +11 -1
  93. package/lang/translations/vi.po +10 -1
  94. package/lang/translations/zh-cn.po +10 -1
  95. package/lang/translations/zh.po +10 -1
  96. package/package.json +3 -3
  97. package/src/commands/acceptsuggestioncommand.js +1 -1
  98. package/src/commands/discardsuggestioncommand.js +1 -1
  99. package/src/commands/executeonallsuggestionscommand.js +1 -1
  100. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  101. package/src/commands/trackchangescommand.js +1 -1
  102. package/src/index.d.ts +1 -1
  103. package/src/integrations/alignment.js +1 -1
  104. package/src/integrations/basicstyles.js +1 -1
  105. package/src/integrations/blockquote.js +1 -1
  106. package/src/integrations/ckbox.js +1 -1
  107. package/src/integrations/codeblock.js +1 -1
  108. package/src/integrations/comments.js +1 -1
  109. package/src/integrations/deletecommand.js +1 -1
  110. package/src/integrations/documentlist.js +1 -1
  111. package/src/integrations/documentlistproperties.js +1 -1
  112. package/src/integrations/entercommand.js +1 -1
  113. package/src/integrations/findandreplace.js +1 -1
  114. package/src/integrations/font.js +1 -1
  115. package/src/integrations/formatpainter.d.ts +13 -0
  116. package/src/integrations/formatpainter.js +23 -0
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/importword.js +1 -1
  124. package/src/integrations/indent.js +1 -1
  125. package/src/integrations/inputcommand.js +1 -1
  126. package/src/integrations/link.js +1 -1
  127. package/src/integrations/list.js +1 -1
  128. package/src/integrations/listproperties.js +1 -1
  129. package/src/integrations/mediaembed.js +1 -1
  130. package/src/integrations/mention.js +1 -1
  131. package/src/integrations/pagebreak.js +1 -1
  132. package/src/integrations/paragraph.js +1 -1
  133. package/src/integrations/removeformat.js +1 -1
  134. package/src/integrations/restrictededitingmode.js +1 -1
  135. package/src/integrations/shiftentercommand.js +1 -1
  136. package/src/integrations/standardeditingmode.js +1 -1
  137. package/src/integrations/style.js +1 -1
  138. package/src/integrations/table.js +1 -1
  139. package/src/integrations/tablecaption.js +1 -1
  140. package/src/integrations/tableclipboard.js +1 -1
  141. package/src/integrations/tablecolumnresize.js +1 -1
  142. package/src/integrations/tableheadings.js +1 -1
  143. package/src/integrations/tablemergesplit.js +1 -1
  144. package/src/integrations/tableofcontents.d.ts +13 -0
  145. package/src/integrations/tableofcontents.js +23 -0
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.d.ts +13 -0
  148. package/src/integrations/template.js +23 -0
  149. package/src/integrations/title.js +1 -1
  150. package/src/integrations/undo.js +1 -1
  151. package/src/integrations/utils.js +1 -1
  152. package/src/suggestion.js +1 -1
  153. package/src/suggestiondescriptionfactory.js +1 -1
  154. package/src/trackchanges.js +1 -1
  155. package/src/trackchangesdata.js +1 -1
  156. package/src/trackchangesediting.js +1 -1
  157. package/src/trackchangesui.js +1 -1
  158. package/src/ui/suggestioncontroller.js +1 -1
  159. package/src/ui/view/basesuggestionthreadview.js +1 -1
  160. package/src/ui/view/suggestionthreadview.js +1 -1
  161. package/src/utils/common-translations.js +1 -1
  162. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x27eb=['_enabledCommands','affectsData','isEnabled','execute','_disableUnsupportedCommands','has','_enableCommands','forceDisabled','clearForceDisabled','refresh','commands','editor','TrackChangesCommand','value'];(function(_0xead4a,_0x27ebd5){const _0x3e99f7=function(_0x7e150e){while(--_0x7e150e){_0xead4a['push'](_0xead4a['shift']());}};_0x3e99f7(++_0x27ebd5);}(_0x27eb,0x67));const _0x3e99=function(_0xead4a,_0x27ebd5){_0xead4a=_0xead4a-0x0;let _0x3e99f7=_0x27eb[_0xead4a];return _0x3e99f7;};import{Command as _0x1133c7}from'ckeditor5/src/core';export default class _ extends _0x1133c7{constructor(_0x3a263a,_0xd0ce29){super(_0x3a263a),this[_0x3e99('0x9')]=_0xd0ce29,this[_0x3e99('0x8')]=!0x1,this[_0x3e99('0x4')]();}[_0x3e99('0x4')](){this[_0x3e99('0xb')]=!0x0;}[_0x3e99('0xc')](){this[_0x3e99('0x8')]=!this[_0x3e99('0x8')],this['value']?this[_0x3e99('0xd')]():this[_0x3e99('0x1')]();}[_0x3e99('0xd')](){for(const _0x567ece of this[_0x3e99('0x6')][_0x3e99('0x5')]['commands']())_0x567ece[_0x3e99('0xa')]&&!this[_0x3e99('0x9')][_0x3e99('0x0')](_0x567ece)&&_0x567ece[_0x3e99('0x2')](_0x3e99('0x7'));}['_enableCommands'](){for(const _0x402509 of this['editor'][_0x3e99('0x5')][_0x3e99('0x5')]())_0x402509[_0x3e99('0xa')]&&!this['_enabledCommands']['has'](_0x402509)&&_0x402509[_0x3e99('0x3')]('TrackChangesCommand');}}
23
+ const _0x4a47=['execute','editor','_enableCommands','_disableUnsupportedCommands','affectsData','refresh','forceDisabled','_enabledCommands','TrackChangesCommand','commands','clearForceDisabled','has','value'];(function(_0x1e1ef9,_0x4a47ea){const _0x2e6afa=function(_0x21c2d8){while(--_0x21c2d8){_0x1e1ef9['push'](_0x1e1ef9['shift']());}};_0x2e6afa(++_0x4a47ea);}(_0x4a47,0xe2));const _0x2e6a=function(_0x1e1ef9,_0x4a47ea){_0x1e1ef9=_0x1e1ef9-0x0;let _0x2e6afa=_0x4a47[_0x1e1ef9];return _0x2e6afa;};import{Command as _0x3e1807}from'ckeditor5/src/core';export default class _ extends _0x3e1807{constructor(_0x4c73d8,_0x2e3244){super(_0x4c73d8),this[_0x2e6a('0x2')]=_0x2e3244,this[_0x2e6a('0x7')]=!0x1,this[_0x2e6a('0x0')]();}[_0x2e6a('0x0')](){this['isEnabled']=!0x0;}[_0x2e6a('0x8')](){this[_0x2e6a('0x7')]=!this[_0x2e6a('0x7')],this[_0x2e6a('0x7')]?this[_0x2e6a('0xb')]():this[_0x2e6a('0xa')]();}['_disableUnsupportedCommands'](){for(const _0x3f01ab of this[_0x2e6a('0x9')][_0x2e6a('0x4')]['commands']())_0x3f01ab[_0x2e6a('0xc')]&&!this[_0x2e6a('0x2')][_0x2e6a('0x6')](_0x3f01ab)&&_0x3f01ab[_0x2e6a('0x1')](_0x2e6a('0x3'));}[_0x2e6a('0xa')](){for(const _0x39fdb3 of this['editor'][_0x2e6a('0x4')][_0x2e6a('0x4')]())_0x39fdb3[_0x2e6a('0xc')]&&!this[_0x2e6a('0x2')][_0x2e6a('0x6')](_0x39fdb3)&&_0x39fdb3[_0x2e6a('0x5')](_0x2e6a('0x3'));}}
package/src/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export { default as TrackChanges, type SuggestionData } from './trackchanges';
2
2
  export { default as TrackChangesData } from './trackchangesdata';
3
3
  export { default as TrackChangesEditing } from './trackchangesediting';
4
- export { SuggestionJSON } from './suggestion';
4
+ export type { SuggestionJSON } from './suggestion';
5
5
  export { default as BaseSuggestionThreadView } from './ui/view/basesuggestionthreadview';
6
6
  export type { TrackChangesConfig } from './trackchangesconfig';
7
7
  export type { default as AcceptSuggestionCommand } from './commands/acceptsuggestioncommand';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x56f3=['right','registerDescriptionCallback','left','_descriptionFactory','TrackChangesEditing','FORMAT_JUSTIFY_TEXT','commandName','get','afterInit','value','ltr','selection','filter','editor','center','justify','getAttribute','getSelectedBlocks','checkAttribute','FORMAT_ALIGN_TO_CENTER','model','has','*Format:*\x20%0','plugins','document','from','FORMAT_ALIGN_TO_RIGHT','locale','enableCommand','alignment','contentLanguageDirection'];(function(_0x3309fd,_0x56f383){const _0x2efc72=function(_0x37dd1a){while(--_0x37dd1a){_0x3309fd['push'](_0x3309fd['shift']());}};_0x2efc72(++_0x56f383);}(_0x56f3,0x13a));const _0x2efc=function(_0x3309fd,_0x56f383){_0x3309fd=_0x3309fd-0x0;let _0x2efc72=_0x56f3[_0x3309fd];return _0x2efc72;};import{Plugin as _0x663beb}from'ckeditor5/src/core';import{getTranslation as _0x3bed5f}from'../utils/common-translations';export default class x extends _0x663beb{[_0x2efc('0x4')](){const _0x1a09a7=this[_0x2efc('0x9')],_0x2ed3d1=_0x1a09a7[_0x2efc('0x17')];if(!_0x1a09a7[_0x2efc('0x13')][_0x2efc('0x11')]('AlignmentEditing'))return;const _0x272957=_0x1a09a7[_0x2efc('0x13')][_0x2efc('0x3')](_0x2efc('0x0'));_0x272957[_0x2efc('0x18')](_0x2efc('0x19'),(_0x4b8cd5,_0x207c07={})=>{let _0x26a7fb=_0x207c07[_0x2efc('0x5')];_0x207c07['value']||(_0x26a7fb=_0x2efc('0x6')===_0x1a09a7[_0x2efc('0x17')][_0x2efc('0x1a')]?_0x2efc('0x1d'):_0x2efc('0x1b'));const _0x39bcb5=Array[_0x2efc('0x15')](this[_0x2efc('0x9')][_0x2efc('0x10')][_0x2efc('0x14')][_0x2efc('0x7')][_0x2efc('0xd')]())[_0x2efc('0x8')](_0x22d147=>function(_0x31f28e,_0x572fb6,_0x4e9ce3){const _0x52c24e=_0x31f28e[_0x2efc('0xc')]('alignment')||null;return _0x572fb6[_0x2efc('0xe')](_0x31f28e,_0x2efc('0x19'))&&_0x4e9ce3!=_0x52c24e;}(_0x22d147,this[_0x2efc('0x9')]['model']['schema'],_0x26a7fb));_0x1a09a7['model']['change'](()=>{for(const _0x3bf299 of _0x39bcb5)_0x272957['markBlockFormat'](_0x3bf299,{'commandName':'alignment','commandParams':[{'value':_0x26a7fb}]});});}),_0x272957[_0x2efc('0x1e')][_0x2efc('0x1c')](_0x2146ce=>{const {data:_0xda8eee}=_0x2146ce;if(_0xda8eee&&'alignment'==_0xda8eee[_0x2efc('0x2')]){const _0x125414=_0xda8eee['commandParams'][0x0][_0x2efc('0x5')];return{'type':'format','content':_0x3bed5f(_0x2ed3d1,_0x2efc('0x12'),function(_0x5d0d1d){switch(_0x5d0d1d){case _0x2efc('0x1d'):return _0x3bed5f(_0x2ed3d1,'FORMAT_ALIGN_TO_LEFT');case _0x2efc('0x1b'):return _0x3bed5f(_0x2ed3d1,_0x2efc('0x16'));case _0x2efc('0xa'):return _0x3bed5f(_0x2ed3d1,_0x2efc('0xf'));case _0x2efc('0xb'):return _0x3bed5f(_0x2ed3d1,_0x2efc('0x1'));}}(_0x125414))};}});}}
23
+ const _0x1f41=['value','locale','FORMAT_ALIGN_TO_RIGHT','_descriptionFactory','center','commandName','format','checkAttribute','ltr','left','TrackChangesEditing','contentLanguageDirection','model','*Format:*\x20%0','right','editor','getAttribute','FORMAT_JUSTIFY_TEXT','selection','AlignmentEditing','commandParams','afterInit','schema','change','getSelectedBlocks','FORMAT_ALIGN_TO_CENTER','filter','enableCommand','plugins','FORMAT_ALIGN_TO_LEFT','alignment'];(function(_0xd22a59,_0x1f4171){const _0x3853ad=function(_0x36995f){while(--_0x36995f){_0xd22a59['push'](_0xd22a59['shift']());}};_0x3853ad(++_0x1f4171);}(_0x1f41,0x9b));const _0x3853=function(_0xd22a59,_0x1f4171){_0xd22a59=_0xd22a59-0x0;let _0x3853ad=_0x1f41[_0xd22a59];return _0x3853ad;};import{Plugin as _0x5611b6}from'ckeditor5/src/core';import{getTranslation as _0x4b04f7}from'../utils/common-translations';export default class x extends _0x5611b6{[_0x3853('0x15')](){const _0x14212a=this[_0x3853('0xf')],_0x277cbe=_0x14212a[_0x3853('0x1')];if(!_0x14212a[_0x3853('0x1c')]['has'](_0x3853('0x13')))return;const _0xe42571=_0x14212a[_0x3853('0x1c')]['get'](_0x3853('0xa'));_0xe42571[_0x3853('0x1b')]('alignment',(_0x504447,_0xa1f2={})=>{let _0x216747=_0xa1f2['value'];_0xa1f2[_0x3853('0x0')]||(_0x216747=_0x3853('0x8')===_0x14212a['locale'][_0x3853('0xb')]?'left':_0x3853('0xe'));const _0x51723e=Array['from'](this[_0x3853('0xf')]['model']['document'][_0x3853('0x12')][_0x3853('0x18')]())[_0x3853('0x1a')](_0x1b478b=>function(_0x3a0fc5,_0x438d27,_0x580f13){const _0x2e879a=_0x3a0fc5[_0x3853('0x10')](_0x3853('0x1e'))||null;return _0x438d27[_0x3853('0x7')](_0x3a0fc5,_0x3853('0x1e'))&&_0x580f13!=_0x2e879a;}(_0x1b478b,this['editor'][_0x3853('0xc')][_0x3853('0x16')],_0x216747));_0x14212a[_0x3853('0xc')][_0x3853('0x17')](()=>{for(const _0x5b72c7 of _0x51723e)_0xe42571['markBlockFormat'](_0x5b72c7,{'commandName':_0x3853('0x1e'),'commandParams':[{'value':_0x216747}]});});}),_0xe42571[_0x3853('0x3')]['registerDescriptionCallback'](_0x36f4d9=>{const {data:_0x26055b}=_0x36f4d9;if(_0x26055b&&_0x3853('0x1e')==_0x26055b[_0x3853('0x5')]){const _0x2457d6=_0x26055b[_0x3853('0x14')][0x0][_0x3853('0x0')];return{'type':_0x3853('0x6'),'content':_0x4b04f7(_0x277cbe,_0x3853('0xd'),function(_0x512ac9){switch(_0x512ac9){case _0x3853('0x9'):return _0x4b04f7(_0x277cbe,_0x3853('0x1d'));case _0x3853('0xe'):return _0x4b04f7(_0x277cbe,_0x3853('0x2'));case _0x3853('0x4'):return _0x4b04f7(_0x277cbe,_0x3853('0x19'));case'justify':return _0x4b04f7(_0x277cbe,_0x3853('0x11'));}}(_0x2457d6))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1058=['UnderlineEditing','FORMAT_UNDERLINE','*Remove\x20format:*\x20%0','forceValue','SuperscriptEditing','plugins','from','markInlineFormat','toLowerCase','ItalicEditing','registerDescriptionCallback','editor','FORMAT_SUBSCRIPT','commandParams','_descriptionFactory','document','strikethrough','format','FORMAT_CODE','locale','TrackChangesEditing','commands','StrikethroughEditing','get','underline','*Format:*\x20%0','getRanges','afterInit','FORMAT_STRIKETHROUGH','italic','SubscriptEditing','FORMAT_BOLD','code','subscript','superscript','enableCommand','value','selection'];(function(_0x2eb930,_0x105816){const _0x150f21=function(_0x1d6264){while(--_0x1d6264){_0x2eb930['push'](_0x2eb930['shift']());}};_0x150f21(++_0x105816);}(_0x1058,0x128));const _0x150f=function(_0x2eb930,_0x105816){_0x2eb930=_0x2eb930-0x0;let _0x150f21=_0x1058[_0x2eb930];return _0x150f21;};import{Plugin as _0xe68c3e}from'ckeditor5/src/core';import{getTranslation as _0x40486e}from'../utils/common-translations';import{getRangesWithAttribute as _0x5ca6c7}from'./utils';const Ht=['BoldEditing',_0x150f('0x11'),_0x150f('0x8'),'CodeEditing',_0x150f('0x1e'),_0x150f('0x0'),_0x150f('0xc')];export default class U extends _0xe68c3e{[_0x150f('0x23')](){const _0x19a4ce=this[_0x150f('0x13')],_0xf52fd4=_0x19a4ce['model'],_0x42c376=_0x19a4ce[_0x150f('0xd')][_0x150f('0x1f')](_0x150f('0x1c')),_0x52894b=_0x19a4ce[_0x150f('0x1b')];for(const _0x48dbe0 of Ht){if(!_0x19a4ce[_0x150f('0xd')]['has'](_0x48dbe0))continue;const _0x37427f=_0x48dbe0['slice'](0x0,-0x7)[_0x150f('0x10')](),_0xb0a159=_0x19a4ce[_0x150f('0x1d')][_0x150f('0x1f')](_0x37427f);_0x42c376[_0x150f('0x5')](_0x37427f,(_0x38a3ab,_0x163981={})=>{const _0xef75dd=_0xf52fd4[_0x150f('0x17')][_0x150f('0x7')];if(_0xef75dd['isCollapsed'])return void _0x38a3ab(_0x163981);const _0x55764f=void 0x0!==_0x163981[_0x150f('0xb')]?_0x163981['forceValue']:!_0xb0a159[_0x150f('0x6')];_0xf52fd4['change'](()=>{const _0x1aea65=Array[_0x150f('0xe')](_0xef75dd[_0x150f('0x22')]());for(const _0x1c9241 of _0x1aea65){const _0x11d41e=_0x55764f?[_0x1c9241]:_0x5ca6c7(_0x37427f,_0x1c9241,_0xf52fd4);for(const _0x5621f1 of _0x11d41e)_0x42c376[_0x150f('0xf')](_0x5621f1,{'commandName':_0x37427f,'commandParams':[{'forceValue':_0x55764f}]});}});});}function _0xa372f5(_0x7f6bc9,_0x44e962){_0x42c376[_0x150f('0x16')][_0x150f('0x12')](_0x143864=>{const {data:_0x15b3a0}=_0x143864;if(_0x15b3a0&&_0x15b3a0['commandName']===_0x7f6bc9)return _0x15b3a0[_0x150f('0x15')][0x0]['forceValue']?{'type':_0x150f('0x19'),'content':_0x40486e(_0x52894b,_0x150f('0x21'),_0x44e962)}:{'type':_0x150f('0x19'),'content':_0x40486e(_0x52894b,_0x150f('0xa'),_0x44e962)};});}_0xa372f5('bold',_0x40486e(_0x52894b,_0x150f('0x1'))),_0xa372f5(_0x150f('0x25'),_0x40486e(_0x52894b,'FORMAT_ITALIC')),_0xa372f5(_0x150f('0x20'),_0x40486e(_0x52894b,_0x150f('0x9'))),_0xa372f5(_0x150f('0x2'),_0x40486e(_0x52894b,_0x150f('0x1a'))),_0xa372f5(_0x150f('0x18'),_0x40486e(_0x52894b,_0x150f('0x24'))),_0xa372f5(_0x150f('0x3'),_0x40486e(_0x52894b,_0x150f('0x14'))),_0xa372f5(_0x150f('0x4'),_0x40486e(_0x52894b,'FORMAT_SUPERSCRIPT'));}}
23
+ const _0x1cb5=['enableCommand','strikethrough','code','toLowerCase','SuperscriptEditing','StrikethroughEditing','editor','from','underline','FORMAT_BOLD','subscript','markInlineFormat','FORMAT_CODE','selection','_descriptionFactory','FORMAT_SUPERSCRIPT','*Remove\x20format:*\x20%0','bold','FORMAT_ITALIC','afterInit','change','commandParams','TrackChangesEditing','get','ItalicEditing','BoldEditing','plugins','has','value','commandName','isCollapsed','forceValue','format','getRanges','registerDescriptionCallback','SubscriptEditing','locale','FORMAT_STRIKETHROUGH'];(function(_0x33f65b,_0x1cb573){const _0x4a4e8c=function(_0x624210){while(--_0x624210){_0x33f65b['push'](_0x33f65b['shift']());}};_0x4a4e8c(++_0x1cb573);}(_0x1cb5,0x13e));const _0x4a4e=function(_0x33f65b,_0x1cb573){_0x33f65b=_0x33f65b-0x0;let _0x4a4e8c=_0x1cb5[_0x33f65b];return _0x4a4e8c;};import{Plugin as _0x463596}from'ckeditor5/src/core';import{getTranslation as _0x44e544}from'../utils/common-translations';import{getRangesWithAttribute as _0x1b8fb7}from'./utils';const Kt=[_0x4a4e('0xb'),_0x4a4e('0xa'),'UnderlineEditing','CodeEditing',_0x4a4e('0x1d'),_0x4a4e('0x15'),_0x4a4e('0x1c')];export default class U extends _0x463596{[_0x4a4e('0x5')](){const _0x5f0858=this[_0x4a4e('0x1e')],_0x56365e=_0x5f0858['model'],_0x24bc73=_0x5f0858[_0x4a4e('0xc')][_0x4a4e('0x9')](_0x4a4e('0x8')),_0x50d313=_0x5f0858[_0x4a4e('0x16')];for(const _0x10a521 of Kt){if(!_0x5f0858[_0x4a4e('0xc')][_0x4a4e('0xd')](_0x10a521))continue;const _0x5b0a73=_0x10a521['slice'](0x0,-0x7)[_0x4a4e('0x1b')](),_0x19b732=_0x5f0858['commands'][_0x4a4e('0x9')](_0x5b0a73);_0x24bc73[_0x4a4e('0x18')](_0x5b0a73,(_0x1df543,_0x4c36ba={})=>{const _0x2ba13f=_0x56365e['document'][_0x4a4e('0x25')];if(_0x2ba13f[_0x4a4e('0x10')])return void _0x1df543(_0x4c36ba);const _0x177b3b=void 0x0!==_0x4c36ba[_0x4a4e('0x11')]?_0x4c36ba[_0x4a4e('0x11')]:!_0x19b732[_0x4a4e('0xe')];_0x56365e[_0x4a4e('0x6')](()=>{const _0x2028eb=Array[_0x4a4e('0x1f')](_0x2ba13f[_0x4a4e('0x13')]());for(const _0x431293 of _0x2028eb){const _0xcb1f45=_0x177b3b?[_0x431293]:_0x1b8fb7(_0x5b0a73,_0x431293,_0x56365e);for(const _0x475623 of _0xcb1f45)_0x24bc73[_0x4a4e('0x23')](_0x475623,{'commandName':_0x5b0a73,'commandParams':[{'forceValue':_0x177b3b}]});}});});}function _0x5dbc40(_0xe7037a,_0x317a11){_0x24bc73[_0x4a4e('0x0')][_0x4a4e('0x14')](_0x36f986=>{const {data:_0x322684}=_0x36f986;if(_0x322684&&_0x322684[_0x4a4e('0xf')]===_0xe7037a)return _0x322684[_0x4a4e('0x7')][0x0][_0x4a4e('0x11')]?{'type':'format','content':_0x44e544(_0x50d313,'*Format:*\x20%0',_0x317a11)}:{'type':_0x4a4e('0x12'),'content':_0x44e544(_0x50d313,_0x4a4e('0x2'),_0x317a11)};});}_0x5dbc40(_0x4a4e('0x3'),_0x44e544(_0x50d313,_0x4a4e('0x21'))),_0x5dbc40('italic',_0x44e544(_0x50d313,_0x4a4e('0x4'))),_0x5dbc40(_0x4a4e('0x20'),_0x44e544(_0x50d313,'FORMAT_UNDERLINE')),_0x5dbc40(_0x4a4e('0x1a'),_0x44e544(_0x50d313,_0x4a4e('0x24'))),_0x5dbc40(_0x4a4e('0x19'),_0x44e544(_0x50d313,_0x4a4e('0x17'))),_0x5dbc40(_0x4a4e('0x22'),_0x44e544(_0x50d313,'FORMAT_SUBSCRIPT')),_0x5dbc40('superscript',_0x44e544(_0x50d313,_0x4a4e('0x1')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x591c=['afterInit','value','$root','BlockQuoteEditing','name','get','model','TrackChangesEditing','from','forceValue','has','checkChild','schema','locale','format','commands','change','*Remove\x20format:*\x20%0','getSelectedBlocks','parent','enableCommand','markBlockFormat','commandName','registerDescriptionCallback','plugins','ELEMENT_BLOCK_QUOTE','selection','_descriptionFactory','editor','blockQuote','*Format:*\x20%0'];(function(_0x17ec3c,_0x591c09){const _0x3e5d69=function(_0x30f5df){while(--_0x30f5df){_0x17ec3c['push'](_0x17ec3c['shift']());}};_0x3e5d69(++_0x591c09);}(_0x591c,0xc8));const _0x3e5d=function(_0x17ec3c,_0x591c09){_0x17ec3c=_0x17ec3c-0x0;let _0x3e5d69=_0x591c[_0x17ec3c];return _0x3e5d69;};import{Plugin as _0x379cba}from'ckeditor5/src/core';import{getTranslation as _0x159f6f}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x46aff5}from'../utils/utils';export default class j extends _0x379cba{[_0x3e5d('0x11')](){const _0x3743b3=this[_0x3e5d('0xe')],_0x4a809b=_0x3743b3[_0x3e5d('0x1e')];if(!_0x3743b3['plugins'][_0x3e5d('0x1b')](_0x3e5d('0x14')))return;const _0x41d09c=_0x3743b3[_0x3e5d('0xa')][_0x3e5d('0x16')](_0x3e5d('0x18')),_0xd31f76=this['editor'][_0x3e5d('0x1')]['get'](_0x3e5d('0xf'));_0x41d09c[_0x3e5d('0x6')]('blockQuote',(_0x21d0e2,_0x526bf0={})=>{const _0x335562=this[_0x3e5d('0xe')][_0x3e5d('0x17')]['document'][_0x3e5d('0xc')],_0x2cb1b9=_0x526bf0&&void 0x0!==_0x526bf0[_0x3e5d('0x1a')]?_0x526bf0[_0x3e5d('0x1a')]:!_0xd31f76[_0x3e5d('0x12')];let _0x50c131=[];if(_0x2cb1b9){const _0x67260e=Array['from'](_0x335562[_0x3e5d('0x4')]())['filter'](_0x55e4e2=>Kt(_0x55e4e2)||function(_0x142ff8,_0x55941f){const _0xf2399b=_0x55941f[_0x3e5d('0x1c')](_0x142ff8[_0x3e5d('0x5')],_0x3e5d('0xf')),_0x224a96=_0x55941f[_0x3e5d('0x1c')]([_0x3e5d('0x13'),'blockQuote'],_0x142ff8);return _0xf2399b&&_0x224a96;}(_0x55e4e2,this[_0x3e5d('0xe')][_0x3e5d('0x17')][_0x3e5d('0x1d')]));_0x50c131=_0x46aff5(_0x67260e,_0x3743b3[_0x3e5d('0x17')]);}else{const _0x3f558e=Array[_0x3e5d('0x19')](_0x335562[_0x3e5d('0x4')]())['filter'](_0x40dde3=>Kt(_0x40dde3));_0x50c131=_0x46aff5(_0x3f558e,_0x3743b3[_0x3e5d('0x17')]);}_0x3743b3[_0x3e5d('0x17')][_0x3e5d('0x2')](()=>{for(const _0x18cce4 of _0x50c131)_0x41d09c[_0x3e5d('0x7')](_0x18cce4,{'commandName':_0x3e5d('0xf'),'commandParams':[{'forceValue':_0x2cb1b9}]});});}),_0x41d09c[_0x3e5d('0xd')][_0x3e5d('0x9')](_0x44832e=>{const {data:_0x21402c}=_0x44832e;if(_0x21402c&&_0x3e5d('0xf')==_0x21402c[_0x3e5d('0x8')]){const _0x4fc9a7=_0x159f6f(_0x4a809b,_0x3e5d('0xb'));return _0x21402c['commandParams'][0x0][_0x3e5d('0x1a')]?{'type':_0x3e5d('0x0'),'content':_0x159f6f(_0x4a809b,_0x3e5d('0x10'),_0x4fc9a7)}:{'type':_0x3e5d('0x0'),'content':_0x159f6f(_0x4a809b,_0x3e5d('0x3'),_0x4fc9a7)};}});}}function Kt(_0x5641de){return _0x3e5d('0xf')==_0x5641de[_0x3e5d('0x5')][_0x3e5d('0x15')];}
23
+ const _0x4f99=['selection','plugins','format','afterInit','editor','parent','$root','commands','blockQuote','forceValue','commandParams','schema','BlockQuoteEditing','model','locale','registerDescriptionCallback','_descriptionFactory','from','getSelectedBlocks','has','TrackChangesEditing','commandName','ELEMENT_BLOCK_QUOTE','*Format:*\x20%0','*Remove\x20format:*\x20%0','get','enableCommand','value'];(function(_0x5b8bf1,_0x4f99d0){const _0x4f37e0=function(_0x4f9adb){while(--_0x4f9adb){_0x5b8bf1['push'](_0x5b8bf1['shift']());}};_0x4f37e0(++_0x4f99d0);}(_0x4f99,0x1e4));const _0x4f37=function(_0x5b8bf1,_0x4f99d0){_0x5b8bf1=_0x5b8bf1-0x0;let _0x4f37e0=_0x4f99[_0x5b8bf1];return _0x4f37e0;};import{Plugin as _0x423cc2}from'ckeditor5/src/core';import{getTranslation as _0x2acf7c}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x104398}from'../utils/utils';export default class j extends _0x423cc2{[_0x4f37('0x17')](){const _0x42e0f0=this[_0x4f37('0x18')],_0x16313f=_0x42e0f0[_0x4f37('0x6')];if(!_0x42e0f0['plugins'][_0x4f37('0xb')](_0x4f37('0x4')))return;const _0x29f196=_0x42e0f0[_0x4f37('0x15')][_0x4f37('0x11')](_0x4f37('0xc')),_0x345d2c=this['editor'][_0x4f37('0x1b')]['get'](_0x4f37('0x0'));_0x29f196[_0x4f37('0x12')](_0x4f37('0x0'),(_0x3fcfee,_0x1b1668={})=>{const _0x4ee078=this[_0x4f37('0x18')]['model']['document'][_0x4f37('0x14')],_0x196a19=_0x1b1668&&void 0x0!==_0x1b1668[_0x4f37('0x1')]?_0x1b1668[_0x4f37('0x1')]:!_0x345d2c[_0x4f37('0x13')];let _0x5d3127=[];if(_0x196a19){const _0x32f03c=Array[_0x4f37('0x9')](_0x4ee078[_0x4f37('0xa')]())['filter'](_0x34c906=>Xt(_0x34c906)||function(_0x2f37cc,_0x10ff28){const _0x37df8b=_0x10ff28['checkChild'](_0x2f37cc['parent'],'blockQuote'),_0x1a2804=_0x10ff28['checkChild']([_0x4f37('0x1a'),_0x4f37('0x0')],_0x2f37cc);return _0x37df8b&&_0x1a2804;}(_0x34c906,this['editor'][_0x4f37('0x5')][_0x4f37('0x3')]));_0x5d3127=_0x104398(_0x32f03c,_0x42e0f0[_0x4f37('0x5')]);}else{const _0x20f9f4=Array[_0x4f37('0x9')](_0x4ee078[_0x4f37('0xa')]())['filter'](_0x53412c=>Xt(_0x53412c));_0x5d3127=_0x104398(_0x20f9f4,_0x42e0f0[_0x4f37('0x5')]);}_0x42e0f0[_0x4f37('0x5')]['change'](()=>{for(const _0xd0b416 of _0x5d3127)_0x29f196['markBlockFormat'](_0xd0b416,{'commandName':_0x4f37('0x0'),'commandParams':[{'forceValue':_0x196a19}]});});}),_0x29f196[_0x4f37('0x8')][_0x4f37('0x7')](_0x3e1062=>{const {data:_0x1bea1e}=_0x3e1062;if(_0x1bea1e&&'blockQuote'==_0x1bea1e[_0x4f37('0xd')]){const _0x8062c6=_0x2acf7c(_0x16313f,_0x4f37('0xe'));return _0x1bea1e[_0x4f37('0x2')][0x0][_0x4f37('0x1')]?{'type':'format','content':_0x2acf7c(_0x16313f,_0x4f37('0xf'),_0x8062c6)}:{'type':_0x4f37('0x16'),'content':_0x2acf7c(_0x16313f,_0x4f37('0x10'),_0x8062c6)};}});}}function Xt(_0x245d98){return _0x4f37('0x0')==_0x245d98[_0x4f37('0x19')]['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5ccd=['editor','enableCommand','commands','TrackChangesEditing','ckbox','plugins','get'];(function(_0x243c63,_0x5ccd0b){const _0x22d25e=function(_0x294305){while(--_0x294305){_0x243c63['push'](_0x243c63['shift']());}};_0x22d25e(++_0x5ccd0b);}(_0x5ccd,0xfc));const _0x22d2=function(_0x243c63,_0x5ccd0b){_0x243c63=_0x243c63-0x0;let _0x22d25e=_0x5ccd[_0x243c63];return _0x22d25e;};import{Plugin as _0x36da58}from'ckeditor5/src/core';export default class E extends _0x36da58{['afterInit'](){const _0x33ec9d=this[_0x22d2('0x0')];_0x33ec9d[_0x22d2('0x2')][_0x22d2('0x6')](_0x22d2('0x4'))&&_0x33ec9d[_0x22d2('0x5')][_0x22d2('0x6')](_0x22d2('0x3'))[_0x22d2('0x1')](_0x22d2('0x4'));}}
23
+ const _0x1ebc=['afterInit','commands','TrackChangesEditing','ckbox','get','enableCommand','editor'];(function(_0x560e5b,_0x1ebc06){const _0x3205fe=function(_0x20170b){while(--_0x20170b){_0x560e5b['push'](_0x560e5b['shift']());}};_0x3205fe(++_0x1ebc06);}(_0x1ebc,0x1cd));const _0x3205=function(_0x560e5b,_0x1ebc06){_0x560e5b=_0x560e5b-0x0;let _0x3205fe=_0x1ebc[_0x560e5b];return _0x3205fe;};import{Plugin as _0x37c563}from'ckeditor5/src/core';export default class E extends _0x37c563{[_0x3205('0x1')](){const _0x5d72c6=this[_0x3205('0x0')];_0x5d72c6[_0x3205('0x2')][_0x3205('0x5')](_0x3205('0x4'))&&_0x5d72c6['plugins'][_0x3205('0x5')](_0x3205('0x3'))[_0x3205('0x6')](_0x3205('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x44d0=['name','commandParams','blockName','filter','plugins','checkChild','enableCommand','forceValue','*Format:*\x20%0','parent','commandName','codeBlock','language','indentCodeBlock','_descriptionFactory','find','languages','document','*Remove\x20format:*\x20%0','outdentCodeBlock','editor','getSelectedBlocks','has','markBlockFormat','afterInit','from','change','commands','registerDescriptionCallback','isLimit','format','model','formatBlock','locale','label','value','get','ELEMENT_CODE_BLOCK'];(function(_0x4669f5,_0x44d0fd){const _0x669126=function(_0x5862be){while(--_0x5862be){_0x4669f5['push'](_0x4669f5['shift']());}};_0x669126(++_0x44d0fd);}(_0x44d0,0x18c));const _0x6691=function(_0x4669f5,_0x44d0fd){_0x4669f5=_0x4669f5-0x0;let _0x669126=_0x44d0[_0x4669f5];return _0x669126;};import{Plugin as _0x6a0f2a}from'ckeditor5/src/core';import{getTranslation as _0x509166}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x51e71c}from'../utils/utils';export default class O extends _0x6a0f2a{[_0x6691('0x8')](){const _0x165754=this[_0x6691('0x4')];if(!_0x165754[_0x6691('0x1a')][_0x6691('0x6')]('CodeBlock'))return;const _0xc08987=_0x165754['plugins'][_0x6691('0x14')]('TrackChangesEditing'),_0x47f70c=_0x165754[_0x6691('0x11')],_0x46e5db=_0x165754['config']['get'](_0x6691('0x21'))[_0x6691('0x0')],_0x847b61=_0x165754[_0x6691('0xb')][_0x6691('0x14')]('codeBlock');_0xc08987[_0x6691('0x1c')](_0x6691('0x23')),_0xc08987[_0x6691('0x1c')](_0x6691('0x3')),_0xc08987[_0x6691('0x1c')](_0x6691('0x21'),(_0x25d0b2,_0x447e9f={})=>{const _0x4fd37f=_0x165754[_0x6691('0xf')],_0x2c0eca=_0x165754[_0x6691('0xf')][_0x6691('0x1')]['selection'],_0x98ff70=_0x447e9f&&void 0x0!==_0x447e9f[_0x6691('0x1d')]?_0x447e9f[_0x6691('0x1d')]:!_0x847b61[_0x6691('0x13')];let _0x4a2a2c;_0x447e9f['language']||(_0x447e9f[_0x6691('0x22')]=_0x46e5db[0x0][_0x6691('0x22')]),_0x4a2a2c=_0x98ff70?Array[_0x6691('0x9')](_0x2c0eca[_0x6691('0x5')]())[_0x6691('0x19')](_0x930f9e=>to(_0x930f9e)||function(_0x583335,_0x48c2ea){if(_0x583335['is']('rootElement')||_0x48c2ea[_0x6691('0xd')](_0x583335))return!0x1;return _0x48c2ea[_0x6691('0x1b')](_0x583335[_0x6691('0x1f')],_0x6691('0x21'));}(_0x930f9e,_0x4fd37f['schema'])):Array[_0x6691('0x9')](_0x2c0eca['getSelectedBlocks']())[_0x6691('0x19')](_0x493cda=>to(_0x493cda));const _0x473fa2=_0x51e71c(_0x4a2a2c,_0x4fd37f);_0x4fd37f[_0x6691('0xa')](()=>{for(const _0x2a6a1b of _0x473fa2)_0xc08987[_0x6691('0x7')](_0x2a6a1b,{'commandName':_0x6691('0x21'),'commandParams':[{..._0x447e9f,'forceValue':_0x98ff70}],'formatGroupId':_0x6691('0x18')});});}),(_0xc08987[_0x6691('0x24')]['registerElementLabel'](_0x6691('0x21'),_0x3d71fb=>_0x509166(_0x47f70c,_0x6691('0x15'),_0x3d71fb)),_0xc08987[_0x6691('0x24')][_0x6691('0xc')](_0x588df6=>{const _0x194bb4=_0x47f70c['t'],{type:_0x15d0fe,data:_0x35a6cc}=_0x588df6;if(_0x6691('0x10')==_0x15d0fe&&_0x35a6cc&&_0x6691('0x21')==_0x35a6cc[_0x6691('0x20')]){const _0x241a1f=_0x35a6cc[_0x6691('0x17')][0x0][_0x6691('0x22')],_0x4905b3=_0x194bb4(_0x46e5db[_0x6691('0x25')](_0x55e872=>_0x55e872[_0x6691('0x22')]===_0x241a1f)[_0x6691('0x12')]);return _0x35a6cc[_0x6691('0x17')][0x0]['forceValue']?{'type':'format','content':_0x509166(_0x47f70c,_0x6691('0x1e'),_0x509166(_0x47f70c,_0x6691('0x15'),0x1)+'\x20('+_0x4905b3+')')}:{'type':_0x6691('0xe'),'content':_0x509166(_0x47f70c,_0x6691('0x2'),_0x509166(_0x47f70c,'ELEMENT_CODE_BLOCK',0x1))};}}));}}function to(_0x15064a){return _0x6691('0x21')==_0x15064a[_0x6691('0x16')];}
23
+ const _0x232f=['value','codeBlock','document','commandParams','find','from','isLimit','change','formatBlock','registerElementLabel','schema','commands','getSelectedBlocks','plugins','_descriptionFactory','filter','enableCommand','selection','format','config','forceValue','rootElement','*Remove\x20format:*\x20%0','afterInit','ELEMENT_CODE_BLOCK','parent','get','model','name','CodeBlock','registerDescriptionCallback','commandName','TrackChangesEditing','locale','has','language','label','editor'];(function(_0x3660b6,_0x232fcf){const _0x6520d=function(_0x5c5288){while(--_0x5c5288){_0x3660b6['push'](_0x3660b6['shift']());}};_0x6520d(++_0x232fcf);}(_0x232f,0x148));const _0x6520=function(_0x3660b6,_0x232fcf){_0x3660b6=_0x3660b6-0x0;let _0x6520d=_0x232f[_0x3660b6];return _0x6520d;};import{Plugin as _0x27bc07}from'ckeditor5/src/core';import{getTranslation as _0x48c0aa}from'../utils/common-translations';import{getRangesOfBlockGroups as _0xb08b69}from'../utils/utils';export default class O extends _0x27bc07{[_0x6520('0x25')](){const _0x6aa301=this[_0x6520('0xd')];if(!_0x6aa301[_0x6520('0x1b')][_0x6520('0xa')](_0x6520('0x5')))return;const _0x5b1491=_0x6aa301[_0x6520('0x1b')]['get'](_0x6520('0x8')),_0x42b5bb=_0x6aa301[_0x6520('0x9')],_0x383c5f=_0x6aa301[_0x6520('0x21')][_0x6520('0x2')](_0x6520('0xf'))['languages'],_0x3db452=_0x6aa301[_0x6520('0x19')]['get'](_0x6520('0xf'));_0x5b1491['enableCommand']('indentCodeBlock'),_0x5b1491['enableCommand']('outdentCodeBlock'),_0x5b1491[_0x6520('0x1e')]('codeBlock',(_0x25c033,_0x5515f6={})=>{const _0x534f91=_0x6aa301['model'],_0xf14e86=_0x6aa301[_0x6520('0x3')][_0x6520('0x10')][_0x6520('0x1f')],_0x17f78d=_0x5515f6&&void 0x0!==_0x5515f6['forceValue']?_0x5515f6[_0x6520('0x22')]:!_0x3db452[_0x6520('0xe')];let _0x42a62d;_0x5515f6[_0x6520('0xb')]||(_0x5515f6['language']=_0x383c5f[0x0][_0x6520('0xb')]),_0x42a62d=_0x17f78d?Array[_0x6520('0x13')](_0xf14e86[_0x6520('0x1a')]())[_0x6520('0x1d')](_0x3672b6=>to(_0x3672b6)||function(_0x52e543,_0x58f958){if(_0x52e543['is'](_0x6520('0x23'))||_0x58f958[_0x6520('0x14')](_0x52e543))return!0x1;return _0x58f958['checkChild'](_0x52e543[_0x6520('0x1')],_0x6520('0xf'));}(_0x3672b6,_0x534f91[_0x6520('0x18')])):Array['from'](_0xf14e86[_0x6520('0x1a')]())['filter'](_0x3736ee=>to(_0x3736ee));const _0xa790d3=_0xb08b69(_0x42a62d,_0x534f91);_0x534f91[_0x6520('0x15')](()=>{for(const _0x83ca79 of _0xa790d3)_0x5b1491['markBlockFormat'](_0x83ca79,{'commandName':_0x6520('0xf'),'commandParams':[{..._0x5515f6,'forceValue':_0x17f78d}],'formatGroupId':'blockName'});});}),(_0x5b1491[_0x6520('0x1c')][_0x6520('0x17')](_0x6520('0xf'),_0x22031e=>_0x48c0aa(_0x42b5bb,_0x6520('0x0'),_0x22031e)),_0x5b1491['_descriptionFactory'][_0x6520('0x6')](_0x6349b4=>{const _0x375570=_0x42b5bb['t'],{type:_0x428bb9,data:_0xa0c02b}=_0x6349b4;if(_0x6520('0x16')==_0x428bb9&&_0xa0c02b&&_0x6520('0xf')==_0xa0c02b[_0x6520('0x7')]){const _0x5ac239=_0xa0c02b[_0x6520('0x11')][0x0][_0x6520('0xb')],_0x562303=_0x375570(_0x383c5f[_0x6520('0x12')](_0x86efce=>_0x86efce[_0x6520('0xb')]===_0x5ac239)[_0x6520('0xc')]);return _0xa0c02b[_0x6520('0x11')][0x0][_0x6520('0x22')]?{'type':_0x6520('0x20'),'content':_0x48c0aa(_0x42b5bb,'*Format:*\x20%0',_0x48c0aa(_0x42b5bb,_0x6520('0x0'),0x1)+'\x20('+_0x562303+')')}:{'type':_0x6520('0x20'),'content':_0x48c0aa(_0x42b5bb,_0x6520('0x24'),_0x48c0aa(_0x42b5bb,_0x6520('0x0'),0x1))};}}));}}function to(_0x3525af){return _0x6520('0xf')==_0x3525af[_0x6520('0x4')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ad3=['TrackChangesEditing','editor','plugins','has','addCommentThread','get'];(function(_0x3e6908,_0x1ad36e){const _0x48d509=function(_0x34c9a0){while(--_0x34c9a0){_0x3e6908['push'](_0x3e6908['shift']());}};_0x48d509(++_0x1ad36e);}(_0x1ad3,0x16a));const _0x48d5=function(_0x3e6908,_0x1ad36e){_0x3e6908=_0x3e6908-0x0;let _0x48d509=_0x1ad3[_0x3e6908];return _0x48d509;};import{Plugin as _0x257efa}from'ckeditor5/src/core';export default class F extends _0x257efa{['afterInit'](){const _0x5e2597=this[_0x48d5('0x5')];if(!_0x5e2597[_0x48d5('0x0')][_0x48d5('0x1')]('CommentsEditing'))return;_0x5e2597[_0x48d5('0x0')][_0x48d5('0x3')](_0x48d5('0x4'))['enableCommand'](_0x48d5('0x2'));}}
23
+ const _0x2c19=['get','plugins','addCommentThread','enableCommand','editor','afterInit'];(function(_0x4a448a,_0x2c19dc){const _0x5c6de5=function(_0x44d41b){while(--_0x44d41b){_0x4a448a['push'](_0x4a448a['shift']());}};_0x5c6de5(++_0x2c19dc);}(_0x2c19,0x19c));const _0x5c6d=function(_0x4a448a,_0x2c19dc){_0x4a448a=_0x4a448a-0x0;let _0x5c6de5=_0x2c19[_0x4a448a];return _0x5c6de5;};import{Plugin as _0x3b35b4}from'ckeditor5/src/core';export default class F extends _0x3b35b4{[_0x5c6d('0x1')](){const _0x4f0fe2=this[_0x5c6d('0x0')];if(!_0x4f0fe2[_0x5c6d('0x3')]['has']('CommentsEditing'))return;_0x4f0fe2[_0x5c6d('0x3')][_0x5c6d('0x2')]('TrackChangesEditing')[_0x5c6d('0x5')](_0x5c6d('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1631=['TrackChangesEditing','writer','editor','$graveyard','detach','showSuggestionHighlights','createRange','forward','editing','modifySelection','model','commands','rootName','bind','batch','plugins','unit','merge','uiElement','isCollapsed','high','enableCommand','document','options','downcastDispatcher','enqueueChange','end','start','getFirstRange','removeMarker:suggestion:deletion','addMarker:suggestion:deletion','deleteForward','buffer','createSelection','root','get'];(function(_0x1b19b2,_0x163172){const _0x4b81e6=function(_0x5614f4){while(--_0x5614f4){_0x1b19b2['push'](_0x1b19b2['shift']());}};_0x4b81e6(++_0x163172);}(_0x1631,0xd5));const _0x4b81=function(_0x1b19b2,_0x163172){_0x1b19b2=_0x1b19b2-0x0;let _0x4b81e6=_0x1631[_0x1b19b2];return _0x4b81e6;};import{Plugin as _0x5c84a7}from'ckeditor5/src/core';import{LiveRange as _0x4a0d22}from'ckeditor5/src/engine';import{Delete as _0x463df2}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x3aa058}from'./utils';export default class G extends _0x5c84a7{static get['requires'](){return[_0x463df2];}['init'](){const _0xa460cc=this[_0x4b81('0x5')],_0x28934d=_0xa460cc[_0x4b81('0x12')][_0x4b81('0x2')](_0x4b81('0x3'));_0x28934d[_0x4b81('0x18')]('delete');const _0x1df652=_0xa460cc[_0x4b81('0xe')][_0x4b81('0x2')](_0x4b81('0x22'));_0x28934d[_0x4b81('0x18')](_0x4b81('0x22'),(_0x4cc0bb,_0x4b068c={})=>{const _0x14b8c5=_0xa460cc[_0x4b81('0xd')][_0x4b81('0x0')](_0xa460cc['model'][_0x4b81('0x19')]['selection']);_0x14b8c5[_0x4b81('0x16')]&&_0xa460cc[_0x4b81('0xd')][_0x4b81('0xc')](_0x14b8c5,{'direction':_0x4b81('0xa'),'unit':_0x4b068c[_0x4b81('0x13')]});const _0x312e16=_0x14b8c5[_0x4b81('0x1f')](),_0x148489=_0x4a0d22['fromRange'](_0x312e16);let _0x3c82f0;_0x4cc0bb(_0x4b068c),_0x3c82f0=_0x4b81('0x6')==_0x148489[_0x4b81('0x1')][_0x4b81('0xf')]?_0xa460cc['model']['createRange'](_0x312e16[_0x4b81('0x1e')]):_0xa460cc['model'][_0x4b81('0x9')](_0x148489[_0x4b81('0x1e')],_0x148489['end']),_0x148489[_0x4b81('0x7')](),_0xa460cc[_0x4b81('0xd')][_0x4b81('0x1c')](_0x1df652[_0x4b81('0x23')][_0x4b81('0x11')],_0x27f3d0=>{_0x1df652[_0x4b81('0x23')]['lock'](),_0x27f3d0['setSelection'](_0x27f3d0[_0x4b81('0x9')](_0x3c82f0[_0x4b81('0x1d')])),_0x1df652[_0x4b81('0x23')]['unlock']();});}),_0xa460cc['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',_0x3aa058(_0xa460cc,'merge'),{'priority':'high'}),_0xa460cc['data']['downcastDispatcher']['on'](_0x4b81('0x21'),(_0x29c943,_0x460fcd,_0x2b71ee)=>{_0x2b71ee[_0x4b81('0x1a')][_0x4b81('0x8')]&&_0x3aa058(_0xa460cc,_0x4b81('0x14'),{'showActiveMarker':!0x1})[_0x4b81('0x10')](this)(_0x29c943,_0x460fcd,_0x2b71ee);},{'priority':_0x4b81('0x17')}),_0xa460cc[_0x4b81('0xb')][_0x4b81('0x1b')]['on'](_0x4b81('0x20'),(_0x2f1d0f,_0xe87fd,_0x28f693)=>{const _0x4eaff3=_0x28f693['mapper']['markerNameToElements'](_0xe87fd['markerName']);if(_0x4eaff3)for(const _0x30e395 of _0x4eaff3)_0x30e395['is'](_0x4b81('0x15'))&&(_0x28f693['mapper']['unbindElementFromMarkerName'](_0x30e395,_0xe87fd['markerName']),_0x28f693[_0x4b81('0x4')]['remove'](_0x30e395));},{'priority':_0x4b81('0x17')});}}
23
+ const _0x22a8=['markerName','showSuggestionHighlights','createRange','high','isCollapsed','fromRange','detach','enableCommand','deleteForward','end','TrackChangesEditing','lock','addMarker:suggestion:deletion','setSelection','batch','model','selection','options','get','markerNameToElements','unit','unlock','getFirstRange','$graveyard','merge','rootName','mapper','delete','remove','downcastDispatcher','root','modifySelection','enqueueChange','commands','buffer','removeMarker:suggestion:deletion','start','requires'];(function(_0x35d0d3,_0x22a8d7){const _0x1002c3=function(_0x5e1a46){while(--_0x5e1a46){_0x35d0d3['push'](_0x35d0d3['shift']());}};_0x1002c3(++_0x22a8d7);}(_0x22a8,0x146));const _0x1002=function(_0x35d0d3,_0x22a8d7){_0x35d0d3=_0x35d0d3-0x0;let _0x1002c3=_0x22a8[_0x35d0d3];return _0x1002c3;};import{Plugin as _0x64adad}from'ckeditor5/src/core';import{LiveRange as _0x5e252c}from'ckeditor5/src/engine';import{Delete as _0x414688}from'ckeditor5/src/typing';import{downcastSplitMergeMarker as _0x40a57}from'./utils';export default class G extends _0x64adad{static get[_0x1002('0xf')](){return[_0x414688];}['init'](){const _0x42793a=this['editor'],_0x426070=_0x42793a['plugins'][_0x1002('0x22')](_0x1002('0x1a'));_0x426070[_0x1002('0x17')](_0x1002('0x5'));const _0x1f7df7=_0x42793a[_0x1002('0xb')][_0x1002('0x22')]('deleteForward');_0x426070[_0x1002('0x17')](_0x1002('0x18'),(_0x508ebc,_0x1f3fb2={})=>{const _0x12ae8c=_0x42793a['model']['createSelection'](_0x42793a[_0x1002('0x1f')]['document'][_0x1002('0x20')]);_0x12ae8c[_0x1002('0x14')]&&_0x42793a[_0x1002('0x1f')][_0x1002('0x9')](_0x12ae8c,{'direction':'forward','unit':_0x1f3fb2[_0x1002('0x24')]});const _0x4ca041=_0x12ae8c[_0x1002('0x0')](),_0x143309=_0x5e252c[_0x1002('0x15')](_0x4ca041);let _0x4592f6;_0x508ebc(_0x1f3fb2),_0x4592f6=_0x1002('0x1')==_0x143309[_0x1002('0x8')][_0x1002('0x3')]?_0x42793a[_0x1002('0x1f')][_0x1002('0x12')](_0x4ca041[_0x1002('0xe')]):_0x42793a[_0x1002('0x1f')][_0x1002('0x12')](_0x143309[_0x1002('0xe')],_0x143309[_0x1002('0x19')]),_0x143309[_0x1002('0x16')](),_0x42793a[_0x1002('0x1f')][_0x1002('0xa')](_0x1f7df7[_0x1002('0xc')][_0x1002('0x1e')],_0x3d3bee=>{_0x1f7df7[_0x1002('0xc')][_0x1002('0x1b')](),_0x3d3bee[_0x1002('0x1d')](_0x3d3bee['createRange'](_0x4592f6[_0x1002('0x19')])),_0x1f7df7['buffer'][_0x1002('0x25')]();});}),_0x42793a['editing'][_0x1002('0x7')]['on'](_0x1002('0x1c'),_0x40a57(_0x42793a,'merge'),{'priority':_0x1002('0x13')}),_0x42793a['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x40517d,_0x4711ad,_0x5c086d)=>{_0x5c086d[_0x1002('0x21')][_0x1002('0x11')]&&_0x40a57(_0x42793a,_0x1002('0x2'),{'showActiveMarker':!0x1})['bind'](this)(_0x40517d,_0x4711ad,_0x5c086d);},{'priority':_0x1002('0x13')}),_0x42793a['editing'][_0x1002('0x7')]['on'](_0x1002('0xd'),(_0x1ad3f0,_0x26c8d2,_0x593f97)=>{const _0x4ff5bd=_0x593f97[_0x1002('0x4')][_0x1002('0x23')](_0x26c8d2[_0x1002('0x10')]);if(_0x4ff5bd)for(const _0x224a62 of _0x4ff5bd)_0x224a62['is']('uiElement')&&(_0x593f97[_0x1002('0x4')]['unbindElementFromMarkerName'](_0x224a62,_0x26c8d2[_0x1002('0x10')]),_0x593f97['writer'][_0x1002('0x6')](_0x224a62));},{'priority':_0x1002('0x13')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xa5d3=['start','registerCustomCallback','registerElementLabel','parent','end','outdentList','bulletedList','commandParams','containsItem','_suggestionFactory','enableCommand','_descriptionFactory','ELEMENT_','length','numberedList','afterInit','schema','previousSibling','commands','refresh','plugins','map','documentList','ELEMENT_LIST_ITEM','accept','add','createRange','getFirstRange','detach','formatBlock','isObject','ELEMENT_NUMBERED_LIST','deletion','format','from','locale','commandName','markMultiRangeBlockFormat','splitListItemAfter','execute','listIndent','editor','createPositionAt','DocumentListEditing','setSelection','listType','slice','getAttribute','fromRange','indentList','multipleBlocks','selection','next','*Format:*\x20remove\x20from\x20%0','toUpperCase','model','push','_LIST','get','listItemId','document','getSelectedBlocks','splitListItemBefore','mergeListItemForward','has','*Change\x20to:*\x20%0','DocumentListUtils','findIndex','*Format:*\x20insert\x20into\x20%0','nodeAfter','*Merge:*\x20%0','nextSibling','mergeListItemBackward','value','markBlockFormat'];(function(_0x156860,_0xa5d354){const _0x51c4a8=function(_0x367e42){while(--_0x367e42){_0x156860['push'](_0x156860['shift']());}};_0x51c4a8(++_0xa5d354);}(_0xa5d3,0xbd));const _0x51c4=function(_0x156860,_0xa5d354){_0x156860=_0x156860-0x0;let _0x51c4a8=_0xa5d3[_0x156860];return _0x51c4a8;};import{Plugin as _0x5dde35}from'ckeditor5/src/core';import{getTranslation as _0x4019a3}from'../utils/common-translations';import{LiveRange as _0x4a3edc}from'ckeditor5/src/engine';export default class L extends _0x5dde35{[_0x51c4('0x33')](){const _0x261b12=this[_0x51c4('0x2')];if(!_0x261b12[_0x51c4('0x38')][_0x51c4('0x19')](_0x51c4('0x4')))return;const _0x429d12=_0x261b12[_0x51c4('0x47')],_0x128c27=_0x261b12[_0x51c4('0x38')][_0x51c4('0x13')]('TrackChangesEditing'),_0x138d38=_0x261b12['plugins'][_0x51c4('0x13')](_0x51c4('0x1b'));function _0x18d88c(_0x2bfc53){return()=>{const _0x13dfff=_0x261b12[_0x51c4('0x36')][_0x51c4('0x13')](_0x2bfc53);let _0x2777c8=Array['from'](_0x261b12['model']['document'][_0x51c4('0xc')][_0x51c4('0x16')]());if(_0x253e7c(_0x2bfc53)){_0x2777c8=_0x138d38['expandListBlocksToCompleteList'](_0x2777c8);const _0x259b49=[];for(const _0x340d7d of _0x2777c8)_0x138d38['isFirstBlockOfListItem'](_0x340d7d)&&_0x259b49['push'](_0x340d7d);_0x2777c8=_0x259b49;}_0x261b12[_0x51c4('0x10')]['change'](()=>{_0x128c27[_0x51c4('0x49')](_0x2777c8,{'commandName':_0x2bfc53,'commandParams':[{'forceValue':!_0x13dfff['value']}],'formatGroupId':_0x51c4('0x6')},[],_0x51c4('0x3a'));});};}function _0x5f03aa(_0x33ed10){return()=>{const _0x51ab4e=function(_0x593703){let _0x1b4e41=Array[_0x51c4('0x46')](_0x593703);const _0x50e12f=_0x1b4e41[_0x51c4('0x1c')](_0x4efd74=>!_0x4efd74['hasAttribute'](_0x51c4('0x14')));return _0x50e12f>-0x1&&(_0x1b4e41=_0x1b4e41[_0x51c4('0x7')](0x0,_0x50e12f)),_0x1b4e41;}(_0x261b12['model'][_0x51c4('0x15')]['selection']['getSelectedBlocks']()),_0x35aab5=_0x51ab4e[_0x51ab4e[_0x51c4('0x31')]-0x1],_0x811a31=_0x261b12[_0x51c4('0x10')][_0x51c4('0x34')][_0x51c4('0x42')](_0x35aab5)?'after':_0x51c4('0x28'),_0x100bb3=_0x261b12[_0x51c4('0x10')][_0x51c4('0x3e')](_0x261b12[_0x51c4('0x10')][_0x51c4('0x3')](_0x51ab4e[0x0],'before'),_0x261b12['model']['createPositionAt'](_0x35aab5,_0x811a31));_0x261b12[_0x51c4('0x10')]['change'](()=>{_0x128c27[_0x51c4('0x23')](_0x100bb3,{'commandName':_0x33ed10,'commandParams':[],'formatGroupId':'listType'},function(_0x2dc7e6){const _0x3c750d=new Set();for(const _0x51c8cc of _0x2dc7e6){let _0x5e626c=_0x51c8cc['nextSibling'];for(;_0x5e626c&&_0x5e626c[_0x51c4('0x8')]('listIndent')>_0x51c8cc[_0x51c4('0x8')](_0x51c4('0x1'));)_0x3c750d[_0x51c4('0x3d')](_0x5e626c),_0x5e626c=_0x5e626c[_0x51c4('0x20')];}return Array[_0x51c4('0x46')](_0x3c750d);}(_0x51ab4e));});};}function _0x48b54a(_0x385add){return()=>{const _0xf46668=_0x261b12[_0x51c4('0x10')][_0x51c4('0x15')]['selection'][_0x51c4('0x16')]()[_0x51c4('0xd')]()[_0x51c4('0x22')],_0x2bac39=_0x261b12[_0x51c4('0x10')][_0x51c4('0x3')](_0xf46668,'before'),_0x183582=_0x261b12[_0x51c4('0x10')]['createPositionAt'](_0xf46668,0x0),_0x21d15e=_0x261b12[_0x51c4('0x10')][_0x51c4('0x3e')](_0x2bac39,_0x183582);_0x261b12[_0x51c4('0x10')]['change'](()=>{_0x128c27[_0x51c4('0x23')](_0x21d15e,{'commandName':_0x385add,'commandParams':[],'formatGroupId':_0x51c4('0x6')});});};}function _0x253e7c(_0x57a090){const _0x544721=_0x261b12['commands']['get'](_0x51c4('0x2a'))[_0x51c4('0x22')],_0xddf3a2=_0x261b12[_0x51c4('0x36')][_0x51c4('0x13')](_0x51c4('0x32'))['value'];return _0x51c4('0x32')===_0x57a090?_0x544721:_0xddf3a2;}_0x128c27[_0x51c4('0x2e')](_0x51c4('0x32'),_0x18d88c(_0x51c4('0x32'))),_0x128c27['enableCommand']('bulletedList',_0x18d88c(_0x51c4('0x2a'))),_0x128c27[_0x51c4('0x2e')]('indentList',_0x5f03aa(_0x51c4('0xa'))),_0x128c27[_0x51c4('0x2e')](_0x51c4('0x29'),_0x5f03aa(_0x51c4('0x29'))),_0x128c27['enableCommand'](_0x51c4('0x4a'),_0x48b54a(_0x51c4('0x4a'))),_0x128c27[_0x51c4('0x2e')](_0x51c4('0x17'),_0x48b54a(_0x51c4('0x17'))),_0x128c27[_0x51c4('0x2f')][_0x51c4('0x26')](function(_0x26485e){const _0x4f03d8=!_0x261b12[_0x51c4('0x10')][_0x51c4('0x34')][_0x51c4('0x42')](_0x26485e),_0x28c2e5=_0x26485e[_0x51c4('0x35')],_0x50b3a5=_0x26485e['nextSibling'],_0x385389=_0x26485e[_0x51c4('0x8')](_0x51c4('0x14')),_0x467875=!_0x28c2e5||_0x28c2e5[_0x51c4('0x8')](_0x51c4('0x14'))!==_0x385389,_0x4f0e83=!_0x50b3a5||_0x50b3a5[_0x51c4('0x8')](_0x51c4('0x14'))!==_0x385389;return _0x4f03d8&&Boolean(_0x385389)&&_0x467875&&_0x4f0e83;},_0x5bd432=>_0x4019a3(_0x429d12,'ELEMENT_LIST_ITEM',_0x5bd432)),_0x128c27[_0x51c4('0x2f')]['registerDescriptionCallback'](function(_0x8c15d9){const {data:_0x32b74d}=_0x8c15d9;if(!_0x32b74d)return;let _0x157ef9,_0x48588c,_0x290748,_0x47e346;switch(_0x32b74d[_0x51c4('0x48')]){case _0x51c4('0x2a'):_0x290748=_0x32b74d[_0x51c4('0x2b')][0x0]['forceValue'],_0x47e346=_0x253e7c(_0x32b74d['commandName']),_0x157ef9=_0x290748?_0x51c4('0x1d'):_0x51c4('0xe'),_0x47e346&&(_0x157ef9=_0x51c4('0x1a')),_0x48588c={'type':'format','content':_0x4019a3(_0x429d12,_0x157ef9,_0x4019a3(_0x429d12,'ELEMENT_BULLETED_LIST'))};break;case _0x51c4('0x32'):_0x290748=_0x32b74d[_0x51c4('0x2b')][0x0]['forceValue'],_0x47e346=_0x253e7c(_0x32b74d['commandName']),_0x157ef9=_0x290748?'*Format:*\x20insert\x20into\x20%0':_0x51c4('0xe'),_0x47e346&&(_0x157ef9=_0x51c4('0x1a')),_0x48588c={'type':'format','content':_0x4019a3(_0x429d12,_0x157ef9,_0x4019a3(_0x429d12,_0x51c4('0x43')))};break;case _0x51c4('0xa'):_0x157ef9='*Indent:*\x20%0',_0x48588c={'type':_0x51c4('0x45'),'content':_0x4019a3(_0x429d12,_0x157ef9,_0x4019a3(_0x429d12,_0x51c4('0x3b')))};break;case _0x51c4('0x29'):_0x157ef9=function(_0x2ee0ee){const _0x40ffba=_0x2ee0ee[_0x51c4('0x3f')]();let _0xb1979f=_0x40ffba[_0x51c4('0x24')][_0x51c4('0x1e')];for(;_0xb1979f&&_0x40ffba[_0x51c4('0x2c')](_0xb1979f);){if(_0xb1979f[_0x51c4('0x8')](_0x51c4('0x1'))>0x0)return!0x1;_0xb1979f=_0xb1979f['nextSibling'];}return!0x0;}(_0x8c15d9)?_0x4019a3(_0x429d12,_0x51c4('0xe'),_0x4019a3(_0x429d12,function(_0x395219){const _0x4e8cfe=_0x395219[_0x51c4('0x3f')]()['start'][_0x51c4('0x1e')];return _0x51c4('0x30')+_0x4e8cfe[_0x51c4('0x8')](_0x51c4('0x6'))[_0x51c4('0xf')]()+_0x51c4('0x12');}(_0x8c15d9))):_0x4019a3(_0x429d12,'*Outdent:*\x20%0',_0x4019a3(_0x429d12,_0x51c4('0x3b'))),_0x48588c={'type':_0x51c4('0x45'),'content':_0x157ef9};break;case _0x51c4('0x21'):case _0x51c4('0x18'):!0x1===_0x32b74d[_0x51c4('0xb')]&&(_0x157ef9=_0x51c4('0x1f'),_0x48588c={'type':_0x51c4('0x44'),'content':_0x4019a3(_0x429d12,_0x157ef9,_0x4019a3(_0x429d12,_0x51c4('0x3b')))});}return _0x48588c;}),_0x128c27[_0x51c4('0x2d')][_0x51c4('0x25')](_0x51c4('0x41'),_0x51c4('0x3a'),_0x51c4('0x3c'),function(_0x3f05fb,_0x36056b){const _0x2466cb=[];for(let _0x365953 of _0x3f05fb)_0x365953[_0x51c4('0x24')][_0x51c4('0x1e')]===_0x365953[_0x51c4('0x28')][_0x51c4('0x27')]&&(_0x365953=_0x261b12[_0x51c4('0x10')][_0x51c4('0x3e')](_0x261b12[_0x51c4('0x10')]['createPositionAt'](_0x365953[_0x51c4('0x24')][_0x51c4('0x1e')],0x0))),_0x2466cb[_0x51c4('0x11')](_0x365953);_0x261b12[_0x51c4('0x10')]['change'](_0x287b6d=>{const _0x2b2ecf=_0x261b12['model'][_0x51c4('0x15')][_0x51c4('0xc')],_0x25079f=Array[_0x51c4('0x46')](_0x2b2ecf['getRanges']())[_0x51c4('0x39')](_0x5392bf=>_0x4a3edc[_0x51c4('0x9')](_0x5392bf));_0x287b6d[_0x51c4('0x5')](_0x2466cb),_0x261b12[_0x51c4('0x36')]['get'](_0x36056b[_0x51c4('0x48')])[_0x51c4('0x37')](),_0x36056b[_0x51c4('0x2b')]['push']({'forceDefaultExecution':!0x0}),_0x261b12[_0x51c4('0x0')](_0x36056b[_0x51c4('0x48')],..._0x36056b['commandParams']),_0x287b6d['setSelection'](_0x25079f);for(const _0x2f51b6 of _0x25079f)_0x2f51b6[_0x51c4('0x40')]();});});}}
23
+ const _0x26e2=['listItemId','value','DocumentListEditing','markBlockFormat','commands','start','setSelection','getSelectedBlocks','enableCommand','bulletedList','nextSibling','model','add','getFirstRange','after','_LIST','listIndent','commandName','outdentList','editor','documentList','splitListItemAfter','push','mergeListItemBackward','ELEMENT_NUMBERED_LIST','slice','document','format','isObject','locale','getAttribute','containsItem','splitListItemBefore','*Format:*\x20insert\x20into\x20%0','from','DocumentListUtils','createRange','plugins','*Format:*\x20remove\x20from\x20%0','listType','nodeAfter','getRanges','registerElementLabel','*Outdent:*\x20%0','*Change\x20to:*\x20%0','createPositionAt','selection','indentList','before','deletion','_descriptionFactory','mergeListItemForward','*Merge:*\x20%0','markMultiRangeBlockFormat','hasAttribute','previousSibling','commandParams','ELEMENT_LIST_ITEM','get','expandListBlocksToCompleteList','refresh','end','formatBlock','change','numberedList','map','has','detach','schema'];(function(_0x45dbc6,_0x26e23e){const _0x3b8479=function(_0x3f85cf){while(--_0x3f85cf){_0x45dbc6['push'](_0x45dbc6['shift']());}};_0x3b8479(++_0x26e23e);}(_0x26e2,0x189));const _0x3b84=function(_0x45dbc6,_0x26e23e){_0x45dbc6=_0x45dbc6-0x0;let _0x3b8479=_0x26e2[_0x45dbc6];return _0x3b8479;};import{Plugin as _0x345119}from'ckeditor5/src/core';import{getTranslation as _0x58ec65}from'../utils/common-translations';import{LiveRange as _0x4d9f7c}from'ckeditor5/src/engine';export default class L extends _0x345119{['afterInit'](){const _0x1c084d=this[_0x3b84('0x28')];if(!_0x1c084d[_0x3b84('0x3a')][_0x3b84('0x12')](_0x3b84('0x17')))return;const _0x4be28c=_0x1c084d[_0x3b84('0x32')],_0x2bf59f=_0x1c084d['plugins'][_0x3b84('0xa')]('TrackChangesEditing'),_0x528e13=_0x1c084d['plugins'][_0x3b84('0xa')](_0x3b84('0x38'));function _0x23ed4f(_0x31b177){return()=>{const _0x1ed253=_0x1c084d[_0x3b84('0x19')]['get'](_0x31b177);let _0x1b0839=Array['from'](_0x1c084d[_0x3b84('0x20')][_0x3b84('0x2f')]['selection'][_0x3b84('0x1c')]());if(_0x1a078b(_0x31b177)){_0x1b0839=_0x528e13[_0x3b84('0xb')](_0x1b0839);const _0x5c6bd4=[];for(const _0x5bcd77 of _0x1b0839)_0x528e13['isFirstBlockOfListItem'](_0x5bcd77)&&_0x5c6bd4[_0x3b84('0x2b')](_0x5bcd77);_0x1b0839=_0x5c6bd4;}_0x1c084d[_0x3b84('0x20')]['change'](()=>{_0x2bf59f[_0x3b84('0x5')](_0x1b0839,{'commandName':_0x31b177,'commandParams':[{'forceValue':!_0x1ed253[_0x3b84('0x16')]}],'formatGroupId':_0x3b84('0x3c')},[],_0x3b84('0x29'));});};}function _0x3ef5ee(_0x2897dc){return()=>{const _0x31902e=function(_0x1de72a){let _0x21155c=Array[_0x3b84('0x37')](_0x1de72a);const _0x32b6f2=_0x21155c['findIndex'](_0x4f0814=>!_0x4f0814[_0x3b84('0x6')](_0x3b84('0x15')));return _0x32b6f2>-0x1&&(_0x21155c=_0x21155c[_0x3b84('0x2e')](0x0,_0x32b6f2)),_0x21155c;}(_0x1c084d[_0x3b84('0x20')]['document'][_0x3b84('0x43')][_0x3b84('0x1c')]()),_0xdd1034=_0x31902e[_0x31902e['length']-0x1],_0x3f15c8=_0x1c084d[_0x3b84('0x20')][_0x3b84('0x14')][_0x3b84('0x31')](_0xdd1034)?_0x3b84('0x23'):_0x3b84('0xd'),_0x4b79a1=_0x1c084d[_0x3b84('0x20')]['createRange'](_0x1c084d[_0x3b84('0x20')][_0x3b84('0x42')](_0x31902e[0x0],_0x3b84('0x0')),_0x1c084d[_0x3b84('0x20')]['createPositionAt'](_0xdd1034,_0x3f15c8));_0x1c084d[_0x3b84('0x20')]['change'](()=>{_0x2bf59f[_0x3b84('0x18')](_0x4b79a1,{'commandName':_0x2897dc,'commandParams':[],'formatGroupId':'listType'},function(_0x57d102){const _0x5c0f1=new Set();for(const _0x573a66 of _0x57d102){let _0x5898e9=_0x573a66[_0x3b84('0x1f')];for(;_0x5898e9&&_0x5898e9['getAttribute']('listIndent')>_0x573a66[_0x3b84('0x33')](_0x3b84('0x25'));)_0x5c0f1[_0x3b84('0x21')](_0x5898e9),_0x5898e9=_0x5898e9[_0x3b84('0x1f')];}return Array[_0x3b84('0x37')](_0x5c0f1);}(_0x31902e));});};}function _0xe87a1a(_0x9013fa){return()=>{const _0x553769=_0x1c084d['model'][_0x3b84('0x2f')]['selection'][_0x3b84('0x1c')]()['next']()['value'],_0x980757=_0x1c084d[_0x3b84('0x20')][_0x3b84('0x42')](_0x553769,_0x3b84('0x0')),_0x18a713=_0x1c084d[_0x3b84('0x20')][_0x3b84('0x42')](_0x553769,0x0),_0x1d2383=_0x1c084d[_0x3b84('0x20')][_0x3b84('0x39')](_0x980757,_0x18a713);_0x1c084d[_0x3b84('0x20')][_0x3b84('0xf')](()=>{_0x2bf59f[_0x3b84('0x18')](_0x1d2383,{'commandName':_0x9013fa,'commandParams':[],'formatGroupId':_0x3b84('0x3c')});});};}function _0x1a078b(_0x4e4cd8){const _0xf6ec9=_0x1c084d[_0x3b84('0x19')]['get']('bulletedList')[_0x3b84('0x16')],_0x262e72=_0x1c084d['commands'][_0x3b84('0xa')](_0x3b84('0x10'))['value'];return _0x3b84('0x10')===_0x4e4cd8?_0xf6ec9:_0x262e72;}_0x2bf59f['enableCommand'](_0x3b84('0x10'),_0x23ed4f(_0x3b84('0x10'))),_0x2bf59f[_0x3b84('0x1d')](_0x3b84('0x1e'),_0x23ed4f(_0x3b84('0x1e'))),_0x2bf59f['enableCommand']('indentList',_0x3ef5ee('indentList')),_0x2bf59f[_0x3b84('0x1d')](_0x3b84('0x27'),_0x3ef5ee('outdentList')),_0x2bf59f[_0x3b84('0x1d')]('splitListItemAfter',_0xe87a1a(_0x3b84('0x2a'))),_0x2bf59f['enableCommand'](_0x3b84('0x35'),_0xe87a1a(_0x3b84('0x35'))),_0x2bf59f[_0x3b84('0x2')][_0x3b84('0x3f')](function(_0x1914aa){const _0x1f81f4=!_0x1c084d['model'][_0x3b84('0x14')][_0x3b84('0x31')](_0x1914aa),_0x1365c0=_0x1914aa[_0x3b84('0x7')],_0x6dbdfb=_0x1914aa[_0x3b84('0x1f')],_0x143958=_0x1914aa[_0x3b84('0x33')](_0x3b84('0x15')),_0x32b637=!_0x1365c0||_0x1365c0[_0x3b84('0x33')](_0x3b84('0x15'))!==_0x143958,_0x16989e=!_0x6dbdfb||_0x6dbdfb[_0x3b84('0x33')]('listItemId')!==_0x143958;return _0x1f81f4&&Boolean(_0x143958)&&_0x32b637&&_0x16989e;},_0x2c7a4d=>_0x58ec65(_0x4be28c,'ELEMENT_LIST_ITEM',_0x2c7a4d)),_0x2bf59f[_0x3b84('0x2')]['registerDescriptionCallback'](function(_0x29811d){const {data:_0x17192a}=_0x29811d;if(!_0x17192a)return;let _0x3368de,_0x4c2f64,_0x517e93,_0xb8a821;switch(_0x17192a[_0x3b84('0x26')]){case _0x3b84('0x1e'):_0x517e93=_0x17192a[_0x3b84('0x8')][0x0]['forceValue'],_0xb8a821=_0x1a078b(_0x17192a[_0x3b84('0x26')]),_0x3368de=_0x517e93?_0x3b84('0x36'):'*Format:*\x20remove\x20from\x20%0',_0xb8a821&&(_0x3368de=_0x3b84('0x41')),_0x4c2f64={'type':_0x3b84('0x30'),'content':_0x58ec65(_0x4be28c,_0x3368de,_0x58ec65(_0x4be28c,'ELEMENT_BULLETED_LIST'))};break;case _0x3b84('0x10'):_0x517e93=_0x17192a[_0x3b84('0x8')][0x0]['forceValue'],_0xb8a821=_0x1a078b(_0x17192a[_0x3b84('0x26')]),_0x3368de=_0x517e93?'*Format:*\x20insert\x20into\x20%0':_0x3b84('0x3b'),_0xb8a821&&(_0x3368de='*Change\x20to:*\x20%0'),_0x4c2f64={'type':_0x3b84('0x30'),'content':_0x58ec65(_0x4be28c,_0x3368de,_0x58ec65(_0x4be28c,_0x3b84('0x2d')))};break;case _0x3b84('0x44'):_0x3368de='*Indent:*\x20%0',_0x4c2f64={'type':_0x3b84('0x30'),'content':_0x58ec65(_0x4be28c,_0x3368de,_0x58ec65(_0x4be28c,_0x3b84('0x9')))};break;case'outdentList':_0x3368de=function(_0x515738){const _0x1dabbd=_0x515738[_0x3b84('0x22')]();let _0x464f6e=_0x1dabbd[_0x3b84('0x1a')]['nodeAfter'];for(;_0x464f6e&&_0x1dabbd[_0x3b84('0x34')](_0x464f6e);){if(_0x464f6e['getAttribute']('listIndent')>0x0)return!0x1;_0x464f6e=_0x464f6e[_0x3b84('0x1f')];}return!0x0;}(_0x29811d)?_0x58ec65(_0x4be28c,_0x3b84('0x3b'),_0x58ec65(_0x4be28c,function(_0x2e1c49){const _0xda92ba=_0x2e1c49[_0x3b84('0x22')]()[_0x3b84('0x1a')]['nodeAfter'];return'ELEMENT_'+_0xda92ba['getAttribute'](_0x3b84('0x3c'))['toUpperCase']()+_0x3b84('0x24');}(_0x29811d))):_0x58ec65(_0x4be28c,_0x3b84('0x40'),_0x58ec65(_0x4be28c,_0x3b84('0x9'))),_0x4c2f64={'type':_0x3b84('0x30'),'content':_0x3368de};break;case _0x3b84('0x2c'):case _0x3b84('0x3'):!0x1===_0x17192a['multipleBlocks']&&(_0x3368de=_0x3b84('0x4'),_0x4c2f64={'type':_0x3b84('0x1'),'content':_0x58ec65(_0x4be28c,_0x3368de,_0x58ec65(_0x4be28c,_0x3b84('0x9')))});}return _0x4c2f64;}),_0x2bf59f['_suggestionFactory']['registerCustomCallback'](_0x3b84('0xe'),_0x3b84('0x29'),'accept',function(_0x3bb646,_0x2e5df4){const _0xae7810=[];for(let _0x3163e6 of _0x3bb646)_0x3163e6[_0x3b84('0x1a')][_0x3b84('0x3d')]===_0x3163e6[_0x3b84('0xd')]['parent']&&(_0x3163e6=_0x1c084d[_0x3b84('0x20')][_0x3b84('0x39')](_0x1c084d[_0x3b84('0x20')][_0x3b84('0x42')](_0x3163e6[_0x3b84('0x1a')][_0x3b84('0x3d')],0x0))),_0xae7810[_0x3b84('0x2b')](_0x3163e6);_0x1c084d[_0x3b84('0x20')][_0x3b84('0xf')](_0x58fbc5=>{const _0x1df61e=_0x1c084d['model'][_0x3b84('0x2f')][_0x3b84('0x43')],_0x44a22b=Array[_0x3b84('0x37')](_0x1df61e[_0x3b84('0x3e')]())[_0x3b84('0x11')](_0x5db8d8=>_0x4d9f7c['fromRange'](_0x5db8d8));_0x58fbc5['setSelection'](_0xae7810),_0x1c084d[_0x3b84('0x19')][_0x3b84('0xa')](_0x2e5df4[_0x3b84('0x26')])[_0x3b84('0xc')](),_0x2e5df4[_0x3b84('0x8')][_0x3b84('0x2b')]({'forceDefaultExecution':!0x0}),_0x1c084d['execute'](_0x2e5df4[_0x3b84('0x26')],..._0x2e5df4[_0x3b84('0x8')]),_0x58fbc5[_0x3b84('0x1b')](_0x44a22b);for(const _0x32031c of _0x44a22b)_0x32031c[_0x3b84('0x13')]();});});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x695e=['format','*Format:*\x20set\x20start\x20index\x20to\x20%0','getSelectedBlocks','change','DocumentListPropertiesUtils','listStyle','isFirstBlockOfListItem','listReversed','_getSuggestionBlocksForListStyle','filter','get','handleListStartCommand','listType','document','handleListStyleCommand','replace','isListItemBlock','*Change\x20to:*\x20%0','*Format:*\x20set\x20order\x20to\x20regular','numbered','has','ELEMENT_','model','type','handleDescriptions','registerDescriptionCallback','DocumentListUtils','listStart','_descriptionFactory','toUpperCase','startIndex','_getTranslationKeyForListStyle','plugins','_LIST_','reversed','getAttribute','TrackChangesEditing','handleListReversedCommand','afterInit','locale','getListTypeFromListStyleType','expandListBlocksToCompleteList','length','editor','DocumentListPropertiesEditing','selection','styles','push','_getSuggestionBlocks','bind','commandName','from','markMultiRangeBlockFormat','commandParams'];(function(_0x34b199,_0x695e94){const _0x48be0d=function(_0x2e19ce){while(--_0x2e19ce){_0x34b199['push'](_0x34b199['shift']());}};_0x48be0d(++_0x695e94);}(_0x695e,0x141));const _0x48be=function(_0x34b199,_0x695e94){_0x34b199=_0x34b199-0x0;let _0x48be0d=_0x695e[_0x34b199];return _0x48be0d;};import{Plugin as _0x597fe0}from'ckeditor5/src/core';import{getTranslation as _0x46114e}from'../utils/common-translations';export default class St extends _0x597fe0{[_0x48be('0x29')](){if(!this[_0x48be('0x2e')][_0x48be('0x23')][_0x48be('0x17')](_0x48be('0x2f')))return;const _0x32d900=this[_0x48be('0x2e')]['config'][_0x48be('0xd')]('list.properties'),_0x6c25ef=this['editor'][_0x48be('0x23')][_0x48be('0xd')](_0x48be('0x27'));_0x32d900[_0x48be('0x31')]&&_0x6c25ef['enableCommand']('listStyle',this[_0x48be('0x11')][_0x48be('0x34')](this)),_0x32d900[_0x48be('0x25')]&&_0x6c25ef['enableCommand']('listReversed',this[_0x48be('0x28')][_0x48be('0x34')](this)),_0x32d900[_0x48be('0x21')]&&_0x6c25ef['enableCommand'](_0x48be('0x1e'),this['handleListStartCommand'][_0x48be('0x34')](this)),_0x6c25ef[_0x48be('0x1f')][_0x48be('0x1c')](this[_0x48be('0x1b')]['bind'](this));}[_0x48be('0x11')](_0x1dda0a,_0x164e29={}){const _0x56b511=this['editor']['plugins'][_0x48be('0xd')](_0x48be('0x27')),_0x3555aa=this[_0x48be('0xb')]();this[_0x48be('0x2e')]['model']['change'](()=>{_0x56b511[_0x48be('0x1')](_0x3555aa,{'commandName':_0x48be('0x8'),'commandParams':[{'type':_0x164e29[_0x48be('0x1a')]}],'formatGroupId':_0x48be('0x8')});});}[_0x48be('0x28')](_0x3af109,_0x8abc3d={}){const _0x5d5f4c=this[_0x48be('0x2e')][_0x48be('0x23')][_0x48be('0xd')](_0x48be('0x27')),_0x3008b0=this['editor']['plugins'][_0x48be('0xd')](_0x48be('0x1d')),_0xaf30c3=this[_0x48be('0x33')](_0x26df61=>_0x3008b0[_0x48be('0x13')](_0x26df61)&&_0x48be('0x16')===_0x26df61[_0x48be('0x26')](_0x48be('0xf')));null!==_0xaf30c3&&this[_0x48be('0x2e')][_0x48be('0x19')]['change'](()=>{_0x5d5f4c[_0x48be('0x1')](_0xaf30c3,{'commandName':_0x48be('0xa'),'commandParams':[{'reversed':_0x8abc3d[_0x48be('0x25')]}],'formatGroupId':_0x48be('0xa')});});}[_0x48be('0xe')](_0x5e95db,_0x5024e7={}){const _0x48c3a2=this[_0x48be('0x2e')][_0x48be('0x23')][_0x48be('0xd')]('TrackChangesEditing'),_0x4d27fd=this[_0x48be('0x2e')][_0x48be('0x23')][_0x48be('0xd')](_0x48be('0x1d')),_0x512213=this[_0x48be('0x33')](_0x2d0068=>_0x4d27fd['isListItemBlock'](_0x2d0068)&&_0x48be('0x16')===_0x2d0068[_0x48be('0x26')](_0x48be('0xf')));null!==_0x512213&&this[_0x48be('0x2e')][_0x48be('0x19')][_0x48be('0x6')](()=>{_0x48c3a2[_0x48be('0x1')](_0x512213,{'commandName':_0x48be('0x1e'),'commandParams':[{'startIndex':_0x5024e7['startIndex']}],'formatGroupId':_0x48be('0x1e')});});}[_0x48be('0x1b')](_0x1fa47e){const _0x12b510=this[_0x48be('0x2e')][_0x48be('0x2a')],{data:_0x5a3661}=_0x1fa47e;if(!_0x5a3661)return;let _0x351d95,_0xa5634e;switch(_0x5a3661[_0x48be('0x35')]){case _0x48be('0x8'):_0x351d95=_0x48be('0x14'),_0xa5634e={'type':_0x48be('0x3'),'content':_0x46114e(_0x12b510,_0x351d95,_0x46114e(_0x12b510,this[_0x48be('0x22')](_0x5a3661[_0x48be('0x2')][0x0][_0x48be('0x1a')])))};break;case _0x48be('0xa'):_0x351d95=_0x5a3661[_0x48be('0x2')][0x0][_0x48be('0x25')]?'*Format:*\x20set\x20order\x20to\x20reversed':_0x48be('0x15'),_0xa5634e={'type':'format','content':_0x46114e(_0x12b510,_0x351d95)};break;case _0x48be('0x1e'):_0x351d95=_0x48be('0x4'),_0xa5634e={'type':_0x48be('0x3'),'content':_0x46114e(_0x12b510,_0x351d95,_0x5a3661[_0x48be('0x2')][0x0][_0x48be('0x21')])};}return _0xa5634e;}[_0x48be('0xb')](){const _0x4f3ed2=this[_0x48be('0x2e')][_0x48be('0x23')]['get'](_0x48be('0x1d'));let _0x508268=Array[_0x48be('0x0')](this[_0x48be('0x2e')][_0x48be('0x19')][_0x48be('0x10')][_0x48be('0x30')][_0x48be('0x5')]());return _0x508268[_0x48be('0x32')](..._0x4f3ed2['expandListBlocksToCompleteList'](_0x508268)),_0x508268=[...new Set(_0x508268)],_0x508268;}['_getSuggestionBlocks'](_0x378404){const _0x2af13f=this[_0x48be('0x2e')][_0x48be('0x23')][_0x48be('0xd')](_0x48be('0x1d'));let _0x20e4d7=Array[_0x48be('0x0')](this[_0x48be('0x2e')][_0x48be('0x19')][_0x48be('0x10')][_0x48be('0x30')][_0x48be('0x5')]())[_0x48be('0xc')](_0x378404);if(!_0x20e4d7[_0x48be('0x2d')])return null;_0x20e4d7=_0x2af13f[_0x48be('0x2c')](_0x20e4d7);const _0x43cdf0=[];for(const _0x511fc2 of _0x20e4d7)_0x2af13f[_0x48be('0x9')](_0x511fc2)&&_0x43cdf0['push'](_0x511fc2);return _0x43cdf0;}[_0x48be('0x22')](_0x445249){return _0x48be('0x18')+this[_0x48be('0x2e')]['plugins'][_0x48be('0xd')](_0x48be('0x7'))[_0x48be('0x2b')](_0x445249)[_0x48be('0x20')]()+_0x48be('0x24')+_0x445249[_0x48be('0x20')]()[_0x48be('0x12')](/-/g,'_');}}
23
+ const _0x5474=['handleListStartCommand','commandName','push','isListItemBlock','change','getListTypeFromListStyleType','_getSuggestionBlocks','document','*Format:*\x20set\x20order\x20to\x20regular','numbered','markMultiRangeBlockFormat','commandParams','_descriptionFactory','*Format:*\x20set\x20start\x20index\x20to\x20%0','locale','listReversed','reversed','from','ELEMENT_','replace','expandListBlocksToCompleteList','length','list.properties','styles','has','getSelectedBlocks','plugins','enableCommand','startIndex','filter','toUpperCase','DocumentListUtils','listStart','model','listStyle','selection','_LIST_','editor','get','listType','format','bind','DocumentListPropertiesUtils','*Change\x20to:*\x20%0','TrackChangesEditing','_getTranslationKeyForListStyle','handleListReversedCommand','handleListStyleCommand','getAttribute','_getSuggestionBlocksForListStyle','handleDescriptions'];(function(_0x4be68b,_0x54744){const _0x485238=function(_0x3199d4){while(--_0x3199d4){_0x4be68b['push'](_0x4be68b['shift']());}};_0x485238(++_0x54744);}(_0x5474,0x1a3));const _0x4852=function(_0x4be68b,_0x54744){_0x4be68b=_0x4be68b-0x0;let _0x485238=_0x5474[_0x4be68b];return _0x485238;};import{Plugin as _0x408a53}from'ckeditor5/src/core';import{getTranslation as _0x4cd8ea}from'../utils/common-translations';export default class At extends _0x408a53{['afterInit'](){if(!this['editor'][_0x4852('0xf')][_0x4852('0xd')]('DocumentListPropertiesEditing'))return;const _0x1957c8=this[_0x4852('0x1a')]['config'][_0x4852('0x1b')](_0x4852('0xb')),_0x12e29e=this[_0x4852('0x1a')][_0x4852('0xf')][_0x4852('0x1b')](_0x4852('0x21'));_0x1957c8[_0x4852('0xc')]&&_0x12e29e[_0x4852('0x10')](_0x4852('0x17'),this[_0x4852('0x24')][_0x4852('0x1e')](this)),_0x1957c8[_0x4852('0x5')]&&_0x12e29e['enableCommand']('listReversed',this[_0x4852('0x23')][_0x4852('0x1e')](this)),_0x1957c8[_0x4852('0x11')]&&_0x12e29e[_0x4852('0x10')](_0x4852('0x15'),this[_0x4852('0x28')]['bind'](this)),_0x12e29e[_0x4852('0x1')]['registerDescriptionCallback'](this[_0x4852('0x27')]['bind'](this));}[_0x4852('0x24')](_0x1e2339,_0x567324={}){const _0x4662d9=this[_0x4852('0x1a')][_0x4852('0xf')][_0x4852('0x1b')]('TrackChangesEditing'),_0x3f13d8=this['_getSuggestionBlocksForListStyle']();this[_0x4852('0x1a')][_0x4852('0x16')][_0x4852('0x2c')](()=>{_0x4662d9['markMultiRangeBlockFormat'](_0x3f13d8,{'commandName':_0x4852('0x17'),'commandParams':[{'type':_0x567324['type']}],'formatGroupId':_0x4852('0x17')});});}['handleListReversedCommand'](_0x50c237,_0x37b5d7={}){const _0x48e843=this['editor']['plugins'][_0x4852('0x1b')](_0x4852('0x21')),_0x333d99=this[_0x4852('0x1a')][_0x4852('0xf')][_0x4852('0x1b')]('DocumentListUtils'),_0x41bc68=this[_0x4852('0x2e')](_0x2f4196=>_0x333d99[_0x4852('0x2b')](_0x2f4196)&&_0x4852('0x31')===_0x2f4196[_0x4852('0x25')](_0x4852('0x1c')));null!==_0x41bc68&&this['editor'][_0x4852('0x16')][_0x4852('0x2c')](()=>{_0x48e843['markMultiRangeBlockFormat'](_0x41bc68,{'commandName':_0x4852('0x4'),'commandParams':[{'reversed':_0x37b5d7['reversed']}],'formatGroupId':_0x4852('0x4')});});}[_0x4852('0x28')](_0x2af7a8,_0x495063={}){const _0x5a930c=this[_0x4852('0x1a')][_0x4852('0xf')][_0x4852('0x1b')]('TrackChangesEditing'),_0x4f288b=this[_0x4852('0x1a')][_0x4852('0xf')][_0x4852('0x1b')](_0x4852('0x14')),_0x4310dc=this[_0x4852('0x2e')](_0x6d7e34=>_0x4f288b[_0x4852('0x2b')](_0x6d7e34)&&_0x4852('0x31')===_0x6d7e34[_0x4852('0x25')](_0x4852('0x1c')));null!==_0x4310dc&&this[_0x4852('0x1a')][_0x4852('0x16')][_0x4852('0x2c')](()=>{_0x5a930c[_0x4852('0x32')](_0x4310dc,{'commandName':'listStart','commandParams':[{'startIndex':_0x495063[_0x4852('0x11')]}],'formatGroupId':_0x4852('0x15')});});}['handleDescriptions'](_0x1f173a){const _0x199896=this['editor'][_0x4852('0x3')],{data:_0x3af180}=_0x1f173a;if(!_0x3af180)return;let _0x50501a,_0x306c89;switch(_0x3af180[_0x4852('0x29')]){case'listStyle':_0x50501a=_0x4852('0x20'),_0x306c89={'type':_0x4852('0x1d'),'content':_0x4cd8ea(_0x199896,_0x50501a,_0x4cd8ea(_0x199896,this['_getTranslationKeyForListStyle'](_0x3af180[_0x4852('0x0')][0x0]['type'])))};break;case'listReversed':_0x50501a=_0x3af180['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':_0x4852('0x30'),_0x306c89={'type':'format','content':_0x4cd8ea(_0x199896,_0x50501a)};break;case _0x4852('0x15'):_0x50501a=_0x4852('0x2'),_0x306c89={'type':'format','content':_0x4cd8ea(_0x199896,_0x50501a,_0x3af180[_0x4852('0x0')][0x0][_0x4852('0x11')])};}return _0x306c89;}[_0x4852('0x26')](){const _0x2d63f2=this[_0x4852('0x1a')][_0x4852('0xf')]['get'](_0x4852('0x14'));let _0x2c7ad1=Array[_0x4852('0x6')](this[_0x4852('0x1a')]['model']['document'][_0x4852('0x18')][_0x4852('0xe')]());return _0x2c7ad1[_0x4852('0x2a')](..._0x2d63f2[_0x4852('0x9')](_0x2c7ad1)),_0x2c7ad1=[...new Set(_0x2c7ad1)],_0x2c7ad1;}['_getSuggestionBlocks'](_0x450642){const _0x22b871=this[_0x4852('0x1a')][_0x4852('0xf')][_0x4852('0x1b')](_0x4852('0x14'));let _0x2bd0b9=Array[_0x4852('0x6')](this['editor'][_0x4852('0x16')][_0x4852('0x2f')]['selection']['getSelectedBlocks']())[_0x4852('0x12')](_0x450642);if(!_0x2bd0b9[_0x4852('0xa')])return null;_0x2bd0b9=_0x22b871['expandListBlocksToCompleteList'](_0x2bd0b9);const _0x4f1abd=[];for(const _0x20458a of _0x2bd0b9)_0x22b871['isFirstBlockOfListItem'](_0x20458a)&&_0x4f1abd[_0x4852('0x2a')](_0x20458a);return _0x4f1abd;}[_0x4852('0x22')](_0x3f3a02){return _0x4852('0x7')+this[_0x4852('0x1a')]['plugins'][_0x4852('0x1b')](_0x4852('0x1f'))[_0x4852('0x2d')](_0x3f3a02)[_0x4852('0x13')]()+_0x4852('0x19')+_0x3f3a02[_0x4852('0x13')]()[_0x4852('0x8')](/-/g,'_');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb2fa=['hasClass','showSuggestionHighlights','editing','model','selection','markInsertion','enableCommand','commands','markerName','writer','nextSibling','getFirstRange','getFirstPosition','enter','removeMarker:suggestion:insertion','enterBlock','plugins','markerNameToElements','end','remove','detach','options','mapper','setSelection','fire','addMarker:suggestion:insertion','high','init','fromRange','data','ck-suggestion-marker-split','get','createRange'];(function(_0x142bc8,_0xb2fa6b){const _0x5342f2=function(_0x595e97){while(--_0x595e97){_0x142bc8['push'](_0x142bc8['shift']());}};_0x5342f2(++_0xb2fa6b);}(_0xb2fa,0x69));const _0x5342=function(_0x142bc8,_0xb2fa6b){_0x142bc8=_0x142bc8-0x0;let _0x5342f2=_0xb2fa[_0x142bc8];return _0x5342f2;};import{Plugin as _0x2ada1c}from'ckeditor5/src/core';import{Enter as _0x35032d}from'ckeditor5/src/enter';import{LiveRange as _0x47b30e}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x2942fb}from'./utils';export default class q extends _0x2ada1c{static get['requires'](){return[_0x35032d];}[_0x5342('0x15')](){const _0x41e89d=this['editor'],_0x3b5f22=_0x41e89d[_0x5342('0xa')]['get']('TrackChangesEditing'),_0x53ab53=_0x41e89d[_0x5342('0x1')][_0x5342('0x19')](_0x5342('0x7'));_0x3b5f22[_0x5342('0x0')]('enter',()=>{_0x41e89d['model']['change'](_0x10971d=>{const _0x4088ec=_0x41e89d[_0x5342('0x1e')]['document'][_0x5342('0x1f')],_0x4f9f45=_0x4088ec[_0x5342('0x6')](),_0x3f120f=_0x47b30e[_0x5342('0x16')](_0x4088ec[_0x5342('0x5')]());if(_0x53ab53[_0x5342('0x9')](_0x10971d)){const _0x3d686f=_0x41e89d[_0x5342('0x1e')]['createPositionAt'](_0x4f9f45['parent'][_0x5342('0x4')],0x0),_0x38c7e0=_0x10971d[_0x5342('0x1a')](_0x4f9f45,_0x3d686f);_0x3b5f22[_0x5342('0x20')](_0x38c7e0);}else _0x10971d[_0x5342('0x11')](_0x10971d[_0x5342('0x1a')](_0x3f120f[_0x5342('0xc')]));_0x3f120f[_0x5342('0xe')](),_0x53ab53[_0x5342('0x12')]('afterExecute',{'writer':_0x10971d});});}),_0x41e89d[_0x5342('0x1d')]['downcastDispatcher']['on'](_0x5342('0x13'),_0x2942fb(_0x41e89d,'split'),{'priority':_0x5342('0x14')}),_0x41e89d['editing']['downcastDispatcher']['on'](_0x5342('0x8'),(_0x2621d4,_0x501ac3,_0x59f45f)=>{const _0x1cc2e5=_0x59f45f[_0x5342('0x10')][_0x5342('0xb')](_0x501ac3[_0x5342('0x2')]);if(_0x1cc2e5)for(const _0xd51e18 of _0x1cc2e5)_0xd51e18[_0x5342('0x1b')](_0x5342('0x18'))&&(_0x59f45f['mapper']['unbindElementFromMarkerName'](_0xd51e18,_0x501ac3[_0x5342('0x2')]),_0x59f45f[_0x5342('0x3')][_0x5342('0xd')](_0xd51e18));},{'priority':_0x5342('0x14')}),_0x41e89d[_0x5342('0x17')]['downcastDispatcher']['on'](_0x5342('0x13'),(_0xc87fce,_0x380815,_0x115ad1)=>{_0x115ad1[_0x5342('0xf')][_0x5342('0x1c')]&&_0x2942fb(_0x41e89d,'split',{'showActiveMarker':!0x1})['bind'](this)(_0xc87fce,_0x380815,_0x115ad1);},{'priority':_0x5342('0x14')});}}
23
+ const _0x3853=['downcastDispatcher','hasClass','get','removeMarker:suggestion:insertion','change','model','enter','enableCommand','showSuggestionHighlights','document','high','bind','markInsertion','addMarker:suggestion:insertion','requires','TrackChangesEditing','unbindElementFromMarkerName','commands','getFirstPosition','remove','init','data','afterExecute','createRange','plugins','fromRange','setSelection','editor','nextSibling','enterBlock','options','split','detach','ck-suggestion-marker-split','markerName','editing'];(function(_0x2a4009,_0x385300){const _0x4e65bd=function(_0x1c4ca4){while(--_0x1c4ca4){_0x2a4009['push'](_0x2a4009['shift']());}};_0x4e65bd(++_0x385300);}(_0x3853,0x115));const _0x4e65=function(_0x2a4009,_0x385300){_0x2a4009=_0x2a4009-0x0;let _0x4e65bd=_0x3853[_0x2a4009];return _0x4e65bd;};import{Plugin as _0x5755af}from'ckeditor5/src/core';import{Enter as _0x6712}from'ckeditor5/src/enter';import{LiveRange as _0x5a7c3e}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x17e7d5}from'./utils';export default class q extends _0x5755af{static get[_0x4e65('0x19')](){return[_0x6712];}[_0x4e65('0x1f')](){const _0x263c38=this[_0x4e65('0x2')],_0x2d1d4e=_0x263c38[_0x4e65('0x23')][_0x4e65('0xd')](_0x4e65('0x1a')),_0x1abee2=_0x263c38[_0x4e65('0x1c')][_0x4e65('0xd')](_0x4e65('0x11'));_0x2d1d4e[_0x4e65('0x12')]('enter',()=>{_0x263c38['model'][_0x4e65('0xf')](_0x47636f=>{const _0x363aee=_0x263c38[_0x4e65('0x10')][_0x4e65('0x14')]['selection'],_0x439b1e=_0x363aee[_0x4e65('0x1d')](),_0x310824=_0x5a7c3e[_0x4e65('0x0')](_0x363aee['getFirstRange']());if(_0x1abee2[_0x4e65('0x4')](_0x47636f)){const _0x535361=_0x263c38[_0x4e65('0x10')]['createPositionAt'](_0x439b1e['parent'][_0x4e65('0x3')],0x0),_0x4517d1=_0x47636f[_0x4e65('0x22')](_0x439b1e,_0x535361);_0x2d1d4e[_0x4e65('0x17')](_0x4517d1);}else _0x47636f[_0x4e65('0x1')](_0x47636f[_0x4e65('0x22')](_0x310824['end']));_0x310824[_0x4e65('0x7')](),_0x1abee2['fire'](_0x4e65('0x21'),{'writer':_0x47636f});});}),_0x263c38[_0x4e65('0xa')]['downcastDispatcher']['on'](_0x4e65('0x18'),_0x17e7d5(_0x263c38,_0x4e65('0x6')),{'priority':_0x4e65('0x15')}),_0x263c38['editing'][_0x4e65('0xb')]['on'](_0x4e65('0xe'),(_0x405dcd,_0x6d576,_0x478606)=>{const _0x2d9253=_0x478606['mapper']['markerNameToElements'](_0x6d576[_0x4e65('0x9')]);if(_0x2d9253)for(const _0x42f6fe of _0x2d9253)_0x42f6fe[_0x4e65('0xc')](_0x4e65('0x8'))&&(_0x478606['mapper'][_0x4e65('0x1b')](_0x42f6fe,_0x6d576[_0x4e65('0x9')]),_0x478606['writer'][_0x4e65('0x1e')](_0x42f6fe));},{'priority':_0x4e65('0x15')}),_0x263c38[_0x4e65('0x20')][_0x4e65('0xb')]['on'](_0x4e65('0x18'),(_0x1adfef,_0x5fe374,_0x23e115)=>{_0x23e115[_0x4e65('0x5')][_0x4e65('0x13')]&&_0x17e7d5(_0x263c38,_0x4e65('0x6'),{'showActiveMarker':!0x1})[_0x4e65('0x16')](this)(_0x1adfef,_0x5fe374,_0x23e115);},{'priority':_0x4e65('0x15')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c93=['start','afterInit','findByTextCallback','find','replace','model','enableCommand','TrackChangesEditing','FindAndReplaceUtils','item','findNext','suggestion:deletion','editor','getMarkersGroup','bind','handleFindCommand','string','has','get','plugins','getIntersection','_isInDeletionRange','markers','findPrevious','createRange','createPositionAt','end','getRange'];(function(_0x4f5baf,_0x3c9336){const _0x26db2c=function(_0x508669){while(--_0x508669){_0x4f5baf['push'](_0x4f5baf['shift']());}};_0x26db2c(++_0x3c9336);}(_0x3c93,0x1b1));const _0x26db=function(_0x4f5baf,_0x3c9336){_0x4f5baf=_0x4f5baf-0x0;let _0x26db2c=_0x3c93[_0x4f5baf];return _0x26db2c;};import{Plugin as _0x5babcd}from'ckeditor5/src/core';export default class z extends _0x5babcd{[_0x26db('0x10')](){if(!this[_0x26db('0x1b')][_0x26db('0x6')][_0x26db('0x4')]('FindAndReplaceEditing'))return;const _0x520146=this[_0x26db('0x1b')][_0x26db('0x6')][_0x26db('0x5')](_0x26db('0x16'));_0x520146[_0x26db('0x15')](_0x26db('0x12'),this[_0x26db('0x2')][_0x26db('0x1')](this)),_0x520146[_0x26db('0x15')](_0x26db('0x19')),_0x520146['enableCommand'](_0x26db('0xa')),_0x520146[_0x26db('0x15')](_0x26db('0x13')),_0x520146[_0x26db('0x15')]('replaceAll');}[_0x26db('0x2')](_0xb9b61d,_0x3c43e9,_0x466103={}){const _0x54778c=this[_0x26db('0x1b')][_0x26db('0x6')][_0x26db('0x5')](_0x26db('0x17'));void 0x0!==_0x466103&&_0xb9b61d(_0x31000b=>(_0x26db('0x3')==typeof _0x3c43e9?_0x54778c[_0x26db('0x11')](_0x3c43e9,_0x466103):_0x3c43e9)(_0x31000b)['filter'](_0x55087f=>!0x1===this['_isInDeletionRange'](_0x55087f,_0x31000b[_0x26db('0x18')])),_0x466103);}[_0x26db('0x8')](_0x130b00,_0x24aba4){const _0x342802=this[_0x26db('0x1b')][_0x26db('0x14')][_0x26db('0xb')](this[_0x26db('0x1b')][_0x26db('0x14')][_0x26db('0xc')](_0x24aba4,_0x130b00[_0x26db('0xf')]),this[_0x26db('0x1b')][_0x26db('0x14')][_0x26db('0xc')](_0x24aba4,_0x130b00[_0x26db('0xd')]));for(const _0x3c1074 of this[_0x26db('0x1b')][_0x26db('0x14')][_0x26db('0x9')][_0x26db('0x0')](_0x26db('0x1a')))if(null!==_0x342802[_0x26db('0x7')](_0x3c1074[_0x26db('0xe')]()))return!0x0;return!0x1;}}
23
+ const _0x2072=['TrackChangesEditing','findPrevious','afterInit','getMarkersGroup','find','suggestion:deletion','_isInDeletionRange','createPositionAt','handleFindCommand','get','getRange','replaceAll','item','FindAndReplaceEditing','getIntersection','end','model','editor','start','enableCommand','has','replace','findNext','plugins'];(function(_0x381cff,_0x207296){const _0x11e1e3=function(_0x2bd33b){while(--_0x2bd33b){_0x381cff['push'](_0x381cff['shift']());}};_0x11e1e3(++_0x207296);}(_0x2072,0x14f));const _0x11e1=function(_0x381cff,_0x207296){_0x381cff=_0x381cff-0x0;let _0x11e1e3=_0x2072[_0x381cff];return _0x11e1e3;};import{Plugin as _0x3de17a}from'ckeditor5/src/core';export default class z extends _0x3de17a{[_0x11e1('0x3')](){if(!this['editor'][_0x11e1('0x0')][_0x11e1('0x15')](_0x11e1('0xe')))return;const _0xe1ca3e=this[_0x11e1('0x12')][_0x11e1('0x0')][_0x11e1('0xa')](_0x11e1('0x1'));_0xe1ca3e[_0x11e1('0x14')](_0x11e1('0x5'),this[_0x11e1('0x9')]['bind'](this)),_0xe1ca3e[_0x11e1('0x14')](_0x11e1('0x17')),_0xe1ca3e['enableCommand'](_0x11e1('0x2')),_0xe1ca3e[_0x11e1('0x14')](_0x11e1('0x16')),_0xe1ca3e['enableCommand'](_0x11e1('0xc'));}[_0x11e1('0x9')](_0x50a68b,_0x2b566d,_0xd7f987={}){const _0x522399=this[_0x11e1('0x12')][_0x11e1('0x0')]['get']('FindAndReplaceUtils');void 0x0!==_0xd7f987&&_0x50a68b(_0x5c9aae=>('string'==typeof _0x2b566d?_0x522399['findByTextCallback'](_0x2b566d,_0xd7f987):_0x2b566d)(_0x5c9aae)['filter'](_0x490efb=>!0x1===this[_0x11e1('0x7')](_0x490efb,_0x5c9aae[_0x11e1('0xd')])),_0xd7f987);}['_isInDeletionRange'](_0x2c22f3,_0x58cfb7){const _0x23f214=this[_0x11e1('0x12')]['model']['createRange'](this[_0x11e1('0x12')][_0x11e1('0x11')][_0x11e1('0x8')](_0x58cfb7,_0x2c22f3[_0x11e1('0x13')]),this[_0x11e1('0x12')]['model'][_0x11e1('0x8')](_0x58cfb7,_0x2c22f3[_0x11e1('0x10')]));for(const _0x13a2cc of this['editor'][_0x11e1('0x11')]['markers'][_0x11e1('0x4')](_0x11e1('0x6')))if(null!==_0x23f214[_0x11e1('0xf')](_0x13a2cc[_0x11e1('0xb')]()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x8375=['getRanges','*Reset\x20font\x20color*','toLowerCase','afterInit','*Set\x20font\x20size:*\x20%0','fontFamily','trim','format','fontSize.options','config','get','model','FontBackgroundColorEditing','fontBackgroundColor','*Set\x20font\x20family:*\x20%0','FontSizeEditing','editor','FontFamilyEditing','fontSize','from','locale','registerDescriptionCallback','find','fontColor.colors','commandParams','plugins','TrackChangesEditing','markInlineFormat','FontColorEditing','selection','commandName','label','change','value','title','_enableCommand','*Reset\x20font\x20size*','FontSize','*Set\x20font\x20background\x20color:*\x20%0','_descriptionFactory','document','*Reset\x20font\x20family*','fontBackgroundColor.colors'];(function(_0x3236aa,_0x837510){const _0x234d71=function(_0x447a17){while(--_0x447a17){_0x3236aa['push'](_0x3236aa['shift']());}};_0x234d71(++_0x837510);}(_0x8375,0x137));const _0x234d=function(_0x3236aa,_0x837510){_0x3236aa=_0x3236aa-0x0;let _0x234d71=_0x8375[_0x3236aa];return _0x234d71;};import{Plugin as _0x411ed5}from'ckeditor5/src/core';import{normalizeColorOptions as _0x1bd4d0}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x2ed2ac}from'./utils';import{getTranslation as _0x54def9}from'../utils/common-translations';const Jt=[{'pluginName':_0x234d('0x5'),'commandName':_0x234d('0x8')},{'pluginName':_0x234d('0x7'),'commandName':_0x234d('0x26')},{'pluginName':_0x234d('0x12'),'commandName':'fontColor'},{'pluginName':_0x234d('0x2'),'commandName':_0x234d('0x3')}];export default class H extends _0x411ed5{[_0x234d('0x24')](){const _0x360084=this[_0x234d('0x6')][_0x234d('0xa')];for(const {pluginName:_0x43ae6f,commandName:_0x2ea4e0}of Jt)this[_0x234d('0x6')][_0x234d('0xf')]['has'](_0x43ae6f)&&this[_0x234d('0x19')](_0x2ea4e0);this[_0x234d('0x6')][_0x234d('0xf')][_0x234d('0x0')](_0x234d('0x10'))[_0x234d('0x1d')][_0x234d('0xb')](_0x54639f=>{const _0x5bbe29=_0x360084['t'],{data:_0x228c50}=_0x54639f;if(null!=_0x228c50){if(_0x234d('0x8')==_0x228c50[_0x234d('0x14')]){const _0x2ce6f7=_0x228c50[_0x234d('0xe')][0x0][_0x234d('0x17')];if(_0x2ce6f7){const _0x33bf2e=_0x5bbe29(this[_0x234d('0x6')][_0x234d('0xf')]['get'](_0x234d('0x1b'))['normalizeSizeOptions'](this[_0x234d('0x6')][_0x234d('0x2a')]['get'](_0x234d('0x29')))[_0x234d('0xc')](_0x29b29f=>_0x29b29f[_0x234d('0x1')]==_0x2ce6f7)[_0x234d('0x18')])[_0x234d('0x23')]();return{'type':_0x234d('0x28'),'content':_0x54def9(_0x360084,_0x234d('0x25'),_0x33bf2e)};}return{'type':_0x234d('0x28'),'content':_0x54def9(_0x360084,_0x234d('0x1a'))};}if(_0x234d('0x26')==_0x228c50[_0x234d('0x14')]){const _0x564d87=_0x228c50[_0x234d('0xe')][0x0][_0x234d('0x17')];return _0x564d87?{'type':_0x234d('0x28'),'content':_0x54def9(_0x360084,_0x234d('0x4'),_0x564d87)}:{'type':_0x234d('0x28'),'content':_0x54def9(_0x360084,_0x234d('0x1f'))};}if('fontColor'==_0x228c50[_0x234d('0x14')]){const _0x4cf8bb=_0x228c50[_0x234d('0xe')][0x0][_0x234d('0x17')];if(_0x4cf8bb){const _0x1f2461=_0x1bd4d0(this['editor'][_0x234d('0x2a')][_0x234d('0x0')](_0x234d('0xd')))[_0x234d('0xc')](_0x54bc26=>_0x54bc26[_0x234d('0x1')]==_0x4cf8bb);let _0x44c418=_0x4cf8bb,_0x37b697='';return _0x1f2461&&(_0x44c418=_0x1f2461[_0x234d('0x15')],_0x37b697=_0x5bbe29(_0x44c418)['toLowerCase']()),{'type':'format','content':_0x54def9(_0x360084,'*Set\x20font\x20color:*\x20%0',_0x37b697)[_0x234d('0x27')](),'color':{'value':_0x4cf8bb,'title':_0x37b697||_0x44c418}};}return{'type':_0x234d('0x28'),'content':_0x54def9(_0x360084,_0x234d('0x22'))};}if(_0x234d('0x3')==_0x228c50[_0x234d('0x14')]){const _0x5729dc=_0x228c50['commandParams'][0x0]['value'];if(_0x5729dc){const _0x507150=_0x1bd4d0(this[_0x234d('0x6')][_0x234d('0x2a')][_0x234d('0x0')](_0x234d('0x20')))[_0x234d('0xc')](_0x6bbbbb=>_0x6bbbbb[_0x234d('0x1')]==_0x5729dc);let _0x5a282e=_0x5729dc,_0x13dd6d='';return _0x507150&&(_0x5a282e=_0x507150[_0x234d('0x15')],_0x13dd6d=_0x5bbe29(_0x5a282e)[_0x234d('0x23')]()),{'type':_0x234d('0x28'),'content':_0x54def9(_0x360084,_0x234d('0x1c'),_0x13dd6d)[_0x234d('0x27')](),'color':{'value':_0x5729dc,'title':_0x13dd6d||_0x5a282e}};}return{'type':_0x234d('0x28'),'content':_0x54def9(_0x360084,'*Reset\x20font\x20background\x20color*')};}}});}[_0x234d('0x19')](_0x1d3cf6){const _0x1fcd3e=this[_0x234d('0x6')];_0x1fcd3e[_0x234d('0xf')][_0x234d('0x0')](_0x234d('0x10'))['enableCommand'](_0x1d3cf6,(_0x4a26f3,_0x58e183={})=>{const _0x463681=_0x1fcd3e[_0x234d('0x1')][_0x234d('0x1e')][_0x234d('0x13')],_0x3301de=_0x58e183[_0x234d('0x17')];_0x463681['isCollapsed']?_0x4a26f3(_0x58e183):_0x1fcd3e[_0x234d('0x1')][_0x234d('0x16')](()=>{const _0x332059=Array[_0x234d('0x9')](_0x463681[_0x234d('0x21')]());for(const _0x419e21 of _0x332059){const _0x1dc825=_0x3301de?[_0x419e21]:_0x2ed2ac(_0x1d3cf6,_0x419e21,_0x1fcd3e[_0x234d('0x1')]);for(const _0x360c84 of _0x1dc825)_0x1fcd3e['plugins'][_0x234d('0x0')](_0x234d('0x10'))[_0x234d('0x11')](_0x360c84,{'commandName':_0x1d3cf6,'commandParams':[{'value':_0x3301de}]});}});});}}
23
+ const _0x5e8d=['get','value','locale','*Reset\x20font\x20family*','fontBackgroundColor','change','*Reset\x20font\x20size*','FontSize','selection','trim','fontSize.options','label','find','TrackChangesEditing','markInlineFormat','model','commandParams','fontBackgroundColor.colors','commandName','getRanges','fontColor','afterInit','*Set\x20font\x20family:*\x20%0','document','config','has','*Set\x20font\x20size:*\x20%0','isCollapsed','registerDescriptionCallback','fontFamily','toLowerCase','fontSize','title','FontFamilyEditing','*Set\x20font\x20background\x20color:*\x20%0','*Set\x20font\x20color:*\x20%0','enableCommand','editor','format','plugins','*Reset\x20font\x20background\x20color*','_enableCommand'];(function(_0x1ef2ae,_0x5e8dd6){const _0x5c57be=function(_0x16c47f){while(--_0x16c47f){_0x1ef2ae['push'](_0x1ef2ae['shift']());}};_0x5c57be(++_0x5e8dd6);}(_0x5e8d,0xe6));const _0x5c57=function(_0x1ef2ae,_0x5e8dd6){_0x1ef2ae=_0x1ef2ae-0x0;let _0x5c57be=_0x5e8d[_0x1ef2ae];return _0x5c57be;};import{Plugin as _0x4c6a17}from'ckeditor5/src/core';import{normalizeColorOptions as _0x466e9e}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x301ab6}from'./utils';import{getTranslation as _0x57c634}from'../utils/common-translations';const Zt=[{'pluginName':'FontSizeEditing','commandName':_0x5c57('0xb')},{'pluginName':_0x5c57('0xd'),'commandName':_0x5c57('0x9')},{'pluginName':'FontColorEditing','commandName':_0x5c57('0x0')},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];export default class H extends _0x4c6a17{[_0x5c57('0x1')](){const _0x5dba75=this['editor'][_0x5c57('0x18')];for(const {pluginName:_0x20026b,commandName:_0xd85416}of Zt)this[_0x5c57('0x11')][_0x5c57('0x13')][_0x5c57('0x5')](_0x20026b)&&this['_enableCommand'](_0xd85416);this['editor'][_0x5c57('0x13')]['get'](_0x5c57('0x23'))['_descriptionFactory'][_0x5c57('0x8')](_0x1d3065=>{const _0x296c82=_0x5dba75['t'],{data:_0x5ef5d9}=_0x1d3065;if(null!=_0x5ef5d9){if(_0x5c57('0xb')==_0x5ef5d9[_0x5c57('0x28')]){const _0x200659=_0x5ef5d9[_0x5c57('0x26')][0x0][_0x5c57('0x17')];if(_0x200659){const _0x5e7e02=_0x296c82(this['editor'][_0x5c57('0x13')][_0x5c57('0x16')](_0x5c57('0x1d'))['normalizeSizeOptions'](this[_0x5c57('0x11')][_0x5c57('0x4')]['get'](_0x5c57('0x20')))[_0x5c57('0x22')](_0x209965=>_0x209965[_0x5c57('0x25')]==_0x200659)[_0x5c57('0xc')])['toLowerCase']();return{'type':_0x5c57('0x12'),'content':_0x57c634(_0x5dba75,_0x5c57('0x6'),_0x5e7e02)};}return{'type':_0x5c57('0x12'),'content':_0x57c634(_0x5dba75,_0x5c57('0x1c'))};}if('fontFamily'==_0x5ef5d9[_0x5c57('0x28')]){const _0x43457b=_0x5ef5d9[_0x5c57('0x26')][0x0]['value'];return _0x43457b?{'type':_0x5c57('0x12'),'content':_0x57c634(_0x5dba75,_0x5c57('0x2'),_0x43457b)}:{'type':_0x5c57('0x12'),'content':_0x57c634(_0x5dba75,_0x5c57('0x19'))};}if('fontColor'==_0x5ef5d9[_0x5c57('0x28')]){const _0x12c4fd=_0x5ef5d9['commandParams'][0x0][_0x5c57('0x17')];if(_0x12c4fd){const _0x283cef=_0x466e9e(this[_0x5c57('0x11')][_0x5c57('0x4')][_0x5c57('0x16')]('fontColor.colors'))[_0x5c57('0x22')](_0x482d33=>_0x482d33[_0x5c57('0x25')]==_0x12c4fd);let _0x34086d=_0x12c4fd,_0x17766e='';return _0x283cef&&(_0x34086d=_0x283cef['label'],_0x17766e=_0x296c82(_0x34086d)[_0x5c57('0xa')]()),{'type':_0x5c57('0x12'),'content':_0x57c634(_0x5dba75,_0x5c57('0xf'),_0x17766e)['trim'](),'color':{'value':_0x12c4fd,'title':_0x17766e||_0x34086d}};}return{'type':'format','content':_0x57c634(_0x5dba75,'*Reset\x20font\x20color*')};}if(_0x5c57('0x1a')==_0x5ef5d9[_0x5c57('0x28')]){const _0x1d3cb=_0x5ef5d9[_0x5c57('0x26')][0x0]['value'];if(_0x1d3cb){const _0x20006a=_0x466e9e(this[_0x5c57('0x11')]['config'][_0x5c57('0x16')](_0x5c57('0x27')))[_0x5c57('0x22')](_0x55487f=>_0x55487f[_0x5c57('0x25')]==_0x1d3cb);let _0x521d66=_0x1d3cb,_0x4cd315='';return _0x20006a&&(_0x521d66=_0x20006a[_0x5c57('0x21')],_0x4cd315=_0x296c82(_0x521d66)[_0x5c57('0xa')]()),{'type':'format','content':_0x57c634(_0x5dba75,_0x5c57('0xe'),_0x4cd315)[_0x5c57('0x1f')](),'color':{'value':_0x1d3cb,'title':_0x4cd315||_0x521d66}};}return{'type':_0x5c57('0x12'),'content':_0x57c634(_0x5dba75,_0x5c57('0x14'))};}}});}[_0x5c57('0x15')](_0x43abf4){const _0xac383c=this[_0x5c57('0x11')];_0xac383c['plugins'][_0x5c57('0x16')](_0x5c57('0x23'))[_0x5c57('0x10')](_0x43abf4,(_0x1d467d,_0x595969={})=>{const _0x1a31a5=_0xac383c[_0x5c57('0x25')][_0x5c57('0x3')][_0x5c57('0x1e')],_0xcfe21d=_0x595969[_0x5c57('0x17')];_0x1a31a5[_0x5c57('0x7')]?_0x1d467d(_0x595969):_0xac383c['model'][_0x5c57('0x1b')](()=>{const _0x1f33af=Array['from'](_0x1a31a5[_0x5c57('0x29')]());for(const _0x467fa9 of _0x1f33af){const _0x303665=_0xcfe21d?[_0x467fa9]:_0x301ab6(_0x43abf4,_0x467fa9,_0xac383c[_0x5c57('0x25')]);for(const _0x29b404 of _0x303665)_0xac383c[_0x5c57('0x13')][_0x5c57('0x16')](_0x5c57('0x23'))[_0x5c57('0x24')](_0x29b404,{'commandName':_0x43abf4,'commandParams':[{'value':_0xcfe21d}]});}});});}}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @module track-changes/integrations/formatpainter
3
+ */
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ /**
6
+ * Provides track changes plugin integration for the Format Painter feature.
7
+ */
8
+ export default class TrackChangesFormatPainter extends Plugin {
9
+ /**
10
+ * @inheritDoc
11
+ */
12
+ afterInit(): void;
13
+ }
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ const _0x7eec=['copyFormat','join','format','length','isEnabled','change','createRange','commandParams','document','selection','markInlineFormat','afterInit','createSelection','TrackChangesEditing','pasteFormat','modifySelection','*Set\x20format\x20to:*\x20%0','_descriptionFactory','getFirstPosition','*Remove\x20all\x20formatting*','locale','entries','registerDescriptionCallback','toUpperCase','fontBackgroundColor','fontColor.colors','title','plugins','editor','commands','config','removeFormat','enableCommand','charAt','split','word','fontSize','push','fontSize.options','get','toLowerCase','boolean','model','from','forward'];(function(_0x29aab0,_0x7eecaa){const _0x6540c1=function(_0x2b54f5){while(--_0x2b54f5){_0x29aab0['push'](_0x29aab0['shift']());}};_0x6540c1(++_0x7eecaa);}(_0x7eec,0x113));const _0x6540=function(_0x29aab0,_0x7eecaa){_0x29aab0=_0x29aab0-0x0;let _0x6540c1=_0x7eec[_0x29aab0];return _0x6540c1;};import{Plugin as _0x8057f7}from'ckeditor5/src/core';import{normalizeColorOptions as _0x36ed00}from'ckeditor5/src/ui';import{getTranslation as _0x3c885b}from'../utils/common-translations';export default class W extends _0x8057f7{[_0x6540('0x6')](){const _0x240dfe=this[_0x6540('0x17')],_0x27b388=_0x240dfe[_0x6540('0x25')],_0x4bf6eb=_0x27b388[_0x6540('0x3')][_0x6540('0x4')],_0x5dafe3=_0x240dfe[_0x6540('0x16')][_0x6540('0x22')](_0x6540('0x8')),_0x3838c1=_0x240dfe[_0x6540('0xf')],_0x1a0df1=_0x240dfe[_0x6540('0x18')][_0x6540('0x22')](_0x6540('0x28')),_0x301cca=_0x240dfe[_0x6540('0x18')][_0x6540('0x22')](_0x6540('0x9')),_0x54b496=_0x240dfe[_0x6540('0x18')][_0x6540('0x22')](_0x6540('0x1a'));_0x1a0df1&&_0x301cca&&(_0x5dafe3[_0x6540('0x1b')](_0x6540('0x9'),(_0x3ff983,_0x27ca04={})=>{const _0x23d35e=_0x27ca04;_0x27b388[_0x6540('0x0')](()=>{const _0x19fc72=Array[_0x6540('0x26')](_0x4bf6eb['getRanges']()),_0x5cec60=_0x4bf6eb['isCollapsed']?[ro(_0x27b388,_0x4bf6eb)]:_0x19fc72;if(!(!_0x54b496||!_0x54b496[_0x6540('0x2c')])||0x0!==Object['keys'](_0x23d35e)[_0x6540('0x2b')])for(const _0x114c1e of _0x5cec60)_0x5dafe3[_0x6540('0x5')](_0x114c1e,{'commandName':_0x6540('0x9'),'commandParams':[_0x23d35e]});});}),_0x5dafe3[_0x6540('0xc')][_0x6540('0x11')](_0x2b61da=>{const {data:_0x2d0e84}=_0x2b61da;if(_0x2d0e84&&'pasteFormat'===_0x2d0e84['commandName']){const _0x165c5c=[],_0x520e45=_0x2d0e84[_0x6540('0x2')][0x0];for(const [_0x117075,_0x140177]of Object[_0x6540('0x10')](_0x520e45))_0x165c5c[_0x6540('0x20')](no(_0x240dfe,_0x117075,_0x140177));return _0x165c5c[_0x6540('0x2b')]?{'type':_0x6540('0x2a'),'content':_0x3c885b(_0x3838c1,_0x6540('0xb'),_0x165c5c[_0x6540('0x29')](',\x20'))}:{'type':'format','content':_0x3c885b(_0x3838c1,_0x6540('0xe'))};}}),_0x240dfe['plugins'][_0x6540('0x22')](_0x6540('0x8'))['enableCommand']('copyFormat'));}}function ro(_0x393ff5,_0x204081){const _0x125cf4=_0x393ff5[_0x6540('0x7')](_0x204081);_0x393ff5[_0x6540('0xa')](_0x125cf4,{'unit':_0x6540('0x1e'),'direction':'backward'});const _0x366e18=_0x125cf4[_0x6540('0xd')]();_0x393ff5[_0x6540('0xa')](_0x125cf4,{'unit':_0x6540('0x1e'),'direction':_0x6540('0x27')});const _0x35bd6c=_0x125cf4['getLastPosition']();return _0x393ff5[_0x6540('0x1')](_0x366e18,_0x35bd6c);}function no(_0x50b65f,_0x12193a,_0x37db3f){const _0x36d377=_0x50b65f[_0x6540('0xf')]['t'],_0x4bc270=_0x12193a[_0x6540('0x1d')](/(?=[A-Z])/)[_0x6540('0x29')]('\x20'),_0x3e4df9=_0x36d377(_0x4bc270[_0x6540('0x1c')](0x0)[_0x6540('0x12')]()+_0x4bc270['slice'](0x1))[_0x6540('0x23')]();if(_0x6540('0x24')==typeof _0x37db3f)return _0x3e4df9;if('fontColor'===_0x12193a||_0x6540('0x13')===_0x12193a){const _0x70b477=_0x36ed00(_0x50b65f['config']['get'](_0x6540('0x14')))['find'](_0x269379=>_0x269379[_0x6540('0x25')]==_0x37db3f);return _0x3e4df9+'\x20('+(_0x70b477?_0x36d377(_0x70b477['label'])[_0x6540('0x23')]():_0x37db3f)+')';}if(_0x6540('0x1f')===_0x12193a&&isNaN(parseFloat(_0x37db3f))){const _0x46dfb2=_0x50b65f[_0x6540('0x16')][_0x6540('0x22')]('FontSize')['normalizeSizeOptions'](_0x50b65f[_0x6540('0x19')][_0x6540('0x22')](_0x6540('0x21')))['find'](_0x19c1c8=>_0x19c1c8[_0x6540('0x25')]==_0x37db3f);return _0x3e4df9+'\x20('+(_0x46dfb2?_0x36d377(_0x46dfb2[_0x6540('0x15')])[_0x6540('0x23')]():_0x37db3f)+')';}return _0x3e4df9+'\x20('+_0x37db3f+')';}