Files
doneit-web/.angular/cache/14.2.12/babel-webpack/969c2271068d0506f39ff97b83b2d459.json
T
Eudes Inácio 53b71ea16f its working
2023-06-30 09:54:21 +01:00

1 line
8.7 KiB
JSON

{"ast":null,"code":"import { __extends } from \"tslib\";\nimport { Injectable } from '@angular/core';\nimport { IonicNativePlugin, cordovaPropertyGet, cordovaPropertySet, cordova } from '@ionic-native/core';\nimport { Observable } from 'rxjs';\nimport * as ɵngcc0 from '@angular/core';\nvar ScreenOrientation = /** @class */function (_super) {\n __extends(ScreenOrientation, _super);\n function ScreenOrientation() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n /**\n * Convenience enum for possible orientations\n */\n _this.ORIENTATIONS = {\n PORTRAIT_PRIMARY: 'portrait-primary',\n PORTRAIT_SECONDARY: 'portrait-secondary',\n LANDSCAPE_PRIMARY: 'landscape-primary',\n LANDSCAPE_SECONDARY: 'landscape-secondary',\n PORTRAIT: 'portrait',\n LANDSCAPE: 'landscape',\n ANY: 'any'\n };\n return _this;\n }\n ScreenOrientation.prototype.onChange = function () {\n return cordova(this, \"onChange\", {\n \"eventObservable\": true,\n \"event\": \"orientationchange\",\n \"element\": \"window\"\n }, arguments);\n };\n ScreenOrientation.prototype.lock = function (orientation) {\n return cordova(this, \"lock\", {\n \"otherPromise\": true\n }, arguments);\n };\n ScreenOrientation.prototype.unlock = function () {\n return cordova(this, \"unlock\", {\n \"sync\": true\n }, arguments);\n };\n Object.defineProperty(ScreenOrientation.prototype, \"type\", {\n get: function () {\n return cordovaPropertyGet(this, \"type\");\n },\n set: function (value) {\n cordovaPropertySet(this, \"type\", value);\n },\n enumerable: false,\n configurable: true\n });\n ScreenOrientation.pluginName = \"ScreenOrientation\";\n ScreenOrientation.plugin = \"cordova-plugin-screen-orientation\";\n ScreenOrientation.pluginRef = \"screen.orientation\";\n ScreenOrientation.repo = \"https://github.com/apache/cordova-plugin-screen-orientation\";\n ScreenOrientation.platforms = [\"Android\", \"iOS\", \"Windows\"];\n ScreenOrientation.ɵfac = /*@__PURE__*/function () {\n var ɵScreenOrientation_BaseFactory;\n return function ScreenOrientation_Factory(t) {\n return (ɵScreenOrientation_BaseFactory || (ɵScreenOrientation_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(ScreenOrientation)))(t || ScreenOrientation);\n };\n }();\n ScreenOrientation.ɵprov = /*@__PURE__*/ɵngcc0.ɵɵdefineInjectable({\n token: ScreenOrientation,\n factory: function (t) {\n return ScreenOrientation.ɵfac(t);\n }\n });\n (function () {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(ScreenOrientation, [{\n type: Injectable\n }], null, null);\n })();\n return ScreenOrientation;\n}(IonicNativePlugin);\nexport { ScreenOrientation };","map":{"version":3,"names":["__extends","Injectable","IonicNativePlugin","cordovaPropertyGet","cordovaPropertySet","cordova","Observable","ɵngcc0","ScreenOrientation","_super","_this","apply","arguments","ORIENTATIONS","PORTRAIT_PRIMARY","PORTRAIT_SECONDARY","LANDSCAPE_PRIMARY","LANDSCAPE_SECONDARY","PORTRAIT","LANDSCAPE","ANY","prototype","onChange","lock","orientation","unlock","Object","defineProperty","get","set","value","enumerable","configurable","pluginName","plugin","pluginRef","repo","platforms","ɵfac","ɵScreenOrientation_BaseFactory","ScreenOrientation_Factory","t","ɵɵgetInheritedFactory","ɵprov","ɵɵdefineInjectable","token","factory","ngDevMode","ɵsetClassMetadata","type"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@ionic-native/screen-orientation/__ivy_ngcc__/ngx/index.js"],"sourcesContent":["import { __extends } from \"tslib\";\nimport { Injectable } from '@angular/core';\nimport { IonicNativePlugin, cordovaPropertyGet, cordovaPropertySet, cordova } from '@ionic-native/core';\nimport { Observable } from 'rxjs';\nimport * as ɵngcc0 from '@angular/core';\nvar ScreenOrientation = /** @class */ (function (_super) {\n __extends(ScreenOrientation, _super);\n function ScreenOrientation() {\n var _this = _super !== null && _super.apply(this, arguments) || this;\n /**\n * Convenience enum for possible orientations\n */\n _this.ORIENTATIONS = {\n PORTRAIT_PRIMARY: 'portrait-primary',\n PORTRAIT_SECONDARY: 'portrait-secondary',\n LANDSCAPE_PRIMARY: 'landscape-primary',\n LANDSCAPE_SECONDARY: 'landscape-secondary',\n PORTRAIT: 'portrait',\n LANDSCAPE: 'landscape',\n ANY: 'any',\n };\n return _this;\n }\n ScreenOrientation.prototype.onChange = function () { return cordova(this, \"onChange\", { \"eventObservable\": true, \"event\": \"orientationchange\", \"element\": \"window\" }, arguments); };\n ScreenOrientation.prototype.lock = function (orientation) { return cordova(this, \"lock\", { \"otherPromise\": true }, arguments); };\n ScreenOrientation.prototype.unlock = function () { return cordova(this, \"unlock\", { \"sync\": true }, arguments); };\n Object.defineProperty(ScreenOrientation.prototype, \"type\", {\n get: function () { return cordovaPropertyGet(this, \"type\"); },\n set: function (value) { cordovaPropertySet(this, \"type\", value); },\n enumerable: false,\n configurable: true\n });\n ScreenOrientation.pluginName = \"ScreenOrientation\";\n ScreenOrientation.plugin = \"cordova-plugin-screen-orientation\";\n ScreenOrientation.pluginRef = \"screen.orientation\";\n ScreenOrientation.repo = \"https://github.com/apache/cordova-plugin-screen-orientation\";\n ScreenOrientation.platforms = [\"Android\", \"iOS\", \"Windows\"];\nScreenOrientation.ɵfac = /*@__PURE__*/ function () { var ɵScreenOrientation_BaseFactory; return function ScreenOrientation_Factory(t) { return (ɵScreenOrientation_BaseFactory || (ɵScreenOrientation_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(ScreenOrientation)))(t || ScreenOrientation); }; }();\nScreenOrientation.ɵprov = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjectable({ token: ScreenOrientation, factory: function (t) { return ScreenOrientation.ɵfac(t); } });\n(function () { (typeof ngDevMode === \"undefined\" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(ScreenOrientation, [{\n type: Injectable\n }], null, null); })();\n return ScreenOrientation;\n}(IonicNativePlugin));\nexport { ScreenOrientation };\n\n"],"mappings":"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"},"metadata":{},"sourceType":"module"}