mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 06:31:03 +00:00
1 line
8.6 KiB
Plaintext
1 line
8.6 KiB
Plaintext
{"dependencies":[{"name":"../Components/View/View","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0},"end":{"line":13,"column":43}}],"key":"G/V58dT936wq645V8EjZl0XZN3w=","exportNames":["*"],"imports":1}},{"name":"../StyleSheet/normalizeColor","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0},"end":{"line":14,"column":58}}],"key":"1Zsc5lDzOUha8y+vFau6oyE9eic=","exportNames":["*"],"imports":1}},{"name":"../StyleSheet/Rect","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":15,"column":0},"end":{"line":15,"column":66}}],"key":"I4p4GBAIzuNcxL+RBfEX1EuL4QA=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0},"end":{"line":16,"column":31}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","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 _jsxFileName = \"/app/frontend/node_modules/react-native/Libraries/Pressability/PressabilityDebug.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 exports.PressabilityDebugView = PressabilityDebugView;\n exports.isEnabled = isEnabled;\n exports.setEnabled = setEnabled;\n var _ComponentsViewView = require(_dependencyMap[0], \"../Components/View/View\");\n var View = _interopDefault(_ComponentsViewView);\n var _StyleSheetNormalizeColor = require(_dependencyMap[1], \"../StyleSheet/normalizeColor\");\n var normalizeColor = _interopDefault(_StyleSheetNormalizeColor);\n var _StyleSheetRect = require(_dependencyMap[2], \"../StyleSheet/Rect\");\n require(_dependencyMap[3], \"react\");\n var _reactJsxDevRuntime = require(_dependencyMap[4], \"react/jsx-dev-runtime\");\n function PressabilityDebugView(props) {\n if (__DEV__) {\n if (isEnabled()) {\n var normalizedColor = (0, normalizeColor.default)(props.color);\n if (typeof normalizedColor !== 'number') {\n return null;\n }\n var baseColor = '#' + (normalizedColor ?? 0).toString(16).padStart(8, '0');\n var hitSlop = (0, _StyleSheetRect.normalizeRect)(props.hitSlop);\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(View.default, {\n pointerEvents: \"none\",\n style: {\n backgroundColor: baseColor.slice(0, -2) + '0F',\n borderColor: baseColor.slice(0, -2) + '55',\n borderStyle: 'dashed',\n borderWidth: 1,\n bottom: -(hitSlop?.bottom ?? 0),\n left: -(hitSlop?.left ?? 0),\n position: 'absolute',\n right: -(hitSlop?.right ?? 0),\n top: -(hitSlop?.top ?? 0)\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 49,\n columnNumber: 9\n }, this);\n }\n }\n return null;\n }\n var isDebugEnabled = false;\n function isEnabled() {\n if (__DEV__) {\n return isDebugEnabled;\n }\n return false;\n }\n function setEnabled(value) {\n if (__DEV__) {\n isDebugEnabled = value;\n }\n }\n});","lineCount":66,"map":[[13,2,38,0,"exports"],[13,9,38,0],[13,10,38,0,"PressabilityDebugView"],[13,31,38,0],[13,34,38,0,"PressabilityDebugView"],[13,55,38,0],[14,2,74,0,"exports"],[14,9,74,0],[14,10,74,0,"isEnabled"],[14,19,74,0],[14,22,74,0,"isEnabled"],[14,31,74,0],[15,2,81,0,"exports"],[15,9,81,0],[15,10,81,0,"setEnabled"],[15,20,81,0],[15,23,81,0,"setEnabled"],[15,33,81,0],[16,2,13,0],[16,6,13,0,"_ComponentsViewView"],[16,25,13,0],[16,28,13,0,"require"],[16,35,13,0],[16,36,13,0,"_dependencyMap"],[16,50,13,0],[17,2,13,0],[17,6,13,0,"View"],[17,10,13,0],[17,13,13,0,"_interopDefault"],[17,28,13,0],[17,29,13,0,"_ComponentsViewView"],[17,48,13,0],[18,2,14,0],[18,6,14,0,"_StyleSheetNormalizeColor"],[18,31,14,0],[18,34,14,0,"require"],[18,41,14,0],[18,42,14,0,"_dependencyMap"],[18,56,14,0],[19,2,14,0],[19,6,14,0,"normalizeColor"],[19,20,14,0],[19,23,14,0,"_interopDefault"],[19,38,14,0],[19,39,14,0,"_StyleSheetNormalizeColor"],[19,64,14,0],[20,2,15,0],[20,6,15,0,"_StyleSheetRect"],[20,21,15,0],[20,24,15,0,"require"],[20,31,15,0],[20,32,15,0,"_dependencyMap"],[20,46,15,0],[21,2,16,0,"require"],[21,9,16,0],[21,10,16,0,"_dependencyMap"],[21,24,16,0],[22,2,16,31],[22,6,16,31,"_reactJsxDevRuntime"],[22,25,16,31],[22,28,16,31,"require"],[22,35,16,31],[22,36,16,31,"_dependencyMap"],[22,50,16,31],[23,2,38,7],[23,11,38,16,"PressabilityDebugView"],[23,32,38,37,"PressabilityDebugView"],[23,33,38,38,"props"],[23,38,38,50],[23,40,38,64],[24,4,39,2],[24,8,39,6,"__DEV__"],[24,15,39,13],[24,17,39,15],[25,6,40,4],[25,10,40,8,"isEnabled"],[25,19,40,17],[25,20,40,18],[25,21,40,19],[25,23,40,21],[26,8,41,6],[26,12,41,12,"normalizedColor"],[26,27,41,27],[26,30,41,30],[26,34,41,30,"normalizeColor"],[26,48,41,44],[26,49,41,44,"default"],[26,56,41,44],[26,58,41,45,"props"],[26,63,41,50],[26,64,41,51,"color"],[26,69,41,56],[26,70,41,57],[27,8,42,6],[27,12,42,10],[27,19,42,17,"normalizedColor"],[27,34,42,32],[27,39,42,37],[27,47,42,45],[27,49,42,47],[28,10,43,8],[28,17,43,15],[28,21,43,19],[29,8,44,6],[30,8,45,6],[30,12,45,12,"baseColor"],[30,21,45,21],[30,24,46,8],[30,27,46,11],[30,30,46,14],[30,31,46,15,"normalizedColor"],[30,46,46,30],[30,50,46,34],[30,51,46,35],[30,53,46,37,"toString"],[30,61,46,45],[30,62,46,46],[30,64,46,48],[30,65,46,49],[30,66,46,50,"padStart"],[30,74,46,58],[30,75,46,59],[30,76,46,60],[30,78,46,62],[30,81,46,65],[30,82,46,66],[31,8,47,6],[31,12,47,12,"hitSlop"],[31,19,47,19],[31,22,47,22],[31,26,47,22,"normalizeRect"],[31,41,47,35],[31,42,47,35,"normalizeRect"],[31,55,47,35],[31,57,47,36,"props"],[31,62,47,41],[31,63,47,42,"hitSlop"],[31,70,47,49],[31,71,47,50],[32,8,48,6],[32,28,49,8],[32,32,49,8,"_reactJsxDevRuntime"],[32,51,49,8],[32,52,49,8,"jsxDEV"],[32,58,49,8],[32,60,49,9,"View"],[32,64,49,13],[32,65,49,13,"default"],[32,72,49,13],[33,10,50,10,"pointerEvents"],[33,23,50,23],[33,25,50,24],[33,31,50,30],[34,10,51,10,"style"],[34,15,51,15],[34,17,53,12],[35,12,54,14,"backgroundColor"],[35,27,54,29],[35,29,54,31,"baseColor"],[35,38,54,40],[35,39,54,41,"slice"],[35,44,54,46],[35,45,54,47],[35,46,54,48],[35,48,54,50],[35,49,54,51],[35,50,54,52],[35,51,54,53],[35,54,54,56],[35,58,54,60],[36,12,55,14,"borderColor"],[36,23,55,25],[36,25,55,27,"baseColor"],[36,34,55,36],[36,35,55,37,"slice"],[36,40,55,42],[36,41,55,43],[36,42,55,44],[36,44,55,46],[36,45,55,47],[36,46,55,48],[36,47,55,49],[36,50,55,52],[36,54,55,56],[37,12,56,14,"borderStyle"],[37,23,56,25],[37,25,56,27],[37,33,56,35],[38,12,57,14,"borderWidth"],[38,23,57,25],[38,25,57,27],[38,26,57,28],[39,12,58,14,"bottom"],[39,18,58,20],[39,20,58,22],[39,22,58,24,"hitSlop"],[39,29,58,31],[39,31,58,33,"bottom"],[39,37,58,39],[39,41,58,43],[39,42,58,44],[39,43,58,45],[40,12,59,14,"left"],[40,16,59,18],[40,18,59,20],[40,20,59,22,"hitSlop"],[40,27,59,29],[40,29,59,31,"left"],[40,33,59,35],[40,37,59,39],[40,38,59,40],[40,39,59,41],[41,12,60,14,"position"],[41,20,60,22],[41,22,60,24],[41,32,60,34],[42,12,61,14,"right"],[42,17,61,19],[42,19,61,21],[42,21,61,23,"hitSlop"],[42,28,61,30],[42,30,61,32,"right"],[42,35,61,37],[42,39,61,41],[42,40,61,42],[42,41,61,43],[43,12,62,14,"top"],[43,15,62,17],[43,17,62,19],[43,19,62,21,"hitSlop"],[43,26,62,28],[43,28,62,30,"top"],[43,31,62,33],[43,35,62,37],[43,36,62,38],[44,10,63,12],[45,8,64,11],[46,10,64,11,"fileName"],[46,18,64,11],[46,20,64,11,"_jsxFileName"],[46,32,64,11],[47,10,64,11,"lineNumber"],[47,20,64,11],[48,10,64,11,"columnNumber"],[48,22,64,11],[49,8,64,11],[49,15,65,9],[49,16,65,10],[50,6,67,4],[51,4,68,2],[52,4,69,2],[52,11,69,9],[52,15,69,13],[53,2,70,0],[54,2,72,0],[54,6,72,4,"isDebugEnabled"],[54,20,72,18],[54,23,72,21],[54,28,72,26],[55,2,74,7],[55,11,74,16,"isEnabled"],[55,20,74,25,"isEnabled"],[55,21,74,25],[55,23,74,37],[56,4,75,2],[56,8,75,6,"__DEV__"],[56,15,75,13],[56,17,75,15],[57,6,76,4],[57,13,76,11,"isDebugEnabled"],[57,27,76,25],[58,4,77,2],[59,4,78,2],[59,11,78,9],[59,16,78,14],[60,2,79,0],[61,2,81,7],[61,11,81,16,"setEnabled"],[61,21,81,26,"setEnabled"],[61,22,81,27,"value"],[61,27,81,41],[61,29,81,49],[62,4,82,2],[62,8,82,6,"__DEV__"],[62,15,82,13],[62,17,82,15],[63,6,83,4,"isDebugEnabled"],[63,20,83,18],[63,23,83,21,"value"],[63,28,83,26],[64,4,84,2],[65,2,85,0],[66,0,85,1],[66,3]],"functionMap":{"names":["<global>","PressabilityDebugView","isEnabled","setEnabled"],"mappings":"AAA;OCqC;CDgC;OEI;CFK;OGE"},"hasCjsExports":false},"type":"js/module"}]} |