@vergelijkdirect/comparison-forms 1.0.129 → 1.0.130
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 +290 -290
- package/dist-rollup/comparison-forms.umd.cjs +11 -11
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var hm = Object.defineProperty;
|
|
2
2
|
var En = Object.getOwnPropertySymbols;
|
|
3
3
|
var Mu = Object.prototype.hasOwnProperty, xu = Object.prototype.propertyIsEnumerable;
|
|
4
|
-
var qi = (t, e, r) => e in t ? hm(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r,
|
|
4
|
+
var qi = (t, e, r) => e in t ? hm(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, hr = (t, e) => {
|
|
5
5
|
for (var r in e || (e = {}))
|
|
6
6
|
Mu.call(e, r) && qi(t, r, e[r]);
|
|
7
7
|
if (En)
|
|
@@ -35,7 +35,7 @@ var le = (t, e, r) => new Promise((n, a) => {
|
|
|
35
35
|
}, d = (f) => f.done ? n(f.value) : Promise.resolve(f.value).then(i, s);
|
|
36
36
|
d((r = r.apply(t, e)).next());
|
|
37
37
|
});
|
|
38
|
-
import tt, { reactive as De, ref as j, getCurrentInstance as
|
|
38
|
+
import tt, { reactive as De, ref as j, getCurrentInstance as nr, computed as ce, onMounted as At, defineComponent as ie, nextTick as Sr, watch as Mc, onBeforeUnmount as mm, inject as Ru } from "vue";
|
|
39
39
|
function pm(t, e) {
|
|
40
40
|
for (var r = 0; r < e.length; r++) {
|
|
41
41
|
const n = e[r];
|
|
@@ -168,7 +168,7 @@ function _m(t) {
|
|
|
168
168
|
function Xe(t) {
|
|
169
169
|
return t instanceof Array || Object.prototype.toString.call(t) === "[object Array]";
|
|
170
170
|
}
|
|
171
|
-
function
|
|
171
|
+
function ar(t) {
|
|
172
172
|
return t != null && Object.prototype.toString.call(t) === "[object Object]";
|
|
173
173
|
}
|
|
174
174
|
function L(t, e) {
|
|
@@ -315,9 +315,9 @@ function gm(t) {
|
|
|
315
315
|
function ko(t, e) {
|
|
316
316
|
var r = Ut({}, t), n;
|
|
317
317
|
for (n in e)
|
|
318
|
-
L(e, n) && (
|
|
318
|
+
L(e, n) && (ar(t[n]) && ar(e[n]) ? (r[n] = {}, Ut(r[n], t[n]), Ut(r[n], e[n])) : e[n] != null ? r[n] = e[n] : delete r[n]);
|
|
319
319
|
for (n in t)
|
|
320
|
-
L(t, n) && !L(e, n) &&
|
|
320
|
+
L(t, n) && !L(e, n) && ar(t[n]) && (r[n] = Ut({}, r[n]));
|
|
321
321
|
return r;
|
|
322
322
|
}
|
|
323
323
|
function Wo(t) {
|
|
@@ -346,14 +346,14 @@ function lt(t, e, r) {
|
|
|
346
346
|
var n = "" + Math.abs(t), a = e - n.length, i = t >= 0;
|
|
347
347
|
return (i ? r ? "+" : "" : "-") + Math.pow(10, Math.max(0, a)).toString().substr(1) + n;
|
|
348
348
|
}
|
|
349
|
-
var zo = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, Nn = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, zi = {},
|
|
349
|
+
var zo = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, Nn = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, zi = {}, Pr = {};
|
|
350
350
|
function P(t, e, r, n) {
|
|
351
351
|
var a = n;
|
|
352
352
|
typeof n == "string" && (a = function() {
|
|
353
353
|
return this[n]();
|
|
354
|
-
}), t && (
|
|
354
|
+
}), t && (Pr[t] = a), e && (Pr[e[0]] = function() {
|
|
355
355
|
return lt(a.apply(this, arguments), e[1], e[2]);
|
|
356
|
-
}), r && (
|
|
356
|
+
}), r && (Pr[r] = function() {
|
|
357
357
|
return this.localeData().ordinal(
|
|
358
358
|
a.apply(this, arguments),
|
|
359
359
|
t
|
|
@@ -366,7 +366,7 @@ function Sm(t) {
|
|
|
366
366
|
function Om(t) {
|
|
367
367
|
var e = t.match(zo), r, n;
|
|
368
368
|
for (r = 0, n = e.length; r < n; r++)
|
|
369
|
-
|
|
369
|
+
Pr[e[r]] ? e[r] = Pr[e[r]] : e[r] = Sm(e[r]);
|
|
370
370
|
return function(a) {
|
|
371
371
|
var i = "", s;
|
|
372
372
|
for (s = 0; s < n; s++)
|
|
@@ -473,7 +473,7 @@ function Y(t) {
|
|
|
473
473
|
var e = +t, r = 0;
|
|
474
474
|
return e !== 0 && isFinite(e) && (r = Le(e)), r;
|
|
475
475
|
}
|
|
476
|
-
function
|
|
476
|
+
function Er(t, e) {
|
|
477
477
|
return function(r) {
|
|
478
478
|
return r != null ? ($c(this, t, r), O.updateOffset(this, e), this) : Wa(this, t);
|
|
479
479
|
};
|
|
@@ -501,7 +501,7 @@ function Fm(t, e) {
|
|
|
501
501
|
return this[t](e);
|
|
502
502
|
return this;
|
|
503
503
|
}
|
|
504
|
-
var Ac = /\d/, Fe = /\d\d/, Yc = /\d{3}/, Zo = /\d{4}/, di = /[+-]?\d{6}/, Q = /\d\d?/, Fc = /\d\d\d\d?/, Ic = /\d\d\d\d\d\d?/, fi = /\d{1,3}/, Jo = /\d{1,4}/, hi = /[+-]?\d{1,6}/,
|
|
504
|
+
var Ac = /\d/, Fe = /\d\d/, Yc = /\d{3}/, Zo = /\d{4}/, di = /[+-]?\d{6}/, Q = /\d\d?/, Fc = /\d\d\d\d?/, Ic = /\d\d\d\d\d\d?/, fi = /\d{1,3}/, Jo = /\d{1,4}/, hi = /[+-]?\d{1,6}/, Nr = /\d+/, mi = /[+-]?\d+/, Im = /Z|[+-]\d\d:?\d\d/gi, pi = /Z|[+-]\d\d(?::?\d\d)?/gi, Em = /[+-]?\d+(\.\d{1,3})?/, Cn = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, za;
|
|
505
505
|
za = {};
|
|
506
506
|
function C(t, e, r) {
|
|
507
507
|
za[t] = pt(e) ? e : function(n, a) {
|
|
@@ -537,7 +537,7 @@ function Mn(t, e) {
|
|
|
537
537
|
function Vm(t, e, r) {
|
|
538
538
|
e != null && L(Mo, t) && Mo[t](e, r._a, r, t);
|
|
539
539
|
}
|
|
540
|
-
var ve = 0, kt = 1, ot = 2, de = 3, Ze = 4, Ct = 5,
|
|
540
|
+
var ve = 0, kt = 1, ot = 2, de = 3, Ze = 4, Ct = 5, tr = 6, Hm = 7, Bm = 8;
|
|
541
541
|
function qm(t, e) {
|
|
542
542
|
return (t % e + e) % e;
|
|
543
543
|
}
|
|
@@ -697,7 +697,7 @@ function sn(t) {
|
|
|
697
697
|
O.parseTwoDigitYear = function(t) {
|
|
698
698
|
return Y(t) + (Y(t) > 68 ? 1900 : 2e3);
|
|
699
699
|
};
|
|
700
|
-
var Bc =
|
|
700
|
+
var Bc = Er("FullYear", !0);
|
|
701
701
|
function tp() {
|
|
702
702
|
return ci(this.year());
|
|
703
703
|
}
|
|
@@ -990,7 +990,7 @@ W("Hmmss", function(t, e, r) {
|
|
|
990
990
|
function Pp(t) {
|
|
991
991
|
return (t + "").toLowerCase().charAt(0) === "p";
|
|
992
992
|
}
|
|
993
|
-
var Rp = /[ap]\.?m?\.?/i, Dp =
|
|
993
|
+
var Rp = /[ap]\.?m?\.?/i, Dp = Er("Hours", !0);
|
|
994
994
|
function jp(t, e, r) {
|
|
995
995
|
return t > 11 ? r ? "pm" : "PM" : r ? "am" : "AM";
|
|
996
996
|
}
|
|
@@ -1008,7 +1008,7 @@ var Gc = {
|
|
|
1008
1008
|
weekdaysMin: fp,
|
|
1009
1009
|
weekdaysShort: Uc,
|
|
1010
1010
|
meridiemParse: Rp
|
|
1011
|
-
}, te = {},
|
|
1011
|
+
}, te = {}, Gr = {}, hn;
|
|
1012
1012
|
function Tp(t, e) {
|
|
1013
1013
|
var r, n = Math.min(t.length, e.length);
|
|
1014
1014
|
for (r = 0; r < n; r += 1)
|
|
@@ -1062,11 +1062,11 @@ function es(t, e) {
|
|
|
1062
1062
|
else if (r = _i(e.parentLocale), r != null)
|
|
1063
1063
|
n = r._config;
|
|
1064
1064
|
else
|
|
1065
|
-
return
|
|
1065
|
+
return Gr[e.parentLocale] || (Gr[e.parentLocale] = []), Gr[e.parentLocale].push({
|
|
1066
1066
|
name: t,
|
|
1067
1067
|
config: e
|
|
1068
1068
|
}), null;
|
|
1069
|
-
return te[t] = new Wo(ko(n, e)),
|
|
1069
|
+
return te[t] = new Wo(ko(n, e)), Gr[t] && Gr[t].forEach(function(a) {
|
|
1070
1070
|
es(a.name, a.config);
|
|
1071
1071
|
}), Zt(t), te[t];
|
|
1072
1072
|
} else
|
|
@@ -1096,7 +1096,7 @@ function Yp() {
|
|
|
1096
1096
|
}
|
|
1097
1097
|
function ts(t) {
|
|
1098
1098
|
var e, r = t._a;
|
|
1099
|
-
return r && T(t).overflow === -2 && (e = r[kt] < 0 || r[kt] > 11 ? kt : r[ot] < 1 || r[ot] > vi(r[ve], r[kt]) ? ot : r[de] < 0 || r[de] > 24 || r[de] === 24 && (r[Ze] !== 0 || r[Ct] !== 0 || r[
|
|
1099
|
+
return r && T(t).overflow === -2 && (e = r[kt] < 0 || r[kt] > 11 ? kt : r[ot] < 1 || r[ot] > vi(r[ve], r[kt]) ? ot : r[de] < 0 || r[de] > 24 || r[de] === 24 && (r[Ze] !== 0 || r[Ct] !== 0 || r[tr] !== 0) ? de : r[Ze] < 0 || r[Ze] > 59 ? Ze : r[Ct] < 0 || r[Ct] > 59 ? Ct : r[tr] < 0 || r[tr] > 999 ? tr : -1, T(t)._overflowDayOfYear && (e < ve || e > ot) && (e = ot), T(t)._overflowWeeks && e === -1 && (e = Hm), T(t)._overflowWeekday && e === -1 && (e = Bm), T(t).overflow = e), t;
|
|
1100
1100
|
}
|
|
1101
1101
|
var Fp = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, Ip = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, Ep = /Z|[+-]\d\d(?::?\d\d)?/, Ln = [
|
|
1102
1102
|
["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
|
|
@@ -1247,7 +1247,7 @@ O.createFromInputFallback = Be(
|
|
|
1247
1247
|
t._d = /* @__PURE__ */ new Date(t._i + (t._useUTC ? " UTC" : ""));
|
|
1248
1248
|
}
|
|
1249
1249
|
);
|
|
1250
|
-
function
|
|
1250
|
+
function gr(t, e, r) {
|
|
1251
1251
|
return t != null ? t : e != null ? e : r;
|
|
1252
1252
|
}
|
|
1253
1253
|
function Gp(t) {
|
|
@@ -1261,11 +1261,11 @@ function Gp(t) {
|
|
|
1261
1261
|
function rs(t) {
|
|
1262
1262
|
var e, r, n = [], a, i, s;
|
|
1263
1263
|
if (!t._d) {
|
|
1264
|
-
for (a = Gp(t), t._w && t._a[ot] == null && t._a[kt] == null && Zp(t), t._dayOfYear != null && (s =
|
|
1264
|
+
for (a = Gp(t), t._w && t._a[ot] == null && t._a[kt] == null && Zp(t), t._dayOfYear != null && (s = gr(t._a[ve], a[ve]), (t._dayOfYear > sn(s) || t._dayOfYear === 0) && (T(t)._overflowDayOfYear = !0), r = dn(s, 0, t._dayOfYear), t._a[kt] = r.getUTCMonth(), t._a[ot] = r.getUTCDate()), e = 0; e < 3 && t._a[e] == null; ++e)
|
|
1265
1265
|
t._a[e] = n[e] = a[e];
|
|
1266
1266
|
for (; e < 7; e++)
|
|
1267
1267
|
t._a[e] = n[e] = t._a[e] == null ? e === 2 ? 1 : 0 : t._a[e];
|
|
1268
|
-
t._a[de] === 24 && t._a[Ze] === 0 && t._a[Ct] === 0 && t._a[
|
|
1268
|
+
t._a[de] === 24 && t._a[Ze] === 0 && t._a[Ct] === 0 && t._a[tr] === 0 && (t._nextDay = !0, t._a[de] = 0), t._d = (t._useUTC ? dn : rp).apply(
|
|
1269
1269
|
null,
|
|
1270
1270
|
n
|
|
1271
1271
|
), i = t._useUTC ? t._d.getUTCDay() : t._d.getDay(), t._tzm != null && t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), t._nextDay && (t._a[de] = 24), t._w && typeof t._w.d != "undefined" && t._w.d !== i && (T(t).weekdayMismatch = !0);
|
|
@@ -1273,11 +1273,11 @@ function rs(t) {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
function Zp(t) {
|
|
1275
1275
|
var e, r, n, a, i, s, d, f, u;
|
|
1276
|
-
e = t._w, e.GG != null || e.W != null || e.E != null ? (i = 1, s = 4, r =
|
|
1276
|
+
e = t._w, e.GG != null || e.W != null || e.E != null ? (i = 1, s = 4, r = gr(
|
|
1277
1277
|
e.GG,
|
|
1278
1278
|
t._a[ve],
|
|
1279
1279
|
fn(J(), 1, 4).year
|
|
1280
|
-
), n =
|
|
1280
|
+
), n = gr(e.W, 1), a = gr(e.E, 1), (a < 1 || a > 7) && (f = !0)) : (i = t._locale._week.dow, s = t._locale._week.doy, u = fn(J(), i, s), r = gr(e.gg, t._a[ve], u.year), n = gr(e.w, u.week), e.d != null ? (a = e.d, (a < 0 || a > 6) && (f = !0)) : e.e != null ? (a = e.e + i, (e.e < 0 || e.e > 6) && (f = !0)) : a = i), n < 1 || n > Pt(r, i, s) ? T(t)._overflowWeeks = !0 : f != null ? T(t)._overflowWeekday = !0 : (d = qc(r, n, a, i, s), t._a[ve] = d.year, t._dayOfYear = d.dayOfYear);
|
|
1281
1281
|
}
|
|
1282
1282
|
O.ISO_8601 = function() {
|
|
1283
1283
|
};
|
|
@@ -1297,7 +1297,7 @@ function ns(t) {
|
|
|
1297
1297
|
for (a = jc(t._f, t._locale).match(zo) || [], r = 0; r < a.length; r++)
|
|
1298
1298
|
i = a[r], n = (e.match(Nm(i, t)) || [])[0], n && (s = e.substr(0, e.indexOf(n)), s.length > 0 && T(t).unusedInput.push(s), e = e.slice(
|
|
1299
1299
|
e.indexOf(n) + n.length
|
|
1300
|
-
), f += n.length),
|
|
1300
|
+
), f += n.length), Pr[i] ? (n ? T(t).empty = !1 : T(t).unusedTokens.push(i), Vm(i, n, t)) : t._strict && !n && T(t).unusedTokens.push(i);
|
|
1301
1301
|
T(t).charsLeftOver = d - f, e.length > 0 && T(t).unusedInput.push(e), t._a[de] <= 12 && T(t).bigHour === !0 && t._a[de] > 0 && (T(t).bigHour = void 0), T(t).parsedDateParts = t._a.slice(0), T(t).meridiem = t._meridiem, t._a[de] = Jp(
|
|
1302
1302
|
t._locale,
|
|
1303
1303
|
t._a[de],
|
|
@@ -1341,11 +1341,11 @@ function ev(t) {
|
|
|
1341
1341
|
var e = t._i;
|
|
1342
1342
|
Ce(e) ? t._d = new Date(O.now()) : On(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? zp(t) : Xe(e) ? (t._a = Pc(e.slice(0), function(r) {
|
|
1343
1343
|
return parseInt(r, 10);
|
|
1344
|
-
}), rs(t)) :
|
|
1344
|
+
}), rs(t)) : ar(e) ? Qp(t) : jt(e) ? t._d = new Date(e) : O.createFromInputFallback(t);
|
|
1345
1345
|
}
|
|
1346
1346
|
function Qc(t, e, r, n, a) {
|
|
1347
1347
|
var i = {};
|
|
1348
|
-
return (e === !0 || e === !1) && (n = e, e = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (
|
|
1348
|
+
return (e === !0 || e === !1) && (n = e, e = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (ar(t) && Bo(t) || Xe(t) && t.length === 0) && (t = void 0), i._isAMomentObject = !0, i._useUTC = i._isUTC = a, i._l = r, i._i = t, i._f = e, i._strict = n, Kp(i);
|
|
1349
1349
|
}
|
|
1350
1350
|
function J(t, e, r, n) {
|
|
1351
1351
|
return Qc(t, e, r, n, !1);
|
|
@@ -1381,7 +1381,7 @@ function av() {
|
|
|
1381
1381
|
}
|
|
1382
1382
|
var iv = function() {
|
|
1383
1383
|
return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
|
|
1384
|
-
},
|
|
1384
|
+
}, Zr = [
|
|
1385
1385
|
"year",
|
|
1386
1386
|
"quarter",
|
|
1387
1387
|
"month",
|
|
@@ -1395,13 +1395,13 @@ var iv = function() {
|
|
|
1395
1395
|
function ov(t) {
|
|
1396
1396
|
var e, r = !1, n;
|
|
1397
1397
|
for (e in t)
|
|
1398
|
-
if (L(t, e) && !(ne.call(
|
|
1398
|
+
if (L(t, e) && !(ne.call(Zr, e) !== -1 && (t[e] == null || !isNaN(t[e]))))
|
|
1399
1399
|
return !1;
|
|
1400
|
-
for (n = 0; n <
|
|
1401
|
-
if (t[
|
|
1400
|
+
for (n = 0; n < Zr.length; ++n)
|
|
1401
|
+
if (t[Zr[n]]) {
|
|
1402
1402
|
if (r)
|
|
1403
1403
|
return !1;
|
|
1404
|
-
parseFloat(t[
|
|
1404
|
+
parseFloat(t[Zr[n]]) !== Y(t[Zr[n]]) && (r = !0);
|
|
1405
1405
|
}
|
|
1406
1406
|
return !0;
|
|
1407
1407
|
}
|
|
@@ -1527,7 +1527,7 @@ function rt(t, e) {
|
|
|
1527
1527
|
h: Y(n[de]) * a,
|
|
1528
1528
|
m: Y(n[Ze]) * a,
|
|
1529
1529
|
s: Y(n[Ct]) * a,
|
|
1530
|
-
ms: Y(xo(n[
|
|
1530
|
+
ms: Y(xo(n[tr] * 1e3)) * a
|
|
1531
1531
|
// the millisecond decimal point is included in the match
|
|
1532
1532
|
}) : (n = Sv.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
|
|
1533
1533
|
y: Xt(n[2], a),
|
|
@@ -1577,7 +1577,7 @@ function Mv(t) {
|
|
|
1577
1577
|
return Qe(t) || On(t) || ad(t) || jt(t) || Pv(t) || xv(t) || t === null || t === void 0;
|
|
1578
1578
|
}
|
|
1579
1579
|
function xv(t) {
|
|
1580
|
-
var e =
|
|
1580
|
+
var e = ar(t) && !Bo(t), r = !1, n = [
|
|
1581
1581
|
"years",
|
|
1582
1582
|
"year",
|
|
1583
1583
|
"y",
|
|
@@ -1614,7 +1614,7 @@ function Pv(t) {
|
|
|
1614
1614
|
}).length === 0), e && r;
|
|
1615
1615
|
}
|
|
1616
1616
|
function Rv(t) {
|
|
1617
|
-
var e =
|
|
1617
|
+
var e = ar(t) && !Bo(t), r = !1, n = [
|
|
1618
1618
|
"sameDay",
|
|
1619
1619
|
"nextDay",
|
|
1620
1620
|
"lastDay",
|
|
@@ -1757,8 +1757,8 @@ var od = Be(
|
|
|
1757
1757
|
function sd() {
|
|
1758
1758
|
return this._locale;
|
|
1759
1759
|
}
|
|
1760
|
-
var Za = 1e3,
|
|
1761
|
-
function
|
|
1760
|
+
var Za = 1e3, Rr = 60 * Za, Ja = 60 * Rr, ud = (365 * 400 + 97) * 24 * Ja;
|
|
1761
|
+
function Dr(t, e) {
|
|
1762
1762
|
return (t % e + e) % e;
|
|
1763
1763
|
}
|
|
1764
1764
|
function ld(t, e, r) {
|
|
@@ -1804,16 +1804,16 @@ function Gv(t) {
|
|
|
1804
1804
|
e = r(this.year(), this.month(), this.date());
|
|
1805
1805
|
break;
|
|
1806
1806
|
case "hour":
|
|
1807
|
-
e = this._d.valueOf(), e -=
|
|
1808
|
-
e + (this._isUTC ? 0 : this.utcOffset() *
|
|
1807
|
+
e = this._d.valueOf(), e -= Dr(
|
|
1808
|
+
e + (this._isUTC ? 0 : this.utcOffset() * Rr),
|
|
1809
1809
|
Ja
|
|
1810
1810
|
);
|
|
1811
1811
|
break;
|
|
1812
1812
|
case "minute":
|
|
1813
|
-
e = this._d.valueOf(), e -=
|
|
1813
|
+
e = this._d.valueOf(), e -= Dr(e, Rr);
|
|
1814
1814
|
break;
|
|
1815
1815
|
case "second":
|
|
1816
|
-
e = this._d.valueOf(), e -=
|
|
1816
|
+
e = this._d.valueOf(), e -= Dr(e, Za);
|
|
1817
1817
|
break;
|
|
1818
1818
|
}
|
|
1819
1819
|
return this._d.setTime(e), O.updateOffset(this, !0), this;
|
|
@@ -1855,16 +1855,16 @@ function Zv(t) {
|
|
|
1855
1855
|
e = r(this.year(), this.month(), this.date() + 1) - 1;
|
|
1856
1856
|
break;
|
|
1857
1857
|
case "hour":
|
|
1858
|
-
e = this._d.valueOf(), e += Ja -
|
|
1859
|
-
e + (this._isUTC ? 0 : this.utcOffset() *
|
|
1858
|
+
e = this._d.valueOf(), e += Ja - Dr(
|
|
1859
|
+
e + (this._isUTC ? 0 : this.utcOffset() * Rr),
|
|
1860
1860
|
Ja
|
|
1861
1861
|
) - 1;
|
|
1862
1862
|
break;
|
|
1863
1863
|
case "minute":
|
|
1864
|
-
e = this._d.valueOf(), e +=
|
|
1864
|
+
e = this._d.valueOf(), e += Rr - Dr(e, Rr) - 1;
|
|
1865
1865
|
break;
|
|
1866
1866
|
case "second":
|
|
1867
|
-
e = this._d.valueOf(), e += Za -
|
|
1867
|
+
e = this._d.valueOf(), e += Za - Dr(e, Za) - 1;
|
|
1868
1868
|
break;
|
|
1869
1869
|
}
|
|
1870
1870
|
return this._d.setTime(e), O.updateOffset(this, !0), this;
|
|
@@ -1941,10 +1941,10 @@ W(["N", "NN", "NNN", "NNNN", "NNNNN"], function(t, e, r, n) {
|
|
|
1941
1941
|
var a = r._locale.erasParse(t, n, r._strict);
|
|
1942
1942
|
a ? T(r).era = a : T(r).invalidEra = t;
|
|
1943
1943
|
});
|
|
1944
|
-
C("y",
|
|
1945
|
-
C("yy",
|
|
1946
|
-
C("yyy",
|
|
1947
|
-
C("yyyy",
|
|
1944
|
+
C("y", Nr);
|
|
1945
|
+
C("yy", Nr);
|
|
1946
|
+
C("yyy", Nr);
|
|
1947
|
+
C("yyyy", Nr);
|
|
1948
1948
|
C("yo", y_);
|
|
1949
1949
|
W(["y", "yy", "yyy", "yyyy"], ve);
|
|
1950
1950
|
W(["yo"], function(t, e, r, n) {
|
|
@@ -2044,7 +2044,7 @@ function __(t, e) {
|
|
|
2044
2044
|
return e.erasNarrowRegex(t);
|
|
2045
2045
|
}
|
|
2046
2046
|
function y_(t, e) {
|
|
2047
|
-
return e._eraYearOrdinalRegex ||
|
|
2047
|
+
return e._eraYearOrdinalRegex || Nr;
|
|
2048
2048
|
}
|
|
2049
2049
|
function ss() {
|
|
2050
2050
|
var t = [], e = [], r = [], n = [], a, i, s = this.eras();
|
|
@@ -2150,7 +2150,7 @@ W(["D", "DD"], ot);
|
|
|
2150
2150
|
W("Do", function(t, e) {
|
|
2151
2151
|
e[ot] = Y(t.match(Q)[0]);
|
|
2152
2152
|
});
|
|
2153
|
-
var fd =
|
|
2153
|
+
var fd = Er("Date", !0);
|
|
2154
2154
|
P("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
2155
2155
|
ye("dayOfYear", "DDD");
|
|
2156
2156
|
ge("dayOfYear", 4);
|
|
@@ -2171,14 +2171,14 @@ ge("minute", 14);
|
|
|
2171
2171
|
C("m", Q);
|
|
2172
2172
|
C("mm", Q, Fe);
|
|
2173
2173
|
W(["m", "mm"], Ze);
|
|
2174
|
-
var P_ =
|
|
2174
|
+
var P_ = Er("Minutes", !1);
|
|
2175
2175
|
P("s", ["ss", 2], 0, "second");
|
|
2176
2176
|
ye("second", "s");
|
|
2177
2177
|
ge("second", 15);
|
|
2178
2178
|
C("s", Q);
|
|
2179
2179
|
C("ss", Q, Fe);
|
|
2180
2180
|
W(["s", "ss"], Ct);
|
|
2181
|
-
var R_ =
|
|
2181
|
+
var R_ = Er("Seconds", !1);
|
|
2182
2182
|
P("S", 0, 0, function() {
|
|
2183
2183
|
return ~~(this.millisecond() / 100);
|
|
2184
2184
|
});
|
|
@@ -2211,13 +2211,13 @@ C("SS", fi, Fe);
|
|
|
2211
2211
|
C("SSS", fi, Yc);
|
|
2212
2212
|
var Wt, hd;
|
|
2213
2213
|
for (Wt = "SSSS"; Wt.length <= 9; Wt += "S")
|
|
2214
|
-
C(Wt,
|
|
2214
|
+
C(Wt, Nr);
|
|
2215
2215
|
function D_(t, e) {
|
|
2216
|
-
e[
|
|
2216
|
+
e[tr] = Y(("0." + t) * 1e3);
|
|
2217
2217
|
}
|
|
2218
2218
|
for (Wt = "S"; Wt.length <= 9; Wt += "S")
|
|
2219
2219
|
W(Wt, D_);
|
|
2220
|
-
hd =
|
|
2220
|
+
hd = Er("Milliseconds", !1);
|
|
2221
2221
|
P("z", 0, 0, "zoneAbbr");
|
|
2222
2222
|
P("zz", 0, 0, "zoneName");
|
|
2223
2223
|
function j_() {
|
|
@@ -2511,16 +2511,16 @@ function ty() {
|
|
|
2511
2511
|
function ry(t) {
|
|
2512
2512
|
return t = qe(t), this.isValid() ? this[t + "s"]() : NaN;
|
|
2513
2513
|
}
|
|
2514
|
-
function
|
|
2514
|
+
function lr(t) {
|
|
2515
2515
|
return function() {
|
|
2516
2516
|
return this.isValid() ? this._data[t] : NaN;
|
|
2517
2517
|
};
|
|
2518
2518
|
}
|
|
2519
|
-
var ny =
|
|
2519
|
+
var ny = lr("milliseconds"), ay = lr("seconds"), iy = lr("minutes"), oy = lr("hours"), sy = lr("days"), uy = lr("months"), ly = lr("years");
|
|
2520
2520
|
function cy() {
|
|
2521
2521
|
return Le(this.days() / 7);
|
|
2522
2522
|
}
|
|
2523
|
-
var wt = Math.round,
|
|
2523
|
+
var wt = Math.round, Or = {
|
|
2524
2524
|
ss: 44,
|
|
2525
2525
|
// a few seconds to seconds
|
|
2526
2526
|
s: 45,
|
|
@@ -2547,23 +2547,23 @@ function hy(t) {
|
|
|
2547
2547
|
return t === void 0 ? wt : typeof t == "function" ? (wt = t, !0) : !1;
|
|
2548
2548
|
}
|
|
2549
2549
|
function my(t, e) {
|
|
2550
|
-
return
|
|
2550
|
+
return Or[t] === void 0 ? !1 : e === void 0 ? Or[t] : (Or[t] = e, t === "s" && (Or.ss = e - 1), !0);
|
|
2551
2551
|
}
|
|
2552
2552
|
function py(t, e) {
|
|
2553
2553
|
if (!this.isValid())
|
|
2554
2554
|
return this.localeData().invalidDate();
|
|
2555
|
-
var r = !1, n =
|
|
2556
|
-
return typeof t == "object" && (e = t, t = !1), typeof t == "boolean" && (r = t), typeof e == "object" && (n = Object.assign({},
|
|
2555
|
+
var r = !1, n = Or, a, i;
|
|
2556
|
+
return typeof t == "object" && (e = t, t = !1), typeof t == "boolean" && (r = t), typeof e == "object" && (n = Object.assign({}, Or, e), e.s != null && e.ss == null && (n.ss = e.s - 1)), a = this.localeData(), i = fy(this, !r, n, a), r && (i = a.pastFuture(+this, i)), a.postformat(i);
|
|
2557
2557
|
}
|
|
2558
2558
|
var Zi = Math.abs;
|
|
2559
|
-
function
|
|
2559
|
+
function mr(t) {
|
|
2560
2560
|
return (t > 0) - (t < 0) || +t;
|
|
2561
2561
|
}
|
|
2562
2562
|
function bi() {
|
|
2563
2563
|
if (!this.isValid())
|
|
2564
2564
|
return this.localeData().invalidDate();
|
|
2565
2565
|
var t = Zi(this._milliseconds) / 1e3, e = Zi(this._days), r = Zi(this._months), n, a, i, s, d = this.asSeconds(), f, u, o, c;
|
|
2566
|
-
return d ? (n = Le(t / 60), a = Le(n / 60), t %= 60, n %= 60, i = Le(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", f = d < 0 ? "-" : "", u =
|
|
2566
|
+
return d ? (n = Le(t / 60), a = Le(n / 60), t %= 60, n %= 60, i = Le(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", f = d < 0 ? "-" : "", u = mr(this._months) !== mr(d) ? "-" : "", o = mr(this._days) !== mr(d) ? "-" : "", c = mr(this._milliseconds) !== mr(d) ? "-" : "", f + "P" + (i ? u + i + "Y" : "") + (r ? u + r + "M" : "") + (e ? o + e + "D" : "") + (a || n || t ? "T" : "") + (a ? c + a + "H" : "") + (n ? c + n + "M" : "") + (t ? c + s + "S" : "")) : "P0D";
|
|
2567
2567
|
}
|
|
2568
2568
|
var E = yi.prototype;
|
|
2569
2569
|
E.isValid = sv;
|
|
@@ -2704,9 +2704,9 @@ const by = (t) => {
|
|
|
2704
2704
|
});
|
|
2705
2705
|
let Yu = De({});
|
|
2706
2706
|
const wy = De({});
|
|
2707
|
-
let
|
|
2707
|
+
let Jr = j(!1), Ji = j(!1), Vn = j(!1), Xi = j(!1), Qi = j(null), Fu = j(!1);
|
|
2708
2708
|
const Sy = vm, Iu = 18, Oy = 99, yd = (t, e, r, n) => {
|
|
2709
|
-
j(
|
|
2709
|
+
j(nr().proxy.$refs).value;
|
|
2710
2710
|
const a = ce(() => x.birthdate.length === 10), i = ce(() => {
|
|
2711
2711
|
const _ = [];
|
|
2712
2712
|
for (let m = 0; m < d.value; m++)
|
|
@@ -2736,17 +2736,17 @@ const Sy = vm, Iu = 18, Oy = 99, yd = (t, e, r, n) => {
|
|
|
2736
2736
|
}, u = (_) => {
|
|
2737
2737
|
$e.claimFreeYears = String(_);
|
|
2738
2738
|
}, o = () => {
|
|
2739
|
-
|
|
2739
|
+
Jr.value = !0;
|
|
2740
2740
|
}, c = () => {
|
|
2741
|
-
|
|
2741
|
+
Jr.value = !1;
|
|
2742
2742
|
}, h = (_) => le(void 0, null, function* () {
|
|
2743
2743
|
try {
|
|
2744
|
-
if (Ji.value = !1,
|
|
2744
|
+
if (Ji.value = !1, Jr.value = !1, _.length >= 6) {
|
|
2745
2745
|
const m = yield r.motorService.findMotor(_);
|
|
2746
2746
|
cn.motor = m, $e.license = m.LicensePlate, Ji.value = !0;
|
|
2747
2747
|
}
|
|
2748
2748
|
} catch (m) {
|
|
2749
|
-
console.error(m),
|
|
2749
|
+
console.error(m), Jr.value = !0;
|
|
2750
2750
|
}
|
|
2751
2751
|
}), l = () => le(void 0, null, function* () {
|
|
2752
2752
|
try {
|
|
@@ -2789,9 +2789,9 @@ const Sy = vm, Iu = 18, Oy = 99, yd = (t, e, r, n) => {
|
|
|
2789
2789
|
}
|
|
2790
2790
|
});
|
|
2791
2791
|
return At(() => {
|
|
2792
|
-
Qi.value = +O().format("YYYY"), t.isOnResultPage && ($e.license = t.insuranceState.vehicle.LicensePlate, h(t.insuranceState.vehicle.LicensePlate), $e.claimFreeYears = t.insuranceState.claimFreeYears, $e.kilometrage = +t.insuranceState.kilometrage, x.birthdate = t.userInformation.birthdate, x.zipcode = t.userInformation.zipCode, x.houseNumber = t.userInformation.houseNumber, x.houseNumberAddition = t.userInformation.houseNumberAddition, l()), t.isOnResultPage || ui.removeSessionState(
|
|
2792
|
+
Qi.value = +O().format("YYYY"), t.isOnResultPage && ($e.license = t.insuranceState.vehicle.LicensePlate, h(t.insuranceState.vehicle.LicensePlate), $e.claimFreeYears = t.insuranceState.claimFreeYears, $e.kilometrage = +t.insuranceState.kilometrage, x.birthdate = t.userInformation.birthdate, x.zipcode = t.userInformation.zipCode, x.houseNumber = t.userInformation.houseNumber, x.houseNumberAddition = t.userInformation.houseNumberAddition, l()), t.isOnResultPage || ui.removeSessionState(nr().proxy.$root.$data.pathKey, nr().proxy.$root.$data.storageKey);
|
|
2793
2793
|
}), {
|
|
2794
|
-
licenseError:
|
|
2794
|
+
licenseError: Jr,
|
|
2795
2795
|
showLicenseInfo: Ji,
|
|
2796
2796
|
houseError: Vn,
|
|
2797
2797
|
showHouseInformation: Xi,
|
|
@@ -2929,7 +2929,7 @@ var jy = (
|
|
|
2929
2929
|
}()
|
|
2930
2930
|
);
|
|
2931
2931
|
cs.default = jy;
|
|
2932
|
-
var Hn = {}, ro = {}, ds = {}, oe = {}, fs = {}, be = {}, nt = {},
|
|
2932
|
+
var Hn = {}, ro = {}, ds = {}, oe = {}, fs = {}, be = {}, nt = {}, Lr = {}, hs = {}, Eu = g && g.__read || function(t, e) {
|
|
2933
2933
|
var r = typeof Symbol == "function" && t[Symbol.iterator];
|
|
2934
2934
|
if (!r)
|
|
2935
2935
|
return t;
|
|
@@ -3048,7 +3048,7 @@ if (ke.arrayBuffer)
|
|
|
3048
3048
|
], Yy = ArrayBuffer.isView || function(t) {
|
|
3049
3049
|
return t && Ay.indexOf(Object.prototype.toString.call(t)) > -1;
|
|
3050
3050
|
};
|
|
3051
|
-
function
|
|
3051
|
+
function Vr(t) {
|
|
3052
3052
|
if (typeof t != "string" && (t = String(t)), /[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(t) || t === "")
|
|
3053
3053
|
throw new TypeError('Invalid character in header field name: "' + t + '"');
|
|
3054
3054
|
return t.toLowerCase();
|
|
@@ -3079,21 +3079,21 @@ function he(t) {
|
|
|
3079
3079
|
}, this);
|
|
3080
3080
|
}
|
|
3081
3081
|
he.prototype.append = function(t, e) {
|
|
3082
|
-
t =
|
|
3082
|
+
t = Vr(t), e = vs(e);
|
|
3083
3083
|
var r = this.map[t];
|
|
3084
3084
|
this.map[t] = r ? r + ", " + e : e;
|
|
3085
3085
|
};
|
|
3086
3086
|
he.prototype.delete = function(t) {
|
|
3087
|
-
delete this.map[
|
|
3087
|
+
delete this.map[Vr(t)];
|
|
3088
3088
|
};
|
|
3089
3089
|
he.prototype.get = function(t) {
|
|
3090
|
-
return t =
|
|
3090
|
+
return t = Vr(t), this.has(t) ? this.map[t] : null;
|
|
3091
3091
|
};
|
|
3092
3092
|
he.prototype.has = function(t) {
|
|
3093
|
-
return this.map.hasOwnProperty(
|
|
3093
|
+
return this.map.hasOwnProperty(Vr(t));
|
|
3094
3094
|
};
|
|
3095
3095
|
he.prototype.set = function(t, e) {
|
|
3096
|
-
this.map[
|
|
3096
|
+
this.map[Vr(t)] = vs(e);
|
|
3097
3097
|
};
|
|
3098
3098
|
he.prototype.forEach = function(t, e) {
|
|
3099
3099
|
for (var r in this.map)
|
|
@@ -3203,12 +3203,12 @@ function Ly(t) {
|
|
|
3203
3203
|
var e = t.toUpperCase();
|
|
3204
3204
|
return Ny.indexOf(e) > -1 ? e : t;
|
|
3205
3205
|
}
|
|
3206
|
-
function
|
|
3207
|
-
if (!(this instanceof
|
|
3206
|
+
function or(t, e) {
|
|
3207
|
+
if (!(this instanceof or))
|
|
3208
3208
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
3209
3209
|
e = e || {};
|
|
3210
3210
|
var r = e.body;
|
|
3211
|
-
if (t instanceof
|
|
3211
|
+
if (t instanceof or) {
|
|
3212
3212
|
if (t.bodyUsed)
|
|
3213
3213
|
throw new TypeError("Already read");
|
|
3214
3214
|
this.url = t.url, this.credentials = t.credentials, e.headers || (this.headers = new he(t.headers)), this.method = t.method, this.mode = t.mode, this.signal = t.signal, !r && t._bodyInit != null && (r = t._bodyInit, t.bodyUsed = !0);
|
|
@@ -3231,8 +3231,8 @@ function sr(t, e) {
|
|
|
3231
3231
|
}
|
|
3232
3232
|
}
|
|
3233
3233
|
}
|
|
3234
|
-
|
|
3235
|
-
return new
|
|
3234
|
+
or.prototype.clone = function() {
|
|
3235
|
+
return new or(this, { body: this._bodyInit });
|
|
3236
3236
|
};
|
|
3237
3237
|
function Vy(t) {
|
|
3238
3238
|
var e = new FormData();
|
|
@@ -3260,7 +3260,7 @@ function Hy(t) {
|
|
|
3260
3260
|
}
|
|
3261
3261
|
}), e;
|
|
3262
3262
|
}
|
|
3263
|
-
Od.call(
|
|
3263
|
+
Od.call(or.prototype);
|
|
3264
3264
|
function ct(t, e) {
|
|
3265
3265
|
if (!(this instanceof ct))
|
|
3266
3266
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
@@ -3287,21 +3287,21 @@ ct.redirect = function(t, e) {
|
|
|
3287
3287
|
throw new RangeError("Invalid status code");
|
|
3288
3288
|
return new ct(null, { status: e, headers: { location: t } });
|
|
3289
3289
|
};
|
|
3290
|
-
var
|
|
3290
|
+
var er = pe.DOMException;
|
|
3291
3291
|
try {
|
|
3292
|
-
new
|
|
3292
|
+
new er();
|
|
3293
3293
|
} catch (t) {
|
|
3294
|
-
|
|
3294
|
+
er = function(e, r) {
|
|
3295
3295
|
this.message = e, this.name = r;
|
|
3296
3296
|
var n = Error(e);
|
|
3297
3297
|
this.stack = n.stack;
|
|
3298
|
-
},
|
|
3298
|
+
}, er.prototype = Object.create(Error.prototype), er.prototype.constructor = er;
|
|
3299
3299
|
}
|
|
3300
3300
|
function kd(t, e) {
|
|
3301
3301
|
return new Promise(function(r, n) {
|
|
3302
|
-
var a = new
|
|
3302
|
+
var a = new or(t, e);
|
|
3303
3303
|
if (a.signal && a.signal.aborted)
|
|
3304
|
-
return n(new
|
|
3304
|
+
return n(new er("Aborted", "AbortError"));
|
|
3305
3305
|
var i = new XMLHttpRequest();
|
|
3306
3306
|
function s() {
|
|
3307
3307
|
i.abort();
|
|
@@ -3326,7 +3326,7 @@ function kd(t, e) {
|
|
|
3326
3326
|
}, 0);
|
|
3327
3327
|
}, i.onabort = function() {
|
|
3328
3328
|
setTimeout(function() {
|
|
3329
|
-
n(new
|
|
3329
|
+
n(new er("Aborted", "AbortError"));
|
|
3330
3330
|
}, 0);
|
|
3331
3331
|
};
|
|
3332
3332
|
function d(u) {
|
|
@@ -3339,7 +3339,7 @@ function kd(t, e) {
|
|
|
3339
3339
|
if (i.open(a.method, d(a.url), !0), a.credentials === "include" ? i.withCredentials = !0 : a.credentials === "omit" && (i.withCredentials = !1), "responseType" in i && (ke.blob ? i.responseType = "blob" : ke.arrayBuffer && (i.responseType = "arraybuffer")), e && typeof e.headers == "object" && !(e.headers instanceof he || pe.Headers && e.headers instanceof pe.Headers)) {
|
|
3340
3340
|
var f = [];
|
|
3341
3341
|
Object.getOwnPropertyNames(e.headers).forEach(function(u) {
|
|
3342
|
-
f.push(
|
|
3342
|
+
f.push(Vr(u)), i.setRequestHeader(u, vs(e.headers[u]));
|
|
3343
3343
|
}), a.headers.forEach(function(u, o) {
|
|
3344
3344
|
f.indexOf(o) === -1 && i.setRequestHeader(o, u);
|
|
3345
3345
|
});
|
|
@@ -3353,7 +3353,7 @@ function kd(t, e) {
|
|
|
3353
3353
|
});
|
|
3354
3354
|
}
|
|
3355
3355
|
kd.polyfill = !0;
|
|
3356
|
-
pe.fetch || (pe.fetch = kd, pe.Headers = he, pe.Request =
|
|
3356
|
+
pe.fetch || (pe.fetch = kd, pe.Headers = he, pe.Request = or, pe.Response = ct);
|
|
3357
3357
|
self.fetch.bind(self);
|
|
3358
3358
|
var Qa = g && g.__assign || function() {
|
|
3359
3359
|
return Qa = Object.assign || function(t) {
|
|
@@ -3540,9 +3540,9 @@ ms.default = zy;
|
|
|
3540
3540
|
Object.defineProperty(t, "HttpClient", { enumerable: !0, get: function() {
|
|
3541
3541
|
return r.default;
|
|
3542
3542
|
} });
|
|
3543
|
-
})(
|
|
3543
|
+
})(Lr);
|
|
3544
3544
|
Object.defineProperty(nt, "__esModule", { value: !0 });
|
|
3545
|
-
var Hu =
|
|
3545
|
+
var Hu = Lr, Gy = ps, Zy = (
|
|
3546
3546
|
/** @class */
|
|
3547
3547
|
/* @__PURE__ */ function() {
|
|
3548
3548
|
function t() {
|
|
@@ -3553,7 +3553,7 @@ var Hu = Vr, Gy = ps, Zy = (
|
|
|
3553
3553
|
}()
|
|
3554
3554
|
);
|
|
3555
3555
|
nt.default = Zy;
|
|
3556
|
-
var
|
|
3556
|
+
var cr = {}, ys = {}, wi = {};
|
|
3557
3557
|
Object.defineProperty(wi, "__esModule", { value: !0 });
|
|
3558
3558
|
var Jy = (
|
|
3559
3559
|
/** @class */
|
|
@@ -3648,7 +3648,7 @@ gs.default = tg;
|
|
|
3648
3648
|
Object.defineProperty(t, "ResponseHandler", { enumerable: !0, get: function() {
|
|
3649
3649
|
return n.default;
|
|
3650
3650
|
} });
|
|
3651
|
-
})(
|
|
3651
|
+
})(cr);
|
|
3652
3652
|
var rg = g && g.__extends || /* @__PURE__ */ function() {
|
|
3653
3653
|
var t = function(e, r) {
|
|
3654
3654
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, a) {
|
|
@@ -3689,7 +3689,7 @@ var rg = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
3689
3689
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
3690
3690
|
};
|
|
3691
3691
|
Object.defineProperty(be, "__esModule", { value: !0 });
|
|
3692
|
-
var ng = nt, qu =
|
|
3692
|
+
var ng = nt, qu = Lr, Bn = cr, ag = (
|
|
3693
3693
|
/** @class */
|
|
3694
3694
|
function(t) {
|
|
3695
3695
|
rg(e, t);
|
|
@@ -4285,7 +4285,7 @@ var xs = {}, Rg = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4285
4285
|
};
|
|
4286
4286
|
}();
|
|
4287
4287
|
Object.defineProperty(xs, "__esModule", { value: !0 });
|
|
4288
|
-
var Uu =
|
|
4288
|
+
var Uu = cr, Dg = be, jg = (
|
|
4289
4289
|
/** @class */
|
|
4290
4290
|
function(t) {
|
|
4291
4291
|
Rg(e, t);
|
|
@@ -4460,7 +4460,7 @@ var Ds = {}, Eg = g && g.__extends || /* @__PURE__ */ function() {
|
|
|
4460
4460
|
};
|
|
4461
4461
|
}();
|
|
4462
4462
|
Object.defineProperty(Ds, "__esModule", { value: !0 });
|
|
4463
|
-
var Wu =
|
|
4463
|
+
var Wu = cr, Ng = be, Lg = (
|
|
4464
4464
|
/** @class */
|
|
4465
4465
|
function(t) {
|
|
4466
4466
|
Eg(e, t);
|
|
@@ -5036,7 +5036,7 @@ var xn = {}, cb = g && g.__values || function(t) {
|
|
|
5036
5036
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
5037
5037
|
};
|
|
5038
5038
|
Object.defineProperty(xn, "__esModule", { value: !0 });
|
|
5039
|
-
var zu =
|
|
5039
|
+
var zu = cr, db = (
|
|
5040
5040
|
/** @class */
|
|
5041
5041
|
function() {
|
|
5042
5042
|
function t() {
|
|
@@ -6238,7 +6238,7 @@ function bb() {
|
|
|
6238
6238
|
}
|
|
6239
6239
|
};
|
|
6240
6240
|
Object.defineProperty(Qn, "__esModule", { value: !0 });
|
|
6241
|
-
var n = oe, a = q(), i =
|
|
6241
|
+
var n = oe, a = q(), i = cr, s = je, d = xn, f = (
|
|
6242
6242
|
/** @class */
|
|
6243
6243
|
function(u) {
|
|
6244
6244
|
t(o, u);
|
|
@@ -6678,7 +6678,7 @@ function xb() {
|
|
|
6678
6678
|
}
|
|
6679
6679
|
};
|
|
6680
6680
|
Object.defineProperty(ea, "__esModule", { value: !0 });
|
|
6681
|
-
var n = oe, a = q(), i =
|
|
6681
|
+
var n = oe, a = q(), i = cr, s = je, d = we(), f = (
|
|
6682
6682
|
/** @class */
|
|
6683
6683
|
function(u) {
|
|
6684
6684
|
t(o, u);
|
|
@@ -7422,7 +7422,7 @@ function Eb() {
|
|
|
7422
7422
|
throw new TypeError(c ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
7423
7423
|
};
|
|
7424
7424
|
Object.defineProperty(ia, "__esModule", { value: !0 });
|
|
7425
|
-
var n = oe, a = Oi, i = q(), s = je, d = Pn, f =
|
|
7425
|
+
var n = oe, a = Oi, i = q(), s = je, d = Pn, f = Lr, u = (
|
|
7426
7426
|
/** @class */
|
|
7427
7427
|
function() {
|
|
7428
7428
|
function o() {
|
|
@@ -7877,7 +7877,7 @@ function Bb() {
|
|
|
7877
7877
|
}
|
|
7878
7878
|
};
|
|
7879
7879
|
Object.defineProperty(sa, "__esModule", { value: !0 });
|
|
7880
|
-
var r = oe, n = It(), a =
|
|
7880
|
+
var r = oe, n = It(), a = Lr, i = (
|
|
7881
7881
|
/** @class */
|
|
7882
7882
|
function() {
|
|
7883
7883
|
function s() {
|
|
@@ -9259,7 +9259,7 @@ function m0(t) {
|
|
|
9259
9259
|
function Ke(t) {
|
|
9260
9260
|
return t instanceof Array || Object.prototype.toString.call(t) === "[object Array]";
|
|
9261
9261
|
}
|
|
9262
|
-
function
|
|
9262
|
+
function ir(t) {
|
|
9263
9263
|
return t != null && Object.prototype.toString.call(t) === "[object Object]";
|
|
9264
9264
|
}
|
|
9265
9265
|
function V(t, e) {
|
|
@@ -9404,9 +9404,9 @@ function v0(t) {
|
|
|
9404
9404
|
function jo(t, e) {
|
|
9405
9405
|
var r = zt({}, t), n;
|
|
9406
9406
|
for (n in e)
|
|
9407
|
-
V(e, n) && (
|
|
9407
|
+
V(e, n) && (ir(t[n]) && ir(e[n]) ? (r[n] = {}, zt(r[n], t[n]), zt(r[n], e[n])) : e[n] != null ? r[n] = e[n] : delete r[n]);
|
|
9408
9408
|
for (n in t)
|
|
9409
|
-
V(t, n) && !V(e, n) &&
|
|
9409
|
+
V(t, n) && !V(e, n) && ir(t[n]) && (r[n] = zt({}, r[n]));
|
|
9410
9410
|
return r;
|
|
9411
9411
|
}
|
|
9412
9412
|
function tu(t) {
|
|
@@ -9435,14 +9435,14 @@ function dt(t, e, r) {
|
|
|
9435
9435
|
var n = "" + Math.abs(t), a = e - n.length, i = t >= 0;
|
|
9436
9436
|
return (i ? r ? "+" : "" : "-") + Math.pow(10, Math.max(0, a)).toString().substr(1) + n;
|
|
9437
9437
|
}
|
|
9438
|
-
var ru = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, Ca = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, lo = {},
|
|
9438
|
+
var ru = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, Ca = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, lo = {}, jr = {};
|
|
9439
9439
|
function R(t, e, r, n) {
|
|
9440
9440
|
var a = n;
|
|
9441
9441
|
typeof n == "string" && (a = function() {
|
|
9442
9442
|
return this[n]();
|
|
9443
|
-
}), t && (
|
|
9443
|
+
}), t && (jr[t] = a), e && (jr[e[0]] = function() {
|
|
9444
9444
|
return dt(a.apply(this, arguments), e[1], e[2]);
|
|
9445
|
-
}), r && (
|
|
9445
|
+
}), r && (jr[r] = function() {
|
|
9446
9446
|
return this.localeData().ordinal(
|
|
9447
9447
|
a.apply(this, arguments),
|
|
9448
9448
|
t
|
|
@@ -9455,7 +9455,7 @@ function g0(t) {
|
|
|
9455
9455
|
function b0(t) {
|
|
9456
9456
|
var e = t.match(ru), r, n;
|
|
9457
9457
|
for (r = 0, n = e.length; r < n; r++)
|
|
9458
|
-
|
|
9458
|
+
jr[e[r]] ? e[r] = jr[e[r]] : e[r] = g0(e[r]);
|
|
9459
9459
|
return function(a) {
|
|
9460
9460
|
var i = "", s;
|
|
9461
9461
|
for (s = 0; s < n; s++)
|
|
@@ -9611,7 +9611,7 @@ function T0(t) {
|
|
|
9611
9611
|
return n.priority - a.priority;
|
|
9612
9612
|
}), e;
|
|
9613
9613
|
}
|
|
9614
|
-
var $d = /\d/, Ie = /\d\d/, Ad = /\d{3}/, au = /\d{4}/, Ci = /[+-]?\d{6}/, K = /\d\d?/, Yd = /\d\d\d\d?/, Fd = /\d\d\d\d\d\d?/, Mi = /\d{1,3}/, iu = /\d{1,4}/, xi = /[+-]?\d{1,6}/,
|
|
9614
|
+
var $d = /\d/, Ie = /\d\d/, Ad = /\d{3}/, au = /\d{4}/, Ci = /[+-]?\d{6}/, K = /\d\d?/, Yd = /\d\d\d\d?/, Fd = /\d\d\d\d\d\d?/, Mi = /\d{1,3}/, iu = /\d{1,4}/, xi = /[+-]?\d{1,6}/, Hr = /\d+/, Pi = /[+-]?\d+/, $0 = /Z|[+-]\d\d:?\d\d/gi, Ri = /Z|[+-]\d\d(?::?\d\d)?/gi, A0 = /[+-]?\d+(\.\d{1,3})?/, jn = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, Br = /^[1-9]\d?/, ou = /^([1-9]\d|\d)/, ei;
|
|
9615
9615
|
ei = {};
|
|
9616
9616
|
function M(t, e, r) {
|
|
9617
9617
|
ei[t] = _t(e) ? e : function(n, a) {
|
|
@@ -9660,7 +9660,7 @@ function I0(t, e, r) {
|
|
|
9660
9660
|
function Di(t) {
|
|
9661
9661
|
return t % 4 === 0 && t % 100 !== 0 || t % 400 === 0;
|
|
9662
9662
|
}
|
|
9663
|
-
var _e = 0, Mt = 1, st = 2, fe = 3, Je = 4, xt = 5,
|
|
9663
|
+
var _e = 0, Mt = 1, st = 2, fe = 3, Je = 4, xt = 5, rr = 6, E0 = 7, N0 = 8;
|
|
9664
9664
|
R("Y", 0, 0, function() {
|
|
9665
9665
|
var t = this.year();
|
|
9666
9666
|
return t <= 9999 ? dt(t, 4) : "+" + t;
|
|
@@ -9692,11 +9692,11 @@ function un(t) {
|
|
|
9692
9692
|
k.parseTwoDigitYear = function(t) {
|
|
9693
9693
|
return F(t) + (F(t) > 68 ? 1900 : 2e3);
|
|
9694
9694
|
};
|
|
9695
|
-
var Id =
|
|
9695
|
+
var Id = qr("FullYear", !0);
|
|
9696
9696
|
function L0() {
|
|
9697
9697
|
return Di(this.year());
|
|
9698
9698
|
}
|
|
9699
|
-
function
|
|
9699
|
+
function qr(t, e) {
|
|
9700
9700
|
return function(r) {
|
|
9701
9701
|
return r != null ? (Ed(this, t, r), k.updateOffset(this, e), this) : pn(this, t);
|
|
9702
9702
|
};
|
|
@@ -9787,7 +9787,7 @@ R("MMM", 0, 0, function(t) {
|
|
|
9787
9787
|
R("MMMM", 0, 0, function(t) {
|
|
9788
9788
|
return this.localeData().months(this, t);
|
|
9789
9789
|
});
|
|
9790
|
-
M("M", K,
|
|
9790
|
+
M("M", K, Br);
|
|
9791
9791
|
M("MM", K, Ie);
|
|
9792
9792
|
M("MMM", function(t, e) {
|
|
9793
9793
|
return e.monthsShortRegex(t);
|
|
@@ -9911,9 +9911,9 @@ function Dt(t, e, r) {
|
|
|
9911
9911
|
}
|
|
9912
9912
|
R("w", ["ww", 2], "wo", "week");
|
|
9913
9913
|
R("W", ["WW", 2], "Wo", "isoWeek");
|
|
9914
|
-
M("w", K,
|
|
9914
|
+
M("w", K, Br);
|
|
9915
9915
|
M("ww", K, Ie);
|
|
9916
|
-
M("W", K,
|
|
9916
|
+
M("W", K, Br);
|
|
9917
9917
|
M("WW", K, Ie);
|
|
9918
9918
|
Tn(
|
|
9919
9919
|
["w", "ww", "W", "WW"],
|
|
@@ -10118,8 +10118,8 @@ function zd(t, e) {
|
|
|
10118
10118
|
M("a", zd);
|
|
10119
10119
|
M("A", zd);
|
|
10120
10120
|
M("H", K, ou);
|
|
10121
|
-
M("h", K,
|
|
10122
|
-
M("k", K,
|
|
10121
|
+
M("h", K, Br);
|
|
10122
|
+
M("k", K, Br);
|
|
10123
10123
|
M("HH", K, Ie);
|
|
10124
10124
|
M("hh", K, Ie);
|
|
10125
10125
|
M("kk", K, Ie);
|
|
@@ -10157,7 +10157,7 @@ z("Hmmss", function(t, e, r) {
|
|
|
10157
10157
|
function Mw(t) {
|
|
10158
10158
|
return (t + "").toLowerCase().charAt(0) === "p";
|
|
10159
10159
|
}
|
|
10160
|
-
var xw = /[ap]\.?m?\.?/i, Pw =
|
|
10160
|
+
var xw = /[ap]\.?m?\.?/i, Pw = qr("Hours", !0);
|
|
10161
10161
|
function Rw(t, e, r) {
|
|
10162
10162
|
return t > 11 ? r ? "pm" : "PM" : r ? "am" : "AM";
|
|
10163
10163
|
}
|
|
@@ -10175,7 +10175,7 @@ var Gd = {
|
|
|
10175
10175
|
weekdaysMin: cw,
|
|
10176
10176
|
weekdaysShort: Ud,
|
|
10177
10177
|
meridiemParse: xw
|
|
10178
|
-
}, re = {},
|
|
10178
|
+
}, re = {}, Xr = {}, yn;
|
|
10179
10179
|
function Dw(t, e) {
|
|
10180
10180
|
var r, n = Math.min(t.length, e.length);
|
|
10181
10181
|
for (r = 0; r < n; r += 1)
|
|
@@ -10232,11 +10232,11 @@ function du(t, e) {
|
|
|
10232
10232
|
else if (r = ji(e.parentLocale), r != null)
|
|
10233
10233
|
n = r._config;
|
|
10234
10234
|
else
|
|
10235
|
-
return
|
|
10235
|
+
return Xr[e.parentLocale] || (Xr[e.parentLocale] = []), Xr[e.parentLocale].push({
|
|
10236
10236
|
name: t,
|
|
10237
10237
|
config: e
|
|
10238
10238
|
}), null;
|
|
10239
|
-
return re[t] = new tu(jo(n, e)),
|
|
10239
|
+
return re[t] = new tu(jo(n, e)), Xr[t] && Xr[t].forEach(function(a) {
|
|
10240
10240
|
du(a.name, a.config);
|
|
10241
10241
|
}), Jt(t), re[t];
|
|
10242
10242
|
} else
|
|
@@ -10266,7 +10266,7 @@ function Aw() {
|
|
|
10266
10266
|
}
|
|
10267
10267
|
function fu(t) {
|
|
10268
10268
|
var e, r = t._a;
|
|
10269
|
-
return r && $(t).overflow === -2 && (e = r[Mt] < 0 || r[Mt] > 11 ? Mt : r[st] < 1 || r[st] > su(r[_e], r[Mt]) ? st : r[fe] < 0 || r[fe] > 24 || r[fe] === 24 && (r[Je] !== 0 || r[xt] !== 0 || r[
|
|
10269
|
+
return r && $(t).overflow === -2 && (e = r[Mt] < 0 || r[Mt] > 11 ? Mt : r[st] < 1 || r[st] > su(r[_e], r[Mt]) ? st : r[fe] < 0 || r[fe] > 24 || r[fe] === 24 && (r[Je] !== 0 || r[xt] !== 0 || r[rr] !== 0) ? fe : r[Je] < 0 || r[Je] > 59 ? Je : r[xt] < 0 || r[xt] > 59 ? xt : r[rr] < 0 || r[rr] > 999 ? rr : -1, $(t)._overflowDayOfYear && (e < _e || e > st) && (e = st), $(t)._overflowWeeks && e === -1 && (e = E0), $(t)._overflowWeekday && e === -1 && (e = N0), $(t).overflow = e), t;
|
|
10270
10270
|
}
|
|
10271
10271
|
var Yw = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, Fw = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, Iw = /Z|[+-]\d\d(?::?\d\d)?/, Ma = [
|
|
10272
10272
|
["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
|
|
@@ -10417,7 +10417,7 @@ k.createFromInputFallback = Ue(
|
|
|
10417
10417
|
t._d = /* @__PURE__ */ new Date(t._i + (t._useUTC ? " UTC" : ""));
|
|
10418
10418
|
}
|
|
10419
10419
|
);
|
|
10420
|
-
function
|
|
10420
|
+
function br(t, e, r) {
|
|
10421
10421
|
return t != null ? t : e != null ? e : r;
|
|
10422
10422
|
}
|
|
10423
10423
|
function zw(t) {
|
|
@@ -10431,11 +10431,11 @@ function zw(t) {
|
|
|
10431
10431
|
function hu(t) {
|
|
10432
10432
|
var e, r, n = [], a, i, s;
|
|
10433
10433
|
if (!t._d) {
|
|
10434
|
-
for (a = zw(t), t._w && t._a[st] == null && t._a[Mt] == null && Gw(t), t._dayOfYear != null && (s =
|
|
10434
|
+
for (a = zw(t), t._w && t._a[st] == null && t._a[Mt] == null && Gw(t), t._dayOfYear != null && (s = br(t._a[_e], a[_e]), (t._dayOfYear > un(s) || t._dayOfYear === 0) && ($(t)._overflowDayOfYear = !0), r = vn(s, 0, t._dayOfYear), t._a[Mt] = r.getUTCMonth(), t._a[st] = r.getUTCDate()), e = 0; e < 3 && t._a[e] == null; ++e)
|
|
10435
10435
|
t._a[e] = n[e] = a[e];
|
|
10436
10436
|
for (; e < 7; e++)
|
|
10437
10437
|
t._a[e] = n[e] = t._a[e] == null ? e === 2 ? 1 : 0 : t._a[e];
|
|
10438
|
-
t._a[fe] === 24 && t._a[Je] === 0 && t._a[xt] === 0 && t._a[
|
|
10438
|
+
t._a[fe] === 24 && t._a[Je] === 0 && t._a[xt] === 0 && t._a[rr] === 0 && (t._nextDay = !0, t._a[fe] = 0), t._d = (t._useUTC ? vn : ew).apply(
|
|
10439
10439
|
null,
|
|
10440
10440
|
n
|
|
10441
10441
|
), i = t._useUTC ? t._d.getUTCDay() : t._d.getDay(), t._tzm != null && t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), t._nextDay && (t._a[fe] = 24), t._w && typeof t._w.d != "undefined" && t._w.d !== i && ($(t).weekdayMismatch = !0);
|
|
@@ -10443,11 +10443,11 @@ function hu(t) {
|
|
|
10443
10443
|
}
|
|
10444
10444
|
function Gw(t) {
|
|
10445
10445
|
var e, r, n, a, i, s, d, f, u;
|
|
10446
|
-
e = t._w, e.GG != null || e.W != null || e.E != null ? (i = 1, s = 4, r =
|
|
10446
|
+
e = t._w, e.GG != null || e.W != null || e.E != null ? (i = 1, s = 4, r = br(
|
|
10447
10447
|
e.GG,
|
|
10448
10448
|
t._a[_e],
|
|
10449
10449
|
_n(X(), 1, 4).year
|
|
10450
|
-
), n =
|
|
10450
|
+
), n = br(e.W, 1), a = br(e.E, 1), (a < 1 || a > 7) && (f = !0)) : (i = t._locale._week.dow, s = t._locale._week.doy, u = _n(X(), i, s), r = br(e.gg, t._a[_e], u.year), n = br(e.w, u.week), e.d != null ? (a = e.d, (a < 0 || a > 6) && (f = !0)) : e.e != null ? (a = e.e + i, (e.e < 0 || e.e > 6) && (f = !0)) : a = i), n < 1 || n > Dt(r, i, s) ? $(t)._overflowWeeks = !0 : f != null ? $(t)._overflowWeekday = !0 : (d = qd(r, n, a, i, s), t._a[_e] = d.year, t._dayOfYear = d.dayOfYear);
|
|
10451
10451
|
}
|
|
10452
10452
|
k.ISO_8601 = function() {
|
|
10453
10453
|
};
|
|
@@ -10467,7 +10467,7 @@ function mu(t) {
|
|
|
10467
10467
|
for (a = Td(t._f, t._locale).match(ru) || [], o = a.length, r = 0; r < o; r++)
|
|
10468
10468
|
i = a[r], n = (e.match(Y0(i, t)) || [])[0], n && (s = e.substr(0, e.indexOf(n)), s.length > 0 && $(t).unusedInput.push(s), e = e.slice(
|
|
10469
10469
|
e.indexOf(n) + n.length
|
|
10470
|
-
), f += n.length),
|
|
10470
|
+
), f += n.length), jr[i] ? (n ? $(t).empty = !1 : $(t).unusedTokens.push(i), I0(i, n, t)) : t._strict && !n && $(t).unusedTokens.push(i);
|
|
10471
10471
|
$(t).charsLeftOver = d - f, e.length > 0 && $(t).unusedInput.push(e), t._a[fe] <= 12 && $(t).bigHour === !0 && t._a[fe] > 0 && ($(t).bigHour = void 0), $(t).parsedDateParts = t._a.slice(0), $(t).meridiem = t._meridiem, t._a[fe] = Zw(
|
|
10472
10472
|
t._locale,
|
|
10473
10473
|
t._a[fe],
|
|
@@ -10511,11 +10511,11 @@ function Kw(t) {
|
|
|
10511
10511
|
var e = t._i;
|
|
10512
10512
|
Me(e) ? t._d = new Date(k.now()) : Rn(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? Ww(t) : Ke(e) ? (t._a = Rd(e.slice(0), function(r) {
|
|
10513
10513
|
return parseInt(r, 10);
|
|
10514
|
-
}), hu(t)) :
|
|
10514
|
+
}), hu(t)) : ir(e) ? Xw(t) : Tt(e) ? t._d = new Date(e) : k.createFromInputFallback(t);
|
|
10515
10515
|
}
|
|
10516
10516
|
function Qd(t, e, r, n, a) {
|
|
10517
10517
|
var i = {};
|
|
10518
|
-
return (e === !0 || e === !1) && (n = e, e = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (
|
|
10518
|
+
return (e === !0 || e === !1) && (n = e, e = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (ir(t) && Qs(t) || Ke(t) && t.length === 0) && (t = void 0), i._isAMomentObject = !0, i._useUTC = i._isUTC = a, i._l = r, i._i = t, i._f = e, i._strict = n, Qw(i);
|
|
10519
10519
|
}
|
|
10520
10520
|
function X(t, e, r, n) {
|
|
10521
10521
|
return Qd(t, e, r, n, !1);
|
|
@@ -10551,7 +10551,7 @@ function n1() {
|
|
|
10551
10551
|
}
|
|
10552
10552
|
var a1 = function() {
|
|
10553
10553
|
return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
|
|
10554
|
-
},
|
|
10554
|
+
}, Qr = [
|
|
10555
10555
|
"year",
|
|
10556
10556
|
"quarter",
|
|
10557
10557
|
"month",
|
|
@@ -10563,15 +10563,15 @@ var a1 = function() {
|
|
|
10563
10563
|
"millisecond"
|
|
10564
10564
|
];
|
|
10565
10565
|
function i1(t) {
|
|
10566
|
-
var e, r = !1, n, a =
|
|
10566
|
+
var e, r = !1, n, a = Qr.length;
|
|
10567
10567
|
for (e in t)
|
|
10568
|
-
if (V(t, e) && !(ae.call(
|
|
10568
|
+
if (V(t, e) && !(ae.call(Qr, e) !== -1 && (t[e] == null || !isNaN(t[e]))))
|
|
10569
10569
|
return !1;
|
|
10570
10570
|
for (n = 0; n < a; ++n)
|
|
10571
|
-
if (t[
|
|
10571
|
+
if (t[Qr[n]]) {
|
|
10572
10572
|
if (r)
|
|
10573
10573
|
return !1;
|
|
10574
|
-
parseFloat(t[
|
|
10574
|
+
parseFloat(t[Qr[n]]) !== F(t[Qr[n]]) && (r = !0);
|
|
10575
10575
|
}
|
|
10576
10576
|
return !0;
|
|
10577
10577
|
}
|
|
@@ -10697,7 +10697,7 @@ function at(t, e) {
|
|
|
10697
10697
|
h: F(n[fe]) * a,
|
|
10698
10698
|
m: F(n[Je]) * a,
|
|
10699
10699
|
s: F(n[xt]) * a,
|
|
10700
|
-
ms: F(Ao(n[
|
|
10700
|
+
ms: F(Ao(n[rr] * 1e3)) * a
|
|
10701
10701
|
// the millisecond decimal point is included in the match
|
|
10702
10702
|
}) : (n = w1.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
|
|
10703
10703
|
y: Qt(n[2], a),
|
|
@@ -10747,7 +10747,7 @@ function C1(t) {
|
|
|
10747
10747
|
return et(t) || Rn(t) || af(t) || Tt(t) || x1(t) || M1(t) || t === null || t === void 0;
|
|
10748
10748
|
}
|
|
10749
10749
|
function M1(t) {
|
|
10750
|
-
var e =
|
|
10750
|
+
var e = ir(t) && !Qs(t), r = !1, n = [
|
|
10751
10751
|
"years",
|
|
10752
10752
|
"year",
|
|
10753
10753
|
"y",
|
|
@@ -10784,7 +10784,7 @@ function x1(t) {
|
|
|
10784
10784
|
}).length === 0), e && r;
|
|
10785
10785
|
}
|
|
10786
10786
|
function P1(t) {
|
|
10787
|
-
var e =
|
|
10787
|
+
var e = ir(t) && !Qs(t), r = !1, n = [
|
|
10788
10788
|
"sameDay",
|
|
10789
10789
|
"nextDay",
|
|
10790
10790
|
"lastDay",
|
|
@@ -10927,8 +10927,8 @@ var sf = Ue(
|
|
|
10927
10927
|
function uf() {
|
|
10928
10928
|
return this._locale;
|
|
10929
10929
|
}
|
|
10930
|
-
var ri = 1e3,
|
|
10931
|
-
function
|
|
10930
|
+
var ri = 1e3, Tr = 60 * ri, ni = 60 * Tr, lf = (365 * 400 + 97) * 24 * ni;
|
|
10931
|
+
function $r(t, e) {
|
|
10932
10932
|
return (t % e + e) % e;
|
|
10933
10933
|
}
|
|
10934
10934
|
function cf(t, e, r) {
|
|
@@ -10974,16 +10974,16 @@ function z1(t) {
|
|
|
10974
10974
|
e = r(this.year(), this.month(), this.date());
|
|
10975
10975
|
break;
|
|
10976
10976
|
case "hour":
|
|
10977
|
-
e = this._d.valueOf(), e -=
|
|
10978
|
-
e + (this._isUTC ? 0 : this.utcOffset() *
|
|
10977
|
+
e = this._d.valueOf(), e -= $r(
|
|
10978
|
+
e + (this._isUTC ? 0 : this.utcOffset() * Tr),
|
|
10979
10979
|
ni
|
|
10980
10980
|
);
|
|
10981
10981
|
break;
|
|
10982
10982
|
case "minute":
|
|
10983
|
-
e = this._d.valueOf(), e -=
|
|
10983
|
+
e = this._d.valueOf(), e -= $r(e, Tr);
|
|
10984
10984
|
break;
|
|
10985
10985
|
case "second":
|
|
10986
|
-
e = this._d.valueOf(), e -=
|
|
10986
|
+
e = this._d.valueOf(), e -= $r(e, ri);
|
|
10987
10987
|
break;
|
|
10988
10988
|
}
|
|
10989
10989
|
return this._d.setTime(e), k.updateOffset(this, !0), this;
|
|
@@ -11025,16 +11025,16 @@ function G1(t) {
|
|
|
11025
11025
|
e = r(this.year(), this.month(), this.date() + 1) - 1;
|
|
11026
11026
|
break;
|
|
11027
11027
|
case "hour":
|
|
11028
|
-
e = this._d.valueOf(), e += ni -
|
|
11029
|
-
e + (this._isUTC ? 0 : this.utcOffset() *
|
|
11028
|
+
e = this._d.valueOf(), e += ni - $r(
|
|
11029
|
+
e + (this._isUTC ? 0 : this.utcOffset() * Tr),
|
|
11030
11030
|
ni
|
|
11031
11031
|
) - 1;
|
|
11032
11032
|
break;
|
|
11033
11033
|
case "minute":
|
|
11034
|
-
e = this._d.valueOf(), e +=
|
|
11034
|
+
e = this._d.valueOf(), e += Tr - $r(e, Tr) - 1;
|
|
11035
11035
|
break;
|
|
11036
11036
|
case "second":
|
|
11037
|
-
e = this._d.valueOf(), e += ri -
|
|
11037
|
+
e = this._d.valueOf(), e += ri - $r(e, ri) - 1;
|
|
11038
11038
|
break;
|
|
11039
11039
|
}
|
|
11040
11040
|
return this._d.setTime(e), k.updateOffset(this, !0), this;
|
|
@@ -11114,10 +11114,10 @@ z(
|
|
|
11114
11114
|
a ? $(r).era = a : $(r).invalidEra = t;
|
|
11115
11115
|
}
|
|
11116
11116
|
);
|
|
11117
|
-
M("y",
|
|
11118
|
-
M("yy",
|
|
11119
|
-
M("yyy",
|
|
11120
|
-
M("yyyy",
|
|
11117
|
+
M("y", Hr);
|
|
11118
|
+
M("yy", Hr);
|
|
11119
|
+
M("yyy", Hr);
|
|
11120
|
+
M("yyyy", Hr);
|
|
11121
11121
|
M("yo", _S);
|
|
11122
11122
|
z(["y", "yy", "yyy", "yyyy"], _e);
|
|
11123
11123
|
z(["yo"], function(t, e, r, n) {
|
|
@@ -11217,7 +11217,7 @@ function vS(t, e) {
|
|
|
11217
11217
|
return e.erasNarrowRegex(t);
|
|
11218
11218
|
}
|
|
11219
11219
|
function _S(t, e) {
|
|
11220
|
-
return e._eraYearOrdinalRegex ||
|
|
11220
|
+
return e._eraYearOrdinalRegex || Hr;
|
|
11221
11221
|
}
|
|
11222
11222
|
function yu() {
|
|
11223
11223
|
var t = [], e = [], r = [], n = [], a, i, s, d, f, u = this.eras();
|
|
@@ -11309,7 +11309,7 @@ function CS(t) {
|
|
|
11309
11309
|
return t == null ? Math.ceil((this.month() + 1) / 3) : this.month((t - 1) * 3 + this.month() % 3);
|
|
11310
11310
|
}
|
|
11311
11311
|
R("D", ["DD", 2], "Do", "date");
|
|
11312
|
-
M("D", K,
|
|
11312
|
+
M("D", K, Br);
|
|
11313
11313
|
M("DD", K, Ie);
|
|
11314
11314
|
M("Do", function(t, e) {
|
|
11315
11315
|
return t ? e._dayOfMonthOrdinalParse || e._ordinalParse : e._dayOfMonthOrdinalParseLenient;
|
|
@@ -11318,7 +11318,7 @@ z(["D", "DD"], st);
|
|
|
11318
11318
|
z("Do", function(t, e) {
|
|
11319
11319
|
e[st] = F(t.match(K)[0]);
|
|
11320
11320
|
});
|
|
11321
|
-
var hf =
|
|
11321
|
+
var hf = qr("Date", !0);
|
|
11322
11322
|
R("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
11323
11323
|
M("DDD", Mi);
|
|
11324
11324
|
M("DDDD", Ad);
|
|
@@ -11335,12 +11335,12 @@ R("m", ["mm", 2], 0, "minute");
|
|
|
11335
11335
|
M("m", K, ou);
|
|
11336
11336
|
M("mm", K, Ie);
|
|
11337
11337
|
z(["m", "mm"], Je);
|
|
11338
|
-
var xS =
|
|
11338
|
+
var xS = qr("Minutes", !1);
|
|
11339
11339
|
R("s", ["ss", 2], 0, "second");
|
|
11340
11340
|
M("s", K, ou);
|
|
11341
11341
|
M("ss", K, Ie);
|
|
11342
11342
|
z(["s", "ss"], xt);
|
|
11343
|
-
var PS =
|
|
11343
|
+
var PS = qr("Seconds", !1);
|
|
11344
11344
|
R("S", 0, 0, function() {
|
|
11345
11345
|
return ~~(this.millisecond() / 100);
|
|
11346
11346
|
});
|
|
@@ -11371,13 +11371,13 @@ M("SS", Mi, Ie);
|
|
|
11371
11371
|
M("SSS", Mi, Ad);
|
|
11372
11372
|
var Gt, mf;
|
|
11373
11373
|
for (Gt = "SSSS"; Gt.length <= 9; Gt += "S")
|
|
11374
|
-
M(Gt,
|
|
11374
|
+
M(Gt, Hr);
|
|
11375
11375
|
function RS(t, e) {
|
|
11376
|
-
e[
|
|
11376
|
+
e[rr] = F(("0." + t) * 1e3);
|
|
11377
11377
|
}
|
|
11378
11378
|
for (Gt = "S"; Gt.length <= 9; Gt += "S")
|
|
11379
11379
|
z(Gt, RS);
|
|
11380
|
-
mf =
|
|
11380
|
+
mf = qr("Milliseconds", !1);
|
|
11381
11381
|
R("z", 0, 0, "zoneAbbr");
|
|
11382
11382
|
R("zz", 0, 0, "zoneName");
|
|
11383
11383
|
function DS() {
|
|
@@ -11668,16 +11668,16 @@ function KS() {
|
|
|
11668
11668
|
function eO(t) {
|
|
11669
11669
|
return t = We(t), this.isValid() ? this[t + "s"]() : NaN;
|
|
11670
11670
|
}
|
|
11671
|
-
function
|
|
11671
|
+
function dr(t) {
|
|
11672
11672
|
return function() {
|
|
11673
11673
|
return this.isValid() ? this._data[t] : NaN;
|
|
11674
11674
|
};
|
|
11675
11675
|
}
|
|
11676
|
-
var tO =
|
|
11676
|
+
var tO = dr("milliseconds"), rO = dr("seconds"), nO = dr("minutes"), aO = dr("hours"), iO = dr("days"), oO = dr("months"), sO = dr("years");
|
|
11677
11677
|
function uO() {
|
|
11678
11678
|
return Ve(this.days() / 7);
|
|
11679
11679
|
}
|
|
11680
|
-
var St = Math.round,
|
|
11680
|
+
var St = Math.round, kr = {
|
|
11681
11681
|
ss: 44,
|
|
11682
11682
|
// a few seconds to seconds
|
|
11683
11683
|
s: 45,
|
|
@@ -11704,23 +11704,23 @@ function dO(t) {
|
|
|
11704
11704
|
return t === void 0 ? St : typeof t == "function" ? (St = t, !0) : !1;
|
|
11705
11705
|
}
|
|
11706
11706
|
function fO(t, e) {
|
|
11707
|
-
return
|
|
11707
|
+
return kr[t] === void 0 ? !1 : e === void 0 ? kr[t] : (kr[t] = e, t === "s" && (kr.ss = e - 1), !0);
|
|
11708
11708
|
}
|
|
11709
11709
|
function hO(t, e) {
|
|
11710
11710
|
if (!this.isValid())
|
|
11711
11711
|
return this.localeData().invalidDate();
|
|
11712
|
-
var r = !1, n =
|
|
11713
|
-
return typeof t == "object" && (e = t, t = !1), typeof t == "boolean" && (r = t), typeof e == "object" && (n = Object.assign({},
|
|
11712
|
+
var r = !1, n = kr, a, i;
|
|
11713
|
+
return typeof t == "object" && (e = t, t = !1), typeof t == "boolean" && (r = t), typeof e == "object" && (n = Object.assign({}, kr, e), e.s != null && e.ss == null && (n.ss = e.s - 1)), a = this.localeData(), i = cO(this, !r, n, a), r && (i = a.pastFuture(+this, i)), a.postformat(i);
|
|
11714
11714
|
}
|
|
11715
11715
|
var fo = Math.abs;
|
|
11716
|
-
function
|
|
11716
|
+
function pr(t) {
|
|
11717
11717
|
return (t > 0) - (t < 0) || +t;
|
|
11718
11718
|
}
|
|
11719
11719
|
function Ai() {
|
|
11720
11720
|
if (!this.isValid())
|
|
11721
11721
|
return this.localeData().invalidDate();
|
|
11722
11722
|
var t = fo(this._milliseconds) / 1e3, e = fo(this._days), r = fo(this._months), n, a, i, s, d = this.asSeconds(), f, u, o, c;
|
|
11723
|
-
return d ? (n = Ve(t / 60), a = Ve(n / 60), t %= 60, n %= 60, i = Ve(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", f = d < 0 ? "-" : "", u =
|
|
11723
|
+
return d ? (n = Ve(t / 60), a = Ve(n / 60), t %= 60, n %= 60, i = Ve(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", f = d < 0 ? "-" : "", u = pr(this._months) !== pr(d) ? "-" : "", o = pr(this._days) !== pr(d) ? "-" : "", c = pr(this._milliseconds) !== pr(d) ? "-" : "", f + "P" + (i ? u + i + "Y" : "") + (r ? u + r + "M" : "") + (e ? o + e + "D" : "") + (a || n || t ? "T" : "") + (a ? c + a + "H" : "") + (n ? c + n + "M" : "") + (t ? c + s + "S" : "")) : "P0D";
|
|
11724
11724
|
}
|
|
11725
11725
|
var N = Ti.prototype;
|
|
11726
11726
|
N.isValid = o1;
|
|
@@ -12333,7 +12333,7 @@ var gO = g && g.__awaiter || function(t, e, r, n) {
|
|
|
12333
12333
|
}
|
|
12334
12334
|
};
|
|
12335
12335
|
Object.defineProperty(ls, "__esModule", { value: !0 });
|
|
12336
|
-
var wO = q(), SO = we(), Ul =
|
|
12336
|
+
var wO = q(), SO = we(), Ul = Lr, OO = Pn, kO = (
|
|
12337
12337
|
/** @class */
|
|
12338
12338
|
function() {
|
|
12339
12339
|
function t(e) {
|
|
@@ -12674,7 +12674,7 @@ const PO = (t = null) => le(void 0, null, function* () {
|
|
|
12674
12674
|
});
|
|
12675
12675
|
};
|
|
12676
12676
|
return At(() => {
|
|
12677
|
-
|
|
12677
|
+
Sr(() => {
|
|
12678
12678
|
if (r.value = t.value, !r.value)
|
|
12679
12679
|
return;
|
|
12680
12680
|
let l = !0;
|
|
@@ -12757,7 +12757,7 @@ var kf = /* @__PURE__ */ se(
|
|
|
12757
12757
|
null
|
|
12758
12758
|
);
|
|
12759
12759
|
kf.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/LicensePlate.vue";
|
|
12760
|
-
const
|
|
12760
|
+
const Ur = kf.exports, jO = ie({
|
|
12761
12761
|
name: "DefaultInput",
|
|
12762
12762
|
props: {
|
|
12763
12763
|
label: {
|
|
@@ -13080,7 +13080,7 @@ const yt = Pf.exports, YO = ie({
|
|
|
13080
13080
|
title: it[Vt],
|
|
13081
13081
|
value: it[Vt]
|
|
13082
13082
|
}];
|
|
13083
|
-
a.value = !1, me ||
|
|
13083
|
+
a.value = !1, me || Sr(() => {
|
|
13084
13084
|
u.value = t.houseNumberAddition, D(A, I, t.houseNumberAddition);
|
|
13085
13085
|
});
|
|
13086
13086
|
} else
|
|
@@ -13094,11 +13094,11 @@ const yt = Pf.exports, YO = ie({
|
|
|
13094
13094
|
}), _ = (A, I) => le(this, null, function* () {
|
|
13095
13095
|
return yield He.dataValidationService.validateZipCode(A, I).then(() => !0).catch(() => !1);
|
|
13096
13096
|
}), m = (A) => {
|
|
13097
|
-
h.value = !0, d.value = A.toUpperCase(), e("update-zipcode", A.toUpperCase()),
|
|
13097
|
+
h.value = !0, d.value = A.toUpperCase(), e("update-zipcode", A.toUpperCase()), Sr(() => {
|
|
13098
13098
|
v(A.toUpperCase(), t.houseNumber, !0);
|
|
13099
13099
|
});
|
|
13100
13100
|
}, y = (A) => {
|
|
13101
|
-
h.value = !0, e("update-house-number", A),
|
|
13101
|
+
h.value = !0, e("update-house-number", A), Sr(() => {
|
|
13102
13102
|
v(t.zipcode, A, !0);
|
|
13103
13103
|
});
|
|
13104
13104
|
}, b = (A) => {
|
|
@@ -13123,7 +13123,7 @@ const yt = Pf.exports, YO = ie({
|
|
|
13123
13123
|
(I !== null || I !== void 0 && I) && (I == null || I.reset(), (me = Z == null ? void 0 : Z.errors) == null || me.remove(I == null ? void 0 : I.name, I == null ? void 0 : I.scope));
|
|
13124
13124
|
};
|
|
13125
13125
|
return At(() => {
|
|
13126
|
-
|
|
13126
|
+
Sr(() => {
|
|
13127
13127
|
d.value = t.zipcode, f.value = t.houseNumber, v(t.zipcode, t.houseNumber, !1);
|
|
13128
13128
|
});
|
|
13129
13129
|
}), {
|
|
@@ -13235,7 +13235,7 @@ var Df = /* @__PURE__ */ se(
|
|
|
13235
13235
|
null
|
|
13236
13236
|
);
|
|
13237
13237
|
Df.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/AddressHandler.vue";
|
|
13238
|
-
const
|
|
13238
|
+
const Wr = Df.exports, IO = ie(
|
|
13239
13239
|
{
|
|
13240
13240
|
name: "ClaimFreeYearsModalContent",
|
|
13241
13241
|
props: {
|
|
@@ -13340,15 +13340,15 @@ var Yf = /* @__PURE__ */ se(
|
|
|
13340
13340
|
null
|
|
13341
13341
|
);
|
|
13342
13342
|
Yf.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/SimpleCard.vue";
|
|
13343
|
-
const
|
|
13343
|
+
const fr = Yf.exports, VO = ie({
|
|
13344
13344
|
name: "MotorForm",
|
|
13345
13345
|
components: {
|
|
13346
|
-
LicensePlate:
|
|
13347
|
-
AddressHandler:
|
|
13346
|
+
LicensePlate: Ur,
|
|
13347
|
+
AddressHandler: Wr,
|
|
13348
13348
|
DefaultInput: Lt,
|
|
13349
13349
|
DefaultSelect: yt,
|
|
13350
13350
|
ClaimFreeYearsModalContent: $f,
|
|
13351
|
-
SimpleCard:
|
|
13351
|
+
SimpleCard: fr
|
|
13352
13352
|
},
|
|
13353
13353
|
props: {
|
|
13354
13354
|
link: {
|
|
@@ -13496,12 +13496,12 @@ If.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/motor/compo
|
|
|
13496
13496
|
const BO = If.exports, qO = ie({
|
|
13497
13497
|
name: "MotorFormHorizontal",
|
|
13498
13498
|
components: {
|
|
13499
|
-
LicensePlate:
|
|
13500
|
-
AddressHandler:
|
|
13499
|
+
LicensePlate: Ur,
|
|
13500
|
+
AddressHandler: Wr,
|
|
13501
13501
|
DefaultInput: Lt,
|
|
13502
13502
|
DefaultSelect: yt,
|
|
13503
13503
|
ClaimFreeYearsModalContent: $f,
|
|
13504
|
-
SimpleCard:
|
|
13504
|
+
SimpleCard: fr
|
|
13505
13505
|
},
|
|
13506
13506
|
props: {
|
|
13507
13507
|
link: {
|
|
@@ -13907,7 +13907,7 @@ class ak {
|
|
|
13907
13907
|
TemporaryWorkPhase: Bi,
|
|
13908
13908
|
WorkedLastThreeYears: dm
|
|
13909
13909
|
} = e.loanData, Cu = e, { loanData: HM, filters: BM, aanvragen: qM } = Cu, fm = Pu(Cu, ["loanData", "filters", "aanvragen"]);
|
|
13910
|
-
return
|
|
13910
|
+
return hr({
|
|
13911
13911
|
loanData: {
|
|
13912
13912
|
AlimonyType: r,
|
|
13913
13913
|
AnotherMonthlyExpenses: n,
|
|
@@ -14009,7 +14009,7 @@ const eh = (t, e) => {
|
|
|
14009
14009
|
}), o = () => {
|
|
14010
14010
|
t.comparison.getUser().setBirthDate(x.birthdate), t.comparison.getUser().setFamilyComposition(x.familyComposition);
|
|
14011
14011
|
}, c = () => {
|
|
14012
|
-
t.comparison.getUser().setDetail(null,
|
|
14012
|
+
t.comparison.getUser().setDetail(null, hr(hr({}, t.comparison.getUser().getDetail(null)), s.value));
|
|
14013
14013
|
}, h = () => {
|
|
14014
14014
|
Ht.loanAmount = t.insuranceState.LoanAmount, Ht.loanPurpose = t.insuranceState.LoanPurpose, x.birthdate = t.userInformation.birthdate, x.familyComposition = t.userInformation.familyComposition;
|
|
14015
14015
|
}, l = () => {
|
|
@@ -14044,7 +14044,7 @@ const eh = (t, e) => {
|
|
|
14044
14044
|
LoanAmountInputField: Zf,
|
|
14045
14045
|
BirthdateInputField: Bf,
|
|
14046
14046
|
FamilyCompositionInputField: Wf,
|
|
14047
|
-
SimpleCard:
|
|
14047
|
+
SimpleCard: fr
|
|
14048
14048
|
},
|
|
14049
14049
|
props: {
|
|
14050
14050
|
baseUrl: {
|
|
@@ -14081,7 +14081,7 @@ const eh = (t, e) => {
|
|
|
14081
14081
|
setup(t, { emit: e }) {
|
|
14082
14082
|
const { loanState: r, isHorizontalForm: n, submitCreateForm: a } = eh(t, e);
|
|
14083
14083
|
return At(() => {
|
|
14084
|
-
ui.removeSessionState(
|
|
14084
|
+
ui.removeSessionState(nr().proxy.$root.$data.pathKey, nr().proxy.$root.$data.storageKey);
|
|
14085
14085
|
}), {
|
|
14086
14086
|
loanState: r,
|
|
14087
14087
|
isHorizontalForm: n,
|
|
@@ -14125,7 +14125,7 @@ const lk = rh.exports, ck = ie({
|
|
|
14125
14125
|
LoanAmountInputField: Zf,
|
|
14126
14126
|
BirthdateInputField: Bf,
|
|
14127
14127
|
FamilyCompositionInputField: Wf,
|
|
14128
|
-
SimpleCard:
|
|
14128
|
+
SimpleCard: fr
|
|
14129
14129
|
},
|
|
14130
14130
|
props: {
|
|
14131
14131
|
title: {
|
|
@@ -14276,7 +14276,7 @@ const Da = j(""), Gl = j(!1), Zl = j(!1), vo = j(!1), ja = j([]), mk = j(""), ih
|
|
|
14276
14276
|
});
|
|
14277
14277
|
return At(() => {
|
|
14278
14278
|
var o, c, h, l, p;
|
|
14279
|
-
(t.isOnResultPage || t.isOnCoveragePage) && (Object.assign(Ne, t.insuranceState), Da.value = (o = Ne.LicensePlate) != null ? o : "", x.zipcode = (c = t.userInformation.zipCode) != null ? c : "", x.houseNumber = (h = String(t.userInformation.houseNumber)) != null ? h : "", x.houseNumberAddition = (l = t.userInformation.houseNumberAddition) != null ? l : "", x.birthdate = (p = t.userInformation.birthdate) != null ? p : ""), (!t.isOnResultPage || !t.isOnCoveragePage) && ui.removeSessionState(
|
|
14279
|
+
(t.isOnResultPage || t.isOnCoveragePage) && (Object.assign(Ne, t.insuranceState), Da.value = (o = Ne.LicensePlate) != null ? o : "", x.zipcode = (c = t.userInformation.zipCode) != null ? c : "", x.houseNumber = (h = String(t.userInformation.houseNumber)) != null ? h : "", x.houseNumberAddition = (l = t.userInformation.houseNumberAddition) != null ? l : "", x.birthdate = (p = t.userInformation.birthdate) != null ? p : ""), (!t.isOnResultPage || !t.isOnCoveragePage) && ui.removeSessionState(nr().proxy.$root.$data.pathKey, nr().proxy.$root.$data.storageKey), Gl.value = !0;
|
|
14280
14280
|
}), {
|
|
14281
14281
|
isReady: Gl,
|
|
14282
14282
|
licensePlate: Da,
|
|
@@ -14289,10 +14289,10 @@ const Da = j(""), Gl = j(!1), Zl = j(!1), vo = j(!1), ja = j([]), mk = j(""), ih
|
|
|
14289
14289
|
}, pk = ie({
|
|
14290
14290
|
name: "CarForm",
|
|
14291
14291
|
components: {
|
|
14292
|
-
LicensePlate:
|
|
14293
|
-
AddressHandler:
|
|
14292
|
+
LicensePlate: Ur,
|
|
14293
|
+
AddressHandler: Wr,
|
|
14294
14294
|
DefaultInput: Lt,
|
|
14295
|
-
SimpleCard:
|
|
14295
|
+
SimpleCard: fr
|
|
14296
14296
|
},
|
|
14297
14297
|
props: {
|
|
14298
14298
|
title: {
|
|
@@ -14379,10 +14379,10 @@ sh.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/car/compone
|
|
|
14379
14379
|
const _k = sh.exports, yk = ie({
|
|
14380
14380
|
name: "CarFormHorizontal",
|
|
14381
14381
|
components: {
|
|
14382
|
-
LicensePlate:
|
|
14383
|
-
AddressHandler:
|
|
14382
|
+
LicensePlate: Ur,
|
|
14383
|
+
AddressHandler: Wr,
|
|
14384
14384
|
DefaultInput: Lt,
|
|
14385
|
-
SimpleCard:
|
|
14385
|
+
SimpleCard: fr
|
|
14386
14386
|
},
|
|
14387
14387
|
props: {
|
|
14388
14388
|
title: {
|
|
@@ -14479,20 +14479,20 @@ function wk(t) {
|
|
|
14479
14479
|
}
|
|
14480
14480
|
return e;
|
|
14481
14481
|
}
|
|
14482
|
-
function
|
|
14482
|
+
function vr() {
|
|
14483
14483
|
const t = window.location.search.substr(1);
|
|
14484
14484
|
return t !== null && t !== "" ? wk(t) : {};
|
|
14485
14485
|
}
|
|
14486
14486
|
function ch(t, e) {
|
|
14487
14487
|
let r = URL.canParse(t) ? new URL(t) : new URL(t, window.location.href);
|
|
14488
|
-
const n = Object.fromEntries(r.searchParams.entries()), a =
|
|
14488
|
+
const n = Object.fromEntries(r.searchParams.entries()), a = hr(hr({}, n), e), i = new URL(r);
|
|
14489
14489
|
return Object.entries(a).forEach(([s, d]) => {
|
|
14490
14490
|
i.searchParams.set(s, d);
|
|
14491
14491
|
}), i.toString();
|
|
14492
14492
|
}
|
|
14493
14493
|
let Sk = De({});
|
|
14494
14494
|
const Ok = De({});
|
|
14495
|
-
let Jl = j(!1), kk = j(!1), Ck = j(!1), Mk = j(!1), Xl = j(+O().format("YYYY")), Ql = j(!1),
|
|
14495
|
+
let Jl = j(!1), kk = j(!1), Ck = j(!1), Mk = j(!1), Xl = j(+O().format("YYYY")), Ql = j(!1), Kr = j(!1), _r = j(!1);
|
|
14496
14496
|
const Kl = 18, xk = 99, dh = (t, e) => {
|
|
14497
14497
|
const r = ce(() => x.birthdate.length === 10), n = ce(() => {
|
|
14498
14498
|
const _ = [];
|
|
@@ -14527,14 +14527,14 @@ const Kl = 18, xk = 99, dh = (t, e) => {
|
|
|
14527
14527
|
"claimfreeyears",
|
|
14528
14528
|
"birthdate"
|
|
14529
14529
|
];
|
|
14530
|
-
return
|
|
14530
|
+
return Kr.value && _.push("catalogValueForm"), _r.value && _.push("purchaseValueForm"), _;
|
|
14531
14531
|
}), f = ce(() => t.insuranceState.CatalogValueByLicense), u = () => {
|
|
14532
14532
|
(!x.birthdate || x.birthdate.length !== 10) && (Oe.claimFreeYears = "0");
|
|
14533
14533
|
}, o = (_) => {
|
|
14534
14534
|
Oe.claimFreeYears = String(_);
|
|
14535
14535
|
}, c = (_) => {
|
|
14536
14536
|
const m = _.split("-").join("") !== Oe.oldLicense;
|
|
14537
|
-
_.length >= 6 && m && (
|
|
14537
|
+
_.length >= 6 && m && (Kr.value = !1, _r.value = !1, Oe.purchaseValue = "");
|
|
14538
14538
|
}, h = () => {
|
|
14539
14539
|
Jl.value = !0;
|
|
14540
14540
|
}, l = (_) => {
|
|
@@ -14544,7 +14544,7 @@ const Kl = 18, xk = 99, dh = (t, e) => {
|
|
|
14544
14544
|
}, v = () => le(void 0, null, function* () {
|
|
14545
14545
|
if (yield mn(d.value))
|
|
14546
14546
|
if (t.isOnResultPage)
|
|
14547
|
-
e("submit-form", { userInformation: x, mopedState: Oe, licenseInformation: cn.moped, showCatalogValueField:
|
|
14547
|
+
e("submit-form", { userInformation: x, mopedState: Oe, licenseInformation: cn.moped, showCatalogValueField: Kr.value });
|
|
14548
14548
|
else {
|
|
14549
14549
|
const m = {
|
|
14550
14550
|
license: Oe.license,
|
|
@@ -14560,12 +14560,12 @@ const Kl = 18, xk = 99, dh = (t, e) => {
|
|
|
14560
14560
|
}
|
|
14561
14561
|
});
|
|
14562
14562
|
return Mc(f, (_) => {
|
|
14563
|
-
|
|
14563
|
+
Number(_) > 5e3 ? _r.value = !0 : (_r.value = !1, Oe.purchaseValue = "");
|
|
14564
14564
|
}), At(() => {
|
|
14565
14565
|
if (t.isOnResultPage) {
|
|
14566
|
-
Oe.license = Oe.oldLicense = t.insuranceState.LicensePlate ||
|
|
14566
|
+
Oe.license = Oe.oldLicense = t.insuranceState.LicensePlate || vr().license || "", Oe.claimFreeYears = t.insuranceState.ClaimFreeYears || vr().claimfreeyears || "0", x.birthdate = t.userInformation.birthdate || vr().birthdate || "", x.zipcode = t.userInformation.zipCode || vr().zipcode || "", x.houseNumber = t.userInformation.houseNumber || vr().housenumber || "", x.houseNumberAddition = t.userInformation.houseNumberAddition || vr().housenumberaddition || "", t.insuranceState.CatalogValueByLicense && (Oe.catalogValue = t.insuranceState.CatalogValueByLicense, Kr.value = !0);
|
|
14567
14567
|
const _ = t.insuranceState.PurchaseValueByLicense;
|
|
14568
|
-
_ && (
|
|
14568
|
+
_ && (Oe.purchaseValue = _, _r.value = !0);
|
|
14569
14569
|
}
|
|
14570
14570
|
t.isOnResultPage || ui.removeSessionState("moped-path", "moped-storage");
|
|
14571
14571
|
}), {
|
|
@@ -14583,8 +14583,8 @@ const Kl = 18, xk = 99, dh = (t, e) => {
|
|
|
14583
14583
|
maxClaimFreeYearsOptions: n,
|
|
14584
14584
|
maxClaimFreeYears: a,
|
|
14585
14585
|
buttonStyles: i,
|
|
14586
|
-
showCatalogValueField:
|
|
14587
|
-
showPurchaseValueField:
|
|
14586
|
+
showCatalogValueField: Kr,
|
|
14587
|
+
showPurchaseValueField: _r,
|
|
14588
14588
|
maxPurchaseValue: s,
|
|
14589
14589
|
checkClaimFreeYears: u,
|
|
14590
14590
|
setClaimFreeYears: o,
|
|
@@ -14664,7 +14664,7 @@ function Fi() {
|
|
|
14664
14664
|
}
|
|
14665
14665
|
return r;
|
|
14666
14666
|
}
|
|
14667
|
-
var Dk = "$bvConfig",
|
|
14667
|
+
var Dk = "$bvConfig", zr = typeof window != "undefined", hh = typeof document != "undefined", jk = typeof navigator != "undefined", Tk = typeof MutationObserver != "undefined" || typeof WebKitMutationObserver != "undefined" || typeof MozMutationObserver != "undefined", Pe = zr && hh && jk, $k = Pe ? window.navigator.userAgent.toLowerCase() : "";
|
|
14668
14668
|
$k.indexOf("jsdom") > 0;
|
|
14669
14669
|
var Ak = function() {
|
|
14670
14670
|
var t = !1;
|
|
@@ -14774,14 +14774,14 @@ function bn(t) {
|
|
|
14774
14774
|
return r.__proto__ || Object.getPrototypeOf(r);
|
|
14775
14775
|
}, bn(t);
|
|
14776
14776
|
}
|
|
14777
|
-
var yh =
|
|
14777
|
+
var yh = zr ? window : {}, Nk = zr ? yh.Element : /* @__PURE__ */ function(t) {
|
|
14778
14778
|
ph(r, t);
|
|
14779
14779
|
var e = vh(r);
|
|
14780
14780
|
function r() {
|
|
14781
14781
|
return mh(this, r), e.apply(this, arguments);
|
|
14782
14782
|
}
|
|
14783
14783
|
return r;
|
|
14784
|
-
}(/* @__PURE__ */ Eo(Object)), gh =
|
|
14784
|
+
}(/* @__PURE__ */ Eo(Object)), gh = zr ? yh.HTMLElement : /* @__PURE__ */ function(t) {
|
|
14785
14785
|
ph(r, t);
|
|
14786
14786
|
var e = vh(r);
|
|
14787
14787
|
function r() {
|
|
@@ -14801,17 +14801,17 @@ var wu = function(e) {
|
|
|
14801
14801
|
return ln(e);
|
|
14802
14802
|
}, ii = function(e) {
|
|
14803
14803
|
return e === void 0;
|
|
14804
|
-
},
|
|
14804
|
+
}, sr = function(e) {
|
|
14805
14805
|
return e === null;
|
|
14806
14806
|
}, bh = function(e) {
|
|
14807
|
-
return ii(e) ||
|
|
14807
|
+
return ii(e) || sr(e);
|
|
14808
14808
|
}, ft = function(e) {
|
|
14809
14809
|
return wu(e) === "function";
|
|
14810
14810
|
}, wh = function(e) {
|
|
14811
14811
|
return wu(e) === "boolean";
|
|
14812
|
-
},
|
|
14812
|
+
}, ur = function(e) {
|
|
14813
14813
|
return wu(e) === "string";
|
|
14814
|
-
},
|
|
14814
|
+
}, Ar = function(e) {
|
|
14815
14815
|
return Array.isArray(e);
|
|
14816
14816
|
}, oi = function(e) {
|
|
14817
14817
|
return e !== null && ln(e) === "object";
|
|
@@ -14927,7 +14927,7 @@ function Lo(t, e) {
|
|
|
14927
14927
|
}
|
|
14928
14928
|
var Ii = function t(e) {
|
|
14929
14929
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : e;
|
|
14930
|
-
return
|
|
14930
|
+
return Ar(e) ? e.reduce(function(n, a) {
|
|
14931
14931
|
return [].concat(Bk(n), [t(a, a)]);
|
|
14932
14932
|
}, []) : An(e) ? ht(e).reduce(function(n, a) {
|
|
14933
14933
|
return ic(ic({}, n), {}, kh({}, a, t(e[a], e[a])));
|
|
@@ -14997,18 +14997,18 @@ var aC = tt.prototype, lc = function(e) {
|
|
|
14997
14997
|
return isNaN(n) ? r : n;
|
|
14998
14998
|
}, wn = function(e) {
|
|
14999
14999
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 2;
|
|
15000
|
-
return bh(e) ? "" :
|
|
15000
|
+
return bh(e) ? "" : Ar(e) || An(e) && e.toString === Object.prototype.toString ? JSON.stringify(e, null, r) : String(e);
|
|
15001
15001
|
}, uC = ["button", "[href]:not(.disabled)", "input", "select", "textarea", "[tabindex]", "[contenteditable]"].map(function(t) {
|
|
15002
15002
|
return "".concat(t, ":not(:disabled):not([disabled])");
|
|
15003
|
-
}).join(", "), Ot =
|
|
15003
|
+
}).join(", "), Ot = zr ? window : {}, Ei = hh ? document : {}, Ha = typeof Element != "undefined" ? Element.prototype : {}, lC = Ha.matches || Ha.msMatchesSelector || Ha.webkitMatchesSelector, cC = Ha.closest || function(t) {
|
|
15004
15004
|
var e = this;
|
|
15005
15005
|
do {
|
|
15006
15006
|
if ($h(e, t))
|
|
15007
15007
|
return e;
|
|
15008
15008
|
e = e.parentElement || e.parentNode;
|
|
15009
|
-
} while (!
|
|
15009
|
+
} while (!sr(e) && e.nodeType === Node.ELEMENT_NODE);
|
|
15010
15010
|
return null;
|
|
15011
|
-
},
|
|
15011
|
+
}, Cr = Ot.requestAnimationFrame || Ot.webkitRequestAnimationFrame || Ot.mozRequestAnimationFrame || Ot.msRequestAnimationFrame || Ot.oRequestAnimationFrame || // Fallback, but not a true polyfill
|
|
15012
15012
|
// Only needed for Opera Mini
|
|
15013
15013
|
/* istanbul ignore next */
|
|
15014
15014
|
function(t) {
|
|
@@ -15047,7 +15047,7 @@ function(t) {
|
|
|
15047
15047
|
return n ? a : a === r ? null : a;
|
|
15048
15048
|
}, nn = function(e, r) {
|
|
15049
15049
|
return e && ft(e.contains) ? e.contains(r) : !1;
|
|
15050
|
-
},
|
|
15050
|
+
}, Mr = function(e, r) {
|
|
15051
15051
|
r && ue(e) && e.classList && e.classList.add(r);
|
|
15052
15052
|
}, ku = function(e, r) {
|
|
15053
15053
|
r && ue(e) && e.classList && e.classList.remove(r);
|
|
@@ -15070,13 +15070,13 @@ function(t) {
|
|
|
15070
15070
|
}, si = function(e) {
|
|
15071
15071
|
return ue(e) ? e.getBoundingClientRect() : null;
|
|
15072
15072
|
}, qt = function(e) {
|
|
15073
|
-
return
|
|
15073
|
+
return zr && ue(e) ? Ot.getComputedStyle(e) : {};
|
|
15074
15074
|
}, pC = function() {
|
|
15075
15075
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : document;
|
|
15076
15076
|
return Ba(uC, e).filter(hC).filter(function(r) {
|
|
15077
15077
|
return r.tabIndex > -1 && !r.disabled;
|
|
15078
15078
|
});
|
|
15079
|
-
},
|
|
15079
|
+
}, wr = function(e) {
|
|
15080
15080
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
15081
15081
|
try {
|
|
15082
15082
|
e.focus(r);
|
|
@@ -15100,7 +15100,7 @@ function cc(t, e) {
|
|
|
15100
15100
|
}
|
|
15101
15101
|
return r;
|
|
15102
15102
|
}
|
|
15103
|
-
function
|
|
15103
|
+
function xr(t) {
|
|
15104
15104
|
for (var e = 1; e < arguments.length; e++) {
|
|
15105
15105
|
var r = arguments[e] != null ? arguments[e] : {};
|
|
15106
15106
|
e % 2 ? cc(Object(r), !0).forEach(function(n) {
|
|
@@ -15122,7 +15122,7 @@ var Fh = {
|
|
|
15122
15122
|
leaveClass: "show",
|
|
15123
15123
|
leaveActiveClass: "",
|
|
15124
15124
|
leaveToClass: ""
|
|
15125
|
-
}, yC =
|
|
15125
|
+
}, yC = xr(xr({}, Fh), {}, {
|
|
15126
15126
|
enterActiveClass: "fade",
|
|
15127
15127
|
leaveActiveClass: "fade"
|
|
15128
15128
|
}), gC = /* @__PURE__ */ tt.extend({
|
|
@@ -15153,12 +15153,12 @@ var Fh = {
|
|
|
15153
15153
|
},
|
|
15154
15154
|
render: function(e, r) {
|
|
15155
15155
|
var n = r.children, a = r.data, i = r.props, s = i.transProps;
|
|
15156
|
-
return An(s) || (s = i.noFade ? Fh : yC, i.appear && (s =
|
|
15156
|
+
return An(s) || (s = i.noFade ? Fh : yC, i.appear && (s = xr(xr({}, s), {}, {
|
|
15157
15157
|
appear: !0,
|
|
15158
15158
|
appearClass: s.enterClass,
|
|
15159
15159
|
appearActiveClass: s.enterActiveClass,
|
|
15160
15160
|
appearToClass: s.enterToClass
|
|
15161
|
-
}))), s =
|
|
15161
|
+
}))), s = xr(xr({
|
|
15162
15162
|
mode: i.mode
|
|
15163
15163
|
}, s), {}, {
|
|
15164
15164
|
// We always need `css` true
|
|
@@ -15174,7 +15174,7 @@ var Fh = {
|
|
|
15174
15174
|
}
|
|
15175
15175
|
});
|
|
15176
15176
|
const bC = gC;
|
|
15177
|
-
var
|
|
15177
|
+
var Yr = "default", Ih = function(e) {
|
|
15178
15178
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
15179
15179
|
return e = $t(e).filter(Yn), e.some(function(a) {
|
|
15180
15180
|
return r[a] || n[a];
|
|
@@ -15191,11 +15191,11 @@ var Fr = "default", Ih = function(e) {
|
|
|
15191
15191
|
const Li = {
|
|
15192
15192
|
methods: {
|
|
15193
15193
|
hasNormalizedSlot: function() {
|
|
15194
|
-
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] :
|
|
15194
|
+
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Yr;
|
|
15195
15195
|
return Ih(e, this.$scopedSlots, this.$slots);
|
|
15196
15196
|
},
|
|
15197
15197
|
normalizeSlot: function() {
|
|
15198
|
-
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] :
|
|
15198
|
+
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Yr, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = Eh(e, r, this.$scopedSlots, this.$slots);
|
|
15199
15199
|
return n && $t(n);
|
|
15200
15200
|
}
|
|
15201
15201
|
}
|
|
@@ -15206,10 +15206,10 @@ var Nh = function(e) {
|
|
|
15206
15206
|
} : !!(oi(e) ? e.capture : e);
|
|
15207
15207
|
}, Vi = function(e, r, n, a) {
|
|
15208
15208
|
e && e.addEventListener && e.addEventListener(r, n, Nh(a));
|
|
15209
|
-
},
|
|
15209
|
+
}, Fr = function(e, r, n, a) {
|
|
15210
15210
|
e && e.removeEventListener && e.removeEventListener(r, n, Nh(a));
|
|
15211
15211
|
}, dc = function(e) {
|
|
15212
|
-
for (var r = e ? Vi :
|
|
15212
|
+
for (var r = e ? Vi : Fr, n = arguments.length, a = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
|
|
15213
15213
|
a[i - 1] = arguments[i];
|
|
15214
15214
|
r.apply(void 0, a);
|
|
15215
15215
|
}, Sn = function(e) {
|
|
@@ -15256,27 +15256,27 @@ var SC = Fn({
|
|
|
15256
15256
|
}
|
|
15257
15257
|
}
|
|
15258
15258
|
};
|
|
15259
|
-
return Ih(
|
|
15259
|
+
return Ih(Yr, f, d) || (u.domProps = {
|
|
15260
15260
|
innerHTML: n.content
|
|
15261
|
-
}), e("button", Fi(a, u), Eh(
|
|
15261
|
+
}), e("button", Fi(a, u), Eh(Yr, {}, f, d));
|
|
15262
15262
|
}
|
|
15263
15263
|
}), Lh = function(e, r) {
|
|
15264
15264
|
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : Yn;
|
|
15265
|
-
return (
|
|
15265
|
+
return (Ar(e) ? e.slice() : ht(e)).reduce(function(a, i) {
|
|
15266
15266
|
return a[n(i)] = r[i], a;
|
|
15267
15267
|
}, {});
|
|
15268
15268
|
}, Vh = "a", kC = function(e) {
|
|
15269
15269
|
return "%" + e.charCodeAt(0).toString(16);
|
|
15270
|
-
},
|
|
15270
|
+
}, yr = function(e) {
|
|
15271
15271
|
return encodeURIComponent(wn(e)).replace(Zk, kC).replace(Gk, ",");
|
|
15272
15272
|
}, CC = function(e) {
|
|
15273
15273
|
if (!An(e))
|
|
15274
15274
|
return "";
|
|
15275
15275
|
var r = ht(e).map(function(n) {
|
|
15276
15276
|
var a = e[n];
|
|
15277
|
-
return ii(a) ? "" :
|
|
15278
|
-
return
|
|
15279
|
-
}, []).join("&") :
|
|
15277
|
+
return ii(a) ? "" : sr(a) ? yr(n) : Ar(a) ? a.reduce(function(i, s) {
|
|
15278
|
+
return sr(s) ? i.push(yr(n)) : ii(s) || i.push(yr(n) + "=" + yr(s)), i;
|
|
15279
|
+
}, []).join("&") : yr(n) + "=" + yr(a);
|
|
15280
15280
|
}).filter(function(n) {
|
|
15281
15281
|
return n.length > 0;
|
|
15282
15282
|
}).join("&");
|
|
@@ -15290,14 +15290,14 @@ var SC = Fn({
|
|
|
15290
15290
|
return !s || s && (a || !n) ? Vh : i || (r.$nuxt ? "nuxt-link" : "router-link");
|
|
15291
15291
|
}, PC = function() {
|
|
15292
15292
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = e.target, n = e.rel;
|
|
15293
|
-
return r === "_blank" &&
|
|
15293
|
+
return r === "_blank" && sr(n) ? "noopener" : n || null;
|
|
15294
15294
|
}, RC = function() {
|
|
15295
15295
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = e.href, n = e.to, a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Vh, i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "#", s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "/";
|
|
15296
15296
|
if (r)
|
|
15297
15297
|
return r;
|
|
15298
15298
|
if (Hh(a))
|
|
15299
15299
|
return null;
|
|
15300
|
-
if (
|
|
15300
|
+
if (ur(n))
|
|
15301
15301
|
return n || s;
|
|
15302
15302
|
if (An(n) && (n.path || n.query || n.hash)) {
|
|
15303
15303
|
var d = wn(n.path), f = CC(n.query), u = wn(n.hash);
|
|
@@ -15316,7 +15316,7 @@ var SC = Fn({
|
|
|
15316
15316
|
var n = tc(e), a = tc(r);
|
|
15317
15317
|
if (n || a)
|
|
15318
15318
|
return n && a ? e.getTime() === r.getTime() : !1;
|
|
15319
|
-
if (n =
|
|
15319
|
+
if (n = Ar(e), a = Ar(r), n || a)
|
|
15320
15320
|
return n && a ? $C(e, r) : !1;
|
|
15321
15321
|
if (n = oi(e), a = oi(r), n || a) {
|
|
15322
15322
|
if (!n || !a)
|
|
@@ -15571,7 +15571,7 @@ var zh = {
|
|
|
15571
15571
|
});
|
|
15572
15572
|
},
|
|
15573
15573
|
focus: function() {
|
|
15574
|
-
|
|
15574
|
+
wr(this.$el);
|
|
15575
15575
|
},
|
|
15576
15576
|
blur: function() {
|
|
15577
15577
|
vC(this.$el);
|
|
@@ -15603,14 +15603,14 @@ function HC(t) {
|
|
|
15603
15603
|
for (var e = 1; e < arguments.length; e++) {
|
|
15604
15604
|
var r = arguments[e] != null ? arguments[e] : {};
|
|
15605
15605
|
e % 2 ? pc(Object(r), !0).forEach(function(n) {
|
|
15606
|
-
|
|
15606
|
+
Kt(t, n, r[n]);
|
|
15607
15607
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : pc(Object(r)).forEach(function(n) {
|
|
15608
15608
|
Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
|
|
15609
15609
|
});
|
|
15610
15610
|
}
|
|
15611
15611
|
return t;
|
|
15612
15612
|
}
|
|
15613
|
-
function
|
|
15613
|
+
function Kt(t, e, r) {
|
|
15614
15614
|
return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
15615
15615
|
}
|
|
15616
15616
|
var Hi = Hk(Zh, ["event", "routerTag"]);
|
|
@@ -15656,7 +15656,7 @@ var BC = Fn(HC({
|
|
|
15656
15656
|
default: null
|
|
15657
15657
|
}
|
|
15658
15658
|
}, Hi), Ch), vc = function(e) {
|
|
15659
|
-
e.type === "focusin" ?
|
|
15659
|
+
e.type === "focusin" ? Mr(e.target, "focus") : e.type === "focusout" && ku(e.target, "focus");
|
|
15660
15660
|
}, In = function(e) {
|
|
15661
15661
|
return MC(e) || Ni(e.tag, "a");
|
|
15662
15662
|
}, Jh = function(e) {
|
|
@@ -15667,7 +15667,7 @@ var BC = Fn(HC({
|
|
|
15667
15667
|
return !In(e) && !Xh(e);
|
|
15668
15668
|
}, qC = function(e) {
|
|
15669
15669
|
var r;
|
|
15670
|
-
return ["btn-".concat(e.variant || "secondary"), (r = {},
|
|
15670
|
+
return ["btn-".concat(e.variant || "secondary"), (r = {}, Kt(r, "btn-".concat(e.size), e.size), Kt(r, "btn-block", e.block), Kt(r, "rounded-pill", e.pill), Kt(r, "rounded-0", e.squared && !e.pill), Kt(r, "disabled", e.disabled), Kt(r, "active", e.pressed), r)];
|
|
15671
15671
|
}, UC = function(e) {
|
|
15672
15672
|
return In(e) ? Lh(Hi, e) : {};
|
|
15673
15673
|
}, WC = function(e, r) {
|
|
@@ -15804,7 +15804,7 @@ var ZC = function(e, r, n) {
|
|
|
15804
15804
|
subtree: !0
|
|
15805
15805
|
}, n)), a;
|
|
15806
15806
|
}, JC = function(e) {
|
|
15807
|
-
xe(e, "height", 0),
|
|
15807
|
+
xe(e, "height", 0), Cr(function() {
|
|
15808
15808
|
jh(e), xe(e, "height", "".concat(e.scrollHeight, "px"));
|
|
15809
15809
|
});
|
|
15810
15810
|
}, XC = function(e) {
|
|
@@ -16014,7 +16014,7 @@ var nM = "bv::toggle::collapse", aM = "bv::collapse::state", iM = "bv::collapse:
|
|
|
16014
16014
|
var e = mC(this.$el, "show");
|
|
16015
16015
|
ku(this.$el, "show");
|
|
16016
16016
|
var r = qt(this.$el).display === "block";
|
|
16017
|
-
return e &&
|
|
16017
|
+
return e && Mr(this.$el, "show"), r;
|
|
16018
16018
|
},
|
|
16019
16019
|
clickHandler: function(e) {
|
|
16020
16020
|
var r = e.target;
|
|
@@ -16048,7 +16048,7 @@ var nM = "bv::toggle::collapse", aM = "bv::collapse::state", iM = "bv::collapse:
|
|
|
16048
16048
|
on: {
|
|
16049
16049
|
click: this.clickHandler
|
|
16050
16050
|
}
|
|
16051
|
-
}, [this.normalizeSlot(
|
|
16051
|
+
}, [this.normalizeSlot(Yr, n)]);
|
|
16052
16052
|
return e(rM, {
|
|
16053
16053
|
props: {
|
|
16054
16054
|
appear: this.appear
|
|
@@ -16187,7 +16187,7 @@ var cM = /* @__PURE__ */ function() {
|
|
|
16187
16187
|
getContainer: function() {
|
|
16188
16188
|
if (Pe) {
|
|
16189
16189
|
var e = this.container;
|
|
16190
|
-
return
|
|
16190
|
+
return ur(e) ? Th(e) : e;
|
|
16191
16191
|
} else
|
|
16192
16192
|
return null;
|
|
16193
16193
|
},
|
|
@@ -16237,7 +16237,7 @@ const hM = {
|
|
|
16237
16237
|
delete e[ze], ht(r).forEach(function(n) {
|
|
16238
16238
|
var a = r[n] || [];
|
|
16239
16239
|
a.forEach(function(i) {
|
|
16240
|
-
return
|
|
16240
|
+
return Fr(document, n, i, ut);
|
|
16241
16241
|
});
|
|
16242
16242
|
});
|
|
16243
16243
|
}));
|
|
@@ -16247,10 +16247,10 @@ const hM = {
|
|
|
16247
16247
|
e ? this.listenOnDocument(r, n) : this.listenOffDocument(r, n);
|
|
16248
16248
|
},
|
|
16249
16249
|
listenOnDocument: function(e, r) {
|
|
16250
|
-
this[ze] &&
|
|
16250
|
+
this[ze] && ur(e) && ft(r) && (this[ze][e] = this[ze][e] || [], Ou(this[ze][e], r) || (this[ze][e].push(r), Vi(document, e, r, ut)));
|
|
16251
16251
|
},
|
|
16252
16252
|
listenOffDocument: function(e, r) {
|
|
16253
|
-
this[ze] &&
|
|
16253
|
+
this[ze] && ur(e) && ft(r) && (Fr(document, e, r, ut), this[ze][e] = (this[ze][e] || []).filter(function(n) {
|
|
16254
16254
|
return n !== r;
|
|
16255
16255
|
}));
|
|
16256
16256
|
}
|
|
@@ -16267,7 +16267,7 @@ const mM = {
|
|
|
16267
16267
|
delete this[Ge], ht(e).forEach(function(r) {
|
|
16268
16268
|
var n = e[r] || [];
|
|
16269
16269
|
n.forEach(function(a) {
|
|
16270
|
-
return
|
|
16270
|
+
return Fr(window, r, a, ut);
|
|
16271
16271
|
});
|
|
16272
16272
|
});
|
|
16273
16273
|
}
|
|
@@ -16277,10 +16277,10 @@ const mM = {
|
|
|
16277
16277
|
e ? this.listenOnWindow(r, n) : this.listenOffWindow(r, n);
|
|
16278
16278
|
},
|
|
16279
16279
|
listenOnWindow: function(e, r) {
|
|
16280
|
-
Pe && this[Ge] &&
|
|
16280
|
+
Pe && this[Ge] && ur(e) && ft(r) && (this[Ge][e] = this[Ge][e] || [], Ou(this[Ge][e], r) || (this[Ge][e].push(r), Vi(window, e, r, ut)));
|
|
16281
16281
|
},
|
|
16282
16282
|
listenOffWindow: function(e, r) {
|
|
16283
|
-
Pe && this[Ge] &&
|
|
16283
|
+
Pe && this[Ge] && ur(e) && ft(r) && (Fr(window, e, r, ut), this[Ge][e] = (this[Ge][e] || []).filter(function(n) {
|
|
16284
16284
|
return n !== r;
|
|
16285
16285
|
}));
|
|
16286
16286
|
}
|
|
@@ -16324,11 +16324,11 @@ var wc = 1040, So = {
|
|
|
16324
16324
|
},
|
|
16325
16325
|
watch: {
|
|
16326
16326
|
modalCount: function(e, r) {
|
|
16327
|
-
Pe && (this.getScrollbarWidth(), e > 0 && r === 0 ? (this.checkScrollbar(), this.setScrollbar(),
|
|
16327
|
+
Pe && (this.getScrollbarWidth(), e > 0 && r === 0 ? (this.checkScrollbar(), this.setScrollbar(), Mr(document.body, "modal-open")) : e === 0 && r > 0 && (this.resetScrollbar(), ku(document.body, "modal-open")), en(document.body, "data-modal-open-count", String(e)));
|
|
16328
16328
|
},
|
|
16329
16329
|
modals: function(e) {
|
|
16330
16330
|
var r = this;
|
|
16331
|
-
this.checkScrollbar(),
|
|
16331
|
+
this.checkScrollbar(), Cr(function() {
|
|
16332
16332
|
r.updateModals(e || []);
|
|
16333
16333
|
});
|
|
16334
16334
|
}
|
|
@@ -16346,16 +16346,16 @@ var wc = 1040, So = {
|
|
|
16346
16346
|
r > -1 && (this.modals.splice(r, 1), e._isBeingDestroyed || e._isDestroyed || this.resetModal(e));
|
|
16347
16347
|
},
|
|
16348
16348
|
getBaseZIndex: function() {
|
|
16349
|
-
if (
|
|
16349
|
+
if (sr(this.baseZIndex) && Pe) {
|
|
16350
16350
|
var e = document.createElement("div");
|
|
16351
|
-
|
|
16351
|
+
Mr(e, "modal-backdrop"), Mr(e, "d-none"), xe(e, "display", "none"), document.body.appendChild(e), this.baseZIndex = sC(qt(e).zIndex, wc), document.body.removeChild(e);
|
|
16352
16352
|
}
|
|
16353
16353
|
return this.baseZIndex || wc;
|
|
16354
16354
|
},
|
|
16355
16355
|
getScrollbarWidth: function() {
|
|
16356
|
-
if (
|
|
16356
|
+
if (sr(this.scrollbarWidth) && Pe) {
|
|
16357
16357
|
var e = document.createElement("div");
|
|
16358
|
-
|
|
16358
|
+
Mr(e, "modal-scrollbar-measure"), document.body.appendChild(e), this.scrollbarWidth = si(e).width - e.clientWidth, document.body.removeChild(e);
|
|
16359
16359
|
}
|
|
16360
16360
|
return this.scrollbarWidth || 0;
|
|
16361
16361
|
},
|
|
@@ -16456,7 +16456,7 @@ function Ua(t, e, r) {
|
|
|
16456
16456
|
}, Ua(t, e, r || t);
|
|
16457
16457
|
}
|
|
16458
16458
|
function SM(t, e) {
|
|
16459
|
-
for (; !Object.prototype.hasOwnProperty.call(t, e) && (t =
|
|
16459
|
+
for (; !Object.prototype.hasOwnProperty.call(t, e) && (t = Ir(t), t !== null); )
|
|
16460
16460
|
;
|
|
16461
16461
|
return t;
|
|
16462
16462
|
}
|
|
@@ -16473,9 +16473,9 @@ function Ho(t, e) {
|
|
|
16473
16473
|
function kM(t) {
|
|
16474
16474
|
var e = MM();
|
|
16475
16475
|
return function() {
|
|
16476
|
-
var n =
|
|
16476
|
+
var n = Ir(t), a;
|
|
16477
16477
|
if (e) {
|
|
16478
|
-
var i =
|
|
16478
|
+
var i = Ir(this).constructor;
|
|
16479
16479
|
a = Reflect.construct(n, arguments, i);
|
|
16480
16480
|
} else
|
|
16481
16481
|
a = n.apply(this, arguments);
|
|
@@ -16502,10 +16502,10 @@ function MM() {
|
|
|
16502
16502
|
return !1;
|
|
16503
16503
|
}
|
|
16504
16504
|
}
|
|
16505
|
-
function
|
|
16506
|
-
return
|
|
16505
|
+
function Ir(t) {
|
|
16506
|
+
return Ir = Object.setPrototypeOf ? Object.getPrototypeOf : function(r) {
|
|
16507
16507
|
return r.__proto__ || Object.getPrototypeOf(r);
|
|
16508
|
-
},
|
|
16508
|
+
}, Ir(t);
|
|
16509
16509
|
}
|
|
16510
16510
|
var xM = /* @__PURE__ */ function(t) {
|
|
16511
16511
|
OM(r, t);
|
|
@@ -16519,7 +16519,7 @@ var xM = /* @__PURE__ */ function(t) {
|
|
|
16519
16519
|
return wM(r, null, [{
|
|
16520
16520
|
key: "Defaults",
|
|
16521
16521
|
get: function() {
|
|
16522
|
-
return Oc(Oc({}, Ua(
|
|
16522
|
+
return Oc(Oc({}, Ua(Ir(r), "Defaults", this)), {}, {
|
|
16523
16523
|
trigger: null
|
|
16524
16524
|
});
|
|
16525
16525
|
}
|
|
@@ -17006,15 +17006,15 @@ var PM = {
|
|
|
17006
17006
|
},
|
|
17007
17007
|
onEnter: function() {
|
|
17008
17008
|
var e = this;
|
|
17009
|
-
this.isBlock = !0,
|
|
17010
|
-
|
|
17009
|
+
this.isBlock = !0, Cr(function() {
|
|
17010
|
+
Cr(function() {
|
|
17011
17011
|
e.isShow = !0;
|
|
17012
17012
|
});
|
|
17013
17013
|
});
|
|
17014
17014
|
},
|
|
17015
17015
|
onAfterEnter: function() {
|
|
17016
17016
|
var e = this;
|
|
17017
|
-
this.checkModalOverflow(), this.isTransitioning = !1,
|
|
17017
|
+
this.checkModalOverflow(), this.isTransitioning = !1, Cr(function() {
|
|
17018
17018
|
e.emitEvent(e.buildEvent("shown")), e.setEnforceFocus(!0), e.$nextTick(function() {
|
|
17019
17019
|
e.focusFirst();
|
|
17020
17020
|
});
|
|
@@ -17040,7 +17040,7 @@ var PM = {
|
|
|
17040
17040
|
// UI event handlers
|
|
17041
17041
|
onDialogMousedown: function() {
|
|
17042
17042
|
var e = this, r = this.$refs.modal, n = function a(i) {
|
|
17043
|
-
|
|
17043
|
+
Fr(r, "mouseup", a, ut), i.target === r && (e.ignoreBackdropClick = !0);
|
|
17044
17044
|
};
|
|
17045
17045
|
Vi(r, "mouseup", n, ut);
|
|
17046
17046
|
},
|
|
@@ -17069,11 +17069,11 @@ var PM = {
|
|
|
17069
17069
|
if (!(this.noEnforceFocus || !this.isTop || !this.isVisible || !r || document === n || nn(r, n) || this.computeIgnoreEnforceFocusSelector && Ah(this.computeIgnoreEnforceFocusSelector, n, !0))) {
|
|
17070
17070
|
var a = pC(this.$refs.content), i = this.$refs, s = i.bottomTrap, d = i.topTrap;
|
|
17071
17071
|
if (s && n === s) {
|
|
17072
|
-
if (
|
|
17072
|
+
if (wr(a[0]))
|
|
17073
17073
|
return;
|
|
17074
|
-
} else if (d && n === d &&
|
|
17074
|
+
} else if (d && n === d && wr(a[a.length - 1]))
|
|
17075
17075
|
return;
|
|
17076
|
-
|
|
17076
|
+
wr(r, {
|
|
17077
17077
|
preventScroll: !0
|
|
17078
17078
|
});
|
|
17079
17079
|
}
|
|
@@ -17102,11 +17102,11 @@ var PM = {
|
|
|
17102
17102
|
// Focus control handlers
|
|
17103
17103
|
focusFirst: function() {
|
|
17104
17104
|
var e = this;
|
|
17105
|
-
Pe &&
|
|
17105
|
+
Pe && Cr(function() {
|
|
17106
17106
|
var r = e.$refs.modal, n = e.$refs.content, a = e.getActiveElement();
|
|
17107
17107
|
if (r && n && !(a && nn(n, a))) {
|
|
17108
17108
|
var i = e.$refs["ok-button"], s = e.$refs["cancel-button"], d = e.$refs["close-button"], f = e.autoFocusButton, u = f === "ok" && i ? i.$el || i : f === "cancel" && s ? s.$el || s : f === "close" && d ? d.$el || d : n;
|
|
17109
|
-
|
|
17109
|
+
wr(u), u === n && e.$nextTick(function() {
|
|
17110
17110
|
r.scrollTop = 0;
|
|
17111
17111
|
});
|
|
17112
17112
|
}
|
|
@@ -17115,7 +17115,7 @@ var PM = {
|
|
|
17115
17115
|
returnFocusTo: function() {
|
|
17116
17116
|
var e = this.returnFocus || this.return_focus || null;
|
|
17117
17117
|
this.return_focus = null, this.$nextTick(function() {
|
|
17118
|
-
e =
|
|
17118
|
+
e = ur(e) ? Th(e) : e, e && (e = e.$el || e, wr(e));
|
|
17119
17119
|
});
|
|
17120
17120
|
},
|
|
17121
17121
|
checkModalOverflow: function() {
|
|
@@ -17177,7 +17177,7 @@ var PM = {
|
|
|
17177
17177
|
id: this.modalBodyId
|
|
17178
17178
|
},
|
|
17179
17179
|
ref: "body"
|
|
17180
|
-
}, this.normalizeSlot(
|
|
17180
|
+
}, this.normalizeSlot(Yr, this.slotScope)), s = e();
|
|
17181
17181
|
if (!this.hideFooter) {
|
|
17182
17182
|
var d = this.normalizeSlot("modal-footer", this.slotScope);
|
|
17183
17183
|
if (!d) {
|
|
@@ -17348,7 +17348,7 @@ const jM = ie(
|
|
|
17348
17348
|
}, u = () => {
|
|
17349
17349
|
i.value = "0", f(), o();
|
|
17350
17350
|
}, o = () => {
|
|
17351
|
-
r.value = !1,
|
|
17351
|
+
r.value = !1, Sr(() => {
|
|
17352
17352
|
a.value = "1";
|
|
17353
17353
|
});
|
|
17354
17354
|
}, c = () => {
|
|
@@ -17438,12 +17438,12 @@ nm.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/moped/compo
|
|
|
17438
17438
|
const am = nm.exports, $M = ie({
|
|
17439
17439
|
name: "MopedForm",
|
|
17440
17440
|
components: {
|
|
17441
|
-
LicensePlate:
|
|
17442
|
-
AddressHandler:
|
|
17441
|
+
LicensePlate: Ur,
|
|
17442
|
+
AddressHandler: Wr,
|
|
17443
17443
|
DefaultInput: Lt,
|
|
17444
17444
|
DefaultSelect: yt,
|
|
17445
17445
|
CalculateClaimFreeYears: am,
|
|
17446
|
-
SimpleCard:
|
|
17446
|
+
SimpleCard: fr
|
|
17447
17447
|
},
|
|
17448
17448
|
props: {
|
|
17449
17449
|
link: {
|
|
@@ -17561,7 +17561,7 @@ var im = function() {
|
|
|
17561
17561
|
return [e.errors.has("purchaseValueForm:required") ? r("div", { staticClass: "d-form-error vd-form-error--block mt-2" }, [r("i", { staticClass: "vd-error-icon fas fa-exclamation-circle mr-1" }), e._v("Aankoopbedrag is verplicht ")]) : e._e(), e.errors.has("purchaseValueForm:min_value") ? r("div", { staticClass: "d-form-error vd-form-error--block mt-2" }, [r("i", { staticClass: "vd-error-icon fas fa-exclamation-circle mr-1" }), e._v("Aankoopbedrag moet minimaal €500 zijn ")]) : e._e(), e.errors.has("purchaseValueForm:max_value") ? r("div", { staticClass: "d-form-error vd-form-error--block mt-2" }, [r("i", { staticClass: "vd-error-icon fas fa-exclamation-circle mr-1" }), e._v("Aankoopbedrag mag maximaal €" + e._s(e.maxPurchaseValue) + " zijn ")]) : e._e()];
|
|
17562
17562
|
}, proxy: !0 }], null, !1, 1910516702), model: { value: e.mopedState.purchaseValue, callback: function(n) {
|
|
17563
17563
|
e.$set(e.mopedState, "purchaseValue", n);
|
|
17564
|
-
}, expression: "mopedState.purchaseValue" } })], 1) : e._e(), e.showCatalogValueField ? r("div", { staticClass: "vd-form-group" }, [r("default-input", { attrs: { id: "catalogValueForm", validation: "required|min_value:500|max_value:19999", name: "catalogValueForm", type: "text", mask: "#####", label: "Cataloguswaarde", "has-prepend": !0, "prepend-text": "€" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
17564
|
+
}, expression: "mopedState.purchaseValue" } })], 1) : e._e(), e.showCatalogValueField ? r("div", { staticClass: "vd-form-group" }, [r("default-input", { attrs: { id: "catalogValueForm", validation: "required|min_value:500|max_value:19999", name: "catalogValueForm", type: "text", mask: "#####", label: "Cataloguswaarde", "has-prepend": !0, "prepend-text": "€", "vd-form-version": e.vdFormVersion }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
17565
17565
|
return [e.errors.has("catalogValueForm:required") ? r("div", { staticClass: "d-form-error vd-form-error--block mt-2" }, [r("i", { staticClass: "vd-error-icon fas fa-exclamation-circle mr-1" }), e._v("Cataloguswaarde is verplicht ")]) : e._e(), e.errors.has("catalogValueForm:min_value") ? r("div", { staticClass: "d-form-error vd-form-error--block mt-2" }, [r("i", { staticClass: "vd-error-icon fas fa-exclamation-circle mr-1" }), e._v("Cataloguswaarde moet minimaal €500 zijn ")]) : e._e(), e.errors.has("catalogValueForm:max_value") ? r("div", { staticClass: "d-form-error vd-form-error--block mt-2" }, [r("i", { staticClass: "vd-error-icon fas fa-exclamation-circle mr-1" }), e._v("Cataloguswaarde mag maximaal €19.999 zijn ")]) : e._e()];
|
|
17566
17566
|
}, proxy: !0 }], null, !1, 237797299), model: { value: e.mopedState.catalogValue, callback: function(n) {
|
|
17567
17567
|
e.$set(e.mopedState, "catalogValue", n);
|
|
@@ -17595,8 +17595,8 @@ om.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/moped/compo
|
|
|
17595
17595
|
const YM = om.exports, FM = ie({
|
|
17596
17596
|
name: "MopedFormHorizontal",
|
|
17597
17597
|
components: {
|
|
17598
|
-
LicensePlate:
|
|
17599
|
-
AddressHandler:
|
|
17598
|
+
LicensePlate: Ur,
|
|
17599
|
+
AddressHandler: Wr,
|
|
17600
17600
|
DefaultInput: Lt,
|
|
17601
17601
|
DefaultSelect: yt,
|
|
17602
17602
|
CalculateClaimFreeYears: am
|