@ckeditor/ckeditor5-track-changes 41.0.0 → 41.2.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 (74) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/he.js +1 -1
  3. package/build/translations/pt.js +1 -1
  4. package/build/translations/ro.js +1 -1
  5. package/lang/translations/he.po +1 -4
  6. package/lang/translations/pt.po +26 -26
  7. package/lang/translations/ro.po +1 -1
  8. package/package.json +3 -3
  9. package/src/commands/acceptsuggestioncommand.js +1 -1
  10. package/src/commands/discardsuggestioncommand.js +1 -1
  11. package/src/commands/executeonallsuggestionscommand.js +1 -1
  12. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  13. package/src/commands/trackchangescommand.js +1 -1
  14. package/src/index.js +1 -1
  15. package/src/integrations/aiassistant.js +1 -1
  16. package/src/integrations/alignment.js +1 -1
  17. package/src/integrations/basicstyles.js +1 -1
  18. package/src/integrations/blockquote.js +1 -1
  19. package/src/integrations/casechange.js +1 -1
  20. package/src/integrations/ckbox.js +1 -1
  21. package/src/integrations/codeblock.js +1 -1
  22. package/src/integrations/comments.js +1 -1
  23. package/src/integrations/deletecommand.js +1 -1
  24. package/src/integrations/entercommand.js +1 -1
  25. package/src/integrations/findandreplace.js +1 -1
  26. package/src/integrations/font.js +1 -1
  27. package/src/integrations/formatpainter.js +1 -1
  28. package/src/integrations/heading.js +1 -1
  29. package/src/integrations/highlight.js +1 -1
  30. package/src/integrations/horizontalline.js +1 -1
  31. package/src/integrations/htmlembed.js +1 -1
  32. package/src/integrations/image.js +1 -1
  33. package/src/integrations/imagereplace.js +1 -1
  34. package/src/integrations/imagestyle.js +1 -1
  35. package/src/integrations/importword.js +1 -1
  36. package/src/integrations/indent.js +1 -1
  37. package/src/integrations/inputcommand.js +1 -1
  38. package/src/integrations/legacylist.js +1 -1
  39. package/src/integrations/legacylistproperties.js +1 -1
  40. package/src/integrations/link.js +1 -1
  41. package/src/integrations/list.js +1 -1
  42. package/src/integrations/listproperties.js +1 -1
  43. package/src/integrations/mediaembed.js +1 -1
  44. package/src/integrations/mention.js +1 -1
  45. package/src/integrations/pagebreak.js +1 -1
  46. package/src/integrations/paragraph.js +1 -1
  47. package/src/integrations/removeformat.js +1 -1
  48. package/src/integrations/restrictededitingmode.js +1 -1
  49. package/src/integrations/shiftentercommand.js +1 -1
  50. package/src/integrations/standardeditingmode.js +1 -1
  51. package/src/integrations/style.js +1 -1
  52. package/src/integrations/table.js +1 -1
  53. package/src/integrations/tablecaption.js +1 -1
  54. package/src/integrations/tableclipboard.js +1 -1
  55. package/src/integrations/tablecolumnresize.js +1 -1
  56. package/src/integrations/tableheadings.js +1 -1
  57. package/src/integrations/tablemergesplit.js +1 -1
  58. package/src/integrations/tableofcontents.js +1 -1
  59. package/src/integrations/tableproperties.js +1 -1
  60. package/src/integrations/template.js +1 -1
  61. package/src/integrations/title.js +1 -1
  62. package/src/integrations/undo.js +1 -1
  63. package/src/integrations/utils.js +1 -1
  64. package/src/suggestion.js +1 -1
  65. package/src/suggestiondescriptionfactory.js +1 -1
  66. package/src/trackchanges.js +1 -1
  67. package/src/trackchangesdata.js +1 -1
  68. package/src/trackchangesediting.js +1 -1
  69. package/src/trackchangesui.js +1 -1
  70. package/src/ui/suggestioncontroller.js +1 -1
  71. package/src/ui/view/basesuggestionthreadview.js +1 -1
  72. package/src/ui/view/suggestionthreadview.js +1 -1
  73. package/src/utils/common-translations.js +1 -1
  74. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4522=['afterInit','TrackChangesEditing','editor','enableCommand','get','commands','ckbox','plugins'];(function(_0x372fa8,_0x45228e){const _0x4ae7c7=function(_0x2a80c3){while(--_0x2a80c3){_0x372fa8['push'](_0x372fa8['shift']());}};_0x4ae7c7(++_0x45228e);}(_0x4522,0x14c));const _0x4ae7=function(_0x372fa8,_0x45228e){_0x372fa8=_0x372fa8-0x0;let _0x4ae7c7=_0x4522[_0x372fa8];return _0x4ae7c7;};import{Plugin as _0x1a2376}from'ckeditor5/src/core.js';export default class F extends _0x1a2376{[_0x4ae7('0x4')](){const _0x189add=this[_0x4ae7('0x6')];_0x189add[_0x4ae7('0x1')][_0x4ae7('0x0')](_0x4ae7('0x2'))&&_0x189add[_0x4ae7('0x3')][_0x4ae7('0x0')](_0x4ae7('0x5'))[_0x4ae7('0x7')](_0x4ae7('0x2'));}}
