@ckeditor/ckeditor5-uploadcare 0.0.0-nightly-20251225.0 → 0.0.0-nightly-20251226.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/utils/dialogfocusmanagerview.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 _0x512580,ObservableMixin as _0x44de94}from'ckeditor5/src/utils.js';import{DialogViewPosition as _0x118bde}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x4facdd}from'ckeditor5/src/icons.js';import{UploadcareImageEditFormView as _0x1eb74a}from'./uploadcareimageeditformview.js';import{UploadUtils as _0x3b54de}from'../../utils/uploadutils.js';import{getImageUrls as _0x4de195,getImageDimension as _0x13d4ec}from'../../utils/editingutils.js';import{isAncestor as _0x30846e}from'../../utils/isancestor.js';export class UploadcareImageEditController extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x44de94(){['_editor'];['_dialog'];['_imageElement'];['_imageCache'];['_controller'];['_attributes'];constructor(_0x304e59,_0x54bda0,_0x521566){super(),this['_editor']=_0x304e59,this['_dialog']=_0x54bda0,this['_imageElement']=_0x521566,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 _0x384a11=this['_imageElement'],_0x914666=_0x384a11['getAttribute']('uploadcareImageId'),_0x2ac35a=_0x384a11['getAttribute']('src');if(_0x914666)await this['_loadImageInfo'](_0x914666,_0x2ac35a);else{if(this['_imageCache']['has'](_0x2ac35a)){const _0x2ea720=this['_imageCache']['get'](_0x2ac35a);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x2ea720['url'],this['imageDimension']=_0x2ea720['dimension'],this['imageId']=_0x2ea720['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x5299bb}=this['_editor'],t=_0x5299bb['t'],_0x3c1171=new _0x1eb74a(_0x5299bb,this['imageStatus'],this['_attributes']);_0x3c1171['bind']('status')['to'](this,'imageStatus'),_0x3c1171['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x3c1171['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x3c1171['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x3c1171,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x4facdd,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x3c1171,'position':_0x118bde['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x3c1171['focus']();},'onHide':()=>{_0x3c1171['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x4e69f4=>!_0x30846e(_0x4e69f4,_0x3c1171['element'])}});}['_loadImageInfo'](_0x3896fa,_0x558853){return _0x3b54de['getInfo'](_0x3896fa,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'baseURL':this['_editor']['config']['get']('uploadcare.uploader.baseUrl')})['then'](_0x4a8aa4=>{const {width:_0xcb874f,height:_0x1f5454}=_0x4a8aa4['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x558853,this['imageDimension']={'width':_0xcb874f,'height':_0x1f5454},this['imageId']=_0x3896fa;})['catch'](_0x1f0027=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x1f0027['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x24667c,_0xfee29f){return this['_getImageAsFile'](_0x24667c)['then'](_0x35ef76=>_0x3b54de['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':_0xfee29f['signal'],'file':_0x35ef76,'onProgress':_0xa681aa=>{_0xa681aa&&_0xa681aa['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0xa681aa['value']));}}))['then'](_0x42cabd=>{const {width:_0x4d15f2,height:_0x29225e}=_0x42cabd['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x42cabd['cdnUrl'],this['imageDimension']={'width':_0x4d15f2,'height':_0x29225e},this['imageId']=_0x42cabd['uuid'],this['imageUploadProgress']=null;const _0x4f90b4=_0x24667c['getAttribute']('src');this['_imageCache']['set'](_0x4f90b4,{'id':_0x42cabd['uuid'],'url':_0x42cabd['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x5a8604=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x5a8604['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x4cbf85,_0x105501){_0x4cbf85['on']('apply',(_0x34b6d5,_0x5a1b98)=>{this['_replaceImage'](_0x105501,_0x5a1b98['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x4cbf85['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x4cbf85['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0x3c9f3c,_0x3467cc,_0x6e7c3a){const _0x1c0a7f=this['_editor'],{width:_0x19d499,height:_0x5c82a8}=_0x13d4ec(_0x3467cc,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x459941,imageSources:_0x2c5310}=_0x4de195(_0x3467cc,_0x19d499);_0x1c0a7f['model']['change'](_0x1bb536=>{if('$graveyard'===_0x3c9f3c['root']['rootName']){_0x1c0a7f['execute']('insertImage',{'imageType':_0x3c9f3c['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0x3c9f3c['getAttributes']()),'uploadcareImageId':_0x6e7c3a,'src':_0x459941,'sources':_0x2c5310,'width':_0x19d499,'height':_0x5c82a8}});const _0x50a9f5=_0x3c9f3c['getChildren']();_0x3c9f3c=_0x1c0a7f['model']['document']['selection']['getSelectedElement']();for(const _0x15144f of _0x50a9f5)_0x1bb536['append'](_0x1bb536['cloneElement'](_0x15144f),_0x3c9f3c);}else _0x1bb536['setSelection'](_0x3c9f3c,'on'),_0x1c0a7f['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0x3c9f3c['getAttributes']()),'uploadcareImageId':_0x6e7c3a,'src':_0x459941,'sources':_0x2c5310,'width':_0x19d499,'height':_0x5c82a8},_0x3c9f3c);_0x1bb536['setSelection'](_0x3c9f3c,'on');});}async['_getImageAsFile'](_0x3d702b){const _0x1fb36d=_0x512580['window'],_0x5515c6=_0x512580['document']['location']['href'],_0x5f1785=new _0x1fb36d['URL'](_0x3d702b['getAttribute']('src'),_0x5515c6);if('data:'===_0x5f1785['protocol']){const _0x3129f9=_0x5f1785['href']['split'](','),_0x5de92e=_0x3129f9[0x0]['match'](/:(.*?);/)[0x1],_0xb629a4=_0x5de92e['split']('/')[0x1],_0x9695d9=_0x1fb36d['atob'](_0x3129f9[_0x3129f9['length']-0x1]);let _0x6f1ae9=_0x9695d9['length'];const _0x3ad5d8=new _0x1fb36d['Uint8Array'](_0x6f1ae9);for(;_0x6f1ae9--;)_0x3ad5d8[_0x6f1ae9]=_0x9695d9['charCodeAt'](_0x6f1ae9);return new _0x1fb36d['File']([_0x3ad5d8],'image.'+_0xb629a4,{'type':_0x5de92e});}const _0x2ace37=_0x5f1785['href']['split']('/'),_0x59d32f=_0x2ace37[_0x2ace37['length']-0x1],_0x3ef7c6=_0x59d32f['split']('.')[0x1];return _0x1fb36d['fetch'](_0x5f1785['href'])['then'](_0x369a69=>_0x369a69['clone']()['blob']())['then'](_0x36fb3f=>new _0x1fb36d['File']([_0x36fb3f],_0x59d32f,{'type':'image/'+_0x3ef7c6}));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
(function(_0x22fcab,_0xaab7e9){const _0x3dbd37=_0x5b10,_0x25177f=_0x22fcab();while(!![]){try{const _0x4203bd=-parseInt(_0x3dbd37(0xd7))/0x1+-parseInt(_0x3dbd37(0xdb))/0x2+-parseInt(_0x3dbd37(0xe0))/0x3+-parseInt(_0x3dbd37(0xdf))/0x4*(-parseInt(_0x3dbd37(0xd0))/0x5)+-parseInt(_0x3dbd37(0xd5))/0x6+parseInt(_0x3dbd37(0xd3))/0x7*(parseInt(_0x3dbd37(0xd9))/0x8)+parseInt(_0x3dbd37(0xda))/0x9;if(_0x4203bd===_0xaab7e9)break;else _0x25177f['push'](_0x25177f['shift']());}catch(_0x6e07d){_0x25177f['push'](_0x25177f['shift']());}}}(_0x2c03,0x7f84c));function _0x2c03(){const _0x5a1285=['2032930slepXP','set','imageSrc','setTemplate','282868LAqDci','594345FHLQUR','30RfChJF','uc-light','bindTemplate','7FsZVkA','uc-cloud-image-editor','280200BoqaLL','ck-uploadcare-theme','770864OYdFlU','image-edit','6340136QsmKnD','12038769oOAYEC'];_0x2c03=function(){return _0x5a1285;};return _0x2c03();}function _0x5b10(_0x2e89a6,_0x449cf){const _0x2c036f=_0x2c03();return _0x5b10=function(_0x5b1077,_0x408822){_0x5b1077=_0x5b1077-0xd0;let _0x20b96b=_0x2c036f[_0x5b1077];return _0x20b96b;},_0x5b10(_0x2e89a6,_0x449cf);}import{View as _0x572cce}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormEditingView extends _0x572cce{constructor(_0x358650,_0x46b012){const _0x260968=_0x5b10;super(_0x358650);const _0x5923fa=this[_0x260968(0xd2)];this[_0x260968(0xdc)](_0x260968(0xdd),''),this[_0x260968(0xde)]({'tag':_0x260968(0xd4),'attributes':{..._0x46b012,'class':[_0x260968(0xd1),_0x260968(0xd6)],'ctx-name':_0x260968(0xd8),'cdn-url':_0x5923fa['to'](_0x260968(0xdd))}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{IconError as
|
|
23
|
+
import{IconError as _0x3fb6cc}from'ckeditor5/src/icons.js';import{ButtonView as _0x282890,IconView as _0x3075dc,View as _0x145c69}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormErrorView extends _0x145c69{constructor(_0x9cd1ae){super(_0x9cd1ae);const t=_0x9cd1ae['t'];this['set']('errorType',null);const _0x3ac43d=new _0x282890(_0x9cd1ae);_0x3ac43d['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x3ac43d['withText']=!0x0,_0x3ac43d['class']='ck-button-action',_0x3ac43d['on']('execute',()=>{this['fire']('retry');}),_0x3ac43d['bind']('isVisible')['to'](this,'errorType',_0x32c9ac=>'NotFound'!==_0x32c9ac);const _0x3d7d1c=new _0x3075dc();_0x3d7d1c['content']=_0x3fb6cc,_0x3d7d1c['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x3f422=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':[_0x3d7d1c,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x3f422['to']('errorType',_0x3585b8=>t('NotFound'!==_0x3585b8?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x3ac43d]},{'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 _0x5b342a,View as _0xf6a849}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormLoadingView extends _0xf6a849{constructor(_0x40ae9b){super(_0x40ae9b);const t=_0x40ae9b['t'],_0x5dbce9=this['bindTemplate'],_0x155fff=new _0x5b342a();_0x155fff['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':[_0x155fff,{'text':_0x5dbce9['to']('imageUploadProgress',_0x5010cb=>t('Loading\x20image...')+'\x20('+(_0x5010cb||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 _0x2ab506=_0x5afc;(function(_0x51f11c,_0x5e4c98){const _0x69ef5b=_0x5afc,_0x5eb31f=_0x51f11c();while(!![]){try{const _0x1297bf=-parseInt(_0x69ef5b(0xe5))/0x1+-parseInt(_0x69ef5b(0xbd))/0x2*(-parseInt(_0x69ef5b(0xdb))/0x3)+parseInt(_0x69ef5b(0xe8))/0x4+-parseInt(_0x69ef5b(0xc7))/0x5+parseInt(_0x69ef5b(0xb8))/0x6*(parseInt(_0x69ef5b(0xe4))/0x7)+parseInt(_0x69ef5b(0xd8))/0x8+-parseInt(_0x69ef5b(0xde))/0x9*(parseInt(_0x69ef5b(0xdd))/0xa);if(_0x1297bf===_0x5e4c98)break;else _0x5eb31f['push'](_0x5eb31f['shift']());}catch(_0x171b44){_0x5eb31f['push'](_0x5eb31f['shift']());}}}(_0x3501,0x2db34));import{View as _0x46fcd0}from'ckeditor5/src/ui.js';import{UploadcareImageEditFormLoadingView as _0x18220f}from'./uploadcareimageeditformloadingview.js';import{UploadcareImageEditFormErrorView as _0x4a6a36}from'./uploadcareimageeditformerrorview.js';import{UploadcareImageEditFormEditingView as _0x1e8267}from'./uploadcareimageeditformeditingview.js';import{DialogFocusManagerView as _0x52bf73}from'../../utils/dialogfocusmanagerview.js';function _0x3501(){const _0x20ba9f=['_editingView','nodeName','_focusableView','div','length','2103376AObKZh','ck-reset_all-excluded','uploading','754833lvyWLJ','_loadingView','32920qxIpNQ','36VwKFHF','focus','filter','clear','addEventListener','_items','10423eRzJMI','345013YHstXF','add','cancel','536180VCxmiN','_setView','setTemplate','error','toLowerCase','querySelector','retry','726ZSkOLj','element','detail','target','render','2GflhUr','_addErrorViewListeners','cdnUrl','getFocusableElement','set','addMany','fire','change:status','status','_addUploadcareImageEditorListeners','1416890mPFPGB','ck-uploadcare-form','observe','createCollection','uc-cloud-image-editor','_errorView','apply','_waitForImageEditorComponent','addedNodes','ready','once','disconnect'];_0x3501=function(){return _0x20ba9f;};return _0x3501();}import'../../../theme/uploadcare-form.css';function _0x5afc(_0x5ac121,_0x45a4ac){const _0x350166=_0x3501();return _0x5afc=function(_0x5afce2,_0x4e6b99){_0x5afce2=_0x5afce2-0xb2;let _0x247717=_0x350166[_0x5afce2];return _0x247717;},_0x5afc(_0x5ac121,_0x45a4ac);}export class UploadcareImageEditFormView extends _0x52bf73{[_0x2ab506(0xe3)];[_0x2ab506(0xdc)];[_0x2ab506(0xcc)];[_0x2ab506(0xd3)];[_0x2ab506(0xd5)];constructor(_0x3f3993,_0xf36e19,_0x5705ba){const _0xa9aba1=_0x2ab506;super(_0x3f3993),this[_0xa9aba1(0xe3)]=this[_0xa9aba1(0xca)](),this[_0xa9aba1(0xdc)]=new _0x18220f(_0x3f3993),this[_0xa9aba1(0xcc)]=new _0x4a6a36(_0x3f3993),this[_0xa9aba1(0xd3)]=new _0x1e8267(_0x3f3993,_0x5705ba),this[_0xa9aba1(0xd5)]=new _0x46fcd0(_0x3f3993),this[_0xa9aba1(0xd5)][_0xa9aba1(0xb3)](this[_0xa9aba1(0xc0)]()),this[_0xa9aba1(0xc1)](_0xa9aba1(0xc5),_0xf36e19),this[_0xa9aba1(0xb3)]({'tag':_0xa9aba1(0xd6),'attributes':{'class':['ck',_0xa9aba1(0xd9),_0xa9aba1(0xc8)],'tabindex':'-1'},'children':this[_0xa9aba1(0xe3)]}),this[_0xa9aba1(0xb2)](),this[_0xa9aba1(0xd1)](_0xa9aba1(0xbc),()=>{const _0x1ccd84=_0xa9aba1;this[_0x1ccd84(0xce)](this[_0x1ccd84(0xb9)],_0x437dd0=>{const _0x53097b=_0x1ccd84;this[_0x53097b(0xc6)](_0x437dd0);});}),this['on'](_0xa9aba1(0xc4),()=>{const _0x1097a3=_0xa9aba1;this[_0x1097a3(0xb2)]();}),this[_0xa9aba1(0xbe)]();}[_0x2ab506(0xdf)](){const _0x4bca32=_0x2ab506;this[_0x4bca32(0xb9)][_0x4bca32(0xdf)]();}[_0x2ab506(0xb2)](){const _0x1c162f=_0x2ab506;switch(this[_0x1c162f(0xe3)][_0x1c162f(0xe1)](),this[_0x1c162f(0xc5)]){case _0x1c162f(0xda):this[_0x1c162f(0xe3)][_0x1c162f(0xe6)](this[_0x1c162f(0xdc)]);break;case _0x1c162f(0xb4):this[_0x1c162f(0xe3)][_0x1c162f(0xe6)](this[_0x1c162f(0xcc)]);break;case _0x1c162f(0xd0):this[_0x1c162f(0xe3)][_0x1c162f(0xc2)]([this[_0x1c162f(0xd3)],this[_0x1c162f(0xd5)]]);}}[_0x2ab506(0xce)](_0x44f7c6,_0x566bc5){const _0x4177e1=_0x2ab506,_0x4de960=_0x4177e1(0xcb),_0x85aa4d=_0x44f7c6[_0x4177e1(0xb6)](_0x4de960);if(_0x85aa4d)return _0x566bc5(_0x85aa4d);const _0x4c9353=new MutationObserver(_0x4640e5=>{const _0x22fb84=_0x4177e1,_0x2b01c6=_0x4640e5[_0x22fb84(0xe0)](_0x5d3bbf=>_0x5d3bbf[_0x22fb84(0xbb)]===_0x44f7c6&&_0x5d3bbf[_0x22fb84(0xcf)][_0x22fb84(0xd7)]>0x0&&_0x5d3bbf[_0x22fb84(0xcf)][0x0][_0x22fb84(0xd4)][_0x22fb84(0xb5)]()===_0x4de960);_0x2b01c6[_0x22fb84(0xd7)]&&(_0x4c9353[_0x22fb84(0xd2)](),_0x566bc5(_0x2b01c6[0x0][_0x22fb84(0xcf)][0x0]));});_0x4c9353[_0x4177e1(0xc9)](_0x44f7c6,{'childList':!0x0,'subtree':!0x0});}[_0x2ab506(0xc6)](_0x2366c3){const _0x7d11fb=_0x2ab506;_0x2366c3[_0x7d11fb(0xe2)](_0x7d11fb(0xcd),_0x16a9da=>{const _0x115be0=_0x7d11fb;this[_0x115be0(0xc3)](_0x115be0(0xcd),{'imageSrc':_0x16a9da[_0x115be0(0xba)][_0x115be0(0xbf)]});}),_0x2366c3[_0x7d11fb(0xe2)](_0x7d11fb(0xe7),()=>{const _0x2ccde2=_0x7d11fb;this[_0x2ccde2(0xc3)](_0x2ccde2(0xe7));});}[_0x2ab506(0xbe)](){const _0x117c7c=_0x2ab506;this[_0x117c7c(0xcc)]['on'](_0x117c7c(0xb7),()=>{const _0x7d7705=_0x117c7c;this[_0x7d7705(0xc3)](_0x7d7705(0xb7));});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1f1b(_0x22f58e,_0x16100d){const _0x4f8394=_0x4f83();return _0x1f1b=function(_0x1f1bfe,_0x683828){_0x1f1bfe=_0x1f1bfe-0x140;let _0x36b4b1=_0x4f8394[_0x1f1bfe];return _0x36b4b1;},_0x1f1b(_0x22f58e,_0x16100d);}const _0x5cd9b1=_0x1f1b;(function(_0x2de81c,_0x259f17){const _0x3d0edc=_0x1f1b,_0x34518f=_0x2de81c();while(!![]){try{const _0x43ad9d=parseInt(_0x3d0edc(0x155))/0x1*(parseInt(_0x3d0edc(0x148))/0x2)+parseInt(_0x3d0edc(0x15b))/0x3+-parseInt(_0x3d0edc(0x145))/0x4+-parseInt(_0x3d0edc(0x14c))/0x5*(-parseInt(_0x3d0edc(0x143))/0x6)+parseInt(_0x3d0edc(0x147))/0x7*(parseInt(_0x3d0edc(0x14e))/0x8)+-parseInt(_0x3d0edc(0x15e))/0x9*(-parseInt(_0x3d0edc(0x15c))/0xa)+-parseInt(_0x3d0edc(0x15f))/0xb;if(_0x43ad9d===_0x259f17)break;else _0x34518f['push'](_0x34518f['shift']());}catch(_0x5f2348){_0x34518f['push'](_0x34518f['shift']());}}}(_0x4f83,0xced0b));import{Command as _0x22787f}from'ckeditor5/src/core.js';function _0x4f83(){const _0x2257e0=['_isEditable','3463428PAIFjr','isActive','63zmkuZD','2uPImPm','get','document','element','55wXFqZZ','getSelectedElement','830728zfQNyY','bind','unbind','plugins','imageBlock','imageInline','model','1075532JMFnls','imageEditController','selection','uploadcare.allowExternalImagesEditing','execute','editor','1599774XhYIBH','27570SXmevc','set','3807VYJYec','25424993BYcGdj','requires','isEnabled','config','refresh','171690XsMIKK'];_0x4f83=function(){return _0x2257e0;};return _0x4f83();}import{Dialog as _0x5f0c45}from'ckeditor5/src/ui.js';import{UploadcareImageEditController as _0x22455f}from'./ui/uploadcareimageeditcontroller.js';import{createEditabilityChecker as _0x133855}from'../utils/editingutils.js';export class UploadcareImageEditCommand extends _0x22787f{[_0x5cd9b1(0x156)];static get[_0x5cd9b1(0x160)](){return[_0x5f0c45];}[_0x5cd9b1(0x144)];constructor(_0x4b7255){const _0x169134=_0x5cd9b1;super(_0x4b7255),this[_0x169134(0x156)]=void 0x0,this[_0x169134(0x144)]=_0x133855(_0x4b7255[_0x169134(0x141)][_0x169134(0x149)](_0x169134(0x158))||[]),this[_0x169134(0x15d)]({'isActive':!0x1});}[_0x5cd9b1(0x142)](){const _0x4485af=_0x5cd9b1,_0xa9cb10=this[_0x4485af(0x15a)][_0x4485af(0x154)][_0x4485af(0x14a)][_0x4485af(0x157)][_0x4485af(0x14d)]();this[_0x4485af(0x140)]=this[_0x4485af(0x144)](_0xa9cb10);}[_0x5cd9b1(0x159)](){const _0x5b52a6=_0x5cd9b1;this[_0x5b52a6(0x156)]&&(this[_0x5b52a6(0x150)](_0x5b52a6(0x146)),this[_0x5b52a6(0x156)]=void 0x0);const _0x293bc4=this[_0x5b52a6(0x15a)][_0x5b52a6(0x154)][_0x5b52a6(0x14a)][_0x5b52a6(0x157)][_0x5b52a6(0x14d)]();_0x293bc4&&(_0x293bc4['is'](_0x5b52a6(0x14b),_0x5b52a6(0x152))||_0x293bc4['is'](_0x5b52a6(0x14b),_0x5b52a6(0x153)))&&(this[_0x5b52a6(0x156)]=new _0x22455f(this[_0x5b52a6(0x15a)],this[_0x5b52a6(0x15a)][_0x5b52a6(0x151)][_0x5b52a6(0x149)](_0x5f0c45),_0x293bc4),this[_0x5b52a6(0x14f)](_0x5b52a6(0x146))['to'](this[_0x5b52a6(0x156)],_0x5b52a6(0x146)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3ab476=_0x3768;(function(_0x9343c,_0x24b1f8){const _0x4f6f86=_0x3768,_0x50e244=_0x9343c();while(!![]){try{const _0x24763e=-parseInt(_0x4f6f86(0x157))/0x1*(-parseInt(_0x4f6f86(0x155))/0x2)+parseInt(_0x4f6f86(0x15d))/0x3+-parseInt(_0x4f6f86(0x164))/0x4+-parseInt(_0x4f6f86(0x160))/0x5+parseInt(_0x4f6f86(0x15a))/0x6*(parseInt(_0x4f6f86(0x163))/0x7)+parseInt(_0x4f6f86(0x167))/0x8*(-parseInt(_0x4f6f86(0x159))/0x9)+parseInt(_0x4f6f86(0x166))/0xa*(parseInt(_0x4f6f86(0x156))/0xb);if(_0x24763e===_0x24b1f8)break;else _0x50e244['push'](_0x50e244['shift']());}catch(_0x5be7f5){_0x50e244['push'](_0x50e244['shift']());}}}(_0x51b2,0xf4180));import{Plugin as _0x951d02}from'ckeditor5/src/core.js';import{Notification as _0x417c2f}from'ckeditor5/src/ui.js';function _0x3768(_0x3740f8,_0x49492a){const _0x51b2b2=_0x51b2();return _0x3768=function(_0x37681c,_0x2de311){_0x37681c=_0x37681c-0x151;let _0x3bed88=_0x51b2b2[_0x37681c];return _0x3bed88;},_0x3768(_0x3740f8,_0x49492a);}import{UploadcareImageEditCommand as _0x486761}from'./uploadcareimageeditcommand.js';function _0x51b2(){const _0x5182e9=['UploadcareImageEditEditing','4018815zLFBun','isOfficialPlugin','add','7383800GiwCjd','ImageUtils','isPremiumPlugin','2350999UbpnPS','5339368voNerG','commands','670KPMFpd','8xRfzFf','uploadcareImageEdit','init','uploadcareImageReplace','requires','534wHWmOf','202565QOcyBw','5457IIEjeK','ImageEditing','11039310NwUxwx','18NhDyAf','pluginName'];_0x51b2=function(){return _0x5182e9;};return _0x51b2();}import{UploadcareImageReplaceCommand as _0x204438}from'./uploadcareimagereplacecommand.js';import{UploadcareEditing as _0x3a3cf5}from'../uploadcareediting.js';export class UploadcareImageEditEditing extends _0x951d02{static get[_0x3ab476(0x15b)](){const _0x1e9d07=_0x3ab476;return _0x1e9d07(0x15c);}static get[_0x3ab476(0x154)](){const _0x5181b4=_0x3ab476;return[_0x3a3cf5,_0x417c2f,_0x5181b4(0x161),_0x5181b4(0x158)];}static get[_0x3ab476(0x15e)](){return!0x0;}static get[_0x3ab476(0x162)](){return!0x0;}[_0x3ab476(0x152)](){const _0x40003a=_0x3ab476,{editor:_0x62b908}=this;_0x62b908[_0x40003a(0x165)][_0x40003a(0x15f)](_0x40003a(0x151),new _0x486761(_0x62b908)),_0x62b908[_0x40003a(0x165)][_0x40003a(0x15f)](_0x40003a(0x153),new _0x204438(_0x62b908));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x5912ed=_0x3e3a;(function(_0x598035,_0x4c37c6){var _0x890234=_0x3e3a,_0x1cd559=_0x598035();while(!![]){try{var _0x5ad688=-parseInt(_0x890234(0xb9))/0x1*(-parseInt(_0x890234(0xb8))/0x2)+-parseInt(_0x890234(0xbe))/0x3+parseInt(_0x890234(0xc3))/0x4*(parseInt(_0x890234(0xc1))/0x5)+parseInt(_0x890234(0xc6))/0x6*(parseInt(_0x890234(0xb6))/0x7)+-parseInt(_0x890234(0xc5))/0x8*(parseInt(_0x890234(0xc7))/0x9)+-parseInt(_0x890234(0xba))/0xa+-parseInt(_0x890234(0xc8))/0xb;if(_0x5ad688===_0x4c37c6)break;else _0x1cd559['push'](_0x1cd559['shift']());}catch(_0x50bf16){_0x1cd559['push'](_0x1cd559['shift']());}}}(_0x30a4,0x58e84));function _0x30a4(){var _0xe7d302=['232dmYavf','focusTracker','16792srjFSe','30iBvwiP','45RfNQTv','7634638JrEIwO','bindTemplate','749623wdVXCE','true','2dWTKLD','586238GQQVQO','2950370EqxioZ','forwardCycle','focusCycler','getFocusableElement','205731OQgvJw','div','fire','26780KFbpkJ','createCollection'];_0x30a4=function(){return _0xe7d302;};return _0x30a4();}import{FocusTracker as _0x4fd0ef}from'ckeditor5/src/utils.js';function _0x3e3a(_0x5b8f3e,_0x12f815){var _0x30a46e=_0x30a4();return _0x3e3a=function(_0x3e3a03,_0x157b43){_0x3e3a03=_0x3e3a03-0xb5;var _0x18b053=_0x30a46e[_0x3e3a03];return _0x18b053;},_0x3e3a(_0x5b8f3e,_0x12f815);}import{View as _0x1400c1,FocusCycler as _0x393623}from'ckeditor5/src/ui.js';import'../../theme/uploadcare-form.css';export class DialogFocusManagerView extends _0x1400c1{[_0x5912ed(0xc4)];[_0x5912ed(0xbc)];constructor(_0x142270){var _0x5066a9=_0x5912ed;super(_0x142270),this[_0x5066a9(0xc4)]=new _0x4fd0ef(),this[_0x5066a9(0xbc)]=new _0x393623({'focusables':this[_0x5066a9(0xc2)](),'focusTracker':this[_0x5066a9(0xc4)]});}[_0x5912ed(0xbd)](){var _0x1af17c=_0x5912ed;return{'tag':_0x1af17c(0xbf),'attributes':{'aria-hidden':_0x1af17c(0xb7),'tabindex':'0'},'on':{'focus':this[_0x1af17c(0xb5)]['to'](()=>{var _0x436dbd=_0x1af17c;this[_0x436dbd(0xbc)][_0x436dbd(0xc0)](_0x436dbd(0xbb));})}};}}
|
package/src/utils/isancestor.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x3ae2fe,_0x5bd7dd){var _0x3454f7=_0x30a3,_0x36abc2=_0x3ae2fe();while(!![]){try{var _0x31e3e6=parseInt(_0x3454f7(0xdf))/0x1*(-parseInt(_0x3454f7(0xe0))/0x2)+parseInt(_0x3454f7(0xde))/0x3+-parseInt(_0x3454f7(0xe5))/0x4+parseInt(_0x3454f7(0xe4))/0x5+-parseInt(_0x3454f7(0xdd))/0x6+parseInt(_0x3454f7(0xe3))/0x7+parseInt(_0x3454f7(0xe6))/0x8;if(_0x31e3e6===_0x5bd7dd)break;else _0x36abc2['push'](_0x36abc2['shift']());}catch(_0x37e86f){_0x36abc2['push'](_0x36abc2['shift']());}}}(_0x3f42,0xb4f9a));import{getAncestors as _0x1428a8}from'ckeditor5/src/utils.js';export function isAncestor(_0x1476e4,_0x12900a){var _0x155e41=_0x30a3;return _0x1428a8(_0x1476e4[_0x155e41(0xe1)])[_0x155e41(0xe2)](_0x12900a);}function _0x30a3(_0x4aedcd,_0x53f976){var _0x3f4204=_0x3f42();return _0x30a3=function(_0x30a3b7,_0xeb0644){_0x30a3b7=_0x30a3b7-0xdd;var _0x326699=_0x3f4204[_0x30a3b7];return _0x326699;},_0x30a3(_0x4aedcd,_0x53f976);}function _0x3f42(){var _0x237901=['5739690fqujSZ','3832392Oqxqgd','1273560BNohiN','1282944CCzjVw','3290739GoKpoY','3KzFsZW','717088kibKTP','target','includes','4093474EsXVvN'];_0x3f42=function(){return _0x237901;};return _0x3f42();}
|
package/src/utils/uploadutils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x5741c4=_0x1b77;(function(_0x428368,_0x119e53){var _0x4c51cc=_0x1b77,_0x5c7e9e=_0x428368();while(!![]){try{var _0x587d59=parseInt(_0x4c51cc(0x1b4))/0x1*(parseInt(_0x4c51cc(0x1b9))/0x2)+-parseInt(_0x4c51cc(0x1b5))/0x3*(-parseInt(_0x4c51cc(0x1b2))/0x4)+-parseInt(_0x4c51cc(0x1ba))/0x5+-parseInt(_0x4c51cc(0x1b7))/0x6*(-parseInt(_0x4c51cc(0x1b8))/0x7)+parseInt(_0x4c51cc(0x1bb))/0x8+parseInt(_0x4c51cc(0x1b1))/0x9*(parseInt(_0x4c51cc(0x1be))/0xa)+-parseInt(_0x4c51cc(0x1bc))/0xb*(parseInt(_0x4c51cc(0x1bd))/0xc);if(_0x587d59===_0x119e53)break;else _0x5c7e9e['push'](_0x5c7e9e['shift']());}catch(_0x36fad7){_0x5c7e9e['push'](_0x5c7e9e['shift']());}}}(_0x2c7b,0x6b78a));function _0x1b77(_0x683548,_0x5223e6){var _0x2c7b53=_0x2c7b();return _0x1b77=function(_0x1b7745,_0x5e0b86){_0x1b7745=_0x1b7745-0x1b1;var _0x4c6853=_0x2c7b53[_0x1b7745];return _0x4c6853;},_0x1b77(_0x683548,_0x5223e6);}function _0x2c7b(){var _0x19b619=['16EKDJjJ','638613OvzCmc','getInfo','6ywvKCZ','3747023zALRVC','25280ZQWDbg','1706885oGvCiK','2464544AWFGYm','7072329cooick','12pgdjYv','300XcFIol','49815RtQdVc','4ntcNmw','upload'];_0x2c7b=function(){return _0x19b619;};return _0x2c7b();}import{uploadFile as _0x44acff,info as _0x40283d}from'@uploadcare/upload-client';export class UploadUtils{static[_0x5741c4(0x1b3)]({file:_0x4f637a,..._0x34a47a}){return _0x44acff(_0x4f637a,_0x34a47a);}static[_0x5741c4(0x1b6)](_0x35ce94,_0x33f859){return _0x40283d(_0x35ce94,_0x33f859);}}
|