mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 11:11:01 +00:00
1 line
13 KiB
Plaintext
1 line
13 KiB
Plaintext
{"dependencies":[{"name":"react-native-is-edge-to-edge","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":60,"index":60}}],"key":"YCmhlO6SGIbU/kBLtNkISr4D7G0=","exportNames":["*"],"imports":1}},{"name":"./NativeStatusBarWrapper","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":62},"end":{"line":10,"column":34,"index":475}}],"key":"rFcTiPApoBF+KGyASgDQv0sdLQE=","exportNames":["*"],"imports":1}},{"name":"react/jsx-dev-runtime","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"L9D70Z4hi4aGuui1ysja/oQ5ytI=","exportNames":["*"],"imports":1}},{"name":"react-native-edge-to-edge","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":21,"column":15,"index":1014},"end":{"line":21,"column":51,"index":1050}}],"key":"HnlPlLdKaPiC3ogkjCDkaIAup5c=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _jsxFileName = \"/app/frontend/node_modules/expo-status-bar/src/StatusBar.android.tsx\";\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.StatusBar = StatusBar;\n exports.setStatusBarStyle = setStatusBarStyle;\n exports.setStatusBarHidden = setStatusBarHidden;\n exports.setStatusBarBackgroundColor = setStatusBarBackgroundColor;\n exports.setStatusBarNetworkActivityIndicatorVisible = setStatusBarNetworkActivityIndicatorVisible;\n exports.setStatusBarTranslucent = setStatusBarTranslucent;\n var _reactNativeIsEdgeToEdge = require(_dependencyMap[0], \"react-native-is-edge-to-edge\");\n var _NativeStatusBarWrapper = require(_dependencyMap[1], \"./NativeStatusBarWrapper\");\n var _reactJsxDevRuntime = require(_dependencyMap[2], \"react/jsx-dev-runtime\");\n // This line only imports the type information for TypeScript type checking. It\n // doesn't import the actual module in the compiled JavaScript code. The actual\n // module is imported conditionally with require() below, in order to avoid\n // importing the module if edge-to-edge is not enabled (which could throw if\n // it's not linked).\n var SystemBars = null;\n if ((0, _reactNativeIsEdgeToEdge.isEdgeToEdge)()) {\n SystemBars = require(_dependencyMap[3], \"react-native-edge-to-edge\").SystemBars;\n }\n function StatusBar(props) {\n if ((0, _reactNativeIsEdgeToEdge.isEdgeToEdge)() && SystemBars) {\n if (props.backgroundColor) {\n console.warn('StatusBar backgroundColor is not supported with edge-to-edge enabled. Render a view under the status bar to change its background.');\n }\n if (typeof props.translucent !== 'undefined' && Boolean(props.translucent) === false) {\n console.warn('StatusBar is always translucent when edge-to-edge is enabled. The translucent prop is ignored.');\n }\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SystemBars, {\n style: {\n statusBar: props.style\n },\n hidden: {\n statusBar: props.hidden\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 38,\n columnNumber: 12\n }, this);\n }\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(_NativeStatusBarWrapper.StatusBar, {\n ...props\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 41,\n columnNumber: 10\n }, this);\n }\n function setStatusBarStyle(style, animated) {\n if ((0, _reactNativeIsEdgeToEdge.isEdgeToEdge)()) {\n SystemBars?.setStyle({\n statusBar: style\n });\n return;\n }\n return (0, _NativeStatusBarWrapper.setStatusBarStyle)(style, animated);\n }\n function setStatusBarHidden(hidden, animation) {\n if ((0, _reactNativeIsEdgeToEdge.isEdgeToEdge)()) {\n SystemBars?.setHidden({\n statusBar: hidden\n });\n return;\n }\n return (0, _NativeStatusBarWrapper.setStatusBarHidden)(hidden, animation);\n }\n function setStatusBarBackgroundColor(backgroundColor, animated) {\n if ((0, _reactNativeIsEdgeToEdge.isEdgeToEdge)()) {\n console.warn('`setStatusBarBackgroundColor` is not supported with edge-to-edge enabled.');\n return;\n }\n return (0, _NativeStatusBarWrapper.setStatusBarBackgroundColor)(backgroundColor, animated);\n }\n function setStatusBarNetworkActivityIndicatorVisible(visible) {\n if ((0, _reactNativeIsEdgeToEdge.isEdgeToEdge)()) {\n console.warn('`setStatusBarNetworkActivityIndicatorVisible` is not supported with edge-to-edge enabled.');\n return;\n }\n return (0, _NativeStatusBarWrapper.setStatusBarNetworkActivityIndicatorVisible)(visible);\n }\n function setStatusBarTranslucent(translucent) {\n if ((0, _reactNativeIsEdgeToEdge.isEdgeToEdge)()) {\n console.warn('`setStatusBarTranslucent` is not supported with edge-to-edge enabled. In this case the status bar is always translucent.');\n return;\n }\n return (0, _NativeStatusBarWrapper.setStatusBarTranslucent)(translucent);\n }\n});","lineCount":94,"map":[[8,2,24,0,"exports"],[8,9,24,0],[8,10,24,0,"StatusBar"],[8,19,24,0],[8,22,24,0,"StatusBar"],[8,31,24,0],[9,2,44,0,"exports"],[9,9,44,0],[9,10,44,0,"setStatusBarStyle"],[9,27,44,0],[9,30,44,0,"setStatusBarStyle"],[9,47,44,0],[10,2,53,0,"exports"],[10,9,53,0],[10,10,53,0,"setStatusBarHidden"],[10,28,53,0],[10,31,53,0,"setStatusBarHidden"],[10,49,53,0],[11,2,62,0,"exports"],[11,9,62,0],[11,10,62,0,"setStatusBarBackgroundColor"],[11,37,62,0],[11,40,62,0,"setStatusBarBackgroundColor"],[11,67,62,0],[12,2,71,0,"exports"],[12,9,71,0],[12,10,71,0,"setStatusBarNetworkActivityIndicatorVisible"],[12,53,71,0],[12,56,71,0,"setStatusBarNetworkActivityIndicatorVisible"],[12,99,71,0],[13,2,82,0,"exports"],[13,9,82,0],[13,10,82,0,"setStatusBarTranslucent"],[13,33,82,0],[13,36,82,0,"setStatusBarTranslucent"],[13,59,82,0],[14,2,1,0],[14,6,1,0,"_reactNativeIsEdgeToEdge"],[14,30,1,0],[14,33,1,0,"require"],[14,40,1,0],[14,41,1,0,"_dependencyMap"],[14,55,1,0],[15,2,3,0],[15,6,3,0,"_NativeStatusBarWrapper"],[15,29,3,0],[15,32,3,0,"require"],[15,39,3,0],[15,40,3,0,"_dependencyMap"],[15,54,3,0],[16,2,10,34],[16,6,10,34,"_reactJsxDevRuntime"],[16,25,10,34],[16,28,10,34,"require"],[16,35,10,34],[16,36,10,34,"_dependencyMap"],[16,50,10,34],[17,2,13,0],[18,2,14,0],[19,2,15,0],[20,2,16,0],[21,2,17,0],[22,2,18,0],[22,6,18,4,"SystemBars"],[22,16,18,76],[22,19,18,79],[22,23,18,83],[23,2,20,0],[23,6,20,4],[23,10,20,4,"isEdgeToEdge"],[23,34,20,16],[23,35,20,16,"isEdgeToEdge"],[23,47,20,16],[23,49,20,17],[23,50,20,18],[23,52,20,20],[24,4,21,2,"SystemBars"],[24,14,21,12],[24,17,21,15,"require"],[24,24,21,22],[24,25,21,22,"_dependencyMap"],[24,39,21,22],[24,71,21,50],[24,72,21,51],[24,73,21,52,"SystemBars"],[24,83,21,62],[25,2,22,0],[26,2,24,7],[26,11,24,16,"StatusBar"],[26,20,24,25,"StatusBar"],[26,21,24,26,"props"],[26,26,24,47],[26,28,24,49],[27,4,25,2],[27,8,25,6],[27,12,25,6,"isEdgeToEdge"],[27,36,25,18],[27,37,25,18,"isEdgeToEdge"],[27,49,25,18],[27,51,25,19],[27,52,25,20],[27,56,25,24,"SystemBars"],[27,66,25,34],[27,68,25,36],[28,6,26,4],[28,10,26,8,"props"],[28,15,26,13],[28,16,26,14,"backgroundColor"],[28,31,26,29],[28,33,26,31],[29,8,27,6,"console"],[29,15,27,13],[29,16,27,14,"warn"],[29,20,27,18],[29,21,28,8],[29,153,29,6],[29,154,29,7],[30,6,30,4],[31,6,32,4],[31,10,32,8],[31,17,32,15,"props"],[31,22,32,20],[31,23,32,21,"translucent"],[31,34,32,32],[31,39,32,37],[31,50,32,48],[31,54,32,52,"Boolean"],[31,61,32,59],[31,62,32,60,"props"],[31,67,32,65],[31,68,32,66,"translucent"],[31,79,32,77],[31,80,32,78],[31,85,32,83],[31,90,32,88],[31,92,32,90],[32,8,33,6,"console"],[32,15,33,13],[32,16,33,14,"warn"],[32,20,33,18],[32,21,34,8],[32,117,35,6],[32,118,35,7],[33,6,36,4],[34,6,38,4],[34,26,38,11],[34,30,38,11,"_reactJsxDevRuntime"],[34,49,38,11],[34,50,38,11,"jsxDEV"],[34,56,38,11],[34,58,38,12,"SystemBars"],[34,68,38,22],[35,8,38,23,"style"],[35,13,38,28],[35,15,38,30],[36,10,38,32,"statusBar"],[36,19,38,41],[36,21,38,43,"props"],[36,26,38,48],[36,27,38,49,"style"],[37,8,38,55],[37,9,38,57],[38,8,38,58,"hidden"],[38,14,38,64],[38,16,38,66],[39,10,38,68,"statusBar"],[39,19,38,77],[39,21,38,79,"props"],[39,26,38,84],[39,27,38,85,"hidden"],[40,8,38,92],[41,6,38,94],[42,8,38,94,"fileName"],[42,16,38,94],[42,18,38,94,"_jsxFileName"],[42,30,38,94],[43,8,38,94,"lineNumber"],[43,18,38,94],[44,8,38,94,"columnNumber"],[44,20,38,94],[45,6,38,94],[45,13,38,96],[45,14,38,97],[46,4,39,2],[47,4,41,2],[47,24,41,9],[47,28,41,9,"_reactJsxDevRuntime"],[47,47,41,9],[47,48,41,9,"jsxDEV"],[47,54,41,9],[47,56,41,10,"_NativeStatusBarWrapper"],[47,79,41,27],[47,80,41,27,"StatusBar"],[47,89,41,27],[48,6,41,27],[48,9,41,32,"props"],[49,4,41,37],[50,6,41,37,"fileName"],[50,14,41,37],[50,16,41,37,"_jsxFileName"],[50,28,41,37],[51,6,41,37,"lineNumber"],[51,16,41,37],[52,6,41,37,"columnNumber"],[52,18,41,37],[53,4,41,37],[53,11,41,40],[53,12,41,41],[54,2,42,0],[55,2,44,7],[55,11,44,16,"setStatusBarStyle"],[55,28,44,33,"setStatusBarStyle"],[55,29,44,34,"style"],[55,34,44,55],[55,36,44,57,"animated"],[55,44,44,75],[55,46,44,77],[56,4,45,2],[56,8,45,6],[56,12,45,6,"isEdgeToEdge"],[56,36,45,18],[56,37,45,18,"isEdgeToEdge"],[56,49,45,18],[56,51,45,19],[56,52,45,20],[56,54,45,22],[57,6,46,4,"SystemBars"],[57,16,46,14],[57,18,46,16,"setStyle"],[57,26,46,24],[57,27,46,25],[58,8,46,27,"statusBar"],[58,17,46,36],[58,19,46,38,"style"],[59,6,46,44],[59,7,46,45],[59,8,46,46],[60,6,47,4],[61,4,48,2],[62,4,50,2],[62,11,50,9],[62,15,50,9,"originalSetStatusBarStyle"],[62,38,50,34],[62,39,50,34,"setStatusBarStyle"],[62,56,50,34],[62,58,50,35,"style"],[62,63,50,40],[62,65,50,42,"animated"],[62,73,50,50],[62,74,50,51],[63,2,51,0],[64,2,53,7],[64,11,53,16,"setStatusBarHidden"],[64,29,53,34,"setStatusBarHidden"],[64,30,53,35,"hidden"],[64,36,53,50],[64,38,53,52,"animation"],[64,47,53,82],[64,49,53,84],[65,4,54,2],[65,8,54,6],[65,12,54,6,"isEdgeToEdge"],[65,36,54,18],[65,37,54,18,"isEdgeToEdge"],[65,49,54,18],[65,51,54,19],[65,52,54,20],[65,54,54,22],[66,6,55,4,"SystemBars"],[66,16,55,14],[66,18,55,16,"setHidden"],[66,27,55,25],[66,28,55,26],[67,8,55,28,"statusBar"],[67,17,55,37],[67,19,55,39,"hidden"],[68,6,55,46],[68,7,55,47],[68,8,55,48],[69,6,56,4],[70,4,57,2],[71,4,59,2],[71,11,59,9],[71,15,59,9,"originalSetStatusBarHidden"],[71,38,59,35],[71,39,59,35,"setStatusBarHidden"],[71,57,59,35],[71,59,59,36,"hidden"],[71,65,59,42],[71,67,59,44,"animation"],[71,76,59,53],[71,77,59,54],[72,2,60,0],[73,2,62,7],[73,11,62,16,"setStatusBarBackgroundColor"],[73,38,62,43,"setStatusBarBackgroundColor"],[73,39,62,44,"backgroundColor"],[73,54,62,67],[73,56,62,69,"animated"],[73,64,62,87],[73,66,62,89],[74,4,63,2],[74,8,63,6],[74,12,63,6,"isEdgeToEdge"],[74,36,63,18],[74,37,63,18,"isEdgeToEdge"],[74,49,63,18],[74,51,63,19],[74,52,63,20],[74,54,63,22],[75,6,64,4,"console"],[75,13,64,11],[75,14,64,12,"warn"],[75,18,64,16],[75,19,64,17],[75,94,64,92],[75,95,64,93],[76,6,65,4],[77,4,66,2],[78,4,68,2],[78,11,68,9],[78,15,68,9,"originalSetStatusBarBackgroundColor"],[78,38,68,44],[78,39,68,44,"setStatusBarBackgroundColor"],[78,66,68,44],[78,68,68,45,"backgroundColor"],[78,83,68,60],[78,85,68,62,"animated"],[78,93,68,70],[78,94,68,71],[79,2,69,0],[80,2,71,7],[80,11,71,16,"setStatusBarNetworkActivityIndicatorVisible"],[80,54,71,59,"setStatusBarNetworkActivityIndicatorVisible"],[80,55,71,60,"visible"],[80,62,71,76],[80,64,71,78],[81,4,72,2],[81,8,72,6],[81,12,72,6,"isEdgeToEdge"],[81,36,72,18],[81,37,72,18,"isEdgeToEdge"],[81,49,72,18],[81,51,72,19],[81,52,72,20],[81,54,72,22],[82,6,73,4,"console"],[82,13,73,11],[82,14,73,12,"warn"],[82,18,73,16],[82,19,74,6],[82,110,75,4],[82,111,75,5],[83,6,76,4],[84,4,77,2],[85,4,79,2],[85,11,79,9],[85,15,79,9,"originalSetStatusBarNetworkActivityIndicatorVisible"],[85,38,79,60],[85,39,79,60,"setStatusBarNetworkActivityIndicatorVisible"],[85,82,79,60],[85,84,79,61,"visible"],[85,91,79,68],[85,92,79,69],[86,2,80,0],[87,2,82,7],[87,11,82,16,"setStatusBarTranslucent"],[87,34,82,39,"setStatusBarTranslucent"],[87,35,82,40,"translucent"],[87,46,82,60],[87,48,82,62],[88,4,83,2],[88,8,83,6],[88,12,83,6,"isEdgeToEdge"],[88,36,83,18],[88,37,83,18,"isEdgeToEdge"],[88,49,83,18],[88,51,83,19],[88,52,83,20],[88,54,83,22],[89,6,84,4,"console"],[89,13,84,11],[89,14,84,12,"warn"],[89,18,84,16],[89,19,85,6],[89,141,86,4],[89,142,86,5],[90,6,87,4],[91,4,88,2],[92,4,90,2],[92,11,90,9],[92,15,90,9,"originalSetStatusBarTranslucent"],[92,38,90,40],[92,39,90,40,"setStatusBarTranslucent"],[92,62,90,40],[92,64,90,41,"translucent"],[92,75,90,52],[92,76,90,53],[93,2,91,0],[94,0,91,1],[94,3]],"functionMap":{"names":["<global>","StatusBar","setStatusBarStyle","setStatusBarHidden","setStatusBarBackgroundColor","setStatusBarNetworkActivityIndicatorVisible","setStatusBarTranslucent"],"mappings":"AAA;OCuB;CDkB;OEE;CFO;OGE;CHO;OIE;CJO;OKE;CLS;OME;CNS"},"hasCjsExports":false},"type":"js/module"}]} |