@vergelijkdirect/comparison-forms 1.2.35-rc.21 → 1.2.35-rc.23

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.
@@ -7448,18 +7448,18 @@ function KS(t, e) {
7448
7448
  function Ul(t, e) {
7449
7449
  return t.slice(e, 7).concat(t.slice(0, e));
7450
7450
  }
7451
- var QS = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), yh = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), XS = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), JS = Va, eC = Va, tC = Va;
7452
- function rC(t, e) {
7451
+ var QS = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), yh = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), XS = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), JS = Va, e1 = Va, t1 = Va;
7452
+ function r1(t, e) {
7453
7453
  var r = Nt(this._weekdays) ? this._weekdays : this._weekdays[t && t !== !0 && this._weekdays.isFormat.test(e) ? "format" : "standalone"];
7454
7454
  return t === !0 ? Ul(r, this._week.dow) : t ? r[t.day()] : r;
7455
7455
  }
7456
- function nC(t) {
7456
+ function n1(t) {
7457
7457
  return t === !0 ? Ul(this._weekdaysShort, this._week.dow) : t ? this._weekdaysShort[t.day()] : this._weekdaysShort;
7458
7458
  }
7459
- function aC(t) {
7459
+ function a1(t) {
7460
7460
  return t === !0 ? Ul(this._weekdaysMin, this._week.dow) : t ? this._weekdaysMin[t.day()] : this._weekdaysMin;
7461
7461
  }
7462
- function iC(t, e, r) {
7462
+ function i1(t, e, r) {
7463
7463
  var n, a, i, o = t.toLocaleLowerCase();
7464
7464
  if (!this._weekdaysParse)
7465
7465
  for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], n = 0; n < 7; ++n)
@@ -7472,10 +7472,10 @@ function iC(t, e, r) {
7472
7472
  ).toLocaleLowerCase(), this._weekdaysParse[n] = this.weekdays(i, "").toLocaleLowerCase();
7473
7473
  return r ? e === "dddd" ? (a = Te.call(this._weekdaysParse, o), a !== -1 ? a : null) : e === "ddd" ? (a = Te.call(this._shortWeekdaysParse, o), a !== -1 ? a : null) : (a = Te.call(this._minWeekdaysParse, o), a !== -1 ? a : null) : e === "dddd" ? (a = Te.call(this._weekdaysParse, o), a !== -1 || (a = Te.call(this._shortWeekdaysParse, o), a !== -1) ? a : (a = Te.call(this._minWeekdaysParse, o), a !== -1 ? a : null)) : e === "ddd" ? (a = Te.call(this._shortWeekdaysParse, o), a !== -1 || (a = Te.call(this._weekdaysParse, o), a !== -1) ? a : (a = Te.call(this._minWeekdaysParse, o), a !== -1 ? a : null)) : (a = Te.call(this._minWeekdaysParse, o), a !== -1 || (a = Te.call(this._weekdaysParse, o), a !== -1) ? a : (a = Te.call(this._shortWeekdaysParse, o), a !== -1 ? a : null));
7474
7474
  }
7475
- function oC(t, e, r) {
7475
+ function o1(t, e, r) {
7476
7476
  var n, a, i;
7477
7477
  if (this._weekdaysParseExact)
7478
- return iC.call(this, t, e, r);
7478
+ return i1.call(this, t, e, r);
7479
7479
  for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [], this._fullWeekdaysParse = []), n = 0; n < 7; n++) {
7480
7480
  if (a = Qt([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
7481
7481
  "^" + this.weekdays(a, "").replace(".", "\\.?") + "$",
@@ -7496,19 +7496,19 @@ function oC(t, e, r) {
7496
7496
  return n;
7497
7497
  }
7498
7498
  }
7499
- function sC(t) {
7499
+ function s1(t) {
7500
7500
  if (!this.isValid())
7501
7501
  return t != null ? this : NaN;
7502
7502
  var e = ka(this, "Day");
7503
7503
  return t != null ? (t = ZS(t, this.localeData()), this.add(t - e, "d")) : e;
7504
7504
  }
7505
- function uC(t) {
7505
+ function u1(t) {
7506
7506
  if (!this.isValid())
7507
7507
  return t != null ? this : NaN;
7508
7508
  var e = (this.day() + 7 - this.localeData()._week.dow) % 7;
7509
7509
  return t == null ? e : this.add(t - e, "d");
7510
7510
  }
7511
- function lC(t) {
7511
+ function l1(t) {
7512
7512
  if (!this.isValid())
7513
7513
  return t != null ? this : NaN;
7514
7514
  if (t != null) {
@@ -7517,14 +7517,14 @@ function lC(t) {
7517
7517
  } else
7518
7518
  return this.day() || 7;
7519
7519
  }
7520
- function cC(t) {
7520
+ function c1(t) {
7521
7521
  return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysStrictRegex : this._weekdaysRegex) : (ne(this, "_weekdaysRegex") || (this._weekdaysRegex = JS), this._weekdaysStrictRegex && t ? this._weekdaysStrictRegex : this._weekdaysRegex);
7522
7522
  }
7523
- function dC(t) {
7524
- return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (ne(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = eC), this._weekdaysShortStrictRegex && t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
7523
+ function d1(t) {
7524
+ return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (ne(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = e1), this._weekdaysShortStrictRegex && t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
7525
7525
  }
7526
- function fC(t) {
7527
- return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (ne(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = tC), this._weekdaysMinStrictRegex && t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
7526
+ function f1(t) {
7527
+ return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (ne(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = t1), this._weekdaysMinStrictRegex && t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
7528
7528
  }
7529
7529
  function Yl() {
7530
7530
  function t(s, d) {
@@ -7547,12 +7547,12 @@ function Yl() {
7547
7547
  function Wl() {
7548
7548
  return this.hours() % 12 || 12;
7549
7549
  }
7550
- function pC() {
7550
+ function p1() {
7551
7551
  return this.hours() || 24;
7552
7552
  }
7553
7553
  I("H", ["HH", 2], 0, "hour");
7554
7554
  I("h", ["hh", 2], 0, Wl);
7555
- I("k", ["kk", 2], 0, pC);
7555
+ I("k", ["kk", 2], 0, p1);
7556
7556
  I("hmm", 0, 0, function() {
7557
7557
  return "" + Wl.apply(this) + Wt(this.minutes(), 2);
7558
7558
  });
@@ -7618,11 +7618,11 @@ se("Hmmss", function(t, e, r) {
7618
7618
  var n = t.length - 4, a = t.length - 2;
7619
7619
  e[je] = Z(t.substr(0, n)), e[At] = Z(t.substr(n, 2)), e[cr] = Z(t.substr(a));
7620
7620
  });
7621
- function hC(t) {
7621
+ function h1(t) {
7622
7622
  return (t + "").toLowerCase().charAt(0) === "p";
7623
7623
  }
7624
- var mC = /[ap]\.?m?\.?/i, vC = Vn("Hours", !0);
7625
- function gC(t, e, r) {
7624
+ var m1 = /[ap]\.?m?\.?/i, v1 = Vn("Hours", !0);
7625
+ function g1(t, e, r) {
7626
7626
  return t > 11 ? r ? "pm" : "PM" : r ? "am" : "AM";
7627
7627
  }
7628
7628
  var Sh = {
@@ -7638,9 +7638,9 @@ var Sh = {
7638
7638
  weekdays: QS,
7639
7639
  weekdaysMin: XS,
7640
7640
  weekdaysShort: yh,
7641
- meridiemParse: mC
7641
+ meridiemParse: m1
7642
7642
  }, ye = {}, Jn = {}, Da;
7643
- function _C(t, e) {
7643
+ function _1(t, e) {
7644
7644
  var r, n = Math.min(t.length, e.length);
7645
7645
  for (r = 0; r < n; r += 1)
7646
7646
  if (t[r] !== e[r])
@@ -7650,12 +7650,12 @@ function _C(t, e) {
7650
7650
  function cf(t) {
7651
7651
  return t && t.toLowerCase().replace("_", "-");
7652
7652
  }
7653
- function yC(t) {
7653
+ function y1(t) {
7654
7654
  for (var e = 0, r, n, a, i; e < t.length; ) {
7655
7655
  for (i = cf(t[e]).split("-"), r = i.length, n = cf(t[e + 1]), n = n ? n.split("-") : null; r > 0; ) {
7656
7656
  if (a = Yo(i.slice(0, r).join("-")), a)
7657
7657
  return a;
7658
- if (n && n.length >= r && _C(i, n) >= r - 1)
7658
+ if (n && n.length >= r && _1(i, n) >= r - 1)
7659
7659
  break;
7660
7660
  r--;
7661
7661
  }
@@ -7663,12 +7663,12 @@ function yC(t) {
7663
7663
  }
7664
7664
  return Da;
7665
7665
  }
7666
- function bC(t) {
7666
+ function b1(t) {
7667
7667
  return !!(t && t.match("^[^/\\\\]*$"));
7668
7668
  }
7669
7669
  function Yo(t) {
7670
7670
  var e = null, r;
7671
- if (ye[t] === void 0 && typeof module != "undefined" && module && module.exports && bC(t))
7671
+ if (ye[t] === void 0 && typeof module != "undefined" && module && module.exports && b1(t))
7672
7672
  try {
7673
7673
  e = Da._abbr, r = require, r("./locale/" + t), Dr(e);
7674
7674
  } catch (n) {
@@ -7706,7 +7706,7 @@ function Gl(t, e) {
7706
7706
  } else
7707
7707
  return delete ye[t], null;
7708
7708
  }
7709
- function wC(t, e) {
7709
+ function w1(t, e) {
7710
7710
  if (e != null) {
7711
7711
  var r, n, a = Sh;
7712
7712
  ye[t] != null && ye[t].parentLocale != null ? ye[t].set(mu(ye[t]._config, e)) : (n = Yo(t), n != null && (a = n._config), e = mu(a, e), n == null && (e.abbr = t), r = new Fl(e), r.parentLocale = ye[t], ye[t] = r), Dr(t);
@@ -7723,16 +7723,16 @@ function yr(t) {
7723
7723
  return e;
7724
7724
  t = [t];
7725
7725
  }
7726
- return yC(t);
7726
+ return y1(t);
7727
7727
  }
7728
- function SC() {
7728
+ function S1() {
7729
7729
  return vu(ye);
7730
7730
  }
7731
7731
  function Zl(t) {
7732
7732
  var e, r = t._a;
7733
7733
  return r && V(t).overflow === -2 && (e = r[lr] < 0 || r[lr] > 11 ? lr : r[zt] < 1 || r[zt] > zl(r[Qe], r[lr]) ? zt : r[je] < 0 || r[je] > 24 || r[je] === 24 && (r[At] !== 0 || r[cr] !== 0 || r[Wr] !== 0) ? je : r[At] < 0 || r[At] > 59 ? At : r[cr] < 0 || r[cr] > 59 ? cr : r[Wr] < 0 || r[Wr] > 999 ? Wr : -1, V(t)._overflowDayOfYear && (e < Qe || e > zt) && (e = zt), V(t)._overflowWeeks && e === -1 && (e = xS), V(t)._overflowWeekday && e === -1 && (e = PS), V(t).overflow = e), t;
7734
7734
  }
7735
- var CC = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, OC = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, kC = /Z|[+-]\d\d(?::?\d\d)?/, Bi = [
7735
+ var C1 = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, O1 = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, k1 = /Z|[+-]\d\d(?::?\d\d)?/, Bi = [
7736
7736
  ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
7737
7737
  ["YYYY-MM-DD", /\d{4}-\d\d-\d\d/],
7738
7738
  ["GGGG-[W]WW-E", /\d{4}-W\d\d-\d/],
@@ -7756,7 +7756,7 @@ var CC = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(
7756
7756
  ["HHmmss", /\d\d\d\d\d\d/],
7757
7757
  ["HHmm", /\d\d\d\d/],
7758
7758
  ["HH", /\d\d/]
7759
- ], xC = /^\/?Date\((-?\d+)/i, PC = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/, DC = {
7759
+ ], x1 = /^\/?Date\((-?\d+)/i, P1 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/, D1 = {
7760
7760
  UT: 0,
7761
7761
  GMT: 0,
7762
7762
  EDT: -4 * 60,
@@ -7769,7 +7769,7 @@ var CC = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(
7769
7769
  PST: -8 * 60
7770
7770
  };
7771
7771
  function Ch(t) {
7772
- var e, r, n = t._i, a = CC.exec(n) || OC.exec(n), i, o, u, c, l = Bi.length, s = $s.length;
7772
+ var e, r, n = t._i, a = C1.exec(n) || O1.exec(n), i, o, u, c, l = Bi.length, s = $s.length;
7773
7773
  if (a) {
7774
7774
  for (V(t).iso = !0, e = 0, r = l; e < r; e++)
7775
7775
  if (Bi[e][1].exec(a[1])) {
@@ -7796,7 +7796,7 @@ function Ch(t) {
7796
7796
  return;
7797
7797
  }
7798
7798
  if (a[4])
7799
- if (kC.exec(a[4]))
7799
+ if (k1.exec(a[4]))
7800
7800
  c = "Z";
7801
7801
  else {
7802
7802
  t._isValid = !1;
@@ -7806,9 +7806,9 @@ function Ch(t) {
7806
7806
  } else
7807
7807
  t._isValid = !1;
7808
7808
  }
7809
- function RC(t, e, r, n, a, i) {
7809
+ function R1(t, e, r, n, a, i) {
7810
7810
  var o = [
7811
- TC(t),
7811
+ T1(t),
7812
7812
  ph.indexOf(e),
7813
7813
  parseInt(r, 10),
7814
7814
  parseInt(n, 10),
@@ -7816,14 +7816,14 @@ function RC(t, e, r, n, a, i) {
7816
7816
  ];
7817
7817
  return i && o.push(parseInt(i, 10)), o;
7818
7818
  }
7819
- function TC(t) {
7819
+ function T1(t) {
7820
7820
  var e = parseInt(t, 10);
7821
7821
  return e <= 49 ? 2e3 + e : e <= 999 ? 1900 + e : e;
7822
7822
  }
7823
- function EC(t) {
7823
+ function E1(t) {
7824
7824
  return t.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, "");
7825
7825
  }
7826
- function AC(t, e, r) {
7826
+ function A1(t, e, r) {
7827
7827
  if (t) {
7828
7828
  var n = yh.indexOf(t), a = new Date(
7829
7829
  e[0],
@@ -7835,32 +7835,32 @@ function AC(t, e, r) {
7835
7835
  }
7836
7836
  return !0;
7837
7837
  }
7838
- function $C(t, e, r) {
7838
+ function $1(t, e, r) {
7839
7839
  if (t)
7840
- return DC[t];
7840
+ return D1[t];
7841
7841
  if (e)
7842
7842
  return 0;
7843
7843
  var n = parseInt(r, 10), a = n % 100, i = (n - a) / 100;
7844
7844
  return i * 60 + a;
7845
7845
  }
7846
7846
  function Oh(t) {
7847
- var e = PC.exec(EC(t._i)), r;
7847
+ var e = P1.exec(E1(t._i)), r;
7848
7848
  if (e) {
7849
- if (r = RC(
7849
+ if (r = R1(
7850
7850
  e[4],
7851
7851
  e[3],
7852
7852
  e[2],
7853
7853
  e[5],
7854
7854
  e[6],
7855
7855
  e[7]
7856
- ), !AC(e[1], r, t))
7856
+ ), !A1(e[1], r, t))
7857
7857
  return;
7858
- t._a = r, t._tzm = $C(e[8], e[9], e[10]), t._d = xa.apply(null, t._a), t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), V(t).rfc2822 = !0;
7858
+ t._a = r, t._tzm = $1(e[8], e[9], e[10]), t._d = xa.apply(null, t._a), t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), V(t).rfc2822 = !0;
7859
7859
  } else
7860
7860
  t._isValid = !1;
7861
7861
  }
7862
- function MC(t) {
7863
- var e = xC.exec(t._i);
7862
+ function M1(t) {
7863
+ var e = x1.exec(t._i);
7864
7864
  if (e !== null) {
7865
7865
  t._d = /* @__PURE__ */ new Date(+e[1]);
7866
7866
  return;
@@ -7884,7 +7884,7 @@ D.createFromInputFallback = kt(
7884
7884
  function mn(t, e, r) {
7885
7885
  return t != null ? t : e != null ? e : r;
7886
7886
  }
7887
- function NC(t) {
7887
+ function N1(t) {
7888
7888
  var e = new Date(D.now());
7889
7889
  return t._useUTC ? [
7890
7890
  e.getUTCFullYear(),
@@ -7895,7 +7895,7 @@ function NC(t) {
7895
7895
  function Kl(t) {
7896
7896
  var e, r, n = [], a, i, o;
7897
7897
  if (!t._d) {
7898
- for (a = NC(t), t._w && t._a[zt] == null && t._a[lr] == null && IC(t), t._dayOfYear != null && (o = mn(t._a[Qe], a[Qe]), (t._dayOfYear > _a(o) || t._dayOfYear === 0) && (V(t)._overflowDayOfYear = !0), r = xa(o, 0, t._dayOfYear), t._a[lr] = r.getUTCMonth(), t._a[zt] = r.getUTCDate()), e = 0; e < 3 && t._a[e] == null; ++e)
7898
+ for (a = N1(t), t._w && t._a[zt] == null && t._a[lr] == null && I1(t), t._dayOfYear != null && (o = mn(t._a[Qe], a[Qe]), (t._dayOfYear > _a(o) || t._dayOfYear === 0) && (V(t)._overflowDayOfYear = !0), r = xa(o, 0, t._dayOfYear), t._a[lr] = r.getUTCMonth(), t._a[zt] = r.getUTCDate()), e = 0; e < 3 && t._a[e] == null; ++e)
7899
7899
  t._a[e] = n[e] = a[e];
7900
7900
  for (; e < 7; e++)
7901
7901
  t._a[e] = n[e] = t._a[e] == null ? e === 2 ? 1 : 0 : t._a[e];
@@ -7905,7 +7905,7 @@ function Kl(t) {
7905
7905
  ), i = t._useUTC ? t._d.getUTCDay() : t._d.getDay(), t._tzm != null && t._d.setUTCMinutes(t._d.getUTCMinutes() - t._tzm), t._nextDay && (t._a[je] = 24), t._w && typeof t._w.d != "undefined" && t._w.d !== i && (V(t).weekdayMismatch = !0);
7906
7906
  }
7907
7907
  }
7908
- function IC(t) {
7908
+ function I1(t) {
7909
7909
  var e, r, n, a, i, o, u, c, l;
7910
7910
  e = t._w, e.GG != null || e.W != null || e.E != null ? (i = 1, o = 4, r = mn(
7911
7911
  e.GG,
@@ -7932,17 +7932,17 @@ function Ql(t) {
7932
7932
  i = a[r], n = (e.match(CS(i, t)) || [])[0], n && (o = e.substr(0, e.indexOf(n)), o.length > 0 && V(t).unusedInput.push(o), e = e.slice(
7933
7933
  e.indexOf(n) + n.length
7934
7934
  ), c += n.length), Cn[i] ? (n ? V(t).empty = !1 : V(t).unusedTokens.push(i), kS(i, n, t)) : t._strict && !n && V(t).unusedTokens.push(i);
7935
- V(t).charsLeftOver = u - c, e.length > 0 && V(t).unusedInput.push(e), t._a[je] <= 12 && V(t).bigHour === !0 && t._a[je] > 0 && (V(t).bigHour = void 0), V(t).parsedDateParts = t._a.slice(0), V(t).meridiem = t._meridiem, t._a[je] = jC(
7935
+ V(t).charsLeftOver = u - c, e.length > 0 && V(t).unusedInput.push(e), t._a[je] <= 12 && V(t).bigHour === !0 && t._a[je] > 0 && (V(t).bigHour = void 0), V(t).parsedDateParts = t._a.slice(0), V(t).meridiem = t._meridiem, t._a[je] = j1(
7936
7936
  t._locale,
7937
7937
  t._a[je],
7938
7938
  t._meridiem
7939
7939
  ), l = V(t).era, l !== null && (t._a[Qe] = t._locale.erasConvertYear(l, t._a[Qe])), Kl(t), Zl(t);
7940
7940
  }
7941
- function jC(t, e, r) {
7941
+ function j1(t, e, r) {
7942
7942
  var n;
7943
7943
  return r == null ? e : t.meridiemHour != null ? t.meridiemHour(e, r) : (t.isPM != null && (n = t.isPM(r), n && e < 12 && (e += 12), !n && e === 12 && (e = 0)), e);
7944
7944
  }
7945
- function FC(t) {
7945
+ function F1(t) {
7946
7946
  var e, r, n, a, i, o, u = !1, c = t._f.length;
7947
7947
  if (c === 0) {
7948
7948
  V(t).invalidFormat = !0, t._d = /* @__PURE__ */ new Date(NaN);
@@ -7952,7 +7952,7 @@ function FC(t) {
7952
7952
  i = 0, o = !1, e = jl({}, t), t._useUTC != null && (e._useUTC = t._useUTC), e._f = t._f[a], Ql(e), Il(e) && (o = !0), i += V(e).charsLeftOver, i += V(e).unusedTokens.length * 10, V(e).score = i, u ? i < n && (n = i, r = e) : (n == null || i < n || o) && (n = i, r = e, o && (u = !0));
7953
7953
  xr(t, r || e);
7954
7954
  }
7955
- function LC(t) {
7955
+ function L1(t) {
7956
7956
  if (!t._d) {
7957
7957
  var e = Bl(t._i), r = e.day === void 0 ? e.date : e.day;
7958
7958
  t._a = nh(
@@ -7963,34 +7963,34 @@ function LC(t) {
7963
7963
  ), Kl(t);
7964
7964
  }
7965
7965
  }
7966
- function BC(t) {
7966
+ function B1(t) {
7967
7967
  var e = new qa(Zl(kh(t)));
7968
7968
  return e._nextDay && (e.add(1, "d"), e._nextDay = void 0), e;
7969
7969
  }
7970
7970
  function kh(t) {
7971
7971
  var e = t._i, r = t._f;
7972
- return t._locale = t._locale || yr(t._l), e === null || r === void 0 && e === "" ? Lo({ nullInput: !0 }) : (typeof e == "string" && (t._i = e = t._locale.preparse(e)), It(e) ? new qa(Zl(e)) : (Ba(e) ? t._d = e : Nt(r) ? FC(t) : r ? Ql(t) : qC(t), Il(t) || (t._d = null), t));
7972
+ return t._locale = t._locale || yr(t._l), e === null || r === void 0 && e === "" ? Lo({ nullInput: !0 }) : (typeof e == "string" && (t._i = e = t._locale.preparse(e)), It(e) ? new qa(Zl(e)) : (Ba(e) ? t._d = e : Nt(r) ? F1(t) : r ? Ql(t) : q1(t), Il(t) || (t._d = null), t));
7973
7973
  }
7974
- function qC(t) {
7974
+ function q1(t) {
7975
7975
  var e = t._i;
7976
- rt(e) ? t._d = new Date(D.now()) : Ba(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? MC(t) : Nt(e) ? (t._a = nh(e.slice(0), function(r) {
7976
+ rt(e) ? t._d = new Date(D.now()) : Ba(e) ? t._d = new Date(e.valueOf()) : typeof e == "string" ? M1(t) : Nt(e) ? (t._a = nh(e.slice(0), function(r) {
7977
7977
  return parseInt(r, 10);
7978
- }), Kl(t)) : Gr(e) ? LC(t) : gr(e) ? t._d = new Date(e) : D.createFromInputFallback(t);
7978
+ }), Kl(t)) : Gr(e) ? L1(t) : gr(e) ? t._d = new Date(e) : D.createFromInputFallback(t);
7979
7979
  }
7980
7980
  function xh(t, e, r, n, a) {
7981
7981
  var i = {};
7982
- return (e === !0 || e === !1) && (n = e, e = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (Gr(t) && Nl(t) || Nt(t) && t.length === 0) && (t = void 0), i._isAMomentObject = !0, i._useUTC = i._isUTC = a, i._l = r, i._i = t, i._f = e, i._strict = n, BC(i);
7982
+ return (e === !0 || e === !1) && (n = e, e = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (Gr(t) && Nl(t) || Nt(t) && t.length === 0) && (t = void 0), i._isAMomentObject = !0, i._useUTC = i._isUTC = a, i._l = r, i._i = t, i._f = e, i._strict = n, B1(i);
7983
7983
  }
7984
7984
  function ve(t, e, r, n) {
7985
7985
  return xh(t, e, r, n, !1);
7986
7986
  }
7987
- var VC = kt(
7987
+ var V1 = kt(
7988
7988
  "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
7989
7989
  function() {
7990
7990
  var t = ve.apply(null, arguments);
7991
7991
  return this.isValid() && t.isValid() ? t < this ? this : t : Lo();
7992
7992
  }
7993
- ), HC = kt(
7993
+ ), H1 = kt(
7994
7994
  "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
7995
7995
  function() {
7996
7996
  var t = ve.apply(null, arguments);
@@ -8005,15 +8005,15 @@ function Ph(t, e) {
8005
8005
  (!e[n].isValid() || e[n][t](r)) && (r = e[n]);
8006
8006
  return r;
8007
8007
  }
8008
- function zC() {
8008
+ function z1() {
8009
8009
  var t = [].slice.call(arguments, 0);
8010
8010
  return Ph("isBefore", t);
8011
8011
  }
8012
- function UC() {
8012
+ function U1() {
8013
8013
  var t = [].slice.call(arguments, 0);
8014
8014
  return Ph("isAfter", t);
8015
8015
  }
8016
- var YC = function() {
8016
+ var Y1 = function() {
8017
8017
  return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
8018
8018
  }, ea = [
8019
8019
  "year",
@@ -8026,7 +8026,7 @@ var YC = function() {
8026
8026
  "second",
8027
8027
  "millisecond"
8028
8028
  ];
8029
- function WC(t) {
8029
+ function W1(t) {
8030
8030
  var e, r = !1, n, a = ea.length;
8031
8031
  for (e in t)
8032
8032
  if (ne(t, e) && !(Te.call(ea, e) !== -1 && (t[e] == null || !isNaN(t[e]))))
@@ -8039,15 +8039,15 @@ function WC(t) {
8039
8039
  }
8040
8040
  return !0;
8041
8041
  }
8042
- function GC() {
8042
+ function G1() {
8043
8043
  return this._isValid;
8044
8044
  }
8045
- function ZC() {
8045
+ function Z1() {
8046
8046
  return Bt(NaN);
8047
8047
  }
8048
8048
  function Wo(t) {
8049
8049
  var e = Bl(t), r = e.year || 0, n = e.quarter || 0, a = e.month || 0, i = e.week || e.isoWeek || 0, o = e.day || 0, u = e.hour || 0, c = e.minute || 0, l = e.second || 0, s = e.millisecond || 0;
8050
- this._isValid = WC(e), this._milliseconds = +s + l * 1e3 + // 1000
8050
+ this._isValid = W1(e), this._milliseconds = +s + l * 1e3 + // 1000
8051
8051
  c * 6e4 + // 1000 * 60
8052
8052
  u * 1e3 * 60 * 60, this._days = +o + i * 7, this._months = +a + n * 3 + r * 12, this._data = {}, this._locale = yr(), this._bubble();
8053
8053
  }
@@ -8057,7 +8057,7 @@ function ro(t) {
8057
8057
  function _u(t) {
8058
8058
  return t < 0 ? Math.round(-1 * t) * -1 : Math.round(t);
8059
8059
  }
8060
- function KC(t, e, r) {
8060
+ function K1(t, e, r) {
8061
8061
  var n = Math.min(t.length, e.length), a = Math.abs(t.length - e.length), i = 0, o;
8062
8062
  for (o = 0; o < n; o++)
8063
8063
  (r && t[o] !== e[o] || !r && Z(t[o]) !== Z(e[o])) && i++;
@@ -8076,10 +8076,10 @@ T("ZZ", zo);
8076
8076
  se(["Z", "ZZ"], function(t, e, r) {
8077
8077
  r._useUTC = !0, r._tzm = Xl(zo, t);
8078
8078
  });
8079
- var QC = /([\+\-]|\d\d)/gi;
8079
+ var Q1 = /([\+\-]|\d\d)/gi;
8080
8080
  function Xl(t, e) {
8081
8081
  var r = (e || "").match(t), n, a, i;
8082
- return r === null ? null : (n = r[r.length - 1] || [], a = (n + "").match(QC) || ["-", 0, 0], i = +(a[1] * 60) + Z(a[2]), i === 0 ? 0 : a[0] === "+" ? i : -i);
8082
+ return r === null ? null : (n = r[r.length - 1] || [], a = (n + "").match(Q1) || ["-", 0, 0], i = +(a[1] * 60) + Z(a[2]), i === 0 ? 0 : a[0] === "+" ? i : -i);
8083
8083
  }
8084
8084
  function Jl(t, e) {
8085
8085
  var r, n;
@@ -8090,7 +8090,7 @@ function yu(t) {
8090
8090
  }
8091
8091
  D.updateOffset = function() {
8092
8092
  };
8093
- function XC(t, e, r) {
8093
+ function X1(t, e, r) {
8094
8094
  var n = this._offset || 0, a;
8095
8095
  if (!this.isValid())
8096
8096
  return t != null ? this : NaN;
@@ -8109,16 +8109,16 @@ function XC(t, e, r) {
8109
8109
  } else
8110
8110
  return this._isUTC ? n : yu(this);
8111
8111
  }
8112
- function JC(t, e) {
8112
+ function J1(t, e) {
8113
8113
  return t != null ? (typeof t != "string" && (t = -t), this.utcOffset(t, e), this) : -this.utcOffset();
8114
8114
  }
8115
- function e1(t) {
8115
+ function eC(t) {
8116
8116
  return this.utcOffset(0, t);
8117
8117
  }
8118
- function t1(t) {
8118
+ function tC(t) {
8119
8119
  return this._isUTC && (this.utcOffset(0, t), this._isUTC = !1, t && this.subtract(yu(this), "m")), this;
8120
8120
  }
8121
- function r1() {
8121
+ function rC() {
8122
8122
  if (this._tzm != null)
8123
8123
  this.utcOffset(this._tzm, !1, !0);
8124
8124
  else if (typeof this._i == "string") {
@@ -8127,35 +8127,35 @@ function r1() {
8127
8127
  }
8128
8128
  return this;
8129
8129
  }
8130
- function n1(t) {
8130
+ function nC(t) {
8131
8131
  return this.isValid() ? (t = t ? ve(t).utcOffset() : 0, (this.utcOffset() - t) % 60 === 0) : !1;
8132
8132
  }
8133
- function a1() {
8133
+ function aC() {
8134
8134
  return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
8135
8135
  }
8136
- function i1() {
8136
+ function iC() {
8137
8137
  if (!rt(this._isDSTShifted))
8138
8138
  return this._isDSTShifted;
8139
8139
  var t = {}, e;
8140
- return jl(t, this), t = kh(t), t._a ? (e = t._isUTC ? Qt(t._a) : ve(t._a), this._isDSTShifted = this.isValid() && KC(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
8140
+ return jl(t, this), t = kh(t), t._a ? (e = t._isUTC ? Qt(t._a) : ve(t._a), this._isDSTShifted = this.isValid() && K1(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
8141
8141
  }
8142
- function o1() {
8142
+ function oC() {
8143
8143
  return this.isValid() ? !this._isUTC : !1;
8144
8144
  }
8145
- function s1() {
8145
+ function sC() {
8146
8146
  return this.isValid() ? this._isUTC : !1;
8147
8147
  }
8148
8148
  function Rh() {
8149
8149
  return this.isValid() ? this._isUTC && this._offset === 0 : !1;
8150
8150
  }
8151
- var u1 = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, l1 = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
8151
+ var uC = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, lC = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
8152
8152
  function Bt(t, e) {
8153
8153
  var r = t, n = null, a, i, o;
8154
8154
  return ro(t) ? r = {
8155
8155
  ms: t._milliseconds,
8156
8156
  d: t._days,
8157
8157
  M: t._months
8158
- } : gr(t) || !isNaN(+t) ? (r = {}, e ? r[e] = +t : r.milliseconds = +t) : (n = u1.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
8158
+ } : gr(t) || !isNaN(+t) ? (r = {}, e ? r[e] = +t : r.milliseconds = +t) : (n = uC.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
8159
8159
  y: 0,
8160
8160
  d: Z(n[zt]) * a,
8161
8161
  h: Z(n[je]) * a,
@@ -8163,7 +8163,7 @@ function Bt(t, e) {
8163
8163
  s: Z(n[cr]) * a,
8164
8164
  ms: Z(_u(n[Wr] * 1e3)) * a
8165
8165
  // the millisecond decimal point is included in the match
8166
- }) : (n = l1.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
8166
+ }) : (n = lC.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
8167
8167
  y: Lr(n[2], a),
8168
8168
  M: Lr(n[3], a),
8169
8169
  w: Lr(n[4], a),
@@ -8171,13 +8171,13 @@ function Bt(t, e) {
8171
8171
  h: Lr(n[6], a),
8172
8172
  m: Lr(n[7], a),
8173
8173
  s: Lr(n[8], a)
8174
- }) : r == null ? r = {} : typeof r == "object" && ("from" in r || "to" in r) && (o = c1(
8174
+ }) : r == null ? r = {} : typeof r == "object" && ("from" in r || "to" in r) && (o = cC(
8175
8175
  ve(r.from),
8176
8176
  ve(r.to)
8177
8177
  ), r = {}, r.ms = o.milliseconds, r.M = o.months), i = new Wo(r), ro(t) && ne(t, "_locale") && (i._locale = t._locale), ro(t) && ne(t, "_isValid") && (i._isValid = t._isValid), i;
8178
8178
  }
8179
8179
  Bt.fn = Wo.prototype;
8180
- Bt.invalid = ZC;
8180
+ Bt.invalid = Z1;
8181
8181
  function Lr(t, e) {
8182
8182
  var r = t && parseFloat(t.replace(",", "."));
8183
8183
  return (isNaN(r) ? 0 : r) * e;
@@ -8186,7 +8186,7 @@ function df(t, e) {
8186
8186
  var r = {};
8187
8187
  return r.months = e.month() - t.month() + (e.year() - t.year()) * 12, t.clone().add(r.months, "M").isAfter(e) && --r.months, r.milliseconds = +e - +t.clone().add(r.months, "M"), r;
8188
8188
  }
8189
- function c1(t, e) {
8189
+ function cC(t, e) {
8190
8190
  var r;
8191
8191
  return t.isValid() && e.isValid() ? (e = Jl(e, t), t.isBefore(e) ? r = df(t, e) : (r = df(e, t), r.milliseconds = -r.milliseconds, r.months = -r.months), r) : { milliseconds: 0, months: 0 };
8192
8192
  }
@@ -8203,14 +8203,14 @@ function Eh(t, e, r, n) {
8203
8203
  var a = e._milliseconds, i = _u(e._days), o = _u(e._months);
8204
8204
  t.isValid() && (n = n == null ? !0 : n, o && mh(t, ka(t, "Month") + o * r), i && fh(t, "Date", ka(t, "Date") + i * r), a && t._d.setTime(t._d.valueOf() + a * r), n && D.updateOffset(t, i || o));
8205
8205
  }
8206
- var d1 = Th(1, "add"), f1 = Th(-1, "subtract");
8206
+ var dC = Th(1, "add"), fC = Th(-1, "subtract");
8207
8207
  function Ah(t) {
8208
8208
  return typeof t == "string" || t instanceof String;
8209
8209
  }
8210
- function p1(t) {
8211
- return It(t) || Ba(t) || Ah(t) || gr(t) || m1(t) || h1(t) || t === null || t === void 0;
8210
+ function pC(t) {
8211
+ return It(t) || Ba(t) || Ah(t) || gr(t) || mC(t) || hC(t) || t === null || t === void 0;
8212
8212
  }
8213
- function h1(t) {
8213
+ function hC(t) {
8214
8214
  var e = Gr(t) && !Nl(t), r = !1, n = [
8215
8215
  "years",
8216
8216
  "year",
@@ -8241,13 +8241,13 @@ function h1(t) {
8241
8241
  i = n[a], r = r || ne(t, i);
8242
8242
  return e && r;
8243
8243
  }
8244
- function m1(t) {
8244
+ function mC(t) {
8245
8245
  var e = Nt(t), r = !1;
8246
8246
  return e && (r = t.filter(function(n) {
8247
8247
  return !gr(n) && Ah(t);
8248
8248
  }).length === 0), e && r;
8249
8249
  }
8250
- function v1(t) {
8250
+ function vC(t) {
8251
8251
  var e = Gr(t) && !Nl(t), r = !1, n = [
8252
8252
  "sameDay",
8253
8253
  "nextDay",
@@ -8260,43 +8260,43 @@ function v1(t) {
8260
8260
  i = n[a], r = r || ne(t, i);
8261
8261
  return e && r;
8262
8262
  }
8263
- function g1(t, e) {
8263
+ function gC(t, e) {
8264
8264
  var r = t.diff(e, "days", !0);
8265
8265
  return r < -6 ? "sameElse" : r < -1 ? "lastWeek" : r < 0 ? "lastDay" : r < 1 ? "sameDay" : r < 2 ? "nextDay" : r < 7 ? "nextWeek" : "sameElse";
8266
8266
  }
8267
- function _1(t, e) {
8268
- arguments.length === 1 && (arguments[0] ? p1(arguments[0]) ? (t = arguments[0], e = void 0) : v1(arguments[0]) && (e = arguments[0], t = void 0) : (t = void 0, e = void 0));
8267
+ function _C(t, e) {
8268
+ arguments.length === 1 && (arguments[0] ? pC(arguments[0]) ? (t = arguments[0], e = void 0) : vC(arguments[0]) && (e = arguments[0], t = void 0) : (t = void 0, e = void 0));
8269
8269
  var r = t || ve(), n = Jl(r, this).startOf("day"), a = D.calendarFormat(this, n) || "sameElse", i = e && (Xt(e[a]) ? e[a].call(this, r) : e[a]);
8270
8270
  return this.format(
8271
8271
  i || this.localeData().calendar(a, this, ve(r))
8272
8272
  );
8273
8273
  }
8274
- function y1() {
8274
+ function yC() {
8275
8275
  return new qa(this);
8276
8276
  }
8277
- function b1(t, e) {
8277
+ function bC(t, e) {
8278
8278
  var r = It(t) ? t : ve(t);
8279
8279
  return this.isValid() && r.isValid() ? (e = xt(e) || "millisecond", e === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(e).valueOf()) : !1;
8280
8280
  }
8281
- function w1(t, e) {
8281
+ function wC(t, e) {
8282
8282
  var r = It(t) ? t : ve(t);
8283
8283
  return this.isValid() && r.isValid() ? (e = xt(e) || "millisecond", e === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(e).valueOf() < r.valueOf()) : !1;
8284
8284
  }
8285
- function S1(t, e, r, n) {
8285
+ function SC(t, e, r, n) {
8286
8286
  var a = It(t) ? t : ve(t), i = It(e) ? e : ve(e);
8287
8287
  return this.isValid() && a.isValid() && i.isValid() ? (n = n || "()", (n[0] === "(" ? this.isAfter(a, r) : !this.isBefore(a, r)) && (n[1] === ")" ? this.isBefore(i, r) : !this.isAfter(i, r))) : !1;
8288
8288
  }
8289
- function C1(t, e) {
8289
+ function CC(t, e) {
8290
8290
  var r = It(t) ? t : ve(t), n;
8291
8291
  return this.isValid() && r.isValid() ? (e = xt(e) || "millisecond", e === "millisecond" ? this.valueOf() === r.valueOf() : (n = r.valueOf(), this.clone().startOf(e).valueOf() <= n && n <= this.clone().endOf(e).valueOf())) : !1;
8292
8292
  }
8293
- function O1(t, e) {
8293
+ function OC(t, e) {
8294
8294
  return this.isSame(t, e) || this.isAfter(t, e);
8295
8295
  }
8296
- function k1(t, e) {
8296
+ function kC(t, e) {
8297
8297
  return this.isSame(t, e) || this.isBefore(t, e);
8298
8298
  }
8299
- function x1(t, e, r) {
8299
+ function xC(t, e, r) {
8300
8300
  var n, a, i;
8301
8301
  if (!this.isValid())
8302
8302
  return NaN;
@@ -8340,10 +8340,10 @@ function no(t, e) {
8340
8340
  }
8341
8341
  D.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
8342
8342
  D.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
8343
- function P1() {
8343
+ function PC() {
8344
8344
  return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
8345
8345
  }
8346
- function D1(t) {
8346
+ function DC(t) {
8347
8347
  if (!this.isValid())
8348
8348
  return null;
8349
8349
  var e = t !== !0, r = e ? this.clone().utc() : this;
@@ -8355,27 +8355,27 @@ function D1(t) {
8355
8355
  e ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ"
8356
8356
  );
8357
8357
  }
8358
- function R1() {
8358
+ function RC() {
8359
8359
  if (!this.isValid())
8360
8360
  return "moment.invalid(/* " + this._i + " */)";
8361
8361
  var t = "moment", e = "", r, n, a, i;
8362
8362
  return this.isLocal() || (t = this.utcOffset() === 0 ? "moment.utc" : "moment.parseZone", e = "Z"), r = "[" + t + '("]', n = 0 <= this.year() && this.year() <= 9999 ? "YYYY" : "YYYYYY", a = "-MM-DD[T]HH:mm:ss.SSS", i = e + '[")]', this.format(r + n + a + i);
8363
8363
  }
8364
- function T1(t) {
8364
+ function TC(t) {
8365
8365
  t || (t = this.isUtc() ? D.defaultFormatUtc : D.defaultFormat);
8366
8366
  var e = to(this, t);
8367
8367
  return this.localeData().postformat(e);
8368
8368
  }
8369
- function E1(t, e) {
8369
+ function EC(t, e) {
8370
8370
  return this.isValid() && (It(t) && t.isValid() || ve(t).isValid()) ? Bt({ to: this, from: t }).locale(this.locale()).humanize(!e) : this.localeData().invalidDate();
8371
8371
  }
8372
- function A1(t) {
8372
+ function AC(t) {
8373
8373
  return this.from(ve(), t);
8374
8374
  }
8375
- function $1(t, e) {
8375
+ function $C(t, e) {
8376
8376
  return this.isValid() && (It(t) && t.isValid() || ve(t).isValid()) ? Bt({ from: this, to: t }).locale(this.locale()).humanize(!e) : this.localeData().invalidDate();
8377
8377
  }
8378
- function M1(t) {
8378
+ function MC(t) {
8379
8379
  return this.to(ve(), t);
8380
8380
  }
8381
8381
  function $h(t) {
@@ -8401,7 +8401,7 @@ function jh(t, e, r) {
8401
8401
  function Fh(t, e, r) {
8402
8402
  return t < 100 && t >= 0 ? Date.UTC(t + 400, e, r) - Ih : Date.UTC(t, e, r);
8403
8403
  }
8404
- function N1(t) {
8404
+ function NC(t) {
8405
8405
  var e, r;
8406
8406
  if (t = xt(t), t === void 0 || t === "millisecond" || !this.isValid())
8407
8407
  return this;
@@ -8452,7 +8452,7 @@ function N1(t) {
8452
8452
  }
8453
8453
  return this._d.setTime(e), D.updateOffset(this, !0), this;
8454
8454
  }
8455
- function I1(t) {
8455
+ function IC(t) {
8456
8456
  var e, r;
8457
8457
  if (t = xt(t), t === void 0 || t === "millisecond" || !this.isValid())
8458
8458
  return this;
@@ -8503,16 +8503,16 @@ function I1(t) {
8503
8503
  }
8504
8504
  return this._d.setTime(e), D.updateOffset(this, !0), this;
8505
8505
  }
8506
- function j1() {
8506
+ function jC() {
8507
8507
  return this._d.valueOf() - (this._offset || 0) * 6e4;
8508
8508
  }
8509
- function F1() {
8509
+ function FC() {
8510
8510
  return Math.floor(this.valueOf() / 1e3);
8511
8511
  }
8512
- function L1() {
8512
+ function LC() {
8513
8513
  return new Date(this.valueOf());
8514
8514
  }
8515
- function B1() {
8515
+ function BC() {
8516
8516
  var t = this;
8517
8517
  return [
8518
8518
  t.year(),
@@ -8524,7 +8524,7 @@ function B1() {
8524
8524
  t.millisecond()
8525
8525
  ];
8526
8526
  }
8527
- function q1() {
8527
+ function qC() {
8528
8528
  var t = this;
8529
8529
  return {
8530
8530
  years: t.year(),
@@ -8536,19 +8536,19 @@ function q1() {
8536
8536
  milliseconds: t.milliseconds()
8537
8537
  };
8538
8538
  }
8539
- function V1() {
8539
+ function VC() {
8540
8540
  return this.isValid() ? this.toISOString() : null;
8541
8541
  }
8542
- function H1() {
8542
+ function HC() {
8543
8543
  return Il(this);
8544
8544
  }
8545
- function z1() {
8545
+ function zC() {
8546
8546
  return xr({}, V(this));
8547
8547
  }
8548
- function U1() {
8548
+ function UC() {
8549
8549
  return V(this).overflow;
8550
8550
  }
8551
- function Y1() {
8551
+ function YC() {
8552
8552
  return {
8553
8553
  input: this._i,
8554
8554
  format: this._f,
@@ -8588,7 +8588,7 @@ se(["yo"], function(t, e, r, n) {
8588
8588
  var a;
8589
8589
  r._locale._eraYearOrdinalRegex && (a = t.match(r._locale._eraYearOrdinalRegex)), r._locale.eraYearOrdinalParse ? e[Qe] = r._locale.eraYearOrdinalParse(t, a) : e[Qe] = parseInt(t, 10);
8590
8590
  });
8591
- function W1(t, e) {
8591
+ function WC(t, e) {
8592
8592
  var r, n, a, i = this._eras || yr("en")._eras;
8593
8593
  for (r = 0, n = i.length; r < n; ++r) {
8594
8594
  switch (typeof i[r].since) {
@@ -8607,7 +8607,7 @@ function W1(t, e) {
8607
8607
  }
8608
8608
  return i;
8609
8609
  }
8610
- function G1(t, e, r) {
8610
+ function GC(t, e, r) {
8611
8611
  var n, a, i = this.eras(), o, u, c;
8612
8612
  for (t = t.toUpperCase(), n = 0, a = i.length; n < a; ++n)
8613
8613
  if (o = i[n].name.toUpperCase(), u = i[n].abbr.toUpperCase(), c = i[n].narrow.toUpperCase(), r)
@@ -8630,32 +8630,32 @@ function G1(t, e, r) {
8630
8630
  else if ([o, u, c].indexOf(t) >= 0)
8631
8631
  return i[n];
8632
8632
  }
8633
- function Z1(t, e) {
8633
+ function ZC(t, e) {
8634
8634
  var r = t.since <= t.until ? 1 : -1;
8635
8635
  return e === void 0 ? D(t.since).year() : D(t.since).year() + (e - t.offset) * r;
8636
8636
  }
8637
- function K1() {
8637
+ function KC() {
8638
8638
  var t, e, r, n = this.localeData().eras();
8639
8639
  for (t = 0, e = n.length; t < e; ++t)
8640
8640
  if (r = this.clone().startOf("day").valueOf(), n[t].since <= r && r <= n[t].until || n[t].until <= r && r <= n[t].since)
8641
8641
  return n[t].name;
8642
8642
  return "";
8643
8643
  }
8644
- function Q1() {
8644
+ function QC() {
8645
8645
  var t, e, r, n = this.localeData().eras();
8646
8646
  for (t = 0, e = n.length; t < e; ++t)
8647
8647
  if (r = this.clone().startOf("day").valueOf(), n[t].since <= r && r <= n[t].until || n[t].until <= r && r <= n[t].since)
8648
8648
  return n[t].narrow;
8649
8649
  return "";
8650
8650
  }
8651
- function X1() {
8651
+ function XC() {
8652
8652
  var t, e, r, n = this.localeData().eras();
8653
8653
  for (t = 0, e = n.length; t < e; ++t)
8654
8654
  if (r = this.clone().startOf("day").valueOf(), n[t].since <= r && r <= n[t].until || n[t].until <= r && r <= n[t].since)
8655
8655
  return n[t].abbr;
8656
8656
  return "";
8657
8657
  }
8658
- function J1() {
8658
+ function JC() {
8659
8659
  var t, e, r, n, a = this.localeData().eras();
8660
8660
  for (t = 0, e = a.length; t < e; ++t)
8661
8661
  if (r = a[t].since <= a[t].until ? 1 : -1, n = this.clone().startOf("day").valueOf(), a[t].since <= n && n <= a[t].until || a[t].until <= n && n <= a[t].since)
@@ -8851,51 +8851,51 @@ function yO() {
8851
8851
  return this._isUTC ? "Coordinated Universal Time" : "";
8852
8852
  }
8853
8853
  var x = qa.prototype;
8854
- x.add = d1;
8855
- x.calendar = _1;
8856
- x.clone = y1;
8857
- x.diff = x1;
8858
- x.endOf = I1;
8859
- x.format = T1;
8860
- x.from = E1;
8861
- x.fromNow = A1;
8862
- x.to = $1;
8863
- x.toNow = M1;
8854
+ x.add = dC;
8855
+ x.calendar = _C;
8856
+ x.clone = yC;
8857
+ x.diff = xC;
8858
+ x.endOf = IC;
8859
+ x.format = TC;
8860
+ x.from = EC;
8861
+ x.fromNow = AC;
8862
+ x.to = $C;
8863
+ x.toNow = MC;
8864
8864
  x.get = RS;
8865
- x.invalidAt = U1;
8866
- x.isAfter = b1;
8867
- x.isBefore = w1;
8868
- x.isBetween = S1;
8869
- x.isSame = C1;
8870
- x.isSameOrAfter = O1;
8871
- x.isSameOrBefore = k1;
8872
- x.isValid = H1;
8865
+ x.invalidAt = UC;
8866
+ x.isAfter = bC;
8867
+ x.isBefore = wC;
8868
+ x.isBetween = SC;
8869
+ x.isSame = CC;
8870
+ x.isSameOrAfter = OC;
8871
+ x.isSameOrBefore = kC;
8872
+ x.isValid = HC;
8873
8873
  x.lang = Mh;
8874
8874
  x.locale = $h;
8875
8875
  x.localeData = Nh;
8876
- x.max = HC;
8877
- x.min = VC;
8878
- x.parsingFlags = z1;
8876
+ x.max = H1;
8877
+ x.min = V1;
8878
+ x.parsingFlags = zC;
8879
8879
  x.set = TS;
8880
- x.startOf = N1;
8881
- x.subtract = f1;
8882
- x.toArray = B1;
8883
- x.toObject = q1;
8884
- x.toDate = L1;
8885
- x.toISOString = D1;
8886
- x.inspect = R1;
8880
+ x.startOf = NC;
8881
+ x.subtract = fC;
8882
+ x.toArray = BC;
8883
+ x.toObject = qC;
8884
+ x.toDate = LC;
8885
+ x.toISOString = DC;
8886
+ x.inspect = RC;
8887
8887
  typeof Symbol != "undefined" && Symbol.for != null && (x[Symbol.for("nodejs.util.inspect.custom")] = function() {
8888
8888
  return "Moment<" + this.format() + ">";
8889
8889
  });
8890
- x.toJSON = V1;
8891
- x.toString = P1;
8892
- x.unix = F1;
8893
- x.valueOf = j1;
8894
- x.creationData = Y1;
8895
- x.eraName = K1;
8896
- x.eraNarrow = Q1;
8897
- x.eraAbbr = X1;
8898
- x.eraYear = J1;
8890
+ x.toJSON = VC;
8891
+ x.toString = PC;
8892
+ x.unix = FC;
8893
+ x.valueOf = jC;
8894
+ x.creationData = YC;
8895
+ x.eraName = KC;
8896
+ x.eraNarrow = QC;
8897
+ x.eraAbbr = XC;
8898
+ x.eraYear = JC;
8899
8899
  x.year = dh;
8900
8900
  x.isLeapYear = DS;
8901
8901
  x.weekYear = oO;
@@ -8910,22 +8910,22 @@ x.weeksInWeekYear = dO;
8910
8910
  x.isoWeeksInYear = uO;
8911
8911
  x.isoWeeksInISOWeekYear = lO;
8912
8912
  x.date = Bh;
8913
- x.day = x.days = sC;
8914
- x.weekday = uC;
8915
- x.isoWeekday = lC;
8913
+ x.day = x.days = s1;
8914
+ x.weekday = u1;
8915
+ x.isoWeekday = l1;
8916
8916
  x.dayOfYear = hO;
8917
- x.hour = x.hours = vC;
8917
+ x.hour = x.hours = v1;
8918
8918
  x.minute = x.minutes = mO;
8919
8919
  x.second = x.seconds = vO;
8920
8920
  x.millisecond = x.milliseconds = qh;
8921
- x.utcOffset = XC;
8922
- x.utc = e1;
8923
- x.local = t1;
8924
- x.parseZone = r1;
8925
- x.hasAlignedHourOffset = n1;
8926
- x.isDST = a1;
8927
- x.isLocal = o1;
8928
- x.isUtcOffset = s1;
8921
+ x.utcOffset = X1;
8922
+ x.utc = eC;
8923
+ x.local = tC;
8924
+ x.parseZone = rC;
8925
+ x.hasAlignedHourOffset = nC;
8926
+ x.isDST = aC;
8927
+ x.isLocal = oC;
8928
+ x.isUtcOffset = sC;
8929
8929
  x.isUtc = Rh;
8930
8930
  x.isUTC = Rh;
8931
8931
  x.zoneAbbr = _O;
@@ -8944,11 +8944,11 @@ x.years = kt(
8944
8944
  );
8945
8945
  x.zone = kt(
8946
8946
  "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
8947
- JC
8947
+ J1
8948
8948
  );
8949
8949
  x.isDSTShifted = kt(
8950
8950
  "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
8951
- i1
8951
+ iC
8952
8952
  );
8953
8953
  function bO(t) {
8954
8954
  return ve(t * 1e3);
@@ -8969,9 +8969,9 @@ ae.postformat = Vh;
8969
8969
  ae.relativeTime = gS;
8970
8970
  ae.pastFuture = _S;
8971
8971
  ae.set = aS;
8972
- ae.eras = W1;
8973
- ae.erasParse = G1;
8974
- ae.erasConvertYear = Z1;
8972
+ ae.eras = WC;
8973
+ ae.erasParse = GC;
8974
+ ae.erasConvertYear = ZC;
8975
8975
  ae.erasAbbrRegex = tO;
8976
8976
  ae.erasNameRegex = eO;
8977
8977
  ae.erasNarrowRegex = rO;
@@ -8983,15 +8983,15 @@ ae.monthsShortRegex = BS;
8983
8983
  ae.week = HS;
8984
8984
  ae.firstDayOfYear = YS;
8985
8985
  ae.firstDayOfWeek = US;
8986
- ae.weekdays = rC;
8987
- ae.weekdaysMin = aC;
8988
- ae.weekdaysShort = nC;
8989
- ae.weekdaysParse = oC;
8990
- ae.weekdaysRegex = cC;
8991
- ae.weekdaysShortRegex = dC;
8992
- ae.weekdaysMinRegex = fC;
8993
- ae.isPM = hC;
8994
- ae.meridiem = gC;
8986
+ ae.weekdays = r1;
8987
+ ae.weekdaysMin = a1;
8988
+ ae.weekdaysShort = n1;
8989
+ ae.weekdaysParse = o1;
8990
+ ae.weekdaysRegex = c1;
8991
+ ae.weekdaysShortRegex = d1;
8992
+ ae.weekdaysMinRegex = f1;
8993
+ ae.isPM = h1;
8994
+ ae.meridiem = g1;
8995
8995
  function Co(t, e, r, n) {
8996
8996
  var a = yr(), i = Qt().set(n, e);
8997
8997
  return a[r](i, t);
@@ -9187,7 +9187,7 @@ function Zo() {
9187
9187
  return u ? (n = bt(t / 60), a = bt(n / 60), t %= 60, n %= 60, i = bt(r / 12), r %= 12, o = t ? t.toFixed(3).replace(/\.?0+$/, "") : "", c = u < 0 ? "-" : "", l = cn(this._months) !== cn(u) ? "-" : "", s = cn(this._days) !== cn(u) ? "-" : "", d = cn(this._milliseconds) !== cn(u) ? "-" : "", c + "P" + (i ? l + i + "Y" : "") + (r ? l + r + "M" : "") + (e ? s + e + "D" : "") + (a || n || t ? "T" : "") + (a ? d + a + "H" : "") + (n ? d + n + "M" : "") + (t ? d + o + "S" : "")) : "P0D";
9188
9188
  }
9189
9189
  var X = Wo.prototype;
9190
- X.isValid = GC;
9190
+ X.isValid = G1;
9191
9191
  X.abs = PO;
9192
9192
  X.add = DO;
9193
9193
  X.subtract = RO;
@@ -9238,9 +9238,9 @@ se("x", function(t, e, r) {
9238
9238
  D.version = "2.30.1";
9239
9239
  rS(ve);
9240
9240
  D.fn = x;
9241
- D.min = zC;
9242
- D.max = UC;
9243
- D.now = YC;
9241
+ D.min = z1;
9242
+ D.max = U1;
9243
+ D.now = Y1;
9244
9244
  D.utc = Qt;
9245
9245
  D.unix = bO;
9246
9246
  D.months = SO;
@@ -9256,13 +9256,13 @@ D.isDuration = ro;
9256
9256
  D.monthsShort = CO;
9257
9257
  D.weekdaysMin = xO;
9258
9258
  D.defineLocale = Gl;
9259
- D.updateLocale = wC;
9260
- D.locales = SC;
9259
+ D.updateLocale = w1;
9260
+ D.locales = S1;
9261
9261
  D.weekdaysShort = kO;
9262
9262
  D.normalizeUnits = xt;
9263
9263
  D.relativeTimeRounding = JO;
9264
9264
  D.relativeTimeThreshold = ek;
9265
- D.calendarFormat = g1;
9265
+ D.calendarFormat = gC;
9266
9266
  D.prototype = x;
9267
9267
  D.HTML5_FMT = {
9268
9268
  DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
@@ -25356,7 +25356,7 @@ const w_ = b_.exports, Qn = [
25356
25356
  value: "travel"
25357
25357
  }
25358
25358
  ], JM = {
25359
- howToContact: [
25359
+ contactMethods: [
25360
25360
  {
25361
25361
  title: "Bellen",
25362
25362
  value: "phone"
@@ -25370,7 +25370,7 @@ const w_ = b_.exports, Qn = [
25370
25370
  value: "whatsapp"
25371
25371
  }
25372
25372
  ],
25373
- whenToContact: [
25373
+ contactTime: [
25374
25374
  {
25375
25375
  title: "Ochtend",
25376
25376
  value: "morning"
@@ -25384,7 +25384,7 @@ const w_ = b_.exports, Qn = [
25384
25384
  value: "evening"
25385
25385
  }
25386
25386
  ],
25387
- whatToHelpWith: [
25387
+ contactReason: [
25388
25388
  {
25389
25389
  value: "alreadyHasContract",
25390
25390
  text: "Ik heb al een abonnement, contract of verzekering via Vergelijkdirect.com en heb een vraag of wil iets aanpassen."
@@ -30074,58 +30074,62 @@ var tb = /* @__PURE__ */ E(
30074
30074
  );
30075
30075
  tb.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/DefaultTextArea.vue";
30076
30076
  const TI = tb.exports, EI = (t) => {
30077
- let { emitEvent: e } = tt(t), r = Re({
30078
- howToContact: [],
30079
- whenToContact: [],
30080
- whatToHelpWith: "alreadyHasContract",
30077
+ let { emitEvent: e, submitFormAndRedirect: r, submitAndSendQuotationData: n } = tt(t), a = Re({
30078
+ contactMethods: [],
30079
+ contactTime: [],
30080
+ contactReason: "alreadyHasContract",
30081
30081
  userQuestion: ""
30082
- }), n = k("idle");
30083
- const a = ie(() => [{
30082
+ }), i = k("idle");
30083
+ const o = ie(() => [{
30084
30084
  rule: "required",
30085
30085
  text: "Voornaam is verplicht"
30086
- }]), i = (f) => {
30087
- n.value = f;
30088
- }, o = () => {
30089
- r.howToContact = [], r.whenToContact = [], r.whatToHelpWith = "alreadyHasContract", r.userQuestion = "";
30090
- }, u = () => {
30086
+ }]), u = (v) => {
30087
+ i.value = v;
30088
+ }, c = () => {
30089
+ a.contactMethods = [], a.contactTime = [], a.contactReason = "alreadyHasContract", a.userQuestion = "";
30090
+ }, l = () => {
30091
30091
  S.email = "", S.firstName = "", S.phoneNumber = "";
30092
- }, c = (f) => f.join(","), l = () => N(void 0, null, function* () {
30092
+ }, s = (v) => v.join(","), d = () => N(void 0, null, function* () {
30093
30093
  return yield ze([
30094
30094
  "name",
30095
30095
  "phonenumber",
30096
- "howToContact",
30097
- "whenToContact",
30096
+ "contactMethods",
30097
+ "contactTime",
30098
30098
  "emailInput"
30099
30099
  ]);
30100
- }), s = () => {
30100
+ }), p = () => {
30101
30101
  e("close-tab");
30102
- }, d = () => N(void 0, null, function* () {
30103
- const { data: f } = yield De.post(Rn.getMijnUrl() + "/api/communication/contact", {
30102
+ }, f = () => N(void 0, null, function* () {
30103
+ const { data: v } = yield De.post(Rn.getMijnUrl() + "/api/communication/contact", {
30104
30104
  email: S.email,
30105
30105
  name: S.firstName,
30106
30106
  phone_number: S.phoneNumber,
30107
- message: r.userQuestion,
30108
- how_to_contact: c(r.howToContact),
30109
- when_to_contact: c(r.whenToContact),
30110
- what_to_help_with: r.whatToHelpWith,
30107
+ message: a.userQuestion,
30108
+ contact_methods: s(a.contactMethods),
30109
+ contact_time: s(a.contactTime),
30110
+ contact_reason: a.contactReason,
30111
30111
  type: "callback"
30112
30112
  });
30113
- return f.response === "success";
30113
+ return v.response === "success";
30114
30114
  });
30115
30115
  return {
30116
- requestStatus: n,
30117
- nameInputErrorsData: a,
30118
- callbackRequestQuestionsData: r,
30119
- closeTab: s,
30116
+ requestStatus: i,
30117
+ nameInputErrorsData: o,
30118
+ callbackRequestQuestionsData: a,
30119
+ closeTab: p,
30120
30120
  validateBeforeSubmit: () => N(void 0, null, function* () {
30121
30121
  try {
30122
- if (yield l()) {
30122
+ if (yield d()) {
30123
30123
  j.value = !0;
30124
- const f = yield d();
30125
- i(f ? "success" : "failed"), o(), u(), yield zm(), s(), j.value = !1;
30124
+ const v = yield f();
30125
+ u(v ? "success" : "failed"), yield r("/informatie/bedankt/", {
30126
+ email: S.email,
30127
+ phone: S.phoneNumber,
30128
+ firstname: S.firstName
30129
+ }), yield zm(), c(), l(), p(), j.value = !1;
30126
30130
  }
30127
- } catch (f) {
30128
- i("failed"), console.error(f);
30131
+ } catch (v) {
30132
+ u("failed"), console.error(v);
30129
30133
  } finally {
30130
30134
  j.value = !1;
30131
30135
  }
@@ -30165,17 +30169,17 @@ var rb = function() {
30165
30169
  return [r("ErrorHandler", { attrs: { "errors-data": e.nameInputErrorsData, name: "name" } })];
30166
30170
  }, proxy: !0 }]), model: { value: e.userState.firstName, callback: function(n) {
30167
30171
  e.$set(e.userState, "firstName", n);
30168
- }, expression: "userState.firstName" } })], 1), r("div", { staticClass: "vd-form-group" }, [r("phone-input", { attrs: { id: "phonenumber", name: "phonenumber", "is-required": !0 } })], 1), r("div", { staticClass: "vd-form-group" }, [r("email-input", { attrs: { id: "emailInput", name: "emailInput", "is-required": !0 } })], 1), e._m(0), r("default-checkbox-group", { staticClass: "checkboxes", attrs: { validation: "required", options: e.callbackRequestQuestions.howToContact, name: "howToContact" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
30169
- return [r("ErrorHandler", { attrs: { name: "howToContact", "errors-data": [{ rule: "required", text: "Dit veld is verplicht" }] } })];
30170
- }, proxy: !0 }]), model: { value: e.callbackRequestQuestionsData.howToContact, callback: function(n) {
30171
- e.$set(e.callbackRequestQuestionsData, "howToContact", n);
30172
- }, expression: "callbackRequestQuestionsData.howToContact" } }), e._m(1), r("default-checkbox-group", { staticClass: "checkboxes", attrs: { validation: "required", options: e.callbackRequestQuestions.whenToContact, name: "whenToContact" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
30173
- return [r("ErrorHandler", { attrs: { name: "whenToContact", "errors-data": [{ rule: "required", text: "Dit veld is verplicht" }] } })];
30174
- }, proxy: !0 }]), model: { value: e.callbackRequestQuestionsData.whenToContact, callback: function(n) {
30175
- e.$set(e.callbackRequestQuestionsData, "whenToContact", n);
30176
- }, expression: "callbackRequestQuestionsData.whenToContact" } }), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "whatToHelpWith" } }, [e._v(" Hoe kunnen we je helpen?"), r("span", { staticClass: "text-danger ml-1 mt-2" }, [e._v("*")])]), r("b-form-radio-group", { staticClass: "vd-radio-buttons", staticStyle: { display: "block" }, attrs: { id: "paymentTerm", options: e.callbackRequestQuestions.whatToHelpWith, "data-vv-name": "whatToHelpWith", name: "whatToHelpWith" }, model: { value: e.callbackRequestQuestionsData.whatToHelpWith, callback: function(n) {
30177
- e.$set(e.callbackRequestQuestionsData, "whatToHelpWith", n);
30178
- }, expression: "callbackRequestQuestionsData.whatToHelpWith" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: "required", text: "Selecteer een dekking" }] } })], 1), r("h6", { staticClass: "vd-form-card__textarea-label" }, [e._v("Wil je ons alvast meer informatie geven over je vraag? (optioneel)")]), r("default-text-area", { attrs: { id: "userQuestions", placeholder: "Geef hier een korte beschrijving van je vraag of verzoek...", name: "userQuestion" }, model: { value: e.callbackRequestQuestionsData.userQuestion, callback: function(n) {
30172
+ }, expression: "userState.firstName" } })], 1), r("div", { staticClass: "vd-form-group" }, [r("phone-input", { attrs: { id: "phonenumber", name: "phonenumber", "is-required": !0 } })], 1), r("div", { staticClass: "vd-form-group" }, [r("email-input", { attrs: { id: "emailInput", name: "emailInput", "is-required": !0 } })], 1), e._m(0), r("default-checkbox-group", { staticClass: "checkboxes", attrs: { validation: "required", options: e.callbackRequestQuestions.contactMethods, name: "contactMethods" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
30173
+ return [r("ErrorHandler", { attrs: { name: "contactMethods", "errors-data": [{ rule: "required", text: "Dit veld is verplicht" }] } })];
30174
+ }, proxy: !0 }]), model: { value: e.callbackRequestQuestionsData.contactMethods, callback: function(n) {
30175
+ e.$set(e.callbackRequestQuestionsData, "contactMethods", n);
30176
+ }, expression: "callbackRequestQuestionsData.contactMethods" } }), e._m(1), r("default-checkbox-group", { staticClass: "checkboxes", attrs: { validation: "required", options: e.callbackRequestQuestions.contactTime, name: "contactTime" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
30177
+ return [r("ErrorHandler", { attrs: { name: "contactTime", "errors-data": [{ rule: "required", text: "Dit veld is verplicht" }] } })];
30178
+ }, proxy: !0 }]), model: { value: e.callbackRequestQuestionsData.contactTime, callback: function(n) {
30179
+ e.$set(e.callbackRequestQuestionsData, "contactTime", n);
30180
+ }, expression: "callbackRequestQuestionsData.contactTime" } }), r("div", { staticClass: "vd-form-group vd-radio-group" }, [r("label", { staticClass: "vd-form-group__label", attrs: { for: "contactReason" } }, [e._v(" Hoe kunnen we je helpen?"), r("span", { staticClass: "text-danger ml-1 mt-2" }, [e._v("*")])]), r("b-form-radio-group", { staticClass: "vd-radio-buttons", staticStyle: { display: "block" }, attrs: { id: "paymentTerm", options: e.callbackRequestQuestions.contactReason, "data-vv-name": "contactReason", name: "contactReason" }, model: { value: e.callbackRequestQuestionsData.contactReason, callback: function(n) {
30181
+ e.$set(e.callbackRequestQuestionsData, "contactReason", n);
30182
+ }, expression: "callbackRequestQuestionsData.contactReason" } }), r("ErrorHandler", { attrs: { "errors-data": [{ rule: "required", text: "Selecteer een dekking" }] } })], 1), r("h6", { staticClass: "vd-form-card__textarea-label" }, [e._v("Wil je ons alvast meer informatie geven over je vraag? (optioneel)")]), r("default-text-area", { attrs: { id: "userQuestions", placeholder: "Geef hier een korte beschrijving van je vraag of verzoek...", name: "userQuestion" }, model: { value: e.callbackRequestQuestionsData.userQuestion, callback: function(n) {
30179
30183
  e.$set(e.callbackRequestQuestionsData, "userQuestion", n);
30180
30184
  }, expression: "callbackRequestQuestionsData.userQuestion" } }), r("button", { staticClass: "vd-btn vd-btn-primary-alt", on: { click: e.validateBeforeSubmit } }, [e._v("Bel me terug")]), r("button", { staticClass: "vd-form__button vd-btn vd-btn-secondary-alternative", attrs: { type: "button" }, on: { click: e.closeTab } }, [e._v("Sluit formulier")]), r("button", { staticClass: "vd-form__button_mobile vd-btn vd-btn-secondary-alternative", attrs: { type: "button" }, on: { click: e.closeTab } }, [e._v("Sluiten")])], 1)]);
30181
30185
  }, $I = [function() {