UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

46 lines (44 loc) 2.2 kB
import createAll from './createAll'; import immutable from './structure/immutable'; var _createAll = createAll(immutable); var actionTypes = _createAll.actionTypes; var arrayInsert = _createAll.arrayInsert; var arrayMove = _createAll.arrayMove; var arrayPop = _createAll.arrayPop; var arrayPush = _createAll.arrayPush; var arrayRemove = _createAll.arrayRemove; var arrayRemoveAll = _createAll.arrayRemoveAll; var arrayShift = _createAll.arrayShift; var arraySplice = _createAll.arraySplice; var arraySwap = _createAll.arraySwap; var arrayUnshift = _createAll.arrayUnshift; var autofill = _createAll.autofill; var blur = _createAll.blur; var change = _createAll.change; var destroy = _createAll.destroy; var Field = _createAll.Field; var Fields = _createAll.Fields; var FieldArray = _createAll.FieldArray; var focus = _createAll.focus; var formValueSelector = _createAll.formValueSelector; var getFormValues = _createAll.getFormValues; var initialize = _createAll.initialize; var isDirty = _createAll.isDirty; var isInvalid = _createAll.isInvalid; var isPristine = _createAll.isPristine; var isValid = _createAll.isValid; var propTypes = _createAll.propTypes; var reducer = _createAll.reducer; var reduxForm = _createAll.reduxForm; var reset = _createAll.reset; var setSubmitFailed = _createAll.setSubmitFailed; var setSubmitSucceeded = _createAll.setSubmitSucceeded; var startAsyncValidation = _createAll.startAsyncValidation; var startSubmit = _createAll.startSubmit; var stopAsyncValidation = _createAll.stopAsyncValidation; var stopSubmit = _createAll.stopSubmit; var SubmissionError = _createAll.SubmissionError; var touch = _createAll.touch; var untouch = _createAll.untouch; var values = _createAll.values; export { actionTypes, arrayInsert, arrayMove, arrayPop, arrayPush, arrayRemove, arrayRemoveAll, arrayShift, arraySplice, arraySwap, arrayUnshift, autofill, blur, change, destroy, Field, Fields, FieldArray, focus, formValueSelector, getFormValues, initialize, isDirty, isInvalid, isPristine, isValid, propTypes, reducer, reduxForm, reset, setSubmitFailed, setSubmitSucceeded, startAsyncValidation, startSubmit, stopAsyncValidation, stopSubmit, SubmissionError, touch, untouch, values };