jenesius-vue-form
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -10,4 +10,6 @@ import Form from "./classes/Form"; | ||
import InputField from "./widgets/input-field.vue"; | ||
import FormField from "./widgets/input-field.vue"; | ||
import InputWrap from "./widgets/inputs/input-wrap.vue"; | ||
import ComputedValue from "./methods/ComputedValue"; | ||
import utils from "./utils/utils"; | ||
export { Form, FormProxy, useProxyState, useInputState, useFormState, useFormValues, InputField, config, STORE, ComputedValue, utils }; | ||
export { Form, FormProxy, useProxyState, useInputState, useFormState, useFormValues, InputField, FormField, InputWrap, config, STORE, ComputedValue, utils }; |
{ | ||
"name": "jenesius-vue-form", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Heavy form system for Vue.js", | ||
@@ -5,0 +5,0 @@ "author": "Jenesius", |
Sorry, the diff of this file is too big to display
165025
4190