mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
1 line
17 KiB
Plaintext
1 line
17 KiB
Plaintext
{"dependencies":[{"name":"react-native-web/dist/exports/Touchable","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"Ia9iMY7/jvYXWSf0C7QtX0B7Pe4=","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 _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _reactNativeWebDistExportsTouchable = require(_dependencyMap[0], \"react-native-web/dist/exports/Touchable\");\n var Touchable = _interopDefault(_reactNativeWebDistExportsTouchable);\n const PRESS_RETENTION_OFFSET = {\n top: 20,\n left: 20,\n right: 20,\n bottom: 30\n };\n // @ts-expect-error: Mixin is not typed\n const {\n Mixin\n } = Touchable.default;\n const {\n touchableHandleStartShouldSetResponder,\n touchableHandleResponderTerminationRequest,\n touchableHandleResponderGrant,\n touchableHandleResponderMove,\n touchableHandleResponderRelease,\n touchableHandleResponderTerminate,\n touchableGetInitialState\n } = Mixin;\n const SvgTouchableMixin = {\n ...Mixin,\n touchableHandleStartShouldSetResponder(e) {\n const {\n onStartShouldSetResponder\n } = this.props;\n if (onStartShouldSetResponder) {\n return onStartShouldSetResponder(e);\n } else {\n return touchableHandleStartShouldSetResponder.call(this, e);\n }\n },\n touchableHandleResponderTerminationRequest(e) {\n const {\n onResponderTerminationRequest\n } = this.props;\n if (onResponderTerminationRequest) {\n return onResponderTerminationRequest(e);\n } else {\n return touchableHandleResponderTerminationRequest.call(this, e);\n }\n },\n touchableHandleResponderGrant(e) {\n const {\n onResponderGrant\n } = this.props;\n if (onResponderGrant) {\n return onResponderGrant(e);\n } else {\n return touchableHandleResponderGrant.call(this, e);\n }\n },\n touchableHandleResponderMove(e) {\n const {\n onResponderMove\n } = this.props;\n if (onResponderMove) {\n return onResponderMove(e);\n } else {\n return touchableHandleResponderMove.call(this, e);\n }\n },\n touchableHandleResponderRelease(e) {\n const {\n onResponderRelease\n } = this.props;\n if (onResponderRelease) {\n return onResponderRelease(e);\n } else {\n return touchableHandleResponderRelease.call(this, e);\n }\n },\n touchableHandleResponderTerminate(e) {\n const {\n onResponderTerminate\n } = this.props;\n if (onResponderTerminate) {\n return onResponderTerminate(e);\n } else {\n return touchableHandleResponderTerminate.call(this, e);\n }\n },\n touchableHandlePress(e) {\n const {\n onPress\n } = this.props;\n onPress && onPress(e);\n },\n touchableHandleActivePressIn(e) {\n const {\n onPressIn\n } = this.props;\n onPressIn && onPressIn(e);\n },\n touchableHandleActivePressOut(e) {\n const {\n onPressOut\n } = this.props;\n onPressOut && onPressOut(e);\n },\n touchableHandleLongPress(e) {\n const {\n onLongPress\n } = this.props;\n onLongPress && onLongPress(e);\n },\n touchableGetPressRectOffset() {\n const {\n pressRetentionOffset\n } = this.props;\n return pressRetentionOffset || PRESS_RETENTION_OFFSET;\n },\n touchableGetHitSlop() {\n const {\n hitSlop\n } = this.props;\n return hitSlop;\n },\n touchableGetHighlightDelayMS() {\n const {\n delayPressIn\n } = this.props;\n return delayPressIn || 0;\n },\n touchableGetLongPressDelayMS() {\n const {\n delayLongPress\n } = this.props;\n return delayLongPress === 0 ? 0 : delayLongPress || 500;\n },\n touchableGetPressOutDelayMS() {\n const {\n delayPressOut\n } = this.props;\n return delayPressOut || 0;\n }\n };\n const touchKeys = Object.keys(SvgTouchableMixin);\n const touchVals = touchKeys.map(key => SvgTouchableMixin[key]);\n const numTouchKeys = touchKeys.length;\n var _default = target => {\n for (let i = 0; i < numTouchKeys; i++) {\n const key = touchKeys[i];\n const val = touchVals[i];\n if (typeof val === 'function') {\n target[key] = val.bind(target);\n } else {\n target[key] = val;\n }\n }\n target.state = touchableGetInitialState();\n };\n});","lineCount":171,"map":[[12,2,141,0,"Object"],[12,8,141,0],[12,9,141,0,"defineProperty"],[12,23,141,0],[12,24,141,0,"exports"],[12,31,141,0],[13,4,141,0,"enumerable"],[13,14,141,0],[14,4,141,0,"get"],[14,7,141,0],[14,18,141,0,"get"],[14,19,141,0],[15,6,141,0],[15,13,141,0,"_default"],[15,21,141,0],[16,4,141,0],[17,2,141,0],[18,2,152,2],[18,6,152,2,"_reactNativeWebDistExportsTouchable"],[18,41,152,2],[18,44,152,2,"require"],[18,51,152,2],[18,52,152,2,"_dependencyMap"],[18,66,152,2],[19,2,152,2],[19,6,152,2,"Touchable"],[19,15,152,2],[19,18,152,2,"_interopDefault"],[19,33,152,2],[19,34,152,2,"_reactNativeWebDistExportsTouchable"],[19,69,152,2],[20,2,2,0],[20,8,2,6,"PRESS_RETENTION_OFFSET"],[20,30,2,28],[20,33,2,31],[21,4,3,2,"top"],[21,7,3,5],[21,9,3,7],[21,11,3,9],[22,4,4,2,"left"],[22,8,4,6],[22,10,4,8],[22,12,4,10],[23,4,5,2,"right"],[23,9,5,7],[23,11,5,9],[23,13,5,11],[24,4,6,2,"bottom"],[24,10,6,8],[24,12,6,10],[25,2,7,0],[25,3,7,1],[26,2,8,0],[27,2,9,0],[27,8,9,6],[28,4,10,2,"Mixin"],[29,2,11,0],[29,3,11,1],[29,6,11,4,"Touchable"],[29,15,11,13],[29,16,11,13,"default"],[29,23,11,13],[30,2,12,0],[30,8,12,6],[31,4,13,2,"touchableHandleStartShouldSetResponder"],[31,42,13,40],[32,4,14,2,"touchableHandleResponderTerminationRequest"],[32,46,14,44],[33,4,15,2,"touchableHandleResponderGrant"],[33,33,15,31],[34,4,16,2,"touchableHandleResponderMove"],[34,32,16,30],[35,4,17,2,"touchableHandleResponderRelease"],[35,35,17,33],[36,4,18,2,"touchableHandleResponderTerminate"],[36,37,18,35],[37,4,19,2,"touchableGetInitialState"],[38,2,20,0],[38,3,20,1],[38,6,20,4,"Mixin"],[38,11,20,9],[39,2,21,0],[39,8,21,6,"SvgTouchableMixin"],[39,25,21,23],[39,28,21,26],[40,4,22,2],[40,7,22,5,"Mixin"],[40,12,22,10],[41,4,23,2,"touchableHandleStartShouldSetResponder"],[41,42,23,40,"touchableHandleStartShouldSetResponder"],[41,43,23,41,"e"],[41,44,23,42],[41,46,23,44],[42,6,24,4],[42,12,24,10],[43,8,25,6,"onStartShouldSetResponder"],[44,6,26,4],[44,7,26,5],[44,10,26,8],[44,14,26,12],[44,15,26,13,"props"],[44,20,26,18],[45,6,27,4],[45,10,27,8,"onStartShouldSetResponder"],[45,35,27,33],[45,37,27,35],[46,8,28,6],[46,15,28,13,"onStartShouldSetResponder"],[46,40,28,38],[46,41,28,39,"e"],[46,42,28,40],[46,43,28,41],[47,6,29,4],[47,7,29,5],[47,13,29,11],[48,8,30,6],[48,15,30,13,"touchableHandleStartShouldSetResponder"],[48,53,30,51],[48,54,30,52,"call"],[48,58,30,56],[48,59,30,57],[48,63,30,61],[48,65,30,63,"e"],[48,66,30,64],[48,67,30,65],[49,6,31,4],[50,4,32,2],[50,5,32,3],[51,4,33,2,"touchableHandleResponderTerminationRequest"],[51,46,33,44,"touchableHandleResponderTerminationRequest"],[51,47,33,45,"e"],[51,48,33,46],[51,50,33,48],[52,6,34,4],[52,12,34,10],[53,8,35,6,"onResponderTerminationRequest"],[54,6,36,4],[54,7,36,5],[54,10,36,8],[54,14,36,12],[54,15,36,13,"props"],[54,20,36,18],[55,6,37,4],[55,10,37,8,"onResponderTerminationRequest"],[55,39,37,37],[55,41,37,39],[56,8,38,6],[56,15,38,13,"onResponderTerminationRequest"],[56,44,38,42],[56,45,38,43,"e"],[56,46,38,44],[56,47,38,45],[57,6,39,4],[57,7,39,5],[57,13,39,11],[58,8,40,6],[58,15,40,13,"touchableHandleResponderTerminationRequest"],[58,57,40,55],[58,58,40,56,"call"],[58,62,40,60],[58,63,40,61],[58,67,40,65],[58,69,40,67,"e"],[58,70,40,68],[58,71,40,69],[59,6,41,4],[60,4,42,2],[60,5,42,3],[61,4,43,2,"touchableHandleResponderGrant"],[61,33,43,31,"touchableHandleResponderGrant"],[61,34,43,32,"e"],[61,35,43,33],[61,37,43,35],[62,6,44,4],[62,12,44,10],[63,8,45,6,"onResponderGrant"],[64,6,46,4],[64,7,46,5],[64,10,46,8],[64,14,46,12],[64,15,46,13,"props"],[64,20,46,18],[65,6,47,4],[65,10,47,8,"onResponderGrant"],[65,26,47,24],[65,28,47,26],[66,8,48,6],[66,15,48,13,"onResponderGrant"],[66,31,48,29],[66,32,48,30,"e"],[66,33,48,31],[66,34,48,32],[67,6,49,4],[67,7,49,5],[67,13,49,11],[68,8,50,6],[68,15,50,13,"touchableHandleResponderGrant"],[68,44,50,42],[68,45,50,43,"call"],[68,49,50,47],[68,50,50,48],[68,54,50,52],[68,56,50,54,"e"],[68,57,50,55],[68,58,50,56],[69,6,51,4],[70,4,52,2],[70,5,52,3],[71,4,53,2,"touchableHandleResponderMove"],[71,32,53,30,"touchableHandleResponderMove"],[71,33,53,31,"e"],[71,34,53,32],[71,36,53,34],[72,6,54,4],[72,12,54,10],[73,8,55,6,"onResponderMove"],[74,6,56,4],[74,7,56,5],[74,10,56,8],[74,14,56,12],[74,15,56,13,"props"],[74,20,56,18],[75,6,57,4],[75,10,57,8,"onResponderMove"],[75,25,57,23],[75,27,57,25],[76,8,58,6],[76,15,58,13,"onResponderMove"],[76,30,58,28],[76,31,58,29,"e"],[76,32,58,30],[76,33,58,31],[77,6,59,4],[77,7,59,5],[77,13,59,11],[78,8,60,6],[78,15,60,13,"touchableHandleResponderMove"],[78,43,60,41],[78,44,60,42,"call"],[78,48,60,46],[78,49,60,47],[78,53,60,51],[78,55,60,53,"e"],[78,56,60,54],[78,57,60,55],[79,6,61,4],[80,4,62,2],[80,5,62,3],[81,4,63,2,"touchableHandleResponderRelease"],[81,35,63,33,"touchableHandleResponderRelease"],[81,36,63,34,"e"],[81,37,63,35],[81,39,63,37],[82,6,64,4],[82,12,64,10],[83,8,65,6,"onResponderRelease"],[84,6,66,4],[84,7,66,5],[84,10,66,8],[84,14,66,12],[84,15,66,13,"props"],[84,20,66,18],[85,6,67,4],[85,10,67,8,"onResponderRelease"],[85,28,67,26],[85,30,67,28],[86,8,68,6],[86,15,68,13,"onResponderRelease"],[86,33,68,31],[86,34,68,32,"e"],[86,35,68,33],[86,36,68,34],[87,6,69,4],[87,7,69,5],[87,13,69,11],[88,8,70,6],[88,15,70,13,"touchableHandleResponderRelease"],[88,46,70,44],[88,47,70,45,"call"],[88,51,70,49],[88,52,70,50],[88,56,70,54],[88,58,70,56,"e"],[88,59,70,57],[88,60,70,58],[89,6,71,4],[90,4,72,2],[90,5,72,3],[91,4,73,2,"touchableHandleResponderTerminate"],[91,37,73,35,"touchableHandleResponderTerminate"],[91,38,73,36,"e"],[91,39,73,37],[91,41,73,39],[92,6,74,4],[92,12,74,10],[93,8,75,6,"onResponderTerminate"],[94,6,76,4],[94,7,76,5],[94,10,76,8],[94,14,76,12],[94,15,76,13,"props"],[94,20,76,18],[95,6,77,4],[95,10,77,8,"onResponderTerminate"],[95,30,77,28],[95,32,77,30],[96,8,78,6],[96,15,78,13,"onResponderTerminate"],[96,35,78,33],[96,36,78,34,"e"],[96,37,78,35],[96,38,78,36],[97,6,79,4],[97,7,79,5],[97,13,79,11],[98,8,80,6],[98,15,80,13,"touchableHandleResponderTerminate"],[98,48,80,46],[98,49,80,47,"call"],[98,53,80,51],[98,54,80,52],[98,58,80,56],[98,60,80,58,"e"],[98,61,80,59],[98,62,80,60],[99,6,81,4],[100,4,82,2],[100,5,82,3],[101,4,83,2,"touchableHandlePress"],[101,24,83,22,"touchableHandlePress"],[101,25,83,23,"e"],[101,26,83,24],[101,28,83,26],[102,6,84,4],[102,12,84,10],[103,8,85,6,"onPress"],[104,6,86,4],[104,7,86,5],[104,10,86,8],[104,14,86,12],[104,15,86,13,"props"],[104,20,86,18],[105,6,87,4,"onPress"],[105,13,87,11],[105,17,87,15,"onPress"],[105,24,87,22],[105,25,87,23,"e"],[105,26,87,24],[105,27,87,25],[106,4,88,2],[106,5,88,3],[107,4,89,2,"touchableHandleActivePressIn"],[107,32,89,30,"touchableHandleActivePressIn"],[107,33,89,31,"e"],[107,34,89,32],[107,36,89,34],[108,6,90,4],[108,12,90,10],[109,8,91,6,"onPressIn"],[110,6,92,4],[110,7,92,5],[110,10,92,8],[110,14,92,12],[110,15,92,13,"props"],[110,20,92,18],[111,6,93,4,"onPressIn"],[111,15,93,13],[111,19,93,17,"onPressIn"],[111,28,93,26],[111,29,93,27,"e"],[111,30,93,28],[111,31,93,29],[112,4,94,2],[112,5,94,3],[113,4,95,2,"touchableHandleActivePressOut"],[113,33,95,31,"touchableHandleActivePressOut"],[113,34,95,32,"e"],[113,35,95,33],[113,37,95,35],[114,6,96,4],[114,12,96,10],[115,8,97,6,"onPressOut"],[116,6,98,4],[116,7,98,5],[116,10,98,8],[116,14,98,12],[116,15,98,13,"props"],[116,20,98,18],[117,6,99,4,"onPressOut"],[117,16,99,14],[117,20,99,18,"onPressOut"],[117,30,99,28],[117,31,99,29,"e"],[117,32,99,30],[117,33,99,31],[118,4,100,2],[118,5,100,3],[119,4,101,2,"touchableHandleLongPress"],[119,28,101,26,"touchableHandleLongPress"],[119,29,101,27,"e"],[119,30,101,28],[119,32,101,30],[120,6,102,4],[120,12,102,10],[121,8,103,6,"onLongPress"],[122,6,104,4],[122,7,104,5],[122,10,104,8],[122,14,104,12],[122,15,104,13,"props"],[122,20,104,18],[123,6,105,4,"onLongPress"],[123,17,105,15],[123,21,105,19,"onLongPress"],[123,32,105,30],[123,33,105,31,"e"],[123,34,105,32],[123,35,105,33],[124,4,106,2],[124,5,106,3],[125,4,107,2,"touchableGetPressRectOffset"],[125,31,107,29,"touchableGetPressRectOffset"],[125,32,107,29],[125,34,107,32],[126,6,108,4],[126,12,108,10],[127,8,109,6,"pressRetentionOffset"],[128,6,110,4],[128,7,110,5],[128,10,110,8],[128,14,110,12],[128,15,110,13,"props"],[128,20,110,18],[129,6,111,4],[129,13,111,11,"pressRetentionOffset"],[129,33,111,31],[129,37,111,35,"PRESS_RETENTION_OFFSET"],[129,59,111,57],[130,4,112,2],[130,5,112,3],[131,4,113,2,"touchableGetHitSlop"],[131,23,113,21,"touchableGetHitSlop"],[131,24,113,21],[131,26,113,24],[132,6,114,4],[132,12,114,10],[133,8,115,6,"hitSlop"],[134,6,116,4],[134,7,116,5],[134,10,116,8],[134,14,116,12],[134,15,116,13,"props"],[134,20,116,18],[135,6,117,4],[135,13,117,11,"hitSlop"],[135,20,117,18],[136,4,118,2],[136,5,118,3],[137,4,119,2,"touchableGetHighlightDelayMS"],[137,32,119,30,"touchableGetHighlightDelayMS"],[137,33,119,30],[137,35,119,33],[138,6,120,4],[138,12,120,10],[139,8,121,6,"delayPressIn"],[140,6,122,4],[140,7,122,5],[140,10,122,8],[140,14,122,12],[140,15,122,13,"props"],[140,20,122,18],[141,6,123,4],[141,13,123,11,"delayPressIn"],[141,25,123,23],[141,29,123,27],[141,30,123,28],[142,4,124,2],[142,5,124,3],[143,4,125,2,"touchableGetLongPressDelayMS"],[143,32,125,30,"touchableGetLongPressDelayMS"],[143,33,125,30],[143,35,125,33],[144,6,126,4],[144,12,126,10],[145,8,127,6,"delayLongPress"],[146,6,128,4],[146,7,128,5],[146,10,128,8],[146,14,128,12],[146,15,128,13,"props"],[146,20,128,18],[147,6,129,4],[147,13,129,11,"delayLongPress"],[147,27,129,25],[147,32,129,30],[147,33,129,31],[147,36,129,34],[147,37,129,35],[147,40,129,38,"delayLongPress"],[147,54,129,52],[147,58,129,56],[147,61,129,59],[148,4,130,2],[148,5,130,3],[149,4,131,2,"touchableGetPressOutDelayMS"],[149,31,131,29,"touchableGetPressOutDelayMS"],[149,32,131,29],[149,34,131,32],[150,6,132,4],[150,12,132,10],[151,8,133,6,"delayPressOut"],[152,6,134,4],[152,7,134,5],[152,10,134,8],[152,14,134,12],[152,15,134,13,"props"],[152,20,134,18],[153,6,135,4],[153,13,135,11,"delayPressOut"],[153,26,135,24],[153,30,135,28],[153,31,135,29],[154,4,136,2],[155,2,137,0],[155,3,137,1],[156,2,138,0],[156,8,138,6,"touchKeys"],[156,17,138,15],[156,20,138,18,"Object"],[156,26,138,24],[156,27,138,25,"keys"],[156,31,138,29],[156,32,138,30,"SvgTouchableMixin"],[156,49,138,47],[156,50,138,48],[157,2,139,0],[157,8,139,6,"touchVals"],[157,17,139,15],[157,20,139,18,"touchKeys"],[157,29,139,27],[157,30,139,28,"map"],[157,33,139,31],[157,34,139,32,"key"],[157,37,139,35],[157,41,139,39,"SvgTouchableMixin"],[157,58,139,56],[157,59,139,57,"key"],[157,62,139,60],[157,63,139,61],[157,64,139,62],[158,2,140,0],[158,8,140,6,"numTouchKeys"],[158,20,140,18],[158,23,140,21,"touchKeys"],[158,32,140,30],[158,33,140,31,"length"],[158,39,140,37],[159,2,141,0],[159,6,141,0,"_default"],[159,14,141,0],[159,17,141,15,"target"],[159,23,141,21],[159,27,141,25],[160,4,142,2],[160,9,142,7],[160,13,142,11,"i"],[160,14,142,12],[160,17,142,15],[160,18,142,16],[160,20,142,18,"i"],[160,21,142,19],[160,24,142,22,"numTouchKeys"],[160,36,142,34],[160,38,142,36,"i"],[160,39,142,37],[160,41,142,39],[160,43,142,41],[161,6,143,4],[161,12,143,10,"key"],[161,15,143,13],[161,18,143,16,"touchKeys"],[161,27,143,25],[161,28,143,26,"i"],[161,29,143,27],[161,30,143,28],[162,6,144,4],[162,12,144,10,"val"],[162,15,144,13],[162,18,144,16,"touchVals"],[162,27,144,25],[162,28,144,26,"i"],[162,29,144,27],[162,30,144,28],[163,6,145,4],[163,10,145,8],[163,17,145,15,"val"],[163,20,145,18],[163,25,145,23],[163,35,145,33],[163,37,145,35],[164,8,146,6,"target"],[164,14,146,12],[164,15,146,13,"key"],[164,18,146,16],[164,19,146,17],[164,22,146,20,"val"],[164,25,146,23],[164,26,146,24,"bind"],[164,30,146,28],[164,31,146,29,"target"],[164,37,146,35],[164,38,146,36],[165,6,147,4],[165,7,147,5],[165,13,147,11],[166,8,148,6,"target"],[166,14,148,12],[166,15,148,13,"key"],[166,18,148,16],[166,19,148,17],[166,22,148,20,"val"],[166,25,148,23],[167,6,149,4],[168,4,150,2],[169,4,151,2,"target"],[169,10,151,8],[169,11,151,9,"state"],[169,16,151,14],[169,19,151,17,"touchableGetInitialState"],[169,43,151,41],[169,44,151,42],[169,45,151,43],[170,2,152,0],[170,3,152,1],[171,0,152,2],[171,3]],"functionMap":{"names":["<global>","touchableHandleStartShouldSetResponder","touchableHandleResponderTerminationRequest","touchableHandleResponderGrant","touchableHandleResponderMove","touchableHandleResponderRelease","touchableHandleResponderTerminate","touchableHandlePress","touchableHandleActivePressIn","touchableHandleActivePressOut","touchableHandleLongPress","touchableGetPressRectOffset","touchableGetHitSlop","touchableGetHighlightDelayMS","touchableGetLongPressDelayMS","touchableGetPressOutDelayMS","touchKeys.map$argument_0","default"],"mappings":"AAA;ECsB;GDS;EEC;GFS;EGC;GHS;EIC;GJS;EKC;GLS;EMC;GNS;EOC;GPK;EQC;GRK;ESC;GTK;EUC;GVK;EWC;GXK;EYC;GZK;EaC;GbK;EcC;GdK;EeC;GfK;gCgBG,6BhB;eiBE;CjBW"},"hasCjsExports":false},"type":"js/module"}]} |