@vergelijkdirect/comparison-forms 1.2.30 → 1.2.31-rc.1

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.
@@ -26276,7 +26276,7 @@ var My = function() {
26276
26276
  return [r("ErrorHandler", { attrs: { name: "caravanType", "errors-data": e.fieldsErrors.type } })];
26277
26277
  }, proxy: !0 }]), model: { value: e.caravanState.typeOfCaravan, callback: function(n) {
26278
26278
  e.$set(e.caravanState, "typeOfCaravan", n);
26279
- }, expression: "caravanState.typeOfCaravan" } }), r("default-select", { attrs: { id: "Length", options: e.length, label: "Lengte (excl. dissel)", placeholder: "Maak je keuze", name: "caravanLength", "is-required": "" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
26279
+ }, expression: "caravanState.typeOfCaravan" } }), r("default-select", { attrs: { id: "Length", options: e.length, label: "Lengte (excl.dissel)", placeholder: "Maak je keuze", name: "caravanLength", "is-required": "" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
26280
26280
  return [r("ErrorHandler", { attrs: { name: "caravanLength", "errors-data": e.fieldsErrors.length } })];
26281
26281
  }, proxy: !0 }]), model: { value: e.caravanState.length, callback: function(n) {
26282
26282
  e.$set(e.caravanState, "length", n);
@@ -29075,13 +29075,13 @@ var N_ = function() {
29075
29075
  var e = this, r = e._self._c;
29076
29076
  return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-form-card--horizontal", class: { "vd-new-form": e.hasNewDesign, [e.classes]: !!e.classes }, attrs: { "has-new-style": !0 } }, [r("form", { ref: "petForm", attrs: { action: e.link, method: "GET" }, on: { submit: function(n) {
29077
29077
  return n.preventDefault(), e.validateBeforeSubmit.apply(null, arguments);
29078
- } } }, [e.showTitle ? r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]) : e._e(), r("div", { staticClass: "vd-form-card__content" }, [r("div", { staticClass: "vd-form-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "kind" } }, [e._v(" Soort huisdier ")]), r("default-select", { staticClass: "mx-0 mb-0", attrs: { id: "kind", options: e.petKinds, "no-default-placeholder": !0, name: "kind" }, on: { input: function(n) {
29078
+ } } }, [e.showTitle ? r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]) : e._e(), r("div", { staticClass: "vd-form-card__content" }, [r("div", { staticClass: "vd-form-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "kind" } }, [e._v(" Soort huisdier ")]), r("default-select", { staticClass: "mx-0 mb-0", attrs: { id: "kind", "hide-label": !0, options: e.petKinds, "no-default-placeholder": !0, name: "kind" }, on: { input: function(n) {
29079
29079
  return e.setBreedId(null);
29080
29080
  } }, model: { value: e.petState.kind, callback: function(n) {
29081
29081
  e.$set(e.petState, "kind", n);
29082
29082
  }, expression: "petState.kind" } })], 1), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "kind" } }, [e._v(" Geslacht ")]), r("div", { staticClass: "align-self-stretch" }, [r("b-form-radio-group", { staticClass: "vd-radio-buttons mt-2", attrs: { options: e.petGenders, name: "sex" }, model: { value: e.petState.sex, callback: function(n) {
29083
29083
  e.$set(e.petState, "sex", n);
29084
- }, expression: "petState.sex" } })], 1)]), r("div", { staticClass: "vd-form-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "age" } }, [e._v(" Leeftijd ")]), r("default-select", { staticClass: "mx-0 mb-0", attrs: { id: "age", options: e.ageOptions, "no-default-placeholder": !0, name: "age" }, model: { value: e.petState.age, callback: function(n) {
29084
+ }, expression: "petState.sex" } })], 1)]), r("div", { staticClass: "vd-form-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "age" } }, [e._v(" Leeftijd ")]), r("default-select", { staticClass: "mx-0 mb-0", attrs: { id: "age", "hide-label": !0, options: e.ageOptions, "no-default-placeholder": !0, name: "age" }, model: { value: e.petState.age, callback: function(n) {
29085
29085
  e.$set(e.petState, "age", n);
29086
29086
  }, expression: "petState.age" } })], 1), r("div", { staticClass: "vd-form-group" }, [r("zipcode-input", { staticClass: "m-0", attrs: { id: "postcode", name: "postcode", "is-required": "" }, model: { value: e.petState.postcode, callback: function(n) {
29087
29087
  e.$set(e.petState, "postcode", n);