@glodon-aiot/agent-cli-ui 3.3.3 → 3.3.4-beta.2

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.
Files changed (58) hide show
  1. package/dist/es/AgentClientUI.mjs +121 -109
  2. package/dist/es/Dialog/AgentChat/HistoryItem/index.mjs +156 -142
  3. package/dist/es/Dialog/AgentChat/PromptSetting/index.mjs +83 -98
  4. package/dist/es/Dialog/AgentChat/index.mjs +331 -314
  5. package/dist/es/Dialog/SessionList/index.mjs +35 -34
  6. package/dist/es/Dialog/index.mjs +101 -94
  7. package/dist/es/ReactTextGenerationUI/components/TextSiders/index.mjs +394 -0
  8. package/dist/es/ReactTextGenerationUI/components/fetchEventSource/fetch.mjs +112 -0
  9. package/dist/es/ReactTextGenerationUI/components/fetchEventSource/parse.mjs +97 -0
  10. package/dist/es/ReactTextGenerationUI/index.mjs +81 -0
  11. package/dist/es/components/FilePreview/index.mjs +26 -25
  12. package/dist/es/index.mjs +402 -217
  13. package/dist/es/node_modules/moment/dist/moment.mjs +2301 -0
  14. package/dist/es/packages/agent-cli-ui/package.json.mjs +162 -0
  15. package/dist/es/packages/react-components/dist/es/components/Markdown/ATag/index.mjs +27 -25
  16. package/dist/es/packages/react-components/dist/es/components/Markdown/Image/index.mjs +29 -27
  17. package/dist/es/packages/react-components/dist/es/components/Markdown/index.mjs +58 -48
  18. package/dist/es/packages/react-components/dist/es/index.mjs +1 -1
  19. package/dist/es/src/style.css +1 -1
  20. package/dist/es/src/style10.css +1 -1
  21. package/dist/es/src/style11.css +1 -1
  22. package/dist/es/src/style12.css +1 -1
  23. package/dist/es/src/style13.css +1 -1
  24. package/dist/es/src/style14.css +1 -1
  25. package/dist/es/src/style15.css +1 -1
  26. package/dist/es/src/style16.css +1 -1
  27. package/dist/es/src/style17.css +1 -1
  28. package/dist/es/src/style18.css +1 -1
  29. package/dist/es/src/style19.css +1 -1
  30. package/dist/es/src/style2.css +1 -1
  31. package/dist/es/src/style20.css +1 -1
  32. package/dist/es/src/style21.css +1 -1
  33. package/dist/es/src/style22.css +1 -1
  34. package/dist/es/src/style23.css +1 -1
  35. package/dist/es/src/style24.css +1 -1
  36. package/dist/es/src/style25.css +1 -1
  37. package/dist/es/src/style26.css +1 -1
  38. package/dist/es/src/style27.css +1 -1
  39. package/dist/es/src/style28.css +1 -1
  40. package/dist/es/src/style29.css +1 -1
  41. package/dist/es/src/style3.css +1 -1
  42. package/dist/es/src/style30.css +1 -0
  43. package/dist/es/src/style31.css +1 -0
  44. package/dist/es/src/style4.css +1 -1
  45. package/dist/es/src/style5.css +1 -1
  46. package/dist/es/src/style6.css +1 -1
  47. package/dist/es/src/style7.css +1 -1
  48. package/dist/es/src/style8.css +1 -1
  49. package/dist/es/src/style9.css +1 -1
  50. package/dist/lib/index.css +1 -1
  51. package/dist/lib/index.js +69 -58
  52. package/dist/src/AgentClientUI.d.ts +10 -2
  53. package/dist/src/Dialog/AgentChat/HistoryItem/index.d.ts +2 -0
  54. package/dist/src/Dialog/SessionList/index.d.ts +1 -0
  55. package/dist/src/Dialog/index.d.ts +9 -1
  56. package/dist/src/index.d.ts +11 -2
  57. package/dist/src/types.d.ts +8 -3
  58. package/package.json +3 -3
