@everymatrix/casino-my-games 1.45.0 → 1.45.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/components/CasinoFavoritesSection-CH3Lqq9F.cjs +3 -0
  2. package/components/{CasinoFavoritesSection-BV6hTS5C.js → CasinoFavoritesSection-Dskphnqq.js} +34 -38
  3. package/components/CasinoFilter-BID-K58X.cjs +3 -0
  4. package/components/CasinoFilter-BL4Si3BV.js +1116 -0
  5. package/components/CasinoGameThumbnail-C5vfXyQD.cjs +47 -0
  6. package/components/CasinoGameThumbnail-DM4MBVLD.js +4405 -0
  7. package/components/CasinoGamesCategorySection-BCzNljKC.js +3019 -0
  8. package/components/CasinoGamesCategorySection-CqYKQlBg.cjs +1 -0
  9. package/components/CasinoLastPlayedSection-4mEzDqDl.cjs +1 -0
  10. package/components/{CasinoLastPlayedSection-yMoCKFv_.js → CasinoLastPlayedSection-9Pluu6X3.js} +48 -48
  11. package/components/CasinoMostPlayedSection-CWtl_ZnZ.cjs +1 -0
  12. package/components/{CasinoMostPlayedSection-D6b06OOV.js → CasinoMostPlayedSection-DzfIdnnG.js} +69 -69
  13. package/components/{CasinoMyGames-D1D23r5K.js → CasinoMyGames-MTmuuayw.js} +371 -371
  14. package/components/CasinoMyGames-cpUGmtos.cjs +1 -0
  15. package/components/CasinoSort-BfcsvFqx.js +425 -0
  16. package/components/CasinoSort-BrPaelpm.cjs +1 -0
  17. package/es2015/casino-my-games.cjs +1 -1
  18. package/es2015/casino-my-games.js +1 -1
  19. package/package.json +2 -2
  20. package/components/CasinoFavoritesSection-D9ecm-38.cjs +0 -3
  21. package/components/CasinoFilter-DdR2ao1V.js +0 -1116
  22. package/components/CasinoFilter-lLwFUd4o.cjs +0 -3
  23. package/components/CasinoGameThumbnail-Csj1LkxW.js +0 -4405
  24. package/components/CasinoGameThumbnail-DqoW33Zf.cjs +0 -47
  25. package/components/CasinoGamesCategorySection-CxJxQ1Xt.js +0 -3023
  26. package/components/CasinoGamesCategorySection-UNyRZN7B.cjs +0 -1
  27. package/components/CasinoLastPlayedSection-60iRiHLa.cjs +0 -1
  28. package/components/CasinoMostPlayedSection-DsIgWKz2.cjs +0 -1
  29. package/components/CasinoMyGames-BBoCsuaf.cjs +0 -1
  30. package/components/CasinoSort-BvUxf_TE.cjs +0 -1
  31. package/components/CasinoSort-Cl46Mkr1.js +0 -425
