1
0
mirror of synced 2024-11-22 05:16:05 +03:00
vue-formulario/src
2021-11-11 11:28:12 +03:00
..
utils fix: Blob objects are no longer cloned 2021-10-21 12:45:43 +03:00
validation fix: Fixed toString calls in validators 2021-11-11 11:28:12 +03:00
enum.ts feat!: Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal 2021-09-30 12:33:54 +03:00
Formulario.ts refactor: Deep cloning of state, deep equal checker 2021-06-14 14:02:10 +03:00
FormularioField.vue feat!: Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal 2021-09-30 12:33:54 +03:00
FormularioFieldGroup.vue refactor: Deep cloning of state, deep equal checker 2021-06-14 14:02:10 +03:00
FormularioForm.vue feat!: Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal 2021-09-30 12:33:54 +03:00
index.ts refactor: State management logic & tests 2021-06-14 14:02:10 +03:00
shims-ext.d.ts refactor: Moved utils to separated files, code cleanup 2020-10-26 00:43:09 +03:00
shims-tsx.d.ts chore: Additional typehints, Object/ObjectType replaced with Record<string, any> 2020-10-19 13:45:25 +03:00
shims-vue.d.ts refactor: Rewritten onto typescript@3.9 2020-10-19 13:45:11 +03:00
types.ts fix: Fixed records & arrays detection 2021-09-20 21:47:37 +03:00