mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 22:41:02 +00:00
1 line
6.0 KiB
Plaintext
1 line
6.0 KiB
Plaintext
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}},{"name":"./ExpoClipboardPasteButton","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":27},"end":{"line":2,"column":66,"index":93}}],"key":"eN9lJtsTwVKwb1gWXbxxisBeqBM=","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/expo-clipboard/build/ClipboardPasteButton.js\"; // @needsAudit\n /**\n * This component displays the `UIPasteControl` button on your screen. This allows pasting from the clipboard without requesting permission from the user.\n *\n * You should only attempt to render this if [`Clipboard.isPasteButtonAvailable`](#ispastebuttonavailable)\n * is `true`. This component will render nothing if it is not available, and you will get\n * a warning in development mode (`__DEV__ === true`).\n *\n * The properties of this component extend from `View`; however, you should not attempt to set\n * `backgroundColor`, `color` or `borderRadius` with the `style` property. Apple restricts customisation of this view.\n * Instead, you should use the backgroundColor and foregroundColor properties to set the colors of the button, the cornerStyle property to change the border radius,\n * and the displayMode property to change the appearance of the icon and label. The word \"Paste\" is not editable and neither is the icon.\n *\n * Make sure to attach height and width via the style props as without these styles, the button will\n * not appear on the screen.\n *\n * @see [Apple Documentation](https://developer.apple.com/documentation/uikit/uipastecontrol) for more details.\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.ClipboardPasteButton = ClipboardPasteButton;\n require(_dependencyMap[0], \"react\");\n var _ExpoClipboardPasteButton = require(_dependencyMap[1], \"./ExpoClipboardPasteButton\");\n var ExpoClipboardPasteButton = _interopDefault(_ExpoClipboardPasteButton);\n var _reactJsxDevRuntime = require(_dependencyMap[2], \"react/jsx-dev-runtime\");\n function ClipboardPasteButton({\n onPress,\n ...restProps\n }) {\n if (!ExpoClipboardPasteButton.default) {\n if (__DEV__) {\n console.warn(\"'ApplePasteButton' is not available.\");\n }\n return null;\n }\n const onPastePressed = ({\n nativeEvent\n }) => {\n onPress(nativeEvent);\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(ExpoClipboardPasteButton.default, {\n onPastePressed: onPastePressed,\n ...restProps\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 31,\n columnNumber: 12\n }, this);\n }\n});","lineCount":59,"map":[[4,96,3,0],[5,2,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[11,0,10,0],[12,0,11,0],[13,0,12,0],[14,0,13,0],[15,0,14,0],[16,0,15,0],[17,0,16,0],[18,0,17,0],[19,0,18,0],[20,0,19,0],[21,0,20,0],[22,2,4,0,"Object"],[22,8,4,0],[22,9,4,0,"defineProperty"],[22,23,4,0],[22,24,4,0,"exports"],[22,31,4,0],[23,4,4,0,"value"],[23,9,4,0],[24,2,4,0],[25,2,4,0],[25,11,4,0,"_interopDefault"],[25,27,4,0,"e"],[25,28,4,0],[26,4,4,0],[26,11,4,0,"e"],[26,12,4,0],[26,16,4,0,"e"],[26,17,4,0],[26,18,4,0,"__esModule"],[26,28,4,0],[26,31,4,0,"e"],[26,32,4,0],[27,6,4,0,"default"],[27,13,4,0],[27,15,4,0,"e"],[28,4,4,0],[29,2,4,0],[30,2,21,0,"exports"],[30,9,21,0],[30,10,21,0,"ClipboardPasteButton"],[30,30,21,0],[30,33,21,0,"ClipboardPasteButton"],[30,53,21,0],[31,2,1,0,"require"],[31,9,1,0],[31,10,1,0,"_dependencyMap"],[31,24,1,0],[32,2,2,0],[32,6,2,0,"_ExpoClipboardPasteButton"],[32,31,2,0],[32,34,2,0,"require"],[32,41,2,0],[32,42,2,0,"_dependencyMap"],[32,56,2,0],[33,2,2,0],[33,6,2,0,"ExpoClipboardPasteButton"],[33,30,2,0],[33,33,2,0,"_interopDefault"],[33,48,2,0],[33,49,2,0,"_ExpoClipboardPasteButton"],[33,74,2,0],[34,2,2,66],[34,6,2,66,"_reactJsxDevRuntime"],[34,25,2,66],[34,28,2,66,"require"],[34,35,2,66],[34,36,2,66,"_dependencyMap"],[34,50,2,66],[35,2,21,7],[35,11,21,16,"ClipboardPasteButton"],[35,31,21,36,"ClipboardPasteButton"],[35,32,21,37],[36,4,21,39,"onPress"],[36,11,21,46],[37,4,21,48],[37,7,21,51,"restProps"],[38,2,21,61],[38,3,21,62],[38,5,21,64],[39,4,22,4],[39,8,22,8],[39,9,22,9,"ExpoClipboardPasteButton"],[39,33,22,33],[39,34,22,33,"default"],[39,41,22,33],[39,43,22,35],[40,6,23,8],[40,10,23,12,"__DEV__"],[40,17,23,19],[40,19,23,21],[41,8,24,12,"console"],[41,15,24,19],[41,16,24,20,"warn"],[41,20,24,24],[41,21,24,25],[41,59,24,63],[41,60,24,64],[42,6,25,8],[43,6,26,8],[43,13,26,15],[43,17,26,19],[44,4,27,4],[45,4,28,4],[45,10,28,10,"onPastePressed"],[45,24,28,24],[45,27,28,27,"onPastePressed"],[45,28,28,28],[46,6,28,30,"nativeEvent"],[47,4,28,42],[47,5,28,43],[47,10,28,48],[48,6,29,8,"onPress"],[48,13,29,15],[48,14,29,16,"nativeEvent"],[48,25,29,27],[48,26,29,28],[49,4,30,4],[49,5,30,5],[50,4,31,4],[50,24,31,11],[50,28,31,11,"_reactJsxDevRuntime"],[50,47,31,11],[50,48,31,11,"jsxDEV"],[50,54,31,11],[50,56,31,12,"ExpoClipboardPasteButton"],[50,80,31,36],[50,81,31,36,"default"],[50,88,31,36],[51,6,31,37,"onPastePressed"],[51,20,31,51],[51,22,31,53,"onPastePressed"],[51,36,31,68],[52,6,31,68],[52,9,31,73,"restProps"],[53,4,31,82],[54,6,31,82,"fileName"],[54,14,31,82],[54,16,31,82,"_jsxFileName"],[54,28,31,82],[55,6,31,82,"lineNumber"],[55,16,31,82],[56,6,31,82,"columnNumber"],[56,18,31,82],[57,4,31,82],[57,11,31,84],[57,12,31,85],[58,2,32,0],[59,0,32,1],[59,3]],"functionMap":{"names":["<global>","ClipboardPasteButton","onPastePressed"],"mappings":"AAA;OCoB;2BCO;KDE;CDE"},"hasCjsExports":false},"type":"js/module"}]} |