mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
1 line
5.7 KiB
JSON
1 line
5.7 KiB
JSON
|
|
{"ast":null,"code":"import { __extends } from \"tslib\";\n/**\n * This is a wrapper for MultipleDocumentsPicker plugin\n *\n */\nimport { Injectable } from '@angular/core';\nimport { AwesomeCordovaNativePlugin, cordova } from '@awesome-cordova-plugins/core';\nimport * as ɵngcc0 from '@angular/core';\nvar MultipleDocumentsPicker = /** @class */function (_super) {\n __extends(MultipleDocumentsPicker, _super);\n function MultipleDocumentsPicker() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n MultipleDocumentsPicker.prototype.pick = function (type) {\n return cordova(this, \"pick\", {}, arguments);\n };\n MultipleDocumentsPicker.pluginName = \"MultipleDocumentsPicker\";\n MultipleDocumentsPicker.plugin = \"cordova-plugin-multiple-documents-picker\";\n MultipleDocumentsPicker.pluginRef = \"multipleDocumentsPicker\";\n MultipleDocumentsPicker.repo = \"https://github.com/akeotech/cordova-plugin-multiple-documents-picker\";\n MultipleDocumentsPicker.platforms = [\"Android\", \"iOS\"];\n MultipleDocumentsPicker.ɵfac = /*@__PURE__*/function () {\n var ɵMultipleDocumentsPicker_BaseFactory;\n return function MultipleDocumentsPicker_Factory(t) {\n return (ɵMultipleDocumentsPicker_BaseFactory || (ɵMultipleDocumentsPicker_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(MultipleDocumentsPicker)))(t || MultipleDocumentsPicker);\n };\n }();\n MultipleDocumentsPicker.ɵprov = /*@__PURE__*/ɵngcc0.ɵɵdefineInjectable({\n token: MultipleDocumentsPicker,\n factory: function (t) {\n return MultipleDocumentsPicker.ɵfac(t);\n }\n });\n (function () {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(MultipleDocumentsPicker, [{\n type: Injectable\n }], null, null);\n })();\n return MultipleDocumentsPicker;\n}(AwesomeCordovaNativePlugin);\nexport { MultipleDocumentsPicker };","map":{"version":3,"names":["__extends","Injectable","AwesomeCordovaNativePlugin","cordova","ɵngcc0","MultipleDocumentsPicker","_super","apply","arguments","prototype","pick","type","pluginName","plugin","pluginRef","repo","platforms","ɵfac","ɵMultipleDocumentsPicker_BaseFactory","MultipleDocumentsPicker_Factory","t","ɵɵgetInheritedFactory","ɵprov","ɵɵdefineInjectable","token","factory","ngDevMode","ɵsetClassMetadata"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@awesome-cordova-plugins/multiple-document-picker/__ivy_ngcc__/ngx/index.js"],"sourcesContent":["import { __extends } from \"tslib\";\n/**\n * This is a wrapper for MultipleDocumentsPicker plugin\n *\n */\nimport { Injectable } from '@angular/core';\nimport { AwesomeCordovaNativePlugin, cordova } from '@awesome-cordova-plugins/core';\nimport * as ɵngcc0 from '@angular/core';\nvar MultipleDocumentsPicker = /** @class */ (function (_super) {\n __extends(MultipleDocumentsPicker, _super);\n function MultipleDocumentsPicker() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n MultipleDocumentsPicker.prototype.pick = function (type) { return cordova(this, \"pick\", {}, arguments); };\n MultipleDocumentsPicker.pluginName = \"MultipleDocumentsPicker\";\n MultipleDocumentsPicker.plugin = \"cordova-plugin-multiple-documents-picker\";\n MultipleDocumentsPicker.pluginRef = \"multipleDocumentsPicker\";\n MultipleDocumentsPicker.repo = \"https://github.com/akeotech/cordova-plugin-multiple-documents-picker\";\n MultipleDocumentsPicker.platforms = [\"Android\", \"iOS\"];\nMultipleDocumentsPicker.ɵfac = /*@__PURE__*/ function () { var ɵMultipleDocumentsPicker_BaseFactory; return function MultipleDocumentsPicker_Factory(t) { return (ɵMultipleDocumentsPicker_BaseFactory || (ɵMultipleDocumentsPicker_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(MultipleDocumentsPicker)))(t || MultipleDocumentsPicker); }; }();\nMultipleDocumentsPicker.ɵprov = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjectable({ token: MultipleDocumentsPicker, factory: function (t) { return MultipleDocumentsPicker.ɵfac(t); } });\n(function ()
|