mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 06:31:03 +00:00
1 line
11 KiB
Plaintext
1 line
11 KiB
Plaintext
{"dependencies":[{"name":"@react-navigation/core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":113,"index":128}}],"key":"Wm75LgE4xYscVWo0KoLFlflJQCo=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":129},"end":{"line":4,"column":31,"index":160}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"./NavigationContainer.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":161},"end":{"line":5,"column":63,"index":224}}],"key":"LB6hXm0TqYVluaSOGRsC2pfPato=","exportNames":["*"],"imports":1}},{"name":"react/jsx-runtime","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":225},"end":{"line":6,"column":48,"index":273}}],"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 _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 exports.createStaticNavigation = createStaticNavigation;\n var _reactNavigationCore = require(_dependencyMap[0], \"@react-navigation/core\");\n var _react = require(_dependencyMap[1], \"react\");\n var React = _interopNamespace(_react);\n var _NavigationContainerJs = require(_dependencyMap[2], \"./NavigationContainer.js\");\n var _reactJsxRuntime = require(_dependencyMap[3], \"react/jsx-runtime\");\n /**\n * Create a navigation component from a static navigation config.\n * The returned component is a wrapper around `NavigationContainer`.\n *\n * @param tree Static navigation config.\n * @returns Navigation component to use in your app.\n */\n function createStaticNavigation(tree) {\n const Component = (0, _reactNavigationCore.createComponentForStaticNavigation)(tree, 'RootNavigator');\n function Navigation({\n linking,\n ...rest\n }, ref) {\n const linkingConfig = React.useMemo(() => {\n const screens = (0, _reactNavigationCore.createPathConfigForStaticNavigation)(tree, {\n initialRouteName: linking?.config?.initialRouteName\n }, linking?.enabled === 'auto');\n if (!screens) return;\n return {\n path: linking?.config?.path,\n initialRouteName: linking?.config?.initialRouteName,\n screens\n };\n }, [linking?.enabled, linking?.config?.path, linking?.config?.initialRouteName]);\n const memoizedLinking = React.useMemo(() => {\n if (!linking) {\n return undefined;\n }\n const enabled = typeof linking.enabled === 'boolean' ? linking.enabled : linkingConfig?.screens != null;\n return {\n ...linking,\n enabled,\n config: linkingConfig\n };\n }, [linking, linkingConfig]);\n if (linking?.enabled === true && linkingConfig?.screens == null) {\n throw new Error('Linking is enabled but no linking configuration was found for the screens.\\n\\n' + 'To solve this:\\n' + \"- Specify a 'linking' property for the screens you want to link to.\\n\" + \"- Or set 'linking.enabled' to 'auto' to generate paths automatically.\\n\\n\" + 'See usage guide: https://reactnavigation.org/docs/static-configuration#linking');\n }\n return /*#__PURE__*/(0, _reactJsxRuntime.jsx)(_NavigationContainerJs.NavigationContainer, {\n ...rest,\n ref: ref,\n linking: memoizedLinking,\n children: /*#__PURE__*/(0, _reactJsxRuntime.jsx)(Component, {})\n });\n }\n return /*#__PURE__*/React.forwardRef(Navigation);\n }\n});","lineCount":75,"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,"_interopNamespace"],[7,29,1,13,"e"],[7,30,1,13],[8,4,1,13],[8,8,1,13,"e"],[8,9,1,13],[8,13,1,13,"e"],[8,14,1,13],[8,15,1,13,"__esModule"],[8,25,1,13],[8,34,1,13,"e"],[8,35,1,13],[9,4,1,13],[9,8,1,13,"n"],[9,9,1,13],[10,4,1,13],[10,8,1,13,"e"],[10,9,1,13],[10,11,1,13,"Object"],[10,17,1,13],[10,18,1,13,"keys"],[10,22,1,13],[10,23,1,13,"e"],[10,24,1,13],[10,26,1,13,"forEach"],[10,33,1,13],[10,44,1,13,"k"],[10,45,1,13],[11,6,1,13],[11,10,1,13,"d"],[11,11,1,13],[11,14,1,13,"Object"],[11,20,1,13],[11,21,1,13,"getOwnPropertyDescriptor"],[11,45,1,13],[11,46,1,13,"e"],[11,47,1,13],[11,49,1,13,"k"],[11,50,1,13],[12,6,1,13,"Object"],[12,12,1,13],[12,13,1,13,"defineProperty"],[12,27,1,13],[12,28,1,13,"n"],[12,29,1,13],[12,31,1,13,"k"],[12,32,1,13],[12,34,1,13,"d"],[12,35,1,13],[12,36,1,13,"get"],[12,39,1,13],[12,42,1,13,"d"],[12,43,1,13],[13,8,1,13,"enumerable"],[13,18,1,13],[14,8,1,13,"get"],[14,11,1,13],[14,22,1,13,"get"],[14,23,1,13],[15,10,1,13],[15,17,1,13,"e"],[15,18,1,13],[15,19,1,13,"k"],[15,20,1,13],[16,8,1,13],[17,6,1,13],[18,4,1,13],[19,4,1,13,"n"],[19,5,1,13],[19,6,1,13,"default"],[19,13,1,13],[19,16,1,13,"e"],[19,17,1,13],[20,4,1,13],[20,11,1,13,"n"],[20,12,1,13],[21,2,1,13],[22,2,14,0,"exports"],[22,9,14,0],[22,10,14,0,"createStaticNavigation"],[22,32,14,0],[22,35,14,0,"createStaticNavigation"],[22,57,14,0],[23,2,3,0],[23,6,3,0,"_reactNavigationCore"],[23,26,3,0],[23,29,3,0,"require"],[23,36,3,0],[23,37,3,0,"_dependencyMap"],[23,51,3,0],[24,2,4,0],[24,6,4,0,"_react"],[24,12,4,0],[24,15,4,0,"require"],[24,22,4,0],[24,23,4,0,"_dependencyMap"],[24,37,4,0],[25,2,4,0],[25,6,4,0,"React"],[25,11,4,0],[25,14,4,0,"_interopNamespace"],[25,31,4,0],[25,32,4,0,"_react"],[25,38,4,0],[26,2,5,0],[26,6,5,0,"_NavigationContainerJs"],[26,28,5,0],[26,31,5,0,"require"],[26,38,5,0],[26,39,5,0,"_dependencyMap"],[26,53,5,0],[27,2,6,0],[27,6,6,0,"_reactJsxRuntime"],[27,22,6,0],[27,25,6,0,"require"],[27,32,6,0],[27,33,6,0,"_dependencyMap"],[27,47,6,0],[28,2,7,0],[29,0,8,0],[30,0,9,0],[31,0,10,0],[32,0,11,0],[33,0,12,0],[34,0,13,0],[35,2,14,7],[35,11,14,16,"createStaticNavigation"],[35,33,14,38,"createStaticNavigation"],[35,34,14,39,"tree"],[35,38,14,43],[35,40,14,45],[36,4,15,2],[36,10,15,8,"Component"],[36,19,15,17],[36,22,15,20],[36,26,15,20,"createComponentForStaticNavigation"],[36,46,15,54],[36,47,15,54,"createComponentForStaticNavigation"],[36,81,15,54],[36,83,15,55,"tree"],[36,87,15,59],[36,89,15,61],[36,104,15,76],[36,105,15,77],[37,4,16,2],[37,13,16,11,"Navigation"],[37,23,16,21,"Navigation"],[37,24,16,22],[38,6,17,4,"linking"],[38,13,17,11],[39,6,18,4],[39,9,18,7,"rest"],[40,4,19,2],[40,5,19,3],[40,7,19,5,"ref"],[40,10,19,8],[40,12,19,10],[41,6,20,4],[41,12,20,10,"linkingConfig"],[41,25,20,23],[41,28,20,26,"React"],[41,33,20,31],[41,34,20,32,"useMemo"],[41,41,20,39],[41,42,20,40],[41,48,20,46],[42,8,21,6],[42,14,21,12,"screens"],[42,21,21,19],[42,24,21,22],[42,28,21,22,"createPathConfigForStaticNavigation"],[42,48,21,57],[42,49,21,57,"createPathConfigForStaticNavigation"],[42,84,21,57],[42,86,21,58,"tree"],[42,90,21,62],[42,92,21,64],[43,10,22,8,"initialRouteName"],[43,26,22,24],[43,28,22,26,"linking"],[43,35,22,33],[43,37,22,35,"config"],[43,43,22,41],[43,45,22,43,"initialRouteName"],[44,8,23,6],[44,9,23,7],[44,11,23,9,"linking"],[44,18,23,16],[44,20,23,18,"enabled"],[44,27,23,25],[44,32,23,30],[44,38,23,36],[44,39,23,37],[45,8,24,6],[45,12,24,10],[45,13,24,11,"screens"],[45,20,24,18],[45,22,24,20],[46,8,25,6],[46,15,25,13],[47,10,26,8,"path"],[47,14,26,12],[47,16,26,14,"linking"],[47,23,26,21],[47,25,26,23,"config"],[47,31,26,29],[47,33,26,31,"path"],[47,37,26,35],[48,10,27,8,"initialRouteName"],[48,26,27,24],[48,28,27,26,"linking"],[48,35,27,33],[48,37,27,35,"config"],[48,43,27,41],[48,45,27,43,"initialRouteName"],[48,61,27,59],[49,10,28,8,"screens"],[50,8,29,6],[50,9,29,7],[51,6,30,4],[51,7,30,5],[51,9,30,7],[51,10,30,8,"linking"],[51,17,30,15],[51,19,30,17,"enabled"],[51,26,30,24],[51,28,30,26,"linking"],[51,35,30,33],[51,37,30,35,"config"],[51,43,30,41],[51,45,30,43,"path"],[51,49,30,47],[51,51,30,49,"linking"],[51,58,30,56],[51,60,30,58,"config"],[51,66,30,64],[51,68,30,66,"initialRouteName"],[51,84,30,82],[51,85,30,83],[51,86,30,84],[52,6,31,4],[52,12,31,10,"memoizedLinking"],[52,27,31,25],[52,30,31,28,"React"],[52,35,31,33],[52,36,31,34,"useMemo"],[52,43,31,41],[52,44,31,42],[52,50,31,48],[53,8,32,6],[53,12,32,10],[53,13,32,11,"linking"],[53,20,32,18],[53,22,32,20],[54,10,33,8],[54,17,33,15,"undefined"],[54,26,33,24],[55,8,34,6],[56,8,35,6],[56,14,35,12,"enabled"],[56,21,35,19],[56,24,35,22],[56,31,35,29,"linking"],[56,38,35,36],[56,39,35,37,"enabled"],[56,46,35,44],[56,51,35,49],[56,60,35,58],[56,63,35,61,"linking"],[56,70,35,68],[56,71,35,69,"enabled"],[56,78,35,76],[56,81,35,79,"linkingConfig"],[56,94,35,92],[56,96,35,94,"screens"],[56,103,35,101],[56,107,35,105],[56,111,35,109],[57,8,36,6],[57,15,36,13],[58,10,37,8],[58,13,37,11,"linking"],[58,20,37,18],[59,10,38,8,"enabled"],[59,17,38,15],[60,10,39,8,"config"],[60,16,39,14],[60,18,39,16,"linkingConfig"],[61,8,40,6],[61,9,40,7],[62,6,41,4],[62,7,41,5],[62,9,41,7],[62,10,41,8,"linking"],[62,17,41,15],[62,19,41,17,"linkingConfig"],[62,32,41,30],[62,33,41,31],[62,34,41,32],[63,6,42,4],[63,10,42,8,"linking"],[63,17,42,15],[63,19,42,17,"enabled"],[63,26,42,24],[63,31,42,29],[63,35,42,33],[63,39,42,37,"linkingConfig"],[63,52,42,50],[63,54,42,52,"screens"],[63,61,42,59],[63,65,42,63],[63,69,42,67],[63,71,42,69],[64,8,43,6],[64,14,43,12],[64,18,43,16,"Error"],[64,23,43,21],[64,24,43,22],[64,104,43,102],[64,107,43,105],[64,125,43,123],[64,128,43,126],[64,199,43,197],[64,202,43,200],[64,277,43,275],[64,280,43,278],[64,360,43,358],[64,361,43,359],[65,6,44,4],[66,6,45,4],[66,13,45,11],[66,26,45,24],[66,30,45,24,"_jsx"],[66,46,45,28],[66,47,45,28,"jsx"],[66,50,45,28],[66,52,45,29,"NavigationContainer"],[66,74,45,48],[66,75,45,48,"NavigationContainer"],[66,94,45,48],[66,96,45,50],[67,8,46,6],[67,11,46,9,"rest"],[67,15,46,13],[68,8,47,6,"ref"],[68,11,47,9],[68,13,47,11,"ref"],[68,16,47,14],[69,8,48,6,"linking"],[69,15,48,13],[69,17,48,15,"memoizedLinking"],[69,32,48,30],[70,8,49,6,"children"],[70,16,49,14],[70,18,49,16],[70,31,49,29],[70,35,49,29,"_jsx"],[70,51,49,33],[70,52,49,33,"jsx"],[70,55,49,33],[70,57,49,34,"Component"],[70,66,49,43],[70,68,49,45],[70,69,49,46],[70,70,49,47],[71,6,50,4],[71,7,50,5],[71,8,50,6],[72,4,51,2],[73,4,52,2],[73,11,52,9],[73,24,52,22,"React"],[73,29,52,27],[73,30,52,28,"forwardRef"],[73,40,52,38],[73,41,52,39,"Navigation"],[73,51,52,49],[73,52,52,50],[74,2,53,0],[75,0,53,1],[75,3]],"functionMap":{"names":["<global>","createStaticNavigation","Navigation","React.useMemo$argument_0"],"mappings":"AAA;OCa;ECE;wCCI;KDU;0CCC;KDU;GDU;CDE"},"hasCjsExports":false},"type":"js/module"}]} |