@ckeditor/ckeditor5-format-painter 48.0.0-alpha.2 → 48.0.0-alpha.4

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x5aad7c,Plugin as _0x1ea8c2}from'@ckeditor/ckeditor5-core/dist/index.js';import{RemoveFormatCommand as _0x437dea}from'@ckeditor/ckeditor5-remove-format/dist/index.js';import{createDropdown as _0x128cd8,SplitButtonView as _0x317ff8,UIModel as _0x6df76f,addListToDropdown as _0x121753}from'@ckeditor/ckeditor5-ui/dist/index.js';import{DomEmitterMixin as _0x175d66,Collection as _0x671fd7,global as _0x3887ad,uid as _0x544e74}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ClickObserver as _0x528f2e}from'@ckeditor/ckeditor5-engine/dist/index.js';import{IconPaintRoller as _0x52c6cf}from'@ckeditor/ckeditor5-icons/dist/index.js';const w='copyFormat',h='pasteFormat',g='ck-format-painter-active';class p extends _0x5aad7c{constructor(_0x57ea86){super(_0x57ea86),this['value']=void 0x0,this['on']('change:isEnabled',(_0x35ebea,_0x2bb98e,_0x2a6591)=>{_0x2a6591||this['reset']();}),this['on']('change:value',()=>_0x57ea86['commands']['get'](h)['refresh']());}['execute'](){this['value']=this['_getFormattingAttributes']();}['reset'](){this['value']=void 0x0;}['_getFormattingAttributes'](){const _0xda933c=this['editor']['model'],_0x19636b=_0xda933c['document']['selection'];return Object['fromEntries'](Array['from'](_0x19636b['getAttributes']())['filter'](([_0x543259])=>_0xda933c['schema']['getAttributeProperties'](_0x543259)['isFormatting']));}}class y extends _0x5aad7c{constructor(_0x3e8c6f){super(_0x3e8c6f),this['_removeFormatCommand']=new _0x437dea(_0x3e8c6f);}['execute'](_0x33224d={}){const _0x49c62e=this['editor']['model'],_0x1ddc5b=_0x49c62e['document']['selection'],_0x2737e0=Array['from'](_0x1ddc5b['getRanges']()),_0x2d0c90=_0x1ddc5b['isCollapsed']?[this['_createRangeOnEntireWord'](_0x49c62e,_0x1ddc5b)]:_0x2737e0;_0x49c62e['change'](_0x11eee7=>{_0x11eee7['setSelection'](_0x2d0c90),this['_removeFormatCommand']['execute']();for(const _0x2bef24 in _0x33224d)for(const _0x4a5185 of _0x49c62e['schema']['getValidRanges'](_0x2d0c90,_0x2bef24))_0x11eee7['setAttribute'](_0x2bef24,_0x33224d[_0x2bef24],_0x4a5185);_0x11eee7['setSelection'](_0x2737e0);});}['_createRangeOnEntireWord'](_0x564917,_0x2c9eca){const _0x1754db=_0x564917['createSelection'](_0x2c9eca);_0x564917['modifySelection'](_0x1754db,{'unit':'word','direction':'backward'});const _0x26b5dc=_0x1754db['getFirstPosition']();_0x564917['modifySelection'](_0x1754db,{'unit':'word','direction':'forward'});const _0x4e5398=_0x1754db['getLastPosition']();return _0x564917['createRange'](_0x26b5dc,_0x4e5398);}}class P extends _0x1ea8c2{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'FormatPainterEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x426683=this['editor'];_0x426683['commands']['add'](w,new p(_0x426683)),_0x426683['commands']['add'](h,new y(_0x426683)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4aef09=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3b687e;for(const _0x2532eb in _0x4aef09){const _0x272953=_0x2532eb,_0xc7aca4=_0x4aef09[_0x272953];if('formatPainterLicenseKeyValid'==_0xc7aca4||'formatPainterLicenseKeyInvalid'==_0xc7aca4||'formatPainterLicenseKeyExpired'==_0xc7aca4||'formatPainterLicenseKeyDomainLimit'==_0xc7aca4||'formatPainterLicenseKeyNotAllowed'==_0xc7aca4||'formatPainterLicenseKeyEvaluationLimit'==_0xc7aca4||'formatPainterLicenseKeyUsageLimit'==_0xc7aca4){delete _0x4aef09[_0x272953],_0x3b687e=_0xc7aca4,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'formatPainterLicenseKeyInvalid'==_0x3b687e&&_0x4aef09['_showLicenseError']('invalid'),'formatPainterLicenseKeyExpired'==_0x3b687e&&_0x4aef09['_showLicenseError']('expired'),'formatPainterLicenseKeyDomainLimit'==_0x3b687e&&_0x4aef09['_showLicenseError']('domainLimit'),'formatPainterLicenseKeyNotAllowed'==_0x3b687e&&_0x4aef09['_showLicenseError']('featureNotAllowed','FormatPainter'),'formatPainterLicenseKeyEvaluationLimit'==_0x3b687e&&_0x4aef09['_showLicenseError']('evaluationLimit'),'formatPainterLicenseKeyUsageLimit'==_0x3b687e&&_0x4aef09['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function x(_0x1dd1d7,_0x2ab633){const t=_0x1dd1d7['t'];switch(_0x2ab633){case'Paint\x20formatting':return t('Paint\x20formatting');case'Copy\x20text\x20formatting':return t('Copy\x20text\x20formatting');case'Paste\x20text\x20formatting':return t('Paste\x20text\x20formatting');case'Continuous\x20painting':return t('Continuous\x20painting');case'Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':return t('Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.');case'Formatting\x20copied.':return t('Formatting\x20copied.');case'Pasted\x20formatting.':return t('Pasted\x20formatting.');default:return _0x2ab633;}}class k extends/* #__PURE__ -- @preserve */
24
- _0x175d66(_0x1ea8c2){static get['pluginName'](){return'FormatPainterUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x14490b=this['editor'];_0x14490b['editing']['view']['addObserver'](_0x528f2e),_0x14490b['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':x(_0x14490b['locale'],'Copy\x20text\x20formatting'),'keystroke':'Ctrl+Alt+C'},{'label':x(_0x14490b['locale'],'Paste\x20text\x20formatting'),'keystroke':'Ctrl+Alt+V'}]}),_0x14490b['ui']['componentFactory']['add']('formatPainter',_0x27976b=>{const _0xf05254=_0x128cd8(_0x27976b,_0x317ff8),_0x4b5bf8=_0x14490b['commands']['get'](w);_0xf05254['buttonView']['set']({'label':x(_0x14490b['locale'],'Paint\x20formatting'),'icon':_0x52c6cf,'keystroke':'Ctrl+Alt+C','tooltip':!0x0}),_0xf05254['class']='ck-format-painter-dropdown',_0x4b5bf8&&(_0xf05254['bind']('isEnabled')['to'](_0x4b5bf8,'isEnabled'),this['listenTo'](_0x4b5bf8,'change:isEnabled',(_0x52f955,_0xec5b2a,_0x3c570d)=>{_0x3c570d||this['_finishPainting']();}),_0xf05254['buttonView']['bind']('isOn')['to'](_0x4b5bf8,'value',_0x1e9607=>!!_0x1e9607),this['listenTo'](_0x14490b,'destroy',()=>this['_toggleSpecialCursor'](!0x1)),this['listenTo'](_0x4b5bf8,'change:value',(_0x20cfcd,_0x239a80,_0x4d8e78)=>{this['_toggleSpecialCursor'](!!_0x4d8e78);}));const _0x47b487=new _0x6df76f({'withText':!0x0,'label':x(_0x14490b['locale'],'Continuous\x20painting'),'tooltip':x(_0x14490b['locale'],'Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.'),'isOn':!0x1,'role':'menuitemcheckbox'});_0x121753(_0xf05254,new _0x671fd7([{'type':'switchbutton','model':_0x47b487}]),{'role':'menu'});const _0x5af657=()=>{this['_copyFormatting'](),this['listenTo'](_0x3887ad['window']['document'],'mouseup',()=>{this['_pasteFormatting'](),_0x47b487['isOn']||this['_finishPainting']();});};return this['listenTo'](_0xf05254,'execute',()=>{_0x47b487['isOn']=!_0x47b487['isOn'];}),this['listenTo'](_0xf05254['buttonView'],'execute',()=>{_0x14490b['editing']['view']['focus'](),_0xf05254['buttonView']['isOn']?this['_finishPainting']():_0x5af657();}),_0x14490b['keystrokes']['set']('Ctrl+Alt+C',(_0x2d1033,_0x1ff3ab)=>{_0x5af657(),_0x47b487['isOn']=!0x0,_0x1ff3ab();},{'priority':'high'}),_0x14490b['keystrokes']['set']('Ctrl+Alt+V',(_0x575702,_0x2f1205)=>{_0xf05254['buttonView']['isOn']&&(this['_pasteFormatting'](),_0x47b487['isOn']||this['_finishPainting'](),_0x2f1205());},{'priority':'high'}),_0x14490b['keystrokes']['set']('Esc',(_0x551e8e,_0x461bb6)=>{_0xf05254['buttonView']['isOn']&&(_0x47b487['isOn']=!0x1,this['_finishPainting'](),_0x461bb6());}),_0xf05254;});}['afterInit'](){!async function(_0x574c7d){const _0x1d731d=_0x26a32c([0x51,0x69,0x4c,0x52,0x43,0x53,0x4f,0x73,0x5a,0x38,0x70,0x41,0x76,0x44,0x64,0x61,0x50,0x4a,0x55,0x45,0x33,0x6f,0x78,0x6a,0x4b,0x6c,0x7a,0x4d,0x32,0x75,0x58,0x67,0x72,0x74,0x47,0x66,0x65,0x79,0x68,0x35,0x63,0x4e,0x46,0x6b,0x6d,0x42,0x77,0x39,0x49,0x36,0x57,0x48,0x30,0x71,0x6e,0x62,0x34,0x54,0x31,0x37,0x59,0x56]),_0x162c81=0x4597e011,_0x3534ee=0x459064e9^_0x162c81,_0x1ec029=window[_0x26a32c([0x44,0x61,0x74,0x65])][_0x26a32c([0x6e,0x6f,0x77])](),_0x4bb967=_0x574c7d[_0x26a32c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x430f86=new window[(_0x26a32c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1940ff=>{_0x4bb967[_0x26a32c([0x6f,0x6e,0x63,0x65])](_0x26a32c([0x72,0x65,0x61,0x64,0x79]),_0x1940ff);}),_0x24024c={[_0x26a32c([0x6b,0x74,0x79])]:_0x26a32c([0x45,0x43]),[_0x26a32c([0x75,0x73,0x65])]:_0x26a32c([0x73,0x69,0x67]),[_0x26a32c([0x63,0x72,0x76])]:_0x26a32c([0x50,0x2d,0x32,0x35,0x36]),[_0x26a32c([0x78])]:_0x26a32c([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x26a32c([0x79])]:_0x26a32c([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x26a32c([0x61,0x6c,0x67])]:_0x26a32c([0x45,0x53,0x32,0x35,0x36])},_0x43ccc6=_0x4bb967[_0x26a32c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x26a32c([0x67,0x65,0x74])](_0x26a32c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x1c8cc7(){let _0x26ee1c,_0x147ec5=null,_0x19bdcc=null;try{if(_0x43ccc6==_0x26a32c([0x47,0x50,0x4c]))return _0x26a32c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x26ee1c=_0x212393(),!_0x26ee1c)return _0x26a32c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x26ee1c[_0x26a32c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x19bdcc=_0x49b80d(_0x26ee1c[_0x26a32c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x26ee1c[_0x26a32c([0x6a,0x74,0x69])])),await _0x416c59()?_0x336f54()?_0x5ed686()?_0x26a32c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x508b03()?(_0x26ee1c[_0x26a32c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x26a32c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x147ec5=_0x1c1df5(_0x26a32c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x32a40a()):_0x26a32c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x26a32c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x26a32c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x26a32c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5ed686(){const _0x2bd836=[_0x26a32c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x26a32c([0x74,0x72,0x69,0x61,0x6c])][_0x26a32c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26ee1c[_0x26a32c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1ec029/0x3e8:0xe10*_0x3534ee;return _0x26ee1c[_0x26a32c([0x65,0x78,0x70])]<_0x2bd836;}function _0x336f54(){const _0x1a5d22=_0x26ee1c[_0x26a32c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1a5d22&&(!!_0x1a5d22[_0x26a32c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26a32c([0x2a]))||(!!_0x1a5d22[_0x26a32c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26a32c([0x46,0x50]))||(!!_0x1a5d22[_0x26a32c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26a32c([0x50,0x50]))||!(!_0x1a5d22[_0x26a32c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26a32c([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x21a96e()))));}function _0x508b03(){const _0x4a5136=_0x26ee1c[_0x26a32c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4a5136||0x0==_0x4a5136[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x27fa3a}=new URL(window[_0x26a32c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4a5136[_0x26a32c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x27fa3a))return!0x0;const _0x378028=_0x27fa3a[_0x26a32c([0x73,0x70,0x6c,0x69,0x74])](_0x26a32c([0x2e]));return _0x4a5136[_0x26a32c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3577d3=>_0x3577d3[_0x26a32c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x26a32c([0x2a])))[_0x26a32c([0x6d,0x61,0x70])](_0x40a707=>_0x40a707[_0x26a32c([0x73,0x70,0x6c,0x69,0x74])](_0x26a32c([0x2e])))[_0x26a32c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x541a90=>_0x541a90[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x378028[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x26a32c([0x6d,0x61,0x70])](_0x508518=>Array(_0x378028[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x508518[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x26a32c([0x66,0x69,0x6c,0x6c])](_0x508518[0x0]===_0x26a32c([0x2a])?_0x26a32c([0x2a]):'')[_0x26a32c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x508518))[_0x26a32c([0x73,0x6f,0x6d,0x65])](_0x5827d0=>_0x378028[_0x26a32c([0x65,0x76,0x65,0x72,0x79])]((_0x2dc18f,_0x497f3d)=>_0x5827d0[_0x497f3d]===_0x2dc18f||_0x5827d0[_0x497f3d]===_0x26a32c([0x2a])));}function _0x32a40a(){return _0x147ec5&&_0x19bdcc?new window[(_0x26a32c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x52fee7,_0x235215)=>{_0x147ec5[_0x26a32c([0x74,0x68,0x65,0x6e])](_0x52fee7,_0x235215),_0x19bdcc[_0x26a32c([0x74,0x68,0x65,0x6e])](_0x538eff=>{_0x538eff!=_0x26a32c([0x56,0x61,0x6c,0x69,0x64])&&_0x52fee7(_0x538eff);},_0x235215);}):_0x147ec5||_0x19bdcc||_0x26a32c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x49b80d(_0xe8125d,_0x444e91){return new window[(_0x26a32c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x221e2b=>{if(_0xae75f1())return _0x221e2b(_0x26a32c([0x56,0x61,0x6c,0x69,0x64]));_0xacd05f(),_0x4bb967[_0x26a32c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x26a32c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x20c20a=!0x1;const _0x4cea20=_0x544e74();function _0x2e9e83(_0x16fc64){return!!_0x16fc64&&(typeof _0x16fc64===_0x26a32c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x16fc64===_0x26a32c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x16fc64[_0x26a32c([0x74,0x68,0x65,0x6e])]===_0x26a32c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x16fc64[_0x26a32c([0x63,0x61,0x74,0x63,0x68])]===_0x26a32c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3d2e19(_0x2ad636){_0x3bdb20(_0x2ad636)[_0x26a32c([0x74,0x68,0x65,0x6e])](_0x15f219=>{if(!_0x15f219||_0x15f219[_0x26a32c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x26a32c([0x6f,0x6b]))return _0x26a32c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x56ebff(_0xa9452c(_0x4cea20+_0x444e91))!=_0x15f219[_0x26a32c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x26a32c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x26a32c([0x56,0x61,0x6c,0x69,0x64]);})[_0x26a32c([0x74,0x68,0x65,0x6e])](_0xd8314=>(_0xa149aa(),_0xd8314),()=>{const _0x33064c=_0x42ee1f();return null==_0x33064c?(_0xa149aa(),_0x26a32c([0x56,0x61,0x6c,0x69,0x64])):_0x26a32c(_0x1ec029-_0x33064c>(0x619b6411^_0x162c81)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x26a32c([0x74,0x68,0x65,0x6e])](_0x221e2b)[_0x26a32c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x221e2b(_0x26a32c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x18049d=0x45a10e91^_0x162c81;function _0xa149aa(){const _0x1fefa4=_0x26a32c([0x6c,0x6c,0x63,0x74,0x2d])+_0x56ebff(_0xa9452c(_0xe8125d)),_0x5d40e5=_0x18e5ab(_0x56ebff(window[_0x26a32c([0x4d,0x61,0x74,0x68])][_0x26a32c([0x63,0x65,0x69,0x6c])](_0x1ec029/_0x18049d)));window[_0x26a32c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x26a32c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1fefa4,_0x5d40e5);}function _0x42ee1f(){const _0x1bd006=_0x26a32c([0x6c,0x6c,0x63,0x74,0x2d])+_0x56ebff(_0xa9452c(_0xe8125d)),_0x5d694f=window[_0x26a32c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x26a32c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1bd006);return _0x5d694f?window[_0x26a32c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x18e5ab(_0x5d694f),0x10)*_0x18049d:null;}function _0x3bdb20(_0x83469f){return new window[(_0x26a32c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ab6b0,_0x381a5d)=>{_0x83469f[_0x26a32c([0x74,0x68,0x65,0x6e])](_0x5ab6b0,_0x381a5d),window[_0x26a32c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x381a5d,0x459634d1^_0x162c81);});}}_0x4bb967[_0x26a32c([0x6f,0x6e])](_0x26a32c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x399afb,_0x1bccc2)=>{if(_0x1bccc2[0x0]!=_0xe8125d)return _0x221e2b(_0x26a32c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1bccc2[0x1]={..._0x1bccc2[0x1],[_0x26a32c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4cea20};},{[_0x26a32c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x26a32c([0x68,0x69,0x67,0x68])}),_0x4bb967[_0x26a32c([0x6f,0x6e])](_0x26a32c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x353cb4=>{_0x2e9e83(_0x353cb4[_0x26a32c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x20c20a=!0x0,_0x3d2e19(_0x353cb4[_0x26a32c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x26a32c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x26a32c([0x6c,0x6f,0x77])}),_0x430f86[_0x26a32c([0x74,0x68,0x65,0x6e])](()=>{_0x20c20a||_0x221e2b(_0x26a32c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0xae75f1(){return _0x4bb967[_0x26a32c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x26a32c([0x76,0x69,0x65,0x77])][_0x26a32c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x26a32c([0x61,0x75,0x74,0x6f]);}function _0xacd05f(){_0x4bb967[_0x26a32c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x26a32c([0x76,0x69,0x65,0x77])][_0x26a32c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x26a32c([0x61,0x75,0x74,0x6f]);}}function _0x1c1df5(_0x3c6843){const _0x5e5b79=[new window[(_0x26a32c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41d9dd=>setTimeout(_0x41d9dd,0x459ededd^_0x162c81)),_0x430f86[_0x26a32c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x26a32c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x127006=>{let _0x163c8d=0x0;_0x4bb967[_0x26a32c([0x6d,0x6f,0x64,0x65,0x6c])][_0x26a32c([0x6f,0x6e])](_0x26a32c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x4c711e,_0x3deab4)=>{_0x3deab4[0x0][_0x26a32c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x163c8d++,_0x163c8d==(0x4597e5f9^_0x162c81)&&(_0x127006(),_0x4c711e[_0x26a32c([0x6f,0x66,0x66])]());});}))];return window[_0x26a32c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x26a32c([0x72,0x61,0x63,0x65])](_0x5e5b79)[_0x26a32c([0x74,0x68,0x65,0x6e])](()=>_0x3c6843);}async function _0x3962a8(){await _0x430f86,_0x4bb967[_0x26a32c([0x6d,0x6f,0x64,0x65,0x6c])][_0x26a32c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0xc0524b,_0x4bb967[_0x26a32c([0x6d,0x6f,0x64,0x65,0x6c])][_0x26a32c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0xc0524b,_0x4bb967[_0x26a32c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x26a32c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x21a96e(){return window[_0x26a32c([0x67,0x6c,0x6f,0x62])]&&window[_0x26a32c([0x67,0x6c,0x6f,0x62])][_0x26a32c([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x146b95(_0x1a5149){const _0x142b7b=_0x389323();_0x4bb967[_0x142b7b]=_0x26a32c([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1a5149,_0x1a5149!=_0x26a32c([0x56,0x61,0x6c,0x69,0x64])&&_0x3962a8();}function _0x389323(){const _0x31798e=window[_0x26a32c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x26a32c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x26a32c([0x6e,0x6f,0x77])]())[_0x26a32c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x26a32c([0x2e]),'');let _0x4160f5=_0x26a32c([0x51]);for(let _0x102d7a=0x0;_0x102d7a<_0x31798e[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x102d7a+=0x2){let _0x38acd2=window[_0x26a32c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x31798e[_0x26a32c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x102d7a,_0x102d7a+0x2));_0x38acd2>=_0x1d731d[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x38acd2-=_0x1d731d[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x4160f5+=_0x1d731d[_0x38acd2];}return _0x4160f5;}function _0x212393(){const _0x148c41=_0x43ccc6[_0x26a32c([0x73,0x70,0x6c,0x69,0x74])](_0x26a32c([0x2e]));if(0x3!=_0x148c41[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x35eb08(_0x148c41[0x1]);function _0x35eb08(_0x77a449){const _0x488261=_0x3a8814(_0x77a449);return _0x488261&&_0x131851()?_0x488261:null;function _0x131851(){const _0x19fa85=_0x488261[_0x26a32c([0x6a,0x74,0x69])],_0x44eda0=window[_0x26a32c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x19fa85[_0x26a32c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x19fa85[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x55bd05={..._0x488261,[_0x26a32c([0x6a,0x74,0x69])]:_0x19fa85[_0x26a32c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x19fa85[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x55bd05[_0x26a32c([0x76,0x63])],_0xa9452c(_0x55bd05)==_0x44eda0;}}}async function _0x416c59(){let _0x4414a7=!0x0;try{const _0x478db2=_0x43ccc6[_0x26a32c([0x73,0x70,0x6c,0x69,0x74])](_0x26a32c([0x2e])),[_0x60ba89,_0x106376,_0x2cedc0]=_0x478db2;return _0x314eed(_0x60ba89),await _0x1a577a(_0x60ba89,_0x106376,_0x2cedc0),_0x4414a7;}catch{return!0x1;}function _0x314eed(_0x15c8c9){const _0x40f3de=_0x3a8814(_0x15c8c9);_0x40f3de&&_0x40f3de[_0x26a32c([0x61,0x6c,0x67])]==_0x26a32c([0x45,0x53,0x32,0x35,0x36])||(_0x4414a7=!0x1);}async function _0x1a577a(_0x17a730,_0xe0337e,_0x2b4a89){const _0x23bca=window[_0x26a32c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x26a32c([0x66,0x72,0x6f,0x6d])](_0x2b0801(_0x2b4a89),_0x1e640d=>_0x1e640d[_0x26a32c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x553e71=new window[(_0x26a32c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x26a32c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x17a730+_0x26a32c([0x2e])+_0xe0337e),_0x58ab15=window[_0x26a32c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x26a32c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x58ab15)return;const _0x978f64=await _0x58ab15[_0x26a32c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x26a32c([0x6a,0x77,0x6b]),_0x24024c,{[_0x26a32c([0x6e,0x61,0x6d,0x65])]:_0x26a32c([0x45,0x43,0x44,0x53,0x41]),[_0x26a32c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x26a32c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x26a32c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x58ab15[_0x26a32c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x26a32c([0x6e,0x61,0x6d,0x65])]:_0x26a32c([0x45,0x43,0x44,0x53,0x41]),[_0x26a32c([0x68,0x61,0x73,0x68])]:{[_0x26a32c([0x6e,0x61,0x6d,0x65])]:_0x26a32c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x978f64,_0x23bca,_0x553e71)||(_0x4414a7=!0x1);}}function _0x3a8814(_0x4fab4c){return _0x4fab4c[_0x26a32c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x26a32c([0x65,0x79]))?JSON[_0x26a32c([0x70,0x61,0x72,0x73,0x65])](_0x2b0801(_0x4fab4c)):null;}function _0x2b0801(_0x596ed9){return window[_0x26a32c([0x61,0x74,0x6f,0x62])](_0x596ed9[_0x26a32c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x26a32c([0x2b]))[_0x26a32c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x26a32c([0x2f])));}function _0xa9452c(_0x2fe4e1){let _0x4e9275=0x1505;function _0x3d88cb(_0x2708a0){for(let _0x503ba8=0x0;_0x503ba8<_0x2708a0[_0x26a32c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x503ba8++){const _0x508b82=_0x2708a0[_0x26a32c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x503ba8);_0x4e9275=(_0x4e9275<<0x5)+_0x4e9275+_0x508b82,_0x4e9275&=_0x4e9275;}}function _0x32603a(_0x4a2b50){Array[_0x26a32c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4a2b50)?_0x4a2b50[_0x26a32c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x32603a):_0x4a2b50&&typeof _0x4a2b50==_0x26a32c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x26a32c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4a2b50)[_0x26a32c([0x73,0x6f,0x72,0x74])]()[_0x26a32c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x7a5b2a,_0x2a0d78])=>{_0x3d88cb(_0x7a5b2a),_0x32603a(_0x2a0d78);}):_0x3d88cb(window[_0x26a32c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4a2b50));}return _0x32603a(_0x2fe4e1),_0x4e9275>>>0x0;}function _0x56ebff(_0x464375){return _0x464375[_0x26a32c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x26a32c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x26a32c([0x30]));}function _0x18e5ab(_0x355024){return _0x355024[_0x26a32c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x26a32c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x26a32c([0x6a,0x6f,0x69,0x6e])]('');}function _0xc0524b(){}function _0x26a32c(_0x533c90){return _0x533c90['map'](_0x41c4b0=>String['fromCharCode'](_0x41c4b0))['join']('');}_0x146b95(await _0x1c8cc7());}(this);}['_toggleSpecialCursor'](_0x4534ab){this['editor']['editing']['view']['change'](_0x22e7cb=>{for(const _0x262759 of this['editor']['editing']['view']['document']['roots'])_0x4534ab?_0x22e7cb['addClass'](g,_0x262759):_0x22e7cb['removeClass'](g,_0x262759);});}['_copyFormatting'](){const {editor:_0x3f5829}=this;_0x3f5829['execute'](w),_0x3f5829['ui']['ariaLiveAnnouncer']['announce'](x(_0x3f5829['locale'],'Formatting\x20copied.'));}['_pasteFormatting'](){const {editor:_0x55745d}=this,_0x2dd92a=_0x55745d['commands']['get'](w)['value'];_0x55745d['execute'](h,_0x2dd92a),_0x55745d['ui']['ariaLiveAnnouncer']['announce'](x(_0x55745d['locale'],'Pasted\x20formatting.'));}['_finishPainting'](){this['editor']['commands']['get'](w)['reset'](),this['stopListening'](_0x3887ad['window']['document'],'mouseup');}}class L extends _0x1ea8c2{static get['requires'](){return[P,k];}static get['pluginName'](){return'FormatPainter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{p as CopyFormatCommand,L as FormatPainter,P as FormatPainterEditing,k as FormatPainterUI,y as PasteFormatCommand};
23
+ import{Command as _0xfc0f26,Plugin as _0x4f8173}from'@ckeditor/ckeditor5-core/dist/index.js';import{RemoveFormatCommand as _0x3bbb1e}from'@ckeditor/ckeditor5-remove-format/dist/index.js';import{createDropdown as _0x41576a,SplitButtonView as _0x2d5724,UIModel as _0x4df739,addListToDropdown as _0x53edf5}from'@ckeditor/ckeditor5-ui/dist/index.js';import{DomEmitterMixin as _0x2c4e4e,Collection as _0x5c5f19,global as _0x47b1e6,uid as _0x767a3d}from'@ckeditor/ckeditor5-utils/dist/index.js';import{ClickObserver as _0x116cfa}from'@ckeditor/ckeditor5-engine/dist/index.js';import{IconPaintRoller as _0x119ee6}from'@ckeditor/ckeditor5-icons/dist/index.js';const w='copyFormat',h='pasteFormat',g='ck-format-painter-active';class p extends _0xfc0f26{constructor(_0x43af5c){super(_0x43af5c),this['value']=void 0x0,this['on']('change:isEnabled',(_0x5dde39,_0x2d9839,_0x50120d)=>{_0x50120d||this['reset']();}),this['on']('change:value',()=>_0x43af5c['commands']['get'](h)['refresh']());}['execute'](){this['value']=this['_getFormattingAttributes']();}['reset'](){this['value']=void 0x0;}['_getFormattingAttributes'](){const _0x4bf636=this['editor']['model'],_0x4c0503=_0x4bf636['document']['selection'];return Object['fromEntries'](Array['from'](_0x4c0503['getAttributes']())['filter'](([_0x10d580])=>_0x4bf636['schema']['getAttributeProperties'](_0x10d580)['isFormatting']));}}class y extends _0xfc0f26{constructor(_0x2012f8){super(_0x2012f8),this['_removeFormatCommand']=new _0x3bbb1e(_0x2012f8);}['execute'](_0x50d117={}){const _0x2c8cad=this['editor']['model'],_0x18021e=_0x2c8cad['document']['selection'],_0x2ac5d4=Array['from'](_0x18021e['getRanges']()),_0x16be61=_0x18021e['isCollapsed']?[this['_createRangeOnEntireWord'](_0x2c8cad,_0x18021e)]:_0x2ac5d4;_0x2c8cad['change'](_0x32c71f=>{_0x32c71f['setSelection'](_0x16be61),this['_removeFormatCommand']['execute']();for(const _0x271462 in _0x50d117)for(const _0x303492 of _0x2c8cad['schema']['getValidRanges'](_0x16be61,_0x271462))_0x32c71f['setAttribute'](_0x271462,_0x50d117[_0x271462],_0x303492);_0x32c71f['setSelection'](_0x2ac5d4);});}['_createRangeOnEntireWord'](_0x889f21,_0x25c022){const _0x2653fe=_0x889f21['createSelection'](_0x25c022);_0x889f21['modifySelection'](_0x2653fe,{'unit':'word','direction':'backward'});const _0x21d0ed=_0x2653fe['getFirstPosition']();_0x889f21['modifySelection'](_0x2653fe,{'unit':'word','direction':'forward'});const _0x5b593e=_0x2653fe['getLastPosition']();return _0x889f21['createRange'](_0x21d0ed,_0x5b593e);}}class P extends _0x4f8173{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'FormatPainterEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4c8a13=this['editor'];_0x4c8a13['commands']['add'](w,new p(_0x4c8a13)),_0x4c8a13['commands']['add'](h,new y(_0x4c8a13)),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x550ecd=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x1f0f07;for(const _0x3575be in _0x550ecd){const _0x46e953=_0x3575be,_0x4d1ba5=_0x550ecd[_0x46e953];if('formatPainterLicenseKeyValid'==_0x4d1ba5||'formatPainterLicenseKeyInvalid'==_0x4d1ba5||'formatPainterLicenseKeyExpired'==_0x4d1ba5||'formatPainterLicenseKeyDomainLimit'==_0x4d1ba5||'formatPainterLicenseKeyNotAllowed'==_0x4d1ba5||'formatPainterLicenseKeyEvaluationLimit'==_0x4d1ba5||'formatPainterLicenseKeyUsageLimit'==_0x4d1ba5){delete _0x550ecd[_0x46e953],_0x1f0f07=_0x4d1ba5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'formatPainterLicenseKeyInvalid'==_0x1f0f07&&_0x550ecd['_showLicenseError']('invalid'),'formatPainterLicenseKeyExpired'==_0x1f0f07&&_0x550ecd['_showLicenseError']('expired'),'formatPainterLicenseKeyDomainLimit'==_0x1f0f07&&_0x550ecd['_showLicenseError']('domainLimit'),'formatPainterLicenseKeyNotAllowed'==_0x1f0f07&&_0x550ecd['_showLicenseError']('featureNotAllowed','FormatPainter'),'formatPainterLicenseKeyEvaluationLimit'==_0x1f0f07&&_0x550ecd['_showLicenseError']('evaluationLimit'),'formatPainterLicenseKeyUsageLimit'==_0x1f0f07&&_0x550ecd['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function x(_0x59b5dd,_0x3cdd98){const t=_0x59b5dd['t'];switch(_0x3cdd98){case'Paint\x20formatting':return t('Paint\x20formatting');case'Copy\x20text\x20formatting':return t('Copy\x20text\x20formatting');case'Paste\x20text\x20formatting':return t('Paste\x20text\x20formatting');case'Continuous\x20painting':return t('Continuous\x20painting');case'Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':return t('Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.');case'Formatting\x20copied.':return t('Formatting\x20copied.');case'Pasted\x20formatting.':return t('Pasted\x20formatting.');default:return _0x3cdd98;}}class k extends/* #__PURE__ -- @preserve */
24
+ _0x2c4e4e(_0x4f8173){static get['pluginName'](){return'FormatPainterUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x5fb536=this['editor'];_0x5fb536['editing']['view']['addObserver'](_0x116cfa),_0x5fb536['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':x(_0x5fb536['locale'],'Copy\x20text\x20formatting'),'keystroke':'Ctrl+Alt+C'},{'label':x(_0x5fb536['locale'],'Paste\x20text\x20formatting'),'keystroke':'Ctrl+Alt+V'}]}),_0x5fb536['ui']['componentFactory']['add']('formatPainter',_0x17937a=>{const _0x475aad=_0x41576a(_0x17937a,_0x2d5724),_0x5edbff=_0x5fb536['commands']['get'](w);_0x475aad['buttonView']['set']({'label':x(_0x5fb536['locale'],'Paint\x20formatting'),'icon':_0x119ee6,'keystroke':'Ctrl+Alt+C','tooltip':!0x0}),_0x475aad['class']='ck-format-painter-dropdown',_0x5edbff&&(_0x475aad['bind']('isEnabled')['to'](_0x5edbff,'isEnabled'),this['listenTo'](_0x5edbff,'change:isEnabled',(_0x1ca5e6,_0x317cf3,_0x7a8cea)=>{_0x7a8cea||this['_finishPainting']();}),_0x475aad['buttonView']['bind']('isOn')['to'](_0x5edbff,'value',_0x1370d2=>!!_0x1370d2),this['listenTo'](_0x5fb536,'destroy',()=>this['_toggleSpecialCursor'](!0x1)),this['listenTo'](_0x5edbff,'change:value',(_0x24a6cb,_0x7f74f9,_0x57925a)=>{this['_toggleSpecialCursor'](!!_0x57925a);}));const _0x30d9e0=new _0x4df739({'withText':!0x0,'label':x(_0x5fb536['locale'],'Continuous\x20painting'),'tooltip':x(_0x5fb536['locale'],'Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.'),'isOn':!0x1,'role':'menuitemcheckbox'});_0x53edf5(_0x475aad,new _0x5c5f19([{'type':'switchbutton','model':_0x30d9e0}]),{'role':'menu'});const _0x32cc83=()=>{this['_copyFormatting'](),this['listenTo'](_0x47b1e6['window']['document'],'mouseup',()=>{this['_pasteFormatting'](),_0x30d9e0['isOn']||this['_finishPainting']();});};return this['listenTo'](_0x475aad,'execute',()=>{_0x30d9e0['isOn']=!_0x30d9e0['isOn'];}),this['listenTo'](_0x475aad['buttonView'],'execute',()=>{_0x5fb536['editing']['view']['focus'](),_0x475aad['buttonView']['isOn']?this['_finishPainting']():_0x32cc83();}),_0x5fb536['keystrokes']['set']('Ctrl+Alt+C',(_0x27198b,_0x4bb727)=>{_0x32cc83(),_0x30d9e0['isOn']=!0x0,_0x4bb727();},{'priority':'high'}),_0x5fb536['keystrokes']['set']('Ctrl+Alt+V',(_0x3fb65e,_0x508a05)=>{_0x475aad['buttonView']['isOn']&&(this['_pasteFormatting'](),_0x30d9e0['isOn']||this['_finishPainting'](),_0x508a05());},{'priority':'high'}),_0x5fb536['keystrokes']['set']('Esc',(_0x9bb025,_0x3ca750)=>{_0x475aad['buttonView']['isOn']&&(_0x30d9e0['isOn']=!0x1,this['_finishPainting'](),_0x3ca750());}),_0x475aad;});}['afterInit'](){!async function(_0x20ce8e){const _0x364052=_0x14001f([0x51,0x69,0x4c,0x52,0x43,0x53,0x4f,0x73,0x5a,0x38,0x70,0x41,0x76,0x44,0x64,0x61,0x50,0x4a,0x55,0x45,0x33,0x6f,0x78,0x6a,0x4b,0x6c,0x7a,0x4d,0x32,0x75,0x58,0x67,0x72,0x74,0x47,0x66,0x65,0x79,0x68,0x35,0x63,0x4e,0x46,0x6b,0x6d,0x42,0x77,0x39,0x49,0x36,0x57,0x48,0x30,0x71,0x6e,0x62,0x34,0x54,0x31,0x37,0x59,0x56]),_0x44fcdb=0x4597e011,_0x355746=0x45906539^_0x44fcdb,_0x58735e=window[_0x14001f([0x44,0x61,0x74,0x65])][_0x14001f([0x6e,0x6f,0x77])](),_0x118bc4=_0x20ce8e[_0x14001f([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5d6065=new window[(_0x14001f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x31d011=>{_0x118bc4[_0x14001f([0x6f,0x6e,0x63,0x65])](_0x14001f([0x72,0x65,0x61,0x64,0x79]),_0x31d011);}),_0x150d69={[_0x14001f([0x6b,0x74,0x79])]:_0x14001f([0x45,0x43]),[_0x14001f([0x75,0x73,0x65])]:_0x14001f([0x73,0x69,0x67]),[_0x14001f([0x63,0x72,0x76])]:_0x14001f([0x50,0x2d,0x32,0x35,0x36]),[_0x14001f([0x78])]:_0x14001f([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x14001f([0x79])]:_0x14001f([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x14001f([0x61,0x6c,0x67])]:_0x14001f([0x45,0x53,0x32,0x35,0x36])},_0x53d116=_0x118bc4[_0x14001f([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x14001f([0x67,0x65,0x74])](_0x14001f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x107163(){let _0x4d007f,_0x20e41d=null,_0x2a0de3=null;try{if(_0x53d116==_0x14001f([0x47,0x50,0x4c]))return _0x14001f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4d007f=_0x300bb2(),!_0x4d007f)return _0x14001f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4d007f[_0x14001f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2a0de3=_0x3affbe(_0x4d007f[_0x14001f([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4d007f[_0x14001f([0x6a,0x74,0x69])])),await _0x253b7d()?_0x5c63a3()?_0x36df02()?_0x14001f([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x54273e()?(_0x4d007f[_0x14001f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x14001f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x20e41d=_0x4f0ab3(_0x14001f([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1469a9()):_0x14001f([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x14001f([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x14001f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x14001f([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x36df02(){const _0x49ad7c=[_0x14001f([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x14001f([0x74,0x72,0x69,0x61,0x6c])][_0x14001f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4d007f[_0x14001f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x58735e/0x3e8:0xe10*_0x355746;return _0x4d007f[_0x14001f([0x65,0x78,0x70])]<_0x49ad7c;}function _0x5c63a3(){const _0x7af0d8=_0x4d007f[_0x14001f([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x7af0d8&&(!!_0x7af0d8[_0x14001f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14001f([0x2a]))||(!!_0x7af0d8[_0x14001f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14001f([0x46,0x50]))||(!!_0x7af0d8[_0x14001f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14001f([0x50,0x50]))||!(!_0x7af0d8[_0x14001f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14001f([0x54,0x52,0x49,0x4c,0x49,0x55,0x4d]))||!_0x130cd0()))));}function _0x54273e(){const _0x841383=_0x4d007f[_0x14001f([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x841383||0x0==_0x841383[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x4786dd}=new URL(window[_0x14001f([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x841383[_0x14001f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4786dd))return!0x0;const _0x4f450f=_0x4786dd[_0x14001f([0x73,0x70,0x6c,0x69,0x74])](_0x14001f([0x2e]));return _0x841383[_0x14001f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x505b00=>_0x505b00[_0x14001f([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x14001f([0x2a])))[_0x14001f([0x6d,0x61,0x70])](_0x5634a8=>_0x5634a8[_0x14001f([0x73,0x70,0x6c,0x69,0x74])](_0x14001f([0x2e])))[_0x14001f([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x4c7687=>_0x4c7687[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4f450f[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x14001f([0x6d,0x61,0x70])](_0x35d09d=>Array(_0x4f450f[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x35d09d[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x14001f([0x66,0x69,0x6c,0x6c])](_0x35d09d[0x0]===_0x14001f([0x2a])?_0x14001f([0x2a]):'')[_0x14001f([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x35d09d))[_0x14001f([0x73,0x6f,0x6d,0x65])](_0x4e84b2=>_0x4f450f[_0x14001f([0x65,0x76,0x65,0x72,0x79])]((_0x4d1864,_0x32f692)=>_0x4e84b2[_0x32f692]===_0x4d1864||_0x4e84b2[_0x32f692]===_0x14001f([0x2a])));}function _0x1469a9(){return _0x20e41d&&_0x2a0de3?new window[(_0x14001f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x5ea7e7,_0x264ad9)=>{_0x20e41d[_0x14001f([0x74,0x68,0x65,0x6e])](_0x5ea7e7,_0x264ad9),_0x2a0de3[_0x14001f([0x74,0x68,0x65,0x6e])](_0x2a5ae6=>{_0x2a5ae6!=_0x14001f([0x56,0x61,0x6c,0x69,0x64])&&_0x5ea7e7(_0x2a5ae6);},_0x264ad9);}):_0x20e41d||_0x2a0de3||_0x14001f([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3affbe(_0x8dde99,_0x51e5a3){return new window[(_0x14001f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1a903c=>{if(_0x12d479())return _0x1a903c(_0x14001f([0x56,0x61,0x6c,0x69,0x64]));_0x50e6b9(),_0x118bc4[_0x14001f([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x14001f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x268778=!0x1;const _0x25369f=_0x767a3d();function _0x2f2035(_0x11ccc9){return!!_0x11ccc9&&(typeof _0x11ccc9===_0x14001f([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x11ccc9===_0x14001f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x11ccc9[_0x14001f([0x74,0x68,0x65,0x6e])]===_0x14001f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x11ccc9[_0x14001f([0x63,0x61,0x74,0x63,0x68])]===_0x14001f([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x198e12(_0x44d300){_0x526f54(_0x44d300)[_0x14001f([0x74,0x68,0x65,0x6e])](_0xf53059=>{if(!_0xf53059||_0xf53059[_0x14001f([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x14001f([0x6f,0x6b]))return _0x14001f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2f0480(_0x4330f5(_0x25369f+_0x51e5a3))!=_0xf53059[_0x14001f([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x14001f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x14001f([0x56,0x61,0x6c,0x69,0x64]);})[_0x14001f([0x74,0x68,0x65,0x6e])](_0x224446=>(_0x581f50(),_0x224446),()=>{const _0x1b68b5=_0xb45097();return null==_0x1b68b5?(_0x581f50(),_0x14001f([0x56,0x61,0x6c,0x69,0x64])):_0x14001f(_0x58735e-_0x1b68b5>(0x619b6411^_0x44fcdb)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x14001f([0x74,0x68,0x65,0x6e])](_0x1a903c)[_0x14001f([0x63,0x61,0x74,0x63,0x68])](()=>{_0x1a903c(_0x14001f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1d483a=0x45a10e91^_0x44fcdb;function _0x581f50(){const _0xc9bc0b=_0x14001f([0x6c,0x6c,0x63,0x74,0x2d])+_0x2f0480(_0x4330f5(_0x8dde99)),_0x978b9=_0x109617(_0x2f0480(window[_0x14001f([0x4d,0x61,0x74,0x68])][_0x14001f([0x63,0x65,0x69,0x6c])](_0x58735e/_0x1d483a)));window[_0x14001f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14001f([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xc9bc0b,_0x978b9);}function _0xb45097(){const _0x3c32a8=_0x14001f([0x6c,0x6c,0x63,0x74,0x2d])+_0x2f0480(_0x4330f5(_0x8dde99)),_0x3fa42c=window[_0x14001f([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x14001f([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3c32a8);return _0x3fa42c?window[_0x14001f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x109617(_0x3fa42c),0x10)*_0x1d483a:null;}function _0x526f54(_0x1dde7a){return new window[(_0x14001f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2334a6,_0xab1a3c)=>{_0x1dde7a[_0x14001f([0x74,0x68,0x65,0x6e])](_0x2334a6,_0xab1a3c),window[_0x14001f([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0xab1a3c,0x459634d1^_0x44fcdb);});}}_0x118bc4[_0x14001f([0x6f,0x6e])](_0x14001f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x8910d,_0x414740)=>{if(_0x414740[0x0]!=_0x8dde99)return _0x1a903c(_0x14001f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x414740[0x1]={..._0x414740[0x1],[_0x14001f([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x25369f};},{[_0x14001f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14001f([0x68,0x69,0x67,0x68])}),_0x118bc4[_0x14001f([0x6f,0x6e])](_0x14001f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x110a19=>{_0x2f2035(_0x110a19[_0x14001f([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x268778=!0x0,_0x198e12(_0x110a19[_0x14001f([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x14001f([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x14001f([0x6c,0x6f,0x77])}),_0x5d6065[_0x14001f([0x74,0x68,0x65,0x6e])](()=>{_0x268778||_0x1a903c(_0x14001f([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x12d479(){return _0x118bc4[_0x14001f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14001f([0x76,0x69,0x65,0x77])][_0x14001f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x14001f([0x61,0x75,0x74,0x6f]);}function _0x50e6b9(){_0x118bc4[_0x14001f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x14001f([0x76,0x69,0x65,0x77])][_0x14001f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x14001f([0x61,0x75,0x74,0x6f]);}}function _0x4f0ab3(_0x12327f){const _0x559c85=[new window[(_0x14001f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f9378=>setTimeout(_0x2f9378,0x459ededd^_0x44fcdb)),_0x5d6065[_0x14001f([0x74,0x68,0x65,0x6e])](()=>new window[(_0x14001f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a2447=>{let _0x26405b=0x0;_0x118bc4[_0x14001f([0x6d,0x6f,0x64,0x65,0x6c])][_0x14001f([0x6f,0x6e])](_0x14001f([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x1f3ceb,_0x42daab)=>{_0x42daab[0x0][_0x14001f([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x26405b++,_0x26405b==(0x4597e5f9^_0x44fcdb)&&(_0x4a2447(),_0x1f3ceb[_0x14001f([0x6f,0x66,0x66])]());});}))];return window[_0x14001f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x14001f([0x72,0x61,0x63,0x65])](_0x559c85)[_0x14001f([0x74,0x68,0x65,0x6e])](()=>_0x12327f);}async function _0x4c1635(){await _0x5d6065,_0x118bc4[_0x14001f([0x6d,0x6f,0x64,0x65,0x6c])][_0x14001f([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x540917,_0x118bc4[_0x14001f([0x6d,0x6f,0x64,0x65,0x6c])][_0x14001f([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x540917,_0x118bc4[_0x14001f([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x14001f([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x130cd0(){return window[_0x14001f([0x67,0x6c,0x6f,0x62])]&&window[_0x14001f([0x67,0x6c,0x6f,0x62])][_0x14001f([0x74,0x72,0x69,0x6c,0x69,0x75,0x6d,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e])];}function _0x478ffc(_0x18d9f3){const _0x45fea8=_0x17ee64();_0x118bc4[_0x45fea8]=_0x14001f([0x66,0x6f,0x72,0x6d,0x61,0x74,0x50,0x61,0x69,0x6e,0x74,0x65,0x72,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x18d9f3,_0x18d9f3!=_0x14001f([0x56,0x61,0x6c,0x69,0x64])&&_0x4c1635();}function _0x17ee64(){const _0x1f3ee5=window[_0x14001f([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x14001f([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x14001f([0x6e,0x6f,0x77])]())[_0x14001f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x14001f([0x2e]),'');let _0x1c3baa=_0x14001f([0x51]);for(let _0x321094=0x0;_0x321094<_0x1f3ee5[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x321094+=0x2){let _0x64036e=window[_0x14001f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f3ee5[_0x14001f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x321094,_0x321094+0x2));_0x64036e>=_0x364052[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x64036e-=_0x364052[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1c3baa+=_0x364052[_0x64036e];}return _0x1c3baa;}function _0x300bb2(){const _0x4d9d8d=_0x53d116[_0x14001f([0x73,0x70,0x6c,0x69,0x74])](_0x14001f([0x2e]));if(0x3!=_0x4d9d8d[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x144c83(_0x4d9d8d[0x1]);function _0x144c83(_0x52500e){const _0x22ad43=_0x2b1177(_0x52500e);return _0x22ad43&&_0x4e5214()?_0x22ad43:null;function _0x4e5214(){const _0xf22e4f=_0x22ad43[_0x14001f([0x6a,0x74,0x69])],_0x10e5f3=window[_0x14001f([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xf22e4f[_0x14001f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xf22e4f[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x104535={..._0x22ad43,[_0x14001f([0x6a,0x74,0x69])]:_0xf22e4f[_0x14001f([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xf22e4f[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x104535[_0x14001f([0x76,0x63])],_0x4330f5(_0x104535)==_0x10e5f3;}}}async function _0x253b7d(){let _0xef88d6=!0x0;try{const _0x5c125a=_0x53d116[_0x14001f([0x73,0x70,0x6c,0x69,0x74])](_0x14001f([0x2e])),[_0x1fc077,_0x195836,_0x5ac8ab]=_0x5c125a;return _0x49c912(_0x1fc077),await _0x586ebc(_0x1fc077,_0x195836,_0x5ac8ab),_0xef88d6;}catch{return!0x1;}function _0x49c912(_0x51ac12){const _0x4e83c6=_0x2b1177(_0x51ac12);_0x4e83c6&&_0x4e83c6[_0x14001f([0x61,0x6c,0x67])]==_0x14001f([0x45,0x53,0x32,0x35,0x36])||(_0xef88d6=!0x1);}async function _0x586ebc(_0x4bf507,_0x19fe4b,_0x3fe245){const _0x565b78=window[_0x14001f([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x14001f([0x66,0x72,0x6f,0x6d])](_0xb3ec7d(_0x3fe245),_0x479dc7=>_0x479dc7[_0x14001f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x21f422=new window[(_0x14001f([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x14001f([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4bf507+_0x14001f([0x2e])+_0x19fe4b),_0x383a4b=window[_0x14001f([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x14001f([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x383a4b)return;const _0x2da383=await _0x383a4b[_0x14001f([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x14001f([0x6a,0x77,0x6b]),_0x150d69,{[_0x14001f([0x6e,0x61,0x6d,0x65])]:_0x14001f([0x45,0x43,0x44,0x53,0x41]),[_0x14001f([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x14001f([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x14001f([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x383a4b[_0x14001f([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x14001f([0x6e,0x61,0x6d,0x65])]:_0x14001f([0x45,0x43,0x44,0x53,0x41]),[_0x14001f([0x68,0x61,0x73,0x68])]:{[_0x14001f([0x6e,0x61,0x6d,0x65])]:_0x14001f([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2da383,_0x565b78,_0x21f422)||(_0xef88d6=!0x1);}}function _0x2b1177(_0xf36d6f){return _0xf36d6f[_0x14001f([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x14001f([0x65,0x79]))?JSON[_0x14001f([0x70,0x61,0x72,0x73,0x65])](_0xb3ec7d(_0xf36d6f)):null;}function _0xb3ec7d(_0x58669e){return window[_0x14001f([0x61,0x74,0x6f,0x62])](_0x58669e[_0x14001f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x14001f([0x2b]))[_0x14001f([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x14001f([0x2f])));}function _0x4330f5(_0x1b1d07){let _0x26bae7=0x1505;function _0x146961(_0x5a530d){for(let _0x180a56=0x0;_0x180a56<_0x5a530d[_0x14001f([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x180a56++){const _0x400f87=_0x5a530d[_0x14001f([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x180a56);_0x26bae7=(_0x26bae7<<0x5)+_0x26bae7+_0x400f87,_0x26bae7&=_0x26bae7;}}function _0x520c44(_0x4c9e7f){Array[_0x14001f([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4c9e7f)?_0x4c9e7f[_0x14001f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x520c44):_0x4c9e7f&&typeof _0x4c9e7f==_0x14001f([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x14001f([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4c9e7f)[_0x14001f([0x73,0x6f,0x72,0x74])]()[_0x14001f([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x54900d,_0x3740fb])=>{_0x146961(_0x54900d),_0x520c44(_0x3740fb);}):_0x146961(window[_0x14001f([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4c9e7f));}return _0x520c44(_0x1b1d07),_0x26bae7>>>0x0;}function _0x2f0480(_0x30f265){return _0x30f265[_0x14001f([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x14001f([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x14001f([0x30]));}function _0x109617(_0x173ddc){return _0x173ddc[_0x14001f([0x73,0x70,0x6c,0x69,0x74])]('')[_0x14001f([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x14001f([0x6a,0x6f,0x69,0x6e])]('');}function _0x540917(){}function _0x14001f(_0x1f7ac0){return _0x1f7ac0['map'](_0xe56ea9=>String['fromCharCode'](_0xe56ea9))['join']('');}_0x478ffc(await _0x107163());}(this);}['_toggleSpecialCursor'](_0x491135){this['editor']['editing']['view']['change'](_0x5e8573=>{for(const _0x2e6f87 of this['editor']['editing']['view']['document']['roots'])_0x491135?_0x5e8573['addClass'](g,_0x2e6f87):_0x5e8573['removeClass'](g,_0x2e6f87);});}['_copyFormatting'](){const {editor:_0x57c5c6}=this;_0x57c5c6['execute'](w),_0x57c5c6['ui']['ariaLiveAnnouncer']['announce'](x(_0x57c5c6['locale'],'Formatting\x20copied.'));}['_pasteFormatting'](){const {editor:_0x336509}=this,_0x5d5f13=_0x336509['commands']['get'](w)['value'];_0x336509['execute'](h,_0x5d5f13),_0x336509['ui']['ariaLiveAnnouncer']['announce'](x(_0x336509['locale'],'Pasted\x20formatting.'));}['_finishPainting'](){this['editor']['commands']['get'](w)['reset'](),this['stopListening'](_0x47b1e6['window']['document'],'mouseup');}}class L extends _0x4f8173{static get['requires'](){return[P,k];}static get['pluginName'](){return'FormatPainter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{p as CopyFormatCommand,L as FormatPainter,P as FormatPainterEditing,k as FormatPainterUI,y as PasteFormatCommand};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "48.0.0-alpha.2",
3
+ "version": "48.0.0-alpha.4",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -21,12 +21,12 @@
21
21
  "./package.json": "./package.json"
22
22
  },
23
23
  "dependencies": {
24
- "@ckeditor/ckeditor5-core": "48.0.0-alpha.2",
25
- "@ckeditor/ckeditor5-engine": "48.0.0-alpha.2",
26
- "@ckeditor/ckeditor5-icons": "48.0.0-alpha.2",
27
- "@ckeditor/ckeditor5-remove-format": "48.0.0-alpha.2",
28
- "@ckeditor/ckeditor5-ui": "48.0.0-alpha.2",
29
- "@ckeditor/ckeditor5-utils": "48.0.0-alpha.2"
24
+ "@ckeditor/ckeditor5-core": "48.0.0-alpha.4",
25
+ "@ckeditor/ckeditor5-engine": "48.0.0-alpha.4",
26
+ "@ckeditor/ckeditor5-icons": "48.0.0-alpha.4",
27
+ "@ckeditor/ckeditor5-remove-format": "48.0.0-alpha.4",
28
+ "@ckeditor/ckeditor5-ui": "48.0.0-alpha.4",
29
+ "@ckeditor/ckeditor5-utils": "48.0.0-alpha.4"
30
30
  },
31
31
  "files": [
32
32
  "dist",