onairos 4.2.7 → 4.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/168.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";(this.webpackChunkOnairos=this.webpackChunkOnairos||[]).push([[168],{168:(e,t,n)=>{n.d(t,{AppWeb:()=>s});var i=n(550);class s extends i.WebPlugin{constructor(){super(),this.handleVisibilityChange=()=>{const e={isActive:!0!==document.hidden};this.notifyListeners("appStateChange",e),document.hidden?this.notifyListeners("pause",null):this.notifyListeners("resume",null)},document.addEventListener("visibilitychange",this.handleVisibilityChange,!1)}exitApp(){throw this.unimplemented("Not implemented on web.")}async getInfo(){throw this.unimplemented("Not implemented on web.")}async getLaunchUrl(){return{url:""}}async getState(){return{isActive:!0!==document.hidden}}async minimizeApp(){throw this.unimplemented("Not implemented on web.")}async toggleBackButtonHandler(){throw this.unimplemented("Not implemented on web.")}}}}]);
1
+ "use strict";(this.webpackChunkOnairos=this.webpackChunkOnairos||[]).push([[168],{168(e,t,n){n.d(t,{AppWeb:()=>s});var i=n(550);class s extends i.WebPlugin{constructor(){super(),this.handleVisibilityChange=()=>{const e={isActive:!0!==document.hidden};this.notifyListeners("appStateChange",e),document.hidden?this.notifyListeners("pause",null):this.notifyListeners("resume",null)},document.addEventListener("visibilitychange",this.handleVisibilityChange,!1)}exitApp(){throw this.unimplemented("Not implemented on web.")}async getInfo(){throw this.unimplemented("Not implemented on web.")}async getLaunchUrl(){return{url:""}}async getState(){return{isActive:!0!==document.hidden}}async minimizeApp(){throw this.unimplemented("Not implemented on web.")}async toggleBackButtonHandler(){throw this.unimplemented("Not implemented on web.")}}}}]);
2
2
  //# sourceMappingURL=168.js.map