@@ -0,0 +1,4405 @@
1
+ var fn = (e, t, a) => new Promise((n, r) => {
2
+ var i = (u) => {
3
+ try {
4
+ o(a.next(u));
5
+ } catch (c) {
6
+ r(c);
7
+ }
8
+ }, s = (u) => {
9
+ try {
10
+ o(a.throw(u));
11
+ } catch (c) {
12
+ r(c);
13
+ }
14
+ }, o = (u) => u.done ? n(u.value) : Promise.resolve(u.value).then(i, s);
15
+ o((a = a.apply(e, t)).next());
16
+ });
17
+ import { e as Xr, $ as Qr, S as $r, i as ei, f as C, g as ti, s as ai, h as ni, j as T, t as j, u as Oe, D as cn, v as y, E as hn, k as U, w as v, y as Ce, n as mt, l as H, m as ri, o as ii, x as Ma, F as wt, p as fa, H as Ie, q as Rt, z as xn, C as si, G as dt, r as ca } from "./CasinoFavoritesSection-Dskphnqq.js";
18
+ import { i as se, g as oi } from "./CasinoFilter-BL4Si3BV.js";
19
+ function li(e) {
20
+ 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.');
21
+ }
22
+ //! moment.js
23
+ //! version : 2.30.1
24
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
25
+ //! license : MIT
26
+ //! momentjs.com
27
+ var Nn;
28
+ function f() {
29
+ return Nn.apply(null, arguments);
30
+ }
31
+ function ui(e) {
32
+ Nn = e;
33
+ }
34
+ function le(e) {
35
+ return e instanceof Array || Object.prototype.toString.call(e) === "[object Array]";
36
+ }
37
+ function Ke(e) {
38
+ return e != null && Object.prototype.toString.call(e) === "[object Object]";
39
+ }
40
+ function L(e, t) {
41
+ return Object.prototype.hasOwnProperty.call(e, t);
42
+ }
43
+ function La(e) {
44
+ if (Object.getOwnPropertyNames)
45
+ return Object.getOwnPropertyNames(e).length === 0;
46
+ var t;
47
+ for (t in e)
48
+ if (L(e, t))
49
+ return !1;
50
+ return !0;
51
+ }
52
+ function Q(e) {
53
+ return e === void 0;
54
+ }
55
+ function Ye(e) {
56
+ return typeof e == "number" || Object.prototype.toString.call(e) === "[object Number]";
57
+ }
58
+ function bt(e) {
59
+ return e instanceof Date || Object.prototype.toString.call(e) === "[object Date]";
60
+ }
61
+ function Pn(e, t) {
62
+ var a = [], n, r = e.length;
63
+ for (n = 0; n < r; ++n)
64
+ a.push(t(e[n], n));
65
+ return a;
66
+ }
67
+ function We(e, t) {
68
+ for (var a in t)
69
+ L(t, a) && (e[a] = t[a]);
70
+ return L(t, "toString") && (e.toString = t.toString), L(t, "valueOf") && (e.valueOf = t.valueOf), e;
71
+ }
72
+ function we(e, t, a, n) {
73
+ return sr(e, t, a, n, !0).utc();
74
+ }
75
+ function di() {
76
+ return {
77
+ empty: !1,
78
+ unusedTokens: [],
79
+ unusedInput: [],
80
+ overflow: -2,
81
+ charsLeftOver: 0,
82
+ nullInput: !1,
83
+ invalidEra: null,
84
+ invalidMonth: null,
85
+ invalidFormat: !1,
86
+ userInvalidated: !1,
87
+ iso: !1,
88
+ parsedDateParts: [],
89
+ era: null,
90
+ meridiem: null,
91
+ rfc2822: !1,
92
+ weekdayMismatch: !1
93
+ };
94
+ }
95
+ function S(e) {
96
+ return e._pf == null && (e._pf = di()), e._pf;
97
+ }
98
+ var _a;
99
+ Array.prototype.some ? _a = Array.prototype.some : _a = function(e) {
100
+ var t = Object(this), a = t.length >>> 0, n;
101
+ for (n = 0; n < a; n++)
102
+ if (n in t && e.call(this, t[n], n, t))
103
+ return !0;
104
+ return !1;
105
+ };
106
+ function Fa(e) {
107
+ var t = null, a = !1, n = e._d && !isNaN(e._d.getTime());
108
+ if (n && (t = S(e), a = _a.call(t.parsedDateParts, function(r) {
109
+ return r != null;
110
+ }), n = t.overflow < 0 && !t.empty && !t.invalidEra && !t.invalidMonth && !t.invalidWeekday && !t.weekdayMismatch && !t.nullInput && !t.invalidFormat && !t.userInvalidated && (!t.meridiem || t.meridiem && a), e._strict && (n = n && t.charsLeftOver === 0 && t.unusedTokens.length === 0 && t.bigHour === void 0)), Object.isFrozen == null || !Object.isFrozen(e))
111
+ e._isValid = n;
112
+ else
113
+ return n;
114
+ return e._isValid;
115
+ }
116
+ function At(e) {
117
+ var t = we(NaN);
118
+ return e != null ? We(S(t), e) : S(t).userInvalidated = !0, t;
119
+ }
120
+ var mn = f.momentProperties = [], ha = !1;
121
+ function Oa(e, t) {
122
+ var a, n, r, i = mn.length;
123
+ if (Q(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject), Q(t._i) || (e._i = t._i), Q(t._f) || (e._f = t._f), Q(t._l) || (e._l = t._l), Q(t._strict) || (e._strict = t._strict), Q(t._tzm) || (e._tzm = t._tzm), Q(t._isUTC) || (e._isUTC = t._isUTC), Q(t._offset) || (e._offset = t._offset), Q(t._pf) || (e._pf = S(t)), Q(t._locale) || (e._locale = t._locale), i > 0)
124
+ for (a = 0; a < i; a++)
125
+ n = mn[a], r = t[n], Q(r) || (e[n] = r);
126
+ return e;
127
+ }
128
+ function vt(e) {
129
+ Oa(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), ha === !1 && (ha = !0, f.updateOffset(this), ha = !1);
130
+ }
131
+ function ue(e) {
132
+ return e instanceof vt || e != null && e._isAMomentObject != null;
133
+ }
134
+ function Wn(e) {
135
+ f.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
136
+ }
137
+ function ne(e, t) {
138
+ var a = !0;
139
+ return We(function() {
140
+ if (f.deprecationHandler != null && f.deprecationHandler(null, e), a) {
141
+ var n = [], r, i, s, o = arguments.length;
142
+ for (i = 0; i < o; i++) {
143
+ if (r = "", typeof arguments[i] == "object") {
144
+ r += `
145
+ [` + i + "] ";
146
+ for (s in arguments[0])
147
+ L(arguments[0], s) && (r += s + ": " + arguments[0][s] + ", ");
148
+ r = r.slice(0, -2);
149
+ } else
150
+ r = arguments[i];
151
+ n.push(r);
152
+ }
153
+ Wn(
154
+ e + `
155
+ Arguments: ` + Array.prototype.slice.call(n).join("") + `
156
+ ` + new Error().stack
157
+ ), a = !1;
158
+ }
159
+ return t.apply(this, arguments);
160
+ }, t);
161
+ }
162
+ var gn = {};
163
+ function En(e, t) {
164
+ f.deprecationHandler != null && f.deprecationHandler(e, t), gn[e] || (Wn(t), gn[e] = !0);
165
+ }
166
+ f.suppressDeprecationWarnings = !1;
167
+ f.deprecationHandler = null;
168
+ function be(e) {
169
+ return typeof Function != "undefined" && e instanceof Function || Object.prototype.toString.call(e) === "[object Function]";
170
+ }
171
+ function fi(e) {
172
+ var t, a;
173
+ for (a in e)
174
+ L(e, a) && (t = e[a], be(t) ? this[a] = t : this["_" + a] = t);
175
+ this._config = e, this._dayOfMonthOrdinalParseLenient = new RegExp(
176
+ (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + "|" + /\d{1,2}/.source
177
+ );
178
+ }
179
+ function ya(e, t) {
180
+ var a = We({}, e), n;
181
+ for (n in t)
182
+ L(t, n) && (Ke(e[n]) && Ke(t[n]) ? (a[n] = {}, We(a[n], e[n]), We(a[n], t[n])) : t[n] != null ? a[n] = t[n] : delete a[n]);
183
+ for (n in e)
184
+ L(e, n) && !L(t, n) && Ke(e[n]) && (a[n] = We({}, a[n]));
185
+ return a;
186
+ }
187
+ function Ca(e) {
188
+ e != null && this.set(e);
189
+ }
190
+ var wa;
191
+ Object.keys ? wa = Object.keys : wa = function(e) {
192
+ var t, a = [];
193
+ for (t in e)
194
+ L(e, t) && a.push(t);
195
+ return a;
196
+ };
197
+ var ci = {
198
+ sameDay: "[Today at] LT",
199
+ nextDay: "[Tomorrow at] LT",
200
+ nextWeek: "dddd [at] LT",
201
+ lastDay: "[Yesterday at] LT",
202
+ lastWeek: "[Last] dddd [at] LT",
203
+ sameElse: "L"
204
+ };
205
+ function hi(e, t, a) {
206
+ var n = this._calendar[e] || this._calendar.sameElse;
207
+ return be(n) ? n.call(t, a) : n;
208
+ }
209
+ function ye(e, t, a) {
210
+ var n = "" + Math.abs(e), r = t - n.length, i = e >= 0;
211
+ return (i ? a ? "+" : "" : "-") + Math.pow(10, Math.max(0, r)).toString().substr(1) + n;
212
+ }
213
+ var Ia = /(\[[^\[]*\])|(\\)?([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, Ot = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, ma = {}, et = {};
214
+ function p(e, t, a, n) {
215
+ var r = n;
216
+ typeof n == "string" && (r = function() {
217
+ return this[n]();
218
+ }), e && (et[e] = r), t && (et[t[0]] = function() {
219
+ return ye(r.apply(this, arguments), t[1], t[2]);
220
+ }), a && (et[a] = function() {
221
+ return this.localeData().ordinal(
222
+ r.apply(this, arguments),
223
+ e
224
+ );
225
+ });
226
+ }
227
+ function mi(e) {
228
+ return e.match(/\[[\s\S]/) ? e.replace(/^\[|\]$/g, "") : e.replace(/\\/g, "");
229
+ }
230
+ function gi(e) {
231
+ var t = e.match(Ia), a, n;
232
+ for (a = 0, n = t.length; a < n; a++)
233
+ et[t[a]] ? t[a] = et[t[a]] : t[a] = mi(t[a]);
234
+ return function(r) {
235
+ var i = "", s;
236
+ for (s = 0; s < n; s++)
237
+ i += be(t[s]) ? t[s].call(r, e) : t[s];
238
+ return i;
239
+ };
240
+ }
241
+ function It(e, t) {
242
+ return e.isValid() ? (t = An(t, e.localeData()), ma[t] = ma[t] || gi(t), ma[t](e)) : e.localeData().invalidDate();
243
+ }
244
+ function An(e, t) {
245
+ var a = 5;
246
+ function n(r) {
247
+ return t.longDateFormat(r) || r;
248
+ }
249
+ for (Ot.lastIndex = 0; a >= 0 && Ot.test(e); )
250
+ e = e.replace(
251
+ Ot,
252
+ n
253
+ ), Ot.lastIndex = 0, a -= 1;
254
+ return e;
255
+ }
256
+ var pi = {
257
+ LTS: "h:mm:ss A",
258
+ LT: "h:mm A",
259
+ L: "MM/DD/YYYY",
260
+ LL: "MMMM D, YYYY",
261
+ LLL: "MMMM D, YYYY h:mm A",
262
+ LLLL: "dddd, MMMM D, YYYY h:mm A"
263
+ };
264
+ function _i(e) {
265
+ var t = this._longDateFormat[e], a = this._longDateFormat[e.toUpperCase()];
266
+ return t || !a ? t : (this._longDateFormat[e] = a.match(Ia).map(function(n) {
267
+ return n === "MMMM" || n === "MM" || n === "DD" || n === "dddd" ? n.slice(1) : n;
268
+ }).join(""), this._longDateFormat[e]);
269
+ }
270
+ var yi = "Invalid date";
271
+ function wi() {
272
+ return this._invalidDate;
273
+ }
274
+ var bi = "%d", vi = /\d{1,2}/;
275
+ function ki(e) {
276
+ return this._ordinal.replace("%d", e);
277
+ }
278
+ var Si = {
279
+ future: "in %s",
280
+ past: "%s ago",
281
+ s: "a few seconds",
282
+ ss: "%d seconds",
283
+ m: "a minute",
284
+ mm: "%d minutes",
285
+ h: "an hour",
286
+ hh: "%d hours",
287
+ d: "a day",
288
+ dd: "%d days",
289
+ w: "a week",
290
+ ww: "%d weeks",
291
+ M: "a month",
292
+ MM: "%d months",
293
+ y: "a year",
294
+ yy: "%d years"
295
+ };
296
+ function Gi(e, t, a, n) {
297
+ var r = this._relativeTime[a];
298
+ return be(r) ? r(e, t, a, n) : r.replace(/%d/i, e);
299
+ }
300
+ function Di(e, t) {
301
+ var a = this._relativeTime[e > 0 ? "future" : "past"];
302
+ return be(a) ? a(t) : a.replace(/%s/i, t);
303
+ }
304
+ var pn = {
305
+ D: "date",
306
+ dates: "date",
307
+ date: "date",
308
+ d: "day",
309
+ days: "day",
310
+ day: "day",
311
+ e: "weekday",
312
+ weekdays: "weekday",
313
+ weekday: "weekday",
314
+ E: "isoWeekday",
315
+ isoweekdays: "isoWeekday",
316
+ isoweekday: "isoWeekday",
317
+ DDD: "dayOfYear",
318
+ dayofyears: "dayOfYear",
319
+ dayofyear: "dayOfYear",
320
+ h: "hour",
321
+ hours: "hour",
322
+ hour: "hour",
323
+ ms: "millisecond",
324
+ milliseconds: "millisecond",
325
+ millisecond: "millisecond",
326
+ m: "minute",
327
+ minutes: "minute",
328
+ minute: "minute",
329
+ M: "month",
330
+ months: "month",
331
+ month: "month",
332
+ Q: "quarter",
333
+ quarters: "quarter",
334
+ quarter: "quarter",
335
+ s: "second",
336
+ seconds: "second",
337
+ second: "second",
338
+ gg: "weekYear",
339
+ weekyears: "weekYear",
340
+ weekyear: "weekYear",
341
+ GG: "isoWeekYear",
342
+ isoweekyears: "isoWeekYear",
343
+ isoweekyear: "isoWeekYear",
344
+ w: "week",
345
+ weeks: "week",
346
+ week: "week",
347
+ W: "isoWeek",
348
+ isoweeks: "isoWeek",
349
+ isoweek: "isoWeek",
350
+ y: "year",
351
+ years: "year",
352
+ year: "year"
353
+ };
354
+ function re(e) {
355
+ return typeof e == "string" ? pn[e] || pn[e.toLowerCase()] : void 0;
356
+ }
357
+ function Ya(e) {
358
+ var t = {}, a, n;
359
+ for (n in e)
360
+ L(e, n) && (a = re(n), a && (t[a] = e[n]));
361
+ return t;
362
+ }
363
+ var Mi = {
364
+ date: 9,
365
+ day: 11,
366
+ weekday: 11,
367
+ isoWeekday: 11,
368
+ dayOfYear: 4,
369
+ hour: 13,
370
+ millisecond: 16,
371
+ minute: 14,
372
+ month: 8,
373
+ quarter: 7,
374
+ second: 15,
375
+ weekYear: 1,
376
+ isoWeekYear: 1,
377
+ week: 5,
378
+ isoWeek: 5,
379
+ year: 1
380
+ };
381
+ function Li(e) {
382
+ var t = [], a;
383
+ for (a in e)
384
+ L(e, a) && t.push({ unit: a, priority: Mi[a] });
385
+ return t.sort(function(n, r) {
386
+ return n.priority - r.priority;
387
+ }), t;
388
+ }
389
+ var Un = /\d/, $ = /\d\d/, Hn = /\d{3}/, Ta = /\d{4}/, Ut = /[+-]?\d{6}/, N = /\d\d?/, Bn = /\d\d\d\d?/, zn = /\d\d\d\d\d\d?/, Ht = /\d{1,3}/, Ra = /\d{1,4}/, Bt = /[+-]?\d{1,6}/, nt = /\d+/, zt = /[+-]?\d+/, Fi = /Z|[+-]\d\d:?\d\d/gi, Vt = /Z|[+-]\d\d(?::?\d\d)?/gi, Oi = /[+-]?\d+(\.\d{1,3})?/, kt = /[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, rt = /^[1-9]\d?/, xa = /^([1-9]\d|\d)/, xt;
390
+ xt = {};
391
+ function h(e, t, a) {
392
+ xt[e] = be(t) ? t : function(n, r) {
393
+ return n && a ? a : t;
394
+ };
395
+ }
396
+ function Ci(e, t) {
397
+ return L(xt, e) ? xt[e](t._strict, t._locale) : new RegExp(Ii(e));
398
+ }
399
+ function Ii(e) {
400
+ return Le(
401
+ e.replace("\\", "").replace(
402
+ /\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,
403
+ function(t, a, n, r, i) {
404
+ return a || n || r || i;
405
+ }
406
+ )
407
+ );
408
+ }
409
+ function Le(e) {
410
+ return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
411
+ }
412
+ function ae(e) {
413
+ return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
414
+ }
415
+ function G(e) {
416
+ var t = +e, a = 0;
417
+ return t !== 0 && isFinite(t) && (a = ae(t)), a;
418
+ }
419
+ var ba = {};
420
+ function I(e, t) {
421
+ var a, n = t, r;
422
+ for (typeof e == "string" && (e = [e]), Ye(t) && (n = function(i, s) {
423
+ s[t] = G(i);
424
+ }), r = e.length, a = 0; a < r; a++)
425
+ ba[e[a]] = n;
426
+ }
427
+ function St(e, t) {
428
+ I(e, function(a, n, r, i) {
429
+ r._w = r._w || {}, t(a, r._w, r, i);
430
+ });
431
+ }
432
+ function Yi(e, t, a) {
433
+ t != null && L(ba, e) && ba[e](t, a._a, a, e);
434
+ }
435
+ function jt(e) {
436
+ return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
437
+ }
438
+ var X = 0, De = 1, _e = 2, Z = 3, oe = 4, Me = 5, Ze = 6, Ti = 7, Ri = 8;
439
+ p("Y", 0, 0, function() {
440
+ var e = this.year();
441
+ return e <= 9999 ? ye(e, 4) : "+" + e;
442
+ });
443
+ p(0, ["YY", 2], 0, function() {
444
+ return this.year() % 100;
445
+ });
446
+ p(0, ["YYYY", 4], 0, "year");
447
+ p(0, ["YYYYY", 5], 0, "year");
448
+ p(0, ["YYYYYY", 6, !0], 0, "year");
449
+ h("Y", zt);
450
+ h("YY", N, $);
451
+ h("YYYY", Ra, Ta);
452
+ h("YYYYY", Bt, Ut);
453
+ h("YYYYYY", Bt, Ut);
454
+ I(["YYYYY", "YYYYYY"], X);
455
+ I("YYYY", function(e, t) {
456
+ t[X] = e.length === 2 ? f.parseTwoDigitYear(e) : G(e);
457
+ });
458
+ I("YY", function(e, t) {
459
+ t[X] = f.parseTwoDigitYear(e);
460
+ });
461
+ I("Y", function(e, t) {
462
+ t[X] = parseInt(e, 10);
463
+ });
464
+ function ht(e) {
465
+ return jt(e) ? 366 : 365;
466
+ }
467
+ f.parseTwoDigitYear = function(e) {
468
+ return G(e) + (G(e) > 68 ? 1900 : 2e3);
469
+ };
470
+ var Vn = it("FullYear", !0);
471
+ function xi() {
472
+ return jt(this.year());
473
+ }
474
+ function it(e, t) {
475
+ return function(a) {
476
+ return a != null ? (jn(this, e, a), f.updateOffset(this, t), this) : gt(this, e);
477
+ };
478
+ }
479
+ function gt(e, t) {
480
+ if (!e.isValid())
481
+ return NaN;
482
+ var a = e._d, n = e._isUTC;
483
+ switch (t) {
484
+ case "Milliseconds":
485
+ return n ? a.getUTCMilliseconds() : a.getMilliseconds();
486
+ case "Seconds":
487
+ return n ? a.getUTCSeconds() : a.getSeconds();
488
+ case "Minutes":
489
+ return n ? a.getUTCMinutes() : a.getMinutes();
490
+ case "Hours":
491
+ return n ? a.getUTCHours() : a.getHours();
492
+ case "Date":
493
+ return n ? a.getUTCDate() : a.getDate();
494
+ case "Day":
495
+ return n ? a.getUTCDay() : a.getDay();
496
+ case "Month":
497
+ return n ? a.getUTCMonth() : a.getMonth();
498
+ case "FullYear":
499
+ return n ? a.getUTCFullYear() : a.getFullYear();
500
+ default:
501
+ return NaN;
502
+ }
503
+ }
504
+ function jn(e, t, a) {
505
+ var n, r, i, s, o;
506
+ if (!(!e.isValid() || isNaN(a))) {
507
+ switch (n = e._d, r = e._isUTC, t) {
508
+ case "Milliseconds":
509
+ return void (r ? n.setUTCMilliseconds(a) : n.setMilliseconds(a));
510
+ case "Seconds":
511
+ return void (r ? n.setUTCSeconds(a) : n.setSeconds(a));
512
+ case "Minutes":
513
+ return void (r ? n.setUTCMinutes(a) : n.setMinutes(a));
514
+ case "Hours":
515
+ return void (r ? n.setUTCHours(a) : n.setHours(a));
516
+ case "Date":
517
+ return void (r ? n.setUTCDate(a) : n.setDate(a));
518
+ case "FullYear":
519
+ break;
520
+ default:
521
+ return;
522
+ }
523
+ i = a, s = e.month(), o = e.date(), o = o === 29 && s === 1 && !jt(i) ? 28 : o, r ? n.setUTCFullYear(i, s, o) : n.setFullYear(i, s, o);
524
+ }
525
+ }
526
+ function Ni(e) {
527
+ return e = re(e), be(this[e]) ? this[e]() : this;
528
+ }
529
+ function Pi(e, t) {
530
+ if (typeof e == "object") {
531
+ e = Ya(e);
532
+ var a = Li(e), n, r = a.length;
533
+ for (n = 0; n < r; n++)
534
+ this[a[n].unit](e[a[n].unit]);
535
+ } else if (e = re(e), be(this[e]))
536
+ return this[e](t);
537
+ return this;
538
+ }
539
+ function Wi(e, t) {
540
+ return (e % t + t) % t;
541
+ }
542
+ var E;
543
+ Array.prototype.indexOf ? E = Array.prototype.indexOf : E = function(e) {
544
+ var t;
545
+ for (t = 0; t < this.length; ++t)
546
+ if (this[t] === e)
547
+ return t;
548
+ return -1;
549
+ };
550
+ function Na(e, t) {
551
+ if (isNaN(e) || isNaN(t))
552
+ return NaN;
553
+ var a = Wi(t, 12);
554
+ return e += (t - a) / 12, a === 1 ? jt(e) ? 29 : 28 : 31 - a % 7 % 2;
555
+ }
556
+ p("M", ["MM", 2], "Mo", function() {
557
+ return this.month() + 1;
558
+ });
559
+ p("MMM", 0, 0, function(e) {
560
+ return this.localeData().monthsShort(this, e);
561
+ });
562
+ p("MMMM", 0, 0, function(e) {
563
+ return this.localeData().months(this, e);
564
+ });
565
+ h("M", N, rt);
566
+ h("MM", N, $);
567
+ h("MMM", function(e, t) {
568
+ return t.monthsShortRegex(e);
569
+ });
570
+ h("MMMM", function(e, t) {
571
+ return t.monthsRegex(e);
572
+ });
573
+ I(["M", "MM"], function(e, t) {
574
+ t[De] = G(e) - 1;
575
+ });
576
+ I(["MMM", "MMMM"], function(e, t, a, n) {
577
+ var r = a._locale.monthsParse(e, n, a._strict);
578
+ r != null ? t[De] = r : S(a).invalidMonth = e;
579
+ });
580
+ var Ei = "January_February_March_April_May_June_July_August_September_October_November_December".split(
581
+ "_"
582
+ ), Zn = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), Kn = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, Ai = kt, Ui = kt;
583
+ function Hi(e, t) {
584
+ return e ? le(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || Kn).test(t) ? "format" : "standalone"][e.month()] : le(this._months) ? this._months : this._months.standalone;
585
+ }
586
+ function Bi(e, t) {
587
+ return e ? le(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[Kn.test(t) ? "format" : "standalone"][e.month()] : le(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
588
+ }
589
+ function zi(e, t, a) {
590
+ var n, r, i, s = e.toLocaleLowerCase();
591
+ if (!this._monthsParse)
592
+ for (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = [], n = 0; n < 12; ++n)
593
+ i = we([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
594
+ i,
595
+ ""
596
+ ).toLocaleLowerCase(), this._longMonthsParse[n] = this.months(i, "").toLocaleLowerCase();
597
+ return a ? t === "MMM" ? (r = E.call(this._shortMonthsParse, s), r !== -1 ? r : null) : (r = E.call(this._longMonthsParse, s), r !== -1 ? r : null) : t === "MMM" ? (r = E.call(this._shortMonthsParse, s), r !== -1 ? r : (r = E.call(this._longMonthsParse, s), r !== -1 ? r : null)) : (r = E.call(this._longMonthsParse, s), r !== -1 ? r : (r = E.call(this._shortMonthsParse, s), r !== -1 ? r : null));
598
+ }
599
+ function Vi(e, t, a) {
600
+ var n, r, i;
601
+ if (this._monthsParseExact)
602
+ return zi.call(this, e, t, a);
603
+ for (this._monthsParse || (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = []), n = 0; n < 12; n++) {
604
+ if (r = we([2e3, n]), a && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
605
+ "^" + this.months(r, "").replace(".", "") + "$",
606
+ "i"
607
+ ), this._shortMonthsParse[n] = new RegExp(
608
+ "^" + this.monthsShort(r, "").replace(".", "") + "$",
609
+ "i"
610
+ )), !a && !this._monthsParse[n] && (i = "^" + this.months(r, "") + "|^" + this.monthsShort(r, ""), this._monthsParse[n] = new RegExp(i.replace(".", ""), "i")), a && t === "MMMM" && this._longMonthsParse[n].test(e))
611
+ return n;
612
+ if (a && t === "MMM" && this._shortMonthsParse[n].test(e))
613
+ return n;
614
+ if (!a && this._monthsParse[n].test(e))
615
+ return n;
616
+ }
617
+ }
618
+ function Jn(e, t) {
619
+ if (!e.isValid())
620
+ return e;
621
+ if (typeof t == "string") {
622
+ if (/^\d+$/.test(t))
623
+ t = G(t);
624
+ else if (t = e.localeData().monthsParse(t), !Ye(t))
625
+ return e;
626
+ }
627
+ var a = t, n = e.date();
628
+ return n = n < 29 ? n : Math.min(n, Na(e.year(), a)), e._isUTC ? e._d.setUTCMonth(a, n) : e._d.setMonth(a, n), e;
629
+ }
630
+ function qn(e) {
631
+ return e != null ? (Jn(this, e), f.updateOffset(this, !0), this) : gt(this, "Month");
632
+ }
633
+ function ji() {
634
+ return Na(this.year(), this.month());
635
+ }
636
+ function Zi(e) {
637
+ return this._monthsParseExact ? (L(this, "_monthsRegex") || Xn.call(this), e ? this._monthsShortStrictRegex : this._monthsShortRegex) : (L(this, "_monthsShortRegex") || (this._monthsShortRegex = Ai), this._monthsShortStrictRegex && e ? this._monthsShortStrictRegex : this._monthsShortRegex);
638
+ }
639
+ function Ki(e) {
640
+ return this._monthsParseExact ? (L(this, "_monthsRegex") || Xn.call(this), e ? this._monthsStrictRegex : this._monthsRegex) : (L(this, "_monthsRegex") || (this._monthsRegex = Ui), this._monthsStrictRegex && e ? this._monthsStrictRegex : this._monthsRegex);
641
+ }
642
+ function Xn() {
643
+ function e(u, c) {
644
+ return c.length - u.length;
645
+ }
646
+ var t = [], a = [], n = [], r, i, s, o;
647
+ for (r = 0; r < 12; r++)
648
+ i = we([2e3, r]), s = Le(this.monthsShort(i, "")), o = Le(this.months(i, "")), t.push(s), a.push(o), n.push(o), n.push(s);
649
+ t.sort(e), a.sort(e), n.sort(e), this._monthsRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp(
650
+ "^(" + a.join("|") + ")",
651
+ "i"
652
+ ), this._monthsShortStrictRegex = new RegExp(
653
+ "^(" + t.join("|") + ")",
654
+ "i"
655
+ );
656
+ }
657
+ function Ji(e, t, a, n, r, i, s) {
658
+ var o;
659
+ return e < 100 && e >= 0 ? (o = new Date(e + 400, t, a, n, r, i, s), isFinite(o.getFullYear()) && o.setFullYear(e)) : o = new Date(e, t, a, n, r, i, s), o;
660
+ }
661
+ function pt(e) {
662
+ var t, a;
663
+ return e < 100 && e >= 0 ? (a = Array.prototype.slice.call(arguments), a[0] = e + 400, t = new Date(Date.UTC.apply(null, a)), isFinite(t.getUTCFullYear()) && t.setUTCFullYear(e)) : t = new Date(Date.UTC.apply(null, arguments)), t;
664
+ }
665
+ function Nt(e, t, a) {
666
+ var n = 7 + t - a, r = (7 + pt(e, 0, n).getUTCDay() - t) % 7;
667
+ return -r + n - 1;
668
+ }
669
+ function Qn(e, t, a, n, r) {
670
+ var i = (7 + a - n) % 7, s = Nt(e, n, r), o = 1 + 7 * (t - 1) + i + s, u, c;
671
+ return o <= 0 ? (u = e - 1, c = ht(u) + o) : o > ht(e) ? (u = e + 1, c = o - ht(e)) : (u = e, c = o), {
672
+ year: u,
673
+ dayOfYear: c
674
+ };
675
+ }
676
+ function _t(e, t, a) {
677
+ var n = Nt(e.year(), t, a), r = Math.floor((e.dayOfYear() - n - 1) / 7) + 1, i, s;
678
+ return r < 1 ? (s = e.year() - 1, i = r + Fe(s, t, a)) : r > Fe(e.year(), t, a) ? (i = r - Fe(e.year(), t, a), s = e.year() + 1) : (s = e.year(), i = r), {
679
+ week: i,
680
+ year: s
681
+ };
682
+ }
683
+ function Fe(e, t, a) {
684
+ var n = Nt(e, t, a), r = Nt(e + 1, t, a);
685
+ return (ht(e) - n + r) / 7;
686
+ }
687
+ p("w", ["ww", 2], "wo", "week");
688
+ p("W", ["WW", 2], "Wo", "isoWeek");
689
+ h("w", N, rt);
690
+ h("ww", N, $);
691
+ h("W", N, rt);
692
+ h("WW", N, $);
693
+ St(
694
+ ["w", "ww", "W", "WW"],
695
+ function(e, t, a, n) {
696
+ t[n.substr(0, 1)] = G(e);
697
+ }
698
+ );
699
+ function qi(e) {
700
+ return _t(e, this._week.dow, this._week.doy).week;
701
+ }
702
+ var Xi = {
703
+ dow: 0,
704
+ // Sunday is the first day of the week.
705
+ doy: 6
706
+ // The week that contains Jan 6th is the first week of the year.
707
+ };
708
+ function Qi() {
709
+ return this._week.dow;
710
+ }
711
+ function $i() {
712
+ return this._week.doy;
713
+ }
714
+ function es(e) {
715
+ var t = this.localeData().week(this);
716
+ return e == null ? t : this.add((e - t) * 7, "d");
717
+ }
718
+ function ts(e) {
719
+ var t = _t(this, 1, 4).week;
720
+ return e == null ? t : this.add((e - t) * 7, "d");
721
+ }
722
+ p("d", 0, "do", "day");
723
+ p("dd", 0, 0, function(e) {
724
+ return this.localeData().weekdaysMin(this, e);
725
+ });
726
+ p("ddd", 0, 0, function(e) {
727
+ return this.localeData().weekdaysShort(this, e);
728
+ });
729
+ p("dddd", 0, 0, function(e) {
730
+ return this.localeData().weekdays(this, e);
731
+ });
732
+ p("e", 0, 0, "weekday");
733
+ p("E", 0, 0, "isoWeekday");
734
+ h("d", N);
735
+ h("e", N);
736
+ h("E", N);
737
+ h("dd", function(e, t) {
738
+ return t.weekdaysMinRegex(e);
739
+ });
740
+ h("ddd", function(e, t) {
741
+ return t.weekdaysShortRegex(e);
742
+ });
743
+ h("dddd", function(e, t) {
744
+ return t.weekdaysRegex(e);
745
+ });
746
+ St(["dd", "ddd", "dddd"], function(e, t, a, n) {
747
+ var r = a._locale.weekdaysParse(e, n, a._strict);
748
+ r != null ? t.d = r : S(a).invalidWeekday = e;
749
+ });
750
+ St(["d", "e", "E"], function(e, t, a, n) {
751
+ t[n] = G(e);
752
+ });
753
+ function as(e, t) {
754
+ return typeof e != "string" ? e : isNaN(e) ? (e = t.weekdaysParse(e), typeof e == "number" ? e : null) : parseInt(e, 10);
755
+ }
756
+ function ns(e, t) {
757
+ return typeof e == "string" ? t.weekdaysParse(e) % 7 || 7 : isNaN(e) ? null : e;
758
+ }
759
+ function Pa(e, t) {
760
+ return e.slice(t, 7).concat(e.slice(0, t));
761
+ }
762
+ var rs = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), $n = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), is = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), ss = kt, os = kt, ls = kt;
763
+ function us(e, t) {
764
+ var a = le(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
765
+ return e === !0 ? Pa(a, this._week.dow) : e ? a[e.day()] : a;
766
+ }
767
+ function ds(e) {
768
+ return e === !0 ? Pa(this._weekdaysShort, this._week.dow) : e ? this._weekdaysShort[e.day()] : this._weekdaysShort;
769
+ }
770
+ function fs(e) {
771
+ return e === !0 ? Pa(this._weekdaysMin, this._week.dow) : e ? this._weekdaysMin[e.day()] : this._weekdaysMin;
772
+ }
773
+ function cs(e, t, a) {
774
+ var n, r, i, s = e.toLocaleLowerCase();
775
+ if (!this._weekdaysParse)
776
+ for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], n = 0; n < 7; ++n)
777
+ i = we([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
778
+ i,
779
+ ""
780
+ ).toLocaleLowerCase(), this._shortWeekdaysParse[n] = this.weekdaysShort(
781
+ i,
782
+ ""
783
+ ).toLocaleLowerCase(), this._weekdaysParse[n] = this.weekdays(i, "").toLocaleLowerCase();
784
+ return a ? t === "dddd" ? (r = E.call(this._weekdaysParse, s), r !== -1 ? r : null) : t === "ddd" ? (r = E.call(this._shortWeekdaysParse, s), r !== -1 ? r : null) : (r = E.call(this._minWeekdaysParse, s), r !== -1 ? r : null) : t === "dddd" ? (r = E.call(this._weekdaysParse, s), r !== -1 || (r = E.call(this._shortWeekdaysParse, s), r !== -1) ? r : (r = E.call(this._minWeekdaysParse, s), r !== -1 ? r : null)) : t === "ddd" ? (r = E.call(this._shortWeekdaysParse, s), r !== -1 || (r = E.call(this._weekdaysParse, s), r !== -1) ? r : (r = E.call(this._minWeekdaysParse, s), r !== -1 ? r : null)) : (r = E.call(this._minWeekdaysParse, s), r !== -1 || (r = E.call(this._weekdaysParse, s), r !== -1) ? r : (r = E.call(this._shortWeekdaysParse, s), r !== -1 ? r : null));
785
+ }
786
+ function hs(e, t, a) {
787
+ var n, r, i;
788
+ if (this._weekdaysParseExact)
789
+ return cs.call(this, e, t, a);
790
+ for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [], this._fullWeekdaysParse = []), n = 0; n < 7; n++) {
791
+ if (r = we([2e3, 1]).day(n), a && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
792
+ "^" + this.weekdays(r, "").replace(".", "\\.?") + "$",
793
+ "i"
794
+ ), this._shortWeekdaysParse[n] = new RegExp(
795
+ "^" + this.weekdaysShort(r, "").replace(".", "\\.?") + "$",
796
+ "i"
797
+ ), this._minWeekdaysParse[n] = new RegExp(
798
+ "^" + this.weekdaysMin(r, "").replace(".", "\\.?") + "$",
799
+ "i"
800
+ )), this._weekdaysParse[n] || (i = "^" + this.weekdays(r, "") + "|^" + this.weekdaysShort(r, "") + "|^" + this.weekdaysMin(r, ""), this._weekdaysParse[n] = new RegExp(i.replace(".", ""), "i")), a && t === "dddd" && this._fullWeekdaysParse[n].test(e))
801
+ return n;
802
+ if (a && t === "ddd" && this._shortWeekdaysParse[n].test(e))
803
+ return n;
804
+ if (a && t === "dd" && this._minWeekdaysParse[n].test(e))
805
+ return n;
806
+ if (!a && this._weekdaysParse[n].test(e))
807
+ return n;
808
+ }
809
+ }
810
+ function ms(e) {
811
+ if (!this.isValid())
812
+ return e != null ? this : NaN;
813
+ var t = gt(this, "Day");
814
+ return e != null ? (e = as(e, this.localeData()), this.add(e - t, "d")) : t;
815
+ }
816
+ function gs(e) {
817
+ if (!this.isValid())
818
+ return e != null ? this : NaN;
819
+ var t = (this.day() + 7 - this.localeData()._week.dow) % 7;
820
+ return e == null ? t : this.add(e - t, "d");
821
+ }
822
+ function ps(e) {
823
+ if (!this.isValid())
824
+ return e != null ? this : NaN;
825
+ if (e != null) {
826
+ var t = ns(e, this.localeData());
827
+ return this.day(this.day() % 7 ? t : t - 7);
828
+ } else
829
+ return this.day() || 7;
830
+ }
831
+ function _s(e) {
832
+ return this._weekdaysParseExact ? (L(this, "_weekdaysRegex") || Wa.call(this), e ? this._weekdaysStrictRegex : this._weekdaysRegex) : (L(this, "_weekdaysRegex") || (this._weekdaysRegex = ss), this._weekdaysStrictRegex && e ? this._weekdaysStrictRegex : this._weekdaysRegex);
833
+ }
834
+ function ys(e) {
835
+ return this._weekdaysParseExact ? (L(this, "_weekdaysRegex") || Wa.call(this), e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex) : (L(this, "_weekdaysShortRegex") || (this._weekdaysShortRegex = os), this._weekdaysShortStrictRegex && e ? this._weekdaysShortStrictRegex : this._weekdaysShortRegex);
836
+ }
837
+ function ws(e) {
838
+ return this._weekdaysParseExact ? (L(this, "_weekdaysRegex") || Wa.call(this), e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (L(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = ls), this._weekdaysMinStrictRegex && e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
839
+ }
840
+ function Wa() {
841
+ function e(_, g) {
842
+ return g.length - _.length;
843
+ }
844
+ var t = [], a = [], n = [], r = [], i, s, o, u, c;
845
+ for (i = 0; i < 7; i++)
846
+ s = we([2e3, 1]).day(i), o = Le(this.weekdaysMin(s, "")), u = Le(this.weekdaysShort(s, "")), c = Le(this.weekdays(s, "")), t.push(o), a.push(u), n.push(c), r.push(o), r.push(u), r.push(c);
847
+ t.sort(e), a.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(
848
+ "^(" + n.join("|") + ")",
849
+ "i"
850
+ ), this._weekdaysShortStrictRegex = new RegExp(
851
+ "^(" + a.join("|") + ")",
852
+ "i"
853
+ ), this._weekdaysMinStrictRegex = new RegExp(
854
+ "^(" + t.join("|") + ")",
855
+ "i"
856
+ );
857
+ }
858
+ function Ea() {
859
+ return this.hours() % 12 || 12;
860
+ }
861
+ function bs() {
862
+ return this.hours() || 24;
863
+ }
864
+ p("H", ["HH", 2], 0, "hour");
865
+ p("h", ["hh", 2], 0, Ea);
866
+ p("k", ["kk", 2], 0, bs);
867
+ p("hmm", 0, 0, function() {
868
+ return "" + Ea.apply(this) + ye(this.minutes(), 2);
869
+ });
870
+ p("hmmss", 0, 0, function() {
871
+ return "" + Ea.apply(this) + ye(this.minutes(), 2) + ye(this.seconds(), 2);
872
+ });
873
+ p("Hmm", 0, 0, function() {
874
+ return "" + this.hours() + ye(this.minutes(), 2);
875
+ });
876
+ p("Hmmss", 0, 0, function() {
877
+ return "" + this.hours() + ye(this.minutes(), 2) + ye(this.seconds(), 2);
878
+ });
879
+ function er(e, t) {
880
+ p(e, 0, 0, function() {
881
+ return this.localeData().meridiem(
882
+ this.hours(),
883
+ this.minutes(),
884
+ t
885
+ );
886
+ });
887
+ }
888
+ er("a", !0);
889
+ er("A", !1);
890
+ function tr(e, t) {
891
+ return t._meridiemParse;
892
+ }
893
+ h("a", tr);
894
+ h("A", tr);
895
+ h("H", N, xa);
896
+ h("h", N, rt);
897
+ h("k", N, rt);
898
+ h("HH", N, $);
899
+ h("hh", N, $);
900
+ h("kk", N, $);
901
+ h("hmm", Bn);
902
+ h("hmmss", zn);
903
+ h("Hmm", Bn);
904
+ h("Hmmss", zn);
905
+ I(["H", "HH"], Z);
906
+ I(["k", "kk"], function(e, t, a) {
907
+ var n = G(e);
908
+ t[Z] = n === 24 ? 0 : n;
909
+ });
910
+ I(["a", "A"], function(e, t, a) {
911
+ a._isPm = a._locale.isPM(e), a._meridiem = e;
912
+ });
913
+ I(["h", "hh"], function(e, t, a) {
914
+ t[Z] = G(e), S(a).bigHour = !0;
915
+ });
916
+ I("hmm", function(e, t, a) {
917
+ var n = e.length - 2;
918
+ t[Z] = G(e.substr(0, n)), t[oe] = G(e.substr(n)), S(a).bigHour = !0;
919
+ });
920
+ I("hmmss", function(e, t, a) {
921
+ var n = e.length - 4, r = e.length - 2;
922
+ t[Z] = G(e.substr(0, n)), t[oe] = G(e.substr(n, 2)), t[Me] = G(e.substr(r)), S(a).bigHour = !0;
923
+ });
924
+ I("Hmm", function(e, t, a) {
925
+ var n = e.length - 2;
926
+ t[Z] = G(e.substr(0, n)), t[oe] = G(e.substr(n));
927
+ });
928
+ I("Hmmss", function(e, t, a) {
929
+ var n = e.length - 4, r = e.length - 2;
930
+ t[Z] = G(e.substr(0, n)), t[oe] = G(e.substr(n, 2)), t[Me] = G(e.substr(r));
931
+ });
932
+ function vs(e) {
933
+ return (e + "").toLowerCase().charAt(0) === "p";
934
+ }
935
+ var ks = /[ap]\.?m?\.?/i, Ss = it("Hours", !0);
936
+ function Gs(e, t, a) {
937
+ return e > 11 ? a ? "pm" : "PM" : a ? "am" : "AM";
938
+ }
939
+ var ar = {
940
+ calendar: ci,
941
+ longDateFormat: pi,
942
+ invalidDate: yi,
943
+ ordinal: bi,
944
+ dayOfMonthOrdinalParse: vi,
945
+ relativeTime: Si,
946
+ months: Ei,
947
+ monthsShort: Zn,
948
+ week: Xi,
949
+ weekdays: rs,
950
+ weekdaysMin: is,
951
+ weekdaysShort: $n,
952
+ meridiemParse: ks
953
+ }, P = {}, ft = {}, yt;
954
+ function Ds(e, t) {
955
+ var a, n = Math.min(e.length, t.length);
956
+ for (a = 0; a < n; a += 1)
957
+ if (e[a] !== t[a])
958
+ return a;
959
+ return n;
960
+ }
961
+ function _n(e) {
962
+ return e && e.toLowerCase().replace("_", "-");
963
+ }
964
+ function Ms(e) {
965
+ for (var t = 0, a, n, r, i; t < e.length; ) {
966
+ for (i = _n(e[t]).split("-"), a = i.length, n = _n(e[t + 1]), n = n ? n.split("-") : null; a > 0; ) {
967
+ if (r = Zt(i.slice(0, a).join("-")), r)
968
+ return r;
969
+ if (n && n.length >= a && Ds(i, n) >= a - 1)
970
+ break;
971
+ a--;
972
+ }
973
+ t++;
974
+ }
975
+ return yt;
976
+ }
977
+ function Ls(e) {
978
+ return !!(e && e.match("^[^/\\\\]*$"));
979
+ }
980
+ function Zt(e) {
981
+ var t = null, a;
982
+ if (P[e] === void 0 && typeof module != "undefined" && module && module.exports && Ls(e))
983
+ try {
984
+ t = yt._abbr, a = li, a("./locale/" + e), Ae(t);
985
+ } catch (n) {
986
+ P[e] = null;
987
+ }
988
+ return P[e];
989
+ }
990
+ function Ae(e, t) {
991
+ var a;
992
+ return e && (Q(t) ? a = Te(e) : a = Aa(e, t), a ? yt = a : typeof console != "undefined" && console.warn && console.warn(
993
+ "Locale " + e + " not found. Did you forget to load it?"
994
+ )), yt._abbr;
995
+ }
996
+ function Aa(e, t) {
997
+ if (t !== null) {
998
+ var a, n = ar;
999
+ if (t.abbr = e, P[e] != null)
1000
+ En(
1001
+ "defineLocaleOverride",
1002
+ "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."
1003
+ ), n = P[e]._config;
1004
+ else if (t.parentLocale != null)
1005
+ if (P[t.parentLocale] != null)
1006
+ n = P[t.parentLocale]._config;
1007
+ else if (a = Zt(t.parentLocale), a != null)
1008
+ n = a._config;
1009
+ else
1010
+ return ft[t.parentLocale] || (ft[t.parentLocale] = []), ft[t.parentLocale].push({
1011
+ name: e,
1012
+ config: t
1013
+ }), null;
1014
+ return P[e] = new Ca(ya(n, t)), ft[e] && ft[e].forEach(function(r) {
1015
+ Aa(r.name, r.config);
1016
+ }), Ae(e), P[e];
1017
+ } else
1018
+ return delete P[e], null;
1019
+ }
1020
+ function Fs(e, t) {
1021
+ if (t != null) {
1022
+ var a, n, r = ar;
1023
+ P[e] != null && P[e].parentLocale != null ? P[e].set(ya(P[e]._config, t)) : (n = Zt(e), n != null && (r = n._config), t = ya(r, t), n == null && (t.abbr = e), a = new Ca(t), a.parentLocale = P[e], P[e] = a), Ae(e);
1024
+ } else
1025
+ P[e] != null && (P[e].parentLocale != null ? (P[e] = P[e].parentLocale, e === Ae() && Ae(e)) : P[e] != null && delete P[e]);
1026
+ return P[e];
1027
+ }
1028
+ function Te(e) {
1029
+ var t;
1030
+ if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
1031
+ return yt;
1032
+ if (!le(e)) {
1033
+ if (t = Zt(e), t)
1034
+ return t;
1035
+ e = [e];
1036
+ }
1037
+ return Ms(e);
1038
+ }
1039
+ function Os() {
1040
+ return wa(P);
1041
+ }
1042
+ function Ua(e) {
1043
+ var t, a = e._a;
1044
+ return a && S(e).overflow === -2 && (t = a[De] < 0 || a[De] > 11 ? De : a[_e] < 1 || a[_e] > Na(a[X], a[De]) ? _e : a[Z] < 0 || a[Z] > 24 || a[Z] === 24 && (a[oe] !== 0 || a[Me] !== 0 || a[Ze] !== 0) ? Z : a[oe] < 0 || a[oe] > 59 ? oe : a[Me] < 0 || a[Me] > 59 ? Me : a[Ze] < 0 || a[Ze] > 999 ? Ze : -1, S(e)._overflowDayOfYear && (t < X || t > _e) && (t = _e), S(e)._overflowWeeks && t === -1 && (t = Ti), S(e)._overflowWeekday && t === -1 && (t = Ri), S(e).overflow = t), e;
1045
+ }
1046
+ var Cs = /^\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)?)?$/, Is = /^\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)?)?$/, Ys = /Z|[+-]\d\d(?::?\d\d)?/, Ct = [
1047
+ ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
1048
+ ["YYYY-MM-DD", /\d{4}-\d\d-\d\d/],
1049
+ ["GGGG-[W]WW-E", /\d{4}-W\d\d-\d/],
1050
+ ["GGGG-[W]WW", /\d{4}-W\d\d/, !1],
1051
+ ["YYYY-DDD", /\d{4}-\d{3}/],
1052
+ ["YYYY-MM", /\d{4}-\d\d/, !1],
1053
+ ["YYYYYYMMDD", /[+-]\d{10}/],
1054
+ ["YYYYMMDD", /\d{8}/],
1055
+ ["GGGG[W]WWE", /\d{4}W\d{3}/],
1056
+ ["GGGG[W]WW", /\d{4}W\d{2}/, !1],
1057
+ ["YYYYDDD", /\d{7}/],
1058
+ ["YYYYMM", /\d{6}/, !1],
1059
+ ["YYYY", /\d{4}/, !1]
1060
+ ], ga = [
1061
+ ["HH:mm:ss.SSSS", /\d\d:\d\d:\d\d\.\d+/],
1062
+ ["HH:mm:ss,SSSS", /\d\d:\d\d:\d\d,\d+/],
1063
+ ["HH:mm:ss", /\d\d:\d\d:\d\d/],
1064
+ ["HH:mm", /\d\d:\d\d/],
1065
+ ["HHmmss.SSSS", /\d\d\d\d\d\d\.\d+/],
1066
+ ["HHmmss,SSSS", /\d\d\d\d\d\d,\d+/],
1067
+ ["HHmmss", /\d\d\d\d\d\d/],
1068
+ ["HHmm", /\d\d\d\d/],
1069
+ ["HH", /\d\d/]
1070
+ ], Ts = /^\/?Date\((-?\d+)/i, Rs = /^(?:(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}))$/, xs = {
1071
+ UT: 0,
1072
+ GMT: 0,
1073
+ EDT: -4 * 60,
1074
+ EST: -5 * 60,
1075
+ CDT: -5 * 60,
1076
+ CST: -6 * 60,
1077
+ MDT: -6 * 60,
1078
+ MST: -7 * 60,
1079
+ PDT: -7 * 60,
1080
+ PST: -8 * 60
1081
+ };
1082
+ function nr(e) {
1083
+ var t, a, n = e._i, r = Cs.exec(n) || Is.exec(n), i, s, o, u, c = Ct.length, _ = ga.length;
1084
+ if (r) {
1085
+ for (S(e).iso = !0, t = 0, a = c; t < a; t++)
1086
+ if (Ct[t][1].exec(r[1])) {
1087
+ s = Ct[t][0], i = Ct[t][2] !== !1;
1088
+ break;
1089
+ }
1090
+ if (s == null) {
1091
+ e._isValid = !1;
1092
+ return;
1093
+ }
1094
+ if (r[3]) {
1095
+ for (t = 0, a = _; t < a; t++)
1096
+ if (ga[t][1].exec(r[3])) {
1097
+ o = (r[2] || " ") + ga[t][0];
1098
+ break;
1099
+ }
1100
+ if (o == null) {
1101
+ e._isValid = !1;
1102
+ return;
1103
+ }
1104
+ }
1105
+ if (!i && o != null) {
1106
+ e._isValid = !1;
1107
+ return;
1108
+ }
1109
+ if (r[4])
1110
+ if (Ys.exec(r[4]))
1111
+ u = "Z";
1112
+ else {
1113
+ e._isValid = !1;
1114
+ return;
1115
+ }
1116
+ e._f = s + (o || "") + (u || ""), Ba(e);
1117
+ } else
1118
+ e._isValid = !1;
1119
+ }
1120
+ function Ns(e, t, a, n, r, i) {
1121
+ var s = [
1122
+ Ps(e),
1123
+ Zn.indexOf(t),
1124
+ parseInt(a, 10),
1125
+ parseInt(n, 10),
1126
+ parseInt(r, 10)
1127
+ ];
1128
+ return i && s.push(parseInt(i, 10)), s;
1129
+ }
1130
+ function Ps(e) {
1131
+ var t = parseInt(e, 10);
1132
+ return t <= 49 ? 2e3 + t : t <= 999 ? 1900 + t : t;
1133
+ }
1134
+ function Ws(e) {
1135
+ return e.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").replace(/^\s\s*/, "").replace(/\s\s*$/, "");
1136
+ }
1137
+ function Es(e, t, a) {
1138
+ if (e) {
1139
+ var n = $n.indexOf(e), r = new Date(
1140
+ t[0],
1141
+ t[1],
1142
+ t[2]
1143
+ ).getDay();
1144
+ if (n !== r)
1145
+ return S(a).weekdayMismatch = !0, a._isValid = !1, !1;
1146
+ }
1147
+ return !0;
1148
+ }
1149
+ function As(e, t, a) {
1150
+ if (e)
1151
+ return xs[e];
1152
+ if (t)
1153
+ return 0;
1154
+ var n = parseInt(a, 10), r = n % 100, i = (n - r) / 100;
1155
+ return i * 60 + r;
1156
+ }
1157
+ function rr(e) {
1158
+ var t = Rs.exec(Ws(e._i)), a;
1159
+ if (t) {
1160
+ if (a = Ns(
1161
+ t[4],
1162
+ t[3],
1163
+ t[2],
1164
+ t[5],
1165
+ t[6],
1166
+ t[7]
1167
+ ), !Es(t[1], a, e))
1168
+ return;
1169
+ e._a = a, e._tzm = As(t[8], t[9], t[10]), e._d = pt.apply(null, e._a), e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), S(e).rfc2822 = !0;
1170
+ } else
1171
+ e._isValid = !1;
1172
+ }
1173
+ function Us(e) {
1174
+ var t = Ts.exec(e._i);
1175
+ if (t !== null) {
1176
+ e._d = /* @__PURE__ */ new Date(+t[1]);
1177
+ return;
1178
+ }
1179
+ if (nr(e), e._isValid === !1)
1180
+ delete e._isValid;
1181
+ else
1182
+ return;
1183
+ if (rr(e), e._isValid === !1)
1184
+ delete e._isValid;
1185
+ else
1186
+ return;
1187
+ e._strict ? e._isValid = !1 : f.createFromInputFallback(e);
1188
+ }
1189
+ f.createFromInputFallback = ne(
1190
+ "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.",
1191
+ function(e) {
1192
+ e._d = /* @__PURE__ */ new Date(e._i + (e._useUTC ? " UTC" : ""));
1193
+ }
1194
+ );
1195
+ function Qe(e, t, a) {
1196
+ return e != null ? e : t != null ? t : a;
1197
+ }
1198
+ function Hs(e) {
1199
+ var t = new Date(f.now());
1200
+ return e._useUTC ? [
1201
+ t.getUTCFullYear(),
1202
+ t.getUTCMonth(),
1203
+ t.getUTCDate()
1204
+ ] : [t.getFullYear(), t.getMonth(), t.getDate()];
1205
+ }
1206
+ function Ha(e) {
1207
+ var t, a, n = [], r, i, s;
1208
+ if (!e._d) {
1209
+ for (r = Hs(e), e._w && e._a[_e] == null && e._a[De] == null && Bs(e), e._dayOfYear != null && (s = Qe(e._a[X], r[X]), (e._dayOfYear > ht(s) || e._dayOfYear === 0) && (S(e)._overflowDayOfYear = !0), a = pt(s, 0, e._dayOfYear), e._a[De] = a.getUTCMonth(), e._a[_e] = a.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
1210
+ e._a[t] = n[t] = r[t];
1211
+ for (; t < 7; t++)
1212
+ e._a[t] = n[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
1213
+ e._a[Z] === 24 && e._a[oe] === 0 && e._a[Me] === 0 && e._a[Ze] === 0 && (e._nextDay = !0, e._a[Z] = 0), e._d = (e._useUTC ? pt : Ji).apply(
1214
+ null,
1215
+ n
1216
+ ), i = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), e._tzm != null && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[Z] = 24), e._w && typeof e._w.d != "undefined" && e._w.d !== i && (S(e).weekdayMismatch = !0);
1217
+ }
1218
+ }
1219
+ function Bs(e) {
1220
+ var t, a, n, r, i, s, o, u, c;
1221
+ t = e._w, t.GG != null || t.W != null || t.E != null ? (i = 1, s = 4, a = Qe(
1222
+ t.GG,
1223
+ e._a[X],
1224
+ _t(x(), 1, 4).year
1225
+ ), n = Qe(t.W, 1), r = Qe(t.E, 1), (r < 1 || r > 7) && (u = !0)) : (i = e._locale._week.dow, s = e._locale._week.doy, c = _t(x(), i, s), a = Qe(t.gg, e._a[X], c.year), n = Qe(t.w, c.week), t.d != null ? (r = t.d, (r < 0 || r > 6) && (u = !0)) : t.e != null ? (r = t.e + i, (t.e < 0 || t.e > 6) && (u = !0)) : r = i), n < 1 || n > Fe(a, i, s) ? S(e)._overflowWeeks = !0 : u != null ? S(e)._overflowWeekday = !0 : (o = Qn(a, n, r, i, s), e._a[X] = o.year, e._dayOfYear = o.dayOfYear);
1226
+ }
1227
+ f.ISO_8601 = function() {
1228
+ };
1229
+ f.RFC_2822 = function() {
1230
+ };
1231
+ function Ba(e) {
1232
+ if (e._f === f.ISO_8601) {
1233
+ nr(e);
1234
+ return;
1235
+ }
1236
+ if (e._f === f.RFC_2822) {
1237
+ rr(e);
1238
+ return;
1239
+ }
1240
+ e._a = [], S(e).empty = !0;
1241
+ var t = "" + e._i, a, n, r, i, s, o = t.length, u = 0, c, _;
1242
+ for (r = An(e._f, e._locale).match(Ia) || [], _ = r.length, a = 0; a < _; a++)
1243
+ i = r[a], n = (t.match(Ci(i, e)) || [])[0], n && (s = t.substr(0, t.indexOf(n)), s.length > 0 && S(e).unusedInput.push(s), t = t.slice(
1244
+ t.indexOf(n) + n.length
1245
+ ), u += n.length), et[i] ? (n ? S(e).empty = !1 : S(e).unusedTokens.push(i), Yi(i, n, e)) : e._strict && !n && S(e).unusedTokens.push(i);
1246
+ S(e).charsLeftOver = o - u, t.length > 0 && S(e).unusedInput.push(t), e._a[Z] <= 12 && S(e).bigHour === !0 && e._a[Z] > 0 && (S(e).bigHour = void 0), S(e).parsedDateParts = e._a.slice(0), S(e).meridiem = e._meridiem, e._a[Z] = zs(
1247
+ e._locale,
1248
+ e._a[Z],
1249
+ e._meridiem
1250
+ ), c = S(e).era, c !== null && (e._a[X] = e._locale.erasConvertYear(c, e._a[X])), Ha(e), Ua(e);
1251
+ }
1252
+ function zs(e, t, a) {
1253
+ var n;
1254
+ return a == null ? t : e.meridiemHour != null ? e.meridiemHour(t, a) : (e.isPM != null && (n = e.isPM(a), n && t < 12 && (t += 12), !n && t === 12 && (t = 0)), t);
1255
+ }
1256
+ function Vs(e) {
1257
+ var t, a, n, r, i, s, o = !1, u = e._f.length;
1258
+ if (u === 0) {
1259
+ S(e).invalidFormat = !0, e._d = /* @__PURE__ */ new Date(NaN);
1260
+ return;
1261
+ }
1262
+ for (r = 0; r < u; r++)
1263
+ i = 0, s = !1, t = Oa({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[r], Ba(t), Fa(t) && (s = !0), i += S(t).charsLeftOver, i += S(t).unusedTokens.length * 10, S(t).score = i, o ? i < n && (n = i, a = t) : (n == null || i < n || s) && (n = i, a = t, s && (o = !0));
1264
+ We(e, a || t);
1265
+ }
1266
+ function js(e) {
1267
+ if (!e._d) {
1268
+ var t = Ya(e._i), a = t.day === void 0 ? t.date : t.day;
1269
+ e._a = Pn(
1270
+ [t.year, t.month, a, t.hour, t.minute, t.second, t.millisecond],
1271
+ function(n) {
1272
+ return n && parseInt(n, 10);
1273
+ }
1274
+ ), Ha(e);
1275
+ }
1276
+ }
1277
+ function Zs(e) {
1278
+ var t = new vt(Ua(ir(e)));
1279
+ return t._nextDay && (t.add(1, "d"), t._nextDay = void 0), t;
1280
+ }
1281
+ function ir(e) {
1282
+ var t = e._i, a = e._f;
1283
+ return e._locale = e._locale || Te(e._l), t === null || a === void 0 && t === "" ? At({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), ue(t) ? new vt(Ua(t)) : (bt(t) ? e._d = t : le(a) ? Vs(e) : a ? Ba(e) : Ks(e), Fa(e) || (e._d = null), e));
1284
+ }
1285
+ function Ks(e) {
1286
+ var t = e._i;
1287
+ Q(t) ? e._d = new Date(f.now()) : bt(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? Us(e) : le(t) ? (e._a = Pn(t.slice(0), function(a) {
1288
+ return parseInt(a, 10);
1289
+ }), Ha(e)) : Ke(t) ? js(e) : Ye(t) ? e._d = new Date(t) : f.createFromInputFallback(e);
1290
+ }
1291
+ function sr(e, t, a, n, r) {
1292
+ var i = {};
1293
+ return (t === !0 || t === !1) && (n = t, t = void 0), (a === !0 || a === !1) && (n = a, a = void 0), (Ke(e) && La(e) || le(e) && e.length === 0) && (e = void 0), i._isAMomentObject = !0, i._useUTC = i._isUTC = r, i._l = a, i._i = e, i._f = t, i._strict = n, Zs(i);
1294
+ }
1295
+ function x(e, t, a, n) {
1296
+ return sr(e, t, a, n, !1);
1297
+ }
1298
+ var Js = ne(
1299
+ "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
1300
+ function() {
1301
+ var e = x.apply(null, arguments);
1302
+ return this.isValid() && e.isValid() ? e < this ? this : e : At();
1303
+ }
1304
+ ), qs = ne(
1305
+ "moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
1306
+ function() {
1307
+ var e = x.apply(null, arguments);
1308
+ return this.isValid() && e.isValid() ? e > this ? this : e : At();
1309
+ }
1310
+ );
1311
+ function or(e, t) {
1312
+ var a, n;
1313
+ if (t.length === 1 && le(t[0]) && (t = t[0]), !t.length)
1314
+ return x();
1315
+ for (a = t[0], n = 1; n < t.length; ++n)
1316
+ (!t[n].isValid() || t[n][e](a)) && (a = t[n]);
1317
+ return a;
1318
+ }
1319
+ function Xs() {
1320
+ var e = [].slice.call(arguments, 0);
1321
+ return or("isBefore", e);
1322
+ }
1323
+ function Qs() {
1324
+ var e = [].slice.call(arguments, 0);
1325
+ return or("isAfter", e);
1326
+ }
1327
+ var $s = function() {
1328
+ return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
1329
+ }, ct = [
1330
+ "year",
1331
+ "quarter",
1332
+ "month",
1333
+ "week",
1334
+ "day",
1335
+ "hour",
1336
+ "minute",
1337
+ "second",
1338
+ "millisecond"
1339
+ ];
1340
+ function eo(e) {
1341
+ var t, a = !1, n, r = ct.length;
1342
+ for (t in e)
1343
+ if (L(e, t) && !(E.call(ct, t) !== -1 && (e[t] == null || !isNaN(e[t]))))
1344
+ return !1;
1345
+ for (n = 0; n < r; ++n)
1346
+ if (e[ct[n]]) {
1347
+ if (a)
1348
+ return !1;
1349
+ parseFloat(e[ct[n]]) !== G(e[ct[n]]) && (a = !0);
1350
+ }
1351
+ return !0;
1352
+ }
1353
+ function to() {
1354
+ return this._isValid;
1355
+ }
1356
+ function ao() {
1357
+ return de(NaN);
1358
+ }
1359
+ function Kt(e) {
1360
+ var t = Ya(e), a = t.year || 0, n = t.quarter || 0, r = t.month || 0, i = t.week || t.isoWeek || 0, s = t.day || 0, o = t.hour || 0, u = t.minute || 0, c = t.second || 0, _ = t.millisecond || 0;
1361
+ this._isValid = eo(t), this._milliseconds = +_ + c * 1e3 + // 1000
1362
+ u * 6e4 + // 1000 * 60
1363
+ o * 1e3 * 60 * 60, this._days = +s + i * 7, this._months = +r + n * 3 + a * 12, this._data = {}, this._locale = Te(), this._bubble();
1364
+ }
1365
+ function Yt(e) {
1366
+ return e instanceof Kt;
1367
+ }
1368
+ function va(e) {
1369
+ return e < 0 ? Math.round(-1 * e) * -1 : Math.round(e);
1370
+ }
1371
+ function no(e, t, a) {
1372
+ var n = Math.min(e.length, t.length), r = Math.abs(e.length - t.length), i = 0, s;
1373
+ for (s = 0; s < n; s++)
1374
+ G(e[s]) !== G(t[s]) && i++;
1375
+ return i + r;
1376
+ }
1377
+ function lr(e, t) {
1378
+ p(e, 0, 0, function() {
1379
+ var a = this.utcOffset(), n = "+";
1380
+ return a < 0 && (a = -a, n = "-"), n + ye(~~(a / 60), 2) + t + ye(~~a % 60, 2);
1381
+ });
1382
+ }
1383
+ lr("Z", ":");
1384
+ lr("ZZ", "");
1385
+ h("Z", Vt);
1386
+ h("ZZ", Vt);
1387
+ I(["Z", "ZZ"], function(e, t, a) {
1388
+ a._useUTC = !0, a._tzm = za(Vt, e);
1389
+ });
1390
+ var ro = /([\+\-]|\d\d)/gi;
1391
+ function za(e, t) {
1392
+ var a = (t || "").match(e), n, r, i;
1393
+ return a === null ? null : (n = a[a.length - 1] || [], r = (n + "").match(ro) || ["-", 0, 0], i = +(r[1] * 60) + G(r[2]), i === 0 ? 0 : r[0] === "+" ? i : -i);
1394
+ }
1395
+ function Va(e, t) {
1396
+ var a, n;
1397
+ return t._isUTC ? (a = t.clone(), n = (ue(e) || bt(e) ? e.valueOf() : x(e).valueOf()) - a.valueOf(), a._d.setTime(a._d.valueOf() + n), f.updateOffset(a, !1), a) : x(e).local();
1398
+ }
1399
+ function ka(e) {
1400
+ return -Math.round(e._d.getTimezoneOffset());
1401
+ }
1402
+ f.updateOffset = function() {
1403
+ };
1404
+ function io(e, t, a) {
1405
+ var n = this._offset || 0, r;
1406
+ if (!this.isValid())
1407
+ return e != null ? this : NaN;
1408
+ if (e != null) {
1409
+ if (typeof e == "string") {
1410
+ if (e = za(Vt, e), e === null)
1411
+ return this;
1412
+ } else Math.abs(e) < 16 && !a && (e = e * 60);
1413
+ return !this._isUTC && t && (r = ka(this)), this._offset = e, this._isUTC = !0, r != null && this.add(r, "m"), n !== e && (!t || this._changeInProgress ? fr(
1414
+ this,
1415
+ de(e - n, "m"),
1416
+ 1,
1417
+ !1
1418
+ ) : this._changeInProgress || (this._changeInProgress = !0, f.updateOffset(this, !0), this._changeInProgress = null)), this;
1419
+ } else
1420
+ return this._isUTC ? n : ka(this);
1421
+ }
1422
+ function so(e, t) {
1423
+ return e != null ? (typeof e != "string" && (e = -e), this.utcOffset(e, t), this) : -this.utcOffset();
1424
+ }
1425
+ function oo(e) {
1426
+ return this.utcOffset(0, e);
1427
+ }
1428
+ function lo(e) {
1429
+ return this._isUTC && (this.utcOffset(0, e), this._isUTC = !1, e && this.subtract(ka(this), "m")), this;
1430
+ }
1431
+ function uo() {
1432
+ if (this._tzm != null)
1433
+ this.utcOffset(this._tzm, !1, !0);
1434
+ else if (typeof this._i == "string") {
1435
+ var e = za(Fi, this._i);
1436
+ e != null ? this.utcOffset(e) : this.utcOffset(0, !0);
1437
+ }
1438
+ return this;
1439
+ }
1440
+ function fo(e) {
1441
+ return this.isValid() ? (e = e ? x(e).utcOffset() : 0, (this.utcOffset() - e) % 60 === 0) : !1;
1442
+ }
1443
+ function co() {
1444
+ return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
1445
+ }
1446
+ function ho() {
1447
+ if (!Q(this._isDSTShifted))
1448
+ return this._isDSTShifted;
1449
+ var e = {}, t;
1450
+ return Oa(e, this), e = ir(e), e._a ? (t = e._isUTC ? we(e._a) : x(e._a), this._isDSTShifted = this.isValid() && no(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
1451
+ }
1452
+ function mo() {
1453
+ return this.isValid() ? !this._isUTC : !1;
1454
+ }
1455
+ function go() {
1456
+ return this.isValid() ? this._isUTC : !1;
1457
+ }
1458
+ function ur() {
1459
+ return this.isValid() ? this._isUTC && this._offset === 0 : !1;
1460
+ }
1461
+ var po = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, _o = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
1462
+ function de(e, t) {
1463
+ var a = e, n = null, r, i, s;
1464
+ return Yt(e) ? a = {
1465
+ ms: e._milliseconds,
1466
+ d: e._days,
1467
+ M: e._months
1468
+ } : Ye(e) || !isNaN(+e) ? (a = {}, t ? a[t] = +e : a.milliseconds = +e) : (n = po.exec(e)) ? (r = n[1] === "-" ? -1 : 1, a = {
1469
+ y: 0,
1470
+ d: G(n[_e]) * r,
1471
+ h: G(n[Z]) * r,
1472
+ m: G(n[oe]) * r,
1473
+ s: G(n[Me]) * r,
1474
+ ms: G(va(n[Ze] * 1e3)) * r
1475
+ // the millisecond decimal point is included in the match
1476
+ }) : (n = _o.exec(e)) ? (r = n[1] === "-" ? -1 : 1, a = {
1477
+ y: je(n[2], r),
1478
+ M: je(n[3], r),
1479
+ w: je(n[4], r),
1480
+ d: je(n[5], r),
1481
+ h: je(n[6], r),
1482
+ m: je(n[7], r),
1483
+ s: je(n[8], r)
1484
+ }) : a == null ? a = {} : typeof a == "object" && ("from" in a || "to" in a) && (s = yo(
1485
+ x(a.from),
1486
+ x(a.to)
1487
+ ), a = {}, a.ms = s.milliseconds, a.M = s.months), i = new Kt(a), Yt(e) && L(e, "_locale") && (i._locale = e._locale), Yt(e) && L(e, "_isValid") && (i._isValid = e._isValid), i;
1488
+ }
1489
+ de.fn = Kt.prototype;
1490
+ de.invalid = ao;
1491
+ function je(e, t) {
1492
+ var a = e && parseFloat(e.replace(",", "."));
1493
+ return (isNaN(a) ? 0 : a) * t;
1494
+ }
1495
+ function yn(e, t) {
1496
+ var a = {};
1497
+ return a.months = t.month() - e.month() + (t.year() - e.year()) * 12, e.clone().add(a.months, "M").isAfter(t) && --a.months, a.milliseconds = +t - +e.clone().add(a.months, "M"), a;
1498
+ }
1499
+ function yo(e, t) {
1500
+ var a;
1501
+ return e.isValid() && t.isValid() ? (t = Va(t, e), e.isBefore(t) ? a = yn(e, t) : (a = yn(t, e), a.milliseconds = -a.milliseconds, a.months = -a.months), a) : { milliseconds: 0, months: 0 };
1502
+ }
1503
+ function dr(e, t) {
1504
+ return function(a, n) {
1505
+ var r, i;
1506
+ return n !== null && !isNaN(+n) && (En(
1507
+ t,
1508
+ "moment()." + t + "(period, number) is deprecated. Please use moment()." + t + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
1509
+ ), i = a, a = n, n = i), r = de(a, n), fr(this, r, e), this;
1510
+ };
1511
+ }
1512
+ function fr(e, t, a, n) {
1513
+ var r = t._milliseconds, i = va(t._days), s = va(t._months);
1514
+ e.isValid() && (n = n == null ? !0 : n, s && Jn(e, gt(e, "Month") + s * a), i && jn(e, "Date", gt(e, "Date") + i * a), r && e._d.setTime(e._d.valueOf() + r * a), n && f.updateOffset(e, i || s));
1515
+ }
1516
+ var wo = dr(1, "add"), bo = dr(-1, "subtract");
1517
+ function cr(e) {
1518
+ return typeof e == "string" || e instanceof String;
1519
+ }
1520
+ function vo(e) {
1521
+ return ue(e) || bt(e) || cr(e) || Ye(e) || So(e) || ko(e) || e === null || e === void 0;
1522
+ }
1523
+ function ko(e) {
1524
+ var t = Ke(e) && !La(e), a = !1, n = [
1525
+ "years",
1526
+ "year",
1527
+ "y",
1528
+ "months",
1529
+ "month",
1530
+ "M",
1531
+ "days",
1532
+ "day",
1533
+ "d",
1534
+ "dates",
1535
+ "date",
1536
+ "D",
1537
+ "hours",
1538
+ "hour",
1539
+ "h",
1540
+ "minutes",
1541
+ "minute",
1542
+ "m",
1543
+ "seconds",
1544
+ "second",
1545
+ "s",
1546
+ "milliseconds",
1547
+ "millisecond",
1548
+ "ms"
1549
+ ], r, i, s = n.length;
1550
+ for (r = 0; r < s; r += 1)
1551
+ i = n[r], a = a || L(e, i);
1552
+ return t && a;
1553
+ }
1554
+ function So(e) {
1555
+ var t = le(e), a = !1;
1556
+ return t && (a = e.filter(function(n) {
1557
+ return !Ye(n) && cr(e);
1558
+ }).length === 0), t && a;
1559
+ }
1560
+ function Go(e) {
1561
+ var t = Ke(e) && !La(e), a = !1, n = [
1562
+ "sameDay",
1563
+ "nextDay",
1564
+ "lastDay",
1565
+ "nextWeek",
1566
+ "lastWeek",
1567
+ "sameElse"
1568
+ ], r, i;
1569
+ for (r = 0; r < n.length; r += 1)
1570
+ i = n[r], a = a || L(e, i);
1571
+ return t && a;
1572
+ }
1573
+ function Do(e, t) {
1574
+ var a = e.diff(t, "days", !0);
1575
+ return a < -6 ? "sameElse" : a < -1 ? "lastWeek" : a < 0 ? "lastDay" : a < 1 ? "sameDay" : a < 2 ? "nextDay" : a < 7 ? "nextWeek" : "sameElse";
1576
+ }
1577
+ function Mo(e, t) {
1578
+ arguments.length === 1 && (arguments[0] ? vo(arguments[0]) ? (e = arguments[0], t = void 0) : Go(arguments[0]) && (t = arguments[0], e = void 0) : (e = void 0, t = void 0));
1579
+ var a = e || x(), n = Va(a, this).startOf("day"), r = f.calendarFormat(this, n) || "sameElse", i = t && (be(t[r]) ? t[r].call(this, a) : t[r]);
1580
+ return this.format(
1581
+ i || this.localeData().calendar(r, this, x(a))
1582
+ );
1583
+ }
1584
+ function Lo() {
1585
+ return new vt(this);
1586
+ }
1587
+ function Fo(e, t) {
1588
+ var a = ue(e) ? e : x(e);
1589
+ return this.isValid() && a.isValid() ? (t = re(t) || "millisecond", t === "millisecond" ? this.valueOf() > a.valueOf() : a.valueOf() < this.clone().startOf(t).valueOf()) : !1;
1590
+ }
1591
+ function Oo(e, t) {
1592
+ var a = ue(e) ? e : x(e);
1593
+ return this.isValid() && a.isValid() ? (t = re(t) || "millisecond", t === "millisecond" ? this.valueOf() < a.valueOf() : this.clone().endOf(t).valueOf() < a.valueOf()) : !1;
1594
+ }
1595
+ function Co(e, t, a, n) {
1596
+ var r = ue(e) ? e : x(e), i = ue(t) ? t : x(t);
1597
+ return this.isValid() && r.isValid() && i.isValid() ? (n = n || "()", (n[0] === "(" ? this.isAfter(r, a) : !this.isBefore(r, a)) && (n[1] === ")" ? this.isBefore(i, a) : !this.isAfter(i, a))) : !1;
1598
+ }
1599
+ function Io(e, t) {
1600
+ var a = ue(e) ? e : x(e), n;
1601
+ return this.isValid() && a.isValid() ? (t = re(t) || "millisecond", t === "millisecond" ? this.valueOf() === a.valueOf() : (n = a.valueOf(), this.clone().startOf(t).valueOf() <= n && n <= this.clone().endOf(t).valueOf())) : !1;
1602
+ }
1603
+ function Yo(e, t) {
1604
+ return this.isSame(e, t) || this.isAfter(e, t);
1605
+ }
1606
+ function To(e, t) {
1607
+ return this.isSame(e, t) || this.isBefore(e, t);
1608
+ }
1609
+ function Ro(e, t, a) {
1610
+ var n, r, i;
1611
+ if (!this.isValid())
1612
+ return NaN;
1613
+ if (n = Va(e, this), !n.isValid())
1614
+ return NaN;
1615
+ switch (r = (n.utcOffset() - this.utcOffset()) * 6e4, t = re(t), t) {
1616
+ case "year":
1617
+ i = Tt(this, n) / 12;
1618
+ break;
1619
+ case "month":
1620
+ i = Tt(this, n);
1621
+ break;
1622
+ case "quarter":
1623
+ i = Tt(this, n) / 3;
1624
+ break;
1625
+ case "second":
1626
+ i = (this - n) / 1e3;
1627
+ break;
1628
+ case "minute":
1629
+ i = (this - n) / 6e4;
1630
+ break;
1631
+ case "hour":
1632
+ i = (this - n) / 36e5;
1633
+ break;
1634
+ case "day":
1635
+ i = (this - n - r) / 864e5;
1636
+ break;
1637
+ case "week":
1638
+ i = (this - n - r) / 6048e5;
1639
+ break;
1640
+ default:
1641
+ i = this - n;
1642
+ }
1643
+ return a ? i : ae(i);
1644
+ }
1645
+ function Tt(e, t) {
1646
+ if (e.date() < t.date())
1647
+ return -Tt(t, e);
1648
+ var a = (t.year() - e.year()) * 12 + (t.month() - e.month()), n = e.clone().add(a, "months"), r, i;
1649
+ return t - n < 0 ? (r = e.clone().add(a - 1, "months"), i = (t - n) / (n - r)) : (r = e.clone().add(a + 1, "months"), i = (t - n) / (r - n)), -(a + i) || 0;
1650
+ }
1651
+ f.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
1652
+ f.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
1653
+ function xo() {
1654
+ return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
1655
+ }
1656
+ function No(e) {
1657
+ if (!this.isValid())
1658
+ return null;
1659
+ var t = e !== !0, a = t ? this.clone().utc() : this;
1660
+ return a.year() < 0 || a.year() > 9999 ? It(
1661
+ a,
1662
+ t ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"
1663
+ ) : be(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", It(a, "Z")) : It(
1664
+ a,
1665
+ t ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ"
1666
+ );
1667
+ }
1668
+ function Po() {
1669
+ if (!this.isValid())
1670
+ return "moment.invalid(/* " + this._i + " */)";
1671
+ var e = "moment", t = "", a, n, r, i;
1672
+ return this.isLocal() || (e = this.utcOffset() === 0 ? "moment.utc" : "moment.parseZone", t = "Z"), a = "[" + e + '("]', n = 0 <= this.year() && this.year() <= 9999 ? "YYYY" : "YYYYYY", r = "-MM-DD[T]HH:mm:ss.SSS", i = t + '[")]', this.format(a + n + r + i);
1673
+ }
1674
+ function Wo(e) {
1675
+ e || (e = this.isUtc() ? f.defaultFormatUtc : f.defaultFormat);
1676
+ var t = It(this, e);
1677
+ return this.localeData().postformat(t);
1678
+ }
1679
+ function Eo(e, t) {
1680
+ return this.isValid() && (ue(e) && e.isValid() || x(e).isValid()) ? de({ to: this, from: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
1681
+ }
1682
+ function Ao(e) {
1683
+ return this.from(x(), e);
1684
+ }
1685
+ function Uo(e, t) {
1686
+ return this.isValid() && (ue(e) && e.isValid() || x(e).isValid()) ? de({ from: this, to: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
1687
+ }
1688
+ function Ho(e) {
1689
+ return this.to(x(), e);
1690
+ }
1691
+ function hr(e) {
1692
+ var t;
1693
+ return e === void 0 ? this._locale._abbr : (t = Te(e), t != null && (this._locale = t), this);
1694
+ }
1695
+ var mr = ne(
1696
+ "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
1697
+ function(e) {
1698
+ return e === void 0 ? this.localeData() : this.locale(e);
1699
+ }
1700
+ );
1701
+ function gr() {
1702
+ return this._locale;
1703
+ }
1704
+ var Pt = 1e3, tt = 60 * Pt, Wt = 60 * tt, pr = (365 * 400 + 97) * 24 * Wt;
1705
+ function at(e, t) {
1706
+ return (e % t + t) % t;
1707
+ }
1708
+ function _r(e, t, a) {
1709
+ return e < 100 && e >= 0 ? new Date(e + 400, t, a) - pr : new Date(e, t, a).valueOf();
1710
+ }
1711
+ function yr(e, t, a) {
1712
+ return e < 100 && e >= 0 ? Date.UTC(e + 400, t, a) - pr : Date.UTC(e, t, a);
1713
+ }
1714
+ function Bo(e) {
1715
+ var t, a;
1716
+ if (e = re(e), e === void 0 || e === "millisecond" || !this.isValid())
1717
+ return this;
1718
+ switch (a = this._isUTC ? yr : _r, e) {
1719
+ case "year":
1720
+ t = a(this.year(), 0, 1);
1721
+ break;
1722
+ case "quarter":
1723
+ t = a(
1724
+ this.year(),
1725
+ this.month() - this.month() % 3,
1726
+ 1
1727
+ );
1728
+ break;
1729
+ case "month":
1730
+ t = a(this.year(), this.month(), 1);
1731
+ break;
1732
+ case "week":
1733
+ t = a(
1734
+ this.year(),
1735
+ this.month(),
1736
+ this.date() - this.weekday()
1737
+ );
1738
+ break;
1739
+ case "isoWeek":
1740
+ t = a(
1741
+ this.year(),
1742
+ this.month(),
1743
+ this.date() - (this.isoWeekday() - 1)
1744
+ );
1745
+ break;
1746
+ case "day":
1747
+ case "date":
1748
+ t = a(this.year(), this.month(), this.date());
1749
+ break;
1750
+ case "hour":
1751
+ t = this._d.valueOf(), t -= at(
1752
+ t + (this._isUTC ? 0 : this.utcOffset() * tt),
1753
+ Wt
1754
+ );
1755
+ break;
1756
+ case "minute":
1757
+ t = this._d.valueOf(), t -= at(t, tt);
1758
+ break;
1759
+ case "second":
1760
+ t = this._d.valueOf(), t -= at(t, Pt);
1761
+ break;
1762
+ }
1763
+ return this._d.setTime(t), f.updateOffset(this, !0), this;
1764
+ }
1765
+ function zo(e) {
1766
+ var t, a;
1767
+ if (e = re(e), e === void 0 || e === "millisecond" || !this.isValid())
1768
+ return this;
1769
+ switch (a = this._isUTC ? yr : _r, e) {
1770
+ case "year":
1771
+ t = a(this.year() + 1, 0, 1) - 1;
1772
+ break;
1773
+ case "quarter":
1774
+ t = a(
1775
+ this.year(),
1776
+ this.month() - this.month() % 3 + 3,
1777
+ 1
1778
+ ) - 1;
1779
+ break;
1780
+ case "month":
1781
+ t = a(this.year(), this.month() + 1, 1) - 1;
1782
+ break;
1783
+ case "week":
1784
+ t = a(
1785
+ this.year(),
1786
+ this.month(),
1787
+ this.date() - this.weekday() + 7
1788
+ ) - 1;
1789
+ break;
1790
+ case "isoWeek":
1791
+ t = a(
1792
+ this.year(),
1793
+ this.month(),
1794
+ this.date() - (this.isoWeekday() - 1) + 7
1795
+ ) - 1;
1796
+ break;
1797
+ case "day":
1798
+ case "date":
1799
+ t = a(this.year(), this.month(), this.date() + 1) - 1;
1800
+ break;
1801
+ case "hour":
1802
+ t = this._d.valueOf(), t += Wt - at(
1803
+ t + (this._isUTC ? 0 : this.utcOffset() * tt),
1804
+ Wt
1805
+ ) - 1;
1806
+ break;
1807
+ case "minute":
1808
+ t = this._d.valueOf(), t += tt - at(t, tt) - 1;
1809
+ break;
1810
+ case "second":
1811
+ t = this._d.valueOf(), t += Pt - at(t, Pt) - 1;
1812
+ break;
1813
+ }
1814
+ return this._d.setTime(t), f.updateOffset(this, !0), this;
1815
+ }
1816
+ function Vo() {
1817
+ return this._d.valueOf() - (this._offset || 0) * 6e4;
1818
+ }
1819
+ function jo() {
1820
+ return Math.floor(this.valueOf() / 1e3);
1821
+ }
1822
+ function Zo() {
1823
+ return new Date(this.valueOf());
1824
+ }
1825
+ function Ko() {
1826
+ var e = this;
1827
+ return [
1828
+ e.year(),
1829
+ e.month(),
1830
+ e.date(),
1831
+ e.hour(),
1832
+ e.minute(),
1833
+ e.second(),
1834
+ e.millisecond()
1835
+ ];
1836
+ }
1837
+ function Jo() {
1838
+ var e = this;
1839
+ return {
1840
+ years: e.year(),
1841
+ months: e.month(),
1842
+ date: e.date(),
1843
+ hours: e.hours(),
1844
+ minutes: e.minutes(),
1845
+ seconds: e.seconds(),
1846
+ milliseconds: e.milliseconds()
1847
+ };
1848
+ }
1849
+ function qo() {
1850
+ return this.isValid() ? this.toISOString() : null;
1851
+ }
1852
+ function Xo() {
1853
+ return Fa(this);
1854
+ }
1855
+ function Qo() {
1856
+ return We({}, S(this));
1857
+ }
1858
+ function $o() {
1859
+ return S(this).overflow;
1860
+ }
1861
+ function el() {
1862
+ return {
1863
+ input: this._i,
1864
+ format: this._f,
1865
+ locale: this._locale,
1866
+ isUTC: this._isUTC,
1867
+ strict: this._strict
1868
+ };
1869
+ }
1870
+ p("N", 0, 0, "eraAbbr");
1871
+ p("NN", 0, 0, "eraAbbr");
1872
+ p("NNN", 0, 0, "eraAbbr");
1873
+ p("NNNN", 0, 0, "eraName");
1874
+ p("NNNNN", 0, 0, "eraNarrow");
1875
+ p("y", ["y", 1], "yo", "eraYear");
1876
+ p("y", ["yy", 2], 0, "eraYear");
1877
+ p("y", ["yyy", 3], 0, "eraYear");
1878
+ p("y", ["yyyy", 4], 0, "eraYear");
1879
+ h("N", ja);
1880
+ h("NN", ja);
1881
+ h("NNN", ja);
1882
+ h("NNNN", fl);
1883
+ h("NNNNN", cl);
1884
+ I(
1885
+ ["N", "NN", "NNN", "NNNN", "NNNNN"],
1886
+ function(e, t, a, n) {
1887
+ var r = a._locale.erasParse(e, n, a._strict);
1888
+ r ? S(a).era = r : S(a).invalidEra = e;
1889
+ }
1890
+ );
1891
+ h("y", nt);
1892
+ h("yy", nt);
1893
+ h("yyy", nt);
1894
+ h("yyyy", nt);
1895
+ h("yo", hl);
1896
+ I(["y", "yy", "yyy", "yyyy"], X);
1897
+ I(["yo"], function(e, t, a, n) {
1898
+ var r;
1899
+ a._locale._eraYearOrdinalRegex && (r = e.match(a._locale._eraYearOrdinalRegex)), a._locale.eraYearOrdinalParse ? t[X] = a._locale.eraYearOrdinalParse(e, r) : t[X] = parseInt(e, 10);
1900
+ });
1901
+ function tl(e, t) {
1902
+ var a, n, r, i = this._eras || Te("en")._eras;
1903
+ for (a = 0, n = i.length; a < n; ++a) {
1904
+ switch (typeof i[a].since) {
1905
+ case "string":
1906
+ r = f(i[a].since).startOf("day"), i[a].since = r.valueOf();
1907
+ break;
1908
+ }
1909
+ switch (typeof i[a].until) {
1910
+ case "undefined":
1911
+ i[a].until = 1 / 0;
1912
+ break;
1913
+ case "string":
1914
+ r = f(i[a].until).startOf("day").valueOf(), i[a].until = r.valueOf();
1915
+ break;
1916
+ }
1917
+ }
1918
+ return i;
1919
+ }
1920
+ function al(e, t, a) {
1921
+ var n, r, i = this.eras(), s, o, u;
1922
+ for (e = e.toUpperCase(), n = 0, r = i.length; n < r; ++n)
1923
+ if (s = i[n].name.toUpperCase(), o = i[n].abbr.toUpperCase(), u = i[n].narrow.toUpperCase(), a)
1924
+ switch (t) {
1925
+ case "N":
1926
+ case "NN":
1927
+ case "NNN":
1928
+ if (o === e)
1929
+ return i[n];
1930
+ break;
1931
+ case "NNNN":
1932
+ if (s === e)
1933
+ return i[n];
1934
+ break;
1935
+ case "NNNNN":
1936
+ if (u === e)
1937
+ return i[n];
1938
+ break;
1939
+ }
1940
+ else if ([s, o, u].indexOf(e) >= 0)
1941
+ return i[n];
1942
+ }
1943
+ function nl(e, t) {
1944
+ var a = e.since <= e.until ? 1 : -1;
1945
+ return t === void 0 ? f(e.since).year() : f(e.since).year() + (t - e.offset) * a;
1946
+ }
1947
+ function rl() {
1948
+ var e, t, a, n = this.localeData().eras();
1949
+ for (e = 0, t = n.length; e < t; ++e)
1950
+ if (a = this.clone().startOf("day").valueOf(), n[e].since <= a && a <= n[e].until || n[e].until <= a && a <= n[e].since)
1951
+ return n[e].name;
1952
+ return "";
1953
+ }
1954
+ function il() {
1955
+ var e, t, a, n = this.localeData().eras();
1956
+ for (e = 0, t = n.length; e < t; ++e)
1957
+ if (a = this.clone().startOf("day").valueOf(), n[e].since <= a && a <= n[e].until || n[e].until <= a && a <= n[e].since)
1958
+ return n[e].narrow;
1959
+ return "";
1960
+ }
1961
+ function sl() {
1962
+ var e, t, a, n = this.localeData().eras();
1963
+ for (e = 0, t = n.length; e < t; ++e)
1964
+ if (a = this.clone().startOf("day").valueOf(), n[e].since <= a && a <= n[e].until || n[e].until <= a && a <= n[e].since)
1965
+ return n[e].abbr;
1966
+ return "";
1967
+ }
1968
+ function ol() {
1969
+ var e, t, a, n, r = this.localeData().eras();
1970
+ for (e = 0, t = r.length; e < t; ++e)
1971
+ if (a = 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)
1972
+ return (this.year() - f(r[e].since).year()) * a + r[e].offset;
1973
+ return this.year();
1974
+ }
1975
+ function ll(e) {
1976
+ return L(this, "_erasNameRegex") || Za.call(this), e ? this._erasNameRegex : this._erasRegex;
1977
+ }
1978
+ function ul(e) {
1979
+ return L(this, "_erasAbbrRegex") || Za.call(this), e ? this._erasAbbrRegex : this._erasRegex;
1980
+ }
1981
+ function dl(e) {
1982
+ return L(this, "_erasNarrowRegex") || Za.call(this), e ? this._erasNarrowRegex : this._erasRegex;
1983
+ }
1984
+ function ja(e, t) {
1985
+ return t.erasAbbrRegex(e);
1986
+ }
1987
+ function fl(e, t) {
1988
+ return t.erasNameRegex(e);
1989
+ }
1990
+ function cl(e, t) {
1991
+ return t.erasNarrowRegex(e);
1992
+ }
1993
+ function hl(e, t) {
1994
+ return t._eraYearOrdinalRegex || nt;
1995
+ }
1996
+ function Za() {
1997
+ var e = [], t = [], a = [], n = [], r, i, s, o, u, c = this.eras();
1998
+ for (r = 0, i = c.length; r < i; ++r)
1999
+ s = Le(c[r].name), o = Le(c[r].abbr), u = Le(c[r].narrow), t.push(s), e.push(o), a.push(u), n.push(s), n.push(o), n.push(u);
2000
+ 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(
2001
+ "^(" + a.join("|") + ")",
2002
+ "i"
2003
+ );
2004
+ }
2005
+ p(0, ["gg", 2], 0, function() {
2006
+ return this.weekYear() % 100;
2007
+ });
2008
+ p(0, ["GG", 2], 0, function() {
2009
+ return this.isoWeekYear() % 100;
2010
+ });
2011
+ function Jt(e, t) {
2012
+ p(0, [e, e.length], 0, t);
2013
+ }
2014
+ Jt("gggg", "weekYear");
2015
+ Jt("ggggg", "weekYear");
2016
+ Jt("GGGG", "isoWeekYear");
2017
+ Jt("GGGGG", "isoWeekYear");
2018
+ h("G", zt);
2019
+ h("g", zt);
2020
+ h("GG", N, $);
2021
+ h("gg", N, $);
2022
+ h("GGGG", Ra, Ta);
2023
+ h("gggg", Ra, Ta);
2024
+ h("GGGGG", Bt, Ut);
2025
+ h("ggggg", Bt, Ut);
2026
+ St(
2027
+ ["gggg", "ggggg", "GGGG", "GGGGG"],
2028
+ function(e, t, a, n) {
2029
+ t[n.substr(0, 2)] = G(e);
2030
+ }
2031
+ );
2032
+ St(["gg", "GG"], function(e, t, a, n) {
2033
+ t[n] = f.parseTwoDigitYear(e);
2034
+ });
2035
+ function ml(e) {
2036
+ return wr.call(
2037
+ this,
2038
+ e,
2039
+ this.week(),
2040
+ this.weekday() + this.localeData()._week.dow,
2041
+ this.localeData()._week.dow,
2042
+ this.localeData()._week.doy
2043
+ );
2044
+ }
2045
+ function gl(e) {
2046
+ return wr.call(
2047
+ this,
2048
+ e,
2049
+ this.isoWeek(),
2050
+ this.isoWeekday(),
2051
+ 1,
2052
+ 4
2053
+ );
2054
+ }
2055
+ function pl() {
2056
+ return Fe(this.year(), 1, 4);
2057
+ }
2058
+ function _l() {
2059
+ return Fe(this.isoWeekYear(), 1, 4);
2060
+ }
2061
+ function yl() {
2062
+ var e = this.localeData()._week;
2063
+ return Fe(this.year(), e.dow, e.doy);
2064
+ }
2065
+ function wl() {
2066
+ var e = this.localeData()._week;
2067
+ return Fe(this.weekYear(), e.dow, e.doy);
2068
+ }
2069
+ function wr(e, t, a, n, r) {
2070
+ var i;
2071
+ return e == null ? _t(this, n, r).year : (i = Fe(e, n, r), t > i && (t = i), bl.call(this, e, t, a, n, r));
2072
+ }
2073
+ function bl(e, t, a, n, r) {
2074
+ var i = Qn(e, t, a, n, r), s = pt(i.year, 0, i.dayOfYear);
2075
+ return this.year(s.getUTCFullYear()), this.month(s.getUTCMonth()), this.date(s.getUTCDate()), this;
2076
+ }
2077
+ p("Q", 0, "Qo", "quarter");
2078
+ h("Q", Un);
2079
+ I("Q", function(e, t) {
2080
+ t[De] = (G(e) - 1) * 3;
2081
+ });
2082
+ function vl(e) {
2083
+ return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
2084
+ }
2085
+ p("D", ["DD", 2], "Do", "date");
2086
+ h("D", N, rt);
2087
+ h("DD", N, $);
2088
+ h("Do", function(e, t) {
2089
+ return e ? t._dayOfMonthOrdinalParse || t._ordinalParse : t._dayOfMonthOrdinalParseLenient;
2090
+ });
2091
+ I(["D", "DD"], _e);
2092
+ I("Do", function(e, t) {
2093
+ t[_e] = G(e.match(N)[0]);
2094
+ });
2095
+ var br = it("Date", !0);
2096
+ p("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
2097
+ h("DDD", Ht);
2098
+ h("DDDD", Hn);
2099
+ I(["DDD", "DDDD"], function(e, t, a) {
2100
+ a._dayOfYear = G(e);
2101
+ });
2102
+ function kl(e) {
2103
+ var t = Math.round(
2104
+ (this.clone().startOf("day") - this.clone().startOf("year")) / 864e5
2105
+ ) + 1;
2106
+ return e == null ? t : this.add(e - t, "d");
2107
+ }
2108
+ p("m", ["mm", 2], 0, "minute");
2109
+ h("m", N, xa);
2110
+ h("mm", N, $);
2111
+ I(["m", "mm"], oe);
2112
+ var Sl = it("Minutes", !1);
2113
+ p("s", ["ss", 2], 0, "second");
2114
+ h("s", N, xa);
2115
+ h("ss", N, $);
2116
+ I(["s", "ss"], Me);
2117
+ var Gl = it("Seconds", !1);
2118
+ p("S", 0, 0, function() {
2119
+ return ~~(this.millisecond() / 100);
2120
+ });
2121
+ p(0, ["SS", 2], 0, function() {
2122
+ return ~~(this.millisecond() / 10);
2123
+ });
2124
+ p(0, ["SSS", 3], 0, "millisecond");
2125
+ p(0, ["SSSS", 4], 0, function() {
2126
+ return this.millisecond() * 10;
2127
+ });
2128
+ p(0, ["SSSSS", 5], 0, function() {
2129
+ return this.millisecond() * 100;
2130
+ });
2131
+ p(0, ["SSSSSS", 6], 0, function() {
2132
+ return this.millisecond() * 1e3;
2133
+ });
2134
+ p(0, ["SSSSSSS", 7], 0, function() {
2135
+ return this.millisecond() * 1e4;
2136
+ });
2137
+ p(0, ["SSSSSSSS", 8], 0, function() {
2138
+ return this.millisecond() * 1e5;
2139
+ });
2140
+ p(0, ["SSSSSSSSS", 9], 0, function() {
2141
+ return this.millisecond() * 1e6;
2142
+ });
2143
+ h("S", Ht, Un);
2144
+ h("SS", Ht, $);
2145
+ h("SSS", Ht, Hn);
2146
+ var Ee, vr;
2147
+ for (Ee = "SSSS"; Ee.length <= 9; Ee += "S")
2148
+ h(Ee, nt);
2149
+ function Dl(e, t) {
2150
+ t[Ze] = G(("0." + e) * 1e3);
2151
+ }
2152
+ for (Ee = "S"; Ee.length <= 9; Ee += "S")
2153
+ I(Ee, Dl);
2154
+ vr = it("Milliseconds", !1);
2155
+ p("z", 0, 0, "zoneAbbr");
2156
+ p("zz", 0, 0, "zoneName");
2157
+ function Ml() {
2158
+ return this._isUTC ? "UTC" : "";
2159
+ }
2160
+ function Ll() {
2161
+ return this._isUTC ? "Coordinated Universal Time" : "";
2162
+ }
2163
+ var d = vt.prototype;
2164
+ d.add = wo;
2165
+ d.calendar = Mo;
2166
+ d.clone = Lo;
2167
+ d.diff = Ro;
2168
+ d.endOf = zo;
2169
+ d.format = Wo;
2170
+ d.from = Eo;
2171
+ d.fromNow = Ao;
2172
+ d.to = Uo;
2173
+ d.toNow = Ho;
2174
+ d.get = Ni;
2175
+ d.invalidAt = $o;
2176
+ d.isAfter = Fo;
2177
+ d.isBefore = Oo;
2178
+ d.isBetween = Co;
2179
+ d.isSame = Io;
2180
+ d.isSameOrAfter = Yo;
2181
+ d.isSameOrBefore = To;
2182
+ d.isValid = Xo;
2183
+ d.lang = mr;
2184
+ d.locale = hr;
2185
+ d.localeData = gr;
2186
+ d.max = qs;
2187
+ d.min = Js;
2188
+ d.parsingFlags = Qo;
2189
+ d.set = Pi;
2190
+ d.startOf = Bo;
2191
+ d.subtract = bo;
2192
+ d.toArray = Ko;
2193
+ d.toObject = Jo;
2194
+ d.toDate = Zo;
2195
+ d.toISOString = No;
2196
+ d.inspect = Po;
2197
+ typeof Symbol != "undefined" && Symbol.for != null && (d[Symbol.for("nodejs.util.inspect.custom")] = function() {
2198
+ return "Moment<" + this.format() + ">";
2199
+ });
2200
+ d.toJSON = qo;
2201
+ d.toString = xo;
2202
+ d.unix = jo;
2203
+ d.valueOf = Vo;
2204
+ d.creationData = el;
2205
+ d.eraName = rl;
2206
+ d.eraNarrow = il;
2207
+ d.eraAbbr = sl;
2208
+ d.eraYear = ol;
2209
+ d.year = Vn;
2210
+ d.isLeapYear = xi;
2211
+ d.weekYear = ml;
2212
+ d.isoWeekYear = gl;
2213
+ d.quarter = d.quarters = vl;
2214
+ d.month = qn;
2215
+ d.daysInMonth = ji;
2216
+ d.week = d.weeks = es;
2217
+ d.isoWeek = d.isoWeeks = ts;
2218
+ d.weeksInYear = yl;
2219
+ d.weeksInWeekYear = wl;
2220
+ d.isoWeeksInYear = pl;
2221
+ d.isoWeeksInISOWeekYear = _l;
2222
+ d.date = br;
2223
+ d.day = d.days = ms;
2224
+ d.weekday = gs;
2225
+ d.isoWeekday = ps;
2226
+ d.dayOfYear = kl;
2227
+ d.hour = d.hours = Ss;
2228
+ d.minute = d.minutes = Sl;
2229
+ d.second = d.seconds = Gl;
2230
+ d.millisecond = d.milliseconds = vr;
2231
+ d.utcOffset = io;
2232
+ d.utc = oo;
2233
+ d.local = lo;
2234
+ d.parseZone = uo;
2235
+ d.hasAlignedHourOffset = fo;
2236
+ d.isDST = co;
2237
+ d.isLocal = mo;
2238
+ d.isUtcOffset = go;
2239
+ d.isUtc = ur;
2240
+ d.isUTC = ur;
2241
+ d.zoneAbbr = Ml;
2242
+ d.zoneName = Ll;
2243
+ d.dates = ne(
2244
+ "dates accessor is deprecated. Use date instead.",
2245
+ br
2246
+ );
2247
+ d.months = ne(
2248
+ "months accessor is deprecated. Use month instead",
2249
+ qn
2250
+ );
2251
+ d.years = ne(
2252
+ "years accessor is deprecated. Use year instead",
2253
+ Vn
2254
+ );
2255
+ d.zone = ne(
2256
+ "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
2257
+ so
2258
+ );
2259
+ d.isDSTShifted = ne(
2260
+ "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
2261
+ ho
2262
+ );
2263
+ function Fl(e) {
2264
+ return x(e * 1e3);
2265
+ }
2266
+ function Ol() {
2267
+ return x.apply(null, arguments).parseZone();
2268
+ }
2269
+ function kr(e) {
2270
+ return e;
2271
+ }
2272
+ var F = Ca.prototype;
2273
+ F.calendar = hi;
2274
+ F.longDateFormat = _i;
2275
+ F.invalidDate = wi;
2276
+ F.ordinal = ki;
2277
+ F.preparse = kr;
2278
+ F.postformat = kr;
2279
+ F.relativeTime = Gi;
2280
+ F.pastFuture = Di;
2281
+ F.set = fi;
2282
+ F.eras = tl;
2283
+ F.erasParse = al;
2284
+ F.erasConvertYear = nl;
2285
+ F.erasAbbrRegex = ul;
2286
+ F.erasNameRegex = ll;
2287
+ F.erasNarrowRegex = dl;
2288
+ F.months = Hi;
2289
+ F.monthsShort = Bi;
2290
+ F.monthsParse = Vi;
2291
+ F.monthsRegex = Ki;
2292
+ F.monthsShortRegex = Zi;
2293
+ F.week = qi;
2294
+ F.firstDayOfYear = $i;
2295
+ F.firstDayOfWeek = Qi;
2296
+ F.weekdays = us;
2297
+ F.weekdaysMin = fs;
2298
+ F.weekdaysShort = ds;
2299
+ F.weekdaysParse = hs;
2300
+ F.weekdaysRegex = _s;
2301
+ F.weekdaysShortRegex = ys;
2302
+ F.weekdaysMinRegex = ws;
2303
+ F.isPM = vs;
2304
+ F.meridiem = Gs;
2305
+ function Et(e, t, a, n) {
2306
+ var r = Te(), i = we().set(n, t);
2307
+ return r[a](i, e);
2308
+ }
2309
+ function Sr(e, t, a) {
2310
+ if (Ye(e) && (t = e, e = void 0), e = e || "", t != null)
2311
+ return Et(e, t, a, "month");
2312
+ var n, r = [];
2313
+ for (n = 0; n < 12; n++)
2314
+ r[n] = Et(e, n, a, "month");
2315
+ return r;
2316
+ }
2317
+ function Ka(e, t, a, n) {
2318
+ typeof e == "boolean" ? (Ye(t) && (a = t, t = void 0), t = t || "") : (t = e, a = t, e = !1, Ye(t) && (a = t, t = void 0), t = t || "");
2319
+ var r = Te(), i = e ? r._week.dow : 0, s, o = [];
2320
+ if (a != null)
2321
+ return Et(t, (a + i) % 7, n, "day");
2322
+ for (s = 0; s < 7; s++)
2323
+ o[s] = Et(t, (s + i) % 7, n, "day");
2324
+ return o;
2325
+ }
2326
+ function Cl(e, t) {
2327
+ return Sr(e, t, "months");
2328
+ }
2329
+ function Il(e, t) {
2330
+ return Sr(e, t, "monthsShort");
2331
+ }
2332
+ function Yl(e, t, a) {
2333
+ return Ka(e, t, a, "weekdays");
2334
+ }
2335
+ function Tl(e, t, a) {
2336
+ return Ka(e, t, a, "weekdaysShort");
2337
+ }
2338
+ function Rl(e, t, a) {
2339
+ return Ka(e, t, a, "weekdaysMin");
2340
+ }
2341
+ Ae("en", {
2342
+ eras: [
2343
+ {
2344
+ since: "0001-01-01",
2345
+ until: 1 / 0,
2346
+ offset: 1,
2347
+ name: "Anno Domini",
2348
+ narrow: "AD",
2349
+ abbr: "AD"
2350
+ },
2351
+ {
2352
+ since: "0000-12-31",
2353
+ until: -1 / 0,
2354
+ offset: 1,
2355
+ name: "Before Christ",
2356
+ narrow: "BC",
2357
+ abbr: "BC"
2358
+ }
2359
+ ],
2360
+ dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
2361
+ ordinal: function(e) {
2362
+ var t = e % 10, a = G(e % 100 / 10) === 1 ? "th" : t === 1 ? "st" : t === 2 ? "nd" : t === 3 ? "rd" : "th";
2363
+ return e + a;
2364
+ }
2365
+ });
2366
+ f.lang = ne(
2367
+ "moment.lang is deprecated. Use moment.locale instead.",
2368
+ Ae
2369
+ );
2370
+ f.langData = ne(
2371
+ "moment.langData is deprecated. Use moment.localeData instead.",
2372
+ Te
2373
+ );
2374
+ var Se = Math.abs;
2375
+ function xl() {
2376
+ var e = this._data;
2377
+ return this._milliseconds = Se(this._milliseconds), this._days = Se(this._days), this._months = Se(this._months), e.milliseconds = Se(e.milliseconds), e.seconds = Se(e.seconds), e.minutes = Se(e.minutes), e.hours = Se(e.hours), e.months = Se(e.months), e.years = Se(e.years), this;
2378
+ }
2379
+ function Gr(e, t, a, n) {
2380
+ var r = de(t, a);
2381
+ return e._milliseconds += n * r._milliseconds, e._days += n * r._days, e._months += n * r._months, e._bubble();
2382
+ }
2383
+ function Nl(e, t) {
2384
+ return Gr(this, e, t, 1);
2385
+ }
2386
+ function Pl(e, t) {
2387
+ return Gr(this, e, t, -1);
2388
+ }
2389
+ function wn(e) {
2390
+ return e < 0 ? Math.floor(e) : Math.ceil(e);
2391
+ }
2392
+ function Wl() {
2393
+ var e = this._milliseconds, t = this._days, a = this._months, n = this._data, r, i, s, o, u;
2394
+ return e >= 0 && t >= 0 && a >= 0 || e <= 0 && t <= 0 && a <= 0 || (e += wn(Sa(a) + t) * 864e5, t = 0, a = 0), n.milliseconds = e % 1e3, r = ae(e / 1e3), n.seconds = r % 60, i = ae(r / 60), n.minutes = i % 60, s = ae(i / 60), n.hours = s % 24, t += ae(s / 24), u = ae(Dr(t)), a += u, t -= wn(Sa(u)), o = ae(a / 12), a %= 12, n.days = t, n.months = a, n.years = o, this;
2395
+ }
2396
+ function Dr(e) {
2397
+ return e * 4800 / 146097;
2398
+ }
2399
+ function Sa(e) {
2400
+ return e * 146097 / 4800;
2401
+ }
2402
+ function El(e) {
2403
+ if (!this.isValid())
2404
+ return NaN;
2405
+ var t, a, n = this._milliseconds;
2406
+ if (e = re(e), e === "month" || e === "quarter" || e === "year")
2407
+ switch (t = this._days + n / 864e5, a = this._months + Dr(t), e) {
2408
+ case "month":
2409
+ return a;
2410
+ case "quarter":
2411
+ return a / 3;
2412
+ case "year":
2413
+ return a / 12;
2414
+ }
2415
+ else
2416
+ switch (t = this._days + Math.round(Sa(this._months)), e) {
2417
+ case "week":
2418
+ return t / 7 + n / 6048e5;
2419
+ case "day":
2420
+ return t + n / 864e5;
2421
+ case "hour":
2422
+ return t * 24 + n / 36e5;
2423
+ case "minute":
2424
+ return t * 1440 + n / 6e4;
2425
+ case "second":
2426
+ return t * 86400 + n / 1e3;
2427
+ case "millisecond":
2428
+ return Math.floor(t * 864e5) + n;
2429
+ default:
2430
+ throw new Error("Unknown unit " + e);
2431
+ }
2432
+ }
2433
+ function Re(e) {
2434
+ return function() {
2435
+ return this.as(e);
2436
+ };
2437
+ }
2438
+ var Mr = Re("ms"), Al = Re("s"), Ul = Re("m"), Hl = Re("h"), Bl = Re("d"), zl = Re("w"), Vl = Re("M"), jl = Re("Q"), Zl = Re("y"), Kl = Mr;
2439
+ function Jl() {
2440
+ return de(this);
2441
+ }
2442
+ function ql(e) {
2443
+ return e = re(e), this.isValid() ? this[e + "s"]() : NaN;
2444
+ }
2445
+ function Je(e) {
2446
+ return function() {
2447
+ return this.isValid() ? this._data[e] : NaN;
2448
+ };
2449
+ }
2450
+ var Xl = Je("milliseconds"), Ql = Je("seconds"), $l = Je("minutes"), eu = Je("hours"), tu = Je("days"), au = Je("months"), nu = Je("years");
2451
+ function ru() {
2452
+ return ae(this.days() / 7);
2453
+ }
2454
+ var Ge = Math.round, $e = {
2455
+ ss: 44,
2456
+ // a few seconds to seconds
2457
+ s: 45,
2458
+ // seconds to minute
2459
+ m: 45,
2460
+ // minutes to hour
2461
+ h: 22,
2462
+ // hours to day
2463
+ d: 26,
2464
+ // days to month/week
2465
+ w: null,
2466
+ // weeks to month
2467
+ M: 11
2468
+ // months to year
2469
+ };
2470
+ function iu(e, t, a, n, r) {
2471
+ return r.relativeTime(t || 1, !!a, e, n);
2472
+ }
2473
+ function su(e, t, a, n) {
2474
+ var r = de(e).abs(), i = Ge(r.as("s")), s = Ge(r.as("m")), o = Ge(r.as("h")), u = Ge(r.as("d")), c = Ge(r.as("M")), _ = Ge(r.as("w")), g = Ge(r.as("y")), w = i <= a.ss && ["s", i] || i < a.s && ["ss", i] || s <= 1 && ["m"] || s < a.m && ["mm", s] || o <= 1 && ["h"] || o < a.h && ["hh", o] || u <= 1 && ["d"] || u < a.d && ["dd", u];
2475
+ return a.w != null && (w = w || _ <= 1 && ["w"] || _ < a.w && ["ww", _]), w = w || c <= 1 && ["M"] || c < a.M && ["MM", c] || g <= 1 && ["y"] || ["yy", g], w[2] = t, w[3] = +e > 0, w[4] = n, iu.apply(null, w);
2476
+ }
2477
+ function ou(e) {
2478
+ return e === void 0 ? Ge : typeof e == "function" ? (Ge = e, !0) : !1;
2479
+ }
2480
+ function lu(e, t) {
2481
+ return $e[e] === void 0 ? !1 : t === void 0 ? $e[e] : ($e[e] = t, e === "s" && ($e.ss = t - 1), !0);
2482
+ }
2483
+ function uu(e, t) {
2484
+ if (!this.isValid())
2485
+ return this.localeData().invalidDate();
2486
+ var a = !1, n = $e, r, i;
2487
+ return typeof e == "object" && (t = e, e = !1), typeof e == "boolean" && (a = e), typeof t == "object" && (n = Object.assign({}, $e, t), t.s != null && t.ss == null && (n.ss = t.s - 1)), r = this.localeData(), i = su(this, !a, n, r), a && (i = r.pastFuture(+this, i)), r.postformat(i);
2488
+ }
2489
+ var pa = Math.abs;
2490
+ function Xe(e) {
2491
+ return (e > 0) - (e < 0) || +e;
2492
+ }
2493
+ function qt() {
2494
+ if (!this.isValid())
2495
+ return this.localeData().invalidDate();
2496
+ var e = pa(this._milliseconds) / 1e3, t = pa(this._days), a = pa(this._months), n, r, i, s, o = this.asSeconds(), u, c, _, g;
2497
+ return o ? (n = ae(e / 60), r = ae(n / 60), e %= 60, n %= 60, i = ae(a / 12), a %= 12, s = e ? e.toFixed(3).replace(/\.?0+$/, "") : "", u = o < 0 ? "-" : "", c = Xe(this._months) !== Xe(o) ? "-" : "", _ = Xe(this._days) !== Xe(o) ? "-" : "", g = Xe(this._milliseconds) !== Xe(o) ? "-" : "", u + "P" + (i ? c + i + "Y" : "") + (a ? c + a + "M" : "") + (t ? _ + t + "D" : "") + (r || n || e ? "T" : "") + (r ? g + r + "H" : "") + (n ? g + n + "M" : "") + (e ? g + s + "S" : "")) : "P0D";
2498
+ }
2499
+ var M = Kt.prototype;
2500
+ M.isValid = to;
2501
+ M.abs = xl;
2502
+ M.add = Nl;
2503
+ M.subtract = Pl;
2504
+ M.as = El;
2505
+ M.asMilliseconds = Mr;
2506
+ M.asSeconds = Al;
2507
+ M.asMinutes = Ul;
2508
+ M.asHours = Hl;
2509
+ M.asDays = Bl;
2510
+ M.asWeeks = zl;
2511
+ M.asMonths = Vl;
2512
+ M.asQuarters = jl;
2513
+ M.asYears = Zl;
2514
+ M.valueOf = Kl;
2515
+ M._bubble = Wl;
2516
+ M.clone = Jl;
2517
+ M.get = ql;
2518
+ M.milliseconds = Xl;
2519
+ M.seconds = Ql;
2520
+ M.minutes = $l;
2521
+ M.hours = eu;
2522
+ M.days = tu;
2523
+ M.weeks = ru;
2524
+ M.months = au;
2525
+ M.years = nu;
2526
+ M.humanize = uu;
2527
+ M.toISOString = qt;
2528
+ M.toString = qt;
2529
+ M.toJSON = qt;
2530
+ M.locale = hr;
2531
+ M.localeData = gr;
2532
+ M.toIsoString = ne(
2533
+ "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
2534
+ qt
2535
+ );
2536
+ M.lang = mr;
2537
+ p("X", 0, 0, "unix");
2538
+ p("x", 0, 0, "valueOf");
2539
+ h("x", zt);
2540
+ h("X", Oi);
2541
+ I("X", function(e, t, a) {
2542
+ a._d = new Date(parseFloat(e) * 1e3);
2543
+ });
2544
+ I("x", function(e, t, a) {
2545
+ a._d = new Date(G(e));
2546
+ });
2547
+ //! moment.js
2548
+ f.version = "2.30.1";
2549
+ ui(x);
2550
+ f.fn = d;
2551
+ f.min = Xs;
2552
+ f.max = Qs;
2553
+ f.now = $s;
2554
+ f.utc = we;
2555
+ f.unix = Fl;
2556
+ f.months = Cl;
2557
+ f.isDate = bt;
2558
+ f.locale = Ae;
2559
+ f.invalid = At;
2560
+ f.duration = de;
2561
+ f.isMoment = ue;
2562
+ f.weekdays = Yl;
2563
+ f.parseZone = Ol;
2564
+ f.localeData = Te;
2565
+ f.isDuration = Yt;
2566
+ f.monthsShort = Il;
2567
+ f.weekdaysMin = Rl;
2568
+ f.defineLocale = Aa;
2569
+ f.updateLocale = Fs;
2570
+ f.locales = Os;
2571
+ f.weekdaysShort = Tl;
2572
+ f.normalizeUnits = re;
2573
+ f.relativeTimeRounding = ou;
2574
+ f.relativeTimeThreshold = lu;
2575
+ f.calendarFormat = Do;
2576
+ f.prototype = d;
2577
+ f.HTML5_FMT = {
2578
+ DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
2579
+ // <input type="datetime-local" />
2580
+ DATETIME_LOCAL_SECONDS: "YYYY-MM-DDTHH:mm:ss",
2581
+ // <input type="datetime-local" step="1" />
2582
+ DATETIME_LOCAL_MS: "YYYY-MM-DDTHH:mm:ss.SSS",
2583
+ // <input type="datetime-local" step="0.001" />
2584
+ DATE: "YYYY-MM-DD",
2585
+ // <input type="date" />
2586
+ TIME: "HH:mm",
2587
+ // <input type="time" />
2588
+ TIME_SECONDS: "HH:mm:ss",
2589
+ // <input type="time" step="1" />
2590
+ TIME_MS: "HH:mm:ss.SSS",
2591
+ // <input type="time" step="0.001" />
2592
+ WEEK: "GGGG-[W]WW",
2593
+ // <input type="week" />
2594
+ MONTH: "YYYY-MM"
2595
+ // <input type="month" />
2596
+ };
2597
+ function bn(e, t) {
2598
+ Xr(e, t);
2599
+ }
2600
+ function du(e) {
2601
+ Qr.set(e);
2602
+ }
2603
+ const vn = {
2604
+ en: {
2605
+ playNow: "Start now!",
2606
+ new: "NEW",
2607
+ hot: "Hot",
2608
+ opens: "Opens",
2609
+ full: "table full - bet behind",
2610
+ dealer: "Dealer"
2611
+ },
2612
+ "zh-hk": {
2613
+ playNow: "現在開始!",
2614
+ new: "新的",
2615
+ hot: "熱的",
2616
+ opens: "打開",
2617
+ full: "滿桌 - 下注",
2618
+ dealer: "經銷商"
2619
+ },
2620
+ de: {
2621
+ playNow: "Jetzt beginnen!",
2622
+ new: "NEU",
2623
+ hot: "Hot",
2624
+ opens: "Öffnet",
2625
+ full: "full - bet behind",
2626
+ dealer: "Dealer"
2627
+ },
2628
+ it: {
2629
+ playNow: "Inizia ora!",
2630
+ new: "NOVITÀ",
2631
+ hot: "HOT",
2632
+ opens: "Opens",
2633
+ full: "table full - bet behind",
2634
+ dealer: "Dealer"
2635
+ },
2636
+ fr: {
2637
+ playNow: "Commencez maintenant",
2638
+ new: "Nouveau",
2639
+ hot: "Chaud",
2640
+ opens: "Ouvre",
2641
+ full: "Table pleine - pari derrière",
2642
+ dealer: "Concessionnaire"
2643
+ },
2644
+ es: {
2645
+ playNow: "Juega ahora!",
2646
+ new: "NUEVO",
2647
+ hot: "HOT",
2648
+ opens: "Abiertas",
2649
+ full: "Mesa llena - Apostar de pie",
2650
+ dealer: "Dealer"
2651
+ },
2652
+ tr: {
2653
+ playNow: "ŞİMDİ OYNA",
2654
+ new: "YENİ",
2655
+ hot: "Sıcak",
2656
+ opens: "Açılıyor",
2657
+ full: "masa dolu - arkadan bahis",
2658
+ dealer: "Krupiye"
2659
+ },
2660
+ ru: {
2661
+ playNow: "Играть сейчас",
2662
+ new: "НОВАЯ",
2663
+ hot: "ГОРЯЧЕЙ",
2664
+ opens: "Opens",
2665
+ full: "table full - bet behind",
2666
+ dealer: "Dealer"
2667
+ },
2668
+ ro: {
2669
+ playNow: "Joaca acum",
2670
+ new: "NOU",
2671
+ hot: "POPULAR",
2672
+ opens: "Opens",
2673
+ full: "table full - bet behind",
2674
+ dealer: "Dealer"
2675
+ },
2676
+ hr: {
2677
+ playNow: "Igraj",
2678
+ new: "NOVO",
2679
+ hot: "Hot",
2680
+ opens: "Otvara se",
2681
+ full: "stol pun - uložite iza",
2682
+ dealer: "Djelitelj"
2683
+ },
2684
+ hu: {
2685
+ playNow: "Játsszon most!",
2686
+ new: "ÚJ",
2687
+ hot: "Hot",
2688
+ opens: "Opens",
2689
+ full: "table full - bet behind",
2690
+ dealer: "Dealer"
2691
+ },
2692
+ pl: {
2693
+ playNow: "Rozpocznij teraz!",
2694
+ new: "NOWOŚĆ",
2695
+ hot: "Hot",
2696
+ opens: "Opens",
2697
+ full: "table full - bet behind",
2698
+ dealer: "Dealer"
2699
+ },
2700
+ pt: {
2701
+ playNow: "Comece agora!",
2702
+ new: "NOVO",
2703
+ hot: "Hot",
2704
+ opens: "Abrir",
2705
+ full: "Mesa cheia - aposta atrás",
2706
+ dealer: "Dealer"
2707
+ },
2708
+ sl: {
2709
+ playNow: "Začnite zdaj!",
2710
+ new: "NOVO",
2711
+ hot: "Vroče",
2712
+ opens: "Opens",
2713
+ full: "table full - bet behind",
2714
+ dealer: "Dealer"
2715
+ },
2716
+ sr: {
2717
+ playNow: "Započnite sada!",
2718
+ new: "NOVO",
2719
+ hot: "Vruće",
2720
+ opens: "Opens",
2721
+ full: "table full - bet behind",
2722
+ dealer: "Dealer"
2723
+ },
2724
+ "pt-br": {
2725
+ playNow: "Comece agora!",
2726
+ new: "NOVOS",
2727
+ hot: "Popular",
2728
+ opens: "Abre",
2729
+ full: "mesa completa-aposte seguindo",
2730
+ dealer: "Dealer"
2731
+ },
2732
+ "es-mx": {
2733
+ playNow: "Comenzar ahora!",
2734
+ new: "NUEVOS",
2735
+ hot: "Popular",
2736
+ opens: "Abre",
2737
+ full: "mesa llena-seguir apuesta",
2738
+ dealer: "Dealer"
2739
+ }
2740
+ }, fu = {
2741
+ AED: "د.إ",
2742
+ AFN: "؋",
2743
+ ALL: "L",
2744
+ AMD: "֏",
2745
+ ANG: "ƒ",
2746
+ AOA: "Kz",
2747
+ ARS: "$",
2748
+ AUD: "$",
2749
+ AWG: "ƒ",
2750
+ AZN: "ман",
2751
+ BAM: "KM",
2752
+ BBD: "$",
2753
+ BDT: "৳",
2754
+ BGN: "лв",
2755
+ BHD: ".د.ب",
2756
+ BIF: "FBu",
2757
+ BMD: "$",
2758
+ BND: "$",
2759
+ BOB: "$b",
2760
+ BRL: "R$",
2761
+ BSD: "$",
2762
+ BTC: "฿",
2763
+ BTN: "Nu.",
2764
+ BWP: "P",
2765
+ BYR: "p.",
2766
+ BZD: "BZ$",
2767
+ CAD: "$",
2768
+ CDF: "FC",
2769
+ CHF: "CHF",
2770
+ CLP: "$",
2771
+ CNY: "¥",
2772
+ COP: "$",
2773
+ CRC: "₡",
2774
+ CUC: "$",
2775
+ CUP: "₱",
2776
+ CVE: "$",
2777
+ CZK: "Kč",
2778
+ DJF: "Fdj",
2779
+ DKK: "kr",
2780
+ DOP: "RD$",
2781
+ DZD: "دج",
2782
+ EEK: "kr",
2783
+ EGP: "£",
2784
+ ERN: "Nfk",
2785
+ ETB: "Br",
2786
+ ETH: "Ξ",
2787
+ EUR: "€",
2788
+ FJD: "$",
2789
+ FKP: "£",
2790
+ GBP: "£",
2791
+ GEL: "₾",
2792
+ GGP: "£",
2793
+ GHC: "₵",
2794
+ GHS: "GH₵",
2795
+ GIP: "£",
2796
+ GMD: "D",
2797
+ GNF: "FG",
2798
+ GTQ: "Q",
2799
+ GYD: "$",
2800
+ HKD: "$",
2801
+ HNL: "L",
2802
+ HRK: "kn",
2803
+ HTG: "G",
2804
+ HUF: "Ft",
2805
+ IDR: "Rp",
2806
+ ILS: "₪",
2807
+ IMP: "£",
2808
+ INR: "₹",
2809
+ IQD: "ع.د",
2810
+ IRR: "﷼",
2811
+ ISK: "kr",
2812
+ JEP: "£",
2813
+ JMD: "J$",
2814
+ JOD: "JD",
2815
+ JPY: "¥",
2816
+ KES: "KSh",
2817
+ KGS: "лв",
2818
+ KHR: "៛",
2819
+ KMF: "CF",
2820
+ KPW: "₩",
2821
+ KRW: "₩",
2822
+ KWD: "KD",
2823
+ KYD: "$",
2824
+ KZT: "лв",
2825
+ LAK: "₭",
2826
+ LBP: "£",
2827
+ LKR: "₨",
2828
+ LRD: "$",
2829
+ LSL: "M",
2830
+ LTC: "Ł",
2831
+ LTL: "Lt",
2832
+ LVL: "Ls",
2833
+ LYD: "LD",
2834
+ MAD: "MAD",
2835
+ MDL: "lei",
2836
+ MGA: "Ar",
2837
+ MKD: "ден",
2838
+ MMK: "K",
2839
+ MNT: "₮",
2840
+ MOP: "MOP$",
2841
+ MRO: "UM",
2842
+ MUR: "₨",
2843
+ MVR: "Rf",
2844
+ MWK: "MK",
2845
+ MXN: "$",
2846
+ MYR: "RM",
2847
+ MZN: "MT",
2848
+ NAD: "$",
2849
+ NGN: "₦",
2850
+ NIO: "C$",
2851
+ NOK: "kr",
2852
+ NPR: "₨",
2853
+ NZD: "$",
2854
+ OMR: "﷼",
2855
+ PAB: "B/.",
2856
+ PEN: "S/.",
2857
+ PGK: "K",
2858
+ PHP: "₱",
2859
+ PKR: "₨",
2860
+ PLN: "zł",
2861
+ PYG: "Gs",
2862
+ QAR: "﷼",
2863
+ RMB: "¥",
2864
+ RON: "lei",
2865
+ RSD: "Дин.",
2866
+ RUB: "₽",
2867
+ RWF: "R₣",
2868
+ SAR: "﷼",
2869
+ SBD: "$",
2870
+ SCR: "₨",
2871
+ SDG: "ج.س.",
2872
+ SEK: "kr",
2873
+ SGD: "$",
2874
+ SHP: "£",
2875
+ SLL: "Le",
2876
+ SOS: "S",
2877
+ SRD: "$",
2878
+ SSP: "£",
2879
+ STD: "Db",
2880
+ SVC: "$",
2881
+ SYP: "£",
2882
+ SZL: "E",
2883
+ THB: "฿",
2884
+ TJS: "SM",
2885
+ TMT: "T",
2886
+ TND: "د.ت",
2887
+ TOP: "T$",
2888
+ TRL: "₤",
2889
+ TRY: "₺",
2890
+ TTD: "TT$",
2891
+ TVD: "$",
2892
+ TWD: "NT$",
2893
+ TZS: "TSh",
2894
+ UAH: "₴",
2895
+ UGX: "USh",
2896
+ USD: "$",
2897
+ UYU: "$U",
2898
+ UZS: "лв",
2899
+ VEF: "Bs",
2900
+ VND: "₫",
2901
+ VUV: "VT",
2902
+ WST: "WS$",
2903
+ XAF: "FCFA",
2904
+ XBT: "Ƀ",
2905
+ XCD: "$",
2906
+ XOF: "CFA",
2907
+ XPF: "₣",
2908
+ YER: "﷼",
2909
+ ZAR: "R",
2910
+ ZWD: "Z$"
2911
+ };
2912
+ function cu(e) {
2913
+ ni(e, "svelte-1xzxqk", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:20px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15;padding:8px 25px}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-evenly}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;text-align:center;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:flex;justify-content:flex-end;align-items:center;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfoContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:4px}.GameInnerContainer .GameExtraInfo{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:flex;flex-direction:column;justify-content:center}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameInnerContainer:hover .UnfavoredIcon,.GameInnerContainer:active .UnfavoredIcon{display:flex}.GameInnerContainer:hover .GameExtraInfo{opacity:0.3}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.UnfavoredIcon{display:none}.FavIconContainer{display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:0px;right:0;width:100%;padding:0;background:linear-gradient(to top, var(--emfe-w-color-black, #000000), var(--emfe-w-color-black, #000000), transparent);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper{gap:0px;padding:8px 10px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-top:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:12px;padding:2px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:8px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .FavoredIcon,.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .UnfavoredIcon{width:14px;height:14px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .GameExtraInfoLabel{font-size:8px}}');
2914
+ }
2915
+ function kn(e, t, a) {
2916
+ const n = e.slice();
2917
+ return n[104] = t[a], n[106] = a, n;
2918
+ }
2919
+ function Sn(e, t, a) {
2920
+ const n = e.slice();
2921
+ return n[101] = t[a], n;
2922
+ }
2923
+ function Gn(e) {
2924
+ let t, a = (
2925
+ /*$_*/
2926
+ e[35]("playNow") + ""
2927
+ ), n, r, i;
2928
+ return {
2929
+ c() {
2930
+ t = T("button"), n = Oe(a), y(t, "class", "GameInfoBtn");
2931
+ },
2932
+ m(s, o) {
2933
+ U(s, t, o), v(t, n), r || (i = Ma(
2934
+ t,
2935
+ "click",
2936
+ /*click_handler*/
2937
+ e[63]
2938
+ ), r = !0);
2939
+ },
2940
+ p(s, o) {
2941
+ o[1] & /*$_*/
2942
+ 16 && a !== (a = /*$_*/
2943
+ s[35]("playNow") + "") && Ce(n, a);
2944
+ },
2945
+ d(s) {
2946
+ s && H(t), r = !1, i();
2947
+ }
2948
+ };
2949
+ }
2950
+ function Dn(e) {
2951
+ let t, a = (
2952
+ /*$_*/
2953
+ e[35]("new") + ""
2954
+ ), n;
2955
+ return {
2956
+ c() {
2957
+ t = T("span"), n = Oe(a), y(t, "class", "GameExtraInfoLabel NewGameTag");
2958
+ },
2959
+ m(r, i) {
2960
+ U(r, t, i), v(t, n);
2961
+ },
2962
+ p(r, i) {
2963
+ i[1] & /*$_*/
2964
+ 16 && a !== (a = /*$_*/
2965
+ r[35]("new") + "") && Ce(n, a);
2966
+ },
2967
+ d(r) {
2968
+ r && H(t);
2969
+ }
2970
+ };
2971
+ }
2972
+ function Mn(e) {
2973
+ let t, a;
2974
+ return {
2975
+ c() {
2976
+ t = T("span"), a = Oe(
2977
+ /*gametag*/
2978
+ e[8]
2979
+ ), y(t, "class", "GameExtraInfoLabel PopularGameTag");
2980
+ },
2981
+ m(n, r) {
2982
+ U(n, t, r), v(t, a);
2983
+ },
2984
+ p(n, r) {
2985
+ r[0] & /*gametag*/
2986
+ 256 && Ce(
2987
+ a,
2988
+ /*gametag*/
2989
+ n[8]
2990
+ );
2991
+ },
2992
+ d(n) {
2993
+ n && H(t);
2994
+ }
2995
+ };
2996
+ }
2997
+ function Ln(e) {
2998
+ let t, a, n = !/*isopen*/
2999
+ e[22] && /*starttime*/
3000
+ e[20] && /*timeformat*/
3001
+ e[21] && Fn(e);
3002
+ function r(o, u) {
3003
+ if (
3004
+ /*isopen*/
3005
+ o[22] && /*displaytype*/
3006
+ o[19] === Ga
3007
+ ) return mu;
3008
+ if (
3009
+ /*isopen*/
3010
+ o[22] && /*displaytype*/
3011
+ o[19] && /*displaytype*/
3012
+ o[19] === Da
3013
+ ) return hu;
3014
+ }
3015
+ let i = r(e), s = i && i(e);
3016
+ return {
3017
+ c() {
3018
+ n && n.c(), t = j(), s && s.c(), a = wt();
3019
+ },
3020
+ m(o, u) {
3021
+ n && n.m(o, u), U(o, t, u), s && s.m(o, u), U(o, a, u);
3022
+ },
3023
+ p(o, u) {
3024
+ !/*isopen*/
3025
+ o[22] && /*starttime*/
3026
+ o[20] && /*timeformat*/
3027
+ o[21] ? n ? n.p(o, u) : (n = Fn(o), n.c(), n.m(t.parentNode, t)) : n && (n.d(1), n = null), i === (i = r(o)) && s ? s.p(o, u) : (s && s.d(1), s = i && i(o), s && (s.c(), s.m(a.parentNode, a)));
3028
+ },
3029
+ d(o) {
3030
+ o && (H(t), H(a)), n && n.d(o), s && s.d(o);
3031
+ }
3032
+ };
3033
+ }
3034
+ function Fn(e) {
3035
+ let t, a, n = (
3036
+ /*$_*/
3037
+ e[35]("opens") + ""
3038
+ ), r, i, s, o = f.utc(
3039
+ /*starttime*/
3040
+ e[20]
3041
+ ).local().format(
3042
+ /*timeformat*/
3043
+ e[21]
3044
+ ) + "", u, c, _, g = (
3045
+ /*renderDealerName*/
3046
+ e[41](
3047
+ /*dealername*/
3048
+ e[34]
3049
+ ) + ""
3050
+ ), w, k, K = (
3051
+ /*renderBetLimits*/
3052
+ e[40](
3053
+ /*min*/
3054
+ e[26],
3055
+ /*max*/
3056
+ e[27],
3057
+ /*currencySymbol*/
3058
+ e[25]
3059
+ ) + ""
3060
+ );
3061
+ return {
3062
+ c() {
3063
+ t = T("div"), a = T("div"), r = Oe(n), i = j(), s = T("span"), u = Oe(o), c = j(), _ = new Ie(!1), w = j(), k = new Ie(!1), y(a, "class", "ClosedGame"), _.a = w, k.a = null, y(t, "class", "GameProp LiveProps");
3064
+ },
3065
+ m(Y, ee) {
3066
+ U(Y, t, ee), v(t, a), v(a, r), v(a, i), v(a, s), v(s, u), v(t, c), _.m(g, t), v(t, w), k.m(K, t);
3067
+ },
3068
+ p(Y, ee) {
3069
+ ee[1] & /*$_*/
3070
+ 16 && n !== (n = /*$_*/
3071
+ Y[35]("opens") + "") && Ce(r, n), ee[0] & /*starttime, timeformat*/
3072
+ 3145728 && o !== (o = f.utc(
3073
+ /*starttime*/
3074
+ Y[20]
3075
+ ).local().format(
3076
+ /*timeformat*/
3077
+ Y[21]
3078
+ ) + "") && Ce(u, o), ee[1] & /*dealername*/
3079
+ 8 && g !== (g = /*renderDealerName*/
3080
+ Y[41](
3081
+ /*dealername*/
3082
+ Y[34]
3083
+ ) + "") && _.p(g), ee[0] & /*min, max, currencySymbol*/
3084
+ 234881024 && K !== (K = /*renderBetLimits*/
3085
+ Y[40](
3086
+ /*min*/
3087
+ Y[26],
3088
+ /*max*/
3089
+ Y[27],
3090
+ /*currencySymbol*/
3091
+ Y[25]
3092
+ ) + "") && k.p(K);
3093
+ },
3094
+ d(Y) {
3095
+ Y && H(t);
3096
+ }
3097
+ };
3098
+ }
3099
+ function hu(e) {
3100
+ let t, a, n, r, i = (
3101
+ /*renderDealerName*/
3102
+ e[41](
3103
+ /*dealername*/
3104
+ e[34]
3105
+ ) + ""
3106
+ ), s, o, u = (
3107
+ /*renderBetLimits*/
3108
+ e[40](
3109
+ /*min*/
3110
+ e[26],
3111
+ /*max*/
3112
+ e[27],
3113
+ /*currencySymbol*/
3114
+ e[25]
3115
+ ) + ""
3116
+ ), c = Rt(new Array(Rn)), _ = [];
3117
+ for (let g = 0; g < c.length; g += 1)
3118
+ _[g] = Cn(kn(e, c, g));
3119
+ return {
3120
+ c() {
3121
+ t = T("div"), a = T("div");
3122
+ for (let g = 0; g < _.length; g += 1)
3123
+ _[g].c();
3124
+ n = j(), r = new Ie(!1), s = j(), o = new Ie(!1), y(a, "class", "LiveIcons"), r.a = s, o.a = null, y(
3125
+ t,
3126
+ "class",
3127
+ /*roulettecontainerclassname*/
3128
+ e[30]
3129
+ );
3130
+ },
3131
+ m(g, w) {
3132
+ U(g, t, w), v(t, a);
3133
+ for (let k = 0; k < _.length; k += 1)
3134
+ _[k] && _[k].m(a, null);
3135
+ e[64](a), v(t, n), r.m(i, t), v(t, s), o.m(u, t);
3136
+ },
3137
+ p(g, w) {
3138
+ if (w[0] & /*roulleteresults, isdouble*/
3139
+ 536887296 | w[1] & /*renderSpan, colorsourcearray*/
3140
+ 2049) {
3141
+ c = Rt(new Array(Rn));
3142
+ let k;
3143
+ for (k = 0; k < c.length; k += 1) {
3144
+ const K = kn(g, c, k);
3145
+ _[k] ? _[k].p(K, w) : (_[k] = Cn(K), _[k].c(), _[k].m(a, null));
3146
+ }
3147
+ for (; k < _.length; k += 1)
3148
+ _[k].d(1);
3149
+ _.length = c.length;
3150
+ }
3151
+ w[1] & /*dealername*/
3152
+ 8 && i !== (i = /*renderDealerName*/
3153
+ g[41](
3154
+ /*dealername*/
3155
+ g[34]
3156
+ ) + "") && r.p(i), w[0] & /*min, max, currencySymbol*/
3157
+ 234881024 && u !== (u = /*renderBetLimits*/
3158
+ g[40](
3159
+ /*min*/
3160
+ g[26],
3161
+ /*max*/
3162
+ g[27],
3163
+ /*currencySymbol*/
3164
+ g[25]
3165
+ ) + "") && o.p(u), w[0] & /*roulettecontainerclassname*/
3166
+ 1073741824 && y(
3167
+ t,
3168
+ "class",
3169
+ /*roulettecontainerclassname*/
3170
+ g[30]
3171
+ );
3172
+ },
3173
+ d(g) {
3174
+ g && H(t), xn(_, g), e[64](null);
3175
+ }
3176
+ };
3177
+ }
3178
+ function mu(e) {
3179
+ let t, a, n, r, i = (
3180
+ /*renderDealerName*/
3181
+ e[41](
3182
+ /*dealername*/
3183
+ e[34]
3184
+ ) + ""
3185
+ ), s, o, u = (
3186
+ /*renderBetLimits*/
3187
+ e[40](
3188
+ /*min*/
3189
+ e[26],
3190
+ /*max*/
3191
+ e[27],
3192
+ /*currencySymbol*/
3193
+ e[25]
3194
+ ) + ""
3195
+ );
3196
+ function c(w, k) {
3197
+ return (
3198
+ /*istablefull*/
3199
+ w[32] ? yu : _u
3200
+ );
3201
+ }
3202
+ let _ = c(e), g = _(e);
3203
+ return {
3204
+ c() {
3205
+ t = T("div"), a = T("div"), g.c(), n = j(), r = new Ie(!1), s = j(), o = new Ie(!1), y(a, "class", "LiveIcons"), r.a = s, o.a = null, y(t, "class", "GameProp LiveProps BlackjackDisplay"), y(t, "part", "GameProp LiveProps BlackjackDisplay");
3206
+ },
3207
+ m(w, k) {
3208
+ U(w, t, k), v(t, a), g.m(a, null), v(t, n), r.m(i, t), v(t, s), o.m(u, t);
3209
+ },
3210
+ p(w, k) {
3211
+ _ === (_ = c(w)) && g ? g.p(w, k) : (g.d(1), g = _(w), g && (g.c(), g.m(a, null))), k[1] & /*dealername*/
3212
+ 8 && i !== (i = /*renderDealerName*/
3213
+ w[41](
3214
+ /*dealername*/
3215
+ w[34]
3216
+ ) + "") && r.p(i), k[0] & /*min, max, currencySymbol*/
3217
+ 234881024 && u !== (u = /*renderBetLimits*/
3218
+ w[40](
3219
+ /*min*/
3220
+ w[26],
3221
+ /*max*/
3222
+ w[27],
3223
+ /*currencySymbol*/
3224
+ w[25]
3225
+ ) + "") && o.p(u);
3226
+ },
3227
+ d(w) {
3228
+ w && H(t), g.d();
3229
+ }
3230
+ };
3231
+ }
3232
+ function On(e) {
3233
+ let t;
3234
+ function a(i, s) {
3235
+ return (
3236
+ /*isdouble*/
3237
+ i[29] ? pu : gu
3238
+ );
3239
+ }
3240
+ let n = a(e), r = n(e);
3241
+ return {
3242
+ c() {
3243
+ r.c(), t = wt();
3244
+ },
3245
+ m(i, s) {
3246
+ r.m(i, s), U(i, t, s);
3247
+ },
3248
+ p(i, s) {
3249
+ n === (n = a(i)) && r ? r.p(i, s) : (r.d(1), r = n(i), r && (r.c(), r.m(t.parentNode, t)));
3250
+ },
3251
+ d(i) {
3252
+ i && H(t), r.d(i);
3253
+ }
3254
+ };
3255
+ }
3256
+ function gu(e) {
3257
+ let t, a = (
3258
+ /*renderSpan*/
3259
+ e[42](
3260
+ `LatestResult ${/*i*/
3261
+ e[106] === 0 ? "First" : ""}`,
3262
+ /*i*/
3263
+ e[106],
3264
+ /*roulleteresults*/
3265
+ e[14][
3266
+ /*i*/
3267
+ e[106]
3268
+ ],
3269
+ /*colorsourcearray*/
3270
+ e[31][
3271
+ /*roulleteresults*/
3272
+ e[14][
3273
+ /*i*/
3274
+ e[106]
3275
+ ]
3276
+ ]
3277
+ ) + ""
3278
+ ), n;
3279
+ return {
3280
+ c() {
3281
+ t = new Ie(!1), n = wt(), t.a = n;
3282
+ },
3283
+ m(r, i) {
3284
+ t.m(a, r, i), U(r, n, i);
3285
+ },
3286
+ p(r, i) {
3287
+ i[0] & /*roulleteresults*/
3288
+ 16384 | i[1] & /*colorsourcearray*/
3289
+ 1 && a !== (a = /*renderSpan*/
3290
+ r[42](
3291
+ `LatestResult ${/*i*/
3292
+ r[106] === 0 ? "First" : ""}`,
3293
+ /*i*/
3294
+ r[106],
3295
+ /*roulleteresults*/
3296
+ r[14][
3297
+ /*i*/
3298
+ r[106]
3299
+ ],
3300
+ /*colorsourcearray*/
3301
+ r[31][
3302
+ /*roulleteresults*/
3303
+ r[14][
3304
+ /*i*/
3305
+ r[106]
3306
+ ]
3307
+ ]
3308
+ ) + "") && t.p(a);
3309
+ },
3310
+ d(r) {
3311
+ r && (H(n), t.d());
3312
+ }
3313
+ };
3314
+ }
3315
+ function pu(e) {
3316
+ let t, a, n = (
3317
+ /*renderSpan*/
3318
+ e[42](
3319
+ `LatestResult ${/*i*/
3320
+ e[106] === 0 ? "First" : ""}`,
3321
+ `first${/*i*/
3322
+ e[106]}${/*roulleteresults*/
3323
+ e[14][
3324
+ /*i*/
3325
+ e[106]
3326
+ ][0]}`,
3327
+ /*roulleteresults*/
3328
+ e[14][
3329
+ /*i*/
3330
+ e[106]
3331
+ ][0],
3332
+ /*colorsourcearray*/
3333
+ e[31][
3334
+ /*roulleteresults*/
3335
+ e[14][
3336
+ /*i*/
3337
+ e[106]
3338
+ ][0]
3339
+ ]
3340
+ ) + ""
3341
+ ), r, i, s = (
3342
+ /*renderSpan*/
3343
+ e[42](
3344
+ `LatestResult ${/*i*/
3345
+ e[106] === 0 ? "First" : ""}`,
3346
+ `second${/*i*/
3347
+ e[106]}${/*roulleteresults*/
3348
+ e[14][
3349
+ /*i*/
3350
+ e[106]
3351
+ ][1]}`,
3352
+ /*roulleteresults*/
3353
+ e[14][
3354
+ /*i*/
3355
+ e[106]
3356
+ ][1],
3357
+ /*colorsourcearray*/
3358
+ e[31][
3359
+ /*roulleteresults*/
3360
+ e[14][
3361
+ /*i*/
3362
+ e[106]
3363
+ ][1]
3364
+ ]
3365
+ ) + ""
3366
+ ), o;
3367
+ return {
3368
+ c() {
3369
+ t = T("div"), a = new Ie(!1), r = j(), i = new Ie(!1), o = j(), a.a = r, i.a = o, y(t, "class", "Double");
3370
+ },
3371
+ m(u, c) {
3372
+ U(u, t, c), a.m(n, t), v(t, r), i.m(s, t), v(t, o);
3373
+ },
3374
+ p(u, c) {
3375
+ c[0] & /*roulleteresults*/
3376
+ 16384 | c[1] & /*colorsourcearray*/
3377
+ 1 && n !== (n = /*renderSpan*/
3378
+ u[42](
3379
+ `LatestResult ${/*i*/
3380
+ u[106] === 0 ? "First" : ""}`,
3381
+ `first${/*i*/
3382
+ u[106]}${/*roulleteresults*/
3383
+ u[14][
3384
+ /*i*/
3385
+ u[106]
3386
+ ][0]}`,
3387
+ /*roulleteresults*/
3388
+ u[14][
3389
+ /*i*/
3390
+ u[106]
3391
+ ][0],
3392
+ /*colorsourcearray*/
3393
+ u[31][
3394
+ /*roulleteresults*/
3395
+ u[14][
3396
+ /*i*/
3397
+ u[106]
3398
+ ][0]
3399
+ ]
3400
+ ) + "") && a.p(n), c[0] & /*roulleteresults*/
3401
+ 16384 | c[1] & /*colorsourcearray*/
3402
+ 1 && s !== (s = /*renderSpan*/
3403
+ u[42](
3404
+ `LatestResult ${/*i*/
3405
+ u[106] === 0 ? "First" : ""}`,
3406
+ `second${/*i*/
3407
+ u[106]}${/*roulleteresults*/
3408
+ u[14][
3409
+ /*i*/
3410
+ u[106]
3411
+ ][1]}`,
3412
+ /*roulleteresults*/
3413
+ u[14][
3414
+ /*i*/
3415
+ u[106]
3416
+ ][1],
3417
+ /*colorsourcearray*/
3418
+ u[31][
3419
+ /*roulleteresults*/
3420
+ u[14][
3421
+ /*i*/
3422
+ u[106]
3423
+ ][1]
3424
+ ]
3425
+ ) + "") && i.p(s);
3426
+ },
3427
+ d(u) {
3428
+ u && H(t);
3429
+ }
3430
+ };
3431
+ }
3432
+ function Cn(e) {
3433
+ let t, a = (
3434
+ /*roulleteresults*/
3435
+ e[14] && /*roulleteresults*/
3436
+ e[14][
3437
+ /*i*/
3438
+ e[106]
3439
+ ] && On(e)
3440
+ );
3441
+ return {
3442
+ c() {
3443
+ a && a.c(), t = wt();
3444
+ },
3445
+ m(n, r) {
3446
+ a && a.m(n, r), U(n, t, r);
3447
+ },
3448
+ p(n, r) {
3449
+ /*roulleteresults*/
3450
+ n[14] && /*roulleteresults*/
3451
+ n[14][
3452
+ /*i*/
3453
+ n[106]
3454
+ ] ? a ? a.p(n, r) : (a = On(n), a.c(), a.m(t.parentNode, t)) : a && (a.d(1), a = null);
3455
+ },
3456
+ d(n) {
3457
+ n && H(t), a && a.d(n);
3458
+ }
3459
+ };
3460
+ }
3461
+ function _u(e) {
3462
+ let t, a = Rt(
3463
+ /*seats*/
3464
+ e[24]
3465
+ ), n = [];
3466
+ for (let r = 0; r < a.length; r += 1)
3467
+ n[r] = In(Sn(e, a, r));
3468
+ return {
3469
+ c() {
3470
+ for (let r = 0; r < n.length; r += 1)
3471
+ n[r].c();
3472
+ t = wt();
3473
+ },
3474
+ m(r, i) {
3475
+ for (let s = 0; s < n.length; s += 1)
3476
+ n[s] && n[s].m(r, i);
3477
+ U(r, t, i);
3478
+ },
3479
+ p(r, i) {
3480
+ if (i[0] & /*currentoccupiedseats, seats*/
3481
+ 285212672 | i[1] & /*contains*/
3482
+ 256) {
3483
+ a = Rt(
3484
+ /*seats*/
3485
+ r[24]
3486
+ );
3487
+ let s;
3488
+ for (s = 0; s < a.length; s += 1) {
3489
+ const o = Sn(r, a, s);
3490
+ n[s] ? n[s].p(o, i) : (n[s] = In(o), n[s].c(), n[s].m(t.parentNode, t));
3491
+ }
3492
+ for (; s < n.length; s += 1)
3493
+ n[s].d(1);
3494
+ n.length = a.length;
3495
+ }
3496
+ },
3497
+ d(r) {
3498
+ r && H(t), xn(n, r);
3499
+ }
3500
+ };
3501
+ }
3502
+ function yu(e) {
3503
+ let t, a = (
3504
+ /*$_*/
3505
+ e[35]("full") + ""
3506
+ ), n;
3507
+ return {
3508
+ c() {
3509
+ t = T("span"), n = Oe(a), y(t, "class", "FullTable");
3510
+ },
3511
+ m(r, i) {
3512
+ U(r, t, i), v(t, n);
3513
+ },
3514
+ p(r, i) {
3515
+ i[1] & /*$_*/
3516
+ 16 && a !== (a = /*$_*/
3517
+ r[35]("full") + "") && Ce(n, a);
3518
+ },
3519
+ d(r) {
3520
+ r && H(t);
3521
+ }
3522
+ };
3523
+ }
3524
+ function In(e) {
3525
+ let t, a, n, r, i, s;
3526
+ return {
3527
+ c() {
3528
+ t = T("span"), a = ca("svg"), n = ca("path"), r = ca("path"), i = j(), y(n, "d", "M11.58 6c-1.17 0-2.13.95-2.13 2.12v.4a8.82 8.82 0 00-2.92-.4c-1.54 0-2.45.22-2.92.4v-.4A2.136 2.136 0 001.48 6a1.33 1.33 0 00-.5 2.55c.14.07.24.21.24.37l.26 1.06c0 .96.73 1.75 1.65 1.85a.65.65 0 00.28 1.23.65.65 0 00.3-1.22h5.64a.65.65 0 00.3 1.22.65.65 0 00.28-1.23c.93-.1 1.65-.9 1.65-1.85l.27-1.06c0-.16.1-.3.24-.37A1.33 1.33 0 0011.58 6z"), y(r, "d", "M4.34 7.5c.55-.1 1.27-.17 2.2-.17.91 0 1.63.07 2.18.17.21-.96.9-1.74 1.8-2.1V4a3.99 3.99 0 00-7.97 0v1.4c.9.36 1.58 1.14 1.79 2.1z"), y(a, "xmlns", "http://www.w3.org/2000/svg"), y(a, "width", "13"), y(a, "height", "14"), y(a, "viewBox", "0 0 13 14"), y(t, "class", s = /*contains*/
3529
+ e[39](
3530
+ /*currentoccupiedseats*/
3531
+ e[28],
3532
+ /*seatData*/
3533
+ e[101].toString()
3534
+ ) ? "ClosedSeat" : "OpenSeat");
3535
+ },
3536
+ m(o, u) {
3537
+ U(o, t, u), v(t, a), v(a, n), v(a, r), v(t, i);
3538
+ },
3539
+ p(o, u) {
3540
+ u[0] & /*currentoccupiedseats, seats*/
3541
+ 285212672 && s !== (s = /*contains*/
3542
+ o[39](
3543
+ /*currentoccupiedseats*/
3544
+ o[28],
3545
+ /*seatData*/
3546
+ o[101].toString()
3547
+ ) ? "ClosedSeat" : "OpenSeat") && y(t, "class", s);
3548
+ },
3549
+ d(o) {
3550
+ o && H(t);
3551
+ }
3552
+ };
3553
+ }
3554
+ function wu(e) {
3555
+ let t;
3556
+ return {
3557
+ c() {
3558
+ t = T("div"), t.innerHTML = '<svg version="1.1" class="FavoredIcon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"><path style="fill: var(--emfe-w-color-white, #FFFFFF);" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"></path></svg>', y(t, "class", "FavIconContainer");
3559
+ },
3560
+ m(a, n) {
3561
+ U(a, t, n);
3562
+ },
3563
+ p: mt,
3564
+ d(a) {
3565
+ a && H(t);
3566
+ }
3567
+ };
3568
+ }
3569
+ function bu(e) {
3570
+ let t, a, n;
3571
+ return {
3572
+ c() {
3573
+ t = T("div"), t.innerHTML = `<svg version="1.1" class="UnfavoredIcon" part="UnfavoredIcon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="20px" y="20px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"><path style="fill: var(--emfe-w-color-white, #FFFFFF);" d="M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155
3574
+ c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047
3575
+ c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67
3576
+ c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637
3577
+ c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587
3578
+ l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278
3579
+ l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9
3580
+ c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685
3581
+ l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z"></path></svg>`, y(t, "class", "FavIconContainer");
3582
+ },
3583
+ m(r, i) {
3584
+ U(r, t, i), a || (n = Ma(
3585
+ t,
3586
+ "click",
3587
+ /*click_handler_2*/
3588
+ e[66]
3589
+ ), a = !0);
3590
+ },
3591
+ p: mt,
3592
+ d(r) {
3593
+ r && H(t), a = !1, n();
3594
+ }
3595
+ };
3596
+ }
3597
+ function vu(e) {
3598
+ let t, a, n;
3599
+ return {
3600
+ c() {
3601
+ t = T("div"), t.innerHTML = '<svg version="1.1" class="FavoredIcon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.481 19.481" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 19.481 19.481"><path style="fill: var(--emfe-w-color-white, #FFFFFF);" d="m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"></path></svg>', y(t, "class", "FavIconContainer");
3602
+ },
3603
+ m(r, i) {
3604
+ U(r, t, i), a || (n = Ma(
3605
+ t,
3606
+ "click",
3607
+ /*click_handler_1*/
3608
+ e[65]
3609
+ ), a = !0);
3610
+ },
3611
+ p: mt,
3612
+ d(r) {
3613
+ r && H(t), a = !1, n();
3614
+ }
3615
+ };
3616
+ }
3617
+ function Yn(e) {
3618
+ let t, a;
3619
+ return {
3620
+ c() {
3621
+ t = T("p"), a = Oe(
3622
+ /*gamename*/
3623
+ e[4]
3624
+ ), y(t, "class", "GameNameBelow"), y(
3625
+ t,
3626
+ "title",
3627
+ /*gamename*/
3628
+ e[4]
3629
+ );
3630
+ },
3631
+ m(n, r) {
3632
+ U(n, t, r), v(t, a);
3633
+ },
3634
+ p(n, r) {
3635
+ r[0] & /*gamename*/
3636
+ 16 && Ce(
3637
+ a,
3638
+ /*gamename*/
3639
+ n[4]
3640
+ ), r[0] & /*gamename*/
3641
+ 16 && y(
3642
+ t,
3643
+ "title",
3644
+ /*gamename*/
3645
+ n[4]
3646
+ );
3647
+ },
3648
+ d(n) {
3649
+ n && H(t);
3650
+ }
3651
+ };
3652
+ }
3653
+ function ku(e) {
3654
+ let t, a, n, r, i, s, o, u, c, _, g, w, k, K = (
3655
+ /*gamevendor*/
3656
+ (e[5] ? (
3657
+ /*gamevendor*/
3658
+ e[5]
3659
+ ) : "-") + ""
3660
+ ), Y, ee, fe, q, ve, Ue, He, Be, ce, ke, he, ze, me, W = (
3661
+ /*lang*/
3662
+ e[1] && Gn(e)
3663
+ ), A = (
3664
+ /*gameisnew*/
3665
+ e[7] && Dn(e)
3666
+ ), B = (
3667
+ /*gametag*/
3668
+ e[8] && Mn(e)
3669
+ ), z = (
3670
+ /*livegamedata*/
3671
+ e[13] && Ln(e)
3672
+ );
3673
+ function st(m, D) {
3674
+ if (D[0] & /*gamefavorite, isLoggedIn, favorites*/
3675
+ 65541 && (Be = null), D[0] & /*gamefavorite, isLoggedIn*/
3676
+ 65537 && (ce = null), D[0] & /*gamefavorite, isLoggedIn, favorites*/
3677
+ 65541 && (ke = null), Be == null && (Be = !!(!se(
3678
+ /*userAgent*/
3679
+ m[36]
3680
+ ) && /*gamefavorite*/
3681
+ m[0] && /*isLoggedIn*/
3682
+ m[16] && /*favorites*/
3683
+ m[2])), Be) return vu;
3684
+ if (ce == null && (ce = !!(!se(
3685
+ /*userAgent*/
3686
+ m[36]
3687
+ ) && !/*gamefavorite*/
3688
+ m[0] && /*isLoggedIn*/
3689
+ m[16])), ce) return bu;
3690
+ if (ke == null && (ke = !!(se(
3691
+ /*userAgent*/
3692
+ m[36]
3693
+ ) && /*gamefavorite*/
3694
+ m[0] && /*isLoggedIn*/
3695
+ m[16] && /*favorites*/
3696
+ m[2])), ke) return wu;
3697
+ }
3698
+ let ge = st(e, [-1, -1, -1, -1]), V = ge && ge(e), J = (
3699
+ /*showgamename*/
3700
+ e[10] === "true" && Yn(e)
3701
+ );
3702
+ return {
3703
+ c() {
3704
+ t = T("div"), a = T("div"), n = T("img"), s = j(), o = T("div"), u = T("div"), c = T("p"), _ = Oe(
3705
+ /*gamename*/
3706
+ e[4]
3707
+ ), g = j(), W && W.c(), w = j(), k = T("span"), Y = Oe(K), ee = j(), fe = T("div"), q = T("div"), A && A.c(), ve = j(), B && B.c(), Ue = j(), z && z.c(), He = j(), V && V.c(), ze = j(), J && J.c(), cn(n.src, r = /*gamethumbnail*/
3708
+ e[3]) || y(n, "src", r), y(n, "class", i = `GameBg GameBg-${/*gamecellsize*/
3709
+ e[9]} ${/*loaded*/
3710
+ e[17] ? "Loaded" : ""}`), y(n, "alt", ""), y(n, "loading", "lazy"), y(c, "class", "GameInfoName"), y(
3711
+ c,
3712
+ "title",
3713
+ /*gamename*/
3714
+ e[4]
3715
+ ), y(u, "class", "GameInfo"), y(k, "class", "GameInfoVendor"), y(o, "class", "GameInfoWrapper"), y(q, "class", "GameExtraInfo"), y(fe, "class", "GameExtraInfoContainer"), y(a, "class", he = "GameInnerContainer " + /*livegamedata*/
3716
+ (e[13] && !/*isopen*/
3717
+ e[22] && /*openhours*/
3718
+ e[23].value || /*livegamedata*/
3719
+ e[13] && /*istablefull*/
3720
+ e[32] ? "GameInnerContainerUnavailable" : "")), y(t, "class", me = `GameContainer ${/*extraclassname*/
3721
+ e[33]} ${/*casinogamesgridslider*/
3722
+ e[11] == "true" ? "CasinoGamesGridSlider" : ""}`), hn(
3723
+ t,
3724
+ "WithGameName",
3725
+ /*showgamename*/
3726
+ e[10]
3727
+ );
3728
+ },
3729
+ m(m, D) {
3730
+ U(m, t, D), v(t, a), v(a, n), e[62](n), v(a, s), v(a, o), v(o, u), v(u, c), v(c, _), v(u, g), W && W.m(u, null), v(o, w), v(o, k), v(k, Y), v(a, ee), v(a, fe), v(fe, q), A && A.m(q, null), v(q, ve), B && B.m(q, null), v(q, Ue), z && z.m(q, null), v(fe, He), V && V.m(fe, null), v(t, ze), J && J.m(t, null), e[67](t);
3731
+ },
3732
+ p(m, D) {
3733
+ D[0] & /*gamethumbnail*/
3734
+ 8 && !cn(n.src, r = /*gamethumbnail*/
3735
+ m[3]) && y(n, "src", r), D[0] & /*gamecellsize, loaded*/
3736
+ 131584 && i !== (i = `GameBg GameBg-${/*gamecellsize*/
3737
+ m[9]} ${/*loaded*/
3738
+ m[17] ? "Loaded" : ""}`) && y(n, "class", i), D[0] & /*gamename*/
3739
+ 16 && Ce(
3740
+ _,
3741
+ /*gamename*/
3742
+ m[4]
3743
+ ), D[0] & /*gamename*/
3744
+ 16 && y(
3745
+ c,
3746
+ "title",
3747
+ /*gamename*/
3748
+ m[4]
3749
+ ), /*lang*/
3750
+ m[1] ? W ? W.p(m, D) : (W = Gn(m), W.c(), W.m(u, null)) : W && (W.d(1), W = null), D[0] & /*gamevendor*/
3751
+ 32 && K !== (K = /*gamevendor*/
3752
+ (m[5] ? (
3753
+ /*gamevendor*/
3754
+ m[5]
3755
+ ) : "-") + "") && Ce(Y, K), /*gameisnew*/
3756
+ m[7] ? A ? A.p(m, D) : (A = Dn(m), A.c(), A.m(q, ve)) : A && (A.d(1), A = null), /*gametag*/
3757
+ m[8] ? B ? B.p(m, D) : (B = Mn(m), B.c(), B.m(q, Ue)) : B && (B.d(1), B = null), /*livegamedata*/
3758
+ m[13] ? z ? z.p(m, D) : (z = Ln(m), z.c(), z.m(q, null)) : z && (z.d(1), z = null), ge === (ge = st(m, D)) && V ? V.p(m, D) : (V && V.d(1), V = ge && ge(m), V && (V.c(), V.m(fe, null))), D[0] & /*livegamedata, isopen, openhours*/
3759
+ 12591104 | D[1] & /*istablefull*/
3760
+ 2 && he !== (he = "GameInnerContainer " + /*livegamedata*/
3761
+ (m[13] && !/*isopen*/
3762
+ m[22] && /*openhours*/
3763
+ m[23].value || /*livegamedata*/
3764
+ m[13] && /*istablefull*/
3765
+ m[32] ? "GameInnerContainerUnavailable" : "")) && y(a, "class", he), /*showgamename*/
3766
+ m[10] === "true" ? J ? J.p(m, D) : (J = Yn(m), J.c(), J.m(t, null)) : J && (J.d(1), J = null), D[0] & /*casinogamesgridslider*/
3767
+ 2048 | D[1] & /*extraclassname*/
3768
+ 4 && me !== (me = `GameContainer ${/*extraclassname*/
3769
+ m[33]} ${/*casinogamesgridslider*/
3770
+ m[11] == "true" ? "CasinoGamesGridSlider" : ""}`) && y(t, "class", me), D[0] & /*casinogamesgridslider, showgamename*/
3771
+ 3072 | D[1] & /*extraclassname*/
3772
+ 4 && hn(
3773
+ t,
3774
+ "WithGameName",
3775
+ /*showgamename*/
3776
+ m[10]
3777
+ );
3778
+ },
3779
+ i: mt,
3780
+ o: mt,
3781
+ d(m) {
3782
+ m && H(t), e[62](null), W && W.d(), A && A.d(), B && B.d(), z && z.d(), V && V.d(), J && J.d(), e[67](null);
3783
+ }
3784
+ };
3785
+ }
3786
+ const Ga = "blackjack", Da = "roulette", Tn = "doubleballroulette", Su = 7, Gu = ",", Rn = 5;
3787
+ function Du(e, t, a) {
3788
+ let n;
3789
+ ri(e, si, (l) => a(35, n = l));
3790
+ let { session: r = "" } = t, { userid: i = "" } = t, { lang: s = "en" } = t, { clientstyling: o = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: c = "" } = t, { favorites: _ = "" } = t, { gamethumbnail: g = "" } = t, { gamename: w = "" } = t, { gamevendor: k = "" } = t, { gamelaunchurl: K = "" } = t, { gameid: Y = "" } = t, { gameisnew: ee = "" } = t, { gametag: fe = "" } = t, { gamefunmode: q = !1 } = t, { gamefavorite: ve = !1 } = t, { gamecellsize: Ue = "" } = t, { showfavoredcategory: He = !1 } = t, { showgamename: Be = "" } = t, { currency: ce = "" } = t, { gamepagemodalurl: ke = "false" } = t, { endpoint: he = "" } = t, { categoryid: ze = "" } = t, { livelobbyendpoint: me = "" } = t, { connectlive: W = "" } = t, { visibilityconnect: A = "" } = t, { integratedgameframedesktop: B = "false" } = t, { integratedgameframemobile: z = "false" } = t, { casinogamesgridslider: st = "false" } = t, ge = !1, V, J = !1, m, D = window.navigator.userAgent, xe, O, Ne, Ja, Xt, Qt = "HH:mm", Ve, $t = {}, ot, qa = [], Xa = "EUR", ea, ta, aa, lt, na, ra, ia, Gt, sa, oa, Qa, qe, la, ie = "", ut, $a, ua;
3791
+ const Fr = [Ga], en = [Da, Tn], tn = {
3792
+ "01": "Yellow",
3793
+ "02": "Blue",
3794
+ 10: "Green",
3795
+ 40: "Red",
3796
+ "05": "Purple",
3797
+ 20: "Orange",
3798
+ X7: "Gold",
3799
+ X2: "Gold"
3800
+ }, an = {
3801
+ 1: "Red",
3802
+ 3: "Red",
3803
+ 5: "Red",
3804
+ 7: "Red",
3805
+ 9: "Red",
3806
+ 12: "Red",
3807
+ 14: "Red",
3808
+ 16: "Red",
3809
+ 18: "Red",
3810
+ 19: "Red",
3811
+ 21: "Red",
3812
+ 23: "Red",
3813
+ 25: "Red",
3814
+ 27: "Red",
3815
+ 30: "Red",
3816
+ 32: "Red",
3817
+ 34: "Red",
3818
+ 36: "Red",
3819
+ 2: "Black",
3820
+ 4: "Black",
3821
+ 6: "Black",
3822
+ 8: "Black",
3823
+ 10: "Black",
3824
+ 11: "Black",
3825
+ 13: "Black",
3826
+ 15: "Black",
3827
+ 17: "Black",
3828
+ 20: "Black",
3829
+ 22: "Black",
3830
+ 24: "Black",
3831
+ 26: "Black",
3832
+ 28: "Black",
3833
+ 29: "Black",
3834
+ 31: "Black",
3835
+ 33: "Black",
3836
+ 35: "Black",
3837
+ 0: "Green",
3838
+ "00": "Green"
3839
+ }, Or = () => {
3840
+ fetch(c).then((b) => b.json()).then((b) => {
3841
+ Object.keys(b).forEach((R) => {
3842
+ bn(R, b[R]);
3843
+ });
3844
+ }).catch((b) => {
3845
+ console.log(b);
3846
+ });
3847
+ };
3848
+ Object.keys(vn).forEach((l) => {
3849
+ bn(l, vn[l]);
3850
+ });
3851
+ const nn = (l) => {
3852
+ l.data.type === `AddFavoriteThumbnail_${Y}` && !He && a(0, ve = !0), l.data.type === `RemoveFavoriteThumbnail_${Y}` && !He && a(0, ve = !1), l.data.type === "UserSessionID" && (a(16, ge = !0), l.data.session, V = l.data.userID), l.data.type === "CategoryUpdate" && a(13, O = null);
3853
+ }, rn = (l) => {
3854
+ window.postMessage({ type: "SearchedItemClicked", gameId: l }, window.location.href), typeof gtag == "function" && gtag("event", "OpenGame", {
3855
+ context: "GameThumbnail--Searched",
3856
+ gameId: `${l}`,
3857
+ userId: `${V || "Not logged in"}`
3858
+ }), se(D) && z == "true" ? window.postMessage(
3859
+ {
3860
+ type: "OpenGameFrame",
3861
+ gameId: l,
3862
+ gamefunmode: q,
3863
+ gamepagemodalurl: ke,
3864
+ isMobile: se(D),
3865
+ source: "GameThumbnail",
3866
+ identifier: "Lobby",
3867
+ subVendor: k,
3868
+ launchUrl: K
3869
+ },
3870
+ window.location.href
3871
+ ) : se(D) && z == "false" && window.postMessage(
3872
+ {
3873
+ type: "ShowGameModal",
3874
+ gameId: l,
3875
+ isMobile: se(D)
3876
+ },
3877
+ window.location.href
3878
+ ), !se(D) && B == "true" ? window.postMessage(
3879
+ {
3880
+ type: "OpenGameFrame",
3881
+ gameId: l,
3882
+ gamefunmode: q,
3883
+ gamepagemodalurl: ke,
3884
+ isMobile: se(D),
3885
+ identifier: "Lobby",
3886
+ subVendor: k,
3887
+ launchUrl: K
3888
+ },
3889
+ window.location.href
3890
+ ) : !se(D) && B == "false" && window.postMessage(
3891
+ {
3892
+ type: "ShowGameModal",
3893
+ gameId: l,
3894
+ isMobile: se(D)
3895
+ },
3896
+ window.location.href
3897
+ );
3898
+ }, da = (l) => {
3899
+ ve ? window.postMessage(
3900
+ {
3901
+ type: `SetUnfavoredGame${ze}`,
3902
+ id: l
3903
+ },
3904
+ window.location.href
3905
+ ) : window.postMessage({ type: `SetFavoredGame${ze}`, id: l }, window.location.href);
3906
+ }, Cr = () => {
3907
+ du(s);
3908
+ }, Ir = () => {
3909
+ a(16, ge = !0), V = i;
3910
+ }, Yr = () => {
3911
+ m && a(
3912
+ 18,
3913
+ m.onload = () => {
3914
+ a(17, J = !0);
3915
+ },
3916
+ m
3917
+ );
3918
+ }, Tr = (l, b) => `${he}/v1/encoder/lobby/updates/${l}/${b}`, sn = () => {
3919
+ me && EventSource && !Ne && k && Y && (Ne = new EventSource(Tr(k, Y)), Ne.addEventListener("message", ln));
3920
+ }, on = () => {
3921
+ Ne && (Ne.close(), Ne = void 0);
3922
+ }, ln = (l) => fn(this, null, function* () {
3923
+ const { type: b, data: R } = l;
3924
+ let te;
3925
+ switch (b) {
3926
+ case "message": {
3927
+ if (R)
3928
+ try {
3929
+ te = JSON.parse(R);
3930
+ } catch (pe) {
3931
+ console.error("MESSAGE PARSING ERROR: ", pe);
3932
+ }
3933
+ if (te) {
3934
+ const {
3935
+ InternalTableId: pe,
3936
+ MessageType: Mt,
3937
+ // TakenSeats,
3938
+ Results: Pe,
3939
+ // Roads, // for baccarat
3940
+ Seats: Lt,
3941
+ Open: Ft
3942
+ } = te;
3943
+ if (pe)
3944
+ switch (Mt) {
3945
+ case "SeatsUpdated": {
3946
+ Lt && Array.isArray(Lt) && (a(28, lt = Lt), a(13, O.currentOccupiedSeats = Lt, O), yield dt());
3947
+ break;
3948
+ }
3949
+ case "RouletteResultsUpdated": {
3950
+ Pe && Array.isArray(Pe) && (na = Pe, a(13, O.currentRouletteNumbers = Pe, O), yield dt());
3951
+ break;
3952
+ }
3953
+ case "DoubleBallRouletteResultsUpdated": {
3954
+ Pe && Array.isArray(Pe) && (ra = Pe, a(13, O.currentDoubleBallRouletteNumbers = Pe, O), yield dt());
3955
+ break;
3956
+ }
3957
+ case "TableOpened": {
3958
+ a(22, Ve = Ft), a(13, O.isOpen = Ft, O), yield dt();
3959
+ break;
3960
+ }
3961
+ case "TableClosed": {
3962
+ a(22, Ve = Ft), a(13, O.isOpen = Ft, O), yield dt();
3963
+ break;
3964
+ }
3965
+ }
3966
+ }
3967
+ }
3968
+ }
3969
+ }), Rr = () => {
3970
+ let l = new URL(`${me.split("?")[0]}`);
3971
+ l.searchParams.append("platform", oi(D)), l.searchParams.append("language", s), fetch(l).then((b) => b.json()).then((b) => {
3972
+ const { details: R } = b[0];
3973
+ a(13, O = R);
3974
+ });
3975
+ }, un = (l, b = Gu) => l != null ? `${l}`.replace(/\B(?=(\d{3})+(?!\d))/g, b) : "", Dt = (l, b) => l.some((R) => R === b), xr = (l) => {
3976
+ let b = null;
3977
+ if (l) {
3978
+ const { vendorCategory: R } = l;
3979
+ if (R) {
3980
+ const te = R.toLowerCase();
3981
+ Dt(Fr, te) ? b = Ga : Dt(en, te) && (b = Da);
3982
+ }
3983
+ }
3984
+ return b;
3985
+ }, Nr = (l, b, R) => {
3986
+ let te, pe;
3987
+ return l != null && b !== void 0 && b !== null && (pe = `
3988
+ <span>
3989
+ ${R}
3990
+ </span>
3991
+ ${un(l)}-${un(b)}`), ua && (te = `
3992
+ <svg fill="var(--emfe-w-color-white, #FFFFFF);" width="13" height="13" viewBox="0 0 13 14" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z"/></svg>
3993
+ <span class="NrOfPlayers">${ua}</span>`), !te && !pe ? "" : `
3994
+ <p class="LiveLimits">
3995
+ <span class="BetLimitLeft">
3996
+ ${pe || ""}
3997
+ </span>
3998
+ <span class="BetLimitRight">
3999
+ ${te || ""}
4000
+ </span>
4001
+ </p>`;
4002
+ }, Pr = (l) => l ? `
4003
+ <p class="LiveLimits">
4004
+ <span class="DealerName">${n("dealer")}: ${l}</span>
4005
+ </p>
4006
+ ` : "", Wr = (l) => {
4007
+ aa = l.totalSeats || Su, a(28, lt = l.currentOccupiedSeats || []);
4008
+ const b = [];
4009
+ for (let R = 1; R <= aa; R++)
4010
+ b.push(R);
4011
+ return { seats: b };
4012
+ }, Er = (l, b, R, te = "") => {
4013
+ const pe = `${l} ${te}`, Mt = b.toString().match(/first0|second0|0/g);
4014
+ return b === 0 || Mt && Mt.length !== 0 ? `
4015
+ <span
4016
+ id=${b}
4017
+ class="${pe}"
4018
+ >
4019
+ ${R}
4020
+ </span>
4021
+ ` : `
4022
+ <span id=${b} class="${pe}">
4023
+ ${R}
4024
+ </span>
4025
+ `;
4026
+ }, Ar = () => {
4027
+ const l = "FirstElementAnimated", b = ut.getElementsByClassName("First")[0];
4028
+ b && (b.classList.add(l), setTimeout(
4029
+ () => {
4030
+ b.classList.remove(l);
4031
+ },
4032
+ 2e3
4033
+ ));
4034
+ }, Ur = () => {
4035
+ if (O) {
4036
+ if (a(22, Ve = O.isOpen), $t = O.betLimit || {}, a(23, ot = O.openHours), a(24, qa = Wr(O).seats), ot && ot.value) {
4037
+ const { value: { startTime: l, originalTimeFormat: b } } = ot;
4038
+ a(20, Xt = l), a(21, Qt = b || Qt);
4039
+ }
4040
+ Ve && a(19, Ja = xr(O)), a(25, Xa = fu[ce]), a(26, ea = ($t.min || {})[ce]), a(27, ta = ($t.max || {})[ce]), na = O.currentRouletteNumbers, ra = O.currentDoubleBallRouletteNumbers, ia = O.vendorCategory, a(29, Gt = ia.toLowerCase() === Tn), a(14, sa = (Gt ? ra : na) || []), a(30, oa = "GameProp LiveProps RoulleteProps"), a(30, oa += Gt ? " Double" : ""), a(31, Qa = Dt(en, ia.toLowerCase()) ? an : tn), la = qe, a(32, qe = Array.isArray(lt) && lt.length === aa), O.dealer && a(34, $a = O.dealer.DealerName), ua = O.numberOfPlayers, a(33, ie = "ListGame"), O.isOpen && O.currentRouletteNumbers && a(33, ie += " GameBackdrop"), Ve && qe && ea && ta && O.currentOccupiedSeats ? a(33, ie += " GameContainerDimmed") : Ve === !1 && Xt && a(33, ie += " GameContainerFullyDimmed"), xe && (!la && qe ? (a(33, ie += " PulsatingRedShadow"), a(33, ie = ie.replace(" PulsatingGreenShadow", ""))) : la && !qe && (a(33, ie += " PulsatingGreenShadow"), a(33, ie = ie.replace(" PulsatingRedShadow", ""))));
4041
+ }
4042
+ }, Hr = () => {
4043
+ W === "disconnect" ? on() : W === "connect" && sn();
4044
+ }, Br = () => {
4045
+ A === "disconnect" ? on() : A === "connect" && W === "connect" && sn();
4046
+ }, zr = () => {
4047
+ let l = document.createElement("style");
4048
+ l.innerHTML = o, xe.appendChild(l);
4049
+ }, dn = () => {
4050
+ let l = new URL(u), b = document.createElement("style");
4051
+ fetch(l.href).then((R) => R.text()).then((R) => {
4052
+ b.innerHTML = R, setTimeout(
4053
+ () => {
4054
+ xe.appendChild(b);
4055
+ },
4056
+ 1
4057
+ );
4058
+ });
4059
+ };
4060
+ ii(() => (window.addEventListener("message", nn, !1), () => {
4061
+ window.removeEventListener("message", nn), Ne && Ne.removeEventListener("message", ln);
4062
+ }));
4063
+ function Vr(l) {
4064
+ fa[l ? "unshift" : "push"](() => {
4065
+ m = l, a(18, m);
4066
+ });
4067
+ }
4068
+ const jr = () => rn(Y);
4069
+ function Zr(l) {
4070
+ fa[l ? "unshift" : "push"](() => {
4071
+ ut = l, a(15, ut);
4072
+ });
4073
+ }
4074
+ const Kr = () => da(Y), Jr = () => da(Y);
4075
+ function qr(l) {
4076
+ fa[l ? "unshift" : "push"](() => {
4077
+ xe = l, a(12, xe);
4078
+ });
4079
+ }
4080
+ return e.$$set = (l) => {
4081
+ "session" in l && a(43, r = l.session), "userid" in l && a(44, i = l.userid), "lang" in l && a(1, s = l.lang), "clientstyling" in l && a(45, o = l.clientstyling), "clientstylingurl" in l && a(46, u = l.clientstylingurl), "translationurl" in l && a(47, c = l.translationurl), "favorites" in l && a(2, _ = l.favorites), "gamethumbnail" in l && a(3, g = l.gamethumbnail), "gamename" in l && a(4, w = l.gamename), "gamevendor" in l && a(5, k = l.gamevendor), "gamelaunchurl" in l && a(48, K = l.gamelaunchurl), "gameid" in l && a(6, Y = l.gameid), "gameisnew" in l && a(7, ee = l.gameisnew), "gametag" in l && a(8, fe = l.gametag), "gamefunmode" in l && a(49, q = l.gamefunmode), "gamefavorite" in l && a(0, ve = l.gamefavorite), "gamecellsize" in l && a(9, Ue = l.gamecellsize), "showfavoredcategory" in l && a(50, He = l.showfavoredcategory), "showgamename" in l && a(10, Be = l.showgamename), "currency" in l && a(51, ce = l.currency), "gamepagemodalurl" in l && a(52, ke = l.gamepagemodalurl), "endpoint" in l && a(53, he = l.endpoint), "categoryid" in l && a(54, ze = l.categoryid), "livelobbyendpoint" in l && a(55, me = l.livelobbyendpoint), "connectlive" in l && a(56, W = l.connectlive), "visibilityconnect" in l && a(57, A = l.visibilityconnect), "integratedgameframedesktop" in l && a(58, B = l.integratedgameframedesktop), "integratedgameframemobile" in l && a(59, z = l.integratedgameframemobile), "casinogamesgridslider" in l && a(11, st = l.casinogamesgridslider);
4082
+ }, e.$$.update = () => {
4083
+ e.$$.dirty[1] & /*connectlive*/
4084
+ 33554432 && W && Hr(), e.$$.dirty[1] & /*visibilityconnect*/
4085
+ 67108864 && A && Br(), e.$$.dirty[0] & /*lang*/
4086
+ 2 && s && Cr(), e.$$.dirty[1] & /*session, userid, endpoint*/
4087
+ 4206592 && r && i && he && Ir(), e.$$.dirty[0] & /*gamethumbnail*/
4088
+ 8 && g && Yr(), e.$$.dirty[0] & /*customStylingContainer*/
4089
+ 4096 | e.$$.dirty[1] & /*clientstyling*/
4090
+ 16384 && o && xe && zr(), e.$$.dirty[0] & /*customStylingContainer*/
4091
+ 4096 | e.$$.dirty[1] & /*clientstylingurl*/
4092
+ 32768 && u && xe && dn(), e.$$.dirty[0] & /*favorites*/
4093
+ 4, e.$$.dirty[1] & /*translationurl*/
4094
+ 65536 && c && Or(), e.$$.dirty[0] & /*gamecellsize*/
4095
+ 512 | e.$$.dirty[1] & /*clientstylingurl*/
4096
+ 32768 && Ue && u && dn(), e.$$.dirty[1] & /*endpoint, livelobbyendpoint*/
4097
+ 20971520 && he && me && Rr(), e.$$.dirty[0] & /*livegamedata*/
4098
+ 8192 && O && Ur(), e.$$.dirty[0] & /*roulletteref, roulleteresults*/
4099
+ 49152 && ut && sa && Ar();
4100
+ }, [
4101
+ ve,
4102
+ s,
4103
+ _,
4104
+ g,
4105
+ w,
4106
+ k,
4107
+ Y,
4108
+ ee,
4109
+ fe,
4110
+ Ue,
4111
+ Be,
4112
+ st,
4113
+ xe,
4114
+ O,
4115
+ sa,
4116
+ ut,
4117
+ ge,
4118
+ J,
4119
+ m,
4120
+ Ja,
4121
+ Xt,
4122
+ Qt,
4123
+ Ve,
4124
+ ot,
4125
+ qa,
4126
+ Xa,
4127
+ ea,
4128
+ ta,
4129
+ lt,
4130
+ Gt,
4131
+ oa,
4132
+ Qa,
4133
+ qe,
4134
+ ie,
4135
+ $a,
4136
+ n,
4137
+ D,
4138
+ rn,
4139
+ da,
4140
+ Dt,
4141
+ Nr,
4142
+ Pr,
4143
+ Er,
4144
+ r,
4145
+ i,
4146
+ o,
4147
+ u,
4148
+ c,
4149
+ K,
4150
+ q,
4151
+ He,
4152
+ ce,
4153
+ ke,
4154
+ he,
4155
+ ze,
4156
+ me,
4157
+ W,
4158
+ A,
4159
+ B,
4160
+ z,
4161
+ tn,
4162
+ an,
4163
+ Vr,
4164
+ jr,
4165
+ Zr,
4166
+ Kr,
4167
+ Jr,
4168
+ qr
4169
+ ];
4170
+ }
4171
+ class Lr extends $r {
4172
+ constructor(t) {
4173
+ super(), ei(
4174
+ this,
4175
+ t,
4176
+ Du,
4177
+ ku,
4178
+ ai,
4179
+ {
4180
+ session: 43,
4181
+ userid: 44,
4182
+ lang: 1,
4183
+ clientstyling: 45,
4184
+ clientstylingurl: 46,
4185
+ translationurl: 47,
4186
+ favorites: 2,
4187
+ gamethumbnail: 3,
4188
+ gamename: 4,
4189
+ gamevendor: 5,
4190
+ gamelaunchurl: 48,
4191
+ gameid: 6,
4192
+ gameisnew: 7,
4193
+ gametag: 8,
4194
+ gamefunmode: 49,
4195
+ gamefavorite: 0,
4196
+ gamecellsize: 9,
4197
+ showfavoredcategory: 50,
4198
+ showgamename: 10,
4199
+ currency: 51,
4200
+ gamepagemodalurl: 52,
4201
+ endpoint: 53,
4202
+ categoryid: 54,
4203
+ livelobbyendpoint: 55,
4204
+ connectlive: 56,
4205
+ visibilityconnect: 57,
4206
+ integratedgameframedesktop: 58,
4207
+ integratedgameframemobile: 59,
4208
+ casinogamesgridslider: 11,
4209
+ MONEY_WHEEL_COLOR_MAP: 60,
4210
+ ROULETTE_COLOR_MAP: 61
4211
+ },
4212
+ cu,
4213
+ [-1, -1, -1, -1]
4214
+ );
4215
+ }
4216
+ get session() {
4217
+ return this.$$.ctx[43];
4218
+ }
4219
+ set session(t) {
4220
+ this.$$set({ session: t }), C();
4221
+ }
4222
+ get userid() {
4223
+ return this.$$.ctx[44];
4224
+ }
4225
+ set userid(t) {
4226
+ this.$$set({ userid: t }), C();
4227
+ }
4228
+ get lang() {
4229
+ return this.$$.ctx[1];
4230
+ }
4231
+ set lang(t) {
4232
+ this.$$set({ lang: t }), C();
4233
+ }
4234
+ get clientstyling() {
4235
+ return this.$$.ctx[45];
4236
+ }
4237
+ set clientstyling(t) {
4238
+ this.$$set({ clientstyling: t }), C();
4239
+ }
4240
+ get clientstylingurl() {
4241
+ return this.$$.ctx[46];
4242
+ }
4243
+ set clientstylingurl(t) {
4244
+ this.$$set({ clientstylingurl: t }), C();
4245
+ }
4246
+ get translationurl() {
4247
+ return this.$$.ctx[47];
4248
+ }
4249
+ set translationurl(t) {
4250
+ this.$$set({ translationurl: t }), C();
4251
+ }
4252
+ get favorites() {
4253
+ return this.$$.ctx[2];
4254
+ }
4255
+ set favorites(t) {
4256
+ this.$$set({ favorites: t }), C();
4257
+ }
4258
+ get gamethumbnail() {
4259
+ return this.$$.ctx[3];
4260
+ }
4261
+ set gamethumbnail(t) {
4262
+ this.$$set({ gamethumbnail: t }), C();
4263
+ }
4264
+ get gamename() {
4265
+ return this.$$.ctx[4];
4266
+ }
4267
+ set gamename(t) {
4268
+ this.$$set({ gamename: t }), C();
4269
+ }
4270
+ get gamevendor() {
4271
+ return this.$$.ctx[5];
4272
+ }
4273
+ set gamevendor(t) {
4274
+ this.$$set({ gamevendor: t }), C();
4275
+ }
4276
+ get gamelaunchurl() {
4277
+ return this.$$.ctx[48];
4278
+ }
4279
+ set gamelaunchurl(t) {
4280
+ this.$$set({ gamelaunchurl: t }), C();
4281
+ }
4282
+ get gameid() {
4283
+ return this.$$.ctx[6];
4284
+ }
4285
+ set gameid(t) {
4286
+ this.$$set({ gameid: t }), C();
4287
+ }
4288
+ get gameisnew() {
4289
+ return this.$$.ctx[7];
4290
+ }
4291
+ set gameisnew(t) {
4292
+ this.$$set({ gameisnew: t }), C();
4293
+ }
4294
+ get gametag() {
4295
+ return this.$$.ctx[8];
4296
+ }
4297
+ set gametag(t) {
4298
+ this.$$set({ gametag: t }), C();
4299
+ }
4300
+ get gamefunmode() {
4301
+ return this.$$.ctx[49];
4302
+ }
4303
+ set gamefunmode(t) {
4304
+ this.$$set({ gamefunmode: t }), C();
4305
+ }
4306
+ get gamefavorite() {
4307
+ return this.$$.ctx[0];
4308
+ }
4309
+ set gamefavorite(t) {
4310
+ this.$$set({ gamefavorite: t }), C();
4311
+ }
4312
+ get gamecellsize() {
4313
+ return this.$$.ctx[9];
4314
+ }
4315
+ set gamecellsize(t) {
4316
+ this.$$set({ gamecellsize: t }), C();
4317
+ }
4318
+ get showfavoredcategory() {
4319
+ return this.$$.ctx[50];
4320
+ }
4321
+ set showfavoredcategory(t) {
4322
+ this.$$set({ showfavoredcategory: t }), C();
4323
+ }
4324
+ get showgamename() {
4325
+ return this.$$.ctx[10];
4326
+ }
4327
+ set showgamename(t) {
4328
+ this.$$set({ showgamename: t }), C();
4329
+ }
4330
+ get currency() {
4331
+ return this.$$.ctx[51];
4332
+ }
4333
+ set currency(t) {
4334
+ this.$$set({ currency: t }), C();
4335
+ }
4336
+ get gamepagemodalurl() {
4337
+ return this.$$.ctx[52];
4338
+ }
4339
+ set gamepagemodalurl(t) {
4340
+ this.$$set({ gamepagemodalurl: t }), C();
4341
+ }
4342
+ get endpoint() {
4343
+ return this.$$.ctx[53];
4344
+ }
4345
+ set endpoint(t) {
4346
+ this.$$set({ endpoint: t }), C();
4347
+ }
4348
+ get categoryid() {
4349
+ return this.$$.ctx[54];
4350
+ }
4351
+ set categoryid(t) {
4352
+ this.$$set({ categoryid: t }), C();
4353
+ }
4354
+ get livelobbyendpoint() {
4355
+ return this.$$.ctx[55];
4356
+ }
4357
+ set livelobbyendpoint(t) {
4358
+ this.$$set({ livelobbyendpoint: t }), C();
4359
+ }
4360
+ get connectlive() {
4361
+ return this.$$.ctx[56];
4362
+ }
4363
+ set connectlive(t) {
4364
+ this.$$set({ connectlive: t }), C();
4365
+ }
4366
+ get visibilityconnect() {
4367
+ return this.$$.ctx[57];
4368
+ }
4369
+ set visibilityconnect(t) {
4370
+ this.$$set({ visibilityconnect: t }), C();
4371
+ }
4372
+ get integratedgameframedesktop() {
4373
+ return this.$$.ctx[58];
4374
+ }
4375
+ set integratedgameframedesktop(t) {
4376
+ this.$$set({ integratedgameframedesktop: t }), C();
4377
+ }
4378
+ get integratedgameframemobile() {
4379
+ return this.$$.ctx[59];
4380
+ }
4381
+ set integratedgameframemobile(t) {
4382
+ this.$$set({ integratedgameframemobile: t }), C();
4383
+ }
4384
+ get casinogamesgridslider() {
4385
+ return this.$$.ctx[11];
4386
+ }
4387
+ set casinogamesgridslider(t) {
4388
+ this.$$set({ casinogamesgridslider: t }), C();
4389
+ }
4390
+ get MONEY_WHEEL_COLOR_MAP() {
4391
+ return this.$$.ctx[60];
4392
+ }
4393
+ get ROULETTE_COLOR_MAP() {
4394
+ return this.$$.ctx[61];
4395
+ }
4396
+ }
4397
+ ti(Lr, { session: {}, userid: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, favorites: {}, gamethumbnail: {}, gamename: {}, gamevendor: {}, gamelaunchurl: {}, gameid: {}, gameisnew: {}, gametag: {}, gamefunmode: { type: "Boolean" }, gamefavorite: { type: "Boolean" }, gamecellsize: {}, showfavoredcategory: { type: "Boolean" }, showgamename: {}, currency: {}, gamepagemodalurl: {}, endpoint: {}, categoryid: {}, livelobbyendpoint: {}, connectlive: {}, visibilityconnect: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, casinogamesgridslider: {} }, [], ["MONEY_WHEEL_COLOR_MAP", "ROULETTE_COLOR_MAP"], !0);
4398
+ const Ou = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4399
+ __proto__: null,
4400
+ default: Lr
4401
+ }, Symbol.toStringTag, { value: "Module" }));
4402
+ export {
4403
+ Ou as C,
4404
+ f as h
4405
+ };