1
0
mirror of synced 2024-11-22 05:16:05 +03:00
vue-formulario/src
Zaytsev Kirill d39ca17e45 feat!: Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal
Defaults to "none" which means value will not be unset and path will not be remove
2021-09-30 12:33:54 +03:00
..
utils refactor: Deep cloning of state, deep equal checker 2021-06-14 14:02:10 +03:00
validation fix: Url validator now allows empty value 2021-08-03 10:52:10 +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