@vs-form/vs-form
Version:
A schema-based form generator component for React using material-ui
58 lines (55 loc) • 2.71 kB
JavaScript
import 'react';
export { default as capitalize } from 'lodash/capitalize';
export { default as cloneDeep } from 'lodash/cloneDeep';
export { default as get } from 'lodash/get';
export { default as has } from 'lodash/has';
export { default as isArray } from 'lodash/isArray';
export { default as isDate } from 'lodash/isDate';
export { default as isBoolean } from 'lodash/isBoolean';
export { default as isEmpty } from 'lodash/isEmpty';
export { default as isFunction } from 'lodash/isFunction';
export { default as isInteger } from 'lodash/isInteger';
export { default as isNull } from 'lodash/isNull';
export { default as isNumber } from 'lodash/isNumber';
export { default as isObject } from 'lodash/isObject';
export { default as isPlainObject } from 'lodash/isPlainObject';
export { default as isRegExp } from 'lodash/isRegExp';
export { default as isString } from 'lodash/isString';
export { default as isUndefined } from 'lodash/isUndefined';
export { default as merge } from 'lodash/merge';
export { default as set } from 'lodash/set';
export { default as toInteger } from 'lodash/toInteger';
export { default as toNumber } from 'lodash/toNumber';
export { default as trimEnd } from 'lodash/trimEnd';
export { default as uniq } from 'lodash/uniq';
export { default as debounce } from 'lodash/debounce';
export { default as throttle } from 'lodash/throttle';
export { a as BaseDataComponent, b as BaseFormControl } from './chunk-6c10537c.js';
import '@material-ui/core/FormControl';
import '@material-ui/core/FormHelperText';
import '@material-ui/core/FormLabel';
import '@material-ui/core/TextField';
import '@material-ui/core/InputAdornment';
export { e as ButtonAction, b as Component, a as DataType, c as ValidationMethod, h as enums } from './chunk-68362596.js';
import '@material-ui/core/Tooltip';
export { f as BaseInput, e as SchemaManager, j as VsForm, n as common, o as constants, l as errs, p as fieldValidators, m as propTypes, k as types, r as validSchemaComponents, q as validSchemaSchema } from './chunk-cbe9c61d.js';
import '@material-ui/core/styles';
import 'classnames';
import '@material-ui/core/Icon';
import '@material-ui/core/SvgIcon';
export { a as BaseIcon } from './chunk-9f5de191.js';
export { b as getRegisteredComponent, c as registerComponent, d as registerCustomComponent } from './chunk-3774fd4c.js';
import 'date-fns';
import 'events';
import '@material-ui/core/Typography';
import './chunk-4358fb9c.js';
import '@material-ui/core/Grid';
import '@material-ui/core/IconButton';
import './chunk-dab541a3.js';
const sortableComponent = {
Sortable: null
};
const getSortable = () => {
return sortableComponent.Sortable;
};
export { getSortable, sortableComponent };