Files
doneit-web/.angular/cache/14.2.12/babel-webpack/83ff4c198882081c5fbaf9ae161281a3.json
T

1 line
6.5 KiB
JSON
Raw Normal View History

2023-06-30 09:54:21 +01:00
{"ast":null,"code":"var __extends = this && this.__extends || function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf || {\n __proto__: []\n } instanceof Array && function (d, b) {\n d.__proto__ = b;\n } || function (d, b) {\n for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p];\n };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() {\n this.constructor = d;\n }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n}();\nimport { IonicNativePlugin, cordova } from '@ionic-native/core';\nvar DocumentViewerOriginal = /** @class */function (_super) {\n __extends(DocumentViewerOriginal, _super);\n function DocumentViewerOriginal() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DocumentViewerOriginal.prototype.getSupportInfo = function () {\n return cordova(this, \"getSupportInfo\", {}, arguments);\n };\n DocumentViewerOriginal.prototype.canViewDocument = function (url, contentType, options, onPossible, onMissingApp, onImpossible, onError) {\n return cordova(this, \"canViewDocument\", {\n \"sync\": true\n }, arguments);\n };\n DocumentViewerOriginal.prototype.viewDocument = function (url, contentType, options, onShow, onClose, onMissingApp, onError) {\n return cordova(this, \"viewDocument\", {\n \"sync\": true\n }, arguments);\n };\n DocumentViewerOriginal.pluginName = \"Document Viewer\";\n DocumentViewerOriginal.plugin = \"cordova-plugin-document-viewer\";\n DocumentViewerOriginal.pluginRef = \"SitewaertsDocumentViewer\";\n DocumentViewerOriginal.repo = \"https://github.com/sitewaerts/cordova-plugin-document-viewer\";\n DocumentViewerOriginal.platforms = [\"Android\", \"iOS\", \"Windows\"];\n return DocumentViewerOriginal;\n}(IonicNativePlugin);\nvar DocumentViewer = new DocumentViewerOriginal();\nexport { DocumentViewer };","map":{"version":3,"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","prototype","hasOwnProperty","call","__","constructor","create","IonicNativePlugin","cordova","DocumentViewerOriginal","_super","apply","arguments","getSupportInfo","canViewDocument","url","contentType","options","onPossible","onMissingApp","onImpossible","onError","viewDocument","onShow","onClose","pluginName","plugin","pluginRef","repo","platforms","DocumentViewer"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@ionic-native/document-viewer/index.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport { IonicNativePlugin, cordova } from '@ionic-native/core';\nvar DocumentViewerOriginal = /** @class */ (function (_super) {\n __extends(DocumentViewerOriginal, _super);\n function DocumentViewerOriginal() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DocumentViewerOriginal.prototype.getSupportInfo = function () { return cordova(this, \"getSupportInfo\", {}, arguments); };\n DocumentViewerOriginal.prototype.canViewDocument = function (url, contentType, options, onPossible, onMissingApp, onImpossible, onError) { return cordova(this, \"canViewDocument\", { \"sync\": true }, arguments); };\n DocumentViewerOriginal.prototype.viewDocument = function (url, contentType, options, onShow, onClose, onMissingApp, onError) { return cordova(this, \"viewDocument\