@ckeditor/ckeditor5-uploadcare 0.0.0-nightly-20250914.0 → 0.0.0-nightly-20250915.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 +9 -9
- package/src/ui/uploadcarecontroller.js +2 -2
- package/src/ui/uploadcareformview.js +1 -1
- 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/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 _0x322286,ObservableMixin as _0x2a0be5}from'ckeditor5/src/utils.js';import{DialogViewPosition as _0x5c38b3}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x18d422}from'ckeditor5/src/icons.js';import{UploadcareImageEditFormView as _0x11d5cc}from'./uploadcareimageeditformview.js';import{UploadUtils as _0x17abfd}from'../../utils/uploadutils.js';import{getImageUrls as _0x1d2747,getImageDimension as _0x5568d}from'../../utils/editingutils.js';import{isAncestor as _0x3bf216}from'../../utils/isancestor.js';export class UploadcareImageEditController extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x2a0be5(){['_editor'];['_dialog'];['_imageElement'];['_imageCache'];['_controller'];['_attributes'];constructor(_0x18b92d,_0x42fe8b,_0x1b482c){super(),this['_editor']=_0x18b92d,this['_dialog']=_0x42fe8b,this['_imageElement']=_0x1b482c,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 _0x996eb8=this['_imageElement'],_0x1fbbdb=_0x996eb8['getAttribute']('uploadcareImageId'),_0x30ac29=_0x996eb8['getAttribute']('src');if(_0x1fbbdb)await this['_loadImageInfo'](_0x1fbbdb,_0x30ac29);else{if(this['_imageCache']['has'](_0x30ac29)){const _0x4d40bb=this['_imageCache']['get'](_0x30ac29);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x4d40bb['url'],this['imageDimension']=_0x4d40bb['dimension'],this['imageId']=_0x4d40bb['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x588499}=this['_editor'],t=_0x588499['t'],_0x4f8750=new _0x11d5cc(_0x588499,this['imageStatus'],this['_attributes']);_0x4f8750['bind']('status')['to'](this,'imageStatus'),_0x4f8750['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x4f8750['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x4f8750['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x4f8750,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x18d422,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x4f8750,'position':_0x5c38b3['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x4f8750['focus']();},'onHide':()=>{_0x4f8750['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x2fdb0a=>!_0x3bf216(_0x2fdb0a,_0x4f8750['element'])}});}['_loadImageInfo'](_0x4decc4,_0x28560d){return _0x17abfd['getInfo'](_0x4decc4,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'baseURL':this['_editor']['config']['get']('uploadcare.uploader.baseUrl')})['then'](_0x2a9f00=>{const {width:_0x4531c5,height:_0x57b669}=_0x2a9f00['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x28560d,this['imageDimension']={'width':_0x4531c5,'height':_0x57b669},this['imageId']=_0x4decc4;})['catch'](_0x1166c0=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x1166c0['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x513069,_0x402f64){return this['_getImageAsFile'](_0x513069)['then'](_0x2b1c4c=>_0x17abfd['upload']({'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'baseURL':this['_editor']['config']['get']('uploadcare.uploader.baseUrl'),'baseCDN':this['_editor']['config']['get']('uploadcare.uploader.cdnCname'),'signal':_0x402f64['signal'],'file':_0x2b1c4c,'onProgress':_0x103389=>{_0x103389&&_0x103389['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0x103389['value']));}}))['then'](_0x4599ba=>{const {width:_0x6c429d,height:_0x3efc65}=_0x4599ba['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x4599ba['cdnUrl'],this['imageDimension']={'width':_0x6c429d,'height':_0x3efc65},this['imageId']=_0x4599ba['uuid'],this['imageUploadProgress']=null;const _0x398439=_0x513069['getAttribute']('src');this['_imageCache']['set'](_0x398439,{'id':_0x4599ba['uuid'],'url':_0x4599ba['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x2b1b3b=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x2b1b3b['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x2d582e,_0x1f8e23){_0x2d582e['on']('apply',(_0x175107,_0x586e60)=>{this['_replaceImage'](_0x1f8e23,_0x586e60['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x2d582e['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x2d582e['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0x5811ee,_0x4e2a72,_0x20a1be){const _0x5c0771=this['_editor'],{width:_0x4a32b9,height:_0x486b75}=_0x5568d(_0x4e2a72,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x3654fa,imageSources:_0x4bd7fa}=_0x1d2747(_0x4e2a72,_0x4a32b9);_0x5c0771['model']['change'](_0x496c7c=>{if('$graveyard'===_0x5811ee['root']['rootName']){_0x5c0771['execute']('insertImage',{'imageType':_0x5811ee['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0x5811ee['getAttributes']()),'uploadcareImageId':_0x20a1be,'src':_0x3654fa,'sources':_0x4bd7fa,'width':_0x4a32b9,'height':_0x486b75}});const _0x454ccd=_0x5811ee['getChildren']();_0x5811ee=_0x5c0771['model']['document']['selection']['getSelectedElement']();for(const _0x1001ac of _0x454ccd)_0x496c7c['append'](_0x496c7c['cloneElement'](_0x1001ac),_0x5811ee);}else _0x496c7c['setSelection'](_0x5811ee,'on'),_0x5c0771['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0x5811ee['getAttributes']()),'uploadcareImageId':_0x20a1be,'src':_0x3654fa,'sources':_0x4bd7fa,'width':_0x4a32b9,'height':_0x486b75},_0x5811ee);_0x496c7c['setSelection'](_0x5811ee,'on');});}async['_getImageAsFile'](_0x3e9b57){const _0x470dcf=_0x322286['window'],_0x156ff7=_0x322286['document']['location']['href'],_0x4f2b0c=new _0x470dcf['URL'](_0x3e9b57['getAttribute']('src'),_0x156ff7);if('data:'===_0x4f2b0c['protocol']){const _0xda6cfe=_0x4f2b0c['href']['split'](','),_0x29cfda=_0xda6cfe[0x0]['match'](/:(.*?);/)[0x1],_0x2d2c94=_0x29cfda['split']('/')[0x1],_0x6ffbfc=_0x470dcf['atob'](_0xda6cfe[_0xda6cfe['length']-0x1]);let _0xb72998=_0x6ffbfc['length'];const _0x7edd4e=new _0x470dcf['Uint8Array'](_0xb72998);for(;_0xb72998--;)_0x7edd4e[_0xb72998]=_0x6ffbfc['charCodeAt'](_0xb72998);return new _0x470dcf['File']([_0x7edd4e],'image.'+_0x2d2c94,{'type':_0x29cfda});}const _0x1cb302=_0x4f2b0c['href']['split']('/'),_0x16d889=_0x1cb302[_0x1cb302['length']-0x1],_0x4b1d51=_0x16d889['split']('.')[0x1];return _0x470dcf['fetch'](_0x4f2b0c['href'])['then'](_0x272a0b=>_0x272a0b['clone']()['blob']())['then'](_0x3054ff=>new _0x470dcf['File']([_0x3054ff],_0x16d889,{'type':'image/'+_0x4b1d51}));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x3e6239,_0x4da87e){const _0x38b130=_0x16d8,_0x3bc575=_0x3e6239();while(!![]){try{const _0x44dec0=parseInt(_0x38b130(0x163))/0x1*(parseInt(_0x38b130(0x155))/0x2)+parseInt(_0x38b130(0x15e))/0x3+-parseInt(_0x38b130(0x15a))/0x4*(parseInt(_0x38b130(0x15b))/0x5)+parseInt(_0x38b130(0x160))/0x6*(parseInt(_0x38b130(0x15c))/0x7)+parseInt(_0x38b130(0x159))/0x8+parseInt(_0x38b130(0x164))/0x9+-parseInt(_0x38b130(0x15f))/0xa;if(_0x44dec0===_0x4da87e)break;else _0x3bc575['push'](_0x3bc575['shift']());}catch(_0x34b2c0){_0x3bc575['push'](_0x3bc575['shift']());}}}(_0x4c76,0x8bd82));function _0x4c76(){const _0x48423f=['3219472dfhKuL','28NEXxZN','396080GzUWsD','3851813EDaHTL','image-edit','1976385QucjYC','24630740QkPECu','6uGtHso','uc-cloud-image-editor','setTemplate','961454vZVAVl','9157014msgFJB','imageSrc','ck-uploadcare-theme','2wNjAyW','bindTemplate','set','uc-light'];_0x4c76=function(){return _0x48423f;};return _0x4c76();}function _0x16d8(_0x348186,_0x59ea47){const _0x4c763a=_0x4c76();return _0x16d8=function(_0x16d835,_0xf82d4a){_0x16d835=_0x16d835-0x155;let _0x2395c1=_0x4c763a[_0x16d835];return _0x2395c1;},_0x16d8(_0x348186,_0x59ea47);}import{View as _0x5c8cbf}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormEditingView extends _0x5c8cbf{constructor(_0x60da7a,_0x427ab2){const _0x4be715=_0x16d8;super(_0x60da7a);const _0x3dab0e=this[_0x4be715(0x156)];this[_0x4be715(0x157)](_0x4be715(0x165),''),this[_0x4be715(0x162)]({'tag':_0x4be715(0x161),'attributes':{..._0x427ab2,'class':[_0x4be715(0x158),_0x4be715(0x166)],'ctx-name':_0x4be715(0x15d),'cdn-url':_0x3dab0e['to'](_0x4be715(0x165))}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{IconError as
|
|
23
|
+
import{IconError as _0x39700a}from'ckeditor5/src/icons.js';import{ButtonView as _0x4f6140,IconView as _0x28b559,View as _0x1024d4}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormErrorView extends _0x1024d4{constructor(_0x49b5c6){super(_0x49b5c6);const t=_0x49b5c6['t'];this['set']('errorType',null);const _0x585cd9=new _0x4f6140(_0x49b5c6);_0x585cd9['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x585cd9['withText']=!0x0,_0x585cd9['class']='ck-button-action',_0x585cd9['on']('execute',()=>{this['fire']('retry');}),_0x585cd9['bind']('isVisible')['to'](this,'errorType',_0x3d1acc=>'NotFound'!==_0x3d1acc);const _0x402ded=new _0x28b559();_0x402ded['content']=_0x39700a,_0x402ded['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x26075d=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':[_0x402ded,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x26075d['to']('errorType',_0x3baf10=>t('NotFound'!==_0x3baf10?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x585cd9]},{'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 _0x32620a,View as _0x343d10}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormLoadingView extends _0x343d10{constructor(_0x4332d3){super(_0x4332d3);const t=_0x4332d3['t'],_0xed19c6=this['bindTemplate'],_0x4a7b3f=new _0x32620a();_0x4a7b3f['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':[_0x4a7b3f,{'text':_0xed19c6['to']('imageUploadProgress',_0x4b28bf=>t('Loading\x20image...')+'\x20('+(_0x4b28bf||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
|
-
const
|
|
23
|
+
const _0x353fe0=_0x167e;(function(_0x43006b,_0x2fa5bf){const _0x593fe7=_0x167e,_0x399584=_0x43006b();while(!![]){try{const _0x204b84=-parseInt(_0x593fe7(0xab))/0x1+-parseInt(_0x593fe7(0x95))/0x2+-parseInt(_0x593fe7(0xa2))/0x3+parseInt(_0x593fe7(0xac))/0x4*(-parseInt(_0x593fe7(0xa4))/0x5)+-parseInt(_0x593fe7(0x96))/0x6*(-parseInt(_0x593fe7(0x90))/0x7)+parseInt(_0x593fe7(0x93))/0x8*(-parseInt(_0x593fe7(0x9d))/0x9)+parseInt(_0x593fe7(0xaa))/0xa*(parseInt(_0x593fe7(0xbe))/0xb);if(_0x204b84===_0x2fa5bf)break;else _0x399584['push'](_0x399584['shift']());}catch(_0x2494d1){_0x399584['push'](_0x399584['shift']());}}}(_0x2c31,0x9df01));import{View as _0x58bfcb}from'ckeditor5/src/ui.js';import{UploadcareImageEditFormLoadingView as _0x11c9f5}from'./uploadcareimageeditformloadingview.js';function _0x167e(_0x5bb75f,_0x29629d){const _0x2c3117=_0x2c31();return _0x167e=function(_0x167e07,_0x4ca52e){_0x167e07=_0x167e07-0x90;let _0x128391=_0x2c3117[_0x167e07];return _0x128391;},_0x167e(_0x5bb75f,_0x29629d);}import{UploadcareImageEditFormErrorView as _0x473052}from'./uploadcareimageeditformerrorview.js';import{UploadcareImageEditFormEditingView as _0x54d25b}from'./uploadcareimageeditformeditingview.js';function _0x2c31(){const _0xe83125=['clear','set','disconnect','getFocusableElement','retry','fire','uploading','946KfYtmE','_items','focus','_focusableView','cancel','div','status','length','change:status','ready','1539013wKVHZJ','addedNodes','_addUploadcareImageEditorListeners','266096gDSPgm','observe','889960WdLdLT','24iyMTYF','error','_errorView','_addErrorViewListeners','_editingView','uc-cloud-image-editor','detail','9QPsDqo','_waitForImageEditorComponent','add','_loadingView','element','1909140sAkfSG','cdnUrl','600515YhxdNO','querySelector','target','once','addMany','apply','357310uEzWXy','1109840DaDSvL','36VyvhkJ','ck-uploadcare-form','toLowerCase','filter','nodeName','ck-reset_all-excluded','render','createCollection','setTemplate','addEventListener','_setView'];_0x2c31=function(){return _0xe83125;};return _0x2c31();}import{DialogFocusManagerView as _0x579eed}from'../../utils/dialogfocusmanagerview.js';import'../../../theme/uploadcare-form.css';export class UploadcareImageEditFormView extends _0x579eed{[_0x353fe0(0xbf)];[_0x353fe0(0xa0)];[_0x353fe0(0x98)];[_0x353fe0(0x9a)];[_0x353fe0(0xc1)];constructor(_0x30762d,_0x31da4d,_0x1b63d8){const _0x4b5f05=_0x353fe0;super(_0x30762d),this[_0x4b5f05(0xbf)]=this[_0x4b5f05(0xb3)](),this[_0x4b5f05(0xa0)]=new _0x11c9f5(_0x30762d),this[_0x4b5f05(0x98)]=new _0x473052(_0x30762d),this[_0x4b5f05(0x9a)]=new _0x54d25b(_0x30762d,_0x1b63d8),this[_0x4b5f05(0xc1)]=new _0x58bfcb(_0x30762d),this[_0x4b5f05(0xc1)][_0x4b5f05(0xb4)](this[_0x4b5f05(0xba)]()),this[_0x4b5f05(0xb8)](_0x4b5f05(0xc4),_0x31da4d),this[_0x4b5f05(0xb4)]({'tag':_0x4b5f05(0xc3),'attributes':{'class':['ck',_0x4b5f05(0xb1),_0x4b5f05(0xad)],'tabindex':'-1'},'children':this[_0x4b5f05(0xbf)]}),this[_0x4b5f05(0xb6)](),this[_0x4b5f05(0xa7)](_0x4b5f05(0xb2),()=>{const _0x17b901=_0x4b5f05;this[_0x17b901(0x9e)](this[_0x17b901(0xa1)],_0x21671d=>{const _0x5e9311=_0x17b901;this[_0x5e9311(0x92)](_0x21671d);});}),this['on'](_0x4b5f05(0xc6),()=>{const _0x143924=_0x4b5f05;this[_0x143924(0xb6)]();}),this[_0x4b5f05(0x99)]();}[_0x353fe0(0xc0)](){const _0x5e751a=_0x353fe0;this[_0x5e751a(0xa1)][_0x5e751a(0xc0)]();}[_0x353fe0(0xb6)](){const _0x53b9b4=_0x353fe0;switch(this[_0x53b9b4(0xbf)][_0x53b9b4(0xb7)](),this[_0x53b9b4(0xc4)]){case _0x53b9b4(0xbd):this[_0x53b9b4(0xbf)][_0x53b9b4(0x9f)](this[_0x53b9b4(0xa0)]);break;case _0x53b9b4(0x97):this[_0x53b9b4(0xbf)][_0x53b9b4(0x9f)](this[_0x53b9b4(0x98)]);break;case _0x53b9b4(0xc7):this[_0x53b9b4(0xbf)][_0x53b9b4(0xa8)]([this[_0x53b9b4(0x9a)],this[_0x53b9b4(0xc1)]]);}}[_0x353fe0(0x9e)](_0x46214f,_0x1810e9){const _0x2c8b99=_0x353fe0,_0x183347=_0x2c8b99(0x9b),_0xb9fec0=_0x46214f[_0x2c8b99(0xa5)](_0x183347);if(_0xb9fec0)return _0x1810e9(_0xb9fec0);const _0x1f1038=new MutationObserver(_0x426297=>{const _0x50f5a7=_0x2c8b99,_0x4b6c25=_0x426297[_0x50f5a7(0xaf)](_0x159482=>_0x159482[_0x50f5a7(0xa6)]===_0x46214f&&_0x159482[_0x50f5a7(0x91)][_0x50f5a7(0xc5)]>0x0&&_0x159482[_0x50f5a7(0x91)][0x0][_0x50f5a7(0xb0)][_0x50f5a7(0xae)]()===_0x183347);_0x4b6c25[_0x50f5a7(0xc5)]&&(_0x1f1038[_0x50f5a7(0xb9)](),_0x1810e9(_0x4b6c25[0x0][_0x50f5a7(0x91)][0x0]));});_0x1f1038[_0x2c8b99(0x94)](_0x46214f,{'childList':!0x0,'subtree':!0x0});}[_0x353fe0(0x92)](_0x77e774){const _0x599d4e=_0x353fe0;_0x77e774[_0x599d4e(0xb5)](_0x599d4e(0xa9),_0x500731=>{const _0x222a0f=_0x599d4e;this[_0x222a0f(0xbc)](_0x222a0f(0xa9),{'imageSrc':_0x500731[_0x222a0f(0x9c)][_0x222a0f(0xa3)]});}),_0x77e774[_0x599d4e(0xb5)](_0x599d4e(0xc2),()=>{const _0xbfe0d1=_0x599d4e;this[_0xbfe0d1(0xbc)](_0xbfe0d1(0xc2));});}[_0x353fe0(0x99)](){const _0x570d3a=_0x353fe0;this[_0x570d3a(0x98)]['on'](_0x570d3a(0xbb),()=>{const _0x1f91f4=_0x570d3a;this[_0x1f91f4(0xbc)](_0x1f91f4(0xbb));});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1ec2cb=_0x1942;(function(_0x1b85f0,_0x593027){const _0x3c571c=_0x1942,_0x5f209c=_0x1b85f0();while(!![]){try{const _0x3a30e1=-parseInt(_0x3c571c(0xa9))/0x1+parseInt(_0x3c571c(0xa2))/0x2+parseInt(_0x3c571c(0x9d))/0x3+-parseInt(_0x3c571c(0x98))/0x4*(parseInt(_0x3c571c(0xab))/0x5)+parseInt(_0x3c571c(0x9c))/0x6+-parseInt(_0x3c571c(0xa5))/0x7*(-parseInt(_0x3c571c(0x93))/0x8)+parseInt(_0x3c571c(0xa1))/0x9*(parseInt(_0x3c571c(0xaf))/0xa);if(_0x3a30e1===_0x593027)break;else _0x5f209c['push'](_0x5f209c['shift']());}catch(_0x59a556){_0x5f209c['push'](_0x5f209c['shift']());}}}(_0x4f5e,0x49a27));function _0x1942(_0x46f433,_0x1bdf37){const _0x4f5ebf=_0x4f5e();return _0x1942=function(_0x194239,_0x43837b){_0x194239=_0x194239-0x92;let _0x53e628=_0x4f5ebf[_0x194239];return _0x53e628;},_0x1942(_0x46f433,_0x1bdf37);}import{Command as _0x569833}from'ckeditor5/src/core.js';function _0x4f5e(){const _0x37b3ba=['element','document','config','bind','8cAxVyH','editor','isEnabled','imageBlock','559884tkSnoB','55134syeglK','get','selection','imageEditController','369JibiRG','190190rRTeQX','imageInline','isActive','1631749VXXdpp','model','set','unbind','392337BLsFBg','uploadcare.allowExternalImagesEditing','1034040RkGhBE','execute','getSelectedElement','requires','105990FJmCAv','plugins','_isEditable','refresh','16szwEvj'];_0x4f5e=function(){return _0x37b3ba;};return _0x4f5e();}import{Dialog as _0x57a8a1}from'ckeditor5/src/ui.js';import{UploadcareImageEditController as _0x25085e}from'./ui/uploadcareimageeditcontroller.js';import{createEditabilityChecker as _0x22913f}from'../utils/editingutils.js';export class UploadcareImageEditCommand extends _0x569833{[_0x1ec2cb(0xa0)];static get[_0x1ec2cb(0xae)](){return[_0x57a8a1];}[_0x1ec2cb(0xb1)];constructor(_0xe0eded){const _0x3b49c3=_0x1ec2cb;super(_0xe0eded),this[_0x3b49c3(0xa0)]=void 0x0,this[_0x3b49c3(0xb1)]=_0x22913f(_0xe0eded[_0x3b49c3(0x96)][_0x3b49c3(0x9e)](_0x3b49c3(0xaa))||[]),this[_0x3b49c3(0xa7)]({'isActive':!0x1});}[_0x1ec2cb(0x92)](){const _0x3ebe83=_0x1ec2cb,_0x57e133=this[_0x3ebe83(0x99)][_0x3ebe83(0xa6)][_0x3ebe83(0x95)][_0x3ebe83(0x9f)][_0x3ebe83(0xad)]();this[_0x3ebe83(0x9a)]=this[_0x3ebe83(0xb1)](_0x57e133);}[_0x1ec2cb(0xac)](){const _0x9d7f99=_0x1ec2cb;this[_0x9d7f99(0xa0)]&&(this[_0x9d7f99(0xa8)](_0x9d7f99(0xa4)),this[_0x9d7f99(0xa0)]=void 0x0);const _0xb41e4b=this[_0x9d7f99(0x99)][_0x9d7f99(0xa6)][_0x9d7f99(0x95)][_0x9d7f99(0x9f)][_0x9d7f99(0xad)]();_0xb41e4b&&(_0xb41e4b['is'](_0x9d7f99(0x94),_0x9d7f99(0x9b))||_0xb41e4b['is'](_0x9d7f99(0x94),_0x9d7f99(0xa3)))&&(this[_0x9d7f99(0xa0)]=new _0x25085e(this[_0x9d7f99(0x99)],this[_0x9d7f99(0x99)][_0x9d7f99(0xb0)][_0x9d7f99(0x9e)](_0x57a8a1),_0xb41e4b),this[_0x9d7f99(0x97)](_0x9d7f99(0xa4))['to'](this[_0x9d7f99(0xa0)],_0x9d7f99(0xa4)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3ca802=_0x39d0;(function(_0x4bfefc,_0x570af6){const _0x53b20d=_0x39d0,_0x296bb3=_0x4bfefc();while(!![]){try{const _0x2400a7=parseInt(_0x53b20d(0xed))/0x1+-parseInt(_0x53b20d(0xea))/0x2*(parseInt(_0x53b20d(0xe4))/0x3)+-parseInt(_0x53b20d(0xdf))/0x4*(-parseInt(_0x53b20d(0xf0))/0x5)+-parseInt(_0x53b20d(0xde))/0x6+-parseInt(_0x53b20d(0xee))/0x7*(parseInt(_0x53b20d(0xe9))/0x8)+-parseInt(_0x53b20d(0xf3))/0x9+parseInt(_0x53b20d(0xe0))/0xa*(parseInt(_0x53b20d(0xf1))/0xb);if(_0x2400a7===_0x570af6)break;else _0x296bb3['push'](_0x296bb3['shift']());}catch(_0x27d8b8){_0x296bb3['push'](_0x296bb3['shift']());}}}(_0x8c7d,0xa4bf9));import{Plugin as _0x416ed2}from'ckeditor5/src/core.js';function _0x8c7d(){const _0x4a8215=['88118ZVufIJ','ImageUtils','uploadcareImageReplace','772469hhqHzR','4211571BtCevf','add','4187930tozRUX','672683oAfMuE','init','851121LRTLzm','uploadcareImageEdit','6965364XBdRZt','4VtEFfb','230qXeqmw','UploadcareImageEditEditing','requires','isOfficialPlugin','33zGuwYm','pluginName','isPremiumPlugin','ImageEditing','commands','8jOYolh'];_0x8c7d=function(){return _0x4a8215;};return _0x8c7d();}import{Notification as _0x2606b3}from'ckeditor5/src/ui.js';import{UploadcareImageEditCommand as _0x20622}from'./uploadcareimageeditcommand.js';import{UploadcareImageReplaceCommand as _0x5a3317}from'./uploadcareimagereplacecommand.js';import{UploadcareEditing as _0x166229}from'../uploadcareediting.js';function _0x39d0(_0x41b094,_0x21dd0c){const _0x8c7d15=_0x8c7d();return _0x39d0=function(_0x39d042,_0x43a2aa){_0x39d042=_0x39d042-0xdd;let _0x157e94=_0x8c7d15[_0x39d042];return _0x157e94;},_0x39d0(_0x41b094,_0x21dd0c);}export class UploadcareImageEditEditing extends _0x416ed2{static get[_0x3ca802(0xe5)](){const _0x2abefa=_0x3ca802;return _0x2abefa(0xe1);}static get[_0x3ca802(0xe2)](){const _0xcf1006=_0x3ca802;return[_0x166229,_0x2606b3,_0xcf1006(0xeb),_0xcf1006(0xe7)];}static get[_0x3ca802(0xe3)](){return!0x0;}static get[_0x3ca802(0xe6)](){return!0x0;}[_0x3ca802(0xf2)](){const _0x5b1bd0=_0x3ca802,{editor:_0xaeee92}=this;_0xaeee92[_0x5b1bd0(0xe8)][_0x5b1bd0(0xef)](_0x5b1bd0(0xdd),new _0x20622(_0xaeee92)),_0xaeee92[_0x5b1bd0(0xe8)][_0x5b1bd0(0xef)](_0x5b1bd0(0xec),new _0x5a3317(_0xaeee92));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x5c36be}from'ckeditor5/src/core.js';import{ButtonView as _0x35fac7}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x237259}from'ckeditor5/src/icons.js';import{createElement as _0x4b9372}from'ckeditor5/src/utils.js';import'@uploadcare/file-uploader/web/uc-cloud-image-editor.min.css';import'../../theme/uploadcare-theme.css';export class UploadcareImageEditUI extends _0x5c36be{['_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 _0x540168=this['editor'];_0x540168['ui']['componentFactory']['add']('uploadcareImageEdit',_0x5a90c2=>{const _0x13c082=_0x540168['commands']['get']('uploadcareImageEdit'),_0x30e050=new _0x35fac7(_0x5a90c2),t=_0x5a90c2['t'];return _0x30e050['set']({'icon':_0x237259,'tooltip':!0x0,'label':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'})}),_0x30e050['bind']('isEnabled')['to'](_0x13c082),_0x30e050['bind']('isOn')['to'](_0x13c082,'isActive'),this['listenTo'](_0x30e050,'execute',()=>{_0x540168['execute']('uploadcareImageEdit'),_0x540168['editing']['view']['focus']();}),_0x30e050;}),this['_initConfig']();}['_initConfig'](){const _0x1bf8b9=_0x4b9372(document,'uc-config',{'ctx-name':'image-edit','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage']});document['body']['appendChild'](_0x1bf8b9),this['listenTo'](this['editor'],'destroy',()=>{_0x1bf8b9['remove']();});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x8a37cd=_0x1312;(function(_0x2925ab,_0x6c162a){var _0x222a49=_0x1312,_0x28db9e=_0x2925ab();while(!![]){try{var _0x352fc2=-parseInt(_0x222a49(0x81))/0x1*(parseInt(_0x222a49(0x8a))/0x2)+-parseInt(_0x222a49(0x86))/0x3*(parseInt(_0x222a49(0x7c))/0x4)+parseInt(_0x222a49(0x8e))/0x5+parseInt(_0x222a49(0x8f))/0x6*(parseInt(_0x222a49(0x80))/0x7)+parseInt(_0x222a49(0x7d))/0x8+-parseInt(_0x222a49(0x7b))/0x9*(parseInt(_0x222a49(0x87))/0xa)+-parseInt(_0x222a49(0x7e))/0xb*(-parseInt(_0x222a49(0x8d))/0xc);if(_0x352fc2===_0x6c162a)break;else _0x28db9e['push'](_0x28db9e['shift']());}catch(_0x37dd29){_0x28db9e['push'](_0x28db9e['shift']());}}}(_0x4f98,0xb6b83));import{FocusTracker as _0x59c263}from'ckeditor5/src/utils.js';function _0x1312(_0x96c63d,_0x3785db){var _0x4f9895=_0x4f98();return _0x1312=function(_0x131255,_0x209993){_0x131255=_0x131255-0x7b;var _0x47996c=_0x4f9895[_0x131255];return _0x47996c;},_0x1312(_0x96c63d,_0x3785db);}function _0x4f98(){var _0x4ca22c=['fire','133qSxkDQ','307CcAFAo','focusCycler','true','div','bindTemplate','11442rwZlcD','10SVJgYV','getFocusableElement','forwardCycle','9430TptWhH','createCollection','focusTracker','5847540ZpOqmr','4432165HTorsp','38022ibbrvI','6756237BBZpFl','1488KuSijR','7376912xvuqWL','55uqNFNR'];_0x4f98=function(){return _0x4ca22c;};return _0x4f98();}import{View as _0x553ada,FocusCycler as _0x2e5bb0}from'ckeditor5/src/ui.js';import'../../theme/uploadcare-form.css';export class DialogFocusManagerView extends _0x553ada{[_0x8a37cd(0x8c)];[_0x8a37cd(0x82)];constructor(_0x2cbcfb){var _0x5749b2=_0x8a37cd;super(_0x2cbcfb),this[_0x5749b2(0x8c)]=new _0x59c263(),this[_0x5749b2(0x82)]=new _0x2e5bb0({'focusables':this[_0x5749b2(0x8b)](),'focusTracker':this[_0x5749b2(0x8c)]});}[_0x8a37cd(0x88)](){var _0x230523=_0x8a37cd;return{'tag':_0x230523(0x84),'attributes':{'aria-hidden':_0x230523(0x83),'tabindex':'0'},'on':{'focus':this[_0x230523(0x85)]['to'](()=>{var _0x380aba=_0x230523;this[_0x380aba(0x82)][_0x380aba(0x7f)](_0x380aba(0x89));})}};}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1dd722,_0x5aaa67){const _0x347ab1=_0x5f1b,_0x4eec4f=_0x1dd722();while(!![]){try{const _0xaef758=parseInt(_0x347ab1(0x1f6))/0x1+-parseInt(_0x347ab1(0x1eb))/0x2*(-parseInt(_0x347ab1(0x1ff))/0x3)+parseInt(_0x347ab1(0x209))/0x4+-parseInt(_0x347ab1(0x1ee))/0x5*(parseInt(_0x347ab1(0x1f4))/0x6)+-parseInt(_0x347ab1(0x20a))/0x7+-parseInt(_0x347ab1(0x1da))/0x8+-parseInt(_0x347ab1(0x201))/0x9*(parseInt(_0x347ab1(0x1fa))/0xa);if(_0xaef758===_0x5aaa67)break;else _0x4eec4f['push'](_0x4eec4f['shift']());}catch(_0x54e3e4){_0x4eec4f['push'](_0x4eec4f['shift']());}}}(_0x3154,0xef93a));function _0x5f1b(_0x389135,_0x54b0ac){const _0x315407=_0x3154();return _0x5f1b=function(_0x5f1bc5,_0xc149f9){_0x5f1bc5=_0x5f1bc5-0x1d8;let _0x4b9adb=_0x315407[_0x5f1bc5];return _0x4b9adb;},_0x5f1b(_0x389135,_0x54b0ac);}import{global as _0x2b14db,DomEmitterMixin as _0x3cc062}from'ckeditor5/src/utils.js';export function createEditabilityChecker(_0x5014b9){const _0x2469d1=_0x5f1b,_0x200b47=G(_0x5014b9);return _0x3863cc=>!(!_0x3863cc||!_0x3863cc['is'](_0x2469d1(0x1f7),_0x2469d1(0x1e1))&&!_0x3863cc['is'](_0x2469d1(0x1f7),_0x2469d1(0x1fb)))&&(!!_0x3863cc[_0x2469d1(0x200)](_0x2469d1(0x1e5))||!!_0x3863cc[_0x2469d1(0x200)](_0x2469d1(0x1f0))&&_0x200b47(_0x3863cc[_0x2469d1(0x1e3)](_0x2469d1(0x1f0))));}export function getImageUrls(_0x369f10,_0x185954){const _0x57d557=_0x5f1b,_0x1c149a=[0x140,0x1e0,0x300,0x400,0x4b0,0x640,0x780,0x960][_0x57d557(0x20c)](_0x319bc1=>_0x319bc1<=_0x185954)[_0x57d557(0x1e0)](_0x471d3e=>_0x369f10[_0x57d557(0x1f2)](/\/$/,'')+_0x57d557(0x1d8)+_0x471d3e+_0x57d557(0x1e4)+_0x471d3e+'w');return{'imageFallbackUrl':_0x369f10,'imageSources':[{'srcset':_0x1c149a[_0x57d557(0x1e8)](',\x20'),'sizes':_0x57d557(0x1f3)+_0x185954+_0x57d557(0x1de)+_0x185954+'px','type':_0x57d557(0x1ed)}]};}function _0x3154(){const _0x3b2786=['width','join','plugins','change','10quUrdn','document','image/webp','7236695WAngdr','get','src','isArray','replace','(max-width:\x20','6ZcYJVT','function','1517253pIyKuP','element','domConverter','height','27070brZpeJ','imageInline','viewToDom','window','baseURI','530583HYyBTU','hasAttribute','576stRuOX','removeClass','some','mapper','findViewImgElement','setStyle','stopListening','ImageUtils','6551852TwznzX','1812258qPJEVA','origin','filter','listenTo','image-processing','addClass','location','/-/resize/','load','9429872irNVAL','toViewElement','aspect-ratio','removeStyle','px)\x20100vw,\x20','view','map','imageBlock','editing','getAttribute','x/\x20','uploadcareImageId','match'];_0x3154=function(){return _0x3b2786;};return _0x3154();}export function getImageDimension(_0x550ab6,_0x71db5b,_0x5f3e10){const _0xa9ed4c=_0x5f1b,_0x1ae6d3=_0x550ab6[_0xa9ed4c(0x1e6)](/\/crop\/(\d+)x(\d+)\//);return{'width':_0x1ae6d3?parseInt(_0x1ae6d3[0x1],0xa):_0x71db5b,'height':_0x1ae6d3?parseInt(_0x1ae6d3[0x2],0xa):_0x5f3e10};}export function showImageProcessingIndicator(_0x123de9,_0x47b055){const _0x3af8a5=_0x5f1b,_0xa4365b=new(_0x3cc062())(),_0x510173=_0x123de9[_0x3af8a5(0x1e9)][_0x3af8a5(0x1ef)](_0x3af8a5(0x208)),_0x26132f=_0x123de9[_0x3af8a5(0x1e2)][_0x3af8a5(0x204)][_0x3af8a5(0x1db)](_0x47b055),_0x284884=_0x510173[_0x3af8a5(0x205)](_0x26132f),_0x5728b1=_0x123de9[_0x3af8a5(0x1e2)][_0x3af8a5(0x1df)][_0x3af8a5(0x1f8)][_0x3af8a5(0x1fc)](_0x284884),_0x33e019=_0x47b055[_0x3af8a5(0x1e3)](_0x3af8a5(0x1e7)),_0x4f7908=_0x47b055[_0x3af8a5(0x1e3)](_0x3af8a5(0x1f9)),_0x30d9c7=_0x3af8a5(0x20e);_0x123de9[_0x3af8a5(0x1e2)][_0x3af8a5(0x1df)][_0x3af8a5(0x1ea)](_0x3395b4=>{const _0x45e1e7=_0x3af8a5;_0x3395b4[_0x45e1e7(0x20f)](_0x30d9c7,_0x26132f),_0x3395b4[_0x45e1e7(0x206)](_0x45e1e7(0x1dc),_0x33e019+'/'+_0x4f7908,_0x284884);}),_0xa4365b[_0x3af8a5(0x20d)](_0x5728b1,_0x3af8a5(0x1d9),()=>{const _0x3e0715=_0x3af8a5;_0xa4365b[_0x3e0715(0x207)](_0x5728b1,_0x3e0715(0x1d9)),_0x123de9[_0x3e0715(0x1e2)][_0x3e0715(0x1df)][_0x3e0715(0x1ea)](_0x35a198=>{const _0x4364dd=_0x3e0715;_0x35a198[_0x4364dd(0x202)](_0x30d9c7,_0x26132f),_0x35a198[_0x4364dd(0x1dd)](_0x4364dd(0x1dc),_0x284884);});});}function G(_0x5351a0){const _0x2fd00d=_0x5f1b;if(Array[_0x2fd00d(0x1f1)](_0x5351a0)){const _0x256520=_0x5351a0[_0x2fd00d(0x1e0)](G);return _0xb27e2a=>_0x256520[_0x2fd00d(0x203)](_0x4caee8=>_0x4caee8(_0xb27e2a));}if(_0x2fd00d(0x20b)==_0x5351a0){const _0x259381=_0x2b14db[_0x2fd00d(0x1fd)][_0x2fd00d(0x210)][_0x2fd00d(0x20b)];return _0x56e2f2=>new URL(_0x56e2f2,_0x2b14db[_0x2fd00d(0x1ec)][_0x2fd00d(0x1fe)])[_0x2fd00d(0x20b)]==_0x259381;}return _0x2fd00d(0x1f5)==typeof _0x5351a0?_0x5351a0:_0x5351a0 instanceof RegExp?_0x430efa=>!(!_0x430efa[_0x2fd00d(0x1e6)](_0x5351a0)&&!_0x430efa[_0x2fd00d(0x1f2)](/^https?:\/\//,'')[_0x2fd00d(0x1e6)](_0x5351a0)):()=>!0x1;}
|
package/src/utils/isancestor.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x36e5(){var _0x836560=['includes','479268LYtAvq','1lxEJnk','7329iZlUUK','35186Hrzrsc','3213140WJmbNO','8284DnifZy','target','2096KIwMFW','1294980aCwHFh','3072888FqPOXr','55reEkmT'];_0x36e5=function(){return _0x836560;};return _0x36e5();}(function(_0x1d4588,_0x3382af){var _0x2023c3=_0x452e,_0x32b06e=_0x1d4588();while(!![]){try{var _0x10237e=parseInt(_0x2023c3(0x173))/0x1*(-parseInt(_0x2023c3(0x175))/0x2)+parseInt(_0x2023c3(0x172))/0x3+-parseInt(_0x2023c3(0x16b))/0x4*(-parseInt(_0x2023c3(0x170))/0x5)+-parseInt(_0x2023c3(0x16e))/0x6+-parseInt(_0x2023c3(0x174))/0x7*(-parseInt(_0x2023c3(0x16d))/0x8)+-parseInt(_0x2023c3(0x16f))/0x9+parseInt(_0x2023c3(0x176))/0xa;if(_0x10237e===_0x3382af)break;else _0x32b06e['push'](_0x32b06e['shift']());}catch(_0x32fd06){_0x32b06e['push'](_0x32b06e['shift']());}}}(_0x36e5,0x31a2e));function _0x452e(_0x2e503d,_0x127844){var _0x36e5b0=_0x36e5();return _0x452e=function(_0x452e4a,_0x865315){_0x452e4a=_0x452e4a-0x16b;var _0x27fdbe=_0x36e5b0[_0x452e4a];return _0x27fdbe;},_0x452e(_0x2e503d,_0x127844);}import{getAncestors as _0xb46641}from'ckeditor5/src/utils.js';export function isAncestor(_0x23a2d4,_0x112580){var _0x1788b2=_0x452e;return _0xb46641(_0x23a2d4[_0x1788b2(0x16c)])[_0x1788b2(0x171)](_0x112580);}
|
package/src/utils/uploadutils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0xea7d8d=_0x3fed;(function(_0x246dc9,_0x4b7cf3){var _0x1aeb95=_0x3fed,_0x4ff6bc=_0x246dc9();while(!![]){try{var _0x1113da=-parseInt(_0x1aeb95(0xb6))/0x1+parseInt(_0x1aeb95(0xb5))/0x2*(parseInt(_0x1aeb95(0xb0))/0x3)+-parseInt(_0x1aeb95(0xb9))/0x4*(-parseInt(_0x1aeb95(0xb4))/0x5)+-parseInt(_0x1aeb95(0xb3))/0x6+-parseInt(_0x1aeb95(0xb7))/0x7*(-parseInt(_0x1aeb95(0xaf))/0x8)+-parseInt(_0x1aeb95(0xb2))/0x9+parseInt(_0x1aeb95(0xb8))/0xa;if(_0x1113da===_0x4b7cf3)break;else _0x4ff6bc['push'](_0x4ff6bc['shift']());}catch(_0x1514ce){_0x4ff6bc['push'](_0x4ff6bc['shift']());}}}(_0x5a57,0x1e63b));function _0x3fed(_0x3eeac8,_0x509a3d){var _0x5a57bc=_0x5a57();return _0x3fed=function(_0x3fedcf,_0x286acf){_0x3fedcf=_0x3fedcf-0xaf;var _0x462e97=_0x5a57bc[_0x3fedcf];return _0x462e97;},_0x3fed(_0x3eeac8,_0x509a3d);}import{uploadFile as _0x1a9633,info as _0x7532ff}from'@uploadcare/upload-client';export class UploadUtils{static[_0xea7d8d(0xba)]({file:_0x1504ba,..._0x2f15e5}){return _0x1a9633(_0x1504ba,_0x2f15e5);}static[_0xea7d8d(0xb1)](_0x330b9a,_0x185cfd){return _0x7532ff(_0x330b9a,_0x185cfd);}}function _0x5a57(){var _0x590c13=['getInfo','832752OGxpCj','713460tolIuA','1255NTZUVU','11612EhNYqC','97217XHuQPa','37527wNhZqR','296920vMtOMl','3148RMAICN','upload','56Ahagmj','87oKtDUu'];_0x5a57=function(){return _0x590c13;};return _0x5a57();}
|