mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
1 line
5.5 KiB
JSON
1 line
5.5 KiB
JSON
|
|
{"ast":null,"code":"import { __extends } from \"tslib\";\nimport { Injectable } from '@angular/core';\nimport { IonicNativePlugin, cordovaPropertyGet, cordovaPropertySet } from '@ionic-native/core';\nimport * as ɵngcc0 from '@angular/core';\nvar WebView = /** @class */function (_super) {\n __extends(WebView, _super);\n function WebView() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Object.defineProperty(WebView.prototype, \"convertFileSrc\", {\n get: function () {\n return cordovaPropertyGet(this, \"convertFileSrc\");\n },\n set: function (value) {\n cordovaPropertySet(this, \"convertFileSrc\", value);\n },\n enumerable: false,\n configurable: true\n });\n WebView.pluginName = \"WebView\";\n WebView.plugin = \"cordova-plugin-ionic-webview\";\n WebView.pluginRef = \"window.Ionic.WebView\";\n WebView.repo = \"https://github.com/ionic-team/cordova-plugin-ionic-webview\";\n WebView.platforms = [\"Android\", \"iOS\"];\n WebView.install = \"ionic cordova plugin add cordova-plugin-ionic-webview\";\n WebView.ɵfac = /*@__PURE__*/function () {\n var ɵWebView_BaseFactory;\n return function WebView_Factory(t) {\n return (ɵWebView_BaseFactory || (ɵWebView_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(WebView)))(t || WebView);\n };\n }();\n WebView.ɵprov = /*@__PURE__*/ɵngcc0.ɵɵdefineInjectable({\n token: WebView,\n factory: function (t) {\n return WebView.ɵfac(t);\n }\n });\n (function () {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WebView, [{\n type: Injectable\n }], null, null);\n })();\n return WebView;\n}(IonicNativePlugin);\nexport { WebView };","map":{"version":3,"names":["__extends","Injectable","IonicNativePlugin","cordovaPropertyGet","cordovaPropertySet","ɵngcc0","WebView","_super","apply","arguments","Object","defineProperty","prototype","get","set","value","enumerable","configurable","pluginName","plugin","pluginRef","repo","platforms","install","ɵfac","ɵWebView_BaseFactory","WebView_Factory","t","ɵɵgetInheritedFactory","ɵprov","ɵɵdefineInjectable","token","factory","ngDevMode","ɵsetClassMetadata","type"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@ionic-native/ionic-webview/__ivy_ngcc__/ngx/index.js"],"sourcesContent":["import { __extends } from \"tslib\";\nimport { Injectable } from '@angular/core';\nimport { IonicNativePlugin, cordovaPropertyGet, cordovaPropertySet } from '@ionic-native/core';\nimport * as ɵngcc0 from '@angular/core';\nvar WebView = /** @class */ (function (_super) {\n __extends(WebView, _super);\n function WebView() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Object.defineProperty(WebView.prototype, \"convertFileSrc\", {\n get: function () { return cordovaPropertyGet(this, \"convertFileSrc\"); },\n set: function (value) { cordovaPropertySet(this, \"convertFileSrc\", value); },\n enumerable: false,\n configurable: true\n });\n WebView.pluginName = \"WebView\";\n WebView.plugin = \"cordova-plugin-ionic-webview\";\n WebView.pluginRef = \"window.Ionic.WebView\";\n WebView.repo = \"https://github.com/ionic-team/cordova-plugin-ionic-webview\";\n WebView.platforms = [\"Android\", \"iOS\"];\n WebView.install = \"ionic cordova plugin add cordova-plugin-ionic-webview\";\nWebView.ɵfac = /*@__PURE__*/ function () { var ɵWebView_BaseFactory; return function WebView_Factory(t) { return (ɵWebView_BaseFactory || (ɵWebView_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(WebView)))(t || WebView); }; }();\nWebView.ɵprov = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjectable({ token: WebView, factory: function (t) { return WebView.ɵfac(t); } });\n(function () { (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WebView, [{\n type: Injectable\n }], null, null); })();\n return WebView;\n}(IonicNativePlugin));\nexport { WebView };\n\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,OAAO;AAC
|