mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-29 22:21:05 +00:00
1 line
10 KiB
Plaintext
1 line
10 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/extends","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":54,"index":54}}],"key":"yLIpKqfSeOZo7yhmpj6jeRbKj/A=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/objectWithoutPropertiesLoose","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":55},"end":{"line":2,"column":96,"index":151}}],"key":"h/v2q98AsT4QTiU2QmCS7mQfUgY=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":416},"end":{"line":13,"column":31,"index":447}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"../Image","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0,"index":484},"end":{"line":15,"column":29,"index":513}}],"key":"r96J5D1jm+D8ZhyS8Od8ckxX8P0=","exportNames":["*"],"imports":1}},{"name":"../StyleSheet","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0,"index":514},"end":{"line":16,"column":39,"index":553}}],"key":"Pz10tXyA/z/1zTYUTTxDDbnOtjE=","exportNames":["*"],"imports":1}},{"name":"../View","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":17,"column":0,"index":554},"end":{"line":17,"column":27,"index":581}}],"key":"z+h67QhWT4Dd/ILcrpyPJ2FPLGs=","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 _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _babelRuntimeHelpersExtends = require(_dependencyMap[0], \"@babel/runtime/helpers/extends\");\n var _extends = _interopDefault(_babelRuntimeHelpersExtends);\n var _babelRuntimeHelpersObjectWithoutPropertiesLoose = require(_dependencyMap[1], \"@babel/runtime/helpers/objectWithoutPropertiesLoose\");\n var _objectWithoutPropertiesLoose = _interopDefault(_babelRuntimeHelpersObjectWithoutPropertiesLoose);\n var _react = require(_dependencyMap[2], \"react\");\n var React = _interopNamespace(_react);\n var _Image = require(_dependencyMap[3], \"../Image\");\n var Image = _interopDefault(_Image);\n var _StyleSheet = require(_dependencyMap[4], \"../StyleSheet\");\n var StyleSheet = _interopDefault(_StyleSheet);\n var _View = require(_dependencyMap[5], \"../View\");\n var View = _interopDefault(_View);\n var _excluded = [\"children\", \"style\", \"imageStyle\", \"imageRef\"];\n /**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var emptyObject = {};\n\n /**\n * Very simple drop-in replacement for <Image> which supports nesting views.\n */\n var ImageBackground = /*#__PURE__*/(0, _react.forwardRef)((props, forwardedRef) => {\n var children = props.children,\n _props$style = props.style,\n style = _props$style === void 0 ? emptyObject : _props$style,\n imageStyle = props.imageStyle,\n imageRef = props.imageRef,\n rest = (0, _objectWithoutPropertiesLoose.default)(props, _excluded);\n var _StyleSheet$flatten = StyleSheet.default.flatten(style),\n height = _StyleSheet$flatten.height,\n width = _StyleSheet$flatten.width;\n return /*#__PURE__*/React.createElement(View.default, {\n ref: forwardedRef,\n style: style\n }, /*#__PURE__*/React.createElement(Image.default, (0, _extends.default)({}, rest, {\n ref: imageRef,\n style: [{\n // Temporary Workaround:\n // Current (imperfect yet) implementation of <Image> overwrites width and height styles\n // (which is not quite correct), and these styles conflict with explicitly set styles\n // of <ImageBackground> and with our internal layout model here.\n // So, we have to proxy/reapply these styles explicitly for actual <Image> component.\n // This workaround should be removed after implementing proper support of\n // intrinsic content size of the <Image>.\n width,\n height,\n zIndex: -1\n }, StyleSheet.default.absoluteFill, imageStyle]\n })), children);\n });\n ImageBackground.displayName = 'ImageBackground';\n var _default = ImageBackground;\n});","lineCount":91,"map":[[27,2,53,0,"Object"],[27,8,53,0],[27,9,53,0,"defineProperty"],[27,23,53,0],[27,24,53,0,"exports"],[27,31,53,0],[28,4,53,0,"enumerable"],[28,14,53,0],[29,4,53,0,"get"],[29,7,53,0],[29,18,53,0,"get"],[29,19,53,0],[30,6,53,0],[30,13,53,0,"_default"],[30,21,53,0],[31,4,53,0],[32,2,53,0],[33,2,1,0],[33,6,1,0,"_babelRuntimeHelpersExtends"],[33,33,1,0],[33,36,1,0,"require"],[33,43,1,0],[33,44,1,0,"_dependencyMap"],[33,58,1,0],[34,2,1,0],[34,6,1,0,"_extends"],[34,14,1,0],[34,17,1,0,"_interopDefault"],[34,32,1,0],[34,33,1,0,"_babelRuntimeHelpersExtends"],[34,60,1,0],[35,2,2,0],[35,6,2,0,"_babelRuntimeHelpersObjectWithoutPropertiesLoose"],[35,54,2,0],[35,57,2,0,"require"],[35,64,2,0],[35,65,2,0,"_dependencyMap"],[35,79,2,0],[36,2,2,0],[36,6,2,0,"_objectWithoutPropertiesLoose"],[36,35,2,0],[36,38,2,0,"_interopDefault"],[36,53,2,0],[36,54,2,0,"_babelRuntimeHelpersObjectWithoutPropertiesLoose"],[36,102,2,0],[37,2,13,0],[37,6,13,0,"_react"],[37,12,13,0],[37,15,13,0,"require"],[37,22,13,0],[37,23,13,0,"_dependencyMap"],[37,37,13,0],[38,2,13,0],[38,6,13,0,"React"],[38,11,13,0],[38,14,13,0,"_interopNamespace"],[38,31,13,0],[38,32,13,0,"_react"],[38,38,13,0],[39,2,15,0],[39,6,15,0,"_Image"],[39,12,15,0],[39,15,15,0,"require"],[39,22,15,0],[39,23,15,0,"_dependencyMap"],[39,37,15,0],[40,2,15,0],[40,6,15,0,"Image"],[40,11,15,0],[40,14,15,0,"_interopDefault"],[40,29,15,0],[40,30,15,0,"_Image"],[40,36,15,0],[41,2,16,0],[41,6,16,0,"_StyleSheet"],[41,17,16,0],[41,20,16,0,"require"],[41,27,16,0],[41,28,16,0,"_dependencyMap"],[41,42,16,0],[42,2,16,0],[42,6,16,0,"StyleSheet"],[42,16,16,0],[42,19,16,0,"_interopDefault"],[42,34,16,0],[42,35,16,0,"_StyleSheet"],[42,46,16,0],[43,2,17,0],[43,6,17,0,"_View"],[43,11,17,0],[43,14,17,0,"require"],[43,21,17,0],[43,22,17,0,"_dependencyMap"],[43,36,17,0],[44,2,17,0],[44,6,17,0,"View"],[44,10,17,0],[44,13,17,0,"_interopDefault"],[44,28,17,0],[44,29,17,0,"_View"],[44,34,17,0],[45,2,3,0],[45,6,3,4,"_excluded"],[45,15,3,13],[45,18,3,16],[45,19,3,17],[45,29,3,27],[45,31,3,29],[45,38,3,36],[45,40,3,38],[45,52,3,50],[45,54,3,52],[45,64,3,62],[45,65,3,63],[46,2,4,0],[47,0,5,0],[48,0,6,0],[49,0,7,0],[50,0,8,0],[51,0,9,0],[52,0,10,0],[53,0,11,0],[55,2,18,0],[55,6,18,4,"emptyObject"],[55,17,18,15],[55,20,18,18],[55,21,18,19],[55,22,18,20],[57,2,20,0],[58,0,21,0],[59,0,22,0],[60,2,23,0],[60,6,23,4,"ImageBackground"],[60,21,23,19],[60,24,23,22],[60,37,23,35],[60,41,23,35,"forwardRef"],[60,47,23,45],[60,48,23,45,"forwardRef"],[60,58,23,45],[60,60,23,46],[60,61,23,47,"props"],[60,66,23,52],[60,68,23,54,"forwardedRef"],[60,80,23,66],[60,85,23,71],[61,4,24,2],[61,8,24,6,"children"],[61,16,24,14],[61,19,24,17,"props"],[61,24,24,22],[61,25,24,23,"children"],[61,33,24,31],[62,6,25,4,"_props$style"],[62,18,25,16],[62,21,25,19,"props"],[62,26,25,24],[62,27,25,25,"style"],[62,32,25,30],[63,6,26,4,"style"],[63,11,26,9],[63,14,26,12,"_props$style"],[63,26,26,24],[63,31,26,29],[63,36,26,34],[63,37,26,35],[63,40,26,38,"emptyObject"],[63,51,26,49],[63,54,26,52,"_props$style"],[63,66,26,64],[64,6,27,4,"imageStyle"],[64,16,27,14],[64,19,27,17,"props"],[64,24,27,22],[64,25,27,23,"imageStyle"],[64,35,27,33],[65,6,28,4,"imageRef"],[65,14,28,12],[65,17,28,15,"props"],[65,22,28,20],[65,23,28,21,"imageRef"],[65,31,28,29],[66,6,29,4,"rest"],[66,10,29,8],[66,13,29,11],[66,17,29,11,"_objectWithoutPropertiesLoose"],[66,46,29,40],[66,47,29,40,"default"],[66,54,29,40],[66,56,29,41,"props"],[66,61,29,46],[66,63,29,48,"_excluded"],[66,72,29,57],[66,73,29,58],[67,4,30,2],[67,8,30,6,"_StyleSheet$flatten"],[67,27,30,25],[67,30,30,28,"StyleSheet"],[67,40,30,38],[67,41,30,38,"default"],[67,48,30,38],[67,49,30,39,"flatten"],[67,56,30,46],[67,57,30,47,"style"],[67,62,30,52],[67,63,30,53],[68,6,31,4,"height"],[68,12,31,10],[68,15,31,13,"_StyleSheet$flatten"],[68,34,31,32],[68,35,31,33,"height"],[68,41,31,39],[69,6,32,4,"width"],[69,11,32,9],[69,14,32,12,"_StyleSheet$flatten"],[69,33,32,31],[69,34,32,32,"width"],[69,39,32,37],[70,4,33,2],[70,11,33,9],[70,24,33,22,"React"],[70,29,33,27],[70,30,33,28,"createElement"],[70,43,33,41],[70,44,33,42,"View"],[70,48,33,46],[70,49,33,46,"default"],[70,56,33,46],[70,58,33,48],[71,6,34,4,"ref"],[71,9,34,7],[71,11,34,9,"forwardedRef"],[71,23,34,21],[72,6,35,4,"style"],[72,11,35,9],[72,13,35,11,"style"],[73,4,36,2],[73,5,36,3],[73,7,36,5],[73,20,36,18,"React"],[73,25,36,23],[73,26,36,24,"createElement"],[73,39,36,37],[73,40,36,38,"Image"],[73,45,36,43],[73,46,36,43,"default"],[73,53,36,43],[73,55,36,45],[73,59,36,45,"_extends"],[73,67,36,53],[73,68,36,53,"default"],[73,75,36,53],[73,77,36,54],[73,78,36,55],[73,79,36,56],[73,81,36,58,"rest"],[73,85,36,62],[73,87,36,64],[74,6,37,4,"ref"],[74,9,37,7],[74,11,37,9,"imageRef"],[74,19,37,17],[75,6,38,4,"style"],[75,11,38,9],[75,13,38,11],[75,14,38,12],[76,8,39,6],[77,8,40,6],[78,8,41,6],[79,8,42,6],[80,8,43,6],[81,8,44,6],[82,8,45,6],[83,8,46,6,"width"],[83,13,46,11],[84,8,47,6,"height"],[84,14,47,12],[85,8,48,6,"zIndex"],[85,14,48,12],[85,16,48,14],[85,17,48,15],[86,6,49,4],[86,7,49,5],[86,9,49,7,"StyleSheet"],[86,19,49,17],[86,20,49,17,"default"],[86,27,49,17],[86,28,49,18,"absoluteFill"],[86,40,49,30],[86,42,49,32,"imageStyle"],[86,52,49,42],[87,4,50,2],[87,5,50,3],[87,6,50,4],[87,7,50,5],[87,9,50,7,"children"],[87,17,50,15],[87,18,50,16],[88,2,51,0],[88,3,51,1],[88,4,51,2],[89,2,52,0,"ImageBackground"],[89,17,52,15],[89,18,52,16,"displayName"],[89,29,52,27],[89,32,52,30],[89,49,52,47],[90,2,53,0],[90,6,53,0,"_default"],[90,14,53,0],[90,17,53,15,"ImageBackground"],[90,32,53,30],[91,0,53,31],[91,3]],"functionMap":{"names":["<global>","forwardRef$argument_0"],"mappings":"AAA;8CCsB;CD4B"},"hasCjsExports":false},"type":"js/module"}]} |