@vergelijkdirect/comparison-forms 1.2.45-ver-8012.1 → 1.2.45-ver-8012.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.
- package/dist-rollup/comparison-forms.js +170 -179
- package/dist-rollup/comparison-forms.umd.cjs +14 -14
- package/package.json +1 -1
|
@@ -5895,9 +5895,9 @@ function We() {
|
|
|
5895
5895
|
Object.defineProperty(t, "TravelService", { enumerable: !0, get: function() {
|
|
5896
5896
|
return B.default;
|
|
5897
5897
|
} });
|
|
5898
|
-
var
|
|
5898
|
+
var H = Tl;
|
|
5899
5899
|
Object.defineProperty(t, "UserService", { enumerable: !0, get: function() {
|
|
5900
|
-
return
|
|
5900
|
+
return H.default;
|
|
5901
5901
|
} });
|
|
5902
5902
|
}(Os)), Os;
|
|
5903
5903
|
}
|
|
@@ -6781,7 +6781,7 @@ function oS() {
|
|
|
6781
6781
|
weekdayMismatch: !1
|
|
6782
6782
|
};
|
|
6783
6783
|
}
|
|
6784
|
-
function
|
|
6784
|
+
function q(t) {
|
|
6785
6785
|
return t._pf == null && (t._pf = oS()), t._pf;
|
|
6786
6786
|
}
|
|
6787
6787
|
var hu;
|
|
@@ -6794,7 +6794,7 @@ Array.prototype.some ? hu = Array.prototype.some : hu = function(t) {
|
|
|
6794
6794
|
};
|
|
6795
6795
|
function Nl(t) {
|
|
6796
6796
|
var e = null, r = !1, n = t._d && !isNaN(t._d.getTime());
|
|
6797
|
-
if (n && (e =
|
|
6797
|
+
if (n && (e = q(t), r = hu.call(e.parsedDateParts, function(a) {
|
|
6798
6798
|
return a != null;
|
|
6799
6799
|
}), n = e.overflow < 0 && !e.empty && !e.invalidEra && !e.invalidMonth && !e.invalidWeekday && !e.weekdayMismatch && !e.nullInput && !e.invalidFormat && !e.userInvalidated && (!e.meridiem || e.meridiem && r), t._strict && (n = n && e.charsLeftOver === 0 && e.unusedTokens.length === 0 && e.bigHour === void 0)), Object.isFrozen == null || !Object.isFrozen(t))
|
|
6800
6800
|
t._isValid = n;
|
|
@@ -6804,12 +6804,12 @@ function Nl(t) {
|
|
|
6804
6804
|
}
|
|
6805
6805
|
function Lo(t) {
|
|
6806
6806
|
var e = Qt(NaN);
|
|
6807
|
-
return t != null ? xr(
|
|
6807
|
+
return t != null ? xr(q(e), t) : q(e).userInvalidated = !0, e;
|
|
6808
6808
|
}
|
|
6809
6809
|
var of = D.momentProperties = [], Es = !1;
|
|
6810
6810
|
function Il(t, e) {
|
|
6811
6811
|
var r, n, a, i = of.length;
|
|
6812
|
-
if (rt(e._isAMomentObject) || (t._isAMomentObject = e._isAMomentObject), rt(e._i) || (t._i = e._i), rt(e._f) || (t._f = e._f), rt(e._l) || (t._l = e._l), rt(e._strict) || (t._strict = e._strict), rt(e._tzm) || (t._tzm = e._tzm), rt(e._isUTC) || (t._isUTC = e._isUTC), rt(e._offset) || (t._offset = e._offset), rt(e._pf) || (t._pf =
|
|
6812
|
+
if (rt(e._isAMomentObject) || (t._isAMomentObject = e._isAMomentObject), rt(e._i) || (t._i = e._i), rt(e._f) || (t._f = e._f), rt(e._l) || (t._l = e._l), rt(e._strict) || (t._strict = e._strict), rt(e._tzm) || (t._tzm = e._tzm), rt(e._isUTC) || (t._isUTC = e._isUTC), rt(e._offset) || (t._offset = e._offset), rt(e._pf) || (t._pf = q(e)), rt(e._locale) || (t._locale = e._locale), i > 0)
|
|
6813
6813
|
for (r = 0; r < i; r++)
|
|
6814
6814
|
n = of[r], a = e[n], rt(a) || (t[n] = a);
|
|
6815
6815
|
return t;
|
|
@@ -7264,7 +7264,7 @@ se(["M", "MM"], function(t, e) {
|
|
|
7264
7264
|
});
|
|
7265
7265
|
se(["MMM", "MMMM"], function(t, e, r, n) {
|
|
7266
7266
|
var a = r._locale.monthsParse(t, n, r._strict);
|
|
7267
|
-
a != null ? e[sr] = a :
|
|
7267
|
+
a != null ? e[sr] = a : q(r).invalidMonth = t;
|
|
7268
7268
|
});
|
|
7269
7269
|
var jS = "January_February_March_April_May_June_July_August_September_October_November_December".split(
|
|
7270
7270
|
"_"
|
|
@@ -7434,7 +7434,7 @@ E("dddd", function(t, e) {
|
|
|
7434
7434
|
});
|
|
7435
7435
|
Va(["dd", "ddd", "dddd"], function(t, e, r, n) {
|
|
7436
7436
|
var a = r._locale.weekdaysParse(t, n, r._strict);
|
|
7437
|
-
a != null ? e.d = a :
|
|
7437
|
+
a != null ? e.d = a : q(r).invalidWeekday = t;
|
|
7438
7438
|
});
|
|
7439
7439
|
Va(["d", "e", "E"], function(t, e, r, n) {
|
|
7440
7440
|
e[n] = W(t);
|
|
@@ -7600,15 +7600,15 @@ se(["a", "A"], function(t, e, r) {
|
|
|
7600
7600
|
r._isPm = r._locale.isPM(t), r._meridiem = t;
|
|
7601
7601
|
});
|
|
7602
7602
|
se(["h", "hh"], function(t, e, r) {
|
|
7603
|
-
e[Ie] = W(t),
|
|
7603
|
+
e[Ie] = W(t), q(r).bigHour = !0;
|
|
7604
7604
|
});
|
|
7605
7605
|
se("hmm", function(t, e, r) {
|
|
7606
7606
|
var n = t.length - 2;
|
|
7607
|
-
e[Ie] = W(t.substr(0, n)), e[Et] = W(t.substr(n)),
|
|
7607
|
+
e[Ie] = W(t.substr(0, n)), e[Et] = W(t.substr(n)), q(r).bigHour = !0;
|
|
7608
7608
|
});
|
|
7609
7609
|
se("hmmss", function(t, e, r) {
|
|
7610
7610
|
var n = t.length - 4, a = t.length - 2;
|
|
7611
|
-
e[Ie] = W(t.substr(0, n)), e[Et] = W(t.substr(n, 2)), e[ur] = W(t.substr(a)),
|
|
7611
|
+
e[Ie] = W(t.substr(0, n)), e[Et] = W(t.substr(n, 2)), e[ur] = W(t.substr(a)), q(r).bigHour = !0;
|
|
7612
7612
|
});
|
|
7613
7613
|
se("Hmm", function(t, e, r) {
|
|
7614
7614
|
var n = t.length - 2;
|
|
@@ -7730,7 +7730,7 @@ function k1() {
|
|
|
7730
7730
|
}
|
|
7731
7731
|
function Zl(t) {
|
|
7732
7732
|
var e, r = t._a;
|
|
7733
|
-
return r &&
|
|
7733
|
+
return r && q(t).overflow === -2 && (e = r[sr] < 0 || r[sr] > 11 ? sr : r[zt] < 1 || r[zt] > zl(r[Qe], r[sr]) ? zt : r[Ie] < 0 || r[Ie] > 24 || r[Ie] === 24 && (r[Et] !== 0 || r[ur] !== 0 || r[Gr] !== 0) ? Ie : r[Et] < 0 || r[Et] > 59 ? Et : r[ur] < 0 || r[ur] > 59 ? ur : r[Gr] < 0 || r[Gr] > 999 ? Gr : -1, q(t)._overflowDayOfYear && (e < Qe || e > zt) && (e = zt), q(t)._overflowWeeks && e === -1 && (e = RS), q(t)._overflowWeekday && e === -1 && (e = ES), q(t).overflow = e), t;
|
|
7734
7734
|
}
|
|
7735
7735
|
var x1 = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, D1 = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, P1 = /Z|[+-]\d\d(?::?\d\d)?/, Li = [
|
|
7736
7736
|
["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
|
|
@@ -7771,7 +7771,7 @@ var x1 = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(
|
|
|
7771
7771
|
function Oh(t) {
|
|
7772
7772
|
var e, r, n = t._i, a = x1.exec(n) || D1.exec(n), i, o, u, c, l = Li.length, s = Ts.length;
|
|
7773
7773
|
if (a) {
|
|
7774
|
-
for (
|
|
7774
|
+
for (q(t).iso = !0, e = 0, r = l; e < r; e++)
|
|
7775
7775
|
if (Li[e][1].exec(a[1])) {
|
|
7776
7776
|
o = Li[e][0], i = Li[e][2] !== !1;
|
|
7777
7777
|
break;
|
|
@@ -7831,7 +7831,7 @@ function j1(t, e, r) {
|
|
|
7831
7831
|
e[2]
|
|
7832
7832
|
).getDay();
|
|
7833
7833
|
if (n !== a)
|
|
7834
|
-
return
|
|
7834
|
+
return q(r).weekdayMismatch = !0, r._isValid = !1, !1;
|
|
7835
7835
|
}
|
|
7836
7836
|
return !0;
|
|
7837
7837
|
}
|
|
@@ -7855,7 +7855,7 @@ function kh(t) {
|
|
|
7855
7855
|
e[7]
|
|
7856
7856
|
), !j1(e[1], r, t))
|
|
7857
7857
|
return;
|
|
7858
|
-
t._a = r, t._tzm = N1(e[8], e[9], e[10]), t._d = Oa.apply(null, t._a), t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm),
|
|
7858
|
+
t._a = r, t._tzm = N1(e[8], e[9], e[10]), t._d = Oa.apply(null, t._a), t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), q(t).rfc2822 = !0;
|
|
7859
7859
|
} else
|
|
7860
7860
|
t._isValid = !1;
|
|
7861
7861
|
}
|
|
@@ -7895,14 +7895,14 @@ function F1(t) {
|
|
|
7895
7895
|
function Kl(t) {
|
|
7896
7896
|
var e, r, n = [], a, i, o;
|
|
7897
7897
|
if (!t._d) {
|
|
7898
|
-
for (a = F1(t), t._w && t._a[zt] == null && t._a[sr] == null && L1(t), t._dayOfYear != null && (o = hn(t._a[Qe], a[Qe]), (t._dayOfYear > va(o) || t._dayOfYear === 0) && (
|
|
7898
|
+
for (a = F1(t), t._w && t._a[zt] == null && t._a[sr] == null && L1(t), t._dayOfYear != null && (o = hn(t._a[Qe], a[Qe]), (t._dayOfYear > va(o) || t._dayOfYear === 0) && (q(t)._overflowDayOfYear = !0), r = Oa(o, 0, t._dayOfYear), t._a[sr] = r.getUTCMonth(), t._a[zt] = r.getUTCDate()), e = 0; e < 3 && t._a[e] == null; ++e)
|
|
7899
7899
|
t._a[e] = n[e] = a[e];
|
|
7900
7900
|
for (; e < 7; e++)
|
|
7901
7901
|
t._a[e] = n[e] = t._a[e] == null ? e === 2 ? 1 : 0 : t._a[e];
|
|
7902
7902
|
t._a[Ie] === 24 && t._a[Et] === 0 && t._a[ur] === 0 && t._a[Gr] === 0 && (t._nextDay = !0, t._a[Ie] = 0), t._d = (t._useUTC ? Oa : US).apply(
|
|
7903
7903
|
null,
|
|
7904
7904
|
n
|
|
7905
|
-
), i = t._useUTC ? t._d.getUTCDay() : t._d.getDay(), t._tzm != null && t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), t._nextDay && (t._a[Ie] = 24), t._w && typeof t._w.d != "undefined" && t._w.d !== i && (
|
|
7905
|
+
), i = t._useUTC ? t._d.getUTCDay() : t._d.getDay(), t._tzm != null && t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), t._nextDay && (t._a[Ie] = 24), t._w && typeof t._w.d != "undefined" && t._w.d !== i && (q(t).weekdayMismatch = !0);
|
|
7906
7906
|
}
|
|
7907
7907
|
}
|
|
7908
7908
|
function L1(t) {
|
|
@@ -7911,7 +7911,7 @@ function L1(t) {
|
|
|
7911
7911
|
e.GG,
|
|
7912
7912
|
t._a[Qe],
|
|
7913
7913
|
ka(ve(), 1, 4).year
|
|
7914
|
-
), n = hn(e.W, 1), a = hn(e.E, 1), (a < 1 || a > 7) && (c = !0)) : (i = t._locale._week.dow, o = t._locale._week.doy, l = ka(ve(), i, o), r = hn(e.gg, t._a[Qe], l.year), n = hn(e.w, l.week), e.d != null ? (a = e.d, (a < 0 || a > 6) && (c = !0)) : e.e != null ? (a = e.e + i, (e.e < 0 || e.e > 6) && (c = !0)) : a = i), n < 1 || n > fr(r, i, o) ?
|
|
7914
|
+
), n = hn(e.W, 1), a = hn(e.E, 1), (a < 1 || a > 7) && (c = !0)) : (i = t._locale._week.dow, o = t._locale._week.doy, l = ka(ve(), i, o), r = hn(e.gg, t._a[Qe], l.year), n = hn(e.w, l.week), e.d != null ? (a = e.d, (a < 0 || a > 6) && (c = !0)) : e.e != null ? (a = e.e + i, (e.e < 0 || e.e > 6) && (c = !0)) : a = i), n < 1 || n > fr(r, i, o) ? q(t)._overflowWeeks = !0 : c != null ? q(t)._overflowWeekday = !0 : (u = yh(r, n, a, i, o), t._a[Qe] = u.year, t._dayOfYear = u.dayOfYear);
|
|
7915
7915
|
}
|
|
7916
7916
|
D.ISO_8601 = function() {
|
|
7917
7917
|
};
|
|
@@ -7926,17 +7926,17 @@ function Ql(t) {
|
|
|
7926
7926
|
kh(t);
|
|
7927
7927
|
return;
|
|
7928
7928
|
}
|
|
7929
|
-
t._a = [],
|
|
7929
|
+
t._a = [], q(t).empty = !0;
|
|
7930
7930
|
var e = "" + t._i, r, n, a, i, o, u = e.length, c = 0, l, s;
|
|
7931
7931
|
for (a = sh(t._f, t._locale).match(Ll) || [], s = a.length, r = 0; r < s; r++)
|
|
7932
|
-
i = a[r], n = (e.match(xS(i, t)) || [])[0], n && (o = e.substr(0, e.indexOf(n)), o.length > 0 &&
|
|
7932
|
+
i = a[r], n = (e.match(xS(i, t)) || [])[0], n && (o = e.substr(0, e.indexOf(n)), o.length > 0 && q(t).unusedInput.push(o), e = e.slice(
|
|
7933
7933
|
e.indexOf(n) + n.length
|
|
7934
|
-
), c += n.length), Sn[i] ? (n ?
|
|
7935
|
-
|
|
7934
|
+
), c += n.length), Sn[i] ? (n ? q(t).empty = !1 : q(t).unusedTokens.push(i), PS(i, n, t)) : t._strict && !n && q(t).unusedTokens.push(i);
|
|
7935
|
+
q(t).charsLeftOver = u - c, e.length > 0 && q(t).unusedInput.push(e), t._a[Ie] <= 12 && q(t).bigHour === !0 && t._a[Ie] > 0 && (q(t).bigHour = void 0), q(t).parsedDateParts = t._a.slice(0), q(t).meridiem = t._meridiem, t._a[Ie] = B1(
|
|
7936
7936
|
t._locale,
|
|
7937
7937
|
t._a[Ie],
|
|
7938
7938
|
t._meridiem
|
|
7939
|
-
), l =
|
|
7939
|
+
), l = q(t).era, l !== null && (t._a[Qe] = t._locale.erasConvertYear(l, t._a[Qe])), Kl(t), Zl(t);
|
|
7940
7940
|
}
|
|
7941
7941
|
function B1(t, e, r) {
|
|
7942
7942
|
var n;
|
|
@@ -7945,11 +7945,11 @@ function B1(t, e, r) {
|
|
|
7945
7945
|
function V1(t) {
|
|
7946
7946
|
var e, r, n, a, i, o, u = !1, c = t._f.length;
|
|
7947
7947
|
if (c === 0) {
|
|
7948
|
-
|
|
7948
|
+
q(t).invalidFormat = !0, t._d = /* @__PURE__ */ new Date(NaN);
|
|
7949
7949
|
return;
|
|
7950
7950
|
}
|
|
7951
7951
|
for (a = 0; a < c; a++)
|
|
7952
|
-
i = 0, o = !1, e = Il({}, t), t._useUTC != null && (e._useUTC = t._useUTC), e._f = t._f[a], Ql(e), Nl(e) && (o = !0), i +=
|
|
7952
|
+
i = 0, o = !1, e = Il({}, t), t._useUTC != null && (e._useUTC = t._useUTC), e._f = t._f[a], Ql(e), Nl(e) && (o = !0), i += q(e).charsLeftOver, i += q(e).unusedTokens.length * 10, q(e).score = i, u ? i < n && (n = i, r = e) : (n == null || i < n || o) && (n = i, r = e, o && (u = !0));
|
|
7953
7953
|
xr(t, r || e);
|
|
7954
7954
|
}
|
|
7955
7955
|
function q1(t) {
|
|
@@ -8543,10 +8543,10 @@ function YC() {
|
|
|
8543
8543
|
return Nl(this);
|
|
8544
8544
|
}
|
|
8545
8545
|
function WC() {
|
|
8546
|
-
return xr({},
|
|
8546
|
+
return xr({}, q(this));
|
|
8547
8547
|
}
|
|
8548
8548
|
function GC() {
|
|
8549
|
-
return
|
|
8549
|
+
return q(this).overflow;
|
|
8550
8550
|
}
|
|
8551
8551
|
function ZC() {
|
|
8552
8552
|
return {
|
|
@@ -8575,7 +8575,7 @@ se(
|
|
|
8575
8575
|
["N", "NN", "NNN", "NNNN", "NNNNN"],
|
|
8576
8576
|
function(t, e, r, n) {
|
|
8577
8577
|
var a = r._locale.erasParse(t, n, r._strict);
|
|
8578
|
-
a ?
|
|
8578
|
+
a ? q(r).era = a : q(r).invalidEra = t;
|
|
8579
8579
|
}
|
|
8580
8580
|
);
|
|
8581
8581
|
E("y", Ln);
|
|
@@ -14308,8 +14308,8 @@ function lD(t, e, r, n) {
|
|
|
14308
14308
|
return Ne.priority;
|
|
14309
14309
|
}).sort(function(Ne, U) {
|
|
14310
14310
|
return U - Ne;
|
|
14311
|
-
}).filter(function(Ne, U,
|
|
14312
|
-
return
|
|
14311
|
+
}).filter(function(Ne, U, V) {
|
|
14312
|
+
return V.indexOf(Ne) === U;
|
|
14313
14313
|
}).map(function(Ne) {
|
|
14314
14314
|
return v.filter(function(U) {
|
|
14315
14315
|
return U.priority === Ne;
|
|
@@ -14321,10 +14321,10 @@ function lD(t, e, r, n) {
|
|
|
14321
14321
|
return /* @__PURE__ */ new Date(NaN);
|
|
14322
14322
|
var B = Cm(L, Do(L));
|
|
14323
14323
|
for (_ = 0; _ < R.length; _++) {
|
|
14324
|
-
var
|
|
14325
|
-
if (
|
|
14324
|
+
var H = R[_];
|
|
14325
|
+
if (H.validate && !H.validate(B, H.value, h))
|
|
14326
14326
|
return /* @__PURE__ */ new Date(NaN);
|
|
14327
|
-
B =
|
|
14327
|
+
B = H.set(B, H.value, h);
|
|
14328
14328
|
}
|
|
14329
14329
|
return B;
|
|
14330
14330
|
}
|
|
@@ -14792,8 +14792,8 @@ var lc = Fr(function(t, e) {
|
|
|
14792
14792
|
max: 30
|
|
14793
14793
|
}))
|
|
14794
14794
|
return !1;
|
|
14795
|
-
for (var B = L.split("."),
|
|
14796
|
-
if (!d.test(B[
|
|
14795
|
+
for (var B = L.split("."), H = 0; H < B.length; H++)
|
|
14796
|
+
if (!d.test(B[H]))
|
|
14797
14797
|
return !1;
|
|
14798
14798
|
}
|
|
14799
14799
|
if (!(0, a.default)(O, {
|
|
@@ -14817,8 +14817,8 @@ var lc = Fr(function(t, e) {
|
|
|
14817
14817
|
}
|
|
14818
14818
|
if (O[0] === '"')
|
|
14819
14819
|
return O = O.slice(1, O.length - 1), m.allow_utf8_local_part ? h.test(O) : p.test(O);
|
|
14820
|
-
for (var U = m.allow_utf8_local_part ? f : s,
|
|
14821
|
-
if (!U.test(
|
|
14820
|
+
for (var U = m.allow_utf8_local_part ? f : s, V = O.split("."), Ke = 0; Ke < V.length; Ke++)
|
|
14821
|
+
if (!U.test(V[Ke]))
|
|
14822
14822
|
return !1;
|
|
14823
14823
|
return !0;
|
|
14824
14824
|
}
|
|
@@ -15706,7 +15706,7 @@ const dR = (t = null) => {
|
|
|
15706
15706
|
n && (e[r] = n.msg);
|
|
15707
15707
|
}))
|
|
15708
15708
|
), !Object.keys(e).length;
|
|
15709
|
-
}),
|
|
15709
|
+
}), z = k(!1), I = k(!1), S = Pe({
|
|
15710
15710
|
birthdate: "",
|
|
15711
15711
|
zipcode: "",
|
|
15712
15712
|
houseNumber: "",
|
|
@@ -17862,7 +17862,7 @@ const Z = Cv.exports, IE = T({
|
|
|
17862
17862
|
const r = k(!1);
|
|
17863
17863
|
return {
|
|
17864
17864
|
errors: Y,
|
|
17865
|
-
hasNewDesign:
|
|
17865
|
+
hasNewDesign: z,
|
|
17866
17866
|
wasOptionChosen: r,
|
|
17867
17867
|
changeValue: (a) => {
|
|
17868
17868
|
r.value = !0, e("input", a.target.value);
|
|
@@ -17976,14 +17976,14 @@ function UE() {
|
|
|
17976
17976
|
char: lb,
|
|
17977
17977
|
isNew: ad >= w && ad < O
|
|
17978
17978
|
};
|
|
17979
|
-
}),
|
|
17980
|
-
var Ne = B[
|
|
17979
|
+
}), H = h - 1; H >= 0; H--) {
|
|
17980
|
+
var Ne = B[H].char;
|
|
17981
17981
|
if (Ne !== c) {
|
|
17982
|
-
var U =
|
|
17983
|
-
Ne === s[U ?
|
|
17982
|
+
var U = H >= w && v === m;
|
|
17983
|
+
Ne === s[U ? H - g : H] && B.splice(H, 1);
|
|
17984
17984
|
}
|
|
17985
17985
|
}
|
|
17986
|
-
var
|
|
17986
|
+
var V = Vr, Ke = !1;
|
|
17987
17987
|
e:
|
|
17988
17988
|
for (var Ve = 0; Ve < _; Ve++) {
|
|
17989
17989
|
var Dt = s[Ve];
|
|
@@ -17992,11 +17992,11 @@ function UE() {
|
|
|
17992
17992
|
for (; B.length > 0; ) {
|
|
17993
17993
|
var rr = B.shift(), ue = rr.char, nr = rr.isNew;
|
|
17994
17994
|
if (ue === c && f !== !0) {
|
|
17995
|
-
|
|
17995
|
+
V += c;
|
|
17996
17996
|
continue e;
|
|
17997
17997
|
} else if (e[Ve].test(ue)) {
|
|
17998
17998
|
if (p !== !0 || nr === !1 || o === Vr || a === !1 || !b)
|
|
17999
|
-
|
|
17999
|
+
V += ue;
|
|
18000
18000
|
else {
|
|
18001
18001
|
for (var Kn = B.length, un = null, vt = 0; vt < Kn; vt++) {
|
|
18002
18002
|
var Lr = B[vt];
|
|
@@ -18007,24 +18007,24 @@ function UE() {
|
|
|
18007
18007
|
break;
|
|
18008
18008
|
}
|
|
18009
18009
|
}
|
|
18010
|
-
un !== null ? (
|
|
18010
|
+
un !== null ? (V += ue, B.splice(un, 1)) : Ve--;
|
|
18011
18011
|
}
|
|
18012
18012
|
continue e;
|
|
18013
18013
|
} else
|
|
18014
18014
|
Ke = !0;
|
|
18015
18015
|
}
|
|
18016
|
-
f === !1 && (
|
|
18016
|
+
f === !1 && (V += s.substr(Ve, _));
|
|
18017
18017
|
break;
|
|
18018
18018
|
} else
|
|
18019
|
-
|
|
18019
|
+
V += Dt;
|
|
18020
18020
|
}
|
|
18021
18021
|
if (f && b === !1) {
|
|
18022
|
-
for (var ws = null, Xa = 0; Xa <
|
|
18022
|
+
for (var ws = null, Xa = 0; Xa < V.length; Xa++)
|
|
18023
18023
|
s[Xa] === c && (ws = Xa);
|
|
18024
|
-
ws !== null ?
|
|
18024
|
+
ws !== null ? V = V.substr(0, ws + 1) : V = Vr;
|
|
18025
18025
|
}
|
|
18026
18026
|
return {
|
|
18027
|
-
conformedValue:
|
|
18027
|
+
conformedValue: V,
|
|
18028
18028
|
meta: {
|
|
18029
18029
|
someCharsRejected: Ke
|
|
18030
18030
|
}
|
|
@@ -18287,7 +18287,7 @@ const oA = T({
|
|
|
18287
18287
|
}
|
|
18288
18288
|
}), {
|
|
18289
18289
|
errors: Y,
|
|
18290
|
-
hasNewDesign:
|
|
18290
|
+
hasNewDesign: z,
|
|
18291
18291
|
inputModeChecker: n,
|
|
18292
18292
|
isFieldValidated: r,
|
|
18293
18293
|
inputValue: a,
|
|
@@ -18350,7 +18350,7 @@ const ie = Mv.exports, uA = T({
|
|
|
18350
18350
|
setup(t, { emit: e }) {
|
|
18351
18351
|
return {
|
|
18352
18352
|
errors: Y,
|
|
18353
|
-
hasNewDesign:
|
|
18353
|
+
hasNewDesign: z,
|
|
18354
18354
|
handleChange: (a) => {
|
|
18355
18355
|
e("change", a.toUpperCase());
|
|
18356
18356
|
},
|
|
@@ -18459,7 +18459,7 @@ const K = Fv.exports, pA = T({
|
|
|
18459
18459
|
}
|
|
18460
18460
|
]);
|
|
18461
18461
|
return {
|
|
18462
|
-
hasNewDesign:
|
|
18462
|
+
hasNewDesign: z,
|
|
18463
18463
|
attrs: e,
|
|
18464
18464
|
listeners: r,
|
|
18465
18465
|
errorsData: i,
|
|
@@ -19711,9 +19711,9 @@ const Yn = /* @__PURE__ */ Yp(eT), tT = T({
|
|
|
19711
19711
|
rule: a.value,
|
|
19712
19712
|
text: "Postcode en huisnummer combinatie onbekend."
|
|
19713
19713
|
}
|
|
19714
|
-
]), m = re(() => r.value ? "-" : "Kies toevoeging"), g = re(() => `${o.value ? "" : "required"}|is_not:CHOOSE_OPTION`), b = (U,
|
|
19714
|
+
]), m = re(() => r.value ? "-" : "Kies toevoeging"), g = re(() => `${o.value ? "" : "required"}|is_not:CHOOSE_OPTION`), b = (U, V, Ke) => j(this, null, function* () {
|
|
19715
19715
|
try {
|
|
19716
|
-
if (I.value = !0, !U || !
|
|
19716
|
+
if (I.value = !0, !U || !V) {
|
|
19717
19717
|
L(""), l.value = "CHOOSE_OPTION", a.value = !1, d.value.street = "", d.value.city = "", s.value = [{
|
|
19718
19718
|
title: "Kies een toevoeging",
|
|
19719
19719
|
value: "CHOOSE_OPTION",
|
|
@@ -19727,12 +19727,12 @@ const Yn = /* @__PURE__ */ Yp(eT), tT = T({
|
|
|
19727
19727
|
value: "CHOOSE_OPTION",
|
|
19728
19728
|
disabled: !0,
|
|
19729
19729
|
selected: !0
|
|
19730
|
-
}), o.value = yield w(U,
|
|
19730
|
+
}), o.value = yield w(U, V), o.value && (s.value = [...s.value, {
|
|
19731
19731
|
title: "Geen toevoeging",
|
|
19732
19732
|
value: ""
|
|
19733
|
-
}]), qe.homeService.getAddition({ zipcode: U, houseNumber:
|
|
19733
|
+
}]), qe.homeService.getAddition({ zipcode: U, houseNumber: V }).then((Ve) => {
|
|
19734
19734
|
const Dt = Ve;
|
|
19735
|
-
if (i.value = !0,
|
|
19735
|
+
if (i.value = !0, H(t.houseNumberAdditionName), Dt.length) {
|
|
19736
19736
|
r.value = !1;
|
|
19737
19737
|
for (let rr = 0; rr < Dt.length; rr++)
|
|
19738
19738
|
s.value = [...s.value, {
|
|
@@ -19740,20 +19740,20 @@ const Yn = /* @__PURE__ */ Yp(eT), tT = T({
|
|
|
19740
19740
|
value: Ne(Dt[rr])
|
|
19741
19741
|
}];
|
|
19742
19742
|
a.value = !1, Ke || kr(() => {
|
|
19743
|
-
l.value = t.houseNumberAddition, B(U,
|
|
19743
|
+
l.value = t.houseNumberAddition, B(U, V, t.houseNumberAddition);
|
|
19744
19744
|
});
|
|
19745
19745
|
} else
|
|
19746
|
-
s.value[1] && (s.value[1].title = "Geen toevoeging"), r.value = !0, l.value = "", L(""), B(U,
|
|
19746
|
+
s.value[1] && (s.value[1].title = "Geen toevoeging"), r.value = !0, l.value = "", L(""), B(U, V);
|
|
19747
19747
|
}).catch((Ve) => {
|
|
19748
|
-
a.value = !0, d.value.street = "", d.value.city = "", e("address-correct", !a.value),
|
|
19748
|
+
a.value = !0, d.value.street = "", d.value.city = "", e("address-correct", !a.value), H("housenumberaddition"), console.error("Error fetching additions:", Ve);
|
|
19749
19749
|
});
|
|
19750
19750
|
} catch (Ve) {
|
|
19751
19751
|
console.error("Error in getHouseNumberAdditions:", Ve);
|
|
19752
19752
|
} finally {
|
|
19753
19753
|
I.value = !1;
|
|
19754
19754
|
}
|
|
19755
|
-
}), w = (U,
|
|
19756
|
-
return yield qe.dataValidationService.validateZipCode(U,
|
|
19755
|
+
}), w = (U, V) => j(this, null, function* () {
|
|
19756
|
+
return yield qe.dataValidationService.validateZipCode(U, V).then(() => !0).catch(() => !1);
|
|
19757
19757
|
}), O = (U) => {
|
|
19758
19758
|
p.value = !0, u.value = U.toUpperCase(), e("update-zipcode", U.toUpperCase()), kr(() => {
|
|
19759
19759
|
b(U.toUpperCase(), t.houseNumber, !0);
|
|
@@ -19764,26 +19764,26 @@ const Yn = /* @__PURE__ */ Yp(eT), tT = T({
|
|
|
19764
19764
|
});
|
|
19765
19765
|
}, L = (U) => {
|
|
19766
19766
|
e("update-house-number-addition", U), B(t.zipcode, t.houseNumber, U);
|
|
19767
|
-
}, B = (U,
|
|
19767
|
+
}, B = (U, V, Ke = "") => j(this, null, function* () {
|
|
19768
19768
|
try {
|
|
19769
|
-
if (I.value = !0, !U || !
|
|
19769
|
+
if (I.value = !0, !U || !V)
|
|
19770
19770
|
return;
|
|
19771
19771
|
n.value = !0, a.value = !1, d.value.street = "", d.value.city = "", e("address-correct", !a.value);
|
|
19772
19772
|
const { Street: Ve, Place: Dt } = yield qe.dataValidationService.validateZipCode(
|
|
19773
19773
|
U,
|
|
19774
|
-
|
|
19774
|
+
V,
|
|
19775
19775
|
Ke
|
|
19776
19776
|
);
|
|
19777
19777
|
p.value = !1, d.value.street = Ve, d.value.city = Dt, e("update-house-information", d.value), n.value = !1;
|
|
19778
19778
|
} catch (Ve) {
|
|
19779
|
-
a.value = !0, n.value = !1, e("address-correct", !a.value),
|
|
19779
|
+
a.value = !0, n.value = !1, e("address-correct", !a.value), H("housenumberaddition"), console.error("Error getting house information:", Ve);
|
|
19780
19780
|
} finally {
|
|
19781
19781
|
I.value = !1;
|
|
19782
19782
|
}
|
|
19783
|
-
}),
|
|
19783
|
+
}), H = (U) => {
|
|
19784
19784
|
var Ke;
|
|
19785
|
-
const
|
|
19786
|
-
(
|
|
19785
|
+
const V = ee.fields.find({ name: U });
|
|
19786
|
+
(V !== null || V !== void 0 && V) && (V == null || V.reset(), (Ke = ee == null ? void 0 : ee.errors) == null || Ke.remove(V == null ? void 0 : V.name, V == null ? void 0 : V.scope));
|
|
19787
19787
|
}, Ne = (U) => U.includes("-") ? U.replace("-", "") : U;
|
|
19788
19788
|
return Oe(() => {
|
|
19789
19789
|
kr(() => {
|
|
@@ -19791,7 +19791,7 @@ const Yn = /* @__PURE__ */ Yp(eT), tT = T({
|
|
|
19791
19791
|
});
|
|
19792
19792
|
}), {
|
|
19793
19793
|
errors: Y,
|
|
19794
|
-
hasNewDesign:
|
|
19794
|
+
hasNewDesign: z,
|
|
19795
19795
|
additionLabel: m,
|
|
19796
19796
|
additionValidationRules: g,
|
|
19797
19797
|
disableAdditionField: r,
|
|
@@ -19816,7 +19816,7 @@ const Yn = /* @__PURE__ */ Yp(eT), tT = T({
|
|
|
19816
19816
|
updateHouseNumber: R,
|
|
19817
19817
|
updateHouseNumberAddition: L,
|
|
19818
19818
|
getHouseInformation: B,
|
|
19819
|
-
resetFieldValidation:
|
|
19819
|
+
resetFieldValidation: H
|
|
19820
19820
|
};
|
|
19821
19821
|
}
|
|
19822
19822
|
});
|
|
@@ -23669,7 +23669,7 @@ const gM = T(
|
|
|
23669
23669
|
errors: Y,
|
|
23670
23670
|
userState: S,
|
|
23671
23671
|
motorState: cr,
|
|
23672
|
-
hasNewDesign:
|
|
23672
|
+
hasNewDesign: z,
|
|
23673
23673
|
isRequestIsHandling: I,
|
|
23674
23674
|
license: r,
|
|
23675
23675
|
vehicleInformation: n,
|
|
@@ -25094,7 +25094,7 @@ const FM = f_.exports, LM = () => [{
|
|
|
25094
25094
|
return {
|
|
25095
25095
|
userState: S,
|
|
25096
25096
|
carState: $e,
|
|
25097
|
-
hasNewDesign:
|
|
25097
|
+
hasNewDesign: z,
|
|
25098
25098
|
errors: Y,
|
|
25099
25099
|
isRequestIsHandling: I,
|
|
25100
25100
|
houseError: r,
|
|
@@ -25176,7 +25176,7 @@ const qM = h_.exports, HM = T({
|
|
|
25176
25176
|
return {
|
|
25177
25177
|
userState: S,
|
|
25178
25178
|
carState: $e,
|
|
25179
|
-
hasNewDesign:
|
|
25179
|
+
hasNewDesign: z,
|
|
25180
25180
|
errors: Y,
|
|
25181
25181
|
isRequestIsHandling: I,
|
|
25182
25182
|
licensePlate: r,
|
|
@@ -25258,7 +25258,7 @@ const UM = v_.exports, YM = T({
|
|
|
25258
25258
|
return {
|
|
25259
25259
|
userState: S,
|
|
25260
25260
|
carState: $e,
|
|
25261
|
-
hasNewDesign:
|
|
25261
|
+
hasNewDesign: z,
|
|
25262
25262
|
errors: Y,
|
|
25263
25263
|
isRequestIsHandling: I,
|
|
25264
25264
|
houseError: r,
|
|
@@ -25402,7 +25402,7 @@ const y_ = (t, e) => {
|
|
|
25402
25402
|
const { inputId: n } = us();
|
|
25403
25403
|
return {
|
|
25404
25404
|
errors: Y,
|
|
25405
|
-
hasNewDesign:
|
|
25405
|
+
hasNewDesign: z,
|
|
25406
25406
|
attrs: e,
|
|
25407
25407
|
listeners: r,
|
|
25408
25408
|
loansErrorData: [
|
|
@@ -25504,7 +25504,7 @@ const JM = [
|
|
|
25504
25504
|
const { inputId: n } = us();
|
|
25505
25505
|
return {
|
|
25506
25506
|
errors: Y,
|
|
25507
|
-
hasNewDesign:
|
|
25507
|
+
hasNewDesign: z,
|
|
25508
25508
|
attrs: e,
|
|
25509
25509
|
listeners: r,
|
|
25510
25510
|
loanPurposeOptions: JM,
|
|
@@ -25644,7 +25644,7 @@ const k_ = O_.exports, Zn = [
|
|
|
25644
25644
|
}
|
|
25645
25645
|
]);
|
|
25646
25646
|
return {
|
|
25647
|
-
hasNewDesign:
|
|
25647
|
+
hasNewDesign: z,
|
|
25648
25648
|
familyCompositionOptions: a,
|
|
25649
25649
|
attrs: e,
|
|
25650
25650
|
listeners: r,
|
|
@@ -25713,7 +25713,7 @@ const Lt = D_.exports, oj = T({
|
|
|
25713
25713
|
Km.removeSessionState(vn().proxy.$root.$data.pathKey, vn().proxy.$root.$data.storageKey);
|
|
25714
25714
|
}), {
|
|
25715
25715
|
userState: S,
|
|
25716
|
-
hasNewDesign:
|
|
25716
|
+
hasNewDesign: z,
|
|
25717
25717
|
isRequestIsHandling: I,
|
|
25718
25718
|
loanState: r,
|
|
25719
25719
|
isHorizontalForm: n,
|
|
@@ -25910,13 +25910,13 @@ const uj = R_.exports, Vc = [
|
|
|
25910
25910
|
return;
|
|
25911
25911
|
}
|
|
25912
25912
|
d.value = !1;
|
|
25913
|
-
},
|
|
25913
|
+
}, H = (ue) => {
|
|
25914
25914
|
te.catalogValue = ue, c.value = !0;
|
|
25915
25915
|
}, Ne = () => {
|
|
25916
25916
|
te.newOrOccasion === "J" && (te.purchaseValue = "");
|
|
25917
25917
|
}, U = () => j(void 0, null, function* () {
|
|
25918
25918
|
c.value && (yield ze(["catalogValue"])), c.value = !1;
|
|
25919
|
-
}),
|
|
25919
|
+
}), V = () => {
|
|
25920
25920
|
te.typeOfCaravan == "" || te.buildYear == "" ? l.value = !0 : (l.value = !1, f.value.isOpened = !0);
|
|
25921
25921
|
}, Ke = () => {
|
|
25922
25922
|
te.catalogValue = te.purchaseValue;
|
|
@@ -25938,9 +25938,9 @@ const uj = R_.exports, Vc = [
|
|
|
25938
25938
|
fieldsErrors: m,
|
|
25939
25939
|
purchaseValueChecker: Ne,
|
|
25940
25940
|
isDataInModalCorrect: R,
|
|
25941
|
-
catalogValueHelper:
|
|
25941
|
+
catalogValueHelper: V,
|
|
25942
25942
|
validateBeforeSubmit: g,
|
|
25943
|
-
setCatalogusValue:
|
|
25943
|
+
setCatalogusValue: H,
|
|
25944
25944
|
switchValues: Ve,
|
|
25945
25945
|
setPurchaseValueAsNewValue: Ke,
|
|
25946
25946
|
validateCatalogValue: U
|
|
@@ -25972,8 +25972,8 @@ const uj = R_.exports, Vc = [
|
|
|
25972
25972
|
CT: 1,
|
|
25973
25973
|
CV: 2
|
|
25974
25974
|
}, f = 5;
|
|
25975
|
-
Ar(r, (
|
|
25976
|
-
|
|
25975
|
+
Ar(r, (H) => {
|
|
25976
|
+
H === !0 && w();
|
|
25977
25977
|
});
|
|
25978
25978
|
function h() {
|
|
25979
25979
|
return d[n.value].name;
|
|
@@ -25998,10 +25998,10 @@ const uj = R_.exports, Vc = [
|
|
|
25998
25998
|
qe.caravanService.getCaravanBrands({
|
|
25999
25999
|
year: t.buildYear,
|
|
26000
26000
|
caravan_id: p[t.caravanType]
|
|
26001
|
-
}).then((
|
|
26002
|
-
i.value =
|
|
26001
|
+
}).then((H) => {
|
|
26002
|
+
i.value = H;
|
|
26003
26003
|
});
|
|
26004
|
-
} catch (
|
|
26004
|
+
} catch (H) {
|
|
26005
26005
|
b();
|
|
26006
26006
|
}
|
|
26007
26007
|
}
|
|
@@ -26011,10 +26011,10 @@ const uj = R_.exports, Vc = [
|
|
|
26011
26011
|
qe.caravanService.getCaravanModels({
|
|
26012
26012
|
year: t.buildYear,
|
|
26013
26013
|
brand_id: a.value
|
|
26014
|
-
}).then((
|
|
26015
|
-
u.value =
|
|
26014
|
+
}).then((H) => {
|
|
26015
|
+
u.value = H;
|
|
26016
26016
|
});
|
|
26017
|
-
} catch (
|
|
26017
|
+
} catch (H) {
|
|
26018
26018
|
b();
|
|
26019
26019
|
}
|
|
26020
26020
|
}
|
|
@@ -26024,10 +26024,10 @@ const uj = R_.exports, Vc = [
|
|
|
26024
26024
|
qe.caravanService.getCaravanTypes({
|
|
26025
26025
|
year: t.buildYear,
|
|
26026
26026
|
model_id: o.value
|
|
26027
|
-
}).then((
|
|
26028
|
-
l.value =
|
|
26027
|
+
}).then((H) => {
|
|
26028
|
+
l.value = H;
|
|
26029
26029
|
});
|
|
26030
|
-
} catch (
|
|
26030
|
+
} catch (H) {
|
|
26031
26031
|
b();
|
|
26032
26032
|
}
|
|
26033
26033
|
}
|
|
@@ -26039,10 +26039,10 @@ const uj = R_.exports, Vc = [
|
|
|
26039
26039
|
brand_id: a.value,
|
|
26040
26040
|
model_id: o.value,
|
|
26041
26041
|
type_id: c.value
|
|
26042
|
-
}).then(({ catalog_price:
|
|
26043
|
-
s.value =
|
|
26042
|
+
}).then(({ catalog_price: H }) => {
|
|
26043
|
+
s.value = H;
|
|
26044
26044
|
});
|
|
26045
|
-
} catch (
|
|
26045
|
+
} catch (H) {
|
|
26046
26046
|
b();
|
|
26047
26047
|
}
|
|
26048
26048
|
}
|
|
@@ -26050,7 +26050,7 @@ const uj = R_.exports, Vc = [
|
|
|
26050
26050
|
e("set-catalog-value", s.value), g();
|
|
26051
26051
|
}
|
|
26052
26052
|
return {
|
|
26053
|
-
hasNewDesign:
|
|
26053
|
+
hasNewDesign: z,
|
|
26054
26054
|
isOpened: r,
|
|
26055
26055
|
brand: a,
|
|
26056
26056
|
brandOptions: i,
|
|
@@ -26197,7 +26197,7 @@ const zc = A_.exports, fj = T({
|
|
|
26197
26197
|
return Oe(() => {
|
|
26198
26198
|
f(), u();
|
|
26199
26199
|
}), {
|
|
26200
|
-
hasNewDesign:
|
|
26200
|
+
hasNewDesign: z,
|
|
26201
26201
|
isOpened: r,
|
|
26202
26202
|
currentTitle: n,
|
|
26203
26203
|
caravanTypeName: i,
|
|
@@ -26428,7 +26428,7 @@ const br = I_.exports, yj = T({
|
|
|
26428
26428
|
typeOfCaravan: ys,
|
|
26429
26429
|
length: qc,
|
|
26430
26430
|
errors: Y,
|
|
26431
|
-
hasNewDesign:
|
|
26431
|
+
hasNewDesign: z,
|
|
26432
26432
|
isRequestIsHandling: I,
|
|
26433
26433
|
buildYear: r,
|
|
26434
26434
|
catalogValueModal: n,
|
|
@@ -26547,7 +26547,7 @@ const wj = L_.exports, Sj = T({
|
|
|
26547
26547
|
typeOfCaravan: ys,
|
|
26548
26548
|
length: qc,
|
|
26549
26549
|
errors: Y,
|
|
26550
|
-
hasNewDesign:
|
|
26550
|
+
hasNewDesign: z,
|
|
26551
26551
|
isRequestIsHandling: I,
|
|
26552
26552
|
buildYear: r,
|
|
26553
26553
|
catalogValueModal: n,
|
|
@@ -26667,7 +26667,7 @@ const Oj = V_.exports, kj = T({
|
|
|
26667
26667
|
typeOfCaravan: ys,
|
|
26668
26668
|
length: qc,
|
|
26669
26669
|
errors: Y,
|
|
26670
|
-
hasNewDesign:
|
|
26670
|
+
hasNewDesign: z,
|
|
26671
26671
|
isRequestIsHandling: I,
|
|
26672
26672
|
buildYear: r,
|
|
26673
26673
|
catalogValueModal: n,
|
|
@@ -26779,41 +26779,40 @@ const Ej = U_.exports, Aj = [
|
|
|
26779
26779
|
name: "house",
|
|
26780
26780
|
data: Dn
|
|
26781
26781
|
}], Y_ = (t, e) => {
|
|
26782
|
-
const r = k(
|
|
26783
|
-
submitFormAndCreateComparison:
|
|
26784
|
-
submitFormAndUpdateFormData:
|
|
26785
|
-
setInitialUserInfoInStore:
|
|
26786
|
-
removeSessionState:
|
|
26787
|
-
openQuotationModal:
|
|
26788
|
-
} = tt(e),
|
|
26782
|
+
const r = k(!1), n = k(!1), {
|
|
26783
|
+
submitFormAndCreateComparison: a,
|
|
26784
|
+
submitFormAndUpdateFormData: i,
|
|
26785
|
+
setInitialUserInfoInStore: o,
|
|
26786
|
+
removeSessionState: u,
|
|
26787
|
+
openQuotationModal: c
|
|
26788
|
+
} = tt(e), l = () => `${t.link}#/<<COMPARISONID>>`, s = () => j(void 0, null, function* () {
|
|
26789
26789
|
try {
|
|
26790
|
-
(yield
|
|
26791
|
-
} catch (
|
|
26792
|
-
h
|
|
26790
|
+
(yield d()) && (t.formLocation === P.isOnResultPage ? i({ userInformation: S, houseState: Dn }) : a("housing", Tj(), l()));
|
|
26791
|
+
} catch (h) {
|
|
26792
|
+
f(h);
|
|
26793
26793
|
}
|
|
26794
|
-
}),
|
|
26795
|
-
return
|
|
26794
|
+
}), d = () => j(void 0, null, function* () {
|
|
26795
|
+
return n.value = !Dn.ownedBuilding, (yield ze([
|
|
26796
26796
|
"zipcode",
|
|
26797
26797
|
"houseNumber",
|
|
26798
26798
|
"houseNumberAddition",
|
|
26799
26799
|
"familyComposition"
|
|
26800
|
-
])) && !
|
|
26801
|
-
}),
|
|
26800
|
+
])) && !r.value && !n.value;
|
|
26801
|
+
}), p = () => {
|
|
26802
26802
|
Object.assign(Dn, t.insuranceState);
|
|
26803
|
-
},
|
|
26804
|
-
console.error(
|
|
26803
|
+
}, f = (h) => {
|
|
26804
|
+
console.error(h), F.refId = "192", F.notes.push({ text: "Kan geen comparison ID aanmaken voor woonverzekering vergelijking" }), F.notes.push({
|
|
26805
26805
|
text: `Postcode: ${S.zipcode} | Huisnummer: ${S.houseNumber} | Huisnummer toevoeging: ${S.houseNumberAddition}`
|
|
26806
|
-
}), F.notes = yr(F.notes),
|
|
26806
|
+
}), F.notes = yr(F.notes), c();
|
|
26807
26807
|
};
|
|
26808
26808
|
return Oe(() => {
|
|
26809
|
-
t.formLocation === P.isOnResultPage && (
|
|
26809
|
+
t.formLocation === P.isOnResultPage && (o(t), p()), t.formLocation === P.isBeforeFlow && u("housing-storage", "housing-path");
|
|
26810
26810
|
}), {
|
|
26811
26811
|
houseOwnedBuilding: Aj,
|
|
26812
26812
|
FamilyCompositionsModel: Zn,
|
|
26813
|
-
|
|
26814
|
-
|
|
26815
|
-
|
|
26816
|
-
validateBeforeSubmit: d
|
|
26813
|
+
houseError: r,
|
|
26814
|
+
ownedBuildingError: n,
|
|
26815
|
+
validateBeforeSubmit: s
|
|
26817
26816
|
};
|
|
26818
26817
|
}, $j = T({
|
|
26819
26818
|
name: "HouseForm",
|
|
@@ -26856,25 +26855,22 @@ const Ej = U_.exports, Aj = [
|
|
|
26856
26855
|
},
|
|
26857
26856
|
setup(t, { emit: e }) {
|
|
26858
26857
|
const {
|
|
26859
|
-
|
|
26860
|
-
|
|
26861
|
-
|
|
26862
|
-
|
|
26863
|
-
|
|
26864
|
-
validateBeforeSubmit: u
|
|
26858
|
+
houseError: r,
|
|
26859
|
+
ownedBuildingError: n,
|
|
26860
|
+
houseOwnedBuilding: a,
|
|
26861
|
+
FamilyCompositionsModel: i,
|
|
26862
|
+
validateBeforeSubmit: o
|
|
26865
26863
|
} = Y_(t, e);
|
|
26866
26864
|
return {
|
|
26867
26865
|
userState: S,
|
|
26868
26866
|
houseState: Dn,
|
|
26869
|
-
hasNewDesign: V,
|
|
26870
26867
|
isRequestIsHandling: I,
|
|
26871
|
-
|
|
26872
|
-
|
|
26873
|
-
|
|
26874
|
-
|
|
26875
|
-
FamilyCompositionsModel: o,
|
|
26868
|
+
houseError: r,
|
|
26869
|
+
ownedBuildingError: n,
|
|
26870
|
+
houseOwnedBuilding: a,
|
|
26871
|
+
FamilyCompositionsModel: i,
|
|
26876
26872
|
FormLocations: P,
|
|
26877
|
-
validateBeforeSubmit:
|
|
26873
|
+
validateBeforeSubmit: o
|
|
26878
26874
|
};
|
|
26879
26875
|
}
|
|
26880
26876
|
});
|
|
@@ -26941,38 +26937,33 @@ const jj = G_.exports, Nj = T({
|
|
|
26941
26937
|
},
|
|
26942
26938
|
setup(t, { emit: e }) {
|
|
26943
26939
|
const {
|
|
26944
|
-
|
|
26945
|
-
|
|
26946
|
-
|
|
26947
|
-
|
|
26948
|
-
|
|
26949
|
-
validateBeforeSubmit: u
|
|
26940
|
+
houseError: r,
|
|
26941
|
+
ownedBuildingError: n,
|
|
26942
|
+
houseOwnedBuilding: a,
|
|
26943
|
+
FamilyCompositionsModel: i,
|
|
26944
|
+
validateBeforeSubmit: o
|
|
26950
26945
|
} = Y_(t, e);
|
|
26951
26946
|
return {
|
|
26952
26947
|
userState: S,
|
|
26953
26948
|
houseState: Dn,
|
|
26954
|
-
hasNewDesign: V,
|
|
26955
26949
|
isRequestIsHandling: I,
|
|
26956
|
-
|
|
26957
|
-
|
|
26958
|
-
|
|
26959
|
-
|
|
26960
|
-
|
|
26961
|
-
validateBeforeSubmit: u
|
|
26950
|
+
houseError: r,
|
|
26951
|
+
ownedBuildingError: n,
|
|
26952
|
+
houseOwnedBuilding: a,
|
|
26953
|
+
FamilyCompositionsModel: i,
|
|
26954
|
+
validateBeforeSubmit: o
|
|
26962
26955
|
};
|
|
26963
26956
|
}
|
|
26964
26957
|
});
|
|
26965
26958
|
var Z_ = function() {
|
|
26966
26959
|
var e = this, r = e._self._c;
|
|
26967
|
-
return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-form-card--horizontal", class: {
|
|
26968
|
-
return n.preventDefault(), e.validateBeforeSubmit.apply(null, arguments);
|
|
26969
|
-
} } }, [r("div", { staticClass: "vd-form-card__content vd-form-card__content-house" }, [r("div", { staticClass: "vd-form-group vd-form-group--address-handler-block" }, [r("address-handler", { attrs: { template: "FORM_HORIZONTAL", "zipcode-name": "zipcode", "house-number-name": "houseNumber", "house-number-addition-name": "houseNumberAddition", zipcode: e.userState.zipcode, "house-number": e.userState.houseNumber, "house-number-addition": e.userState.houseNumberAddition }, on: { "update-zipcode": (n) => e.userState.zipcode = n, "update-house-number": (n) => e.userState.houseNumber = n, "update-house-number-addition": (n) => e.userState.houseNumberAddition = n, "address-correct": (n) => e.houseError = !n } })], 1), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "ownedBuilding" } }, [e._v(" Heb je een koop- of huurwoning? ")]), r("b-form-radio-group", { staticClass: "vd-radio-buttons", attrs: { options: e.houseOwnedBuilding, "text-field": "title", "data-vv-name": "ownedBuilding", name: "ownedBuilding" }, model: { value: e.houseState.ownedBuilding, callback: function(n) {
|
|
26960
|
+
return e._self._setupProxy, r("simple-card", { staticClass: "vd-new-form vd-form-card vd-form-card--horizontal", class: { [e.classes]: !!e.classes }, attrs: { "has-new-style": !0 } }, [e.showTitle ? r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]) : e._e(), r("div", { staticClass: "vd-form-card__content vd-form-card__content-house" }, [r("div", { staticClass: "vd-form-group vd-form-group--address-handler-block" }, [r("address-handler", { attrs: { template: "FORM_HORIZONTAL", "zipcode-name": "zipcode", "house-number-name": "houseNumber", "house-number-addition-name": "houseNumberAddition", zipcode: e.userState.zipcode, "house-number": e.userState.houseNumber, "house-number-addition": e.userState.houseNumberAddition }, on: { "update-zipcode": (n) => e.userState.zipcode = n, "update-house-number": (n) => e.userState.houseNumber = n, "update-house-number-addition": (n) => e.userState.houseNumberAddition = n, "address-correct": (n) => e.houseError = !n } })], 1), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "ownedBuilding" } }, [e._v(" Heb je een koop- of huurwoning? ")]), r("b-form-radio-group", { staticClass: "vd-radio-buttons", attrs: { options: e.houseOwnedBuilding, "text-field": "title", "data-vv-name": "ownedBuilding", name: "ownedBuilding" }, model: { value: e.houseState.ownedBuilding, callback: function(n) {
|
|
26970
26961
|
e.$set(e.houseState, "ownedBuilding", n);
|
|
26971
26962
|
}, expression: "houseState.ownedBuilding" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: e.ownedBuildingError, text: "Deze vraag is verplicht" }] } })], 1), r("default-select", { attrs: { id: "familyComposition", options: e.FamilyCompositionsModel, label: "Gezinssituatie", placeholder: "Maak je keuze", name: "familyComposition", "is-required": "" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
26972
26963
|
return [r("ErrorHandler", { attrs: { name: "familyComposition", "errors-data": [{ rule: "required", text: "Kies een gezinsamenstelling" }] } })];
|
|
26973
26964
|
}, proxy: !0 }]), model: { value: e.userState.familyComposition, callback: function(n) {
|
|
26974
26965
|
e.$set(e.userState, "familyComposition", n);
|
|
26975
|
-
}, expression: "userState.familyComposition" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", {
|
|
26966
|
+
}, expression: "userState.familyComposition" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
|
|
26976
26967
|
}, Ij = [];
|
|
26977
26968
|
Z_._withStripped = !0;
|
|
26978
26969
|
var K_ = /* @__PURE__ */ A(
|
|
@@ -27109,7 +27100,7 @@ const Yc = (t, e) => {
|
|
|
27109
27100
|
errors: Y,
|
|
27110
27101
|
HouseOwnedBuildingOptions: Bc,
|
|
27111
27102
|
FamilySizeOptions: Wc,
|
|
27112
|
-
hasNewDesign:
|
|
27103
|
+
hasNewDesign: z,
|
|
27113
27104
|
isRequestIsHandling: I,
|
|
27114
27105
|
houseError: r,
|
|
27115
27106
|
ownedBuildingError: n,
|
|
@@ -27193,7 +27184,7 @@ const qj = X_.exports, Hj = T({
|
|
|
27193
27184
|
errors: Y,
|
|
27194
27185
|
HouseOwnedBuildingOptions: Bc,
|
|
27195
27186
|
FamilySizeOptions: Wc,
|
|
27196
|
-
hasNewDesign:
|
|
27187
|
+
hasNewDesign: z,
|
|
27197
27188
|
isRequestIsHandling: I,
|
|
27198
27189
|
houseError: r,
|
|
27199
27190
|
ownedBuildingError: n,
|
|
@@ -27428,7 +27419,7 @@ const Kj = ay.exports, Qj = T({
|
|
|
27428
27419
|
errors: Y,
|
|
27429
27420
|
HouseOwnedBuildingOptions: Bc,
|
|
27430
27421
|
FamilySizeOptions: Wc,
|
|
27431
|
-
hasNewDesign:
|
|
27422
|
+
hasNewDesign: z,
|
|
27432
27423
|
isRequestIsHandling: I,
|
|
27433
27424
|
FamilyCompositionsModel: r,
|
|
27434
27425
|
houseError: n,
|
|
@@ -27561,7 +27552,7 @@ const Jj = oy.exports, eN = () => [{
|
|
|
27561
27552
|
} = Gc(t, e);
|
|
27562
27553
|
return {
|
|
27563
27554
|
userState: S,
|
|
27564
|
-
hasNewDesign:
|
|
27555
|
+
hasNewDesign: z,
|
|
27565
27556
|
isRequestIsHandling: I,
|
|
27566
27557
|
houseError: r,
|
|
27567
27558
|
familyCompositionErrorData: n,
|
|
@@ -27640,7 +27631,7 @@ const nN = uy.exports, aN = T({
|
|
|
27640
27631
|
} = Gc(t, e);
|
|
27641
27632
|
return {
|
|
27642
27633
|
userState: S,
|
|
27643
|
-
hasNewDesign:
|
|
27634
|
+
hasNewDesign: z,
|
|
27644
27635
|
isRequestIsHandling: I,
|
|
27645
27636
|
houseError: r,
|
|
27646
27637
|
familyCompositionErrorData: n,
|
|
@@ -27719,7 +27710,7 @@ const oN = cy.exports, sN = T({
|
|
|
27719
27710
|
} = Gc(t, e);
|
|
27720
27711
|
return {
|
|
27721
27712
|
userState: S,
|
|
27722
|
-
hasNewDesign:
|
|
27713
|
+
hasNewDesign: z,
|
|
27723
27714
|
isRequestIsHandling: I,
|
|
27724
27715
|
errors: Y,
|
|
27725
27716
|
FamilyCompositionsModel: Zn,
|
|
@@ -27906,7 +27897,7 @@ const fN = { min: 16, max: 99 }, Zc = (t, e) => {
|
|
|
27906
27897
|
licenseInformation: on,
|
|
27907
27898
|
userState: S,
|
|
27908
27899
|
mopedState: lt,
|
|
27909
|
-
hasNewDesign:
|
|
27900
|
+
hasNewDesign: z,
|
|
27910
27901
|
isRequestIsHandling: I,
|
|
27911
27902
|
vehicle: r,
|
|
27912
27903
|
houseError: n,
|
|
@@ -28014,7 +28005,7 @@ const mN = hy.exports, vN = T({
|
|
|
28014
28005
|
licenseInformation: on,
|
|
28015
28006
|
userState: S,
|
|
28016
28007
|
mopedState: lt,
|
|
28017
|
-
hasNewDesign:
|
|
28008
|
+
hasNewDesign: z,
|
|
28018
28009
|
isRequestIsHandling: I,
|
|
28019
28010
|
vehicle: r,
|
|
28020
28011
|
houseError: n,
|
|
@@ -28117,7 +28108,7 @@ const _N = vy.exports, yN = T({
|
|
|
28117
28108
|
licenseInformation: on,
|
|
28118
28109
|
userState: S,
|
|
28119
28110
|
mopedState: lt,
|
|
28120
|
-
hasNewDesign:
|
|
28111
|
+
hasNewDesign: z,
|
|
28121
28112
|
isRequestIsHandling: I,
|
|
28122
28113
|
vehicle: r,
|
|
28123
28114
|
houseError: n,
|
|
@@ -28354,7 +28345,7 @@ const DN = by.exports, PN = T({
|
|
|
28354
28345
|
errors: Y,
|
|
28355
28346
|
userState: S,
|
|
28356
28347
|
motorState: cr,
|
|
28357
|
-
hasNewDesign:
|
|
28348
|
+
hasNewDesign: z,
|
|
28358
28349
|
showLicenseInfo: r,
|
|
28359
28350
|
houseError: n,
|
|
28360
28351
|
FormLocations: P,
|
|
@@ -28447,7 +28438,7 @@ const EN = Sy.exports, AN = T({
|
|
|
28447
28438
|
errors: Y,
|
|
28448
28439
|
userState: S,
|
|
28449
28440
|
motorState: cr,
|
|
28450
|
-
hasNewDesign:
|
|
28441
|
+
hasNewDesign: z,
|
|
28451
28442
|
showLicenseInfo: r,
|
|
28452
28443
|
houseError: n,
|
|
28453
28444
|
FormLocations: P,
|
|
@@ -28740,7 +28731,7 @@ const Qc = Ty.exports, qN = T({
|
|
|
28740
28731
|
validateBeforeSubmit: i
|
|
28741
28732
|
} = jN(t, e);
|
|
28742
28733
|
return {
|
|
28743
|
-
hasNewDesign:
|
|
28734
|
+
hasNewDesign: z,
|
|
28744
28735
|
userState: S,
|
|
28745
28736
|
packageState: Ym,
|
|
28746
28737
|
ComparisonsPackages: rj,
|
|
@@ -28938,7 +28929,7 @@ const zN = My.exports, UN = () => ({
|
|
|
28938
28929
|
}), Oe(() => {
|
|
28939
28930
|
l.value && l.value.addEventListener("focus", _), vn().proxy.$root.$el.addEventListener("click", g), p();
|
|
28940
28931
|
}), {
|
|
28941
|
-
hasNewDesign:
|
|
28932
|
+
hasNewDesign: z,
|
|
28942
28933
|
optionDisableValidationBlur: r,
|
|
28943
28934
|
searchInput: o,
|
|
28944
28935
|
element: l,
|
|
@@ -29037,7 +29028,7 @@ const td = Ny.exports, GN = T({
|
|
|
29037
29028
|
petKinds: Jc,
|
|
29038
29029
|
petGenders: ed,
|
|
29039
29030
|
errors: Y,
|
|
29040
|
-
hasNewDesign:
|
|
29031
|
+
hasNewDesign: z,
|
|
29041
29032
|
isITCInitialized: ga,
|
|
29042
29033
|
isRequestIsHandling: I,
|
|
29043
29034
|
genderError: r,
|
|
@@ -29135,7 +29126,7 @@ const KN = Fy.exports, QN = T({
|
|
|
29135
29126
|
petKinds: Jc,
|
|
29136
29127
|
petGenders: ed,
|
|
29137
29128
|
errors: Y,
|
|
29138
|
-
hasNewDesign:
|
|
29129
|
+
hasNewDesign: z,
|
|
29139
29130
|
isRequestIsHandling: I,
|
|
29140
29131
|
genderError: r,
|
|
29141
29132
|
ageOptions: n,
|
|
@@ -29237,7 +29228,7 @@ const JN = By.exports, eI = T({
|
|
|
29237
29228
|
petKinds: Jc,
|
|
29238
29229
|
petGenders: ed,
|
|
29239
29230
|
errors: Y,
|
|
29240
|
-
hasNewDesign:
|
|
29231
|
+
hasNewDesign: z,
|
|
29241
29232
|
isITCInitialized: ga,
|
|
29242
29233
|
isRequestIsHandling: I,
|
|
29243
29234
|
genderError: r,
|
|
@@ -29405,7 +29396,7 @@ const oI = "254", sI = (t, e) => {
|
|
|
29405
29396
|
name: "QuotationForm",
|
|
29406
29397
|
methods: {
|
|
29407
29398
|
hasNewDesign() {
|
|
29408
|
-
return
|
|
29399
|
+
return z;
|
|
29409
29400
|
}
|
|
29410
29401
|
},
|
|
29411
29402
|
components: {
|
|
@@ -29775,7 +29766,7 @@ const rd = (t, e) => {
|
|
|
29775
29766
|
errors: Y,
|
|
29776
29767
|
userState: S,
|
|
29777
29768
|
travelState: nt,
|
|
29778
|
-
hasNewDesign:
|
|
29769
|
+
hasNewDesign: z,
|
|
29779
29770
|
isRequestIsHandling: I,
|
|
29780
29771
|
validateBeforeSubmit: r
|
|
29781
29772
|
};
|
|
@@ -29868,7 +29859,7 @@ const _I = Ky.exports, yI = T({
|
|
|
29868
29859
|
errors: Y,
|
|
29869
29860
|
userState: S,
|
|
29870
29861
|
travelState: nt,
|
|
29871
|
-
hasNewDesign:
|
|
29862
|
+
hasNewDesign: z,
|
|
29872
29863
|
isRequestIsHandling: I,
|
|
29873
29864
|
validateBeforeSubmit: r
|
|
29874
29865
|
};
|
|
@@ -29963,7 +29954,7 @@ const wI = Xy.exports, SI = T({
|
|
|
29963
29954
|
errors: Y,
|
|
29964
29955
|
userState: S,
|
|
29965
29956
|
travelState: nt,
|
|
29966
|
-
hasNewDesign:
|
|
29957
|
+
hasNewDesign: z,
|
|
29967
29958
|
FamilyCompositionsModel: Zn,
|
|
29968
29959
|
isRequestIsHandling: I,
|
|
29969
29960
|
FormLocations: P,
|
|
@@ -30042,7 +30033,7 @@ const OI = eb.exports, kI = T({
|
|
|
30042
30033
|
a();
|
|
30043
30034
|
}), {
|
|
30044
30035
|
userState: S,
|
|
30045
|
-
hasNewDesign:
|
|
30036
|
+
hasNewDesign: z,
|
|
30046
30037
|
inSubmissions: r,
|
|
30047
30038
|
loanState: n,
|
|
30048
30039
|
submitUpdateForm: i
|
|
@@ -30417,7 +30408,7 @@ const MI = ob.exports, jI = T({
|
|
|
30417
30408
|
const u = pR(i, o);
|
|
30418
30409
|
window.location.href = u;
|
|
30419
30410
|
};
|
|
30420
|
-
return bk(sd("ITC", null)), dR(sd("$validator", null)),
|
|
30411
|
+
return bk(sd("ITC", null)), dR(sd("$validator", null)), z.value = t.hasNewDesign, {
|
|
30421
30412
|
FormLocations: P,
|
|
30422
30413
|
submitFormData: r,
|
|
30423
30414
|
emitEventHub: n,
|