xyvcard-itsm-flow 0.0.1

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