@vergelijkdirect/comparison-forms 1.0.115 → 1.0.116
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.
|
@@ -248,7 +248,7 @@ Arguments: ` + Array.prototype.slice.call(n).join("") + `
|
|
|
248
248
|
}, e);
|
|
249
249
|
}
|
|
250
250
|
var ns = {};
|
|
251
|
-
function
|
|
251
|
+
function xu(t, e) {
|
|
252
252
|
k.deprecationHandler != null && k.deprecationHandler(t, e), ns[t] || (Mu(e), ns[t] = !0);
|
|
253
253
|
}
|
|
254
254
|
k.suppressDeprecationWarnings = !1;
|
|
@@ -299,7 +299,7 @@ function Qe(t, e, r) {
|
|
|
299
299
|
return (i ? r ? "+" : "" : "-") + Math.pow(10, Math.max(0, a)).toString().substr(1) + n;
|
|
300
300
|
}
|
|
301
301
|
var Si = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, Vr = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, Aa = {}, Kt = {};
|
|
302
|
-
function
|
|
302
|
+
function x(t, e, r, n) {
|
|
303
303
|
var a = n;
|
|
304
304
|
typeof n == "string" && (a = function() {
|
|
305
305
|
return this[n]();
|
|
@@ -327,9 +327,9 @@ function gd(t) {
|
|
|
327
327
|
};
|
|
328
328
|
}
|
|
329
329
|
function $n(t, e) {
|
|
330
|
-
return t.isValid() ? (e =
|
|
330
|
+
return t.isValid() ? (e = Pu(e, t.localeData()), Aa[e] = Aa[e] || gd(e), Aa[e](t)) : t.localeData().invalidDate();
|
|
331
331
|
}
|
|
332
|
-
function
|
|
332
|
+
function Pu(t, e) {
|
|
333
333
|
var r = 5;
|
|
334
334
|
function n(a) {
|
|
335
335
|
return e.longDateFormat(a) || a;
|
|
@@ -363,7 +363,7 @@ var Od = "%d", Cd = /\d{1,2}/;
|
|
|
363
363
|
function Md(t) {
|
|
364
364
|
return this._ordinal.replace("%d", t);
|
|
365
365
|
}
|
|
366
|
-
var
|
|
366
|
+
var xd = {
|
|
367
367
|
future: "in %s",
|
|
368
368
|
past: "%s ago",
|
|
369
369
|
s: "a few seconds",
|
|
@@ -381,7 +381,7 @@ var Pd = {
|
|
|
381
381
|
y: "a year",
|
|
382
382
|
yy: "%d years"
|
|
383
383
|
};
|
|
384
|
-
function
|
|
384
|
+
function Pd(t, e, r, n) {
|
|
385
385
|
var a = this._relativeTime[r];
|
|
386
386
|
return rt(a) ? a(t, e, r, n) : a.replace(/%d/i, t);
|
|
387
387
|
}
|
|
@@ -453,7 +453,7 @@ function Yd(t, e) {
|
|
|
453
453
|
return this[t](e);
|
|
454
454
|
return this;
|
|
455
455
|
}
|
|
456
|
-
var ju = /\d/,
|
|
456
|
+
var ju = /\d/, Pe = /\d\d/, Yu = /\d{3}/, Oi = /\d{4}/, aa = /[+-]?\d{6}/, Q = /\d\d?/, Tu = /\d\d\d\d?/, Au = /\d\d\d\d\d\d?/, ia = /\d{1,3}/, Ci = /\d{1,4}/, oa = /[+-]?\d{1,6}/, or = /\d+/, sa = /[+-]?\d+/, Td = /Z|[+-]\d\d:?\d\d/gi, ua = /Z|[+-]\d\d(?::?\d\d)?/gi, Ad = /[+-]?\d+(\.\d{1,3})?/, jr = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, Un;
|
|
457
457
|
Un = {};
|
|
458
458
|
function C(t, e, r) {
|
|
459
459
|
Un[t] = rt(e) ? e : function(n, a) {
|
|
@@ -464,13 +464,13 @@ function $d(t, e) {
|
|
|
464
464
|
return E(Un, t) ? Un[t](e._strict, e._locale) : new RegExp(Id(t));
|
|
465
465
|
}
|
|
466
466
|
function Id(t) {
|
|
467
|
-
return
|
|
467
|
+
return xe(
|
|
468
468
|
t.replace("\\", "").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function(e, r, n, a, i) {
|
|
469
469
|
return r || n || a || i;
|
|
470
470
|
})
|
|
471
471
|
);
|
|
472
472
|
}
|
|
473
|
-
function
|
|
473
|
+
function xe(t) {
|
|
474
474
|
return t.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
|
|
475
475
|
}
|
|
476
476
|
var si = {};
|
|
@@ -507,19 +507,19 @@ function la(t, e) {
|
|
|
507
507
|
var r = Ld(e, 12);
|
|
508
508
|
return t += (e - r) / 12, r === 1 ? na(t) ? 29 : 28 : 31 - r % 7 % 2;
|
|
509
509
|
}
|
|
510
|
-
|
|
510
|
+
x("M", ["MM", 2], "Mo", function() {
|
|
511
511
|
return this.month() + 1;
|
|
512
512
|
});
|
|
513
|
-
|
|
513
|
+
x("MMM", 0, 0, function(t) {
|
|
514
514
|
return this.localeData().monthsShort(this, t);
|
|
515
515
|
});
|
|
516
|
-
|
|
516
|
+
x("MMMM", 0, 0, function(t) {
|
|
517
517
|
return this.localeData().months(this, t);
|
|
518
518
|
});
|
|
519
519
|
ve("month", "M");
|
|
520
520
|
pe("month", 8);
|
|
521
521
|
C("M", Q);
|
|
522
|
-
C("MM", Q,
|
|
522
|
+
C("MM", Q, Pe);
|
|
523
523
|
C("MMM", function(t, e) {
|
|
524
524
|
return e.monthsShortRegex(t);
|
|
525
525
|
});
|
|
@@ -605,9 +605,9 @@ function Eu() {
|
|
|
605
605
|
for (a = 0; a < 12; a++)
|
|
606
606
|
i = tt([2e3, a]), e.push(this.monthsShort(i, "")), r.push(this.months(i, "")), n.push(this.months(i, "")), n.push(this.monthsShort(i, ""));
|
|
607
607
|
for (e.sort(t), r.sort(t), n.sort(t), a = 0; a < 12; a++)
|
|
608
|
-
e[a] =
|
|
608
|
+
e[a] = xe(e[a]), r[a] = xe(r[a]);
|
|
609
609
|
for (a = 0; a < 24; a++)
|
|
610
|
-
n[a] =
|
|
610
|
+
n[a] = xe(n[a]);
|
|
611
611
|
this._monthsRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp(
|
|
612
612
|
"^(" + r.join("|") + ")",
|
|
613
613
|
"i"
|
|
@@ -616,20 +616,20 @@ function Eu() {
|
|
|
616
616
|
"i"
|
|
617
617
|
);
|
|
618
618
|
}
|
|
619
|
-
|
|
619
|
+
x("Y", 0, 0, function() {
|
|
620
620
|
var t = this.year();
|
|
621
621
|
return t <= 9999 ? Qe(t, 4) : "+" + t;
|
|
622
622
|
});
|
|
623
|
-
|
|
623
|
+
x(0, ["YY", 2], 0, function() {
|
|
624
624
|
return this.year() % 100;
|
|
625
625
|
});
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
626
|
+
x(0, ["YYYY", 4], 0, "year");
|
|
627
|
+
x(0, ["YYYYY", 5], 0, "year");
|
|
628
|
+
x(0, ["YYYYYY", 6, !0], 0, "year");
|
|
629
629
|
ve("year", "y");
|
|
630
630
|
pe("year", 1);
|
|
631
631
|
C("Y", sa);
|
|
632
|
-
C("YY", Q,
|
|
632
|
+
C("YY", Q, Pe);
|
|
633
633
|
C("YYYY", Ci, Oi);
|
|
634
634
|
C("YYYYY", oa, aa);
|
|
635
635
|
C("YYYYYY", oa, aa);
|
|
@@ -683,16 +683,16 @@ function ht(t, e, r) {
|
|
|
683
683
|
var n = Wn(t, e, r), a = Wn(t + 1, e, r);
|
|
684
684
|
return (br(t) - n + a) / 7;
|
|
685
685
|
}
|
|
686
|
-
|
|
687
|
-
|
|
686
|
+
x("w", ["ww", 2], "wo", "week");
|
|
687
|
+
x("W", ["WW", 2], "Wo", "isoWeek");
|
|
688
688
|
ve("week", "w");
|
|
689
689
|
ve("isoWeek", "W");
|
|
690
690
|
pe("week", 5);
|
|
691
691
|
pe("isoWeek", 5);
|
|
692
692
|
C("w", Q);
|
|
693
|
-
C("ww", Q,
|
|
693
|
+
C("ww", Q, Pe);
|
|
694
694
|
C("W", Q);
|
|
695
|
-
C("WW", Q,
|
|
695
|
+
C("WW", Q, Pe);
|
|
696
696
|
Yr(["w", "ww", "W", "WW"], function(t, e, r, n) {
|
|
697
697
|
e[n.substr(0, 1)] = T(t);
|
|
698
698
|
});
|
|
@@ -719,18 +719,18 @@ function af(t) {
|
|
|
719
719
|
var e = kr(this, 1, 4).week;
|
|
720
720
|
return t == null ? e : this.add((t - e) * 7, "d");
|
|
721
721
|
}
|
|
722
|
-
|
|
723
|
-
|
|
722
|
+
x("d", 0, "do", "day");
|
|
723
|
+
x("dd", 0, 0, function(t) {
|
|
724
724
|
return this.localeData().weekdaysMin(this, t);
|
|
725
725
|
});
|
|
726
|
-
|
|
726
|
+
x("ddd", 0, 0, function(t) {
|
|
727
727
|
return this.localeData().weekdaysShort(this, t);
|
|
728
728
|
});
|
|
729
|
-
|
|
729
|
+
x("dddd", 0, 0, function(t) {
|
|
730
730
|
return this.localeData().weekdays(this, t);
|
|
731
731
|
});
|
|
732
|
-
|
|
733
|
-
|
|
732
|
+
x("e", 0, 0, "weekday");
|
|
733
|
+
x("E", 0, 0, "isoWeekday");
|
|
734
734
|
ve("day", "d");
|
|
735
735
|
ve("weekday", "e");
|
|
736
736
|
ve("isoWeekday", "E");
|
|
@@ -837,21 +837,21 @@ function bf(t) {
|
|
|
837
837
|
return this.day() || 7;
|
|
838
838
|
}
|
|
839
839
|
function wf(t) {
|
|
840
|
-
return this._weekdaysParseExact ? (E(this, "_weekdaysRegex") ||
|
|
840
|
+
return this._weekdaysParseExact ? (E(this, "_weekdaysRegex") || xi.call(this), t ? this._weekdaysStrictRegex : this._weekdaysRegex) : (E(this, "_weekdaysRegex") || (this._weekdaysRegex = cf), this._weekdaysStrictRegex && t ? this._weekdaysStrictRegex : this._weekdaysRegex);
|
|
841
841
|
}
|
|
842
842
|
function Sf(t) {
|
|
843
|
-
return this._weekdaysParseExact ? (E(this, "_weekdaysRegex") ||
|
|
843
|
+
return this._weekdaysParseExact ? (E(this, "_weekdaysRegex") || xi.call(this), t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (E(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = df), this._weekdaysShortStrictRegex && t ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
|
|
844
844
|
}
|
|
845
845
|
function kf(t) {
|
|
846
|
-
return this._weekdaysParseExact ? (E(this, "_weekdaysRegex") ||
|
|
846
|
+
return this._weekdaysParseExact ? (E(this, "_weekdaysRegex") || xi.call(this), t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (E(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = ff), this._weekdaysMinStrictRegex && t ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
|
|
847
847
|
}
|
|
848
|
-
function
|
|
848
|
+
function xi() {
|
|
849
849
|
function t(o, c) {
|
|
850
850
|
return c.length - o.length;
|
|
851
851
|
}
|
|
852
852
|
var e = [], r = [], n = [], a = [], i, u, d, f, s;
|
|
853
853
|
for (i = 0; i < 7; i++)
|
|
854
|
-
u = tt([2e3, 1]).day(i), d =
|
|
854
|
+
u = tt([2e3, 1]).day(i), d = xe(this.weekdaysMin(u, "")), f = xe(this.weekdaysShort(u, "")), s = xe(this.weekdays(u, "")), e.push(d), r.push(f), n.push(s), a.push(d), a.push(f), a.push(s);
|
|
855
855
|
e.sort(t), r.sort(t), n.sort(t), a.sort(t), this._weekdaysRegex = new RegExp("^(" + a.join("|") + ")", "i"), this._weekdaysShortRegex = this._weekdaysRegex, this._weekdaysMinRegex = this._weekdaysRegex, this._weekdaysStrictRegex = new RegExp(
|
|
856
856
|
"^(" + n.join("|") + ")",
|
|
857
857
|
"i"
|
|
@@ -863,29 +863,29 @@ function Pi() {
|
|
|
863
863
|
"i"
|
|
864
864
|
);
|
|
865
865
|
}
|
|
866
|
-
function
|
|
866
|
+
function Pi() {
|
|
867
867
|
return this.hours() % 12 || 12;
|
|
868
868
|
}
|
|
869
869
|
function Of() {
|
|
870
870
|
return this.hours() || 24;
|
|
871
871
|
}
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
return "" +
|
|
872
|
+
x("H", ["HH", 2], 0, "hour");
|
|
873
|
+
x("h", ["hh", 2], 0, Pi);
|
|
874
|
+
x("k", ["kk", 2], 0, Of);
|
|
875
|
+
x("hmm", 0, 0, function() {
|
|
876
|
+
return "" + Pi.apply(this) + Qe(this.minutes(), 2);
|
|
877
877
|
});
|
|
878
|
-
|
|
879
|
-
return "" +
|
|
878
|
+
x("hmmss", 0, 0, function() {
|
|
879
|
+
return "" + Pi.apply(this) + Qe(this.minutes(), 2) + Qe(this.seconds(), 2);
|
|
880
880
|
});
|
|
881
|
-
|
|
881
|
+
x("Hmm", 0, 0, function() {
|
|
882
882
|
return "" + this.hours() + Qe(this.minutes(), 2);
|
|
883
883
|
});
|
|
884
|
-
|
|
884
|
+
x("Hmmss", 0, 0, function() {
|
|
885
885
|
return "" + this.hours() + Qe(this.minutes(), 2) + Qe(this.seconds(), 2);
|
|
886
886
|
});
|
|
887
887
|
function Uu(t, e) {
|
|
888
|
-
|
|
888
|
+
x(t, 0, 0, function() {
|
|
889
889
|
return this.localeData().meridiem(
|
|
890
890
|
this.hours(),
|
|
891
891
|
this.minutes(),
|
|
@@ -905,9 +905,9 @@ C("A", Wu);
|
|
|
905
905
|
C("H", Q);
|
|
906
906
|
C("h", Q);
|
|
907
907
|
C("k", Q);
|
|
908
|
-
C("HH", Q,
|
|
909
|
-
C("hh", Q,
|
|
910
|
-
C("kk", Q,
|
|
908
|
+
C("HH", Q, Pe);
|
|
909
|
+
C("hh", Q, Pe);
|
|
910
|
+
C("kk", Q, Pe);
|
|
911
911
|
C("hmm", Tu);
|
|
912
912
|
C("hmmss", Au);
|
|
913
913
|
C("Hmm", Tu);
|
|
@@ -942,8 +942,8 @@ q("Hmmss", function(t, e, r) {
|
|
|
942
942
|
function Cf(t) {
|
|
943
943
|
return (t + "").toLowerCase().charAt(0) === "p";
|
|
944
944
|
}
|
|
945
|
-
var Mf = /[ap]\.?m?\.?/i,
|
|
946
|
-
function
|
|
945
|
+
var Mf = /[ap]\.?m?\.?/i, xf = ir("Hours", !0);
|
|
946
|
+
function Pf(t, e, r) {
|
|
947
947
|
return t > 11 ? r ? "pm" : "PM" : r ? "am" : "AM";
|
|
948
948
|
}
|
|
949
949
|
var qu = {
|
|
@@ -952,7 +952,7 @@ var qu = {
|
|
|
952
952
|
invalidDate: Sd,
|
|
953
953
|
ordinal: Od,
|
|
954
954
|
dayOfMonthOrdinalParse: Cd,
|
|
955
|
-
relativeTime:
|
|
955
|
+
relativeTime: xd,
|
|
956
956
|
months: Vd,
|
|
957
957
|
monthsShort: $u,
|
|
958
958
|
week: ef,
|
|
@@ -1004,7 +1004,7 @@ function Ri(t, e) {
|
|
|
1004
1004
|
if (e !== null) {
|
|
1005
1005
|
var r, n = qu;
|
|
1006
1006
|
if (e.abbr = t, te[t] != null)
|
|
1007
|
-
|
|
1007
|
+
xu(
|
|
1008
1008
|
"defineLocaleOverride",
|
|
1009
1009
|
"use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."
|
|
1010
1010
|
), n = te[t]._config;
|
|
@@ -1246,7 +1246,7 @@ function Yi(t) {
|
|
|
1246
1246
|
}
|
|
1247
1247
|
t._a = [], j(t).empty = !0;
|
|
1248
1248
|
var e = "" + t._i, r, n, a, i, u, d = e.length, f = 0, s;
|
|
1249
|
-
for (a =
|
|
1249
|
+
for (a = Pu(t._f, t._locale).match(Si) || [], r = 0; r < a.length; r++)
|
|
1250
1250
|
i = a[r], n = (e.match($d(i, t)) || [])[0], n && (u = e.substr(0, e.indexOf(n)), u.length > 0 && j(t).unusedInput.push(u), e = e.slice(
|
|
1251
1251
|
e.indexOf(n) + n.length
|
|
1252
1252
|
), f += n.length), Kt[i] ? (n ? j(t).empty = !1 : j(t).unusedTokens.push(i), Fd(i, n, t)) : t._strict && !n && j(t).unusedTokens.push(i);
|
|
@@ -1382,7 +1382,7 @@ function oh(t, e, r) {
|
|
|
1382
1382
|
return i + a;
|
|
1383
1383
|
}
|
|
1384
1384
|
function Xu(t, e) {
|
|
1385
|
-
|
|
1385
|
+
x(t, 0, 0, function() {
|
|
1386
1386
|
var r = this.utcOffset(), n = "+";
|
|
1387
1387
|
return r < 0 && (r = -r, n = "-"), n + Qe(~~(r / 60), 2) + e + Qe(~~r % 60, 2);
|
|
1388
1388
|
});
|
|
@@ -1511,7 +1511,7 @@ function bh(t, e) {
|
|
|
1511
1511
|
function Ku(t, e) {
|
|
1512
1512
|
return function(r, n) {
|
|
1513
1513
|
var a, i;
|
|
1514
|
-
return n !== null && !isNaN(+n) && (
|
|
1514
|
+
return n !== null && !isNaN(+n) && (xu(
|
|
1515
1515
|
e,
|
|
1516
1516
|
"moment()." + e + "(period, number) is deprecated. Please use moment()." + e + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
|
|
1517
1517
|
), i = r, r = n, n = i), a = Be(r, n), el(this, a, t), this;
|
|
@@ -1578,11 +1578,11 @@ function Mh(t) {
|
|
|
1578
1578
|
i = n[a], r = r || E(t, i);
|
|
1579
1579
|
return e && r;
|
|
1580
1580
|
}
|
|
1581
|
-
function
|
|
1581
|
+
function xh(t, e) {
|
|
1582
1582
|
var r = t.diff(e, "days", !0);
|
|
1583
1583
|
return r < -6 ? "sameElse" : r < -1 ? "lastWeek" : r < 0 ? "lastDay" : r < 1 ? "sameDay" : r < 2 ? "nextDay" : r < 7 ? "nextWeek" : "sameElse";
|
|
1584
1584
|
}
|
|
1585
|
-
function
|
|
1585
|
+
function Ph(t, e) {
|
|
1586
1586
|
arguments.length === 1 && (arguments[0] ? kh(arguments[0]) ? (t = arguments[0], e = void 0) : Mh(arguments[0]) && (e = arguments[0], t = void 0) : (t = void 0, e = void 0));
|
|
1587
1587
|
var r = t || J(), n = Ai(r, this).startOf("day"), a = k.calendarFormat(this, n) || "sameElse", i = e && (rt(e[a]) ? e[a].call(this, r) : e[a]);
|
|
1588
1588
|
return this.format(
|
|
@@ -1875,15 +1875,15 @@ function rm() {
|
|
|
1875
1875
|
strict: this._strict
|
|
1876
1876
|
};
|
|
1877
1877
|
}
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1878
|
+
x("N", 0, 0, "eraAbbr");
|
|
1879
|
+
x("NN", 0, 0, "eraAbbr");
|
|
1880
|
+
x("NNN", 0, 0, "eraAbbr");
|
|
1881
|
+
x("NNNN", 0, 0, "eraName");
|
|
1882
|
+
x("NNNNN", 0, 0, "eraNarrow");
|
|
1883
|
+
x("y", ["y", 1], "yo", "eraYear");
|
|
1884
|
+
x("y", ["yy", 2], 0, "eraYear");
|
|
1885
|
+
x("y", ["yyy", 3], 0, "eraYear");
|
|
1886
|
+
x("y", ["yyyy", 4], 0, "eraYear");
|
|
1887
1887
|
C("N", $i);
|
|
1888
1888
|
C("NN", $i);
|
|
1889
1889
|
C("NNN", $i);
|
|
@@ -2001,20 +2001,20 @@ function vm(t, e) {
|
|
|
2001
2001
|
function Ii() {
|
|
2002
2002
|
var t = [], e = [], r = [], n = [], a, i, u = this.eras();
|
|
2003
2003
|
for (a = 0, i = u.length; a < i; ++a)
|
|
2004
|
-
e.push(
|
|
2004
|
+
e.push(xe(u[a].name)), t.push(xe(u[a].abbr)), r.push(xe(u[a].narrow)), n.push(xe(u[a].name)), n.push(xe(u[a].abbr)), n.push(xe(u[a].narrow));
|
|
2005
2005
|
this._erasRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._erasNameRegex = new RegExp("^(" + e.join("|") + ")", "i"), this._erasAbbrRegex = new RegExp("^(" + t.join("|") + ")", "i"), this._erasNarrowRegex = new RegExp(
|
|
2006
2006
|
"^(" + r.join("|") + ")",
|
|
2007
2007
|
"i"
|
|
2008
2008
|
);
|
|
2009
2009
|
}
|
|
2010
|
-
|
|
2010
|
+
x(0, ["gg", 2], 0, function() {
|
|
2011
2011
|
return this.weekYear() % 100;
|
|
2012
2012
|
});
|
|
2013
|
-
|
|
2013
|
+
x(0, ["GG", 2], 0, function() {
|
|
2014
2014
|
return this.isoWeekYear() % 100;
|
|
2015
2015
|
});
|
|
2016
2016
|
function fa(t, e) {
|
|
2017
|
-
|
|
2017
|
+
x(0, [t, t.length], 0, e);
|
|
2018
2018
|
}
|
|
2019
2019
|
fa("gggg", "weekYear");
|
|
2020
2020
|
fa("ggggg", "weekYear");
|
|
@@ -2026,8 +2026,8 @@ pe("weekYear", 1);
|
|
|
2026
2026
|
pe("isoWeekYear", 1);
|
|
2027
2027
|
C("G", sa);
|
|
2028
2028
|
C("g", sa);
|
|
2029
|
-
C("GG", Q,
|
|
2030
|
-
C("gg", Q,
|
|
2029
|
+
C("GG", Q, Pe);
|
|
2030
|
+
C("gg", Q, Pe);
|
|
2031
2031
|
C("GGGG", Ci, Oi);
|
|
2032
2032
|
C("gggg", Ci, Oi);
|
|
2033
2033
|
C("GGGGG", oa, aa);
|
|
@@ -2080,7 +2080,7 @@ function Sm(t, e, r, n, a) {
|
|
|
2080
2080
|
var i = Vu(t, e, r, n, a), u = Sr(i.year, 0, i.dayOfYear);
|
|
2081
2081
|
return this.year(u.getUTCFullYear()), this.month(u.getUTCMonth()), this.date(u.getUTCDate()), this;
|
|
2082
2082
|
}
|
|
2083
|
-
|
|
2083
|
+
x("Q", 0, "Qo", "quarter");
|
|
2084
2084
|
ve("quarter", "Q");
|
|
2085
2085
|
pe("quarter", 7);
|
|
2086
2086
|
C("Q", ju);
|
|
@@ -2090,11 +2090,11 @@ q("Q", function(t, e) {
|
|
|
2090
2090
|
function km(t) {
|
|
2091
2091
|
return t == null ? Math.ceil((this.month() + 1) / 3) : this.month((t - 1) * 3 + this.month() % 3);
|
|
2092
2092
|
}
|
|
2093
|
-
|
|
2093
|
+
x("D", ["DD", 2], "Do", "date");
|
|
2094
2094
|
ve("date", "D");
|
|
2095
2095
|
pe("date", 9);
|
|
2096
2096
|
C("D", Q);
|
|
2097
|
-
C("DD", Q,
|
|
2097
|
+
C("DD", Q, Pe);
|
|
2098
2098
|
C("Do", function(t, e) {
|
|
2099
2099
|
return t ? e._dayOfMonthOrdinalParse || e._ordinalParse : e._dayOfMonthOrdinalParseLenient;
|
|
2100
2100
|
});
|
|
@@ -2103,7 +2103,7 @@ q("Do", function(t, e) {
|
|
|
2103
2103
|
e[Je] = T(t.match(Q)[0]);
|
|
2104
2104
|
});
|
|
2105
2105
|
var ll = ir("Date", !0);
|
|
2106
|
-
|
|
2106
|
+
x("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
2107
2107
|
ve("dayOfYear", "DDD");
|
|
2108
2108
|
pe("dayOfYear", 4);
|
|
2109
2109
|
C("DDD", ia);
|
|
@@ -2117,62 +2117,62 @@ function Om(t) {
|
|
|
2117
2117
|
) + 1;
|
|
2118
2118
|
return t == null ? e : this.add(t - e, "d");
|
|
2119
2119
|
}
|
|
2120
|
-
|
|
2120
|
+
x("m", ["mm", 2], 0, "minute");
|
|
2121
2121
|
ve("minute", "m");
|
|
2122
2122
|
pe("minute", 14);
|
|
2123
2123
|
C("m", Q);
|
|
2124
|
-
C("mm", Q,
|
|
2124
|
+
C("mm", Q, Pe);
|
|
2125
2125
|
q(["m", "mm"], Le);
|
|
2126
2126
|
var Cm = ir("Minutes", !1);
|
|
2127
|
-
|
|
2127
|
+
x("s", ["ss", 2], 0, "second");
|
|
2128
2128
|
ve("second", "s");
|
|
2129
2129
|
pe("second", 15);
|
|
2130
2130
|
C("s", Q);
|
|
2131
|
-
C("ss", Q,
|
|
2131
|
+
C("ss", Q, Pe);
|
|
2132
2132
|
q(["s", "ss"], ct);
|
|
2133
2133
|
var Mm = ir("Seconds", !1);
|
|
2134
|
-
|
|
2134
|
+
x("S", 0, 0, function() {
|
|
2135
2135
|
return ~~(this.millisecond() / 100);
|
|
2136
2136
|
});
|
|
2137
|
-
|
|
2137
|
+
x(0, ["SS", 2], 0, function() {
|
|
2138
2138
|
return ~~(this.millisecond() / 10);
|
|
2139
2139
|
});
|
|
2140
|
-
|
|
2141
|
-
|
|
2140
|
+
x(0, ["SSS", 3], 0, "millisecond");
|
|
2141
|
+
x(0, ["SSSS", 4], 0, function() {
|
|
2142
2142
|
return this.millisecond() * 10;
|
|
2143
2143
|
});
|
|
2144
|
-
|
|
2144
|
+
x(0, ["SSSSS", 5], 0, function() {
|
|
2145
2145
|
return this.millisecond() * 100;
|
|
2146
2146
|
});
|
|
2147
|
-
|
|
2147
|
+
x(0, ["SSSSSS", 6], 0, function() {
|
|
2148
2148
|
return this.millisecond() * 1e3;
|
|
2149
2149
|
});
|
|
2150
|
-
|
|
2150
|
+
x(0, ["SSSSSSS", 7], 0, function() {
|
|
2151
2151
|
return this.millisecond() * 1e4;
|
|
2152
2152
|
});
|
|
2153
|
-
|
|
2153
|
+
x(0, ["SSSSSSSS", 8], 0, function() {
|
|
2154
2154
|
return this.millisecond() * 1e5;
|
|
2155
2155
|
});
|
|
2156
|
-
|
|
2156
|
+
x(0, ["SSSSSSSSS", 9], 0, function() {
|
|
2157
2157
|
return this.millisecond() * 1e6;
|
|
2158
2158
|
});
|
|
2159
2159
|
ve("millisecond", "ms");
|
|
2160
2160
|
pe("millisecond", 16);
|
|
2161
2161
|
C("S", ia, ju);
|
|
2162
|
-
C("SS", ia,
|
|
2162
|
+
C("SS", ia, Pe);
|
|
2163
2163
|
C("SSS", ia, Yu);
|
|
2164
2164
|
var Mt, cl;
|
|
2165
2165
|
for (Mt = "SSSS"; Mt.length <= 9; Mt += "S")
|
|
2166
2166
|
C(Mt, or);
|
|
2167
|
-
function
|
|
2167
|
+
function xm(t, e) {
|
|
2168
2168
|
e[At] = T(("0." + t) * 1e3);
|
|
2169
2169
|
}
|
|
2170
2170
|
for (Mt = "S"; Mt.length <= 9; Mt += "S")
|
|
2171
|
-
q(Mt,
|
|
2171
|
+
q(Mt, xm);
|
|
2172
2172
|
cl = ir("Milliseconds", !1);
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
function
|
|
2173
|
+
x("z", 0, 0, "zoneAbbr");
|
|
2174
|
+
x("zz", 0, 0, "zoneName");
|
|
2175
|
+
function Pm() {
|
|
2176
2176
|
return this._isUTC ? "UTC" : "";
|
|
2177
2177
|
}
|
|
2178
2178
|
function Rm() {
|
|
@@ -2180,7 +2180,7 @@ function Rm() {
|
|
|
2180
2180
|
}
|
|
2181
2181
|
var w = Dr.prototype;
|
|
2182
2182
|
w.add = wh;
|
|
2183
|
-
w.calendar =
|
|
2183
|
+
w.calendar = Ph;
|
|
2184
2184
|
w.clone = Rh;
|
|
2185
2185
|
w.diff = Ih;
|
|
2186
2186
|
w.endOf = zh;
|
|
@@ -2242,7 +2242,7 @@ w.day = w.days = yf;
|
|
|
2242
2242
|
w.weekday = gf;
|
|
2243
2243
|
w.isoWeekday = bf;
|
|
2244
2244
|
w.dayOfYear = Om;
|
|
2245
|
-
w.hour = w.hours =
|
|
2245
|
+
w.hour = w.hours = xf;
|
|
2246
2246
|
w.minute = w.minutes = Cm;
|
|
2247
2247
|
w.second = w.seconds = Mm;
|
|
2248
2248
|
w.millisecond = w.milliseconds = cl;
|
|
@@ -2256,7 +2256,7 @@ w.isLocal = ph;
|
|
|
2256
2256
|
w.isUtcOffset = _h;
|
|
2257
2257
|
w.isUtc = Qu;
|
|
2258
2258
|
w.isUTC = Qu;
|
|
2259
|
-
w.zoneAbbr =
|
|
2259
|
+
w.zoneAbbr = Pm;
|
|
2260
2260
|
w.zoneName = Rm;
|
|
2261
2261
|
w.dates = Ae(
|
|
2262
2262
|
"dates accessor is deprecated. Use date instead.",
|
|
@@ -2294,7 +2294,7 @@ V.invalidDate = kd;
|
|
|
2294
2294
|
V.ordinal = Md;
|
|
2295
2295
|
V.preparse = dl;
|
|
2296
2296
|
V.postformat = dl;
|
|
2297
|
-
V.relativeTime =
|
|
2297
|
+
V.relativeTime = Pd;
|
|
2298
2298
|
V.pastFuture = Rd;
|
|
2299
2299
|
V.set = vd;
|
|
2300
2300
|
V.eras = nm;
|
|
@@ -2319,7 +2319,7 @@ V.weekdaysRegex = wf;
|
|
|
2319
2319
|
V.weekdaysShortRegex = Sf;
|
|
2320
2320
|
V.weekdaysMinRegex = kf;
|
|
2321
2321
|
V.isPM = Cf;
|
|
2322
|
-
V.meridiem =
|
|
2322
|
+
V.meridiem = Pf;
|
|
2323
2323
|
function Bn(t, e, r, n) {
|
|
2324
2324
|
var a = yt(), i = tt().set(n, e);
|
|
2325
2325
|
return a[r](i, t);
|
|
@@ -2555,8 +2555,8 @@ F.toIsoString = Ae(
|
|
|
2555
2555
|
ha
|
|
2556
2556
|
);
|
|
2557
2557
|
F.lang = nl;
|
|
2558
|
-
|
|
2559
|
-
|
|
2558
|
+
x("X", 0, 0, "unix");
|
|
2559
|
+
x("x", 0, 0, "valueOf");
|
|
2560
2560
|
C("x", sa);
|
|
2561
2561
|
C("X", Ad);
|
|
2562
2562
|
q("X", function(t, e, r) {
|
|
@@ -2593,7 +2593,7 @@ k.weekdaysShort = $m;
|
|
|
2593
2593
|
k.normalizeUnits = $e;
|
|
2594
2594
|
k.relativeTimeRounding = cv;
|
|
2595
2595
|
k.relativeTimeThreshold = dv;
|
|
2596
|
-
k.calendarFormat =
|
|
2596
|
+
k.calendarFormat = xh;
|
|
2597
2597
|
k.prototype = w;
|
|
2598
2598
|
k.HTML5_FMT = {
|
|
2599
2599
|
DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
|
|
@@ -2866,7 +2866,7 @@ var y = typeof globalThis != "undefined" ? globalThis : typeof window != "undefi
|
|
|
2866
2866
|
function Mv(t) {
|
|
2867
2867
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
2868
2868
|
}
|
|
2869
|
-
function
|
|
2869
|
+
function xv(t) {
|
|
2870
2870
|
if (t.__esModule)
|
|
2871
2871
|
return t;
|
|
2872
2872
|
var e = t.default;
|
|
@@ -2906,7 +2906,7 @@ Object.defineProperty(_l, "__esModule", { value: !0 });
|
|
|
2906
2906
|
})(pl);
|
|
2907
2907
|
var yl = {}, Ei = {}, Ha = {}, Li = {};
|
|
2908
2908
|
Object.defineProperty(Li, "__esModule", { value: !0 });
|
|
2909
|
-
var
|
|
2909
|
+
var Pv = (
|
|
2910
2910
|
/** @class */
|
|
2911
2911
|
function() {
|
|
2912
2912
|
function t(e) {
|
|
@@ -2919,7 +2919,7 @@ var xv = (
|
|
|
2919
2919
|
}, t;
|
|
2920
2920
|
}()
|
|
2921
2921
|
);
|
|
2922
|
-
Li.default =
|
|
2922
|
+
Li.default = Pv;
|
|
2923
2923
|
var Wr = {}, Ua = {}, Vi = {}, ie = {}, Hi = {}, _e = {}, Ge = {}, sr = {}, Ui = {}, fs = y && y.__read || function(t, e) {
|
|
2924
2924
|
var r = typeof Symbol == "function" && t[Symbol.iterator];
|
|
2925
2925
|
if (!r)
|
|
@@ -4276,7 +4276,7 @@ var no = {}, Mp = y && y.__extends || /* @__PURE__ */ function() {
|
|
|
4276
4276
|
};
|
|
4277
4277
|
}();
|
|
4278
4278
|
Object.defineProperty(no, "__esModule", { value: !0 });
|
|
4279
|
-
var gs = Vt,
|
|
4279
|
+
var gs = Vt, xp = _e, Pp = (
|
|
4280
4280
|
/** @class */
|
|
4281
4281
|
function(t) {
|
|
4282
4282
|
Mp(e, t);
|
|
@@ -4303,9 +4303,9 @@ var gs = Vt, Pp = _e, xp = (
|
|
|
4303
4303
|
return new gs.ErrorHandler(n);
|
|
4304
4304
|
});
|
|
4305
4305
|
}, e;
|
|
4306
|
-
}(
|
|
4306
|
+
}(xp.default)
|
|
4307
4307
|
);
|
|
4308
|
-
no.default =
|
|
4308
|
+
no.default = Pp;
|
|
4309
4309
|
var ao = {}, Rp = y && y.__extends || /* @__PURE__ */ function() {
|
|
4310
4310
|
var t = function(e, r) {
|
|
4311
4311
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, a) {
|
|
@@ -5574,11 +5574,11 @@ function h_() {
|
|
|
5574
5574
|
);
|
|
5575
5575
|
return Jr.default = d, Jr;
|
|
5576
5576
|
}
|
|
5577
|
-
var Xr = {},
|
|
5577
|
+
var Xr = {}, xs;
|
|
5578
5578
|
function m_() {
|
|
5579
|
-
if (
|
|
5579
|
+
if (xs)
|
|
5580
5580
|
return Xr;
|
|
5581
|
-
|
|
5581
|
+
xs = 1;
|
|
5582
5582
|
var t = y && y.__extends || /* @__PURE__ */ function() {
|
|
5583
5583
|
var f = function(s, o) {
|
|
5584
5584
|
return f = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(c, h) {
|
|
@@ -5754,11 +5754,11 @@ function m_() {
|
|
|
5754
5754
|
);
|
|
5755
5755
|
return Xr.default = d, Xr;
|
|
5756
5756
|
}
|
|
5757
|
-
var Qr = {},
|
|
5757
|
+
var Qr = {}, Ps;
|
|
5758
5758
|
function v_() {
|
|
5759
|
-
if (
|
|
5759
|
+
if (Ps)
|
|
5760
5760
|
return Qr;
|
|
5761
|
-
|
|
5761
|
+
Ps = 1;
|
|
5762
5762
|
var t = y && y.__extends || /* @__PURE__ */ function() {
|
|
5763
5763
|
var f = function(s, o) {
|
|
5764
5764
|
return f = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(c, h) {
|
|
@@ -6994,11 +6994,11 @@ function M_() {
|
|
|
6994
6994
|
}
|
|
6995
6995
|
var go = {};
|
|
6996
6996
|
Object.defineProperty(go, "__esModule", { value: !0 });
|
|
6997
|
-
var
|
|
6997
|
+
var x_ = ie, P_ = (
|
|
6998
6998
|
/** @class */
|
|
6999
6999
|
function() {
|
|
7000
7000
|
function t() {
|
|
7001
|
-
this.client = new
|
|
7001
|
+
this.client = new x_.PartnerResource();
|
|
7002
7002
|
}
|
|
7003
7003
|
return t.prototype.getPartnerInfo = function(e) {
|
|
7004
7004
|
return e === void 0 && (e = null), this.client.getPartnerInfo(e);
|
|
@@ -7007,7 +7007,7 @@ var P_ = ie, x_ = (
|
|
|
7007
7007
|
}, t;
|
|
7008
7008
|
}()
|
|
7009
7009
|
);
|
|
7010
|
-
go.default =
|
|
7010
|
+
go.default = P_;
|
|
7011
7011
|
var bo = {};
|
|
7012
7012
|
Object.defineProperty(bo, "__esModule", { value: !0 });
|
|
7013
7013
|
var R_ = ie, D_ = (
|
|
@@ -8314,7 +8314,7 @@ function B_() {
|
|
|
8314
8314
|
);
|
|
8315
8315
|
return vn.default = d, vn;
|
|
8316
8316
|
}
|
|
8317
|
-
var Mo = {},
|
|
8317
|
+
var Mo = {}, xo = {}, G_ = y && y.__extends || /* @__PURE__ */ function() {
|
|
8318
8318
|
var t = function(e, r) {
|
|
8319
8319
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, a) {
|
|
8320
8320
|
n.__proto__ = a;
|
|
@@ -8333,7 +8333,7 @@ var Mo = {}, Po = {}, G_ = y && y.__extends || /* @__PURE__ */ function() {
|
|
|
8333
8333
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
8334
8334
|
};
|
|
8335
8335
|
}();
|
|
8336
|
-
Object.defineProperty(
|
|
8336
|
+
Object.defineProperty(xo, "__esModule", { value: !0 });
|
|
8337
8337
|
var Z_ = Ge, J_ = (
|
|
8338
8338
|
/** @class */
|
|
8339
8339
|
function(t) {
|
|
@@ -8351,9 +8351,9 @@ var Z_ = Ge, J_ = (
|
|
|
8351
8351
|
}, e;
|
|
8352
8352
|
}(Z_.default)
|
|
8353
8353
|
);
|
|
8354
|
-
|
|
8354
|
+
xo.default = J_;
|
|
8355
8355
|
Object.defineProperty(Mo, "__esModule", { value: !0 });
|
|
8356
|
-
var X_ =
|
|
8356
|
+
var X_ = xo, Q_ = (
|
|
8357
8357
|
/** @class */
|
|
8358
8358
|
function() {
|
|
8359
8359
|
function t() {
|
|
@@ -9119,8 +9119,8 @@ function sy() {
|
|
|
9119
9119
|
);
|
|
9120
9120
|
return Cn.default = r, Cn;
|
|
9121
9121
|
}
|
|
9122
|
-
var
|
|
9123
|
-
Object.defineProperty(
|
|
9122
|
+
var Po = {};
|
|
9123
|
+
Object.defineProperty(Po, "__esModule", { value: !0 });
|
|
9124
9124
|
var uy = (
|
|
9125
9125
|
/** @class */
|
|
9126
9126
|
function() {
|
|
@@ -9184,7 +9184,7 @@ var uy = (
|
|
|
9184
9184
|
}, t;
|
|
9185
9185
|
}()
|
|
9186
9186
|
);
|
|
9187
|
-
|
|
9187
|
+
Po.default = uy;
|
|
9188
9188
|
var Ba = {}, Mn = {}, iu;
|
|
9189
9189
|
function ly() {
|
|
9190
9190
|
if (iu)
|
|
@@ -9234,7 +9234,7 @@ function cy() {
|
|
|
9234
9234
|
} });
|
|
9235
9235
|
}(Ba)), Ba;
|
|
9236
9236
|
}
|
|
9237
|
-
var Ga = {},
|
|
9237
|
+
var Ga = {}, xn = {};
|
|
9238
9238
|
//! moment.js
|
|
9239
9239
|
//! version : 2.30.1
|
|
9240
9240
|
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
|
@@ -9280,7 +9280,7 @@ function Ml(t, e) {
|
|
|
9280
9280
|
r.push(e(t[n], n));
|
|
9281
9281
|
return r;
|
|
9282
9282
|
}
|
|
9283
|
-
function
|
|
9283
|
+
function xt(t, e) {
|
|
9284
9284
|
for (var r in e)
|
|
9285
9285
|
L(e, r) && (t[r] = e[r]);
|
|
9286
9286
|
return L(e, "toString") && (t.toString = e.toString), L(e, "valueOf") && (t.valueOf = e.valueOf), t;
|
|
@@ -9331,7 +9331,7 @@ function Do(t) {
|
|
|
9331
9331
|
}
|
|
9332
9332
|
function _a(t) {
|
|
9333
9333
|
var e = nt(NaN);
|
|
9334
|
-
return t != null ?
|
|
9334
|
+
return t != null ? xt(Y(e), t) : Y(e).userInvalidated = !0, e;
|
|
9335
9335
|
}
|
|
9336
9336
|
var su = O.momentProperties = [], Za = !1;
|
|
9337
9337
|
function jo(t, e) {
|
|
@@ -9347,12 +9347,12 @@ function Ir(t) {
|
|
|
9347
9347
|
function qe(t) {
|
|
9348
9348
|
return t instanceof Ir || t != null && t._isAMomentObject != null;
|
|
9349
9349
|
}
|
|
9350
|
-
function
|
|
9350
|
+
function xl(t) {
|
|
9351
9351
|
O.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + t);
|
|
9352
9352
|
}
|
|
9353
9353
|
function Ie(t, e) {
|
|
9354
9354
|
var r = !0;
|
|
9355
|
-
return
|
|
9355
|
+
return xt(function() {
|
|
9356
9356
|
if (O.deprecationHandler != null && O.deprecationHandler(null, t), r) {
|
|
9357
9357
|
var n = [], a, i, u, d = arguments.length;
|
|
9358
9358
|
for (i = 0; i < d; i++) {
|
|
@@ -9366,7 +9366,7 @@ function Ie(t, e) {
|
|
|
9366
9366
|
a = arguments[i];
|
|
9367
9367
|
n.push(a);
|
|
9368
9368
|
}
|
|
9369
|
-
|
|
9369
|
+
xl(
|
|
9370
9370
|
t + `
|
|
9371
9371
|
Arguments: ` + Array.prototype.slice.call(n).join("") + `
|
|
9372
9372
|
` + new Error().stack
|
|
@@ -9376,8 +9376,8 @@ Arguments: ` + Array.prototype.slice.call(n).join("") + `
|
|
|
9376
9376
|
}, e);
|
|
9377
9377
|
}
|
|
9378
9378
|
var uu = {};
|
|
9379
|
-
function
|
|
9380
|
-
O.deprecationHandler != null && O.deprecationHandler(t, e), uu[t] || (
|
|
9379
|
+
function Pl(t, e) {
|
|
9380
|
+
O.deprecationHandler != null && O.deprecationHandler(t, e), uu[t] || (xl(e), uu[t] = !0);
|
|
9381
9381
|
}
|
|
9382
9382
|
O.suppressDeprecationWarnings = !1;
|
|
9383
9383
|
O.deprecationHandler = null;
|
|
@@ -9393,11 +9393,11 @@ function hy(t) {
|
|
|
9393
9393
|
);
|
|
9394
9394
|
}
|
|
9395
9395
|
function fi(t, e) {
|
|
9396
|
-
var r =
|
|
9396
|
+
var r = xt({}, t), n;
|
|
9397
9397
|
for (n in e)
|
|
9398
|
-
L(e, n) && (Ft(t[n]) && Ft(e[n]) ? (r[n] = {},
|
|
9398
|
+
L(e, n) && (Ft(t[n]) && Ft(e[n]) ? (r[n] = {}, xt(r[n], t[n]), xt(r[n], e[n])) : e[n] != null ? r[n] = e[n] : delete r[n]);
|
|
9399
9399
|
for (n in t)
|
|
9400
|
-
L(t, n) && !L(e, n) && Ft(t[n]) && (r[n] =
|
|
9400
|
+
L(t, n) && !L(e, n) && Ft(t[n]) && (r[n] = xt({}, r[n]));
|
|
9401
9401
|
return r;
|
|
9402
9402
|
}
|
|
9403
9403
|
function Yo(t) {
|
|
@@ -9426,8 +9426,8 @@ function et(t, e, r) {
|
|
|
9426
9426
|
var n = "" + Math.abs(t), a = e - n.length, i = t >= 0;
|
|
9427
9427
|
return (i ? r ? "+" : "" : "-") + Math.pow(10, Math.max(0, a)).toString().substr(1) + n;
|
|
9428
9428
|
}
|
|
9429
|
-
var To = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,
|
|
9430
|
-
function
|
|
9429
|
+
var To = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, Pn = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, Ja = {}, rr = {};
|
|
9430
|
+
function P(t, e, r, n) {
|
|
9431
9431
|
var a = n;
|
|
9432
9432
|
typeof n == "string" && (a = function() {
|
|
9433
9433
|
return this[n]();
|
|
@@ -9462,11 +9462,11 @@ function Rl(t, e) {
|
|
|
9462
9462
|
function n(a) {
|
|
9463
9463
|
return e.longDateFormat(a) || a;
|
|
9464
9464
|
}
|
|
9465
|
-
for (
|
|
9465
|
+
for (Pn.lastIndex = 0; r >= 0 && Pn.test(t); )
|
|
9466
9466
|
t = t.replace(
|
|
9467
|
-
|
|
9467
|
+
Pn,
|
|
9468
9468
|
n
|
|
9469
|
-
),
|
|
9469
|
+
), Pn.lastIndex = 0, r -= 1;
|
|
9470
9470
|
return t;
|
|
9471
9471
|
}
|
|
9472
9472
|
var yy = {
|
|
@@ -9513,7 +9513,7 @@ function My(t, e, r, n) {
|
|
|
9513
9513
|
var a = this._relativeTime[r];
|
|
9514
9514
|
return at(a) ? a(t, e, r, n) : a.replace(/%d/i, t);
|
|
9515
9515
|
}
|
|
9516
|
-
function
|
|
9516
|
+
function xy(t, e) {
|
|
9517
9517
|
var r = this._relativeTime[t > 0 ? "future" : "past"];
|
|
9518
9518
|
return at(r) ? r(e) : r.replace(/%s/i, e);
|
|
9519
9519
|
}
|
|
@@ -9576,7 +9576,7 @@ function Ao(t) {
|
|
|
9576
9576
|
L(t, n) && (r = Fe(n), r && (e[r] = t[n]));
|
|
9577
9577
|
return e;
|
|
9578
9578
|
}
|
|
9579
|
-
var
|
|
9579
|
+
var Py = {
|
|
9580
9580
|
date: 9,
|
|
9581
9581
|
day: 11,
|
|
9582
9582
|
weekday: 11,
|
|
@@ -9597,7 +9597,7 @@ var xy = {
|
|
|
9597
9597
|
function Ry(t) {
|
|
9598
9598
|
var e = [], r;
|
|
9599
9599
|
for (r in t)
|
|
9600
|
-
L(t, r) && e.push({ unit: r, priority:
|
|
9600
|
+
L(t, r) && e.push({ unit: r, priority: Py[r] });
|
|
9601
9601
|
return e.sort(function(n, a) {
|
|
9602
9602
|
return n.priority - a.priority;
|
|
9603
9603
|
}), e;
|
|
@@ -9652,16 +9652,16 @@ function ka(t) {
|
|
|
9652
9652
|
return t % 4 === 0 && t % 100 !== 0 || t % 400 === 0;
|
|
9653
9653
|
}
|
|
9654
9654
|
var me = 0, dt = 1, Xe = 2, se = 3, Ve = 4, ft = 5, $t = 6, $y = 7, Iy = 8;
|
|
9655
|
-
|
|
9655
|
+
P("Y", 0, 0, function() {
|
|
9656
9656
|
var t = this.year();
|
|
9657
9657
|
return t <= 9999 ? et(t, 4) : "+" + t;
|
|
9658
9658
|
});
|
|
9659
|
-
|
|
9659
|
+
P(0, ["YY", 2], 0, function() {
|
|
9660
9660
|
return this.year() % 100;
|
|
9661
9661
|
});
|
|
9662
|
-
|
|
9663
|
-
|
|
9664
|
-
|
|
9662
|
+
P(0, ["YYYY", 4], 0, "year");
|
|
9663
|
+
P(0, ["YYYYY", 5], 0, "year");
|
|
9664
|
+
P(0, ["YYYYYY", 6, !0], 0, "year");
|
|
9665
9665
|
M("Y", wa);
|
|
9666
9666
|
M("YY", K, Re);
|
|
9667
9667
|
M("YYYY", Io, $o);
|
|
@@ -9769,13 +9769,13 @@ function No(t, e) {
|
|
|
9769
9769
|
var r = Ly(e, 12);
|
|
9770
9770
|
return t += (e - r) / 12, r === 1 ? ka(t) ? 29 : 28 : 31 - r % 7 % 2;
|
|
9771
9771
|
}
|
|
9772
|
-
|
|
9772
|
+
P("M", ["MM", 2], "Mo", function() {
|
|
9773
9773
|
return this.month() + 1;
|
|
9774
9774
|
});
|
|
9775
|
-
|
|
9775
|
+
P("MMM", 0, 0, function(t) {
|
|
9776
9776
|
return this.localeData().monthsShort(this, t);
|
|
9777
9777
|
});
|
|
9778
|
-
|
|
9778
|
+
P("MMMM", 0, 0, function(t) {
|
|
9779
9779
|
return this.localeData().months(this, t);
|
|
9780
9780
|
});
|
|
9781
9781
|
M("M", K, cr);
|
|
@@ -9889,7 +9889,7 @@ function Vl(t, e, r, n, a) {
|
|
|
9889
9889
|
dayOfYear: s
|
|
9890
9890
|
};
|
|
9891
9891
|
}
|
|
9892
|
-
function
|
|
9892
|
+
function xr(t, e, r) {
|
|
9893
9893
|
var n = Qn(t.year(), e, r), a = Math.floor((t.dayOfYear() - n - 1) / 7) + 1, i, u;
|
|
9894
9894
|
return a < 1 ? (u = t.year() - 1, i = a + vt(u, e, r)) : a > vt(t.year(), e, r) ? (i = a - vt(t.year(), e, r), u = t.year() + 1) : (u = t.year(), i = a), {
|
|
9895
9895
|
week: i,
|
|
@@ -9900,8 +9900,8 @@ function vt(t, e, r) {
|
|
|
9900
9900
|
var n = Qn(t, e, r), a = Qn(t + 1, e, r);
|
|
9901
9901
|
return (wr(t) - n + a) / 7;
|
|
9902
9902
|
}
|
|
9903
|
-
|
|
9904
|
-
|
|
9903
|
+
P("w", ["ww", 2], "wo", "week");
|
|
9904
|
+
P("W", ["WW", 2], "Wo", "isoWeek");
|
|
9905
9905
|
M("w", K, cr);
|
|
9906
9906
|
M("ww", K, Re);
|
|
9907
9907
|
M("W", K, cr);
|
|
@@ -9913,7 +9913,7 @@ Nr(
|
|
|
9913
9913
|
}
|
|
9914
9914
|
);
|
|
9915
9915
|
function Qy(t) {
|
|
9916
|
-
return
|
|
9916
|
+
return xr(t, this._week.dow, this._week.doy).week;
|
|
9917
9917
|
}
|
|
9918
9918
|
var Ky = {
|
|
9919
9919
|
dow: 0,
|
|
@@ -9932,21 +9932,21 @@ function rg(t) {
|
|
|
9932
9932
|
return t == null ? e : this.add((t - e) * 7, "d");
|
|
9933
9933
|
}
|
|
9934
9934
|
function ng(t) {
|
|
9935
|
-
var e =
|
|
9935
|
+
var e = xr(this, 1, 4).week;
|
|
9936
9936
|
return t == null ? e : this.add((t - e) * 7, "d");
|
|
9937
9937
|
}
|
|
9938
|
-
|
|
9939
|
-
|
|
9938
|
+
P("d", 0, "do", "day");
|
|
9939
|
+
P("dd", 0, 0, function(t) {
|
|
9940
9940
|
return this.localeData().weekdaysMin(this, t);
|
|
9941
9941
|
});
|
|
9942
|
-
|
|
9942
|
+
P("ddd", 0, 0, function(t) {
|
|
9943
9943
|
return this.localeData().weekdaysShort(this, t);
|
|
9944
9944
|
});
|
|
9945
|
-
|
|
9945
|
+
P("dddd", 0, 0, function(t) {
|
|
9946
9946
|
return this.localeData().weekdays(this, t);
|
|
9947
9947
|
});
|
|
9948
|
-
|
|
9949
|
-
|
|
9948
|
+
P("e", 0, 0, "weekday");
|
|
9949
|
+
P("E", 0, 0, "isoWeekday");
|
|
9950
9950
|
M("d", K);
|
|
9951
9951
|
M("e", K);
|
|
9952
9952
|
M("E", K);
|
|
@@ -10077,23 +10077,23 @@ function Vo() {
|
|
|
10077
10077
|
function Sg() {
|
|
10078
10078
|
return this.hours() || 24;
|
|
10079
10079
|
}
|
|
10080
|
-
|
|
10081
|
-
|
|
10082
|
-
|
|
10083
|
-
|
|
10080
|
+
P("H", ["HH", 2], 0, "hour");
|
|
10081
|
+
P("h", ["hh", 2], 0, Vo);
|
|
10082
|
+
P("k", ["kk", 2], 0, Sg);
|
|
10083
|
+
P("hmm", 0, 0, function() {
|
|
10084
10084
|
return "" + Vo.apply(this) + et(this.minutes(), 2);
|
|
10085
10085
|
});
|
|
10086
|
-
|
|
10086
|
+
P("hmmss", 0, 0, function() {
|
|
10087
10087
|
return "" + Vo.apply(this) + et(this.minutes(), 2) + et(this.seconds(), 2);
|
|
10088
10088
|
});
|
|
10089
|
-
|
|
10089
|
+
P("Hmm", 0, 0, function() {
|
|
10090
10090
|
return "" + this.hours() + et(this.minutes(), 2);
|
|
10091
10091
|
});
|
|
10092
|
-
|
|
10092
|
+
P("Hmmss", 0, 0, function() {
|
|
10093
10093
|
return "" + this.hours() + et(this.minutes(), 2) + et(this.seconds(), 2);
|
|
10094
10094
|
});
|
|
10095
10095
|
function Ul(t, e) {
|
|
10096
|
-
|
|
10096
|
+
P(t, 0, 0, function() {
|
|
10097
10097
|
return this.localeData().meridiem(
|
|
10098
10098
|
this.hours(),
|
|
10099
10099
|
this.minutes(),
|
|
@@ -10166,8 +10166,8 @@ var ql = {
|
|
|
10166
10166
|
weekdaysMin: sg,
|
|
10167
10167
|
weekdaysShort: Hl,
|
|
10168
10168
|
meridiemParse: Og
|
|
10169
|
-
}, re = {}, pr = {},
|
|
10170
|
-
function
|
|
10169
|
+
}, re = {}, pr = {}, Pr;
|
|
10170
|
+
function xg(t, e) {
|
|
10171
10171
|
var r, n = Math.min(t.length, e.length);
|
|
10172
10172
|
for (r = 0; r < n; r += 1)
|
|
10173
10173
|
if (t[r] !== e[r])
|
|
@@ -10177,18 +10177,18 @@ function Pg(t, e) {
|
|
|
10177
10177
|
function cu(t) {
|
|
10178
10178
|
return t && t.toLowerCase().replace("_", "-");
|
|
10179
10179
|
}
|
|
10180
|
-
function
|
|
10180
|
+
function Pg(t) {
|
|
10181
10181
|
for (var e = 0, r, n, a, i; e < t.length; ) {
|
|
10182
10182
|
for (i = cu(t[e]).split("-"), r = i.length, n = cu(t[e + 1]), n = n ? n.split("-") : null; r > 0; ) {
|
|
10183
10183
|
if (a = Oa(i.slice(0, r).join("-")), a)
|
|
10184
10184
|
return a;
|
|
10185
|
-
if (n && n.length >= r &&
|
|
10185
|
+
if (n && n.length >= r && xg(i, n) >= r - 1)
|
|
10186
10186
|
break;
|
|
10187
10187
|
r--;
|
|
10188
10188
|
}
|
|
10189
10189
|
e++;
|
|
10190
10190
|
}
|
|
10191
|
-
return
|
|
10191
|
+
return Pr;
|
|
10192
10192
|
}
|
|
10193
10193
|
function Rg(t) {
|
|
10194
10194
|
return !!(t && t.match("^[^/\\\\]*$"));
|
|
@@ -10197,7 +10197,7 @@ function Oa(t) {
|
|
|
10197
10197
|
var e = null, r;
|
|
10198
10198
|
if (re[t] === void 0 && typeof module != "undefined" && module && module.exports && Rg(t))
|
|
10199
10199
|
try {
|
|
10200
|
-
e =
|
|
10200
|
+
e = Pr._abbr, r = require, r("./locale/" + t), Dt(e);
|
|
10201
10201
|
} catch (n) {
|
|
10202
10202
|
re[t] = null;
|
|
10203
10203
|
}
|
|
@@ -10205,15 +10205,15 @@ function Oa(t) {
|
|
|
10205
10205
|
}
|
|
10206
10206
|
function Dt(t, e) {
|
|
10207
10207
|
var r;
|
|
10208
|
-
return t && (Se(e) ? r = wt(t) : r = Ho(t, e), r ?
|
|
10208
|
+
return t && (Se(e) ? r = wt(t) : r = Ho(t, e), r ? Pr = r : typeof console != "undefined" && console.warn && console.warn(
|
|
10209
10209
|
"Locale " + t + " not found. Did you forget to load it?"
|
|
10210
|
-
)),
|
|
10210
|
+
)), Pr._abbr;
|
|
10211
10211
|
}
|
|
10212
10212
|
function Ho(t, e) {
|
|
10213
10213
|
if (e !== null) {
|
|
10214
10214
|
var r, n = ql;
|
|
10215
10215
|
if (e.abbr = t, re[t] != null)
|
|
10216
|
-
|
|
10216
|
+
Pl(
|
|
10217
10217
|
"defineLocaleOverride",
|
|
10218
10218
|
"use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."
|
|
10219
10219
|
), n = re[t]._config;
|
|
@@ -10244,13 +10244,13 @@ function Dg(t, e) {
|
|
|
10244
10244
|
function wt(t) {
|
|
10245
10245
|
var e;
|
|
10246
10246
|
if (t && t._locale && t._locale._abbr && (t = t._locale._abbr), !t)
|
|
10247
|
-
return
|
|
10247
|
+
return Pr;
|
|
10248
10248
|
if (!We(t)) {
|
|
10249
10249
|
if (e = Oa(t), e)
|
|
10250
10250
|
return e;
|
|
10251
10251
|
t = [t];
|
|
10252
10252
|
}
|
|
10253
|
-
return
|
|
10253
|
+
return Pg(t);
|
|
10254
10254
|
}
|
|
10255
10255
|
function jg() {
|
|
10256
10256
|
return hi(re);
|
|
@@ -10437,8 +10437,8 @@ function qg(t) {
|
|
|
10437
10437
|
e = t._w, e.GG != null || e.W != null || e.E != null ? (i = 1, u = 4, r = Jt(
|
|
10438
10438
|
e.GG,
|
|
10439
10439
|
t._a[me],
|
|
10440
|
-
|
|
10441
|
-
), n = Jt(e.W, 1), a = Jt(e.E, 1), (a < 1 || a > 7) && (f = !0)) : (i = t._locale._week.dow, u = t._locale._week.doy, s =
|
|
10440
|
+
xr(X(), 1, 4).year
|
|
10441
|
+
), n = Jt(e.W, 1), a = Jt(e.E, 1), (a < 1 || a > 7) && (f = !0)) : (i = t._locale._week.dow, u = t._locale._week.doy, s = xr(X(), i, u), r = Jt(e.gg, t._a[me], s.year), n = Jt(e.w, s.week), e.d != null ? (a = e.d, (a < 0 || a > 6) && (f = !0)) : e.e != null ? (a = e.e + i, (e.e < 0 || e.e > 6) && (f = !0)) : a = i), n < 1 || n > vt(r, i, u) ? Y(t)._overflowWeeks = !0 : f != null ? Y(t)._overflowWeekday = !0 : (d = Vl(r, n, a, i, u), t._a[me] = d.year, t._dayOfYear = d.dayOfYear);
|
|
10442
10442
|
}
|
|
10443
10443
|
O.ISO_8601 = function() {
|
|
10444
10444
|
};
|
|
@@ -10477,7 +10477,7 @@ function Bg(t) {
|
|
|
10477
10477
|
}
|
|
10478
10478
|
for (a = 0; a < f; a++)
|
|
10479
10479
|
i = 0, u = !1, e = jo({}, t), t._useUTC != null && (e._useUTC = t._useUTC), e._f = t._f[a], qo(e), Do(e) && (u = !0), i += Y(e).charsLeftOver, i += Y(e).unusedTokens.length * 10, Y(e).score = i, d ? i < n && (n = i, r = e) : (n == null || i < n || u) && (n = i, r = e, u && (d = !0));
|
|
10480
|
-
|
|
10480
|
+
xt(t, r || e);
|
|
10481
10481
|
}
|
|
10482
10482
|
function Gg(t) {
|
|
10483
10483
|
if (!t._d) {
|
|
@@ -10591,7 +10591,7 @@ function i0(t, e, r) {
|
|
|
10591
10591
|
return i + a;
|
|
10592
10592
|
}
|
|
10593
10593
|
function Xl(t, e) {
|
|
10594
|
-
|
|
10594
|
+
P(t, 0, 0, function() {
|
|
10595
10595
|
var r = this.utcOffset(), n = "+";
|
|
10596
10596
|
return r < 0 && (r = -r, n = "-"), n + et(~~(r / 60), 2) + e + et(~~r % 60, 2);
|
|
10597
10597
|
});
|
|
@@ -10720,7 +10720,7 @@ function g0(t, e) {
|
|
|
10720
10720
|
function Kl(t, e) {
|
|
10721
10721
|
return function(r, n) {
|
|
10722
10722
|
var a, i;
|
|
10723
|
-
return n !== null && !isNaN(+n) && (
|
|
10723
|
+
return n !== null && !isNaN(+n) && (Pl(
|
|
10724
10724
|
e,
|
|
10725
10725
|
"moment()." + e + "(period, number) is deprecated. Please use moment()." + e + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
|
|
10726
10726
|
), i = r, r = n, n = i), a = Ze(r, n), ec(this, a, t), this;
|
|
@@ -10791,14 +10791,14 @@ function M0(t, e) {
|
|
|
10791
10791
|
var r = t.diff(e, "days", !0);
|
|
10792
10792
|
return r < -6 ? "sameElse" : r < -1 ? "lastWeek" : r < 0 ? "lastDay" : r < 1 ? "sameDay" : r < 2 ? "nextDay" : r < 7 ? "nextWeek" : "sameElse";
|
|
10793
10793
|
}
|
|
10794
|
-
function
|
|
10794
|
+
function x0(t, e) {
|
|
10795
10795
|
arguments.length === 1 && (arguments[0] ? S0(arguments[0]) ? (t = arguments[0], e = void 0) : C0(arguments[0]) && (e = arguments[0], t = void 0) : (t = void 0, e = void 0));
|
|
10796
10796
|
var r = t || X(), n = Bo(r, this).startOf("day"), a = O.calendarFormat(this, n) || "sameElse", i = e && (at(e[a]) ? e[a].call(this, r) : e[a]);
|
|
10797
10797
|
return this.format(
|
|
10798
10798
|
i || this.localeData().calendar(a, this, X(r))
|
|
10799
10799
|
);
|
|
10800
10800
|
}
|
|
10801
|
-
function
|
|
10801
|
+
function P0() {
|
|
10802
10802
|
return new Ir(this);
|
|
10803
10803
|
}
|
|
10804
10804
|
function R0(t, e) {
|
|
@@ -11070,7 +11070,7 @@ function Q0() {
|
|
|
11070
11070
|
return Do(this);
|
|
11071
11071
|
}
|
|
11072
11072
|
function K0() {
|
|
11073
|
-
return
|
|
11073
|
+
return xt({}, Y(this));
|
|
11074
11074
|
}
|
|
11075
11075
|
function eb() {
|
|
11076
11076
|
return Y(this).overflow;
|
|
@@ -11084,15 +11084,15 @@ function tb() {
|
|
|
11084
11084
|
strict: this._strict
|
|
11085
11085
|
};
|
|
11086
11086
|
}
|
|
11087
|
-
|
|
11088
|
-
|
|
11089
|
-
|
|
11090
|
-
|
|
11091
|
-
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
|
|
11095
|
-
|
|
11087
|
+
P("N", 0, 0, "eraAbbr");
|
|
11088
|
+
P("NN", 0, 0, "eraAbbr");
|
|
11089
|
+
P("NNN", 0, 0, "eraAbbr");
|
|
11090
|
+
P("NNNN", 0, 0, "eraName");
|
|
11091
|
+
P("NNNNN", 0, 0, "eraNarrow");
|
|
11092
|
+
P("y", ["y", 1], "yo", "eraYear");
|
|
11093
|
+
P("y", ["yy", 2], 0, "eraYear");
|
|
11094
|
+
P("y", ["yyy", 3], 0, "eraYear");
|
|
11095
|
+
P("y", ["yyyy", 4], 0, "eraYear");
|
|
11096
11096
|
M("N", Go);
|
|
11097
11097
|
M("NN", Go);
|
|
11098
11098
|
M("NNN", Go);
|
|
@@ -11219,14 +11219,14 @@ function Zo() {
|
|
|
11219
11219
|
"i"
|
|
11220
11220
|
);
|
|
11221
11221
|
}
|
|
11222
|
-
|
|
11222
|
+
P(0, ["gg", 2], 0, function() {
|
|
11223
11223
|
return this.weekYear() % 100;
|
|
11224
11224
|
});
|
|
11225
|
-
|
|
11225
|
+
P(0, ["GG", 2], 0, function() {
|
|
11226
11226
|
return this.isoWeekYear() % 100;
|
|
11227
11227
|
});
|
|
11228
11228
|
function Ma(t, e) {
|
|
11229
|
-
|
|
11229
|
+
P(0, [t, t.length], 0, e);
|
|
11230
11230
|
}
|
|
11231
11231
|
Ma("gggg", "weekYear");
|
|
11232
11232
|
Ma("ggggg", "weekYear");
|
|
@@ -11285,13 +11285,13 @@ function bb() {
|
|
|
11285
11285
|
}
|
|
11286
11286
|
function uc(t, e, r, n, a) {
|
|
11287
11287
|
var i;
|
|
11288
|
-
return t == null ?
|
|
11288
|
+
return t == null ? xr(this, n, a).year : (i = vt(t, n, a), e > i && (e = i), wb.call(this, t, e, r, n, a));
|
|
11289
11289
|
}
|
|
11290
11290
|
function wb(t, e, r, n, a) {
|
|
11291
11291
|
var i = Vl(t, e, r, n, a), u = Mr(i.year, 0, i.dayOfYear);
|
|
11292
11292
|
return this.year(u.getUTCFullYear()), this.month(u.getUTCMonth()), this.date(u.getUTCDate()), this;
|
|
11293
11293
|
}
|
|
11294
|
-
|
|
11294
|
+
P("Q", 0, "Qo", "quarter");
|
|
11295
11295
|
M("Q", Dl);
|
|
11296
11296
|
z("Q", function(t, e) {
|
|
11297
11297
|
e[dt] = (A(t) - 1) * 3;
|
|
@@ -11299,7 +11299,7 @@ z("Q", function(t, e) {
|
|
|
11299
11299
|
function Sb(t) {
|
|
11300
11300
|
return t == null ? Math.ceil((this.month() + 1) / 3) : this.month((t - 1) * 3 + this.month() % 3);
|
|
11301
11301
|
}
|
|
11302
|
-
|
|
11302
|
+
P("D", ["DD", 2], "Do", "date");
|
|
11303
11303
|
M("D", K, cr);
|
|
11304
11304
|
M("DD", K, Re);
|
|
11305
11305
|
M("Do", function(t, e) {
|
|
@@ -11310,7 +11310,7 @@ z("Do", function(t, e) {
|
|
|
11310
11310
|
e[Xe] = A(t.match(K)[0]);
|
|
11311
11311
|
});
|
|
11312
11312
|
var lc = dr("Date", !0);
|
|
11313
|
-
|
|
11313
|
+
P("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
11314
11314
|
M("DDD", ga);
|
|
11315
11315
|
M("DDDD", jl);
|
|
11316
11316
|
z(["DDD", "DDDD"], function(t, e, r) {
|
|
@@ -11322,65 +11322,65 @@ function kb(t) {
|
|
|
11322
11322
|
) + 1;
|
|
11323
11323
|
return t == null ? e : this.add(t - e, "d");
|
|
11324
11324
|
}
|
|
11325
|
-
|
|
11325
|
+
P("m", ["mm", 2], 0, "minute");
|
|
11326
11326
|
M("m", K, Fo);
|
|
11327
11327
|
M("mm", K, Re);
|
|
11328
11328
|
z(["m", "mm"], Ve);
|
|
11329
11329
|
var Ob = dr("Minutes", !1);
|
|
11330
|
-
|
|
11330
|
+
P("s", ["ss", 2], 0, "second");
|
|
11331
11331
|
M("s", K, Fo);
|
|
11332
11332
|
M("ss", K, Re);
|
|
11333
11333
|
z(["s", "ss"], ft);
|
|
11334
11334
|
var Cb = dr("Seconds", !1);
|
|
11335
|
-
|
|
11335
|
+
P("S", 0, 0, function() {
|
|
11336
11336
|
return ~~(this.millisecond() / 100);
|
|
11337
11337
|
});
|
|
11338
|
-
|
|
11338
|
+
P(0, ["SS", 2], 0, function() {
|
|
11339
11339
|
return ~~(this.millisecond() / 10);
|
|
11340
11340
|
});
|
|
11341
|
-
|
|
11342
|
-
|
|
11341
|
+
P(0, ["SSS", 3], 0, "millisecond");
|
|
11342
|
+
P(0, ["SSSS", 4], 0, function() {
|
|
11343
11343
|
return this.millisecond() * 10;
|
|
11344
11344
|
});
|
|
11345
|
-
|
|
11345
|
+
P(0, ["SSSSS", 5], 0, function() {
|
|
11346
11346
|
return this.millisecond() * 100;
|
|
11347
11347
|
});
|
|
11348
|
-
|
|
11348
|
+
P(0, ["SSSSSS", 6], 0, function() {
|
|
11349
11349
|
return this.millisecond() * 1e3;
|
|
11350
11350
|
});
|
|
11351
|
-
|
|
11351
|
+
P(0, ["SSSSSSS", 7], 0, function() {
|
|
11352
11352
|
return this.millisecond() * 1e4;
|
|
11353
11353
|
});
|
|
11354
|
-
|
|
11354
|
+
P(0, ["SSSSSSSS", 8], 0, function() {
|
|
11355
11355
|
return this.millisecond() * 1e5;
|
|
11356
11356
|
});
|
|
11357
|
-
|
|
11357
|
+
P(0, ["SSSSSSSSS", 9], 0, function() {
|
|
11358
11358
|
return this.millisecond() * 1e6;
|
|
11359
11359
|
});
|
|
11360
11360
|
M("S", ga, Dl);
|
|
11361
11361
|
M("SS", ga, Re);
|
|
11362
11362
|
M("SSS", ga, jl);
|
|
11363
|
-
var
|
|
11364
|
-
for (
|
|
11365
|
-
M(
|
|
11363
|
+
var Pt, cc;
|
|
11364
|
+
for (Pt = "SSSS"; Pt.length <= 9; Pt += "S")
|
|
11365
|
+
M(Pt, lr);
|
|
11366
11366
|
function Mb(t, e) {
|
|
11367
11367
|
e[$t] = A(("0." + t) * 1e3);
|
|
11368
11368
|
}
|
|
11369
|
-
for (
|
|
11370
|
-
z(
|
|
11369
|
+
for (Pt = "S"; Pt.length <= 9; Pt += "S")
|
|
11370
|
+
z(Pt, Mb);
|
|
11371
11371
|
cc = dr("Milliseconds", !1);
|
|
11372
|
-
|
|
11373
|
-
|
|
11374
|
-
function
|
|
11372
|
+
P("z", 0, 0, "zoneAbbr");
|
|
11373
|
+
P("zz", 0, 0, "zoneName");
|
|
11374
|
+
function xb() {
|
|
11375
11375
|
return this._isUTC ? "UTC" : "";
|
|
11376
11376
|
}
|
|
11377
|
-
function
|
|
11377
|
+
function Pb() {
|
|
11378
11378
|
return this._isUTC ? "Coordinated Universal Time" : "";
|
|
11379
11379
|
}
|
|
11380
11380
|
var S = Ir.prototype;
|
|
11381
11381
|
S.add = b0;
|
|
11382
|
-
S.calendar =
|
|
11383
|
-
S.clone =
|
|
11382
|
+
S.calendar = x0;
|
|
11383
|
+
S.clone = P0;
|
|
11384
11384
|
S.diff = $0;
|
|
11385
11385
|
S.endOf = q0;
|
|
11386
11386
|
S.format = E0;
|
|
@@ -11455,8 +11455,8 @@ S.isLocal = v0;
|
|
|
11455
11455
|
S.isUtcOffset = p0;
|
|
11456
11456
|
S.isUtc = Ql;
|
|
11457
11457
|
S.isUTC = Ql;
|
|
11458
|
-
S.zoneAbbr =
|
|
11459
|
-
S.zoneName =
|
|
11458
|
+
S.zoneAbbr = xb;
|
|
11459
|
+
S.zoneName = Pb;
|
|
11460
11460
|
S.dates = Ie(
|
|
11461
11461
|
"dates accessor is deprecated. Use date instead.",
|
|
11462
11462
|
lc
|
|
@@ -11494,7 +11494,7 @@ H.ordinal = Oy;
|
|
|
11494
11494
|
H.preparse = dc;
|
|
11495
11495
|
H.postformat = dc;
|
|
11496
11496
|
H.relativeTime = My;
|
|
11497
|
-
H.pastFuture =
|
|
11497
|
+
H.pastFuture = xy;
|
|
11498
11498
|
H.set = hy;
|
|
11499
11499
|
H.eras = rb;
|
|
11500
11500
|
H.erasParse = nb;
|
|
@@ -11707,7 +11707,7 @@ var Qa = Math.abs;
|
|
|
11707
11707
|
function Gt(t) {
|
|
11708
11708
|
return (t > 0) - (t < 0) || +t;
|
|
11709
11709
|
}
|
|
11710
|
-
function
|
|
11710
|
+
function xa() {
|
|
11711
11711
|
if (!this.isValid())
|
|
11712
11712
|
return this.localeData().invalidDate();
|
|
11713
11713
|
var t = Qa(this._milliseconds) / 1e3, e = Qa(this._days), r = Qa(this._months), n, a, i, u, d = this.asSeconds(), f, s, o, c;
|
|
@@ -11741,18 +11741,18 @@ N.weeks = i1;
|
|
|
11741
11741
|
N.months = n1;
|
|
11742
11742
|
N.years = a1;
|
|
11743
11743
|
N.humanize = c1;
|
|
11744
|
-
N.toISOString =
|
|
11745
|
-
N.toString =
|
|
11746
|
-
N.toJSON =
|
|
11744
|
+
N.toISOString = xa;
|
|
11745
|
+
N.toString = xa;
|
|
11746
|
+
N.toJSON = xa;
|
|
11747
11747
|
N.locale = rc;
|
|
11748
11748
|
N.localeData = ac;
|
|
11749
11749
|
N.toIsoString = Ie(
|
|
11750
11750
|
"toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
|
|
11751
|
-
|
|
11751
|
+
xa
|
|
11752
11752
|
);
|
|
11753
11753
|
N.lang = nc;
|
|
11754
|
-
|
|
11755
|
-
|
|
11754
|
+
P("X", 0, 0, "unix");
|
|
11755
|
+
P("x", 0, 0, "valueOf");
|
|
11756
11756
|
M("x", wa);
|
|
11757
11757
|
M("X", jy);
|
|
11758
11758
|
z("X", function(t, e, r) {
|
|
@@ -11814,12 +11814,12 @@ O.HTML5_FMT = {
|
|
|
11814
11814
|
const d1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11815
11815
|
__proto__: null,
|
|
11816
11816
|
default: O
|
|
11817
|
-
}, Symbol.toStringTag, { value: "Module" })), f1 = /* @__PURE__ */
|
|
11817
|
+
}, Symbol.toStringTag, { value: "Module" })), f1 = /* @__PURE__ */ xv(d1);
|
|
11818
11818
|
var hu;
|
|
11819
11819
|
function h1() {
|
|
11820
11820
|
if (hu)
|
|
11821
|
-
return
|
|
11822
|
-
hu = 1, Object.defineProperty(
|
|
11821
|
+
return xn;
|
|
11822
|
+
hu = 1, Object.defineProperty(xn, "__esModule", { value: !0 });
|
|
11823
11823
|
var t = f1, e = U(), r = (
|
|
11824
11824
|
/** @class */
|
|
11825
11825
|
function() {
|
|
@@ -11852,7 +11852,7 @@ function h1() {
|
|
|
11852
11852
|
}, n;
|
|
11853
11853
|
}()
|
|
11854
11854
|
);
|
|
11855
|
-
return
|
|
11855
|
+
return xn.default = r, xn;
|
|
11856
11856
|
}
|
|
11857
11857
|
var Dn = {}, mu;
|
|
11858
11858
|
function m1() {
|
|
@@ -12226,7 +12226,7 @@ function U() {
|
|
|
12226
12226
|
Object.defineProperty(t, "RateCollection", { enumerable: !0, get: function() {
|
|
12227
12227
|
return v.default;
|
|
12228
12228
|
} });
|
|
12229
|
-
var p =
|
|
12229
|
+
var p = Po;
|
|
12230
12230
|
Object.defineProperty(t, "User", { enumerable: !0, get: function() {
|
|
12231
12231
|
return p.default;
|
|
12232
12232
|
} }), r(cy(), t), r(_c(), t);
|
|
@@ -12426,7 +12426,7 @@ const k1 = /* @__PURE__ */ Mv(B), bu = /* @__PURE__ */ dd({
|
|
|
12426
12426
|
url: "http://master.mijn-api.vergelijkdirect.com"
|
|
12427
12427
|
},
|
|
12428
12428
|
api: {
|
|
12429
|
-
url: "
|
|
12429
|
+
url: "http://master.api.vergelijkdirect.com/"
|
|
12430
12430
|
},
|
|
12431
12431
|
postcode: {
|
|
12432
12432
|
url: "https://api.postcodeapi.nu",
|
|
@@ -12736,12 +12736,12 @@ var gc = function() {
|
|
|
12736
12736
|
}, { errors: e.errors, incorrectLicenseplate: e.incorrectLicensePlate }), e._t("vehicle-information", function() {
|
|
12737
12737
|
return [!e.isRetrievingVehicleInformation && e.vehicleInformation.Brand && e.vehicleInformation.Model && e.vehicleTypes.includes(e.vehicleInformation.VehicleType) && e.value.length >= 6 && !e.errors.has(e.name) ? r("div", { staticClass: "d-flex flex-wrap align-items-center fz-medium mt-1", class: e.vdFormVersion === "1" ? "vd-form-vehicle-name" : "" }, [r("i", { staticClass: "fas fa-info-circle mr-1", class: e.vdFormVersion === "1" ? "vd-tip-icon" : "text-primary mt-1" }), r("span", { staticClass: "mr-1" }, [e._v(e._s(e.vehicleInformation.Brand))]), r("span", { staticClass: "mr-1" }, [e._v(e._s(e.vehicleInformation.Model))]), r("span", [e._v("(" + e._s(e.vehicleInformation.ManufacturingYear) + ")")])]) : e._e(), e.isRetrievingVehicleInformation ? r("div", { staticClass: "d-flex align-items-center mt-1" }, [r("span", { staticClass: "spinner-border spinner-small fz-medium spinner-border-sm mr-1 text-primary", attrs: { role: "status", "aria-hidden": "true" } }), r("span", { staticClass: "fz-medium" }, [e._v(" Voertuig gegevens ophalen ")])]) : e._e()];
|
|
12738
12738
|
}, { loading: e.isRetrievingVehicleInformation, vehicleInformation: e.vehicleInformation })], 2);
|
|
12739
|
-
},
|
|
12739
|
+
}, x1 = [];
|
|
12740
12740
|
gc._withStripped = !0;
|
|
12741
12741
|
var bc = /* @__PURE__ */ fe(
|
|
12742
12742
|
M1,
|
|
12743
12743
|
gc,
|
|
12744
|
-
|
|
12744
|
+
x1,
|
|
12745
12745
|
!1,
|
|
12746
12746
|
null,
|
|
12747
12747
|
null,
|
|
@@ -12749,7 +12749,7 @@ var bc = /* @__PURE__ */ fe(
|
|
|
12749
12749
|
null
|
|
12750
12750
|
);
|
|
12751
12751
|
bc.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/LicensePlate.vue";
|
|
12752
|
-
const
|
|
12752
|
+
const Pa = bc.exports, P1 = de({
|
|
12753
12753
|
name: "DefaultInput",
|
|
12754
12754
|
props: {
|
|
12755
12755
|
label: {
|
|
@@ -12898,7 +12898,7 @@ var wc = function() {
|
|
|
12898
12898
|
}, R1 = [];
|
|
12899
12899
|
wc._withStripped = !0;
|
|
12900
12900
|
var Sc = /* @__PURE__ */ fe(
|
|
12901
|
-
|
|
12901
|
+
P1,
|
|
12902
12902
|
wc,
|
|
12903
12903
|
R1,
|
|
12904
12904
|
!1,
|
|
@@ -13256,7 +13256,7 @@ const Ra = Mc.exports, A1 = de(
|
|
|
13256
13256
|
}
|
|
13257
13257
|
}
|
|
13258
13258
|
);
|
|
13259
|
-
var
|
|
13259
|
+
var xc = function() {
|
|
13260
13260
|
var e = this, r = e._self._c;
|
|
13261
13261
|
return e._self._setupProxy, r("div", [e.step === "ONE" ? r("section", [r("p", [e._v(" Heb je in de afgelopen 3 jaar een auto- of motorverzekering op je eigen naam gehad die je hebt opgezegd? ")]), r("div", { staticClass: "row" }, [r("div", { staticClass: "col-md-6" }, [r("div", { staticClass: "mb-md-0 mb-2", class: e.vdFormVersion === "1" ? "vd-btn vd-btn-primary vd-btn-w-100" : "btn-a btn-a--primary btn-a--bold btn-block cursor-pointer", on: { click: function(n) {
|
|
13262
13262
|
e.step = "ONE_ONE";
|
|
@@ -13276,10 +13276,10 @@ var Pc = function() {
|
|
|
13276
13276
|
e.claimFreeYears = n;
|
|
13277
13277
|
}, expression: "claimFreeYears" } }), r("div", { staticClass: "mb-md-0 mb-2", class: e.vdFormVersion === "1" ? "vd-btn vd-btn-primary vd-btn-w-100" : "btn-a btn-a--primary btn-a--bold btn-block cursor-pointer", on: { click: e.closeModal } }, [e._v(" Sluit venster ")])], 1) : e._e()]);
|
|
13278
13278
|
}, $1 = [];
|
|
13279
|
-
|
|
13280
|
-
var
|
|
13279
|
+
xc._withStripped = !0;
|
|
13280
|
+
var Pc = /* @__PURE__ */ fe(
|
|
13281
13281
|
A1,
|
|
13282
|
-
|
|
13282
|
+
xc,
|
|
13283
13283
|
$1,
|
|
13284
13284
|
!1,
|
|
13285
13285
|
null,
|
|
@@ -13287,8 +13287,8 @@ var xc = /* @__PURE__ */ fe(
|
|
|
13287
13287
|
null,
|
|
13288
13288
|
null
|
|
13289
13289
|
);
|
|
13290
|
-
|
|
13291
|
-
const Rc =
|
|
13290
|
+
Pc.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/modals/ClaimFreeYearsModalContent.vue";
|
|
13291
|
+
const Rc = Pc.exports, I1 = de({
|
|
13292
13292
|
props: {
|
|
13293
13293
|
hasLoader: {
|
|
13294
13294
|
type: Boolean,
|
|
@@ -13335,7 +13335,7 @@ jc.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/Simp
|
|
|
13335
13335
|
const fr = jc.exports, N1 = de({
|
|
13336
13336
|
name: "MotorForm",
|
|
13337
13337
|
components: {
|
|
13338
|
-
LicensePlate:
|
|
13338
|
+
LicensePlate: Pa,
|
|
13339
13339
|
AddressHandler: Ra,
|
|
13340
13340
|
DefaultInput: Ut,
|
|
13341
13341
|
DefaultSelect: Wt,
|
|
@@ -13489,7 +13489,7 @@ Tc.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/motor/compo
|
|
|
13489
13489
|
const L1 = Tc.exports, V1 = de({
|
|
13490
13490
|
name: "MotorFormHorizontal",
|
|
13491
13491
|
components: {
|
|
13492
|
-
LicensePlate:
|
|
13492
|
+
LicensePlate: Pa,
|
|
13493
13493
|
AddressHandler: Ra,
|
|
13494
13494
|
DefaultInput: Ut,
|
|
13495
13495
|
DefaultSelect: Wt,
|
|
@@ -14282,7 +14282,7 @@ const Tn = I(""), Su = I(!1), ku = I(!1), ri = I(!1), An = I([]), dw = I(""), ed
|
|
|
14282
14282
|
}, fw = de({
|
|
14283
14283
|
name: "CarForm",
|
|
14284
14284
|
components: {
|
|
14285
|
-
LicensePlate:
|
|
14285
|
+
LicensePlate: Pa,
|
|
14286
14286
|
AddressHandler: Ra,
|
|
14287
14287
|
DefaultInput: Ut,
|
|
14288
14288
|
SimpleCard: fr
|
|
@@ -14372,7 +14372,7 @@ rd.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/car/compone
|
|
|
14372
14372
|
const mw = rd.exports, vw = de({
|
|
14373
14373
|
name: "CarFormHorizontal",
|
|
14374
14374
|
components: {
|
|
14375
|
-
LicensePlate:
|
|
14375
|
+
LicensePlate: Pa,
|
|
14376
14376
|
AddressHandler: Ra,
|
|
14377
14377
|
DefaultInput: Ut,
|
|
14378
14378
|
SimpleCard: fr
|
|
@@ -14574,11 +14574,11 @@ var od = /* @__PURE__ */ fe(
|
|
|
14574
14574
|
null
|
|
14575
14575
|
);
|
|
14576
14576
|
od.options.__file = "/Users/mac/Work/comparison-forms/src/core/Embedded.vue";
|
|
14577
|
-
const ww = od.exports,
|
|
14577
|
+
const ww = od.exports, xw = {
|
|
14578
14578
|
install(t) {
|
|
14579
14579
|
t.component("embedded-comparison-forms", ww);
|
|
14580
14580
|
}
|
|
14581
14581
|
};
|
|
14582
14582
|
export {
|
|
14583
|
-
|
|
14583
|
+
xw as default
|
|
14584
14584
|
};
|