mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
1 line
6.5 KiB
JSON
1 line
6.5 KiB
JSON
|
|
{"ast":null,"code":"import { __extends } from \"tslib\";\nimport { AwesomeCordovaNativePlugin, cordova } from '@awesome-cordova-plugins/core';\nimport { Injectable } from '@angular/core';\nimport * as ɵngcc0 from '@angular/core';\nvar DocumentViewer = /** @class */function (_super) {\n __extends(DocumentViewer, _super);\n function DocumentViewer() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DocumentViewer.prototype.getSupportInfo = function () {\n return cordova(this, \"getSupportInfo\", {}, arguments);\n };\n DocumentViewer.prototype.canViewDocument = function (url, contentType, options, onPossible, onMissingApp, onImpossible, onError) {\n return cordova(this, \"canViewDocument\", {\n \"sync\": true\n }, arguments);\n };\n DocumentViewer.prototype.viewDocument = function (url, contentType, options, onShow, onClose, onMissingApp, onError) {\n return cordova(this, \"viewDocument\", {\n \"sync\": true\n }, arguments);\n };\n DocumentViewer.pluginName = \"Document Viewer\";\n DocumentViewer.plugin = \"cordova-plugin-document-viewer\";\n DocumentViewer.pluginRef = \"SitewaertsDocumentViewer\";\n DocumentViewer.repo = \"https://github.com/sitewaerts/cordova-plugin-document-viewer\";\n DocumentViewer.platforms = [\"Android\", \"iOS\", \"Windows\"];\n DocumentViewer.ɵfac = /*@__PURE__*/function () {\n var ɵDocumentViewer_BaseFactory;\n return function DocumentViewer_Factory(t) {\n return (ɵDocumentViewer_BaseFactory || (ɵDocumentViewer_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(DocumentViewer)))(t || DocumentViewer);\n };\n }();\n DocumentViewer.ɵprov = /*@__PURE__*/ɵngcc0.ɵɵdefineInjectable({\n token: DocumentViewer,\n factory: function (t) {\n return DocumentViewer.ɵfac(t);\n }\n });\n (function () {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(DocumentViewer, [{\n type: Injectable\n }], null, null);\n })();\n return DocumentViewer;\n}(AwesomeCordovaNativePlugin);\nexport { DocumentViewer };","map":{"version":3,"names":["__extends","AwesomeCordovaNativePlugin","cordova","Injectable","ɵngcc0","DocumentViewer","_super","apply","arguments","prototype","getSupportInfo","canViewDocument","url","contentType","options","onPossible","onMissingApp","onImpossible","onError","viewDocument","onShow","onClose","pluginName","plugin","pluginRef","repo","platforms","ɵfac","ɵDocumentViewer_BaseFactory","DocumentViewer_Factory","t","ɵɵgetInheritedFactory","ɵprov","ɵɵdefineInjectable","token","factory","ngDevMode","ɵsetClassMetadata","type"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@awesome-cordova-plugins/document-viewer/__ivy_ngcc__/ngx/index.js"],"sourcesContent":["import { __extends } from \"tslib\";\nimport { AwesomeCordovaNativePlugin, cordova } from '@awesome-cordova-plugins/core';\nimport { Injectable } from '@angular/core';\nimport * as ɵngcc0 from '@angular/core';\nvar DocumentViewer = /** @class */ (function (_super) {\n __extends(DocumentViewer, _super);\n function DocumentViewer() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DocumentViewer.prototype.getSupportInfo = function () { return cordova(this, \"getSupportInfo\", {}, arguments); };\n DocumentViewer.prototype.canViewDocument = function (url, contentType, options, onPossible, onMissingApp, onImpossible, onError) { return cordova(this, \"canViewDocument\", { \"sync\": true }, arguments); };\n DocumentViewer.prototype.viewDocument = function (url, contentType, options, onShow, onClose, onMissingApp, onError) { return cordova(this, \"viewDocument\", { \"sync\": true }, arguments); };\n DocumentViewer.pluginName = \"Document Viewer\";\n DocumentViewer.plugin = \"cordova-plugin-document-viewer\";\n DocumentViewer.pluginRef = \"SitewaertsDocumentViewer\";\n DocumentViewer.repo = \"https://github.com/sitewaerts/cordova-plugin-document-viewer\";\n DocumentViewer.platforms = [\"Android\", \"iOS\", \
|