1
0
mirror of synced 2025-01-24 19:31:42 +03:00

218 Commits

Author SHA1 Message Date
Zaytsev Kirill
07f3168e1e feat!: FormularioInput context.allErrors now is string array 2020-10-26 16:53:52 +03:00
Zaytsev Kirill
ad7336d595 chore!: Removed errors prop from FormularioInput 2020-10-26 16:50:12 +03:00
Zaytsev Kirill
91a97e4365 refactor: pendingValidation renamed to validationRun 2020-10-26 00:43:09 +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
89d99cccc7 chore: Code comments 2020-10-23 13:37:51 +03:00
Zaytsev Kirill
cd248b7678 refactor: Decrease of code block nesting 2020-10-23 13:24:27 +03:00
Zaytsev Kirill
25a4f5530f chore: Dead code removal 2020-10-22 17:45:00 +03:00
Zaytsev Kirill
cc5bb03bae chore!: Removed uploading functionality, dead code removals 2020-10-22 16:37:57 +03:00
Zaytsev Kirill
434b288a3c fix: Validator groups enlargement, number validation rule 2020-10-22 14:20:50 +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
1on
ebbf10043b fix: Fixed input event on data with nested objects 2020-10-21 10:58:00 +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
d1a0986ba4 fix: Typehint fixes 2020-10-20 17:41:28 +03:00
Zaytsev Kirill
ca292960ff fix: Components names 2020-10-19 18:53:24 +03:00
Zaytsev Kirill
bd53602f5e chore: Added changes from master 2020-10-19 13:45:32 +03:00
Zaytsev Kirill
578cb0f34b chore: Added Grouping example to storybook, typehints fixes 2020-10-19 13:45:29 +03:00
Zaytsev Kirill
c2aa0cb4f1 chore: Added storybook, removed vue-i18n (was not in use) 2020-10-19 13:45:28 +03:00
Zaytsev Kirill
323fbf4bf4 chore: Rearranged functions in utils.ts, additional typehinting 2020-10-19 13:45:26 +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
35aff198ba refactor: ValidatableData interface moved to validation/types 2020-10-19 13:45:23 +03:00
Zaytsev Kirill
f3410db883 refactor: ArrayType moved to common.type, dead code removal 2020-10-19 13:45:22 +03:00
Zaytsev Kirill
ec1035a9a0 refactor: Merge utility moved to a separated file 2020-10-19 13:45:20 +03:00
Zaytsev Kirill
c5bb8076e6 fix: Fixed build config 2020-10-19 13:45:19 +03:00
Zaytsev Kirill
0274ccd58a refactor: Moved components options to components classes, additional typehints 2020-10-19 13:45:16 +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
613c3cd497 Fixed proxy actualization on value change 2020-09-16 13:49:45 +03:00
1on
88f7ab2638 Added pluralization for validation messages for min|max rules 2020-05-27 13:11:05 +03:00
1on
2b26ab85c7 email, startsWith and endsWith validators now return valid result if value is empty 2020-05-25 13:42:40 +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
83d36526c3 Library renamed to formulario 2020-05-22 14:22:56 +03:00
1on
4ce9d0ea2b Refactored FormulateInputContent 2020-05-19 11:03:49 +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
58ce5db539 Fixes help text bleeding through on box classification, adds full specimen sheet 2020-05-17 15:06:55 -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