@ckeditor/ckeditor5-case-change 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.
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as _0x260125,Plugin as _0x4680ec}from'@ckeditor/ckeditor5-core/dist/index.js';import{uid as _0x4bd852,Collection as _0x167387}from'@ckeditor/ckeditor5-utils/dist/index.js';import{MenuBarMenuView as _0x3145cf,MenuBarMenuListView as _0x533512,MenuBarMenuListItemView as _0x4c82d8,MenuBarMenuListItemButtonView as _0x54ca5a,createDropdown as _0x23b6ad,addListToDropdown as _0x1d8138,UIModel as _0xbb23c7}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconCaseChange as _0x40297f}from'@ckeditor/ckeditor5-icons/dist/index.js';class d extends _0x260125{['_transformCallback'];constructor(_0x4dc563,_0x102001){super(_0x4dc563),this['_transformCallback']=_0x102001;}['execute'](){const _0x20c438=this['editor']['model'],_0x2b52df=Array['from'](this['_getAffectedRanges']()),_0x15b8da=Array['from'](_0x20c438['document']['selection']['getRanges']());_0x20c438['change'](_0x39f054=>{for(const _0x403a26 of _0x2b52df)this['_modifyContent'](_0x403a26,_0x39f054);_0x39f054['setSelection'](_0x15b8da);});}['refresh'](){for(const _0x4858a8 of this['_getAffectedRanges']())for(const _0x34d16c of _0x4858a8)if(_0x34d16c['item']['is']('$textProxy'))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['_getAffectedRanges'](){const _0x174cc0=this['editor']['model'],_0x1401a5=_0x174cc0['document']['selection'];if(_0x1401a5['isCollapsed']){const _0x11d06d=this['_findAncestorTextBlock'](_0x1401a5['getFirstPosition']()['parent']);return _0x11d06d?[_0x174cc0['createRangeIn'](_0x11d06d)]:[];}return _0x1401a5['getRanges']();}['_modifyContent'](_0x5ee7a9,_0x4bbafc){for(const _0x5069bc of this['_getElementsAllowingText'](_0x5ee7a9)){const _0x2c4ca8=this['_getElementTextContent'](_0x5069bc),_0xd5fd47=this['_transformCallback'](_0x2c4ca8);for(const _0x142edd of this['_getTextNodesRangeLimited'](_0x5069bc,_0x5ee7a9))this['_replaceTextNodeData'](_0x142edd,_0xd5fd47,_0x4bbafc);}}['_findAncestorTextBlock'](_0x428e7b){const _0x78e480=this['editor']['model']['schema'];if(_0x428e7b['is']('element')&&_0x78e480['checkChild'](_0x428e7b,'$text'))return _0x428e7b;const _0x55a83d=_0x428e7b['parent'];return!_0x55a83d||_0x78e480['isLimit'](_0x428e7b)?null:this['_findAncestorTextBlock'](_0x55a83d);}*['_getElementsAllowingText'](_0x2e321d){const _0x2b99f=new Set();for(const {item:_0x47debf}of _0x2e321d['getWalker']()){const _0x5f0c40=this['_findAncestorTextBlock'](_0x47debf);_0x5f0c40&&!_0x2b99f['has'](_0x5f0c40)&&(_0x2b99f['add'](_0x5f0c40),yield _0x5f0c40);}}['_getElementTextContent'](_0x5355b7){return Array['from'](_0x5355b7['getChildren']())['reduce']((_0x23e3e9,_0x3ccf43)=>_0x23e3e9+(_0x3ccf43['is']('$text')?_0x3ccf43['data']:'\x20'),'');}*['_getTextNodesRangeLimited'](_0x247c1d,_0x4b4dc5){const _0x5983cd=_0x4b4dc5['getIntersection'](this['editor']['model']['createRangeIn'](_0x247c1d));if(_0x5983cd){for(const _0x2d89c0 of _0x5983cd['getItems']())_0x2d89c0['is']('$textProxy')&&_0x2d89c0['parent']==_0x247c1d&&(yield _0x2d89c0);}}['_replaceTextNodeData'](_0x3dff79,_0x15b479,_0x434e14){const _0x7a0dea=_0x15b479['substring'](_0x3dff79['startOffset'],_0x3dff79['endOffset']);if(_0x7a0dea===_0x3dff79['data'])return;const _0x2f5da8=_0x3dff79['getAttributes']();this['editor']['model']['insertContent'](_0x434e14['createText'](_0x7a0dea,_0x2f5da8),_0x434e14['createSelection'](_0x434e14['createRangeOn'](_0x3dff79)));}}function w(_0x58b54f,_0x3a5d75,..._0x41ef64){const t=_0x58b54f['t'];switch(_0x3a5d75){case'Case\x20change':return t('Case\x20change');case'UPPERCASE':return t('UPPERCASE');case'lowercase':return t('lowercase');case'Title\x20Case':return t('Title\x20Case');case'Change\x20text\x20case':return t('Change\x20text\x20case');case'Changed\x20case\x20to\x20%0':return t('Changed\x20case\x20to\x20%0',..._0x41ef64);default:return _0x3a5d75;}}class g extends _0x4680ec{['_currentCommandIndex']=0x0;static get['pluginName'](){return'CaseChangeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x45ad04=this['editor'],_0x52a4d0=_0x45ad04['locale']['contentLanguage'],_0x2fa4b4=function(_0x3e4753=[]){return'function'==typeof _0x3e4753?_0x3e4753:(_0x3f5328,{wordIndex:_0x44a3b1})=>_0x44a3b1>0x0&&_0x3e4753['includes'](_0x3f5328);}(_0x45ad04['config']['get']('caseChange.titleCase.excludeWords')),_0x5f1b41={'changeCaseUpper':new d(_0x45ad04,_0x45f61a=>_0x45f61a['toLocaleUpperCase'](_0x52a4d0)),'changeCaseLower':new d(_0x45ad04,_0x41f9d6=>_0x41f9d6['toLocaleLowerCase'](_0x52a4d0)),'changeCaseTitle':new d(_0x45ad04,_0x4e3fb0=>function(_0x119f98,_0x1e39db,_0x4e70dd){return function(_0x182e6b,_0x1ea956){let _0x308c96='',_0x839a52=0x0,_0x3efec5=0x0;for(const _0x3ab6db of _0x182e6b['matchAll'](/ +/g)){const _0x2c700e=_0x3ab6db['index'],_0x56f07d=_0x182e6b['substring'](_0x839a52,_0x2c700e);_0x56f07d['length']&&(_0x308c96+=_0x1ea956(_0x56f07d,_0x839a52,_0x3efec5++)),_0x308c96+=_0x3ab6db[0x0],_0x839a52=_0x2c700e+_0x3ab6db[0x0]['length'];}const _0x48f4de=_0x182e6b['substring'](_0x839a52);return _0x48f4de['length']&&(_0x308c96+=_0x1ea956(_0x48f4de,_0x839a52,_0x3efec5)),_0x308c96;}(_0x119f98,(_0x2889c4,_0x4a1fd8,_0x1a2019)=>{const _0x3b6a07=_0x2889c4['toLocaleLowerCase'](_0x4e70dd);return _0x1e39db(_0x3b6a07,{'charOffset':_0x4a1fd8,'wordIndex':_0x1a2019,'blockText':_0x119f98})?_0x3b6a07:_0x3b6a07['replace'](/(?:^|[^\p{L}\d'])\p{L}/gu,_0x5c400e=>_0x5c400e['toLocaleUpperCase'](_0x4e70dd));});}(_0x4e3fb0,_0x2fa4b4,_0x52a4d0))};for(const [_0x114116,_0x3dfff6]of Object['entries'](_0x5f1b41))_0x45ad04['commands']['add'](_0x114116,_0x3dfff6),_0x3dfff6['on']('execute',()=>{this['_announceCaseChangeOperation'](_0x114116);});this['listenTo'](_0x45ad04['editing']['view']['document'],'selectionChange',()=>{this['_currentCommandIndex']=0x0;}),_0x45ad04['keystrokes']['set']('shift+f3',(_0x291e04,_0x367799)=>{const _0x1852f4=m(this['editor']['locale']),_0x522622=_0x1852f4[this['_currentCommandIndex']%_0x1852f4['length']]['commandName'];_0x45ad04['execute'](_0x522622),this['_currentCommandIndex']++,_0x367799();});}['afterInit'](){!async function(_0x1b2325){const _0x2f8dff=_0xcf4d4a([0x45,0x4d,0x44,0x53,0x33,0x64,0x73,0x4c,0x6f,0x4a,0x59,0x30,0x6e,0x62,0x65,0x39,0x63,0x6d,0x6c,0x43,0x72,0x58,0x79,0x61,0x5a,0x38,0x7a,0x70,0x50,0x71,0x4e,0x36,0x6a,0x78,0x54,0x68,0x66,0x37,0x67,0x77,0x42,0x69,0x32,0x4b,0x46,0x4f,0x56,0x55,0x57,0x52,0x41,0x47,0x31,0x34,0x48,0x51,0x49,0x6b,0x75,0x74,0x35,0x76]),_0x496b2d=0x334129cd,_0x2b757e=0x3346ad35^_0x496b2d,_0x2f27fa=window[_0xcf4d4a([0x44,0x61,0x74,0x65])][_0xcf4d4a([0x6e,0x6f,0x77])](),_0x32faa3=_0x1b2325[_0xcf4d4a([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2eb1ad=new window[(_0xcf4d4a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa59a2=>{_0x32faa3[_0xcf4d4a([0x6f,0x6e,0x63,0x65])](_0xcf4d4a([0x72,0x65,0x61,0x64,0x79]),_0xa59a2);}),_0x4d022d={[_0xcf4d4a([0x6b,0x74,0x79])]:_0xcf4d4a([0x45,0x43]),[_0xcf4d4a([0x75,0x73,0x65])]:_0xcf4d4a([0x73,0x69,0x67]),[_0xcf4d4a([0x63,0x72,0x76])]:_0xcf4d4a([0x50,0x2d,0x32,0x35,0x36]),[_0xcf4d4a([0x78])]:_0xcf4d4a([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]),[_0xcf4d4a([0x79])]:_0xcf4d4a([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]),[_0xcf4d4a([0x61,0x6c,0x67])]:_0xcf4d4a([0x45,0x53,0x32,0x35,0x36])},_0x4d5c63=_0x32faa3[_0xcf4d4a([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0xcf4d4a([0x67,0x65,0x74])](_0xcf4d4a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x15ab1c(){let _0x5e0d42,_0x30843d=null,_0xabc55b=null;try{if(_0x4d5c63==_0xcf4d4a([0x47,0x50,0x4c]))return _0xcf4d4a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5e0d42=_0x3cd982(),!_0x5e0d42)return _0xcf4d4a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5e0d42[_0xcf4d4a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0xabc55b=_0x717476(_0x5e0d42[_0xcf4d4a([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5e0d42[_0xcf4d4a([0x6a,0x74,0x69])])),await _0xc85f40()?_0x13fad1()?_0x212a56()?_0xcf4d4a([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x44d2a2()?(_0x5e0d42[_0xcf4d4a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0xcf4d4a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x30843d=_0x1bbf6d(_0xcf4d4a([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x36edfe()):_0xcf4d4a([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0xcf4d4a([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0xcf4d4a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0xcf4d4a([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x212a56(){const _0x24bd1e=[_0xcf4d4a([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0xcf4d4a([0x74,0x72,0x69,0x61,0x6c])][_0xcf4d4a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5e0d42[_0xcf4d4a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2f27fa/0x3e8:0xe10*_0x2b757e;return _0x5e0d42[_0xcf4d4a([0x65,0x78,0x70])]<_0x24bd1e;}function _0x13fad1(){const _0x5607d2=_0x5e0d42[_0xcf4d4a([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x5607d2&&(!!_0x5607d2[_0xcf4d4a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcf4d4a([0x2a]))||(!!_0x5607d2[_0xcf4d4a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcf4d4a([0x43,0x43]))||!!_0x5607d2[_0xcf4d4a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcf4d4a([0x50,0x50]))));}function _0x44d2a2(){const _0x479331=_0x5e0d42[_0xcf4d4a([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x479331||0x0==_0x479331[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x55d386}=new URL(window[_0xcf4d4a([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x479331[_0xcf4d4a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x55d386))return!0x0;const _0x27c2ec=_0x55d386[_0xcf4d4a([0x73,0x70,0x6c,0x69,0x74])](_0xcf4d4a([0x2e]));return _0x479331[_0xcf4d4a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5d7e5a=>_0x5d7e5a[_0xcf4d4a([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0xcf4d4a([0x2a])))[_0xcf4d4a([0x6d,0x61,0x70])](_0x274a0e=>_0x274a0e[_0xcf4d4a([0x73,0x70,0x6c,0x69,0x74])](_0xcf4d4a([0x2e])))[_0xcf4d4a([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2f2c0b=>_0x2f2c0b[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x27c2ec[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xcf4d4a([0x6d,0x61,0x70])](_0x5a7c1c=>Array(_0x27c2ec[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x5a7c1c[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0xcf4d4a([0x66,0x69,0x6c,0x6c])](_0x5a7c1c[0x0]===_0xcf4d4a([0x2a])?_0xcf4d4a([0x2a]):'')[_0xcf4d4a([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x5a7c1c))[_0xcf4d4a([0x73,0x6f,0x6d,0x65])](_0x171961=>_0x27c2ec[_0xcf4d4a([0x65,0x76,0x65,0x72,0x79])]((_0x2f8ffb,_0x1c88db)=>_0x171961[_0x1c88db]===_0x2f8ffb||_0x171961[_0x1c88db]===_0xcf4d4a([0x2a])));}function _0x36edfe(){return _0x30843d&&_0xabc55b?new window[(_0xcf4d4a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1e9dcd,_0x262b27)=>{_0x30843d[_0xcf4d4a([0x74,0x68,0x65,0x6e])](_0x1e9dcd,_0x262b27),_0xabc55b[_0xcf4d4a([0x74,0x68,0x65,0x6e])](_0x348bde=>{_0x348bde!=_0xcf4d4a([0x56,0x61,0x6c,0x69,0x64])&&_0x1e9dcd(_0x348bde);},_0x262b27);}):_0x30843d||_0xabc55b||_0xcf4d4a([0x56,0x61,0x6c,0x69,0x64]);}}function _0x717476(_0x2b8f2f,_0x4bbaa6){return new window[(_0xcf4d4a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x56a04d=>{if(_0x3c82e3())return _0x56a04d(_0xcf4d4a([0x56,0x61,0x6c,0x69,0x64]));_0x9aaa7a(),_0x32faa3[_0xcf4d4a([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0xcf4d4a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2d7227=!0x1;const _0x209dac=_0x4bd852();function _0x350371(_0x37bdbc){return!!_0x37bdbc&&(typeof _0x37bdbc===_0xcf4d4a([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x37bdbc===_0xcf4d4a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x37bdbc[_0xcf4d4a([0x74,0x68,0x65,0x6e])]===_0xcf4d4a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x37bdbc[_0xcf4d4a([0x63,0x61,0x74,0x63,0x68])]===_0xcf4d4a([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3e1783(_0x4b4e02){_0x5355cf(_0x4b4e02)[_0xcf4d4a([0x74,0x68,0x65,0x6e])](_0x5f98e6=>{if(!_0x5f98e6||_0x5f98e6[_0xcf4d4a([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0xcf4d4a([0x6f,0x6b]))return _0xcf4d4a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x43fd2(_0xf26142(_0x209dac+_0x4bbaa6))!=_0x5f98e6[_0xcf4d4a([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0xcf4d4a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0xcf4d4a([0x56,0x61,0x6c,0x69,0x64]);})[_0xcf4d4a([0x74,0x68,0x65,0x6e])](_0x1b508b=>(_0x133bcd(),_0x1b508b),()=>{const _0x19c3ea=_0x44b53d();return null==_0x19c3ea?(_0x133bcd(),_0xcf4d4a([0x56,0x61,0x6c,0x69,0x64])):_0xcf4d4a(_0x2f27fa-_0x19c3ea>(0x174dadcd^_0x496b2d)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0xcf4d4a([0x74,0x68,0x65,0x6e])](_0x56a04d)[_0xcf4d4a([0x63,0x61,0x74,0x63,0x68])](()=>{_0x56a04d(_0xcf4d4a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3c4dee=0x3377c74d^_0x496b2d;function _0x133bcd(){const _0x581f9e=_0xcf4d4a([0x6c,0x6c,0x63,0x74,0x2d])+_0x43fd2(_0xf26142(_0x2b8f2f)),_0x2ad8fc=_0x14db75(_0x43fd2(window[_0xcf4d4a([0x4d,0x61,0x74,0x68])][_0xcf4d4a([0x63,0x65,0x69,0x6c])](_0x2f27fa/_0x3c4dee)));window[_0xcf4d4a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcf4d4a([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x581f9e,_0x2ad8fc);}function _0x44b53d(){const _0x43085a=_0xcf4d4a([0x6c,0x6c,0x63,0x74,0x2d])+_0x43fd2(_0xf26142(_0x2b8f2f)),_0x534482=window[_0xcf4d4a([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0xcf4d4a([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x43085a);return _0x534482?window[_0xcf4d4a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x14db75(_0x534482),0x10)*_0x3c4dee:null;}function _0x5355cf(_0x2d9de5){return new window[(_0xcf4d4a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2908f8,_0x25a720)=>{_0x2d9de5[_0xcf4d4a([0x74,0x68,0x65,0x6e])](_0x2908f8,_0x25a720),window[_0xcf4d4a([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x25a720,0x3340fd0d^_0x496b2d);});}}_0x32faa3[_0xcf4d4a([0x6f,0x6e])](_0xcf4d4a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x561554,_0x5b5bf6)=>{if(_0x5b5bf6[0x0]!=_0x2b8f2f)return _0x56a04d(_0xcf4d4a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5b5bf6[0x1]={..._0x5b5bf6[0x1],[_0xcf4d4a([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x209dac};},{[_0xcf4d4a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcf4d4a([0x68,0x69,0x67,0x68])}),_0x32faa3[_0xcf4d4a([0x6f,0x6e])](_0xcf4d4a([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x24c305=>{_0x350371(_0x24c305[_0xcf4d4a([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2d7227=!0x0,_0x3e1783(_0x24c305[_0xcf4d4a([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0xcf4d4a([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0xcf4d4a([0x6c,0x6f,0x77])}),_0x2eb1ad[_0xcf4d4a([0x74,0x68,0x65,0x6e])](()=>{_0x2d7227||_0x56a04d(_0xcf4d4a([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3c82e3(){return _0x32faa3[_0xcf4d4a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcf4d4a([0x76,0x69,0x65,0x77])][_0xcf4d4a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0xcf4d4a([0x61,0x75,0x74,0x6f]);}function _0x9aaa7a(){_0x32faa3[_0xcf4d4a([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0xcf4d4a([0x76,0x69,0x65,0x77])][_0xcf4d4a([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0xcf4d4a([0x61,0x75,0x74,0x6f]);}}function _0x1bbf6d(_0x1c83f9){const _0x5c9a21=[new window[(_0xcf4d4a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x23d141=>setTimeout(_0x23d141,0x33481701^_0x496b2d)),_0x2eb1ad[_0xcf4d4a([0x74,0x68,0x65,0x6e])](()=>new window[(_0xcf4d4a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x244c2d=>{let _0x3643ce=0x0;_0x32faa3[_0xcf4d4a([0x6d,0x6f,0x64,0x65,0x6c])][_0xcf4d4a([0x6f,0x6e])](_0xcf4d4a([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x180f9f,_0xb81765)=>{_0xb81765[0x0][_0xcf4d4a([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3643ce++,_0x3643ce==(0x33412c25^_0x496b2d)&&(_0x244c2d(),_0x180f9f[_0xcf4d4a([0x6f,0x66,0x66])]());});}))];return window[_0xcf4d4a([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0xcf4d4a([0x72,0x61,0x63,0x65])](_0x5c9a21)[_0xcf4d4a([0x74,0x68,0x65,0x6e])](()=>_0x1c83f9);}async function _0x1d4ce5(){await _0x2eb1ad,_0x32faa3[_0xcf4d4a([0x6d,0x6f,0x64,0x65,0x6c])][_0xcf4d4a([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x209ac3,_0x32faa3[_0xcf4d4a([0x6d,0x6f,0x64,0x65,0x6c])][_0xcf4d4a([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x209ac3,_0x32faa3[_0xcf4d4a([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0xcf4d4a([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x20a1d8(_0x37a106){const _0x29f159=_0x5b59f3();_0x32faa3[_0x29f159]=_0xcf4d4a([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x37a106,_0x37a106!=_0xcf4d4a([0x56,0x61,0x6c,0x69,0x64])&&_0x1d4ce5();}function _0x5b59f3(){const _0x12cb64=window[_0xcf4d4a([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0xcf4d4a([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0xcf4d4a([0x6e,0x6f,0x77])]())[_0xcf4d4a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0xcf4d4a([0x2e]),'');let _0x2132b8=_0xcf4d4a([0x45]);for(let _0x534dc5=0x0;_0x534dc5<_0x12cb64[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x534dc5+=0x2){let _0x2ba651=window[_0xcf4d4a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x12cb64[_0xcf4d4a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x534dc5,_0x534dc5+0x2));_0x2ba651>=_0x2f8dff[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x2ba651-=_0x2f8dff[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2132b8+=_0x2f8dff[_0x2ba651];}return _0x2132b8;}function _0x3cd982(){const _0x3ea233=_0x4d5c63[_0xcf4d4a([0x73,0x70,0x6c,0x69,0x74])](_0xcf4d4a([0x2e]));if(0x3!=_0x3ea233[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x397567(_0x3ea233[0x1]);function _0x397567(_0x380817){const _0x5d5e31=_0x147759(_0x380817);return _0x5d5e31&&_0x4a0f77()?_0x5d5e31:null;function _0x4a0f77(){const _0x3dd7fe=_0x5d5e31[_0xcf4d4a([0x6a,0x74,0x69])],_0x23c784=window[_0xcf4d4a([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3dd7fe[_0xcf4d4a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3dd7fe[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x33bd6f={..._0x5d5e31,[_0xcf4d4a([0x6a,0x74,0x69])]:_0x3dd7fe[_0xcf4d4a([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x3dd7fe[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x33bd6f[_0xcf4d4a([0x76,0x63])],_0xf26142(_0x33bd6f)==_0x23c784;}}}async function _0xc85f40(){let _0x21a41b=!0x0;try{const _0x58fbfb=_0x4d5c63[_0xcf4d4a([0x73,0x70,0x6c,0x69,0x74])](_0xcf4d4a([0x2e])),[_0x34ede3,_0x2dc297,_0x2a9750]=_0x58fbfb;return _0x3d45f1(_0x34ede3),await _0x224bc8(_0x34ede3,_0x2dc297,_0x2a9750),_0x21a41b;}catch{return!0x1;}function _0x3d45f1(_0x483639){const _0x52b309=_0x147759(_0x483639);_0x52b309&&_0x52b309[_0xcf4d4a([0x61,0x6c,0x67])]==_0xcf4d4a([0x45,0x53,0x32,0x35,0x36])||(_0x21a41b=!0x1);}async function _0x224bc8(_0x34cb1d,_0x38db77,_0x27bf92){const _0x7d2bcd=window[_0xcf4d4a([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0xcf4d4a([0x66,0x72,0x6f,0x6d])](_0x16c5d7(_0x27bf92),_0x5869ea=>_0x5869ea[_0xcf4d4a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x5bf054=new window[(_0xcf4d4a([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0xcf4d4a([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x34cb1d+_0xcf4d4a([0x2e])+_0x38db77),_0x116fe9=window[_0xcf4d4a([0x63,0x72,0x79,0x70,0x74,0x6f])][_0xcf4d4a([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x116fe9)return;const _0x40d469=await _0x116fe9[_0xcf4d4a([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0xcf4d4a([0x6a,0x77,0x6b]),_0x4d022d,{[_0xcf4d4a([0x6e,0x61,0x6d,0x65])]:_0xcf4d4a([0x45,0x43,0x44,0x53,0x41]),[_0xcf4d4a([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0xcf4d4a([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0xcf4d4a([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x116fe9[_0xcf4d4a([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0xcf4d4a([0x6e,0x61,0x6d,0x65])]:_0xcf4d4a([0x45,0x43,0x44,0x53,0x41]),[_0xcf4d4a([0x68,0x61,0x73,0x68])]:{[_0xcf4d4a([0x6e,0x61,0x6d,0x65])]:_0xcf4d4a([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x40d469,_0x7d2bcd,_0x5bf054)||(_0x21a41b=!0x1);}}function _0x147759(_0x28a673){return _0x28a673[_0xcf4d4a([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0xcf4d4a([0x65,0x79]))?JSON[_0xcf4d4a([0x70,0x61,0x72,0x73,0x65])](_0x16c5d7(_0x28a673)):null;}function _0x16c5d7(_0x44d857){return window[_0xcf4d4a([0x61,0x74,0x6f,0x62])](_0x44d857[_0xcf4d4a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0xcf4d4a([0x2b]))[_0xcf4d4a([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0xcf4d4a([0x2f])));}function _0xf26142(_0x5298c6){let _0x4707ac=0x1505;function _0x2acc65(_0x14e544){for(let _0x1f409f=0x0;_0x1f409f<_0x14e544[_0xcf4d4a([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1f409f++){const _0xbe71ff=_0x14e544[_0xcf4d4a([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1f409f);_0x4707ac=(_0x4707ac<<0x5)+_0x4707ac+_0xbe71ff,_0x4707ac&=_0x4707ac;}}function _0x35dea4(_0x3ea860){Array[_0xcf4d4a([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3ea860)?_0x3ea860[_0xcf4d4a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x35dea4):_0x3ea860&&typeof _0x3ea860==_0xcf4d4a([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0xcf4d4a([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3ea860)[_0xcf4d4a([0x73,0x6f,0x72,0x74])]()[_0xcf4d4a([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x19bd73,_0x38ed11])=>{_0x2acc65(_0x19bd73),_0x35dea4(_0x38ed11);}):_0x2acc65(window[_0xcf4d4a([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3ea860));}return _0x35dea4(_0x5298c6),_0x4707ac>>>0x0;}function _0x43fd2(_0x4d525e){return _0x4d525e[_0xcf4d4a([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0xcf4d4a([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0xcf4d4a([0x30]));}function _0x14db75(_0x5146a7){return _0x5146a7[_0xcf4d4a([0x73,0x70,0x6c,0x69,0x74])]('')[_0xcf4d4a([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0xcf4d4a([0x6a,0x6f,0x69,0x6e])]('');}function _0x209ac3(){}function _0xcf4d4a(_0x5d2f8e){return _0x5d2f8e['map'](_0x266bb4=>String['fromCharCode'](_0x266bb4))['join']('');}_0x20a1d8(await _0x15ab1c());}(this);}['_announceCaseChangeOperation'](_0x391a90){const {ui:_0x400bb4,locale:_0x33dc02}=this['editor'],_0x3d45d2=m(_0x33dc02)['find'](_0x2acad2=>_0x2acad2['commandName']===_0x391a90)['label']['toLowerCase']();_0x400bb4['ariaLiveAnnouncer']['announce'](w(_0x33dc02,'Changed\x20case\x20to\x20%0',_0x3d45d2));}}function m(_0x1bc9e2){return[{'label':w(_0x1bc9e2,'UPPERCASE'),'commandName':'changeCaseUpper'},{'label':w(_0x1bc9e2,'lowercase'),'commandName':'changeCaseLower'},{'label':w(_0x1bc9e2,'Title\x20Case'),'commandName':'changeCaseTitle'}];}class C extends _0x4680ec{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CaseChangeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2c0b24=this['editor'];this['_registerComponents'](),_0x2c0b24['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':w(_0x2c0b24['locale'],'Change\x20text\x20case'),'keystroke':'Shift+f3','mayRequireFn':!0x0}]}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x212668=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x560a9e;for(const _0x229dbc in _0x212668){const _0x2d85b4=_0x229dbc,_0x5353cc=_0x212668[_0x2d85b4];if('caseChangeLicenseKeyValid'==_0x5353cc||'caseChangeLicenseKeyInvalid'==_0x5353cc||'caseChangeLicenseKeyExpired'==_0x5353cc||'caseChangeLicenseKeyDomainLimit'==_0x5353cc||'caseChangeLicenseKeyNotAllowed'==_0x5353cc||'caseChangeLicenseKeyEvaluationLimit'==_0x5353cc||'caseChangeLicenseKeyUsageLimit'==_0x5353cc){delete _0x212668[_0x2d85b4],_0x560a9e=_0x5353cc,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'caseChangeLicenseKeyInvalid'==_0x560a9e&&_0x212668['_showLicenseError']('invalid'),'caseChangeLicenseKeyExpired'==_0x560a9e&&_0x212668['_showLicenseError']('expired'),'caseChangeLicenseKeyDomainLimit'==_0x560a9e&&_0x212668['_showLicenseError']('domainLimit'),'caseChangeLicenseKeyNotAllowed'==_0x560a9e&&_0x212668['_showLicenseError']('featureNotAllowed','CaseChange'),'caseChangeLicenseKeyEvaluationLimit'==_0x560a9e&&_0x212668['_showLicenseError']('evaluationLimit'),'caseChangeLicenseKeyUsageLimit'==_0x560a9e&&_0x212668['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_registerComponents'](){const _0x54f1d5=this['editor'],{itemDefinitions:_0x76c61c,commands:_0x355efe}=this['_getListItemDefinitionsAndCommands']();_0x54f1d5['ui']['componentFactory']['add']('caseChange',()=>this['_createDropdownView'](_0x76c61c,_0x355efe)),_0x54f1d5['ui']['componentFactory']['add']('menuBar:caseChange',()=>this['_createMenuBarMenuView'](_0x76c61c,_0x355efe));}['_createMenuBarMenuView'](_0x239d4a,_0x145814){const _0x535e53=this['editor'],_0x421a6c=_0x535e53['locale'],_0x5a6084=new _0x3145cf(_0x421a6c),_0x38cf40=new _0x533512(_0x421a6c);_0x38cf40['set']({'ariaLabel':w(_0x421a6c,'Case\x20change'),'role':'menu'}),this['_setButtonProperties'](_0x5a6084['buttonView']),_0x5a6084['bind']('isEnabled')['toMany'](_0x145814,'isEnabled',(..._0x144cb0)=>_0x144cb0['some'](_0xd8207c=>_0xd8207c));for(const _0x18c47e of _0x239d4a){const _0x51eb37=new _0x4c82d8(_0x421a6c,_0x5a6084),_0x13d1f7=new _0x54ca5a(_0x421a6c);_0x13d1f7['delegate']('execute')['to'](_0x5a6084),_0x13d1f7['bind'](...Object['keys'](_0x18c47e['model']))['to'](_0x18c47e['model']),_0x13d1f7['on']('execute',()=>{_0x535e53['execute'](_0x18c47e['model']['commandName']),_0x535e53['editing']['view']['focus']();}),_0x51eb37['children']['add'](_0x13d1f7),_0x38cf40['items']['add'](_0x51eb37);}return _0x5a6084['panelView']['children']['add'](_0x38cf40),_0x5a6084;}['_createDropdownView'](_0x32e98a,_0x4d6ac1){const _0x161d58=this['editor'],_0xbc9663=_0x23b6ad(_0x161d58['locale']);return this['_setButtonProperties'](_0xbc9663['buttonView']),_0xbc9663['buttonView']['set']({'tooltip':!0x0}),_0xbc9663['extendTemplate']({'attributes':{'class':['ck-case-change-dropdown']}}),_0x1d8138(_0xbc9663,_0x32e98a,{'ariaLabel':w(_0x161d58['locale'],'Case\x20change'),'role':'menu'}),_0xbc9663['bind']('isEnabled')['toMany'](_0x4d6ac1,'isEnabled',(..._0x4abee8)=>_0x4abee8['some'](_0x327101=>_0x327101)),this['listenTo'](_0xbc9663,'execute',_0x235456=>{_0x161d58['execute'](_0x235456['source']['commandName']),_0x161d58['editing']['view']['focus']();}),_0xbc9663;}['_setButtonProperties'](_0xc5e230){const _0x24c861=this['editor'];_0xc5e230['set']({'label':w(_0x24c861['locale'],'Case\x20change'),'icon':_0x40297f,'keystroke':'Shift+F3'});}['_getListItemDefinitionsAndCommands'](){const _0x4055d2=new _0x167387(),_0x1b4c9a=[];for(const _0x48dd4c of m(this['editor']['locale'])){const _0x209666=this['editor']['commands']['get'](_0x48dd4c['commandName']),_0x4fa5a9=new _0xbb23c7({'commandName':_0x48dd4c['commandName'],'label':_0x48dd4c['label'],'role':'menuitemradio','withText':!0x0});_0x4fa5a9['bind']('isEnabled')['to'](_0x209666,'isEnabled'),_0x4055d2['add']({'type':'button','model':_0x4fa5a9}),_0x1b4c9a['push'](_0x209666);}return{'itemDefinitions':_0x4055d2,'commands':_0x1b4c9a};}}class y extends _0x4680ec{static get['requires'](){return[g,C];}static get['pluginName'](){return'CaseChange';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{y as CaseChange,d as CaseChangeCommand,g as CaseChangeEditing,C as CaseChangeUI};
|
|
23
|
+
import{Command as _0x18b6e4,Plugin as _0xa3a0a0}from'@ckeditor/ckeditor5-core/dist/index.js';import{uid as _0x32a7c7,Collection as _0x139e03}from'@ckeditor/ckeditor5-utils/dist/index.js';import{MenuBarMenuView as _0x551184,MenuBarMenuListView as _0xa941b3,MenuBarMenuListItemView as _0x15250d,MenuBarMenuListItemButtonView as _0x40af3d,createDropdown as _0xfd06c3,addListToDropdown as _0x590bcd,UIModel as _0x1e5706}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconCaseChange as _0x54e34c}from'@ckeditor/ckeditor5-icons/dist/index.js';class d extends _0x18b6e4{['_transformCallback'];constructor(_0x4181bb,_0x2210a6){super(_0x4181bb),this['_transformCallback']=_0x2210a6;}['execute'](){const _0x524db7=this['editor']['model'],_0x4383b3=Array['from'](this['_getAffectedRanges']()),_0x2b5c58=Array['from'](_0x524db7['document']['selection']['getRanges']());_0x524db7['change'](_0x2a7beb=>{for(const _0x526e0b of _0x4383b3)this['_modifyContent'](_0x526e0b,_0x2a7beb);_0x2a7beb['setSelection'](_0x2b5c58);});}['refresh'](){for(const _0x1275e6 of this['_getAffectedRanges']())for(const _0x36ea08 of _0x1275e6)if(_0x36ea08['item']['is']('$textProxy'))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['_getAffectedRanges'](){const _0x3892ac=this['editor']['model'],_0x1f86af=_0x3892ac['document']['selection'];if(_0x1f86af['isCollapsed']){const _0x64a5aa=this['_findAncestorTextBlock'](_0x1f86af['getFirstPosition']()['parent']);return _0x64a5aa?[_0x3892ac['createRangeIn'](_0x64a5aa)]:[];}return _0x1f86af['getRanges']();}['_modifyContent'](_0x37811d,_0x21743e){for(const _0x6cdf09 of this['_getElementsAllowingText'](_0x37811d)){const _0x45437b=this['_getElementTextContent'](_0x6cdf09),_0x330473=this['_transformCallback'](_0x45437b);for(const _0x17b7cc of this['_getTextNodesRangeLimited'](_0x6cdf09,_0x37811d))this['_replaceTextNodeData'](_0x17b7cc,_0x330473,_0x21743e);}}['_findAncestorTextBlock'](_0x2adb52){const _0x7c8bb9=this['editor']['model']['schema'];if(_0x2adb52['is']('element')&&_0x7c8bb9['checkChild'](_0x2adb52,'$text'))return _0x2adb52;const _0x28d39b=_0x2adb52['parent'];return!_0x28d39b||_0x7c8bb9['isLimit'](_0x2adb52)?null:this['_findAncestorTextBlock'](_0x28d39b);}*['_getElementsAllowingText'](_0x2110e5){const _0x5735cf=new Set();for(const {item:_0xed6d92}of _0x2110e5['getWalker']()){const _0x373728=this['_findAncestorTextBlock'](_0xed6d92);_0x373728&&!_0x5735cf['has'](_0x373728)&&(_0x5735cf['add'](_0x373728),yield _0x373728);}}['_getElementTextContent'](_0x482162){return Array['from'](_0x482162['getChildren']())['reduce']((_0x3f0fea,_0x1c211a)=>_0x3f0fea+(_0x1c211a['is']('$text')?_0x1c211a['data']:'\x20'),'');}*['_getTextNodesRangeLimited'](_0x516223,_0xefe281){const _0x26d0b2=_0xefe281['getIntersection'](this['editor']['model']['createRangeIn'](_0x516223));if(_0x26d0b2){for(const _0x2a75e5 of _0x26d0b2['getItems']())_0x2a75e5['is']('$textProxy')&&_0x2a75e5['parent']==_0x516223&&(yield _0x2a75e5);}}['_replaceTextNodeData'](_0xcffd7c,_0x3764a8,_0x44f2ec){const _0x5ee81b=_0x3764a8['substring'](_0xcffd7c['startOffset'],_0xcffd7c['endOffset']);if(_0x5ee81b===_0xcffd7c['data'])return;const _0x211d14=_0xcffd7c['getAttributes']();this['editor']['model']['insertContent'](_0x44f2ec['createText'](_0x5ee81b,_0x211d14),_0x44f2ec['createSelection'](_0x44f2ec['createRangeOn'](_0xcffd7c)));}}function w(_0x296391,_0x538f67,..._0x133909){const t=_0x296391['t'];switch(_0x538f67){case'Case\x20change':return t('Case\x20change');case'UPPERCASE':return t('UPPERCASE');case'lowercase':return t('lowercase');case'Title\x20Case':return t('Title\x20Case');case'Change\x20text\x20case':return t('Change\x20text\x20case');case'Changed\x20case\x20to\x20%0':return t('Changed\x20case\x20to\x20%0',..._0x133909);default:return _0x538f67;}}class g extends _0xa3a0a0{['_currentCommandIndex']=0x0;static get['pluginName'](){return'CaseChangeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x263927=this['editor'],_0x30eae1=_0x263927['locale']['contentLanguage'],_0x2412ca=function(_0x12c247=[]){return'function'==typeof _0x12c247?_0x12c247:(_0x1820f1,{wordIndex:_0x50de2e})=>_0x50de2e>0x0&&_0x12c247['includes'](_0x1820f1);}(_0x263927['config']['get']('caseChange.titleCase.excludeWords')),_0x1d8fd7={'changeCaseUpper':new d(_0x263927,_0x17e394=>_0x17e394['toLocaleUpperCase'](_0x30eae1)),'changeCaseLower':new d(_0x263927,_0x3c9670=>_0x3c9670['toLocaleLowerCase'](_0x30eae1)),'changeCaseTitle':new d(_0x263927,_0x210cae=>function(_0x372af1,_0x17dd36,_0x31bf0d){return function(_0x117952,_0x58165d){let _0x3a4de4='',_0x467edc=0x0,_0x309c39=0x0;for(const _0x125be7 of _0x117952['matchAll'](/ +/g)){const _0x36168e=_0x125be7['index'],_0x450e18=_0x117952['substring'](_0x467edc,_0x36168e);_0x450e18['length']&&(_0x3a4de4+=_0x58165d(_0x450e18,_0x467edc,_0x309c39++)),_0x3a4de4+=_0x125be7[0x0],_0x467edc=_0x36168e+_0x125be7[0x0]['length'];}const _0x2c9085=_0x117952['substring'](_0x467edc);return _0x2c9085['length']&&(_0x3a4de4+=_0x58165d(_0x2c9085,_0x467edc,_0x309c39)),_0x3a4de4;}(_0x372af1,(_0x3964c6,_0x33ad1b,_0x1d0364)=>{const _0x150162=_0x3964c6['toLocaleLowerCase'](_0x31bf0d);return _0x17dd36(_0x150162,{'charOffset':_0x33ad1b,'wordIndex':_0x1d0364,'blockText':_0x372af1})?_0x150162:_0x150162['replace'](/(?:^|[^\p{L}\d'])\p{L}/gu,_0x4df554=>_0x4df554['toLocaleUpperCase'](_0x31bf0d));});}(_0x210cae,_0x2412ca,_0x30eae1))};for(const [_0x4b5fb7,_0x1c08cf]of Object['entries'](_0x1d8fd7))_0x263927['commands']['add'](_0x4b5fb7,_0x1c08cf),_0x1c08cf['on']('execute',()=>{this['_announceCaseChangeOperation'](_0x4b5fb7);});this['listenTo'](_0x263927['editing']['view']['document'],'selectionChange',()=>{this['_currentCommandIndex']=0x0;}),_0x263927['keystrokes']['set']('shift+f3',(_0x101d34,_0x2a0378)=>{const _0x2d906e=m(this['editor']['locale']),_0x3add5d=_0x2d906e[this['_currentCommandIndex']%_0x2d906e['length']]['commandName'];_0x263927['execute'](_0x3add5d),this['_currentCommandIndex']++,_0x2a0378();});}['afterInit'](){!async function(_0x1154c6){const _0x506875=_0x52a7dc([0x45,0x4d,0x44,0x53,0x33,0x64,0x73,0x4c,0x6f,0x4a,0x59,0x30,0x6e,0x62,0x65,0x39,0x63,0x6d,0x6c,0x43,0x72,0x58,0x79,0x61,0x5a,0x38,0x7a,0x70,0x50,0x71,0x4e,0x36,0x6a,0x78,0x54,0x68,0x66,0x37,0x67,0x77,0x42,0x69,0x32,0x4b,0x46,0x4f,0x56,0x55,0x57,0x52,0x41,0x47,0x31,0x34,0x48,0x51,0x49,0x6b,0x75,0x74,0x35,0x76]),_0x3d45d1=0x334129cd,_0x300bf9=0x3346ace5^_0x3d45d1,_0x2fce23=window[_0x52a7dc([0x44,0x61,0x74,0x65])][_0x52a7dc([0x6e,0x6f,0x77])](),_0x10f21e=_0x1154c6[_0x52a7dc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x20d03f=new window[(_0x52a7dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53dd9c=>{_0x10f21e[_0x52a7dc([0x6f,0x6e,0x63,0x65])](_0x52a7dc([0x72,0x65,0x61,0x64,0x79]),_0x53dd9c);}),_0x18ce01={[_0x52a7dc([0x6b,0x74,0x79])]:_0x52a7dc([0x45,0x43]),[_0x52a7dc([0x75,0x73,0x65])]:_0x52a7dc([0x73,0x69,0x67]),[_0x52a7dc([0x63,0x72,0x76])]:_0x52a7dc([0x50,0x2d,0x32,0x35,0x36]),[_0x52a7dc([0x78])]:_0x52a7dc([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]),[_0x52a7dc([0x79])]:_0x52a7dc([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]),[_0x52a7dc([0x61,0x6c,0x67])]:_0x52a7dc([0x45,0x53,0x32,0x35,0x36])},_0xa545ff=_0x10f21e[_0x52a7dc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x52a7dc([0x67,0x65,0x74])](_0x52a7dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4f33cc(){let _0x1b527a,_0xf3bebb=null,_0x58ad98=null;try{if(_0xa545ff==_0x52a7dc([0x47,0x50,0x4c]))return _0x52a7dc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1b527a=_0x9a9dcb(),!_0x1b527a)return _0x52a7dc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1b527a[_0x52a7dc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x58ad98=_0x5ca4af(_0x1b527a[_0x52a7dc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1b527a[_0x52a7dc([0x6a,0x74,0x69])])),await _0x609228()?_0x236654()?_0xc7a8ee()?_0x52a7dc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x1eb8f5()?(_0x1b527a[_0x52a7dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x52a7dc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0xf3bebb=_0x1c38a6(_0x52a7dc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x478464()):_0x52a7dc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x52a7dc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x52a7dc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x52a7dc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0xc7a8ee(){const _0x1e52ca=[_0x52a7dc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x52a7dc([0x74,0x72,0x69,0x61,0x6c])][_0x52a7dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1b527a[_0x52a7dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2fce23/0x3e8:0xe10*_0x300bf9;return _0x1b527a[_0x52a7dc([0x65,0x78,0x70])]<_0x1e52ca;}function _0x236654(){const _0x2cd7ba=_0x1b527a[_0x52a7dc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x2cd7ba&&(!!_0x2cd7ba[_0x52a7dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x52a7dc([0x2a]))||(!!_0x2cd7ba[_0x52a7dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x52a7dc([0x43,0x43]))||!!_0x2cd7ba[_0x52a7dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x52a7dc([0x50,0x50]))));}function _0x1eb8f5(){const _0x4362cf=_0x1b527a[_0x52a7dc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x4362cf||0x0==_0x4362cf[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x2be3c9}=new URL(window[_0x52a7dc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x4362cf[_0x52a7dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2be3c9))return!0x0;const _0xba40b3=_0x2be3c9[_0x52a7dc([0x73,0x70,0x6c,0x69,0x74])](_0x52a7dc([0x2e]));return _0x4362cf[_0x52a7dc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x52966c=>_0x52966c[_0x52a7dc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x52a7dc([0x2a])))[_0x52a7dc([0x6d,0x61,0x70])](_0xc605ad=>_0xc605ad[_0x52a7dc([0x73,0x70,0x6c,0x69,0x74])](_0x52a7dc([0x2e])))[_0x52a7dc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2a5852=>_0x2a5852[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xba40b3[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x52a7dc([0x6d,0x61,0x70])](_0x475583=>Array(_0xba40b3[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x475583[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x52a7dc([0x66,0x69,0x6c,0x6c])](_0x475583[0x0]===_0x52a7dc([0x2a])?_0x52a7dc([0x2a]):'')[_0x52a7dc([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x475583))[_0x52a7dc([0x73,0x6f,0x6d,0x65])](_0x44313c=>_0xba40b3[_0x52a7dc([0x65,0x76,0x65,0x72,0x79])]((_0x2fffd7,_0x5025d9)=>_0x44313c[_0x5025d9]===_0x2fffd7||_0x44313c[_0x5025d9]===_0x52a7dc([0x2a])));}function _0x478464(){return _0xf3bebb&&_0x58ad98?new window[(_0x52a7dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2bb0b0,_0x131b51)=>{_0xf3bebb[_0x52a7dc([0x74,0x68,0x65,0x6e])](_0x2bb0b0,_0x131b51),_0x58ad98[_0x52a7dc([0x74,0x68,0x65,0x6e])](_0xa0ada9=>{_0xa0ada9!=_0x52a7dc([0x56,0x61,0x6c,0x69,0x64])&&_0x2bb0b0(_0xa0ada9);},_0x131b51);}):_0xf3bebb||_0x58ad98||_0x52a7dc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5ca4af(_0x235c22,_0x2a6ab0){return new window[(_0x52a7dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x53b9dc=>{if(_0x4afe95())return _0x53b9dc(_0x52a7dc([0x56,0x61,0x6c,0x69,0x64]));_0x50f126(),_0x10f21e[_0x52a7dc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x52a7dc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x5aac9c=!0x1;const _0x20a576=_0x32a7c7();function _0x468838(_0xc6e74e){return!!_0xc6e74e&&(typeof _0xc6e74e===_0x52a7dc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xc6e74e===_0x52a7dc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xc6e74e[_0x52a7dc([0x74,0x68,0x65,0x6e])]===_0x52a7dc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xc6e74e[_0x52a7dc([0x63,0x61,0x74,0x63,0x68])]===_0x52a7dc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x543d0d(_0x24ab77){_0x45b92f(_0x24ab77)[_0x52a7dc([0x74,0x68,0x65,0x6e])](_0x3f77f1=>{if(!_0x3f77f1||_0x3f77f1[_0x52a7dc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x52a7dc([0x6f,0x6b]))return _0x52a7dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x201ab2(_0x2eee11(_0x20a576+_0x2a6ab0))!=_0x3f77f1[_0x52a7dc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x52a7dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x52a7dc([0x56,0x61,0x6c,0x69,0x64]);})[_0x52a7dc([0x74,0x68,0x65,0x6e])](_0x18bc44=>(_0x377ddd(),_0x18bc44),()=>{const _0x5cd90c=_0x38f2ca();return null==_0x5cd90c?(_0x377ddd(),_0x52a7dc([0x56,0x61,0x6c,0x69,0x64])):_0x52a7dc(_0x2fce23-_0x5cd90c>(0x174dadcd^_0x3d45d1)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x52a7dc([0x74,0x68,0x65,0x6e])](_0x53b9dc)[_0x52a7dc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x53b9dc(_0x52a7dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0xb8148e=0x3377c74d^_0x3d45d1;function _0x377ddd(){const _0x2f4e0e=_0x52a7dc([0x6c,0x6c,0x63,0x74,0x2d])+_0x201ab2(_0x2eee11(_0x235c22)),_0x110020=_0x1f11d8(_0x201ab2(window[_0x52a7dc([0x4d,0x61,0x74,0x68])][_0x52a7dc([0x63,0x65,0x69,0x6c])](_0x2fce23/_0xb8148e)));window[_0x52a7dc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x52a7dc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2f4e0e,_0x110020);}function _0x38f2ca(){const _0x253843=_0x52a7dc([0x6c,0x6c,0x63,0x74,0x2d])+_0x201ab2(_0x2eee11(_0x235c22)),_0xf5fd02=window[_0x52a7dc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x52a7dc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x253843);return _0xf5fd02?window[_0x52a7dc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1f11d8(_0xf5fd02),0x10)*_0xb8148e:null;}function _0x45b92f(_0x1fd9d9){return new window[(_0x52a7dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x28a35e,_0x42a611)=>{_0x1fd9d9[_0x52a7dc([0x74,0x68,0x65,0x6e])](_0x28a35e,_0x42a611),window[_0x52a7dc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x42a611,0x3340fd0d^_0x3d45d1);});}}_0x10f21e[_0x52a7dc([0x6f,0x6e])](_0x52a7dc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xc8428e,_0x51cbdc)=>{if(_0x51cbdc[0x0]!=_0x235c22)return _0x53b9dc(_0x52a7dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x51cbdc[0x1]={..._0x51cbdc[0x1],[_0x52a7dc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x20a576};},{[_0x52a7dc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x52a7dc([0x68,0x69,0x67,0x68])}),_0x10f21e[_0x52a7dc([0x6f,0x6e])](_0x52a7dc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x2203ef=>{_0x468838(_0x2203ef[_0x52a7dc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x5aac9c=!0x0,_0x543d0d(_0x2203ef[_0x52a7dc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x52a7dc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x52a7dc([0x6c,0x6f,0x77])}),_0x20d03f[_0x52a7dc([0x74,0x68,0x65,0x6e])](()=>{_0x5aac9c||_0x53b9dc(_0x52a7dc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4afe95(){return _0x10f21e[_0x52a7dc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x52a7dc([0x76,0x69,0x65,0x77])][_0x52a7dc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x52a7dc([0x61,0x75,0x74,0x6f]);}function _0x50f126(){_0x10f21e[_0x52a7dc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x52a7dc([0x76,0x69,0x65,0x77])][_0x52a7dc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x52a7dc([0x61,0x75,0x74,0x6f]);}}function _0x1c38a6(_0x85efe9){const _0x18bd1b=[new window[(_0x52a7dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x22e1dc=>setTimeout(_0x22e1dc,0x33481701^_0x3d45d1)),_0x20d03f[_0x52a7dc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x52a7dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3ea553=>{let _0x345d00=0x0;_0x10f21e[_0x52a7dc([0x6d,0x6f,0x64,0x65,0x6c])][_0x52a7dc([0x6f,0x6e])](_0x52a7dc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5dcf0e,_0x29ed83)=>{_0x29ed83[0x0][_0x52a7dc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x345d00++,_0x345d00==(0x33412c25^_0x3d45d1)&&(_0x3ea553(),_0x5dcf0e[_0x52a7dc([0x6f,0x66,0x66])]());});}))];return window[_0x52a7dc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x52a7dc([0x72,0x61,0x63,0x65])](_0x18bd1b)[_0x52a7dc([0x74,0x68,0x65,0x6e])](()=>_0x85efe9);}async function _0x3d3d67(){await _0x20d03f,_0x10f21e[_0x52a7dc([0x6d,0x6f,0x64,0x65,0x6c])][_0x52a7dc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4554f1,_0x10f21e[_0x52a7dc([0x6d,0x6f,0x64,0x65,0x6c])][_0x52a7dc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4554f1,_0x10f21e[_0x52a7dc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x52a7dc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x5b9e10(_0x5e4441){const _0x1bc538=_0x1030d9();_0x10f21e[_0x1bc538]=_0x52a7dc([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5e4441,_0x5e4441!=_0x52a7dc([0x56,0x61,0x6c,0x69,0x64])&&_0x3d3d67();}function _0x1030d9(){const _0x83d918=window[_0x52a7dc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x52a7dc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x52a7dc([0x6e,0x6f,0x77])]())[_0x52a7dc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x52a7dc([0x2e]),'');let _0x5cd06c=_0x52a7dc([0x45]);for(let _0x173c60=0x0;_0x173c60<_0x83d918[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x173c60+=0x2){let _0x436b73=window[_0x52a7dc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x83d918[_0x52a7dc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x173c60,_0x173c60+0x2));_0x436b73>=_0x506875[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x436b73-=_0x506875[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5cd06c+=_0x506875[_0x436b73];}return _0x5cd06c;}function _0x9a9dcb(){const _0x353fab=_0xa545ff[_0x52a7dc([0x73,0x70,0x6c,0x69,0x74])](_0x52a7dc([0x2e]));if(0x3!=_0x353fab[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4035a3(_0x353fab[0x1]);function _0x4035a3(_0x2bc7c9){const _0xe3a3a8=_0xe94f41(_0x2bc7c9);return _0xe3a3a8&&_0x2f81e5()?_0xe3a3a8:null;function _0x2f81e5(){const _0x2aac01=_0xe3a3a8[_0x52a7dc([0x6a,0x74,0x69])],_0x3326da=window[_0x52a7dc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2aac01[_0x52a7dc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2aac01[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x377dc5={..._0xe3a3a8,[_0x52a7dc([0x6a,0x74,0x69])]:_0x2aac01[_0x52a7dc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2aac01[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x377dc5[_0x52a7dc([0x76,0x63])],_0x2eee11(_0x377dc5)==_0x3326da;}}}async function _0x609228(){let _0x433428=!0x0;try{const _0x1b2454=_0xa545ff[_0x52a7dc([0x73,0x70,0x6c,0x69,0x74])](_0x52a7dc([0x2e])),[_0x116976,_0xb53b58,_0x10e4d1]=_0x1b2454;return _0x223bd1(_0x116976),await _0x10132c(_0x116976,_0xb53b58,_0x10e4d1),_0x433428;}catch{return!0x1;}function _0x223bd1(_0x3e6291){const _0x294fa9=_0xe94f41(_0x3e6291);_0x294fa9&&_0x294fa9[_0x52a7dc([0x61,0x6c,0x67])]==_0x52a7dc([0x45,0x53,0x32,0x35,0x36])||(_0x433428=!0x1);}async function _0x10132c(_0x604984,_0x150e33,_0x29e2b8){const _0x191a84=window[_0x52a7dc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x52a7dc([0x66,0x72,0x6f,0x6d])](_0x2f1065(_0x29e2b8),_0x25e1b8=>_0x25e1b8[_0x52a7dc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x52dc9f=new window[(_0x52a7dc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x52a7dc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x604984+_0x52a7dc([0x2e])+_0x150e33),_0x37d3dc=window[_0x52a7dc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x52a7dc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x37d3dc)return;const _0x4eca61=await _0x37d3dc[_0x52a7dc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x52a7dc([0x6a,0x77,0x6b]),_0x18ce01,{[_0x52a7dc([0x6e,0x61,0x6d,0x65])]:_0x52a7dc([0x45,0x43,0x44,0x53,0x41]),[_0x52a7dc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x52a7dc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x52a7dc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x37d3dc[_0x52a7dc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x52a7dc([0x6e,0x61,0x6d,0x65])]:_0x52a7dc([0x45,0x43,0x44,0x53,0x41]),[_0x52a7dc([0x68,0x61,0x73,0x68])]:{[_0x52a7dc([0x6e,0x61,0x6d,0x65])]:_0x52a7dc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x4eca61,_0x191a84,_0x52dc9f)||(_0x433428=!0x1);}}function _0xe94f41(_0x3b5845){return _0x3b5845[_0x52a7dc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x52a7dc([0x65,0x79]))?JSON[_0x52a7dc([0x70,0x61,0x72,0x73,0x65])](_0x2f1065(_0x3b5845)):null;}function _0x2f1065(_0x457f11){return window[_0x52a7dc([0x61,0x74,0x6f,0x62])](_0x457f11[_0x52a7dc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x52a7dc([0x2b]))[_0x52a7dc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x52a7dc([0x2f])));}function _0x2eee11(_0x2fb5b7){let _0x12fb31=0x1505;function _0x5e8b8b(_0x55cc4e){for(let _0x161ebe=0x0;_0x161ebe<_0x55cc4e[_0x52a7dc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x161ebe++){const _0x478778=_0x55cc4e[_0x52a7dc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x161ebe);_0x12fb31=(_0x12fb31<<0x5)+_0x12fb31+_0x478778,_0x12fb31&=_0x12fb31;}}function _0x3d5253(_0x513790){Array[_0x52a7dc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x513790)?_0x513790[_0x52a7dc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3d5253):_0x513790&&typeof _0x513790==_0x52a7dc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x52a7dc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x513790)[_0x52a7dc([0x73,0x6f,0x72,0x74])]()[_0x52a7dc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x6a81d7,_0x145bbc])=>{_0x5e8b8b(_0x6a81d7),_0x3d5253(_0x145bbc);}):_0x5e8b8b(window[_0x52a7dc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x513790));}return _0x3d5253(_0x2fb5b7),_0x12fb31>>>0x0;}function _0x201ab2(_0x3ea230){return _0x3ea230[_0x52a7dc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x52a7dc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x52a7dc([0x30]));}function _0x1f11d8(_0x421ef4){return _0x421ef4[_0x52a7dc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x52a7dc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x52a7dc([0x6a,0x6f,0x69,0x6e])]('');}function _0x4554f1(){}function _0x52a7dc(_0x4e8004){return _0x4e8004['map'](_0x14bece=>String['fromCharCode'](_0x14bece))['join']('');}_0x5b9e10(await _0x4f33cc());}(this);}['_announceCaseChangeOperation'](_0x456bd4){const {ui:_0x2f3acf,locale:_0x3f2455}=this['editor'],_0x2b1fd5=m(_0x3f2455)['find'](_0x9eae28=>_0x9eae28['commandName']===_0x456bd4)['label']['toLowerCase']();_0x2f3acf['ariaLiveAnnouncer']['announce'](w(_0x3f2455,'Changed\x20case\x20to\x20%0',_0x2b1fd5));}}function m(_0x396acb){return[{'label':w(_0x396acb,'UPPERCASE'),'commandName':'changeCaseUpper'},{'label':w(_0x396acb,'lowercase'),'commandName':'changeCaseLower'},{'label':w(_0x396acb,'Title\x20Case'),'commandName':'changeCaseTitle'}];}class C extends _0xa3a0a0{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CaseChangeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x271c2d=this['editor'];this['_registerComponents'](),_0x271c2d['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':w(_0x271c2d['locale'],'Change\x20text\x20case'),'keystroke':'Shift+f3','mayRequireFn':!0x0}]}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x21c173=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xa6fdb6;for(const _0x9e0335 in _0x21c173){const _0x42cffd=_0x9e0335,_0x139167=_0x21c173[_0x42cffd];if('caseChangeLicenseKeyValid'==_0x139167||'caseChangeLicenseKeyInvalid'==_0x139167||'caseChangeLicenseKeyExpired'==_0x139167||'caseChangeLicenseKeyDomainLimit'==_0x139167||'caseChangeLicenseKeyNotAllowed'==_0x139167||'caseChangeLicenseKeyEvaluationLimit'==_0x139167||'caseChangeLicenseKeyUsageLimit'==_0x139167){delete _0x21c173[_0x42cffd],_0xa6fdb6=_0x139167,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'caseChangeLicenseKeyInvalid'==_0xa6fdb6&&_0x21c173['_showLicenseError']('invalid'),'caseChangeLicenseKeyExpired'==_0xa6fdb6&&_0x21c173['_showLicenseError']('expired'),'caseChangeLicenseKeyDomainLimit'==_0xa6fdb6&&_0x21c173['_showLicenseError']('domainLimit'),'caseChangeLicenseKeyNotAllowed'==_0xa6fdb6&&_0x21c173['_showLicenseError']('featureNotAllowed','CaseChange'),'caseChangeLicenseKeyEvaluationLimit'==_0xa6fdb6&&_0x21c173['_showLicenseError']('evaluationLimit'),'caseChangeLicenseKeyUsageLimit'==_0xa6fdb6&&_0x21c173['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_registerComponents'](){const _0x46a945=this['editor'],{itemDefinitions:_0x44a089,commands:_0x2ebaea}=this['_getListItemDefinitionsAndCommands']();_0x46a945['ui']['componentFactory']['add']('caseChange',()=>this['_createDropdownView'](_0x44a089,_0x2ebaea)),_0x46a945['ui']['componentFactory']['add']('menuBar:caseChange',()=>this['_createMenuBarMenuView'](_0x44a089,_0x2ebaea));}['_createMenuBarMenuView'](_0x5664fc,_0x5c4c2b){const _0x3bdb83=this['editor'],_0x55e9ee=_0x3bdb83['locale'],_0x53cc27=new _0x551184(_0x55e9ee),_0x4e6f74=new _0xa941b3(_0x55e9ee);_0x4e6f74['set']({'ariaLabel':w(_0x55e9ee,'Case\x20change'),'role':'menu'}),this['_setButtonProperties'](_0x53cc27['buttonView']),_0x53cc27['bind']('isEnabled')['toMany'](_0x5c4c2b,'isEnabled',(..._0x5beae2)=>_0x5beae2['some'](_0x53d763=>_0x53d763));for(const _0x5af1ad of _0x5664fc){const _0x350ae8=new _0x15250d(_0x55e9ee,_0x53cc27),_0x47d4c9=new _0x40af3d(_0x55e9ee);_0x47d4c9['delegate']('execute')['to'](_0x53cc27),_0x47d4c9['bind'](...Object['keys'](_0x5af1ad['model']))['to'](_0x5af1ad['model']),_0x47d4c9['on']('execute',()=>{_0x3bdb83['execute'](_0x5af1ad['model']['commandName']),_0x3bdb83['editing']['view']['focus']();}),_0x350ae8['children']['add'](_0x47d4c9),_0x4e6f74['items']['add'](_0x350ae8);}return _0x53cc27['panelView']['children']['add'](_0x4e6f74),_0x53cc27;}['_createDropdownView'](_0x3a31fa,_0x3912d2){const _0x455009=this['editor'],_0x504335=_0xfd06c3(_0x455009['locale']);return this['_setButtonProperties'](_0x504335['buttonView']),_0x504335['buttonView']['set']({'tooltip':!0x0}),_0x504335['extendTemplate']({'attributes':{'class':['ck-case-change-dropdown']}}),_0x590bcd(_0x504335,_0x3a31fa,{'ariaLabel':w(_0x455009['locale'],'Case\x20change'),'role':'menu'}),_0x504335['bind']('isEnabled')['toMany'](_0x3912d2,'isEnabled',(..._0x114c73)=>_0x114c73['some'](_0x3fc978=>_0x3fc978)),this['listenTo'](_0x504335,'execute',_0x1a7bcf=>{_0x455009['execute'](_0x1a7bcf['source']['commandName']),_0x455009['editing']['view']['focus']();}),_0x504335;}['_setButtonProperties'](_0x5e7730){const _0x23a16=this['editor'];_0x5e7730['set']({'label':w(_0x23a16['locale'],'Case\x20change'),'icon':_0x54e34c,'keystroke':'Shift+F3'});}['_getListItemDefinitionsAndCommands'](){const _0x175abf=new _0x139e03(),_0x567ed5=[];for(const _0x298d03 of m(this['editor']['locale'])){const _0xc38e62=this['editor']['commands']['get'](_0x298d03['commandName']),_0x40eff9=new _0x1e5706({'commandName':_0x298d03['commandName'],'label':_0x298d03['label'],'role':'menuitemradio','withText':!0x0});_0x40eff9['bind']('isEnabled')['to'](_0xc38e62,'isEnabled'),_0x175abf['add']({'type':'button','model':_0x40eff9}),_0x567ed5['push'](_0xc38e62);}return{'itemDefinitions':_0x175abf,'commands':_0x567ed5};}}class y extends _0xa3a0a0{static get['requires'](){return[g,C];}static get['pluginName'](){return'CaseChange';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{y as CaseChange,d as CaseChangeCommand,g as CaseChangeEditing,C as CaseChangeUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-case-change",
|
|
3
|
-
"version": "48.0.0-alpha.
|
|
3
|
+
"version": "48.0.0-alpha.4",
|
|
4
4
|
"description": "Case change feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"./package.json": "./package.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@ckeditor/ckeditor5-core": "48.0.0-alpha.
|
|
40
|
-
"@ckeditor/ckeditor5-engine": "48.0.0-alpha.
|
|
41
|
-
"@ckeditor/ckeditor5-icons": "48.0.0-alpha.
|
|
42
|
-
"@ckeditor/ckeditor5-ui": "48.0.0-alpha.
|
|
43
|
-
"@ckeditor/ckeditor5-utils": "48.0.0-alpha.
|
|
39
|
+
"@ckeditor/ckeditor5-core": "48.0.0-alpha.4",
|
|
40
|
+
"@ckeditor/ckeditor5-engine": "48.0.0-alpha.4",
|
|
41
|
+
"@ckeditor/ckeditor5-icons": "48.0.0-alpha.4",
|
|
42
|
+
"@ckeditor/ckeditor5-ui": "48.0.0-alpha.4",
|
|
43
|
+
"@ckeditor/ckeditor5-utils": "48.0.0-alpha.4"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"dist",
|