@vergelijkdirect/comparison-forms 1.0.154 → 1.0.155
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 +292 -292
- package/dist-rollup/comparison-forms.umd.cjs +10 -10
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ var Q = (t, e, r) => new Promise((n, a) => {
|
|
|
35
35
|
}, c = (d) => d.done ? n(d.value) : Promise.resolve(d.value).then(i, s);
|
|
36
36
|
c((r = r.apply(t, e)).next());
|
|
37
37
|
});
|
|
38
|
-
import Ye, { reactive as ye, ref as R, getCurrentInstance as Yt, computed as z, onMounted as Qe, defineComponent as
|
|
38
|
+
import Ye, { reactive as ye, ref as R, getCurrentInstance as Yt, computed as z, onMounted as Qe, defineComponent as U, nextTick as Nt, watch as pd, onBeforeUnmount as jp, inject as sl } from "vue";
|
|
39
39
|
function $p(t, e) {
|
|
40
40
|
for (var r = 0; r < e.length; r++) {
|
|
41
41
|
const n = e[r];
|
|
@@ -201,7 +201,7 @@ function fs(t) {
|
|
|
201
201
|
return !1;
|
|
202
202
|
return !0;
|
|
203
203
|
}
|
|
204
|
-
function
|
|
204
|
+
function Te(t) {
|
|
205
205
|
return t === void 0;
|
|
206
206
|
}
|
|
207
207
|
function Wt(t) {
|
|
@@ -274,9 +274,9 @@ function Pi(t) {
|
|
|
274
274
|
var po = k.momentProperties = [], vo = !1;
|
|
275
275
|
function ms(t, e) {
|
|
276
276
|
var r, n, a;
|
|
277
|
-
if (
|
|
277
|
+
if (Te(e._isAMomentObject) || (t._isAMomentObject = e._isAMomentObject), Te(e._i) || (t._i = e._i), Te(e._f) || (t._f = e._f), Te(e._l) || (t._l = e._l), Te(e._strict) || (t._strict = e._strict), Te(e._tzm) || (t._tzm = e._tzm), Te(e._isUTC) || (t._isUTC = e._isUTC), Te(e._offset) || (t._offset = e._offset), Te(e._pf) || (t._pf = $(e)), Te(e._locale) || (t._locale = e._locale), po.length > 0)
|
|
278
278
|
for (r = 0; r < po.length; r++)
|
|
279
|
-
n = po[r], a = e[n],
|
|
279
|
+
n = po[r], a = e[n], Te(a) || (t[n] = a);
|
|
280
280
|
return t;
|
|
281
281
|
}
|
|
282
282
|
function Wn(t) {
|
|
@@ -456,7 +456,7 @@ function Xp(t, e) {
|
|
|
456
456
|
return Pt(r) ? r(e) : r.replace(/%s/i, e);
|
|
457
457
|
}
|
|
458
458
|
var jn = {};
|
|
459
|
-
function
|
|
459
|
+
function ke(t, e) {
|
|
460
460
|
var r = t.toLowerCase();
|
|
461
461
|
jn[r] = jn[r + "s"] = jn[e] = t;
|
|
462
462
|
}
|
|
@@ -470,7 +470,7 @@ function _s(t) {
|
|
|
470
470
|
return e;
|
|
471
471
|
}
|
|
472
472
|
var wd = {};
|
|
473
|
-
function
|
|
473
|
+
function Ce(t, e) {
|
|
474
474
|
wd[t] = e;
|
|
475
475
|
}
|
|
476
476
|
function Jp(t) {
|
|
@@ -582,8 +582,8 @@ D("MMM", 0, 0, function(t) {
|
|
|
582
582
|
D("MMMM", 0, 0, function(t) {
|
|
583
583
|
return this.localeData().months(this, t);
|
|
584
584
|
});
|
|
585
|
-
|
|
586
|
-
|
|
585
|
+
ke("month", "M");
|
|
586
|
+
Ce("month", 8);
|
|
587
587
|
M("M", re);
|
|
588
588
|
M("MM", re, Ue);
|
|
589
589
|
M("MMM", function(t, e) {
|
|
@@ -692,8 +692,8 @@ D(0, ["YY", 2], 0, function() {
|
|
|
692
692
|
D(0, ["YYYY", 4], 0, "year");
|
|
693
693
|
D(0, ["YYYYY", 5], 0, "year");
|
|
694
694
|
D(0, ["YYYYYY", 6, !0], 0, "year");
|
|
695
|
-
|
|
696
|
-
|
|
695
|
+
ke("year", "y");
|
|
696
|
+
Ce("year", 1);
|
|
697
697
|
M("Y", Fi);
|
|
698
698
|
M("YY", re, Ue);
|
|
699
699
|
M("YYYY", gs, ys);
|
|
@@ -751,10 +751,10 @@ function zt(t, e, r) {
|
|
|
751
751
|
}
|
|
752
752
|
D("w", ["ww", 2], "wo", "week");
|
|
753
753
|
D("W", ["WW", 2], "Wo", "isoWeek");
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
754
|
+
ke("week", "w");
|
|
755
|
+
ke("isoWeek", "W");
|
|
756
|
+
Ce("week", 5);
|
|
757
|
+
Ce("isoWeek", 5);
|
|
758
758
|
M("w", re);
|
|
759
759
|
M("ww", re, Ue);
|
|
760
760
|
M("W", re);
|
|
@@ -797,12 +797,12 @@ D("dddd", 0, 0, function(t) {
|
|
|
797
797
|
});
|
|
798
798
|
D("e", 0, 0, "weekday");
|
|
799
799
|
D("E", 0, 0, "isoWeekday");
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
800
|
+
ke("day", "d");
|
|
801
|
+
ke("weekday", "e");
|
|
802
|
+
ke("isoWeekday", "E");
|
|
803
|
+
Ce("day", 11);
|
|
804
|
+
Ce("weekday", 11);
|
|
805
|
+
Ce("isoWeekday", 11);
|
|
806
806
|
M("d", re);
|
|
807
807
|
M("e", re);
|
|
808
808
|
M("E", re);
|
|
@@ -961,8 +961,8 @@ function Ed(t, e) {
|
|
|
961
961
|
}
|
|
962
962
|
Ed("a", !0);
|
|
963
963
|
Ed("A", !1);
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
ke("hour", "h");
|
|
965
|
+
Ce("hour", 13);
|
|
966
966
|
function Ad(t, e) {
|
|
967
967
|
return e._meridiemParse;
|
|
968
968
|
}
|
|
@@ -1062,7 +1062,7 @@ function Ai(t) {
|
|
|
1062
1062
|
}
|
|
1063
1063
|
function cr(t, e) {
|
|
1064
1064
|
var r;
|
|
1065
|
-
return t && (
|
|
1065
|
+
return t && (Te(e) ? r = Xt(t) : r = Os(t, e), r ? In = r : typeof console != "undefined" && console.warn && console.warn(
|
|
1066
1066
|
"Locale " + t + " not found. Did you forget to load it?"
|
|
1067
1067
|
)), In._abbr;
|
|
1068
1068
|
}
|
|
@@ -1357,7 +1357,7 @@ function Vd(t) {
|
|
|
1357
1357
|
}
|
|
1358
1358
|
function __(t) {
|
|
1359
1359
|
var e = t._i;
|
|
1360
|
-
|
|
1360
|
+
Te(e) ? t._d = new Date(k.now()) : Un(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? c_(t) : ct(e) ? (t._a = _d(e.slice(0), function(r) {
|
|
1361
1361
|
return parseInt(r, 10);
|
|
1362
1362
|
}), Cs(t)) : Sr(e) ? p_(t) : Wt(e) ? t._d = new Date(e) : k.createFromInputFallback(t);
|
|
1363
1363
|
}
|
|
@@ -1518,7 +1518,7 @@ function T_() {
|
|
|
1518
1518
|
return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
|
|
1519
1519
|
}
|
|
1520
1520
|
function E_() {
|
|
1521
|
-
if (!
|
|
1521
|
+
if (!Te(this._isDSTShifted))
|
|
1522
1522
|
return this._isDSTShifted;
|
|
1523
1523
|
var t = {}, e;
|
|
1524
1524
|
return ms(t, this), t = Vd(t), t._a ? (e = t._isUTC ? Mt(t._a) : ee(t._a), this._isDSTShifted = this.isValid() && x_(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
|
|
@@ -2086,10 +2086,10 @@ Yi("gggg", "weekYear");
|
|
|
2086
2086
|
Yi("ggggg", "weekYear");
|
|
2087
2087
|
Yi("GGGG", "isoWeekYear");
|
|
2088
2088
|
Yi("GGGGG", "isoWeekYear");
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2089
|
+
ke("weekYear", "gg");
|
|
2090
|
+
ke("isoWeekYear", "GG");
|
|
2091
|
+
Ce("weekYear", 1);
|
|
2092
|
+
Ce("isoWeekYear", 1);
|
|
2093
2093
|
M("G", Fi);
|
|
2094
2094
|
M("g", Fi);
|
|
2095
2095
|
M("GG", re, Ue);
|
|
@@ -2147,8 +2147,8 @@ function By(t, e, r, n, a) {
|
|
|
2147
2147
|
return this.year(s.getUTCFullYear()), this.month(s.getUTCMonth()), this.date(s.getUTCDate()), this;
|
|
2148
2148
|
}
|
|
2149
2149
|
D("Q", 0, "Qo", "quarter");
|
|
2150
|
-
|
|
2151
|
-
|
|
2150
|
+
ke("quarter", "Q");
|
|
2151
|
+
Ce("quarter", 7);
|
|
2152
2152
|
M("Q", Od);
|
|
2153
2153
|
X("Q", function(t, e) {
|
|
2154
2154
|
e[Vt] = (T(t) - 1) * 3;
|
|
@@ -2157,8 +2157,8 @@ function Hy(t) {
|
|
|
2157
2157
|
return t == null ? Math.ceil((this.month() + 1) / 3) : this.month((t - 1) * 3 + this.month() % 3);
|
|
2158
2158
|
}
|
|
2159
2159
|
D("D", ["DD", 2], "Do", "date");
|
|
2160
|
-
|
|
2161
|
-
|
|
2160
|
+
ke("date", "D");
|
|
2161
|
+
Ce("date", 9);
|
|
2162
2162
|
M("D", re);
|
|
2163
2163
|
M("DD", re, Ue);
|
|
2164
2164
|
M("Do", function(t, e) {
|
|
@@ -2170,8 +2170,8 @@ X("Do", function(t, e) {
|
|
|
2170
2170
|
});
|
|
2171
2171
|
var tf = nn("Date", !0);
|
|
2172
2172
|
D("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
2173
|
-
|
|
2174
|
-
|
|
2173
|
+
ke("dayOfYear", "DDD");
|
|
2174
|
+
Ce("dayOfYear", 4);
|
|
2175
2175
|
M("DDD", ji);
|
|
2176
2176
|
M("DDDD", kd);
|
|
2177
2177
|
X(["DDD", "DDDD"], function(t, e, r) {
|
|
@@ -2184,15 +2184,15 @@ function zy(t) {
|
|
|
2184
2184
|
return t == null ? e : this.add(t - e, "d");
|
|
2185
2185
|
}
|
|
2186
2186
|
D("m", ["mm", 2], 0, "minute");
|
|
2187
|
-
|
|
2188
|
-
|
|
2187
|
+
ke("minute", "m");
|
|
2188
|
+
Ce("minute", 14);
|
|
2189
2189
|
M("m", re);
|
|
2190
2190
|
M("mm", re, Ue);
|
|
2191
2191
|
X(["m", "mm"], st);
|
|
2192
2192
|
var qy = nn("Minutes", !1);
|
|
2193
2193
|
D("s", ["ss", 2], 0, "second");
|
|
2194
|
-
|
|
2195
|
-
|
|
2194
|
+
ke("second", "s");
|
|
2195
|
+
Ce("second", 15);
|
|
2196
2196
|
M("s", re);
|
|
2197
2197
|
M("ss", re, Ue);
|
|
2198
2198
|
X(["s", "ss"], Lt);
|
|
@@ -2222,8 +2222,8 @@ D(0, ["SSSSSSSS", 8], 0, function() {
|
|
|
2222
2222
|
D(0, ["SSSSSSSSS", 9], 0, function() {
|
|
2223
2223
|
return this.millisecond() * 1e6;
|
|
2224
2224
|
});
|
|
2225
|
-
|
|
2226
|
-
|
|
2225
|
+
ke("millisecond", "ms");
|
|
2226
|
+
Ce("millisecond", 16);
|
|
2227
2227
|
M("S", ji, Od);
|
|
2228
2228
|
M("SS", ji, Ue);
|
|
2229
2229
|
M("SSS", ji, kd);
|
|
@@ -2920,7 +2920,7 @@ function Gg(t) {
|
|
|
2920
2920
|
});
|
|
2921
2921
|
}), r;
|
|
2922
2922
|
}
|
|
2923
|
-
var
|
|
2923
|
+
var Z = {}, lf = {}, cf = {};
|
|
2924
2924
|
Object.defineProperty(cf, "__esModule", { value: !0 });
|
|
2925
2925
|
(function(t) {
|
|
2926
2926
|
var e = g && g.__createBinding || (Object.create ? function(n, a, i, s) {
|
|
@@ -2953,7 +2953,7 @@ var Zg = (
|
|
|
2953
2953
|
}()
|
|
2954
2954
|
);
|
|
2955
2955
|
Fs.default = Zg;
|
|
2956
|
-
var la = {}, xo = {}, Ts = {}, fe = {}, Es = {},
|
|
2956
|
+
var la = {}, xo = {}, Ts = {}, fe = {}, Es = {}, xe = {}, vt = {}, on = {}, As = {}, vl = g && g.__read || function(t, e) {
|
|
2957
2957
|
var r = typeof Symbol == "function" && t[Symbol.iterator];
|
|
2958
2958
|
if (!r)
|
|
2959
2959
|
return t;
|
|
@@ -3042,7 +3042,7 @@ var Is = {}, Ys = {};
|
|
|
3042
3042
|
}(t.Invokable || (t.Invokable = {}));
|
|
3043
3043
|
})(Ys);
|
|
3044
3044
|
var _e = typeof globalThis != "undefined" && globalThis || typeof self != "undefined" && self || // eslint-disable-next-line no-undef
|
|
3045
|
-
typeof global != "undefined" && global || {},
|
|
3045
|
+
typeof global != "undefined" && global || {}, Re = {
|
|
3046
3046
|
searchParams: "URLSearchParams" in _e,
|
|
3047
3047
|
iterable: "Symbol" in _e && "iterator" in Symbol,
|
|
3048
3048
|
blob: "FileReader" in _e && "Blob" in _e && function() {
|
|
@@ -3058,7 +3058,7 @@ typeof global != "undefined" && global || {}, Pe = {
|
|
|
3058
3058
|
function Jg(t) {
|
|
3059
3059
|
return t && DataView.prototype.isPrototypeOf(t);
|
|
3060
3060
|
}
|
|
3061
|
-
if (
|
|
3061
|
+
if (Re.arrayBuffer)
|
|
3062
3062
|
var Kg = [
|
|
3063
3063
|
"[object Int8Array]",
|
|
3064
3064
|
"[object Uint8Array]",
|
|
@@ -3087,7 +3087,7 @@ function Vs(t) {
|
|
|
3087
3087
|
return { done: r === void 0, value: r };
|
|
3088
3088
|
}
|
|
3089
3089
|
};
|
|
3090
|
-
return
|
|
3090
|
+
return Re.iterable && (e[Symbol.iterator] = function() {
|
|
3091
3091
|
return e;
|
|
3092
3092
|
}), e;
|
|
3093
3093
|
}
|
|
@@ -3141,7 +3141,7 @@ ve.prototype.entries = function() {
|
|
|
3141
3141
|
t.push([r, e]);
|
|
3142
3142
|
}), Vs(t);
|
|
3143
3143
|
};
|
|
3144
|
-
|
|
3144
|
+
Re.iterable && (ve.prototype[Symbol.iterator] = ve.prototype.entries);
|
|
3145
3145
|
function Mo(t) {
|
|
3146
3146
|
if (!t._noBody) {
|
|
3147
3147
|
if (t.bodyUsed)
|
|
@@ -3179,8 +3179,8 @@ function yl(t) {
|
|
|
3179
3179
|
}
|
|
3180
3180
|
function hf() {
|
|
3181
3181
|
return this.bodyUsed = !1, this._initBody = function(t) {
|
|
3182
|
-
this.bodyUsed = this.bodyUsed, this._bodyInit = t, t ? typeof t == "string" ? this._bodyText = t :
|
|
3183
|
-
},
|
|
3182
|
+
this.bodyUsed = this.bodyUsed, this._bodyInit = t, t ? typeof t == "string" ? this._bodyText = t : Re.blob && Blob.prototype.isPrototypeOf(t) ? this._bodyBlob = t : Re.formData && FormData.prototype.isPrototypeOf(t) ? this._bodyFormData = t : Re.searchParams && URLSearchParams.prototype.isPrototypeOf(t) ? this._bodyText = t.toString() : Re.arrayBuffer && Re.blob && Jg(t) ? (this._bodyArrayBuffer = yl(t.buffer), this._bodyInit = new Blob([this._bodyArrayBuffer])) : Re.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(t) || Qg(t)) ? this._bodyArrayBuffer = yl(t) : this._bodyText = t = Object.prototype.toString.call(t) : (this._noBody = !0, this._bodyText = ""), this.headers.get("content-type") || (typeof t == "string" ? this.headers.set("content-type", "text/plain;charset=UTF-8") : this._bodyBlob && this._bodyBlob.type ? this.headers.set("content-type", this._bodyBlob.type) : Re.searchParams && URLSearchParams.prototype.isPrototypeOf(t) && this.headers.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"));
|
|
3183
|
+
}, Re.blob && (this.blob = function() {
|
|
3184
3184
|
var t = Mo(this);
|
|
3185
3185
|
if (t)
|
|
3186
3186
|
return t;
|
|
@@ -3201,7 +3201,7 @@ function hf() {
|
|
|
3201
3201
|
)
|
|
3202
3202
|
) : Promise.resolve(this._bodyArrayBuffer));
|
|
3203
3203
|
} else {
|
|
3204
|
-
if (
|
|
3204
|
+
if (Re.blob)
|
|
3205
3205
|
return this.blob().then(eb);
|
|
3206
3206
|
throw new Error("could not read as ArrayBuffer");
|
|
3207
3207
|
}
|
|
@@ -3216,7 +3216,7 @@ function hf() {
|
|
|
3216
3216
|
if (this._bodyFormData)
|
|
3217
3217
|
throw new Error("could not read FormData body as text");
|
|
3218
3218
|
return Promise.resolve(this._bodyText);
|
|
3219
|
-
},
|
|
3219
|
+
}, Re.formData && (this.formData = function() {
|
|
3220
3220
|
return this.text().then(ib);
|
|
3221
3221
|
}), this.json = function() {
|
|
3222
3222
|
return this.text().then(JSON.parse);
|
|
@@ -3360,7 +3360,7 @@ function mf(t, e) {
|
|
|
3360
3360
|
return u;
|
|
3361
3361
|
}
|
|
3362
3362
|
}
|
|
3363
|
-
if (i.open(a.method, c(a.url), !0), a.credentials === "include" ? i.withCredentials = !0 : a.credentials === "omit" && (i.withCredentials = !1), "responseType" in i && (
|
|
3363
|
+
if (i.open(a.method, c(a.url), !0), a.credentials === "include" ? i.withCredentials = !0 : a.credentials === "omit" && (i.withCredentials = !1), "responseType" in i && (Re.blob ? i.responseType = "blob" : Re.arrayBuffer && (i.responseType = "arraybuffer")), e && typeof e.headers == "object" && !(e.headers instanceof ve || _e.Headers && e.headers instanceof _e.Headers)) {
|
|
3364
3364
|
var d = [];
|
|
3365
3365
|
Object.getOwnPropertyNames(e.headers).forEach(function(u) {
|
|
3366
3366
|
d.push(sn(u)), i.setRequestHeader(u, Ns(e.headers[u]));
|
|
@@ -3712,7 +3712,7 @@ var bb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3712
3712
|
};
|
|
3713
3713
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
3714
3714
|
};
|
|
3715
|
-
Object.defineProperty(
|
|
3715
|
+
Object.defineProperty(xe, "__esModule", { value: !0 });
|
|
3716
3716
|
var wb = vt, Sl = on, ca = Dr, Sb = (
|
|
3717
3717
|
/** @class */
|
|
3718
3718
|
function(t) {
|
|
@@ -3794,7 +3794,7 @@ var wb = vt, Sl = on, ca = Dr, Sb = (
|
|
|
3794
3794
|
}, e;
|
|
3795
3795
|
}(wb.default)
|
|
3796
3796
|
);
|
|
3797
|
-
|
|
3797
|
+
xe.default = Sb;
|
|
3798
3798
|
var Ob = g && g.__extends || /* @__PURE__ */ function() {
|
|
3799
3799
|
var t = function(e, r) {
|
|
3800
3800
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, a) {
|
|
@@ -3815,7 +3815,7 @@ var Ob = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3815
3815
|
};
|
|
3816
3816
|
}();
|
|
3817
3817
|
Object.defineProperty(Es, "__esModule", { value: !0 });
|
|
3818
|
-
var kb =
|
|
3818
|
+
var kb = xe, Cb = (
|
|
3819
3819
|
/** @class */
|
|
3820
3820
|
function(t) {
|
|
3821
3821
|
Ob(e, t);
|
|
@@ -3858,7 +3858,7 @@ var Hs = {}, xb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3858
3858
|
};
|
|
3859
3859
|
}();
|
|
3860
3860
|
Object.defineProperty(Hs, "__esModule", { value: !0 });
|
|
3861
|
-
var Mb =
|
|
3861
|
+
var Mb = xe, Pb = (
|
|
3862
3862
|
/** @class */
|
|
3863
3863
|
function(t) {
|
|
3864
3864
|
xb(e, t);
|
|
@@ -3979,7 +3979,7 @@ var qs = {}, $b = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3979
3979
|
};
|
|
3980
3980
|
}();
|
|
3981
3981
|
Object.defineProperty(qs, "__esModule", { value: !0 });
|
|
3982
|
-
var Fb =
|
|
3982
|
+
var Fb = xe, Tb = (
|
|
3983
3983
|
/** @class */
|
|
3984
3984
|
function(t) {
|
|
3985
3985
|
$b(e, t);
|
|
@@ -4036,7 +4036,7 @@ var Us = {}, Eb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4036
4036
|
};
|
|
4037
4037
|
}();
|
|
4038
4038
|
Object.defineProperty(Us, "__esModule", { value: !0 });
|
|
4039
|
-
var Ab =
|
|
4039
|
+
var Ab = xe, Ib = (
|
|
4040
4040
|
/** @class */
|
|
4041
4041
|
function(t) {
|
|
4042
4042
|
Eb(e, t);
|
|
@@ -4111,7 +4111,7 @@ var Ws = {}, Yb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4111
4111
|
};
|
|
4112
4112
|
}();
|
|
4113
4113
|
Object.defineProperty(Ws, "__esModule", { value: !0 });
|
|
4114
|
-
var Nb =
|
|
4114
|
+
var Nb = xe, Vb = (
|
|
4115
4115
|
/** @class */
|
|
4116
4116
|
function(t) {
|
|
4117
4117
|
Yb(e, t);
|
|
@@ -4179,7 +4179,7 @@ var Gs = {}, Lb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4179
4179
|
};
|
|
4180
4180
|
}();
|
|
4181
4181
|
Object.defineProperty(Gs, "__esModule", { value: !0 });
|
|
4182
|
-
var Bb =
|
|
4182
|
+
var Bb = xe, Hb = (
|
|
4183
4183
|
/** @class */
|
|
4184
4184
|
function(t) {
|
|
4185
4185
|
Lb(e, t);
|
|
@@ -4247,7 +4247,7 @@ var Zs = {}, zb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4247
4247
|
};
|
|
4248
4248
|
}();
|
|
4249
4249
|
Object.defineProperty(Zs, "__esModule", { value: !0 });
|
|
4250
|
-
var qb =
|
|
4250
|
+
var qb = xe, Ub = (
|
|
4251
4251
|
/** @class */
|
|
4252
4252
|
function(t) {
|
|
4253
4253
|
zb(e, t);
|
|
@@ -4309,7 +4309,7 @@ var Xs = {}, Wb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4309
4309
|
};
|
|
4310
4310
|
}();
|
|
4311
4311
|
Object.defineProperty(Xs, "__esModule", { value: !0 });
|
|
4312
|
-
var Ol = Dr, Gb =
|
|
4312
|
+
var Ol = Dr, Gb = xe, Zb = (
|
|
4313
4313
|
/** @class */
|
|
4314
4314
|
function(t) {
|
|
4315
4315
|
Wb(e, t);
|
|
@@ -4439,7 +4439,7 @@ var Ks = {}, Qb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4439
4439
|
};
|
|
4440
4440
|
}();
|
|
4441
4441
|
Object.defineProperty(Ks, "__esModule", { value: !0 });
|
|
4442
|
-
var ew =
|
|
4442
|
+
var ew = xe, tw = (
|
|
4443
4443
|
/** @class */
|
|
4444
4444
|
function(t) {
|
|
4445
4445
|
Qb(e, t);
|
|
@@ -4484,7 +4484,7 @@ var Qs = {}, rw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4484
4484
|
};
|
|
4485
4485
|
}();
|
|
4486
4486
|
Object.defineProperty(Qs, "__esModule", { value: !0 });
|
|
4487
|
-
var kl = Dr, nw =
|
|
4487
|
+
var kl = Dr, nw = xe, aw = (
|
|
4488
4488
|
/** @class */
|
|
4489
4489
|
function(t) {
|
|
4490
4490
|
rw(e, t);
|
|
@@ -4533,7 +4533,7 @@ var eu = {}, iw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4533
4533
|
};
|
|
4534
4534
|
}();
|
|
4535
4535
|
Object.defineProperty(eu, "__esModule", { value: !0 });
|
|
4536
|
-
var ow =
|
|
4536
|
+
var ow = xe, sw = (
|
|
4537
4537
|
/** @class */
|
|
4538
4538
|
function(t) {
|
|
4539
4539
|
iw(e, t);
|
|
@@ -4571,7 +4571,7 @@ var tu = {}, uw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4571
4571
|
};
|
|
4572
4572
|
}();
|
|
4573
4573
|
Object.defineProperty(tu, "__esModule", { value: !0 });
|
|
4574
|
-
var lw =
|
|
4574
|
+
var lw = xe, cw = (
|
|
4575
4575
|
/** @class */
|
|
4576
4576
|
function(t) {
|
|
4577
4577
|
uw(e, t);
|
|
@@ -5282,7 +5282,7 @@ function $w() {
|
|
|
5282
5282
|
}
|
|
5283
5283
|
};
|
|
5284
5284
|
Object.defineProperty(ha, "__esModule", { value: !0 });
|
|
5285
|
-
var n = fe, a = H(), i = Ne, s =
|
|
5285
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
5286
5286
|
/** @class */
|
|
5287
5287
|
function(d) {
|
|
5288
5288
|
t(u, d);
|
|
@@ -5424,7 +5424,7 @@ function Fw() {
|
|
|
5424
5424
|
}
|
|
5425
5425
|
};
|
|
5426
5426
|
Object.defineProperty(ma, "__esModule", { value: !0 });
|
|
5427
|
-
var n = H(), a =
|
|
5427
|
+
var n = H(), a = Me(), i = fe, s = (
|
|
5428
5428
|
/** @class */
|
|
5429
5429
|
function(c) {
|
|
5430
5430
|
t(d, c);
|
|
@@ -5576,7 +5576,7 @@ function Tw() {
|
|
|
5576
5576
|
}
|
|
5577
5577
|
};
|
|
5578
5578
|
Object.defineProperty(pa, "__esModule", { value: !0 });
|
|
5579
|
-
var n = fe, a = H(), i = Ne, s =
|
|
5579
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
5580
5580
|
/** @class */
|
|
5581
5581
|
function(d) {
|
|
5582
5582
|
t(u, d);
|
|
@@ -5722,7 +5722,7 @@ function Ew() {
|
|
|
5722
5722
|
}
|
|
5723
5723
|
};
|
|
5724
5724
|
Object.defineProperty(va, "__esModule", { value: !0 });
|
|
5725
|
-
var n = fe, a = H(), i = Ne, s =
|
|
5725
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
5726
5726
|
/** @class */
|
|
5727
5727
|
function(d) {
|
|
5728
5728
|
t(u, d);
|
|
@@ -5902,7 +5902,7 @@ function Aw() {
|
|
|
5902
5902
|
}
|
|
5903
5903
|
};
|
|
5904
5904
|
Object.defineProperty(_a, "__esModule", { value: !0 });
|
|
5905
|
-
var n = fe, a = H(), i = Ne, s =
|
|
5905
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
5906
5906
|
/** @class */
|
|
5907
5907
|
function(d) {
|
|
5908
5908
|
t(u, d);
|
|
@@ -6080,7 +6080,7 @@ function Iw() {
|
|
|
6080
6080
|
}
|
|
6081
6081
|
};
|
|
6082
6082
|
Object.defineProperty(ya, "__esModule", { value: !0 });
|
|
6083
|
-
var n = fe, a = H(), i = Ne, s =
|
|
6083
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
6084
6084
|
/** @class */
|
|
6085
6085
|
function(d) {
|
|
6086
6086
|
t(u, d);
|
|
@@ -6414,7 +6414,7 @@ function Nw() {
|
|
|
6414
6414
|
}
|
|
6415
6415
|
};
|
|
6416
6416
|
Object.defineProperty(ba, "__esModule", { value: !0 });
|
|
6417
|
-
var n = fe, a = H(), i = Ne, s =
|
|
6417
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
6418
6418
|
/** @class */
|
|
6419
6419
|
function(d) {
|
|
6420
6420
|
t(u, d);
|
|
@@ -6461,7 +6461,7 @@ var lu = {}, cu = {}, Vw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
6461
6461
|
};
|
|
6462
6462
|
}();
|
|
6463
6463
|
Object.defineProperty(cu, "__esModule", { value: !0 });
|
|
6464
|
-
var Lw =
|
|
6464
|
+
var Lw = xe, Bw = (
|
|
6465
6465
|
/** @class */
|
|
6466
6466
|
function(t) {
|
|
6467
6467
|
Vw(e, t);
|
|
@@ -6702,7 +6702,7 @@ function qw() {
|
|
|
6702
6702
|
}
|
|
6703
6703
|
};
|
|
6704
6704
|
Object.defineProperty(wa, "__esModule", { value: !0 });
|
|
6705
|
-
var n = fe, a = H(), i = Dr, s = Ne, c =
|
|
6705
|
+
var n = fe, a = H(), i = Dr, s = Ne, c = Me(), d = (
|
|
6706
6706
|
/** @class */
|
|
6707
6707
|
function(u) {
|
|
6708
6708
|
t(o, u);
|
|
@@ -6854,7 +6854,7 @@ function Uw() {
|
|
|
6854
6854
|
}
|
|
6855
6855
|
};
|
|
6856
6856
|
Object.defineProperty(Sa, "__esModule", { value: !0 });
|
|
6857
|
-
var n = fe, a = H(), i = Ne, s =
|
|
6857
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
6858
6858
|
/** @class */
|
|
6859
6859
|
function(d) {
|
|
6860
6860
|
t(u, d);
|
|
@@ -6994,7 +6994,7 @@ function Ww() {
|
|
|
6994
6994
|
}
|
|
6995
6995
|
};
|
|
6996
6996
|
Object.defineProperty(Oa, "__esModule", { value: !0 });
|
|
6997
|
-
var n = fe, a = H(), i = Ne, s =
|
|
6997
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
6998
6998
|
/** @class */
|
|
6999
6999
|
function(d) {
|
|
7000
7000
|
t(u, d);
|
|
@@ -7246,7 +7246,7 @@ function e0() {
|
|
|
7246
7246
|
}
|
|
7247
7247
|
};
|
|
7248
7248
|
Object.defineProperty(ka, "__esModule", { value: !0 });
|
|
7249
|
-
var r =
|
|
7249
|
+
var r = Me(), n = pf(), a = (
|
|
7250
7250
|
/** @class */
|
|
7251
7251
|
function() {
|
|
7252
7252
|
function i() {
|
|
@@ -7731,7 +7731,7 @@ function i0() {
|
|
|
7731
7731
|
if (ql)
|
|
7732
7732
|
return Da;
|
|
7733
7733
|
ql = 1, Object.defineProperty(Da, "__esModule", { value: !0 });
|
|
7734
|
-
var t =
|
|
7734
|
+
var t = Me(), e = (
|
|
7735
7735
|
/** @class */
|
|
7736
7736
|
function() {
|
|
7737
7737
|
function r() {
|
|
@@ -8085,7 +8085,7 @@ function c0() {
|
|
|
8085
8085
|
}
|
|
8086
8086
|
};
|
|
8087
8087
|
Object.defineProperty($a, "__esModule", { value: !0 });
|
|
8088
|
-
var n = fe, a = H(), i = Ne, s =
|
|
8088
|
+
var n = fe, a = H(), i = Ne, s = Me(), c = (
|
|
8089
8089
|
/** @class */
|
|
8090
8090
|
function(d) {
|
|
8091
8091
|
t(u, d);
|
|
@@ -8152,7 +8152,7 @@ var Fa = {}, _u = {}, d0 = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
8152
8152
|
};
|
|
8153
8153
|
}();
|
|
8154
8154
|
Object.defineProperty(_u, "__esModule", { value: !0 });
|
|
8155
|
-
var f0 =
|
|
8155
|
+
var f0 = xe, h0 = (
|
|
8156
8156
|
/** @class */
|
|
8157
8157
|
function(t) {
|
|
8158
8158
|
d0(e, t);
|
|
@@ -8399,7 +8399,7 @@ var y0 = gu, g0 = (
|
|
|
8399
8399
|
);
|
|
8400
8400
|
yu.default = g0;
|
|
8401
8401
|
var Jl;
|
|
8402
|
-
function
|
|
8402
|
+
function Me() {
|
|
8403
8403
|
return Jl || (Jl = 1, function(t) {
|
|
8404
8404
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.UserService = t.TravelService = t.CarService = t.DataValidationService = t.ComparisonService = t.DocumentService = t.PackageService = t.ConfigurationsService = t.ComparisonModuleService = t.PartnerService = t.LegalAssistanceService = t.LiabilityService = t.HousingService = t.V1Service = t.HouseholdService = t.BikeService = t.CaravanService = t.MotorService = t.MopedService = t.HomeService = t.LoanService = t.PetService = t.RateService = t.DataService = void 0;
|
|
8405
8405
|
var e = Ts;
|
|
@@ -8490,9 +8490,9 @@ function xe() {
|
|
|
8490
8490
|
Object.defineProperty(t, "CarService", { enumerable: !0, get: function() {
|
|
8491
8491
|
return de.default;
|
|
8492
8492
|
} });
|
|
8493
|
-
var
|
|
8493
|
+
var Pe = m0();
|
|
8494
8494
|
Object.defineProperty(t, "TravelService", { enumerable: !0, get: function() {
|
|
8495
|
-
return
|
|
8495
|
+
return Pe.default;
|
|
8496
8496
|
} });
|
|
8497
8497
|
var ge = yu;
|
|
8498
8498
|
Object.defineProperty(t, "UserService", { enumerable: !0, get: function() {
|
|
@@ -8597,7 +8597,7 @@ function vf() {
|
|
|
8597
8597
|
}
|
|
8598
8598
|
};
|
|
8599
8599
|
Object.defineProperty(la, "__esModule", { value: !0 });
|
|
8600
|
-
var r =
|
|
8600
|
+
var r = Me(), n = H(), a = (
|
|
8601
8601
|
/** @class */
|
|
8602
8602
|
function() {
|
|
8603
8603
|
function i(s, c) {
|
|
@@ -9298,7 +9298,7 @@ function wu(t) {
|
|
|
9298
9298
|
return !1;
|
|
9299
9299
|
return !0;
|
|
9300
9300
|
}
|
|
9301
|
-
function
|
|
9301
|
+
function Ee(t) {
|
|
9302
9302
|
return t === void 0;
|
|
9303
9303
|
}
|
|
9304
9304
|
function Gt(t) {
|
|
@@ -9369,9 +9369,9 @@ function Hi(t) {
|
|
|
9369
9369
|
var dc = C.momentProperties = [], $o = !1;
|
|
9370
9370
|
function Ou(t, e) {
|
|
9371
9371
|
var r, n, a, i = dc.length;
|
|
9372
|
-
if (
|
|
9372
|
+
if (Ee(e._isAMomentObject) || (t._isAMomentObject = e._isAMomentObject), Ee(e._i) || (t._i = e._i), Ee(e._f) || (t._f = e._f), Ee(e._l) || (t._l = e._l), Ee(e._strict) || (t._strict = e._strict), Ee(e._tzm) || (t._tzm = e._tzm), Ee(e._isUTC) || (t._isUTC = e._isUTC), Ee(e._offset) || (t._offset = e._offset), Ee(e._pf) || (t._pf = F(e)), Ee(e._locale) || (t._locale = e._locale), i > 0)
|
|
9373
9373
|
for (r = 0; r < i; r++)
|
|
9374
|
-
n = dc[r], a = e[n],
|
|
9374
|
+
n = dc[r], a = e[n], Ee(a) || (t[n] = a);
|
|
9375
9375
|
return t;
|
|
9376
9376
|
}
|
|
9377
9377
|
function Qn(t) {
|
|
@@ -10238,7 +10238,7 @@ function Xi(t) {
|
|
|
10238
10238
|
}
|
|
10239
10239
|
function dr(t, e) {
|
|
10240
10240
|
var r;
|
|
10241
|
-
return t && (
|
|
10241
|
+
return t && (Ee(e) ? r = Qt(t) : r = Tu(t, e), r ? Ln = r : typeof console != "undefined" && console.warn && console.warn(
|
|
10242
10242
|
"Locale " + t + " not found. Did you forget to load it?"
|
|
10243
10243
|
)), Ln._abbr;
|
|
10244
10244
|
}
|
|
@@ -10533,7 +10533,7 @@ function Lf(t) {
|
|
|
10533
10533
|
}
|
|
10534
10534
|
function _S(t) {
|
|
10535
10535
|
var e = t._i;
|
|
10536
|
-
|
|
10536
|
+
Ee(e) ? t._d = new Date(C.now()) : Kn(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? cS(t) : ft(e) ? (t._a = gf(e.slice(0), function(r) {
|
|
10537
10537
|
return parseInt(r, 10);
|
|
10538
10538
|
}), Au(t)) : Or(e) ? pS(t) : Gt(e) ? t._d = new Date(e) : C.createFromInputFallback(t);
|
|
10539
10539
|
}
|
|
@@ -10694,7 +10694,7 @@ function TS() {
|
|
|
10694
10694
|
return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
|
|
10695
10695
|
}
|
|
10696
10696
|
function ES() {
|
|
10697
|
-
if (!
|
|
10697
|
+
if (!Ee(this._isDSTShifted))
|
|
10698
10698
|
return this._isDSTShifted;
|
|
10699
10699
|
var t = {}, e;
|
|
10700
10700
|
return Ou(t, this), t = Lf(t), t._a ? (e = t._isUTC ? Rt(t._a) : te(t._a), this._isDSTShifted = this.isValid() && xS(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
|
|
@@ -12357,7 +12357,7 @@ var Ik = g && g.__awaiter || function(t, e, r, n) {
|
|
|
12357
12357
|
}
|
|
12358
12358
|
};
|
|
12359
12359
|
Object.defineProperty($s, "__esModule", { value: !0 });
|
|
12360
|
-
var Nk = H(), Vk =
|
|
12360
|
+
var Nk = H(), Vk = Me(), Oc = on, Lk = Jn, Bk = (
|
|
12361
12361
|
/** @class */
|
|
12362
12362
|
function() {
|
|
12363
12363
|
function t(e) {
|
|
@@ -12446,12 +12446,12 @@ Hu.default = Hk;
|
|
|
12446
12446
|
for (var i in n)
|
|
12447
12447
|
i !== "default" && !Object.prototype.hasOwnProperty.call(a, i) && e(a, n, i);
|
|
12448
12448
|
};
|
|
12449
|
-
Object.defineProperty(t, "__esModule", { value: !0 }), r(lf, t), r(df, t), r(dh, t), r(H(), t), r(
|
|
12450
|
-
})(
|
|
12451
|
-
const zk = /* @__PURE__ */ Wg(
|
|
12449
|
+
Object.defineProperty(t, "__esModule", { value: !0 }), r(lf, t), r(df, t), r(dh, t), r(H(), t), r(Me(), t);
|
|
12450
|
+
})(Z);
|
|
12451
|
+
const zk = /* @__PURE__ */ Wg(Z), kc = /* @__PURE__ */ $p({
|
|
12452
12452
|
__proto__: null,
|
|
12453
12453
|
default: zk
|
|
12454
|
-
}, [
|
|
12454
|
+
}, [Z]), Ao = {
|
|
12455
12455
|
vd: {
|
|
12456
12456
|
url: "http://master.dev.vergelijkdirect.com/index.php"
|
|
12457
12457
|
},
|
|
@@ -12530,8 +12530,8 @@ class qk {
|
|
|
12530
12530
|
return;
|
|
12531
12531
|
const e = JSON.parse(JSON.stringify(Cc));
|
|
12532
12532
|
e.api.baseUrl = Cc.api.baseUrl + "api";
|
|
12533
|
-
const r = new
|
|
12534
|
-
return this.client = new
|
|
12533
|
+
const r = new Z.LocalStorageAdapter("insurances");
|
|
12534
|
+
return this.client = new Z.InsuranceTransmissionClient(r), yield this.client.configure(e), this.createConfig(), this.createInsuranceClasses(), this;
|
|
12535
12535
|
});
|
|
12536
12536
|
}
|
|
12537
12537
|
/**
|
|
@@ -12543,7 +12543,7 @@ class qk {
|
|
|
12543
12543
|
* @returns {void} void
|
|
12544
12544
|
*/
|
|
12545
12545
|
createConfig() {
|
|
12546
|
-
this.validation = new
|
|
12546
|
+
this.validation = new Z.DataValidationService(), this.petService = new Z.PetService(), this.motorService = new Z.MotorService(), this.bikeService = new Z.BikeService(), this.mopedService = new Z.MopedService(), this.housingService = new Z.HousingService(), this.homeService = new Z.HomeService(), this.liabilityService = new Z.LiabilityService(), this.householdService = new Z.HouseholdService(), this.documentService = new Z.DocumentService(), this.packageService = new Z.PackageService(), this.caravanService = new Z.CaravanService(), this.dataValidationService = new Z.DataValidationService(), this.carService = new Z.CarService(), this.partnerService = new Z.PartnerService(), this.comparisonService = new Z.ComparisonService(), this.userService = new Z.UserService(), this.v1Service = new Z.V1Service(), this.travelService = new Z.TravelService(), this.dataService = new Z.DataService();
|
|
12547
12547
|
}
|
|
12548
12548
|
/**
|
|
12549
12549
|
* @since v1.0.0
|
|
@@ -12590,10 +12590,10 @@ class qk {
|
|
|
12590
12590
|
});
|
|
12591
12591
|
}
|
|
12592
12592
|
}
|
|
12593
|
-
let
|
|
12593
|
+
let Oe = ye({});
|
|
12594
12594
|
const Uk = (t = null) => Q(void 0, null, function* () {
|
|
12595
|
-
|
|
12596
|
-
}), Wk =
|
|
12595
|
+
Oe = t || (yield new qk().initITC());
|
|
12596
|
+
}), Wk = U({
|
|
12597
12597
|
name: "ErrorHandler",
|
|
12598
12598
|
props: {
|
|
12599
12599
|
name: {
|
|
@@ -12614,7 +12614,7 @@ const Uk = (t = null) => Q(void 0, null, function* () {
|
|
|
12614
12614
|
};
|
|
12615
12615
|
}
|
|
12616
12616
|
});
|
|
12617
|
-
function
|
|
12617
|
+
function W(t, e, r, n, a, i, s, c) {
|
|
12618
12618
|
var d = typeof t == "function" ? t.options : t;
|
|
12619
12619
|
e && (d.render = e, d.staticRenderFns = r, d._compiled = !0), n && (d.functional = !0), i && (d._scopeId = "data-v-" + i);
|
|
12620
12620
|
var u;
|
|
@@ -12650,7 +12650,7 @@ var fh = function() {
|
|
|
12650
12650
|
}), 0);
|
|
12651
12651
|
}, Gk = [];
|
|
12652
12652
|
fh._withStripped = !0;
|
|
12653
|
-
var hh = /* @__PURE__ */
|
|
12653
|
+
var hh = /* @__PURE__ */ W(
|
|
12654
12654
|
Wk,
|
|
12655
12655
|
fh,
|
|
12656
12656
|
Gk,
|
|
@@ -12661,11 +12661,11 @@ var hh = /* @__PURE__ */ G(
|
|
|
12661
12661
|
null
|
|
12662
12662
|
);
|
|
12663
12663
|
hh.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/ErrorHandler.vue";
|
|
12664
|
-
const
|
|
12664
|
+
const De = hh.exports, Zk = U(
|
|
12665
12665
|
{
|
|
12666
12666
|
name: "LicensePlate",
|
|
12667
12667
|
components: {
|
|
12668
|
-
ErrorHandler:
|
|
12668
|
+
ErrorHandler: De
|
|
12669
12669
|
},
|
|
12670
12670
|
props: {
|
|
12671
12671
|
label: {
|
|
@@ -12776,7 +12776,7 @@ const Re = hh.exports, Zk = W(
|
|
|
12776
12776
|
e("input", _.toUpperCase()), r.value = _.toUpperCase(), e("license-correct"), _.length === 8 && (K.validate(t.name), l(_.toUpperCase())), p.preventDefault();
|
|
12777
12777
|
}
|
|
12778
12778
|
}, h = (p, v) => Q(this, null, function* () {
|
|
12779
|
-
const _ = p.toLocaleLowerCase(), m = yield
|
|
12779
|
+
const _ = p.toLocaleLowerCase(), m = yield Oe.dataService.findVehicle(v, _);
|
|
12780
12780
|
return m || null;
|
|
12781
12781
|
}), l = (p) => {
|
|
12782
12782
|
a.value = !0, i.value = !1, s.value = !1, n.value = {}, h(t.vehicleType, p).then((v) => {
|
|
@@ -12836,7 +12836,7 @@ var mh = function() {
|
|
|
12836
12836
|
}, { loading: e.isRetrievingVehicleInformation, vehicleInformation: e.vehicleInformation })], 2);
|
|
12837
12837
|
}, Xk = [];
|
|
12838
12838
|
mh._withStripped = !0;
|
|
12839
|
-
var ph = /* @__PURE__ */
|
|
12839
|
+
var ph = /* @__PURE__ */ W(
|
|
12840
12840
|
Zk,
|
|
12841
12841
|
mh,
|
|
12842
12842
|
Xk,
|
|
@@ -12847,7 +12847,7 @@ var ph = /* @__PURE__ */ G(
|
|
|
12847
12847
|
null
|
|
12848
12848
|
);
|
|
12849
12849
|
ph.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/LicensePlate.vue";
|
|
12850
|
-
const dn = ph.exports, Jk =
|
|
12850
|
+
const dn = ph.exports, Jk = U({
|
|
12851
12851
|
name: "DefaultInput",
|
|
12852
12852
|
props: {
|
|
12853
12853
|
label: {
|
|
@@ -13000,7 +13000,7 @@ var vh = function() {
|
|
|
13000
13000
|
}, focus: e.resetFieldValidation, blur: e.validateField } })])]), e._t("error-messages"), e._t("additional-info")], 2);
|
|
13001
13001
|
}, Kk = [];
|
|
13002
13002
|
vh._withStripped = !0;
|
|
13003
|
-
var _h = /* @__PURE__ */
|
|
13003
|
+
var _h = /* @__PURE__ */ W(
|
|
13004
13004
|
Jk,
|
|
13005
13005
|
vh,
|
|
13006
13006
|
Kk,
|
|
@@ -13011,7 +13011,7 @@ var _h = /* @__PURE__ */ G(
|
|
|
13011
13011
|
null
|
|
13012
13012
|
);
|
|
13013
13013
|
_h.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/DefaultInput.vue";
|
|
13014
|
-
const
|
|
13014
|
+
const je = _h.exports, Qk = U({
|
|
13015
13015
|
name: "DefaultSelect",
|
|
13016
13016
|
props: {
|
|
13017
13017
|
validation: {
|
|
@@ -13090,7 +13090,7 @@ var yh = function() {
|
|
|
13090
13090
|
})], 2), r("label", { staticClass: "vd-form-group__select-icon cursor-pointer", attrs: { for: e.id } })])]), e._t("additional-info"), e._t("error-messages")], 2);
|
|
13091
13091
|
}, eC = [];
|
|
13092
13092
|
yh._withStripped = !0;
|
|
13093
|
-
var gh = /* @__PURE__ */
|
|
13093
|
+
var gh = /* @__PURE__ */ W(
|
|
13094
13094
|
Qk,
|
|
13095
13095
|
yh,
|
|
13096
13096
|
eC,
|
|
@@ -13101,11 +13101,11 @@ var gh = /* @__PURE__ */ G(
|
|
|
13101
13101
|
null
|
|
13102
13102
|
);
|
|
13103
13103
|
gh.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/DefaultSelect.vue";
|
|
13104
|
-
const
|
|
13104
|
+
const $e = gh.exports, tC = U({
|
|
13105
13105
|
components: {
|
|
13106
|
-
DefaultInput:
|
|
13107
|
-
DefaultSelect:
|
|
13108
|
-
ErrorHandler:
|
|
13106
|
+
DefaultInput: je,
|
|
13107
|
+
DefaultSelect: $e,
|
|
13108
|
+
ErrorHandler: De
|
|
13109
13109
|
},
|
|
13110
13110
|
props: {
|
|
13111
13111
|
template: {
|
|
@@ -13175,10 +13175,10 @@ const je = gh.exports, tC = W({
|
|
|
13175
13175
|
rule: a.value,
|
|
13176
13176
|
text: "Postcode en huisnummer combinatie onbekend."
|
|
13177
13177
|
}
|
|
13178
|
-
]), m = z(() => r.value ? "-" : "Kies toevoeging"), y = z(() => `${s.value ? "" : "required"}|is_not:CHOOSE_OPTION`), b = (
|
|
13178
|
+
]), m = z(() => r.value ? "-" : "Kies toevoeging"), y = z(() => `${s.value ? "" : "required"}|is_not:CHOOSE_OPTION`), b = (G, q, Ve) => Q(this, null, function* () {
|
|
13179
13179
|
try {
|
|
13180
|
-
if (!
|
|
13181
|
-
|
|
13180
|
+
if (!G || !q) {
|
|
13181
|
+
Pe(""), u.value = "CHOOSE_OPTION", a.value = !1, f.value.street = "", f.value.city = "", o.value = [{
|
|
13182
13182
|
title: "Kies een toevoeging",
|
|
13183
13183
|
value: "CHOOSE_OPTION",
|
|
13184
13184
|
disabled: !0,
|
|
@@ -13191,10 +13191,10 @@ const je = gh.exports, tC = W({
|
|
|
13191
13191
|
value: "CHOOSE_OPTION",
|
|
13192
13192
|
disabled: !0,
|
|
13193
13193
|
selected: !0
|
|
13194
|
-
}), s.value = yield x(
|
|
13194
|
+
}), s.value = yield x(G, q), s.value && (o.value = [...o.value, {
|
|
13195
13195
|
title: "Geen toevoeging",
|
|
13196
13196
|
value: ""
|
|
13197
|
-
}]),
|
|
13197
|
+
}]), Oe.homeService.getAddition({ zipcode: G, houseNumber: q }).then((Le) => {
|
|
13198
13198
|
const jt = Le;
|
|
13199
13199
|
if (i.value = !0, yt(t.houseNumberAdditionName), jt.length) {
|
|
13200
13200
|
r.value = !1;
|
|
@@ -13204,35 +13204,35 @@ const je = gh.exports, tC = W({
|
|
|
13204
13204
|
value: jt[vn]
|
|
13205
13205
|
}];
|
|
13206
13206
|
a.value = !1, Ve || Nt(() => {
|
|
13207
|
-
u.value = t.houseNumberAddition, ge(
|
|
13207
|
+
u.value = t.houseNumberAddition, ge(G, q, t.houseNumberAddition);
|
|
13208
13208
|
});
|
|
13209
13209
|
} else
|
|
13210
|
-
o.value[1] && (o.value[1].title = "Geen toevoeging"), r.value = !0, u.value = "",
|
|
13210
|
+
o.value[1] && (o.value[1].title = "Geen toevoeging"), r.value = !0, u.value = "", Pe(""), ge(G, q);
|
|
13211
13211
|
}).catch((Le) => {
|
|
13212
13212
|
a.value = !0, f.value.street = "", f.value.city = "", e("address-correct", !a.value), yt("housenumberaddition"), console.error("Error fetching additions:", Le);
|
|
13213
13213
|
});
|
|
13214
13214
|
} catch (Le) {
|
|
13215
13215
|
console.error("Error in getHouseNumberAdditions:", Le);
|
|
13216
13216
|
}
|
|
13217
|
-
}), x = (
|
|
13218
|
-
return yield
|
|
13219
|
-
}), A = (
|
|
13220
|
-
h.value = !0, c.value =
|
|
13221
|
-
b(
|
|
13217
|
+
}), x = (G, q) => Q(this, null, function* () {
|
|
13218
|
+
return yield Oe.dataValidationService.validateZipCode(G, q).then(() => !0).catch(() => !1);
|
|
13219
|
+
}), A = (G) => {
|
|
13220
|
+
h.value = !0, c.value = G.toUpperCase(), e("update-zipcode", G.toUpperCase()), Nt(() => {
|
|
13221
|
+
b(G.toUpperCase(), t.houseNumber, !0);
|
|
13222
13222
|
});
|
|
13223
|
-
}, de = (
|
|
13224
|
-
h.value = !0, e("update-house-number",
|
|
13225
|
-
b(t.zipcode,
|
|
13223
|
+
}, de = (G) => {
|
|
13224
|
+
h.value = !0, e("update-house-number", G), Nt(() => {
|
|
13225
|
+
b(t.zipcode, G, !0);
|
|
13226
13226
|
});
|
|
13227
|
-
},
|
|
13228
|
-
e("update-house-number-addition",
|
|
13229
|
-
}, ge = (
|
|
13227
|
+
}, Pe = (G) => {
|
|
13228
|
+
e("update-house-number-addition", G), ge(t.zipcode, t.houseNumber, G);
|
|
13229
|
+
}, ge = (G, q, Ve = "") => Q(this, null, function* () {
|
|
13230
13230
|
try {
|
|
13231
|
-
if (!
|
|
13231
|
+
if (!G || !q)
|
|
13232
13232
|
return;
|
|
13233
13233
|
n.value = !0, a.value = !1, f.value.street = "", f.value.city = "", e("address-correct", !a.value);
|
|
13234
|
-
const { Street: Le, Place: jt } = yield
|
|
13235
|
-
|
|
13234
|
+
const { Street: Le, Place: jt } = yield Oe.dataValidationService.validateZipCode(
|
|
13235
|
+
G,
|
|
13236
13236
|
q,
|
|
13237
13237
|
Ve
|
|
13238
13238
|
);
|
|
@@ -13240,9 +13240,9 @@ const je = gh.exports, tC = W({
|
|
|
13240
13240
|
} catch (Le) {
|
|
13241
13241
|
a.value = !0, n.value = !1, e("address-correct", !a.value), yt("housenumberaddition"), console.error("Error getting house information:", Le);
|
|
13242
13242
|
}
|
|
13243
|
-
}), yt = (
|
|
13243
|
+
}), yt = (G) => {
|
|
13244
13244
|
var Ve;
|
|
13245
|
-
const q = K.fields.find({ name:
|
|
13245
|
+
const q = K.fields.find({ name: G });
|
|
13246
13246
|
(q !== null || q !== void 0 && q) && (q == null || q.reset(), (Ve = K == null ? void 0 : K.errors) == null || Ve.remove(q == null ? void 0 : q.name, q == null ? void 0 : q.scope));
|
|
13247
13247
|
};
|
|
13248
13248
|
return Qe(() => {
|
|
@@ -13267,7 +13267,7 @@ const je = gh.exports, tC = W({
|
|
|
13267
13267
|
getHouseInformationWithoutAddition: x,
|
|
13268
13268
|
updateZipcode: A,
|
|
13269
13269
|
updateHouseNumber: de,
|
|
13270
|
-
updateHouseNumberAddition:
|
|
13270
|
+
updateHouseNumberAddition: Pe,
|
|
13271
13271
|
getHouseInformation: ge,
|
|
13272
13272
|
resetFieldValidation: yt,
|
|
13273
13273
|
props: t,
|
|
@@ -13351,7 +13351,7 @@ var bh = function() {
|
|
|
13351
13351
|
} } })])]);
|
|
13352
13352
|
}, rC = [];
|
|
13353
13353
|
bh._withStripped = !0;
|
|
13354
|
-
var wh = /* @__PURE__ */
|
|
13354
|
+
var wh = /* @__PURE__ */ W(
|
|
13355
13355
|
tC,
|
|
13356
13356
|
bh,
|
|
13357
13357
|
rC,
|
|
@@ -13362,7 +13362,7 @@ var wh = /* @__PURE__ */ G(
|
|
|
13362
13362
|
null
|
|
13363
13363
|
);
|
|
13364
13364
|
wh.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/AddressHandler.vue";
|
|
13365
|
-
const mr = wh.exports, nC =
|
|
13365
|
+
const mr = wh.exports, nC = U(
|
|
13366
13366
|
{
|
|
13367
13367
|
name: "ClaimFreeYearsModalContent",
|
|
13368
13368
|
props: {
|
|
@@ -13375,7 +13375,7 @@ const mr = wh.exports, nC = W(
|
|
|
13375
13375
|
default: "0"
|
|
13376
13376
|
}
|
|
13377
13377
|
},
|
|
13378
|
-
components: { DefaultSelect:
|
|
13378
|
+
components: { DefaultSelect: $e },
|
|
13379
13379
|
setup(t, { emit: e }) {
|
|
13380
13380
|
const r = R("ONE"), n = R("0");
|
|
13381
13381
|
return {
|
|
@@ -13412,7 +13412,7 @@ var Sh = function() {
|
|
|
13412
13412
|
}, expression: "claimFreeYears" } }), r("div", { staticClass: "mb-md-0 mb-2", class: e.vdFormVersion === "1" ? "vd-btn vd-btn-primary vd-btn-w-100" : "btn-a btn-a--primary btn-a--bold btn-block cursor-pointer", on: { click: e.closeModal } }, [e._v(" Sluit venster ")])], 1) : e._e()]);
|
|
13413
13413
|
}, aC = [];
|
|
13414
13414
|
Sh._withStripped = !0;
|
|
13415
|
-
var Oh = /* @__PURE__ */
|
|
13415
|
+
var Oh = /* @__PURE__ */ W(
|
|
13416
13416
|
nC,
|
|
13417
13417
|
Sh,
|
|
13418
13418
|
aC,
|
|
@@ -13423,7 +13423,7 @@ var Oh = /* @__PURE__ */ G(
|
|
|
13423
13423
|
null
|
|
13424
13424
|
);
|
|
13425
13425
|
Oh.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/modals/ClaimFreeYearsModalContent.vue";
|
|
13426
|
-
const kh = Oh.exports, iC =
|
|
13426
|
+
const kh = Oh.exports, iC = U({
|
|
13427
13427
|
props: {
|
|
13428
13428
|
hasLoader: {
|
|
13429
13429
|
type: Boolean,
|
|
@@ -13456,7 +13456,7 @@ var Ch = function() {
|
|
|
13456
13456
|
return e._self._setupProxy, r("div", { staticClass: "vd-card-simple", class: { "text-center": e.hasLoader, "vd-card-simple--new": e.hasNewStyle } }, [e.noTitle ? r("p", { staticClass: "vd-card-simple__title", class: { "border-bottom-0 mb-0": e.hasLoader, "border-bottom-0 mb-0": e.hasBorderTitle } }, [e._t("title")], 2) : e._e(), e._t("default"), e.hasLoader ? r("loader") : e._e()], 2);
|
|
13457
13457
|
}, oC = [];
|
|
13458
13458
|
Ch._withStripped = !0;
|
|
13459
|
-
var xh = /* @__PURE__ */
|
|
13459
|
+
var xh = /* @__PURE__ */ W(
|
|
13460
13460
|
iC,
|
|
13461
13461
|
Ch,
|
|
13462
13462
|
oC,
|
|
@@ -13480,11 +13480,11 @@ function eo() {
|
|
|
13480
13480
|
inputId: t
|
|
13481
13481
|
};
|
|
13482
13482
|
}
|
|
13483
|
-
const uC =
|
|
13483
|
+
const uC = U({
|
|
13484
13484
|
name: "BirthdateInput",
|
|
13485
13485
|
components: {
|
|
13486
|
-
ErrorHandler:
|
|
13487
|
-
DefaultInput:
|
|
13486
|
+
ErrorHandler: De,
|
|
13487
|
+
DefaultInput: je
|
|
13488
13488
|
},
|
|
13489
13489
|
props: {
|
|
13490
13490
|
vdFormVersion: {
|
|
@@ -13531,7 +13531,7 @@ var Mh = function() {
|
|
|
13531
13531
|
}, proxy: !0 }]) }, "DefaultInput", e.attrs, !1), e.listeners));
|
|
13532
13532
|
}, lC = [];
|
|
13533
13533
|
Mh._withStripped = !0;
|
|
13534
|
-
var Ph = /* @__PURE__ */
|
|
13534
|
+
var Ph = /* @__PURE__ */ W(
|
|
13535
13535
|
uC,
|
|
13536
13536
|
Mh,
|
|
13537
13537
|
lC,
|
|
@@ -13542,17 +13542,17 @@ var Ph = /* @__PURE__ */ G(
|
|
|
13542
13542
|
null
|
|
13543
13543
|
);
|
|
13544
13544
|
Ph.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/BirthdateInput.vue";
|
|
13545
|
-
const at = Ph.exports, cC =
|
|
13545
|
+
const at = Ph.exports, cC = U({
|
|
13546
13546
|
name: "MotorForm",
|
|
13547
13547
|
components: {
|
|
13548
13548
|
LicensePlate: dn,
|
|
13549
13549
|
AddressHandler: mr,
|
|
13550
|
-
DefaultInput:
|
|
13551
|
-
DefaultSelect:
|
|
13550
|
+
DefaultInput: je,
|
|
13551
|
+
DefaultSelect: $e,
|
|
13552
13552
|
ClaimFreeYearsModalContent: kh,
|
|
13553
13553
|
SimpleCard: Ge,
|
|
13554
13554
|
BirthdateInput: at,
|
|
13555
|
-
ErrorHandler:
|
|
13555
|
+
ErrorHandler: De
|
|
13556
13556
|
},
|
|
13557
13557
|
props: {
|
|
13558
13558
|
link: {
|
|
@@ -13623,9 +13623,9 @@ const at = Ph.exports, cC = W({
|
|
|
13623
13623
|
birthDateYear: x,
|
|
13624
13624
|
openClaimFreeYearModal: A,
|
|
13625
13625
|
setClaimFreeYears: de,
|
|
13626
|
-
getHouseInformation:
|
|
13626
|
+
getHouseInformation: Pe,
|
|
13627
13627
|
getLicenseInformation: ge
|
|
13628
|
-
} = uf(t, e,
|
|
13628
|
+
} = uf(t, e, Oe);
|
|
13629
13629
|
return {
|
|
13630
13630
|
licenseError: r,
|
|
13631
13631
|
showLicenseInfo: n,
|
|
@@ -13649,7 +13649,7 @@ const at = Ph.exports, cC = W({
|
|
|
13649
13649
|
birthDateYear: x,
|
|
13650
13650
|
openClaimFreeYearModal: A,
|
|
13651
13651
|
setClaimFreeYears: de,
|
|
13652
|
-
getHouseInformation:
|
|
13652
|
+
getHouseInformation: Pe,
|
|
13653
13653
|
getLicenseInformation: ge,
|
|
13654
13654
|
errors: ue,
|
|
13655
13655
|
userInformation: O,
|
|
@@ -13688,7 +13688,7 @@ var Rh = function() {
|
|
|
13688
13688
|
} } }) : e._e()], 1)], 1);
|
|
13689
13689
|
}, dC = [];
|
|
13690
13690
|
Rh._withStripped = !0;
|
|
13691
|
-
var Dh = /* @__PURE__ */
|
|
13691
|
+
var Dh = /* @__PURE__ */ W(
|
|
13692
13692
|
cC,
|
|
13693
13693
|
Rh,
|
|
13694
13694
|
dC,
|
|
@@ -13699,13 +13699,13 @@ var Dh = /* @__PURE__ */ G(
|
|
|
13699
13699
|
null
|
|
13700
13700
|
);
|
|
13701
13701
|
Dh.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/motor/components/forms/MotorForm.vue";
|
|
13702
|
-
const fC = Dh.exports, hC =
|
|
13702
|
+
const fC = Dh.exports, hC = U({
|
|
13703
13703
|
name: "MotorFormHorizontal",
|
|
13704
13704
|
components: {
|
|
13705
13705
|
LicensePlate: dn,
|
|
13706
13706
|
AddressHandler: mr,
|
|
13707
|
-
DefaultInput:
|
|
13708
|
-
DefaultSelect:
|
|
13707
|
+
DefaultInput: je,
|
|
13708
|
+
DefaultSelect: $e,
|
|
13709
13709
|
ClaimFreeYearsModalContent: kh,
|
|
13710
13710
|
SimpleCard: Ge,
|
|
13711
13711
|
BirthdateInput: at
|
|
@@ -13773,9 +13773,9 @@ const fC = Dh.exports, hC = W({
|
|
|
13773
13773
|
birthDateYear: x,
|
|
13774
13774
|
openClaimFreeYearModal: A,
|
|
13775
13775
|
setClaimFreeYears: de,
|
|
13776
|
-
getHouseInformation:
|
|
13776
|
+
getHouseInformation: Pe,
|
|
13777
13777
|
getLicenseInformation: ge
|
|
13778
|
-
} = uf(t, e,
|
|
13778
|
+
} = uf(t, e, Oe);
|
|
13779
13779
|
return {
|
|
13780
13780
|
licenseError: r,
|
|
13781
13781
|
showLicenseInfo: n,
|
|
@@ -13799,7 +13799,7 @@ const fC = Dh.exports, hC = W({
|
|
|
13799
13799
|
birthDateYear: x,
|
|
13800
13800
|
openClaimFreeYearModal: A,
|
|
13801
13801
|
setClaimFreeYears: de,
|
|
13802
|
-
getHouseInformation:
|
|
13802
|
+
getHouseInformation: Pe,
|
|
13803
13803
|
getLicenseInformation: ge,
|
|
13804
13804
|
errors: ue,
|
|
13805
13805
|
userInformation: O,
|
|
@@ -13836,7 +13836,7 @@ var jh = function() {
|
|
|
13836
13836
|
} } }) : e._e()], 1)], 1);
|
|
13837
13837
|
}, mC = [];
|
|
13838
13838
|
jh._withStripped = !0;
|
|
13839
|
-
var $h = /* @__PURE__ */
|
|
13839
|
+
var $h = /* @__PURE__ */ W(
|
|
13840
13840
|
hC,
|
|
13841
13841
|
jh,
|
|
13842
13842
|
mC,
|
|
@@ -13849,12 +13849,12 @@ var $h = /* @__PURE__ */ G(
|
|
|
13849
13849
|
$h.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/motor/components/forms/MotorFormHorizontal.vue";
|
|
13850
13850
|
const pC = $h.exports;
|
|
13851
13851
|
var ra = /* @__PURE__ */ ((t) => (t.Horizontal = "horizontal", t.Vertical = "vertical", t))(ra || {}), Fh = /* @__PURE__ */ ((t) => (t.Brommobiel = "60", t))(Fh || {});
|
|
13852
|
-
const vC =
|
|
13852
|
+
const vC = U({
|
|
13853
13853
|
name: "LoanAmount",
|
|
13854
13854
|
components: {
|
|
13855
|
-
DefaultInput:
|
|
13856
|
-
DefaultSelect:
|
|
13857
|
-
ErrorHandler:
|
|
13855
|
+
DefaultInput: je,
|
|
13856
|
+
DefaultSelect: $e,
|
|
13857
|
+
ErrorHandler: De
|
|
13858
13858
|
},
|
|
13859
13859
|
props: {
|
|
13860
13860
|
vdFormVersion: {
|
|
@@ -13896,7 +13896,7 @@ var Th = function() {
|
|
|
13896
13896
|
}, proxy: !0 }]) }, "default-input", e.attrs, !1), e.listeners));
|
|
13897
13897
|
}, _C = [];
|
|
13898
13898
|
Th._withStripped = !0;
|
|
13899
|
-
var Eh = /* @__PURE__ */
|
|
13899
|
+
var Eh = /* @__PURE__ */ W(
|
|
13900
13900
|
vC,
|
|
13901
13901
|
Th,
|
|
13902
13902
|
_C,
|
|
@@ -13958,11 +13958,11 @@ const yC = [
|
|
|
13958
13958
|
title: "Anders",
|
|
13959
13959
|
value: Be.Other
|
|
13960
13960
|
}
|
|
13961
|
-
], gC =
|
|
13961
|
+
], gC = U({
|
|
13962
13962
|
name: "LoanPurpose",
|
|
13963
13963
|
components: {
|
|
13964
|
-
DefaultSelect:
|
|
13965
|
-
ErrorHandler:
|
|
13964
|
+
DefaultSelect: $e,
|
|
13965
|
+
ErrorHandler: De
|
|
13966
13966
|
},
|
|
13967
13967
|
props: {
|
|
13968
13968
|
vdFormVersion: {
|
|
@@ -13995,7 +13995,7 @@ var Ih = function() {
|
|
|
13995
13995
|
}, proxy: !0 }]) }, "default-select", e.attrs, !1), e.listeners));
|
|
13996
13996
|
}, bC = [];
|
|
13997
13997
|
Ih._withStripped = !0;
|
|
13998
|
-
var Yh = /* @__PURE__ */
|
|
13998
|
+
var Yh = /* @__PURE__ */ W(
|
|
13999
13999
|
gC,
|
|
14000
14000
|
Ih,
|
|
14001
14001
|
bC,
|
|
@@ -14032,11 +14032,11 @@ const Nh = Yh.exports, wC = [
|
|
|
14032
14032
|
value: "N",
|
|
14033
14033
|
title: "Huurwoning"
|
|
14034
14034
|
}
|
|
14035
|
-
], SC =
|
|
14035
|
+
], SC = U({
|
|
14036
14036
|
name: "FamilyCompositionInput",
|
|
14037
14037
|
components: {
|
|
14038
|
-
DefaultSelect:
|
|
14039
|
-
ErrorHandler:
|
|
14038
|
+
DefaultSelect: $e,
|
|
14039
|
+
ErrorHandler: De
|
|
14040
14040
|
},
|
|
14041
14041
|
props: {
|
|
14042
14042
|
vdFormVersion: {
|
|
@@ -14068,7 +14068,7 @@ var Lh = function() {
|
|
|
14068
14068
|
}, proxy: !0 }]) }, "default-select", e.attrs, !1), e.listeners));
|
|
14069
14069
|
}, OC = [];
|
|
14070
14070
|
Lh._withStripped = !0;
|
|
14071
|
-
var Bh = /* @__PURE__ */
|
|
14071
|
+
var Bh = /* @__PURE__ */ W(
|
|
14072
14072
|
SC,
|
|
14073
14073
|
Lh,
|
|
14074
14074
|
OC,
|
|
@@ -14104,10 +14104,10 @@ class kC {
|
|
|
14104
14104
|
MonthlyCurrentLoansExpenses: x,
|
|
14105
14105
|
MonthlyHouseExpenses: A,
|
|
14106
14106
|
MonthlyNetIncome: de,
|
|
14107
|
-
MonthlyStudentLoansExpenses:
|
|
14107
|
+
MonthlyStudentLoansExpenses: Pe,
|
|
14108
14108
|
OwnedBuilding: ge,
|
|
14109
14109
|
PartnerIncomeType: yt,
|
|
14110
|
-
PartnerMonthlyNetIncome:
|
|
14110
|
+
PartnerMonthlyNetIncome: G,
|
|
14111
14111
|
Sorting: q,
|
|
14112
14112
|
TemporaryWorkPhase: Ve,
|
|
14113
14113
|
WorkedLastThreeYears: Le
|
|
@@ -14135,10 +14135,10 @@ class kC {
|
|
|
14135
14135
|
MonthlyCurrentLoansExpenses: x,
|
|
14136
14136
|
MonthlyHouseExpenses: A,
|
|
14137
14137
|
MonthlyNetIncome: de,
|
|
14138
|
-
MonthlyStudentLoansExpenses:
|
|
14138
|
+
MonthlyStudentLoansExpenses: Pe,
|
|
14139
14139
|
OwnedBuilding: ge,
|
|
14140
14140
|
PartnerIncomeType: yt,
|
|
14141
|
-
PartnerMonthlyNetIncome:
|
|
14141
|
+
PartnerMonthlyNetIncome: G,
|
|
14142
14142
|
Sorting: q,
|
|
14143
14143
|
TemporaryWorkPhase: Ve,
|
|
14144
14144
|
WorkedLastThreeYears: Le
|
|
@@ -14201,8 +14201,8 @@ const zh = (t, e) => {
|
|
|
14201
14201
|
} = xC(e), s = z(() => kC.render(t.comparison.getUser().getDetail())), c = z(() => t.formOrientation === ra.Horizontal), d = (_) => `${t.baseUrl}#/${_}`, u = (_) => Q(void 0, null, function* () {
|
|
14202
14202
|
i();
|
|
14203
14203
|
try {
|
|
14204
|
-
const m = yield
|
|
14205
|
-
return yield
|
|
14204
|
+
const m = yield Oe.comparisonService.create("loan", _);
|
|
14205
|
+
return yield Oe.comparisonService.update(m), m;
|
|
14206
14206
|
} catch (m) {
|
|
14207
14207
|
console.error(m), a(`
|
|
14208
14208
|
Leendoel: ${tr.loanPurpose} |
|
|
@@ -14218,7 +14218,7 @@ const zh = (t, e) => {
|
|
|
14218
14218
|
}, h = () => {
|
|
14219
14219
|
tr.loanAmount = t.insuranceState.LoanAmount, tr.loanPurpose = t.insuranceState.LoanPurpose, O.birthdate = t.userInformation.birthdate, O.familyComposition = t.userInformation.familyComposition;
|
|
14220
14220
|
}, l = () => {
|
|
14221
|
-
const _ = new
|
|
14221
|
+
const _ = new Z.User({});
|
|
14222
14222
|
return _.setDetail(null, {}), _.setBirthDate(O.birthdate), _.setFamilyComposition(O.familyComposition), _.setDetail("loanData", {
|
|
14223
14223
|
LoanPurpose: tr.loanPurpose,
|
|
14224
14224
|
LoanAmount: tr.loanAmount
|
|
@@ -14227,7 +14227,7 @@ const zh = (t, e) => {
|
|
|
14227
14227
|
return { inSubmissions: Yo, loanState: tr, isHorizontalForm: c, setFormData: h, submitUpdateForm: () => Q(void 0, null, function* () {
|
|
14228
14228
|
Yo.value = !0;
|
|
14229
14229
|
try {
|
|
14230
|
-
(yield fr(["birthdate", "familyComposition", "loanAmount", "loanPurpose"])) && (yield f(), yield o(), yield
|
|
14230
|
+
(yield fr(["birthdate", "familyComposition", "loanAmount", "loanPurpose"])) && (yield f(), yield o(), yield Oe.comparisonService.update(t.comparison), e("submit-form", { userInformation: O, loanState: tr }));
|
|
14231
14231
|
} catch (_) {
|
|
14232
14232
|
console.error(_), e("emit-event-hub", { event: "open-quotation-modal" });
|
|
14233
14233
|
}
|
|
@@ -14242,7 +14242,7 @@ const zh = (t, e) => {
|
|
|
14242
14242
|
console.error(_), n(r.CreationForm);
|
|
14243
14243
|
}
|
|
14244
14244
|
}) };
|
|
14245
|
-
}, MC =
|
|
14245
|
+
}, MC = U({
|
|
14246
14246
|
name: "CreateLoanComparisonForm",
|
|
14247
14247
|
components: {
|
|
14248
14248
|
LoanPurposeInputField: Nh,
|
|
@@ -14312,7 +14312,7 @@ var qh = function() {
|
|
|
14312
14312
|
}, on: { click: e.submitCreateForm } }, [e._v(" Vergelijken ")])])], 1)]);
|
|
14313
14313
|
}, PC = [];
|
|
14314
14314
|
qh._withStripped = !0;
|
|
14315
|
-
var Uh = /* @__PURE__ */
|
|
14315
|
+
var Uh = /* @__PURE__ */ W(
|
|
14316
14316
|
MC,
|
|
14317
14317
|
qh,
|
|
14318
14318
|
PC,
|
|
@@ -14323,7 +14323,7 @@ var Uh = /* @__PURE__ */ G(
|
|
|
14323
14323
|
null
|
|
14324
14324
|
);
|
|
14325
14325
|
Uh.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/loan/components/forms/createLoanComparisonForm.vue";
|
|
14326
|
-
const RC = Uh.exports, DC =
|
|
14326
|
+
const RC = Uh.exports, DC = U({
|
|
14327
14327
|
name: "UpdateLoanComparisonForm",
|
|
14328
14328
|
components: {
|
|
14329
14329
|
LoanPurposeInputField: Nh,
|
|
@@ -14389,7 +14389,7 @@ var Wh = function() {
|
|
|
14389
14389
|
}, expression: "userInformation.familyComposition" } }), r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block", attrs: { disabled: e.inSubmissions }, on: { click: e.submitUpdateForm } }, [e._v(" Vergelijken ")])], 1)]);
|
|
14390
14390
|
}, jC = [];
|
|
14391
14391
|
Wh._withStripped = !0;
|
|
14392
|
-
var Gh = /* @__PURE__ */
|
|
14392
|
+
var Gh = /* @__PURE__ */ W(
|
|
14393
14393
|
DC,
|
|
14394
14394
|
Wh,
|
|
14395
14395
|
jC,
|
|
@@ -14435,7 +14435,7 @@ const Xh = (t, e, r, n) => {
|
|
|
14435
14435
|
function f() {
|
|
14436
14436
|
return Q(this, null, function* () {
|
|
14437
14437
|
try {
|
|
14438
|
-
const _ = new
|
|
14438
|
+
const _ = new Z.User({});
|
|
14439
14439
|
return _.setDetail(null, {}), _.setDetail(
|
|
14440
14440
|
"car",
|
|
14441
14441
|
Object.assign(
|
|
@@ -14496,12 +14496,12 @@ const Xh = (t, e, r, n) => {
|
|
|
14496
14496
|
dateRange: v,
|
|
14497
14497
|
validateBeforeSubmit: o
|
|
14498
14498
|
};
|
|
14499
|
-
}, TC =
|
|
14499
|
+
}, TC = U({
|
|
14500
14500
|
name: "CarForm",
|
|
14501
14501
|
components: {
|
|
14502
14502
|
LicensePlate: dn,
|
|
14503
14503
|
AddressHandler: mr,
|
|
14504
|
-
DefaultInput:
|
|
14504
|
+
DefaultInput: je,
|
|
14505
14505
|
SimpleCard: Ge,
|
|
14506
14506
|
BirthdateInput: at
|
|
14507
14507
|
},
|
|
@@ -14550,7 +14550,7 @@ const Xh = (t, e, r, n) => {
|
|
|
14550
14550
|
houseError: s,
|
|
14551
14551
|
dateRange: c,
|
|
14552
14552
|
validateBeforeSubmit: d
|
|
14553
|
-
} = Xh(t, e,
|
|
14553
|
+
} = Xh(t, e, Oe);
|
|
14554
14554
|
return {
|
|
14555
14555
|
userInformation: O,
|
|
14556
14556
|
carState: Xe,
|
|
@@ -14576,7 +14576,7 @@ var Jh = function() {
|
|
|
14576
14576
|
}, expression: "userInformation.birthdate" } })], 1), r("div", { staticClass: "vd-form-group mb-0" }, [r("div", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]) : e._e();
|
|
14577
14577
|
}, EC = [];
|
|
14578
14578
|
Jh._withStripped = !0;
|
|
14579
|
-
var Kh = /* @__PURE__ */
|
|
14579
|
+
var Kh = /* @__PURE__ */ W(
|
|
14580
14580
|
TC,
|
|
14581
14581
|
Jh,
|
|
14582
14582
|
EC,
|
|
@@ -14587,12 +14587,12 @@ var Kh = /* @__PURE__ */ G(
|
|
|
14587
14587
|
null
|
|
14588
14588
|
);
|
|
14589
14589
|
Kh.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/car/components/forms/CarForm.vue";
|
|
14590
|
-
const AC = Kh.exports, IC =
|
|
14590
|
+
const AC = Kh.exports, IC = U({
|
|
14591
14591
|
name: "CarFormHorizontal",
|
|
14592
14592
|
components: {
|
|
14593
14593
|
LicensePlate: dn,
|
|
14594
14594
|
AddressHandler: mr,
|
|
14595
|
-
DefaultInput:
|
|
14595
|
+
DefaultInput: je,
|
|
14596
14596
|
SimpleCard: Ge,
|
|
14597
14597
|
BirthdateInput: at
|
|
14598
14598
|
},
|
|
@@ -14641,7 +14641,7 @@ const AC = Kh.exports, IC = W({
|
|
|
14641
14641
|
houseError: s,
|
|
14642
14642
|
dateRange: c,
|
|
14643
14643
|
validateBeforeSubmit: d
|
|
14644
|
-
} = Xh(t, e,
|
|
14644
|
+
} = Xh(t, e, Oe);
|
|
14645
14645
|
return {
|
|
14646
14646
|
userInformation: O,
|
|
14647
14647
|
carState: Xe,
|
|
@@ -14667,7 +14667,7 @@ var Qh = function() {
|
|
|
14667
14667
|
}, expression: "userInformation.birthdate" } })], 1), r("div", { staticClass: "vd-form-group mb-0 d-flex align-items-center" }, [r("div", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block btn-a--horizontal-car cursor-pointer", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]) : e._e();
|
|
14668
14668
|
}, YC = [];
|
|
14669
14669
|
Qh._withStripped = !0;
|
|
14670
|
-
var em = /* @__PURE__ */
|
|
14670
|
+
var em = /* @__PURE__ */ W(
|
|
14671
14671
|
IC,
|
|
14672
14672
|
Qh,
|
|
14673
14673
|
YC,
|
|
@@ -15259,7 +15259,7 @@ var Px = Ye.prototype, Lc = function(e) {
|
|
|
15259
15259
|
}, Rx = function(e) {
|
|
15260
15260
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : void 0;
|
|
15261
15261
|
return r ? Lc("".concat(e, ".").concat(r), n) : Lc(e, {});
|
|
15262
|
-
},
|
|
15262
|
+
}, Fe = function(e, r) {
|
|
15263
15263
|
return mt(e).reduce(function(n, a) {
|
|
15264
15264
|
var i = e[a], s = i.default;
|
|
15265
15265
|
return n[a] = Vc(Vc({}, ao(i)), {}, {
|
|
@@ -15348,7 +15348,7 @@ function(t) {
|
|
|
15348
15348
|
return r && he(e) ? e.getAttribute(r) : null;
|
|
15349
15349
|
}, Ho = function(e, r) {
|
|
15350
15350
|
return r && he(e) ? e.hasAttribute(r) : null;
|
|
15351
|
-
},
|
|
15351
|
+
}, Ae = function(e, r, n) {
|
|
15352
15352
|
r && he(e) && (e.style[r] = n);
|
|
15353
15353
|
}, Cm = function(e, r) {
|
|
15354
15354
|
r && he(e) && (e.style[r] = "");
|
|
@@ -15506,7 +15506,7 @@ var Dm = function(e) {
|
|
|
15506
15506
|
function zx(t, e, r) {
|
|
15507
15507
|
return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
15508
15508
|
}
|
|
15509
|
-
var qx =
|
|
15509
|
+
var qx = Fe({
|
|
15510
15510
|
content: {
|
|
15511
15511
|
type: String,
|
|
15512
15512
|
default: "×"
|
|
@@ -15752,7 +15752,7 @@ var Am = {
|
|
|
15752
15752
|
type: Boolean,
|
|
15753
15753
|
default: !1
|
|
15754
15754
|
}
|
|
15755
|
-
}, Ym =
|
|
15755
|
+
}, Ym = Fe(ze(ze(ze({
|
|
15756
15756
|
href: {
|
|
15757
15757
|
type: String,
|
|
15758
15758
|
default: null
|
|
@@ -15903,7 +15903,7 @@ function _r(t, e, r) {
|
|
|
15903
15903
|
var uo = cx(Ym, ["event", "routerTag"]);
|
|
15904
15904
|
delete uo.href.default;
|
|
15905
15905
|
delete uo.to.default;
|
|
15906
|
-
var fM =
|
|
15906
|
+
var fM = Fe(dM({
|
|
15907
15907
|
block: {
|
|
15908
15908
|
type: Boolean,
|
|
15909
15909
|
default: !1
|
|
@@ -16094,13 +16094,13 @@ var yM = function(e, r, n) {
|
|
|
16094
16094
|
subtree: !0
|
|
16095
16095
|
}, n)), a;
|
|
16096
16096
|
}, gM = function(e) {
|
|
16097
|
-
|
|
16098
|
-
Om(e),
|
|
16097
|
+
Ae(e, "height", 0), wr(function() {
|
|
16098
|
+
Om(e), Ae(e, "height", "".concat(e.scrollHeight, "px"));
|
|
16099
16099
|
});
|
|
16100
16100
|
}, bM = function(e) {
|
|
16101
16101
|
Cm(e, "height");
|
|
16102
16102
|
}, wM = function(e) {
|
|
16103
|
-
|
|
16103
|
+
Ae(e, "height", "auto"), Ae(e, "display", "block"), Ae(e, "height", "".concat(xi(e).height, "px")), Om(e), Ae(e, "height", 0);
|
|
16104
16104
|
}, SM = function(e) {
|
|
16105
16105
|
Cm(e, "height");
|
|
16106
16106
|
}, OM = {
|
|
@@ -16204,7 +16204,7 @@ var xM = "bv::toggle::collapse", MM = "bv::collapse::state", PM = "bv::collapse:
|
|
|
16204
16204
|
prop: "visible",
|
|
16205
16205
|
event: "input"
|
|
16206
16206
|
},
|
|
16207
|
-
props:
|
|
16207
|
+
props: Fe({
|
|
16208
16208
|
isNav: {
|
|
16209
16209
|
type: Boolean,
|
|
16210
16210
|
default: !1
|
|
@@ -16405,7 +16405,7 @@ var FM = /* @__PURE__ */ function() {
|
|
|
16405
16405
|
};
|
|
16406
16406
|
}
|
|
16407
16407
|
}]), t;
|
|
16408
|
-
}(), TM = 'Setting prop "options" to an object is deprecated. Use the array format instead.', Hm =
|
|
16408
|
+
}(), TM = 'Setting prop "options" to an object is deprecated. Use the array format instead.', Hm = Fe({
|
|
16409
16409
|
options: {
|
|
16410
16410
|
type: [Array, Object],
|
|
16411
16411
|
default: function() {
|
|
@@ -16503,7 +16503,7 @@ var rd = "input, textarea, select", lo = AM({
|
|
|
16503
16503
|
type: String
|
|
16504
16504
|
// default: undefined
|
|
16505
16505
|
}
|
|
16506
|
-
},
|
|
16506
|
+
}, Fe({
|
|
16507
16507
|
disabled: {
|
|
16508
16508
|
type: Boolean,
|
|
16509
16509
|
default: !1
|
|
@@ -16542,7 +16542,7 @@ const Ku = {
|
|
|
16542
16542
|
}
|
|
16543
16543
|
}
|
|
16544
16544
|
};
|
|
16545
|
-
var Qu =
|
|
16545
|
+
var Qu = Fe({
|
|
16546
16546
|
plain: {
|
|
16547
16547
|
type: Boolean,
|
|
16548
16548
|
default: !1
|
|
@@ -16580,7 +16580,7 @@ function Mi(t) {
|
|
|
16580
16580
|
function Vr(t, e, r) {
|
|
16581
16581
|
return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
16582
16582
|
}
|
|
16583
|
-
var el =
|
|
16583
|
+
var el = Fe(Mi(Mi({}, Qu), {}, {
|
|
16584
16584
|
value: {
|
|
16585
16585
|
// Value when checked
|
|
16586
16586
|
// type: Object,
|
|
@@ -16773,7 +16773,7 @@ const qm = {
|
|
|
16773
16773
|
}
|
|
16774
16774
|
}
|
|
16775
16775
|
};
|
|
16776
|
-
var co =
|
|
16776
|
+
var co = Fe({
|
|
16777
16777
|
size: {
|
|
16778
16778
|
type: String
|
|
16779
16779
|
// default: null
|
|
@@ -16787,7 +16787,7 @@ const tl = {
|
|
|
16787
16787
|
}
|
|
16788
16788
|
}
|
|
16789
16789
|
};
|
|
16790
|
-
var fo =
|
|
16790
|
+
var fo = Fe({
|
|
16791
16791
|
state: {
|
|
16792
16792
|
// Tri-state prop: true, false, null (or undefined)
|
|
16793
16793
|
type: Boolean,
|
|
@@ -16850,7 +16850,7 @@ var NM = /* @__PURE__ */ Ye.extend({
|
|
|
16850
16850
|
default: !1
|
|
16851
16851
|
}
|
|
16852
16852
|
},
|
|
16853
|
-
props:
|
|
16853
|
+
props: Fe(kn(kn(kn(kn(kn({}, lo), el), co), fo), {}, {
|
|
16854
16854
|
value: {
|
|
16855
16855
|
// type: [String, Number, Boolean, Object],
|
|
16856
16856
|
default: !0
|
|
@@ -16962,7 +16962,7 @@ var LM = /* @__PURE__ */ Ye.extend({
|
|
|
16962
16962
|
default: !1
|
|
16963
16963
|
}
|
|
16964
16964
|
},
|
|
16965
|
-
props:
|
|
16965
|
+
props: Fe(Cn(Cn(Cn(Cn(Cn({}, lo), el), co), fo), {}, {
|
|
16966
16966
|
checked: {
|
|
16967
16967
|
// v-model
|
|
16968
16968
|
// type: [String, Number, Boolean, Object],
|
|
@@ -17018,7 +17018,7 @@ function Ir(t) {
|
|
|
17018
17018
|
function Um(t, e, r) {
|
|
17019
17019
|
return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
17020
17020
|
}
|
|
17021
|
-
var Wm =
|
|
17021
|
+
var Wm = Fe(Ir(Ir(Ir(Ir(Ir(Ir({}, lo), Hm), co), fo), Qu), {}, {
|
|
17022
17022
|
checked: {
|
|
17023
17023
|
// type: [Boolean, Number, Object, String]
|
|
17024
17024
|
default: null
|
|
@@ -17115,7 +17115,7 @@ const BM = {
|
|
|
17115
17115
|
}, [this.normalizeSlot(Hx), i, this.normalizeSlot()]);
|
|
17116
17116
|
}
|
|
17117
17117
|
};
|
|
17118
|
-
var HM =
|
|
17118
|
+
var HM = Fe(Wm, _m), pn = /* @__PURE__ */ Ye.extend({
|
|
17119
17119
|
name: _m,
|
|
17120
17120
|
mixins: [BM],
|
|
17121
17121
|
provide: function() {
|
|
@@ -17362,7 +17362,7 @@ var sd = 1040, zo = {
|
|
|
17362
17362
|
getBaseZIndex: function() {
|
|
17363
17363
|
if (hr(this.baseZIndex) && Ie) {
|
|
17364
17364
|
var e = document.createElement("div");
|
|
17365
|
-
zr(e, "modal-backdrop"), zr(e, "d-none"),
|
|
17365
|
+
zr(e, "modal-backdrop"), zr(e, "d-none"), Ae(e, "display", "none"), document.body.appendChild(e), this.baseZIndex = jx(ar(e).zIndex, sd), document.body.removeChild(e);
|
|
17366
17366
|
}
|
|
17367
17367
|
return this.baseZIndex || sd;
|
|
17368
17368
|
},
|
|
@@ -17393,25 +17393,25 @@ var sd = 1040, zo = {
|
|
|
17393
17393
|
var r = this.scrollbarWidth;
|
|
17394
17394
|
li(zo.FIXED_CONTENT).forEach(function(a) {
|
|
17395
17395
|
var i = Dn(a, "paddingRight") || "";
|
|
17396
|
-
On(a, "data-padding-right", i),
|
|
17396
|
+
On(a, "data-padding-right", i), Ae(a, "paddingRight", "".concat(Ka(ar(a).paddingRight, 0) + r, "px")), e._paddingChangedForModal.push(a);
|
|
17397
17397
|
}), li(zo.STICKY_CONTENT).forEach(function(a) {
|
|
17398
17398
|
var i = Dn(a, "marginRight") || "";
|
|
17399
|
-
On(a, "data-margin-right", i),
|
|
17399
|
+
On(a, "data-margin-right", i), Ae(a, "marginRight", "".concat(Ka(ar(a).marginRight, 0) - r, "px")), e._marginChangedForModal.push(a);
|
|
17400
17400
|
}), li(zo.NAVBAR_TOGGLER).forEach(function(a) {
|
|
17401
17401
|
var i = Dn(a, "marginRight") || "";
|
|
17402
|
-
On(a, "data-margin-right", i),
|
|
17402
|
+
On(a, "data-margin-right", i), Ae(a, "marginRight", "".concat(Ka(ar(a).marginRight, 0) + r, "px")), e._marginChangedForModal.push(a);
|
|
17403
17403
|
});
|
|
17404
17404
|
var n = Dn(e, "paddingRight") || "";
|
|
17405
|
-
On(e, "data-padding-right", n),
|
|
17405
|
+
On(e, "data-padding-right", n), Ae(e, "paddingRight", "".concat(Ka(ar(e).paddingRight, 0) + r, "px"));
|
|
17406
17406
|
}
|
|
17407
17407
|
},
|
|
17408
17408
|
resetScrollbar: function() {
|
|
17409
17409
|
var e = document.body;
|
|
17410
17410
|
e._paddingChangedForModal && e._paddingChangedForModal.forEach(function(r) {
|
|
17411
|
-
Ho(r, "data-padding-right") && (
|
|
17411
|
+
Ho(r, "data-padding-right") && (Ae(r, "paddingRight", Bo(r, "data-padding-right") || ""), Lo(r, "data-padding-right"));
|
|
17412
17412
|
}), e._marginChangedForModal && e._marginChangedForModal.forEach(function(r) {
|
|
17413
|
-
Ho(r, "data-margin-right") && (
|
|
17414
|
-
}), e._paddingChangedForModal = null, e._marginChangedForModal = null, Ho(e, "data-padding-right") && (
|
|
17413
|
+
Ho(r, "data-margin-right") && (Ae(r, "marginRight", Bo(r, "data-margin-right") || ""), Lo(r, "data-margin-right"));
|
|
17414
|
+
}), e._paddingChangedForModal = null, e._marginChangedForModal = null, Ho(e, "data-padding-right") && (Ae(e, "paddingRight", Bo(e, "data-padding-right") || ""), Lo(e, "data-padding-right"));
|
|
17415
17415
|
}
|
|
17416
17416
|
}
|
|
17417
17417
|
}), xn = new JM();
|
|
@@ -17569,7 +17569,7 @@ var sP = {
|
|
|
17569
17569
|
characterData: !0,
|
|
17570
17570
|
attributes: !0,
|
|
17571
17571
|
attributeFilter: ["style", "class"]
|
|
17572
|
-
}, uP =
|
|
17572
|
+
}, uP = Fe({
|
|
17573
17573
|
size: {
|
|
17574
17574
|
type: String,
|
|
17575
17575
|
default: "md"
|
|
@@ -18329,13 +18329,13 @@ var sP = {
|
|
|
18329
18329
|
return this.static ? this.lazy && this.isHidden ? e() : this.makeModal(e) : this.isHidden ? e() : e(qM, [this.makeModal(e)]);
|
|
18330
18330
|
}
|
|
18331
18331
|
});
|
|
18332
|
-
const cP =
|
|
18332
|
+
const cP = U(
|
|
18333
18333
|
{
|
|
18334
18334
|
name: "ClaimFreeYearsModalContent",
|
|
18335
18335
|
components: {
|
|
18336
18336
|
BModal: lP,
|
|
18337
18337
|
BCollapse: DM,
|
|
18338
|
-
DefaultSelect:
|
|
18338
|
+
DefaultSelect: $e
|
|
18339
18339
|
},
|
|
18340
18340
|
props: {
|
|
18341
18341
|
maxClaimFreeYears: {
|
|
@@ -18414,7 +18414,7 @@ var Zm = function() {
|
|
|
18414
18414
|
} } }, [e._v(" Terug ")]), r("div", { staticClass: "ml-2", class: e.vdFormVersion === "1" ? "vd-btn vd-btn-primary vd-btn-w-100" : "btn-a btn-a--success btn-a--small btn-a--bold cursor-pointer", on: { click: e.closeModal } }, [e._v(" Opslaan ")])])], 1) : e._e()]);
|
|
18415
18415
|
}, dP = [];
|
|
18416
18416
|
Zm._withStripped = !0;
|
|
18417
|
-
var Xm = /* @__PURE__ */
|
|
18417
|
+
var Xm = /* @__PURE__ */ W(
|
|
18418
18418
|
cP,
|
|
18419
18419
|
Zm,
|
|
18420
18420
|
dP,
|
|
@@ -18425,17 +18425,17 @@ var Xm = /* @__PURE__ */ G(
|
|
|
18425
18425
|
null
|
|
18426
18426
|
);
|
|
18427
18427
|
Xm.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/moped/components/forms/modals/calculateClaimFreeYears.vue";
|
|
18428
|
-
const Jm = Xm.exports, fP =
|
|
18428
|
+
const Jm = Xm.exports, fP = U({
|
|
18429
18429
|
name: "MopedForm",
|
|
18430
18430
|
components: {
|
|
18431
18431
|
LicensePlate: dn,
|
|
18432
18432
|
AddressHandler: mr,
|
|
18433
|
-
DefaultInput:
|
|
18434
|
-
DefaultSelect:
|
|
18433
|
+
DefaultInput: je,
|
|
18434
|
+
DefaultSelect: $e,
|
|
18435
18435
|
CalculateClaimFreeYears: Jm,
|
|
18436
18436
|
SimpleCard: Ge,
|
|
18437
18437
|
BirthdateInput: at,
|
|
18438
|
-
ErrorHandler:
|
|
18438
|
+
ErrorHandler: De
|
|
18439
18439
|
},
|
|
18440
18440
|
props: {
|
|
18441
18441
|
link: {
|
|
@@ -18506,10 +18506,10 @@ const Jm = Xm.exports, fP = W({
|
|
|
18506
18506
|
errorsData: x,
|
|
18507
18507
|
claimFreeYearsTitle: A,
|
|
18508
18508
|
claimFreeYearsStep: de,
|
|
18509
|
-
checkClaimFreeYears:
|
|
18509
|
+
checkClaimFreeYears: Pe,
|
|
18510
18510
|
setClaimFreeYears: ge,
|
|
18511
18511
|
onLicenseInput: yt,
|
|
18512
|
-
onLicenseError:
|
|
18512
|
+
onLicenseError: G,
|
|
18513
18513
|
openQuotationModal: q,
|
|
18514
18514
|
openClaimFreeYearModal: Ve,
|
|
18515
18515
|
closeClaimFreeYearModal: Le,
|
|
@@ -18538,10 +18538,10 @@ const Jm = Xm.exports, fP = W({
|
|
|
18538
18538
|
errorsData: x,
|
|
18539
18539
|
claimFreeYearsTitle: A,
|
|
18540
18540
|
claimFreeYearsStep: de,
|
|
18541
|
-
checkClaimFreeYears:
|
|
18541
|
+
checkClaimFreeYears: Pe,
|
|
18542
18542
|
setClaimFreeYears: ge,
|
|
18543
18543
|
onLicenseInput: yt,
|
|
18544
|
-
onLicenseError:
|
|
18544
|
+
onLicenseError: G,
|
|
18545
18545
|
openQuotationModal: q,
|
|
18546
18546
|
openClaimFreeYearModal: Ve,
|
|
18547
18547
|
closeClaimFreeYearModal: Le,
|
|
@@ -18585,7 +18585,7 @@ var Km = function() {
|
|
|
18585
18585
|
}, expression: "isModalOpen" } }, [e.isModalOpen ? r("calculate-claim-free-years", { attrs: { "current-claim-free-years": e.mopedState.claimFreeYears, "max-claim-free-years-options": e.maxClaimFreeYearsOptions, "max-claim-free-years": e.maxClaimFreeYears, "vd-form-version": e.vdFormVersion }, on: { "close-claim-free-years-modal": e.closeClaimFreeYearModal, "set-claim-free-years": e.setClaimFreeYears, "update-claim-free-years-step": (n) => e.claimFreeYearsStep = n } }) : e._e()], 1)], 1);
|
|
18586
18586
|
}, hP = [];
|
|
18587
18587
|
Km._withStripped = !0;
|
|
18588
|
-
var Qm = /* @__PURE__ */
|
|
18588
|
+
var Qm = /* @__PURE__ */ W(
|
|
18589
18589
|
fP,
|
|
18590
18590
|
Km,
|
|
18591
18591
|
hP,
|
|
@@ -18596,16 +18596,16 @@ var Qm = /* @__PURE__ */ G(
|
|
|
18596
18596
|
null
|
|
18597
18597
|
);
|
|
18598
18598
|
Qm.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/moped/components/forms/MopedForm.vue";
|
|
18599
|
-
const mP = Qm.exports, pP =
|
|
18599
|
+
const mP = Qm.exports, pP = U({
|
|
18600
18600
|
name: "MopedFormHorizontal",
|
|
18601
18601
|
components: {
|
|
18602
18602
|
LicensePlate: dn,
|
|
18603
18603
|
AddressHandler: mr,
|
|
18604
|
-
DefaultInput:
|
|
18605
|
-
DefaultSelect:
|
|
18604
|
+
DefaultInput: je,
|
|
18605
|
+
DefaultSelect: $e,
|
|
18606
18606
|
CalculateClaimFreeYears: Jm,
|
|
18607
18607
|
BirthdateInput: at,
|
|
18608
|
-
ErrorHandler:
|
|
18608
|
+
ErrorHandler: De
|
|
18609
18609
|
},
|
|
18610
18610
|
props: {
|
|
18611
18611
|
link: {
|
|
@@ -18670,10 +18670,10 @@ const mP = Qm.exports, pP = W({
|
|
|
18670
18670
|
errorsData: x,
|
|
18671
18671
|
checkClaimFreeYears: A,
|
|
18672
18672
|
setClaimFreeYears: de,
|
|
18673
|
-
onLicenseInput:
|
|
18673
|
+
onLicenseInput: Pe,
|
|
18674
18674
|
onLicenseError: ge,
|
|
18675
18675
|
openQuotationModal: yt,
|
|
18676
|
-
openClaimFreeYearModal:
|
|
18676
|
+
openClaimFreeYearModal: G,
|
|
18677
18677
|
closeClaimFreeYearModal: q,
|
|
18678
18678
|
validateBeforeSubmit: Ve
|
|
18679
18679
|
} = rm(t, e);
|
|
@@ -18700,10 +18700,10 @@ const mP = Qm.exports, pP = W({
|
|
|
18700
18700
|
errorsData: x,
|
|
18701
18701
|
checkClaimFreeYears: A,
|
|
18702
18702
|
setClaimFreeYears: de,
|
|
18703
|
-
onLicenseInput:
|
|
18703
|
+
onLicenseInput: Pe,
|
|
18704
18704
|
onLicenseError: ge,
|
|
18705
18705
|
openQuotationModal: yt,
|
|
18706
|
-
openClaimFreeYearModal:
|
|
18706
|
+
openClaimFreeYearModal: G,
|
|
18707
18707
|
closeClaimFreeYearModal: q,
|
|
18708
18708
|
validateBeforeSubmit: Ve,
|
|
18709
18709
|
userInformation: O,
|
|
@@ -18733,7 +18733,7 @@ var ep = function() {
|
|
|
18733
18733
|
}, expression: "mopedState.claimFreeYears" } }), e.birthDateYear ? r("span", { staticClass: "text-primary text-deco-line cursor-pointer", staticStyle: { "font-size": "12px" }, on: { click: e.openClaimFreeYearModal } }, [e._v(" Bereken je schadevrije jaren! ")]) : e._e()], 1), r("div", { staticClass: "vd-form-group" }, [r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])])], 1)]), r("calculate-claim-free-years", { attrs: { "is-modal-open": e.isModalOpen, "current-claim-free-years": e.mopedState.claimFreeYears, "max-claim-free-years-options": e.maxClaimFreeYearsOptions, "max-claim-free-years": e.maxClaimFreeYears, "vd-form-version": e.vdFormVersion }, on: { "close-claim-free-years-modal": e.closeClaimFreeYearModal, "set-claim-free-years": e.setClaimFreeYears } })], 1);
|
|
18734
18734
|
}, vP = [];
|
|
18735
18735
|
ep._withStripped = !0;
|
|
18736
|
-
var tp = /* @__PURE__ */
|
|
18736
|
+
var tp = /* @__PURE__ */ W(
|
|
18737
18737
|
pP,
|
|
18738
18738
|
ep,
|
|
18739
18739
|
vP,
|
|
@@ -18818,10 +18818,10 @@ const _P = tp.exports, rp = (t, e, r, n) => {
|
|
|
18818
18818
|
text: "Vrouw",
|
|
18819
18819
|
value: "f"
|
|
18820
18820
|
}
|
|
18821
|
-
], yP =
|
|
18821
|
+
], yP = U({
|
|
18822
18822
|
name: "ZipcodeInput",
|
|
18823
18823
|
components: {
|
|
18824
|
-
DefaultInput:
|
|
18824
|
+
DefaultInput: je
|
|
18825
18825
|
},
|
|
18826
18826
|
props: {
|
|
18827
18827
|
id: {
|
|
@@ -18866,7 +18866,7 @@ var ip = function() {
|
|
|
18866
18866
|
return e._self._setupProxy, r("default-input", { attrs: { id: e.id, value: e.value, mask: "####AA", "autocomplete-off": !0, placeholder: "bv. 1234AZ", validation: { rules: { required: "required", regex: /^\d{4}(\s|)[a-z]{2}$/i } }, type: "text", label: "Postcode", name: e.name, "is-required": e.isRequired, "vd-form-version": e.vdFormVersion }, on: { input: e.handleInput, change: e.handleChange } }, [r("template", { slot: "error-messages" }, [e.errors.has(e.name + ":required") ? r("p", { staticClass: "vd-form-error" }, [r("i", { staticClass: "fas fa-exclamation-circle" }), e._v(" Vul je postcode in ")]) : e._e(), e.errors.has(e.name + ":regex") ? r("p", { staticClass: "vd-form-error" }, [r("i", { staticClass: "fas fa-exclamation-circle" }), e._v(" Postcode is incorrect ")]) : e._e()])], 2);
|
|
18867
18867
|
}, gP = [];
|
|
18868
18868
|
ip._withStripped = !0;
|
|
18869
|
-
var op = /* @__PURE__ */
|
|
18869
|
+
var op = /* @__PURE__ */ W(
|
|
18870
18870
|
yP,
|
|
18871
18871
|
ip,
|
|
18872
18872
|
gP,
|
|
@@ -18877,10 +18877,10 @@ var op = /* @__PURE__ */ G(
|
|
|
18877
18877
|
null
|
|
18878
18878
|
);
|
|
18879
18879
|
op.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/ZipcodeInput.vue";
|
|
18880
|
-
const ho = op.exports, bP =
|
|
18880
|
+
const ho = op.exports, bP = U({
|
|
18881
18881
|
name: "SearchableSelect",
|
|
18882
18882
|
components: {
|
|
18883
|
-
DefaultInput:
|
|
18883
|
+
DefaultInput: je
|
|
18884
18884
|
},
|
|
18885
18885
|
props: {
|
|
18886
18886
|
label: {
|
|
@@ -18985,7 +18985,7 @@ var sp = function() {
|
|
|
18985
18985
|
}), 0) : e._e()]);
|
|
18986
18986
|
}, wP = [];
|
|
18987
18987
|
sp._withStripped = !0;
|
|
18988
|
-
var up = /* @__PURE__ */
|
|
18988
|
+
var up = /* @__PURE__ */ W(
|
|
18989
18989
|
bP,
|
|
18990
18990
|
sp,
|
|
18991
18991
|
wP,
|
|
@@ -18996,15 +18996,15 @@ var up = /* @__PURE__ */ G(
|
|
|
18996
18996
|
null
|
|
18997
18997
|
);
|
|
18998
18998
|
up.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/SearchableSelect.vue";
|
|
18999
|
-
const lp = up.exports, SP =
|
|
18999
|
+
const lp = up.exports, SP = U({
|
|
19000
19000
|
name: "PetForm",
|
|
19001
19001
|
components: {
|
|
19002
19002
|
SimpleCard: Ge,
|
|
19003
|
-
DefaultSelect:
|
|
19003
|
+
DefaultSelect: $e,
|
|
19004
19004
|
ZipcodeInput: ho,
|
|
19005
19005
|
SearchableSelect: lp,
|
|
19006
19006
|
BFormRadioGroup: pn,
|
|
19007
|
-
ErrorHandler:
|
|
19007
|
+
ErrorHandler: De
|
|
19008
19008
|
},
|
|
19009
19009
|
props: {
|
|
19010
19010
|
link: {
|
|
@@ -19051,7 +19051,7 @@ const lp = up.exports, SP = W({
|
|
|
19051
19051
|
getRaceLists: d,
|
|
19052
19052
|
componentId: u,
|
|
19053
19053
|
isReady: o
|
|
19054
|
-
} = rp(t, e,
|
|
19054
|
+
} = rp(t, e, Oe);
|
|
19055
19055
|
return {
|
|
19056
19056
|
petState: ie,
|
|
19057
19057
|
petForm: r,
|
|
@@ -19093,7 +19093,7 @@ var cp = function() {
|
|
|
19093
19093
|
}, trigger: "hover" } }, [r("div", { staticClass: "popover popper vd-popover" }, [r("div", { staticClass: "popover-header vd-popover-header" }, [e._v(" Ras onbekend? ")]), e._v(" Heb je geen " + e._s(e.petState.kind === "dog" ? "rashond" : "raskat") + " of heb je een kruising? Selecteer dan het ras waar " + e._s(e.petState.sex === "m" ? "hij" : "zij") + " het meest op lijkt! ")]), r("div", { attrs: { slot: "reference" }, slot: "reference" }, [e._v(" Ras onbekend? "), r("i", { staticClass: "fas fa-question-circle fz-big text-primary cursor-pointer", attrs: { id: "race" + e.componentId } })])])], 1)])], 1), r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])])])]) : e._e();
|
|
19094
19094
|
}, OP = [];
|
|
19095
19095
|
cp._withStripped = !0;
|
|
19096
|
-
var dp = /* @__PURE__ */
|
|
19096
|
+
var dp = /* @__PURE__ */ W(
|
|
19097
19097
|
SP,
|
|
19098
19098
|
cp,
|
|
19099
19099
|
OP,
|
|
@@ -19104,15 +19104,15 @@ var dp = /* @__PURE__ */ G(
|
|
|
19104
19104
|
null
|
|
19105
19105
|
);
|
|
19106
19106
|
dp.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/pet/components/forms/PetForm.vue";
|
|
19107
|
-
const kP = dp.exports, CP =
|
|
19107
|
+
const kP = dp.exports, CP = U({
|
|
19108
19108
|
name: "PetFormHorizontal",
|
|
19109
19109
|
components: {
|
|
19110
19110
|
SimpleCard: Ge,
|
|
19111
|
-
DefaultSelect:
|
|
19111
|
+
DefaultSelect: $e,
|
|
19112
19112
|
ZipcodeInput: ho,
|
|
19113
19113
|
SearchableSelect: lp,
|
|
19114
19114
|
BFormRadioGroup: pn,
|
|
19115
|
-
ErrorHandler:
|
|
19115
|
+
ErrorHandler: De
|
|
19116
19116
|
},
|
|
19117
19117
|
props: {
|
|
19118
19118
|
link: {
|
|
@@ -19155,7 +19155,7 @@ const kP = dp.exports, CP = W({
|
|
|
19155
19155
|
getRaceLists: d,
|
|
19156
19156
|
componentId: u,
|
|
19157
19157
|
isReady: o
|
|
19158
|
-
} = rp(t, e,
|
|
19158
|
+
} = rp(t, e, Oe);
|
|
19159
19159
|
return {
|
|
19160
19160
|
petState: ie,
|
|
19161
19161
|
petForm: r,
|
|
@@ -19197,7 +19197,7 @@ var fp = function() {
|
|
|
19197
19197
|
}, trigger: "hover" } }, [r("div", { staticClass: "popover popper vd-popover" }, [r("div", { staticClass: "popover-header vd-popover-header" }, [e._v(" Ras onbekend? ")]), e._v(" Heb je geen " + e._s(e.petState.kind === "dog" ? "rashond" : "raskat") + " of heb je een kruising? Selecteer dan het ras waar " + e._s(e.petState.sex === "m" ? "hij" : "zij") + " het meest op lijkt! ")]), r("div", { attrs: { slot: "reference" }, slot: "reference" }, [e._v(" Ras onbekend? "), r("i", { staticClass: "fas fa-question-circle fz-big text-primary cursor-pointer", attrs: { id: "race" + e.componentId } })])])], 1)])], 1), r("div", { staticClass: "vd-form-group mb-0" }, [r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])])])])]) : e._e();
|
|
19198
19198
|
}, xP = [];
|
|
19199
19199
|
fp._withStripped = !0;
|
|
19200
|
-
var hp = /* @__PURE__ */
|
|
19200
|
+
var hp = /* @__PURE__ */ W(
|
|
19201
19201
|
CP,
|
|
19202
19202
|
fp,
|
|
19203
19203
|
xP,
|
|
@@ -19319,16 +19319,16 @@ const MP = hp.exports, mp = (t, e) => {
|
|
|
19319
19319
|
value: 0,
|
|
19320
19320
|
label: "Tweedehands"
|
|
19321
19321
|
}
|
|
19322
|
-
], PP =
|
|
19322
|
+
], PP = U({
|
|
19323
19323
|
name: "BikeForm",
|
|
19324
19324
|
components: {
|
|
19325
19325
|
SimpleCard: Ge,
|
|
19326
|
-
DefaultSelect:
|
|
19327
|
-
DefaultInput:
|
|
19326
|
+
DefaultSelect: $e,
|
|
19327
|
+
DefaultInput: je,
|
|
19328
19328
|
ZipcodeInput: ho,
|
|
19329
19329
|
BFormRadioGroup: pn,
|
|
19330
19330
|
BirthdateInput: at,
|
|
19331
|
-
ErrorHandler:
|
|
19331
|
+
ErrorHandler: De
|
|
19332
19332
|
},
|
|
19333
19333
|
props: {
|
|
19334
19334
|
link: {
|
|
@@ -19405,7 +19405,7 @@ var _p = function() {
|
|
|
19405
19405
|
}, expression: "bikeState.price" } }, [r("template", { slot: "error-messages" }, [r("ErrorHandler", { attrs: { name: "price", "errors-data": [{ rule: "required", text: "Vul de aankoopprijs in (afgerond bedrag)" }] } })], 1)], 2)], 1), r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])])])]) : e._e();
|
|
19406
19406
|
}, RP = [];
|
|
19407
19407
|
_p._withStripped = !0;
|
|
19408
|
-
var yp = /* @__PURE__ */
|
|
19408
|
+
var yp = /* @__PURE__ */ W(
|
|
19409
19409
|
PP,
|
|
19410
19410
|
_p,
|
|
19411
19411
|
RP,
|
|
@@ -19416,16 +19416,16 @@ var yp = /* @__PURE__ */ G(
|
|
|
19416
19416
|
null
|
|
19417
19417
|
);
|
|
19418
19418
|
yp.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/bike/components/forms/BikeForm.vue";
|
|
19419
|
-
const DP = yp.exports, jP =
|
|
19419
|
+
const DP = yp.exports, jP = U({
|
|
19420
19420
|
name: "BikeFormHorizontal",
|
|
19421
19421
|
components: {
|
|
19422
19422
|
SimpleCard: Ge,
|
|
19423
|
-
DefaultSelect:
|
|
19424
|
-
DefaultInput:
|
|
19423
|
+
DefaultSelect: $e,
|
|
19424
|
+
DefaultInput: je,
|
|
19425
19425
|
ZipcodeInput: ho,
|
|
19426
19426
|
BFormRadioGroup: pn,
|
|
19427
19427
|
BirthdateInput: at,
|
|
19428
|
-
ErrorHandler:
|
|
19428
|
+
ErrorHandler: De
|
|
19429
19429
|
},
|
|
19430
19430
|
props: {
|
|
19431
19431
|
link: {
|
|
@@ -19502,7 +19502,7 @@ var gp = function() {
|
|
|
19502
19502
|
}, expression: "bikeState.price" } }, [r("template", { slot: "error-messages" }, [r("ErrorHandler", { attrs: { name: "price", "errors-data": [{ rule: "required", text: "Vul de aankoopprijs in (afgerond bedrag)" }] } })], 1)], 2)], 1), r("div", { staticClass: "vd-form-group mb-0" }, [r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])])])])]) : e._e();
|
|
19503
19503
|
}, $P = [];
|
|
19504
19504
|
gp._withStripped = !0;
|
|
19505
|
-
var bp = /* @__PURE__ */
|
|
19505
|
+
var bp = /* @__PURE__ */ W(
|
|
19506
19506
|
jP,
|
|
19507
19507
|
gp,
|
|
19508
19508
|
$P,
|
|
@@ -19514,7 +19514,7 @@ var bp = /* @__PURE__ */ G(
|
|
|
19514
19514
|
);
|
|
19515
19515
|
bp.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/bike/components/forms/BikeFormHorizontal.vue";
|
|
19516
19516
|
const FP = bp.exports;
|
|
19517
|
-
let fd = R(!1), Pn = R([]), hd = R(""), md = R(!1), qo = R(!1);
|
|
19517
|
+
let fd = R(!1), Pn = R([{ text: "Kan geen comparison ID aanmaken voor rechtsbijstandverzekering vergelijking" }]), hd = R("192"), md = R(!1), qo = R(!1);
|
|
19518
19518
|
const wp = (t, e, r, n) => {
|
|
19519
19519
|
const a = () => {
|
|
19520
19520
|
e("emit-event-hub", {
|
|
@@ -19526,7 +19526,7 @@ const wp = (t, e, r, n) => {
|
|
|
19526
19526
|
});
|
|
19527
19527
|
}, i = () => Q(void 0, null, function* () {
|
|
19528
19528
|
try {
|
|
19529
|
-
const c =
|
|
19529
|
+
const c = r.comparisonService, d = new Z.User({});
|
|
19530
19530
|
return d.setDetail(null, {}), d.setDetail(
|
|
19531
19531
|
"comparison",
|
|
19532
19532
|
{
|
|
@@ -19566,7 +19566,7 @@ const wp = (t, e, r, n) => {
|
|
|
19566
19566
|
}
|
|
19567
19567
|
});
|
|
19568
19568
|
return Qe(() => {
|
|
19569
|
-
t.isOnResultPage && (Tt.ownedBuilding = t.insuranceState.OwnedBuilding, Tt.familySize = t.insuranceState.FamilySize, O.birthdate = t.userInformation.birthdate, O.zipcode = t.userInformation.zipCode, O.houseNumber = t.userInformation.houseNumber, O.houseNumberAddition = t.userInformation.houseNumberAddition, O.familyComposition = t.userInformation.familyComposition), t.isOnResultPage || Pr.removeSessionState("legal-assistance-storage", "legal-assistance-path");
|
|
19569
|
+
t.isOnResultPage && (Tt.ownedBuilding = t.insuranceState.OwnedBuilding, Tt.familySize = t.insuranceState.FamilySize, O.birthdate = t.userInformation.birthdate, O.zipcode = t.userInformation.zipCode, O.houseNumber = String(t.userInformation.houseNumber), O.houseNumberAddition = t.userInformation.houseNumberAddition, O.familyComposition = t.userInformation.familyComposition), t.isOnResultPage || Pr.removeSessionState("legal-assistance-storage", "legal-assistance-path");
|
|
19570
19570
|
}), {
|
|
19571
19571
|
houseError: md,
|
|
19572
19572
|
hasComparisonCreationError: fd,
|
|
@@ -19586,16 +19586,16 @@ const wp = (t, e, r, n) => {
|
|
|
19586
19586
|
title: "Alleenstaande met 2 of meer kinderen",
|
|
19587
19587
|
value: "3"
|
|
19588
19588
|
}
|
|
19589
|
-
], TP =
|
|
19589
|
+
], TP = U({
|
|
19590
19590
|
name: "LegalAssistanceForm",
|
|
19591
19591
|
components: {
|
|
19592
19592
|
AddressHandler: mr,
|
|
19593
|
-
DefaultInput:
|
|
19594
|
-
DefaultSelect:
|
|
19593
|
+
DefaultInput: je,
|
|
19594
|
+
DefaultSelect: $e,
|
|
19595
19595
|
SimpleCard: Ge,
|
|
19596
19596
|
BirthdateInput: at,
|
|
19597
19597
|
FamilyCompositionInput: to,
|
|
19598
|
-
ErrorHandler:
|
|
19598
|
+
ErrorHandler: De,
|
|
19599
19599
|
BFormRadioGroup: pn
|
|
19600
19600
|
},
|
|
19601
19601
|
props: {
|
|
@@ -19642,7 +19642,7 @@ const wp = (t, e, r, n) => {
|
|
|
19642
19642
|
comparisonCreationErrorNotes: i,
|
|
19643
19643
|
comparisonCreationErrorRefId: s,
|
|
19644
19644
|
ownedBuildingError: c
|
|
19645
|
-
} = wp(t, e);
|
|
19645
|
+
} = wp(t, e, Oe);
|
|
19646
19646
|
return {
|
|
19647
19647
|
houseError: n,
|
|
19648
19648
|
hasComparisonCreationError: a,
|
|
@@ -19662,7 +19662,7 @@ var Op = function() {
|
|
|
19662
19662
|
var e = this, r = e._self._c;
|
|
19663
19663
|
return e._self._setupProxy, r("div", [r("simple-card", { staticClass: "vd-form-card vd-form-card--border-box", class: { "vd-new-form": e.vdFormVersion === "1", [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 p-0" }, [r("div", { staticClass: "vd-form-group" }, [r("birthdate-input", { attrs: { "vd-form-version": e.vdFormVersion }, model: { value: e.userInformation.birthdate, callback: function(n) {
|
|
19664
19664
|
e.$set(e.userInformation, "birthdate", n);
|
|
19665
|
-
}, expression: "userInformation.birthdate" } })], 1), r("div", { staticClass: "vd-form-group vd-form-group--address-handler-moped" }, [r("address-handler", { staticClass: "mx-0", attrs: { "zipcode-name": "zipcode", "show-street-and-city": !0, "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.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.HouseOwnedBuildingOptions, "text-field": "title", "data-vv-name": "ownedBuilding", name: "ownedBuilding" }, model: { value: e.legalState.ownedBuilding, callback: function(n) {
|
|
19665
|
+
}, expression: "userInformation.birthdate" } })], 1), r("div", { staticClass: "vd-form-group vd-form-group--address-handler-moped" }, [r("address-handler", { staticClass: "mx-0", attrs: { "zipcode-name": "zipcode", "show-street-and-city": !0, "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition, "vd-form-version": e.vdFormVersion }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.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.HouseOwnedBuildingOptions, "text-field": "title", "data-vv-name": "ownedBuilding", name: "ownedBuilding" }, model: { value: e.legalState.ownedBuilding, callback: function(n) {
|
|
19666
19666
|
e.$set(e.legalState, "ownedBuilding", n);
|
|
19667
19667
|
}, expression: "legalState.ownedBuilding" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: e.ownedBuildingError, text: "Deze vraag is verplicht" }] } })], 1), r("family-composition-input", { attrs: { "vd-form-version": e.vdFormVersion }, model: { value: e.userInformation.familyComposition, callback: function(n) {
|
|
19668
19668
|
e.$set(e.userInformation, "familyComposition", n);
|
|
@@ -19671,7 +19671,7 @@ var Op = function() {
|
|
|
19671
19671
|
}, expression: "legalState.familySize" } }, [r("template", { slot: "error-messages" }, [r("ErrorHandler", { attrs: { name: "familySize", "errors-data": [{ rule: "required", text: "Kies het aantal kinderen" }] } })], 1)], 2)], 1) : e._e(), r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])], 1)])], 1);
|
|
19672
19672
|
}, EP = [];
|
|
19673
19673
|
Op._withStripped = !0;
|
|
19674
|
-
var kp = /* @__PURE__ */
|
|
19674
|
+
var kp = /* @__PURE__ */ W(
|
|
19675
19675
|
TP,
|
|
19676
19676
|
Op,
|
|
19677
19677
|
EP,
|
|
@@ -19682,15 +19682,15 @@ var kp = /* @__PURE__ */ G(
|
|
|
19682
19682
|
null
|
|
19683
19683
|
);
|
|
19684
19684
|
kp.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/legal/components/forms/LegalAssistanceForm.vue";
|
|
19685
|
-
const AP = kp.exports, IP =
|
|
19685
|
+
const AP = kp.exports, IP = U({
|
|
19686
19686
|
name: "LegalAssistanceFormHorizontal",
|
|
19687
19687
|
components: {
|
|
19688
19688
|
AddressHandler: mr,
|
|
19689
|
-
DefaultInput:
|
|
19689
|
+
DefaultInput: je,
|
|
19690
19690
|
SimpleCard: Ge,
|
|
19691
19691
|
BirthdateInput: at,
|
|
19692
19692
|
FamilyCompositionInput: to,
|
|
19693
|
-
ErrorHandler:
|
|
19693
|
+
ErrorHandler: De,
|
|
19694
19694
|
BFormRadioGroup: pn
|
|
19695
19695
|
},
|
|
19696
19696
|
props: {
|
|
@@ -19737,7 +19737,7 @@ const AP = kp.exports, IP = W({
|
|
|
19737
19737
|
comparisonCreationErrorNotes: i,
|
|
19738
19738
|
comparisonCreationErrorRefId: s,
|
|
19739
19739
|
ownedBuildingError: c
|
|
19740
|
-
} = wp(t, e);
|
|
19740
|
+
} = wp(t, e, Oe);
|
|
19741
19741
|
return {
|
|
19742
19742
|
houseError: n,
|
|
19743
19743
|
hasComparisonCreationError: a,
|
|
@@ -19757,7 +19757,7 @@ var Cp = function() {
|
|
|
19757
19757
|
var e = this, r = e._self._c;
|
|
19758
19758
|
return e._self._setupProxy, r("div", [r("simple-card", { staticClass: "vd-form-card vd-form-card--border-box vd-form-card--horizontal", class: { "vd-new-form": e.vdFormVersion === "1", [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 p-0" }, [r("div", { staticClass: "vd-form-group" }, [r("birthdate-input", { attrs: { "vd-form-version": e.vdFormVersion }, model: { value: e.userInformation.birthdate, callback: function(n) {
|
|
19759
19759
|
e.$set(e.userInformation, "birthdate", n);
|
|
19760
|
-
}, expression: "userInformation.birthdate" } })], 1), r("div", { staticClass: "vd-form-group vd-form-group--address-handler-moped" }, [r("address-handler", { staticClass: "mx-0", attrs: { "zipcode-name": "zipcode", "show-street-and-city": !0, "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.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.HouseOwnedBuildingOptions, "text-field": "title", "data-vv-name": "ownedBuilding", name: "ownedBuilding" }, model: { value: e.legalState.ownedBuilding, callback: function(n) {
|
|
19760
|
+
}, expression: "userInformation.birthdate" } })], 1), r("div", { staticClass: "vd-form-group vd-form-group--address-handler-moped" }, [r("address-handler", { staticClass: "mx-0", attrs: { "zipcode-name": "zipcode", "show-street-and-city": !0, "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition, "vd-form-version": e.vdFormVersion }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.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.HouseOwnedBuildingOptions, "text-field": "title", "data-vv-name": "ownedBuilding", name: "ownedBuilding" }, model: { value: e.legalState.ownedBuilding, callback: function(n) {
|
|
19761
19761
|
e.$set(e.legalState, "ownedBuilding", n);
|
|
19762
19762
|
}, expression: "legalState.ownedBuilding" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: e.ownedBuildingError, text: "Deze vraag is verplicht" }] } })], 1), r("div", { staticClass: "vd-form-group" }, [r("family-composition-input", { attrs: { "vd-form-version": e.vdFormVersion }, model: { value: e.userInformation.familyComposition, callback: function(n) {
|
|
19763
19763
|
e.$set(e.userInformation, "familyComposition", n);
|
|
@@ -19766,7 +19766,7 @@ var Cp = function() {
|
|
|
19766
19766
|
}, expression: "legalState.familySize" } }, [r("template", { slot: "error-messages" }, [r("ErrorHandler", { attrs: { name: "familySize", "errors-data": [{ rule: "required", text: "Kies het aantal kinderen" }] } })], 1)], 2)], 1) : e._e(), r("div", { staticClass: "vd-form-group" }, [r("button", { class: e.vdFormVersion === "1" ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])])])], 1);
|
|
19767
19767
|
}, YP = [];
|
|
19768
19768
|
Cp._withStripped = !0;
|
|
19769
|
-
var xp = /* @__PURE__ */
|
|
19769
|
+
var xp = /* @__PURE__ */ W(
|
|
19770
19770
|
IP,
|
|
19771
19771
|
Cp,
|
|
19772
19772
|
YP,
|
|
@@ -19777,7 +19777,7 @@ var xp = /* @__PURE__ */ G(
|
|
|
19777
19777
|
null
|
|
19778
19778
|
);
|
|
19779
19779
|
xp.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/legal/components/forms/LegalAssistanceFormHorizontal.vue";
|
|
19780
|
-
const NP = xp.exports, VP =
|
|
19780
|
+
const NP = xp.exports, VP = U({
|
|
19781
19781
|
name: "EmbeddedApp",
|
|
19782
19782
|
components: {
|
|
19783
19783
|
MotorForm: fC,
|
|
@@ -19881,7 +19881,7 @@ var Mp = function() {
|
|
|
19881
19881
|
return e._self._setupProxy, r(e.formComponent, { tag: "component", attrs: { link: e.link, "base-url": e.baseUrl, "vd-form-version": e.vdFormVersion, "user-information": e.userInformation, "insurance-state": e.insuranceState, "is-on-result-page": e.isOnResultPage, "is-on-coverage-page": e.isOnCoveragePage, classes: e.classes, title: e.title, showTitle: e.showTitle, "form-orientation": e.formOrientation, comparison: e.comparison }, on: { "submit-form": e.submitFormData, "emit-event-hub": e.emitEventHub, "redirect-page": e.redirectPage } });
|
|
19882
19882
|
}, LP = [];
|
|
19883
19883
|
Mp._withStripped = !0;
|
|
19884
|
-
var Pp = /* @__PURE__ */
|
|
19884
|
+
var Pp = /* @__PURE__ */ W(
|
|
19885
19885
|
VP,
|
|
19886
19886
|
Mp,
|
|
19887
19887
|
LP,
|