@ckeditor/ckeditor5-uploadcare 0.0.0-nightly-20250302.0 → 0.0.0-nightly-20250303.0
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 +8 -8
- package/src/uploadcareediting.js +1 -1
- package/src/uploadcareimageedit/ui/uploadcareimageeditcontroller.js +2 -2
- package/src/uploadcareimageedit/ui/uploadcareimageeditformeditingview.js +1 -1
- package/src/uploadcareimageedit/ui/uploadcareimageeditformerrorview.js +1 -1
- package/src/uploadcareimageedit/ui/uploadcareimageeditformloadingview.js +1 -1
- package/src/uploadcareimageedit/ui/uploadcareimageeditformview.js +1 -1
- package/src/uploadcareimageedit/uploadcareimageeditcommand.js +1 -1
- package/src/uploadcareimageedit/uploadcareimageeditediting.js +1 -1
- package/src/uploadcareimageedit/uploadcareimageeditui.js +1 -1
- package/src/uploadcareimageedit/uploadcareimagereplacecommand.js +1 -1
- package/src/utils/dialogfocusmanagerview.js +1 -1
- package/src/utils/editingutils.js +1 -1
- package/src/utils/isancestor.js +1 -1
- package/src/utils/uploadutils.js +1 -1
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{global as
|
|
24
|
-
|
|
23
|
+
import{global as _0x2e2eb6,ObservableMixin as _0x184f63}from'ckeditor5/src/utils.js';import{DialogViewPosition as _0x50ea8b}from'ckeditor5/src/ui.js';import _0x3af96d from'./uploadcareimageeditformview.js';import _0x10df08 from'../../utils/uploadutils.js';import _0x5a2f7d from'../../../theme/icons/uploadcare-image-edit.svg';import{getImageUrls as _0x413c05,getImageDimension as _0x2be066}from'../../utils/editingutils.js';import{isAncestor as _0x3d2395}from'../../utils/isancestor.js';export default class z extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x184f63(){constructor(_0x96aed5,_0x495589,_0x3ef998){super(),this['_editor']=_0x96aed5,this['_dialog']=_0x495589,this['_imageElement']=_0x3ef998,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 _0x1893d3=this['_imageElement'],_0x59cd86=_0x1893d3['getAttribute']('uploadcareImageId'),_0x48ee90=_0x1893d3['getAttribute']('src');if(_0x59cd86)await this['_loadImageInfo'](_0x59cd86,_0x48ee90);else{if(this['_imageCache']['has'](_0x48ee90)){const _0x8a4497=this['_imageCache']['get'](_0x48ee90);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x8a4497['url'],this['imageDimension']=_0x8a4497['dimension'],this['imageId']=_0x8a4497['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x308dfe}=this['_editor'],t=_0x308dfe['t'],_0x293ee9=new _0x3af96d(_0x308dfe,this['imageStatus'],this['_attributes']);_0x293ee9['bind']('status')['to'](this,'imageStatus'),_0x293ee9['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x293ee9['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x293ee9['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x293ee9,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x5a2f7d,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x293ee9,'position':_0x50ea8b['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x293ee9['focus']();},'onHide':()=>{_0x293ee9['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x12b28a=>!_0x3d2395(_0x12b28a,_0x293ee9['element'])}});}['_loadImageInfo'](_0x133e53,_0x3f4faa){return _0x10df08['getInfo'](_0x133e53,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey')})['then'](_0x1f58df=>{const {width:_0x2ebb97,height:_0x32d090}=_0x1f58df['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x3f4faa,this['imageDimension']={'width':_0x2ebb97,'height':_0x32d090},this['imageId']=_0x133e53;})['catch'](_0x4e7e6a=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x4e7e6a['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x464f1f,_0x4b1d9d){return this['_getImageAsFile'](_0x464f1f)['then'](_0x4607a0=>_0x10df08['upload']({'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'signal':_0x4b1d9d['signal'],'file':_0x4607a0,'onProgress':_0x562f81=>{_0x562f81&&_0x562f81['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0x562f81['value']));}}))['then'](_0x4131f1=>{const {width:_0x1272ee,height:_0x2e448f}=_0x4131f1['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x4131f1['cdnUrl'],this['imageDimension']={'width':_0x1272ee,'height':_0x2e448f},this['imageId']=_0x4131f1['uuid'],this['imageUploadProgress']=null;const _0x1797d7=_0x464f1f['getAttribute']('src');this['_imageCache']['set'](_0x1797d7,{'id':_0x4131f1['uuid'],'url':_0x4131f1['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x151a0e=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x151a0e['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x9d5973,_0xa7ddfb){_0x9d5973['on']('apply',(_0xdc2b29,_0x3b38cc)=>{this['_replaceImage'](_0xa7ddfb,_0x3b38cc['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x9d5973['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x9d5973['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0x380c31,_0x4413fc,_0x2f5ec8){const _0x54df6f=this['_editor'],{width:_0x329cfd,height:_0x4f7a24}=_0x2be066(_0x4413fc,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x570952,imageSources:_0x57cd24}=_0x413c05(_0x4413fc,_0x329cfd);_0x54df6f['model']['change'](_0x4d492a=>{if('$graveyard'===_0x380c31['root']['rootName']){_0x54df6f['execute']('insertImage',{'imageType':_0x380c31['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0x380c31['getAttributes']()),'uploadcareImageId':_0x2f5ec8,'src':_0x570952,'sources':_0x57cd24,'width':_0x329cfd,'height':_0x4f7a24}});const _0x2ceb47=_0x380c31['getChildren']();_0x380c31=_0x54df6f['model']['document']['selection']['getSelectedElement']();for(const _0x1b7205 of _0x2ceb47)_0x4d492a['append'](_0x4d492a['cloneElement'](_0x1b7205),_0x380c31);}else _0x4d492a['setSelection'](_0x380c31,'on'),_0x54df6f['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0x380c31['getAttributes']()),'uploadcareImageId':_0x2f5ec8,'src':_0x570952,'sources':_0x57cd24,'width':_0x329cfd,'height':_0x4f7a24},_0x380c31);_0x4d492a['setSelection'](_0x380c31,'on');});}async['_getImageAsFile'](_0x2d405a){const _0x537bdb=_0x2e2eb6['window'],_0x492d5a=_0x2e2eb6['document']['location']['href'],_0x494b23=new _0x537bdb['URL'](_0x2d405a['getAttribute']('src'),_0x492d5a);if('data:'===_0x494b23['protocol']){const _0x36daf6=_0x494b23['href']['split'](','),_0x5e2069=_0x36daf6[0x0]['match'](/:(.*?);/)[0x1],_0x34a0a4=_0x5e2069['split']('/')[0x1],_0x37edaa=_0x537bdb['atob'](_0x36daf6[_0x36daf6['length']-0x1]);let _0x25bd75=_0x37edaa['length'];const _0x138ab6=new _0x537bdb['Uint8Array'](_0x25bd75);for(;_0x25bd75--;)_0x138ab6[_0x25bd75]=_0x37edaa['charCodeAt'](_0x25bd75);return new _0x537bdb['File']([_0x138ab6],'image.'+_0x34a0a4,{'type':_0x5e2069});}const _0x4e913c=_0x494b23['href']['split']('/'),_0x163af8=_0x4e913c[_0x4e913c['length']-0x1],_0x56043a=_0x163af8['split']('.')[0x1];return _0x537bdb['fetch'](_0x494b23['href'])['then'](_0x330805=>_0x330805['clone']()['blob']())['then'](_0x35004f=>new _0x537bdb['File']([_0x35004f],_0x163af8,{'type':'image/'+_0x56043a}));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x14a22f,_0x78271b){const _0x4f4427=_0x5ed3,_0x1113a4=_0x14a22f();while(!![]){try{const _0x592e59=parseInt(_0x4f4427(0x73))/0x1*(parseInt(_0x4f4427(0x6d))/0x2)+parseInt(_0x4f4427(0x78))/0x3+-parseInt(_0x4f4427(0x6f))/0x4+parseInt(_0x4f4427(0x6e))/0x5*(-parseInt(_0x4f4427(0x74))/0x6)+-parseInt(_0x4f4427(0x7f))/0x7*(parseInt(_0x4f4427(0x7b))/0x8)+parseInt(_0x4f4427(0x7a))/0x9*(-parseInt(_0x4f4427(0x76))/0xa)+parseInt(_0x4f4427(0x72))/0xb;if(_0x592e59===_0x78271b)break;else _0x1113a4['push'](_0x1113a4['shift']());}catch(_0x2703a6){_0x1113a4['push'](_0x1113a4['shift']());}}}(_0x1a84,0xc23b1));import{View as _0xad179e}from'ckeditor5/src/ui.js';function _0x5ed3(_0x49e1d0,_0x4b2440){const _0x1a84f5=_0x1a84();return _0x5ed3=function(_0x5ed326,_0x21369d){_0x5ed326=_0x5ed326-0x6d;let _0x37a32e=_0x1a84f5[_0x5ed326];return _0x37a32e;},_0x5ed3(_0x49e1d0,_0x4b2440);}function _0x1a84(){const _0x1c8db3=['image-edit','190vErimB','bindTemplate','2636268zxRKAf','uc-light','252729tbjNQF','8024zxTYit','set','imageSrc','ck-uploadcare-theme','3269ZPIsuZ','1331234bcTDBs','10uwIdlu','4306816CbNMyL','setTemplate','uc-cloud-image-editor','18709108NcsMUm','1FOlvmM','1112964HEsuYy'];_0x1a84=function(){return _0x1c8db3;};return _0x1a84();}export default class tt extends _0xad179e{constructor(_0x50ddda,_0x2ad7bf){const _0xdbd77=_0x5ed3;super(_0x50ddda);const _0x474b16=this[_0xdbd77(0x77)];this[_0xdbd77(0x7c)](_0xdbd77(0x7d),''),this[_0xdbd77(0x70)]({'tag':_0xdbd77(0x71),'attributes':{..._0x2ad7bf,'class':[_0xdbd77(0x79),_0xdbd77(0x7e)],'ctx-name':_0xdbd77(0x75),'cdn-url':_0x474b16['to'](_0xdbd77(0x7d))}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{ButtonView as
|
|
23
|
+
import{ButtonView as _0x5e6a86,IconView as et,View as _0x8e8ffe}from'ckeditor5/src/ui.js';import at from'../../../theme/icons/error.svg';export default class rt extends _0x8e8ffe{constructor(_0x406b3f){super(_0x406b3f);const t=_0x406b3f['t'];this['set']('errorType',null);const _0x462642=new _0x5e6a86(_0x406b3f);_0x462642['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x462642['withText']=!0x0,_0x462642['class']='ck-button-action',_0x462642['on']('execute',()=>{this['fire']('retry');}),_0x462642['bind']('isVisible')['to'](this,'errorType',_0x40ae83=>'NotFound'!==_0x40ae83);const _0x32f1f7=new et();_0x32f1f7['content']=at,_0x32f1f7['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x4438a2=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':[_0x32f1f7,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x4438a2['to']('errorType',_0x3f10f5=>t('NotFound'!==_0x3f10f5?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x462642]},{'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'}]}]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{SpinnerView as
|
|
23
|
+
import{SpinnerView as _0xe6c9b2,View as _0x1b41c4}from'ckeditor5/src/ui.js';export default class ta extends _0x1b41c4{constructor(_0xf3fce8){super(_0xf3fce8);const t=_0xf3fce8['t'],_0x489b17=this['bindTemplate'],_0x2bdc33=new _0xe6c9b2();_0x2bdc33['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':[_0x2bdc33,{'text':_0x489b17['to']('imageUploadProgress',_0x28cdfc=>t('Loading\x20image...')+'\x20('+(_0x28cdfc||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'}]}]}]});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x4a73(){const _0x248845=['length','490788wCWZxJ','addEventListener','once','error','createCollection','_waitForImageEditorComponent','clear','ck-uploadcare-form','_errorView','fire','setTemplate','9FTwszk','addMany','div','8pActYJ','target','uploading','change:status','disconnect','cancel','4022722bDVfPK','_addErrorViewListeners','uc-cloud-image-editor','_items','2467990AsSKYs','_addUploadcareImageEditorListeners','ready','retry','7026ZlLUdl','element','nodeName','25004rdwNww','add','focus','_focusableView','getFocusableElement','65159uHizlV','_setView','render','_editingView','245linoCu','ck-reset_all-excluded','observe','set','addedNodes','status','toLowerCase','_loadingView','cdnUrl','apply','querySelector','detail','4UcAqXL','517930ZrxhRI','filter'];_0x4a73=function(){return _0x248845;};return _0x4a73();}const _0x5d9542=_0xa3d8;(function(_0x3ab758,_0x182dd1){const _0x48ba37=_0xa3d8,_0xefebdf=_0x3ab758();while(!![]){try{const _0x58e03e=parseInt(_0x48ba37(0x118))/0x1+-parseInt(_0x48ba37(0x129))/0x2+-parseInt(_0x48ba37(0xf4))/0x3*(-parseInt(_0x48ba37(0x128))/0x4)+-parseInt(_0x48ba37(0x11c))/0x5*(-parseInt(_0x48ba37(0x110))/0x6)+parseInt(_0x48ba37(0x113))/0x7*(-parseInt(_0x48ba37(0x102))/0x8)+-parseInt(_0x48ba37(0xff))/0x9*(parseInt(_0x48ba37(0x10c))/0xa)+parseInt(_0x48ba37(0x108))/0xb;if(_0x58e03e===_0x182dd1)break;else _0xefebdf['push'](_0xefebdf['shift']());}catch(_0x1479ca){_0xefebdf['push'](_0xefebdf['shift']());}}}(_0x4a73,0x22ca4));function _0xa3d8(_0x322d60,_0x148bf4){const _0x4a73ea=_0x4a73();return _0xa3d8=function(_0xa3d8f9,_0x407b19){_0xa3d8f9=_0xa3d8f9-0xf4;let _0x2023b9=_0x4a73ea[_0xa3d8f9];return _0x2023b9;},_0xa3d8(_0x322d60,_0x148bf4);}import{View as _0x1a1f82}from'ckeditor5/src/ui.js';import _0x141f7f from'./uploadcareimageeditformloadingview.js';import _0x2e2346 from'./uploadcareimageeditformerrorview.js';import _0x225ae0 from'./uploadcareimageeditformeditingview.js';import _0x500fa3 from'../../utils/dialogfocusmanagerview.js';import'../../../theme/uploadcare-form.css';export default class Z extends _0x500fa3{constructor(_0xa39948,_0xbb4bb5,_0x10eae5){const _0xbbe6e6=_0xa3d8;super(_0xa39948),this[_0xbbe6e6(0x10b)]=this[_0xbbe6e6(0xf8)](),this[_0xbbe6e6(0x123)]=new _0x141f7f(_0xa39948),this[_0xbbe6e6(0xfc)]=new _0x2e2346(_0xa39948),this[_0xbbe6e6(0x11b)]=new _0x225ae0(_0xa39948,_0x10eae5),this[_0xbbe6e6(0x116)]=new _0x1a1f82(_0xa39948),this[_0xbbe6e6(0x116)][_0xbbe6e6(0xfe)](this[_0xbbe6e6(0x117)]()),this[_0xbbe6e6(0x11f)](_0xbbe6e6(0x121),_0xbb4bb5),this[_0xbbe6e6(0xfe)]({'tag':_0xbbe6e6(0x101),'attributes':{'class':['ck',_0xbbe6e6(0x11d),_0xbbe6e6(0xfb)],'tabindex':'-1'},'children':this[_0xbbe6e6(0x10b)]}),this[_0xbbe6e6(0x119)](),this[_0xbbe6e6(0xf6)](_0xbbe6e6(0x11a),()=>{const _0x298ef9=_0xbbe6e6;this[_0x298ef9(0xf9)](this[_0x298ef9(0x111)],_0x1d6ac4=>{const _0xa5b980=_0x298ef9;this[_0xa5b980(0x10d)](_0x1d6ac4);});}),this['on'](_0xbbe6e6(0x105),()=>{const _0x133541=_0xbbe6e6;this[_0x133541(0x119)]();}),this[_0xbbe6e6(0x109)]();}[_0x5d9542(0x115)](){const _0x462449=_0x5d9542;this[_0x462449(0x111)][_0x462449(0x115)]();}[_0x5d9542(0x119)](){const _0x56695a=_0x5d9542;switch(this[_0x56695a(0x10b)][_0x56695a(0xfa)](),this[_0x56695a(0x121)]){case _0x56695a(0x104):this[_0x56695a(0x10b)][_0x56695a(0x114)](this[_0x56695a(0x123)]);break;case _0x56695a(0xf7):this[_0x56695a(0x10b)][_0x56695a(0x114)](this[_0x56695a(0xfc)]);break;case _0x56695a(0x10e):this[_0x56695a(0x10b)][_0x56695a(0x100)]([this[_0x56695a(0x11b)],this[_0x56695a(0x116)]]);}}[_0x5d9542(0xf9)](_0x55d677,_0x34922a){const _0x43923c=_0x5d9542,_0x2d7395=_0x43923c(0x10a),_0x37a653=_0x55d677[_0x43923c(0x126)](_0x2d7395);if(_0x37a653)return _0x34922a(_0x37a653);const _0x4225c1=new MutationObserver(_0xde70c6=>{const _0x2adfb1=_0x43923c,_0x5310a8=_0xde70c6[_0x2adfb1(0x12a)](_0x46deac=>_0x46deac[_0x2adfb1(0x103)]===_0x55d677&&_0x46deac[_0x2adfb1(0x120)][_0x2adfb1(0x12b)]>0x0&&_0x46deac[_0x2adfb1(0x120)][0x0][_0x2adfb1(0x112)][_0x2adfb1(0x122)]()===_0x2d7395);_0x5310a8[_0x2adfb1(0x12b)]&&(_0x4225c1[_0x2adfb1(0x106)](),_0x34922a(_0x5310a8[0x0][_0x2adfb1(0x120)][0x0]));});_0x4225c1[_0x43923c(0x11e)](_0x55d677,{'childList':!0x0,'subtree':!0x0});}[_0x5d9542(0x10d)](_0x27c04a){const _0x11de68=_0x5d9542;_0x27c04a[_0x11de68(0xf5)](_0x11de68(0x125),_0x32a29f=>{const _0x41b1c1=_0x11de68;this[_0x41b1c1(0xfd)](_0x41b1c1(0x125),{'imageSrc':_0x32a29f[_0x41b1c1(0x127)][_0x41b1c1(0x124)]});}),_0x27c04a[_0x11de68(0xf5)](_0x11de68(0x107),()=>{const _0x198ebd=_0x11de68;this[_0x198ebd(0xfd)](_0x198ebd(0x107));});}[_0x5d9542(0x109)](){const _0x42c6a6=_0x5d9542;this[_0x42c6a6(0xfc)]['on'](_0x42c6a6(0x10f),()=>{const _0x1cead6=_0x42c6a6;this[_0x1cead6(0xfd)](_0x1cead6(0x10f));});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x97f5(_0x4d2a58,_0x52c6b2){const _0x4d200d=_0x4d20();return _0x97f5=function(_0x97f500,_0x201f56){_0x97f500=_0x97f500-0x150;let _0x1b5d99=_0x4d200d[_0x97f500];return _0x1b5d99;},_0x97f5(_0x4d2a58,_0x52c6b2);}const _0x2393f1=_0x97f5;(function(_0x1ee6e0,_0x2edb6b){const _0x497a4b=_0x97f5,_0x290dca=_0x1ee6e0();while(!![]){try{const _0x3d0379=parseInt(_0x497a4b(0x15b))/0x1*(-parseInt(_0x497a4b(0x157))/0x2)+-parseInt(_0x497a4b(0x158))/0x3*(-parseInt(_0x497a4b(0x166))/0x4)+parseInt(_0x497a4b(0x150))/0x5+parseInt(_0x497a4b(0x167))/0x6*(parseInt(_0x497a4b(0x164))/0x7)+-parseInt(_0x497a4b(0x169))/0x8+parseInt(_0x497a4b(0x151))/0x9*(parseInt(_0x497a4b(0x16f))/0xa)+parseInt(_0x497a4b(0x156))/0xb;if(_0x3d0379===_0x2edb6b)break;else _0x290dca['push'](_0x290dca['shift']());}catch(_0x5f12ac){_0x290dca['push'](_0x290dca['shift']());}}}(_0x4d20,0x8c910));import{Command as _0x5bf593}from'ckeditor5/src/core.js';import{Dialog as _0x5be8e7}from'ckeditor5/src/ui.js';import _0x5299b2 from'./ui/uploadcareimageeditcontroller.js';function _0x4d20(){const _0x37a712=['154QwQpBt','48llhEPu','isEnabled','editor','7789sfwsWM','selection','set','model','imageEditController','execute','imageBlock','isActive','unbind','1806ejxfuv','document','228392WKWkvs','3774OkadYK','getSelectedElement','4800392vKygPy','imageInline','requires','config','plugins','element','640xtyIJQ','uploadcare.allowExternalImagesEditing','2090890sOmxDb','37872olmWWX','get','refresh','bind','_isEditable','134442EKnTqM'];_0x4d20=function(){return _0x37a712;};return _0x4d20();}import{createEditabilityChecker as _0x420153}from'../utils/editingutils.js';export default class J extends _0x5bf593{static get[_0x2393f1(0x16b)](){return[_0x5be8e7];}constructor(_0x3b9730){const _0x55db76=_0x2393f1;super(_0x3b9730),this[_0x55db76(0x15f)]=void 0x0,this[_0x55db76(0x155)]=_0x420153(_0x3b9730[_0x55db76(0x16c)][_0x55db76(0x152)](_0x55db76(0x170))||[]),this[_0x55db76(0x15d)]({'isActive':!0x1});}[_0x2393f1(0x153)](){const _0x5f2d33=_0x2393f1,_0x3ee2b6=this[_0x5f2d33(0x15a)][_0x5f2d33(0x15e)][_0x5f2d33(0x165)][_0x5f2d33(0x15c)][_0x5f2d33(0x168)]();this[_0x5f2d33(0x159)]=this[_0x5f2d33(0x155)](_0x3ee2b6);}[_0x2393f1(0x160)](){const _0x1ffd24=_0x2393f1;this[_0x1ffd24(0x15f)]&&(this[_0x1ffd24(0x163)](_0x1ffd24(0x162)),this[_0x1ffd24(0x15f)]=void 0x0);const _0x869157=this[_0x1ffd24(0x15a)][_0x1ffd24(0x15e)][_0x1ffd24(0x165)][_0x1ffd24(0x15c)][_0x1ffd24(0x168)]();_0x869157&&(_0x869157['is'](_0x1ffd24(0x16e),_0x1ffd24(0x161))||_0x869157['is'](_0x1ffd24(0x16e),_0x1ffd24(0x16a)))&&(this[_0x1ffd24(0x15f)]=new _0x5299b2(this[_0x1ffd24(0x15a)],this[_0x1ffd24(0x15a)][_0x1ffd24(0x16d)][_0x1ffd24(0x152)](_0x5be8e7),_0x869157),this[_0x1ffd24(0x154)](_0x1ffd24(0x162))['to'](this[_0x1ffd24(0x15f)],_0x1ffd24(0x162)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48339e=_0x4a73;(function(_0x18602c,_0x429806){const _0x2e89bd=_0x4a73,_0x262209=_0x18602c();while(!![]){try{const _0xe64460=parseInt(_0x2e89bd(0x106))/0x1*(-parseInt(_0x2e89bd(0xf6))/0x2)+-parseInt(_0x2e89bd(0xf8))/0x3*(-parseInt(_0x2e89bd(0x109))/0x4)+parseInt(_0x2e89bd(0x108))/0x5+parseInt(_0x2e89bd(0xfe))/0x6*(-parseInt(_0x2e89bd(0x10a))/0x7)+parseInt(_0x2e89bd(0xfb))/0x8*(parseInt(_0x2e89bd(0xfd))/0x9)+-parseInt(_0x2e89bd(0x105))/0xa+parseInt(_0x2e89bd(0x104))/0xb*(-parseInt(_0x2e89bd(0xff))/0xc);if(_0xe64460===_0x429806)break;else _0x262209['push'](_0x262209['shift']());}catch(_0x53fbf3){_0x262209['push'](_0x262209['shift']());}}}(_0x23db,0x2d3d5));import{Plugin as _0x491f89}from'ckeditor5/src/core.js';import{Notification as _0x4e9c2d}from'ckeditor5/src/ui.js';import _0x90beed from'./uploadcareimageeditcommand.js';function _0x4a73(_0x59926f,_0xd5e6cf){const _0x23db77=_0x23db();return _0x4a73=function(_0x4a738d,_0x15a240){_0x4a738d=_0x4a738d-0xf4;let _0x429e1c=_0x23db77[_0x4a738d];return _0x429e1c;},_0x4a73(_0x59926f,_0xd5e6cf);}import _0x2f58c4 from'./uploadcareimagereplacecommand.js';import _0x5020f5 from'../uploadcareediting.js';function _0x23db(){const _0x3b73e6=['26CmcvJH','isPremiumPlugin','3HPSjOJ','UploadcareImageEditEditing','uploadcareImageReplace','237584UiQaxx','ImageEditing','99FudyhG','238362TjmySD','7296dBGOhY','requires','isOfficialPlugin','pluginName','ImageUtils','4642NErDrj','2620590iHZRny','9841dahgFX','init','1586685kBMXSq','910324BLdyjy','7toViDO','uploadcareImageEdit','add','commands'];_0x23db=function(){return _0x3b73e6;};return _0x23db();}export default class m extends _0x491f89{static get[_0x48339e(0x102)](){const _0x1a2c7a=_0x48339e;return _0x1a2c7a(0xf9);}static get[_0x48339e(0x100)](){const _0x40719e=_0x48339e;return[_0x5020f5,_0x4e9c2d,_0x40719e(0x103),_0x40719e(0xfc)];}static get[_0x48339e(0x101)](){return!0x0;}static get[_0x48339e(0xf7)](){return!0x0;}[_0x48339e(0x107)](){const _0x4e20d8=_0x48339e,{editor:_0x5ba97e}=this;_0x5ba97e[_0x4e20d8(0xf5)][_0x4e20d8(0xf4)](_0x4e20d8(0x10b),new _0x90beed(_0x5ba97e)),_0x5ba97e[_0x4e20d8(0xf5)][_0x4e20d8(0xf4)](_0x4e20d8(0xfa),new _0x2f58c4(_0x5ba97e));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x15bc00}from'ckeditor5/src/core.js';import{ButtonView as _0x30194d}from'ckeditor5/src/ui.js';import{createElement as _0x17d946}from'ckeditor5/src/utils.js';import _0x5764a6 from'../../theme/icons/uploadcare-image-edit.svg';import'@uploadcare/file-uploader/web/uc-cloud-image-editor.min.css';import'../../theme/uploadcare-theme.css';export default class g extends _0x15bc00{constructor(){super(...arguments),this['_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 _0xfcb3a=this['editor'];_0xfcb3a['ui']['componentFactory']['add']('uploadcareImageEdit',_0x326d2a=>{const _0x200fc1=_0xfcb3a['commands']['get']('uploadcareImageEdit'),_0x25f273=new _0x30194d(_0x326d2a),t=_0x326d2a['t'];return _0x25f273['set']({'icon':_0x5764a6,'tooltip':!0x0,'label':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'})}),_0x25f273['bind']('isEnabled')['to'](_0x200fc1),_0x25f273['bind']('isOn')['to'](_0x200fc1,'isActive'),this['listenTo'](_0x25f273,'execute',()=>{_0xfcb3a['execute']('uploadcareImageEdit'),_0xfcb3a['editing']['view']['focus']();}),_0x25f273;}),this['_initConfig']();}['_initConfig'](){const _0x42a9cf=_0x17d946(document,'uc-config',{'ctx-name':'image-edit','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage']});document['body']['appendChild'](_0x42a9cf),this['listenTo'](this['editor'],'destroy',()=>{_0x42a9cf['remove']();});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x426ea5=_0x3b27;(function(_0x33fce1,_0x1bbb33){const _0x301fd3=_0x3b27,_0x34cec1=_0x33fce1();while(!![]){try{const _0x211bee=parseInt(_0x301fd3(0x1d2))/0x1*(parseInt(_0x301fd3(0x1d6))/0x2)+parseInt(_0x301fd3(0x1c7))/0x3*(-parseInt(_0x301fd3(0x1d4))/0x4)+parseInt(_0x301fd3(0x1ca))/0x5*(parseInt(_0x301fd3(0x1be))/0x6)+-parseInt(_0x301fd3(0x1bf))/0x7+-parseInt(_0x301fd3(0x1bd))/0x8+parseInt(_0x301fd3(0x1c8))/0x9*(-parseInt(_0x301fd3(0x1d5))/0xa)+parseInt(_0x301fd3(0x1cc))/0xb;if(_0x211bee===_0x1bbb33)break;else _0x34cec1['push'](_0x34cec1['shift']());}catch(_0x3522ce){_0x34cec1['push'](_0x34cec1['shift']());}}}(_0x9e40,0x7759d));function _0x3b27(_0x308114,_0x3025a3){const _0x9e4009=_0x9e40();return _0x3b27=function(_0x3b2754,_0x30516b){_0x3b2754=_0x3b2754-0x1bc;let _0x55765c=_0x9e4009[_0x3b2754];return _0x55765c;},_0x3b27(_0x308114,_0x3025a3);}function _0x9e40(){const _0x400e68=['113467GYHPso','refresh','4kHSSBn','27430HXJiZA','8KSzHYC','isEnabled','109072mdCNzt','18AqDuWJ','3589166Kxboge','setAttributes','editor','getSelectedElement','srcset','execute','sizes','change','1290651gGShcl','2007vXZiLb','imageBlock','292355LVJKhD','element','15706438VtkNyM','imageInline','model','document','removeAttribute','selection'];_0x9e40=function(){return _0x400e68;};return _0x9e40();}import{Command as _0x41d5e2}from'ckeditor5/src/core.js';export default class O extends _0x41d5e2{[_0x426ea5(0x1d3)](){const _0x54f4dc=_0x426ea5,_0x4e23a5=this[_0x54f4dc(0x1c1)][_0x54f4dc(0x1ce)][_0x54f4dc(0x1cf)][_0x54f4dc(0x1d1)][_0x54f4dc(0x1c2)]();this[_0x54f4dc(0x1bc)]=Boolean(_0x4e23a5&&(_0x4e23a5['is'](_0x54f4dc(0x1cb),_0x54f4dc(0x1c9))||_0x4e23a5['is'](_0x54f4dc(0x1cb),_0x54f4dc(0x1cd))));}[_0x426ea5(0x1c4)](_0xec9a2a){const _0x4ea966=_0x426ea5,_0x5dc7a7=this[_0x4ea966(0x1c1)][_0x4ea966(0x1ce)][_0x4ea966(0x1cf)][_0x4ea966(0x1d1)][_0x4ea966(0x1c2)]();this[_0x4ea966(0x1c1)][_0x4ea966(0x1ce)][_0x4ea966(0x1c6)](_0x4c568a=>{const _0xccedb4=_0x4ea966;_0x4c568a[_0xccedb4(0x1c0)](_0xec9a2a,_0x5dc7a7),_0x4c568a[_0xccedb4(0x1d0)](_0xccedb4(0x1c3),_0x5dc7a7),_0x4c568a[_0xccedb4(0x1d0)](_0xccedb4(0x1c5),_0x5dc7a7);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x2e67ef=_0x5dab;function _0x32de(){var _0x3fa91d=['fire','bindTemplate','257046pJbxhr','forwardCycle','focusTracker','getFocusableElement','939086gGzVFA','focusCycler','9fPrVug','1668184lTcuFp','3058700AxGidq','createCollection','10951160ElFuba','210LeuWLH','2097044sLlPdS','div','true','3688188ZEtcQp'];_0x32de=function(){return _0x3fa91d;};return _0x32de();}(function(_0x368aa8,_0x336145){var _0x564e80=_0x5dab,_0x2bcfef=_0x368aa8();while(!![]){try{var _0x48728a=parseInt(_0x564e80(0x10f))/0x1+parseInt(_0x564e80(0x112))/0x2+-parseInt(_0x564e80(0x108))/0x3+-parseInt(_0x564e80(0x117))/0x4+parseInt(_0x564e80(0x113))/0x5+-parseInt(_0x564e80(0x10b))/0x6*(parseInt(_0x564e80(0x116))/0x7)+parseInt(_0x564e80(0x115))/0x8*(parseInt(_0x564e80(0x111))/0x9);if(_0x48728a===_0x336145)break;else _0x2bcfef['push'](_0x2bcfef['shift']());}catch(_0x3cdca2){_0x2bcfef['push'](_0x2bcfef['shift']());}}}(_0x32de,0xae8ae));function _0x5dab(_0x5f474c,_0x3fe409){var _0x32defa=_0x32de();return _0x5dab=function(_0x5dab36,_0x28dd6f){_0x5dab36=_0x5dab36-0x106;var _0x47bdcb=_0x32defa[_0x5dab36];return _0x47bdcb;},_0x5dab(_0x5f474c,_0x3fe409);}import{FocusTracker as _0x2dd080}from'ckeditor5/src/utils.js';import{View as _0x42d96c,FocusCycler as _0x6eebe1}from'ckeditor5/src/ui.js';import'../../theme/uploadcare-form.css';export default class q extends _0x42d96c{constructor(_0x30c7f8){var _0x511bb3=_0x5dab;super(_0x30c7f8),this[_0x511bb3(0x10d)]=new _0x2dd080(),this[_0x511bb3(0x110)]=new _0x6eebe1({'focusables':this[_0x511bb3(0x114)](),'focusTracker':this[_0x511bb3(0x10d)]});}[_0x2e67ef(0x10e)](){var _0x27573d=_0x2e67ef;return{'tag':_0x27573d(0x106),'attributes':{'aria-hidden':_0x27573d(0x107),'tabindex':'0'},'on':{'focus':this[_0x27573d(0x10a)]['to'](()=>{var _0xb8d402=_0x27573d;this[_0xb8d402(0x110)][_0xb8d402(0x109)](_0xb8d402(0x10c));})}};}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x16db43,_0x3f3cca){const _0x1eabeb=_0x336c,_0x4785d4=_0x16db43();while(!![]){try{const _0x33ff4f=parseInt(_0x1eabeb(0x105))/0x1*(-parseInt(_0x1eabeb(0xe4))/0x2)+-parseInt(_0x1eabeb(0xe2))/0x3+-parseInt(_0x1eabeb(0xec))/0x4+-parseInt(_0x1eabeb(0x104))/0x5*(parseInt(_0x1eabeb(0xfd))/0x6)+parseInt(_0x1eabeb(0x101))/0x7*(parseInt(_0x1eabeb(0xee))/0x8)+parseInt(_0x1eabeb(0xfa))/0x9+-parseInt(_0x1eabeb(0xea))/0xa*(-parseInt(_0x1eabeb(0xd6))/0xb);if(_0x33ff4f===_0x3f3cca)break;else _0x4785d4['push'](_0x4785d4['shift']());}catch(_0x2126fb){_0x4785d4['push'](_0x4785d4['shift']());}}}(_0x9bd1,0x7270e));function _0x9bd1(){const _0x5b1943=['189NWIKcX','some','filter','58595QfyBwS','1HLEJmr','window','uploadcareImageId','editing','baseURI','element','change','ImageUtils','origin','image-processing','toViewElement','match','11VhBWzt','get','imageBlock','domConverter','removeClass','hasAttribute','join','location','image/webp','map','create','isArray','1660437ItFjrz','load','1490504dpRoDH','imageInline','(max-width:\x20','view','width','src','18427810AshpHR','getAttribute','283564ZSZvKI','function','159504cUmtZC','replace','stopListening','plugins','document','x/\x20','aspect-ratio','height','findViewImgElement','px)\x20100vw,\x20','listenTo','setStyle','1549116FFzqVq','removeStyle','viewToDom','366ZJLyDv','mapper','/-/resize/','addClass'];_0x9bd1=function(){return _0x5b1943;};return _0x9bd1();}import{global as _0x453486,DomEmitterMixin as _0xc0c838}from'ckeditor5/src/utils.js';export function createEditabilityChecker(_0x3879a3){const _0x507af8=_0x336c,_0x260005=V(_0x3879a3);return _0x12115f=>!(!_0x12115f||!_0x12115f['is'](_0x507af8(0x10a),_0x507af8(0xd8))&&!_0x12115f['is'](_0x507af8(0x10a),_0x507af8(0xe5)))&&(!!_0x12115f[_0x507af8(0xdb)](_0x507af8(0x107))||!!_0x12115f[_0x507af8(0xdb)](_0x507af8(0xe9))&&_0x260005(_0x12115f[_0x507af8(0xeb)](_0x507af8(0xe9))));}export function getImageUrls(_0x1ee8d3,_0x32ee3d){const _0x3484d9=_0x336c,_0x19ddcc=[0x140,0x1e0,0x300,0x400,0x4b0,0x640,0x780,0x960][_0x3484d9(0x103)](_0x5ad3be=>_0x5ad3be<=_0x32ee3d)[_0x3484d9(0xdf)](_0x3c8c83=>_0x1ee8d3[_0x3484d9(0xef)](/\/$/,'')+_0x3484d9(0xff)+_0x3c8c83+_0x3484d9(0xf3)+_0x3c8c83+'w');return{'imageFallbackUrl':_0x1ee8d3,'imageSources':[{'srcset':_0x19ddcc[_0x3484d9(0xdc)](',\x20'),'sizes':_0x3484d9(0xe6)+_0x32ee3d+_0x3484d9(0xf7)+_0x32ee3d+'px','type':_0x3484d9(0xde)}]};}export function getImageDimension(_0x4bdb5f,_0xcbbd60,_0x4d9f76){const _0x258449=_0x336c,_0x1780a0=_0x4bdb5f[_0x258449(0xd5)](/\/crop\/(\d+)x(\d+)\//);return{'width':_0x1780a0?parseInt(_0x1780a0[0x1],0xa):_0xcbbd60,'height':_0x1780a0?parseInt(_0x1780a0[0x2],0xa):_0x4d9f76};}export function showImageProcessingIndicator(_0x206a53,_0x59680a){const _0x3bc3ac=_0x336c,_0x2f55f0=Object[_0x3bc3ac(0xe0)](_0xc0c838),_0x133158=_0x206a53[_0x3bc3ac(0xf1)][_0x3bc3ac(0xd7)](_0x3bc3ac(0x10c)),_0x1e3f7a=_0x206a53[_0x3bc3ac(0x108)][_0x3bc3ac(0xfe)][_0x3bc3ac(0x10f)](_0x59680a),_0x103db7=_0x133158[_0x3bc3ac(0xf6)](_0x1e3f7a),_0xa2bfd6=_0x206a53[_0x3bc3ac(0x108)][_0x3bc3ac(0xe7)][_0x3bc3ac(0xd9)][_0x3bc3ac(0xfc)](_0x103db7),_0x1edf39=_0x59680a[_0x3bc3ac(0xeb)](_0x3bc3ac(0xe8)),_0x40c4a4=_0x59680a[_0x3bc3ac(0xeb)](_0x3bc3ac(0xf5)),_0x2a0bf2=_0x3bc3ac(0x10e);_0x206a53[_0x3bc3ac(0x108)][_0x3bc3ac(0xe7)][_0x3bc3ac(0x10b)](_0x3ad0a7=>{const _0x4d6d6c=_0x3bc3ac;_0x3ad0a7[_0x4d6d6c(0x100)](_0x2a0bf2,_0x1e3f7a),_0x3ad0a7[_0x4d6d6c(0xf9)](_0x4d6d6c(0xf4),_0x1edf39+'/'+_0x40c4a4,_0x103db7);}),_0x2f55f0[_0x3bc3ac(0xf8)](_0xa2bfd6,_0x3bc3ac(0xe3),()=>{const _0x2530ba=_0x3bc3ac;_0x2f55f0[_0x2530ba(0xf0)](_0xa2bfd6,_0x2530ba(0xe3)),_0x206a53[_0x2530ba(0x108)][_0x2530ba(0xe7)][_0x2530ba(0x10b)](_0x31586a=>{const _0x190dad=_0x2530ba;_0x31586a[_0x190dad(0xda)](_0x2a0bf2,_0x1e3f7a),_0x31586a[_0x190dad(0xfb)](_0x190dad(0xf4),_0x103db7);});});}function _0x336c(_0x9f64a5,_0x26b1c3){const _0x9bd16b=_0x9bd1();return _0x336c=function(_0x336c54,_0x1be94b){_0x336c54=_0x336c54-0xd5;let _0x418fbb=_0x9bd16b[_0x336c54];return _0x418fbb;},_0x336c(_0x9f64a5,_0x26b1c3);}function V(_0x205323){const _0x4bb27c=_0x336c;if(Array[_0x4bb27c(0xe1)](_0x205323)){const _0x49bb56=_0x205323[_0x4bb27c(0xdf)](V);return _0x391bcb=>_0x49bb56[_0x4bb27c(0x102)](_0x2beee8=>_0x2beee8(_0x391bcb));}if(_0x4bb27c(0x10d)==_0x205323){const _0x1ca1d5=_0x453486[_0x4bb27c(0x106)][_0x4bb27c(0xdd)][_0x4bb27c(0x10d)];return _0x37abdb=>new URL(_0x37abdb,_0x453486[_0x4bb27c(0xf2)][_0x4bb27c(0x109)])[_0x4bb27c(0x10d)]==_0x1ca1d5;}return _0x4bb27c(0xed)==typeof _0x205323?_0x205323:_0x205323 instanceof RegExp?_0x1a9a7d=>!(!_0x1a9a7d[_0x4bb27c(0xd5)](_0x205323)&&!_0x1a9a7d[_0x4bb27c(0xef)](/^https?:\/\//,'')[_0x4bb27c(0xd5)](_0x205323)):()=>!0x1;}
|
package/src/utils/isancestor.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x9dabe8,_0x4aa3f1){var _0x126760=_0x5d44,_0x144d1d=_0x9dabe8();while(!![]){try{var _0x6284fc=-parseInt(_0x126760(0x10b))/0x1*(-parseInt(_0x126760(0x106))/0x2)+-parseInt(_0x126760(0x10f))/0x3+-parseInt(_0x126760(0x10c))/0x4*(parseInt(_0x126760(0x104))/0x5)+parseInt(_0x126760(0x110))/0x6*(-parseInt(_0x126760(0x10d))/0x7)+parseInt(_0x126760(0x108))/0x8+parseInt(_0x126760(0x107))/0x9*(-parseInt(_0x126760(0x103))/0xa)+parseInt(_0x126760(0x109))/0xb*(parseInt(_0x126760(0x105))/0xc);if(_0x6284fc===_0x4aa3f1)break;else _0x144d1d['push'](_0x144d1d['shift']());}catch(_0x327835){_0x144d1d['push'](_0x144d1d['shift']());}}}(_0x143a,0xe8c28));function _0x5d44(_0x27d835,_0x4b531c){var _0x143ad0=_0x143a();return _0x5d44=function(_0x5d446e,_0x469d8e){_0x5d446e=_0x5d446e-0x103;var _0x494a83=_0x143ad0[_0x5d446e];return _0x494a83;},_0x5d44(_0x27d835,_0x4b531c);}import{getAncestors as _0x474a8a}from'ckeditor5/src/utils.js';function _0x143a(){var _0x237bba=['744076SYNpUB','52641PQwiCf','1611000DJRvFa','22tKXCRY','includes','3AmOoWH','20EkODnC','406427AwykQc','target','4476687xNcxUL','78bcFZhI','2650iXJMsn','1827740ivCrLL','31563852ixVbHI'];_0x143a=function(){return _0x237bba;};return _0x143a();}export function isAncestor(_0xcfe358,_0x365425){var _0x3c7432=_0x5d44;return _0x474a8a(_0xcfe358[_0x3c7432(0x10e)])[_0x3c7432(0x10a)](_0x365425);}
|
package/src/utils/uploadutils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x43c7(_0x9c0aeb,_0x98ee9b){var _0x284270=_0x2842();return _0x43c7=function(_0x43c7c2,_0x2a1c24){_0x43c7c2=_0x43c7c2-0x1f2;var _0x4c40c7=_0x284270[_0x43c7c2];return _0x4c40c7;},_0x43c7(_0x9c0aeb,_0x98ee9b);}function _0x2842(){var _0x50d3fd=['11750470aohKXY','544fgJGDH','869070kwphFq','143332dEwzTN','23569ETvlqa','upload','auto','278945qkYphj','getInfo','1668746IlhniQ','125634RiHgbo','68KhuQrp','9XgioKB'];_0x2842=function(){return _0x50d3fd;};return _0x2842();}var _0x31d848=_0x43c7;(function(_0x129381,_0x506255){var _0x2070d8=_0x43c7,_0x3ba6cb=_0x129381();while(!![]){try{var _0x2efa0a=parseInt(_0x2070d8(0x1f8))/0x1+-parseInt(_0x2070d8(0x1fd))/0x2+parseInt(_0x2070d8(0x1fe))/0x3+-parseInt(_0x2070d8(0x1f2))/0x4*(parseInt(_0x2070d8(0x1fb))/0x5)+-parseInt(_0x2070d8(0x1f6))/0x6+parseInt(_0x2070d8(0x1f7))/0x7*(parseInt(_0x2070d8(0x1f5))/0x8)+-parseInt(_0x2070d8(0x1f3))/0x9*(-parseInt(_0x2070d8(0x1f4))/0xa);if(_0x2efa0a===_0x506255)break;else _0x3ba6cb['push'](_0x3ba6cb['shift']());}catch(_0x541cc8){_0x3ba6cb['push'](_0x3ba6cb['shift']());}}}(_0x2842,0xac2cf));import{uploadFile as _0x44d4df,info as _0x32508d}from'@uploadcare/upload-client';export default class k{static[_0x31d848(0x1f9)]({file:_0x1f8516,publicKey:_0x1cac5b,signal:_0x3356b7,onProgress:_0x2c5d88}){var _0x493ce5=_0x31d848;return _0x44d4df(_0x1f8516,{'publicKey':_0x1cac5b,'store':_0x493ce5(0x1fa),'signal':_0x3356b7,'onProgress':_0x2c5d88});}static[_0x31d848(0x1fc)](_0x1562c8,_0xa2377b){return _0x32508d(_0x1562c8,_0xa2377b);}}
|