@vergelijkdirect/comparison-forms 1.2.17-rc.0 → 1.2.18-rc.0

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 |
@@ -115,6 +114,8 @@ Example
115
114
  * pet-form
116
115
  * pet-form-horizontal
117
116
  * pet-form-old
117
+ * questionnaire-form
118
+ * risk-scanner-form
118
119
  * travel-form
119
120
  * travel-form-horizontal
120
121
  * travel-form-old