@ckeditor/ckeditor5-case-change 48.0.0-alpha.0 → 48.0.0-alpha.2
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 _0x38f454,Plugin as _0x2a58f3}from'@ckeditor/ckeditor5-core/dist/index.js';import{uid as _0x571a0a,Collection as _0x3e179c}from'@ckeditor/ckeditor5-utils/dist/index.js';import{MenuBarMenuView as _0x9312d8,MenuBarMenuListView as _0x372baf,MenuBarMenuListItemView as _0x249cf8,MenuBarMenuListItemButtonView as _0x1244ba,createDropdown as _0x58e375,addListToDropdown as _0x40e0e9,UIModel as _0x517e7b}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconCaseChange as _0x585f40}from'@ckeditor/ckeditor5-icons/dist/index.js';class d extends _0x38f454{['_transformCallback'];constructor(_0x178e63,_0x22df15){super(_0x178e63),this['_transformCallback']=_0x22df15;}['execute'](){const _0x4a662c=this['editor']['model'],_0x5d1fda=Array['from'](this['_getAffectedRanges']()),_0xc4ada=Array['from'](_0x4a662c['document']['selection']['getRanges']());_0x4a662c['change'](_0x50d265=>{for(const _0x44e293 of _0x5d1fda)this['_modifyContent'](_0x44e293,_0x50d265);_0x50d265['setSelection'](_0xc4ada);});}['refresh'](){for(const _0x45f9a3 of this['_getAffectedRanges']())for(const _0x44eab6 of _0x45f9a3)if(_0x44eab6['item']['is']('$textProxy'))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['_getAffectedRanges'](){const _0x28d79d=this['editor']['model'],_0x22432e=_0x28d79d['document']['selection'];if(_0x22432e['isCollapsed']){const _0x3cc86f=this['_findAncestorTextBlock'](_0x22432e['getFirstPosition']()['parent']);return _0x3cc86f?[_0x28d79d['createRangeIn'](_0x3cc86f)]:[];}return _0x22432e['getRanges']();}['_modifyContent'](_0x2b0b34,_0x4aaf93){for(const _0x180d56 of this['_getElementsAllowingText'](_0x2b0b34)){const _0x351dc5=this['_getElementTextContent'](_0x180d56),_0x3e0753=this['_transformCallback'](_0x351dc5);for(const _0x5e1e3b of this['_getTextNodesRangeLimited'](_0x180d56,_0x2b0b34))this['_replaceTextNodeData'](_0x5e1e3b,_0x3e0753,_0x4aaf93);}}['_findAncestorTextBlock'](_0x105d70){const _0x1dcbc1=this['editor']['model']['schema'];if(_0x105d70['is']('element')&&_0x1dcbc1['checkChild'](_0x105d70,'$text'))return _0x105d70;const _0x22d1ad=_0x105d70['parent'];return!_0x22d1ad||_0x1dcbc1['isLimit'](_0x105d70)?null:this['_findAncestorTextBlock'](_0x22d1ad);}*['_getElementsAllowingText'](_0x4a3776){const _0x1beba3=new Set();for(const {item:_0x2350df}of _0x4a3776['getWalker']()){const _0x4ab2c0=this['_findAncestorTextBlock'](_0x2350df);_0x4ab2c0&&!_0x1beba3['has'](_0x4ab2c0)&&(_0x1beba3['add'](_0x4ab2c0),yield _0x4ab2c0);}}['_getElementTextContent'](_0x26006d){return Array['from'](_0x26006d['getChildren']())['reduce']((_0x150940,_0x1b21f9)=>_0x150940+(_0x1b21f9['is']('$text')?_0x1b21f9['data']:'\x20'),'');}*['_getTextNodesRangeLimited'](_0x1765bf,_0x586da7){const _0xfe2db8=_0x586da7['getIntersection'](this['editor']['model']['createRangeIn'](_0x1765bf));if(_0xfe2db8){for(const _0x5760bf of _0xfe2db8['getItems']())_0x5760bf['is']('$textProxy')&&_0x5760bf['parent']==_0x1765bf&&(yield _0x5760bf);}}['_replaceTextNodeData'](_0x5d6e75,_0x4e4c85,_0x59f91f){const _0x44406c=_0x4e4c85['substring'](_0x5d6e75['startOffset'],_0x5d6e75['endOffset']);if(_0x44406c===_0x5d6e75['data'])return;const _0x3469d2=_0x5d6e75['getAttributes']();this['editor']['model']['insertContent'](_0x59f91f['createText'](_0x44406c,_0x3469d2),_0x59f91f['createSelection'](_0x59f91f['createRangeOn'](_0x5d6e75)));}}function w(_0x2b4975,_0x4d435b,..._0x5b4997){const t=_0x2b4975['t'];switch(_0x4d435b){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',..._0x5b4997);default:return _0x4d435b;}}class g extends _0x2a58f3{['_currentCommandIndex']=0x0;static get['pluginName'](){return'CaseChangeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x17516a=this['editor'],_0x1c775f=_0x17516a['locale']['contentLanguage'],_0x2e4aa4=function(_0x6c8e1f=[]){return'function'==typeof _0x6c8e1f?_0x6c8e1f:(_0x48163d,{wordIndex:_0x2d037b})=>_0x2d037b>0x0&&_0x6c8e1f['includes'](_0x48163d);}(_0x17516a['config']['get']('caseChange.titleCase.excludeWords')),_0x651a6={'changeCaseUpper':new d(_0x17516a,_0x26d51d=>_0x26d51d['toLocaleUpperCase'](_0x1c775f)),'changeCaseLower':new d(_0x17516a,_0x45cb60=>_0x45cb60['toLocaleLowerCase'](_0x1c775f)),'changeCaseTitle':new d(_0x17516a,_0x1dba58=>function(_0x28c442,_0x147f28,_0x3e45e7){return function(_0x2e9f08,_0x2b9a12){let _0x324fe7='',_0x48aee2=0x0,_0x88ca5d=0x0;for(const _0x2fa8a4 of _0x2e9f08['matchAll'](/ +/g)){const _0xf322dc=_0x2fa8a4['index'],_0x5cb42c=_0x2e9f08['substring'](_0x48aee2,_0xf322dc);_0x5cb42c['length']&&(_0x324fe7+=_0x2b9a12(_0x5cb42c,_0x48aee2,_0x88ca5d++)),_0x324fe7+=_0x2fa8a4[0x0],_0x48aee2=_0xf322dc+_0x2fa8a4[0x0]['length'];}const _0x490468=_0x2e9f08['substring'](_0x48aee2);return _0x490468['length']&&(_0x324fe7+=_0x2b9a12(_0x490468,_0x48aee2,_0x88ca5d)),_0x324fe7;}(_0x28c442,(_0x4b0533,_0x854508,_0x35a299)=>{const _0x215e20=_0x4b0533['toLocaleLowerCase'](_0x3e45e7);return _0x147f28(_0x215e20,{'charOffset':_0x854508,'wordIndex':_0x35a299,'blockText':_0x28c442})?_0x215e20:_0x215e20['replace'](/(?:^|[^\p{L}\d'])\p{L}/gu,_0x5186c7=>_0x5186c7['toLocaleUpperCase'](_0x3e45e7));});}(_0x1dba58,_0x2e4aa4,_0x1c775f))};for(const [_0x4ce05f,_0x463382]of Object['entries'](_0x651a6))_0x17516a['commands']['add'](_0x4ce05f,_0x463382),_0x463382['on']('execute',()=>{this['_announceCaseChangeOperation'](_0x4ce05f);});this['listenTo'](_0x17516a['editing']['view']['document'],'selectionChange',()=>{this['_currentCommandIndex']=0x0;}),_0x17516a['keystrokes']['set']('shift+f3',(_0x9fc6c8,_0x1dfff7)=>{const _0x5ba126=m(this['editor']['locale']),_0x6d7abc=_0x5ba126[this['_currentCommandIndex']%_0x5ba126['length']]['commandName'];_0x17516a['execute'](_0x6d7abc),this['_currentCommandIndex']++,_0x1dfff7();});}['afterInit'](){!async function(_0x407880){const _0x1e653d=_0x2738fc([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]),_0x192e71=0x334129cd,_0x21a8dc=0x3346ad05^_0x192e71,_0x326a00=window[_0x2738fc([0x44,0x61,0x74,0x65])][_0x2738fc([0x6e,0x6f,0x77])](),_0x52d0d8=_0x407880[_0x2738fc([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x809318=new window[(_0x2738fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x17809a=>{_0x52d0d8[_0x2738fc([0x6f,0x6e,0x63,0x65])](_0x2738fc([0x72,0x65,0x61,0x64,0x79]),_0x17809a);}),_0x209d66={[_0x2738fc([0x6b,0x74,0x79])]:_0x2738fc([0x45,0x43]),[_0x2738fc([0x75,0x73,0x65])]:_0x2738fc([0x73,0x69,0x67]),[_0x2738fc([0x63,0x72,0x76])]:_0x2738fc([0x50,0x2d,0x32,0x35,0x36]),[_0x2738fc([0x78])]:_0x2738fc([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]),[_0x2738fc([0x79])]:_0x2738fc([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]),[_0x2738fc([0x61,0x6c,0x67])]:_0x2738fc([0x45,0x53,0x32,0x35,0x36])},_0x2bec27=_0x52d0d8[_0x2738fc([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2738fc([0x67,0x65,0x74])](_0x2738fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x250930(){let _0x20d4bc,_0x18d26c=null,_0x117869=null;try{if(_0x2bec27==_0x2738fc([0x47,0x50,0x4c]))return _0x2738fc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x20d4bc=_0x34cf52(),!_0x20d4bc)return _0x2738fc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x20d4bc[_0x2738fc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x117869=_0x2188a5(_0x20d4bc[_0x2738fc([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x20d4bc[_0x2738fc([0x6a,0x74,0x69])])),await _0x2e4a7e()?_0x4b1133()?_0x58aa24()?_0x2738fc([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x23fd7d()?(_0x20d4bc[_0x2738fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2738fc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x18d26c=_0x279edb(_0x2738fc([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1946a5()):_0x2738fc([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2738fc([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2738fc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2738fc([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x58aa24(){const _0x79b5cf=[_0x2738fc([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2738fc([0x74,0x72,0x69,0x61,0x6c])][_0x2738fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x20d4bc[_0x2738fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x326a00/0x3e8:0xe10*_0x21a8dc;return _0x20d4bc[_0x2738fc([0x65,0x78,0x70])]<_0x79b5cf;}function _0x4b1133(){const _0x524fdf=_0x20d4bc[_0x2738fc([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x524fdf&&(!!_0x524fdf[_0x2738fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2738fc([0x2a]))||(!!_0x524fdf[_0x2738fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2738fc([0x43,0x43]))||!!_0x524fdf[_0x2738fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2738fc([0x50,0x50]))));}function _0x23fd7d(){const _0x139abc=_0x20d4bc[_0x2738fc([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x139abc||0x0==_0x139abc[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1aea38}=new URL(window[_0x2738fc([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x139abc[_0x2738fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1aea38))return!0x0;const _0x2d77e0=_0x1aea38[_0x2738fc([0x73,0x70,0x6c,0x69,0x74])](_0x2738fc([0x2e]));return _0x139abc[_0x2738fc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2b67f2=>_0x2b67f2[_0x2738fc([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2738fc([0x2a])))[_0x2738fc([0x6d,0x61,0x70])](_0x3baf9d=>_0x3baf9d[_0x2738fc([0x73,0x70,0x6c,0x69,0x74])](_0x2738fc([0x2e])))[_0x2738fc([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x492f5f=>_0x492f5f[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2d77e0[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2738fc([0x6d,0x61,0x70])](_0x212aaf=>Array(_0x2d77e0[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x212aaf[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2738fc([0x66,0x69,0x6c,0x6c])](_0x212aaf[0x0]===_0x2738fc([0x2a])?_0x2738fc([0x2a]):'')[_0x2738fc([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x212aaf))[_0x2738fc([0x73,0x6f,0x6d,0x65])](_0x2ec903=>_0x2d77e0[_0x2738fc([0x65,0x76,0x65,0x72,0x79])]((_0x91b981,_0x49e3c5)=>_0x2ec903[_0x49e3c5]===_0x91b981||_0x2ec903[_0x49e3c5]===_0x2738fc([0x2a])));}function _0x1946a5(){return _0x18d26c&&_0x117869?new window[(_0x2738fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x78364f,_0x4d82a9)=>{_0x18d26c[_0x2738fc([0x74,0x68,0x65,0x6e])](_0x78364f,_0x4d82a9),_0x117869[_0x2738fc([0x74,0x68,0x65,0x6e])](_0x1f724a=>{_0x1f724a!=_0x2738fc([0x56,0x61,0x6c,0x69,0x64])&&_0x78364f(_0x1f724a);},_0x4d82a9);}):_0x18d26c||_0x117869||_0x2738fc([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2188a5(_0x168614,_0x228b4b){return new window[(_0x2738fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4a4efa=>{if(_0x30362d())return _0x4a4efa(_0x2738fc([0x56,0x61,0x6c,0x69,0x64]));_0x5c34fd(),_0x52d0d8[_0x2738fc([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2738fc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x2ff756=!0x1;const _0x6688e1=_0x571a0a();function _0x29d738(_0x503b80){return!!_0x503b80&&(typeof _0x503b80===_0x2738fc([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x503b80===_0x2738fc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x503b80[_0x2738fc([0x74,0x68,0x65,0x6e])]===_0x2738fc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x503b80[_0x2738fc([0x63,0x61,0x74,0x63,0x68])]===_0x2738fc([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x3ded04(_0x3e227d){_0x58e359(_0x3e227d)[_0x2738fc([0x74,0x68,0x65,0x6e])](_0x48c4d0=>{if(!_0x48c4d0||_0x48c4d0[_0x2738fc([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2738fc([0x6f,0x6b]))return _0x2738fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x545a30(_0x7cd776(_0x6688e1+_0x228b4b))!=_0x48c4d0[_0x2738fc([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2738fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2738fc([0x56,0x61,0x6c,0x69,0x64]);})[_0x2738fc([0x74,0x68,0x65,0x6e])](_0x65903d=>(_0x545fb6(),_0x65903d),()=>{const _0x15a187=_0x320c09();return null==_0x15a187?(_0x545fb6(),_0x2738fc([0x56,0x61,0x6c,0x69,0x64])):_0x2738fc(_0x326a00-_0x15a187>(0x174dadcd^_0x192e71)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2738fc([0x74,0x68,0x65,0x6e])](_0x4a4efa)[_0x2738fc([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4a4efa(_0x2738fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x6d87d2=0x3377c74d^_0x192e71;function _0x545fb6(){const _0x1d4b05=_0x2738fc([0x6c,0x6c,0x63,0x74,0x2d])+_0x545a30(_0x7cd776(_0x168614)),_0x4401bb=_0x41dc95(_0x545a30(window[_0x2738fc([0x4d,0x61,0x74,0x68])][_0x2738fc([0x63,0x65,0x69,0x6c])](_0x326a00/_0x6d87d2)));window[_0x2738fc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2738fc([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1d4b05,_0x4401bb);}function _0x320c09(){const _0x37c688=_0x2738fc([0x6c,0x6c,0x63,0x74,0x2d])+_0x545a30(_0x7cd776(_0x168614)),_0x18b06b=window[_0x2738fc([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2738fc([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x37c688);return _0x18b06b?window[_0x2738fc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x41dc95(_0x18b06b),0x10)*_0x6d87d2:null;}function _0x58e359(_0x1cb437){return new window[(_0x2738fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1fe4d8,_0x179d70)=>{_0x1cb437[_0x2738fc([0x74,0x68,0x65,0x6e])](_0x1fe4d8,_0x179d70),window[_0x2738fc([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x179d70,0x3340fd0d^_0x192e71);});}}_0x52d0d8[_0x2738fc([0x6f,0x6e])](_0x2738fc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3d4a93,_0x11b74c)=>{if(_0x11b74c[0x0]!=_0x168614)return _0x4a4efa(_0x2738fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x11b74c[0x1]={..._0x11b74c[0x1],[_0x2738fc([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x6688e1};},{[_0x2738fc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2738fc([0x68,0x69,0x67,0x68])}),_0x52d0d8[_0x2738fc([0x6f,0x6e])](_0x2738fc([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1b02fb=>{_0x29d738(_0x1b02fb[_0x2738fc([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x2ff756=!0x0,_0x3ded04(_0x1b02fb[_0x2738fc([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2738fc([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2738fc([0x6c,0x6f,0x77])}),_0x809318[_0x2738fc([0x74,0x68,0x65,0x6e])](()=>{_0x2ff756||_0x4a4efa(_0x2738fc([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x30362d(){return _0x52d0d8[_0x2738fc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2738fc([0x76,0x69,0x65,0x77])][_0x2738fc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2738fc([0x61,0x75,0x74,0x6f]);}function _0x5c34fd(){_0x52d0d8[_0x2738fc([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2738fc([0x76,0x69,0x65,0x77])][_0x2738fc([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2738fc([0x61,0x75,0x74,0x6f]);}}function _0x279edb(_0x545f44){const _0x5562d3=[new window[(_0x2738fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1ee705=>setTimeout(_0x1ee705,0x33481701^_0x192e71)),_0x809318[_0x2738fc([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2738fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x29e6a0=>{let _0x5e2de8=0x0;_0x52d0d8[_0x2738fc([0x6d,0x6f,0x64,0x65,0x6c])][_0x2738fc([0x6f,0x6e])](_0x2738fc([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x315c48,_0x52411d)=>{_0x52411d[0x0][_0x2738fc([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5e2de8++,_0x5e2de8==(0x33412c25^_0x192e71)&&(_0x29e6a0(),_0x315c48[_0x2738fc([0x6f,0x66,0x66])]());});}))];return window[_0x2738fc([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2738fc([0x72,0x61,0x63,0x65])](_0x5562d3)[_0x2738fc([0x74,0x68,0x65,0x6e])](()=>_0x545f44);}async function _0x179f32(){await _0x809318,_0x52d0d8[_0x2738fc([0x6d,0x6f,0x64,0x65,0x6c])][_0x2738fc([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x6cc641,_0x52d0d8[_0x2738fc([0x6d,0x6f,0x64,0x65,0x6c])][_0x2738fc([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x6cc641,_0x52d0d8[_0x2738fc([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2738fc([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1920ad(_0x578fca){const _0x3582a6=_0x5d41ad();_0x52d0d8[_0x3582a6]=_0x2738fc([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x578fca,_0x578fca!=_0x2738fc([0x56,0x61,0x6c,0x69,0x64])&&_0x179f32();}function _0x5d41ad(){const _0x480ba6=window[_0x2738fc([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2738fc([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2738fc([0x6e,0x6f,0x77])]())[_0x2738fc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2738fc([0x2e]),'');let _0x244f64=_0x2738fc([0x45]);for(let _0x17d9ce=0x0;_0x17d9ce<_0x480ba6[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x17d9ce+=0x2){let _0x3ccd1a=window[_0x2738fc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x480ba6[_0x2738fc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x17d9ce,_0x17d9ce+0x2));_0x3ccd1a>=_0x1e653d[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3ccd1a-=_0x1e653d[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x244f64+=_0x1e653d[_0x3ccd1a];}return _0x244f64;}function _0x34cf52(){const _0x1eba23=_0x2bec27[_0x2738fc([0x73,0x70,0x6c,0x69,0x74])](_0x2738fc([0x2e]));if(0x3!=_0x1eba23[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x2d4199(_0x1eba23[0x1]);function _0x2d4199(_0x2c1c40){const _0x306f29=_0x20c530(_0x2c1c40);return _0x306f29&&_0x53b9cf()?_0x306f29:null;function _0x53b9cf(){const _0xbd0cf5=_0x306f29[_0x2738fc([0x6a,0x74,0x69])],_0x14b9c6=window[_0x2738fc([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbd0cf5[_0x2738fc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xbd0cf5[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x588781={..._0x306f29,[_0x2738fc([0x6a,0x74,0x69])]:_0xbd0cf5[_0x2738fc([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xbd0cf5[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x588781[_0x2738fc([0x76,0x63])],_0x7cd776(_0x588781)==_0x14b9c6;}}}async function _0x2e4a7e(){let _0x5b433d=!0x0;try{const _0x1ebd2a=_0x2bec27[_0x2738fc([0x73,0x70,0x6c,0x69,0x74])](_0x2738fc([0x2e])),[_0x264125,_0x5af03b,_0x3906d5]=_0x1ebd2a;return _0x453683(_0x264125),await _0x5400a7(_0x264125,_0x5af03b,_0x3906d5),_0x5b433d;}catch{return!0x1;}function _0x453683(_0x123117){const _0x37584b=_0x20c530(_0x123117);_0x37584b&&_0x37584b[_0x2738fc([0x61,0x6c,0x67])]==_0x2738fc([0x45,0x53,0x32,0x35,0x36])||(_0x5b433d=!0x1);}async function _0x5400a7(_0x4b9993,_0x2fbf6f,_0x44a7aa){const _0x5535b8=window[_0x2738fc([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2738fc([0x66,0x72,0x6f,0x6d])](_0x2238e0(_0x44a7aa),_0x450ddd=>_0x450ddd[_0x2738fc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x15db96=new window[(_0x2738fc([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2738fc([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x4b9993+_0x2738fc([0x2e])+_0x2fbf6f),_0x3581b7=window[_0x2738fc([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2738fc([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3581b7)return;const _0x2b454b=await _0x3581b7[_0x2738fc([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2738fc([0x6a,0x77,0x6b]),_0x209d66,{[_0x2738fc([0x6e,0x61,0x6d,0x65])]:_0x2738fc([0x45,0x43,0x44,0x53,0x41]),[_0x2738fc([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2738fc([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2738fc([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3581b7[_0x2738fc([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2738fc([0x6e,0x61,0x6d,0x65])]:_0x2738fc([0x45,0x43,0x44,0x53,0x41]),[_0x2738fc([0x68,0x61,0x73,0x68])]:{[_0x2738fc([0x6e,0x61,0x6d,0x65])]:_0x2738fc([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2b454b,_0x5535b8,_0x15db96)||(_0x5b433d=!0x1);}}function _0x20c530(_0x32f8b5){return _0x32f8b5[_0x2738fc([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2738fc([0x65,0x79]))?JSON[_0x2738fc([0x70,0x61,0x72,0x73,0x65])](_0x2238e0(_0x32f8b5)):null;}function _0x2238e0(_0x5e7a10){return window[_0x2738fc([0x61,0x74,0x6f,0x62])](_0x5e7a10[_0x2738fc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2738fc([0x2b]))[_0x2738fc([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2738fc([0x2f])));}function _0x7cd776(_0x54a1d5){let _0x24bbe3=0x1505;function _0x4338f(_0x2e5eb6){for(let _0x4c7b8c=0x0;_0x4c7b8c<_0x2e5eb6[_0x2738fc([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4c7b8c++){const _0x59d240=_0x2e5eb6[_0x2738fc([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x4c7b8c);_0x24bbe3=(_0x24bbe3<<0x5)+_0x24bbe3+_0x59d240,_0x24bbe3&=_0x24bbe3;}}function _0x4f5c82(_0x405e47){Array[_0x2738fc([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x405e47)?_0x405e47[_0x2738fc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x4f5c82):_0x405e47&&typeof _0x405e47==_0x2738fc([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2738fc([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x405e47)[_0x2738fc([0x73,0x6f,0x72,0x74])]()[_0x2738fc([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2985e6,_0x440658])=>{_0x4338f(_0x2985e6),_0x4f5c82(_0x440658);}):_0x4338f(window[_0x2738fc([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x405e47));}return _0x4f5c82(_0x54a1d5),_0x24bbe3>>>0x0;}function _0x545a30(_0x3984b3){return _0x3984b3[_0x2738fc([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2738fc([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2738fc([0x30]));}function _0x41dc95(_0x50b7ce){return _0x50b7ce[_0x2738fc([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2738fc([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2738fc([0x6a,0x6f,0x69,0x6e])]('');}function _0x6cc641(){}function _0x2738fc(_0x199a6b){return _0x199a6b['map'](_0x9489fc=>String['fromCharCode'](_0x9489fc))['join']('');}_0x1920ad(await _0x250930());}(this);}['_announceCaseChangeOperation'](_0x30b5c1){const {ui:_0x54f6e2,locale:_0x10ff1e}=this['editor'],_0x1d3750=m(_0x10ff1e)['find'](_0x1f940b=>_0x1f940b['commandName']===_0x30b5c1)['label']['toLowerCase']();_0x54f6e2['ariaLiveAnnouncer']['announce'](w(_0x10ff1e,'Changed\x20case\x20to\x20%0',_0x1d3750));}}function m(_0x50de4d){return[{'label':w(_0x50de4d,'UPPERCASE'),'commandName':'changeCaseUpper'},{'label':w(_0x50de4d,'lowercase'),'commandName':'changeCaseLower'},{'label':w(_0x50de4d,'Title\x20Case'),'commandName':'changeCaseTitle'}];}class C extends _0x2a58f3{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CaseChangeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x189937=this['editor'];this['_registerComponents'](),_0x189937['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':w(_0x189937['locale'],'Change\x20text\x20case'),'keystroke':'Shift+f3','mayRequireFn':!0x0}]}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4dcc16=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2b0b0a;for(const _0x2238f9 in _0x4dcc16){const _0x3cad46=_0x2238f9,_0x3cb757=_0x4dcc16[_0x3cad46];if('caseChangeLicenseKeyValid'==_0x3cb757||'caseChangeLicenseKeyInvalid'==_0x3cb757||'caseChangeLicenseKeyExpired'==_0x3cb757||'caseChangeLicenseKeyDomainLimit'==_0x3cb757||'caseChangeLicenseKeyNotAllowed'==_0x3cb757||'caseChangeLicenseKeyEvaluationLimit'==_0x3cb757||'caseChangeLicenseKeyUsageLimit'==_0x3cb757){delete _0x4dcc16[_0x3cad46],_0x2b0b0a=_0x3cb757,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'caseChangeLicenseKeyInvalid'==_0x2b0b0a&&_0x4dcc16['_showLicenseError']('invalid'),'caseChangeLicenseKeyExpired'==_0x2b0b0a&&_0x4dcc16['_showLicenseError']('expired'),'caseChangeLicenseKeyDomainLimit'==_0x2b0b0a&&_0x4dcc16['_showLicenseError']('domainLimit'),'caseChangeLicenseKeyNotAllowed'==_0x2b0b0a&&_0x4dcc16['_showLicenseError']('featureNotAllowed','CaseChange'),'caseChangeLicenseKeyEvaluationLimit'==_0x2b0b0a&&_0x4dcc16['_showLicenseError']('evaluationLimit'),'caseChangeLicenseKeyUsageLimit'==_0x2b0b0a&&_0x4dcc16['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_registerComponents'](){const _0x78065a=this['editor'],{itemDefinitions:_0x3d88c8,commands:_0x4ff662}=this['_getListItemDefinitionsAndCommands']();_0x78065a['ui']['componentFactory']['add']('caseChange',()=>this['_createDropdownView'](_0x3d88c8,_0x4ff662)),_0x78065a['ui']['componentFactory']['add']('menuBar:caseChange',()=>this['_createMenuBarMenuView'](_0x3d88c8,_0x4ff662));}['_createMenuBarMenuView'](_0x48f4a3,_0x47fe06){const _0x3da584=this['editor'],_0x460fb0=_0x3da584['locale'],_0x5c03a0=new _0x9312d8(_0x460fb0),_0x24b89c=new _0x372baf(_0x460fb0);_0x24b89c['set']({'ariaLabel':w(_0x460fb0,'Case\x20change'),'role':'menu'}),this['_setButtonProperties'](_0x5c03a0['buttonView']),_0x5c03a0['bind']('isEnabled')['toMany'](_0x47fe06,'isEnabled',(..._0x30ce70)=>_0x30ce70['some'](_0x335cc4=>_0x335cc4));for(const _0x6076a2 of _0x48f4a3){const _0x22e855=new _0x249cf8(_0x460fb0,_0x5c03a0),_0x3691ef=new _0x1244ba(_0x460fb0);_0x3691ef['delegate']('execute')['to'](_0x5c03a0),_0x3691ef['bind'](...Object['keys'](_0x6076a2['model']))['to'](_0x6076a2['model']),_0x3691ef['on']('execute',()=>{_0x3da584['execute'](_0x6076a2['model']['commandName']),_0x3da584['editing']['view']['focus']();}),_0x22e855['children']['add'](_0x3691ef),_0x24b89c['items']['add'](_0x22e855);}return _0x5c03a0['panelView']['children']['add'](_0x24b89c),_0x5c03a0;}['_createDropdownView'](_0x263878,_0x319e21){const _0x202230=this['editor'],_0x443e34=_0x58e375(_0x202230['locale']);return this['_setButtonProperties'](_0x443e34['buttonView']),_0x443e34['buttonView']['set']({'tooltip':!0x0}),_0x443e34['extendTemplate']({'attributes':{'class':['ck-case-change-dropdown']}}),_0x40e0e9(_0x443e34,_0x263878,{'ariaLabel':w(_0x202230['locale'],'Case\x20change'),'role':'menu'}),_0x443e34['bind']('isEnabled')['toMany'](_0x319e21,'isEnabled',(..._0x30e919)=>_0x30e919['some'](_0x3d7f86=>_0x3d7f86)),this['listenTo'](_0x443e34,'execute',_0x3bd883=>{_0x202230['execute'](_0x3bd883['source']['commandName']),_0x202230['editing']['view']['focus']();}),_0x443e34;}['_setButtonProperties'](_0x2dc3da){const _0x59d48c=this['editor'];_0x2dc3da['set']({'label':w(_0x59d48c['locale'],'Case\x20change'),'icon':_0x585f40,'keystroke':'Shift+F3'});}['_getListItemDefinitionsAndCommands'](){const _0x3a86c6=new _0x3e179c(),_0x4f3f80=[];for(const _0x54cbf7 of m(this['editor']['locale'])){const _0x3cf46e=this['editor']['commands']['get'](_0x54cbf7['commandName']),_0x149e75=new _0x517e7b({'commandName':_0x54cbf7['commandName'],'label':_0x54cbf7['label'],'role':'menuitemradio','withText':!0x0});_0x149e75['bind']('isEnabled')['to'](_0x3cf46e,'isEnabled'),_0x3a86c6['add']({'type':'button','model':_0x149e75}),_0x4f3f80['push'](_0x3cf46e);}return{'itemDefinitions':_0x3a86c6,'commands':_0x4f3f80};}}class y extends _0x2a58f3{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 _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};
|
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.2",
|
|
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.2",
|
|
40
|
+
"@ckeditor/ckeditor5-engine": "48.0.0-alpha.2",
|
|
41
|
+
"@ckeditor/ckeditor5-icons": "48.0.0-alpha.2",
|
|
42
|
+
"@ckeditor/ckeditor5-ui": "48.0.0-alpha.2",
|
|
43
|
+
"@ckeditor/ckeditor5-utils": "48.0.0-alpha.2"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"dist",
|