@@ -0,0 +1,2301 @@
1
+ //! moment.js
2
+ //! version : 2.30.1
3
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
4
+ //! license : MIT
5
+ //! momentjs.com
6
+ var Nt;
7
+ function l() {
8
+ return Nt.apply(null, arguments);
9
+ }
10
+ function Ss(e) {
11
+ Nt = e;
12
+ }
13
+ function R(e) {
14
+ return e instanceof Array || Object.prototype.toString.call(e) === "[object Array]";
15
+ }
16
+ function se(e) {
17
+ return e != null && Object.prototype.toString.call(e) === "[object Object]";
18
+ }
19
+ function w(e, t) {
20
+ return Object.prototype.hasOwnProperty.call(e, t);
21
+ }
22
+ function st(e) {
23
+ if (Object.getOwnPropertyNames)
24
+ return Object.getOwnPropertyNames(e).length === 0;
25
+ var t;
26
+ for (t in e)
27
+ if (w(e, t))
28
+ return !1;
29
+ return !0;
30
+ }
31
+ function T(e) {
32
+ return e === void 0;
33
+ }
34
+ function $(e) {
35
+ return typeof e == "number" || Object.prototype.toString.call(e) === "[object Number]";
36
+ }
37
+ function ge(e) {
38
+ return e instanceof Date || Object.prototype.toString.call(e) === "[object Date]";
39
+ }
40
+ function Wt(e, t) {
41
+ var s = [], r, a = e.length;
42
+ for (r = 0; r < a; ++r)
43
+ s.push(t(e[r], r));
44
+ return s;
45
+ }
46
+ function Q(e, t) {
47
+ for (var s in t)
48
+ w(t, s) && (e[s] = t[s]);
49
+ return w(t, "toString") && (e.toString = t.toString), w(t, "valueOf") && (e.valueOf = t.valueOf), e;
50
+ }
51
+ function I(e, t, s, r) {
52
+ return es(e, t, s, r, !0).utc();
53
+ }
54
+ function Ds() {
55
+ return {
56
+ empty: !1,
57
+ unusedTokens: [],
58
+ unusedInput: [],
59
+ overflow: -2,
60
+ charsLeftOver: 0,
61
+ nullInput: !1,
62
+ invalidEra: null,
63
+ invalidMonth: null,
64
+ invalidFormat: !1,
65
+ userInvalidated: !1,
66
+ iso: !1,
67
+ parsedDateParts: [],
68
+ era: null,
69
+ meridiem: null,
70
+ rfc2822: !1,
71
+ weekdayMismatch: !1
72
+ };
73
+ }
74
+ function c(e) {
75
+ return e._pf == null && (e._pf = Ds()), e._pf;
76
+ }
77
+ var Be;
78
+ Array.prototype.some ? Be = Array.prototype.some : Be = function(e) {
79
+ var t = Object(this), s = t.length >>> 0, r;
80
+ for (r = 0; r < s; r++)
81
+ if (r in t && e.call(this, t[r], r, t))
82
+ return !0;
83
+ return !1;
84
+ };
85
+ function rt(e) {
86
+ var t = null, s = !1, r = e._d && !isNaN(e._d.getTime());
87
+ if (r && (t = c(e), s = Be.call(t.parsedDateParts, function(a) {
88
+ return a != null;
89
+ }), r = t.overflow < 0 && !t.empty && !t.invalidEra && !t.invalidMonth && !t.invalidWeekday && !t.weekdayMismatch && !t.nullInput && !t.invalidFormat && !t.userInvalidated && (!t.meridiem || t.meridiem && s), e._strict && (r = r && t.charsLeftOver === 0 && t.unusedTokens.length === 0 && t.bigHour === void 0)), Object.isFrozen == null || !Object.isFrozen(e))
90
+ e._isValid = r;
91
+ else
92
+ return r;
93
+ return e._isValid;
94
+ }
95
+ function Fe(e) {
96
+ var t = I(NaN);
97
+ return e != null ? Q(c(t), e) : c(t).userInvalidated = !0, t;
98
+ }
99
+ var Yt = l.momentProperties = [], ze = !1;
100
+ function at(e, t) {
101
+ var s, r, a, n = Yt.length;
102
+ if (T(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject), T(t._i) || (e._i = t._i), T(t._f) || (e._f = t._f), T(t._l) || (e._l = t._l), T(t._strict) || (e._strict = t._strict), T(t._tzm) || (e._tzm = t._tzm), T(t._isUTC) || (e._isUTC = t._isUTC), T(t._offset) || (e._offset = t._offset), T(t._pf) || (e._pf = c(t)), T(t._locale) || (e._locale = t._locale), n > 0)
103
+ for (s = 0; s < n; s++)
104
+ r = Yt[s], a = t[r], T(a) || (e[r] = a);
105
+ return e;
106
+ }
107
+ function Se(e) {
108
+ at(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), ze === !1 && (ze = !0, l.updateOffset(this), ze = !1);
109
+ }
110
+ function F(e) {
111
+ return e instanceof Se || e != null && e._isAMomentObject != null;
112
+ }
113
+ function Pt(e) {
114
+ l.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
115
+ }
116
+ function N(e, t) {
117
+ var s = !0;
118
+ return Q(function() {
119
+ if (l.deprecationHandler != null && l.deprecationHandler(null, e), s) {
120
+ var r = [], a, n, i, u = arguments.length;
121
+ for (n = 0; n < u; n++) {
122
+ if (a = "", typeof arguments[n] == "object") {
123
+ a += `
124
+ [` + n + "] ";
125
+ for (i in arguments[0])
126
+ w(arguments[0], i) && (a += i + ": " + arguments[0][i] + ", ");
127
+ a = a.slice(0, -2);
128
+ } else
129
+ a = arguments[n];
130
+ r.push(a);
131
+ }
132
+ Pt(e + `
133
+ Arguments: ` + Array.prototype.slice.call(r).join("") + `
134
+ ` + new Error().stack), s = !1;
135
+ }
136
+ return t.apply(this, arguments);
137
+ }, t);
138
+ }
139
+ var pt = {};
140
+ function Rt(e, t) {
141
+ l.deprecationHandler != null && l.deprecationHandler(e, t), pt[e] || (Pt(t), pt[e] = !0);
142
+ }
143
+ l.suppressDeprecationWarnings = !1;
144
+ l.deprecationHandler = null;
145
+ function H(e) {
146
+ return typeof Function != "undefined" && e instanceof Function || Object.prototype.toString.call(e) === "[object Function]";
147
+ }
148
+ function vs(e) {
149
+ var t, s;
150
+ for (s in e)
151
+ w(e, s) && (t = e[s], H(t) ? this[s] = t : this["_" + s] = t);
152
+ this._config = e, this._dayOfMonthOrdinalParseLenient = new RegExp((this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + "|" + /\d{1,2}/.source);
153
+ }
154
+ function Je(e, t) {
155
+ var s = Q({}, e), r;
156
+ for (r in t)
157
+ w(t, r) && (se(e[r]) && se(t[r]) ? (s[r] = {}, Q(s[r], e[r]), Q(s[r], t[r])) : t[r] != null ? s[r] = t[r] : delete s[r]);
158
+ for (r in e)
159
+ w(e, r) && !w(t, r) && se(e[r]) && (s[r] = Q({}, s[r]));
160
+ return s;
161
+ }
162
+ function nt(e) {
163
+ e != null && this.set(e);
164
+ }
165
+ var Qe;
166
+ Object.keys ? Qe = Object.keys : Qe = function(e) {
167
+ var t, s = [];
168
+ for (t in e)
169
+ w(e, t) && s.push(t);
170
+ return s;
171
+ };
172
+ var Ys = {
173
+ sameDay: "[Today at] LT",
174
+ nextDay: "[Tomorrow at] LT",
175
+ nextWeek: "dddd [at] LT",
176
+ lastDay: "[Yesterday at] LT",
177
+ lastWeek: "[Last] dddd [at] LT",
178
+ sameElse: "L"
179
+ };
180
+ function ps(e, t, s) {
181
+ var r = this._calendar[e] || this._calendar.sameElse;
182
+ return H(r) ? r.call(t, s) : r;
183
+ }
184
+ function U(e, t, s) {
185
+ var r = "" + Math.abs(e), a = t - r.length, n = e >= 0;
186
+ return (n ? s ? "+" : "" : "-") + Math.pow(10, Math.max(0, a)).toString().substr(1) + r;
187
+ }
188
+ var it = /(\[[^\[]*\])|(\\)?([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, Ye = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, Ze = {}, oe = {};
189
+ function h(e, t, s, r) {
190
+ var a = r;
191
+ typeof r == "string" && (a = function() {
192
+ return this[r]();
193
+ }), e && (oe[e] = a), t && (oe[t[0]] = function() {
194
+ return U(a.apply(this, arguments), t[1], t[2]);
195
+ }), s && (oe[s] = function() {
196
+ return this.localeData().ordinal(a.apply(this, arguments), e);
197
+ });
198
+ }
199
+ function Os(e) {
200
+ return e.match(/\[[\s\S]/) ? e.replace(/^\[|\]$/g, "") : e.replace(/\\/g, "");
201
+ }
202
+ function Ts(e) {
203
+ var t = e.match(it), s, r;
204
+ for (s = 0, r = t.length; s < r; s++)
205
+ oe[t[s]] ? t[s] = oe[t[s]] : t[s] = Os(t[s]);
206
+ return function(a) {
207
+ var n = "", i;
208
+ for (i = 0; i < r; i++)
209
+ n += H(t[i]) ? t[i].call(a, e) : t[i];
210
+ return n;
211
+ };
212
+ }
213
+ function Oe(e, t) {
214
+ return e.isValid() ? (t = Ft(t, e.localeData()), Ze[t] = Ze[t] || Ts(t), Ze[t](e)) : e.localeData().invalidDate();
215
+ }
216
+ function Ft(e, t) {
217
+ var s = 5;
218
+ function r(a) {
219
+ return t.longDateFormat(a) || a;
220
+ }
221
+ for (Ye.lastIndex = 0; s >= 0 && Ye.test(e); )
222
+ e = e.replace(Ye, r), Ye.lastIndex = 0, s -= 1;
223
+ return e;
224
+ }
225
+ var bs = {
226
+ LTS: "h:mm:ss A",
227
+ LT: "h:mm A",
228
+ L: "MM/DD/YYYY",
229
+ LL: "MMMM D, YYYY",
230
+ LLL: "MMMM D, YYYY h:mm A",
231
+ LLLL: "dddd, MMMM D, YYYY h:mm A"
232
+ };
233
+ function xs(e) {
234
+ var t = this._longDateFormat[e], s = this._longDateFormat[e.toUpperCase()];
235
+ return t || !s ? t : (this._longDateFormat[e] = s.match(it).map(function(r) {
236
+ return r === "MMMM" || r === "MM" || r === "DD" || r === "dddd" ? r.slice(1) : r;
237
+ }).join(""), this._longDateFormat[e]);
238
+ }
239
+ var Ns = "Invalid date";
240
+ function Ws() {
241
+ return this._invalidDate;
242
+ }
243
+ var Ps = "%d", Rs = /\d{1,2}/;
244
+ function Fs(e) {
245
+ return this._ordinal.replace("%d", e);
246
+ }
247
+ var Cs = {
248
+ future: "in %s",
249
+ past: "%s ago",
250
+ s: "a few seconds",
251
+ ss: "%d seconds",
252
+ m: "a minute",
253
+ mm: "%d minutes",
254
+ h: "an hour",
255
+ hh: "%d hours",
256
+ d: "a day",
257
+ dd: "%d days",
258
+ w: "a week",
259
+ ww: "%d weeks",
260
+ M: "a month",
261
+ MM: "%d months",
262
+ y: "a year",
263
+ yy: "%d years"
264
+ };
265
+ function Ls(e, t, s, r) {
266
+ var a = this._relativeTime[s];
267
+ return H(a) ? a(e, t, s, r) : a.replace(/%d/i, e);
268
+ }
269
+ function Us(e, t) {
270
+ var s = this._relativeTime[e > 0 ? "future" : "past"];
271
+ return H(s) ? s(t) : s.replace(/%s/i, t);
272
+ }
273
+ var Ot = {
274
+ D: "date",
275
+ dates: "date",
276
+ date: "date",
277
+ d: "day",
278
+ days: "day",
279
+ day: "day",
280
+ e: "weekday",
281
+ weekdays: "weekday",
282
+ weekday: "weekday",
283
+ E: "isoWeekday",
284
+ isoweekdays: "isoWeekday",
285
+ isoweekday: "isoWeekday",
286
+ DDD: "dayOfYear",
287
+ dayofyears: "dayOfYear",
288
+ dayofyear: "dayOfYear",
289
+ h: "hour",
290
+ hours: "hour",
291
+ hour: "hour",
292
+ ms: "millisecond",
293
+ milliseconds: "millisecond",
294
+ millisecond: "millisecond",
295
+ m: "minute",
296
+ minutes: "minute",
297
+ minute: "minute",
298
+ M: "month",
299
+ months: "month",
300
+ month: "month",
301
+ Q: "quarter",
302
+ quarters: "quarter",
303
+ quarter: "quarter",
304
+ s: "second",
305
+ seconds: "second",
306
+ second: "second",
307
+ gg: "weekYear",
308
+ weekyears: "weekYear",
309
+ weekyear: "weekYear",
310
+ GG: "isoWeekYear",
311
+ isoweekyears: "isoWeekYear",
312
+ isoweekyear: "isoWeekYear",
313
+ w: "week",
314
+ weeks: "week",
315
+ week: "week",
316
+ W: "isoWeek",
317
+ isoweeks: "isoWeek",
318
+ isoweek: "isoWeek",
319
+ y: "year",
320
+ years: "year",
321
+ year: "year"
322
+ };
323
+ function W(e) {
324
+ return typeof e == "string" ? Ot[e] || Ot[e.toLowerCase()] : void 0;
325
+ }
326
+ function ot(e) {
327
+ var t = {}, s, r;
328
+ for (r in e)
329
+ w(e, r) && (s = W(r), s && (t[s] = e[r]));
330
+ return t;
331
+ }
332
+ var Is = {
333
+ date: 9,
334
+ day: 11,
335
+ weekday: 11,
336
+ isoWeekday: 11,
337
+ dayOfYear: 4,
338
+ hour: 13,
339
+ millisecond: 16,
340
+ minute: 14,
341
+ month: 8,
342
+ quarter: 7,
343
+ second: 15,
344
+ weekYear: 1,
345
+ isoWeekYear: 1,
346
+ week: 5,
347
+ isoWeek: 5,
348
+ year: 1
349
+ };
350
+ function Hs(e) {
351
+ var t = [], s;
352
+ for (s in e)
353
+ w(e, s) && t.push({
354
+ unit: s,
355
+ priority: Is[s]
356
+ });
357
+ return t.sort(function(r, a) {
358
+ return r.priority - a.priority;
359
+ }), t;
360
+ }
361
+ var Ct = /\d/, b = /\d\d/, Lt = /\d{3}/, lt = /\d{4}/, Ce = /[+-]?\d{6}/, S = /\d\d?/, Ut = /\d\d\d\d?/, It = /\d\d\d\d\d\d?/, Le = /\d{1,3}/, ut = /\d{1,4}/, Ue = /[+-]?\d{1,6}/, de = /\d+/, Ie = /[+-]?\d+/, Es = /Z|[+-]\d\d:?\d\d/gi, He = /Z|[+-]\d\d(?::?\d\d)?/gi, As = /[+-]?\d+(\.\d{1,3})?/, De = /[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, he = /^[1-9]\d?/, dt = /^([1-9]\d|\d)/, xe;
362
+ xe = {};
363
+ function d(e, t, s) {
364
+ xe[e] = H(t) ? t : function(r, a) {
365
+ return r && s ? s : t;
366
+ };
367
+ }
368
+ function Vs(e, t) {
369
+ return w(xe, e) ? xe[e](t._strict, t._locale) : new RegExp(Gs(e));
370
+ }
371
+ function Gs(e) {
372
+ return z(e.replace("\\", "").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function(t, s, r, a, n) {
373
+ return s || r || a || n;
374
+ }));
375
+ }
376
+ function z(e) {
377
+ return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
378
+ }
379
+ function x(e) {
380
+ return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
381
+ }
382
+ function m(e) {
383
+ var t = +e, s = 0;
384
+ return t !== 0 && isFinite(t) && (s = x(t)), s;
385
+ }
386
+ var Xe = {};
387
+ function M(e, t) {
388
+ var s, r = t, a;
389
+ for (typeof e == "string" && (e = [e]), $(t) && (r = function(n, i) {
390
+ i[t] = m(n);
391
+ }), a = e.length, s = 0; s < a; s++)
392
+ Xe[e[s]] = r;
393
+ }
394
+ function ve(e, t) {
395
+ M(e, function(s, r, a, n) {
396
+ a._w = a._w || {}, t(s, a._w, a, n);
397
+ });
398
+ }
399
+ function js(e, t, s) {
400
+ t != null && w(Xe, e) && Xe[e](t, s._a, s, e);
401
+ }
402
+ function Ee(e) {
403
+ return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
404
+ }
405
+ var p = 0, G = 1, L = 2, Y = 3, P = 4, j = 5, te = 6, zs = 7, Zs = 8;
406
+ h("Y", 0, 0, function() {
407
+ var e = this.year();
408
+ return e <= 9999 ? U(e, 4) : "+" + e;
409
+ });
410
+ h(0, ["YY", 2], 0, function() {
411
+ return this.year() % 100;
412
+ });
413
+ h(0, ["YYYY", 4], 0, "year");
414
+ h(0, ["YYYYY", 5], 0, "year");
415
+ h(0, ["YYYYYY", 6, !0], 0, "year");
416
+ d("Y", Ie);
417
+ d("YY", S, b);
418
+ d("YYYY", ut, lt);
419
+ d("YYYYY", Ue, Ce);
420
+ d("YYYYYY", Ue, Ce);
421
+ M(["YYYYY", "YYYYYY"], p);
422
+ M("YYYY", function(e, t) {
423
+ t[p] = e.length === 2 ? l.parseTwoDigitYear(e) : m(e);
424
+ });
425
+ M("YY", function(e, t) {
426
+ t[p] = l.parseTwoDigitYear(e);
427
+ });
428
+ M("Y", function(e, t) {
429
+ t[p] = parseInt(e, 10);
430
+ });
431
+ function _e(e) {
432
+ return Ee(e) ? 366 : 365;
433
+ }
434
+ l.parseTwoDigitYear = function(e) {
435
+ return m(e) + (m(e) > 68 ? 1900 : 2e3);
436
+ };
437
+ var Ht = fe("FullYear", !0);
438
+ function $s() {
439
+ return Ee(this.year());
440
+ }
441
+ function fe(e, t) {
442
+ return function(s) {
443
+ return s != null ? (Et(this, e, s), l.updateOffset(this, t), this) : ye(this, e);
444
+ };
445
+ }
446
+ function ye(e, t) {
447
+ if (!e.isValid())
448
+ return NaN;
449
+ var s = e._d, r = e._isUTC;
450
+ switch (t) {
451
+ case "Milliseconds":
452
+ return r ? s.getUTCMilliseconds() : s.getMilliseconds();
453
+ case "Seconds":
454
+ return r ? s.getUTCSeconds() : s.getSeconds();
455
+ case "Minutes":
456
+ return r ? s.getUTCMinutes() : s.getMinutes();
457
+ case "Hours":
458
+ return r ? s.getUTCHours() : s.getHours();
459
+ case "Date":
460
+ return r ? s.getUTCDate() : s.getDate();
461
+ case "Day":
462
+ return r ? s.getUTCDay() : s.getDay();
463
+ case "Month":
464
+ return r ? s.getUTCMonth() : s.getMonth();
465
+ case "FullYear":
466
+ return r ? s.getUTCFullYear() : s.getFullYear();
467
+ default:
468
+ return NaN;
469
+ }
470
+ }
471
+ function Et(e, t, s) {
472
+ var r, a, n, i, u;
473
+ if (!(!e.isValid() || isNaN(s))) {
474
+ switch (r = e._d, a = e._isUTC, t) {
475
+ case "Milliseconds":
476
+ return void (a ? r.setUTCMilliseconds(s) : r.setMilliseconds(s));
477
+ case "Seconds":
478
+ return void (a ? r.setUTCSeconds(s) : r.setSeconds(s));
479
+ case "Minutes":
480
+ return void (a ? r.setUTCMinutes(s) : r.setMinutes(s));
481
+ case "Hours":
482
+ return void (a ? r.setUTCHours(s) : r.setHours(s));
483
+ case "Date":
484
+ return void (a ? r.setUTCDate(s) : r.setDate(s));
485
+ case "FullYear":
486
+ break;
487
+ default:
488
+ return;
489
+ }
490
+ n = s, i = e.month(), u = e.date(), u = u === 29 && i === 1 && !Ee(n) ? 28 : u, a ? r.setUTCFullYear(n, i, u) : r.setFullYear(n, i, u);
491
+ }
492
+ }
493
+ function qs(e) {
494
+ return e = W(e), H(this[e]) ? this[e]() : this;
495
+ }
496
+ function Bs(e, t) {
497
+ if (typeof e == "object") {
498
+ e = ot(e);
499
+ var s = Hs(e), r, a = s.length;
500
+ for (r = 0; r < a; r++)
501
+ this[s[r].unit](e[s[r].unit]);
502
+ } else if (e = W(e), H(this[e]))
503
+ return this[e](t);
504
+ return this;
505
+ }
506
+ function Js(e, t) {
507
+ return (e % t + t) % t;
508
+ }
509
+ var v;
510
+ Array.prototype.indexOf ? v = Array.prototype.indexOf : v = function(e) {
511
+ var t;
512
+ for (t = 0; t < this.length; ++t)
513
+ if (this[t] === e)
514
+ return t;
515
+ return -1;
516
+ };
517
+ function ht(e, t) {
518
+ if (isNaN(e) || isNaN(t))
519
+ return NaN;
520
+ var s = Js(t, 12);
521
+ return e += (t - s) / 12, s === 1 ? Ee(e) ? 29 : 28 : 31 - s % 7 % 2;
522
+ }
523
+ h("M", ["MM", 2], "Mo", function() {
524
+ return this.month() + 1;
525
+ });
526
+ h("MMM", 0, 0, function(e) {
527
+ return this.localeData().monthsShort(this, e);
528
+ });
529
+ h("MMMM", 0, 0, function(e) {
530
+ return this.localeData().months(this, e);
531
+ });
532
+ d("M", S, he);
533
+ d("MM", S, b);
534
+ d("MMM", function(e, t) {
535
+ return t.monthsShortRegex(e);
536
+ });
537
+ d("MMMM", function(e, t) {
538
+ return t.monthsRegex(e);
539
+ });
540
+ M(["M", "MM"], function(e, t) {
541
+ t[G] = m(e) - 1;
542
+ });
543
+ M(["MMM", "MMMM"], function(e, t, s, r) {
544
+ var a = s._locale.monthsParse(e, r, s._strict);
545
+ a != null ? t[G] = a : c(s).invalidMonth = e;
546
+ });
547
+ var Qs = "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), At = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), Vt = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, Xs = De, Ks = De;
548
+ function er(e, t) {
549
+ return e ? R(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || Vt).test(t) ? "format" : "standalone"][e.month()] : R(this._months) ? this._months : this._months.standalone;
550
+ }
551
+ function tr(e, t) {
552
+ return e ? R(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[Vt.test(t) ? "format" : "standalone"][e.month()] : R(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
553
+ }
554
+ function sr(e, t, s) {
555
+ var r, a, n, i = e.toLocaleLowerCase();
556
+ if (!this._monthsParse)
557
+ for (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = [], r = 0; r < 12; ++r)
558
+ n = I([2e3, r]), this._shortMonthsParse[r] = this.monthsShort(n, "").toLocaleLowerCase(), this._longMonthsParse[r] = this.months(n, "").toLocaleLowerCase();
559
+ return s ? t === "MMM" ? (a = v.call(this._shortMonthsParse, i), a !== -1 ? a : null) : (a = v.call(this._longMonthsParse, i), a !== -1 ? a : null) : t === "MMM" ? (a = v.call(this._shortMonthsParse, i), a !== -1 ? a : (a = v.call(this._longMonthsParse, i), a !== -1 ? a : null)) : (a = v.call(this._longMonthsParse, i), a !== -1 ? a : (a = v.call(this._shortMonthsParse, i), a !== -1 ? a : null));
560
+ }
561
+ function rr(e, t, s) {
562
+ var r, a, n;
563
+ if (this._monthsParseExact)
564
+ return sr.call(this, e, t, s);
565
+ for (this._monthsParse || (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = []), r = 0; r < 12; r++) {
566
+ if (a = I([2e3, r]), s && !this._longMonthsParse[r] && (this._longMonthsParse[r] = new RegExp("^" + this.months(a, "").replace(".", "") + "$", "i"), this._shortMonthsParse[r] = new RegExp("^" + this.monthsShort(a, "").replace(".", "") + "$", "i")), !s && !this._monthsParse[r] && (n = "^" + this.months(a, "") + "|^" + this.monthsShort(a, ""), this._monthsParse[r] = new RegExp(n.replace(".", ""), "i")), s && t === "MMMM" && this._longMonthsParse[r].test(e))
567
+ return r;
568
+ if (s && t === "MMM" && this._shortMonthsParse[r].test(e))
569
+ return r;
570
+ if (!s && this._monthsParse[r].test(e))
571
+ return r;
572
+ }
573
+ }
574
+ function Gt(e, t) {
575
+ if (!e.isValid())
576
+ return e;
577
+ if (typeof t == "string") {
578
+ if (/^\d+$/.test(t))
579
+ t = m(t);
580
+ else if (t = e.localeData().monthsParse(t), !$(t))
581
+ return e;
582
+ }
583
+ var s = t, r = e.date();
584
+ return r = r < 29 ? r : Math.min(r, ht(e.year(), s)), e._isUTC ? e._d.setUTCMonth(s, r) : e._d.setMonth(s, r), e;
585
+ }
586
+ function jt(e) {
587
+ return e != null ? (Gt(this, e), l.updateOffset(this, !0), this) : ye(this, "Month");
588
+ }
589
+ function ar() {
590
+ return ht(this.year(), this.month());
591
+ }
592
+ function nr(e) {
593
+ return this._monthsParseExact ? (w(this, "_monthsRegex") || zt.call(this), e ? this._monthsShortStrictRegex : this._monthsShortRegex) : (w(this, "_monthsShortRegex") || (this._monthsShortRegex = Xs), this._monthsShortStrictRegex && e ? this._monthsShortStrictRegex : this._monthsShortRegex);
594
+ }
595
+ function ir(e) {
596
+ return this._monthsParseExact ? (w(this, "_monthsRegex") || zt.call(this), e ? this._monthsStrictRegex : this._monthsRegex) : (w(this, "_monthsRegex") || (this._monthsRegex = Ks), this._monthsStrictRegex && e ? this._monthsStrictRegex : this._monthsRegex);
597
+ }
598
+ function zt() {
599
+ function e(f, _) {
600
+ return _.length - f.length;
601
+ }
602
+ var t = [], s = [], r = [], a, n, i, u;
603
+ for (a = 0; a < 12; a++)
604
+ n = I([2e3, a]), i = z(this.monthsShort(n, "")), u = z(this.months(n, "")), t.push(i), s.push(u), r.push(u), r.push(i);
605
+ t.sort(e), s.sort(e), r.sort(e), this._monthsRegex = new RegExp("^(" + r.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp("^(" + s.join("|") + ")", "i"), this._monthsShortStrictRegex = new RegExp("^(" + t.join("|") + ")", "i");
606
+ }
607
+ function or(e, t, s, r, a, n, i) {
608
+ var u;
609
+ return e < 100 && e >= 0 ? (u = new Date(e + 400, t, s, r, a, n, i), isFinite(u.getFullYear()) && u.setFullYear(e)) : u = new Date(e, t, s, r, a, n, i), u;
610
+ }
611
+ function we(e) {
612
+ var t, s;
613
+ return e < 100 && e >= 0 ? (s = Array.prototype.slice.call(arguments), s[0] = e + 400, t = new Date(Date.UTC.apply(null, s)), isFinite(t.getUTCFullYear()) && t.setUTCFullYear(e)) : t = new Date(Date.UTC.apply(null, arguments)), t;
614
+ }
615
+ function Ne(e, t, s) {
616
+ var r = 7 + t - s, a = (7 + we(e, 0, r).getUTCDay() - t) % 7;
617
+ return -a + r - 1;
618
+ }
619
+ function Zt(e, t, s, r, a) {
620
+ var n = (7 + s - r) % 7, i = Ne(e, r, a), u = 1 + 7 * (t - 1) + n + i, f, _;
621
+ return u <= 0 ? (f = e - 1, _ = _e(f) + u) : u > _e(e) ? (f = e + 1, _ = u - _e(e)) : (f = e, _ = u), {
622
+ year: f,
623
+ dayOfYear: _
624
+ };
625
+ }
626
+ function ke(e, t, s) {
627
+ var r = Ne(e.year(), t, s), a = Math.floor((e.dayOfYear() - r - 1) / 7) + 1, n, i;
628
+ return a < 1 ? (i = e.year() - 1, n = a + Z(i, t, s)) : a > Z(e.year(), t, s) ? (n = a - Z(e.year(), t, s), i = e.year() + 1) : (i = e.year(), n = a), {
629
+ week: n,
630
+ year: i
631
+ };
632
+ }
633
+ function Z(e, t, s) {
634
+ var r = Ne(e, t, s), a = Ne(e + 1, t, s);
635
+ return (_e(e) - r + a) / 7;
636
+ }
637
+ h("w", ["ww", 2], "wo", "week");
638
+ h("W", ["WW", 2], "Wo", "isoWeek");
639
+ d("w", S, he);
640
+ d("ww", S, b);
641
+ d("W", S, he);
642
+ d("WW", S, b);
643
+ ve(["w", "ww", "W", "WW"], function(e, t, s, r) {
644
+ t[r.substr(0, 1)] = m(e);
645
+ });
646
+ function lr(e) {
647
+ return ke(e, this._week.dow, this._week.doy).week;
648
+ }
649
+ var ur = {
650
+ dow: 0,
651
+ // Sunday is the first day of the week.
652
+ doy: 6
653
+ // The week that contains Jan 6th is the first week of the year.
654
+ };
655
+ function dr() {
656
+ return this._week.dow;
657
+ }
658
+ function hr() {
659
+ return this._week.doy;
660
+ }
661
+ function fr(e) {
662
+ var t = this.localeData().week(this);
663
+ return e == null ? t : this.add((e - t) * 7, "d");
664
+ }
665
+ function cr(e) {
666
+ var t = ke(this, 1, 4).week;
667
+ return e == null ? t : this.add((e - t) * 7, "d");
668
+ }
669
+ h("d", 0, "do", "day");
670
+ h("dd", 0, 0, function(e) {
671
+ return this.localeData().weekdaysMin(this, e);
672
+ });
673
+ h("ddd", 0, 0, function(e) {
674
+ return this.localeData().weekdaysShort(this, e);
675
+ });
676
+ h("dddd", 0, 0, function(e) {
677
+ return this.localeData().weekdays(this, e);
678
+ });
679
+ h("e", 0, 0, "weekday");
680
+ h("E", 0, 0, "isoWeekday");
681
+ d("d", S);
682
+ d("e", S);
683
+ d("E", S);
684
+ d("dd", function(e, t) {
685
+ return t.weekdaysMinRegex(e);
686
+ });
687
+ d("ddd", function(e, t) {
688
+ return t.weekdaysShortRegex(e);
689
+ });
690
+ d("dddd", function(e, t) {
691
+ return t.weekdaysRegex(e);
692
+ });
693
+ ve(["dd", "ddd", "dddd"], function(e, t, s, r) {
694
+ var a = s._locale.weekdaysParse(e, r, s._strict);
695
+ a != null ? t.d = a : c(s).invalidWeekday = e;
696
+ });
697
+ ve(["d", "e", "E"], function(e, t, s, r) {
698
+ t[r] = m(e);
699
+ });
700
+ function mr(e, t) {
701
+ return typeof e != "string" ? e : isNaN(e) ? (e = t.weekdaysParse(e), typeof e == "number" ? e : null) : parseInt(e, 10);
702
+ }
703
+ function _r(e, t) {
704
+ return typeof e == "string" ? t.weekdaysParse(e) % 7 || 7 : isNaN(e) ? null : e;
705
+ }
706
+ function ft(e, t) {
707
+ return e.slice(t, 7).concat(e.slice(0, t));
708
+ }
709
+ var yr = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), $t = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), wr = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), kr = De, Mr = De, gr = De;
710
+ function Sr(e, t) {
711
+ var s = R(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
712
+ return e === !0 ? ft(s, this._week.dow) : e ? s[e.day()] : s;
713
+ }
714
+ function Dr(e) {
715
+ return e === !0 ? ft(this._weekdaysShort, this._week.dow) : e ? this._weekdaysShort[e.day()] : this._weekdaysShort;
716
+ }
717
+ function vr(e) {
718
+ return e === !0 ? ft(this._weekdaysMin, this._week.dow) : e ? this._weekdaysMin[e.day()] : this._weekdaysMin;
719
+ }
720
+ function Yr(e, t, s) {
721
+ var r, a, n, i = e.toLocaleLowerCase();
722
+ if (!this._weekdaysParse)
723
+ for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], r = 0; r < 7; ++r)
724
+ n = I([2e3, 1]).day(r), this._minWeekdaysParse[r] = this.weekdaysMin(n, "").toLocaleLowerCase(), this._shortWeekdaysParse[r] = this.weekdaysShort(n, "").toLocaleLowerCase(), this._weekdaysParse[r] = this.weekdays(n, "").toLocaleLowerCase();
725
+ return s ? t === "dddd" ? (a = v.call(this._weekdaysParse, i), a !== -1 ? a : null) : t === "ddd" ? (a = v.call(this._shortWeekdaysParse, i), a !== -1 ? a : null) : (a = v.call(this._minWeekdaysParse, i), a !== -1 ? a : null) : t === "dddd" ? (a = v.call(this._weekdaysParse, i), a !== -1 || (a = v.call(this._shortWeekdaysParse, i), a !== -1) ? a : (a = v.call(this._minWeekdaysParse, i), a !== -1 ? a : null)) : t === "ddd" ? (a = v.call(this._shortWeekdaysParse, i), a !== -1 || (a = v.call(this._weekdaysParse, i), a !== -1) ? a : (a = v.call(this._minWeekdaysParse, i), a !== -1 ? a : null)) : (a = v.call(this._minWeekdaysParse, i), a !== -1 || (a = v.call(this._weekdaysParse, i), a !== -1) ? a : (a = v.call(this._shortWeekdaysParse, i), a !== -1 ? a : null));
726
+ }
727
+ function pr(e, t, s) {
728
+ var r, a, n;
729
+ if (this._weekdaysParseExact)
730
+ return Yr.call(this, e, t, s);
731
+ for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [], this._fullWeekdaysParse = []), r = 0; r < 7; r++) {
732
+ if (a = I([2e3, 1]).day(r), s && !this._fullWeekdaysParse[r] && (this._fullWeekdaysParse[r] = new RegExp("^" + this.weekdays(a, "").replace(".", "\\.?") + "$", "i"), this._shortWeekdaysParse[r] = new RegExp("^" + this.weekdaysShort(a, "").replace(".", "\\.?") + "$", "i"), this._minWeekdaysParse[r] = new RegExp("^" + this.weekdaysMin(a, "").replace(".", "\\.?") + "$", "i")), this._weekdaysParse[r] || (n = "^" + this.weekdays(a, "") + "|^" + this.weekdaysShort(a, "") + "|^" + this.weekdaysMin(a, ""), this._weekdaysParse[r] = new RegExp(n.replace(".", ""), "i")), s && t === "dddd" && this._fullWeekdaysParse[r].test(e))
733
+ return r;
734
+ if (s && t === "ddd" && this._shortWeekdaysParse[r].test(e))
735
+ return r;
736
+ if (s && t === "dd" && this._minWeekdaysParse[r].test(e))
737
+ return r;
738
+ if (!s && this._weekdaysParse[r].test(e))
739
+ return r;
740
+ }
741
+ }
742
+ function Or(e) {
743
+ if (!this.isValid())
744
+ return e != null ? this : NaN;
745
+ var t = ye(this, "Day");
746
+ return e != null ? (e = mr(e, this.localeData()), this.add(e - t, "d")) : t;
747
+ }
748
+ function Tr(e) {
749
+ if (!this.isValid())
750
+ return e != null ? this : NaN;
751
+ var t = (this.day() + 7 - this.localeData()._week.dow) % 7;
752
+ return e == null ? t : this.add(e - t, "d");
753
+ }
754
+ function br(e) {
755
+ if (!this.isValid())
756
+ return e != null ? this : NaN;
757
+ if (e != null) {
758
+ var t = _r(e, this.localeData());
759
+ return this.day(this.day() % 7 ? t : t - 7);
760
+ } else
761
+ return this.day() || 7;
762
+ }
763
+ function xr(e) {
764
+ return this._weekdaysParseExact ? (w(this, "_weekdaysRegex") || ct.call(this), e ? this._weekdaysStrictRegex : this._weekdaysRegex) : (w(this, "_weekdaysRegex") || (this._weekdaysRegex = kr), this._weekdaysStrictRegex && e ? this._weekdaysStrictRegex : this._weekdaysRegex);
765
+ }
766
+ function Nr(e) {
767
+ return this._weekdaysParseExact ? (w(this, "_weekdaysRegex") || ct.call(this), e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (w(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = Mr), this._weekdaysShortStrictRegex && e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
768
+ }
769
+ function Wr(e) {
770
+ return this._weekdaysParseExact ? (w(this, "_weekdaysRegex") || ct.call(this), e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (w(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = gr), this._weekdaysMinStrictRegex && e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
771
+ }
772
+ function ct() {
773
+ function e(O, E) {
774
+ return E.length - O.length;
775
+ }
776
+ var t = [], s = [], r = [], a = [], n, i, u, f, _;
777
+ for (n = 0; n < 7; n++)
778
+ i = I([2e3, 1]).day(n), u = z(this.weekdaysMin(i, "")), f = z(this.weekdaysShort(i, "")), _ = z(this.weekdays(i, "")), t.push(u), s.push(f), r.push(_), a.push(u), a.push(f), a.push(_);
779
+ t.sort(e), s.sort(e), r.sort(e), a.sort(e), this._weekdaysRegex = new RegExp("^(" + a.join("|") + ")", "i"), this._weekdaysShortRegex = this._weekdaysRegex, this._weekdaysMinRegex = this._weekdaysRegex, this._weekdaysStrictRegex = new RegExp("^(" + r.join("|") + ")", "i"), this._weekdaysShortStrictRegex = new RegExp("^(" + s.join("|") + ")", "i"), this._weekdaysMinStrictRegex = new RegExp("^(" + t.join("|") + ")", "i");
780
+ }
781
+ function mt() {
782
+ return this.hours() % 12 || 12;
783
+ }
784
+ function Pr() {
785
+ return this.hours() || 24;
786
+ }
787
+ h("H", ["HH", 2], 0, "hour");
788
+ h("h", ["hh", 2], 0, mt);
789
+ h("k", ["kk", 2], 0, Pr);
790
+ h("hmm", 0, 0, function() {
791
+ return "" + mt.apply(this) + U(this.minutes(), 2);
792
+ });
793
+ h("hmmss", 0, 0, function() {
794
+ return "" + mt.apply(this) + U(this.minutes(), 2) + U(this.seconds(), 2);
795
+ });
796
+ h("Hmm", 0, 0, function() {
797
+ return "" + this.hours() + U(this.minutes(), 2);
798
+ });
799
+ h("Hmmss", 0, 0, function() {
800
+ return "" + this.hours() + U(this.minutes(), 2) + U(this.seconds(), 2);
801
+ });
802
+ function qt(e, t) {
803
+ h(e, 0, 0, function() {
804
+ return this.localeData().meridiem(this.hours(), this.minutes(), t);
805
+ });
806
+ }
807
+ qt("a", !0);
808
+ qt("A", !1);
809
+ function Bt(e, t) {
810
+ return t._meridiemParse;
811
+ }
812
+ d("a", Bt);
813
+ d("A", Bt);
814
+ d("H", S, dt);
815
+ d("h", S, he);
816
+ d("k", S, he);
817
+ d("HH", S, b);
818
+ d("hh", S, b);
819
+ d("kk", S, b);
820
+ d("hmm", Ut);
821
+ d("hmmss", It);
822
+ d("Hmm", Ut);
823
+ d("Hmmss", It);
824
+ M(["H", "HH"], Y);
825
+ M(["k", "kk"], function(e, t, s) {
826
+ var r = m(e);
827
+ t[Y] = r === 24 ? 0 : r;
828
+ });
829
+ M(["a", "A"], function(e, t, s) {
830
+ s._isPm = s._locale.isPM(e), s._meridiem = e;
831
+ });
832
+ M(["h", "hh"], function(e, t, s) {
833
+ t[Y] = m(e), c(s).bigHour = !0;
834
+ });
835
+ M("hmm", function(e, t, s) {
836
+ var r = e.length - 2;
837
+ t[Y] = m(e.substr(0, r)), t[P] = m(e.substr(r)), c(s).bigHour = !0;
838
+ });
839
+ M("hmmss", function(e, t, s) {
840
+ var r = e.length - 4, a = e.length - 2;
841
+ t[Y] = m(e.substr(0, r)), t[P] = m(e.substr(r, 2)), t[j] = m(e.substr(a)), c(s).bigHour = !0;
842
+ });
843
+ M("Hmm", function(e, t, s) {
844
+ var r = e.length - 2;
845
+ t[Y] = m(e.substr(0, r)), t[P] = m(e.substr(r));
846
+ });
847
+ M("Hmmss", function(e, t, s) {
848
+ var r = e.length - 4, a = e.length - 2;
849
+ t[Y] = m(e.substr(0, r)), t[P] = m(e.substr(r, 2)), t[j] = m(e.substr(a));
850
+ });
851
+ function Rr(e) {
852
+ return (e + "").toLowerCase().charAt(0) === "p";
853
+ }
854
+ var Fr = /[ap]\.?m?\.?/i, Cr = fe("Hours", !0);
855
+ function Lr(e, t, s) {
856
+ return e > 11 ? s ? "pm" : "PM" : s ? "am" : "AM";
857
+ }
858
+ var Jt = {
859
+ calendar: Ys,
860
+ longDateFormat: bs,
861
+ invalidDate: Ns,
862
+ ordinal: Ps,
863
+ dayOfMonthOrdinalParse: Rs,
864
+ relativeTime: Cs,
865
+ months: Qs,
866
+ monthsShort: At,
867
+ week: ur,
868
+ weekdays: yr,
869
+ weekdaysMin: wr,
870
+ weekdaysShort: $t,
871
+ meridiemParse: Fr
872
+ }, D = {}, ce = {}, Me;
873
+ function Ur(e, t) {
874
+ var s, r = Math.min(e.length, t.length);
875
+ for (s = 0; s < r; s += 1)
876
+ if (e[s] !== t[s])
877
+ return s;
878
+ return r;
879
+ }
880
+ function Tt(e) {
881
+ return e && e.toLowerCase().replace("_", "-");
882
+ }
883
+ function Ir(e) {
884
+ for (var t = 0, s, r, a, n; t < e.length; ) {
885
+ for (n = Tt(e[t]).split("-"), s = n.length, r = Tt(e[t + 1]), r = r ? r.split("-") : null; s > 0; ) {
886
+ if (a = Ae(n.slice(0, s).join("-")), a)
887
+ return a;
888
+ if (r && r.length >= s && Ur(n, r) >= s - 1)
889
+ break;
890
+ s--;
891
+ }
892
+ t++;
893
+ }
894
+ return Me;
895
+ }
896
+ function Hr(e) {
897
+ return !!(e && e.match("^[^/\\\\]*$"));
898
+ }
899
+ function Ae(e) {
900
+ var t = null, s;
901
+ if (D[e] === void 0 && typeof module != "undefined" && module && module.exports && Hr(e))
902
+ try {
903
+ t = Me._abbr, s = require, s("./locale/" + e), K(t);
904
+ } catch (r) {
905
+ D[e] = null;
906
+ }
907
+ return D[e];
908
+ }
909
+ function K(e, t) {
910
+ var s;
911
+ return e && (T(t) ? s = q(e) : s = _t(e, t), s ? Me = s : typeof console != "undefined" && console.warn && console.warn("Locale " + e + " not found. Did you forget to load it?")), Me._abbr;
912
+ }
913
+ function _t(e, t) {
914
+ if (t !== null) {
915
+ var s, r = Jt;
916
+ if (t.abbr = e, D[e] != null)
917
+ Rt("defineLocaleOverride", "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."), r = D[e]._config;
918
+ else if (t.parentLocale != null)
919
+ if (D[t.parentLocale] != null)
920
+ r = D[t.parentLocale]._config;
921
+ else if (s = Ae(t.parentLocale), s != null)
922
+ r = s._config;
923
+ else
924
+ return ce[t.parentLocale] || (ce[t.parentLocale] = []), ce[t.parentLocale].push({
925
+ name: e,
926
+ config: t
927
+ }), null;
928
+ return D[e] = new nt(Je(r, t)), ce[e] && ce[e].forEach(function(a) {
929
+ _t(a.name, a.config);
930
+ }), K(e), D[e];
931
+ } else
932
+ return delete D[e], null;
933
+ }
934
+ function Er(e, t) {
935
+ if (t != null) {
936
+ var s, r, a = Jt;
937
+ D[e] != null && D[e].parentLocale != null ? D[e].set(Je(D[e]._config, t)) : (r = Ae(e), r != null && (a = r._config), t = Je(a, t), r == null && (t.abbr = e), s = new nt(t), s.parentLocale = D[e], D[e] = s), K(e);
938
+ } else
939
+ D[e] != null && (D[e].parentLocale != null ? (D[e] = D[e].parentLocale, e === K() && K(e)) : D[e] != null && delete D[e]);
940
+ return D[e];
941
+ }
942
+ function q(e) {
943
+ var t;
944
+ if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
945
+ return Me;
946
+ if (!R(e)) {
947
+ if (t = Ae(e), t)
948
+ return t;
949
+ e = [e];
950
+ }
951
+ return Ir(e);
952
+ }
953
+ function Ar() {
954
+ return Qe(D);
955
+ }
956
+ function yt(e) {
957
+ var t, s = e._a;
958
+ return s && c(e).overflow === -2 && (t = s[G] < 0 || s[G] > 11 ? G : s[L] < 1 || s[L] > ht(s[p], s[G]) ? L : s[Y] < 0 || s[Y] > 24 || s[Y] === 24 && (s[P] !== 0 || s[j] !== 0 || s[te] !== 0) ? Y : s[P] < 0 || s[P] > 59 ? P : s[j] < 0 || s[j] > 59 ? j : s[te] < 0 || s[te] > 999 ? te : -1, c(e)._overflowDayOfYear && (t < p || t > L) && (t = L), c(e)._overflowWeeks && t === -1 && (t = zs), c(e)._overflowWeekday && t === -1 && (t = Zs), c(e).overflow = t), e;
959
+ }
960
+ var Vr = /^\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)?)?$/, Gr = /^\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)?)?$/, jr = /Z|[+-]\d\d(?::?\d\d)?/, pe = [["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/], ["YYYY-MM-DD", /\d{4}-\d\d-\d\d/], ["GGGG-[W]WW-E", /\d{4}-W\d\d-\d/], ["GGGG-[W]WW", /\d{4}-W\d\d/, !1], ["YYYY-DDD", /\d{4}-\d{3}/], ["YYYY-MM", /\d{4}-\d\d/, !1], ["YYYYYYMMDD", /[+-]\d{10}/], ["YYYYMMDD", /\d{8}/], ["GGGG[W]WWE", /\d{4}W\d{3}/], ["GGGG[W]WW", /\d{4}W\d{2}/, !1], ["YYYYDDD", /\d{7}/], ["YYYYMM", /\d{6}/, !1], ["YYYY", /\d{4}/, !1]], $e = [["HH:mm:ss.SSSS", /\d\d:\d\d:\d\d\.\d+/], ["HH:mm:ss,SSSS", /\d\d:\d\d:\d\d,\d+/], ["HH:mm:ss", /\d\d:\d\d:\d\d/], ["HH:mm", /\d\d:\d\d/], ["HHmmss.SSSS", /\d\d\d\d\d\d\.\d+/], ["HHmmss,SSSS", /\d\d\d\d\d\d,\d+/], ["HHmmss", /\d\d\d\d\d\d/], ["HHmm", /\d\d\d\d/], ["HH", /\d\d/]], zr = /^\/?Date\((-?\d+)/i, Zr = /^(?:(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}))$/, $r = {
961
+ UT: 0,
962
+ GMT: 0,
963
+ EDT: -4 * 60,
964
+ EST: -5 * 60,
965
+ CDT: -5 * 60,
966
+ CST: -6 * 60,
967
+ MDT: -6 * 60,
968
+ MST: -7 * 60,
969
+ PDT: -7 * 60,
970
+ PST: -8 * 60
971
+ };
972
+ function Qt(e) {
973
+ var t, s, r = e._i, a = Vr.exec(r) || Gr.exec(r), n, i, u, f, _ = pe.length, O = $e.length;
974
+ if (a) {
975
+ for (c(e).iso = !0, t = 0, s = _; t < s; t++)
976
+ if (pe[t][1].exec(a[1])) {
977
+ i = pe[t][0], n = pe[t][2] !== !1;
978
+ break;
979
+ }
980
+ if (i == null) {
981
+ e._isValid = !1;
982
+ return;
983
+ }
984
+ if (a[3]) {
985
+ for (t = 0, s = O; t < s; t++)
986
+ if ($e[t][1].exec(a[3])) {
987
+ u = (a[2] || " ") + $e[t][0];
988
+ break;
989
+ }
990
+ if (u == null) {
991
+ e._isValid = !1;
992
+ return;
993
+ }
994
+ }
995
+ if (!n && u != null) {
996
+ e._isValid = !1;
997
+ return;
998
+ }
999
+ if (a[4])
1000
+ if (jr.exec(a[4]))
1001
+ f = "Z";
1002
+ else {
1003
+ e._isValid = !1;
1004
+ return;
1005
+ }
1006
+ e._f = i + (u || "") + (f || ""), kt(e);
1007
+ } else
1008
+ e._isValid = !1;
1009
+ }
1010
+ function qr(e, t, s, r, a, n) {
1011
+ var i = [Br(e), At.indexOf(t), parseInt(s, 10), parseInt(r, 10), parseInt(a, 10)];
1012
+ return n && i.push(parseInt(n, 10)), i;
1013
+ }
1014
+ function Br(e) {
1015
+ var t = parseInt(e, 10);
1016
+ return t <= 49 ? 2e3 + t : t <= 999 ? 1900 + t : t;
1017
+ }
1018
+ function Jr(e) {
1019
+ return e.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, "");
1020
+ }
1021
+ function Qr(e, t, s) {
1022
+ if (e) {
1023
+ var r = $t.indexOf(e), a = new Date(t[0], t[1], t[2]).getDay();
1024
+ if (r !== a)
1025
+ return c(s).weekdayMismatch = !0, s._isValid = !1, !1;
1026
+ }
1027
+ return !0;
1028
+ }
1029
+ function Xr(e, t, s) {
1030
+ if (e)
1031
+ return $r[e];
1032
+ if (t)
1033
+ return 0;
1034
+ var r = parseInt(s, 10), a = r % 100, n = (r - a) / 100;
1035
+ return n * 60 + a;
1036
+ }
1037
+ function Xt(e) {
1038
+ var t = Zr.exec(Jr(e._i)), s;
1039
+ if (t) {
1040
+ if (s = qr(t[4], t[3], t[2], t[5], t[6], t[7]), !Qr(t[1], s, e))
1041
+ return;
1042
+ e._a = s, e._tzm = Xr(t[8], t[9], t[10]), e._d = we.apply(null, e._a), e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), c(e).rfc2822 = !0;
1043
+ } else
1044
+ e._isValid = !1;
1045
+ }
1046
+ function Kr(e) {
1047
+ var t = zr.exec(e._i);
1048
+ if (t !== null) {
1049
+ e._d = /* @__PURE__ */ new Date(+t[1]);
1050
+ return;
1051
+ }
1052
+ if (Qt(e), e._isValid === !1)
1053
+ delete e._isValid;
1054
+ else
1055
+ return;
1056
+ if (Xt(e), e._isValid === !1)
1057
+ delete e._isValid;
1058
+ else
1059
+ return;
1060
+ e._strict ? e._isValid = !1 : l.createFromInputFallback(e);
1061
+ }
1062
+ l.createFromInputFallback = N("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.", function(e) {
1063
+ e._d = /* @__PURE__ */ new Date(e._i + (e._useUTC ? " UTC" : ""));
1064
+ });
1065
+ function ne(e, t, s) {
1066
+ return e != null ? e : t != null ? t : s;
1067
+ }
1068
+ function ea(e) {
1069
+ var t = new Date(l.now());
1070
+ return e._useUTC ? [t.getUTCFullYear(), t.getUTCMonth(), t.getUTCDate()] : [t.getFullYear(), t.getMonth(), t.getDate()];
1071
+ }
1072
+ function wt(e) {
1073
+ var t, s, r = [], a, n, i;
1074
+ if (!e._d) {
1075
+ for (a = ea(e), e._w && e._a[L] == null && e._a[G] == null && ta(e), e._dayOfYear != null && (i = ne(e._a[p], a[p]), (e._dayOfYear > _e(i) || e._dayOfYear === 0) && (c(e)._overflowDayOfYear = !0), s = we(i, 0, e._dayOfYear), e._a[G] = s.getUTCMonth(), e._a[L] = s.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
1076
+ e._a[t] = r[t] = a[t];
1077
+ for (; t < 7; t++)
1078
+ e._a[t] = r[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
1079
+ e._a[Y] === 24 && e._a[P] === 0 && e._a[j] === 0 && e._a[te] === 0 && (e._nextDay = !0, e._a[Y] = 0), e._d = (e._useUTC ? we : or).apply(null, r), n = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), e._tzm != null && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[Y] = 24), e._w && typeof e._w.d != "undefined" && e._w.d !== n && (c(e).weekdayMismatch = !0);
1080
+ }
1081
+ }
1082
+ function ta(e) {
1083
+ var t, s, r, a, n, i, u, f, _;
1084
+ t = e._w, t.GG != null || t.W != null || t.E != null ? (n = 1, i = 4, s = ne(t.GG, e._a[p], ke(g(), 1, 4).year), r = ne(t.W, 1), a = ne(t.E, 1), (a < 1 || a > 7) && (f = !0)) : (n = e._locale._week.dow, i = e._locale._week.doy, _ = ke(g(), n, i), s = ne(t.gg, e._a[p], _.year), r = ne(t.w, _.week), t.d != null ? (a = t.d, (a < 0 || a > 6) && (f = !0)) : t.e != null ? (a = t.e + n, (t.e < 0 || t.e > 6) && (f = !0)) : a = n), r < 1 || r > Z(s, n, i) ? c(e)._overflowWeeks = !0 : f != null ? c(e)._overflowWeekday = !0 : (u = Zt(s, r, a, n, i), e._a[p] = u.year, e._dayOfYear = u.dayOfYear);
1085
+ }
1086
+ l.ISO_8601 = function() {
1087
+ };
1088
+ l.RFC_2822 = function() {
1089
+ };
1090
+ function kt(e) {
1091
+ if (e._f === l.ISO_8601) {
1092
+ Qt(e);
1093
+ return;
1094
+ }
1095
+ if (e._f === l.RFC_2822) {
1096
+ Xt(e);
1097
+ return;
1098
+ }
1099
+ e._a = [], c(e).empty = !0;
1100
+ var t = "" + e._i, s, r, a, n, i, u = t.length, f = 0, _, O;
1101
+ for (a = Ft(e._f, e._locale).match(it) || [], O = a.length, s = 0; s < O; s++)
1102
+ n = a[s], r = (t.match(Vs(n, e)) || [])[0], r && (i = t.substr(0, t.indexOf(r)), i.length > 0 && c(e).unusedInput.push(i), t = t.slice(t.indexOf(r) + r.length), f += r.length), oe[n] ? (r ? c(e).empty = !1 : c(e).unusedTokens.push(n), js(n, r, e)) : e._strict && !r && c(e).unusedTokens.push(n);
1103
+ c(e).charsLeftOver = u - f, t.length > 0 && c(e).unusedInput.push(t), e._a[Y] <= 12 && c(e).bigHour === !0 && e._a[Y] > 0 && (c(e).bigHour = void 0), c(e).parsedDateParts = e._a.slice(0), c(e).meridiem = e._meridiem, e._a[Y] = sa(e._locale, e._a[Y], e._meridiem), _ = c(e).era, _ !== null && (e._a[p] = e._locale.erasConvertYear(_, e._a[p])), wt(e), yt(e);
1104
+ }
1105
+ function sa(e, t, s) {
1106
+ var r;
1107
+ return s == null ? t : e.meridiemHour != null ? e.meridiemHour(t, s) : (e.isPM != null && (r = e.isPM(s), r && t < 12 && (t += 12), !r && t === 12 && (t = 0)), t);
1108
+ }
1109
+ function ra(e) {
1110
+ var t, s, r, a, n, i, u = !1, f = e._f.length;
1111
+ if (f === 0) {
1112
+ c(e).invalidFormat = !0, e._d = /* @__PURE__ */ new Date(NaN);
1113
+ return;
1114
+ }
1115
+ for (a = 0; a < f; a++)
1116
+ n = 0, i = !1, t = at({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[a], kt(t), rt(t) && (i = !0), n += c(t).charsLeftOver, n += c(t).unusedTokens.length * 10, c(t).score = n, u ? n < r && (r = n, s = t) : (r == null || n < r || i) && (r = n, s = t, i && (u = !0));
1117
+ Q(e, s || t);
1118
+ }
1119
+ function aa(e) {
1120
+ if (!e._d) {
1121
+ var t = ot(e._i), s = t.day === void 0 ? t.date : t.day;
1122
+ e._a = Wt([t.year, t.month, s, t.hour, t.minute, t.second, t.millisecond], function(r) {
1123
+ return r && parseInt(r, 10);
1124
+ }), wt(e);
1125
+ }
1126
+ }
1127
+ function na(e) {
1128
+ var t = new Se(yt(Kt(e)));
1129
+ return t._nextDay && (t.add(1, "d"), t._nextDay = void 0), t;
1130
+ }
1131
+ function Kt(e) {
1132
+ var t = e._i, s = e._f;
1133
+ return e._locale = e._locale || q(e._l), t === null || s === void 0 && t === "" ? Fe({
1134
+ nullInput: !0
1135
+ }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), F(t) ? new Se(yt(t)) : (ge(t) ? e._d = t : R(s) ? ra(e) : s ? kt(e) : ia(e), rt(e) || (e._d = null), e));
1136
+ }
1137
+ function ia(e) {
1138
+ var t = e._i;
1139
+ T(t) ? e._d = new Date(l.now()) : ge(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? Kr(e) : R(t) ? (e._a = Wt(t.slice(0), function(s) {
1140
+ return parseInt(s, 10);
1141
+ }), wt(e)) : se(t) ? aa(e) : $(t) ? e._d = new Date(t) : l.createFromInputFallback(e);
1142
+ }
1143
+ function es(e, t, s, r, a) {
1144
+ var n = {};
1145
+ return (t === !0 || t === !1) && (r = t, t = void 0), (s === !0 || s === !1) && (r = s, s = void 0), (se(e) && st(e) || R(e) && e.length === 0) && (e = void 0), n._isAMomentObject = !0, n._useUTC = n._isUTC = a, n._l = s, n._i = e, n._f = t, n._strict = r, na(n);
1146
+ }
1147
+ function g(e, t, s, r) {
1148
+ return es(e, t, s, r, !1);
1149
+ }
1150
+ var oa = N("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/", function() {
1151
+ var e = g.apply(null, arguments);
1152
+ return this.isValid() && e.isValid() ? e < this ? this : e : Fe();
1153
+ }), la = N("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/", function() {
1154
+ var e = g.apply(null, arguments);
1155
+ return this.isValid() && e.isValid() ? e > this ? this : e : Fe();
1156
+ });
1157
+ function ts(e, t) {
1158
+ var s, r;
1159
+ if (t.length === 1 && R(t[0]) && (t = t[0]), !t.length)
1160
+ return g();
1161
+ for (s = t[0], r = 1; r < t.length; ++r)
1162
+ (!t[r].isValid() || t[r][e](s)) && (s = t[r]);
1163
+ return s;
1164
+ }
1165
+ function ua() {
1166
+ var e = [].slice.call(arguments, 0);
1167
+ return ts("isBefore", e);
1168
+ }
1169
+ function da() {
1170
+ var e = [].slice.call(arguments, 0);
1171
+ return ts("isAfter", e);
1172
+ }
1173
+ var ha = function() {
1174
+ return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
1175
+ }, me = ["year", "quarter", "month", "week", "day", "hour", "minute", "second", "millisecond"];
1176
+ function fa(e) {
1177
+ var t, s = !1, r, a = me.length;
1178
+ for (t in e)
1179
+ if (w(e, t) && !(v.call(me, t) !== -1 && (e[t] == null || !isNaN(e[t]))))
1180
+ return !1;
1181
+ for (r = 0; r < a; ++r)
1182
+ if (e[me[r]]) {
1183
+ if (s)
1184
+ return !1;
1185
+ parseFloat(e[me[r]]) !== m(e[me[r]]) && (s = !0);
1186
+ }
1187
+ return !0;
1188
+ }
1189
+ function ca() {
1190
+ return this._isValid;
1191
+ }
1192
+ function ma() {
1193
+ return C(NaN);
1194
+ }
1195
+ function Ve(e) {
1196
+ var t = ot(e), s = t.year || 0, r = t.quarter || 0, a = t.month || 0, n = t.week || t.isoWeek || 0, i = t.day || 0, u = t.hour || 0, f = t.minute || 0, _ = t.second || 0, O = t.millisecond || 0;
1197
+ this._isValid = fa(t), this._milliseconds = +O + _ * 1e3 + // 1000
1198
+ f * 6e4 + // 1000 * 60
1199
+ u * 1e3 * 60 * 60, this._days = +i + n * 7, this._months = +a + r * 3 + s * 12, this._data = {}, this._locale = q(), this._bubble();
1200
+ }
1201
+ function Te(e) {
1202
+ return e instanceof Ve;
1203
+ }
1204
+ function Ke(e) {
1205
+ return e < 0 ? Math.round(-1 * e) * -1 : Math.round(e);
1206
+ }
1207
+ function _a(e, t, s) {
1208
+ var r = Math.min(e.length, t.length), a = Math.abs(e.length - t.length), n = 0, i;
1209
+ for (i = 0; i < r; i++)
1210
+ (s && e[i] !== t[i] || !s && m(e[i]) !== m(t[i])) && n++;
1211
+ return n + a;
1212
+ }
1213
+ function ss(e, t) {
1214
+ h(e, 0, 0, function() {
1215
+ var s = this.utcOffset(), r = "+";
1216
+ return s < 0 && (s = -s, r = "-"), r + U(~~(s / 60), 2) + t + U(~~s % 60, 2);
1217
+ });
1218
+ }
1219
+ ss("Z", ":");
1220
+ ss("ZZ", "");
1221
+ d("Z", He);
1222
+ d("ZZ", He);
1223
+ M(["Z", "ZZ"], function(e, t, s) {
1224
+ s._useUTC = !0, s._tzm = Mt(He, e);
1225
+ });
1226
+ var ya = /([\+\-]|\d\d)/gi;
1227
+ function Mt(e, t) {
1228
+ var s = (t || "").match(e), r, a, n;
1229
+ return s === null ? null : (r = s[s.length - 1] || [], a = (r + "").match(ya) || ["-", 0, 0], n = +(a[1] * 60) + m(a[2]), n === 0 ? 0 : a[0] === "+" ? n : -n);
1230
+ }
1231
+ function gt(e, t) {
1232
+ var s, r;
1233
+ return t._isUTC ? (s = t.clone(), r = (F(e) || ge(e) ? e.valueOf() : g(e).valueOf()) - s.valueOf(), s._d.setTime(s._d.valueOf() + r), l.updateOffset(s, !1), s) : g(e).local();
1234
+ }
1235
+ function et(e) {
1236
+ return -Math.round(e._d.getTimezoneOffset());
1237
+ }
1238
+ l.updateOffset = function() {
1239
+ };
1240
+ function wa(e, t, s) {
1241
+ var r = this._offset || 0, a;
1242
+ if (!this.isValid())
1243
+ return e != null ? this : NaN;
1244
+ if (e != null) {
1245
+ if (typeof e == "string") {
1246
+ if (e = Mt(He, e), e === null)
1247
+ return this;
1248
+ } else
1249
+ Math.abs(e) < 16 && !s && (e = e * 60);
1250
+ return !this._isUTC && t && (a = et(this)), this._offset = e, this._isUTC = !0, a != null && this.add(a, "m"), r !== e && (!t || this._changeInProgress ? ns(this, C(e - r, "m"), 1, !1) : this._changeInProgress || (this._changeInProgress = !0, l.updateOffset(this, !0), this._changeInProgress = null)), this;
1251
+ } else
1252
+ return this._isUTC ? r : et(this);
1253
+ }
1254
+ function ka(e, t) {
1255
+ return e != null ? (typeof e != "string" && (e = -e), this.utcOffset(e, t), this) : -this.utcOffset();
1256
+ }
1257
+ function Ma(e) {
1258
+ return this.utcOffset(0, e);
1259
+ }
1260
+ function ga(e) {
1261
+ return this._isUTC && (this.utcOffset(0, e), this._isUTC = !1, e && this.subtract(et(this), "m")), this;
1262
+ }
1263
+ function Sa() {
1264
+ if (this._tzm != null)
1265
+ this.utcOffset(this._tzm, !1, !0);
1266
+ else if (typeof this._i == "string") {
1267
+ var e = Mt(Es, this._i);
1268
+ e != null ? this.utcOffset(e) : this.utcOffset(0, !0);
1269
+ }
1270
+ return this;
1271
+ }
1272
+ function Da(e) {
1273
+ return this.isValid() ? (e = e ? g(e).utcOffset() : 0, (this.utcOffset() - e) % 60 === 0) : !1;
1274
+ }
1275
+ function va() {
1276
+ return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
1277
+ }
1278
+ function Ya() {
1279
+ if (!T(this._isDSTShifted))
1280
+ return this._isDSTShifted;
1281
+ var e = {}, t;
1282
+ return at(e, this), e = Kt(e), e._a ? (t = e._isUTC ? I(e._a) : g(e._a), this._isDSTShifted = this.isValid() && _a(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
1283
+ }
1284
+ function pa() {
1285
+ return this.isValid() ? !this._isUTC : !1;
1286
+ }
1287
+ function Oa() {
1288
+ return this.isValid() ? this._isUTC : !1;
1289
+ }
1290
+ function rs() {
1291
+ return this.isValid() ? this._isUTC && this._offset === 0 : !1;
1292
+ }
1293
+ var Ta = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, ba = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
1294
+ function C(e, t) {
1295
+ var s = e, r = null, a, n, i;
1296
+ return Te(e) ? s = {
1297
+ ms: e._milliseconds,
1298
+ d: e._days,
1299
+ M: e._months
1300
+ } : $(e) || !isNaN(+e) ? (s = {}, t ? s[t] = +e : s.milliseconds = +e) : (r = Ta.exec(e)) ? (a = r[1] === "-" ? -1 : 1, s = {
1301
+ y: 0,
1302
+ d: m(r[L]) * a,
1303
+ h: m(r[Y]) * a,
1304
+ m: m(r[P]) * a,
1305
+ s: m(r[j]) * a,
1306
+ ms: m(Ke(r[te] * 1e3)) * a
1307
+ // the millisecond decimal point is included in the match
1308
+ }) : (r = ba.exec(e)) ? (a = r[1] === "-" ? -1 : 1, s = {
1309
+ y: ee(r[2], a),
1310
+ M: ee(r[3], a),
1311
+ w: ee(r[4], a),
1312
+ d: ee(r[5], a),
1313
+ h: ee(r[6], a),
1314
+ m: ee(r[7], a),
1315
+ s: ee(r[8], a)
1316
+ }) : s == null ? s = {} : typeof s == "object" && ("from" in s || "to" in s) && (i = xa(g(s.from), g(s.to)), s = {}, s.ms = i.milliseconds, s.M = i.months), n = new Ve(s), Te(e) && w(e, "_locale") && (n._locale = e._locale), Te(e) && w(e, "_isValid") && (n._isValid = e._isValid), n;
1317
+ }
1318
+ C.fn = Ve.prototype;
1319
+ C.invalid = ma;
1320
+ function ee(e, t) {
1321
+ var s = e && parseFloat(e.replace(",", "."));
1322
+ return (isNaN(s) ? 0 : s) * t;
1323
+ }
1324
+ function bt(e, t) {
1325
+ var s = {};
1326
+ return s.months = t.month() - e.month() + (t.year() - e.year()) * 12, e.clone().add(s.months, "M").isAfter(t) && --s.months, s.milliseconds = +t - +e.clone().add(s.months, "M"), s;
1327
+ }
1328
+ function xa(e, t) {
1329
+ var s;
1330
+ return e.isValid() && t.isValid() ? (t = gt(t, e), e.isBefore(t) ? s = bt(e, t) : (s = bt(t, e), s.milliseconds = -s.milliseconds, s.months = -s.months), s) : {
1331
+ milliseconds: 0,
1332
+ months: 0
1333
+ };
1334
+ }
1335
+ function as(e, t) {
1336
+ return function(s, r) {
1337
+ var a, n;
1338
+ return r !== null && !isNaN(+r) && (Rt(t, "moment()." + t + "(period, number) is deprecated. Please use moment()." + t + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."), n = s, s = r, r = n), a = C(s, r), ns(this, a, e), this;
1339
+ };
1340
+ }
1341
+ function ns(e, t, s, r) {
1342
+ var a = t._milliseconds, n = Ke(t._days), i = Ke(t._months);
1343
+ e.isValid() && (r = r == null ? !0 : r, i && Gt(e, ye(e, "Month") + i * s), n && Et(e, "Date", ye(e, "Date") + n * s), a && e._d.setTime(e._d.valueOf() + a * s), r && l.updateOffset(e, n || i));
1344
+ }
1345
+ var Na = as(1, "add"), Wa = as(-1, "subtract");
1346
+ function is(e) {
1347
+ return typeof e == "string" || e instanceof String;
1348
+ }
1349
+ function Pa(e) {
1350
+ return F(e) || ge(e) || is(e) || $(e) || Fa(e) || Ra(e) || e === null || e === void 0;
1351
+ }
1352
+ function Ra(e) {
1353
+ var t = se(e) && !st(e), s = !1, r = ["years", "year", "y", "months", "month", "M", "days", "day", "d", "dates", "date", "D", "hours", "hour", "h", "minutes", "minute", "m", "seconds", "second", "s", "milliseconds", "millisecond", "ms"], a, n, i = r.length;
1354
+ for (a = 0; a < i; a += 1)
1355
+ n = r[a], s = s || w(e, n);
1356
+ return t && s;
1357
+ }
1358
+ function Fa(e) {
1359
+ var t = R(e), s = !1;
1360
+ return t && (s = e.filter(function(r) {
1361
+ return !$(r) && is(e);
1362
+ }).length === 0), t && s;
1363
+ }
1364
+ function Ca(e) {
1365
+ var t = se(e) && !st(e), s = !1, r = ["sameDay", "nextDay", "lastDay", "nextWeek", "lastWeek", "sameElse"], a, n;
1366
+ for (a = 0; a < r.length; a += 1)
1367
+ n = r[a], s = s || w(e, n);
1368
+ return t && s;
1369
+ }
1370
+ function La(e, t) {
1371
+ var s = e.diff(t, "days", !0);
1372
+ return s < -6 ? "sameElse" : s < -1 ? "lastWeek" : s < 0 ? "lastDay" : s < 1 ? "sameDay" : s < 2 ? "nextDay" : s < 7 ? "nextWeek" : "sameElse";
1373
+ }
1374
+ function Ua(e, t) {
1375
+ arguments.length === 1 && (arguments[0] ? Pa(arguments[0]) ? (e = arguments[0], t = void 0) : Ca(arguments[0]) && (t = arguments[0], e = void 0) : (e = void 0, t = void 0));
1376
+ var s = e || g(), r = gt(s, this).startOf("day"), a = l.calendarFormat(this, r) || "sameElse", n = t && (H(t[a]) ? t[a].call(this, s) : t[a]);
1377
+ return this.format(n || this.localeData().calendar(a, this, g(s)));
1378
+ }
1379
+ function Ia() {
1380
+ return new Se(this);
1381
+ }
1382
+ function Ha(e, t) {
1383
+ var s = F(e) ? e : g(e);
1384
+ return this.isValid() && s.isValid() ? (t = W(t) || "millisecond", t === "millisecond" ? this.valueOf() > s.valueOf() : s.valueOf() < this.clone().startOf(t).valueOf()) : !1;
1385
+ }
1386
+ function Ea(e, t) {
1387
+ var s = F(e) ? e : g(e);
1388
+ return this.isValid() && s.isValid() ? (t = W(t) || "millisecond", t === "millisecond" ? this.valueOf() < s.valueOf() : this.clone().endOf(t).valueOf() < s.valueOf()) : !1;
1389
+ }
1390
+ function Aa(e, t, s, r) {
1391
+ var a = F(e) ? e : g(e), n = F(t) ? t : g(t);
1392
+ return this.isValid() && a.isValid() && n.isValid() ? (r = r || "()", (r[0] === "(" ? this.isAfter(a, s) : !this.isBefore(a, s)) && (r[1] === ")" ? this.isBefore(n, s) : !this.isAfter(n, s))) : !1;
1393
+ }
1394
+ function Va(e, t) {
1395
+ var s = F(e) ? e : g(e), r;
1396
+ return this.isValid() && s.isValid() ? (t = W(t) || "millisecond", t === "millisecond" ? this.valueOf() === s.valueOf() : (r = s.valueOf(), this.clone().startOf(t).valueOf() <= r && r <= this.clone().endOf(t).valueOf())) : !1;
1397
+ }
1398
+ function Ga(e, t) {
1399
+ return this.isSame(e, t) || this.isAfter(e, t);
1400
+ }
1401
+ function ja(e, t) {
1402
+ return this.isSame(e, t) || this.isBefore(e, t);
1403
+ }
1404
+ function za(e, t, s) {
1405
+ var r, a, n;
1406
+ if (!this.isValid())
1407
+ return NaN;
1408
+ if (r = gt(e, this), !r.isValid())
1409
+ return NaN;
1410
+ switch (a = (r.utcOffset() - this.utcOffset()) * 6e4, t = W(t), t) {
1411
+ case "year":
1412
+ n = be(this, r) / 12;
1413
+ break;
1414
+ case "month":
1415
+ n = be(this, r);
1416
+ break;
1417
+ case "quarter":
1418
+ n = be(this, r) / 3;
1419
+ break;
1420
+ case "second":
1421
+ n = (this - r) / 1e3;
1422
+ break;
1423
+ case "minute":
1424
+ n = (this - r) / 6e4;
1425
+ break;
1426
+ case "hour":
1427
+ n = (this - r) / 36e5;
1428
+ break;
1429
+ case "day":
1430
+ n = (this - r - a) / 864e5;
1431
+ break;
1432
+ case "week":
1433
+ n = (this - r - a) / 6048e5;
1434
+ break;
1435
+ default:
1436
+ n = this - r;
1437
+ }
1438
+ return s ? n : x(n);
1439
+ }
1440
+ function be(e, t) {
1441
+ if (e.date() < t.date())
1442
+ return -be(t, e);
1443
+ var s = (t.year() - e.year()) * 12 + (t.month() - e.month()), r = e.clone().add(s, "months"), a, n;
1444
+ return t - r < 0 ? (a = e.clone().add(s - 1, "months"), n = (t - r) / (r - a)) : (a = e.clone().add(s + 1, "months"), n = (t - r) / (a - r)), -(s + n) || 0;
1445
+ }
1446
+ l.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
1447
+ l.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
1448
+ function Za() {
1449
+ return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
1450
+ }
1451
+ function $a(e) {
1452
+ if (!this.isValid())
1453
+ return null;
1454
+ var t = e !== !0, s = t ? this.clone().utc() : this;
1455
+ return s.year() < 0 || s.year() > 9999 ? Oe(s, t ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ") : H(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", Oe(s, "Z")) : Oe(s, t ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ");
1456
+ }
1457
+ function qa() {
1458
+ if (!this.isValid())
1459
+ return "moment.invalid(/* " + this._i + " */)";
1460
+ var e = "moment", t = "", s, r, a, n;
1461
+ return this.isLocal() || (e = this.utcOffset() === 0 ? "moment.utc" : "moment.parseZone", t = "Z"), s = "[" + e + '("]', r = 0 <= this.year() && this.year() <= 9999 ? "YYYY" : "YYYYYY", a = "-MM-DD[T]HH:mm:ss.SSS", n = t + '[")]', this.format(s + r + a + n);
1462
+ }
1463
+ function Ba(e) {
1464
+ e || (e = this.isUtc() ? l.defaultFormatUtc : l.defaultFormat);
1465
+ var t = Oe(this, e);
1466
+ return this.localeData().postformat(t);
1467
+ }
1468
+ function Ja(e, t) {
1469
+ return this.isValid() && (F(e) && e.isValid() || g(e).isValid()) ? C({
1470
+ to: this,
1471
+ from: e
1472
+ }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
1473
+ }
1474
+ function Qa(e) {
1475
+ return this.from(g(), e);
1476
+ }
1477
+ function Xa(e, t) {
1478
+ return this.isValid() && (F(e) && e.isValid() || g(e).isValid()) ? C({
1479
+ from: this,
1480
+ to: e
1481
+ }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
1482
+ }
1483
+ function Ka(e) {
1484
+ return this.to(g(), e);
1485
+ }
1486
+ function os(e) {
1487
+ var t;
1488
+ return e === void 0 ? this._locale._abbr : (t = q(e), t != null && (this._locale = t), this);
1489
+ }
1490
+ var ls = N("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.", function(e) {
1491
+ return e === void 0 ? this.localeData() : this.locale(e);
1492
+ });
1493
+ function us() {
1494
+ return this._locale;
1495
+ }
1496
+ var We = 1e3, le = 60 * We, Pe = 60 * le, ds = (365 * 400 + 97) * 24 * Pe;
1497
+ function ue(e, t) {
1498
+ return (e % t + t) % t;
1499
+ }
1500
+ function hs(e, t, s) {
1501
+ return e < 100 && e >= 0 ? new Date(e + 400, t, s) - ds : new Date(e, t, s).valueOf();
1502
+ }
1503
+ function fs(e, t, s) {
1504
+ return e < 100 && e >= 0 ? Date.UTC(e + 400, t, s) - ds : Date.UTC(e, t, s);
1505
+ }
1506
+ function en(e) {
1507
+ var t, s;
1508
+ if (e = W(e), e === void 0 || e === "millisecond" || !this.isValid())
1509
+ return this;
1510
+ switch (s = this._isUTC ? fs : hs, e) {
1511
+ case "year":
1512
+ t = s(this.year(), 0, 1);
1513
+ break;
1514
+ case "quarter":
1515
+ t = s(this.year(), this.month() - this.month() % 3, 1);
1516
+ break;
1517
+ case "month":
1518
+ t = s(this.year(), this.month(), 1);
1519
+ break;
1520
+ case "week":
1521
+ t = s(this.year(), this.month(), this.date() - this.weekday());
1522
+ break;
1523
+ case "isoWeek":
1524
+ t = s(this.year(), this.month(), this.date() - (this.isoWeekday() - 1));
1525
+ break;
1526
+ case "day":
1527
+ case "date":
1528
+ t = s(this.year(), this.month(), this.date());
1529
+ break;
1530
+ case "hour":
1531
+ t = this._d.valueOf(), t -= ue(t + (this._isUTC ? 0 : this.utcOffset() * le), Pe);
1532
+ break;
1533
+ case "minute":
1534
+ t = this._d.valueOf(), t -= ue(t, le);
1535
+ break;
1536
+ case "second":
1537
+ t = this._d.valueOf(), t -= ue(t, We);
1538
+ break;
1539
+ }
1540
+ return this._d.setTime(t), l.updateOffset(this, !0), this;
1541
+ }
1542
+ function tn(e) {
1543
+ var t, s;
1544
+ if (e = W(e), e === void 0 || e === "millisecond" || !this.isValid())
1545
+ return this;
1546
+ switch (s = this._isUTC ? fs : hs, e) {
1547
+ case "year":
1548
+ t = s(this.year() + 1, 0, 1) - 1;
1549
+ break;
1550
+ case "quarter":
1551
+ t = s(this.year(), this.month() - this.month() % 3 + 3, 1) - 1;
1552
+ break;
1553
+ case "month":
1554
+ t = s(this.year(), this.month() + 1, 1) - 1;
1555
+ break;
1556
+ case "week":
1557
+ t = s(this.year(), this.month(), this.date() - this.weekday() + 7) - 1;
1558
+ break;
1559
+ case "isoWeek":
1560
+ t = s(this.year(), this.month(), this.date() - (this.isoWeekday() - 1) + 7) - 1;
1561
+ break;
1562
+ case "day":
1563
+ case "date":
1564
+ t = s(this.year(), this.month(), this.date() + 1) - 1;
1565
+ break;
1566
+ case "hour":
1567
+ t = this._d.valueOf(), t += Pe - ue(t + (this._isUTC ? 0 : this.utcOffset() * le), Pe) - 1;
1568
+ break;
1569
+ case "minute":
1570
+ t = this._d.valueOf(), t += le - ue(t, le) - 1;
1571
+ break;
1572
+ case "second":
1573
+ t = this._d.valueOf(), t += We - ue(t, We) - 1;
1574
+ break;
1575
+ }
1576
+ return this._d.setTime(t), l.updateOffset(this, !0), this;
1577
+ }
1578
+ function sn() {
1579
+ return this._d.valueOf() - (this._offset || 0) * 6e4;
1580
+ }
1581
+ function rn() {
1582
+ return Math.floor(this.valueOf() / 1e3);
1583
+ }
1584
+ function an() {
1585
+ return new Date(this.valueOf());
1586
+ }
1587
+ function nn() {
1588
+ var e = this;
1589
+ return [e.year(), e.month(), e.date(), e.hour(), e.minute(), e.second(), e.millisecond()];
1590
+ }
1591
+ function on() {
1592
+ var e = this;
1593
+ return {
1594
+ years: e.year(),
1595
+ months: e.month(),
1596
+ date: e.date(),
1597
+ hours: e.hours(),
1598
+ minutes: e.minutes(),
1599
+ seconds: e.seconds(),
1600
+ milliseconds: e.milliseconds()
1601
+ };
1602
+ }
1603
+ function ln() {
1604
+ return this.isValid() ? this.toISOString() : null;
1605
+ }
1606
+ function un() {
1607
+ return rt(this);
1608
+ }
1609
+ function dn() {
1610
+ return Q({}, c(this));
1611
+ }
1612
+ function hn() {
1613
+ return c(this).overflow;
1614
+ }
1615
+ function fn() {
1616
+ return {
1617
+ input: this._i,
1618
+ format: this._f,
1619
+ locale: this._locale,
1620
+ isUTC: this._isUTC,
1621
+ strict: this._strict
1622
+ };
1623
+ }
1624
+ h("N", 0, 0, "eraAbbr");
1625
+ h("NN", 0, 0, "eraAbbr");
1626
+ h("NNN", 0, 0, "eraAbbr");
1627
+ h("NNNN", 0, 0, "eraName");
1628
+ h("NNNNN", 0, 0, "eraNarrow");
1629
+ h("y", ["y", 1], "yo", "eraYear");
1630
+ h("y", ["yy", 2], 0, "eraYear");
1631
+ h("y", ["yyy", 3], 0, "eraYear");
1632
+ h("y", ["yyyy", 4], 0, "eraYear");
1633
+ d("N", St);
1634
+ d("NN", St);
1635
+ d("NNN", St);
1636
+ d("NNNN", vn);
1637
+ d("NNNNN", Yn);
1638
+ M(["N", "NN", "NNN", "NNNN", "NNNNN"], function(e, t, s, r) {
1639
+ var a = s._locale.erasParse(e, r, s._strict);
1640
+ a ? c(s).era = a : c(s).invalidEra = e;
1641
+ });
1642
+ d("y", de);
1643
+ d("yy", de);
1644
+ d("yyy", de);
1645
+ d("yyyy", de);
1646
+ d("yo", pn);
1647
+ M(["y", "yy", "yyy", "yyyy"], p);
1648
+ M(["yo"], function(e, t, s, r) {
1649
+ var a;
1650
+ s._locale._eraYearOrdinalRegex && (a = e.match(s._locale._eraYearOrdinalRegex)), s._locale.eraYearOrdinalParse ? t[p] = s._locale.eraYearOrdinalParse(e, a) : t[p] = parseInt(e, 10);
1651
+ });
1652
+ function cn(e, t) {
1653
+ var s, r, a, n = this._eras || q("en")._eras;
1654
+ for (s = 0, r = n.length; s < r; ++s) {
1655
+ switch (typeof n[s].since) {
1656
+ case "string":
1657
+ a = l(n[s].since).startOf("day"), n[s].since = a.valueOf();
1658
+ break;
1659
+ }
1660
+ switch (typeof n[s].until) {
1661
+ case "undefined":
1662
+ n[s].until = 1 / 0;
1663
+ break;
1664
+ case "string":
1665
+ a = l(n[s].until).startOf("day").valueOf(), n[s].until = a.valueOf();
1666
+ break;
1667
+ }
1668
+ }
1669
+ return n;
1670
+ }
1671
+ function mn(e, t, s) {
1672
+ var r, a, n = this.eras(), i, u, f;
1673
+ for (e = e.toUpperCase(), r = 0, a = n.length; r < a; ++r)
1674
+ if (i = n[r].name.toUpperCase(), u = n[r].abbr.toUpperCase(), f = n[r].narrow.toUpperCase(), s)
1675
+ switch (t) {
1676
+ case "N":
1677
+ case "NN":
1678
+ case "NNN":
1679
+ if (u === e)
1680
+ return n[r];
1681
+ break;
1682
+ case "NNNN":
1683
+ if (i === e)
1684
+ return n[r];
1685
+ break;
1686
+ case "NNNNN":
1687
+ if (f === e)
1688
+ return n[r];
1689
+ break;
1690
+ }
1691
+ else if ([i, u, f].indexOf(e) >= 0)
1692
+ return n[r];
1693
+ }
1694
+ function _n(e, t) {
1695
+ var s = e.since <= e.until ? 1 : -1;
1696
+ return t === void 0 ? l(e.since).year() : l(e.since).year() + (t - e.offset) * s;
1697
+ }
1698
+ function yn() {
1699
+ var e, t, s, r = this.localeData().eras();
1700
+ for (e = 0, t = r.length; e < t; ++e)
1701
+ if (s = this.clone().startOf("day").valueOf(), r[e].since <= s && s <= r[e].until || r[e].until <= s && s <= r[e].since)
1702
+ return r[e].name;
1703
+ return "";
1704
+ }
1705
+ function wn() {
1706
+ var e, t, s, r = this.localeData().eras();
1707
+ for (e = 0, t = r.length; e < t; ++e)
1708
+ if (s = this.clone().startOf("day").valueOf(), r[e].since <= s && s <= r[e].until || r[e].until <= s && s <= r[e].since)
1709
+ return r[e].narrow;
1710
+ return "";
1711
+ }
1712
+ function kn() {
1713
+ var e, t, s, r = this.localeData().eras();
1714
+ for (e = 0, t = r.length; e < t; ++e)
1715
+ if (s = this.clone().startOf("day").valueOf(), r[e].since <= s && s <= r[e].until || r[e].until <= s && s <= r[e].since)
1716
+ return r[e].abbr;
1717
+ return "";
1718
+ }
1719
+ function Mn() {
1720
+ var e, t, s, r, a = this.localeData().eras();
1721
+ for (e = 0, t = a.length; e < t; ++e)
1722
+ if (s = a[e].since <= a[e].until ? 1 : -1, r = this.clone().startOf("day").valueOf(), a[e].since <= r && r <= a[e].until || a[e].until <= r && r <= a[e].since)
1723
+ return (this.year() - l(a[e].since).year()) * s + a[e].offset;
1724
+ return this.year();
1725
+ }
1726
+ function gn(e) {
1727
+ return w(this, "_erasNameRegex") || Dt.call(this), e ? this._erasNameRegex : this._erasRegex;
1728
+ }
1729
+ function Sn(e) {
1730
+ return w(this, "_erasAbbrRegex") || Dt.call(this), e ? this._erasAbbrRegex : this._erasRegex;
1731
+ }
1732
+ function Dn(e) {
1733
+ return w(this, "_erasNarrowRegex") || Dt.call(this), e ? this._erasNarrowRegex : this._erasRegex;
1734
+ }
1735
+ function St(e, t) {
1736
+ return t.erasAbbrRegex(e);
1737
+ }
1738
+ function vn(e, t) {
1739
+ return t.erasNameRegex(e);
1740
+ }
1741
+ function Yn(e, t) {
1742
+ return t.erasNarrowRegex(e);
1743
+ }
1744
+ function pn(e, t) {
1745
+ return t._eraYearOrdinalRegex || de;
1746
+ }
1747
+ function Dt() {
1748
+ var e = [], t = [], s = [], r = [], a, n, i, u, f, _ = this.eras();
1749
+ for (a = 0, n = _.length; a < n; ++a)
1750
+ i = z(_[a].name), u = z(_[a].abbr), f = z(_[a].narrow), t.push(i), e.push(u), s.push(f), r.push(i), r.push(u), r.push(f);
1751
+ this._erasRegex = new RegExp("^(" + r.join("|") + ")", "i"), this._erasNameRegex = new RegExp("^(" + t.join("|") + ")", "i"), this._erasAbbrRegex = new RegExp("^(" + e.join("|") + ")", "i"), this._erasNarrowRegex = new RegExp("^(" + s.join("|") + ")", "i");
1752
+ }
1753
+ h(0, ["gg", 2], 0, function() {
1754
+ return this.weekYear() % 100;
1755
+ });
1756
+ h(0, ["GG", 2], 0, function() {
1757
+ return this.isoWeekYear() % 100;
1758
+ });
1759
+ function Ge(e, t) {
1760
+ h(0, [e, e.length], 0, t);
1761
+ }
1762
+ Ge("gggg", "weekYear");
1763
+ Ge("ggggg", "weekYear");
1764
+ Ge("GGGG", "isoWeekYear");
1765
+ Ge("GGGGG", "isoWeekYear");
1766
+ d("G", Ie);
1767
+ d("g", Ie);
1768
+ d("GG", S, b);
1769
+ d("gg", S, b);
1770
+ d("GGGG", ut, lt);
1771
+ d("gggg", ut, lt);
1772
+ d("GGGGG", Ue, Ce);
1773
+ d("ggggg", Ue, Ce);
1774
+ ve(["gggg", "ggggg", "GGGG", "GGGGG"], function(e, t, s, r) {
1775
+ t[r.substr(0, 2)] = m(e);
1776
+ });
1777
+ ve(["gg", "GG"], function(e, t, s, r) {
1778
+ t[r] = l.parseTwoDigitYear(e);
1779
+ });
1780
+ function On(e) {
1781
+ return cs.call(this, e, this.week(), this.weekday() + this.localeData()._week.dow, this.localeData()._week.dow, this.localeData()._week.doy);
1782
+ }
1783
+ function Tn(e) {
1784
+ return cs.call(this, e, this.isoWeek(), this.isoWeekday(), 1, 4);
1785
+ }
1786
+ function bn() {
1787
+ return Z(this.year(), 1, 4);
1788
+ }
1789
+ function xn() {
1790
+ return Z(this.isoWeekYear(), 1, 4);
1791
+ }
1792
+ function Nn() {
1793
+ var e = this.localeData()._week;
1794
+ return Z(this.year(), e.dow, e.doy);
1795
+ }
1796
+ function Wn() {
1797
+ var e = this.localeData()._week;
1798
+ return Z(this.weekYear(), e.dow, e.doy);
1799
+ }
1800
+ function cs(e, t, s, r, a) {
1801
+ var n;
1802
+ return e == null ? ke(this, r, a).year : (n = Z(e, r, a), t > n && (t = n), Pn.call(this, e, t, s, r, a));
1803
+ }
1804
+ function Pn(e, t, s, r, a) {
1805
+ var n = Zt(e, t, s, r, a), i = we(n.year, 0, n.dayOfYear);
1806
+ return this.year(i.getUTCFullYear()), this.month(i.getUTCMonth()), this.date(i.getUTCDate()), this;
1807
+ }
1808
+ h("Q", 0, "Qo", "quarter");
1809
+ d("Q", Ct);
1810
+ M("Q", function(e, t) {
1811
+ t[G] = (m(e) - 1) * 3;
1812
+ });
1813
+ function Rn(e) {
1814
+ return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
1815
+ }
1816
+ h("D", ["DD", 2], "Do", "date");
1817
+ d("D", S, he);
1818
+ d("DD", S, b);
1819
+ d("Do", function(e, t) {
1820
+ return e ? t._dayOfMonthOrdinalParse || t._ordinalParse : t._dayOfMonthOrdinalParseLenient;
1821
+ });
1822
+ M(["D", "DD"], L);
1823
+ M("Do", function(e, t) {
1824
+ t[L] = m(e.match(S)[0]);
1825
+ });
1826
+ var ms = fe("Date", !0);
1827
+ h("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
1828
+ d("DDD", Le);
1829
+ d("DDDD", Lt);
1830
+ M(["DDD", "DDDD"], function(e, t, s) {
1831
+ s._dayOfYear = m(e);
1832
+ });
1833
+ function Fn(e) {
1834
+ var t = Math.round((this.clone().startOf("day") - this.clone().startOf("year")) / 864e5) + 1;
1835
+ return e == null ? t : this.add(e - t, "d");
1836
+ }
1837
+ h("m", ["mm", 2], 0, "minute");
1838
+ d("m", S, dt);
1839
+ d("mm", S, b);
1840
+ M(["m", "mm"], P);
1841
+ var Cn = fe("Minutes", !1);
1842
+ h("s", ["ss", 2], 0, "second");
1843
+ d("s", S, dt);
1844
+ d("ss", S, b);
1845
+ M(["s", "ss"], j);
1846
+ var Ln = fe("Seconds", !1);
1847
+ h("S", 0, 0, function() {
1848
+ return ~~(this.millisecond() / 100);
1849
+ });
1850
+ h(0, ["SS", 2], 0, function() {
1851
+ return ~~(this.millisecond() / 10);
1852
+ });
1853
+ h(0, ["SSS", 3], 0, "millisecond");
1854
+ h(0, ["SSSS", 4], 0, function() {
1855
+ return this.millisecond() * 10;
1856
+ });
1857
+ h(0, ["SSSSS", 5], 0, function() {
1858
+ return this.millisecond() * 100;
1859
+ });
1860
+ h(0, ["SSSSSS", 6], 0, function() {
1861
+ return this.millisecond() * 1e3;
1862
+ });
1863
+ h(0, ["SSSSSSS", 7], 0, function() {
1864
+ return this.millisecond() * 1e4;
1865
+ });
1866
+ h(0, ["SSSSSSSS", 8], 0, function() {
1867
+ return this.millisecond() * 1e5;
1868
+ });
1869
+ h(0, ["SSSSSSSSS", 9], 0, function() {
1870
+ return this.millisecond() * 1e6;
1871
+ });
1872
+ d("S", Le, Ct);
1873
+ d("SS", Le, b);
1874
+ d("SSS", Le, Lt);
1875
+ var X, _s;
1876
+ for (X = "SSSS"; X.length <= 9; X += "S")
1877
+ d(X, de);
1878
+ function Un(e, t) {
1879
+ t[te] = m(("0." + e) * 1e3);
1880
+ }
1881
+ for (X = "S"; X.length <= 9; X += "S")
1882
+ M(X, Un);
1883
+ _s = fe("Milliseconds", !1);
1884
+ h("z", 0, 0, "zoneAbbr");
1885
+ h("zz", 0, 0, "zoneName");
1886
+ function In() {
1887
+ return this._isUTC ? "UTC" : "";
1888
+ }
1889
+ function Hn() {
1890
+ return this._isUTC ? "Coordinated Universal Time" : "";
1891
+ }
1892
+ var o = Se.prototype;
1893
+ o.add = Na;
1894
+ o.calendar = Ua;
1895
+ o.clone = Ia;
1896
+ o.diff = za;
1897
+ o.endOf = tn;
1898
+ o.format = Ba;
1899
+ o.from = Ja;
1900
+ o.fromNow = Qa;
1901
+ o.to = Xa;
1902
+ o.toNow = Ka;
1903
+ o.get = qs;
1904
+ o.invalidAt = hn;
1905
+ o.isAfter = Ha;
1906
+ o.isBefore = Ea;
1907
+ o.isBetween = Aa;
1908
+ o.isSame = Va;
1909
+ o.isSameOrAfter = Ga;
1910
+ o.isSameOrBefore = ja;
1911
+ o.isValid = un;
1912
+ o.lang = ls;
1913
+ o.locale = os;
1914
+ o.localeData = us;
1915
+ o.max = la;
1916
+ o.min = oa;
1917
+ o.parsingFlags = dn;
1918
+ o.set = Bs;
1919
+ o.startOf = en;
1920
+ o.subtract = Wa;
1921
+ o.toArray = nn;
1922
+ o.toObject = on;
1923
+ o.toDate = an;
1924
+ o.toISOString = $a;
1925
+ o.inspect = qa;
1926
+ typeof Symbol != "undefined" && Symbol.for != null && (o[Symbol.for("nodejs.util.inspect.custom")] = function() {
1927
+ return "Moment<" + this.format() + ">";
1928
+ });
1929
+ o.toJSON = ln;
1930
+ o.toString = Za;
1931
+ o.unix = rn;
1932
+ o.valueOf = sn;
1933
+ o.creationData = fn;
1934
+ o.eraName = yn;
1935
+ o.eraNarrow = wn;
1936
+ o.eraAbbr = kn;
1937
+ o.eraYear = Mn;
1938
+ o.year = Ht;
1939
+ o.isLeapYear = $s;
1940
+ o.weekYear = On;
1941
+ o.isoWeekYear = Tn;
1942
+ o.quarter = o.quarters = Rn;
1943
+ o.month = jt;
1944
+ o.daysInMonth = ar;
1945
+ o.week = o.weeks = fr;
1946
+ o.isoWeek = o.isoWeeks = cr;
1947
+ o.weeksInYear = Nn;
1948
+ o.weeksInWeekYear = Wn;
1949
+ o.isoWeeksInYear = bn;
1950
+ o.isoWeeksInISOWeekYear = xn;
1951
+ o.date = ms;
1952
+ o.day = o.days = Or;
1953
+ o.weekday = Tr;
1954
+ o.isoWeekday = br;
1955
+ o.dayOfYear = Fn;
1956
+ o.hour = o.hours = Cr;
1957
+ o.minute = o.minutes = Cn;
1958
+ o.second = o.seconds = Ln;
1959
+ o.millisecond = o.milliseconds = _s;
1960
+ o.utcOffset = wa;
1961
+ o.utc = Ma;
1962
+ o.local = ga;
1963
+ o.parseZone = Sa;
1964
+ o.hasAlignedHourOffset = Da;
1965
+ o.isDST = va;
1966
+ o.isLocal = pa;
1967
+ o.isUtcOffset = Oa;
1968
+ o.isUtc = rs;
1969
+ o.isUTC = rs;
1970
+ o.zoneAbbr = In;
1971
+ o.zoneName = Hn;
1972
+ o.dates = N("dates accessor is deprecated. Use date instead.", ms);
1973
+ o.months = N("months accessor is deprecated. Use month instead", jt);
1974
+ o.years = N("years accessor is deprecated. Use year instead", Ht);
1975
+ o.zone = N("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/", ka);
1976
+ o.isDSTShifted = N("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information", Ya);
1977
+ function En(e) {
1978
+ return g(e * 1e3);
1979
+ }
1980
+ function An() {
1981
+ return g.apply(null, arguments).parseZone();
1982
+ }
1983
+ function ys(e) {
1984
+ return e;
1985
+ }
1986
+ var k = nt.prototype;
1987
+ k.calendar = ps;
1988
+ k.longDateFormat = xs;
1989
+ k.invalidDate = Ws;
1990
+ k.ordinal = Fs;
1991
+ k.preparse = ys;
1992
+ k.postformat = ys;
1993
+ k.relativeTime = Ls;
1994
+ k.pastFuture = Us;
1995
+ k.set = vs;
1996
+ k.eras = cn;
1997
+ k.erasParse = mn;
1998
+ k.erasConvertYear = _n;
1999
+ k.erasAbbrRegex = Sn;
2000
+ k.erasNameRegex = gn;
2001
+ k.erasNarrowRegex = Dn;
2002
+ k.months = er;
2003
+ k.monthsShort = tr;
2004
+ k.monthsParse = rr;
2005
+ k.monthsRegex = ir;
2006
+ k.monthsShortRegex = nr;
2007
+ k.week = lr;
2008
+ k.firstDayOfYear = hr;
2009
+ k.firstDayOfWeek = dr;
2010
+ k.weekdays = Sr;
2011
+ k.weekdaysMin = vr;
2012
+ k.weekdaysShort = Dr;
2013
+ k.weekdaysParse = pr;
2014
+ k.weekdaysRegex = xr;
2015
+ k.weekdaysShortRegex = Nr;
2016
+ k.weekdaysMinRegex = Wr;
2017
+ k.isPM = Rr;
2018
+ k.meridiem = Lr;
2019
+ function Re(e, t, s, r) {
2020
+ var a = q(), n = I().set(r, t);
2021
+ return a[s](n, e);
2022
+ }
2023
+ function ws(e, t, s) {
2024
+ if ($(e) && (t = e, e = void 0), e = e || "", t != null)
2025
+ return Re(e, t, s, "month");
2026
+ var r, a = [];
2027
+ for (r = 0; r < 12; r++)
2028
+ a[r] = Re(e, r, s, "month");
2029
+ return a;
2030
+ }
2031
+ function vt(e, t, s, r) {
2032
+ typeof e == "boolean" ? ($(t) && (s = t, t = void 0), t = t || "") : (t = e, s = t, e = !1, $(t) && (s = t, t = void 0), t = t || "");
2033
+ var a = q(), n = e ? a._week.dow : 0, i, u = [];
2034
+ if (s != null)
2035
+ return Re(t, (s + n) % 7, r, "day");
2036
+ for (i = 0; i < 7; i++)
2037
+ u[i] = Re(t, (i + n) % 7, r, "day");
2038
+ return u;
2039
+ }
2040
+ function Vn(e, t) {
2041
+ return ws(e, t, "months");
2042
+ }
2043
+ function Gn(e, t) {
2044
+ return ws(e, t, "monthsShort");
2045
+ }
2046
+ function jn(e, t, s) {
2047
+ return vt(e, t, s, "weekdays");
2048
+ }
2049
+ function zn(e, t, s) {
2050
+ return vt(e, t, s, "weekdaysShort");
2051
+ }
2052
+ function Zn(e, t, s) {
2053
+ return vt(e, t, s, "weekdaysMin");
2054
+ }
2055
+ K("en", {
2056
+ eras: [{
2057
+ since: "0001-01-01",
2058
+ until: 1 / 0,
2059
+ offset: 1,
2060
+ name: "Anno Domini",
2061
+ narrow: "AD",
2062
+ abbr: "AD"
2063
+ }, {
2064
+ since: "0000-12-31",
2065
+ until: -1 / 0,
2066
+ offset: 1,
2067
+ name: "Before Christ",
2068
+ narrow: "BC",
2069
+ abbr: "BC"
2070
+ }],
2071
+ dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
2072
+ ordinal: function(e) {
2073
+ var t = e % 10, s = m(e % 100 / 10) === 1 ? "th" : t === 1 ? "st" : t === 2 ? "nd" : t === 3 ? "rd" : "th";
2074
+ return e + s;
2075
+ }
2076
+ });
2077
+ l.lang = N("moment.lang is deprecated. Use moment.locale instead.", K);
2078
+ l.langData = N("moment.langData is deprecated. Use moment.localeData instead.", q);
2079
+ var A = Math.abs;
2080
+ function $n() {
2081
+ var e = this._data;
2082
+ return this._milliseconds = A(this._milliseconds), this._days = A(this._days), this._months = A(this._months), e.milliseconds = A(e.milliseconds), e.seconds = A(e.seconds), e.minutes = A(e.minutes), e.hours = A(e.hours), e.months = A(e.months), e.years = A(e.years), this;
2083
+ }
2084
+ function ks(e, t, s, r) {
2085
+ var a = C(t, s);
2086
+ return e._milliseconds += r * a._milliseconds, e._days += r * a._days, e._months += r * a._months, e._bubble();
2087
+ }
2088
+ function qn(e, t) {
2089
+ return ks(this, e, t, 1);
2090
+ }
2091
+ function Bn(e, t) {
2092
+ return ks(this, e, t, -1);
2093
+ }
2094
+ function xt(e) {
2095
+ return e < 0 ? Math.floor(e) : Math.ceil(e);
2096
+ }
2097
+ function Jn() {
2098
+ var e = this._milliseconds, t = this._days, s = this._months, r = this._data, a, n, i, u, f;
2099
+ return e >= 0 && t >= 0 && s >= 0 || e <= 0 && t <= 0 && s <= 0 || (e += xt(tt(s) + t) * 864e5, t = 0, s = 0), r.milliseconds = e % 1e3, a = x(e / 1e3), r.seconds = a % 60, n = x(a / 60), r.minutes = n % 60, i = x(n / 60), r.hours = i % 24, t += x(i / 24), f = x(Ms(t)), s += f, t -= xt(tt(f)), u = x(s / 12), s %= 12, r.days = t, r.months = s, r.years = u, this;
2100
+ }
2101
+ function Ms(e) {
2102
+ return e * 4800 / 146097;
2103
+ }
2104
+ function tt(e) {
2105
+ return e * 146097 / 4800;
2106
+ }
2107
+ function Qn(e) {
2108
+ if (!this.isValid())
2109
+ return NaN;
2110
+ var t, s, r = this._milliseconds;
2111
+ if (e = W(e), e === "month" || e === "quarter" || e === "year")
2112
+ switch (t = this._days + r / 864e5, s = this._months + Ms(t), e) {
2113
+ case "month":
2114
+ return s;
2115
+ case "quarter":
2116
+ return s / 3;
2117
+ case "year":
2118
+ return s / 12;
2119
+ }
2120
+ else
2121
+ switch (t = this._days + Math.round(tt(this._months)), e) {
2122
+ case "week":
2123
+ return t / 7 + r / 6048e5;
2124
+ case "day":
2125
+ return t + r / 864e5;
2126
+ case "hour":
2127
+ return t * 24 + r / 36e5;
2128
+ case "minute":
2129
+ return t * 1440 + r / 6e4;
2130
+ case "second":
2131
+ return t * 86400 + r / 1e3;
2132
+ case "millisecond":
2133
+ return Math.floor(t * 864e5) + r;
2134
+ default:
2135
+ throw new Error("Unknown unit " + e);
2136
+ }
2137
+ }
2138
+ function B(e) {
2139
+ return function() {
2140
+ return this.as(e);
2141
+ };
2142
+ }
2143
+ var gs = B("ms"), Xn = B("s"), Kn = B("m"), ei = B("h"), ti = B("d"), si = B("w"), ri = B("M"), ai = B("Q"), ni = B("y"), ii = gs;
2144
+ function oi() {
2145
+ return C(this);
2146
+ }
2147
+ function li(e) {
2148
+ return e = W(e), this.isValid() ? this[e + "s"]() : NaN;
2149
+ }
2150
+ function re(e) {
2151
+ return function() {
2152
+ return this.isValid() ? this._data[e] : NaN;
2153
+ };
2154
+ }
2155
+ var ui = re("milliseconds"), di = re("seconds"), hi = re("minutes"), fi = re("hours"), ci = re("days"), mi = re("months"), _i = re("years");
2156
+ function yi() {
2157
+ return x(this.days() / 7);
2158
+ }
2159
+ var V = Math.round, ie = {
2160
+ ss: 44,
2161
+ // a few seconds to seconds
2162
+ s: 45,
2163
+ // seconds to minute
2164
+ m: 45,
2165
+ // minutes to hour
2166
+ h: 22,
2167
+ // hours to day
2168
+ d: 26,
2169
+ // days to month/week
2170
+ w: null,
2171
+ // weeks to month
2172
+ M: 11
2173
+ // months to year
2174
+ };
2175
+ function wi(e, t, s, r, a) {
2176
+ return a.relativeTime(t || 1, !!s, e, r);
2177
+ }
2178
+ function ki(e, t, s, r) {
2179
+ var a = C(e).abs(), n = V(a.as("s")), i = V(a.as("m")), u = V(a.as("h")), f = V(a.as("d")), _ = V(a.as("M")), O = V(a.as("w")), E = V(a.as("y")), J = n <= s.ss && ["s", n] || n < s.s && ["ss", n] || i <= 1 && ["m"] || i < s.m && ["mm", i] || u <= 1 && ["h"] || u < s.h && ["hh", u] || f <= 1 && ["d"] || f < s.d && ["dd", f];
2180
+ return s.w != null && (J = J || O <= 1 && ["w"] || O < s.w && ["ww", O]), J = J || _ <= 1 && ["M"] || _ < s.M && ["MM", _] || E <= 1 && ["y"] || ["yy", E], J[2] = t, J[3] = +e > 0, J[4] = r, wi.apply(null, J);
2181
+ }
2182
+ function Mi(e) {
2183
+ return e === void 0 ? V : typeof e == "function" ? (V = e, !0) : !1;
2184
+ }
2185
+ function gi(e, t) {
2186
+ return ie[e] === void 0 ? !1 : t === void 0 ? ie[e] : (ie[e] = t, e === "s" && (ie.ss = t - 1), !0);
2187
+ }
2188
+ function Si(e, t) {
2189
+ if (!this.isValid())
2190
+ return this.localeData().invalidDate();
2191
+ var s = !1, r = ie, a, n;
2192
+ return typeof e == "object" && (t = e, e = !1), typeof e == "boolean" && (s = e), typeof t == "object" && (r = Object.assign({}, ie, t), t.s != null && t.ss == null && (r.ss = t.s - 1)), a = this.localeData(), n = ki(this, !s, r, a), s && (n = a.pastFuture(+this, n)), a.postformat(n);
2193
+ }
2194
+ var qe = Math.abs;
2195
+ function ae(e) {
2196
+ return (e > 0) - (e < 0) || +e;
2197
+ }
2198
+ function je() {
2199
+ if (!this.isValid())
2200
+ return this.localeData().invalidDate();
2201
+ var e = qe(this._milliseconds) / 1e3, t = qe(this._days), s = qe(this._months), r, a, n, i, u = this.asSeconds(), f, _, O, E;
2202
+ return u ? (r = x(e / 60), a = x(r / 60), e %= 60, r %= 60, n = x(s / 12), s %= 12, i = e ? e.toFixed(3).replace(/\.?0+$/, "") : "", f = u < 0 ? "-" : "", _ = ae(this._months) !== ae(u) ? "-" : "", O = ae(this._days) !== ae(u) ? "-" : "", E = ae(this._milliseconds) !== ae(u) ? "-" : "", f + "P" + (n ? _ + n + "Y" : "") + (s ? _ + s + "M" : "") + (t ? O + t + "D" : "") + (a || r || e ? "T" : "") + (a ? E + a + "H" : "") + (r ? E + r + "M" : "") + (e ? E + i + "S" : "")) : "P0D";
2203
+ }
2204
+ var y = Ve.prototype;
2205
+ y.isValid = ca;
2206
+ y.abs = $n;
2207
+ y.add = qn;
2208
+ y.subtract = Bn;
2209
+ y.as = Qn;
2210
+ y.asMilliseconds = gs;
2211
+ y.asSeconds = Xn;
2212
+ y.asMinutes = Kn;
2213
+ y.asHours = ei;
2214
+ y.asDays = ti;
2215
+ y.asWeeks = si;
2216
+ y.asMonths = ri;
2217
+ y.asQuarters = ai;
2218
+ y.asYears = ni;
2219
+ y.valueOf = ii;
2220
+ y._bubble = Jn;
2221
+ y.clone = oi;
2222
+ y.get = li;
2223
+ y.milliseconds = ui;
2224
+ y.seconds = di;
2225
+ y.minutes = hi;
2226
+ y.hours = fi;
2227
+ y.days = ci;
2228
+ y.weeks = yi;
2229
+ y.months = mi;
2230
+ y.years = _i;
2231
+ y.humanize = Si;
2232
+ y.toISOString = je;
2233
+ y.toString = je;
2234
+ y.toJSON = je;
2235
+ y.locale = os;
2236
+ y.localeData = us;
2237
+ y.toIsoString = N("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)", je);
2238
+ y.lang = ls;
2239
+ h("X", 0, 0, "unix");
2240
+ h("x", 0, 0, "valueOf");
2241
+ d("x", Ie);
2242
+ d("X", As);
2243
+ M("X", function(e, t, s) {
2244
+ s._d = new Date(parseFloat(e) * 1e3);
2245
+ });
2246
+ M("x", function(e, t, s) {
2247
+ s._d = new Date(m(e));
2248
+ });
2249
+ //! moment.js
2250
+ l.version = "2.30.1";
2251
+ Ss(g);
2252
+ l.fn = o;
2253
+ l.min = ua;
2254
+ l.max = da;
2255
+ l.now = ha;
2256
+ l.utc = I;
2257
+ l.unix = En;
2258
+ l.months = Vn;
2259
+ l.isDate = ge;
2260
+ l.locale = K;
2261
+ l.invalid = Fe;
2262
+ l.duration = C;
2263
+ l.isMoment = F;
2264
+ l.weekdays = jn;
2265
+ l.parseZone = An;
2266
+ l.localeData = q;
2267
+ l.isDuration = Te;
2268
+ l.monthsShort = Gn;
2269
+ l.weekdaysMin = Zn;
2270
+ l.defineLocale = _t;
2271
+ l.updateLocale = Er;
2272
+ l.locales = Ar;
2273
+ l.weekdaysShort = zn;
2274
+ l.normalizeUnits = W;
2275
+ l.relativeTimeRounding = Mi;
2276
+ l.relativeTimeThreshold = gi;
2277
+ l.calendarFormat = La;
2278
+ l.prototype = o;
2279
+ l.HTML5_FMT = {
2280
+ DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
2281
+ // <input type="datetime-local" />
2282
+ DATETIME_LOCAL_SECONDS: "YYYY-MM-DDTHH:mm:ss",
2283
+ // <input type="datetime-local" step="1" />
2284
+ DATETIME_LOCAL_MS: "YYYY-MM-DDTHH:mm:ss.SSS",
2285
+ // <input type="datetime-local" step="0.001" />
2286
+ DATE: "YYYY-MM-DD",
2287
+ // <input type="date" />
2288
+ TIME: "HH:mm",
2289
+ // <input type="time" />
2290
+ TIME_SECONDS: "HH:mm:ss",
2291
+ // <input type="time" step="1" />
2292
+ TIME_MS: "HH:mm:ss.SSS",
2293
+ // <input type="time" step="0.001" />
2294
+ WEEK: "GGGG-[W]WW",
2295
+ // <input type="week" />
2296
+ MONTH: "YYYY-MM"
2297
+ // <input type="month" />
2298
+ };
2299
+ export {
2300
+ l as default
2301
+ };