@everymatrix/casino-navigation-search 1.87.26 → 1.87.28

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