@vergelijkdirect/comparison-forms 1.0.181 → 1.0.183

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.
@@ -2,7 +2,7 @@ var oy = Object.defineProperty, ly = Object.defineProperties;
2
2
  var uy = Object.getOwnPropertyDescriptors;
3
3
  var Ta = Object.getOwnPropertySymbols;
4
4
  var dc = Object.prototype.hasOwnProperty, fc = Object.prototype.propertyIsEnumerable;
5
- var Ws = (t, e, r) => e in t ? oy(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, vt = (t, e) => {
5
+ var Ws = (t, e, r) => e in t ? oy(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r, rt = (t, e) => {
6
6
  for (var r in e || (e = {}))
7
7
  dc.call(e, r) && Ws(t, r, e[r]);
8
8
  if (Ta)
@@ -36,7 +36,7 @@ var I = (t, e, r) => new Promise((n, a) => {
36
36
  }, u = (d) => d.done ? n(d.value) : Promise.resolve(d.value).then(i, s);
37
37
  u((r = r.apply(t, e)).next());
38
38
  });
39
- import lt, { reactive as ge, ref as S, getCurrentInstance as er, computed as B, onMounted as _e, defineComponent as N, nextTick as kr, watch as Tr, onBeforeUnmount as cy, toRefs as Mf, inject as mc } from "vue";
39
+ import ut, { reactive as ge, ref as S, getCurrentInstance as er, computed as B, onMounted as _e, defineComponent as N, nextTick as kr, watch as Tr, onBeforeUnmount as cy, toRefs as Mf, inject as mc } from "vue";
40
40
  function dy(t, e) {
41
41
  for (var r = 0; r < e.length; r++) {
42
42
  const n = e[r];
@@ -6555,7 +6555,7 @@ function Ct(t) {
6555
6555
  function Yf(t) {
6556
6556
  R.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + t);
6557
6557
  }
6558
- function ut(t, e) {
6558
+ function ct(t, e) {
6559
6559
  var r = !0;
6560
6560
  return Or(function() {
6561
6561
  if (R.deprecationHandler != null && R.deprecationHandler(null, t), r) {
@@ -6772,13 +6772,13 @@ var hd = {
6772
6772
  years: "year",
6773
6773
  year: "year"
6774
6774
  };
6775
- function ct(t) {
6775
+ function dt(t) {
6776
6776
  return typeof t == "string" ? hd[t] || hd[t.toLowerCase()] : void 0;
6777
6777
  }
6778
6778
  function nu(t) {
6779
6779
  var e = {}, r, n;
6780
6780
  for (n in t)
6781
- Z(t, n) && (r = ct(n), r && (e[r] = t[n]));
6781
+ Z(t, n) && (r = dt(n), r && (e[r] = t[n]));
6782
6782
  return e;
6783
6783
  }
6784
6784
  var pw = {
@@ -6830,12 +6830,12 @@ function gw(t) {
6830
6830
  function ir(t) {
6831
6831
  return t.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
6832
6832
  }
6833
- function at(t) {
6833
+ function it(t) {
6834
6834
  return t < 0 ? Math.ceil(t) || 0 : Math.floor(t);
6835
6835
  }
6836
6836
  function Y(t) {
6837
6837
  var e = +t, r = 0;
6838
- return e !== 0 && isFinite(e) && (r = at(e)), r;
6838
+ return e !== 0 && isFinite(e) && (r = it(e)), r;
6839
6839
  }
6840
6840
  var Bo = {};
6841
6841
  function ne(t, e) {
@@ -6945,7 +6945,7 @@ function Zf(t, e, r) {
6945
6945
  }
6946
6946
  }
6947
6947
  function Ow(t) {
6948
- return t = ct(t), Ht(this[t]) ? this[t]() : this;
6948
+ return t = dt(t), Ht(this[t]) ? this[t]() : this;
6949
6949
  }
6950
6950
  function Cw(t, e) {
6951
6951
  if (typeof t == "object") {
@@ -6953,7 +6953,7 @@ function Cw(t, e) {
6953
6953
  var r = mw(t), n, a = r.length;
6954
6954
  for (n = 0; n < a; n++)
6955
6955
  this[r[n].unit](t[r[n].unit]);
6956
- } else if (t = ct(t), Ht(this[t]))
6956
+ } else if (t = dt(t), Ht(this[t]))
6957
6957
  return this[t](e);
6958
6958
  return this;
6959
6959
  }
@@ -7607,7 +7607,7 @@ function D0(t) {
7607
7607
  return;
7608
7608
  t._strict ? t._isValid = !1 : R.createFromInputFallback(t);
7609
7609
  }
7610
- R.createFromInputFallback = ut(
7610
+ R.createFromInputFallback = ct(
7611
7611
  "value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",
7612
7612
  function(t) {
7613
7613
  t._d = /* @__PURE__ */ new Date(t._i + (t._useUTC ? " UTC" : ""));
@@ -7716,13 +7716,13 @@ function ch(t, e, r, n, a) {
7716
7716
  function le(t, e, r, n) {
7717
7717
  return ch(t, e, r, n, !1);
7718
7718
  }
7719
- var j0 = ut(
7719
+ var j0 = ct(
7720
7720
  "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
7721
7721
  function() {
7722
7722
  var t = le.apply(null, arguments);
7723
7723
  return this.isValid() && t.isValid() ? t < this ? this : t : ss();
7724
7724
  }
7725
- ), L0 = ut(
7725
+ ), L0 = ct(
7726
7726
  "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
7727
7727
  function() {
7728
7728
  var t = le.apply(null, arguments);
@@ -8008,11 +8008,11 @@ function pS() {
8008
8008
  }
8009
8009
  function mS(t, e) {
8010
8010
  var r = Ct(t) ? t : le(t);
8011
- return this.isValid() && r.isValid() ? (e = ct(e) || "millisecond", e === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(e).valueOf()) : !1;
8011
+ return this.isValid() && r.isValid() ? (e = dt(e) || "millisecond", e === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(e).valueOf()) : !1;
8012
8012
  }
8013
8013
  function vS(t, e) {
8014
8014
  var r = Ct(t) ? t : le(t);
8015
- return this.isValid() && r.isValid() ? (e = ct(e) || "millisecond", e === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(e).valueOf() < r.valueOf()) : !1;
8015
+ return this.isValid() && r.isValid() ? (e = dt(e) || "millisecond", e === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(e).valueOf() < r.valueOf()) : !1;
8016
8016
  }
8017
8017
  function _S(t, e, r, n) {
8018
8018
  var a = Ct(t) ? t : le(t), i = Ct(e) ? e : le(e);
@@ -8020,7 +8020,7 @@ function _S(t, e, r, n) {
8020
8020
  }
8021
8021
  function yS(t, e) {
8022
8022
  var r = Ct(t) ? t : le(t), n;
8023
- return this.isValid() && r.isValid() ? (e = ct(e) || "millisecond", e === "millisecond" ? this.valueOf() === r.valueOf() : (n = r.valueOf(), this.clone().startOf(e).valueOf() <= n && n <= this.clone().endOf(e).valueOf())) : !1;
8023
+ return this.isValid() && r.isValid() ? (e = dt(e) || "millisecond", e === "millisecond" ? this.valueOf() === r.valueOf() : (n = r.valueOf(), this.clone().startOf(e).valueOf() <= n && n <= this.clone().endOf(e).valueOf())) : !1;
8024
8024
  }
8025
8025
  function gS(t, e) {
8026
8026
  return this.isSame(t, e) || this.isAfter(t, e);
@@ -8034,7 +8034,7 @@ function wS(t, e, r) {
8034
8034
  return NaN;
8035
8035
  if (n = vu(t, this), !n.isValid())
8036
8036
  return NaN;
8037
- switch (a = (n.utcOffset() - this.utcOffset()) * 6e4, e = ct(e), e) {
8037
+ switch (a = (n.utcOffset() - this.utcOffset()) * 6e4, e = dt(e), e) {
8038
8038
  case "year":
8039
8039
  i = Pi(this, n) / 12;
8040
8040
  break;
@@ -8062,7 +8062,7 @@ function wS(t, e, r) {
8062
8062
  default:
8063
8063
  i = this - n;
8064
8064
  }
8065
- return r ? i : at(i);
8065
+ return r ? i : it(i);
8066
8066
  }
8067
8067
  function Pi(t, e) {
8068
8068
  if (t.date() < e.date())
@@ -8114,7 +8114,7 @@ function _h(t) {
8114
8114
  var e;
8115
8115
  return t === void 0 ? this._locale._abbr : (e = hr(t), e != null && (this._locale = e), this);
8116
8116
  }
8117
- var yh = ut(
8117
+ var yh = ct(
8118
8118
  "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
8119
8119
  function(t) {
8120
8120
  return t === void 0 ? this.localeData() : this.locale(t);
@@ -8135,7 +8135,7 @@ function Sh(t, e, r) {
8135
8135
  }
8136
8136
  function MS(t) {
8137
8137
  var e, r;
8138
- if (t = ct(t), t === void 0 || t === "millisecond" || !this.isValid())
8138
+ if (t = dt(t), t === void 0 || t === "millisecond" || !this.isValid())
8139
8139
  return this;
8140
8140
  switch (r = this._isUTC ? Sh : wh, t) {
8141
8141
  case "year":
@@ -8186,7 +8186,7 @@ function MS(t) {
8186
8186
  }
8187
8187
  function TS(t) {
8188
8188
  var e, r;
8189
- if (t = ct(t), t === void 0 || t === "millisecond" || !this.isValid())
8189
+ if (t = dt(t), t === void 0 || t === "millisecond" || !this.isValid())
8190
8190
  return this;
8191
8191
  switch (r = this._isUTC ? Sh : wh, t) {
8192
8192
  case "year":
@@ -8662,23 +8662,23 @@ O.isUtc = hh;
8662
8662
  O.isUTC = hh;
8663
8663
  O.zoneAbbr = h1;
8664
8664
  O.zoneName = p1;
8665
- O.dates = ut(
8665
+ O.dates = ct(
8666
8666
  "dates accessor is deprecated. Use date instead.",
8667
8667
  Oh
8668
8668
  );
8669
- O.months = ut(
8669
+ O.months = ct(
8670
8670
  "months accessor is deprecated. Use month instead",
8671
8671
  eh
8672
8672
  );
8673
- O.years = ut(
8673
+ O.years = ct(
8674
8674
  "years accessor is deprecated. Use year instead",
8675
8675
  Kf
8676
8676
  );
8677
- O.zone = ut(
8677
+ O.zone = ct(
8678
8678
  "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
8679
8679
  G0
8680
8680
  );
8681
- O.isDSTShifted = ut(
8681
+ O.isDSTShifted = ct(
8682
8682
  "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
8683
8683
  eS
8684
8684
  );
@@ -8785,11 +8785,11 @@ Rr("en", {
8785
8785
  return t + r;
8786
8786
  }
8787
8787
  });
8788
- R.lang = ut(
8788
+ R.lang = ct(
8789
8789
  "moment.lang is deprecated. Use moment.locale instead.",
8790
8790
  Rr
8791
8791
  );
8792
- R.langData = ut(
8792
+ R.langData = ct(
8793
8793
  "moment.langData is deprecated. Use moment.localeData instead.",
8794
8794
  hr
8795
8795
  );
@@ -8813,7 +8813,7 @@ function vd(t) {
8813
8813
  }
8814
8814
  function C1() {
8815
8815
  var t = this._milliseconds, e = this._days, r = this._months, n = this._data, a, i, s, u, d;
8816
- return t >= 0 && e >= 0 && r >= 0 || t <= 0 && e <= 0 && r <= 0 || (t += vd(Ho(r) + e) * 864e5, e = 0, r = 0), n.milliseconds = t % 1e3, a = at(t / 1e3), n.seconds = a % 60, i = at(a / 60), n.minutes = i % 60, s = at(i / 60), n.hours = s % 24, e += at(s / 24), d = at(Dh(e)), r += d, e -= vd(Ho(d)), u = at(r / 12), r %= 12, n.days = e, n.months = r, n.years = u, this;
8816
+ return t >= 0 && e >= 0 && r >= 0 || t <= 0 && e <= 0 && r <= 0 || (t += vd(Ho(r) + e) * 864e5, e = 0, r = 0), n.milliseconds = t % 1e3, a = it(t / 1e3), n.seconds = a % 60, i = it(a / 60), n.minutes = i % 60, s = it(i / 60), n.hours = s % 24, e += it(s / 24), d = it(Dh(e)), r += d, e -= vd(Ho(d)), u = it(r / 12), r %= 12, n.days = e, n.months = r, n.years = u, this;
8817
8817
  }
8818
8818
  function Dh(t) {
8819
8819
  return t * 4800 / 146097;
@@ -8825,7 +8825,7 @@ function x1(t) {
8825
8825
  if (!this.isValid())
8826
8826
  return NaN;
8827
8827
  var e, r, n = this._milliseconds;
8828
- if (t = ct(t), t === "month" || t === "quarter" || t === "year")
8828
+ if (t = dt(t), t === "month" || t === "quarter" || t === "year")
8829
8829
  switch (e = this._days + n / 864e5, r = this._months + Dh(e), t) {
8830
8830
  case "month":
8831
8831
  return r;
@@ -8862,7 +8862,7 @@ function I1() {
8862
8862
  return Mt(this);
8863
8863
  }
8864
8864
  function j1(t) {
8865
- return t = ct(t), this.isValid() ? this[t + "s"]() : NaN;
8865
+ return t = dt(t), this.isValid() ? this[t + "s"]() : NaN;
8866
8866
  }
8867
8867
  function Zr(t) {
8868
8868
  return function() {
@@ -8871,7 +8871,7 @@ function Zr(t) {
8871
8871
  }
8872
8872
  var L1 = Zr("milliseconds"), F1 = Zr("seconds"), B1 = Zr("minutes"), V1 = Zr("hours"), Y1 = Zr("days"), H1 = Zr("months"), q1 = Zr("years");
8873
8873
  function z1() {
8874
- return at(this.days() / 7);
8874
+ return it(this.days() / 7);
8875
8875
  }
8876
8876
  var Zt = Math.round, ln = {
8877
8877
  ss: 44,
@@ -8916,7 +8916,7 @@ function vs() {
8916
8916
  if (!this.isValid())
8917
8917
  return this.localeData().invalidDate();
8918
8918
  var t = ao(this._milliseconds) / 1e3, e = ao(this._days), r = ao(this._months), n, a, i, s, u = this.asSeconds(), d, l, o, c;
8919
- return u ? (n = at(t / 60), a = at(n / 60), t %= 60, n %= 60, i = at(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", d = u < 0 ? "-" : "", l = Qr(this._months) !== Qr(u) ? "-" : "", o = Qr(this._days) !== Qr(u) ? "-" : "", c = Qr(this._milliseconds) !== Qr(u) ? "-" : "", d + "P" + (i ? l + i + "Y" : "") + (r ? l + r + "M" : "") + (e ? o + e + "D" : "") + (a || n || t ? "T" : "") + (a ? c + a + "H" : "") + (n ? c + n + "M" : "") + (t ? c + s + "S" : "")) : "P0D";
8919
+ return u ? (n = it(t / 60), a = it(n / 60), t %= 60, n %= 60, i = it(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", d = u < 0 ? "-" : "", l = Qr(this._months) !== Qr(u) ? "-" : "", o = Qr(this._days) !== Qr(u) ? "-" : "", c = Qr(this._milliseconds) !== Qr(u) ? "-" : "", d + "P" + (i ? l + i + "Y" : "") + (r ? l + r + "M" : "") + (e ? o + e + "D" : "") + (a || n || t ? "T" : "") + (a ? c + a + "H" : "") + (n ? c + n + "M" : "") + (t ? c + s + "S" : "")) : "P0D";
8920
8920
  }
8921
8921
  var z = ps.prototype;
8922
8922
  z.isValid = H0;
@@ -8951,7 +8951,7 @@ z.toString = vs;
8951
8951
  z.toJSON = vs;
8952
8952
  z.locale = _h;
8953
8953
  z.localeData = gh;
8954
- z.toIsoString = ut(
8954
+ z.toIsoString = ct(
8955
8955
  "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
8956
8956
  vs
8957
8957
  );
@@ -8991,7 +8991,7 @@ R.defineLocale = du;
8991
8991
  R.updateLocale = v0;
8992
8992
  R.locales = _0;
8993
8993
  R.weekdaysShort = b1;
8994
- R.normalizeUnits = ct;
8994
+ R.normalizeUnits = dt;
8995
8995
  R.relativeTimeRounding = G1;
8996
8996
  R.relativeTimeThreshold = K1;
8997
8997
  R.calendarFormat = fS;
@@ -9993,7 +9993,7 @@ function Pt(t) {
9993
9993
  function Ih(t) {
9994
9994
  x.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + t);
9995
9995
  }
9996
- function dt(t, e) {
9996
+ function ft(t, e) {
9997
9997
  var r = !0;
9998
9998
  return xr(function() {
9999
9999
  if (x.deprecationHandler != null && x.deprecationHandler(null, t), r) {
@@ -10165,13 +10165,13 @@ function Fe(t, e) {
10165
10165
  var r = t.toLowerCase();
10166
10166
  Qn[r] = Qn[r + "s"] = Qn[e] = t;
10167
10167
  }
10168
- function ft(t) {
10168
+ function ht(t) {
10169
10169
  return typeof t == "string" ? Qn[t] || Qn[t.toLowerCase()] : void 0;
10170
10170
  }
10171
10171
  function xu(t) {
10172
10172
  var e = {}, r, n;
10173
10173
  for (n in t)
10174
- J(t, n) && (r = ft(n), r && (e[r] = t[n]));
10174
+ J(t, n) && (r = ht(n), r && (e[r] = t[n]));
10175
10175
  return e;
10176
10176
  }
10177
10177
  var Fh = {};
@@ -10189,12 +10189,12 @@ function Mk(t) {
10189
10189
  function ys(t) {
10190
10190
  return t % 4 === 0 && t % 100 !== 0 || t % 400 === 0;
10191
10191
  }
10192
- function it(t) {
10192
+ function st(t) {
10193
10193
  return t < 0 ? Math.ceil(t) || 0 : Math.floor(t);
10194
10194
  }
10195
10195
  function V(t) {
10196
10196
  var e = +t, r = 0;
10197
- return e !== 0 && isFinite(e) && (r = it(e)), r;
10197
+ return e !== 0 && isFinite(e) && (r = st(e)), r;
10198
10198
  }
10199
10199
  function Rn(t, e) {
10200
10200
  return function(r) {
@@ -10212,7 +10212,7 @@ function Bh(t, e, r) {
10212
10212
  )) : t._d["set" + (t._isUTC ? "UTC" : "") + e](r));
10213
10213
  }
10214
10214
  function Tk(t) {
10215
- return t = ft(t), zt(this[t]) ? this[t]() : this;
10215
+ return t = ht(t), zt(this[t]) ? this[t]() : this;
10216
10216
  }
10217
10217
  function $k(t, e) {
10218
10218
  if (typeof t == "object") {
@@ -10220,7 +10220,7 @@ function $k(t, e) {
10220
10220
  var r = Mk(t), n;
10221
10221
  for (n = 0; n < r.length; n++)
10222
10222
  this[r[n].unit](t[r[n].unit]);
10223
- } else if (t = ft(t), zt(this[t]))
10223
+ } else if (t = ht(t), zt(this[t]))
10224
10224
  return this[t](e);
10225
10225
  return this;
10226
10226
  }
@@ -10964,7 +10964,7 @@ function HO(t) {
10964
10964
  return;
10965
10965
  t._strict ? t._isValid = !1 : x.createFromInputFallback(t);
10966
10966
  }
10967
- x.createFromInputFallback = dt(
10967
+ x.createFromInputFallback = ft(
10968
10968
  "value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",
10969
10969
  function(t) {
10970
10970
  t._d = /* @__PURE__ */ new Date(t._i + (t._useUTC ? " UTC" : ""));
@@ -11073,13 +11073,13 @@ function ip(t, e, r, n, a) {
11073
11073
  function ue(t, e, r, n) {
11074
11074
  return ip(t, e, r, n, !1);
11075
11075
  }
11076
- var JO = dt(
11076
+ var JO = ft(
11077
11077
  "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
11078
11078
  function() {
11079
11079
  var t = ue.apply(null, arguments);
11080
11080
  return this.isValid() && t.isValid() ? t < this ? this : t : _s();
11081
11081
  }
11082
- ), XO = dt(
11082
+ ), XO = ft(
11083
11083
  "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
11084
11084
  function() {
11085
11085
  var t = ue.apply(null, arguments);
@@ -11365,11 +11365,11 @@ function RC() {
11365
11365
  }
11366
11366
  function DC(t, e) {
11367
11367
  var r = Pt(t) ? t : ue(t);
11368
- return this.isValid() && r.isValid() ? (e = ft(e) || "millisecond", e === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(e).valueOf()) : !1;
11368
+ return this.isValid() && r.isValid() ? (e = ht(e) || "millisecond", e === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(e).valueOf()) : !1;
11369
11369
  }
11370
11370
  function MC(t, e) {
11371
11371
  var r = Pt(t) ? t : ue(t);
11372
- return this.isValid() && r.isValid() ? (e = ft(e) || "millisecond", e === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(e).valueOf() < r.valueOf()) : !1;
11372
+ return this.isValid() && r.isValid() ? (e = ht(e) || "millisecond", e === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(e).valueOf() < r.valueOf()) : !1;
11373
11373
  }
11374
11374
  function TC(t, e, r, n) {
11375
11375
  var a = Pt(t) ? t : ue(t), i = Pt(e) ? e : ue(e);
@@ -11377,7 +11377,7 @@ function TC(t, e, r, n) {
11377
11377
  }
11378
11378
  function $C(t, e) {
11379
11379
  var r = Pt(t) ? t : ue(t), n;
11380
- return this.isValid() && r.isValid() ? (e = ft(e) || "millisecond", e === "millisecond" ? this.valueOf() === r.valueOf() : (n = r.valueOf(), this.clone().startOf(e).valueOf() <= n && n <= this.clone().endOf(e).valueOf())) : !1;
11380
+ return this.isValid() && r.isValid() ? (e = ht(e) || "millisecond", e === "millisecond" ? this.valueOf() === r.valueOf() : (n = r.valueOf(), this.clone().startOf(e).valueOf() <= n && n <= this.clone().endOf(e).valueOf())) : !1;
11381
11381
  }
11382
11382
  function EC(t, e) {
11383
11383
  return this.isSame(t, e) || this.isAfter(t, e);
@@ -11391,7 +11391,7 @@ function NC(t, e, r) {
11391
11391
  return NaN;
11392
11392
  if (n = ju(t, this), !n.isValid())
11393
11393
  return NaN;
11394
- switch (a = (n.utcOffset() - this.utcOffset()) * 6e4, e = ft(e), e) {
11394
+ switch (a = (n.utcOffset() - this.utcOffset()) * 6e4, e = ht(e), e) {
11395
11395
  case "year":
11396
11396
  i = Mi(this, n) / 12;
11397
11397
  break;
@@ -11419,7 +11419,7 @@ function NC(t, e, r) {
11419
11419
  default:
11420
11420
  i = this - n;
11421
11421
  }
11422
- return r ? i : it(i);
11422
+ return r ? i : st(i);
11423
11423
  }
11424
11424
  function Mi(t, e) {
11425
11425
  if (t.date() < e.date())
@@ -11471,7 +11471,7 @@ function fp(t) {
11471
11471
  var e;
11472
11472
  return t === void 0 ? this._locale._abbr : (e = mr(t), e != null && (this._locale = e), this);
11473
11473
  }
11474
- var hp = dt(
11474
+ var hp = ft(
11475
11475
  "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
11476
11476
  function(t) {
11477
11477
  return t === void 0 ? this.localeData() : this.locale(t);
@@ -11492,7 +11492,7 @@ function _p(t, e, r) {
11492
11492
  }
11493
11493
  function qC(t) {
11494
11494
  var e, r;
11495
- if (t = ft(t), t === void 0 || t === "millisecond" || !this.isValid())
11495
+ if (t = ht(t), t === void 0 || t === "millisecond" || !this.isValid())
11496
11496
  return this;
11497
11497
  switch (r = this._isUTC ? _p : vp, t) {
11498
11498
  case "year":
@@ -11543,7 +11543,7 @@ function qC(t) {
11543
11543
  }
11544
11544
  function zC(t) {
11545
11545
  var e, r;
11546
- if (t = ft(t), t === void 0 || t === "millisecond" || !this.isValid())
11546
+ if (t = ht(t), t === void 0 || t === "millisecond" || !this.isValid())
11547
11547
  return this;
11548
11548
  switch (r = this._isUTC ? _p : vp, t) {
11549
11549
  case "year":
@@ -12029,23 +12029,23 @@ C.isUtc = lp;
12029
12029
  C.isUTC = lp;
12030
12030
  C.zoneAbbr = Px;
12031
12031
  C.zoneName = Rx;
12032
- C.dates = dt(
12032
+ C.dates = ft(
12033
12033
  "dates accessor is deprecated. Use date instead.",
12034
12034
  gp
12035
12035
  );
12036
- C.months = dt(
12036
+ C.months = ft(
12037
12037
  "months accessor is deprecated. Use month instead",
12038
12038
  Gh
12039
12039
  );
12040
- C.years = dt(
12040
+ C.years = ft(
12041
12041
  "years accessor is deprecated. Use year instead",
12042
12042
  Zh
12043
12043
  );
12044
- C.zone = dt(
12044
+ C.zone = ft(
12045
12045
  "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
12046
12046
  lC
12047
12047
  );
12048
- C.isDSTShifted = dt(
12048
+ C.isDSTShifted = ft(
12049
12049
  "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
12050
12050
  pC
12051
12051
  );
@@ -12152,11 +12152,11 @@ Dr("en", {
12152
12152
  return t + r;
12153
12153
  }
12154
12154
  });
12155
- x.lang = dt(
12155
+ x.lang = ft(
12156
12156
  "moment.lang is deprecated. Use moment.locale instead.",
12157
12157
  Dr
12158
12158
  );
12159
- x.langData = dt(
12159
+ x.langData = ft(
12160
12160
  "moment.langData is deprecated. Use moment.localeData instead.",
12161
12161
  mr
12162
12162
  );
@@ -12180,7 +12180,7 @@ function Md(t) {
12180
12180
  }
12181
12181
  function Fx() {
12182
12182
  var t = this._milliseconds, e = this._days, r = this._months, n = this._data, a, i, s, u, d;
12183
- return t >= 0 && e >= 0 && r >= 0 || t <= 0 && e <= 0 && r <= 0 || (t += Md(Zo(r) + e) * 864e5, e = 0, r = 0), n.milliseconds = t % 1e3, a = it(t / 1e3), n.seconds = a % 60, i = it(a / 60), n.minutes = i % 60, s = it(i / 60), n.hours = s % 24, e += it(s / 24), d = it(Op(e)), r += d, e -= Md(Zo(d)), u = it(r / 12), r %= 12, n.days = e, n.months = r, n.years = u, this;
12183
+ return t >= 0 && e >= 0 && r >= 0 || t <= 0 && e <= 0 && r <= 0 || (t += Md(Zo(r) + e) * 864e5, e = 0, r = 0), n.milliseconds = t % 1e3, a = st(t / 1e3), n.seconds = a % 60, i = st(a / 60), n.minutes = i % 60, s = st(i / 60), n.hours = s % 24, e += st(s / 24), d = st(Op(e)), r += d, e -= Md(Zo(d)), u = st(r / 12), r %= 12, n.days = e, n.months = r, n.years = u, this;
12184
12184
  }
12185
12185
  function Op(t) {
12186
12186
  return t * 4800 / 146097;
@@ -12192,7 +12192,7 @@ function Bx(t) {
12192
12192
  if (!this.isValid())
12193
12193
  return NaN;
12194
12194
  var e, r, n = this._milliseconds;
12195
- if (t = ft(t), t === "month" || t === "quarter" || t === "year")
12195
+ if (t = ht(t), t === "month" || t === "quarter" || t === "year")
12196
12196
  switch (e = this._days + n / 864e5, r = this._months + Op(e), t) {
12197
12197
  case "month":
12198
12198
  return r;
@@ -12232,7 +12232,7 @@ function Jx() {
12232
12232
  return Tt(this);
12233
12233
  }
12234
12234
  function Xx(t) {
12235
- return t = ft(t), this.isValid() ? this[t + "s"]() : NaN;
12235
+ return t = ht(t), this.isValid() ? this[t + "s"]() : NaN;
12236
12236
  }
12237
12237
  function Jr(t) {
12238
12238
  return function() {
@@ -12241,7 +12241,7 @@ function Jr(t) {
12241
12241
  }
12242
12242
  var Qx = Jr("milliseconds"), eP = Jr("seconds"), tP = Jr("minutes"), rP = Jr("hours"), nP = Jr("days"), aP = Jr("months"), iP = Jr("years");
12243
12243
  function sP() {
12244
- return it(this.days() / 7);
12244
+ return st(this.days() / 7);
12245
12245
  }
12246
12246
  var Jt = Math.round, un = {
12247
12247
  ss: 44,
@@ -12286,7 +12286,7 @@ function Rs() {
12286
12286
  if (!this.isValid())
12287
12287
  return this.localeData().invalidDate();
12288
12288
  var t = fo(this._milliseconds) / 1e3, e = fo(this._days), r = fo(this._months), n, a, i, s, u = this.asSeconds(), d, l, o, c;
12289
- return u ? (n = it(t / 60), a = it(n / 60), t %= 60, n %= 60, i = it(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", d = u < 0 ? "-" : "", l = en(this._months) !== en(u) ? "-" : "", o = en(this._days) !== en(u) ? "-" : "", c = en(this._milliseconds) !== en(u) ? "-" : "", d + "P" + (i ? l + i + "Y" : "") + (r ? l + r + "M" : "") + (e ? o + e + "D" : "") + (a || n || t ? "T" : "") + (a ? c + a + "H" : "") + (n ? c + n + "M" : "") + (t ? c + s + "S" : "")) : "P0D";
12289
+ return u ? (n = st(t / 60), a = st(n / 60), t %= 60, n %= 60, i = st(r / 12), r %= 12, s = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", d = u < 0 ? "-" : "", l = en(this._months) !== en(u) ? "-" : "", o = en(this._days) !== en(u) ? "-" : "", c = en(this._milliseconds) !== en(u) ? "-" : "", d + "P" + (i ? l + i + "Y" : "") + (r ? l + r + "M" : "") + (e ? o + e + "D" : "") + (a || n || t ? "T" : "") + (a ? c + a + "H" : "") + (n ? c + n + "M" : "") + (t ? c + s + "S" : "")) : "P0D";
12290
12290
  }
12291
12291
  var U = xs.prototype;
12292
12292
  U.isValid = nC;
@@ -12321,7 +12321,7 @@ U.toString = Rs;
12321
12321
  U.toJSON = Rs;
12322
12322
  U.locale = fp;
12323
12323
  U.localeData = pp;
12324
- U.toIsoString = dt(
12324
+ U.toIsoString = ft(
12325
12325
  "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
12326
12326
  Rs
12327
12327
  );
@@ -12361,7 +12361,7 @@ x.defineLocale = $u;
12361
12361
  x.updateLocale = MO;
12362
12362
  x.locales = TO;
12363
12363
  x.weekdaysShort = Ax;
12364
- x.normalizeUnits = ft;
12364
+ x.normalizeUnits = ht;
12365
12365
  x.relativeTimeRounding = uP;
12366
12366
  x.relativeTimeThreshold = cP;
12367
12367
  x.calendarFormat = xC;
@@ -12441,7 +12441,7 @@ const mP = (t) => {
12441
12441
  }
12442
12442
  }), wr = ge({
12443
12443
  license: ""
12444
- }), nt = ge({
12444
+ }), at = ge({
12445
12445
  license: "",
12446
12446
  oldLicense: "",
12447
12447
  catalogValue: "",
@@ -12512,7 +12512,7 @@ function vP(t) {
12512
12512
  }
12513
12513
  return e;
12514
12514
  }
12515
- function st() {
12515
+ function ot() {
12516
12516
  const t = window.location.search.substr(1);
12517
12517
  return t !== null && t !== "" ? vP(t) : {};
12518
12518
  }
@@ -12524,7 +12524,7 @@ function _P(t) {
12524
12524
  window.history.pushState({}, "", r);
12525
12525
  }
12526
12526
  function yP(t) {
12527
- const e = st();
12527
+ const e = ot();
12528
12528
  if (Object.keys(t).length !== 0) {
12529
12529
  const r = Object.assign(e, t);
12530
12530
  _P(r);
@@ -12538,7 +12538,7 @@ function gP(t) {
12538
12538
  }
12539
12539
  function Rp(t, e) {
12540
12540
  let r = URL.canParse(t) ? new URL(t) : new URL(t, window.location.href);
12541
- const n = Object.fromEntries(r.searchParams.entries()), a = vt(vt({}, n), e), i = new URL(r);
12541
+ const n = Object.fromEntries(r.searchParams.entries()), a = rt(rt({}, n), e), i = new URL(r);
12542
12542
  if (i.hash) {
12543
12543
  const { origin: s, pathname: u, hash: d } = i;
12544
12544
  return s + u + d + gP(a);
@@ -12547,7 +12547,7 @@ function Rp(t, e) {
12547
12547
  i.searchParams.set(s, u);
12548
12548
  }), i.toString();
12549
12549
  }
12550
- const ht = {
12550
+ const pt = {
12551
12551
  /**
12552
12552
  * Gets the path in session storage
12553
12553
  */
@@ -12646,7 +12646,7 @@ const SP = 18, kP = 99, Dp = (t, e, r, n) => {
12646
12646
  }
12647
12647
  });
12648
12648
  return _e(() => {
12649
- $d.value = +x().format("YYYY"), t.isOnResultPage && (wr.license = t.insuranceState.vehicle.LicensePlate, d(t.insuranceState.vehicle.LicensePlate), w.birthdate = t.userInformation.birthdate, w.zipcode = t.userInformation.zipCode, w.houseNumber = t.userInformation.houseNumber, w.houseNumberAddition = t.userInformation.houseNumberAddition, l()), t.isOnResultPage || ht.removeSessionState("motor-storage", "motor-path");
12649
+ $d.value = +x().format("YYYY"), t.isOnResultPage && (wr.license = t.insuranceState.vehicle.LicensePlate, d(t.insuranceState.vehicle.LicensePlate), w.birthdate = t.userInformation.birthdate, w.zipcode = t.userInformation.zipCode, w.houseNumber = t.userInformation.houseNumber, w.houseNumberAddition = t.userInformation.houseNumberAddition, l()), t.isOnResultPage || pt.removeSessionState("motor-storage", "motor-path");
12650
12650
  }), {
12651
12651
  licenseError: Fn,
12652
12652
  showLicenseInfo: ho,
@@ -13484,7 +13484,7 @@ var Fp = /* @__PURE__ */ A(
13484
13484
  null
13485
13485
  );
13486
13486
  Fp.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/AddressHandler.vue";
13487
- const pt = Fp.exports, BP = N({
13487
+ const mt = Fp.exports, BP = N({
13488
13488
  props: {
13489
13489
  hasLoader: {
13490
13490
  type: Boolean,
@@ -13603,7 +13603,7 @@ const Ve = Hp.exports, zP = N({
13603
13603
  name: "MotorForm",
13604
13604
  components: {
13605
13605
  LicensePlate: Xr,
13606
- AddressHandler: pt,
13606
+ AddressHandler: mt,
13607
13607
  DefaultInput: Ce,
13608
13608
  DefaultSelect: De,
13609
13609
  SimpleCard: ve,
@@ -13726,7 +13726,7 @@ const WP = zp.exports, GP = N({
13726
13726
  name: "MotorFormHorizontal",
13727
13727
  components: {
13728
13728
  LicensePlate: Xr,
13729
- AddressHandler: pt,
13729
+ AddressHandler: mt,
13730
13730
  DefaultInput: Ce,
13731
13731
  DefaultSelect: De,
13732
13732
  SimpleCard: ve,
@@ -13915,7 +13915,7 @@ class QP {
13915
13915
  TemporaryWorkPhase: tt,
13916
13916
  WorkedLastThreeYears: Ge
13917
13917
  } = e.loanData, $t = e, { loanData: Wt, filters: Ar, aanvragen: uc } = $t, Te = pc($t, ["loanData", "filters", "aanvragen"]);
13918
- return vt({
13918
+ return rt({
13919
13919
  loanData: {
13920
13920
  AlimonyType: r,
13921
13921
  AnotherMonthlyExpenses: n,
@@ -13972,7 +13972,7 @@ const Gp = (t, e) => {
13972
13972
  }), o = () => {
13973
13973
  t.comparison.getUser().setBirthDate(w.birthdate), t.comparison.getUser().setFamilyComposition(w.familyComposition);
13974
13974
  }, c = () => {
13975
- t.comparison.getUser().setDetail(null, vt(vt({}, t.comparison.getUser().getDetail(null)), s.value));
13975
+ t.comparison.getUser().setDetail(null, rt(rt({}, t.comparison.getUser().getDetail(null)), s.value));
13976
13976
  }, h = () => {
13977
13977
  _r.loanAmount = t.insuranceState.LoanAmount, _r.loanPurpose = t.insuranceState.LoanPurpose, w.birthdate = t.userInformation.birthdate, w.familyComposition = t.userInformation.familyComposition;
13978
13978
  }, f = () => {
@@ -14258,7 +14258,7 @@ const Er = nm.exports, oR = N({
14258
14258
  setup(t, { emit: e }) {
14259
14259
  const { loanState: r, isHorizontalForm: n, submitCreateForm: a } = Gp(t, e);
14260
14260
  return _e(() => {
14261
- ht.removeSessionState(er().proxy.$root.$data.pathKey, er().proxy.$root.$data.storageKey);
14261
+ pt.removeSessionState(er().proxy.$root.$data.pathKey, er().proxy.$root.$data.storageKey);
14262
14262
  }), {
14263
14263
  userInformation: w,
14264
14264
  hasNewDesign: H,
@@ -14455,7 +14455,7 @@ const lm = (t, e, r, n) => {
14455
14455
  }
14456
14456
  return _e(() => {
14457
14457
  var p, v, y, m, _;
14458
- (t.isOnResultPage || t.isOnCoveragePage) && (Object.assign(Ae, t.insuranceState), a.value = (p = Ae.LicensePlate) != null ? p : "", w.zipcode = (v = t.userInformation.zipCode) != null ? v : "", w.houseNumber = (y = String(t.userInformation.houseNumber)) != null ? y : "", w.houseNumberAddition = (m = t.userInformation.houseNumberAddition) != null ? m : "", w.birthdate = (_ = t.userInformation.birthdate) != null ? _ : ""), (!t.isOnResultPage || !t.isOnCoveragePage) && ht.removeSessionState("car-storage", "car-path");
14458
+ (t.isOnResultPage || t.isOnCoveragePage) && (Object.assign(Ae, t.insuranceState), a.value = (p = Ae.LicensePlate) != null ? p : "", w.zipcode = (v = t.userInformation.zipCode) != null ? v : "", w.houseNumber = (y = String(t.userInformation.houseNumber)) != null ? y : "", w.houseNumberAddition = (m = t.userInformation.houseNumberAddition) != null ? m : "", w.birthdate = (_ = t.userInformation.birthdate) != null ? _ : ""), (!t.isOnResultPage || !t.isOnCoveragePage) && pt.removeSessionState("car-storage", "car-path");
14459
14459
  }), {
14460
14460
  licensePlate: a,
14461
14461
  houseError: i,
@@ -14467,7 +14467,7 @@ const lm = (t, e, r, n) => {
14467
14467
  name: "CarForm",
14468
14468
  components: {
14469
14469
  LicensePlate: Xr,
14470
- AddressHandler: pt,
14470
+ AddressHandler: mt,
14471
14471
  DefaultInput: Ce,
14472
14472
  SimpleCard: ve,
14473
14473
  BirthdateInput: Ve
@@ -14551,7 +14551,7 @@ const vR = cm.exports, _R = N({
14551
14551
  name: "CarFormHorizontal",
14552
14552
  components: {
14553
14553
  LicensePlate: Xr,
14554
- AddressHandler: pt,
14554
+ AddressHandler: mt,
14555
14555
  DefaultInput: Ce,
14556
14556
  SimpleCard: ve,
14557
14557
  BirthdateInput: Ve
@@ -14651,8 +14651,8 @@ const PR = 16, RR = 99, hm = (t, e) => {
14651
14651
  ];
14652
14652
  return Bn.value && h.push("catalogValueForm"), tn.value && h.push("purchaseValueForm"), h;
14653
14653
  }), s = B(() => t.insuranceState.CatalogValueByLicense), u = (h) => {
14654
- const f = h.split("-").join("") !== nt.oldLicense;
14655
- h.length >= 6 && f && (Bn.value = !1, tn.value = !1, nt.purchaseValue = "");
14654
+ const f = h.split("-").join("") !== at.oldLicense;
14655
+ h.length >= 6 && f && (Bn.value = !1, tn.value = !1, at.purchaseValue = "");
14656
14656
  }, d = () => {
14657
14657
  Ed.value = !0;
14658
14658
  }, l = (h) => {
@@ -14660,10 +14660,10 @@ const PR = 16, RR = 99, hm = (t, e) => {
14660
14660
  }, o = () => I(void 0, null, function* () {
14661
14661
  if (yield ze(i.value))
14662
14662
  if (t.isOnResultPage)
14663
- e("submit-form", { userInformation: w, mopedState: nt, licenseInformation: Ur.moped, showCatalogValueField: Bn.value });
14663
+ e("submit-form", { userInformation: w, mopedState: at, licenseInformation: Ur.moped, showCatalogValueField: Bn.value });
14664
14664
  else {
14665
14665
  const f = {
14666
- license: nt.license,
14666
+ license: at.license,
14667
14667
  zipcode: w.zipcode,
14668
14668
  housenumber: w.houseNumber,
14669
14669
  housenumberaddition: w.houseNumberAddition,
@@ -14704,14 +14704,14 @@ const PR = 16, RR = 99, hm = (t, e) => {
14704
14704
  ]
14705
14705
  };
14706
14706
  return Tr(s, (h) => {
14707
- Number(h) > 5e3 ? tn.value = !0 : (tn.value = !1, nt.purchaseValue = "");
14707
+ Number(h) > 5e3 ? tn.value = !0 : (tn.value = !1, at.purchaseValue = "");
14708
14708
  }), _e(() => {
14709
14709
  if (t.isOnResultPage) {
14710
- nt.license = nt.oldLicense = t.insuranceState.LicensePlate || st().license || "", w.birthdate = t.userInformation.birthdate || st().birthdate || "", w.zipcode = t.userInformation.zipCode || st().zipcode || "", w.houseNumber = t.userInformation.houseNumber || st().housenumber || "", w.houseNumberAddition = t.userInformation.houseNumberAddition || st().housenumberaddition || "", t.insuranceState.CatalogValueByLicense && (nt.catalogValue = t.insuranceState.CatalogValueByLicense, Bn.value = !0);
14710
+ at.license = at.oldLicense = t.insuranceState.LicensePlate || ot().license || "", w.birthdate = t.userInformation.birthdate || ot().birthdate || "", w.zipcode = t.userInformation.zipCode || ot().zipcode || "", w.houseNumber = t.userInformation.houseNumber || ot().housenumber || "", w.houseNumberAddition = t.userInformation.houseNumberAddition || ot().housenumberaddition || "", t.insuranceState.CatalogValueByLicense && (at.catalogValue = t.insuranceState.CatalogValueByLicense, Bn.value = !0);
14711
14711
  const h = t.insuranceState.PurchaseValueByLicense;
14712
- h && (nt.purchaseValue = h, tn.value = !0);
14712
+ h && (at.purchaseValue = h, tn.value = !0);
14713
14713
  }
14714
- t.isOnResultPage || ht.removeSessionState("moped-path", "moped-storage");
14714
+ t.isOnResultPage || pt.removeSessionState("moped-path", "moped-storage");
14715
14715
  }), {
14716
14716
  HouseInformation: bR,
14717
14717
  vehicle: wR,
@@ -14733,14 +14733,14 @@ const PR = 16, RR = 99, hm = (t, e) => {
14733
14733
  openQuotationModal: l,
14734
14734
  validateBeforeSubmit: o,
14735
14735
  userInformation: w,
14736
- mopedState: nt,
14736
+ mopedState: at,
14737
14737
  errorsData: c
14738
14738
  };
14739
14739
  }, DR = N({
14740
14740
  name: "MopedForm",
14741
14741
  components: {
14742
14742
  LicensePlate: Xr,
14743
- AddressHandler: pt,
14743
+ AddressHandler: mt,
14744
14744
  DefaultInput: Ce,
14745
14745
  DefaultSelect: De,
14746
14746
  SimpleCard: ve,
@@ -14814,7 +14814,7 @@ const PR = 16, RR = 99, hm = (t, e) => {
14814
14814
  return {
14815
14815
  licenseInformation: Ur,
14816
14816
  userInformation: w,
14817
- mopedState: nt,
14817
+ mopedState: at,
14818
14818
  hasNewDesign: H,
14819
14819
  HouseInformation: r,
14820
14820
  vehicle: n,
@@ -14875,7 +14875,7 @@ const TR = mm.exports, $R = N({
14875
14875
  name: "MopedFormHorizontal",
14876
14876
  components: {
14877
14877
  LicensePlate: Xr,
14878
- AddressHandler: pt,
14878
+ AddressHandler: mt,
14879
14879
  DefaultInput: Ce,
14880
14880
  DefaultSelect: De,
14881
14881
  BirthdateInput: Ve,
@@ -14943,7 +14943,7 @@ const TR = mm.exports, $R = N({
14943
14943
  licenseInformation: Ur,
14944
14944
  hasNewDesign: H,
14945
14945
  userInformation: w,
14946
- mopedState: nt,
14946
+ mopedState: at,
14947
14947
  HouseInformation: r,
14948
14948
  vehicle: n,
14949
14949
  licenseError: a,
@@ -15057,7 +15057,7 @@ const AR = _m.exports, ym = (t, e, r) => {
15057
15057
  }
15058
15058
  return _e(() => I(void 0, null, function* () {
15059
15059
  var v, y, m, _, b;
15060
- yield p(), he.sex = ((v = t.insuranceState) == null ? void 0 : v.sex) || he.sex, he.age = +((y = t.insuranceState) == null ? void 0 : y.age) || he.age, he.postcode = ((m = t.insuranceState) == null ? void 0 : m.postcode) || he.postcode, he.kind = ((_ = t.insuranceState) == null ? void 0 : _.kind) || he.kind, he.breed = +((b = t.insuranceState) == null ? void 0 : b.breed) || he.breed, t.isOnResultPage || ht.removeSessionState("pet-storage", "pet-path"), s.value = !0;
15060
+ yield p(), he.sex = ((v = t.insuranceState) == null ? void 0 : v.sex) || he.sex, he.age = +((y = t.insuranceState) == null ? void 0 : y.age) || he.age, he.postcode = ((m = t.insuranceState) == null ? void 0 : m.postcode) || he.postcode, he.kind = ((_ = t.insuranceState) == null ? void 0 : _.kind) || he.kind, he.breed = +((b = t.insuranceState) == null ? void 0 : b.breed) || he.breed, t.isOnResultPage || pt.removeSessionState("pet-storage", "pet-path"), s.value = !0;
15061
15061
  })), {
15062
15062
  petForm: a,
15063
15063
  genderError: i,
@@ -15640,7 +15640,7 @@ function Hd(t) {
15640
15640
  function mD(t, e, r) {
15641
15641
  return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
15642
15642
  }
15643
- var vD = lt.prototype, qd = function(e) {
15643
+ var vD = ut.prototype, qd = function(e) {
15644
15644
  var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : void 0, n = vD[VR];
15645
15645
  return n ? n.getConfigValue(e, r) : Es(r);
15646
15646
  }, _D = function(e) {
@@ -15793,7 +15793,7 @@ var Km = {
15793
15793
  }, RD = fn(fn({}, Km), {}, {
15794
15794
  enterActiveClass: "fade",
15795
15795
  leaveActiveClass: "fade"
15796
- }), DD = /* @__PURE__ */ lt.extend({
15796
+ }), DD = /* @__PURE__ */ ut.extend({
15797
15797
  name: fD,
15798
15798
  functional: !0,
15799
15799
  props: {
@@ -15901,7 +15901,7 @@ var ED = We({
15901
15901
  // `textVariant` is `undefined` to inherit the current text color
15902
15902
  // default: undefined
15903
15903
  }
15904
- }, Fm), AD = /* @__PURE__ */ lt.extend({
15904
+ }, Fm), AD = /* @__PURE__ */ ut.extend({
15905
15905
  name: Fm,
15906
15906
  functional: !0,
15907
15907
  props: ED,
@@ -16160,7 +16160,7 @@ var av = {
16160
16160
  type: String
16161
16161
  // default: undefined
16162
16162
  }
16163
- }), Vm), XD = /* @__PURE__ */ lt.extend({
16163
+ }), Vm), XD = /* @__PURE__ */ ut.extend({
16164
16164
  name: Vm,
16165
16165
  // Mixin order is important!
16166
16166
  mixins: [Ku, UD, Pa],
@@ -16358,7 +16358,7 @@ var eM = We(QD({
16358
16358
  // when disabled, and adding a `tabindex="0"` to non buttons or non links
16359
16359
  tabindex: e.disabled && !n ? "-1" : l
16360
16360
  };
16361
- }, Jd = /* @__PURE__ */ lt.extend({
16361
+ }, Jd = /* @__PURE__ */ ut.extend({
16362
16362
  name: Lm,
16363
16363
  functional: !0,
16364
16364
  props: eM,
@@ -17008,7 +17008,7 @@ function Hn(t) {
17008
17008
  function mM(t, e, r) {
17009
17009
  return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
17010
17010
  }
17011
- var vM = /* @__PURE__ */ lt.extend({
17011
+ var vM = /* @__PURE__ */ ut.extend({
17012
17012
  name: Bd,
17013
17013
  mixins: [
17014
17014
  fv,
@@ -17120,7 +17120,7 @@ function qn(t) {
17120
17120
  function _M(t, e, r) {
17121
17121
  return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
17122
17122
  }
17123
- var yM = /* @__PURE__ */ lt.extend({
17123
+ var yM = /* @__PURE__ */ ut.extend({
17124
17124
  name: Vd,
17125
17125
  mixins: [
17126
17126
  js,
@@ -17289,7 +17289,7 @@ const gM = {
17289
17289
  }, [this.normalizeSlot(TD), i, this.normalizeSlot()]);
17290
17290
  }
17291
17291
  };
17292
- var bM = We(pv, Bm), mt = /* @__PURE__ */ lt.extend({
17292
+ var bM = We(pv, Bm), vt = /* @__PURE__ */ ut.extend({
17293
17293
  name: Bm,
17294
17294
  mixins: [gM],
17295
17295
  provide: function() {
@@ -17303,7 +17303,7 @@ var bM = We(pv, Bm), mt = /* @__PURE__ */ lt.extend({
17303
17303
  return !0;
17304
17304
  }
17305
17305
  }
17306
- }), wM = /* @__PURE__ */ lt.extend({
17306
+ }), wM = /* @__PURE__ */ ut.extend({
17307
17307
  // As an abstract component, it doesn't appear in the $parent chain of
17308
17308
  // components, which means the next parent of any component rendered inside
17309
17309
  // of this one will be the parent from which is was portal'd
@@ -17329,7 +17329,7 @@ var bM = We(pv, Bm), mt = /* @__PURE__ */ lt.extend({
17329
17329
  var r = Bt(this.updatedNodes) ? this.updatedNodes({}) : this.updatedNodes;
17330
17330
  return r = dr(r).filter(Boolean), r && r.length > 0 && !r[0].text ? r[0] : e();
17331
17331
  }
17332
- }), SM = /* @__PURE__ */ lt.extend({
17332
+ }), SM = /* @__PURE__ */ ut.extend({
17333
17333
  name: hD,
17334
17334
  mixins: [Pa],
17335
17335
  props: {
@@ -17493,7 +17493,7 @@ var uf = 1040, So = {
17493
17493
  FIXED_CONTENT: ".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",
17494
17494
  STICKY_CONTENT: ".sticky-top",
17495
17495
  NAVBAR_TOGGLER: ".navbar-toggler"
17496
- }, RM = /* @__PURE__ */ lt.extend({
17496
+ }, RM = /* @__PURE__ */ ut.extend({
17497
17497
  data: function() {
17498
17498
  return {
17499
17499
  modals: [],
@@ -17727,14 +17727,14 @@ function Un(t) {
17727
17727
  for (var e = 1; e < arguments.length; e++) {
17728
17728
  var r = arguments[e] != null ? arguments[e] : {};
17729
17729
  e % 2 ? hf(Object(r), !0).forEach(function(n) {
17730
- rt(t, n, r[n]);
17730
+ nt(t, n, r[n]);
17731
17731
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : hf(Object(r)).forEach(function(n) {
17732
17732
  Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
17733
17733
  });
17734
17734
  }
17735
17735
  return t;
17736
17736
  }
17737
- function rt(t, e, r) {
17737
+ function nt(t, e, r) {
17738
17738
  return e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
17739
17739
  }
17740
17740
  var LM = {
@@ -17958,7 +17958,7 @@ var LM = {
17958
17958
  return $s(e) || Uu(["ok", "cancel", "close"], e);
17959
17959
  }
17960
17960
  }
17961
- }, Ym), vv = /* @__PURE__ */ lt.extend({
17961
+ }, Ym), vv = /* @__PURE__ */ ut.extend({
17962
17962
  name: Ym,
17963
17963
  mixins: [Ku, js, kM, oM, OM, Pa, PM],
17964
17964
  inheritAttrs: !1,
@@ -18037,11 +18037,11 @@ var LM = {
18037
18037
  },
18038
18038
  dialogClasses: function() {
18039
18039
  var e;
18040
- return [(e = {}, rt(e, "modal-".concat(this.size), this.size), rt(e, "modal-dialog-centered", this.centered), rt(e, "modal-dialog-scrollable", this.scrollable), e), this.dialogClass];
18040
+ return [(e = {}, nt(e, "modal-".concat(this.size), this.size), nt(e, "modal-dialog-centered", this.centered), nt(e, "modal-dialog-scrollable", this.scrollable), e), this.dialogClass];
18041
18041
  },
18042
18042
  headerClasses: function() {
18043
18043
  var e;
18044
- return [(e = {}, rt(e, "bg-".concat(this.headerBgVariant), this.headerBgVariant), rt(e, "text-".concat(this.headerTextVariant), this.headerTextVariant), rt(e, "border-".concat(this.headerBorderVariant), this.headerBorderVariant), e), this.headerClass];
18044
+ return [(e = {}, nt(e, "bg-".concat(this.headerBgVariant), this.headerBgVariant), nt(e, "text-".concat(this.headerTextVariant), this.headerTextVariant), nt(e, "border-".concat(this.headerBorderVariant), this.headerBorderVariant), e), this.headerClass];
18045
18045
  },
18046
18046
  titleClasses: function() {
18047
18047
  return [{
@@ -18050,11 +18050,11 @@ var LM = {
18050
18050
  },
18051
18051
  bodyClasses: function() {
18052
18052
  var e;
18053
- return [(e = {}, rt(e, "bg-".concat(this.bodyBgVariant), this.bodyBgVariant), rt(e, "text-".concat(this.bodyTextVariant), this.bodyTextVariant), e), this.bodyClass];
18053
+ return [(e = {}, nt(e, "bg-".concat(this.bodyBgVariant), this.bodyBgVariant), nt(e, "text-".concat(this.bodyTextVariant), this.bodyTextVariant), e), this.bodyClass];
18054
18054
  },
18055
18055
  footerClasses: function() {
18056
18056
  var e;
18057
- return [(e = {}, rt(e, "bg-".concat(this.footerBgVariant), this.footerBgVariant), rt(e, "text-".concat(this.footerTextVariant), this.footerTextVariant), rt(e, "border-".concat(this.footerBorderVariant), this.footerBorderVariant), e), this.footerClass];
18057
+ return [(e = {}, nt(e, "bg-".concat(this.footerBgVariant), this.footerBgVariant), nt(e, "text-".concat(this.footerTextVariant), this.footerTextVariant), nt(e, "border-".concat(this.footerBorderVariant), this.footerBorderVariant), e), this.footerClass];
18058
18058
  },
18059
18059
  modalOuterStyle: function() {
18060
18060
  return {
@@ -18511,7 +18511,7 @@ const BM = N({
18511
18511
  ZipcodeInput: Ts,
18512
18512
  SearchableSelect: Cm,
18513
18513
  ErrorHandler: oe,
18514
- BFormRadioGroup: mt
18514
+ BFormRadioGroup: vt
18515
18515
  },
18516
18516
  props: {
18517
18517
  link: {
@@ -18616,7 +18616,7 @@ const YM = yv.exports, HM = N({
18616
18616
  ZipcodeInput: Ts,
18617
18617
  SearchableSelect: Cm,
18618
18618
  ErrorHandler: oe,
18619
- BFormRadioGroup: mt
18619
+ BFormRadioGroup: vt
18620
18620
  },
18621
18621
  props: {
18622
18622
  link: {
@@ -18735,11 +18735,11 @@ const zM = bv.exports, wv = (t, e) => {
18735
18735
  return isNaN(f) ? h : f.toString();
18736
18736
  }
18737
18737
  function c() {
18738
- const h = st();
18738
+ const h = ot();
18739
18739
  l(cn, h);
18740
18740
  }
18741
18741
  return _e(() => {
18742
- t.isOnResultPage ? l(cn, t.insuranceState) : (c(), ht.removeSessionState("bike-storage", "bike-path"));
18742
+ t.isOnResultPage ? l(cn, t.insuranceState) : (c(), pt.removeSessionState("bike-storage", "bike-path"));
18743
18743
  }), {
18744
18744
  conditionError: n,
18745
18745
  maxPriceLength: a,
@@ -18828,7 +18828,7 @@ const zM = bv.exports, wv = (t, e) => {
18828
18828
  ZipcodeInput: Ts,
18829
18829
  BirthdateInput: Ve,
18830
18830
  ErrorHandler: oe,
18831
- BFormRadioGroup: mt
18831
+ BFormRadioGroup: vt
18832
18832
  },
18833
18833
  props: {
18834
18834
  link: {
@@ -18920,7 +18920,7 @@ const GM = Cv.exports, KM = N({
18920
18920
  ZipcodeInput: Ts,
18921
18921
  BirthdateInput: Ve,
18922
18922
  ErrorHandler: oe,
18923
- BFormRadioGroup: mt
18923
+ BFormRadioGroup: vt
18924
18924
  },
18925
18925
  props: {
18926
18926
  link: {
@@ -19099,14 +19099,14 @@ const Rv = (t, e, r, n) => {
19099
19099
  (yield ze([
19100
19100
  "birthdate",
19101
19101
  "familyComposition"
19102
- ])) && (Co.value || (t.status === Lr.isBeforeFlow ? yield l() : e("submit-form", { userInformation: w, travelState: hc(vt({}, Et), { isPaymentTermChanged: Do.value, isFamilyCompositionChanged: Ro.value }) }), Do.value = !1, Ro.value = !1));
19102
+ ])) && (Co.value || (t.status === Lr.isBeforeFlow ? yield l() : e("submit-form", { userInformation: w, travelState: hc(rt({}, Et), { isPaymentTermChanged: Do.value, isFamilyCompositionChanged: Ro.value }) }), Do.value = !1, Ro.value = !1));
19103
19103
  });
19104
19104
  return Tr(() => w.familyComposition, (h) => {
19105
19105
  t.status !== Lr.isBeforeFlow && w.familyComposition !== t.userInformation.familyComposition && (Ro.value = !0);
19106
19106
  }), Tr(() => Et.paymentTerm, (h) => {
19107
19107
  t.status !== Lr.isBeforeFlow && Et.paymentTerm !== t.insuranceState.paymentTerm && (Do.value = !0);
19108
19108
  }), _e(() => {
19109
- (t.status === Lr.isOnResultPage || t.status === Lr.isOnFamilyPage) && (Et.paymentTerm = t.insuranceState.paymentTerm, w.birthdate = t.userInformation.birthdate, w.familyComposition = t.userInformation.familyComposition), (t.status !== Lr.isOnResultPage || t.status !== Lr.isOnFamilyPage) && ht.removeSessionState("travel-storage", "travel-path");
19109
+ (t.status === Lr.isOnResultPage || t.status === Lr.isOnFamilyPage) && (Et.paymentTerm = t.insuranceState.paymentTerm, w.birthdate = t.userInformation.birthdate, w.familyComposition = t.userInformation.familyComposition), (t.status !== Lr.isOnResultPage || t.status !== Lr.isOnFamilyPage) && pt.removeSessionState("travel-storage", "travel-path");
19110
19110
  }), {
19111
19111
  userInformation: w,
19112
19112
  travelState: Et,
@@ -19265,7 +19265,7 @@ const $n = $v.exports, Ev = [
19265
19265
  FamilyCompositionInput: Er,
19266
19266
  DefaultPlainRadioGroup: $n,
19267
19267
  ErrorHandler: oe,
19268
- BFormRadioGroup: mt
19268
+ BFormRadioGroup: vt
19269
19269
  },
19270
19270
  props: {
19271
19271
  link: {
@@ -19362,7 +19362,7 @@ const iT = Nv.exports, sT = N({
19362
19362
  FamilyCompositionInput: Er,
19363
19363
  DefaultPlainRadioGroup: $n,
19364
19364
  ErrorHandler: oe,
19365
- BFormRadioGroup: mt
19365
+ BFormRadioGroup: vt
19366
19366
  },
19367
19367
  props: {
19368
19368
  link: {
@@ -19499,7 +19499,7 @@ const Lv = (t, e, r, n) => {
19499
19499
  }
19500
19500
  });
19501
19501
  return _e(() => {
19502
- t.isOnResultPage && (Xt.ownedBuilding = t.insuranceState.OwnedBuilding, Xt.familySize = t.insuranceState.FamilySize, w.birthdate = t.userInformation.birthdate, w.zipcode = t.userInformation.zipCode, w.houseNumber = String(t.userInformation.houseNumber), w.houseNumberAddition = t.userInformation.houseNumberAddition, w.familyComposition = t.userInformation.familyComposition), t.isOnResultPage || ht.removeSessionState("legal-assistance-storage", "legal-assistance-path");
19502
+ t.isOnResultPage && (Xt.ownedBuilding = t.insuranceState.OwnedBuilding, Xt.familySize = t.insuranceState.FamilySize, w.birthdate = t.userInformation.birthdate, w.zipcode = t.userInformation.zipCode, w.houseNumber = String(t.userInformation.houseNumber), w.houseNumberAddition = t.userInformation.houseNumberAddition, w.familyComposition = t.userInformation.familyComposition), t.isOnResultPage || pt.removeSessionState("legal-assistance-storage", "legal-assistance-path");
19503
19503
  }), {
19504
19504
  userInformation: w,
19505
19505
  legalState: Xt,
@@ -19522,14 +19522,14 @@ const Lv = (t, e, r, n) => {
19522
19522
  ], uT = N({
19523
19523
  name: "LegalAssistanceForm",
19524
19524
  components: {
19525
- AddressHandler: pt,
19525
+ AddressHandler: mt,
19526
19526
  DefaultInput: Ce,
19527
19527
  DefaultSelect: De,
19528
19528
  SimpleCard: ve,
19529
19529
  BirthdateInput: Ve,
19530
19530
  FamilyCompositionInput: Er,
19531
19531
  ErrorHandler: oe,
19532
- BFormRadioGroup: mt
19532
+ BFormRadioGroup: vt
19533
19533
  },
19534
19534
  props: {
19535
19535
  title: {
@@ -19615,13 +19615,13 @@ Vv.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/legal/compo
19615
19615
  const dT = Vv.exports, fT = N({
19616
19616
  name: "LegalAssistanceFormHorizontal",
19617
19617
  components: {
19618
- AddressHandler: pt,
19618
+ AddressHandler: mt,
19619
19619
  DefaultInput: Ce,
19620
19620
  SimpleCard: ve,
19621
19621
  BirthdateInput: Ve,
19622
19622
  FamilyCompositionInput: Er,
19623
19623
  ErrorHandler: oe,
19624
- BFormRadioGroup: mt
19624
+ BFormRadioGroup: vt
19625
19625
  },
19626
19626
  props: {
19627
19627
  title: {
@@ -19757,7 +19757,7 @@ const pT = Hv.exports, qv = (t, e, r) => {
19757
19757
  });
19758
19758
  }
19759
19759
  return _e(() => {
19760
- t.isOnResultPage ? (w.zipcode = t.userInformation.zipCode || "", w.houseNumber = t.userInformation.houseNumber || "", w.houseNumberAddition = t.userInformation.houseNumberAddition || "", w.birthdate = t.userInformation.birthdate || "", w.familyComposition = t.userInformation.familyComposition || "") : ht.removeSessionState("liability-path", "liability-storage"), l.value = !0;
19760
+ t.isOnResultPage ? (w.zipcode = t.userInformation.zipCode || "", w.houseNumber = t.userInformation.houseNumber || "", w.houseNumberAddition = t.userInformation.houseNumberAddition || "", w.birthdate = t.userInformation.birthdate || "", w.familyComposition = t.userInformation.familyComposition || "") : pt.removeSessionState("liability-path", "liability-storage"), l.value = !0;
19761
19761
  }), {
19762
19762
  familyCompositionModel: Vu,
19763
19763
  isReady: l,
@@ -19771,7 +19771,7 @@ const pT = Hv.exports, qv = (t, e, r) => {
19771
19771
  ErrorHandler: oe,
19772
19772
  BirthdateInput: Ve,
19773
19773
  SimpleCard: ve,
19774
- AddressHandler: pt,
19774
+ AddressHandler: mt,
19775
19775
  DefaultInput: Ce,
19776
19776
  DefaultSelect: De,
19777
19777
  FamilyCompositionInput: Er
@@ -19853,7 +19853,7 @@ const _T = Uv.exports, yT = N({
19853
19853
  ErrorHandler: oe,
19854
19854
  BirthdateInput: Ve,
19855
19855
  SimpleCard: ve,
19856
- AddressHandler: pt,
19856
+ AddressHandler: mt,
19857
19857
  DefaultInput: Ce,
19858
19858
  DefaultSelect: De,
19859
19859
  FamilyCompositionInput: Er
@@ -19999,7 +19999,7 @@ const bT = Gv.exports, wT = [
19999
19999
  });
20000
20000
  }
20001
20001
  return _e(() => {
20002
- t.isOnResultPage ? (w.zipcode = t.userInformation.zipCode || st().zipcode || w.zipcode, w.houseNumber = t.userInformation.houseNumber || st().houseNumber || w.houseNumber, w.houseNumberAddition = t.userInformation.houseNumberAddition || st().houseNumberAddition || w.houseNumberAddition, w.familyComposition = t.userInformation.familyComposition || st().familyComposition || w.familyComposition, gt.houseType = t.insuranceState.HouseType || gt.houseType, gt.ownedBuilding = t.insuranceState.OwnedBuilding || st().ownedBuilding || gt.ownedBuilding) : ht.removeSessionState("housing-path", "housing-storage");
20002
+ t.isOnResultPage ? (w.zipcode = t.userInformation.zipCode || ot().zipcode || w.zipcode, w.houseNumber = t.userInformation.houseNumber || ot().houseNumber || w.houseNumber, w.houseNumberAddition = t.userInformation.houseNumberAddition || ot().houseNumberAddition || w.houseNumberAddition, w.familyComposition = t.userInformation.familyComposition || ot().familyComposition || w.familyComposition, gt.houseType = t.insuranceState.HouseType || gt.houseType, gt.ownedBuilding = t.insuranceState.OwnedBuilding || ot().ownedBuilding || gt.ownedBuilding) : pt.removeSessionState("housing-path", "housing-storage");
20003
20003
  }), {
20004
20004
  houseTypes: wT,
20005
20005
  houseOwnedBuilding: ST,
@@ -20014,10 +20014,10 @@ const bT = Gv.exports, wT = [
20014
20014
  components: {
20015
20015
  ErrorHandler: oe,
20016
20016
  SimpleCard: ve,
20017
- AddressHandler: pt,
20017
+ AddressHandler: mt,
20018
20018
  DefaultPlainRadioGroup: $n,
20019
20019
  DefaultSelect: De,
20020
- BFormRadioGroup: mt
20020
+ BFormRadioGroup: vt
20021
20021
  },
20022
20022
  props: {
20023
20023
  title: {
@@ -20106,10 +20106,10 @@ const CT = Jv.exports, xT = N({
20106
20106
  components: {
20107
20107
  ErrorHandler: oe,
20108
20108
  SimpleCard: ve,
20109
- AddressHandler: pt,
20109
+ AddressHandler: mt,
20110
20110
  DefaultPlainRadioGroup: $n,
20111
20111
  DefaultSelect: De,
20112
- BFormRadioGroup: mt
20112
+ BFormRadioGroup: vt
20113
20113
  },
20114
20114
  props: {
20115
20115
  title: {
@@ -20237,7 +20237,7 @@ const RT = Qv.exports, DT = (t, e, r) => {
20237
20237
  d.value = _;
20238
20238
  }
20239
20239
  return _e(() => {
20240
- ht.removeSessionState("package-path", "package-storage");
20240
+ pt.removeSessionState("package-path", "package-storage");
20241
20241
  }), {
20242
20242
  firstName: n,
20243
20243
  phoneNumber: a,
@@ -20475,22 +20475,22 @@ const { toString: LT } = Object.prototype, { getPrototypeOf: tc } = Object, Vs =
20475
20475
  return t[r] || (t[r] = r.slice(8, -1).toLowerCase());
20476
20476
  })(/* @__PURE__ */ Object.create(null)), Ut = (t) => (t = t.toLowerCase(), (e) => Vs(e) === t), Ys = (t) => (e) => typeof e === t, { isArray: En } = Array, ma = Ys("undefined");
20477
20477
  function FT(t) {
20478
- return t !== null && !ma(t) && t.constructor !== null && !ma(t.constructor) && ot(t.constructor.isBuffer) && t.constructor.isBuffer(t);
20478
+ return t !== null && !ma(t) && t.constructor !== null && !ma(t.constructor) && lt(t.constructor.isBuffer) && t.constructor.isBuffer(t);
20479
20479
  }
20480
20480
  const l_ = Ut("ArrayBuffer");
20481
20481
  function BT(t) {
20482
20482
  let e;
20483
20483
  return typeof ArrayBuffer != "undefined" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && l_(t.buffer), e;
20484
20484
  }
20485
- const VT = Ys("string"), ot = Ys("function"), u_ = Ys("number"), Hs = (t) => t !== null && typeof t == "object", YT = (t) => t === !0 || t === !1, Fi = (t) => {
20485
+ const VT = Ys("string"), lt = Ys("function"), u_ = Ys("number"), Hs = (t) => t !== null && typeof t == "object", YT = (t) => t === !0 || t === !1, Fi = (t) => {
20486
20486
  if (Vs(t) !== "object")
20487
20487
  return !1;
20488
20488
  const e = tc(t);
20489
20489
  return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Symbol.toStringTag in t) && !(Symbol.iterator in t);
20490
- }, HT = Ut("Date"), qT = Ut("File"), zT = Ut("Blob"), UT = Ut("FileList"), WT = (t) => Hs(t) && ot(t.pipe), GT = (t) => {
20490
+ }, HT = Ut("Date"), qT = Ut("File"), zT = Ut("Blob"), UT = Ut("FileList"), WT = (t) => Hs(t) && lt(t.pipe), GT = (t) => {
20491
20491
  let e;
20492
- return t && (typeof FormData == "function" && t instanceof FormData || ot(t.append) && ((e = Vs(t)) === "formdata" || // detect form-data instance
20493
- e === "object" && ot(t.toString) && t.toString() === "[object FormData]"));
20492
+ return t && (typeof FormData == "function" && t instanceof FormData || lt(t.append) && ((e = Vs(t)) === "formdata" || // detect form-data instance
20493
+ e === "object" && lt(t.toString) && t.toString() === "[object FormData]"));
20494
20494
  }, KT = Ut("URLSearchParams"), ZT = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
20495
20495
  function Da(t, e, { allOwnKeys: r = !1 } = {}) {
20496
20496
  if (t === null || typeof t == "undefined")
@@ -20526,7 +20526,7 @@ function al() {
20526
20526
  return e;
20527
20527
  }
20528
20528
  const JT = (t, e, r, { allOwnKeys: n } = {}) => (Da(e, (a, i) => {
20529
- r && ot(a) ? t[i] = o_(a, r) : t[i] = a;
20529
+ r && lt(a) ? t[i] = o_(a, r) : t[i] = a;
20530
20530
  }, { allOwnKeys: n }), t), XT = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), QT = (t, e, r, n) => {
20531
20531
  t.prototype = Object.create(e.prototype, n), t.prototype.constructor = t, Object.defineProperty(t, "super", {
20532
20532
  value: e.prototype
@@ -20584,10 +20584,10 @@ const JT = (t, e, r, { allOwnKeys: n } = {}) => (Da(e, (a, i) => {
20584
20584
  }), Object.defineProperties(t, n);
20585
20585
  }, u2 = (t) => {
20586
20586
  h_(t, (e, r) => {
20587
- if (ot(t) && ["arguments", "caller", "callee"].indexOf(r) !== -1)
20587
+ if (lt(t) && ["arguments", "caller", "callee"].indexOf(r) !== -1)
20588
20588
  return !1;
20589
20589
  const n = t[r];
20590
- if (ot(n)) {
20590
+ if (lt(n)) {
20591
20591
  if (e.enumerable = !1, "writable" in e) {
20592
20592
  e.writable = !1;
20593
20593
  return;
@@ -20617,7 +20617,7 @@ const JT = (t, e, r, { allOwnKeys: n } = {}) => (Da(e, (a, i) => {
20617
20617
  return r;
20618
20618
  };
20619
20619
  function p2(t) {
20620
- return !!(t && ot(t.append) && t[Symbol.toStringTag] === "FormData" && t[Symbol.iterator]);
20620
+ return !!(t && lt(t.append) && t[Symbol.toStringTag] === "FormData" && t[Symbol.iterator]);
20621
20621
  }
20622
20622
  const m2 = (t) => {
20623
20623
  const e = new Array(10), r = (n, a) => {
@@ -20636,7 +20636,7 @@ const m2 = (t) => {
20636
20636
  return n;
20637
20637
  };
20638
20638
  return r(t, 0);
20639
- }, v2 = Ut("AsyncFunction"), _2 = (t) => t && (Hs(t) || ot(t)) && ot(t.then) && ot(t.catch), k = {
20639
+ }, v2 = Ut("AsyncFunction"), _2 = (t) => t && (Hs(t) || lt(t)) && lt(t.then) && lt(t.catch), k = {
20640
20640
  isArray: En,
20641
20641
  isArrayBuffer: l_,
20642
20642
  isBuffer: FT,
@@ -20652,7 +20652,7 @@ const m2 = (t) => {
20652
20652
  isFile: qT,
20653
20653
  isBlob: zT,
20654
20654
  isRegExp: l2,
20655
- isFunction: ot,
20655
+ isFunction: lt,
20656
20656
  isStream: WT,
20657
20657
  isURLSearchParams: KT,
20658
20658
  isTypedArray: n2,
@@ -20935,7 +20935,7 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", R2
20935
20935
  hasBrowserEnv: w_,
20936
20936
  hasStandardBrowserEnv: x2,
20937
20937
  hasStandardBrowserWebWorkerEnv: P2
20938
- }, Symbol.toStringTag, { value: "Module" })), It = vt(vt({}, R2), C2);
20938
+ }, Symbol.toStringTag, { value: "Module" })), It = rt(rt({}, R2), C2);
20939
20939
  function D2(t, e) {
20940
20940
  return qs(t, new It.classes.URLSearchParams(), Object.assign({
20941
20941
  visitor: function(r, n, a, i) {
@@ -21505,7 +21505,7 @@ function xf(t) {
21505
21505
  ), n.response.headers = lr.from(n.response.headers))), Promise.reject(n);
21506
21506
  });
21507
21507
  }
21508
- const Pf = (t) => t instanceof lr ? t.toJSON() : t;
21508
+ const Pf = (t) => t instanceof lr ? rt({}, t) : t;
21509
21509
  function Sn(t, e) {
21510
21510
  e = e || {};
21511
21511
  const r = {};
@@ -21572,7 +21572,7 @@ function Sn(t, e) {
21572
21572
  k.isUndefined(h) && c !== u || (r[o] = h);
21573
21573
  }), r;
21574
21574
  }
21575
- const x_ = "1.6.7", ic = {};
21575
+ const x_ = "1.6.8", ic = {};
21576
21576
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((t, e) => {
21577
21577
  ic[t] = function(n) {
21578
21578
  return typeof n === t || "a" + (e < 1 ? "n " : " ") + t;
@@ -22397,7 +22397,7 @@ const c$ = N_.exports, I_ = [
22397
22397
  });
22398
22398
  }
22399
22399
  return _e(() => {
22400
- t.isOnResultPage ? (F.typeOfCaravan = t.insuranceState.TypeOfCaravan || F.typeOfCaravan, F.length = t.insuranceState.Length || F.length, F.newOrOccasion = t.insuranceState.NewOrOccasion || F.newOrOccasion, F.purchaseValue = t.insuranceState.PurchaseValue || F.purchaseValue, F.catalogValue = t.insuranceState.CatalogValue || F.catalogValue, F.buildYear = t.insuranceState.BuildYear || F.buildYear) : ht.removeSessionState("caravan-storage", "caravan-path");
22400
+ t.isOnResultPage ? (F.typeOfCaravan = t.insuranceState.TypeOfCaravan || F.typeOfCaravan, F.length = t.insuranceState.Length || F.length, F.newOrOccasion = t.insuranceState.NewOrOccasion || F.newOrOccasion, F.purchaseValue = t.insuranceState.PurchaseValue || F.purchaseValue, F.catalogValue = t.insuranceState.CatalogValue || F.catalogValue, F.buildYear = t.insuranceState.BuildYear || F.buildYear) : pt.removeSessionState("caravan-storage", "caravan-path");
22401
22401
  }), {
22402
22402
  buildYear: s,
22403
22403
  maxPriceLength: n,
@@ -22708,7 +22708,7 @@ const q_ = H_.exports, m$ = N({
22708
22708
  DefaultSelect: De,
22709
22709
  DefaultPlainRadioGroup: $n,
22710
22710
  DefaultInput: Ce,
22711
- BFormRadioGroup: mt
22711
+ BFormRadioGroup: vt
22712
22712
  },
22713
22713
  props: {
22714
22714
  title: {
@@ -22833,7 +22833,7 @@ const _$ = U_.exports, y$ = N({
22833
22833
  DefaultSelect: De,
22834
22834
  DefaultPlainRadioGroup: $n,
22835
22835
  DefaultInput: Ce,
22836
- BFormRadioGroup: mt
22836
+ BFormRadioGroup: vt
22837
22837
  },
22838
22838
  props: {
22839
22839
  title: {
@@ -24074,7 +24074,7 @@ const ey = Q_.exports, E$ = N({
24074
24074
  onLicenseInput: i,
24075
24075
  onLicenseError: s,
24076
24076
  updateCompanyData: (l) => {
24077
- St.companyData = vt({}, l);
24077
+ St.companyData = rt({}, l);
24078
24078
  },
24079
24079
  validateBeforeSubmit: u
24080
24080
  };
@@ -24159,7 +24159,7 @@ const N$ = ry.exports, I$ = (t, e) => {
24159
24159
  hasCompaniesListValidationError: r,
24160
24160
  isMultiselectReady: n,
24161
24161
  updateCompanyData: (s) => {
24162
- St.companyData = vt({}, s);
24162
+ St.companyData = rt({}, s);
24163
24163
  },
24164
24164
  validateBeforeSubmit: a
24165
24165
  };
@@ -24223,8 +24223,8 @@ const F$ = ay.exports, B$ = N({
24223
24223
  },
24224
24224
  hasNewDesign: {
24225
24225
  required: !1,
24226
- type: String,
24227
- default: "0"
24226
+ type: Boolean,
24227
+ default: !1
24228
24228
  },
24229
24229
  userInformation: {
24230
24230
  required: !1,