@everymatrix/casino-footer-v2 1.54.6 → 1.54.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4082 @@
1
+ var Js = (e, t, s) => new Promise((n, r) => {
2
+ var i = (o) => {
3
+ try {
4
+ l(s.next(o));
5
+ } catch (u) {
6
+ r(u);
7
+ }
8
+ }, a = (o) => {
9
+ try {
10
+ l(s.throw(o));
11
+ } catch (u) {
12
+ r(u);
13
+ }
14
+ }, l = (o) => o.done ? n(o.value) : Promise.resolve(o.value).then(i, a);
15
+ l((s = s.apply(e, t)).next());
16
+ });
17
+ import { S as Vr, b as jr, f as q, s as zr, u as Zr, c as Br, n as pt, d as L, v as qr, m as y, e as R, k as Jt, o as J, w as Jr, x as Qr, l as ze, h as p, g as k, y as Xr, j as Qs, z as He, A as Qt, B as _, r as Wn, C as Xs, q as ve, p as mt, t as Se, D as Ks, E as Kr, F as Xt, G as $s, i as Kt } from "./CasinoFooterSection-BZ2jueSP.js";
18
+ import { $ as $t, a as $r, b as ei, i as ti, c as si, g as ni, d as ri } from "./CasinoFooterThumbnail-DMubAySl.js";
19
+ if (typeof window != "undefined") {
20
+ let e = function(t) {
21
+ return function(...s) {
22
+ try {
23
+ return t.apply(this, s);
24
+ } catch (n) {
25
+ if (n instanceof DOMException && n.message.includes("has already been used with this registry") || n.message.includes("Cannot define multiple custom elements with the same tag name"))
26
+ return !1;
27
+ throw n;
28
+ }
29
+ };
30
+ };
31
+ customElements.define = e(customElements.define), import("./CasinoFooterSection-BZ2jueSP.js").then((t) => t.I).then(({ default: t }) => {
32
+ !customElements.get("casino-footer-section") && customElements.define("casino-footer-section", t.element);
33
+ });
34
+ }
35
+ if (typeof window != "undefined") {
36
+ let e = function(t) {
37
+ return function(...s) {
38
+ try {
39
+ return t.apply(this, s);
40
+ } catch (n) {
41
+ if (n instanceof DOMException && n.message.includes("has already been used with this registry") || n.message.includes("Cannot define multiple custom elements with the same tag name"))
42
+ return !1;
43
+ throw n;
44
+ }
45
+ };
46
+ };
47
+ customElements.define = e(customElements.define), import("./PlayerPanicButton-wtxk77OZ.js").then(({ default: t }) => {
48
+ !customElements.get("player-panic-button") && customElements.define("player-panic-button", t.element);
49
+ });
50
+ }
51
+ function ii(e) {
52
+ throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
53
+ }
54
+ //! moment.js
55
+ //! version : 2.30.1
56
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
57
+ //! license : MIT
58
+ //! momentjs.com
59
+ var Cn;
60
+ function h() {
61
+ return Cn.apply(null, arguments);
62
+ }
63
+ function ai(e) {
64
+ Cn = e;
65
+ }
66
+ function ae(e) {
67
+ return e instanceof Array || Object.prototype.toString.call(e) === "[object Array]";
68
+ }
69
+ function Ce(e) {
70
+ return e != null && Object.prototype.toString.call(e) === "[object Object]";
71
+ }
72
+ function O(e, t) {
73
+ return Object.prototype.hasOwnProperty.call(e, t);
74
+ }
75
+ function ls(e) {
76
+ if (Object.getOwnPropertyNames)
77
+ return Object.getOwnPropertyNames(e).length === 0;
78
+ var t;
79
+ for (t in e)
80
+ if (O(e, t))
81
+ return !1;
82
+ return !0;
83
+ }
84
+ function $(e) {
85
+ return e === void 0;
86
+ }
87
+ function we(e) {
88
+ return typeof e == "number" || Object.prototype.toString.call(e) === "[object Number]";
89
+ }
90
+ function it(e) {
91
+ return e instanceof Date || Object.prototype.toString.call(e) === "[object Date]";
92
+ }
93
+ function xn(e, t) {
94
+ var s = [], n, r = e.length;
95
+ for (n = 0; n < r; ++n)
96
+ s.push(t(e[n], n));
97
+ return s;
98
+ }
99
+ function Ye(e, t) {
100
+ for (var s in t)
101
+ O(t, s) && (e[s] = t[s]);
102
+ return O(t, "toString") && (e.toString = t.toString), O(t, "valueOf") && (e.valueOf = t.valueOf), e;
103
+ }
104
+ function fe(e, t, s, n) {
105
+ return ir(e, t, s, n, !0).utc();
106
+ }
107
+ function li() {
108
+ return {
109
+ empty: !1,
110
+ unusedTokens: [],
111
+ unusedInput: [],
112
+ overflow: -2,
113
+ charsLeftOver: 0,
114
+ nullInput: !1,
115
+ invalidEra: null,
116
+ invalidMonth: null,
117
+ invalidFormat: !1,
118
+ userInvalidated: !1,
119
+ iso: !1,
120
+ parsedDateParts: [],
121
+ era: null,
122
+ meridiem: null,
123
+ rfc2822: !1,
124
+ weekdayMismatch: !1
125
+ };
126
+ }
127
+ function v(e) {
128
+ return e._pf == null && (e._pf = li()), e._pf;
129
+ }
130
+ var es;
131
+ Array.prototype.some ? es = Array.prototype.some : es = function(e) {
132
+ var t = Object(this), s = t.length >>> 0, n;
133
+ for (n = 0; n < s; n++)
134
+ if (n in t && e.call(this, t[n], n, t))
135
+ return !0;
136
+ return !1;
137
+ };
138
+ function os(e) {
139
+ var t = null, s = !1, n = e._d && !isNaN(e._d.getTime());
140
+ if (n && (t = v(e), s = es.call(t.parsedDateParts, function(r) {
141
+ return r != null;
142
+ }), n = 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 && (n = n && t.charsLeftOver === 0 && t.unusedTokens.length === 0 && t.bigHour === void 0)), Object.isFrozen == null || !Object.isFrozen(e))
143
+ e._isValid = n;
144
+ else
145
+ return n;
146
+ return e._isValid;
147
+ }
148
+ function Mt(e) {
149
+ var t = fe(NaN);
150
+ return e != null ? Ye(v(t), e) : v(t).userInvalidated = !0, t;
151
+ }
152
+ var en = h.momentProperties = [], zt = !1;
153
+ function us(e, t) {
154
+ var s, n, r, i = en.length;
155
+ if ($(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject), $(t._i) || (e._i = t._i), $(t._f) || (e._f = t._f), $(t._l) || (e._l = t._l), $(t._strict) || (e._strict = t._strict), $(t._tzm) || (e._tzm = t._tzm), $(t._isUTC) || (e._isUTC = t._isUTC), $(t._offset) || (e._offset = t._offset), $(t._pf) || (e._pf = v(t)), $(t._locale) || (e._locale = t._locale), i > 0)
156
+ for (s = 0; s < i; s++)
157
+ n = en[s], r = t[n], $(r) || (e[n] = r);
158
+ return e;
159
+ }
160
+ function at(e) {
161
+ us(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), zt === !1 && (zt = !0, h.updateOffset(this), zt = !1);
162
+ }
163
+ function le(e) {
164
+ return e instanceof at || e != null && e._isAMomentObject != null;
165
+ }
166
+ function En(e) {
167
+ h.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
168
+ }
169
+ function ne(e, t) {
170
+ var s = !0;
171
+ return Ye(function() {
172
+ if (h.deprecationHandler != null && h.deprecationHandler(null, e), s) {
173
+ var n = [], r, i, a, l = arguments.length;
174
+ for (i = 0; i < l; i++) {
175
+ if (r = "", typeof arguments[i] == "object") {
176
+ r += `
177
+ [` + i + "] ";
178
+ for (a in arguments[0])
179
+ O(arguments[0], a) && (r += a + ": " + arguments[0][a] + ", ");
180
+ r = r.slice(0, -2);
181
+ } else
182
+ r = arguments[i];
183
+ n.push(r);
184
+ }
185
+ En(
186
+ e + `
187
+ Arguments: ` + Array.prototype.slice.call(n).join("") + `
188
+ ` + new Error().stack
189
+ ), s = !1;
190
+ }
191
+ return t.apply(this, arguments);
192
+ }, t);
193
+ }
194
+ var tn = {};
195
+ function In(e, t) {
196
+ h.deprecationHandler != null && h.deprecationHandler(e, t), tn[e] || (En(t), tn[e] = !0);
197
+ }
198
+ h.suppressDeprecationWarnings = !1;
199
+ h.deprecationHandler = null;
200
+ function ce(e) {
201
+ return typeof Function != "undefined" && e instanceof Function || Object.prototype.toString.call(e) === "[object Function]";
202
+ }
203
+ function oi(e) {
204
+ var t, s;
205
+ for (s in e)
206
+ O(e, s) && (t = e[s], ce(t) ? this[s] = t : this["_" + s] = t);
207
+ this._config = e, this._dayOfMonthOrdinalParseLenient = new RegExp(
208
+ (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + "|" + /\d{1,2}/.source
209
+ );
210
+ }
211
+ function ts(e, t) {
212
+ var s = Ye({}, e), n;
213
+ for (n in t)
214
+ O(t, n) && (Ce(e[n]) && Ce(t[n]) ? (s[n] = {}, Ye(s[n], e[n]), Ye(s[n], t[n])) : t[n] != null ? s[n] = t[n] : delete s[n]);
215
+ for (n in e)
216
+ O(e, n) && !O(t, n) && Ce(e[n]) && (s[n] = Ye({}, s[n]));
217
+ return s;
218
+ }
219
+ function ds(e) {
220
+ e != null && this.set(e);
221
+ }
222
+ var ss;
223
+ Object.keys ? ss = Object.keys : ss = function(e) {
224
+ var t, s = [];
225
+ for (t in e)
226
+ O(e, t) && s.push(t);
227
+ return s;
228
+ };
229
+ var ui = {
230
+ sameDay: "[Today at] LT",
231
+ nextDay: "[Tomorrow at] LT",
232
+ nextWeek: "dddd [at] LT",
233
+ lastDay: "[Yesterday at] LT",
234
+ lastWeek: "[Last] dddd [at] LT",
235
+ sameElse: "L"
236
+ };
237
+ function di(e, t, s) {
238
+ var n = this._calendar[e] || this._calendar.sameElse;
239
+ return ce(n) ? n.call(t, s) : n;
240
+ }
241
+ function de(e, t, s) {
242
+ var n = "" + Math.abs(e), r = t - n.length, i = e >= 0;
243
+ return (i ? s ? "+" : "" : "-") + Math.pow(10, Math.max(0, r)).toString().substr(1) + n;
244
+ }
245
+ var fs = /(\[[^\[]*\])|(\\)?([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, ct = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, Zt = {}, Ge = {};
246
+ function g(e, t, s, n) {
247
+ var r = n;
248
+ typeof n == "string" && (r = function() {
249
+ return this[n]();
250
+ }), e && (Ge[e] = r), t && (Ge[t[0]] = function() {
251
+ return de(r.apply(this, arguments), t[1], t[2]);
252
+ }), s && (Ge[s] = function() {
253
+ return this.localeData().ordinal(
254
+ r.apply(this, arguments),
255
+ e
256
+ );
257
+ });
258
+ }
259
+ function fi(e) {
260
+ return e.match(/\[[\s\S]/) ? e.replace(/^\[|\]$/g, "") : e.replace(/\\/g, "");
261
+ }
262
+ function ci(e) {
263
+ var t = e.match(fs), s, n;
264
+ for (s = 0, n = t.length; s < n; s++)
265
+ Ge[t[s]] ? t[s] = Ge[t[s]] : t[s] = fi(t[s]);
266
+ return function(r) {
267
+ var i = "", a;
268
+ for (a = 0; a < n; a++)
269
+ i += ce(t[a]) ? t[a].call(r, e) : t[a];
270
+ return i;
271
+ };
272
+ }
273
+ function _t(e, t) {
274
+ return e.isValid() ? (t = Un(t, e.localeData()), Zt[t] = Zt[t] || ci(t), Zt[t](e)) : e.localeData().invalidDate();
275
+ }
276
+ function Un(e, t) {
277
+ var s = 5;
278
+ function n(r) {
279
+ return t.longDateFormat(r) || r;
280
+ }
281
+ for (ct.lastIndex = 0; s >= 0 && ct.test(e); )
282
+ e = e.replace(
283
+ ct,
284
+ n
285
+ ), ct.lastIndex = 0, s -= 1;
286
+ return e;
287
+ }
288
+ var hi = {
289
+ LTS: "h:mm:ss A",
290
+ LT: "h:mm A",
291
+ L: "MM/DD/YYYY",
292
+ LL: "MMMM D, YYYY",
293
+ LLL: "MMMM D, YYYY h:mm A",
294
+ LLLL: "dddd, MMMM D, YYYY h:mm A"
295
+ };
296
+ function mi(e) {
297
+ var t = this._longDateFormat[e], s = this._longDateFormat[e.toUpperCase()];
298
+ return t || !s ? t : (this._longDateFormat[e] = s.match(fs).map(function(n) {
299
+ return n === "MMMM" || n === "MM" || n === "DD" || n === "dddd" ? n.slice(1) : n;
300
+ }).join(""), this._longDateFormat[e]);
301
+ }
302
+ var _i = "Invalid date";
303
+ function gi() {
304
+ return this._invalidDate;
305
+ }
306
+ var yi = "%d", pi = /\d{1,2}/;
307
+ function ki(e) {
308
+ return this._ordinal.replace("%d", e);
309
+ }
310
+ var wi = {
311
+ future: "in %s",
312
+ past: "%s ago",
313
+ s: "a few seconds",
314
+ ss: "%d seconds",
315
+ m: "a minute",
316
+ mm: "%d minutes",
317
+ h: "an hour",
318
+ hh: "%d hours",
319
+ d: "a day",
320
+ dd: "%d days",
321
+ w: "a week",
322
+ ww: "%d weeks",
323
+ M: "a month",
324
+ MM: "%d months",
325
+ y: "a year",
326
+ yy: "%d years"
327
+ };
328
+ function vi(e, t, s, n) {
329
+ var r = this._relativeTime[s];
330
+ return ce(r) ? r(e, t, s, n) : r.replace(/%d/i, e);
331
+ }
332
+ function Si(e, t) {
333
+ var s = this._relativeTime[e > 0 ? "future" : "past"];
334
+ return ce(s) ? s(t) : s.replace(/%s/i, t);
335
+ }
336
+ var sn = {
337
+ D: "date",
338
+ dates: "date",
339
+ date: "date",
340
+ d: "day",
341
+ days: "day",
342
+ day: "day",
343
+ e: "weekday",
344
+ weekdays: "weekday",
345
+ weekday: "weekday",
346
+ E: "isoWeekday",
347
+ isoweekdays: "isoWeekday",
348
+ isoweekday: "isoWeekday",
349
+ DDD: "dayOfYear",
350
+ dayofyears: "dayOfYear",
351
+ dayofyear: "dayOfYear",
352
+ h: "hour",
353
+ hours: "hour",
354
+ hour: "hour",
355
+ ms: "millisecond",
356
+ milliseconds: "millisecond",
357
+ millisecond: "millisecond",
358
+ m: "minute",
359
+ minutes: "minute",
360
+ minute: "minute",
361
+ M: "month",
362
+ months: "month",
363
+ month: "month",
364
+ Q: "quarter",
365
+ quarters: "quarter",
366
+ quarter: "quarter",
367
+ s: "second",
368
+ seconds: "second",
369
+ second: "second",
370
+ gg: "weekYear",
371
+ weekyears: "weekYear",
372
+ weekyear: "weekYear",
373
+ GG: "isoWeekYear",
374
+ isoweekyears: "isoWeekYear",
375
+ isoweekyear: "isoWeekYear",
376
+ w: "week",
377
+ weeks: "week",
378
+ week: "week",
379
+ W: "isoWeek",
380
+ isoweeks: "isoWeek",
381
+ isoweek: "isoWeek",
382
+ y: "year",
383
+ years: "year",
384
+ year: "year"
385
+ };
386
+ function re(e) {
387
+ return typeof e == "string" ? sn[e] || sn[e.toLowerCase()] : void 0;
388
+ }
389
+ function cs(e) {
390
+ var t = {}, s, n;
391
+ for (n in e)
392
+ O(e, n) && (s = re(n), s && (t[s] = e[n]));
393
+ return t;
394
+ }
395
+ var bi = {
396
+ date: 9,
397
+ day: 11,
398
+ weekday: 11,
399
+ isoWeekday: 11,
400
+ dayOfYear: 4,
401
+ hour: 13,
402
+ millisecond: 16,
403
+ minute: 14,
404
+ month: 8,
405
+ quarter: 7,
406
+ second: 15,
407
+ weekYear: 1,
408
+ isoWeekYear: 1,
409
+ week: 5,
410
+ isoWeek: 5,
411
+ year: 1
412
+ };
413
+ function Mi(e) {
414
+ var t = [], s;
415
+ for (s in e)
416
+ O(e, s) && t.push({ unit: s, priority: bi[s] });
417
+ return t.sort(function(n, r) {
418
+ return n.priority - r.priority;
419
+ }), t;
420
+ }
421
+ var Hn = /\d/, ee = /\d\d/, An = /\d{3}/, hs = /\d{4}/, Dt = /[+-]?\d{6}/, H = /\d\d?/, Gn = /\d\d\d\d?/, Vn = /\d\d\d\d\d\d?/, Yt = /\d{1,3}/, ms = /\d{1,4}/, Tt = /[+-]?\d{1,6}/, Ze = /\d+/, Ot = /[+-]?\d+/, Di = /Z|[+-]\d\d:?\d\d/gi, Ft = /Z|[+-]\d\d(?::?\d\d)?/gi, Yi = /[+-]?\d+(\.\d{1,3})?/, lt = /[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, Be = /^[1-9]\d?/, _s = /^([1-9]\d|\d)/, kt;
422
+ kt = {};
423
+ function m(e, t, s) {
424
+ kt[e] = ce(t) ? t : function(n, r) {
425
+ return n && s ? s : t;
426
+ };
427
+ }
428
+ function Ti(e, t) {
429
+ return O(kt, e) ? kt[e](t._strict, t._locale) : new RegExp(Oi(e));
430
+ }
431
+ function Oi(e) {
432
+ return pe(
433
+ e.replace("\\", "").replace(
434
+ /\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,
435
+ function(t, s, n, r, i) {
436
+ return s || n || r || i;
437
+ }
438
+ )
439
+ );
440
+ }
441
+ function pe(e) {
442
+ return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
443
+ }
444
+ function se(e) {
445
+ return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
446
+ }
447
+ function b(e) {
448
+ var t = +e, s = 0;
449
+ return t !== 0 && isFinite(t) && (s = se(t)), s;
450
+ }
451
+ var ns = {};
452
+ function P(e, t) {
453
+ var s, n = t, r;
454
+ for (typeof e == "string" && (e = [e]), we(t) && (n = function(i, a) {
455
+ a[t] = b(i);
456
+ }), r = e.length, s = 0; s < r; s++)
457
+ ns[e[s]] = n;
458
+ }
459
+ function ot(e, t) {
460
+ P(e, function(s, n, r, i) {
461
+ r._w = r._w || {}, t(s, r._w, r, i);
462
+ });
463
+ }
464
+ function Fi(e, t, s) {
465
+ t != null && O(ns, e) && ns[e](t, s._a, s, e);
466
+ }
467
+ function Lt(e) {
468
+ return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
469
+ }
470
+ var K = 0, ge = 1, ue = 2, Q = 3, ie = 4, ye = 5, We = 6, Li = 7, Ri = 8;
471
+ g("Y", 0, 0, function() {
472
+ var e = this.year();
473
+ return e <= 9999 ? de(e, 4) : "+" + e;
474
+ });
475
+ g(0, ["YY", 2], 0, function() {
476
+ return this.year() % 100;
477
+ });
478
+ g(0, ["YYYY", 4], 0, "year");
479
+ g(0, ["YYYYY", 5], 0, "year");
480
+ g(0, ["YYYYYY", 6, !0], 0, "year");
481
+ m("Y", Ot);
482
+ m("YY", H, ee);
483
+ m("YYYY", ms, hs);
484
+ m("YYYYY", Tt, Dt);
485
+ m("YYYYYY", Tt, Dt);
486
+ P(["YYYYY", "YYYYYY"], K);
487
+ P("YYYY", function(e, t) {
488
+ t[K] = e.length === 2 ? h.parseTwoDigitYear(e) : b(e);
489
+ });
490
+ P("YY", function(e, t) {
491
+ t[K] = h.parseTwoDigitYear(e);
492
+ });
493
+ P("Y", function(e, t) {
494
+ t[K] = parseInt(e, 10);
495
+ });
496
+ function et(e) {
497
+ return Lt(e) ? 366 : 365;
498
+ }
499
+ h.parseTwoDigitYear = function(e) {
500
+ return b(e) + (b(e) > 68 ? 1900 : 2e3);
501
+ };
502
+ var jn = qe("FullYear", !0);
503
+ function Ni() {
504
+ return Lt(this.year());
505
+ }
506
+ function qe(e, t) {
507
+ return function(s) {
508
+ return s != null ? (zn(this, e, s), h.updateOffset(this, t), this) : tt(this, e);
509
+ };
510
+ }
511
+ function tt(e, t) {
512
+ if (!e.isValid())
513
+ return NaN;
514
+ var s = e._d, n = e._isUTC;
515
+ switch (t) {
516
+ case "Milliseconds":
517
+ return n ? s.getUTCMilliseconds() : s.getMilliseconds();
518
+ case "Seconds":
519
+ return n ? s.getUTCSeconds() : s.getSeconds();
520
+ case "Minutes":
521
+ return n ? s.getUTCMinutes() : s.getMinutes();
522
+ case "Hours":
523
+ return n ? s.getUTCHours() : s.getHours();
524
+ case "Date":
525
+ return n ? s.getUTCDate() : s.getDate();
526
+ case "Day":
527
+ return n ? s.getUTCDay() : s.getDay();
528
+ case "Month":
529
+ return n ? s.getUTCMonth() : s.getMonth();
530
+ case "FullYear":
531
+ return n ? s.getUTCFullYear() : s.getFullYear();
532
+ default:
533
+ return NaN;
534
+ }
535
+ }
536
+ function zn(e, t, s) {
537
+ var n, r, i, a, l;
538
+ if (!(!e.isValid() || isNaN(s))) {
539
+ switch (n = e._d, r = e._isUTC, t) {
540
+ case "Milliseconds":
541
+ return void (r ? n.setUTCMilliseconds(s) : n.setMilliseconds(s));
542
+ case "Seconds":
543
+ return void (r ? n.setUTCSeconds(s) : n.setSeconds(s));
544
+ case "Minutes":
545
+ return void (r ? n.setUTCMinutes(s) : n.setMinutes(s));
546
+ case "Hours":
547
+ return void (r ? n.setUTCHours(s) : n.setHours(s));
548
+ case "Date":
549
+ return void (r ? n.setUTCDate(s) : n.setDate(s));
550
+ case "FullYear":
551
+ break;
552
+ default:
553
+ return;
554
+ }
555
+ i = s, a = e.month(), l = e.date(), l = l === 29 && a === 1 && !Lt(i) ? 28 : l, r ? n.setUTCFullYear(i, a, l) : n.setFullYear(i, a, l);
556
+ }
557
+ }
558
+ function Pi(e) {
559
+ return e = re(e), ce(this[e]) ? this[e]() : this;
560
+ }
561
+ function Wi(e, t) {
562
+ if (typeof e == "object") {
563
+ e = cs(e);
564
+ var s = Mi(e), n, r = s.length;
565
+ for (n = 0; n < r; n++)
566
+ this[s[n].unit](e[s[n].unit]);
567
+ } else if (e = re(e), ce(this[e]))
568
+ return this[e](t);
569
+ return this;
570
+ }
571
+ function Ci(e, t) {
572
+ return (e % t + t) % t;
573
+ }
574
+ var B;
575
+ Array.prototype.indexOf ? B = Array.prototype.indexOf : B = function(e) {
576
+ var t;
577
+ for (t = 0; t < this.length; ++t)
578
+ if (this[t] === e)
579
+ return t;
580
+ return -1;
581
+ };
582
+ function gs(e, t) {
583
+ if (isNaN(e) || isNaN(t))
584
+ return NaN;
585
+ var s = Ci(t, 12);
586
+ return e += (t - s) / 12, s === 1 ? Lt(e) ? 29 : 28 : 31 - s % 7 % 2;
587
+ }
588
+ g("M", ["MM", 2], "Mo", function() {
589
+ return this.month() + 1;
590
+ });
591
+ g("MMM", 0, 0, function(e) {
592
+ return this.localeData().monthsShort(this, e);
593
+ });
594
+ g("MMMM", 0, 0, function(e) {
595
+ return this.localeData().months(this, e);
596
+ });
597
+ m("M", H, Be);
598
+ m("MM", H, ee);
599
+ m("MMM", function(e, t) {
600
+ return t.monthsShortRegex(e);
601
+ });
602
+ m("MMMM", function(e, t) {
603
+ return t.monthsRegex(e);
604
+ });
605
+ P(["M", "MM"], function(e, t) {
606
+ t[ge] = b(e) - 1;
607
+ });
608
+ P(["MMM", "MMMM"], function(e, t, s, n) {
609
+ var r = s._locale.monthsParse(e, n, s._strict);
610
+ r != null ? t[ge] = r : v(s).invalidMonth = e;
611
+ });
612
+ var xi = "January_February_March_April_May_June_July_August_September_October_November_December".split(
613
+ "_"
614
+ ), Zn = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), Bn = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, Ei = lt, Ii = lt;
615
+ function Ui(e, t) {
616
+ return e ? ae(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || Bn).test(t) ? "format" : "standalone"][e.month()] : ae(this._months) ? this._months : this._months.standalone;
617
+ }
618
+ function Hi(e, t) {
619
+ return e ? ae(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[Bn.test(t) ? "format" : "standalone"][e.month()] : ae(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
620
+ }
621
+ function Ai(e, t, s) {
622
+ var n, r, i, a = e.toLocaleLowerCase();
623
+ if (!this._monthsParse)
624
+ for (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = [], n = 0; n < 12; ++n)
625
+ i = fe([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
626
+ i,
627
+ ""
628
+ ).toLocaleLowerCase(), this._longMonthsParse[n] = this.months(i, "").toLocaleLowerCase();
629
+ return s ? t === "MMM" ? (r = B.call(this._shortMonthsParse, a), r !== -1 ? r : null) : (r = B.call(this._longMonthsParse, a), r !== -1 ? r : null) : t === "MMM" ? (r = B.call(this._shortMonthsParse, a), r !== -1 ? r : (r = B.call(this._longMonthsParse, a), r !== -1 ? r : null)) : (r = B.call(this._longMonthsParse, a), r !== -1 ? r : (r = B.call(this._shortMonthsParse, a), r !== -1 ? r : null));
630
+ }
631
+ function Gi(e, t, s) {
632
+ var n, r, i;
633
+ if (this._monthsParseExact)
634
+ return Ai.call(this, e, t, s);
635
+ for (this._monthsParse || (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = []), n = 0; n < 12; n++) {
636
+ if (r = fe([2e3, n]), s && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
637
+ "^" + this.months(r, "").replace(".", "") + "$",
638
+ "i"
639
+ ), this._shortMonthsParse[n] = new RegExp(
640
+ "^" + this.monthsShort(r, "").replace(".", "") + "$",
641
+ "i"
642
+ )), !s && !this._monthsParse[n] && (i = "^" + this.months(r, "") + "|^" + this.monthsShort(r, ""), this._monthsParse[n] = new RegExp(i.replace(".", ""), "i")), s && t === "MMMM" && this._longMonthsParse[n].test(e))
643
+ return n;
644
+ if (s && t === "MMM" && this._shortMonthsParse[n].test(e))
645
+ return n;
646
+ if (!s && this._monthsParse[n].test(e))
647
+ return n;
648
+ }
649
+ }
650
+ function qn(e, t) {
651
+ if (!e.isValid())
652
+ return e;
653
+ if (typeof t == "string") {
654
+ if (/^\d+$/.test(t))
655
+ t = b(t);
656
+ else if (t = e.localeData().monthsParse(t), !we(t))
657
+ return e;
658
+ }
659
+ var s = t, n = e.date();
660
+ return n = n < 29 ? n : Math.min(n, gs(e.year(), s)), e._isUTC ? e._d.setUTCMonth(s, n) : e._d.setMonth(s, n), e;
661
+ }
662
+ function Jn(e) {
663
+ return e != null ? (qn(this, e), h.updateOffset(this, !0), this) : tt(this, "Month");
664
+ }
665
+ function Vi() {
666
+ return gs(this.year(), this.month());
667
+ }
668
+ function ji(e) {
669
+ return this._monthsParseExact ? (O(this, "_monthsRegex") || Qn.call(this), e ? this._monthsShortStrictRegex : this._monthsShortRegex) : (O(this, "_monthsShortRegex") || (this._monthsShortRegex = Ei), this._monthsShortStrictRegex && e ? this._monthsShortStrictRegex : this._monthsShortRegex);
670
+ }
671
+ function zi(e) {
672
+ return this._monthsParseExact ? (O(this, "_monthsRegex") || Qn.call(this), e ? this._monthsStrictRegex : this._monthsRegex) : (O(this, "_monthsRegex") || (this._monthsRegex = Ii), this._monthsStrictRegex && e ? this._monthsStrictRegex : this._monthsRegex);
673
+ }
674
+ function Qn() {
675
+ function e(o, u) {
676
+ return u.length - o.length;
677
+ }
678
+ var t = [], s = [], n = [], r, i, a, l;
679
+ for (r = 0; r < 12; r++)
680
+ i = fe([2e3, r]), a = pe(this.monthsShort(i, "")), l = pe(this.months(i, "")), t.push(a), s.push(l), n.push(l), n.push(a);
681
+ t.sort(e), s.sort(e), n.sort(e), this._monthsRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp(
682
+ "^(" + s.join("|") + ")",
683
+ "i"
684
+ ), this._monthsShortStrictRegex = new RegExp(
685
+ "^(" + t.join("|") + ")",
686
+ "i"
687
+ );
688
+ }
689
+ function Zi(e, t, s, n, r, i, a) {
690
+ var l;
691
+ return e < 100 && e >= 0 ? (l = new Date(e + 400, t, s, n, r, i, a), isFinite(l.getFullYear()) && l.setFullYear(e)) : l = new Date(e, t, s, n, r, i, a), l;
692
+ }
693
+ function st(e) {
694
+ var t, s;
695
+ 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;
696
+ }
697
+ function wt(e, t, s) {
698
+ var n = 7 + t - s, r = (7 + st(e, 0, n).getUTCDay() - t) % 7;
699
+ return -r + n - 1;
700
+ }
701
+ function Xn(e, t, s, n, r) {
702
+ var i = (7 + s - n) % 7, a = wt(e, n, r), l = 1 + 7 * (t - 1) + i + a, o, u;
703
+ return l <= 0 ? (o = e - 1, u = et(o) + l) : l > et(e) ? (o = e + 1, u = l - et(e)) : (o = e, u = l), {
704
+ year: o,
705
+ dayOfYear: u
706
+ };
707
+ }
708
+ function nt(e, t, s) {
709
+ var n = wt(e.year(), t, s), r = Math.floor((e.dayOfYear() - n - 1) / 7) + 1, i, a;
710
+ return r < 1 ? (a = e.year() - 1, i = r + ke(a, t, s)) : r > ke(e.year(), t, s) ? (i = r - ke(e.year(), t, s), a = e.year() + 1) : (a = e.year(), i = r), {
711
+ week: i,
712
+ year: a
713
+ };
714
+ }
715
+ function ke(e, t, s) {
716
+ var n = wt(e, t, s), r = wt(e + 1, t, s);
717
+ return (et(e) - n + r) / 7;
718
+ }
719
+ g("w", ["ww", 2], "wo", "week");
720
+ g("W", ["WW", 2], "Wo", "isoWeek");
721
+ m("w", H, Be);
722
+ m("ww", H, ee);
723
+ m("W", H, Be);
724
+ m("WW", H, ee);
725
+ ot(
726
+ ["w", "ww", "W", "WW"],
727
+ function(e, t, s, n) {
728
+ t[n.substr(0, 1)] = b(e);
729
+ }
730
+ );
731
+ function Bi(e) {
732
+ return nt(e, this._week.dow, this._week.doy).week;
733
+ }
734
+ var qi = {
735
+ dow: 0,
736
+ // Sunday is the first day of the week.
737
+ doy: 6
738
+ // The week that contains Jan 6th is the first week of the year.
739
+ };
740
+ function Ji() {
741
+ return this._week.dow;
742
+ }
743
+ function Qi() {
744
+ return this._week.doy;
745
+ }
746
+ function Xi(e) {
747
+ var t = this.localeData().week(this);
748
+ return e == null ? t : this.add((e - t) * 7, "d");
749
+ }
750
+ function Ki(e) {
751
+ var t = nt(this, 1, 4).week;
752
+ return e == null ? t : this.add((e - t) * 7, "d");
753
+ }
754
+ g("d", 0, "do", "day");
755
+ g("dd", 0, 0, function(e) {
756
+ return this.localeData().weekdaysMin(this, e);
757
+ });
758
+ g("ddd", 0, 0, function(e) {
759
+ return this.localeData().weekdaysShort(this, e);
760
+ });
761
+ g("dddd", 0, 0, function(e) {
762
+ return this.localeData().weekdays(this, e);
763
+ });
764
+ g("e", 0, 0, "weekday");
765
+ g("E", 0, 0, "isoWeekday");
766
+ m("d", H);
767
+ m("e", H);
768
+ m("E", H);
769
+ m("dd", function(e, t) {
770
+ return t.weekdaysMinRegex(e);
771
+ });
772
+ m("ddd", function(e, t) {
773
+ return t.weekdaysShortRegex(e);
774
+ });
775
+ m("dddd", function(e, t) {
776
+ return t.weekdaysRegex(e);
777
+ });
778
+ ot(["dd", "ddd", "dddd"], function(e, t, s, n) {
779
+ var r = s._locale.weekdaysParse(e, n, s._strict);
780
+ r != null ? t.d = r : v(s).invalidWeekday = e;
781
+ });
782
+ ot(["d", "e", "E"], function(e, t, s, n) {
783
+ t[n] = b(e);
784
+ });
785
+ function $i(e, t) {
786
+ return typeof e != "string" ? e : isNaN(e) ? (e = t.weekdaysParse(e), typeof e == "number" ? e : null) : parseInt(e, 10);
787
+ }
788
+ function ea(e, t) {
789
+ return typeof e == "string" ? t.weekdaysParse(e) % 7 || 7 : isNaN(e) ? null : e;
790
+ }
791
+ function ys(e, t) {
792
+ return e.slice(t, 7).concat(e.slice(0, t));
793
+ }
794
+ var ta = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), Kn = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), sa = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), na = lt, ra = lt, ia = lt;
795
+ function aa(e, t) {
796
+ var s = ae(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
797
+ return e === !0 ? ys(s, this._week.dow) : e ? s[e.day()] : s;
798
+ }
799
+ function la(e) {
800
+ return e === !0 ? ys(this._weekdaysShort, this._week.dow) : e ? this._weekdaysShort[e.day()] : this._weekdaysShort;
801
+ }
802
+ function oa(e) {
803
+ return e === !0 ? ys(this._weekdaysMin, this._week.dow) : e ? this._weekdaysMin[e.day()] : this._weekdaysMin;
804
+ }
805
+ function ua(e, t, s) {
806
+ var n, r, i, a = e.toLocaleLowerCase();
807
+ if (!this._weekdaysParse)
808
+ for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], n = 0; n < 7; ++n)
809
+ i = fe([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
810
+ i,
811
+ ""
812
+ ).toLocaleLowerCase(), this._shortWeekdaysParse[n] = this.weekdaysShort(
813
+ i,
814
+ ""
815
+ ).toLocaleLowerCase(), this._weekdaysParse[n] = this.weekdays(i, "").toLocaleLowerCase();
816
+ return s ? t === "dddd" ? (r = B.call(this._weekdaysParse, a), r !== -1 ? r : null) : t === "ddd" ? (r = B.call(this._shortWeekdaysParse, a), r !== -1 ? r : null) : (r = B.call(this._minWeekdaysParse, a), r !== -1 ? r : null) : t === "dddd" ? (r = B.call(this._weekdaysParse, a), r !== -1 || (r = B.call(this._shortWeekdaysParse, a), r !== -1) ? r : (r = B.call(this._minWeekdaysParse, a), r !== -1 ? r : null)) : t === "ddd" ? (r = B.call(this._shortWeekdaysParse, a), r !== -1 || (r = B.call(this._weekdaysParse, a), r !== -1) ? r : (r = B.call(this._minWeekdaysParse, a), r !== -1 ? r : null)) : (r = B.call(this._minWeekdaysParse, a), r !== -1 || (r = B.call(this._weekdaysParse, a), r !== -1) ? r : (r = B.call(this._shortWeekdaysParse, a), r !== -1 ? r : null));
817
+ }
818
+ function da(e, t, s) {
819
+ var n, r, i;
820
+ if (this._weekdaysParseExact)
821
+ return ua.call(this, e, t, s);
822
+ for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [], this._fullWeekdaysParse = []), n = 0; n < 7; n++) {
823
+ if (r = fe([2e3, 1]).day(n), s && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
824
+ "^" + this.weekdays(r, "").replace(".", "\\.?") + "$",
825
+ "i"
826
+ ), this._shortWeekdaysParse[n] = new RegExp(
827
+ "^" + this.weekdaysShort(r, "").replace(".", "\\.?") + "$",
828
+ "i"
829
+ ), this._minWeekdaysParse[n] = new RegExp(
830
+ "^" + this.weekdaysMin(r, "").replace(".", "\\.?") + "$",
831
+ "i"
832
+ )), this._weekdaysParse[n] || (i = "^" + this.weekdays(r, "") + "|^" + this.weekdaysShort(r, "") + "|^" + this.weekdaysMin(r, ""), this._weekdaysParse[n] = new RegExp(i.replace(".", ""), "i")), s && t === "dddd" && this._fullWeekdaysParse[n].test(e))
833
+ return n;
834
+ if (s && t === "ddd" && this._shortWeekdaysParse[n].test(e))
835
+ return n;
836
+ if (s && t === "dd" && this._minWeekdaysParse[n].test(e))
837
+ return n;
838
+ if (!s && this._weekdaysParse[n].test(e))
839
+ return n;
840
+ }
841
+ }
842
+ function fa(e) {
843
+ if (!this.isValid())
844
+ return e != null ? this : NaN;
845
+ var t = tt(this, "Day");
846
+ return e != null ? (e = $i(e, this.localeData()), this.add(e - t, "d")) : t;
847
+ }
848
+ function ca(e) {
849
+ if (!this.isValid())
850
+ return e != null ? this : NaN;
851
+ var t = (this.day() + 7 - this.localeData()._week.dow) % 7;
852
+ return e == null ? t : this.add(e - t, "d");
853
+ }
854
+ function ha(e) {
855
+ if (!this.isValid())
856
+ return e != null ? this : NaN;
857
+ if (e != null) {
858
+ var t = ea(e, this.localeData());
859
+ return this.day(this.day() % 7 ? t : t - 7);
860
+ } else
861
+ return this.day() || 7;
862
+ }
863
+ function ma(e) {
864
+ return this._weekdaysParseExact ? (O(this, "_weekdaysRegex") || ps.call(this), e ? this._weekdaysStrictRegex : this._weekdaysRegex) : (O(this, "_weekdaysRegex") || (this._weekdaysRegex = na), this._weekdaysStrictRegex && e ? this._weekdaysStrictRegex : this._weekdaysRegex);
865
+ }
866
+ function _a(e) {
867
+ return this._weekdaysParseExact ? (O(this, "_weekdaysRegex") || ps.call(this), e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (O(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = ra), this._weekdaysShortStrictRegex && e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
868
+ }
869
+ function ga(e) {
870
+ return this._weekdaysParseExact ? (O(this, "_weekdaysRegex") || ps.call(this), e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (O(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = ia), this._weekdaysMinStrictRegex && e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
871
+ }
872
+ function ps() {
873
+ function e(w, T) {
874
+ return T.length - w.length;
875
+ }
876
+ var t = [], s = [], n = [], r = [], i, a, l, o, u;
877
+ for (i = 0; i < 7; i++)
878
+ a = fe([2e3, 1]).day(i), l = pe(this.weekdaysMin(a, "")), o = pe(this.weekdaysShort(a, "")), u = pe(this.weekdays(a, "")), t.push(l), s.push(o), n.push(u), r.push(l), r.push(o), r.push(u);
879
+ t.sort(e), s.sort(e), n.sort(e), r.sort(e), this._weekdaysRegex = new RegExp("^(" + r.join("|") + ")", "i"), this._weekdaysShortRegex = this._weekdaysRegex, this._weekdaysMinRegex = this._weekdaysRegex, this._weekdaysStrictRegex = new RegExp(
880
+ "^(" + n.join("|") + ")",
881
+ "i"
882
+ ), this._weekdaysShortStrictRegex = new RegExp(
883
+ "^(" + s.join("|") + ")",
884
+ "i"
885
+ ), this._weekdaysMinStrictRegex = new RegExp(
886
+ "^(" + t.join("|") + ")",
887
+ "i"
888
+ );
889
+ }
890
+ function ks() {
891
+ return this.hours() % 12 || 12;
892
+ }
893
+ function ya() {
894
+ return this.hours() || 24;
895
+ }
896
+ g("H", ["HH", 2], 0, "hour");
897
+ g("h", ["hh", 2], 0, ks);
898
+ g("k", ["kk", 2], 0, ya);
899
+ g("hmm", 0, 0, function() {
900
+ return "" + ks.apply(this) + de(this.minutes(), 2);
901
+ });
902
+ g("hmmss", 0, 0, function() {
903
+ return "" + ks.apply(this) + de(this.minutes(), 2) + de(this.seconds(), 2);
904
+ });
905
+ g("Hmm", 0, 0, function() {
906
+ return "" + this.hours() + de(this.minutes(), 2);
907
+ });
908
+ g("Hmmss", 0, 0, function() {
909
+ return "" + this.hours() + de(this.minutes(), 2) + de(this.seconds(), 2);
910
+ });
911
+ function $n(e, t) {
912
+ g(e, 0, 0, function() {
913
+ return this.localeData().meridiem(
914
+ this.hours(),
915
+ this.minutes(),
916
+ t
917
+ );
918
+ });
919
+ }
920
+ $n("a", !0);
921
+ $n("A", !1);
922
+ function er(e, t) {
923
+ return t._meridiemParse;
924
+ }
925
+ m("a", er);
926
+ m("A", er);
927
+ m("H", H, _s);
928
+ m("h", H, Be);
929
+ m("k", H, Be);
930
+ m("HH", H, ee);
931
+ m("hh", H, ee);
932
+ m("kk", H, ee);
933
+ m("hmm", Gn);
934
+ m("hmmss", Vn);
935
+ m("Hmm", Gn);
936
+ m("Hmmss", Vn);
937
+ P(["H", "HH"], Q);
938
+ P(["k", "kk"], function(e, t, s) {
939
+ var n = b(e);
940
+ t[Q] = n === 24 ? 0 : n;
941
+ });
942
+ P(["a", "A"], function(e, t, s) {
943
+ s._isPm = s._locale.isPM(e), s._meridiem = e;
944
+ });
945
+ P(["h", "hh"], function(e, t, s) {
946
+ t[Q] = b(e), v(s).bigHour = !0;
947
+ });
948
+ P("hmm", function(e, t, s) {
949
+ var n = e.length - 2;
950
+ t[Q] = b(e.substr(0, n)), t[ie] = b(e.substr(n)), v(s).bigHour = !0;
951
+ });
952
+ P("hmmss", function(e, t, s) {
953
+ var n = e.length - 4, r = e.length - 2;
954
+ t[Q] = b(e.substr(0, n)), t[ie] = b(e.substr(n, 2)), t[ye] = b(e.substr(r)), v(s).bigHour = !0;
955
+ });
956
+ P("Hmm", function(e, t, s) {
957
+ var n = e.length - 2;
958
+ t[Q] = b(e.substr(0, n)), t[ie] = b(e.substr(n));
959
+ });
960
+ P("Hmmss", function(e, t, s) {
961
+ var n = e.length - 4, r = e.length - 2;
962
+ t[Q] = b(e.substr(0, n)), t[ie] = b(e.substr(n, 2)), t[ye] = b(e.substr(r));
963
+ });
964
+ function pa(e) {
965
+ return (e + "").toLowerCase().charAt(0) === "p";
966
+ }
967
+ var ka = /[ap]\.?m?\.?/i, wa = qe("Hours", !0);
968
+ function va(e, t, s) {
969
+ return e > 11 ? s ? "pm" : "PM" : s ? "am" : "AM";
970
+ }
971
+ var tr = {
972
+ calendar: ui,
973
+ longDateFormat: hi,
974
+ invalidDate: _i,
975
+ ordinal: yi,
976
+ dayOfMonthOrdinalParse: pi,
977
+ relativeTime: wi,
978
+ months: xi,
979
+ monthsShort: Zn,
980
+ week: qi,
981
+ weekdays: ta,
982
+ weekdaysMin: sa,
983
+ weekdaysShort: Kn,
984
+ meridiemParse: ka
985
+ }, G = {}, Ke = {}, rt;
986
+ function Sa(e, t) {
987
+ var s, n = Math.min(e.length, t.length);
988
+ for (s = 0; s < n; s += 1)
989
+ if (e[s] !== t[s])
990
+ return s;
991
+ return n;
992
+ }
993
+ function nn(e) {
994
+ return e && e.toLowerCase().replace("_", "-");
995
+ }
996
+ function ba(e) {
997
+ for (var t = 0, s, n, r, i; t < e.length; ) {
998
+ for (i = nn(e[t]).split("-"), s = i.length, n = nn(e[t + 1]), n = n ? n.split("-") : null; s > 0; ) {
999
+ if (r = Rt(i.slice(0, s).join("-")), r)
1000
+ return r;
1001
+ if (n && n.length >= s && Sa(i, n) >= s - 1)
1002
+ break;
1003
+ s--;
1004
+ }
1005
+ t++;
1006
+ }
1007
+ return rt;
1008
+ }
1009
+ function Ma(e) {
1010
+ return !!(e && e.match("^[^/\\\\]*$"));
1011
+ }
1012
+ function Rt(e) {
1013
+ var t = null, s;
1014
+ if (G[e] === void 0 && typeof module != "undefined" && module && module.exports && Ma(e))
1015
+ try {
1016
+ t = rt._abbr, s = ii, s("./locale/" + e), Oe(t);
1017
+ } catch (n) {
1018
+ G[e] = null;
1019
+ }
1020
+ return G[e];
1021
+ }
1022
+ function Oe(e, t) {
1023
+ var s;
1024
+ return e && ($(t) ? s = be(e) : s = ws(e, t), s ? rt = s : typeof console != "undefined" && console.warn && console.warn(
1025
+ "Locale " + e + " not found. Did you forget to load it?"
1026
+ )), rt._abbr;
1027
+ }
1028
+ function ws(e, t) {
1029
+ if (t !== null) {
1030
+ var s, n = tr;
1031
+ if (t.abbr = e, G[e] != null)
1032
+ In(
1033
+ "defineLocaleOverride",
1034
+ "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."
1035
+ ), n = G[e]._config;
1036
+ else if (t.parentLocale != null)
1037
+ if (G[t.parentLocale] != null)
1038
+ n = G[t.parentLocale]._config;
1039
+ else if (s = Rt(t.parentLocale), s != null)
1040
+ n = s._config;
1041
+ else
1042
+ return Ke[t.parentLocale] || (Ke[t.parentLocale] = []), Ke[t.parentLocale].push({
1043
+ name: e,
1044
+ config: t
1045
+ }), null;
1046
+ return G[e] = new ds(ts(n, t)), Ke[e] && Ke[e].forEach(function(r) {
1047
+ ws(r.name, r.config);
1048
+ }), Oe(e), G[e];
1049
+ } else
1050
+ return delete G[e], null;
1051
+ }
1052
+ function Da(e, t) {
1053
+ if (t != null) {
1054
+ var s, n, r = tr;
1055
+ G[e] != null && G[e].parentLocale != null ? G[e].set(ts(G[e]._config, t)) : (n = Rt(e), n != null && (r = n._config), t = ts(r, t), n == null && (t.abbr = e), s = new ds(t), s.parentLocale = G[e], G[e] = s), Oe(e);
1056
+ } else
1057
+ G[e] != null && (G[e].parentLocale != null ? (G[e] = G[e].parentLocale, e === Oe() && Oe(e)) : G[e] != null && delete G[e]);
1058
+ return G[e];
1059
+ }
1060
+ function be(e) {
1061
+ var t;
1062
+ if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
1063
+ return rt;
1064
+ if (!ae(e)) {
1065
+ if (t = Rt(e), t)
1066
+ return t;
1067
+ e = [e];
1068
+ }
1069
+ return ba(e);
1070
+ }
1071
+ function Ya() {
1072
+ return ss(G);
1073
+ }
1074
+ function vs(e) {
1075
+ var t, s = e._a;
1076
+ return s && v(e).overflow === -2 && (t = s[ge] < 0 || s[ge] > 11 ? ge : s[ue] < 1 || s[ue] > gs(s[K], s[ge]) ? ue : s[Q] < 0 || s[Q] > 24 || s[Q] === 24 && (s[ie] !== 0 || s[ye] !== 0 || s[We] !== 0) ? Q : s[ie] < 0 || s[ie] > 59 ? ie : s[ye] < 0 || s[ye] > 59 ? ye : s[We] < 0 || s[We] > 999 ? We : -1, v(e)._overflowDayOfYear && (t < K || t > ue) && (t = ue), v(e)._overflowWeeks && t === -1 && (t = Li), v(e)._overflowWeekday && t === -1 && (t = Ri), v(e).overflow = t), e;
1077
+ }
1078
+ var Ta = /^\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)?)?$/, Oa = /^\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)?)?$/, Fa = /Z|[+-]\d\d(?::?\d\d)?/, ht = [
1079
+ ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
1080
+ ["YYYY-MM-DD", /\d{4}-\d\d-\d\d/],
1081
+ ["GGGG-[W]WW-E", /\d{4}-W\d\d-\d/],
1082
+ ["GGGG-[W]WW", /\d{4}-W\d\d/, !1],
1083
+ ["YYYY-DDD", /\d{4}-\d{3}/],
1084
+ ["YYYY-MM", /\d{4}-\d\d/, !1],
1085
+ ["YYYYYYMMDD", /[+-]\d{10}/],
1086
+ ["YYYYMMDD", /\d{8}/],
1087
+ ["GGGG[W]WWE", /\d{4}W\d{3}/],
1088
+ ["GGGG[W]WW", /\d{4}W\d{2}/, !1],
1089
+ ["YYYYDDD", /\d{7}/],
1090
+ ["YYYYMM", /\d{6}/, !1],
1091
+ ["YYYY", /\d{4}/, !1]
1092
+ ], Bt = [
1093
+ ["HH:mm:ss.SSSS", /\d\d:\d\d:\d\d\.\d+/],
1094
+ ["HH:mm:ss,SSSS", /\d\d:\d\d:\d\d,\d+/],
1095
+ ["HH:mm:ss", /\d\d:\d\d:\d\d/],
1096
+ ["HH:mm", /\d\d:\d\d/],
1097
+ ["HHmmss.SSSS", /\d\d\d\d\d\d\.\d+/],
1098
+ ["HHmmss,SSSS", /\d\d\d\d\d\d,\d+/],
1099
+ ["HHmmss", /\d\d\d\d\d\d/],
1100
+ ["HHmm", /\d\d\d\d/],
1101
+ ["HH", /\d\d/]
1102
+ ], La = /^\/?Date\((-?\d+)/i, Ra = /^(?:(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}))$/, Na = {
1103
+ UT: 0,
1104
+ GMT: 0,
1105
+ EDT: -4 * 60,
1106
+ EST: -5 * 60,
1107
+ CDT: -5 * 60,
1108
+ CST: -6 * 60,
1109
+ MDT: -6 * 60,
1110
+ MST: -7 * 60,
1111
+ PDT: -7 * 60,
1112
+ PST: -8 * 60
1113
+ };
1114
+ function sr(e) {
1115
+ var t, s, n = e._i, r = Ta.exec(n) || Oa.exec(n), i, a, l, o, u = ht.length, w = Bt.length;
1116
+ if (r) {
1117
+ for (v(e).iso = !0, t = 0, s = u; t < s; t++)
1118
+ if (ht[t][1].exec(r[1])) {
1119
+ a = ht[t][0], i = ht[t][2] !== !1;
1120
+ break;
1121
+ }
1122
+ if (a == null) {
1123
+ e._isValid = !1;
1124
+ return;
1125
+ }
1126
+ if (r[3]) {
1127
+ for (t = 0, s = w; t < s; t++)
1128
+ if (Bt[t][1].exec(r[3])) {
1129
+ l = (r[2] || " ") + Bt[t][0];
1130
+ break;
1131
+ }
1132
+ if (l == null) {
1133
+ e._isValid = !1;
1134
+ return;
1135
+ }
1136
+ }
1137
+ if (!i && l != null) {
1138
+ e._isValid = !1;
1139
+ return;
1140
+ }
1141
+ if (r[4])
1142
+ if (Fa.exec(r[4]))
1143
+ o = "Z";
1144
+ else {
1145
+ e._isValid = !1;
1146
+ return;
1147
+ }
1148
+ e._f = a + (l || "") + (o || ""), bs(e);
1149
+ } else
1150
+ e._isValid = !1;
1151
+ }
1152
+ function Pa(e, t, s, n, r, i) {
1153
+ var a = [
1154
+ Wa(e),
1155
+ Zn.indexOf(t),
1156
+ parseInt(s, 10),
1157
+ parseInt(n, 10),
1158
+ parseInt(r, 10)
1159
+ ];
1160
+ return i && a.push(parseInt(i, 10)), a;
1161
+ }
1162
+ function Wa(e) {
1163
+ var t = parseInt(e, 10);
1164
+ return t <= 49 ? 2e3 + t : t <= 999 ? 1900 + t : t;
1165
+ }
1166
+ function Ca(e) {
1167
+ return e.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, "");
1168
+ }
1169
+ function xa(e, t, s) {
1170
+ if (e) {
1171
+ var n = Kn.indexOf(e), r = new Date(
1172
+ t[0],
1173
+ t[1],
1174
+ t[2]
1175
+ ).getDay();
1176
+ if (n !== r)
1177
+ return v(s).weekdayMismatch = !0, s._isValid = !1, !1;
1178
+ }
1179
+ return !0;
1180
+ }
1181
+ function Ea(e, t, s) {
1182
+ if (e)
1183
+ return Na[e];
1184
+ if (t)
1185
+ return 0;
1186
+ var n = parseInt(s, 10), r = n % 100, i = (n - r) / 100;
1187
+ return i * 60 + r;
1188
+ }
1189
+ function nr(e) {
1190
+ var t = Ra.exec(Ca(e._i)), s;
1191
+ if (t) {
1192
+ if (s = Pa(
1193
+ t[4],
1194
+ t[3],
1195
+ t[2],
1196
+ t[5],
1197
+ t[6],
1198
+ t[7]
1199
+ ), !xa(t[1], s, e))
1200
+ return;
1201
+ e._a = s, e._tzm = Ea(t[8], t[9], t[10]), e._d = st.apply(null, e._a), e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), v(e).rfc2822 = !0;
1202
+ } else
1203
+ e._isValid = !1;
1204
+ }
1205
+ function Ia(e) {
1206
+ var t = La.exec(e._i);
1207
+ if (t !== null) {
1208
+ e._d = /* @__PURE__ */ new Date(+t[1]);
1209
+ return;
1210
+ }
1211
+ if (sr(e), e._isValid === !1)
1212
+ delete e._isValid;
1213
+ else
1214
+ return;
1215
+ if (nr(e), e._isValid === !1)
1216
+ delete e._isValid;
1217
+ else
1218
+ return;
1219
+ e._strict ? e._isValid = !1 : h.createFromInputFallback(e);
1220
+ }
1221
+ h.createFromInputFallback = ne(
1222
+ "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.",
1223
+ function(e) {
1224
+ e._d = /* @__PURE__ */ new Date(e._i + (e._useUTC ? " UTC" : ""));
1225
+ }
1226
+ );
1227
+ function Ue(e, t, s) {
1228
+ return e != null ? e : t != null ? t : s;
1229
+ }
1230
+ function Ua(e) {
1231
+ var t = new Date(h.now());
1232
+ return e._useUTC ? [
1233
+ t.getUTCFullYear(),
1234
+ t.getUTCMonth(),
1235
+ t.getUTCDate()
1236
+ ] : [t.getFullYear(), t.getMonth(), t.getDate()];
1237
+ }
1238
+ function Ss(e) {
1239
+ var t, s, n = [], r, i, a;
1240
+ if (!e._d) {
1241
+ for (r = Ua(e), e._w && e._a[ue] == null && e._a[ge] == null && Ha(e), e._dayOfYear != null && (a = Ue(e._a[K], r[K]), (e._dayOfYear > et(a) || e._dayOfYear === 0) && (v(e)._overflowDayOfYear = !0), s = st(a, 0, e._dayOfYear), e._a[ge] = s.getUTCMonth(), e._a[ue] = s.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
1242
+ e._a[t] = n[t] = r[t];
1243
+ for (; t < 7; t++)
1244
+ e._a[t] = n[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
1245
+ e._a[Q] === 24 && e._a[ie] === 0 && e._a[ye] === 0 && e._a[We] === 0 && (e._nextDay = !0, e._a[Q] = 0), e._d = (e._useUTC ? st : Zi).apply(
1246
+ null,
1247
+ n
1248
+ ), i = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), e._tzm != null && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[Q] = 24), e._w && typeof e._w.d != "undefined" && e._w.d !== i && (v(e).weekdayMismatch = !0);
1249
+ }
1250
+ }
1251
+ function Ha(e) {
1252
+ var t, s, n, r, i, a, l, o, u;
1253
+ t = e._w, t.GG != null || t.W != null || t.E != null ? (i = 1, a = 4, s = Ue(
1254
+ t.GG,
1255
+ e._a[K],
1256
+ nt(U(), 1, 4).year
1257
+ ), n = Ue(t.W, 1), r = Ue(t.E, 1), (r < 1 || r > 7) && (o = !0)) : (i = e._locale._week.dow, a = e._locale._week.doy, u = nt(U(), i, a), s = Ue(t.gg, e._a[K], u.year), n = Ue(t.w, u.week), t.d != null ? (r = t.d, (r < 0 || r > 6) && (o = !0)) : t.e != null ? (r = t.e + i, (t.e < 0 || t.e > 6) && (o = !0)) : r = i), n < 1 || n > ke(s, i, a) ? v(e)._overflowWeeks = !0 : o != null ? v(e)._overflowWeekday = !0 : (l = Xn(s, n, r, i, a), e._a[K] = l.year, e._dayOfYear = l.dayOfYear);
1258
+ }
1259
+ h.ISO_8601 = function() {
1260
+ };
1261
+ h.RFC_2822 = function() {
1262
+ };
1263
+ function bs(e) {
1264
+ if (e._f === h.ISO_8601) {
1265
+ sr(e);
1266
+ return;
1267
+ }
1268
+ if (e._f === h.RFC_2822) {
1269
+ nr(e);
1270
+ return;
1271
+ }
1272
+ e._a = [], v(e).empty = !0;
1273
+ var t = "" + e._i, s, n, r, i, a, l = t.length, o = 0, u, w;
1274
+ for (r = Un(e._f, e._locale).match(fs) || [], w = r.length, s = 0; s < w; s++)
1275
+ i = r[s], n = (t.match(Ti(i, e)) || [])[0], n && (a = t.substr(0, t.indexOf(n)), a.length > 0 && v(e).unusedInput.push(a), t = t.slice(
1276
+ t.indexOf(n) + n.length
1277
+ ), o += n.length), Ge[i] ? (n ? v(e).empty = !1 : v(e).unusedTokens.push(i), Fi(i, n, e)) : e._strict && !n && v(e).unusedTokens.push(i);
1278
+ v(e).charsLeftOver = l - o, t.length > 0 && v(e).unusedInput.push(t), e._a[Q] <= 12 && v(e).bigHour === !0 && e._a[Q] > 0 && (v(e).bigHour = void 0), v(e).parsedDateParts = e._a.slice(0), v(e).meridiem = e._meridiem, e._a[Q] = Aa(
1279
+ e._locale,
1280
+ e._a[Q],
1281
+ e._meridiem
1282
+ ), u = v(e).era, u !== null && (e._a[K] = e._locale.erasConvertYear(u, e._a[K])), Ss(e), vs(e);
1283
+ }
1284
+ function Aa(e, t, s) {
1285
+ var n;
1286
+ return s == null ? t : e.meridiemHour != null ? e.meridiemHour(t, s) : (e.isPM != null && (n = e.isPM(s), n && t < 12 && (t += 12), !n && t === 12 && (t = 0)), t);
1287
+ }
1288
+ function Ga(e) {
1289
+ var t, s, n, r, i, a, l = !1, o = e._f.length;
1290
+ if (o === 0) {
1291
+ v(e).invalidFormat = !0, e._d = /* @__PURE__ */ new Date(NaN);
1292
+ return;
1293
+ }
1294
+ for (r = 0; r < o; r++)
1295
+ i = 0, a = !1, t = us({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[r], bs(t), os(t) && (a = !0), i += v(t).charsLeftOver, i += v(t).unusedTokens.length * 10, v(t).score = i, l ? i < n && (n = i, s = t) : (n == null || i < n || a) && (n = i, s = t, a && (l = !0));
1296
+ Ye(e, s || t);
1297
+ }
1298
+ function Va(e) {
1299
+ if (!e._d) {
1300
+ var t = cs(e._i), s = t.day === void 0 ? t.date : t.day;
1301
+ e._a = xn(
1302
+ [t.year, t.month, s, t.hour, t.minute, t.second, t.millisecond],
1303
+ function(n) {
1304
+ return n && parseInt(n, 10);
1305
+ }
1306
+ ), Ss(e);
1307
+ }
1308
+ }
1309
+ function ja(e) {
1310
+ var t = new at(vs(rr(e)));
1311
+ return t._nextDay && (t.add(1, "d"), t._nextDay = void 0), t;
1312
+ }
1313
+ function rr(e) {
1314
+ var t = e._i, s = e._f;
1315
+ return e._locale = e._locale || be(e._l), t === null || s === void 0 && t === "" ? Mt({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), le(t) ? new at(vs(t)) : (it(t) ? e._d = t : ae(s) ? Ga(e) : s ? bs(e) : za(e), os(e) || (e._d = null), e));
1316
+ }
1317
+ function za(e) {
1318
+ var t = e._i;
1319
+ $(t) ? e._d = new Date(h.now()) : it(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? Ia(e) : ae(t) ? (e._a = xn(t.slice(0), function(s) {
1320
+ return parseInt(s, 10);
1321
+ }), Ss(e)) : Ce(t) ? Va(e) : we(t) ? e._d = new Date(t) : h.createFromInputFallback(e);
1322
+ }
1323
+ function ir(e, t, s, n, r) {
1324
+ var i = {};
1325
+ return (t === !0 || t === !1) && (n = t, t = void 0), (s === !0 || s === !1) && (n = s, s = void 0), (Ce(e) && ls(e) || ae(e) && e.length === 0) && (e = void 0), i._isAMomentObject = !0, i._useUTC = i._isUTC = r, i._l = s, i._i = e, i._f = t, i._strict = n, ja(i);
1326
+ }
1327
+ function U(e, t, s, n) {
1328
+ return ir(e, t, s, n, !1);
1329
+ }
1330
+ var Za = ne(
1331
+ "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
1332
+ function() {
1333
+ var e = U.apply(null, arguments);
1334
+ return this.isValid() && e.isValid() ? e < this ? this : e : Mt();
1335
+ }
1336
+ ), Ba = ne(
1337
+ "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
1338
+ function() {
1339
+ var e = U.apply(null, arguments);
1340
+ return this.isValid() && e.isValid() ? e > this ? this : e : Mt();
1341
+ }
1342
+ );
1343
+ function ar(e, t) {
1344
+ var s, n;
1345
+ if (t.length === 1 && ae(t[0]) && (t = t[0]), !t.length)
1346
+ return U();
1347
+ for (s = t[0], n = 1; n < t.length; ++n)
1348
+ (!t[n].isValid() || t[n][e](s)) && (s = t[n]);
1349
+ return s;
1350
+ }
1351
+ function qa() {
1352
+ var e = [].slice.call(arguments, 0);
1353
+ return ar("isBefore", e);
1354
+ }
1355
+ function Ja() {
1356
+ var e = [].slice.call(arguments, 0);
1357
+ return ar("isAfter", e);
1358
+ }
1359
+ var Qa = function() {
1360
+ return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
1361
+ }, $e = [
1362
+ "year",
1363
+ "quarter",
1364
+ "month",
1365
+ "week",
1366
+ "day",
1367
+ "hour",
1368
+ "minute",
1369
+ "second",
1370
+ "millisecond"
1371
+ ];
1372
+ function Xa(e) {
1373
+ var t, s = !1, n, r = $e.length;
1374
+ for (t in e)
1375
+ if (O(e, t) && !(B.call($e, t) !== -1 && (e[t] == null || !isNaN(e[t]))))
1376
+ return !1;
1377
+ for (n = 0; n < r; ++n)
1378
+ if (e[$e[n]]) {
1379
+ if (s)
1380
+ return !1;
1381
+ parseFloat(e[$e[n]]) !== b(e[$e[n]]) && (s = !0);
1382
+ }
1383
+ return !0;
1384
+ }
1385
+ function Ka() {
1386
+ return this._isValid;
1387
+ }
1388
+ function $a() {
1389
+ return oe(NaN);
1390
+ }
1391
+ function Nt(e) {
1392
+ var t = cs(e), s = t.year || 0, n = t.quarter || 0, r = t.month || 0, i = t.week || t.isoWeek || 0, a = t.day || 0, l = t.hour || 0, o = t.minute || 0, u = t.second || 0, w = t.millisecond || 0;
1393
+ this._isValid = Xa(t), this._milliseconds = +w + u * 1e3 + // 1000
1394
+ o * 6e4 + // 1000 * 60
1395
+ l * 1e3 * 60 * 60, this._days = +a + i * 7, this._months = +r + n * 3 + s * 12, this._data = {}, this._locale = be(), this._bubble();
1396
+ }
1397
+ function gt(e) {
1398
+ return e instanceof Nt;
1399
+ }
1400
+ function rs(e) {
1401
+ return e < 0 ? Math.round(-1 * e) * -1 : Math.round(e);
1402
+ }
1403
+ function el(e, t, s) {
1404
+ var n = Math.min(e.length, t.length), r = Math.abs(e.length - t.length), i = 0, a;
1405
+ for (a = 0; a < n; a++)
1406
+ b(e[a]) !== b(t[a]) && i++;
1407
+ return i + r;
1408
+ }
1409
+ function lr(e, t) {
1410
+ g(e, 0, 0, function() {
1411
+ var s = this.utcOffset(), n = "+";
1412
+ return s < 0 && (s = -s, n = "-"), n + de(~~(s / 60), 2) + t + de(~~s % 60, 2);
1413
+ });
1414
+ }
1415
+ lr("Z", ":");
1416
+ lr("ZZ", "");
1417
+ m("Z", Ft);
1418
+ m("ZZ", Ft);
1419
+ P(["Z", "ZZ"], function(e, t, s) {
1420
+ s._useUTC = !0, s._tzm = Ms(Ft, e);
1421
+ });
1422
+ var tl = /([\+\-]|\d\d)/gi;
1423
+ function Ms(e, t) {
1424
+ var s = (t || "").match(e), n, r, i;
1425
+ return s === null ? null : (n = s[s.length - 1] || [], r = (n + "").match(tl) || ["-", 0, 0], i = +(r[1] * 60) + b(r[2]), i === 0 ? 0 : r[0] === "+" ? i : -i);
1426
+ }
1427
+ function Ds(e, t) {
1428
+ var s, n;
1429
+ return t._isUTC ? (s = t.clone(), n = (le(e) || it(e) ? e.valueOf() : U(e).valueOf()) - s.valueOf(), s._d.setTime(s._d.valueOf() + n), h.updateOffset(s, !1), s) : U(e).local();
1430
+ }
1431
+ function is(e) {
1432
+ return -Math.round(e._d.getTimezoneOffset());
1433
+ }
1434
+ h.updateOffset = function() {
1435
+ };
1436
+ function sl(e, t, s) {
1437
+ var n = this._offset || 0, r;
1438
+ if (!this.isValid())
1439
+ return e != null ? this : NaN;
1440
+ if (e != null) {
1441
+ if (typeof e == "string") {
1442
+ if (e = Ms(Ft, e), e === null)
1443
+ return this;
1444
+ } else Math.abs(e) < 16 && !s && (e = e * 60);
1445
+ return !this._isUTC && t && (r = is(this)), this._offset = e, this._isUTC = !0, r != null && this.add(r, "m"), n !== e && (!t || this._changeInProgress ? dr(
1446
+ this,
1447
+ oe(e - n, "m"),
1448
+ 1,
1449
+ !1
1450
+ ) : this._changeInProgress || (this._changeInProgress = !0, h.updateOffset(this, !0), this._changeInProgress = null)), this;
1451
+ } else
1452
+ return this._isUTC ? n : is(this);
1453
+ }
1454
+ function nl(e, t) {
1455
+ return e != null ? (typeof e != "string" && (e = -e), this.utcOffset(e, t), this) : -this.utcOffset();
1456
+ }
1457
+ function rl(e) {
1458
+ return this.utcOffset(0, e);
1459
+ }
1460
+ function il(e) {
1461
+ return this._isUTC && (this.utcOffset(0, e), this._isUTC = !1, e && this.subtract(is(this), "m")), this;
1462
+ }
1463
+ function al() {
1464
+ if (this._tzm != null)
1465
+ this.utcOffset(this._tzm, !1, !0);
1466
+ else if (typeof this._i == "string") {
1467
+ var e = Ms(Di, this._i);
1468
+ e != null ? this.utcOffset(e) : this.utcOffset(0, !0);
1469
+ }
1470
+ return this;
1471
+ }
1472
+ function ll(e) {
1473
+ return this.isValid() ? (e = e ? U(e).utcOffset() : 0, (this.utcOffset() - e) % 60 === 0) : !1;
1474
+ }
1475
+ function ol() {
1476
+ return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
1477
+ }
1478
+ function ul() {
1479
+ if (!$(this._isDSTShifted))
1480
+ return this._isDSTShifted;
1481
+ var e = {}, t;
1482
+ return us(e, this), e = rr(e), e._a ? (t = e._isUTC ? fe(e._a) : U(e._a), this._isDSTShifted = this.isValid() && el(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
1483
+ }
1484
+ function dl() {
1485
+ return this.isValid() ? !this._isUTC : !1;
1486
+ }
1487
+ function fl() {
1488
+ return this.isValid() ? this._isUTC : !1;
1489
+ }
1490
+ function or() {
1491
+ return this.isValid() ? this._isUTC && this._offset === 0 : !1;
1492
+ }
1493
+ var cl = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, hl = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
1494
+ function oe(e, t) {
1495
+ var s = e, n = null, r, i, a;
1496
+ return gt(e) ? s = {
1497
+ ms: e._milliseconds,
1498
+ d: e._days,
1499
+ M: e._months
1500
+ } : we(e) || !isNaN(+e) ? (s = {}, t ? s[t] = +e : s.milliseconds = +e) : (n = cl.exec(e)) ? (r = n[1] === "-" ? -1 : 1, s = {
1501
+ y: 0,
1502
+ d: b(n[ue]) * r,
1503
+ h: b(n[Q]) * r,
1504
+ m: b(n[ie]) * r,
1505
+ s: b(n[ye]) * r,
1506
+ ms: b(rs(n[We] * 1e3)) * r
1507
+ // the millisecond decimal point is included in the match
1508
+ }) : (n = hl.exec(e)) ? (r = n[1] === "-" ? -1 : 1, s = {
1509
+ y: Pe(n[2], r),
1510
+ M: Pe(n[3], r),
1511
+ w: Pe(n[4], r),
1512
+ d: Pe(n[5], r),
1513
+ h: Pe(n[6], r),
1514
+ m: Pe(n[7], r),
1515
+ s: Pe(n[8], r)
1516
+ }) : s == null ? s = {} : typeof s == "object" && ("from" in s || "to" in s) && (a = ml(
1517
+ U(s.from),
1518
+ U(s.to)
1519
+ ), s = {}, s.ms = a.milliseconds, s.M = a.months), i = new Nt(s), gt(e) && O(e, "_locale") && (i._locale = e._locale), gt(e) && O(e, "_isValid") && (i._isValid = e._isValid), i;
1520
+ }
1521
+ oe.fn = Nt.prototype;
1522
+ oe.invalid = $a;
1523
+ function Pe(e, t) {
1524
+ var s = e && parseFloat(e.replace(",", "."));
1525
+ return (isNaN(s) ? 0 : s) * t;
1526
+ }
1527
+ function rn(e, t) {
1528
+ var s = {};
1529
+ 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;
1530
+ }
1531
+ function ml(e, t) {
1532
+ var s;
1533
+ return e.isValid() && t.isValid() ? (t = Ds(t, e), e.isBefore(t) ? s = rn(e, t) : (s = rn(t, e), s.milliseconds = -s.milliseconds, s.months = -s.months), s) : { milliseconds: 0, months: 0 };
1534
+ }
1535
+ function ur(e, t) {
1536
+ return function(s, n) {
1537
+ var r, i;
1538
+ return n !== null && !isNaN(+n) && (In(
1539
+ t,
1540
+ "moment()." + t + "(period, number) is deprecated. Please use moment()." + t + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
1541
+ ), i = s, s = n, n = i), r = oe(s, n), dr(this, r, e), this;
1542
+ };
1543
+ }
1544
+ function dr(e, t, s, n) {
1545
+ var r = t._milliseconds, i = rs(t._days), a = rs(t._months);
1546
+ e.isValid() && (n = n == null ? !0 : n, a && qn(e, tt(e, "Month") + a * s), i && zn(e, "Date", tt(e, "Date") + i * s), r && e._d.setTime(e._d.valueOf() + r * s), n && h.updateOffset(e, i || a));
1547
+ }
1548
+ var _l = ur(1, "add"), gl = ur(-1, "subtract");
1549
+ function fr(e) {
1550
+ return typeof e == "string" || e instanceof String;
1551
+ }
1552
+ function yl(e) {
1553
+ return le(e) || it(e) || fr(e) || we(e) || kl(e) || pl(e) || e === null || e === void 0;
1554
+ }
1555
+ function pl(e) {
1556
+ var t = Ce(e) && !ls(e), s = !1, n = [
1557
+ "years",
1558
+ "year",
1559
+ "y",
1560
+ "months",
1561
+ "month",
1562
+ "M",
1563
+ "days",
1564
+ "day",
1565
+ "d",
1566
+ "dates",
1567
+ "date",
1568
+ "D",
1569
+ "hours",
1570
+ "hour",
1571
+ "h",
1572
+ "minutes",
1573
+ "minute",
1574
+ "m",
1575
+ "seconds",
1576
+ "second",
1577
+ "s",
1578
+ "milliseconds",
1579
+ "millisecond",
1580
+ "ms"
1581
+ ], r, i, a = n.length;
1582
+ for (r = 0; r < a; r += 1)
1583
+ i = n[r], s = s || O(e, i);
1584
+ return t && s;
1585
+ }
1586
+ function kl(e) {
1587
+ var t = ae(e), s = !1;
1588
+ return t && (s = e.filter(function(n) {
1589
+ return !we(n) && fr(e);
1590
+ }).length === 0), t && s;
1591
+ }
1592
+ function wl(e) {
1593
+ var t = Ce(e) && !ls(e), s = !1, n = [
1594
+ "sameDay",
1595
+ "nextDay",
1596
+ "lastDay",
1597
+ "nextWeek",
1598
+ "lastWeek",
1599
+ "sameElse"
1600
+ ], r, i;
1601
+ for (r = 0; r < n.length; r += 1)
1602
+ i = n[r], s = s || O(e, i);
1603
+ return t && s;
1604
+ }
1605
+ function vl(e, t) {
1606
+ var s = e.diff(t, "days", !0);
1607
+ return s < -6 ? "sameElse" : s < -1 ? "lastWeek" : s < 0 ? "lastDay" : s < 1 ? "sameDay" : s < 2 ? "nextDay" : s < 7 ? "nextWeek" : "sameElse";
1608
+ }
1609
+ function Sl(e, t) {
1610
+ arguments.length === 1 && (arguments[0] ? yl(arguments[0]) ? (e = arguments[0], t = void 0) : wl(arguments[0]) && (t = arguments[0], e = void 0) : (e = void 0, t = void 0));
1611
+ var s = e || U(), n = Ds(s, this).startOf("day"), r = h.calendarFormat(this, n) || "sameElse", i = t && (ce(t[r]) ? t[r].call(this, s) : t[r]);
1612
+ return this.format(
1613
+ i || this.localeData().calendar(r, this, U(s))
1614
+ );
1615
+ }
1616
+ function bl() {
1617
+ return new at(this);
1618
+ }
1619
+ function Ml(e, t) {
1620
+ var s = le(e) ? e : U(e);
1621
+ return this.isValid() && s.isValid() ? (t = re(t) || "millisecond", t === "millisecond" ? this.valueOf() > s.valueOf() : s.valueOf() < this.clone().startOf(t).valueOf()) : !1;
1622
+ }
1623
+ function Dl(e, t) {
1624
+ var s = le(e) ? e : U(e);
1625
+ return this.isValid() && s.isValid() ? (t = re(t) || "millisecond", t === "millisecond" ? this.valueOf() < s.valueOf() : this.clone().endOf(t).valueOf() < s.valueOf()) : !1;
1626
+ }
1627
+ function Yl(e, t, s, n) {
1628
+ var r = le(e) ? e : U(e), i = le(t) ? t : U(t);
1629
+ return this.isValid() && r.isValid() && i.isValid() ? (n = n || "()", (n[0] === "(" ? this.isAfter(r, s) : !this.isBefore(r, s)) && (n[1] === ")" ? this.isBefore(i, s) : !this.isAfter(i, s))) : !1;
1630
+ }
1631
+ function Tl(e, t) {
1632
+ var s = le(e) ? e : U(e), n;
1633
+ return this.isValid() && s.isValid() ? (t = re(t) || "millisecond", t === "millisecond" ? this.valueOf() === s.valueOf() : (n = s.valueOf(), this.clone().startOf(t).valueOf() <= n && n <= this.clone().endOf(t).valueOf())) : !1;
1634
+ }
1635
+ function Ol(e, t) {
1636
+ return this.isSame(e, t) || this.isAfter(e, t);
1637
+ }
1638
+ function Fl(e, t) {
1639
+ return this.isSame(e, t) || this.isBefore(e, t);
1640
+ }
1641
+ function Ll(e, t, s) {
1642
+ var n, r, i;
1643
+ if (!this.isValid())
1644
+ return NaN;
1645
+ if (n = Ds(e, this), !n.isValid())
1646
+ return NaN;
1647
+ switch (r = (n.utcOffset() - this.utcOffset()) * 6e4, t = re(t), t) {
1648
+ case "year":
1649
+ i = yt(this, n) / 12;
1650
+ break;
1651
+ case "month":
1652
+ i = yt(this, n);
1653
+ break;
1654
+ case "quarter":
1655
+ i = yt(this, n) / 3;
1656
+ break;
1657
+ case "second":
1658
+ i = (this - n) / 1e3;
1659
+ break;
1660
+ case "minute":
1661
+ i = (this - n) / 6e4;
1662
+ break;
1663
+ case "hour":
1664
+ i = (this - n) / 36e5;
1665
+ break;
1666
+ case "day":
1667
+ i = (this - n - r) / 864e5;
1668
+ break;
1669
+ case "week":
1670
+ i = (this - n - r) / 6048e5;
1671
+ break;
1672
+ default:
1673
+ i = this - n;
1674
+ }
1675
+ return s ? i : se(i);
1676
+ }
1677
+ function yt(e, t) {
1678
+ if (e.date() < t.date())
1679
+ return -yt(t, e);
1680
+ var s = (t.year() - e.year()) * 12 + (t.month() - e.month()), n = e.clone().add(s, "months"), r, i;
1681
+ return t - n < 0 ? (r = e.clone().add(s - 1, "months"), i = (t - n) / (n - r)) : (r = e.clone().add(s + 1, "months"), i = (t - n) / (r - n)), -(s + i) || 0;
1682
+ }
1683
+ h.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
1684
+ h.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
1685
+ function Rl() {
1686
+ return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
1687
+ }
1688
+ function Nl(e) {
1689
+ if (!this.isValid())
1690
+ return null;
1691
+ var t = e !== !0, s = t ? this.clone().utc() : this;
1692
+ return s.year() < 0 || s.year() > 9999 ? _t(
1693
+ s,
1694
+ t ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"
1695
+ ) : ce(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", _t(s, "Z")) : _t(
1696
+ s,
1697
+ t ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ"
1698
+ );
1699
+ }
1700
+ function Pl() {
1701
+ if (!this.isValid())
1702
+ return "moment.invalid(/* " + this._i + " */)";
1703
+ var e = "moment", t = "", s, n, r, i;
1704
+ return this.isLocal() || (e = this.utcOffset() === 0 ? "moment.utc" : "moment.parseZone", t = "Z"), s = "[" + e + '("]', n = 0 <= this.year() && this.year() <= 9999 ? "YYYY" : "YYYYYY", r = "-MM-DD[T]HH:mm:ss.SSS", i = t + '[")]', this.format(s + n + r + i);
1705
+ }
1706
+ function Wl(e) {
1707
+ e || (e = this.isUtc() ? h.defaultFormatUtc : h.defaultFormat);
1708
+ var t = _t(this, e);
1709
+ return this.localeData().postformat(t);
1710
+ }
1711
+ function Cl(e, t) {
1712
+ return this.isValid() && (le(e) && e.isValid() || U(e).isValid()) ? oe({ to: this, from: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
1713
+ }
1714
+ function xl(e) {
1715
+ return this.from(U(), e);
1716
+ }
1717
+ function El(e, t) {
1718
+ return this.isValid() && (le(e) && e.isValid() || U(e).isValid()) ? oe({ from: this, to: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
1719
+ }
1720
+ function Il(e) {
1721
+ return this.to(U(), e);
1722
+ }
1723
+ function cr(e) {
1724
+ var t;
1725
+ return e === void 0 ? this._locale._abbr : (t = be(e), t != null && (this._locale = t), this);
1726
+ }
1727
+ var hr = ne(
1728
+ "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
1729
+ function(e) {
1730
+ return e === void 0 ? this.localeData() : this.locale(e);
1731
+ }
1732
+ );
1733
+ function mr() {
1734
+ return this._locale;
1735
+ }
1736
+ var vt = 1e3, Ve = 60 * vt, St = 60 * Ve, _r = (365 * 400 + 97) * 24 * St;
1737
+ function je(e, t) {
1738
+ return (e % t + t) % t;
1739
+ }
1740
+ function gr(e, t, s) {
1741
+ return e < 100 && e >= 0 ? new Date(e + 400, t, s) - _r : new Date(e, t, s).valueOf();
1742
+ }
1743
+ function yr(e, t, s) {
1744
+ return e < 100 && e >= 0 ? Date.UTC(e + 400, t, s) - _r : Date.UTC(e, t, s);
1745
+ }
1746
+ function Ul(e) {
1747
+ var t, s;
1748
+ if (e = re(e), e === void 0 || e === "millisecond" || !this.isValid())
1749
+ return this;
1750
+ switch (s = this._isUTC ? yr : gr, e) {
1751
+ case "year":
1752
+ t = s(this.year(), 0, 1);
1753
+ break;
1754
+ case "quarter":
1755
+ t = s(
1756
+ this.year(),
1757
+ this.month() - this.month() % 3,
1758
+ 1
1759
+ );
1760
+ break;
1761
+ case "month":
1762
+ t = s(this.year(), this.month(), 1);
1763
+ break;
1764
+ case "week":
1765
+ t = s(
1766
+ this.year(),
1767
+ this.month(),
1768
+ this.date() - this.weekday()
1769
+ );
1770
+ break;
1771
+ case "isoWeek":
1772
+ t = s(
1773
+ this.year(),
1774
+ this.month(),
1775
+ this.date() - (this.isoWeekday() - 1)
1776
+ );
1777
+ break;
1778
+ case "day":
1779
+ case "date":
1780
+ t = s(this.year(), this.month(), this.date());
1781
+ break;
1782
+ case "hour":
1783
+ t = this._d.valueOf(), t -= je(
1784
+ t + (this._isUTC ? 0 : this.utcOffset() * Ve),
1785
+ St
1786
+ );
1787
+ break;
1788
+ case "minute":
1789
+ t = this._d.valueOf(), t -= je(t, Ve);
1790
+ break;
1791
+ case "second":
1792
+ t = this._d.valueOf(), t -= je(t, vt);
1793
+ break;
1794
+ }
1795
+ return this._d.setTime(t), h.updateOffset(this, !0), this;
1796
+ }
1797
+ function Hl(e) {
1798
+ var t, s;
1799
+ if (e = re(e), e === void 0 || e === "millisecond" || !this.isValid())
1800
+ return this;
1801
+ switch (s = this._isUTC ? yr : gr, e) {
1802
+ case "year":
1803
+ t = s(this.year() + 1, 0, 1) - 1;
1804
+ break;
1805
+ case "quarter":
1806
+ t = s(
1807
+ this.year(),
1808
+ this.month() - this.month() % 3 + 3,
1809
+ 1
1810
+ ) - 1;
1811
+ break;
1812
+ case "month":
1813
+ t = s(this.year(), this.month() + 1, 1) - 1;
1814
+ break;
1815
+ case "week":
1816
+ t = s(
1817
+ this.year(),
1818
+ this.month(),
1819
+ this.date() - this.weekday() + 7
1820
+ ) - 1;
1821
+ break;
1822
+ case "isoWeek":
1823
+ t = s(
1824
+ this.year(),
1825
+ this.month(),
1826
+ this.date() - (this.isoWeekday() - 1) + 7
1827
+ ) - 1;
1828
+ break;
1829
+ case "day":
1830
+ case "date":
1831
+ t = s(this.year(), this.month(), this.date() + 1) - 1;
1832
+ break;
1833
+ case "hour":
1834
+ t = this._d.valueOf(), t += St - je(
1835
+ t + (this._isUTC ? 0 : this.utcOffset() * Ve),
1836
+ St
1837
+ ) - 1;
1838
+ break;
1839
+ case "minute":
1840
+ t = this._d.valueOf(), t += Ve - je(t, Ve) - 1;
1841
+ break;
1842
+ case "second":
1843
+ t = this._d.valueOf(), t += vt - je(t, vt) - 1;
1844
+ break;
1845
+ }
1846
+ return this._d.setTime(t), h.updateOffset(this, !0), this;
1847
+ }
1848
+ function Al() {
1849
+ return this._d.valueOf() - (this._offset || 0) * 6e4;
1850
+ }
1851
+ function Gl() {
1852
+ return Math.floor(this.valueOf() / 1e3);
1853
+ }
1854
+ function Vl() {
1855
+ return new Date(this.valueOf());
1856
+ }
1857
+ function jl() {
1858
+ var e = this;
1859
+ return [
1860
+ e.year(),
1861
+ e.month(),
1862
+ e.date(),
1863
+ e.hour(),
1864
+ e.minute(),
1865
+ e.second(),
1866
+ e.millisecond()
1867
+ ];
1868
+ }
1869
+ function zl() {
1870
+ var e = this;
1871
+ return {
1872
+ years: e.year(),
1873
+ months: e.month(),
1874
+ date: e.date(),
1875
+ hours: e.hours(),
1876
+ minutes: e.minutes(),
1877
+ seconds: e.seconds(),
1878
+ milliseconds: e.milliseconds()
1879
+ };
1880
+ }
1881
+ function Zl() {
1882
+ return this.isValid() ? this.toISOString() : null;
1883
+ }
1884
+ function Bl() {
1885
+ return os(this);
1886
+ }
1887
+ function ql() {
1888
+ return Ye({}, v(this));
1889
+ }
1890
+ function Jl() {
1891
+ return v(this).overflow;
1892
+ }
1893
+ function Ql() {
1894
+ return {
1895
+ input: this._i,
1896
+ format: this._f,
1897
+ locale: this._locale,
1898
+ isUTC: this._isUTC,
1899
+ strict: this._strict
1900
+ };
1901
+ }
1902
+ g("N", 0, 0, "eraAbbr");
1903
+ g("NN", 0, 0, "eraAbbr");
1904
+ g("NNN", 0, 0, "eraAbbr");
1905
+ g("NNNN", 0, 0, "eraName");
1906
+ g("NNNNN", 0, 0, "eraNarrow");
1907
+ g("y", ["y", 1], "yo", "eraYear");
1908
+ g("y", ["yy", 2], 0, "eraYear");
1909
+ g("y", ["yyy", 3], 0, "eraYear");
1910
+ g("y", ["yyyy", 4], 0, "eraYear");
1911
+ m("N", Ys);
1912
+ m("NN", Ys);
1913
+ m("NNN", Ys);
1914
+ m("NNNN", lo);
1915
+ m("NNNNN", oo);
1916
+ P(
1917
+ ["N", "NN", "NNN", "NNNN", "NNNNN"],
1918
+ function(e, t, s, n) {
1919
+ var r = s._locale.erasParse(e, n, s._strict);
1920
+ r ? v(s).era = r : v(s).invalidEra = e;
1921
+ }
1922
+ );
1923
+ m("y", Ze);
1924
+ m("yy", Ze);
1925
+ m("yyy", Ze);
1926
+ m("yyyy", Ze);
1927
+ m("yo", uo);
1928
+ P(["y", "yy", "yyy", "yyyy"], K);
1929
+ P(["yo"], function(e, t, s, n) {
1930
+ var r;
1931
+ s._locale._eraYearOrdinalRegex && (r = e.match(s._locale._eraYearOrdinalRegex)), s._locale.eraYearOrdinalParse ? t[K] = s._locale.eraYearOrdinalParse(e, r) : t[K] = parseInt(e, 10);
1932
+ });
1933
+ function Xl(e, t) {
1934
+ var s, n, r, i = this._eras || be("en")._eras;
1935
+ for (s = 0, n = i.length; s < n; ++s) {
1936
+ switch (typeof i[s].since) {
1937
+ case "string":
1938
+ r = h(i[s].since).startOf("day"), i[s].since = r.valueOf();
1939
+ break;
1940
+ }
1941
+ switch (typeof i[s].until) {
1942
+ case "undefined":
1943
+ i[s].until = 1 / 0;
1944
+ break;
1945
+ case "string":
1946
+ r = h(i[s].until).startOf("day").valueOf(), i[s].until = r.valueOf();
1947
+ break;
1948
+ }
1949
+ }
1950
+ return i;
1951
+ }
1952
+ function Kl(e, t, s) {
1953
+ var n, r, i = this.eras(), a, l, o;
1954
+ for (e = e.toUpperCase(), n = 0, r = i.length; n < r; ++n)
1955
+ if (a = i[n].name.toUpperCase(), l = i[n].abbr.toUpperCase(), o = i[n].narrow.toUpperCase(), s)
1956
+ switch (t) {
1957
+ case "N":
1958
+ case "NN":
1959
+ case "NNN":
1960
+ if (l === e)
1961
+ return i[n];
1962
+ break;
1963
+ case "NNNN":
1964
+ if (a === e)
1965
+ return i[n];
1966
+ break;
1967
+ case "NNNNN":
1968
+ if (o === e)
1969
+ return i[n];
1970
+ break;
1971
+ }
1972
+ else if ([a, l, o].indexOf(e) >= 0)
1973
+ return i[n];
1974
+ }
1975
+ function $l(e, t) {
1976
+ var s = e.since <= e.until ? 1 : -1;
1977
+ return t === void 0 ? h(e.since).year() : h(e.since).year() + (t - e.offset) * s;
1978
+ }
1979
+ function eo() {
1980
+ var e, t, s, n = this.localeData().eras();
1981
+ for (e = 0, t = n.length; e < t; ++e)
1982
+ if (s = this.clone().startOf("day").valueOf(), n[e].since <= s && s <= n[e].until || n[e].until <= s && s <= n[e].since)
1983
+ return n[e].name;
1984
+ return "";
1985
+ }
1986
+ function to() {
1987
+ var e, t, s, n = this.localeData().eras();
1988
+ for (e = 0, t = n.length; e < t; ++e)
1989
+ if (s = this.clone().startOf("day").valueOf(), n[e].since <= s && s <= n[e].until || n[e].until <= s && s <= n[e].since)
1990
+ return n[e].narrow;
1991
+ return "";
1992
+ }
1993
+ function so() {
1994
+ var e, t, s, n = this.localeData().eras();
1995
+ for (e = 0, t = n.length; e < t; ++e)
1996
+ if (s = this.clone().startOf("day").valueOf(), n[e].since <= s && s <= n[e].until || n[e].until <= s && s <= n[e].since)
1997
+ return n[e].abbr;
1998
+ return "";
1999
+ }
2000
+ function no() {
2001
+ var e, t, s, n, r = this.localeData().eras();
2002
+ for (e = 0, t = r.length; e < t; ++e)
2003
+ if (s = r[e].since <= r[e].until ? 1 : -1, n = this.clone().startOf("day").valueOf(), r[e].since <= n && n <= r[e].until || r[e].until <= n && n <= r[e].since)
2004
+ return (this.year() - h(r[e].since).year()) * s + r[e].offset;
2005
+ return this.year();
2006
+ }
2007
+ function ro(e) {
2008
+ return O(this, "_erasNameRegex") || Ts.call(this), e ? this._erasNameRegex : this._erasRegex;
2009
+ }
2010
+ function io(e) {
2011
+ return O(this, "_erasAbbrRegex") || Ts.call(this), e ? this._erasAbbrRegex : this._erasRegex;
2012
+ }
2013
+ function ao(e) {
2014
+ return O(this, "_erasNarrowRegex") || Ts.call(this), e ? this._erasNarrowRegex : this._erasRegex;
2015
+ }
2016
+ function Ys(e, t) {
2017
+ return t.erasAbbrRegex(e);
2018
+ }
2019
+ function lo(e, t) {
2020
+ return t.erasNameRegex(e);
2021
+ }
2022
+ function oo(e, t) {
2023
+ return t.erasNarrowRegex(e);
2024
+ }
2025
+ function uo(e, t) {
2026
+ return t._eraYearOrdinalRegex || Ze;
2027
+ }
2028
+ function Ts() {
2029
+ var e = [], t = [], s = [], n = [], r, i, a, l, o, u = this.eras();
2030
+ for (r = 0, i = u.length; r < i; ++r)
2031
+ a = pe(u[r].name), l = pe(u[r].abbr), o = pe(u[r].narrow), t.push(a), e.push(l), s.push(o), n.push(a), n.push(l), n.push(o);
2032
+ this._erasRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._erasNameRegex = new RegExp("^(" + t.join("|") + ")", "i"), this._erasAbbrRegex = new RegExp("^(" + e.join("|") + ")", "i"), this._erasNarrowRegex = new RegExp(
2033
+ "^(" + s.join("|") + ")",
2034
+ "i"
2035
+ );
2036
+ }
2037
+ g(0, ["gg", 2], 0, function() {
2038
+ return this.weekYear() % 100;
2039
+ });
2040
+ g(0, ["GG", 2], 0, function() {
2041
+ return this.isoWeekYear() % 100;
2042
+ });
2043
+ function Pt(e, t) {
2044
+ g(0, [e, e.length], 0, t);
2045
+ }
2046
+ Pt("gggg", "weekYear");
2047
+ Pt("ggggg", "weekYear");
2048
+ Pt("GGGG", "isoWeekYear");
2049
+ Pt("GGGGG", "isoWeekYear");
2050
+ m("G", Ot);
2051
+ m("g", Ot);
2052
+ m("GG", H, ee);
2053
+ m("gg", H, ee);
2054
+ m("GGGG", ms, hs);
2055
+ m("gggg", ms, hs);
2056
+ m("GGGGG", Tt, Dt);
2057
+ m("ggggg", Tt, Dt);
2058
+ ot(
2059
+ ["gggg", "ggggg", "GGGG", "GGGGG"],
2060
+ function(e, t, s, n) {
2061
+ t[n.substr(0, 2)] = b(e);
2062
+ }
2063
+ );
2064
+ ot(["gg", "GG"], function(e, t, s, n) {
2065
+ t[n] = h.parseTwoDigitYear(e);
2066
+ });
2067
+ function fo(e) {
2068
+ return pr.call(
2069
+ this,
2070
+ e,
2071
+ this.week(),
2072
+ this.weekday() + this.localeData()._week.dow,
2073
+ this.localeData()._week.dow,
2074
+ this.localeData()._week.doy
2075
+ );
2076
+ }
2077
+ function co(e) {
2078
+ return pr.call(
2079
+ this,
2080
+ e,
2081
+ this.isoWeek(),
2082
+ this.isoWeekday(),
2083
+ 1,
2084
+ 4
2085
+ );
2086
+ }
2087
+ function ho() {
2088
+ return ke(this.year(), 1, 4);
2089
+ }
2090
+ function mo() {
2091
+ return ke(this.isoWeekYear(), 1, 4);
2092
+ }
2093
+ function _o() {
2094
+ var e = this.localeData()._week;
2095
+ return ke(this.year(), e.dow, e.doy);
2096
+ }
2097
+ function go() {
2098
+ var e = this.localeData()._week;
2099
+ return ke(this.weekYear(), e.dow, e.doy);
2100
+ }
2101
+ function pr(e, t, s, n, r) {
2102
+ var i;
2103
+ return e == null ? nt(this, n, r).year : (i = ke(e, n, r), t > i && (t = i), yo.call(this, e, t, s, n, r));
2104
+ }
2105
+ function yo(e, t, s, n, r) {
2106
+ var i = Xn(e, t, s, n, r), a = st(i.year, 0, i.dayOfYear);
2107
+ return this.year(a.getUTCFullYear()), this.month(a.getUTCMonth()), this.date(a.getUTCDate()), this;
2108
+ }
2109
+ g("Q", 0, "Qo", "quarter");
2110
+ m("Q", Hn);
2111
+ P("Q", function(e, t) {
2112
+ t[ge] = (b(e) - 1) * 3;
2113
+ });
2114
+ function po(e) {
2115
+ return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
2116
+ }
2117
+ g("D", ["DD", 2], "Do", "date");
2118
+ m("D", H, Be);
2119
+ m("DD", H, ee);
2120
+ m("Do", function(e, t) {
2121
+ return e ? t._dayOfMonthOrdinalParse || t._ordinalParse : t._dayOfMonthOrdinalParseLenient;
2122
+ });
2123
+ P(["D", "DD"], ue);
2124
+ P("Do", function(e, t) {
2125
+ t[ue] = b(e.match(H)[0]);
2126
+ });
2127
+ var kr = qe("Date", !0);
2128
+ g("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
2129
+ m("DDD", Yt);
2130
+ m("DDDD", An);
2131
+ P(["DDD", "DDDD"], function(e, t, s) {
2132
+ s._dayOfYear = b(e);
2133
+ });
2134
+ function ko(e) {
2135
+ var t = Math.round(
2136
+ (this.clone().startOf("day") - this.clone().startOf("year")) / 864e5
2137
+ ) + 1;
2138
+ return e == null ? t : this.add(e - t, "d");
2139
+ }
2140
+ g("m", ["mm", 2], 0, "minute");
2141
+ m("m", H, _s);
2142
+ m("mm", H, ee);
2143
+ P(["m", "mm"], ie);
2144
+ var wo = qe("Minutes", !1);
2145
+ g("s", ["ss", 2], 0, "second");
2146
+ m("s", H, _s);
2147
+ m("ss", H, ee);
2148
+ P(["s", "ss"], ye);
2149
+ var vo = qe("Seconds", !1);
2150
+ g("S", 0, 0, function() {
2151
+ return ~~(this.millisecond() / 100);
2152
+ });
2153
+ g(0, ["SS", 2], 0, function() {
2154
+ return ~~(this.millisecond() / 10);
2155
+ });
2156
+ g(0, ["SSS", 3], 0, "millisecond");
2157
+ g(0, ["SSSS", 4], 0, function() {
2158
+ return this.millisecond() * 10;
2159
+ });
2160
+ g(0, ["SSSSS", 5], 0, function() {
2161
+ return this.millisecond() * 100;
2162
+ });
2163
+ g(0, ["SSSSSS", 6], 0, function() {
2164
+ return this.millisecond() * 1e3;
2165
+ });
2166
+ g(0, ["SSSSSSS", 7], 0, function() {
2167
+ return this.millisecond() * 1e4;
2168
+ });
2169
+ g(0, ["SSSSSSSS", 8], 0, function() {
2170
+ return this.millisecond() * 1e5;
2171
+ });
2172
+ g(0, ["SSSSSSSSS", 9], 0, function() {
2173
+ return this.millisecond() * 1e6;
2174
+ });
2175
+ m("S", Yt, Hn);
2176
+ m("SS", Yt, ee);
2177
+ m("SSS", Yt, An);
2178
+ var Te, wr;
2179
+ for (Te = "SSSS"; Te.length <= 9; Te += "S")
2180
+ m(Te, Ze);
2181
+ function So(e, t) {
2182
+ t[We] = b(("0." + e) * 1e3);
2183
+ }
2184
+ for (Te = "S"; Te.length <= 9; Te += "S")
2185
+ P(Te, So);
2186
+ wr = qe("Milliseconds", !1);
2187
+ g("z", 0, 0, "zoneAbbr");
2188
+ g("zz", 0, 0, "zoneName");
2189
+ function bo() {
2190
+ return this._isUTC ? "UTC" : "";
2191
+ }
2192
+ function Mo() {
2193
+ return this._isUTC ? "Coordinated Universal Time" : "";
2194
+ }
2195
+ var d = at.prototype;
2196
+ d.add = _l;
2197
+ d.calendar = Sl;
2198
+ d.clone = bl;
2199
+ d.diff = Ll;
2200
+ d.endOf = Hl;
2201
+ d.format = Wl;
2202
+ d.from = Cl;
2203
+ d.fromNow = xl;
2204
+ d.to = El;
2205
+ d.toNow = Il;
2206
+ d.get = Pi;
2207
+ d.invalidAt = Jl;
2208
+ d.isAfter = Ml;
2209
+ d.isBefore = Dl;
2210
+ d.isBetween = Yl;
2211
+ d.isSame = Tl;
2212
+ d.isSameOrAfter = Ol;
2213
+ d.isSameOrBefore = Fl;
2214
+ d.isValid = Bl;
2215
+ d.lang = hr;
2216
+ d.locale = cr;
2217
+ d.localeData = mr;
2218
+ d.max = Ba;
2219
+ d.min = Za;
2220
+ d.parsingFlags = ql;
2221
+ d.set = Wi;
2222
+ d.startOf = Ul;
2223
+ d.subtract = gl;
2224
+ d.toArray = jl;
2225
+ d.toObject = zl;
2226
+ d.toDate = Vl;
2227
+ d.toISOString = Nl;
2228
+ d.inspect = Pl;
2229
+ typeof Symbol != "undefined" && Symbol.for != null && (d[Symbol.for("nodejs.util.inspect.custom")] = function() {
2230
+ return "Moment<" + this.format() + ">";
2231
+ });
2232
+ d.toJSON = Zl;
2233
+ d.toString = Rl;
2234
+ d.unix = Gl;
2235
+ d.valueOf = Al;
2236
+ d.creationData = Ql;
2237
+ d.eraName = eo;
2238
+ d.eraNarrow = to;
2239
+ d.eraAbbr = so;
2240
+ d.eraYear = no;
2241
+ d.year = jn;
2242
+ d.isLeapYear = Ni;
2243
+ d.weekYear = fo;
2244
+ d.isoWeekYear = co;
2245
+ d.quarter = d.quarters = po;
2246
+ d.month = Jn;
2247
+ d.daysInMonth = Vi;
2248
+ d.week = d.weeks = Xi;
2249
+ d.isoWeek = d.isoWeeks = Ki;
2250
+ d.weeksInYear = _o;
2251
+ d.weeksInWeekYear = go;
2252
+ d.isoWeeksInYear = ho;
2253
+ d.isoWeeksInISOWeekYear = mo;
2254
+ d.date = kr;
2255
+ d.day = d.days = fa;
2256
+ d.weekday = ca;
2257
+ d.isoWeekday = ha;
2258
+ d.dayOfYear = ko;
2259
+ d.hour = d.hours = wa;
2260
+ d.minute = d.minutes = wo;
2261
+ d.second = d.seconds = vo;
2262
+ d.millisecond = d.milliseconds = wr;
2263
+ d.utcOffset = sl;
2264
+ d.utc = rl;
2265
+ d.local = il;
2266
+ d.parseZone = al;
2267
+ d.hasAlignedHourOffset = ll;
2268
+ d.isDST = ol;
2269
+ d.isLocal = dl;
2270
+ d.isUtcOffset = fl;
2271
+ d.isUtc = or;
2272
+ d.isUTC = or;
2273
+ d.zoneAbbr = bo;
2274
+ d.zoneName = Mo;
2275
+ d.dates = ne(
2276
+ "dates accessor is deprecated. Use date instead.",
2277
+ kr
2278
+ );
2279
+ d.months = ne(
2280
+ "months accessor is deprecated. Use month instead",
2281
+ Jn
2282
+ );
2283
+ d.years = ne(
2284
+ "years accessor is deprecated. Use year instead",
2285
+ jn
2286
+ );
2287
+ d.zone = ne(
2288
+ "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
2289
+ nl
2290
+ );
2291
+ d.isDSTShifted = ne(
2292
+ "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
2293
+ ul
2294
+ );
2295
+ function Do(e) {
2296
+ return U(e * 1e3);
2297
+ }
2298
+ function Yo() {
2299
+ return U.apply(null, arguments).parseZone();
2300
+ }
2301
+ function vr(e) {
2302
+ return e;
2303
+ }
2304
+ var F = ds.prototype;
2305
+ F.calendar = di;
2306
+ F.longDateFormat = mi;
2307
+ F.invalidDate = gi;
2308
+ F.ordinal = ki;
2309
+ F.preparse = vr;
2310
+ F.postformat = vr;
2311
+ F.relativeTime = vi;
2312
+ F.pastFuture = Si;
2313
+ F.set = oi;
2314
+ F.eras = Xl;
2315
+ F.erasParse = Kl;
2316
+ F.erasConvertYear = $l;
2317
+ F.erasAbbrRegex = io;
2318
+ F.erasNameRegex = ro;
2319
+ F.erasNarrowRegex = ao;
2320
+ F.months = Ui;
2321
+ F.monthsShort = Hi;
2322
+ F.monthsParse = Gi;
2323
+ F.monthsRegex = zi;
2324
+ F.monthsShortRegex = ji;
2325
+ F.week = Bi;
2326
+ F.firstDayOfYear = Qi;
2327
+ F.firstDayOfWeek = Ji;
2328
+ F.weekdays = aa;
2329
+ F.weekdaysMin = oa;
2330
+ F.weekdaysShort = la;
2331
+ F.weekdaysParse = da;
2332
+ F.weekdaysRegex = ma;
2333
+ F.weekdaysShortRegex = _a;
2334
+ F.weekdaysMinRegex = ga;
2335
+ F.isPM = pa;
2336
+ F.meridiem = va;
2337
+ function bt(e, t, s, n) {
2338
+ var r = be(), i = fe().set(n, t);
2339
+ return r[s](i, e);
2340
+ }
2341
+ function Sr(e, t, s) {
2342
+ if (we(e) && (t = e, e = void 0), e = e || "", t != null)
2343
+ return bt(e, t, s, "month");
2344
+ var n, r = [];
2345
+ for (n = 0; n < 12; n++)
2346
+ r[n] = bt(e, n, s, "month");
2347
+ return r;
2348
+ }
2349
+ function Os(e, t, s, n) {
2350
+ typeof e == "boolean" ? (we(t) && (s = t, t = void 0), t = t || "") : (t = e, s = t, e = !1, we(t) && (s = t, t = void 0), t = t || "");
2351
+ var r = be(), i = e ? r._week.dow : 0, a, l = [];
2352
+ if (s != null)
2353
+ return bt(t, (s + i) % 7, n, "day");
2354
+ for (a = 0; a < 7; a++)
2355
+ l[a] = bt(t, (a + i) % 7, n, "day");
2356
+ return l;
2357
+ }
2358
+ function To(e, t) {
2359
+ return Sr(e, t, "months");
2360
+ }
2361
+ function Oo(e, t) {
2362
+ return Sr(e, t, "monthsShort");
2363
+ }
2364
+ function Fo(e, t, s) {
2365
+ return Os(e, t, s, "weekdays");
2366
+ }
2367
+ function Lo(e, t, s) {
2368
+ return Os(e, t, s, "weekdaysShort");
2369
+ }
2370
+ function Ro(e, t, s) {
2371
+ return Os(e, t, s, "weekdaysMin");
2372
+ }
2373
+ Oe("en", {
2374
+ eras: [
2375
+ {
2376
+ since: "0001-01-01",
2377
+ until: 1 / 0,
2378
+ offset: 1,
2379
+ name: "Anno Domini",
2380
+ narrow: "AD",
2381
+ abbr: "AD"
2382
+ },
2383
+ {
2384
+ since: "0000-12-31",
2385
+ until: -1 / 0,
2386
+ offset: 1,
2387
+ name: "Before Christ",
2388
+ narrow: "BC",
2389
+ abbr: "BC"
2390
+ }
2391
+ ],
2392
+ dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
2393
+ ordinal: function(e) {
2394
+ var t = e % 10, s = b(e % 100 / 10) === 1 ? "th" : t === 1 ? "st" : t === 2 ? "nd" : t === 3 ? "rd" : "th";
2395
+ return e + s;
2396
+ }
2397
+ });
2398
+ h.lang = ne(
2399
+ "moment.lang is deprecated. Use moment.locale instead.",
2400
+ Oe
2401
+ );
2402
+ h.langData = ne(
2403
+ "moment.langData is deprecated. Use moment.localeData instead.",
2404
+ be
2405
+ );
2406
+ var me = Math.abs;
2407
+ function No() {
2408
+ var e = this._data;
2409
+ return this._milliseconds = me(this._milliseconds), this._days = me(this._days), this._months = me(this._months), e.milliseconds = me(e.milliseconds), e.seconds = me(e.seconds), e.minutes = me(e.minutes), e.hours = me(e.hours), e.months = me(e.months), e.years = me(e.years), this;
2410
+ }
2411
+ function br(e, t, s, n) {
2412
+ var r = oe(t, s);
2413
+ return e._milliseconds += n * r._milliseconds, e._days += n * r._days, e._months += n * r._months, e._bubble();
2414
+ }
2415
+ function Po(e, t) {
2416
+ return br(this, e, t, 1);
2417
+ }
2418
+ function Wo(e, t) {
2419
+ return br(this, e, t, -1);
2420
+ }
2421
+ function an(e) {
2422
+ return e < 0 ? Math.floor(e) : Math.ceil(e);
2423
+ }
2424
+ function Co() {
2425
+ var e = this._milliseconds, t = this._days, s = this._months, n = this._data, r, i, a, l, o;
2426
+ return e >= 0 && t >= 0 && s >= 0 || e <= 0 && t <= 0 && s <= 0 || (e += an(as(s) + t) * 864e5, t = 0, s = 0), n.milliseconds = e % 1e3, r = se(e / 1e3), n.seconds = r % 60, i = se(r / 60), n.minutes = i % 60, a = se(i / 60), n.hours = a % 24, t += se(a / 24), o = se(Mr(t)), s += o, t -= an(as(o)), l = se(s / 12), s %= 12, n.days = t, n.months = s, n.years = l, this;
2427
+ }
2428
+ function Mr(e) {
2429
+ return e * 4800 / 146097;
2430
+ }
2431
+ function as(e) {
2432
+ return e * 146097 / 4800;
2433
+ }
2434
+ function xo(e) {
2435
+ if (!this.isValid())
2436
+ return NaN;
2437
+ var t, s, n = this._milliseconds;
2438
+ if (e = re(e), e === "month" || e === "quarter" || e === "year")
2439
+ switch (t = this._days + n / 864e5, s = this._months + Mr(t), e) {
2440
+ case "month":
2441
+ return s;
2442
+ case "quarter":
2443
+ return s / 3;
2444
+ case "year":
2445
+ return s / 12;
2446
+ }
2447
+ else
2448
+ switch (t = this._days + Math.round(as(this._months)), e) {
2449
+ case "week":
2450
+ return t / 7 + n / 6048e5;
2451
+ case "day":
2452
+ return t + n / 864e5;
2453
+ case "hour":
2454
+ return t * 24 + n / 36e5;
2455
+ case "minute":
2456
+ return t * 1440 + n / 6e4;
2457
+ case "second":
2458
+ return t * 86400 + n / 1e3;
2459
+ case "millisecond":
2460
+ return Math.floor(t * 864e5) + n;
2461
+ default:
2462
+ throw new Error("Unknown unit " + e);
2463
+ }
2464
+ }
2465
+ function Me(e) {
2466
+ return function() {
2467
+ return this.as(e);
2468
+ };
2469
+ }
2470
+ var Dr = Me("ms"), Eo = Me("s"), Io = Me("m"), Uo = Me("h"), Ho = Me("d"), Ao = Me("w"), Go = Me("M"), Vo = Me("Q"), jo = Me("y"), zo = Dr;
2471
+ function Zo() {
2472
+ return oe(this);
2473
+ }
2474
+ function Bo(e) {
2475
+ return e = re(e), this.isValid() ? this[e + "s"]() : NaN;
2476
+ }
2477
+ function xe(e) {
2478
+ return function() {
2479
+ return this.isValid() ? this._data[e] : NaN;
2480
+ };
2481
+ }
2482
+ var qo = xe("milliseconds"), Jo = xe("seconds"), Qo = xe("minutes"), Xo = xe("hours"), Ko = xe("days"), $o = xe("months"), eu = xe("years");
2483
+ function tu() {
2484
+ return se(this.days() / 7);
2485
+ }
2486
+ var _e = Math.round, Ae = {
2487
+ ss: 44,
2488
+ // a few seconds to seconds
2489
+ s: 45,
2490
+ // seconds to minute
2491
+ m: 45,
2492
+ // minutes to hour
2493
+ h: 22,
2494
+ // hours to day
2495
+ d: 26,
2496
+ // days to month/week
2497
+ w: null,
2498
+ // weeks to month
2499
+ M: 11
2500
+ // months to year
2501
+ };
2502
+ function su(e, t, s, n, r) {
2503
+ return r.relativeTime(t || 1, !!s, e, n);
2504
+ }
2505
+ function nu(e, t, s, n) {
2506
+ var r = oe(e).abs(), i = _e(r.as("s")), a = _e(r.as("m")), l = _e(r.as("h")), o = _e(r.as("d")), u = _e(r.as("M")), w = _e(r.as("w")), T = _e(r.as("y")), N = i <= s.ss && ["s", i] || i < s.s && ["ss", i] || a <= 1 && ["m"] || a < s.m && ["mm", a] || l <= 1 && ["h"] || l < s.h && ["hh", l] || o <= 1 && ["d"] || o < s.d && ["dd", o];
2507
+ return s.w != null && (N = N || w <= 1 && ["w"] || w < s.w && ["ww", w]), N = N || u <= 1 && ["M"] || u < s.M && ["MM", u] || T <= 1 && ["y"] || ["yy", T], N[2] = t, N[3] = +e > 0, N[4] = n, su.apply(null, N);
2508
+ }
2509
+ function ru(e) {
2510
+ return e === void 0 ? _e : typeof e == "function" ? (_e = e, !0) : !1;
2511
+ }
2512
+ function iu(e, t) {
2513
+ return Ae[e] === void 0 ? !1 : t === void 0 ? Ae[e] : (Ae[e] = t, e === "s" && (Ae.ss = t - 1), !0);
2514
+ }
2515
+ function au(e, t) {
2516
+ if (!this.isValid())
2517
+ return this.localeData().invalidDate();
2518
+ var s = !1, n = Ae, r, i;
2519
+ return typeof e == "object" && (t = e, e = !1), typeof e == "boolean" && (s = e), typeof t == "object" && (n = Object.assign({}, Ae, t), t.s != null && t.ss == null && (n.ss = t.s - 1)), r = this.localeData(), i = nu(this, !s, n, r), s && (i = r.pastFuture(+this, i)), r.postformat(i);
2520
+ }
2521
+ var qt = Math.abs;
2522
+ function Ie(e) {
2523
+ return (e > 0) - (e < 0) || +e;
2524
+ }
2525
+ function Wt() {
2526
+ if (!this.isValid())
2527
+ return this.localeData().invalidDate();
2528
+ var e = qt(this._milliseconds) / 1e3, t = qt(this._days), s = qt(this._months), n, r, i, a, l = this.asSeconds(), o, u, w, T;
2529
+ return l ? (n = se(e / 60), r = se(n / 60), e %= 60, n %= 60, i = se(s / 12), s %= 12, a = e ? e.toFixed(3).replace(/\.?0+$/, "") : "", o = l < 0 ? "-" : "", u = Ie(this._months) !== Ie(l) ? "-" : "", w = Ie(this._days) !== Ie(l) ? "-" : "", T = Ie(this._milliseconds) !== Ie(l) ? "-" : "", o + "P" + (i ? u + i + "Y" : "") + (s ? u + s + "M" : "") + (t ? w + t + "D" : "") + (r || n || e ? "T" : "") + (r ? T + r + "H" : "") + (n ? T + n + "M" : "") + (e ? T + a + "S" : "")) : "P0D";
2530
+ }
2531
+ var Y = Nt.prototype;
2532
+ Y.isValid = Ka;
2533
+ Y.abs = No;
2534
+ Y.add = Po;
2535
+ Y.subtract = Wo;
2536
+ Y.as = xo;
2537
+ Y.asMilliseconds = Dr;
2538
+ Y.asSeconds = Eo;
2539
+ Y.asMinutes = Io;
2540
+ Y.asHours = Uo;
2541
+ Y.asDays = Ho;
2542
+ Y.asWeeks = Ao;
2543
+ Y.asMonths = Go;
2544
+ Y.asQuarters = Vo;
2545
+ Y.asYears = jo;
2546
+ Y.valueOf = zo;
2547
+ Y._bubble = Co;
2548
+ Y.clone = Zo;
2549
+ Y.get = Bo;
2550
+ Y.milliseconds = qo;
2551
+ Y.seconds = Jo;
2552
+ Y.minutes = Qo;
2553
+ Y.hours = Xo;
2554
+ Y.days = Ko;
2555
+ Y.weeks = tu;
2556
+ Y.months = $o;
2557
+ Y.years = eu;
2558
+ Y.humanize = au;
2559
+ Y.toISOString = Wt;
2560
+ Y.toString = Wt;
2561
+ Y.toJSON = Wt;
2562
+ Y.locale = cr;
2563
+ Y.localeData = mr;
2564
+ Y.toIsoString = ne(
2565
+ "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
2566
+ Wt
2567
+ );
2568
+ Y.lang = hr;
2569
+ g("X", 0, 0, "unix");
2570
+ g("x", 0, 0, "valueOf");
2571
+ m("x", Ot);
2572
+ m("X", Yi);
2573
+ P("X", function(e, t, s) {
2574
+ s._d = new Date(parseFloat(e) * 1e3);
2575
+ });
2576
+ P("x", function(e, t, s) {
2577
+ s._d = new Date(b(e));
2578
+ });
2579
+ //! moment.js
2580
+ h.version = "2.30.1";
2581
+ ai(U);
2582
+ h.fn = d;
2583
+ h.min = qa;
2584
+ h.max = Ja;
2585
+ h.now = Qa;
2586
+ h.utc = fe;
2587
+ h.unix = Do;
2588
+ h.months = To;
2589
+ h.isDate = it;
2590
+ h.locale = Oe;
2591
+ h.invalid = Mt;
2592
+ h.duration = oe;
2593
+ h.isMoment = le;
2594
+ h.weekdays = Fo;
2595
+ h.parseZone = Yo;
2596
+ h.localeData = be;
2597
+ h.isDuration = gt;
2598
+ h.monthsShort = Oo;
2599
+ h.weekdaysMin = Ro;
2600
+ h.defineLocale = ws;
2601
+ h.updateLocale = Da;
2602
+ h.locales = Ya;
2603
+ h.weekdaysShort = Lo;
2604
+ h.normalizeUnits = re;
2605
+ h.relativeTimeRounding = ru;
2606
+ h.relativeTimeThreshold = iu;
2607
+ h.calendarFormat = vl;
2608
+ h.prototype = d;
2609
+ h.HTML5_FMT = {
2610
+ DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
2611
+ // <input type="datetime-local" />
2612
+ DATETIME_LOCAL_SECONDS: "YYYY-MM-DDTHH:mm:ss",
2613
+ // <input type="datetime-local" step="1" />
2614
+ DATETIME_LOCAL_MS: "YYYY-MM-DDTHH:mm:ss.SSS",
2615
+ // <input type="datetime-local" step="0.001" />
2616
+ DATE: "YYYY-MM-DD",
2617
+ // <input type="date" />
2618
+ TIME: "HH:mm",
2619
+ // <input type="time" />
2620
+ TIME_SECONDS: "HH:mm:ss",
2621
+ // <input type="time" step="1" />
2622
+ TIME_MS: "HH:mm:ss.SSS",
2623
+ // <input type="time" step="0.001" />
2624
+ WEEK: "GGGG-[W]WW",
2625
+ // <input type="week" />
2626
+ MONTH: "YYYY-MM"
2627
+ // <input type="month" />
2628
+ };
2629
+ function lu({ withLocale: e, translations: t }) {
2630
+ $t.subscribe((s) => {
2631
+ s == null && ($r.set(t), $t.set(e));
2632
+ });
2633
+ }
2634
+ function ln(e, t) {
2635
+ ei(e, t);
2636
+ }
2637
+ function ou(e) {
2638
+ $t.set(e);
2639
+ }
2640
+ const on = {
2641
+ en: {
2642
+ timeText: "Time",
2643
+ sessionTimer: "logged in for {timeString}",
2644
+ panicButton: "Hold button for 3 seconds to take 24-hour timeout"
2645
+ },
2646
+ de: {
2647
+ timeText: "bet-at-home Zeit:",
2648
+ sessionTimer: "Eingeloggt seit {timeString} Stunden",
2649
+ panicButton: "Button für 3 Sekunden drücken um eine 24-stündige Auszeit zu nehmen"
2650
+ },
2651
+ fr: {
2652
+ timeText: "Time",
2653
+ sessionTimer: "logged in for {timeString}",
2654
+ panicButton: "Hold button for 3 seconds to take 24-hour timeout"
2655
+ },
2656
+ ro: {
2657
+ timeText: "Ora",
2658
+ sessionTimer: "online de {timeString}",
2659
+ panicButton: "Hold button for 3 seconds to take 24-hour timeout"
2660
+ },
2661
+ es: {
2662
+ timeText: "Hora",
2663
+ sessionTimer: "tiempo sesión {timeString}",
2664
+ panicButton: "Dar clic durante 3 segundos para tomar un descanso de 24 horas"
2665
+ },
2666
+ pt: {
2667
+ timeText: "Time",
2668
+ sessionTimer: "logged in for {timeString}",
2669
+ panicButton: "Hold button for 3 seconds to take 24-hour timeout"
2670
+ },
2671
+ hr: {
2672
+ timeText: "Vrijeme",
2673
+ sessionTimer: "prijavljen {timeString}",
2674
+ panicButton: "Držite gumb 3 sekunde za 24-satno vremensko ograničenje"
2675
+ },
2676
+ sl: {
2677
+ timeText: "Time",
2678
+ sessionTimer: "logged in for {timeString}",
2679
+ panicButton: "Držite gumb 3 sekunde, da bi vzeli 24 urni premor"
2680
+ },
2681
+ pl: {
2682
+ timeText: "Time",
2683
+ sessionTimer: "logged in for {timeString}",
2684
+ panicButton: "Przytrzymaj przycisk przez 3 sekundy, aby uzyskać 24-godzinny limit czasu"
2685
+ },
2686
+ "pt-br": {
2687
+ timeText: "Tempo",
2688
+ sessionTimer: "Tempo de sessão {timeString}",
2689
+ panicButton: "Pressione o botão por 3 segundos para uma pausa de 24 horas"
2690
+ },
2691
+ "es-mx": {
2692
+ timeText: "Tiempo",
2693
+ sessionTimer: "tiempo de sesión {timeString}",
2694
+ panicButton: "Presionar botón 3 segundos para una pausa de 24 horas"
2695
+ },
2696
+ tr: {
2697
+ timeText: "Zaman",
2698
+ sessionTimer: "{timeString} süresince giriş yapıldı",
2699
+ panicButton: "24 saat ara vermek için düğmeyi 3 saniye basılı tutun"
2700
+ },
2701
+ "en-us": {
2702
+ timeText: "Time",
2703
+ sessionTimer: "logged in for {timeString}",
2704
+ panicButton: "Hold button for 3 seconds to take 24-hour timeout"
2705
+ }
2706
+ }, { document: un } = qr;
2707
+ function uu(e) {
2708
+ Br(e, "svelte-wtpslj", ':host{font-family:system-ui, -apple-system, Roboto, Helvetica}.SearchLoading{color:var(--emw--color-white, #FFFFFF);text-align:center}.Footer{position:relative;background-color:var(--emw--color-footer-bg, var(--emw--color-background-secondary, #E8E9EB));display:flex;padding:21px 12px;flex-direction:row}.FooterSideMobile{margin-top:44px}.FooterSide{justify-content:center;height:100%;display:flex;flex-direction:column;background-color:var(--emw--color-footer-bg, var(--emw--color-background-secondary, #E8E9EB))}.FooterSide .FooterTitle{font-weight:500;font-size:12px;color:var(--emw--footer-typography, var(--emw--color-contrast, #111));text-transform:uppercase;margin:21px 12px}.FooterGrid{font-weight:400;height:100%;display:flex;max-width:1200px;margin:auto;background-color:var(--emw--color-footer-bg, var(--emw--color-background-secondary, #E8E9EB));flex-direction:column;align-items:center;justify-content:center}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;align-items:flex-start;justify-content:center;align-items:center;padding:20px 0;text-align:left;max-width:1100px}.FooterGrid .GridRow p{display:inline;font-family:"Roboto";font-style:normal;font-weight:300;font-size:12px;color:var(--emw--footer-typography, var(--emw--color-contrast, #111))}.FooterGrid .GridRow .LicenseDesc{flex:1;max-width:575px;line-height:1.3;display:flex;flex-direction:column;align-items:flex-start}.FooterGrid .GridRow .LicenseDesc .DetailedLicenses{font-size:10px;color:var(--emw--color-gray-150, #828282)}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:var(--emw--color-gray-150, #828282);font-size:9px}@media only screen and (max-width: 768px){.Footer{display:flex;flex-direction:column}.FooterSide{position:relative;margin-left:14px;margin-top:66px}.FooterGrid{padding:0}.FooterGrid:last-child{padding-bottom:50px}.GridRow{border-bottom:1px solid rgba(0, 0, 0, 0.05);gap:15px}.GridRow:last-child{border:none}}.ItemLanguage{display:none}#LanguageList{padding:0;margin:0}.LanguageSelectorContainer{position:relative}.LanguageSelectorOverlay{position:relative;font-size:12px}.DrawerButton{height:30px;width:150px;background:inherit;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;color:var(--emw--footer-typography, var(--emw--color-white, #FFFFFF));display:flex;justify-content:space-evenly;align-items:center;border-radius:0px;border:0;position:relative}.DrawerButton svg path{fill:var(--emw--footer-typography, var(--emw--color-white, #FFFFFF))}.LanguageDrawer{position:absolute;background-color:var(--emw--color-footer-bg, var(--emw--color-background-secondary, #E8E9EB));width:150px;bottom:30px;padding:6px 0;left:7px}.LanguageDrawer.hidden{display:none}.LanguageFlag{margin-right:8px;background:black;border-radius:50%;width:16px;height:16px}.OverlayLanguageOption{justify-content:center;list-style:none;position:relative;height:35px;padding:0;justify-content:space-between;display:flex;flex-direction:row}.OverlayLanguageOption img{position:absolute;z-index:0;cursor:pointer;top:6px;left:12px}.OverlayLanguageOption a{text-decoration:none;color:var(--emw--footer-typography, var(--emw--color-contrast, #111));display:inline-block;width:150px}.OverlayLanguageOption a span{width:100%;display:flex;justify-content:center;margin:4px 0}');
2709
+ }
2710
+ function dn(e, t, s) {
2711
+ const n = e.slice();
2712
+ return n[81] = t[s], n;
2713
+ }
2714
+ function fn(e, t, s) {
2715
+ const n = e.slice();
2716
+ return n[84] = t[s], n;
2717
+ }
2718
+ function cn(e, t, s) {
2719
+ const n = e.slice();
2720
+ return n[87] = t[s], n;
2721
+ }
2722
+ function hn(e) {
2723
+ let t, s;
2724
+ return {
2725
+ c() {
2726
+ t = k("script"), ze(t.src, s = /*licenseScriptSrc*/
2727
+ e[23]) || p(t, "src", s);
2728
+ },
2729
+ m(n, r) {
2730
+ R(n, t, r);
2731
+ },
2732
+ p(n, r) {
2733
+ r[0] & /*licenseScriptSrc*/
2734
+ 8388608 && !ze(t.src, s = /*licenseScriptSrc*/
2735
+ n[23]) && p(t, "src", s);
2736
+ },
2737
+ d(n) {
2738
+ n && L(t);
2739
+ }
2740
+ };
2741
+ }
2742
+ function du(e) {
2743
+ let t, s, n, r, i, a, l, o, u, w, T, N, z = (
2744
+ /*helpLinksRepeater*/
2745
+ e[13] && mn(e)
2746
+ ), C = (
2747
+ /*gameVendorsRepeater*/
2748
+ e[8] && yn(e)
2749
+ ), E = (
2750
+ /*paymentMethodsRepeater*/
2751
+ e[10] && kn(e)
2752
+ ), V = (
2753
+ /*panicbuttonenabled*/
2754
+ e[3] === "true" && /*isLoggedIn*/
2755
+ e[25] && vn(e)
2756
+ ), j = (
2757
+ /*licensesRepeater*/
2758
+ e[15] && Sn(e)
2759
+ ), I = (
2760
+ /*sponsorsRepeater*/
2761
+ e[12] && Dn(e)
2762
+ ), M = (
2763
+ /*socialLinksRepeater*/
2764
+ e[17] && On(e)
2765
+ ), A = (
2766
+ /*languageselectorenabled*/
2767
+ e[2] === "true" && /*languagePackLoaded*/
2768
+ e[31] && /*selectedLanguage*/
2769
+ e[26] && Ln(e)
2770
+ ), D = (
2771
+ /*copyright*/
2772
+ e[18] && Pn(e)
2773
+ );
2774
+ return {
2775
+ c() {
2776
+ t = k("div"), s = k("div"), z && z.c(), r = J(), i = k("div"), C && C.c(), a = J(), E && E.c(), l = J(), V && V.c(), o = J(), j && j.c(), u = J(), I && I.c(), w = J(), M && M.c(), T = J(), A && A.c(), N = J(), D && D.c(), p(s, "class", n = "FooterSide " + /*isOnMobile*/
2777
+ (e[33] && /*isLoggedIn*/
2778
+ e[25] && /*panicbuttonenabled*/
2779
+ e[3] === "true" ? "FooterSideMobile" : "")), p(i, "class", "FooterGrid"), p(t, "class", "Footer");
2780
+ },
2781
+ m(c, W) {
2782
+ R(c, t, W), y(t, s), z && z.m(s, null), y(t, r), y(t, i), C && C.m(i, null), y(i, a), E && E.m(i, null), y(i, l), V && V.m(i, null), y(i, o), j && j.m(i, null), y(i, u), I && I.m(i, null), y(i, w), M && M.m(i, null), y(i, T), A && A.m(i, null), y(i, N), D && D.m(i, null), e[56](t);
2783
+ },
2784
+ p(c, W) {
2785
+ /*helpLinksRepeater*/
2786
+ c[13] ? z ? z.p(c, W) : (z = mn(c), z.c(), z.m(s, null)) : z && (z.d(1), z = null), W[0] & /*isLoggedIn, panicbuttonenabled*/
2787
+ 33554440 && n !== (n = "FooterSide " + /*isOnMobile*/
2788
+ (c[33] && /*isLoggedIn*/
2789
+ c[25] && /*panicbuttonenabled*/
2790
+ c[3] === "true" ? "FooterSideMobile" : "")) && p(s, "class", n), /*gameVendorsRepeater*/
2791
+ c[8] ? C ? C.p(c, W) : (C = yn(c), C.c(), C.m(i, a)) : C && (C.d(1), C = null), /*paymentMethodsRepeater*/
2792
+ c[10] ? E ? E.p(c, W) : (E = kn(c), E.c(), E.m(i, l)) : E && (E.d(1), E = null), /*panicbuttonenabled*/
2793
+ c[3] === "true" && /*isLoggedIn*/
2794
+ c[25] ? V ? V.p(c, W) : (V = vn(c), V.c(), V.m(i, o)) : V && (V.d(1), V = null), /*licensesRepeater*/
2795
+ c[15] ? j ? j.p(c, W) : (j = Sn(c), j.c(), j.m(i, u)) : j && (j.d(1), j = null), /*sponsorsRepeater*/
2796
+ c[12] ? I ? I.p(c, W) : (I = Dn(c), I.c(), I.m(i, w)) : I && (I.d(1), I = null), /*socialLinksRepeater*/
2797
+ c[17] ? M ? M.p(c, W) : (M = On(c), M.c(), M.m(i, T)) : M && (M.d(1), M = null), /*languageselectorenabled*/
2798
+ c[2] === "true" && /*languagePackLoaded*/
2799
+ c[31] && /*selectedLanguage*/
2800
+ c[26] ? A ? A.p(c, W) : (A = Ln(c), A.c(), A.m(i, N)) : A && (A.d(1), A = null), /*copyright*/
2801
+ c[18] ? D ? D.p(c, W) : (D = Pn(c), D.c(), D.m(i, null)) : D && (D.d(1), D = null);
2802
+ },
2803
+ d(c) {
2804
+ c && L(t), z && z.d(), C && C.d(), E && E.d(), V && V.d(), j && j.d(), I && I.d(), M && M.d(), A && A.d(), D && D.d(), e[56](null);
2805
+ }
2806
+ };
2807
+ }
2808
+ function fu(e) {
2809
+ let t;
2810
+ return {
2811
+ c() {
2812
+ t = k("p"), t.textContent = "Loading ...", p(t, "class", "SearchLoading");
2813
+ },
2814
+ m(s, n) {
2815
+ R(s, t, n);
2816
+ },
2817
+ p: pt,
2818
+ d(s) {
2819
+ s && L(t);
2820
+ }
2821
+ };
2822
+ }
2823
+ function cu(e) {
2824
+ let t;
2825
+ return {
2826
+ c() {
2827
+ t = k("p"), t.textContent = "500 Error - Internal Server Error", p(t, "class", "SearchLoading");
2828
+ },
2829
+ m(s, n) {
2830
+ R(s, t, n);
2831
+ },
2832
+ p: pt,
2833
+ d(s) {
2834
+ s && L(t);
2835
+ }
2836
+ };
2837
+ }
2838
+ function mn(e) {
2839
+ let t, s = He(
2840
+ /*helpLinksRepeater*/
2841
+ e[13]
2842
+ ), n = [];
2843
+ for (let r = 0; r < s.length; r += 1)
2844
+ n[r] = gn(cn(e, s, r));
2845
+ return {
2846
+ c() {
2847
+ for (let r = 0; r < n.length; r += 1)
2848
+ n[r].c();
2849
+ t = Jt();
2850
+ },
2851
+ m(r, i) {
2852
+ for (let a = 0; a < n.length; a += 1)
2853
+ n[a] && n[a].m(r, i);
2854
+ R(r, t, i);
2855
+ },
2856
+ p(r, i) {
2857
+ if (i[0] & /*clientstyling, helpLinksRepeater, baseurl, lang*/
2858
+ 8211) {
2859
+ s = He(
2860
+ /*helpLinksRepeater*/
2861
+ r[13]
2862
+ );
2863
+ let a;
2864
+ for (a = 0; a < s.length; a += 1) {
2865
+ const l = cn(r, s, a);
2866
+ n[a] ? n[a].p(l, i) : (n[a] = gn(l), n[a].c(), n[a].m(t.parentNode, t));
2867
+ }
2868
+ for (; a < n.length; a += 1)
2869
+ n[a].d(1);
2870
+ n.length = s.length;
2871
+ }
2872
+ },
2873
+ d(r) {
2874
+ r && L(t), Qt(n, r);
2875
+ }
2876
+ };
2877
+ }
2878
+ function _n(e) {
2879
+ let t, s = (
2880
+ /*category*/
2881
+ e[87].key + ""
2882
+ ), n;
2883
+ return {
2884
+ c() {
2885
+ t = k("p"), n = Se(s), p(t, "class", "FooterTitle");
2886
+ },
2887
+ m(r, i) {
2888
+ R(r, t, i), y(t, n);
2889
+ },
2890
+ p(r, i) {
2891
+ i[0] & /*helpLinksRepeater*/
2892
+ 8192 && s !== (s = /*category*/
2893
+ r[87].key + "") && ve(n, s);
2894
+ },
2895
+ d(r) {
2896
+ r && L(t);
2897
+ }
2898
+ };
2899
+ }
2900
+ function gn(e) {
2901
+ let t, s, n, r = (
2902
+ /*category*/
2903
+ e[87].key && _n(e)
2904
+ );
2905
+ return {
2906
+ c() {
2907
+ r && r.c(), t = J(), s = k("casino-footer-section"), _(s, "helperflag", "1"), _(
2908
+ s,
2909
+ "clientstyling",
2910
+ /*clientstyling*/
2911
+ e[0]
2912
+ ), _(s, "category", n = /*category*/
2913
+ e[87].key), _(s, "displaycolumn", "true"), _(
2914
+ s,
2915
+ "baseurl",
2916
+ /*baseurl*/
2917
+ e[4]
2918
+ ), _(
2919
+ s,
2920
+ "lang",
2921
+ /*lang*/
2922
+ e[1]
2923
+ ), _(s, "footertype", "footersecondary");
2924
+ },
2925
+ m(i, a) {
2926
+ r && r.m(i, a), R(i, t, a), R(i, s, a);
2927
+ },
2928
+ p(i, a) {
2929
+ /*category*/
2930
+ i[87].key ? r ? r.p(i, a) : (r = _n(i), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null), a[0] & /*clientstyling*/
2931
+ 1 && _(
2932
+ s,
2933
+ "clientstyling",
2934
+ /*clientstyling*/
2935
+ i[0]
2936
+ ), a[0] & /*helpLinksRepeater*/
2937
+ 8192 && n !== (n = /*category*/
2938
+ i[87].key) && _(s, "category", n), a[0] & /*baseurl*/
2939
+ 16 && _(
2940
+ s,
2941
+ "baseurl",
2942
+ /*baseurl*/
2943
+ i[4]
2944
+ ), a[0] & /*lang*/
2945
+ 2 && _(
2946
+ s,
2947
+ "lang",
2948
+ /*lang*/
2949
+ i[1]
2950
+ );
2951
+ },
2952
+ d(i) {
2953
+ i && (L(t), L(s)), r && r.d(i);
2954
+ }
2955
+ };
2956
+ }
2957
+ function yn(e) {
2958
+ let t, s, n, r, i = (
2959
+ /*gameVendorsLinksTitle*/
2960
+ e[7] && pn(e)
2961
+ );
2962
+ return {
2963
+ c() {
2964
+ t = k("div"), s = k("div"), i && i.c(), n = J(), r = k("casino-footer-section"), _(r, "vendorflag", "1"), _(
2965
+ r,
2966
+ "clientstyling",
2967
+ /*clientstyling*/
2968
+ e[0]
2969
+ ), _(
2970
+ r,
2971
+ "baseurl",
2972
+ /*baseurl*/
2973
+ e[4]
2974
+ ), _(
2975
+ r,
2976
+ "lang",
2977
+ /*lang*/
2978
+ e[1]
2979
+ ), _(r, "footertype", "footersecondary"), p(t, "class", "GridRow");
2980
+ },
2981
+ m(a, l) {
2982
+ R(a, t, l), y(t, s), i && i.m(s, null), y(s, n), y(s, r);
2983
+ },
2984
+ p(a, l) {
2985
+ /*gameVendorsLinksTitle*/
2986
+ a[7] ? i ? i.p(a, l) : (i = pn(a), i.c(), i.m(s, n)) : i && (i.d(1), i = null), l[0] & /*clientstyling*/
2987
+ 1 && _(
2988
+ r,
2989
+ "clientstyling",
2990
+ /*clientstyling*/
2991
+ a[0]
2992
+ ), l[0] & /*baseurl*/
2993
+ 16 && _(
2994
+ r,
2995
+ "baseurl",
2996
+ /*baseurl*/
2997
+ a[4]
2998
+ ), l[0] & /*lang*/
2999
+ 2 && _(
3000
+ r,
3001
+ "lang",
3002
+ /*lang*/
3003
+ a[1]
3004
+ );
3005
+ },
3006
+ d(a) {
3007
+ a && L(t), i && i.d();
3008
+ }
3009
+ };
3010
+ }
3011
+ function pn(e) {
3012
+ let t, s;
3013
+ return {
3014
+ c() {
3015
+ t = k("p"), s = Se(
3016
+ /*gameVendorsLinksTitle*/
3017
+ e[7]
3018
+ ), p(t, "class", "FooterTitle");
3019
+ },
3020
+ m(n, r) {
3021
+ R(n, t, r), y(t, s);
3022
+ },
3023
+ p(n, r) {
3024
+ r[0] & /*gameVendorsLinksTitle*/
3025
+ 128 && ve(
3026
+ s,
3027
+ /*gameVendorsLinksTitle*/
3028
+ n[7]
3029
+ );
3030
+ },
3031
+ d(n) {
3032
+ n && L(t);
3033
+ }
3034
+ };
3035
+ }
3036
+ function kn(e) {
3037
+ let t, s, n, r, i = (
3038
+ /*paymentLinksTitle*/
3039
+ e[9] && wn(e)
3040
+ );
3041
+ return {
3042
+ c() {
3043
+ t = k("div"), s = k("div"), i && i.c(), n = J(), r = k("casino-footer-section"), _(r, "paymentflag", "1"), _(
3044
+ r,
3045
+ "clientstyling",
3046
+ /*clientstyling*/
3047
+ e[0]
3048
+ ), _(
3049
+ r,
3050
+ "baseurl",
3051
+ /*baseurl*/
3052
+ e[4]
3053
+ ), _(
3054
+ r,
3055
+ "lang",
3056
+ /*lang*/
3057
+ e[1]
3058
+ ), _(r, "footertype", "footersecondary"), p(t, "class", "GridRow");
3059
+ },
3060
+ m(a, l) {
3061
+ R(a, t, l), y(t, s), i && i.m(s, null), y(s, n), y(s, r);
3062
+ },
3063
+ p(a, l) {
3064
+ /*paymentLinksTitle*/
3065
+ a[9] ? i ? i.p(a, l) : (i = wn(a), i.c(), i.m(s, n)) : i && (i.d(1), i = null), l[0] & /*clientstyling*/
3066
+ 1 && _(
3067
+ r,
3068
+ "clientstyling",
3069
+ /*clientstyling*/
3070
+ a[0]
3071
+ ), l[0] & /*baseurl*/
3072
+ 16 && _(
3073
+ r,
3074
+ "baseurl",
3075
+ /*baseurl*/
3076
+ a[4]
3077
+ ), l[0] & /*lang*/
3078
+ 2 && _(
3079
+ r,
3080
+ "lang",
3081
+ /*lang*/
3082
+ a[1]
3083
+ );
3084
+ },
3085
+ d(a) {
3086
+ a && L(t), i && i.d();
3087
+ }
3088
+ };
3089
+ }
3090
+ function wn(e) {
3091
+ let t, s;
3092
+ return {
3093
+ c() {
3094
+ t = k("p"), s = Se(
3095
+ /*paymentLinksTitle*/
3096
+ e[9]
3097
+ ), p(t, "class", "FooterTitle");
3098
+ },
3099
+ m(n, r) {
3100
+ R(n, t, r), y(t, s);
3101
+ },
3102
+ p(n, r) {
3103
+ r[0] & /*paymentLinksTitle*/
3104
+ 512 && ve(
3105
+ s,
3106
+ /*paymentLinksTitle*/
3107
+ n[9]
3108
+ );
3109
+ },
3110
+ d(n) {
3111
+ n && L(t);
3112
+ }
3113
+ };
3114
+ }
3115
+ function vn(e) {
3116
+ let t;
3117
+ return {
3118
+ c() {
3119
+ t = k("player-panic-button"), _(
3120
+ t,
3121
+ "customtext",
3122
+ /*panicButtonCustomText*/
3123
+ e[32]
3124
+ ), _(t, "alternativestyling", "true"), _(
3125
+ t,
3126
+ "lang",
3127
+ /*lang*/
3128
+ e[1]
3129
+ ), _(
3130
+ t,
3131
+ "clientstyling",
3132
+ /*clientstyling*/
3133
+ e[0]
3134
+ );
3135
+ },
3136
+ m(s, n) {
3137
+ R(s, t, n);
3138
+ },
3139
+ p(s, n) {
3140
+ n[1] & /*panicButtonCustomText*/
3141
+ 2 && _(
3142
+ t,
3143
+ "customtext",
3144
+ /*panicButtonCustomText*/
3145
+ s[32]
3146
+ ), n[0] & /*lang*/
3147
+ 2 && _(
3148
+ t,
3149
+ "lang",
3150
+ /*lang*/
3151
+ s[1]
3152
+ ), n[0] & /*clientstyling*/
3153
+ 1 && _(
3154
+ t,
3155
+ "clientstyling",
3156
+ /*clientstyling*/
3157
+ s[0]
3158
+ );
3159
+ },
3160
+ d(s) {
3161
+ s && L(t);
3162
+ }
3163
+ };
3164
+ }
3165
+ function Sn(e) {
3166
+ let t, s, n, r, i, a, l = (
3167
+ /*licensesLinksTitle*/
3168
+ e[14] && bn(e)
3169
+ ), o = (
3170
+ /*licenseDesc*/
3171
+ e[19] && Mn(e)
3172
+ );
3173
+ return {
3174
+ c() {
3175
+ t = k("div"), s = k("div"), l && l.c(), n = J(), r = k("casino-footer-section"), i = J(), a = k("div"), o && o.c(), _(r, "licenseFlag", "1"), _(
3176
+ r,
3177
+ "clientstyling",
3178
+ /*clientstyling*/
3179
+ e[0]
3180
+ ), _(
3181
+ r,
3182
+ "baseurl",
3183
+ /*baseurl*/
3184
+ e[4]
3185
+ ), _(
3186
+ r,
3187
+ "lang",
3188
+ /*lang*/
3189
+ e[1]
3190
+ ), _(r, "footertype", "footersecondary"), p(s, "class", "LicenseLinks"), p(a, "class", "LicenseDesc"), p(t, "class", "GridRow");
3191
+ },
3192
+ m(u, w) {
3193
+ R(u, t, w), y(t, s), l && l.m(s, null), y(s, n), y(s, r), y(t, i), y(t, a), o && o.m(a, null);
3194
+ },
3195
+ p(u, w) {
3196
+ /*licensesLinksTitle*/
3197
+ u[14] ? l ? l.p(u, w) : (l = bn(u), l.c(), l.m(s, n)) : l && (l.d(1), l = null), w[0] & /*clientstyling*/
3198
+ 1 && _(
3199
+ r,
3200
+ "clientstyling",
3201
+ /*clientstyling*/
3202
+ u[0]
3203
+ ), w[0] & /*baseurl*/
3204
+ 16 && _(
3205
+ r,
3206
+ "baseurl",
3207
+ /*baseurl*/
3208
+ u[4]
3209
+ ), w[0] & /*lang*/
3210
+ 2 && _(
3211
+ r,
3212
+ "lang",
3213
+ /*lang*/
3214
+ u[1]
3215
+ ), /*licenseDesc*/
3216
+ u[19] ? o ? o.p(u, w) : (o = Mn(u), o.c(), o.m(a, null)) : o && (o.d(1), o = null);
3217
+ },
3218
+ d(u) {
3219
+ u && L(t), l && l.d(), o && o.d();
3220
+ }
3221
+ };
3222
+ }
3223
+ function bn(e) {
3224
+ let t, s;
3225
+ return {
3226
+ c() {
3227
+ t = k("p"), s = Se(
3228
+ /*licensesLinksTitle*/
3229
+ e[14]
3230
+ ), p(t, "class", "FooterTitle");
3231
+ },
3232
+ m(n, r) {
3233
+ R(n, t, r), y(t, s);
3234
+ },
3235
+ p(n, r) {
3236
+ r[0] & /*licensesLinksTitle*/
3237
+ 16384 && ve(
3238
+ s,
3239
+ /*licensesLinksTitle*/
3240
+ n[14]
3241
+ );
3242
+ },
3243
+ d(n) {
3244
+ n && L(t);
3245
+ }
3246
+ };
3247
+ }
3248
+ function Mn(e) {
3249
+ let t, s, n, r, i, a, l;
3250
+ return {
3251
+ c() {
3252
+ t = k("div"), n = J(), r = k("div"), p(t, "class", "DetailedLicenses"), p(r, "class", "DetailedCustomLicenses");
3253
+ },
3254
+ m(o, u) {
3255
+ R(o, t, u), R(o, n, u), R(o, r, u), a || (l = [
3256
+ Xt(s = /*setContent*/
3257
+ e[34].call(
3258
+ null,
3259
+ t,
3260
+ /*licenseDesc*/
3261
+ e[19]
3262
+ )),
3263
+ Xt(i = /*setContent*/
3264
+ e[34].call(
3265
+ null,
3266
+ r,
3267
+ /*licenseScript*/
3268
+ e[24]
3269
+ ))
3270
+ ], a = !0);
3271
+ },
3272
+ p(o, u) {
3273
+ s && Kt(s.update) && u[0] & /*licenseDesc*/
3274
+ 524288 && s.update.call(
3275
+ null,
3276
+ /*licenseDesc*/
3277
+ o[19]
3278
+ ), i && Kt(i.update) && u[0] & /*licenseScript*/
3279
+ 16777216 && i.update.call(
3280
+ null,
3281
+ /*licenseScript*/
3282
+ o[24]
3283
+ );
3284
+ },
3285
+ d(o) {
3286
+ o && (L(t), L(n), L(r)), a = !1, Wn(l);
3287
+ }
3288
+ };
3289
+ }
3290
+ function Dn(e) {
3291
+ let t, s = (
3292
+ /*sponsorsRepeater*/
3293
+ e[12] && Yn(e)
3294
+ );
3295
+ return {
3296
+ c() {
3297
+ t = k("div"), s && s.c(), p(t, "class", "GridRow");
3298
+ },
3299
+ m(n, r) {
3300
+ R(n, t, r), s && s.m(t, null);
3301
+ },
3302
+ p(n, r) {
3303
+ /*sponsorsRepeater*/
3304
+ n[12] ? s ? s.p(n, r) : (s = Yn(n), s.c(), s.m(t, null)) : s && (s.d(1), s = null);
3305
+ },
3306
+ d(n) {
3307
+ n && L(t), s && s.d();
3308
+ }
3309
+ };
3310
+ }
3311
+ function Yn(e) {
3312
+ let t, s, n, r = (
3313
+ /*sponsorsLinksTitle*/
3314
+ e[11] && Tn(e)
3315
+ );
3316
+ return {
3317
+ c() {
3318
+ t = k("div"), r && r.c(), s = J(), n = k("casino-footer-section"), _(n, "sponsorflag", "1"), _(
3319
+ n,
3320
+ "clientstyling",
3321
+ /*clientstyling*/
3322
+ e[0]
3323
+ ), _(
3324
+ n,
3325
+ "baseurl",
3326
+ /*baseurl*/
3327
+ e[4]
3328
+ ), _(
3329
+ n,
3330
+ "lang",
3331
+ /*lang*/
3332
+ e[1]
3333
+ ), _(n, "footertype", "footersecondary");
3334
+ },
3335
+ m(i, a) {
3336
+ R(i, t, a), r && r.m(t, null), y(t, s), y(t, n);
3337
+ },
3338
+ p(i, a) {
3339
+ /*sponsorsLinksTitle*/
3340
+ i[11] ? r ? r.p(i, a) : (r = Tn(i), r.c(), r.m(t, s)) : r && (r.d(1), r = null), a[0] & /*clientstyling*/
3341
+ 1 && _(
3342
+ n,
3343
+ "clientstyling",
3344
+ /*clientstyling*/
3345
+ i[0]
3346
+ ), a[0] & /*baseurl*/
3347
+ 16 && _(
3348
+ n,
3349
+ "baseurl",
3350
+ /*baseurl*/
3351
+ i[4]
3352
+ ), a[0] & /*lang*/
3353
+ 2 && _(
3354
+ n,
3355
+ "lang",
3356
+ /*lang*/
3357
+ i[1]
3358
+ );
3359
+ },
3360
+ d(i) {
3361
+ i && L(t), r && r.d();
3362
+ }
3363
+ };
3364
+ }
3365
+ function Tn(e) {
3366
+ let t, s;
3367
+ return {
3368
+ c() {
3369
+ t = k("p"), s = Se(
3370
+ /*sponsorsLinksTitle*/
3371
+ e[11]
3372
+ ), p(t, "class", "FooterTitle");
3373
+ },
3374
+ m(n, r) {
3375
+ R(n, t, r), y(t, s);
3376
+ },
3377
+ p(n, r) {
3378
+ r[0] & /*sponsorsLinksTitle*/
3379
+ 2048 && ve(
3380
+ s,
3381
+ /*sponsorsLinksTitle*/
3382
+ n[11]
3383
+ );
3384
+ },
3385
+ d(n) {
3386
+ n && L(t);
3387
+ }
3388
+ };
3389
+ }
3390
+ function On(e) {
3391
+ let t, s, n, r = (
3392
+ /*socialLinksTitle*/
3393
+ e[16] && Fn(e)
3394
+ );
3395
+ return {
3396
+ c() {
3397
+ t = k("div"), r && r.c(), s = J(), n = k("casino-footer-section"), _(n, "socialflag", "1"), _(
3398
+ n,
3399
+ "clientstyling",
3400
+ /*clientstyling*/
3401
+ e[0]
3402
+ ), _(
3403
+ n,
3404
+ "baseurl",
3405
+ /*baseurl*/
3406
+ e[4]
3407
+ ), _(
3408
+ n,
3409
+ "lang",
3410
+ /*lang*/
3411
+ e[1]
3412
+ ), _(n, "footertype", "footersecondary"), p(t, "class", "GridRow");
3413
+ },
3414
+ m(i, a) {
3415
+ R(i, t, a), r && r.m(t, null), y(t, s), y(t, n);
3416
+ },
3417
+ p(i, a) {
3418
+ /*socialLinksTitle*/
3419
+ i[16] ? r ? r.p(i, a) : (r = Fn(i), r.c(), r.m(t, s)) : r && (r.d(1), r = null), a[0] & /*clientstyling*/
3420
+ 1 && _(
3421
+ n,
3422
+ "clientstyling",
3423
+ /*clientstyling*/
3424
+ i[0]
3425
+ ), a[0] & /*baseurl*/
3426
+ 16 && _(
3427
+ n,
3428
+ "baseurl",
3429
+ /*baseurl*/
3430
+ i[4]
3431
+ ), a[0] & /*lang*/
3432
+ 2 && _(
3433
+ n,
3434
+ "lang",
3435
+ /*lang*/
3436
+ i[1]
3437
+ );
3438
+ },
3439
+ d(i) {
3440
+ i && L(t), r && r.d();
3441
+ }
3442
+ };
3443
+ }
3444
+ function Fn(e) {
3445
+ let t, s;
3446
+ return {
3447
+ c() {
3448
+ t = k("p"), s = Se(
3449
+ /*socialLinksTitle*/
3450
+ e[16]
3451
+ ), p(t, "class", "FooterTitle");
3452
+ },
3453
+ m(n, r) {
3454
+ R(n, t, r), y(t, s);
3455
+ },
3456
+ p(n, r) {
3457
+ r[0] & /*socialLinksTitle*/
3458
+ 65536 && ve(
3459
+ s,
3460
+ /*socialLinksTitle*/
3461
+ n[16]
3462
+ );
3463
+ },
3464
+ d(n) {
3465
+ n && L(t);
3466
+ }
3467
+ };
3468
+ }
3469
+ function Ln(e) {
3470
+ let t, s, n, r, i, a, l, o, u, w, T, N, z, C, E, V, j, I = He(
3471
+ /*languagesArray*/
3472
+ e[27]
3473
+ ), M = [];
3474
+ for (let c = 0; c < I.length; c += 1)
3475
+ M[c] = Rn(fn(e, I, c));
3476
+ let A = He(
3477
+ /*languages*/
3478
+ e[5]
3479
+ ), D = [];
3480
+ for (let c = 0; c < A.length; c += 1)
3481
+ D[c] = Nn(dn(e, A, c));
3482
+ return {
3483
+ c() {
3484
+ t = k("div"), s = k("div"), n = k("select");
3485
+ for (let c = 0; c < M.length; c += 1)
3486
+ M[c].c();
3487
+ r = J(), i = k("div"), a = k("div"), l = k("ul");
3488
+ for (let c = 0; c < D.length; c += 1)
3489
+ D[c].c();
3490
+ o = J(), u = k("button"), w = k("img"), N = Se(
3491
+ /*languageDisplayName*/
3492
+ e[29]
3493
+ ), z = J(), C = Ks("svg"), E = Ks("path"), p(n, "class", "Item ItemLanguage"), /*selectedLanguage*/
3494
+ e[26] === void 0 && Kr(() => (
3495
+ /*select_change_handler*/
3496
+ e[53].call(n)
3497
+ )), p(l, "id", "LanguageList"), p(a, "class", "LanguageDrawer hidden"), p(w, "class", "LanguageFlag"), ze(w.src, T = /*currentLanguageFlag*/
3498
+ e[30]) || p(w, "src", T), p(E, "opacity", "1"), p(E, "d", "M0.94 0L4.00067 3.05467L7.06 0L8 0.940667L4.00067 4.94133L0 0.940667L0.94 0Z"), p(E, "fill", "var(--emw--footer-typography, var(--emw--color-white, #FFFFFF));"), p(C, "width", "8"), p(C, "height", "5"), p(C, "viewBox", "0 0 8 5"), p(C, "fill", "none"), p(C, "xmlns", "http://www.w3.org/2000/svg"), p(u, "class", "DrawerButton"), u.value = /*selectedLanguage*/
3499
+ e[26], p(i, "class", "LanguageSelectorOverlay"), p(s, "class", "LanguageSelectorContainer"), p(t, "class", "GridRow");
3500
+ },
3501
+ m(c, W) {
3502
+ R(c, t, W), y(t, s), y(s, n);
3503
+ for (let S = 0; S < M.length; S += 1)
3504
+ M[S] && M[S].m(n, null);
3505
+ Xs(
3506
+ n,
3507
+ /*selectedLanguage*/
3508
+ e[26],
3509
+ !0
3510
+ ), y(s, r), y(s, i), y(i, a), y(a, l);
3511
+ for (let S = 0; S < D.length; S += 1)
3512
+ D[S] && D[S].m(l, null);
3513
+ e[55](a), y(i, o), y(i, u), y(u, w), y(u, N), y(u, z), y(u, C), y(C, E), V || (j = [
3514
+ mt(
3515
+ n,
3516
+ "change",
3517
+ /*select_change_handler*/
3518
+ e[53]
3519
+ ),
3520
+ mt(
3521
+ n,
3522
+ "change",
3523
+ /*change_handler*/
3524
+ e[54]
3525
+ ),
3526
+ mt(
3527
+ u,
3528
+ "click",
3529
+ /*toggleLanguageDrawer*/
3530
+ e[36]
3531
+ )
3532
+ ], V = !0);
3533
+ },
3534
+ p(c, W) {
3535
+ if (W[0] & /*languagesArray*/
3536
+ 134217728) {
3537
+ I = He(
3538
+ /*languagesArray*/
3539
+ c[27]
3540
+ );
3541
+ let S;
3542
+ for (S = 0; S < I.length; S += 1) {
3543
+ const Fe = fn(c, I, S);
3544
+ M[S] ? M[S].p(Fe, W) : (M[S] = Rn(Fe), M[S].c(), M[S].m(n, null));
3545
+ }
3546
+ for (; S < M.length; S += 1)
3547
+ M[S].d(1);
3548
+ M.length = I.length;
3549
+ }
3550
+ if (W[0] & /*selectedLanguage, languagesArray*/
3551
+ 201326592 && Xs(
3552
+ n,
3553
+ /*selectedLanguage*/
3554
+ c[26]
3555
+ ), W[0] & /*languages*/
3556
+ 32 | W[1] & /*overlayOptionTrigger*/
3557
+ 64) {
3558
+ A = He(
3559
+ /*languages*/
3560
+ c[5]
3561
+ );
3562
+ let S;
3563
+ for (S = 0; S < A.length; S += 1) {
3564
+ const Fe = dn(c, A, S);
3565
+ D[S] ? D[S].p(Fe, W) : (D[S] = Nn(Fe), D[S].c(), D[S].m(l, null));
3566
+ }
3567
+ for (; S < D.length; S += 1)
3568
+ D[S].d(1);
3569
+ D.length = A.length;
3570
+ }
3571
+ W[0] & /*currentLanguageFlag*/
3572
+ 1073741824 && !ze(w.src, T = /*currentLanguageFlag*/
3573
+ c[30]) && p(w, "src", T), W[0] & /*languageDisplayName*/
3574
+ 536870912 && ve(
3575
+ N,
3576
+ /*languageDisplayName*/
3577
+ c[29]
3578
+ ), W[0] & /*selectedLanguage, languagesArray*/
3579
+ 201326592 && (u.value = /*selectedLanguage*/
3580
+ c[26]);
3581
+ },
3582
+ d(c) {
3583
+ c && L(t), Qt(M, c), Qt(D, c), e[55](null), V = !1, Wn(j);
3584
+ }
3585
+ };
3586
+ }
3587
+ function Rn(e) {
3588
+ let t, s = (
3589
+ /*operatorLanguage*/
3590
+ e[84] + ""
3591
+ ), n, r;
3592
+ return {
3593
+ c() {
3594
+ t = k("option"), n = Se(s), t.__value = r = /*operatorLanguage*/
3595
+ e[84], $s(t, t.__value), t.selected = !0;
3596
+ },
3597
+ m(i, a) {
3598
+ R(i, t, a), y(t, n);
3599
+ },
3600
+ p(i, a) {
3601
+ a[0] & /*languagesArray*/
3602
+ 134217728 && s !== (s = /*operatorLanguage*/
3603
+ i[84] + "") && ve(n, s), a[0] & /*languagesArray*/
3604
+ 134217728 && r !== (r = /*operatorLanguage*/
3605
+ i[84]) && (t.__value = r, $s(t, t.__value));
3606
+ },
3607
+ d(i) {
3608
+ i && L(t);
3609
+ }
3610
+ };
3611
+ }
3612
+ function Nn(e) {
3613
+ let t, s, n, r, i, a = (
3614
+ /*language*/
3615
+ e[81].name + ""
3616
+ ), l, o, u, w;
3617
+ return {
3618
+ c() {
3619
+ t = k("li"), s = k("img"), r = k("a"), i = k("span"), l = Se(a), p(s, "class", "LanguageFlag"), ze(s.src, n = /*language*/
3620
+ e[81].flag_icon_editable) || p(s, "src", n), p(r, "href", "javascript:void(0)"), p(t, "class", "OverlayLanguageOption"), p(t, "data-lang", o = /*language*/
3621
+ e[81].code);
3622
+ },
3623
+ m(T, N) {
3624
+ R(T, t, N), y(t, s), y(t, r), y(r, i), y(i, l), u || (w = mt(
3625
+ t,
3626
+ "click",
3627
+ /*overlayOptionTrigger*/
3628
+ e[37]
3629
+ ), u = !0);
3630
+ },
3631
+ p(T, N) {
3632
+ N[0] & /*languages*/
3633
+ 32 && !ze(s.src, n = /*language*/
3634
+ T[81].flag_icon_editable) && p(s, "src", n), N[0] & /*languages*/
3635
+ 32 && a !== (a = /*language*/
3636
+ T[81].name + "") && ve(l, a), N[0] & /*languages*/
3637
+ 32 && o !== (o = /*language*/
3638
+ T[81].code) && p(t, "data-lang", o);
3639
+ },
3640
+ d(T) {
3641
+ T && L(t), u = !1, w();
3642
+ }
3643
+ };
3644
+ }
3645
+ function Pn(e) {
3646
+ let t, s, n, r;
3647
+ return {
3648
+ c() {
3649
+ t = k("div"), p(t, "class", "CopyrightAreaRights CopyrightArea");
3650
+ },
3651
+ m(i, a) {
3652
+ R(i, t, a), n || (r = Xt(s = /*setContent*/
3653
+ e[34].call(
3654
+ null,
3655
+ t,
3656
+ /*copyright*/
3657
+ e[18]
3658
+ )), n = !0);
3659
+ },
3660
+ p(i, a) {
3661
+ s && Kt(s.update) && a[0] & /*copyright*/
3662
+ 262144 && s.update.call(
3663
+ null,
3664
+ /*copyright*/
3665
+ i[18]
3666
+ );
3667
+ },
3668
+ d(i) {
3669
+ i && L(t), n = !1, r();
3670
+ }
3671
+ };
3672
+ }
3673
+ function hu(e) {
3674
+ let t, s, n, r = (
3675
+ /*headScript*/
3676
+ e[22] && hn(e)
3677
+ );
3678
+ function i(o, u) {
3679
+ return (
3680
+ /*hasErrors*/
3681
+ o[20] ? cu : (
3682
+ /*isLoading*/
3683
+ o[21] ? fu : du
3684
+ )
3685
+ );
3686
+ }
3687
+ let a = i(e), l = a(e);
3688
+ return {
3689
+ c() {
3690
+ r && r.c(), t = Jt(), s = J(), l.c(), n = Jt();
3691
+ },
3692
+ m(o, u) {
3693
+ r && r.m(un.head, null), y(un.head, t), R(o, s, u), l.m(o, u), R(o, n, u);
3694
+ },
3695
+ p(o, u) {
3696
+ /*headScript*/
3697
+ o[22] ? r ? r.p(o, u) : (r = hn(o), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null), a === (a = i(o)) && l ? l.p(o, u) : (l.d(1), l = a(o), l && (l.c(), l.m(n.parentNode, n)));
3698
+ },
3699
+ i: pt,
3700
+ o: pt,
3701
+ d(o) {
3702
+ o && (L(s), L(n)), r && r.d(o), L(t), l.d(o);
3703
+ }
3704
+ };
3705
+ }
3706
+ function mu(e, t, s) {
3707
+ let n;
3708
+ Jr(e, ri, (f) => s(68, n = f));
3709
+ let { endpoint: r = "" } = t, { lang: i = "en" } = t, { env: a = "" } = t, { clientstyling: l = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: u = "" } = t, { clockenabled: w = "" } = t, { clocksecondsenabled: T = "" } = t, { clockcustomformat: N = "" } = t, { clocktext: z = "Time:" } = t, { languageselectorenabled: C = "true" } = t, { languageslist: E = "en, ro" } = t, { languagedisplaytype: V = "name" } = t, { session: j = "" } = t, { userid: I = "" } = t, { userendpoint: M = "" } = t, { panicbuttonenabled: A = "true" } = t, { sessiontimerenabled: D = "true" } = t, { grouplink: c = "true" } = t, { baseurl: W = "" } = t, S = window.navigator.userAgent, Fe = ti(S), Fs = "", Ct = [], Ls = "", xt = [], Rs = "", Et = [], Yr = "", ut = [], Ns = "", It = [], Ps = "", Ut = [], Ws = "", Cs = "", dt = !1, Je = !1, X, xs = !1, Es = "", Is = "", Ht = !1, De = "hr", Le = [], At, Us, Qe = [], Xe, Gt = "", Hs = "", As = !1, Gs = "", Vs, js, Re, zs = document.createElement("p"), Zs = document.createElement("p");
3710
+ lu({ withLocale: "en", translations: {} });
3711
+ const Tr = () => {
3712
+ fetch(u).then((x) => x.json()).then((x) => {
3713
+ Object.keys(x).forEach((Z) => {
3714
+ ln(Z, x[Z]);
3715
+ });
3716
+ }).catch((x) => {
3717
+ console.log(x);
3718
+ });
3719
+ };
3720
+ Object.keys(on).forEach((f) => {
3721
+ ln(f, on[f]);
3722
+ });
3723
+ let Bs = n("panicButton");
3724
+ const Or = () => {
3725
+ si(M, j).then(
3726
+ (f) => {
3727
+ f.Guid, f.UserID, s(25, Ht = !0), Fr(f);
3728
+ },
3729
+ (f) => {
3730
+ s(25, Ht = !1), console.error("Error while checking the session - ", f);
3731
+ }
3732
+ );
3733
+ }, Fr = (f) => {
3734
+ const x = new Date(f.Login), Z = (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60;
3735
+ let te = (/* @__PURE__ */ new Date()).getTime() - x.getTime(), he = Math.floor(te / 36e5) + Z, Ee = Math.floor(te % 36e5 / 6e4), ft = Math.floor(te % 6e4 / 1e3);
3736
+ js = setInterval(
3737
+ () => {
3738
+ he = Math.floor(te / 36e5) + Z, Ee = Math.floor(te % 36e5 / 6e4), ft = Math.floor(te % 6e4 / 1e3), Gs = `${he > 9 ? he : "0" + he}:${Ee > 9 ? Ee : "0" + Ee}:${ft > 9 ? ft : "0" + ft}`, zs.innerHTML = ` ${n("sessionTimer", { values: { timeString: Gs } })}`, te += 1e3;
3739
+ },
3740
+ 1e3
3741
+ );
3742
+ }, Lr = () => {
3743
+ Vs = setInterval(
3744
+ () => {
3745
+ qs();
3746
+ },
3747
+ Us
3748
+ );
3749
+ }, qs = () => {
3750
+ const f = N != "false" ? N : `hh:mm${T === "true" ? ":ss" : ""} (UTC Z)`;
3751
+ At = h().format(f), Zs.innerHTML = n("timeText").length > 0 ? ` ${n("timeText")} ${At}` : ` ${z} ${At}`;
3752
+ }, Rr = () => Js(this, null, function* () {
3753
+ let f = new URL(`${r}/${i}/footer-raw-data`), x = ni(S);
3754
+ f.searchParams.append("env", a), x && (x === "PC" ? f.searchParams.append("device", "dk") : f.searchParams.append("device", "mtWeb")), c == "true" && f.searchParams.append("helpLinks_groupby", "helpLinkCategory"), s(20, dt = !1), s(21, Je = !0);
3755
+ try {
3756
+ let Z = yield fetch(f.href);
3757
+ if (Z.ok) {
3758
+ let Ne = yield Z.json();
3759
+ s(21, Je = !1), X = Ne, s(13, ut = X.helpLinksRepeater), s(7, Fs = X.gameVendorsLinksTitle), s(8, Ct = X.gameVendorsRepeater), s(9, Ls = X.paymentLinksTitle), s(10, xt = X.paymentMethodsRepeater), s(11, Rs = X.sponsorsLinksTitle), s(12, Et = X.sponsorsRepeater), Yr = X.helpLinksTitle, s(13, ut = X.helpLinksRepeater), s(14, Ns = X.licensesLinksTitle), s(15, It = X.licensesRepeater), s(16, Ps = X.socialLinksTitle), s(17, Ut = X.socialLinksRepeater), s(18, Ws = X.copyright), s(19, Cs = X.licenseDesc), s(5, Le = X.language);
3760
+ let { licenseHeadScriptSrc: te, licenseScriptBody: he, licenseEvent: Ee } = X;
3761
+ Le && (s(31, As = !0), jt()), (te == null ? void 0 : te.length) > 0 && (s(22, xs = !0), s(23, Es = te)), (he == null ? void 0 : he.length) > 0 && s(24, Is = he), window.postMessage({ type: Ee }, window.location.href), window.postMessage(
3762
+ {
3763
+ type: "FooterData",
3764
+ gameVendorsRepeater: Ct,
3765
+ paymentMethodsRepeater: xt,
3766
+ sponsorsRepeater: Et,
3767
+ helpLinksRepeater: ut,
3768
+ licensesRepeater: It,
3769
+ socialLinksRepeater: Ut
3770
+ },
3771
+ window.location.href
3772
+ );
3773
+ } else
3774
+ s(20, dt = !0), s(21, Je = !1), console.error("Error fetching data. Status:", Z.status);
3775
+ } catch (Z) {
3776
+ s(20, dt = !0), s(21, Je = !1), console.error("Error fetching data:", Z);
3777
+ }
3778
+ }), Nr = (f, x) => {
3779
+ let Z = document.createElement("div");
3780
+ Z.innerHTML = x, f.append(Z), w === "true" && f.classList.contains("DetailedLicenses") && f.children[0].children[0].append(Zs), D == "true" && f.classList.contains("DetailedLicenses") && f.children[0].children[0].append(zs);
3781
+ }, Vt = () => {
3782
+ window.postMessage(
3783
+ {
3784
+ type: "LanguageChanged",
3785
+ selectedLanguage: De
3786
+ },
3787
+ window.location.href
3788
+ );
3789
+ }, Pr = () => {
3790
+ Xe.classList.toggle("hidden");
3791
+ }, Wr = (f) => {
3792
+ let x = f.target.closest(".OverlayLanguageOption");
3793
+ s(26, De = x.getAttribute("data-lang")), Vt(), jt(), Xe.classList.toggle("hidden");
3794
+ }, jt = () => {
3795
+ let f = !1;
3796
+ Le.forEach((x, Z) => {
3797
+ if (x.code == De.toLowerCase()) {
3798
+ let Ne = "";
3799
+ switch (f = !0, s(30, Hs = x.flag_icon_editable), V) {
3800
+ case "name":
3801
+ Ne = x.name;
3802
+ break;
3803
+ case "translatedName":
3804
+ Ne = x.translated_name;
3805
+ break;
3806
+ default:
3807
+ Ne = x.code;
3808
+ break;
3809
+ }
3810
+ s(29, Gt = Ne);
3811
+ }
3812
+ }), f || s(29, Gt = De);
3813
+ }, Cr = () => {
3814
+ s(27, Qe = E.replace(/ /g, "").split(",")), s(27, Qe = Qe.map((f) => f.toUpperCase()));
3815
+ }, xr = () => {
3816
+ let f = document.createElement("style");
3817
+ f.innerHTML = l, Re.appendChild(f);
3818
+ }, Er = () => {
3819
+ let f = new URL(o), x = document.createElement("style");
3820
+ fetch(f.href).then((Z) => Z.text()).then((Z) => {
3821
+ x.innerHTML = Z, s(0, l = l ? l + Z : Z), setTimeout(
3822
+ () => {
3823
+ Re.appendChild(x);
3824
+ },
3825
+ 1
3826
+ );
3827
+ });
3828
+ }, Ir = () => {
3829
+ ou(i), s(32, Bs = n("panicButton"));
3830
+ };
3831
+ Qr(() => () => {
3832
+ clearInterval(Vs), clearInterval(js);
3833
+ });
3834
+ function Ur() {
3835
+ De = Xr(this), s(26, De), s(1, i), s(5, Le), s(27, Qe);
3836
+ }
3837
+ const Hr = () => Vt();
3838
+ function Ar(f) {
3839
+ Qs[f ? "unshift" : "push"](() => {
3840
+ Xe = f, s(28, Xe);
3841
+ });
3842
+ }
3843
+ function Gr(f) {
3844
+ Qs[f ? "unshift" : "push"](() => {
3845
+ Re = f, s(6, Re);
3846
+ });
3847
+ }
3848
+ return e.$$set = (f) => {
3849
+ "endpoint" in f && s(38, r = f.endpoint), "lang" in f && s(1, i = f.lang), "env" in f && s(39, a = f.env), "clientstyling" in f && s(0, l = f.clientstyling), "clientstylingurl" in f && s(40, o = f.clientstylingurl), "translationurl" in f && s(41, u = f.translationurl), "clockenabled" in f && s(42, w = f.clockenabled), "clocksecondsenabled" in f && s(43, T = f.clocksecondsenabled), "clockcustomformat" in f && s(44, N = f.clockcustomformat), "clocktext" in f && s(45, z = f.clocktext), "languageselectorenabled" in f && s(2, C = f.languageselectorenabled), "languageslist" in f && s(46, E = f.languageslist), "languagedisplaytype" in f && s(47, V = f.languagedisplaytype), "session" in f && s(48, j = f.session), "userid" in f && s(49, I = f.userid), "userendpoint" in f && s(50, M = f.userendpoint), "panicbuttonenabled" in f && s(3, A = f.panicbuttonenabled), "sessiontimerenabled" in f && s(51, D = f.sessiontimerenabled), "grouplink" in f && s(52, c = f.grouplink), "baseurl" in f && s(4, W = f.baseurl);
3850
+ }, e.$$.update = () => {
3851
+ e.$$.dirty[0] & /*lang*/
3852
+ 2 && i && Ir(), e.$$.dirty[1] & /*languageslist*/
3853
+ 32768 && E && Cr(), e.$$.dirty[1] & /*session, userid, userendpoint*/
3854
+ 917504 && j && I && M && Or(), e.$$.dirty[0] & /*lang*/
3855
+ 2 | e.$$.dirty[1] & /*endpoint, env*/
3856
+ 384 && r && i && a && Rr(), e.$$.dirty[1] & /*translationurl*/
3857
+ 1024 && u && Tr(), e.$$.dirty[1] & /*clockenabled, clocksecondsenabled, clockcustomformat*/
3858
+ 14336 && w !== "false" && T && N && qs(), e.$$.dirty[1] & /*clockenabled, clocksecondsenabled*/
3859
+ 6144 && w !== "false" && T && (Us = T == "true" ? 1e3 : 6e4) && Lr(), e.$$.dirty[0] & /*lang, languages*/
3860
+ 34 && i && s(26, De = i) && Le && Le.length > 0 && jt(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
3861
+ 65 && l && Re && xr(), e.$$.dirty[0] & /*customStylingContainer*/
3862
+ 64 | e.$$.dirty[1] & /*clientstylingurl*/
3863
+ 512 && o && Re && Er();
3864
+ }, [
3865
+ l,
3866
+ i,
3867
+ C,
3868
+ A,
3869
+ W,
3870
+ Le,
3871
+ Re,
3872
+ Fs,
3873
+ Ct,
3874
+ Ls,
3875
+ xt,
3876
+ Rs,
3877
+ Et,
3878
+ ut,
3879
+ Ns,
3880
+ It,
3881
+ Ps,
3882
+ Ut,
3883
+ Ws,
3884
+ Cs,
3885
+ dt,
3886
+ Je,
3887
+ xs,
3888
+ Es,
3889
+ Is,
3890
+ Ht,
3891
+ De,
3892
+ Qe,
3893
+ Xe,
3894
+ Gt,
3895
+ Hs,
3896
+ As,
3897
+ Bs,
3898
+ Fe,
3899
+ Nr,
3900
+ Vt,
3901
+ Pr,
3902
+ Wr,
3903
+ r,
3904
+ a,
3905
+ o,
3906
+ u,
3907
+ w,
3908
+ T,
3909
+ N,
3910
+ z,
3911
+ E,
3912
+ V,
3913
+ j,
3914
+ I,
3915
+ M,
3916
+ D,
3917
+ c,
3918
+ Ur,
3919
+ Hr,
3920
+ Ar,
3921
+ Gr
3922
+ ];
3923
+ }
3924
+ class _u extends Vr {
3925
+ constructor(t) {
3926
+ super(), jr(
3927
+ this,
3928
+ t,
3929
+ mu,
3930
+ hu,
3931
+ zr,
3932
+ {
3933
+ endpoint: 38,
3934
+ lang: 1,
3935
+ env: 39,
3936
+ clientstyling: 0,
3937
+ clientstylingurl: 40,
3938
+ translationurl: 41,
3939
+ clockenabled: 42,
3940
+ clocksecondsenabled: 43,
3941
+ clockcustomformat: 44,
3942
+ clocktext: 45,
3943
+ languageselectorenabled: 2,
3944
+ languageslist: 46,
3945
+ languagedisplaytype: 47,
3946
+ session: 48,
3947
+ userid: 49,
3948
+ userendpoint: 50,
3949
+ panicbuttonenabled: 3,
3950
+ sessiontimerenabled: 51,
3951
+ grouplink: 52,
3952
+ baseurl: 4
3953
+ },
3954
+ uu,
3955
+ [-1, -1, -1]
3956
+ );
3957
+ }
3958
+ get endpoint() {
3959
+ return this.$$.ctx[38];
3960
+ }
3961
+ set endpoint(t) {
3962
+ this.$$set({ endpoint: t }), q();
3963
+ }
3964
+ get lang() {
3965
+ return this.$$.ctx[1];
3966
+ }
3967
+ set lang(t) {
3968
+ this.$$set({ lang: t }), q();
3969
+ }
3970
+ get env() {
3971
+ return this.$$.ctx[39];
3972
+ }
3973
+ set env(t) {
3974
+ this.$$set({ env: t }), q();
3975
+ }
3976
+ get clientstyling() {
3977
+ return this.$$.ctx[0];
3978
+ }
3979
+ set clientstyling(t) {
3980
+ this.$$set({ clientstyling: t }), q();
3981
+ }
3982
+ get clientstylingurl() {
3983
+ return this.$$.ctx[40];
3984
+ }
3985
+ set clientstylingurl(t) {
3986
+ this.$$set({ clientstylingurl: t }), q();
3987
+ }
3988
+ get translationurl() {
3989
+ return this.$$.ctx[41];
3990
+ }
3991
+ set translationurl(t) {
3992
+ this.$$set({ translationurl: t }), q();
3993
+ }
3994
+ get clockenabled() {
3995
+ return this.$$.ctx[42];
3996
+ }
3997
+ set clockenabled(t) {
3998
+ this.$$set({ clockenabled: t }), q();
3999
+ }
4000
+ get clocksecondsenabled() {
4001
+ return this.$$.ctx[43];
4002
+ }
4003
+ set clocksecondsenabled(t) {
4004
+ this.$$set({ clocksecondsenabled: t }), q();
4005
+ }
4006
+ get clockcustomformat() {
4007
+ return this.$$.ctx[44];
4008
+ }
4009
+ set clockcustomformat(t) {
4010
+ this.$$set({ clockcustomformat: t }), q();
4011
+ }
4012
+ get clocktext() {
4013
+ return this.$$.ctx[45];
4014
+ }
4015
+ set clocktext(t) {
4016
+ this.$$set({ clocktext: t }), q();
4017
+ }
4018
+ get languageselectorenabled() {
4019
+ return this.$$.ctx[2];
4020
+ }
4021
+ set languageselectorenabled(t) {
4022
+ this.$$set({ languageselectorenabled: t }), q();
4023
+ }
4024
+ get languageslist() {
4025
+ return this.$$.ctx[46];
4026
+ }
4027
+ set languageslist(t) {
4028
+ this.$$set({ languageslist: t }), q();
4029
+ }
4030
+ get languagedisplaytype() {
4031
+ return this.$$.ctx[47];
4032
+ }
4033
+ set languagedisplaytype(t) {
4034
+ this.$$set({ languagedisplaytype: t }), q();
4035
+ }
4036
+ get session() {
4037
+ return this.$$.ctx[48];
4038
+ }
4039
+ set session(t) {
4040
+ this.$$set({ session: t }), q();
4041
+ }
4042
+ get userid() {
4043
+ return this.$$.ctx[49];
4044
+ }
4045
+ set userid(t) {
4046
+ this.$$set({ userid: t }), q();
4047
+ }
4048
+ get userendpoint() {
4049
+ return this.$$.ctx[50];
4050
+ }
4051
+ set userendpoint(t) {
4052
+ this.$$set({ userendpoint: t }), q();
4053
+ }
4054
+ get panicbuttonenabled() {
4055
+ return this.$$.ctx[3];
4056
+ }
4057
+ set panicbuttonenabled(t) {
4058
+ this.$$set({ panicbuttonenabled: t }), q();
4059
+ }
4060
+ get sessiontimerenabled() {
4061
+ return this.$$.ctx[51];
4062
+ }
4063
+ set sessiontimerenabled(t) {
4064
+ this.$$set({ sessiontimerenabled: t }), q();
4065
+ }
4066
+ get grouplink() {
4067
+ return this.$$.ctx[52];
4068
+ }
4069
+ set grouplink(t) {
4070
+ this.$$set({ grouplink: t }), q();
4071
+ }
4072
+ get baseurl() {
4073
+ return this.$$.ctx[4];
4074
+ }
4075
+ set baseurl(t) {
4076
+ this.$$set({ baseurl: t }), q();
4077
+ }
4078
+ }
4079
+ Zr(_u, { endpoint: {}, lang: {}, env: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, clockenabled: {}, clocksecondsenabled: {}, clockcustomformat: {}, clocktext: {}, languageselectorenabled: {}, languageslist: {}, languagedisplaytype: {}, session: {}, userid: {}, userendpoint: {}, panicbuttonenabled: {}, sessiontimerenabled: {}, grouplink: {}, baseurl: {} }, [], [], !0);
4080
+ export {
4081
+ _u as default
4082
+ };