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":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"name":"@babel/runtime/helpers/objectWithoutProperties","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"fnQVLibs90KHiJ7y48fLgPWzDS0=","exportNames":["*"]}},{"name":"./NativeActionSheetManager","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":14,"column":0},"end":{"line":14,"column":63}}],"key":"8iBtwA0xN4HnhPjw8oRwDgAQcyY=","exportNames":["*"]}},{"name":"../StyleSheet/processColor","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":16,"column":21},"end":{"line":16,"column":58}}],"key":"I0Lk++/6Upr1uZbth/i3RrMPl94=","exportNames":["*"]}},{"name":"invariant","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":17,"column":18},"end":{"line":17,"column":38}}],"key":"oQpL0Es3H146KnQH9ygFeHrzVP4=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var _interopRequireDefault = require(_dependencyMap[0], \"@babel/runtime/helpers/interopRequireDefault\");\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = void 0;\n var _objectWithoutProperties2 = _interopRequireDefault(require(_dependencyMap[1], \"@babel/runtime/helpers/objectWithoutProperties\"));\n var _NativeActionSheetManager = _interopRequireDefault(require(_dependencyMap[2], \"./NativeActionSheetManager\"));\n var _excluded = [\"tintColor\", \"cancelButtonTintColor\", \"disabledButtonTintColor\", \"destructiveButtonIndex\"];\n var processColor = require(_dependencyMap[3], \"../StyleSheet/processColor\").default;\n var invariant = require(_dependencyMap[4], \"invariant\");\n var ActionSheetIOS = {\n showActionSheetWithOptions(options, callback) {\n invariant(typeof options === 'object' && options !== null, 'Options must be a valid object');\n invariant(typeof callback === 'function', 'Must provide a valid callback');\n invariant(_NativeActionSheetManager.default, \"ActionSheetManager doesn't exist\");\n var tintColor = options.tintColor,\n cancelButtonTintColor = options.cancelButtonTintColor,\n disabledButtonTintColor = options.disabledButtonTintColor,\n destructiveButtonIndex = options.destructiveButtonIndex,\n remainingOptions = (0, _objectWithoutProperties2.default)(options, _excluded);\n var destructiveButtonIndices = null;\n if (Array.isArray(destructiveButtonIndex)) {\n destructiveButtonIndices = destructiveButtonIndex;\n } else if (typeof destructiveButtonIndex === 'number') {\n destructiveButtonIndices = [destructiveButtonIndex];\n }\n var processedTintColor = processColor(tintColor);\n var processedCancelButtonTintColor = processColor(cancelButtonTintColor);\n var processedDisabledButtonTintColor = processColor(disabledButtonTintColor);\n invariant(processedTintColor == null || typeof processedTintColor === 'number', 'Unexpected color given for ActionSheetIOS.showActionSheetWithOptions tintColor');\n invariant(processedCancelButtonTintColor == null || typeof processedCancelButtonTintColor === 'number', 'Unexpected color given for ActionSheetIOS.showActionSheetWithOptions cancelButtonTintColor');\n invariant(processedDisabledButtonTintColor == null || typeof processedDisabledButtonTintColor === 'number', 'Unexpected color given for ActionSheetIOS.showActionSheetWithOptions disabledButtonTintColor');\n _NativeActionSheetManager.default.showActionSheetWithOptions({\n ...remainingOptions,\n tintColor: processedTintColor,\n cancelButtonTintColor: processedCancelButtonTintColor,\n disabledButtonTintColor: processedDisabledButtonTintColor,\n destructiveButtonIndices\n }, callback);\n },\n showShareActionSheetWithOptions(options, failureCallback, successCallback) {\n invariant(typeof options === 'object' && options !== null, 'Options must be a valid object');\n invariant(typeof failureCallback === 'function', 'Must provide a valid failureCallback');\n invariant(typeof successCallback === 'function', 'Must provide a valid successCallback');\n invariant(_NativeActionSheetManager.default, \"ActionSheetManager doesn't exist\");\n _NativeActionSheetManager.default.showShareActionSheetWithOptions({\n ...options,\n tintColor: processColor(options.tintColor)\n }, failureCallback, successCallback);\n },\n dismissActionSheet: () => {\n invariant(_NativeActionSheetManager.default, \"ActionSheetManager doesn't exist\");\n if (typeof _NativeActionSheetManager.default.dismissActionSheet === 'function') {\n _NativeActionSheetManager.default.dismissActionSheet();\n }\n }\n };\n var _default = exports.default = ActionSheetIOS;\n});","lineCount":60,"map":[[8,2,14,0],[8,6,14,0,"_NativeActionSheetManager"],[8,31,14,0],[8,34,14,0,"_interopRequireDefault"],[8,56,14,0],[8,57,14,0,"require"],[8,64,14,0],[8,65,14,0,"_dependencyMap"],[8,79,14,0],[9,2,14,63],[9,6,14,63,"_excluded"],[9,15,14,63],[10,2,16,0],[10,6,16,6,"processColor"],[10,18,16,18],[10,21,16,21,"require"],[10,28,16,28],[10,29,16,28,"_dependencyMap"],[10,43,16,28],[10,76,16,57],[10,77,16,58],[10,78,16,59,"default"],[10,85,16,66],[11,2,17,0],[11,6,17,6,"invariant"],[11,15,17,15],[11,18,17,18,"require"],[11,25,17,25],[11,26,17,25,"_dependencyMap"],[11,40,17,25],[11,56,17,37],[11,57,17,38],[12,2,57,0],[12,6,57,6,"ActionSheetIOS"],[12,20,57,20],[12,23,57,23],[13,4,75,2,"showActionSheetWithOptions"],[13,30,75,28,"showActionSheetWithOptions"],[13,31,76,4,"options"],[13,38,76,34],[13,40,77,4,"callback"],[13,48,77,43],[13,50,78,4],[14,6,79,4,"invariant"],[14,15,79,13],[14,16,80,6],[14,23,80,13,"options"],[14,30,80,20],[14,35,80,25],[14,43,80,33],[14,47,80,37,"options"],[14,54,80,44],[14,59,80,49],[14,63,80,53],[14,65,81,6],[14,97,82,4],[14,98,82,5],[15,6,83,4,"invariant"],[15,15,83,13],[15,16,83,14],[15,23,83,21,"callback"],[15,31,83,29],[15,36,83,34],[15,46,83,44],[15,48,83,46],[15,79,83,77],[15,80,83,78],[16,6,84,4,"invariant"],[16,15,84,13],[16,16,84,14,"RCTActionSheetManager"],[16,49,84,35],[16,51,84,37],[16,85,84,71],[16,86,84,72],[17,6,86,4],[17,10,87,6,"tintColor"],[17,19,87,15],[17,22,92,8,"options"],[17,29,92,15],[17,30,87,6,"tintColor"],[17,39,87,15],[18,8,88,6,"cancelButtonTintColor"],[18,29,88,27],[18,32,92,8,"options"],[18,39,92,15],[18,40,88,6,"cancelButtonTintColor"],[18,61,88,27],[19,8,89,6,"disabledButtonTintColor"],[19,31,89,29],[19,34,92,8,"options"],[19,41,92,15],[19,42,89,6,"disabledButtonTintColor"],[19,65,89,29],[20,8,90,6,"destructiveButtonIndex"],[20,30,90,28],[20,33,92,8,"options"],[20,40,92,15],[20,41,90,6,"destructiveButtonIndex"],[20,63,90,28],[21,8,91,9,"remainingOptions"],[21,24,91,25],[21,31,91,25,"_objectWithoutProperties2"],[21,56,91,25],[21,57,91,25,"default"],[21,64,91,25],[21,66,92,8,"options"],[21,73,92,15],[21,75,92,15,"_excluded"],[21,84,92,15],[22,6,93,4],[22,10,93,8,"destructiveButtonIndices"],[22,34,93,32],[22,37,93,35],[22,41,93,39],[23,6,95,4],[23,10,95,8,"Array"],[23,15,95,13],[23,16,95,14,"isArray"],[23,23,95,21],[23,24,95,22,"destructiveButtonIndex"],[23,46,95,44],[23,47,95,45],[23,49,95,47],[24,8,96,6,"destructiveButtonIndices"],[24,32,96,30],[24,35,96,33,"destructiveButtonIndex"],[24,57,96,55],[25,6,97,4],[25,7,97,5],[25,13,97,11],[25,17,97,15],[25,24,97,22,"destructiveButtonIndex"],[25,46,97,44],[25,51,97,49],[25,59,97,57],[25,61,97,59],[26,8,98,6,"destructiveButtonIndices"],[26,32,98,30],[26,35,98,33],[26,36,98,34,"destructiveButtonIndex"],[26,58,98,56],[26,59,98,57],[27,6,99,4],[28,6,101,4],[28,10,101,10,"processedTintColor"],[28,28,101,28],[28,31,101,31,"processColor"],[28,43,101,43],[28,44,101,44,"tintColor"],[28,53,101,53],[28,54,101,54],[29,6,102,4],[29,10,102,10,"processedCancelButtonTintColor"],[29,40,102,40],[29,43,102,43,"processColor"],[29,55,102,55],[29,56,102,56,"cancelButtonTintColor"],[29,77,102,77],[29,78,102,78],[30,6,103,4],[30,10,103,10,"processedDisabledButtonTintColor"],[30,42,103,42],[30,45,103,45,"processColor"],[30,57,103,57],[30,58,104,6,"disabledButtonTintColor"],[30,81,105,4],[30,82,105,5],[31,6,107,4,"invariant"],[31,15,107,13],[31,16,108,6,"processedTintColor"],[31,34,108,24],[31,38,108,28],[31,42,108,32],[31,46,108,36],[31,53,108,43,"processedTintColor"],[31,71,108,61],[31,76,108,66],[31,84,108,74],[31,86,109,6],[31,166,110,4],[31,167,110,5],[32,6,111,4,"invariant"],[32,15,111,13],[32,16,112,6,"processedCancelButtonTintColor"],[32,46,112,36],[32,50,112,40],[32,54,112,44],[32,58,113,8],[32,65,113,15,"processedCancelButtonTintColor"],[32,95,113,45],[32,100,113,50],[32,108,113,58],[32,110,114,6],[32,202,115,4],[32,203,115,5],[33,6,116,4,"invariant"],[33,15,116,13],[33,16,117,6,"processedDisabledButtonTintColor"],[33,48,117,38],[33,52,117,42],[33,56,117,46],[33,60,118,8],[33,67,118,15,"processedDisabledButtonTintColor"],[33,99,118,47],[33,104,118,52],[33,112,118,60],[33,114,119,6],[33,208,120,4],[33,209,120,5],[34,6,121,4,"RCTActionSheetManager"],[34,39,121,25],[34,40,121,26,"showActionSheetWithOptions"],[34,66,121,52],[34,67,122,6],[35,8,123,8],[35,11,123,11,"remainingOptions"],[35,27,123,27],[36,8,125,8,"tintColor"],[36,17,125,17],[36,19,125,19,"processedTintColor"],[36,37,125,37],[37,8,127,8,"cancelButtonTintColor"],[37,29,127,29],[37,31,127,31,"processedCancelButtonTintColor"],[37,61,127,61],[38,8,129,8,"disabledButtonTintColor"],[38,31,129,31],[38,33,129,33,"processedDisabledButtonTintColor"],[38,65,129,65],[39,8,130,8,"destructiveButtonIndices"],[40,6,131,6],[40,7,131,7],[40,9,132,6,"callback"],[40,17,133,4],[40,18,133,5],[41,4,134,2],[41,5,134,3],[42,4,159,2,"showShareActionSheetWithOptions"],[42,35,159,33,"showShareActionSheetWithOptions"],[42,36,160,4,"options"],[42,43,160,39],[42,45,161,4,"failureCallback"],[42,60,161,72],[42,62,162,4,"successCallback"],[42,77,162,77],[42,79,163,4],[43,6,164,4,"invariant"],[43,15,164,13],[43,16,165,6],[43,23,165,13,"options"],[43,30,165,20],[43,35,165,25],[43,43,165,33],[43,47,165,37,"options"],[43,54,165,44],[43,59,165,49],[43,63,165,53],[43,65,166,6],[43,97,167,4],[43,98,167,5],[44,6,168,4,"invariant"],[44,15,168,13],[44,16,169,6],[44,23,169,13,"failureCallback"],[44,38,169,28],[44,43,169,33],[44,53,169,43],[44,55,170,6],[44,93,171,4],[44,94,171,5],[45,6,172,4,"invariant"],[45,15,172,13],[45,16,173,6],[45,23,173,13,"successCallback"],[45,38,173,28],[45,43,173,33],[45,53,173,43],[45,55,174,6],[45,93,175,4],[45,94,175,5],[46,6,176,4,"invariant"],[46,15,176,13],[46,16,176,14,"RCTActionSheetManager"],[46,49,176,35],[46,51,176,37],[46,85,176,71],[46,86,176,72],[47,6,177,4,"RCTActionSheetManager"],[47,39,177,25],[47,40,177,26,"showShareActionSheetWithOptions"],[47,71,177,57],[47,72,178,6],[48,8,178,7],[48,11,178,10,"options"],[48,18,178,17],[49,8,178,19,"tintColor"],[49,17,178,28],[49,19,178,30,"processColor"],[49,31,178,42],[49,32,178,43,"options"],[49,39,178,50],[49,40,178,51,"tintColor"],[49,49,178,60],[50,6,178,75],[50,7,178,76],[50,9,179,6,"failureCallback"],[50,24,179,21],[50,26,180,6,"successCallback"],[50,41,181,4],[50,42,181,5],[51,4,182,2],[51,5,182,3],[52,4,188,2,"dismissActionSheet"],[52,22,188,20],[52,24,188,22,"dismissActionSheet"],[52,25,188,22],[52,30,188,28],[53,6,189,4,"invariant"],[53,15,189,13],[53,16,189,14,"RCTActionSheetManager"],[53,49,189,35],[53,51,189,37],[53,85,189,71],[53,86,189,72],[54,6,190,4],[54,10,190,8],[54,17,190,15,"RCTActionSheetManager"],[54,50,190,36],[54,51,190,37,"dismissActionSheet"],[54,69,190,55],[54,74,190,60],[54,84,190,70],[54,86,190,72],[55,8,191,6,"RCTActionSheetManager"],[55,41,191,27],[55,42,191,28,"dismissActionSheet"],[55,60,191,46],[55,61,191,47],[55,62,191,48],[56,6,192,4],[57,4,193,2],[58,2,194,0],[58,3,194,1],[59,2,194,2],[59,6,194,2,"_default"],[59,14,194,2],[59,17,194,2,"exports"],[59,24,194,2],[59,25,194,2,"default"],[59,32,194,2],[59,35,196,15,"ActionSheetIOS"],[59,49,196,29],[60,0,196,29],[60,3]],"functionMap":{"names":["<global>","showActionSheetWithOptions","showShareActionSheetWithOptions","dismissActionSheet"],"mappings":"AAA;EC0E;GD2D;EEyB;GFuB;sBGM;GHK"}},"type":"js/module"}]} |