@bolttech/form-engine 0.14.3 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1628
- package/index.esm.d.ts +1 -0
- package/index.esm.js +1683 -0
- package/package.json +15 -16
- package/src/components/AsFormField/AsFormField.d.ts +4 -0
- package/src/components/FieldWrapper/FieldWrapper.d.ts +4 -0
- package/src/components/Form/Form.d.ts +4 -0
- package/src/components/index.d.ts +2 -0
- package/src/context/FormGroupContext.d.ts +27 -0
- package/src/generators/formBuilder.d.ts +11 -0
- package/src/index.d.ts +3 -3
- package/src/types/index.d.ts +47 -0
- package/CHANGELOG.md +0 -529
- package/asFormField-3108e669.js +0 -2
- package/asFormField-3108e669.js.map +0 -1
- package/index.js +0 -2
- package/index.js.map +0 -1
- package/react.js +0 -2
- package/react.js.map +0 -1
- package/src/adapters/react/Field.d.ts +0 -4
- package/src/adapters/react/Form.d.ts +0 -5
- package/src/adapters/react/Submit.d.ts +0 -3
- package/src/adapters/react/asFormField.d.ts +0 -4
- package/src/adapters/react/context.d.ts +0 -5
- package/src/adapters/react/index.d.ts +0 -7
- package/src/adapters/react/types.d.ts +0 -326
- package/src/adapters/react/useForceUpdate.d.ts +0 -3
- package/src/adapters/react/useForm.d.ts +0 -12
- package/src/adapters/react/useFormGroup.d.ts +0 -3
- package/src/core/apis/formatters.d.ts +0 -16
- package/src/core/apis/index.d.ts +0 -4
- package/src/core/apis/masks.d.ts +0 -3
- package/src/core/apis/validations.d.ts +0 -11
- package/src/core/apis/varOps.d.ts +0 -4
- package/src/core/constants/events.d.ts +0 -32
- package/src/core/constants/index.d.ts +0 -5
- package/src/core/constants/observer.d.ts +0 -7
- package/src/core/events/ObserverError.d.ts +0 -7
- package/src/core/events/events.types.d.ts +0 -27
- package/src/core/events/index.d.ts +0 -2
- package/src/core/handlers/common/templating.d.ts +0 -2
- package/src/core/handlers/field/api.d.ts +0 -4
- package/src/core/handlers/field/blur.d.ts +0 -2
- package/src/core/handlers/field/change.d.ts +0 -2
- package/src/core/handlers/field/clearFields.d.ts +0 -4
- package/src/core/handlers/field/data.d.ts +0 -3
- package/src/core/handlers/field/filter.d.ts +0 -2
- package/src/core/handlers/field/focus.d.ts +0 -2
- package/src/core/handlers/field/formatters.d.ts +0 -4
- package/src/core/handlers/field/htmlEventParser.d.ts +0 -6
- package/src/core/handlers/field/keydown.d.ts +0 -2
- package/src/core/handlers/field/keyup.d.ts +0 -2
- package/src/core/handlers/field/masks.d.ts +0 -4
- package/src/core/handlers/field/mount.d.ts +0 -2
- package/src/core/handlers/field/validations.d.ts +0 -4
- package/src/core/handlers/field/visibilityConditions.d.ts +0 -4
- package/src/core/handlers/flows.d.ts +0 -47
- package/src/core/handlers/form/bindFields.d.ts +0 -3
- package/src/core/handlers/form/hooks.d.ts +0 -3
- package/src/core/handlers/form/steps.d.ts +0 -2
- package/src/core/handlers/form/templating.d.ts +0 -2
- package/src/core/handlers/form/validate.d.ts +0 -2
- package/src/core/handlers/form/visibilityConditions.d.ts +0 -4
- package/src/core/index.d.ts +0 -3
- package/src/core/managers/Base.d.ts +0 -19
- package/src/core/managers/Factory.d.ts +0 -52
- package/src/core/managers/Field.d.ts +0 -33
- package/src/core/managers/Form.d.ts +0 -28
- package/src/core/managers/Scope.d.ts +0 -12
- package/src/core/managers/index.d.ts +0 -1
- package/src/core/types/index.d.ts +0 -937
- package/src/core/utils/common.d.ts +0 -9
- package/src/core/utils/credit-card.d.ts +0 -16
- package/src/core/utils/index.d.ts +0 -6
- package/src/core/utils/object.d.ts +0 -27
- package/src/core/utils/string.d.ts +0 -3
- package/src/core/utils/value.d.ts +0 -2
- package/types.js +0 -2
- package/types.js.map +0 -1
package/CHANGELOG.md
DELETED
|
@@ -1,529 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
-
|
|
5
|
-
## [0.14.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.14.2...form-engine-0.14.3) (2024-05-27)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* update as form field rehydration on option list ([803a550](http://bitbucket.org/gofrank/bolttech-frontend/commit/803a55087c8c01b3d3dea0d50d12d2b84b9d1c1e))
|
|
11
|
-
|
|
12
|
-
## [0.14.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.14.1...form-engine-0.14.2) (2024-04-19)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
* field rehydrate checksum ([de29916](http://bitbucket.org/gofrank/bolttech-frontend/commit/de29916d16eba5df2e56197b3e26d80e72ffeca5))
|
|
18
|
-
* update readme ([2fe2071](http://bitbucket.org/gofrank/bolttech-frontend/commit/2fe2071c8444cd75f8bc6f61b6b63f05ad23b0b5))
|
|
19
|
-
|
|
20
|
-
## [0.14.1](https://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.14.0...form-engine-0.14.1) (2024-04-17)
|
|
21
|
-
|
|
22
|
-
## [0.13.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.12.2...form-engine-0.13.0) (2024-04-09)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* added optionList prop in asFormField - added visibilityConditions in ON_FIELD_CLEARED event ([28ffa7c](http://bitbucket.org/gofrank/bolttech-frontend/commit/28ffa7ce549cc6886233b8490acdd983388d281f))
|
|
28
|
-
* asFormField - onSelected prop function ([0f9c2ef](http://bitbucket.org/gofrank/bolttech-frontend/commit/0f9c2ef3624a18972f6176edd87149f270d9de19))
|
|
29
|
-
* readme ([1ed48b6](http://bitbucket.org/gofrank/bolttech-frontend/commit/1ed48b6fab5581ae4edab80532c260387c1aaab0))
|
|
30
|
-
* readme - version 0.13.0 ([6988236](http://bitbucket.org/gofrank/bolttech-frontend/commit/6988236baac06de09da3955f77c3a8747366994e))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* merged ([d757613](http://bitbucket.org/gofrank/bolttech-frontend/commit/d757613f28bd2d346291d275cbb7dee06ce4c6cd))
|
|
36
|
-
|
|
37
|
-
## [0.12.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.12.1...form-engine-0.12.2) (2024-04-08)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* add subscribe to on form destroy field event ([ab80602](http://bitbucket.org/gofrank/bolttech-frontend/commit/ab80602b94baa104fd68f4d5078fb17a77391dc1))
|
|
43
|
-
|
|
44
|
-
## [0.12.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.12.0...form-engine-0.12.1) (2024-04-03)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Bug Fixes
|
|
48
|
-
|
|
49
|
-
* apply data handler on destroy field from form ([87e0d6f](http://bitbucket.org/gofrank/bolttech-frontend/commit/87e0d6f2445b4981ed973b31f457777d5142d69a))
|
|
50
|
-
* validation test ([c89a9b7](http://bitbucket.org/gofrank/bolttech-frontend/commit/c89a9b71835f59cdc03e544ba965c3502ed6b8a8))
|
|
51
|
-
|
|
52
|
-
## [0.12.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.9...form-engine-0.12.0) (2024-03-26)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### Features
|
|
56
|
-
|
|
57
|
-
* create valid date validation ([f266be4](http://bitbucket.org/gofrank/bolttech-frontend/commit/f266be4a2ec9579e8e8f1abbb69fc581e208b2bc))
|
|
58
|
-
* creating multiple validation option on validations ([a66cde4](http://bitbucket.org/gofrank/bolttech-frontend/commit/a66cde45d68495c4be7d87da4c819cedc83bd62e))
|
|
59
|
-
|
|
60
|
-
## [0.11.9](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.8...form-engine-0.11.9) (2024-03-13)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### Bug Fixes
|
|
64
|
-
|
|
65
|
-
* **masks:** add callback prop ([286b397](http://bitbucket.org/gofrank/bolttech-frontend/commit/286b3972b8a13f5c33f7c81845cbe8e328c8e7bd))
|
|
66
|
-
|
|
67
|
-
## [0.11.8](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.7...form-engine-0.11.8) (2024-03-12)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Bug Fixes
|
|
71
|
-
|
|
72
|
-
* **formatters:** add callback prop ([d759320](http://bitbucket.org/gofrank/bolttech-frontend/commit/d759320ca178875bde671136efb4431b0a635e53))
|
|
73
|
-
* **formatters:** adjusting code and updating readme ([f42254b](http://bitbucket.org/gofrank/bolttech-frontend/commit/f42254b888ff450f1607081a9869ffcc130ad0cc))
|
|
74
|
-
|
|
75
|
-
## [0.11.7](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.6...form-engine-0.11.7) (2024-03-11)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Bug Fixes
|
|
79
|
-
|
|
80
|
-
* asFormField - fieldInstance - disabled ([accee3c](http://bitbucket.org/gofrank/bolttech-frontend/commit/accee3c2430558b9040c5f537f458395008abac6))
|
|
81
|
-
|
|
82
|
-
## [0.11.6](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.5...form-engine-0.11.6) (2024-03-07)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* asFormField - merge props to fieldInstance.props - FIX ([f14070e](http://bitbucket.org/gofrank/bolttech-frontend/commit/f14070e82ba53036bd44fcc9020ee2e5e711f31c))
|
|
88
|
-
* removed last change ([99e0a26](http://bitbucket.org/gofrank/bolttech-frontend/commit/99e0a26f7b173eee4c827168aec23405500fcdd7))
|
|
89
|
-
|
|
90
|
-
## [0.11.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.4...form-engine-0.11.5) (2024-03-07)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### Bug Fixes
|
|
94
|
-
|
|
95
|
-
* asFormField - merge props to fieldInstance.props ([e4710b0](http://bitbucket.org/gofrank/bolttech-frontend/commit/e4710b03466a7108f20f6ad2ff7e6a523c8b736d))
|
|
96
|
-
|
|
97
|
-
## [0.11.4](https://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.3...form-engine-0.11.4) (2024-02-22)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Bug Fixes
|
|
101
|
-
|
|
102
|
-
* change onClick event callback declaration ([cf1e014](https://bitbucket.org/gofrank/bolttech-frontend/commit/cf1e0146eecf504443b05eaffdb1b0632d69075f))
|
|
103
|
-
* update readme ([b8db372](https://bitbucket.org/gofrank/bolttech-frontend/commit/b8db372ddf68d4ab6b8bedadf67857e986a1992c))
|
|
104
|
-
|
|
105
|
-
## [0.11.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.2...form-engine-0.11.3) (2024-02-21)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
* react hook adapter ([02ae862](http://bitbucket.org/gofrank/bolttech-frontend/commit/02ae86208394e939d741e5622013e78af773257c))
|
|
111
|
-
|
|
112
|
-
## [0.11.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.1...form-engine-0.11.2) (2024-02-21)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Bug Fixes
|
|
116
|
-
|
|
117
|
-
* **handler:** add defaultClearFields prop on clearFields handler ([b5865f6](http://bitbucket.org/gofrank/bolttech-frontend/commit/b5865f66e2cb61f5a811bfab0d67fb9101bb3046))
|
|
118
|
-
* **handler:** updating readme ([99b2ac8](http://bitbucket.org/gofrank/bolttech-frontend/commit/99b2ac8902f0b8834dd96d84a2fb44641a2c86d0))
|
|
119
|
-
|
|
120
|
-
## [0.11.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.11.0...form-engine-0.11.1) (2024-02-19)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* clear fields rehydrate field ([f72e738](http://bitbucket.org/gofrank/bolttech-frontend/commit/f72e738bbb5e4479b6c3413e674397ab04850a07))
|
|
126
|
-
* cleared value ([97abd77](http://bitbucket.org/gofrank/bolttech-frontend/commit/97abd773b60fe3bc041a0c6ddee5d89ea4a266a0))
|
|
127
|
-
|
|
128
|
-
## [0.11.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.8...form-engine-0.11.0) (2024-02-16)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
### Features
|
|
132
|
-
|
|
133
|
-
* 0.11.0 version ([ebb549a](http://bitbucket.org/gofrank/bolttech-frontend/commit/ebb549a3389a06d4310843150a3c0934f24ba4b6))
|
|
134
|
-
* add ON_FIELD_BINDED event to handlers type ([52f93a7](http://bitbucket.org/gofrank/bolttech-frontend/commit/52f93a77eb4cd836905b069583c1f1267dce4fc0))
|
|
135
|
-
* update clearFields value ([f9e8a9d](http://bitbucket.org/gofrank/bolttech-frontend/commit/f9e8a9d6d885e863cea35426a9e4aff4e6685ebb))
|
|
136
|
-
* update readme ([4128582](http://bitbucket.org/gofrank/bolttech-frontend/commit/412858277ac291f815f9d65b1889a4a13ca7dd33))
|
|
137
|
-
|
|
138
|
-
## [0.10.8](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.7...form-engine-0.10.8) (2024-02-12)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* **ref:** adding field change ref attribute ([f824570](http://bitbucket.org/gofrank/bolttech-frontend/commit/f824570f8256d66582f5c4f67d9edabddb34db01))
|
|
144
|
-
* **ref:** removing additional flow event chain ([a9a597e](http://bitbucket.org/gofrank/bolttech-frontend/commit/a9a597e3e61e8ca065d4840b082fb928e580b9c6))
|
|
145
|
-
|
|
146
|
-
## [0.10.7](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.6...form-engine-0.10.7) (2024-02-07)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* add validation to convert boolean fields properly ([8048395](http://bitbucket.org/gofrank/bolttech-frontend/commit/8048395845999f600ccca60de7524a19904597d9))
|
|
152
|
-
|
|
153
|
-
## [0.10.6](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.5...form-engine-0.10.6) (2024-02-05)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Bug Fixes
|
|
157
|
-
|
|
158
|
-
* add on click event to another flows ([8bbe414](http://bitbucket.org/gofrank/bolttech-frontend/commit/8bbe41432b884c7d3f136363ea74cca6fbd3416e))
|
|
159
|
-
|
|
160
|
-
## [0.10.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.4...form-engine-0.10.5) (2024-02-05)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Bug Fixes
|
|
164
|
-
|
|
165
|
-
* encapsulate in value on extract target string ([ea57f29](http://bitbucket.org/gofrank/bolttech-frontend/commit/ea57f29335c6f664ad3b7b7d4c62b7ecdb080d54))
|
|
166
|
-
|
|
167
|
-
## [0.10.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.3...form-engine-0.10.4) (2024-02-02)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Bug Fixes
|
|
171
|
-
|
|
172
|
-
* template string value prop ([c587d77](http://bitbucket.org/gofrank/bolttech-frontend/commit/c587d776cdfe8ff4a8b9aad283e4caa9b6796f43))
|
|
173
|
-
|
|
174
|
-
## [0.10.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.2...form-engine-0.10.3) (2024-02-01)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### Bug Fixes
|
|
178
|
-
|
|
179
|
-
* in checking the default value of the string template ([461452f](http://bitbucket.org/gofrank/bolttech-frontend/commit/461452f9991f5980357a85be8b488b73c8c1982b))
|
|
180
|
-
|
|
181
|
-
## [0.10.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.1...form-engine-0.10.2) (2024-01-31)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Bug Fixes
|
|
185
|
-
|
|
186
|
-
* type refactor ([94a2723](http://bitbucket.org/gofrank/bolttech-frontend/commit/94a2723133e72c09132f41c20053f9867aaaec7f))
|
|
187
|
-
|
|
188
|
-
## [0.10.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.10.0...form-engine-0.10.1) (2024-01-29)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
### Bug Fixes
|
|
192
|
-
|
|
193
|
-
* fieldValueAsParams property with predefined parameters in the url ([ed9cd15](http://bitbucket.org/gofrank/bolttech-frontend/commit/ed9cd15db0f5647923d4b1d35922a435dd46ac54))
|
|
194
|
-
|
|
195
|
-
## [0.10.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.9.0...form-engine-0.10.0) (2024-01-29)
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
### Features
|
|
199
|
-
|
|
200
|
-
* implement exists validation ([8f89465](http://bitbucket.org/gofrank/bolttech-frontend/commit/8f894652da1ee62acbde517158063d421fd77cea))
|
|
201
|
-
|
|
202
|
-
## [0.9.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.8.0...form-engine-0.9.0) (2024-01-26)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
### Features
|
|
206
|
-
|
|
207
|
-
* implement new html input events ([8b142d4](http://bitbucket.org/gofrank/bolttech-frontend/commit/8b142d42817c61d91052cf208bb351754b674418))
|
|
208
|
-
|
|
209
|
-
## [0.8.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.7.1...form-engine-0.8.0) (2024-01-15)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### Features
|
|
213
|
-
|
|
214
|
-
* add regex formatters example to readme ([ac4b35c](http://bitbucket.org/gofrank/bolttech-frontend/commit/ac4b35cae5a5face39cbe8f6cd1ca2f7fe1a7010))
|
|
215
|
-
* add regex option to formatters schema ([3192713](http://bitbucket.org/gofrank/bolttech-frontend/commit/319271322da7fffe40b221ef4d61fa343dc46d56))
|
|
216
|
-
* update readme version ([a46c052](http://bitbucket.org/gofrank/bolttech-frontend/commit/a46c052801939bc06fd4af21fdcaf7eaed754745))
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### Bug Fixes
|
|
220
|
-
|
|
221
|
-
* validation test ([2307d33](http://bitbucket.org/gofrank/bolttech-frontend/commit/2307d335916a54d5527b249f8ea124f3f4ca7f23))
|
|
222
|
-
|
|
223
|
-
## [0.7.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.7.0...form-engine-0.7.1) (2024-01-03)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Bug Fixes
|
|
227
|
-
|
|
228
|
-
* implement ON_FIELD_CLEARED event on clear field handler to perform event after on target field ([61a60e3](http://bitbucket.org/gofrank/bolttech-frontend/commit/61a60e352afe4622c309ab2ccd7c89e418eb4b34))
|
|
229
|
-
|
|
230
|
-
## [0.7.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.6.2...form-engine-0.7.0) (2023-12-15)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
### Features
|
|
234
|
-
|
|
235
|
-
* add api call on rehydrate event and create a new prop on clear fields handler ([9aa8900](http://bitbucket.org/gofrank/bolttech-frontend/commit/9aa890036e6250447d9512bf87436690012f0ffd))
|
|
236
|
-
|
|
237
|
-
## [0.6.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.6.1...form-engine-0.6.2) (2023-11-30)
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
### Bug Fixes
|
|
241
|
-
|
|
242
|
-
* creating prop to hide field on truth validation only ([161d522](http://bitbucket.org/gofrank/bolttech-frontend/commit/161d522c3a445110a1cc9fa63fa93a3324a1aa9a))
|
|
243
|
-
|
|
244
|
-
## [0.6.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.6.0...form-engine-0.6.1) (2023-11-29)
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
* add rule prop to visibility condition to choose how we need to handle validations ([09a11a1](http://bitbucket.org/gofrank/bolttech-frontend/commit/09a11a1086c524962174aa58b01ae2275d5ce207))
|
|
250
|
-
* update readme ([ce620e3](http://bitbucket.org/gofrank/bolttech-frontend/commit/ce620e38b338bda1619a415596bd76d2e9ce96c5))
|
|
251
|
-
|
|
252
|
-
## [0.6.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.8...form-engine-0.6.0) (2023-11-27)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
### Features
|
|
256
|
-
|
|
257
|
-
* after api call event ([de1df4d](http://bitbucket.org/gofrank/bolttech-frontend/commit/de1df4d5959559d24fe3ea86cfcd947a88359b43))
|
|
258
|
-
|
|
259
|
-
## [0.5.8](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.7...form-engine-0.5.8) (2023-11-24)
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
### Bug Fixes
|
|
263
|
-
|
|
264
|
-
* removing double set isValid on validation field ([0977aa2](http://bitbucket.org/gofrank/bolttech-frontend/commit/0977aa25d2a1c097e7e9ef3223a25fcc907e9feb))
|
|
265
|
-
|
|
266
|
-
## [0.5.7](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.6...form-engine-0.5.7) (2023-11-23)
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### Bug Fixes
|
|
270
|
-
|
|
271
|
-
* implementing onew options to set path and query params on url api call ([1140171](http://bitbucket.org/gofrank/bolttech-frontend/commit/114017155150b04622ed6fb737b06d7a48eab051))
|
|
272
|
-
* invert conditions ([ac64e90](http://bitbucket.org/gofrank/bolttech-frontend/commit/ac64e909ce8aa6a99aebf2f3129648ddab66076e))
|
|
273
|
-
* update readme ([bbd1e49](http://bitbucket.org/gofrank/bolttech-frontend/commit/bbd1e498640fe7eec0c800de460c386c5845892b))
|
|
274
|
-
|
|
275
|
-
## [0.5.6](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.5...form-engine-0.5.6) (2023-11-23)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### Bug Fixes
|
|
279
|
-
|
|
280
|
-
* error on get current value in any change handle event ([b2b4bcd](http://bitbucket.org/gofrank/bolttech-frontend/commit/b2b4bcda73ac75213a2e71450e13bbda1757d0a2))
|
|
281
|
-
* update readme version ([e3ce497](http://bitbucket.org/gofrank/bolttech-frontend/commit/e3ce4975b6a56b1d761543b1ba4e096c021f09bf))
|
|
282
|
-
|
|
283
|
-
## [0.5.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.4...form-engine-0.5.5) (2023-11-22)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* merged events on validation handler ([bbaf916](http://bitbucket.org/gofrank/bolttech-frontend/commit/bbaf916ad28c969c1efec642cee34916cd537af3))
|
|
289
|
-
* update readme ([55437ee](http://bitbucket.org/gofrank/bolttech-frontend/commit/55437eeba8399a221e2d1e5069044c0f84264848))
|
|
290
|
-
|
|
291
|
-
## [0.5.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.3...form-engine-0.5.4) (2023-11-20)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
* logic to validate target string on templating handler ([3ac2707](http://bitbucket.org/gofrank/bolttech-frontend/commit/3ac2707eefabf8b66d30ce5cc92cb56aa107938b))
|
|
297
|
-
|
|
298
|
-
## [0.5.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.2...form-engine-0.5.3) (2023-11-20)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
### Bug Fixes
|
|
302
|
-
|
|
303
|
-
* adding target string validation on templating hanlder ([85ad526](http://bitbucket.org/gofrank/bolttech-frontend/commit/85ad5265fec886189b71d0a56131c45fe576cf16))
|
|
304
|
-
* update readme ([82a3f8c](http://bitbucket.org/gofrank/bolttech-frontend/commit/82a3f8c4ffc86859ac942575fb689d33fbcf0718))
|
|
305
|
-
|
|
306
|
-
## [0.5.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.1...form-engine-0.5.2) (2023-11-17)
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
### Bug Fixes
|
|
310
|
-
|
|
311
|
-
* add disableFormSubmit prop into TSchema to disable input submit inserction ([93fa2bb](http://bitbucket.org/gofrank/bolttech-frontend/commit/93fa2bb55082f54bad13c2b3042538e3b1a90dea))
|
|
312
|
-
|
|
313
|
-
## [0.5.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.5.0...form-engine-0.5.1) (2023-11-14)
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Bug Fixes
|
|
317
|
-
|
|
318
|
-
* clear field when have initial values setted ([7efcdbc](http://bitbucket.org/gofrank/bolttech-frontend/commit/7efcdbc9e31ec1edce99d843aedbf72db46c593a))
|
|
319
|
-
|
|
320
|
-
## [0.5.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.7...form-engine-0.5.0) (2023-10-24)
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
### Features
|
|
324
|
-
|
|
325
|
-
* create boolean validation function and update readme with all validation types description ([fd17418](http://bitbucket.org/gofrank/bolttech-frontend/commit/fd17418c80cb6b85fee27eefdfa479f43e2cd76b))
|
|
326
|
-
|
|
327
|
-
## [0.4.7](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.6...form-engine-0.4.7) (2023-10-20)
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
### Bug Fixes
|
|
331
|
-
|
|
332
|
-
* add stage version on readme ([4fe3eff](http://bitbucket.org/gofrank/bolttech-frontend/commit/4fe3effbbf7f28b722e88ea5cd0f8ed4163d1103))
|
|
333
|
-
* api call on mound event handler ([eca02f9](http://bitbucket.org/gofrank/bolttech-frontend/commit/eca02f980a1ee6cf8a35bae570f5ecba7f191bdf))
|
|
334
|
-
|
|
335
|
-
## [0.4.6](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.5...form-engine-0.4.6) (2023-09-28)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Bug Fixes
|
|
339
|
-
|
|
340
|
-
* fixed date validation when it was the first day of the month ([996a6cf](http://bitbucket.org/gofrank/bolttech-frontend/commit/996a6cfffabbeee5eb61b29d2d6eb1c7e94cc4a7))
|
|
341
|
-
|
|
342
|
-
## [0.4.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.4...form-engine-0.4.5) (2023-09-25)
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
### Bug Fixes
|
|
346
|
-
|
|
347
|
-
* rollback undfined validation from required ([6aa6fe1](http://bitbucket.org/gofrank/bolttech-frontend/commit/6aa6fe13ed5d0f5888d32a3576c1c3ff9b697034))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
### Reverts
|
|
351
|
-
|
|
352
|
-
* Revert "fix: testing with required without undefined value" ([8646ff0](http://bitbucket.org/gofrank/bolttech-frontend/commit/8646ff0127478c5882a258056f654e2ab94d0401))
|
|
353
|
-
|
|
354
|
-
## [0.4.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.3...form-engine-0.4.4) (2023-09-22)
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
### Bug Fixes
|
|
358
|
-
|
|
359
|
-
* required error on focus ([808d4d5](http://bitbucket.org/gofrank/bolttech-frontend/commit/808d4d56568c31dc4f87a67e6b0a435e04df1637))
|
|
360
|
-
* testing with required without undefined value ([5a09ef6](http://bitbucket.org/gofrank/bolttech-frontend/commit/5a09ef6ee890c7d3fdd8966632ec4e1d7460d669))
|
|
361
|
-
|
|
362
|
-
## [0.4.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.2...form-engine-0.4.3) (2023-09-22)
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
### Bug Fixes
|
|
366
|
-
|
|
367
|
-
* added tests for callback validation ([ed89650](http://bitbucket.org/gofrank/bolttech-frontend/commit/ed89650dbcec259b1de0b91912a38c69e891f659))
|
|
368
|
-
|
|
369
|
-
## [0.4.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.1...form-engine-0.4.2) (2023-09-22)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
### Bug Fixes
|
|
373
|
-
|
|
374
|
-
* add onlyNumber and onlyLetters formatters ([55a12e9](http://bitbucket.org/gofrank/bolttech-frontend/commit/55a12e9092eb7dd9ed0d93bf7913585a03e1a926))
|
|
375
|
-
|
|
376
|
-
## [0.4.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.4.0...form-engine-0.4.1) (2023-09-21)
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
### Bug Fixes
|
|
380
|
-
|
|
381
|
-
* fix conditions and notEmpty when undefined validation ([a1f606f](http://bitbucket.org/gofrank/bolttech-frontend/commit/a1f606f0ea956fca43e13e8b1193c34cb764cbf5))
|
|
382
|
-
* fixed validations which shouldn't show errors when empty without clicking ([3668c2c](http://bitbucket.org/gofrank/bolttech-frontend/commit/3668c2c0547cadcec332b593a49aed6d675e75c9))
|
|
383
|
-
|
|
384
|
-
## [0.4.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.3.1...form-engine-0.4.0) (2023-09-21)
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### Features
|
|
388
|
-
|
|
389
|
-
* added the possibility to have conditions inside of another conditions ([0d50ab7](http://bitbucket.org/gofrank/bolttech-frontend/commit/0d50ab76960df1f93311266ad3c3ecdbd753df96))
|
|
390
|
-
|
|
391
|
-
## [0.3.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.3.0...form-engine-0.3.1) (2023-09-20)
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
### Bug Fixes
|
|
395
|
-
|
|
396
|
-
* fixing an error when on amount was called, the value was not being passed by parameter ([2faabf6](http://bitbucket.org/gofrank/bolttech-frontend/commit/2faabf61d6f04966fd9b265f0a9eebba3e7cffdc))
|
|
397
|
-
|
|
398
|
-
## [0.3.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.5...form-engine-0.3.0) (2023-09-19)
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
### Features
|
|
402
|
-
|
|
403
|
-
* added between validation ([5cdbe58](http://bitbucket.org/gofrank/bolttech-frontend/commit/5cdbe586f07a419050352c2c201e37291563b6df))
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
### Bug Fixes
|
|
407
|
-
|
|
408
|
-
* fixing date validation with target that was using only the current date ([17877dd](http://bitbucket.org/gofrank/bolttech-frontend/commit/17877ddeca9ed534a23eea52d4b5d8293bf842b7))
|
|
409
|
-
* fixing target date in date validation ([dc2f78d](http://bitbucket.org/gofrank/bolttech-frontend/commit/dc2f78d0b8c847986915fabefbbdf1c268816884))
|
|
410
|
-
* fixing target date in date validation ([0feab1c](http://bitbucket.org/gofrank/bolttech-frontend/commit/0feab1cb20d954e2d6cb28d4c28f2ad9f010ea17))
|
|
411
|
-
|
|
412
|
-
## [0.2.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.4...form-engine-0.2.5) (2023-09-18)
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### Bug Fixes
|
|
416
|
-
|
|
417
|
-
* removing the error when the field is hidden ([0a14f9e](http://bitbucket.org/gofrank/bolttech-frontend/commit/0a14f9e09663d81a2266f2324fa12bf5525675c5))
|
|
418
|
-
|
|
419
|
-
## [0.2.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.3...form-engine-0.2.4) (2023-09-18)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Bug Fixes
|
|
423
|
-
|
|
424
|
-
* fix hidden fields with errors ([4ece52c](http://bitbucket.org/gofrank/bolttech-frontend/commit/4ece52c8e858b6689e5811180b10c03b4e1027ae))
|
|
425
|
-
|
|
426
|
-
## [0.2.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.2...form-engine-0.2.3) (2023-09-13)
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
### Bug Fixes
|
|
430
|
-
|
|
431
|
-
* react files exports ([c1eece4](http://bitbucket.org/gofrank/bolttech-frontend/commit/c1eece4eab40aa1c2d75a1c62ffbf5622164bebf))
|
|
432
|
-
|
|
433
|
-
## [0.2.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.1...form-engine-0.2.2) (2023-08-22)
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
### Bug Fixes
|
|
437
|
-
|
|
438
|
-
* add version on readme ([baa64dc](http://bitbucket.org/gofrank/bolttech-frontend/commit/baa64dc62d89e11f36bbc9ac7b7693ad8f73419b))
|
|
439
|
-
* validation on form mount and set form valid on api validation ([2dc9ea5](http://bitbucket.org/gofrank/bolttech-frontend/commit/2dc9ea5f29cafe5d6c2ff3b5d2b014313403db36))
|
|
440
|
-
|
|
441
|
-
## [0.2.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.2.0...form-engine-0.2.1) (2023-08-07)
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
### Bug Fixes
|
|
445
|
-
|
|
446
|
-
* implementing set step function and fix validations test ([37aee66](http://bitbucket.org/gofrank/bolttech-frontend/commit/37aee667160a73a15fd805e55d7b5ab6c96f91d0))
|
|
447
|
-
|
|
448
|
-
## [0.2.0](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.9...form-engine-0.2.0) (2023-08-03)
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
### Features
|
|
452
|
-
|
|
453
|
-
* select index on step back or forward ([c651570](http://bitbucket.org/gofrank/bolttech-frontend/commit/c651570ab0a6c378310a79799910ceb5891f1c7f))
|
|
454
|
-
|
|
455
|
-
## [0.1.9](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.8...form-engine-0.1.9) (2023-08-01)
|
|
456
|
-
|
|
457
|
-
## [0.1.8](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.7...form-engine-0.1.8) (2023-08-01)
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
### Bug Fixes
|
|
461
|
-
|
|
462
|
-
* validation test ([03d46b0](http://bitbucket.org/gofrank/bolttech-frontend/commit/03d46b067bbef4189649493f05f67e2cea48e65f))
|
|
463
|
-
|
|
464
|
-
## [0.1.7](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.6...form-engine-0.1.7) (2023-07-31)
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
### Bug Fixes
|
|
468
|
-
|
|
469
|
-
* rollback tsconfig sets to fix exports ([2fb561a](http://bitbucket.org/gofrank/bolttech-frontend/commit/2fb561ab3fa815b8e10acf7aff0e21a4a6f576dd))
|
|
470
|
-
|
|
471
|
-
## [0.1.6](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.5...form-engine-0.1.6) (2023-07-31)
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
### Bug Fixes
|
|
475
|
-
|
|
476
|
-
* rollback tsconfig to equalize with other projects ([4e8ffa7](http://bitbucket.org/gofrank/bolttech-frontend/commit/4e8ffa72fb969167995e2c55945584cd52f577ed))
|
|
477
|
-
|
|
478
|
-
## [0.1.5](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.4...form-engine-0.1.5) (2023-07-31)
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
### Bug Fixes
|
|
482
|
-
|
|
483
|
-
* update readme ([95695c4](http://bitbucket.org/gofrank/bolttech-frontend/commit/95695c472e548f2e76b0af29bf1082015ed86cd0))
|
|
484
|
-
* update tsconfig for build ([10987fa](http://bitbucket.org/gofrank/bolttech-frontend/commit/10987fa99d41d95863ed569441ed6601dbeaf5f0))
|
|
485
|
-
|
|
486
|
-
## [0.1.4](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.3...form-engine-0.1.4) (2023-07-31)
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
### Bug Fixes
|
|
490
|
-
|
|
491
|
-
* add source map to tsconfig lib ([326f458](http://bitbucket.org/gofrank/bolttech-frontend/commit/326f458b220cbdf017eccd75aa1c78dd668957e2))
|
|
492
|
-
|
|
493
|
-
## [0.1.3](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.2...form-engine-0.1.3) (2023-07-31)
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
### Bug Fixes
|
|
497
|
-
|
|
498
|
-
* add source map and declaration to tsconfig build ([9997ac6](http://bitbucket.org/gofrank/bolttech-frontend/commit/9997ac621ef8bb1fcb3e25492f8da78111363bb4))
|
|
499
|
-
|
|
500
|
-
## [0.1.2](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.1...form-engine-0.1.2) (2023-07-27)
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
### Bug Fixes
|
|
504
|
-
|
|
505
|
-
* form action handle on ivars ([1350b05](http://bitbucket.org/gofrank/bolttech-frontend/commit/1350b05fffa74baf1f44e0a3468d8068353912b6))
|
|
506
|
-
* templating test issue ([4bc36a0](http://bitbucket.org/gofrank/bolttech-frontend/commit/4bc36a0048b78982e1a93b6f1cd767868b79ea35))
|
|
507
|
-
|
|
508
|
-
## [0.1.1](http://bitbucket.org/gofrank/bolttech-frontend/compare/form-engine-0.1.0...form-engine-0.1.1) (2023-07-24)
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
### Bug Fixes
|
|
512
|
-
|
|
513
|
-
* add alias for react exports ([0fbb9b8](http://bitbucket.org/gofrank/bolttech-frontend/commit/0fbb9b8708750a75d062b82aef5f2070389e3f47))
|
|
514
|
-
* update readme with the new version ([652f0fe](http://bitbucket.org/gofrank/bolttech-frontend/commit/652f0fe32e214b061eb6885de4a3672a9655ee9a))
|
|
515
|
-
|
|
516
|
-
## 0.1.0 (2023-07-24)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Features
|
|
520
|
-
|
|
521
|
-
* migrating form engine from edirect ([21bbac1](http://bitbucket.org/gofrank/bolttech-frontend/commit/21bbac13e1ac4d1ecbcf15810c4967f2c8f59615))
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
### Bug Fixes
|
|
525
|
-
|
|
526
|
-
* import error on tests ([2b5c939](http://bitbucket.org/gofrank/bolttech-frontend/commit/2b5c93962f23bf525ff814b30b67977ba7a99a4d))
|
|
527
|
-
* retrive path alias for tests ([658995d](http://bitbucket.org/gofrank/bolttech-frontend/commit/658995d4aa565648ac92f3a5417f74ac87dffe6e))
|
|
528
|
-
* update code to override build errors ([2c5c4a4](http://bitbucket.org/gofrank/bolttech-frontend/commit/2c5c4a4644f7c35fb2040645ef01dceb4e09dada))
|
|
529
|
-
* update managers tests to fix then errors ([8a92235](http://bitbucket.org/gofrank/bolttech-frontend/commit/8a922350db1cc87c69fbb905a30a8ae95cf389dd))
|