{"version":3,"file":"js/1168.c79fefa9.js","mappings":"wKACO,MAAMA,UAAe,KACxB,WAAAC,GACIC,QACAC,KAAKC,uBAAyB,KAC1B,MAAMC,EAAO,CACTC,UAA8B,IAApBC,SAASC,QAEvBL,KAAKM,gBAAgB,iBAAkBJ,EAAK,EAEhDE,SAASG,iBAAiB,mBAAoBP,KAAKC,wBAAwB,EAC/E,CACA,OAAAO,GACI,MAAMR,KAAKS,cAAc,0BAC7B,CACA,aAAMC,GACF,MAAMV,KAAKS,cAAc,0BAC7B,CACA,kBAAME,GACF,MAAO,CAAEC,IAAK,GAClB,CACA,cAAMC,GACF,MAAO,CAAEV,UAA8B,IAApBC,SAASC,OAChC,CACA,iBAAMS,GACF,MAAMd,KAAKS,cAAc,0BAC7B,E","sources":["webpack://eucaps/./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","getInfo","getLaunchUrl","url","getState","minimizeApp"],"sourceRoot":""}