{"version":3,"file":"js/5486.d02f03ff.js","mappings":"mLACO,MAAMA,UAAe,KACxBC,cACIC,QACAC,KAAKC,uBAAyB,KAC1B,MAAMC,EAAO,CACTC,UAA8B,IAApBC,SAASC,QAEvBL,KAAKM,gBAAgB,iBAAkBJ,EAAK,EAEhDE,SAASG,iBAAiB,mBAAoBP,KAAKC,wBAAwB,EAC/E,CACAO,UACI,MAAMR,KAAKS,cAAc,0BAC7B,CACAC,gBACI,MAAMV,KAAKS,cAAc,0BAC7B,CACAC,qBACI,MAAO,CAAEC,IAAK,GAClB,CACAD,iBACI,MAAO,CAAEP,UAA8B,IAApBC,SAASC,OAChC,CACAK,oBACI,MAAMV,KAAKS,cAAc,0BAC7B,E","sources":["webpack://eloomi-infinite-spa/./node_modules/@capacitor/app/dist/esm/web.js"],"sourcesContent":["import { WebPlugin } from '@capacitor/core';\nexport class AppWeb extends WebPlugin {\n constructor() {\n super();\n this.handleVisibilityChange = () => {\n const data = {\n isActive: document.hidden !== true,\n };\n this.notifyListeners('appStateChange', data);\n };\n document.addEventListener('visibilitychange', this.handleVisibilityChange, false);\n }\n exitApp() {\n throw this.unimplemented('Not implemented on web.');\n }\n async getInfo() {\n throw this.unimplemented('Not implemented on web.');\n }\n async getLaunchUrl() {\n return { url: '' };\n }\n async getState() {\n return { isActive: document.hidden !== true };\n }\n async minimizeApp() {\n throw this.unimplemented('Not implemented on web.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["AppWeb","constructor","super","this","handleVisibilityChange","data","isActive","document","hidden","notifyListeners","addEventListener","exitApp","unimplemented","async","url"],"sourceRoot":""}