@vergelijkdirect/comparison-forms 1.3.2-VER-8116.0 → 1.3.2-VER-8116.1

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.
@@ -27,7 +27,7 @@ var I = (t, e, r) => new Promise((n, a) => {
27
27
  }, u = (c) => c.done ? n(c.value) : Promise.resolve(c.value).then(i, o);
28
28
  u((r = r.apply(t, e)).next());
29
29
  });
30
- import kt, { ref as x, reactive as Ie, computed as re, watch as en, onMounted as Se, defineComponent as A, nextTick as Pr, getCurrentInstance as yn, onBeforeUnmount as Rw, inject as Fd } from "vue";
30
+ import kt, { ref as x, reactive as Ie, computed as re, watch as en, onMounted as Se, defineComponent as E, nextTick as Pr, getCurrentInstance as yn, onBeforeUnmount as Rw, inject as Fd } from "vue";
31
31
  function Mw(t, e) {
32
32
  for (var r = 0; r < e.length; r++) {
33
33
  const n = e[r];
@@ -5891,13 +5891,13 @@ function Ze() {
5891
5891
  Object.defineProperty(t, "CarService", { enumerable: !0, get: function() {
5892
5892
  return z.default;
5893
5893
  } });
5894
- var N = a1();
5894
+ var $ = a1();
5895
5895
  Object.defineProperty(t, "TravelService", { enumerable: !0, get: function() {
5896
- return N.default;
5896
+ return $.default;
5897
5897
  } });
5898
- var E = oc;
5898
+ var R = oc;
5899
5899
  Object.defineProperty(t, "UserService", { enumerable: !0, get: function() {
5900
- return E.default;
5900
+ return R.default;
5901
5901
  } });
5902
5902
  }(zs)), zs;
5903
5903
  }
