mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
12 KiB
Plaintext
1 line
12 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","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":94},"end":{"line":5,"column":48,"index":142}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","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 exports.TabBarIcon = TabBarIcon;\n var _reactNavigationElements = require(_dependencyMap[0], \"@react-navigation/elements\");\n require(_dependencyMap[1], \"react\");\n var _reactNative = require(_dependencyMap[2], \"react-native\");\n var _reactJsxRuntime = require(_dependencyMap[3], \"react/jsx-runtime\");\n /**\n * Icon sizes taken from Apple HIG\n * https://developer.apple.com/design/human-interface-guidelines/tab-bars\n */\n var ICON_SIZE_WIDE = 31;\n var ICON_SIZE_WIDE_COMPACT = 23;\n var ICON_SIZE_TALL = 28;\n var ICON_SIZE_TALL_COMPACT = 20;\n var ICON_SIZE_ROUND = 25;\n var ICON_SIZE_ROUND_COMPACT = 18;\n var ICON_SIZE_MATERIAL = 24;\n function TabBarIcon(_ref) {\n var _ = _ref.route,\n variant = _ref.variant,\n size = _ref.size,\n badge = _ref.badge,\n badgeStyle = _ref.badgeStyle,\n activeOpacity = _ref.activeOpacity,\n inactiveOpacity = _ref.inactiveOpacity,\n activeTintColor = _ref.activeTintColor,\n inactiveTintColor = _ref.inactiveTintColor,\n renderIcon = _ref.renderIcon,\n allowFontScaling = _ref.allowFontScaling,\n style = _ref.style;\n var 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)(_reactNative.View, {\n style: [variant === 'material' ? styles.wrapperMaterial : size === 'compact' ? styles.wrapperUikitCompact : styles.wrapperUikit, style],\n children: [/*#__PURE__*/(0, _reactJsxRuntime.jsx)(_reactNative.View, {\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)(_reactNative.View, {\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 var styles = _reactNative.StyleSheet.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":101,"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,18,0,"exports"],[7,9,18,0],[7,10,18,0,"TabBarIcon"],[7,20,18,0],[7,23,18,0,"TabBarIcon"],[7,33,18,0],[8,2,3,0],[8,6,3,0,"_reactNavigationElements"],[8,30,3,0],[8,33,3,0,"require"],[8,40,3,0],[8,41,3,0,"_dependencyMap"],[8,55,3,0],[9,2,4,0,"require"],[9,9,4,0],[9,10,4,0,"_dependencyMap"],[9,24,4,0],[10,2,5,0],[10,6,5,0,"_reactNative"],[10,18,5,0],[10,21,5,0,"require"],[10,28,5,0],[10,29,5,0,"_dependencyMap"],[10,43,5,0],[11,2,6,0],[11,6,6,0,"_reactJsxRuntime"],[11,22,6,0],[11,25,6,0,"require"],[11,32,6,0],[11,33,6,0,"_dependencyMap"],[11,47,6,0],[12,2,7,0],[13,0,8,0],[14,0,9,0],[15,0,10,0],[16,2,11,0],[16,6,11,6,"ICON_SIZE_WIDE"],[16,20,11,20],[16,23,11,23],[16,25,11,25],[17,2,12,0],[17,6,12,6,"ICON_SIZE_WIDE_COMPACT"],[17,28,12,28],[17,31,12,31],[17,33,12,33],[18,2,13,0],[18,6,13,6,"ICON_SIZE_TALL"],[18,20,13,20],[18,23,13,23],[18,25,13,25],[19,2,14,0],[19,6,14,6,"ICON_SIZE_TALL_COMPACT"],[19,28,14,28],[19,31,14,31],[19,33,14,33],[20,2,15,0],[20,6,15,6,"ICON_SIZE_ROUND"],[20,21,15,21],[20,24,15,24],[20,26,15,26],[21,2,16,0],[21,6,16,6,"ICON_SIZE_ROUND_COMPACT"],[21,29,16,29],[21,32,16,32],[21,34,16,34],[22,2,17,0],[22,6,17,6,"ICON_SIZE_MATERIAL"],[22,24,17,24],[22,27,17,27],[22,29,17,29],[23,2,18,7],[23,11,18,16,"TabBarIcon"],[23,21,18,26,"TabBarIcon"],[23,22,18,26,"_ref"],[23,26,18,26],[23,28,31,3],[24,4,31,3],[24,8,19,9,"_"],[24,9,19,10],[24,12,19,10,"_ref"],[24,16,19,10],[24,17,19,2,"route"],[24,22,19,7],[25,6,20,2,"variant"],[25,13,20,9],[25,16,20,9,"_ref"],[25,20,20,9],[25,21,20,2,"variant"],[25,28,20,9],[26,6,21,2,"size"],[26,10,21,6],[26,13,21,6,"_ref"],[26,17,21,6],[26,18,21,2,"size"],[26,22,21,6],[27,6,22,2,"badge"],[27,11,22,7],[27,14,22,7,"_ref"],[27,18,22,7],[27,19,22,2,"badge"],[27,24,22,7],[28,6,23,2,"badgeStyle"],[28,16,23,12],[28,19,23,12,"_ref"],[28,23,23,12],[28,24,23,2,"badgeStyle"],[28,34,23,12],[29,6,24,2,"activeOpacity"],[29,19,24,15],[29,22,24,15,"_ref"],[29,26,24,15],[29,27,24,2,"activeOpacity"],[29,40,24,15],[30,6,25,2,"inactiveOpacity"],[30,21,25,17],[30,24,25,17,"_ref"],[30,28,25,17],[30,29,25,2,"inactiveOpacity"],[30,44,25,17],[31,6,26,2,"activeTintColor"],[31,21,26,17],[31,24,26,17,"_ref"],[31,28,26,17],[31,29,26,2,"activeTintColor"],[31,44,26,17],[32,6,27,2,"inactiveTintColor"],[32,23,27,19],[32,26,27,19,"_ref"],[32,30,27,19],[32,31,27,2,"inactiveTintColor"],[32,48,27,19],[33,6,28,2,"renderIcon"],[33,16,28,12],[33,19,28,12,"_ref"],[33,23,28,12],[33,24,28,2,"renderIcon"],[33,34,28,12],[34,6,29,2,"allowFontScaling"],[34,22,29,18],[34,25,29,18,"_ref"],[34,29,29,18],[34,30,29,2,"allowFontScaling"],[34,46,29,18],[35,6,30,2,"style"],[35,11,30,7],[35,14,30,7,"_ref"],[35,18,30,7],[35,19,30,2,"style"],[35,24,30,7],[36,4,32,2],[36,8,32,8,"iconSize"],[36,16,32,16],[36,19,32,19,"variant"],[36,26,32,26],[36,31,32,31],[36,41,32,41],[36,44,32,44,"ICON_SIZE_MATERIAL"],[36,62,32,62],[36,65,32,65,"size"],[36,69,32,69],[36,74,32,74],[36,83,32,83],[36,86,32,86,"ICON_SIZE_ROUND_COMPACT"],[36,109,32,109],[36,112,32,112,"ICON_SIZE_ROUND"],[36,127,32,127],[38,4,34,2],[39,4,35,2],[40,4,36,2],[40,11,36,9],[40,24,36,22],[40,28,36,22,"_jsxs"],[40,44,36,27],[40,45,36,27,"jsxs"],[40,49,36,27],[40,51,36,28,"View"],[40,63,36,32],[40,64,36,32,"View"],[40,68,36,32],[40,70,36,34],[41,6,37,4,"style"],[41,11,37,9],[41,13,37,11],[41,14,37,12,"variant"],[41,21,37,19],[41,26,37,24],[41,36,37,34],[41,39,37,37,"styles"],[41,45,37,43],[41,46,37,44,"wrapperMaterial"],[41,61,37,59],[41,64,37,62,"size"],[41,68,37,66],[41,73,37,71],[41,82,37,80],[41,85,37,83,"styles"],[41,91,37,89],[41,92,37,90,"wrapperUikitCompact"],[41,111,37,109],[41,114,37,112,"styles"],[41,120,37,118],[41,121,37,119,"wrapperUikit"],[41,133,37,131],[41,135,37,133,"style"],[41,140,37,138],[41,141,37,139],[42,6,38,4,"children"],[42,14,38,12],[42,16,38,14],[42,17,38,15],[42,30,38,28],[42,34,38,28,"_jsx"],[42,50,38,32],[42,51,38,32,"jsx"],[42,54,38,32],[42,56,38,33,"View"],[42,68,38,37],[42,69,38,37,"View"],[42,73,38,37],[42,75,38,39],[43,8,39,6,"style"],[43,13,39,11],[43,15,39,13],[43,16,39,14,"styles"],[43,22,39,20],[43,23,39,21,"icon"],[43,27,39,25],[43,29,39,27],[44,10,40,8,"opacity"],[44,17,40,15],[44,19,40,17,"activeOpacity"],[44,32,40,30],[45,10,41,8],[46,10,42,8,"minWidth"],[46,18,42,16],[46,20,42,18,"iconSize"],[47,8,43,6],[47,9,43,7],[47,10,43,8],[48,8,44,6,"children"],[48,16,44,14],[48,18,44,16,"renderIcon"],[48,28,44,26],[48,29,44,27],[49,10,45,8,"focused"],[49,17,45,15],[49,19,45,17],[49,23,45,21],[50,10,46,8,"size"],[50,14,46,12],[50,16,46,14,"iconSize"],[50,24,46,22],[51,10,47,8,"color"],[51,15,47,13],[51,17,47,15,"activeTintColor"],[52,8,48,6],[52,9,48,7],[53,6,49,4],[53,7,49,5],[53,8,49,6],[53,10,49,8],[53,23,49,21],[53,27,49,21,"_jsx"],[53,43,49,25],[53,44,49,25,"jsx"],[53,47,49,25],[53,49,49,26,"View"],[53,61,49,30],[53,62,49,30,"View"],[53,66,49,30],[53,68,49,32],[54,8,50,6,"style"],[54,13,50,11],[54,15,50,13],[54,16,50,14,"styles"],[54,22,50,20],[54,23,50,21,"icon"],[54,27,50,25],[54,29,50,27],[55,10,51,8,"opacity"],[55,17,51,15],[55,19,51,17,"inactiveOpacity"],[56,8,52,6],[56,9,52,7],[56,10,52,8],[57,8,53,6,"children"],[57,16,53,14],[57,18,53,16,"renderIcon"],[57,28,53,26],[57,29,53,27],[58,10,54,8,"focused"],[58,17,54,15],[58,19,54,17],[58,24,54,22],[59,10,55,8,"size"],[59,14,55,12],[59,16,55,14,"iconSize"],[59,24,55,22],[60,10,56,8,"color"],[60,15,56,13],[60,17,56,15,"inactiveTintColor"],[61,8,57,6],[61,9,57,7],[62,6,58,4],[62,7,58,5],[62,8,58,6],[62,10,58,8],[62,23,58,21],[62,27,58,21,"_jsx"],[62,43,58,25],[62,44,58,25,"jsx"],[62,47,58,25],[62,49,58,26,"Badge"],[62,73,58,31],[62,74,58,31,"Badge"],[62,79,58,31],[62,81,58,33],[63,8,59,6,"visible"],[63,15,59,13],[63,17,59,15,"badge"],[63,22,59,20],[63,26,59,24],[63,30,59,28],[64,8,60,6,"size"],[64,12,60,10],[64,14,60,12,"iconSize"],[64,22,60,20],[64,25,60,23],[64,29,60,27],[65,8,61,6,"allowFontScaling"],[65,24,61,22],[65,26,61,24,"allowFontScaling"],[65,42,61,40],[66,8,62,6,"style"],[66,13,62,11],[66,15,62,13],[66,16,62,14,"styles"],[66,22,62,20],[66,23,62,21,"badge"],[66,28,62,26],[66,30,62,28,"badgeStyle"],[66,40,62,38],[66,41,62,39],[67,8,63,6,"children"],[67,16,63,14],[67,18,63,16,"badge"],[68,6,64,4],[68,7,64,5],[68,8,64,6],[69,4,65,2],[69,5,65,3],[69,6,65,4],[70,2,66,0],[71,2,67,0],[71,6,67,6,"styles"],[71,12,67,12],[71,15,67,15,"StyleSheet"],[71,27,67,25],[71,28,67,25,"StyleSheet"],[71,38,67,25],[71,39,67,26,"create"],[71,45,67,32],[71,46,67,33],[72,4,68,2,"icon"],[72,8,68,6],[72,10,68,8],[73,6,69,4],[74,6,70,4],[75,6,71,4],[76,6,72,4,"position"],[76,14,72,12],[76,16,72,14],[76,26,72,24],[77,6,73,4,"alignSelf"],[77,15,73,13],[77,17,73,15],[77,25,73,23],[78,6,74,4,"alignItems"],[78,16,74,14],[78,18,74,16],[78,26,74,24],[79,6,75,4,"justifyContent"],[79,20,75,18],[79,22,75,20],[79,30,75,28],[80,6,76,4,"height"],[80,12,76,10],[80,14,76,12],[80,20,76,18],[81,6,77,4,"width"],[81,11,77,9],[81,13,77,11],[82,4,78,2],[82,5,78,3],[83,4,79,2,"wrapperUikit"],[83,16,79,14],[83,18,79,16],[84,6,80,4,"width"],[84,11,80,9],[84,13,80,11,"ICON_SIZE_WIDE"],[84,27,80,25],[85,6,81,4,"height"],[85,12,81,10],[85,14,81,12,"ICON_SIZE_TALL"],[86,4,82,2],[86,5,82,3],[87,4,83,2,"wrapperUikitCompact"],[87,23,83,21],[87,25,83,23],[88,6,84,4,"width"],[88,11,84,9],[88,13,84,11,"ICON_SIZE_WIDE_COMPACT"],[88,35,84,33],[89,6,85,4,"height"],[89,12,85,10],[89,14,85,12,"ICON_SIZE_TALL_COMPACT"],[90,4,86,2],[90,5,86,3],[91,4,87,2,"wrapperMaterial"],[91,19,87,17],[91,21,87,19],[92,6,88,4,"width"],[92,11,88,9],[92,13,88,11,"ICON_SIZE_MATERIAL"],[92,31,88,29],[93,6,89,4,"height"],[93,12,89,10],[93,14,89,12,"ICON_SIZE_MATERIAL"],[94,4,90,2],[94,5,90,3],[95,4,91,2,"badge"],[95,9,91,7],[95,11,91,9],[96,6,92,4,"position"],[96,14,92,12],[96,16,92,14],[96,26,92,24],[97,6,93,4,"end"],[97,9,93,7],[97,11,93,9],[97,12,93,10],[97,13,93,11],[98,6,94,4,"top"],[98,9,94,7],[98,11,94,9],[98,12,94,10],[99,4,95,2],[100,2,96,0],[100,3,96,1],[100,4,96,2],[101,0,96,3],[101,3]],"functionMap":{"names":["<global>","TabBarIcon"],"mappings":"AAA;OCiB;CDgD"},"hasCjsExports":false},"type":"js/module"}]} |