feat: initial build - static app kapp-pwa
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
(self["webpackChunkapp"] = self["webpackChunkapp"] || []).push([[731],{
|
||||
|
||||
/***/ 40731:
|
||||
/*!*****************************************************!*\
|
||||
!*** ./node_modules/@capacitor/app/dist/esm/web.js ***!
|
||||
\*****************************************************/
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "AppWeb": () => (/* binding */ AppWeb)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 71670);
|
||||
/* harmony import */ var _capacitor_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @capacitor/core */ 26549);
|
||||
|
||||
|
||||
class AppWeb extends _capacitor_core__WEBPACK_IMPORTED_MODULE_1__.WebPlugin {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.handleVisibilityChange = () => {
|
||||
const data = {
|
||||
isActive: document.hidden !== true
|
||||
};
|
||||
this.notifyListeners('appStateChange', data);
|
||||
|
||||
if (document.hidden) {
|
||||
this.notifyListeners('pause', null);
|
||||
} else {
|
||||
this.notifyListeners('resume', null);
|
||||
}
|
||||
};
|
||||
|
||||
document.addEventListener('visibilitychange', this.handleVisibilityChange, false);
|
||||
}
|
||||
|
||||
exitApp() {
|
||||
throw this.unimplemented('Not implemented on web.');
|
||||
}
|
||||
|
||||
getInfo() {
|
||||
var _this = this;
|
||||
|
||||
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
||||
throw _this.unimplemented('Not implemented on web.');
|
||||
})();
|
||||
}
|
||||
|
||||
getLaunchUrl() {
|
||||
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
||||
return {
|
||||
url: ''
|
||||
};
|
||||
})();
|
||||
}
|
||||
|
||||
getState() {
|
||||
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
||||
return {
|
||||
isActive: document.hidden !== true
|
||||
};
|
||||
})();
|
||||
}
|
||||
|
||||
minimizeApp() {
|
||||
var _this2 = this;
|
||||
|
||||
return (0,_Volumes_case_workspace_work_APPS_KA_APP_WORK_NOW_KA_PASS_V2_2_6_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
|
||||
throw _this2.unimplemented('Not implemented on web.');
|
||||
})();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/***/ })
|
||||
|
||||
}])
|
||||
//# sourceMappingURL=731.js.map
|
||||
Reference in New Issue
Block a user