@vergelijkdirect/comparison-forms 1.2.18-ver-7588.0 → 1.2.19

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 CHANGED
@@ -55,7 +55,6 @@ import '@vergelijkdirect/comparison-forms/styles';
55
55
  | title | String/No | Specify title of form (by default has value <insurance name> vergelijken) | Motorverzekering vergelijken |
56
56
  | show-title | Boolean/No | Boolean, that specify should title, in title prop be showed (Use value false, if there is external modal title, to prevent double titles) | false |
57
57
  | form-orientation | String/No | Specify form orientation (Vertical or Horizontal) Should be used only for create loan form | Vertical |
58
- | comparison | Comparison/No | Pass existing comparison for update actions in form. Required value for loans upgrade form | Comparison instance object |
59
58
  | form-location | String/No | String, that indicate, where form is located. Can be before flow, on result, coverages,family page. | IS_BEFORE_FLOW/IS_ON_RESULT_PAGE/IS_ON_COVERAGES_PAGE/IS_ON_FAMILY_PAGE |
60
59
  | additional-options | Object/No | Props that contains all special data, for separate form. E.g. qustionnary data for only Risk scanner/business car forms. | { qa_id: 'some value' } |
61
60
  | @change | Function/No | Function, that should be called, when user submit form. Has parameters ({ insuranceState: {...}, userInformation: {...} }), that can be used for furtner actions with this data | Any function, that should be called after form submit |
@@ -88,7 +87,6 @@ Example
88
87
  * bike-form-horizontal
89
88
  * bike-form-old
90
89
  * business-car-form
91
- * business-liability-form
92
90
  * car-form
93
91
  * car-form-horizontal
94
92
  * car-form-old
@@ -116,6 +114,8 @@ Example
116
114
  * pet-form
117
115
  * pet-form-horizontal
118
116
  * pet-form-old
117
+ * questionnaire-form
118
+ * risk-scanner-form
119
119
  * travel-form
120
120
  * travel-form-horizontal
121
121
  * travel-form-old