@vergelijkdirect/comparison-forms 1.0.90 → 1.0.92

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.
@@ -13588,7 +13588,7 @@ const B1 = Ic.exports, G1 = de({
13588
13588
  });
13589
13589
  var Ec = function() {
13590
13590
  var e = this, r = e._self._c;
13591
- return e._self._setupProxy, r("div", { staticClass: "vd-form-card", class: { "vd-new-form": e.vdFormVersion === "1", [e.classes]: !!e.classes } }, [r("form", { ref: "motor-form", attrs: { action: e.link, method: "GET" }, on: { submit: function(n) {
13591
+ return e._self._setupProxy, r("div", { staticClass: "vd-form-card vd-form-card--horizontal", class: { "vd-new-form": e.vdFormVersion === "1", [e.classes]: !!e.classes } }, [r("form", { ref: "motor-form", attrs: { action: e.link, method: "GET" }, on: { submit: function(n) {
13592
13592
  return n.preventDefault(), e.validateBeforeSubmit.apply(null, arguments);
13593
13593
  } } }, [r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]), r("div", { staticClass: "vd-form-card__content mb-0 pb-0 pb-lg-3" }, [r("license-plate", { attrs: { id: "license", "prop-vehicle-information": e.vehicle, "vehicle-types": [
13594
13594
  "Motor",
@@ -14074,7 +14074,7 @@ const ed = (t, e) => {
14074
14074
  });
14075
14075
  var td = function() {
14076
14076
  var e = this, r = e._self._c;
14077
- return e._self._setupProxy, r("div", { staticClass: "vd-form-card", class: { "vd-new-form": e.vdFormVersion === "1", [e.classes]: !!e.classes, "vd-form-card--horizontal": e.isHorizontalForm } }, [r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.formTitle) + " ")]), r("div", { staticClass: "vd-form-card__content p-0" }, [r("loan-purpose-input-field", { attrs: { "vd-form-version": e.vdFormVersion }, model: { value: e.loanState.loanPurpose, callback: function(n) {
14077
+ return e._self._setupProxy, r("div", { staticClass: "vd-form-card", class: { "vd-new-form": e.vdFormVersion === "1", [e.classes]: !!e.classes, "vd-form-card--horizontal": e.isHorizontalForm } }, [r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.formTitle) + " ")]), r("div", { staticClass: "vd-form-card__content" }, [r("loan-purpose-input-field", { attrs: { "vd-form-version": e.vdFormVersion }, model: { value: e.loanState.loanPurpose, callback: function(n) {
14078
14078
  e.$set(e.loanState, "loanPurpose", n);
14079
14079
  }, expression: "loanState.loanPurpose" } }), r("loan-amount-input-field", { attrs: { "vd-form-version": e.vdFormVersion }, model: { value: e.loanState.loanAmount, callback: function(n) {
14080
14080
  e.$set(e.loanState, "loanAmount", e._n(n));
@@ -14549,8 +14549,7 @@ const Ow = ld.exports, Cw = de({
14549
14549
  },
14550
14550
  formTitle: {
14551
14551
  required: !1,
14552
- type: String,
14553
- default: ""
14552
+ type: String
14554
14553
  },
14555
14554
  formOrientation: {
14556
14555
  required: !1,