{"version":3,"sources":["../node_modules/@ionic/core/dist/esm-es5/ion-img.entry.js"],"names":["Img","t","i","this","registerInstance","ionImgWillLoad","createEvent","ionImgDidLoad","ionError","onLoad","emit","onError","prototype","srcChanged","addIO","componentDidLoad","undefined","src","window","IntersectionObserverEntry","removeIO","io","IntersectionObserver","length","isIntersecting","load","observe","el","setTimeout","loadError","loadSrc","disconnect","render","h","Host","class","getIonMode","decoding","alt","part","Object","defineProperty","get","getElement","enumerable","configurable","style"],"mappings":"6GAAA,mEAAgXA,EAAI,WAAW,SAASC,EAAEA,GAAG,IAAIC,EAAEC,KAAKC,YAAiBD,KAAKF,GAAGE,KAAKE,eAAeC,YAAYH,KAAK,iBAAiB,GAAGA,KAAKI,cAAcD,YAAYH,KAAK,gBAAgB,GAAGA,KAAKK,SAASF,YAAYH,KAAK,WAAW,GAAGA,KAAKM,OAAO,WAAWP,EAAEK,cAAcG,QAAQP,KAAKQ,QAAQ,WAAWT,EAAEM,SAASE,QAAmoC,OAA3nCT,EAAEW,UAAUC,WAAW,WAAWV,KAAKW,SAASb,EAAEW,UAAUG,iBAAiB,WAAWZ,KAAKW,SAASb,EAAEW,UAAUE,MAAM,WAAW,IAAIb,EAAEE,UAAmBa,IAAXb,KAAKc,MAA2C,qBAATC,QAAsB,yBAAyBA,QAAQ,8BAA8BA,QAAQ,mBAAmBA,OAAOC,0BAA0BP,WAAWT,KAAKiB,WAAWjB,KAAKkB,GAAG,IAAIC,sBAAsB,SAASpB,GAAMA,EAAEA,EAAEqB,OAAO,GAAGC,iBAAgBvB,EAAEwB,OAAOxB,EAAEmB,eAAejB,KAAKkB,GAAGK,QAAQvB,KAAKwB,KAASC,YAAY,WAAW,OAAO3B,EAAEwB,SAAS,OAAOxB,EAAEW,UAAUa,KAAK,WAAWtB,KAAK0B,UAAU1B,KAAKQ,QAAQR,KAAK2B,QAAQ3B,KAAKc,IAAId,KAAKE,eAAeK,QAAQT,EAAEW,UAAUQ,SAAS,WAAcjB,KAAKkB,KAAIlB,KAAKkB,GAAGU,aAAa5B,KAAKkB,QAAGL,IAAYf,EAAEW,UAAUoB,OAAO,WAAW,OAAOC,YAAEC,IAAK,CAACC,MAAMC,YAAWjC,OAAO8B,YAAE,MAAM,CAACI,SAAS,QAAQpB,IAAId,KAAK2B,QAAQQ,IAAInC,KAAKmC,IAAI7B,OAAON,KAAKM,OAAOE,QAAQR,KAAK0B,UAAUU,KAAK,YAAYC,OAAOC,eAAexC,EAAEW,UAAU,KAAK,CAAC8B,IAAI,WAAW,OAAOC,YAAWxC,OAAOyC,YAAW,EAAMC,cAAa,IAAOL,OAAOC,eAAexC,EAAE,WAAW,CAACyC,IAAI,WAAW,MAAM,CAACzB,IAAI,CAAC,gBAAgB2B,YAAW,EAAMC,cAAa,IAAc5C,EAAt7C,GAA27CD,EAAI8C,MAA5oD","file":"static/js/45.962a0f9c.chunk.js","sourcesContent":["import{r as registerInstance,e as createEvent,h,H as Host,i as getElement}from\"./index-7a8b7a1c.js\";import{b as getIonMode}from\"./ionic-global-63a97a32.js\";var imgCss=\":host{display:block;-o-object-fit:contain;object-fit:contain}img{display:block;width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}\";var Img=function(){function t(t){var i=this;registerInstance(this,t);this.ionImgWillLoad=createEvent(this,\"ionImgWillLoad\",7);this.ionImgDidLoad=createEvent(this,\"ionImgDidLoad\",7);this.ionError=createEvent(this,\"ionError\",7);this.onLoad=function(){i.ionImgDidLoad.emit()};this.onError=function(){i.ionError.emit()}}t.prototype.srcChanged=function(){this.addIO()};t.prototype.componentDidLoad=function(){this.addIO()};t.prototype.addIO=function(){var t=this;if(this.src===undefined){return}if(typeof window!==\"undefined\"&&\"IntersectionObserver\"in window&&\"IntersectionObserverEntry\"in window&&\"isIntersecting\"in window.IntersectionObserverEntry.prototype){this.removeIO();this.io=new IntersectionObserver((function(i){if(i[i.length-1].isIntersecting){t.load();t.removeIO()}}));this.io.observe(this.el)}else{setTimeout((function(){return t.load()}),200)}};t.prototype.load=function(){this.loadError=this.onError;this.loadSrc=this.src;this.ionImgWillLoad.emit()};t.prototype.removeIO=function(){if(this.io){this.io.disconnect();this.io=undefined}};t.prototype.render=function(){return h(Host,{class:getIonMode(this)},h(\"img\",{decoding:\"async\",src:this.loadSrc,alt:this.alt,onLoad:this.onLoad,onError:this.loadError,part:\"image\"}))};Object.defineProperty(t.prototype,\"el\",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(t,\"watchers\",{get:function(){return{src:[\"srcChanged\"]}},enumerable:false,configurable:true});return t}();Img.style=imgCss;export{Img as ion_img};"],"sourceRoot":""}