@everymatrix/casino-navigation-search 1.87.25 → 1.87.27

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