mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
1 line
4.8 KiB
JSON
1 line
4.8 KiB
JSON
|
|
{"ast":null,"code":"import { __extends } from \"tslib\";\nimport { Injectable } from '@angular/core';\nimport { IonicNativePlugin, cordova } from '@ionic-native/core';\nimport * as ɵngcc0 from '@angular/core';\nvar PhotoViewer = /** @class */function (_super) {\n __extends(PhotoViewer, _super);\n function PhotoViewer() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PhotoViewer.prototype.show = function (url, title, options) {\n return cordova(this, \"show\", {\n \"sync\": true\n }, arguments);\n };\n PhotoViewer.pluginName = \"PhotoViewer\";\n PhotoViewer.plugin = \"com-sarriaroman-photoviewer\";\n PhotoViewer.pluginRef = \"PhotoViewer\";\n PhotoViewer.repo = \"https://github.com/sarriaroman/photoviewer\";\n PhotoViewer.platforms = [\"Android\", \"iOS\"];\n PhotoViewer.ɵfac = /*@__PURE__*/function () {\n var ɵPhotoViewer_BaseFactory;\n return function PhotoViewer_Factory(t) {\n return (ɵPhotoViewer_BaseFactory || (ɵPhotoViewer_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(PhotoViewer)))(t || PhotoViewer);\n };\n }();\n PhotoViewer.ɵprov = /*@__PURE__*/ɵngcc0.ɵɵdefineInjectable({\n token: PhotoViewer,\n factory: function (t) {\n return PhotoViewer.ɵfac(t);\n }\n });\n (function () {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(PhotoViewer, [{\n type: Injectable\n }], null, null);\n })();\n return PhotoViewer;\n}(IonicNativePlugin);\nexport { PhotoViewer };","map":{"version":3,"names":["__extends","Injectable","IonicNativePlugin","cordova","ɵngcc0","PhotoViewer","_super","apply","arguments","prototype","show","url","title","options","pluginName","plugin","pluginRef","repo","platforms","ɵfac","ɵPhotoViewer_BaseFactory","PhotoViewer_Factory","t","ɵɵgetInheritedFactory","ɵprov","ɵɵdefineInjectable","token","factory","ngDevMode","ɵsetClassMetadata","type"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@ionic-native/photo-viewer/__ivy_ngcc__/ngx/index.js"],"sourcesContent":["import { __extends } from \"tslib\";\nimport { Injectable } from '@angular/core';\nimport { IonicNativePlugin, cordova } from '@ionic-native/core';\nimport * as ɵngcc0 from '@angular/core';\nvar PhotoViewer = /** @class */ (function (_super) {\n __extends(PhotoViewer, _super);\n function PhotoViewer() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n PhotoViewer.prototype.show = function (url, title, options) { return cordova(this, \"show\", { \"sync\": true }, arguments); };\n PhotoViewer.pluginName = \"PhotoViewer\";\n PhotoViewer.plugin = \"com-sarriaroman-photoviewer\";\n PhotoViewer.pluginRef = \"PhotoViewer\";\n PhotoViewer.repo = \"https://github.com/sarriaroman/photoviewer\";\n PhotoViewer.platforms = [\"Android\", \"iOS\"];\nPhotoViewer.ɵfac = /*@__PURE__*/ function () { var ɵPhotoViewer_BaseFactory; return function PhotoViewer_Factory(t) { return (ɵPhotoViewer_BaseFactory || (ɵPhotoViewer_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(PhotoViewer)))(t || PhotoViewer); }; }();\nPhotoViewer.ɵprov = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjectable({ token: PhotoViewer, factory: function (t) { return PhotoViewer.ɵfac(t); } });\n(function () { (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(PhotoViewer, [{\n type: Injectable\n }], null, null); })();\n return PhotoViewer;\n}(IonicNativePlugin));\nexport { PhotoViewer };\n\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,OAAO;AACjC,SAASC,UAAU,QAAQ,eAAe;AAC1C,SAASC,iBAAiB,EAAEC,OAAO,QAAQ,oBAAoB;AAC/D,OAAO,KAAKC,MAAM,MAAM,eAAe;AACvC,IAAIC,WAAW,GAAG,aAAe,UAAUC,MAAM,EAAE;EAC/CN,SAAS,CAACK,WAAW,EAAEC,MAAM,CAAC;EAC9B,SAASD,WAAWA,CAAA,EAAG;IACnB,OAAOC,MAAM,KAAK,IAAI,IAAIA,MAAM,CAACC,KAAK,CAAC,IAAI,EAAEC,SAAS,CAAC,IAAI,IAAI;EACnE;EACAH,WAAW,CAACI,SAAS,CAACC,IAAI,GAAG,UAAUC,GAAG,EAAEC,KAAK,EAAEC,OAAO,EAAE;IAAE,OAAOV,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE;MAAE,MAAM,EAAE;IAAK,CAAC,EAAEK,SAAS,CAAC;EAAE,CAAC;EAC1HH,WAAW,CAACS,UAAU,GAAG,aAAa;EACtCT
|