{"version":3,"file":"188.5eebfbe4bf35b948.js","mappings":"4JACO,MAAMA,UAAeC,KACxBC,cACIC,QACAC,KAAKC,uBAAyB,KAC1B,MAAMC,EAAO,CACTC,UAA8B,IAApBC,SAASC,QAEvBL,KAAKM,gBAAgB,iBAAkBJ,GACnCE,SAASC,OACTL,KAAKM,gBAAgB,QAAS,MAG9BN,KAAKM,gBAAgB,SAAU,KAAI,EAG3CF,SAASG,iBAAiB,mBAAoBP,KAAKC,wBAAwB,EAC/E,CACAO,UACI,MAAMR,KAAKS,cAAc,0BAC7B,CACMC,UAAU,IAAAC,EAAAX,KAAA,SAAAY,KAAA,YACZ,MAAMD,EAAKF,cAAc,0BAA2B,EADxC,EAEhB,CACMI,eAAe,SAAAD,KAAA,YACjB,MAAO,CAAEE,IAAK,GAAK,EADF,EAErB,CACMC,WAAW,SAAAH,KAAA,YACb,MAAO,CAAET,UAA8B,IAApBC,SAASC,OAAkB,EADjC,EAEjB,CACMW,cAAc,IAAAC,EAAAjB,KAAA,SAAAY,KAAA,YAChB,MAAMK,EAAKR,cAAc,0BAA2B,EADpC,EAEpB","names":["AppWeb","WebPlugin","constructor","super","this","handleVisibilityChange","data","isActive","document","hidden","notifyListeners","addEventListener","exitApp","unimplemented","getInfo","_this","_asyncToGenerator","getLaunchUrl","url","getState","minimizeApp","_this2"],"ignoreList":[],"sourceRoot":"webpack:///","sources":["./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 if (document.hidden) {\n this.notifyListeners('pause', null);\n }\n else {\n this.notifyListeners('resume', null);\n }\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"],"x_google_ignoreList":[0]}