@vergelijkdirect/comparison-forms 1.0.151 → 1.0.152
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 +201 -201
- package/dist-rollup/comparison-forms.umd.cjs +10 -10
- package/package.json +1 -1
|
@@ -201,7 +201,7 @@ function gs(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 ji(t) {
|
|
|
274
274
|
var yo = k.momentProperties = [], go = !1;
|
|
275
275
|
function ws(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 = T(e)), Te(e._locale) || (t._locale = e._locale), yo.length > 0)
|
|
278
278
|
for (r = 0; r < yo.length; r++)
|
|
279
|
-
n = yo[r], a = e[n],
|
|
279
|
+
n = yo[r], a = e[n], Te(a) || (t[n] = a);
|
|
280
280
|
return t;
|
|
281
281
|
}
|
|
282
282
|
function Zn(t) {
|
|
@@ -456,7 +456,7 @@ function iv(t, e) {
|
|
|
456
456
|
return Rt(r) ? r(e) : r.replace(/%s/i, e);
|
|
457
457
|
}
|
|
458
458
|
var Tn = {};
|
|
459
|
-
function
|
|
459
|
+
function Oe(t, e) {
|
|
460
460
|
var r = t.toLowerCase();
|
|
461
461
|
Tn[r] = Tn[r + "s"] = Tn[e] = t;
|
|
462
462
|
}
|
|
@@ -470,7 +470,7 @@ function Os(t) {
|
|
|
470
470
|
return e;
|
|
471
471
|
}
|
|
472
472
|
var xd = {};
|
|
473
|
-
function
|
|
473
|
+
function Ce(t, e) {
|
|
474
474
|
xd[t] = e;
|
|
475
475
|
}
|
|
476
476
|
function ov(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
|
+
Oe("month", "M");
|
|
586
|
+
Ce("month", 8);
|
|
587
587
|
P("M", re);
|
|
588
588
|
P("MM", re, ze);
|
|
589
589
|
P("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
|
+
Oe("year", "y");
|
|
696
|
+
Ce("year", 1);
|
|
697
697
|
P("Y", Ai);
|
|
698
698
|
P("YY", re, ze);
|
|
699
699
|
P("YYYY", xs, Cs);
|
|
@@ -751,10 +751,10 @@ function qt(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
|
+
Oe("week", "w");
|
|
755
|
+
Oe("isoWeek", "W");
|
|
756
|
+
Ce("week", 5);
|
|
757
|
+
Ce("isoWeek", 5);
|
|
758
758
|
P("w", re);
|
|
759
759
|
P("ww", re, ze);
|
|
760
760
|
P("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
|
+
Oe("day", "d");
|
|
801
|
+
Oe("weekday", "e");
|
|
802
|
+
Oe("isoWeekday", "E");
|
|
803
|
+
Ce("day", 11);
|
|
804
|
+
Ce("weekday", 11);
|
|
805
|
+
Ce("isoWeekday", 11);
|
|
806
806
|
P("d", re);
|
|
807
807
|
P("e", re);
|
|
808
808
|
P("E", re);
|
|
@@ -961,8 +961,8 @@ function Vd(t, e) {
|
|
|
961
961
|
}
|
|
962
962
|
Vd("a", !0);
|
|
963
963
|
Vd("A", !1);
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
Oe("hour", "h");
|
|
965
|
+
Ce("hour", 13);
|
|
966
966
|
function Ld(t, e) {
|
|
967
967
|
return e._meridiemParse;
|
|
968
968
|
}
|
|
@@ -1062,7 +1062,7 @@ function Ni(t) {
|
|
|
1062
1062
|
}
|
|
1063
1063
|
function cr(t, e) {
|
|
1064
1064
|
var r;
|
|
1065
|
-
return t && (
|
|
1065
|
+
return t && (Te(e) ? r = Jt(t) : r = Ds(t, e), r ? Nn = r : typeof console != "undefined" && console.warn && console.warn(
|
|
1066
1066
|
"Locale " + t + " not found. Did you forget to load it?"
|
|
1067
1067
|
)), Nn._abbr;
|
|
1068
1068
|
}
|
|
@@ -1357,7 +1357,7 @@ function zd(t) {
|
|
|
1357
1357
|
}
|
|
1358
1358
|
function x_(t) {
|
|
1359
1359
|
var e = t._i;
|
|
1360
|
-
|
|
1360
|
+
Te(e) ? t._d = new Date(k.now()) : Gn(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? g_(t) : ct(e) ? (t._a = Sd(e.slice(0), function(r) {
|
|
1361
1361
|
return parseInt(r, 10);
|
|
1362
1362
|
}), Ts(t)) : kr(e) ? O_(t) : Wt(e) ? t._d = new Date(e) : k.createFromInputFallback(t);
|
|
1363
1363
|
}
|
|
@@ -1518,7 +1518,7 @@ function H_() {
|
|
|
1518
1518
|
return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
|
|
1519
1519
|
}
|
|
1520
1520
|
function q_() {
|
|
1521
|
-
if (!
|
|
1521
|
+
if (!Te(this._isDSTShifted))
|
|
1522
1522
|
return this._isDSTShifted;
|
|
1523
1523
|
var t = {}, e;
|
|
1524
1524
|
return ws(t, this), t = zd(t), t._a ? (e = t._isUTC ? Pt(t._a) : ee(t._a), this._isDSTShifted = this.isValid() && E_(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
|
|
@@ -2086,10 +2086,10 @@ Li("gggg", "weekYear");
|
|
|
2086
2086
|
Li("ggggg", "weekYear");
|
|
2087
2087
|
Li("GGGG", "isoWeekYear");
|
|
2088
2088
|
Li("GGGGG", "isoWeekYear");
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2089
|
+
Oe("weekYear", "gg");
|
|
2090
|
+
Oe("isoWeekYear", "GG");
|
|
2091
|
+
Ce("weekYear", 1);
|
|
2092
|
+
Ce("isoWeekYear", 1);
|
|
2093
2093
|
P("G", Ai);
|
|
2094
2094
|
P("g", Ai);
|
|
2095
2095
|
P("GG", re, ze);
|
|
@@ -2147,8 +2147,8 @@ function Xy(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
|
+
Oe("quarter", "Q");
|
|
2151
|
+
Ce("quarter", 7);
|
|
2152
2152
|
P("Q", Pd);
|
|
2153
2153
|
J("Q", function(t, e) {
|
|
2154
2154
|
e[Vt] = (F(t) - 1) * 3;
|
|
@@ -2157,8 +2157,8 @@ function Ky(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
|
+
Oe("date", "D");
|
|
2161
|
+
Ce("date", 9);
|
|
2162
2162
|
P("D", re);
|
|
2163
2163
|
P("DD", re, ze);
|
|
2164
2164
|
P("Do", function(t, e) {
|
|
@@ -2170,8 +2170,8 @@ J("Do", function(t, e) {
|
|
|
2170
2170
|
});
|
|
2171
2171
|
var sf = nn("Date", !0);
|
|
2172
2172
|
D("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
2173
|
-
|
|
2174
|
-
|
|
2173
|
+
Oe("dayOfYear", "DDD");
|
|
2174
|
+
Ce("dayOfYear", 4);
|
|
2175
2175
|
P("DDD", Fi);
|
|
2176
2176
|
P("DDDD", Rd);
|
|
2177
2177
|
J(["DDD", "DDDD"], function(t, e, r) {
|
|
@@ -2184,15 +2184,15 @@ function Qy(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
|
+
Oe("minute", "m");
|
|
2188
|
+
Ce("minute", 14);
|
|
2189
2189
|
P("m", re);
|
|
2190
2190
|
P("mm", re, ze);
|
|
2191
2191
|
J(["m", "mm"], st);
|
|
2192
2192
|
var eg = nn("Minutes", !1);
|
|
2193
2193
|
D("s", ["ss", 2], 0, "second");
|
|
2194
|
-
|
|
2195
|
-
|
|
2194
|
+
Oe("second", "s");
|
|
2195
|
+
Ce("second", 15);
|
|
2196
2196
|
P("s", re);
|
|
2197
2197
|
P("ss", re, ze);
|
|
2198
2198
|
J(["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
|
+
Oe("millisecond", "ms");
|
|
2226
|
+
Ce("millisecond", 16);
|
|
2227
2227
|
P("S", Fi, Pd);
|
|
2228
2228
|
P("SS", Fi, ze);
|
|
2229
2229
|
P("SSS", Fi, Rd);
|
|
@@ -2920,7 +2920,7 @@ function nb(t) {
|
|
|
2920
2920
|
});
|
|
2921
2921
|
}), r;
|
|
2922
2922
|
}
|
|
2923
|
-
var
|
|
2923
|
+
var Z = {}, pf = {}, mf = {};
|
|
2924
2924
|
Object.defineProperty(mf, "__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 ab = (
|
|
|
2953
2953
|
}()
|
|
2954
2954
|
);
|
|
2955
2955
|
Vs.default = ab;
|
|
2956
|
-
var da = {}, Ro = {}, Ls = {}, fe = {}, Bs = {},
|
|
2956
|
+
var da = {}, Ro = {}, Ls = {}, fe = {}, Bs = {}, xe = {}, vt = {}, on = {}, Hs = {}, Ou = 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 qs = {}, zs = {};
|
|
|
3042
3042
|
}(t.Invokable || (t.Invokable = {}));
|
|
3043
3043
|
})(zs);
|
|
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 ob(t) {
|
|
3059
3059
|
return t && DataView.prototype.isPrototypeOf(t);
|
|
3060
3060
|
}
|
|
3061
|
-
if (
|
|
3061
|
+
if (Re.arrayBuffer)
|
|
3062
3062
|
var sb = [
|
|
3063
3063
|
"[object Int8Array]",
|
|
3064
3064
|
"[object Uint8Array]",
|
|
@@ -3087,7 +3087,7 @@ function Ws(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
|
}), Ws(t);
|
|
3143
3143
|
};
|
|
3144
|
-
|
|
3144
|
+
Re.iterable && (ve.prototype[Symbol.iterator] = ve.prototype.entries);
|
|
3145
3145
|
function Do(t) {
|
|
3146
3146
|
if (!t._noBody) {
|
|
3147
3147
|
if (t.bodyUsed)
|
|
@@ -3179,8 +3179,8 @@ function xu(t) {
|
|
|
3179
3179
|
}
|
|
3180
3180
|
function yf() {
|
|
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 && ob(t) ? (this._bodyArrayBuffer = xu(t.buffer), this._bodyInit = new Blob([this._bodyArrayBuffer])) : Re.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(t) || lb(t)) ? this._bodyArrayBuffer = xu(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 = Do(this);
|
|
3185
3185
|
if (t)
|
|
3186
3186
|
return t;
|
|
@@ -3201,7 +3201,7 @@ function yf() {
|
|
|
3201
3201
|
)
|
|
3202
3202
|
) : Promise.resolve(this._bodyArrayBuffer));
|
|
3203
3203
|
} else {
|
|
3204
|
-
if (
|
|
3204
|
+
if (Re.blob)
|
|
3205
3205
|
return this.blob().then(ub);
|
|
3206
3206
|
throw new Error("could not read as ArrayBuffer");
|
|
3207
3207
|
}
|
|
@@ -3216,7 +3216,7 @@ function yf() {
|
|
|
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(pb);
|
|
3221
3221
|
}), this.json = function() {
|
|
3222
3222
|
return this.text().then(JSON.parse);
|
|
@@ -3360,7 +3360,7 @@ function gf(t, e) {
|
|
|
3360
3360
|
return l;
|
|
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 f = [];
|
|
3365
3365
|
Object.getOwnPropertyNames(e.headers).forEach(function(l) {
|
|
3366
3366
|
f.push(sn(l)), i.setRequestHeader(l, Us(e.headers[l]));
|
|
@@ -3712,7 +3712,7 @@ var Rb = 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 Db = vt, Du = on, fa = jr, jb = (
|
|
3717
3717
|
/** @class */
|
|
3718
3718
|
function(t) {
|
|
@@ -3794,7 +3794,7 @@ var Db = vt, Du = on, fa = jr, jb = (
|
|
|
3794
3794
|
}, e;
|
|
3795
3795
|
}(Db.default)
|
|
3796
3796
|
);
|
|
3797
|
-
|
|
3797
|
+
xe.default = jb;
|
|
3798
3798
|
var Tb = 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 Tb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3815
3815
|
};
|
|
3816
3816
|
}();
|
|
3817
3817
|
Object.defineProperty(Bs, "__esModule", { value: !0 });
|
|
3818
|
-
var $b =
|
|
3818
|
+
var $b = xe, Fb = (
|
|
3819
3819
|
/** @class */
|
|
3820
3820
|
function(t) {
|
|
3821
3821
|
Tb(e, t);
|
|
@@ -3858,7 +3858,7 @@ var Js = {}, Eb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3858
3858
|
};
|
|
3859
3859
|
}();
|
|
3860
3860
|
Object.defineProperty(Js, "__esModule", { value: !0 });
|
|
3861
|
-
var Ab =
|
|
3861
|
+
var Ab = xe, Ib = (
|
|
3862
3862
|
/** @class */
|
|
3863
3863
|
function(t) {
|
|
3864
3864
|
Eb(e, t);
|
|
@@ -3979,7 +3979,7 @@ var Ks = {}, Lb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3979
3979
|
};
|
|
3980
3980
|
}();
|
|
3981
3981
|
Object.defineProperty(Ks, "__esModule", { value: !0 });
|
|
3982
|
-
var Bb =
|
|
3982
|
+
var Bb = xe, Hb = (
|
|
3983
3983
|
/** @class */
|
|
3984
3984
|
function(t) {
|
|
3985
3985
|
Lb(e, t);
|
|
@@ -4036,7 +4036,7 @@ var Qs = {}, qb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4036
4036
|
};
|
|
4037
4037
|
}();
|
|
4038
4038
|
Object.defineProperty(Qs, "__esModule", { value: !0 });
|
|
4039
|
-
var zb =
|
|
4039
|
+
var zb = xe, Ub = (
|
|
4040
4040
|
/** @class */
|
|
4041
4041
|
function(t) {
|
|
4042
4042
|
qb(e, t);
|
|
@@ -4111,7 +4111,7 @@ var el = {}, Wb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4111
4111
|
};
|
|
4112
4112
|
}();
|
|
4113
4113
|
Object.defineProperty(el, "__esModule", { value: !0 });
|
|
4114
|
-
var Gb =
|
|
4114
|
+
var Gb = xe, Zb = (
|
|
4115
4115
|
/** @class */
|
|
4116
4116
|
function(t) {
|
|
4117
4117
|
Wb(e, t);
|
|
@@ -4179,7 +4179,7 @@ var tl = {}, Jb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4179
4179
|
};
|
|
4180
4180
|
}();
|
|
4181
4181
|
Object.defineProperty(tl, "__esModule", { value: !0 });
|
|
4182
|
-
var Xb =
|
|
4182
|
+
var Xb = xe, Kb = (
|
|
4183
4183
|
/** @class */
|
|
4184
4184
|
function(t) {
|
|
4185
4185
|
Jb(e, t);
|
|
@@ -4247,7 +4247,7 @@ var rl = {}, Qb = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4247
4247
|
};
|
|
4248
4248
|
}();
|
|
4249
4249
|
Object.defineProperty(rl, "__esModule", { value: !0 });
|
|
4250
|
-
var ew =
|
|
4250
|
+
var ew = xe, tw = (
|
|
4251
4251
|
/** @class */
|
|
4252
4252
|
function(t) {
|
|
4253
4253
|
Qb(e, t);
|
|
@@ -4309,7 +4309,7 @@ var nl = {}, rw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4309
4309
|
};
|
|
4310
4310
|
}();
|
|
4311
4311
|
Object.defineProperty(nl, "__esModule", { value: !0 });
|
|
4312
|
-
var ju = jr, nw =
|
|
4312
|
+
var ju = jr, nw = xe, aw = (
|
|
4313
4313
|
/** @class */
|
|
4314
4314
|
function(t) {
|
|
4315
4315
|
rw(e, t);
|
|
@@ -4439,7 +4439,7 @@ var il = {}, lw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4439
4439
|
};
|
|
4440
4440
|
}();
|
|
4441
4441
|
Object.defineProperty(il, "__esModule", { value: !0 });
|
|
4442
|
-
var uw =
|
|
4442
|
+
var uw = xe, cw = (
|
|
4443
4443
|
/** @class */
|
|
4444
4444
|
function(t) {
|
|
4445
4445
|
lw(e, t);
|
|
@@ -4484,7 +4484,7 @@ var ol = {}, dw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4484
4484
|
};
|
|
4485
4485
|
}();
|
|
4486
4486
|
Object.defineProperty(ol, "__esModule", { value: !0 });
|
|
4487
|
-
var Tu = jr, fw =
|
|
4487
|
+
var Tu = jr, fw = xe, hw = (
|
|
4488
4488
|
/** @class */
|
|
4489
4489
|
function(t) {
|
|
4490
4490
|
dw(e, t);
|
|
@@ -4533,7 +4533,7 @@ var sl = {}, pw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4533
4533
|
};
|
|
4534
4534
|
}();
|
|
4535
4535
|
Object.defineProperty(sl, "__esModule", { value: !0 });
|
|
4536
|
-
var mw =
|
|
4536
|
+
var mw = xe, vw = (
|
|
4537
4537
|
/** @class */
|
|
4538
4538
|
function(t) {
|
|
4539
4539
|
pw(e, t);
|
|
@@ -4571,7 +4571,7 @@ var ll = {}, _w = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4571
4571
|
};
|
|
4572
4572
|
}();
|
|
4573
4573
|
Object.defineProperty(ll, "__esModule", { value: !0 });
|
|
4574
|
-
var yw =
|
|
4574
|
+
var yw = xe, gw = (
|
|
4575
4575
|
/** @class */
|
|
4576
4576
|
function(t) {
|
|
4577
4577
|
_w(e, t);
|
|
@@ -5282,7 +5282,7 @@ function Lw() {
|
|
|
5282
5282
|
}
|
|
5283
5283
|
};
|
|
5284
5284
|
Object.defineProperty(ma, "__esModule", { value: !0 });
|
|
5285
|
-
var n = fe, a = q(), i = Ie, s =
|
|
5285
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
5286
5286
|
/** @class */
|
|
5287
5287
|
function(f) {
|
|
5288
5288
|
t(l, f);
|
|
@@ -5424,7 +5424,7 @@ function Bw() {
|
|
|
5424
5424
|
}
|
|
5425
5425
|
};
|
|
5426
5426
|
Object.defineProperty(va, "__esModule", { value: !0 });
|
|
5427
|
-
var n = q(), a =
|
|
5427
|
+
var n = q(), a = Me(), i = fe, s = (
|
|
5428
5428
|
/** @class */
|
|
5429
5429
|
function(c) {
|
|
5430
5430
|
t(f, c);
|
|
@@ -5576,7 +5576,7 @@ function Hw() {
|
|
|
5576
5576
|
}
|
|
5577
5577
|
};
|
|
5578
5578
|
Object.defineProperty(_a, "__esModule", { value: !0 });
|
|
5579
|
-
var n = fe, a = q(), i = Ie, s =
|
|
5579
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
5580
5580
|
/** @class */
|
|
5581
5581
|
function(f) {
|
|
5582
5582
|
t(l, f);
|
|
@@ -5722,7 +5722,7 @@ function qw() {
|
|
|
5722
5722
|
}
|
|
5723
5723
|
};
|
|
5724
5724
|
Object.defineProperty(ya, "__esModule", { value: !0 });
|
|
5725
|
-
var n = fe, a = q(), i = Ie, s =
|
|
5725
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
5726
5726
|
/** @class */
|
|
5727
5727
|
function(f) {
|
|
5728
5728
|
t(l, f);
|
|
@@ -5902,7 +5902,7 @@ function zw() {
|
|
|
5902
5902
|
}
|
|
5903
5903
|
};
|
|
5904
5904
|
Object.defineProperty(ga, "__esModule", { value: !0 });
|
|
5905
|
-
var n = fe, a = q(), i = Ie, s =
|
|
5905
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
5906
5906
|
/** @class */
|
|
5907
5907
|
function(f) {
|
|
5908
5908
|
t(l, f);
|
|
@@ -6080,7 +6080,7 @@ function Uw() {
|
|
|
6080
6080
|
}
|
|
6081
6081
|
};
|
|
6082
6082
|
Object.defineProperty(ba, "__esModule", { value: !0 });
|
|
6083
|
-
var n = fe, a = q(), i = Ie, s =
|
|
6083
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
6084
6084
|
/** @class */
|
|
6085
6085
|
function(f) {
|
|
6086
6086
|
t(l, f);
|
|
@@ -6414,7 +6414,7 @@ function Gw() {
|
|
|
6414
6414
|
}
|
|
6415
6415
|
};
|
|
6416
6416
|
Object.defineProperty(Sa, "__esModule", { value: !0 });
|
|
6417
|
-
var n = fe, a = q(), i = Ie, s =
|
|
6417
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
6418
6418
|
/** @class */
|
|
6419
6419
|
function(f) {
|
|
6420
6420
|
t(l, f);
|
|
@@ -6461,7 +6461,7 @@ var vl = {}, _l = {}, Zw = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
6461
6461
|
};
|
|
6462
6462
|
}();
|
|
6463
6463
|
Object.defineProperty(_l, "__esModule", { value: !0 });
|
|
6464
|
-
var Jw =
|
|
6464
|
+
var Jw = xe, Xw = (
|
|
6465
6465
|
/** @class */
|
|
6466
6466
|
function(t) {
|
|
6467
6467
|
Zw(e, t);
|
|
@@ -6702,7 +6702,7 @@ function e0() {
|
|
|
6702
6702
|
}
|
|
6703
6703
|
};
|
|
6704
6704
|
Object.defineProperty(ka, "__esModule", { value: !0 });
|
|
6705
|
-
var n = fe, a = q(), i = jr, s = Ie, c =
|
|
6705
|
+
var n = fe, a = q(), i = jr, s = Ie, c = Me(), f = (
|
|
6706
6706
|
/** @class */
|
|
6707
6707
|
function(l) {
|
|
6708
6708
|
t(o, l);
|
|
@@ -6854,7 +6854,7 @@ function t0() {
|
|
|
6854
6854
|
}
|
|
6855
6855
|
};
|
|
6856
6856
|
Object.defineProperty(Oa, "__esModule", { value: !0 });
|
|
6857
|
-
var n = fe, a = q(), i = Ie, s =
|
|
6857
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
6858
6858
|
/** @class */
|
|
6859
6859
|
function(f) {
|
|
6860
6860
|
t(l, f);
|
|
@@ -6994,7 +6994,7 @@ function r0() {
|
|
|
6994
6994
|
}
|
|
6995
6995
|
};
|
|
6996
6996
|
Object.defineProperty(Ca, "__esModule", { value: !0 });
|
|
6997
|
-
var n = fe, a = q(), i = Ie, s =
|
|
6997
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
6998
6998
|
/** @class */
|
|
6999
6999
|
function(f) {
|
|
7000
7000
|
t(l, f);
|
|
@@ -7246,7 +7246,7 @@ function u0() {
|
|
|
7246
7246
|
}
|
|
7247
7247
|
};
|
|
7248
7248
|
Object.defineProperty(xa, "__esModule", { value: !0 });
|
|
7249
|
-
var r =
|
|
7249
|
+
var r = Me(), n = bf(), a = (
|
|
7250
7250
|
/** @class */
|
|
7251
7251
|
function() {
|
|
7252
7252
|
function i() {
|
|
@@ -7731,7 +7731,7 @@ function p0() {
|
|
|
7731
7731
|
if (Qu)
|
|
7732
7732
|
return Ta;
|
|
7733
7733
|
Qu = 1, Object.defineProperty(Ta, "__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 g0() {
|
|
|
8085
8085
|
}
|
|
8086
8086
|
};
|
|
8087
8087
|
Object.defineProperty(Fa, "__esModule", { value: !0 });
|
|
8088
|
-
var n = fe, a = q(), i = Ie, s =
|
|
8088
|
+
var n = fe, a = q(), i = Ie, s = Me(), c = (
|
|
8089
8089
|
/** @class */
|
|
8090
8090
|
function(f) {
|
|
8091
8091
|
t(l, f);
|
|
@@ -8152,7 +8152,7 @@ var Ea = {}, Ol = {}, b0 = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
8152
8152
|
};
|
|
8153
8153
|
}();
|
|
8154
8154
|
Object.defineProperty(Ol, "__esModule", { value: !0 });
|
|
8155
|
-
var w0 =
|
|
8155
|
+
var w0 = xe, S0 = (
|
|
8156
8156
|
/** @class */
|
|
8157
8157
|
function(t) {
|
|
8158
8158
|
b0(e, t);
|
|
@@ -8399,7 +8399,7 @@ var M0 = xl, P0 = (
|
|
|
8399
8399
|
);
|
|
8400
8400
|
Cl.default = P0;
|
|
8401
8401
|
var ic;
|
|
8402
|
-
function
|
|
8402
|
+
function Me() {
|
|
8403
8403
|
return ic || (ic = 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 = Ls;
|
|
@@ -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 = k0();
|
|
8494
8494
|
Object.defineProperty(t, "TravelService", { enumerable: !0, get: function() {
|
|
8495
|
-
return
|
|
8495
|
+
return Pe.default;
|
|
8496
8496
|
} });
|
|
8497
8497
|
var ge = Cl;
|
|
8498
8498
|
Object.defineProperty(t, "UserService", { enumerable: !0, get: function() {
|
|
@@ -8597,7 +8597,7 @@ function wf() {
|
|
|
8597
8597
|
}
|
|
8598
8598
|
};
|
|
8599
8599
|
Object.defineProperty(da, "__esModule", { value: !0 });
|
|
8600
|
-
var r =
|
|
8600
|
+
var r = Me(), n = q(), a = (
|
|
8601
8601
|
/** @class */
|
|
8602
8602
|
function() {
|
|
8603
8603
|
function i(s, c) {
|
|
@@ -9298,7 +9298,7 @@ function Pl(t) {
|
|
|
9298
9298
|
return !1;
|
|
9299
9299
|
return !0;
|
|
9300
9300
|
}
|
|
9301
|
-
function
|
|
9301
|
+
function $e(t) {
|
|
9302
9302
|
return t === void 0;
|
|
9303
9303
|
}
|
|
9304
9304
|
function Gt(t) {
|
|
@@ -9369,9 +9369,9 @@ function Ui(t) {
|
|
|
9369
9369
|
var gc = C.momentProperties = [], Eo = !1;
|
|
9370
9370
|
function Dl(t, e) {
|
|
9371
9371
|
var r, n, a, i = gc.length;
|
|
9372
|
-
if (
|
|
9372
|
+
if ($e(e._isAMomentObject) || (t._isAMomentObject = e._isAMomentObject), $e(e._i) || (t._i = e._i), $e(e._f) || (t._f = e._f), $e(e._l) || (t._l = e._l), $e(e._strict) || (t._strict = e._strict), $e(e._tzm) || (t._tzm = e._tzm), $e(e._isUTC) || (t._isUTC = e._isUTC), $e(e._offset) || (t._offset = e._offset), $e(e._pf) || (t._pf = $(e)), $e(e._locale) || (t._locale = e._locale), i > 0)
|
|
9373
9373
|
for (r = 0; r < i; r++)
|
|
9374
|
-
n = gc[r], a = e[n],
|
|
9374
|
+
n = gc[r], a = e[n], $e(a) || (t[n] = a);
|
|
9375
9375
|
return t;
|
|
9376
9376
|
}
|
|
9377
9377
|
function ta(t) {
|
|
@@ -10238,7 +10238,7 @@ function Qi(t) {
|
|
|
10238
10238
|
}
|
|
10239
10239
|
function dr(t, e) {
|
|
10240
10240
|
var r;
|
|
10241
|
-
return t && (
|
|
10241
|
+
return t && ($e(e) ? r = Qt(t) : r = Ll(t, e), r ? Hn = r : typeof console != "undefined" && console.warn && console.warn(
|
|
10242
10242
|
"Locale " + t + " not found. Did you forget to load it?"
|
|
10243
10243
|
)), Hn._abbr;
|
|
10244
10244
|
}
|
|
@@ -10533,7 +10533,7 @@ function Uf(t) {
|
|
|
10533
10533
|
}
|
|
10534
10534
|
function xS(t) {
|
|
10535
10535
|
var e = t._i;
|
|
10536
|
-
|
|
10536
|
+
$e(e) ? t._d = new Date(C.now()) : ea(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? gS(t) : ft(e) ? (t._a = Of(e.slice(0), function(r) {
|
|
10537
10537
|
return parseInt(r, 10);
|
|
10538
10538
|
}), Hl(t)) : Or(e) ? OS(t) : Gt(e) ? t._d = new Date(e) : C.createFromInputFallback(t);
|
|
10539
10539
|
}
|
|
@@ -10694,7 +10694,7 @@ function HS() {
|
|
|
10694
10694
|
return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
|
|
10695
10695
|
}
|
|
10696
10696
|
function qS() {
|
|
10697
|
-
if (
|
|
10697
|
+
if (!$e(this._isDSTShifted))
|
|
10698
10698
|
return this._isDSTShifted;
|
|
10699
10699
|
var t = {}, e;
|
|
10700
10700
|
return Dl(t, this), t = Uf(t), t._a ? (e = t._isUTC ? Dt(t._a) : te(t._a), this._isDSTShifted = this.isValid() && ES(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
|
|
@@ -12357,7 +12357,7 @@ var UO = g && g.__awaiter || function(t, e, r, n) {
|
|
|
12357
12357
|
}
|
|
12358
12358
|
};
|
|
12359
12359
|
Object.defineProperty(Ns, "__esModule", { value: !0 });
|
|
12360
|
-
var GO = q(), ZO =
|
|
12360
|
+
var GO = q(), ZO = Me(), jc = on, JO = Qn, XO = (
|
|
12361
12361
|
/** @class */
|
|
12362
12362
|
function() {
|
|
12363
12363
|
function t(e) {
|
|
@@ -12446,12 +12446,12 @@ Jl.default = KO;
|
|
|
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(pf, t), r(vf, t), r(vh, t), r(q(), t), r(
|
|
12450
|
-
})(
|
|
12451
|
-
const QO = /* @__PURE__ */ rb(
|
|
12449
|
+
Object.defineProperty(t, "__esModule", { value: !0 }), r(pf, t), r(vf, t), r(vh, t), r(q(), t), r(Me(), t);
|
|
12450
|
+
})(Z);
|
|
12451
|
+
const QO = /* @__PURE__ */ rb(Z), Tc = /* @__PURE__ */ Lm({
|
|
12452
12452
|
__proto__: null,
|
|
12453
12453
|
default: QO
|
|
12454
|
-
}, [
|
|
12454
|
+
}, [Z]), No = {
|
|
12455
12455
|
vd: {
|
|
12456
12456
|
url: "http://master.dev.vergelijkdirect.com/index.php"
|
|
12457
12457
|
},
|
|
@@ -12530,8 +12530,8 @@ class eC {
|
|
|
12530
12530
|
return;
|
|
12531
12531
|
const e = JSON.parse(JSON.stringify($c));
|
|
12532
12532
|
e.api.baseUrl = $c.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 eC {
|
|
|
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,9 +12590,9 @@ class eC {
|
|
|
12590
12590
|
});
|
|
12591
12591
|
}
|
|
12592
12592
|
}
|
|
12593
|
-
let
|
|
12593
|
+
let ke = ye({});
|
|
12594
12594
|
const tC = (t = null) => Q(void 0, null, function* () {
|
|
12595
|
-
|
|
12595
|
+
ke = t || (yield new eC().initITC());
|
|
12596
12596
|
}), rC = z({
|
|
12597
12597
|
name: "ErrorHandler",
|
|
12598
12598
|
props: {
|
|
@@ -12661,11 +12661,11 @@ var yh = /* @__PURE__ */ U(
|
|
|
12661
12661
|
null
|
|
12662
12662
|
);
|
|
12663
12663
|
yh.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/ErrorHandler.vue";
|
|
12664
|
-
const
|
|
12664
|
+
const De = yh.exports, aC = z(
|
|
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 = yh.exports, aC = z(
|
|
|
12776
12776
|
e("input", _.toUpperCase()), r.value = _.toUpperCase(), e("license-correct"), _.length === 8 && (K.validate(t.name), u(_.toUpperCase())), m.preventDefault();
|
|
12777
12777
|
}
|
|
12778
12778
|
}, h = (m, v) => Q(this, null, function* () {
|
|
12779
|
-
const _ = m.toLocaleLowerCase(), p = yield
|
|
12779
|
+
const _ = m.toLocaleLowerCase(), p = yield ke.dataService.findVehicle(v, _);
|
|
12780
12780
|
return p || null;
|
|
12781
12781
|
}), u = (m) => {
|
|
12782
12782
|
a.value = !0, i.value = !1, s.value = !1, n.value = {}, h(t.vehicleType, m).then((v) => {
|
|
@@ -13105,7 +13105,7 @@ const Ye = Oh.exports, cC = z({
|
|
|
13105
13105
|
components: {
|
|
13106
13106
|
DefaultInput: We,
|
|
13107
13107
|
DefaultSelect: Ye,
|
|
13108
|
-
ErrorHandler:
|
|
13108
|
+
ErrorHandler: De
|
|
13109
13109
|
},
|
|
13110
13110
|
props: {
|
|
13111
13111
|
template: {
|
|
@@ -13175,10 +13175,10 @@ const Ye = Oh.exports, cC = z({
|
|
|
13175
13175
|
rule: a.value,
|
|
13176
13176
|
text: "Postcode en huisnummer combinatie onbekend."
|
|
13177
13177
|
}
|
|
13178
|
-
]), p = A(() => r.value ? "-" : "Kies toevoeging"), y = A(() => `${s.value ? "" : "required"}|is_not:CHOOSE_OPTION`), b = (
|
|
13178
|
+
]), p = A(() => r.value ? "-" : "Kies toevoeging"), y = A(() => `${s.value ? "" : "required"}|is_not:CHOOSE_OPTION`), b = (G, W, Ne) => Q(this, null, function* () {
|
|
13179
13179
|
try {
|
|
13180
|
-
if (!
|
|
13181
|
-
|
|
13180
|
+
if (!G || !W) {
|
|
13181
|
+
Pe(""), l.value = "CHOOSE_OPTION", a.value = !1, d.value.street = "", d.value.city = "", o.value = [{
|
|
13182
13182
|
title: "Kies een toevoeging",
|
|
13183
13183
|
value: "CHOOSE_OPTION",
|
|
13184
13184
|
disabled: !0,
|
|
@@ -13191,10 +13191,10 @@ const Ye = Oh.exports, cC = z({
|
|
|
13191
13191
|
value: "CHOOSE_OPTION",
|
|
13192
13192
|
disabled: !0,
|
|
13193
13193
|
selected: !0
|
|
13194
|
-
}), s.value = yield x(
|
|
13194
|
+
}), s.value = yield x(G, W), s.value && (o.value = [...o.value, {
|
|
13195
13195
|
title: "Geen toevoeging",
|
|
13196
13196
|
value: ""
|
|
13197
|
-
}]),
|
|
13197
|
+
}]), ke.homeService.getAddition({ zipcode: G, houseNumber: W }).then((Ve) => {
|
|
13198
13198
|
const Tt = Ve;
|
|
13199
13199
|
if (i.value = !0, yt(t.houseNumberAdditionName), Tt.length) {
|
|
13200
13200
|
r.value = !1;
|
|
@@ -13204,35 +13204,35 @@ const Ye = Oh.exports, cC = z({
|
|
|
13204
13204
|
value: Tt[_n]
|
|
13205
13205
|
}];
|
|
13206
13206
|
a.value = !1, Ne || Nt(() => {
|
|
13207
|
-
l.value = t.houseNumberAddition, ge(
|
|
13207
|
+
l.value = t.houseNumberAddition, ge(G, W, t.houseNumberAddition);
|
|
13208
13208
|
});
|
|
13209
13209
|
} else
|
|
13210
|
-
o.value[1] && (o.value[1].title = "Geen toevoeging"), r.value = !0, l.value = "",
|
|
13210
|
+
o.value[1] && (o.value[1].title = "Geen toevoeging"), r.value = !0, l.value = "", Pe(""), ge(G, W);
|
|
13211
13211
|
}).catch((Ve) => {
|
|
13212
13212
|
a.value = !0, d.value.street = "", d.value.city = "", e("address-correct", !a.value), yt("housenumberaddition"), console.error("Error fetching additions:", Ve);
|
|
13213
13213
|
});
|
|
13214
13214
|
} catch (Ve) {
|
|
13215
13215
|
console.error("Error in getHouseNumberAdditions:", Ve);
|
|
13216
13216
|
}
|
|
13217
|
-
}), x = (
|
|
13218
|
-
return yield
|
|
13219
|
-
}), I = (
|
|
13220
|
-
h.value = !0, c.value =
|
|
13221
|
-
b(
|
|
13217
|
+
}), x = (G, W) => Q(this, null, function* () {
|
|
13218
|
+
return yield ke.dataValidationService.validateZipCode(G, W).then(() => !0).catch(() => !1);
|
|
13219
|
+
}), I = (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, W, Ne = "") => Q(this, null, function* () {
|
|
13230
13230
|
try {
|
|
13231
|
-
if (!
|
|
13231
|
+
if (!G || !W)
|
|
13232
13232
|
return;
|
|
13233
13233
|
n.value = !0, a.value = !1, d.value.street = "", d.value.city = "", e("address-correct", !a.value);
|
|
13234
|
-
const { Street: Ve, Place: Tt } = yield
|
|
13235
|
-
|
|
13234
|
+
const { Street: Ve, Place: Tt } = yield ke.dataValidationService.validateZipCode(
|
|
13235
|
+
G,
|
|
13236
13236
|
W,
|
|
13237
13237
|
Ne
|
|
13238
13238
|
);
|
|
@@ -13240,9 +13240,9 @@ const Ye = Oh.exports, cC = z({
|
|
|
13240
13240
|
} catch (Ve) {
|
|
13241
13241
|
a.value = !0, n.value = !1, e("address-correct", !a.value), yt("housenumberaddition"), console.error("Error getting house information:", Ve);
|
|
13242
13242
|
}
|
|
13243
|
-
}), yt = (
|
|
13243
|
+
}), yt = (G) => {
|
|
13244
13244
|
var Ne;
|
|
13245
|
-
const W = K.fields.find({ name:
|
|
13245
|
+
const W = K.fields.find({ name: G });
|
|
13246
13246
|
(W !== null || W !== void 0 && W) && (W == null || W.reset(), (Ne = K == null ? void 0 : K.errors) == null || Ne.remove(W == null ? void 0 : W.name, W == null ? void 0 : W.scope));
|
|
13247
13247
|
};
|
|
13248
13248
|
return Qe(() => {
|
|
@@ -13267,7 +13267,7 @@ const Ye = Oh.exports, cC = z({
|
|
|
13267
13267
|
getHouseInformationWithoutAddition: x,
|
|
13268
13268
|
updateZipcode: I,
|
|
13269
13269
|
updateHouseNumber: de,
|
|
13270
|
-
updateHouseNumberAddition:
|
|
13270
|
+
updateHouseNumberAddition: Pe,
|
|
13271
13271
|
getHouseInformation: ge,
|
|
13272
13272
|
resetFieldValidation: yt,
|
|
13273
13273
|
props: t,
|
|
@@ -13483,7 +13483,7 @@ function no() {
|
|
|
13483
13483
|
const _C = z({
|
|
13484
13484
|
name: "BirthdateInput",
|
|
13485
13485
|
components: {
|
|
13486
|
-
ErrorHandler:
|
|
13486
|
+
ErrorHandler: De,
|
|
13487
13487
|
DefaultInput: We
|
|
13488
13488
|
},
|
|
13489
13489
|
props: {
|
|
@@ -13552,7 +13552,7 @@ const at = $h.exports, gC = z({
|
|
|
13552
13552
|
ClaimFreeYearsModalContent: Rh,
|
|
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 = $h.exports, gC = z({
|
|
|
13623
13623
|
birthDateYear: x,
|
|
13624
13624
|
openClaimFreeYearModal: I,
|
|
13625
13625
|
setClaimFreeYears: de,
|
|
13626
|
-
getHouseInformation:
|
|
13626
|
+
getHouseInformation: Pe,
|
|
13627
13627
|
getLicenseInformation: ge
|
|
13628
|
-
} = hf(t, e,
|
|
13628
|
+
} = hf(t, e, ke);
|
|
13629
13629
|
return {
|
|
13630
13630
|
licenseError: r,
|
|
13631
13631
|
showLicenseInfo: n,
|
|
@@ -13649,7 +13649,7 @@ const at = $h.exports, gC = z({
|
|
|
13649
13649
|
birthDateYear: x,
|
|
13650
13650
|
openClaimFreeYearModal: I,
|
|
13651
13651
|
setClaimFreeYears: de,
|
|
13652
|
-
getHouseInformation:
|
|
13652
|
+
getHouseInformation: Pe,
|
|
13653
13653
|
getLicenseInformation: ge,
|
|
13654
13654
|
errors: le,
|
|
13655
13655
|
userInformation: O,
|
|
@@ -13773,9 +13773,9 @@ const wC = Eh.exports, SC = z({
|
|
|
13773
13773
|
birthDateYear: x,
|
|
13774
13774
|
openClaimFreeYearModal: I,
|
|
13775
13775
|
setClaimFreeYears: de,
|
|
13776
|
-
getHouseInformation:
|
|
13776
|
+
getHouseInformation: Pe,
|
|
13777
13777
|
getLicenseInformation: ge
|
|
13778
|
-
} = hf(t, e,
|
|
13778
|
+
} = hf(t, e, ke);
|
|
13779
13779
|
return {
|
|
13780
13780
|
licenseError: r,
|
|
13781
13781
|
showLicenseInfo: n,
|
|
@@ -13799,7 +13799,7 @@ const wC = Eh.exports, SC = z({
|
|
|
13799
13799
|
birthDateYear: x,
|
|
13800
13800
|
openClaimFreeYearModal: I,
|
|
13801
13801
|
setClaimFreeYears: de,
|
|
13802
|
-
getHouseInformation:
|
|
13802
|
+
getHouseInformation: Pe,
|
|
13803
13803
|
getLicenseInformation: ge,
|
|
13804
13804
|
errors: le,
|
|
13805
13805
|
userInformation: O,
|
|
@@ -13854,7 +13854,7 @@ const CC = z({
|
|
|
13854
13854
|
components: {
|
|
13855
13855
|
DefaultInput: We,
|
|
13856
13856
|
DefaultSelect: Ye,
|
|
13857
|
-
ErrorHandler:
|
|
13857
|
+
ErrorHandler: De
|
|
13858
13858
|
},
|
|
13859
13859
|
props: {
|
|
13860
13860
|
vdFormVersion: {
|
|
@@ -13962,7 +13962,7 @@ const MC = [
|
|
|
13962
13962
|
name: "LoanPurpose",
|
|
13963
13963
|
components: {
|
|
13964
13964
|
DefaultSelect: Ye,
|
|
13965
|
-
ErrorHandler:
|
|
13965
|
+
ErrorHandler: De
|
|
13966
13966
|
},
|
|
13967
13967
|
props: {
|
|
13968
13968
|
vdFormVersion: {
|
|
@@ -14027,7 +14027,7 @@ const zh = qh.exports, DC = [
|
|
|
14027
14027
|
name: "FamilyCompositionInput",
|
|
14028
14028
|
components: {
|
|
14029
14029
|
DefaultSelect: Ye,
|
|
14030
|
-
ErrorHandler:
|
|
14030
|
+
ErrorHandler: De
|
|
14031
14031
|
},
|
|
14032
14032
|
props: {
|
|
14033
14033
|
vdFormVersion: {
|
|
@@ -14095,10 +14095,10 @@ class $C {
|
|
|
14095
14095
|
MonthlyCurrentLoansExpenses: x,
|
|
14096
14096
|
MonthlyHouseExpenses: I,
|
|
14097
14097
|
MonthlyNetIncome: de,
|
|
14098
|
-
MonthlyStudentLoansExpenses:
|
|
14098
|
+
MonthlyStudentLoansExpenses: Pe,
|
|
14099
14099
|
OwnedBuilding: ge,
|
|
14100
14100
|
PartnerIncomeType: yt,
|
|
14101
|
-
PartnerMonthlyNetIncome:
|
|
14101
|
+
PartnerMonthlyNetIncome: G,
|
|
14102
14102
|
Sorting: W,
|
|
14103
14103
|
TemporaryWorkPhase: Ne,
|
|
14104
14104
|
WorkedLastThreeYears: Ve
|
|
@@ -14126,10 +14126,10 @@ class $C {
|
|
|
14126
14126
|
MonthlyCurrentLoansExpenses: x,
|
|
14127
14127
|
MonthlyHouseExpenses: I,
|
|
14128
14128
|
MonthlyNetIncome: de,
|
|
14129
|
-
MonthlyStudentLoansExpenses:
|
|
14129
|
+
MonthlyStudentLoansExpenses: Pe,
|
|
14130
14130
|
OwnedBuilding: ge,
|
|
14131
14131
|
PartnerIncomeType: yt,
|
|
14132
|
-
PartnerMonthlyNetIncome:
|
|
14132
|
+
PartnerMonthlyNetIncome: G,
|
|
14133
14133
|
Sorting: W,
|
|
14134
14134
|
TemporaryWorkPhase: Ne,
|
|
14135
14135
|
WorkedLastThreeYears: Ve
|
|
@@ -14192,8 +14192,8 @@ const Zh = (t, e) => {
|
|
|
14192
14192
|
} = EC(e), s = A(() => $C.render(t.comparison.getUser().getDetail())), c = A(() => t.formOrientation === aa.Horizontal), f = (_) => `${t.baseUrl}#/${_}`, l = (_) => Q(void 0, null, function* () {
|
|
14193
14193
|
i();
|
|
14194
14194
|
try {
|
|
14195
|
-
const p = yield
|
|
14196
|
-
return yield
|
|
14195
|
+
const p = yield ke.comparisonService.create("loan", _);
|
|
14196
|
+
return yield ke.comparisonService.update(p), p;
|
|
14197
14197
|
} catch (p) {
|
|
14198
14198
|
console.error(p), a(`
|
|
14199
14199
|
Leendoel: ${tr.loanPurpose} |
|
|
@@ -14209,7 +14209,7 @@ const Zh = (t, e) => {
|
|
|
14209
14209
|
}, h = () => {
|
|
14210
14210
|
tr.loanAmount = t.insuranceState.LoanAmount, tr.loanPurpose = t.insuranceState.LoanPurpose, O.birthdate = t.userInformation.birthdate, O.familyComposition = t.userInformation.familyComposition;
|
|
14211
14211
|
}, u = () => {
|
|
14212
|
-
const _ = new
|
|
14212
|
+
const _ = new Z.User({});
|
|
14213
14213
|
return _.setDetail(null, {}), _.setBirthDate(O.birthdate), _.setFamilyComposition(O.familyComposition), _.setDetail("loanData", {
|
|
14214
14214
|
LoanPurpose: tr.loanPurpose,
|
|
14215
14215
|
LoanAmount: tr.loanAmount
|
|
@@ -14218,7 +14218,7 @@ const Zh = (t, e) => {
|
|
|
14218
14218
|
return { inSubmissions: Lo, loanState: tr, isHorizontalForm: c, setFormData: h, submitUpdateForm: () => Q(void 0, null, function* () {
|
|
14219
14219
|
Lo.value = !0;
|
|
14220
14220
|
try {
|
|
14221
|
-
(yield fr(["birthdate", "familyComposition", "loanAmount", "loanPurpose"])) && (yield d(), yield o(), yield
|
|
14221
|
+
(yield fr(["birthdate", "familyComposition", "loanAmount", "loanPurpose"])) && (yield d(), yield o(), yield ke.comparisonService.update(t.comparison), e("submit-form", { userInformation: O, loanState: tr }));
|
|
14222
14222
|
} catch (_) {
|
|
14223
14223
|
console.error(_), e("emit-event-hub", { event: "open-quotation-modal" });
|
|
14224
14224
|
}
|
|
@@ -14426,7 +14426,7 @@ const ep = (t, e, r, n) => {
|
|
|
14426
14426
|
function d() {
|
|
14427
14427
|
return Q(this, null, function* () {
|
|
14428
14428
|
try {
|
|
14429
|
-
const _ = new
|
|
14429
|
+
const _ = new Z.User({});
|
|
14430
14430
|
return _.setDetail(null, {}), _.setDetail(
|
|
14431
14431
|
"car",
|
|
14432
14432
|
Object.assign(
|
|
@@ -14541,7 +14541,7 @@ const ep = (t, e, r, n) => {
|
|
|
14541
14541
|
houseError: s,
|
|
14542
14542
|
dateRange: c,
|
|
14543
14543
|
validateBeforeSubmit: f
|
|
14544
|
-
} = ep(t, e,
|
|
14544
|
+
} = ep(t, e, ke);
|
|
14545
14545
|
return {
|
|
14546
14546
|
userInformation: O,
|
|
14547
14547
|
carState: Je,
|
|
@@ -14632,7 +14632,7 @@ const UC = rp.exports, WC = z({
|
|
|
14632
14632
|
houseError: s,
|
|
14633
14633
|
dateRange: c,
|
|
14634
14634
|
validateBeforeSubmit: f
|
|
14635
|
-
} = ep(t, e,
|
|
14635
|
+
} = ep(t, e, ke);
|
|
14636
14636
|
return {
|
|
14637
14637
|
userInformation: O,
|
|
14638
14638
|
carState: Je,
|
|
@@ -15250,7 +15250,7 @@ var Yx = Ae.prototype, Zc = function(e) {
|
|
|
15250
15250
|
}, Nx = function(e) {
|
|
15251
15251
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : void 0;
|
|
15252
15252
|
return r ? Zc("".concat(e, ".").concat(r), n) : Zc(e, {});
|
|
15253
|
-
},
|
|
15253
|
+
}, je = function(e, r) {
|
|
15254
15254
|
return pt(e).reduce(function(n, a) {
|
|
15255
15255
|
var i = e[a], s = i.default;
|
|
15256
15256
|
return n[a] = Gc(Gc({}, so(i)), {}, {
|
|
@@ -15339,7 +15339,7 @@ function(t) {
|
|
|
15339
15339
|
return r && he(e) ? e.getAttribute(r) : null;
|
|
15340
15340
|
}, Uo = function(e, r) {
|
|
15341
15341
|
return r && he(e) ? e.hasAttribute(r) : null;
|
|
15342
|
-
},
|
|
15342
|
+
}, Fe = function(e, r, n) {
|
|
15343
15343
|
r && he(e) && (e.style[r] = n);
|
|
15344
15344
|
}, Rp = function(e, r) {
|
|
15345
15345
|
r && he(e) && (e.style[r] = "");
|
|
@@ -15497,7 +15497,7 @@ var Fp = function(e) {
|
|
|
15497
15497
|
function eM(t, e, r) {
|
|
15498
15498
|
return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
15499
15499
|
}
|
|
15500
|
-
var tM =
|
|
15500
|
+
var tM = je({
|
|
15501
15501
|
content: {
|
|
15502
15502
|
type: String,
|
|
15503
15503
|
default: "×"
|
|
@@ -15743,7 +15743,7 @@ var Vp = {
|
|
|
15743
15743
|
type: Boolean,
|
|
15744
15744
|
default: !1
|
|
15745
15745
|
}
|
|
15746
|
-
}, Bp =
|
|
15746
|
+
}, Bp = je(He(He(He({
|
|
15747
15747
|
href: {
|
|
15748
15748
|
type: String,
|
|
15749
15749
|
default: null
|
|
@@ -15894,7 +15894,7 @@ function yr(t, e, r) {
|
|
|
15894
15894
|
var fo = bx(Bp, ["event", "routerTag"]);
|
|
15895
15895
|
delete fo.href.default;
|
|
15896
15896
|
delete fo.to.default;
|
|
15897
|
-
var SM =
|
|
15897
|
+
var SM = je(wM({
|
|
15898
15898
|
block: {
|
|
15899
15899
|
type: Boolean,
|
|
15900
15900
|
default: !1
|
|
@@ -16085,13 +16085,13 @@ var PM = function(e, r, n) {
|
|
|
16085
16085
|
subtree: !0
|
|
16086
16086
|
}, n)), a;
|
|
16087
16087
|
}, RM = function(e) {
|
|
16088
|
-
|
|
16089
|
-
Mp(e),
|
|
16088
|
+
Fe(e, "height", 0), Sr(function() {
|
|
16089
|
+
Mp(e), Fe(e, "height", "".concat(e.scrollHeight, "px"));
|
|
16090
16090
|
});
|
|
16091
16091
|
}, DM = function(e) {
|
|
16092
16092
|
Rp(e, "height");
|
|
16093
16093
|
}, jM = function(e) {
|
|
16094
|
-
|
|
16094
|
+
Fe(e, "height", "auto"), Fe(e, "display", "block"), Fe(e, "height", "".concat(Ri(e).height, "px")), Mp(e), Fe(e, "height", 0);
|
|
16095
16095
|
}, TM = function(e) {
|
|
16096
16096
|
Rp(e, "height");
|
|
16097
16097
|
}, $M = {
|
|
@@ -16195,7 +16195,7 @@ var AM = "bv::toggle::collapse", IM = "bv::collapse::state", YM = "bv::collapse:
|
|
|
16195
16195
|
prop: "visible",
|
|
16196
16196
|
event: "input"
|
|
16197
16197
|
},
|
|
16198
|
-
props:
|
|
16198
|
+
props: je({
|
|
16199
16199
|
isNav: {
|
|
16200
16200
|
type: Boolean,
|
|
16201
16201
|
default: !1
|
|
@@ -16396,7 +16396,7 @@ var HM = /* @__PURE__ */ function() {
|
|
|
16396
16396
|
};
|
|
16397
16397
|
}
|
|
16398
16398
|
}]), t;
|
|
16399
|
-
}(), qM = 'Setting prop "options" to an object is deprecated. Use the array format instead.', Wp =
|
|
16399
|
+
}(), qM = 'Setting prop "options" to an object is deprecated. Use the array format instead.', Wp = je({
|
|
16400
16400
|
options: {
|
|
16401
16401
|
type: [Array, Object],
|
|
16402
16402
|
default: function() {
|
|
@@ -16494,7 +16494,7 @@ var cd = "input, textarea, select", ho = UM({
|
|
|
16494
16494
|
type: String
|
|
16495
16495
|
// default: undefined
|
|
16496
16496
|
}
|
|
16497
|
-
},
|
|
16497
|
+
}, je({
|
|
16498
16498
|
disabled: {
|
|
16499
16499
|
type: Boolean,
|
|
16500
16500
|
default: !1
|
|
@@ -16533,7 +16533,7 @@ const iu = {
|
|
|
16533
16533
|
}
|
|
16534
16534
|
}
|
|
16535
16535
|
};
|
|
16536
|
-
var ou =
|
|
16536
|
+
var ou = je({
|
|
16537
16537
|
plain: {
|
|
16538
16538
|
type: Boolean,
|
|
16539
16539
|
default: !1
|
|
@@ -16571,7 +16571,7 @@ function Di(t) {
|
|
|
16571
16571
|
function Vr(t, e, r) {
|
|
16572
16572
|
return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
16573
16573
|
}
|
|
16574
|
-
var su =
|
|
16574
|
+
var su = je(Di(Di({}, ou), {}, {
|
|
16575
16575
|
value: {
|
|
16576
16576
|
// Value when checked
|
|
16577
16577
|
// type: Object,
|
|
@@ -16764,7 +16764,7 @@ const Zp = {
|
|
|
16764
16764
|
}
|
|
16765
16765
|
}
|
|
16766
16766
|
};
|
|
16767
|
-
var po =
|
|
16767
|
+
var po = je({
|
|
16768
16768
|
size: {
|
|
16769
16769
|
type: String
|
|
16770
16770
|
// default: null
|
|
@@ -16778,7 +16778,7 @@ const lu = {
|
|
|
16778
16778
|
}
|
|
16779
16779
|
}
|
|
16780
16780
|
};
|
|
16781
|
-
var mo =
|
|
16781
|
+
var mo = je({
|
|
16782
16782
|
state: {
|
|
16783
16783
|
// Tri-state prop: true, false, null (or undefined)
|
|
16784
16784
|
type: Boolean,
|
|
@@ -16841,7 +16841,7 @@ var ZM = /* @__PURE__ */ Ae.extend({
|
|
|
16841
16841
|
default: !1
|
|
16842
16842
|
}
|
|
16843
16843
|
},
|
|
16844
|
-
props:
|
|
16844
|
+
props: je(Cn(Cn(Cn(Cn(Cn({}, ho), su), po), mo), {}, {
|
|
16845
16845
|
value: {
|
|
16846
16846
|
// type: [String, Number, Boolean, Object],
|
|
16847
16847
|
default: !0
|
|
@@ -16953,7 +16953,7 @@ var XM = /* @__PURE__ */ Ae.extend({
|
|
|
16953
16953
|
default: !1
|
|
16954
16954
|
}
|
|
16955
16955
|
},
|
|
16956
|
-
props:
|
|
16956
|
+
props: je(xn(xn(xn(xn(xn({}, ho), su), po), mo), {}, {
|
|
16957
16957
|
checked: {
|
|
16958
16958
|
// v-model
|
|
16959
16959
|
// type: [String, Number, Boolean, Object],
|
|
@@ -17009,7 +17009,7 @@ function Ir(t) {
|
|
|
17009
17009
|
function Jp(t, e, r) {
|
|
17010
17010
|
return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
17011
17011
|
}
|
|
17012
|
-
var Xp =
|
|
17012
|
+
var Xp = je(Ir(Ir(Ir(Ir(Ir(Ir({}, ho), Wp), po), mo), ou), {}, {
|
|
17013
17013
|
checked: {
|
|
17014
17014
|
// type: [Boolean, Number, Object, String]
|
|
17015
17015
|
default: null
|
|
@@ -17106,7 +17106,7 @@ const KM = {
|
|
|
17106
17106
|
}, [this.normalizeSlot(Qx), i, this.normalizeSlot()]);
|
|
17107
17107
|
}
|
|
17108
17108
|
};
|
|
17109
|
-
var QM =
|
|
17109
|
+
var QM = je(Xp, wp), vn = /* @__PURE__ */ Ae.extend({
|
|
17110
17110
|
name: wp,
|
|
17111
17111
|
mixins: [KM],
|
|
17112
17112
|
provide: function() {
|
|
@@ -17353,7 +17353,7 @@ var md = 1040, Wo = {
|
|
|
17353
17353
|
getBaseZIndex: function() {
|
|
17354
17354
|
if (hr(this.baseZIndex) && Ee) {
|
|
17355
17355
|
var e = document.createElement("div");
|
|
17356
|
-
qr(e, "modal-backdrop"), qr(e, "d-none"),
|
|
17356
|
+
qr(e, "modal-backdrop"), qr(e, "d-none"), Fe(e, "display", "none"), document.body.appendChild(e), this.baseZIndex = Lx(ar(e).zIndex, md), document.body.removeChild(e);
|
|
17357
17357
|
}
|
|
17358
17358
|
return this.baseZIndex || md;
|
|
17359
17359
|
},
|
|
@@ -17384,25 +17384,25 @@ var md = 1040, Wo = {
|
|
|
17384
17384
|
var r = this.scrollbarWidth;
|
|
17385
17385
|
fi(Wo.FIXED_CONTENT).forEach(function(a) {
|
|
17386
17386
|
var i = jn(a, "paddingRight") || "";
|
|
17387
|
-
On(a, "data-padding-right", i),
|
|
17387
|
+
On(a, "data-padding-right", i), Fe(a, "paddingRight", "".concat(ei(ar(a).paddingRight, 0) + r, "px")), e._paddingChangedForModal.push(a);
|
|
17388
17388
|
}), fi(Wo.STICKY_CONTENT).forEach(function(a) {
|
|
17389
17389
|
var i = jn(a, "marginRight") || "";
|
|
17390
|
-
On(a, "data-margin-right", i),
|
|
17390
|
+
On(a, "data-margin-right", i), Fe(a, "marginRight", "".concat(ei(ar(a).marginRight, 0) - r, "px")), e._marginChangedForModal.push(a);
|
|
17391
17391
|
}), fi(Wo.NAVBAR_TOGGLER).forEach(function(a) {
|
|
17392
17392
|
var i = jn(a, "marginRight") || "";
|
|
17393
|
-
On(a, "data-margin-right", i),
|
|
17393
|
+
On(a, "data-margin-right", i), Fe(a, "marginRight", "".concat(ei(ar(a).marginRight, 0) + r, "px")), e._marginChangedForModal.push(a);
|
|
17394
17394
|
});
|
|
17395
17395
|
var n = jn(e, "paddingRight") || "";
|
|
17396
|
-
On(e, "data-padding-right", n),
|
|
17396
|
+
On(e, "data-padding-right", n), Fe(e, "paddingRight", "".concat(ei(ar(e).paddingRight, 0) + r, "px"));
|
|
17397
17397
|
}
|
|
17398
17398
|
},
|
|
17399
17399
|
resetScrollbar: function() {
|
|
17400
17400
|
var e = document.body;
|
|
17401
17401
|
e._paddingChangedForModal && e._paddingChangedForModal.forEach(function(r) {
|
|
17402
|
-
Uo(r, "data-padding-right") && (
|
|
17402
|
+
Uo(r, "data-padding-right") && (Fe(r, "paddingRight", zo(r, "data-padding-right") || ""), qo(r, "data-padding-right"));
|
|
17403
17403
|
}), e._marginChangedForModal && e._marginChangedForModal.forEach(function(r) {
|
|
17404
|
-
Uo(r, "data-margin-right") && (
|
|
17405
|
-
}), e._paddingChangedForModal = null, e._marginChangedForModal = null, Uo(e, "data-padding-right") && (
|
|
17404
|
+
Uo(r, "data-margin-right") && (Fe(r, "marginRight", zo(r, "data-margin-right") || ""), qo(r, "data-margin-right"));
|
|
17405
|
+
}), e._paddingChangedForModal = null, e._marginChangedForModal = null, Uo(e, "data-padding-right") && (Fe(e, "paddingRight", zo(e, "data-padding-right") || ""), qo(e, "data-padding-right"));
|
|
17406
17406
|
}
|
|
17407
17407
|
}
|
|
17408
17408
|
}), Mn = new sP();
|
|
@@ -17560,7 +17560,7 @@ var _P = {
|
|
|
17560
17560
|
characterData: !0,
|
|
17561
17561
|
attributes: !0,
|
|
17562
17562
|
attributeFilter: ["style", "class"]
|
|
17563
|
-
}, yP =
|
|
17563
|
+
}, yP = je({
|
|
17564
17564
|
size: {
|
|
17565
17565
|
type: String,
|
|
17566
17566
|
default: "md"
|
|
@@ -18426,7 +18426,7 @@ const tm = em.exports, SP = z({
|
|
|
18426
18426
|
CalculateClaimFreeYears: tm,
|
|
18427
18427
|
SimpleCard: Ge,
|
|
18428
18428
|
BirthdateInput: at,
|
|
18429
|
-
ErrorHandler:
|
|
18429
|
+
ErrorHandler: De
|
|
18430
18430
|
},
|
|
18431
18431
|
props: {
|
|
18432
18432
|
link: {
|
|
@@ -18497,10 +18497,10 @@ const tm = em.exports, SP = z({
|
|
|
18497
18497
|
errorsData: x,
|
|
18498
18498
|
claimFreeYearsTitle: I,
|
|
18499
18499
|
claimFreeYearsStep: de,
|
|
18500
|
-
checkClaimFreeYears:
|
|
18500
|
+
checkClaimFreeYears: Pe,
|
|
18501
18501
|
setClaimFreeYears: ge,
|
|
18502
18502
|
onLicenseInput: yt,
|
|
18503
|
-
onLicenseError:
|
|
18503
|
+
onLicenseError: G,
|
|
18504
18504
|
openQuotationModal: W,
|
|
18505
18505
|
openClaimFreeYearModal: Ne,
|
|
18506
18506
|
closeClaimFreeYearModal: Ve,
|
|
@@ -18529,10 +18529,10 @@ const tm = em.exports, SP = z({
|
|
|
18529
18529
|
errorsData: x,
|
|
18530
18530
|
claimFreeYearsTitle: I,
|
|
18531
18531
|
claimFreeYearsStep: de,
|
|
18532
|
-
checkClaimFreeYears:
|
|
18532
|
+
checkClaimFreeYears: Pe,
|
|
18533
18533
|
setClaimFreeYears: ge,
|
|
18534
18534
|
onLicenseInput: yt,
|
|
18535
|
-
onLicenseError:
|
|
18535
|
+
onLicenseError: G,
|
|
18536
18536
|
openQuotationModal: W,
|
|
18537
18537
|
openClaimFreeYearModal: Ne,
|
|
18538
18538
|
closeClaimFreeYearModal: Ve,
|
|
@@ -18596,7 +18596,7 @@ const OP = nm.exports, CP = z({
|
|
|
18596
18596
|
DefaultSelect: Ye,
|
|
18597
18597
|
CalculateClaimFreeYears: tm,
|
|
18598
18598
|
BirthdateInput: at,
|
|
18599
|
-
ErrorHandler:
|
|
18599
|
+
ErrorHandler: De
|
|
18600
18600
|
},
|
|
18601
18601
|
props: {
|
|
18602
18602
|
link: {
|
|
@@ -18661,10 +18661,10 @@ const OP = nm.exports, CP = z({
|
|
|
18661
18661
|
errorsData: x,
|
|
18662
18662
|
checkClaimFreeYears: I,
|
|
18663
18663
|
setClaimFreeYears: de,
|
|
18664
|
-
onLicenseInput:
|
|
18664
|
+
onLicenseInput: Pe,
|
|
18665
18665
|
onLicenseError: ge,
|
|
18666
18666
|
openQuotationModal: yt,
|
|
18667
|
-
openClaimFreeYearModal:
|
|
18667
|
+
openClaimFreeYearModal: G,
|
|
18668
18668
|
closeClaimFreeYearModal: W,
|
|
18669
18669
|
validateBeforeSubmit: Ne
|
|
18670
18670
|
} = op(t, e);
|
|
@@ -18691,10 +18691,10 @@ const OP = nm.exports, CP = z({
|
|
|
18691
18691
|
errorsData: x,
|
|
18692
18692
|
checkClaimFreeYears: I,
|
|
18693
18693
|
setClaimFreeYears: de,
|
|
18694
|
-
onLicenseInput:
|
|
18694
|
+
onLicenseInput: Pe,
|
|
18695
18695
|
onLicenseError: ge,
|
|
18696
18696
|
openQuotationModal: yt,
|
|
18697
|
-
openClaimFreeYearModal:
|
|
18697
|
+
openClaimFreeYearModal: G,
|
|
18698
18698
|
closeClaimFreeYearModal: W,
|
|
18699
18699
|
validateBeforeSubmit: Ne,
|
|
18700
18700
|
userInformation: O,
|
|
@@ -18995,7 +18995,7 @@ const hm = fm.exports, TP = z({
|
|
|
18995
18995
|
ZipcodeInput: vo,
|
|
18996
18996
|
SearchableSelect: hm,
|
|
18997
18997
|
BFormRadioGroup: vn,
|
|
18998
|
-
ErrorHandler:
|
|
18998
|
+
ErrorHandler: De
|
|
18999
18999
|
},
|
|
19000
19000
|
props: {
|
|
19001
19001
|
link: {
|
|
@@ -19042,7 +19042,7 @@ const hm = fm.exports, TP = z({
|
|
|
19042
19042
|
getRaceLists: f,
|
|
19043
19043
|
componentId: l,
|
|
19044
19044
|
isReady: o
|
|
19045
|
-
} = om(t, e,
|
|
19045
|
+
} = om(t, e, ke);
|
|
19046
19046
|
return {
|
|
19047
19047
|
petState: ie,
|
|
19048
19048
|
petForm: r,
|
|
@@ -19103,7 +19103,7 @@ const FP = mm.exports, EP = z({
|
|
|
19103
19103
|
ZipcodeInput: vo,
|
|
19104
19104
|
SearchableSelect: hm,
|
|
19105
19105
|
BFormRadioGroup: vn,
|
|
19106
|
-
ErrorHandler:
|
|
19106
|
+
ErrorHandler: De
|
|
19107
19107
|
},
|
|
19108
19108
|
props: {
|
|
19109
19109
|
link: {
|
|
@@ -19146,7 +19146,7 @@ const FP = mm.exports, EP = z({
|
|
|
19146
19146
|
getRaceLists: f,
|
|
19147
19147
|
componentId: l,
|
|
19148
19148
|
isReady: o
|
|
19149
|
-
} = om(t, e,
|
|
19149
|
+
} = om(t, e, ke);
|
|
19150
19150
|
return {
|
|
19151
19151
|
petState: ie,
|
|
19152
19152
|
petForm: r,
|
|
@@ -19319,7 +19319,7 @@ const IP = _m.exports, ym = (t, e) => {
|
|
|
19319
19319
|
ZipcodeInput: vo,
|
|
19320
19320
|
BFormRadioGroup: vn,
|
|
19321
19321
|
BirthdateInput: at,
|
|
19322
|
-
ErrorHandler:
|
|
19322
|
+
ErrorHandler: De
|
|
19323
19323
|
},
|
|
19324
19324
|
props: {
|
|
19325
19325
|
link: {
|
|
@@ -19416,7 +19416,7 @@ const VP = Sm.exports, LP = z({
|
|
|
19416
19416
|
ZipcodeInput: vo,
|
|
19417
19417
|
BFormRadioGroup: vn,
|
|
19418
19418
|
BirthdateInput: at,
|
|
19419
|
-
ErrorHandler:
|
|
19419
|
+
ErrorHandler: De
|
|
19420
19420
|
},
|
|
19421
19421
|
props: {
|
|
19422
19422
|
link: {
|
|
@@ -19534,9 +19534,9 @@ const Cm = (t, e, r, n) => {
|
|
|
19534
19534
|
}), l = () => Q(void 0, null, function* () {
|
|
19535
19535
|
try {
|
|
19536
19536
|
console.warn("create comparison");
|
|
19537
|
-
const h =
|
|
19537
|
+
const h = r.comparisonService;
|
|
19538
19538
|
console.warn(h);
|
|
19539
|
-
const u = new
|
|
19539
|
+
const u = new Z.User({});
|
|
19540
19540
|
u.setBirthDate(O.birthdate), u.setFamilyComposition(O.familyComposition), u.setDetail(null, {}), u.setDetail(
|
|
19541
19541
|
"comparison",
|
|
19542
19542
|
{
|
|
@@ -19588,7 +19588,7 @@ const Cm = (t, e, r, n) => {
|
|
|
19588
19588
|
const m = yield h.create("travel", u);
|
|
19589
19589
|
console.warn(m), ti.value = m.getId(), Rn.value = `${t.link}#/${ti.value}/gezinsleden/`, console.warn(ti.value), console.warn(Rn.value), O.familyComposition === Yh.SingleWithoutChildren && gt.paymentTerm === "L" && (console.warn("resultaten"), Rn.value = `${t.link}#/${ti.value}/resultaten/`), console.warn(Rn.value), console.warn("redirect"), e("redirect-page", { link: Rn.value }), Jo.value = !1;
|
|
19590
19590
|
} catch (h) {
|
|
19591
|
-
console.warn(h), console.warn("errorroror"),
|
|
19591
|
+
console.warn(h), console.warn("errorroror"), Go.value = "errorHeader", bd.value = "errorText", Zo.value = "incorrect", o();
|
|
19592
19592
|
}
|
|
19593
19593
|
}), o = () => {
|
|
19594
19594
|
Jo.value = !0, console.warn(c.value), console.warn(s.value), console.warn(i.value), console.warn(f.value), e("emit-event-hub", {
|
|
@@ -19701,7 +19701,7 @@ const Pm = Mm.exports, Rm = [
|
|
|
19701
19701
|
BirthdateInput: at,
|
|
19702
19702
|
FamilyCompositionInput: ao,
|
|
19703
19703
|
DefaultPlainRadioGroup: Pm,
|
|
19704
|
-
ErrorHandler:
|
|
19704
|
+
ErrorHandler: De,
|
|
19705
19705
|
BFormRadioGroup: vn
|
|
19706
19706
|
},
|
|
19707
19707
|
props: {
|
|
@@ -19758,7 +19758,7 @@ const Pm = Mm.exports, Rm = [
|
|
|
19758
19758
|
setup(t, { emit: e }) {
|
|
19759
19759
|
const {
|
|
19760
19760
|
validateBeforeSubmit: r
|
|
19761
|
-
} = Cm(t, e);
|
|
19761
|
+
} = Cm(t, e, ke);
|
|
19762
19762
|
return {
|
|
19763
19763
|
paymentTerms: Rm,
|
|
19764
19764
|
errors: le,
|
|
@@ -19802,7 +19802,7 @@ const GP = jm.exports, ZP = z({
|
|
|
19802
19802
|
BirthdateInput: at,
|
|
19803
19803
|
FamilyCompositionInput: ao,
|
|
19804
19804
|
DefaultPlainRadioGroup: Pm,
|
|
19805
|
-
ErrorHandler:
|
|
19805
|
+
ErrorHandler: De,
|
|
19806
19806
|
BFormRadioGroup: vn
|
|
19807
19807
|
},
|
|
19808
19808
|
props: {
|
|
@@ -19854,7 +19854,7 @@ const GP = jm.exports, ZP = z({
|
|
|
19854
19854
|
setup(t, { emit: e }) {
|
|
19855
19855
|
const {
|
|
19856
19856
|
validateBeforeSubmit: r
|
|
19857
|
-
} = Cm(t, e);
|
|
19857
|
+
} = Cm(t, e, ke);
|
|
19858
19858
|
return {
|
|
19859
19859
|
paymentTerms: Rm,
|
|
19860
19860
|
errors: le,
|