@ckeditor/ckeditor5-uploadcare 45.2.1-alpha.5 → 45.2.1-alpha.7
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/build/uploadcare.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +9 -9
- package/src/uploadcareediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as _0x579796,Command as _0x340d8a}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconOneDrive as _0x529583,IconGooglePhotos as _0x382352,IconGoogleDrive as _0x567afd,IconFacebook as _0x4a6f6e,IconDropbox as _0x4da3c9,IconUploadcareLink as _0x13f462,IconUploadcareImageUpload as _0x413fd5,IconError as et,IconUploadcareImageEdit as _0x2ffd7f}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x4bb153,MenuBarMenuListItemButtonView as _0x1e1f2d,View as _0xc240f8,FocusCycler as _0x5d8915,Dialog as _0x4cdc5f,DialogViewPosition as _0x3ee01f,SpinnerView as _0xd33dee,IconView as at,Notification as _0x2d95ff}from'@ckeditor/ckeditor5-ui/dist/index.js';import{FocusTracker as _0x28a107,DomEmitterMixin as _0x29e78e,global as _0xaf2c9f,getAncestors as _0x266d27,ObservableMixin as _0x27d4f2,createElement as _0x55a0d5,uid as _0x7f619a}from'@ckeditor/ckeditor5-utils/dist/index.js';import{FileRepository as _0x237d9b}from'@ckeditor/ckeditor5-upload/dist/index.js';import{uploadFile as _0x33677d,info as _0x234785}from'@uploadcare/upload-client';import*as _0x1afe7e from'@uploadcare/file-uploader';var o=function(_0x46147d){return _0x46147d['Local']='local',_0x46147d['URL']='url',_0x46147d['Dropbox']='dropbox',_0x46147d['GDrive']='gdrive',_0x46147d['Facebook']='facebook',_0x46147d['GPhotos']='gphotos',_0x46147d['OneDrive']='onedrive',_0x46147d;}({});function _(_0x4bad40,_0x589bbd,_0x558aa2){const t=_0x4bad40['t'],_0x591cdc=_0x4bad40['t'];switch(_0x589bbd){case o['Local']:return{'text':_0x591cdc('Insert'===_0x558aa2?'Upload\x20from\x20computer':'Replace\x20from\x20computer'),'shortText':_0x591cdc('From\x20computer')};case o['URL']:return{'text':'Insert'===_0x558aa2?_0x591cdc('Insert\x20via\x20URL'):t('Replace\x20via\x20URL'),'shortText':_0x591cdc('Via\x20URL')};case o['Dropbox']:return{'text':t('Insert'===_0x558aa2?'Insert\x20with\x20Dropbox':'Replace\x20with\x20Dropbox'),'shortText':t('With\x20Dropbox')};case o['Facebook']:return{'text':t('Insert'===_0x558aa2?'Insert\x20with\x20Facebook':'Replace\x20with\x20Facebook'),'shortText':t('With\x20Facebook')};case o['GDrive']:return{'text':t('Insert'===_0x558aa2?'Insert\x20with\x20Google\x20Drive':'Replace\x20with\x20Google\x20Drive'),'shortText':t('With\x20Google\x20Drive')};case o['GPhotos']:return{'text':t('Insert'===_0x558aa2?'Insert\x20with\x20Google\x20Photos':'Replace\x20with\x20Google\x20Photos'),'shortText':t('With\x20Google\x20Photos')};case o['OneDrive']:return{'text':t('Insert'===_0x558aa2?'Insert\x20with\x20OneDrive':'Replace\x20with\x20OneDrive'),'shortText':t('With\x20OneDrive')};default:return _0x589bbd;}}class e extends _0x579796{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'UploadcareUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x5c1fa8=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0xedf14a;for(const _0x4dfd46 in _0x5c1fa8){const _0x4fff3f=_0x4dfd46,_0xf83363=_0x5c1fa8[_0x4fff3f];if('uploadcareLicenseKeyValid'==_0xf83363||'uploadcareLicenseKeyInvalid'==_0xf83363||'uploadcareLicenseKeyExpired'==_0xf83363||'uploadcareLicenseKeyDomainLimit'==_0xf83363||'uploadcareLicenseKeyNotAllowed'==_0xf83363||'uploadcareLicenseKeyEvaluationLimit'==_0xf83363||'uploadcareLicenseKeyTrialLimit'==_0xf83363||'uploadcareLicenseKeyUsageLimit'==_0xf83363){delete _0x5c1fa8[_0x4fff3f],_0xedf14a=_0xf83363,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'uploadcareLicenseKeyInvalid'==_0xedf14a&&_0x5c1fa8['_showLicenseError']('invalid'),'uploadcareLicenseKeyExpired'==_0xedf14a&&_0x5c1fa8['_showLicenseError']('expired'),'uploadcareLicenseKeyDomainLimit'==_0xedf14a&&_0x5c1fa8['_showLicenseError']('domainLimit'),'uploadcareLicenseKeyNotAllowed'==_0xedf14a&&_0x5c1fa8['_showLicenseError']('featureNotAllowed','Uploadcare'),'uploadcareLicenseKeyEvaluationLimit'==_0xedf14a&&_0x5c1fa8['_showLicenseError']('evaluationLimit'),'uploadcareLicenseKeyTrialLimit'==_0xedf14a&&_0x5c1fa8['_showLicenseError']('trialLimit'),'uploadcareLicenseKeyUsageLimit'==_0xedf14a&&_0x5c1fa8['_showLicenseError']('usageLimit');},0x3e8);}['afterInit'](){const {editor:_0x8fb0af}=this,_0x5c8910=_0x8fb0af['commands']['get']('uploadcare');if(!_0x5c8910)return;const _0x5b1b7b=this['_normalizeConfigSourceList'](_0x8fb0af['config']['get']('uploadcare.uploader.sourceList'))['reduce']((_0x34d32a,_0x51bcd3)=>{const _0x2ac7fd=this['_getIntegrationKey'](_0x51bcd3['type']);return _0x34d32a[_0x2ac7fd]||(_0x34d32a[_0x2ac7fd]=[]),_0x34d32a[_0x2ac7fd]['push'](_0x51bcd3),_0x34d32a;},{});_0x8fb0af['plugins']['has']('ImageInsertUI')&&_0x8fb0af['commands']['get']('uploadcare')&&Object['entries'](_0x5b1b7b)['forEach'](([_0x43212d,_0x34fc23])=>{_0x8fb0af['plugins']['get']('ImageInsertUI')['registerIntegration']({'name':_0x43212d,'observable':()=>_0x5c8910,'buttonViewCreator':()=>this['_createToolbarButton'](_0x34fc23),'formViewCreator':()=>this['_createDropdownButtons'](_0x34fc23),'menuBarButtonViewCreator':()=>this['_createMenuBarButtons'](_0x34fc23),'override':'assetManager'!==_0x43212d});});}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_normalizeConfigSourceList'](_0xf0967c){const {locale:_0x5bfa63}=this['editor'];return _0xf0967c['map'](_0x3eee33=>{const _0x539443=_(_0x5bfa63,_0x3eee33,'Insert');switch(_0x3eee33){case o['Local']:return{'icon':_0x413fd5,'type':o['Local'],..._0x539443};case o['URL']:return{'icon':_0x13f462,'type':o['URL'],..._0x539443};case o['Dropbox']:return{'icon':_0x4da3c9,'type':o['Dropbox'],..._0x539443};case o['Facebook']:return{'icon':_0x4a6f6e,'type':o['Facebook'],..._0x539443};case o['GDrive']:return{'icon':_0x567afd,'type':o['GDrive'],..._0x539443};case o['GPhotos']:return{'icon':_0x382352,'type':o['GPhotos'],..._0x539443};case o['OneDrive']:return{'icon':_0x529583,'type':o['OneDrive'],..._0x539443};}});}['_getIntegrationKey'](_0x768d2e){switch(_0x768d2e){case o['Local']:return'upload';case o['URL']:return'url';default:return'assetManager';}}['_createButton'](_0x24754d,_0x1afab){const _0x2a86eb=this['editor'],_0x2de029=new _0x24754d(_0x2a86eb['locale']),_0x3ec816=_0x2a86eb['commands']['get']('uploadcare');return _0x2de029['bind']('isEnabled')['to'](_0x3ec816),_0x2de029['on']('execute',()=>{_0x3ec816['execute'](_0x1afab);}),_0x2de029;}['_createToolbarButton'](_0x65e00d){const {locale:_0x9bd996}=this['editor'],_0x10e364=this['editor']['plugins']['get']('ImageInsertUI'),_0x3387d7=_0x65e00d[0x0],_0x2228b2=this['_createButton'](_0x4bb153,_0x3387d7['type']);return _0x2228b2['icon']=_0x3387d7['icon'],_0x2228b2['bind']('label')['to'](_0x10e364,'isImageSelected',_0x335ddc=>_(_0x9bd996,_0x3387d7['type'],_0x335ddc?'Replace':'Insert')['text']),_0x2228b2['tooltip']=!0x0,_0x2228b2;}['_createDropdownButtons'](_0x557d00){const {locale:_0x4f7f66}=this['editor'],_0xbcc1c0=this['editor']['plugins']['get']('ImageInsertUI');return _0x557d00['map'](_0x5e19d0=>{const _0x5babfc=this['_createButton'](_0x4bb153,_0x5e19d0['type']);return _0x5babfc['withText']=!0x0,_0x5babfc['icon']=_0x5e19d0['icon'],_0x5babfc['bind']('label')['to'](_0xbcc1c0,'isImageSelected',_0x12a237=>_(_0x4f7f66,_0x5e19d0['type'],_0x12a237?'Replace':'Insert')['text']),_0x5babfc;});}['_createMenuBarButtons'](_0x5bb425){return _0x5bb425['map'](_0x210d83=>{const _0x82fcc1=this['_createButton'](_0x1e1f2d,_0x210d83['type']);return _0x82fcc1['icon']=_0x210d83['icon'],_0x82fcc1['label']=_0x210d83['shortText'],_0x82fcc1;});}}class q extends _0xc240f8{['focusTracker'];['focusCycler'];constructor(_0x447810){super(_0x447810),this['focusTracker']=new _0x28a107(),this['focusCycler']=new _0x5d8915({'focusables':this['createCollection'](),'focusTracker':this['focusTracker']});}['getFocusableElement'](){return{'tag':'div','attributes':{'aria-hidden':'true','tabindex':'0'},'on':{'focus':this['bindTemplate']['to'](()=>{this['focusCycler']['fire']('forwardCycle');})}};}}class S extends q{constructor(_0x5af942){super(_0x5af942),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-uploadcare-form'],'tabindex':'-1'},'children':[{'tag':'uc-file-uploader-inline','attributes':{'class':['uc-light','ck-uploadcare-theme'],'ctx-name':'uploader'}},this['getFocusableElement']()]});}['focus'](){this['element']['focus']();}}function E(_0x49325f,_0x7a97f7){const _0x1ff01e=[0x140,0x1e0,0x300,0x400,0x4b0,0x640,0x780,0x960]['filter'](_0x21dac7=>_0x21dac7<=_0x7a97f7)['map'](_0x110c52=>_0x49325f['replace'](/\/$/,'')+'/-/resize/'+_0x110c52+'x/\x20'+_0x110c52+'w');return{'imageFallbackUrl':_0x49325f,'imageSources':[{'srcset':_0x1ff01e['join'](',\x20'),'sizes':'(max-width:\x20'+_0x7a97f7+'px)\x20100vw,\x20'+_0x7a97f7+'px','type':'image/webp'}]};}function A(_0x3a83cd,_0x3e9e70,_0xbc7700){const _0x451511=_0x3a83cd['match'](/\/crop\/(\d+)x(\d+)\//);return{'width':_0x451511?parseInt(_0x451511[0x1],0xa):_0x3e9e70,'height':_0x451511?parseInt(_0x451511[0x2],0xa):_0xbc7700};}function m(_0x268212,_0x45ce90){const _0x233902=Object['create'](_0x29e78e),_0x209b96=_0x268212['plugins']['get']('ImageUtils'),_0x40f9a9=_0x268212['editing']['mapper']['toViewElement'](_0x45ce90),_0x487af6=_0x209b96['findViewImgElement'](_0x40f9a9),_0x3a2cc5=_0x268212['editing']['view']['domConverter']['viewToDom'](_0x487af6),_0x4d0191=_0x45ce90['getAttribute']('width'),_0x26d91d=_0x45ce90['getAttribute']('height'),_0x5b6922='image-processing';_0x268212['editing']['view']['change'](_0x474fdb=>{_0x474fdb['addClass'](_0x5b6922,_0x40f9a9),_0x474fdb['setStyle']('aspect-ratio',_0x4d0191+'/'+_0x26d91d,_0x487af6);}),_0x233902['listenTo'](_0x3a2cc5,'load',()=>{_0x233902['stopListening'](_0x3a2cc5,'load'),_0x268212['editing']['view']['change'](_0x4435f1=>{_0x4435f1['removeClass'](_0x5b6922,_0x40f9a9),_0x4435f1['removeStyle']('aspect-ratio',_0x487af6);});});}function V(_0x241a59){if(Array['isArray'](_0x241a59)){const _0x2a746c=_0x241a59['map'](V);return _0x101773=>_0x2a746c['some'](_0x2f6e12=>_0x2f6e12(_0x101773));}if('origin'==_0x241a59){const _0x518f06=_0xaf2c9f['window']['location']['origin'];return _0x3f91a9=>new URL(_0x3f91a9,_0xaf2c9f['document']['baseURI'])['origin']==_0x518f06;}return'function'==typeof _0x241a59?_0x241a59:_0x241a59 instanceof RegExp?_0x2023df=>!(!_0x2023df['match'](_0x241a59)&&!_0x2023df['replace'](/^https?:\/\//,'')['match'](_0x241a59)):()=>!0x1;}function F(_0x52b47d,_0x394828){return _0x266d27(_0x52b47d['target'])['includes'](_0x394828);}class l extends/* #__PURE__ -- @preserve */
|
|
24
|
-
_0x27d4f2(){['_editor'];['_dialog'];['_editing'];['_api'];['_type']=null;['_formView']=null;constructor(_0x59fbe5,_0x41baad,_0x334239){super(),this['_editor']=_0x59fbe5,this['_editing']=_0x41baad,this['_dialog']=_0x59fbe5['plugins']['get'](_0x4cdc5f),this['_api']=_0x41baad['ctxElement']['getAPI'](),this['_type']=_0x334239,this['_editing']['configElement']['setAttribute']('source-list',this['_type']),this['_initDialog'](),this['_initListeners'](),this['_api']['initFlow']();}['destroy'](){this['_formView']&&(this['_formView']['destroy'](),this['_formView']=null),this['_api']&&this['_api']['doneFlow'](),this['stopListening'](),this['stopDelegating']();}['_initDialog'](){const {locale:_0x3cfe31,model:_0xdfc247}=this['_editor'],_0x6103dc=_0xdfc247['document']['selection']['getSelectedElement'](),_0x47c161=_0x6103dc&&(_0x6103dc['is']('element','imageBlock')||_0x6103dc['is']('element','imageInline'));this['_formView']=new S(_0x3cfe31),this['_dialog']['show']({'id':'uploadCare','icon':_0x413fd5,'title':_(_0x3cfe31,this['_type'],_0x47c161?'Replace':'Insert')['text'],'content':this['_formView'],'position':_0x3ee01f['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_api']['removeAllFiles'](),this['_editor']['editing']['view']['focus'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x4054d5=>!F(_0x4054d5,this['_formView']['element'])}});}['_initListeners'](){this['_editing']['ctxElement']['addEventListener']('done-click',()=>{const {allEntries:_0x52f589}=this['_api']['getOutputCollectionState']();this['_editor']['model']['change'](_0x57b692=>{const _0xe20ce7=_0x52f589['length'];for(const _0x25f436 of _0x52f589){const _0x3a5df4=_0x25f436===_0x52f589[_0xe20ce7-0x1],{cdnUrl:_0x3aee25,fileInfo:_0x3205e3}=_0x25f436;if(!_0x3aee25||!_0x3205e3)continue;const {width:_0x43df6c,height:_0x31d45f}=_0x3205e3['imageInfo'],_0xe1fc98=A(_0x3aee25,_0x43df6c,_0x31d45f),_0x26dc33=E(_0x3aee25,_0xe1fc98['width']),_0x2e70ed={'id':_0x3205e3['uuid'],'type':'image','attributes':{'imageDimension':_0xe1fc98,..._0x26dc33}};this['_insertAsset'](_0x2e70ed,_0x3a5df4,_0x57b692);}}),this['_dialog']['hide']();}),this['_editing']['ctxElement']['addEventListener']('change',_0x19f8d8=>{'idle'===_0x19f8d8['detail']['status']&&!_0x19f8d8['detail']['allEntries']['length']&&this['_dialog']['isOpen']&&(this['_type']===o['Local']?this['_api']['setCurrentActivity'](o['Local']):this['_api']['initFlow']());});}['_insertAsset'](_0x173ba7,_0x73382b,_0x382203){const _0x4be0bf=this['_editor']['model']['document']['selection'],_0x54f336=_0x4be0bf['getSelectedElement'](),_0x29afc7=!(!_0x54f336||!_0x54f336['is']('element','imageInline'));_0x382203['removeSelectionAttribute']('linkHref'),this['_insertImage'](_0x173ba7,_0x29afc7),_0x73382b||_0x382203['setSelection'](_0x4be0bf['getLastPosition']());}['_insertImage'](_0x5a717c,_0x970a49){const _0x279e18=this['_editor'],{imageDimension:_0x59f810,imageFallbackUrl:_0x50b021,imageSources:_0x54edea}=_0x5a717c['attributes'];_0x279e18['execute']('insertImage',{'imageType':_0x970a49?'imageInline':null,'source':{'uploadcareImageId':_0x5a717c['id'],'src':_0x50b021,'sources':_0x54edea,..._0x59f810}});}}class n extends _0x340d8a{['_editing'];['_controller']=null;static get['requires'](){return[_0x4cdc5f,i];}constructor(_0x26a0e3){super(_0x26a0e3),this['_editing']=_0x26a0e3['plugins']['get'](i);}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x592711){this['_controller']&&(this['_controller']['destroy'](),this['_controller']=null),this['_controller']=new l(this['editor'],this['_editing'],_0x592711);}['_checkEnabled'](){return this['editor']['commands']['get']('insertImage')['isEnabled'];}}class C{static['upload']({file:_0x1f620e,publicKey:_0x4e9476,signal:_0xabaf99,onProgress:_0xc47b9a}){return _0x33677d(_0x1f620e,{'publicKey':_0x4e9476,'store':'auto','signal':_0xabaf99,'onProgress':_0xc47b9a});}static['getInfo'](_0x59a6b7,_0x3740c3){return _0x234785(_0x59a6b7,_0x3740c3);}}class p extends _0x579796{static get['requires'](){return['ImageUploadEditing','ImageUploadProgress',_0x237d9b,i];}static get['pluginName'](){return'UploadcareUploadAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['afterInit'](){const _0x30cfde=this['editor'];if(!!!_0x30cfde['config']['get']('uploadcare'))return;_0x30cfde['plugins']['get'](_0x237d9b)['createUploadAdapter']=_0x20879f=>new x(_0x20879f,_0x30cfde),_0x30cfde['plugins']['get']('ImageUploadEditing')['on']('uploadComplete',(_0x449c3a,{imageElement:_0x2a7641,data:_0x56b70d})=>{_0x30cfde['model']['change'](_0xb388b1=>{_0xb388b1['setAttribute']('uploadcareImageId',_0x56b70d['uploadcareImageId'],_0x2a7641);});});}}class x{['loader'];['editor'];['controller'];constructor(_0x386a56,_0x1111db){this['loader']=_0x386a56,this['editor']=_0x1111db,this['controller']=new AbortController();}async['upload'](){const t=this['editor']['t'],_0x31263=this['editor']['config']['get']('uploadcare.pubkey'),_0x5b1c9f=await this['loader']['file'];return C['upload']({'file':_0x5b1c9f,'publicKey':_0x31263,'signal':this['controller']['signal'],'onProgress':_0x1e9df0=>{_0x1e9df0&&_0x1e9df0['isComputable']&&(this['loader']['uploadTotal']=0x1,this['loader']['uploaded']=_0x1e9df0['value']);}})['then'](async _0x5401a4=>{const {imageFallbackUrl:_0x1225e6,imageSources:_0x2a0736}=E(_0x5401a4['cdnUrl'],_0x5401a4['imageInfo']['width']);return{'uploadcareImageId':_0x5401a4['uuid'],'default':_0x1225e6,'sources':_0x2a0736};})['catch'](()=>{const _0x52b59e=t('Cannot\x20upload\x20file:')+('\x20'+_0x5b1c9f['name']+'.');return Promise['reject'](_0x52b59e);});}['abort'](){this['controller']['abort']();}}class i extends _0x579796{['_configElement']=null;['_ctxElement']=null;static get['pluginName'](){return'UploadcareEditing';}static get['requires'](){return['PictureEditing',p,_0x4cdc5f];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['configElement'](){return this['_configElement'];}get['ctxElement'](){return this['_ctxElement'];}['init'](){const _0x579dcc=this['editor'];_0x579dcc['commands']['add']('uploadcare',new n(_0x579dcc));}['afterInit'](){this['_initSchema'](),this['_initConversion'](),this['_initConfig'](),this['_initCtx'](),this['_initImageProcessingIndicator'](),this['listenTo'](this['editor'],'destroy',()=>{this['_configElement']&&(this['_configElement']['remove'](),this['_configElement']=null),this['_ctxElement']&&(this['_ctxElement']['remove'](),this['_ctxElement']=null);const _0xf80514=_0xaf2c9f['document']['querySelector']('input[uploadcare-file-input]');_0xf80514&&_0xf80514['remove']();}),async function(_0x59ffe4){const _0xfd757=_0x490e25([0x70,0x37,0x33,0x64,0x50,0x79,0x58,0x4f,0x36,0x6e,0x55,0x6d,0x73,0x6a,0x4a,0x6f,0x34,0x71,0x46,0x53,0x5a,0x45,0x77,0x62,0x38,0x69,0x39,0x44,0x63,0x54,0x41,0x66,0x42,0x78,0x43,0x4c,0x57,0x30,0x49,0x72,0x7a,0x61,0x31,0x6b,0x59,0x47,0x4d,0x48,0x76,0x56,0x51,0x52,0x75,0x74,0x68,0x65,0x35,0x32,0x4b,0x6c,0x4e,0x67]),_0x50571b=0xb91ab79,_0x3ce57a=0xb96c049^_0x50571b,_0x2a9525=window[_0x490e25([0x44,0x61,0x74,0x65])][_0x490e25([0x6e,0x6f,0x77])](),_0x1cb853=_0x59ffe4[_0x490e25([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3db0be=new window[(_0x490e25([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x11c923=>{_0x1cb853[_0x490e25([0x6f,0x6e,0x63,0x65])](_0x490e25([0x72,0x65,0x61,0x64,0x79]),_0x11c923);}),_0x2f000f={[_0x490e25([0x6b,0x74,0x79])]:_0x490e25([0x45,0x43]),[_0x490e25([0x75,0x73,0x65])]:_0x490e25([0x73,0x69,0x67]),[_0x490e25([0x63,0x72,0x76])]:_0x490e25([0x50,0x2d,0x32,0x35,0x36]),[_0x490e25([0x78])]:_0x490e25([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]),[_0x490e25([0x79])]:_0x490e25([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]),[_0x490e25([0x61,0x6c,0x67])]:_0x490e25([0x45,0x53,0x32,0x35,0x36])},_0x39f2a2=_0x1cb853[_0x490e25([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x490e25([0x67,0x65,0x74])](_0x490e25([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xcdbe66(){let _0x1a72e7,_0x10d092=null,_0x299cce=null;try{if(_0x39f2a2==_0x490e25([0x47,0x50,0x4c]))return _0x490e25([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1a72e7=_0x55d9d0(),!_0x1a72e7)return _0x490e25([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1a72e7[_0x490e25([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x299cce=_0x1d3ea0(_0x1a72e7[_0x490e25([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1a72e7[_0x490e25([0x6a,0x74,0x69])])),await _0x5d693a()?_0x2e585d()?_0x1ab5db()?_0x490e25([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x442ec3()?(_0x1a72e7[_0x490e25([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x490e25([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x10d092=_0x4a7cfc(_0x490e25([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1a72e7[_0x490e25([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x490e25([0x74,0x72,0x69,0x61,0x6c])&&(_0x10d092=_0x4a7cfc(_0x490e25([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x4a39b6()):_0x490e25([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x490e25([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x490e25([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x490e25([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1ab5db(){const _0x5bc617=[_0x490e25([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x490e25([0x74,0x72,0x69,0x61,0x6c])][_0x490e25([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1a72e7[_0x490e25([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2a9525/0x3e8:0xe10*_0x3ce57a;return _0x1a72e7[_0x490e25([0x65,0x78,0x70])]<_0x5bc617;}function _0x2e585d(){const _0x34ea4d=_0x1a72e7[_0x490e25([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x34ea4d&&(!!_0x34ea4d[_0x490e25([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x490e25([0x2a]))||!!_0x34ea4d[_0x490e25([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x490e25([0x55,0x50,0x4c,0x43])));}function _0x442ec3(){const _0x2afc6a=_0x1a72e7[_0x490e25([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x2afc6a||0x0==_0x2afc6a[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x235031}=new URL(window[_0x490e25([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x2afc6a[_0x490e25([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x235031))return!0x0;const _0x2d3340=_0x235031[_0x490e25([0x73,0x70,0x6c,0x69,0x74])](_0x490e25([0x2e]));return _0x2afc6a[_0x490e25([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x223d7f=>_0x223d7f[_0x490e25([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x490e25([0x2a])))[_0x490e25([0x6d,0x61,0x70])](_0x2e8eac=>_0x2e8eac[_0x490e25([0x73,0x70,0x6c,0x69,0x74])](_0x490e25([0x2e])))[_0x490e25([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2f9976=>_0x2f9976[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x2d3340[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x490e25([0x6d,0x61,0x70])](_0x462198=>Array(_0x2d3340[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x462198[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x490e25([0x66,0x69,0x6c,0x6c])](_0x462198[0x0]===_0x490e25([0x2a])?_0x490e25([0x2a]):'')[_0x490e25([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x462198))[_0x490e25([0x73,0x6f,0x6d,0x65])](_0x451e0b=>_0x2d3340[_0x490e25([0x65,0x76,0x65,0x72,0x79])]((_0xba8dda,_0xa1c03b)=>_0x451e0b[_0xa1c03b]===_0xba8dda||_0x451e0b[_0xa1c03b]===_0x490e25([0x2a])));}function _0x4a39b6(){return _0x10d092&&_0x299cce?new window[(_0x490e25([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3af68f,_0x105b02)=>{_0x10d092[_0x490e25([0x74,0x68,0x65,0x6e])](_0x3af68f,_0x105b02),_0x299cce[_0x490e25([0x74,0x68,0x65,0x6e])](_0x3a166c=>{_0x3a166c!=_0x490e25([0x56,0x61,0x6c,0x69,0x64])&&_0x3af68f(_0x3a166c);},_0x105b02);}):_0x10d092||_0x299cce||_0x490e25([0x56,0x61,0x6c,0x69,0x64]);}}function _0x1d3ea0(_0x56ccd5,_0x671f24){return new window[(_0x490e25([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x566167=>{if(_0x2c5902())return _0x566167(_0x490e25([0x56,0x61,0x6c,0x69,0x64]));_0x460686(),_0x1cb853[_0x490e25([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x490e25([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x57dc69=!0x1;const _0x58ce12=_0x7f619a();function _0x2cb1d9(_0x4b74ea){return!!_0x4b74ea&&(typeof _0x4b74ea===_0x490e25([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4b74ea===_0x490e25([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4b74ea[_0x490e25([0x74,0x68,0x65,0x6e])]===_0x490e25([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4b74ea[_0x490e25([0x63,0x61,0x74,0x63,0x68])]===_0x490e25([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0xb9be64(_0x1d19d8){_0x514317(_0x1d19d8)[_0x490e25([0x74,0x68,0x65,0x6e])](_0x5294d2=>{if(!_0x5294d2||_0x5294d2[_0x490e25([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x490e25([0x6f,0x6b]))return _0x490e25([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4bf692(_0x5c356c(_0x58ce12+_0x671f24))!=_0x5294d2[_0x490e25([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x490e25([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x490e25([0x56,0x61,0x6c,0x69,0x64]);})[_0x490e25([0x74,0x68,0x65,0x6e])](_0x5e1e6f=>(_0x24142c(),_0x5e1e6f),()=>{const _0x2cc83f=_0x1a5900();return null==_0x2cc83f?(_0x24142c(),_0x490e25([0x56,0x61,0x6c,0x69,0x64])):_0x490e25(_0x2a9525-_0x2cc83f>(0x2f9d2f79^_0x50571b)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x490e25([0x74,0x68,0x65,0x6e])](_0x566167)[_0x490e25([0x63,0x61,0x74,0x63,0x68])](()=>{_0x566167(_0x490e25([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x3e28f7=0xba745f9^_0x50571b;function _0x24142c(){const _0x37028b=_0x490e25([0x6c,0x6c,0x63,0x74,0x2d])+_0x4bf692(_0x5c356c(_0x56ccd5)),_0x43cb57=_0x4fed9b(_0x4bf692(window[_0x490e25([0x4d,0x61,0x74,0x68])][_0x490e25([0x63,0x65,0x69,0x6c])](_0x2a9525/_0x3e28f7)));window[_0x490e25([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x490e25([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x37028b,_0x43cb57);}function _0x1a5900(){const _0x48d0c0=_0x490e25([0x6c,0x6c,0x63,0x74,0x2d])+_0x4bf692(_0x5c356c(_0x56ccd5)),_0x1320c4=window[_0x490e25([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x490e25([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x48d0c0);return _0x1320c4?window[_0x490e25([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4fed9b(_0x1320c4),0x10)*_0x3e28f7:null;}function _0x514317(_0x33cbe5){return new window[(_0x490e25([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2c6d69,_0x4df7cc)=>{_0x33cbe5[_0x490e25([0x74,0x68,0x65,0x6e])](_0x2c6d69,_0x4df7cc),window[_0x490e25([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4df7cc,0xb907fb9^_0x50571b);});}}_0x1cb853[_0x490e25([0x6f,0x6e])](_0x490e25([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x21aa61,_0x1295eb)=>{if(_0x1295eb[0x0]!=_0x56ccd5)return _0x566167(_0x490e25([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x1295eb[0x1]={..._0x1295eb[0x1],[_0x490e25([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x58ce12};},{[_0x490e25([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x490e25([0x68,0x69,0x67,0x68])}),_0x1cb853[_0x490e25([0x6f,0x6e])](_0x490e25([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3d858c=>{_0x2cb1d9(_0x3d858c[_0x490e25([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x57dc69=!0x0,_0xb9be64(_0x3d858c[_0x490e25([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x490e25([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x490e25([0x6c,0x6f,0x77])}),_0x3db0be[_0x490e25([0x74,0x68,0x65,0x6e])](()=>{_0x57dc69||_0x566167(_0x490e25([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x2c5902(){return _0x1cb853[_0x490e25([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x490e25([0x76,0x69,0x65,0x77])][_0x490e25([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x490e25([0x61,0x75,0x74,0x6f]);}function _0x460686(){_0x1cb853[_0x490e25([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x490e25([0x76,0x69,0x65,0x77])][_0x490e25([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x490e25([0x61,0x75,0x74,0x6f]);}}function _0x4a7cfc(_0x34057a){const _0x5a90e3=[new window[(_0x490e25([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x38399b=>setTimeout(_0x38399b,0xb9895b5^_0x50571b)),_0x3db0be[_0x490e25([0x74,0x68,0x65,0x6e])](()=>new window[(_0x490e25([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xa53cde=>{let _0x14a508=0x0;_0x1cb853[_0x490e25([0x6d,0x6f,0x64,0x65,0x6c])][_0x490e25([0x6f,0x6e])](_0x490e25([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x2ea584,_0x4e2920)=>{_0x4e2920[0x0][_0x490e25([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x14a508++,_0x14a508==(0xb91aa81^_0x50571b)&&(_0xa53cde(),_0x2ea584[_0x490e25([0x6f,0x66,0x66])]());});}))];return window[_0x490e25([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x490e25([0x72,0x61,0x63,0x65])](_0x5a90e3)[_0x490e25([0x74,0x68,0x65,0x6e])](()=>_0x34057a);}async function _0x18fcc7(){await _0x3db0be,_0x1cb853[_0x490e25([0x6d,0x6f,0x64,0x65,0x6c])][_0x490e25([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3c6cd1,_0x1cb853[_0x490e25([0x6d,0x6f,0x64,0x65,0x6c])][_0x490e25([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3c6cd1,_0x1cb853[_0x490e25([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x490e25([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x599ade(_0x2f141e){const _0x22b543=_0x708916();_0x1cb853[_0x22b543]=_0x490e25([0x75,0x70,0x6c,0x6f,0x61,0x64,0x63,0x61,0x72,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x2f141e,_0x2f141e!=_0x490e25([0x56,0x61,0x6c,0x69,0x64])&&_0x18fcc7();}function _0x708916(){const _0x2fe4a7=window[_0x490e25([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x490e25([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x490e25([0x6e,0x6f,0x77])]())[_0x490e25([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x490e25([0x2e]),'');let _0x398688=_0x490e25([0x70]);for(let _0x17c460=0x0;_0x17c460<_0x2fe4a7[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x17c460+=0x2){let _0x5ab53c=window[_0x490e25([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2fe4a7[_0x490e25([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x17c460,_0x17c460+0x2));_0x5ab53c>=_0xfd757[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x5ab53c-=_0xfd757[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x398688+=_0xfd757[_0x5ab53c];}return _0x398688;}function _0x55d9d0(){const _0xeb3bc0=_0x39f2a2[_0x490e25([0x73,0x70,0x6c,0x69,0x74])](_0x490e25([0x2e]));if(0x3!=_0xeb3bc0[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x5037f4(_0xeb3bc0[0x1]);function _0x5037f4(_0xc75e0b){const _0x56b130=_0xb59c58(_0xc75e0b);return _0x56b130&&_0x1f8330()?_0x56b130:null;function _0x1f8330(){const _0x272cbf=_0x56b130[_0x490e25([0x6a,0x74,0x69])],_0x4cd7e0=window[_0x490e25([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x272cbf[_0x490e25([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x272cbf[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x5d38b6={..._0x56b130,[_0x490e25([0x6a,0x74,0x69])]:_0x272cbf[_0x490e25([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x272cbf[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x5d38b6[_0x490e25([0x76,0x63])],_0x5c356c(_0x5d38b6)==_0x4cd7e0;}}}async function _0x5d693a(){let _0x4949ec=!0x0;try{const _0x18898d=_0x39f2a2[_0x490e25([0x73,0x70,0x6c,0x69,0x74])](_0x490e25([0x2e])),[_0x50abb6,_0x5717a2,_0x6241dc]=_0x18898d;return _0x1c33a4(_0x50abb6),await _0x2737a0(_0x50abb6,_0x5717a2,_0x6241dc),_0x4949ec;}catch{return!0x1;}function _0x1c33a4(_0x92be1c){const _0x282d71=_0xb59c58(_0x92be1c);_0x282d71&&_0x282d71[_0x490e25([0x61,0x6c,0x67])]==_0x490e25([0x45,0x53,0x32,0x35,0x36])||(_0x4949ec=!0x1);}async function _0x2737a0(_0x6e2094,_0x1b3a73,_0x458aa4){const _0x538c04=window[_0x490e25([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x490e25([0x66,0x72,0x6f,0x6d])](_0x3f77ef(_0x458aa4),_0x204970=>_0x204970[_0x490e25([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x3683fd=new window[(_0x490e25([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x490e25([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x6e2094+_0x490e25([0x2e])+_0x1b3a73),_0xf8a7c8=window[_0x490e25([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x490e25([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xf8a7c8)return;const _0x555c56=await _0xf8a7c8[_0x490e25([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x490e25([0x6a,0x77,0x6b]),_0x2f000f,{[_0x490e25([0x6e,0x61,0x6d,0x65])]:_0x490e25([0x45,0x43,0x44,0x53,0x41]),[_0x490e25([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x490e25([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x490e25([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xf8a7c8[_0x490e25([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x490e25([0x6e,0x61,0x6d,0x65])]:_0x490e25([0x45,0x43,0x44,0x53,0x41]),[_0x490e25([0x68,0x61,0x73,0x68])]:{[_0x490e25([0x6e,0x61,0x6d,0x65])]:_0x490e25([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x555c56,_0x538c04,_0x3683fd)||(_0x4949ec=!0x1);}}function _0xb59c58(_0x3eccef){return _0x3eccef[_0x490e25([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x490e25([0x65,0x79]))?JSON[_0x490e25([0x70,0x61,0x72,0x73,0x65])](_0x3f77ef(_0x3eccef)):null;}function _0x3f77ef(_0xde4544){return window[_0x490e25([0x61,0x74,0x6f,0x62])](_0xde4544[_0x490e25([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x490e25([0x2b]))[_0x490e25([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x490e25([0x2f])));}function _0x5c356c(_0x385d57){let _0x53ef0a=0x1505;function _0x46cc6d(_0x508825){for(let _0x5c8a2b=0x0;_0x5c8a2b<_0x508825[_0x490e25([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5c8a2b++){const _0xfd574=_0x508825[_0x490e25([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5c8a2b);_0x53ef0a=(_0x53ef0a<<0x5)+_0x53ef0a+_0xfd574,_0x53ef0a&=_0x53ef0a;}}function _0x1c11e4(_0x348c07){Array[_0x490e25([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x348c07)?_0x348c07[_0x490e25([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1c11e4):_0x348c07&&typeof _0x348c07==_0x490e25([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x490e25([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x348c07)[_0x490e25([0x73,0x6f,0x72,0x74])]()[_0x490e25([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5461b0,_0x2cc982])=>{_0x46cc6d(_0x5461b0),_0x1c11e4(_0x2cc982);}):_0x46cc6d(window[_0x490e25([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x348c07));}return _0x1c11e4(_0x385d57),_0x53ef0a>>>0x0;}function _0x4bf692(_0x2e15a6){return _0x2e15a6[_0x490e25([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x490e25([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x490e25([0x30]));}function _0x4fed9b(_0x8f5a40){return _0x8f5a40[_0x490e25([0x73,0x70,0x6c,0x69,0x74])]('')[_0x490e25([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x490e25([0x6a,0x6f,0x69,0x6e])]('');}function _0x3c6cd1(){}function _0x490e25(_0x49d2c6){return _0x49d2c6['map'](_0x4b9fcd=>String['fromCharCode'](_0x4b9fcd))['join']('');}_0x599ade(await _0xcdbe66());}(this);}['_initSchema'](){const _0x4e316e=this['editor']['model']['schema'];_0x4e316e['isRegistered']('imageBlock')&&_0x4e316e['extend']('imageBlock',{'allowAttributes':['uploadcareImageId']}),_0x4e316e['isRegistered']('imageInline')&&_0x4e316e['extend']('imageInline',{'allowAttributes':['uploadcareImageId']});}['_initConversion'](){const _0x46d52f=this['editor'];_0x46d52f['conversion']['for']('downcast')['attributeToAttribute']({'model':'uploadcareImageId','view':'data-uc-image-id'}),_0x46d52f['conversion']['for']('upcast')['elementToAttribute']({'model':{'key':'uploadcareImageId','value':_0x30446f=>_0x30446f['getAttribute']('data-uc-image-id')},'view':{'attributes':{'data-uc-image-id':/[a-zA-Z0-9\\-]+/}}});const _0x1a14ef=_0x46d52f['commands']['get']('replaceImageSource');_0x1a14ef&&this['listenTo'](_0x1a14ef,'cleanupImage',(_0x50eb21,[_0x3693ce,_0x5bc22d])=>{_0x3693ce['removeAttribute']('uploadcareImageId',_0x5bc22d);});}['_initConfig'](){const _0x4a6c24=this['editor']['config']['get']('uploadcare.uploader')||{},_0x499217=this['editor']['config']['get']('uploadcare.pubkey')||'';this['_configElement']=_0x55a0d5(_0xaf2c9f['document'],'uc-config',{..._0x4a6c24,'pubkey':_0x499217,'ctx-name':'uploader','sourceList':'','imgOnly':'true','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage'],'externalSourcesEmbedCss':'\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup\x20{\x20padding:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-menu\x20{\x20gap:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-footer\x20{\x20padding-top:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__separator\x20{\x20margin:\x200;\x20}\x0a\x09\x09\x09'}),this['_configElement']['iconHrefResolver']=_0x27cdcb=>{if('closeMax'==_0x27cdcb)return'#uc-icon-arrow-down';},_0xaf2c9f['document']['body']['appendChild'](this['_configElement']);}['_initCtx'](){this['_ctxElement']=_0x55a0d5(_0xaf2c9f['document'],'uc-upload-ctx-provider',{'ctx-name':'uploader'}),_0xaf2c9f['document']['body']['appendChild'](this['_ctxElement']);}['_initImageProcessingIndicator'](){const _0xc6c980=this['editor']['commands']['get']('insertImage');_0xc6c980&&this['listenTo'](_0xc6c980,'execute',()=>{const _0x3c845c=this['editor']['model']['document']['selection']['getSelectedElement']();_0x3c845c&&_0x3c845c['getAttribute']('uploadcareImageId')&&this['editor']['editing']['view']['once']('render',()=>{m(this['editor'],_0x3c845c);});});const _0x25b165=this['editor']['commands']['get']('uploadcareImageReplace');_0x25b165&&this['listenTo'](_0x25b165,'execute',()=>{const _0x56af88=this['editor']['model']['document']['selection']['getSelectedElement']();_0x56af88&&_0x56af88['getAttribute']('uploadcareImageId')&&this['editor']['editing']['view']['once']('render',()=>{m(this['editor'],_0x56af88);});});}}class u extends _0x579796{static get['requires'](){return[i,e];}static get['pluginName'](){return'Uploadcare';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x3141d3){super(_0x3141d3),_0x3141d3['config']['define']('uploadcare.uploader.sourceList',[o['Local'],o['URL']]),_0x1afe7e['defineComponents'](_0x1afe7e);}}class ta extends _0xc240f8{constructor(_0x382008){super(_0x382008);const t=_0x382008['t'],_0x228189=this['bindTemplate'],_0x22860c=new _0xd33dee();_0x22860c['isVisible']=!0x0,this['setTemplate']({'tag':'div','attributes':{'class':['ck-uploadcare-form__loading'],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck-uploadcare-form__loading-spinner']},'children':[_0x22860c,{'text':_0x228189['to']('imageUploadProgress',_0x204d58=>t('Loading\x20image...')+'\x20('+(_0x204d58||0x0)+'%)')}]},{'tag':'div','attributes':{'class':['ck-uploadcare-form__skeleton']},'children':[{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'}]},{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'}]}]}]});}}class rt extends _0xc240f8{constructor(_0x3236be){super(_0x3236be);const t=_0x3236be['t'];this['set']('errorType',null);const _0x1d12e5=new _0x4bb153(_0x3236be);_0x1d12e5['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x1d12e5['withText']=!0x0,_0x1d12e5['class']='ck-button-action',_0x1d12e5['on']('execute',()=>{this['fire']('retry');}),_0x1d12e5['bind']('isVisible')['to'](this,'errorType',_0x4c2db4=>'NotFound'!==_0x4c2db4);const _0x3c4817=new at();_0x3c4817['content']=et,_0x3c4817['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x3832b7=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-uploadcare-form__error'],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck-uploadcare-form__error-contents']},'children':[_0x3c4817,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x3832b7['to']('errorType',_0x3b3add=>t('NotFound'!==_0x3b3add?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x1d12e5]},{'tag':'div','attributes':{'class':['ck-uploadcare-form__skeleton']},'children':[{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'}]},{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'}]}]}]});}}class tt extends _0xc240f8{constructor(_0x58eea1,_0x32a329){super(_0x58eea1);const _0x124a43=this['bindTemplate'];this['set']('imageSrc',''),this['setTemplate']({'tag':'uc-cloud-image-editor','attributes':{..._0x32a329,'class':['uc-light','ck-uploadcare-theme'],'ctx-name':'image-edit','cdn-url':_0x124a43['to']('imageSrc')}});}}class Z extends q{['_items'];['_loadingView'];['_errorView'];['_editingView'];['_focusableView'];constructor(_0x104956,_0x22909d,_0x18b895){super(_0x104956),this['_items']=this['createCollection'](),this['_loadingView']=new ta(_0x104956),this['_errorView']=new rt(_0x104956),this['_editingView']=new tt(_0x104956,_0x18b895),this['_focusableView']=new _0xc240f8(_0x104956),this['_focusableView']['setTemplate'](this['getFocusableElement']()),this['set']('status',_0x22909d),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-uploadcare-form'],'tabindex':'-1'},'children':this['_items']}),this['_setView'](),this['once']('render',()=>{this['_waitForImageEditorComponent'](this['element'],_0x324022=>{this['_addUploadcareImageEditorListeners'](_0x324022);});}),this['on']('change:status',()=>{this['_setView']();}),this['_addErrorViewListeners']();}['focus'](){this['element']['focus']();}['_setView'](){switch(this['_items']['clear'](),this['status']){case'uploading':this['_items']['add'](this['_loadingView']);break;case'error':this['_items']['add'](this['_errorView']);break;case'ready':this['_items']['addMany']([this['_editingView'],this['_focusableView']]);}}['_waitForImageEditorComponent'](_0x836186,_0x1fc49b){const _0x586993='uc-cloud-image-editor',_0x19c36d=_0x836186['querySelector'](_0x586993);if(_0x19c36d)return _0x1fc49b(_0x19c36d);const _0x1f9c69=new MutationObserver(_0x29dc5e=>{const _0x36a5e8=_0x29dc5e['filter'](_0x58cc39=>_0x58cc39['target']===_0x836186&&_0x58cc39['addedNodes']['length']>0x0&&_0x58cc39['addedNodes'][0x0]['nodeName']['toLowerCase']()===_0x586993);_0x36a5e8['length']&&(_0x1f9c69['disconnect'](),_0x1fc49b(_0x36a5e8[0x0]['addedNodes'][0x0]));});_0x1f9c69['observe'](_0x836186,{'childList':!0x0,'subtree':!0x0});}['_addUploadcareImageEditorListeners'](_0x437860){_0x437860['addEventListener']('apply',_0x257f64=>{this['fire']('apply',{'imageSrc':_0x257f64['detail']['cdnUrl']});}),_0x437860['addEventListener']('cancel',()=>{this['fire']('cancel');});}['_addErrorViewListeners'](){this['_errorView']['on']('retry',()=>{this['fire']('retry');});}}class z extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x27d4f2(){['_editor'];['_dialog'];['_imageElement'];['_imageCache'];['_controller'];['_attributes'];constructor(_0x5aa29b,_0x1cfc19,_0x531264){super(),this['_editor']=_0x5aa29b,this['_dialog']=_0x1cfc19,this['_imageElement']=_0x531264,this['_imageCache']=this['_editor']['plugins']['get']('UploadcareImageEditUI')['imageCache'],this['_attributes']=this['_editor']['config']['get']('uploadcare.editor')||{},this['set']({'isActive':!0x0,'imageStatus':'ready','imageErrorType':null,'imageId':null,'imageSrc':null,'imageDimension':null,'imageUploadProgress':null}),this['_prepareImage'](),this['_showDialog']();}['destroy'](){this['isActive']=!0x1,this['stopListening'](),this['stopDelegating'](),'uploading'===this['imageStatus']&&this['_controller']&&this['_controller']['abort']();}async['_prepareImage'](){const _0x2e7967=this['_imageElement'],_0x407982=_0x2e7967['getAttribute']('uploadcareImageId'),_0x19438a=_0x2e7967['getAttribute']('src');if(_0x407982)await this['_loadImageInfo'](_0x407982,_0x19438a);else{if(this['_imageCache']['has'](_0x19438a)){const _0x24ff75=this['_imageCache']['get'](_0x19438a);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x24ff75['url'],this['imageDimension']=_0x24ff75['dimension'],this['imageId']=_0x24ff75['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x31858b}=this['_editor'],t=_0x31858b['t'],_0x5b4d89=new Z(_0x31858b,this['imageStatus'],this['_attributes']);_0x5b4d89['bind']('status')['to'](this,'imageStatus'),_0x5b4d89['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x5b4d89['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x5b4d89['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x5b4d89,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x2ffd7f,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x5b4d89,'position':_0x3ee01f['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x5b4d89['focus']();},'onHide':()=>{_0x5b4d89['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x5119d2=>!F(_0x5119d2,_0x5b4d89['element'])}});}['_loadImageInfo'](_0x5e5def,_0x3bb76a){return C['getInfo'](_0x5e5def,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey')})['then'](_0x4c2f14=>{const {width:_0x216911,height:_0x25d18a}=_0x4c2f14['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x3bb76a,this['imageDimension']={'width':_0x216911,'height':_0x25d18a},this['imageId']=_0x5e5def;})['catch'](_0x5ccb81=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x5ccb81['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x44ea20,_0x4a3f66){return this['_getImageAsFile'](_0x44ea20)['then'](_0x1796c2=>C['upload']({'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'signal':_0x4a3f66['signal'],'file':_0x1796c2,'onProgress':_0x30b743=>{_0x30b743&&_0x30b743['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0x30b743['value']));}}))['then'](_0x23517d=>{const {width:_0x54ad4,height:_0x5709ac}=_0x23517d['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x23517d['cdnUrl'],this['imageDimension']={'width':_0x54ad4,'height':_0x5709ac},this['imageId']=_0x23517d['uuid'],this['imageUploadProgress']=null;const _0x5336c0=_0x44ea20['getAttribute']('src');this['_imageCache']['set'](_0x5336c0,{'id':_0x23517d['uuid'],'url':_0x23517d['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x1701af=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x1701af['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x473abd,_0xa18fe4){_0x473abd['on']('apply',(_0xb9469d,_0x5ccafb)=>{this['_replaceImage'](_0xa18fe4,_0x5ccafb['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x473abd['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x473abd['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0x5606a6,_0xfc8805,_0x1757fc){const _0x51f051=this['_editor'],{width:_0x137917,height:_0x55ee95}=A(_0xfc8805,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x2d166f,imageSources:_0x573cee}=E(_0xfc8805,_0x137917);_0x51f051['model']['change'](_0x425ca7=>{if('$graveyard'===_0x5606a6['root']['rootName']){_0x51f051['execute']('insertImage',{'imageType':_0x5606a6['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0x5606a6['getAttributes']()),'uploadcareImageId':_0x1757fc,'src':_0x2d166f,'sources':_0x573cee,'width':_0x137917,'height':_0x55ee95}});const _0x58f9e4=_0x5606a6['getChildren']();_0x5606a6=_0x51f051['model']['document']['selection']['getSelectedElement']();for(const _0x486ec7 of _0x58f9e4)_0x425ca7['append'](_0x425ca7['cloneElement'](_0x486ec7),_0x5606a6);}else _0x425ca7['setSelection'](_0x5606a6,'on'),_0x51f051['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0x5606a6['getAttributes']()),'uploadcareImageId':_0x1757fc,'src':_0x2d166f,'sources':_0x573cee,'width':_0x137917,'height':_0x55ee95},_0x5606a6);_0x425ca7['setSelection'](_0x5606a6,'on');});}async['_getImageAsFile'](_0x4bcaaf){const _0x3d4ee4=_0xaf2c9f['window'],_0x3dc27d=_0xaf2c9f['document']['location']['href'],_0x39e7a1=new _0x3d4ee4['URL'](_0x4bcaaf['getAttribute']('src'),_0x3dc27d);if('data:'===_0x39e7a1['protocol']){const _0x55ee1c=_0x39e7a1['href']['split'](','),_0x561743=_0x55ee1c[0x0]['match'](/:(.*?);/)[0x1],_0x18a93b=_0x561743['split']('/')[0x1],_0x36102d=_0x3d4ee4['atob'](_0x55ee1c[_0x55ee1c['length']-0x1]);let _0x178e16=_0x36102d['length'];const _0x29292c=new _0x3d4ee4['Uint8Array'](_0x178e16);for(;_0x178e16--;)_0x29292c[_0x178e16]=_0x36102d['charCodeAt'](_0x178e16);return new _0x3d4ee4['File']([_0x29292c],'image.'+_0x18a93b,{'type':_0x561743});}const _0x3f49c4=_0x39e7a1['href']['split']('/'),_0xf4c0ef=_0x3f49c4[_0x3f49c4['length']-0x1],_0x553ab2=_0xf4c0ef['split']('.')[0x1];return _0x3d4ee4['fetch'](_0x39e7a1['href'])['then'](_0x480f7a=>_0x480f7a['clone']()['blob']())['then'](_0x15ceee=>new _0x3d4ee4['File']([_0x15ceee],_0xf4c0ef,{'type':'image/'+_0x553ab2}));}}class J extends _0x340d8a{['imageEditController'];static get['requires'](){return[_0x4cdc5f];}['_isEditable'];constructor(_0x31f6d7){super(_0x31f6d7),this['imageEditController']=void 0x0,this['_isEditable']=function(_0x292bb0){const _0x2c5265=V(_0x292bb0);return _0x35c9bc=>!(!_0x35c9bc||!_0x35c9bc['is']('element','imageBlock')&&!_0x35c9bc['is']('element','imageInline'))&&(!!_0x35c9bc['hasAttribute']('uploadcareImageId')||!!_0x35c9bc['hasAttribute']('src')&&_0x2c5265(_0x35c9bc['getAttribute']('src')));}(_0x31f6d7['config']['get']('uploadcare.allowExternalImagesEditing')||[]),this['set']({'isActive':!0x1});}['refresh'](){const _0x52cd20=this['editor']['model']['document']['selection']['getSelectedElement']();this['isEnabled']=this['_isEditable'](_0x52cd20);}['execute'](){this['imageEditController']&&(this['unbind']('isActive'),this['imageEditController']=void 0x0);const _0x46d64f=this['editor']['model']['document']['selection']['getSelectedElement']();_0x46d64f&&(_0x46d64f['is']('element','imageBlock')||_0x46d64f['is']('element','imageInline'))&&(this['imageEditController']=new z(this['editor'],this['editor']['plugins']['get'](_0x4cdc5f),_0x46d64f),this['bind']('isActive')['to'](this['imageEditController'],'isActive'));}}class O extends _0x340d8a{['refresh'](){const _0x4bd047=this['editor']['model']['document']['selection']['getSelectedElement']();this['isEnabled']=Boolean(_0x4bd047&&(_0x4bd047['is']('element','imageBlock')||_0x4bd047['is']('element','imageInline')));}['execute'](_0x34ffef){const _0x4b68b2=this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](_0x57e6df=>{_0x57e6df['setAttributes'](_0x34ffef,_0x4b68b2),_0x57e6df['removeAttribute']('srcset',_0x4b68b2),_0x57e6df['removeAttribute']('sizes',_0x4b68b2);});}}class g extends _0x579796{static get['pluginName'](){return'UploadcareImageEditEditing';}static get['requires'](){return[i,_0x2d95ff,'ImageUtils','ImageEditing'];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x4c8ed8}=this;_0x4c8ed8['commands']['add']('uploadcareImageEdit',new J(_0x4c8ed8)),_0x4c8ed8['commands']['add']('uploadcareImageReplace',new O(_0x4c8ed8));}}class j extends _0x579796{['_imageCache']=new Map();static get['pluginName'](){return'UploadcareImageEditUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['imageCache'](){return this['_imageCache'];}['init'](){const _0xd88a0d=this['editor'];_0xd88a0d['ui']['componentFactory']['add']('uploadcareImageEdit',_0x2173be=>{const _0x35bdb7=_0xd88a0d['commands']['get']('uploadcareImageEdit'),_0x25d816=new _0x4bb153(_0x2173be),t=_0x2173be['t'];return _0x25d816['set']({'icon':_0x2ffd7f,'tooltip':!0x0,'label':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'})}),_0x25d816['bind']('isEnabled')['to'](_0x35bdb7),_0x25d816['bind']('isOn')['to'](_0x35bdb7,'isActive'),this['listenTo'](_0x25d816,'execute',()=>{_0xd88a0d['execute']('uploadcareImageEdit'),_0xd88a0d['editing']['view']['focus']();}),_0x25d816;}),this['_initConfig']();}['_initConfig'](){const _0x1d3a91=_0x55a0d5(document,'uc-config',{'ctx-name':'image-edit','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage']});document['body']['appendChild'](_0x1d3a91),this['listenTo'](this['editor'],'destroy',()=>{_0x1d3a91['remove']();});}}class P extends _0x579796{static get['pluginName'](){return'UploadcareImageEdit';}static get['requires'](){return[g,j];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as Uploadcare,i as UploadcareEditing,P as UploadcareImageEdit,g as UploadcareImageEditEditing,j as UploadcareImageEditUI,e as UploadcareUI};
|
|
23
|
+
import{Plugin as _0x5152ce,Command as _0x3dcbcd}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconOneDrive as _0x3a6605,IconGooglePhotos as _0x4c4376,IconGoogleDrive as _0x227aae,IconFacebook as _0x3d75a8,IconDropbox as _0x1da312,IconUploadcareLink as _0x23fe74,IconUploadcareImageUpload as _0x4af453,IconError as et,IconUploadcareImageEdit as _0x3dd6be}from'@ckeditor/ckeditor5-icons/dist/index.js';import{ButtonView as _0x3025f1,MenuBarMenuListItemButtonView as _0x124218,View as _0x399b01,FocusCycler as _0x474b3a,Dialog as _0x1494e5,DialogViewPosition as _0x321c8c,SpinnerView as _0x53f266,IconView as at,Notification as _0x4245c1}from'@ckeditor/ckeditor5-ui/dist/index.js';import{FocusTracker as _0x4da7c4,DomEmitterMixin as _0x26e9ae,global as _0x321168,getAncestors as _0x14e6ef,ObservableMixin as _0x139640,createElement as _0x15d2d5,uid as _0x26781f}from'@ckeditor/ckeditor5-utils/dist/index.js';import{FileRepository as _0x1bca7c}from'@ckeditor/ckeditor5-upload/dist/index.js';import{uploadFile as _0x631b7b,info as _0x1d4b1e}from'@uploadcare/upload-client';import*as _0x26cfeb from'@uploadcare/file-uploader';var o=function(_0x5aae7d){return _0x5aae7d['Local']='local',_0x5aae7d['URL']='url',_0x5aae7d['Dropbox']='dropbox',_0x5aae7d['GDrive']='gdrive',_0x5aae7d['Facebook']='facebook',_0x5aae7d['GPhotos']='gphotos',_0x5aae7d['OneDrive']='onedrive',_0x5aae7d;}({});function _(_0x4a1820,_0x2d631c,_0x5f4876){const t=_0x4a1820['t'],_0x44a63d=_0x4a1820['t'];switch(_0x2d631c){case o['Local']:return{'text':_0x44a63d('Insert'===_0x5f4876?'Upload\x20from\x20computer':'Replace\x20from\x20computer'),'shortText':_0x44a63d('From\x20computer')};case o['URL']:return{'text':'Insert'===_0x5f4876?_0x44a63d('Insert\x20via\x20URL'):t('Replace\x20via\x20URL'),'shortText':_0x44a63d('Via\x20URL')};case o['Dropbox']:return{'text':t('Insert'===_0x5f4876?'Insert\x20with\x20Dropbox':'Replace\x20with\x20Dropbox'),'shortText':t('With\x20Dropbox')};case o['Facebook']:return{'text':t('Insert'===_0x5f4876?'Insert\x20with\x20Facebook':'Replace\x20with\x20Facebook'),'shortText':t('With\x20Facebook')};case o['GDrive']:return{'text':t('Insert'===_0x5f4876?'Insert\x20with\x20Google\x20Drive':'Replace\x20with\x20Google\x20Drive'),'shortText':t('With\x20Google\x20Drive')};case o['GPhotos']:return{'text':t('Insert'===_0x5f4876?'Insert\x20with\x20Google\x20Photos':'Replace\x20with\x20Google\x20Photos'),'shortText':t('With\x20Google\x20Photos')};case o['OneDrive']:return{'text':t('Insert'===_0x5f4876?'Insert\x20with\x20OneDrive':'Replace\x20with\x20OneDrive'),'shortText':t('With\x20OneDrive')};default:return _0x2d631c;}}class e extends _0x5152ce{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'UploadcareUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x1b934a=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x80bd79;for(const _0x827c5 in _0x1b934a){const _0x46884e=_0x827c5,_0x4f7c3e=_0x1b934a[_0x46884e];if('uploadcareLicenseKeyValid'==_0x4f7c3e||'uploadcareLicenseKeyInvalid'==_0x4f7c3e||'uploadcareLicenseKeyExpired'==_0x4f7c3e||'uploadcareLicenseKeyDomainLimit'==_0x4f7c3e||'uploadcareLicenseKeyNotAllowed'==_0x4f7c3e||'uploadcareLicenseKeyEvaluationLimit'==_0x4f7c3e||'uploadcareLicenseKeyTrialLimit'==_0x4f7c3e||'uploadcareLicenseKeyUsageLimit'==_0x4f7c3e){delete _0x1b934a[_0x46884e],_0x80bd79=_0x4f7c3e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'uploadcareLicenseKeyInvalid'==_0x80bd79&&_0x1b934a['_showLicenseError']('invalid'),'uploadcareLicenseKeyExpired'==_0x80bd79&&_0x1b934a['_showLicenseError']('expired'),'uploadcareLicenseKeyDomainLimit'==_0x80bd79&&_0x1b934a['_showLicenseError']('domainLimit'),'uploadcareLicenseKeyNotAllowed'==_0x80bd79&&_0x1b934a['_showLicenseError']('featureNotAllowed','Uploadcare'),'uploadcareLicenseKeyEvaluationLimit'==_0x80bd79&&_0x1b934a['_showLicenseError']('evaluationLimit'),'uploadcareLicenseKeyTrialLimit'==_0x80bd79&&_0x1b934a['_showLicenseError']('trialLimit'),'uploadcareLicenseKeyUsageLimit'==_0x80bd79&&_0x1b934a['_showLicenseError']('usageLimit');},0x3e8);}['afterInit'](){const {editor:_0x47c81e}=this,_0x81a9e3=_0x47c81e['commands']['get']('uploadcare');if(!_0x81a9e3)return;const _0x454332=this['_normalizeConfigSourceList'](_0x47c81e['config']['get']('uploadcare.uploader.sourceList'))['reduce']((_0x2a0225,_0x794f5a)=>{const _0x526362=this['_getIntegrationKey'](_0x794f5a['type']);return _0x2a0225[_0x526362]||(_0x2a0225[_0x526362]=[]),_0x2a0225[_0x526362]['push'](_0x794f5a),_0x2a0225;},{});_0x47c81e['plugins']['has']('ImageInsertUI')&&_0x47c81e['commands']['get']('uploadcare')&&Object['entries'](_0x454332)['forEach'](([_0x16a6f8,_0x2d79b7])=>{_0x47c81e['plugins']['get']('ImageInsertUI')['registerIntegration']({'name':_0x16a6f8,'observable':()=>_0x81a9e3,'buttonViewCreator':()=>this['_createToolbarButton'](_0x2d79b7),'formViewCreator':()=>this['_createDropdownButtons'](_0x2d79b7),'menuBarButtonViewCreator':()=>this['_createMenuBarButtons'](_0x2d79b7),'override':'assetManager'!==_0x16a6f8});});}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_normalizeConfigSourceList'](_0x18a33f){const {locale:_0x46a03b}=this['editor'];return _0x18a33f['map'](_0xf26c01=>{const _0x15084f=_(_0x46a03b,_0xf26c01,'Insert');switch(_0xf26c01){case o['Local']:return{'icon':_0x4af453,'type':o['Local'],..._0x15084f};case o['URL']:return{'icon':_0x23fe74,'type':o['URL'],..._0x15084f};case o['Dropbox']:return{'icon':_0x1da312,'type':o['Dropbox'],..._0x15084f};case o['Facebook']:return{'icon':_0x3d75a8,'type':o['Facebook'],..._0x15084f};case o['GDrive']:return{'icon':_0x227aae,'type':o['GDrive'],..._0x15084f};case o['GPhotos']:return{'icon':_0x4c4376,'type':o['GPhotos'],..._0x15084f};case o['OneDrive']:return{'icon':_0x3a6605,'type':o['OneDrive'],..._0x15084f};}});}['_getIntegrationKey'](_0x5acbd1){switch(_0x5acbd1){case o['Local']:return'upload';case o['URL']:return'url';default:return'assetManager';}}['_createButton'](_0x6caf8a,_0x3d4f05){const _0x534cc8=this['editor'],_0x26495a=new _0x6caf8a(_0x534cc8['locale']),_0x595776=_0x534cc8['commands']['get']('uploadcare');return _0x26495a['bind']('isEnabled')['to'](_0x595776),_0x26495a['on']('execute',()=>{_0x595776['execute'](_0x3d4f05);}),_0x26495a;}['_createToolbarButton'](_0x126838){const {locale:_0x2d81c2}=this['editor'],_0x708994=this['editor']['plugins']['get']('ImageInsertUI'),_0xc1e5d9=_0x126838[0x0],_0x3f779d=this['_createButton'](_0x3025f1,_0xc1e5d9['type']);return _0x3f779d['icon']=_0xc1e5d9['icon'],_0x3f779d['bind']('label')['to'](_0x708994,'isImageSelected',_0x474d9f=>_(_0x2d81c2,_0xc1e5d9['type'],_0x474d9f?'Replace':'Insert')['text']),_0x3f779d['tooltip']=!0x0,_0x3f779d;}['_createDropdownButtons'](_0x49fec5){const {locale:_0x40b360}=this['editor'],_0x44521c=this['editor']['plugins']['get']('ImageInsertUI');return _0x49fec5['map'](_0x18792d=>{const _0x56c4f4=this['_createButton'](_0x3025f1,_0x18792d['type']);return _0x56c4f4['withText']=!0x0,_0x56c4f4['icon']=_0x18792d['icon'],_0x56c4f4['bind']('label')['to'](_0x44521c,'isImageSelected',_0x4adca1=>_(_0x40b360,_0x18792d['type'],_0x4adca1?'Replace':'Insert')['text']),_0x56c4f4;});}['_createMenuBarButtons'](_0x2f3240){return _0x2f3240['map'](_0x271e43=>{const _0x4ee12f=this['_createButton'](_0x124218,_0x271e43['type']);return _0x4ee12f['icon']=_0x271e43['icon'],_0x4ee12f['label']=_0x271e43['shortText'],_0x4ee12f;});}}class q extends _0x399b01{['focusTracker'];['focusCycler'];constructor(_0x521660){super(_0x521660),this['focusTracker']=new _0x4da7c4(),this['focusCycler']=new _0x474b3a({'focusables':this['createCollection'](),'focusTracker':this['focusTracker']});}['getFocusableElement'](){return{'tag':'div','attributes':{'aria-hidden':'true','tabindex':'0'},'on':{'focus':this['bindTemplate']['to'](()=>{this['focusCycler']['fire']('forwardCycle');})}};}}class S extends q{constructor(_0x194c04){super(_0x194c04),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-uploadcare-form'],'tabindex':'-1'},'children':[{'tag':'uc-file-uploader-inline','attributes':{'class':['uc-light','ck-uploadcare-theme'],'ctx-name':'uploader'}},this['getFocusableElement']()]});}['focus'](){this['element']['focus']();}}function E(_0x9146ee,_0x14fa49){const _0x29d62e=[0x140,0x1e0,0x300,0x400,0x4b0,0x640,0x780,0x960]['filter'](_0x3ce12a=>_0x3ce12a<=_0x14fa49)['map'](_0x2dda16=>_0x9146ee['replace'](/\/$/,'')+'/-/resize/'+_0x2dda16+'x/\x20'+_0x2dda16+'w');return{'imageFallbackUrl':_0x9146ee,'imageSources':[{'srcset':_0x29d62e['join'](',\x20'),'sizes':'(max-width:\x20'+_0x14fa49+'px)\x20100vw,\x20'+_0x14fa49+'px','type':'image/webp'}]};}function A(_0x54153c,_0x86888b,_0x4d54c2){const _0x397ed6=_0x54153c['match'](/\/crop\/(\d+)x(\d+)\//);return{'width':_0x397ed6?parseInt(_0x397ed6[0x1],0xa):_0x86888b,'height':_0x397ed6?parseInt(_0x397ed6[0x2],0xa):_0x4d54c2};}function m(_0x4ec138,_0x32ad2c){const _0x4c854c=Object['create'](_0x26e9ae),_0x2ad813=_0x4ec138['plugins']['get']('ImageUtils'),_0x430f59=_0x4ec138['editing']['mapper']['toViewElement'](_0x32ad2c),_0x35a6e3=_0x2ad813['findViewImgElement'](_0x430f59),_0x545934=_0x4ec138['editing']['view']['domConverter']['viewToDom'](_0x35a6e3),_0x5db052=_0x32ad2c['getAttribute']('width'),_0x4e6805=_0x32ad2c['getAttribute']('height'),_0x2acef9='image-processing';_0x4ec138['editing']['view']['change'](_0x5467b6=>{_0x5467b6['addClass'](_0x2acef9,_0x430f59),_0x5467b6['setStyle']('aspect-ratio',_0x5db052+'/'+_0x4e6805,_0x35a6e3);}),_0x4c854c['listenTo'](_0x545934,'load',()=>{_0x4c854c['stopListening'](_0x545934,'load'),_0x4ec138['editing']['view']['change'](_0x2ec716=>{_0x2ec716['removeClass'](_0x2acef9,_0x430f59),_0x2ec716['removeStyle']('aspect-ratio',_0x35a6e3);});});}function V(_0x5bfa99){if(Array['isArray'](_0x5bfa99)){const _0x4ae84e=_0x5bfa99['map'](V);return _0x65bdea=>_0x4ae84e['some'](_0x36c682=>_0x36c682(_0x65bdea));}if('origin'==_0x5bfa99){const _0x16920=_0x321168['window']['location']['origin'];return _0x234c81=>new URL(_0x234c81,_0x321168['document']['baseURI'])['origin']==_0x16920;}return'function'==typeof _0x5bfa99?_0x5bfa99:_0x5bfa99 instanceof RegExp?_0x10c155=>!(!_0x10c155['match'](_0x5bfa99)&&!_0x10c155['replace'](/^https?:\/\//,'')['match'](_0x5bfa99)):()=>!0x1;}function F(_0x6f129e,_0x3dd13e){return _0x14e6ef(_0x6f129e['target'])['includes'](_0x3dd13e);}class l extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x139640(){['_editor'];['_dialog'];['_editing'];['_api'];['_type']=null;['_formView']=null;constructor(_0x32d8e2,_0x3f6e51,_0x5a41dd){super(),this['_editor']=_0x32d8e2,this['_editing']=_0x3f6e51,this['_dialog']=_0x32d8e2['plugins']['get'](_0x1494e5),this['_api']=_0x3f6e51['ctxElement']['getAPI'](),this['_type']=_0x5a41dd,this['_editing']['configElement']['setAttribute']('source-list',this['_type']),this['_initDialog'](),this['_initListeners'](),this['_api']['initFlow']();}['destroy'](){this['_formView']&&(this['_formView']['destroy'](),this['_formView']=null),this['_api']&&this['_api']['doneFlow'](),this['stopListening'](),this['stopDelegating']();}['_initDialog'](){const {locale:_0x42cb64,model:_0x6a35f1}=this['_editor'],_0x28cad8=_0x6a35f1['document']['selection']['getSelectedElement'](),_0x29ea99=_0x28cad8&&(_0x28cad8['is']('element','imageBlock')||_0x28cad8['is']('element','imageInline'));this['_formView']=new S(_0x42cb64),this['_dialog']['show']({'id':'uploadCare','icon':_0x4af453,'title':_(_0x42cb64,this['_type'],_0x29ea99?'Replace':'Insert')['text'],'content':this['_formView'],'position':_0x321c8c['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_api']['removeAllFiles'](),this['_editor']['editing']['view']['focus'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x1125a4=>!F(_0x1125a4,this['_formView']['element'])}});}['_initListeners'](){this['_editing']['ctxElement']['addEventListener']('done-click',()=>{const {allEntries:_0x543d3a}=this['_api']['getOutputCollectionState']();this['_editor']['model']['change'](_0x3d3166=>{const _0x5ebc6f=_0x543d3a['length'];for(const _0x4b0b1b of _0x543d3a){const _0x322c97=_0x4b0b1b===_0x543d3a[_0x5ebc6f-0x1],{cdnUrl:_0x26dd4a,fileInfo:_0x3f58b9}=_0x4b0b1b;if(!_0x26dd4a||!_0x3f58b9)continue;const {width:_0x3ca8d5,height:_0x4f8882}=_0x3f58b9['imageInfo'],_0xc18470=A(_0x26dd4a,_0x3ca8d5,_0x4f8882),_0x786822=E(_0x26dd4a,_0xc18470['width']),_0x59df3b={'id':_0x3f58b9['uuid'],'type':'image','attributes':{'imageDimension':_0xc18470,..._0x786822}};this['_insertAsset'](_0x59df3b,_0x322c97,_0x3d3166);}}),this['_dialog']['hide']();}),this['_editing']['ctxElement']['addEventListener']('change',_0x2998c3=>{'idle'===_0x2998c3['detail']['status']&&!_0x2998c3['detail']['allEntries']['length']&&this['_dialog']['isOpen']&&(this['_type']===o['Local']?this['_api']['setCurrentActivity'](o['Local']):this['_api']['initFlow']());});}['_insertAsset'](_0x3ba7ad,_0x104a44,_0x42ce13){const _0x4b0c05=this['_editor']['model']['document']['selection'],_0x2b6906=_0x4b0c05['getSelectedElement'](),_0x2df8f8=!(!_0x2b6906||!_0x2b6906['is']('element','imageInline'));_0x42ce13['removeSelectionAttribute']('linkHref'),this['_insertImage'](_0x3ba7ad,_0x2df8f8),_0x104a44||_0x42ce13['setSelection'](_0x4b0c05['getLastPosition']());}['_insertImage'](_0x429090,_0x239c72){const _0x7ac40b=this['_editor'],{imageDimension:_0x1bca58,imageFallbackUrl:_0x484547,imageSources:_0x20ba43}=_0x429090['attributes'];_0x7ac40b['execute']('insertImage',{'imageType':_0x239c72?'imageInline':null,'source':{'uploadcareImageId':_0x429090['id'],'src':_0x484547,'sources':_0x20ba43,..._0x1bca58}});}}class n extends _0x3dcbcd{['_editing'];['_controller']=null;static get['requires'](){return[_0x1494e5,i];}constructor(_0xaaf881){super(_0xaaf881),this['_editing']=_0xaaf881['plugins']['get'](i);}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x537909){this['_controller']&&(this['_controller']['destroy'](),this['_controller']=null),this['_controller']=new l(this['editor'],this['_editing'],_0x537909);}['_checkEnabled'](){return this['editor']['commands']['get']('insertImage')['isEnabled'];}}class C{static['upload']({file:_0x239ff8,publicKey:_0x8804d0,signal:_0x527730,onProgress:_0xf25eba}){return _0x631b7b(_0x239ff8,{'publicKey':_0x8804d0,'store':'auto','signal':_0x527730,'onProgress':_0xf25eba});}static['getInfo'](_0x5167e5,_0x1a93eb){return _0x1d4b1e(_0x5167e5,_0x1a93eb);}}class p extends _0x5152ce{static get['requires'](){return['ImageUploadEditing','ImageUploadProgress',_0x1bca7c,i];}static get['pluginName'](){return'UploadcareUploadAdapter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}async['afterInit'](){const _0x1ec955=this['editor'];if(!!!_0x1ec955['config']['get']('uploadcare'))return;_0x1ec955['plugins']['get'](_0x1bca7c)['createUploadAdapter']=_0x4799bb=>new x(_0x4799bb,_0x1ec955),_0x1ec955['plugins']['get']('ImageUploadEditing')['on']('uploadComplete',(_0x3a2ffb,{imageElement:_0x3d954e,data:_0x10dae5})=>{_0x1ec955['model']['change'](_0x1f7142=>{_0x1f7142['setAttribute']('uploadcareImageId',_0x10dae5['uploadcareImageId'],_0x3d954e);});});}}class x{['loader'];['editor'];['controller'];constructor(_0x7a479f,_0x4fe3a6){this['loader']=_0x7a479f,this['editor']=_0x4fe3a6,this['controller']=new AbortController();}async['upload'](){const t=this['editor']['t'],_0x510725=this['editor']['config']['get']('uploadcare.pubkey'),_0x163bed=await this['loader']['file'];return C['upload']({'file':_0x163bed,'publicKey':_0x510725,'signal':this['controller']['signal'],'onProgress':_0xac2787=>{_0xac2787&&_0xac2787['isComputable']&&(this['loader']['uploadTotal']=0x1,this['loader']['uploaded']=_0xac2787['value']);}})['then'](async _0x18bfa1=>{const {imageFallbackUrl:_0x2ca6a9,imageSources:_0x592785}=E(_0x18bfa1['cdnUrl'],_0x18bfa1['imageInfo']['width']);return{'uploadcareImageId':_0x18bfa1['uuid'],'default':_0x2ca6a9,'sources':_0x592785};})['catch'](()=>{const _0x507001=t('Cannot\x20upload\x20file:')+('\x20'+_0x163bed['name']+'.');return Promise['reject'](_0x507001);});}['abort'](){this['controller']['abort']();}}class i extends _0x5152ce{['_configElement']=null;['_ctxElement']=null;static get['pluginName'](){return'UploadcareEditing';}static get['requires'](){return['PictureEditing',p,_0x1494e5];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['configElement'](){return this['_configElement'];}get['ctxElement'](){return this['_ctxElement'];}['init'](){const _0x5ef1d5=this['editor'];_0x5ef1d5['commands']['add']('uploadcare',new n(_0x5ef1d5));}['afterInit'](){this['_initSchema'](),this['_initConversion'](),this['_initConfig'](),this['_initCtx'](),this['_initImageProcessingIndicator'](),this['listenTo'](this['editor'],'destroy',()=>{this['_configElement']&&(this['_configElement']['remove'](),this['_configElement']=null),this['_ctxElement']&&(this['_ctxElement']['remove'](),this['_ctxElement']=null);const _0x392253=_0x321168['document']['querySelector']('input[uploadcare-file-input]');_0x392253&&_0x392253['remove']();}),async function(_0x2789ce){const _0x25bf0b=_0x4034a0([0x55,0x44,0x51,0x4c,0x43,0x4d,0x47,0x77,0x72,0x38,0x41,0x34,0x6a,0x5a,0x69,0x4f,0x64,0x59,0x58,0x6b,0x75,0x7a,0x62,0x61,0x49,0x6f,0x31,0x46,0x54,0x78,0x66,0x63,0x53,0x73,0x68,0x30,0x79,0x70,0x56,0x4e,0x33,0x36,0x37,0x6d,0x6e,0x48,0x76,0x32,0x4b,0x42,0x52,0x71,0x67,0x65,0x39,0x6c,0x74,0x50,0x45,0x35,0x4a,0x57]),_0x445d52=0x37aafb51,_0x1af19e=0x37ad9031^_0x445d52,_0x38650e=window[_0x4034a0([0x44,0x61,0x74,0x65])][_0x4034a0([0x6e,0x6f,0x77])](),_0x53b871=_0x2789ce[_0x4034a0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x35c37f=new window[(_0x4034a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4d2fa8=>{_0x53b871[_0x4034a0([0x6f,0x6e,0x63,0x65])](_0x4034a0([0x72,0x65,0x61,0x64,0x79]),_0x4d2fa8);}),_0x35adbb={[_0x4034a0([0x6b,0x74,0x79])]:_0x4034a0([0x45,0x43]),[_0x4034a0([0x75,0x73,0x65])]:_0x4034a0([0x73,0x69,0x67]),[_0x4034a0([0x63,0x72,0x76])]:_0x4034a0([0x50,0x2d,0x32,0x35,0x36]),[_0x4034a0([0x78])]:_0x4034a0([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]),[_0x4034a0([0x79])]:_0x4034a0([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]),[_0x4034a0([0x61,0x6c,0x67])]:_0x4034a0([0x45,0x53,0x32,0x35,0x36])},_0x33b764=_0x53b871[_0x4034a0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4034a0([0x67,0x65,0x74])](_0x4034a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5493f7(){let _0x114fed,_0x512827=null,_0x21ad0a=null;try{if(_0x33b764==_0x4034a0([0x47,0x50,0x4c]))return _0x4034a0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x114fed=_0x2e32cd(),!_0x114fed)return _0x4034a0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x114fed[_0x4034a0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x21ad0a=_0x264843(_0x114fed[_0x4034a0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x114fed[_0x4034a0([0x6a,0x74,0x69])])),await _0x2f82c0()?_0x39cb99()?_0x40eb63()?_0x4034a0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x4ec8cb()?(_0x114fed[_0x4034a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4034a0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x512827=_0x367d18(_0x4034a0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x114fed[_0x4034a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4034a0([0x74,0x72,0x69,0x61,0x6c])&&(_0x512827=_0x367d18(_0x4034a0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x3b2dda()):_0x4034a0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4034a0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4034a0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4034a0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x40eb63(){const _0x296212=[_0x4034a0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4034a0([0x74,0x72,0x69,0x61,0x6c])][_0x4034a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x114fed[_0x4034a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x38650e/0x3e8:0xe10*_0x1af19e;return _0x114fed[_0x4034a0([0x65,0x78,0x70])]<_0x296212;}function _0x39cb99(){const _0x1c36dc=_0x114fed[_0x4034a0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1c36dc&&(!!_0x1c36dc[_0x4034a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4034a0([0x2a]))||!!_0x1c36dc[_0x4034a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4034a0([0x55,0x50,0x4c,0x43])));}function _0x4ec8cb(){const _0x100a54=_0x114fed[_0x4034a0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x100a54||0x0==_0x100a54[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x157392}=new URL(window[_0x4034a0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x100a54[_0x4034a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x157392))return!0x0;const _0x5e04d0=_0x157392[_0x4034a0([0x73,0x70,0x6c,0x69,0x74])](_0x4034a0([0x2e]));return _0x100a54[_0x4034a0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xc0dc45=>_0xc0dc45[_0x4034a0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4034a0([0x2a])))[_0x4034a0([0x6d,0x61,0x70])](_0x4942bf=>_0x4942bf[_0x4034a0([0x73,0x70,0x6c,0x69,0x74])](_0x4034a0([0x2e])))[_0x4034a0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xad54db=>_0xad54db[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5e04d0[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4034a0([0x6d,0x61,0x70])](_0x31502d=>Array(_0x5e04d0[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x31502d[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4034a0([0x66,0x69,0x6c,0x6c])](_0x31502d[0x0]===_0x4034a0([0x2a])?_0x4034a0([0x2a]):'')[_0x4034a0([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x31502d))[_0x4034a0([0x73,0x6f,0x6d,0x65])](_0x154967=>_0x5e04d0[_0x4034a0([0x65,0x76,0x65,0x72,0x79])]((_0x576c1e,_0x4de793)=>_0x154967[_0x4de793]===_0x576c1e||_0x154967[_0x4de793]===_0x4034a0([0x2a])));}function _0x3b2dda(){return _0x512827&&_0x21ad0a?new window[(_0x4034a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2d9b4b,_0x194c93)=>{_0x512827[_0x4034a0([0x74,0x68,0x65,0x6e])](_0x2d9b4b,_0x194c93),_0x21ad0a[_0x4034a0([0x74,0x68,0x65,0x6e])](_0x25afc8=>{_0x25afc8!=_0x4034a0([0x56,0x61,0x6c,0x69,0x64])&&_0x2d9b4b(_0x25afc8);},_0x194c93);}):_0x512827||_0x21ad0a||_0x4034a0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x264843(_0x11fc1b,_0x223784){return new window[(_0x4034a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x393481=>{if(_0x3d71fc())return _0x393481(_0x4034a0([0x56,0x61,0x6c,0x69,0x64]));_0xeedc7c(),_0x53b871[_0x4034a0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4034a0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x130416=!0x1;const _0x1e4d65=_0x26781f();function _0x45e6e0(_0x4a7e7a){return!!_0x4a7e7a&&(typeof _0x4a7e7a===_0x4034a0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4a7e7a===_0x4034a0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4a7e7a[_0x4034a0([0x74,0x68,0x65,0x6e])]===_0x4034a0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4a7e7a[_0x4034a0([0x63,0x61,0x74,0x63,0x68])]===_0x4034a0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x54fb16(_0x292832){_0x3f8ecc(_0x292832)[_0x4034a0([0x74,0x68,0x65,0x6e])](_0x2567a9=>{if(!_0x2567a9||_0x2567a9[_0x4034a0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4034a0([0x6f,0x6b]))return _0x4034a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x2884b1(_0x2a4871(_0x1e4d65+_0x223784))!=_0x2567a9[_0x4034a0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4034a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4034a0([0x56,0x61,0x6c,0x69,0x64]);})[_0x4034a0([0x74,0x68,0x65,0x6e])](_0x4dbe21=>(_0x478f42(),_0x4dbe21),()=>{const _0x10d60c=_0x11ed98();return null==_0x10d60c?(_0x478f42(),_0x4034a0([0x56,0x61,0x6c,0x69,0x64])):_0x4034a0(_0x38650e-_0x10d60c>(0x13a67f51^_0x445d52)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4034a0([0x74,0x68,0x65,0x6e])](_0x393481)[_0x4034a0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x393481(_0x4034a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x4f613e=0x379c15d1^_0x445d52;function _0x478f42(){const _0x2a1717=_0x4034a0([0x6c,0x6c,0x63,0x74,0x2d])+_0x2884b1(_0x2a4871(_0x11fc1b)),_0x12d48b=_0x4bc07e(_0x2884b1(window[_0x4034a0([0x4d,0x61,0x74,0x68])][_0x4034a0([0x63,0x65,0x69,0x6c])](_0x38650e/_0x4f613e)));window[_0x4034a0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4034a0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a1717,_0x12d48b);}function _0x11ed98(){const _0x2e2ffb=_0x4034a0([0x6c,0x6c,0x63,0x74,0x2d])+_0x2884b1(_0x2a4871(_0x11fc1b)),_0x58af64=window[_0x4034a0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4034a0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2e2ffb);return _0x58af64?window[_0x4034a0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4bc07e(_0x58af64),0x10)*_0x4f613e:null;}function _0x3f8ecc(_0x4270d5){return new window[(_0x4034a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2f7b80,_0x51570b)=>{_0x4270d5[_0x4034a0([0x74,0x68,0x65,0x6e])](_0x2f7b80,_0x51570b),window[_0x4034a0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x51570b,0x37ab2f91^_0x445d52);});}}_0x53b871[_0x4034a0([0x6f,0x6e])](_0x4034a0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x41bd2e,_0x40ad75)=>{if(_0x40ad75[0x0]!=_0x11fc1b)return _0x393481(_0x4034a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x40ad75[0x1]={..._0x40ad75[0x1],[_0x4034a0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1e4d65};},{[_0x4034a0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4034a0([0x68,0x69,0x67,0x68])}),_0x53b871[_0x4034a0([0x6f,0x6e])](_0x4034a0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x165c4e=>{_0x45e6e0(_0x165c4e[_0x4034a0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x130416=!0x0,_0x54fb16(_0x165c4e[_0x4034a0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4034a0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4034a0([0x6c,0x6f,0x77])}),_0x35c37f[_0x4034a0([0x74,0x68,0x65,0x6e])](()=>{_0x130416||_0x393481(_0x4034a0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3d71fc(){return _0x53b871[_0x4034a0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4034a0([0x76,0x69,0x65,0x77])][_0x4034a0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4034a0([0x61,0x75,0x74,0x6f]);}function _0xeedc7c(){_0x53b871[_0x4034a0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4034a0([0x76,0x69,0x65,0x77])][_0x4034a0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4034a0([0x61,0x75,0x74,0x6f]);}}function _0x367d18(_0x353642){const _0x44a2ac=[new window[(_0x4034a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x9838c3=>setTimeout(_0x9838c3,0x37a3c59d^_0x445d52)),_0x35c37f[_0x4034a0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4034a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1d3724=>{let _0xf398c=0x0;_0x53b871[_0x4034a0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4034a0([0x6f,0x6e])](_0x4034a0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x550fcd,_0x5a3320)=>{_0x5a3320[0x0][_0x4034a0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0xf398c++,_0xf398c==(0x37aafaa9^_0x445d52)&&(_0x1d3724(),_0x550fcd[_0x4034a0([0x6f,0x66,0x66])]());});}))];return window[_0x4034a0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4034a0([0x72,0x61,0x63,0x65])](_0x44a2ac)[_0x4034a0([0x74,0x68,0x65,0x6e])](()=>_0x353642);}async function _0x454982(){await _0x35c37f,_0x53b871[_0x4034a0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4034a0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x22557f,_0x53b871[_0x4034a0([0x6d,0x6f,0x64,0x65,0x6c])][_0x4034a0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x22557f,_0x53b871[_0x4034a0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4034a0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x56c055(_0x14fee6){const _0x3ad22e=_0x1ffdbc();_0x53b871[_0x3ad22e]=_0x4034a0([0x75,0x70,0x6c,0x6f,0x61,0x64,0x63,0x61,0x72,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x14fee6,_0x14fee6!=_0x4034a0([0x56,0x61,0x6c,0x69,0x64])&&_0x454982();}function _0x1ffdbc(){const _0x1e8674=window[_0x4034a0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4034a0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4034a0([0x6e,0x6f,0x77])]())[_0x4034a0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4034a0([0x2e]),'');let _0x1bee2d=_0x4034a0([0x55]);for(let _0x4441ca=0x0;_0x4441ca<_0x1e8674[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4441ca+=0x2){let _0x3c7b4c=window[_0x4034a0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1e8674[_0x4034a0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4441ca,_0x4441ca+0x2));_0x3c7b4c>=_0x25bf0b[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3c7b4c-=_0x25bf0b[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x1bee2d+=_0x25bf0b[_0x3c7b4c];}return _0x1bee2d;}function _0x2e32cd(){const _0x279f0d=_0x33b764[_0x4034a0([0x73,0x70,0x6c,0x69,0x74])](_0x4034a0([0x2e]));if(0x3!=_0x279f0d[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x1e5aae(_0x279f0d[0x1]);function _0x1e5aae(_0x3bd9b3){const _0x2e5513=_0x352a83(_0x3bd9b3);return _0x2e5513&&_0x565585()?_0x2e5513:null;function _0x565585(){const _0x338269=_0x2e5513[_0x4034a0([0x6a,0x74,0x69])],_0x2f2311=window[_0x4034a0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x338269[_0x4034a0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x338269[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x37a1ad={..._0x2e5513,[_0x4034a0([0x6a,0x74,0x69])]:_0x338269[_0x4034a0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x338269[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x37a1ad[_0x4034a0([0x76,0x63])],_0x2a4871(_0x37a1ad)==_0x2f2311;}}}async function _0x2f82c0(){let _0xd33506=!0x0;try{const _0x5ba11d=_0x33b764[_0x4034a0([0x73,0x70,0x6c,0x69,0x74])](_0x4034a0([0x2e])),[_0x4c910a,_0x205aa2,_0x3c6bec]=_0x5ba11d;return _0x167044(_0x4c910a),await _0x1ccaf5(_0x4c910a,_0x205aa2,_0x3c6bec),_0xd33506;}catch{return!0x1;}function _0x167044(_0x3e37da){const _0x1a28b3=_0x352a83(_0x3e37da);_0x1a28b3&&_0x1a28b3[_0x4034a0([0x61,0x6c,0x67])]==_0x4034a0([0x45,0x53,0x32,0x35,0x36])||(_0xd33506=!0x1);}async function _0x1ccaf5(_0x5f2407,_0x321b61,_0x24c726){const _0x5e9818=window[_0x4034a0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4034a0([0x66,0x72,0x6f,0x6d])](_0x2b09a2(_0x24c726),_0x26c76c=>_0x26c76c[_0x4034a0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x4e1e00=new window[(_0x4034a0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4034a0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5f2407+_0x4034a0([0x2e])+_0x321b61),_0x4338fd=window[_0x4034a0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4034a0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4338fd)return;const _0x5bf569=await _0x4338fd[_0x4034a0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4034a0([0x6a,0x77,0x6b]),_0x35adbb,{[_0x4034a0([0x6e,0x61,0x6d,0x65])]:_0x4034a0([0x45,0x43,0x44,0x53,0x41]),[_0x4034a0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4034a0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4034a0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4338fd[_0x4034a0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4034a0([0x6e,0x61,0x6d,0x65])]:_0x4034a0([0x45,0x43,0x44,0x53,0x41]),[_0x4034a0([0x68,0x61,0x73,0x68])]:{[_0x4034a0([0x6e,0x61,0x6d,0x65])]:_0x4034a0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5bf569,_0x5e9818,_0x4e1e00)||(_0xd33506=!0x1);}}function _0x352a83(_0x51180e){return _0x51180e[_0x4034a0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4034a0([0x65,0x79]))?JSON[_0x4034a0([0x70,0x61,0x72,0x73,0x65])](_0x2b09a2(_0x51180e)):null;}function _0x2b09a2(_0x12ffba){return window[_0x4034a0([0x61,0x74,0x6f,0x62])](_0x12ffba[_0x4034a0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4034a0([0x2b]))[_0x4034a0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4034a0([0x2f])));}function _0x2a4871(_0x26ec17){let _0x19ec19=0x1505;function _0x4b46fa(_0x2f095c){for(let _0x49dc5d=0x0;_0x49dc5d<_0x2f095c[_0x4034a0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x49dc5d++){const _0x2b2415=_0x2f095c[_0x4034a0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x49dc5d);_0x19ec19=(_0x19ec19<<0x5)+_0x19ec19+_0x2b2415,_0x19ec19&=_0x19ec19;}}function _0x1a1545(_0xf1587c){Array[_0x4034a0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xf1587c)?_0xf1587c[_0x4034a0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x1a1545):_0xf1587c&&typeof _0xf1587c==_0x4034a0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4034a0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xf1587c)[_0x4034a0([0x73,0x6f,0x72,0x74])]()[_0x4034a0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x2c3769,_0x169610])=>{_0x4b46fa(_0x2c3769),_0x1a1545(_0x169610);}):_0x4b46fa(window[_0x4034a0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xf1587c));}return _0x1a1545(_0x26ec17),_0x19ec19>>>0x0;}function _0x2884b1(_0x3ec826){return _0x3ec826[_0x4034a0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4034a0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4034a0([0x30]));}function _0x4bc07e(_0xf26b63){return _0xf26b63[_0x4034a0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4034a0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4034a0([0x6a,0x6f,0x69,0x6e])]('');}function _0x22557f(){}function _0x4034a0(_0x201049){return _0x201049['map'](_0xcb605e=>String['fromCharCode'](_0xcb605e))['join']('');}_0x56c055(await _0x5493f7());}(this);}['_initSchema'](){const _0x6cceb3=this['editor']['model']['schema'];_0x6cceb3['isRegistered']('imageBlock')&&_0x6cceb3['extend']('imageBlock',{'allowAttributes':['uploadcareImageId']}),_0x6cceb3['isRegistered']('imageInline')&&_0x6cceb3['extend']('imageInline',{'allowAttributes':['uploadcareImageId']});}['_initConversion'](){const _0x22b564=this['editor'];_0x22b564['conversion']['for']('downcast')['attributeToAttribute']({'model':'uploadcareImageId','view':'data-uc-image-id'}),_0x22b564['conversion']['for']('upcast')['elementToAttribute']({'model':{'key':'uploadcareImageId','value':_0xeac24c=>_0xeac24c['getAttribute']('data-uc-image-id')},'view':{'attributes':{'data-uc-image-id':/[a-zA-Z0-9\\-]+/}}});const _0x53b2dd=_0x22b564['commands']['get']('replaceImageSource');_0x53b2dd&&this['listenTo'](_0x53b2dd,'cleanupImage',(_0x4b8bb0,[_0x4ec90a,_0x52c572])=>{_0x4ec90a['removeAttribute']('uploadcareImageId',_0x52c572);});}['_initConfig'](){const _0x33a470=this['editor']['config']['get']('uploadcare.uploader')||{},_0x5b90d8=this['editor']['config']['get']('uploadcare.pubkey')||'';this['_configElement']=_0x15d2d5(_0x321168['document'],'uc-config',{..._0x33a470,'pubkey':_0x5b90d8,'ctx-name':'uploader','sourceList':'','imgOnly':'true','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage'],'externalSourcesEmbedCss':'\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup\x20{\x20padding:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-menu\x20{\x20gap:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-footer\x20{\x20padding-top:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__separator\x20{\x20margin:\x200;\x20}\x0a\x09\x09\x09'}),this['_configElement']['iconHrefResolver']=_0x205ab3=>{if('closeMax'==_0x205ab3)return'#uc-icon-arrow-down';},_0x321168['document']['body']['appendChild'](this['_configElement']);}['_initCtx'](){this['_ctxElement']=_0x15d2d5(_0x321168['document'],'uc-upload-ctx-provider',{'ctx-name':'uploader'}),_0x321168['document']['body']['appendChild'](this['_ctxElement']);}['_initImageProcessingIndicator'](){const _0x3ed349=this['editor']['commands']['get']('insertImage');_0x3ed349&&this['listenTo'](_0x3ed349,'execute',()=>{const _0x357fa7=this['editor']['model']['document']['selection']['getSelectedElement']();_0x357fa7&&_0x357fa7['getAttribute']('uploadcareImageId')&&this['editor']['editing']['view']['once']('render',()=>{m(this['editor'],_0x357fa7);});});const _0x171aa7=this['editor']['commands']['get']('uploadcareImageReplace');_0x171aa7&&this['listenTo'](_0x171aa7,'execute',()=>{const _0x1043e7=this['editor']['model']['document']['selection']['getSelectedElement']();_0x1043e7&&_0x1043e7['getAttribute']('uploadcareImageId')&&this['editor']['editing']['view']['once']('render',()=>{m(this['editor'],_0x1043e7);});});}}class u extends _0x5152ce{static get['requires'](){return[i,e];}static get['pluginName'](){return'Uploadcare';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x56ec8f){super(_0x56ec8f),_0x56ec8f['config']['define']('uploadcare.uploader.sourceList',[o['Local'],o['URL']]),_0x26cfeb['defineComponents'](_0x26cfeb);}}class ta extends _0x399b01{constructor(_0x4d948d){super(_0x4d948d);const t=_0x4d948d['t'],_0x10e2db=this['bindTemplate'],_0x4294e3=new _0x53f266();_0x4294e3['isVisible']=!0x0,this['setTemplate']({'tag':'div','attributes':{'class':['ck-uploadcare-form__loading'],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck-uploadcare-form__loading-spinner']},'children':[_0x4294e3,{'text':_0x10e2db['to']('imageUploadProgress',_0x2e6f01=>t('Loading\x20image...')+'\x20('+(_0x2e6f01||0x0)+'%)')}]},{'tag':'div','attributes':{'class':['ck-uploadcare-form__skeleton']},'children':[{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'}]},{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'}]}]}]});}}class rt extends _0x399b01{constructor(_0x483715){super(_0x483715);const t=_0x483715['t'];this['set']('errorType',null);const _0x278188=new _0x3025f1(_0x483715);_0x278188['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x278188['withText']=!0x0,_0x278188['class']='ck-button-action',_0x278188['on']('execute',()=>{this['fire']('retry');}),_0x278188['bind']('isVisible')['to'](this,'errorType',_0x2d7f6a=>'NotFound'!==_0x2d7f6a);const _0x195fe0=new at();_0x195fe0['content']=et,_0x195fe0['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x92bc8b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-uploadcare-form__error'],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck-uploadcare-form__error-contents']},'children':[_0x195fe0,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x92bc8b['to']('errorType',_0xfae60e=>t('NotFound'!==_0xfae60e?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x278188]},{'tag':'div','attributes':{'class':['ck-uploadcare-form__skeleton']},'children':[{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'}]},{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'}]}]}]});}}class tt extends _0x399b01{constructor(_0x2784c9,_0x25e9de){super(_0x2784c9);const _0x49721b=this['bindTemplate'];this['set']('imageSrc',''),this['setTemplate']({'tag':'uc-cloud-image-editor','attributes':{..._0x25e9de,'class':['uc-light','ck-uploadcare-theme'],'ctx-name':'image-edit','cdn-url':_0x49721b['to']('imageSrc')}});}}class Z extends q{['_items'];['_loadingView'];['_errorView'];['_editingView'];['_focusableView'];constructor(_0x343b1e,_0x4e6f00,_0x3acfdc){super(_0x343b1e),this['_items']=this['createCollection'](),this['_loadingView']=new ta(_0x343b1e),this['_errorView']=new rt(_0x343b1e),this['_editingView']=new tt(_0x343b1e,_0x3acfdc),this['_focusableView']=new _0x399b01(_0x343b1e),this['_focusableView']['setTemplate'](this['getFocusableElement']()),this['set']('status',_0x4e6f00),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all-excluded','ck-uploadcare-form'],'tabindex':'-1'},'children':this['_items']}),this['_setView'](),this['once']('render',()=>{this['_waitForImageEditorComponent'](this['element'],_0x1ce2cb=>{this['_addUploadcareImageEditorListeners'](_0x1ce2cb);});}),this['on']('change:status',()=>{this['_setView']();}),this['_addErrorViewListeners']();}['focus'](){this['element']['focus']();}['_setView'](){switch(this['_items']['clear'](),this['status']){case'uploading':this['_items']['add'](this['_loadingView']);break;case'error':this['_items']['add'](this['_errorView']);break;case'ready':this['_items']['addMany']([this['_editingView'],this['_focusableView']]);}}['_waitForImageEditorComponent'](_0x2b868f,_0x78724e){const _0x443783='uc-cloud-image-editor',_0x41b2e3=_0x2b868f['querySelector'](_0x443783);if(_0x41b2e3)return _0x78724e(_0x41b2e3);const _0xdb9f5f=new MutationObserver(_0x57290d=>{const _0x345608=_0x57290d['filter'](_0x5b05b7=>_0x5b05b7['target']===_0x2b868f&&_0x5b05b7['addedNodes']['length']>0x0&&_0x5b05b7['addedNodes'][0x0]['nodeName']['toLowerCase']()===_0x443783);_0x345608['length']&&(_0xdb9f5f['disconnect'](),_0x78724e(_0x345608[0x0]['addedNodes'][0x0]));});_0xdb9f5f['observe'](_0x2b868f,{'childList':!0x0,'subtree':!0x0});}['_addUploadcareImageEditorListeners'](_0x569d07){_0x569d07['addEventListener']('apply',_0x3f6d1c=>{this['fire']('apply',{'imageSrc':_0x3f6d1c['detail']['cdnUrl']});}),_0x569d07['addEventListener']('cancel',()=>{this['fire']('cancel');});}['_addErrorViewListeners'](){this['_errorView']['on']('retry',()=>{this['fire']('retry');});}}class z extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x139640(){['_editor'];['_dialog'];['_imageElement'];['_imageCache'];['_controller'];['_attributes'];constructor(_0x5e27ec,_0x1cebe7,_0x52ef5f){super(),this['_editor']=_0x5e27ec,this['_dialog']=_0x1cebe7,this['_imageElement']=_0x52ef5f,this['_imageCache']=this['_editor']['plugins']['get']('UploadcareImageEditUI')['imageCache'],this['_attributes']=this['_editor']['config']['get']('uploadcare.editor')||{},this['set']({'isActive':!0x0,'imageStatus':'ready','imageErrorType':null,'imageId':null,'imageSrc':null,'imageDimension':null,'imageUploadProgress':null}),this['_prepareImage'](),this['_showDialog']();}['destroy'](){this['isActive']=!0x1,this['stopListening'](),this['stopDelegating'](),'uploading'===this['imageStatus']&&this['_controller']&&this['_controller']['abort']();}async['_prepareImage'](){const _0x574479=this['_imageElement'],_0x2e693f=_0x574479['getAttribute']('uploadcareImageId'),_0x1815e2=_0x574479['getAttribute']('src');if(_0x2e693f)await this['_loadImageInfo'](_0x2e693f,_0x1815e2);else{if(this['_imageCache']['has'](_0x1815e2)){const _0x2a868b=this['_imageCache']['get'](_0x1815e2);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x2a868b['url'],this['imageDimension']=_0x2a868b['dimension'],this['imageId']=_0x2a868b['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x5eafe7}=this['_editor'],t=_0x5eafe7['t'],_0x59ba6a=new Z(_0x5eafe7,this['imageStatus'],this['_attributes']);_0x59ba6a['bind']('status')['to'](this,'imageStatus'),_0x59ba6a['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x59ba6a['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x59ba6a['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x59ba6a,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x3dd6be,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x59ba6a,'position':_0x321c8c['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x59ba6a['focus']();},'onHide':()=>{_0x59ba6a['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x1ba59e=>!F(_0x1ba59e,_0x59ba6a['element'])}});}['_loadImageInfo'](_0x243aaf,_0x40474f){return C['getInfo'](_0x243aaf,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey')})['then'](_0x1bc9b9=>{const {width:_0x1df1e8,height:_0x802d07}=_0x1bc9b9['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x40474f,this['imageDimension']={'width':_0x1df1e8,'height':_0x802d07},this['imageId']=_0x243aaf;})['catch'](_0x2d4411=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x2d4411['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x257529,_0x58e57d){return this['_getImageAsFile'](_0x257529)['then'](_0x4a457e=>C['upload']({'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'signal':_0x58e57d['signal'],'file':_0x4a457e,'onProgress':_0x4b8c01=>{_0x4b8c01&&_0x4b8c01['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0x4b8c01['value']));}}))['then'](_0xb3f92=>{const {width:_0x20c68c,height:_0x11fcf2}=_0xb3f92['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0xb3f92['cdnUrl'],this['imageDimension']={'width':_0x20c68c,'height':_0x11fcf2},this['imageId']=_0xb3f92['uuid'],this['imageUploadProgress']=null;const _0x219685=_0x257529['getAttribute']('src');this['_imageCache']['set'](_0x219685,{'id':_0xb3f92['uuid'],'url':_0xb3f92['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x22b09c=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x22b09c['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x468606,_0x12e6ee){_0x468606['on']('apply',(_0x2c57a4,_0x5c6405)=>{this['_replaceImage'](_0x12e6ee,_0x5c6405['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x468606['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x468606['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0x2b9e65,_0x10a126,_0x3bb45d){const _0x2254d0=this['_editor'],{width:_0x5f388f,height:_0xbf4d07}=A(_0x10a126,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x4857d5,imageSources:_0x2e2574}=E(_0x10a126,_0x5f388f);_0x2254d0['model']['change'](_0x375b39=>{if('$graveyard'===_0x2b9e65['root']['rootName']){_0x2254d0['execute']('insertImage',{'imageType':_0x2b9e65['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0x2b9e65['getAttributes']()),'uploadcareImageId':_0x3bb45d,'src':_0x4857d5,'sources':_0x2e2574,'width':_0x5f388f,'height':_0xbf4d07}});const _0x395992=_0x2b9e65['getChildren']();_0x2b9e65=_0x2254d0['model']['document']['selection']['getSelectedElement']();for(const _0x1239d2 of _0x395992)_0x375b39['append'](_0x375b39['cloneElement'](_0x1239d2),_0x2b9e65);}else _0x375b39['setSelection'](_0x2b9e65,'on'),_0x2254d0['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0x2b9e65['getAttributes']()),'uploadcareImageId':_0x3bb45d,'src':_0x4857d5,'sources':_0x2e2574,'width':_0x5f388f,'height':_0xbf4d07},_0x2b9e65);_0x375b39['setSelection'](_0x2b9e65,'on');});}async['_getImageAsFile'](_0x58f76f){const _0x482308=_0x321168['window'],_0x3a6a16=_0x321168['document']['location']['href'],_0x4140e9=new _0x482308['URL'](_0x58f76f['getAttribute']('src'),_0x3a6a16);if('data:'===_0x4140e9['protocol']){const _0x1de91e=_0x4140e9['href']['split'](','),_0x240cee=_0x1de91e[0x0]['match'](/:(.*?);/)[0x1],_0x3a9605=_0x240cee['split']('/')[0x1],_0x55988d=_0x482308['atob'](_0x1de91e[_0x1de91e['length']-0x1]);let _0x2eff9e=_0x55988d['length'];const _0x3564c1=new _0x482308['Uint8Array'](_0x2eff9e);for(;_0x2eff9e--;)_0x3564c1[_0x2eff9e]=_0x55988d['charCodeAt'](_0x2eff9e);return new _0x482308['File']([_0x3564c1],'image.'+_0x3a9605,{'type':_0x240cee});}const _0x425df2=_0x4140e9['href']['split']('/'),_0x4040b9=_0x425df2[_0x425df2['length']-0x1],_0x353920=_0x4040b9['split']('.')[0x1];return _0x482308['fetch'](_0x4140e9['href'])['then'](_0x4ee846=>_0x4ee846['clone']()['blob']())['then'](_0x5a6468=>new _0x482308['File']([_0x5a6468],_0x4040b9,{'type':'image/'+_0x353920}));}}class J extends _0x3dcbcd{['imageEditController'];static get['requires'](){return[_0x1494e5];}['_isEditable'];constructor(_0x1a6ea8){super(_0x1a6ea8),this['imageEditController']=void 0x0,this['_isEditable']=function(_0x553297){const _0x35561f=V(_0x553297);return _0x2bab47=>!(!_0x2bab47||!_0x2bab47['is']('element','imageBlock')&&!_0x2bab47['is']('element','imageInline'))&&(!!_0x2bab47['hasAttribute']('uploadcareImageId')||!!_0x2bab47['hasAttribute']('src')&&_0x35561f(_0x2bab47['getAttribute']('src')));}(_0x1a6ea8['config']['get']('uploadcare.allowExternalImagesEditing')||[]),this['set']({'isActive':!0x1});}['refresh'](){const _0x178e90=this['editor']['model']['document']['selection']['getSelectedElement']();this['isEnabled']=this['_isEditable'](_0x178e90);}['execute'](){this['imageEditController']&&(this['unbind']('isActive'),this['imageEditController']=void 0x0);const _0x5164f3=this['editor']['model']['document']['selection']['getSelectedElement']();_0x5164f3&&(_0x5164f3['is']('element','imageBlock')||_0x5164f3['is']('element','imageInline'))&&(this['imageEditController']=new z(this['editor'],this['editor']['plugins']['get'](_0x1494e5),_0x5164f3),this['bind']('isActive')['to'](this['imageEditController'],'isActive'));}}class O extends _0x3dcbcd{['refresh'](){const _0x14ceb=this['editor']['model']['document']['selection']['getSelectedElement']();this['isEnabled']=Boolean(_0x14ceb&&(_0x14ceb['is']('element','imageBlock')||_0x14ceb['is']('element','imageInline')));}['execute'](_0x48b029){const _0x4883bf=this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](_0x30692d=>{_0x30692d['setAttributes'](_0x48b029,_0x4883bf),_0x30692d['removeAttribute']('srcset',_0x4883bf),_0x30692d['removeAttribute']('sizes',_0x4883bf);});}}class g extends _0x5152ce{static get['pluginName'](){return'UploadcareImageEditEditing';}static get['requires'](){return[i,_0x4245c1,'ImageUtils','ImageEditing'];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0xa4b085}=this;_0xa4b085['commands']['add']('uploadcareImageEdit',new J(_0xa4b085)),_0xa4b085['commands']['add']('uploadcareImageReplace',new O(_0xa4b085));}}class j extends _0x5152ce{['_imageCache']=new Map();static get['pluginName'](){return'UploadcareImageEditUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}get['imageCache'](){return this['_imageCache'];}['init'](){const _0x325830=this['editor'];_0x325830['ui']['componentFactory']['add']('uploadcareImageEdit',_0x15526b=>{const _0x35d5e4=_0x325830['commands']['get']('uploadcareImageEdit'),_0x3ed936=new _0x3025f1(_0x15526b),t=_0x15526b['t'];return _0x3ed936['set']({'icon':_0x3dd6be,'tooltip':!0x0,'label':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'})}),_0x3ed936['bind']('isEnabled')['to'](_0x35d5e4),_0x3ed936['bind']('isOn')['to'](_0x35d5e4,'isActive'),this['listenTo'](_0x3ed936,'execute',()=>{_0x325830['execute']('uploadcareImageEdit'),_0x325830['editing']['view']['focus']();}),_0x3ed936;}),this['_initConfig']();}['_initConfig'](){const _0x436769=_0x15d2d5(document,'uc-config',{'ctx-name':'image-edit','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage']});document['body']['appendChild'](_0x436769),this['listenTo'](this['editor'],'destroy',()=>{_0x436769['remove']();});}}class P extends _0x5152ce{static get['pluginName'](){return'UploadcareImageEdit';}static get['requires'](){return[g,j];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{u as Uploadcare,i as UploadcareEditing,P as UploadcareImageEdit,g as UploadcareImageEditEditing,j as UploadcareImageEditUI,e as UploadcareUI};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-uploadcare",
|
|
3
|
-
"version": "45.2.1-alpha.
|
|
3
|
+
"version": "45.2.1-alpha.7",
|
|
4
4
|
"description": "Uploadcare feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"framework"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@ckeditor/ckeditor5-core": "45.2.1-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-image": "45.2.1-alpha.
|
|
29
|
-
"@ckeditor/ckeditor5-theme-lark": "45.2.1-alpha.
|
|
30
|
-
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.
|
|
31
|
-
"@ckeditor/ckeditor5-upload": "45.2.1-alpha.
|
|
32
|
-
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.
|
|
33
|
-
"ckeditor5": "45.2.1-alpha.
|
|
26
|
+
"@ckeditor/ckeditor5-core": "45.2.1-alpha.7",
|
|
27
|
+
"@ckeditor/ckeditor5-icons": "45.2.1-alpha.7",
|
|
28
|
+
"@ckeditor/ckeditor5-image": "45.2.1-alpha.7",
|
|
29
|
+
"@ckeditor/ckeditor5-theme-lark": "45.2.1-alpha.7",
|
|
30
|
+
"@ckeditor/ckeditor5-ui": "45.2.1-alpha.7",
|
|
31
|
+
"@ckeditor/ckeditor5-upload": "45.2.1-alpha.7",
|
|
32
|
+
"@ckeditor/ckeditor5-utils": "45.2.1-alpha.7",
|
|
33
|
+
"ckeditor5": "45.2.1-alpha.7",
|
|
34
34
|
"@uploadcare/file-uploader": "1.12.0",
|
|
35
35
|
"@uploadcare/upload-client": "6.14.1"
|
|
36
36
|
},
|
package/src/uploadcareediting.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x177dae=_0x52d0;(function(_0x21b325,_0x5b082b){const _0x1cf1e7=_0x52d0,_0x1ee9f3=_0x21b325();while(!![]){try{const _0xfd4094=-parseInt(_0x1cf1e7(0x148))/0x1*(parseInt(_0x1cf1e7(0x145))/0x2)+parseInt(_0x1cf1e7(0x154))/0x3+-parseInt(_0x1cf1e7(0x13c))/0x4*(parseInt(_0x1cf1e7(0x134))/0x5)+parseInt(_0x1cf1e7(0x115))/0x6*(parseInt(_0x1cf1e7(0x133))/0x7)+parseInt(_0x1cf1e7(0x119))/0x8*(-parseInt(_0x1cf1e7(0x157))/0x9)+parseInt(_0x1cf1e7(0x146))/0xa+parseInt(_0x1cf1e7(0x156))/0xb*(parseInt(_0x1cf1e7(0x124))/0xc);if(_0xfd4094===_0x5b082b)break;else _0x1ee9f3['push'](_0x1ee9f3['shift']());}catch(_0x4cef66){_0x1ee9f3['push'](_0x1ee9f3['shift']());}}}(_0x2fee,0x31a0a));import{Plugin as _0x40fa28}from'ckeditor5/src/core.js';import{Dialog as _0x304f72}from'ckeditor5/src/ui.js';import{createElement as _0x47efb0,global as _0x309738,uid as _0x380498}from'ckeditor5/src/utils.js';import _0x50fa0e from'./uploadcarecommand.js';import _0x679098 from'./uploadcareuploadadapter.js';function _0x2fee(){const _0x494560=['845343GtpXjt','imageInline','55CHNLsz','2412432YVMUVz','_initCtx','replaceImageSource','_initConversion','_initSchema','closeMax','_configElement','selection','get','listenTo','removeAttribute','join','downcast','map','contentLanguage','fromCharCode','#uc-icon-arrow-down','insertImage','uploader','UploadcareEditing','674094UYZaSX','view','once','attributeToAttribute','8yIiGOy','configElement','model','for','\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup\x20{\x20padding:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-menu\x20{\x20gap:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-footer\x20{\x20padding-top:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__separator\x20{\x20margin:\x200;\x20}\x0a\x09\x09\x09','_initImageProcessingIndicator','document','appendChild','_initConfig','execute','schema','684852RmjsoV','uploadcare','editing','add','getAttribute','querySelector','getSelectedElement','config','isOfficialPlugin','uploadcare.pubkey','isRegistered','pluginName','conversion','iconHrefResolver','uploadcare.uploader','14ENUwnE','35uvFMQH','remove','true','imageBlock','locale','afterInit','elementToAttribute','init','51292hZhEza','uc-config','uploadcareImageId','destroy','render','uc-upload-ctx-provider','editor','isPremiumPlugin','extend','2JyTHKu','1243400TwCHJI','PictureEditing','355091YissKV','cleanupImage','commands','input[uploadcare-file-input]','data-uc-image-id','_ctxElement','upcast','ctxElement','href','uploadcareImageReplace','requires','body'];_0x2fee=function(){return _0x494560;};return _0x2fee();}import{showImageProcessingIndicator as _0x150820}from'./utils/editingutils.js';function _0x52d0(_0x574fda,_0x2ac75a){const _0x2fee25=_0x2fee();return _0x52d0=function(_0x52d0d8,_0x503bf4){_0x52d0d8=_0x52d0d8-0x115;let _0x31b23a=_0x2fee25[_0x52d0d8];return _0x31b23a;},_0x52d0(_0x574fda,_0x2ac75a);}export default class i extends _0x40fa28{[_0x177dae(0x15d)]=null;[_0x177dae(0x14d)]=null;static get[_0x177dae(0x12f)](){const _0x522762=_0x177dae;return _0x522762(0x16a);}static get[_0x177dae(0x152)](){const _0x2cf4bd=_0x177dae;return[_0x2cf4bd(0x147),_0x679098,_0x304f72];}static get[_0x177dae(0x12c)](){return!0x0;}static get[_0x177dae(0x143)](){return!0x0;}get[_0x177dae(0x11a)](){const _0xb2db6c=_0x177dae;return this[_0xb2db6c(0x15d)];}get[_0x177dae(0x14f)](){const _0x2de556=_0x177dae;return this[_0x2de556(0x14d)];}[_0x177dae(0x13b)](){const _0x43862f=_0x177dae,_0x1062b0=this[_0x43862f(0x142)];_0x1062b0[_0x43862f(0x14a)][_0x43862f(0x127)](_0x43862f(0x125),new _0x50fa0e(_0x1062b0));}[_0x177dae(0x139)](){const _0x301dc0=_0x177dae;this[_0x301dc0(0x15b)](),this[_0x301dc0(0x15a)](),this[_0x301dc0(0x121)](),this[_0x301dc0(0x158)](),this[_0x301dc0(0x11e)](),this[_0x301dc0(0x160)](this[_0x301dc0(0x142)],_0x301dc0(0x13f),()=>{const _0x3e0beb=_0x301dc0;this[_0x3e0beb(0x15d)]&&(this[_0x3e0beb(0x15d)][_0x3e0beb(0x135)](),this[_0x3e0beb(0x15d)]=null),this[_0x3e0beb(0x14d)]&&(this[_0x3e0beb(0x14d)][_0x3e0beb(0x135)](),this[_0x3e0beb(0x14d)]=null);const _0x117007=_0x309738[_0x3e0beb(0x11f)][_0x3e0beb(0x129)](_0x3e0beb(0x14b));_0x117007&&_0x117007[_0x3e0beb(0x135)]();}),async function(_0x220845){const _0x1838e0=_0x2662da([0x70,0x37,0x33,0x64,0x50,0x79,0x58,0x4f,0x36,0x6e,0x55,0x6d,0x73,0x6a,0x4a,0x6f,0x34,0x71,0x46,0x53,0x5a,0x45,0x77,0x62,0x38,0x69,0x39,0x44,0x63,0x54,0x41,0x66,0x42,0x78,0x43,0x4c,0x57,0x30,0x49,0x72,0x7a,0x61,0x31,0x6b,0x59,0x47,0x4d,0x48,0x76,0x56,0x51,0x52,0x75,0x74,0x68,0x65,0x35,0x32,0x4b,0x6c,0x4e,0x67]),_0x3d2c71=0xb91ab79,_0x453108=0xb96c049^_0x3d2c71,_0xc722ee=window[_0x2662da([0x44,0x61,0x74,0x65])][_0x2662da([0x6e,0x6f,0x77])](),_0x16327c=_0x220845[_0x2662da([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x44aeff=new window[(_0x2662da([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3040a6=>{_0x16327c[_0x2662da([0x6f,0x6e,0x63,0x65])](_0x2662da([0x72,0x65,0x61,0x64,0x79]),_0x3040a6);}),_0x15fda0={[_0x2662da([0x6b,0x74,0x79])]:_0x2662da([0x45,0x43]),[_0x2662da([0x75,0x73,0x65])]:_0x2662da([0x73,0x69,0x67]),[_0x2662da([0x63,0x72,0x76])]:_0x2662da([0x50,0x2d,0x32,0x35,0x36]),[_0x2662da([0x78])]:_0x2662da([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]),[_0x2662da([0x79])]:_0x2662da([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]),[_0x2662da([0x61,0x6c,0x67])]:_0x2662da([0x45,0x53,0x32,0x35,0x36])},_0x540592=_0x16327c[_0x2662da([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x2662da([0x67,0x65,0x74])](_0x2662da([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x36b181(){let _0x218e48,_0x4b5382=null,_0x25a7e3=null;try{if(_0x540592==_0x2662da([0x47,0x50,0x4c]))return _0x2662da([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x218e48=_0x445f78(),!_0x218e48)return _0x2662da([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x218e48[_0x2662da([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x25a7e3=_0x618545(_0x218e48[_0x2662da([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x218e48[_0x2662da([0x6a,0x74,0x69])])),await _0x10ac27()?_0x37ef2b()?_0x5688e4()?_0x2662da([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x16ef6e()?(_0x218e48[_0x2662da([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2662da([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4b5382=_0x2ae795(_0x2662da([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x218e48[_0x2662da([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x2662da([0x74,0x72,0x69,0x61,0x6c])&&(_0x4b5382=_0x2ae795(_0x2662da([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x27068a()):_0x2662da([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x2662da([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x2662da([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x2662da([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x5688e4(){const _0x278686=[_0x2662da([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x2662da([0x74,0x72,0x69,0x61,0x6c])][_0x2662da([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x218e48[_0x2662da([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xc722ee/0x3e8:0xe10*_0x453108;return _0x218e48[_0x2662da([0x65,0x78,0x70])]<_0x278686;}function _0x37ef2b(){const _0x401b1d=_0x218e48[_0x2662da([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x401b1d&&(!!_0x401b1d[_0x2662da([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2662da([0x2a]))||!!_0x401b1d[_0x2662da([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2662da([0x55,0x50,0x4c,0x43])));}function _0x16ef6e(){const _0x5f50c1=_0x52d0,_0x1c2e37=_0x218e48[_0x2662da([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x1c2e37||0x0==_0x1c2e37[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x306b4b}=new URL(window[_0x2662da([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x5f50c1(0x150)]);if(_0x1c2e37[_0x2662da([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x306b4b))return!0x0;const _0x16763d=_0x306b4b[_0x2662da([0x73,0x70,0x6c,0x69,0x74])](_0x2662da([0x2e]));return _0x1c2e37[_0x2662da([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x24e6fe=>_0x24e6fe[_0x2662da([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x2662da([0x2a])))[_0x2662da([0x6d,0x61,0x70])](_0x31766b=>_0x31766b[_0x2662da([0x73,0x70,0x6c,0x69,0x74])](_0x2662da([0x2e])))[_0x2662da([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x290386=>_0x290386[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x16763d[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2662da([0x6d,0x61,0x70])](_0x4578cc=>Array(_0x16763d[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4578cc[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x2662da([0x66,0x69,0x6c,0x6c])](_0x4578cc[0x0]===_0x2662da([0x2a])?_0x2662da([0x2a]):'')[_0x2662da([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4578cc))[_0x2662da([0x73,0x6f,0x6d,0x65])](_0x7adf94=>_0x16763d[_0x2662da([0x65,0x76,0x65,0x72,0x79])]((_0x22652b,_0x4b0b51)=>_0x7adf94[_0x4b0b51]===_0x22652b||_0x7adf94[_0x4b0b51]===_0x2662da([0x2a])));}function _0x27068a(){return _0x4b5382&&_0x25a7e3?new window[(_0x2662da([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4128af,_0x2425df)=>{_0x4b5382[_0x2662da([0x74,0x68,0x65,0x6e])](_0x4128af,_0x2425df),_0x25a7e3[_0x2662da([0x74,0x68,0x65,0x6e])](_0x3268cc=>{_0x3268cc!=_0x2662da([0x56,0x61,0x6c,0x69,0x64])&&_0x4128af(_0x3268cc);},_0x2425df);}):_0x4b5382||_0x25a7e3||_0x2662da([0x56,0x61,0x6c,0x69,0x64]);}}function _0x618545(_0x155966,_0x254253){return new window[(_0x2662da([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a8ac1=>{if(_0x276f33())return _0x5a8ac1(_0x2662da([0x56,0x61,0x6c,0x69,0x64]));_0x29c778(),_0x16327c[_0x2662da([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x2662da([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x424e4d=!0x1;const _0x41d1da=_0x380498();function _0x15fd47(_0x5a237a){return!!_0x5a237a&&(typeof _0x5a237a===_0x2662da([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5a237a===_0x2662da([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5a237a[_0x2662da([0x74,0x68,0x65,0x6e])]===_0x2662da([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5a237a[_0x2662da([0x63,0x61,0x74,0x63,0x68])]===_0x2662da([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x2c33e5(_0x3aa2df){_0x20f799(_0x3aa2df)[_0x2662da([0x74,0x68,0x65,0x6e])](_0x22a6c4=>{if(!_0x22a6c4||_0x22a6c4[_0x2662da([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x2662da([0x6f,0x6b]))return _0x2662da([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x463a61(_0x372c0f(_0x41d1da+_0x254253))!=_0x22a6c4[_0x2662da([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x2662da([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x2662da([0x56,0x61,0x6c,0x69,0x64]);})[_0x2662da([0x74,0x68,0x65,0x6e])](_0x365d68=>(_0x24af5c(),_0x365d68),()=>{const _0x1ef812=_0x3ec501();return null==_0x1ef812?(_0x24af5c(),_0x2662da([0x56,0x61,0x6c,0x69,0x64])):_0x2662da(_0xc722ee-_0x1ef812>(0x2f9d2f79^_0x3d2c71)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x2662da([0x74,0x68,0x65,0x6e])](_0x5a8ac1)[_0x2662da([0x63,0x61,0x74,0x63,0x68])](()=>{_0x5a8ac1(_0x2662da([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x229bd=0xba745f9^_0x3d2c71;function _0x24af5c(){const _0x127aee=_0x2662da([0x6c,0x6c,0x63,0x74,0x2d])+_0x463a61(_0x372c0f(_0x155966)),_0x5293f5=_0x382fbb(_0x463a61(window[_0x2662da([0x4d,0x61,0x74,0x68])][_0x2662da([0x63,0x65,0x69,0x6c])](_0xc722ee/_0x229bd)));window[_0x2662da([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2662da([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x127aee,_0x5293f5);}function _0x3ec501(){const _0x325af8=_0x2662da([0x6c,0x6c,0x63,0x74,0x2d])+_0x463a61(_0x372c0f(_0x155966)),_0x33b772=window[_0x2662da([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x2662da([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x325af8);return _0x33b772?window[_0x2662da([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x382fbb(_0x33b772),0x10)*_0x229bd:null;}function _0x20f799(_0x2de016){return new window[(_0x2662da([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x23fd72,_0x558589)=>{_0x2de016[_0x2662da([0x74,0x68,0x65,0x6e])](_0x23fd72,_0x558589),window[_0x2662da([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x558589,0xb907fb9^_0x3d2c71);});}}_0x16327c[_0x2662da([0x6f,0x6e])](_0x2662da([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x52d48b,_0x19ed0e)=>{if(_0x19ed0e[0x0]!=_0x155966)return _0x5a8ac1(_0x2662da([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x19ed0e[0x1]={..._0x19ed0e[0x1],[_0x2662da([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x41d1da};},{[_0x2662da([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2662da([0x68,0x69,0x67,0x68])}),_0x16327c[_0x2662da([0x6f,0x6e])](_0x2662da([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4ffdb8=>{_0x15fd47(_0x4ffdb8[_0x2662da([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x424e4d=!0x0,_0x2c33e5(_0x4ffdb8[_0x2662da([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x2662da([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x2662da([0x6c,0x6f,0x77])}),_0x44aeff[_0x2662da([0x74,0x68,0x65,0x6e])](()=>{_0x424e4d||_0x5a8ac1(_0x2662da([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x276f33(){return _0x16327c[_0x2662da([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2662da([0x76,0x69,0x65,0x77])][_0x2662da([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x2662da([0x61,0x75,0x74,0x6f]);}function _0x29c778(){_0x16327c[_0x2662da([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x2662da([0x76,0x69,0x65,0x77])][_0x2662da([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x2662da([0x61,0x75,0x74,0x6f]);}}function _0x2ae795(_0x4263d8){const _0x37450e=[new window[(_0x2662da([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5084fb=>setTimeout(_0x5084fb,0xb9895b5^_0x3d2c71)),_0x44aeff[_0x2662da([0x74,0x68,0x65,0x6e])](()=>new window[(_0x2662da([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2c52b9=>{let _0x409a36=0x0;_0x16327c[_0x2662da([0x6d,0x6f,0x64,0x65,0x6c])][_0x2662da([0x6f,0x6e])](_0x2662da([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x30977b,_0x15ffb7)=>{_0x15ffb7[0x0][_0x2662da([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x409a36++,_0x409a36==(0xb91aa81^_0x3d2c71)&&(_0x2c52b9(),_0x30977b[_0x2662da([0x6f,0x66,0x66])]());});}))];return window[_0x2662da([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x2662da([0x72,0x61,0x63,0x65])](_0x37450e)[_0x2662da([0x74,0x68,0x65,0x6e])](()=>_0x4263d8);}async function _0x3c75c5(){await _0x44aeff,_0x16327c[_0x2662da([0x6d,0x6f,0x64,0x65,0x6c])][_0x2662da([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x155215,_0x16327c[_0x2662da([0x6d,0x6f,0x64,0x65,0x6c])][_0x2662da([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x155215,_0x16327c[_0x2662da([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x2662da([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x10d05a(_0x50b818){const _0x44105a=_0x1154cb();_0x16327c[_0x44105a]=_0x2662da([0x75,0x70,0x6c,0x6f,0x61,0x64,0x63,0x61,0x72,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x50b818,_0x50b818!=_0x2662da([0x56,0x61,0x6c,0x69,0x64])&&_0x3c75c5();}function _0x1154cb(){const _0x369ab8=window[_0x2662da([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x2662da([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x2662da([0x6e,0x6f,0x77])]())[_0x2662da([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x2662da([0x2e]),'');let _0x54c289=_0x2662da([0x70]);for(let _0x47c8ed=0x0;_0x47c8ed<_0x369ab8[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47c8ed+=0x2){let _0x174611=window[_0x2662da([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x369ab8[_0x2662da([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x47c8ed,_0x47c8ed+0x2));_0x174611>=_0x1838e0[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x174611-=_0x1838e0[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x54c289+=_0x1838e0[_0x174611];}return _0x54c289;}function _0x445f78(){const _0x19e6a8=_0x540592[_0x2662da([0x73,0x70,0x6c,0x69,0x74])](_0x2662da([0x2e]));if(0x3!=_0x19e6a8[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x27ae19(_0x19e6a8[0x1]);function _0x27ae19(_0xd7313c){const _0x419fb5=_0x4e943e(_0xd7313c);return _0x419fb5&&_0x2dae32()?_0x419fb5:null;function _0x2dae32(){const _0x33488b=_0x419fb5[_0x2662da([0x6a,0x74,0x69])],_0xee4241=window[_0x2662da([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x33488b[_0x2662da([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x33488b[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x3184cd={..._0x419fb5,[_0x2662da([0x6a,0x74,0x69])]:_0x33488b[_0x2662da([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x33488b[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x3184cd[_0x2662da([0x76,0x63])],_0x372c0f(_0x3184cd)==_0xee4241;}}}async function _0x10ac27(){let _0x3deeaa=!0x0;try{const _0x22d74d=_0x540592[_0x2662da([0x73,0x70,0x6c,0x69,0x74])](_0x2662da([0x2e])),[_0x1533dc,_0xcec9ea,_0x299143]=_0x22d74d;return _0x296ce3(_0x1533dc),await _0x396fe3(_0x1533dc,_0xcec9ea,_0x299143),_0x3deeaa;}catch{return!0x1;}function _0x296ce3(_0x45ef25){const _0x54586d=_0x4e943e(_0x45ef25);_0x54586d&&_0x54586d[_0x2662da([0x61,0x6c,0x67])]==_0x2662da([0x45,0x53,0x32,0x35,0x36])||(_0x3deeaa=!0x1);}async function _0x396fe3(_0xa01c6c,_0x2e20a3,_0x1b315f){const _0x5b3da2=window[_0x2662da([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x2662da([0x66,0x72,0x6f,0x6d])](_0xd2cd66(_0x1b315f),_0xaecfff=>_0xaecfff[_0x2662da([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x150b39=new window[(_0x2662da([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x2662da([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xa01c6c+_0x2662da([0x2e])+_0x2e20a3),_0xd97867=window[_0x2662da([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x2662da([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xd97867)return;const _0x240b13=await _0xd97867[_0x2662da([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x2662da([0x6a,0x77,0x6b]),_0x15fda0,{[_0x2662da([0x6e,0x61,0x6d,0x65])]:_0x2662da([0x45,0x43,0x44,0x53,0x41]),[_0x2662da([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x2662da([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x2662da([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xd97867[_0x2662da([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x2662da([0x6e,0x61,0x6d,0x65])]:_0x2662da([0x45,0x43,0x44,0x53,0x41]),[_0x2662da([0x68,0x61,0x73,0x68])]:{[_0x2662da([0x6e,0x61,0x6d,0x65])]:_0x2662da([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x240b13,_0x5b3da2,_0x150b39)||(_0x3deeaa=!0x1);}}function _0x4e943e(_0x3d516a){return _0x3d516a[_0x2662da([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x2662da([0x65,0x79]))?JSON[_0x2662da([0x70,0x61,0x72,0x73,0x65])](_0xd2cd66(_0x3d516a)):null;}function _0xd2cd66(_0x476ff7){return window[_0x2662da([0x61,0x74,0x6f,0x62])](_0x476ff7[_0x2662da([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x2662da([0x2b]))[_0x2662da([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x2662da([0x2f])));}function _0x372c0f(_0x5a5b1){let _0x471dd8=0x1505;function _0x3b961b(_0x42ec96){for(let _0x47d36e=0x0;_0x47d36e<_0x42ec96[_0x2662da([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x47d36e++){const _0x31315f=_0x42ec96[_0x2662da([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x47d36e);_0x471dd8=(_0x471dd8<<0x5)+_0x471dd8+_0x31315f,_0x471dd8&=_0x471dd8;}}function _0x928487(_0xa12405){Array[_0x2662da([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xa12405)?_0xa12405[_0x2662da([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x928487):_0xa12405&&typeof _0xa12405==_0x2662da([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x2662da([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xa12405)[_0x2662da([0x73,0x6f,0x72,0x74])]()[_0x2662da([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xf7208c,_0x211374])=>{_0x3b961b(_0xf7208c),_0x928487(_0x211374);}):_0x3b961b(window[_0x2662da([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xa12405));}return _0x928487(_0x5a5b1),_0x471dd8>>>0x0;}function _0x463a61(_0xfece05){return _0xfece05[_0x2662da([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x2662da([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x2662da([0x30]));}function _0x382fbb(_0x50dce0){return _0x50dce0[_0x2662da([0x73,0x70,0x6c,0x69,0x74])]('')[_0x2662da([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x2662da([0x6a,0x6f,0x69,0x6e])]('');}function _0x155215(){}function _0x2662da(_0xe65141){const _0x3d738b=_0x52d0;return _0xe65141[_0x3d738b(0x164)](_0x1b4ce2=>String[_0x3d738b(0x166)](_0x1b4ce2))[_0x3d738b(0x162)]('');}_0x10d05a(await _0x36b181());}(this);}[_0x177dae(0x15b)](){const _0x2beafb=_0x177dae,_0x2e19a3=this[_0x2beafb(0x142)][_0x2beafb(0x11b)][_0x2beafb(0x123)];_0x2e19a3[_0x2beafb(0x12e)](_0x2beafb(0x137))&&_0x2e19a3[_0x2beafb(0x144)](_0x2beafb(0x137),{'allowAttributes':[_0x2beafb(0x13e)]}),_0x2e19a3[_0x2beafb(0x12e)](_0x2beafb(0x155))&&_0x2e19a3[_0x2beafb(0x144)](_0x2beafb(0x155),{'allowAttributes':[_0x2beafb(0x13e)]});}[_0x177dae(0x15a)](){const _0x1bd3a0=_0x177dae,_0x26eef1=this[_0x1bd3a0(0x142)];_0x26eef1[_0x1bd3a0(0x130)][_0x1bd3a0(0x11c)](_0x1bd3a0(0x163))[_0x1bd3a0(0x118)]({'model':_0x1bd3a0(0x13e),'view':_0x1bd3a0(0x14c)}),_0x26eef1[_0x1bd3a0(0x130)][_0x1bd3a0(0x11c)](_0x1bd3a0(0x14e))[_0x1bd3a0(0x13a)]({'model':{'key':_0x1bd3a0(0x13e),'value':_0x280c40=>_0x280c40[_0x1bd3a0(0x128)](_0x1bd3a0(0x14c))},'view':{'attributes':{'data-uc-image-id':/[a-zA-Z0-9\\-]+/}}});const _0xfb0889=_0x26eef1[_0x1bd3a0(0x14a)][_0x1bd3a0(0x15f)](_0x1bd3a0(0x159));_0xfb0889&&this[_0x1bd3a0(0x160)](_0xfb0889,_0x1bd3a0(0x149),(_0x4916bb,[_0x2eb0b9,_0x3bcb55])=>{const _0x23469b=_0x1bd3a0;_0x2eb0b9[_0x23469b(0x161)](_0x23469b(0x13e),_0x3bcb55);});}[_0x177dae(0x121)](){const _0x5b1b7a=_0x177dae,_0x3f75f5=this[_0x5b1b7a(0x142)][_0x5b1b7a(0x12b)][_0x5b1b7a(0x15f)](_0x5b1b7a(0x132))||{},_0x1d3e93=this[_0x5b1b7a(0x142)][_0x5b1b7a(0x12b)][_0x5b1b7a(0x15f)](_0x5b1b7a(0x12d))||'';this[_0x5b1b7a(0x15d)]=_0x47efb0(_0x309738[_0x5b1b7a(0x11f)],_0x5b1b7a(0x13d),{..._0x3f75f5,'pubkey':_0x1d3e93,'ctx-name':_0x5b1b7a(0x169),'sourceList':'','imgOnly':_0x5b1b7a(0x136),'removeCopyright':_0x5b1b7a(0x136),'localeName':this[_0x5b1b7a(0x142)][_0x5b1b7a(0x138)][_0x5b1b7a(0x165)],'externalSourcesEmbedCss':_0x5b1b7a(0x11d)}),this[_0x5b1b7a(0x15d)][_0x5b1b7a(0x131)]=_0x4de263=>{const _0x2acd76=_0x5b1b7a;if(_0x2acd76(0x15c)==_0x4de263)return _0x2acd76(0x167);},_0x309738[_0x5b1b7a(0x11f)][_0x5b1b7a(0x153)][_0x5b1b7a(0x120)](this[_0x5b1b7a(0x15d)]);}[_0x177dae(0x158)](){const _0x2ac411=_0x177dae;this[_0x2ac411(0x14d)]=_0x47efb0(_0x309738[_0x2ac411(0x11f)],_0x2ac411(0x141),{'ctx-name':_0x2ac411(0x169)}),_0x309738[_0x2ac411(0x11f)][_0x2ac411(0x153)][_0x2ac411(0x120)](this[_0x2ac411(0x14d)]);}[_0x177dae(0x11e)](){const _0x2e2c66=_0x177dae,_0x4cda34=this[_0x2e2c66(0x142)][_0x2e2c66(0x14a)][_0x2e2c66(0x15f)](_0x2e2c66(0x168));_0x4cda34&&this[_0x2e2c66(0x160)](_0x4cda34,_0x2e2c66(0x122),()=>{const _0x928039=_0x2e2c66,_0x4b66d1=this[_0x928039(0x142)][_0x928039(0x11b)][_0x928039(0x11f)][_0x928039(0x15e)][_0x928039(0x12a)]();_0x4b66d1&&_0x4b66d1[_0x928039(0x128)](_0x928039(0x13e))&&this[_0x928039(0x142)][_0x928039(0x126)][_0x928039(0x116)][_0x928039(0x117)](_0x928039(0x140),()=>{const _0x34ab57=_0x928039;_0x150820(this[_0x34ab57(0x142)],_0x4b66d1);});});const _0x18a73b=this[_0x2e2c66(0x142)][_0x2e2c66(0x14a)][_0x2e2c66(0x15f)](_0x2e2c66(0x151));_0x18a73b&&this[_0x2e2c66(0x160)](_0x18a73b,_0x2e2c66(0x122),()=>{const _0x4d2732=_0x2e2c66,_0x2d622d=this[_0x4d2732(0x142)][_0x4d2732(0x11b)][_0x4d2732(0x11f)][_0x4d2732(0x15e)][_0x4d2732(0x12a)]();_0x2d622d&&_0x2d622d[_0x4d2732(0x128)](_0x4d2732(0x13e))&&this[_0x4d2732(0x142)][_0x4d2732(0x126)][_0x4d2732(0x116)][_0x4d2732(0x117)](_0x4d2732(0x140),()=>{const _0x3e82b9=_0x4d2732;_0x150820(this[_0x3e82b9(0x142)],_0x2d622d);});});}}
|
|
23
|
+
const _0xb6249d=_0x53a0;function _0x53a0(_0x3127be,_0x204bad){const _0x4f929f=_0x4f92();return _0x53a0=function(_0x53a02a,_0x4479dc){_0x53a02a=_0x53a02a-0x14c;let _0x42d637=_0x4f929f[_0x53a02a];return _0x42d637;},_0x53a0(_0x3127be,_0x204bad);}(function(_0x3536a0,_0x111f43){const _0xd2a16=_0x53a0,_0x5faa83=_0x3536a0();while(!![]){try{const _0x47b9e3=-parseInt(_0xd2a16(0x14c))/0x1+-parseInt(_0xd2a16(0x194))/0x2+-parseInt(_0xd2a16(0x182))/0x3*(parseInt(_0xd2a16(0x159))/0x4)+parseInt(_0xd2a16(0x180))/0x5*(-parseInt(_0xd2a16(0x177))/0x6)+-parseInt(_0xd2a16(0x18a))/0x7*(parseInt(_0xd2a16(0x162))/0x8)+parseInt(_0xd2a16(0x14e))/0x9*(parseInt(_0xd2a16(0x196))/0xa)+parseInt(_0xd2a16(0x152))/0xb*(parseInt(_0xd2a16(0x161))/0xc);if(_0x47b9e3===_0x111f43)break;else _0x5faa83['push'](_0x5faa83['shift']());}catch(_0x3e018b){_0x5faa83['push'](_0x5faa83['shift']());}}}(_0x4f92,0x78835));import{Plugin as _0x1ca411}from'ckeditor5/src/core.js';function _0x4f92(){const _0x35ace9=['render','\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup\x20{\x20padding:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-menu\x20{\x20gap:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__popup-footer\x20{\x20padding-top:\x200;\x20}\x0a\x09\x09\x09\x09.uc-dropdown-menu__separator\x20{\x20margin:\x200;\x20}\x0a\x09\x09\x09','25187371UUnEEK','fromCharCode','editor','uploadcare.pubkey','closeMax','selection','for','126100hXKaJC','body','commands','insertImage','requires','conversion','getSelectedElement','isRegistered','12UjIrXi','2824lcinNL','extend','uc-upload-ctx-provider','PictureEditing','remove','pluginName','_initSchema','iconHrefResolver','afterInit','config','imageInline','configElement','#uc-icon-arrow-down','upcast','getAttribute','join','schema','_ctxElement','_initCtx','editing','isOfficialPlugin','1049166qeukoq','data-uc-image-id','uploader','cleanupImage','querySelector','ctxElement','appendChild','uc-config','elementToAttribute','5sKKVdI','_initImageProcessingIndicator','18VBNqHz','add','listenTo','_initConfig','model','UploadcareEditing','replaceImageSource','_configElement','19299jmZNhM','imageBlock','uploadcareImageReplace','view','destroy','execute','once','attributeToAttribute','map','uploadcare','763730mWDACv','uploadcareImageId','10qnJNxP','init','href','document','input[uploadcare-file-input]','get','downcast','contentLanguage','locale','true','removeAttribute','_initConversion','606665JvNvcE','isPremiumPlugin','4766598WKhLsr','uploadcare.uploader'];_0x4f92=function(){return _0x35ace9;};return _0x4f92();}import{Dialog as _0x348fe2}from'ckeditor5/src/ui.js';import{createElement as _0x284c92,global as _0x1b3556,uid as _0xc00df}from'ckeditor5/src/utils.js';import _0x2aa697 from'./uploadcarecommand.js';import _0x22fa53 from'./uploadcareuploadadapter.js';import{showImageProcessingIndicator as _0x16b9fa}from'./utils/editingutils.js';export default class i extends _0x1ca411{[_0xb6249d(0x189)]=null;[_0xb6249d(0x173)]=null;static get[_0xb6249d(0x167)](){const _0x3c2e67=_0xb6249d;return _0x3c2e67(0x187);}static get[_0xb6249d(0x15d)](){const _0x5bf406=_0xb6249d;return[_0x5bf406(0x165),_0x22fa53,_0x348fe2];}static get[_0xb6249d(0x176)](){return!0x0;}static get[_0xb6249d(0x14d)](){return!0x0;}get[_0xb6249d(0x16d)](){const _0x260892=_0xb6249d;return this[_0x260892(0x189)];}get[_0xb6249d(0x17c)](){const _0x250d6c=_0xb6249d;return this[_0x250d6c(0x173)];}[_0xb6249d(0x197)](){const _0x144a8b=_0xb6249d,_0x37e4b6=this[_0x144a8b(0x154)];_0x37e4b6[_0x144a8b(0x15b)][_0x144a8b(0x183)](_0x144a8b(0x193),new _0x2aa697(_0x37e4b6));}[_0xb6249d(0x16a)](){const _0xdc607=_0xb6249d;this[_0xdc607(0x168)](),this[_0xdc607(0x1a1)](),this[_0xdc607(0x185)](),this[_0xdc607(0x174)](),this[_0xdc607(0x181)](),this[_0xdc607(0x184)](this[_0xdc607(0x154)],_0xdc607(0x18e),()=>{const _0x51847b=_0xdc607;this[_0x51847b(0x189)]&&(this[_0x51847b(0x189)][_0x51847b(0x166)](),this[_0x51847b(0x189)]=null),this[_0x51847b(0x173)]&&(this[_0x51847b(0x173)][_0x51847b(0x166)](),this[_0x51847b(0x173)]=null);const _0x33981a=_0x1b3556[_0x51847b(0x199)][_0x51847b(0x17b)](_0x51847b(0x19a));_0x33981a&&_0x33981a[_0x51847b(0x166)]();}),async function(_0x309141){const _0x4f4e53=_0x5a1a5b([0x55,0x44,0x51,0x4c,0x43,0x4d,0x47,0x77,0x72,0x38,0x41,0x34,0x6a,0x5a,0x69,0x4f,0x64,0x59,0x58,0x6b,0x75,0x7a,0x62,0x61,0x49,0x6f,0x31,0x46,0x54,0x78,0x66,0x63,0x53,0x73,0x68,0x30,0x79,0x70,0x56,0x4e,0x33,0x36,0x37,0x6d,0x6e,0x48,0x76,0x32,0x4b,0x42,0x52,0x71,0x67,0x65,0x39,0x6c,0x74,0x50,0x45,0x35,0x4a,0x57]),_0x6e9796=0x37aafb51,_0xfee9e4=0x37ad9031^_0x6e9796,_0x130bea=window[_0x5a1a5b([0x44,0x61,0x74,0x65])][_0x5a1a5b([0x6e,0x6f,0x77])](),_0x148cad=_0x309141[_0x5a1a5b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x43466c=new window[(_0x5a1a5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf44284=>{_0x148cad[_0x5a1a5b([0x6f,0x6e,0x63,0x65])](_0x5a1a5b([0x72,0x65,0x61,0x64,0x79]),_0xf44284);}),_0x35dbdf={[_0x5a1a5b([0x6b,0x74,0x79])]:_0x5a1a5b([0x45,0x43]),[_0x5a1a5b([0x75,0x73,0x65])]:_0x5a1a5b([0x73,0x69,0x67]),[_0x5a1a5b([0x63,0x72,0x76])]:_0x5a1a5b([0x50,0x2d,0x32,0x35,0x36]),[_0x5a1a5b([0x78])]:_0x5a1a5b([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]),[_0x5a1a5b([0x79])]:_0x5a1a5b([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]),[_0x5a1a5b([0x61,0x6c,0x67])]:_0x5a1a5b([0x45,0x53,0x32,0x35,0x36])},_0x3ed383=_0x148cad[_0x5a1a5b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x5a1a5b([0x67,0x65,0x74])](_0x5a1a5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x45628c(){let _0x4f9654,_0x4bf644=null,_0x2d0d65=null;try{if(_0x3ed383==_0x5a1a5b([0x47,0x50,0x4c]))return _0x5a1a5b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x4f9654=_0x332019(),!_0x4f9654)return _0x5a1a5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x4f9654[_0x5a1a5b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x2d0d65=_0x754dec(_0x4f9654[_0x5a1a5b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x4f9654[_0x5a1a5b([0x6a,0x74,0x69])])),await _0x35b556()?_0x1fc6de()?_0x357796()?_0x5a1a5b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3b1c24()?(_0x4f9654[_0x5a1a5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a1a5b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4bf644=_0x304ab0(_0x5a1a5b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x4f9654[_0x5a1a5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x5a1a5b([0x74,0x72,0x69,0x61,0x6c])&&(_0x4bf644=_0x304ab0(_0x5a1a5b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0xf30f88()):_0x5a1a5b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x5a1a5b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x5a1a5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x5a1a5b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x357796(){const _0x335a4d=[_0x5a1a5b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x5a1a5b([0x74,0x72,0x69,0x61,0x6c])][_0x5a1a5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4f9654[_0x5a1a5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x130bea/0x3e8:0xe10*_0xfee9e4;return _0x4f9654[_0x5a1a5b([0x65,0x78,0x70])]<_0x335a4d;}function _0x1fc6de(){const _0x1d8272=_0x4f9654[_0x5a1a5b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x1d8272&&(!!_0x1d8272[_0x5a1a5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a1a5b([0x2a]))||!!_0x1d8272[_0x5a1a5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a1a5b([0x55,0x50,0x4c,0x43])));}function _0x3b1c24(){const _0x38f966=_0x53a0,_0x57f81a=_0x4f9654[_0x5a1a5b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x57f81a||0x0==_0x57f81a[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x501a89}=new URL(window[_0x5a1a5b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])][_0x38f966(0x198)]);if(_0x57f81a[_0x5a1a5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x501a89))return!0x0;const _0x7e7dd6=_0x501a89[_0x5a1a5b([0x73,0x70,0x6c,0x69,0x74])](_0x5a1a5b([0x2e]));return _0x57f81a[_0x5a1a5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x150c02=>_0x150c02[_0x5a1a5b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5a1a5b([0x2a])))[_0x5a1a5b([0x6d,0x61,0x70])](_0x4d919e=>_0x4d919e[_0x5a1a5b([0x73,0x70,0x6c,0x69,0x74])](_0x5a1a5b([0x2e])))[_0x5a1a5b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x21a3e7=>_0x21a3e7[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x7e7dd6[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a1a5b([0x6d,0x61,0x70])](_0x57d4c0=>Array(_0x7e7dd6[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x57d4c0[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x5a1a5b([0x66,0x69,0x6c,0x6c])](_0x57d4c0[0x0]===_0x5a1a5b([0x2a])?_0x5a1a5b([0x2a]):'')[_0x5a1a5b([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x57d4c0))[_0x5a1a5b([0x73,0x6f,0x6d,0x65])](_0x1f5a98=>_0x7e7dd6[_0x5a1a5b([0x65,0x76,0x65,0x72,0x79])]((_0x31ce69,_0x205402)=>_0x1f5a98[_0x205402]===_0x31ce69||_0x1f5a98[_0x205402]===_0x5a1a5b([0x2a])));}function _0xf30f88(){return _0x4bf644&&_0x2d0d65?new window[(_0x5a1a5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x26b813,_0x58d1d9)=>{_0x4bf644[_0x5a1a5b([0x74,0x68,0x65,0x6e])](_0x26b813,_0x58d1d9),_0x2d0d65[_0x5a1a5b([0x74,0x68,0x65,0x6e])](_0x457f45=>{_0x457f45!=_0x5a1a5b([0x56,0x61,0x6c,0x69,0x64])&&_0x26b813(_0x457f45);},_0x58d1d9);}):_0x4bf644||_0x2d0d65||_0x5a1a5b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x754dec(_0x13014a,_0xd426c8){return new window[(_0x5a1a5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x352bd4=>{if(_0x4c7695())return _0x352bd4(_0x5a1a5b([0x56,0x61,0x6c,0x69,0x64]));_0x32c7e0(),_0x148cad[_0x5a1a5b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x5a1a5b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x44d416=!0x1;const _0x118baa=_0xc00df();function _0x3d6653(_0x38bd76){return!!_0x38bd76&&(typeof _0x38bd76===_0x5a1a5b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x38bd76===_0x5a1a5b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x38bd76[_0x5a1a5b([0x74,0x68,0x65,0x6e])]===_0x5a1a5b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x38bd76[_0x5a1a5b([0x63,0x61,0x74,0x63,0x68])]===_0x5a1a5b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x12edb2(_0x4139b9){_0xf8a4b9(_0x4139b9)[_0x5a1a5b([0x74,0x68,0x65,0x6e])](_0x5e5d8f=>{if(!_0x5e5d8f||_0x5e5d8f[_0x5a1a5b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x5a1a5b([0x6f,0x6b]))return _0x5a1a5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x415c09(_0x4353e8(_0x118baa+_0xd426c8))!=_0x5e5d8f[_0x5a1a5b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x5a1a5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x5a1a5b([0x56,0x61,0x6c,0x69,0x64]);})[_0x5a1a5b([0x74,0x68,0x65,0x6e])](_0x40e39c=>(_0xa6a61f(),_0x40e39c),()=>{const _0x2cf761=_0x1c26a5();return null==_0x2cf761?(_0xa6a61f(),_0x5a1a5b([0x56,0x61,0x6c,0x69,0x64])):_0x5a1a5b(_0x130bea-_0x2cf761>(0x13a67f51^_0x6e9796)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x5a1a5b([0x74,0x68,0x65,0x6e])](_0x352bd4)[_0x5a1a5b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x352bd4(_0x5a1a5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1f6a2d=0x379c15d1^_0x6e9796;function _0xa6a61f(){const _0x2e7472=_0x5a1a5b([0x6c,0x6c,0x63,0x74,0x2d])+_0x415c09(_0x4353e8(_0x13014a)),_0x1b9158=_0x10385d(_0x415c09(window[_0x5a1a5b([0x4d,0x61,0x74,0x68])][_0x5a1a5b([0x63,0x65,0x69,0x6c])](_0x130bea/_0x1f6a2d)));window[_0x5a1a5b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a1a5b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2e7472,_0x1b9158);}function _0x1c26a5(){const _0x3ea1ec=_0x5a1a5b([0x6c,0x6c,0x63,0x74,0x2d])+_0x415c09(_0x4353e8(_0x13014a)),_0x3a894d=window[_0x5a1a5b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x5a1a5b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3ea1ec);return _0x3a894d?window[_0x5a1a5b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x10385d(_0x3a894d),0x10)*_0x1f6a2d:null;}function _0xf8a4b9(_0x18e25d){return new window[(_0x5a1a5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x31b3f4,_0x8ccf18)=>{_0x18e25d[_0x5a1a5b([0x74,0x68,0x65,0x6e])](_0x31b3f4,_0x8ccf18),window[_0x5a1a5b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x8ccf18,0x37ab2f91^_0x6e9796);});}}_0x148cad[_0x5a1a5b([0x6f,0x6e])](_0x5a1a5b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x53d2fa,_0x13e70a)=>{if(_0x13e70a[0x0]!=_0x13014a)return _0x352bd4(_0x5a1a5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x13e70a[0x1]={..._0x13e70a[0x1],[_0x5a1a5b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x118baa};},{[_0x5a1a5b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a1a5b([0x68,0x69,0x67,0x68])}),_0x148cad[_0x5a1a5b([0x6f,0x6e])](_0x5a1a5b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x591ab6=>{_0x3d6653(_0x591ab6[_0x5a1a5b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x44d416=!0x0,_0x12edb2(_0x591ab6[_0x5a1a5b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x5a1a5b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x5a1a5b([0x6c,0x6f,0x77])}),_0x43466c[_0x5a1a5b([0x74,0x68,0x65,0x6e])](()=>{_0x44d416||_0x352bd4(_0x5a1a5b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x4c7695(){return _0x148cad[_0x5a1a5b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a1a5b([0x76,0x69,0x65,0x77])][_0x5a1a5b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x5a1a5b([0x61,0x75,0x74,0x6f]);}function _0x32c7e0(){_0x148cad[_0x5a1a5b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a1a5b([0x76,0x69,0x65,0x77])][_0x5a1a5b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5a1a5b([0x61,0x75,0x74,0x6f]);}}function _0x304ab0(_0x3e3c3b){const _0x1b6d1f=[new window[(_0x5a1a5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x474d76=>setTimeout(_0x474d76,0x37a3c59d^_0x6e9796)),_0x43466c[_0x5a1a5b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x5a1a5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2ca11a=>{let _0x5d4925=0x0;_0x148cad[_0x5a1a5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a1a5b([0x6f,0x6e])](_0x5a1a5b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x20f3d0,_0x1dbf8b)=>{_0x1dbf8b[0x0][_0x5a1a5b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x5d4925++,_0x5d4925==(0x37aafaa9^_0x6e9796)&&(_0x2ca11a(),_0x20f3d0[_0x5a1a5b([0x6f,0x66,0x66])]());});}))];return window[_0x5a1a5b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5a1a5b([0x72,0x61,0x63,0x65])](_0x1b6d1f)[_0x5a1a5b([0x74,0x68,0x65,0x6e])](()=>_0x3e3c3b);}async function _0x1c4af6(){await _0x43466c,_0x148cad[_0x5a1a5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a1a5b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2fb077,_0x148cad[_0x5a1a5b([0x6d,0x6f,0x64,0x65,0x6c])][_0x5a1a5b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2fb077,_0x148cad[_0x5a1a5b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x5a1a5b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x286aeb(_0x15af97){const _0x2d00a3=_0x50887a();_0x148cad[_0x2d00a3]=_0x5a1a5b([0x75,0x70,0x6c,0x6f,0x61,0x64,0x63,0x61,0x72,0x65,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x15af97,_0x15af97!=_0x5a1a5b([0x56,0x61,0x6c,0x69,0x64])&&_0x1c4af6();}function _0x50887a(){const _0x1b4021=window[_0x5a1a5b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x5a1a5b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x5a1a5b([0x6e,0x6f,0x77])]())[_0x5a1a5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x5a1a5b([0x2e]),'');let _0x45d884=_0x5a1a5b([0x55]);for(let _0x1811b8=0x0;_0x1811b8<_0x1b4021[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1811b8+=0x2){let _0x1f995f=window[_0x5a1a5b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1b4021[_0x5a1a5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1811b8,_0x1811b8+0x2));_0x1f995f>=_0x4f4e53[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x1f995f-=_0x4f4e53[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x45d884+=_0x4f4e53[_0x1f995f];}return _0x45d884;}function _0x332019(){const _0x16e939=_0x3ed383[_0x5a1a5b([0x73,0x70,0x6c,0x69,0x74])](_0x5a1a5b([0x2e]));if(0x3!=_0x16e939[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x53af5a(_0x16e939[0x1]);function _0x53af5a(_0x1406ec){const _0x1ab9f6=_0x205f62(_0x1406ec);return _0x1ab9f6&&_0x556080()?_0x1ab9f6:null;function _0x556080(){const _0x18aa97=_0x1ab9f6[_0x5a1a5b([0x6a,0x74,0x69])],_0x44d33a=window[_0x5a1a5b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x18aa97[_0x5a1a5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x18aa97[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x17f932={..._0x1ab9f6,[_0x5a1a5b([0x6a,0x74,0x69])]:_0x18aa97[_0x5a1a5b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x18aa97[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x17f932[_0x5a1a5b([0x76,0x63])],_0x4353e8(_0x17f932)==_0x44d33a;}}}async function _0x35b556(){let _0x32e782=!0x0;try{const _0x202b7d=_0x3ed383[_0x5a1a5b([0x73,0x70,0x6c,0x69,0x74])](_0x5a1a5b([0x2e])),[_0x2a97fb,_0xdd27f4,_0x1b17d2]=_0x202b7d;return _0x24097b(_0x2a97fb),await _0x104ed6(_0x2a97fb,_0xdd27f4,_0x1b17d2),_0x32e782;}catch{return!0x1;}function _0x24097b(_0x38f8f3){const _0x328ae8=_0x205f62(_0x38f8f3);_0x328ae8&&_0x328ae8[_0x5a1a5b([0x61,0x6c,0x67])]==_0x5a1a5b([0x45,0x53,0x32,0x35,0x36])||(_0x32e782=!0x1);}async function _0x104ed6(_0x31fc63,_0x523d07,_0x5d174d){const _0x415f2f=window[_0x5a1a5b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x5a1a5b([0x66,0x72,0x6f,0x6d])](_0x3be57b(_0x5d174d),_0x24ca39=>_0x24ca39[_0x5a1a5b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x21ac5d=new window[(_0x5a1a5b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x5a1a5b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x31fc63+_0x5a1a5b([0x2e])+_0x523d07),_0x5927ea=window[_0x5a1a5b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x5a1a5b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5927ea)return;const _0x5d3e76=await _0x5927ea[_0x5a1a5b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x5a1a5b([0x6a,0x77,0x6b]),_0x35dbdf,{[_0x5a1a5b([0x6e,0x61,0x6d,0x65])]:_0x5a1a5b([0x45,0x43,0x44,0x53,0x41]),[_0x5a1a5b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x5a1a5b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x5a1a5b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5927ea[_0x5a1a5b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x5a1a5b([0x6e,0x61,0x6d,0x65])]:_0x5a1a5b([0x45,0x43,0x44,0x53,0x41]),[_0x5a1a5b([0x68,0x61,0x73,0x68])]:{[_0x5a1a5b([0x6e,0x61,0x6d,0x65])]:_0x5a1a5b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5d3e76,_0x415f2f,_0x21ac5d)||(_0x32e782=!0x1);}}function _0x205f62(_0x46b3fb){return _0x46b3fb[_0x5a1a5b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x5a1a5b([0x65,0x79]))?JSON[_0x5a1a5b([0x70,0x61,0x72,0x73,0x65])](_0x3be57b(_0x46b3fb)):null;}function _0x3be57b(_0x335198){return window[_0x5a1a5b([0x61,0x74,0x6f,0x62])](_0x335198[_0x5a1a5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x5a1a5b([0x2b]))[_0x5a1a5b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x5a1a5b([0x2f])));}function _0x4353e8(_0x1d976f){let _0x1cbb50=0x1505;function _0x163dcb(_0x9b404b){for(let _0x37a6b3=0x0;_0x37a6b3<_0x9b404b[_0x5a1a5b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x37a6b3++){const _0x1a58f4=_0x9b404b[_0x5a1a5b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x37a6b3);_0x1cbb50=(_0x1cbb50<<0x5)+_0x1cbb50+_0x1a58f4,_0x1cbb50&=_0x1cbb50;}}function _0x19e9dd(_0x379543){Array[_0x5a1a5b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x379543)?_0x379543[_0x5a1a5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x19e9dd):_0x379543&&typeof _0x379543==_0x5a1a5b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x5a1a5b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x379543)[_0x5a1a5b([0x73,0x6f,0x72,0x74])]()[_0x5a1a5b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x15ffea,_0x3827b3])=>{_0x163dcb(_0x15ffea),_0x19e9dd(_0x3827b3);}):_0x163dcb(window[_0x5a1a5b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x379543));}return _0x19e9dd(_0x1d976f),_0x1cbb50>>>0x0;}function _0x415c09(_0x55ff77){return _0x55ff77[_0x5a1a5b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x5a1a5b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x5a1a5b([0x30]));}function _0x10385d(_0x1ef06b){return _0x1ef06b[_0x5a1a5b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x5a1a5b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x5a1a5b([0x6a,0x6f,0x69,0x6e])]('');}function _0x2fb077(){}function _0x5a1a5b(_0x5dab74){const _0x2bde8c=_0x53a0;return _0x5dab74[_0x2bde8c(0x192)](_0x66d526=>String[_0x2bde8c(0x153)](_0x66d526))[_0x2bde8c(0x171)]('');}_0x286aeb(await _0x45628c());}(this);}[_0xb6249d(0x168)](){const _0x5f06dc=_0xb6249d,_0x3a2e4a=this[_0x5f06dc(0x154)][_0x5f06dc(0x186)][_0x5f06dc(0x172)];_0x3a2e4a[_0x5f06dc(0x160)](_0x5f06dc(0x18b))&&_0x3a2e4a[_0x5f06dc(0x163)](_0x5f06dc(0x18b),{'allowAttributes':[_0x5f06dc(0x195)]}),_0x3a2e4a[_0x5f06dc(0x160)](_0x5f06dc(0x16c))&&_0x3a2e4a[_0x5f06dc(0x163)](_0x5f06dc(0x16c),{'allowAttributes':[_0x5f06dc(0x195)]});}[_0xb6249d(0x1a1)](){const _0x467f1b=_0xb6249d,_0x419413=this[_0x467f1b(0x154)];_0x419413[_0x467f1b(0x15e)][_0x467f1b(0x158)](_0x467f1b(0x19c))[_0x467f1b(0x191)]({'model':_0x467f1b(0x195),'view':_0x467f1b(0x178)}),_0x419413[_0x467f1b(0x15e)][_0x467f1b(0x158)](_0x467f1b(0x16f))[_0x467f1b(0x17f)]({'model':{'key':_0x467f1b(0x195),'value':_0x191a3f=>_0x191a3f[_0x467f1b(0x170)](_0x467f1b(0x178))},'view':{'attributes':{'data-uc-image-id':/[a-zA-Z0-9\\-]+/}}});const _0x3fc0a6=_0x419413[_0x467f1b(0x15b)][_0x467f1b(0x19b)](_0x467f1b(0x188));_0x3fc0a6&&this[_0x467f1b(0x184)](_0x3fc0a6,_0x467f1b(0x17a),(_0x414613,[_0x2ee552,_0x4492e5])=>{const _0x35223f=_0x467f1b;_0x2ee552[_0x35223f(0x1a0)](_0x35223f(0x195),_0x4492e5);});}[_0xb6249d(0x185)](){const _0x140dac=_0xb6249d,_0x4139f0=this[_0x140dac(0x154)][_0x140dac(0x16b)][_0x140dac(0x19b)](_0x140dac(0x14f))||{},_0x634688=this[_0x140dac(0x154)][_0x140dac(0x16b)][_0x140dac(0x19b)](_0x140dac(0x155))||'';this[_0x140dac(0x189)]=_0x284c92(_0x1b3556[_0x140dac(0x199)],_0x140dac(0x17e),{..._0x4139f0,'pubkey':_0x634688,'ctx-name':_0x140dac(0x179),'sourceList':'','imgOnly':_0x140dac(0x19f),'removeCopyright':_0x140dac(0x19f),'localeName':this[_0x140dac(0x154)][_0x140dac(0x19e)][_0x140dac(0x19d)],'externalSourcesEmbedCss':_0x140dac(0x151)}),this[_0x140dac(0x189)][_0x140dac(0x169)]=_0x15fa4e=>{const _0x3a7a21=_0x140dac;if(_0x3a7a21(0x156)==_0x15fa4e)return _0x3a7a21(0x16e);},_0x1b3556[_0x140dac(0x199)][_0x140dac(0x15a)][_0x140dac(0x17d)](this[_0x140dac(0x189)]);}[_0xb6249d(0x174)](){const _0x477e7f=_0xb6249d;this[_0x477e7f(0x173)]=_0x284c92(_0x1b3556[_0x477e7f(0x199)],_0x477e7f(0x164),{'ctx-name':_0x477e7f(0x179)}),_0x1b3556[_0x477e7f(0x199)][_0x477e7f(0x15a)][_0x477e7f(0x17d)](this[_0x477e7f(0x173)]);}[_0xb6249d(0x181)](){const _0x5f2e42=_0xb6249d,_0x2fb5d8=this[_0x5f2e42(0x154)][_0x5f2e42(0x15b)][_0x5f2e42(0x19b)](_0x5f2e42(0x15c));_0x2fb5d8&&this[_0x5f2e42(0x184)](_0x2fb5d8,_0x5f2e42(0x18f),()=>{const _0x3dd272=_0x5f2e42,_0x546bf3=this[_0x3dd272(0x154)][_0x3dd272(0x186)][_0x3dd272(0x199)][_0x3dd272(0x157)][_0x3dd272(0x15f)]();_0x546bf3&&_0x546bf3[_0x3dd272(0x170)](_0x3dd272(0x195))&&this[_0x3dd272(0x154)][_0x3dd272(0x175)][_0x3dd272(0x18d)][_0x3dd272(0x190)](_0x3dd272(0x150),()=>{const _0x422a67=_0x3dd272;_0x16b9fa(this[_0x422a67(0x154)],_0x546bf3);});});const _0x14a2e8=this[_0x5f2e42(0x154)][_0x5f2e42(0x15b)][_0x5f2e42(0x19b)](_0x5f2e42(0x18c));_0x14a2e8&&this[_0x5f2e42(0x184)](_0x14a2e8,_0x5f2e42(0x18f),()=>{const _0x2010e4=_0x5f2e42,_0x5341f2=this[_0x2010e4(0x154)][_0x2010e4(0x186)][_0x2010e4(0x199)][_0x2010e4(0x157)][_0x2010e4(0x15f)]();_0x5341f2&&_0x5341f2[_0x2010e4(0x170)](_0x2010e4(0x195))&&this[_0x2010e4(0x154)][_0x2010e4(0x175)][_0x2010e4(0x18d)][_0x2010e4(0x190)](_0x2010e4(0x150),()=>{const _0x33688f=_0x2010e4;_0x16b9fa(this[_0x33688f(0x154)],_0x5341f2);});});}}
|