package/dist/168.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"168.js","mappings":"mIACO,MAAMA,UAAe,EAAAC,UACxB,WAAAC,GACIC,QACAC,KAAKC,uBAAyB,KAC1B,MAAMC,EAAO,CACTC,UAA8B,IAApBC,SAASC,QAEvBL,KAAKM,gBAAgB,iBAAkBJ,GACnCE,SAASC,OACTL,KAAKM,gBAAgB,QAAS,MAG9BN,KAAKM,gBAAgB,SAAU,OAGvCF,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,CACA,6BAAMM,GACF,MAAMf,KAAKS,cAAc,0BAC7B,E","sources":["webpack://Onairos/./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 async toggleBackButtonHandler() {\n throw this.unimplemented('Not implemented on web.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["AppWeb","WebPlugin","constructor","super","this","handleVisibilityChange","data","isActive","document","hidden","notifyListeners","addEventListener","exitApp","unimplemented","getInfo","getLaunchUrl","url","getState","minimizeApp","toggleBackButtonHandler"],"ignoreList":[],"sourceRoot":""}
1
+ {"version":3,"file":"168.js","mappings":"gIACO,MAAMA,UAAe,EAAAC,UACxB,WAAAC,GACIC,QACAC,KAAKC,uBAAyB,KAC1B,MAAMC,EAAO,CACTC,UAA8B,IAApBC,SAASC,QAEvBL,KAAKM,gBAAgB,iBAAkBJ,GACnCE,SAASC,OACTL,KAAKM,gBAAgB,QAAS,MAG9BN,KAAKM,gBAAgB,SAAU,OAGvCF,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,CACA,6BAAMM,GACF,MAAMf,KAAKS,cAAc,0BAC7B,E","sources":["webpack://Onairos/./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 async toggleBackButtonHandler() {\n throw this.unimplemented('Not implemented on web.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["AppWeb","WebPlugin","constructor","super","this","handleVisibilityChange","data","isActive","document","hidden","notifyListeners","addEventListener","exitApp","unimplemented","getInfo","getLaunchUrl","url","getState","minimizeApp","toggleBackButtonHandler"],"ignoreList":[],"sourceRoot":""}
@@ -1,2 +1,2 @@
1
- export const __webpack_esm_id__=168;export const __webpack_esm_ids__=[168];export const __webpack_esm_modules__={168:(e,t,n)=>{n.d(t,{AppWeb:()=>s});var i=n(980);class s extends i.WebPlugin{constructor(){super(),this.handleVisibilityChange=()=>{const e={isActive:!0!==document.hidden};this.notifyListeners("appStateChange",e),document.hidden?this.notifyListeners("pause",null):this.notifyListeners("resume",null)},document.addEventListener("visibilitychange",this.handleVisibilityChange,!1)}exitApp(){throw this.unimplemented("Not implemented on web.")}async getInfo(){throw this.unimplemented("Not implemented on web.")}async getLaunchUrl(){return{url:""}}async getState(){return{isActive:!0!==document.hidden}}async minimizeApp(){throw this.unimplemented("Not implemented on web.")}async toggleBackButtonHandler(){throw this.unimplemented("Not implemented on web.")}}}};
1
+ export const __webpack_esm_id__=168;export const __webpack_esm_ids__=[168];export const __webpack_esm_modules__={168(e,t,n){n.d(t,{AppWeb:()=>s});var i=n(980);class s extends i.WebPlugin{constructor(){super(),this.handleVisibilityChange=()=>{const e={isActive:!0!==document.hidden};this.notifyListeners("appStateChange",e),document.hidden?this.notifyListeners("pause",null):this.notifyListeners("resume",null)},document.addEventListener("visibilitychange",this.handleVisibilityChange,!1)}exitApp(){throw this.unimplemented("Not implemented on web.")}async getInfo(){throw this.unimplemented("Not implemented on web.")}async getLaunchUrl(){return{url:""}}async getState(){return{isActive:!0!==document.hidden}}async minimizeApp(){throw this.unimplemented("Not implemented on web.")}async toggleBackButtonHandler(){throw this.unimplemented("Not implemented on web.")}}}};
2
2
  //# sourceMappingURL=168.onairos.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"168.onairos.esm.js","mappings":"kKACO,MAAMA,UAAe,EAAAC,UACxB,WAAAC,GACIC,QACAC,KAAKC,uBAAyB,KAC1B,MAAMC,EAAO,CACTC,UAA8B,IAApBC,SAASC,QAEvBL,KAAKM,gBAAgB,iBAAkBJ,GACnCE,SAASC,OACTL,KAAKM,gBAAgB,QAAS,MAG9BN,KAAKM,gBAAgB,SAAU,OAGvCF,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,CACA,6BAAMM,GACF,MAAMf,KAAKS,cAAc,0BAC7B,E","sources":["webpack://onairos/./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 async toggleBackButtonHandler() {\n throw this.unimplemented('Not implemented on web.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["AppWeb","WebPlugin","constructor","super","this","handleVisibilityChange","data","isActive","document","hidden","notifyListeners","addEventListener","exitApp","unimplemented","getInfo","getLaunchUrl","url","getState","minimizeApp","toggleBackButtonHandler"],"ignoreList":[],"sourceRoot":""}
1
+ {"version":3,"file":"168.onairos.esm.js","mappings":"+JACO,MAAMA,UAAe,EAAAC,UACxB,WAAAC,GACIC,QACAC,KAAKC,uBAAyB,KAC1B,MAAMC,EAAO,CACTC,UAA8B,IAApBC,SAASC,QAEvBL,KAAKM,gBAAgB,iBAAkBJ,GACnCE,SAASC,OACTL,KAAKM,gBAAgB,QAAS,MAG9BN,KAAKM,gBAAgB,SAAU,OAGvCF,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,CACA,6BAAMM,GACF,MAAMf,KAAKS,cAAc,0BAC7B,E","sources":["webpack://onairos/./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 async toggleBackButtonHandler() {\n throw this.unimplemented('Not implemented on web.');\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["AppWeb","WebPlugin","constructor","super","this","handleVisibilityChange","data","isActive","document","hidden","notifyListeners","addEventListener","exitApp","unimplemented","getInfo","getLaunchUrl","url","getState","minimizeApp","toggleBackButtonHandler"],"ignoreList":[],"sourceRoot":""}