@vergelijkdirect/comparison-forms 1.2.44-VER-7879.7 → 1.2.44-VER-7879.8
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.
|
@@ -240,8 +240,8 @@ function Ju(t) {
|
|
|
240
240
|
return e;
|
|
241
241
|
}), e;
|
|
242
242
|
}
|
|
243
|
-
function
|
|
244
|
-
this.map = {}, t instanceof
|
|
243
|
+
function Fe(t) {
|
|
244
|
+
this.map = {}, t instanceof Fe ? t.forEach(function(e, r) {
|
|
245
245
|
this.append(r, e);
|
|
246
246
|
}, this) : Array.isArray(t) ? t.forEach(function(e) {
|
|
247
247
|
if (e.length != 2)
|
|
@@ -251,46 +251,46 @@ function Le(t) {
|
|
|
251
251
|
this.append(e, t[e]);
|
|
252
252
|
}, this);
|
|
253
253
|
}
|
|
254
|
-
|
|
254
|
+
Fe.prototype.append = function(t, e) {
|
|
255
255
|
t = Ln(t), e = Xu(e);
|
|
256
256
|
var r = this.map[t];
|
|
257
257
|
this.map[t] = r ? r + ", " + e : e;
|
|
258
258
|
};
|
|
259
|
-
|
|
259
|
+
Fe.prototype.delete = function(t) {
|
|
260
260
|
delete this.map[Ln(t)];
|
|
261
261
|
};
|
|
262
|
-
|
|
262
|
+
Fe.prototype.get = function(t) {
|
|
263
263
|
return t = Ln(t), this.has(t) ? this.map[t] : null;
|
|
264
264
|
};
|
|
265
|
-
|
|
265
|
+
Fe.prototype.has = function(t) {
|
|
266
266
|
return this.map.hasOwnProperty(Ln(t));
|
|
267
267
|
};
|
|
268
|
-
|
|
268
|
+
Fe.prototype.set = function(t, e) {
|
|
269
269
|
this.map[Ln(t)] = Xu(e);
|
|
270
270
|
};
|
|
271
|
-
|
|
271
|
+
Fe.prototype.forEach = function(t, e) {
|
|
272
272
|
for (var r in this.map)
|
|
273
273
|
this.map.hasOwnProperty(r) && t.call(e, this.map[r], r, this);
|
|
274
274
|
};
|
|
275
|
-
|
|
275
|
+
Fe.prototype.keys = function() {
|
|
276
276
|
var t = [];
|
|
277
277
|
return this.forEach(function(e, r) {
|
|
278
278
|
t.push(r);
|
|
279
279
|
}), Ju(t);
|
|
280
280
|
};
|
|
281
|
-
|
|
281
|
+
Fe.prototype.values = function() {
|
|
282
282
|
var t = [];
|
|
283
283
|
return this.forEach(function(e) {
|
|
284
284
|
t.push(e);
|
|
285
285
|
}), Ju(t);
|
|
286
286
|
};
|
|
287
|
-
|
|
287
|
+
Fe.prototype.entries = function() {
|
|
288
288
|
var t = [];
|
|
289
289
|
return this.forEach(function(e, r) {
|
|
290
290
|
t.push([r, e]);
|
|
291
291
|
}), Ju(t);
|
|
292
292
|
};
|
|
293
|
-
Je.iterable && (
|
|
293
|
+
Je.iterable && (Fe.prototype[Symbol.iterator] = Fe.prototype.entries);
|
|
294
294
|
function xs(t) {
|
|
295
295
|
if (!t._noBody) {
|
|
296
296
|
if (t.bodyUsed)
|
|
@@ -384,10 +384,10 @@ function Qr(t, e) {
|
|
|
384
384
|
if (t instanceof Qr) {
|
|
385
385
|
if (t.bodyUsed)
|
|
386
386
|
throw new TypeError("Already read");
|
|
387
|
-
this.url = t.url, this.credentials = t.credentials, e.headers || (this.headers = new
|
|
387
|
+
this.url = t.url, this.credentials = t.credentials, e.headers || (this.headers = new Fe(t.headers)), this.method = t.method, this.mode = t.mode, this.signal = t.signal, !r && t._bodyInit != null && (r = t._bodyInit, t.bodyUsed = !0);
|
|
388
388
|
} else
|
|
389
389
|
this.url = String(t);
|
|
390
|
-
if (this.credentials = e.credentials || this.credentials || "same-origin", (e.headers || !this.headers) && (this.headers = new
|
|
390
|
+
if (this.credentials = e.credentials || this.credentials || "same-origin", (e.headers || !this.headers) && (this.headers = new Fe(e.headers)), this.method = xb(e.method || this.method || "GET"), this.mode = e.mode || this.mode || null, this.signal = e.signal || this.signal || function() {
|
|
391
391
|
if ("AbortController" in Ye) {
|
|
392
392
|
var i = new AbortController();
|
|
393
393
|
return i.signal;
|
|
@@ -417,7 +417,7 @@ function Pb(t) {
|
|
|
417
417
|
}), e;
|
|
418
418
|
}
|
|
419
419
|
function Db(t) {
|
|
420
|
-
var e = new
|
|
420
|
+
var e = new Fe(), r = t.replace(/\r?\n[\t ]+/g, " ");
|
|
421
421
|
return r.split("\r").map(function(n) {
|
|
422
422
|
return n.indexOf(`
|
|
423
423
|
`) === 0 ? n.substr(1, n.length) : n;
|
|
@@ -439,14 +439,14 @@ function Wt(t, e) {
|
|
|
439
439
|
throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');
|
|
440
440
|
if (e || (e = {}), this.type = "default", this.status = e.status === void 0 ? 200 : e.status, this.status < 200 || this.status > 599)
|
|
441
441
|
throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");
|
|
442
|
-
this.ok = this.status >= 200 && this.status < 300, this.statusText = e.statusText === void 0 ? "" : "" + e.statusText, this.headers = new
|
|
442
|
+
this.ok = this.status >= 200 && this.status < 300, this.statusText = e.statusText === void 0 ? "" : "" + e.statusText, this.headers = new Fe(e.headers), this.url = e.url || "", this._initBody(t);
|
|
443
443
|
}
|
|
444
444
|
Jp.call(Wt.prototype);
|
|
445
445
|
Wt.prototype.clone = function() {
|
|
446
446
|
return new Wt(this._bodyInit, {
|
|
447
447
|
status: this.status,
|
|
448
448
|
statusText: this.statusText,
|
|
449
|
-
headers: new
|
|
449
|
+
headers: new Fe(this.headers),
|
|
450
450
|
url: this.url
|
|
451
451
|
});
|
|
452
452
|
};
|
|
@@ -509,7 +509,7 @@ function eh(t, e) {
|
|
|
509
509
|
return l;
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
|
-
if (i.open(a.method, u(a.url), !0), a.credentials === "include" ? i.withCredentials = !0 : a.credentials === "omit" && (i.withCredentials = !1), "responseType" in i && (Je.blob ? i.responseType = "blob" : Je.arrayBuffer && (i.responseType = "arraybuffer")), e && typeof e.headers == "object" && !(e.headers instanceof
|
|
512
|
+
if (i.open(a.method, u(a.url), !0), a.credentials === "include" ? i.withCredentials = !0 : a.credentials === "omit" && (i.withCredentials = !1), "responseType" in i && (Je.blob ? i.responseType = "blob" : Je.arrayBuffer && (i.responseType = "arraybuffer")), e && typeof e.headers == "object" && !(e.headers instanceof Fe || Ye.Headers && e.headers instanceof Ye.Headers)) {
|
|
513
513
|
var c = [];
|
|
514
514
|
Object.getOwnPropertyNames(e.headers).forEach(function(l) {
|
|
515
515
|
c.push(Ln(l)), i.setRequestHeader(l, Xu(e.headers[l]));
|
|
@@ -526,7 +526,7 @@ function eh(t, e) {
|
|
|
526
526
|
});
|
|
527
527
|
}
|
|
528
528
|
eh.polyfill = !0;
|
|
529
|
-
Ye.fetch || (Ye.fetch = eh, Ye.Headers =
|
|
529
|
+
Ye.fetch || (Ye.fetch = eh, Ye.Headers = Fe, Ye.Request = Qr, Ye.Response = Wt);
|
|
530
530
|
self.fetch.bind(self);
|
|
531
531
|
var go = y && y.__assign || function() {
|
|
532
532
|
return go = Object.assign || function(t) {
|
|
@@ -10118,7 +10118,7 @@ class yk {
|
|
|
10118
10118
|
}
|
|
10119
10119
|
initITC() {
|
|
10120
10120
|
return N(this, null, function* () {
|
|
10121
|
-
if (typeof window == "undefined")
|
|
10121
|
+
if (console.warn("inited"), typeof window == "undefined")
|
|
10122
10122
|
return;
|
|
10123
10123
|
const e = JSON.parse(JSON.stringify(_k));
|
|
10124
10124
|
e.api.baseUrl = this.getUrl();
|
|
@@ -10182,11 +10182,10 @@ class yk {
|
|
|
10182
10182
|
});
|
|
10183
10183
|
}
|
|
10184
10184
|
}
|
|
10185
|
-
let
|
|
10185
|
+
let Ve = null, ya = k(!1);
|
|
10186
10186
|
const bk = (t = null) => N(void 0, null, function* () {
|
|
10187
|
-
console.warn(t);
|
|
10188
10187
|
try {
|
|
10189
|
-
ya.value = !1,
|
|
10188
|
+
ya.value = !1, Ve = t || (yield new yk().initITC()), ya.value = !0;
|
|
10190
10189
|
} catch (e) {
|
|
10191
10190
|
console.warn(e), ya.value = !1;
|
|
10192
10191
|
}
|
|
@@ -11359,7 +11358,7 @@ er.prototype.push = function(e) {
|
|
|
11359
11358
|
this.items.push(e), this.itemsById[e.id] = e;
|
|
11360
11359
|
};
|
|
11361
11360
|
Object.defineProperties(er.prototype, pm);
|
|
11362
|
-
var
|
|
11361
|
+
var Le = function(e, r) {
|
|
11363
11362
|
this.id = r._uid, this._base = e, this._paused = !1, this.errors = new be(e.errors, this.id);
|
|
11364
11363
|
}, nn = { flags: { configurable: !0 }, rules: { configurable: !0 }, fields: { configurable: !0 }, dictionary: { configurable: !0 }, locale: { configurable: !0 } };
|
|
11365
11364
|
nn.flags.get = function() {
|
|
@@ -11385,68 +11384,68 @@ nn.locale.get = function() {
|
|
|
11385
11384
|
nn.locale.set = function(t) {
|
|
11386
11385
|
this._base.locale = t;
|
|
11387
11386
|
};
|
|
11388
|
-
|
|
11387
|
+
Le.prototype.localize = function() {
|
|
11389
11388
|
for (var e, r = [], n = arguments.length; n--; )
|
|
11390
11389
|
r[n] = arguments[n];
|
|
11391
11390
|
return (e = this._base).localize.apply(e, r);
|
|
11392
11391
|
};
|
|
11393
|
-
|
|
11392
|
+
Le.prototype.update = function() {
|
|
11394
11393
|
for (var e, r = [], n = arguments.length; n--; )
|
|
11395
11394
|
r[n] = arguments[n];
|
|
11396
11395
|
return (e = this._base).update.apply(e, r);
|
|
11397
11396
|
};
|
|
11398
|
-
|
|
11397
|
+
Le.prototype.attach = function(e) {
|
|
11399
11398
|
var r = fe({}, e, { vmId: this.id });
|
|
11400
11399
|
return this._base.attach(r);
|
|
11401
11400
|
};
|
|
11402
|
-
|
|
11401
|
+
Le.prototype.pause = function() {
|
|
11403
11402
|
this._paused = !0;
|
|
11404
11403
|
};
|
|
11405
|
-
|
|
11404
|
+
Le.prototype.resume = function() {
|
|
11406
11405
|
this._paused = !1;
|
|
11407
11406
|
};
|
|
11408
|
-
|
|
11407
|
+
Le.prototype.remove = function(e) {
|
|
11409
11408
|
return this._base.remove(e);
|
|
11410
11409
|
};
|
|
11411
|
-
|
|
11410
|
+
Le.prototype.detach = function(e, r) {
|
|
11412
11411
|
return this._base.detach(e, r, this.id);
|
|
11413
11412
|
};
|
|
11414
|
-
|
|
11413
|
+
Le.prototype.extend = function() {
|
|
11415
11414
|
for (var e, r = [], n = arguments.length; n--; )
|
|
11416
11415
|
r[n] = arguments[n];
|
|
11417
11416
|
return (e = this._base).extend.apply(e, r);
|
|
11418
11417
|
};
|
|
11419
|
-
|
|
11418
|
+
Le.prototype.validate = function(e, r, n) {
|
|
11420
11419
|
return n === void 0 && (n = {}), this._paused ? Promise.resolve(!0) : this._base.validate(e, r, fe({}, { vmId: this.id }, n || {}));
|
|
11421
11420
|
};
|
|
11422
|
-
|
|
11421
|
+
Le.prototype.verify = function() {
|
|
11423
11422
|
for (var e, r = [], n = arguments.length; n--; )
|
|
11424
11423
|
r[n] = arguments[n];
|
|
11425
11424
|
return (e = this._base).verify.apply(e, r);
|
|
11426
11425
|
};
|
|
11427
|
-
|
|
11426
|
+
Le.prototype.validateAll = function(e, r) {
|
|
11428
11427
|
return r === void 0 && (r = {}), this._paused ? Promise.resolve(!0) : this._base.validateAll(e, fe({}, { vmId: this.id }, r || {}));
|
|
11429
11428
|
};
|
|
11430
|
-
|
|
11429
|
+
Le.prototype.validateScopes = function(e) {
|
|
11431
11430
|
return e === void 0 && (e = {}), this._paused ? Promise.resolve(!0) : this._base.validateScopes(fe({}, { vmId: this.id }, e || {}));
|
|
11432
11431
|
};
|
|
11433
|
-
|
|
11432
|
+
Le.prototype.destroy = function() {
|
|
11434
11433
|
delete this.id, delete this._base;
|
|
11435
11434
|
};
|
|
11436
|
-
|
|
11435
|
+
Le.prototype.reset = function(e) {
|
|
11437
11436
|
return this._base.reset(Object.assign({}, e || {}, { vmId: this.id }));
|
|
11438
11437
|
};
|
|
11439
|
-
|
|
11438
|
+
Le.prototype.flag = function() {
|
|
11440
11439
|
for (var e, r = [], n = arguments.length; n--; )
|
|
11441
11440
|
r[n] = arguments[n];
|
|
11442
11441
|
return (e = this._base).flag.apply(e, r.concat([this.id]));
|
|
11443
11442
|
};
|
|
11444
|
-
|
|
11443
|
+
Le.prototype._resolveField = function() {
|
|
11445
11444
|
for (var e, r = [], n = arguments.length; n--; )
|
|
11446
11445
|
r[n] = arguments[n];
|
|
11447
11446
|
return (e = this._base)._resolveField.apply(e, r);
|
|
11448
11447
|
};
|
|
11449
|
-
Object.defineProperties(
|
|
11448
|
+
Object.defineProperties(Le.prototype, nn);
|
|
11450
11449
|
var hm = null, Cu = function() {
|
|
11451
11450
|
return hm;
|
|
11452
11451
|
}, jk = function(t) {
|
|
@@ -11463,9 +11462,9 @@ var hm = null, Cu = function() {
|
|
|
11463
11462
|
if (!(Of(this.$vnode) || this.$options.$__veeInject === !1)) {
|
|
11464
11463
|
this.$parent || Jo(this.$options.$_veeValidate || {});
|
|
11465
11464
|
var e = im(this);
|
|
11466
|
-
(!this.$parent || this.$options.$_veeValidate && /new/.test(this.$options.$_veeValidate.validator)) && (this.$validator = new
|
|
11465
|
+
(!this.$parent || this.$options.$_veeValidate && /new/.test(this.$options.$_veeValidate.validator)) && (this.$validator = new Le(Cu(), this));
|
|
11467
11466
|
var r = Fk(this.$options.inject);
|
|
11468
|
-
if (!this.$validator && e.inject && !r && (this.$validator = new
|
|
11467
|
+
if (!this.$validator && e.inject && !r && (this.$validator = new Le(Cu(), this)), !(!r && !this.$validator)) {
|
|
11469
11468
|
if (!r && this.$validator) {
|
|
11470
11469
|
var n = this.$options._base;
|
|
11471
11470
|
n.util.defineReactive(this.$validator, "errors", this.$validator.errors);
|
|
@@ -15662,7 +15661,7 @@ Ce.ValidationProvider = Vr;
|
|
|
15662
15661
|
Ce.ValidationObserver = rR;
|
|
15663
15662
|
Ce.withValidation = nR;
|
|
15664
15663
|
const iR = (t, { valueToMatch: e } = {}) => t === e, oR = (t, { length: e } = {}) => t ? t.length >= e : !0, sR = (t) => N(void 0, null, function* () {
|
|
15665
|
-
const { valid: e } = yield
|
|
15664
|
+
const { valid: e } = yield Ve.dataValidationService.validateEmail(t);
|
|
15666
15665
|
return e;
|
|
15667
15666
|
}), uR = (t, { min: e, max: r, compareFullDate: n = !1 } = {}) => {
|
|
15668
15667
|
if (n) {
|
|
@@ -15849,7 +15848,7 @@ const hR = () => ({
|
|
|
15849
15848
|
}), mR = () => {
|
|
15850
15849
|
const t = new ce.User({}), e = (a, i) => N(void 0, null, function* () {
|
|
15851
15850
|
try {
|
|
15852
|
-
return t.setDetail(null, {}), a === "caravan" && t.setDetail("path", "coverages"), r(i), n(t), yield
|
|
15851
|
+
return t.setDetail(null, {}), a === "caravan" && t.setDetail("path", "coverages"), r(i), n(t), yield Ve.comparisonService.create(a, t);
|
|
15853
15852
|
} catch (o) {
|
|
15854
15853
|
throw o;
|
|
15855
15854
|
}
|
|
@@ -17775,8 +17774,8 @@ function VT() {
|
|
|
17775
17774
|
}
|
|
17776
17775
|
var q = Br, Ke = !1;
|
|
17777
17776
|
e:
|
|
17778
|
-
for (var
|
|
17779
|
-
var Rt = s[
|
|
17777
|
+
for (var qe = 0; qe < _; qe++) {
|
|
17778
|
+
var Rt = s[qe];
|
|
17780
17779
|
if (Rt === c) {
|
|
17781
17780
|
if (B.length > 0)
|
|
17782
17781
|
for (; B.length > 0; ) {
|
|
@@ -17784,7 +17783,7 @@ function VT() {
|
|
|
17784
17783
|
if (le === c && f !== !0) {
|
|
17785
17784
|
q += c;
|
|
17786
17785
|
continue e;
|
|
17787
|
-
} else if (e[
|
|
17786
|
+
} else if (e[qe].test(le)) {
|
|
17788
17787
|
if (p !== !0 || ir === !1 || o === Br || a === !1 || !b)
|
|
17789
17788
|
q += le;
|
|
17790
17789
|
else {
|
|
@@ -17797,13 +17796,13 @@ function VT() {
|
|
|
17797
17796
|
break;
|
|
17798
17797
|
}
|
|
17799
17798
|
}
|
|
17800
|
-
ln !== null ? (q += le, B.splice(ln, 1)) :
|
|
17799
|
+
ln !== null ? (q += le, B.splice(ln, 1)) : qe--;
|
|
17801
17800
|
}
|
|
17802
17801
|
continue e;
|
|
17803
17802
|
} else
|
|
17804
17803
|
Ke = !0;
|
|
17805
17804
|
}
|
|
17806
|
-
f === !1 && (q += s.substr(
|
|
17805
|
+
f === !1 && (q += s.substr(qe, _));
|
|
17807
17806
|
break;
|
|
17808
17807
|
} else
|
|
17809
17808
|
q += Rt;
|
|
@@ -21347,7 +21346,7 @@ const T$ = {
|
|
|
21347
21346
|
}, [this.normalizeSlot(aA), i, this.normalizeSlot()]);
|
|
21348
21347
|
}
|
|
21349
21348
|
};
|
|
21350
|
-
var E$ = it(qg, Xv),
|
|
21349
|
+
var E$ = it(qg, Xv), Be = /* @__PURE__ */ kt.extend({
|
|
21351
21350
|
name: Xv,
|
|
21352
21351
|
mixins: [T$],
|
|
21353
21352
|
provide: function() {
|
|
@@ -22570,7 +22569,7 @@ const Q$ = A({
|
|
|
22570
22569
|
ZipcodeInput: Yn,
|
|
22571
22570
|
BirthdateInput: ke,
|
|
22572
22571
|
ErrorHandler: G,
|
|
22573
|
-
BFormRadioGroup:
|
|
22572
|
+
BFormRadioGroup: Be
|
|
22574
22573
|
},
|
|
22575
22574
|
props: {
|
|
22576
22575
|
link: {
|
|
@@ -22653,7 +22652,7 @@ const J$ = zg.exports, eM = A({
|
|
|
22653
22652
|
ZipcodeInput: Yn,
|
|
22654
22653
|
BirthdateInput: ke,
|
|
22655
22654
|
ErrorHandler: G,
|
|
22656
|
-
BFormRadioGroup:
|
|
22655
|
+
BFormRadioGroup: Be
|
|
22657
22656
|
},
|
|
22658
22657
|
props: {
|
|
22659
22658
|
link: {
|
|
@@ -22739,7 +22738,7 @@ const rM = Yg.exports, nM = A({
|
|
|
22739
22738
|
ZipcodeInput: Yn,
|
|
22740
22739
|
BirthdateInput: ke,
|
|
22741
22740
|
ErrorHandler: G,
|
|
22742
|
-
BFormRadioGroup:
|
|
22741
|
+
BFormRadioGroup: Be
|
|
22743
22742
|
},
|
|
22744
22743
|
props: {
|
|
22745
22744
|
link: {
|
|
@@ -23119,7 +23118,7 @@ const hM = A(
|
|
|
23119
23118
|
e("input", F.toUpperCase()), r.value = F.toUpperCase(), e("license-correct"), h(F) && (ee.validate(t.name), w(F.toUpperCase())), O.preventDefault();
|
|
23120
23119
|
}
|
|
23121
23120
|
}, b = (O, R) => N(this, null, function* () {
|
|
23122
|
-
const F = O.toLocaleLowerCase(), B = yield
|
|
23121
|
+
const F = O.toLocaleLowerCase(), B = yield Ve.dataService.findVehicle(R, F);
|
|
23123
23122
|
return B || null;
|
|
23124
23123
|
}), w = (O) => N(this, null, function* () {
|
|
23125
23124
|
try {
|
|
@@ -24165,7 +24164,7 @@ const kM = e_.exports, xM = A({
|
|
|
24165
24164
|
s.value = !1;
|
|
24166
24165
|
};
|
|
24167
24166
|
Kr(i, (w) => N(this, null, function* () {
|
|
24168
|
-
w && w.kvkNummer && (j.value = !0, yield
|
|
24167
|
+
w && w.kvkNummer && (j.value = !0, yield Ve.dataService.getProfileInfo(w.kvkNummer).then((O) => {
|
|
24169
24168
|
h();
|
|
24170
24169
|
let R = O._embedded.hoofdvestiging.adressen.find((B) => B.type === "bezoekadres" || B.type === "correspondentieadres"), F = R.huisletter || "";
|
|
24171
24170
|
F += R.huisnummerToevoeging || "", a.kvk_number = O.kvkNummer, a.company_name = O.naam, a.legal_entity = O._embedded.eigenaar.rechtsvorm, a.rsin = O._embedded.eigenaar.rsin || null, a.branch_number = O._embedded.hoofdvestiging.vestigingsnummer, a.postcode = R.postcode || null, a.city = R.plaats || null, a.street = R.straatnaam || null, a.house_number = R.huisnummer || null, a.house_number_addition = F || null, a.full_address = R.volledigAdres || null, a.sbi_activities = O.sbiActiviteiten.map((B) => ({
|
|
@@ -24180,7 +24179,7 @@ const kM = e_.exports, xM = A({
|
|
|
24180
24179
|
}));
|
|
24181
24180
|
}));
|
|
24182
24181
|
const m = (w) => {
|
|
24183
|
-
j.value = !0, u.value = !0, w.aantal = 30,
|
|
24182
|
+
j.value = !0, u.value = !0, w.aantal = 30, Ve.dataService.searchBusinessInfoV2({ companyName: w.naam, kvkNumber: w.kvkNummer }, 1, w.aantal).then((O) => {
|
|
24184
24183
|
u.value = !1;
|
|
24185
24184
|
let R = O.resultaten;
|
|
24186
24185
|
R.length > 0 ? o.value = R.filter((F) => F.type === "hoofdvestiging" || F.type === "nevenvestiging").map((F) => (F.name = `${F.naam}`, F)) : o.value = [];
|
|
@@ -24735,8 +24734,8 @@ const Kn = /* @__PURE__ */ Wp(FM), LM = A({
|
|
|
24735
24734
|
}), o.value = yield w(Y, q), o.value && (s.value = [...s.value, {
|
|
24736
24735
|
title: "Geen toevoeging",
|
|
24737
24736
|
value: ""
|
|
24738
|
-
}]),
|
|
24739
|
-
const Rt =
|
|
24737
|
+
}]), Ve.homeService.getAddition({ zipcode: Y, houseNumber: q }).then((qe) => {
|
|
24738
|
+
const Rt = qe;
|
|
24740
24739
|
if (i.value = !0, H(t.houseNumberAdditionName), Rt.length) {
|
|
24741
24740
|
r.value = !1;
|
|
24742
24741
|
for (let ar = 0; ar < Rt.length; ar++)
|
|
@@ -24749,16 +24748,16 @@ const Kn = /* @__PURE__ */ Wp(FM), LM = A({
|
|
|
24749
24748
|
});
|
|
24750
24749
|
} else
|
|
24751
24750
|
s.value[1] && (s.value[1].title = "Geen toevoeging"), r.value = !0, l.value = "", F(""), B(Y, q);
|
|
24752
|
-
}).catch((
|
|
24753
|
-
a.value = !0, d.value.street = "", d.value.city = "", e("address-correct", !a.value), H("housenumberaddition"), console.error("Error fetching additions:",
|
|
24751
|
+
}).catch((qe) => {
|
|
24752
|
+
a.value = !0, d.value.street = "", d.value.city = "", e("address-correct", !a.value), H("housenumberaddition"), console.error("Error fetching additions:", qe);
|
|
24754
24753
|
});
|
|
24755
|
-
} catch (
|
|
24756
|
-
console.error("Error in getHouseNumberAdditions:",
|
|
24754
|
+
} catch (qe) {
|
|
24755
|
+
console.error("Error in getHouseNumberAdditions:", qe);
|
|
24757
24756
|
} finally {
|
|
24758
24757
|
j.value = !1;
|
|
24759
24758
|
}
|
|
24760
24759
|
}), w = (Y, q) => N(this, null, function* () {
|
|
24761
|
-
return yield
|
|
24760
|
+
return yield Ve.dataValidationService.validateZipCode(Y, q).then(() => !0).catch(() => !1);
|
|
24762
24761
|
}), O = (Y) => {
|
|
24763
24762
|
p.value = !0, u.value = Y.toUpperCase(), e("update-zipcode", Y.toUpperCase()), kr(() => {
|
|
24764
24763
|
b(Y.toUpperCase(), t.houseNumber, !0);
|
|
@@ -24774,14 +24773,14 @@ const Kn = /* @__PURE__ */ Wp(FM), LM = A({
|
|
|
24774
24773
|
if (j.value = !0, !Y || !q)
|
|
24775
24774
|
return;
|
|
24776
24775
|
n.value = !0, a.value = !1, d.value.street = "", d.value.city = "", e("address-correct", !a.value);
|
|
24777
|
-
const { Street:
|
|
24776
|
+
const { Street: qe, Place: Rt } = yield Ve.dataValidationService.validateZipCode(
|
|
24778
24777
|
Y,
|
|
24779
24778
|
q,
|
|
24780
24779
|
Ke
|
|
24781
24780
|
);
|
|
24782
|
-
p.value = !1, d.value.street =
|
|
24783
|
-
} catch (
|
|
24784
|
-
a.value = !0, n.value = !1, e("address-correct", !a.value), H("housenumberaddition"), console.error("Error getting house information:",
|
|
24781
|
+
p.value = !1, d.value.street = qe, d.value.city = Rt, e("update-house-information", d.value), n.value = !1;
|
|
24782
|
+
} catch (qe) {
|
|
24783
|
+
a.value = !0, n.value = !1, e("address-correct", !a.value), H("housenumberaddition"), console.error("Error getting house information:", qe);
|
|
24785
24784
|
} finally {
|
|
24786
24785
|
j.value = !1;
|
|
24787
24786
|
}
|
|
@@ -25209,8 +25208,8 @@ const __ = (t, e) => {
|
|
|
25209
25208
|
} = QM(e), o = ie(() => t.formOrientation === Ua.Horizontal), u = (f) => `${t.link}#/${f}`, c = (f) => N(void 0, null, function* () {
|
|
25210
25209
|
i();
|
|
25211
25210
|
try {
|
|
25212
|
-
const h = yield
|
|
25213
|
-
return yield
|
|
25211
|
+
const h = yield Ve.comparisonService.create("loan", f);
|
|
25212
|
+
return yield Ve.comparisonService.update(h), h;
|
|
25214
25213
|
} catch (h) {
|
|
25215
25214
|
console.error(h), a(`
|
|
25216
25215
|
Leendoel: ${zt.loanPurpose} |
|
|
@@ -25782,7 +25781,7 @@ const lN = D_.exports, zc = [
|
|
|
25782
25781
|
re.typeOfCaravan == "" || re.buildYear == "" ? l.value = !0 : (l.value = !1, f.value.isOpened = !0);
|
|
25783
25782
|
}, Ke = () => {
|
|
25784
25783
|
re.catalogValue = re.purchaseValue;
|
|
25785
|
-
},
|
|
25784
|
+
}, qe = (le, ir) => {
|
|
25786
25785
|
re.catalogValue = le, re.purchaseValue = ir;
|
|
25787
25786
|
}, Rt = () => {
|
|
25788
25787
|
Object.keys(re).map((le) => {
|
|
@@ -25803,7 +25802,7 @@ const lN = D_.exports, zc = [
|
|
|
25803
25802
|
catalogValueHelper: q,
|
|
25804
25803
|
validateBeforeSubmit: g,
|
|
25805
25804
|
setCatalogusValue: H,
|
|
25806
|
-
switchValues:
|
|
25805
|
+
switchValues: qe,
|
|
25807
25806
|
setPurchaseValueAsNewValue: Ke,
|
|
25808
25807
|
validateCatalogValue: Y
|
|
25809
25808
|
};
|
|
@@ -25857,7 +25856,7 @@ const lN = D_.exports, zc = [
|
|
|
25857
25856
|
}
|
|
25858
25857
|
function w() {
|
|
25859
25858
|
try {
|
|
25860
|
-
|
|
25859
|
+
Ve.caravanService.getCaravanBrands({
|
|
25861
25860
|
year: t.buildYear,
|
|
25862
25861
|
caravan_id: p[t.caravanType]
|
|
25863
25862
|
}).then((H) => {
|
|
@@ -25870,7 +25869,7 @@ const lN = D_.exports, zc = [
|
|
|
25870
25869
|
function O() {
|
|
25871
25870
|
if (o.value = "", !!a.value)
|
|
25872
25871
|
try {
|
|
25873
|
-
|
|
25872
|
+
Ve.caravanService.getCaravanModels({
|
|
25874
25873
|
year: t.buildYear,
|
|
25875
25874
|
brand_id: a.value
|
|
25876
25875
|
}).then((H) => {
|
|
@@ -25883,7 +25882,7 @@ const lN = D_.exports, zc = [
|
|
|
25883
25882
|
function R() {
|
|
25884
25883
|
if (c.value = "", !!o.value)
|
|
25885
25884
|
try {
|
|
25886
|
-
|
|
25885
|
+
Ve.caravanService.getCaravanTypes({
|
|
25887
25886
|
year: t.buildYear,
|
|
25888
25887
|
model_id: o.value
|
|
25889
25888
|
}).then((H) => {
|
|
@@ -25896,7 +25895,7 @@ const lN = D_.exports, zc = [
|
|
|
25896
25895
|
function F() {
|
|
25897
25896
|
if (s.value = 0, !!c.value)
|
|
25898
25897
|
try {
|
|
25899
|
-
|
|
25898
|
+
Ve.caravanService.getCaravanCatalogPrice({
|
|
25900
25899
|
year: t.buildYear,
|
|
25901
25900
|
brand_id: a.value,
|
|
25902
25901
|
model_id: o.value,
|
|
@@ -26238,7 +26237,7 @@ const nr = I_.exports, bN = A({
|
|
|
26238
26237
|
DefaultSelect: ue,
|
|
26239
26238
|
DefaultPlainRadioGroup: nr,
|
|
26240
26239
|
DefaultInput: te,
|
|
26241
|
-
BFormRadioGroup:
|
|
26240
|
+
BFormRadioGroup: Be
|
|
26242
26241
|
},
|
|
26243
26242
|
props: {
|
|
26244
26243
|
title: {
|
|
@@ -26357,7 +26356,7 @@ const SN = F_.exports, CN = A({
|
|
|
26357
26356
|
DefaultSelect: ue,
|
|
26358
26357
|
DefaultPlainRadioGroup: nr,
|
|
26359
26358
|
DefaultInput: te,
|
|
26360
|
-
BFormRadioGroup:
|
|
26359
|
+
BFormRadioGroup: Be
|
|
26361
26360
|
},
|
|
26362
26361
|
props: {
|
|
26363
26362
|
title: {
|
|
@@ -26476,7 +26475,7 @@ const kN = B_.exports, xN = A({
|
|
|
26476
26475
|
DefaultSelect: ue,
|
|
26477
26476
|
DefaultPlainRadioGroup: nr,
|
|
26478
26477
|
DefaultInput: te,
|
|
26479
|
-
BFormRadioGroup:
|
|
26478
|
+
BFormRadioGroup: Be
|
|
26480
26479
|
},
|
|
26481
26480
|
props: {
|
|
26482
26481
|
title: {
|
|
@@ -26724,7 +26723,7 @@ const EN = z_.exports, AN = [
|
|
|
26724
26723
|
AddressHandler: Ue,
|
|
26725
26724
|
DefaultPlainRadioGroup: nr,
|
|
26726
26725
|
DefaultSelect: ue,
|
|
26727
|
-
BFormRadioGroup:
|
|
26726
|
+
BFormRadioGroup: Be
|
|
26728
26727
|
},
|
|
26729
26728
|
props: {
|
|
26730
26729
|
title: {
|
|
@@ -26815,7 +26814,7 @@ const jN = Y_.exports, FN = A({
|
|
|
26815
26814
|
AddressHandler: Ue,
|
|
26816
26815
|
DefaultPlainRadioGroup: nr,
|
|
26817
26816
|
DefaultSelect: ue,
|
|
26818
|
-
BFormRadioGroup:
|
|
26817
|
+
BFormRadioGroup: Be
|
|
26819
26818
|
},
|
|
26820
26819
|
props: {
|
|
26821
26820
|
title: {
|
|
@@ -26904,7 +26903,7 @@ const BN = G_.exports, qN = A({
|
|
|
26904
26903
|
DefaultPlainRadioGroup: nr,
|
|
26905
26904
|
DefaultSelect: ue,
|
|
26906
26905
|
FamilyCompositionInput: Dt,
|
|
26907
|
-
BFormRadioGroup:
|
|
26906
|
+
BFormRadioGroup: Be
|
|
26908
26907
|
},
|
|
26909
26908
|
props: {
|
|
26910
26909
|
title: {
|
|
@@ -27068,7 +27067,7 @@ const Kc = (t, e) => {
|
|
|
27068
27067
|
BirthdateInput: ke,
|
|
27069
27068
|
FamilyCompositionInput: Dt,
|
|
27070
27069
|
ErrorHandler: G,
|
|
27071
|
-
BFormRadioGroup:
|
|
27070
|
+
BFormRadioGroup: Be
|
|
27072
27071
|
},
|
|
27073
27072
|
props: {
|
|
27074
27073
|
title: {
|
|
@@ -27152,7 +27151,7 @@ const WN = X_.exports, GN = A({
|
|
|
27152
27151
|
BirthdateInput: ke,
|
|
27153
27152
|
FamilyCompositionInput: Dt,
|
|
27154
27153
|
ErrorHandler: G,
|
|
27155
|
-
BFormRadioGroup:
|
|
27154
|
+
BFormRadioGroup: Be
|
|
27156
27155
|
},
|
|
27157
27156
|
props: {
|
|
27158
27157
|
title: {
|
|
@@ -27312,7 +27311,7 @@ const bs = ry.exports, JN = A({
|
|
|
27312
27311
|
const c = (d) => {
|
|
27313
27312
|
u.value = d;
|
|
27314
27313
|
}, l = () => {
|
|
27315
|
-
|
|
27314
|
+
Ve.userService.create({
|
|
27316
27315
|
name: e.value,
|
|
27317
27316
|
email: r.value,
|
|
27318
27317
|
phone_number: n.value,
|
|
@@ -27382,7 +27381,7 @@ const t2 = ay.exports, r2 = A({
|
|
|
27382
27381
|
ErrorHandler: G,
|
|
27383
27382
|
DefaultPlainRadioGroup: nr,
|
|
27384
27383
|
QuotationModal: t2,
|
|
27385
|
-
BFormRadioGroup:
|
|
27384
|
+
BFormRadioGroup: Be,
|
|
27386
27385
|
BModal: Lc
|
|
27387
27386
|
},
|
|
27388
27387
|
props: {
|
|
@@ -28806,13 +28805,13 @@ const Z2 = My.exports, K2 = () => ({
|
|
|
28806
28805
|
he.breed = m;
|
|
28807
28806
|
}, d = () => N(void 0, null, function* () {
|
|
28808
28807
|
try {
|
|
28809
|
-
he.raceLists.dog = yield
|
|
28808
|
+
he.raceLists.dog = yield Ve.v1Service.getDog();
|
|
28810
28809
|
} catch (m) {
|
|
28811
28810
|
console.log(m);
|
|
28812
28811
|
}
|
|
28813
28812
|
}), p = () => N(void 0, null, function* () {
|
|
28814
28813
|
try {
|
|
28815
|
-
he.raceLists.cat = yield
|
|
28814
|
+
he.raceLists.cat = yield Ve.v1Service.getCat();
|
|
28816
28815
|
} catch (m) {
|
|
28817
28816
|
console.log(m);
|
|
28818
28817
|
}
|
|
@@ -28994,7 +28993,7 @@ const id = Iy.exports, J2 = A({
|
|
|
28994
28993
|
ZipcodeInput: Yn,
|
|
28995
28994
|
ErrorHandler: G,
|
|
28996
28995
|
SearchableSelect: id,
|
|
28997
|
-
BFormRadioGroup:
|
|
28996
|
+
BFormRadioGroup: Be
|
|
28998
28997
|
},
|
|
28999
28998
|
props: {
|
|
29000
28999
|
link: {
|
|
@@ -29090,7 +29089,7 @@ const tI = Fy.exports, rI = A({
|
|
|
29090
29089
|
ZipcodeInput: Yn,
|
|
29091
29090
|
SearchableSelect: id,
|
|
29092
29091
|
ErrorHandler: G,
|
|
29093
|
-
BFormRadioGroup:
|
|
29092
|
+
BFormRadioGroup: Be,
|
|
29094
29093
|
Popper: Kn
|
|
29095
29094
|
},
|
|
29096
29095
|
props: {
|
|
@@ -29193,7 +29192,7 @@ const aI = By.exports, iI = A({
|
|
|
29193
29192
|
ZipcodeInput: Yn,
|
|
29194
29193
|
ErrorHandler: G,
|
|
29195
29194
|
SearchableSelect: id,
|
|
29196
|
-
BFormRadioGroup:
|
|
29195
|
+
BFormRadioGroup: Be,
|
|
29197
29196
|
Popper: Kn
|
|
29198
29197
|
},
|
|
29199
29198
|
props: {
|
|
@@ -29723,7 +29722,7 @@ const od = (t, e) => {
|
|
|
29723
29722
|
FamilyCompositionInput: Dt,
|
|
29724
29723
|
DefaultPlainRadioGroup: nr,
|
|
29725
29724
|
ErrorHandler: G,
|
|
29726
|
-
BFormRadioGroup:
|
|
29725
|
+
BFormRadioGroup: Be,
|
|
29727
29726
|
Popper: Kn
|
|
29728
29727
|
},
|
|
29729
29728
|
props: {
|
|
@@ -29816,7 +29815,7 @@ const CI = Ky.exports, OI = A({
|
|
|
29816
29815
|
FamilyCompositionInput: Dt,
|
|
29817
29816
|
DefaultPlainRadioGroup: nr,
|
|
29818
29817
|
ErrorHandler: G,
|
|
29819
|
-
BFormRadioGroup:
|
|
29818
|
+
BFormRadioGroup: Be,
|
|
29820
29819
|
Popper: Kn
|
|
29821
29820
|
},
|
|
29822
29821
|
props: {
|
|
@@ -29911,7 +29910,7 @@ const xI = Xy.exports, PI = A({
|
|
|
29911
29910
|
FamilyCompositionInput: Dt,
|
|
29912
29911
|
DefaultPlainRadioGroup: nr,
|
|
29913
29912
|
ErrorHandler: G,
|
|
29914
|
-
BFormRadioGroup:
|
|
29913
|
+
BFormRadioGroup: Be,
|
|
29915
29914
|
Popper: Kn
|
|
29916
29915
|
},
|
|
29917
29916
|
props: {
|
|
@@ -30242,7 +30241,7 @@ const NI = ab.exports, II = (t) => {
|
|
|
30242
30241
|
EmailInput: bs,
|
|
30243
30242
|
PhoneInput: td,
|
|
30244
30243
|
ErrorHandler: G,
|
|
30245
|
-
BFormRadioGroup:
|
|
30244
|
+
BFormRadioGroup: Be
|
|
30246
30245
|
},
|
|
30247
30246
|
setup(t, { emit: e }) {
|
|
30248
30247
|
const {
|
|
@@ -30421,7 +30420,7 @@ const LI = ob.exports, BI = A({
|
|
|
30421
30420
|
const u = pR(i, o);
|
|
30422
30421
|
window.location.href = u;
|
|
30423
30422
|
};
|
|
30424
|
-
return bk(cd("ITC")), dR(cd("$validator", null)), L.value = t.hasNewDesign, {
|
|
30423
|
+
return bk(cd("ITC", null)), dR(cd("$validator", null)), L.value = t.hasNewDesign, {
|
|
30425
30424
|
FormLocations: P,
|
|
30426
30425
|
submitFormData: r,
|
|
30427
30426
|
emitEventHub: n,
|