@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240202.0 → 0.0.0-nightly-20240203.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 (67) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +3 -3
  3. package/src/commands/acceptsuggestioncommand.js +1 -1
  4. package/src/commands/discardsuggestioncommand.js +1 -1
  5. package/src/commands/executeonallsuggestionscommand.js +1 -1
  6. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  7. package/src/commands/trackchangescommand.js +1 -1
  8. package/src/integrations/aiassistant.js +1 -1
  9. package/src/integrations/alignment.js +1 -1
  10. package/src/integrations/basicstyles.js +1 -1
  11. package/src/integrations/blockquote.js +1 -1
  12. package/src/integrations/casechange.js +1 -1
  13. package/src/integrations/ckbox.js +1 -1
  14. package/src/integrations/codeblock.js +1 -1
  15. package/src/integrations/comments.js +1 -1
  16. package/src/integrations/deletecommand.js +1 -1
  17. package/src/integrations/entercommand.js +1 -1
  18. package/src/integrations/findandreplace.js +1 -1
  19. package/src/integrations/font.js +1 -1
  20. package/src/integrations/formatpainter.js +1 -1
  21. package/src/integrations/heading.js +1 -1
  22. package/src/integrations/highlight.js +1 -1
  23. package/src/integrations/horizontalline.js +1 -1
  24. package/src/integrations/htmlembed.js +1 -1
  25. package/src/integrations/image.js +1 -1
  26. package/src/integrations/imagereplace.js +1 -1
  27. package/src/integrations/imagestyle.js +1 -1
  28. package/src/integrations/importword.js +1 -1
  29. package/src/integrations/indent.js +1 -1
  30. package/src/integrations/inputcommand.js +1 -1
  31. package/src/integrations/legacylist.js +1 -1
  32. package/src/integrations/legacylistproperties.js +1 -1
  33. package/src/integrations/link.js +1 -1
  34. package/src/integrations/list.js +1 -1
  35. package/src/integrations/listproperties.js +1 -1
  36. package/src/integrations/mediaembed.js +1 -1
  37. package/src/integrations/mention.js +1 -1
  38. package/src/integrations/pagebreak.js +1 -1
  39. package/src/integrations/paragraph.js +1 -1
  40. package/src/integrations/removeformat.js +1 -1
  41. package/src/integrations/restrictededitingmode.js +1 -1
  42. package/src/integrations/shiftentercommand.js +1 -1
  43. package/src/integrations/standardeditingmode.js +1 -1
  44. package/src/integrations/style.js +1 -1
  45. package/src/integrations/table.js +1 -1
  46. package/src/integrations/tablecaption.js +1 -1
  47. package/src/integrations/tableclipboard.js +1 -1
  48. package/src/integrations/tablecolumnresize.js +1 -1
  49. package/src/integrations/tableheadings.js +1 -1
  50. package/src/integrations/tablemergesplit.js +1 -1
  51. package/src/integrations/tableofcontents.js +1 -1
  52. package/src/integrations/tableproperties.js +1 -1
  53. package/src/integrations/template.js +1 -1
  54. package/src/integrations/title.js +1 -1
  55. package/src/integrations/undo.js +1 -1
  56. package/src/integrations/utils.js +1 -1
  57. package/src/suggestion.js +1 -1
  58. package/src/suggestiondescriptionfactory.js +1 -1
  59. package/src/trackchanges.js +1 -1
  60. package/src/trackchangesdata.js +1 -1
  61. package/src/trackchangesediting.js +1 -1
  62. package/src/trackchangesui.js +1 -1
  63. package/src/ui/suggestioncontroller.js +1 -1
  64. package/src/ui/view/basesuggestionthreadview.js +1 -1
  65. package/src/ui/view/suggestionthreadview.js +1 -1
  66. package/src/utils/common-translations.js +1 -1
  67. package/src/utils/utils.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "0.0.0-nightly-20240202.0",
3
+ "version": "0.0.0-nightly-20240203.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -40,8 +40,8 @@
40
40
  "CHANGELOG.md"
41
41
  ],
42
42
  "dependencies": {
43
- "ckeditor5": "0.0.0-nightly-20240202.0",
44
- "ckeditor5-collaboration": "0.0.0-nightly-20240202.0",
43
+ "ckeditor5": "0.0.0-nightly-20240203.0",
44
+ "ckeditor5-collaboration": "0.0.0-nightly-20240203.0",
45
45
  "lodash-es": "4.17.21"
46
46
  },
