Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/35/e11de6a6985b1aa3273893d68cf1026f2364c668321a47b424eb11ab3543f19cf0a676
T
2025-10-24 02:46:09 +00:00

1 line
13 KiB
Plaintext

{"dependencies":[{"name":"@react-navigation/elements","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":51,"index":66}}],"key":"LmqW7jh+SpCzQZMkzh+Awcuawt0=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":67},"end":{"line":4,"column":26,"index":93}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/StyleSheet","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"MK7+k1V+KnvCVW7Kj2k/ydtjmVU=","exportNames":["*"],"imports":1}},{"name":"react-native-web/dist/exports/View","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"4kYBDC6LJJXoH7P9rWDi3vkLVB0=","exportNames":["*"],"imports":1}},{"name":"react/jsx-runtime","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":143},"end":{"line":6,"column":63,"index":206}}],"key":"rKAWVuQOSSDHxC6IWcmkeWszaWg=","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 exports.TabBarIcon = TabBarIcon;\n var _reactNavigationElements = require(_dependencyMap[0], \"@react-navigation/elements\");\n require(_dependencyMap[1], \"react\");\n var _reactNativeWebDistExportsStyleSheet = require(_dependencyMap[2], \"react-native-web/dist/exports/StyleSheet\");\n var StyleSheet = _interopDefault(_reactNativeWebDistExportsStyleSheet);\n var _reactNativeWebDistExportsView = require(_dependencyMap[3], \"react-native-web/dist/exports/View\");\n var View = _interopDefault(_reactNativeWebDistExportsView);\n var _reactJsxRuntime = require(_dependencyMap[4], \"react/jsx-runtime\");\n /**\n * Icon sizes taken from Apple HIG\n * https://developer.apple.com/design/human-interface-guidelines/tab-bars\n */\n const ICON_SIZE_WIDE = 31;\n const ICON_SIZE_WIDE_COMPACT = 23;\n const ICON_SIZE_TALL = 28;\n const ICON_SIZE_TALL_COMPACT = 20;\n const ICON_SIZE_ROUND = 25;\n const ICON_SIZE_ROUND_COMPACT = 18;\n const ICON_SIZE_MATERIAL = 24;\n function TabBarIcon({\n route: _,\n variant,\n size,\n badge,\n badgeStyle,\n activeOpacity,\n inactiveOpacity,\n activeTintColor,\n inactiveTintColor,\n renderIcon,\n allowFontScaling,\n style\n }) {\n const iconSize = variant === 'material' ? ICON_SIZE_MATERIAL : size === 'compact' ? ICON_SIZE_ROUND_COMPACT : ICON_SIZE_ROUND;\n\n // We render the icon twice at the same position on top of each other:\n // active and inactive one, so we can fade between them.\n return /*#__PURE__*/(0, _reactJsxRuntime.jsxs)(View.default, {\n style: [variant === 'material' ? styles.wrapperMaterial : size === 'compact' ? styles.wrapperUikitCompact : styles.wrapperUikit, style],\n children: [/*#__PURE__*/(0, _reactJsxRuntime.jsx)(View.default, {\n style: [styles.icon, {\n opacity: activeOpacity,\n // Workaround for react-native >= 0.54 layout bug\n minWidth: iconSize\n }],\n children: renderIcon({\n focused: true,\n size: iconSize,\n color: activeTintColor\n })\n }), /*#__PURE__*/(0, _reactJsxRuntime.jsx)(View.default, {\n style: [styles.icon, {\n opacity: inactiveOpacity\n }],\n children: renderIcon({\n focused: false,\n size: iconSize,\n color: inactiveTintColor\n })\n }), /*#__PURE__*/(0, _reactJsxRuntime.jsx)(_reactNavigationElements.Badge, {\n visible: badge != null,\n size: iconSize * 0.75,\n allowFontScaling: allowFontScaling,\n style: [styles.badge, badgeStyle],\n children: badge\n })]\n });\n }\n const styles = StyleSheet.default.create({\n icon: {\n // We render the icon twice at the same position on top of each other:\n // active and inactive one, so we can fade between them:\n // Cover the whole iconContainer:\n position: 'absolute',\n alignSelf: 'center',\n alignItems: 'center',\n justifyContent: 'center',\n height: '100%',\n width: '100%'\n },\n wrapperUikit: {\n width: ICON_SIZE_WIDE,\n height: ICON_SIZE_TALL\n },\n wrapperUikitCompact: {\n width: ICON_SIZE_WIDE_COMPACT,\n height: ICON_SIZE_TALL_COMPACT\n },\n wrapperMaterial: {\n width: ICON_SIZE_MATERIAL,\n height: ICON_SIZE_MATERIAL\n },\n badge: {\n position: 'absolute',\n end: -3,\n top: -3\n }\n });\n});","lineCount":110,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,1,13],[7,11,1,13,"_interopDefault"],[7,27,1,13,"e"],[7,28,1,13],[8,4,1,13],[8,11,1,13,"e"],[8,12,1,13],[8,16,1,13,"e"],[8,17,1,13],[8,18,1,13,"__esModule"],[8,28,1,13],[8,31,1,13,"e"],[8,32,1,13],[9,6,1,13,"default"],[9,13,1,13],[9,15,1,13,"e"],[10,4,1,13],[11,2,1,13],[12,2,18,0,"exports"],[12,9,18,0],[12,10,18,0,"TabBarIcon"],[12,20,18,0],[12,23,18,0,"TabBarIcon"],[12,33,18,0],[13,2,3,0],[13,6,3,0,"_reactNavigationElements"],[13,30,3,0],[13,33,3,0,"require"],[13,40,3,0],[13,41,3,0,"_dependencyMap"],[13,55,3,0],[14,2,4,0,"require"],[14,9,4,0],[14,10,4,0,"_dependencyMap"],[14,24,4,0],[15,2,4,26],[15,6,4,26,"_reactNativeWebDistExportsStyleSheet"],[15,42,4,26],[15,45,4,26,"require"],[15,52,4,26],[15,53,4,26,"_dependencyMap"],[15,67,4,26],[16,2,4,26],[16,6,4,26,"StyleSheet"],[16,16,4,26],[16,19,4,26,"_interopDefault"],[16,34,4,26],[16,35,4,26,"_reactNativeWebDistExportsStyleSheet"],[16,71,4,26],[17,2,4,26],[17,6,4,26,"_reactNativeWebDistExportsView"],[17,36,4,26],[17,39,4,26,"require"],[17,46,4,26],[17,47,4,26,"_dependencyMap"],[17,61,4,26],[18,2,4,26],[18,6,4,26,"View"],[18,10,4,26],[18,13,4,26,"_interopDefault"],[18,28,4,26],[18,29,4,26,"_reactNativeWebDistExportsView"],[18,59,4,26],[19,2,6,0],[19,6,6,0,"_reactJsxRuntime"],[19,22,6,0],[19,25,6,0,"require"],[19,32,6,0],[19,33,6,0,"_dependencyMap"],[19,47,6,0],[20,2,7,0],[21,0,8,0],[22,0,9,0],[23,0,10,0],[24,2,11,0],[24,8,11,6,"ICON_SIZE_WIDE"],[24,22,11,20],[24,25,11,23],[24,27,11,25],[25,2,12,0],[25,8,12,6,"ICON_SIZE_WIDE_COMPACT"],[25,30,12,28],[25,33,12,31],[25,35,12,33],[26,2,13,0],[26,8,13,6,"ICON_SIZE_TALL"],[26,22,13,20],[26,25,13,23],[26,27,13,25],[27,2,14,0],[27,8,14,6,"ICON_SIZE_TALL_COMPACT"],[27,30,14,28],[27,33,14,31],[27,35,14,33],[28,2,15,0],[28,8,15,6,"ICON_SIZE_ROUND"],[28,23,15,21],[28,26,15,24],[28,28,15,26],[29,2,16,0],[29,8,16,6,"ICON_SIZE_ROUND_COMPACT"],[29,31,16,29],[29,34,16,32],[29,36,16,34],[30,2,17,0],[30,8,17,6,"ICON_SIZE_MATERIAL"],[30,26,17,24],[30,29,17,27],[30,31,17,29],[31,2,18,7],[31,11,18,16,"TabBarIcon"],[31,21,18,26,"TabBarIcon"],[31,22,18,27],[32,4,19,2,"route"],[32,9,19,7],[32,11,19,9,"_"],[32,12,19,10],[33,4,20,2,"variant"],[33,11,20,9],[34,4,21,2,"size"],[34,8,21,6],[35,4,22,2,"badge"],[35,9,22,7],[36,4,23,2,"badgeStyle"],[36,14,23,12],[37,4,24,2,"activeOpacity"],[37,17,24,15],[38,4,25,2,"inactiveOpacity"],[38,19,25,17],[39,4,26,2,"activeTintColor"],[39,19,26,17],[40,4,27,2,"inactiveTintColor"],[40,21,27,19],[41,4,28,2,"renderIcon"],[41,14,28,12],[42,4,29,2,"allowFontScaling"],[42,20,29,18],[43,4,30,2,"style"],[44,2,31,0],[44,3,31,1],[44,5,31,3],[45,4,32,2],[45,10,32,8,"iconSize"],[45,18,32,16],[45,21,32,19,"variant"],[45,28,32,26],[45,33,32,31],[45,43,32,41],[45,46,32,44,"ICON_SIZE_MATERIAL"],[45,64,32,62],[45,67,32,65,"size"],[45,71,32,69],[45,76,32,74],[45,85,32,83],[45,88,32,86,"ICON_SIZE_ROUND_COMPACT"],[45,111,32,109],[45,114,32,112,"ICON_SIZE_ROUND"],[45,129,32,127],[47,4,34,2],[48,4,35,2],[49,4,36,2],[49,11,36,9],[49,24,36,22],[49,28,36,22,"_jsxs"],[49,44,36,27],[49,45,36,27,"jsxs"],[49,49,36,27],[49,51,36,28,"View"],[49,55,36,32],[49,56,36,32,"default"],[49,63,36,32],[49,65,36,34],[50,6,37,4,"style"],[50,11,37,9],[50,13,37,11],[50,14,37,12,"variant"],[50,21,37,19],[50,26,37,24],[50,36,37,34],[50,39,37,37,"styles"],[50,45,37,43],[50,46,37,44,"wrapperMaterial"],[50,61,37,59],[50,64,37,62,"size"],[50,68,37,66],[50,73,37,71],[50,82,37,80],[50,85,37,83,"styles"],[50,91,37,89],[50,92,37,90,"wrapperUikitCompact"],[50,111,37,109],[50,114,37,112,"styles"],[50,120,37,118],[50,121,37,119,"wrapperUikit"],[50,133,37,131],[50,135,37,133,"style"],[50,140,37,138],[50,141,37,139],[51,6,38,4,"children"],[51,14,38,12],[51,16,38,14],[51,17,38,15],[51,30,38,28],[51,34,38,28,"_jsx"],[51,50,38,32],[51,51,38,32,"jsx"],[51,54,38,32],[51,56,38,33,"View"],[51,60,38,37],[51,61,38,37,"default"],[51,68,38,37],[51,70,38,39],[52,8,39,6,"style"],[52,13,39,11],[52,15,39,13],[52,16,39,14,"styles"],[52,22,39,20],[52,23,39,21,"icon"],[52,27,39,25],[52,29,39,27],[53,10,40,8,"opacity"],[53,17,40,15],[53,19,40,17,"activeOpacity"],[53,32,40,30],[54,10,41,8],[55,10,42,8,"minWidth"],[55,18,42,16],[55,20,42,18,"iconSize"],[56,8,43,6],[56,9,43,7],[56,10,43,8],[57,8,44,6,"children"],[57,16,44,14],[57,18,44,16,"renderIcon"],[57,28,44,26],[57,29,44,27],[58,10,45,8,"focused"],[58,17,45,15],[58,19,45,17],[58,23,45,21],[59,10,46,8,"size"],[59,14,46,12],[59,16,46,14,"iconSize"],[59,24,46,22],[60,10,47,8,"color"],[60,15,47,13],[60,17,47,15,"activeTintColor"],[61,8,48,6],[61,9,48,7],[62,6,49,4],[62,7,49,5],[62,8,49,6],[62,10,49,8],[62,23,49,21],[62,27,49,21,"_jsx"],[62,43,49,25],[62,44,49,25,"jsx"],[62,47,49,25],[62,49,49,26,"View"],[62,53,49,30],[62,54,49,30,"default"],[62,61,49,30],[62,63,49,32],[63,8,50,6,"style"],[63,13,50,11],[63,15,50,13],[63,16,50,14,"styles"],[63,22,50,20],[63,23,50,21,"icon"],[63,27,50,25],[63,29,50,27],[64,10,51,8,"opacity"],[64,17,51,15],[64,19,51,17,"inactiveOpacity"],[65,8,52,6],[65,9,52,7],[65,10,52,8],[66,8,53,6,"children"],[66,16,53,14],[66,18,53,16,"renderIcon"],[66,28,53,26],[66,29,53,27],[67,10,54,8,"focused"],[67,17,54,15],[67,19,54,17],[67,24,54,22],[68,10,55,8,"size"],[68,14,55,12],[68,16,55,14,"iconSize"],[68,24,55,22],[69,10,56,8,"color"],[69,15,56,13],[69,17,56,15,"inactiveTintColor"],[70,8,57,6],[70,9,57,7],[71,6,58,4],[71,7,58,5],[71,8,58,6],[71,10,58,8],[71,23,58,21],[71,27,58,21,"_jsx"],[71,43,58,25],[71,44,58,25,"jsx"],[71,47,58,25],[71,49,58,26,"Badge"],[71,73,58,31],[71,74,58,31,"Badge"],[71,79,58,31],[71,81,58,33],[72,8,59,6,"visible"],[72,15,59,13],[72,17,59,15,"badge"],[72,22,59,20],[72,26,59,24],[72,30,59,28],[73,8,60,6,"size"],[73,12,60,10],[73,14,60,12,"iconSize"],[73,22,60,20],[73,25,60,23],[73,29,60,27],[74,8,61,6,"allowFontScaling"],[74,24,61,22],[74,26,61,24,"allowFontScaling"],[74,42,61,40],[75,8,62,6,"style"],[75,13,62,11],[75,15,62,13],[75,16,62,14,"styles"],[75,22,62,20],[75,23,62,21,"badge"],[75,28,62,26],[75,30,62,28,"badgeStyle"],[75,40,62,38],[75,41,62,39],[76,8,63,6,"children"],[76,16,63,14],[76,18,63,16,"badge"],[77,6,64,4],[77,7,64,5],[77,8,64,6],[78,4,65,2],[78,5,65,3],[78,6,65,4],[79,2,66,0],[80,2,67,0],[80,8,67,6,"styles"],[80,14,67,12],[80,17,67,15,"StyleSheet"],[80,27,67,25],[80,28,67,25,"default"],[80,35,67,25],[80,36,67,26,"create"],[80,42,67,32],[80,43,67,33],[81,4,68,2,"icon"],[81,8,68,6],[81,10,68,8],[82,6,69,4],[83,6,70,4],[84,6,71,4],[85,6,72,4,"position"],[85,14,72,12],[85,16,72,14],[85,26,72,24],[86,6,73,4,"alignSelf"],[86,15,73,13],[86,17,73,15],[86,25,73,23],[87,6,74,4,"alignItems"],[87,16,74,14],[87,18,74,16],[87,26,74,24],[88,6,75,4,"justifyContent"],[88,20,75,18],[88,22,75,20],[88,30,75,28],[89,6,76,4,"height"],[89,12,76,10],[89,14,76,12],[89,20,76,18],[90,6,77,4,"width"],[90,11,77,9],[90,13,77,11],[91,4,78,2],[91,5,78,3],[92,4,79,2,"wrapperUikit"],[92,16,79,14],[92,18,79,16],[93,6,80,4,"width"],[93,11,80,9],[93,13,80,11,"ICON_SIZE_WIDE"],[93,27,80,25],[94,6,81,4,"height"],[94,12,81,10],[94,14,81,12,"ICON_SIZE_TALL"],[95,4,82,2],[95,5,82,3],[96,4,83,2,"wrapperUikitCompact"],[96,23,83,21],[96,25,83,23],[97,6,84,4,"width"],[97,11,84,9],[97,13,84,11,"ICON_SIZE_WIDE_COMPACT"],[97,35,84,33],[98,6,85,4,"height"],[98,12,85,10],[98,14,85,12,"ICON_SIZE_TALL_COMPACT"],[99,4,86,2],[99,5,86,3],[100,4,87,2,"wrapperMaterial"],[100,19,87,17],[100,21,87,19],[101,6,88,4,"width"],[101,11,88,9],[101,13,88,11,"ICON_SIZE_MATERIAL"],[101,31,88,29],[102,6,89,4,"height"],[102,12,89,10],[102,14,89,12,"ICON_SIZE_MATERIAL"],[103,4,90,2],[103,5,90,3],[104,4,91,2,"badge"],[104,9,91,7],[104,11,91,9],[105,6,92,4,"position"],[105,14,92,12],[105,16,92,14],[105,26,92,24],[106,6,93,4,"end"],[106,9,93,7],[106,11,93,9],[106,12,93,10],[106,13,93,11],[107,6,94,4,"top"],[107,9,94,7],[107,11,94,9],[107,12,94,10],[108,4,95,2],[109,2,96,0],[109,3,96,1],[109,4,96,2],[110,0,96,3],[110,3]],"functionMap":{"names":["<global>","TabBarIcon"],"mappings":"AAA;OCiB;CDgD"},"hasCjsExports":false},"type":"js/module"}]}