@ckeditor/ckeditor5-case-change 48.0.0-alpha.1 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x3b6d1b,Plugin as _0x183f4a}from'@ckeditor/ckeditor5-core/dist/index.js';import{uid as _0x36659b,Collection as _0x27dad7}from'@ckeditor/ckeditor5-utils/dist/index.js';import{MenuBarMenuView as _0x4ceccb,MenuBarMenuListView as _0x43b462,MenuBarMenuListItemView as _0x2aa156,MenuBarMenuListItemButtonView as _0x4d111a,createDropdown as _0x2e95e1,addListToDropdown as _0x70c616,UIModel as _0x10f1b5}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconCaseChange as _0x154f71}from'@ckeditor/ckeditor5-icons/dist/index.js';class d extends _0x3b6d1b{['_transformCallback'];constructor(_0x379b3e,_0x57ea3b){super(_0x379b3e),this['_transformCallback']=_0x57ea3b;}['execute'](){const _0x45b26c=this['editor']['model'],_0x4238c6=Array['from'](this['_getAffectedRanges']()),_0x54d83e=Array['from'](_0x45b26c['document']['selection']['getRanges']());_0x45b26c['change'](_0xf4ec95=>{for(const _0x1b738c of _0x4238c6)this['_modifyContent'](_0x1b738c,_0xf4ec95);_0xf4ec95['setSelection'](_0x54d83e);});}['refresh'](){for(const _0x3fda08 of this['_getAffectedRanges']())for(const _0x48ed6f of _0x3fda08)if(_0x48ed6f['item']['is']('$textProxy'))return void(this['isEnabled']=!0x0);this['isEnabled']=!0x1;}['_getAffectedRanges'](){const _0x5ee597=this['editor']['model'],_0x4cb402=_0x5ee597['document']['selection'];if(_0x4cb402['isCollapsed']){const _0x13897f=this['_findAncestorTextBlock'](_0x4cb402['getFirstPosition']()['parent']);return _0x13897f?[_0x5ee597['createRangeIn'](_0x13897f)]:[];}return _0x4cb402['getRanges']();}['_modifyContent'](_0x28decc,_0x124db0){for(const _0x131f5a of this['_getElementsAllowingText'](_0x28decc)){const _0x2f4eee=this['_getElementTextContent'](_0x131f5a),_0x1dc0fb=this['_transformCallback'](_0x2f4eee);for(const _0x3414e8 of this['_getTextNodesRangeLimited'](_0x131f5a,_0x28decc))this['_replaceTextNodeData'](_0x3414e8,_0x1dc0fb,_0x124db0);}}['_findAncestorTextBlock'](_0x29a03f){const _0x5d9d4f=this['editor']['model']['schema'];if(_0x29a03f['is']('element')&&_0x5d9d4f['checkChild'](_0x29a03f,'$text'))return _0x29a03f;const _0x30e145=_0x29a03f['parent'];return!_0x30e145||_0x5d9d4f['isLimit'](_0x29a03f)?null:this['_findAncestorTextBlock'](_0x30e145);}*['_getElementsAllowingText'](_0x2e4f79){const _0x12493c=new Set();for(const {item:_0x317c9b}of _0x2e4f79['getWalker']()){const _0x3f080b=this['_findAncestorTextBlock'](_0x317c9b);_0x3f080b&&!_0x12493c['has'](_0x3f080b)&&(_0x12493c['add'](_0x3f080b),yield _0x3f080b);}}['_getElementTextContent'](_0xcdc715){return Array['from'](_0xcdc715['getChildren']())['reduce']((_0xd20657,_0x307d27)=>_0xd20657+(_0x307d27['is']('$text')?_0x307d27['data']:'\x20'),'');}*['_getTextNodesRangeLimited'](_0x378b6d,_0x33b55d){const _0x439607=_0x33b55d['getIntersection'](this['editor']['model']['createRangeIn'](_0x378b6d));if(_0x439607){for(const _0x2eaa67 of _0x439607['getItems']())_0x2eaa67['is']('$textProxy')&&_0x2eaa67['parent']==_0x378b6d&&(yield _0x2eaa67);}}['_replaceTextNodeData'](_0x231e64,_0xa4169b,_0x120f3c){const _0x4dae56=_0xa4169b['substring'](_0x231e64['startOffset'],_0x231e64['endOffset']);if(_0x4dae56===_0x231e64['data'])return;const _0x304a2e=_0x231e64['getAttributes']();this['editor']['model']['insertContent'](_0x120f3c['createText'](_0x4dae56,_0x304a2e),_0x120f3c['createSelection'](_0x120f3c['createRangeOn'](_0x231e64)));}}function w(_0x4e5694,_0x2a7ed3,..._0x17f2d8){const t=_0x4e5694['t'];switch(_0x2a7ed3){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',..._0x17f2d8);default:return _0x2a7ed3;}}class g extends _0x183f4a{['_currentCommandIndex']=0x0;static get['pluginName'](){return'CaseChangeEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x53098a=this['editor'],_0x232726=_0x53098a['locale']['contentLanguage'],_0x235915=function(_0x5421e=[]){return'function'==typeof _0x5421e?_0x5421e:(_0x13374a,{wordIndex:_0x492a80})=>_0x492a80>0x0&&_0x5421e['includes'](_0x13374a);}(_0x53098a['config']['get']('caseChange.titleCase.excludeWords')),_0xa14601={'changeCaseUpper':new d(_0x53098a,_0x39d58d=>_0x39d58d['toLocaleUpperCase'](_0x232726)),'changeCaseLower':new d(_0x53098a,_0x2ff0d7=>_0x2ff0d7['toLocaleLowerCase'](_0x232726)),'changeCaseTitle':new d(_0x53098a,_0x262c98=>function(_0x27d38a,_0x29a00c,_0x2eecaa){return function(_0x2d7bf4,_0x30a465){let _0x3fa2e9='',_0x59e845=0x0,_0x2c7930=0x0;for(const _0x5e67a0 of _0x2d7bf4['matchAll'](/ +/g)){const _0x247f4b=_0x5e67a0['index'],_0x4234cc=_0x2d7bf4['substring'](_0x59e845,_0x247f4b);_0x4234cc['length']&&(_0x3fa2e9+=_0x30a465(_0x4234cc,_0x59e845,_0x2c7930++)),_0x3fa2e9+=_0x5e67a0[0x0],_0x59e845=_0x247f4b+_0x5e67a0[0x0]['length'];}const _0x4ab29c=_0x2d7bf4['substring'](_0x59e845);return _0x4ab29c['length']&&(_0x3fa2e9+=_0x30a465(_0x4ab29c,_0x59e845,_0x2c7930)),_0x3fa2e9;}(_0x27d38a,(_0x2debdc,_0xa05104,_0x470997)=>{const _0x134921=_0x2debdc['toLocaleLowerCase'](_0x2eecaa);return _0x29a00c(_0x134921,{'charOffset':_0xa05104,'wordIndex':_0x470997,'blockText':_0x27d38a})?_0x134921:_0x134921['replace'](/(?:^|[^\p{L}\d'])\p{L}/gu,_0x4575bc=>_0x4575bc['toLocaleUpperCase'](_0x2eecaa));});}(_0x262c98,_0x235915,_0x232726))};for(const [_0x55a915,_0xe4d42f]of Object['entries'](_0xa14601))_0x53098a['commands']['add'](_0x55a915,_0xe4d42f),_0xe4d42f['on']('execute',()=>{this['_announceCaseChangeOperation'](_0x55a915);});this['listenTo'](_0x53098a['editing']['view']['document'],'selectionChange',()=>{this['_currentCommandIndex']=0x0;}),_0x53098a['keystrokes']['set']('shift+f3',(_0x225300,_0x352918)=>{const _0x12286f=m(this['editor']['locale']),_0x5afa09=_0x12286f[this['_currentCommandIndex']%_0x12286f['length']]['commandName'];_0x53098a['execute'](_0x5afa09),this['_currentCommandIndex']++,_0x352918();});}['afterInit'](){!async function(_0x3fe973){const _0x12b255=_0x118fc4([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]),_0x5b021f=0x334129cd,_0x25f0b4=0x3346ad2d^_0x5b021f,_0x1f42c5=window[_0x118fc4([0x44,0x61,0x74,0x65])][_0x118fc4([0x6e,0x6f,0x77])](),_0x3f6afa=_0x3fe973[_0x118fc4([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x55e3a6=new window[(_0x118fc4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x14b250=>{_0x3f6afa[_0x118fc4([0x6f,0x6e,0x63,0x65])](_0x118fc4([0x72,0x65,0x61,0x64,0x79]),_0x14b250);}),_0x182963={[_0x118fc4([0x6b,0x74,0x79])]:_0x118fc4([0x45,0x43]),[_0x118fc4([0x75,0x73,0x65])]:_0x118fc4([0x73,0x69,0x67]),[_0x118fc4([0x63,0x72,0x76])]:_0x118fc4([0x50,0x2d,0x32,0x35,0x36]),[_0x118fc4([0x78])]:_0x118fc4([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]),[_0x118fc4([0x79])]:_0x118fc4([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]),[_0x118fc4([0x61,0x6c,0x67])]:_0x118fc4([0x45,0x53,0x32,0x35,0x36])},_0x8b5f4=_0x3f6afa[_0x118fc4([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x118fc4([0x67,0x65,0x74])](_0x118fc4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x40cc0e(){let _0x402f89,_0x185f42=null,_0x34773f=null;try{if(_0x8b5f4==_0x118fc4([0x47,0x50,0x4c]))return _0x118fc4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x402f89=_0x1818cd(),!_0x402f89)return _0x118fc4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x402f89[_0x118fc4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x34773f=_0x3a05a3(_0x402f89[_0x118fc4([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x402f89[_0x118fc4([0x6a,0x74,0x69])])),await _0x5a6bf5()?_0x5955c9()?_0x57c895()?_0x118fc4([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x407d15()?(_0x402f89[_0x118fc4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x118fc4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x185f42=_0x58f66c(_0x118fc4([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1f202a()):_0x118fc4([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x118fc4([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x118fc4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x118fc4([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x57c895(){const _0x13e24c=[_0x118fc4([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x118fc4([0x74,0x72,0x69,0x61,0x6c])][_0x118fc4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x402f89[_0x118fc4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x1f42c5/0x3e8:0xe10*_0x25f0b4;return _0x402f89[_0x118fc4([0x65,0x78,0x70])]<_0x13e24c;}function _0x5955c9(){const _0x108ec1=_0x402f89[_0x118fc4([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x108ec1&&(!!_0x108ec1[_0x118fc4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x118fc4([0x2a]))||(!!_0x108ec1[_0x118fc4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x118fc4([0x43,0x43]))||!!_0x108ec1[_0x118fc4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x118fc4([0x50,0x50]))));}function _0x407d15(){const _0x5ee361=_0x402f89[_0x118fc4([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x5ee361||0x0==_0x5ee361[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x44078f}=new URL(window[_0x118fc4([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x5ee361[_0x118fc4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44078f))return!0x0;const _0x4004fc=_0x44078f[_0x118fc4([0x73,0x70,0x6c,0x69,0x74])](_0x118fc4([0x2e]));return _0x5ee361[_0x118fc4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x87ba9f=>_0x87ba9f[_0x118fc4([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x118fc4([0x2a])))[_0x118fc4([0x6d,0x61,0x70])](_0x5bb292=>_0x5bb292[_0x118fc4([0x73,0x70,0x6c,0x69,0x74])](_0x118fc4([0x2e])))[_0x118fc4([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x492f5b=>_0x492f5b[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x4004fc[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x118fc4([0x6d,0x61,0x70])](_0x528a8c=>Array(_0x4004fc[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x528a8c[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x118fc4([0x66,0x69,0x6c,0x6c])](_0x528a8c[0x0]===_0x118fc4([0x2a])?_0x118fc4([0x2a]):'')[_0x118fc4([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x528a8c))[_0x118fc4([0x73,0x6f,0x6d,0x65])](_0x5c3be3=>_0x4004fc[_0x118fc4([0x65,0x76,0x65,0x72,0x79])]((_0x19fde3,_0xb0d80d)=>_0x5c3be3[_0xb0d80d]===_0x19fde3||_0x5c3be3[_0xb0d80d]===_0x118fc4([0x2a])));}function _0x1f202a(){return _0x185f42&&_0x34773f?new window[(_0x118fc4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x581095,_0x4856cb)=>{_0x185f42[_0x118fc4([0x74,0x68,0x65,0x6e])](_0x581095,_0x4856cb),_0x34773f[_0x118fc4([0x74,0x68,0x65,0x6e])](_0x532b72=>{_0x532b72!=_0x118fc4([0x56,0x61,0x6c,0x69,0x64])&&_0x581095(_0x532b72);},_0x4856cb);}):_0x185f42||_0x34773f||_0x118fc4([0x56,0x61,0x6c,0x69,0x64]);}}function _0x3a05a3(_0x303ae5,_0x2bf7ca){return new window[(_0x118fc4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x19d98d=>{if(_0x56462b())return _0x19d98d(_0x118fc4([0x56,0x61,0x6c,0x69,0x64]));_0x4e7696(),_0x3f6afa[_0x118fc4([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x118fc4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1c8d8e=!0x1;const _0x4e23aa=_0x36659b();function _0x1c524b(_0x4109f3){return!!_0x4109f3&&(typeof _0x4109f3===_0x118fc4([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4109f3===_0x118fc4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4109f3[_0x118fc4([0x74,0x68,0x65,0x6e])]===_0x118fc4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4109f3[_0x118fc4([0x63,0x61,0x74,0x63,0x68])]===_0x118fc4([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5492ba(_0x1c2d47){_0x1d6954(_0x1c2d47)[_0x118fc4([0x74,0x68,0x65,0x6e])](_0x3682f6=>{if(!_0x3682f6||_0x3682f6[_0x118fc4([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x118fc4([0x6f,0x6b]))return _0x118fc4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x59cd0b(_0x25ae73(_0x4e23aa+_0x2bf7ca))!=_0x3682f6[_0x118fc4([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x118fc4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x118fc4([0x56,0x61,0x6c,0x69,0x64]);})[_0x118fc4([0x74,0x68,0x65,0x6e])](_0x384502=>(_0x51bb15(),_0x384502),()=>{const _0x5fbd14=_0xe1d6a2();return null==_0x5fbd14?(_0x51bb15(),_0x118fc4([0x56,0x61,0x6c,0x69,0x64])):_0x118fc4(_0x1f42c5-_0x5fbd14>(0x174dadcd^_0x5b021f)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x118fc4([0x74,0x68,0x65,0x6e])](_0x19d98d)[_0x118fc4([0x63,0x61,0x74,0x63,0x68])](()=>{_0x19d98d(_0x118fc4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4d247=0x3377c74d^_0x5b021f;function _0x51bb15(){const _0x439c1b=_0x118fc4([0x6c,0x6c,0x63,0x74,0x2d])+_0x59cd0b(_0x25ae73(_0x303ae5)),_0x868f4=_0x1428c5(_0x59cd0b(window[_0x118fc4([0x4d,0x61,0x74,0x68])][_0x118fc4([0x63,0x65,0x69,0x6c])](_0x1f42c5/_0x4d247)));window[_0x118fc4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x118fc4([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x439c1b,_0x868f4);}function _0xe1d6a2(){const _0x3f4195=_0x118fc4([0x6c,0x6c,0x63,0x74,0x2d])+_0x59cd0b(_0x25ae73(_0x303ae5)),_0xf6b9e7=window[_0x118fc4([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x118fc4([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3f4195);return _0xf6b9e7?window[_0x118fc4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1428c5(_0xf6b9e7),0x10)*_0x4d247:null;}function _0x1d6954(_0x4c9cec){return new window[(_0x118fc4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1ed430,_0x2f6982)=>{_0x4c9cec[_0x118fc4([0x74,0x68,0x65,0x6e])](_0x1ed430,_0x2f6982),window[_0x118fc4([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x2f6982,0x3340fd0d^_0x5b021f);});}}_0x3f6afa[_0x118fc4([0x6f,0x6e])](_0x118fc4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x34d74b,_0x3249e5)=>{if(_0x3249e5[0x0]!=_0x303ae5)return _0x19d98d(_0x118fc4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x3249e5[0x1]={..._0x3249e5[0x1],[_0x118fc4([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4e23aa};},{[_0x118fc4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x118fc4([0x68,0x69,0x67,0x68])}),_0x3f6afa[_0x118fc4([0x6f,0x6e])](_0x118fc4([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x32764b=>{_0x1c524b(_0x32764b[_0x118fc4([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1c8d8e=!0x0,_0x5492ba(_0x32764b[_0x118fc4([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x118fc4([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x118fc4([0x6c,0x6f,0x77])}),_0x55e3a6[_0x118fc4([0x74,0x68,0x65,0x6e])](()=>{_0x1c8d8e||_0x19d98d(_0x118fc4([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x56462b(){return _0x3f6afa[_0x118fc4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x118fc4([0x76,0x69,0x65,0x77])][_0x118fc4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x118fc4([0x61,0x75,0x74,0x6f]);}function _0x4e7696(){_0x3f6afa[_0x118fc4([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x118fc4([0x76,0x69,0x65,0x77])][_0x118fc4([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x118fc4([0x61,0x75,0x74,0x6f]);}}function _0x58f66c(_0x4e1596){const _0x2ccb00=[new window[(_0x118fc4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5d6195=>setTimeout(_0x5d6195,0x33481701^_0x5b021f)),_0x55e3a6[_0x118fc4([0x74,0x68,0x65,0x6e])](()=>new window[(_0x118fc4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5848d8=>{let _0x4af92f=0x0;_0x3f6afa[_0x118fc4([0x6d,0x6f,0x64,0x65,0x6c])][_0x118fc4([0x6f,0x6e])](_0x118fc4([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0xa5e1ca,_0x24fb71)=>{_0x24fb71[0x0][_0x118fc4([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4af92f++,_0x4af92f==(0x33412c25^_0x5b021f)&&(_0x5848d8(),_0xa5e1ca[_0x118fc4([0x6f,0x66,0x66])]());});}))];return window[_0x118fc4([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x118fc4([0x72,0x61,0x63,0x65])](_0x2ccb00)[_0x118fc4([0x74,0x68,0x65,0x6e])](()=>_0x4e1596);}async function _0x38e20c(){await _0x55e3a6,_0x3f6afa[_0x118fc4([0x6d,0x6f,0x64,0x65,0x6c])][_0x118fc4([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x4557b4,_0x3f6afa[_0x118fc4([0x6d,0x6f,0x64,0x65,0x6c])][_0x118fc4([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x4557b4,_0x3f6afa[_0x118fc4([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x118fc4([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x31cb5b(_0x6fe7f6){const _0x547e82=_0x38f6d7();_0x3f6afa[_0x547e82]=_0x118fc4([0x63,0x61,0x73,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x6fe7f6,_0x6fe7f6!=_0x118fc4([0x56,0x61,0x6c,0x69,0x64])&&_0x38e20c();}function _0x38f6d7(){const _0x526ae4=window[_0x118fc4([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x118fc4([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x118fc4([0x6e,0x6f,0x77])]())[_0x118fc4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x118fc4([0x2e]),'');let _0x493a44=_0x118fc4([0x45]);for(let _0x3a52bc=0x0;_0x3a52bc<_0x526ae4[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x3a52bc+=0x2){let _0x26f196=window[_0x118fc4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x526ae4[_0x118fc4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x3a52bc,_0x3a52bc+0x2));_0x26f196>=_0x12b255[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x26f196-=_0x12b255[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x493a44+=_0x12b255[_0x26f196];}return _0x493a44;}function _0x1818cd(){const _0x2ad5ed=_0x8b5f4[_0x118fc4([0x73,0x70,0x6c,0x69,0x74])](_0x118fc4([0x2e]));if(0x3!=_0x2ad5ed[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x507e4c(_0x2ad5ed[0x1]);function _0x507e4c(_0x2b1903){const _0x578502=_0x5dfded(_0x2b1903);return _0x578502&&_0xbdf1d3()?_0x578502:null;function _0xbdf1d3(){const _0x242625=_0x578502[_0x118fc4([0x6a,0x74,0x69])],_0x4f8e54=window[_0x118fc4([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x242625[_0x118fc4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x242625[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2909e7={..._0x578502,[_0x118fc4([0x6a,0x74,0x69])]:_0x242625[_0x118fc4([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x242625[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2909e7[_0x118fc4([0x76,0x63])],_0x25ae73(_0x2909e7)==_0x4f8e54;}}}async function _0x5a6bf5(){let _0x418ce8=!0x0;try{const _0x1fbaeb=_0x8b5f4[_0x118fc4([0x73,0x70,0x6c,0x69,0x74])](_0x118fc4([0x2e])),[_0x21274e,_0x29913c,_0x7e514b]=_0x1fbaeb;return _0x267663(_0x21274e),await _0x2588b5(_0x21274e,_0x29913c,_0x7e514b),_0x418ce8;}catch{return!0x1;}function _0x267663(_0x5165bb){const _0x246f5b=_0x5dfded(_0x5165bb);_0x246f5b&&_0x246f5b[_0x118fc4([0x61,0x6c,0x67])]==_0x118fc4([0x45,0x53,0x32,0x35,0x36])||(_0x418ce8=!0x1);}async function _0x2588b5(_0x36b56b,_0x2eb9a9,_0x37e471){const _0x42a969=window[_0x118fc4([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x118fc4([0x66,0x72,0x6f,0x6d])](_0xc4f1e6(_0x37e471),_0x36c209=>_0x36c209[_0x118fc4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4757ec=new window[(_0x118fc4([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x118fc4([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x36b56b+_0x118fc4([0x2e])+_0x2eb9a9),_0x5c16d3=window[_0x118fc4([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x118fc4([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5c16d3)return;const _0x3e4e46=await _0x5c16d3[_0x118fc4([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x118fc4([0x6a,0x77,0x6b]),_0x182963,{[_0x118fc4([0x6e,0x61,0x6d,0x65])]:_0x118fc4([0x45,0x43,0x44,0x53,0x41]),[_0x118fc4([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x118fc4([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x118fc4([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5c16d3[_0x118fc4([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x118fc4([0x6e,0x61,0x6d,0x65])]:_0x118fc4([0x45,0x43,0x44,0x53,0x41]),[_0x118fc4([0x68,0x61,0x73,0x68])]:{[_0x118fc4([0x6e,0x61,0x6d,0x65])]:_0x118fc4([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x3e4e46,_0x42a969,_0x4757ec)||(_0x418ce8=!0x1);}}function _0x5dfded(_0x431f69){return _0x431f69[_0x118fc4([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x118fc4([0x65,0x79]))?JSON[_0x118fc4([0x70,0x61,0x72,0x73,0x65])](_0xc4f1e6(_0x431f69)):null;}function _0xc4f1e6(_0x5b44a5){return window[_0x118fc4([0x61,0x74,0x6f,0x62])](_0x5b44a5[_0x118fc4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x118fc4([0x2b]))[_0x118fc4([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x118fc4([0x2f])));}function _0x25ae73(_0x177c9a){let _0x1aeee5=0x1505;function _0x37930a(_0x523f58){for(let _0x36739f=0x0;_0x36739f<_0x523f58[_0x118fc4([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x36739f++){const _0x553941=_0x523f58[_0x118fc4([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x36739f);_0x1aeee5=(_0x1aeee5<<0x5)+_0x1aeee5+_0x553941,_0x1aeee5&=_0x1aeee5;}}function _0x3a0beb(_0x43f17f){Array[_0x118fc4([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x43f17f)?_0x43f17f[_0x118fc4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3a0beb):_0x43f17f&&typeof _0x43f17f==_0x118fc4([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x118fc4([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x43f17f)[_0x118fc4([0x73,0x6f,0x72,0x74])]()[_0x118fc4([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x167d82,_0x2c1996])=>{_0x37930a(_0x167d82),_0x3a0beb(_0x2c1996);}):_0x37930a(window[_0x118fc4([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x43f17f));}return _0x3a0beb(_0x177c9a),_0x1aeee5>>>0x0;}function _0x59cd0b(_0xe9bc5d){return _0xe9bc5d[_0x118fc4([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x118fc4([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x118fc4([0x30]));}function _0x1428c5(_0x327f02){return _0x327f02[_0x118fc4([0x73,0x70,0x6c,0x69,0x74])]('')[_0x118fc4([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x118fc4([0x6a,0x6f,0x69,0x6e])]('');}function _0x4557b4(){}function _0x118fc4(_0x48a3cc){return _0x48a3cc['map'](_0x15d6ab=>String['fromCharCode'](_0x15d6ab))['join']('');}_0x31cb5b(await _0x40cc0e());}(this);}['_announceCaseChangeOperation'](_0x640725){const {ui:_0xb341ed,locale:_0x1727ed}=this['editor'],_0x3001eb=m(_0x1727ed)['find'](_0x3ee2f1=>_0x3ee2f1['commandName']===_0x640725)['label']['toLowerCase']();_0xb341ed['ariaLiveAnnouncer']['announce'](w(_0x1727ed,'Changed\x20case\x20to\x20%0',_0x3001eb));}}function m(_0x3df929){return[{'label':w(_0x3df929,'UPPERCASE'),'commandName':'changeCaseUpper'},{'label':w(_0x3df929,'lowercase'),'commandName':'changeCaseLower'},{'label':w(_0x3df929,'Title\x20Case'),'commandName':'changeCaseTitle'}];}class C extends _0x183f4a{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'CaseChangeUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x244e8d=this['editor'];this['_registerComponents'](),_0x244e8d['accessibility']['addKeystrokeInfos']({'keystrokes':[{'label':w(_0x244e8d['locale'],'Change\x20text\x20case'),'keystroke':'Shift+f3','mayRequireFn':!0x0}]}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x10df0c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x31ed36;for(const _0x16a147 in _0x10df0c){const _0xadd400=_0x16a147,_0x400219=_0x10df0c[_0xadd400];if('caseChangeLicenseKeyValid'==_0x400219||'caseChangeLicenseKeyInvalid'==_0x400219||'caseChangeLicenseKeyExpired'==_0x400219||'caseChangeLicenseKeyDomainLimit'==_0x400219||'caseChangeLicenseKeyNotAllowed'==_0x400219||'caseChangeLicenseKeyEvaluationLimit'==_0x400219||'caseChangeLicenseKeyUsageLimit'==_0x400219){delete _0x10df0c[_0xadd400],_0x31ed36=_0x400219,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'caseChangeLicenseKeyInvalid'==_0x31ed36&&_0x10df0c['_showLicenseError']('invalid'),'caseChangeLicenseKeyExpired'==_0x31ed36&&_0x10df0c['_showLicenseError']('expired'),'caseChangeLicenseKeyDomainLimit'==_0x31ed36&&_0x10df0c['_showLicenseError']('domainLimit'),'caseChangeLicenseKeyNotAllowed'==_0x31ed36&&_0x10df0c['_showLicenseError']('featureNotAllowed','CaseChange'),'caseChangeLicenseKeyEvaluationLimit'==_0x31ed36&&_0x10df0c['_showLicenseError']('evaluationLimit'),'caseChangeLicenseKeyUsageLimit'==_0x31ed36&&_0x10df0c['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_registerComponents'](){const _0x393b5d=this['editor'],{itemDefinitions:_0x56f86e,commands:_0x1002f5}=this['_getListItemDefinitionsAndCommands']();_0x393b5d['ui']['componentFactory']['add']('caseChange',()=>this['_createDropdownView'](_0x56f86e,_0x1002f5)),_0x393b5d['ui']['componentFactory']['add']('menuBar:caseChange',()=>this['_createMenuBarMenuView'](_0x56f86e,_0x1002f5));}['_createMenuBarMenuView'](_0x570b35,_0x17c565){const _0x115059=this['editor'],_0x2d2707=_0x115059['locale'],_0x136f55=new _0x4ceccb(_0x2d2707),_0x418bc1=new _0x43b462(_0x2d2707);_0x418bc1['set']({'ariaLabel':w(_0x2d2707,'Case\x20change'),'role':'menu'}),this['_setButtonProperties'](_0x136f55['buttonView']),_0x136f55['bind']('isEnabled')['toMany'](_0x17c565,'isEnabled',(..._0x5550d9)=>_0x5550d9['some'](_0x3412fb=>_0x3412fb));for(const _0x10d73e of _0x570b35){const _0x2e274e=new _0x2aa156(_0x2d2707,_0x136f55),_0x1bdd57=new _0x4d111a(_0x2d2707);_0x1bdd57['delegate']('execute')['to'](_0x136f55),_0x1bdd57['bind'](...Object['keys'](_0x10d73e['model']))['to'](_0x10d73e['model']),_0x1bdd57['on']('execute',()=>{_0x115059['execute'](_0x10d73e['model']['commandName']),_0x115059['editing']['view']['focus']();}),_0x2e274e['children']['add'](_0x1bdd57),_0x418bc1['items']['add'](_0x2e274e);}return _0x136f55['panelView']['children']['add'](_0x418bc1),_0x136f55;}['_createDropdownView'](_0xa8a880,_0x1218c8){const _0x312b31=this['editor'],_0x538524=_0x2e95e1(_0x312b31['locale']);return this['_setButtonProperties'](_0x538524['buttonView']),_0x538524['buttonView']['set']({'tooltip':!0x0}),_0x538524['extendTemplate']({'attributes':{'class':['ck-case-change-dropdown']}}),_0x70c616(_0x538524,_0xa8a880,{'ariaLabel':w(_0x312b31['locale'],'Case\x20change'),'role':'menu'}),_0x538524['bind']('isEnabled')['toMany'](_0x1218c8,'isEnabled',(..._0x587223)=>_0x587223['some'](_0x202abc=>_0x202abc)),this['listenTo'](_0x538524,'execute',_0x39d56d=>{_0x312b31['execute'](_0x39d56d['source']['commandName']),_0x312b31['editing']['view']['focus']();}),_0x538524;}['_setButtonProperties'](_0x1d6511){const _0x482e62=this['editor'];_0x1d6511['set']({'label':w(_0x482e62['locale'],'Case\x20change'),'icon':_0x154f71,'keystroke':'Shift+F3'});}['_getListItemDefinitionsAndCommands'](){const _0x4ba705=new _0x27dad7(),_0x35bffe=[];for(const _0x955b4e of m(this['editor']['locale'])){const _0x4ba44d=this['editor']['commands']['get'](_0x955b4e['commandName']),_0x10e386=new _0x10f1b5({'commandName':_0x955b4e['commandName'],'label':_0x955b4e['label'],'role':'menuitemradio','withText':!0x0});_0x10e386['bind']('isEnabled')['to'](_0x4ba44d,'isEnabled'),_0x4ba705['add']({'type':'button','model':_0x10e386}),_0x35bffe['push'](_0x4ba44d);}return{'itemDefinitions':_0x4ba705,'commands':_0x35bffe};}}class y extends _0x183f4a{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.1",
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.1",
40
- "@ckeditor/ckeditor5-engine": "48.0.0-alpha.1",
41
- "@ckeditor/ckeditor5-icons": "48.0.0-alpha.1",
42
- "@ckeditor/ckeditor5-ui": "48.0.0-alpha.1",
43
- "@ckeditor/ckeditor5-utils": "48.0.0-alpha.1"
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",