mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
24 KiB
Plaintext
1 line
24 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"@babel/runtime/helpers/objectWithoutProperties","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"fnQVLibs90KHiJ7y48fLgPWzDS0=","exportNames":["*"],"imports":1}},{"name":"../../StyleSheet/StyleSheet","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":16,"column":0},"end":{"line":16,"column":53}}],"key":"yxGa5FOOJGEfBq/dpb2XMHwdFLI=","exportNames":["*"],"imports":1}},{"name":"../../Utilities/Platform","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":17,"column":0},"end":{"line":17,"column":48}}],"key":"/m0HqCpVZ4yItbJJaw+YeR/qFWU=","exportNames":["*"],"imports":1}},{"name":"../../Utilities/useMergeRefs","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":18,"column":0},"end":{"line":18,"column":56}}],"key":"h45oc9dpqqUGLPKrNtOyNWA6iPQ=","exportNames":["*"],"imports":1}},{"name":"./AndroidSwitchNativeComponent","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":19,"column":0},"end":{"line":21,"column":40}}],"key":"FtliXi0gY15Zzft2XlXflV5k5pg=","exportNames":["*"],"imports":1}},{"name":"./SwitchNativeComponent","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":22,"column":0},"end":{"line":24,"column":33}}],"key":"KifRw4JYhR/BWc6FFRudXUPlm/A=","exportNames":["*"],"imports":1}},{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":25,"column":0},"end":{"line":25,"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 _excluded = [\"ref\"],\n _excluded2 = [\"disabled\", \"ios_backgroundColor\", \"onChange\", \"onValueChange\", \"style\", \"thumbColor\", \"trackColor\", \"value\"],\n _excluded3 = [\"onTintColor\", \"tintColor\"];\n var _jsxFileName = \"/app/frontend/node_modules/react-native/Libraries/Components/Switch/Switch.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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _babelRuntimeHelpersSlicedToArray = require(_dependencyMap[0], \"@babel/runtime/helpers/slicedToArray\");\n var _slicedToArray = _interopDefault(_babelRuntimeHelpersSlicedToArray);\n var _babelRuntimeHelpersObjectWithoutProperties = require(_dependencyMap[1], \"@babel/runtime/helpers/objectWithoutProperties\");\n var _objectWithoutProperties = _interopDefault(_babelRuntimeHelpersObjectWithoutProperties);\n var _StyleSheetStyleSheet = require(_dependencyMap[2], \"../../StyleSheet/StyleSheet\");\n var StyleSheet = _interopDefault(_StyleSheetStyleSheet);\n var _UtilitiesPlatform = require(_dependencyMap[3], \"../../Utilities/Platform\");\n var Platform = _interopDefault(_UtilitiesPlatform);\n var _UtilitiesUseMergeRefs = require(_dependencyMap[4], \"../../Utilities/useMergeRefs\");\n var useMergeRefs = _interopDefault(_UtilitiesUseMergeRefs);\n var _AndroidSwitchNativeComponent = require(_dependencyMap[5], \"./AndroidSwitchNativeComponent\");\n var AndroidSwitchNativeComponent = _interopDefault(_AndroidSwitchNativeComponent);\n var _SwitchNativeComponent = require(_dependencyMap[6], \"./SwitchNativeComponent\");\n var SwitchNativeComponent = _interopDefault(_SwitchNativeComponent);\n var _react = require(_dependencyMap[7], \"react\");\n var _reactJsxDevRuntime = require(_dependencyMap[8], \"react/jsx-dev-runtime\");\n var returnsFalse = function returnsFalse() {\n return false;\n };\n var returnsTrue = function returnsTrue() {\n return true;\n };\n var Switch = function Switch(_ref) {\n var forwardedRef = _ref.ref,\n props = (0, _objectWithoutProperties.default)(_ref, _excluded);\n var disabled = props.disabled,\n ios_backgroundColor = props.ios_backgroundColor,\n onChange = props.onChange,\n onValueChange = props.onValueChange,\n style = props.style,\n thumbColor = props.thumbColor,\n trackColor = props.trackColor,\n value = props.value,\n restProps = (0, _objectWithoutProperties.default)(props, _excluded2);\n var trackColorForFalse = trackColor == null ? void 0 : trackColor.false;\n var trackColorForTrue = trackColor == null ? void 0 : trackColor.true;\n var nativeSwitchRef = (0, _react.useRef)(null);\n var ref = (0, useMergeRefs.default)(nativeSwitchRef, forwardedRef);\n var _useState = (0, _react.useState)({\n value: null\n }),\n _useState2 = (0, _slicedToArray.default)(_useState, 2),\n native = _useState2[0],\n setNative = _useState2[1];\n var handleChange = function handleChange(event) {\n onChange == null || onChange(event);\n onValueChange == null || onValueChange(event.nativeEvent.value);\n setNative({\n value: event.nativeEvent.value\n });\n };\n (0, _react.useLayoutEffect)(function () {\n var _nativeSwitchRef$curr;\n var jsValue = value === true;\n var shouldUpdateNativeSwitch = native.value != null && native.value !== jsValue;\n if (shouldUpdateNativeSwitch && ((_nativeSwitchRef$curr = nativeSwitchRef.current) == null ? void 0 : _nativeSwitchRef$curr.setNativeProps) != null) {\n if (Platform.default.OS === 'android') {\n _AndroidSwitchNativeComponent.Commands.setNativeValue(nativeSwitchRef.current, jsValue);\n } else {\n _SwitchNativeComponent.Commands.setValue(nativeSwitchRef.current, jsValue);\n }\n }\n }, [value, native]);\n if (Platform.default.OS === 'android') {\n var _props$accessibilityR;\n var onTintColor = restProps.onTintColor,\n tintColor = restProps.tintColor,\n androidProps = (0, _objectWithoutProperties.default)(restProps, _excluded3);\n var accessibilityState = androidProps.accessibilityState;\n var _disabled = disabled != null ? disabled : accessibilityState == null ? void 0 : accessibilityState.disabled;\n var _accessibilityState = _disabled !== (accessibilityState == null ? void 0 : accessibilityState.disabled) ? Object.assign({}, accessibilityState, {\n disabled: _disabled\n }) : accessibilityState;\n var platformProps = {\n accessibilityState: _accessibilityState,\n enabled: _disabled !== true,\n on: value === true,\n style: style,\n thumbTintColor: thumbColor,\n trackColorForFalse: trackColorForFalse,\n trackColorForTrue: trackColorForTrue,\n trackTintColor: value === true ? trackColorForTrue : trackColorForFalse\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(AndroidSwitchNativeComponent.default, Object.assign({}, androidProps, platformProps, {\n accessibilityRole: (_props$accessibilityR = props.accessibilityRole) != null ? _props$accessibilityR : 'switch',\n onChange: handleChange,\n onResponderTerminationRequest: returnsFalse,\n onStartShouldSetResponder: returnsTrue,\n ref: ref\n }), void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 252,\n columnNumber: 7\n }, this);\n } else {\n var _props$accessibilityR2;\n var _platformProps = {\n disabled: disabled,\n onTintColor: trackColorForTrue,\n style: StyleSheet.default.compose({\n alignSelf: 'flex-start'\n }, StyleSheet.default.compose(style, ios_backgroundColor == null ? null : {\n backgroundColor: ios_backgroundColor,\n borderRadius: 16\n })),\n thumbTintColor: thumbColor,\n tintColor: trackColorForFalse,\n value: value === true\n };\n return /*#__PURE__*/(0, _reactJsxDevRuntime.jsxDEV)(SwitchNativeComponent.default, Object.assign({}, restProps, _platformProps, {\n accessibilityRole: (_props$accessibilityR2 = props.accessibilityRole) != null ? _props$accessibilityR2 : 'switch',\n onChange: handleChange,\n onResponderTerminationRequest: returnsFalse,\n onStartShouldSetResponder: returnsTrue,\n ref: ref\n }), void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 284,\n columnNumber: 7\n }, this);\n }\n };\n var _default = Switch;\n});","lineCount":145,"map":[[16,2,297,0,"Object"],[16,8,297,0],[16,9,297,0,"defineProperty"],[16,23,297,0],[16,24,297,0,"exports"],[16,31,297,0],[17,4,297,0,"enumerable"],[17,14,297,0],[18,4,297,0,"get"],[18,7,297,0],[18,18,297,0,"get"],[18,19,297,0],[19,6,297,0],[19,13,297,0,"_default"],[19,21,297,0],[20,4,297,0],[21,2,297,0],[22,2,297,22],[22,6,297,22,"_babelRuntimeHelpersSlicedToArray"],[22,39,297,22],[22,42,297,22,"require"],[22,49,297,22],[22,50,297,22,"_dependencyMap"],[22,64,297,22],[23,2,297,22],[23,6,297,22,"_slicedToArray"],[23,20,297,22],[23,23,297,22,"_interopDefault"],[23,38,297,22],[23,39,297,22,"_babelRuntimeHelpersSlicedToArray"],[23,72,297,22],[24,2,297,22],[24,6,297,22,"_babelRuntimeHelpersObjectWithoutProperties"],[24,49,297,22],[24,52,297,22,"require"],[24,59,297,22],[24,60,297,22,"_dependencyMap"],[24,74,297,22],[25,2,297,22],[25,6,297,22,"_objectWithoutProperties"],[25,30,297,22],[25,33,297,22,"_interopDefault"],[25,48,297,22],[25,49,297,22,"_babelRuntimeHelpersObjectWithoutProperties"],[25,92,297,22],[26,2,16,0],[26,6,16,0,"_StyleSheetStyleSheet"],[26,27,16,0],[26,30,16,0,"require"],[26,37,16,0],[26,38,16,0,"_dependencyMap"],[26,52,16,0],[27,2,16,0],[27,6,16,0,"StyleSheet"],[27,16,16,0],[27,19,16,0,"_interopDefault"],[27,34,16,0],[27,35,16,0,"_StyleSheetStyleSheet"],[27,56,16,0],[28,2,17,0],[28,6,17,0,"_UtilitiesPlatform"],[28,24,17,0],[28,27,17,0,"require"],[28,34,17,0],[28,35,17,0,"_dependencyMap"],[28,49,17,0],[29,2,17,0],[29,6,17,0,"Platform"],[29,14,17,0],[29,17,17,0,"_interopDefault"],[29,32,17,0],[29,33,17,0,"_UtilitiesPlatform"],[29,51,17,0],[30,2,18,0],[30,6,18,0,"_UtilitiesUseMergeRefs"],[30,28,18,0],[30,31,18,0,"require"],[30,38,18,0],[30,39,18,0,"_dependencyMap"],[30,53,18,0],[31,2,18,0],[31,6,18,0,"useMergeRefs"],[31,18,18,0],[31,21,18,0,"_interopDefault"],[31,36,18,0],[31,37,18,0,"_UtilitiesUseMergeRefs"],[31,59,18,0],[32,2,19,0],[32,6,19,0,"_AndroidSwitchNativeComponent"],[32,35,19,0],[32,38,19,0,"require"],[32,45,19,0],[32,46,19,0,"_dependencyMap"],[32,60,19,0],[33,2,19,0],[33,6,19,0,"AndroidSwitchNativeComponent"],[33,34,19,0],[33,37,19,0,"_interopDefault"],[33,52,19,0],[33,53,19,0,"_AndroidSwitchNativeComponent"],[33,82,19,0],[34,2,22,0],[34,6,22,0,"_SwitchNativeComponent"],[34,28,22,0],[34,31,22,0,"require"],[34,38,22,0],[34,39,22,0,"_dependencyMap"],[34,53,22,0],[35,2,22,0],[35,6,22,0,"SwitchNativeComponent"],[35,27,22,0],[35,30,22,0,"_interopDefault"],[35,45,22,0],[35,46,22,0,"_SwitchNativeComponent"],[35,68,22,0],[36,2,25,0],[36,6,25,0,"_react"],[36,12,25,0],[36,15,25,0,"require"],[36,22,25,0],[36,23,25,0,"_dependencyMap"],[36,37,25,0],[37,2,25,31],[37,6,25,31,"_reactJsxDevRuntime"],[37,25,25,31],[37,28,25,31,"require"],[37,35,25,31],[37,36,25,31,"_dependencyMap"],[37,50,25,31],[38,2,118,0],[38,6,118,6,"returnsFalse"],[38,18,118,18],[38,21,118,21],[38,30,118,6,"returnsFalse"],[38,42,118,18,"returnsFalse"],[38,43,118,18],[39,4,118,18],[39,11,118,27],[39,16,118,32],[40,2,118,32],[41,2,119,0],[41,6,119,6,"returnsTrue"],[41,17,119,17],[41,20,119,20],[41,29,119,6,"returnsTrue"],[41,40,119,17,"returnsTrue"],[41,41,119,17],[42,4,119,17],[42,11,119,26],[42,15,119,30],[43,2,119,30],[44,2,166,0],[44,6,166,6,"Switch"],[44,12,169,1],[44,15,169,4],[44,24,169,13,"Switch"],[44,30,169,19,"Switch"],[44,31,169,19,"_ref"],[44,35,169,19],[44,37,175,15],[45,4,175,15],[45,8,170,7,"forwardedRef"],[45,20,170,19],[45,23,170,19,"_ref"],[45,27,170,19],[45,28,170,2,"ref"],[45,31,170,5],[46,6,171,5,"props"],[46,11,171,10],[46,18,171,10,"_objectWithoutProperties"],[46,42,171,10],[46,43,171,10,"default"],[46,50,171,10],[46,52,171,10,"_ref"],[46,56,171,10],[46,58,171,10,"_excluded"],[46,67,171,10],[47,4,176,2],[47,8,177,4,"disabled"],[47,16,177,12],[47,19,186,6,"props"],[47,24,186,11],[47,25,177,4,"disabled"],[47,33,177,12],[48,6,178,4,"ios_backgroundColor"],[48,25,178,23],[48,28,186,6,"props"],[48,33,186,11],[48,34,178,4,"ios_backgroundColor"],[48,53,178,23],[49,6,179,4,"onChange"],[49,14,179,12],[49,17,186,6,"props"],[49,22,186,11],[49,23,179,4,"onChange"],[49,31,179,12],[50,6,180,4,"onValueChange"],[50,19,180,17],[50,22,186,6,"props"],[50,27,186,11],[50,28,180,4,"onValueChange"],[50,41,180,17],[51,6,181,4,"style"],[51,11,181,9],[51,14,186,6,"props"],[51,19,186,11],[51,20,181,4,"style"],[51,25,181,9],[52,6,182,4,"thumbColor"],[52,16,182,14],[52,19,186,6,"props"],[52,24,186,11],[52,25,182,4,"thumbColor"],[52,35,182,14],[53,6,183,4,"trackColor"],[53,16,183,14],[53,19,186,6,"props"],[53,24,186,11],[53,25,183,4,"trackColor"],[53,35,183,14],[54,6,184,4,"value"],[54,11,184,9],[54,14,186,6,"props"],[54,19,186,11],[54,20,184,4,"value"],[54,25,184,9],[55,6,185,7,"restProps"],[55,15,185,16],[55,22,185,16,"_objectWithoutProperties"],[55,46,185,16],[55,47,185,16,"default"],[55,54,185,16],[55,56,186,6,"props"],[55,61,186,11],[55,63,186,11,"_excluded2"],[55,73,186,11],[56,4,187,2],[56,8,187,8,"trackColorForFalse"],[56,26,187,26],[56,29,187,29,"trackColor"],[56,39,187,39],[56,59,187,29,"trackColor"],[56,69,187,39],[56,70,187,41,"false"],[56,75,187,46],[57,4,188,2],[57,8,188,8,"trackColorForTrue"],[57,25,188,25],[57,28,188,28,"trackColor"],[57,38,188,38],[57,58,188,28,"trackColor"],[57,68,188,38],[57,69,188,40,"true"],[57,73,188,44],[58,4,190,2],[58,8,190,8,"nativeSwitchRef"],[58,23,190,23],[58,26,190,26],[58,30,190,26,"useRef"],[58,36,190,32],[58,37,190,32,"useRef"],[58,43,190,32],[58,45,192,12],[58,49,192,16],[58,50,192,17],[59,4,194,2],[59,8,194,8,"ref"],[59,11,194,11],[59,14,194,14],[59,18,194,14,"useMergeRefs"],[59,30,194,26],[59,31,194,26,"default"],[59,38,194,26],[59,40,194,27,"nativeSwitchRef"],[59,55,194,42],[59,57,194,44,"forwardedRef"],[59,69,194,56],[59,70,194,57],[60,4,199,2],[60,8,199,2,"_useState"],[60,17,199,2],[60,20,199,30],[60,24,199,30,"useState"],[60,30,199,38],[60,31,199,38,"useState"],[60,39,199,38],[60,41,199,39],[61,8,199,40,"value"],[61,13,199,45],[61,15,199,48],[62,6,199,63],[62,7,199,64],[62,8,199,65],[63,6,199,65,"_useState2"],[63,16,199,65],[63,23,199,65,"_slicedToArray"],[63,37,199,65],[63,38,199,65,"default"],[63,45,199,65],[63,47,199,65,"_useState"],[63,56,199,65],[64,6,199,9,"native"],[64,12,199,15],[64,15,199,15,"_useState2"],[64,25,199,15],[65,6,199,17,"setNative"],[65,15,199,26],[65,18,199,26,"_useState2"],[65,28,199,26],[66,4,201,2],[66,8,201,8,"handleChange"],[66,20,201,20],[66,23,201,23],[66,32,201,8,"handleChange"],[66,44,201,20,"handleChange"],[66,45,201,24,"event"],[66,50,201,48],[66,52,201,53],[67,6,203,4,"onChange"],[67,14,203,12],[67,26,203,4,"onChange"],[67,34,203,12],[67,35,203,15,"event"],[67,40,203,20],[67,41,203,21],[68,6,205,4,"onValueChange"],[68,19,205,17],[68,31,205,4,"onValueChange"],[68,44,205,17],[68,45,205,20,"event"],[68,50,205,25],[68,51,205,26,"nativeEvent"],[68,62,205,37],[68,63,205,38,"value"],[68,68,205,43],[68,69,205,44],[69,6,206,4,"setNative"],[69,15,206,13],[69,16,206,14],[70,8,206,15,"value"],[70,13,206,20],[70,15,206,22,"event"],[70,20,206,27],[70,21,206,28,"nativeEvent"],[70,32,206,39],[70,33,206,40,"value"],[71,6,206,45],[71,7,206,46],[71,8,206,47],[72,4,207,2],[72,5,207,3],[73,4,209,2],[73,8,209,2,"useLayoutEffect"],[73,14,209,17],[73,15,209,17,"useLayoutEffect"],[73,30,209,17],[73,32,209,18],[73,44,209,24],[74,6,209,24],[74,10,209,24,"_nativeSwitchRef$curr"],[74,31,209,24],[75,6,213,4],[75,10,213,10,"jsValue"],[75,17,213,17],[75,20,213,20,"value"],[75,25,213,25],[75,30,213,30],[75,34,213,34],[76,6,214,4],[76,10,214,10,"shouldUpdateNativeSwitch"],[76,34,214,34],[76,37,215,6,"native"],[76,43,215,12],[76,44,215,13,"value"],[76,49,215,18],[76,53,215,22],[76,57,215,26],[76,61,215,30,"native"],[76,67,215,36],[76,68,215,37,"value"],[76,73,215,42],[76,78,215,47,"jsValue"],[76,85,215,54],[77,6,216,4],[77,10,217,6,"shouldUpdateNativeSwitch"],[77,34,217,30],[77,38,219,6],[77,40,219,6,"_nativeSwitchRef$curr"],[77,61,219,6],[77,64,219,6,"nativeSwitchRef"],[77,79,219,21],[77,80,219,22,"current"],[77,87,219,29],[77,108,219,6,"_nativeSwitchRef$curr"],[77,129,219,6],[77,130,219,31,"setNativeProps"],[77,144,219,45],[77,149,219,49],[77,153,219,53],[77,155,220,6],[78,8,221,6],[78,12,221,10,"Platform"],[78,20,221,18],[78,21,221,18,"default"],[78,28,221,18],[78,29,221,19,"OS"],[78,31,221,21],[78,36,221,26],[78,45,221,35],[78,47,221,37],[79,10,222,8,"AndroidSwitchCommands"],[79,39,222,29],[79,40,222,29,"Commands"],[79,48,222,29],[79,49,222,30,"setNativeValue"],[79,63,222,44],[79,64,222,45,"nativeSwitchRef"],[79,79,222,60],[79,80,222,61,"current"],[79,87,222,68],[79,89,222,70,"jsValue"],[79,96,222,77],[79,97,222,78],[80,8,223,6],[80,9,223,7],[80,15,223,13],[81,10,224,8,"SwitchCommands"],[81,32,224,22],[81,33,224,22,"Commands"],[81,41,224,22],[81,42,224,23,"setValue"],[81,50,224,31],[81,51,224,32,"nativeSwitchRef"],[81,66,224,47],[81,67,224,48,"current"],[81,74,224,55],[81,76,224,57,"jsValue"],[81,83,224,64],[81,84,224,65],[82,8,225,6],[83,6,226,4],[84,4,227,2],[84,5,227,3],[84,7,227,5],[84,8,227,6,"value"],[84,13,227,11],[84,15,227,13,"native"],[84,21,227,19],[84,22,227,20],[84,23,227,21],[85,4,229,2],[85,8,229,6,"Platform"],[85,16,229,14],[85,17,229,14,"default"],[85,24,229,14],[85,25,229,15,"OS"],[85,27,229,17],[85,32,229,22],[85,41,229,31],[85,43,229,33],[86,6,229,33],[86,10,229,33,"_props$accessibilityR"],[86,31,229,33],[87,6,230,4],[87,10,230,11,"onTintColor"],[87,21,230,22],[87,24,230,54,"restProps"],[87,33,230,63],[87,34,230,11,"onTintColor"],[87,45,230,22],[88,8,230,24,"tintColor"],[88,17,230,33],[88,20,230,54,"restProps"],[88,29,230,63],[88,30,230,24,"tintColor"],[88,39,230,33],[89,8,230,38,"androidProps"],[89,20,230,50],[89,27,230,50,"_objectWithoutProperties"],[89,51,230,50],[89,52,230,50,"default"],[89,59,230,50],[89,61,230,54,"restProps"],[89,70,230,63],[89,72,230,63,"_excluded3"],[89,82,230,63],[90,6,231,4],[90,10,231,11,"accessibilityState"],[90,28,231,29],[90,31,231,33,"androidProps"],[90,43,231,45],[90,44,231,11,"accessibilityState"],[90,62,231,29],[91,6,232,4],[91,10,232,10,"_disabled"],[91,19,232,19],[91,22,233,6,"disabled"],[91,30,233,14],[91,34,233,18],[91,38,233,22],[91,41,233,25,"disabled"],[91,49,233,33],[91,52,233,36,"accessibilityState"],[91,70,233,54],[91,90,233,36,"accessibilityState"],[91,108,233,54],[91,109,233,56,"disabled"],[91,117,233,64],[92,6,235,4],[92,10,235,10,"_accessibilityState"],[92,29,235,50],[92,32,236,6,"_disabled"],[92,41,236,15],[92,47,236,20,"accessibilityState"],[92,65,236,38],[92,85,236,20,"accessibilityState"],[92,103,236,38],[92,104,236,40,"disabled"],[92,112,236,48],[92,116,236,48,"Object"],[92,122,236,48],[92,123,236,48,"assign"],[92,129,236,48],[92,134,237,14,"accessibilityState"],[92,152,237,32],[93,8,237,34,"disabled"],[93,16,237,42],[93,18,237,44,"_disabled"],[94,6,237,53],[94,11,238,10,"accessibilityState"],[94,29,238,28],[95,6,240,4],[95,10,240,10,"platformProps"],[95,23,240,23],[95,26,240,26],[96,8,241,6,"accessibilityState"],[96,26,241,24],[96,28,241,26,"_accessibilityState"],[96,47,241,45],[97,8,242,6,"enabled"],[97,15,242,13],[97,17,242,15,"_disabled"],[97,26,242,24],[97,31,242,29],[97,35,242,33],[98,8,243,6,"on"],[98,10,243,8],[98,12,243,10,"value"],[98,17,243,15],[98,22,243,20],[98,26,243,24],[99,8,244,6,"style"],[99,13,244,11],[99,15,244,6,"style"],[99,20,244,11],[100,8,245,6,"thumbTintColor"],[100,22,245,20],[100,24,245,22,"thumbColor"],[100,34,245,32],[101,8,246,6,"trackColorForFalse"],[101,26,246,24],[101,28,246,26,"trackColorForFalse"],[101,46,246,44],[102,8,247,6,"trackColorForTrue"],[102,25,247,23],[102,27,247,25,"trackColorForTrue"],[102,44,247,42],[103,8,248,6,"trackTintColor"],[103,22,248,20],[103,24,248,22,"value"],[103,29,248,27],[103,34,248,32],[103,38,248,36],[103,41,248,39,"trackColorForTrue"],[103,58,248,56],[103,61,248,59,"trackColorForFalse"],[104,6,249,4],[104,7,249,5],[105,6,251,4],[105,26,252,6],[105,30,252,6,"_reactJsxDevRuntime"],[105,49,252,6],[105,50,252,6,"jsxDEV"],[105,56,252,6],[105,58,252,7,"AndroidSwitchNativeComponent"],[105,86,252,35],[105,87,252,35,"default"],[105,94,252,35],[105,96,252,35,"Object"],[105,102,252,35],[105,103,252,35,"assign"],[105,109,252,35],[105,114,253,12,"androidProps"],[105,126,253,24],[105,128,254,12,"platformProps"],[105,141,254,25],[106,8,255,8,"accessibilityRole"],[106,25,255,25],[106,28,255,25,"_props$accessibilityR"],[106,49,255,25],[106,52,255,27,"props"],[106,57,255,32],[106,58,255,33,"accessibilityRole"],[106,75,255,50],[106,87,255,50,"_props$accessibilityR"],[106,108,255,50],[106,111,255,54],[106,119,255,63],[107,8,256,8,"onChange"],[107,16,256,16],[107,18,256,18,"handleChange"],[107,30,256,31],[108,8,257,8,"onResponderTerminationRequest"],[108,37,257,37],[108,39,257,39,"returnsFalse"],[108,51,257,52],[109,8,258,8,"onStartShouldSetResponder"],[109,33,258,33],[109,35,258,35,"returnsTrue"],[109,46,258,47],[110,8,259,8,"ref"],[110,11,259,11],[110,13,259,13,"ref"],[111,6,259,17],[112,8,259,17,"fileName"],[112,16,259,17],[112,18,259,17,"_jsxFileName"],[112,30,259,17],[113,8,259,17,"lineNumber"],[113,18,259,17],[114,8,259,17,"columnNumber"],[114,20,259,17],[115,6,259,17],[115,13,260,7],[115,14,260,8],[116,4,262,2],[116,5,262,3],[116,11,262,9],[117,6,262,9],[117,10,262,9,"_props$accessibilityR2"],[117,32,262,9],[118,6,263,4],[118,10,263,10,"platformProps"],[118,24,263,23],[118,27,263,26],[119,8,264,6,"disabled"],[119,16,264,14],[119,18,264,6,"disabled"],[119,26,264,14],[120,8,265,6,"onTintColor"],[120,19,265,17],[120,21,265,19,"trackColorForTrue"],[120,38,265,36],[121,8,266,6,"style"],[121,13,266,11],[121,15,266,13,"StyleSheet"],[121,25,266,23],[121,26,266,23,"default"],[121,33,266,23],[121,34,266,24,"compose"],[121,41,266,31],[121,42,267,8],[122,10,267,9,"alignSelf"],[122,19,267,18],[122,21,267,20],[123,8,267,41],[123,9,267,42],[123,11,268,8,"StyleSheet"],[123,21,268,18],[123,22,268,18,"default"],[123,29,268,18],[123,30,268,19,"compose"],[123,37,268,26],[123,38,269,10,"style"],[123,43,269,15],[123,45,270,10,"ios_backgroundColor"],[123,64,270,29],[123,68,270,33],[123,72,270,37],[123,75,271,14],[123,79,271,18],[123,82,272,14],[124,10,273,16,"backgroundColor"],[124,25,273,31],[124,27,273,33,"ios_backgroundColor"],[124,46,273,52],[125,10,274,16,"borderRadius"],[125,22,274,28],[125,24,274,30],[126,8,275,14],[126,9,276,8],[126,10,277,6],[126,11,277,7],[127,8,278,6,"thumbTintColor"],[127,22,278,20],[127,24,278,22,"thumbColor"],[127,34,278,32],[128,8,279,6,"tintColor"],[128,17,279,15],[128,19,279,17,"trackColorForFalse"],[128,37,279,35],[129,8,280,6,"value"],[129,13,280,11],[129,15,280,13,"value"],[129,20,280,18],[129,25,280,23],[130,6,281,4],[130,7,281,5],[131,6,283,4],[131,26,284,6],[131,30,284,6,"_reactJsxDevRuntime"],[131,49,284,6],[131,50,284,6,"jsxDEV"],[131,56,284,6],[131,58,284,7,"SwitchNativeComponent"],[131,79,284,28],[131,80,284,28,"default"],[131,87,284,28],[131,89,284,28,"Object"],[131,95,284,28],[131,96,284,28,"assign"],[131,102,284,28],[131,107,285,12,"restProps"],[131,116,285,21],[131,118,286,12,"platformProps"],[131,132,286,25],[132,8,287,8,"accessibilityRole"],[132,25,287,25],[132,28,287,25,"_props$accessibilityR2"],[132,50,287,25],[132,53,287,27,"props"],[132,58,287,32],[132,59,287,33,"accessibilityRole"],[132,76,287,50],[132,88,287,50,"_props$accessibilityR2"],[132,110,287,50],[132,113,287,54],[132,121,287,63],[133,8,288,8,"onChange"],[133,16,288,16],[133,18,288,18,"handleChange"],[133,30,288,31],[134,8,289,8,"onResponderTerminationRequest"],[134,37,289,37],[134,39,289,39,"returnsFalse"],[134,51,289,52],[135,8,290,8,"onStartShouldSetResponder"],[135,33,290,33],[135,35,290,35,"returnsTrue"],[135,46,290,47],[136,8,291,8,"ref"],[136,11,291,11],[136,13,291,13,"ref"],[137,6,291,17],[138,8,291,17,"fileName"],[138,16,291,17],[138,18,291,17,"_jsxFileName"],[138,30,291,17],[139,8,291,17,"lineNumber"],[139,18,291,17],[140,8,291,17,"columnNumber"],[140,20,291,17],[141,6,291,17],[141,13,292,7],[141,14,292,8],[142,4,294,2],[143,2,295,0],[143,3,295,1],[144,2,297,0],[144,6,297,0,"_default"],[144,14,297,0],[144,17,297,15,"Switch"],[144,23,297,21],[145,0,297,22],[145,3]],"functionMap":{"names":["<global>","returnsFalse","returnsTrue","Switch","handleChange","useLayoutEffect$argument_0"],"mappings":"AAA;qBCqH,WD;oBEC,UF;IGkD;uBCgC;GDM;kBEE;GFkB;CHoE"},"hasCjsExports":false},"type":"js/module"}]} |