mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 12:21:01 +00:00
1 line
10 KiB
Plaintext
1 line
10 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/objectWithoutProperties","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"fnQVLibs90KHiJ7y48fLgPWzDS0=","exportNames":["*"],"imports":1}},{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":61,"index":61}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":62},"end":{"line":2,"column":31,"index":93}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":94},"end":{"line":3,"column":48,"index":142}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _excluded = [\"colors\", \"locations\", \"startPoint\", \"endPoint\", \"children\", \"style\", \"dither\"];\n var _jsxFileName = \"/app/frontend/node_modules/expo-linear-gradient/build/NativeLinearGradient.android.js\";\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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return NativeLinearGradient;\n }\n });\n var _babelRuntimeHelpersObjectWithoutProperties = require(_dependencyMap[0], \"@babel/runtime/helpers/objectWithoutProperties\");\n var _objectWithoutProperties = _interopDefault(_babelRuntimeHelpersObjectWithoutProperties);\n var _expoModulesCore = require(_dependencyMap[1], \"expo-modules-core\");\n require(_dependencyMap[2], \"react\");\n var _reactNative = require(_dependencyMap[3], \"react-native\");\n var _reactJsxDevRuntime = require(_dependencyMap[4], \"react/jsx-dev-runtime\");\n function NativeLinearGradient(_ref) {\n var colors = _ref.colors,\n locations = _ref.locations,\n startPoint = _ref.startPoint,\n endPoint = _ref.endPoint,\n children = _ref.children,\n style = _ref.style,\n dither = _ref.dither,\n props = (0, _objectWithoutProperties.default)(_ref, _excluded);\n // TODO: revisit whether we need to inherit the container's borderRadius since this issue has\n // been resolved: https://github.com/facebook/react-native/issues/3198\n var flatStyle = _reactNative.StyleSheet.flatten(style) ?? {};\n var borderRadius = flatStyle.borderRadius ?? 0;\n // This is the format from:\n // https://developer.android.com/reference/android/graphics/Path.html#addRoundRect(android.graphics.RectF,%20float[],%20android.graphics.Path.Direction)\n var borderRadiiPerCorner = [flatStyle.borderTopLeftRadius ?? borderRadius, flatStyle.borderTopLeftRadius ?? borderRadius, flatStyle.borderTopRightRadius ?? borderRadius, flatStyle.borderTopRightRadius ?? borderRadius, flatStyle.borderBottomRightRadius ?? borderRadius, flatStyle.borderBottomRightRadius ?? borderRadius, flatStyle.borderBottomLeftRadius ?? borderRadius, flatStyle.borderBottomLeftRadius ?? borderRadius];\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_reactNative.View, {\n ...props,\n style: style,\n children: [/*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(BaseNativeLinearGradient, {\n style: _reactNative.StyleSheet.absoluteFill,\n colors: colors,\n startPoint: startPoint,\n endPoint: endPoint,\n locations: locations,\n borderRadii: borderRadiiPerCorner,\n dither: dither\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 7\n }, this), children]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 21,\n columnNumber: 13\n }, this);\n }\n var BaseNativeLinearGradient = (0, _expoModulesCore.requireNativeViewManager)('ExpoLinearGradient');\n});","lineCount":65,"map":[[14,2,4,15,"Object"],[14,8,4,15],[14,9,4,15,"defineProperty"],[14,23,4,15],[14,24,4,15,"exports"],[14,31,4,15],[15,4,4,15,"enumerable"],[15,14,4,15],[16,4,4,15,"get"],[16,7,4,15],[16,18,4,15,"get"],[16,19,4,15],[17,6,4,15],[17,13,4,15,"NativeLinearGradient"],[17,33,4,15],[18,4,4,15],[19,2,4,15],[20,2,25,1],[20,6,25,1,"_babelRuntimeHelpersObjectWithoutProperties"],[20,49,25,1],[20,52,25,1,"require"],[20,59,25,1],[20,60,25,1,"_dependencyMap"],[20,74,25,1],[21,2,25,1],[21,6,25,1,"_objectWithoutProperties"],[21,30,25,1],[21,33,25,1,"_interopDefault"],[21,48,25,1],[21,49,25,1,"_babelRuntimeHelpersObjectWithoutProperties"],[21,92,25,1],[22,2,1,0],[22,6,1,0,"_expoModulesCore"],[22,22,1,0],[22,25,1,0,"require"],[22,32,1,0],[22,33,1,0,"_dependencyMap"],[22,47,1,0],[23,2,2,0,"require"],[23,9,2,0],[23,10,2,0,"_dependencyMap"],[23,24,2,0],[24,2,3,0],[24,6,3,0,"_reactNative"],[24,18,3,0],[24,21,3,0,"require"],[24,28,3,0],[24,29,3,0,"_dependencyMap"],[24,43,3,0],[25,2,3,48],[25,6,3,48,"_reactJsxDevRuntime"],[25,25,3,48],[25,28,3,48,"require"],[25,35,3,48],[25,36,3,48,"_dependencyMap"],[25,50,3,48],[26,2,4,15],[26,11,4,24,"NativeLinearGradient"],[26,31,4,44,"NativeLinearGradient"],[26,32,4,44,"_ref"],[26,36,4,44],[26,38,4,125],[27,4,4,125],[27,8,4,47,"colors"],[27,14,4,53],[27,17,4,53,"_ref"],[27,21,4,53],[27,22,4,47,"colors"],[27,28,4,53],[28,6,4,55,"locations"],[28,15,4,64],[28,18,4,64,"_ref"],[28,22,4,64],[28,23,4,55,"locations"],[28,32,4,64],[29,6,4,66,"startPoint"],[29,16,4,76],[29,19,4,76,"_ref"],[29,23,4,76],[29,24,4,66,"startPoint"],[29,34,4,76],[30,6,4,78,"endPoint"],[30,14,4,86],[30,17,4,86,"_ref"],[30,21,4,86],[30,22,4,78,"endPoint"],[30,30,4,86],[31,6,4,88,"children"],[31,14,4,96],[31,17,4,96,"_ref"],[31,21,4,96],[31,22,4,88,"children"],[31,30,4,96],[32,6,4,98,"style"],[32,11,4,103],[32,14,4,103,"_ref"],[32,18,4,103],[32,19,4,98,"style"],[32,24,4,103],[33,6,4,105,"dither"],[33,12,4,111],[33,15,4,111,"_ref"],[33,19,4,111],[33,20,4,105,"dither"],[33,26,4,111],[34,6,4,116,"props"],[34,11,4,121],[34,18,4,121,"_objectWithoutProperties"],[34,42,4,121],[34,43,4,121,"default"],[34,50,4,121],[34,52,4,121,"_ref"],[34,56,4,121],[34,58,4,121,"_excluded"],[34,67,4,121],[35,4,5,4],[36,4,6,4],[37,4,7,4],[37,8,7,10,"flatStyle"],[37,17,7,19],[37,20,7,22,"StyleSheet"],[37,32,7,32],[37,33,7,32,"StyleSheet"],[37,43,7,32],[37,44,7,33,"flatten"],[37,51,7,40],[37,52,7,41,"style"],[37,57,7,46],[37,58,7,47],[37,62,7,51],[37,63,7,52],[37,64,7,53],[38,4,8,4],[38,8,8,10,"borderRadius"],[38,20,8,22],[38,23,8,25,"flatStyle"],[38,32,8,34],[38,33,8,35,"borderRadius"],[38,45,8,47],[38,49,8,51],[38,50,8,52],[39,4,9,4],[40,4,10,4],[41,4,11,4],[41,8,11,10,"borderRadiiPerCorner"],[41,28,11,30],[41,31,11,33],[41,32,12,8,"flatStyle"],[41,41,12,17],[41,42,12,18,"borderTopLeftRadius"],[41,61,12,37],[41,65,12,41,"borderRadius"],[41,77,12,53],[41,79,13,8,"flatStyle"],[41,88,13,17],[41,89,13,18,"borderTopLeftRadius"],[41,108,13,37],[41,112,13,41,"borderRadius"],[41,124,13,53],[41,126,14,8,"flatStyle"],[41,135,14,17],[41,136,14,18,"borderTopRightRadius"],[41,156,14,38],[41,160,14,42,"borderRadius"],[41,172,14,54],[41,174,15,8,"flatStyle"],[41,183,15,17],[41,184,15,18,"borderTopRightRadius"],[41,204,15,38],[41,208,15,42,"borderRadius"],[41,220,15,54],[41,222,16,8,"flatStyle"],[41,231,16,17],[41,232,16,18,"borderBottomRightRadius"],[41,255,16,41],[41,259,16,45,"borderRadius"],[41,271,16,57],[41,273,17,8,"flatStyle"],[41,282,17,17],[41,283,17,18,"borderBottomRightRadius"],[41,306,17,41],[41,310,17,45,"borderRadius"],[41,322,17,57],[41,324,18,8,"flatStyle"],[41,333,18,17],[41,334,18,18,"borderBottomLeftRadius"],[41,356,18,40],[41,360,18,44,"borderRadius"],[41,372,18,56],[41,374,19,8,"flatStyle"],[41,383,19,17],[41,384,19,18,"borderBottomLeftRadius"],[41,406,19,40],[41,410,19,44,"borderRadius"],[41,422,19,56],[41,423,20,5],[42,4,21,4],[42,24,21,12],[42,28,21,12,"_reactJsxDevRuntime"],[42,47,21,12],[42,48,21,12,"jsxDEV"],[42,54,21,12],[42,56,21,13,"_reactNative"],[42,68,21,17],[42,69,21,17,"View"],[42,73,21,17],[43,6,21,17],[43,9,21,22,"props"],[43,14,21,27],[44,6,21,29,"style"],[44,11,21,34],[44,13,21,36,"style"],[44,18,21,42],[45,6,21,42,"children"],[45,14,21,42],[45,30,22,6],[45,34,22,6,"_reactJsxDevRuntime"],[45,53,22,6],[45,54,22,6,"jsxDEV"],[45,60,22,6],[45,62,22,7,"BaseNativeLinearGradient"],[45,86,22,31],[46,8,22,32,"style"],[46,13,22,37],[46,15,22,39,"StyleSheet"],[46,27,22,49],[46,28,22,49,"StyleSheet"],[46,38,22,49],[46,39,22,50,"absoluteFill"],[46,51,22,63],[47,8,22,64,"colors"],[47,14,22,70],[47,16,22,72,"colors"],[47,22,22,79],[48,8,22,80,"startPoint"],[48,18,22,90],[48,20,22,92,"startPoint"],[48,30,22,103],[49,8,22,104,"endPoint"],[49,16,22,112],[49,18,22,114,"endPoint"],[49,26,22,123],[50,8,22,124,"locations"],[50,17,22,133],[50,19,22,135,"locations"],[50,28,22,145],[51,8,22,146,"borderRadii"],[51,19,22,157],[51,21,22,159,"borderRadiiPerCorner"],[51,41,22,180],[52,8,22,181,"dither"],[52,14,22,187],[52,16,22,189,"dither"],[53,6,22,196],[54,8,22,196,"fileName"],[54,16,22,196],[54,18,22,196,"_jsxFileName"],[54,30,22,196],[55,8,22,196,"lineNumber"],[55,18,22,196],[56,8,22,196,"columnNumber"],[56,20,22,196],[57,6,22,196],[57,13,22,197],[57,14,22,198],[57,16,23,7,"children"],[57,24,23,15],[58,4,23,15],[59,6,23,15,"fileName"],[59,14,23,15],[59,16,23,15,"_jsxFileName"],[59,28,23,15],[60,6,23,15,"lineNumber"],[60,16,23,15],[61,6,23,15,"columnNumber"],[61,18,23,15],[62,4,23,15],[62,11,24,10],[62,12,24,11],[63,2,25,0],[64,2,26,0],[64,6,26,6,"BaseNativeLinearGradient"],[64,30,26,30],[64,33,26,33],[64,37,26,33,"requireNativeViewManager"],[64,53,26,57],[64,54,26,57,"requireNativeViewManager"],[64,78,26,57],[64,80,26,58],[64,100,26,78],[64,101,26,79],[65,0,26,80],[65,3]],"functionMap":{"names":["<global>","NativeLinearGradient"],"mappings":"AAA;eCG;CDqB"},"hasCjsExports":false},"type":"js/module"}]} |