@ckeditor/ckeditor5-uploadcare 46.0.1-alpha.2 → 46.0.1-alpha.3
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
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{global as
|
|
24
|
-
|
|
23
|
+
import{global as _0x5f19f3,ObservableMixin as _0x1486a5}from'ckeditor5/src/utils.js';import{DialogViewPosition as _0x2107df}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x51f0a2}from'ckeditor5/src/icons.js';import{UploadcareImageEditFormView as _0xb2332}from'./uploadcareimageeditformview.js';import{UploadUtils as _0x3a8170}from'../../utils/uploadutils.js';import{getImageUrls as _0x1bcf4e,getImageDimension as _0xe74e81}from'../../utils/editingutils.js';import{isAncestor as _0x5c1ead}from'../../utils/isancestor.js';export class UploadcareImageEditController extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x1486a5(){['_editor'];['_dialog'];['_imageElement'];['_imageCache'];['_controller'];['_attributes'];constructor(_0x1013a8,_0x33a0b4,_0x5375d4){super(),this['_editor']=_0x1013a8,this['_dialog']=_0x33a0b4,this['_imageElement']=_0x5375d4,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 _0x4e1540=this['_imageElement'],_0x14cc8d=_0x4e1540['getAttribute']('uploadcareImageId'),_0x6cf077=_0x4e1540['getAttribute']('src');if(_0x14cc8d)await this['_loadImageInfo'](_0x14cc8d,_0x6cf077);else{if(this['_imageCache']['has'](_0x6cf077)){const _0x1cdc37=this['_imageCache']['get'](_0x6cf077);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x1cdc37['url'],this['imageDimension']=_0x1cdc37['dimension'],this['imageId']=_0x1cdc37['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x1151bd}=this['_editor'],t=_0x1151bd['t'],_0x2f6565=new _0xb2332(_0x1151bd,this['imageStatus'],this['_attributes']);_0x2f6565['bind']('status')['to'](this,'imageStatus'),_0x2f6565['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x2f6565['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x2f6565['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x2f6565,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x51f0a2,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x2f6565,'position':_0x2107df['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x2f6565['focus']();},'onHide':()=>{_0x2f6565['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x5b569f=>!_0x5c1ead(_0x5b569f,_0x2f6565['element'])}});}['_loadImageInfo'](_0x2c6a18,_0xe35e8e){return _0x3a8170['getInfo'](_0x2c6a18,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey')})['then'](_0x3061b2=>{const {width:_0xf9aacf,height:_0x55eb2a}=_0x3061b2['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0xe35e8e,this['imageDimension']={'width':_0xf9aacf,'height':_0x55eb2a},this['imageId']=_0x2c6a18;})['catch'](_0x3f9abc=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x3f9abc['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x5eceb3,_0x209bfc){return this['_getImageAsFile'](_0x5eceb3)['then'](_0x15a12b=>_0x3a8170['upload']({'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'signal':_0x209bfc['signal'],'file':_0x15a12b,'onProgress':_0x452295=>{_0x452295&&_0x452295['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0x452295['value']));}}))['then'](_0x3a0514=>{const {width:_0x1e2c6a,height:_0x565cf9}=_0x3a0514['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x3a0514['cdnUrl'],this['imageDimension']={'width':_0x1e2c6a,'height':_0x565cf9},this['imageId']=_0x3a0514['uuid'],this['imageUploadProgress']=null;const _0x101122=_0x5eceb3['getAttribute']('src');this['_imageCache']['set'](_0x101122,{'id':_0x3a0514['uuid'],'url':_0x3a0514['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x5e2a37=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x5e2a37['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x23853e,_0x1d3397){_0x23853e['on']('apply',(_0x509185,_0x4aa9fe)=>{this['_replaceImage'](_0x1d3397,_0x4aa9fe['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x23853e['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x23853e['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0x2731e3,_0xade5c4,_0x248313){const _0x571e07=this['_editor'],{width:_0x268a66,height:_0x2ea635}=_0xe74e81(_0xade5c4,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x3c0d20,imageSources:_0x2d78d0}=_0x1bcf4e(_0xade5c4,_0x268a66);_0x571e07['model']['change'](_0x3e6839=>{if('$graveyard'===_0x2731e3['root']['rootName']){_0x571e07['execute']('insertImage',{'imageType':_0x2731e3['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0x2731e3['getAttributes']()),'uploadcareImageId':_0x248313,'src':_0x3c0d20,'sources':_0x2d78d0,'width':_0x268a66,'height':_0x2ea635}});const _0x4007cc=_0x2731e3['getChildren']();_0x2731e3=_0x571e07['model']['document']['selection']['getSelectedElement']();for(const _0x52e6db of _0x4007cc)_0x3e6839['append'](_0x3e6839['cloneElement'](_0x52e6db),_0x2731e3);}else _0x3e6839['setSelection'](_0x2731e3,'on'),_0x571e07['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0x2731e3['getAttributes']()),'uploadcareImageId':_0x248313,'src':_0x3c0d20,'sources':_0x2d78d0,'width':_0x268a66,'height':_0x2ea635},_0x2731e3);_0x3e6839['setSelection'](_0x2731e3,'on');});}async['_getImageAsFile'](_0xd2c894){const _0x270cb2=_0x5f19f3['window'],_0x3b7717=_0x5f19f3['document']['location']['href'],_0x2ff5ec=new _0x270cb2['URL'](_0xd2c894['getAttribute']('src'),_0x3b7717);if('data:'===_0x2ff5ec['protocol']){const _0x478791=_0x2ff5ec['href']['split'](','),_0x4b4922=_0x478791[0x0]['match'](/:(.*?);/)[0x1],_0x56bfc9=_0x4b4922['split']('/')[0x1],_0x4de4cd=_0x270cb2['atob'](_0x478791[_0x478791['length']-0x1]);let _0x433157=_0x4de4cd['length'];const _0x10edc4=new _0x270cb2['Uint8Array'](_0x433157);for(;_0x433157--;)_0x10edc4[_0x433157]=_0x4de4cd['charCodeAt'](_0x433157);return new _0x270cb2['File']([_0x10edc4],'image.'+_0x56bfc9,{'type':_0x4b4922});}const _0x4561ea=_0x2ff5ec['href']['split']('/'),_0x4bb13d=_0x4561ea[_0x4561ea['length']-0x1],_0x123a1b=_0x4bb13d['split']('.')[0x1];return _0x270cb2['fetch'](_0x2ff5ec['href'])['then'](_0x5a5bce=>_0x5a5bce['clone']()['blob']())['then'](_0x267e65=>new _0x270cb2['File']([_0x267e65],_0x4bb13d,{'type':'image/'+_0x123a1b}));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x20a1(_0x303127,_0x2f91ef){const _0xe86cb2=_0xe86c();return _0x20a1=function(_0x20a1b1,_0x572bb5){_0x20a1b1=_0x20a1b1-0xd4;let _0x2c94ee=_0xe86cb2[_0x20a1b1];return _0x2c94ee;},_0x20a1(_0x303127,_0x2f91ef);}(function(_0x236d1f,_0x330327){const _0x171391=_0x20a1,_0x4e3378=_0x236d1f();while(!![]){try{const _0x5ccac2=parseInt(_0x171391(0xd9))/0x1*(parseInt(_0x171391(0xde))/0x2)+parseInt(_0x171391(0xe0))/0x3*(-parseInt(_0x171391(0xdd))/0x4)+-parseInt(_0x171391(0xd8))/0x5+-parseInt(_0x171391(0xdc))/0x6*(-parseInt(_0x171391(0xd6))/0x7)+-parseInt(_0x171391(0xe4))/0x8+-parseInt(_0x171391(0xd5))/0x9+parseInt(_0x171391(0xe2))/0xa;if(_0x5ccac2===_0x330327)break;else _0x4e3378['push'](_0x4e3378['shift']());}catch(_0x552612){_0x4e3378['push'](_0x4e3378['shift']());}}}(_0xe86c,0x92cd4));import{View as _0x587007}from'ckeditor5/src/ui.js';function _0xe86c(){const _0x548171=['7453503PYIkTI','7cGYvnk','image-edit','3916060yLokCg','99626DtdEdU','bindTemplate','ck-uploadcare-theme','2780742ggKXxM','4NxvLyh','22pNZrsi','uc-light','2530119HFtZUZ','set','19696320eOcfXV','setTemplate','3783384EMllgU','imageSrc','uc-cloud-image-editor'];_0xe86c=function(){return _0x548171;};return _0xe86c();}export class UploadcareImageEditFormEditingView extends _0x587007{constructor(_0x478d8d,_0xbec0e3){const _0x206831=_0x20a1;super(_0x478d8d);const _0x478bcb=this[_0x206831(0xda)];this[_0x206831(0xe1)](_0x206831(0xe5),''),this[_0x206831(0xe3)]({'tag':_0x206831(0xd4),'attributes':{..._0xbec0e3,'class':[_0x206831(0xdf),_0x206831(0xdb)],'ctx-name':_0x206831(0xd7),'cdn-url':_0x478bcb['to'](_0x206831(0xe5))}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{IconError as
|
|
23
|
+
import{IconError as _0x42052b}from'ckeditor5/src/icons.js';import{ButtonView as _0xec4bf8,IconView as _0x1a31ae,View as _0x58da22}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormErrorView extends _0x58da22{constructor(_0x26ebdd){super(_0x26ebdd);const t=_0x26ebdd['t'];this['set']('errorType',null);const _0x16ed0a=new _0xec4bf8(_0x26ebdd);_0x16ed0a['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x16ed0a['withText']=!0x0,_0x16ed0a['class']='ck-button-action',_0x16ed0a['on']('execute',()=>{this['fire']('retry');}),_0x16ed0a['bind']('isVisible')['to'](this,'errorType',_0x2d68a8=>'NotFound'!==_0x2d68a8);const _0x1f6452=new _0x1a31ae();_0x1f6452['content']=_0x42052b,_0x1f6452['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x32a007=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':[_0x1f6452,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x32a007['to']('errorType',_0x117134=>t('NotFound'!==_0x117134?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x16ed0a]},{'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 _0x1f191e,View as _0x421f12}from'ckeditor5/src/ui.js';export class UploadcareImageEditFormLoadingView extends _0x421f12{constructor(_0x13f72b){super(_0x13f72b);const t=_0x13f72b['t'],_0x42a1f9=this['bindTemplate'],_0x494c34=new _0x1f191e();_0x494c34['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':[_0x494c34,{'text':_0x42a1f9['to']('imageUploadProgress',_0x28a29b=>t('Loading\x20image...')+'\x20('+(_0x28a29b||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
|
-
|
|
23
|
+
function _0x5c9a(){const _0x43ee41=['add','12YTNVoZ','_errorView','7356601Iijuoz','10HfzxSO','uc-cloud-image-editor','_addErrorViewListeners','createCollection','26918eDExhR','once','detail','1422936Gcpisz','div','target','_setView','_focusableView','observe','6JaIYhP','error','addedNodes','toLowerCase','_editingView','render','disconnect','clear','ck-reset_all-excluded','31474916PDPWKd','retry','fire','_waitForImageEditorComponent','_items','ready','addMany','length','addEventListener','2941630xCLOYR','element','set','change:status','246oTsqCl','querySelector','status','setTemplate','cdnUrl','uploading','_loadingView','getFocusableElement','nodeName','filter','cancel','ck-uploadcare-form','focus','_addUploadcareImageEditorListeners','1606860IFrYas','50171QzCGfd','apply','40yuRSVG'];_0x5c9a=function(){return _0x43ee41;};return _0x5c9a();}const _0x274215=_0x1cae;(function(_0xc4ca66,_0xcb8feb){const _0x1ba7ca=_0x1cae,_0x5bed17=_0xc4ca66();while(!![]){try{const _0xaba381=parseInt(_0x1ba7ca(0xa8))/0x1+-parseInt(_0x1ba7ca(0xb3))/0x2*(parseInt(_0x1ba7ca(0x99))/0x3)+parseInt(_0x1ba7ca(0xb6))/0x4*(-parseInt(_0x1ba7ca(0xaf))/0x5)+-parseInt(_0x1ba7ca(0xbc))/0x6*(parseInt(_0x1ba7ca(0xae))/0x7)+-parseInt(_0x1ba7ca(0xaa))/0x8*(-parseInt(_0x1ba7ca(0xa7))/0x9)+-parseInt(_0x1ba7ca(0x95))/0xa+parseInt(_0x1ba7ca(0x8c))/0xb*(parseInt(_0x1ba7ca(0xac))/0xc);if(_0xaba381===_0xcb8feb)break;else _0x5bed17['push'](_0x5bed17['shift']());}catch(_0x2edab2){_0x5bed17['push'](_0x5bed17['shift']());}}}(_0x5c9a,0x9d3af));import{View as _0x20260f}from'ckeditor5/src/ui.js';function _0x1cae(_0x1b48f5,_0x8e78a1){const _0x5c9ac8=_0x5c9a();return _0x1cae=function(_0x1cae88,_0x2d4d3f){_0x1cae88=_0x1cae88-0x88;let _0x46c681=_0x5c9ac8[_0x1cae88];return _0x46c681;},_0x1cae(_0x1b48f5,_0x8e78a1);}import{UploadcareImageEditFormLoadingView as _0x8d64be}from'./uploadcareimageeditformloadingview.js';import{UploadcareImageEditFormErrorView as _0x2cced3}from'./uploadcareimageeditformerrorview.js';import{UploadcareImageEditFormEditingView as _0x19b3a}from'./uploadcareimageeditformeditingview.js';import{DialogFocusManagerView as _0xab609}from'../../utils/dialogfocusmanagerview.js';import'../../../theme/uploadcare-form.css';export class UploadcareImageEditFormView extends _0xab609{[_0x274215(0x90)];[_0x274215(0x9f)];[_0x274215(0xad)];[_0x274215(0xc0)];[_0x274215(0xba)];constructor(_0x3384a8,_0x33bbe6,_0x34ed80){const _0x4717af=_0x274215;super(_0x3384a8),this[_0x4717af(0x90)]=this[_0x4717af(0xb2)](),this[_0x4717af(0x9f)]=new _0x8d64be(_0x3384a8),this[_0x4717af(0xad)]=new _0x2cced3(_0x3384a8),this[_0x4717af(0xc0)]=new _0x19b3a(_0x3384a8,_0x34ed80),this[_0x4717af(0xba)]=new _0x20260f(_0x3384a8),this[_0x4717af(0xba)][_0x4717af(0x9c)](this[_0x4717af(0xa0)]()),this[_0x4717af(0x97)](_0x4717af(0x9b),_0x33bbe6),this[_0x4717af(0x9c)]({'tag':_0x4717af(0xb7),'attributes':{'class':['ck',_0x4717af(0x8b),_0x4717af(0xa4)],'tabindex':'-1'},'children':this[_0x4717af(0x90)]}),this[_0x4717af(0xb9)](),this[_0x4717af(0xb4)](_0x4717af(0x88),()=>{const _0x4acc8d=_0x4717af;this[_0x4acc8d(0x8f)](this[_0x4acc8d(0x96)],_0x5251e1=>{const _0x3f6466=_0x4acc8d;this[_0x3f6466(0xa6)](_0x5251e1);});}),this['on'](_0x4717af(0x98),()=>{const _0x103147=_0x4717af;this[_0x103147(0xb9)]();}),this[_0x4717af(0xb1)]();}[_0x274215(0xa5)](){const _0x2f97a1=_0x274215;this[_0x2f97a1(0x96)][_0x2f97a1(0xa5)]();}[_0x274215(0xb9)](){const _0x141ae5=_0x274215;switch(this[_0x141ae5(0x90)][_0x141ae5(0x8a)](),this[_0x141ae5(0x9b)]){case _0x141ae5(0x9e):this[_0x141ae5(0x90)][_0x141ae5(0xab)](this[_0x141ae5(0x9f)]);break;case _0x141ae5(0xbd):this[_0x141ae5(0x90)][_0x141ae5(0xab)](this[_0x141ae5(0xad)]);break;case _0x141ae5(0x91):this[_0x141ae5(0x90)][_0x141ae5(0x92)]([this[_0x141ae5(0xc0)],this[_0x141ae5(0xba)]]);}}[_0x274215(0x8f)](_0x2a1706,_0x1fa3d2){const _0x24a0c4=_0x274215,_0x59ed24=_0x24a0c4(0xb0),_0x187d23=_0x2a1706[_0x24a0c4(0x9a)](_0x59ed24);if(_0x187d23)return _0x1fa3d2(_0x187d23);const _0xe31302=new MutationObserver(_0x29425f=>{const _0x586a0f=_0x24a0c4,_0x4d6b92=_0x29425f[_0x586a0f(0xa2)](_0x1cb7ba=>_0x1cb7ba[_0x586a0f(0xb8)]===_0x2a1706&&_0x1cb7ba[_0x586a0f(0xbe)][_0x586a0f(0x93)]>0x0&&_0x1cb7ba[_0x586a0f(0xbe)][0x0][_0x586a0f(0xa1)][_0x586a0f(0xbf)]()===_0x59ed24);_0x4d6b92[_0x586a0f(0x93)]&&(_0xe31302[_0x586a0f(0x89)](),_0x1fa3d2(_0x4d6b92[0x0][_0x586a0f(0xbe)][0x0]));});_0xe31302[_0x24a0c4(0xbb)](_0x2a1706,{'childList':!0x0,'subtree':!0x0});}[_0x274215(0xa6)](_0x154c26){const _0x5749dd=_0x274215;_0x154c26[_0x5749dd(0x94)](_0x5749dd(0xa9),_0x5e4643=>{const _0x2729ac=_0x5749dd;this[_0x2729ac(0x8e)](_0x2729ac(0xa9),{'imageSrc':_0x5e4643[_0x2729ac(0xb5)][_0x2729ac(0x9d)]});}),_0x154c26[_0x5749dd(0x94)](_0x5749dd(0xa3),()=>{const _0x317934=_0x5749dd;this[_0x317934(0x8e)](_0x317934(0xa3));});}[_0x274215(0xb1)](){const _0x25bdde=_0x274215;this[_0x25bdde(0xad)]['on'](_0x25bdde(0x8d),()=>{const _0x2e2314=_0x25bdde;this[_0x2e2314(0x8e)](_0x2e2314(0x8d));});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xf3a676=_0x4014;function _0x285f(){const _0x2d1638=['isActive','20EaWKMa','bind','_isEditable','uploadcare.allowExternalImagesEditing','6853264CbPPcS','imageEditController','imageBlock','611496KBNWJY','4pDKPTJ','unbind','getSelectedElement','model','editor','235037TcWyds','820186Ftazik','get','refresh','imageInline','2078655oLCEoZ','isEnabled','document','23429iPdSlA','2747916kAZZEs','set','element','342qBmRCL','selection','requires','execute','plugins','3yZCGij','config'];_0x285f=function(){return _0x2d1638;};return _0x285f();}function _0x4014(_0x120e9b,_0x56a2c9){const _0x285f2a=_0x285f();return _0x4014=function(_0x4014ab,_0x1d959b){_0x4014ab=_0x4014ab-0xbc;let _0x32d8bc=_0x285f2a[_0x4014ab];return _0x32d8bc;},_0x4014(_0x120e9b,_0x56a2c9);}(function(_0x21a7f9,_0x3f84bd){const _0x6905f=_0x4014,_0x537efe=_0x21a7f9();while(!![]){try{const _0x312599=parseInt(_0x6905f(0xce))/0x1+-parseInt(_0x6905f(0xcf))/0x2*(parseInt(_0x6905f(0xbe))/0x3)+-parseInt(_0x6905f(0xc9))/0x4*(parseInt(_0x6905f(0xd3))/0x5)+-parseInt(_0x6905f(0xda))/0x6*(parseInt(_0x6905f(0xd6))/0x7)+parseInt(_0x6905f(0xc8))/0x8+-parseInt(_0x6905f(0xd7))/0x9+-parseInt(_0x6905f(0xc1))/0xa*(-parseInt(_0x6905f(0xc5))/0xb);if(_0x312599===_0x3f84bd)break;else _0x537efe['push'](_0x537efe['shift']());}catch(_0x588263){_0x537efe['push'](_0x537efe['shift']());}}}(_0x285f,0x3984b));import{Command as _0x2a0414}from'ckeditor5/src/core.js';import{Dialog as _0x4a8120}from'ckeditor5/src/ui.js';import{UploadcareImageEditController as _0x477620}from'./ui/uploadcareimageeditcontroller.js';import{createEditabilityChecker as _0x12429b}from'../utils/editingutils.js';export class UploadcareImageEditCommand extends _0x2a0414{[_0xf3a676(0xc6)];static get[_0xf3a676(0xdc)](){return[_0x4a8120];}[_0xf3a676(0xc3)];constructor(_0x26e34f){const _0x7a7751=_0xf3a676;super(_0x26e34f),this[_0x7a7751(0xc6)]=void 0x0,this[_0x7a7751(0xc3)]=_0x12429b(_0x26e34f[_0x7a7751(0xbf)][_0x7a7751(0xd0)](_0x7a7751(0xc4))||[]),this[_0x7a7751(0xd8)]({'isActive':!0x1});}[_0xf3a676(0xd1)](){const _0x28a3b9=_0xf3a676,_0x261423=this[_0x28a3b9(0xcd)][_0x28a3b9(0xcc)][_0x28a3b9(0xd5)][_0x28a3b9(0xdb)][_0x28a3b9(0xcb)]();this[_0x28a3b9(0xd4)]=this[_0x28a3b9(0xc3)](_0x261423);}[_0xf3a676(0xbc)](){const _0x748e6d=_0xf3a676;this[_0x748e6d(0xc6)]&&(this[_0x748e6d(0xca)](_0x748e6d(0xc0)),this[_0x748e6d(0xc6)]=void 0x0);const _0x50ca8b=this[_0x748e6d(0xcd)][_0x748e6d(0xcc)][_0x748e6d(0xd5)][_0x748e6d(0xdb)][_0x748e6d(0xcb)]();_0x50ca8b&&(_0x50ca8b['is'](_0x748e6d(0xd9),_0x748e6d(0xc7))||_0x50ca8b['is'](_0x748e6d(0xd9),_0x748e6d(0xd2)))&&(this[_0x748e6d(0xc6)]=new _0x477620(this[_0x748e6d(0xcd)],this[_0x748e6d(0xcd)][_0x748e6d(0xbd)][_0x748e6d(0xd0)](_0x4a8120),_0x50ca8b),this[_0x748e6d(0xc2)](_0x748e6d(0xc0))['to'](this[_0x748e6d(0xc6)],_0x748e6d(0xc0)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1c5a35=_0xd3d7;(function(_0x3db5a7,_0x3ac5cc){const _0xc0759c=_0xd3d7,_0x4eb18b=_0x3db5a7();while(!![]){try{const _0x1641e4=parseInt(_0xc0759c(0x1c2))/0x1*(-parseInt(_0xc0759c(0x1c5))/0x2)+-parseInt(_0xc0759c(0x1cd))/0x3+parseInt(_0xc0759c(0x1c6))/0x4+parseInt(_0xc0759c(0x1c1))/0x5+parseInt(_0xc0759c(0x1ca))/0x6+parseInt(_0xc0759c(0x1d0))/0x7*(parseInt(_0xc0759c(0x1d2))/0x8)+-parseInt(_0xc0759c(0x1c8))/0x9*(parseInt(_0xc0759c(0x1c9))/0xa);if(_0x1641e4===_0x3ac5cc)break;else _0x4eb18b['push'](_0x4eb18b['shift']());}catch(_0x48b5f8){_0x4eb18b['push'](_0x4eb18b['shift']());}}}(_0x336b,0x558c2));import{Plugin as _0x377ac}from'ckeditor5/src/core.js';import{Notification as _0x3e9ac0}from'ckeditor5/src/ui.js';import{UploadcareImageEditCommand as _0xf40d8f}from'./uploadcareimageeditcommand.js';import{UploadcareImageReplaceCommand as _0x5b093a}from'./uploadcareimagereplacecommand.js';import{UploadcareEditing as _0x239317}from'../uploadcareediting.js';function _0xd3d7(_0x3b2459,_0x769206){const _0x336bae=_0x336b();return _0xd3d7=function(_0xd3d7d6,_0x4219b4){_0xd3d7d6=_0xd3d7d6-0x1bd;let _0x101d7c=_0x336bae[_0xd3d7d6];return _0x101d7c;},_0xd3d7(_0x3b2459,_0x769206);}function _0x336b(){const _0x33733c=['uploadcareImageReplace','49EsXSJg','commands','398048rLhkzq','add','init','isOfficialPlugin','uploadcareImageEdit','3261320wWjtfx','39677SPlPbS','ImageUtils','ImageEditing','18HIAfnD','2345304bsLHml','pluginName','11133xbSCGO','5430PlIpnG','1547922RsEJZi','requires','isPremiumPlugin','1397049wSREhU','UploadcareImageEditEditing'];_0x336b=function(){return _0x33733c;};return _0x336b();}export class UploadcareImageEditEditing extends _0x377ac{static get[_0x1c5a35(0x1c7)](){const _0x274120=_0x1c5a35;return _0x274120(0x1ce);}static get[_0x1c5a35(0x1cb)](){const _0x4c7413=_0x1c5a35;return[_0x239317,_0x3e9ac0,_0x4c7413(0x1c3),_0x4c7413(0x1c4)];}static get[_0x1c5a35(0x1bf)](){return!0x0;}static get[_0x1c5a35(0x1cc)](){return!0x0;}[_0x1c5a35(0x1be)](){const _0x38d1ce=_0x1c5a35,{editor:_0x1ba010}=this;_0x1ba010[_0x38d1ce(0x1d1)][_0x38d1ce(0x1bd)](_0x38d1ce(0x1c0),new _0xf40d8f(_0x1ba010)),_0x1ba010[_0x38d1ce(0x1d1)][_0x38d1ce(0x1bd)](_0x38d1ce(0x1cf),new _0x5b093a(_0x1ba010));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x57a006}from'ckeditor5/src/core.js';import{ButtonView as _0x41e258}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x21a5e1}from'ckeditor5/src/icons.js';import{createElement as _0x56f889}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 _0x57a006{['_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 _0x4361fd=this['editor'];_0x4361fd['ui']['componentFactory']['add']('uploadcareImageEdit',_0x221143=>{const _0x2eb134=_0x4361fd['commands']['get']('uploadcareImageEdit'),_0x567046=new _0x41e258(_0x221143),t=_0x221143['t'];return _0x567046['set']({'icon':_0x21a5e1,'tooltip':!0x0,'label':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'})}),_0x567046['bind']('isEnabled')['to'](_0x2eb134),_0x567046['bind']('isOn')['to'](_0x2eb134,'isActive'),this['listenTo'](_0x567046,'execute',()=>{_0x4361fd['execute']('uploadcareImageEdit'),_0x4361fd['editing']['view']['focus']();}),_0x567046;}),this['_initConfig']();}['_initConfig'](){const _0x3b09a6=_0x56f889(document,'uc-config',{'ctx-name':'image-edit','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage']});document['body']['appendChild'](_0x3b09a6),this['listenTo'](this['editor'],'destroy',()=>{_0x3b09a6['remove']();});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x43e6(_0x1c6e55,_0x4611b0){var _0x2b70c7=_0x2b70();return _0x43e6=function(_0x43e683,_0x5bca11){_0x43e683=_0x43e683-0x1ca;var _0x10f86d=_0x2b70c7[_0x43e683];return _0x10f86d;},_0x43e6(_0x1c6e55,_0x4611b0);}var _0x418485=_0x43e6;function _0x2b70(){var _0x112ec3=['44496hanKio','focusCycler','true','3342LqBmKl','2642250wdwATw','focusTracker','4lMtuEW','891vHrpkg','div','7806270WqxWtD','8605zrFXWs','fire','forwardCycle','createCollection','603Aeqagk','getFocusableElement','bindTemplate','1698025YALjHr','12717VuanUR','76ruvoXb','35688Mlxnux'];_0x2b70=function(){return _0x112ec3;};return _0x2b70();}(function(_0x1f91f6,_0x11fd9e){var _0x3e8b13=_0x43e6,_0x4a3f5d=_0x1f91f6();while(!![]){try{var _0x41b992=-parseInt(_0x3e8b13(0x1d8))/0x1*(-parseInt(_0x3e8b13(0x1d9))/0x2)+parseInt(_0x3e8b13(0x1ca))/0x3*(-parseInt(_0x3e8b13(0x1cc))/0x4)+-parseInt(_0x3e8b13(0x1d0))/0x5*(-parseInt(_0x3e8b13(0x1de))/0x6)+-parseInt(_0x3e8b13(0x1d7))/0x7+-parseInt(_0x3e8b13(0x1da))/0x8*(parseInt(_0x3e8b13(0x1d4))/0x9)+parseInt(_0x3e8b13(0x1cf))/0xa+-parseInt(_0x3e8b13(0x1cd))/0xb*(parseInt(_0x3e8b13(0x1db))/0xc);if(_0x41b992===_0x11fd9e)break;else _0x4a3f5d['push'](_0x4a3f5d['shift']());}catch(_0x3bb0ce){_0x4a3f5d['push'](_0x4a3f5d['shift']());}}}(_0x2b70,0x7a0c6));import{FocusTracker as _0x19b73e}from'ckeditor5/src/utils.js';import{View as _0x56783b,FocusCycler as _0x2a2e76}from'ckeditor5/src/ui.js';import'../../theme/uploadcare-form.css';export class DialogFocusManagerView extends _0x56783b{[_0x418485(0x1cb)];[_0x418485(0x1dc)];constructor(_0x4b02e1){var _0x452e7c=_0x418485;super(_0x4b02e1),this[_0x452e7c(0x1cb)]=new _0x19b73e(),this[_0x452e7c(0x1dc)]=new _0x2a2e76({'focusables':this[_0x452e7c(0x1d3)](),'focusTracker':this[_0x452e7c(0x1cb)]});}[_0x418485(0x1d5)](){var _0xa68f92=_0x418485;return{'tag':_0xa68f92(0x1ce),'attributes':{'aria-hidden':_0xa68f92(0x1dd),'tabindex':'0'},'on':{'focus':this[_0xa68f92(0x1d6)]['to'](()=>{var _0x1b3182=_0xa68f92;this[_0x1b3182(0x1dc)][_0x1b3182(0x1d1)](_0x1b3182(0x1d2));})}};}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x12b8d1,_0x5e9e51){const _0x51abf5=_0x1a4f,_0x47eb37=_0x12b8d1();while(!![]){try{const _0x4a30bc=parseInt(_0x51abf5(0x77))/0x1+-parseInt(_0x51abf5(0x81))/0x2*(-parseInt(_0x51abf5(0xa6))/0x3)+parseInt(_0x51abf5(0xa9))/0x4+-parseInt(_0x51abf5(0x76))/0x5+-parseInt(_0x51abf5(0xa5))/0x6*(parseInt(_0x51abf5(0xab))/0x7)+parseInt(_0x51abf5(0x7b))/0x8*(parseInt(_0x51abf5(0x8a))/0x9)+-parseInt(_0x51abf5(0xa7))/0xa;if(_0x4a30bc===_0x5e9e51)break;else _0x47eb37['push'](_0x47eb37['shift']());}catch(_0x545f68){_0x47eb37['push'](_0x47eb37['shift']());}}}(_0x5d6d,0xa85b5));function _0x1a4f(_0x455a9c,_0x2d1807){const _0x5d6de3=_0x5d6d();return _0x1a4f=function(_0x1a4f21,_0x4d72d7){_0x1a4f21=_0x1a4f21-0x76;let _0x5e1b12=_0x5d6de3[_0x1a4f21];return _0x5e1b12;},_0x1a4f(_0x455a9c,_0x2d1807);}function _0x5d6d(){const _0x4ed3c8=['171xiVQwj','setStyle','image-processing','element','isArray','window','/-/resize/','document','px)\x20100vw,\x20','view','uploadcareImageId','toViewElement','imageInline','getAttribute','get','ImageUtils','mapper','plugins','imageBlock','domConverter','height','src','map','hasAttribute','replace','editing','filter','6036FTMzId','33fwvrvq','12953290oGDgRm','location','4791460dkYlNR','load','3388RlUYtW','removeClass','findViewImgElement','some','1353680NOroKh','1089247KeHwHH','function','viewToDom','listenTo','64616EpmqdL','(max-width:\x20','change','join','stopListening','addClass','54906KEqBwl','width','baseURI','origin','x/\x20','aspect-ratio','match','image/webp','removeStyle'];_0x5d6d=function(){return _0x4ed3c8;};return _0x5d6d();}import{global as _0x206e3d,DomEmitterMixin as _0x545912}from'ckeditor5/src/utils.js';export function createEditabilityChecker(_0x502a14){const _0x5b3fdd=_0x1a4f,_0x1e3ba4=G(_0x502a14);return _0x2a7195=>!(!_0x2a7195||!_0x2a7195['is'](_0x5b3fdd(0x8d),_0x5b3fdd(0x9c))&&!_0x2a7195['is'](_0x5b3fdd(0x8d),_0x5b3fdd(0x96)))&&(!!_0x2a7195[_0x5b3fdd(0xa1)](_0x5b3fdd(0x94))||!!_0x2a7195[_0x5b3fdd(0xa1)](_0x5b3fdd(0x9f))&&_0x1e3ba4(_0x2a7195[_0x5b3fdd(0x97)](_0x5b3fdd(0x9f))));}export function getImageUrls(_0x4d33ae,_0x5ee446){const _0x1bd49c=_0x1a4f,_0x443a6a=[0x140,0x1e0,0x300,0x400,0x4b0,0x640,0x780,0x960][_0x1bd49c(0xa4)](_0x42c19b=>_0x42c19b<=_0x5ee446)[_0x1bd49c(0xa0)](_0x56110c=>_0x4d33ae[_0x1bd49c(0xa2)](/\/$/,'')+_0x1bd49c(0x90)+_0x56110c+_0x1bd49c(0x85)+_0x56110c+'w');return{'imageFallbackUrl':_0x4d33ae,'imageSources':[{'srcset':_0x443a6a[_0x1bd49c(0x7e)](',\x20'),'sizes':_0x1bd49c(0x7c)+_0x5ee446+_0x1bd49c(0x92)+_0x5ee446+'px','type':_0x1bd49c(0x88)}]};}export function getImageDimension(_0x5b9897,_0x197ce0,_0x8661df){const _0x3ebe75=_0x1a4f,_0x2f6ff3=_0x5b9897[_0x3ebe75(0x87)](/\/crop\/(\d+)x(\d+)\//);return{'width':_0x2f6ff3?parseInt(_0x2f6ff3[0x1],0xa):_0x197ce0,'height':_0x2f6ff3?parseInt(_0x2f6ff3[0x2],0xa):_0x8661df};}export function showImageProcessingIndicator(_0x2ae34d,_0x47ecc){const _0x18bb20=_0x1a4f,_0x3756ed=new(_0x545912())(),_0x2d2550=_0x2ae34d[_0x18bb20(0x9b)][_0x18bb20(0x98)](_0x18bb20(0x99)),_0x305cd7=_0x2ae34d[_0x18bb20(0xa3)][_0x18bb20(0x9a)][_0x18bb20(0x95)](_0x47ecc),_0x3de225=_0x2d2550[_0x18bb20(0xad)](_0x305cd7),_0x3b2183=_0x2ae34d[_0x18bb20(0xa3)][_0x18bb20(0x93)][_0x18bb20(0x9d)][_0x18bb20(0x79)](_0x3de225),_0x4e23d9=_0x47ecc[_0x18bb20(0x97)](_0x18bb20(0x82)),_0x18ce1e=_0x47ecc[_0x18bb20(0x97)](_0x18bb20(0x9e)),_0x38e31f=_0x18bb20(0x8c);_0x2ae34d[_0x18bb20(0xa3)][_0x18bb20(0x93)][_0x18bb20(0x7d)](_0x22c2e8=>{const _0x2a0f49=_0x18bb20;_0x22c2e8[_0x2a0f49(0x80)](_0x38e31f,_0x305cd7),_0x22c2e8[_0x2a0f49(0x8b)](_0x2a0f49(0x86),_0x4e23d9+'/'+_0x18ce1e,_0x3de225);}),_0x3756ed[_0x18bb20(0x7a)](_0x3b2183,_0x18bb20(0xaa),()=>{const _0x190e14=_0x18bb20;_0x3756ed[_0x190e14(0x7f)](_0x3b2183,_0x190e14(0xaa)),_0x2ae34d[_0x190e14(0xa3)][_0x190e14(0x93)][_0x190e14(0x7d)](_0x331d8a=>{const _0x544a5f=_0x190e14;_0x331d8a[_0x544a5f(0xac)](_0x38e31f,_0x305cd7),_0x331d8a[_0x544a5f(0x89)](_0x544a5f(0x86),_0x3de225);});});}function G(_0x1880fd){const _0x14ca93=_0x1a4f;if(Array[_0x14ca93(0x8e)](_0x1880fd)){const _0x437d06=_0x1880fd[_0x14ca93(0xa0)](G);return _0x49c16c=>_0x437d06[_0x14ca93(0xae)](_0x4ddac7=>_0x4ddac7(_0x49c16c));}if(_0x14ca93(0x84)==_0x1880fd){const _0x1060b5=_0x206e3d[_0x14ca93(0x8f)][_0x14ca93(0xa8)][_0x14ca93(0x84)];return _0x1e0a7d=>new URL(_0x1e0a7d,_0x206e3d[_0x14ca93(0x91)][_0x14ca93(0x83)])[_0x14ca93(0x84)]==_0x1060b5;}return _0x14ca93(0x78)==typeof _0x1880fd?_0x1880fd:_0x1880fd instanceof RegExp?_0x4e9dc2=>!(!_0x4e9dc2[_0x14ca93(0x87)](_0x1880fd)&&!_0x4e9dc2[_0x14ca93(0xa2)](/^https?:\/\//,'')[_0x14ca93(0x87)](_0x1880fd)):()=>!0x1;}
|