@vergelijkdirect/comparison-forms 1.2.37-rc.0 → 1.2.37

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 JS(t, e) {
7448
7448
  function Ul(t, e) {
7449
7449
  return t.slice(e, 7).concat(t.slice(0, e));
7450
7450
  }
7451
- var eC = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), wh = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), tC = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), rC = Va, nC = Va, aC = Va;
7452
- function iC(t, e) {
7451
+ var e1 = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), wh = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), t1 = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), r1 = Va, n1 = Va, a1 = Va;
7452
+ function i1(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 oC(t) {
7456
+ function o1(t) {
7457
7457
  return t === !0 ? Ul(this._weekdaysShort, this._week.dow) : t ? this._weekdaysShort[t.day()] : this._weekdaysShort;
7458
7458
  }
7459
- function sC(t) {
7459
+ function s1(t) {
7460
7460
  return t === !0 ? Ul(this._weekdaysMin, this._week.dow) : t ? this._weekdaysMin[t.day()] : this._weekdaysMin;
7461
7461
  }
7462
- function uC(t, e, r) {
7462
+ function u1(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 uC(t, e, r) {
7472
7472
  ).toLocaleLowerCase(), this._weekdaysParse[n] = this.weekdays(i, "").toLocaleLowerCase();
7473
7473
  return r ? e === "dddd" ? (a = Ee.call(this._weekdaysParse, o), a !== -1 ? a : null) : e === "ddd" ? (a = Ee.call(this._shortWeekdaysParse, o), a !== -1 ? a : null) : (a = Ee.call(this._minWeekdaysParse, o), a !== -1 ? a : null) : e === "dddd" ? (a = Ee.call(this._weekdaysParse, o), a !== -1 || (a = Ee.call(this._shortWeekdaysParse, o), a !== -1) ? a : (a = Ee.call(this._minWeekdaysParse, o), a !== -1 ? a : null)) : e === "ddd" ? (a = Ee.call(this._shortWeekdaysParse, o), a !== -1 || (a = Ee.call(this._weekdaysParse, o), a !== -1) ? a : (a = Ee.call(this._minWeekdaysParse, o), a !== -1 ? a : null)) : (a = Ee.call(this._minWeekdaysParse, o), a !== -1 || (a = Ee.call(this._weekdaysParse, o), a !== -1) ? a : (a = Ee.call(this._shortWeekdaysParse, o), a !== -1 ? a : null));
7474
7474
  }
7475
- function lC(t, e, r) {
7475
+ function l1(t, e, r) {
7476
7476
  var n, a, i;
7477
7477
  if (this._weekdaysParseExact)
7478
- return uC.call(this, t, e, r);
7478
+ return u1.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 = Xt([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
7481
7481
  "^" + this.weekdays(a, "").replace(".", "\\.?") + "$",
@@ -7496,19 +7496,19 @@ function lC(t, e, r) {
7496
7496
  return n;
7497
7497
  }
7498
7498
  }
7499
- function cC(t) {
7499
+ function c1(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 = XS(t, this.localeData()), this.add(t - e, "d")) : e;
7504
7504
  }
7505
- function dC(t) {
7505
+ function d1(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 fC(t) {
7511
+ function f1(t) {
7512
7512
  if (!this.isValid())
7513
7513
  return t != null ? this : NaN;
7514
7514
  if (t != null) {
@@ -7517,14 +7517,14 @@ function fC(t) {
7517
7517
  } else
7518
7518
  return this.day() || 7;
7519
7519
  }
7520
- function pC(t) {
7521
- return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysStrictRegex : this._weekdaysRegex) : (ne(this, "_weekdaysRegex") || (this._weekdaysRegex = rC), this._weekdaysStrictRegex && t ? this._weekdaysStrictRegex : this._weekdaysRegex);
7520
+ function p1(t) {
7521
+ return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysStrictRegex : this._weekdaysRegex) : (ne(this, "_weekdaysRegex") || (this._weekdaysRegex = r1), this._weekdaysStrictRegex && t ? this._weekdaysStrictRegex : this._weekdaysRegex);
7522
7522
  }
7523
- function hC(t) {
7524
- return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (ne(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = nC), this._weekdaysShortStrictRegex && t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
7523
+ function h1(t) {
7524
+ return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (ne(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = n1), this._weekdaysShortStrictRegex && t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
7525
7525
  }
7526
- function mC(t) {
7527
- return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (ne(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = aC), this._weekdaysMinStrictRegex && t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
7526
+ function m1(t) {
7527
+ return this._weekdaysParseExact ? (ne(this, "_weekdaysRegex") || Yl.call(this), t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (ne(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = a1), 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 vC() {
7550
+ function v1() {
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, vC);
7555
+ I("k", ["kk", 2], 0, v1);
7556
7556
  I("hmm", 0, 0, function() {
7557
7557
  return "" + Wl.apply(this) + Gt(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[$t] = Z(t.substr(n, 2)), e[cr] = Z(t.substr(a));
7620
7620
  });
7621
- function gC(t) {
7621
+ function g1(t) {
7622
7622
  return (t + "").toLowerCase().charAt(0) === "p";
7623
7623
  }
7624
- var _C = /[ap]\.?m?\.?/i, yC = Vn("Hours", !0);
7625
- function bC(t, e, r) {
7624
+ var _1 = /[ap]\.?m?\.?/i, y1 = Vn("Hours", !0);
7625
+ function b1(t, e, r) {
7626
7626
  return t > 11 ? r ? "pm" : "PM" : r ? "am" : "AM";
7627
7627
  }
7628
7628
  var Oh = {
@@ -7635,12 +7635,12 @@ var Oh = {
7635
7635
  months: NS,
7636
7636
  monthsShort: mh,
7637
7637
  week: WS,
7638
- weekdays: eC,
7639
- weekdaysMin: tC,
7638
+ weekdays: e1,
7639
+ weekdaysMin: t1,
7640
7640
  weekdaysShort: wh,
7641
- meridiemParse: _C
7641
+ meridiemParse: _1
7642
7642
  }, ye = {}, Jn = {}, Da;
7643
- function wC(t, e) {
7643
+ function w1(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 wC(t, e) {
7650
7650
  function ff(t) {
7651
7651
  return t && t.toLowerCase().replace("_", "-");
7652
7652
  }
7653
- function SC(t) {
7653
+ function S1(t) {
7654
7654
  for (var e = 0, r, n, a, i; e < t.length; ) {
7655
7655
  for (i = ff(t[e]).split("-"), r = i.length, n = ff(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 && wC(i, n) >= r - 1)
7658
+ if (n && n.length >= r && w1(i, n) >= r - 1)
7659
7659
  break;
7660
7660
  r--;
7661
7661
  }
@@ -7663,12 +7663,12 @@ function SC(t) {
7663
7663
  }
7664
7664
  return Da;
7665
7665
  }
7666
- function CC(t) {
7666
+ function C1(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 && CC(t))
7671
+ if (ye[t] === void 0 && typeof module != "undefined" && module && module.exports && C1(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 OC(t, e) {
7709
+ function O1(t, e) {
7710
7710
  if (e != null) {
7711
7711
  var r, n, a = Oh;
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 SC(t);
7726
+ return S1(t);
7727
7727
  }
7728
- function kC() {
7728
+ function k1() {
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[Ut] < 1 || r[Ut] > zl(r[Qe], r[lr]) ? Ut : r[je] < 0 || r[je] > 24 || r[je] === 24 && (r[$t] !== 0 || r[cr] !== 0 || r[Wr] !== 0) ? je : r[$t] < 0 || r[$t] > 59 ? $t : r[cr] < 0 || r[cr] > 59 ? cr : r[Wr] < 0 || r[Wr] > 999 ? Wr : -1, V(t)._overflowDayOfYear && (e < Qe || e > Ut) && (e = Ut), V(t)._overflowWeeks && e === -1 && (e = RS), V(t)._overflowWeekday && e === -1 && (e = ES), V(t).overflow = e), t;
7734
7734
  }
7735
- var xC = /^\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)?)?$/, PC = /^\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)?)?$/, DC = /Z|[+-]\d\d(?::?\d\d)?/, Bi = [
7735
+ var x1 = /^\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)?)?$/, P1 = /^\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)?)?$/, D1 = /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 xC = /^\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
- ], RC = /^\/?Date\((-?\d+)/i, EC = /^(?:(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}))$/, TC = {
7759
+ ], R1 = /^\/?Date\((-?\d+)/i, E1 = /^(?:(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}))$/, T1 = {
7760
7760
  UT: 0,
7761
7761
  GMT: 0,
7762
7762
  EDT: -4 * 60,
@@ -7769,7 +7769,7 @@ var xC = /^\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 kh(t) {
7772
- var e, r, n = t._i, a = xC.exec(n) || PC.exec(n), i, o, u, c, l = Bi.length, s = $s.length;
7772
+ var e, r, n = t._i, a = x1.exec(n) || P1.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 kh(t) {
7796
7796
  return;
7797
7797
  }
7798
7798
  if (a[4])
7799
- if (DC.exec(a[4]))
7799
+ if (D1.exec(a[4]))
7800
7800
  c = "Z";
7801
7801
  else {
7802
7802
  t._isValid = !1;
@@ -7806,9 +7806,9 @@ function kh(t) {
7806
7806
  } else
7807
7807
  t._isValid = !1;
7808
7808
  }
7809
- function AC(t, e, r, n, a, i) {
7809
+ function A1(t, e, r, n, a, i) {
7810
7810
  var o = [
7811
- $C(t),
7811
+ $1(t),
7812
7812
  mh.indexOf(e),
7813
7813
  parseInt(r, 10),
7814
7814
  parseInt(n, 10),
@@ -7816,14 +7816,14 @@ function AC(t, e, r, n, a, i) {
7816
7816
  ];
7817
7817
  return i && o.push(parseInt(i, 10)), o;
7818
7818
  }
7819
- function $C(t) {
7819
+ function $1(t) {
7820
7820
  var e = parseInt(t, 10);
7821
7821
  return e <= 49 ? 2e3 + e : e <= 999 ? 1900 + e : e;
7822
7822
  }
7823
- function MC(t) {
7823
+ function M1(t) {
7824
7824
  return t.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, "");
7825
7825
  }
7826
- function NC(t, e, r) {
7826
+ function N1(t, e, r) {
7827
7827
  if (t) {
7828
7828
  var n = wh.indexOf(t), a = new Date(
7829
7829
  e[0],
@@ -7835,32 +7835,32 @@ function NC(t, e, r) {
7835
7835
  }
7836
7836
  return !0;
7837
7837
  }
7838
- function IC(t, e, r) {
7838
+ function I1(t, e, r) {
7839
7839
  if (t)
7840
- return TC[t];
7840
+ return T1[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 xh(t) {
7847
- var e = EC.exec(MC(t._i)), r;
7847
+ var e = E1.exec(M1(t._i)), r;
7848
7848
  if (e) {
7849
- if (r = AC(
7849
+ if (r = A1(
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
- ), !NC(e[1], r, t))
7856
+ ), !N1(e[1], r, t))
7857
7857
  return;
7858
- t._a = r, t._tzm = IC(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 = I1(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 jC(t) {
7863
- var e = RC.exec(t._i);
7862
+ function j1(t) {
7863
+ var e = R1.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 = xt(
7884
7884
  function mn(t, e, r) {
7885
7885
  return t != null ? t : e != null ? e : r;
7886
7886
  }
7887
- function FC(t) {
7887
+ function F1(t) {
7888
7888
  var e = new Date(D.now());
7889
7889
  return t._useUTC ? [
7890
7890
  e.getUTCFullYear(),
@@ -7895,7 +7895,7 @@ function FC(t) {
7895
7895
  function Kl(t) {
7896
7896
  var e, r, n = [], a, i, o;
7897
7897
  if (!t._d) {
7898
- for (a = FC(t), t._w && t._a[Ut] == null && t._a[lr] == null && LC(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[Ut] = r.getUTCDate()), e = 0; e < 3 && t._a[e] == null; ++e)
7898
+ for (a = F1(t), t._w && t._a[Ut] == null && t._a[lr] == null && L1(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[Ut] = 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 LC(t) {
7908
+ function L1(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(xS(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), DS(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] = BC(
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] = B1(
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 BC(t, e, r) {
7941
+ function B1(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 qC(t) {
7945
+ function q1(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 qC(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 VC(t) {
7955
+ function V1(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 = ih(
@@ -7963,34 +7963,34 @@ function VC(t) {
7963
7963
  ), Kl(t);
7964
7964
  }
7965
7965
  }
7966
- function HC(t) {
7966
+ function H1(t) {
7967
7967
  var e = new qa(Zl(Ph(t)));
7968
7968
  return e._nextDay && (e.add(1, "d"), e._nextDay = void 0), e;
7969
7969
  }
7970
7970
  function Ph(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) ? qC(t) : r ? Ql(t) : zC(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) ? q1(t) : r ? Ql(t) : z1(t), Il(t) || (t._d = null), t));
7973
7973
  }
7974
- function zC(t) {
7974
+ function z1(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" ? jC(t) : Nt(e) ? (t._a = ih(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" ? j1(t) : Nt(e) ? (t._a = ih(e.slice(0), function(r) {
7977
7977
  return parseInt(r, 10);
7978
- }), Kl(t)) : Gr(e) ? VC(t) : gr(e) ? t._d = new Date(e) : D.createFromInputFallback(t);
7978
+ }), Kl(t)) : Gr(e) ? V1(t) : gr(e) ? t._d = new Date(e) : D.createFromInputFallback(t);
7979
7979
  }
7980
7980
  function Dh(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, HC(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, H1(i);
7983
7983
  }
7984
7984
  function ve(t, e, r, n) {
7985
7985
  return Dh(t, e, r, n, !1);
7986
7986
  }
7987
- var UC = xt(
7987
+ var U1 = xt(
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
- ), YC = xt(
7993
+ ), Y1 = xt(
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 Rh(t, e) {
8005
8005
  (!e[n].isValid() || e[n][t](r)) && (r = e[n]);
8006
8006
  return r;
8007
8007
  }
8008
- function WC() {
8008
+ function W1() {
8009
8009
  var t = [].slice.call(arguments, 0);
8010
8010
  return Rh("isBefore", t);
8011
8011
  }
8012
- function GC() {
8012
+ function G1() {
8013
8013
  var t = [].slice.call(arguments, 0);
8014
8014
  return Rh("isAfter", t);
8015
8015
  }
8016
- var ZC = function() {
8016
+ var Z1 = function() {
8017
8017
  return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
8018
8018
  }, ea = [
8019
8019
  "year",
@@ -8026,7 +8026,7 @@ var ZC = function() {
8026
8026
  "second",
8027
8027
  "millisecond"
8028
8028
  ];
8029
- function KC(t) {
8029
+ function K1(t) {
8030
8030
  var e, r = !1, n, a = ea.length;
8031
8031
  for (e in t)
8032
8032
  if (ne(t, e) && !(Ee.call(ea, e) !== -1 && (t[e] == null || !isNaN(t[e]))))
@@ -8039,15 +8039,15 @@ function KC(t) {
8039
8039
  }
8040
8040
  return !0;
8041
8041
  }
8042
- function QC() {
8042
+ function Q1() {
8043
8043
  return this._isValid;
8044
8044
  }
8045
- function XC() {
8045
+ function X1() {
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 = KC(e), this._milliseconds = +s + l * 1e3 + // 1000
8050
+ this._isValid = K1(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 JC(t, e, r) {
8060
+ function J1(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 @@ E("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 e1 = /([\+\-]|\d\d)/gi;
8079
+ var eC = /([\+\-]|\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(e1) || ["-", 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(eC) || ["-", 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 t1(t, e, r) {
8093
+ function tC(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 t1(t, e, r) {
8109
8109
  } else
8110
8110
  return this._isUTC ? n : yu(this);
8111
8111
  }
8112
- function r1(t, e) {
8112
+ function rC(t, e) {
8113
8113
  return t != null ? (typeof t != "string" && (t = -t), this.utcOffset(t, e), this) : -this.utcOffset();
8114
8114
  }
8115
- function n1(t) {
8115
+ function nC(t) {
8116
8116
  return this.utcOffset(0, t);
8117
8117
  }
8118
- function a1(t) {
8118
+ function aC(t) {
8119
8119
  return this._isUTC && (this.utcOffset(0, t), this._isUTC = !1, t && this.subtract(yu(this), "m")), this;
8120
8120
  }
8121
- function i1() {
8121
+ function iC() {
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 i1() {
8127
8127
  }
8128
8128
  return this;
8129
8129
  }
8130
- function o1(t) {
8130
+ function oC(t) {
8131
8131
  return this.isValid() ? (t = t ? ve(t).utcOffset() : 0, (this.utcOffset() - t) % 60 === 0) : !1;
8132
8132
  }
8133
- function s1() {
8133
+ function sC() {
8134
8134
  return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
8135
8135
  }
8136
- function u1() {
8136
+ function uC() {
8137
8137
  if (!rt(this._isDSTShifted))
8138
8138
  return this._isDSTShifted;
8139
8139
  var t = {}, e;
8140
- return jl(t, this), t = Ph(t), t._a ? (e = t._isUTC ? Xt(t._a) : ve(t._a), this._isDSTShifted = this.isValid() && JC(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
8140
+ return jl(t, this), t = Ph(t), t._a ? (e = t._isUTC ? Xt(t._a) : ve(t._a), this._isDSTShifted = this.isValid() && J1(t._a, e.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
8141
8141
  }
8142
- function l1() {
8142
+ function lC() {
8143
8143
  return this.isValid() ? !this._isUTC : !1;
8144
8144
  }
8145
- function c1() {
8145
+ function cC() {
8146
8146
  return this.isValid() ? this._isUTC : !1;
8147
8147
  }
8148
8148
  function Th() {
8149
8149
  return this.isValid() ? this._isUTC && this._offset === 0 : !1;
8150
8150
  }
8151
- var d1 = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, f1 = /^(-|\+)?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 dC = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, fC = /^(-|\+)?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 = d1.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
8158
+ } : gr(t) || !isNaN(+t) ? (r = {}, e ? r[e] = +t : r.milliseconds = +t) : (n = dC.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
8159
8159
  y: 0,
8160
8160
  d: Z(n[Ut]) * 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 = f1.exec(t)) ? (a = n[1] === "-" ? -1 : 1, r = {
8166
+ }) : (n = fC.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 = p1(
8174
+ }) : r == null ? r = {} : typeof r == "object" && ("from" in r || "to" in r) && (o = pC(
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 = XC;
8180
+ Bt.invalid = X1;
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 pf(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 p1(t, e) {
8189
+ function pC(t, e) {
8190
8190
  var r;
8191
8191
  return t.isValid() && e.isValid() ? (e = Jl(e, t), t.isBefore(e) ? r = pf(t, e) : (r = pf(e, t), r.milliseconds = -r.milliseconds, r.months = -r.months), r) : { milliseconds: 0, months: 0 };
8192
8192
  }
@@ -8203,14 +8203,14 @@ function $h(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 && gh(t, ka(t, "Month") + o * r), i && hh(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 h1 = Ah(1, "add"), m1 = Ah(-1, "subtract");
8206
+ var hC = Ah(1, "add"), mC = Ah(-1, "subtract");
8207
8207
  function Mh(t) {
8208
8208
  return typeof t == "string" || t instanceof String;
8209
8209
  }
8210
- function v1(t) {
8211
- return It(t) || Ba(t) || Mh(t) || gr(t) || _1(t) || g1(t) || t === null || t === void 0;
8210
+ function vC(t) {
8211
+ return It(t) || Ba(t) || Mh(t) || gr(t) || _C(t) || gC(t) || t === null || t === void 0;
8212
8212
  }
8213
- function g1(t) {
8213
+ function gC(t) {
8214
8214
  var e = Gr(t) && !Nl(t), r = !1, n = [
8215
8215
  "years",
8216
8216
  "year",
@@ -8241,13 +8241,13 @@ function g1(t) {
8241
8241
  i = n[a], r = r || ne(t, i);
8242
8242
  return e && r;
8243
8243
  }
8244
- function _1(t) {
8244
+ function _C(t) {
8245
8245
  var e = Nt(t), r = !1;
8246
8246
  return e && (r = t.filter(function(n) {
8247
8247
  return !gr(n) && Mh(t);
8248
8248
  }).length === 0), e && r;
8249
8249
  }
8250
- function y1(t) {
8250
+ function yC(t) {
8251
8251
  var e = Gr(t) && !Nl(t), r = !1, n = [
8252
8252
  "sameDay",
8253
8253
  "nextDay",
@@ -8260,43 +8260,43 @@ function y1(t) {
8260
8260
  i = n[a], r = r || ne(t, i);
8261
8261
  return e && r;
8262
8262
  }
8263
- function b1(t, e) {
8263
+ function bC(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 w1(t, e) {
8268
- arguments.length === 1 && (arguments[0] ? v1(arguments[0]) ? (t = arguments[0], e = void 0) : y1(arguments[0]) && (e = arguments[0], t = void 0) : (t = void 0, e = void 0));
8267
+ function wC(t, e) {
8268
+ arguments.length === 1 && (arguments[0] ? vC(arguments[0]) ? (t = arguments[0], e = void 0) : yC(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 && (Jt(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 S1() {
8274
+ function SC() {
8275
8275
  return new qa(this);
8276
8276
  }
8277
- function C1(t, e) {
8277
+ function CC(t, e) {
8278
8278
  var r = It(t) ? t : ve(t);
8279
8279
  return this.isValid() && r.isValid() ? (e = Pt(e) || "millisecond", e === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(e).valueOf()) : !1;
8280
8280
  }
8281
- function O1(t, e) {
8281
+ function OC(t, e) {
8282
8282
  var r = It(t) ? t : ve(t);
8283
8283
  return this.isValid() && r.isValid() ? (e = Pt(e) || "millisecond", e === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(e).valueOf() < r.valueOf()) : !1;
8284
8284
  }
8285
- function k1(t, e, r, n) {
8285
+ function kC(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 x1(t, e) {
8289
+ function xC(t, e) {
8290
8290
  var r = It(t) ? t : ve(t), n;
8291
8291
  return this.isValid() && r.isValid() ? (e = Pt(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 P1(t, e) {
8293
+ function PC(t, e) {
8294
8294
  return this.isSame(t, e) || this.isAfter(t, e);
8295
8295
  }
8296
- function D1(t, e) {
8296
+ function DC(t, e) {
8297
8297
  return this.isSame(t, e) || this.isBefore(t, e);
8298
8298
  }
8299
- function R1(t, e, r) {
8299
+ function RC(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 E1() {
8343
+ function EC() {
8344
8344
  return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
8345
8345
  }
8346
- function T1(t) {
8346
+ function TC(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 T1(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 A1() {
8358
+ function AC() {
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 $1(t) {
8364
+ function $C(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 M1(t, e) {
8369
+ function MC(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 N1(t) {
8372
+ function NC(t) {
8373
8373
  return this.from(ve(), t);
8374
8374
  }
8375
- function I1(t, e) {
8375
+ function IC(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 j1(t) {
8378
+ function jC(t) {
8379
8379
  return this.to(ve(), t);
8380
8380
  }
8381
8381
  function Nh(t) {
@@ -8401,7 +8401,7 @@ function Lh(t, e, r) {
8401
8401
  function Bh(t, e, r) {
8402
8402
  return t < 100 && t >= 0 ? Date.UTC(t + 400, e, r) - Fh : Date.UTC(t, e, r);
8403
8403
  }
8404
- function F1(t) {
8404
+ function FC(t) {
8405
8405
  var e, r;
8406
8406
  if (t = Pt(t), t === void 0 || t === "millisecond" || !this.isValid())
8407
8407
  return this;
@@ -8452,7 +8452,7 @@ function F1(t) {
8452
8452
  }
8453
8453
  return this._d.setTime(e), D.updateOffset(this, !0), this;
8454
8454
  }
8455
- function L1(t) {
8455
+ function LC(t) {
8456
8456
  var e, r;
8457
8457
  if (t = Pt(t), t === void 0 || t === "millisecond" || !this.isValid())
8458
8458
  return this;
@@ -8503,16 +8503,16 @@ function L1(t) {
8503
8503
  }
8504
8504
  return this._d.setTime(e), D.updateOffset(this, !0), this;
8505
8505
  }
8506
- function B1() {
8506
+ function BC() {
8507
8507
  return this._d.valueOf() - (this._offset || 0) * 6e4;
8508
8508
  }
8509
- function q1() {
8509
+ function qC() {
8510
8510
  return Math.floor(this.valueOf() / 1e3);
8511
8511
  }
8512
- function V1() {
8512
+ function VC() {
8513
8513
  return new Date(this.valueOf());
8514
8514
  }
8515
- function H1() {
8515
+ function HC() {
8516
8516
  var t = this;
8517
8517
  return [
8518
8518
  t.year(),
@@ -8524,7 +8524,7 @@ function H1() {
8524
8524
  t.millisecond()
8525
8525
  ];
8526
8526
  }
8527
- function z1() {
8527
+ function zC() {
8528
8528
  var t = this;
8529
8529
  return {
8530
8530
  years: t.year(),
@@ -8536,19 +8536,19 @@ function z1() {
8536
8536
  milliseconds: t.milliseconds()
8537
8537
  };
8538
8538
  }
8539
- function U1() {
8539
+ function UC() {
8540
8540
  return this.isValid() ? this.toISOString() : null;
8541
8541
  }
8542
- function Y1() {
8542
+ function YC() {
8543
8543
  return Il(this);
8544
8544
  }
8545
- function W1() {
8545
+ function WC() {
8546
8546
  return xr({}, V(this));
8547
8547
  }
8548
- function G1() {
8548
+ function GC() {
8549
8549
  return V(this).overflow;
8550
8550
  }
8551
- function Z1() {
8551
+ function ZC() {
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 K1(t, e) {
8591
+ function KC(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 K1(t, e) {
8607
8607
  }
8608
8608
  return i;
8609
8609
  }
8610
- function Q1(t, e, r) {
8610
+ function QC(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,11 +8630,11 @@ function Q1(t, e, r) {
8630
8630
  else if ([o, u, c].indexOf(t) >= 0)
8631
8631
  return i[n];
8632
8632
  }
8633
- function X1(t, e) {
8633
+ function XC(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 J1() {
8637
+ function JC() {
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)
@@ -8851,48 +8851,48 @@ function SO() {
8851
8851
  return this._isUTC ? "Coordinated Universal Time" : "";
8852
8852
  }
8853
8853
  var x = qa.prototype;
8854
- x.add = h1;
8855
- x.calendar = w1;
8856
- x.clone = S1;
8857
- x.diff = R1;
8858
- x.endOf = L1;
8859
- x.format = $1;
8860
- x.from = M1;
8861
- x.fromNow = N1;
8862
- x.to = I1;
8863
- x.toNow = j1;
8854
+ x.add = hC;
8855
+ x.calendar = wC;
8856
+ x.clone = SC;
8857
+ x.diff = RC;
8858
+ x.endOf = LC;
8859
+ x.format = $C;
8860
+ x.from = MC;
8861
+ x.fromNow = NC;
8862
+ x.to = IC;
8863
+ x.toNow = jC;
8864
8864
  x.get = AS;
8865
- x.invalidAt = G1;
8866
- x.isAfter = C1;
8867
- x.isBefore = O1;
8868
- x.isBetween = k1;
8869
- x.isSame = x1;
8870
- x.isSameOrAfter = P1;
8871
- x.isSameOrBefore = D1;
8872
- x.isValid = Y1;
8865
+ x.invalidAt = GC;
8866
+ x.isAfter = CC;
8867
+ x.isBefore = OC;
8868
+ x.isBetween = kC;
8869
+ x.isSame = xC;
8870
+ x.isSameOrAfter = PC;
8871
+ x.isSameOrBefore = DC;
8872
+ x.isValid = YC;
8873
8873
  x.lang = Ih;
8874
8874
  x.locale = Nh;
8875
8875
  x.localeData = jh;
8876
- x.max = YC;
8877
- x.min = UC;
8878
- x.parsingFlags = W1;
8876
+ x.max = Y1;
8877
+ x.min = U1;
8878
+ x.parsingFlags = WC;
8879
8879
  x.set = $S;
8880
- x.startOf = F1;
8881
- x.subtract = m1;
8882
- x.toArray = H1;
8883
- x.toObject = z1;
8884
- x.toDate = V1;
8885
- x.toISOString = T1;
8886
- x.inspect = A1;
8880
+ x.startOf = FC;
8881
+ x.subtract = mC;
8882
+ x.toArray = HC;
8883
+ x.toObject = zC;
8884
+ x.toDate = VC;
8885
+ x.toISOString = TC;
8886
+ x.inspect = AC;
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 = U1;
8891
- x.toString = E1;
8892
- x.unix = q1;
8893
- x.valueOf = B1;
8894
- x.creationData = Z1;
8895
- x.eraName = J1;
8890
+ x.toJSON = UC;
8891
+ x.toString = EC;
8892
+ x.unix = qC;
8893
+ x.valueOf = BC;
8894
+ x.creationData = ZC;
8895
+ x.eraName = JC;
8896
8896
  x.eraNarrow = eO;
8897
8897
  x.eraAbbr = tO;
8898
8898
  x.eraYear = rO;
@@ -8910,22 +8910,22 @@ x.weeksInWeekYear = hO;
8910
8910
  x.isoWeeksInYear = dO;
8911
8911
  x.isoWeeksInISOWeekYear = fO;
8912
8912
  x.date = Vh;
8913
- x.day = x.days = cC;
8914
- x.weekday = dC;
8915
- x.isoWeekday = fC;
8913
+ x.day = x.days = c1;
8914
+ x.weekday = d1;
8915
+ x.isoWeekday = f1;
8916
8916
  x.dayOfYear = gO;
8917
- x.hour = x.hours = yC;
8917
+ x.hour = x.hours = y1;
8918
8918
  x.minute = x.minutes = _O;
8919
8919
  x.second = x.seconds = yO;
8920
8920
  x.millisecond = x.milliseconds = Hh;
8921
- x.utcOffset = t1;
8922
- x.utc = n1;
8923
- x.local = a1;
8924
- x.parseZone = i1;
8925
- x.hasAlignedHourOffset = o1;
8926
- x.isDST = s1;
8927
- x.isLocal = l1;
8928
- x.isUtcOffset = c1;
8921
+ x.utcOffset = tC;
8922
+ x.utc = nC;
8923
+ x.local = aC;
8924
+ x.parseZone = iC;
8925
+ x.hasAlignedHourOffset = oC;
8926
+ x.isDST = sC;
8927
+ x.isLocal = lC;
8928
+ x.isUtcOffset = cC;
8929
8929
  x.isUtc = Th;
8930
8930
  x.isUTC = Th;
8931
8931
  x.zoneAbbr = wO;
@@ -8944,11 +8944,11 @@ x.years = xt(
8944
8944
  );
8945
8945
  x.zone = xt(
8946
8946
  "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
8947
- r1
8947
+ rC
8948
8948
  );
8949
8949
  x.isDSTShifted = xt(
8950
8950
  "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
8951
- u1
8951
+ uC
8952
8952
  );
8953
8953
  function CO(t) {
8954
8954
  return ve(t * 1e3);
@@ -8969,9 +8969,9 @@ ae.postformat = zh;
8969
8969
  ae.relativeTime = bS;
8970
8970
  ae.pastFuture = wS;
8971
8971
  ae.set = sS;
8972
- ae.eras = K1;
8973
- ae.erasParse = Q1;
8974
- ae.erasConvertYear = X1;
8972
+ ae.eras = KC;
8973
+ ae.erasParse = QC;
8974
+ ae.erasConvertYear = XC;
8975
8975
  ae.erasAbbrRegex = aO;
8976
8976
  ae.erasNameRegex = nO;
8977
8977
  ae.erasNarrowRegex = iO;
@@ -8983,15 +8983,15 @@ ae.monthsShortRegex = HS;
8983
8983
  ae.week = YS;
8984
8984
  ae.firstDayOfYear = ZS;
8985
8985
  ae.firstDayOfWeek = GS;
8986
- ae.weekdays = iC;
8987
- ae.weekdaysMin = sC;
8988
- ae.weekdaysShort = oC;
8989
- ae.weekdaysParse = lC;
8990
- ae.weekdaysRegex = pC;
8991
- ae.weekdaysShortRegex = hC;
8992
- ae.weekdaysMinRegex = mC;
8993
- ae.isPM = gC;
8994
- ae.meridiem = bC;
8986
+ ae.weekdays = i1;
8987
+ ae.weekdaysMin = s1;
8988
+ ae.weekdaysShort = o1;
8989
+ ae.weekdaysParse = l1;
8990
+ ae.weekdaysRegex = p1;
8991
+ ae.weekdaysShortRegex = h1;
8992
+ ae.weekdaysMinRegex = m1;
8993
+ ae.isPM = g1;
8994
+ ae.meridiem = b1;
8995
8995
  function Co(t, e, r, n) {
8996
8996
  var a = yr(), i = Xt().set(n, e);
8997
8997
  return a[r](i, t);
@@ -9187,7 +9187,7 @@ function Zo() {
9187
9187
  return u ? (n = wt(t / 60), a = wt(n / 60), t %= 60, n %= 60, i = wt(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 = QC;
9190
+ X.isValid = Q1;
9191
9191
  X.abs = EO;
9192
9192
  X.add = TO;
9193
9193
  X.subtract = AO;
@@ -9238,9 +9238,9 @@ se("x", function(t, e, r) {
9238
9238
  D.version = "2.30.1";
9239
9239
  iS(ve);
9240
9240
  D.fn = x;
9241
- D.min = WC;
9242
- D.max = GC;
9243
- D.now = ZC;
9241
+ D.min = W1;
9242
+ D.max = G1;
9243
+ D.now = Z1;
9244
9244
  D.utc = Xt;
9245
9245
  D.unix = CO;
9246
9246
  D.months = kO;
@@ -9256,13 +9256,13 @@ D.isDuration = ro;
9256
9256
  D.monthsShort = xO;
9257
9257
  D.weekdaysMin = RO;
9258
9258
  D.defineLocale = Gl;
9259
- D.updateLocale = OC;
9260
- D.locales = kC;
9259
+ D.updateLocale = O1;
9260
+ D.locales = k1;
9261
9261
  D.weekdaysShort = DO;
9262
9262
  D.normalizeUnits = Pt;
9263
9263
  D.relativeTimeRounding = rk;
9264
9264
  D.relativeTimeThreshold = nk;
9265
- D.calendarFormat = b1;
9265
+ D.calendarFormat = bC;
9266
9266
  D.prototype = x;
9267
9267
  D.HTML5_FMT = {
9268
9268
  DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
@@ -25449,38 +25449,38 @@ const O_ = C_.exports, Qn = [
25449
25449
  contactMethods: [
25450
25450
  {
25451
25451
  title: "Bellen",
25452
- value: "phone"
25452
+ value: "Telefoon"
25453
25453
  },
25454
25454
  {
25455
25455
  title: "E-mailen",
25456
- value: "email"
25456
+ value: "E-mail"
25457
25457
  },
25458
25458
  {
25459
25459
  title: "WhatsApp",
25460
- value: "whatsapp"
25460
+ value: "WhatsApp"
25461
25461
  }
25462
25462
  ],
25463
25463
  contactTime: [
25464
25464
  {
25465
25465
  title: "Ochtend",
25466
- value: "morning"
25466
+ value: "Ochtend"
25467
25467
  },
25468
25468
  {
25469
25469
  title: "Middag",
25470
- value: "noon"
25470
+ value: "Middag"
25471
25471
  },
25472
25472
  {
25473
25473
  title: "Avond",
25474
- value: "evening"
25474
+ value: "Avond"
25475
25475
  }
25476
25476
  ],
25477
25477
  contactReason: [
25478
25478
  {
25479
- value: "alreadyHasContract",
25479
+ value: "Vraag over bestaand contract",
25480
25480
  text: "Ik heb al een abonnement, contract of verzekering via Vergelijkdirect.com en heb een vraag of wil iets aanpassen."
25481
25481
  },
25482
25482
  {
25483
- value: "newContract",
25483
+ value: "Vraag over nieuw contract",
25484
25484
  text: "Ik wil een nieuw abonnement, contract of verzekering afsluiten en heb hier een vraag over."
25485
25485
  }
25486
25486
  ]
@@ -30167,7 +30167,7 @@ const NI = ab.exports, II = (t) => {
30167
30167
  let { emitEvent: e, setQuotationData: r, submitAndSendQuotationData: n } = tt(t), a = Re({
30168
30168
  contactMethods: [],
30169
30169
  contactTime: [],
30170
- contactReason: "alreadyHasContract",
30170
+ contactReason: "Vraag over bestaand contract",
30171
30171
  userQuestion: ""
30172
30172
  }), i = k("idle");
30173
30173
  const o = ie(() => [{
@@ -30176,7 +30176,7 @@ const NI = ab.exports, II = (t) => {
30176
30176
  }]), u = (v) => {
30177
30177
  i.value = v;
30178
30178
  }, c = () => {
30179
- a.contactMethods = [], a.contactTime = [], a.contactReason = "alreadyHasContract", a.userQuestion = "";
30179
+ a.contactMethods = [], a.contactTime = [], a.contactReason = "Vraag over bestaand contract", a.userQuestion = "";
30180
30180
  }, l = () => {
30181
30181
  S.email = "", S.firstName = "", S.phoneNumber = "";
30182
30182
  }, s = (v) => v.join(","), d = () => N(void 0, null, function* () {