@@ -10208,7 +10208,7 @@ var Hn = function(t) {
10208
10208
  return t.getAttribute("data-vv-" + e);
10209
10209
  }, Qf = function(t) {
10210
10210
  return "isNaN" in Number ? Number.isNaN(t) : typeof t == "number" && t !== t;
10211
- }, R = function() {
10211
+ }, M = function() {
10212
10212
  for (var t = [], e = arguments.length; e--; )
10213
10213
  t[e] = arguments[e];
10214
10214
  return t.every(function(r) {
@@ -10245,13 +10245,13 @@ var Hn = function(t) {
10245
10245
  }) : Qf(t) && Qf(e) ? !0 : t === e;
10246
10246
  }, Bx = function(t) {
10247
10247
  var e = Mr(t, "scope");
10248
- if (R(e)) {
10248
+ if (M(e)) {
10249
10249
  var r = ev(t);
10250
10250
  r && (e = Mr(r, "scope"));
10251
10251
  }
10252
- return R(e) ? null : e;
10252
+ return M(e) ? null : e;
10253
10253
  }, ev = function(t) {
10254
- return R(t) ? null : t.tagName === "FORM" ? t : R(t.form) ? R(t.parentNode) ? null : ev(t.parentNode) : t.form;
10254
+ return M(t) ? null : t.tagName === "FORM" ? t : M(t.form) ? M(t.parentNode) ? null : ev(t.parentNode) : t.form;
10255
10255
  }, rn = function(t, e, r) {
10256
10256
  if (r === void 0 && (r = void 0), !t || !e)
10257
10257
  return r;
@@ -10544,8 +10544,8 @@ Ce.prototype.add = function(e) {
10544
10544
  Ce.prototype._normalizeError = function(e) {
10545
10545
  var r = this;
10546
10546
  return Array.isArray(e) ? e.map(function(n) {
10547
- return n.scope = R(n.scope) ? null : n.scope, n.vmId = R(n.vmId) ? r.vmId || null : n.vmId, n;
10548
- }) : (e.scope = R(e.scope) ? null : e.scope, e.vmId = R(e.vmId) ? this.vmId || null : e.vmId, [e]);
10547
+ return n.scope = M(n.scope) ? null : n.scope, n.vmId = M(n.vmId) ? r.vmId || null : n.vmId, n;
10548
+ }) : (e.scope = M(e.scope) ? null : e.scope, e.vmId = M(e.vmId) ? this.vmId || null : e.vmId, [e]);
10549
10549
  };
10550
10550
  Ce.prototype.regenerate = function() {
10551
10551
  this.items.forEach(function(e) {
@@ -10564,7 +10564,7 @@ Ce.prototype.update = function(e, r) {
10564
10564
  Ce.prototype.all = function(e) {
10565
10565
  var r = this, n = function(a) {
10566
10566
  var i = !0, o = !0;
10567
- return R(e) || (i = a.scope === e), R(r.vmId) || (o = a.vmId === r.vmId), o && i;
10567
+ return M(e) || (i = a.scope === e), M(r.vmId) || (o = a.vmId === r.vmId), o && i;
10568
10568
  };
10569
10569
  return this.items.filter(n).map(function(a) {
10570
10570
  return a.msg;
@@ -10573,12 +10573,12 @@ Ce.prototype.all = function(e) {
10573
10573
  Ce.prototype.any = function(e) {
10574
10574
  var r = this, n = function(a) {
10575
10575
  var i = !0, o = !0;
10576
- return R(e) || (i = a.scope === e), R(r.vmId) || (o = a.vmId === r.vmId), o && i;
10576
+ return M(e) || (i = a.scope === e), M(r.vmId) || (o = a.vmId === r.vmId), o && i;
10577
10577
  };
10578
10578
  return !!this.items.filter(n).length;
10579
10579
  };
10580
10580
  Ce.prototype.clear = function(e) {
10581
- var r = this, n = R(this.vmId) ? function() {
10581
+ var r = this, n = M(this.vmId) ? function() {
10582
10582
  return !0;
10583
10583
  } : function(o) {
10584
10584
  return o.vmId === r.vmId;
@@ -10587,22 +10587,22 @@ Ce.prototype.clear = function(e) {
10587
10587
  };
10588
10588
  arguments.length === 0 ? a = function() {
10589
10589
  return !0;
10590
- } : R(e) && (e = null);
10590
+ } : M(e) && (e = null);
10591
10591
  for (var i = 0; i < this.items.length; ++i)
10592
10592
  n(this.items[i]) && a(this.items[i]) && (this.items.splice(i, 1), --i);
10593
10593
  };
10594
10594
  Ce.prototype.collect = function(e, r, n) {
10595
10595
  var a = this;
10596
10596
  n === void 0 && (n = !0);
10597
- var i = !R(e) && !e.includes("*"), o = function(p) {
10597
+ var i = !M(e) && !e.includes("*"), o = function(p) {
10598
10598
  var f = p.reduce(function(h, v) {
10599
- return !R(a.vmId) && v.vmId !== a.vmId || (h[v.field] || (h[v.field] = []), h[v.field].push(n ? v.msg : v)), h;
10599
+ return !M(a.vmId) && v.vmId !== a.vmId || (h[v.field] || (h[v.field] = []), h[v.field].push(n ? v.msg : v)), h;
10600
10600
  }, {});
10601
10601
  return i ? ga(f)[0] || [] : f;
10602
10602
  };
10603
- if (R(e))
10603
+ if (M(e))
10604
10604
  return o(this.items);
10605
- var u = R(r) ? String(e) : r + "." + e, c = this._makeCandidateFilters(u), l = c.isPrimary, s = c.isAlt, d = this.items.reduce(function(p, f) {
10605
+ var u = M(r) ? String(e) : r + "." + e, c = this._makeCandidateFilters(u), l = c.isPrimary, s = c.isAlt, d = this.items.reduce(function(p, f) {
10606
10606
  return l(f) && p.primary.push(f), s(f) && p.alt.push(f), p;
10607
10607
  }, { primary: [], alt: [] });
10608
10608
  return d = d.primary.length ? d.primary : d.alt, o(d);
@@ -10621,7 +10621,7 @@ Ce.prototype.firstById = function(e) {
10621
10621
  };
10622
10622
  Ce.prototype.first = function(e, r) {
10623
10623
  r === void 0 && (r = null);
10624
- var n = R(r) ? e : r + "." + e, a = this._match(n);
10624
+ var n = M(r) ? e : r + "." + e, a = this._match(n);
10625
10625
  return a && a.msg;
10626
10626
  };
10627
10627
  Ce.prototype.firstRule = function(e, r) {
@@ -10656,11 +10656,11 @@ Ce.prototype.removeById = function(e) {
10656
10656
  r(this.items[n]) && (this.items.splice(n, 1), --n);
10657
10657
  };
10658
10658
  Ce.prototype.remove = function(e, r, n) {
10659
- if (!R(e))
10660
- for (var a = R(r) ? String(e) : r + "." + e, i = this._makeCandidateFilters(a), o = i.isPrimary, u = i.isAlt, c = function(d) {
10659
+ if (!M(e))
10660
+ for (var a = M(r) ? String(e) : r + "." + e, i = this._makeCandidateFilters(a), o = i.isPrimary, u = i.isAlt, c = function(d) {
10661
10661
  return o(d) || u(d);
10662
10662
  }, l = function(d) {
10663
- return R(n) ? c(d) : c(d) && d.vmId === n;
10663
+ return M(n) ? c(d) : c(d) && d.vmId === n;
10664
10664
  }, s = 0; s < this.items.length; ++s)
10665
10665
  l(this.items[s]) && (this.items.splice(s, 1), --s);
10666
10666
  };
@@ -10687,13 +10687,13 @@ Ce.prototype._makeCandidateFilters = function(e) {
10687
10687
  return !1;
10688
10688
  }
10689
10689
  };
10690
- R(s) ? a = function(h) {
10691
- return R(h.scope);
10690
+ M(s) ? a = function(h) {
10691
+ return M(h.scope);
10692
10692
  } : a = function(h) {
10693
10693
  return h.scope === s;
10694
- }, !R(d) && d !== "*" && (i = function(h) {
10694
+ }, !M(d) && d !== "*" && (i = function(h) {
10695
10695
  return h.field === d;
10696
- }), R(this.vmId) || (o = function(h) {
10696
+ }), M(this.vmId) || (o = function(h) {
10697
10697
  return h.vmId === r.vmId;
10698
10698
  });
10699
10699
  var p = function(h) {
@@ -10707,7 +10707,7 @@ Ce.prototype._makeCandidateFilters = function(e) {
10707
10707
  };
10708
10708
  };
10709
10709
  Ce.prototype._match = function(e) {
10710
- if (!R(e)) {
10710
+ if (!M(e)) {
10711
10711
  var r = this._makeCandidateFilters(e), n = r.isPrimary, a = r.isAlt;
10712
10712
  return this.items.reduce(function(i, o, u, c) {
10713
10713
  var l = u === c.length - 1;
@@ -10765,10 +10765,10 @@ function ka(t, e, r) {
10765
10765
  var n = t[e];
10766
10766
  t[e] = [n];
10767
10767
  }
10768
- R(t[e]) && (t[e] = []), t[e].push(r);
10768
+ M(t[e]) && (t[e] = []), t[e].push(r);
10769
10769
  }
10770
10770
  function Qx(t, e, r) {
10771
- R(t.data.on) && (t.data.on = {}), ka(t.data.on, e, r);
10771
+ M(t.data.on) && (t.data.on = {}), ka(t.data.on, e, r);
10772
10772
  }
10773
10773
  function Xx(t, e, r) {
10774
10774
  t.componentOptions.listeners || (t.componentOptions.listeners = {}), ka(t.componentOptions.listeners, e, r);
@@ -10845,7 +10845,7 @@ de.resolveInitialValue = function(e) {
10845
10845
  };
10846
10846
  de.resolveDelay = function(e, r, n) {
10847
10847
  var a = Mr(e, "delay"), i = n && "delay" in n ? n.delay : 0;
10848
- return !a && r.componentInstance && r.componentInstance.$attrs && (a = r.componentInstance.$attrs["data-vv-delay"]), Ne(i) ? (R(a) || (i.input = a), Jf(i)) : Jf(a || i);
10848
+ return !a && r.componentInstance && r.componentInstance.$attrs && (a = r.componentInstance.$attrs["data-vv-delay"]), Ne(i) ? (M(a) || (i.input = a), Jf(i)) : Jf(a || i);
10849
10849
  };
10850
10850
  de.resolveEvents = function(e, r) {
10851
10851
  var n = Mr(e, "validate-on");
@@ -10864,7 +10864,7 @@ de.resolveEvents = function(e, r) {
10864
10864
  de.resolveScope = function(e, r, n) {
10865
10865
  n === void 0 && (n = {});
10866
10866
  var a = null;
10867
- return n.componentInstance && R(a) && (a = n.componentInstance.$attrs && n.componentInstance.$attrs["data-vv-scope"]), R(a) ? Bx(e) : a;
10867
+ return n.componentInstance && M(a) && (a = n.componentInstance.$attrs && n.componentInstance.$attrs["data-vv-scope"]), M(a) ? Bx(e) : a;
10868
10868
  };
10869
10869
  de.resolveModel = function(e, r) {
10870
10870
  if (e.arg)
@@ -11033,7 +11033,7 @@ var fv = function(t) {
11033
11033
  // control has been interacted with
11034
11034
  }
11035
11035
  }, ye = function(e) {
11036
- e === void 0 && (e = {}), this.id = Ux(), this.el = e.el, this.updated = !1, this.vmId = e.vmId, oa(this, "dependencies", []), oa(this, "watchers", []), oa(this, "events", []), this.delay = 0, this.rules = {}, this.forceRequired = !1, this._cacheId(e), this.classNames = fe({}, ep.classNames), e = fe({}, ep, e), this._delay = R(e.delay) ? 0 : e.delay, this.validity = e.validity, this.aria = e.aria, this.flags = e.flags || Eo(), oa(this, "vm", e.vm), oa(this, "componentInstance", e.component), this.ctorConfig = this.componentInstance ? rn("$options.$_veeValidate", this.componentInstance) : void 0, this.update(e), this.initialValue = this.value, this.updated = !1;
11036
+ e === void 0 && (e = {}), this.id = Ux(), this.el = e.el, this.updated = !1, this.vmId = e.vmId, oa(this, "dependencies", []), oa(this, "watchers", []), oa(this, "events", []), this.delay = 0, this.rules = {}, this.forceRequired = !1, this._cacheId(e), this.classNames = fe({}, ep.classNames), e = fe({}, ep, e), this._delay = M(e.delay) ? 0 : e.delay, this.validity = e.validity, this.aria = e.aria, this.flags = e.flags || Eo(), oa(this, "vm", e.vm), oa(this, "componentInstance", e.component), this.ctorConfig = this.componentInstance ? rn("$options.$_veeValidate", this.componentInstance) : void 0, this.update(e), this.initialValue = this.value, this.updated = !1;
11037
11037
  }, Fr = { validator: { configurable: !0 }, isRequired: { configurable: !0 }, isDisabled: { configurable: !0 }, alias: { configurable: !0 }, value: { configurable: !0 }, bails: { configurable: !0 }, rejectsFalse: { configurable: !0 } };
11038
11038
  Fr.validator.get = function() {
11039
11039
  return !this.vm || !this.vm.$validator ? { validate: function() {
@@ -11068,7 +11068,7 @@ ye.prototype.matches = function(e) {
11068
11068
  return !0;
11069
11069
  if (e.id)
11070
11070
  return this.id === e.id;
11071
- var n = R(e.vmId) ? function() {
11071
+ var n = M(e.vmId) ? function() {
11072
11072
  return !0;
11073
11073
  } : function(a) {
11074
11074
  return a === r.vmId;
@@ -11086,7 +11086,7 @@ ye.prototype.isWaitingFor = function(e) {
11086
11086
  };
11087
11087
  ye.prototype.update = function(e) {
11088
11088
  var r = this;
11089
- if (this.targetOf = e.targetOf || null, this.immediate = e.immediate || this.immediate || !1, this.persist = e.persist || this.persist || !1, !R(e.scope) && e.scope !== this.scope && G(this.validator.update) && this.validator.update(this.id, { scope: e.scope }), this.scope = R(e.scope) ? R(this.scope) ? null : this.scope : e.scope, this.name = (R(e.name) ? e.name : String(e.name)) || this.name || null, this.rules = e.rules !== void 0 ? cr(e.rules) : this.rules, this._bails = e.bails !== void 0 ? e.bails : this._bails, this.model = e.model || this.model, this.listen = e.listen !== void 0 ? e.listen : this.listen, this.classes = (e.classes || this.classes || !1) && !this.componentInstance, this.classNames = Ne(e.classNames) ? Ma(this.classNames, e.classNames) : this.classNames, this.getter = G(e.getter) ? e.getter : this.getter, this._alias = e.alias || this._alias, this.events = e.events ? pv(e.events) : this.events, this.delay = Yx(this.events, e.delay || this.delay, this._delay), this.updateDependencies(), this.addActionListeners(), process.env.NODE_ENV !== "production" && !this.name && !this.targetOf && ht('A field is missing a "name" or "data-vv-name" attribute'), e.rules !== void 0 && (this.flags.required = this.isRequired), Object.keys(e.rules || {}).length === 0 && this.updated) {
11089
+ if (this.targetOf = e.targetOf || null, this.immediate = e.immediate || this.immediate || !1, this.persist = e.persist || this.persist || !1, !M(e.scope) && e.scope !== this.scope && G(this.validator.update) && this.validator.update(this.id, { scope: e.scope }), this.scope = M(e.scope) ? M(this.scope) ? null : this.scope : e.scope, this.name = (M(e.name) ? e.name : String(e.name)) || this.name || null, this.rules = e.rules !== void 0 ? cr(e.rules) : this.rules, this._bails = e.bails !== void 0 ? e.bails : this._bails, this.model = e.model || this.model, this.listen = e.listen !== void 0 ? e.listen : this.listen, this.classes = (e.classes || this.classes || !1) && !this.componentInstance, this.classNames = Ne(e.classNames) ? Ma(this.classNames, e.classNames) : this.classNames, this.getter = G(e.getter) ? e.getter : this.getter, this._alias = e.alias || this._alias, this.events = e.events ? pv(e.events) : this.events, this.delay = Yx(this.events, e.delay || this.delay, this._delay), this.updateDependencies(), this.addActionListeners(), process.env.NODE_ENV !== "production" && !this.name && !this.targetOf && ht('A field is missing a "name" or "data-vv-name" attribute'), e.rules !== void 0 && (this.flags.required = this.isRequired), Object.keys(e.rules || {}).length === 0 && this.updated) {
11090
11090
  var n = this.flags.validated;
11091
11091
  this.validator.validate("#" + this.id).then(function() {
11092
11092
  r.flags.validated = n;
@@ -11161,7 +11161,7 @@ ye.prototype.updateClasses = function(e) {
11161
11161
  var r = this;
11162
11162
  if (e === void 0 && (e = !1), !(!this.classes || this.isDisabled)) {
11163
11163
  var n = function(i) {
11164
- dt(i, r.classNames.dirty, r.flags.dirty), dt(i, r.classNames.pristine, r.flags.pristine), dt(i, r.classNames.touched, r.flags.touched), dt(i, r.classNames.untouched, r.flags.untouched), e && (dt(i, r.classNames.valid, !1), dt(i, r.classNames.invalid, !1)), !R(r.flags.valid) && r.flags.validated && dt(i, r.classNames.valid, r.flags.valid), !R(r.flags.invalid) && r.flags.validated && dt(i, r.classNames.invalid, r.flags.invalid);
11164
+ dt(i, r.classNames.dirty, r.flags.dirty), dt(i, r.classNames.pristine, r.flags.pristine), dt(i, r.classNames.touched, r.flags.touched), dt(i, r.classNames.untouched, r.flags.untouched), e && (dt(i, r.classNames.valid, !1), dt(i, r.classNames.invalid, !1)), !M(r.flags.valid) && r.flags.validated && dt(i, r.classNames.valid, r.flags.valid), !M(r.flags.invalid) && r.flags.validated && dt(i, r.classNames.invalid, r.flags.invalid);
11165
11165
  };
11166
11166
  if (!ls(this.el)) {
11167
11167
  n(this.el);
@@ -11517,8 +11517,8 @@ var gv = {
11517
11517
  var a = n.context, i = nu(e, a);
11518
11518
  i && a.$validator.detach(i);
11519
11519
  }
11520
- }, M = function(e, r, n) {
11521
- r === void 0 && (r = { fastExit: !0 }), n === void 0 && (n = null), this.errors = new Ce(), this.fields = new Jt(), this._createFields(e), this.paused = !1, this.fastExit = R(r && r.fastExit) ? !0 : r.fastExit, this.$vee = n || {
11520
+ }, N = function(e, r, n) {
11521
+ r === void 0 && (r = { fastExit: !0 }), n === void 0 && (n = null), this.errors = new Ce(), this.fields = new Jt(), this._createFields(e), this.paused = !1, this.fastExit = M(r && r.fastExit) ? !0 : r.fastExit, this.$vee = n || {
11522
11522
  _vm: {
11523
11523
  $nextTick: function(a) {
11524
11524
  return G(a) ? a() : Promise.resolve();
@@ -11549,37 +11549,37 @@ zn.flags.get = function() {
11549
11549
  }, {});
11550
11550
  };
11551
11551
  zn.locale.get = function() {
11552
- return M.locale;
11552
+ return N.locale;
11553
11553
  };
11554
11554
  zn.locale.set = function(t) {
11555
- M.locale = t;
11555
+ N.locale = t;
11556
11556
  };
11557
11557
  Ka.locale.get = function() {
11558
11558
  return He.getDriver().locale;
11559
11559
  };
11560
11560
  Ka.locale.set = function(t) {
11561
11561
  var e = t !== He.getDriver().locale;
11562
- He.getDriver().locale = t, e && M.$vee && M.$vee._vm && M.$vee._vm.$emit("localeChanged");
11562
+ He.getDriver().locale = t, e && N.$vee && N.$vee._vm && N.$vee._vm.$emit("localeChanged");
11563
11563
  };
11564
- M.create = function(e, r) {
11565
- return process.env.NODE_ENV !== "production" && ht("Please use `new` to create new validator instances."), new M(e, r);
11564
+ N.create = function(e, r) {
11565
+ return process.env.NODE_ENV !== "production" && ht("Please use `new` to create new validator instances."), new N(e, r);
11566
11566
  };
11567
- M.extend = function(e, r, n) {
11568
- n === void 0 && (n = {}), M._guardExtend(e, r);
11567
+ N.extend = function(e, r, n) {
11568
+ n === void 0 && (n = {}), N._guardExtend(e, r);
11569
11569
  var a = r.options || {};
11570
- M._merge(e, {
11570
+ N._merge(e, {
11571
11571
  validator: r,
11572
11572
  paramNames: n && n.paramNames || r.paramNames,
11573
11573
  options: fe({ hasTarget: !1, immediate: !0 }, a, n || {})
11574
11574
  });
11575
11575
  };
11576
- M.remove = function(e) {
11576
+ N.remove = function(e) {
11577
11577
  process.env.NODE_ENV !== "production" && ht("this method will be deprecated, you can still override your rules with `extend`"), ve.remove(e);
11578
11578
  };
11579
- M.prototype.localize = function(e, r) {
11580
- M.localize(e, r);
11579
+ N.prototype.localize = function(e, r) {
11580
+ N.localize(e, r);
11581
11581
  };
11582
- M.localize = function(e, r) {
11582
+ N.localize = function(e, r) {
11583
11583
  var n;
11584
11584
  if (Ne(e)) {
11585
11585
  He.getDriver().merge(e);
@@ -11589,9 +11589,9 @@ M.localize = function(e, r) {
11589
11589
  var a = e || r.name;
11590
11590
  r = fe({}, r), He.getDriver().merge((n = {}, n[a] = r, n));
11591
11591
  }
11592
- e && (M.locale = e);
11592
+ e && (N.locale = e);
11593
11593
  };
11594
- M.prototype.attach = function(e) {
11594
+ N.prototype.attach = function(e) {
11595
11595
  var r = this, n = { name: e.name, scope: e.scope, persist: !0 }, a = e.persist ? this.fields.find(n) : null;
11596
11596
  a && (e.flags = a.flags, a.destroy(), this.fields.remove(a));
11597
11597
  var i = e.initialValue, o = new ye(e);
@@ -11601,19 +11601,19 @@ M.prototype.attach = function(e) {
11601
11601
  o.flags.valid = u.valid, o.flags.invalid = !u.valid;
11602
11602
  }), o;
11603
11603
  };
11604
- M.prototype.flag = function(e, r, n) {
11604
+ N.prototype.flag = function(e, r, n) {
11605
11605
  n === void 0 && (n = null);
11606
11606
  var a = this._resolveField(e, void 0, n);
11607
11607
  !a || !r || a.setFlags(r);
11608
11608
  };
11609
- M.prototype.detach = function(e, r, n) {
11609
+ N.prototype.detach = function(e, r, n) {
11610
11610
  var a = G(e.destroy) ? e : this._resolveField(e, r, n);
11611
11611
  a && (a.persist || (a.destroy(), this.errors.remove(a.name, a.scope, a.vmId), this.fields.remove(a)));
11612
11612
  };
11613
- M.prototype.extend = function(e, r, n) {
11614
- n === void 0 && (n = {}), M.extend(e, r, n);
11613
+ N.prototype.extend = function(e, r, n) {
11614
+ n === void 0 && (n = {}), N.extend(e, r, n);
11615
11615
  };
11616
- M.prototype.reset = function(e) {
11616
+ N.prototype.reset = function(e) {
11617
11617
  var r = this;
11618
11618
  return this.$vee._vm.$nextTick().then(function() {
11619
11619
  return r.$vee._vm.$nextTick();
@@ -11623,20 +11623,20 @@ M.prototype.reset = function(e) {
11623
11623
  });
11624
11624
  });
11625
11625
  };
11626
- M.prototype.update = function(e, r) {
11626
+ N.prototype.update = function(e, r) {
11627
11627
  var n = r.scope, a = this._resolveField("#" + e);
11628
11628
  a && this.errors.update(e, { scope: n });
11629
11629
  };
11630
- M.prototype.remove = function(e) {
11631
- M.remove(e);
11630
+ N.prototype.remove = function(e) {
11631
+ N.remove(e);
11632
11632
  };
11633
- M.prototype.validate = function(e, r, n) {
11633
+ N.prototype.validate = function(e, r, n) {
11634
11634
  var a = this;
11635
11635
  n === void 0 && (n = {});
11636
11636
  var i = n.silent, o = n.vmId;
11637
11637
  if (this.paused)
11638
11638
  return Promise.resolve(!0);
11639
- if (R(e))
11639
+ if (M(e))
11640
11640
  return this.validateScopes({ silent: i, vmId: o });
11641
11641
  if (e === "*")
11642
11642
  return this.validateAll(void 0, { silent: i, vmId: o });
@@ -11653,13 +11653,13 @@ M.prototype.validate = function(e, r, n) {
11653
11653
  return !i && c.isWaitingFor(l) && (c.waitFor(null), a._handleValidationResults([s], o)), s.valid;
11654
11654
  });
11655
11655
  };
11656
- M.prototype.pause = function() {
11656
+ N.prototype.pause = function() {
11657
11657
  return this.paused = !0, this;
11658
11658
  };
11659
- M.prototype.resume = function() {
11659
+ N.prototype.resume = function() {
11660
11660
  return this.paused = !1, this;
11661
11661
  };
11662
- M.prototype.validateAll = function(e, r) {
11662
+ N.prototype.validateAll = function(e, r) {
11663
11663
  var n = this;
11664
11664
  r === void 0 && (r = {});
11665
11665
  var a = r.silent, i = r.vmId;
@@ -11680,7 +11680,7 @@ M.prototype.validateAll = function(e, r) {
11680
11680
  });
11681
11681
  });
11682
11682
  };
11683
- M.prototype.validateScopes = function(e) {
11683
+ N.prototype.validateScopes = function(e) {
11684
11684
  var r = this;
11685
11685
  e === void 0 && (e = {});
11686
11686
  var n = e.silent, a = e.vmId;
@@ -11694,7 +11694,7 @@ M.prototype.validateScopes = function(e) {
11694
11694
  });
11695
11695
  });
11696
11696
  };
11697
- M.prototype.verify = function(e, r, n) {
11697
+ N.prototype.verify = function(e, r, n) {
11698
11698
  n === void 0 && (n = {});
11699
11699
  var a = {
11700
11700
  name: n && n.name || "{field}",
@@ -11722,26 +11722,26 @@ M.prototype.verify = function(e, r, n) {
11722
11722
  };
11723
11723
  });
11724
11724
  };
11725
- M.prototype.destroy = function() {
11725
+ N.prototype.destroy = function() {
11726
11726
  this.$vee._vm.$off("localeChanged");
11727
11727
  };
11728
- M.prototype._createFields = function(e) {
11728
+ N.prototype._createFields = function(e) {
11729
11729
  var r = this;
11730
11730
  e && Object.keys(e).forEach(function(n) {
11731
11731
  var a = fe({}, { name: n, rules: e[n] });
11732
11732
  r.attach(a);
11733
11733
  });
11734
11734
  };
11735
- M.prototype._getDateFormat = function(e) {
11735
+ N.prototype._getDateFormat = function(e) {
11736
11736
  var r = null;
11737
11737
  return e.date_format && Array.isArray(e.date_format) && (r = e.date_format[0]), r || He.getDriver().getDateFormat(this.locale);
11738
11738
  };
11739
- M.prototype._formatErrorMessage = function(e, r, n, a) {
11739
+ N.prototype._formatErrorMessage = function(e, r, n, a) {
11740
11740
  n === void 0 && (n = {}), a === void 0 && (a = null);
11741
11741
  var i = this._getFieldDisplayName(e), o = this._getLocalizedParams(r, a);
11742
11742
  return He.getDriver().getFieldMessage(this.locale, e.name, r.name, [i, o, n]);
11743
11743
  };
11744
- M.prototype._convertParamObjectToArray = function(e, r) {
11744
+ N.prototype._convertParamObjectToArray = function(e, r) {
11745
11745
  if (Array.isArray(e))
11746
11746
  return e;
11747
11747
  var n = ve.getParamNames(r);
@@ -11749,7 +11749,7 @@ M.prototype._convertParamObjectToArray = function(e, r) {
11749
11749
  return i in e && a.push(e[i]), a;
11750
11750
  }, []);
11751
11751
  };
11752
- M.prototype._getLocalizedParams = function(e, r) {
11752
+ N.prototype._getLocalizedParams = function(e, r) {
11753
11753
  r === void 0 && (r = null);
11754
11754
  var n = this._convertParamObjectToArray(e.params, e.name);
11755
11755
  if (e.options.hasTarget && n && n[0]) {
@@ -11758,10 +11758,10 @@ M.prototype._getLocalizedParams = function(e, r) {
11758
11758
  }
11759
11759
  return n;
11760
11760
  };
11761
- M.prototype._getFieldDisplayName = function(e) {
11761
+ N.prototype._getFieldDisplayName = function(e) {
11762
11762
  return e.alias || He.getDriver().getAttribute(this.locale, e.name, e.name);
11763
11763
  };
11764
- M.prototype._convertParamArrayToObj = function(e, r) {
11764
+ N.prototype._convertParamArrayToObj = function(e, r) {
11765
11765
  var n = ve.getParamNames(r);
11766
11766
  if (!n)
11767
11767
  return e;
@@ -11777,7 +11777,7 @@ M.prototype._convertParamArrayToObj = function(e, r) {
11777
11777
  return i[n[u]] = o, i;
11778
11778
  }, {});
11779
11779
  };
11780
- M.prototype._test = function(e, r, n) {
11780
+ N.prototype._test = function(e, r, n) {
11781
11781
  var a = this, i = ve.getValidatorMethod(n.name), o = Array.isArray(n.params) ? ft(n.params) : n.params;
11782
11782
  o || (o = []);
11783
11783
  var u = null;
@@ -11810,21 +11810,21 @@ M.prototype._test = function(e, r, n) {
11810
11810
  errors: s.valid ? [] : [this._createFieldError(e, n, s.data, u)]
11811
11811
  });
11812
11812
  };
11813
- M._merge = function(e, r) {
11813
+ N._merge = function(e, r) {
11814
11814
  var n = r.validator, a = r.options, i = r.paramNames, o = G(n) ? n : n.validate;
11815
- n.getMessage && He.getDriver().setMessage(M.locale, e, n.getMessage), ve.add(e, {
11815
+ n.getMessage && He.getDriver().setMessage(N.locale, e, n.getMessage), ve.add(e, {
11816
11816
  validate: o,
11817
11817
  options: a,
11818
11818
  paramNames: i
11819
11819
  });
11820
11820
  };
11821
- M._guardExtend = function(e, r) {
11821
+ N._guardExtend = function(e, r) {
11822
11822
  if (!G(r) && !G(r.validate))
11823
11823
  throw pr(
11824
11824
  "Extension Error: The validator '" + e + "' must be a function or have a 'validate' method."
11825
11825
  );
11826
11826
  };
11827
- M.prototype._createFieldError = function(e, r, n, a) {
11827
+ N.prototype._createFieldError = function(e, r, n, a) {
11828
11828
  var i = this;
11829
11829
  return {
11830
11830
  id: e.id,
@@ -11838,10 +11838,10 @@ M.prototype._createFieldError = function(e, r, n, a) {
11838
11838
  }
11839
11839
  };
11840
11840
  };
11841
- M.prototype._resolveField = function(e, r, n) {
11841
+ N.prototype._resolveField = function(e, r, n) {
11842
11842
  if (e[0] === "#")
11843
11843
  return this.fields.findById(e.slice(1));
11844
- if (!R(r))
11844
+ if (!M(r))
11845
11845
  return this.fields.find({ name: e, scope: r, vmId: n });
11846
11846
  if (It(e, ".")) {
11847
11847
  var a = e.split("."), i = a[0], o = a.slice(1), u = this.fields.find({ name: o.join("."), scope: i, vmId: n });
@@ -11850,13 +11850,13 @@ M.prototype._resolveField = function(e, r, n) {
11850
11850
  }
11851
11851
  return this.fields.find({ name: e, scope: null, vmId: n });
11852
11852
  };
11853
- M.prototype._handleFieldNotFound = function(e, r) {
11854
- var n = R(r) ? e : (R(r) ? "" : r + ".") + e;
11853
+ N.prototype._handleFieldNotFound = function(e, r) {
11854
+ var n = M(r) ? e : (M(r) ? "" : r + ".") + e;
11855
11855
  return Promise.reject(pr(
11856
11856
  'Validating a non-existent field: "' + n + '". Use "attach()" first.'
11857
11857
  ));
11858
11858
  };
11859
- M.prototype._handleValidationResults = function(e, r) {
11859
+ N.prototype._handleValidationResults = function(e, r) {
11860
11860
  var n = this, a = e.map(function(o) {
11861
11861
  return { id: o.id };
11862
11862
  });
@@ -11879,13 +11879,13 @@ M.prototype._handleValidationResults = function(e, r) {
11879
11879
  });
11880
11880
  });
11881
11881
  };
11882
- M.prototype._shouldSkip = function(e, r) {
11883
- return e.bails === !1 ? !1 : e.isDisabled && St().useConstraintAttrs ? !0 : !e.isRequired && (R(r) || r === "" || ds(r));
11882
+ N.prototype._shouldSkip = function(e, r) {
11883
+ return e.bails === !1 ? !1 : e.isDisabled && St().useConstraintAttrs ? !0 : !e.isRequired && (M(r) || r === "" || ds(r));
11884
11884
  };
11885
- M.prototype._shouldBail = function(e) {
11885
+ N.prototype._shouldBail = function(e) {
11886
11886
  return e.bails !== void 0 ? e.bails : this.fastExit;
11887
11887
  };
11888
- M.prototype._validate = function(e, r, n) {
11888
+ N.prototype._validate = function(e, r, n) {
11889
11889
  var a = this;
11890
11890
  n === void 0 && (n = {});
11891
11891
  var i = n.initial, o = Object.keys(e.rules).filter(ve.isRequireRule);
@@ -11913,15 +11913,15 @@ M.prototype._validate = function(e, r, n) {
11913
11913
  }, { valid: !0, errors: c, id: e.id, field: e.name, scope: e.scope });
11914
11914
  });
11915
11915
  };
11916
- Object.defineProperties(M.prototype, zn);
11917
- Object.defineProperties(M, Ka);
11916
+ Object.defineProperties(N.prototype, zn);
11917
+ Object.defineProperties(N, Ka);
11918
11918
  var Wu = function(t) {
11919
11919
  return Ne(t) ? Object.keys(t).reduce(function(e, r) {
11920
11920
  return e[r] = Wu(t[r]), e;
11921
11921
  }, {}) : G(t) ? t("{0}", ["{1}", "{2}", "{3}"]) : t;
11922
11922
  }, nP = function(t) {
11923
11923
  var e = {};
11924
- return t.messages && (e.messages = Wu(t.messages)), t.custom && (e.custom = Wu(t.custom)), t.attributes && (e.attributes = t.attributes), R(t.dateFormat) || (e.dateFormat = t.dateFormat), e;
11924
+ return t.messages && (e.messages = Wu(t.messages)), t.custom && (e.custom = Wu(t.custom)), t.attributes && (e.attributes = t.attributes), M(t.dateFormat) || (e.dateFormat = t.dateFormat), e;
11925
11925
  }, er = function(e, r) {
11926
11926
  this.i18n = e, this.rootKey = r;
11927
11927
  }, Rc = { locale: { configurable: !0 } };
@@ -11996,7 +11996,7 @@ var aP = function() {
11996
11996
  lazy: iP
11997
11997
  }, Zr, Dn, Mo, xe = function(e, r) {
11998
11998
  this.configure(e), Mo = this, r && (Zr = r), this._validator = tP(
11999
- new M(null, { fastExit: e && e.fastExit }, this)
11999
+ new N(null, { fastExit: e && e.fastExit }, this)
12000
12000
  ), this._initVM(this.config), this._initI18n(this.config);
12001
12001
  }, Mc = { i18nDriver: { configurable: !0 }, config: { configurable: !0 } }, Nc = { i18nDriver: { configurable: !0 }, config: { configurable: !0 } };
12002
12002
  xe.setI18nDriver = function(e, r) {
@@ -12019,14 +12019,14 @@ xe.use = function(e, r) {
12019
12019
  Dn || (Dn = []), Dn.push({ plugin: e, options: r });
12020
12020
  return;
12021
12021
  }
12022
- e({ Validator: M, ErrorBag: Ce, Rules: M.rules }, r);
12022
+ e({ Validator: N, ErrorBag: Ce, Rules: N.rules }, r);
12023
12023
  };
12024
12024
  xe.install = function(e, r) {
12025
12025
  if (Zr && e === Zr) {
12026
12026
  process.env.NODE_ENV !== "production" && ht("already installed, Vue.use(VeeValidate) should only be called once.");
12027
12027
  return;
12028
12028
  }
12029
- Zr = e, Mo = new xe(r), M.$vee = Mo, eP(), Zr.mixin(vv), Zr.directive("validate", gv), Dn && (Dn.forEach(function(n) {
12029
+ Zr = e, Mo = new xe(r), N.$vee = Mo, eP(), Zr.mixin(vv), Zr.directive("validate", gv), Dn && (Dn.forEach(function(n) {
12030
12030
  var a = n.plugin, i = n.options;
12031
12031
  xe.use(a, i);
12032
12032
  }), Dn = null);
@@ -12067,7 +12067,7 @@ Object.defineProperties(xe.prototype, Mc);
12067
12067
  Object.defineProperties(xe, Nc);
12068
12068
  xe.mixin = vv;
12069
12069
  xe.directive = gv;
12070
- xe.Validator = M;
12070
+ xe.Validator = N;
12071
12071
  xe.ErrorBag = Ce;
12072
12072
  var uP = function(t) {
12073
12073
  var e = ["Byte", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], r = 1024;
@@ -14319,14 +14319,14 @@ function PD(t, e, r, n) {
14319
14319
  }), z = De(r, o);
14320
14320
  if (isNaN(z))
14321
14321
  return /* @__PURE__ */ new Date(NaN);
14322
- var N = kv(z, No(z));
14322
+ var $ = kv(z, No(z));
14323
14323
  for (y = 0; y < j.length; y++) {
14324
- var E = j[y];
14325
- if (E.validate && !E.validate(N, E.value, h))
14324
+ var R = j[y];
14325
+ if (R.validate && !R.validate($, R.value, h))
14326
14326
  return /* @__PURE__ */ new Date(NaN);
14327
- N = E.set(N, E.value, h);
14327
+ $ = R.set($, R.value, h);
14328
14328
  }
14329
- return N;
14329
+ return $;
14330
14330
  }
14331
14331
  function DD(t) {
14332
14332
  var e = /* @__PURE__ */ new Date(0);
@@ -14605,7 +14605,7 @@ var XD = Br(function(t, e) {
14605
14605
  var r = e.decimals;
14606
14606
  r === void 0 && (r = "*");
14607
14607
  var n = e.separator;
14608
- if (n === void 0 && (n = "."), R(t) || t === "")
14608
+ if (n === void 0 && (n = "."), M(t) || t === "")
14609
14609
  return !1;
14610
14610
  if (Array.isArray(t))
14611
14611
  return t.every(function(u) {
@@ -14792,8 +14792,8 @@ var jc = Br(function(t, e) {
14792
14792
  max: 30
14793
14793
  }))
14794
14794
  return !1;
14795
- for (var N = z.split("."), E = 0; E < N.length; E++)
14796
- if (!d.test(N[E]))
14795
+ for (var $ = z.split("."), R = 0; R < $.length; R++)
14796
+ if (!d.test($[R]))
14797
14797
  return !1;
14798
14798
  }
14799
14799
  if (!(0, a.default)(O, {
@@ -14880,14 +14880,14 @@ var _T = function(t, e) {
14880
14880
  }, $T = function(t, e) {
14881
14881
  e === void 0 && (e = {});
14882
14882
  var r = e.version;
14883
- return r === void 0 && (r = 4), R(t) && (t = ""), Array.isArray(t) ? t.every(function(n) {
14883
+ return r === void 0 && (r = 4), M(t) && (t = ""), Array.isArray(t) ? t.every(function(n) {
14884
14884
  return Io(n, r);
14885
14885
  }) : Io(t, r);
14886
14886
  }, AT = ["version"], ET = {
14887
14887
  validate: $T,
14888
14888
  paramNames: AT
14889
14889
  }, RT = function(t) {
14890
- return R(t) && (t = ""), Array.isArray(t) ? t.every(function(e) {
14890
+ return M(t) && (t = ""), Array.isArray(t) ? t.every(function(e) {
14891
14891
  return Io(e, "") || fp(e);
14892
14892
  }) : Io(t, "") || fp(t);
14893
14893
  }, MT = {
@@ -14908,19 +14908,19 @@ var _T = function(t, e) {
14908
14908
  return r === void 0 ? t.length === e : (r = Number(r), t.length >= e && t.length <= r);
14909
14909
  }, BT = function(t, e) {
14910
14910
  var r = e[0], n = e[1];
14911
- return n === void 0 && (n = void 0), R(t) ? !1 : (r = Number(r), typeof t == "number" && (t = String(t)), t.length || (t = ft(t)), LT(t, r, n));
14911
+ return n === void 0 && (n = void 0), M(t) ? !1 : (r = Number(r), typeof t == "number" && (t = String(t)), t.length || (t = ft(t)), LT(t, r, n));
14912
14912
  }, VT = {
14913
14913
  validate: BT
14914
14914
  }, Iv = function(t, e) {
14915
14915
  var r = e[0];
14916
- return R(t) ? r >= 0 : Array.isArray(t) ? t.every(function(n) {
14916
+ return M(t) ? r >= 0 : Array.isArray(t) ? t.every(function(n) {
14917
14917
  return Iv(n, [r]);
14918
14918
  }) : String(t).length <= r;
14919
14919
  }, qT = {
14920
14920
  validate: Iv
14921
14921
  }, jv = function(t, e) {
14922
14922
  var r = e[0];
14923
- return R(t) || t === "" ? !1 : Array.isArray(t) ? t.length > 0 && t.every(function(n) {
14923
+ return M(t) || t === "" ? !1 : Array.isArray(t) ? t.length > 0 && t.every(function(n) {
14924
14924
  return jv(n, [r]);
14925
14925
  }) : Number(t) <= r;
14926
14926
  }, HT = {
@@ -14934,14 +14934,14 @@ var _T = function(t, e) {
14934
14934
  validate: zT
14935
14935
  }, Fv = function(t, e) {
14936
14936
  var r = e[0];
14937
- return R(t) ? !1 : Array.isArray(t) ? t.every(function(n) {
14937
+ return M(t) ? !1 : Array.isArray(t) ? t.every(function(n) {
14938
14938
  return Fv(n, [r]);
14939
14939
  }) : String(t).length >= r;
14940
14940
  }, YT = {
14941
14941
  validate: Fv
14942
14942
  }, Lv = function(t, e) {
14943
14943
  var r = e[0];
14944
- return R(t) || t === "" ? !1 : Array.isArray(t) ? t.length > 0 && t.every(function(n) {
14944
+ return M(t) || t === "" ? !1 : Array.isArray(t) ? t.length > 0 && t.every(function(n) {
14945
14945
  return Lv(n, [r]);
14946
14946
  }) : Number(t) >= r;
14947
14947
  }, WT = {
@@ -14965,7 +14965,7 @@ var _T = function(t, e) {
14965
14965
  }, e$ = function(t, e) {
14966
14966
  e === void 0 && (e = []);
14967
14967
  var r = e[0];
14968
- return r === void 0 && (r = !1), R(t) || ds(t) || t === !1 && r ? !1 : !!String(t).trim().length;
14968
+ return r === void 0 && (r = !1), M(t) || ds(t) || t === !1 && r ? !1 : !!String(t).trim().length;
14969
14969
  }, t$ = {
14970
14970
  validate: e$
14971
14971
  }, r$ = function(t, e) {
@@ -15059,7 +15059,7 @@ var _T = function(t, e) {
15059
15059
  }
15060
15060
  t.exports = e.default, t.exports.default = e.default;
15061
15061
  }), hp = Lr(s$), u$ = function(t, e) {
15062
- e === void 0 && (e = {}), R(t) && (t = "");
15062
+ e === void 0 && (e = {}), M(t) && (t = "");
15063
15063
  var r = fe({}, e);
15064
15064
  return Array.isArray(t) ? t.every(function(n) {
15065
15065
  return hp(n, r);
@@ -15283,7 +15283,7 @@ var _T = function(t, e) {
15283
15283
  var e = this, r = St().classNames;
15284
15284
  return Object.keys(this.flags).reduce(function(n, a) {
15285
15285
  var i = r && r[a] || a;
15286
- return R(e.flags[a]) || i && (n[i] = e.flags[a]), n;
15286
+ return M(e.flags[a]) || i && (n[i] = e.flags[a]), n;
15287
15287
  }, {});
15288
15288
  }
15289
15289
  },
@@ -15350,7 +15350,7 @@ var _T = function(t, e) {
15350
15350
  });
15351
15351
  },
15352
15352
  registerField: function() {
15353
- lu || (lu = Yu() || new M(null, { fastExit: St().fastExit })), v$(this);
15353
+ lu || (lu = Yu() || new N(null, { fastExit: St().fastExit })), v$(this);
15354
15354
  }
15355
15355
  }
15356
15356
  };
@@ -15429,7 +15429,7 @@ function m$(t) {
15429
15429
  }, {});
15430
15430
  }
15431
15431
  function v$(t) {
15432
- R(t.id) && t.id === t.vid && (t.id = jo, jo++);
15432
+ M(t.id) && t.id === t.vid && (t.id = jo, jo++);
15433
15433
  var e = t.id, r = t.vid;
15434
15434
  t.isDeactivated || e === r && t.$_veeObserver.refs[e] || (e !== r && t.$_veeObserver.refs[e] === t && t.$_veeObserver.unsubscribe({ vid: e }), t.$_veeObserver.subscribe(t), t.id = r);
15435
15435
  }
@@ -15654,9 +15654,9 @@ function w$(t, e) {
15654
15654
  }
15655
15655
  var S$ = "2.2.15";
15656
15656
  Object.keys(no).forEach(function(t) {
15657
- M.extend(t, no[t].validate, fe({}, no[t].options, { paramNames: no[t].paramNames }));
15657
+ N.extend(t, no[t].validate, fe({}, no[t].options, { paramNames: no[t].paramNames }));
15658
15658
  });
15659
- M.localize({ en: Gu });
15659
+ N.localize({ en: Gu });
15660
15660
  xe.install;
15661
15661
  xe.version = S$;
15662
15662
  xe.mapFields = d$;
@@ -15682,7 +15682,7 @@ const C$ = (t, { valueToMatch: e } = {}) => t === e, O$ = (t, { length: e } = {}
15682
15682
  };
15683
15683
  let te = Ie({}), U = Ie({}), Na = Ie({});
15684
15684
  const T$ = (t = null) => {
15685
- te = t ? t._base : new M(), te.extend("isValue", C$, {
15685
+ te = t ? t._base : new N(), te.extend("isValue", C$, {
15686
15686
  paramNames: ["valueToMatch"]
15687
15687
  }), te.extend("minlength", O$, {
15688
15688
  paramNames: ["length"]
@@ -17746,7 +17746,7 @@ const mu = [1, 7], QA = [3, 4], Pp = {
17746
17746
  value: "Urban Arrow",
17747
17747
  title: "Urban Arrow"
17748
17748
  }
17749
- ], JA = A({
17749
+ ], JA = E({
17750
17750
  props: {
17751
17751
  hasLoader: {
17752
17752
  type: Boolean,
@@ -17774,7 +17774,7 @@ const mu = [1, 7], QA = [3, 4], Pp = {
17774
17774
  };
17775
17775
  }
17776
17776
  });
17777
- function $(t, e, r, n, a, i, o, u) {
17777
+ function A(t, e, r, n, a, i, o, u) {
17778
17778
  var c = typeof t == "function" ? t.options : t;
17779
17779
  e && (c.render = e, c.staticRenderFns = r, c._compiled = !0), n && (c.functional = !0), i && (c._scopeId = "data-v-" + i);
17780
17780
  var l;
@@ -17808,7 +17808,7 @@ var Cg = function() {
17808
17808
  return e._self._setupProxy, r("div", { staticClass: "vd-card-simple", class: { "text-center": e.hasLoader, "vd-card-simple--new": e.hasNewStyle } }, [e.noTitle ? e._e() : r("p", { staticClass: "vd-card-simple__title", class: { "border-bottom-0 mb-0": e.hasLoader, "border-bottom-0 mb-0": e.hasBorderTitle } }, [e._t("title")], 2), e._t("default"), e.hasLoader ? r("loader") : e._e()], 2);
17809
17809
  }, eE = [];
17810
17810
  Cg._withStripped = !0;
17811
- var Og = /* @__PURE__ */ $(
17811
+ var Og = /* @__PURE__ */ A(
17812
17812
  JA,
17813
17813
  Cg,
17814
17814
  eE,
@@ -17819,7 +17819,7 @@ var Og = /* @__PURE__ */ $(
17819
17819
  null
17820
17820
  );
17821
17821
  Og.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/SimpleCard.vue";
17822
- const K = Og.exports, tE = A({
17822
+ const K = Og.exports, tE = E({
17823
17823
  name: "DefaultSelect",
17824
17824
  props: {
17825
17825
  validation: {
@@ -17895,7 +17895,7 @@ var kg = function() {
17895
17895
  })], 2), r("label", { staticClass: "vd-form-group__select-icon cursor-pointer", attrs: { for: e.id } })])]), e._t("additional-info"), e._t("error-messages")], 2);
17896
17896
  }, rE = [];
17897
17897
  kg._withStripped = !0;
17898
- var xg = /* @__PURE__ */ $(
17898
+ var xg = /* @__PURE__ */ A(
17899
17899
  tE,
17900
17900
  kg,
17901
17901
  rE,
@@ -17985,16 +17985,16 @@ function lE() {
17985
17985
  s[z] === c && (j += c);
17986
17986
  t = t.slice(0, C) + j + t.slice(C, h);
17987
17987
  }
17988
- for (var N = t.split(Hr).map(function(Pw, Nd) {
17988
+ for (var $ = t.split(Hr).map(function(Pw, Nd) {
17989
17989
  return {
17990
17990
  char: Pw,
17991
17991
  isNew: Nd >= C && Nd < O
17992
17992
  };
17993
- }), E = h - 1; E >= 0; E--) {
17994
- var Q = N[E].char;
17993
+ }), R = h - 1; R >= 0; R--) {
17994
+ var Q = $[R].char;
17995
17995
  if (Q !== c) {
17996
- var V = E >= C && v === m;
17997
- Q === s[V ? E - g : E] && N.splice(E, 1);
17996
+ var V = R >= C && v === m;
17997
+ Q === s[V ? R - g : R] && $.splice(R, 1);
17998
17998
  }
17999
17999
  }
18000
18000
  var q = Hr, Xe = !1;
@@ -18002,9 +18002,9 @@ function lE() {
18002
18002
  for (var Ve = 0; Ve < y; Ve++) {
18003
18003
  var Tt = s[Ve];
18004
18004
  if (Tt === c) {
18005
- if (N.length > 0)
18006
- for (; N.length > 0; ) {
18007
- var nr = N.shift(), le = nr.char, ar = nr.isNew;
18005
+ if ($.length > 0)
18006
+ for (; $.length > 0; ) {
18007
+ var nr = $.shift(), le = nr.char, ar = nr.isNew;
18008
18008
  if (le === c && f !== !0) {
18009
18009
  q += c;
18010
18010
  continue e;
@@ -18012,8 +18012,8 @@ function lE() {
18012
18012
  if (p !== !0 || ar === !1 || o === Hr || a === !1 || !b)
18013
18013
  q += le;
18014
18014
  else {
18015
- for (var na = N.length, dn = null, vt = 0; vt < na; vt++) {
18016
- var Vr = N[vt];
18015
+ for (var na = $.length, dn = null, vt = 0; vt < na; vt++) {
18016
+ var Vr = $[vt];
18017
18017
  if (Vr.char !== c && Vr.isNew === !1)
18018
18018
  break;
18019
18019
  if (Vr.char === c) {
@@ -18021,7 +18021,7 @@ function lE() {
18021
18021
  break;
18022
18022
  }
18023
18023
  }
18024
- dn !== null ? (q += le, N.splice(dn, 1)) : Ve--;
18024
+ dn !== null ? (q += le, $.splice(dn, 1)) : Ve--;
18025
18025
  }
18026
18026
  continue e;
18027
18027
  } else
@@ -18173,7 +18173,7 @@ function CE() {
18173
18173
  };
18174
18174
  }
18175
18175
  var Rg = CE();
18176
- const OE = A({
18176
+ const OE = E({
18177
18177
  name: "DefaultInput",
18178
18178
  directives: {
18179
18179
  mask: Rg
@@ -18325,7 +18325,7 @@ var Mg = function() {
18325
18325
  }, focus: e.resetFieldValidation, blur: e.validateField } })])]), e._t("error-messages"), e._t("additional-info")], 2);
18326
18326
  }, kE = [];
18327
18327
  Mg._withStripped = !0;
18328
- var Ng = /* @__PURE__ */ $(
18328
+ var Ng = /* @__PURE__ */ A(
18329
18329
  OE,
18330
18330
  Mg,
18331
18331
  kE,
@@ -18336,7 +18336,7 @@ var Ng = /* @__PURE__ */ $(
18336
18336
  null
18337
18337
  );
18338
18338
  Ng.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/DefaultInput.vue";
18339
- const se = Ng.exports, xE = A({
18339
+ const se = Ng.exports, xE = E({
18340
18340
  name: "ZipcodeInput",
18341
18341
  components: {
18342
18342
  DefaultInput: se
@@ -18379,7 +18379,7 @@ var Ig = function() {
18379
18379
  return e._self._setupProxy, r("default-input", { attrs: { id: e.id, value: e.value, mask: "####AA", "autocomplete-off": !0, placeholder: "bv. 1234 AZ", validation: { rules: { required: "required", regex: /^\d{4}(\s|)[a-z]{2}$/i } }, type: "text", label: "Postcode", name: e.name, "is-required": e.isRequired }, on: { input: e.handleInput, change: e.handleChange } }, [r("template", { slot: "error-messages" }, [e.errors.has(e.name + ":required") ? r("p", { staticClass: "vd-form-error" }, [r("i", { staticClass: "fas fa-exclamation-circle" }), e._v(" Vul je postcode in ")]) : e._e(), e.errors.has(e.name + ":regex") ? r("p", { staticClass: "vd-form-error" }, [r("i", { staticClass: "fas fa-exclamation-circle" }), e._v(" Postcode is incorrect ")]) : e._e()])], 2);
18380
18380
  }, PE = [];
18381
18381
  Ig._withStripped = !0;
18382
- var jg = /* @__PURE__ */ $(
18382
+ var jg = /* @__PURE__ */ A(
18383
18383
  xE,
18384
18384
  Ig,
18385
18385
  PE,
@@ -18403,7 +18403,7 @@ function ws() {
18403
18403
  inputId: t
18404
18404
  };
18405
18405
  }
18406
- const TE = A({
18406
+ const TE = E({
18407
18407
  name: "ErrorHandler",
18408
18408
  props: {
18409
18409
  name: {
@@ -18431,7 +18431,7 @@ var Fg = function() {
18431
18431
  }), 0);
18432
18432
  }, $E = [];
18433
18433
  Fg._withStripped = !0;
18434
- var Lg = /* @__PURE__ */ $(
18434
+ var Lg = /* @__PURE__ */ A(
18435
18435
  TE,
18436
18436
  Fg,
18437
18437
  $E,
@@ -18442,7 +18442,7 @@ var Lg = /* @__PURE__ */ $(
18442
18442
  null
18443
18443
  );
18444
18444
  Lg.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/ErrorHandler.vue";
18445
- const Z = Lg.exports, AE = A({
18445
+ const Z = Lg.exports, AE = E({
18446
18446
  name: "BirthdateInput",
18447
18447
  components: {
18448
18448
  ErrorHandler: Z,
@@ -18489,7 +18489,7 @@ var Bg = function() {
18489
18489
  }, proxy: !0 }]) }, "DefaultInput", e.attrs, !1), e.listeners));
18490
18490
  }, EE = [];
18491
18491
  Bg._withStripped = !0;
18492
- var Vg = /* @__PURE__ */ $(
18492
+ var Vg = /* @__PURE__ */ A(
18493
18493
  AE,
18494
18494
  Bg,
18495
18495
  EE,
@@ -19655,7 +19655,7 @@ const vR = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
19655
19655
  });
19656
19656
  })(qg);
19657
19657
  var yR = qg.exports;
19658
- const Wn = /* @__PURE__ */ Go(yR), _R = A({
19658
+ const Wn = /* @__PURE__ */ Go(yR), _R = E({
19659
19659
  components: {
19660
19660
  DefaultInput: se,
19661
19661
  DefaultSelect: be,
@@ -19746,7 +19746,7 @@ const Wn = /* @__PURE__ */ Go(yR), _R = A({
19746
19746
  value: ""
19747
19747
  }]), qe.homeService.getAddition({ zipcode: V, houseNumber: q }).then((Ve) => {
19748
19748
  const Tt = Ve;
19749
- if (i.value = !0, E(t.houseNumberAdditionName), Tt.length) {
19749
+ if (i.value = !0, R(t.houseNumberAdditionName), Tt.length) {
19750
19750
  r.value = !1;
19751
19751
  for (let nr = 0; nr < Tt.length; nr++)
19752
19752
  s.value = [...s.value, {
@@ -19754,12 +19754,12 @@ const Wn = /* @__PURE__ */ Go(yR), _R = A({
19754
19754
  value: Q(Tt[nr])
19755
19755
  }];
19756
19756
  a.value = !1, Xe || Pr(() => {
19757
- l.value = t.houseNumberAddition, N(V, q, t.houseNumberAddition);
19757
+ l.value = t.houseNumberAddition, $(V, q, t.houseNumberAddition);
19758
19758
  });
19759
19759
  } else
19760
- s.value[1] && (s.value[1].title = "Geen toevoeging"), r.value = !0, l.value = "", z(""), N(V, q);
19760
+ s.value[1] && (s.value[1].title = "Geen toevoeging"), r.value = !0, l.value = "", z(""), $(V, q);
19761
19761
  }).catch((Ve) => {
19762
- a.value = !0, d.value.street = "", d.value.city = "", e("address-correct", !a.value), E("housenumberaddition"), console.error("Error fetching additions:", Ve);
19762
+ a.value = !0, d.value.street = "", d.value.city = "", e("address-correct", !a.value), R("housenumberaddition"), console.error("Error fetching additions:", Ve);
19763
19763
  });
19764
19764
  } catch (Ve) {
19765
19765
  console.error("Error in getHouseNumberAdditions:", Ve);
@@ -19777,8 +19777,8 @@ const Wn = /* @__PURE__ */ Go(yR), _R = A({
19777
19777
  b(t.zipcode, V, !0);
19778
19778
  });
19779
19779
  }, z = (V) => {
19780
- e("update-house-number-addition", V), N(t.zipcode, t.houseNumber, V);
19781
- }, N = (V, q, Xe = "") => I(this, null, function* () {
19780
+ e("update-house-number-addition", V), $(t.zipcode, t.houseNumber, V);
19781
+ }, $ = (V, q, Xe = "") => I(this, null, function* () {
19782
19782
  try {
19783
19783
  if (L.value = !0, !V || !q)
19784
19784
  return;
@@ -19790,11 +19790,11 @@ const Wn = /* @__PURE__ */ Go(yR), _R = A({
19790
19790
  );
19791
19791
  p.value = !1, d.value.street = Ve, d.value.city = Tt, e("update-house-information", d.value), n.value = !1;
19792
19792
  } catch (Ve) {
19793
- a.value = !0, n.value = !1, e("address-correct", !a.value), E("housenumberaddition"), console.error("Error getting house information:", Ve);
19793
+ a.value = !0, n.value = !1, e("address-correct", !a.value), R("housenumberaddition"), console.error("Error getting house information:", Ve);
19794
19794
  } finally {
19795
19795
  L.value = !1;
19796
19796
  }
19797
- }), E = (V) => {
19797
+ }), R = (V) => {
19798
19798
  var Xe;
19799
19799
  const q = te.fields.find({ name: V });
19800
19800
  (q !== null || q !== void 0 && q) && (q == null || q.reset(), (Xe = te == null ? void 0 : te.errors) == null || Xe.remove(q == null ? void 0 : q.name, q == null ? void 0 : q.scope));
@@ -19829,8 +19829,8 @@ const Wn = /* @__PURE__ */ Go(yR), _R = A({
19829
19829
  updateZipcode: O,
19830
19830
  updateHouseNumber: j,
19831
19831
  updateHouseNumberAddition: z,
19832
- getHouseInformation: N,
19833
- resetFieldValidation: E
19832
+ getHouseInformation: $,
19833
+ resetFieldValidation: R
19834
19834
  };
19835
19835
  }
19836
19836
  });
@@ -19906,7 +19906,7 @@ var ay = function() {
19906
19906
  } } })]);
19907
19907
  }, bR = [];
19908
19908
  ay._withStripped = !0;
19909
- var iy = /* @__PURE__ */ $(
19909
+ var iy = /* @__PURE__ */ A(
19910
19910
  _R,
19911
19911
  ay,
19912
19912
  bR,
@@ -23164,7 +23164,7 @@ var bN = {
23164
23164
  return this.static ? this.lazy && this.isHidden ? e() : this.makeModal(e) : this.isHidden ? e() : e(aN, [this.makeModal(e)]);
23165
23165
  }
23166
23166
  });
23167
- const SN = A({
23167
+ const SN = E({
23168
23168
  name: "BikeForm",
23169
23169
  components: {
23170
23170
  SimpleCard: K,
@@ -23253,7 +23253,7 @@ var Zy = function() {
23253
23253
  ] } })], 1)], 2)], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
23254
23254
  }, CN = [];
23255
23255
  Zy._withStripped = !0;
23256
- var Qy = /* @__PURE__ */ $(
23256
+ var Qy = /* @__PURE__ */ A(
23257
23257
  SN,
23258
23258
  Zy,
23259
23259
  CN,
@@ -23264,7 +23264,7 @@ var Qy = /* @__PURE__ */ $(
23264
23264
  null
23265
23265
  );
23266
23266
  Qy.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/bike/components/forms/BikeForm.vue";
23267
- const ON = Qy.exports, kN = A({
23267
+ const ON = Qy.exports, kN = E({
23268
23268
  name: "BikeFormHorizontal",
23269
23269
  components: {
23270
23270
  SimpleCard: K,
@@ -23353,7 +23353,7 @@ var Xy = function() {
23353
23353
  ] } })], 1)], 2), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
23354
23354
  }, xN = [];
23355
23355
  Xy._withStripped = !0;
23356
- var Jy = /* @__PURE__ */ $(
23356
+ var Jy = /* @__PURE__ */ A(
23357
23357
  kN,
23358
23358
  Xy,
23359
23359
  xN,
@@ -24147,7 +24147,7 @@ function vV(t) {
24147
24147
  }
24148
24148
  return e;
24149
24149
  }
24150
- const gV = A(
24150
+ const gV = E(
24151
24151
  {
24152
24152
  name: "LicensePlate",
24153
24153
  components: {
@@ -24250,12 +24250,12 @@ const gV = A(
24250
24250
  (z !== null || z !== void 0 && z) && te.validate(z.name);
24251
24251
  }, m = (O, j, z) => {
24252
24252
  j === "input" && (o.value = !1, u.value = !1), O || (i.value = !1), O.length < 8 && (n.value = {});
24253
- let N = so(O);
24254
- if (N === "no-template-found") {
24253
+ let $ = so(O);
24254
+ if ($ === "no-template-found") {
24255
24255
  r.value = O, te.validate(t.name), e(j, O), e("on-error");
24256
24256
  return;
24257
24257
  }
24258
- e(j, N.toUpperCase()), r.value = N.toUpperCase(), h(N) && j === "input" && (te.validate(t.name), z && C(N.toUpperCase()));
24258
+ e(j, $.toUpperCase()), r.value = $.toUpperCase(), h($) && j === "input" && (te.validate(t.name), z && C($.toUpperCase()));
24259
24259
  }, g = (O) => {
24260
24260
  u.value = !1;
24261
24261
  let j = (O.clipboardData || window.clipboardData).getData("text");
@@ -24268,8 +24268,8 @@ const gV = A(
24268
24268
  e("input", z.toUpperCase()), r.value = z.toUpperCase(), e("license-correct"), h(z) && (te.validate(t.name), C(z.toUpperCase())), O.preventDefault();
24269
24269
  }
24270
24270
  }, b = (O, j) => I(this, null, function* () {
24271
- const z = O.toLocaleLowerCase(), N = yield qe.dataService.findVehicle(j, z);
24272
- return N || null;
24271
+ const z = O.toLocaleLowerCase(), $ = yield qe.dataService.findVehicle(j, z);
24272
+ return $ || null;
24273
24273
  }), C = (O) => I(this, null, function* () {
24274
24274
  try {
24275
24275
  L.value = !0, a.value = !0, i.value = !1, o.value = !1, n.value = {};
@@ -24353,7 +24353,7 @@ var __ = function() {
24353
24353
  }, { loading: e.isRetrievingVehicleInformation, vehicleInformation: e.vehicleInformation })], 2);
24354
24354
  }, _V = [];
24355
24355
  __._withStripped = !0;
24356
- var b_ = /* @__PURE__ */ $(
24356
+ var b_ = /* @__PURE__ */ A(
24357
24357
  gV,
24358
24358
  __,
24359
24359
  _V,
@@ -25266,7 +25266,7 @@ var S_ = function() {
25266
25266
  })], 2)]), e._t("afterList")], 2)])])])], 2);
25267
25267
  }, PV = [];
25268
25268
  S_._withStripped = !0;
25269
- var C_ = /* @__PURE__ */ $(
25269
+ var C_ = /* @__PURE__ */ A(
25270
25270
  xV,
25271
25271
  S_,
25272
25272
  PV,
@@ -25277,7 +25277,7 @@ var C_ = /* @__PURE__ */ $(
25277
25277
  null
25278
25278
  );
25279
25279
  C_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/extended/Multiselect.vue";
25280
- const DV = C_.exports, TV = A({
25280
+ const DV = C_.exports, TV = E({
25281
25281
  name: "CompaniesListSelect",
25282
25282
  components: {
25283
25283
  ErrorHandler: Z,
@@ -25314,8 +25314,8 @@ const DV = C_.exports, TV = A({
25314
25314
  const p = re(
25315
25315
  () => !l.value && !s.value && t.hasCompaniesListValidationError
25316
25316
  ), f = () => {
25317
- Object.keys(a).map((N) => {
25318
- a[N] = "";
25317
+ Object.keys(a).map(($) => {
25318
+ a[$] = "";
25319
25319
  });
25320
25320
  }, h = () => {
25321
25321
  f(), n("update-company-data", a), l.value = !1;
@@ -25326,50 +25326,54 @@ const DV = C_.exports, TV = A({
25326
25326
  }, m = () => {
25327
25327
  s.value = !1;
25328
25328
  };
25329
- en(i, (N) => I(this, null, function* () {
25330
- N && N.kvkNummer && (L.value = !0, yield qe.dataService.getProfileInfo(N.kvkNummer).then((E) => {
25329
+ en(i, ($) => I(this, null, function* () {
25330
+ $ && $.kvkNummer && (L.value = !0, yield qe.dataService.getProfileInfo($.kvkNummer).then((R) => {
25331
25331
  v();
25332
- let Q = E._embedded.hoofdvestiging.adressen.find((q) => q.type === "bezoekadres"), V = Q.huisletter || Q.toevoegingAdres || "";
25333
- V += Q.huisnummerToevoeging || "", a.kvk_number = E.kvkNummer, a.company_name = E.naam, a.legal_entity = E._embedded.eigenaar.rechtsvorm, a.rsin = E._embedded.eigenaar.rsin || null, a.branch_number = E._embedded.hoofdvestiging.vestigingsnummer, a.postcode = Q.postcode || null, a.city = Q.plaats || null, a.street = Q.straatnaam || null, a.house_number = Q.huisnummer || null, a.house_number_addition = V || null, a.full_address = Q.volledigAdres || null, a.sbi_activities = E.sbiActiviteiten.map((q) => ({
25332
+ let Q = R._embedded.hoofdvestiging.adressen.find((q) => q.type === "bezoekadres"), V = Q.huisletter || Q.toevoegingAdres || "";
25333
+ V += Q.huisnummerToevoeging || "", a.kvk_number = R.kvkNummer, a.company_name = R.naam, a.legal_entity = R._embedded.eigenaar.rechtsvorm, a.rsin = R._embedded.eigenaar.rsin || null, a.branch_number = R._embedded.hoofdvestiging.vestigingsnummer, a.postcode = Q.postcode || null, a.city = Q.plaats || null, a.street = Q.straatnaam || null, a.house_number = Q.huisnummer || null, a.house_number_addition = V || null, a.full_address = Q.volledigAdres || null, a.sbi_activities = R.sbiActiviteiten.map((q) => ({
25334
25334
  code: q.sbiCode,
25335
25335
  description: q.sbiOmschrijving,
25336
25336
  is_main: q.indHoofdactiviteit === "Ja"
25337
- })), n("update-company-data", E);
25338
- }).catch((E) => {
25339
- console.error(E);
25337
+ })), n("update-company-data", R);
25338
+ }).catch((R) => {
25339
+ console.error(R);
25340
25340
  }).finally(() => {
25341
25341
  L.value = !1;
25342
25342
  }));
25343
25343
  }));
25344
- const g = (N) => {
25345
- L.value = !0, u.value = !0, N.aantal = 30, qe.dataService.searchBusinessInfoV2({ companyName: N.naam, kvkNumber: N.kvkNummer }, 1, N.aantal).then((E) => {
25344
+ const g = ($) => {
25345
+ L.value = !0, u.value = !0, $.aantal = 30, qe.dataService.searchBusinessInfoV2({ companyName: $.naam, kvkNumber: $.kvkNummer }, 1, $.aantal).then((R) => {
25346
25346
  u.value = !1;
25347
- let Q = E.resultaten;
25347
+ let Q = R.resultaten;
25348
25348
  Q.length > 0 ? o.value = Q.filter((V) => V.type === "hoofdvestiging" || V.type === "nevenvestiging").map((V) => (V.name = `${V.naam}`, V)) : o.value = [];
25349
- }).catch((E) => {
25349
+ }).catch((R) => {
25350
25350
  o.value = [], u.value = !1;
25351
25351
  }).finally(() => {
25352
25352
  L.value = !1;
25353
25353
  });
25354
- }, b = (N) => {
25355
- !N.length && o.value.length && (o.value = []), N.length > 2 && (clearTimeout(c.value), c.value = setTimeout(() => {
25356
- N.length == 8 && /^\d+$/.test(N) ? g({ kvkNummer: N }) : C(N) ? g(C(N)) : g({ naam: N });
25354
+ }, b = ($) => {
25355
+ !$.length && o.value.length && (o.value = []), $.length > 2 && (clearTimeout(c.value), c.value = setTimeout(() => {
25356
+ $.length == 8 && /^\d+$/.test($) ? g({ kvkNummer: $ }) : C($) ? g(C($)) : g({ naam: $ });
25357
25357
  }, 700));
25358
- }, C = (N) => {
25359
- if (N.length > 7) {
25360
- let E = N.split(" ");
25361
- if (E.length > 1 && /^([0-9]{4}[A-Z]{2}|[0-9]{4}[a-z]{2})$/.test(E[0])) {
25358
+ }, C = ($) => {
25359
+ if ($.length > 7) {
25360
+ let R = $.split(" ");
25361
+ if (R.length > 1 && /^([0-9]{4}[A-Z]{2}|[0-9]{4}[a-z]{2})$/.test(R[0])) {
25362
25362
  let Q = {
25363
- postcode: E[0],
25364
- huisnummer: E[1]
25363
+ postcode: R[0],
25364
+ huisnummer: R[1]
25365
25365
  };
25366
- return E[2] && (Q.huisnummerToevoeging = E[2]), Q;
25366
+ return R[2] && (Q.huisnummerToevoeging = R[2]), Q;
25367
25367
  }
25368
25368
  }
25369
25369
  return null;
25370
- }, O = () => t.companyData ? t.companyData.naam : "", j = () => !!t.companyData.kvkNummer;
25370
+ }, O = () => t.companyData ? t.companyData.naam : "", j = () => {
25371
+ var $;
25372
+ return !!(($ = t.companyData) != null && $.kvkNummer);
25373
+ };
25371
25374
  return Se(() => I(this, null, function* () {
25372
- t.companyData.kvkNummer && (a.kvk_number = t.companyData.kvkNummer, a.full_address = `${t.companyData.streetName} ${t.companyData.houseNumber} ${t.companyData.zipCode} ${t.companyData.city}`, v());
25375
+ var $;
25376
+ ($ = t.companyData) != null && $.kvkNummer && (a.kvk_number = t.companyData.kvkNummer, a.full_address = `${t.companyData.streetName} ${t.companyData.houseNumber} ${t.companyData.zipCode} ${t.companyData.city}`, v());
25373
25377
  })), {
25374
25378
  isRequestIsHandling: L,
25375
25379
  companyName: i,
@@ -25404,7 +25408,7 @@ var O_ = function() {
25404
25408
  }, expression: "companyName" } }, [r("template", { slot: "noResult" }, [r("p", { staticClass: "vd-multiselect__option-non-result mb-0" }, [e._v("Helaas, we hebben geen resultaten gevonden. Probeer te zoeken op de naam waarmee je bedrijf is geregistreerd bij de Kamer van Koophandel, of gebruik je KvK-nummer.")])]), r("template", { slot: "noOptions" }, [r("p", { staticClass: "vd-multiselect__option-non-result mb-0" }, [e._v("Bedrijfsnaam of KVK-nummer")])])], 2), e.isOptionSelected && !e.isDropdownFocused ? r("div", { staticClass: "vd-multiselect__address-info mt-1" }, [r("i", { staticClass: "fas fa-info-circle vd-tip-icon vd-tip-icon_additional-text" }), r("span", [e._v("Kvk: " + e._s(e.businessInfoModel.kvk_number) + " " + e._s(e.businessInfoModel.full_address))])]) : e._e(), r("error-handler", { attrs: { "errors-data": [{ rule: e.hasValidationError, text: "Bedrijfsnaam of KVK-nummer is verplicht" }] } })], 1);
25405
25409
  }, $V = [];
25406
25410
  O_._withStripped = !0;
25407
- var k_ = /* @__PURE__ */ $(
25411
+ var k_ = /* @__PURE__ */ A(
25408
25412
  TV,
25409
25413
  O_,
25410
25414
  $V,
@@ -25415,7 +25419,7 @@ var k_ = /* @__PURE__ */ $(
25415
25419
  null
25416
25420
  );
25417
25421
  k_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/CompaniesListSelect.vue";
25418
- const md = k_.exports, AV = A({
25422
+ const md = k_.exports, AV = E({
25419
25423
  name: "Loader",
25420
25424
  props: {
25421
25425
  isActive: {
@@ -25435,7 +25439,7 @@ var x_ = function() {
25435
25439
  return e._self._setupProxy, e.isActive ? r("div", { staticClass: "loader-container", class: { "loader-container--small": e.small } }, [r("div", { staticClass: "loader", class: { "loader--small": e.small } })]) : e._e();
25436
25440
  }, EV = [];
25437
25441
  x_._withStripped = !0;
25438
- var P_ = /* @__PURE__ */ $(
25442
+ var P_ = /* @__PURE__ */ A(
25439
25443
  AV,
25440
25444
  x_,
25441
25445
  EV,
@@ -25446,7 +25450,7 @@ var P_ = /* @__PURE__ */ $(
25446
25450
  null
25447
25451
  );
25448
25452
  P_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/Loader.vue";
25449
- const vd = P_.exports, RV = A({
25453
+ const vd = P_.exports, RV = E({
25450
25454
  name: "BusinessCarForm",
25451
25455
  components: {
25452
25456
  SimpleCard: K,
@@ -25531,7 +25535,7 @@ var D_ = function() {
25531
25535
  }, expression: "businessState.companyData" } }) : r("loader")], 1)], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
25532
25536
  }, MV = [];
25533
25537
  D_._withStripped = !0;
25534
- var T_ = /* @__PURE__ */ $(
25538
+ var T_ = /* @__PURE__ */ A(
25535
25539
  RV,
25536
25540
  D_,
25537
25541
  MV,
@@ -25542,7 +25546,7 @@ var T_ = /* @__PURE__ */ $(
25542
25546
  null
25543
25547
  );
25544
25548
  T_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/business/businessCar/components/BusinessCarForm.vue";
25545
- const NV = T_.exports, IV = A({
25549
+ const NV = T_.exports, IV = E({
25546
25550
  name: "BusinessCarFormHorizontal",
25547
25551
  components: {
25548
25552
  SimpleCard: K,
@@ -25627,7 +25631,7 @@ var $_ = function() {
25627
25631
  }, expression: "businessState.companyData" } }) : r("loader")], 1), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
25628
25632
  }, jV = [];
25629
25633
  $_._withStripped = !0;
25630
- var A_ = /* @__PURE__ */ $(
25634
+ var A_ = /* @__PURE__ */ A(
25631
25635
  IV,
25632
25636
  $_,
25633
25637
  jV,
@@ -25710,7 +25714,7 @@ const FV = A_.exports, LV = () => [{
25710
25714
  onLicenseError: d,
25711
25715
  validateBeforeSubmit: p
25712
25716
  };
25713
- }, BV = A({
25717
+ }, BV = E({
25714
25718
  name: "CarForm",
25715
25719
  components: {
25716
25720
  LicensePlate: wr,
@@ -25780,7 +25784,7 @@ var E_ = function() {
25780
25784
  }, expression: "userState.birthdate" } })], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
25781
25785
  }, VV = [];
25782
25786
  E_._withStripped = !0;
25783
- var R_ = /* @__PURE__ */ $(
25787
+ var R_ = /* @__PURE__ */ A(
25784
25788
  BV,
25785
25789
  E_,
25786
25790
  VV,
@@ -25791,7 +25795,7 @@ var R_ = /* @__PURE__ */ $(
25791
25795
  null
25792
25796
  );
25793
25797
  R_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/car/components/forms/CarForm.vue";
25794
- const qV = R_.exports, HV = A({
25798
+ const qV = R_.exports, HV = E({
25795
25799
  name: "CarFormHorizontal",
25796
25800
  components: {
25797
25801
  LicensePlate: wr,
@@ -25863,7 +25867,7 @@ var M_ = function() {
25863
25867
  }, expression: "userState.birthdate" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
25864
25868
  }, zV = [];
25865
25869
  M_._withStripped = !0;
25866
- var N_ = /* @__PURE__ */ $(
25870
+ var N_ = /* @__PURE__ */ A(
25867
25871
  HV,
25868
25872
  M_,
25869
25873
  zV,
@@ -25874,7 +25878,7 @@ var N_ = /* @__PURE__ */ $(
25874
25878
  null
25875
25879
  );
25876
25880
  N_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/car/components/forms/CarFormHorizontal.vue";
25877
- const UV = N_.exports, YV = A({
25881
+ const UV = N_.exports, YV = E({
25878
25882
  name: "CarFormOld",
25879
25883
  components: {
25880
25884
  LicensePlate: wr,
@@ -25945,7 +25949,7 @@ var I_ = function() {
25945
25949
  }, expression: "userState.birthdate" } })], 1), r("div", { staticClass: "vd-form-group" }, [r("div", { staticClass: "btn-a btn-a--success btn-a--bold btn-block btn-a--horizontal cursor-pointer", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)])], 1);
25946
25950
  }, WV = [];
25947
25951
  I_._withStripped = !0;
25948
- var j_ = /* @__PURE__ */ $(
25952
+ var j_ = /* @__PURE__ */ A(
25949
25953
  YV,
25950
25954
  I_,
25951
25955
  WV,
@@ -26055,7 +26059,7 @@ const F_ = (t, e) => {
26055
26059
  }
26056
26060
  })
26057
26061
  };
26058
- }, QV = A({
26062
+ }, QV = E({
26059
26063
  name: "LoanAmount",
26060
26064
  components: {
26061
26065
  DefaultInput: se,
@@ -26096,7 +26100,7 @@ var L_ = function() {
26096
26100
  }, proxy: !0 }]) }, "default-input", e.attrs, !1), e.listeners));
26097
26101
  }, XV = [];
26098
26102
  L_._withStripped = !0;
26099
- var B_ = /* @__PURE__ */ $(
26103
+ var B_ = /* @__PURE__ */ A(
26100
26104
  QV,
26101
26105
  L_,
26102
26106
  XV,
@@ -26158,7 +26162,7 @@ const JV = [
26158
26162
  title: "Anders",
26159
26163
  value: lt.Other
26160
26164
  }
26161
- ], eq = A({
26165
+ ], eq = E({
26162
26166
  name: "LoanPurpose",
26163
26167
  components: {
26164
26168
  DefaultSelect: be,
@@ -26189,7 +26193,7 @@ var q_ = function() {
26189
26193
  }, proxy: !0 }]) }, "default-select", e.attrs, !1), e.listeners));
26190
26194
  }, tq = [];
26191
26195
  q_._withStripped = !0;
26192
- var H_ = /* @__PURE__ */ $(
26196
+ var H_ = /* @__PURE__ */ A(
26193
26197
  eq,
26194
26198
  q_,
26195
26199
  tq,
@@ -26294,7 +26298,7 @@ const z_ = H_.exports, ra = [
26294
26298
  text: "Ik wil een nieuw abonnement, contract of verzekering afsluiten en heb hier een vraag over."
26295
26299
  }
26296
26300
  ]
26297
- }, aq = A({
26301
+ }, aq = E({
26298
26302
  name: "FamilyCompositionInput",
26299
26303
  components: {
26300
26304
  DefaultSelect: be,
@@ -26324,7 +26328,7 @@ var U_ = function() {
26324
26328
  }, proxy: !0 }]) }, "default-select", e.attrs, !1), e.listeners));
26325
26329
  }, iq = [];
26326
26330
  U_._withStripped = !0;
26327
- var Y_ = /* @__PURE__ */ $(
26331
+ var Y_ = /* @__PURE__ */ A(
26328
26332
  aq,
26329
26333
  U_,
26330
26334
  iq,
@@ -26335,7 +26339,7 @@ var Y_ = /* @__PURE__ */ $(
26335
26339
  null
26336
26340
  );
26337
26341
  Y_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/FamilyCompositionInput.vue";
26338
- const Dt = Y_.exports, oq = A({
26342
+ const Dt = Y_.exports, oq = E({
26339
26343
  name: "CreateLoanComparisonForm",
26340
26344
  components: {
26341
26345
  LoanPurposeInputField: z_,
@@ -26402,7 +26406,7 @@ var W_ = function() {
26402
26406
  }, attrs: { disabled: e.isRequestIsHandling }, on: { click: e.submitCreateForm } }, [e._v(" Vergelijken ")])])]);
26403
26407
  }, sq = [];
26404
26408
  W_._withStripped = !0;
26405
- var G_ = /* @__PURE__ */ $(
26409
+ var G_ = /* @__PURE__ */ A(
26406
26410
  oq,
26407
26411
  W_,
26408
26412
  sq,
@@ -26562,19 +26566,19 @@ const uq = G_.exports, _d = [
26562
26566
  return ne.newOrOccasion === "N" && le.push("purchaseValue"), s.value = !ne.newOrOccasion, (yield ze(le)) && !d.value && !s.value;
26563
26567
  }), C = () => `${t.link}#/<<COMPARISONID>>/dekkingen/`, O = (le) => {
26564
26568
  console.error(le), d.value = !0, u(h.value.comparisonError), o();
26565
- }, j = () => (z(), N(), !ne.purchaseValue || !ne.catalogValue ? (p.value.isOpened = !1, !0) : Number(ne.purchaseValue) > Number(ne.catalogValue) ? (p.value.isOpened = !0, !1) : (p.value.isOpened = !1, !0)), z = () => {
26569
+ }, j = () => (z(), $(), !ne.purchaseValue || !ne.catalogValue ? (p.value.isOpened = !1, !0) : Number(ne.purchaseValue) > Number(ne.catalogValue) ? (p.value.isOpened = !0, !1) : (p.value.isOpened = !1, !0)), z = () => {
26566
26570
  if (Number(ne.purchaseValue) > 6e4) {
26567
26571
  u(h.value.purchaseValue), o();
26568
26572
  return;
26569
26573
  }
26570
26574
  d.value = !1;
26571
- }, N = () => {
26575
+ }, $ = () => {
26572
26576
  if (Number(ne.catalogValue) > 6e4) {
26573
26577
  u(h.value.catalogValue), o();
26574
26578
  return;
26575
26579
  }
26576
26580
  d.value = !1;
26577
- }, E = (le) => {
26581
+ }, R = (le) => {
26578
26582
  ne.catalogValue = le, c.value = !0;
26579
26583
  }, Q = () => {
26580
26584
  ne.newOrOccasion === "J" && (ne.purchaseValue = "");
@@ -26604,12 +26608,12 @@ const uq = G_.exports, _d = [
26604
26608
  isDataInModalCorrect: j,
26605
26609
  catalogValueHelper: q,
26606
26610
  validateBeforeSubmit: g,
26607
- setCatalogusValue: E,
26611
+ setCatalogusValue: R,
26608
26612
  switchValues: Ve,
26609
26613
  setPurchaseValueAsNewValue: Xe,
26610
26614
  validateCatalogValue: V
26611
26615
  };
26612
- }, cq = A({
26616
+ }, cq = E({
26613
26617
  name: "CatalogValueModal",
26614
26618
  components: {
26615
26619
  BModal: cd
@@ -26636,8 +26640,8 @@ const uq = G_.exports, _d = [
26636
26640
  CT: 1,
26637
26641
  CV: 2
26638
26642
  }, f = 5;
26639
- en(r, (E) => {
26640
- E === !0 && C();
26643
+ en(r, (R) => {
26644
+ R === !0 && C();
26641
26645
  });
26642
26646
  function h() {
26643
26647
  return d[n.value].name;
@@ -26662,10 +26666,10 @@ const uq = G_.exports, _d = [
26662
26666
  qe.caravanService.getCaravanBrands({
26663
26667
  year: t.buildYear,
26664
26668
  caravan_id: p[t.caravanType]
26665
- }).then((E) => {
26666
- i.value = E;
26669
+ }).then((R) => {
26670
+ i.value = R;
26667
26671
  });
26668
- } catch (E) {
26672
+ } catch (R) {
26669
26673
  b();
26670
26674
  }
26671
26675
  }
@@ -26675,10 +26679,10 @@ const uq = G_.exports, _d = [
26675
26679
  qe.caravanService.getCaravanModels({
26676
26680
  year: t.buildYear,
26677
26681
  brand_id: a.value
26678
- }).then((E) => {
26679
- u.value = E;
26682
+ }).then((R) => {
26683
+ u.value = R;
26680
26684
  });
26681
- } catch (E) {
26685
+ } catch (R) {
26682
26686
  b();
26683
26687
  }
26684
26688
  }
@@ -26688,10 +26692,10 @@ const uq = G_.exports, _d = [
26688
26692
  qe.caravanService.getCaravanTypes({
26689
26693
  year: t.buildYear,
26690
26694
  model_id: o.value
26691
- }).then((E) => {
26692
- l.value = E;
26695
+ }).then((R) => {
26696
+ l.value = R;
26693
26697
  });
26694
- } catch (E) {
26698
+ } catch (R) {
26695
26699
  b();
26696
26700
  }
26697
26701
  }
@@ -26703,14 +26707,14 @@ const uq = G_.exports, _d = [
26703
26707
  brand_id: a.value,
26704
26708
  model_id: o.value,
26705
26709
  type_id: c.value
26706
- }).then(({ catalog_price: E }) => {
26707
- s.value = E;
26710
+ }).then(({ catalog_price: R }) => {
26711
+ s.value = R;
26708
26712
  });
26709
- } catch (E) {
26713
+ } catch (R) {
26710
26714
  b();
26711
26715
  }
26712
26716
  }
26713
- function N() {
26717
+ function $() {
26714
26718
  e("set-catalog-value", s.value), g();
26715
26719
  }
26716
26720
  return {
@@ -26730,7 +26734,7 @@ const uq = G_.exports, _d = [
26730
26734
  getCaravanTypes: j,
26731
26735
  previousStep: y,
26732
26736
  getCaravanCatalogPrice: z,
26733
- setPrice: N,
26737
+ setPrice: $,
26734
26738
  closeModal: g
26735
26739
  };
26736
26740
  }
@@ -26780,7 +26784,7 @@ var K_ = function() {
26780
26784
  } } }, [e._v(" Doorgaan ")])])])]) : e._e(), e.currentStep() === "MANUAL_INPUT" ? r("div", [r("p", [e._v(" Helaas kunnen wij met de opgegeven informatie nieuwwaarde van deze caravan niet terug vinden. ")]), r("button", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block mt-2", on: { click: e.closeModal } }, [e._v(" Doorgaan ")])]) : e._e(), e.currentStep() === "DISPLAY_ERROR" ? r("div", [r("p", [e._v(" Wegens een technische storing kunnen we helaas geen nieuwwaarde berekenen. Probeer het later nog eens. ")]), r("button", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block mt-2", on: { click: e.closeModal } }, [e._v(" Doorgaan ")])]) : e._e()])])], 1);
26781
26785
  }, dq = [];
26782
26786
  K_._withStripped = !0;
26783
- var Z_ = /* @__PURE__ */ $(
26787
+ var Z_ = /* @__PURE__ */ A(
26784
26788
  cq,
26785
26789
  K_,
26786
26790
  dq,
@@ -26791,7 +26795,7 @@ var Z_ = /* @__PURE__ */ $(
26791
26795
  null
26792
26796
  );
26793
26797
  Z_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/caravan/components/modals/CatalogValueModal.vue";
26794
- const Sd = Z_.exports, fq = A({
26798
+ const Sd = Z_.exports, fq = E({
26795
26799
  name: "ManualNewValueModal",
26796
26800
  components: {
26797
26801
  BModal: cd
@@ -26880,7 +26884,7 @@ var Q_ = function() {
26880
26884
  }, expression: "isOpened" } }, [r("div", [e.currentStep() === "PAID_MORE" ? r("div", [r("div", { staticClass: "row mb-3" }, [r("div", { staticClass: "col-md-12" }, [r("label", { staticClass: "modal-text-styling" }, [e._v(" Klopt het dat je meer hebt betaald dan de oorspronkelijke nieuwwaarde? Of heb je de aankoopwaarde per ongeluk verwisseld met de nieuwwaarde? ")])]), r("div", { staticClass: "col-md-12 mt-2" }, [r("label", { staticClass: "text-bold" }, [e._v(" Door jou opgegeven: ")]), r("label", { staticClass: "modal-text-styling" }, [e._v(" Aankoopwaarde: €" + e._s(e.purchaseValue) + " ")]), r("label", { staticClass: "modal-text-styling" }, [e._v(" Nieuwwaarde: €" + e._s(e.catalogValue) + " ")])])]), r("div", { staticClass: "row" }, [r("div", { staticClass: "col-md-12" }, [r("button", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block", on: { click: e.setStepToPaidMoreConfirm } }, [e._v(" Ik heb meer betaald ")])]), r("div", { staticClass: "col-md-12" }, [r("button", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block mt-2", on: { click: e.setStepToSwitchConfirm } }, [e._v(" Aankoop- en nieuwwaarde omgewisseld ")])])])]) : e._e(), e.currentStep() === "PAID_MORE_CONFIRM" ? r("div", [r("div", { staticClass: "row mb-3" }, [r("div", { staticClass: "col-md-12" }, [r("label", { staticClass: "modal-text-styling" }, [e._v(" Verzekeraars vergoeden in geval van total loss nooit meer dan de nieuwwaarde. We hebben je aankoopwaarde als nieuwwaarde ingesteld. Maak je gebruik van een aankoopwaardegarantie? Dan is het verzekerde bedrag niet te laag. ")])])]), r("div", { staticClass: "row" }, [r("div", { staticClass: "col-md-12" }, [r("button", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block", on: { click: e.closeModal } }, [e._v(" OK, ik begrijp het. ")])])])]) : e._e(), e.currentStep() === "SWITCH_CONFIRM" ? r("div", [r("div", { staticClass: "row mb-3" }, [r("div", { staticClass: "col-md-12" }, [r("label", { staticClass: "modal-text-styling" }, [e._v(" We hebben de aankoop- en nieuwwaarde voor je omgewisseld. Je kunt direct verder gaan met het vergelijken van je " + e._s(e.caravanTypeName) + "verzekering! ")])])]), r("div", { staticClass: "row" }, [r("div", { staticClass: "col-md-12" }, [r("button", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block", on: { click: e.closeModal } }, [e._v(" Ga verder ")])])])]) : e._e()])])], 1);
26881
26885
  }, pq = [];
26882
26886
  Q_._withStripped = !0;
26883
- var X_ = /* @__PURE__ */ $(
26887
+ var X_ = /* @__PURE__ */ A(
26884
26888
  fq,
26885
26889
  Q_,
26886
26890
  pq,
@@ -26891,7 +26895,7 @@ var X_ = /* @__PURE__ */ $(
26891
26895
  null
26892
26896
  );
26893
26897
  X_.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/caravan/components/modals/ManualNewValueModal.vue";
26894
- const Cd = X_.exports, hq = A({
26898
+ const Cd = X_.exports, hq = E({
26895
26899
  name: "DefaultPlainRadio",
26896
26900
  props: {
26897
26901
  item: {
@@ -26945,7 +26949,7 @@ var J_ = function() {
26945
26949
  return e._self._setupProxy, r("div", { staticClass: "default-plain-radio" }, [r("label", { staticClass: "default-plain-radio__label", attrs: { for: "radio-" + e.index + "-" + e.name }, on: { click: e.updateValue } }, [r("div", { staticClass: "d-flex", class: { "align-items-start": e.alignLabelTop, "align-items-center": !e.alignLabelTop } }, [r("div", { staticClass: "default-plain-radio__selector", class: { "default-plain-radio__selector--visible": e.item.value == e.value, "mt-1": e.alignLabelTop, "default-plain-radio__selector--disabled": e.isDisabled } }), r("span", { staticClass: "default-plain-radio__label", class: { "font-weight-bold": e.isLabelBold }, domProps: { innerHTML: e._s(e.item.label || e.item.title) } })])]), r("input", { staticClass: "default-plain-radio__input", attrs: { id: "radio-" + e.index + "-" + e.name, name: e.inputName, type: "radio" }, domProps: { value: e.item.value } })]);
26946
26950
  }, mq = [];
26947
26951
  J_._withStripped = !0;
26948
- var eb = /* @__PURE__ */ $(
26952
+ var eb = /* @__PURE__ */ A(
26949
26953
  hq,
26950
26954
  J_,
26951
26955
  mq,
@@ -26956,7 +26960,7 @@ var eb = /* @__PURE__ */ $(
26956
26960
  null
26957
26961
  );
26958
26962
  eb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/DefaultPlainRadio.vue";
26959
- const vq = eb.exports, gq = A({
26963
+ const vq = eb.exports, gq = E({
26960
26964
  name: "DefaultPlainRadioGroup",
26961
26965
  components: {
26962
26966
  DefaultPlainRadio: vq
@@ -27019,7 +27023,7 @@ var tb = function() {
27019
27023
  }), 0)]);
27020
27024
  }, yq = [];
27021
27025
  tb._withStripped = !0;
27022
- var rb = /* @__PURE__ */ $(
27026
+ var rb = /* @__PURE__ */ A(
27023
27027
  gq,
27024
27028
  tb,
27025
27029
  yq,
@@ -27030,7 +27034,7 @@ var rb = /* @__PURE__ */ $(
27030
27034
  null
27031
27035
  );
27032
27036
  rb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/DefaultPlainRadioGroup.vue";
27033
- const rr = rb.exports, _q = A({
27037
+ const rr = rb.exports, _q = E({
27034
27038
  name: "CaravanForm",
27035
27039
  components: {
27036
27040
  ErrorHandler: Z,
@@ -27138,7 +27142,7 @@ var nb = function() {
27138
27142
  }, "set-purchase-value-as-new-value": e.setPurchaseValueAsNewValue } })], 1);
27139
27143
  }, bq = [];
27140
27144
  nb._withStripped = !0;
27141
- var ab = /* @__PURE__ */ $(
27145
+ var ab = /* @__PURE__ */ A(
27142
27146
  _q,
27143
27147
  nb,
27144
27148
  bq,
@@ -27149,7 +27153,7 @@ var ab = /* @__PURE__ */ $(
27149
27153
  null
27150
27154
  );
27151
27155
  ab.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/caravan/components/forms/CaravanForm.vue";
27152
- const wq = ab.exports, Sq = A({
27156
+ const wq = ab.exports, Sq = E({
27153
27157
  name: "CaravanForm",
27154
27158
  components: {
27155
27159
  ErrorHandler: Z,
@@ -27257,7 +27261,7 @@ var ib = function() {
27257
27261
  }, "set-purchase-value-as-new-value": e.setPurchaseValueAsNewValue } })], 1)]);
27258
27262
  }, Cq = [];
27259
27263
  ib._withStripped = !0;
27260
- var ob = /* @__PURE__ */ $(
27264
+ var ob = /* @__PURE__ */ A(
27261
27265
  Sq,
27262
27266
  ib,
27263
27267
  Cq,
@@ -27268,7 +27272,7 @@ var ob = /* @__PURE__ */ $(
27268
27272
  null
27269
27273
  );
27270
27274
  ob.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/caravan/components/forms/CaravanFormHorizontal.vue";
27271
- const Oq = ob.exports, kq = A({
27275
+ const Oq = ob.exports, kq = E({
27272
27276
  name: "CaravanFormOld",
27273
27277
  components: {
27274
27278
  ErrorHandler: Z,
@@ -27369,7 +27373,7 @@ var sb = function() {
27369
27373
  }, "set-purchase-value-as-new-value": e.setPurchaseValueAsNewValue } })], 1);
27370
27374
  }, xq = [];
27371
27375
  sb._withStripped = !0;
27372
- var ub = /* @__PURE__ */ $(
27376
+ var ub = /* @__PURE__ */ A(
27373
27377
  kq,
27374
27378
  sb,
27375
27379
  xq,
@@ -27380,7 +27384,7 @@ var ub = /* @__PURE__ */ $(
27380
27384
  null
27381
27385
  );
27382
27386
  ub.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/caravan/components/forms/CaravanFormOld.vue";
27383
- const Pq = ub.exports, Dq = A({
27387
+ const Pq = ub.exports, Dq = E({
27384
27388
  name: "DefaultForm",
27385
27389
  components: {
27386
27390
  SimpleCard: K
@@ -27419,7 +27423,7 @@ var lb = function() {
27419
27423
  return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-new-form", class: { [e.classes]: !!e.classes } }, [r("div", { staticClass: "vd-form-card__header" }, [e.showTitle ? r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]) : e._e(), r("p", { staticClass: "vd-form-card__description pb-0" }, [e._v(" " + e._s(e.description) + " ")])]), r("div", { staticClass: "vd-form-card__footer" }, [r("a", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { href: e.link } }, [e._v(" " + e._s(e.buttonText) + " ")])])]);
27420
27424
  }, Tq = [];
27421
27425
  lb._withStripped = !0;
27422
- var cb = /* @__PURE__ */ $(
27426
+ var cb = /* @__PURE__ */ A(
27423
27427
  Dq,
27424
27428
  lb,
27425
27429
  Tq,
@@ -27518,7 +27522,7 @@ const $q = cb.exports, Aq = [
27518
27522
  ownedBuildingError: a,
27519
27523
  validateBeforeSubmit: l
27520
27524
  };
27521
- }, Mq = A({
27525
+ }, Mq = E({
27522
27526
  name: "HouseForm",
27523
27527
  components: {
27524
27528
  ErrorHandler: Z,
@@ -27598,7 +27602,7 @@ var db = function() {
27598
27602
  }, expression: "userState.familyComposition" } })], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
27599
27603
  }, Nq = [];
27600
27604
  db._withStripped = !0;
27601
- var fb = /* @__PURE__ */ $(
27605
+ var fb = /* @__PURE__ */ A(
27602
27606
  Mq,
27603
27607
  db,
27604
27608
  Nq,
@@ -27609,7 +27613,7 @@ var fb = /* @__PURE__ */ $(
27609
27613
  null
27610
27614
  );
27611
27615
  fb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/house/components/forms/HouseForm.vue";
27612
- const Iq = fb.exports, jq = A({
27616
+ const Iq = fb.exports, jq = E({
27613
27617
  name: "HouseFormHorizontal",
27614
27618
  components: {
27615
27619
  ErrorHandler: Z,
@@ -27686,7 +27690,7 @@ var pb = function() {
27686
27690
  }, expression: "userState.familyComposition" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", attrs: { disabled: e.isRequestIsHandling } }, [e._v(" Vergelijken ")])])], 1)])]);
27687
27691
  }, Fq = [];
27688
27692
  pb._withStripped = !0;
27689
- var hb = /* @__PURE__ */ $(
27693
+ var hb = /* @__PURE__ */ A(
27690
27694
  jq,
27691
27695
  pb,
27692
27696
  Fq,
@@ -27697,7 +27701,7 @@ var hb = /* @__PURE__ */ $(
27697
27701
  null
27698
27702
  );
27699
27703
  hb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/house/components/forms/HouseFormHorizontal.vue";
27700
- const Lq = hb.exports, Bq = A({
27704
+ const Lq = hb.exports, Bq = E({
27701
27705
  name: "HouseFormOld",
27702
27706
  components: {
27703
27707
  ErrorHandler: Z,
@@ -27779,7 +27783,7 @@ var mb = function() {
27779
27783
  }, expression: "userState.familyComposition" } }), r("div", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])], 1)]);
27780
27784
  }, Vq = [];
27781
27785
  mb._withStripped = !0;
27782
- var vb = /* @__PURE__ */ $(
27786
+ var vb = /* @__PURE__ */ A(
27783
27787
  Bq,
27784
27788
  mb,
27785
27789
  Vq,
@@ -27860,7 +27864,7 @@ const kd = (t, e) => {
27860
27864
  title: "Alleenstaande met 2 of meer kinderen",
27861
27865
  value: "3"
27862
27866
  }
27863
- ], zq = A({
27867
+ ], zq = E({
27864
27868
  name: "LegalAssistanceForm",
27865
27869
  components: {
27866
27870
  AddressHandler: Ue,
@@ -27934,7 +27938,7 @@ var gb = function() {
27934
27938
  }, expression: "legalState.familySize" } }, [r("template", { slot: "error-messages" }, [r("ErrorHandler", { attrs: { name: "familySize", "errors-data": [{ rule: "required", text: "Kies het aantal kinderen" }] } })], 1)], 2) : e._e()], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])])], 1);
27935
27939
  }, Uq = [];
27936
27940
  gb._withStripped = !0;
27937
- var yb = /* @__PURE__ */ $(
27941
+ var yb = /* @__PURE__ */ A(
27938
27942
  zq,
27939
27943
  gb,
27940
27944
  Uq,
@@ -27945,7 +27949,7 @@ var yb = /* @__PURE__ */ $(
27945
27949
  null
27946
27950
  );
27947
27951
  yb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/legal/components/forms/LegalAssistanceForm.vue";
27948
- const Yq = yb.exports, Wq = A({
27952
+ const Yq = yb.exports, Wq = E({
27949
27953
  name: "LegalAssistanceFormHorizontal",
27950
27954
  components: {
27951
27955
  AddressHandler: Ue,
@@ -28018,7 +28022,7 @@ var _b = function() {
28018
28022
  }, expression: "legalState.familySize" } }, [r("template", { slot: "error-messages" }, [r("ErrorHandler", { attrs: { name: "familySize", "errors-data": [{ rule: "required", text: "Kies het aantal kinderen" }] } })], 1)], 2)], 1) : e._e(), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)])], 1);
28019
28023
  }, Gq = [];
28020
28024
  _b._withStripped = !0;
28021
- var bb = /* @__PURE__ */ $(
28025
+ var bb = /* @__PURE__ */ A(
28022
28026
  Wq,
28023
28027
  _b,
28024
28028
  Gq,
@@ -28029,7 +28033,7 @@ var bb = /* @__PURE__ */ $(
28029
28033
  null
28030
28034
  );
28031
28035
  bb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/legal/components/forms/LegalAssistanceFormHorizontal.vue";
28032
- const Kq = bb.exports, Zq = A({
28036
+ const Kq = bb.exports, Zq = E({
28033
28037
  name: "EmailInput",
28034
28038
  components: {
28035
28039
  DefaultInput: se,
@@ -28083,7 +28087,7 @@ var wb = function() {
28083
28087
  }, expression: "userState.email" } });
28084
28088
  }, Qq = [];
28085
28089
  wb._withStripped = !0;
28086
- var Sb = /* @__PURE__ */ $(
28090
+ var Sb = /* @__PURE__ */ A(
28087
28091
  Zq,
28088
28092
  wb,
28089
28093
  Qq,
@@ -28094,7 +28098,7 @@ var Sb = /* @__PURE__ */ $(
28094
28098
  null
28095
28099
  );
28096
28100
  Sb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/EmailInput.vue";
28097
- const Bs = Sb.exports, Xq = A({
28101
+ const Bs = Sb.exports, Xq = E({
28098
28102
  name: "QuotationModal",
28099
28103
  components: {
28100
28104
  DefaultInput: se,
@@ -28161,7 +28165,7 @@ var Cb = function() {
28161
28165
  return t._self._setupProxy, e("span", { staticClass: "policy-confirm ml-2" }, [t._v(" Ik ga akkoord met de "), e("a", { attrs: { href: "https://mijn.vergelijkdirect.com/docs/VOORWAARDEN-MV.pdf", target: "_blank" } }, [t._v(" voorwaarden ")]), t._v(" en "), e("a", { attrs: { href: "https://vergelijkdirect.com/", target: "_blank" } }, [t._v(" Vergelijkdirect.com ")]), t._v(" mag mij telefonisch, via WhatsApp en per e-mail benaderen. ")]);
28162
28166
  }];
28163
28167
  Cb._withStripped = !0;
28164
- var Ob = /* @__PURE__ */ $(
28168
+ var Ob = /* @__PURE__ */ A(
28165
28169
  Xq,
28166
28170
  Cb,
28167
28171
  Jq,
@@ -28172,7 +28176,7 @@ var Ob = /* @__PURE__ */ $(
28172
28176
  null
28173
28177
  );
28174
28178
  Ob.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/QuotationModal.vue";
28175
- const eH = Ob.exports, tH = A({
28179
+ const eH = Ob.exports, tH = E({
28176
28180
  name: "LegalAssistanceFormOld",
28177
28181
  components: {
28178
28182
  AddressHandler: Ue,
@@ -28257,7 +28261,7 @@ var kb = function() {
28257
28261
  }, expression: "legalState.familySize" } }, [r("template", { slot: "error-messages" }, [e.errors.has("familySize:required") ? r("p", { staticClass: "vd-form-error position-relative" }, [e._v(" Kies het aantal kinderen ")]) : e._e()])], 2)], 1) : e._e(), r("div", { staticClass: "vd-form-group" }, [r("div", { staticClass: "btn-a btn-a--success btn-a--bold btn-block btn-a--horizontal cursor-pointer", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)])], 1);
28258
28262
  }, rH = [];
28259
28263
  kb._withStripped = !0;
28260
- var xb = /* @__PURE__ */ $(
28264
+ var xb = /* @__PURE__ */ A(
28261
28265
  tH,
28262
28266
  kb,
28263
28267
  rH,
@@ -28316,7 +28320,7 @@ const nH = xb.exports, aH = () => [{
28316
28320
  familyCompositionErrorData: c,
28317
28321
  validateBeforeSubmit: d
28318
28322
  };
28319
- }, iH = A({
28323
+ }, iH = E({
28320
28324
  name: "LiabilityForm",
28321
28325
  components: {
28322
28326
  ErrorHandler: Z,
@@ -28384,7 +28388,7 @@ var Pb = function() {
28384
28388
  }, expression: "userState.familyComposition" } })], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
28385
28389
  }, oH = [];
28386
28390
  Pb._withStripped = !0;
28387
- var Db = /* @__PURE__ */ $(
28391
+ var Db = /* @__PURE__ */ A(
28388
28392
  iH,
28389
28393
  Pb,
28390
28394
  oH,
@@ -28395,7 +28399,7 @@ var Db = /* @__PURE__ */ $(
28395
28399
  null
28396
28400
  );
28397
28401
  Db.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/liability/components/forms/LiabilityForm.vue";
28398
- const sH = Db.exports, uH = A({
28402
+ const sH = Db.exports, uH = E({
28399
28403
  name: "LiabilityFormHorizontal",
28400
28404
  components: {
28401
28405
  ErrorHandler: Z,
@@ -28463,7 +28467,7 @@ var Tb = function() {
28463
28467
  }, expression: "userState.familyComposition" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
28464
28468
  }, lH = [];
28465
28469
  Tb._withStripped = !0;
28466
- var $b = /* @__PURE__ */ $(
28470
+ var $b = /* @__PURE__ */ A(
28467
28471
  uH,
28468
28472
  Tb,
28469
28473
  lH,
@@ -28474,7 +28478,7 @@ var $b = /* @__PURE__ */ $(
28474
28478
  null
28475
28479
  );
28476
28480
  $b.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/liability/components/forms/LiabilityFormHorizontal.vue";
28477
- const cH = $b.exports, dH = A({
28481
+ const cH = $b.exports, dH = E({
28478
28482
  name: "LiabilityFormOld",
28479
28483
  components: {
28480
28484
  ErrorHandler: Z,
@@ -28544,7 +28548,7 @@ var Ab = function() {
28544
28548
  }, expression: "userState.familyComposition" } }), r("div", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block cursor-pointer", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])], 1)])], 1);
28545
28549
  }, fH = [];
28546
28550
  Ab._withStripped = !0;
28547
- var Eb = /* @__PURE__ */ $(
28551
+ var Eb = /* @__PURE__ */ A(
28548
28552
  dH,
28549
28553
  Ab,
28550
28554
  fH,
@@ -28636,7 +28640,7 @@ const vH = { min: 16, max: 99 }, Rb = (t, e) => {
28636
28640
  userState: w,
28637
28641
  validateBeforeSubmit: f
28638
28642
  };
28639
- }, gH = A({
28643
+ }, gH = E({
28640
28644
  name: "MopedForm",
28641
28645
  components: {
28642
28646
  LicensePlate: wr,
@@ -28714,7 +28718,7 @@ var Mb = function() {
28714
28718
  }, expression: "userState.birthdate" } })], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
28715
28719
  }, yH = [];
28716
28720
  Mb._withStripped = !0;
28717
- var Nb = /* @__PURE__ */ $(
28721
+ var Nb = /* @__PURE__ */ A(
28718
28722
  gH,
28719
28723
  Mb,
28720
28724
  yH,
@@ -28725,7 +28729,7 @@ var Nb = /* @__PURE__ */ $(
28725
28729
  null
28726
28730
  );
28727
28731
  Nb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/moped/components/forms/MopedForm.vue";
28728
- const _H = Nb.exports, bH = A({
28732
+ const _H = Nb.exports, bH = E({
28729
28733
  name: "MopedFormHorizontal",
28730
28734
  components: {
28731
28735
  LicensePlate: wr,
@@ -28804,7 +28808,7 @@ var Ib = function() {
28804
28808
  }, expression: "userState.birthdate" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling } }, [e._v(" Vergelijken ")])])], 1)])]);
28805
28809
  }, wH = [];
28806
28810
  Ib._withStripped = !0;
28807
- var jb = /* @__PURE__ */ $(
28811
+ var jb = /* @__PURE__ */ A(
28808
28812
  bH,
28809
28813
  Ib,
28810
28814
  wH,
@@ -28861,7 +28865,7 @@ const Fb = (t, e) => {
28861
28865
  houseError: Wh,
28862
28866
  validateBeforeSubmit: s
28863
28867
  };
28864
- }, OH = A({
28868
+ }, OH = E({
28865
28869
  name: "MotorForm",
28866
28870
  components: {
28867
28871
  LicensePlate: wr,
@@ -28937,7 +28941,7 @@ var Lb = function() {
28937
28941
  }, expression: "userState.birthdate" } })], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
28938
28942
  }, kH = [];
28939
28943
  Lb._withStripped = !0;
28940
- var Bb = /* @__PURE__ */ $(
28944
+ var Bb = /* @__PURE__ */ A(
28941
28945
  OH,
28942
28946
  Lb,
28943
28947
  kH,
@@ -28948,7 +28952,7 @@ var Bb = /* @__PURE__ */ $(
28948
28952
  null
28949
28953
  );
28950
28954
  Bb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/motor/components/forms/MotorForm.vue";
28951
- const xH = Bb.exports, PH = A({
28955
+ const xH = Bb.exports, PH = E({
28952
28956
  name: "MotorFormHorizontal",
28953
28957
  components: {
28954
28958
  LicensePlate: wr,
@@ -29019,7 +29023,7 @@ var Vb = function() {
29019
29023
  }, expression: "userState.birthdate" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100" }, [e._v(" Vergelijken ")])])], 1)])]);
29020
29024
  }, DH = [];
29021
29025
  Vb._withStripped = !0;
29022
- var qb = /* @__PURE__ */ $(
29026
+ var qb = /* @__PURE__ */ A(
29023
29027
  PH,
29024
29028
  Vb,
29025
29029
  DH,
@@ -29074,7 +29078,7 @@ const TH = qb.exports, $H = () => {
29074
29078
  siteLink: u,
29075
29079
  validateBeforeSubmit: d
29076
29080
  };
29077
- }, EH = A({
29081
+ }, EH = E({
29078
29082
  name: "DefaultCheckbox",
29079
29083
  props: {
29080
29084
  value: {},
@@ -29119,7 +29123,7 @@ var Hb = function() {
29119
29123
  } } }, "input", e.$attrs, !1)), r("div", { staticClass: "indicator", class: { error: e.errors.has(e.name) } }), e.label ? r("span", { staticClass: "label", class: { "text-red": e.errors.has(e.name) } }, [e._v(" " + e._s(e.label) + " ")]) : r("span", { staticClass: "label" }, [e._t("title")], 2)]);
29120
29124
  }, RH = [];
29121
29125
  Hb._withStripped = !0;
29122
- var zb = /* @__PURE__ */ $(
29126
+ var zb = /* @__PURE__ */ A(
29123
29127
  EH,
29124
29128
  Hb,
29125
29129
  RH,
@@ -29130,7 +29134,7 @@ var zb = /* @__PURE__ */ $(
29130
29134
  null
29131
29135
  );
29132
29136
  zb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/DefaultCheckbox.vue";
29133
- const Ub = zb.exports, MH = A({
29137
+ const Ub = zb.exports, MH = E({
29134
29138
  name: "DefaultCheckboxGroup",
29135
29139
  components: {
29136
29140
  DefaultCheckbox: Ub
@@ -29181,7 +29185,7 @@ var Yb = function() {
29181
29185
  }), 1), e._t("error-messages")], 2);
29182
29186
  }, NH = [];
29183
29187
  Yb._withStripped = !0;
29184
- var Wb = /* @__PURE__ */ $(
29188
+ var Wb = /* @__PURE__ */ A(
29185
29189
  MH,
29186
29190
  Yb,
29187
29191
  NH,
@@ -29192,7 +29196,7 @@ var Wb = /* @__PURE__ */ $(
29192
29196
  null
29193
29197
  );
29194
29198
  Wb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/DefaultCheckboxGroup.vue";
29195
- const Gb = Wb.exports, IH = A({
29199
+ const Gb = Wb.exports, IH = E({
29196
29200
  name: "PhoneInput",
29197
29201
  components: {
29198
29202
  DefaultInput: se,
@@ -29238,7 +29242,7 @@ var Kb = function() {
29238
29242
  }, expression: "userState.phoneNumber" } });
29239
29243
  }, jH = [];
29240
29244
  Kb._withStripped = !0;
29241
- var Zb = /* @__PURE__ */ $(
29245
+ var Zb = /* @__PURE__ */ A(
29242
29246
  IH,
29243
29247
  Kb,
29244
29248
  jH,
@@ -29249,7 +29253,7 @@ var Zb = /* @__PURE__ */ $(
29249
29253
  null
29250
29254
  );
29251
29255
  Zb.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/PhoneInput.vue";
29252
- const Dd = Zb.exports, FH = A({
29256
+ const Dd = Zb.exports, FH = E({
29253
29257
  name: "PackageForm",
29254
29258
  components: {
29255
29259
  DefaultCheckbox: Ub,
@@ -29319,7 +29323,7 @@ var Qb = function() {
29319
29323
  }, proxy: !0 }]) })], 1), r("div", { staticClass: "vd-form-group mb-0" }, [r("div", { staticClass: "submit-btn vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Ga verder "), r("i", { staticClass: "icon fas fa-chevron-right ml-2" })])])])]);
29320
29324
  }, LH = [];
29321
29325
  Qb._withStripped = !0;
29322
- var Xb = /* @__PURE__ */ $(
29326
+ var Xb = /* @__PURE__ */ A(
29323
29327
  FH,
29324
29328
  Qb,
29325
29329
  LH,
@@ -29415,7 +29419,7 @@ const BH = Xb.exports, VH = () => ({
29415
29419
  text: "Vrouw",
29416
29420
  value: "f"
29417
29421
  }
29418
- ], qH = A({
29422
+ ], qH = E({
29419
29423
  name: "SearchableSelect",
29420
29424
  components: {
29421
29425
  DefaultInput: se
@@ -29523,7 +29527,7 @@ var Jb = function() {
29523
29527
  }), 0) : e._e()]);
29524
29528
  }, HH = [];
29525
29529
  Jb._withStripped = !0;
29526
- var ew = /* @__PURE__ */ $(
29530
+ var ew = /* @__PURE__ */ A(
29527
29531
  qH,
29528
29532
  Jb,
29529
29533
  HH,
@@ -29534,7 +29538,7 @@ var ew = /* @__PURE__ */ $(
29534
29538
  null
29535
29539
  );
29536
29540
  ew.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/inputs/SearchableSelect.vue";
29537
- const Ed = ew.exports, zH = A({
29541
+ const Ed = ew.exports, zH = E({
29538
29542
  name: "PetForm",
29539
29543
  components: {
29540
29544
  SimpleCard: K,
@@ -29619,7 +29623,7 @@ var tw = function() {
29619
29623
  } } }), r("span", { staticClass: "vd-form-additional-info-text" }, [r("i", { staticClass: "fas fa-info-circle vd-tip-icon vd-tip-icon_additional-text", attrs: { slot: "reference", id: "popover-target-breed" }, slot: "reference" }), r("span", [e._v("Geen rashond of kruising? Selecteer dan het ras waar deze het meeste op lijkt.")])])], 1)], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
29620
29624
  }, UH = [];
29621
29625
  tw._withStripped = !0;
29622
- var rw = /* @__PURE__ */ $(
29626
+ var rw = /* @__PURE__ */ A(
29623
29627
  zH,
29624
29628
  tw,
29625
29629
  UH,
@@ -29630,7 +29634,7 @@ var rw = /* @__PURE__ */ $(
29630
29634
  null
29631
29635
  );
29632
29636
  rw.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/pet/components/forms/PetForm.vue";
29633
- const YH = rw.exports, WH = A({
29637
+ const YH = rw.exports, WH = E({
29634
29638
  name: "PetFormHorizontal",
29635
29639
  components: {
29636
29640
  SimpleCard: K,
@@ -29722,7 +29726,7 @@ var nw = function() {
29722
29726
  }, trigger: "hover" } }, [r("div", { staticClass: "popover popper vd-popover" }, [r("div", { staticClass: "popover-header vd-popover-header" }, [e._v(" Ras onbekend? ")]), e._v(" Heb je geen " + e._s(e.petState.kind === "dog" ? "rashond" : "raskat") + " of heb je een kruising? Selecteer dan het ras waar " + e._s(e.petState.sex === "m" ? "hij" : "zij") + " het meest op lijkt! ")]), r("div", { attrs: { slot: "reference" }, slot: "reference" }, [e._v(" Ras onbekend? "), r("i", { staticClass: "fas fa-question-circle fz-big text-primary cursor-pointer", attrs: { id: "race" } })])])], 1)])], 1), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", attrs: { disabled: e.isRequestIsHandling } }, [e._v(" Vergelijken ")])])])])]);
29723
29727
  }, GH = [];
29724
29728
  nw._withStripped = !0;
29725
- var aw = /* @__PURE__ */ $(
29729
+ var aw = /* @__PURE__ */ A(
29726
29730
  WH,
29727
29731
  nw,
29728
29732
  GH,
@@ -29733,7 +29737,7 @@ var aw = /* @__PURE__ */ $(
29733
29737
  null
29734
29738
  );
29735
29739
  aw.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/pet/components/forms/PetFormHorizontal.vue";
29736
- const KH = aw.exports, ZH = A({
29740
+ const KH = aw.exports, ZH = E({
29737
29741
  name: "PetFormOld",
29738
29742
  components: {
29739
29743
  SimpleCard: K,
@@ -29827,7 +29831,7 @@ var iw = function() {
29827
29831
  return t._self._setupProxy, e("label", { staticClass: "vd-form-group__label", attrs: { for: "search-select-input" } }, [t._v(" Ras "), e("span", { staticClass: "text-danger mr-3 mt-2" }, [t._v("*")])]);
29828
29832
  }];
29829
29833
  iw._withStripped = !0;
29830
- var ow = /* @__PURE__ */ $(
29834
+ var ow = /* @__PURE__ */ A(
29831
29835
  ZH,
29832
29836
  iw,
29833
29837
  QH,
@@ -29838,7 +29842,7 @@ var ow = /* @__PURE__ */ $(
29838
29842
  null
29839
29843
  );
29840
29844
  ow.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/pet/components/forms/PetFormOld.vue";
29841
- const XH = ow.exports, JH = A({
29845
+ const XH = ow.exports, JH = E({
29842
29846
  name: "QuestionnaireForm",
29843
29847
  components: {
29844
29848
  SimpleCard: K
@@ -29881,7 +29885,7 @@ var sw = function() {
29881
29885
  return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-new-form", class: { [e.classes]: !!e.classes } }, [r("div", { staticClass: "vd-form-card__header" }, [e.showTitle ? r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]) : e._e(), r("p", { staticClass: "vd-form-card__description pb-0" }, [e._v(" " + e._s(e.description) + " ")])]), r("div", { staticClass: "vd-form-card__footer" }, [r("a", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { href: e.link + "?qaId=" + e.additionalOptions.qaId } }, [e._v(" " + e._s(e.buttonText) + " ")])])]);
29882
29886
  }, ez = [];
29883
29887
  sw._withStripped = !0;
29884
- var uw = /* @__PURE__ */ $(
29888
+ var uw = /* @__PURE__ */ A(
29885
29889
  JH,
29886
29890
  sw,
29887
29891
  ez,
@@ -29951,7 +29955,7 @@ const rz = "254", nz = (t, e) => {
29951
29955
  policyConfirmErrorsData: i,
29952
29956
  validateBeforeSubmit: s
29953
29957
  };
29954
- }, az = A({
29958
+ }, az = E({
29955
29959
  name: "QuotationForm",
29956
29960
  methods: {
29957
29961
  hasNewDesign() {
@@ -30034,7 +30038,7 @@ var lw = function() {
30034
30038
  } } }), r("span", { staticClass: "vd-new-form-policy-confirm__text" }, [r("a", { attrs: { href: "https://vergelijkdirect.com/", target: "_blank" } }, [e._v("Vergelijkdirect.com")]), e._v(" mag mij telefonisch, via WhatsApp en per e-mail benaderen om een sollicitatieprocedure te starten."), r("span", { staticClass: "text-danger ml-1 mt-2" }, [e._v("*")])])]), r("ErrorHandler", { attrs: { "errors-data": e.policyConfirmErrorsData, name: "policyConfirm" } })], 1)]), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" " + e._s(e.buttonText) + " ")])])]);
30035
30039
  }, iz = [];
30036
30040
  lw._withStripped = !0;
30037
- var cw = /* @__PURE__ */ $(
30041
+ var cw = /* @__PURE__ */ A(
30038
30042
  az,
30039
30043
  lw,
30040
30044
  iz,
@@ -30083,7 +30087,7 @@ const oz = cw.exports, sz = (t, e) => {
30083
30087
  isMultiselectReady: i,
30084
30088
  validateBeforeSubmit: s
30085
30089
  };
30086
- }, uz = A({
30090
+ }, uz = E({
30087
30091
  name: "RiskScannerForm",
30088
30092
  components: {
30089
30093
  SimpleCard: K,
@@ -30145,7 +30149,7 @@ var dw = function() {
30145
30149
  }, expression: "businessState.companyData" } }) : r("loader")], 1)]), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Start de gratis scan ")])])]);
30146
30150
  }, lz = [];
30147
30151
  dw._withStripped = !0;
30148
- var fw = /* @__PURE__ */ $(
30152
+ var fw = /* @__PURE__ */ A(
30149
30153
  uz,
30150
30154
  dw,
30151
30155
  lz,
@@ -30263,7 +30267,7 @@ const Rd = (t, e) => {
30263
30267
  text: "Kortlopend",
30264
30268
  title: "Kortlopend"
30265
30269
  }
30266
- ], fz = A({
30270
+ ], fz = E({
30267
30271
  name: "TravelForm",
30268
30272
  components: {
30269
30273
  SimpleCard: K,
@@ -30345,7 +30349,7 @@ var pw = function() {
30345
30349
  }, expression: "userState.familyComposition" } })], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])]);
30346
30350
  }, pz = [];
30347
30351
  pw._withStripped = !0;
30348
- var hw = /* @__PURE__ */ $(
30352
+ var hw = /* @__PURE__ */ A(
30349
30353
  fz,
30350
30354
  pw,
30351
30355
  pz,
@@ -30356,7 +30360,7 @@ var hw = /* @__PURE__ */ $(
30356
30360
  null
30357
30361
  );
30358
30362
  hw.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/travel/components/forms/TravelForm.vue";
30359
- const hz = hw.exports, mz = A({
30363
+ const hz = hw.exports, mz = E({
30360
30364
  name: "TravelFormHorizontal",
30361
30365
  components: {
30362
30366
  SimpleCard: K,
@@ -30438,7 +30442,7 @@ var mw = function() {
30438
30442
  }, expression: "userState.familyComposition" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a btn-a--success btn-a--bold btn-block cursor-pointer", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
30439
30443
  }, vz = [];
30440
30444
  mw._withStripped = !0;
30441
- var vw = /* @__PURE__ */ $(
30445
+ var vw = /* @__PURE__ */ A(
30442
30446
  mz,
30443
30447
  mw,
30444
30448
  vz,
@@ -30449,7 +30453,7 @@ var vw = /* @__PURE__ */ $(
30449
30453
  null
30450
30454
  );
30451
30455
  vw.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/travel/components/forms/TravelFormHorizontal.vue";
30452
- const gz = vw.exports, yz = A({
30456
+ const gz = vw.exports, yz = E({
30453
30457
  name: "TravelFormOld",
30454
30458
  components: {
30455
30459
  DefaultInput: se,
@@ -30537,7 +30541,7 @@ var gw = function() {
30537
30541
  }, expression: "userState.familyComposition" } })], 1), r("div", { staticClass: "btn-a btn-a--success btn-a--bold cursor-pointer btn-block mt-2", attrs: { disabled: e.isRequestIsHandling }, on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])]);
30538
30542
  }, _z = [];
30539
30543
  gw._withStripped = !0;
30540
- var yw = /* @__PURE__ */ $(
30544
+ var yw = /* @__PURE__ */ A(
30541
30545
  yz,
30542
30546
  gw,
30543
30547
  _z,
@@ -30548,7 +30552,7 @@ var yw = /* @__PURE__ */ $(
30548
30552
  null
30549
30553
  );
30550
30554
  yw.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/travel/components/forms/TravelFormOld.vue";
30551
- const bz = yw.exports, wz = A({
30555
+ const bz = yw.exports, wz = E({
30552
30556
  name: "UpdateLoanComparisonForm",
30553
30557
  components: {
30554
30558
  LoanPurposeInputField: z_,
@@ -30612,7 +30616,7 @@ var _w = function() {
30612
30616
  }, expression: "userState.familyComposition" } })], 1), r("div", { staticClass: "vd-form-card__footer" }, [r("button", { staticClass: "vd-btn vd-btn-green vd-btn-w-100", attrs: { disabled: e.inSubmissions }, on: { click: e.submitUpdateForm } }, [e._v(" Vergelijken ")])])]);
30613
30617
  }, Sz = [];
30614
30618
  _w._withStripped = !0;
30615
- var bw = /* @__PURE__ */ $(
30619
+ var bw = /* @__PURE__ */ A(
30616
30620
  wz,
30617
30621
  _w,
30618
30622
  Sz,
@@ -30623,7 +30627,7 @@ var bw = /* @__PURE__ */ $(
30623
30627
  null
30624
30628
  );
30625
30629
  bw.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/insurances/loan/components/forms/updateLoanComparisonForm.vue";
30626
- const Cz = bw.exports, Oz = A(
30630
+ const Cz = bw.exports, Oz = E(
30627
30631
  {
30628
30632
  name: "DefaultTextArea",
30629
30633
  directives: {
@@ -30708,7 +30712,7 @@ var ww = function() {
30708
30712
  }, focus: e.resetFieldValidation, blur: e.validateField } })]), e._t("error-messages")], 2);
30709
30713
  }, kz = [];
30710
30714
  ww._withStripped = !0;
30711
- var Sw = /* @__PURE__ */ $(
30715
+ var Sw = /* @__PURE__ */ A(
30712
30716
  Oz,
30713
30717
  ww,
30714
30718
  kz,
@@ -30781,7 +30785,7 @@ const xz = Sw.exports, Pz = (t) => {
30781
30785
  }
30782
30786
  })
30783
30787
  };
30784
- }, Dz = A({
30788
+ }, Dz = E({
30785
30789
  name: "CallbackRequestForm",
30786
30790
  components: {
30787
30791
  DefaultInput: se,
@@ -30836,7 +30840,7 @@ var Cw = function() {
30836
30840
  return t._self._setupProxy, e("h6", { staticClass: "vd-contact-slider__checkboxes-title" }, [t._v("Wanneer past het jou om teruggebeld te worden? (meerdere opties mogelijk)"), e("span", { staticClass: "text-danger ml-1 mt-2" }, [t._v("*")])]);
30837
30841
  }];
30838
30842
  Cw._withStripped = !0;
30839
- var Ow = /* @__PURE__ */ $(
30843
+ var Ow = /* @__PURE__ */ A(
30840
30844
  Dz,
30841
30845
  Cw,
30842
30846
  Tz,
@@ -30847,7 +30851,7 @@ var Ow = /* @__PURE__ */ $(
30847
30851
  null
30848
30852
  );
30849
30853
  Ow.options.__file = "/Users/marinaparinova/Documents/Vergelijkdirect/comparison-forms/src/components/common/CallbackRequestForm.vue";
30850
- const $z = Ow.exports, Az = A({
30854
+ const $z = Ow.exports, Az = E({
30851
30855
  name: "EmbeddedApp",
30852
30856
  components: {
30853
30857
  BikeForm: ON,
@@ -30979,7 +30983,7 @@ var kw = function() {
30979
30983
  return e._self._setupProxy, r(e.formComponent, { tag: "component", attrs: { link: e.link, "has-new-design": e.hasNewDesign, "user-information": e.userInformation, "insurance-state": e.insuranceState, "form-location": e.formLocation, classes: e.classes, title: e.title, showTitle: e.showTitle, "form-orientation": e.formOrientation, "additional-options": e.additionalOptions, description: e.description, "button-text": e.buttonText }, on: { "submit-form": e.submitFormData, "emit-event-hub": e.emitEventHub, "redirect-page": e.redirectPage } });
30980
30984
  }, Ez = [];
30981
30985
  kw._withStripped = !0;
30982
- var xw = /* @__PURE__ */ $(
30986
+ var xw = /* @__PURE__ */ A(
30983
30987
  Az,
30984
30988
  kw,
30985
30989
  Ez,