{"version":3,"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 } 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 {\n url: ''\n };\n }\n async getState() {\n return {\n isActive: document.hidden !== true\n };\n }\n async minimizeApp() {\n throw this.unimplemented('Not implemented on web.');\n }\n}\n"],"mappings":"8FAAA,IACaA,EADbC,EAAAC,EAAA,KAAAC,IACaH,EAAN,cAAqBI,CAAU,CACpC,aAAc,CACZ,MAAM,EACN,KAAK,uBAAyB,IAAM,CAClC,IAAMC,EAAO,CACX,SAAU,SAAS,SAAW,EAChC,EACA,KAAK,gBAAgB,iBAAkBA,CAAI,EACvC,SAAS,OACX,KAAK,gBAAgB,QAAS,IAAI,EAElC,KAAK,gBAAgB,SAAU,IAAI,CAEvC,EACA,SAAS,iBAAiB,mBAAoB,KAAK,uBAAwB,EAAK,CAClF,CACA,SAAU,CACR,MAAM,KAAK,cAAc,yBAAyB,CACpD,CACM,SAAU,QAAAC,EAAA,sBACd,MAAM,KAAK,cAAc,yBAAyB,CACpD,GACM,cAAe,QAAAA,EAAA,sBACnB,MAAO,CACL,IAAK,EACP,CACF,GACM,UAAW,QAAAA,EAAA,sBACf,MAAO,CACL,SAAU,SAAS,SAAW,EAChC,CACF,GACM,aAAc,QAAAA,EAAA,sBAClB,MAAM,KAAK,cAAc,yBAAyB,CACpD,GACF","names":["AppWeb","init_web","__esmMin","init_dist","WebPlugin","data","__async"],"x_google_ignoreList":[0]}