@xuda.io/xuda-widget-plugin-xuda-drive 1.0.64 → 1.0.65

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.
@@ -0,0 +1,3381 @@
1
+ !(function (e, t) {
2
+ "object" == typeof exports && "undefined" != typeof module
3
+ ? (module.exports = t())
4
+ : "function" == typeof define && define.amd
5
+ ? define(t)
6
+ : (e.moment = t());
7
+ })(this, function () {
8
+ "use strict";
9
+ var H;
10
+ function f() {
11
+ return H.apply(null, arguments);
12
+ }
13
+ function a(e) {
14
+ return (
15
+ e instanceof Array ||
16
+ "[object Array]" === Object.prototype.toString.call(e)
17
+ );
18
+ }
19
+ function F(e) {
20
+ return null != e && "[object Object]" === Object.prototype.toString.call(e);
21
+ }
22
+ function c(e, t) {
23
+ return Object.prototype.hasOwnProperty.call(e, t);
24
+ }
25
+ function L(e) {
26
+ if (Object.getOwnPropertyNames)
27
+ return 0 === Object.getOwnPropertyNames(e).length;
28
+ for (var t in e) if (c(e, t)) return;
29
+ return 1;
30
+ }
31
+ function o(e) {
32
+ return void 0 === e;
33
+ }
34
+ function u(e) {
35
+ return (
36
+ "number" == typeof e ||
37
+ "[object Number]" === Object.prototype.toString.call(e)
38
+ );
39
+ }
40
+ function V(e) {
41
+ return (
42
+ e instanceof Date || "[object Date]" === Object.prototype.toString.call(e)
43
+ );
44
+ }
45
+ function G(e, t) {
46
+ for (var n = [], s = e.length, i = 0; i < s; ++i) n.push(t(e[i], i));
47
+ return n;
48
+ }
49
+ function E(e, t) {
50
+ for (var n in t) c(t, n) && (e[n] = t[n]);
51
+ return (
52
+ c(t, "toString") && (e.toString = t.toString),
53
+ c(t, "valueOf") && (e.valueOf = t.valueOf),
54
+ e
55
+ );
56
+ }
57
+ function l(e, t, n, s) {
58
+ return Wt(e, t, n, s, !0).utc();
59
+ }
60
+ function m(e) {
61
+ return (
62
+ null == e._pf &&
63
+ (e._pf = {
64
+ empty: !1,
65
+ unusedTokens: [],
66
+ unusedInput: [],
67
+ overflow: -2,
68
+ charsLeftOver: 0,
69
+ nullInput: !1,
70
+ invalidEra: null,
71
+ invalidMonth: null,
72
+ invalidFormat: !1,
73
+ userInvalidated: !1,
74
+ iso: !1,
75
+ parsedDateParts: [],
76
+ era: null,
77
+ meridiem: null,
78
+ rfc2822: !1,
79
+ weekdayMismatch: !1,
80
+ }),
81
+ e._pf
82
+ );
83
+ }
84
+ function A(e) {
85
+ var t,
86
+ n,
87
+ s = e._d && !isNaN(e._d.getTime());
88
+ return (
89
+ s &&
90
+ ((t = m(e)),
91
+ (n = j.call(t.parsedDateParts, function (e) {
92
+ return null != e;
93
+ })),
94
+ (s =
95
+ t.overflow < 0 &&
96
+ !t.empty &&
97
+ !t.invalidEra &&
98
+ !t.invalidMonth &&
99
+ !t.invalidWeekday &&
100
+ !t.weekdayMismatch &&
101
+ !t.nullInput &&
102
+ !t.invalidFormat &&
103
+ !t.userInvalidated &&
104
+ (!t.meridiem || (t.meridiem && n))),
105
+ e._strict &&
106
+ (s =
107
+ s &&
108
+ 0 === t.charsLeftOver &&
109
+ 0 === t.unusedTokens.length &&
110
+ void 0 === t.bigHour)),
111
+ null != Object.isFrozen && Object.isFrozen(e)
112
+ ? s
113
+ : ((e._isValid = s), e._isValid)
114
+ );
115
+ }
116
+ function I(e) {
117
+ var t = l(NaN);
118
+ return null != e ? E(m(t), e) : (m(t).userInvalidated = !0), t;
119
+ }
120
+ var j =
121
+ Array.prototype.some ||
122
+ function (e) {
123
+ for (var t = Object(this), n = t.length >>> 0, s = 0; s < n; s++)
124
+ if (s in t && e.call(this, t[s], s, t)) return !0;
125
+ return !1;
126
+ },
127
+ Z = (f.momentProperties = []),
128
+ z = !1;
129
+ function q(e, t) {
130
+ var n,
131
+ s,
132
+ i,
133
+ r = Z.length;
134
+ if (
135
+ (o(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject),
136
+ o(t._i) || (e._i = t._i),
137
+ o(t._f) || (e._f = t._f),
138
+ o(t._l) || (e._l = t._l),
139
+ o(t._strict) || (e._strict = t._strict),
140
+ o(t._tzm) || (e._tzm = t._tzm),
141
+ o(t._isUTC) || (e._isUTC = t._isUTC),
142
+ o(t._offset) || (e._offset = t._offset),
143
+ o(t._pf) || (e._pf = m(t)),
144
+ o(t._locale) || (e._locale = t._locale),
145
+ 0 < r)
146
+ )
147
+ for (n = 0; n < r; n++) o((i = t[(s = Z[n])])) || (e[s] = i);
148
+ return e;
149
+ }
150
+ function $(e) {
151
+ q(this, e),
152
+ (this._d = new Date(null != e._d ? e._d.getTime() : NaN)),
153
+ this.isValid() || (this._d = new Date(NaN)),
154
+ !1 === z && ((z = !0), f.updateOffset(this), (z = !1));
155
+ }
156
+ function d(e) {
157
+ return e instanceof $ || (null != e && null != e._isAMomentObject);
158
+ }
159
+ function B(e) {
160
+ !1 === f.suppressDeprecationWarnings &&
161
+ "undefined" != typeof console &&
162
+ console.warn &&
163
+ console.warn("Deprecation warning: " + e);
164
+ }
165
+ function e(r, a) {
166
+ var o = !0;
167
+ return E(function () {
168
+ if ((null != f.deprecationHandler && f.deprecationHandler(null, r), o)) {
169
+ for (var e, t, n = [], s = arguments.length, i = 0; i < s; i++) {
170
+ if (((e = ""), "object" == typeof arguments[i])) {
171
+ for (t in ((e += "\n[" + i + "] "), arguments[0]))
172
+ c(arguments[0], t) && (e += t + ": " + arguments[0][t] + ", ");
173
+ e = e.slice(0, -2);
174
+ } else e = arguments[i];
175
+ n.push(e);
176
+ }
177
+ B(
178
+ r +
179
+ "\nArguments: " +
180
+ Array.prototype.slice.call(n).join("") +
181
+ "\n" +
182
+ new Error().stack
183
+ ),
184
+ (o = !1);
185
+ }
186
+ return a.apply(this, arguments);
187
+ }, a);
188
+ }
189
+ var J = {};
190
+ function Q(e, t) {
191
+ null != f.deprecationHandler && f.deprecationHandler(e, t),
192
+ J[e] || (B(t), (J[e] = !0));
193
+ }
194
+ function h(e) {
195
+ return (
196
+ ("undefined" != typeof Function && e instanceof Function) ||
197
+ "[object Function]" === Object.prototype.toString.call(e)
198
+ );
199
+ }
200
+ function X(e, t) {
201
+ var n,
202
+ s = E({}, e);
203
+ for (n in t)
204
+ c(t, n) &&
205
+ (F(e[n]) && F(t[n])
206
+ ? ((s[n] = {}), E(s[n], e[n]), E(s[n], t[n]))
207
+ : null != t[n]
208
+ ? (s[n] = t[n])
209
+ : delete s[n]);
210
+ for (n in e) c(e, n) && !c(t, n) && F(e[n]) && (s[n] = E({}, s[n]));
211
+ return s;
212
+ }
213
+ function K(e) {
214
+ null != e && this.set(e);
215
+ }
216
+ (f.suppressDeprecationWarnings = !1), (f.deprecationHandler = null);
217
+ var ee =
218
+ Object.keys ||
219
+ function (e) {
220
+ var t,
221
+ n = [];
222
+ for (t in e) c(e, t) && n.push(t);
223
+ return n;
224
+ };
225
+ function r(e, t, n) {
226
+ var s = "" + Math.abs(e);
227
+ return (
228
+ (0 <= e ? (n ? "+" : "") : "-") +
229
+ Math.pow(10, Math.max(0, t - s.length))
230
+ .toString()
231
+ .substr(1) +
232
+ s
233
+ );
234
+ }
235
+ var te =
236
+ /(\[[^\[]*\])|(\\)?([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,
237
+ ne = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,
238
+ se = {},
239
+ ie = {};
240
+ function s(e, t, n, s) {
241
+ var i =
242
+ "string" == typeof s
243
+ ? function () {
244
+ return this[s]();
245
+ }
246
+ : s;
247
+ e && (ie[e] = i),
248
+ t &&
249
+ (ie[t[0]] = function () {
250
+ return r(i.apply(this, arguments), t[1], t[2]);
251
+ }),
252
+ n &&
253
+ (ie[n] = function () {
254
+ return this.localeData().ordinal(i.apply(this, arguments), e);
255
+ });
256
+ }
257
+ function re(e, t) {
258
+ return e.isValid()
259
+ ? ((t = ae(t, e.localeData())),
260
+ (se[t] =
261
+ se[t] ||
262
+ (function (s) {
263
+ for (var e, i = s.match(te), t = 0, r = i.length; t < r; t++)
264
+ ie[i[t]]
265
+ ? (i[t] = ie[i[t]])
266
+ : (i[t] = (e = i[t]).match(/\[[\s\S]/)
267
+ ? e.replace(/^\[|\]$/g, "")
268
+ : e.replace(/\\/g, ""));
269
+ return function (e) {
270
+ for (var t = "", n = 0; n < r; n++)
271
+ t += h(i[n]) ? i[n].call(e, s) : i[n];
272
+ return t;
273
+ };
274
+ })(t)),
275
+ se[t](e))
276
+ : e.localeData().invalidDate();
277
+ }
278
+ function ae(e, t) {
279
+ var n = 5;
280
+ function s(e) {
281
+ return t.longDateFormat(e) || e;
282
+ }
283
+ for (ne.lastIndex = 0; 0 <= n && ne.test(e); )
284
+ (e = e.replace(ne, s)), (ne.lastIndex = 0), --n;
285
+ return e;
286
+ }
287
+ var oe = {
288
+ D: "date",
289
+ dates: "date",
290
+ date: "date",
291
+ d: "day",
292
+ days: "day",
293
+ day: "day",
294
+ e: "weekday",
295
+ weekdays: "weekday",
296
+ weekday: "weekday",
297
+ E: "isoWeekday",
298
+ isoweekdays: "isoWeekday",
299
+ isoweekday: "isoWeekday",
300
+ DDD: "dayOfYear",
301
+ dayofyears: "dayOfYear",
302
+ dayofyear: "dayOfYear",
303
+ h: "hour",
304
+ hours: "hour",
305
+ hour: "hour",
306
+ ms: "millisecond",
307
+ milliseconds: "millisecond",
308
+ millisecond: "millisecond",
309
+ m: "minute",
310
+ minutes: "minute",
311
+ minute: "minute",
312
+ M: "month",
313
+ months: "month",
314
+ month: "month",
315
+ Q: "quarter",
316
+ quarters: "quarter",
317
+ quarter: "quarter",
318
+ s: "second",
319
+ seconds: "second",
320
+ second: "second",
321
+ gg: "weekYear",
322
+ weekyears: "weekYear",
323
+ weekyear: "weekYear",
324
+ GG: "isoWeekYear",
325
+ isoweekyears: "isoWeekYear",
326
+ isoweekyear: "isoWeekYear",
327
+ w: "week",
328
+ weeks: "week",
329
+ week: "week",
330
+ W: "isoWeek",
331
+ isoweeks: "isoWeek",
332
+ isoweek: "isoWeek",
333
+ y: "year",
334
+ years: "year",
335
+ year: "year",
336
+ };
337
+ function _(e) {
338
+ return "string" == typeof e ? oe[e] || oe[e.toLowerCase()] : void 0;
339
+ }
340
+ function ue(e) {
341
+ var t,
342
+ n,
343
+ s = {};
344
+ for (n in e) c(e, n) && (t = _(n)) && (s[t] = e[n]);
345
+ return s;
346
+ }
347
+ var le = {
348
+ date: 9,
349
+ day: 11,
350
+ weekday: 11,
351
+ isoWeekday: 11,
352
+ dayOfYear: 4,
353
+ hour: 13,
354
+ millisecond: 16,
355
+ minute: 14,
356
+ month: 8,
357
+ quarter: 7,
358
+ second: 15,
359
+ weekYear: 1,
360
+ isoWeekYear: 1,
361
+ week: 5,
362
+ isoWeek: 5,
363
+ year: 1,
364
+ };
365
+ var de = /\d/,
366
+ t = /\d\d/,
367
+ he = /\d{3}/,
368
+ ce = /\d{4}/,
369
+ fe = /[+-]?\d{6}/,
370
+ n = /\d\d?/,
371
+ me = /\d\d\d\d?/,
372
+ _e = /\d\d\d\d\d\d?/,
373
+ ye = /\d{1,3}/,
374
+ ge = /\d{1,4}/,
375
+ we = /[+-]?\d{1,6}/,
376
+ pe = /\d+/,
377
+ ke = /[+-]?\d+/,
378
+ Me = /Z|[+-]\d\d:?\d\d/gi,
379
+ ve = /Z|[+-]\d\d(?::?\d\d)?/gi,
380
+ i =
381
+ /[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,
382
+ y = /^[1-9]\d?/,
383
+ g = /^([1-9]\d|\d)/;
384
+ function w(e, n, s) {
385
+ Ye[e] = h(n)
386
+ ? n
387
+ : function (e, t) {
388
+ return e && s ? s : n;
389
+ };
390
+ }
391
+ function De(e, t) {
392
+ return c(Ye, e)
393
+ ? Ye[e](t._strict, t._locale)
394
+ : new RegExp(
395
+ p(
396
+ e
397
+ .replace("\\", "")
398
+ .replace(
399
+ /\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,
400
+ function (e, t, n, s, i) {
401
+ return t || n || s || i;
402
+ }
403
+ )
404
+ )
405
+ );
406
+ }
407
+ function p(e) {
408
+ return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
409
+ }
410
+ function k(e) {
411
+ return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
412
+ }
413
+ function M(e) {
414
+ var e = +e,
415
+ t = 0;
416
+ return (t = 0 != e && isFinite(e) ? k(e) : t);
417
+ }
418
+ var Ye = {},
419
+ Se = {};
420
+ function v(e, n) {
421
+ var t,
422
+ s,
423
+ i = n;
424
+ for (
425
+ "string" == typeof e && (e = [e]),
426
+ u(n) &&
427
+ (i = function (e, t) {
428
+ t[n] = M(e);
429
+ }),
430
+ s = e.length,
431
+ t = 0;
432
+ t < s;
433
+ t++
434
+ )
435
+ Se[e[t]] = i;
436
+ }
437
+ function Oe(e, i) {
438
+ v(e, function (e, t, n, s) {
439
+ (n._w = n._w || {}), i(e, n._w, n, s);
440
+ });
441
+ }
442
+ function be(e) {
443
+ return (e % 4 == 0 && e % 100 != 0) || e % 400 == 0;
444
+ }
445
+ var D = 0,
446
+ Y = 1,
447
+ S = 2,
448
+ O = 3,
449
+ b = 4,
450
+ T = 5,
451
+ Te = 6,
452
+ xe = 7,
453
+ Ne = 8;
454
+ function We(e) {
455
+ return be(e) ? 366 : 365;
456
+ }
457
+ s("Y", 0, 0, function () {
458
+ var e = this.year();
459
+ return e <= 9999 ? r(e, 4) : "+" + e;
460
+ }),
461
+ s(0, ["YY", 2], 0, function () {
462
+ return this.year() % 100;
463
+ }),
464
+ s(0, ["YYYY", 4], 0, "year"),
465
+ s(0, ["YYYYY", 5], 0, "year"),
466
+ s(0, ["YYYYYY", 6, !0], 0, "year"),
467
+ w("Y", ke),
468
+ w("YY", n, t),
469
+ w("YYYY", ge, ce),
470
+ w("YYYYY", we, fe),
471
+ w("YYYYYY", we, fe),
472
+ v(["YYYYY", "YYYYYY"], D),
473
+ v("YYYY", function (e, t) {
474
+ t[D] = 2 === e.length ? f.parseTwoDigitYear(e) : M(e);
475
+ }),
476
+ v("YY", function (e, t) {
477
+ t[D] = f.parseTwoDigitYear(e);
478
+ }),
479
+ v("Y", function (e, t) {
480
+ t[D] = parseInt(e, 10);
481
+ }),
482
+ (f.parseTwoDigitYear = function (e) {
483
+ return M(e) + (68 < M(e) ? 1900 : 2e3);
484
+ });
485
+ var x,
486
+ Pe = Re("FullYear", !0);
487
+ function Re(t, n) {
488
+ return function (e) {
489
+ return null != e
490
+ ? (Ue(this, t, e), f.updateOffset(this, n), this)
491
+ : Ce(this, t);
492
+ };
493
+ }
494
+ function Ce(e, t) {
495
+ if (!e.isValid()) return NaN;
496
+ var n = e._d,
497
+ s = e._isUTC;
498
+ switch (t) {
499
+ case "Milliseconds":
500
+ return s ? n.getUTCMilliseconds() : n.getMilliseconds();
501
+ case "Seconds":
502
+ return s ? n.getUTCSeconds() : n.getSeconds();
503
+ case "Minutes":
504
+ return s ? n.getUTCMinutes() : n.getMinutes();
505
+ case "Hours":
506
+ return s ? n.getUTCHours() : n.getHours();
507
+ case "Date":
508
+ return s ? n.getUTCDate() : n.getDate();
509
+ case "Day":
510
+ return s ? n.getUTCDay() : n.getDay();
511
+ case "Month":
512
+ return s ? n.getUTCMonth() : n.getMonth();
513
+ case "FullYear":
514
+ return s ? n.getUTCFullYear() : n.getFullYear();
515
+ default:
516
+ return NaN;
517
+ }
518
+ }
519
+ function Ue(e, t, n) {
520
+ var s, i, r;
521
+ if (e.isValid() && !isNaN(n)) {
522
+ switch (((s = e._d), (i = e._isUTC), t)) {
523
+ case "Milliseconds":
524
+ return i ? s.setUTCMilliseconds(n) : s.setMilliseconds(n);
525
+ case "Seconds":
526
+ return i ? s.setUTCSeconds(n) : s.setSeconds(n);
527
+ case "Minutes":
528
+ return i ? s.setUTCMinutes(n) : s.setMinutes(n);
529
+ case "Hours":
530
+ return i ? s.setUTCHours(n) : s.setHours(n);
531
+ case "Date":
532
+ return i ? s.setUTCDate(n) : s.setDate(n);
533
+ case "FullYear":
534
+ break;
535
+ default:
536
+ return;
537
+ }
538
+ (t = n),
539
+ (r = e.month()),
540
+ (e = 29 !== (e = e.date()) || 1 !== r || be(t) ? e : 28),
541
+ i ? s.setUTCFullYear(t, r, e) : s.setFullYear(t, r, e);
542
+ }
543
+ }
544
+ function He(e, t) {
545
+ if (isNaN(e) || isNaN(t)) return NaN;
546
+ var n = ((t % (n = 12)) + n) % n;
547
+ return (e += (t - n) / 12), 1 == n ? (be(e) ? 29 : 28) : 31 - ((n % 7) % 2);
548
+ }
549
+ (x =
550
+ Array.prototype.indexOf ||
551
+ function (e) {
552
+ for (var t = 0; t < this.length; ++t) if (this[t] === e) return t;
553
+ return -1;
554
+ }),
555
+ s("M", ["MM", 2], "Mo", function () {
556
+ return this.month() + 1;
557
+ }),
558
+ s("MMM", 0, 0, function (e) {
559
+ return this.localeData().monthsShort(this, e);
560
+ }),
561
+ s("MMMM", 0, 0, function (e) {
562
+ return this.localeData().months(this, e);
563
+ }),
564
+ w("M", n, y),
565
+ w("MM", n, t),
566
+ w("MMM", function (e, t) {
567
+ return t.monthsShortRegex(e);
568
+ }),
569
+ w("MMMM", function (e, t) {
570
+ return t.monthsRegex(e);
571
+ }),
572
+ v(["M", "MM"], function (e, t) {
573
+ t[Y] = M(e) - 1;
574
+ }),
575
+ v(["MMM", "MMMM"], function (e, t, n, s) {
576
+ s = n._locale.monthsParse(e, s, n._strict);
577
+ null != s ? (t[Y] = s) : (m(n).invalidMonth = e);
578
+ });
579
+ var Fe =
580
+ "January_February_March_April_May_June_July_August_September_October_November_December".split(
581
+ "_"
582
+ ),
583
+ Le = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),
584
+ Ve = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,
585
+ Ge = i,
586
+ Ee = i;
587
+ function Ae(e, t) {
588
+ if (e.isValid()) {
589
+ if ("string" == typeof t)
590
+ if (/^\d+$/.test(t)) t = M(t);
591
+ else if (!u((t = e.localeData().monthsParse(t)))) return;
592
+ var n = (n = e.date()) < 29 ? n : Math.min(n, He(e.year(), t));
593
+ e._isUTC ? e._d.setUTCMonth(t, n) : e._d.setMonth(t, n);
594
+ }
595
+ }
596
+ function Ie(e) {
597
+ return null != e
598
+ ? (Ae(this, e), f.updateOffset(this, !0), this)
599
+ : Ce(this, "Month");
600
+ }
601
+ function je() {
602
+ function e(e, t) {
603
+ return t.length - e.length;
604
+ }
605
+ for (var t, n, s = [], i = [], r = [], a = 0; a < 12; a++)
606
+ (n = l([2e3, a])),
607
+ (t = p(this.monthsShort(n, ""))),
608
+ (n = p(this.months(n, ""))),
609
+ s.push(t),
610
+ i.push(n),
611
+ r.push(n),
612
+ r.push(t);
613
+ s.sort(e),
614
+ i.sort(e),
615
+ r.sort(e),
616
+ (this._monthsRegex = new RegExp("^(" + r.join("|") + ")", "i")),
617
+ (this._monthsShortRegex = this._monthsRegex),
618
+ (this._monthsStrictRegex = new RegExp("^(" + i.join("|") + ")", "i")),
619
+ (this._monthsShortStrictRegex = new RegExp(
620
+ "^(" + s.join("|") + ")",
621
+ "i"
622
+ ));
623
+ }
624
+ function Ze(e, t, n, s, i, r, a) {
625
+ var o;
626
+ return (
627
+ e < 100 && 0 <= e
628
+ ? ((o = new Date(e + 400, t, n, s, i, r, a)),
629
+ isFinite(o.getFullYear()) && o.setFullYear(e))
630
+ : (o = new Date(e, t, n, s, i, r, a)),
631
+ o
632
+ );
633
+ }
634
+ function ze(e) {
635
+ var t;
636
+ return (
637
+ e < 100 && 0 <= e
638
+ ? (((t = Array.prototype.slice.call(arguments))[0] = e + 400),
639
+ (t = new Date(Date.UTC.apply(null, t))),
640
+ isFinite(t.getUTCFullYear()) && t.setUTCFullYear(e))
641
+ : (t = new Date(Date.UTC.apply(null, arguments))),
642
+ t
643
+ );
644
+ }
645
+ function qe(e, t, n) {
646
+ n = 7 + t - n;
647
+ return n - ((7 + ze(e, 0, n).getUTCDay() - t) % 7) - 1;
648
+ }
649
+ function $e(e, t, n, s, i) {
650
+ var r,
651
+ t = 1 + 7 * (t - 1) + ((7 + n - s) % 7) + qe(e, s, i),
652
+ n =
653
+ t <= 0
654
+ ? We((r = e - 1)) + t
655
+ : t > We(e)
656
+ ? ((r = e + 1), t - We(e))
657
+ : ((r = e), t);
658
+ return { year: r, dayOfYear: n };
659
+ }
660
+ function Be(e, t, n) {
661
+ var s,
662
+ i,
663
+ r = qe(e.year(), t, n),
664
+ r = Math.floor((e.dayOfYear() - r - 1) / 7) + 1;
665
+ return (
666
+ r < 1
667
+ ? (s = r + N((i = e.year() - 1), t, n))
668
+ : r > N(e.year(), t, n)
669
+ ? ((s = r - N(e.year(), t, n)), (i = e.year() + 1))
670
+ : ((i = e.year()), (s = r)),
671
+ { week: s, year: i }
672
+ );
673
+ }
674
+ function N(e, t, n) {
675
+ var s = qe(e, t, n),
676
+ t = qe(e + 1, t, n);
677
+ return (We(e) - s + t) / 7;
678
+ }
679
+ s("w", ["ww", 2], "wo", "week"),
680
+ s("W", ["WW", 2], "Wo", "isoWeek"),
681
+ w("w", n, y),
682
+ w("ww", n, t),
683
+ w("W", n, y),
684
+ w("WW", n, t),
685
+ Oe(["w", "ww", "W", "WW"], function (e, t, n, s) {
686
+ t[s.substr(0, 1)] = M(e);
687
+ });
688
+ function Je(e, t) {
689
+ return e.slice(t, 7).concat(e.slice(0, t));
690
+ }
691
+ s("d", 0, "do", "day"),
692
+ s("dd", 0, 0, function (e) {
693
+ return this.localeData().weekdaysMin(this, e);
694
+ }),
695
+ s("ddd", 0, 0, function (e) {
696
+ return this.localeData().weekdaysShort(this, e);
697
+ }),
698
+ s("dddd", 0, 0, function (e) {
699
+ return this.localeData().weekdays(this, e);
700
+ }),
701
+ s("e", 0, 0, "weekday"),
702
+ s("E", 0, 0, "isoWeekday"),
703
+ w("d", n),
704
+ w("e", n),
705
+ w("E", n),
706
+ w("dd", function (e, t) {
707
+ return t.weekdaysMinRegex(e);
708
+ }),
709
+ w("ddd", function (e, t) {
710
+ return t.weekdaysShortRegex(e);
711
+ }),
712
+ w("dddd", function (e, t) {
713
+ return t.weekdaysRegex(e);
714
+ }),
715
+ Oe(["dd", "ddd", "dddd"], function (e, t, n, s) {
716
+ s = n._locale.weekdaysParse(e, s, n._strict);
717
+ null != s ? (t.d = s) : (m(n).invalidWeekday = e);
718
+ }),
719
+ Oe(["d", "e", "E"], function (e, t, n, s) {
720
+ t[s] = M(e);
721
+ });
722
+ var Qe = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split(
723
+ "_"
724
+ ),
725
+ Xe = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),
726
+ Ke = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"),
727
+ et = i,
728
+ tt = i,
729
+ nt = i;
730
+ function st() {
731
+ function e(e, t) {
732
+ return t.length - e.length;
733
+ }
734
+ for (var t, n, s, i = [], r = [], a = [], o = [], u = 0; u < 7; u++)
735
+ (s = l([2e3, 1]).day(u)),
736
+ (t = p(this.weekdaysMin(s, ""))),
737
+ (n = p(this.weekdaysShort(s, ""))),
738
+ (s = p(this.weekdays(s, ""))),
739
+ i.push(t),
740
+ r.push(n),
741
+ a.push(s),
742
+ o.push(t),
743
+ o.push(n),
744
+ o.push(s);
745
+ i.sort(e),
746
+ r.sort(e),
747
+ a.sort(e),
748
+ o.sort(e),
749
+ (this._weekdaysRegex = new RegExp("^(" + o.join("|") + ")", "i")),
750
+ (this._weekdaysShortRegex = this._weekdaysRegex),
751
+ (this._weekdaysMinRegex = this._weekdaysRegex),
752
+ (this._weekdaysStrictRegex = new RegExp("^(" + a.join("|") + ")", "i")),
753
+ (this._weekdaysShortStrictRegex = new RegExp(
754
+ "^(" + r.join("|") + ")",
755
+ "i"
756
+ )),
757
+ (this._weekdaysMinStrictRegex = new RegExp(
758
+ "^(" + i.join("|") + ")",
759
+ "i"
760
+ ));
761
+ }
762
+ function it() {
763
+ return this.hours() % 12 || 12;
764
+ }
765
+ function rt(e, t) {
766
+ s(e, 0, 0, function () {
767
+ return this.localeData().meridiem(this.hours(), this.minutes(), t);
768
+ });
769
+ }
770
+ function at(e, t) {
771
+ return t._meridiemParse;
772
+ }
773
+ s("H", ["HH", 2], 0, "hour"),
774
+ s("h", ["hh", 2], 0, it),
775
+ s("k", ["kk", 2], 0, function () {
776
+ return this.hours() || 24;
777
+ }),
778
+ s("hmm", 0, 0, function () {
779
+ return "" + it.apply(this) + r(this.minutes(), 2);
780
+ }),
781
+ s("hmmss", 0, 0, function () {
782
+ return "" + it.apply(this) + r(this.minutes(), 2) + r(this.seconds(), 2);
783
+ }),
784
+ s("Hmm", 0, 0, function () {
785
+ return "" + this.hours() + r(this.minutes(), 2);
786
+ }),
787
+ s("Hmmss", 0, 0, function () {
788
+ return "" + this.hours() + r(this.minutes(), 2) + r(this.seconds(), 2);
789
+ }),
790
+ rt("a", !0),
791
+ rt("A", !1),
792
+ w("a", at),
793
+ w("A", at),
794
+ w("H", n, g),
795
+ w("h", n, y),
796
+ w("k", n, y),
797
+ w("HH", n, t),
798
+ w("hh", n, t),
799
+ w("kk", n, t),
800
+ w("hmm", me),
801
+ w("hmmss", _e),
802
+ w("Hmm", me),
803
+ w("Hmmss", _e),
804
+ v(["H", "HH"], O),
805
+ v(["k", "kk"], function (e, t, n) {
806
+ e = M(e);
807
+ t[O] = 24 === e ? 0 : e;
808
+ }),
809
+ v(["a", "A"], function (e, t, n) {
810
+ (n._isPm = n._locale.isPM(e)), (n._meridiem = e);
811
+ }),
812
+ v(["h", "hh"], function (e, t, n) {
813
+ (t[O] = M(e)), (m(n).bigHour = !0);
814
+ }),
815
+ v("hmm", function (e, t, n) {
816
+ var s = e.length - 2;
817
+ (t[O] = M(e.substr(0, s))), (t[b] = M(e.substr(s))), (m(n).bigHour = !0);
818
+ }),
819
+ v("hmmss", function (e, t, n) {
820
+ var s = e.length - 4,
821
+ i = e.length - 2;
822
+ (t[O] = M(e.substr(0, s))),
823
+ (t[b] = M(e.substr(s, 2))),
824
+ (t[T] = M(e.substr(i))),
825
+ (m(n).bigHour = !0);
826
+ }),
827
+ v("Hmm", function (e, t, n) {
828
+ var s = e.length - 2;
829
+ (t[O] = M(e.substr(0, s))), (t[b] = M(e.substr(s)));
830
+ }),
831
+ v("Hmmss", function (e, t, n) {
832
+ var s = e.length - 4,
833
+ i = e.length - 2;
834
+ (t[O] = M(e.substr(0, s))),
835
+ (t[b] = M(e.substr(s, 2))),
836
+ (t[T] = M(e.substr(i)));
837
+ });
838
+ i = Re("Hours", !0);
839
+ var ot,
840
+ ut = {
841
+ calendar: {
842
+ sameDay: "[Today at] LT",
843
+ nextDay: "[Tomorrow at] LT",
844
+ nextWeek: "dddd [at] LT",
845
+ lastDay: "[Yesterday at] LT",
846
+ lastWeek: "[Last] dddd [at] LT",
847
+ sameElse: "L",
848
+ },
849
+ longDateFormat: {
850
+ LTS: "h:mm:ss A",
851
+ LT: "h:mm A",
852
+ L: "MM/DD/YYYY",
853
+ LL: "MMMM D, YYYY",
854
+ LLL: "MMMM D, YYYY h:mm A",
855
+ LLLL: "dddd, MMMM D, YYYY h:mm A",
856
+ },
857
+ invalidDate: "Invalid date",
858
+ ordinal: "%d",
859
+ dayOfMonthOrdinalParse: /\d{1,2}/,
860
+ relativeTime: {
861
+ future: "in %s",
862
+ past: "%s ago",
863
+ s: "a few seconds",
864
+ ss: "%d seconds",
865
+ m: "a minute",
866
+ mm: "%d minutes",
867
+ h: "an hour",
868
+ hh: "%d hours",
869
+ d: "a day",
870
+ dd: "%d days",
871
+ w: "a week",
872
+ ww: "%d weeks",
873
+ M: "a month",
874
+ MM: "%d months",
875
+ y: "a year",
876
+ yy: "%d years",
877
+ },
878
+ months: Fe,
879
+ monthsShort: Le,
880
+ week: { dow: 0, doy: 6 },
881
+ weekdays: Qe,
882
+ weekdaysMin: Ke,
883
+ weekdaysShort: Xe,
884
+ meridiemParse: /[ap]\.?m?\.?/i,
885
+ },
886
+ W = {},
887
+ lt = {};
888
+ function dt(e) {
889
+ return e && e.toLowerCase().replace("_", "-");
890
+ }
891
+ function ht(e) {
892
+ for (var t, n, s, i, r = 0; r < e.length; ) {
893
+ for (
894
+ t = (i = dt(e[r]).split("-")).length,
895
+ n = (n = dt(e[r + 1])) ? n.split("-") : null;
896
+ 0 < t;
897
+
898
+ ) {
899
+ if ((s = ct(i.slice(0, t).join("-")))) return s;
900
+ if (
901
+ n &&
902
+ n.length >= t &&
903
+ (function (e, t) {
904
+ for (var n = Math.min(e.length, t.length), s = 0; s < n; s += 1)
905
+ if (e[s] !== t[s]) return s;
906
+ return n;
907
+ })(i, n) >=
908
+ t - 1
909
+ )
910
+ break;
911
+ t--;
912
+ }
913
+ r++;
914
+ }
915
+ return ot;
916
+ }
917
+ function ct(t) {
918
+ var e, n;
919
+ if (
920
+ void 0 === W[t] &&
921
+ "undefined" != typeof module &&
922
+ module &&
923
+ module.exports &&
924
+ (n = t) &&
925
+ n.match("^[^/\\\\]*$")
926
+ )
927
+ try {
928
+ (e = ot._abbr), require("./locale/" + t), ft(e);
929
+ } catch (e) {
930
+ W[t] = null;
931
+ }
932
+ return W[t];
933
+ }
934
+ function ft(e, t) {
935
+ return (
936
+ e &&
937
+ ((t = o(t) ? P(e) : mt(e, t))
938
+ ? (ot = t)
939
+ : "undefined" != typeof console &&
940
+ console.warn &&
941
+ console.warn(
942
+ "Locale " + e + " not found. Did you forget to load it?"
943
+ )),
944
+ ot._abbr
945
+ );
946
+ }
947
+ function mt(e, t) {
948
+ if (null === t) return delete W[e], null;
949
+ var n,
950
+ s = ut;
951
+ if (((t.abbr = e), null != W[e]))
952
+ Q(
953
+ "defineLocaleOverride",
954
+ "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."
955
+ ),
956
+ (s = W[e]._config);
957
+ else if (null != t.parentLocale)
958
+ if (null != W[t.parentLocale]) s = W[t.parentLocale]._config;
959
+ else {
960
+ if (null == (n = ct(t.parentLocale)))
961
+ return (
962
+ lt[t.parentLocale] || (lt[t.parentLocale] = []),
963
+ lt[t.parentLocale].push({ name: e, config: t }),
964
+ null
965
+ );
966
+ s = n._config;
967
+ }
968
+ return (
969
+ (W[e] = new K(X(s, t))),
970
+ lt[e] &&
971
+ lt[e].forEach(function (e) {
972
+ mt(e.name, e.config);
973
+ }),
974
+ ft(e),
975
+ W[e]
976
+ );
977
+ }
978
+ function P(e) {
979
+ var t;
980
+ if (!(e = e && e._locale && e._locale._abbr ? e._locale._abbr : e))
981
+ return ot;
982
+ if (!a(e)) {
983
+ if ((t = ct(e))) return t;
984
+ e = [e];
985
+ }
986
+ return ht(e);
987
+ }
988
+ function _t(e) {
989
+ var t = e._a;
990
+ return (
991
+ t &&
992
+ -2 === m(e).overflow &&
993
+ ((t =
994
+ t[Y] < 0 || 11 < t[Y]
995
+ ? Y
996
+ : t[S] < 1 || t[S] > He(t[D], t[Y])
997
+ ? S
998
+ : t[O] < 0 ||
999
+ 24 < t[O] ||
1000
+ (24 === t[O] && (0 !== t[b] || 0 !== t[T] || 0 !== t[Te]))
1001
+ ? O
1002
+ : t[b] < 0 || 59 < t[b]
1003
+ ? b
1004
+ : t[T] < 0 || 59 < t[T]
1005
+ ? T
1006
+ : t[Te] < 0 || 999 < t[Te]
1007
+ ? Te
1008
+ : -1),
1009
+ m(e)._overflowDayOfYear && (t < D || S < t) && (t = S),
1010
+ m(e)._overflowWeeks && -1 === t && (t = xe),
1011
+ m(e)._overflowWeekday && -1 === t && (t = Ne),
1012
+ (m(e).overflow = t)),
1013
+ e
1014
+ );
1015
+ }
1016
+ var yt =
1017
+ /^\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)?)?$/,
1018
+ gt =
1019
+ /^\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)?)?$/,
1020
+ wt = /Z|[+-]\d\d(?::?\d\d)?/,
1021
+ pt = [
1022
+ ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
1023
+ ["YYYY-MM-DD", /\d{4}-\d\d-\d\d/],
1024
+ ["GGGG-[W]WW-E", /\d{4}-W\d\d-\d/],
1025
+ ["GGGG-[W]WW", /\d{4}-W\d\d/, !1],
1026
+ ["YYYY-DDD", /\d{4}-\d{3}/],
1027
+ ["YYYY-MM", /\d{4}-\d\d/, !1],
1028
+ ["YYYYYYMMDD", /[+-]\d{10}/],
1029
+ ["YYYYMMDD", /\d{8}/],
1030
+ ["GGGG[W]WWE", /\d{4}W\d{3}/],
1031
+ ["GGGG[W]WW", /\d{4}W\d{2}/, !1],
1032
+ ["YYYYDDD", /\d{7}/],
1033
+ ["YYYYMM", /\d{6}/, !1],
1034
+ ["YYYY", /\d{4}/, !1],
1035
+ ],
1036
+ kt = [
1037
+ ["HH:mm:ss.SSSS", /\d\d:\d\d:\d\d\.\d+/],
1038
+ ["HH:mm:ss,SSSS", /\d\d:\d\d:\d\d,\d+/],
1039
+ ["HH:mm:ss", /\d\d:\d\d:\d\d/],
1040
+ ["HH:mm", /\d\d:\d\d/],
1041
+ ["HHmmss.SSSS", /\d\d\d\d\d\d\.\d+/],
1042
+ ["HHmmss,SSSS", /\d\d\d\d\d\d,\d+/],
1043
+ ["HHmmss", /\d\d\d\d\d\d/],
1044
+ ["HHmm", /\d\d\d\d/],
1045
+ ["HH", /\d\d/],
1046
+ ],
1047
+ Mt = /^\/?Date\((-?\d+)/i,
1048
+ vt =
1049
+ /^(?:(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}))$/,
1050
+ Dt = {
1051
+ UT: 0,
1052
+ GMT: 0,
1053
+ EDT: -240,
1054
+ EST: -300,
1055
+ CDT: -300,
1056
+ CST: -360,
1057
+ MDT: -360,
1058
+ MST: -420,
1059
+ PDT: -420,
1060
+ PST: -480,
1061
+ };
1062
+ function Yt(e) {
1063
+ var t,
1064
+ n,
1065
+ s,
1066
+ i,
1067
+ r,
1068
+ a,
1069
+ o = e._i,
1070
+ u = yt.exec(o) || gt.exec(o),
1071
+ o = pt.length,
1072
+ l = kt.length;
1073
+ if (u) {
1074
+ for (m(e).iso = !0, t = 0, n = o; t < n; t++)
1075
+ if (pt[t][1].exec(u[1])) {
1076
+ (i = pt[t][0]), (s = !1 !== pt[t][2]);
1077
+ break;
1078
+ }
1079
+ if (null == i) e._isValid = !1;
1080
+ else {
1081
+ if (u[3]) {
1082
+ for (t = 0, n = l; t < n; t++)
1083
+ if (kt[t][1].exec(u[3])) {
1084
+ r = (u[2] || " ") + kt[t][0];
1085
+ break;
1086
+ }
1087
+ if (null == r) return void (e._isValid = !1);
1088
+ }
1089
+ if (s || null == r) {
1090
+ if (u[4]) {
1091
+ if (!wt.exec(u[4])) return void (e._isValid = !1);
1092
+ a = "Z";
1093
+ }
1094
+ (e._f = i + (r || "") + (a || "")), xt(e);
1095
+ } else e._isValid = !1;
1096
+ }
1097
+ } else e._isValid = !1;
1098
+ }
1099
+ function St(e, t, n, s, i, r) {
1100
+ e = [
1101
+ (function (e) {
1102
+ e = parseInt(e, 10);
1103
+ {
1104
+ if (e <= 49) return 2e3 + e;
1105
+ if (e <= 999) return 1900 + e;
1106
+ }
1107
+ return e;
1108
+ })(e),
1109
+ Le.indexOf(t),
1110
+ parseInt(n, 10),
1111
+ parseInt(s, 10),
1112
+ parseInt(i, 10),
1113
+ ];
1114
+ return r && e.push(parseInt(r, 10)), e;
1115
+ }
1116
+ function Ot(e) {
1117
+ var t,
1118
+ n,
1119
+ s,
1120
+ i,
1121
+ r = vt.exec(
1122
+ e._i
1123
+ .replace(/\([^()]*\)|[\n\t]/g, " ")
1124
+ .replace(/(\s\s+)/g, " ")
1125
+ .replace(/^\s\s*/, "")
1126
+ .replace(/\s\s*$/, "")
1127
+ );
1128
+ r
1129
+ ? ((t = St(r[4], r[3], r[2], r[5], r[6], r[7])),
1130
+ (n = r[1]),
1131
+ (s = t),
1132
+ (i = e),
1133
+ n && Xe.indexOf(n) !== new Date(s[0], s[1], s[2]).getDay()
1134
+ ? ((m(i).weekdayMismatch = !0), (i._isValid = !1))
1135
+ : ((e._a = t),
1136
+ (e._tzm =
1137
+ ((n = r[8]),
1138
+ (s = r[9]),
1139
+ (i = r[10]),
1140
+ n
1141
+ ? Dt[n]
1142
+ : s
1143
+ ? 0
1144
+ : 60 * (((n = parseInt(i, 10)) - (s = n % 100)) / 100) + s)),
1145
+ (e._d = ze.apply(null, e._a)),
1146
+ e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm),
1147
+ (m(e).rfc2822 = !0)))
1148
+ : (e._isValid = !1);
1149
+ }
1150
+ function bt(e, t, n) {
1151
+ return null != e ? e : null != t ? t : n;
1152
+ }
1153
+ function Tt(e) {
1154
+ var t,
1155
+ n,
1156
+ s,
1157
+ i,
1158
+ r,
1159
+ a,
1160
+ o,
1161
+ u,
1162
+ l,
1163
+ d,
1164
+ h,
1165
+ c = [];
1166
+ if (!e._d) {
1167
+ for (
1168
+ s = e,
1169
+ i = new Date(f.now()),
1170
+ n = s._useUTC
1171
+ ? [i.getUTCFullYear(), i.getUTCMonth(), i.getUTCDate()]
1172
+ : [i.getFullYear(), i.getMonth(), i.getDate()],
1173
+ e._w &&
1174
+ null == e._a[S] &&
1175
+ null == e._a[Y] &&
1176
+ (null != (i = (s = e)._w).GG || null != i.W || null != i.E
1177
+ ? ((u = 1),
1178
+ (l = 4),
1179
+ (r = bt(i.GG, s._a[D], Be(R(), 1, 4).year)),
1180
+ (a = bt(i.W, 1)),
1181
+ ((o = bt(i.E, 1)) < 1 || 7 < o) && (d = !0))
1182
+ : ((u = s._locale._week.dow),
1183
+ (l = s._locale._week.doy),
1184
+ (h = Be(R(), u, l)),
1185
+ (r = bt(i.gg, s._a[D], h.year)),
1186
+ (a = bt(i.w, h.week)),
1187
+ null != i.d
1188
+ ? ((o = i.d) < 0 || 6 < o) && (d = !0)
1189
+ : null != i.e
1190
+ ? ((o = i.e + u), (i.e < 0 || 6 < i.e) && (d = !0))
1191
+ : (o = u)),
1192
+ a < 1 || a > N(r, u, l)
1193
+ ? (m(s)._overflowWeeks = !0)
1194
+ : null != d
1195
+ ? (m(s)._overflowWeekday = !0)
1196
+ : ((h = $e(r, a, o, u, l)),
1197
+ (s._a[D] = h.year),
1198
+ (s._dayOfYear = h.dayOfYear))),
1199
+ null != e._dayOfYear &&
1200
+ ((i = bt(e._a[D], n[D])),
1201
+ (e._dayOfYear > We(i) || 0 === e._dayOfYear) &&
1202
+ (m(e)._overflowDayOfYear = !0),
1203
+ (d = ze(i, 0, e._dayOfYear)),
1204
+ (e._a[Y] = d.getUTCMonth()),
1205
+ (e._a[S] = d.getUTCDate())),
1206
+ t = 0;
1207
+ t < 3 && null == e._a[t];
1208
+ ++t
1209
+ )
1210
+ e._a[t] = c[t] = n[t];
1211
+ for (; t < 7; t++)
1212
+ e._a[t] = c[t] = null == e._a[t] ? (2 === t ? 1 : 0) : e._a[t];
1213
+ 24 === e._a[O] &&
1214
+ 0 === e._a[b] &&
1215
+ 0 === e._a[T] &&
1216
+ 0 === e._a[Te] &&
1217
+ ((e._nextDay = !0), (e._a[O] = 0)),
1218
+ (e._d = (e._useUTC ? ze : Ze).apply(null, c)),
1219
+ (r = e._useUTC ? e._d.getUTCDay() : e._d.getDay()),
1220
+ null != e._tzm && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm),
1221
+ e._nextDay && (e._a[O] = 24),
1222
+ e._w &&
1223
+ void 0 !== e._w.d &&
1224
+ e._w.d !== r &&
1225
+ (m(e).weekdayMismatch = !0);
1226
+ }
1227
+ }
1228
+ function xt(e) {
1229
+ if (e._f === f.ISO_8601) Yt(e);
1230
+ else if (e._f === f.RFC_2822) Ot(e);
1231
+ else {
1232
+ (e._a = []), (m(e).empty = !0);
1233
+ for (
1234
+ var t,
1235
+ n,
1236
+ s,
1237
+ i,
1238
+ r,
1239
+ a = "" + e._i,
1240
+ o = a.length,
1241
+ u = 0,
1242
+ l = ae(e._f, e._locale).match(te) || [],
1243
+ d = l.length,
1244
+ h = 0;
1245
+ h < d;
1246
+ h++
1247
+ )
1248
+ (n = l[h]),
1249
+ (t = (a.match(De(n, e)) || [])[0]) &&
1250
+ (0 < (s = a.substr(0, a.indexOf(t))).length &&
1251
+ m(e).unusedInput.push(s),
1252
+ (a = a.slice(a.indexOf(t) + t.length)),
1253
+ (u += t.length)),
1254
+ ie[n]
1255
+ ? (t ? (m(e).empty = !1) : m(e).unusedTokens.push(n),
1256
+ (s = n),
1257
+ (r = e),
1258
+ null != (i = t) && c(Se, s) && Se[s](i, r._a, r, s))
1259
+ : e._strict && !t && m(e).unusedTokens.push(n);
1260
+ (m(e).charsLeftOver = o - u),
1261
+ 0 < a.length && m(e).unusedInput.push(a),
1262
+ e._a[O] <= 12 &&
1263
+ !0 === m(e).bigHour &&
1264
+ 0 < e._a[O] &&
1265
+ (m(e).bigHour = void 0),
1266
+ (m(e).parsedDateParts = e._a.slice(0)),
1267
+ (m(e).meridiem = e._meridiem),
1268
+ (e._a[O] = (function (e, t, n) {
1269
+ if (null == n) return t;
1270
+ return null != e.meridiemHour
1271
+ ? e.meridiemHour(t, n)
1272
+ : null != e.isPM
1273
+ ? ((e = e.isPM(n)) && t < 12 && (t += 12),
1274
+ (t = e || 12 !== t ? t : 0))
1275
+ : t;
1276
+ })(e._locale, e._a[O], e._meridiem)),
1277
+ null !== (o = m(e).era) &&
1278
+ (e._a[D] = e._locale.erasConvertYear(o, e._a[D])),
1279
+ Tt(e),
1280
+ _t(e);
1281
+ }
1282
+ }
1283
+ function Nt(e) {
1284
+ var t,
1285
+ n,
1286
+ s,
1287
+ i = e._i,
1288
+ r = e._f;
1289
+ if (
1290
+ ((e._locale = e._locale || P(e._l)),
1291
+ null === i || (void 0 === r && "" === i))
1292
+ )
1293
+ return I({ nullInput: !0 });
1294
+ if (("string" == typeof i && (e._i = i = e._locale.preparse(i)), d(i)))
1295
+ return new $(_t(i));
1296
+ if (V(i)) e._d = i;
1297
+ else if (a(r))
1298
+ !(function (e) {
1299
+ var t,
1300
+ n,
1301
+ s,
1302
+ i,
1303
+ r,
1304
+ a,
1305
+ o = !1,
1306
+ u = e._f.length;
1307
+ if (0 === u) return (m(e).invalidFormat = !0), (e._d = new Date(NaN));
1308
+ for (i = 0; i < u; i++)
1309
+ (r = 0),
1310
+ (a = !1),
1311
+ (t = q({}, e)),
1312
+ null != e._useUTC && (t._useUTC = e._useUTC),
1313
+ (t._f = e._f[i]),
1314
+ xt(t),
1315
+ A(t) && (a = !0),
1316
+ (r = (r += m(t).charsLeftOver) + 10 * m(t).unusedTokens.length),
1317
+ (m(t).score = r),
1318
+ o
1319
+ ? r < s && ((s = r), (n = t))
1320
+ : (null == s || r < s || a) && ((s = r), (n = t), a && (o = !0));
1321
+ E(e, n || t);
1322
+ })(e);
1323
+ else if (r) xt(e);
1324
+ else if (o((r = (i = e)._i))) i._d = new Date(f.now());
1325
+ else
1326
+ V(r)
1327
+ ? (i._d = new Date(r.valueOf()))
1328
+ : "string" == typeof r
1329
+ ? ((n = i),
1330
+ null !== (t = Mt.exec(n._i))
1331
+ ? (n._d = new Date(+t[1]))
1332
+ : (Yt(n),
1333
+ !1 === n._isValid &&
1334
+ (delete n._isValid,
1335
+ Ot(n),
1336
+ !1 === n._isValid &&
1337
+ (delete n._isValid,
1338
+ n._strict
1339
+ ? (n._isValid = !1)
1340
+ : f.createFromInputFallback(n)))))
1341
+ : a(r)
1342
+ ? ((i._a = G(r.slice(0), function (e) {
1343
+ return parseInt(e, 10);
1344
+ })),
1345
+ Tt(i))
1346
+ : F(r)
1347
+ ? (t = i)._d ||
1348
+ ((s = void 0 === (n = ue(t._i)).day ? n.date : n.day),
1349
+ (t._a = G(
1350
+ [n.year, n.month, s, n.hour, n.minute, n.second, n.millisecond],
1351
+ function (e) {
1352
+ return e && parseInt(e, 10);
1353
+ }
1354
+ )),
1355
+ Tt(t))
1356
+ : u(r)
1357
+ ? (i._d = new Date(r))
1358
+ : f.createFromInputFallback(i);
1359
+ return A(e) || (e._d = null), e;
1360
+ }
1361
+ function Wt(e, t, n, s, i) {
1362
+ var r = {};
1363
+ return (
1364
+ (!0 !== t && !1 !== t) || ((s = t), (t = void 0)),
1365
+ (!0 !== n && !1 !== n) || ((s = n), (n = void 0)),
1366
+ ((F(e) && L(e)) || (a(e) && 0 === e.length)) && (e = void 0),
1367
+ (r._isAMomentObject = !0),
1368
+ (r._useUTC = r._isUTC = i),
1369
+ (r._l = n),
1370
+ (r._i = e),
1371
+ (r._f = t),
1372
+ (r._strict = s),
1373
+ (i = new $(_t(Nt((i = r)))))._nextDay &&
1374
+ (i.add(1, "d"), (i._nextDay = void 0)),
1375
+ i
1376
+ );
1377
+ }
1378
+ function R(e, t, n, s) {
1379
+ return Wt(e, t, n, s, !1);
1380
+ }
1381
+ (f.createFromInputFallback = e(
1382
+ "value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",
1383
+ function (e) {
1384
+ e._d = new Date(e._i + (e._useUTC ? " UTC" : ""));
1385
+ }
1386
+ )),
1387
+ (f.ISO_8601 = function () {}),
1388
+ (f.RFC_2822 = function () {});
1389
+ (me = e(
1390
+ "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
1391
+ function () {
1392
+ var e = R.apply(null, arguments);
1393
+ return this.isValid() && e.isValid() ? (e < this ? this : e) : I();
1394
+ }
1395
+ )),
1396
+ (_e = e(
1397
+ "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
1398
+ function () {
1399
+ var e = R.apply(null, arguments);
1400
+ return this.isValid() && e.isValid() ? (this < e ? this : e) : I();
1401
+ }
1402
+ ));
1403
+ function Pt(e, t) {
1404
+ var n, s;
1405
+ if (!(t = 1 === t.length && a(t[0]) ? t[0] : t).length) return R();
1406
+ for (n = t[0], s = 1; s < t.length; ++s)
1407
+ (t[s].isValid() && !t[s][e](n)) || (n = t[s]);
1408
+ return n;
1409
+ }
1410
+ var Rt = [
1411
+ "year",
1412
+ "quarter",
1413
+ "month",
1414
+ "week",
1415
+ "day",
1416
+ "hour",
1417
+ "minute",
1418
+ "second",
1419
+ "millisecond",
1420
+ ];
1421
+ function Ct(e) {
1422
+ var e = ue(e),
1423
+ t = e.year || 0,
1424
+ n = e.quarter || 0,
1425
+ s = e.month || 0,
1426
+ i = e.week || e.isoWeek || 0,
1427
+ r = e.day || 0,
1428
+ a = e.hour || 0,
1429
+ o = e.minute || 0,
1430
+ u = e.second || 0,
1431
+ l = e.millisecond || 0;
1432
+ (this._isValid = (function (e) {
1433
+ var t,
1434
+ n,
1435
+ s = !1,
1436
+ i = Rt.length;
1437
+ for (t in e)
1438
+ if (c(e, t) && (-1 === x.call(Rt, t) || (null != e[t] && isNaN(e[t]))))
1439
+ return !1;
1440
+ for (n = 0; n < i; ++n)
1441
+ if (e[Rt[n]]) {
1442
+ if (s) return !1;
1443
+ parseFloat(e[Rt[n]]) !== M(e[Rt[n]]) && (s = !0);
1444
+ }
1445
+ return !0;
1446
+ })(e)),
1447
+ (this._milliseconds = +l + 1e3 * u + 6e4 * o + 1e3 * a * 60 * 60),
1448
+ (this._days = +r + 7 * i),
1449
+ (this._months = +s + 3 * n + 12 * t),
1450
+ (this._data = {}),
1451
+ (this._locale = P()),
1452
+ this._bubble();
1453
+ }
1454
+ function Ut(e) {
1455
+ return e instanceof Ct;
1456
+ }
1457
+ function Ht(e) {
1458
+ return e < 0 ? -1 * Math.round(-1 * e) : Math.round(e);
1459
+ }
1460
+ function Ft(e, n) {
1461
+ s(e, 0, 0, function () {
1462
+ var e = this.utcOffset(),
1463
+ t = "+";
1464
+ return (
1465
+ e < 0 && ((e = -e), (t = "-")),
1466
+ t + r(~~(e / 60), 2) + n + r(~~e % 60, 2)
1467
+ );
1468
+ });
1469
+ }
1470
+ Ft("Z", ":"),
1471
+ Ft("ZZ", ""),
1472
+ w("Z", ve),
1473
+ w("ZZ", ve),
1474
+ v(["Z", "ZZ"], function (e, t, n) {
1475
+ (n._useUTC = !0), (n._tzm = Vt(ve, e));
1476
+ });
1477
+ var Lt = /([\+\-]|\d\d)/gi;
1478
+ function Vt(e, t) {
1479
+ var t = (t || "").match(e);
1480
+ return null === t
1481
+ ? null
1482
+ : 0 ===
1483
+ (t =
1484
+ 60 *
1485
+ (e = ((t[t.length - 1] || []) + "").match(Lt) || ["-", 0, 0])[1] +
1486
+ M(e[2]))
1487
+ ? 0
1488
+ : "+" === e[0]
1489
+ ? t
1490
+ : -t;
1491
+ }
1492
+ function Gt(e, t) {
1493
+ var n;
1494
+ return t._isUTC
1495
+ ? ((t = t.clone()),
1496
+ (n = (d(e) || V(e) ? e : R(e)).valueOf() - t.valueOf()),
1497
+ t._d.setTime(t._d.valueOf() + n),
1498
+ f.updateOffset(t, !1),
1499
+ t)
1500
+ : R(e).local();
1501
+ }
1502
+ function Et(e) {
1503
+ return -Math.round(e._d.getTimezoneOffset());
1504
+ }
1505
+ function At() {
1506
+ return !!this.isValid() && this._isUTC && 0 === this._offset;
1507
+ }
1508
+ f.updateOffset = function () {};
1509
+ var It = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,
1510
+ jt =
1511
+ /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
1512
+ function C(e, t) {
1513
+ var n,
1514
+ s = e,
1515
+ i = null;
1516
+ return (
1517
+ Ut(e)
1518
+ ? (s = { ms: e._milliseconds, d: e._days, M: e._months })
1519
+ : u(e) || !isNaN(+e)
1520
+ ? ((s = {}), t ? (s[t] = +e) : (s.milliseconds = +e))
1521
+ : (i = It.exec(e))
1522
+ ? ((n = "-" === i[1] ? -1 : 1),
1523
+ (s = {
1524
+ y: 0,
1525
+ d: M(i[S]) * n,
1526
+ h: M(i[O]) * n,
1527
+ m: M(i[b]) * n,
1528
+ s: M(i[T]) * n,
1529
+ ms: M(Ht(1e3 * i[Te])) * n,
1530
+ }))
1531
+ : (i = jt.exec(e))
1532
+ ? ((n = "-" === i[1] ? -1 : 1),
1533
+ (s = {
1534
+ y: Zt(i[2], n),
1535
+ M: Zt(i[3], n),
1536
+ w: Zt(i[4], n),
1537
+ d: Zt(i[5], n),
1538
+ h: Zt(i[6], n),
1539
+ m: Zt(i[7], n),
1540
+ s: Zt(i[8], n),
1541
+ }))
1542
+ : null == s
1543
+ ? (s = {})
1544
+ : "object" == typeof s &&
1545
+ ("from" in s || "to" in s) &&
1546
+ ((t = (function (e, t) {
1547
+ var n;
1548
+ if (!e.isValid() || !t.isValid())
1549
+ return { milliseconds: 0, months: 0 };
1550
+ (t = Gt(t, e)),
1551
+ e.isBefore(t)
1552
+ ? (n = zt(e, t))
1553
+ : (((n = zt(t, e)).milliseconds = -n.milliseconds),
1554
+ (n.months = -n.months));
1555
+ return n;
1556
+ })(R(s.from), R(s.to))),
1557
+ ((s = {}).ms = t.milliseconds),
1558
+ (s.M = t.months)),
1559
+ (i = new Ct(s)),
1560
+ Ut(e) && c(e, "_locale") && (i._locale = e._locale),
1561
+ Ut(e) && c(e, "_isValid") && (i._isValid = e._isValid),
1562
+ i
1563
+ );
1564
+ }
1565
+ function Zt(e, t) {
1566
+ e = e && parseFloat(e.replace(",", "."));
1567
+ return (isNaN(e) ? 0 : e) * t;
1568
+ }
1569
+ function zt(e, t) {
1570
+ var n = {};
1571
+ return (
1572
+ (n.months = t.month() - e.month() + 12 * (t.year() - e.year())),
1573
+ e.clone().add(n.months, "M").isAfter(t) && --n.months,
1574
+ (n.milliseconds = +t - +e.clone().add(n.months, "M")),
1575
+ n
1576
+ );
1577
+ }
1578
+ function qt(s, i) {
1579
+ return function (e, t) {
1580
+ var n;
1581
+ return (
1582
+ null === t ||
1583
+ isNaN(+t) ||
1584
+ (Q(
1585
+ i,
1586
+ "moment()." +
1587
+ i +
1588
+ "(period, number) is deprecated. Please use moment()." +
1589
+ i +
1590
+ "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
1591
+ ),
1592
+ (n = e),
1593
+ (e = t),
1594
+ (t = n)),
1595
+ $t(this, C(e, t), s),
1596
+ this
1597
+ );
1598
+ };
1599
+ }
1600
+ function $t(e, t, n, s) {
1601
+ var i = t._milliseconds,
1602
+ r = Ht(t._days),
1603
+ t = Ht(t._months);
1604
+ e.isValid() &&
1605
+ ((s = null == s || s),
1606
+ t && Ae(e, Ce(e, "Month") + t * n),
1607
+ r && Ue(e, "Date", Ce(e, "Date") + r * n),
1608
+ i && e._d.setTime(e._d.valueOf() + i * n),
1609
+ s && f.updateOffset(e, r || t));
1610
+ }
1611
+ (C.fn = Ct.prototype),
1612
+ (C.invalid = function () {
1613
+ return C(NaN);
1614
+ });
1615
+ (Fe = qt(1, "add")), (Qe = qt(-1, "subtract"));
1616
+ function Bt(e) {
1617
+ return "string" == typeof e || e instanceof String;
1618
+ }
1619
+ function Jt(e) {
1620
+ return (
1621
+ d(e) ||
1622
+ V(e) ||
1623
+ Bt(e) ||
1624
+ u(e) ||
1625
+ (function (t) {
1626
+ var e = a(t),
1627
+ n = !1;
1628
+ e &&
1629
+ (n =
1630
+ 0 ===
1631
+ t.filter(function (e) {
1632
+ return !u(e) && Bt(t);
1633
+ }).length);
1634
+ return e && n;
1635
+ })(e) ||
1636
+ (function (e) {
1637
+ var t,
1638
+ n,
1639
+ s = F(e) && !L(e),
1640
+ i = !1,
1641
+ r = [
1642
+ "years",
1643
+ "year",
1644
+ "y",
1645
+ "months",
1646
+ "month",
1647
+ "M",
1648
+ "days",
1649
+ "day",
1650
+ "d",
1651
+ "dates",
1652
+ "date",
1653
+ "D",
1654
+ "hours",
1655
+ "hour",
1656
+ "h",
1657
+ "minutes",
1658
+ "minute",
1659
+ "m",
1660
+ "seconds",
1661
+ "second",
1662
+ "s",
1663
+ "milliseconds",
1664
+ "millisecond",
1665
+ "ms",
1666
+ ],
1667
+ a = r.length;
1668
+ for (t = 0; t < a; t += 1) (n = r[t]), (i = i || c(e, n));
1669
+ return s && i;
1670
+ })(e) ||
1671
+ null == e
1672
+ );
1673
+ }
1674
+ function Qt(e, t) {
1675
+ if (e.date() < t.date()) return -Qt(t, e);
1676
+ var n = 12 * (t.year() - e.year()) + (t.month() - e.month()),
1677
+ s = e.clone().add(n, "months"),
1678
+ t =
1679
+ t - s < 0
1680
+ ? (t - s) / (s - e.clone().add(n - 1, "months"))
1681
+ : (t - s) / (e.clone().add(1 + n, "months") - s);
1682
+ return -(n + t) || 0;
1683
+ }
1684
+ function Xt(e) {
1685
+ return void 0 === e
1686
+ ? this._locale._abbr
1687
+ : (null != (e = P(e)) && (this._locale = e), this);
1688
+ }
1689
+ (f.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ"),
1690
+ (f.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]");
1691
+ Ke = e(
1692
+ "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
1693
+ function (e) {
1694
+ return void 0 === e ? this.localeData() : this.locale(e);
1695
+ }
1696
+ );
1697
+ function Kt() {
1698
+ return this._locale;
1699
+ }
1700
+ var en = 126227808e5;
1701
+ function tn(e, t) {
1702
+ return ((e % t) + t) % t;
1703
+ }
1704
+ function nn(e, t, n) {
1705
+ return e < 100 && 0 <= e
1706
+ ? new Date(e + 400, t, n) - en
1707
+ : new Date(e, t, n).valueOf();
1708
+ }
1709
+ function sn(e, t, n) {
1710
+ return e < 100 && 0 <= e ? Date.UTC(e + 400, t, n) - en : Date.UTC(e, t, n);
1711
+ }
1712
+ function rn(e, t) {
1713
+ return t.erasAbbrRegex(e);
1714
+ }
1715
+ function an() {
1716
+ for (
1717
+ var e,
1718
+ t,
1719
+ n,
1720
+ s = [],
1721
+ i = [],
1722
+ r = [],
1723
+ a = [],
1724
+ o = this.eras(),
1725
+ u = 0,
1726
+ l = o.length;
1727
+ u < l;
1728
+ ++u
1729
+ )
1730
+ (e = p(o[u].name)),
1731
+ (t = p(o[u].abbr)),
1732
+ (n = p(o[u].narrow)),
1733
+ i.push(e),
1734
+ s.push(t),
1735
+ r.push(n),
1736
+ a.push(e),
1737
+ a.push(t),
1738
+ a.push(n);
1739
+ (this._erasRegex = new RegExp("^(" + a.join("|") + ")", "i")),
1740
+ (this._erasNameRegex = new RegExp("^(" + i.join("|") + ")", "i")),
1741
+ (this._erasAbbrRegex = new RegExp("^(" + s.join("|") + ")", "i")),
1742
+ (this._erasNarrowRegex = new RegExp("^(" + r.join("|") + ")", "i"));
1743
+ }
1744
+ function on(e, t) {
1745
+ s(0, [e, e.length], 0, t);
1746
+ }
1747
+ function un(e, t, n, s, i) {
1748
+ var r;
1749
+ return null == e
1750
+ ? Be(this, s, i).year
1751
+ : ((r = N(e, s, i)),
1752
+ function (e, t, n, s, i) {
1753
+ (e = $e(e, t, n, s, i)), (t = ze(e.year, 0, e.dayOfYear));
1754
+ return (
1755
+ this.year(t.getUTCFullYear()),
1756
+ this.month(t.getUTCMonth()),
1757
+ this.date(t.getUTCDate()),
1758
+ this
1759
+ );
1760
+ }.call(this, e, (t = r < t ? r : t), n, s, i));
1761
+ }
1762
+ s("N", 0, 0, "eraAbbr"),
1763
+ s("NN", 0, 0, "eraAbbr"),
1764
+ s("NNN", 0, 0, "eraAbbr"),
1765
+ s("NNNN", 0, 0, "eraName"),
1766
+ s("NNNNN", 0, 0, "eraNarrow"),
1767
+ s("y", ["y", 1], "yo", "eraYear"),
1768
+ s("y", ["yy", 2], 0, "eraYear"),
1769
+ s("y", ["yyy", 3], 0, "eraYear"),
1770
+ s("y", ["yyyy", 4], 0, "eraYear"),
1771
+ w("N", rn),
1772
+ w("NN", rn),
1773
+ w("NNN", rn),
1774
+ w("NNNN", function (e, t) {
1775
+ return t.erasNameRegex(e);
1776
+ }),
1777
+ w("NNNNN", function (e, t) {
1778
+ return t.erasNarrowRegex(e);
1779
+ }),
1780
+ v(["N", "NN", "NNN", "NNNN", "NNNNN"], function (e, t, n, s) {
1781
+ s = n._locale.erasParse(e, s, n._strict);
1782
+ s ? (m(n).era = s) : (m(n).invalidEra = e);
1783
+ }),
1784
+ w("y", pe),
1785
+ w("yy", pe),
1786
+ w("yyy", pe),
1787
+ w("yyyy", pe),
1788
+ w("yo", function (e, t) {
1789
+ return t._eraYearOrdinalRegex || pe;
1790
+ }),
1791
+ v(["y", "yy", "yyy", "yyyy"], D),
1792
+ v(["yo"], function (e, t, n, s) {
1793
+ var i;
1794
+ n._locale._eraYearOrdinalRegex &&
1795
+ (i = e.match(n._locale._eraYearOrdinalRegex)),
1796
+ n._locale.eraYearOrdinalParse
1797
+ ? (t[D] = n._locale.eraYearOrdinalParse(e, i))
1798
+ : (t[D] = parseInt(e, 10));
1799
+ }),
1800
+ s(0, ["gg", 2], 0, function () {
1801
+ return this.weekYear() % 100;
1802
+ }),
1803
+ s(0, ["GG", 2], 0, function () {
1804
+ return this.isoWeekYear() % 100;
1805
+ }),
1806
+ on("gggg", "weekYear"),
1807
+ on("ggggg", "weekYear"),
1808
+ on("GGGG", "isoWeekYear"),
1809
+ on("GGGGG", "isoWeekYear"),
1810
+ w("G", ke),
1811
+ w("g", ke),
1812
+ w("GG", n, t),
1813
+ w("gg", n, t),
1814
+ w("GGGG", ge, ce),
1815
+ w("gggg", ge, ce),
1816
+ w("GGGGG", we, fe),
1817
+ w("ggggg", we, fe),
1818
+ Oe(["gggg", "ggggg", "GGGG", "GGGGG"], function (e, t, n, s) {
1819
+ t[s.substr(0, 2)] = M(e);
1820
+ }),
1821
+ Oe(["gg", "GG"], function (e, t, n, s) {
1822
+ t[s] = f.parseTwoDigitYear(e);
1823
+ }),
1824
+ s("Q", 0, "Qo", "quarter"),
1825
+ w("Q", de),
1826
+ v("Q", function (e, t) {
1827
+ t[Y] = 3 * (M(e) - 1);
1828
+ }),
1829
+ s("D", ["DD", 2], "Do", "date"),
1830
+ w("D", n, y),
1831
+ w("DD", n, t),
1832
+ w("Do", function (e, t) {
1833
+ return e
1834
+ ? t._dayOfMonthOrdinalParse || t._ordinalParse
1835
+ : t._dayOfMonthOrdinalParseLenient;
1836
+ }),
1837
+ v(["D", "DD"], S),
1838
+ v("Do", function (e, t) {
1839
+ t[S] = M(e.match(n)[0]);
1840
+ });
1841
+ ge = Re("Date", !0);
1842
+ s("DDD", ["DDDD", 3], "DDDo", "dayOfYear"),
1843
+ w("DDD", ye),
1844
+ w("DDDD", he),
1845
+ v(["DDD", "DDDD"], function (e, t, n) {
1846
+ n._dayOfYear = M(e);
1847
+ }),
1848
+ s("m", ["mm", 2], 0, "minute"),
1849
+ w("m", n, g),
1850
+ w("mm", n, t),
1851
+ v(["m", "mm"], b);
1852
+ var ln,
1853
+ ce = Re("Minutes", !1),
1854
+ we =
1855
+ (s("s", ["ss", 2], 0, "second"),
1856
+ w("s", n, g),
1857
+ w("ss", n, t),
1858
+ v(["s", "ss"], T),
1859
+ Re("Seconds", !1));
1860
+ for (
1861
+ s("S", 0, 0, function () {
1862
+ return ~~(this.millisecond() / 100);
1863
+ }),
1864
+ s(0, ["SS", 2], 0, function () {
1865
+ return ~~(this.millisecond() / 10);
1866
+ }),
1867
+ s(0, ["SSS", 3], 0, "millisecond"),
1868
+ s(0, ["SSSS", 4], 0, function () {
1869
+ return 10 * this.millisecond();
1870
+ }),
1871
+ s(0, ["SSSSS", 5], 0, function () {
1872
+ return 100 * this.millisecond();
1873
+ }),
1874
+ s(0, ["SSSSSS", 6], 0, function () {
1875
+ return 1e3 * this.millisecond();
1876
+ }),
1877
+ s(0, ["SSSSSSS", 7], 0, function () {
1878
+ return 1e4 * this.millisecond();
1879
+ }),
1880
+ s(0, ["SSSSSSSS", 8], 0, function () {
1881
+ return 1e5 * this.millisecond();
1882
+ }),
1883
+ s(0, ["SSSSSSSSS", 9], 0, function () {
1884
+ return 1e6 * this.millisecond();
1885
+ }),
1886
+ w("S", ye, de),
1887
+ w("SS", ye, t),
1888
+ w("SSS", ye, he),
1889
+ ln = "SSSS";
1890
+ ln.length <= 9;
1891
+ ln += "S"
1892
+ )
1893
+ w(ln, pe);
1894
+ function dn(e, t) {
1895
+ t[Te] = M(1e3 * ("0." + e));
1896
+ }
1897
+ for (ln = "S"; ln.length <= 9; ln += "S") v(ln, dn);
1898
+ (fe = Re("Milliseconds", !1)),
1899
+ s("z", 0, 0, "zoneAbbr"),
1900
+ s("zz", 0, 0, "zoneName");
1901
+ y = $.prototype;
1902
+ function hn(e) {
1903
+ return e;
1904
+ }
1905
+ (y.add = Fe),
1906
+ (y.calendar = function (e, t) {
1907
+ 1 === arguments.length &&
1908
+ (arguments[0]
1909
+ ? Jt(arguments[0])
1910
+ ? ((e = arguments[0]), (t = void 0))
1911
+ : (function (e) {
1912
+ for (
1913
+ var t = F(e) && !L(e),
1914
+ n = !1,
1915
+ s = [
1916
+ "sameDay",
1917
+ "nextDay",
1918
+ "lastDay",
1919
+ "nextWeek",
1920
+ "lastWeek",
1921
+ "sameElse",
1922
+ ],
1923
+ i = 0;
1924
+ i < s.length;
1925
+ i += 1
1926
+ )
1927
+ n = n || c(e, s[i]);
1928
+ return t && n;
1929
+ })(arguments[0]) && ((t = arguments[0]), (e = void 0))
1930
+ : (t = e = void 0));
1931
+ var e = e || R(),
1932
+ n = Gt(e, this).startOf("day"),
1933
+ n = f.calendarFormat(this, n) || "sameElse",
1934
+ t = t && (h(t[n]) ? t[n].call(this, e) : t[n]);
1935
+ return this.format(t || this.localeData().calendar(n, this, R(e)));
1936
+ }),
1937
+ (y.clone = function () {
1938
+ return new $(this);
1939
+ }),
1940
+ (y.diff = function (e, t, n) {
1941
+ var s, i, r;
1942
+ if (!this.isValid()) return NaN;
1943
+ if (!(s = Gt(e, this)).isValid()) return NaN;
1944
+ switch (((i = 6e4 * (s.utcOffset() - this.utcOffset())), (t = _(t)))) {
1945
+ case "year":
1946
+ r = Qt(this, s) / 12;
1947
+ break;
1948
+ case "month":
1949
+ r = Qt(this, s);
1950
+ break;
1951
+ case "quarter":
1952
+ r = Qt(this, s) / 3;
1953
+ break;
1954
+ case "second":
1955
+ r = (this - s) / 1e3;
1956
+ break;
1957
+ case "minute":
1958
+ r = (this - s) / 6e4;
1959
+ break;
1960
+ case "hour":
1961
+ r = (this - s) / 36e5;
1962
+ break;
1963
+ case "day":
1964
+ r = (this - s - i) / 864e5;
1965
+ break;
1966
+ case "week":
1967
+ r = (this - s - i) / 6048e5;
1968
+ break;
1969
+ default:
1970
+ r = this - s;
1971
+ }
1972
+ return n ? r : k(r);
1973
+ }),
1974
+ (y.endOf = function (e) {
1975
+ var t, n;
1976
+ if (void 0 === (e = _(e)) || "millisecond" === e || !this.isValid())
1977
+ return this;
1978
+ switch (((n = this._isUTC ? sn : nn), e)) {
1979
+ case "year":
1980
+ t = n(this.year() + 1, 0, 1) - 1;
1981
+ break;
1982
+ case "quarter":
1983
+ t = n(this.year(), this.month() - (this.month() % 3) + 3, 1) - 1;
1984
+ break;
1985
+ case "month":
1986
+ t = n(this.year(), this.month() + 1, 1) - 1;
1987
+ break;
1988
+ case "week":
1989
+ t =
1990
+ n(this.year(), this.month(), this.date() - this.weekday() + 7) - 1;
1991
+ break;
1992
+ case "isoWeek":
1993
+ t =
1994
+ n(
1995
+ this.year(),
1996
+ this.month(),
1997
+ this.date() - (this.isoWeekday() - 1) + 7
1998
+ ) - 1;
1999
+ break;
2000
+ case "day":
2001
+ case "date":
2002
+ t = n(this.year(), this.month(), this.date() + 1) - 1;
2003
+ break;
2004
+ case "hour":
2005
+ (t = this._d.valueOf()),
2006
+ (t +=
2007
+ 36e5 -
2008
+ tn(t + (this._isUTC ? 0 : 6e4 * this.utcOffset()), 36e5) -
2009
+ 1);
2010
+ break;
2011
+ case "minute":
2012
+ (t = this._d.valueOf()), (t += 6e4 - tn(t, 6e4) - 1);
2013
+ break;
2014
+ case "second":
2015
+ (t = this._d.valueOf()), (t += 1e3 - tn(t, 1e3) - 1);
2016
+ }
2017
+ return this._d.setTime(t), f.updateOffset(this, !0), this;
2018
+ }),
2019
+ (y.format = function (e) {
2020
+ return (
2021
+ (e = e || (this.isUtc() ? f.defaultFormatUtc : f.defaultFormat)),
2022
+ (e = re(this, e)),
2023
+ this.localeData().postformat(e)
2024
+ );
2025
+ }),
2026
+ (y.from = function (e, t) {
2027
+ return this.isValid() && ((d(e) && e.isValid()) || R(e).isValid())
2028
+ ? C({ to: this, from: e }).locale(this.locale()).humanize(!t)
2029
+ : this.localeData().invalidDate();
2030
+ }),
2031
+ (y.fromNow = function (e) {
2032
+ return this.from(R(), e);
2033
+ }),
2034
+ (y.to = function (e, t) {
2035
+ return this.isValid() && ((d(e) && e.isValid()) || R(e).isValid())
2036
+ ? C({ from: this, to: e }).locale(this.locale()).humanize(!t)
2037
+ : this.localeData().invalidDate();
2038
+ }),
2039
+ (y.toNow = function (e) {
2040
+ return this.to(R(), e);
2041
+ }),
2042
+ (y.get = function (e) {
2043
+ return h(this[(e = _(e))]) ? this[e]() : this;
2044
+ }),
2045
+ (y.invalidAt = function () {
2046
+ return m(this).overflow;
2047
+ }),
2048
+ (y.isAfter = function (e, t) {
2049
+ return (
2050
+ (e = d(e) ? e : R(e)),
2051
+ !(!this.isValid() || !e.isValid()) &&
2052
+ ("millisecond" === (t = _(t) || "millisecond")
2053
+ ? this.valueOf() > e.valueOf()
2054
+ : e.valueOf() < this.clone().startOf(t).valueOf())
2055
+ );
2056
+ }),
2057
+ (y.isBefore = function (e, t) {
2058
+ return (
2059
+ (e = d(e) ? e : R(e)),
2060
+ !(!this.isValid() || !e.isValid()) &&
2061
+ ("millisecond" === (t = _(t) || "millisecond")
2062
+ ? this.valueOf() < e.valueOf()
2063
+ : this.clone().endOf(t).valueOf() < e.valueOf())
2064
+ );
2065
+ }),
2066
+ (y.isBetween = function (e, t, n, s) {
2067
+ return (
2068
+ (e = d(e) ? e : R(e)),
2069
+ (t = d(t) ? t : R(t)),
2070
+ !!(this.isValid() && e.isValid() && t.isValid()) &&
2071
+ ("(" === (s = s || "()")[0]
2072
+ ? this.isAfter(e, n)
2073
+ : !this.isBefore(e, n)) &&
2074
+ (")" === s[1] ? this.isBefore(t, n) : !this.isAfter(t, n))
2075
+ );
2076
+ }),
2077
+ (y.isSame = function (e, t) {
2078
+ var e = d(e) ? e : R(e);
2079
+ return (
2080
+ !(!this.isValid() || !e.isValid()) &&
2081
+ ("millisecond" === (t = _(t) || "millisecond")
2082
+ ? this.valueOf() === e.valueOf()
2083
+ : ((e = e.valueOf()),
2084
+ this.clone().startOf(t).valueOf() <= e &&
2085
+ e <= this.clone().endOf(t).valueOf()))
2086
+ );
2087
+ }),
2088
+ (y.isSameOrAfter = function (e, t) {
2089
+ return this.isSame(e, t) || this.isAfter(e, t);
2090
+ }),
2091
+ (y.isSameOrBefore = function (e, t) {
2092
+ return this.isSame(e, t) || this.isBefore(e, t);
2093
+ }),
2094
+ (y.isValid = function () {
2095
+ return A(this);
2096
+ }),
2097
+ (y.lang = Ke),
2098
+ (y.locale = Xt),
2099
+ (y.localeData = Kt),
2100
+ (y.max = _e),
2101
+ (y.min = me),
2102
+ (y.parsingFlags = function () {
2103
+ return E({}, m(this));
2104
+ }),
2105
+ (y.set = function (e, t) {
2106
+ if ("object" == typeof e)
2107
+ for (
2108
+ var n = (function (e) {
2109
+ var t,
2110
+ n = [];
2111
+ for (t in e) c(e, t) && n.push({ unit: t, priority: le[t] });
2112
+ return (
2113
+ n.sort(function (e, t) {
2114
+ return e.priority - t.priority;
2115
+ }),
2116
+ n
2117
+ );
2118
+ })((e = ue(e))),
2119
+ s = n.length,
2120
+ i = 0;
2121
+ i < s;
2122
+ i++
2123
+ )
2124
+ this[n[i].unit](e[n[i].unit]);
2125
+ else if (h(this[(e = _(e))])) return this[e](t);
2126
+ return this;
2127
+ }),
2128
+ (y.startOf = function (e) {
2129
+ var t, n;
2130
+ if (void 0 === (e = _(e)) || "millisecond" === e || !this.isValid())
2131
+ return this;
2132
+ switch (((n = this._isUTC ? sn : nn), e)) {
2133
+ case "year":
2134
+ t = n(this.year(), 0, 1);
2135
+ break;
2136
+ case "quarter":
2137
+ t = n(this.year(), this.month() - (this.month() % 3), 1);
2138
+ break;
2139
+ case "month":
2140
+ t = n(this.year(), this.month(), 1);
2141
+ break;
2142
+ case "week":
2143
+ t = n(this.year(), this.month(), this.date() - this.weekday());
2144
+ break;
2145
+ case "isoWeek":
2146
+ t = n(
2147
+ this.year(),
2148
+ this.month(),
2149
+ this.date() - (this.isoWeekday() - 1)
2150
+ );
2151
+ break;
2152
+ case "day":
2153
+ case "date":
2154
+ t = n(this.year(), this.month(), this.date());
2155
+ break;
2156
+ case "hour":
2157
+ (t = this._d.valueOf()),
2158
+ (t -= tn(t + (this._isUTC ? 0 : 6e4 * this.utcOffset()), 36e5));
2159
+ break;
2160
+ case "minute":
2161
+ (t = this._d.valueOf()), (t -= tn(t, 6e4));
2162
+ break;
2163
+ case "second":
2164
+ (t = this._d.valueOf()), (t -= tn(t, 1e3));
2165
+ }
2166
+ return this._d.setTime(t), f.updateOffset(this, !0), this;
2167
+ }),
2168
+ (y.subtract = Qe),
2169
+ (y.toArray = function () {
2170
+ var e = this;
2171
+ return [
2172
+ e.year(),
2173
+ e.month(),
2174
+ e.date(),
2175
+ e.hour(),
2176
+ e.minute(),
2177
+ e.second(),
2178
+ e.millisecond(),
2179
+ ];
2180
+ }),
2181
+ (y.toObject = function () {
2182
+ var e = this;
2183
+ return {
2184
+ years: e.year(),
2185
+ months: e.month(),
2186
+ date: e.date(),
2187
+ hours: e.hours(),
2188
+ minutes: e.minutes(),
2189
+ seconds: e.seconds(),
2190
+ milliseconds: e.milliseconds(),
2191
+ };
2192
+ }),
2193
+ (y.toDate = function () {
2194
+ return new Date(this.valueOf());
2195
+ }),
2196
+ (y.toISOString = function (e) {
2197
+ if (!this.isValid()) return null;
2198
+ var t = (e = !0 !== e) ? this.clone().utc() : this;
2199
+ return t.year() < 0 || 9999 < t.year()
2200
+ ? re(
2201
+ t,
2202
+ e
2203
+ ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]"
2204
+ : "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"
2205
+ )
2206
+ : h(Date.prototype.toISOString)
2207
+ ? e
2208
+ ? this.toDate().toISOString()
2209
+ : new Date(this.valueOf() + 60 * this.utcOffset() * 1e3)
2210
+ .toISOString()
2211
+ .replace("Z", re(t, "Z"))
2212
+ : re(
2213
+ t,
2214
+ e ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ"
2215
+ );
2216
+ }),
2217
+ (y.inspect = function () {
2218
+ if (!this.isValid()) return "moment.invalid(/* " + this._i + " */)";
2219
+ var e,
2220
+ t = "moment",
2221
+ n = "";
2222
+ return (
2223
+ this.isLocal() ||
2224
+ ((t = 0 === this.utcOffset() ? "moment.utc" : "moment.parseZone"),
2225
+ (n = "Z")),
2226
+ (t = "[" + t + '("]'),
2227
+ (e = 0 <= this.year() && this.year() <= 9999 ? "YYYY" : "YYYYYY"),
2228
+ this.format(t + e + "-MM-DD[T]HH:mm:ss.SSS" + (n + '[")]'))
2229
+ );
2230
+ }),
2231
+ "undefined" != typeof Symbol &&
2232
+ null != Symbol.for &&
2233
+ (y[Symbol.for("nodejs.util.inspect.custom")] = function () {
2234
+ return "Moment<" + this.format() + ">";
2235
+ }),
2236
+ (y.toJSON = function () {
2237
+ return this.isValid() ? this.toISOString() : null;
2238
+ }),
2239
+ (y.toString = function () {
2240
+ return this.clone()
2241
+ .locale("en")
2242
+ .format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
2243
+ }),
2244
+ (y.unix = function () {
2245
+ return Math.floor(this.valueOf() / 1e3);
2246
+ }),
2247
+ (y.valueOf = function () {
2248
+ return this._d.valueOf() - 6e4 * (this._offset || 0);
2249
+ }),
2250
+ (y.creationData = function () {
2251
+ return {
2252
+ input: this._i,
2253
+ format: this._f,
2254
+ locale: this._locale,
2255
+ isUTC: this._isUTC,
2256
+ strict: this._strict,
2257
+ };
2258
+ }),
2259
+ (y.eraName = function () {
2260
+ for (
2261
+ var e, t = this.localeData().eras(), n = 0, s = t.length;
2262
+ n < s;
2263
+ ++n
2264
+ ) {
2265
+ if (
2266
+ ((e = this.clone().startOf("day").valueOf()),
2267
+ t[n].since <= e && e <= t[n].until)
2268
+ )
2269
+ return t[n].name;
2270
+ if (t[n].until <= e && e <= t[n].since) return t[n].name;
2271
+ }
2272
+ return "";
2273
+ }),
2274
+ (y.eraNarrow = function () {
2275
+ for (
2276
+ var e, t = this.localeData().eras(), n = 0, s = t.length;
2277
+ n < s;
2278
+ ++n
2279
+ ) {
2280
+ if (
2281
+ ((e = this.clone().startOf("day").valueOf()),
2282
+ t[n].since <= e && e <= t[n].until)
2283
+ )
2284
+ return t[n].narrow;
2285
+ if (t[n].until <= e && e <= t[n].since) return t[n].narrow;
2286
+ }
2287
+ return "";
2288
+ }),
2289
+ (y.eraAbbr = function () {
2290
+ for (
2291
+ var e, t = this.localeData().eras(), n = 0, s = t.length;
2292
+ n < s;
2293
+ ++n
2294
+ ) {
2295
+ if (
2296
+ ((e = this.clone().startOf("day").valueOf()),
2297
+ t[n].since <= e && e <= t[n].until)
2298
+ )
2299
+ return t[n].abbr;
2300
+ if (t[n].until <= e && e <= t[n].since) return t[n].abbr;
2301
+ }
2302
+ return "";
2303
+ }),
2304
+ (y.eraYear = function () {
2305
+ for (
2306
+ var e, t, n = this.localeData().eras(), s = 0, i = n.length;
2307
+ s < i;
2308
+ ++s
2309
+ )
2310
+ if (
2311
+ ((e = n[s].since <= n[s].until ? 1 : -1),
2312
+ (t = this.clone().startOf("day").valueOf()),
2313
+ (n[s].since <= t && t <= n[s].until) ||
2314
+ (n[s].until <= t && t <= n[s].since))
2315
+ )
2316
+ return (this.year() - f(n[s].since).year()) * e + n[s].offset;
2317
+ return this.year();
2318
+ }),
2319
+ (y.year = Pe),
2320
+ (y.isLeapYear = function () {
2321
+ return be(this.year());
2322
+ }),
2323
+ (y.weekYear = function (e) {
2324
+ return un.call(
2325
+ this,
2326
+ e,
2327
+ this.week(),
2328
+ this.weekday() + this.localeData()._week.dow,
2329
+ this.localeData()._week.dow,
2330
+ this.localeData()._week.doy
2331
+ );
2332
+ }),
2333
+ (y.isoWeekYear = function (e) {
2334
+ return un.call(this, e, this.isoWeek(), this.isoWeekday(), 1, 4);
2335
+ }),
2336
+ (y.quarter = y.quarters =
2337
+ function (e) {
2338
+ return null == e
2339
+ ? Math.ceil((this.month() + 1) / 3)
2340
+ : this.month(3 * (e - 1) + (this.month() % 3));
2341
+ }),
2342
+ (y.month = Ie),
2343
+ (y.daysInMonth = function () {
2344
+ return He(this.year(), this.month());
2345
+ }),
2346
+ (y.week = y.weeks =
2347
+ function (e) {
2348
+ var t = this.localeData().week(this);
2349
+ return null == e ? t : this.add(7 * (e - t), "d");
2350
+ }),
2351
+ (y.isoWeek = y.isoWeeks =
2352
+ function (e) {
2353
+ var t = Be(this, 1, 4).week;
2354
+ return null == e ? t : this.add(7 * (e - t), "d");
2355
+ }),
2356
+ (y.weeksInYear = function () {
2357
+ var e = this.localeData()._week;
2358
+ return N(this.year(), e.dow, e.doy);
2359
+ }),
2360
+ (y.weeksInWeekYear = function () {
2361
+ var e = this.localeData()._week;
2362
+ return N(this.weekYear(), e.dow, e.doy);
2363
+ }),
2364
+ (y.isoWeeksInYear = function () {
2365
+ return N(this.year(), 1, 4);
2366
+ }),
2367
+ (y.isoWeeksInISOWeekYear = function () {
2368
+ return N(this.isoWeekYear(), 1, 4);
2369
+ }),
2370
+ (y.date = ge),
2371
+ (y.day = y.days =
2372
+ function (e) {
2373
+ if (!this.isValid()) return null != e ? this : NaN;
2374
+ var t,
2375
+ n,
2376
+ s = Ce(this, "Day");
2377
+ return null != e
2378
+ ? ((t = e),
2379
+ (n = this.localeData()),
2380
+ (e =
2381
+ "string" != typeof t
2382
+ ? t
2383
+ : isNaN(t)
2384
+ ? "number" == typeof (t = n.weekdaysParse(t))
2385
+ ? t
2386
+ : null
2387
+ : parseInt(t, 10)),
2388
+ this.add(e - s, "d"))
2389
+ : s;
2390
+ }),
2391
+ (y.weekday = function (e) {
2392
+ if (!this.isValid()) return null != e ? this : NaN;
2393
+ var t = (this.day() + 7 - this.localeData()._week.dow) % 7;
2394
+ return null == e ? t : this.add(e - t, "d");
2395
+ }),
2396
+ (y.isoWeekday = function (e) {
2397
+ return this.isValid()
2398
+ ? null != e
2399
+ ? ((t = e),
2400
+ (n = this.localeData()),
2401
+ (n =
2402
+ "string" == typeof t
2403
+ ? n.weekdaysParse(t) % 7 || 7
2404
+ : isNaN(t)
2405
+ ? null
2406
+ : t),
2407
+ this.day(this.day() % 7 ? n : n - 7))
2408
+ : this.day() || 7
2409
+ : null != e
2410
+ ? this
2411
+ : NaN;
2412
+ var t, n;
2413
+ }),
2414
+ (y.dayOfYear = function (e) {
2415
+ var t =
2416
+ Math.round(
2417
+ (this.clone().startOf("day") - this.clone().startOf("year")) / 864e5
2418
+ ) + 1;
2419
+ return null == e ? t : this.add(e - t, "d");
2420
+ }),
2421
+ (y.hour = y.hours = i),
2422
+ (y.minute = y.minutes = ce),
2423
+ (y.second = y.seconds = we),
2424
+ (y.millisecond = y.milliseconds = fe),
2425
+ (y.utcOffset = function (e, t, n) {
2426
+ var s,
2427
+ i = this._offset || 0;
2428
+ if (!this.isValid()) return null != e ? this : NaN;
2429
+ if (null == e) return this._isUTC ? i : Et(this);
2430
+ if ("string" == typeof e) {
2431
+ if (null === (e = Vt(ve, e))) return this;
2432
+ } else Math.abs(e) < 16 && !n && (e *= 60);
2433
+ return (
2434
+ !this._isUTC && t && (s = Et(this)),
2435
+ (this._offset = e),
2436
+ (this._isUTC = !0),
2437
+ null != s && this.add(s, "m"),
2438
+ i !== e &&
2439
+ (!t || this._changeInProgress
2440
+ ? $t(this, C(e - i, "m"), 1, !1)
2441
+ : this._changeInProgress ||
2442
+ ((this._changeInProgress = !0),
2443
+ f.updateOffset(this, !0),
2444
+ (this._changeInProgress = null))),
2445
+ this
2446
+ );
2447
+ }),
2448
+ (y.utc = function (e) {
2449
+ return this.utcOffset(0, e);
2450
+ }),
2451
+ (y.local = function (e) {
2452
+ return (
2453
+ this._isUTC &&
2454
+ (this.utcOffset(0, e),
2455
+ (this._isUTC = !1),
2456
+ e && this.subtract(Et(this), "m")),
2457
+ this
2458
+ );
2459
+ }),
2460
+ (y.parseZone = function () {
2461
+ var e;
2462
+ return (
2463
+ null != this._tzm
2464
+ ? this.utcOffset(this._tzm, !1, !0)
2465
+ : "string" == typeof this._i &&
2466
+ (null != (e = Vt(Me, this._i))
2467
+ ? this.utcOffset(e)
2468
+ : this.utcOffset(0, !0)),
2469
+ this
2470
+ );
2471
+ }),
2472
+ (y.hasAlignedHourOffset = function (e) {
2473
+ return (
2474
+ !!this.isValid() &&
2475
+ ((e = e ? R(e).utcOffset() : 0), (this.utcOffset() - e) % 60 == 0)
2476
+ );
2477
+ }),
2478
+ (y.isDST = function () {
2479
+ return (
2480
+ this.utcOffset() > this.clone().month(0).utcOffset() ||
2481
+ this.utcOffset() > this.clone().month(5).utcOffset()
2482
+ );
2483
+ }),
2484
+ (y.isLocal = function () {
2485
+ return !!this.isValid() && !this._isUTC;
2486
+ }),
2487
+ (y.isUtcOffset = function () {
2488
+ return !!this.isValid() && this._isUTC;
2489
+ }),
2490
+ (y.isUtc = At),
2491
+ (y.isUTC = At),
2492
+ (y.zoneAbbr = function () {
2493
+ return this._isUTC ? "UTC" : "";
2494
+ }),
2495
+ (y.zoneName = function () {
2496
+ return this._isUTC ? "Coordinated Universal Time" : "";
2497
+ }),
2498
+ (y.dates = e("dates accessor is deprecated. Use date instead.", ge)),
2499
+ (y.months = e("months accessor is deprecated. Use month instead", Ie)),
2500
+ (y.years = e("years accessor is deprecated. Use year instead", Pe)),
2501
+ (y.zone = e(
2502
+ "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
2503
+ function (e, t) {
2504
+ return null != e
2505
+ ? (this.utcOffset((e = "string" != typeof e ? -e : e), t), this)
2506
+ : -this.utcOffset();
2507
+ }
2508
+ )),
2509
+ (y.isDSTShifted = e(
2510
+ "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
2511
+ function () {
2512
+ if (!o(this._isDSTShifted)) return this._isDSTShifted;
2513
+ var e,
2514
+ t = {};
2515
+ return (
2516
+ q(t, this),
2517
+ (t = Nt(t))._a
2518
+ ? ((e = (t._isUTC ? l : R)(t._a)),
2519
+ (this._isDSTShifted =
2520
+ this.isValid() &&
2521
+ 0 <
2522
+ (function (e, t, n) {
2523
+ for (
2524
+ var s = Math.min(e.length, t.length),
2525
+ i = Math.abs(e.length - t.length),
2526
+ r = 0,
2527
+ a = 0;
2528
+ a < s;
2529
+ a++
2530
+ )
2531
+ ((n && e[a] !== t[a]) || (!n && M(e[a]) !== M(t[a]))) &&
2532
+ r++;
2533
+ return r + i;
2534
+ })(t._a, e.toArray())))
2535
+ : (this._isDSTShifted = !1),
2536
+ this._isDSTShifted
2537
+ );
2538
+ }
2539
+ ));
2540
+ g = K.prototype;
2541
+ function cn(e, t, n, s) {
2542
+ var i = P(),
2543
+ s = l().set(s, t);
2544
+ return i[n](s, e);
2545
+ }
2546
+ function fn(e, t, n) {
2547
+ if ((u(e) && ((t = e), (e = void 0)), (e = e || ""), null != t))
2548
+ return cn(e, t, n, "month");
2549
+ for (var s = [], i = 0; i < 12; i++) s[i] = cn(e, i, n, "month");
2550
+ return s;
2551
+ }
2552
+ function mn(e, t, n, s) {
2553
+ t =
2554
+ ("boolean" == typeof e
2555
+ ? u(t) && ((n = t), (t = void 0))
2556
+ : ((t = e), (e = !1), u((n = t)) && ((n = t), (t = void 0))),
2557
+ t || "");
2558
+ var i,
2559
+ r = P(),
2560
+ a = e ? r._week.dow : 0,
2561
+ o = [];
2562
+ if (null != n) return cn(t, (n + a) % 7, s, "day");
2563
+ for (i = 0; i < 7; i++) o[i] = cn(t, (i + a) % 7, s, "day");
2564
+ return o;
2565
+ }
2566
+ (g.calendar = function (e, t, n) {
2567
+ return h((e = this._calendar[e] || this._calendar.sameElse))
2568
+ ? e.call(t, n)
2569
+ : e;
2570
+ }),
2571
+ (g.longDateFormat = function (e) {
2572
+ var t = this._longDateFormat[e],
2573
+ n = this._longDateFormat[e.toUpperCase()];
2574
+ return t || !n
2575
+ ? t
2576
+ : ((this._longDateFormat[e] = n
2577
+ .match(te)
2578
+ .map(function (e) {
2579
+ return "MMMM" === e || "MM" === e || "DD" === e || "dddd" === e
2580
+ ? e.slice(1)
2581
+ : e;
2582
+ })
2583
+ .join("")),
2584
+ this._longDateFormat[e]);
2585
+ }),
2586
+ (g.invalidDate = function () {
2587
+ return this._invalidDate;
2588
+ }),
2589
+ (g.ordinal = function (e) {
2590
+ return this._ordinal.replace("%d", e);
2591
+ }),
2592
+ (g.preparse = hn),
2593
+ (g.postformat = hn),
2594
+ (g.relativeTime = function (e, t, n, s) {
2595
+ var i = this._relativeTime[n];
2596
+ return h(i) ? i(e, t, n, s) : i.replace(/%d/i, e);
2597
+ }),
2598
+ (g.pastFuture = function (e, t) {
2599
+ return h((e = this._relativeTime[0 < e ? "future" : "past"]))
2600
+ ? e(t)
2601
+ : e.replace(/%s/i, t);
2602
+ }),
2603
+ (g.set = function (e) {
2604
+ var t, n;
2605
+ for (n in e)
2606
+ c(e, n) && (h((t = e[n])) ? (this[n] = t) : (this["_" + n] = t));
2607
+ (this._config = e),
2608
+ (this._dayOfMonthOrdinalParseLenient = new RegExp(
2609
+ (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) +
2610
+ "|" +
2611
+ /\d{1,2}/.source
2612
+ ));
2613
+ }),
2614
+ (g.eras = function (e, t) {
2615
+ for (
2616
+ var n, s = this._eras || P("en")._eras, i = 0, r = s.length;
2617
+ i < r;
2618
+ ++i
2619
+ )
2620
+ switch (
2621
+ ("string" == typeof s[i].since &&
2622
+ ((n = f(s[i].since).startOf("day")), (s[i].since = n.valueOf())),
2623
+ typeof s[i].until)
2624
+ ) {
2625
+ case "undefined":
2626
+ s[i].until = 1 / 0;
2627
+ break;
2628
+ case "string":
2629
+ (n = f(s[i].until).startOf("day").valueOf()),
2630
+ (s[i].until = n.valueOf());
2631
+ }
2632
+ return s;
2633
+ }),
2634
+ (g.erasParse = function (e, t, n) {
2635
+ var s,
2636
+ i,
2637
+ r,
2638
+ a,
2639
+ o,
2640
+ u = this.eras();
2641
+ for (e = e.toUpperCase(), s = 0, i = u.length; s < i; ++s)
2642
+ if (
2643
+ ((r = u[s].name.toUpperCase()),
2644
+ (a = u[s].abbr.toUpperCase()),
2645
+ (o = u[s].narrow.toUpperCase()),
2646
+ n)
2647
+ )
2648
+ switch (t) {
2649
+ case "N":
2650
+ case "NN":
2651
+ case "NNN":
2652
+ if (a === e) return u[s];
2653
+ break;
2654
+ case "NNNN":
2655
+ if (r === e) return u[s];
2656
+ break;
2657
+ case "NNNNN":
2658
+ if (o === e) return u[s];
2659
+ }
2660
+ else if (0 <= [r, a, o].indexOf(e)) return u[s];
2661
+ }),
2662
+ (g.erasConvertYear = function (e, t) {
2663
+ var n = e.since <= e.until ? 1 : -1;
2664
+ return void 0 === t
2665
+ ? f(e.since).year()
2666
+ : f(e.since).year() + (t - e.offset) * n;
2667
+ }),
2668
+ (g.erasAbbrRegex = function (e) {
2669
+ return (
2670
+ c(this, "_erasAbbrRegex") || an.call(this),
2671
+ e ? this._erasAbbrRegex : this._erasRegex
2672
+ );
2673
+ }),
2674
+ (g.erasNameRegex = function (e) {
2675
+ return (
2676
+ c(this, "_erasNameRegex") || an.call(this),
2677
+ e ? this._erasNameRegex : this._erasRegex
2678
+ );
2679
+ }),
2680
+ (g.erasNarrowRegex = function (e) {
2681
+ return (
2682
+ c(this, "_erasNarrowRegex") || an.call(this),
2683
+ e ? this._erasNarrowRegex : this._erasRegex
2684
+ );
2685
+ }),
2686
+ (g.months = function (e, t) {
2687
+ return e
2688
+ ? (a(this._months)
2689
+ ? this._months
2690
+ : this._months[
2691
+ (this._months.isFormat || Ve).test(t) ? "format" : "standalone"
2692
+ ])[e.month()]
2693
+ : a(this._months)
2694
+ ? this._months
2695
+ : this._months.standalone;
2696
+ }),
2697
+ (g.monthsShort = function (e, t) {
2698
+ return e
2699
+ ? (a(this._monthsShort)
2700
+ ? this._monthsShort
2701
+ : this._monthsShort[Ve.test(t) ? "format" : "standalone"])[
2702
+ e.month()
2703
+ ]
2704
+ : a(this._monthsShort)
2705
+ ? this._monthsShort
2706
+ : this._monthsShort.standalone;
2707
+ }),
2708
+ (g.monthsParse = function (e, t, n) {
2709
+ var s, i;
2710
+ if (this._monthsParseExact)
2711
+ return function (e, t, n) {
2712
+ var s,
2713
+ i,
2714
+ r,
2715
+ e = e.toLocaleLowerCase();
2716
+ if (!this._monthsParse)
2717
+ for (
2718
+ this._monthsParse = [],
2719
+ this._longMonthsParse = [],
2720
+ this._shortMonthsParse = [],
2721
+ s = 0;
2722
+ s < 12;
2723
+ ++s
2724
+ )
2725
+ (r = l([2e3, s])),
2726
+ (this._shortMonthsParse[s] = this.monthsShort(
2727
+ r,
2728
+ ""
2729
+ ).toLocaleLowerCase()),
2730
+ (this._longMonthsParse[s] = this.months(
2731
+ r,
2732
+ ""
2733
+ ).toLocaleLowerCase());
2734
+ return n
2735
+ ? "MMM" === t
2736
+ ? -1 !== (i = x.call(this._shortMonthsParse, e))
2737
+ ? i
2738
+ : null
2739
+ : -1 !== (i = x.call(this._longMonthsParse, e))
2740
+ ? i
2741
+ : null
2742
+ : "MMM" === t
2743
+ ? -1 !== (i = x.call(this._shortMonthsParse, e)) ||
2744
+ -1 !== (i = x.call(this._longMonthsParse, e))
2745
+ ? i
2746
+ : null
2747
+ : -1 !== (i = x.call(this._longMonthsParse, e)) ||
2748
+ -1 !== (i = x.call(this._shortMonthsParse, e))
2749
+ ? i
2750
+ : null;
2751
+ }.call(this, e, t, n);
2752
+ for (
2753
+ this._monthsParse ||
2754
+ ((this._monthsParse = []),
2755
+ (this._longMonthsParse = []),
2756
+ (this._shortMonthsParse = [])),
2757
+ s = 0;
2758
+ s < 12;
2759
+ s++
2760
+ ) {
2761
+ if (
2762
+ ((i = l([2e3, s])),
2763
+ n &&
2764
+ !this._longMonthsParse[s] &&
2765
+ ((this._longMonthsParse[s] = new RegExp(
2766
+ "^" + this.months(i, "").replace(".", "") + "$",
2767
+ "i"
2768
+ )),
2769
+ (this._shortMonthsParse[s] = new RegExp(
2770
+ "^" + this.monthsShort(i, "").replace(".", "") + "$",
2771
+ "i"
2772
+ ))),
2773
+ n ||
2774
+ this._monthsParse[s] ||
2775
+ ((i = "^" + this.months(i, "") + "|^" + this.monthsShort(i, "")),
2776
+ (this._monthsParse[s] = new RegExp(i.replace(".", ""), "i"))),
2777
+ n && "MMMM" === t && this._longMonthsParse[s].test(e))
2778
+ )
2779
+ return s;
2780
+ if (n && "MMM" === t && this._shortMonthsParse[s].test(e)) return s;
2781
+ if (!n && this._monthsParse[s].test(e)) return s;
2782
+ }
2783
+ }),
2784
+ (g.monthsRegex = function (e) {
2785
+ return this._monthsParseExact
2786
+ ? (c(this, "_monthsRegex") || je.call(this),
2787
+ e ? this._monthsStrictRegex : this._monthsRegex)
2788
+ : (c(this, "_monthsRegex") || (this._monthsRegex = Ee),
2789
+ this._monthsStrictRegex && e
2790
+ ? this._monthsStrictRegex
2791
+ : this._monthsRegex);
2792
+ }),
2793
+ (g.monthsShortRegex = function (e) {
2794
+ return this._monthsParseExact
2795
+ ? (c(this, "_monthsRegex") || je.call(this),
2796
+ e ? this._monthsShortStrictRegex : this._monthsShortRegex)
2797
+ : (c(this, "_monthsShortRegex") || (this._monthsShortRegex = Ge),
2798
+ this._monthsShortStrictRegex && e
2799
+ ? this._monthsShortStrictRegex
2800
+ : this._monthsShortRegex);
2801
+ }),
2802
+ (g.week = function (e) {
2803
+ return Be(e, this._week.dow, this._week.doy).week;
2804
+ }),
2805
+ (g.firstDayOfYear = function () {
2806
+ return this._week.doy;
2807
+ }),
2808
+ (g.firstDayOfWeek = function () {
2809
+ return this._week.dow;
2810
+ }),
2811
+ (g.weekdays = function (e, t) {
2812
+ return (
2813
+ (t = a(this._weekdays)
2814
+ ? this._weekdays
2815
+ : this._weekdays[
2816
+ e && !0 !== e && this._weekdays.isFormat.test(t)
2817
+ ? "format"
2818
+ : "standalone"
2819
+ ]),
2820
+ !0 === e ? Je(t, this._week.dow) : e ? t[e.day()] : t
2821
+ );
2822
+ }),
2823
+ (g.weekdaysMin = function (e) {
2824
+ return !0 === e
2825
+ ? Je(this._weekdaysMin, this._week.dow)
2826
+ : e
2827
+ ? this._weekdaysMin[e.day()]
2828
+ : this._weekdaysMin;
2829
+ }),
2830
+ (g.weekdaysShort = function (e) {
2831
+ return !0 === e
2832
+ ? Je(this._weekdaysShort, this._week.dow)
2833
+ : e
2834
+ ? this._weekdaysShort[e.day()]
2835
+ : this._weekdaysShort;
2836
+ }),
2837
+ (g.weekdaysParse = function (e, t, n) {
2838
+ var s, i;
2839
+ if (this._weekdaysParseExact)
2840
+ return function (e, t, n) {
2841
+ var s,
2842
+ i,
2843
+ r,
2844
+ e = e.toLocaleLowerCase();
2845
+ if (!this._weekdaysParse)
2846
+ for (
2847
+ this._weekdaysParse = [],
2848
+ this._shortWeekdaysParse = [],
2849
+ this._minWeekdaysParse = [],
2850
+ s = 0;
2851
+ s < 7;
2852
+ ++s
2853
+ )
2854
+ (r = l([2e3, 1]).day(s)),
2855
+ (this._minWeekdaysParse[s] = this.weekdaysMin(
2856
+ r,
2857
+ ""
2858
+ ).toLocaleLowerCase()),
2859
+ (this._shortWeekdaysParse[s] = this.weekdaysShort(
2860
+ r,
2861
+ ""
2862
+ ).toLocaleLowerCase()),
2863
+ (this._weekdaysParse[s] = this.weekdays(
2864
+ r,
2865
+ ""
2866
+ ).toLocaleLowerCase());
2867
+ return n
2868
+ ? "dddd" === t
2869
+ ? -1 !== (i = x.call(this._weekdaysParse, e))
2870
+ ? i
2871
+ : null
2872
+ : "ddd" === t
2873
+ ? -1 !== (i = x.call(this._shortWeekdaysParse, e))
2874
+ ? i
2875
+ : null
2876
+ : -1 !== (i = x.call(this._minWeekdaysParse, e))
2877
+ ? i
2878
+ : null
2879
+ : "dddd" === t
2880
+ ? -1 !== (i = x.call(this._weekdaysParse, e)) ||
2881
+ -1 !== (i = x.call(this._shortWeekdaysParse, e)) ||
2882
+ -1 !== (i = x.call(this._minWeekdaysParse, e))
2883
+ ? i
2884
+ : null
2885
+ : "ddd" === t
2886
+ ? -1 !== (i = x.call(this._shortWeekdaysParse, e)) ||
2887
+ -1 !== (i = x.call(this._weekdaysParse, e)) ||
2888
+ -1 !== (i = x.call(this._minWeekdaysParse, e))
2889
+ ? i
2890
+ : null
2891
+ : -1 !== (i = x.call(this._minWeekdaysParse, e)) ||
2892
+ -1 !== (i = x.call(this._weekdaysParse, e)) ||
2893
+ -1 !== (i = x.call(this._shortWeekdaysParse, e))
2894
+ ? i
2895
+ : null;
2896
+ }.call(this, e, t, n);
2897
+ for (
2898
+ this._weekdaysParse ||
2899
+ ((this._weekdaysParse = []),
2900
+ (this._minWeekdaysParse = []),
2901
+ (this._shortWeekdaysParse = []),
2902
+ (this._fullWeekdaysParse = [])),
2903
+ s = 0;
2904
+ s < 7;
2905
+ s++
2906
+ ) {
2907
+ if (
2908
+ ((i = l([2e3, 1]).day(s)),
2909
+ n &&
2910
+ !this._fullWeekdaysParse[s] &&
2911
+ ((this._fullWeekdaysParse[s] = new RegExp(
2912
+ "^" + this.weekdays(i, "").replace(".", "\\.?") + "$",
2913
+ "i"
2914
+ )),
2915
+ (this._shortWeekdaysParse[s] = new RegExp(
2916
+ "^" + this.weekdaysShort(i, "").replace(".", "\\.?") + "$",
2917
+ "i"
2918
+ )),
2919
+ (this._minWeekdaysParse[s] = new RegExp(
2920
+ "^" + this.weekdaysMin(i, "").replace(".", "\\.?") + "$",
2921
+ "i"
2922
+ ))),
2923
+ this._weekdaysParse[s] ||
2924
+ ((i =
2925
+ "^" +
2926
+ this.weekdays(i, "") +
2927
+ "|^" +
2928
+ this.weekdaysShort(i, "") +
2929
+ "|^" +
2930
+ this.weekdaysMin(i, "")),
2931
+ (this._weekdaysParse[s] = new RegExp(i.replace(".", ""), "i"))),
2932
+ n && "dddd" === t && this._fullWeekdaysParse[s].test(e))
2933
+ )
2934
+ return s;
2935
+ if (n && "ddd" === t && this._shortWeekdaysParse[s].test(e)) return s;
2936
+ if (n && "dd" === t && this._minWeekdaysParse[s].test(e)) return s;
2937
+ if (!n && this._weekdaysParse[s].test(e)) return s;
2938
+ }
2939
+ }),
2940
+ (g.weekdaysRegex = function (e) {
2941
+ return this._weekdaysParseExact
2942
+ ? (c(this, "_weekdaysRegex") || st.call(this),
2943
+ e ? this._weekdaysStrictRegex : this._weekdaysRegex)
2944
+ : (c(this, "_weekdaysRegex") || (this._weekdaysRegex = et),
2945
+ this._weekdaysStrictRegex && e
2946
+ ? this._weekdaysStrictRegex
2947
+ : this._weekdaysRegex);
2948
+ }),
2949
+ (g.weekdaysShortRegex = function (e) {
2950
+ return this._weekdaysParseExact
2951
+ ? (c(this, "_weekdaysRegex") || st.call(this),
2952
+ e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex)
2953
+ : (c(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = tt),
2954
+ this._weekdaysShortStrictRegex && e
2955
+ ? this._weekdaysShortStrictRegex
2956
+ : this._weekdaysShortRegex);
2957
+ }),
2958
+ (g.weekdaysMinRegex = function (e) {
2959
+ return this._weekdaysParseExact
2960
+ ? (c(this, "_weekdaysRegex") || st.call(this),
2961
+ e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex)
2962
+ : (c(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = nt),
2963
+ this._weekdaysMinStrictRegex && e
2964
+ ? this._weekdaysMinStrictRegex
2965
+ : this._weekdaysMinRegex);
2966
+ }),
2967
+ (g.isPM = function (e) {
2968
+ return "p" === (e + "").toLowerCase().charAt(0);
2969
+ }),
2970
+ (g.meridiem = function (e, t, n) {
2971
+ return 11 < e ? (n ? "pm" : "PM") : n ? "am" : "AM";
2972
+ }),
2973
+ ft("en", {
2974
+ eras: [
2975
+ {
2976
+ since: "0001-01-01",
2977
+ until: 1 / 0,
2978
+ offset: 1,
2979
+ name: "Anno Domini",
2980
+ narrow: "AD",
2981
+ abbr: "AD",
2982
+ },
2983
+ {
2984
+ since: "0000-12-31",
2985
+ until: -1 / 0,
2986
+ offset: 1,
2987
+ name: "Before Christ",
2988
+ narrow: "BC",
2989
+ abbr: "BC",
2990
+ },
2991
+ ],
2992
+ dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
2993
+ ordinal: function (e) {
2994
+ var t = e % 10;
2995
+ return (
2996
+ e +
2997
+ (1 === M((e % 100) / 10)
2998
+ ? "th"
2999
+ : 1 == t
3000
+ ? "st"
3001
+ : 2 == t
3002
+ ? "nd"
3003
+ : 3 == t
3004
+ ? "rd"
3005
+ : "th")
3006
+ );
3007
+ },
3008
+ }),
3009
+ (f.lang = e("moment.lang is deprecated. Use moment.locale instead.", ft)),
3010
+ (f.langData = e(
3011
+ "moment.langData is deprecated. Use moment.localeData instead.",
3012
+ P
3013
+ ));
3014
+ var _n = Math.abs;
3015
+ function yn(e, t, n, s) {
3016
+ t = C(t, n);
3017
+ return (
3018
+ (e._milliseconds += s * t._milliseconds),
3019
+ (e._days += s * t._days),
3020
+ (e._months += s * t._months),
3021
+ e._bubble()
3022
+ );
3023
+ }
3024
+ function gn(e) {
3025
+ return e < 0 ? Math.floor(e) : Math.ceil(e);
3026
+ }
3027
+ function wn(e) {
3028
+ return (4800 * e) / 146097;
3029
+ }
3030
+ function pn(e) {
3031
+ return (146097 * e) / 4800;
3032
+ }
3033
+ function kn(e) {
3034
+ return function () {
3035
+ return this.as(e);
3036
+ };
3037
+ }
3038
+ (de = kn("ms")),
3039
+ (t = kn("s")),
3040
+ (ye = kn("m")),
3041
+ (he = kn("h")),
3042
+ (Fe = kn("d")),
3043
+ (_e = kn("w")),
3044
+ (me = kn("M")),
3045
+ (Qe = kn("Q")),
3046
+ (i = kn("y")),
3047
+ (ce = de);
3048
+ function Mn(e) {
3049
+ return function () {
3050
+ return this.isValid() ? this._data[e] : NaN;
3051
+ };
3052
+ }
3053
+ var we = Mn("milliseconds"),
3054
+ fe = Mn("seconds"),
3055
+ ge = Mn("minutes"),
3056
+ Pe = Mn("hours"),
3057
+ g = Mn("days"),
3058
+ vn = Mn("months"),
3059
+ Dn = Mn("years");
3060
+ var Yn = Math.round,
3061
+ Sn = { ss: 44, s: 45, m: 45, h: 22, d: 26, w: null, M: 11 };
3062
+ function On(e, t, n, s) {
3063
+ var i = C(e).abs(),
3064
+ r = Yn(i.as("s")),
3065
+ a = Yn(i.as("m")),
3066
+ o = Yn(i.as("h")),
3067
+ u = Yn(i.as("d")),
3068
+ l = Yn(i.as("M")),
3069
+ d = Yn(i.as("w")),
3070
+ i = Yn(i.as("y")),
3071
+ r =
3072
+ (r <= n.ss ? ["s", r] : r < n.s && ["ss", r]) ||
3073
+ (a <= 1 && ["m"]) ||
3074
+ (a < n.m && ["mm", a]) ||
3075
+ (o <= 1 && ["h"]) ||
3076
+ (o < n.h && ["hh", o]) ||
3077
+ (u <= 1 && ["d"]) ||
3078
+ (u < n.d && ["dd", u]);
3079
+ return (
3080
+ ((r = (r =
3081
+ null != n.w ? r || (d <= 1 && ["w"]) || (d < n.w && ["ww", d]) : r) ||
3082
+ (l <= 1 && ["M"]) ||
3083
+ (l < n.M && ["MM", l]) ||
3084
+ (i <= 1 && ["y"]) || ["yy", i])[2] = t),
3085
+ (r[3] = 0 < +e),
3086
+ (r[4] = s),
3087
+ function (e, t, n, s, i) {
3088
+ return i.relativeTime(t || 1, !!n, e, s);
3089
+ }.apply(null, r)
3090
+ );
3091
+ }
3092
+ var bn = Math.abs;
3093
+ function Tn(e) {
3094
+ return (0 < e) - (e < 0) || +e;
3095
+ }
3096
+ function xn() {
3097
+ if (!this.isValid()) return this.localeData().invalidDate();
3098
+ var e,
3099
+ t,
3100
+ n,
3101
+ s,
3102
+ i,
3103
+ r,
3104
+ a,
3105
+ o = bn(this._milliseconds) / 1e3,
3106
+ u = bn(this._days),
3107
+ l = bn(this._months),
3108
+ d = this.asSeconds();
3109
+ return d
3110
+ ? ((e = k(o / 60)),
3111
+ (t = k(e / 60)),
3112
+ (o %= 60),
3113
+ (e %= 60),
3114
+ (n = k(l / 12)),
3115
+ (l %= 12),
3116
+ (s = o ? o.toFixed(3).replace(/\.?0+$/, "") : ""),
3117
+ (i = Tn(this._months) !== Tn(d) ? "-" : ""),
3118
+ (r = Tn(this._days) !== Tn(d) ? "-" : ""),
3119
+ (a = Tn(this._milliseconds) !== Tn(d) ? "-" : ""),
3120
+ (d < 0 ? "-" : "") +
3121
+ "P" +
3122
+ (n ? i + n + "Y" : "") +
3123
+ (l ? i + l + "M" : "") +
3124
+ (u ? r + u + "D" : "") +
3125
+ (t || e || o ? "T" : "") +
3126
+ (t ? a + t + "H" : "") +
3127
+ (e ? a + e + "M" : "") +
3128
+ (o ? a + s + "S" : ""))
3129
+ : "P0D";
3130
+ }
3131
+ var U = Ct.prototype;
3132
+ return (
3133
+ (U.isValid = function () {
3134
+ return this._isValid;
3135
+ }),
3136
+ (U.abs = function () {
3137
+ var e = this._data;
3138
+ return (
3139
+ (this._milliseconds = _n(this._milliseconds)),
3140
+ (this._days = _n(this._days)),
3141
+ (this._months = _n(this._months)),
3142
+ (e.milliseconds = _n(e.milliseconds)),
3143
+ (e.seconds = _n(e.seconds)),
3144
+ (e.minutes = _n(e.minutes)),
3145
+ (e.hours = _n(e.hours)),
3146
+ (e.months = _n(e.months)),
3147
+ (e.years = _n(e.years)),
3148
+ this
3149
+ );
3150
+ }),
3151
+ (U.add = function (e, t) {
3152
+ return yn(this, e, t, 1);
3153
+ }),
3154
+ (U.subtract = function (e, t) {
3155
+ return yn(this, e, t, -1);
3156
+ }),
3157
+ (U.as = function (e) {
3158
+ if (!this.isValid()) return NaN;
3159
+ var t,
3160
+ n,
3161
+ s = this._milliseconds;
3162
+ if ("month" === (e = _(e)) || "quarter" === e || "year" === e)
3163
+ switch (((t = this._days + s / 864e5), (n = this._months + wn(t)), e)) {
3164
+ case "month":
3165
+ return n;
3166
+ case "quarter":
3167
+ return n / 3;
3168
+ case "year":
3169
+ return n / 12;
3170
+ }
3171
+ else
3172
+ switch (((t = this._days + Math.round(pn(this._months))), e)) {
3173
+ case "week":
3174
+ return t / 7 + s / 6048e5;
3175
+ case "day":
3176
+ return t + s / 864e5;
3177
+ case "hour":
3178
+ return 24 * t + s / 36e5;
3179
+ case "minute":
3180
+ return 1440 * t + s / 6e4;
3181
+ case "second":
3182
+ return 86400 * t + s / 1e3;
3183
+ case "millisecond":
3184
+ return Math.floor(864e5 * t) + s;
3185
+ default:
3186
+ throw new Error("Unknown unit " + e);
3187
+ }
3188
+ }),
3189
+ (U.asMilliseconds = de),
3190
+ (U.asSeconds = t),
3191
+ (U.asMinutes = ye),
3192
+ (U.asHours = he),
3193
+ (U.asDays = Fe),
3194
+ (U.asWeeks = _e),
3195
+ (U.asMonths = me),
3196
+ (U.asQuarters = Qe),
3197
+ (U.asYears = i),
3198
+ (U.valueOf = ce),
3199
+ (U._bubble = function () {
3200
+ var e = this._milliseconds,
3201
+ t = this._days,
3202
+ n = this._months,
3203
+ s = this._data;
3204
+ return (
3205
+ (0 <= e && 0 <= t && 0 <= n) ||
3206
+ (e <= 0 && t <= 0 && n <= 0) ||
3207
+ ((e += 864e5 * gn(pn(n) + t)), (n = t = 0)),
3208
+ (s.milliseconds = e % 1e3),
3209
+ (e = k(e / 1e3)),
3210
+ (s.seconds = e % 60),
3211
+ (e = k(e / 60)),
3212
+ (s.minutes = e % 60),
3213
+ (e = k(e / 60)),
3214
+ (s.hours = e % 24),
3215
+ (t += k(e / 24)),
3216
+ (n += e = k(wn(t))),
3217
+ (t -= gn(pn(e))),
3218
+ (e = k(n / 12)),
3219
+ (n %= 12),
3220
+ (s.days = t),
3221
+ (s.months = n),
3222
+ (s.years = e),
3223
+ this
3224
+ );
3225
+ }),
3226
+ (U.clone = function () {
3227
+ return C(this);
3228
+ }),
3229
+ (U.get = function (e) {
3230
+ return (e = _(e)), this.isValid() ? this[e + "s"]() : NaN;
3231
+ }),
3232
+ (U.milliseconds = we),
3233
+ (U.seconds = fe),
3234
+ (U.minutes = ge),
3235
+ (U.hours = Pe),
3236
+ (U.days = g),
3237
+ (U.weeks = function () {
3238
+ return k(this.days() / 7);
3239
+ }),
3240
+ (U.months = vn),
3241
+ (U.years = Dn),
3242
+ (U.humanize = function (e, t) {
3243
+ if (!this.isValid()) return this.localeData().invalidDate();
3244
+ var n = !1,
3245
+ s = Sn;
3246
+ return (
3247
+ "object" == typeof e && ((t = e), (e = !1)),
3248
+ "boolean" == typeof e && (n = e),
3249
+ "object" == typeof t &&
3250
+ ((s = Object.assign({}, Sn, t)),
3251
+ null != t.s && null == t.ss && (s.ss = t.s - 1)),
3252
+ (e = this.localeData()),
3253
+ (t = On(this, !n, s, e)),
3254
+ n && (t = e.pastFuture(+this, t)),
3255
+ e.postformat(t)
3256
+ );
3257
+ }),
3258
+ (U.toISOString = xn),
3259
+ (U.toString = xn),
3260
+ (U.toJSON = xn),
3261
+ (U.locale = Xt),
3262
+ (U.localeData = Kt),
3263
+ (U.toIsoString = e(
3264
+ "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
3265
+ xn
3266
+ )),
3267
+ (U.lang = Ke),
3268
+ s("X", 0, 0, "unix"),
3269
+ s("x", 0, 0, "valueOf"),
3270
+ w("x", ke),
3271
+ w("X", /[+-]?\d+(\.\d{1,3})?/),
3272
+ v("X", function (e, t, n) {
3273
+ n._d = new Date(1e3 * parseFloat(e));
3274
+ }),
3275
+ v("x", function (e, t, n) {
3276
+ n._d = new Date(M(e));
3277
+ }),
3278
+ (f.version = "2.30.1"),
3279
+ (H = R),
3280
+ (f.fn = y),
3281
+ (f.min = function () {
3282
+ return Pt("isBefore", [].slice.call(arguments, 0));
3283
+ }),
3284
+ (f.max = function () {
3285
+ return Pt("isAfter", [].slice.call(arguments, 0));
3286
+ }),
3287
+ (f.now = function () {
3288
+ return Date.now ? Date.now() : +new Date();
3289
+ }),
3290
+ (f.utc = l),
3291
+ (f.unix = function (e) {
3292
+ return R(1e3 * e);
3293
+ }),
3294
+ (f.months = function (e, t) {
3295
+ return fn(e, t, "months");
3296
+ }),
3297
+ (f.isDate = V),
3298
+ (f.locale = ft),
3299
+ (f.invalid = I),
3300
+ (f.duration = C),
3301
+ (f.isMoment = d),
3302
+ (f.weekdays = function (e, t, n) {
3303
+ return mn(e, t, n, "weekdays");
3304
+ }),
3305
+ (f.parseZone = function () {
3306
+ return R.apply(null, arguments).parseZone();
3307
+ }),
3308
+ (f.localeData = P),
3309
+ (f.isDuration = Ut),
3310
+ (f.monthsShort = function (e, t) {
3311
+ return fn(e, t, "monthsShort");
3312
+ }),
3313
+ (f.weekdaysMin = function (e, t, n) {
3314
+ return mn(e, t, n, "weekdaysMin");
3315
+ }),
3316
+ (f.defineLocale = mt),
3317
+ (f.updateLocale = function (e, t) {
3318
+ var n, s;
3319
+ return (
3320
+ null != t
3321
+ ? ((s = ut),
3322
+ null != W[e] && null != W[e].parentLocale
3323
+ ? W[e].set(X(W[e]._config, t))
3324
+ : ((t = X((s = null != (n = ct(e)) ? n._config : s), t)),
3325
+ null == n && (t.abbr = e),
3326
+ ((s = new K(t)).parentLocale = W[e]),
3327
+ (W[e] = s)),
3328
+ ft(e))
3329
+ : null != W[e] &&
3330
+ (null != W[e].parentLocale
3331
+ ? ((W[e] = W[e].parentLocale), e === ft() && ft(e))
3332
+ : null != W[e] && delete W[e]),
3333
+ W[e]
3334
+ );
3335
+ }),
3336
+ (f.locales = function () {
3337
+ return ee(W);
3338
+ }),
3339
+ (f.weekdaysShort = function (e, t, n) {
3340
+ return mn(e, t, n, "weekdaysShort");
3341
+ }),
3342
+ (f.normalizeUnits = _),
3343
+ (f.relativeTimeRounding = function (e) {
3344
+ return void 0 === e ? Yn : "function" == typeof e && ((Yn = e), !0);
3345
+ }),
3346
+ (f.relativeTimeThreshold = function (e, t) {
3347
+ return (
3348
+ void 0 !== Sn[e] &&
3349
+ (void 0 === t ? Sn[e] : ((Sn[e] = t), "s" === e && (Sn.ss = t - 1), !0))
3350
+ );
3351
+ }),
3352
+ (f.calendarFormat = function (e, t) {
3353
+ return (e = e.diff(t, "days", !0)) < -6
3354
+ ? "sameElse"
3355
+ : e < -1
3356
+ ? "lastWeek"
3357
+ : e < 0
3358
+ ? "lastDay"
3359
+ : e < 1
3360
+ ? "sameDay"
3361
+ : e < 2
3362
+ ? "nextDay"
3363
+ : e < 7
3364
+ ? "nextWeek"
3365
+ : "sameElse";
3366
+ }),
3367
+ (f.prototype = y),
3368
+ (f.HTML5_FMT = {
3369
+ DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
3370
+ DATETIME_LOCAL_SECONDS: "YYYY-MM-DDTHH:mm:ss",
3371
+ DATETIME_LOCAL_MS: "YYYY-MM-DDTHH:mm:ss.SSS",
3372
+ DATE: "YYYY-MM-DD",
3373
+ TIME: "HH:mm",
3374
+ TIME_SECONDS: "HH:mm:ss",
3375
+ TIME_MS: "HH:mm:ss.SSS",
3376
+ WEEK: "GGGG-[W]WW",
3377
+ MONTH: "YYYY-MM",
3378
+ }),
3379
+ f
3380
+ );
3381
+ });