@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240117.0 → 0.0.0-nightly-20240119.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-20240117.0",
3
+ "version": "0.0.0-nightly-20240119.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-20240117.0",
44
- "ckeditor5-collaboration": "0.0.0-nightly-20240117.0",
43
+ "ckeditor5": "0.0.0-nightly-20240119.0",
44
+ "ckeditor5-collaboration": "0.0.0-nightly-20240119.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 _0x2334=['track-changes-accept-suggestion-not-found','plugins','_suggestions','get','refresh','acceptSuggestion','execute','editor'];(function(_0x1a466f,_0x2334d3){const _0x186060=function(_0x318cfd){while(--_0x318cfd){_0x1a466f['push'](_0x1a466f['shift']());}};_0x186060(++_0x2334d3);}(_0x2334,0xd2));const _0x1860=function(_0x1a466f,_0x2334d3){_0x1a466f=_0x1a466f-0x0;let _0x186060=_0x2334[_0x1a466f];return _0x186060;};import{Command as _0x520b20}from'ckeditor5/src/core.js';import{CKEditorError as _0x36e41a}from'ckeditor5/src/utils.js';export default class $ extends _0x520b20{constructor(_0x4710f5,_0x447d58){super(_0x4710f5),this['_suggestions']=_0x447d58,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}[_0x1860('0x2')](){this['isEnabled']=!0x0;}[_0x1860('0x4')](_0x837bc6){const _0x4b310f=this[_0x1860('0x0')][_0x1860('0x1')](_0x837bc6);if(!_0x4b310f)throw new _0x36e41a(_0x1860('0x6'),this);const _0x443324=_0x4b310f['getRanges']();this[_0x1860('0x5')]['model']['canEditAt'](_0x443324)&&this[_0x1860('0x5')][_0x1860('0x7')]['get']('TrackChangesEditing')[_0x1860('0x3')](_0x4b310f);}}
23
+ const _0x3fc2=['refresh','TrackChangesEditing','_isEnabledBasedOnSelection','plugins','isEnabled','execute','model','track-changes-accept-suggestion-not-found','editor','getRanges','get','_suggestions'];(function(_0x3efe2f,_0x3fc2f7){const _0x1df708=function(_0x3e5018){while(--_0x3e5018){_0x3efe2f['push'](_0x3efe2f['shift']());}};_0x1df708(++_0x3fc2f7);}(_0x3fc2,0x16c));const _0x1df7=function(_0x3efe2f,_0x3fc2f7){_0x3efe2f=_0x3efe2f-0x0;let _0x1df708=_0x3fc2[_0x3efe2f];return _0x1df708;};import{Command as _0x213502}from'ckeditor5/src/core.js';import{CKEditorError as _0x4388a4}from'ckeditor5/src/utils.js';export default class $ extends _0x213502{constructor(_0x4f9af2,_0x142b32){super(_0x4f9af2),this[_0x1df7('0x7')]=_0x142b32,this[_0x1df7('0x8')](),this[_0x1df7('0xa')]=!0x1;}[_0x1df7('0x8')](){this[_0x1df7('0x0')]=!0x0;}[_0x1df7('0x1')](_0x5a0209){const _0x57598c=this[_0x1df7('0x7')]['get'](_0x5a0209);if(!_0x57598c)throw new _0x4388a4(_0x1df7('0x3'),this);const _0x50924d=_0x57598c[_0x1df7('0x5')]();this[_0x1df7('0x4')][_0x1df7('0x2')]['canEditAt'](_0x50924d)&&this['editor'][_0x1df7('0xb')][_0x1df7('0x6')](_0x1df7('0x9'))['acceptSuggestion'](_0x57598c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xf518=['getRanges','plugins','_isEnabledBasedOnSelection','refresh','get','canEditAt','TrackChangesEditing','execute','discardSuggestion','editor','_suggestions','track-changes-discard-suggestion-not-found','model'];(function(_0x5cad1c,_0xf5183){const _0xcbd421=function(_0x5cf3c2){while(--_0x5cf3c2){_0x5cad1c['push'](_0x5cad1c['shift']());}};_0xcbd421(++_0xf5183);}(_0xf518,0x1e9));const _0xcbd4=function(_0x5cad1c,_0xf5183){_0x5cad1c=_0x5cad1c-0x0;let _0xcbd421=_0xf518[_0x5cad1c];return _0xcbd421;};import{Command as _0x4a330b}from'ckeditor5/src/core.js';import{CKEditorError as _0x8528d3}from'ckeditor5/src/utils.js';export default class B extends _0x4a330b{constructor(_0x33a662,_0x1a06c6){super(_0x33a662),this[_0xcbd4('0x2')]=_0x1a06c6,this[_0xcbd4('0x8')](),this[_0xcbd4('0x7')]=!0x1;}['refresh'](){this['isEnabled']=!0x0;}[_0xcbd4('0xc')](_0x44110b){const _0x9da8e8=this['_suggestions'][_0xcbd4('0x9')](_0x44110b);if(!_0x9da8e8)throw new _0x8528d3(_0xcbd4('0x3'),this);const _0x2a30e4=_0x9da8e8[_0xcbd4('0x5')]();this[_0xcbd4('0x1')][_0xcbd4('0x4')][_0xcbd4('0xa')](_0x2a30e4)&&this[_0xcbd4('0x1')][_0xcbd4('0x6')][_0xcbd4('0x9')](_0xcbd4('0xb'))[_0xcbd4('0x0')](_0x9da8e8);}}
23
+ const _0xf25f=['_suggestions','discardSuggestion','_isEnabledBasedOnSelection','editor','model','canEditAt','getRanges','refresh','execute','get','TrackChangesEditing','plugins'];(function(_0xebc047,_0xf25f79){const _0x55a716=function(_0x49758e){while(--_0x49758e){_0xebc047['push'](_0xebc047['shift']());}};_0x55a716(++_0xf25f79);}(_0xf25f,0xa1));const _0x55a7=function(_0xebc047,_0xf25f79){_0xebc047=_0xebc047-0x0;let _0x55a716=_0xf25f[_0xebc047];return _0x55a716;};import{Command as _0x53cb4a}from'ckeditor5/src/core.js';import{CKEditorError as _0x54e394}from'ckeditor5/src/utils.js';export default class B extends _0x53cb4a{constructor(_0x8e425b,_0x546018){super(_0x8e425b),this[_0x55a7('0x7')]=_0x546018,this[_0x55a7('0x2')](),this[_0x55a7('0x9')]=!0x1;}['refresh'](){this['isEnabled']=!0x0;}[_0x55a7('0x3')](_0x2b04f){const _0x48a603=this[_0x55a7('0x7')]['get'](_0x2b04f);if(!_0x48a603)throw new _0x54e394('track-changes-discard-suggestion-not-found',this);const _0x223f45=_0x48a603[_0x55a7('0x1')]();this['editor'][_0x55a7('0xb')][_0x55a7('0x0')](_0x223f45)&&this[_0x55a7('0xa')][_0x55a7('0x6')][_0x55a7('0x4')](_0x55a7('0x5'))[_0x55a7('0x8')](_0x48a603);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5aa5=['_command','refresh','_suggestions','_isEnabledBasedOnSelection','execute','from','isEnabled','isInContent','getRanges','editor','model','values'];(function(_0x51f6a5,_0x5aa50e){const _0x555020=function(_0x1bbf51){while(--_0x1bbf51){_0x51f6a5['push'](_0x51f6a5['shift']());}};_0x555020(++_0x5aa50e);}(_0x5aa5,0x1bc));const _0x5550=function(_0x51f6a5,_0x5aa50e){_0x51f6a5=_0x51f6a5-0x0;let _0x555020=_0x5aa5[_0x51f6a5];return _0x555020;};import{Command as _0x216660}from'ckeditor5/src/core.js';import{sortSuggestions as _0x206391,executeCommandForSuggestions as _0xb2c11e}from'../utils/utils.js';export default class x extends _0x216660{constructor(_0x36bdd5,_0x3d3657,_0x512c59){super(_0x36bdd5),this[_0x5550('0x0')]=_0x3d3657,this[_0x5550('0x2')]=_0x512c59,this[_0x5550('0x1')](),this[_0x5550('0x3')]=!0x1;}[_0x5550('0x1')](){const _0x138319=Array[_0x5550('0x5')](this[_0x5550('0x2')][_0x5550('0xb')]())['some'](_0x2064a4=>_0x2064a4[_0x5550('0x7')]);this[_0x5550('0x6')]=this['_command']['isEnabled']&&_0x138319;}[_0x5550('0x4')](){const _0x22a5ac=_0x206391(Array[_0x5550('0x5')](this[_0x5550('0x2')]['values']()));for(const _0x184702 of _0x22a5ac){const _0x126d4f=_0x184702[_0x5550('0x8')]();if(!this[_0x5550('0x9')][_0x5550('0xa')]['canEditAt'](_0x126d4f))return;}_0xb2c11e(this[_0x5550('0x9')]['model'],this[_0x5550('0x0')],_0x22a5ac);}}
23
+ const _0x2bde=['model','editor','from','some','_isEnabledBasedOnSelection','canEditAt','_suggestions','isInContent','values','refresh','_command','isEnabled'];(function(_0x1c98d8,_0x2bde7b){const _0x3b581f=function(_0x20c396){while(--_0x20c396){_0x1c98d8['push'](_0x1c98d8['shift']());}};_0x3b581f(++_0x2bde7b);}(_0x2bde,0x6b));const _0x3b58=function(_0x1c98d8,_0x2bde7b){_0x1c98d8=_0x1c98d8-0x0;let _0x3b581f=_0x2bde[_0x1c98d8];return _0x3b581f;};import{Command as _0x357f3b}from'ckeditor5/src/core.js';import{sortSuggestions as _0x4ea4e3,executeCommandForSuggestions as _0x5ccd49}from'../utils/utils.js';export default class x extends _0x357f3b{constructor(_0x1ecf43,_0x3da6cc,_0x96952c){super(_0x1ecf43),this['_command']=_0x3da6cc,this[_0x3b58('0x7')]=_0x96952c,this['refresh'](),this[_0x3b58('0x5')]=!0x1;}[_0x3b58('0xa')](){const _0x1ef295=Array[_0x3b58('0x3')](this[_0x3b58('0x7')][_0x3b58('0x9')]())[_0x3b58('0x4')](_0x11958e=>_0x11958e[_0x3b58('0x8')]);this['isEnabled']=this[_0x3b58('0xb')][_0x3b58('0x0')]&&_0x1ef295;}['execute'](){const _0x4a044b=_0x4ea4e3(Array['from'](this[_0x3b58('0x7')][_0x3b58('0x9')]()));for(const _0x3a9b09 of _0x4a044b){const _0xd88428=_0x3a9b09['getRanges']();if(!this[_0x3b58('0x2')][_0x3b58('0x1')][_0x3b58('0x6')](_0xd88428))return;}_0x5ccd49(this[_0x3b58('0x2')][_0x3b58('0x1')],this[_0x3b58('0xb')],_0x4a044b);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1904=['size','_command','_suggestions','execute','_selectedSuggestions','from','document','values','_isEnabledBasedOnSelection','getRanges','editor','refresh','isEnabled','model'];(function(_0x1bbd43,_0x19045d){const _0xf92195=function(_0x4d1cc9){while(--_0x4d1cc9){_0x1bbd43['push'](_0x1bbd43['shift']());}};_0xf92195(++_0x19045d);}(_0x1904,0xd8));const _0xf921=function(_0x1bbd43,_0x19045d){_0x1bbd43=_0x1bbd43-0x0;let _0xf92195=_0x1904[_0x1bbd43];return _0xf92195;};import{Command as _0x50479a}from'ckeditor5/src/core.js';import{sortSuggestions as _0x3caf56,getSelectedSuggestions as _0x456423,executeCommandForSuggestions as _0x2116a0}from'../utils/utils.js';export default class R extends _0x50479a{constructor(_0x35ba93,_0x1eb44d,_0x17ccc1){super(_0x35ba93),this[_0xf921('0x9')]=_0x1eb44d,this['_suggestions']=_0x17ccc1,this[_0xf921('0xc')]=new Set(),this['refresh'](),this[_0xf921('0x2')]=!0x1;}[_0xf921('0x5')](){const _0x13d890=this[_0xf921('0x4')][_0xf921('0x7')][_0xf921('0x0')]['selection'],_0x1ba3cc=Array['from'](this[_0xf921('0xa')][_0xf921('0x1')]());this[_0xf921('0xc')]=_0x456423(_0x13d890,_0x1ba3cc),this[_0xf921('0x6')]=this['_command'][_0xf921('0x6')]&&!!this[_0xf921('0xc')][_0xf921('0x8')];}[_0xf921('0xb')](){const _0x4ed35d=_0x3caf56(Array[_0xf921('0xd')](this[_0xf921('0xc')]));for(const _0x16daa9 of _0x4ed35d){const _0x563e87=_0x16daa9[_0xf921('0x3')]();if(!this['editor'][_0xf921('0x7')]['canEditAt'](_0x563e87))return;}_0x2116a0(this['editor']['model'],this[_0xf921('0x9')],_0x4ed35d);}}
23
+ const _0x3682=['model','values','_selectedSuggestions','_isEnabledBasedOnSelection','from','getRanges','canEditAt','refresh','execute','editor','isEnabled','_command','_suggestions'];(function(_0x3791ab,_0x3682df){const _0x5f3786=function(_0x4f9136){while(--_0x4f9136){_0x3791ab['push'](_0x3791ab['shift']());}};_0x5f3786(++_0x3682df);}(_0x3682,0x14d));const _0x5f37=function(_0x3791ab,_0x3682df){_0x3791ab=_0x3791ab-0x0;let _0x5f3786=_0x3682[_0x3791ab];return _0x5f3786;};import{Command as _0x45a84e}from'ckeditor5/src/core.js';import{sortSuggestions as _0x37c809,getSelectedSuggestions as _0x57beb8,executeCommandForSuggestions as _0x3da3fa}from'../utils/utils.js';export default class R extends _0x45a84e{constructor(_0x394fa9,_0x5d40ea,_0x4ee357){super(_0x394fa9),this[_0x5f37('0x3')]=_0x5d40ea,this[_0x5f37('0x4')]=_0x4ee357,this[_0x5f37('0x7')]=new Set(),this['refresh'](),this[_0x5f37('0x8')]=!0x1;}[_0x5f37('0xc')](){const _0x33f435=this[_0x5f37('0x1')][_0x5f37('0x5')]['document']['selection'],_0x86e631=Array['from'](this[_0x5f37('0x4')][_0x5f37('0x6')]());this[_0x5f37('0x7')]=_0x57beb8(_0x33f435,_0x86e631),this[_0x5f37('0x2')]=this[_0x5f37('0x3')][_0x5f37('0x2')]&&!!this[_0x5f37('0x7')]['size'];}[_0x5f37('0x0')](){const _0x4f030f=_0x37c809(Array[_0x5f37('0x9')](this[_0x5f37('0x7')]));for(const _0x45b5b8 of _0x4f030f){const _0x578a76=_0x45b5b8[_0x5f37('0xa')]();if(!this['editor'][_0x5f37('0x5')][_0x5f37('0xb')](_0x578a76))return;}_0x3da3fa(this[_0x5f37('0x1')]['model'],this[_0x5f37('0x3')],_0x4f030f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x58c4=['_disableUnsupportedCommands','TrackChangesCommand','editor','_enabledCommands','commands','_isEnabledBasedOnSelection','value','affectsData','isEnabled'];(function(_0x12c8f7,_0x58c43a){const _0x5d4fa6=function(_0x43de25){while(--_0x43de25){_0x12c8f7['push'](_0x12c8f7['shift']());}};_0x5d4fa6(++_0x58c43a);}(_0x58c4,0xb2));const _0x5d4f=function(_0x12c8f7,_0x58c43a){_0x12c8f7=_0x12c8f7-0x0;let _0x5d4fa6=_0x58c4[_0x12c8f7];return _0x5d4fa6;};import{Command as _0x2fa92c}from'ckeditor5/src/core.js';export default class M extends _0x2fa92c{constructor(_0x41ba8d,_0x5425d3){super(_0x41ba8d),this[_0x5d4f('0x5')]=_0x5425d3,this[_0x5d4f('0x8')]=!0x1,this['refresh'](),this[_0x5d4f('0x7')]=!0x1;}['refresh'](){this[_0x5d4f('0x1')]=!0x0;}['execute'](){this['value']=!this['value'],this[_0x5d4f('0x8')]?this[_0x5d4f('0x2')]():this['_enableCommands']();}[_0x5d4f('0x2')](){for(const _0x1a33b1 of this[_0x5d4f('0x4')][_0x5d4f('0x6')][_0x5d4f('0x6')]())_0x1a33b1[_0x5d4f('0x0')]&&!this['_enabledCommands']['has'](_0x1a33b1)&&_0x1a33b1['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x2b6aa4 of this[_0x5d4f('0x4')][_0x5d4f('0x6')][_0x5d4f('0x6')]())_0x2b6aa4[_0x5d4f('0x0')]&&!this[_0x5d4f('0x5')]['has'](_0x2b6aa4)&&_0x2b6aa4['clearForceDisabled'](_0x5d4f('0x3'));}}
23
+ const _0x4bb3=['clearForceDisabled','commands','execute','refresh','has','editor','affectsData','TrackChangesCommand','_enableCommands','_enabledCommands','_isEnabledBasedOnSelection','forceDisabled','value'];(function(_0x512e08,_0x4bb3ab){const _0x737d7e=function(_0x407371){while(--_0x407371){_0x512e08['push'](_0x512e08['shift']());}};_0x737d7e(++_0x4bb3ab);}(_0x4bb3,0x1b9));const _0x737d=function(_0x512e08,_0x4bb3ab){_0x512e08=_0x512e08-0x0;let _0x737d7e=_0x4bb3[_0x512e08];return _0x737d7e;};import{Command as _0x36ad08}from'ckeditor5/src/core.js';export default class M extends _0x36ad08{constructor(_0xf7e8c5,_0x52e64c){super(_0xf7e8c5),this['_enabledCommands']=_0x52e64c,this[_0x737d('0x0')]=!0x1,this[_0x737d('0x4')](),this[_0x737d('0xb')]=!0x1;}['refresh'](){this['isEnabled']=!0x0;}[_0x737d('0x3')](){this['value']=!this['value'],this[_0x737d('0x0')]?this['_disableUnsupportedCommands']():this['_enableCommands']();}['_disableUnsupportedCommands'](){for(const _0x4c6679 of this[_0x737d('0x6')][_0x737d('0x2')]['commands']())_0x4c6679[_0x737d('0x7')]&&!this[_0x737d('0xa')][_0x737d('0x5')](_0x4c6679)&&_0x4c6679[_0x737d('0xc')](_0x737d('0x8'));}[_0x737d('0x9')](){for(const _0x173112 of this[_0x737d('0x6')][_0x737d('0x2')]['commands']())_0x173112[_0x737d('0x7')]&&!this[_0x737d('0xa')][_0x737d('0x5')](_0x173112)&&_0x173112[_0x737d('0x1')](_0x737d('0x8'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x37df=['enableCommand','showAIAssistant','afterInit','commands','get','TrackChangesEditing','plugins'];(function(_0x3753df,_0x37dfc6){const _0x406755=function(_0x580a2f){while(--_0x580a2f){_0x3753df['push'](_0x3753df['shift']());}};_0x406755(++_0x37dfc6);}(_0x37df,0x14c));const _0x4067=function(_0x3753df,_0x37dfc6){_0x3753df=_0x3753df-0x0;let _0x406755=_0x37df[_0x3753df];return _0x406755;};import{Plugin as _0x19530f}from'ckeditor5/src/core.js';export default class E extends _0x19530f{[_0x4067('0x6')](){const _0x536a65=this['editor'],_0x1eacad=_0x536a65[_0x4067('0x3')][_0x4067('0x1')](_0x4067('0x2'));_0x536a65[_0x4067('0x0')][_0x4067('0x1')](_0x4067('0x5'))&&_0x1eacad[_0x4067('0x4')](_0x4067('0x5'));}}
23
+ const _0x32d9=['commands','plugins','enableCommand','showAIAssistant','afterInit','TrackChangesEditing','editor'];(function(_0x1c7f1d,_0x32d969){const _0x52b5ba=function(_0x541be1){while(--_0x541be1){_0x1c7f1d['push'](_0x1c7f1d['shift']());}};_0x52b5ba(++_0x32d969);}(_0x32d9,0xdb));const _0x52b5=function(_0x1c7f1d,_0x32d969){_0x1c7f1d=_0x1c7f1d-0x0;let _0x52b5ba=_0x32d9[_0x1c7f1d];return _0x52b5ba;};import{Plugin as _0x46aeb6}from'ckeditor5/src/core.js';export default class E extends _0x46aeb6{[_0x52b5('0x2')](){const _0xaa1419=this[_0x52b5('0x4')],_0x2d9d30=_0xaa1419[_0x52b5('0x6')]['get'](_0x52b5('0x3'));_0xaa1419[_0x52b5('0x5')]['get'](_0x52b5('0x1'))&&_0x2d9d30[_0x52b5('0x0')](_0x52b5('0x1'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb410=['editor','justify','get','_descriptionFactory','commandName','alignment','_registerLegacyDescription','FORMAT_ALIGNMENT','locale','TrackChangesEditing','FORMAT_ALIGN_TO_LEFT','registerDescriptionCallback','format','plugins','center','FORMAT_ALIGN_TO_RIGHT','formatBlock','commandParams','registerAttributeLabel','_enableDefaultAttributesIntegration','type','FORMAT_JUSTIFY_TEXT'];(function(_0x3e2b52,_0xb410cb){const _0x5dc343=function(_0x41ae18){while(--_0x41ae18){_0x3e2b52['push'](_0x3e2b52['shift']());}};_0x5dc343(++_0xb410cb);}(_0xb410,0x169));const _0x5dc3=function(_0x3e2b52,_0xb410cb){_0x3e2b52=_0x3e2b52-0x0;let _0x5dc343=_0xb410[_0x3e2b52];return _0x5dc343;};import{Plugin as _0x54e350}from'ckeditor5/src/core.js';import{getTranslation as _0x1c3ed3}from'../utils/common-translations.js';export default class V extends _0x54e350{['afterInit'](){const _0x1c5c8b=this[_0x5dc3('0xd')],_0x2d034e=_0x1c5c8b['locale'];if(!_0x1c5c8b[_0x5dc3('0x4')]['has']('AlignmentEditing'))return;const _0x56821e=_0x1c5c8b[_0x5dc3('0x4')][_0x5dc3('0xf')]('TrackChangesEditing');_0x56821e[_0x5dc3('0xa')](_0x5dc3('0x12'),[],[_0x5dc3('0x12')]),_0x56821e[_0x5dc3('0x10')][_0x5dc3('0x9')]('alignment',_0x1c3ed3(_0x2d034e,_0x5dc3('0x14'))),this[_0x5dc3('0x13')]();}[_0x5dc3('0x13')](){const _0x52c2d6=this[_0x5dc3('0xd')],_0x419acb=_0x52c2d6[_0x5dc3('0x15')];_0x52c2d6[_0x5dc3('0x4')][_0x5dc3('0xf')](_0x5dc3('0x0'))['_descriptionFactory'][_0x5dc3('0x2')](_0x56c823=>{if(_0x5dc3('0x7')!=_0x56c823[_0x5dc3('0xb')])return;const {data:_0x527f26}=_0x56c823;if(_0x527f26&&'alignment'==_0x527f26[_0x5dc3('0x11')]){const _0x6c5b57=_0x527f26[_0x5dc3('0x8')][0x0]['value'];return{'type':_0x5dc3('0x3'),'content':_0x1c3ed3(_0x419acb,'*Format:*\x20%0',function(_0x4c6dbb){switch(_0x4c6dbb){case'left':return _0x1c3ed3(_0x419acb,_0x5dc3('0x1'));case'right':return _0x1c3ed3(_0x419acb,_0x5dc3('0x6'));case _0x5dc3('0x5'):return _0x1c3ed3(_0x419acb,'FORMAT_ALIGN_TO_CENTER');case _0x5dc3('0xe'):return _0x1c3ed3(_0x419acb,_0x5dc3('0xc'));}}(_0x6c5b57))};}});}}
23
+ const _0x5958=['FORMAT_ALIGN_TO_CENTER','registerAttributeLabel','FORMAT_ALIGN_TO_LEFT','value','editor','has','_enableDefaultAttributesIntegration','FORMAT_ALIGNMENT','commandName','center','FORMAT_JUSTIFY_TEXT','plugins','commandParams','type','registerDescriptionCallback','_registerLegacyDescription','TrackChangesEditing','left','FORMAT_ALIGN_TO_RIGHT','locale','alignment','_descriptionFactory','get','*Format:*\x20%0'];(function(_0x2bd4ff,_0x59580c){const _0x5941ce=function(_0x63dc1c){while(--_0x63dc1c){_0x2bd4ff['push'](_0x2bd4ff['shift']());}};_0x5941ce(++_0x59580c);}(_0x5958,0x11c));const _0x5941=function(_0x2bd4ff,_0x59580c){_0x2bd4ff=_0x2bd4ff-0x0;let _0x5941ce=_0x5958[_0x2bd4ff];return _0x5941ce;};import{Plugin as _0x1e341f}from'ckeditor5/src/core.js';import{getTranslation as _0x2f4192}from'../utils/common-translations.js';export default class V extends _0x1e341f{['afterInit'](){const _0xc70b7a=this[_0x5941('0x8')],_0x5309ee=_0xc70b7a[_0x5941('0x17')];if(!_0xc70b7a[_0x5941('0xf')][_0x5941('0x9')]('AlignmentEditing'))return;const _0x111bf1=_0xc70b7a[_0x5941('0xf')][_0x5941('0x2')](_0x5941('0x14'));_0x111bf1[_0x5941('0xa')]('alignment',[],[_0x5941('0x0')]),_0x111bf1[_0x5941('0x1')][_0x5941('0x5')](_0x5941('0x0'),_0x2f4192(_0x5309ee,_0x5941('0xb'))),this[_0x5941('0x13')]();}[_0x5941('0x13')](){const _0x5ab0d1=this[_0x5941('0x8')],_0x55f6b2=_0x5ab0d1[_0x5941('0x17')];_0x5ab0d1['plugins']['get'](_0x5941('0x14'))[_0x5941('0x1')][_0x5941('0x12')](_0x3983d8=>{if('formatBlock'!=_0x3983d8[_0x5941('0x11')])return;const {data:_0x3e26e0}=_0x3983d8;if(_0x3e26e0&&_0x5941('0x0')==_0x3e26e0[_0x5941('0xc')]){const _0x5b693d=_0x3e26e0[_0x5941('0x10')][0x0][_0x5941('0x7')];return{'type':'format','content':_0x2f4192(_0x55f6b2,_0x5941('0x3'),function(_0x3fda01){switch(_0x3fda01){case _0x5941('0x15'):return _0x2f4192(_0x55f6b2,_0x5941('0x6'));case'right':return _0x2f4192(_0x55f6b2,_0x5941('0x16'));case _0x5941('0xd'):return _0x2f4192(_0x55f6b2,_0x5941('0x4'));case'justify':return _0x2f4192(_0x55f6b2,_0x5941('0xe'));}}(_0x5b693d))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a4f=['_descriptionFactory','locale','BoldEditing','*Remove\x20format:*\x20%0','SubscriptEditing','FORMAT_SUBSCRIPT','TrackChangesEditing','bold','get','format','afterInit','_registerLegacyDescription','strikethrough','formatInline','UnderlineEditing','FORMAT_','has','FORMAT_STRIKETHROUGH','FORMAT_CODE','registerAttributeLabel','italic','plugins','ItalicEditing','FORMAT_ITALIC','registerDescriptionCallback','commandParams','*Format:*\x20%0','FORMAT_SUPERSCRIPT','type','subscript','FORMAT_BOLD','editor','_enableDefaultAttributesIntegration','CodeEditing','code','StrikethroughEditing','underline'];(function(_0xac4d0e,_0x1a4f1f){const _0x29ddb0=function(_0x42067b){while(--_0x42067b){_0xac4d0e['push'](_0xac4d0e['shift']());}};_0x29ddb0(++_0x1a4f1f);}(_0x1a4f,0x91));const _0x29dd=function(_0xac4d0e,_0x1a4f1f){_0xac4d0e=_0xac4d0e-0x0;let _0x29ddb0=_0x1a4f[_0xac4d0e];return _0x29ddb0;};import{Plugin as _0x47d9d1}from'ckeditor5/src/core.js';import{getTranslation as _0x494100}from'../utils/common-translations.js';const ti=[_0x29dd('0x5'),_0x29dd('0x19'),_0x29dd('0x11'),_0x29dd('0x24'),_0x29dd('0x1'),_0x29dd('0x7'),'SuperscriptEditing'];export default class U extends _0x47d9d1{[_0x29dd('0xd')](){const _0x545552=this[_0x29dd('0x22')],_0x187f9e=_0x545552[_0x29dd('0x18')][_0x29dd('0xb')](_0x29dd('0x9')),_0x54205b=_0x545552[_0x29dd('0x4')];for(const _0x11ac2a of ti){if(!_0x545552['plugins'][_0x29dd('0x13')](_0x11ac2a))continue;const _0x41cd56=_0x11ac2a['slice'](0x0,-0x7)['toLowerCase'](),_0x33865e=_0x29dd('0x12')+_0x41cd56['toUpperCase']();_0x187f9e[_0x29dd('0x23')](_0x41cd56,[_0x41cd56]),_0x187f9e[_0x29dd('0x3')][_0x29dd('0x16')](_0x41cd56,_0x494100(_0x54205b,_0x33865e));}this[_0x29dd('0xe')]();}['_registerLegacyDescription'](){const _0x266a65=this[_0x29dd('0x22')],_0x12cc67=_0x266a65[_0x29dd('0x4')],_0x4ecaa2=_0x266a65[_0x29dd('0x18')][_0x29dd('0xb')](_0x29dd('0x9'));function _0x4158c7(_0x27f1db,_0x562830){_0x4ecaa2[_0x29dd('0x3')][_0x29dd('0x1b')](_0x519270=>{if(_0x29dd('0x10')!=_0x519270[_0x29dd('0x1f')])return;const {data:_0x2fd679}=_0x519270;return _0x2fd679&&_0x2fd679['commandName']===_0x27f1db?_0x2fd679[_0x29dd('0x1c')][0x0]['forceValue']?{'type':_0x29dd('0xc'),'content':_0x494100(_0x12cc67,_0x29dd('0x1d'),_0x562830)}:{'type':'format','content':_0x494100(_0x12cc67,_0x29dd('0x6'),_0x562830)}:void 0x0;});}_0x4158c7(_0x29dd('0xa'),_0x494100(_0x12cc67,_0x29dd('0x21'))),_0x4158c7(_0x29dd('0x17'),_0x494100(_0x12cc67,_0x29dd('0x1a'))),_0x4158c7(_0x29dd('0x2'),_0x494100(_0x12cc67,'FORMAT_UNDERLINE')),_0x4158c7(_0x29dd('0x0'),_0x494100(_0x12cc67,_0x29dd('0x15'))),_0x4158c7(_0x29dd('0xf'),_0x494100(_0x12cc67,_0x29dd('0x14'))),_0x4158c7(_0x29dd('0x20'),_0x494100(_0x12cc67,_0x29dd('0x8'))),_0x4158c7('superscript',_0x494100(_0x12cc67,_0x29dd('0x1e')));}}
23
+ const _0x3bc8=['commandParams','_enableDefaultAttributesIntegration','type','bold','_registerLegacyDescription','FORMAT_SUBSCRIPT','format','FORMAT_BOLD','has','_descriptionFactory','forceValue','BoldEditing','FORMAT_STRIKETHROUGH','editor','SubscriptEditing','*Format:*\x20%0','FORMAT_CODE','formatInline','toUpperCase','get','slice','CodeEditing','registerDescriptionCallback','plugins','underline','toLowerCase','FORMAT_ITALIC','ItalicEditing','commandName','StrikethroughEditing'];(function(_0x887d10,_0x3bc889){const _0x5051ef=function(_0x2db6c1){while(--_0x2db6c1){_0x887d10['push'](_0x887d10['shift']());}};_0x5051ef(++_0x3bc889);}(_0x3bc8,0x87));const _0x5051=function(_0x887d10,_0x3bc889){_0x887d10=_0x887d10-0x0;let _0x5051ef=_0x3bc8[_0x887d10];return _0x5051ef;};import{Plugin as _0x1b0ad1}from'ckeditor5/src/core.js';import{getTranslation as _0x289e1e}from'../utils/common-translations.js';const ti=[_0x5051('0x1a'),_0x5051('0xc'),'UnderlineEditing',_0x5051('0x6'),_0x5051('0xe'),_0x5051('0x1d'),'SuperscriptEditing'];export default class U extends _0x1b0ad1{['afterInit'](){const _0x87ee41=this[_0x5051('0x1c')],_0x227997=_0x87ee41[_0x5051('0x8')]['get']('TrackChangesEditing'),_0xc8bc5d=_0x87ee41['locale'];for(const _0x599756 of ti){if(!_0x87ee41[_0x5051('0x8')][_0x5051('0x17')](_0x599756))continue;const _0x216fdd=_0x599756[_0x5051('0x5')](0x0,-0x7)[_0x5051('0xa')](),_0x42df91='FORMAT_'+_0x216fdd[_0x5051('0x3')]();_0x227997[_0x5051('0x10')](_0x216fdd,[_0x216fdd]),_0x227997['_descriptionFactory']['registerAttributeLabel'](_0x216fdd,_0x289e1e(_0xc8bc5d,_0x42df91));}this[_0x5051('0x13')]();}[_0x5051('0x13')](){const _0x3757cf=this[_0x5051('0x1c')],_0x553212=_0x3757cf['locale'],_0x1bc0ae=_0x3757cf[_0x5051('0x8')][_0x5051('0x4')]('TrackChangesEditing');function _0x238a19(_0x2f205f,_0x413a93){_0x1bc0ae[_0x5051('0x18')][_0x5051('0x7')](_0x55e1e7=>{if(_0x5051('0x2')!=_0x55e1e7[_0x5051('0x11')])return;const {data:_0x56ce0b}=_0x55e1e7;return _0x56ce0b&&_0x56ce0b[_0x5051('0xd')]===_0x2f205f?_0x56ce0b[_0x5051('0xf')][0x0][_0x5051('0x19')]?{'type':_0x5051('0x15'),'content':_0x289e1e(_0x553212,_0x5051('0x0'),_0x413a93)}:{'type':_0x5051('0x15'),'content':_0x289e1e(_0x553212,'*Remove\x20format:*\x20%0',_0x413a93)}:void 0x0;});}_0x238a19(_0x5051('0x12'),_0x289e1e(_0x553212,_0x5051('0x16'))),_0x238a19('italic',_0x289e1e(_0x553212,_0x5051('0xb'))),_0x238a19(_0x5051('0x9'),_0x289e1e(_0x553212,'FORMAT_UNDERLINE')),_0x238a19('code',_0x289e1e(_0x553212,_0x5051('0x1'))),_0x238a19('strikethrough',_0x289e1e(_0x553212,_0x5051('0x1b'))),_0x238a19('subscript',_0x289e1e(_0x553212,_0x5051('0x14'))),_0x238a19('superscript',_0x289e1e(_0x553212,'FORMAT_SUPERSCRIPT'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3cd7=['selection','commandName','locale','get','TrackChangesEditing','forceValue','has','format','from','editor','model','filter','document','change','name','registerDescriptionCallback','checkChild','BlockQuoteEditing','enableCommand','afterInit','plugins','commands','blockQuote','commandParams','parent','schema','markBlockFormat','*Set\x20format:*\x20%0','value'];(function(_0x3c4197,_0x3cd7c0){const _0x5caf68=function(_0x523884){while(--_0x523884){_0x3c4197['push'](_0x3c4197['shift']());}};_0x5caf68(++_0x3cd7c0);}(_0x3cd7,0x161));const _0x5caf=function(_0x3c4197,_0x3cd7c0){_0x3c4197=_0x3c4197-0x0;let _0x5caf68=_0x3cd7[_0x3c4197];return _0x5caf68;};import{Plugin as _0x50077d}from'ckeditor5/src/core.js';import{getTranslation as _0x2d28c1}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1ddb76}from'../utils/utils.js';export default class O extends _0x50077d{[_0x5caf('0xe')](){const _0x230248=this[_0x5caf('0x4')],_0x1cf448=_0x230248[_0x5caf('0x1a')];if(!_0x230248[_0x5caf('0xf')][_0x5caf('0x1')](_0x5caf('0xc')))return;const _0x50a725=_0x230248[_0x5caf('0xf')]['get'](_0x5caf('0x1c')),_0x9d07bd=this[_0x5caf('0x4')][_0x5caf('0x10')][_0x5caf('0x1b')](_0x5caf('0x11'));_0x50a725[_0x5caf('0xd')](_0x5caf('0x11'),(_0x84dca5,_0x21fa4e={})=>{const _0x4bee84=this['editor']['model'][_0x5caf('0x7')][_0x5caf('0x18')],_0x54479d=_0x21fa4e&&void 0x0!==_0x21fa4e['forceValue']?_0x21fa4e[_0x5caf('0x0')]:!_0x9d07bd[_0x5caf('0x17')];let _0x10fdbd=[];if(_0x54479d){const _0x188db3=Array[_0x5caf('0x3')](_0x4bee84['getSelectedBlocks']())[_0x5caf('0x6')](_0x43a6b6=>oo(_0x43a6b6)||function(_0x90e1e3,_0x4dd371){const _0x5560d7=_0x4dd371[_0x5caf('0xb')](_0x90e1e3['parent'],_0x5caf('0x11')),_0x4b5ad1=_0x4dd371[_0x5caf('0xb')](['$root','blockQuote'],_0x90e1e3);return _0x5560d7&&_0x4b5ad1;}(_0x43a6b6,this['editor'][_0x5caf('0x5')][_0x5caf('0x14')]));_0x10fdbd=_0x1ddb76(_0x188db3,_0x230248['model']);}else{const _0x576fc6=Array[_0x5caf('0x3')](_0x4bee84['getSelectedBlocks']())[_0x5caf('0x6')](_0x58857c=>oo(_0x58857c));_0x10fdbd=_0x1ddb76(_0x576fc6,_0x230248[_0x5caf('0x5')]);}_0x230248[_0x5caf('0x5')][_0x5caf('0x8')](()=>{for(const _0x4e0ea7 of _0x10fdbd)_0x50a725[_0x5caf('0x15')](_0x4e0ea7,{'commandName':_0x5caf('0x11'),'commandParams':[{'forceValue':_0x54479d}]});});}),_0x50a725['_descriptionFactory'][_0x5caf('0xa')](_0x3af082=>{const {data:_0x267540}=_0x3af082;if(_0x267540&&'blockQuote'==_0x267540[_0x5caf('0x19')]){const _0x10e6f7=_0x2d28c1(_0x1cf448,'ELEMENT_BLOCK_QUOTE');return _0x267540[_0x5caf('0x12')][0x0]['forceValue']?{'type':_0x5caf('0x2'),'content':_0x2d28c1(_0x1cf448,_0x5caf('0x16'),_0x10e6f7)}:{'type':_0x5caf('0x2'),'content':_0x2d28c1(_0x1cf448,'*Remove\x20format:*\x20%0',_0x10e6f7)};}});}}function oo(_0x1b6c6e){return _0x5caf('0x11')==_0x1b6c6e[_0x5caf('0x13')][_0x5caf('0x9')];}
23
+ const _0x5b1a=['TrackChangesEditing','format','*Remove\x20format:*\x20%0','model','blockQuote','value','_descriptionFactory','filter','name','selection','parent','ELEMENT_BLOCK_QUOTE','commands','forceValue','plugins','change','afterInit','editor','schema','document','commandName','checkChild','*Set\x20format:*\x20%0','$root','from','get','getSelectedBlocks','commandParams'];(function(_0x2a16d9,_0x5b1a59){const _0x380581=function(_0x123044){while(--_0x123044){_0x2a16d9['push'](_0x2a16d9['shift']());}};_0x380581(++_0x5b1a59);}(_0x5b1a,0x6f));const _0x3805=function(_0x2a16d9,_0x5b1a59){_0x2a16d9=_0x2a16d9-0x0;let _0x380581=_0x5b1a[_0x2a16d9];return _0x380581;};import{Plugin as _0x4cdb06}from'ckeditor5/src/core.js';import{getTranslation as _0x4ab18c}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x52aee0}from'../utils/utils.js';export default class O extends _0x4cdb06{[_0x3805('0x11')](){const _0x526f01=this[_0x3805('0x12')],_0x1af7f2=_0x526f01['locale'];if(!_0x526f01[_0x3805('0xf')]['has']('BlockQuoteEditing'))return;const _0x203118=_0x526f01[_0x3805('0xf')]['get'](_0x3805('0x1')),_0xf2bbe6=this['editor'][_0x3805('0xd')][_0x3805('0x1a')](_0x3805('0x5'));_0x203118['enableCommand'](_0x3805('0x5'),(_0x3e48ff,_0x77dddf={})=>{const _0xe2e18c=this[_0x3805('0x12')]['model'][_0x3805('0x14')][_0x3805('0xa')],_0x287dbb=_0x77dddf&&void 0x0!==_0x77dddf[_0x3805('0xe')]?_0x77dddf[_0x3805('0xe')]:!_0xf2bbe6[_0x3805('0x6')];let _0x30660f=[];if(_0x287dbb){const _0x2a5e12=Array['from'](_0xe2e18c[_0x3805('0x1b')]())['filter'](_0x16b881=>oo(_0x16b881)||function(_0x4b3be5,_0x492b24){const _0x58103d=_0x492b24['checkChild'](_0x4b3be5[_0x3805('0xb')],_0x3805('0x5')),_0x5daeb3=_0x492b24[_0x3805('0x16')]([_0x3805('0x18'),_0x3805('0x5')],_0x4b3be5);return _0x58103d&&_0x5daeb3;}(_0x16b881,this['editor'][_0x3805('0x4')][_0x3805('0x13')]));_0x30660f=_0x52aee0(_0x2a5e12,_0x526f01[_0x3805('0x4')]);}else{const _0x2c0ba0=Array[_0x3805('0x19')](_0xe2e18c[_0x3805('0x1b')]())[_0x3805('0x8')](_0x67bc59=>oo(_0x67bc59));_0x30660f=_0x52aee0(_0x2c0ba0,_0x526f01[_0x3805('0x4')]);}_0x526f01['model'][_0x3805('0x10')](()=>{for(const _0x5e2ff6 of _0x30660f)_0x203118['markBlockFormat'](_0x5e2ff6,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x287dbb}]});});}),_0x203118[_0x3805('0x7')]['registerDescriptionCallback'](_0xc9a24a=>{const {data:_0x891747}=_0xc9a24a;if(_0x891747&&'blockQuote'==_0x891747[_0x3805('0x15')]){const _0x152128=_0x4ab18c(_0x1af7f2,_0x3805('0xc'));return _0x891747[_0x3805('0x0')][0x0]['forceValue']?{'type':_0x3805('0x2'),'content':_0x4ab18c(_0x1af7f2,_0x3805('0x17'),_0x152128)}:{'type':'format','content':_0x4ab18c(_0x1af7f2,_0x3805('0x3'),_0x152128)};}});}}function oo(_0x112227){return _0x3805('0x5')==_0x112227[_0x3805('0xb')][_0x3805('0x9')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2d7c=['TrackChangesEditing','changeCaseUpper','enableCommand','changeCaseLower','has','plugins','CaseChange','get','changeCaseTitle','afterInit'];(function(_0x39408b,_0x2d7cae){const _0x5bbfb3=function(_0x2ba693){while(--_0x2ba693){_0x39408b['push'](_0x39408b['shift']());}};_0x5bbfb3(++_0x2d7cae);}(_0x2d7c,0x154));const _0x5bbf=function(_0x39408b,_0x2d7cae){_0x39408b=_0x39408b-0x0;let _0x5bbfb3=_0x2d7c[_0x39408b];return _0x5bbfb3;};import{Plugin as _0x28aeea}from'ckeditor5/src/core.js';export default class G extends _0x28aeea{[_0x5bbf('0x9')](){const _0x3fffaa=this['editor'];_0x3fffaa[_0x5bbf('0x5')][_0x5bbf('0x4')](_0x5bbf('0x6'))&&(_0x3fffaa[_0x5bbf('0x5')][_0x5bbf('0x7')](_0x5bbf('0x0'))[_0x5bbf('0x2')](_0x5bbf('0x1')),_0x3fffaa['plugins'][_0x5bbf('0x7')]('TrackChangesEditing')[_0x5bbf('0x2')](_0x5bbf('0x3')),_0x3fffaa[_0x5bbf('0x5')][_0x5bbf('0x7')](_0x5bbf('0x0'))['enableCommand'](_0x5bbf('0x8')));}}
23
+ const _0x5e97=['changeCaseUpper','changeCaseLower','get','has','enableCommand','plugins','afterInit','CaseChange','editor','TrackChangesEditing','changeCaseTitle'];(function(_0x4827aa,_0x5e9747){const _0x356bb7=function(_0x57f92c){while(--_0x57f92c){_0x4827aa['push'](_0x4827aa['shift']());}};_0x356bb7(++_0x5e9747);}(_0x5e97,0x193));const _0x356b=function(_0x4827aa,_0x5e9747){_0x4827aa=_0x4827aa-0x0;let _0x356bb7=_0x5e97[_0x4827aa];return _0x356bb7;};import{Plugin as _0x366a38}from'ckeditor5/src/core.js';export default class G extends _0x366a38{[_0x356b('0xa')](){const _0x3ae8a8=this[_0x356b('0x1')];_0x3ae8a8[_0x356b('0x9')][_0x356b('0x7')](_0x356b('0x0'))&&(_0x3ae8a8[_0x356b('0x9')][_0x356b('0x6')]('TrackChangesEditing')['enableCommand'](_0x356b('0x4')),_0x3ae8a8[_0x356b('0x9')][_0x356b('0x6')](_0x356b('0x2'))[_0x356b('0x8')](_0x356b('0x5')),_0x3ae8a8['plugins'][_0x356b('0x6')](_0x356b('0x2'))['enableCommand'](_0x356b('0x3')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a48=['ckbox','editor','TrackChangesEditing','plugins','get','commands','afterInit'];(function(_0x391ffd,_0x4a481b){const _0x177e7d=function(_0x1fa3aa){while(--_0x1fa3aa){_0x391ffd['push'](_0x391ffd['shift']());}};_0x177e7d(++_0x4a481b);}(_0x4a48,0x154));const _0x177e=function(_0x391ffd,_0x4a481b){_0x391ffd=_0x391ffd-0x0;let _0x177e7d=_0x4a48[_0x391ffd];return _0x177e7d;};import{Plugin as _0x8ce312}from'ckeditor5/src/core.js';export default class F extends _0x8ce312{[_0x177e('0x2')](){const _0x4ab21f=this[_0x177e('0x4')];_0x4ab21f[_0x177e('0x1')]['get'](_0x177e('0x3'))&&_0x4ab21f[_0x177e('0x6')][_0x177e('0x0')](_0x177e('0x5'))['enableCommand'](_0x177e('0x3'));}}
23
+ const _0x1825=['editor','enableCommand','plugins','ckbox','afterInit'];(function(_0x83cda8,_0x1825a9){const _0x236a9d=function(_0x118bd3){while(--_0x118bd3){_0x83cda8['push'](_0x83cda8['shift']());}};_0x236a9d(++_0x1825a9);}(_0x1825,0x86));const _0x236a=function(_0x83cda8,_0x1825a9){_0x83cda8=_0x83cda8-0x0;let _0x236a9d=_0x1825[_0x83cda8];return _0x236a9d;};import{Plugin as _0x50c2a8}from'ckeditor5/src/core.js';export default class F extends _0x50c2a8{[_0x236a('0x0')](){const _0x5ed51d=this[_0x236a('0x1')];_0x5ed51d['commands']['get'](_0x236a('0x4'))&&_0x5ed51d[_0x236a('0x3')]['get']('TrackChangesEditing')[_0x236a('0x2')](_0x236a('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x55c4=['enableCommand','model','parent','indentCodeBlock','checkChild','toLowerCase','afterInit','getSelectedBlocks','name','value','filter','isLimit','ELEMENT_CODE_BLOCK','editor','codeBlock','commandParams','markBlockFormat','CodeBlock','has','from','TrackChangesEditing','*Set\x20format:*\x20%0','label','commandName','commands','format','get','change','plugins','blockName','_descriptionFactory','languages','schema','language','*Remove\x20format:*\x20%0','forceValue','find','registerElementLabel'];(function(_0x1415ee,_0x55c4c3){const _0x19e14d=function(_0xaa62e1){while(--_0xaa62e1){_0x1415ee['push'](_0x1415ee['shift']());}};_0x19e14d(++_0x55c4c3);}(_0x55c4,0xb8));const _0x19e1=function(_0x1415ee,_0x55c4c3){_0x1415ee=_0x1415ee-0x0;let _0x19e14d=_0x55c4[_0x1415ee];return _0x19e14d;};import{Plugin as _0x1cf057}from'ckeditor5/src/core.js';import{getTranslation as _0x3c7899}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1cd0fa}from'../utils/utils.js';export default class L extends _0x1cf057{[_0x19e1('0xc')](){const _0x53fc00=this[_0x19e1('0x13')];if(!_0x53fc00[_0x19e1('0x22')][_0x19e1('0x18')](_0x19e1('0x17')))return;const _0x45973b=_0x53fc00[_0x19e1('0x22')][_0x19e1('0x20')](_0x19e1('0x1a')),_0x5263bf=_0x53fc00['locale'],_0x256f7d=_0x53fc00['config'][_0x19e1('0x20')](_0x19e1('0x14'))[_0x19e1('0x25')],_0x15ae72=_0x53fc00[_0x19e1('0x1e')]['get'](_0x19e1('0x14'));_0x45973b[_0x19e1('0x6')](_0x19e1('0x9')),_0x45973b['enableCommand']('outdentCodeBlock'),_0x45973b[_0x19e1('0x6')]('codeBlock',(_0x4dcd3,_0x3bad5e={})=>{const _0x2cccb9=_0x53fc00[_0x19e1('0x7')],_0x1cc592=_0x53fc00[_0x19e1('0x7')]['document']['selection'],_0x131db3=_0x3bad5e&&void 0x0!==_0x3bad5e[_0x19e1('0x3')]?_0x3bad5e[_0x19e1('0x3')]:!_0x15ae72[_0x19e1('0xf')];let _0x2e2f0b;_0x3bad5e[_0x19e1('0x1')]||(_0x3bad5e['language']=_0x256f7d[0x0][_0x19e1('0x1')]),_0x2e2f0b=_0x131db3?Array[_0x19e1('0x19')](_0x1cc592[_0x19e1('0xd')]())['filter'](_0x562e56=>eo(_0x562e56)||function(_0x492e3e,_0x337406){if(_0x492e3e['is']('rootElement')||_0x337406[_0x19e1('0x11')](_0x492e3e))return!0x1;return _0x337406[_0x19e1('0xa')](_0x492e3e[_0x19e1('0x8')],'codeBlock');}(_0x562e56,_0x2cccb9[_0x19e1('0x0')])):Array[_0x19e1('0x19')](_0x1cc592[_0x19e1('0xd')]())[_0x19e1('0x10')](_0x2a13da=>eo(_0x2a13da));const _0x3d7709=_0x1cd0fa(_0x2e2f0b,_0x2cccb9);_0x2cccb9[_0x19e1('0x21')](()=>{for(const _0x20bf21 of _0x3d7709)_0x45973b[_0x19e1('0x16')](_0x20bf21,{'commandName':'codeBlock','commandParams':[{..._0x3bad5e,'forceValue':_0x131db3}],'formatGroupId':_0x19e1('0x23')});});}),(_0x45973b['_descriptionFactory'][_0x19e1('0x5')](_0x19e1('0x14'),_0x5e3550=>_0x3c7899(_0x5263bf,'ELEMENT_CODE_BLOCK',_0x5e3550)),_0x45973b[_0x19e1('0x24')]['registerDescriptionCallback'](_0x4693bb=>{if('formatBlock'!=_0x4693bb['type'])return;const _0x1cc1ae=_0x5263bf['t'],{data:_0x267ecf}=_0x4693bb;if(!_0x267ecf||_0x19e1('0x14')!=_0x267ecf[_0x19e1('0x1d')])return;const _0x123b4d=_0x267ecf['commandParams'][0x0][_0x19e1('0x1')],_0x638aaa=_0x1cc1ae(_0x256f7d[_0x19e1('0x4')](_0x1b496a=>_0x1b496a[_0x19e1('0x1')]===_0x123b4d)[_0x19e1('0x1c')])[_0x19e1('0xb')]();return _0x267ecf[_0x19e1('0x15')][0x0]['forceValue']?{'type':_0x19e1('0x1f'),'content':_0x3c7899(_0x5263bf,_0x19e1('0x1b'),_0x3c7899(_0x5263bf,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x638aaa+')')}:{'type':_0x19e1('0x1f'),'content':_0x3c7899(_0x5263bf,_0x19e1('0x2'),_0x3c7899(_0x5263bf,_0x19e1('0x12'),0x1))};}));}}function eo(_0x146bcb){return _0x19e1('0x14')==_0x146bcb[_0x19e1('0xe')];}
23
+ const _0x2071=['value','from','model','codeBlock','ELEMENT_CODE_BLOCK','enableCommand','registerDescriptionCallback','blockName','toLowerCase','commandName','plugins','*Remove\x20format:*\x20%0','document','selection','filter','formatBlock','forceValue','markBlockFormat','getSelectedBlocks','has','parent','languages','registerElementLabel','schema','commands','commandParams','language','change','isLimit','_descriptionFactory','TrackChangesEditing','afterInit','*Set\x20format:*\x20%0','editor','rootElement','format','indentCodeBlock','CodeBlock','get','name'];(function(_0x486ad4,_0x207166){const _0x462144=function(_0x19b0f3){while(--_0x19b0f3){_0x486ad4['push'](_0x486ad4['shift']());}};_0x462144(++_0x207166);}(_0x2071,0x194));const _0x4621=function(_0x486ad4,_0x207166){_0x486ad4=_0x486ad4-0x0;let _0x462144=_0x2071[_0x486ad4];return _0x462144;};import{Plugin as _0x38842c}from'ckeditor5/src/core.js';import{getTranslation as _0x4aa9e6}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0xd22fcc}from'../utils/utils.js';export default class L extends _0x38842c{[_0x4621('0x1b')](){const _0x318a6e=this[_0x4621('0x1d')];if(!_0x318a6e[_0x4621('0x6')][_0x4621('0xf')](_0x4621('0x21')))return;const _0x3932cb=_0x318a6e[_0x4621('0x6')][_0x4621('0x22')](_0x4621('0x1a')),_0x2e0a60=_0x318a6e['locale'],_0x64fc42=_0x318a6e['config']['get'](_0x4621('0x27'))[_0x4621('0x11')],_0x40ea3b=_0x318a6e[_0x4621('0x14')][_0x4621('0x22')]('codeBlock');_0x3932cb[_0x4621('0x1')](_0x4621('0x20')),_0x3932cb[_0x4621('0x1')]('outdentCodeBlock'),_0x3932cb[_0x4621('0x1')](_0x4621('0x27'),(_0x1fd214,_0x4100ba={})=>{const _0x40f407=_0x318a6e[_0x4621('0x26')],_0x2da1a0=_0x318a6e[_0x4621('0x26')][_0x4621('0x8')][_0x4621('0x9')],_0x2fafc9=_0x4100ba&&void 0x0!==_0x4100ba[_0x4621('0xc')]?_0x4100ba[_0x4621('0xc')]:!_0x40ea3b[_0x4621('0x24')];let _0x54b589;_0x4100ba[_0x4621('0x16')]||(_0x4100ba[_0x4621('0x16')]=_0x64fc42[0x0]['language']),_0x54b589=_0x2fafc9?Array['from'](_0x2da1a0[_0x4621('0xe')]())['filter'](_0x5f0933=>eo(_0x5f0933)||function(_0x1e4c55,_0xdcb146){if(_0x1e4c55['is'](_0x4621('0x1e'))||_0xdcb146[_0x4621('0x18')](_0x1e4c55))return!0x1;return _0xdcb146['checkChild'](_0x1e4c55[_0x4621('0x10')],_0x4621('0x27'));}(_0x5f0933,_0x40f407[_0x4621('0x13')])):Array[_0x4621('0x25')](_0x2da1a0[_0x4621('0xe')]())[_0x4621('0xa')](_0x344e5e=>eo(_0x344e5e));const _0x1ab1c4=_0xd22fcc(_0x54b589,_0x40f407);_0x40f407[_0x4621('0x17')](()=>{for(const _0x399b17 of _0x1ab1c4)_0x3932cb[_0x4621('0xd')](_0x399b17,{'commandName':'codeBlock','commandParams':[{..._0x4100ba,'forceValue':_0x2fafc9}],'formatGroupId':_0x4621('0x3')});});}),(_0x3932cb['_descriptionFactory'][_0x4621('0x12')](_0x4621('0x27'),_0x3c8d38=>_0x4aa9e6(_0x2e0a60,_0x4621('0x0'),_0x3c8d38)),_0x3932cb[_0x4621('0x19')][_0x4621('0x2')](_0x308945=>{if(_0x4621('0xb')!=_0x308945['type'])return;const _0x1a34fc=_0x2e0a60['t'],{data:_0x31a73b}=_0x308945;if(!_0x31a73b||_0x4621('0x27')!=_0x31a73b[_0x4621('0x5')])return;const _0x4a54cb=_0x31a73b['commandParams'][0x0][_0x4621('0x16')],_0x26087c=_0x1a34fc(_0x64fc42['find'](_0x1ed72d=>_0x1ed72d[_0x4621('0x16')]===_0x4a54cb)['label'])[_0x4621('0x4')]();return _0x31a73b[_0x4621('0x15')][0x0][_0x4621('0xc')]?{'type':_0x4621('0x1f'),'content':_0x4aa9e6(_0x2e0a60,_0x4621('0x1c'),_0x4aa9e6(_0x2e0a60,_0x4621('0x0'),0x1)+'\x20('+_0x26087c+')')}:{'type':_0x4621('0x1f'),'content':_0x4aa9e6(_0x2e0a60,_0x4621('0x7'),_0x4aa9e6(_0x2e0a60,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x252c73){return _0x4621('0x27')==_0x252c73[_0x4621('0x23')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2661=['CommentsEditing','plugins','editor','afterInit','enableCommand','addCommentThread','get','TrackChangesEditing'];(function(_0x2e49e5,_0x266152){const _0x1c1c67=function(_0x5e7127){while(--_0x5e7127){_0x2e49e5['push'](_0x2e49e5['shift']());}};_0x1c1c67(++_0x266152);}(_0x2661,0x126));const _0x1c1c=function(_0x2e49e5,_0x266152){_0x2e49e5=_0x2e49e5-0x0;let _0x1c1c67=_0x2661[_0x2e49e5];return _0x1c1c67;};import{Plugin as _0x5f3a49}from'ckeditor5/src/core.js';export default class H extends _0x5f3a49{[_0x1c1c('0x5')](){const _0xb95a2=this[_0x1c1c('0x4')];if(!_0xb95a2[_0x1c1c('0x3')]['has'](_0x1c1c('0x2')))return;_0xb95a2['plugins'][_0x1c1c('0x0')](_0x1c1c('0x1'))[_0x1c1c('0x6')](_0x1c1c('0x7'));}}
23
+ const _0x4c18=['CommentsEditing','get','enableCommand','afterInit','editor','plugins'];(function(_0x1cd95d,_0x4c1838){const _0xce182b=function(_0x10b3af){while(--_0x10b3af){_0x1cd95d['push'](_0x1cd95d['shift']());}};_0xce182b(++_0x4c1838);}(_0x4c18,0xdd));const _0xce18=function(_0x1cd95d,_0x4c1838){_0x1cd95d=_0x1cd95d-0x0;let _0xce182b=_0x4c18[_0x1cd95d];return _0xce182b;};import{Plugin as _0x11d9af}from'ckeditor5/src/core.js';export default class H extends _0x11d9af{[_0xce18('0x4')](){const _0xa7951a=this[_0xce18('0x5')];if(!_0xa7951a[_0xce18('0x0')]['has'](_0xce18('0x1')))return;_0xa7951a[_0xce18('0x0')][_0xce18('0x2')]('TrackChangesEditing')[_0xce18('0x3')]('addCommentThread');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2c78=['high','createRange','remove','options','mapper','model','unbindElementFromMarkerName','isCollapsed','merge','downcastDispatcher','document','forward','createSelection','get','selection','requires','enableCommand','editor','start','detach','batch','modifySelection','TrackChangesEditing','plugins','addMarker:suggestion:deletion','deleteForward','markerNameToElements','editing','markerName','setSelection','commands','enqueueChange','lock','root','buffer','end'];(function(_0x4fcd90,_0x2c7822){const _0x28f68f=function(_0x317f92){while(--_0x317f92){_0x4fcd90['push'](_0x4fcd90['shift']());}};_0x28f68f(++_0x2c7822);}(_0x2c78,0x1b3));const _0x28f6=function(_0x4fcd90,_0x2c7822){_0x4fcd90=_0x4fcd90-0x0;let _0x28f68f=_0x2c78[_0x4fcd90];return _0x28f68f;};import{Plugin as _0x1e3d42}from'ckeditor5/src/core.js';import{LiveRange as _0x2b71f1}from'ckeditor5/src/engine.js';import{Delete as _0x4544d3}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x5a52b3}from'./utils.js';export default class q extends _0x1e3d42{static get[_0x28f6('0xc')](){return[_0x4544d3];}['init'](){const _0x474e19=this[_0x28f6('0xe')],_0x37daca=_0x474e19[_0x28f6('0x14')]['get'](_0x28f6('0x13'));_0x37daca['enableCommand']('delete');const _0x858ab2=_0x474e19[_0x28f6('0x1b')][_0x28f6('0xa')](_0x28f6('0x16'));_0x37daca[_0x28f6('0xd')](_0x28f6('0x16'),(_0x3a7070,_0xc564d1={})=>{const _0x11a941=_0x474e19[_0x28f6('0x2')][_0x28f6('0x9')](_0x474e19['model'][_0x28f6('0x7')][_0x28f6('0xb')]);_0x11a941[_0x28f6('0x4')]&&_0x474e19['model'][_0x28f6('0x12')](_0x11a941,{'direction':_0x28f6('0x8'),'unit':_0xc564d1['unit']});const _0x1ab319=_0x11a941['getFirstRange'](),_0x41680e=_0x2b71f1['fromRange'](_0x1ab319);let _0x3730b5;_0x3a7070(_0xc564d1),_0x3730b5='$graveyard'==_0x41680e[_0x28f6('0x1e')]['rootName']?_0x474e19[_0x28f6('0x2')][_0x28f6('0x22')](_0x1ab319['start']):_0x474e19[_0x28f6('0x2')][_0x28f6('0x22')](_0x41680e[_0x28f6('0xf')],_0x41680e[_0x28f6('0x20')]),_0x41680e[_0x28f6('0x10')](),_0x474e19[_0x28f6('0x2')][_0x28f6('0x1c')](_0x858ab2[_0x28f6('0x1f')][_0x28f6('0x11')],_0x4860bb=>{_0x858ab2[_0x28f6('0x1f')][_0x28f6('0x1d')](),_0x4860bb[_0x28f6('0x1a')](_0x4860bb[_0x28f6('0x22')](_0x3730b5['end'])),_0x858ab2[_0x28f6('0x1f')]['unlock']();});}),_0x474e19[_0x28f6('0x18')][_0x28f6('0x6')]['on']('addMarker:suggestion:deletion',_0x5a52b3(_0x474e19,_0x28f6('0x5')),{'priority':_0x28f6('0x21')}),_0x474e19['data']['downcastDispatcher']['on'](_0x28f6('0x15'),(_0x5135a5,_0x469a46,_0x3be3e4)=>{_0x3be3e4[_0x28f6('0x0')]['showSuggestionHighlights']&&_0x5a52b3(_0x474e19,_0x28f6('0x5'),{'showActiveMarker':!0x1})['bind'](this)(_0x5135a5,_0x469a46,_0x3be3e4);},{'priority':'high'}),_0x474e19[_0x28f6('0x18')]['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x2d6c69,_0x2c63d7,_0x4f7341)=>{const _0x405fd6=_0x4f7341[_0x28f6('0x1')][_0x28f6('0x17')](_0x2c63d7[_0x28f6('0x19')]);if(_0x405fd6)for(const _0x18ec35 of _0x405fd6)_0x18ec35['is']('uiElement')&&(_0x4f7341[_0x28f6('0x1')][_0x28f6('0x3')](_0x18ec35,_0x2c63d7[_0x28f6('0x19')]),_0x4f7341['writer'][_0x28f6('0x23')](_0x18ec35));},{'priority':_0x28f6('0x21')});}}
23
+ const _0xcc5d=['get','enableCommand','selection','deleteForward','isCollapsed','rootName','high','unbindElementFromMarkerName','editing','unit','createRange','mapper','$graveyard','markerName','commands','markerNameToElements','start','forward','TrackChangesEditing','downcastDispatcher','uiElement','writer','model','remove','requires','data','setSelection','createSelection','enqueueChange','root','lock','editor','end','plugins','buffer','init','merge','bind','modifySelection','removeMarker:suggestion:deletion'];(function(_0x1a6613,_0xcc5d9a){const _0x849fb5=function(_0x18b2f0){while(--_0x18b2f0){_0x1a6613['push'](_0x1a6613['shift']());}};_0x849fb5(++_0xcc5d9a);}(_0xcc5d,0xd2));const _0x849f=function(_0x1a6613,_0xcc5d9a){_0x1a6613=_0x1a6613-0x0;let _0x849fb5=_0xcc5d[_0x1a6613];return _0x849fb5;};import{Plugin as _0x312fb5}from'ckeditor5/src/core.js';import{LiveRange as _0x125c6a}from'ckeditor5/src/engine.js';import{Delete as _0x209c20}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x4ab5f0}from'./utils.js';export default class q extends _0x312fb5{static get[_0x849f('0xe')](){return[_0x209c20];}[_0x849f('0x19')](){const _0x47d5cd=this[_0x849f('0x15')],_0x21e48a=_0x47d5cd[_0x849f('0x17')][_0x849f('0x1e')](_0x849f('0x8'));_0x21e48a['enableCommand']('delete');const _0x5d507d=_0x47d5cd[_0x849f('0x4')][_0x849f('0x1e')]('deleteForward');_0x21e48a[_0x849f('0x1f')](_0x849f('0x21'),(_0x4990b1,_0x3df3e6={})=>{const _0x25e385=_0x47d5cd[_0x849f('0xc')][_0x849f('0x11')](_0x47d5cd['model']['document'][_0x849f('0x20')]);_0x25e385[_0x849f('0x22')]&&_0x47d5cd[_0x849f('0xc')][_0x849f('0x1c')](_0x25e385,{'direction':_0x849f('0x7'),'unit':_0x3df3e6[_0x849f('0x27')]});const _0xbf379f=_0x25e385['getFirstRange'](),_0x22d974=_0x125c6a['fromRange'](_0xbf379f);let _0x3480d0;_0x4990b1(_0x3df3e6),_0x3480d0=_0x849f('0x2')==_0x22d974[_0x849f('0x13')][_0x849f('0x23')]?_0x47d5cd['model'][_0x849f('0x0')](_0xbf379f[_0x849f('0x6')]):_0x47d5cd[_0x849f('0xc')][_0x849f('0x0')](_0x22d974[_0x849f('0x6')],_0x22d974[_0x849f('0x16')]),_0x22d974['detach'](),_0x47d5cd[_0x849f('0xc')][_0x849f('0x12')](_0x5d507d[_0x849f('0x18')]['batch'],_0x5f01ea=>{_0x5d507d[_0x849f('0x18')][_0x849f('0x14')](),_0x5f01ea[_0x849f('0x10')](_0x5f01ea[_0x849f('0x0')](_0x3480d0[_0x849f('0x16')])),_0x5d507d[_0x849f('0x18')]['unlock']();});}),_0x47d5cd[_0x849f('0x26')]['downcastDispatcher']['on']('addMarker:suggestion:deletion',_0x4ab5f0(_0x47d5cd,_0x849f('0x1a')),{'priority':_0x849f('0x24')}),_0x47d5cd[_0x849f('0xf')]['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x46a41a,_0x377eaa,_0x124399)=>{_0x124399['options']['showSuggestionHighlights']&&_0x4ab5f0(_0x47d5cd,_0x849f('0x1a'),{'showActiveMarker':!0x1})[_0x849f('0x1b')](this)(_0x46a41a,_0x377eaa,_0x124399);},{'priority':'high'}),_0x47d5cd[_0x849f('0x26')][_0x849f('0x9')]['on'](_0x849f('0x1d'),(_0x5d7a87,_0x246710,_0x5ed0ea)=>{const _0x4d3faa=_0x5ed0ea['mapper'][_0x849f('0x5')](_0x246710[_0x849f('0x3')]);if(_0x4d3faa)for(const _0xe98cff of _0x4d3faa)_0xe98cff['is'](_0x849f('0xa'))&&(_0x5ed0ea[_0x849f('0x1')][_0x849f('0x25')](_0xe98cff,_0x246710[_0x849f('0x3')]),_0x5ed0ea[_0x849f('0xb')][_0x849f('0xd')](_0xe98cff));},{'priority':_0x849f('0x24')});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x26a2=['showSuggestionHighlights','getFirstRange','unbindElementFromMarkerName','ck-suggestion-marker-split','change','editor','remove','editing','writer','getFirstPosition','split','nextSibling','requires','TrackChangesEditing','fromRange','markerName','parent','end','get','bind','model','setSelection','options','enableCommand','markInsertion','detach','selection','downcastDispatcher','createRange','high','createPositionAt','markerNameToElements','init','commands','mapper','enterBlock','enter','removeMarker:suggestion:insertion'];(function(_0x33d961,_0x26a22e){const _0x79e7f3=function(_0x3b5d8e){while(--_0x3b5d8e){_0x33d961['push'](_0x33d961['shift']());}};_0x79e7f3(++_0x26a22e);}(_0x26a2,0x13d));const _0x79e7=function(_0x33d961,_0x26a22e){_0x33d961=_0x33d961-0x0;let _0x79e7f3=_0x26a2[_0x33d961];return _0x79e7f3;};import{Plugin as _0x145164}from'ckeditor5/src/core.js';import{Enter as _0x4aa619}from'ckeditor5/src/enter.js';import{LiveRange as _0x672ed1}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x23d0d3}from'./utils.js';export default class W extends _0x145164{static get[_0x79e7('0x25')](){return[_0x4aa619];}[_0x79e7('0x13')](){const _0x192c26=this[_0x79e7('0x1e')],_0x480571=_0x192c26['plugins'][_0x79e7('0x5')](_0x79e7('0x0')),_0x32ad8c=_0x192c26[_0x79e7('0x14')][_0x79e7('0x5')](_0x79e7('0x17'));_0x480571[_0x79e7('0xa')](_0x79e7('0x17'),()=>{_0x192c26[_0x79e7('0x7')][_0x79e7('0x1d')](_0x11e1d1=>{const _0xbcddff=_0x192c26[_0x79e7('0x7')]['document'][_0x79e7('0xd')],_0x3a0784=_0xbcddff[_0x79e7('0x22')](),_0x4fc207=_0x672ed1[_0x79e7('0x1')](_0xbcddff[_0x79e7('0x1a')]());if(_0x32ad8c[_0x79e7('0x16')](_0x11e1d1)){const _0x4c6e37=_0x192c26[_0x79e7('0x7')][_0x79e7('0x11')](_0x3a0784[_0x79e7('0x3')][_0x79e7('0x24')],0x0),_0x11a174=_0x11e1d1[_0x79e7('0xf')](_0x3a0784,_0x4c6e37);_0x480571[_0x79e7('0xb')](_0x11a174);}else _0x11e1d1[_0x79e7('0x8')](_0x11e1d1[_0x79e7('0xf')](_0x4fc207[_0x79e7('0x4')]));_0x4fc207[_0x79e7('0xc')](),_0x32ad8c['fire']('afterExecute',{'writer':_0x11e1d1});});}),_0x192c26[_0x79e7('0x20')][_0x79e7('0xe')]['on']('addMarker:suggestion:insertion',_0x23d0d3(_0x192c26,_0x79e7('0x23')),{'priority':_0x79e7('0x10')}),_0x192c26[_0x79e7('0x20')][_0x79e7('0xe')]['on'](_0x79e7('0x18'),(_0x4d2c27,_0x1261f2,_0x1de237)=>{const _0x15422e=_0x1de237[_0x79e7('0x15')][_0x79e7('0x12')](_0x1261f2['markerName']);if(_0x15422e)for(const _0x727aa1 of _0x15422e)_0x727aa1['hasClass'](_0x79e7('0x1c'))&&(_0x1de237['mapper'][_0x79e7('0x1b')](_0x727aa1,_0x1261f2[_0x79e7('0x2')]),_0x1de237[_0x79e7('0x21')][_0x79e7('0x1f')](_0x727aa1));},{'priority':_0x79e7('0x10')}),_0x192c26['data'][_0x79e7('0xe')]['on']('addMarker:suggestion:insertion',(_0x53490d,_0x4b2ba4,_0x5594eb)=>{_0x5594eb[_0x79e7('0x9')][_0x79e7('0x19')]&&_0x23d0d3(_0x192c26,_0x79e7('0x23'),{'showActiveMarker':!0x1})[_0x79e7('0x6')](this)(_0x53490d,_0x4b2ba4,_0x5594eb);},{'priority':_0x79e7('0x10')});}}
23
+ const _0x33d9=['markerName','downcastDispatcher','end','createRange','enableCommand','get','document','options','fromRange','showSuggestionHighlights','data','createPositionAt','writer','high','init','model','TrackChangesEditing','ck-suggestion-marker-split','addMarker:suggestion:insertion','detach','editing','removeMarker:suggestion:insertion','mapper','editor','plugins','requires','split','commands','unbindElementFromMarkerName'];(function(_0x16b457,_0x33d932){const _0x173997=function(_0x490041){while(--_0x490041){_0x16b457['push'](_0x16b457['shift']());}};_0x173997(++_0x33d932);}(_0x33d9,0xc3));const _0x1739=function(_0x16b457,_0x33d932){_0x16b457=_0x16b457-0x0;let _0x173997=_0x33d9[_0x16b457];return _0x173997;};import{Plugin as _0x52b3da}from'ckeditor5/src/core.js';import{Enter as _0xe77591}from'ckeditor5/src/enter.js';import{LiveRange as _0x3eabfd}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x38abe6}from'./utils.js';export default class W extends _0x52b3da{static get[_0x1739('0x4')](){return[_0xe77591];}[_0x1739('0x16')](){const _0x2e0f40=this[_0x1739('0x2')],_0x487928=_0x2e0f40[_0x1739('0x3')][_0x1739('0xd')](_0x1739('0x18')),_0x4151b4=_0x2e0f40[_0x1739('0x6')][_0x1739('0xd')]('enter');_0x487928[_0x1739('0xc')]('enter',()=>{_0x2e0f40[_0x1739('0x17')]['change'](_0x3c467b=>{const _0xe037f8=_0x2e0f40[_0x1739('0x17')][_0x1739('0xe')]['selection'],_0x3114cb=_0xe037f8['getFirstPosition'](),_0x42e3b7=_0x3eabfd[_0x1739('0x10')](_0xe037f8['getFirstRange']());if(_0x4151b4['enterBlock'](_0x3c467b)){const _0x4178a2=_0x2e0f40[_0x1739('0x17')][_0x1739('0x13')](_0x3114cb['parent']['nextSibling'],0x0),_0x312185=_0x3c467b[_0x1739('0xb')](_0x3114cb,_0x4178a2);_0x487928['markInsertion'](_0x312185);}else _0x3c467b['setSelection'](_0x3c467b['createRange'](_0x42e3b7[_0x1739('0xa')]));_0x42e3b7[_0x1739('0x1b')](),_0x4151b4['fire']('afterExecute',{'writer':_0x3c467b});});}),_0x2e0f40[_0x1739('0x1c')][_0x1739('0x9')]['on'](_0x1739('0x1a'),_0x38abe6(_0x2e0f40,_0x1739('0x5')),{'priority':_0x1739('0x15')}),_0x2e0f40['editing'][_0x1739('0x9')]['on'](_0x1739('0x0'),(_0x13227d,_0x55e366,_0x74f996)=>{const _0x1cf262=_0x74f996[_0x1739('0x1')]['markerNameToElements'](_0x55e366['markerName']);if(_0x1cf262)for(const _0x22ceef of _0x1cf262)_0x22ceef['hasClass'](_0x1739('0x19'))&&(_0x74f996[_0x1739('0x1')][_0x1739('0x7')](_0x22ceef,_0x55e366[_0x1739('0x8')]),_0x74f996[_0x1739('0x14')]['remove'](_0x22ceef));},{'priority':_0x1739('0x15')}),_0x2e0f40[_0x1739('0x12')][_0x1739('0x9')]['on'](_0x1739('0x1a'),(_0x503df8,_0x166492,_0x47f555)=>{_0x47f555[_0x1739('0xf')][_0x1739('0x11')]&&_0x38abe6(_0x2e0f40,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x503df8,_0x166492,_0x47f555);},{'priority':'high'});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4c75=['find','findByTextCallback','plugins','replaceAll','filter','has','createPositionAt','suggestion:deletion','TrackChangesEditing','start','FindAndReplaceEditing','getRange','string','enableCommand','FindAndReplaceUtils','_isInDeletionRange','handleFindCommand','end','createRange','model','getIntersection','get','findPrevious','markers','editor'];(function(_0x401988,_0x4c753a){const _0x1c75f7=function(_0xae9a63){while(--_0xae9a63){_0x401988['push'](_0x401988['shift']());}};_0x1c75f7(++_0x4c753a);}(_0x4c75,0x74));const _0x1c75=function(_0x401988,_0x4c753a){_0x401988=_0x401988-0x0;let _0x1c75f7=_0x4c75[_0x401988];return _0x1c75f7;};import{Plugin as _0x599f44}from'ckeditor5/src/core.js';export default class J extends _0x599f44{['afterInit'](){if(!this[_0x1c75('0x8')][_0x1c75('0xb')][_0x1c75('0xe')](_0x1c75('0x13')))return;const _0x321285=this[_0x1c75('0x8')][_0x1c75('0xb')][_0x1c75('0x5')](_0x1c75('0x11'));_0x321285[_0x1c75('0x16')](_0x1c75('0x9'),this[_0x1c75('0x0')]['bind'](this)),_0x321285[_0x1c75('0x16')]('findNext'),_0x321285['enableCommand'](_0x1c75('0x6')),_0x321285[_0x1c75('0x16')]('replace'),_0x321285['enableCommand'](_0x1c75('0xc'));}[_0x1c75('0x0')](_0x5a10b4,_0x710cdc,_0x2f3044={}){const _0x381f82=this[_0x1c75('0x8')][_0x1c75('0xb')]['get'](_0x1c75('0x17'));return _0x5a10b4(_0x2f89fc=>(_0x1c75('0x15')==typeof _0x710cdc?_0x381f82[_0x1c75('0xa')](_0x710cdc,_0x2f3044):_0x710cdc)(_0x2f89fc)[_0x1c75('0xd')](_0x4ca482=>!0x1===this[_0x1c75('0x18')](_0x4ca482,_0x2f89fc['item'])),_0x2f3044);}[_0x1c75('0x18')](_0x46dee6,_0x23f6d8){const _0x6f65f7=this['editor'][_0x1c75('0x3')][_0x1c75('0x2')](this[_0x1c75('0x8')][_0x1c75('0x3')][_0x1c75('0xf')](_0x23f6d8,_0x46dee6[_0x1c75('0x12')]),this[_0x1c75('0x8')][_0x1c75('0x3')]['createPositionAt'](_0x23f6d8,_0x46dee6[_0x1c75('0x1')]));for(const _0x494fe6 of this[_0x1c75('0x8')]['model'][_0x1c75('0x7')]['getMarkersGroup'](_0x1c75('0x10')))if(null!==_0x6f65f7[_0x1c75('0x4')](_0x494fe6[_0x1c75('0x14')]()))return!0x0;return!0x1;}}
23
+ const _0x3014=['getMarkersGroup','replaceAll','bind','suggestion:deletion','handleFindCommand','replace','start','plugins','getRange','_isInDeletionRange','editor','TrackChangesEditing','model','findNext','filter','findByTextCallback','find','afterInit','markers','enableCommand','getIntersection','end','item','createPositionAt','createRange','FindAndReplaceUtils','get','FindAndReplaceEditing'];(function(_0x382b1d,_0x3014e8){const _0x4e461c=function(_0x1c5d96){while(--_0x1c5d96){_0x382b1d['push'](_0x382b1d['shift']());}};_0x4e461c(++_0x3014e8);}(_0x3014,0x150));const _0x4e46=function(_0x382b1d,_0x3014e8){_0x382b1d=_0x382b1d-0x0;let _0x4e461c=_0x3014[_0x382b1d];return _0x4e461c;};import{Plugin as _0x4c898c}from'ckeditor5/src/core.js';export default class J extends _0x4c898c{[_0x4e46('0x11')](){if(!this[_0x4e46('0xa')][_0x4e46('0x7')]['has'](_0x4e46('0x1b')))return;const _0x52e921=this[_0x4e46('0xa')][_0x4e46('0x7')]['get'](_0x4e46('0xb'));_0x52e921[_0x4e46('0x13')](_0x4e46('0x10'),this[_0x4e46('0x4')][_0x4e46('0x2')](this)),_0x52e921['enableCommand'](_0x4e46('0xd')),_0x52e921[_0x4e46('0x13')]('findPrevious'),_0x52e921[_0x4e46('0x13')](_0x4e46('0x5')),_0x52e921[_0x4e46('0x13')](_0x4e46('0x1'));}['handleFindCommand'](_0x57ea17,_0xfeef39,_0x45b86c={}){const _0xb90032=this[_0x4e46('0xa')][_0x4e46('0x7')][_0x4e46('0x1a')](_0x4e46('0x19'));return _0x57ea17(_0x20bba8=>('string'==typeof _0xfeef39?_0xb90032[_0x4e46('0xf')](_0xfeef39,_0x45b86c):_0xfeef39)(_0x20bba8)[_0x4e46('0xe')](_0x363632=>!0x1===this['_isInDeletionRange'](_0x363632,_0x20bba8[_0x4e46('0x16')])),_0x45b86c);}[_0x4e46('0x9')](_0x294411,_0x1aaa87){const _0x453090=this[_0x4e46('0xa')][_0x4e46('0xc')][_0x4e46('0x18')](this['editor']['model'][_0x4e46('0x17')](_0x1aaa87,_0x294411[_0x4e46('0x6')]),this['editor'][_0x4e46('0xc')][_0x4e46('0x17')](_0x1aaa87,_0x294411[_0x4e46('0x15')]));for(const _0x56ff52 of this['editor'][_0x4e46('0xc')][_0x4e46('0x12')][_0x4e46('0x0')](_0x4e46('0x3')))if(null!==_0x453090[_0x4e46('0x14')](_0x56ff52[_0x4e46('0x8')]()))return!0x0;return!0x1;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x429e=['FontBackgroundColorEditing','get','toLowerCase','config','fontSize','format','formatInline','model','*Reset\x20font\x20family*','FORMAT_FONT_COLOR','title','FontSizeEditing','fontFamily','editor','fontBackgroundColor.colors','FontFamilyEditing','*Reset\x20font\x20size*','label','find','*Reset\x20font\x20background\x20color*','afterInit','*Set\x20font\x20color:*\x20%0','FORMAT_FONT_BACKGROUND','FontColorEditing','commandParams','fontColor.colors','value','*Set\x20font\x20size:*\x20%0','TrackChangesEditing','fontBackgroundColor','plugins','*Set\x20font\x20family:*\x20%0','has','trim','registerAttributeLabel','locale','type','FORMAT_FONT_FAMILY','fontSize.options','fontColor','commandName','_registerLegacyDescription','_descriptionFactory','FontSize'];(function(_0x118b7c,_0x429ed5){const _0x5a8ba9=function(_0x48cb82){while(--_0x48cb82){_0x118b7c['push'](_0x118b7c['shift']());}};_0x5a8ba9(++_0x429ed5);}(_0x429e,0xad));const _0x5a8b=function(_0x118b7c,_0x429ed5){_0x118b7c=_0x118b7c-0x0;let _0x5a8ba9=_0x429e[_0x118b7c];return _0x5a8ba9;};import{Plugin as _0x4c9c9d}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x21b01c}from'ckeditor5/src/ui.js';import{getTranslation as _0x2e6ed7}from'../utils/common-translations.js';const ro=[{'pluginName':_0x5a8b('0xe'),'commandName':_0x5a8b('0x7')},{'pluginName':_0x5a8b('0x12'),'commandName':_0x5a8b('0xf')},{'pluginName':_0x5a8b('0x1a'),'commandName':'fontColor'},{'pluginName':_0x5a8b('0x3'),'commandName':'fontBackgroundColor'}];export default class Q extends _0x4c9c9d{[_0x5a8b('0x17')](){const _0x4468fa=this[_0x5a8b('0x10')]['locale'],_0x2adde0=this[_0x5a8b('0x10')][_0x5a8b('0x21')][_0x5a8b('0x4')](_0x5a8b('0x1f'));for(const {pluginName:_0x1ab865,commandName:_0x5a87ef}of ro)this[_0x5a8b('0x10')]['plugins'][_0x5a8b('0x23')](_0x1ab865)&&_0x2adde0['_enableDefaultAttributesIntegration'](_0x5a87ef,[_0x5a87ef]);_0x4468fa['t'],(_0x2adde0[_0x5a8b('0x1')][_0x5a8b('0x25')]('fontSize',_0x2e6ed7(_0x4468fa,'FORMAT_FONT_SIZE')),_0x2adde0[_0x5a8b('0x1')]['registerAttributeLabel'](_0x5a8b('0xf'),_0x2e6ed7(_0x4468fa,_0x5a8b('0x28'))),_0x2adde0[_0x5a8b('0x1')]['registerAttributeLabel'](_0x5a8b('0x2a'),_0x2e6ed7(_0x4468fa,_0x5a8b('0xc'))),_0x2adde0['_descriptionFactory'][_0x5a8b('0x25')](_0x5a8b('0x20'),_0x2e6ed7(_0x4468fa,_0x5a8b('0x19'))),this[_0x5a8b('0x0')]());}[_0x5a8b('0x0')](){const _0x5cb7fe=this[_0x5a8b('0x10')],_0x174d40=_0x5cb7fe[_0x5a8b('0x26')];_0x5cb7fe[_0x5a8b('0x21')][_0x5a8b('0x4')]('TrackChangesEditing')[_0x5a8b('0x1')]['registerDescriptionCallback'](_0x2aa0cb=>{const _0x5df4fe=_0x174d40['t'];if(_0x5a8b('0x9')!=_0x2aa0cb[_0x5a8b('0x27')])return;const {data:_0x21e1da}=_0x2aa0cb;if(null!=_0x21e1da){if('fontSize'==_0x21e1da[_0x5a8b('0x2b')]){const _0x1917dc=_0x21e1da[_0x5a8b('0x1b')][0x0][_0x5a8b('0x1d')];if(_0x1917dc){const _0x523b8c=_0x5df4fe(this[_0x5a8b('0x10')]['plugins'][_0x5a8b('0x4')](_0x5a8b('0x2'))['normalizeSizeOptions'](this[_0x5a8b('0x10')][_0x5a8b('0x6')][_0x5a8b('0x4')](_0x5a8b('0x29')))[_0x5a8b('0x15')](_0xb6846b=>_0xb6846b['model']==_0x1917dc)[_0x5a8b('0xd')])[_0x5a8b('0x5')]();return{'type':'format','content':_0x2e6ed7(_0x174d40,_0x5a8b('0x1e'),_0x523b8c)};}return{'type':'format','content':_0x2e6ed7(_0x174d40,_0x5a8b('0x13'))};}if('fontFamily'==_0x21e1da[_0x5a8b('0x2b')]){const _0x47546f=_0x21e1da[_0x5a8b('0x1b')][0x0][_0x5a8b('0x1d')];return _0x47546f?{'type':_0x5a8b('0x8'),'content':_0x2e6ed7(_0x174d40,_0x5a8b('0x22'),_0x47546f)}:{'type':_0x5a8b('0x8'),'content':_0x2e6ed7(_0x174d40,_0x5a8b('0xb'))};}if(_0x5a8b('0x2a')==_0x21e1da[_0x5a8b('0x2b')]){const _0x36ec02=_0x21e1da[_0x5a8b('0x1b')][0x0][_0x5a8b('0x1d')];if(_0x36ec02){const _0x366861=_0x21b01c(this['editor'][_0x5a8b('0x6')][_0x5a8b('0x4')](_0x5a8b('0x1c')))['find'](_0x2e7097=>_0x2e7097[_0x5a8b('0xa')]==_0x36ec02);let _0x500190=_0x36ec02,_0x209aa6='';return _0x366861&&(_0x500190=_0x366861[_0x5a8b('0x14')],_0x209aa6=_0x5df4fe(_0x500190)[_0x5a8b('0x5')]()),{'type':'format','content':_0x2e6ed7(_0x174d40,_0x5a8b('0x18'),_0x209aa6)['trim'](),'color':{'value':_0x36ec02,'title':_0x209aa6||_0x500190}};}return{'type':_0x5a8b('0x8'),'content':_0x2e6ed7(_0x174d40,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x21e1da[_0x5a8b('0x2b')]){const _0x1cfa8d=_0x21e1da[_0x5a8b('0x1b')][0x0][_0x5a8b('0x1d')];if(_0x1cfa8d){const _0x143967=_0x21b01c(this[_0x5a8b('0x10')][_0x5a8b('0x6')][_0x5a8b('0x4')](_0x5a8b('0x11')))[_0x5a8b('0x15')](_0x1e2c6e=>_0x1e2c6e[_0x5a8b('0xa')]==_0x1cfa8d);let _0x219f72=_0x1cfa8d,_0x3079cf='';return _0x143967&&(_0x219f72=_0x143967[_0x5a8b('0x14')],_0x3079cf=_0x5df4fe(_0x219f72)['toLowerCase']()),{'type':'format','content':_0x2e6ed7(_0x174d40,'*Set\x20font\x20background\x20color:*\x20%0',_0x3079cf)[_0x5a8b('0x24')](),'color':{'value':_0x1cfa8d,'title':_0x3079cf||_0x219f72}};}return{'type':_0x5a8b('0x8'),'content':_0x2e6ed7(_0x174d40,_0x5a8b('0x16'))};}}});}}
23
+ const _0x2e4a=['get','config','FontColorEditing','commandName','*Reset\x20font\x20size*','locale','*Set\x20font\x20size:*\x20%0','fontSize.options','*Reset\x20font\x20family*','fontBackgroundColor.colors','afterInit','model','fontSize','editor','fontColor','FontSizeEditing','title','*Reset\x20font\x20background\x20color*','*Set\x20font\x20color:*\x20%0','fontColor.colors','trim','*Set\x20font\x20family:*\x20%0','_registerLegacyDescription','FontSize','fontFamily','type','registerAttributeLabel','FontBackgroundColorEditing','value','find','commandParams','fontBackgroundColor','_descriptionFactory','_enableDefaultAttributesIntegration','FontFamilyEditing','label','plugins','formatInline','TrackChangesEditing','format','toLowerCase','FORMAT_FONT_COLOR'];(function(_0x52853e,_0x2e4a0f){const _0x2b8666=function(_0x3bc0fe){while(--_0x3bc0fe){_0x52853e['push'](_0x52853e['shift']());}};_0x2b8666(++_0x2e4a0f);}(_0x2e4a,0x1be));const _0x2b86=function(_0x52853e,_0x2e4a0f){_0x52853e=_0x52853e-0x0;let _0x2b8666=_0x2e4a[_0x52853e];return _0x2b8666;};import{Plugin as _0x456242}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x270194}from'ckeditor5/src/ui.js';import{getTranslation as _0x394d67}from'../utils/common-translations.js';const ro=[{'pluginName':_0x2b86('0x1f'),'commandName':'fontSize'},{'pluginName':_0x2b86('0x8'),'commandName':_0x2b86('0x28')},{'pluginName':_0x2b86('0x12'),'commandName':_0x2b86('0x1e')},{'pluginName':_0x2b86('0x1'),'commandName':_0x2b86('0x5')}];export default class Q extends _0x456242{[_0x2b86('0x1a')](){const _0x5e1521=this[_0x2b86('0x1d')][_0x2b86('0x15')],_0x38f0f3=this['editor']['plugins'][_0x2b86('0x10')]('TrackChangesEditing');for(const {pluginName:_0x4f5b17,commandName:_0x49661c}of ro)this['editor'][_0x2b86('0xa')]['has'](_0x4f5b17)&&_0x38f0f3[_0x2b86('0x7')](_0x49661c,[_0x49661c]);_0x5e1521['t'],(_0x38f0f3[_0x2b86('0x6')]['registerAttributeLabel'](_0x2b86('0x1c'),_0x394d67(_0x5e1521,'FORMAT_FONT_SIZE')),_0x38f0f3[_0x2b86('0x6')][_0x2b86('0x0')]('fontFamily',_0x394d67(_0x5e1521,'FORMAT_FONT_FAMILY')),_0x38f0f3[_0x2b86('0x6')][_0x2b86('0x0')](_0x2b86('0x1e'),_0x394d67(_0x5e1521,_0x2b86('0xf'))),_0x38f0f3[_0x2b86('0x6')][_0x2b86('0x0')](_0x2b86('0x5'),_0x394d67(_0x5e1521,'FORMAT_FONT_BACKGROUND')),this[_0x2b86('0x26')]());}['_registerLegacyDescription'](){const _0x5f163d=this['editor'],_0x4ed84a=_0x5f163d['locale'];_0x5f163d[_0x2b86('0xa')]['get'](_0x2b86('0xc'))['_descriptionFactory']['registerDescriptionCallback'](_0x20a6ba=>{const _0x577dc4=_0x4ed84a['t'];if(_0x2b86('0xb')!=_0x20a6ba[_0x2b86('0x29')])return;const {data:_0x25971a}=_0x20a6ba;if(null!=_0x25971a){if('fontSize'==_0x25971a[_0x2b86('0x13')]){const _0x4ee24c=_0x25971a[_0x2b86('0x4')][0x0][_0x2b86('0x2')];if(_0x4ee24c){const _0x302cb4=_0x577dc4(this[_0x2b86('0x1d')][_0x2b86('0xa')][_0x2b86('0x10')](_0x2b86('0x27'))['normalizeSizeOptions'](this[_0x2b86('0x1d')]['config'][_0x2b86('0x10')](_0x2b86('0x17')))['find'](_0xb792cf=>_0xb792cf[_0x2b86('0x1b')]==_0x4ee24c)[_0x2b86('0x20')])[_0x2b86('0xe')]();return{'type':_0x2b86('0xd'),'content':_0x394d67(_0x4ed84a,_0x2b86('0x16'),_0x302cb4)};}return{'type':_0x2b86('0xd'),'content':_0x394d67(_0x4ed84a,_0x2b86('0x14'))};}if(_0x2b86('0x28')==_0x25971a[_0x2b86('0x13')]){const _0x10cf1d=_0x25971a[_0x2b86('0x4')][0x0]['value'];return _0x10cf1d?{'type':_0x2b86('0xd'),'content':_0x394d67(_0x4ed84a,_0x2b86('0x25'),_0x10cf1d)}:{'type':_0x2b86('0xd'),'content':_0x394d67(_0x4ed84a,_0x2b86('0x18'))};}if(_0x2b86('0x1e')==_0x25971a[_0x2b86('0x13')]){const _0x105b7f=_0x25971a[_0x2b86('0x4')][0x0][_0x2b86('0x2')];if(_0x105b7f){const _0x10d06c=_0x270194(this[_0x2b86('0x1d')][_0x2b86('0x11')]['get'](_0x2b86('0x23')))[_0x2b86('0x3')](_0x2d4b8a=>_0x2d4b8a[_0x2b86('0x1b')]==_0x105b7f);let _0x484957=_0x105b7f,_0x2f6a3e='';return _0x10d06c&&(_0x484957=_0x10d06c[_0x2b86('0x9')],_0x2f6a3e=_0x577dc4(_0x484957)[_0x2b86('0xe')]()),{'type':_0x2b86('0xd'),'content':_0x394d67(_0x4ed84a,_0x2b86('0x22'),_0x2f6a3e)[_0x2b86('0x24')](),'color':{'value':_0x105b7f,'title':_0x2f6a3e||_0x484957}};}return{'type':'format','content':_0x394d67(_0x4ed84a,'*Reset\x20font\x20color*')};}if(_0x2b86('0x5')==_0x25971a['commandName']){const _0x356d30=_0x25971a[_0x2b86('0x4')][0x0][_0x2b86('0x2')];if(_0x356d30){const _0x206245=_0x270194(this[_0x2b86('0x1d')][_0x2b86('0x11')]['get'](_0x2b86('0x19')))[_0x2b86('0x3')](_0x584fed=>_0x584fed['model']==_0x356d30);let _0x123486=_0x356d30,_0x1448c0='';return _0x206245&&(_0x123486=_0x206245[_0x2b86('0x9')],_0x1448c0=_0x577dc4(_0x123486)[_0x2b86('0xe')]()),{'type':_0x2b86('0xd'),'content':_0x394d67(_0x4ed84a,'*Set\x20font\x20background\x20color:*\x20%0',_0x1448c0)[_0x2b86('0x24')](),'color':{'value':_0x356d30,'title':_0x1448c0||_0x123486}};}return{'type':_0x2b86('0xd'),'content':_0x394d67(_0x4ed84a,_0x2b86('0x21'))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9267=['join','slice','copyFormat','fontBackgroundColor','fontColor.colors','FontSize','split','plugins','pasteFormat','formatInline','TrackChangesEditing','find','toLowerCase','config','fontColor','commands','model','locale','length','format','*Remove\x20all\x20formatting*','push','label','editor','get','title','toUpperCase','registerDescriptionCallback','fontSize','enableCommand','_descriptionFactory','type','afterInit','boolean','fontSize.options'];(function(_0x8fbdb0,_0x926786){const _0x462fbf=function(_0x5d683a){while(--_0x5d683a){_0x8fbdb0['push'](_0x8fbdb0['shift']());}};_0x462fbf(++_0x926786);}(_0x9267,0x89));const _0x462f=function(_0x8fbdb0,_0x926786){_0x8fbdb0=_0x8fbdb0-0x0;let _0x462fbf=_0x9267[_0x8fbdb0];return _0x462fbf;};import{Plugin as _0x2f8161}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x2d7b65}from'ckeditor5/src/ui.js';import{getTranslation as _0xd46bfb}from'../utils/common-translations.js';export default class X extends _0x2f8161{[_0x462f('0x0')](){const _0x3f2c12=this[_0x462f('0x1a')],_0x4ca05e=_0x3f2c12['plugins']['get'](_0x462f('0xd')),_0x37c710=_0x3f2c12[_0x462f('0x12')][_0x462f('0x1b')](_0x462f('0x5')),_0xfa8746=_0x3f2c12['commands']['get']('pasteFormat');_0x37c710&&_0xfa8746&&(_0x4ca05e['_enableDefaultAttributesIntegration'](_0x462f('0xb')),_0x4ca05e[_0x462f('0x20')]('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x3ced45=this[_0x462f('0x1a')],_0xcdc57d=_0x3ced45[_0x462f('0x14')];_0x3ced45[_0x462f('0xa')][_0x462f('0x1b')](_0x462f('0xd'))[_0x462f('0x21')][_0x462f('0x1e')](_0xf87948=>{if('formatBlock'!=_0xf87948['type']&&_0x462f('0xc')!=_0xf87948[_0x462f('0x22')])return;const {data:_0x3fe37a}=_0xf87948;if(_0x3fe37a&&_0x462f('0xb')===_0x3fe37a['commandName']){const _0xd705d=[],_0x1ff607=_0x3fe37a['commandParams'][0x0];for(const [_0x158646,_0x2a64e8]of Object['entries'](_0x1ff607))_0xd705d[_0x462f('0x18')](so(_0x3ced45,_0x158646,_0x2a64e8));return _0xd705d[_0x462f('0x15')]?{'type':_0x462f('0x16'),'content':_0xd46bfb(_0xcdc57d,'*Set\x20format\x20to:*\x20%0',_0xd705d[_0x462f('0x3')](',\x20'))}:{'type':_0x462f('0x16'),'content':_0xd46bfb(_0xcdc57d,_0x462f('0x17'))};}});}}function so(_0x8b6a2b,_0x3193f8,_0x3c67b1){const _0x3d0658=_0x8b6a2b[_0x462f('0x14')]['t'],_0x2e3065=_0x3193f8[_0x462f('0x9')](/(?=[A-Z])/)['join']('\x20'),_0x8e722=_0x3d0658(_0x2e3065['charAt'](0x0)[_0x462f('0x1d')]()+_0x2e3065[_0x462f('0x4')](0x1))['toLowerCase']();if(_0x462f('0x1')==typeof _0x3c67b1)return _0x8e722;if(_0x462f('0x11')===_0x3193f8||_0x462f('0x6')===_0x3193f8){const _0x5e38a9=_0x2d7b65(_0x8b6a2b[_0x462f('0x10')]['get'](_0x462f('0x7')))[_0x462f('0xe')](_0x4f9fda=>_0x4f9fda['model']==_0x3c67b1);return _0x8e722+'\x20('+(_0x5e38a9?_0x3d0658(_0x5e38a9[_0x462f('0x19')])['toLowerCase']():_0x3c67b1)+')';}if(_0x462f('0x1f')===_0x3193f8&&isNaN(parseFloat(_0x3c67b1))){const _0x462f18=_0x8b6a2b[_0x462f('0xa')][_0x462f('0x1b')](_0x462f('0x8'))['normalizeSizeOptions'](_0x8b6a2b[_0x462f('0x10')]['get'](_0x462f('0x2')))[_0x462f('0xe')](_0x57e3e1=>_0x57e3e1[_0x462f('0x13')]==_0x3c67b1);return _0x8e722+'\x20('+(_0x462f18?_0x3d0658(_0x462f18[_0x462f('0x1c')])[_0x462f('0xf')]():_0x3c67b1)+')';}return _0x8e722+'\x20('+_0x3c67b1+')';}
23
+ const _0x1f38=['*Remove\x20all\x20formatting*','_registerLegacyDescription','config','enableCommand','fontBackgroundColor','FontSize','_enableDefaultAttributesIntegration','commandParams','pasteFormat','get','fontColor','charAt','type','toLowerCase','registerDescriptionCallback','boolean','_descriptionFactory','locale','normalizeSizeOptions','format','join','title','formatBlock','plugins','toUpperCase','*Set\x20format\x20to:*\x20%0','model','commands','split','push','copyFormat','TrackChangesEditing','afterInit','find','editor'];(function(_0x1aa5e0,_0x1f38ef){const _0x5b4cd0=function(_0x523169){while(--_0x523169){_0x1aa5e0['push'](_0x1aa5e0['shift']());}};_0x5b4cd0(++_0x1f38ef);}(_0x1f38,0xd4));const _0x5b4c=function(_0x1aa5e0,_0x1f38ef){_0x1aa5e0=_0x1aa5e0-0x0;let _0x5b4cd0=_0x1f38[_0x1aa5e0];return _0x5b4cd0;};import{Plugin as _0xfcdd5b}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x4f61db}from'ckeditor5/src/ui.js';import{getTranslation as _0x823dac}from'../utils/common-translations.js';export default class X extends _0xfcdd5b{[_0x5b4c('0x1e')](){const _0x1706f9=this[_0x5b4c('0x20')],_0x40935e=_0x1706f9['plugins']['get'](_0x5b4c('0x1d')),_0x221984=_0x1706f9[_0x5b4c('0x19')][_0x5b4c('0x7')](_0x5b4c('0x1c')),_0xf9101=_0x1706f9['commands'][_0x5b4c('0x7')](_0x5b4c('0x6'));_0x221984&&_0xf9101&&(_0x40935e[_0x5b4c('0x4')](_0x5b4c('0x6')),_0x40935e[_0x5b4c('0x1')]('copyFormat'),this[_0x5b4c('0x22')]());}[_0x5b4c('0x22')](){const _0x504f4a=this[_0x5b4c('0x20')],_0x4b7ebc=_0x504f4a[_0x5b4c('0xf')];_0x504f4a[_0x5b4c('0x15')][_0x5b4c('0x7')](_0x5b4c('0x1d'))[_0x5b4c('0xe')][_0x5b4c('0xc')](_0x3da6b9=>{if(_0x5b4c('0x14')!=_0x3da6b9[_0x5b4c('0xa')]&&'formatInline'!=_0x3da6b9[_0x5b4c('0xa')])return;const {data:_0xd6f1c2}=_0x3da6b9;if(_0xd6f1c2&&_0x5b4c('0x6')===_0xd6f1c2['commandName']){const _0x3fd674=[],_0x33056b=_0xd6f1c2[_0x5b4c('0x5')][0x0];for(const [_0x47c412,_0x37f136]of Object['entries'](_0x33056b))_0x3fd674[_0x5b4c('0x1b')](so(_0x504f4a,_0x47c412,_0x37f136));return _0x3fd674['length']?{'type':'format','content':_0x823dac(_0x4b7ebc,_0x5b4c('0x17'),_0x3fd674[_0x5b4c('0x12')](',\x20'))}:{'type':_0x5b4c('0x11'),'content':_0x823dac(_0x4b7ebc,_0x5b4c('0x21'))};}});}}function so(_0x9754f1,_0x5bcc77,_0x56e2cd){const _0x2fc47b=_0x9754f1[_0x5b4c('0xf')]['t'],_0xd1bddb=_0x5bcc77[_0x5b4c('0x1a')](/(?=[A-Z])/)[_0x5b4c('0x12')]('\x20'),_0x19c5df=_0x2fc47b(_0xd1bddb[_0x5b4c('0x9')](0x0)[_0x5b4c('0x16')]()+_0xd1bddb['slice'](0x1))[_0x5b4c('0xb')]();if(_0x5b4c('0xd')==typeof _0x56e2cd)return _0x19c5df;if(_0x5b4c('0x8')===_0x5bcc77||_0x5b4c('0x2')===_0x5bcc77){const _0x477586=_0x4f61db(_0x9754f1[_0x5b4c('0x0')][_0x5b4c('0x7')]('fontColor.colors'))[_0x5b4c('0x1f')](_0x86c720=>_0x86c720[_0x5b4c('0x18')]==_0x56e2cd);return _0x19c5df+'\x20('+(_0x477586?_0x2fc47b(_0x477586['label'])[_0x5b4c('0xb')]():_0x56e2cd)+')';}if('fontSize'===_0x5bcc77&&isNaN(parseFloat(_0x56e2cd))){const _0x5513a5=_0x9754f1[_0x5b4c('0x15')][_0x5b4c('0x7')](_0x5b4c('0x3'))[_0x5b4c('0x10')](_0x9754f1[_0x5b4c('0x0')]['get']('fontSize.options'))[_0x5b4c('0x1f')](_0xcbafb7=>_0xcbafb7['model']==_0x56e2cd);return _0x19c5df+'\x20('+(_0x5513a5?_0x2fc47b(_0x5513a5[_0x5b4c('0x13')])['toLowerCase']():_0x56e2cd)+')';}return _0x19c5df+'\x20('+_0x56e2cd+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4f64=['afterInit','title','plugins','_getHeadingLevel','format','heading','name','config','_enableDefaultAttributesIntegration','ELEMENT_HEADING_CUSTOM','paragraph','ELEMENT_HEADING','commandParams','match','find','_registerLegacyDescription','_headingOptions','commandName','editor','model','TrackChangesEditing','formatBlock','view','locale','HeadingEditing','*Change\x20to:*\x20%0','get','registerElementLabel'];(function(_0x8dd75e,_0x4f6414){const _0x53a40c=function(_0x52752e){while(--_0x52752e){_0x8dd75e['push'](_0x8dd75e['shift']());}};_0x53a40c(++_0x4f6414);}(_0x4f64,0x89));const _0x53a4=function(_0x8dd75e,_0x4f6414){_0x8dd75e=_0x8dd75e-0x0;let _0x53a40c=_0x4f64[_0x8dd75e];return _0x53a40c;};import{Plugin as _0x449867}from'ckeditor5/src/core.js';import{getTranslation as _0x3e900b}from'../utils/common-translations.js';export default class Y extends _0x449867{[_0x53a4('0x3')](){const _0x44527b=this[_0x53a4('0x15')];if(!_0x44527b[_0x53a4('0x5')]['has'](_0x53a4('0x1b')))return;this[_0x53a4('0x13')]=_0x44527b[_0x53a4('0xa')][_0x53a4('0x1')]('heading.options');const _0x54cd09=_0x44527b[_0x53a4('0x1a')],_0x128956=_0x44527b[_0x53a4('0x5')][_0x53a4('0x1')]('TrackChangesEditing');_0x128956[_0x53a4('0xb')](_0x53a4('0x8'));for(const _0x1e9b84 of this[_0x53a4('0x13')])_0x53a4('0xd')!=_0x1e9b84['model']&&_0x128956['_descriptionFactory'][_0x53a4('0x2')](_0x1e9b84[_0x53a4('0x16')],_0x129c55=>{const _0x4f1114=this[_0x53a4('0x6')](_0x1e9b84[_0x53a4('0x16')]);return null!==_0x4f1114?_0x1db1d9(_0x129c55,_0x4f1114):_0x27a669(_0x129c55,_0x1e9b84[_0x53a4('0x4')]);});function _0x1db1d9(_0x58b44f,_0x2d0fd9){return _0x3e900b(_0x54cd09,_0x53a4('0xe'),[_0x58b44f,_0x2d0fd9]);}function _0x27a669(_0x3b2718,_0x55e591){return _0x3e900b(_0x54cd09,_0x53a4('0xc'),[_0x3b2718,_0x55e591]);}this[_0x53a4('0x12')]();}[_0x53a4('0x12')](){const _0x532f4c=this[_0x53a4('0x15')],_0x3e1906=_0x532f4c[_0x53a4('0x1a')];function _0x4161aa(_0x35acbe,_0x25202d){return _0x3e900b(_0x3e1906,_0x53a4('0xc'),[_0x35acbe,_0x25202d]);}_0x532f4c[_0x53a4('0x5')]['get'](_0x53a4('0x17'))['_descriptionFactory']['registerDescriptionCallback'](_0xf45609=>{if(_0x53a4('0x18')!=_0xf45609['type'])return;const {data:_0x3d4029}=_0xf45609;if(_0x3d4029&&'heading'==_0x3d4029[_0x53a4('0x14')]){const _0x35ca1b=_0x3d4029[_0x53a4('0xf')][0x0]['value'],_0x125bd2=this['_getHeadingLevel'](_0x35ca1b);if(null!==_0x125bd2)return{'type':_0x53a4('0x7'),'content':_0x3e900b(_0x3e1906,_0x53a4('0x0'),(_0x24f144=0x1,_0x2caa9c=_0x125bd2,_0x3e900b(_0x3e1906,'ELEMENT_HEADING',[_0x24f144,_0x2caa9c])))};const _0x20f4c2=this[_0x53a4('0x13')][_0x53a4('0x11')](_0x3a5da7=>_0x3a5da7[_0x53a4('0x16')]===_0x35ca1b)[_0x53a4('0x4')];return{'type':'format','content':_0x3e900b(_0x3e1906,_0x53a4('0x0'),_0x4161aa(0x1,_0x20f4c2))};}var _0x24f144,_0x2caa9c;});}['_getHeadingLevel'](_0x132b8e){var _0x4bb7ad,_0x18fa45;const _0x58e488=_0x132b8e[_0x53a4('0x10')](/^heading(\d+)/);if(_0x58e488)return _0x58e488[0x1];const _0x56cbb5=null===(_0x4bb7ad=this[_0x53a4('0x13')])||void 0x0===_0x4bb7ad?void 0x0:_0x4bb7ad[_0x53a4('0x11')](_0x3ac400=>_0x3ac400[_0x53a4('0x16')]==_0x132b8e);if(_0x56cbb5&&_0x56cbb5[_0x53a4('0x19')]){const _0x372493=_0x56cbb5[_0x53a4('0x19')],_0x2fd744=(null!==(_0x18fa45=_0x372493[_0x53a4('0x9')])&&void 0x0!==_0x18fa45?_0x18fa45:_0x372493)[_0x53a4('0x10')](/^h(\d+)/);if(_0x2fd744)return _0x2fd744[0x1];}return null;}}
23
+ const _0x5b38=['formatBlock','value','commandParams','_getHeadingLevel','heading','paragraph','locale','heading.options','ELEMENT_HEADING','plugins','_headingOptions','*Change\x20to:*\x20%0','_descriptionFactory','_registerLegacyDescription','title','afterInit','name','match','format','view','registerElementLabel','model','config','find','registerDescriptionCallback','get','ELEMENT_HEADING_CUSTOM','editor','TrackChangesEditing','has'];(function(_0x3bf030,_0x5b3891){const _0x531c2b=function(_0x489a4a){while(--_0x489a4a){_0x3bf030['push'](_0x3bf030['shift']());}};_0x531c2b(++_0x5b3891);}(_0x5b38,0x160));const _0x531c=function(_0x3bf030,_0x5b3891){_0x3bf030=_0x3bf030-0x0;let _0x531c2b=_0x5b38[_0x3bf030];return _0x531c2b;};import{Plugin as _0x56709c}from'ckeditor5/src/core.js';import{getTranslation as _0x3b9e0f}from'../utils/common-translations.js';export default class Y extends _0x56709c{[_0x531c('0x17')](){const _0x30fc5b=this[_0x531c('0x5')];if(!_0x30fc5b[_0x531c('0x11')][_0x531c('0x7')]('HeadingEditing'))return;this[_0x531c('0x12')]=_0x30fc5b[_0x531c('0x0')][_0x531c('0x3')](_0x531c('0xf'));const _0x2ba550=_0x30fc5b['locale'],_0x42007e=_0x30fc5b[_0x531c('0x11')][_0x531c('0x3')](_0x531c('0x6'));_0x42007e['_enableDefaultAttributesIntegration'](_0x531c('0xc'));for(const _0x4edf2a of this[_0x531c('0x12')])_0x531c('0xd')!=_0x4edf2a[_0x531c('0x1d')]&&_0x42007e[_0x531c('0x14')][_0x531c('0x1c')](_0x4edf2a[_0x531c('0x1d')],_0x526379=>{const _0x1f67eb=this[_0x531c('0xb')](_0x4edf2a[_0x531c('0x1d')]);return null!==_0x1f67eb?_0x5c57d6(_0x526379,_0x1f67eb):_0x5cfd4a(_0x526379,_0x4edf2a['title']);});function _0x5c57d6(_0x536f62,_0x3fe537){return _0x3b9e0f(_0x2ba550,_0x531c('0x10'),[_0x536f62,_0x3fe537]);}function _0x5cfd4a(_0x6436fd,_0x4203fe){return _0x3b9e0f(_0x2ba550,_0x531c('0x4'),[_0x6436fd,_0x4203fe]);}this[_0x531c('0x15')]();}[_0x531c('0x15')](){const _0x458988=this['editor'],_0x1b56e6=_0x458988[_0x531c('0xe')];function _0x1e1722(_0x3f2b5f,_0x502196){return _0x3b9e0f(_0x1b56e6,'ELEMENT_HEADING_CUSTOM',[_0x3f2b5f,_0x502196]);}_0x458988['plugins'][_0x531c('0x3')](_0x531c('0x6'))[_0x531c('0x14')][_0x531c('0x2')](_0x55db98=>{if(_0x531c('0x8')!=_0x55db98['type'])return;const {data:_0x27c2ce}=_0x55db98;if(_0x27c2ce&&_0x531c('0xc')==_0x27c2ce['commandName']){const _0x48eef6=_0x27c2ce[_0x531c('0xa')][0x0][_0x531c('0x9')],_0x3dfc37=this[_0x531c('0xb')](_0x48eef6);if(null!==_0x3dfc37)return{'type':_0x531c('0x1a'),'content':_0x3b9e0f(_0x1b56e6,_0x531c('0x13'),(_0x9bfaeb=0x1,_0x4dfa9f=_0x3dfc37,_0x3b9e0f(_0x1b56e6,_0x531c('0x10'),[_0x9bfaeb,_0x4dfa9f])))};const _0xb0bdad=this[_0x531c('0x12')][_0x531c('0x1')](_0x7742b3=>_0x7742b3[_0x531c('0x1d')]===_0x48eef6)[_0x531c('0x16')];return{'type':'format','content':_0x3b9e0f(_0x1b56e6,'*Change\x20to:*\x20%0',_0x1e1722(0x1,_0xb0bdad))};}var _0x9bfaeb,_0x4dfa9f;});}['_getHeadingLevel'](_0x240eda){var _0xf5d1f8,_0x36a68f;const _0x1df594=_0x240eda[_0x531c('0x19')](/^heading(\d+)/);if(_0x1df594)return _0x1df594[0x1];const _0x1eb79f=null===(_0xf5d1f8=this['_headingOptions'])||void 0x0===_0xf5d1f8?void 0x0:_0xf5d1f8[_0x531c('0x1')](_0x1e4bd3=>_0x1e4bd3[_0x531c('0x1d')]==_0x240eda);if(_0x1eb79f&&_0x1eb79f['view']){const _0x37bc65=_0x1eb79f[_0x531c('0x1b')],_0x2c3843=(null!==(_0x36a68f=_0x37bc65[_0x531c('0x18')])&&void 0x0!==_0x36a68f?_0x36a68f:_0x37bc65)[_0x531c('0x19')](/^h(\d+)/);if(_0x2c3843)return _0x2c3843[0x1];}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4c3f=['registerAttributeLabel','formatInline','plugins','_enableDefaultAttributesIntegration','registerDescriptionCallback','_descriptionFactory','FORMAT_HIGHLIGHT','commandParams','*Set\x20highlight:*\x20%0','locale','model','type','commandName','highlight.options','editor','*Remove\x20highlight*','has','TrackChangesEditing','get','highlight','afterInit','find','HighlightEditing','config','title','value','toLowerCase'];(function(_0x497f7d,_0x4c3fd8){const _0x3d45d8=function(_0x134b5d){while(--_0x134b5d){_0x497f7d['push'](_0x497f7d['shift']());}};_0x3d45d8(++_0x4c3fd8);}(_0x4c3f,0x199));const _0x3d45=function(_0x497f7d,_0x4c3fd8){_0x497f7d=_0x497f7d-0x0;let _0x3d45d8=_0x4c3f[_0x497f7d];return _0x3d45d8;};import{Plugin as _0x41fb68}from'ckeditor5/src/core.js';import{getTranslation as _0x5b7a01}from'../utils/common-translations.js';export default class Z extends _0x41fb68{[_0x3d45('0x10')](){const _0x29b1bd=this[_0x3d45('0xa')];if(!_0x29b1bd[_0x3d45('0x19')][_0x3d45('0xc')](_0x3d45('0x12')))return;const _0x370e46=_0x29b1bd[_0x3d45('0x19')][_0x3d45('0xe')](_0x3d45('0xd')),_0x10f14e=_0x29b1bd[_0x3d45('0x5')];_0x370e46[_0x3d45('0x1a')](_0x3d45('0xf'),[_0x3d45('0xf')]),_0x370e46[_0x3d45('0x1')][_0x3d45('0x17')]('highlight',_0x5b7a01(_0x10f14e,_0x3d45('0x2'))),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50f44e=this['editor'],_0x1ae83b=_0x50f44e[_0x3d45('0x5')];_0x50f44e[_0x3d45('0x19')]['get'](_0x3d45('0xd'))['_descriptionFactory'][_0x3d45('0x0')](_0x3d8b34=>{if(_0x3d45('0x18')!=_0x3d8b34[_0x3d45('0x7')])return;const {data:_0xa259e3}=_0x3d8b34;if(_0xa259e3&&'highlight'==_0xa259e3[_0x3d45('0x8')]){const _0x475370=_0x1ae83b['t'],_0x357a28=_0xa259e3[_0x3d45('0x3')][0x0][_0x3d45('0x15')];if(_0x357a28){const _0x4551c9=_0x50f44e[_0x3d45('0x13')][_0x3d45('0xe')](_0x3d45('0x9'))[_0x3d45('0x11')](_0x53bb6c=>_0x53bb6c[_0x3d45('0x6')]==_0x357a28),_0x57eb37=_0x475370(_0x4551c9[_0x3d45('0x14')])[_0x3d45('0x16')]();return{'type':'format','content':_0x5b7a01(_0x1ae83b,_0x3d45('0x4'),_0x57eb37),'color':{'value':_0x4551c9['color'],'title':_0x4551c9['title']}};}return{'type':'format','content':_0x5b7a01(_0x1ae83b,_0x3d45('0xb'),_0x5b7a01(_0x1ae83b,'FORMAT_HIGHLIGHT'))};}});}}
23
+ const _0x5e00=['get','commandName','registerAttributeLabel','*Set\x20highlight:*\x20%0','plugins','model','find','formatInline','value','afterInit','_registerLegacyDescription','TrackChangesEditing','color','registerDescriptionCallback','FORMAT_HIGHLIGHT','highlight.options','title','toLowerCase','format','HighlightEditing','_descriptionFactory','*Remove\x20highlight*','highlight','type','editor','has','commandParams','locale'];(function(_0x290d73,_0x5e001b){const _0x1f6d28=function(_0x4fc43c){while(--_0x4fc43c){_0x290d73['push'](_0x290d73['shift']());}};_0x1f6d28(++_0x5e001b);}(_0x5e00,0x110));const _0x1f6d=function(_0x290d73,_0x5e001b){_0x290d73=_0x290d73-0x0;let _0x1f6d28=_0x5e00[_0x290d73];return _0x1f6d28;};import{Plugin as _0x11ff33}from'ckeditor5/src/core.js';import{getTranslation as _0x2e74f6}from'../utils/common-translations.js';export default class Z extends _0x11ff33{[_0x1f6d('0x11')](){const _0x9d9c30=this[_0x1f6d('0x4')];if(!_0x9d9c30[_0x1f6d('0xc')][_0x1f6d('0x5')](_0x1f6d('0x1b')))return;const _0x41e0d0=_0x9d9c30[_0x1f6d('0xc')][_0x1f6d('0x8')](_0x1f6d('0x13')),_0x3d3d3d=_0x9d9c30[_0x1f6d('0x7')];_0x41e0d0['_enableDefaultAttributesIntegration'](_0x1f6d('0x2'),[_0x1f6d('0x2')]),_0x41e0d0[_0x1f6d('0x0')][_0x1f6d('0xa')](_0x1f6d('0x2'),_0x2e74f6(_0x3d3d3d,_0x1f6d('0x16'))),this[_0x1f6d('0x12')]();}[_0x1f6d('0x12')](){const _0x37a1c7=this[_0x1f6d('0x4')],_0x195e46=_0x37a1c7[_0x1f6d('0x7')];_0x37a1c7[_0x1f6d('0xc')]['get'](_0x1f6d('0x13'))[_0x1f6d('0x0')][_0x1f6d('0x15')](_0x547840=>{if(_0x1f6d('0xf')!=_0x547840[_0x1f6d('0x3')])return;const {data:_0x1447f8}=_0x547840;if(_0x1447f8&&_0x1f6d('0x2')==_0x1447f8[_0x1f6d('0x9')]){const _0x152eb4=_0x195e46['t'],_0x407058=_0x1447f8[_0x1f6d('0x6')][0x0][_0x1f6d('0x10')];if(_0x407058){const _0x53fd36=_0x37a1c7['config'][_0x1f6d('0x8')](_0x1f6d('0x17'))[_0x1f6d('0xe')](_0x3bfdda=>_0x3bfdda[_0x1f6d('0xd')]==_0x407058),_0x135fbd=_0x152eb4(_0x53fd36[_0x1f6d('0x18')])[_0x1f6d('0x19')]();return{'type':_0x1f6d('0x1a'),'content':_0x2e74f6(_0x195e46,_0x1f6d('0xb'),_0x135fbd),'color':{'value':_0x53fd36[_0x1f6d('0x14')],'title':_0x53fd36[_0x1f6d('0x18')]}};}return{'type':_0x1f6d('0x1a'),'content':_0x2e74f6(_0x195e46,_0x1f6d('0x1'),_0x2e74f6(_0x195e46,'FORMAT_HIGHLIGHT'))};}});}}