@ckeditor/ckeditor5-uploadcare 0.0.0-nightly-next-20250223.0 → 0.0.0-nightly-next-20250224.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.
@@ -20,5 +20,5 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{global as _0x54309f,ObservableMixin as _0x47fadc}from'ckeditor5/src/utils.js';import{DialogViewPosition as _0x2842f6}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x360df2}from'ckeditor5/src/icons.js';import _0x56e9be from'./uploadcareimageeditformview.js';import _0x455cae from'../../utils/uploadutils.js';import{getImageUrls as _0x59e74a,getImageDimension as _0x1029d5}from'../../utils/editingutils.js';import{isAncestor as _0x5f5d7d}from'../../utils/isancestor.js';export default class A extends/* #__PURE__ -- @preserve */
24
- _0x47fadc(){['_editor'];['_dialog'];['_imageElement'];['_imageCache'];['_controller'];['_attributes'];constructor(_0x5811b1,_0x337e17,_0x13e03c){super(),this['_editor']=_0x5811b1,this['_dialog']=_0x337e17,this['_imageElement']=_0x13e03c,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 _0x4fc0b4=this['_imageElement'],_0x816ed=_0x4fc0b4['getAttribute']('uploadcareImageId'),_0x494b22=_0x4fc0b4['getAttribute']('src');if(_0x816ed)await this['_loadImageInfo'](_0x816ed,_0x494b22);else{if(this['_imageCache']['has'](_0x494b22)){const _0x5b735a=this['_imageCache']['get'](_0x494b22);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x5b735a['url'],this['imageDimension']=_0x5b735a['dimension'],this['imageId']=_0x5b735a['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x1e1837}=this['_editor'],t=_0x1e1837['t'],_0x450aaa=new _0x56e9be(_0x1e1837,this['imageStatus'],this['_attributes']);_0x450aaa['bind']('status')['to'](this,'imageStatus'),_0x450aaa['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x450aaa['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x450aaa['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x450aaa,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x360df2,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x450aaa,'position':_0x2842f6['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x450aaa['focus']();},'onHide':()=>{_0x450aaa['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x58f304=>!_0x5f5d7d(_0x58f304,_0x450aaa['element'])}});}['_loadImageInfo'](_0x536f0f,_0x3c204b){return _0x455cae['getInfo'](_0x536f0f,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey')})['then'](_0xa3d4d2=>{const {width:_0x2fac19,height:_0x3b2374}=_0xa3d4d2['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x3c204b,this['imageDimension']={'width':_0x2fac19,'height':_0x3b2374},this['imageId']=_0x536f0f;})['catch'](_0x40358a=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x40358a['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x511c40,_0x18d49a){return this['_getImageAsFile'](_0x511c40)['then'](_0xfd934d=>_0x455cae['upload']({'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'signal':_0x18d49a['signal'],'file':_0xfd934d,'onProgress':_0x136413=>{_0x136413&&_0x136413['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0x136413['value']));}}))['then'](_0x8a6875=>{const {width:_0x33e96a,height:_0x317379}=_0x8a6875['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x8a6875['cdnUrl'],this['imageDimension']={'width':_0x33e96a,'height':_0x317379},this['imageId']=_0x8a6875['uuid'],this['imageUploadProgress']=null;const _0x55f483=_0x511c40['getAttribute']('src');this['_imageCache']['set'](_0x55f483,{'id':_0x8a6875['uuid'],'url':_0x8a6875['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x589daa=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x589daa['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x414319,_0xbcc3d0){_0x414319['on']('apply',(_0x450b5b,_0x1e105e)=>{this['_replaceImage'](_0xbcc3d0,_0x1e105e['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x414319['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x414319['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0x4302ac,_0x22a853,_0x448b75){const _0x5613fc=this['_editor'],{width:_0x290f04,height:_0x5d3c3d}=_0x1029d5(_0x22a853,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x4bc949,imageSources:_0x3f1c38}=_0x59e74a(_0x22a853,_0x290f04);_0x5613fc['model']['change'](_0x5686b4=>{if('$graveyard'===_0x4302ac['root']['rootName']){_0x5613fc['execute']('insertImage',{'imageType':_0x4302ac['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0x4302ac['getAttributes']()),'uploadcareImageId':_0x448b75,'src':_0x4bc949,'sources':_0x3f1c38,'width':_0x290f04,'height':_0x5d3c3d}});const _0xaf1929=_0x4302ac['getChildren']();_0x4302ac=_0x5613fc['model']['document']['selection']['getSelectedElement']();for(const _0x5e25f9 of _0xaf1929)_0x5686b4['append'](_0x5686b4['cloneElement'](_0x5e25f9),_0x4302ac);}else _0x5686b4['setSelection'](_0x4302ac,'on'),_0x5613fc['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0x4302ac['getAttributes']()),'uploadcareImageId':_0x448b75,'src':_0x4bc949,'sources':_0x3f1c38,'width':_0x290f04,'height':_0x5d3c3d},_0x4302ac);_0x5686b4['setSelection'](_0x4302ac,'on');});}async['_getImageAsFile'](_0x22297c){const _0x4e2fd7=_0x54309f['window'],_0x27692c=_0x54309f['document']['location']['href'],_0x2b990c=new _0x4e2fd7['URL'](_0x22297c['getAttribute']('src'),_0x27692c);if('data:'===_0x2b990c['protocol']){const _0x188c15=_0x2b990c['href']['split'](','),_0x55dbfa=_0x188c15[0x0]['match'](/:(.*?);/)[0x1],_0x2166b8=_0x55dbfa['split']('/')[0x1],_0x32b084=_0x4e2fd7['atob'](_0x188c15[_0x188c15['length']-0x1]);let _0x44bff3=_0x32b084['length'];const _0x374a16=new _0x4e2fd7['Uint8Array'](_0x44bff3);for(;_0x44bff3--;)_0x374a16[_0x44bff3]=_0x32b084['charCodeAt'](_0x44bff3);return new _0x4e2fd7['File']([_0x374a16],'image.'+_0x2166b8,{'type':_0x55dbfa});}const _0xb4fac=_0x2b990c['href']['split']('/'),_0x18ae9f=_0xb4fac[_0xb4fac['length']-0x1],_0x4a06c4=_0x18ae9f['split']('.')[0x1];return _0x4e2fd7['fetch'](_0x2b990c['href'])['then'](_0x52576c=>_0x52576c['clone']()['blob']())['then'](_0x1f8852=>new _0x4e2fd7['File']([_0x1f8852],_0x18ae9f,{'type':'image/'+_0x4a06c4}));}}
23
+ import{global as _0x415acc,ObservableMixin as _0x876cfd}from'ckeditor5/src/utils.js';import{DialogViewPosition as _0x52eda0}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x34f53d}from'ckeditor5/src/icons.js';import _0x29fe81 from'./uploadcareimageeditformview.js';import _0x4b67a4 from'../../utils/uploadutils.js';import{getImageUrls as _0xbfa909,getImageDimension as _0x44dfcb}from'../../utils/editingutils.js';import{isAncestor as _0x479206}from'../../utils/isancestor.js';export default class O extends/* #__PURE__ -- @preserve */
24
+ _0x876cfd(){['_editor'];['_dialog'];['_imageElement'];['_imageCache'];['_controller'];['_attributes'];constructor(_0x2bcc22,_0x2d82d2,_0x5145e8){super(),this['_editor']=_0x2bcc22,this['_dialog']=_0x2d82d2,this['_imageElement']=_0x5145e8,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 _0x2d5ed2=this['_imageElement'],_0x53fb49=_0x2d5ed2['getAttribute']('uploadcareImageId'),_0x528723=_0x2d5ed2['getAttribute']('src');if(_0x53fb49)await this['_loadImageInfo'](_0x53fb49,_0x528723);else{if(this['_imageCache']['has'](_0x528723)){const _0x5bd28b=this['_imageCache']['get'](_0x528723);this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x5bd28b['url'],this['imageDimension']=_0x5bd28b['dimension'],this['imageId']=_0x5bd28b['id'];}else this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),await this['_uploadImage'](this['_imageElement'],this['_controller']);}}['_showDialog'](){const {locale:_0x340aec}=this['_editor'],t=_0x340aec['t'],_0x9322f=new _0x29fe81(_0x340aec,this['imageStatus'],this['_attributes']);_0x9322f['bind']('status')['to'](this,'imageStatus'),_0x9322f['_loadingView']['bind']('imageUploadProgress')['to'](this,'imageUploadProgress'),_0x9322f['_editingView']['bind']('imageSrc')['to'](this,'imageSrc'),_0x9322f['_errorView']['bind']('errorType')['to'](this,'imageErrorType'),this['_addEditViewListeners'](_0x9322f,this['_imageElement']),this['_dialog']['show']({'id':'uploadcareImageEdit','icon':_0x34f53d,'title':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'}),'content':_0x9322f,'position':_0x52eda0['EDITOR_TOP_CENTER'],'isModal':!0x0,'onShow':()=>{_0x9322f['focus']();},'onHide':()=>{_0x9322f['destroy'](),this['destroy']();},'keystrokeHandlerOptions':{'filter':_0x5a8954=>!_0x479206(_0x5a8954,_0x9322f['element'])}});}['_loadImageInfo'](_0x4f6746,_0x2ebe18){return _0x4b67a4['getInfo'](_0x4f6746,{'publicKey':this['_editor']['config']['get']('uploadcare.pubkey')})['then'](_0x2999a4=>{const {width:_0x3b9d95,height:_0x63f50b}=_0x2999a4['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x2ebe18,this['imageDimension']={'width':_0x3b9d95,'height':_0x63f50b},this['imageId']=_0x4f6746;})['catch'](_0x200098=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x200098['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_uploadImage'](_0x51e29d,_0x3cc2fc){return this['_getImageAsFile'](_0x51e29d)['then'](_0x47493b=>_0x4b67a4['upload']({'publicKey':this['_editor']['config']['get']('uploadcare.pubkey'),'signal':_0x3cc2fc['signal'],'file':_0x47493b,'onProgress':_0x1eb159=>{_0x1eb159&&_0x1eb159['isComputable']&&(this['imageUploadProgress']=Math['ceil'](0x64*_0x1eb159['value']));}}))['then'](_0x2ee398=>{const {width:_0x5928ac,height:_0x270ec8}=_0x2ee398['imageInfo'];this['imageStatus']='ready',this['imageErrorType']=null,this['imageSrc']=_0x2ee398['cdnUrl'],this['imageDimension']={'width':_0x5928ac,'height':_0x270ec8},this['imageId']=_0x2ee398['uuid'],this['imageUploadProgress']=null;const _0x3ca58b=_0x51e29d['getAttribute']('src');this['_imageCache']['set'](_0x3ca58b,{'id':_0x2ee398['uuid'],'url':_0x2ee398['cdnUrl'],'dimension':this['imageDimension']});})['catch'](_0x258cf0=>{this['imageStatus']='error',this['imageErrorType']='FileNotFoundError'===_0x258cf0['code']?'NotFound':'Network',this['imageSrc']=null,this['imageDimension']=null,this['imageId']=null,this['imageUploadProgress']=null;});}['_addEditViewListeners'](_0x403aed,_0x484cb6){_0x403aed['on']('apply',(_0x1fb300,_0x34734c)=>{this['_replaceImage'](_0x484cb6,_0x34734c['imageSrc'],this['imageId']),this['_dialog']['hide']();}),_0x403aed['on']('retry',()=>{this['imageStatus']='uploading',this['imageUploadProgress']=0x0,this['_controller']=new AbortController(),this['_uploadImage'](this['_imageElement'],this['_controller']);}),_0x403aed['on']('cancel',()=>{this['_dialog']['hide']();});}['_replaceImage'](_0xe2f38,_0x5f2b63,_0x32fe68){const _0x18dd06=this['_editor'],{width:_0x3eb38a,height:_0x13cec8}=_0x44dfcb(_0x5f2b63,this['imageDimension']['width'],this['imageDimension']['height']),{imageFallbackUrl:_0x5cfa93,imageSources:_0x2a179c}=_0xbfa909(_0x5f2b63,_0x3eb38a);_0x18dd06['model']['change'](_0x2608f4=>{if('$graveyard'===_0xe2f38['root']['rootName']){_0x18dd06['execute']('insertImage',{'imageType':_0xe2f38['is']('element','imageInline')?'imageInline':null,'source':{...Object['fromEntries'](_0xe2f38['getAttributes']()),'uploadcareImageId':_0x32fe68,'src':_0x5cfa93,'sources':_0x2a179c,'width':_0x3eb38a,'height':_0x13cec8}});const _0x38daf8=_0xe2f38['getChildren']();_0xe2f38=_0x18dd06['model']['document']['selection']['getSelectedElement']();for(const _0x5c6a6d of _0x38daf8)_0x2608f4['append'](_0x2608f4['cloneElement'](_0x5c6a6d),_0xe2f38);}else _0x2608f4['setSelection'](_0xe2f38,'on'),_0x18dd06['execute']('uploadcareImageReplace',{...Object['fromEntries'](_0xe2f38['getAttributes']()),'uploadcareImageId':_0x32fe68,'src':_0x5cfa93,'sources':_0x2a179c,'width':_0x3eb38a,'height':_0x13cec8},_0xe2f38);_0x2608f4['setSelection'](_0xe2f38,'on');});}async['_getImageAsFile'](_0x5ea29a){const _0x3b4da2=_0x415acc['window'],_0x40c619=_0x415acc['document']['location']['href'],_0xe795b2=new _0x3b4da2['URL'](_0x5ea29a['getAttribute']('src'),_0x40c619);if('data:'===_0xe795b2['protocol']){const _0x45b6af=_0xe795b2['href']['split'](','),_0x386873=_0x45b6af[0x0]['match'](/:(.*?);/)[0x1],_0x4aaa24=_0x386873['split']('/')[0x1],_0x14a5f6=_0x3b4da2['atob'](_0x45b6af[_0x45b6af['length']-0x1]);let _0x4bc22e=_0x14a5f6['length'];const _0x4aeda6=new _0x3b4da2['Uint8Array'](_0x4bc22e);for(;_0x4bc22e--;)_0x4aeda6[_0x4bc22e]=_0x14a5f6['charCodeAt'](_0x4bc22e);return new _0x3b4da2['File']([_0x4aeda6],'image.'+_0x4aaa24,{'type':_0x386873});}const _0x38e262=_0xe795b2['href']['split']('/'),_0xa57b3d=_0x38e262[_0x38e262['length']-0x1],_0x1790da=_0xa57b3d['split']('.')[0x1];return _0x3b4da2['fetch'](_0xe795b2['href'])['then'](_0x37a618=>_0x37a618['clone']()['blob']())['then'](_0x4ba1bc=>new _0x3b4da2['File']([_0x4ba1bc],_0xa57b3d,{'type':'image/'+_0x1790da}));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4211a3,_0x4cd8b2){const _0x26c7e1=_0x503b,_0x33dd91=_0x4211a3();while(!![]){try{const _0x2a6542=-parseInt(_0x26c7e1(0x18d))/0x1+parseInt(_0x26c7e1(0x18b))/0x2+-parseInt(_0x26c7e1(0x18a))/0x3*(-parseInt(_0x26c7e1(0x18c))/0x4)+-parseInt(_0x26c7e1(0x18e))/0x5+parseInt(_0x26c7e1(0x196))/0x6+parseInt(_0x26c7e1(0x193))/0x7*(parseInt(_0x26c7e1(0x186))/0x8)+-parseInt(_0x26c7e1(0x192))/0x9;if(_0x2a6542===_0x4cd8b2)break;else _0x33dd91['push'](_0x33dd91['shift']());}catch(_0x57749d){_0x33dd91['push'](_0x33dd91['shift']());}}}(_0x1413,0x20ddd));import{View as _0x56914d}from'ckeditor5/src/ui.js';function _0x503b(_0x354d47,_0x585b99){const _0x141399=_0x1413();return _0x503b=function(_0x503b2a,_0x3ffcc){_0x503b2a=_0x503b2a-0x186;let _0x4d1276=_0x141399[_0x503b2a];return _0x4d1276;},_0x503b(_0x354d47,_0x585b99);}export default class tt extends _0x56914d{constructor(_0x46b092,_0x59e349){const _0x1b7a7a=_0x503b;super(_0x46b092);const _0x2f63a5=this[_0x1b7a7a(0x189)];this[_0x1b7a7a(0x194)](_0x1b7a7a(0x188),''),this[_0x1b7a7a(0x187)]({'tag':_0x1b7a7a(0x190),'attributes':{..._0x59e349,'class':[_0x1b7a7a(0x191),_0x1b7a7a(0x18f)],'ctx-name':_0x1b7a7a(0x195),'cdn-url':_0x2f63a5['to'](_0x1b7a7a(0x188))}});}}function _0x1413(){const _0x5e6920=['uc-light','381924dECPiy','56AfEZrA','set','image-edit','1251294aPTdPO','140648YhpnHv','setTemplate','imageSrc','bindTemplate','135ghkVGi','235438pycyDn','3156brHHGm','100518krjslg','1124230OQWmjW','ck-uploadcare-theme','uc-cloud-image-editor'];_0x1413=function(){return _0x5e6920;};return _0x1413();}
23
+ function _0x58c8(){const _0x11b7d7=['9bVCZcb','40319620AXZiDO','bindTemplate','18sTDuwt','39878UIZQhk','set','104700VvUeoT','1016204Dmuson','imageSrc','ck-uploadcare-theme','uc-light','128rjMKyZ','image-edit','22qydozS','setTemplate','uc-cloud-image-editor','8324520BUBCAC','3182850xYIASZ','2101150exDrRz'];_0x58c8=function(){return _0x11b7d7;};return _0x58c8();}(function(_0x431132,_0xcdb55e){const _0xd64a17=_0x3546,_0x57a174=_0x431132();while(!![]){try{const _0x2d0311=parseInt(_0xd64a17(0x17b))/0x1*(-parseInt(_0xd64a17(0x184))/0x2)+parseInt(_0xd64a17(0x17d))/0x3*(-parseInt(_0xd64a17(0x182))/0x4)+-parseInt(_0xd64a17(0x188))/0x5+parseInt(_0xd64a17(0x18d))/0x6*(parseInt(_0xd64a17(0x17e))/0x7)+parseInt(_0xd64a17(0x187))/0x8*(-parseInt(_0xd64a17(0x18a))/0x9)+-parseInt(_0xd64a17(0x189))/0xa+parseInt(_0xd64a17(0x18b))/0xb;if(_0x2d0311===_0xcdb55e)break;else _0x57a174['push'](_0x57a174['shift']());}catch(_0x435850){_0x57a174['push'](_0x57a174['shift']());}}}(_0x58c8,0xa0b34));function _0x3546(_0x343df9,_0x390085){const _0x58c8de=_0x58c8();return _0x3546=function(_0x35461e,_0x99de7c){_0x35461e=_0x35461e-0x17b;let _0x24536b=_0x58c8de[_0x35461e];return _0x24536b;},_0x3546(_0x343df9,_0x390085);}import{View as _0xed379e}from'ckeditor5/src/ui.js';export default class tt extends _0xed379e{constructor(_0x24854e,_0x1f1972){const _0x549e07=_0x3546;super(_0x24854e);const _0xdca19e=this[_0x549e07(0x18c)];this[_0x549e07(0x17c)](_0x549e07(0x17f),''),this[_0x549e07(0x185)]({'tag':_0x549e07(0x186),'attributes':{..._0x1f1972,'class':[_0x549e07(0x181),_0x549e07(0x180)],'ctx-name':_0x549e07(0x183),'cdn-url':_0xdca19e['to'](_0x549e07(0x17f))}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{IconError as et}from'ckeditor5/src/icons.js';import{ButtonView as _0x3057d6,IconView as at,View as _0x48b622}from'ckeditor5/src/ui.js';export default class rt extends _0x48b622{constructor(_0x51d6c1){super(_0x51d6c1);const t=_0x51d6c1['t'];this['set']('errorType',null);const _0x212744=new _0x3057d6(_0x51d6c1);_0x212744['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x212744['withText']=!0x0,_0x212744['class']='ck-button-action',_0x212744['on']('execute',()=>{this['fire']('retry');}),_0x212744['bind']('isVisible')['to'](this,'errorType',_0x170918=>'NotFound'!==_0x170918);const _0x2d0490=new at();_0x2d0490['content']=et,_0x2d0490['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x16ad50=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':[_0x2d0490,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x16ad50['to']('errorType',_0x5d0dcb=>t('NotFound'!==_0x5d0dcb?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x212744]},{'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'}]}]}]});}}
23
+ import{IconError as et}from'ckeditor5/src/icons.js';import{ButtonView as _0x5ed2cb,IconView as at,View as _0x1250fa}from'ckeditor5/src/ui.js';export default class rt extends _0x1250fa{constructor(_0x1e710e){super(_0x1e710e);const t=_0x1e710e['t'];this['set']('errorType',null);const _0x43e1e7=new _0x5ed2cb(_0x1e710e);_0x43e1e7['label']=t({'id':'Try\x20again\x20(Uploadcare)','string':'Try\x20again'}),_0x43e1e7['withText']=!0x0,_0x43e1e7['class']='ck-button-action',_0x43e1e7['on']('execute',()=>{this['fire']('retry');}),_0x43e1e7['bind']('isVisible')['to'](this,'errorType',_0x3c269f=>'NotFound'!==_0x3c269f);const _0x338749=new at();_0x338749['content']=et,_0x338749['extendTemplate']({'attributes':{'style':{'width':'50px','height':'50px'}}});const _0x411ea9=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':[_0x338749,{'tag':'h3','attributes':{'style':{'fontWeight':'bold'}},'children':[{'text':t('Unable\x20to\x20load')}]},{'text':_0x411ea9['to']('errorType',_0x29fb63=>t('NotFound'!==_0x29fb63?'We\x20were\x20unable\x20to\x20load\x20the\x20image\x20due\x20to\x20network\x20connection\x20issues.':'The\x20image\x20was\x20not\x20found.\x20Its\x20source\x20may\x20have\x20been\x20removed.'))},_0x43e1e7]},{'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 _0xd1cb26,View as _0x4d71c9}from'ckeditor5/src/ui.js';export default class ta extends _0x4d71c9{constructor(_0x463785){super(_0x463785);const t=_0x463785['t'],_0x542090=this['bindTemplate'],_0x24e828=new _0xd1cb26();_0x24e828['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':[_0x24e828,{'text':_0x542090['to']('imageUploadProgress',_0x92e790=>t('Loading\x20image...')+'\x20('+(_0x92e790||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'}]}]}]});}}
23
+ import{SpinnerView as _0x27bb7b,View as _0x3bd677}from'ckeditor5/src/ui.js';export default class ta extends _0x3bd677{constructor(_0x3e6ed5){super(_0x3e6ed5);const t=_0x3e6ed5['t'],_0x18bdfe=this['bindTemplate'],_0x5ea8df=new _0x27bb7b();_0x5ea8df['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':[_0x5ea8df,{'text':_0x18bdfe['to']('imageUploadProgress',_0x481dcd=>t('Loading\x20image...')+'\x20('+(_0x481dcd||0x0)+'%)')}]},{'tag':'div','attributes':{'class':['ck-uploadcare-form__skeleton']},'children':[{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'}]},{'tag':'div','children':[{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'},{'tag':'span'}]}]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4a46(){const _0x105ca1=['494720TfzLbz','clear','uc-cloud-image-editor','error','uploading','target','204790ZhIlpz','5621864XMQMQB','639784HjdgWJ','setTemplate','_errorView','7yOODXV','disconnect','once','_focusableView','_items','ck-reset_all-excluded','addEventListener','apply','add','cancel','5GgPmGd','_editingView','_loadingView','14182272XLClsA','toLowerCase','_addErrorViewListeners','_addUploadcareImageEditorListeners','2830908RVJAhC','addMany','ready','1711143NzaZHD','_waitForImageEditorComponent','change:status','filter','retry','element','createCollection','addedNodes','div','cdnUrl','detail','getFocusableElement','focus','ck-uploadcare-form','observe','_setView','nodeName','set','querySelector','fire','length','render','status'];_0x4a46=function(){return _0x105ca1;};return _0x4a46();}const _0xccab62=_0x2567;(function(_0x193e6d,_0x5dd975){const _0x1245ef=_0x2567,_0x2b4a68=_0x193e6d();while(!![]){try{const _0x2f9a81=-parseInt(_0x1245ef(0x1bb))/0x1+-parseInt(_0x1245ef(0x1b5))/0x2+-parseInt(_0x1245ef(0x19e))/0x3+parseInt(_0x1245ef(0x1bd))/0x4*(parseInt(_0x1245ef(0x194))/0x5)+-parseInt(_0x1245ef(0x19b))/0x6*(-parseInt(_0x1245ef(0x1c0))/0x7)+-parseInt(_0x1245ef(0x1bc))/0x8+parseInt(_0x1245ef(0x197))/0x9;if(_0x2f9a81===_0x5dd975)break;else _0x2b4a68['push'](_0x2b4a68['shift']());}catch(_0xe00299){_0x2b4a68['push'](_0x2b4a68['shift']());}}}(_0x4a46,0x75c04));import{View as _0x2c17b2}from'ckeditor5/src/ui.js';function _0x2567(_0x230acb,_0x563c4b){const _0x4a464e=_0x4a46();return _0x2567=function(_0x25672e,_0x4e1d11){_0x25672e=_0x25672e-0x18f;let _0x3c6513=_0x4a464e[_0x25672e];return _0x3c6513;},_0x2567(_0x230acb,_0x563c4b);}import _0x3f690a from'./uploadcareimageeditformloadingview.js';import _0x55f1b0 from'./uploadcareimageeditformerrorview.js';import _0x1040fd from'./uploadcareimageeditformeditingview.js';import _0x17b4e5 from'../../utils/dialogfocusmanagerview.js';import'../../../theme/uploadcare-form.css';export default class Z extends _0x17b4e5{[_0xccab62(0x1c4)];[_0xccab62(0x196)];[_0xccab62(0x1bf)];[_0xccab62(0x195)];[_0xccab62(0x1c3)];constructor(_0x31f06c,_0x5af1f4,_0x57e619){const _0x1dfbd4=_0xccab62;super(_0x31f06c),this[_0x1dfbd4(0x1c4)]=this[_0x1dfbd4(0x1a4)](),this[_0x1dfbd4(0x196)]=new _0x3f690a(_0x31f06c),this[_0x1dfbd4(0x1bf)]=new _0x55f1b0(_0x31f06c),this[_0x1dfbd4(0x195)]=new _0x1040fd(_0x31f06c,_0x57e619),this[_0x1dfbd4(0x1c3)]=new _0x2c17b2(_0x31f06c),this[_0x1dfbd4(0x1c3)][_0x1dfbd4(0x1be)](this[_0x1dfbd4(0x1a9)]()),this[_0x1dfbd4(0x1af)](_0x1dfbd4(0x1b4),_0x5af1f4),this[_0x1dfbd4(0x1be)]({'tag':_0x1dfbd4(0x1a6),'attributes':{'class':['ck',_0x1dfbd4(0x18f),_0x1dfbd4(0x1ab)],'tabindex':'-1'},'children':this[_0x1dfbd4(0x1c4)]}),this[_0x1dfbd4(0x1ad)](),this[_0x1dfbd4(0x1c2)](_0x1dfbd4(0x1b3),()=>{const _0x10a1dd=_0x1dfbd4;this[_0x10a1dd(0x19f)](this[_0x10a1dd(0x1a3)],_0xfaac6c=>{const _0x44030e=_0x10a1dd;this[_0x44030e(0x19a)](_0xfaac6c);});}),this['on'](_0x1dfbd4(0x1a0),()=>{const _0x2f1340=_0x1dfbd4;this[_0x2f1340(0x1ad)]();}),this[_0x1dfbd4(0x199)]();}[_0xccab62(0x1aa)](){const _0x4d6049=_0xccab62;this[_0x4d6049(0x1a3)][_0x4d6049(0x1aa)]();}[_0xccab62(0x1ad)](){const _0x4ef702=_0xccab62;switch(this[_0x4ef702(0x1c4)][_0x4ef702(0x1b6)](),this[_0x4ef702(0x1b4)]){case _0x4ef702(0x1b9):this[_0x4ef702(0x1c4)][_0x4ef702(0x192)](this[_0x4ef702(0x196)]);break;case _0x4ef702(0x1b8):this[_0x4ef702(0x1c4)][_0x4ef702(0x192)](this[_0x4ef702(0x1bf)]);break;case _0x4ef702(0x19d):this[_0x4ef702(0x1c4)][_0x4ef702(0x19c)]([this[_0x4ef702(0x195)],this[_0x4ef702(0x1c3)]]);}}[_0xccab62(0x19f)](_0x10d6ba,_0x4b3def){const _0x38fe6a=_0xccab62,_0x12fcab=_0x38fe6a(0x1b7),_0x32ffe5=_0x10d6ba[_0x38fe6a(0x1b0)](_0x12fcab);if(_0x32ffe5)return _0x4b3def(_0x32ffe5);const _0x5c653d=new MutationObserver(_0x46bbd5=>{const _0x4972c2=_0x38fe6a,_0x3fbbe3=_0x46bbd5[_0x4972c2(0x1a1)](_0x4d29b3=>_0x4d29b3[_0x4972c2(0x1ba)]===_0x10d6ba&&_0x4d29b3[_0x4972c2(0x1a5)][_0x4972c2(0x1b2)]>0x0&&_0x4d29b3[_0x4972c2(0x1a5)][0x0][_0x4972c2(0x1ae)][_0x4972c2(0x198)]()===_0x12fcab);_0x3fbbe3[_0x4972c2(0x1b2)]&&(_0x5c653d[_0x4972c2(0x1c1)](),_0x4b3def(_0x3fbbe3[0x0][_0x4972c2(0x1a5)][0x0]));});_0x5c653d[_0x38fe6a(0x1ac)](_0x10d6ba,{'childList':!0x0,'subtree':!0x0});}[_0xccab62(0x19a)](_0x2297b4){const _0x459fe6=_0xccab62;_0x2297b4[_0x459fe6(0x190)](_0x459fe6(0x191),_0x2c31f2=>{const _0x812fc5=_0x459fe6;this[_0x812fc5(0x1b1)](_0x812fc5(0x191),{'imageSrc':_0x2c31f2[_0x812fc5(0x1a8)][_0x812fc5(0x1a7)]});}),_0x2297b4[_0x459fe6(0x190)](_0x459fe6(0x193),()=>{const _0x37b551=_0x459fe6;this[_0x37b551(0x1b1)](_0x37b551(0x193));});}[_0xccab62(0x199)](){const _0x4af99a=_0xccab62;this[_0x4af99a(0x1bf)]['on'](_0x4af99a(0x1a2),()=>{const _0x55c7ef=_0x4af99a;this[_0x55c7ef(0x1b1)](_0x55c7ef(0x1a2));});}}
23
+ function _0x5bd6(_0x11360d,_0xe128a9){const _0x40ee9f=_0x40ee();return _0x5bd6=function(_0x5bd66d,_0x51d970){_0x5bd66d=_0x5bd66d-0x16c;let _0x493110=_0x40ee9f[_0x5bd66d];return _0x493110;},_0x5bd6(_0x11360d,_0xe128a9);}const _0x1080f0=_0x5bd6;(function(_0x26b9e7,_0x404d71){const _0xe18859=_0x5bd6,_0x5ce690=_0x26b9e7();while(!![]){try{const _0x584fc7=-parseInt(_0xe18859(0x19c))/0x1+-parseInt(_0xe18859(0x187))/0x2+-parseInt(_0xe18859(0x191))/0x3*(parseInt(_0xe18859(0x184))/0x4)+parseInt(_0xe18859(0x19d))/0x5*(-parseInt(_0xe18859(0x175))/0x6)+parseInt(_0xe18859(0x19a))/0x7*(-parseInt(_0xe18859(0x18f))/0x8)+-parseInt(_0xe18859(0x17a))/0x9*(-parseInt(_0xe18859(0x197))/0xa)+parseInt(_0xe18859(0x18d))/0xb;if(_0x584fc7===_0x404d71)break;else _0x5ce690['push'](_0x5ce690['shift']());}catch(_0x409c09){_0x5ce690['push'](_0x5ce690['shift']());}}}(_0x40ee,0x1ac15));import{View as _0x23e477}from'ckeditor5/src/ui.js';import _0x1bf044 from'./uploadcareimageeditformloadingview.js';import _0x230276 from'./uploadcareimageeditformerrorview.js';import _0x2dfd68 from'./uploadcareimageeditformeditingview.js';function _0x40ee(){const _0x1f68bc=['ready','setTemplate','nodeName','detail','_waitForImageEditorComponent','filter','_loadingView','168GXRCfe','element','ck-reset_all-excluded','addEventListener','uc-cloud-image-editor','11709vJWVjb','set','status','once','_addUploadcareImageEditorListeners','render','fire','clear','_editingView','addedNodes','48dRiWeO','add','_errorView','418384uklAXb','focus','apply','observe','toLowerCase','target','7870016MllRQt','querySelector','16gaOBZX','div','50871wkvOSm','getFocusableElement','length','cdnUrl','ck-uploadcare-form','disconnect','1130EykTPs','change:status','_focusableView','744877SaOsVk','_addErrorViewListeners','126570ohEJrx','145IOLytP','retry','cancel','uploading','_items','error','createCollection','addMany','_setView'];_0x40ee=function(){return _0x1f68bc;};return _0x40ee();}import _0x3cb81e from'../../utils/dialogfocusmanagerview.js';import'../../../theme/uploadcare-form.css';export default class Z extends _0x3cb81e{[_0x1080f0(0x1a1)];[_0x1080f0(0x174)];[_0x1080f0(0x186)];[_0x1080f0(0x182)];[_0x1080f0(0x199)];constructor(_0x4f9730,_0xe07bbb,_0x40c783){const _0x5979c8=_0x1080f0;super(_0x4f9730),this[_0x5979c8(0x1a1)]=this[_0x5979c8(0x1a3)](),this[_0x5979c8(0x174)]=new _0x1bf044(_0x4f9730),this[_0x5979c8(0x186)]=new _0x230276(_0x4f9730),this[_0x5979c8(0x182)]=new _0x2dfd68(_0x4f9730,_0x40c783),this[_0x5979c8(0x199)]=new _0x23e477(_0x4f9730),this[_0x5979c8(0x199)][_0x5979c8(0x16f)](this[_0x5979c8(0x192)]()),this[_0x5979c8(0x17b)](_0x5979c8(0x17c),_0xe07bbb),this[_0x5979c8(0x16f)]({'tag':_0x5979c8(0x190),'attributes':{'class':['ck',_0x5979c8(0x177),_0x5979c8(0x195)],'tabindex':'-1'},'children':this[_0x5979c8(0x1a1)]}),this[_0x5979c8(0x16d)](),this[_0x5979c8(0x17d)](_0x5979c8(0x17f),()=>{const _0x13aede=_0x5979c8;this[_0x13aede(0x172)](this[_0x13aede(0x176)],_0x38a063=>{const _0x52880d=_0x13aede;this[_0x52880d(0x17e)](_0x38a063);});}),this['on'](_0x5979c8(0x198),()=>{const _0x4ee731=_0x5979c8;this[_0x4ee731(0x16d)]();}),this[_0x5979c8(0x19b)]();}[_0x1080f0(0x188)](){const _0x260e84=_0x1080f0;this[_0x260e84(0x176)][_0x260e84(0x188)]();}[_0x1080f0(0x16d)](){const _0x4fe2c0=_0x1080f0;switch(this[_0x4fe2c0(0x1a1)][_0x4fe2c0(0x181)](),this[_0x4fe2c0(0x17c)]){case _0x4fe2c0(0x1a0):this[_0x4fe2c0(0x1a1)][_0x4fe2c0(0x185)](this[_0x4fe2c0(0x174)]);break;case _0x4fe2c0(0x1a2):this[_0x4fe2c0(0x1a1)][_0x4fe2c0(0x185)](this[_0x4fe2c0(0x186)]);break;case _0x4fe2c0(0x16e):this[_0x4fe2c0(0x1a1)][_0x4fe2c0(0x16c)]([this[_0x4fe2c0(0x182)],this[_0x4fe2c0(0x199)]]);}}[_0x1080f0(0x172)](_0x30e002,_0x22e42b){const _0x1d9f88=_0x1080f0,_0xd7fc14=_0x1d9f88(0x179),_0x591016=_0x30e002[_0x1d9f88(0x18e)](_0xd7fc14);if(_0x591016)return _0x22e42b(_0x591016);const _0x52a9cb=new MutationObserver(_0x58e10e=>{const _0x352789=_0x1d9f88,_0x1a5e17=_0x58e10e[_0x352789(0x173)](_0x59813a=>_0x59813a[_0x352789(0x18c)]===_0x30e002&&_0x59813a[_0x352789(0x183)][_0x352789(0x193)]>0x0&&_0x59813a[_0x352789(0x183)][0x0][_0x352789(0x170)][_0x352789(0x18b)]()===_0xd7fc14);_0x1a5e17[_0x352789(0x193)]&&(_0x52a9cb[_0x352789(0x196)](),_0x22e42b(_0x1a5e17[0x0][_0x352789(0x183)][0x0]));});_0x52a9cb[_0x1d9f88(0x18a)](_0x30e002,{'childList':!0x0,'subtree':!0x0});}[_0x1080f0(0x17e)](_0x20ca74){const _0x38242f=_0x1080f0;_0x20ca74[_0x38242f(0x178)](_0x38242f(0x189),_0x45f4dc=>{const _0x3f6f85=_0x38242f;this[_0x3f6f85(0x180)](_0x3f6f85(0x189),{'imageSrc':_0x45f4dc[_0x3f6f85(0x171)][_0x3f6f85(0x194)]});}),_0x20ca74[_0x38242f(0x178)](_0x38242f(0x19f),()=>{const _0x559100=_0x38242f;this[_0x559100(0x180)](_0x559100(0x19f));});}[_0x1080f0(0x19b)](){const _0x2a6657=_0x1080f0;this[_0x2a6657(0x186)]['on'](_0x2a6657(0x19e),()=>{const _0x26e345=_0x2a6657;this[_0x26e345(0x180)](_0x26e345(0x19e));});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x362194=_0x1f21;(function(_0x145ec6,_0x585d5e){const _0x350b6c=_0x1f21,_0x3075d0=_0x145ec6();while(!![]){try{const _0x171bb5=-parseInt(_0x350b6c(0x117))/0x1*(-parseInt(_0x350b6c(0x121))/0x2)+parseInt(_0x350b6c(0x127))/0x3+-parseInt(_0x350b6c(0x12d))/0x4*(-parseInt(_0x350b6c(0x119))/0x5)+-parseInt(_0x350b6c(0x11a))/0x6+-parseInt(_0x350b6c(0x12c))/0x7+-parseInt(_0x350b6c(0x112))/0x8+-parseInt(_0x350b6c(0x111))/0x9*(-parseInt(_0x350b6c(0x114))/0xa);if(_0x171bb5===_0x585d5e)break;else _0x3075d0['push'](_0x3075d0['shift']());}catch(_0x4273bb){_0x3075d0['push'](_0x3075d0['shift']());}}}(_0xafc5,0xd21de));function _0xafc5(){const _0x4e0baa=['refresh','editor','bind','imageBlock','5105555lwFSTn','17876uMQcud','imageEditController','unbind','selection','161523RgCBic','9711464WtijMu','isEnabled','1390lUhqZI','_isEditable','document','33671jTpOyN','config','835gJqCFq','8040060wwmOxY','model','getSelectedElement','execute','plugins','requires','imageInline','40TzhuUa','uploadcare.allowExternalImagesEditing','get','set','isActive','element','688710WPHRgd'];_0xafc5=function(){return _0x4e0baa;};return _0xafc5();}import{Command as _0x161b02}from'ckeditor5/src/core.js';import{Dialog as _0x2e8002}from'ckeditor5/src/ui.js';import _0x22a9ee from'./ui/uploadcareimageeditcontroller.js';import{createEditabilityChecker as _0x47585d}from'../utils/editingutils.js';function _0x1f21(_0x3696b4,_0x31ba9a){const _0xafc506=_0xafc5();return _0x1f21=function(_0x1f2112,_0xf9ef6c){_0x1f2112=_0x1f2112-0x10e;let _0x1a1063=_0xafc506[_0x1f2112];return _0x1a1063;},_0x1f21(_0x3696b4,_0x31ba9a);}export default class z extends _0x161b02{[_0x362194(0x10e)];static get[_0x362194(0x11f)](){return[_0x2e8002];}[_0x362194(0x115)];constructor(_0x1795b1){const _0x764aff=_0x362194;super(_0x1795b1),this[_0x764aff(0x10e)]=void 0x0,this[_0x764aff(0x115)]=_0x47585d(_0x1795b1[_0x764aff(0x118)][_0x764aff(0x123)](_0x764aff(0x122))||[]),this[_0x764aff(0x124)]({'isActive':!0x1});}[_0x362194(0x128)](){const _0x98dc9c=_0x362194,_0x6ee38c=this[_0x98dc9c(0x129)][_0x98dc9c(0x11b)][_0x98dc9c(0x116)][_0x98dc9c(0x110)][_0x98dc9c(0x11c)]();this[_0x98dc9c(0x113)]=this[_0x98dc9c(0x115)](_0x6ee38c);}[_0x362194(0x11d)](){const _0xed0f4a=_0x362194;this[_0xed0f4a(0x10e)]&&(this[_0xed0f4a(0x10f)](_0xed0f4a(0x125)),this[_0xed0f4a(0x10e)]=void 0x0);const _0x269790=this[_0xed0f4a(0x129)][_0xed0f4a(0x11b)][_0xed0f4a(0x116)][_0xed0f4a(0x110)][_0xed0f4a(0x11c)]();_0x269790&&(_0x269790['is'](_0xed0f4a(0x126),_0xed0f4a(0x12b))||_0x269790['is'](_0xed0f4a(0x126),_0xed0f4a(0x120)))&&(this[_0xed0f4a(0x10e)]=new _0x22a9ee(this[_0xed0f4a(0x129)],this[_0xed0f4a(0x129)][_0xed0f4a(0x11e)][_0xed0f4a(0x123)](_0x2e8002),_0x269790),this[_0xed0f4a(0x12a)](_0xed0f4a(0x125))['to'](this[_0xed0f4a(0x10e)],_0xed0f4a(0x125)));}}
23
+ const _0x517b8c=_0x200e;(function(_0x4b50f7,_0x4a2bab){const _0x1c7ac2=_0x200e,_0x3ed6da=_0x4b50f7();while(!![]){try{const _0x36bd18=-parseInt(_0x1c7ac2(0x18c))/0x1*(parseInt(_0x1c7ac2(0x191))/0x2)+-parseInt(_0x1c7ac2(0x189))/0x3*(-parseInt(_0x1c7ac2(0x177))/0x4)+parseInt(_0x1c7ac2(0x17e))/0x5+parseInt(_0x1c7ac2(0x18a))/0x6*(parseInt(_0x1c7ac2(0x193))/0x7)+parseInt(_0x1c7ac2(0x181))/0x8+parseInt(_0x1c7ac2(0x17a))/0x9+-parseInt(_0x1c7ac2(0x18d))/0xa*(parseInt(_0x1c7ac2(0x194))/0xb);if(_0x36bd18===_0x4a2bab)break;else _0x3ed6da['push'](_0x3ed6da['shift']());}catch(_0x5021d3){_0x3ed6da['push'](_0x3ed6da['shift']());}}}(_0x5d91,0xae8a2));import{Command as _0x35f2d7}from'ckeditor5/src/core.js';function _0x200e(_0x2ac5d6,_0x3a5770){const _0x5d912d=_0x5d91();return _0x200e=function(_0x200ee3,_0x40966e){_0x200ee3=_0x200ee3-0x175;let _0xfcf5b8=_0x5d912d[_0x200ee3];return _0xfcf5b8;},_0x200e(_0x2ac5d6,_0x3a5770);}import{Dialog as _0x3ca17c}from'ckeditor5/src/ui.js';import _0x2054d8 from'./ui/uploadcareimageeditcontroller.js';import{createEditabilityChecker as _0x586fcd}from'../utils/editingutils.js';function _0x5d91(){const _0x19db26=['102OvNkcD','model','1zbzwPN','22336510ykXZqN','uploadcare.allowExternalImagesEditing','element','imageInline','1049762aJaJXt','selection','265937VdPGXv','11AazWRH','bind','imageEditController','config','32osIHeW','get','requires','5328441czusIO','imageBlock','document','unbind','3736330FyOupt','refresh','getSelectedElement','8353376YEcdxq','plugins','editor','execute','isActive','set','isEnabled','_isEditable','166542gIcUAg'];_0x5d91=function(){return _0x19db26;};return _0x5d91();}export default class V extends _0x35f2d7{[_0x517b8c(0x175)];static get[_0x517b8c(0x179)](){return[_0x3ca17c];}[_0x517b8c(0x188)];constructor(_0x5b4e10){const _0x1d1d69=_0x517b8c;super(_0x5b4e10),this[_0x1d1d69(0x175)]=void 0x0,this[_0x1d1d69(0x188)]=_0x586fcd(_0x5b4e10[_0x1d1d69(0x176)][_0x1d1d69(0x178)](_0x1d1d69(0x18e))||[]),this[_0x1d1d69(0x186)]({'isActive':!0x1});}[_0x517b8c(0x17f)](){const _0x74d419=_0x517b8c,_0xd4bdc7=this[_0x74d419(0x183)][_0x74d419(0x18b)][_0x74d419(0x17c)][_0x74d419(0x192)][_0x74d419(0x180)]();this[_0x74d419(0x187)]=this[_0x74d419(0x188)](_0xd4bdc7);}[_0x517b8c(0x184)](){const _0x5461f6=_0x517b8c;this[_0x5461f6(0x175)]&&(this[_0x5461f6(0x17d)](_0x5461f6(0x185)),this[_0x5461f6(0x175)]=void 0x0);const _0xc300e4=this[_0x5461f6(0x183)][_0x5461f6(0x18b)][_0x5461f6(0x17c)][_0x5461f6(0x192)][_0x5461f6(0x180)]();_0xc300e4&&(_0xc300e4['is'](_0x5461f6(0x18f),_0x5461f6(0x17b))||_0xc300e4['is'](_0x5461f6(0x18f),_0x5461f6(0x190)))&&(this[_0x5461f6(0x175)]=new _0x2054d8(this[_0x5461f6(0x183)],this[_0x5461f6(0x183)][_0x5461f6(0x182)][_0x5461f6(0x178)](_0x3ca17c),_0xc300e4),this[_0x5461f6(0x195)](_0x5461f6(0x185))['to'](this[_0x5461f6(0x175)],_0x5461f6(0x185)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43fc0e=_0x1058;(function(_0x429495,_0x291742){const _0x122eaa=_0x1058,_0x3a80e7=_0x429495();while(!![]){try{const _0x2777dc=parseInt(_0x122eaa(0x181))/0x1+parseInt(_0x122eaa(0x17d))/0x2+parseInt(_0x122eaa(0x189))/0x3*(-parseInt(_0x122eaa(0x182))/0x4)+-parseInt(_0x122eaa(0x17c))/0x5+-parseInt(_0x122eaa(0x183))/0x6*(-parseInt(_0x122eaa(0x18a))/0x7)+-parseInt(_0x122eaa(0x192))/0x8*(parseInt(_0x122eaa(0x185))/0x9)+-parseInt(_0x122eaa(0x180))/0xa*(-parseInt(_0x122eaa(0x18c))/0xb);if(_0x2777dc===_0x291742)break;else _0x3a80e7['push'](_0x3a80e7['shift']());}catch(_0x5ee4ae){_0x3a80e7['push'](_0x3a80e7['shift']());}}}(_0x57cf,0x9dd99));import{Plugin as _0x28e674}from'ckeditor5/src/core.js';import{Notification as _0x465c04}from'ckeditor5/src/ui.js';function _0x57cf(){const _0x26f7ea=['isOfficialPlugin','ImageEditing','9zFjfsN','5596003biPGUo','uploadcareImageEdit','2243065irRBzI','requires','pluginName','commands','ImageUtils','init','4264jjqOfn','1052250DGOqpg','786782eHXkkT','UploadcareImageEditEditing','add','30AIWjxc','352066XZlKhN','1012932AcSTGU','6gVZujX','uploadcareImageReplace','9117esWpqh','isPremiumPlugin'];_0x57cf=function(){return _0x26f7ea;};return _0x57cf();}import _0x248597 from'./uploadcareimageeditcommand.js';import _0xb0d180 from'./uploadcareimagereplacecommand.js';function _0x1058(_0x13dca4,_0x5918c9){const _0x57cf67=_0x57cf();return _0x1058=function(_0x105835,_0xa60b1d){_0x105835=_0x105835-0x17c;let _0x3f4d36=_0x57cf67[_0x105835];return _0x3f4d36;},_0x1058(_0x13dca4,_0x5918c9);}import _0x382972 from'../uploadcareediting.js';export default class g extends _0x28e674{static get[_0x43fc0e(0x18e)](){const _0x4a1fcb=_0x43fc0e;return _0x4a1fcb(0x17e);}static get[_0x43fc0e(0x18d)](){const _0x53c055=_0x43fc0e;return[_0x382972,_0x465c04,_0x53c055(0x190),_0x53c055(0x188)];}static get[_0x43fc0e(0x187)](){return!0x0;}static get[_0x43fc0e(0x186)](){return!0x0;}[_0x43fc0e(0x191)](){const _0xf6c264=_0x43fc0e,{editor:_0x4898bd}=this;_0x4898bd[_0xf6c264(0x18f)][_0xf6c264(0x17f)](_0xf6c264(0x18b),new _0x248597(_0x4898bd)),_0x4898bd[_0xf6c264(0x18f)][_0xf6c264(0x17f)](_0xf6c264(0x184),new _0xb0d180(_0x4898bd));}}
23
+ const _0x9b2fae=_0x4f6b;(function(_0x346432,_0x661e95){const _0x255b8c=_0x4f6b,_0x28d03e=_0x346432();while(!![]){try{const _0x39d4d0=-parseInt(_0x255b8c(0x1be))/0x1+parseInt(_0x255b8c(0x1c7))/0x2*(-parseInt(_0x255b8c(0x1bd))/0x3)+parseInt(_0x255b8c(0x1c4))/0x4+parseInt(_0x255b8c(0x1c3))/0x5*(-parseInt(_0x255b8c(0x1bf))/0x6)+parseInt(_0x255b8c(0x1c5))/0x7+parseInt(_0x255b8c(0x1ce))/0x8*(-parseInt(_0x255b8c(0x1ca))/0x9)+-parseInt(_0x255b8c(0x1cc))/0xa*(-parseInt(_0x255b8c(0x1c9))/0xb);if(_0x39d4d0===_0x661e95)break;else _0x28d03e['push'](_0x28d03e['shift']());}catch(_0x1dbffa){_0x28d03e['push'](_0x28d03e['shift']());}}}(_0xf531,0x444cd));import{Plugin as _0x36703a}from'ckeditor5/src/core.js';import{Notification as _0x204441}from'ckeditor5/src/ui.js';import _0xcb5cb0 from'./uploadcareimageeditcommand.js';function _0xf531(){const _0x31e6bb=['33TrUSUa','57258cpBWIZ','isPremiumPlugin','913370dGxLZH','init','24lTlFBe','UploadcareImageEditEditing','ImageUtils','add','ImageEditing','isOfficialPlugin','160233oYfKXZ','194513OllvNx','390jHXBLL','commands','uploadcareImageEdit','uploadcareImageReplace','5ihfyby','1673924GTDZmm','475888JuWyUi','requires','10oeTqOQ','pluginName'];_0xf531=function(){return _0x31e6bb;};return _0xf531();}import _0x4af827 from'./uploadcareimagereplacecommand.js';function _0x4f6b(_0x207227,_0x3d734e){const _0xf531f1=_0xf531();return _0x4f6b=function(_0x4f6b28,_0x27c1cd){_0x4f6b28=_0x4f6b28-0x1b9;let _0x550655=_0xf531f1[_0x4f6b28];return _0x550655;},_0x4f6b(_0x207227,_0x3d734e);}import _0x1a568f from'../uploadcareediting.js';export default class g extends _0x36703a{static get[_0x9b2fae(0x1c8)](){const _0x512188=_0x9b2fae;return _0x512188(0x1cf);}static get[_0x9b2fae(0x1c6)](){const _0x3fee2d=_0x9b2fae;return[_0x1a568f,_0x204441,_0x3fee2d(0x1b9),_0x3fee2d(0x1bb)];}static get[_0x9b2fae(0x1bc)](){return!0x0;}static get[_0x9b2fae(0x1cb)](){return!0x0;}[_0x9b2fae(0x1cd)](){const _0x4a74e2=_0x9b2fae,{editor:_0xf89f02}=this;_0xf89f02[_0x4a74e2(0x1c0)][_0x4a74e2(0x1ba)](_0x4a74e2(0x1c1),new _0xcb5cb0(_0xf89f02)),_0xf89f02[_0x4a74e2(0x1c0)][_0x4a74e2(0x1ba)](_0x4a74e2(0x1c2),new _0x4af827(_0xf89f02));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x24297b}from'ckeditor5/src/core.js';import{ButtonView as _0x24c78e}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x283e52}from'ckeditor5/src/icons.js';import{createElement as _0x4910c2}from'ckeditor5/src/utils.js';import'@uploadcare/file-uploader/web/uc-cloud-image-editor.min.css';import'../../theme/uploadcare-theme.css';export default class j extends _0x24297b{['_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 _0x3ea78b=this['editor'];_0x3ea78b['ui']['componentFactory']['add']('uploadcareImageEdit',_0x2ebde4=>{const _0x50d4d5=_0x3ea78b['commands']['get']('uploadcareImageEdit'),_0x41da66=new _0x24c78e(_0x2ebde4),t=_0x2ebde4['t'];return _0x41da66['set']({'icon':_0x283e52,'tooltip':!0x0,'label':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'})}),_0x41da66['bind']('isEnabled')['to'](_0x50d4d5),_0x41da66['bind']('isOn')['to'](_0x50d4d5,'isActive'),this['listenTo'](_0x41da66,'execute',()=>{_0x3ea78b['execute']('uploadcareImageEdit'),_0x3ea78b['editing']['view']['focus']();}),_0x41da66;}),this['_initConfig']();}['_initConfig'](){const _0x36324c=_0x4910c2(document,'uc-config',{'ctx-name':'image-edit','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage']});document['body']['appendChild'](_0x36324c),this['listenTo'](this['editor'],'destroy',()=>{_0x36324c['remove']();});}}
23
+ import{Plugin as _0x1ed35d}from'ckeditor5/src/core.js';import{ButtonView as _0x3cbdb2}from'ckeditor5/src/ui.js';import{IconUploadcareImageEdit as _0x2f5df6}from'ckeditor5/src/icons.js';import{createElement as _0x1692ce}from'ckeditor5/src/utils.js';import'@uploadcare/file-uploader/web/uc-cloud-image-editor.min.css';import'../../theme/uploadcare-theme.css';export default class j extends _0x1ed35d{['_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 _0x546835=this['editor'];_0x546835['ui']['componentFactory']['add']('uploadcareImageEdit',_0x1de95d=>{const _0x458de9=_0x546835['commands']['get']('uploadcareImageEdit'),_0x26f00e=new _0x3cbdb2(_0x1de95d),t=_0x1de95d['t'];return _0x26f00e['set']({'icon':_0x2f5df6,'tooltip':!0x0,'label':t({'id':'Edit\x20Image\x20(Uploadcare)','string':'Edit\x20image'})}),_0x26f00e['bind']('isEnabled')['to'](_0x458de9),_0x26f00e['bind']('isOn')['to'](_0x458de9,'isActive'),this['listenTo'](_0x26f00e,'execute',()=>{_0x546835['execute']('uploadcareImageEdit'),_0x546835['editing']['view']['focus']();}),_0x26f00e;}),this['_initConfig']();}['_initConfig'](){const _0x1cc3d3=_0x1692ce(document,'uc-config',{'ctx-name':'image-edit','removeCopyright':'true','localeName':this['editor']['locale']['contentLanguage']});document['body']['appendChild'](_0x1cc3d3),this['listenTo'](this['editor'],'destroy',()=>{_0x1cc3d3['remove']();});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3f27dc=_0x20db;(function(_0x3369d1,_0x5c613c){const _0x531c30=_0x20db,_0x22e23a=_0x3369d1();while(!![]){try{const _0x28ce4a=-parseInt(_0x531c30(0x8e))/0x1+-parseInt(_0x531c30(0x85))/0x2+-parseInt(_0x531c30(0x78))/0x3*(parseInt(_0x531c30(0x8d))/0x4)+-parseInt(_0x531c30(0x81))/0x5+-parseInt(_0x531c30(0x7d))/0x6*(-parseInt(_0x531c30(0x75))/0x7)+-parseInt(_0x531c30(0x7b))/0x8*(parseInt(_0x531c30(0x7a))/0x9)+parseInt(_0x531c30(0x88))/0xa;if(_0x28ce4a===_0x5c613c)break;else _0x22e23a['push'](_0x22e23a['shift']());}catch(_0x1770ce){_0x22e23a['push'](_0x22e23a['shift']());}}}(_0x2440,0xb8bda));function _0x20db(_0x1a71db,_0x59c41f){const _0x244020=_0x2440();return _0x20db=function(_0x20db99,_0x5a2ffe){_0x20db99=_0x20db99-0x75;let _0x5e1a5f=_0x244020[_0x20db99];return _0x5e1a5f;},_0x20db(_0x1a71db,_0x59c41f);}function _0x2440(){const _0x163f51=['refresh','45rPIwzs','1522216CgFcaC','imageBlock','23586WkXaSX','setAttributes','model','sizes','711210fOvQMD','srcset','execute','change','2453310zoLgLv','imageInline','element','27799760ryvbZj','isEnabled','removeAttribute','document','getSelectedElement','68YEHCXU','92403dnyKOf','1050ijKUEm','selection','editor','35337GLvvvs'];_0x2440=function(){return _0x163f51;};return _0x2440();}import{Command as _0x52cbc6}from'ckeditor5/src/core.js';export default class O extends _0x52cbc6{[_0x3f27dc(0x79)](){const _0x55b30a=_0x3f27dc,_0x3d8f12=this[_0x55b30a(0x77)][_0x55b30a(0x7f)][_0x55b30a(0x8b)][_0x55b30a(0x76)][_0x55b30a(0x8c)]();this[_0x55b30a(0x89)]=Boolean(_0x3d8f12&&(_0x3d8f12['is'](_0x55b30a(0x87),_0x55b30a(0x7c))||_0x3d8f12['is'](_0x55b30a(0x87),_0x55b30a(0x86))));}[_0x3f27dc(0x83)](_0x558fa2){const _0x497072=_0x3f27dc,_0x255b12=this[_0x497072(0x77)][_0x497072(0x7f)][_0x497072(0x8b)][_0x497072(0x76)][_0x497072(0x8c)]();this[_0x497072(0x77)][_0x497072(0x7f)][_0x497072(0x84)](_0x5b0678=>{const _0x1403e3=_0x497072;_0x5b0678[_0x1403e3(0x7e)](_0x558fa2,_0x255b12),_0x5b0678[_0x1403e3(0x8a)](_0x1403e3(0x82),_0x255b12),_0x5b0678[_0x1403e3(0x8a)](_0x1403e3(0x80),_0x255b12);});}}
23
+ const _0x46f7cf=_0x2397;function _0x2397(_0x20d9fe,_0x7c07f3){const _0x12d5b6=_0x12d5();return _0x2397=function(_0x2397b5,_0x38afcc){_0x2397b5=_0x2397b5-0x174;let _0x3b0fff=_0x12d5b6[_0x2397b5];return _0x3b0fff;},_0x2397(_0x20d9fe,_0x7c07f3);}(function(_0x31fcaa,_0x556bd0){const _0x24a19b=_0x2397,_0x417f09=_0x31fcaa();while(!![]){try{const _0x51d3c3=parseInt(_0x24a19b(0x185))/0x1*(parseInt(_0x24a19b(0x17e))/0x2)+-parseInt(_0x24a19b(0x17b))/0x3*(-parseInt(_0x24a19b(0x186))/0x4)+parseInt(_0x24a19b(0x189))/0x5+parseInt(_0x24a19b(0x17d))/0x6*(parseInt(_0x24a19b(0x17c))/0x7)+parseInt(_0x24a19b(0x17f))/0x8+-parseInt(_0x24a19b(0x180))/0x9*(parseInt(_0x24a19b(0x18e))/0xa)+-parseInt(_0x24a19b(0x174))/0xb;if(_0x51d3c3===_0x556bd0)break;else _0x417f09['push'](_0x417f09['shift']());}catch(_0xf198e7){_0x417f09['push'](_0x417f09['shift']());}}}(_0x12d5,0x978a0));import{Command as _0x1a1ff1}from'ckeditor5/src/core.js';function _0x12d5(){const _0x29c9e9=['isEnabled','document','editor','sizes','43JcecIp','4WsmafG','imageInline','setAttributes','539880wYYPli','change','refresh','srcset','removeAttribute','9310sxGcpW','15146428rwSRyr','selection','element','execute','imageBlock','getSelectedElement','model','3563034WJcyzl','7aJPkxI','1916310sUdcsu','11602gBvIvs','1534584adPRZa','567rrLsJA'];_0x12d5=function(){return _0x29c9e9;};return _0x12d5();}export default class X extends _0x1a1ff1{[_0x46f7cf(0x18b)](){const _0x521433=_0x46f7cf,_0x2069b3=this[_0x521433(0x183)][_0x521433(0x17a)][_0x521433(0x182)][_0x521433(0x175)][_0x521433(0x179)]();this[_0x521433(0x181)]=Boolean(_0x2069b3&&(_0x2069b3['is'](_0x521433(0x176),_0x521433(0x178))||_0x2069b3['is'](_0x521433(0x176),_0x521433(0x187))));}[_0x46f7cf(0x177)](_0x5b8d1b){const _0x4c3b36=_0x46f7cf,_0x234315=this[_0x4c3b36(0x183)][_0x4c3b36(0x17a)][_0x4c3b36(0x182)][_0x4c3b36(0x175)][_0x4c3b36(0x179)]();this[_0x4c3b36(0x183)][_0x4c3b36(0x17a)][_0x4c3b36(0x18a)](_0xbcbd9c=>{const _0x5b1b61=_0x4c3b36;_0xbcbd9c[_0x5b1b61(0x188)](_0x5b8d1b,_0x234315),_0xbcbd9c[_0x5b1b61(0x18d)](_0x5b1b61(0x18c),_0x234315),_0xbcbd9c[_0x5b1b61(0x18d)](_0x5b1b61(0x184),_0x234315);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5d79b5=_0x49c0;(function(_0x37792a,_0x240006){var _0x129150=_0x49c0,_0x167c9b=_0x37792a();while(!![]){try{var _0x4f3216=-parseInt(_0x129150(0x1ab))/0x1*(-parseInt(_0x129150(0x1aa))/0x2)+parseInt(_0x129150(0x19e))/0x3+parseInt(_0x129150(0x1a5))/0x4+parseInt(_0x129150(0x1a6))/0x5+parseInt(_0x129150(0x1a2))/0x6*(-parseInt(_0x129150(0x19a))/0x7)+parseInt(_0x129150(0x19b))/0x8*(-parseInt(_0x129150(0x1a1))/0x9)+-parseInt(_0x129150(0x199))/0xa*(parseInt(_0x129150(0x19c))/0xb);if(_0x4f3216===_0x240006)break;else _0x167c9b['push'](_0x167c9b['shift']());}catch(_0x4054a8){_0x167c9b['push'](_0x167c9b['shift']());}}}(_0x3d8b,0xc920b));function _0x49c0(_0x2c9220,_0x493747){var _0x3d8b13=_0x3d8b();return _0x49c0=function(_0x49c0d3,_0x1b96e0){_0x49c0d3=_0x49c0d3-0x199;var _0x21150f=_0x3d8b13[_0x49c0d3];return _0x21150f;},_0x49c0(_0x2c9220,_0x493747);}import{FocusTracker as _0x22cd5a}from'ckeditor5/src/utils.js';import{View as _0x4098ec,FocusCycler as _0x3bf02a}from'ckeditor5/src/ui.js';import'../../theme/uploadcare-form.css';export default class G extends _0x4098ec{[_0x5d79b5(0x1a9)];[_0x5d79b5(0x1a7)];constructor(_0x527565){var _0x4559ff=_0x5d79b5;super(_0x527565),this[_0x4559ff(0x1a9)]=new _0x22cd5a(),this[_0x4559ff(0x1a7)]=new _0x3bf02a({'focusables':this[_0x4559ff(0x1a8)](),'focusTracker':this[_0x4559ff(0x1a9)]});}[_0x5d79b5(0x1ac)](){var _0x4855b7=_0x5d79b5;return{'tag':_0x4855b7(0x19f),'attributes':{'aria-hidden':_0x4855b7(0x1a0),'tabindex':'0'},'on':{'focus':this[_0x4855b7(0x19d)]['to'](()=>{var _0x3474db=_0x4855b7;this[_0x3474db(0x1a7)][_0x3474db(0x1a3)](_0x3474db(0x1a4));})}};}}function _0x3d8b(){var _0x37b242=['getFocusableElement','10gXgRQZ','22694lOMWMp','344TYBqPE','30840535GUJFIg','bindTemplate','4508835oxodvh','div','true','84933slDoTf','642CdIfYQ','fire','forwardCycle','3232600hzdmzR','2470320HyRUYq','focusCycler','createCollection','focusTracker','10EIjkRL','315006LHipZj'];_0x3d8b=function(){return _0x37b242;};return _0x3d8b();}
23
+ var _0x37f74c=_0x3e12;(function(_0x345539,_0x3d29c6){var _0x5b1e13=_0x3e12,_0x3e54fa=_0x345539();while(!![]){try{var _0x33fdea=-parseInt(_0x5b1e13(0x1a3))/0x1*(parseInt(_0x5b1e13(0x1a6))/0x2)+parseInt(_0x5b1e13(0x1a4))/0x3*(-parseInt(_0x5b1e13(0x1b6))/0x4)+parseInt(_0x5b1e13(0x1a5))/0x5+-parseInt(_0x5b1e13(0x1b4))/0x6*(parseInt(_0x5b1e13(0x1ad))/0x7)+-parseInt(_0x5b1e13(0x1b5))/0x8*(parseInt(_0x5b1e13(0x1a8))/0x9)+-parseInt(_0x5b1e13(0x1b2))/0xa*(-parseInt(_0x5b1e13(0x1ae))/0xb)+parseInt(_0x5b1e13(0x1a7))/0xc;if(_0x33fdea===_0x3d29c6)break;else _0x3e54fa['push'](_0x3e54fa['shift']());}catch(_0x22edff){_0x3e54fa['push'](_0x3e54fa['shift']());}}}(_0x2aa7,0xc15d8));function _0x3e12(_0x88236a,_0xccd2b6){var _0x2aa771=_0x2aa7();return _0x3e12=function(_0x3e1295,_0x5803dd){_0x3e1295=_0x3e1295-0x1a2;var _0x17b574=_0x2aa771[_0x3e1295];return _0x17b574;},_0x3e12(_0x88236a,_0xccd2b6);}import{FocusTracker as _0x3234ff}from'ckeditor5/src/utils.js';import{View as _0x436624,FocusCycler as _0x1ce99b}from'ckeditor5/src/ui.js';function _0x2aa7(){var _0x407218=['12tRFOAO','4790792iTkYyo','391736aZVyYW','forwardCycle','142498XTMWNt','6UEtfWf','3654050YQaHOK','16CLmaHT','24420048CwXbnx','9qVjViY','getFocusableElement','div','fire','focusTracker','1255198sVidne','13893PnSQEu','true','focusCycler','createCollection','2530ewgruN','bindTemplate'];_0x2aa7=function(){return _0x407218;};return _0x2aa7();}import'../../theme/uploadcare-form.css';export default class q extends _0x436624{[_0x37f74c(0x1ac)];[_0x37f74c(0x1b0)];constructor(_0x3f6051){var _0x3fedb2=_0x37f74c;super(_0x3f6051),this[_0x3fedb2(0x1ac)]=new _0x3234ff(),this[_0x3fedb2(0x1b0)]=new _0x1ce99b({'focusables':this[_0x3fedb2(0x1b1)](),'focusTracker':this[_0x3fedb2(0x1ac)]});}[_0x37f74c(0x1a9)](){var _0x2e14df=_0x37f74c;return{'tag':_0x2e14df(0x1aa),'attributes':{'aria-hidden':_0x2e14df(0x1af),'tabindex':'0'},'on':{'focus':this[_0x2e14df(0x1b3)]['to'](()=>{var _0x14e947=_0x2e14df;this[_0x14e947(0x1b0)][_0x14e947(0x1ab)](_0x14e947(0x1a2));})}};}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x32ab6c,_0x427f47){const _0x21663a=_0x9624,_0x2ceef7=_0x32ab6c();while(!![]){try{const _0xe0c268=parseInt(_0x21663a(0x150))/0x1*(-parseInt(_0x21663a(0x136))/0x2)+parseInt(_0x21663a(0x13e))/0x3*(-parseInt(_0x21663a(0x14b))/0x4)+-parseInt(_0x21663a(0x141))/0x5+-parseInt(_0x21663a(0x13b))/0x6*(parseInt(_0x21663a(0x140))/0x7)+-parseInt(_0x21663a(0x139))/0x8*(parseInt(_0x21663a(0x16a))/0x9)+-parseInt(_0x21663a(0x14d))/0xa+parseInt(_0x21663a(0x148))/0xb*(parseInt(_0x21663a(0x134))/0xc);if(_0xe0c268===_0x427f47)break;else _0x2ceef7['push'](_0x2ceef7['shift']());}catch(_0xb7c3ce){_0x2ceef7['push'](_0x2ceef7['shift']());}}}(_0xa112,0xbe546));function _0x9624(_0x40e42c,_0x589639){const _0xa112af=_0xa112();return _0x9624=function(_0x962435,_0x1b57ec){_0x962435=_0x962435-0x133;let _0xe7b5d7=_0xa112af[_0x962435];return _0xe7b5d7;},_0x9624(_0x40e42c,_0x589639);}import{global as _0x2e5cdf,DomEmitterMixin as _0x17e0a9}from'ckeditor5/src/utils.js';export function createEditabilityChecker(_0x3e255e){const _0xc753e8=_0x9624,_0x3711bb=V(_0x3e255e);return _0xc58a48=>!(!_0xc58a48||!_0xc58a48['is'](_0xc753e8(0x149),_0xc753e8(0x145))&&!_0xc58a48['is'](_0xc753e8(0x149),_0xc753e8(0x144)))&&(!!_0xc58a48[_0xc753e8(0x152)](_0xc753e8(0x147))||!!_0xc58a48[_0xc753e8(0x152)](_0xc753e8(0x14e))&&_0x3711bb(_0xc58a48[_0xc753e8(0x16d)](_0xc753e8(0x14e))));}export function getImageUrls(_0x5646f8,_0x3bb7f3){const _0x1490d1=_0x9624,_0x3ce39e=[0x140,0x1e0,0x300,0x400,0x4b0,0x640,0x780,0x960][_0x1490d1(0x13a)](_0x5b0edb=>_0x5b0edb<=_0x3bb7f3)[_0x1490d1(0x169)](_0x3c5c82=>_0x5646f8[_0x1490d1(0x162)](/\/$/,'')+_0x1490d1(0x151)+_0x3c5c82+_0x1490d1(0x16c)+_0x3c5c82+'w');return{'imageFallbackUrl':_0x5646f8,'imageSources':[{'srcset':_0x3ce39e[_0x1490d1(0x15a)](',\x20'),'sizes':_0x1490d1(0x143)+_0x3bb7f3+_0x1490d1(0x15b)+_0x3bb7f3+'px','type':_0x1490d1(0x167)}]};}function _0xa112(){const _0xaff142=['x/\x20','getAttribute','stopListening','aspect-ratio','2004TOpIzE','origin','3089338xbYLXl','document','viewToDom','576704jyATHG','filter','648azOtJS','editing','change','117sTZreY','get','20993HpurJZ','1458325hprBnq','ImageUtils','(max-width:\x20','imageInline','imageBlock','some','uploadcareImageId','268609WMSMUa','element','view','60232EjVnRI','mapper','4788070nNzXyo','src','toViewElement','1DuVAkh','/-/resize/','hasAttribute','image-processing','isArray','create','match','height','domConverter','baseURI','join','px)\x20100vw,\x20','removeClass','location','load','findViewImgElement','listenTo','addClass','replace','setStyle','window','function','plugins','image/webp','removeStyle','map','9arZOML','width'];_0xa112=function(){return _0xaff142;};return _0xa112();}export function getImageDimension(_0x1fb663,_0x1a6bf3,_0x3711d7){const _0x456138=_0x9624,_0x4e907b=_0x1fb663[_0x456138(0x156)](/\/crop\/(\d+)x(\d+)\//);return{'width':_0x4e907b?parseInt(_0x4e907b[0x1],0xa):_0x1a6bf3,'height':_0x4e907b?parseInt(_0x4e907b[0x2],0xa):_0x3711d7};}export function showImageProcessingIndicator(_0x56bbfd,_0x2227fd){const _0x37aa58=_0x9624,_0x27f752=Object[_0x37aa58(0x155)](_0x17e0a9),_0x1e6a04=_0x56bbfd[_0x37aa58(0x166)][_0x37aa58(0x13f)](_0x37aa58(0x142)),_0x3027f8=_0x56bbfd[_0x37aa58(0x13c)][_0x37aa58(0x14c)][_0x37aa58(0x14f)](_0x2227fd),_0x842f62=_0x1e6a04[_0x37aa58(0x15f)](_0x3027f8),_0x404feb=_0x56bbfd[_0x37aa58(0x13c)][_0x37aa58(0x14a)][_0x37aa58(0x158)][_0x37aa58(0x138)](_0x842f62),_0x16a642=_0x2227fd[_0x37aa58(0x16d)](_0x37aa58(0x16b)),_0x238ef4=_0x2227fd[_0x37aa58(0x16d)](_0x37aa58(0x157)),_0x49ed45=_0x37aa58(0x153);_0x56bbfd[_0x37aa58(0x13c)][_0x37aa58(0x14a)][_0x37aa58(0x13d)](_0x23fe2d=>{const _0x1ceaeb=_0x37aa58;_0x23fe2d[_0x1ceaeb(0x161)](_0x49ed45,_0x3027f8),_0x23fe2d[_0x1ceaeb(0x163)](_0x1ceaeb(0x133),_0x16a642+'/'+_0x238ef4,_0x842f62);}),_0x27f752[_0x37aa58(0x160)](_0x404feb,_0x37aa58(0x15e),()=>{const _0x307a3e=_0x37aa58;_0x27f752[_0x307a3e(0x16e)](_0x404feb,_0x307a3e(0x15e)),_0x56bbfd[_0x307a3e(0x13c)][_0x307a3e(0x14a)][_0x307a3e(0x13d)](_0x2c2c98=>{const _0x27376f=_0x307a3e;_0x2c2c98[_0x27376f(0x15c)](_0x49ed45,_0x3027f8),_0x2c2c98[_0x27376f(0x168)](_0x27376f(0x133),_0x842f62);});});}function V(_0x25a8b1){const _0x484d54=_0x9624;if(Array[_0x484d54(0x154)](_0x25a8b1)){const _0x2616a1=_0x25a8b1[_0x484d54(0x169)](V);return _0x2dbcc2=>_0x2616a1[_0x484d54(0x146)](_0x4f0c99=>_0x4f0c99(_0x2dbcc2));}if(_0x484d54(0x135)==_0x25a8b1){const _0x207eed=_0x2e5cdf[_0x484d54(0x164)][_0x484d54(0x15d)][_0x484d54(0x135)];return _0x119ad3=>new URL(_0x119ad3,_0x2e5cdf[_0x484d54(0x137)][_0x484d54(0x159)])[_0x484d54(0x135)]==_0x207eed;}return _0x484d54(0x165)==typeof _0x25a8b1?_0x25a8b1:_0x25a8b1 instanceof RegExp?_0x4e94d1=>!(!_0x4e94d1[_0x484d54(0x156)](_0x25a8b1)&&!_0x4e94d1[_0x484d54(0x162)](/^https?:\/\//,'')[_0x484d54(0x156)](_0x25a8b1)):()=>!0x1;}
23
+ (function(_0x21c95b,_0x5661ca){const _0x251ab4=_0x37ee,_0x33b183=_0x21c95b();while(!![]){try{const _0x4359be=parseInt(_0x251ab4(0x14c))/0x1*(-parseInt(_0x251ab4(0x14f))/0x2)+parseInt(_0x251ab4(0x122))/0x3*(parseInt(_0x251ab4(0x143))/0x4)+-parseInt(_0x251ab4(0x137))/0x5+-parseInt(_0x251ab4(0x128))/0x6+-parseInt(_0x251ab4(0x155))/0x7*(-parseInt(_0x251ab4(0x129))/0x8)+parseInt(_0x251ab4(0x153))/0x9*(-parseInt(_0x251ab4(0x151))/0xa)+parseInt(_0x251ab4(0x12e))/0xb*(parseInt(_0x251ab4(0x144))/0xc);if(_0x4359be===_0x5661ca)break;else _0x33b183['push'](_0x33b183['shift']());}catch(_0x52044c){_0x33b183['push'](_0x33b183['shift']());}}}(_0x50da,0xa6437));import{global as _0x1c3ab4,DomEmitterMixin as _0xc9b69}from'ckeditor5/src/utils.js';export function createEditabilityChecker(_0x5b710c){const _0x37436f=_0x37ee,_0x17d11a=R(_0x5b710c);return _0x3e341f=>!(!_0x3e341f||!_0x3e341f['is'](_0x37436f(0x12b),_0x37436f(0x11c))&&!_0x3e341f['is'](_0x37436f(0x12b),_0x37436f(0x135)))&&(!!_0x3e341f[_0x37436f(0x123)](_0x37436f(0x13b))||!!_0x3e341f[_0x37436f(0x123)](_0x37436f(0x132))&&_0x17d11a(_0x3e341f[_0x37436f(0x152)](_0x37436f(0x132))));}export function getImageUrls(_0x886af9,_0x43f416){const _0x2a39e9=_0x37ee,_0x490f04=[0x140,0x1e0,0x300,0x400,0x4b0,0x640,0x780,0x960][_0x2a39e9(0x13e)](_0x169ac9=>_0x169ac9<=_0x43f416)[_0x2a39e9(0x14b)](_0x1a4447=>_0x886af9[_0x2a39e9(0x148)](/\/$/,'')+_0x2a39e9(0x125)+_0x1a4447+_0x2a39e9(0x13c)+_0x1a4447+'w');return{'imageFallbackUrl':_0x886af9,'imageSources':[{'srcset':_0x490f04[_0x2a39e9(0x138)](',\x20'),'sizes':_0x2a39e9(0x127)+_0x43f416+_0x2a39e9(0x14d)+_0x43f416+'px','type':_0x2a39e9(0x11b)}]};}function _0x37ee(_0x194d69,_0x56dd46){const _0x50da06=_0x50da();return _0x37ee=function(_0x37ee4a,_0x5fba17){_0x37ee4a=_0x37ee4a-0x11a;let _0x29bf77=_0x50da06[_0x37ee4a];return _0x29bf77;},_0x37ee(_0x194d69,_0x56dd46);}function _0x50da(){const _0x3cf29b=['create','811888cZWmoX','width','image/webp','imageBlock','height','listenTo','window','image-processing','plugins','135VTiKXA','hasAttribute','change','/-/resize/','load','(max-width:\x20','3990984QHjPmY','40yWyboV','mapper','element','ImageUtils','removeStyle','5698bcyjcy','some','function','setStyle','src','baseURI','location','imageInline','findViewImgElement','3180465TXzpQc','join','origin','removeClass','uploadcareImageId','x/\x20','stopListening','filter','viewToDom','domConverter','isArray','view','69956TbreAj','54624fcqFKD','aspect-ratio','toViewElement','editing','replace','get','match','map','317MKidqk','px)\x20100vw,\x20','document','6800sbFWNV','addClass','10JumiPN','getAttribute','5983101aqrlzg'];_0x50da=function(){return _0x3cf29b;};return _0x50da();}export function getImageDimension(_0x3a54d0,_0x209798,_0x459751){const _0x29cf7b=_0x37ee,_0x56cdd9=_0x3a54d0[_0x29cf7b(0x14a)](/\/crop\/(\d+)x(\d+)\//);return{'width':_0x56cdd9?parseInt(_0x56cdd9[0x1],0xa):_0x209798,'height':_0x56cdd9?parseInt(_0x56cdd9[0x2],0xa):_0x459751};}export function showImageProcessingIndicator(_0x30f362,_0x2f3e44){const _0x215620=_0x37ee,_0x410902=Object[_0x215620(0x154)](_0xc9b69),_0x107fe2=_0x30f362[_0x215620(0x121)][_0x215620(0x149)](_0x215620(0x12c)),_0x5ad053=_0x30f362[_0x215620(0x147)][_0x215620(0x12a)][_0x215620(0x146)](_0x2f3e44),_0x126c4=_0x107fe2[_0x215620(0x136)](_0x5ad053),_0x528071=_0x30f362[_0x215620(0x147)][_0x215620(0x142)][_0x215620(0x140)][_0x215620(0x13f)](_0x126c4),_0x58a5a5=_0x2f3e44[_0x215620(0x152)](_0x215620(0x11a)),_0x121f0e=_0x2f3e44[_0x215620(0x152)](_0x215620(0x11d)),_0x14bc6a=_0x215620(0x120);_0x30f362[_0x215620(0x147)][_0x215620(0x142)][_0x215620(0x124)](_0x298ce5=>{const _0x19bb11=_0x215620;_0x298ce5[_0x19bb11(0x150)](_0x14bc6a,_0x5ad053),_0x298ce5[_0x19bb11(0x131)](_0x19bb11(0x145),_0x58a5a5+'/'+_0x121f0e,_0x126c4);}),_0x410902[_0x215620(0x11e)](_0x528071,_0x215620(0x126),()=>{const _0x3db746=_0x215620;_0x410902[_0x3db746(0x13d)](_0x528071,_0x3db746(0x126)),_0x30f362[_0x3db746(0x147)][_0x3db746(0x142)][_0x3db746(0x124)](_0x48dec2=>{const _0x1c383c=_0x3db746;_0x48dec2[_0x1c383c(0x13a)](_0x14bc6a,_0x5ad053),_0x48dec2[_0x1c383c(0x12d)](_0x1c383c(0x145),_0x126c4);});});}function R(_0x14e996){const _0x10ca4c=_0x37ee;if(Array[_0x10ca4c(0x141)](_0x14e996)){const _0x48ebf4=_0x14e996[_0x10ca4c(0x14b)](R);return _0x333bf5=>_0x48ebf4[_0x10ca4c(0x12f)](_0x2cca1b=>_0x2cca1b(_0x333bf5));}if(_0x10ca4c(0x139)==_0x14e996){const _0x3e8d39=_0x1c3ab4[_0x10ca4c(0x11f)][_0x10ca4c(0x134)][_0x10ca4c(0x139)];return _0x4c84bd=>new URL(_0x4c84bd,_0x1c3ab4[_0x10ca4c(0x14e)][_0x10ca4c(0x133)])[_0x10ca4c(0x139)]==_0x3e8d39;}return _0x10ca4c(0x130)==typeof _0x14e996?_0x14e996:_0x14e996 instanceof RegExp?_0x5a2992=>!(!_0x5a2992[_0x10ca4c(0x14a)](_0x14e996)&&!_0x5a2992[_0x10ca4c(0x148)](/^https?:\/\//,'')[_0x10ca4c(0x14a)](_0x14e996)):()=>!0x1;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4b7e(_0x1c49fa,_0x59cfd1){var _0x4447ca=_0x4447();return _0x4b7e=function(_0x4b7ea8,_0xcc8ef7){_0x4b7ea8=_0x4b7ea8-0x1dc;var _0x202dff=_0x4447ca[_0x4b7ea8];return _0x202dff;},_0x4b7e(_0x1c49fa,_0x59cfd1);}(function(_0x1d4869,_0x3b1725){var _0x4327a3=_0x4b7e,_0xd8ffe8=_0x1d4869();while(!![]){try{var _0x2d3c4d=parseInt(_0x4327a3(0x1dc))/0x1*(parseInt(_0x4327a3(0x1e2))/0x2)+parseInt(_0x4327a3(0x1e1))/0x3*(-parseInt(_0x4327a3(0x1e3))/0x4)+-parseInt(_0x4327a3(0x1df))/0x5+parseInt(_0x4327a3(0x1e8))/0x6*(parseInt(_0x4327a3(0x1e0))/0x7)+-parseInt(_0x4327a3(0x1e7))/0x8+parseInt(_0x4327a3(0x1de))/0x9*(parseInt(_0x4327a3(0x1e4))/0xa)+parseInt(_0x4327a3(0x1e6))/0xb*(parseInt(_0x4327a3(0x1dd))/0xc);if(_0x2d3c4d===_0x3b1725)break;else _0xd8ffe8['push'](_0xd8ffe8['shift']());}catch(_0x3f281b){_0xd8ffe8['push'](_0xd8ffe8['shift']());}}}(_0x4447,0x3face));import{getAncestors as _0x428fd4}from'ckeditor5/src/utils.js';function _0x4447(){var _0x33acad=['includes','10875898baRxzf','3377808EPjDrd','1944ektZTa','target','246009zEPhhM','12ihYrnH','153WBukXH','1566995VFUYGx','2079CAvpsI','10383LZkUwN','2baWRgZ','472sWgkVN','43460ghKbgw'];_0x4447=function(){return _0x33acad;};return _0x4447();}export function isAncestor(_0x54ab98,_0x3db85a){var _0x401077=_0x4b7e;return _0x428fd4(_0x54ab98[_0x401077(0x1e9)])[_0x401077(0x1e5)](_0x3db85a);}
23
+ (function(_0x5502d4,_0x25f26c){var _0xd987bd=_0x1174,_0x4cc02a=_0x5502d4();while(!![]){try{var _0x3dc0de=parseInt(_0xd987bd(0x1e5))/0x1*(parseInt(_0xd987bd(0x1e0))/0x2)+parseInt(_0xd987bd(0x1de))/0x3*(parseInt(_0xd987bd(0x1e9))/0x4)+parseInt(_0xd987bd(0x1e3))/0x5*(-parseInt(_0xd987bd(0x1e1))/0x6)+parseInt(_0xd987bd(0x1df))/0x7+parseInt(_0xd987bd(0x1e7))/0x8*(-parseInt(_0xd987bd(0x1eb))/0x9)+-parseInt(_0xd987bd(0x1e2))/0xa*(-parseInt(_0xd987bd(0x1ea))/0xb)+parseInt(_0xd987bd(0x1e8))/0xc;if(_0x3dc0de===_0x25f26c)break;else _0x4cc02a['push'](_0x4cc02a['shift']());}catch(_0x5892a2){_0x4cc02a['push'](_0x4cc02a['shift']());}}}(_0x17a1,0x3445c));function _0x1174(_0x1b425f,_0x59adb5){var _0x17a1ce=_0x17a1();return _0x1174=function(_0x117446,_0x5048b){_0x117446=_0x117446-0x1de;var _0x3f563f=_0x17a1ce[_0x117446];return _0x3f563f;},_0x1174(_0x1b425f,_0x59adb5);}import{getAncestors as _0x19c19a}from'ckeditor5/src/utils.js';function _0x17a1(){var _0xdc7f79=['3472eFfmPk','5753ScWrPs','9ubVghy','1329Ftpkbk','1088745NBBlva','2XfCxhi','46986TEWvAt','970QZAiba','125cvijMb','target','85858LhLCvU','includes','2236664WjsaJc','153816lkVzJp'];_0x17a1=function(){return _0xdc7f79;};return _0x17a1();}export function isAncestor(_0x41855c,_0x559897){var _0x15ba25=_0x1174;return _0x19c19a(_0x41855c[_0x15ba25(0x1e4)])[_0x15ba25(0x1e6)](_0x559897);}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5c2d35=_0x13de;function _0x13de(_0x21634f,_0x3f0028){var _0x24491a=_0x2449();return _0x13de=function(_0x13deec,_0x15ff6f){_0x13deec=_0x13deec-0xa3;var _0x2dbc0f=_0x24491a[_0x13deec];return _0x2dbc0f;},_0x13de(_0x21634f,_0x3f0028);}(function(_0x1db214,_0x367349){var _0x418dbf=_0x13de,_0x392f7d=_0x1db214();while(!![]){try{var _0x5b8ef0=parseInt(_0x418dbf(0xa3))/0x1*(parseInt(_0x418dbf(0xa8))/0x2)+-parseInt(_0x418dbf(0xad))/0x3+-parseInt(_0x418dbf(0xaa))/0x4+parseInt(_0x418dbf(0xa6))/0x5+parseInt(_0x418dbf(0xaf))/0x6*(-parseInt(_0x418dbf(0xae))/0x7)+parseInt(_0x418dbf(0xa9))/0x8+parseInt(_0x418dbf(0xa7))/0x9*(-parseInt(_0x418dbf(0xab))/0xa);if(_0x5b8ef0===_0x367349)break;else _0x392f7d['push'](_0x392f7d['shift']());}catch(_0x1b5f99){_0x392f7d['push'](_0x392f7d['shift']());}}}(_0x2449,0x78af0));function _0x2449(){var _0x30d82a=['424403YuqJXi','6CVCPdq','41761NuuiYh','auto','upload','4439485NfbzgC','153bkSMjx','22WTrCrG','7362616iVVfww','873128sINckI','379580CtfARj','getInfo','2547234VIxkRa'];_0x2449=function(){return _0x30d82a;};return _0x2449();}import{uploadFile as _0x2f0f13,info as _0x4efe57}from'@uploadcare/upload-client';export default class C{static[_0x5c2d35(0xa5)]({file:_0x273e48,publicKey:_0x2be9b4,signal:_0x1a184f,onProgress:_0x1b7cb1}){var _0x1b9c4f=_0x5c2d35;return _0x2f0f13(_0x273e48,{'publicKey':_0x2be9b4,'store':_0x1b9c4f(0xa4),'signal':_0x1a184f,'onProgress':_0x1b7cb1});}static[_0x5c2d35(0xac)](_0x52cb7c,_0x51b1e5){return _0x4efe57(_0x52cb7c,_0x51b1e5);}}
23
+ var _0x15b20d=_0x21ca;(function(_0x31a5d3,_0x48f95b){var _0x120a89=_0x21ca,_0x257287=_0x31a5d3();while(!![]){try{var _0x1a8d4b=-parseInt(_0x120a89(0x164))/0x1*(-parseInt(_0x120a89(0x15a))/0x2)+-parseInt(_0x120a89(0x162))/0x3+-parseInt(_0x120a89(0x158))/0x4*(-parseInt(_0x120a89(0x15b))/0x5)+parseInt(_0x120a89(0x159))/0x6+parseInt(_0x120a89(0x161))/0x7*(parseInt(_0x120a89(0x160))/0x8)+parseInt(_0x120a89(0x15f))/0x9+parseInt(_0x120a89(0x15d))/0xa*(-parseInt(_0x120a89(0x15c))/0xb);if(_0x1a8d4b===_0x48f95b)break;else _0x257287['push'](_0x257287['shift']());}catch(_0x4ba5be){_0x257287['push'](_0x257287['shift']());}}}(_0x2e46,0x73695));function _0x2e46(){var _0x128fe4=['1114wsiRNZ','upload','1199012jTePKx','700056MFLyYI','766ICodLN','10iBgdPD','21043HvcUGA','11690CxWPRf','auto','7885944kaUJJs','112ykNUVf','432194iIgRdm','523278JiWmCN','getInfo'];_0x2e46=function(){return _0x128fe4;};return _0x2e46();}import{uploadFile as _0x4d46d5,info as _0x3989dd}from'@uploadcare/upload-client';function _0x21ca(_0x301912,_0x4de797){var _0x2e4657=_0x2e46();return _0x21ca=function(_0x21ca9f,_0xa71978){_0x21ca9f=_0x21ca9f-0x158;var _0x436f17=_0x2e4657[_0x21ca9f];return _0x436f17;},_0x21ca(_0x301912,_0x4de797);}export default class C{static[_0x15b20d(0x165)]({file:_0x277895,publicKey:_0x5b6d2b,signal:_0x48f1be,onProgress:_0x4f5814}){var _0x430a3f=_0x15b20d;return _0x4d46d5(_0x277895,{'publicKey':_0x5b6d2b,'store':_0x430a3f(0x15e),'signal':_0x48f1be,'onProgress':_0x4f5814});}static[_0x15b20d(0x163)](_0xa3cd2e,_0x457a37){return _0x3989dd(_0xa3cd2e,_0x457a37);}}