@vergelijkdirect/comparison-forms 1.1.24-rc.0 → 1.1.24-rc.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.
|
@@ -25836,13 +25836,13 @@ const FL = N({
|
|
|
25836
25836
|
});
|
|
25837
25837
|
var lw = function() {
|
|
25838
25838
|
var e = this, r = e._self._c;
|
|
25839
|
-
return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-new-form", class: { [e.classes]: !!e.classes, "vd-form-card--fit": e.fitSidebar } }, [r("div", { staticClass: "vd-form-card__header" }, [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("label", { staticClass: "vd-form-group__label", attrs: { for: "kind" + e.componentId } }, [e._v(" Soort huisdier ")]), r("default-select", { attrs: { id: "kind" + e.componentId, options: e.petKinds, "data-vv-name": "kind" + e.componentId, "no-default-placeholder": !0, name: "kind" }, on: { input: function(n) {
|
|
25839
|
+
return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-new-form", class: { [e.classes]: !!e.classes, "vd-form-card--fit": e.fitSidebar } }, [r("div", { staticClass: "vd-form-card__header" }, [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("label", { staticClass: "vd-form-group__label", attrs: { for: "kind" + e.componentId } }, [e._v(" Soort huisdier ")]), r("default-select", { attrs: { id: "kind" + e.componentId, options: e.petKinds, "data-vv-name": "kind" + e.componentId, "no-default-placeholder": !0, "hide-label": !0, name: "kind" }, on: { input: function(n) {
|
|
25840
25840
|
return e.setBreedId(1);
|
|
25841
25841
|
} }, model: { value: e.petState.kind, callback: function(n) {
|
|
25842
25842
|
e.$set(e.petState, "kind", n);
|
|
25843
25843
|
}, expression: "petState.kind" } }), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "sex" + e.componentId } }, [e._v(" Geslacht ")]), r("b-form-radio-group", { staticClass: "vd-radio-buttons", attrs: { options: e.petGenders, "data-vv-name": "sex" + e.componentId, name: "sex" }, model: { value: e.petState.sex, callback: function(n) {
|
|
25844
25844
|
e.$set(e.petState, "sex", n);
|
|
25845
|
-
}, expression: "petState.sex" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: e.genderError, text: "Huurwoning is verplicht" }] } })], 1), r("label", { staticClass: "vd-form-group__label", attrs: { for: "age" + e.componentId } }, [e._v(" Leeftijd ")]), r("default-select", { attrs: { id: "age" + e.componentId, options: e.ageOptions, "data-vv-name": "age" + e.componentId, "no-default-placeholder": !0, name: "age" }, model: { value: e.petState.age, callback: function(n) {
|
|
25845
|
+
}, expression: "petState.sex" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: e.genderError, text: "Huurwoning is verplicht" }] } })], 1), r("label", { staticClass: "vd-form-group__label", attrs: { for: "age" + e.componentId } }, [e._v(" Leeftijd ")]), r("default-select", { attrs: { id: "age" + e.componentId, options: e.ageOptions, "data-vv-name": "age" + e.componentId, "no-default-placeholder": !0, "hide-label": !0, name: "age" }, model: { value: e.petState.age, callback: function(n) {
|
|
25846
25846
|
e.$set(e.petState, "age", n);
|
|
25847
25847
|
}, expression: "petState.age" } }), r("zipcode-input", { attrs: { id: "postcode" + e.componentId, name: "postcode", "is-required": "" }, model: { value: e.petState.postcode, callback: function(n) {
|
|
25848
25848
|
e.$set(e.petState, "postcode", n);
|
|
@@ -26799,10 +26799,10 @@ var Cw = function() {
|
|
|
26799
26799
|
e.$set(e.userState, "birthdate", n);
|
|
26800
26800
|
}, expression: "userState.birthdate" } }), r("family-composition-input", { model: { value: e.userState.familyComposition, callback: function(n) {
|
|
26801
26801
|
e.$set(e.userState, "familyComposition", n);
|
|
26802
|
-
}, expression: "userState.familyComposition" } }), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "paymentTerm" } }, [
|
|
26802
|
+
}, expression: "userState.familyComposition" } }), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "paymentTerm" } }, [r("popper", { attrs: { options: {
|
|
26803
26803
|
placement: "top",
|
|
26804
26804
|
modifiers: { offset: { offset: "0,5px" } }
|
|
26805
|
-
}, trigger: "hover", "visible-arrow": !e.hasNewDesign } }, [r("div", { staticClass: "popover popper vd-popover" }, [r("div", { staticClass: "popover-header vd-popover-header" }, [r("i", { staticClass: "fas fa-info-circle", class: e.hasNewDesign ? "vd-tip-icon" : "text-primary fz-big cursor-pointer" }), e._v(" Kies je dekking ")]), e._v(" Doorlopend is al goedkoper wanneer je 2 keer of vaker met vakantie gaat. Ook weekendjes weg zijn meeverzekerd! ")]), r("i", { staticClass: "fas fa-info-circle", class: e.hasNewDesign ? "vd-tip-icon" : "text-primary fz-big cursor-pointer", attrs: { slot: "reference", id: "popover-target-coverage" }, slot: "reference" })])], 1), r("b-form-radio-group", { staticClass: "vd-radio-buttons", attrs: { id: "paymentTerm", options: e.paymentTerms, "data-vv-name": "paymentTerm", name: "paymentTerm" }, model: { value: e.travelState.paymentTerm, callback: function(n) {
|
|
26805
|
+
}, trigger: "hover", "visible-arrow": !e.hasNewDesign } }, [r("div", { staticClass: "popover popper vd-popover" }, [r("div", { staticClass: "popover-header vd-popover-header" }, [r("i", { staticClass: "fas fa-info-circle", class: e.hasNewDesign ? "vd-tip-icon" : "text-primary fz-big cursor-pointer" }), e._v(" Kies je dekking ")]), e._v(" Doorlopend is al goedkoper wanneer je 2 keer of vaker met vakantie gaat. Ook weekendjes weg zijn meeverzekerd! ")]), r("div", { attrs: { slot: "reference" }, slot: "reference" }, [r("span", [e._v(" Kies je dekking ")]), r("i", { staticClass: "fas fa-info-circle", class: e.hasNewDesign ? "vd-tip-icon" : "text-primary fz-big cursor-pointer", attrs: { slot: "reference", id: "popover-target-coverage" }, slot: "reference" })])])], 1), r("b-form-radio-group", { staticClass: "vd-radio-buttons", attrs: { id: "paymentTerm", options: e.paymentTerms, "data-vv-name": "paymentTerm", name: "paymentTerm" }, model: { value: e.travelState.paymentTerm, callback: function(n) {
|
|
26806
26806
|
e.$set(e.travelState, "paymentTerm", n);
|
|
26807
26807
|
}, expression: "travelState.paymentTerm" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: "required", text: "Selecteer een dekking" }] } })], 1)], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
|
|
26808
26808
|
}, lV = [];
|
|
@@ -27898,7 +27898,7 @@ const LV = Ww.exports, VV = [
|
|
|
27898
27898
|
});
|
|
27899
27899
|
}
|
|
27900
27900
|
return je(() => {
|
|
27901
|
-
t.isOnResultPage ? (S.zipcode = t.userInformation.zipCode || Ft().zipcode ||
|
|
27901
|
+
t.isOnResultPage ? (S.zipcode = t.userInformation.zipCode || Ft().zipcode || S.zipcode, S.houseNumber = t.userInformation.houseNumber || Ft().houseNumber || S.houseNumber, S.houseNumberAddition = t.userInformation.houseNumberAddition || Ft().houseNumberAddition || S.houseNumberAddition, S.familyComposition = t.userInformation.familyComposition || Ft().familyComposition || S.familyComposition, At.houseType = t.insuranceState.HouseType || At.houseType, At.ownedBuilding = t.insuranceState.OwnedBuilding || Ft().ownedBuilding || At.ownedBuilding) : Wt.removeSessionState("housing-path", "housing-storage");
|
|
27902
27902
|
}), {
|
|
27903
27903
|
houseTypes: VV,
|
|
27904
27904
|
houseOwnedBuilding: BV,
|