UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

67 lines (58 loc) 2.81 kB
'use strict'; exports.__esModule = true; exports.untouchWithKey = exports.untouch = exports.touchWithKey = exports.touch = exports.swapArrayValues = exports.stopSubmit = exports.stopAsyncValidation = exports.startSubmit = exports.startAsyncValidation = exports.reset = exports.removeArrayValue = exports.propTypes = exports.initializeWithKey = exports.initialize = exports.getValues = exports.reduxForm = exports.reducer = exports.focus = exports.destroy = exports.changeWithKey = exports.change = exports.blur = exports.addArrayValue = exports.actionTypes = undefined; var _reactNative = require('react-native'); var _reactNative2 = _interopRequireDefault(_reactNative); var _native = require('react-redux/native'); var _createAll2 = require('./createAll'); var _createAll3 = _interopRequireDefault(_createAll2); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var _createAll = (0, _createAll3.default)(true, _reactNative2.default, _native.connect); var actionTypes = _createAll.actionTypes; var addArrayValue = _createAll.addArrayValue; var blur = _createAll.blur; var change = _createAll.change; var changeWithKey = _createAll.changeWithKey; var destroy = _createAll.destroy; var focus = _createAll.focus; var reducer = _createAll.reducer; var reduxForm = _createAll.reduxForm; var getValues = _createAll.getValues; var initialize = _createAll.initialize; var initializeWithKey = _createAll.initializeWithKey; var propTypes = _createAll.propTypes; var removeArrayValue = _createAll.removeArrayValue; var reset = _createAll.reset; var startAsyncValidation = _createAll.startAsyncValidation; var startSubmit = _createAll.startSubmit; var stopAsyncValidation = _createAll.stopAsyncValidation; var stopSubmit = _createAll.stopSubmit; var swapArrayValues = _createAll.swapArrayValues; var touch = _createAll.touch; var touchWithKey = _createAll.touchWithKey; var untouch = _createAll.untouch; var untouchWithKey = _createAll.untouchWithKey; exports.actionTypes = actionTypes; exports.addArrayValue = addArrayValue; exports.blur = blur; exports.change = change; exports.changeWithKey = changeWithKey; exports.destroy = destroy; exports.focus = focus; exports.reducer = reducer; exports.reduxForm = reduxForm; exports.getValues = getValues; exports.initialize = initialize; exports.initializeWithKey = initializeWithKey; exports.propTypes = propTypes; exports.removeArrayValue = removeArrayValue; exports.reset = reset; exports.startAsyncValidation = startAsyncValidation; exports.startSubmit = startSubmit; exports.stopAsyncValidation = stopAsyncValidation; exports.stopSubmit = stopSubmit; exports.swapArrayValues = swapArrayValues; exports.touch = touch; exports.touchWithKey = touchWithKey; exports.untouch = untouch; exports.untouchWithKey = untouchWithKey;