23
+ const _0x419752=_0xc30b;function _0xc30b(_0x95b25c,_0x48029d){const _0x23e2c3=_0x23e2();return _0xc30b=function(_0xc30b92,_0x4d17f2){_0xc30b92=_0xc30b92-0xf2;let _0x5f5723=_0x23e2c3[_0xc30b92];return _0x5f5723;},_0xc30b(_0x95b25c,_0x48029d);}function _0x23e2(){const _0x145c5f=['TrackChangesEditing','783700JAdGoo','2319SaOxVN','editor','plugins','1604XpAWNL','get','afterInit','50848nOYOQU','505078mCtheL','commands','enableCommand','6TcOaEh','3403064liBuyf','1522619PVmkCN','ckbox','138753vsOEXR'];_0x23e2=function(){return _0x145c5f;};return _0x23e2();}(function(_0x142a20,_0x4ebdc7){const _0x1f5a17=_0xc30b,_0x3ebf5a=_0x142a20();while(!![]){try{const _0xa6830a=parseInt(_0x1f5a17(0x101))/0x1+parseInt(_0x1f5a17(0x100))/0x2+parseInt(_0x1f5a17(0xfa))/0x3*(-parseInt(_0x1f5a17(0xfd))/0x4)+-parseInt(_0x1f5a17(0xf9))/0x5+-parseInt(_0x1f5a17(0xf3))/0x6*(parseInt(_0x1f5a17(0xf5))/0x7)+parseInt(_0x1f5a17(0xf4))/0x8+parseInt(_0x1f5a17(0xf7))/0x9;if(_0xa6830a===_0x4ebdc7)break;else _0x3ebf5a['push'](_0x3ebf5a['shift']());}catch(_0x236663){_0x3ebf5a['push'](_0x3ebf5a['shift']());}}}(_0x23e2,0x46160));import{Plugin as _0x51e3e1}from'ckeditor5/src/core.js';export default class F extends _0x51e3e1{[_0x419752(0xff)](){const _0x761700=_0x419752,_0xac8576=this[_0x761700(0xfb)];_0xac8576[_0x761700(0x102)][_0x761700(0xfe)](_0x761700(0xf6))&&_0xac8576[_0x761700(0xfc)][_0x761700(0xfe)](_0x761700(0xf8))[_0x761700(0xf2)](_0x761700(0xf6));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x194e=['TrackChangesEditing','enableCommand','commandName','forceValue','format','outdentCodeBlock','*Remove\x20format:*\x20%0','has','language','name','checkChild','markBlockFormat','registerElementLabel','_descriptionFactory','from','schema','*Set\x20format:*\x20%0','change','document','value','registerDescriptionCallback','model','locale','find','ELEMENT_CODE_BLOCK','blockName','plugins','commands','formatBlock','afterInit','rootElement','commandParams','indentCodeBlock','get','codeBlock'];(function(_0x2a07ee,_0x194e4b){const _0x523579=function(_0x521916){while(--_0x521916){_0x2a07ee['push'](_0x2a07ee['shift']());}};_0x523579(++_0x194e4b);}(_0x194e,0x114));const _0x5235=function(_0x2a07ee,_0x194e4b){_0x2a07ee=_0x2a07ee-0x0;let _0x523579=_0x194e[_0x2a07ee];return _0x523579;};import{Plugin as _0x1c5078}from'ckeditor5/src/core.js';import{getTranslation as _0x941dd6}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x28dd61}from'../utils/utils.js';export default class L extends _0x1c5078{[_0x5235('0x21')](){const _0x12285a=this['editor'];if(!_0x12285a[_0x5235('0x1e')][_0x5235('0xb')]('CodeBlock'))return;const _0x396b19=_0x12285a[_0x5235('0x1e')][_0x5235('0x2')](_0x5235('0x4')),_0x510a5e=_0x12285a[_0x5235('0x1a')],_0x3c3fd3=_0x12285a['config'][_0x5235('0x2')](_0x5235('0x3'))['languages'],_0xd33154=_0x12285a[_0x5235('0x1f')][_0x5235('0x2')](_0x5235('0x3'));_0x396b19[_0x5235('0x5')](_0x5235('0x1')),_0x396b19[_0x5235('0x5')](_0x5235('0x9')),_0x396b19[_0x5235('0x5')](_0x5235('0x3'),(_0x35fa1f,_0xfc4d76={})=>{const _0x52a387=_0x12285a[_0x5235('0x19')],_0xac2553=_0x12285a['model'][_0x5235('0x16')]['selection'],_0x292195=_0xfc4d76&&void 0x0!==_0xfc4d76[_0x5235('0x7')]?_0xfc4d76[_0x5235('0x7')]:!_0xd33154[_0x5235('0x17')];let _0x537eba;_0xfc4d76[_0x5235('0xc')]||(_0xfc4d76[_0x5235('0xc')]=_0x3c3fd3[0x0]['language']),_0x537eba=_0x292195?Array[_0x5235('0x12')](_0xac2553['getSelectedBlocks']())['filter'](_0x25f35c=>eo(_0x25f35c)||function(_0x140448,_0x2829f8){if(_0x140448['is'](_0x5235('0x22'))||_0x2829f8['isLimit'](_0x140448))return!0x1;return _0x2829f8[_0x5235('0xe')](_0x140448['parent'],_0x5235('0x3'));}(_0x25f35c,_0x52a387[_0x5235('0x13')])):Array[_0x5235('0x12')](_0xac2553['getSelectedBlocks']())['filter'](_0xa536eb=>eo(_0xa536eb));const _0x546065=_0x28dd61(_0x537eba,_0x52a387);_0x52a387[_0x5235('0x15')](()=>{for(const _0x6508ed of _0x546065)_0x396b19[_0x5235('0xf')](_0x6508ed,{'commandName':'codeBlock','commandParams':[{..._0xfc4d76,'forceValue':_0x292195}],'formatGroupId':_0x5235('0x1d')});});}),(_0x396b19['_descriptionFactory'][_0x5235('0x10')]('codeBlock',_0x1d4afc=>_0x941dd6(_0x510a5e,'ELEMENT_CODE_BLOCK',_0x1d4afc)),_0x396b19[_0x5235('0x11')][_0x5235('0x18')](_0x5584db=>{if(_0x5235('0x20')!=_0x5584db['type'])return;const _0x410170=_0x510a5e['t'],{data:_0x4684b2}=_0x5584db;if(!_0x4684b2||_0x5235('0x3')!=_0x4684b2[_0x5235('0x6')])return;const _0x13a458=_0x4684b2[_0x5235('0x0')][0x0][_0x5235('0xc')],_0x196982=_0x410170(_0x3c3fd3[_0x5235('0x1b')](_0x39bc60=>_0x39bc60['language']===_0x13a458)['label'])['toLowerCase']();return _0x4684b2[_0x5235('0x0')][0x0]['forceValue']?{'type':_0x5235('0x8'),'content':_0x941dd6(_0x510a5e,_0x5235('0x14'),_0x941dd6(_0x510a5e,_0x5235('0x1c'),0x1)+'\x20('+_0x196982+')')}:{'type':_0x5235('0x8'),'content':_0x941dd6(_0x510a5e,_0x5235('0xa'),_0x941dd6(_0x510a5e,_0x5235('0x1c'),0x1))};}));}}function eo(_0x3e6579){return'codeBlock'==_0x3e6579[_0x5235('0xd')];}
23
+ const _0x231a56=_0x5328;(function(_0x2f24c7,_0x104632){const _0x55d04f=_0x5328,_0x4fbc1e=_0x2f24c7();while(!![]){try{const _0x63064b=-parseInt(_0x55d04f(0xb8))/0x1+parseInt(_0x55d04f(0xbe))/0x2*(parseInt(_0x55d04f(0xe1))/0x3)+parseInt(_0x55d04f(0xd7))/0x4*(parseInt(_0x55d04f(0xe5))/0x5)+-parseInt(_0x55d04f(0xd9))/0x6*(-parseInt(_0x55d04f(0xc7))/0x7)+-parseInt(_0x55d04f(0xb7))/0x8+-parseInt(_0x55d04f(0xd2))/0x9*(parseInt(_0x55d04f(0xce))/0xa)+parseInt(_0x55d04f(0xd1))/0xb;if(_0x63064b===_0x104632)break;else _0x4fbc1e['push'](_0x4fbc1e['shift']());}catch(_0x3c94f4){_0x4fbc1e['push'](_0x4fbc1e['shift']());}}}(_0x2bd6,0x53fb2));import{Plugin as _0x5dde38}from'ckeditor5/src/core.js';import{getTranslation as _0x11260f}from'../utils/common-translations.js';function _0x5328(_0x16f90b,_0x4cc1c8){const _0x2bd6a0=_0x2bd6();return _0x5328=function(_0x5328c1,_0x40706b){_0x5328c1=_0x5328c1-0xb7;let _0x23952c=_0x2bd6a0[_0x5328c1];return _0x23952c;},_0x5328(_0x16f90b,_0x4cc1c8);}import{getRangesOfBlockGroups as _0x5aca65}from'../utils/utils.js';function _0x2bd6(){const _0x1dc91f=['680745KBcUpf','indentCodeBlock','outdentCodeBlock','language','schema','checkChild','1101390oXlzNW','*Set\x20format:*\x20%0','document','registerDescriptionCallback','codeBlock','name','enableCommand','has','formatBlock','525GkFAia','parent','markBlockFormat','filter','get','plugins','locale','190JfsSRM','commands','languages','10943251gPPBvl','322551aiTiLn','blockName','isLimit','change','editor','4GhPjQV','afterInit','51912zLsZvT','commandParams','selection','find','registerElementLabel','value','getSelectedBlocks','label','3lrzuBN','rootElement','model','_descriptionFactory','73795TjsQsq','config','type','from','TrackChangesEditing','forceValue','commandName','format','ELEMENT_CODE_BLOCK','CodeBlock','toLowerCase','*Remove\x20format:*\x20%0','4028184fabZvZ'];_0x2bd6=function(){return _0x1dc91f;};return _0x2bd6();}export default class L extends _0x5dde38{[_0x231a56(0xd8)](){const _0x524bcf=_0x231a56,_0x140d7a=this[_0x524bcf(0xd6)];if(!_0x140d7a[_0x524bcf(0xcc)][_0x524bcf(0xc5)](_0x524bcf(0xee)))return;const _0x2ab49d=_0x140d7a[_0x524bcf(0xcc)][_0x524bcf(0xcb)](_0x524bcf(0xe9)),_0x142d06=_0x140d7a[_0x524bcf(0xcd)],_0x139b1c=_0x140d7a[_0x524bcf(0xe6)][_0x524bcf(0xcb)](_0x524bcf(0xc2))[_0x524bcf(0xd0)],_0x4f16b4=_0x140d7a[_0x524bcf(0xcf)][_0x524bcf(0xcb)](_0x524bcf(0xc2));_0x2ab49d[_0x524bcf(0xc4)](_0x524bcf(0xb9)),_0x2ab49d[_0x524bcf(0xc4)](_0x524bcf(0xba)),_0x2ab49d[_0x524bcf(0xc4)](_0x524bcf(0xc2),(_0x1dc0ab,_0x116e78={})=>{const _0x3c16c4=_0x524bcf,_0x252523=_0x140d7a[_0x3c16c4(0xe3)],_0x156260=_0x140d7a[_0x3c16c4(0xe3)][_0x3c16c4(0xc0)][_0x3c16c4(0xdb)],_0x4948c8=_0x116e78&&void 0x0!==_0x116e78[_0x3c16c4(0xea)]?_0x116e78[_0x3c16c4(0xea)]:!_0x4f16b4[_0x3c16c4(0xde)];let _0x38b70e;_0x116e78[_0x3c16c4(0xbb)]||(_0x116e78[_0x3c16c4(0xbb)]=_0x139b1c[0x0][_0x3c16c4(0xbb)]),_0x38b70e=_0x4948c8?Array[_0x3c16c4(0xe8)](_0x156260[_0x3c16c4(0xdf)]())[_0x3c16c4(0xca)](_0x3cd27e=>eo(_0x3cd27e)||function(_0x4a6b4a,_0x3436ca){const _0x210a21=_0x3c16c4;if(_0x4a6b4a['is'](_0x210a21(0xe2))||_0x3436ca[_0x210a21(0xd4)](_0x4a6b4a))return!0x1;return _0x3436ca[_0x210a21(0xbd)](_0x4a6b4a[_0x210a21(0xc8)],_0x210a21(0xc2));}(_0x3cd27e,_0x252523[_0x3c16c4(0xbc)])):Array[_0x3c16c4(0xe8)](_0x156260[_0x3c16c4(0xdf)]())[_0x3c16c4(0xca)](_0x243d48=>eo(_0x243d48));const _0x32194a=_0x5aca65(_0x38b70e,_0x252523);_0x252523[_0x3c16c4(0xd5)](()=>{const _0x54d708=_0x3c16c4;for(const _0x32f87f of _0x32194a)_0x2ab49d[_0x54d708(0xc9)](_0x32f87f,{'commandName':_0x54d708(0xc2),'commandParams':[{..._0x116e78,'forceValue':_0x4948c8}],'formatGroupId':_0x54d708(0xd3)});});}),(_0x2ab49d[_0x524bcf(0xe4)][_0x524bcf(0xdd)](_0x524bcf(0xc2),_0x5194e3=>_0x11260f(_0x142d06,_0x524bcf(0xed),_0x5194e3)),_0x2ab49d[_0x524bcf(0xe4)][_0x524bcf(0xc1)](_0x4ed4dc=>{const _0x18bf74=_0x524bcf;if(_0x18bf74(0xc6)!=_0x4ed4dc[_0x18bf74(0xe7)])return;const _0x177bb8=_0x142d06['t'],{data:_0x4c4a12}=_0x4ed4dc;if(!_0x4c4a12||_0x18bf74(0xc2)!=_0x4c4a12[_0x18bf74(0xeb)])return;const _0x2b9d5d=_0x4c4a12[_0x18bf74(0xda)][0x0][_0x18bf74(0xbb)],_0x3db6aa=_0x177bb8(_0x139b1c[_0x18bf74(0xdc)](_0x114953=>_0x114953[_0x18bf74(0xbb)]===_0x2b9d5d)[_0x18bf74(0xe0)])[_0x18bf74(0xef)]();return _0x4c4a12[_0x18bf74(0xda)][0x0][_0x18bf74(0xea)]?{'type':_0x18bf74(0xec),'content':_0x11260f(_0x142d06,_0x18bf74(0xbf),_0x11260f(_0x142d06,_0x18bf74(0xed),0x1)+'\x20('+_0x3db6aa+')')}:{'type':_0x18bf74(0xec),'content':_0x11260f(_0x142d06,_0x18bf74(0xf0),_0x11260f(_0x142d06,_0x18bf74(0xed),0x1))};}));}}function eo(_0x1fa7c0){const _0x24193d=_0x231a56;return _0x24193d(0xc2)==_0x1fa7c0[_0x24193d(0xc3)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x266d=['TrackChangesEditing','CommentsEditing','plugins','has','editor'];(function(_0x511f30,_0x266db2){const _0x1dd4df=function(_0x2f4be2){while(--_0x2f4be2){_0x511f30['push'](_0x511f30['shift']());}};_0x1dd4df(++_0x266db2);}(_0x266d,0x1b9));const _0x1dd4=function(_0x511f30,_0x266db2){_0x511f30=_0x511f30-0x0;let _0x1dd4df=_0x266d[_0x511f30];return _0x1dd4df;};import{Plugin as _0x32ddcf}from'ckeditor5/src/core.js';export default class H extends _0x32ddcf{['afterInit'](){const _0x1be53c=this[_0x1dd4('0x3')];if(!_0x1be53c[_0x1dd4('0x1')][_0x1dd4('0x2')](_0x1dd4('0x0')))return;_0x1be53c[_0x1dd4('0x1')]['get'](_0x1dd4('0x4'))['enableCommand']('addCommentThread');}}
23
+ const _0x5eacd1=_0x49f3;(function(_0xaccf9f,_0x4c36aa){const _0x27c186=_0x49f3,_0x2dbb70=_0xaccf9f();while(!![]){try{const _0x2cd656=parseInt(_0x27c186(0x7a))/0x1+-parseInt(_0x27c186(0x79))/0x2*(-parseInt(_0x27c186(0x78))/0x3)+parseInt(_0x27c186(0x88))/0x4+parseInt(_0x27c186(0x86))/0x5+-parseInt(_0x27c186(0x84))/0x6*(parseInt(_0x27c186(0x85))/0x7)+-parseInt(_0x27c186(0x81))/0x8+-parseInt(_0x27c186(0x7f))/0x9;if(_0x2cd656===_0x4c36aa)break;else _0x2dbb70['push'](_0x2dbb70['shift']());}catch(_0x503f7d){_0x2dbb70['push'](_0x2dbb70['shift']());}}}(_0xf04f,0xbd2ff));import{Plugin as _0x34fb85}from'ckeditor5/src/core.js';export default class H extends _0x34fb85{[_0x5eacd1(0x77)](){const _0x2c5b40=_0x5eacd1,_0x20b7c4=this[_0x2c5b40(0x80)];if(!_0x20b7c4[_0x2c5b40(0x7c)][_0x2c5b40(0x7e)](_0x2c5b40(0x87)))return;_0x20b7c4[_0x2c5b40(0x7c)][_0x2c5b40(0x82)](_0x2c5b40(0x83))[_0x2c5b40(0x7d)](_0x2c5b40(0x7b));}}function _0x49f3(_0x17f2b5,_0x1d8fe7){const _0xf04fea=_0xf04f();return _0x49f3=function(_0x49f38a,_0x2711b0){_0x49f38a=_0x49f38a-0x77;let _0x56c05b=_0xf04fea[_0x49f38a];return _0x56c05b;},_0x49f3(_0x17f2b5,_0x1d8fe7);}function _0xf04f(){const _0xaa54e3=['CommentsEditing','1088484gihKVh','afterInit','9YRWKKV','458558oyZsYm','104688nQPMjG','addCommentThread','plugins','enableCommand','has','3762720NcUdnO','editor','9190816HDhhqm','get','TrackChangesEditing','6ZLaAXW','1798573PabABA','7670680cfVxvE'];_0xf04f=function(){return _0xaa54e3;};return _0xf04f();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xdf06=['unit','forward','get','unlock','model','high','bind','batch','options','markerName','delete','fromRange','isCollapsed','enableCommand','getFirstRange','$graveyard','root','rootName','detach','markerNameToElements','TrackChangesEditing','data','removeMarker:suggestion:deletion','showSuggestionHighlights','start','createRange','uiElement','addMarker:suggestion:deletion','remove','end','editing','requires','merge','downcastDispatcher','unbindElementFromMarkerName','selection','buffer','commands','mapper','setSelection','writer'];(function(_0x421fb2,_0xdf0693){const _0x484ae0=function(_0xba2b3d){while(--_0xba2b3d){_0x421fb2['push'](_0x421fb2['shift']());}};_0x484ae0(++_0xdf0693);}(_0xdf06,0x17a));const _0x484a=function(_0x421fb2,_0xdf0693){_0x421fb2=_0x421fb2-0x0;let _0x484ae0=_0xdf06[_0x421fb2];return _0x484ae0;};import{Plugin as _0x1e0994}from'ckeditor5/src/core.js';import{LiveRange as _0x5401b9}from'ckeditor5/src/engine.js';import{Delete as _0x138ef1}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0xbd6789}from'./utils.js';export default class q extends _0x1e0994{static get[_0x484a('0x16')](){return[_0x138ef1];}['init'](){const _0x14dc42=this['editor'],_0x850a21=_0x14dc42['plugins']['get'](_0x484a('0xb'));_0x850a21['enableCommand'](_0x484a('0x1'));const _0x2b2406=_0x14dc42[_0x484a('0x1c')][_0x484a('0x22')]('deleteForward');_0x850a21[_0x484a('0x4')]('deleteForward',(_0xc131b7,_0x53624f={})=>{const _0x48d752=_0x14dc42[_0x484a('0x24')]['createSelection'](_0x14dc42[_0x484a('0x24')]['document'][_0x484a('0x1a')]);_0x48d752[_0x484a('0x3')]&&_0x14dc42['model']['modifySelection'](_0x48d752,{'direction':_0x484a('0x21'),'unit':_0x53624f[_0x484a('0x20')]});const _0x5f320e=_0x48d752[_0x484a('0x5')](),_0xe6248=_0x5401b9[_0x484a('0x2')](_0x5f320e);let _0x4ef168;_0xc131b7(_0x53624f),_0x4ef168=_0x484a('0x6')==_0xe6248[_0x484a('0x7')][_0x484a('0x8')]?_0x14dc42[_0x484a('0x24')]['createRange'](_0x5f320e[_0x484a('0xf')]):_0x14dc42[_0x484a('0x24')][_0x484a('0x10')](_0xe6248[_0x484a('0xf')],_0xe6248[_0x484a('0x14')]),_0xe6248[_0x484a('0x9')](),_0x14dc42[_0x484a('0x24')]['enqueueChange'](_0x2b2406[_0x484a('0x1b')][_0x484a('0x27')],_0x489c8a=>{_0x2b2406[_0x484a('0x1b')]['lock'](),_0x489c8a[_0x484a('0x1e')](_0x489c8a[_0x484a('0x10')](_0x4ef168['end'])),_0x2b2406[_0x484a('0x1b')][_0x484a('0x23')]();});}),_0x14dc42[_0x484a('0x15')][_0x484a('0x18')]['on']('addMarker:suggestion:deletion',_0xbd6789(_0x14dc42,_0x484a('0x17')),{'priority':'high'}),_0x14dc42[_0x484a('0xc')]['downcastDispatcher']['on'](_0x484a('0x12'),(_0x1b673c,_0x1b7f6f,_0x2b718e)=>{_0x2b718e[_0x484a('0x28')][_0x484a('0xe')]&&_0xbd6789(_0x14dc42,_0x484a('0x17'),{'showActiveMarker':!0x1})[_0x484a('0x26')](this)(_0x1b673c,_0x1b7f6f,_0x2b718e);},{'priority':'high'}),_0x14dc42['editing']['downcastDispatcher']['on'](_0x484a('0xd'),(_0x19ef44,_0x301b46,_0x2713d1)=>{const _0x13c50f=_0x2713d1['mapper'][_0x484a('0xa')](_0x301b46['markerName']);if(_0x13c50f)for(const _0xc9b60e of _0x13c50f)_0xc9b60e['is'](_0x484a('0x11'))&&(_0x2713d1[_0x484a('0x1d')][_0x484a('0x19')](_0xc9b60e,_0x301b46[_0x484a('0x0')]),_0x2713d1[_0x484a('0x1f')][_0x484a('0x13')](_0xc9b60e));},{'priority':_0x484a('0x25')});}}
23
+ const _0x23a0d3=_0x3223;(function(_0x4df267,_0x435b50){const _0x33cc7d=_0x3223,_0x433f2d=_0x4df267();while(!![]){try{const _0x518c7d=-parseInt(_0x33cc7d(0x91))/0x1*(-parseInt(_0x33cc7d(0x86))/0x2)+-parseInt(_0x33cc7d(0x97))/0x3*(-parseInt(_0x33cc7d(0xbb))/0x4)+-parseInt(_0x33cc7d(0xac))/0x5*(-parseInt(_0x33cc7d(0xa7))/0x6)+-parseInt(_0x33cc7d(0xb9))/0x7+-parseInt(_0x33cc7d(0xb8))/0x8*(parseInt(_0x33cc7d(0xbc))/0x9)+-parseInt(_0x33cc7d(0xad))/0xa*(-parseInt(_0x33cc7d(0xb2))/0xb)+parseInt(_0x33cc7d(0x96))/0xc;if(_0x518c7d===_0x435b50)break;else _0x433f2d['push'](_0x433f2d['shift']());}catch(_0x33a2a2){_0x433f2d['push'](_0x433f2d['shift']());}}}(_0xf241,0x82ca5));import{Plugin as _0x4c4e79}from'ckeditor5/src/core.js';import{LiveRange as _0x1cd8d0}from'ckeditor5/src/engine.js';import{Delete as _0x5c88e2}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x5baeed}from'./utils.js';export default class q extends _0x4c4e79{static get[_0x23a0d3(0xa5)](){return[_0x5c88e2];}[_0x23a0d3(0x92)](){const _0x3d2329=_0x23a0d3,_0x28869e=this[_0x3d2329(0x94)],_0xa60173=_0x28869e[_0x3d2329(0xa8)][_0x3d2329(0xae)](_0x3d2329(0x89));_0xa60173[_0x3d2329(0x8b)](_0x3d2329(0x88));const _0x2bce1b=_0x28869e[_0x3d2329(0xa3)][_0x3d2329(0xae)](_0x3d2329(0xa2));_0xa60173[_0x3d2329(0x8b)](_0x3d2329(0xa2),(_0x2b12b1,_0x5ec8ef={})=>{const _0x4fd019=_0x3d2329,_0x581ef7=_0x28869e[_0x4fd019(0xaf)][_0x4fd019(0x9b)](_0x28869e[_0x4fd019(0xaf)][_0x4fd019(0xb4)][_0x4fd019(0xa1)]);_0x581ef7[_0x4fd019(0x9f)]&&_0x28869e[_0x4fd019(0xaf)][_0x4fd019(0xab)](_0x581ef7,{'direction':_0x4fd019(0xc0),'unit':_0x5ec8ef[_0x4fd019(0x90)]});const _0x1b1de0=_0x581ef7[_0x4fd019(0x99)](),_0x4aba01=_0x1cd8d0[_0x4fd019(0x9d)](_0x1b1de0);let _0x4a39aa;_0x2b12b1(_0x5ec8ef),_0x4a39aa=_0x4fd019(0xc3)==_0x4aba01[_0x4fd019(0xb6)][_0x4fd019(0xb1)]?_0x28869e[_0x4fd019(0xaf)][_0x4fd019(0xb0)](_0x1b1de0[_0x4fd019(0x8c)]):_0x28869e[_0x4fd019(0xaf)][_0x4fd019(0xb0)](_0x4aba01[_0x4fd019(0x8c)],_0x4aba01[_0x4fd019(0x9a)]),_0x4aba01[_0x4fd019(0xba)](),_0x28869e[_0x4fd019(0xaf)][_0x4fd019(0x95)](_0x2bce1b[_0x4fd019(0x8e)][_0x4fd019(0x93)],_0x563064=>{const _0x10e003=_0x4fd019;_0x2bce1b[_0x10e003(0x8e)][_0x10e003(0xa0)](),_0x563064[_0x10e003(0xa9)](_0x563064[_0x10e003(0xb0)](_0x4a39aa[_0x10e003(0x9a)])),_0x2bce1b[_0x10e003(0x8e)][_0x10e003(0xc2)]();});}),_0x28869e[_0x3d2329(0x98)][_0x3d2329(0xa6)]['on'](_0x3d2329(0xb7),_0x5baeed(_0x28869e,_0x3d2329(0xb5)),{'priority':_0x3d2329(0x9c)}),_0x28869e[_0x3d2329(0xbe)][_0x3d2329(0xa6)]['on'](_0x3d2329(0xb7),(_0x3c5f99,_0xa28217,_0x20a8bc)=>{const _0x5dc793=_0x3d2329;_0x20a8bc[_0x5dc793(0x8f)][_0x5dc793(0xbd)]&&_0x5baeed(_0x28869e,_0x5dc793(0xb5),{'showActiveMarker':!0x1})[_0x5dc793(0xb3)](this)(_0x3c5f99,_0xa28217,_0x20a8bc);},{'priority':_0x3d2329(0x9c)}),_0x28869e[_0x3d2329(0x98)][_0x3d2329(0xa6)]['on'](_0x3d2329(0xc1),(_0x2bacba,_0x1cf820,_0x1a9e3e)=>{const _0x3415f0=_0x3d2329,_0x28687a=_0x1a9e3e[_0x3415f0(0x8a)][_0x3415f0(0x87)](_0x1cf820[_0x3415f0(0xbf)]);if(_0x28687a){for(const _0x4bc2e5 of _0x28687a)_0x4bc2e5['is'](_0x3415f0(0x8d))&&(_0x1a9e3e[_0x3415f0(0x8a)][_0x3415f0(0xaa)](_0x4bc2e5,_0x1cf820[_0x3415f0(0xbf)]),_0x1a9e3e[_0x3415f0(0xa4)][_0x3415f0(0x9e)](_0x4bc2e5));}},{'priority':_0x3d2329(0x9c)});}}function _0x3223(_0x5e8e34,_0x2d5609){const _0xf2416c=_0xf241();return _0x3223=function(_0x32234d,_0x10872f){_0x32234d=_0x32234d-0x86;let _0x1af23f=_0xf2416c[_0x32234d];return _0x1af23f;},_0x3223(_0x5e8e34,_0x2d5609);}function _0xf241(){const _0x4e9bb4=['remove','isCollapsed','lock','selection','deleteForward','commands','writer','requires','downcastDispatcher','28968NKxVvw','plugins','setSelection','unbindElementFromMarkerName','modifySelection','250nOjxYz','10tiZWmr','get','model','createRange','rootName','4740483NJDjxJ','bind','document','merge','root','addMarker:suggestion:deletion','46664qohacC','3568138agVDqJ','detach','12kZZUfK','306kibxmF','showSuggestionHighlights','data','markerName','forward','removeMarker:suggestion:deletion','unlock','$graveyard','2KpUGOz','markerNameToElements','delete','TrackChangesEditing','mapper','enableCommand','start','uiElement','buffer','options','unit','138147KqgcUb','init','batch','editor','enqueueChange','1153164AkmnZk','337176cfhtag','editing','getFirstRange','end','createSelection','high','fromRange'];_0xf241=function(){return _0x4e9bb4;};return _0xf241();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x385f=['createPositionAt','high','get','mapper','parent','addMarker:suggestion:insertion','model','end','markerNameToElements','writer','hasClass','change','nextSibling','TrackChangesEditing','downcastDispatcher','markerName','selection','data','markInsertion','getFirstRange','showSuggestionHighlights','fromRange','enableCommand','afterExecute','enter','plugins','createRange','bind','ck-suggestion-marker-split','options','document','init','commands','split','remove','removeMarker:suggestion:insertion'];(function(_0x3bf552,_0x385f27){const _0x1e259b=function(_0x47dbc9){while(--_0x47dbc9){_0x3bf552['push'](_0x3bf552['shift']());}};_0x1e259b(++_0x385f27);}(_0x385f,0x160));const _0x1e25=function(_0x3bf552,_0x385f27){_0x3bf552=_0x3bf552-0x0;let _0x1e259b=_0x385f[_0x3bf552];return _0x1e259b;};import{Plugin as _0x370b1e}from'ckeditor5/src/core.js';import{Enter as _0x1b4a69}from'ckeditor5/src/enter.js';import{LiveRange as _0x590b1b}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x16def8}from'./utils.js';export default class W extends _0x370b1e{static get['requires'](){return[_0x1b4a69];}[_0x1e25('0x3')](){const _0x4be7b7=this['editor'],_0x490929=_0x4be7b7[_0x1e25('0x21')][_0x1e25('0xa')](_0x1e25('0x15')),_0xd37fd0=_0x4be7b7[_0x1e25('0x4')][_0x1e25('0xa')](_0x1e25('0x20'));_0x490929[_0x1e25('0x1e')](_0x1e25('0x20'),()=>{_0x4be7b7['model'][_0x1e25('0x13')](_0x17b313=>{const _0x4265cf=_0x4be7b7[_0x1e25('0xe')][_0x1e25('0x2')][_0x1e25('0x18')],_0x326340=_0x4265cf['getFirstPosition'](),_0x913958=_0x590b1b[_0x1e25('0x1d')](_0x4265cf[_0x1e25('0x1b')]());if(_0xd37fd0['enterBlock'](_0x17b313)){const _0x2c0f4f=_0x4be7b7[_0x1e25('0xe')][_0x1e25('0x8')](_0x326340[_0x1e25('0xc')][_0x1e25('0x14')],0x0),_0x310b61=_0x17b313[_0x1e25('0x22')](_0x326340,_0x2c0f4f);_0x490929[_0x1e25('0x1a')](_0x310b61);}else _0x17b313['setSelection'](_0x17b313['createRange'](_0x913958[_0x1e25('0xf')]));_0x913958['detach'](),_0xd37fd0['fire'](_0x1e25('0x1f'),{'writer':_0x17b313});});}),_0x4be7b7['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',_0x16def8(_0x4be7b7,_0x1e25('0x5')),{'priority':_0x1e25('0x9')}),_0x4be7b7['editing'][_0x1e25('0x16')]['on'](_0x1e25('0x7'),(_0x1d1268,_0x4122c7,_0x9a3fe2)=>{const _0x1742ec=_0x9a3fe2[_0x1e25('0xb')][_0x1e25('0x10')](_0x4122c7[_0x1e25('0x17')]);if(_0x1742ec)for(const _0x2bddc2 of _0x1742ec)_0x2bddc2[_0x1e25('0x12')](_0x1e25('0x0'))&&(_0x9a3fe2[_0x1e25('0xb')]['unbindElementFromMarkerName'](_0x2bddc2,_0x4122c7['markerName']),_0x9a3fe2[_0x1e25('0x11')][_0x1e25('0x6')](_0x2bddc2));},{'priority':_0x1e25('0x9')}),_0x4be7b7[_0x1e25('0x19')][_0x1e25('0x16')]['on'](_0x1e25('0xd'),(_0x1b917c,_0x449993,_0x24391c)=>{_0x24391c[_0x1e25('0x1')][_0x1e25('0x1c')]&&_0x16def8(_0x4be7b7,_0x1e25('0x5'),{'showActiveMarker':!0x1})[_0x1e25('0x23')](this)(_0x1b917c,_0x449993,_0x24391c);},{'priority':_0x1e25('0x9')});}}
23
+ const _0x2cc7a4=_0x5ac3;(function(_0x19c1d1,_0x185c80){const _0x5f1f3b=_0x5ac3,_0x393798=_0x19c1d1();while(!![]){try{const _0x51a1c5=parseInt(_0x5f1f3b(0x1ab))/0x1*(parseInt(_0x5f1f3b(0x1b1))/0x2)+-parseInt(_0x5f1f3b(0x198))/0x3+parseInt(_0x5f1f3b(0x1c1))/0x4*(parseInt(_0x5f1f3b(0x1bf))/0x5)+-parseInt(_0x5f1f3b(0x1b3))/0x6*(parseInt(_0x5f1f3b(0x1ac))/0x7)+-parseInt(_0x5f1f3b(0x19b))/0x8+parseInt(_0x5f1f3b(0x19a))/0x9*(parseInt(_0x5f1f3b(0x191))/0xa)+parseInt(_0x5f1f3b(0x1b6))/0xb*(parseInt(_0x5f1f3b(0x1b7))/0xc);if(_0x51a1c5===_0x185c80)break;else _0x393798['push'](_0x393798['shift']());}catch(_0x35941f){_0x393798['push'](_0x393798['shift']());}}}(_0xaef2,0x679a1));import{Plugin as _0x21fd67}from'ckeditor5/src/core.js';function _0x5ac3(_0xb7a7a8,_0x51ff9b){const _0xaef22f=_0xaef2();return _0x5ac3=function(_0x5ac345,_0x27691a){_0x5ac345=_0x5ac345-0x190;let _0x1968f9=_0xaef22f[_0x5ac345];return _0x1968f9;},_0x5ac3(_0xb7a7a8,_0x51ff9b);}import{Enter as _0x253a10}from'ckeditor5/src/enter.js';import{LiveRange as _0x1d928c}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x2fabe0}from'./utils.js';export default class W extends _0x21fd67{static get[_0x2cc7a4(0x195)](){return[_0x253a10];}[_0x2cc7a4(0x1a0)](){const _0x27355f=_0x2cc7a4,_0x116fa5=this[_0x27355f(0x1a2)],_0x45742b=_0x116fa5[_0x27355f(0x194)][_0x27355f(0x1bc)](_0x27355f(0x1c0)),_0x3be323=_0x116fa5[_0x27355f(0x190)][_0x27355f(0x1bc)](_0x27355f(0x1c2));_0x45742b[_0x27355f(0x193)](_0x27355f(0x1c2),()=>{const _0x469857=_0x27355f;_0x116fa5[_0x469857(0x1a6)][_0x469857(0x196)](_0x1141d2=>{const _0x2f926e=_0x469857,_0x22432c=_0x116fa5[_0x2f926e(0x1a6)][_0x2f926e(0x1be)][_0x2f926e(0x1a8)],_0x29e1f8=_0x22432c[_0x2f926e(0x1a3)](),_0x59b113=_0x1d928c[_0x2f926e(0x1b0)](_0x22432c[_0x2f926e(0x1b2)]());if(_0x3be323[_0x2f926e(0x1b8)](_0x1141d2)){const _0x1027ab=_0x116fa5[_0x2f926e(0x1a6)][_0x2f926e(0x1ba)](_0x29e1f8[_0x2f926e(0x192)][_0x2f926e(0x1c8)],0x0),_0xc73cf8=_0x1141d2[_0x2f926e(0x1aa)](_0x29e1f8,_0x1027ab);_0x45742b[_0x2f926e(0x1a5)](_0xc73cf8);}else _0x1141d2[_0x2f926e(0x199)](_0x1141d2[_0x2f926e(0x1aa)](_0x59b113[_0x2f926e(0x1a7)]));_0x59b113[_0x2f926e(0x1c3)](),_0x3be323[_0x2f926e(0x19f)](_0x2f926e(0x1bd),{'writer':_0x1141d2});});}),_0x116fa5[_0x27355f(0x1a9)][_0x27355f(0x19e)]['on'](_0x27355f(0x1ad),_0x2fabe0(_0x116fa5,_0x27355f(0x1b9)),{'priority':_0x27355f(0x1ae)}),_0x116fa5[_0x27355f(0x1a9)][_0x27355f(0x19e)]['on'](_0x27355f(0x1a1),(_0x2980e3,_0x3af6bd,_0x41498f)=>{const _0x3b67db=_0x27355f,_0x5bc5d6=_0x41498f[_0x3b67db(0x197)][_0x3b67db(0x1b5)](_0x3af6bd[_0x3b67db(0x1b4)]);if(_0x5bc5d6){for(const _0x2886d5 of _0x5bc5d6)_0x2886d5[_0x3b67db(0x1c5)](_0x3b67db(0x1c4))&&(_0x41498f[_0x3b67db(0x197)][_0x3b67db(0x1a4)](_0x2886d5,_0x3af6bd[_0x3b67db(0x1b4)]),_0x41498f[_0x3b67db(0x1bb)][_0x3b67db(0x1af)](_0x2886d5));}},{'priority':_0x27355f(0x1ae)}),_0x116fa5[_0x27355f(0x1c7)][_0x27355f(0x19e)]['on'](_0x27355f(0x1ad),(_0x372507,_0x5d7735,_0x202dce)=>{const _0x5801ca=_0x27355f;_0x202dce[_0x5801ca(0x1c6)][_0x5801ca(0x19c)]&&_0x2fabe0(_0x116fa5,_0x5801ca(0x1b9),{'showActiveMarker':!0x1})[_0x5801ca(0x19d)](this)(_0x372507,_0x5d7735,_0x202dce);},{'priority':_0x27355f(0x1ae)});}}function _0xaef2(){const _0x1153a2=['unbindElementFromMarkerName','markInsertion','model','end','selection','editing','createRange','659GvfLyJ','554204LBnFEs','addMarker:suggestion:insertion','high','remove','fromRange','1580YzBNSy','getFirstRange','30iFjhiz','markerName','markerNameToElements','3370202nNqWNI','24VOsVlU','enterBlock','split','createPositionAt','writer','get','afterExecute','document','5JyHZtQ','TrackChangesEditing','563372KQOXvP','enter','detach','ck-suggestion-marker-split','hasClass','options','data','nextSibling','commands','273450DLmsJg','parent','enableCommand','plugins','requires','change','mapper','981813PrWJkV','setSelection','171tyMrlH','5170304dcWkBo','showSuggestionHighlights','bind','downcastDispatcher','fire','init','removeMarker:suggestion:insertion','editor','getFirstPosition'];_0xaef2=function(){return _0x1153a2;};return _0xaef2();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x34be=['findNext','handleFindCommand','createRange','editor','getRange','createPositionAt','markers','filter','plugins','_isInDeletionRange','suggestion:deletion','start','find','TrackChangesEditing','bind','get','findPrevious','getIntersection','afterInit','model','findByTextCallback','replaceAll','has','end','getMarkersGroup','item','enableCommand'];(function(_0x56053d,_0x34be67){const _0x3d6975=function(_0xea1759){while(--_0xea1759){_0x56053d['push'](_0x56053d['shift']());}};_0x3d6975(++_0x34be67);}(_0x34be,0x1cd));const _0x3d69=function(_0x56053d,_0x34be67){_0x56053d=_0x56053d-0x0;let _0x3d6975=_0x34be[_0x56053d];return _0x3d6975;};import{Plugin as _0xbb8d14}from'ckeditor5/src/core.js';export default class J extends _0xbb8d14{[_0x3d69('0x10')](){if(!this[_0x3d69('0x1')][_0x3d69('0x6')][_0x3d69('0x14')]('FindAndReplaceEditing'))return;const _0x19715c=this['editor']['plugins'][_0x3d69('0xd')](_0x3d69('0xb'));_0x19715c[_0x3d69('0x18')](_0x3d69('0xa'),this[_0x3d69('0x1a')][_0x3d69('0xc')](this)),_0x19715c[_0x3d69('0x18')](_0x3d69('0x19')),_0x19715c[_0x3d69('0x18')](_0x3d69('0xe')),_0x19715c[_0x3d69('0x18')]('replace'),_0x19715c[_0x3d69('0x18')](_0x3d69('0x13'));}['handleFindCommand'](_0x2510bb,_0x317e28,_0x19c833={}){const _0x409493=this['editor'][_0x3d69('0x6')]['get']('FindAndReplaceUtils');return _0x2510bb(_0x56e9ad=>('string'==typeof _0x317e28?_0x409493[_0x3d69('0x12')](_0x317e28,_0x19c833):_0x317e28)(_0x56e9ad)[_0x3d69('0x5')](_0x2e2fdc=>!0x1===this[_0x3d69('0x7')](_0x2e2fdc,_0x56e9ad[_0x3d69('0x17')])),_0x19c833);}[_0x3d69('0x7')](_0xb4d73,_0x2b6fac){const _0x2c0441=this[_0x3d69('0x1')][_0x3d69('0x11')][_0x3d69('0x0')](this[_0x3d69('0x1')][_0x3d69('0x11')][_0x3d69('0x3')](_0x2b6fac,_0xb4d73[_0x3d69('0x9')]),this[_0x3d69('0x1')][_0x3d69('0x11')][_0x3d69('0x3')](_0x2b6fac,_0xb4d73[_0x3d69('0x15')]));for(const _0x3853d5 of this['editor'][_0x3d69('0x11')][_0x3d69('0x4')][_0x3d69('0x16')](_0x3d69('0x8')))if(null!==_0x2c0441[_0x3d69('0xf')](_0x3853d5[_0x3d69('0x2')]()))return!0x0;return!0x1;}}
23
+ const _0x1336b9=_0x3d11;(function(_0x43b0aa,_0x5835f4){const _0x5710e6=_0x3d11,_0x4f75dc=_0x43b0aa();while(!![]){try{const _0x30114e=parseInt(_0x5710e6(0x13c))/0x1*(parseInt(_0x5710e6(0x135))/0x2)+parseInt(_0x5710e6(0x146))/0x3*(-parseInt(_0x5710e6(0x125))/0x4)+-parseInt(_0x5710e6(0x139))/0x5+parseInt(_0x5710e6(0x134))/0x6*(-parseInt(_0x5710e6(0x13b))/0x7)+-parseInt(_0x5710e6(0x11f))/0x8+parseInt(_0x5710e6(0x12e))/0x9*(-parseInt(_0x5710e6(0x123))/0xa)+parseInt(_0x5710e6(0x13d))/0xb;if(_0x30114e===_0x5835f4)break;else _0x4f75dc['push'](_0x4f75dc['shift']());}catch(_0x125449){_0x4f75dc['push'](_0x4f75dc['shift']());}}}(_0x1e6e,0xe3fcf));function _0x3d11(_0x45db68,_0x4a4bb4){const _0x1e6ef1=_0x1e6e();return _0x3d11=function(_0x3d1133,_0x293622){_0x3d1133=_0x3d1133-0x11d;let _0x32b635=_0x1e6ef1[_0x3d1133];return _0x32b635;},_0x3d11(_0x45db68,_0x4a4bb4);}import{Plugin as _0x2299aa}from'ckeditor5/src/core.js';export default class J extends _0x2299aa{[_0x1336b9(0x12a)](){const _0x1a7940=_0x1336b9;if(!this[_0x1a7940(0x120)][_0x1a7940(0x142)][_0x1a7940(0x143)](_0x1a7940(0x136)))return;const _0x545876=this[_0x1a7940(0x120)][_0x1a7940(0x142)][_0x1a7940(0x131)](_0x1a7940(0x126));_0x545876[_0x1a7940(0x141)](_0x1a7940(0x13e),this[_0x1a7940(0x12d)][_0x1a7940(0x129)](this)),_0x545876[_0x1a7940(0x141)](_0x1a7940(0x137)),_0x545876[_0x1a7940(0x141)](_0x1a7940(0x133)),_0x545876[_0x1a7940(0x141)](_0x1a7940(0x144)),_0x545876[_0x1a7940(0x141)](_0x1a7940(0x127));}[_0x1336b9(0x12d)](_0x654f7,_0x3c5827,_0x37f8f8={}){const _0x12903f=_0x1336b9,_0x3f000a=this[_0x12903f(0x120)][_0x12903f(0x142)][_0x12903f(0x131)](_0x12903f(0x11d));return _0x654f7(_0x256039=>(_0x12903f(0x13a)==typeof _0x3c5827?_0x3f000a[_0x12903f(0x11e)](_0x3c5827,_0x37f8f8):_0x3c5827)(_0x256039)[_0x12903f(0x130)](_0x44ea5f=>!0x1===this[_0x12903f(0x12b)](_0x44ea5f,_0x256039[_0x12903f(0x12c)])),_0x37f8f8);}[_0x1336b9(0x12b)](_0x5ec677,_0x29b50f){const _0x4a94bf=_0x1336b9,_0x3c30f9=this[_0x4a94bf(0x120)][_0x4a94bf(0x12f)][_0x4a94bf(0x122)](this[_0x4a94bf(0x120)][_0x4a94bf(0x12f)][_0x4a94bf(0x138)](_0x29b50f,_0x5ec677[_0x4a94bf(0x121)]),this[_0x4a94bf(0x120)][_0x4a94bf(0x12f)][_0x4a94bf(0x138)](_0x29b50f,_0x5ec677[_0x4a94bf(0x128)]));for(const _0x489b0c of this[_0x4a94bf(0x120)][_0x4a94bf(0x12f)][_0x4a94bf(0x13f)][_0x4a94bf(0x145)](_0x4a94bf(0x124)))if(null!==_0x3c30f9[_0x4a94bf(0x140)](_0x489b0c[_0x4a94bf(0x132)]()))return!0x0;return!0x1;}}function _0x1e6e(){const _0x1e1c61=['67536IHLGVS','449814PGBkNO','FindAndReplaceEditing','findNext','createPositionAt','4191510aqFXrk','string','742EpycPf','1RZCJgV','52966881KpUQkg','find','markers','getIntersection','enableCommand','plugins','has','replace','getMarkersGroup','28911FYEUMf','FindAndReplaceUtils','findByTextCallback','1731072tTJOpe','editor','start','createRange','30zxiwQQ','suggestion:deletion','544HGOmxV','TrackChangesEditing','replaceAll','end','bind','afterInit','_isInDeletionRange','item','handleFindCommand','1643355AvsPtO','model','filter','get','getRange','findPrevious'];_0x1e6e=function(){return _0x1e1c61;};return _0x1e6e();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x10b8=['fontSize','trim','registerDescriptionCallback','commandName','title','model','formatInline','commandParams','FORMAT_FONT_FAMILY','fontSize.options','label','*Reset\x20font\x20size*','type','config','find','_registerLegacyDescription','value','plugins','FontBackgroundColorEditing','_descriptionFactory','fontBackgroundColor','editor','_enableDefaultAttributesIntegration','get','FORMAT_FONT_SIZE','*Set\x20font\x20family:*\x20%0','format','*Set\x20font\x20background\x20color:*\x20%0','FontFamilyEditing','afterInit','fontBackgroundColor.colors','toLowerCase','*Reset\x20font\x20family*','fontColor','locale','TrackChangesEditing','fontFamily','registerAttributeLabel','*Reset\x20font\x20background\x20color*'];(function(_0x511cbd,_0x10b8ec){const _0x37d40d=function(_0x498d51){while(--_0x498d51){_0x511cbd['push'](_0x511cbd['shift']());}};_0x37d40d(++_0x10b8ec);}(_0x10b8,0x1b9));const _0x37d4=function(_0x511cbd,_0x10b8ec){_0x511cbd=_0x511cbd-0x0;let _0x37d40d=_0x10b8[_0x511cbd];return _0x37d40d;};import{Plugin as _0x190947}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x8b8ebe}from'ckeditor5/src/ui.js';import{getTranslation as _0x141645}from'../utils/common-translations.js';const ro=[{'pluginName':'FontSizeEditing','commandName':_0x37d4('0x1b')},{'pluginName':_0x37d4('0x10'),'commandName':_0x37d4('0x18')},{'pluginName':'FontColorEditing','commandName':_0x37d4('0x15')},{'pluginName':_0x37d4('0x6'),'commandName':_0x37d4('0x8')}];export default class Q extends _0x190947{[_0x37d4('0x11')](){const _0x3e6d35=this['editor'][_0x37d4('0x16')],_0x1d9e80=this[_0x37d4('0x9')][_0x37d4('0x5')][_0x37d4('0xb')](_0x37d4('0x17'));for(const {pluginName:_0x351a8b,commandName:_0x49afe9}of ro)this[_0x37d4('0x9')][_0x37d4('0x5')]['has'](_0x351a8b)&&_0x1d9e80[_0x37d4('0xa')](_0x49afe9,[_0x49afe9]);_0x3e6d35['t'],(_0x1d9e80['_descriptionFactory'][_0x37d4('0x19')](_0x37d4('0x1b'),_0x141645(_0x3e6d35,_0x37d4('0xc'))),_0x1d9e80[_0x37d4('0x7')][_0x37d4('0x19')](_0x37d4('0x18'),_0x141645(_0x3e6d35,_0x37d4('0x23'))),_0x1d9e80[_0x37d4('0x7')]['registerAttributeLabel'](_0x37d4('0x15'),_0x141645(_0x3e6d35,'FORMAT_FONT_COLOR')),_0x1d9e80[_0x37d4('0x7')]['registerAttributeLabel'](_0x37d4('0x8'),_0x141645(_0x3e6d35,'FORMAT_FONT_BACKGROUND')),this[_0x37d4('0x3')]());}['_registerLegacyDescription'](){const _0x5b22cd=this[_0x37d4('0x9')],_0x18f88e=_0x5b22cd[_0x37d4('0x16')];_0x5b22cd[_0x37d4('0x5')]['get'](_0x37d4('0x17'))['_descriptionFactory'][_0x37d4('0x1d')](_0xc9dc9d=>{const _0x55c16c=_0x18f88e['t'];if(_0x37d4('0x21')!=_0xc9dc9d[_0x37d4('0x0')])return;const {data:_0x107438}=_0xc9dc9d;if(null!=_0x107438){if(_0x37d4('0x1b')==_0x107438['commandName']){const _0x71ba79=_0x107438['commandParams'][0x0]['value'];if(_0x71ba79){const _0x38390f=_0x55c16c(this[_0x37d4('0x9')][_0x37d4('0x5')][_0x37d4('0xb')]('FontSize')['normalizeSizeOptions'](this[_0x37d4('0x9')][_0x37d4('0x1')][_0x37d4('0xb')](_0x37d4('0x24')))[_0x37d4('0x2')](_0x36f9c0=>_0x36f9c0[_0x37d4('0x20')]==_0x71ba79)[_0x37d4('0x1f')])[_0x37d4('0x13')]();return{'type':_0x37d4('0xe'),'content':_0x141645(_0x18f88e,'*Set\x20font\x20size:*\x20%0',_0x38390f)};}return{'type':_0x37d4('0xe'),'content':_0x141645(_0x18f88e,_0x37d4('0x26'))};}if(_0x37d4('0x18')==_0x107438[_0x37d4('0x1e')]){const _0x7f0194=_0x107438[_0x37d4('0x22')][0x0][_0x37d4('0x4')];return _0x7f0194?{'type':_0x37d4('0xe'),'content':_0x141645(_0x18f88e,_0x37d4('0xd'),_0x7f0194)}:{'type':_0x37d4('0xe'),'content':_0x141645(_0x18f88e,_0x37d4('0x14'))};}if(_0x37d4('0x15')==_0x107438['commandName']){const _0x271c17=_0x107438[_0x37d4('0x22')][0x0][_0x37d4('0x4')];if(_0x271c17){const _0x1d9381=_0x8b8ebe(this[_0x37d4('0x9')][_0x37d4('0x1')][_0x37d4('0xb')]('fontColor.colors'))[_0x37d4('0x2')](_0x1b2d78=>_0x1b2d78['model']==_0x271c17);let _0xa88307=_0x271c17,_0x2bbf7d='';return _0x1d9381&&(_0xa88307=_0x1d9381[_0x37d4('0x25')],_0x2bbf7d=_0x55c16c(_0xa88307)[_0x37d4('0x13')]()),{'type':_0x37d4('0xe'),'content':_0x141645(_0x18f88e,'*Set\x20font\x20color:*\x20%0',_0x2bbf7d)[_0x37d4('0x1c')](),'color':{'value':_0x271c17,'title':_0x2bbf7d||_0xa88307}};}return{'type':_0x37d4('0xe'),'content':_0x141645(_0x18f88e,'*Reset\x20font\x20color*')};}if(_0x37d4('0x8')==_0x107438[_0x37d4('0x1e')]){const _0xaba7e4=_0x107438['commandParams'][0x0][_0x37d4('0x4')];if(_0xaba7e4){const _0x2185fe=_0x8b8ebe(this['editor'][_0x37d4('0x1')][_0x37d4('0xb')](_0x37d4('0x12')))[_0x37d4('0x2')](_0x1d4c63=>_0x1d4c63[_0x37d4('0x20')]==_0xaba7e4);let _0x248d57=_0xaba7e4,_0x32072f='';return _0x2185fe&&(_0x248d57=_0x2185fe['label'],_0x32072f=_0x55c16c(_0x248d57)[_0x37d4('0x13')]()),{'type':'format','content':_0x141645(_0x18f88e,_0x37d4('0xf'),_0x32072f)[_0x37d4('0x1c')](),'color':{'value':_0xaba7e4,'title':_0x32072f||_0x248d57}};}return{'type':_0x37d4('0xe'),'content':_0x141645(_0x18f88e,_0x37d4('0x1a'))};}}});}}
23
+ function _0x5666(_0x3609e3,_0x3ba16f){const _0x45f237=_0x45f2();return _0x5666=function(_0x56661c,_0x459ddb){_0x56661c=_0x56661c-0x154;let _0x3cb163=_0x45f237[_0x56661c];return _0x3cb163;},_0x5666(_0x3609e3,_0x3ba16f);}const _0x2c5695=_0x5666;(function(_0x37f9ea,_0xea1ef8){const _0x33245d=_0x5666,_0x4dccac=_0x37f9ea();while(!![]){try{const _0x2774ac=-parseInt(_0x33245d(0x181))/0x1*(-parseInt(_0x33245d(0x158))/0x2)+parseInt(_0x33245d(0x16a))/0x3+-parseInt(_0x33245d(0x166))/0x4*(-parseInt(_0x33245d(0x155))/0x5)+-parseInt(_0x33245d(0x174))/0x6*(parseInt(_0x33245d(0x186))/0x7)+parseInt(_0x33245d(0x172))/0x8*(parseInt(_0x33245d(0x179))/0x9)+-parseInt(_0x33245d(0x180))/0xa*(-parseInt(_0x33245d(0x177))/0xb)+-parseInt(_0x33245d(0x15a))/0xc;if(_0x2774ac===_0xea1ef8)break;else _0x4dccac['push'](_0x4dccac['shift']());}catch(_0x5e4d5e){_0x4dccac['push'](_0x4dccac['shift']());}}}(_0x45f2,0x335e5));function _0x45f2(){const _0xddcd50=['formatInline','fontFamily','232uQpGIT','find','1275324DqBgYu','value','_descriptionFactory','54703OLGWBa','*Reset\x20font\x20color*','119061hCfgLC','_registerLegacyDescription','*Reset\x20font\x20background\x20color*','FontSize','TrackChangesEditing','fontColor','FORMAT_FONT_BACKGROUND','670RvigWi','38ndOwGV','FontColorEditing','model','editor','*Reset\x20font\x20family*','7KRpKWw','fontBackgroundColor.colors','FontFamilyEditing','*Set\x20font\x20color:*\x20%0','afterInit','FORMAT_FONT_COLOR','config','commandParams','FontSizeEditing','locale','*Set\x20font\x20background\x20color:*\x20%0','type','trim','24155cXYCVb','FORMAT_FONT_FAMILY','plugins','11850xjRsPw','*Set\x20font\x20size:*\x20%0','9492228ONVifa','commandName','fontSize','normalizeSizeOptions','has','*Reset\x20font\x20size*','registerAttributeLabel','title','format','label','FontBackgroundColorEditing','_enableDefaultAttributesIntegration','156yPHAfW','fontColor.colors','*Set\x20font\x20family:*\x20%0','toLowerCase','250761IPIKzA','fontSize.options','FORMAT_FONT_SIZE','get','fontBackgroundColor','registerDescriptionCallback'];_0x45f2=function(){return _0xddcd50;};return _0x45f2();}import{Plugin as _0x43cd8a}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x3f7d60}from'ckeditor5/src/ui.js';import{getTranslation as _0x1af453}from'../utils/common-translations.js';const ro=[{'pluginName':_0x2c5695(0x18e),'commandName':_0x2c5695(0x15c)},{'pluginName':_0x2c5695(0x188),'commandName':_0x2c5695(0x171)},{'pluginName':_0x2c5695(0x182),'commandName':_0x2c5695(0x17e)},{'pluginName':_0x2c5695(0x164),'commandName':_0x2c5695(0x16e)}];export default class Q extends _0x43cd8a{[_0x2c5695(0x18a)](){const _0x4f6a5f=_0x2c5695,_0x2715e8=this[_0x4f6a5f(0x184)][_0x4f6a5f(0x18f)],_0x1db640=this[_0x4f6a5f(0x184)][_0x4f6a5f(0x157)][_0x4f6a5f(0x16d)](_0x4f6a5f(0x17d));for(const {pluginName:_0x196dbf,commandName:_0x5cba8e}of ro)this[_0x4f6a5f(0x184)][_0x4f6a5f(0x157)][_0x4f6a5f(0x15e)](_0x196dbf)&&_0x1db640[_0x4f6a5f(0x165)](_0x5cba8e,[_0x5cba8e]);_0x2715e8['t'],(_0x1db640[_0x4f6a5f(0x176)][_0x4f6a5f(0x160)](_0x4f6a5f(0x15c),_0x1af453(_0x2715e8,_0x4f6a5f(0x16c))),_0x1db640[_0x4f6a5f(0x176)][_0x4f6a5f(0x160)](_0x4f6a5f(0x171),_0x1af453(_0x2715e8,_0x4f6a5f(0x156))),_0x1db640[_0x4f6a5f(0x176)][_0x4f6a5f(0x160)](_0x4f6a5f(0x17e),_0x1af453(_0x2715e8,_0x4f6a5f(0x18b))),_0x1db640[_0x4f6a5f(0x176)][_0x4f6a5f(0x160)](_0x4f6a5f(0x16e),_0x1af453(_0x2715e8,_0x4f6a5f(0x17f))),this[_0x4f6a5f(0x17a)]());}[_0x2c5695(0x17a)](){const _0x3b4776=_0x2c5695,_0x45c69a=this[_0x3b4776(0x184)],_0x483bad=_0x45c69a[_0x3b4776(0x18f)];_0x45c69a[_0x3b4776(0x157)][_0x3b4776(0x16d)](_0x3b4776(0x17d))[_0x3b4776(0x176)][_0x3b4776(0x16f)](_0x27a461=>{const _0x54eca7=_0x3b4776,_0x7b859=_0x483bad['t'];if(_0x54eca7(0x170)!=_0x27a461[_0x54eca7(0x191)])return;const {data:_0x47dcb9}=_0x27a461;if(null!=_0x47dcb9){if(_0x54eca7(0x15c)==_0x47dcb9[_0x54eca7(0x15b)]){const _0x5854e7=_0x47dcb9[_0x54eca7(0x18d)][0x0][_0x54eca7(0x175)];if(_0x5854e7){const _0x4320c7=_0x7b859(this[_0x54eca7(0x184)][_0x54eca7(0x157)][_0x54eca7(0x16d)](_0x54eca7(0x17c))[_0x54eca7(0x15d)](this[_0x54eca7(0x184)][_0x54eca7(0x18c)][_0x54eca7(0x16d)](_0x54eca7(0x16b)))[_0x54eca7(0x173)](_0x309f61=>_0x309f61[_0x54eca7(0x183)]==_0x5854e7)[_0x54eca7(0x161)])[_0x54eca7(0x169)]();return{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x159),_0x4320c7)};}return{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x15f))};}if(_0x54eca7(0x171)==_0x47dcb9[_0x54eca7(0x15b)]){const _0x2576ca=_0x47dcb9[_0x54eca7(0x18d)][0x0][_0x54eca7(0x175)];return _0x2576ca?{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x168),_0x2576ca)}:{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x185))};}if(_0x54eca7(0x17e)==_0x47dcb9[_0x54eca7(0x15b)]){const _0x213227=_0x47dcb9[_0x54eca7(0x18d)][0x0][_0x54eca7(0x175)];if(_0x213227){const _0xbf59ee=_0x3f7d60(this[_0x54eca7(0x184)][_0x54eca7(0x18c)][_0x54eca7(0x16d)](_0x54eca7(0x167)))[_0x54eca7(0x173)](_0x7aa03a=>_0x7aa03a[_0x54eca7(0x183)]==_0x213227);let _0x40300e=_0x213227,_0x1e7c78='';return _0xbf59ee&&(_0x40300e=_0xbf59ee[_0x54eca7(0x163)],_0x1e7c78=_0x7b859(_0x40300e)[_0x54eca7(0x169)]()),{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x189),_0x1e7c78)[_0x54eca7(0x154)](),'color':{'value':_0x213227,'title':_0x1e7c78||_0x40300e}};}return{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x178))};}if(_0x54eca7(0x16e)==_0x47dcb9[_0x54eca7(0x15b)]){const _0x44b03c=_0x47dcb9[_0x54eca7(0x18d)][0x0][_0x54eca7(0x175)];if(_0x44b03c){const _0x2f6792=_0x3f7d60(this[_0x54eca7(0x184)][_0x54eca7(0x18c)][_0x54eca7(0x16d)](_0x54eca7(0x187)))[_0x54eca7(0x173)](_0x3e5f5e=>_0x3e5f5e[_0x54eca7(0x183)]==_0x44b03c);let _0xd59564=_0x44b03c,_0x4d8e11='';return _0x2f6792&&(_0xd59564=_0x2f6792[_0x54eca7(0x163)],_0x4d8e11=_0x7b859(_0xd59564)[_0x54eca7(0x169)]()),{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x190),_0x4d8e11)[_0x54eca7(0x154)](),'color':{'value':_0x44b03c,'title':_0x4d8e11||_0xd59564}};}return{'type':_0x54eca7(0x162),'content':_0x1af453(_0x483bad,_0x54eca7(0x17b))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x30dc=['formatBlock','commandName','fontColor.colors','toUpperCase','fontSize','join','toLowerCase','split','plugins','fontColor','length','find','config','_registerLegacyDescription','editor','format','_enableDefaultAttributesIntegration','pasteFormat','entries','FontSize','locale','boolean','get','_descriptionFactory','fontBackgroundColor','type','commands','model','copyFormat','title','push','registerDescriptionCallback'];(function(_0x14379f,_0x30dcf2){const _0x1acbb0=function(_0x5eab0d){while(--_0x5eab0d){_0x14379f['push'](_0x14379f['shift']());}};_0x1acbb0(++_0x30dcf2);}(_0x30dc,0xb8));const _0x1acb=function(_0x14379f,_0x30dcf2){_0x14379f=_0x14379f-0x0;let _0x1acbb0=_0x30dc[_0x14379f];return _0x1acbb0;};import{Plugin as _0x518fed}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x326ce0}from'ckeditor5/src/ui.js';import{getTranslation as _0x39d710}from'../utils/common-translations.js';export default class X extends _0x518fed{['afterInit'](){const _0x4737fb=this[_0x1acb('0x16')],_0x29a4db=_0x4737fb['plugins']['get']('TrackChangesEditing'),_0x1ddaf0=_0x4737fb[_0x1acb('0x2')][_0x1acb('0x1e')]('copyFormat'),_0x5f142c=_0x4737fb[_0x1acb('0x2')][_0x1acb('0x1e')](_0x1acb('0x19'));_0x1ddaf0&&_0x5f142c&&(_0x29a4db[_0x1acb('0x18')](_0x1acb('0x19')),_0x29a4db['enableCommand'](_0x1acb('0x4')),this[_0x1acb('0x15')]());}['_registerLegacyDescription'](){const _0x9f698f=this[_0x1acb('0x16')],_0x4dca89=_0x9f698f[_0x1acb('0x1c')];_0x9f698f['plugins'][_0x1acb('0x1e')]('TrackChangesEditing')[_0x1acb('0x1f')][_0x1acb('0x7')](_0x338d07=>{if(_0x1acb('0x8')!=_0x338d07[_0x1acb('0x1')]&&'formatInline'!=_0x338d07[_0x1acb('0x1')])return;const {data:_0x5a2895}=_0x338d07;if(_0x5a2895&&_0x1acb('0x19')===_0x5a2895[_0x1acb('0x9')]){const _0x119777=[],_0x2e1399=_0x5a2895['commandParams'][0x0];for(const [_0x92a391,_0x2c65a3]of Object[_0x1acb('0x1a')](_0x2e1399))_0x119777[_0x1acb('0x6')](so(_0x9f698f,_0x92a391,_0x2c65a3));return _0x119777[_0x1acb('0x12')]?{'type':_0x1acb('0x17'),'content':_0x39d710(_0x4dca89,'*Set\x20format\x20to:*\x20%0',_0x119777[_0x1acb('0xd')](',\x20'))}:{'type':_0x1acb('0x17'),'content':_0x39d710(_0x4dca89,'*Remove\x20all\x20formatting*')};}});}}function so(_0x328397,_0x4a2a7f,_0x50823b){const _0x273c09=_0x328397[_0x1acb('0x1c')]['t'],_0x13276c=_0x4a2a7f[_0x1acb('0xf')](/(?=[A-Z])/)['join']('\x20'),_0x57174f=_0x273c09(_0x13276c['charAt'](0x0)[_0x1acb('0xb')]()+_0x13276c['slice'](0x1))[_0x1acb('0xe')]();if(_0x1acb('0x1d')==typeof _0x50823b)return _0x57174f;if(_0x1acb('0x11')===_0x4a2a7f||_0x1acb('0x0')===_0x4a2a7f){const _0x3ac597=_0x326ce0(_0x328397[_0x1acb('0x14')][_0x1acb('0x1e')](_0x1acb('0xa')))[_0x1acb('0x13')](_0x18894f=>_0x18894f[_0x1acb('0x3')]==_0x50823b);return _0x57174f+'\x20('+(_0x3ac597?_0x273c09(_0x3ac597['label'])['toLowerCase']():_0x50823b)+')';}if(_0x1acb('0xc')===_0x4a2a7f&&isNaN(parseFloat(_0x50823b))){const _0x4f6544=_0x328397[_0x1acb('0x10')][_0x1acb('0x1e')](_0x1acb('0x1b'))['normalizeSizeOptions'](_0x328397[_0x1acb('0x14')]['get']('fontSize.options'))[_0x1acb('0x13')](_0x33f9ae=>_0x33f9ae[_0x1acb('0x3')]==_0x50823b);return _0x57174f+'\x20('+(_0x4f6544?_0x273c09(_0x4f6544[_0x1acb('0x5')])[_0x1acb('0xe')]():_0x50823b)+')';}return _0x57174f+'\x20('+_0x50823b+')';}
23
+ const _0x1fa1b8=_0x227b;(function(_0x347ecb,_0x51f8fa){const _0x269870=_0x227b,_0x1f9c37=_0x347ecb();while(!![]){try{const _0x1120a8=-parseInt(_0x269870(0x16e))/0x1+-parseInt(_0x269870(0x15b))/0x2*(-parseInt(_0x269870(0x14a))/0x3)+parseInt(_0x269870(0x161))/0x4+parseInt(_0x269870(0x148))/0x5+parseInt(_0x269870(0x153))/0x6+parseInt(_0x269870(0x16d))/0x7+parseInt(_0x269870(0x15f))/0x8*(-parseInt(_0x269870(0x14c))/0x9);if(_0x1120a8===_0x51f8fa)break;else _0x1f9c37['push'](_0x1f9c37['shift']());}catch(_0x15ec6d){_0x1f9c37['push'](_0x1f9c37['shift']());}}}(_0x12ff,0xd4b00));import{Plugin as _0x769abf}from'ckeditor5/src/core.js';function _0x12ff(){const _0x1d407d=['find','title','charAt','commands','3164890KaiSYt','TrackChangesEditing','3FWQKlb','toUpperCase','562428kkwbaz','split','entries','afterInit','_descriptionFactory','formatInline','commandName','533232wWnIyu','fontColor.colors','commandParams','boolean','length','FontSize','editor','fontColor','3027656dCdZoi','format','fontBackgroundColor','formatBlock','176hPlEtg','label','954064vyBNSz','*Set\x20format\x20to:*\x20%0','enableCommand','_enableDefaultAttributesIntegration','pasteFormat','*Remove\x20all\x20formatting*','slice','config','fontSize','normalizeSizeOptions','model','locale','7971943uTKPfQ','1367051qgwiWZ','registerDescriptionCallback','_registerLegacyDescription','join','fontSize.options','copyFormat','plugins','push','toLowerCase','get','type'];_0x12ff=function(){return _0x1d407d;};return _0x12ff();}import{normalizeColorOptions as _0x59f7ea}from'ckeditor5/src/ui.js';import{getTranslation as _0x14a02a}from'../utils/common-translations.js';function _0x227b(_0x9d2364,_0x543fe8){const _0x12ffc3=_0x12ff();return _0x227b=function(_0x227b41,_0x536abd){_0x227b41=_0x227b41-0x13d;let _0x24635a=_0x12ffc3[_0x227b41];return _0x24635a;},_0x227b(_0x9d2364,_0x543fe8);}export default class X extends _0x769abf{[_0x1fa1b8(0x14f)](){const _0x2905de=_0x1fa1b8,_0x46c462=this[_0x2905de(0x159)],_0x1a90d8=_0x46c462[_0x2905de(0x13f)][_0x2905de(0x142)](_0x2905de(0x149)),_0x40851f=_0x46c462[_0x2905de(0x147)][_0x2905de(0x142)](_0x2905de(0x13e)),_0x389bf3=_0x46c462[_0x2905de(0x147)][_0x2905de(0x142)](_0x2905de(0x165));_0x40851f&&_0x389bf3&&(_0x1a90d8[_0x2905de(0x164)](_0x2905de(0x165)),_0x1a90d8[_0x2905de(0x163)](_0x2905de(0x13e)),this[_0x2905de(0x170)]());}[_0x1fa1b8(0x170)](){const _0x5cc5cb=_0x1fa1b8,_0x11c768=this[_0x5cc5cb(0x159)],_0x32fba4=_0x11c768[_0x5cc5cb(0x16c)];_0x11c768[_0x5cc5cb(0x13f)][_0x5cc5cb(0x142)](_0x5cc5cb(0x149))[_0x5cc5cb(0x150)][_0x5cc5cb(0x16f)](_0x43d647=>{const _0x37a6a7=_0x5cc5cb;if(_0x37a6a7(0x15e)!=_0x43d647[_0x37a6a7(0x143)]&&_0x37a6a7(0x151)!=_0x43d647[_0x37a6a7(0x143)])return;const {data:_0x2742f0}=_0x43d647;if(_0x2742f0&&_0x37a6a7(0x165)===_0x2742f0[_0x37a6a7(0x152)]){const _0x27a2a8=[],_0x2b4539=_0x2742f0[_0x37a6a7(0x155)][0x0];for(const [_0x451965,_0x56c1e9]of Object[_0x37a6a7(0x14e)](_0x2b4539))_0x27a2a8[_0x37a6a7(0x140)](so(_0x11c768,_0x451965,_0x56c1e9));return _0x27a2a8[_0x37a6a7(0x157)]?{'type':_0x37a6a7(0x15c),'content':_0x14a02a(_0x32fba4,_0x37a6a7(0x162),_0x27a2a8[_0x37a6a7(0x171)](',\x20'))}:{'type':_0x37a6a7(0x15c),'content':_0x14a02a(_0x32fba4,_0x37a6a7(0x166))};}});}}function so(_0x366946,_0x57c12e,_0x4ecf91){const _0x4b5cf1=_0x1fa1b8,_0x3ff56e=_0x366946[_0x4b5cf1(0x16c)]['t'],_0xc9c863=_0x57c12e[_0x4b5cf1(0x14d)](/(?=[A-Z])/)[_0x4b5cf1(0x171)]('\x20'),_0x2c7696=_0x3ff56e(_0xc9c863[_0x4b5cf1(0x146)](0x0)[_0x4b5cf1(0x14b)]()+_0xc9c863[_0x4b5cf1(0x167)](0x1))[_0x4b5cf1(0x141)]();if(_0x4b5cf1(0x156)==typeof _0x4ecf91)return _0x2c7696;if(_0x4b5cf1(0x15a)===_0x57c12e||_0x4b5cf1(0x15d)===_0x57c12e){const _0x276684=_0x59f7ea(_0x366946[_0x4b5cf1(0x168)][_0x4b5cf1(0x142)](_0x4b5cf1(0x154)))[_0x4b5cf1(0x144)](_0x14d8c7=>_0x14d8c7[_0x4b5cf1(0x16b)]==_0x4ecf91);return _0x2c7696+'\x20('+(_0x276684?_0x3ff56e(_0x276684[_0x4b5cf1(0x160)])[_0x4b5cf1(0x141)]():_0x4ecf91)+')';}if(_0x4b5cf1(0x169)===_0x57c12e&&isNaN(parseFloat(_0x4ecf91))){const _0x4ae419=_0x366946[_0x4b5cf1(0x13f)][_0x4b5cf1(0x142)](_0x4b5cf1(0x158))[_0x4b5cf1(0x16a)](_0x366946[_0x4b5cf1(0x168)][_0x4b5cf1(0x142)](_0x4b5cf1(0x13d)))[_0x4b5cf1(0x144)](_0x45756a=>_0x45756a[_0x4b5cf1(0x16b)]==_0x4ecf91);return _0x2c7696+'\x20('+(_0x4ae419?_0x3ff56e(_0x4ae419[_0x4b5cf1(0x145)])[_0x4b5cf1(0x141)]():_0x4ecf91)+')';}return _0x2c7696+'\x20('+_0x4ecf91+')';}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1916=['get','config','*Change\x20to:*\x20%0','commandParams','has','format','plugins','formatBlock','ELEMENT_HEADING','editor','ELEMENT_HEADING_CUSTOM','_getHeadingLevel','type','match','name','_registerLegacyDescription','_headingOptions','locale','registerDescriptionCallback','value','TrackChangesEditing','_descriptionFactory','title','HeadingEditing','model','view','commandName','find','registerElementLabel','heading','_enableDefaultAttributesIntegration'];(function(_0x639897,_0x19169e){const _0x406bb1=function(_0x135722){while(--_0x135722){_0x639897['push'](_0x639897['shift']());}};_0x406bb1(++_0x19169e);}(_0x1916,0x7e));const _0x406b=function(_0x639897,_0x19169e){_0x639897=_0x639897-0x0;let _0x406bb1=_0x1916[_0x639897];return _0x406bb1;};import{Plugin as _0x5cc316}from'ckeditor5/src/core.js';import{getTranslation as _0xd45161}from'../utils/common-translations.js';export default class Y extends _0x5cc316{['afterInit'](){const _0x9cf6f0=this['editor'];if(!_0x9cf6f0[_0x406b('0x4')][_0x406b('0x2')](_0x406b('0x15')))return;this[_0x406b('0xe')]=_0x9cf6f0[_0x406b('0x1e')][_0x406b('0x1d')]('heading.options');const _0x5c1eb6=_0x9cf6f0[_0x406b('0xf')],_0x57d64b=_0x9cf6f0['plugins'][_0x406b('0x1d')]('TrackChangesEditing');_0x57d64b[_0x406b('0x1c')](_0x406b('0x1b'));for(const _0x1d2ee0 of this['_headingOptions'])'paragraph'!=_0x1d2ee0[_0x406b('0x16')]&&_0x57d64b[_0x406b('0x13')][_0x406b('0x1a')](_0x1d2ee0['model'],_0x10e576=>{const _0xd94829=this[_0x406b('0x9')](_0x1d2ee0['model']);return null!==_0xd94829?_0x5743fa(_0x10e576,_0xd94829):_0x48a741(_0x10e576,_0x1d2ee0['title']);});function _0x5743fa(_0x79c4f0,_0x41306d){return _0xd45161(_0x5c1eb6,_0x406b('0x6'),[_0x79c4f0,_0x41306d]);}function _0x48a741(_0x20fe7d,_0x2b25b9){return _0xd45161(_0x5c1eb6,'ELEMENT_HEADING_CUSTOM',[_0x20fe7d,_0x2b25b9]);}this[_0x406b('0xd')]();}[_0x406b('0xd')](){const _0x46486f=this[_0x406b('0x7')],_0x1b0eed=_0x46486f['locale'];function _0x3a12e1(_0x8a2f25,_0x48819f){return _0xd45161(_0x1b0eed,_0x406b('0x8'),[_0x8a2f25,_0x48819f]);}_0x46486f[_0x406b('0x4')][_0x406b('0x1d')](_0x406b('0x12'))[_0x406b('0x13')][_0x406b('0x10')](_0x4fc4b0=>{if(_0x406b('0x5')!=_0x4fc4b0[_0x406b('0xa')])return;const {data:_0x3a5bda}=_0x4fc4b0;if(_0x3a5bda&&'heading'==_0x3a5bda[_0x406b('0x18')]){const _0x54ba4b=_0x3a5bda[_0x406b('0x1')][0x0][_0x406b('0x11')],_0x3ee8d0=this[_0x406b('0x9')](_0x54ba4b);if(null!==_0x3ee8d0)return{'type':_0x406b('0x3'),'content':_0xd45161(_0x1b0eed,_0x406b('0x0'),(_0x34fc13=0x1,_0x3d0478=_0x3ee8d0,_0xd45161(_0x1b0eed,_0x406b('0x6'),[_0x34fc13,_0x3d0478])))};const _0xc37b9a=this['_headingOptions']['find'](_0x2fe579=>_0x2fe579[_0x406b('0x16')]===_0x54ba4b)[_0x406b('0x14')];return{'type':_0x406b('0x3'),'content':_0xd45161(_0x1b0eed,_0x406b('0x0'),_0x3a12e1(0x1,_0xc37b9a))};}var _0x34fc13,_0x3d0478;});}[_0x406b('0x9')](_0x2c0a70){var _0x44f035,_0xfa0c31;const _0x445ad8=_0x2c0a70[_0x406b('0xb')](/^heading(\d+)/);if(_0x445ad8)return _0x445ad8[0x1];const _0x227c96=null===(_0x44f035=this['_headingOptions'])||void 0x0===_0x44f035?void 0x0:_0x44f035[_0x406b('0x19')](_0x2d8bdf=>_0x2d8bdf[_0x406b('0x16')]==_0x2c0a70);if(_0x227c96&&_0x227c96[_0x406b('0x17')]){const _0x55f3ce=_0x227c96[_0x406b('0x17')],_0x983899=(null!==(_0xfa0c31=_0x55f3ce[_0x406b('0xc')])&&void 0x0!==_0xfa0c31?_0xfa0c31:_0x55f3ce)[_0x406b('0xb')](/^h(\d+)/);if(_0x983899)return _0x983899[0x1];}return null;}}
23
+ const _0x4b0254=_0x33bb;(function(_0x564fdc,_0x341f26){const _0xf38cf8=_0x33bb,_0x1cccc6=_0x564fdc();while(!![]){try{const _0x23aff7=-parseInt(_0xf38cf8(0x145))/0x1+parseInt(_0xf38cf8(0x146))/0x2+parseInt(_0xf38cf8(0x13b))/0x3+parseInt(_0xf38cf8(0x14d))/0x4+parseInt(_0xf38cf8(0x161))/0x5*(-parseInt(_0xf38cf8(0x162))/0x6)+-parseInt(_0xf38cf8(0x153))/0x7*(-parseInt(_0xf38cf8(0x15b))/0x8)+parseInt(_0xf38cf8(0x158))/0x9;if(_0x23aff7===_0x341f26)break;else _0x1cccc6['push'](_0x1cccc6['shift']());}catch(_0x54fb36){_0x1cccc6['push'](_0x1cccc6['shift']());}}}(_0x1a3f,0x3521e));function _0x33bb(_0x1c8229,_0x71e8ac){const _0x1a3fda=_0x1a3f();return _0x33bb=function(_0x33bb92,_0x1e23a2){_0x33bb92=_0x33bb92-0x138;let _0x4935e6=_0x1a3fda[_0x33bb92];return _0x4935e6;},_0x33bb(_0x1c8229,_0x71e8ac);}import{Plugin as _0x361287}from'ckeditor5/src/core.js';import{getTranslation as _0x1a3c03}from'../utils/common-translations.js';export default class Y extends _0x361287{[_0x4b0254(0x15c)](){const _0x3a7e1d=_0x4b0254,_0x246295=this[_0x3a7e1d(0x13e)];if(!_0x246295[_0x3a7e1d(0x13f)][_0x3a7e1d(0x141)](_0x3a7e1d(0x143)))return;this[_0x3a7e1d(0x150)]=_0x246295[_0x3a7e1d(0x149)][_0x3a7e1d(0x13d)](_0x3a7e1d(0x15d));const _0x4ad3c9=_0x246295[_0x3a7e1d(0x159)],_0x478c93=_0x246295[_0x3a7e1d(0x13f)][_0x3a7e1d(0x13d)](_0x3a7e1d(0x160));_0x478c93[_0x3a7e1d(0x14e)](_0x3a7e1d(0x13c));for(const _0xd8e76a of this[_0x3a7e1d(0x150)])_0x3a7e1d(0x142)!=_0xd8e76a[_0x3a7e1d(0x148)]&&_0x478c93[_0x3a7e1d(0x14b)][_0x3a7e1d(0x151)](_0xd8e76a[_0x3a7e1d(0x148)],_0x28111a=>{const _0x27d240=_0x3a7e1d,_0x12155d=this[_0x27d240(0x13a)](_0xd8e76a[_0x27d240(0x148)]);return null!==_0x12155d?_0x1e8802(_0x28111a,_0x12155d):_0x2568e5(_0x28111a,_0xd8e76a[_0x27d240(0x14a)]);});function _0x1e8802(_0x1a1c79,_0x3e5ee0){const _0x930acf=_0x3a7e1d;return _0x1a3c03(_0x4ad3c9,_0x930acf(0x147),[_0x1a1c79,_0x3e5ee0]);}function _0x2568e5(_0x483f6c,_0xce654d){const _0x3ec894=_0x3a7e1d;return _0x1a3c03(_0x4ad3c9,_0x3ec894(0x14c),[_0x483f6c,_0xce654d]);}this[_0x3a7e1d(0x156)]();}[_0x4b0254(0x156)](){const _0x5d46fd=_0x4b0254,_0xe677be=this[_0x5d46fd(0x13e)],_0x1df046=_0xe677be[_0x5d46fd(0x159)];function _0x3ef2c0(_0x512073,_0x5d7371){const _0x281d14=_0x5d46fd;return _0x1a3c03(_0x1df046,_0x281d14(0x14c),[_0x512073,_0x5d7371]);}_0xe677be[_0x5d46fd(0x13f)][_0x5d46fd(0x13d)](_0x5d46fd(0x160))[_0x5d46fd(0x14b)][_0x5d46fd(0x14f)](_0x5e1d2b=>{const _0x1e117e=_0x5d46fd;if(_0x1e117e(0x155)!=_0x5e1d2b[_0x1e117e(0x15f)])return;const {data:_0x3f9382}=_0x5e1d2b;if(_0x3f9382&&_0x1e117e(0x13c)==_0x3f9382[_0x1e117e(0x15a)]){const _0x3531ce=_0x3f9382[_0x1e117e(0x152)][0x0][_0x1e117e(0x15e)],_0x4fc62b=this[_0x1e117e(0x13a)](_0x3531ce);if(null!==_0x4fc62b)return{'type':_0x1e117e(0x157),'content':_0x1a3c03(_0x1df046,_0x1e117e(0x139),(_0x1518e3=0x1,_0x4145d3=_0x4fc62b,_0x1a3c03(_0x1df046,_0x1e117e(0x147),[_0x1518e3,_0x4145d3])))};const _0x29dc1e=this[_0x1e117e(0x150)][_0x1e117e(0x140)](_0x1c5377=>_0x1c5377[_0x1e117e(0x148)]===_0x3531ce)[_0x1e117e(0x14a)];return{'type':_0x1e117e(0x157),'content':_0x1a3c03(_0x1df046,_0x1e117e(0x139),_0x3ef2c0(0x1,_0x29dc1e))};}var _0x1518e3,_0x4145d3;});}[_0x4b0254(0x13a)](_0x2cdc19){const _0x2bfadc=_0x4b0254;var _0x2f4076,_0x41548f;const _0x9696f1=_0x2cdc19[_0x2bfadc(0x154)](/^heading(\d+)/);if(_0x9696f1)return _0x9696f1[0x1];const _0x1c3b54=null===(_0x2f4076=this[_0x2bfadc(0x150)])||void 0x0===_0x2f4076?void 0x0:_0x2f4076[_0x2bfadc(0x140)](_0xbdba52=>_0xbdba52[_0x2bfadc(0x148)]==_0x2cdc19);if(_0x1c3b54&&_0x1c3b54[_0x2bfadc(0x138)]){const _0x2b9f48=_0x1c3b54[_0x2bfadc(0x138)],_0x3339c9=(null!==(_0x41548f=_0x2b9f48[_0x2bfadc(0x144)])&&void 0x0!==_0x41548f?_0x41548f:_0x2b9f48)[_0x2bfadc(0x154)](/^h(\d+)/);if(_0x3339c9)return _0x3339c9[0x1];}return null;}}function _0x1a3f(){const _0xa04e04=['match','formatBlock','_registerLegacyDescription','format','1956978oGvEyA','locale','commandName','8bAvHpk','afterInit','heading.options','value','type','TrackChangesEditing','10fzuyte','1195566sqAFqC','view','*Change\x20to:*\x20%0','_getHeadingLevel','277443ehbJdt','heading','get','editor','plugins','find','has','paragraph','HeadingEditing','name','79519YYRYdi','82934neRaAA','ELEMENT_HEADING','model','config','title','_descriptionFactory','ELEMENT_HEADING_CUSTOM','1022252BpHOOS','_enableDefaultAttributesIntegration','registerDescriptionCallback','_headingOptions','registerElementLabel','commandParams','621026RiEQQo'];_0x1a3f=function(){return _0xa04e04;};return _0x1a3f();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9055=['_registerLegacyDescription','has','editor','HighlightEditing','highlight','FORMAT_HIGHLIGHT','color','title','locale','_enableDefaultAttributesIntegration','afterInit','value','*Remove\x20highlight*','TrackChangesEditing','toLowerCase','registerDescriptionCallback','commandName','*Set\x20highlight:*\x20%0','format','registerAttributeLabel','plugins','highlight.options','get','commandParams'];(function(_0x588951,_0x905559){const _0x450034=function(_0x4c69f2){while(--_0x4c69f2){_0x588951['push'](_0x588951['shift']());}};_0x450034(++_0x905559);}(_0x9055,0x1d8));const _0x4500=function(_0x588951,_0x905559){_0x588951=_0x588951-0x0;let _0x450034=_0x9055[_0x588951];return _0x450034;};import{Plugin as _0x33fd7a}from'ckeditor5/src/core.js';import{getTranslation as _0x37aa9f}from'../utils/common-translations.js';export default class Z extends _0x33fd7a{[_0x4500('0x12')](){const _0x194d03=this[_0x4500('0xa')];if(!_0x194d03[_0x4500('0x4')][_0x4500('0x9')](_0x4500('0xb')))return;const _0x133c38=_0x194d03[_0x4500('0x4')][_0x4500('0x6')]('TrackChangesEditing'),_0x2be5e7=_0x194d03[_0x4500('0x10')];_0x133c38[_0x4500('0x11')](_0x4500('0xc'),['highlight']),_0x133c38['_descriptionFactory'][_0x4500('0x3')](_0x4500('0xc'),_0x37aa9f(_0x2be5e7,_0x4500('0xd'))),this[_0x4500('0x8')]();}[_0x4500('0x8')](){const _0x55eff6=this[_0x4500('0xa')],_0x36c56b=_0x55eff6['locale'];_0x55eff6[_0x4500('0x4')]['get'](_0x4500('0x15'))['_descriptionFactory'][_0x4500('0x17')](_0x535388=>{if('formatInline'!=_0x535388['type'])return;const {data:_0x57d511}=_0x535388;if(_0x57d511&&'highlight'==_0x57d511[_0x4500('0x0')]){const _0x45270d=_0x36c56b['t'],_0x4574ca=_0x57d511[_0x4500('0x7')][0x0][_0x4500('0x13')];if(_0x4574ca){const _0x38be6e=_0x55eff6['config']['get'](_0x4500('0x5'))['find'](_0x4111d7=>_0x4111d7['model']==_0x4574ca),_0x315aa4=_0x45270d(_0x38be6e[_0x4500('0xf')])[_0x4500('0x16')]();return{'type':'format','content':_0x37aa9f(_0x36c56b,_0x4500('0x1'),_0x315aa4),'color':{'value':_0x38be6e[_0x4500('0xe')],'title':_0x38be6e[_0x4500('0xf')]}};}return{'type':_0x4500('0x2'),'content':_0x37aa9f(_0x36c56b,_0x4500('0x14'),_0x37aa9f(_0x36c56b,_0x4500('0xd')))};}});}}
23
+ function _0x3c96(_0x10d236,_0x4e6e0c){const _0x168ec6=_0x168e();return _0x3c96=function(_0x3c967c,_0x3f116a){_0x3c967c=_0x3c967c-0x7f;let _0x42f3b0=_0x168ec6[_0x3c967c];return _0x42f3b0;},_0x3c96(_0x10d236,_0x4e6e0c);}const _0x1cf32a=_0x3c96;(function(_0x1480c8,_0x199101){const _0x538e82=_0x3c96,_0x514bdd=_0x1480c8();while(!![]){try{const _0x229246=-parseInt(_0x538e82(0xa0))/0x1*(-parseInt(_0x538e82(0x97))/0x2)+-parseInt(_0x538e82(0xa7))/0x3+-parseInt(_0x538e82(0x99))/0x4+-parseInt(_0x538e82(0xa2))/0x5*(parseInt(_0x538e82(0x7f))/0x6)+-parseInt(_0x538e82(0x94))/0x7*(parseInt(_0x538e82(0xa5))/0x8)+-parseInt(_0x538e82(0x93))/0x9*(parseInt(_0x538e82(0x9a))/0xa)+parseInt(_0x538e82(0x84))/0xb*(parseInt(_0x538e82(0x91))/0xc);if(_0x229246===_0x199101)break;else _0x514bdd['push'](_0x514bdd['shift']());}catch(_0x3b9bb5){_0x514bdd['push'](_0x514bdd['shift']());}}}(_0x168e,0xb744a));import{Plugin as _0x27e63c}from'ckeditor5/src/core.js';function _0x168e(){const _0x518bf9=['_registerLegacyDescription','registerDescriptionCallback','712079UOwtBL','*Remove\x20highlight*','5ZrglVr','FORMAT_HIGHLIGHT','format','328YNAQFH','registerAttributeLabel','4418484mifCBi','has','1596750CMRiCW','type','editor','*Set\x20highlight:*\x20%0','title','187ksLsdV','get','formatInline','find','value','_descriptionFactory','TrackChangesEditing','plugins','model','HighlightEditing','_enableDefaultAttributesIntegration','highlight.options','toLowerCase','3998964dbxgMN','color','1359HJkESM','213794avtlxN','config','highlight','2RxmACP','commandName','4757240kPVkEt','95770zDhhcY','locale','afterInit','commandParams'];_0x168e=function(){return _0x518bf9;};return _0x168e();}import{getTranslation as _0x5e03aa}from'../utils/common-translations.js';export default class Z extends _0x27e63c{[_0x1cf32a(0x9c)](){const _0x443b45=_0x1cf32a,_0x145710=this[_0x443b45(0x81)];if(!_0x145710[_0x443b45(0x8b)][_0x443b45(0xa8)](_0x443b45(0x8d)))return;const _0x262737=_0x145710[_0x443b45(0x8b)][_0x443b45(0x85)](_0x443b45(0x8a)),_0x4bd899=_0x145710[_0x443b45(0x9b)];_0x262737[_0x443b45(0x8e)](_0x443b45(0x96),[_0x443b45(0x96)]),_0x262737[_0x443b45(0x89)][_0x443b45(0xa6)](_0x443b45(0x96),_0x5e03aa(_0x4bd899,_0x443b45(0xa3))),this[_0x443b45(0x9e)]();}[_0x1cf32a(0x9e)](){const _0x939f19=_0x1cf32a,_0x30f7ec=this[_0x939f19(0x81)],_0x18bbfc=_0x30f7ec[_0x939f19(0x9b)];_0x30f7ec[_0x939f19(0x8b)][_0x939f19(0x85)](_0x939f19(0x8a))[_0x939f19(0x89)][_0x939f19(0x9f)](_0x485746=>{const _0x2a192d=_0x939f19;if(_0x2a192d(0x86)!=_0x485746[_0x2a192d(0x80)])return;const {data:_0x2f4b4f}=_0x485746;if(_0x2f4b4f&&_0x2a192d(0x96)==_0x2f4b4f[_0x2a192d(0x98)]){const _0x30c3c5=_0x18bbfc['t'],_0x2ee27a=_0x2f4b4f[_0x2a192d(0x9d)][0x0][_0x2a192d(0x88)];if(_0x2ee27a){const _0x1c568c=_0x30f7ec[_0x2a192d(0x95)][_0x2a192d(0x85)](_0x2a192d(0x8f))[_0x2a192d(0x87)](_0x4e8a1f=>_0x4e8a1f[_0x2a192d(0x8c)]==_0x2ee27a),_0x4baa8c=_0x30c3c5(_0x1c568c[_0x2a192d(0x83)])[_0x2a192d(0x90)]();return{'type':_0x2a192d(0xa4),'content':_0x5e03aa(_0x18bbfc,_0x2a192d(0x82),_0x4baa8c),'color':{'value':_0x1c568c[_0x2a192d(0x92)],'title':_0x1c568c[_0x2a192d(0x83)]}};}return{'type':_0x2a192d(0xa4),'content':_0x5e03aa(_0x18bbfc,_0x2a192d(0xa1),_0x5e03aa(_0x18bbfc,_0x2a192d(0xa3)))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x227a=['addClass','createEmptyElement','has','createContainerElement','horizontalLine','high','TrackChangesEditing','ELEMENT_HORIZONTAL_LINE','ck-horizontal-line','dataDowncast','conversion','plugins','HorizontalLineEditing','elementToStructure','showSuggestionHighlights','div','registerElementLabel','editor','insert','_descriptionFactory','for'];(function(_0x431fcf,_0x227a0d){const _0x4f92c1=function(_0x141f8d){while(--_0x141f8d){_0x431fcf['push'](_0x431fcf['shift']());}};_0x4f92c1(++_0x227a0d);}(_0x227a,0x17e));const _0x4f92=function(_0x431fcf,_0x227a0d){_0x431fcf=_0x431fcf-0x0;let _0x4f92c1=_0x227a[_0x431fcf];return _0x4f92c1;};import{Plugin as _0x3602ed}from'ckeditor5/src/core.js';import{getTranslation as _0x1b93ed}from'../utils/common-translations.js';export default class tt extends _0x3602ed{['afterInit'](){const _0xef86a8=this[_0x4f92('0xd')];if(!_0xef86a8[_0x4f92('0x7')][_0x4f92('0x13')](_0x4f92('0x8')))return;_0xef86a8[_0x4f92('0x7')]['get'](_0x4f92('0x2'))['enableCommand'](_0x4f92('0x0'));const _0x4ec117=_0xef86a8[_0x4f92('0x7')]['get'](_0x4f92('0x2')),_0x4e3a1e=_0xef86a8['locale'];_0x4ec117[_0x4f92('0xf')][_0x4f92('0xc')](_0x4f92('0x0'),_0x5b4760=>_0x1b93ed(_0x4e3a1e,_0x4f92('0x3'),_0x5b4760)),_0xef86a8[_0x4f92('0x6')][_0x4f92('0x10')](_0x4f92('0x5'))[_0x4f92('0x9')]({'model':'horizontalLine','view':(_0x187f01,{writer:_0x85b13,options:_0x41bdce})=>{if(!_0x41bdce[_0x4f92('0xa')])return null;const _0x488a50=_0x85b13[_0x4f92('0x14')](_0x4f92('0xb')),_0x1a1058=_0x85b13[_0x4f92('0x12')]('hr');return _0x85b13[_0x4f92('0x11')](_0x4f92('0x4'),_0x488a50),_0x85b13[_0x4f92('0xe')](_0x85b13['createPositionAt'](_0x488a50,0x0),_0x1a1058),_0x488a50;},'converterPriority':_0x4f92('0x1')});}}
23
+ const _0x16bd7b=_0x48e1;(function(_0x55b018,_0x314533){const _0x56a40d=_0x48e1,_0x279a39=_0x55b018();while(!![]){try{const _0x56994a=-parseInt(_0x56a40d(0x12f))/0x1*(-parseInt(_0x56a40d(0x134))/0x2)+-parseInt(_0x56a40d(0x118))/0x3+parseInt(_0x56a40d(0x11e))/0x4*(-parseInt(_0x56a40d(0x115))/0x5)+parseInt(_0x56a40d(0x128))/0x6+-parseInt(_0x56a40d(0x11c))/0x7+parseInt(_0x56a40d(0x12e))/0x8*(parseInt(_0x56a40d(0x139))/0x9)+parseInt(_0x56a40d(0x138))/0xa*(-parseInt(_0x56a40d(0x137))/0xb);if(_0x56994a===_0x314533)break;else _0x279a39['push'](_0x279a39['shift']());}catch(_0x562392){_0x279a39['push'](_0x279a39['shift']());}}}(_0x2224,0xd9603));function _0x48e1(_0x2e5b70,_0x57ae06){const _0x22244e=_0x2224();return _0x48e1=function(_0x48e1a2,_0x20a703){_0x48e1a2=_0x48e1a2-0x115;let _0x42b60d=_0x22244e[_0x48e1a2];return _0x42b60d;},_0x48e1(_0x2e5b70,_0x57ae06);}function _0x2224(){const _0x3b81c6=['ck-horizontal-line','dataDowncast','createPositionAt','createContainerElement','afterInit','createEmptyElement','showSuggestionHighlights','8847702kqLsIS','has','enableCommand','registerElementLabel','ELEMENT_HORIZONTAL_LINE','locale','8uSXWMg','26681CoTYEh','high','elementToStructure','TrackChangesEditing','HorizontalLineEditing','116ElLlvn','_descriptionFactory','insert','11ZwPEhv','12639730FrSWAl','9346851IxcXwD','5FvNhKC','horizontalLine','div','551112LLWflF','get','editor','plugins','3379369bfLNLp','conversion','4959356IvVceT','addClass','for'];_0x2224=function(){return _0x3b81c6;};return _0x2224();}import{Plugin as _0x4685e8}from'ckeditor5/src/core.js';import{getTranslation as _0x219c31}from'../utils/common-translations.js';export default class tt extends _0x4685e8{[_0x16bd7b(0x125)](){const _0x5659f7=_0x16bd7b,_0xab6af6=this[_0x5659f7(0x11a)];if(!_0xab6af6[_0x5659f7(0x11b)][_0x5659f7(0x129)](_0x5659f7(0x133)))return;_0xab6af6[_0x5659f7(0x11b)][_0x5659f7(0x119)](_0x5659f7(0x132))[_0x5659f7(0x12a)](_0x5659f7(0x116));const _0x2b625b=_0xab6af6[_0x5659f7(0x11b)][_0x5659f7(0x119)](_0x5659f7(0x132)),_0x539fed=_0xab6af6[_0x5659f7(0x12d)];_0x2b625b[_0x5659f7(0x135)][_0x5659f7(0x12b)](_0x5659f7(0x116),_0x49a772=>_0x219c31(_0x539fed,_0x5659f7(0x12c),_0x49a772)),_0xab6af6[_0x5659f7(0x11d)][_0x5659f7(0x120)](_0x5659f7(0x122))[_0x5659f7(0x131)]({'model':_0x5659f7(0x116),'view':(_0x14a278,{writer:_0x491ab9,options:_0x4e3ca1})=>{const _0x4d9226=_0x5659f7;if(!_0x4e3ca1[_0x4d9226(0x127)])return null;const _0x35df61=_0x491ab9[_0x4d9226(0x124)](_0x4d9226(0x117)),_0x589a6f=_0x491ab9[_0x4d9226(0x126)]('hr');return _0x491ab9[_0x4d9226(0x11f)](_0x4d9226(0x121),_0x35df61),_0x491ab9[_0x4d9226(0x136)](_0x491ab9[_0x4d9226(0x123)](_0x35df61,0x0),_0x589a6f),_0x35df61;},'converterPriority':_0x5659f7(0x130)});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c43=['TrackChangesEditing','editor','locale','getFirstRange','rawHtml','key','start','_descriptionFactory','has','htmlEmbed','_enableDefaultAttributesIntegration','*Change\x20%0\x20content*','format','value','formatBlock','type','afterInit','attribute','_registerLegacyDescription','registerElementLabel','ELEMENT_HTML_EMBED','plugins','commandName'];(function(_0x2b78fe,_0x3c4308){const _0x3491de=function(_0x607b7){while(--_0x607b7){_0x2b78fe['push'](_0x2b78fe['shift']());}};_0x3491de(++_0x3c4308);}(_0x3c43,0x11a));const _0x3491=function(_0x2b78fe,_0x3c4308){_0x2b78fe=_0x2b78fe-0x0;let _0x3491de=_0x3c43[_0x2b78fe];return _0x3491de;};import{Plugin as _0x4a1dd7}from'ckeditor5/src/core.js';import{getTranslation as _0x1462a5}from'../utils/common-translations.js';export default class et extends _0x4a1dd7{[_0x3491('0xa')](){const _0x8886f4=this[_0x3491('0x12')];if(!_0x8886f4[_0x3491('0xf')][_0x3491('0x2')]('HtmlEmbed'))return;const _0x27b4dd=_0x8886f4[_0x3491('0xf')]['get'](_0x3491('0x11')),_0x281ffa=_0x8886f4['locale'];_0x27b4dd['_descriptionFactory'][_0x3491('0xd')](_0x3491('0x15'),_0x4114d5=>_0x1462a5(_0x281ffa,_0x3491('0xe'),_0x4114d5)),_0x27b4dd[_0x3491('0x4')](_0x3491('0x3'),[],[_0x3491('0x7')]),_0x27b4dd[_0x3491('0x1')]['registerDescriptionCallback'](_0x289e9d=>{if(_0x3491('0xb')!=_0x289e9d['type'])return;const {data:_0x30aa39}=_0x289e9d;if(_0x30aa39&&_0x3491('0x7')==_0x30aa39[_0x3491('0x16')]&&_0x289e9d[_0x3491('0x14')]()[_0x3491('0x0')]['nodeAfter']['is']('element',_0x3491('0x15'))){const _0x498103=_0x1462a5(_0x281ffa,_0x3491('0xe'));return{'type':_0x3491('0x6'),'content':_0x1462a5(_0x281ffa,_0x3491('0x5'),_0x498103)};}}),this[_0x3491('0xc')]();}[_0x3491('0xc')](){const _0x34b496=this[_0x3491('0x12')],_0x774a0f=_0x34b496[_0x3491('0x13')];_0x34b496[_0x3491('0xf')]['get'](_0x3491('0x11'))[_0x3491('0x1')]['registerDescriptionCallback'](_0x44cf40=>{if(_0x3491('0x8')!=_0x44cf40[_0x3491('0x9')])return;const {data:_0x3ac7ed}=_0x44cf40;if(_0x3ac7ed&&_0x3491('0x3')==_0x3ac7ed[_0x3491('0x10')]){const _0x282101=_0x1462a5(_0x774a0f,_0x3491('0xe'));return{'type':_0x3491('0x6'),'content':_0x1462a5(_0x774a0f,_0x3491('0x5'),_0x282101)};}});}}
23
+ function _0x3f89(_0x57854e,_0x328abe){const _0x2e7ba2=_0x2e7b();return _0x3f89=function(_0x3f89f0,_0x42c0f5){_0x3f89f0=_0x3f89f0-0x117;let _0x18542f=_0x2e7ba2[_0x3f89f0];return _0x18542f;},_0x3f89(_0x57854e,_0x328abe);}const _0x4997f4=_0x3f89;function _0x2e7b(){const _0x2087b6=['start','locale','3dspNCT','has','commandName','rawHtml','8376kSRJoI','htmlEmbed','getFirstRange','TrackChangesEditing','afterInit','type','2oHoFSE','nodeAfter','11169056ICKyaB','plugins','20PRehOQ','119388VDmvvU','595296VISLJM','1742949gIwMsJ','_registerLegacyDescription','1793XCKryX','_descriptionFactory','formatBlock','key','ELEMENT_HTML_EMBED','HtmlEmbed','editor','get','4300pnrAkn','registerElementLabel','element','_enableDefaultAttributesIntegration','*Change\x20%0\x20content*','registerDescriptionCallback','format','3634924tXrbjm','12793368pLLYTl','value','attribute'];_0x2e7b=function(){return _0x2087b6;};return _0x2e7b();}(function(_0x21820d,_0x3e35de){const _0x5ddc96=_0x3f89,_0x21d94a=_0x21820d();while(!![]){try{const _0x4f40c1=parseInt(_0x5ddc96(0x11e))/0x1*(parseInt(_0x5ddc96(0x117))/0x2)+parseInt(_0x5ddc96(0x135))/0x3*(-parseInt(_0x5ddc96(0x12f))/0x4)+-parseInt(_0x5ddc96(0x128))/0x5*(parseInt(_0x5ddc96(0x139))/0x6)+-parseInt(_0x5ddc96(0x130))/0x7+parseInt(_0x5ddc96(0x119))/0x8+parseInt(_0x5ddc96(0x11d))/0x9*(parseInt(_0x5ddc96(0x11b))/0xa)+-parseInt(_0x5ddc96(0x120))/0xb*(-parseInt(_0x5ddc96(0x11c))/0xc);if(_0x4f40c1===_0x3e35de)break;else _0x21d94a['push'](_0x21d94a['shift']());}catch(_0x36cc4b){_0x21d94a['push'](_0x21d94a['shift']());}}}(_0x2e7b,0xe96ed));import{Plugin as _0x476493}from'ckeditor5/src/core.js';import{getTranslation as _0x58ed00}from'../utils/common-translations.js';export default class et extends _0x476493{[_0x4997f4(0x13d)](){const _0x3784be=_0x4997f4,_0x1730aa=this[_0x3784be(0x126)];if(!_0x1730aa[_0x3784be(0x11a)][_0x3784be(0x136)](_0x3784be(0x125)))return;const _0x311f0c=_0x1730aa[_0x3784be(0x11a)][_0x3784be(0x127)](_0x3784be(0x13c)),_0x4fa24d=_0x1730aa[_0x3784be(0x134)];_0x311f0c[_0x3784be(0x121)][_0x3784be(0x129)](_0x3784be(0x138),_0xaa34fe=>_0x58ed00(_0x4fa24d,_0x3784be(0x124),_0xaa34fe)),_0x311f0c[_0x3784be(0x12b)](_0x3784be(0x13a),[],[_0x3784be(0x131)]),_0x311f0c[_0x3784be(0x121)][_0x3784be(0x12d)](_0x1f1782=>{const _0x2969e7=_0x3784be;if(_0x2969e7(0x132)!=_0x1f1782[_0x2969e7(0x13e)])return;const {data:_0x5f377c}=_0x1f1782;if(_0x5f377c&&_0x2969e7(0x131)==_0x5f377c[_0x2969e7(0x123)]&&_0x1f1782[_0x2969e7(0x13b)]()[_0x2969e7(0x133)][_0x2969e7(0x118)]['is'](_0x2969e7(0x12a),_0x2969e7(0x138))){const _0x15543a=_0x58ed00(_0x4fa24d,_0x2969e7(0x124));return{'type':_0x2969e7(0x12e),'content':_0x58ed00(_0x4fa24d,_0x2969e7(0x12c),_0x15543a)};}}),this[_0x3784be(0x11f)]();}[_0x4997f4(0x11f)](){const _0x4bf56d=_0x4997f4,_0x48dbec=this[_0x4bf56d(0x126)],_0x59a21c=_0x48dbec[_0x4bf56d(0x134)];_0x48dbec[_0x4bf56d(0x11a)][_0x4bf56d(0x127)](_0x4bf56d(0x13c))[_0x4bf56d(0x121)][_0x4bf56d(0x12d)](_0x4d2fff=>{const _0x524c8c=_0x4bf56d;if(_0x524c8c(0x122)!=_0x4d2fff[_0x524c8c(0x13e)])return;const {data:_0x9328a0}=_0x4d2fff;if(_0x9328a0&&_0x524c8c(0x13a)==_0x9328a0[_0x524c8c(0x137)]){const _0x53b547=_0x58ed00(_0x59a21c,_0x524c8c(0x124));return{'type':_0x524c8c(0x12e),'content':_0x58ed00(_0x59a21c,_0x524c8c(0x12c),_0x53b547)};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2aa9=['Inline\x20image\x20to\x20block\x20image','*Reset\x20image\x20width*','end','getNearestSelectionRange','convertBlockImageToInline','join','imageTextAlternative','isIntersecting','_registerLegacyDescription','schema','_suggestionFactory','addObject','markInsertion','createRange','document','convertInlineImageToBlock','ImageEditing','imageTypeInline','change','editor','detach','ELEMENT_INLINE_IMAGE','afterInit','imageTypeBlock','commandParams','formatBlock','previous','isBlockImage','enableCommand','TrackChangesEditing','imageStylePreApply','model','resizedWidth','get','registerDescriptionCallback','ImageCaptionEditing','getFirstRange','*Set\x20image\x20text\x20alternative:*\x20%0','getClosestSelectedImageElement','insertImage','element','*Remove\x20image\x20text\x20alternative*','caption','ImageUtils','imageInline','locale','backward','discard','selection','isCollapsed','commandName','alt','markBlockFormat','start','resizeImage','nodeAfter','getSuggestionCallback','findIndex','chain','isEqual','fromPosition','ELEMENT_IMAGE','createRangeOn','_enableDefaultAttributesIntegration','ImageResize','plugins','deletion','*Set\x20image\x20width:*\x20%0','isOwn','toPrevious','isBefore','registerAttributeLabel','ImageTextAlternativeEditing','registerElementLabel','accept','ImageInlineEditing','nodeBefore','filter','_findSuggestions','has','length','FORMAT_IMAGE_SIZE','width','type','subType','forceDefaultExecution','imageCaption','formatInline','newValue','registerCustomCallback','getContainedElement','_descriptionFactory','insertion','format'];(function(_0x2d539d,_0x2aa9f2){const _0xa32b74=function(_0x1a7977){while(--_0x1a7977){_0x2d539d['push'](_0x2d539d['shift']());}};_0xa32b74(++_0x2aa9f2);}(_0x2aa9,0x122));const _0xa32b=function(_0x2d539d,_0x2aa9f2){_0x2d539d=_0x2d539d-0x0;let _0xa32b74=_0x2aa9[_0x2d539d];return _0xa32b74;};import{Plugin as _0x4634ca}from'ckeditor5/src/core.js';import{LivePosition as _0x467a13}from'ckeditor5/src/engine.js';import{getTranslation as _0x547086}from'../utils/common-translations.js';export default class it extends _0x4634ca{[_0xa32b('0xe')](){const _0x1f63f2=this['editor'];if(!_0x1f63f2[_0xa32b('0x39')][_0xa32b('0x47')](_0xa32b('0x8')))return;const _0x192532=_0x1f63f2[_0xa32b('0x39')]['get']('TrackChangesEditing'),_0x4df73a=_0x1f63f2[_0xa32b('0x39')][_0xa32b('0x19')](_0xa32b('0x23')),_0x3a1eae=_0x1f63f2[_0xa32b('0x25')];_0x192532[_0xa32b('0x14')](_0xa32b('0x1f')),_0x192532[_0xa32b('0x53')][_0xa32b('0x41')]('imageBlock',_0x2aa0d8=>_0x547086(_0x3a1eae,_0xa32b('0x35'),_0x2aa0d8)),_0x192532[_0xa32b('0x53')][_0xa32b('0x41')](_0xa32b('0x24'),_0xc97ad7=>_0x547086(_0x3a1eae,_0xa32b('0xd'),_0xc97ad7)),_0x192532[_0xa32b('0x53')]['registerElementLabel'](_0xa32b('0x22'),()=>_0x547086(_0x3a1eae,'ELEMENT_CAPTION')),_0x1f63f2[_0xa32b('0x39')][_0xa32b('0x47')]('ImageUploadEditing')&&_0x192532[_0xa32b('0x14')]('uploadImage'),_0x1f63f2[_0xa32b('0x39')]['has']('ImageBlockEditing')&&_0x1f63f2[_0xa32b('0x39')][_0xa32b('0x47')](_0xa32b('0x43'))&&(_0x192532[_0xa32b('0x14')]('imageTypeInline',(_0x4c72ce,_0x595306)=>{const _0x1f0d32=_0x4df73a[_0xa32b('0x1e')](_0x1f63f2[_0xa32b('0x17')]['document']['selection']);_0x1f63f2[_0xa32b('0x17')][_0xa32b('0xa')](()=>{_0x192532['markBlockFormat'](_0x1f0d32,{'commandName':'imageTypeInline','commandParams':[_0x595306]},[],_0xa32b('0x5a'));});}),_0x192532[_0xa32b('0x14')](_0xa32b('0xf'),(_0x1af318,_0x4c440a)=>{_0x1f63f2[_0xa32b('0x17')][_0xa32b('0xa')](_0x8d027f=>{let _0x4e157c=_0x4df73a[_0xa32b('0x1e')](_0x1f63f2[_0xa32b('0x17')]['document'][_0xa32b('0x28')]),_0x2fe0b1=_0x8d027f[_0xa32b('0x36')](_0x4e157c);const _0x3d7d33=_0x467a13['fromPosition'](_0x2fe0b1['start'],_0xa32b('0x3d')),_0x23325d=_0x467a13[_0xa32b('0x34')](_0x2fe0b1[_0xa32b('0x58')],'toNext');_0x192532[_0xa32b('0x4d')](()=>_0x1af318(_0x4c440a)),_0x4e157c=_0x4df73a[_0xa32b('0x1e')](_0x1f63f2['model'][_0xa32b('0x6')][_0xa32b('0x28')]),_0x2fe0b1=_0x8d027f[_0xa32b('0x36')](_0x4e157c);const _0x5c7b4b=_0x8d027f[_0xa32b('0x5')](_0x3d7d33,_0x23325d);_0x3d7d33[_0xa32b('0xc')](),_0x23325d['detach'](),_0x192532[_0xa32b('0x2c')](_0x4e157c,{'commandName':_0xa32b('0x9'),'commandParams':[_0x4c440a]},[],'convertInlineImageToBlock'),_0x5c7b4b[_0xa32b('0x2d')][_0xa32b('0x3e')](_0x2fe0b1[_0xa32b('0x2d')])&&_0x192532['markInsertion'](_0x8d027f['createRange'](_0x5c7b4b[_0xa32b('0x2d')],_0x2fe0b1[_0xa32b('0x2d')]),_0xa32b('0x7')),_0x2fe0b1[_0xa32b('0x58')][_0xa32b('0x3e')](_0x5c7b4b['end'])&&_0x192532[_0xa32b('0x4')](_0x8d027f['createRange'](_0x2fe0b1['end'],_0x5c7b4b['end']),_0xa32b('0x7'));});}),_0x192532['_suggestionFactory'][_0xa32b('0x51')](_0xa32b('0x11'),_0xa32b('0x7'),_0xa32b('0x5b'),()=>!0x1),_0x192532[_0xa32b('0x2')][_0xa32b('0x51')](_0xa32b('0x11'),_0xa32b('0x7'),_0xa32b('0x42'),()=>!0x1),_0x192532[_0xa32b('0x2')][_0xa32b('0x51')](_0xa32b('0x11'),'convertInlineImageToBlock',_0xa32b('0x27'),_0x192532['_suggestionFactory']['getSuggestionCallback'](_0xa32b('0x11'),'','accept')),_0x192532[_0xa32b('0x2')][_0xa32b('0x51')](_0xa32b('0x54'),'convertInlineImageToBlock','join',()=>!0x1),_0x192532['_suggestionFactory'][_0xa32b('0x51')]('insertion',_0xa32b('0x7'),_0xa32b('0x27'),([_0x5e6db3])=>{const _0x58e0ca=_0x192532[_0xa32b('0x2')][_0xa32b('0x30')]('insertion','','discard');let _0x334f9d=_0x5e6db3['start'],_0x9cec37=_0x5e6db3[_0xa32b('0x58')];const _0x51b78a=_0x1f63f2['model'][_0xa32b('0x1')]['getNearestSelectionRange'](_0x334f9d,_0xa32b('0x26')),_0x488087=_0x1f63f2[_0xa32b('0x17')][_0xa32b('0x1')][_0xa32b('0x59')](_0x9cec37,'forward');_0x51b78a[_0xa32b('0x29')]&&(_0x334f9d=_0x51b78a['start']),_0x488087[_0xa32b('0x29')]&&(_0x9cec37=_0x488087[_0xa32b('0x58')]),_0x58e0ca([_0x1f63f2[_0xa32b('0x17')][_0xa32b('0x5')](_0x334f9d,_0x9cec37)]);}),_0x192532['_suggestionFactory'][_0xa32b('0x51')](_0xa32b('0x11'),_0xa32b('0x7'),_0xa32b('0x32'),_0x183f70),_0x192532['_suggestionFactory'][_0xa32b('0x51')](_0xa32b('0x54'),_0xa32b('0x7'),_0xa32b('0x32'),_0x183f70)),_0x1f63f2[_0xa32b('0x39')][_0xa32b('0x47')](_0xa32b('0x1b'))&&(_0x192532[_0xa32b('0x14')]('toggleImageCaption',(_0x4a76a6,_0x2df82e)=>{const _0x5500fc=_0x1f63f2[_0xa32b('0x39')]['get']('ImageCaptionUtils');let _0x4b15ae=_0x4df73a[_0xa32b('0x1e')](_0x1f63f2[_0xa32b('0x17')][_0xa32b('0x6')][_0xa32b('0x28')]),_0x2b964f=_0x5500fc['getCaptionFromImageModelElement'](_0x4b15ae);_0x1f63f2[_0xa32b('0x17')][_0xa32b('0xa')](()=>{if(_0x2b964f)return void _0x192532['markDeletion'](_0x1f63f2[_0xa32b('0x17')][_0xa32b('0x36')](_0x2b964f));const _0x45650e=_0x4df73a[_0xa32b('0x13')](_0x4b15ae);_0x4a76a6(_0x2df82e),_0x4b15ae=_0x4df73a[_0xa32b('0x1e')](_0x1f63f2['model']['document'][_0xa32b('0x28')]),_0x2b964f=_0x5500fc['getCaptionFromImageModelElement'](_0x4b15ae),_0x192532[_0xa32b('0x4')](_0x1f63f2['model']['createRangeOn'](_0x2b964f),_0x45650e?null:_0xa32b('0x4e'));});}),_0x192532[_0xa32b('0x2')]['registerCustomCallback']('insertion','imageCaption','chain',_0x183f70));const _0x2bfe45=[{'type':_0xa32b('0x11'),'subType':_0xa32b('0x16')},{'type':_0xa32b('0x54'),'subType':_0xa32b('0x4e')},{'type':_0xa32b('0x11'),'subType':_0xa32b('0x7')},{'type':_0xa32b('0x54'),'subType':_0xa32b('0x7')}];function _0x50dee7(_0x44fe9b,_0x3a7d8f){const _0xadad42=_0x2bfe45[_0xa32b('0x31')](({type:_0x478f11,subType:_0x883b23})=>_0x44fe9b['type']==_0x478f11&&_0x44fe9b[_0xa32b('0x4c')]==_0x883b23),_0x4b894b=_0x2bfe45['findIndex'](({type:_0x5c0a71,subType:_0x419b32})=>_0x3a7d8f['type']==_0x5c0a71&&_0x3a7d8f[_0xa32b('0x4c')]==_0x419b32);if(_0xadad42<0x0||_0x4b894b<0x0)return!0x1;const _0x25c463=_0x44fe9b[_0xa32b('0x1c')](),_0x2b6bc9=_0x3a7d8f[_0xa32b('0x1c')]();if((0x0==_0xadad42||0x1==_0xadad42)&&0x2==_0x4b894b&&_0x25c463[_0xa32b('0x5d')](_0x2b6bc9))return!0x0;if(0x2==_0xadad42&&0x3==_0x4b894b){const _0x5b8d52=_0x192532[_0xa32b('0x46')](_0x25c463,_0xa32b('0x54'))[_0xa32b('0x45')](({suggestion:_0x3e8e5d,meta:_0x31e541})=>_0x31e541[_0xa32b('0x3c')]&&_0xa32b('0x7')==_0x3e8e5d[_0xa32b('0x4c')]);if(_0x5b8d52[_0xa32b('0x48')]>0x1&&_0x2b6bc9[_0xa32b('0x58')][_0xa32b('0x33')](_0x25c463['start']))return!0x0;if(0x1==_0x5b8d52[_0xa32b('0x48')]&&(_0x25c463[_0xa32b('0x2d')][_0xa32b('0x33')](_0x2b6bc9[_0xa32b('0x58')])||_0x25c463[_0xa32b('0x58')][_0xa32b('0x33')](_0x2b6bc9[_0xa32b('0x2d')])))return!0x0;}if(0x3==_0xadad42&&0x3==_0x4b894b&&_0x25c463[_0xa32b('0x2d')]['isBefore'](_0x2b6bc9['start'])){const _0x23c93b=_0x25c463[_0xa32b('0x58')][_0xa32b('0x2f')],_0x2d2f49=_0x2b6bc9[_0xa32b('0x2d')][_0xa32b('0x44')];return _0x4df73a[_0xa32b('0x13')](_0x23c93b)&&_0x23c93b===_0x2d2f49;}return!0x1;}function _0x183f70(_0x311f2f,_0x51acd6){return _0x50dee7(_0x311f2f,_0x51acd6)?[_0x311f2f,_0x51acd6]:_0x50dee7(_0x51acd6,_0x311f2f)?[_0x51acd6,_0x311f2f]:null;}_0x1f63f2[_0xa32b('0x39')][_0xa32b('0x47')](_0xa32b('0x38'))&&(_0x192532[_0xa32b('0x37')](_0xa32b('0x2e'),[],['resizedWidth']),_0x192532[_0xa32b('0x53')][_0xa32b('0x3f')](_0xa32b('0x18'),_0x547086(_0x3a1eae,_0xa32b('0x49')))),_0x1f63f2[_0xa32b('0x39')][_0xa32b('0x47')](_0xa32b('0x40'))&&_0x192532[_0xa32b('0x37')](_0xa32b('0x5c'),[],['alt']),_0x192532['_descriptionFactory']['registerDescriptionCallback'](_0x3c4e95=>{if(!!_0x2bfe45['find'](({type:_0x455d1b,subType:_0x3acc99})=>_0x3c4e95[_0xa32b('0x4b')]==_0x455d1b&&_0x3c4e95[_0xa32b('0x4c')]==_0x3acc99))return _0x3c4e95[_0xa32b('0x12')]?{}:void 0x0;}),_0x192532[_0xa32b('0x53')][_0xa32b('0x1a')](_0x1151b3=>{if(_0xa32b('0x54')==_0x1151b3[_0xa32b('0x4b')]||_0xa32b('0x3a')==_0x1151b3['type']){const _0x443b11=_0x1151b3[_0xa32b('0x52')]();if(_0x443b11&&_0x443b11['is'](_0xa32b('0x20'),'caption'))return{'type':'insertion'==_0x1151b3[_0xa32b('0x4b')]?_0xa32b('0x3'):'removeObject','element':_0x443b11,'quantity':0x1};}}),_0x192532[_0xa32b('0x53')][_0xa32b('0x1a')](_0x3b9073=>'formatBlock'==_0x3b9073[_0xa32b('0x4b')]&&'convertInlineImageToBlock'==_0x3b9073[_0xa32b('0x4c')]?{'type':_0xa32b('0x55'),'content':_0xa32b('0x56')}:'formatBlock'==_0x3b9073[_0xa32b('0x4b')]&&'convertBlockImageToInline'==_0x3b9073[_0xa32b('0x4c')]?{'type':_0xa32b('0x55'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x192532[_0xa32b('0x53')]['registerDescriptionCallback'](_0x4e9c47=>{if('attribute'!=_0x4e9c47[_0xa32b('0x4b')])return;const {data:_0x284b20}=_0x4e9c47;if(!_0x284b20||_0xa32b('0x2b')!=_0x284b20['key'])return;const _0xc7df45=_0x284b20['newValue'];return _0xc7df45?{'type':_0xa32b('0x55'),'content':_0x547086(_0x3a1eae,_0xa32b('0x1d'),'\x22'+_0xc7df45+'\x22')}:{'type':'format','content':_0x547086(_0x3a1eae,_0xa32b('0x21'))};}),this[_0xa32b('0x0')]();}['_registerLegacyDescription'](){const _0x533a1c=this[_0xa32b('0xb')],_0x298ec9=_0x533a1c[_0xa32b('0x25')];_0x533a1c['plugins']['get'](_0xa32b('0x15'))[_0xa32b('0x53')][_0xa32b('0x1a')](_0x4054ce=>{if(_0xa32b('0x11')!=_0x4054ce['type']&&_0xa32b('0x4f')!=_0x4054ce[_0xa32b('0x4b')])return;const {data:_0xc7f8fa}=_0x4054ce;if(_0xc7f8fa){if(_0xa32b('0x5c')==_0xc7f8fa[_0xa32b('0x2a')]){const _0x42cf68=_0xc7f8fa[_0xa32b('0x10')][0x0][_0xa32b('0x50')];return _0x42cf68?{'type':_0xa32b('0x55'),'content':_0x547086(_0x298ec9,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x42cf68+'\x22')}:{'type':_0xa32b('0x55'),'content':_0x547086(_0x298ec9,'*Remove\x20image\x20text\x20alternative*')};}if(_0xa32b('0x2e')==_0xc7f8fa[_0xa32b('0x2a')]){const _0x1a2ea6=_0xc7f8fa['commandParams'][0x0][_0xa32b('0x4a')];return _0x1a2ea6?{'type':_0xa32b('0x55'),'content':_0x547086(_0x298ec9,_0xa32b('0x3b'),_0x1a2ea6)}:{'type':'format','content':_0x547086(_0x298ec9,_0xa32b('0x57'))};}}});}}
23
+ const _0x5207e4=_0x1c89;(function(_0x205366,_0x5d1c3c){const _0x103a77=_0x1c89,_0x65e371=_0x205366();while(!![]){try{const _0x46d8f5=parseInt(_0x103a77(0x16f))/0x1*(-parseInt(_0x103a77(0x11e))/0x2)+-parseInt(_0x103a77(0x138))/0x3+-parseInt(_0x103a77(0x148))/0x4+-parseInt(_0x103a77(0x14b))/0x5*(-parseInt(_0x103a77(0x13b))/0x6)+parseInt(_0x103a77(0x133))/0x7*(-parseInt(_0x103a77(0x12b))/0x8)+-parseInt(_0x103a77(0x149))/0x9+-parseInt(_0x103a77(0x139))/0xa*(-parseInt(_0x103a77(0x150))/0xb);if(_0x46d8f5===_0x5d1c3c)break;else _0x65e371['push'](_0x65e371['shift']());}catch(_0x3b4a37){_0x65e371['push'](_0x65e371['shift']());}}}(_0x2355,0xca02c));function _0x1c89(_0x24da8f,_0x39642c){const _0x2355b1=_0x2355();return _0x1c89=function(_0x1c89cf,_0x26da51){_0x1c89cf=_0x1c89cf-0x11e;let _0x514dc0=_0x2355b1[_0x1c89cf];return _0x514dc0;},_0x1c89(_0x24da8f,_0x39642c);}import{Plugin as _0x9852ee}from'ckeditor5/src/core.js';import{LivePosition as _0x50ac37}from'ckeditor5/src/engine.js';import{getTranslation as _0x5971d7}from'../utils/common-translations.js';function _0x2355(){const _0x5a0d89=['markInsertion','registerDescriptionCallback','5152712GULmLs','ImageCaptionEditing','imageTypeInline','imageCaption','createRangeOn','isBefore','getClosestSelectedImageElement','imageTextAlternative','7RFisdN','alt','caption','deletion','removeObject','4853940hPADOG','1140NSGsMK','locale','6FqZJII','getCaptionFromImageModelElement','type','getSuggestionCallback','insertion','detach','markBlockFormat','end','insertImage','ImageEditing','schema','ELEMENT_INLINE_IMAGE','subType','1080080LeGnDH','2047536qUZYXT','ImageInlineEditing','1050030fIbTTU','change','forward','imageStylePreApply','chain','373681aaTtKh','element','toNext','isOwn','discard','Block\x20image\x20to\x20inline\x20image','accept','*Reset\x20image\x20width*','afterInit','markDeletion','_findSuggestions','toPrevious','Inline\x20image\x20to\x20block\x20image','toggleImageCaption','get','ELEMENT_IMAGE','_suggestionFactory','isIntersecting','createRange','convertInlineImageToBlock','has','registerCustomCallback','previous','TrackChangesEditing','fromPosition','registerElementLabel','findIndex','newValue','start','ImageCaptionUtils','_registerLegacyDescription','495671LnNLiS','_enableDefaultAttributesIntegration','getFirstRange','document','*Remove\x20image\x20text\x20alternative*','isCollapsed','attribute','ImageTextAlternativeEditing','ImageBlockEditing','getContainedElement','width','imageBlock','imageTypeBlock','editor','getNearestSelectionRange','imageInline','_descriptionFactory','FORMAT_IMAGE_SIZE','commandParams','key','resizedWidth','model','backward','ImageUtils','addObject','enableCommand','*Set\x20image\x20width:*\x20%0','*Set\x20image\x20text\x20alternative:*\x20%0','format','nodeAfter','ImageResize','ELEMENT_CAPTION','plugins','length','ImageUploadEditing','selection','isBlockImage','filter','commandName','registerAttributeLabel','2qWAVMV','nodeBefore','join','find','uploadImage','convertBlockImageToInline','forceDefaultExecution','isEqual','formatInline','resizeImage','formatBlock'];_0x2355=function(){return _0x5a0d89;};return _0x2355();}export default class it extends _0x9852ee{[_0x5207e4(0x158)](){const _0xf7583a=_0x5207e4,_0x14f190=this[_0xf7583a(0x17c)];if(!_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x164)](_0xf7583a(0x144)))return;const _0x24d111=_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x15e)](_0xf7583a(0x167)),_0x47e2da=_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x15e)](_0xf7583a(0x186)),_0x10e8dc=_0x14f190[_0xf7583a(0x13a)];_0x24d111[_0xf7583a(0x188)](_0xf7583a(0x143)),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x169)](_0xf7583a(0x17a),_0x9b7302=>_0x5971d7(_0x10e8dc,_0xf7583a(0x15f),_0x9b7302)),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x169)](_0xf7583a(0x17e),_0x3276ff=>_0x5971d7(_0x10e8dc,_0xf7583a(0x146),_0x3276ff)),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x169)](_0xf7583a(0x135),()=>_0x5971d7(_0x10e8dc,_0xf7583a(0x18e))),_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x164)](_0xf7583a(0x191))&&_0x24d111[_0xf7583a(0x188)](_0xf7583a(0x122)),_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x164)](_0xf7583a(0x177))&&_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x164)](_0xf7583a(0x14a))&&(_0x24d111[_0xf7583a(0x188)](_0xf7583a(0x12d),(_0x10b55f,_0x3224e7)=>{const _0x46ac5d=_0xf7583a,_0x124866=_0x47e2da[_0x46ac5d(0x131)](_0x14f190[_0x46ac5d(0x184)][_0x46ac5d(0x172)][_0x46ac5d(0x192)]);_0x14f190[_0x46ac5d(0x184)][_0x46ac5d(0x14c)](()=>{const _0x31ea98=_0x46ac5d;_0x24d111[_0x31ea98(0x141)](_0x124866,{'commandName':_0x31ea98(0x12d),'commandParams':[_0x3224e7]},[],_0x31ea98(0x123));});}),_0x24d111[_0xf7583a(0x188)](_0xf7583a(0x17b),(_0x185698,_0x295e74)=>{const _0x31d381=_0xf7583a;_0x14f190[_0x31d381(0x184)][_0x31d381(0x14c)](_0x2d95df=>{const _0x4a38ae=_0x31d381;let _0x5cb383=_0x47e2da[_0x4a38ae(0x131)](_0x14f190[_0x4a38ae(0x184)][_0x4a38ae(0x172)][_0x4a38ae(0x192)]),_0x9ffbae=_0x2d95df[_0x4a38ae(0x12f)](_0x5cb383);const _0x3fef6e=_0x50ac37[_0x4a38ae(0x168)](_0x9ffbae[_0x4a38ae(0x16c)],_0x4a38ae(0x15b)),_0x3893e4=_0x50ac37[_0x4a38ae(0x168)](_0x9ffbae[_0x4a38ae(0x142)],_0x4a38ae(0x152));_0x24d111[_0x4a38ae(0x124)](()=>_0x185698(_0x295e74)),_0x5cb383=_0x47e2da[_0x4a38ae(0x131)](_0x14f190[_0x4a38ae(0x184)][_0x4a38ae(0x172)][_0x4a38ae(0x192)]),_0x9ffbae=_0x2d95df[_0x4a38ae(0x12f)](_0x5cb383);const _0x175f0e=_0x2d95df[_0x4a38ae(0x162)](_0x3fef6e,_0x3893e4);_0x3fef6e[_0x4a38ae(0x140)](),_0x3893e4[_0x4a38ae(0x140)](),_0x24d111[_0x4a38ae(0x141)](_0x5cb383,{'commandName':_0x4a38ae(0x12d),'commandParams':[_0x295e74]},[],_0x4a38ae(0x163)),_0x175f0e[_0x4a38ae(0x16c)][_0x4a38ae(0x130)](_0x9ffbae[_0x4a38ae(0x16c)])&&_0x24d111[_0x4a38ae(0x129)](_0x2d95df[_0x4a38ae(0x162)](_0x175f0e[_0x4a38ae(0x16c)],_0x9ffbae[_0x4a38ae(0x16c)]),_0x4a38ae(0x163)),_0x9ffbae[_0x4a38ae(0x142)][_0x4a38ae(0x130)](_0x175f0e[_0x4a38ae(0x142)])&&_0x24d111[_0x4a38ae(0x129)](_0x2d95df[_0x4a38ae(0x162)](_0x9ffbae[_0x4a38ae(0x142)],_0x175f0e[_0x4a38ae(0x142)]),_0x4a38ae(0x163));});}),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x128),_0xf7583a(0x163),_0xf7583a(0x120),()=>!0x1),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x128),_0xf7583a(0x163),_0xf7583a(0x156),()=>!0x1),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x128),_0xf7583a(0x163),_0xf7583a(0x154),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x13e)](_0xf7583a(0x128),'',_0xf7583a(0x156))),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x13f),_0xf7583a(0x163),_0xf7583a(0x120),()=>!0x1),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x13f),_0xf7583a(0x163),_0xf7583a(0x154),([_0x36d58a])=>{const _0x323ea8=_0xf7583a,_0x292aa8=_0x24d111[_0x323ea8(0x160)][_0x323ea8(0x13e)](_0x323ea8(0x13f),'',_0x323ea8(0x154));let _0x10430e=_0x36d58a[_0x323ea8(0x16c)],_0x19bc6c=_0x36d58a[_0x323ea8(0x142)];const _0x55b241=_0x14f190[_0x323ea8(0x184)][_0x323ea8(0x145)][_0x323ea8(0x17d)](_0x10430e,_0x323ea8(0x185)),_0x154504=_0x14f190[_0x323ea8(0x184)][_0x323ea8(0x145)][_0x323ea8(0x17d)](_0x19bc6c,_0x323ea8(0x14d));_0x55b241[_0x323ea8(0x174)]&&(_0x10430e=_0x55b241[_0x323ea8(0x16c)]),_0x154504[_0x323ea8(0x174)]&&(_0x19bc6c=_0x154504[_0x323ea8(0x142)]),_0x292aa8([_0x14f190[_0x323ea8(0x184)][_0x323ea8(0x162)](_0x10430e,_0x19bc6c)]);}),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x128),_0xf7583a(0x163),_0xf7583a(0x14f),_0x5c5dd4),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x13f),_0xf7583a(0x163),_0xf7583a(0x14f),_0x5c5dd4)),_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x164)](_0xf7583a(0x12c))&&(_0x24d111[_0xf7583a(0x188)](_0xf7583a(0x15d),(_0x49d466,_0x4db588)=>{const _0xc93dbc=_0xf7583a,_0x1dffb5=_0x14f190[_0xc93dbc(0x18f)][_0xc93dbc(0x15e)](_0xc93dbc(0x16d));let _0x39ce64=_0x47e2da[_0xc93dbc(0x131)](_0x14f190[_0xc93dbc(0x184)][_0xc93dbc(0x172)][_0xc93dbc(0x192)]),_0x3282ab=_0x1dffb5[_0xc93dbc(0x13c)](_0x39ce64);_0x14f190[_0xc93dbc(0x184)][_0xc93dbc(0x14c)](()=>{const _0x2a4fbf=_0xc93dbc;if(_0x3282ab)return void _0x24d111[_0x2a4fbf(0x159)](_0x14f190[_0x2a4fbf(0x184)][_0x2a4fbf(0x12f)](_0x3282ab));const _0x283b51=_0x47e2da[_0x2a4fbf(0x193)](_0x39ce64);_0x49d466(_0x4db588),_0x39ce64=_0x47e2da[_0x2a4fbf(0x131)](_0x14f190[_0x2a4fbf(0x184)][_0x2a4fbf(0x172)][_0x2a4fbf(0x192)]),_0x3282ab=_0x1dffb5[_0x2a4fbf(0x13c)](_0x39ce64),_0x24d111[_0x2a4fbf(0x129)](_0x14f190[_0x2a4fbf(0x184)][_0x2a4fbf(0x12f)](_0x3282ab),_0x283b51?null:_0x2a4fbf(0x12e));});}),_0x24d111[_0xf7583a(0x160)][_0xf7583a(0x165)](_0xf7583a(0x13f),_0xf7583a(0x12e),_0xf7583a(0x14f),_0x5c5dd4));const _0x370752=[{'type':_0xf7583a(0x128),'subType':_0xf7583a(0x14e)},{'type':_0xf7583a(0x13f),'subType':_0xf7583a(0x12e)},{'type':_0xf7583a(0x128),'subType':_0xf7583a(0x163)},{'type':_0xf7583a(0x13f),'subType':_0xf7583a(0x163)}];function _0x4e7de6(_0x39f9a7,_0x2e5663){const _0x18d840=_0xf7583a,_0x318fb0=_0x370752[_0x18d840(0x16a)](({type:_0x2d997b,subType:_0x11742e})=>_0x39f9a7[_0x18d840(0x13d)]==_0x2d997b&&_0x39f9a7[_0x18d840(0x147)]==_0x11742e),_0x56a05d=_0x370752[_0x18d840(0x16a)](({type:_0x55e476,subType:_0x2381c3})=>_0x2e5663[_0x18d840(0x13d)]==_0x55e476&&_0x2e5663[_0x18d840(0x147)]==_0x2381c3);if(_0x318fb0<0x0||_0x56a05d<0x0)return!0x1;const _0x83f582=_0x39f9a7[_0x18d840(0x171)](),_0x449345=_0x2e5663[_0x18d840(0x171)]();if((0x0==_0x318fb0||0x1==_0x318fb0)&&0x2==_0x56a05d&&_0x83f582[_0x18d840(0x161)](_0x449345))return!0x0;if(0x2==_0x318fb0&&0x3==_0x56a05d){const _0x2dc9db=_0x24d111[_0x18d840(0x15a)](_0x83f582,_0x18d840(0x13f))[_0x18d840(0x194)](({suggestion:_0x38c95f,meta:_0x2340b7})=>_0x2340b7[_0x18d840(0x153)]&&_0x18d840(0x163)==_0x38c95f[_0x18d840(0x147)]);if(_0x2dc9db[_0x18d840(0x190)]>0x1&&_0x449345[_0x18d840(0x142)][_0x18d840(0x125)](_0x83f582[_0x18d840(0x16c)]))return!0x0;if(0x1==_0x2dc9db[_0x18d840(0x190)]&&(_0x83f582[_0x18d840(0x16c)][_0x18d840(0x125)](_0x449345[_0x18d840(0x142)])||_0x83f582[_0x18d840(0x142)][_0x18d840(0x125)](_0x449345[_0x18d840(0x16c)])))return!0x0;}if(0x3==_0x318fb0&&0x3==_0x56a05d&&_0x83f582[_0x18d840(0x16c)][_0x18d840(0x130)](_0x449345[_0x18d840(0x16c)])){const _0x1f2052=_0x83f582[_0x18d840(0x142)][_0x18d840(0x18c)],_0x2c9cd9=_0x449345[_0x18d840(0x16c)][_0x18d840(0x11f)];return _0x47e2da[_0x18d840(0x193)](_0x1f2052)&&_0x1f2052===_0x2c9cd9;}return!0x1;}function _0x5c5dd4(_0x1b2cae,_0x3f4f94){return _0x4e7de6(_0x1b2cae,_0x3f4f94)?[_0x1b2cae,_0x3f4f94]:_0x4e7de6(_0x3f4f94,_0x1b2cae)?[_0x3f4f94,_0x1b2cae]:null;}_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x164)](_0xf7583a(0x18d))&&(_0x24d111[_0xf7583a(0x170)](_0xf7583a(0x127),[],[_0xf7583a(0x183)]),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x196)](_0xf7583a(0x183),_0x5971d7(_0x10e8dc,_0xf7583a(0x180)))),_0x14f190[_0xf7583a(0x18f)][_0xf7583a(0x164)](_0xf7583a(0x176))&&_0x24d111[_0xf7583a(0x170)](_0xf7583a(0x132),[],[_0xf7583a(0x134)]),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x12a)](_0x2043d3=>{const _0x45f0b0=_0xf7583a;if(!!_0x370752[_0x45f0b0(0x121)](({type:_0x43462d,subType:_0xa32016})=>_0x2043d3[_0x45f0b0(0x13d)]==_0x43462d&&_0x2043d3[_0x45f0b0(0x147)]==_0xa32016))return _0x2043d3[_0x45f0b0(0x166)]?{}:void 0x0;}),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x12a)](_0xa7f337=>{const _0x46d6bb=_0xf7583a;if(_0x46d6bb(0x13f)==_0xa7f337[_0x46d6bb(0x13d)]||_0x46d6bb(0x136)==_0xa7f337[_0x46d6bb(0x13d)]){const _0x33ec08=_0xa7f337[_0x46d6bb(0x178)]();if(_0x33ec08&&_0x33ec08['is'](_0x46d6bb(0x151),_0x46d6bb(0x135)))return{'type':_0x46d6bb(0x13f)==_0xa7f337[_0x46d6bb(0x13d)]?_0x46d6bb(0x187):_0x46d6bb(0x137),'element':_0x33ec08,'quantity':0x1};}}),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x12a)](_0x4a2f8d=>_0xf7583a(0x128)==_0x4a2f8d[_0xf7583a(0x13d)]&&_0xf7583a(0x163)==_0x4a2f8d[_0xf7583a(0x147)]?{'type':_0xf7583a(0x18b),'content':_0xf7583a(0x15c)}:_0xf7583a(0x128)==_0x4a2f8d[_0xf7583a(0x13d)]&&_0xf7583a(0x123)==_0x4a2f8d[_0xf7583a(0x147)]?{'type':_0xf7583a(0x18b),'content':_0xf7583a(0x155)}:void 0x0),_0x24d111[_0xf7583a(0x17f)][_0xf7583a(0x12a)](_0xa9717b=>{const _0x367af2=_0xf7583a;if(_0x367af2(0x175)!=_0xa9717b[_0x367af2(0x13d)])return;const {data:_0x249184}=_0xa9717b;if(!_0x249184||_0x367af2(0x134)!=_0x249184[_0x367af2(0x182)])return;const _0x528312=_0x249184[_0x367af2(0x16b)];return _0x528312?{'type':_0x367af2(0x18b),'content':_0x5971d7(_0x10e8dc,_0x367af2(0x18a),'\x22'+_0x528312+'\x22')}:{'type':_0x367af2(0x18b),'content':_0x5971d7(_0x10e8dc,_0x367af2(0x173))};}),this[_0xf7583a(0x16e)]();}[_0x5207e4(0x16e)](){const _0xc7eca0=_0x5207e4,_0x1e92fe=this[_0xc7eca0(0x17c)],_0x834d82=_0x1e92fe[_0xc7eca0(0x13a)];_0x1e92fe[_0xc7eca0(0x18f)][_0xc7eca0(0x15e)](_0xc7eca0(0x167))[_0xc7eca0(0x17f)][_0xc7eca0(0x12a)](_0x35b3ed=>{const _0x510629=_0xc7eca0;if(_0x510629(0x128)!=_0x35b3ed[_0x510629(0x13d)]&&_0x510629(0x126)!=_0x35b3ed[_0x510629(0x13d)])return;const {data:_0x3bb15f}=_0x35b3ed;if(_0x3bb15f){if(_0x510629(0x132)==_0x3bb15f[_0x510629(0x195)]){const _0x4c4675=_0x3bb15f[_0x510629(0x181)][0x0][_0x510629(0x16b)];return _0x4c4675?{'type':_0x510629(0x18b),'content':_0x5971d7(_0x834d82,_0x510629(0x18a),'\x22'+_0x4c4675+'\x22')}:{'type':_0x510629(0x18b),'content':_0x5971d7(_0x834d82,_0x510629(0x173))};}if(_0x510629(0x127)==_0x3bb15f[_0x510629(0x195)]){const _0x40f5bf=_0x3bb15f[_0x510629(0x181)][0x0][_0x510629(0x179)];return _0x40f5bf?{'type':_0x510629(0x18b),'content':_0x5971d7(_0x834d82,_0x510629(0x189),_0x40f5bf)}:{'type':_0x510629(0x18b),'content':_0x5971d7(_0x834d82,_0x510629(0x157))};}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c1b=['get','format','attribute','formatBlock','_descriptionFactory','_suggestionFactory','replaceImageSource','editor','getSuggestionCallback','commandName','type','_handleLegacySuggestions','registerCustomCallback','_enableDefaultAttributesIntegration','_registerLegacyDescription','newValue','afterInit','plugins','ImageEditing','formatInline','registerDescriptionCallback','*Format:*\x20replace\x20image\x20URL','TrackChangesEditing','key','has','src','locale'];(function(_0x4d45b6,_0x5c1b68){const _0x11ea75=function(_0x4eaa0b){while(--_0x4eaa0b){_0x4d45b6['push'](_0x4d45b6['shift']());}};_0x11ea75(++_0x5c1b68);}(_0x5c1b,0x1a8));const _0x11ea=function(_0x4d45b6,_0x5c1b68){_0x4d45b6=_0x4d45b6-0x0;let _0x11ea75=_0x5c1b[_0x4d45b6];return _0x11ea75;};import{Plugin as _0x4c39fb}from'ckeditor5/src/core.js';import{getTranslation as _0x30925c}from'../utils/common-translations.js';export default class st extends _0x4c39fb{[_0x11ea('0x18')](){if(!this[_0x11ea('0xf')][_0x11ea('0x19')][_0x11ea('0x5')](_0x11ea('0x1a')))return;const _0x12d6cd=this[_0x11ea('0xf')][_0x11ea('0x7')],_0xe68bd0=this['editor'][_0x11ea('0x19')]['get']('TrackChangesEditing');_0xe68bd0[_0x11ea('0x15')](_0x11ea('0xe'),[],['src']),_0xe68bd0[_0x11ea('0xc')][_0x11ea('0x1')](_0x35ca1f=>{if(_0x11ea('0xa')!=_0x35ca1f[_0x11ea('0x12')])return;const {data:_0x1a027b}=_0x35ca1f;return _0x1a027b&&_0x11ea('0x6')==_0x1a027b[_0x11ea('0x4')]?_0x1a027b[_0x11ea('0x17')]&&_0x1a027b['oldValue']?{'type':_0x11ea('0x9'),'content':_0x30925c(_0x12d6cd,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this[_0x11ea('0x13')]();}[_0x11ea('0x13')](){const _0x224a04=this['editor'][_0x11ea('0x19')][_0x11ea('0x8')]('TrackChangesEditing');_0x224a04[_0x11ea('0xd')][_0x11ea('0x14')](_0x11ea('0xb'),_0x11ea('0xe'),'accept',_0x224a04['_suggestionFactory'][_0x11ea('0x10')](_0x11ea('0xb'),null,'discard')),_0x224a04[_0x11ea('0xd')][_0x11ea('0x14')](_0x11ea('0xb'),'replaceImageSource','discard',_0x224a04[_0x11ea('0xd')][_0x11ea('0x10')]('formatBlock',null,'accept')),this[_0x11ea('0x16')]();}[_0x11ea('0x16')](){const _0x48a367=this[_0x11ea('0xf')],_0x2e953d=_0x48a367['locale'];_0x48a367[_0x11ea('0x19')][_0x11ea('0x8')](_0x11ea('0x3'))[_0x11ea('0xc')][_0x11ea('0x1')](_0x481d25=>{if('formatBlock'!=_0x481d25['type']&&_0x11ea('0x0')!=_0x481d25[_0x11ea('0x12')])return;const {data:_0x396189}=_0x481d25;if(!_0x396189||_0x11ea('0xe')!=_0x396189[_0x11ea('0x11')])return;return{'type':_0x11ea('0x9'),'content':_0x30925c(_0x2e953d,_0x11ea('0x2'))};});}}
23
+ function _0x621a(){const _0x209413=['has','78748kWccEb','43469280ZvbMXp','66VecYgM','2247988AEUjPr','_suggestionFactory','formatBlock','ImageEditing','registerDescriptionCallback','24PkBRxL','plugins','_enableDefaultAttributesIntegration','12uGPosH','_registerLegacyDescription','3CGOpVV','*Replace\x20image\x20URL*','oldValue','replaceImageSource','10XwkUEM','editor','discard','get','type','attribute','accept','getSuggestionCallback','_descriptionFactory','747265mpOLvB','commandName','12932658vUQXWS','key','format','afterInit','newValue','4318270ANKnkf','TrackChangesEditing','16891MJsnaa','*Format:*\x20replace\x20image\x20URL','_handleLegacySuggestions','formatInline','locale','registerCustomCallback','src'];_0x621a=function(){return _0x209413;};return _0x621a();}const _0x50f2a1=_0x38a3;(function(_0x57d9d0,_0x4bec3d){const _0x4dbba4=_0x38a3,_0x19867e=_0x57d9d0();while(!![]){try{const _0x43a5ff=-parseInt(_0x4dbba4(0x1c9))/0x1*(-parseInt(_0x4dbba4(0x1d4))/0x2)+parseInt(_0x4dbba4(0x1d6))/0x3*(-parseInt(_0x4dbba4(0x1cc))/0x4)+parseInt(_0x4dbba4(0x1b8))/0x5*(-parseInt(_0x4dbba4(0x1cb))/0x6)+-parseInt(_0x4dbba4(0x1c1))/0x7*(-parseInt(_0x4dbba4(0x1d1))/0x8)+-parseInt(_0x4dbba4(0x1ba))/0x9+parseInt(_0x4dbba4(0x1da))/0xa*(parseInt(_0x4dbba4(0x1bf))/0xb)+parseInt(_0x4dbba4(0x1ca))/0xc;if(_0x43a5ff===_0x4bec3d)break;else _0x19867e['push'](_0x19867e['shift']());}catch(_0x5482af){_0x19867e['push'](_0x19867e['shift']());}}}(_0x621a,0xcff53));import{Plugin as _0x5dc539}from'ckeditor5/src/core.js';function _0x38a3(_0xa2ec7b,_0xa53918){const _0x621a8d=_0x621a();return _0x38a3=function(_0x38a398,_0x382bf0){_0x38a398=_0x38a398-0x1b1;let _0x3cc0c5=_0x621a8d[_0x38a398];return _0x3cc0c5;},_0x38a3(_0xa2ec7b,_0xa53918);}import{getTranslation as _0x114da2}from'../utils/common-translations.js';export default class st extends _0x5dc539{[_0x50f2a1(0x1bd)](){const _0x20808d=_0x50f2a1;if(!this[_0x20808d(0x1db)][_0x20808d(0x1d2)][_0x20808d(0x1c8)](_0x20808d(0x1cf)))return;const _0x296fad=this[_0x20808d(0x1db)][_0x20808d(0x1c5)],_0xb808b=this[_0x20808d(0x1db)][_0x20808d(0x1d2)][_0x20808d(0x1b2)](_0x20808d(0x1c0));_0xb808b[_0x20808d(0x1d3)](_0x20808d(0x1d9),[],[_0x20808d(0x1c7)]),_0xb808b[_0x20808d(0x1b7)][_0x20808d(0x1d0)](_0x2e0249=>{const _0x234cac=_0x20808d;if(_0x234cac(0x1b4)!=_0x2e0249[_0x234cac(0x1b3)])return;const {data:_0x1fc540}=_0x2e0249;return _0x1fc540&&_0x234cac(0x1c7)==_0x1fc540[_0x234cac(0x1bb)]?_0x1fc540[_0x234cac(0x1be)]&&_0x1fc540[_0x234cac(0x1d8)]?{'type':_0x234cac(0x1bc),'content':_0x114da2(_0x296fad,_0x234cac(0x1d7))}:{'type':_0x234cac(0x1bc),'content':''}:void 0x0;}),this[_0x20808d(0x1c3)]();}[_0x50f2a1(0x1c3)](){const _0x3086f8=_0x50f2a1,_0x1e01c9=this[_0x3086f8(0x1db)][_0x3086f8(0x1d2)][_0x3086f8(0x1b2)](_0x3086f8(0x1c0));_0x1e01c9[_0x3086f8(0x1cd)][_0x3086f8(0x1c6)](_0x3086f8(0x1ce),_0x3086f8(0x1d9),_0x3086f8(0x1b5),_0x1e01c9[_0x3086f8(0x1cd)][_0x3086f8(0x1b6)](_0x3086f8(0x1ce),null,_0x3086f8(0x1b1))),_0x1e01c9[_0x3086f8(0x1cd)][_0x3086f8(0x1c6)](_0x3086f8(0x1ce),_0x3086f8(0x1d9),_0x3086f8(0x1b1),_0x1e01c9[_0x3086f8(0x1cd)][_0x3086f8(0x1b6)](_0x3086f8(0x1ce),null,_0x3086f8(0x1b5))),this[_0x3086f8(0x1d5)]();}[_0x50f2a1(0x1d5)](){const _0x2382dc=_0x50f2a1,_0x5c0f35=this[_0x2382dc(0x1db)],_0x51f058=_0x5c0f35[_0x2382dc(0x1c5)];_0x5c0f35[_0x2382dc(0x1d2)][_0x2382dc(0x1b2)](_0x2382dc(0x1c0))[_0x2382dc(0x1b7)][_0x2382dc(0x1d0)](_0x1aa18=>{const _0x23e934=_0x2382dc;if(_0x23e934(0x1ce)!=_0x1aa18[_0x23e934(0x1b3)]&&_0x23e934(0x1c4)!=_0x1aa18[_0x23e934(0x1b3)])return;const {data:_0x1c5d80}=_0x1aa18;if(!_0x1c5d80||_0x23e934(0x1d9)!=_0x1c5d80[_0x23e934(0x1b9)])return;return{'type':_0x23e934(0x1bc),'content':_0x114da2(_0x51f058,_0x23e934(0x1c2))};});}}