mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
35 KiB
Plaintext
1 line
35 KiB
Plaintext
{"dependencies":[{"name":"@react-native/assets-registry/registry","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":70,"index":70}}],"key":"DfKH1NNXqDIAaDOtB+YKkBB07j8=","exportNames":["*"],"imports":1}},{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":71},"end":{"line":2,"column":45,"index":116}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}},{"name":"./AssetSources","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":117},"end":{"line":3,"column":51,"index":168}}],"key":"l/K+woVDzZEFW9I0o/oti/wbPC0=","exportNames":["*"],"imports":1}},{"name":"./AssetUris","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":169},"end":{"line":4,"column":41,"index":210}}],"key":"s5UQlFlCKXftpyl/zrvZYZ0/A8E=","exportNames":["*"],"imports":1}},{"name":"./ExpoAsset","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":211},"end":{"line":5,"column":44,"index":255}}],"key":"7Yq/oFRqIIHfP2eEbsa8zh67uqs=","exportNames":["*"],"imports":1}},{"name":"./ImageAssets","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":256},"end":{"line":6,"column":45,"index":301}}],"key":"K6ycS3StWw83AdXfIkyWZ10KcBM=","exportNames":["*"],"imports":1}},{"name":"./LocalAssets","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":302},"end":{"line":7,"column":49,"index":351}}],"key":"eSVaClTx2nBK92Q49Kw2O9gJ924=","exportNames":["*"],"imports":1}},{"name":"./PlatformUtils","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":8,"column":0,"index":352},"end":{"line":8,"column":59,"index":411}}],"key":"vk5TSZJTws6vRpll7frKCvmMWgw=","exportNames":["*"],"imports":1}},{"name":"./resolveAssetSource","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":9,"column":0,"index":412},"end":{"line":9,"column":54,"index":466}}],"key":"qiXdfzfF08Pne6HL41q9H4FDwsA=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopNamespace(e) {\n if (e && e.__esModule) return e;\n var n = {};\n if (e) Object.keys(e).forEach(function (k) {\n var d = Object.getOwnPropertyDescriptor(e, k);\n Object.defineProperty(n, k, d.get ? d : {\n enumerable: true,\n get: function () {\n return e[k];\n }\n });\n });\n n.default = e;\n return n;\n }\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"ANDROID_EMBEDDED_URL_BASE_RESOURCE\", {\n enumerable: true,\n get: function () {\n return ANDROID_EMBEDDED_URL_BASE_RESOURCE;\n }\n });\n Object.defineProperty(exports, \"Asset\", {\n enumerable: true,\n get: function () {\n return Asset;\n }\n });\n var _reactNativeAssetsRegistryRegistry = require(_dependencyMap[0], \"@react-native/assets-registry/registry\");\n var _expoModulesCore = require(_dependencyMap[1], \"expo-modules-core\");\n var _AssetSources = require(_dependencyMap[2], \"./AssetSources\");\n var _AssetUris = require(_dependencyMap[3], \"./AssetUris\");\n var AssetUris = _interopNamespace(_AssetUris);\n var _ExpoAsset = require(_dependencyMap[4], \"./ExpoAsset\");\n var _ImageAssets = require(_dependencyMap[5], \"./ImageAssets\");\n var ImageAssets = _interopNamespace(_ImageAssets);\n var _LocalAssets = require(_dependencyMap[6], \"./LocalAssets\");\n var _PlatformUtils = require(_dependencyMap[7], \"./PlatformUtils\");\n var _resolveAssetSource = require(_dependencyMap[8], \"./resolveAssetSource\");\n var resolveAssetSource = _interopDefault(_resolveAssetSource);\n /**\n * Android resource URL prefix.\n * @hidden\n */\n const ANDROID_EMBEDDED_URL_BASE_RESOURCE = 'file:///android_res/';\n /**\n * The `Asset` class represents an asset in your app. It gives metadata about the asset (such as its\n * name and type) and provides facilities to load the asset data.\n */\n class Asset {\n static byHash = {};\n static byUri = {};\n /**\n * The name of the asset file without the extension. Also without the part from `@` onward in the\n * filename (used to specify scale factor for images).\n */\n\n /**\n * The extension of the asset filename.\n */\n\n /**\n * The MD5 hash of the asset's data.\n */\n hash = null;\n /**\n * A URI that points to the asset's data on the remote server. When running the published version\n * of your app, this refers to the location on Expo's asset server where Expo has stored your\n * asset. When running the app from Expo CLI during development, this URI points to Expo CLI's\n * server running on your computer and the asset is served directly from your computer. If you\n * are not using Classic Updates (legacy), this field should be ignored as we ensure your assets\n * are on device before running your application logic.\n */\n\n /**\n * If the asset has been downloaded (by calling [`downloadAsync()`](#downloadasync)), the\n * `file://` URI pointing to the local file on the device that contains the asset data.\n */\n localUri = null;\n /**\n * If the asset is an image, the width of the image data divided by the scale factor. The scale\n * factor is the number after `@` in the filename, or `1` if not present.\n */\n width = null;\n /**\n * If the asset is an image, the height of the image data divided by the scale factor. The scale factor is the number after `@` in the filename, or `1` if not present.\n */\n height = null;\n downloading = false;\n /**\n * Whether the asset has finished downloading from a call to [`downloadAsync()`](#downloadasync).\n */\n downloaded = false;\n _downloadCallbacks = [];\n constructor({\n name,\n type,\n hash = null,\n uri,\n width,\n height\n }) {\n this.name = name;\n this.type = type;\n this.hash = hash;\n this.uri = uri;\n if (typeof width === 'number') {\n this.width = width;\n }\n if (typeof height === 'number') {\n this.height = height;\n }\n if (hash) {\n this.localUri = (0, _LocalAssets.getLocalAssetUri)(hash, type);\n if (this.localUri?.startsWith(ANDROID_EMBEDDED_URL_BASE_RESOURCE)) {\n // Treat Android embedded resources as not downloaded state, because the uri is not direct accessible.\n this.uri = this.localUri;\n this.localUri = null;\n } else if (this.localUri) {\n this.downloaded = true;\n }\n }\n if (_expoModulesCore.Platform.OS === 'web') {\n if (!name) {\n this.name = AssetUris.getFilename(uri);\n }\n if (!type) {\n this.type = AssetUris.getFileExtension(uri);\n }\n }\n }\n // @needsAudit\n /**\n * A helper that wraps `Asset.fromModule(module).downloadAsync` for convenience.\n * @param moduleId An array of `require('path/to/file')` or external network URLs. Can also be\n * just one module or URL without an Array.\n * @return Returns a Promise that fulfills with an array of `Asset`s when the asset(s) has been\n * saved to disk.\n * @example\n * ```ts\n * const [{ localUri }] = await Asset.loadAsync(require('./assets/snack-icon.png'));\n * ```\n */\n static loadAsync(moduleId) {\n const moduleIds = Array.isArray(moduleId) ? moduleId : [moduleId];\n return Promise.all(moduleIds.map(moduleId => Asset.fromModule(moduleId).downloadAsync()));\n }\n // @needsAudit\n /**\n * Returns the [`Asset`](#asset) instance representing an asset given its module or URL.\n * @param virtualAssetModule The value of `require('path/to/file')` for the asset or external\n * network URL\n * @return The [`Asset`](#asset) instance for the asset.\n */\n static fromModule(virtualAssetModule) {\n if (typeof virtualAssetModule === 'string') {\n return Asset.fromURI(virtualAssetModule);\n }\n if (typeof virtualAssetModule === 'object' && 'uri' in virtualAssetModule && typeof virtualAssetModule.uri === 'string') {\n const extension = AssetUris.getFileExtension(virtualAssetModule.uri);\n return new Asset({\n name: '',\n type: extension.startsWith('.') ? extension.substring(1) : extension,\n hash: null,\n uri: virtualAssetModule.uri,\n width: virtualAssetModule.width,\n height: virtualAssetModule.height\n });\n }\n const meta = (0, _reactNativeAssetsRegistryRegistry.getAssetByID)(virtualAssetModule);\n if (!meta) {\n throw new Error(`Module \"${virtualAssetModule}\" is missing from the asset registry`);\n }\n // Outside of the managed env we need the moduleId to initialize the asset\n // because resolveAssetSource depends on it\n if (!_PlatformUtils.IS_ENV_WITH_LOCAL_ASSETS) {\n // null-check is performed above with `getAssetByID`.\n const {\n uri\n } = (0, resolveAssetSource.default)(virtualAssetModule);\n const asset = new Asset({\n name: meta.name,\n type: meta.type,\n hash: meta.hash,\n uri,\n width: meta.width,\n height: meta.height\n });\n // For images backward compatibility,\n // keeps localUri the same as uri for React Native's Image that\n // works fine with drawable resource names.\n if (_expoModulesCore.Platform.OS === 'android' && !uri.includes(':') && (meta.width || meta.height)) {\n asset.localUri = asset.uri;\n asset.downloaded = true;\n }\n Asset.byHash[meta.hash] = asset;\n return asset;\n }\n return Asset.fromMetadata(meta);\n }\n // @docsMissing\n static fromMetadata(meta) {\n // The hash of the whole asset, not to be confused with the hash of a specific file returned\n // from `selectAssetSource`\n const metaHash = meta.hash;\n const assetByHash = Asset.byHash[metaHash];\n if (assetByHash) {\n return assetByHash;\n }\n const {\n uri,\n hash\n } = (0, _AssetSources.selectAssetSource)(meta);\n const asset = new Asset({\n name: meta.name,\n type: meta.type,\n hash,\n uri,\n width: meta.width,\n height: meta.height\n });\n Asset.byHash[metaHash] = asset;\n return asset;\n }\n // @docsMissing\n static fromURI(uri) {\n if (Asset.byUri[uri]) {\n return Asset.byUri[uri];\n }\n // Possibly a Base64-encoded URI\n let type = '';\n if (uri.indexOf(';base64') > -1) {\n type = uri.split(';')[0].split('/')[1];\n } else {\n const extension = AssetUris.getFileExtension(uri);\n type = extension.startsWith('.') ? extension.substring(1) : extension;\n }\n const asset = new Asset({\n name: '',\n type,\n hash: null,\n uri\n });\n Asset.byUri[uri] = asset;\n return asset;\n }\n // @needsAudit\n /**\n * Downloads the asset data to a local file in the device's cache directory. Once the returned\n * promise is fulfilled without error, the [`localUri`](#localuri) field of this asset points\n * to a local file containing the asset data. The asset is only downloaded if an up-to-date local\n * file for the asset isn't already present due to an earlier download. The downloaded `Asset`\n * will be returned when the promise is resolved.\n *\n * > **Note:** There is no guarantee that files downloaded via `downloadAsync` persist between app sessions.\n * `downloadAsync` stores files in the caches directory, so it's up to the OS to clear this folder at its\n * own discretion or when the user manually purges the caches directory. Downloaded assets are stored as\n * `ExponentAsset-{cacheFileId}.{extension}` within the cache directory.\n * > To manually clear cached assets, you can use [`expo-file-system`](./filesystem/) to\n * delete the cache directory: `Paths.cache.delete()` or use the legacy API `deleteAsync(cacheDirectory)`.\n *\n * @return Returns a Promise which fulfills with an `Asset` instance.\n */\n async downloadAsync() {\n if (this.downloaded) {\n return this;\n }\n if (this.downloading) {\n await new Promise((resolve, reject) => {\n this._downloadCallbacks.push({\n resolve,\n reject\n });\n });\n return this;\n }\n this.downloading = true;\n try {\n if (_expoModulesCore.Platform.OS === 'web') {\n if (ImageAssets.isImageType(this.type)) {\n const {\n width,\n height,\n name\n } = await ImageAssets.getImageInfoAsync(this.uri);\n this.width = width;\n this.height = height;\n this.name = name;\n } else {\n this.name = AssetUris.getFilename(this.uri);\n }\n }\n this.localUri = await (0, _ExpoAsset.downloadAsync)(this.uri, this.hash, this.type);\n this.downloaded = true;\n this._downloadCallbacks.forEach(({\n resolve\n }) => resolve());\n } catch (e) {\n this._downloadCallbacks.forEach(({\n reject\n }) => reject(e));\n throw e;\n } finally {\n this.downloading = false;\n this._downloadCallbacks = [];\n }\n return this;\n }\n }\n});","lineCount":320,"map":[[27,2,14,0,"Object"],[27,8,14,0],[27,9,14,0,"defineProperty"],[27,23,14,0],[27,24,14,0,"exports"],[27,31,14,0],[28,4,14,0,"enumerable"],[28,14,14,0],[29,4,14,0,"get"],[29,7,14,0],[29,18,14,0,"get"],[29,19,14,0],[30,6,14,0],[30,13,14,0,"ANDROID_EMBEDDED_URL_BASE_RESOURCE"],[30,47,14,0],[31,4,14,0],[32,2,14,0],[33,2,19,0,"Object"],[33,8,19,0],[33,9,19,0,"defineProperty"],[33,23,19,0],[33,24,19,0,"exports"],[33,31,19,0],[34,4,19,0,"enumerable"],[34,14,19,0],[35,4,19,0,"get"],[35,7,19,0],[35,18,19,0,"get"],[35,19,19,0],[36,6,19,0],[36,13,19,0,"Asset"],[36,18,19,0],[37,4,19,0],[38,2,19,0],[39,2,1,0],[39,6,1,0,"_reactNativeAssetsRegistryRegistry"],[39,40,1,0],[39,43,1,0,"require"],[39,50,1,0],[39,51,1,0,"_dependencyMap"],[39,65,1,0],[40,2,2,0],[40,6,2,0,"_expoModulesCore"],[40,22,2,0],[40,25,2,0,"require"],[40,32,2,0],[40,33,2,0,"_dependencyMap"],[40,47,2,0],[41,2,3,0],[41,6,3,0,"_AssetSources"],[41,19,3,0],[41,22,3,0,"require"],[41,29,3,0],[41,30,3,0,"_dependencyMap"],[41,44,3,0],[42,2,4,0],[42,6,4,0,"_AssetUris"],[42,16,4,0],[42,19,4,0,"require"],[42,26,4,0],[42,27,4,0,"_dependencyMap"],[42,41,4,0],[43,2,4,0],[43,6,4,0,"AssetUris"],[43,15,4,0],[43,18,4,0,"_interopNamespace"],[43,35,4,0],[43,36,4,0,"_AssetUris"],[43,46,4,0],[44,2,5,0],[44,6,5,0,"_ExpoAsset"],[44,16,5,0],[44,19,5,0,"require"],[44,26,5,0],[44,27,5,0,"_dependencyMap"],[44,41,5,0],[45,2,6,0],[45,6,6,0,"_ImageAssets"],[45,18,6,0],[45,21,6,0,"require"],[45,28,6,0],[45,29,6,0,"_dependencyMap"],[45,43,6,0],[46,2,6,0],[46,6,6,0,"ImageAssets"],[46,17,6,0],[46,20,6,0,"_interopNamespace"],[46,37,6,0],[46,38,6,0,"_ImageAssets"],[46,50,6,0],[47,2,7,0],[47,6,7,0,"_LocalAssets"],[47,18,7,0],[47,21,7,0,"require"],[47,28,7,0],[47,29,7,0,"_dependencyMap"],[47,43,7,0],[48,2,8,0],[48,6,8,0,"_PlatformUtils"],[48,20,8,0],[48,23,8,0,"require"],[48,30,8,0],[48,31,8,0,"_dependencyMap"],[48,45,8,0],[49,2,9,0],[49,6,9,0,"_resolveAssetSource"],[49,25,9,0],[49,28,9,0,"require"],[49,35,9,0],[49,36,9,0,"_dependencyMap"],[49,50,9,0],[50,2,9,0],[50,6,9,0,"resolveAssetSource"],[50,24,9,0],[50,27,9,0,"_interopDefault"],[50,42,9,0],[50,43,9,0,"_resolveAssetSource"],[50,62,9,0],[51,2,10,0],[52,0,11,0],[53,0,12,0],[54,0,13,0],[55,2,14,7],[55,8,14,13,"ANDROID_EMBEDDED_URL_BASE_RESOURCE"],[55,42,14,47],[55,45,14,50],[55,67,14,72],[56,2,15,0],[57,0,16,0],[58,0,17,0],[59,0,18,0],[60,2,19,7],[60,8,19,13,"Asset"],[60,13,19,18],[60,14,19,19],[61,4,20,4],[61,11,20,11,"byHash"],[61,17,20,17],[61,20,20,20],[61,21,20,21],[61,22,20,22],[62,4,21,4],[62,11,21,11,"byUri"],[62,16,21,16],[62,19,21,19],[62,20,21,20],[62,21,21,21],[63,4,22,4],[64,0,23,0],[65,0,24,0],[66,0,25,0],[68,4,27,4],[69,0,28,0],[70,0,29,0],[72,4,31,4],[73,0,32,0],[74,0,33,0],[75,4,34,4,"hash"],[75,8,34,8],[75,11,34,11],[75,15,34,15],[76,4,35,4],[77,0,36,0],[78,0,37,0],[79,0,38,0],[80,0,39,0],[81,0,40,0],[82,0,41,0],[83,0,42,0],[85,4,44,4],[86,0,45,0],[87,0,46,0],[88,0,47,0],[89,4,48,4,"localUri"],[89,12,48,12],[89,15,48,15],[89,19,48,19],[90,4,49,4],[91,0,50,0],[92,0,51,0],[93,0,52,0],[94,4,53,4,"width"],[94,9,53,9],[94,12,53,12],[94,16,53,16],[95,4,54,4],[96,0,55,0],[97,0,56,0],[98,4,57,4,"height"],[98,10,57,10],[98,13,57,13],[98,17,57,17],[99,4,58,4,"downloading"],[99,15,58,15],[99,18,58,18],[99,23,58,23],[100,4,59,4],[101,0,60,0],[102,0,61,0],[103,4,62,4,"downloaded"],[103,14,62,14],[103,17,62,17],[103,22,62,22],[104,4,63,4,"_downloadCallbacks"],[104,22,63,22],[104,25,63,25],[104,27,63,27],[105,4,64,4,"constructor"],[105,15,64,15,"constructor"],[105,16,64,16],[106,6,64,18,"name"],[106,10,64,22],[107,6,64,24,"type"],[107,10,64,28],[108,6,64,30,"hash"],[108,10,64,34],[108,13,64,37],[108,17,64,41],[109,6,64,43,"uri"],[109,9,64,46],[110,6,64,48,"width"],[110,11,64,53],[111,6,64,55,"height"],[112,4,64,62],[112,5,64,63],[112,7,64,65],[113,6,65,8],[113,10,65,12],[113,11,65,13,"name"],[113,15,65,17],[113,18,65,20,"name"],[113,22,65,24],[114,6,66,8],[114,10,66,12],[114,11,66,13,"type"],[114,15,66,17],[114,18,66,20,"type"],[114,22,66,24],[115,6,67,8],[115,10,67,12],[115,11,67,13,"hash"],[115,15,67,17],[115,18,67,20,"hash"],[115,22,67,24],[116,6,68,8],[116,10,68,12],[116,11,68,13,"uri"],[116,14,68,16],[116,17,68,19,"uri"],[116,20,68,22],[117,6,69,8],[117,10,69,12],[117,17,69,19,"width"],[117,22,69,24],[117,27,69,29],[117,35,69,37],[117,37,69,39],[118,8,70,12],[118,12,70,16],[118,13,70,17,"width"],[118,18,70,22],[118,21,70,25,"width"],[118,26,70,30],[119,6,71,8],[120,6,72,8],[120,10,72,12],[120,17,72,19,"height"],[120,23,72,25],[120,28,72,30],[120,36,72,38],[120,38,72,40],[121,8,73,12],[121,12,73,16],[121,13,73,17,"height"],[121,19,73,23],[121,22,73,26,"height"],[121,28,73,32],[122,6,74,8],[123,6,75,8],[123,10,75,12,"hash"],[123,14,75,16],[123,16,75,18],[124,8,76,12],[124,12,76,16],[124,13,76,17,"localUri"],[124,21,76,25],[124,24,76,28],[124,28,76,28,"getLocalAssetUri"],[124,40,76,44],[124,41,76,44,"getLocalAssetUri"],[124,57,76,44],[124,59,76,45,"hash"],[124,63,76,49],[124,65,76,51,"type"],[124,69,76,55],[124,70,76,56],[125,8,77,12],[125,12,77,16],[125,16,77,20],[125,17,77,21,"localUri"],[125,25,77,29],[125,27,77,31,"startsWith"],[125,37,77,41],[125,38,77,42,"ANDROID_EMBEDDED_URL_BASE_RESOURCE"],[125,72,77,76],[125,73,77,77],[125,75,77,79],[126,10,78,16],[127,10,79,16],[127,14,79,20],[127,15,79,21,"uri"],[127,18,79,24],[127,21,79,27],[127,25,79,31],[127,26,79,32,"localUri"],[127,34,79,40],[128,10,80,16],[128,14,80,20],[128,15,80,21,"localUri"],[128,23,80,29],[128,26,80,32],[128,30,80,36],[129,8,81,12],[129,9,81,13],[129,15,82,17],[129,19,82,21],[129,23,82,25],[129,24,82,26,"localUri"],[129,32,82,34],[129,34,82,36],[130,10,83,16],[130,14,83,20],[130,15,83,21,"downloaded"],[130,25,83,31],[130,28,83,34],[130,32,83,38],[131,8,84,12],[132,6,85,8],[133,6,86,8],[133,10,86,12,"Platform"],[133,26,86,20],[133,27,86,20,"Platform"],[133,35,86,20],[133,36,86,21,"OS"],[133,38,86,23],[133,43,86,28],[133,48,86,33],[133,50,86,35],[134,8,87,12],[134,12,87,16],[134,13,87,17,"name"],[134,17,87,21],[134,19,87,23],[135,10,88,16],[135,14,88,20],[135,15,88,21,"name"],[135,19,88,25],[135,22,88,28,"AssetUris"],[135,31,88,37],[135,32,88,38,"getFilename"],[135,43,88,49],[135,44,88,50,"uri"],[135,47,88,53],[135,48,88,54],[136,8,89,12],[137,8,90,12],[137,12,90,16],[137,13,90,17,"type"],[137,17,90,21],[137,19,90,23],[138,10,91,16],[138,14,91,20],[138,15,91,21,"type"],[138,19,91,25],[138,22,91,28,"AssetUris"],[138,31,91,37],[138,32,91,38,"getFileExtension"],[138,48,91,54],[138,49,91,55,"uri"],[138,52,91,58],[138,53,91,59],[139,8,92,12],[140,6,93,8],[141,4,94,4],[142,4,95,4],[143,4,96,4],[144,0,97,0],[145,0,98,0],[146,0,99,0],[147,0,100,0],[148,0,101,0],[149,0,102,0],[150,0,103,0],[151,0,104,0],[152,0,105,0],[153,0,106,0],[154,4,107,4],[154,11,107,11,"loadAsync"],[154,20,107,20,"loadAsync"],[154,21,107,21,"moduleId"],[154,29,107,29],[154,31,107,31],[155,6,108,8],[155,12,108,14,"moduleIds"],[155,21,108,23],[155,24,108,26,"Array"],[155,29,108,31],[155,30,108,32,"isArray"],[155,37,108,39],[155,38,108,40,"moduleId"],[155,46,108,48],[155,47,108,49],[155,50,108,52,"moduleId"],[155,58,108,60],[155,61,108,63],[155,62,108,64,"moduleId"],[155,70,108,72],[155,71,108,73],[156,6,109,8],[156,13,109,15,"Promise"],[156,20,109,22],[156,21,109,23,"all"],[156,24,109,26],[156,25,109,27,"moduleIds"],[156,34,109,36],[156,35,109,37,"map"],[156,38,109,40],[156,39,109,42,"moduleId"],[156,47,109,50],[156,51,109,55,"Asset"],[156,56,109,60],[156,57,109,61,"fromModule"],[156,67,109,71],[156,68,109,72,"moduleId"],[156,76,109,80],[156,77,109,81],[156,78,109,82,"downloadAsync"],[156,91,109,95],[156,92,109,96],[156,93,109,97],[156,94,109,98],[156,95,109,99],[157,4,110,4],[158,4,111,4],[159,4,112,4],[160,0,113,0],[161,0,114,0],[162,0,115,0],[163,0,116,0],[164,0,117,0],[165,4,118,4],[165,11,118,11,"fromModule"],[165,21,118,21,"fromModule"],[165,22,118,22,"virtualAssetModule"],[165,40,118,40],[165,42,118,42],[166,6,119,8],[166,10,119,12],[166,17,119,19,"virtualAssetModule"],[166,35,119,37],[166,40,119,42],[166,48,119,50],[166,50,119,52],[167,8,120,12],[167,15,120,19,"Asset"],[167,20,120,24],[167,21,120,25,"fromURI"],[167,28,120,32],[167,29,120,33,"virtualAssetModule"],[167,47,120,51],[167,48,120,52],[168,6,121,8],[169,6,122,8],[169,10,122,12],[169,17,122,19,"virtualAssetModule"],[169,35,122,37],[169,40,122,42],[169,48,122,50],[169,52,123,12],[169,57,123,17],[169,61,123,21,"virtualAssetModule"],[169,79,123,39],[169,83,124,12],[169,90,124,19,"virtualAssetModule"],[169,108,124,37],[169,109,124,38,"uri"],[169,112,124,41],[169,117,124,46],[169,125,124,54],[169,127,124,56],[170,8,125,12],[170,14,125,18,"extension"],[170,23,125,27],[170,26,125,30,"AssetUris"],[170,35,125,39],[170,36,125,40,"getFileExtension"],[170,52,125,56],[170,53,125,57,"virtualAssetModule"],[170,71,125,75],[170,72,125,76,"uri"],[170,75,125,79],[170,76,125,80],[171,8,126,12],[171,15,126,19],[171,19,126,23,"Asset"],[171,24,126,28],[171,25,126,29],[172,10,127,16,"name"],[172,14,127,20],[172,16,127,22],[172,18,127,24],[173,10,128,16,"type"],[173,14,128,20],[173,16,128,22,"extension"],[173,25,128,31],[173,26,128,32,"startsWith"],[173,36,128,42],[173,37,128,43],[173,40,128,46],[173,41,128,47],[173,44,128,50,"extension"],[173,53,128,59],[173,54,128,60,"substring"],[173,63,128,69],[173,64,128,70],[173,65,128,71],[173,66,128,72],[173,69,128,75,"extension"],[173,78,128,84],[174,10,129,16,"hash"],[174,14,129,20],[174,16,129,22],[174,20,129,26],[175,10,130,16,"uri"],[175,13,130,19],[175,15,130,21,"virtualAssetModule"],[175,33,130,39],[175,34,130,40,"uri"],[175,37,130,43],[176,10,131,16,"width"],[176,15,131,21],[176,17,131,23,"virtualAssetModule"],[176,35,131,41],[176,36,131,42,"width"],[176,41,131,47],[177,10,132,16,"height"],[177,16,132,22],[177,18,132,24,"virtualAssetModule"],[177,36,132,42],[177,37,132,43,"height"],[178,8,133,12],[178,9,133,13],[178,10,133,14],[179,6,134,8],[180,6,135,8],[180,12,135,14,"meta"],[180,16,135,18],[180,19,135,21],[180,23,135,21,"getAssetByID"],[180,57,135,33],[180,58,135,33,"getAssetByID"],[180,70,135,33],[180,72,135,34,"virtualAssetModule"],[180,90,135,52],[180,91,135,53],[181,6,136,8],[181,10,136,12],[181,11,136,13,"meta"],[181,15,136,17],[181,17,136,19],[182,8,137,12],[182,14,137,18],[182,18,137,22,"Error"],[182,23,137,27],[182,24,137,28],[182,35,137,39,"virtualAssetModule"],[182,53,137,57],[182,91,137,95],[182,92,137,96],[183,6,138,8],[184,6,139,8],[185,6,140,8],[186,6,141,8],[186,10,141,12],[186,11,141,13,"IS_ENV_WITH_LOCAL_ASSETS"],[186,25,141,37],[186,26,141,37,"IS_ENV_WITH_LOCAL_ASSETS"],[186,50,141,37],[186,52,141,39],[187,8,142,12],[188,8,143,12],[188,14,143,18],[189,10,143,20,"uri"],[190,8,143,24],[190,9,143,25],[190,12,143,28],[190,16,143,28,"resolveAssetSource"],[190,34,143,46],[190,35,143,46,"default"],[190,42,143,46],[190,44,143,47,"virtualAssetModule"],[190,62,143,65],[190,63,143,66],[191,8,144,12],[191,14,144,18,"asset"],[191,19,144,23],[191,22,144,26],[191,26,144,30,"Asset"],[191,31,144,35],[191,32,144,36],[192,10,145,16,"name"],[192,14,145,20],[192,16,145,22,"meta"],[192,20,145,26],[192,21,145,27,"name"],[192,25,145,31],[193,10,146,16,"type"],[193,14,146,20],[193,16,146,22,"meta"],[193,20,146,26],[193,21,146,27,"type"],[193,25,146,31],[194,10,147,16,"hash"],[194,14,147,20],[194,16,147,22,"meta"],[194,20,147,26],[194,21,147,27,"hash"],[194,25,147,31],[195,10,148,16,"uri"],[195,13,148,19],[196,10,149,16,"width"],[196,15,149,21],[196,17,149,23,"meta"],[196,21,149,27],[196,22,149,28,"width"],[196,27,149,33],[197,10,150,16,"height"],[197,16,150,22],[197,18,150,24,"meta"],[197,22,150,28],[197,23,150,29,"height"],[198,8,151,12],[198,9,151,13],[198,10,151,14],[199,8,152,12],[200,8,153,12],[201,8,154,12],[202,8,155,12],[202,12,155,16,"Platform"],[202,28,155,24],[202,29,155,24,"Platform"],[202,37,155,24],[202,38,155,25,"OS"],[202,40,155,27],[202,45,155,32],[202,54,155,41],[202,58,155,45],[202,59,155,46,"uri"],[202,62,155,49],[202,63,155,50,"includes"],[202,71,155,58],[202,72,155,59],[202,75,155,62],[202,76,155,63],[202,81,155,68,"meta"],[202,85,155,72],[202,86,155,73,"width"],[202,91,155,78],[202,95,155,82,"meta"],[202,99,155,86],[202,100,155,87,"height"],[202,106,155,93],[202,107,155,94],[202,109,155,96],[203,10,156,16,"asset"],[203,15,156,21],[203,16,156,22,"localUri"],[203,24,156,30],[203,27,156,33,"asset"],[203,32,156,38],[203,33,156,39,"uri"],[203,36,156,42],[204,10,157,16,"asset"],[204,15,157,21],[204,16,157,22,"downloaded"],[204,26,157,32],[204,29,157,35],[204,33,157,39],[205,8,158,12],[206,8,159,12,"Asset"],[206,13,159,17],[206,14,159,18,"byHash"],[206,20,159,24],[206,21,159,25,"meta"],[206,25,159,29],[206,26,159,30,"hash"],[206,30,159,34],[206,31,159,35],[206,34,159,38,"asset"],[206,39,159,43],[207,8,160,12],[207,15,160,19,"asset"],[207,20,160,24],[208,6,161,8],[209,6,162,8],[209,13,162,15,"Asset"],[209,18,162,20],[209,19,162,21,"fromMetadata"],[209,31,162,33],[209,32,162,34,"meta"],[209,36,162,38],[209,37,162,39],[210,4,163,4],[211,4,164,4],[212,4,165,4],[212,11,165,11,"fromMetadata"],[212,23,165,23,"fromMetadata"],[212,24,165,24,"meta"],[212,28,165,28],[212,30,165,30],[213,6,166,8],[214,6,167,8],[215,6,168,8],[215,12,168,14,"metaHash"],[215,20,168,22],[215,23,168,25,"meta"],[215,27,168,29],[215,28,168,30,"hash"],[215,32,168,34],[216,6,169,8],[216,12,169,14,"assetByHash"],[216,23,169,25],[216,26,169,28,"Asset"],[216,31,169,33],[216,32,169,34,"byHash"],[216,38,169,40],[216,39,169,41,"metaHash"],[216,47,169,49],[216,48,169,50],[217,6,170,8],[217,10,170,12,"assetByHash"],[217,21,170,23],[217,23,170,25],[218,8,171,12],[218,15,171,19,"assetByHash"],[218,26,171,30],[219,6,172,8],[220,6,173,8],[220,12,173,14],[221,8,173,16,"uri"],[221,11,173,19],[222,8,173,21,"hash"],[223,6,173,26],[223,7,173,27],[223,10,173,30],[223,14,173,30,"selectAssetSource"],[223,27,173,47],[223,28,173,47,"selectAssetSource"],[223,45,173,47],[223,47,173,48,"meta"],[223,51,173,52],[223,52,173,53],[224,6,174,8],[224,12,174,14,"asset"],[224,17,174,19],[224,20,174,22],[224,24,174,26,"Asset"],[224,29,174,31],[224,30,174,32],[225,8,175,12,"name"],[225,12,175,16],[225,14,175,18,"meta"],[225,18,175,22],[225,19,175,23,"name"],[225,23,175,27],[226,8,176,12,"type"],[226,12,176,16],[226,14,176,18,"meta"],[226,18,176,22],[226,19,176,23,"type"],[226,23,176,27],[227,8,177,12,"hash"],[227,12,177,16],[228,8,178,12,"uri"],[228,11,178,15],[229,8,179,12,"width"],[229,13,179,17],[229,15,179,19,"meta"],[229,19,179,23],[229,20,179,24,"width"],[229,25,179,29],[230,8,180,12,"height"],[230,14,180,18],[230,16,180,20,"meta"],[230,20,180,24],[230,21,180,25,"height"],[231,6,181,8],[231,7,181,9],[231,8,181,10],[232,6,182,8,"Asset"],[232,11,182,13],[232,12,182,14,"byHash"],[232,18,182,20],[232,19,182,21,"metaHash"],[232,27,182,29],[232,28,182,30],[232,31,182,33,"asset"],[232,36,182,38],[233,6,183,8],[233,13,183,15,"asset"],[233,18,183,20],[234,4,184,4],[235,4,185,4],[236,4,186,4],[236,11,186,11,"fromURI"],[236,18,186,18,"fromURI"],[236,19,186,19,"uri"],[236,22,186,22],[236,24,186,24],[237,6,187,8],[237,10,187,12,"Asset"],[237,15,187,17],[237,16,187,18,"byUri"],[237,21,187,23],[237,22,187,24,"uri"],[237,25,187,27],[237,26,187,28],[237,28,187,30],[238,8,188,12],[238,15,188,19,"Asset"],[238,20,188,24],[238,21,188,25,"byUri"],[238,26,188,30],[238,27,188,31,"uri"],[238,30,188,34],[238,31,188,35],[239,6,189,8],[240,6,190,8],[241,6,191,8],[241,10,191,12,"type"],[241,14,191,16],[241,17,191,19],[241,19,191,21],[242,6,192,8],[242,10,192,12,"uri"],[242,13,192,15],[242,14,192,16,"indexOf"],[242,21,192,23],[242,22,192,24],[242,31,192,33],[242,32,192,34],[242,35,192,37],[242,36,192,38],[242,37,192,39],[242,39,192,41],[243,8,193,12,"type"],[243,12,193,16],[243,15,193,19,"uri"],[243,18,193,22],[243,19,193,23,"split"],[243,24,193,28],[243,25,193,29],[243,28,193,32],[243,29,193,33],[243,30,193,34],[243,31,193,35],[243,32,193,36],[243,33,193,37,"split"],[243,38,193,42],[243,39,193,43],[243,42,193,46],[243,43,193,47],[243,44,193,48],[243,45,193,49],[243,46,193,50],[244,6,194,8],[244,7,194,9],[244,13,195,13],[245,8,196,12],[245,14,196,18,"extension"],[245,23,196,27],[245,26,196,30,"AssetUris"],[245,35,196,39],[245,36,196,40,"getFileExtension"],[245,52,196,56],[245,53,196,57,"uri"],[245,56,196,60],[245,57,196,61],[246,8,197,12,"type"],[246,12,197,16],[246,15,197,19,"extension"],[246,24,197,28],[246,25,197,29,"startsWith"],[246,35,197,39],[246,36,197,40],[246,39,197,43],[246,40,197,44],[246,43,197,47,"extension"],[246,52,197,56],[246,53,197,57,"substring"],[246,62,197,66],[246,63,197,67],[246,64,197,68],[246,65,197,69],[246,68,197,72,"extension"],[246,77,197,81],[247,6,198,8],[248,6,199,8],[248,12,199,14,"asset"],[248,17,199,19],[248,20,199,22],[248,24,199,26,"Asset"],[248,29,199,31],[248,30,199,32],[249,8,200,12,"name"],[249,12,200,16],[249,14,200,18],[249,16,200,20],[250,8,201,12,"type"],[250,12,201,16],[251,8,202,12,"hash"],[251,12,202,16],[251,14,202,18],[251,18,202,22],[252,8,203,12,"uri"],[253,6,204,8],[253,7,204,9],[253,8,204,10],[254,6,205,8,"Asset"],[254,11,205,13],[254,12,205,14,"byUri"],[254,17,205,19],[254,18,205,20,"uri"],[254,21,205,23],[254,22,205,24],[254,25,205,27,"asset"],[254,30,205,32],[255,6,206,8],[255,13,206,15,"asset"],[255,18,206,20],[256,4,207,4],[257,4,208,4],[258,4,209,4],[259,0,210,0],[260,0,211,0],[261,0,212,0],[262,0,213,0],[263,0,214,0],[264,0,215,0],[265,0,216,0],[266,0,217,0],[267,0,218,0],[268,0,219,0],[269,0,220,0],[270,0,221,0],[271,0,222,0],[272,0,223,0],[273,0,224,0],[274,4,225,4],[274,10,225,10,"downloadAsync"],[274,23,225,23,"downloadAsync"],[274,24,225,23],[274,26,225,26],[275,6,226,8],[275,10,226,12],[275,14,226,16],[275,15,226,17,"downloaded"],[275,25,226,27],[275,27,226,29],[276,8,227,12],[276,15,227,19],[276,19,227,23],[277,6,228,8],[278,6,229,8],[278,10,229,12],[278,14,229,16],[278,15,229,17,"downloading"],[278,26,229,28],[278,28,229,30],[279,8,230,12],[279,14,230,18],[279,18,230,22,"Promise"],[279,25,230,29],[279,26,230,30],[279,27,230,31,"resolve"],[279,34,230,38],[279,36,230,40,"reject"],[279,42,230,46],[279,47,230,51],[280,10,231,16],[280,14,231,20],[280,15,231,21,"_downloadCallbacks"],[280,33,231,39],[280,34,231,40,"push"],[280,38,231,44],[280,39,231,45],[281,12,231,47,"resolve"],[281,19,231,54],[282,12,231,56,"reject"],[283,10,231,63],[283,11,231,64],[283,12,231,65],[284,8,232,12],[284,9,232,13],[284,10,232,14],[285,8,233,12],[285,15,233,19],[285,19,233,23],[286,6,234,8],[287,6,235,8],[287,10,235,12],[287,11,235,13,"downloading"],[287,22,235,24],[287,25,235,27],[287,29,235,31],[288,6,236,8],[288,10,236,12],[289,8,237,12],[289,12,237,16,"Platform"],[289,28,237,24],[289,29,237,24,"Platform"],[289,37,237,24],[289,38,237,25,"OS"],[289,40,237,27],[289,45,237,32],[289,50,237,37],[289,52,237,39],[290,10,238,16],[290,14,238,20,"ImageAssets"],[290,25,238,31],[290,26,238,32,"isImageType"],[290,37,238,43],[290,38,238,44],[290,42,238,48],[290,43,238,49,"type"],[290,47,238,53],[290,48,238,54],[290,50,238,56],[291,12,239,20],[291,18,239,26],[292,14,239,28,"width"],[292,19,239,33],[293,14,239,35,"height"],[293,20,239,41],[294,14,239,43,"name"],[295,12,239,48],[295,13,239,49],[295,16,239,52],[295,22,239,58,"ImageAssets"],[295,33,239,69],[295,34,239,70,"getImageInfoAsync"],[295,51,239,87],[295,52,239,88],[295,56,239,92],[295,57,239,93,"uri"],[295,60,239,96],[295,61,239,97],[296,12,240,20],[296,16,240,24],[296,17,240,25,"width"],[296,22,240,30],[296,25,240,33,"width"],[296,30,240,38],[297,12,241,20],[297,16,241,24],[297,17,241,25,"height"],[297,23,241,31],[297,26,241,34,"height"],[297,32,241,40],[298,12,242,20],[298,16,242,24],[298,17,242,25,"name"],[298,21,242,29],[298,24,242,32,"name"],[298,28,242,36],[299,10,243,16],[299,11,243,17],[299,17,244,21],[300,12,245,20],[300,16,245,24],[300,17,245,25,"name"],[300,21,245,29],[300,24,245,32,"AssetUris"],[300,33,245,41],[300,34,245,42,"getFilename"],[300,45,245,53],[300,46,245,54],[300,50,245,58],[300,51,245,59,"uri"],[300,54,245,62],[300,55,245,63],[301,10,246,16],[302,8,247,12],[303,8,248,12],[303,12,248,16],[303,13,248,17,"localUri"],[303,21,248,25],[303,24,248,28],[303,30,248,34],[303,34,248,34,"downloadAsync"],[303,44,248,47],[303,45,248,47,"downloadAsync"],[303,58,248,47],[303,60,248,48],[303,64,248,52],[303,65,248,53,"uri"],[303,68,248,56],[303,70,248,58],[303,74,248,62],[303,75,248,63,"hash"],[303,79,248,67],[303,81,248,69],[303,85,248,73],[303,86,248,74,"type"],[303,90,248,78],[303,91,248,79],[304,8,249,12],[304,12,249,16],[304,13,249,17,"downloaded"],[304,23,249,27],[304,26,249,30],[304,30,249,34],[305,8,250,12],[305,12,250,16],[305,13,250,17,"_downloadCallbacks"],[305,31,250,35],[305,32,250,36,"forEach"],[305,39,250,43],[305,40,250,44],[305,41,250,45],[306,10,250,47,"resolve"],[307,8,250,55],[307,9,250,56],[307,14,250,61,"resolve"],[307,21,250,68],[307,22,250,69],[307,23,250,70],[307,24,250,71],[308,6,251,8],[308,7,251,9],[308,8,252,8],[308,15,252,15,"e"],[308,16,252,16],[308,18,252,18],[309,8,253,12],[309,12,253,16],[309,13,253,17,"_downloadCallbacks"],[309,31,253,35],[309,32,253,36,"forEach"],[309,39,253,43],[309,40,253,44],[309,41,253,45],[310,10,253,47,"reject"],[311,8,253,54],[311,9,253,55],[311,14,253,60,"reject"],[311,20,253,66],[311,21,253,67,"e"],[311,22,253,68],[311,23,253,69],[311,24,253,70],[312,8,254,12],[312,14,254,18,"e"],[312,15,254,19],[313,6,255,8],[313,7,255,9],[313,16,256,16],[314,8,257,12],[314,12,257,16],[314,13,257,17,"downloading"],[314,24,257,28],[314,27,257,31],[314,32,257,36],[315,8,258,12],[315,12,258,16],[315,13,258,17,"_downloadCallbacks"],[315,31,258,35],[315,34,258,38],[315,36,258,40],[316,6,259,8],[317,6,260,8],[317,13,260,15],[317,17,260,19],[318,4,261,4],[319,2,262,0],[320,0,262,1],[320,3]],"functionMap":{"names":["<global>","Asset","constructor","loadAsync","moduleIds.map$argument_0","fromModule","fromMetadata","fromURI","downloadAsync","Promise$argument_0","_downloadCallbacks.forEach$argument_0"],"mappings":"AAA;OCkB;IC6C;KD8B;IEa;yCCE,wDD;KFC;IIQ;KJ6C;IKE;KLmB;IME;KNqB;IOkB;8BCK;aDE;4CEkB,0BF;4CEG,yBF;KPQ;CDC"},"hasCjsExports":false},"type":"js/module"}]} |