1
0
mirror of synced 2024-11-22 21:36:04 +03:00
Commit Graph

110 Commits

Author SHA1 Message Date
Zaytsev Kirill
aee0dc977a feat: FormularioForm - added ::runValidation() method to run entire form validation manually and return all form violations 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
4e05844e73 refactor!: FormularioForm - renamed prop errors to fieldsErrors, some internal renamings; tests semantic improvements 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
e55ea0c410 test: Improved test for validation interruption & code style 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
4c3274e621 refactor: Simplified logic of field components registry, moved value set logic from registry to form component 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
8144c27c69 refactor!: FormularioForm - renamed formularioValue into state 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
c4a16c6fdf test: Imporved test for plugin install, fixed outdated components names 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
e6271bb069 refactor: moved isScalar to new file, improved typehinting 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
013931fbfc feat: Renamed FormularioInput => FormularioField, FormularioGrouping => FormularioFieldGroup, old names are preserved in plugin install method for compatibility 2021-06-14 14:02:09 +03:00
Zaytsev Kirill
4cec18b1d7 test: Improved checking validation event & code style 2021-06-14 13:59:23 +03:00
1on
61bc90bc39 feat: custom model setter and getter props are added for FormularioInput 2020-11-13 12:13:55 +03:00
1on
75ee75f311 fix: Fixed resetting field`s local errors when form errors prop cleared 2020-11-12 10:05:56 +03:00
Zaytsev Kirill
8e3bacab3c refactor: Got rid of promises in default validation rules fns, rewritten rules tests 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
a0345a605e refactor: Moved install method out of Formulario class 2020-11-09 09:52:04 +03:00
Zaytsev Kirill
98b5c0935d test: Restored remaining tests for form 2020-11-09 09:48:55 +03:00
1on
96a991f46f fix: Fixed registry.getNested for array of fields 2020-11-02 11:59:26 +03:00
Zaytsev Kirill
47f631e6ae test: Added tests for validation functions 2020-10-26 20:54:43 +03:00
Zaytsev Kirill
4251d46591 refactor!: rules & messages Formulario options renamed to validationRules & validationMessages 2020-10-26 17:03:24 +03:00
Zaytsev Kirill
3cc80f20da test: Removed checks for allErrors prop, replaced with checks for particular errors & violations 2020-10-26 00:51:19 +03:00
Zaytsev Kirill
7b5d38923f refactor!: errorBehavior renamed to validationBehavior 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
3f5735299d refactor: Moved utils to separated files, code cleanup 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
e814edf9fc refactor!: performValidation method renamed to runValidation 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
b1e126a149 refactor!: Renamed validationMessages Formulario option to messages 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
ea93863a05 feat!: Remove blur error behavior & blurHandler, validation logic refactor & cleanup 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
3d31c461e6 feat!: formularioValue prop removed, prop value now used as model 2020-10-26 00:43:09 +03:00
Zaytsev Kirill
13362a703a test: Removed unnecessary slots 2020-10-22 17:23:45 +03:00
Zaytsev Kirill
9540e37226 test: Fixed tests for submit event 2020-10-22 17:16:49 +03:00
Zaytsev Kirill
cc5bb03bae chore!: Removed uploading functionality, dead code removals 2020-10-22 16:37:57 +03:00
Zaytsev Kirill
c85f3332eb fix: Getting validators
BREAKING CHANGE: Removed form registry
2020-10-22 13:46:35 +03:00
Zaytsev Kirill
467dca656b refactor: Validation logic refactor, additional typehints, removed dead code
BREAKING CHANGE: Plugin system removed
2020-10-22 10:59:47 +03:00
Zaytsev Kirill
6e0f9b3223 test: Rewritten grouping test without checking internal class FormSubmission 2020-10-22 10:52:01 +03:00
1on
06c79905a8 fix: Removed validation on field value change, when errorBehavior is not live 2020-10-21 10:57:58 +03:00
Zaytsev Kirill
bd53602f5e chore: Added changes from master 2020-10-19 13:45:32 +03:00
Zaytsev Kirill
54bf820824 chore: Additional typehints, Object/ObjectType replaced with Record<string, any> 2020-10-19 13:45:25 +03:00
Zaytsev Kirill
a3eb14a745 fix: Nested fields assignment, classes computed prop removed, additional typehints 2020-10-19 13:45:24 +03:00
Zaytsev Kirill
ec1035a9a0 refactor: Merge utility moved to a separated file 2020-10-19 13:45:20 +03:00
Zaytsev Kirill
713a2bab51 chore: Build config fixes, modules paths correction 2020-10-19 13:45:15 +03:00
Zaytsev Kirill
45f29ff27a refactor: Validation callbacks logic simplification, typehints 2020-10-19 13:45:13 +03:00
Zaytsev Kirill
63a7c88905 refactor: Rewritten onto typescript@3.9 2020-10-19 13:45:11 +03:00
Zaytsev Kirill
acb6357433 style: Addition of the eslint rules 2020-10-19 13:45:11 +03:00
1on
f53738dac3 Fixed shallowEqualObjects on Date 2020-10-16 10:52:54 +03:00
1on
ef285012fa Removed field validation on created when errorBehavior is not live. 2020-10-16 10:52:54 +03:00
1on
15ec7c7743 Errors now are an objects with fields message, rule and context. Fixed validation messages generation. Default validation messages generator added. 2020-05-25 13:41:38 +03:00
1on
348f3aa017 Tests actualized 2020-05-22 14:22:57 +03:00
Justin Schroeder
bed18767fb Fixes bug that could cause the wrong repeatable group to be removed 2020-05-18 00:15:45 -04:00
Justin Schroeder
2d097fadb4 Adds support for new named form methods 2020-05-15 23:20:29 -04:00
Justin Schroeder
1d869936c8 Merge branch 'feature/error-behavior' into feature/grouping 2020-05-15 14:13:29 -04:00
Justin Schroeder
fbc54bd72b Adds aria-describedby, rule bailing 2020-05-15 14:08:58 -04:00
Justin Schroeder
af5e23098d Fixes issue #55, removing form data on deregister 2020-05-14 16:45:29 -04:00
Justin Schroeder
fdcf7b3dbf Updates vue-test-utils to 1.0.2 2020-05-14 16:08:54 -04:00
Justin Schroeder
1e403a7fe9 Adds slot component tests 2020-05-10 15:23:18 -04:00