47
47
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d9e=['plugins','editor','canEditAt','_suggestions','isEnabled','acceptSuggestion','get','model','_isEnabledBasedOnSelection','execute','track-changes-accept-suggestion-not-found','refresh'];(function(_0x977293,_0x4d9eaa){const _0x58dc56=function(_0xce927c){while(--_0xce927c){_0x977293['push'](_0x977293['shift']());}};_0x58dc56(++_0x4d9eaa);}(_0x4d9e,0x8b));const _0x58dc=function(_0x977293,_0x4d9eaa){_0x977293=_0x977293-0x0;let _0x58dc56=_0x4d9e[_0x977293];return _0x58dc56;};import{Command as _0x136561}from'ckeditor5/src/core.js';import{CKEditorError as _0x30c24d}from'ckeditor5/src/utils.js';export default class $ extends _0x136561{constructor(_0x2722bf,_0x5cc5eb){super(_0x2722bf),this[_0x58dc('0x8')]=_0x5cc5eb,this[_0x58dc('0x4')](),this[_0x58dc('0x1')]=!0x1;}[_0x58dc('0x4')](){this[_0x58dc('0x9')]=!0x0;}[_0x58dc('0x2')](_0x33ad07){const _0x15c0ce=this['_suggestions'][_0x58dc('0xb')](_0x33ad07);if(!_0x15c0ce)throw new _0x30c24d(_0x58dc('0x3'),this);const _0x3f08d9=_0x15c0ce['getRanges']();this[_0x58dc('0x6')][_0x58dc('0x0')][_0x58dc('0x7')](_0x3f08d9)&&this['editor'][_0x58dc('0x5')][_0x58dc('0xb')]('TrackChangesEditing')[_0x58dc('0xa')](_0x15c0ce);}}
23
+ const _0x39f3=['_suggestions','getRanges','execute','canEditAt','refresh','acceptSuggestion','get','_isEnabledBasedOnSelection','isEnabled','editor','plugins','TrackChangesEditing'];(function(_0x16ba21,_0x39f3e9){const _0x1f84d6=function(_0x32255c){while(--_0x32255c){_0x16ba21['push'](_0x16ba21['shift']());}};_0x1f84d6(++_0x39f3e9);}(_0x39f3,0xc3));const _0x1f84=function(_0x16ba21,_0x39f3e9){_0x16ba21=_0x16ba21-0x0;let _0x1f84d6=_0x39f3[_0x16ba21];return _0x1f84d6;};import{Command as _0x18e453}from'ckeditor5/src/core.js';import{CKEditorError as _0x4e86ae}from'ckeditor5/src/utils.js';export default class $ extends _0x18e453{constructor(_0x3dace6,_0x17a65f){super(_0x3dace6),this[_0x1f84('0x9')]=_0x17a65f,this[_0x1f84('0x1')](),this[_0x1f84('0x4')]=!0x1;}[_0x1f84('0x1')](){this[_0x1f84('0x5')]=!0x0;}[_0x1f84('0xb')](_0x3c6a83){const _0x54c6c3=this[_0x1f84('0x9')][_0x1f84('0x3')](_0x3c6a83);if(!_0x54c6c3)throw new _0x4e86ae('track-changes-accept-suggestion-not-found',this);const _0x46234c=_0x54c6c3[_0x1f84('0xa')]();this[_0x1f84('0x6')]['model'][_0x1f84('0x0')](_0x46234c)&&this[_0x1f84('0x6')][_0x1f84('0x7')][_0x1f84('0x3')](_0x1f84('0x8'))[_0x1f84('0x2')](_0x54c6c3);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1fee=['get','track-changes-discard-suggestion-not-found','editor','_suggestions','plugins','model','discardSuggestion','execute','refresh','TrackChangesEditing'];(function(_0x153ae3,_0x1feee8){const _0x46a4f7=function(_0x1a02c6){while(--_0x1a02c6){_0x153ae3['push'](_0x153ae3['shift']());}};_0x46a4f7(++_0x1feee8);}(_0x1fee,0xbd));const _0x46a4=function(_0x153ae3,_0x1feee8){_0x153ae3=_0x153ae3-0x0;let _0x46a4f7=_0x1fee[_0x153ae3];return _0x46a4f7;};import{Command as _0x50f3ae}from'ckeditor5/src/core.js';import{CKEditorError as _0x254427}from'ckeditor5/src/utils.js';export default class B extends _0x50f3ae{constructor(_0x4c4aad,_0x3f33b7){super(_0x4c4aad),this['_suggestions']=_0x3f33b7,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x46a4('0x9')](){this['isEnabled']=!0x0;}[_0x46a4('0x8')](_0x4d62f6){const _0x562aba=this[_0x46a4('0x4')][_0x46a4('0x1')](_0x4d62f6);if(!_0x562aba)throw new _0x254427(_0x46a4('0x2'),this);const _0x38a5f1=_0x562aba['getRanges']();this[_0x46a4('0x3')][_0x46a4('0x6')]['canEditAt'](_0x38a5f1)&&this[_0x46a4('0x3')][_0x46a4('0x5')][_0x46a4('0x1')](_0x46a4('0x0'))[_0x46a4('0x7')](_0x562aba);}}
23
+ const _0x16e5=['track-changes-discard-suggestion-not-found','TrackChangesEditing','editor','get','_isEnabledBasedOnSelection','_suggestions','canEditAt','getRanges','discardSuggestion','model','refresh'];(function(_0x1de160,_0x16e59f){const _0x521f68=function(_0x4c5f8d){while(--_0x4c5f8d){_0x1de160['push'](_0x1de160['shift']());}};_0x521f68(++_0x16e59f);}(_0x16e5,0xe1));const _0x521f=function(_0x1de160,_0x16e59f){_0x1de160=_0x1de160-0x0;let _0x521f68=_0x16e5[_0x1de160];return _0x521f68;};import{Command as _0x384775}from'ckeditor5/src/core.js';import{CKEditorError as _0x2bb42e}from'ckeditor5/src/utils.js';export default class B extends _0x384775{constructor(_0x1978cf,_0x3cc21d){super(_0x1978cf),this[_0x521f('0x0')]=_0x3cc21d,this[_0x521f('0x5')](),this[_0x521f('0xa')]=!0x1;}[_0x521f('0x5')](){this['isEnabled']=!0x0;}['execute'](_0x4c1f13){const _0x1d1d93=this[_0x521f('0x0')][_0x521f('0x9')](_0x4c1f13);if(!_0x1d1d93)throw new _0x2bb42e(_0x521f('0x6'),this);const _0x30dc5d=_0x1d1d93[_0x521f('0x2')]();this[_0x521f('0x8')][_0x521f('0x4')][_0x521f('0x1')](_0x30dc5d)&&this['editor']['plugins'][_0x521f('0x9')](_0x521f('0x7'))[_0x521f('0x3')](_0x1d1d93);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5e45=['model','canEditAt','some','from','_suggestions','_command','values','refresh','getRanges','isInContent','isEnabled','execute'];(function(_0x5da32a,_0x5e4578){const _0x32686c=function(_0x5bbd9b){while(--_0x5bbd9b){_0x5da32a['push'](_0x5da32a['shift']());}};_0x32686c(++_0x5e4578);}(_0x5e45,0x1ed));const _0x3268=function(_0x5da32a,_0x5e4578){_0x5da32a=_0x5da32a-0x0;let _0x32686c=_0x5e45[_0x5da32a];return _0x32686c;};import{Command as _0x5966b7}from'ckeditor5/src/core.js';import{sortSuggestions as _0x39aecc,executeCommandForSuggestions as _0x1ec0aa}from'../utils/utils.js';export default class x extends _0x5966b7{constructor(_0x484f82,_0x20ac25,_0x4224c9){super(_0x484f82),this[_0x3268('0x4')]=_0x20ac25,this[_0x3268('0x3')]=_0x4224c9,this[_0x3268('0x6')](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x18dd21=Array['from'](this[_0x3268('0x3')][_0x3268('0x5')]())[_0x3268('0x1')](_0x1241ae=>_0x1241ae[_0x3268('0x8')]);this['isEnabled']=this['_command'][_0x3268('0x9')]&&_0x18dd21;}[_0x3268('0xa')](){const _0x581eb6=_0x39aecc(Array[_0x3268('0x2')](this[_0x3268('0x3')][_0x3268('0x5')]()));for(const _0x4e9d0e of _0x581eb6){const _0x45edc2=_0x4e9d0e[_0x3268('0x7')]();if(!this['editor'][_0x3268('0xb')][_0x3268('0x0')](_0x45edc2))return;}_0x1ec0aa(this['editor'][_0x3268('0xb')],this[_0x3268('0x4')],_0x581eb6);}}
23
+ const _0x1ad6=['from','model','_suggestions','values','refresh','_command','getRanges','some','editor','execute','_isEnabledBasedOnSelection'];(function(_0x29054c,_0x1ad6d5){const _0x38992d=function(_0x2a602b){while(--_0x2a602b){_0x29054c['push'](_0x29054c['shift']());}};_0x38992d(++_0x1ad6d5);}(_0x1ad6,0x110));const _0x3899=function(_0x29054c,_0x1ad6d5){_0x29054c=_0x29054c-0x0;let _0x38992d=_0x1ad6[_0x29054c];return _0x38992d;};import{Command as _0x5675d5}from'ckeditor5/src/core.js';import{sortSuggestions as _0x5a8272,executeCommandForSuggestions as _0x551d2f}from'../utils/utils.js';export default class x extends _0x5675d5{constructor(_0x558c0c,_0x58a77e,_0x368d44){super(_0x558c0c),this[_0x3899('0x8')]=_0x58a77e,this['_suggestions']=_0x368d44,this[_0x3899('0x7')](),this[_0x3899('0x2')]=!0x1;}[_0x3899('0x7')](){const _0xb88904=Array[_0x3899('0x3')](this[_0x3899('0x5')][_0x3899('0x6')]())[_0x3899('0xa')](_0x2ba532=>_0x2ba532['isInContent']);this['isEnabled']=this[_0x3899('0x8')]['isEnabled']&&_0xb88904;}[_0x3899('0x1')](){const _0x494a6e=_0x5a8272(Array[_0x3899('0x3')](this[_0x3899('0x5')][_0x3899('0x6')]()));for(const _0x19de93 of _0x494a6e){const _0x183420=_0x19de93[_0x3899('0x9')]();if(!this[_0x3899('0x0')][_0x3899('0x4')]['canEditAt'](_0x183420))return;}_0x551d2f(this[_0x3899('0x0')][_0x3899('0x4')],this[_0x3899('0x8')],_0x494a6e);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x319c=['editor','getRanges','selection','_selectedSuggestions','document','model','values','_suggestions','_isEnabledBasedOnSelection','size','from','refresh','isEnabled','_command','execute'];(function(_0x2283be,_0x319c34){const _0x172b57=function(_0x51f552){while(--_0x51f552){_0x2283be['push'](_0x2283be['shift']());}};_0x172b57(++_0x319c34);}(_0x319c,0xf5));const _0x172b=function(_0x2283be,_0x319c34){_0x2283be=_0x2283be-0x0;let _0x172b57=_0x319c[_0x2283be];return _0x172b57;};import{Command as _0x40ba6a}from'ckeditor5/src/core.js';import{sortSuggestions as _0x493038,getSelectedSuggestions as _0x47d451,executeCommandForSuggestions as _0x1b703b}from'../utils/utils.js';export default class R extends _0x40ba6a{constructor(_0x4509a9,_0x3b8836,_0x5f3a09){super(_0x4509a9),this[_0x172b('0x8')]=_0x3b8836,this[_0x172b('0x2')]=_0x5f3a09,this[_0x172b('0xd')]=new Set(),this[_0x172b('0x6')](),this[_0x172b('0x3')]=!0x1;}[_0x172b('0x6')](){const _0x582eef=this['editor'][_0x172b('0x0')][_0x172b('0xe')][_0x172b('0xc')],_0x7de215=Array[_0x172b('0x5')](this[_0x172b('0x2')][_0x172b('0x1')]());this[_0x172b('0xd')]=_0x47d451(_0x582eef,_0x7de215),this[_0x172b('0x7')]=this[_0x172b('0x8')]['isEnabled']&&!!this[_0x172b('0xd')][_0x172b('0x4')];}[_0x172b('0x9')](){const _0x747987=_0x493038(Array[_0x172b('0x5')](this[_0x172b('0xd')]));for(const _0x4ac2d5 of _0x747987){const _0x23e689=_0x4ac2d5[_0x172b('0xb')]();if(!this[_0x172b('0xa')][_0x172b('0x0')]['canEditAt'](_0x23e689))return;}_0x1b703b(this['editor']['model'],this[_0x172b('0x8')],_0x747987);}}
23
+ const _0x3a9b=['_selectedSuggestions','document','_suggestions','_command','values','size','selection','model','from','getRanges','isEnabled','canEditAt','execute','editor','refresh','_isEnabledBasedOnSelection'];(function(_0x37bb68,_0x3a9b6d){const _0x2e799e=function(_0xb471b5){while(--_0xb471b5){_0x37bb68['push'](_0x37bb68['shift']());}};_0x2e799e(++_0x3a9b6d);}(_0x3a9b,0x14e));const _0x2e79=function(_0x37bb68,_0x3a9b6d){_0x37bb68=_0x37bb68-0x0;let _0x2e799e=_0x3a9b[_0x37bb68];return _0x2e799e;};import{Command as _0x3e8163}from'ckeditor5/src/core.js';import{sortSuggestions as _0x517528,getSelectedSuggestions as _0x2b7de4,executeCommandForSuggestions as _0xecd966}from'../utils/utils.js';export default class R extends _0x3e8163{constructor(_0x451d87,_0x59cc77,_0x32b6b4){super(_0x451d87),this[_0x2e79('0x5')]=_0x59cc77,this['_suggestions']=_0x32b6b4,this[_0x2e79('0x2')]=new Set(),this[_0x2e79('0x0')](),this[_0x2e79('0x1')]=!0x1;}[_0x2e79('0x0')](){const _0x1a8ab8=this['editor'][_0x2e79('0x9')][_0x2e79('0x3')][_0x2e79('0x8')],_0x3f487b=Array[_0x2e79('0xa')](this[_0x2e79('0x4')][_0x2e79('0x6')]());this[_0x2e79('0x2')]=_0x2b7de4(_0x1a8ab8,_0x3f487b),this[_0x2e79('0xc')]=this[_0x2e79('0x5')][_0x2e79('0xc')]&&!!this['_selectedSuggestions'][_0x2e79('0x7')];}[_0x2e79('0xe')](){const _0xe21b3c=_0x517528(Array[_0x2e79('0xa')](this[_0x2e79('0x2')]));for(const _0xa4f8be of _0xe21b3c){const _0x8693dd=_0xa4f8be[_0x2e79('0xb')]();if(!this[_0x2e79('0xf')][_0x2e79('0x9')][_0x2e79('0xd')](_0x8693dd))return;}_0xecd966(this['editor'][_0x2e79('0x9')],this[_0x2e79('0x5')],_0xe21b3c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2184=['commands','has','forceDisabled','editor','affectsData','execute','value','TrackChangesCommand','_enabledCommands','refresh','_enableCommands','_disableUnsupportedCommands'];(function(_0x3ce261,_0x218496){const _0x5d4c4b=function(_0x2ffbdf){while(--_0x2ffbdf){_0x3ce261['push'](_0x3ce261['shift']());}};_0x5d4c4b(++_0x218496);}(_0x2184,0x163));const _0x5d4c=function(_0x3ce261,_0x218496){_0x3ce261=_0x3ce261-0x0;let _0x5d4c4b=_0x2184[_0x3ce261];return _0x5d4c4b;};import{Command as _0x200e27}from'ckeditor5/src/core.js';export default class M extends _0x200e27{constructor(_0x193f08,_0x25c8e4){super(_0x193f08),this[_0x5d4c('0x1')]=_0x25c8e4,this[_0x5d4c('0xb')]=!0x1,this[_0x5d4c('0x2')](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x5d4c('0x2')](){this['isEnabled']=!0x0;}[_0x5d4c('0xa')](){this[_0x5d4c('0xb')]=!this['value'],this['value']?this[_0x5d4c('0x4')]():this[_0x5d4c('0x3')]();}['_disableUnsupportedCommands'](){for(const _0x4a0177 of this['editor']['commands'][_0x5d4c('0x5')]())_0x4a0177[_0x5d4c('0x9')]&&!this['_enabledCommands'][_0x5d4c('0x6')](_0x4a0177)&&_0x4a0177[_0x5d4c('0x7')]('TrackChangesCommand');}[_0x5d4c('0x3')](){for(const _0x39b174 of this[_0x5d4c('0x8')][_0x5d4c('0x5')][_0x5d4c('0x5')]())_0x39b174[_0x5d4c('0x9')]&&!this[_0x5d4c('0x1')][_0x5d4c('0x6')](_0x39b174)&&_0x39b174['clearForceDisabled'](_0x5d4c('0x0'));}}
23
+ const _0x1f89=['refresh','execute','_isEnabledBasedOnSelection','has','editor','commands','value','affectsData','forceDisabled','clearForceDisabled','isEnabled','_disableUnsupportedCommands','_enabledCommands','_enableCommands'];(function(_0x4e13c2,_0x1f8938){const _0x290296=function(_0x3fa018){while(--_0x3fa018){_0x4e13c2['push'](_0x4e13c2['shift']());}};_0x290296(++_0x1f8938);}(_0x1f89,0x1ac));const _0x2902=function(_0x4e13c2,_0x1f8938){_0x4e13c2=_0x4e13c2-0x0;let _0x290296=_0x1f89[_0x4e13c2];return _0x290296;};import{Command as _0x2402ed}from'ckeditor5/src/core.js';export default class M extends _0x2402ed{constructor(_0x3e6bd1,_0x5cb40e){super(_0x3e6bd1),this[_0x2902('0x4')]=_0x5cb40e,this[_0x2902('0xc')]=!0x1,this[_0x2902('0x6')](),this[_0x2902('0x8')]=!0x1;}[_0x2902('0x6')](){this[_0x2902('0x2')]=!0x0;}[_0x2902('0x7')](){this[_0x2902('0xc')]=!this[_0x2902('0xc')],this['value']?this['_disableUnsupportedCommands']():this['_enableCommands']();}[_0x2902('0x3')](){for(const _0x55e039 of this['editor']['commands']['commands']())_0x55e039[_0x2902('0xd')]&&!this[_0x2902('0x4')][_0x2902('0x9')](_0x55e039)&&_0x55e039[_0x2902('0x0')]('TrackChangesCommand');}[_0x2902('0x5')](){for(const _0x27a925 of this[_0x2902('0xa')][_0x2902('0xb')]['commands']())_0x27a925['affectsData']&&!this[_0x2902('0x4')][_0x2902('0x9')](_0x27a925)&&_0x27a925[_0x2902('0x1')]('TrackChangesCommand');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3aa9=['plugins','commands','afterInit','showAIAssistant','enableCommand','TrackChangesEditing','get'];(function(_0x5bde4f,_0x3aa9b8){const _0x57f6b1=function(_0x2c168e){while(--_0x2c168e){_0x5bde4f['push'](_0x5bde4f['shift']());}};_0x57f6b1(++_0x3aa9b8);}(_0x3aa9,0x1e6));const _0x57f6=function(_0x5bde4f,_0x3aa9b8){_0x5bde4f=_0x5bde4f-0x0;let _0x57f6b1=_0x3aa9[_0x5bde4f];return _0x57f6b1;};import{Plugin as _0x843105}from'ckeditor5/src/core.js';export default class E extends _0x843105{[_0x57f6('0x6')](){const _0x49a450=this['editor'],_0x1b985a=_0x49a450[_0x57f6('0x4')]['get'](_0x57f6('0x2'));_0x49a450[_0x57f6('0x5')][_0x57f6('0x3')]('showAIAssistant')&&_0x1b985a[_0x57f6('0x1')](_0x57f6('0x0'));}}
23
+ const _0x51cc=['commands','showAIAssistant','TrackChangesEditing','afterInit','get','editor','plugins'];(function(_0x433747,_0x51cc89){const _0x338483=function(_0x26fc2f){while(--_0x26fc2f){_0x433747['push'](_0x433747['shift']());}};_0x338483(++_0x51cc89);}(_0x51cc,0x17e));const _0x3384=function(_0x433747,_0x51cc89){_0x433747=_0x433747-0x0;let _0x338483=_0x51cc[_0x433747];return _0x338483;};import{Plugin as _0x37f140}from'ckeditor5/src/core.js';export default class E extends _0x37f140{[_0x3384('0x6')](){const _0x3f425a=this[_0x3384('0x1')],_0x424484=_0x3f425a[_0x3384('0x2')]['get'](_0x3384('0x5'));_0x3f425a[_0x3384('0x3')][_0x3384('0x0')]('showAIAssistant')&&_0x424484['enableCommand'](_0x3384('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x35da=['format','editor','_enableDefaultAttributesIntegration','type','TrackChangesEditing','justify','registerDescriptionCallback','plugins','value','*Format:*\x20%0','FORMAT_ALIGN_TO_CENTER','FORMAT_ALIGNMENT','center','FORMAT_JUSTIFY_TEXT','locale','AlignmentEditing','alignment','_descriptionFactory','commandParams','get','FORMAT_ALIGN_TO_RIGHT','FORMAT_ALIGN_TO_LEFT','_registerLegacyDescription','afterInit'];(function(_0x9c13b3,_0x35dab5){const _0x469b91=function(_0x24c366){while(--_0x24c366){_0x9c13b3['push'](_0x9c13b3['shift']());}};_0x469b91(++_0x35dab5);}(_0x35da,0x8c));const _0x469b=function(_0x9c13b3,_0x35dab5){_0x9c13b3=_0x9c13b3-0x0;let _0x469b91=_0x35da[_0x9c13b3];return _0x469b91;};import{Plugin as _0x44eb65}from'ckeditor5/src/core.js';import{getTranslation as _0x37a742}from'../utils/common-translations.js';export default class V extends _0x44eb65{[_0x469b('0x3')](){const _0x395e7b=this[_0x469b('0x5')],_0x4e234b=_0x395e7b[_0x469b('0x12')];if(!_0x395e7b[_0x469b('0xb')]['has'](_0x469b('0x13')))return;const _0x2e57b7=_0x395e7b['plugins'][_0x469b('0x17')](_0x469b('0x8'));_0x2e57b7[_0x469b('0x6')](_0x469b('0x14'),[],[_0x469b('0x14')]),_0x2e57b7['_descriptionFactory']['registerAttributeLabel'](_0x469b('0x14'),_0x37a742(_0x4e234b,_0x469b('0xf'))),this[_0x469b('0x2')]();}[_0x469b('0x2')](){const _0x331b05=this[_0x469b('0x5')],_0x40660b=_0x331b05[_0x469b('0x12')];_0x331b05[_0x469b('0xb')][_0x469b('0x17')](_0x469b('0x8'))[_0x469b('0x15')][_0x469b('0xa')](_0x3f6ec3=>{if('formatBlock'!=_0x3f6ec3[_0x469b('0x7')])return;const {data:_0x57c076}=_0x3f6ec3;if(_0x57c076&&_0x469b('0x14')==_0x57c076['commandName']){const _0x4dee72=_0x57c076[_0x469b('0x16')][0x0][_0x469b('0xc')];return{'type':_0x469b('0x4'),'content':_0x37a742(_0x40660b,_0x469b('0xd'),function(_0x19af0d){switch(_0x19af0d){case'left':return _0x37a742(_0x40660b,_0x469b('0x1'));case'right':return _0x37a742(_0x40660b,_0x469b('0x0'));case _0x469b('0x10'):return _0x37a742(_0x40660b,_0x469b('0xe'));case _0x469b('0x9'):return _0x37a742(_0x40660b,_0x469b('0x11'));}}(_0x4dee72))};}});}}
23
+ const _0x28c7=['FORMAT_JUSTIFY_TEXT','plugins','type','format','_descriptionFactory','commandName','TrackChangesEditing','FORMAT_ALIGN_TO_LEFT','right','AlignmentEditing','editor','locale','center','afterInit','_enableDefaultAttributesIntegration','FORMAT_ALIGN_TO_RIGHT','alignment','FORMAT_ALIGN_TO_CENTER','commandParams','get','has','justify','_registerLegacyDescription','FORMAT_ALIGNMENT','*Format:*\x20%0'];(function(_0x19a47c,_0x28c769){const _0x4be3b4=function(_0x20e1da){while(--_0x20e1da){_0x19a47c['push'](_0x19a47c['shift']());}};_0x4be3b4(++_0x28c769);}(_0x28c7,0xcf));const _0x4be3=function(_0x19a47c,_0x28c769){_0x19a47c=_0x19a47c-0x0;let _0x4be3b4=_0x28c7[_0x19a47c];return _0x4be3b4;};import{Plugin as _0x1671d3}from'ckeditor5/src/core.js';import{getTranslation as _0x1e0088}from'../utils/common-translations.js';export default class V extends _0x1671d3{[_0x4be3('0x6')](){const _0x39584e=this[_0x4be3('0x3')],_0x5ccf73=_0x39584e[_0x4be3('0x4')];if(!_0x39584e[_0x4be3('0x13')][_0x4be3('0xd')](_0x4be3('0x2')))return;const _0x1da6e8=_0x39584e[_0x4be3('0x13')][_0x4be3('0xc')]('TrackChangesEditing');_0x1da6e8[_0x4be3('0x7')](_0x4be3('0x9'),[],[_0x4be3('0x9')]),_0x1da6e8[_0x4be3('0x16')]['registerAttributeLabel']('alignment',_0x1e0088(_0x5ccf73,_0x4be3('0x10'))),this[_0x4be3('0xf')]();}[_0x4be3('0xf')](){const _0x1aab10=this[_0x4be3('0x3')],_0xd21a08=_0x1aab10[_0x4be3('0x4')];_0x1aab10[_0x4be3('0x13')][_0x4be3('0xc')](_0x4be3('0x18'))['_descriptionFactory']['registerDescriptionCallback'](_0x2c53de=>{if('formatBlock'!=_0x2c53de[_0x4be3('0x14')])return;const {data:_0x47c6ad}=_0x2c53de;if(_0x47c6ad&&_0x4be3('0x9')==_0x47c6ad[_0x4be3('0x17')]){const _0x365cd0=_0x47c6ad[_0x4be3('0xb')][0x0]['value'];return{'type':_0x4be3('0x15'),'content':_0x1e0088(_0xd21a08,_0x4be3('0x11'),function(_0x2e170b){switch(_0x2e170b){case'left':return _0x1e0088(_0xd21a08,_0x4be3('0x0'));case _0x4be3('0x1'):return _0x1e0088(_0xd21a08,_0x4be3('0x8'));case _0x4be3('0x5'):return _0x1e0088(_0xd21a08,_0x4be3('0xa'));case _0x4be3('0xe'):return _0x1e0088(_0xd21a08,_0x4be3('0x12'));}}(_0x365cd0))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9730=['_enableDefaultAttributesIntegration','toUpperCase','*Remove\x20format:*\x20%0','_registerLegacyDescription','strikethrough','StrikethroughEditing','FORMAT_SUBSCRIPT','italic','slice','SubscriptEditing','bold','format','afterInit','FORMAT_UNDERLINE','registerAttributeLabel','FORMAT_SUPERSCRIPT','formatInline','code','underline','*Format:*\x20%0','get','FORMAT_CODE','plugins','type','FORMAT_','_descriptionFactory','subscript','commandParams','FORMAT_BOLD','SuperscriptEditing','TrackChangesEditing','locale','registerDescriptionCallback','CodeEditing','editor','UnderlineEditing'];(function(_0xc741b0,_0x9730aa){const _0x29a100=function(_0x5cb714){while(--_0x5cb714){_0xc741b0['push'](_0xc741b0['shift']());}};_0x29a100(++_0x9730aa);}(_0x9730,0x98));const _0x29a1=function(_0xc741b0,_0x9730aa){_0xc741b0=_0xc741b0-0x0;let _0x29a100=_0x9730[_0xc741b0];return _0x29a100;};import{Plugin as _0x347a22}from'ckeditor5/src/core.js';import{getTranslation as _0x1bb67e}from'../utils/common-translations.js';const ti=['BoldEditing','ItalicEditing',_0x29a1('0x1b'),_0x29a1('0x19'),_0x29a1('0x21'),_0x29a1('0x1'),_0x29a1('0x15')];export default class U extends _0x347a22{[_0x29a1('0x4')](){const _0x4a3f0c=this[_0x29a1('0x1a')],_0x403af2=_0x4a3f0c[_0x29a1('0xe')][_0x29a1('0xc')](_0x29a1('0x16')),_0x521252=_0x4a3f0c[_0x29a1('0x17')];for(const _0x2bd0be of ti){if(!_0x4a3f0c[_0x29a1('0xe')]['has'](_0x2bd0be))continue;const _0x431dce=_0x2bd0be[_0x29a1('0x0')](0x0,-0x7)['toLowerCase'](),_0xc52bd2=_0x29a1('0x10')+_0x431dce[_0x29a1('0x1d')]();_0x403af2[_0x29a1('0x1c')](_0x431dce,[_0x431dce]),_0x403af2['_descriptionFactory'][_0x29a1('0x6')](_0x431dce,_0x1bb67e(_0x521252,_0xc52bd2));}this[_0x29a1('0x1f')]();}[_0x29a1('0x1f')](){const _0x250d26=this[_0x29a1('0x1a')],_0x2295f3=_0x250d26[_0x29a1('0x17')],_0x517c43=_0x250d26[_0x29a1('0xe')][_0x29a1('0xc')](_0x29a1('0x16'));function _0x38921d(_0x8c142f,_0x135765){_0x517c43[_0x29a1('0x11')][_0x29a1('0x18')](_0x102fc4=>{if(_0x29a1('0x8')!=_0x102fc4[_0x29a1('0xf')])return;const {data:_0x43f367}=_0x102fc4;return _0x43f367&&_0x43f367['commandName']===_0x8c142f?_0x43f367[_0x29a1('0x13')][0x0]['forceValue']?{'type':_0x29a1('0x3'),'content':_0x1bb67e(_0x2295f3,_0x29a1('0xb'),_0x135765)}:{'type':_0x29a1('0x3'),'content':_0x1bb67e(_0x2295f3,_0x29a1('0x1e'),_0x135765)}:void 0x0;});}_0x38921d(_0x29a1('0x2'),_0x1bb67e(_0x2295f3,_0x29a1('0x14'))),_0x38921d(_0x29a1('0x23'),_0x1bb67e(_0x2295f3,'FORMAT_ITALIC')),_0x38921d(_0x29a1('0xa'),_0x1bb67e(_0x2295f3,_0x29a1('0x5'))),_0x38921d(_0x29a1('0x9'),_0x1bb67e(_0x2295f3,_0x29a1('0xd'))),_0x38921d(_0x29a1('0x20'),_0x1bb67e(_0x2295f3,'FORMAT_STRIKETHROUGH')),_0x38921d(_0x29a1('0x12'),_0x1bb67e(_0x2295f3,_0x29a1('0x22'))),_0x38921d('superscript',_0x1bb67e(_0x2295f3,_0x29a1('0x7')));}}
23
+ const _0x232f=['toLowerCase','FORMAT_','bold','has','FORMAT_ITALIC','code','*Remove\x20format:*\x20%0','commandName','FORMAT_SUBSCRIPT','forceValue','SubscriptEditing','slice','_descriptionFactory','UnderlineEditing','type','ItalicEditing','subscript','strikethrough','CodeEditing','registerAttributeLabel','superscript','get','toUpperCase','plugins','BoldEditing','_enableDefaultAttributesIntegration','TrackChangesEditing','FORMAT_UNDERLINE','_registerLegacyDescription','editor','underline','italic','locale','commandParams'];(function(_0xa00b3a,_0x232fae){const _0x5d2325=function(_0x11983c){while(--_0x11983c){_0xa00b3a['push'](_0xa00b3a['shift']());}};_0x5d2325(++_0x232fae);}(_0x232f,0x8e));const _0x5d23=function(_0xa00b3a,_0x232fae){_0xa00b3a=_0xa00b3a-0x0;let _0x5d2325=_0x232f[_0xa00b3a];return _0x5d2325;};import{Plugin as _0x2e2e22}from'ckeditor5/src/core.js';import{getTranslation as _0x5ef0ce}from'../utils/common-translations.js';const ti=[_0x5d23('0x12'),_0x5d23('0x9'),_0x5d23('0x7'),_0x5d23('0xc'),'StrikethroughEditing',_0x5d23('0x4'),'SuperscriptEditing'];export default class U extends _0x2e2e22{['afterInit'](){const _0x327965=this[_0x5d23('0x17')],_0x3cf4b1=_0x327965[_0x5d23('0x11')][_0x5d23('0xf')]('TrackChangesEditing'),_0x2e7ff4=_0x327965[_0x5d23('0x1a')];for(const _0x5ef307 of ti){if(!_0x327965[_0x5d23('0x11')][_0x5d23('0x1f')](_0x5ef307))continue;const _0x41baab=_0x5ef307[_0x5d23('0x5')](0x0,-0x7)[_0x5d23('0x1c')](),_0x4b8227=_0x5d23('0x1d')+_0x41baab[_0x5d23('0x10')]();_0x3cf4b1[_0x5d23('0x13')](_0x41baab,[_0x41baab]),_0x3cf4b1[_0x5d23('0x6')][_0x5d23('0xd')](_0x41baab,_0x5ef0ce(_0x2e7ff4,_0x4b8227));}this[_0x5d23('0x16')]();}[_0x5d23('0x16')](){const _0x2c96b8=this[_0x5d23('0x17')],_0x20e5ce=_0x2c96b8[_0x5d23('0x1a')],_0x30c342=_0x2c96b8['plugins'][_0x5d23('0xf')](_0x5d23('0x14'));function _0x18d44d(_0x5cd67b,_0x51d6cc){_0x30c342[_0x5d23('0x6')]['registerDescriptionCallback'](_0x19ed41=>{if('formatInline'!=_0x19ed41[_0x5d23('0x8')])return;const {data:_0x232382}=_0x19ed41;return _0x232382&&_0x232382[_0x5d23('0x1')]===_0x5cd67b?_0x232382[_0x5d23('0x1b')][0x0][_0x5d23('0x3')]?{'type':'format','content':_0x5ef0ce(_0x20e5ce,'*Format:*\x20%0',_0x51d6cc)}:{'type':'format','content':_0x5ef0ce(_0x20e5ce,_0x5d23('0x0'),_0x51d6cc)}:void 0x0;});}_0x18d44d(_0x5d23('0x1e'),_0x5ef0ce(_0x20e5ce,'FORMAT_BOLD')),_0x18d44d(_0x5d23('0x19'),_0x5ef0ce(_0x20e5ce,_0x5d23('0x20'))),_0x18d44d(_0x5d23('0x18'),_0x5ef0ce(_0x20e5ce,_0x5d23('0x15'))),_0x18d44d(_0x5d23('0x21'),_0x5ef0ce(_0x20e5ce,'FORMAT_CODE')),_0x18d44d(_0x5d23('0xb'),_0x5ef0ce(_0x20e5ce,'FORMAT_STRIKETHROUGH')),_0x18d44d(_0x5d23('0xa'),_0x5ef0ce(_0x20e5ce,_0x5d23('0x2'))),_0x18d44d(_0x5d23('0xe'),_0x5ef0ce(_0x20e5ce,'FORMAT_SUPERSCRIPT'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3b76=['registerDescriptionCallback','schema','enableCommand','ELEMENT_BLOCK_QUOTE','getSelectedBlocks','*Remove\x20format:*\x20%0','from','checkChild','editor','filter','locale','format','has','commandName','parent','blockQuote','value','_descriptionFactory','BlockQuoteEditing','afterInit','*Set\x20format:*\x20%0','get','forceValue','change','document','plugins','model','commands'];(function(_0x177b07,_0x3b7649){const _0x52243d=function(_0x5168fb){while(--_0x5168fb){_0x177b07['push'](_0x177b07['shift']());}};_0x52243d(++_0x3b7649);}(_0x3b76,0xc6));const _0x5224=function(_0x177b07,_0x3b7649){_0x177b07=_0x177b07-0x0;let _0x52243d=_0x3b76[_0x177b07];return _0x52243d;};import{Plugin as _0x54baaf}from'ckeditor5/src/core.js';import{getTranslation as _0x3a0611}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x2e6fb7}from'../utils/utils.js';export default class O extends _0x54baaf{[_0x5224('0x11')](){const _0x4efd2e=this[_0x5224('0x6')],_0x172169=_0x4efd2e[_0x5224('0x8')];if(!_0x4efd2e[_0x5224('0x17')][_0x5224('0xa')](_0x5224('0x10')))return;const _0x399ff5=_0x4efd2e[_0x5224('0x17')][_0x5224('0x13')]('TrackChangesEditing'),_0x34d598=this['editor'][_0x5224('0x19')][_0x5224('0x13')]('blockQuote');_0x399ff5[_0x5224('0x0')](_0x5224('0xd'),(_0x2ad663,_0x49afe3={})=>{const _0x532441=this[_0x5224('0x6')]['model'][_0x5224('0x16')]['selection'],_0x1b6ff4=_0x49afe3&&void 0x0!==_0x49afe3[_0x5224('0x14')]?_0x49afe3[_0x5224('0x14')]:!_0x34d598[_0x5224('0xe')];let _0x3cb83a=[];if(_0x1b6ff4){const _0x39730a=Array[_0x5224('0x4')](_0x532441[_0x5224('0x2')]())['filter'](_0x194a7b=>oo(_0x194a7b)||function(_0x46778a,_0x111070){const _0x9d2293=_0x111070['checkChild'](_0x46778a[_0x5224('0xc')],_0x5224('0xd')),_0x524626=_0x111070[_0x5224('0x5')](['$root','blockQuote'],_0x46778a);return _0x9d2293&&_0x524626;}(_0x194a7b,this[_0x5224('0x6')][_0x5224('0x18')][_0x5224('0x1b')]));_0x3cb83a=_0x2e6fb7(_0x39730a,_0x4efd2e[_0x5224('0x18')]);}else{const _0x538373=Array[_0x5224('0x4')](_0x532441[_0x5224('0x2')]())[_0x5224('0x7')](_0x11398f=>oo(_0x11398f));_0x3cb83a=_0x2e6fb7(_0x538373,_0x4efd2e[_0x5224('0x18')]);}_0x4efd2e[_0x5224('0x18')][_0x5224('0x15')](()=>{for(const _0x996edc of _0x3cb83a)_0x399ff5['markBlockFormat'](_0x996edc,{'commandName':_0x5224('0xd'),'commandParams':[{'forceValue':_0x1b6ff4}]});});}),_0x399ff5[_0x5224('0xf')][_0x5224('0x1a')](_0x1831e5=>{const {data:_0x345a89}=_0x1831e5;if(_0x345a89&&'blockQuote'==_0x345a89[_0x5224('0xb')]){const _0xde541e=_0x3a0611(_0x172169,_0x5224('0x1'));return _0x345a89['commandParams'][0x0][_0x5224('0x14')]?{'type':_0x5224('0x9'),'content':_0x3a0611(_0x172169,_0x5224('0x12'),_0xde541e)}:{'type':_0x5224('0x9'),'content':_0x3a0611(_0x172169,_0x5224('0x3'),_0xde541e)};}});}}function oo(_0x1bad77){return _0x5224('0xd')==_0x1bad77['parent']['name'];}
23
+ const _0x550f=['filter','schema','ELEMENT_BLOCK_QUOTE','afterInit','*Set\x20format:*\x20%0','_descriptionFactory','model','format','checkChild','parent','selection','locale','forceValue','value','has','$root','get','enableCommand','plugins','markBlockFormat','BlockQuoteEditing','editor','from','document','blockQuote','*Remove\x20format:*\x20%0','commands','change','name','registerDescriptionCallback','commandParams','TrackChangesEditing'];(function(_0x57846b,_0x550fc1){const _0x497e0d=function(_0x2531ea){while(--_0x2531ea){_0x57846b['push'](_0x57846b['shift']());}};_0x497e0d(++_0x550fc1);}(_0x550f,0x1d3));const _0x497e=function(_0x57846b,_0x550fc1){_0x57846b=_0x57846b-0x0;let _0x497e0d=_0x550f[_0x57846b];return _0x497e0d;};import{Plugin as _0x1ddba0}from'ckeditor5/src/core.js';import{getTranslation as _0xe5d8cd}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x5af897}from'../utils/utils.js';export default class O extends _0x1ddba0{[_0x497e('0x10')](){const _0x4c1820=this[_0x497e('0x2')],_0x433f07=_0x4c1820[_0x497e('0x18')];if(!_0x4c1820[_0x497e('0x1f')][_0x497e('0x1b')](_0x497e('0x1')))return;const _0x217aa5=_0x4c1820[_0x497e('0x1f')]['get'](_0x497e('0xc')),_0x47ca16=this[_0x497e('0x2')][_0x497e('0x7')][_0x497e('0x1d')](_0x497e('0x5'));_0x217aa5[_0x497e('0x1e')](_0x497e('0x5'),(_0x22dc28,_0x263307={})=>{const _0x5469df=this[_0x497e('0x2')]['model'][_0x497e('0x4')][_0x497e('0x17')],_0x4610af=_0x263307&&void 0x0!==_0x263307[_0x497e('0x19')]?_0x263307[_0x497e('0x19')]:!_0x47ca16[_0x497e('0x1a')];let _0x2b8eb3=[];if(_0x4610af){const _0x5c84ce=Array[_0x497e('0x3')](_0x5469df['getSelectedBlocks']())['filter'](_0x4b3f93=>oo(_0x4b3f93)||function(_0x2cfc94,_0x131620){const _0x40d46b=_0x131620[_0x497e('0x15')](_0x2cfc94['parent'],'blockQuote'),_0x16bfd6=_0x131620[_0x497e('0x15')]([_0x497e('0x1c'),_0x497e('0x5')],_0x2cfc94);return _0x40d46b&&_0x16bfd6;}(_0x4b3f93,this[_0x497e('0x2')]['model'][_0x497e('0xe')]));_0x2b8eb3=_0x5af897(_0x5c84ce,_0x4c1820[_0x497e('0x13')]);}else{const _0x3a5ef1=Array[_0x497e('0x3')](_0x5469df['getSelectedBlocks']())[_0x497e('0xd')](_0x16384f=>oo(_0x16384f));_0x2b8eb3=_0x5af897(_0x3a5ef1,_0x4c1820['model']);}_0x4c1820[_0x497e('0x13')][_0x497e('0x8')](()=>{for(const _0x220f7e of _0x2b8eb3)_0x217aa5[_0x497e('0x0')](_0x220f7e,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x4610af}]});});}),_0x217aa5[_0x497e('0x12')][_0x497e('0xa')](_0x248425=>{const {data:_0x1717dc}=_0x248425;if(_0x1717dc&&_0x497e('0x5')==_0x1717dc['commandName']){const _0x42dfcf=_0xe5d8cd(_0x433f07,_0x497e('0xf'));return _0x1717dc[_0x497e('0xb')][0x0][_0x497e('0x19')]?{'type':_0x497e('0x14'),'content':_0xe5d8cd(_0x433f07,_0x497e('0x11'),_0x42dfcf)}:{'type':_0x497e('0x14'),'content':_0xe5d8cd(_0x433f07,_0x497e('0x6'),_0x42dfcf)};}});}}function oo(_0x3e5121){return _0x497e('0x5')==_0x3e5121[_0x497e('0x16')][_0x497e('0x9')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1535=['get','TrackChangesEditing','changeCaseTitle','afterInit','changeCaseLower','plugins','CaseChange','has','enableCommand','editor'];(function(_0x3b0bb3,_0x153500){const _0x5808dd=function(_0x1dc88a){while(--_0x1dc88a){_0x3b0bb3['push'](_0x3b0bb3['shift']());}};_0x5808dd(++_0x153500);}(_0x1535,0x15c));const _0x5808=function(_0x3b0bb3,_0x153500){_0x3b0bb3=_0x3b0bb3-0x0;let _0x5808dd=_0x1535[_0x3b0bb3];return _0x5808dd;};import{Plugin as _0x333bfc}from'ckeditor5/src/core.js';export default class G extends _0x333bfc{[_0x5808('0x5')](){const _0x2ae068=this[_0x5808('0x1')];_0x2ae068['plugins'][_0x5808('0x9')](_0x5808('0x8'))&&(_0x2ae068[_0x5808('0x7')]['get'](_0x5808('0x3'))['enableCommand']('changeCaseUpper'),_0x2ae068[_0x5808('0x7')]['get'](_0x5808('0x3'))[_0x5808('0x0')](_0x5808('0x6')),_0x2ae068[_0x5808('0x7')][_0x5808('0x2')](_0x5808('0x3'))[_0x5808('0x0')](_0x5808('0x4')));}}
23
+ const _0xeb8d=['plugins','changeCaseTitle','has','editor','TrackChangesEditing','get','enableCommand','changeCaseUpper','afterInit','CaseChange'];(function(_0x1be2f4,_0xeb8d80){const _0x43463c=function(_0x518129){while(--_0x518129){_0x1be2f4['push'](_0x1be2f4['shift']());}};_0x43463c(++_0xeb8d80);}(_0xeb8d,0xd9));const _0x4346=function(_0x1be2f4,_0xeb8d80){_0x1be2f4=_0x1be2f4-0x0;let _0x43463c=_0xeb8d[_0x1be2f4];return _0x43463c;};import{Plugin as _0x4640e7}from'ckeditor5/src/core.js';export default class G extends _0x4640e7{[_0x4346('0x1')](){const _0x33f38a=this[_0x4346('0x6')];_0x33f38a[_0x4346('0x3')][_0x4346('0x5')](_0x4346('0x2'))&&(_0x33f38a[_0x4346('0x3')]['get'](_0x4346('0x7'))['enableCommand'](_0x4346('0x0')),_0x33f38a[_0x4346('0x3')][_0x4346('0x8')]('TrackChangesEditing')[_0x4346('0x9')]('changeCaseLower'),_0x33f38a[_0x4346('0x3')][_0x4346('0x8')](_0x4346('0x7'))[_0x4346('0x9')](_0x4346('0x4')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x45b8=['ckbox','TrackChangesEditing','afterInit','enableCommand','plugins','commands'];(function(_0x2e88f7,_0x45b8f8){const _0xa08db4=function(_0x3bb0c1){while(--_0x3bb0c1){_0x2e88f7['push'](_0x2e88f7['shift']());}};_0xa08db4(++_0x45b8f8);}(_0x45b8,0x127));const _0xa08d=function(_0x2e88f7,_0x45b8f8){_0x2e88f7=_0x2e88f7-0x0;let _0xa08db4=_0x45b8[_0x2e88f7];return _0xa08db4;};import{Plugin as _0x2bda0a}from'ckeditor5/src/core.js';export default class F extends _0x2bda0a{[_0xa08d('0x1')](){const _0x5570f3=this['editor'];_0x5570f3[_0xa08d('0x4')]['get'](_0xa08d('0x5'))&&_0x5570f3[_0xa08d('0x3')]['get'](_0xa08d('0x0'))[_0xa08d('0x2')](_0xa08d('0x5'));}}
23
+ const _0x55fc=['get','afterInit','plugins','ckbox','editor','enableCommand','TrackChangesEditing'];(function(_0x540cc9,_0x55fc75){const _0x4e1aee=function(_0x555e0d){while(--_0x555e0d){_0x540cc9['push'](_0x540cc9['shift']());}};_0x4e1aee(++_0x55fc75);}(_0x55fc,0x1c5));const _0x4e1a=function(_0x540cc9,_0x55fc75){_0x540cc9=_0x540cc9-0x0;let _0x4e1aee=_0x55fc[_0x540cc9];return _0x4e1aee;};import{Plugin as _0x2823d0}from'ckeditor5/src/core.js';export default class F extends _0x2823d0{[_0x4e1a('0x3')](){const _0x2ddb0d=this[_0x4e1a('0x6')];_0x2ddb0d['commands'][_0x4e1a('0x2')](_0x4e1a('0x5'))&&_0x2ddb0d[_0x4e1a('0x4')][_0x4e1a('0x2')](_0x4e1a('0x1'))[_0x4e1a('0x0')](_0x4e1a('0x5'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x50d5=['registerElementLabel','selection','has','registerDescriptionCallback','value','language','editor','find','change','afterInit','*Remove\x20format:*\x20%0','commandParams','schema','markBlockFormat','from','parent','outdentCodeBlock','locale','commandName','forceValue','document','filter','formatBlock','TrackChangesEditing','getSelectedBlocks','model','languages','codeBlock','get','_descriptionFactory','checkChild','rootElement','toLowerCase','format','isLimit','blockName','plugins','ELEMENT_CODE_BLOCK','enableCommand','type'];(function(_0x57ff3e,_0x50d554){const _0x3ccbdf=function(_0x56d512){while(--_0x56d512){_0x57ff3e['push'](_0x57ff3e['shift']());}};_0x3ccbdf(++_0x50d554);}(_0x50d5,0x7b));const _0x3ccb=function(_0x57ff3e,_0x50d554){_0x57ff3e=_0x57ff3e-0x0;let _0x3ccbdf=_0x50d5[_0x57ff3e];return _0x3ccbdf;};import{Plugin as _0xf92ce1}from'ckeditor5/src/core.js';import{getTranslation as _0x143e73}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x28444b}from'../utils/utils.js';export default class L extends _0xf92ce1{[_0x3ccb('0x6')](){const _0x15ebc2=this[_0x3ccb('0x3')];if(!_0x15ebc2[_0x3ccb('0x21')][_0x3ccb('0x27')]('CodeBlock'))return;const _0x5cd262=_0x15ebc2[_0x3ccb('0x21')]['get'](_0x3ccb('0x14')),_0x5e3409=_0x15ebc2[_0x3ccb('0xe')],_0x53c78b=_0x15ebc2['config'][_0x3ccb('0x19')]('codeBlock')[_0x3ccb('0x17')],_0x3973fb=_0x15ebc2['commands'][_0x3ccb('0x19')]('codeBlock');_0x5cd262[_0x3ccb('0x23')]('indentCodeBlock'),_0x5cd262[_0x3ccb('0x23')](_0x3ccb('0xd')),_0x5cd262[_0x3ccb('0x23')](_0x3ccb('0x18'),(_0x1bcb1f,_0x10be0f={})=>{const _0x2535a1=_0x15ebc2[_0x3ccb('0x16')],_0x16c5f8=_0x15ebc2[_0x3ccb('0x16')][_0x3ccb('0x11')][_0x3ccb('0x26')],_0x2c6210=_0x10be0f&&void 0x0!==_0x10be0f[_0x3ccb('0x10')]?_0x10be0f['forceValue']:!_0x3973fb[_0x3ccb('0x1')];let _0x1d6edf;_0x10be0f[_0x3ccb('0x2')]||(_0x10be0f['language']=_0x53c78b[0x0][_0x3ccb('0x2')]),_0x1d6edf=_0x2c6210?Array['from'](_0x16c5f8[_0x3ccb('0x15')]())[_0x3ccb('0x12')](_0x5e9cff=>eo(_0x5e9cff)||function(_0x26b391,_0x39d5fb){if(_0x26b391['is'](_0x3ccb('0x1c'))||_0x39d5fb[_0x3ccb('0x1f')](_0x26b391))return!0x1;return _0x39d5fb[_0x3ccb('0x1b')](_0x26b391[_0x3ccb('0xc')],_0x3ccb('0x18'));}(_0x5e9cff,_0x2535a1[_0x3ccb('0x9')])):Array[_0x3ccb('0xb')](_0x16c5f8[_0x3ccb('0x15')]())[_0x3ccb('0x12')](_0x4c67c8=>eo(_0x4c67c8));const _0x481b82=_0x28444b(_0x1d6edf,_0x2535a1);_0x2535a1[_0x3ccb('0x5')](()=>{for(const _0x45e8f8 of _0x481b82)_0x5cd262[_0x3ccb('0xa')](_0x45e8f8,{'commandName':_0x3ccb('0x18'),'commandParams':[{..._0x10be0f,'forceValue':_0x2c6210}],'formatGroupId':_0x3ccb('0x20')});});}),(_0x5cd262[_0x3ccb('0x1a')][_0x3ccb('0x25')](_0x3ccb('0x18'),_0x1b1ded=>_0x143e73(_0x5e3409,_0x3ccb('0x22'),_0x1b1ded)),_0x5cd262['_descriptionFactory'][_0x3ccb('0x0')](_0x32f687=>{if(_0x3ccb('0x13')!=_0x32f687[_0x3ccb('0x24')])return;const _0x355af1=_0x5e3409['t'],{data:_0x4f0800}=_0x32f687;if(!_0x4f0800||_0x3ccb('0x18')!=_0x4f0800[_0x3ccb('0xf')])return;const _0x5bf5ee=_0x4f0800[_0x3ccb('0x8')][0x0][_0x3ccb('0x2')],_0x493d9e=_0x355af1(_0x53c78b[_0x3ccb('0x4')](_0x7e5119=>_0x7e5119[_0x3ccb('0x2')]===_0x5bf5ee)['label'])[_0x3ccb('0x1d')]();return _0x4f0800[_0x3ccb('0x8')][0x0]['forceValue']?{'type':_0x3ccb('0x1e'),'content':_0x143e73(_0x5e3409,'*Set\x20format:*\x20%0',_0x143e73(_0x5e3409,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x493d9e+')')}:{'type':_0x3ccb('0x1e'),'content':_0x143e73(_0x5e3409,_0x3ccb('0x7'),_0x143e73(_0x5e3409,_0x3ccb('0x22'),0x1))};}));}}function eo(_0x124b95){return _0x3ccb('0x18')==_0x124b95['name'];}
23
+ const _0x1d77=['filter','editor','commandName','*Set\x20format:*\x20%0','label','document','blockName','schema','formatBlock','commands','isLimit','enableCommand','indentCodeBlock','codeBlock','value','languages','from','_descriptionFactory','get','model','language','checkChild','find','config','change','CodeBlock','ELEMENT_CODE_BLOCK','plugins','afterInit','registerDescriptionCallback','rootElement','selection','commandParams','forceValue','format','markBlockFormat','registerElementLabel','parent'];(function(_0x2b1c08,_0x1d77ee){const _0x3991c2=function(_0x41e944){while(--_0x41e944){_0x2b1c08['push'](_0x2b1c08['shift']());}};_0x3991c2(++_0x1d77ee);}(_0x1d77,0x119));const _0x3991=function(_0x2b1c08,_0x1d77ee){_0x2b1c08=_0x2b1c08-0x0;let _0x3991c2=_0x1d77[_0x2b1c08];return _0x3991c2;};import{Plugin as _0xd23c6a}from'ckeditor5/src/core.js';import{getTranslation as _0x1d768b}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1eaf5d}from'../utils/utils.js';export default class L extends _0xd23c6a{[_0x3991('0xd')](){const _0x3643d8=this[_0x3991('0x18')];if(!_0x3643d8[_0x3991('0xc')]['has'](_0x3991('0xa')))return;const _0x17edb9=_0x3643d8[_0x3991('0xc')]['get']('TrackChangesEditing'),_0x15fbd2=_0x3643d8['locale'],_0x33d992=_0x3643d8[_0x3991('0x8')][_0x3991('0x3')]('codeBlock')[_0x3991('0x0')],_0x558e86=_0x3643d8[_0x3991('0x20')][_0x3991('0x3')](_0x3991('0x24'));_0x17edb9[_0x3991('0x22')](_0x3991('0x23')),_0x17edb9[_0x3991('0x22')]('outdentCodeBlock'),_0x17edb9[_0x3991('0x22')](_0x3991('0x24'),(_0x3cd7bb,_0x39ae1f={})=>{const _0x2d57a8=_0x3643d8['model'],_0x52fad3=_0x3643d8[_0x3991('0x4')][_0x3991('0x1c')][_0x3991('0x10')],_0x44722f=_0x39ae1f&&void 0x0!==_0x39ae1f['forceValue']?_0x39ae1f[_0x3991('0x12')]:!_0x558e86[_0x3991('0x25')];let _0x37f677;_0x39ae1f[_0x3991('0x5')]||(_0x39ae1f[_0x3991('0x5')]=_0x33d992[0x0][_0x3991('0x5')]),_0x37f677=_0x44722f?Array['from'](_0x52fad3['getSelectedBlocks']())[_0x3991('0x17')](_0x47e0af=>eo(_0x47e0af)||function(_0x36811b,_0xc961e2){if(_0x36811b['is'](_0x3991('0xf'))||_0xc961e2[_0x3991('0x21')](_0x36811b))return!0x1;return _0xc961e2[_0x3991('0x6')](_0x36811b[_0x3991('0x16')],_0x3991('0x24'));}(_0x47e0af,_0x2d57a8[_0x3991('0x1e')])):Array[_0x3991('0x1')](_0x52fad3['getSelectedBlocks']())[_0x3991('0x17')](_0x3b9ce6=>eo(_0x3b9ce6));const _0x33573e=_0x1eaf5d(_0x37f677,_0x2d57a8);_0x2d57a8[_0x3991('0x9')](()=>{for(const _0xa5850 of _0x33573e)_0x17edb9[_0x3991('0x14')](_0xa5850,{'commandName':_0x3991('0x24'),'commandParams':[{..._0x39ae1f,'forceValue':_0x44722f}],'formatGroupId':_0x3991('0x1d')});});}),(_0x17edb9[_0x3991('0x2')][_0x3991('0x15')](_0x3991('0x24'),_0x588ec2=>_0x1d768b(_0x15fbd2,_0x3991('0xb'),_0x588ec2)),_0x17edb9['_descriptionFactory'][_0x3991('0xe')](_0x48be81=>{if(_0x3991('0x1f')!=_0x48be81['type'])return;const _0x16a98a=_0x15fbd2['t'],{data:_0x4efd0a}=_0x48be81;if(!_0x4efd0a||_0x3991('0x24')!=_0x4efd0a[_0x3991('0x19')])return;const _0x1f9f4d=_0x4efd0a[_0x3991('0x11')][0x0][_0x3991('0x5')],_0x23a379=_0x16a98a(_0x33d992[_0x3991('0x7')](_0x35fef7=>_0x35fef7['language']===_0x1f9f4d)[_0x3991('0x1b')])['toLowerCase']();return _0x4efd0a[_0x3991('0x11')][0x0][_0x3991('0x12')]?{'type':_0x3991('0x13'),'content':_0x1d768b(_0x15fbd2,_0x3991('0x1a'),_0x1d768b(_0x15fbd2,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x23a379+')')}:{'type':_0x3991('0x13'),'content':_0x1d768b(_0x15fbd2,'*Remove\x20format:*\x20%0',_0x1d768b(_0x15fbd2,_0x3991('0xb'),0x1))};}));}}function eo(_0xa7fc7e){return _0x3991('0x24')==_0xa7fc7e['name'];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xcad7=['CommentsEditing','has','enableCommand','afterInit','addCommentThread','plugins'];(function(_0x40f2c1,_0xcad7c5){const _0x3bcb78=function(_0x189d81){while(--_0x189d81){_0x40f2c1['push'](_0x40f2c1['shift']());}};_0x3bcb78(++_0xcad7c5);}(_0xcad7,0x75));const _0x3bcb=function(_0x40f2c1,_0xcad7c5){_0x40f2c1=_0x40f2c1-0x0;let _0x3bcb78=_0xcad7[_0x40f2c1];return _0x3bcb78;};import{Plugin as _0x3c7726}from'ckeditor5/src/core.js';export default class H extends _0x3c7726{[_0x3bcb('0x0')](){const _0x1022a1=this['editor'];if(!_0x1022a1[_0x3bcb('0x2')][_0x3bcb('0x4')](_0x3bcb('0x3')))return;_0x1022a1[_0x3bcb('0x2')]['get']('TrackChangesEditing')[_0x3bcb('0x5')](_0x3bcb('0x1'));}}
23
+ const _0x3c4f=['plugins','editor','TrackChangesEditing','enableCommand','addCommentThread','CommentsEditing','get'];(function(_0x1db492,_0x3c4f94){const _0x27b667=function(_0x56911a){while(--_0x56911a){_0x1db492['push'](_0x1db492['shift']());}};_0x27b667(++_0x3c4f94);}(_0x3c4f,0xe0));const _0x27b6=function(_0x1db492,_0x3c4f94){_0x1db492=_0x1db492-0x0;let _0x27b667=_0x3c4f[_0x1db492];return _0x27b667;};import{Plugin as _0x2f6ecf}from'ckeditor5/src/core.js';export default class H extends _0x2f6ecf{['afterInit'](){const _0x439b8e=this[_0x27b6('0x1')];if(!_0x439b8e[_0x27b6('0x0')]['has'](_0x27b6('0x5')))return;_0x439b8e['plugins'][_0x27b6('0x6')](_0x27b6('0x2'))[_0x27b6('0x3')](_0x27b6('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x12cd=['createRange','enableCommand','bind','requires','lock','get','remove','buffer','commands','deleteForward','createSelection','unbindElementFromMarkerName','document','data','start','batch','addMarker:suggestion:deletion','options','merge','forward','downcastDispatcher','high','unit','writer','mapper','showSuggestionHighlights','modifySelection','enqueueChange','editor','model','selection','fromRange','rootName','removeMarker:suggestion:deletion','isCollapsed','editing','markerName','init','$graveyard','end','markerNameToElements','plugins','TrackChangesEditing'];(function(_0xfcf417,_0x12cd42){const _0x2b8ff8=function(_0x2a7498){while(--_0x2a7498){_0xfcf417['push'](_0xfcf417['shift']());}};_0x2b8ff8(++_0x12cd42);}(_0x12cd,0xa6));const _0x2b8f=function(_0xfcf417,_0x12cd42){_0xfcf417=_0xfcf417-0x0;let _0x2b8ff8=_0x12cd[_0xfcf417];return _0x2b8ff8;};import{Plugin as _0x30ded5}from'ckeditor5/src/core.js';import{LiveRange as _0x3f6f36}from'ckeditor5/src/engine.js';import{Delete as _0x4aaf80}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x404efa}from'./utils.js';export default class q extends _0x30ded5{static get[_0x2b8f('0x9')](){return[_0x4aaf80];}[_0x2b8f('0x0')](){const _0x5ea2ef=this[_0x2b8f('0x22')],_0x2e2ea3=_0x5ea2ef[_0x2b8f('0x4')][_0x2b8f('0xb')](_0x2b8f('0x5'));_0x2e2ea3[_0x2b8f('0x7')]('delete');const _0x29dc50=_0x5ea2ef[_0x2b8f('0xe')][_0x2b8f('0xb')](_0x2b8f('0xf'));_0x2e2ea3[_0x2b8f('0x7')](_0x2b8f('0xf'),(_0x50d2cb,_0x1941e6={})=>{const _0x4b9f08=_0x5ea2ef[_0x2b8f('0x23')][_0x2b8f('0x10')](_0x5ea2ef['model'][_0x2b8f('0x12')][_0x2b8f('0x24')]);_0x4b9f08[_0x2b8f('0x28')]&&_0x5ea2ef['model'][_0x2b8f('0x20')](_0x4b9f08,{'direction':_0x2b8f('0x19'),'unit':_0x1941e6[_0x2b8f('0x1c')]});const _0x1539e7=_0x4b9f08['getFirstRange'](),_0x4f7ffb=_0x3f6f36[_0x2b8f('0x25')](_0x1539e7);let _0x28d5d9;_0x50d2cb(_0x1941e6),_0x28d5d9=_0x2b8f('0x1')==_0x4f7ffb['root'][_0x2b8f('0x26')]?_0x5ea2ef['model'][_0x2b8f('0x6')](_0x1539e7[_0x2b8f('0x14')]):_0x5ea2ef[_0x2b8f('0x23')][_0x2b8f('0x6')](_0x4f7ffb[_0x2b8f('0x14')],_0x4f7ffb[_0x2b8f('0x2')]),_0x4f7ffb['detach'](),_0x5ea2ef['model'][_0x2b8f('0x21')](_0x29dc50['buffer'][_0x2b8f('0x15')],_0x4f48db=>{_0x29dc50[_0x2b8f('0xd')][_0x2b8f('0xa')](),_0x4f48db['setSelection'](_0x4f48db[_0x2b8f('0x6')](_0x28d5d9[_0x2b8f('0x2')])),_0x29dc50[_0x2b8f('0xd')]['unlock']();});}),_0x5ea2ef[_0x2b8f('0x29')][_0x2b8f('0x1a')]['on'](_0x2b8f('0x16'),_0x404efa(_0x5ea2ef,_0x2b8f('0x18')),{'priority':_0x2b8f('0x1b')}),_0x5ea2ef[_0x2b8f('0x13')]['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x3a113b,_0x3cc66f,_0xabe205)=>{_0xabe205[_0x2b8f('0x17')][_0x2b8f('0x1f')]&&_0x404efa(_0x5ea2ef,_0x2b8f('0x18'),{'showActiveMarker':!0x1})[_0x2b8f('0x8')](this)(_0x3a113b,_0x3cc66f,_0xabe205);},{'priority':_0x2b8f('0x1b')}),_0x5ea2ef[_0x2b8f('0x29')][_0x2b8f('0x1a')]['on'](_0x2b8f('0x27'),(_0x838d88,_0x33b84d,_0x2f5778)=>{const _0x132133=_0x2f5778['mapper'][_0x2b8f('0x3')](_0x33b84d[_0x2b8f('0x2a')]);if(_0x132133)for(const _0x521fe0 of _0x132133)_0x521fe0['is']('uiElement')&&(_0x2f5778[_0x2b8f('0x1e')][_0x2b8f('0x11')](_0x521fe0,_0x33b84d[_0x2b8f('0x2a')]),_0x2f5778[_0x2b8f('0x1d')][_0x2b8f('0xc')](_0x521fe0));},{'priority':_0x2b8f('0x1b')});}}
23
+ const _0x4d7b=['requires','unit','lock','root','markerName','start','uiElement','rootName','mapper','markerNameToElements','selection','merge','TrackChangesEditing','detach','batch','commands','removeMarker:suggestion:deletion','options','end','document','buffer','editing','modifySelection','addMarker:suggestion:deletion','writer','downcastDispatcher','editor','high','unlock','remove','$graveyard','setSelection','deleteForward','fromRange','enqueueChange','data','delete','enableCommand','bind','model','createRange','getFirstRange','get'];(function(_0x6f9eb,_0x4d7b0d){const _0xf85c66=function(_0x3d4d65){while(--_0x3d4d65){_0x6f9eb['push'](_0x6f9eb['shift']());}};_0xf85c66(++_0x4d7b0d);}(_0x4d7b,0x65));const _0xf85c=function(_0x6f9eb,_0x4d7b0d){_0x6f9eb=_0x6f9eb-0x0;let _0xf85c66=_0x4d7b[_0x6f9eb];return _0xf85c66;};import{Plugin as _0x11a310}from'ckeditor5/src/core.js';import{LiveRange as _0x2c82a9}from'ckeditor5/src/engine.js';import{Delete as _0x394dc6}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x1cdfde}from'./utils.js';export default class q extends _0x11a310{static get[_0xf85c('0x1c')](){return[_0x394dc6];}['init'](){const _0x2bda2b=this[_0xf85c('0xb')],_0x2b9519=_0x2bda2b['plugins']['get'](_0xf85c('0x28'));_0x2b9519[_0xf85c('0x16')](_0xf85c('0x15'));const _0x40dc15=_0x2bda2b[_0xf85c('0x0')][_0xf85c('0x1b')](_0xf85c('0x11'));_0x2b9519['enableCommand'](_0xf85c('0x11'),(_0x996d32,_0xe47013={})=>{const _0x450f98=_0x2bda2b[_0xf85c('0x18')]['createSelection'](_0x2bda2b[_0xf85c('0x18')][_0xf85c('0x4')][_0xf85c('0x26')]);_0x450f98['isCollapsed']&&_0x2bda2b[_0xf85c('0x18')][_0xf85c('0x7')](_0x450f98,{'direction':'forward','unit':_0xe47013[_0xf85c('0x1d')]});const _0x33d90c=_0x450f98[_0xf85c('0x1a')](),_0x545522=_0x2c82a9[_0xf85c('0x12')](_0x33d90c);let _0x1ac250;_0x996d32(_0xe47013),_0x1ac250=_0xf85c('0xf')==_0x545522[_0xf85c('0x1f')][_0xf85c('0x23')]?_0x2bda2b['model'][_0xf85c('0x19')](_0x33d90c[_0xf85c('0x21')]):_0x2bda2b[_0xf85c('0x18')][_0xf85c('0x19')](_0x545522[_0xf85c('0x21')],_0x545522[_0xf85c('0x3')]),_0x545522[_0xf85c('0x29')](),_0x2bda2b['model'][_0xf85c('0x13')](_0x40dc15[_0xf85c('0x5')][_0xf85c('0x2a')],_0x13e8d9=>{_0x40dc15[_0xf85c('0x5')][_0xf85c('0x1e')](),_0x13e8d9[_0xf85c('0x10')](_0x13e8d9[_0xf85c('0x19')](_0x1ac250['end'])),_0x40dc15[_0xf85c('0x5')][_0xf85c('0xd')]();});}),_0x2bda2b[_0xf85c('0x6')][_0xf85c('0xa')]['on'](_0xf85c('0x8'),_0x1cdfde(_0x2bda2b,_0xf85c('0x27')),{'priority':_0xf85c('0xc')}),_0x2bda2b[_0xf85c('0x14')][_0xf85c('0xa')]['on'](_0xf85c('0x8'),(_0x2d03b5,_0x1a82d1,_0x19a401)=>{_0x19a401[_0xf85c('0x2')]['showSuggestionHighlights']&&_0x1cdfde(_0x2bda2b,'merge',{'showActiveMarker':!0x1})[_0xf85c('0x17')](this)(_0x2d03b5,_0x1a82d1,_0x19a401);},{'priority':_0xf85c('0xc')}),_0x2bda2b[_0xf85c('0x6')]['downcastDispatcher']['on'](_0xf85c('0x1'),(_0xcde6b7,_0x2e4206,_0x6058ee)=>{const _0x238ae1=_0x6058ee[_0xf85c('0x24')][_0xf85c('0x25')](_0x2e4206[_0xf85c('0x20')]);if(_0x238ae1)for(const _0x3ba2ec of _0x238ae1)_0x3ba2ec['is'](_0xf85c('0x22'))&&(_0x6058ee[_0xf85c('0x24')]['unbindElementFromMarkerName'](_0x3ba2ec,_0x2e4206[_0xf85c('0x20')]),_0x6058ee[_0xf85c('0x9')][_0xf85c('0xe')](_0x3ba2ec));},{'priority':_0xf85c('0xc')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13ff=['enableCommand','hasClass','requires','parent','mapper','data','downcastDispatcher','markerNameToElements','remove','getFirstPosition','change','markerName','fire','TrackChangesEditing','enterBlock','document','enter','unbindElementFromMarkerName','writer','getFirstRange','showSuggestionHighlights','get','editing','addMarker:suggestion:insertion','bind','split','init','selection','high','options','removeMarker:suggestion:insertion','createRange','nextSibling','model','fromRange'];(function(_0x46bf07,_0x13ff40){const _0x2cd0d7=function(_0x26bb76){while(--_0x26bb76){_0x46bf07['push'](_0x46bf07['shift']());}};_0x2cd0d7(++_0x13ff40);}(_0x13ff,0x18d));const _0x2cd0=function(_0x46bf07,_0x13ff40){_0x46bf07=_0x46bf07-0x0;let _0x2cd0d7=_0x13ff[_0x46bf07];return _0x2cd0d7;};import{Plugin as _0x59cc0c}from'ckeditor5/src/core.js';import{Enter as _0x2ccea4}from'ckeditor5/src/enter.js';import{LiveRange as _0x60c43c}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x3480d1}from'./utils.js';export default class W extends _0x59cc0c{static get[_0x2cd0('0x19')](){return[_0x2ccea4];}[_0x2cd0('0xe')](){const _0x5db60c=this['editor'],_0x2925d8=_0x5db60c['plugins'][_0x2cd0('0x9')](_0x2cd0('0x1')),_0x1225b4=_0x5db60c['commands'][_0x2cd0('0x9')]('enter');_0x2925d8[_0x2cd0('0x17')](_0x2cd0('0x4'),()=>{_0x5db60c[_0x2cd0('0x15')][_0x2cd0('0x21')](_0x3575c0=>{const _0x53d162=_0x5db60c['model'][_0x2cd0('0x3')][_0x2cd0('0xf')],_0x153f16=_0x53d162[_0x2cd0('0x20')](),_0x1d3d8b=_0x60c43c[_0x2cd0('0x16')](_0x53d162[_0x2cd0('0x7')]());if(_0x1225b4[_0x2cd0('0x2')](_0x3575c0)){const _0x15e630=_0x5db60c[_0x2cd0('0x15')]['createPositionAt'](_0x153f16[_0x2cd0('0x1a')][_0x2cd0('0x14')],0x0),_0x19898d=_0x3575c0[_0x2cd0('0x13')](_0x153f16,_0x15e630);_0x2925d8['markInsertion'](_0x19898d);}else _0x3575c0['setSelection'](_0x3575c0[_0x2cd0('0x13')](_0x1d3d8b['end']));_0x1d3d8b['detach'](),_0x1225b4[_0x2cd0('0x0')]('afterExecute',{'writer':_0x3575c0});});}),_0x5db60c['editing'][_0x2cd0('0x1d')]['on'](_0x2cd0('0xb'),_0x3480d1(_0x5db60c,_0x2cd0('0xd')),{'priority':_0x2cd0('0x10')}),_0x5db60c[_0x2cd0('0xa')][_0x2cd0('0x1d')]['on'](_0x2cd0('0x12'),(_0x554753,_0x2614e7,_0x1adfc0)=>{const _0x67d92e=_0x1adfc0[_0x2cd0('0x1b')][_0x2cd0('0x1e')](_0x2614e7[_0x2cd0('0x22')]);if(_0x67d92e)for(const _0x4c2123 of _0x67d92e)_0x4c2123[_0x2cd0('0x18')]('ck-suggestion-marker-split')&&(_0x1adfc0[_0x2cd0('0x1b')][_0x2cd0('0x5')](_0x4c2123,_0x2614e7['markerName']),_0x1adfc0[_0x2cd0('0x6')][_0x2cd0('0x1f')](_0x4c2123));},{'priority':_0x2cd0('0x10')}),_0x5db60c[_0x2cd0('0x1c')][_0x2cd0('0x1d')]['on']('addMarker:suggestion:insertion',(_0x6f73e7,_0x40d214,_0x1e8e55)=>{_0x1e8e55[_0x2cd0('0x11')][_0x2cd0('0x8')]&&_0x3480d1(_0x5db60c,_0x2cd0('0xd'),{'showActiveMarker':!0x1})[_0x2cd0('0xc')](this)(_0x6f73e7,_0x40d214,_0x1e8e55);},{'priority':'high'});}}
23
+ const _0x4a6a=['nextSibling','document','enter','hasClass','afterExecute','commands','init','markerName','writer','markInsertion','showSuggestionHighlights','plugins','model','markerNameToElements','get','editor','enterBlock','addMarker:suggestion:insertion','data','split','mapper','fire','options','fromRange','createRange','createPositionAt','TrackChangesEditing','unbindElementFromMarkerName','high','remove','downcastDispatcher','enableCommand','getFirstRange','end','editing','selection','detach','change','getFirstPosition'];(function(_0x3f88e8,_0x4a6aa0){const _0x3e3c6e=function(_0x11ff9d){while(--_0x11ff9d){_0x3f88e8['push'](_0x3f88e8['shift']());}};_0x3e3c6e(++_0x4a6aa0);}(_0x4a6a,0x16f));const _0x3e3c=function(_0x3f88e8,_0x4a6aa0){_0x3f88e8=_0x3f88e8-0x0;let _0x3e3c6e=_0x4a6a[_0x3f88e8];return _0x3e3c6e;};import{Plugin as _0x1ef388}from'ckeditor5/src/core.js';import{Enter as _0x39278d}from'ckeditor5/src/enter.js';import{LiveRange as _0x1fd7e9}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x42df4e}from'./utils.js';export default class W extends _0x1ef388{static get['requires'](){return[_0x39278d];}[_0x3e3c('0x1d')](){const _0x2380b8=this[_0x3e3c('0x26')],_0xf7ae4d=_0x2380b8[_0x3e3c('0x22')]['get'](_0x3e3c('0xa')),_0x7d0169=_0x2380b8[_0x3e3c('0x1c')][_0x3e3c('0x25')](_0x3e3c('0x19'));_0xf7ae4d[_0x3e3c('0xf')](_0x3e3c('0x19'),()=>{_0x2380b8[_0x3e3c('0x23')][_0x3e3c('0x15')](_0x269b86=>{const _0x4a140c=_0x2380b8[_0x3e3c('0x23')][_0x3e3c('0x18')][_0x3e3c('0x13')],_0x11a988=_0x4a140c[_0x3e3c('0x16')](),_0x1a73ad=_0x1fd7e9[_0x3e3c('0x7')](_0x4a140c[_0x3e3c('0x10')]());if(_0x7d0169[_0x3e3c('0x0')](_0x269b86)){const _0x4a9348=_0x2380b8[_0x3e3c('0x23')][_0x3e3c('0x9')](_0x11a988['parent'][_0x3e3c('0x17')],0x0),_0x5d1d9c=_0x269b86[_0x3e3c('0x8')](_0x11a988,_0x4a9348);_0xf7ae4d[_0x3e3c('0x20')](_0x5d1d9c);}else _0x269b86['setSelection'](_0x269b86['createRange'](_0x1a73ad[_0x3e3c('0x11')]));_0x1a73ad[_0x3e3c('0x14')](),_0x7d0169[_0x3e3c('0x5')](_0x3e3c('0x1b'),{'writer':_0x269b86});});}),_0x2380b8[_0x3e3c('0x12')][_0x3e3c('0xe')]['on'](_0x3e3c('0x1'),_0x42df4e(_0x2380b8,_0x3e3c('0x3')),{'priority':_0x3e3c('0xc')}),_0x2380b8[_0x3e3c('0x12')][_0x3e3c('0xe')]['on']('removeMarker:suggestion:insertion',(_0x37661b,_0x2d2467,_0x333647)=>{const _0x5d4ab0=_0x333647[_0x3e3c('0x4')][_0x3e3c('0x24')](_0x2d2467[_0x3e3c('0x1e')]);if(_0x5d4ab0)for(const _0x22d3bb of _0x5d4ab0)_0x22d3bb[_0x3e3c('0x1a')]('ck-suggestion-marker-split')&&(_0x333647[_0x3e3c('0x4')][_0x3e3c('0xb')](_0x22d3bb,_0x2d2467[_0x3e3c('0x1e')]),_0x333647[_0x3e3c('0x1f')][_0x3e3c('0xd')](_0x22d3bb));},{'priority':_0x3e3c('0xc')}),_0x2380b8[_0x3e3c('0x2')][_0x3e3c('0xe')]['on'](_0x3e3c('0x1'),(_0x2ed9f9,_0x2d6afc,_0x110617)=>{_0x110617[_0x3e3c('0x6')][_0x3e3c('0x21')]&&_0x42df4e(_0x2380b8,_0x3e3c('0x3'),{'showActiveMarker':!0x1})['bind'](this)(_0x2ed9f9,_0x2d6afc,_0x110617);},{'priority':_0x3e3c('0xc')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x422d=['get','FindAndReplaceEditing','find','model','handleFindCommand','editor','bind','FindAndReplaceUtils','TrackChangesEditing','getRange','has','replace','filter','end','markers','findNext','createRange','_isInDeletionRange','findPrevious','plugins','getMarkersGroup','enableCommand','afterInit','start','getIntersection','createPositionAt'];(function(_0x3aa8e2,_0x422dcb){const _0x3f94c4=function(_0x25412b){while(--_0x25412b){_0x3aa8e2['push'](_0x3aa8e2['shift']());}};_0x3f94c4(++_0x422dcb);}(_0x422d,0x15a));const _0x3f94=function(_0x3aa8e2,_0x422dcb){_0x3aa8e2=_0x3aa8e2-0x0;let _0x3f94c4=_0x422d[_0x3aa8e2];return _0x3f94c4;};import{Plugin as _0xd518db}from'ckeditor5/src/core.js';export default class J extends _0xd518db{[_0x3f94('0xe')](){if(!this[_0x3f94('0x17')]['plugins'][_0x3f94('0x2')](_0x3f94('0x13')))return;const _0x5e0832=this[_0x3f94('0x17')][_0x3f94('0xb')][_0x3f94('0x12')](_0x3f94('0x0'));_0x5e0832[_0x3f94('0xd')](_0x3f94('0x14'),this[_0x3f94('0x16')][_0x3f94('0x18')](this)),_0x5e0832[_0x3f94('0xd')](_0x3f94('0x7')),_0x5e0832['enableCommand'](_0x3f94('0xa')),_0x5e0832[_0x3f94('0xd')](_0x3f94('0x3')),_0x5e0832[_0x3f94('0xd')]('replaceAll');}[_0x3f94('0x16')](_0x4ccce0,_0x569831,_0x11b7a3={}){const _0x54b988=this['editor']['plugins']['get'](_0x3f94('0x19'));return _0x4ccce0(_0x5c3299=>('string'==typeof _0x569831?_0x54b988['findByTextCallback'](_0x569831,_0x11b7a3):_0x569831)(_0x5c3299)[_0x3f94('0x4')](_0x49e923=>!0x1===this[_0x3f94('0x9')](_0x49e923,_0x5c3299['item'])),_0x11b7a3);}[_0x3f94('0x9')](_0x94f796,_0x4254fd){const _0x470436=this[_0x3f94('0x17')]['model'][_0x3f94('0x8')](this[_0x3f94('0x17')][_0x3f94('0x15')][_0x3f94('0x11')](_0x4254fd,_0x94f796[_0x3f94('0xf')]),this[_0x3f94('0x17')][_0x3f94('0x15')][_0x3f94('0x11')](_0x4254fd,_0x94f796[_0x3f94('0x5')]));for(const _0x5e81b9 of this[_0x3f94('0x17')][_0x3f94('0x15')][_0x3f94('0x6')][_0x3f94('0xc')]('suggestion:deletion'))if(null!==_0x470436[_0x3f94('0x10')](_0x5e81b9[_0x3f94('0x1')]()))return!0x0;return!0x1;}}
23
+ const _0x3e81=['TrackChangesEditing','plugins','model','string','createRange','has','createPositionAt','findByTextCallback','get','find','handleFindCommand','filter','end','replace','enableCommand','item','editor','findPrevious','_isInDeletionRange','bind'];(function(_0x4bc472,_0x3e8123){const _0x4e6bdf=function(_0x1355e0){while(--_0x1355e0){_0x4bc472['push'](_0x4bc472['shift']());}};_0x4e6bdf(++_0x3e8123);}(_0x3e81,0x1a2));const _0x4e6b=function(_0x4bc472,_0x3e8123){_0x4bc472=_0x4bc472-0x0;let _0x4e6bdf=_0x3e81[_0x4bc472];return _0x4e6bdf;};import{Plugin as _0x57bf9f}from'ckeditor5/src/core.js';export default class J extends _0x57bf9f{['afterInit'](){if(!this[_0x4e6b('0x12')][_0x4e6b('0x3')][_0x4e6b('0x7')]('FindAndReplaceEditing'))return;const _0x34fd4c=this['editor'][_0x4e6b('0x3')][_0x4e6b('0xa')](_0x4e6b('0x2'));_0x34fd4c[_0x4e6b('0x10')](_0x4e6b('0xb'),this['handleFindCommand'][_0x4e6b('0x1')](this)),_0x34fd4c[_0x4e6b('0x10')]('findNext'),_0x34fd4c['enableCommand'](_0x4e6b('0x13')),_0x34fd4c[_0x4e6b('0x10')](_0x4e6b('0xf')),_0x34fd4c[_0x4e6b('0x10')]('replaceAll');}[_0x4e6b('0xc')](_0x3edf88,_0x5194f5,_0x4443ef={}){const _0x18b9a9=this[_0x4e6b('0x12')][_0x4e6b('0x3')][_0x4e6b('0xa')]('FindAndReplaceUtils');return _0x3edf88(_0x4547ee=>(_0x4e6b('0x5')==typeof _0x5194f5?_0x18b9a9[_0x4e6b('0x9')](_0x5194f5,_0x4443ef):_0x5194f5)(_0x4547ee)[_0x4e6b('0xd')](_0x1199e0=>!0x1===this[_0x4e6b('0x0')](_0x1199e0,_0x4547ee[_0x4e6b('0x11')])),_0x4443ef);}['_isInDeletionRange'](_0x40b293,_0x616b37){const _0x2054b7=this[_0x4e6b('0x12')][_0x4e6b('0x4')][_0x4e6b('0x6')](this[_0x4e6b('0x12')][_0x4e6b('0x4')][_0x4e6b('0x8')](_0x616b37,_0x40b293['start']),this[_0x4e6b('0x12')][_0x4e6b('0x4')][_0x4e6b('0x8')](_0x616b37,_0x40b293[_0x4e6b('0xe')]));for(const _0x1e93c7 of this[_0x4e6b('0x12')][_0x4e6b('0x4')]['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x2054b7['getIntersection'](_0x1e93c7['getRange']()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3826=['FORMAT_FONT_SIZE','_enableDefaultAttributesIntegration','find','locale','*Reset\x20font\x20size*','*Set\x20font\x20family:*\x20%0','trim','fontFamily','type','has','FORMAT_FONT_COLOR','registerDescriptionCallback','*Set\x20font\x20background\x20color:*\x20%0','fontColor.colors','FontFamilyEditing','FontSizeEditing','value','label','config','title','registerAttributeLabel','fontSize','afterInit','*Set\x20font\x20color:*\x20%0','toLowerCase','_descriptionFactory','commandParams','_registerLegacyDescription','*Reset\x20font\x20color*','editor','fontSize.options','TrackChangesEditing','fontBackgroundColor','get','commandName','plugins','FORMAT_FONT_FAMILY','formatInline','fontColor','format','FontBackgroundColorEditing','*Reset\x20font\x20family*'];(function(_0x1fd56c,_0x38268d){const _0x1b4b28=function(_0x5a80d4){while(--_0x5a80d4){_0x1fd56c['push'](_0x1fd56c['shift']());}};_0x1b4b28(++_0x38268d);}(_0x3826,0xe9));const _0x1b4b=function(_0x1fd56c,_0x38268d){_0x1fd56c=_0x1fd56c-0x0;let _0x1b4b28=_0x3826[_0x1fd56c];return _0x1b4b28;};import{Plugin as _0x1c573e}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x5122ec}from'ckeditor5/src/ui.js';import{getTranslation as _0x30398e}from'../utils/common-translations.js';const ro=[{'pluginName':_0x1b4b('0x22'),'commandName':'fontSize'},{'pluginName':_0x1b4b('0x21'),'commandName':_0x1b4b('0x1a')},{'pluginName':'FontColorEditing','commandName':_0x1b4b('0xf')},{'pluginName':_0x1b4b('0x11'),'commandName':'fontBackgroundColor'}];export default class Q extends _0x1c573e{[_0x1b4b('0x29')](){const _0x99c1c8=this[_0x1b4b('0x6')][_0x1b4b('0x16')],_0x2d5f08=this['editor'][_0x1b4b('0xc')][_0x1b4b('0xa')](_0x1b4b('0x8'));for(const {pluginName:_0xcb5133,commandName:_0xe37bdd}of ro)this[_0x1b4b('0x6')]['plugins'][_0x1b4b('0x1c')](_0xcb5133)&&_0x2d5f08[_0x1b4b('0x14')](_0xe37bdd,[_0xe37bdd]);_0x99c1c8['t'],(_0x2d5f08[_0x1b4b('0x2')][_0x1b4b('0x27')]('fontSize',_0x30398e(_0x99c1c8,_0x1b4b('0x13'))),_0x2d5f08[_0x1b4b('0x2')][_0x1b4b('0x27')]('fontFamily',_0x30398e(_0x99c1c8,_0x1b4b('0xd'))),_0x2d5f08['_descriptionFactory'][_0x1b4b('0x27')](_0x1b4b('0xf'),_0x30398e(_0x99c1c8,_0x1b4b('0x1d'))),_0x2d5f08[_0x1b4b('0x2')][_0x1b4b('0x27')](_0x1b4b('0x9'),_0x30398e(_0x99c1c8,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']());}[_0x1b4b('0x4')](){const _0x4b3fd5=this[_0x1b4b('0x6')],_0x544de4=_0x4b3fd5['locale'];_0x4b3fd5[_0x1b4b('0xc')]['get'](_0x1b4b('0x8'))[_0x1b4b('0x2')][_0x1b4b('0x1e')](_0x169b2d=>{const _0x31638e=_0x544de4['t'];if(_0x1b4b('0xe')!=_0x169b2d[_0x1b4b('0x1b')])return;const {data:_0x52249e}=_0x169b2d;if(null!=_0x52249e){if(_0x1b4b('0x28')==_0x52249e[_0x1b4b('0xb')]){const _0x14bcfa=_0x52249e[_0x1b4b('0x3')][0x0][_0x1b4b('0x23')];if(_0x14bcfa){const _0x1bdd8e=_0x31638e(this[_0x1b4b('0x6')][_0x1b4b('0xc')][_0x1b4b('0xa')]('FontSize')['normalizeSizeOptions'](this[_0x1b4b('0x6')][_0x1b4b('0x25')]['get'](_0x1b4b('0x7')))[_0x1b4b('0x15')](_0x32652c=>_0x32652c['model']==_0x14bcfa)[_0x1b4b('0x26')])[_0x1b4b('0x1')]();return{'type':_0x1b4b('0x10'),'content':_0x30398e(_0x544de4,'*Set\x20font\x20size:*\x20%0',_0x1bdd8e)};}return{'type':_0x1b4b('0x10'),'content':_0x30398e(_0x544de4,_0x1b4b('0x17'))};}if('fontFamily'==_0x52249e[_0x1b4b('0xb')]){const _0x1772a8=_0x52249e[_0x1b4b('0x3')][0x0][_0x1b4b('0x23')];return _0x1772a8?{'type':_0x1b4b('0x10'),'content':_0x30398e(_0x544de4,_0x1b4b('0x18'),_0x1772a8)}:{'type':'format','content':_0x30398e(_0x544de4,_0x1b4b('0x12'))};}if(_0x1b4b('0xf')==_0x52249e[_0x1b4b('0xb')]){const _0x595cf0=_0x52249e[_0x1b4b('0x3')][0x0][_0x1b4b('0x23')];if(_0x595cf0){const _0x41d4be=_0x5122ec(this['editor']['config'][_0x1b4b('0xa')](_0x1b4b('0x20')))[_0x1b4b('0x15')](_0x52ec50=>_0x52ec50['model']==_0x595cf0);let _0x3634d3=_0x595cf0,_0x54ec9d='';return _0x41d4be&&(_0x3634d3=_0x41d4be['label'],_0x54ec9d=_0x31638e(_0x3634d3)[_0x1b4b('0x1')]()),{'type':'format','content':_0x30398e(_0x544de4,_0x1b4b('0x0'),_0x54ec9d)[_0x1b4b('0x19')](),'color':{'value':_0x595cf0,'title':_0x54ec9d||_0x3634d3}};}return{'type':'format','content':_0x30398e(_0x544de4,_0x1b4b('0x5'))};}if('fontBackgroundColor'==_0x52249e[_0x1b4b('0xb')]){const _0x177b55=_0x52249e[_0x1b4b('0x3')][0x0][_0x1b4b('0x23')];if(_0x177b55){const _0x22e9f2=_0x5122ec(this[_0x1b4b('0x6')][_0x1b4b('0x25')][_0x1b4b('0xa')]('fontBackgroundColor.colors'))['find'](_0x259baa=>_0x259baa['model']==_0x177b55);let _0x379b84=_0x177b55,_0x422f0c='';return _0x22e9f2&&(_0x379b84=_0x22e9f2[_0x1b4b('0x24')],_0x422f0c=_0x31638e(_0x379b84)['toLowerCase']()),{'type':_0x1b4b('0x10'),'content':_0x30398e(_0x544de4,_0x1b4b('0x1f'),_0x422f0c)[_0x1b4b('0x19')](),'color':{'value':_0x177b55,'title':_0x422f0c||_0x379b84}};}return{'type':_0x1b4b('0x10'),'content':_0x30398e(_0x544de4,'*Reset\x20font\x20background\x20color*')};}}});}}
23
+ const _0x5a64=['toLowerCase','normalizeSizeOptions','FORMAT_FONT_FAMILY','FORMAT_FONT_COLOR','FontSize','*Reset\x20font\x20size*','fontColor.colors','*Set\x20font\x20family:*\x20%0','*Reset\x20font\x20background\x20color*','_enableDefaultAttributesIntegration','_registerLegacyDescription','formatInline','has','fontBackgroundColor','_descriptionFactory','*Set\x20font\x20color:*\x20%0','*Reset\x20font\x20color*','registerAttributeLabel','fontBackgroundColor.colors','*Reset\x20font\x20family*','FontFamilyEditing','locale','*Set\x20font\x20size:*\x20%0','fontFamily','editor','registerDescriptionCallback','commandName','commandParams','fontColor','fontSize.options','trim','value','FontBackgroundColorEditing','format','config','FontSizeEditing','label','fontSize','find','plugins','get','title','*Set\x20font\x20background\x20color:*\x20%0','afterInit','type','TrackChangesEditing','model','FORMAT_FONT_BACKGROUND'];(function(_0x2cd944,_0x5a640c){const _0x54eb2b=function(_0x4c7c8f){while(--_0x4c7c8f){_0x2cd944['push'](_0x2cd944['shift']());}};_0x54eb2b(++_0x5a640c);}(_0x5a64,0x120));const _0x54eb=function(_0x2cd944,_0x5a640c){_0x2cd944=_0x2cd944-0x0;let _0x54eb2b=_0x5a64[_0x2cd944];return _0x54eb2b;};import{Plugin as _0x3d12af}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x2eb007}from'ckeditor5/src/ui.js';import{getTranslation as _0x462ae3}from'../utils/common-translations.js';const ro=[{'pluginName':_0x54eb('0x23'),'commandName':_0x54eb('0x25')},{'pluginName':_0x54eb('0x14'),'commandName':_0x54eb('0x17')},{'pluginName':'FontColorEditing','commandName':_0x54eb('0x1c')},{'pluginName':_0x54eb('0x20'),'commandName':_0x54eb('0xd')}];export default class Q extends _0x3d12af{[_0x54eb('0x2b')](){const _0x39cd78=this[_0x54eb('0x18')][_0x54eb('0x15')],_0x7e58ec=this[_0x54eb('0x18')]['plugins']['get'](_0x54eb('0x2d'));for(const {pluginName:_0x117726,commandName:_0x1a1662}of ro)this[_0x54eb('0x18')][_0x54eb('0x27')][_0x54eb('0xc')](_0x117726)&&_0x7e58ec[_0x54eb('0x9')](_0x1a1662,[_0x1a1662]);_0x39cd78['t'],(_0x7e58ec[_0x54eb('0xe')][_0x54eb('0x11')](_0x54eb('0x25'),_0x462ae3(_0x39cd78,'FORMAT_FONT_SIZE')),_0x7e58ec[_0x54eb('0xe')][_0x54eb('0x11')](_0x54eb('0x17'),_0x462ae3(_0x39cd78,_0x54eb('0x2'))),_0x7e58ec[_0x54eb('0xe')][_0x54eb('0x11')]('fontColor',_0x462ae3(_0x39cd78,_0x54eb('0x3'))),_0x7e58ec['_descriptionFactory'][_0x54eb('0x11')](_0x54eb('0xd'),_0x462ae3(_0x39cd78,_0x54eb('0x2f'))),this[_0x54eb('0xa')]());}[_0x54eb('0xa')](){const _0x1875e8=this[_0x54eb('0x18')],_0x40e801=_0x1875e8[_0x54eb('0x15')];_0x1875e8['plugins'][_0x54eb('0x28')](_0x54eb('0x2d'))[_0x54eb('0xe')][_0x54eb('0x19')](_0x1a0135=>{const _0x4445ae=_0x40e801['t'];if(_0x54eb('0xb')!=_0x1a0135[_0x54eb('0x2c')])return;const {data:_0x397cc6}=_0x1a0135;if(null!=_0x397cc6){if(_0x54eb('0x25')==_0x397cc6[_0x54eb('0x1a')]){const _0x392b41=_0x397cc6[_0x54eb('0x1b')][0x0]['value'];if(_0x392b41){const _0x555753=_0x4445ae(this['editor'][_0x54eb('0x27')][_0x54eb('0x28')](_0x54eb('0x4'))[_0x54eb('0x1')](this[_0x54eb('0x18')]['config'][_0x54eb('0x28')](_0x54eb('0x1d')))[_0x54eb('0x26')](_0x26d25e=>_0x26d25e[_0x54eb('0x2e')]==_0x392b41)[_0x54eb('0x29')])[_0x54eb('0x0')]();return{'type':_0x54eb('0x21'),'content':_0x462ae3(_0x40e801,_0x54eb('0x16'),_0x555753)};}return{'type':_0x54eb('0x21'),'content':_0x462ae3(_0x40e801,_0x54eb('0x5'))};}if('fontFamily'==_0x397cc6[_0x54eb('0x1a')]){const _0x57efa7=_0x397cc6[_0x54eb('0x1b')][0x0][_0x54eb('0x1f')];return _0x57efa7?{'type':_0x54eb('0x21'),'content':_0x462ae3(_0x40e801,_0x54eb('0x7'),_0x57efa7)}:{'type':_0x54eb('0x21'),'content':_0x462ae3(_0x40e801,_0x54eb('0x13'))};}if('fontColor'==_0x397cc6[_0x54eb('0x1a')]){const _0x40e77d=_0x397cc6['commandParams'][0x0][_0x54eb('0x1f')];if(_0x40e77d){const _0x2d5d42=_0x2eb007(this['editor']['config'][_0x54eb('0x28')](_0x54eb('0x6')))['find'](_0x3d0ac7=>_0x3d0ac7[_0x54eb('0x2e')]==_0x40e77d);let _0x3c5eb5=_0x40e77d,_0x5bb48e='';return _0x2d5d42&&(_0x3c5eb5=_0x2d5d42[_0x54eb('0x24')],_0x5bb48e=_0x4445ae(_0x3c5eb5)[_0x54eb('0x0')]()),{'type':'format','content':_0x462ae3(_0x40e801,_0x54eb('0xf'),_0x5bb48e)[_0x54eb('0x1e')](),'color':{'value':_0x40e77d,'title':_0x5bb48e||_0x3c5eb5}};}return{'type':_0x54eb('0x21'),'content':_0x462ae3(_0x40e801,_0x54eb('0x10'))};}if('fontBackgroundColor'==_0x397cc6[_0x54eb('0x1a')]){const _0x124392=_0x397cc6[_0x54eb('0x1b')][0x0]['value'];if(_0x124392){const _0x289fdb=_0x2eb007(this['editor'][_0x54eb('0x22')]['get'](_0x54eb('0x12')))[_0x54eb('0x26')](_0x2a9faf=>_0x2a9faf[_0x54eb('0x2e')]==_0x124392);let _0x40efd0=_0x124392,_0x52cb33='';return _0x289fdb&&(_0x40efd0=_0x289fdb[_0x54eb('0x24')],_0x52cb33=_0x4445ae(_0x40efd0)['toLowerCase']()),{'type':_0x54eb('0x21'),'content':_0x462ae3(_0x40e801,_0x54eb('0x2a'),_0x52cb33)[_0x54eb('0x1e')](),'color':{'value':_0x124392,'title':_0x52cb33||_0x40efd0}};}return{'type':_0x54eb('0x21'),'content':_0x462ae3(_0x40e801,_0x54eb('0x8'))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x200e=['fontColor.colors','_registerLegacyDescription','toUpperCase','*Set\x20format\x20to:*\x20%0','fontBackgroundColor','toLowerCase','title','config','label','fontSize','join','push','commandName','formatBlock','find','length','FontSize','get','type','model','commandParams','*Remove\x20all\x20formatting*','format','fontSize.options','TrackChangesEditing','pasteFormat','commands','_enableDefaultAttributesIntegration','split','boolean','slice','copyFormat','locale','entries','normalizeSizeOptions','charAt','editor'];(function(_0x57b772,_0x200eb4){const _0x4b3580=function(_0x5c1382){while(--_0x5c1382){_0x57b772['push'](_0x57b772['shift']());}};_0x4b3580(++_0x200eb4);}(_0x200e,0x1d4));const _0x4b35=function(_0x57b772,_0x200eb4){_0x57b772=_0x57b772-0x0;let _0x4b3580=_0x200e[_0x57b772];return _0x4b3580;};import{Plugin as _0x2d6378}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x2052c4}from'ckeditor5/src/ui.js';import{getTranslation as _0x4abc1d}from'../utils/common-translations.js';export default class X extends _0x2d6378{['afterInit'](){const _0xcd1e8b=this['editor'],_0x185a79=_0xcd1e8b['plugins'][_0x4b35('0x1e')]('TrackChangesEditing'),_0x4ab19c=_0xcd1e8b[_0x4b35('0x2')][_0x4b35('0x1e')](_0x4b35('0x7')),_0x301581=_0xcd1e8b[_0x4b35('0x2')][_0x4b35('0x1e')](_0x4b35('0x1'));_0x4ab19c&&_0x301581&&(_0x185a79[_0x4b35('0x3')](_0x4b35('0x1')),_0x185a79['enableCommand']('copyFormat'),this[_0x4b35('0xe')]());}['_registerLegacyDescription'](){const _0x107b8d=this[_0x4b35('0xc')],_0x4369d2=_0x107b8d[_0x4b35('0x8')];_0x107b8d['plugins']['get'](_0x4b35('0x0'))['_descriptionFactory']['registerDescriptionCallback'](_0x27a87e=>{if(_0x4b35('0x1a')!=_0x27a87e[_0x4b35('0x1f')]&&'formatInline'!=_0x27a87e[_0x4b35('0x1f')])return;const {data:_0x10c9b0}=_0x27a87e;if(_0x10c9b0&&_0x4b35('0x1')===_0x10c9b0[_0x4b35('0x19')]){const _0x2dd85a=[],_0xf99ad5=_0x10c9b0[_0x4b35('0x21')][0x0];for(const [_0x2630df,_0x3d5157]of Object[_0x4b35('0x9')](_0xf99ad5))_0x2dd85a[_0x4b35('0x18')](so(_0x107b8d,_0x2630df,_0x3d5157));return _0x2dd85a[_0x4b35('0x1c')]?{'type':_0x4b35('0x23'),'content':_0x4abc1d(_0x4369d2,_0x4b35('0x10'),_0x2dd85a[_0x4b35('0x17')](',\x20'))}:{'type':_0x4b35('0x23'),'content':_0x4abc1d(_0x4369d2,_0x4b35('0x22'))};}});}}function so(_0x347ca7,_0x3d2c29,_0x2d6f05){const _0x596d45=_0x347ca7['locale']['t'],_0x3cf115=_0x3d2c29[_0x4b35('0x4')](/(?=[A-Z])/)['join']('\x20'),_0x14179c=_0x596d45(_0x3cf115[_0x4b35('0xb')](0x0)[_0x4b35('0xf')]()+_0x3cf115[_0x4b35('0x6')](0x1))[_0x4b35('0x12')]();if(_0x4b35('0x5')==typeof _0x2d6f05)return _0x14179c;if('fontColor'===_0x3d2c29||_0x4b35('0x11')===_0x3d2c29){const _0x7dc44=_0x2052c4(_0x347ca7[_0x4b35('0x14')][_0x4b35('0x1e')](_0x4b35('0xd')))[_0x4b35('0x1b')](_0x756400=>_0x756400[_0x4b35('0x20')]==_0x2d6f05);return _0x14179c+'\x20('+(_0x7dc44?_0x596d45(_0x7dc44[_0x4b35('0x15')])['toLowerCase']():_0x2d6f05)+')';}if(_0x4b35('0x16')===_0x3d2c29&&isNaN(parseFloat(_0x2d6f05))){const _0xdbc42e=_0x347ca7['plugins'][_0x4b35('0x1e')](_0x4b35('0x1d'))[_0x4b35('0xa')](_0x347ca7[_0x4b35('0x14')][_0x4b35('0x1e')](_0x4b35('0x24')))[_0x4b35('0x1b')](_0x37a086=>_0x37a086[_0x4b35('0x20')]==_0x2d6f05);return _0x14179c+'\x20('+(_0xdbc42e?_0x596d45(_0xdbc42e[_0x4b35('0x13')])[_0x4b35('0x12')]():_0x2d6f05)+')';}return _0x14179c+'\x20('+_0x2d6f05+')';}
23
+ const _0x5ed5=['charAt','toLowerCase','_registerLegacyDescription','label','normalizeSizeOptions','boolean','pasteFormat','slice','find','type','afterInit','fontColor','_descriptionFactory','commandName','commandParams','*Set\x20format\x20to:*\x20%0','formatInline','get','FontSize','join','locale','length','push','fontColor.colors','toUpperCase','registerDescriptionCallback','fontSize','copyFormat','plugins','enableCommand','title','model','split','editor','TrackChangesEditing','config','format','commands','*Remove\x20all\x20formatting*'];(function(_0x5c7c40,_0x5ed5c2){const _0x17182a=function(_0x38628a){while(--_0x38628a){_0x5c7c40['push'](_0x5c7c40['shift']());}};_0x17182a(++_0x5ed5c2);}(_0x5ed5,0x1e8));const _0x1718=function(_0x5c7c40,_0x5ed5c2){_0x5c7c40=_0x5c7c40-0x0;let _0x17182a=_0x5ed5[_0x5c7c40];return _0x17182a;};import{Plugin as _0x694c1b}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x5c9e4c}from'ckeditor5/src/ui.js';import{getTranslation as _0xfd28}from'../utils/common-translations.js';export default class X extends _0x694c1b{[_0x1718('0x1d')](){const _0x55b8f4=this[_0x1718('0xd')],_0x181b7c=_0x55b8f4[_0x1718('0x8')][_0x1718('0x24')](_0x1718('0xe')),_0x464843=_0x55b8f4['commands'][_0x1718('0x24')](_0x1718('0x7')),_0x244776=_0x55b8f4[_0x1718('0x11')][_0x1718('0x24')](_0x1718('0x19'));_0x464843&&_0x244776&&(_0x181b7c['_enableDefaultAttributesIntegration'](_0x1718('0x19')),_0x181b7c[_0x1718('0x9')]('copyFormat'),this[_0x1718('0x15')]());}[_0x1718('0x15')](){const _0x4ad6a5=this[_0x1718('0xd')],_0x14a9cf=_0x4ad6a5[_0x1718('0x0')];_0x4ad6a5['plugins'][_0x1718('0x24')]('TrackChangesEditing')[_0x1718('0x1f')][_0x1718('0x5')](_0x1cbd5c=>{if('formatBlock'!=_0x1cbd5c[_0x1718('0x1c')]&&_0x1718('0x23')!=_0x1cbd5c[_0x1718('0x1c')])return;const {data:_0x5dfb80}=_0x1cbd5c;if(_0x5dfb80&&'pasteFormat'===_0x5dfb80[_0x1718('0x20')]){const _0x1df6e6=[],_0x507e32=_0x5dfb80[_0x1718('0x21')][0x0];for(const [_0x162c73,_0xf26682]of Object['entries'](_0x507e32))_0x1df6e6[_0x1718('0x2')](so(_0x4ad6a5,_0x162c73,_0xf26682));return _0x1df6e6[_0x1718('0x1')]?{'type':_0x1718('0x10'),'content':_0xfd28(_0x14a9cf,_0x1718('0x22'),_0x1df6e6['join'](',\x20'))}:{'type':_0x1718('0x10'),'content':_0xfd28(_0x14a9cf,_0x1718('0x12'))};}});}}function so(_0x1e3ce4,_0x3ca4dc,_0x2597b9){const _0x43c8ec=_0x1e3ce4['locale']['t'],_0x53486b=_0x3ca4dc[_0x1718('0xc')](/(?=[A-Z])/)[_0x1718('0x26')]('\x20'),_0x36c36d=_0x43c8ec(_0x53486b[_0x1718('0x13')](0x0)[_0x1718('0x4')]()+_0x53486b[_0x1718('0x1a')](0x1))['toLowerCase']();if(_0x1718('0x18')==typeof _0x2597b9)return _0x36c36d;if(_0x1718('0x1e')===_0x3ca4dc||'fontBackgroundColor'===_0x3ca4dc){const _0x276996=_0x5c9e4c(_0x1e3ce4[_0x1718('0xf')][_0x1718('0x24')](_0x1718('0x3')))[_0x1718('0x1b')](_0x1ab958=>_0x1ab958[_0x1718('0xb')]==_0x2597b9);return _0x36c36d+'\x20('+(_0x276996?_0x43c8ec(_0x276996[_0x1718('0x16')])[_0x1718('0x14')]():_0x2597b9)+')';}if(_0x1718('0x6')===_0x3ca4dc&&isNaN(parseFloat(_0x2597b9))){const _0x5cf86d=_0x1e3ce4[_0x1718('0x8')][_0x1718('0x24')](_0x1718('0x25'))[_0x1718('0x17')](_0x1e3ce4['config'][_0x1718('0x24')]('fontSize.options'))[_0x1718('0x1b')](_0x1b276a=>_0x1b276a['model']==_0x2597b9);return _0x36c36d+'\x20('+(_0x5cf86d?_0x43c8ec(_0x5cf86d[_0x1718('0xa')])[_0x1718('0x14')]():_0x2597b9)+')';}return _0x36c36d+'\x20('+_0x2597b9+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x36dc=['match','_getHeadingLevel','type','ELEMENT_HEADING','_enableDefaultAttributesIntegration','_headingOptions','plugins','find','get','editor','formatBlock','*Change\x20to:*\x20%0','ELEMENT_HEADING_CUSTOM','heading.options','title','commandParams','locale','value','paragraph','config','TrackChangesEditing','commandName','view','has','model','afterInit','registerDescriptionCallback','_descriptionFactory','format','heading'];(function(_0x168a9a,_0x36dc45){const _0x4bd1fb=function(_0x19aac2){while(--_0x19aac2){_0x168a9a['push'](_0x168a9a['shift']());}};_0x4bd1fb(++_0x36dc45);}(_0x36dc,0xc2));const _0x4bd1=function(_0x168a9a,_0x36dc45){_0x168a9a=_0x168a9a-0x0;let _0x4bd1fb=_0x36dc[_0x168a9a];return _0x4bd1fb;};import{Plugin as _0x4522a2}from'ckeditor5/src/core.js';import{getTranslation as _0x3dd722}from'../utils/common-translations.js';export default class Y extends _0x4522a2{[_0x4bd1('0xb')](){const _0x4870cd=this[_0x4bd1('0x19')];if(!_0x4870cd[_0x4bd1('0x16')][_0x4bd1('0x9')]('HeadingEditing'))return;this[_0x4bd1('0x15')]=_0x4870cd[_0x4bd1('0x5')][_0x4bd1('0x18')](_0x4bd1('0x1d'));const _0x47ea7f=_0x4870cd[_0x4bd1('0x2')],_0x83977f=_0x4870cd[_0x4bd1('0x16')]['get'](_0x4bd1('0x6'));_0x83977f[_0x4bd1('0x14')](_0x4bd1('0xf'));for(const _0x2e86a1 of this[_0x4bd1('0x15')])_0x4bd1('0x4')!=_0x2e86a1[_0x4bd1('0xa')]&&_0x83977f['_descriptionFactory']['registerElementLabel'](_0x2e86a1['model'],_0x30b815=>{const _0x1acd49=this[_0x4bd1('0x11')](_0x2e86a1[_0x4bd1('0xa')]);return null!==_0x1acd49?_0x4c6aa8(_0x30b815,_0x1acd49):_0x433009(_0x30b815,_0x2e86a1[_0x4bd1('0x0')]);});function _0x4c6aa8(_0x63d334,_0x2ed8eb){return _0x3dd722(_0x47ea7f,'ELEMENT_HEADING',[_0x63d334,_0x2ed8eb]);}function _0x433009(_0x2a622c,_0x443b77){return _0x3dd722(_0x47ea7f,_0x4bd1('0x1c'),[_0x2a622c,_0x443b77]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x438419=this['editor'],_0x181044=_0x438419[_0x4bd1('0x2')];function _0x52e9a5(_0x1f3b0a,_0x45bb79){return _0x3dd722(_0x181044,_0x4bd1('0x1c'),[_0x1f3b0a,_0x45bb79]);}_0x438419[_0x4bd1('0x16')][_0x4bd1('0x18')](_0x4bd1('0x6'))[_0x4bd1('0xd')][_0x4bd1('0xc')](_0x5efbcf=>{if(_0x4bd1('0x1a')!=_0x5efbcf[_0x4bd1('0x12')])return;const {data:_0x409ed6}=_0x5efbcf;if(_0x409ed6&&_0x4bd1('0xf')==_0x409ed6[_0x4bd1('0x7')]){const _0x610e4f=_0x409ed6[_0x4bd1('0x1')][0x0][_0x4bd1('0x3')],_0x554979=this[_0x4bd1('0x11')](_0x610e4f);if(null!==_0x554979)return{'type':_0x4bd1('0xe'),'content':_0x3dd722(_0x181044,_0x4bd1('0x1b'),(_0x1af278=0x1,_0xb40ff9=_0x554979,_0x3dd722(_0x181044,_0x4bd1('0x13'),[_0x1af278,_0xb40ff9])))};const _0x3423de=this[_0x4bd1('0x15')]['find'](_0x46a48f=>_0x46a48f[_0x4bd1('0xa')]===_0x610e4f)['title'];return{'type':_0x4bd1('0xe'),'content':_0x3dd722(_0x181044,_0x4bd1('0x1b'),_0x52e9a5(0x1,_0x3423de))};}var _0x1af278,_0xb40ff9;});}[_0x4bd1('0x11')](_0xdb60f8){var _0x2b7f27,_0x1519d4;const _0x57b165=_0xdb60f8[_0x4bd1('0x10')](/^heading(\d+)/);if(_0x57b165)return _0x57b165[0x1];const _0x556a5e=null===(_0x2b7f27=this['_headingOptions'])||void 0x0===_0x2b7f27?void 0x0:_0x2b7f27[_0x4bd1('0x17')](_0xc98fb9=>_0xc98fb9['model']==_0xdb60f8);if(_0x556a5e&&_0x556a5e['view']){const _0x394f75=_0x556a5e[_0x4bd1('0x8')],_0x5c9e6b=(null!==(_0x1519d4=_0x394f75['name'])&&void 0x0!==_0x1519d4?_0x1519d4:_0x394f75)[_0x4bd1('0x10')](/^h(\d+)/);if(_0x5c9e6b)return _0x5c9e6b[0x1];}return null;}}
23
+ const _0x4a76=['ELEMENT_HEADING_CUSTOM','heading.options','ELEMENT_HEADING','heading','plugins','model','format','title','view','TrackChangesEditing','*Change\x20to:*\x20%0','registerElementLabel','_enableDefaultAttributesIntegration','get','has','value','name','HeadingEditing','config','match','_descriptionFactory','commandName','_registerLegacyDescription','_headingOptions','afterInit','paragraph','_getHeadingLevel','locale','editor','find','type'];(function(_0xd7277,_0x4a761d){const _0x3c1aeb=function(_0x16aa4b){while(--_0x16aa4b){_0xd7277['push'](_0xd7277['shift']());}};_0x3c1aeb(++_0x4a761d);}(_0x4a76,0x67));const _0x3c1a=function(_0xd7277,_0x4a761d){_0xd7277=_0xd7277-0x0;let _0x3c1aeb=_0x4a76[_0xd7277];return _0x3c1aeb;};import{Plugin as _0xd59303}from'ckeditor5/src/core.js';import{getTranslation as _0x4763a1}from'../utils/common-translations.js';export default class Y extends _0xd59303{[_0x3c1a('0xe')](){const _0x3f781a=this[_0x3c1a('0x12')];if(!_0x3f781a[_0x3c1a('0x19')][_0x3c1a('0x4')](_0x3c1a('0x7')))return;this[_0x3c1a('0xd')]=_0x3f781a[_0x3c1a('0x8')][_0x3c1a('0x3')](_0x3c1a('0x16'));const _0x253d2b=_0x3f781a[_0x3c1a('0x11')],_0x1cd4f5=_0x3f781a[_0x3c1a('0x19')][_0x3c1a('0x3')](_0x3c1a('0x1e'));_0x1cd4f5[_0x3c1a('0x2')](_0x3c1a('0x18'));for(const _0x3c2a26 of this[_0x3c1a('0xd')])_0x3c1a('0xf')!=_0x3c2a26[_0x3c1a('0x1a')]&&_0x1cd4f5['_descriptionFactory'][_0x3c1a('0x1')](_0x3c2a26[_0x3c1a('0x1a')],_0xb2458b=>{const _0x3b44b0=this[_0x3c1a('0x10')](_0x3c2a26[_0x3c1a('0x1a')]);return null!==_0x3b44b0?_0x16705f(_0xb2458b,_0x3b44b0):_0x117a4e(_0xb2458b,_0x3c2a26[_0x3c1a('0x1c')]);});function _0x16705f(_0x2a78d3,_0x2fcb86){return _0x4763a1(_0x253d2b,_0x3c1a('0x17'),[_0x2a78d3,_0x2fcb86]);}function _0x117a4e(_0x44dae5,_0x493288){return _0x4763a1(_0x253d2b,'ELEMENT_HEADING_CUSTOM',[_0x44dae5,_0x493288]);}this[_0x3c1a('0xc')]();}[_0x3c1a('0xc')](){const _0x2a165a=this[_0x3c1a('0x12')],_0x21fe74=_0x2a165a[_0x3c1a('0x11')];function _0x2c9727(_0x1b09b8,_0x1f9fab){return _0x4763a1(_0x21fe74,_0x3c1a('0x15'),[_0x1b09b8,_0x1f9fab]);}_0x2a165a['plugins']['get'](_0x3c1a('0x1e'))[_0x3c1a('0xa')]['registerDescriptionCallback'](_0x424ef2=>{if('formatBlock'!=_0x424ef2[_0x3c1a('0x14')])return;const {data:_0x31ac96}=_0x424ef2;if(_0x31ac96&&_0x3c1a('0x18')==_0x31ac96[_0x3c1a('0xb')]){const _0x3b68bb=_0x31ac96['commandParams'][0x0][_0x3c1a('0x5')],_0x1d5886=this['_getHeadingLevel'](_0x3b68bb);if(null!==_0x1d5886)return{'type':_0x3c1a('0x1b'),'content':_0x4763a1(_0x21fe74,_0x3c1a('0x0'),(_0x3182ed=0x1,_0x5b3844=_0x1d5886,_0x4763a1(_0x21fe74,'ELEMENT_HEADING',[_0x3182ed,_0x5b3844])))};const _0x4ce9f9=this['_headingOptions'][_0x3c1a('0x13')](_0x279287=>_0x279287[_0x3c1a('0x1a')]===_0x3b68bb)['title'];return{'type':_0x3c1a('0x1b'),'content':_0x4763a1(_0x21fe74,_0x3c1a('0x0'),_0x2c9727(0x1,_0x4ce9f9))};}var _0x3182ed,_0x5b3844;});}['_getHeadingLevel'](_0x3f047e){var _0x5eb6f8,_0x115bc8;const _0x3f7738=_0x3f047e[_0x3c1a('0x9')](/^heading(\d+)/);if(_0x3f7738)return _0x3f7738[0x1];const _0x621c1c=null===(_0x5eb6f8=this[_0x3c1a('0xd')])||void 0x0===_0x5eb6f8?void 0x0:_0x5eb6f8[_0x3c1a('0x13')](_0x45e672=>_0x45e672[_0x3c1a('0x1a')]==_0x3f047e);if(_0x621c1c&&_0x621c1c[_0x3c1a('0x1d')]){const _0x507fda=_0x621c1c[_0x3c1a('0x1d')],_0x3d13ff=(null!==(_0x115bc8=_0x507fda[_0x3c1a('0x6')])&&void 0x0!==_0x115bc8?_0x115bc8:_0x507fda)[_0x3c1a('0x9')](/^h(\d+)/);if(_0x3d13ff)return _0x3d13ff[0x1];}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x70cd=['type','color','get','plugins','highlight','*Remove\x20highlight*','find','has','commandParams','_descriptionFactory','model','toLowerCase','commandName','HighlightEditing','afterInit','locale','registerAttributeLabel','_registerLegacyDescription','value','editor','TrackChangesEditing','title','formatInline','*Set\x20highlight:*\x20%0','registerDescriptionCallback','format','_enableDefaultAttributesIntegration'];(function(_0x32d008,_0x70cd2b){const _0x9b96c9=function(_0x4b51f3){while(--_0x4b51f3){_0x32d008['push'](_0x32d008['shift']());}};_0x9b96c9(++_0x70cd2b);}(_0x70cd,0x139));const _0x9b96=function(_0x32d008,_0x70cd2b){_0x32d008=_0x32d008-0x0;let _0x9b96c9=_0x70cd[_0x32d008];return _0x9b96c9;};import{Plugin as _0x9f5c9d}from'ckeditor5/src/core.js';import{getTranslation as _0x40855d}from'../utils/common-translations.js';export default class Z extends _0x9f5c9d{[_0x9b96('0x19')](){const _0x871ada=this[_0x9b96('0x3')];if(!_0x871ada['plugins'][_0x9b96('0x12')](_0x9b96('0x18')))return;const _0x2e1ae3=_0x871ada['plugins'][_0x9b96('0xd')](_0x9b96('0x4')),_0x34c46c=_0x871ada[_0x9b96('0x1a')];_0x2e1ae3[_0x9b96('0xa')](_0x9b96('0xf'),[_0x9b96('0xf')]),_0x2e1ae3[_0x9b96('0x14')][_0x9b96('0x0')]('highlight',_0x40855d(_0x34c46c,'FORMAT_HIGHLIGHT')),this[_0x9b96('0x1')]();}['_registerLegacyDescription'](){const _0x1f5f85=this[_0x9b96('0x3')],_0x259d0e=_0x1f5f85[_0x9b96('0x1a')];_0x1f5f85[_0x9b96('0xe')]['get'](_0x9b96('0x4'))['_descriptionFactory'][_0x9b96('0x8')](_0xd9ed87=>{if(_0x9b96('0x6')!=_0xd9ed87[_0x9b96('0xb')])return;const {data:_0x5771bd}=_0xd9ed87;if(_0x5771bd&&_0x9b96('0xf')==_0x5771bd[_0x9b96('0x17')]){const _0x3a8cc6=_0x259d0e['t'],_0x51e876=_0x5771bd[_0x9b96('0x13')][0x0][_0x9b96('0x2')];if(_0x51e876){const _0x1e860a=_0x1f5f85['config'][_0x9b96('0xd')]('highlight.options')[_0x9b96('0x11')](_0xc190a9=>_0xc190a9[_0x9b96('0x15')]==_0x51e876),_0x4bc8f5=_0x3a8cc6(_0x1e860a[_0x9b96('0x5')])[_0x9b96('0x16')]();return{'type':_0x9b96('0x9'),'content':_0x40855d(_0x259d0e,_0x9b96('0x7'),_0x4bc8f5),'color':{'value':_0x1e860a[_0x9b96('0xc')],'title':_0x1e860a[_0x9b96('0x5')]}};}return{'type':_0x9b96('0x9'),'content':_0x40855d(_0x259d0e,_0x9b96('0x10'),_0x40855d(_0x259d0e,'FORMAT_HIGHLIGHT'))};}});}}
23
+ const _0x5e05=['color','registerDescriptionCallback','editor','HighlightEditing','toLowerCase','format','_registerLegacyDescription','highlight','commandName','plugins','*Set\x20highlight:*\x20%0','registerAttributeLabel','get','type','highlight.options','title','config','has','FORMAT_HIGHLIGHT','model','_descriptionFactory','value','TrackChangesEditing','formatInline','commandParams','afterInit'];(function(_0x4a1f90,_0x5e05d4){const _0x47c0ca=function(_0x156bd6){while(--_0x156bd6){_0x4a1f90['push'](_0x4a1f90['shift']());}};_0x47c0ca(++_0x5e05d4);}(_0x5e05,0x19b));const _0x47c0=function(_0x4a1f90,_0x5e05d4){_0x4a1f90=_0x4a1f90-0x0;let _0x47c0ca=_0x5e05[_0x4a1f90];return _0x47c0ca;};import{Plugin as _0x4ff1ef}from'ckeditor5/src/core.js';import{getTranslation as _0x1586e0}from'../utils/common-translations.js';export default class Z extends _0x4ff1ef{[_0x47c0('0x4')](){const _0x25169c=this[_0x47c0('0x7')];if(!_0x25169c[_0x47c0('0xe')][_0x47c0('0x16')](_0x47c0('0x8')))return;const _0x4eab28=_0x25169c[_0x47c0('0xe')][_0x47c0('0x11')](_0x47c0('0x1')),_0x2097f3=_0x25169c['locale'];_0x4eab28['_enableDefaultAttributesIntegration'](_0x47c0('0xc'),[_0x47c0('0xc')]),_0x4eab28['_descriptionFactory'][_0x47c0('0x10')](_0x47c0('0xc'),_0x1586e0(_0x2097f3,_0x47c0('0x17'))),this[_0x47c0('0xb')]();}[_0x47c0('0xb')](){const _0x2c78f1=this[_0x47c0('0x7')],_0x30373d=_0x2c78f1['locale'];_0x2c78f1[_0x47c0('0xe')]['get']('TrackChangesEditing')[_0x47c0('0x19')][_0x47c0('0x6')](_0x4f0694=>{if(_0x47c0('0x2')!=_0x4f0694[_0x47c0('0x12')])return;const {data:_0x34014d}=_0x4f0694;if(_0x34014d&&_0x47c0('0xc')==_0x34014d[_0x47c0('0xd')]){const _0x1108fe=_0x30373d['t'],_0x361144=_0x34014d[_0x47c0('0x3')][0x0][_0x47c0('0x0')];if(_0x361144){const _0x5afe4b=_0x2c78f1[_0x47c0('0x15')]['get'](_0x47c0('0x13'))['find'](_0x4be30b=>_0x4be30b[_0x47c0('0x18')]==_0x361144),_0x12e3ee=_0x1108fe(_0x5afe4b[_0x47c0('0x14')])[_0x47c0('0x9')]();return{'type':_0x47c0('0xa'),'content':_0x1586e0(_0x30373d,_0x47c0('0xf'),_0x12e3ee),'color':{'value':_0x5afe4b[_0x47c0('0x5')],'title':_0x5afe4b[_0x47c0('0x14')]}};}return{'type':'format','content':_0x1586e0(_0x30373d,'*Remove\x20highlight*',_0x1586e0(_0x30373d,_0x47c0('0x17')))};}});}}