@everymatrix/player-account-controller-nd 1.74.2 → 1.74.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/PlayerAccountControllerNd-B2aKBoWT.cjs +1 -0
- package/components/{PlayerAccountControllerNd-DjnOphQe.js → PlayerAccountControllerNd-DcyhHnAy.js} +397 -367
- package/components/{PlayerAccountControllerNd-BS-riY4B.js → PlayerAccountControllerNd-NBr8XDI7.js} +387 -357
- package/components/{PlayerAccountProductRestriction-BGhVoupi.js → PlayerAccountProductRestriction-CN53RWXW.js} +1844 -1782
- package/components/{PlayerAccountProductRestriction-BG4D1x1w.js → PlayerAccountProductRestriction-Da-DR_H1.js} +1805 -1743
- package/components/{PlayerAccountProductRestriction-AAK9uBJW.cjs → PlayerAccountProductRestriction-nQ_8_MV1.cjs} +251 -251
- package/components/{PlayerAccountSelfExclusionNd-B6y7tHtr.js → PlayerAccountSelfExclusionNd-B5yQ8mL0.js} +422 -401
- package/components/{PlayerAccountSelfExclusionNd-DsfbSJv5.cjs → PlayerAccountSelfExclusionNd-B7DjoHrS.cjs} +18 -18
- package/components/{PlayerAccountSelfExclusionNd-CSy2aO0P.js → PlayerAccountSelfExclusionNd-yHby6KUf.js} +360 -339
- package/components/{PlayerAccountTimeout-BSXztQgW.js → PlayerAccountTimeout-CkKX0-D_.js} +2 -2
- package/components/{PlayerAccountTimeout-CfHses_T.cjs → PlayerAccountTimeout-CohC33sI.cjs} +1 -1
- package/components/{PlayerAccountTimeout-TK3tc__T.js → PlayerAccountTimeout-G31ynBjD.js} +2 -2
- package/components/PlayerAccountTransactionsHistory--O5i9HfY.cjs +4 -0
- package/components/PlayerAccountTransactionsHistory-CGq9q7Ak.js +1950 -0
- package/components/PlayerAccountTransactionsHistory-lEqFBIwn.js +1919 -0
- package/components/{PlayerBonusHistory-hngswR3n.js → PlayerBonusHistory-B9GBjrhp.js} +1 -1
- package/components/{PlayerBonusHistory-Bl1yBZN6.js → PlayerBonusHistory-DgZlf4DN.js} +1 -1
- package/components/{PlayerBonusHistory-BFQwHuVP.cjs → PlayerBonusHistory-l9JKc1SI.cjs} +1 -1
- package/components/{PlayerGamingHistory-DuN7uKoy.js → PlayerGamingHistory-CUfMRa00.js} +1 -1
- package/components/{PlayerGamingHistory-B97vlhK5.js → PlayerGamingHistory-D-rZL0d1.js} +1 -1
- package/components/{PlayerGamingHistory-Db8SvXdu.cjs → PlayerGamingHistory-DrygiT7t.cjs} +1 -1
- package/es2015/player-account-controller-nd.cjs +1 -1
- package/es2015/player-account-controller-nd.js +1 -1
- package/esnext/player-account-controller-nd.js +1 -1
- package/package.json +1 -1
- package/stencil/{index-9c0f6c58-Bv8IBM1p.js → index-9c0f6c58-8sXzcKbt.js} +1 -1
- package/stencil/{index-9c0f6c58-zsW8QQHO.cjs → index-9c0f6c58-CbFwvYJ1.cjs} +1 -1
- package/stencil/{index-9c0f6c58-DLLdeaWe.js → index-9c0f6c58-DH5Ki39B.js} +1 -1
- package/stencil/{player-kyc-verification-DJDR-AK_.js → player-kyc-verification-BJuBsd7A.js} +71 -71
- package/stencil/player-kyc-verification-DW2tWbg_.cjs +181 -0
- package/stencil/{player-kyc-verification-CEsLhoEl.js → player-kyc-verification-u-XUlDen.js} +11 -11
- package/components/PlayerAccountControllerNd-DQ4EqhoO.cjs +0 -1
- package/components/PlayerAccountTransactionsHistory-4ixHf0ux.js +0 -1890
- package/components/PlayerAccountTransactionsHistory-CujRe7uY.cjs +0 -4
- package/components/PlayerAccountTransactionsHistory-D7ud4SRU.js +0 -1859
- package/stencil/player-kyc-verification--Oo2H-oo.cjs +0 -181
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var Br = Object.defineProperty, Hr = Object.defineProperties;
|
|
2
|
-
var
|
|
2
|
+
var Yr = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ho = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
4
|
+
var $r = Object.prototype.hasOwnProperty, jr = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var po = (o, t, e) => t in o ? Br(o, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[t] = e, Pt = (o, t) => {
|
|
6
6
|
for (var e in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
$r.call(t, e) && po(o, e, t[e]);
|
|
8
8
|
if (ho)
|
|
9
9
|
for (var e of ho(t))
|
|
10
10
|
jr.call(t, e) && po(o, e, t[e]);
|
|
11
11
|
return o;
|
|
12
|
-
}, kt = (o, t) => Hr(o,
|
|
12
|
+
}, kt = (o, t) => Hr(o, Yr(t));
|
|
13
13
|
var rt = (o, t, e) => new Promise((i, s) => {
|
|
14
14
|
var r = (l) => {
|
|
15
15
|
try {
|
|
@@ -27,7 +27,7 @@ var rt = (o, t, e) => new Promise((i, s) => {
|
|
|
27
27
|
a((e = e.apply(o, t)).next());
|
|
28
28
|
});
|
|
29
29
|
import { a5 as Vr, a6 as Ur, a as Wr, $ as qr, S as Kr, i as Gr, f as oe, c as Jr, s as Xr, b as Zr, e as w, k as ne, o as _i, p as ae, q as Qr, u as en, v as tn, w as on, x as sn, z as fo, A as rn, O as mo, d as I, t as re, y as Ae, F as nn, g as E, j as We, l as f, m as zt, n as de, P as an, r as ln, h as S, Y as Xt, B as cn } from "./GeneralLogout-DqIgt_tx.js";
|
|
30
|
-
import { d as Ee } from "./PlayerAccountProductRestriction-
|
|
30
|
+
import { d as Ee } from "./PlayerAccountProductRestriction-CN53RWXW.js";
|
|
31
31
|
import "../stencil/ui-skeleton-CnxOhYAT.js";
|
|
32
32
|
import "./PlayerAccountGamingLimitsGroupEdit-Cj8Zh8WK.js";
|
|
33
33
|
/**
|
|
@@ -67,10 +67,10 @@ be(un);
|
|
|
67
67
|
* Copyright 2019 Google LLC
|
|
68
68
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
69
69
|
*/
|
|
70
|
-
const Ft = globalThis, Hi = Ft.ShadowRoot && (Ft.ShadyCSS === void 0 || Ft.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype,
|
|
71
|
-
let
|
|
70
|
+
const Ft = globalThis, Hi = Ft.ShadowRoot && (Ft.ShadyCSS === void 0 || Ft.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Yi = Symbol(), _o = /* @__PURE__ */ new WeakMap();
|
|
71
|
+
let $i = class {
|
|
72
72
|
constructor(t, e, i) {
|
|
73
|
-
if (this._$cssResult$ = !0, i !==
|
|
73
|
+
if (this._$cssResult$ = !0, i !== Yi)
|
|
74
74
|
throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
75
75
|
this.cssText = t, this.t = e;
|
|
76
76
|
}
|
|
@@ -87,7 +87,7 @@ let Yi = class {
|
|
|
87
87
|
return this.cssText;
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
|
-
const dn = (o) => new
|
|
90
|
+
const dn = (o) => new $i(typeof o == "string" ? o : o + "", void 0, Yi), P = (o, ...t) => {
|
|
91
91
|
const e = o.length === 1 ? o[0] : t.reduce((i, s, r) => i + ((n) => {
|
|
92
92
|
if (n._$cssResult$ === !0)
|
|
93
93
|
return n.cssText;
|
|
@@ -95,7 +95,7 @@ const dn = (o) => new Yi(typeof o == "string" ? o : o + "", void 0, $i), P = (o,
|
|
|
95
95
|
return n;
|
|
96
96
|
throw Error("Value passed to 'css' function must be a 'css' function result: " + n + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
97
97
|
})(s) + o[r + 1], o[0]);
|
|
98
|
-
return new
|
|
98
|
+
return new $i(e, o, Yi);
|
|
99
99
|
}, ps = (o, t) => {
|
|
100
100
|
if (Hi)
|
|
101
101
|
o.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
|
|
@@ -372,9 +372,9 @@ Ke.elementStyles = [], Ke.shadowRootOptions = { mode: "open" }, Ke[pt("elementPr
|
|
|
372
372
|
* Copyright 2017 Google LLC
|
|
373
373
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
374
374
|
*/
|
|
375
|
-
const ft = globalThis, Lt = ft.trustedTypes, yo = Lt ? Lt.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, ms = "$lit$", Me = `lit$${Math.random().toFixed(9).slice(2)}$`, _s = "?" + Me, vn = `<${_s}>`,
|
|
375
|
+
const ft = globalThis, Lt = ft.trustedTypes, yo = Lt ? Lt.createPolicy("lit-html", { createHTML: (o) => o }) : void 0, ms = "$lit$", Me = `lit$${Math.random().toFixed(9).slice(2)}$`, _s = "?" + Me, vn = `<${_s}>`, $e = document, _t = () => $e.createComment(""), gt = (o) => o === null || typeof o != "object" && typeof o != "function", ji = Array.isArray, yn = (o) => ji(o) || typeof (o == null ? void 0 : o[Symbol.iterator]) == "function", Qt = `[
|
|
376
376
|
\f\r]`, nt = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, xo = /-->/g, wo = />/g, Le = RegExp(`>|${Qt}(?:([^\\s"'>=/]+)(${Qt}*=${Qt}*(?:[^
|
|
377
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), Eo = /'/g, So = /"/g, gs = /^(?:script|style|textarea|title)$/i, Qe = Symbol.for("lit-noChange"), W = Symbol.for("lit-nothing"), Ao = /* @__PURE__ */ new WeakMap(), Re =
|
|
377
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), Eo = /'/g, So = /"/g, gs = /^(?:script|style|textarea|title)$/i, Qe = Symbol.for("lit-noChange"), W = Symbol.for("lit-nothing"), Ao = /* @__PURE__ */ new WeakMap(), Re = $e.createTreeWalker($e, 129);
|
|
378
378
|
function bs(o, t) {
|
|
379
379
|
if (!ji(o) || !o.hasOwnProperty("raw"))
|
|
380
380
|
throw Error("invalid template strings array");
|
|
@@ -408,8 +408,8 @@ class bt {
|
|
|
408
408
|
if (s.hasAttributes())
|
|
409
409
|
for (const d of s.getAttributeNames())
|
|
410
410
|
if (d.endsWith(ms)) {
|
|
411
|
-
const h = u[n++], m = s.getAttribute(d).split(Me),
|
|
412
|
-
l.push({ type: 1, index: r, name:
|
|
411
|
+
const h = u[n++], m = s.getAttribute(d).split(Me), b = /([.?@])?(.*)/.exec(h);
|
|
412
|
+
l.push({ type: 1, index: r, name: b[2], strings: m, ctor: b[1] === "." ? En : b[1] === "?" ? Sn : b[1] === "@" ? An : Ut }), s.removeAttribute(d);
|
|
413
413
|
} else
|
|
414
414
|
d.startsWith(Me) && (l.push({ type: 6, index: r }), s.removeAttribute(d));
|
|
415
415
|
if (gs.test(s.tagName)) {
|
|
@@ -433,7 +433,7 @@ class bt {
|
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
435
|
static createElement(t, e) {
|
|
436
|
-
const i =
|
|
436
|
+
const i = $e.createElement("template");
|
|
437
437
|
return i.innerHTML = t, i;
|
|
438
438
|
}
|
|
439
439
|
}
|
|
@@ -457,7 +457,7 @@ class wn {
|
|
|
457
457
|
}
|
|
458
458
|
u(t) {
|
|
459
459
|
var c;
|
|
460
|
-
const { el: { content: e }, parts: i } = this._$AD, s = ((c = t == null ? void 0 : t.creationScope) != null ? c :
|
|
460
|
+
const { el: { content: e }, parts: i } = this._$AD, s = ((c = t == null ? void 0 : t.creationScope) != null ? c : $e).importNode(e, !0);
|
|
461
461
|
Re.currentNode = s;
|
|
462
462
|
let r = Re.nextNode(), n = 0, a = 0, l = i[0];
|
|
463
463
|
for (; l !== void 0; ) {
|
|
@@ -467,7 +467,7 @@ class wn {
|
|
|
467
467
|
}
|
|
468
468
|
n !== (l == null ? void 0 : l.index) && (r = Re.nextNode(), n++);
|
|
469
469
|
}
|
|
470
|
-
return Re.currentNode =
|
|
470
|
+
return Re.currentNode = $e, s;
|
|
471
471
|
}
|
|
472
472
|
p(t) {
|
|
473
473
|
let e = 0;
|
|
@@ -505,7 +505,7 @@ class At {
|
|
|
505
505
|
this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
|
|
506
506
|
}
|
|
507
507
|
_(t) {
|
|
508
|
-
this._$AH !== W && gt(this._$AH) ? this._$AA.nextSibling.data = t : this.T(
|
|
508
|
+
this._$AH !== W && gt(this._$AH) ? this._$AA.nextSibling.data = t : this.T($e.createTextNode(t)), this._$AH = t;
|
|
509
509
|
}
|
|
510
510
|
$(t) {
|
|
511
511
|
var r;
|
|
@@ -712,7 +712,7 @@ function Dn(o) {
|
|
|
712
712
|
return ys(customElements.get(o));
|
|
713
713
|
}
|
|
714
714
|
function Tn(o = []) {
|
|
715
|
-
return [o].flat(1 / 0).filter((t) => t instanceof
|
|
715
|
+
return [o].flat(1 / 0).filter((t) => t instanceof $i ? !0 : (console.warn("An item in styles is not of type CSSResult. Use `unsafeCSS` or `css`."), !1));
|
|
716
716
|
}
|
|
717
717
|
function xs(o, t) {
|
|
718
718
|
return (o || "").split(" ").some((e) => new RegExp(`^${e.split("*").join(".*")}$`, "u").test(t));
|
|
@@ -1011,7 +1011,7 @@ ot("style-props", Hn);
|
|
|
1011
1011
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
1012
1012
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
1013
1013
|
*/
|
|
1014
|
-
const
|
|
1014
|
+
const Yn = P`
|
|
1015
1015
|
:host {
|
|
1016
1016
|
/* Base (background) */
|
|
1017
1017
|
--lumo-base-color: #fff;
|
|
@@ -1097,8 +1097,8 @@ const $n = P`
|
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
`;
|
|
1100
|
-
ot("color-props",
|
|
1101
|
-
const
|
|
1100
|
+
ot("color-props", Yn);
|
|
1101
|
+
const $n = P`
|
|
1102
1102
|
[theme~='dark'] {
|
|
1103
1103
|
/* Base (background) */
|
|
1104
1104
|
--lumo-base-color: hsl(214, 35%, 21%);
|
|
@@ -1217,7 +1217,7 @@ const Yn = P`
|
|
|
1217
1217
|
background: transparent;
|
|
1218
1218
|
}
|
|
1219
1219
|
`;
|
|
1220
|
-
L("",
|
|
1220
|
+
L("", $n, { moduleId: "lumo-color" });
|
|
1221
1221
|
/**
|
|
1222
1222
|
* @license
|
|
1223
1223
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
@@ -3174,15 +3174,15 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
|
|
3174
3174
|
Code distributed by Google as part of the polymer project is also
|
|
3175
3175
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
3176
3176
|
*/
|
|
3177
|
-
const
|
|
3177
|
+
const Yt = {}, ma = /-[a-z]/g, _a = /([A-Z])/g;
|
|
3178
3178
|
function Hs(o) {
|
|
3179
|
-
return
|
|
3179
|
+
return Yt[o] || (Yt[o] = o.indexOf("-") < 0 ? o : o.replace(
|
|
3180
3180
|
ma,
|
|
3181
3181
|
(t) => t[1].toUpperCase()
|
|
3182
3182
|
));
|
|
3183
3183
|
}
|
|
3184
3184
|
function Wt(o) {
|
|
3185
|
-
return
|
|
3185
|
+
return Yt[o] || (Yt[o] = o.replace(_a, "-$1").toLowerCase());
|
|
3186
3186
|
}
|
|
3187
3187
|
/**
|
|
3188
3188
|
@license
|
|
@@ -3193,8 +3193,8 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
|
|
3193
3193
|
Code distributed by Google as part of the polymer project is also
|
|
3194
3194
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
3195
3195
|
*/
|
|
3196
|
-
let ga = 0,
|
|
3197
|
-
new window.MutationObserver(va).observe(
|
|
3196
|
+
let ga = 0, Ys = 0, Je = [], ba = 0, wi = !1, $s = document.createTextNode("");
|
|
3197
|
+
new window.MutationObserver(va).observe($s, { characterData: !0 });
|
|
3198
3198
|
function va() {
|
|
3199
3199
|
wi = !1;
|
|
3200
3200
|
const o = Je.length;
|
|
@@ -3209,7 +3209,7 @@ function va() {
|
|
|
3209
3209
|
});
|
|
3210
3210
|
}
|
|
3211
3211
|
}
|
|
3212
|
-
Je.splice(0, o),
|
|
3212
|
+
Je.splice(0, o), Ys += o;
|
|
3213
3213
|
}
|
|
3214
3214
|
const ya = {
|
|
3215
3215
|
/**
|
|
@@ -3260,7 +3260,7 @@ const ya = {
|
|
|
3260
3260
|
* @return {number} Handle used for canceling task
|
|
3261
3261
|
*/
|
|
3262
3262
|
run(o) {
|
|
3263
|
-
return wi || (wi = !0,
|
|
3263
|
+
return wi || (wi = !0, $s.textContent = ba++), Je.push(o), ga++;
|
|
3264
3264
|
},
|
|
3265
3265
|
/**
|
|
3266
3266
|
* Cancels a previously enqueued `microTask` callback.
|
|
@@ -3270,7 +3270,7 @@ const ya = {
|
|
|
3270
3270
|
* @return {void}
|
|
3271
3271
|
*/
|
|
3272
3272
|
cancel(o) {
|
|
3273
|
-
const t = o -
|
|
3273
|
+
const t = o - Ys;
|
|
3274
3274
|
if (t >= 0) {
|
|
3275
3275
|
if (!Je[t])
|
|
3276
3276
|
throw new Error("invalid async handle: " + o);
|
|
@@ -4457,7 +4457,7 @@ function Ha(o, t, e, i, s) {
|
|
|
4457
4457
|
), a = n && n.path;
|
|
4458
4458
|
a ? (i = xt(e, i, a), r = n && n.value) : r = o.currentTarget[e], r = s ? !r : r, (!t[D.READ_ONLY] || !t[D.READ_ONLY][i]) && t._setPendingPropertyOrPath(i, r, !0, !!a) && (!n || !n.queueProperty) && t._invalidateProperties();
|
|
4459
4459
|
}
|
|
4460
|
-
function
|
|
4460
|
+
function Ya(o, t, e, i, s) {
|
|
4461
4461
|
let r = o.__data[t];
|
|
4462
4462
|
Bt && (r = Bt(
|
|
4463
4463
|
r,
|
|
@@ -4467,7 +4467,7 @@ function $a(o, t, e, i, s) {
|
|
|
4467
4467
|
o
|
|
4468
4468
|
)), o._propertyToAttribute(t, s.attrName, r);
|
|
4469
4469
|
}
|
|
4470
|
-
function
|
|
4470
|
+
function $a(o, t, e, i) {
|
|
4471
4471
|
let s = o[D.COMPUTE];
|
|
4472
4472
|
if (s)
|
|
4473
4473
|
if (sa) {
|
|
@@ -4733,7 +4733,7 @@ function Xs(o) {
|
|
|
4733
4733
|
}
|
|
4734
4734
|
return e.literal || (e.rootProperty = Ve(t), e.structured = xi(t), e.structured && (e.wildcard = t.slice(-2) == ".*", e.wildcard && (e.name = t.slice(0, -2)))), e;
|
|
4735
4735
|
}
|
|
4736
|
-
function
|
|
4736
|
+
function Yo(o, t, e) {
|
|
4737
4737
|
let i = se(o, e);
|
|
4738
4738
|
return i === void 0 && (i = t[e]), i;
|
|
4739
4739
|
}
|
|
@@ -5158,7 +5158,7 @@ const Gi = V((o) => {
|
|
|
5158
5158
|
let a = this.__dataHasPaths;
|
|
5159
5159
|
this.__dataHasPaths = !1;
|
|
5160
5160
|
let l;
|
|
5161
|
-
|
|
5161
|
+
$a(this, r, n, a), l = this.__dataToNotify, this.__dataToNotify = null, this._propagatePropertyChanges(r, n, a), this._flushClients(), ht(this, this[D.REFLECT], r, n, a), ht(this, this[D.OBSERVE], r, n, a), l && La(this, l, r, n, a), this.__dataCounter == 1 && (this.__dataTemp = {});
|
|
5162
5162
|
}
|
|
5163
5163
|
/**
|
|
5164
5164
|
* Called to propagate any property changes to stamped template nodes
|
|
@@ -5545,7 +5545,7 @@ const Gi = V((o) => {
|
|
|
5545
5545
|
_createReflectedProperty(s) {
|
|
5546
5546
|
let r = this.constructor.attributeNameForProperty(s);
|
|
5547
5547
|
r[0] === "-" ? console.warn("Property " + s + " cannot be reflected to attribute " + r + ' because "-" is not a valid starting attribute name. Use a lowercase first letter for the property instead.') : this._addPropertyEffect(s, D.REFLECT, {
|
|
5548
|
-
fn:
|
|
5548
|
+
fn: Ya,
|
|
5549
5549
|
info: {
|
|
5550
5550
|
attrName: r
|
|
5551
5551
|
}
|
|
@@ -5587,20 +5587,20 @@ const Gi = V((o) => {
|
|
|
5587
5587
|
_marshalArgs(s, r, n) {
|
|
5588
5588
|
const a = this.__data, l = [];
|
|
5589
5589
|
for (let c = 0, u = s.length; c < u; c++) {
|
|
5590
|
-
let { name: d, structured: h, wildcard: m, value:
|
|
5590
|
+
let { name: d, structured: h, wildcard: m, value: b, literal: p } = s[c];
|
|
5591
5591
|
if (!p)
|
|
5592
5592
|
if (m) {
|
|
5593
|
-
const
|
|
5594
|
-
|
|
5595
|
-
path:
|
|
5593
|
+
const g = yt(d, r), y = Yo(a, n, g ? r : d);
|
|
5594
|
+
b = {
|
|
5595
|
+
path: g ? r : d,
|
|
5596
5596
|
value: y,
|
|
5597
|
-
base:
|
|
5597
|
+
base: g ? se(a, d) : y
|
|
5598
5598
|
};
|
|
5599
5599
|
} else
|
|
5600
|
-
|
|
5601
|
-
if (yi && !this._overrideLegacyUndefined &&
|
|
5600
|
+
b = h ? Yo(a, n, d) : a[d];
|
|
5601
|
+
if (yi && !this._overrideLegacyUndefined && b === void 0 && s.length > 1)
|
|
5602
5602
|
return Et;
|
|
5603
|
-
l[c] =
|
|
5603
|
+
l[c] = b;
|
|
5604
5604
|
}
|
|
5605
5605
|
return l;
|
|
5606
5606
|
}
|
|
@@ -5995,9 +5995,9 @@ const Gi = V((o) => {
|
|
|
5995
5995
|
h && (r.hostProps = Object.assign(r.hostProps || {}, h), Co || (n.parentInfo.noted = !0));
|
|
5996
5996
|
else {
|
|
5997
5997
|
let m = "{";
|
|
5998
|
-
for (let
|
|
5999
|
-
let p = [{ mode: m, source:
|
|
6000
|
-
oi(this, r, n, "property", "_host_" +
|
|
5998
|
+
for (let b in h) {
|
|
5999
|
+
let p = [{ mode: m, source: b, dependencies: [b], hostProp: !0 }];
|
|
6000
|
+
oi(this, r, n, "property", "_host_" + b, p);
|
|
6001
6001
|
}
|
|
6002
6002
|
}
|
|
6003
6003
|
return a;
|
|
@@ -6051,26 +6051,26 @@ const Gi = V((o) => {
|
|
|
6051
6051
|
let n = [], a = 0, l;
|
|
6052
6052
|
for (; (l = Bo.exec(s)) !== null; ) {
|
|
6053
6053
|
l.index > a && n.push({ literal: s.slice(a, l.index) });
|
|
6054
|
-
let c = l[1][0], u = !!l[2], d = l[3].trim(), h = !1, m = "",
|
|
6055
|
-
c == "{" && (
|
|
6056
|
-
let p = si(d),
|
|
6054
|
+
let c = l[1][0], u = !!l[2], d = l[3].trim(), h = !1, m = "", b = -1;
|
|
6055
|
+
c == "{" && (b = d.indexOf("::")) > 0 && (m = d.substring(b + 2), d = d.substring(0, b), h = !0);
|
|
6056
|
+
let p = si(d), g = [];
|
|
6057
6057
|
if (p) {
|
|
6058
6058
|
let { args: y, methodName: v } = p;
|
|
6059
6059
|
for (let A = 0; A < y.length; A++) {
|
|
6060
6060
|
let k = y[A];
|
|
6061
|
-
k.literal ||
|
|
6061
|
+
k.literal || g.push(k);
|
|
6062
6062
|
}
|
|
6063
6063
|
let C = r.dynamicFns;
|
|
6064
|
-
(C && C[v] || p.static) && (
|
|
6064
|
+
(C && C[v] || p.static) && (g.push(v), p.dynamicFn = !0);
|
|
6065
6065
|
} else
|
|
6066
|
-
|
|
6066
|
+
g.push(d);
|
|
6067
6067
|
n.push({
|
|
6068
6068
|
source: d,
|
|
6069
6069
|
mode: c,
|
|
6070
6070
|
negate: u,
|
|
6071
6071
|
customEvent: h,
|
|
6072
6072
|
signature: p,
|
|
6073
|
-
dependencies:
|
|
6073
|
+
dependencies: g,
|
|
6074
6074
|
event: m
|
|
6075
6075
|
}), a = Bo.lastIndex;
|
|
6076
6076
|
}
|
|
@@ -6281,7 +6281,7 @@ const _l = V((o) => {
|
|
|
6281
6281
|
* Google as part of the polymer project is also subject to an additional IP
|
|
6282
6282
|
* rights grant found at http://polymer.github.io/PATENTS.txt
|
|
6283
6283
|
*/
|
|
6284
|
-
const gl = "3.5.2",
|
|
6284
|
+
const gl = "3.5.2", $o = window.ShadyCSS && window.ShadyCSS.cssBuild, bl = V((o) => {
|
|
6285
6285
|
const t = _l(Gi(o));
|
|
6286
6286
|
function e(l) {
|
|
6287
6287
|
if (!l.hasOwnProperty(
|
|
@@ -6310,24 +6310,24 @@ const gl = "3.5.2", Yo = window.ShadyCSS && window.ShadyCSS.cssBuild, bl = V((o)
|
|
|
6310
6310
|
u.computed && (u.readOnly = !0), u.computed && (l._hasReadOnlyEffect(c) ? console.warn(`Cannot redefine computed property '${c}'.`) : l._createComputedProperty(c, u.computed, d)), u.readOnly && !l._hasReadOnlyEffect(c) ? l._createReadOnlyProperty(c, !u.computed) : u.readOnly === !1 && l._hasReadOnlyEffect(c) && console.warn(`Cannot make readOnly property '${c}' non-readOnly.`), u.reflectToAttribute && !l._hasReflectEffect(c) ? l._createReflectedProperty(c) : u.reflectToAttribute === !1 && l._hasReflectEffect(c) && console.warn(`Cannot make reflected property '${c}' non-reflected.`), u.notify && !l._hasNotifyEffect(c) ? l._createNotifyingProperty(c) : u.notify === !1 && l._hasNotifyEffect(c) && console.warn(`Cannot make notify property '${c}' non-notify.`), u.observer && l._createPropertyObserver(c, u.observer, d[u.observer]), l._addPropertyToAttributeMap(c);
|
|
6311
6311
|
}
|
|
6312
6312
|
function r(l, c, u, d) {
|
|
6313
|
-
if (
|
|
6314
|
-
const h = c.content.querySelectorAll("style"), m = zs(c),
|
|
6315
|
-
for (let y = 0; y <
|
|
6316
|
-
let v =
|
|
6313
|
+
if (!$o) {
|
|
6314
|
+
const h = c.content.querySelectorAll("style"), m = zs(c), b = pa(u), p = c.content.firstElementChild;
|
|
6315
|
+
for (let y = 0; y < b.length; y++) {
|
|
6316
|
+
let v = b[y];
|
|
6317
6317
|
v.textContent = l._processStyleText(v.textContent, d), c.content.insertBefore(v, p);
|
|
6318
6318
|
}
|
|
6319
|
-
let
|
|
6319
|
+
let g = 0;
|
|
6320
6320
|
for (let y = 0; y < m.length; y++) {
|
|
6321
|
-
let v = m[y], C = h[
|
|
6322
|
-
C !== v ? (v = v.cloneNode(!0), C.parentNode.insertBefore(v, C)) :
|
|
6321
|
+
let v = m[y], C = h[g];
|
|
6322
|
+
C !== v ? (v = v.cloneNode(!0), C.parentNode.insertBefore(v, C)) : g++, v.textContent = l._processStyleText(v.textContent, d);
|
|
6323
6323
|
}
|
|
6324
6324
|
}
|
|
6325
|
-
if (window.ShadyCSS && window.ShadyCSS.prepareTemplate(c, u), na &&
|
|
6325
|
+
if (window.ShadyCSS && window.ShadyCSS.prepareTemplate(c, u), na && $o && ea) {
|
|
6326
6326
|
const h = c.content.querySelectorAll("style");
|
|
6327
6327
|
if (h) {
|
|
6328
6328
|
let m = "";
|
|
6329
|
-
Array.from(h).forEach((
|
|
6330
|
-
m +=
|
|
6329
|
+
Array.from(h).forEach((b) => {
|
|
6330
|
+
m += b.textContent, b.parentNode.removeChild(b);
|
|
6331
6331
|
}), l._styleSheet = new CSSStyleSheet(), l._styleSheet.replaceSync(m);
|
|
6332
6332
|
}
|
|
6333
6333
|
}
|
|
@@ -7255,7 +7255,7 @@ const Vo = (o) => o && o.nodeType === Node.ELEMENT_NODE, ni = (...o) => {
|
|
|
7255
7255
|
i = i.getRootNode().host;
|
|
7256
7256
|
}
|
|
7257
7257
|
return ni(e, "is not contained inside", o), null;
|
|
7258
|
-
}).filter((e) => !!e) : (ni(o, "is not a valid element"), []),
|
|
7258
|
+
}).filter((e) => !!e) : (ni(o, "is not a valid element"), []), Yl = (o, t, e, i) => {
|
|
7259
7259
|
const s = Hl(t, Array.isArray(o) ? o : [o]);
|
|
7260
7260
|
Ot[e] || (Ot[e] = /* @__PURE__ */ new WeakMap());
|
|
7261
7261
|
const r = Ot[e], n = [], a = /* @__PURE__ */ new Set(), l = new Set(s), c = (d) => {
|
|
@@ -7270,13 +7270,13 @@ const Vo = (o) => o && o.nodeType === Node.ELEMENT_NODE, ni = (...o) => {
|
|
|
7270
7270
|
if (!d || l.has(d))
|
|
7271
7271
|
return;
|
|
7272
7272
|
const h = d.shadowRoot;
|
|
7273
|
-
(h ? [...d.children, ...h.children] : [...d.children]).forEach((
|
|
7274
|
-
if (!["template", "script", "style"].includes(
|
|
7275
|
-
if (a.has(
|
|
7276
|
-
u(
|
|
7273
|
+
(h ? [...d.children, ...h.children] : [...d.children]).forEach((b) => {
|
|
7274
|
+
if (!["template", "script", "style"].includes(b.localName))
|
|
7275
|
+
if (a.has(b))
|
|
7276
|
+
u(b);
|
|
7277
7277
|
else {
|
|
7278
|
-
const p =
|
|
7279
|
-
qe.set(
|
|
7278
|
+
const p = b.getAttribute(i), g = p !== null && p !== "false", y = (qe.get(b) || 0) + 1, v = (r.get(b) || 0) + 1;
|
|
7279
|
+
qe.set(b, y), r.set(b, v), n.push(b), y === 1 && g && Mt.set(b, !0), v === 1 && b.setAttribute(e, "true"), g || b.setAttribute(i, "true");
|
|
7280
7280
|
}
|
|
7281
7281
|
});
|
|
7282
7282
|
};
|
|
@@ -7288,14 +7288,14 @@ const Vo = (o) => o && o.nodeType === Node.ELEMENT_NODE, ni = (...o) => {
|
|
|
7288
7288
|
};
|
|
7289
7289
|
}, lr = (o, t = document.body, e = "data-aria-hidden") => {
|
|
7290
7290
|
const i = Array.from(Array.isArray(o) ? o : [o]);
|
|
7291
|
-
return t && i.push(...Array.from(t.querySelectorAll("[aria-live]"))),
|
|
7291
|
+
return t && i.push(...Array.from(t.querySelectorAll("[aria-live]"))), Yl(i, t, e, "aria-hidden");
|
|
7292
7292
|
};
|
|
7293
7293
|
/**
|
|
7294
7294
|
* @license
|
|
7295
7295
|
* Copyright (c) 2021 - 2024 Vaadin Ltd.
|
|
7296
7296
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
7297
7297
|
*/
|
|
7298
|
-
class
|
|
7298
|
+
class $l {
|
|
7299
7299
|
/**
|
|
7300
7300
|
* @param {HTMLElement} host
|
|
7301
7301
|
*/
|
|
@@ -7522,7 +7522,7 @@ const Ul = (o) => class extends st(o) {
|
|
|
7522
7522
|
};
|
|
7523
7523
|
}
|
|
7524
7524
|
constructor() {
|
|
7525
|
-
super(), this.__ariaModalController = new
|
|
7525
|
+
super(), this.__ariaModalController = new $l(this), this.__focusTrapController = new Vl(this), this.__focusRestorationController = new jl();
|
|
7526
7526
|
}
|
|
7527
7527
|
/** @protected */
|
|
7528
7528
|
ready() {
|
|
@@ -7956,8 +7956,8 @@ function Zl(o, t) {
|
|
|
7956
7956
|
const { left: l, top: c, width: u, height: d } = o.getBoundingClientRect();
|
|
7957
7957
|
if (n || t(), !u || !d)
|
|
7958
7958
|
return;
|
|
7959
|
-
const h = Math.floor(c), m = Math.floor(i.clientWidth - (l + u)),
|
|
7960
|
-
rootMargin: `${-h}px ${-m}px ${-
|
|
7959
|
+
const h = Math.floor(c), m = Math.floor(i.clientWidth - (l + u)), b = Math.floor(i.clientHeight - (c + d)), p = Math.floor(l), y = {
|
|
7960
|
+
rootMargin: `${-h}px ${-m}px ${-b}px ${-p}px`,
|
|
7961
7961
|
threshold: Math.max(0, Math.min(1, a)) || 1
|
|
7962
7962
|
};
|
|
7963
7963
|
let v = !0;
|
|
@@ -8845,7 +8845,7 @@ function dc() {
|
|
|
8845
8845
|
}
|
|
8846
8846
|
Xe.splice(0, o), hr += o;
|
|
8847
8847
|
}
|
|
8848
|
-
const
|
|
8848
|
+
const $t = {
|
|
8849
8849
|
/**
|
|
8850
8850
|
* Returns a sub-module with the async interface providing the provided
|
|
8851
8851
|
* delay.
|
|
@@ -9490,7 +9490,7 @@ const Pc = navigator.userAgent.match(/iP(?:[oa]d|hone)|Android/u), kc = {
|
|
|
9490
9490
|
select: !0,
|
|
9491
9491
|
textarea: !0
|
|
9492
9492
|
};
|
|
9493
|
-
function
|
|
9493
|
+
function Ye(o) {
|
|
9494
9494
|
const t = o.type;
|
|
9495
9495
|
if (!eo(t))
|
|
9496
9496
|
return !1;
|
|
@@ -9666,12 +9666,12 @@ io({
|
|
|
9666
9666
|
* @return {void}
|
|
9667
9667
|
*/
|
|
9668
9668
|
mousedown(o) {
|
|
9669
|
-
if (
|
|
9669
|
+
if (!Ye(o))
|
|
9670
9670
|
return;
|
|
9671
9671
|
const t = Ie(o), e = this, i = (r) => {
|
|
9672
|
-
|
|
9672
|
+
Ye(r) || (ct("up", t, r), Ze(e.info));
|
|
9673
9673
|
}, s = (r) => {
|
|
9674
|
-
|
|
9674
|
+
Ye(r) && ct("up", t, r), Ze(e.info);
|
|
9675
9675
|
};
|
|
9676
9676
|
gr(this.info, i, s), ct("down", t, o);
|
|
9677
9677
|
},
|
|
@@ -9739,11 +9739,11 @@ io({
|
|
|
9739
9739
|
* @return {void}
|
|
9740
9740
|
*/
|
|
9741
9741
|
mousedown(o) {
|
|
9742
|
-
if (
|
|
9742
|
+
if (!Ye(o))
|
|
9743
9743
|
return;
|
|
9744
9744
|
const t = Ie(o), e = this, i = (r) => {
|
|
9745
9745
|
const n = r.clientX, a = r.clientY;
|
|
9746
|
-
Xo(e.info, n, a) && (e.info.state = e.info.started ? r.type === "mouseup" ? "end" : "track" : "start", e.info.state === "start" && jt("tap"), e.info.addMove({ x: n, y: a }),
|
|
9746
|
+
Xo(e.info, n, a) && (e.info.state = e.info.started ? r.type === "mouseup" ? "end" : "track" : "start", e.info.state === "start" && jt("tap"), e.info.addMove({ x: n, y: a }), Ye(r) || (e.info.state = "end", Ze(e.info)), t && hi(e.info, t, r), e.info.started = !0);
|
|
9747
9747
|
}, s = (r) => {
|
|
9748
9748
|
e.info.started && i(r), Ze(e.info);
|
|
9749
9749
|
};
|
|
@@ -9830,7 +9830,7 @@ io({
|
|
|
9830
9830
|
* @return {void}
|
|
9831
9831
|
*/
|
|
9832
9832
|
mousedown(o) {
|
|
9833
|
-
|
|
9833
|
+
Ye(o) && (this.info.x = o.clientX, this.info.y = o.clientY);
|
|
9834
9834
|
},
|
|
9835
9835
|
/**
|
|
9836
9836
|
* @this {GestureRecognizer}
|
|
@@ -9838,7 +9838,7 @@ io({
|
|
|
9838
9838
|
* @return {void}
|
|
9839
9839
|
*/
|
|
9840
9840
|
click(o) {
|
|
9841
|
-
|
|
9841
|
+
Ye(o) && Zo(this.info, o);
|
|
9842
9842
|
},
|
|
9843
9843
|
/**
|
|
9844
9844
|
* @this {GestureRecognizer}
|
|
@@ -10286,15 +10286,15 @@ function ut(o) {
|
|
|
10286
10286
|
const e = new Date(0, 0);
|
|
10287
10287
|
return e.setFullYear(parseInt(t[1], 10)), e.setMonth(parseInt(t[2], 10) - 1), e.setDate(parseInt(t[3], 10)), e;
|
|
10288
10288
|
}
|
|
10289
|
-
function
|
|
10289
|
+
function Yc(o) {
|
|
10290
10290
|
const t = (l, c = "00") => (c + l).substr((c + l).length - c.length);
|
|
10291
10291
|
let e = "", i = "0000", s = o.year;
|
|
10292
10292
|
s < 0 ? (s = -s, e = "-", i = "000000") : o.year >= 1e4 && (e = "+", i = "000000");
|
|
10293
10293
|
const r = e + t(s, i), n = t(o.month + 1), a = t(o.day);
|
|
10294
10294
|
return [r, n, a].join("-");
|
|
10295
10295
|
}
|
|
10296
|
-
function
|
|
10297
|
-
return o instanceof Date ?
|
|
10296
|
+
function $c(o) {
|
|
10297
|
+
return o instanceof Date ? Yc({
|
|
10298
10298
|
year: o.getFullYear(),
|
|
10299
10299
|
month: o.getMonth(),
|
|
10300
10300
|
day: o.getDate()
|
|
@@ -10585,7 +10585,7 @@ class Ar extends HTMLElement {
|
|
|
10585
10585
|
const t = this.$.scroller.scrollTop;
|
|
10586
10586
|
(t < this._bufferHeight || t > this._initialScroll * 2 - this._bufferHeight) && (this._initialIndex = ~~this.position, this._reset());
|
|
10587
10587
|
const e = this.itemHeight + this.bufferOffset, i = t > this._buffers[1].translateY + e, s = t < this._buffers[0].translateY + e;
|
|
10588
|
-
(i || s) && (this._translateBuffer(s), this._updateClones()), this._preventScrollEvent || (this.dispatchEvent(new CustomEvent("custom-scroll", { bubbles: !1, composed: !0 })), this._mayHaveMomentum = !0), this._preventScrollEvent = !1, this._debouncerScrollFinish = tt.debounce(this._debouncerScrollFinish,
|
|
10588
|
+
(i || s) && (this._translateBuffer(s), this._updateClones()), this._preventScrollEvent || (this.dispatchEvent(new CustomEvent("custom-scroll", { bubbles: !1, composed: !0 })), this._mayHaveMomentum = !0), this._preventScrollEvent = !1, this._debouncerScrollFinish = tt.debounce(this._debouncerScrollFinish, $t.after(200), () => {
|
|
10589
10589
|
const r = this.$.scroller.getBoundingClientRect();
|
|
10590
10590
|
!this._isVisible(this._buffers[0], r) && !this._isVisible(this._buffers[1], r) && (this.position = this.position);
|
|
10591
10591
|
});
|
|
@@ -10594,7 +10594,7 @@ class Ar extends HTMLElement {
|
|
|
10594
10594
|
_reset() {
|
|
10595
10595
|
this._scrollDisabled = !0, this.$.scroller.scrollTop = this._initialScroll, this._buffers[0].translateY = this._initialScroll - this._bufferHeight, this._buffers[1].translateY = this._initialScroll, this._buffers.forEach((t) => {
|
|
10596
10596
|
t.style.transform = `translate3d(0, ${t.translateY}px, 0)`;
|
|
10597
|
-
}), this._buffers[0].updated = this._buffers[1].updated = !1, this._updateClones(!0), this._debouncerUpdateClones = tt.debounce(this._debouncerUpdateClones,
|
|
10597
|
+
}), this._buffers[0].updated = this._buffers[1].updated = !1, this._updateClones(!0), this._debouncerUpdateClones = tt.debounce(this._debouncerUpdateClones, $t.after(200), () => {
|
|
10598
10598
|
this._buffers[0].updated = this._buffers[1].updated = !1, this._updateClones();
|
|
10599
10599
|
}), this._scrollDisabled = !1;
|
|
10600
10600
|
}
|
|
@@ -12404,7 +12404,7 @@ const fu = (o) => class extends o {
|
|
|
12404
12404
|
}
|
|
12405
12405
|
/** @private */
|
|
12406
12406
|
_doIgnoreTaps() {
|
|
12407
|
-
this._ignoreTaps = !0, this._debouncer = tt.debounce(this._debouncer,
|
|
12407
|
+
this._ignoreTaps = !0, this._debouncer = tt.debounce(this._debouncer, $t.after(300), () => {
|
|
12408
12408
|
this._ignoreTaps = !1;
|
|
12409
12409
|
});
|
|
12410
12410
|
}
|
|
@@ -14308,7 +14308,7 @@ const Mu = (o) => class extends vu(
|
|
|
14308
14308
|
}
|
|
14309
14309
|
/** @protected */
|
|
14310
14310
|
_markInputPrevented() {
|
|
14311
|
-
this.setAttribute("input-prevented", ""), this._preventInputDebouncer = tt.debounce(this._preventInputDebouncer,
|
|
14311
|
+
this.setAttribute("input-prevented", ""), this._preventInputDebouncer = tt.debounce(this._preventInputDebouncer, $t.after(200), () => {
|
|
14312
14312
|
this.removeAttribute("input-prevented");
|
|
14313
14313
|
});
|
|
14314
14314
|
}
|
|
@@ -15098,7 +15098,7 @@ const Hu = (o) => class extends Ru(
|
|
|
15098
15098
|
}
|
|
15099
15099
|
/** @private */
|
|
15100
15100
|
_formatISO(e) {
|
|
15101
|
-
return
|
|
15101
|
+
return $c(e);
|
|
15102
15102
|
}
|
|
15103
15103
|
/** @protected */
|
|
15104
15104
|
_inputElementChanged(e) {
|
|
@@ -15330,7 +15330,7 @@ const Hu = (o) => class extends Ru(
|
|
|
15330
15330
|
* Copyright (c) 2016 - 2024 Vaadin Ltd.
|
|
15331
15331
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
15332
15332
|
*/
|
|
15333
|
-
const
|
|
15333
|
+
const Yu = P`
|
|
15334
15334
|
:host([opened]) {
|
|
15335
15335
|
pointer-events: auto;
|
|
15336
15336
|
}
|
|
@@ -15349,8 +15349,8 @@ const $u = P`
|
|
|
15349
15349
|
* Copyright (c) 2016 - 2024 Vaadin Ltd.
|
|
15350
15350
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
15351
15351
|
*/
|
|
15352
|
-
L("vaadin-date-picker", [Lu,
|
|
15353
|
-
class
|
|
15352
|
+
L("vaadin-date-picker", [Lu, Yu], { moduleId: "vaadin-date-picker-styles" });
|
|
15353
|
+
class $u extends Hu(Mu(je(pr(Fe)))) {
|
|
15354
15354
|
static get is() {
|
|
15355
15355
|
return "vaadin-date-picker";
|
|
15356
15356
|
}
|
|
@@ -15438,7 +15438,7 @@ class Yu extends Hu(Mu(je(pr(Fe)))) {
|
|
|
15438
15438
|
super._openedChanged(t), this.$.overlay.positionTarget = this.shadowRoot.querySelector('[part="input-field"]'), this.$.overlay.noVerticalOverlap = !0;
|
|
15439
15439
|
}
|
|
15440
15440
|
}
|
|
15441
|
-
be(
|
|
15441
|
+
be($u);
|
|
15442
15442
|
var zr = { exports: {} };
|
|
15443
15443
|
(function(o, t) {
|
|
15444
15444
|
(function(e, i) {
|
|
@@ -15447,29 +15447,29 @@ var zr = { exports: {} };
|
|
|
15447
15447
|
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, i = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, s = /\d\d/, r = /\d\d?/, n = /\d*[^-_:/,()\s\d]+/, a = {}, l = function(p) {
|
|
15448
15448
|
return (p = +p) + (p > 68 ? 1900 : 2e3);
|
|
15449
15449
|
}, c = function(p) {
|
|
15450
|
-
return function(
|
|
15451
|
-
this[p] = +
|
|
15450
|
+
return function(g) {
|
|
15451
|
+
this[p] = +g;
|
|
15452
15452
|
};
|
|
15453
15453
|
}, u = [/[+-]\d\d:?(\d\d)?|Z/, function(p) {
|
|
15454
|
-
(this.zone || (this.zone = {})).offset = function(
|
|
15455
|
-
if (!
|
|
15454
|
+
(this.zone || (this.zone = {})).offset = function(g) {
|
|
15455
|
+
if (!g || g === "Z")
|
|
15456
15456
|
return 0;
|
|
15457
|
-
var y =
|
|
15457
|
+
var y = g.match(/([+-]|\d\d)/g), v = 60 * y[1] + (+y[2] || 0);
|
|
15458
15458
|
return v === 0 ? 0 : y[0] === "+" ? -v : v;
|
|
15459
15459
|
}(p);
|
|
15460
15460
|
}], d = function(p) {
|
|
15461
|
-
var
|
|
15462
|
-
return
|
|
15463
|
-
}, h = function(p,
|
|
15461
|
+
var g = a[p];
|
|
15462
|
+
return g && (g.indexOf ? g : g.s.concat(g.f));
|
|
15463
|
+
}, h = function(p, g) {
|
|
15464
15464
|
var y, v = a.meridiem;
|
|
15465
15465
|
if (v) {
|
|
15466
15466
|
for (var C = 1; C <= 24; C += 1)
|
|
15467
|
-
if (p.indexOf(v(C, 0,
|
|
15467
|
+
if (p.indexOf(v(C, 0, g)) > -1) {
|
|
15468
15468
|
y = C > 12;
|
|
15469
15469
|
break;
|
|
15470
15470
|
}
|
|
15471
15471
|
} else
|
|
15472
|
-
y = p === (
|
|
15472
|
+
y = p === (g ? "pm" : "PM");
|
|
15473
15473
|
return y;
|
|
15474
15474
|
}, m = { A: [n, function(p) {
|
|
15475
15475
|
this.afternoon = h(p, !1);
|
|
@@ -15482,86 +15482,86 @@ var zr = { exports: {} };
|
|
|
15482
15482
|
}], SSS: [/\d{3}/, function(p) {
|
|
15483
15483
|
this.milliseconds = +p;
|
|
15484
15484
|
}], s: [r, c("seconds")], ss: [r, c("seconds")], m: [r, c("minutes")], mm: [r, c("minutes")], H: [r, c("hours")], h: [r, c("hours")], HH: [r, c("hours")], hh: [r, c("hours")], D: [r, c("day")], DD: [s, c("day")], Do: [n, function(p) {
|
|
15485
|
-
var
|
|
15486
|
-
if (this.day = y[0],
|
|
15485
|
+
var g = a.ordinal, y = p.match(/\d+/);
|
|
15486
|
+
if (this.day = y[0], g)
|
|
15487
15487
|
for (var v = 1; v <= 31; v += 1)
|
|
15488
|
-
|
|
15488
|
+
g(v).replace(/\[|\]/g, "") === p && (this.day = v);
|
|
15489
15489
|
}], M: [r, c("month")], MM: [s, c("month")], MMM: [n, function(p) {
|
|
15490
|
-
var
|
|
15490
|
+
var g = d("months"), y = (d("monthsShort") || g.map(function(v) {
|
|
15491
15491
|
return v.slice(0, 3);
|
|
15492
15492
|
})).indexOf(p) + 1;
|
|
15493
15493
|
if (y < 1)
|
|
15494
15494
|
throw new Error();
|
|
15495
15495
|
this.month = y % 12 || y;
|
|
15496
15496
|
}], MMMM: [n, function(p) {
|
|
15497
|
-
var
|
|
15498
|
-
if (
|
|
15497
|
+
var g = d("months").indexOf(p) + 1;
|
|
15498
|
+
if (g < 1)
|
|
15499
15499
|
throw new Error();
|
|
15500
|
-
this.month =
|
|
15500
|
+
this.month = g % 12 || g;
|
|
15501
15501
|
}], Y: [/[+-]?\d+/, c("year")], YY: [s, function(p) {
|
|
15502
15502
|
this.year = l(p);
|
|
15503
15503
|
}], YYYY: [/\d{4}/, c("year")], Z: u, ZZ: u };
|
|
15504
|
-
function
|
|
15505
|
-
var
|
|
15506
|
-
|
|
15507
|
-
for (var v = (p =
|
|
15504
|
+
function b(p) {
|
|
15505
|
+
var g, y;
|
|
15506
|
+
g = p, y = a && a.formats;
|
|
15507
|
+
for (var v = (p = g.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(R, T, F) {
|
|
15508
15508
|
var N = F && F.toUpperCase();
|
|
15509
|
-
return T || y[F] || e[F] || y[N].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(
|
|
15509
|
+
return T || y[F] || e[F] || y[N].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(Z, B, le) {
|
|
15510
15510
|
return B || le.slice(1);
|
|
15511
15511
|
});
|
|
15512
15512
|
})).match(i), C = v.length, A = 0; A < C; A += 1) {
|
|
15513
|
-
var k = v[A], X = m[k], U = X && X[0],
|
|
15514
|
-
v[A] =
|
|
15513
|
+
var k = v[A], X = m[k], U = X && X[0], Y = X && X[1];
|
|
15514
|
+
v[A] = Y ? { regex: U, parser: Y } : k.replace(/^\[|\]$/g, "");
|
|
15515
15515
|
}
|
|
15516
15516
|
return function(R) {
|
|
15517
15517
|
for (var T = {}, F = 0, N = 0; F < C; F += 1) {
|
|
15518
|
-
var
|
|
15519
|
-
if (typeof
|
|
15520
|
-
N +=
|
|
15518
|
+
var Z = v[F];
|
|
15519
|
+
if (typeof Z == "string")
|
|
15520
|
+
N += Z.length;
|
|
15521
15521
|
else {
|
|
15522
|
-
var B =
|
|
15522
|
+
var B = Z.regex, le = Z.parser, he = R.slice(N), q = B.exec(he)[0];
|
|
15523
15523
|
le.call(T, q), R = R.replace(q, "");
|
|
15524
15524
|
}
|
|
15525
15525
|
}
|
|
15526
15526
|
return function(ee) {
|
|
15527
|
-
var
|
|
15528
|
-
if (
|
|
15527
|
+
var $ = ee.afternoon;
|
|
15528
|
+
if ($ !== void 0) {
|
|
15529
15529
|
var H = ee.hours;
|
|
15530
|
-
|
|
15530
|
+
$ ? H < 12 && (ee.hours += 12) : H === 12 && (ee.hours = 0), delete ee.afternoon;
|
|
15531
15531
|
}
|
|
15532
15532
|
}(T), T;
|
|
15533
15533
|
};
|
|
15534
15534
|
}
|
|
15535
|
-
return function(p,
|
|
15535
|
+
return function(p, g, y) {
|
|
15536
15536
|
y.p.customParseFormat = !0, p && p.parseTwoDigitYear && (l = p.parseTwoDigitYear);
|
|
15537
|
-
var v =
|
|
15537
|
+
var v = g.prototype, C = v.parse;
|
|
15538
15538
|
v.parse = function(A) {
|
|
15539
15539
|
var k = A.date, X = A.utc, U = A.args;
|
|
15540
15540
|
this.$u = X;
|
|
15541
|
-
var
|
|
15542
|
-
if (typeof
|
|
15541
|
+
var Y = U[1];
|
|
15542
|
+
if (typeof Y == "string") {
|
|
15543
15543
|
var R = U[2] === !0, T = U[3] === !0, F = R || T, N = U[2];
|
|
15544
15544
|
T && (N = U[2]), a = this.$locale(), !R && N && (a = y.Ls[N]), this.$d = function(he, q, ee) {
|
|
15545
15545
|
try {
|
|
15546
15546
|
if (["x", "X"].indexOf(q) > -1)
|
|
15547
15547
|
return new Date((q === "X" ? 1e3 : 1) * he);
|
|
15548
|
-
var
|
|
15548
|
+
var $ = b(q)(he), H = $.year, te = $.month, fe = $.day, Pe = $.hours, ke = $.minutes, De = $.seconds, Te = $.milliseconds, ve = $.zone, ye = /* @__PURE__ */ new Date(), ie = fe || (H || te ? 1 : ye.getDate()), ce = H || ye.getFullYear(), O = 0;
|
|
15549
15549
|
H && !te || (O = te > 0 ? te - 1 : ye.getMonth());
|
|
15550
|
-
var z = Pe || 0, xe = ke || 0, me = De || 0,
|
|
15551
|
-
return ve ? new Date(Date.UTC(ce, O, ie, z, xe, me,
|
|
15550
|
+
var z = Pe || 0, xe = ke || 0, me = De || 0, Q = Te || 0;
|
|
15551
|
+
return ve ? new Date(Date.UTC(ce, O, ie, z, xe, me, Q + 60 * ve.offset * 1e3)) : ee ? new Date(Date.UTC(ce, O, ie, z, xe, me, Q)) : new Date(ce, O, ie, z, xe, me, Q);
|
|
15552
15552
|
} catch (_e) {
|
|
15553
15553
|
return /* @__PURE__ */ new Date("");
|
|
15554
15554
|
}
|
|
15555
|
-
}(k,
|
|
15556
|
-
} else if (
|
|
15557
|
-
for (var
|
|
15558
|
-
U[1] =
|
|
15555
|
+
}(k, Y, X), this.init(), N && N !== !0 && (this.$L = this.locale(N).$L), F && k != this.format(Y) && (this.$d = /* @__PURE__ */ new Date("")), a = {};
|
|
15556
|
+
} else if (Y instanceof Array)
|
|
15557
|
+
for (var Z = Y.length, B = 1; B <= Z; B += 1) {
|
|
15558
|
+
U[1] = Y[B - 1];
|
|
15559
15559
|
var le = y.apply(this, U);
|
|
15560
15560
|
if (le.isValid()) {
|
|
15561
15561
|
this.$d = le.$d, this.$L = le.$L, this.init();
|
|
15562
15562
|
break;
|
|
15563
15563
|
}
|
|
15564
|
-
B ===
|
|
15564
|
+
B === Z && (this.$d = /* @__PURE__ */ new Date(""));
|
|
15565
15565
|
}
|
|
15566
15566
|
else
|
|
15567
15567
|
C.call(this, A);
|
|
@@ -15963,100 +15963,100 @@ function ss(o, t, e) {
|
|
|
15963
15963
|
function qu(o) {
|
|
15964
15964
|
let t, e, i, s, r = (
|
|
15965
15965
|
/*$_*/
|
|
15966
|
-
o[
|
|
15966
|
+
o[21]("titleSelfExclusion") + ""
|
|
15967
15967
|
), n, a, l, c, u = (
|
|
15968
15968
|
/*$_*/
|
|
15969
|
-
o[
|
|
15969
|
+
o[21]("selfExclusionText", {
|
|
15970
15970
|
values: {
|
|
15971
15971
|
operatorname: (
|
|
15972
15972
|
/*operator*/
|
|
15973
|
-
o[
|
|
15973
|
+
o[2]
|
|
15974
15974
|
),
|
|
15975
15975
|
baseurl: (
|
|
15976
15976
|
/*baseurl*/
|
|
15977
|
-
o[
|
|
15977
|
+
o[4]
|
|
15978
15978
|
),
|
|
15979
15979
|
lang: (
|
|
15980
15980
|
/*lang*/
|
|
15981
|
-
o[
|
|
15981
|
+
o[1]
|
|
15982
15982
|
)
|
|
15983
15983
|
}
|
|
15984
15984
|
}) + ""
|
|
15985
15985
|
), d, h, m = (
|
|
15986
15986
|
/*$_*/
|
|
15987
|
-
o[
|
|
15988
|
-
),
|
|
15987
|
+
o[21]("selfExclusionEmailText") + ""
|
|
15988
|
+
), b, p, g, y, v, C, A, k, X, U = (
|
|
15989
15989
|
/*$_*/
|
|
15990
|
-
o[
|
|
15991
|
-
o[
|
|
15992
|
-
),
|
|
15990
|
+
o[21](`${/*selectedPeriodKey*/
|
|
15991
|
+
o[14]}`) + ""
|
|
15992
|
+
), Y, R, T, F, N, Z, B, le, he, q, ee, $, H, te = (
|
|
15993
15993
|
/*$_*/
|
|
15994
|
-
o[
|
|
15994
|
+
o[21]("save") + ""
|
|
15995
15995
|
), fe, Pe, ke, De, Te, ve, ye, ie = (
|
|
15996
15996
|
/*isMobile*/
|
|
15997
|
-
o[
|
|
15997
|
+
o[23] && Gu(o)
|
|
15998
15998
|
), ce = mo(
|
|
15999
15999
|
/*selfExclusionPeriods*/
|
|
16000
|
-
o[
|
|
16000
|
+
o[10]
|
|
16001
16001
|
), O = [];
|
|
16002
16002
|
for (let x = 0; x < ce.length; x += 1)
|
|
16003
16003
|
O[x] = rs(ss(o, ce, x));
|
|
16004
16004
|
let z = (
|
|
16005
16005
|
/*isUntilDate*/
|
|
16006
|
-
o[
|
|
16006
|
+
o[17] && ns(o)
|
|
16007
16007
|
);
|
|
16008
16008
|
function xe(x, M) {
|
|
16009
16009
|
return (
|
|
16010
16010
|
/*isPermanentSelfExclusion*/
|
|
16011
|
-
x[
|
|
16011
|
+
x[16] ? Zu : (
|
|
16012
16012
|
/*isDateSelected*/
|
|
16013
|
-
x[
|
|
16013
|
+
x[18] ? Ju : Xu
|
|
16014
16014
|
)
|
|
16015
16015
|
);
|
|
16016
16016
|
}
|
|
16017
|
-
let me = xe(o),
|
|
16017
|
+
let me = xe(o), Q = me(o), _e = (
|
|
16018
16018
|
/*showConfirmationModal*/
|
|
16019
|
-
o[
|
|
16019
|
+
o[24] && Qu(o)
|
|
16020
16020
|
);
|
|
16021
16021
|
return {
|
|
16022
16022
|
c() {
|
|
16023
|
-
t = w("div"), e = w("form"), ie && ie.c(), i = I(), s = w("h2"), n = re(r), a = I(), l = w("div"), c = w("p"), d = I(), h = w("p"),
|
|
16023
|
+
t = w("div"), e = w("form"), ie && ie.c(), i = I(), s = w("h2"), n = re(r), a = I(), l = w("div"), c = w("p"), d = I(), h = w("p"), b = re(m), p = I(), g = w("a"), y = re(
|
|
16024
16024
|
/*supportemail*/
|
|
16025
|
-
o[
|
|
16026
|
-
), C = I(), A = w("div"), k = w("div"), X = w("p"),
|
|
16025
|
+
o[3]
|
|
16026
|
+
), C = I(), A = w("div"), k = w("div"), X = w("p"), Y = re(U), R = I(), T = Ae("svg"), F = Ae("g"), N = Ae("path"), Z = I(), B = w("div");
|
|
16027
16027
|
for (let x = 0; x < O.length; x += 1)
|
|
16028
16028
|
O[x].c();
|
|
16029
|
-
le = I(), z && z.c(), he = I(), q = w("div"),
|
|
16030
|
-
(o[
|
|
16031
|
-
o[
|
|
16032
|
-
(o[
|
|
16029
|
+
le = I(), z && z.c(), he = I(), q = w("div"), Q.c(), ee = I(), $ = w("div"), H = w("button"), fe = re(te), De = I(), _e && _e.c(), Te = nn(), E(s, "class", "PlayerSelfExclusionTitle " + /*isMobile*/
|
|
16030
|
+
(o[23] ? "PlayerSelfExclusionTitleNone" : "")), E(c, "class", "SelfExclusionDescriptionText"), E(g, "href", v = "mailto:" + /*supportemail*/
|
|
16031
|
+
o[3]), E(h, "class", "SelfExclusionDescriptionText"), E(l, "class", "SelfExclusionDescription " + /*isMobile*/
|
|
16032
|
+
(o[23] ? "SelfExclusionDescriptionMobile" : "")), E(N, "d", "M 90 24.25 c 0 -0.896 -0.342 -1.792 -1.025 -2.475 c -1.366 -1.367 -3.583 -1.367 -4.949 0 L 45 60.8 L 5.975 21.775 c -1.367 -1.367 -3.583 -1.367 -4.95 0 c -1.366 1.367 -1.366 3.583 0 4.95 l 41.5 41.5 c 1.366 1.367 3.583 1.367 4.949 0 l 41.5 -41.5 C 89.658 26.042 90 25.146 90 24.25 z"), E(N, "stroke-linecap", "round"), E(T, "xmlns", "http://www.w3.org/2000/svg"), E(T, "xmlns:xlink", "http://www.w3.org/1999/xlink"), E(T, "version", "1.1"), E(T, "viewBox", "0 0 100 100"), E(T, "xml:space", "preserve"), E(T, "class", "SelfExclusionConfigIcon"), We(
|
|
16033
16033
|
T,
|
|
16034
16034
|
"active",
|
|
16035
16035
|
/*isPeriodDropDownToggled*/
|
|
16036
|
-
o[
|
|
16036
|
+
o[19]
|
|
16037
16037
|
), E(k, "class", "SelfExclusionConfigLabel"), E(B, "class", "SelfExclusionDropDown"), We(
|
|
16038
16038
|
B,
|
|
16039
16039
|
"active",
|
|
16040
16040
|
/*isPeriodDropDownToggled*/
|
|
16041
|
-
o[
|
|
16041
|
+
o[19]
|
|
16042
16042
|
), E(A, "class", "SelfExclusionConfigWrapper " + /*isMobile*/
|
|
16043
|
-
(o[
|
|
16043
|
+
(o[23] ? "SelfExclusionConfigWrapperMobile" : "")), We(
|
|
16044
16044
|
A,
|
|
16045
16045
|
"active",
|
|
16046
16046
|
/*isPeriodDropDownToggled*/
|
|
16047
|
-
o[
|
|
16047
|
+
o[19]
|
|
16048
16048
|
), E(q, "class", "SelfExclusionNotification " + /*isMobile*/
|
|
16049
|
-
(o[
|
|
16050
|
-
(o[
|
|
16051
|
-
o[
|
|
16052
|
-
(o[
|
|
16053
|
-
(o[
|
|
16049
|
+
(o[23] ? "SelfExclusionDescriptionMobile" : "")), E(H, "class", Pe = "SelfExclusionSave " + /*isDateSelected*/
|
|
16050
|
+
(o[18] ? "active" : "")), H.disabled = ke = !/*isDateSelected*/
|
|
16051
|
+
o[18], E($, "class", "SelfExclusionActionButtons " + /*isMobile*/
|
|
16052
|
+
(o[23] ? "SelfExclusionActionButtonsMobile" : "")), E(e, "class", "SelfExclusionWrapper " + /*isMobile*/
|
|
16053
|
+
(o[23] ? "SelfExclusionWrapperMobile" : "")), E(t, "class", "SelfExclusionContainer");
|
|
16054
16054
|
},
|
|
16055
16055
|
m(x, M) {
|
|
16056
|
-
ne(x, t, M), f(t, e), ie && ie.m(e, null), f(e, i), f(e, s), f(s, n), f(e, a), f(e, l), f(l, c), c.innerHTML = u, f(l, d), f(l, h), f(h,
|
|
16056
|
+
ne(x, t, M), f(t, e), ie && ie.m(e, null), f(e, i), f(e, s), f(s, n), f(e, a), f(e, l), f(l, c), c.innerHTML = u, f(l, d), f(l, h), f(h, b), f(h, p), f(h, g), f(g, y), f(e, C), f(e, A), f(A, k), f(k, X), f(X, Y), f(k, R), f(k, T), f(T, F), f(F, N), f(A, Z), f(A, B);
|
|
16057
16057
|
for (let j = 0; j < O.length; j += 1)
|
|
16058
16058
|
O[j] && O[j].m(B, null);
|
|
16059
|
-
f(e, le), z && z.m(e, null), f(e, he), f(e, q),
|
|
16059
|
+
f(e, le), z && z.m(e, null), f(e, he), f(e, q), Q.m(q, null), f(e, ee), f(e, $), f($, H), f(H, fe), ne(x, De, M), _e && _e.m(x, M), ne(x, Te, M), ve || (ye = [
|
|
16060
16060
|
zt(
|
|
16061
16061
|
k,
|
|
16062
16062
|
"click",
|
|
@@ -16074,49 +16074,49 @@ function qu(o) {
|
|
|
16074
16074
|
p(x, M) {
|
|
16075
16075
|
if (
|
|
16076
16076
|
/*isMobile*/
|
|
16077
|
-
x[
|
|
16078
|
-
|
|
16079
|
-
x[
|
|
16080
|
-
|
|
16081
|
-
x[
|
|
16077
|
+
x[23] && ie.p(x, M), M[0] & /*$_*/
|
|
16078
|
+
2097152 && r !== (r = /*$_*/
|
|
16079
|
+
x[21]("titleSelfExclusion") + "") && de(n, r), M[0] & /*$_, operator, baseurl, lang*/
|
|
16080
|
+
2097174 && u !== (u = /*$_*/
|
|
16081
|
+
x[21]("selfExclusionText", {
|
|
16082
16082
|
values: {
|
|
16083
16083
|
operatorname: (
|
|
16084
16084
|
/*operator*/
|
|
16085
|
-
x[
|
|
16085
|
+
x[2]
|
|
16086
16086
|
),
|
|
16087
16087
|
baseurl: (
|
|
16088
16088
|
/*baseurl*/
|
|
16089
|
-
x[
|
|
16089
|
+
x[4]
|
|
16090
16090
|
),
|
|
16091
16091
|
lang: (
|
|
16092
16092
|
/*lang*/
|
|
16093
|
-
x[
|
|
16093
|
+
x[1]
|
|
16094
16094
|
)
|
|
16095
16095
|
}
|
|
16096
16096
|
}) + "") && (c.innerHTML = u), M[0] & /*$_*/
|
|
16097
|
-
|
|
16098
|
-
x[
|
|
16099
|
-
|
|
16097
|
+
2097152 && m !== (m = /*$_*/
|
|
16098
|
+
x[21]("selfExclusionEmailText") + "") && de(b, m), M[0] & /*supportemail*/
|
|
16099
|
+
8 && de(
|
|
16100
16100
|
y,
|
|
16101
16101
|
/*supportemail*/
|
|
16102
|
-
x[
|
|
16102
|
+
x[3]
|
|
16103
16103
|
), M[0] & /*supportemail*/
|
|
16104
|
-
|
|
16105
|
-
x[
|
|
16106
|
-
|
|
16107
|
-
x[
|
|
16108
|
-
x[
|
|
16109
|
-
|
|
16104
|
+
8 && v !== (v = "mailto:" + /*supportemail*/
|
|
16105
|
+
x[3]) && E(g, "href", v), M[0] & /*$_, selectedPeriodKey*/
|
|
16106
|
+
2113536 && U !== (U = /*$_*/
|
|
16107
|
+
x[21](`${/*selectedPeriodKey*/
|
|
16108
|
+
x[14]}`) + "") && de(Y, U), M[0] & /*isPeriodDropDownToggled*/
|
|
16109
|
+
524288 && We(
|
|
16110
16110
|
T,
|
|
16111
16111
|
"active",
|
|
16112
16112
|
/*isPeriodDropDownToggled*/
|
|
16113
|
-
x[
|
|
16113
|
+
x[19]
|
|
16114
16114
|
), M[0] & /*selectPeriod, selfExclusionPeriods, $_*/
|
|
16115
|
-
|
|
16115
|
+
69207040
|
|
16116
16116
|
) {
|
|
16117
16117
|
ce = mo(
|
|
16118
16118
|
/*selfExclusionPeriods*/
|
|
16119
|
-
x[
|
|
16119
|
+
x[10]
|
|
16120
16120
|
);
|
|
16121
16121
|
let j;
|
|
16122
16122
|
for (j = 0; j < ce.length; j += 1) {
|
|
@@ -16128,137 +16128,137 @@ function qu(o) {
|
|
|
16128
16128
|
O.length = ce.length;
|
|
16129
16129
|
}
|
|
16130
16130
|
M[0] & /*isPeriodDropDownToggled*/
|
|
16131
|
-
|
|
16131
|
+
524288 && We(
|
|
16132
16132
|
B,
|
|
16133
16133
|
"active",
|
|
16134
16134
|
/*isPeriodDropDownToggled*/
|
|
16135
|
-
x[
|
|
16135
|
+
x[19]
|
|
16136
16136
|
), M[0] & /*isPeriodDropDownToggled*/
|
|
16137
|
-
|
|
16137
|
+
524288 && We(
|
|
16138
16138
|
A,
|
|
16139
16139
|
"active",
|
|
16140
16140
|
/*isPeriodDropDownToggled*/
|
|
16141
|
-
x[
|
|
16141
|
+
x[19]
|
|
16142
16142
|
), /*isUntilDate*/
|
|
16143
|
-
x[
|
|
16144
|
-
|
|
16145
|
-
x[
|
|
16146
|
-
|
|
16147
|
-
(x[
|
|
16148
|
-
|
|
16149
|
-
x[
|
|
16150
|
-
x[
|
|
16143
|
+
x[17] ? z ? z.p(x, M) : (z = ns(x), z.c(), z.m(e, he)) : z && (z.d(1), z = null), me === (me = xe(x)) && Q ? Q.p(x, M) : (Q.d(1), Q = me(x), Q && (Q.c(), Q.m(q, null))), M[0] & /*$_*/
|
|
16144
|
+
2097152 && te !== (te = /*$_*/
|
|
16145
|
+
x[21]("save") + "") && de(fe, te), M[0] & /*isDateSelected*/
|
|
16146
|
+
262144 && Pe !== (Pe = "SelfExclusionSave " + /*isDateSelected*/
|
|
16147
|
+
(x[18] ? "active" : "")) && E(H, "class", Pe), M[0] & /*isDateSelected*/
|
|
16148
|
+
262144 && ke !== (ke = !/*isDateSelected*/
|
|
16149
|
+
x[18]) && (H.disabled = ke), /*showConfirmationModal*/
|
|
16150
|
+
x[24] && _e.p(x, M);
|
|
16151
16151
|
},
|
|
16152
16152
|
d(x) {
|
|
16153
|
-
x && (ae(t), ae(De), ae(Te)), ie && ie.d(), an(O, x), z && z.d(),
|
|
16153
|
+
x && (ae(t), ae(De), ae(Te)), ie && ie.d(), an(O, x), z && z.d(), Q.d(), _e && _e.d(x), ve = !1, ln(ye);
|
|
16154
16154
|
}
|
|
16155
16155
|
};
|
|
16156
16156
|
}
|
|
16157
16157
|
function Ku(o) {
|
|
16158
|
-
let t, e, i, s, r, n, a, l, c, u, d, h, m,
|
|
16158
|
+
let t, e, i, s, r, n, a, l, c, u, d, h, m, b, p, g, y, v, C, A, k;
|
|
16159
16159
|
function X(R, T) {
|
|
16160
16160
|
return (
|
|
16161
16161
|
/*isMobile*/
|
|
16162
|
-
R[
|
|
16162
|
+
R[23] ? td : ed
|
|
16163
16163
|
);
|
|
16164
16164
|
}
|
|
16165
|
-
let
|
|
16165
|
+
let Y = X(o)(o);
|
|
16166
16166
|
return {
|
|
16167
16167
|
c() {
|
|
16168
|
-
t = w("div"), e = w("div"),
|
|
16168
|
+
t = w("div"), e = w("div"), Y.c(), i = I(), s = w("div"), r = w("ui-skeleton"), n = I(), a = w("div"), l = I(), c = w("ui-skeleton"), u = I(), d = w("div"), h = I(), m = w("div"), b = w("ui-skeleton"), p = I(), g = w("div"), y = I(), v = w("ui-skeleton"), C = I(), A = w("div"), k = w("ui-skeleton"), S(r, "structure", "text"), S(
|
|
16169
16169
|
r,
|
|
16170
16170
|
"height",
|
|
16171
16171
|
/*isMobile*/
|
|
16172
|
-
o[
|
|
16172
|
+
o[23] ? "15px" : "20px"
|
|
16173
16173
|
), S(
|
|
16174
16174
|
r,
|
|
16175
16175
|
"rows",
|
|
16176
16176
|
/*isMobile*/
|
|
16177
|
-
o[
|
|
16177
|
+
o[23] ? "12" : "5"
|
|
16178
16178
|
), S(
|
|
16179
16179
|
r,
|
|
16180
16180
|
"width",
|
|
16181
16181
|
/*isMobile*/
|
|
16182
|
-
o[
|
|
16182
|
+
o[23] ? "100%" : "60%"
|
|
16183
16183
|
), Xt(
|
|
16184
16184
|
a,
|
|
16185
16185
|
"height",
|
|
16186
16186
|
/*isMobile*/
|
|
16187
|
-
o[
|
|
16187
|
+
o[23] ? "10px" : "20px"
|
|
16188
16188
|
), S(c, "structure", "text"), S(
|
|
16189
16189
|
c,
|
|
16190
16190
|
"height",
|
|
16191
16191
|
/*isMobile*/
|
|
16192
|
-
o[
|
|
16193
|
-
), S(c, "width", "30%"), Xt(d, "height", "10px"), E(s, "class", "SelfExclusionDescription"), S(
|
|
16194
|
-
|
|
16192
|
+
o[23] ? "15px" : "20px"
|
|
16193
|
+
), S(c, "width", "30%"), Xt(d, "height", "10px"), E(s, "class", "SelfExclusionDescription"), S(b, "structure", "rectangle"), S(
|
|
16194
|
+
b,
|
|
16195
16195
|
"width",
|
|
16196
16196
|
/*isMobile*/
|
|
16197
|
-
o[
|
|
16197
|
+
o[23] ? "100%" : "50%"
|
|
16198
16198
|
), S(
|
|
16199
|
-
|
|
16199
|
+
b,
|
|
16200
16200
|
"height",
|
|
16201
16201
|
/*isMobile*/
|
|
16202
|
-
o[
|
|
16202
|
+
o[23] ? "30px" : "44px"
|
|
16203
16203
|
), Xt(
|
|
16204
|
-
|
|
16204
|
+
g,
|
|
16205
16205
|
"height",
|
|
16206
16206
|
/*isMobile*/
|
|
16207
|
-
o[
|
|
16207
|
+
o[23] ? "15px" : "20px"
|
|
16208
16208
|
), S(v, "structure", "text"), S(
|
|
16209
16209
|
v,
|
|
16210
16210
|
"height",
|
|
16211
16211
|
/*isMobile*/
|
|
16212
|
-
o[
|
|
16212
|
+
o[23] ? "15px" : "20px"
|
|
16213
16213
|
), S(v, "width", "30%"), E(m, "class", "SelfExclusionConfig"), S(k, "structure", "rectangle"), S(k, "width", "100%"), S(
|
|
16214
16214
|
k,
|
|
16215
16215
|
"height",
|
|
16216
16216
|
/*isMobile*/
|
|
16217
|
-
o[
|
|
16217
|
+
o[23] ? "35px" : "50px"
|
|
16218
16218
|
), E(A, "class", "SelfExclusionActionButtons " + /*isMobile*/
|
|
16219
|
-
(o[
|
|
16220
|
-
(o[
|
|
16219
|
+
(o[23] ? "SelfExclusionActionButtonsMobile" : "")), E(e, "class", "SelfExclusionWrapper " + /*isMobile*/
|
|
16220
|
+
(o[23] ? "SelfExclusionWrapperMobile" : "")), E(t, "class", "SelfExclusionContainer");
|
|
16221
16221
|
},
|
|
16222
16222
|
m(R, T) {
|
|
16223
|
-
ne(R, t, T), f(t, e),
|
|
16223
|
+
ne(R, t, T), f(t, e), Y.m(e, null), f(e, i), f(e, s), f(s, r), f(s, n), f(s, a), f(s, l), f(s, c), f(s, u), f(s, d), f(e, h), f(e, m), f(m, b), f(m, p), f(m, g), f(m, y), f(m, v), f(e, C), f(e, A), f(A, k);
|
|
16224
16224
|
},
|
|
16225
16225
|
p: _i,
|
|
16226
16226
|
d(R) {
|
|
16227
|
-
R && ae(t),
|
|
16227
|
+
R && ae(t), Y.d();
|
|
16228
16228
|
}
|
|
16229
16229
|
};
|
|
16230
16230
|
}
|
|
16231
16231
|
function Gu(o) {
|
|
16232
16232
|
let t, e, i, s, r, n, a, l, c, u, d = (
|
|
16233
16233
|
/*$_*/
|
|
16234
|
-
o[
|
|
16235
|
-
), h, m,
|
|
16234
|
+
o[21]("titleSelfExclusion") + ""
|
|
16235
|
+
), h, m, b;
|
|
16236
16236
|
return {
|
|
16237
16237
|
c() {
|
|
16238
16238
|
t = w("div"), e = Ae("svg"), i = Ae("defs"), s = Ae("style"), r = re(".aaa{fill:var(--emw--color-primary, #22B04E);}"), n = Ae("g"), a = Ae("g"), l = Ae("path"), c = I(), u = w("h2"), h = re(d), E(l, "class", "aaa"), E(l, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), E(l, "transform", "translate(15 15) rotate(180)"), E(a, "transform", "translate(20 158)"), E(n, "transform", "translate(-20 -158)"), E(e, "xmlns", "http://www.w3.org/2000/svg"), E(e, "width", "15"), E(e, "height", "15"), E(e, "viewBox", "0 0 15 15"), E(u, "class", "PlayerSelfExclusionTitleMobile"), E(t, "class", "MenuReturnButton");
|
|
16239
16239
|
},
|
|
16240
|
-
m(p,
|
|
16241
|
-
ne(p, t,
|
|
16240
|
+
m(p, g) {
|
|
16241
|
+
ne(p, t, g), f(t, e), f(e, i), f(i, s), f(s, r), f(e, n), f(n, a), f(a, l), f(t, c), f(t, u), f(u, h), m || (b = zt(
|
|
16242
16242
|
t,
|
|
16243
16243
|
"click",
|
|
16244
16244
|
/*click_handler*/
|
|
16245
16245
|
o[36]
|
|
16246
16246
|
), m = !0);
|
|
16247
16247
|
},
|
|
16248
|
-
p(p,
|
|
16249
|
-
|
|
16250
|
-
|
|
16251
|
-
p[
|
|
16248
|
+
p(p, g) {
|
|
16249
|
+
g[0] & /*$_*/
|
|
16250
|
+
2097152 && d !== (d = /*$_*/
|
|
16251
|
+
p[21]("titleSelfExclusion") + "") && de(h, d);
|
|
16252
16252
|
},
|
|
16253
16253
|
d(p) {
|
|
16254
|
-
p && ae(t), m = !1,
|
|
16254
|
+
p && ae(t), m = !1, b();
|
|
16255
16255
|
}
|
|
16256
16256
|
};
|
|
16257
16257
|
}
|
|
16258
16258
|
function rs(o) {
|
|
16259
16259
|
let t, e = (
|
|
16260
16260
|
/*$_*/
|
|
16261
|
-
o[
|
|
16261
|
+
o[21](`${/*period*/
|
|
16262
16262
|
o[56].key}`) + ""
|
|
16263
16263
|
), i, s, r;
|
|
16264
16264
|
function n() {
|
|
@@ -16279,8 +16279,8 @@ function rs(o) {
|
|
|
16279
16279
|
},
|
|
16280
16280
|
p(a, l) {
|
|
16281
16281
|
o = a, l[0] & /*$_, selfExclusionPeriods*/
|
|
16282
|
-
|
|
16283
|
-
o[
|
|
16282
|
+
2098176 && e !== (e = /*$_*/
|
|
16283
|
+
o[21](`${/*period*/
|
|
16284
16284
|
o[56].key}`) + "") && de(i, e);
|
|
16285
16285
|
},
|
|
16286
16286
|
d(a) {
|
|
@@ -16291,60 +16291,60 @@ function rs(o) {
|
|
|
16291
16291
|
function ns(o) {
|
|
16292
16292
|
let t, e, i = (
|
|
16293
16293
|
/*$_*/
|
|
16294
|
-
o[
|
|
16294
|
+
o[21]("duration") + ""
|
|
16295
16295
|
), s, r, n, a = (
|
|
16296
16296
|
/*$_*/
|
|
16297
|
-
o[
|
|
16298
|
-
), l, c, u, d, h, m,
|
|
16297
|
+
o[21]("dateInstructions") + ""
|
|
16298
|
+
), l, c, u, d, h, m, b;
|
|
16299
16299
|
return {
|
|
16300
16300
|
c() {
|
|
16301
16301
|
t = w("div"), e = w("label"), s = re(i), r = I(), n = w("span"), l = re(a), c = I(), u = w("strong"), d = re(
|
|
16302
16302
|
/*validDateformat*/
|
|
16303
|
-
o[
|
|
16304
|
-
), h = w("strong"), m = I(),
|
|
16305
|
-
|
|
16303
|
+
o[22]
|
|
16304
|
+
), h = w("strong"), m = I(), b = w("vaadin-date-picker"), E(e, "for", "SelfExclusionDate"), E(n, "class", "SelfExclusionDateInstructions"), S(
|
|
16305
|
+
b,
|
|
16306
16306
|
"min",
|
|
16307
16307
|
/*minDate*/
|
|
16308
|
-
o[
|
|
16308
|
+
o[11]
|
|
16309
16309
|
), S(
|
|
16310
|
-
|
|
16310
|
+
b,
|
|
16311
16311
|
"max",
|
|
16312
16312
|
/*maxDate*/
|
|
16313
|
-
o[
|
|
16313
|
+
o[12]
|
|
16314
16314
|
), S(
|
|
16315
|
-
|
|
16315
|
+
b,
|
|
16316
16316
|
"value",
|
|
16317
16317
|
/*selfExclusionExpiryDate*/
|
|
16318
|
-
o[
|
|
16318
|
+
o[13]
|
|
16319
16319
|
), E(t, "class", "SelfExclusionDateWrapper " + /*isMobile*/
|
|
16320
|
-
(o[
|
|
16320
|
+
(o[23] ? "SelfExclusionDateWrapperMobile" : ""));
|
|
16321
16321
|
},
|
|
16322
|
-
m(p,
|
|
16323
|
-
ne(p, t,
|
|
16322
|
+
m(p, g) {
|
|
16323
|
+
ne(p, t, g), f(t, e), f(e, s), f(t, r), f(t, n), f(n, l), f(n, c), f(n, u), f(u, d), f(u, h), f(t, m), f(t, b), o[39](b);
|
|
16324
16324
|
},
|
|
16325
|
-
p(p,
|
|
16326
|
-
|
|
16327
|
-
|
|
16328
|
-
p[
|
|
16329
|
-
|
|
16330
|
-
p[
|
|
16331
|
-
|
|
16332
|
-
|
|
16325
|
+
p(p, g) {
|
|
16326
|
+
g[0] & /*$_*/
|
|
16327
|
+
2097152 && i !== (i = /*$_*/
|
|
16328
|
+
p[21]("duration") + "") && de(s, i), g[0] & /*$_*/
|
|
16329
|
+
2097152 && a !== (a = /*$_*/
|
|
16330
|
+
p[21]("dateInstructions") + "") && de(l, a), g[0] & /*minDate*/
|
|
16331
|
+
2048 && S(
|
|
16332
|
+
b,
|
|
16333
16333
|
"min",
|
|
16334
16334
|
/*minDate*/
|
|
16335
|
-
p[10]
|
|
16336
|
-
), _[0] & /*maxDate*/
|
|
16337
|
-
2048 && S(
|
|
16338
|
-
g,
|
|
16339
|
-
"max",
|
|
16340
|
-
/*maxDate*/
|
|
16341
16335
|
p[11]
|
|
16342
|
-
),
|
|
16336
|
+
), g[0] & /*maxDate*/
|
|
16343
16337
|
4096 && S(
|
|
16344
|
-
|
|
16338
|
+
b,
|
|
16339
|
+
"max",
|
|
16340
|
+
/*maxDate*/
|
|
16341
|
+
p[12]
|
|
16342
|
+
), g[0] & /*selfExclusionExpiryDate*/
|
|
16343
|
+
8192 && S(
|
|
16344
|
+
b,
|
|
16345
16345
|
"value",
|
|
16346
16346
|
/*selfExclusionExpiryDate*/
|
|
16347
|
-
p[
|
|
16347
|
+
p[13]
|
|
16348
16348
|
);
|
|
16349
16349
|
},
|
|
16350
16350
|
d(p) {
|
|
@@ -16355,14 +16355,14 @@ function ns(o) {
|
|
|
16355
16355
|
function Ju(o) {
|
|
16356
16356
|
let t, e, i = (
|
|
16357
16357
|
/*$_*/
|
|
16358
|
-
o[
|
|
16358
|
+
o[21]("temporarySelfExclusion", {
|
|
16359
16359
|
values: {
|
|
16360
16360
|
date: Ee(
|
|
16361
16361
|
/*selfExclusionExpiryDate*/
|
|
16362
|
-
o[
|
|
16362
|
+
o[13]
|
|
16363
16363
|
).format(
|
|
16364
16364
|
/*validDateformat*/
|
|
16365
|
-
o[
|
|
16365
|
+
o[22]
|
|
16366
16366
|
)
|
|
16367
16367
|
}
|
|
16368
16368
|
}) + ""
|
|
@@ -16376,15 +16376,15 @@ function Ju(o) {
|
|
|
16376
16376
|
},
|
|
16377
16377
|
p(r, n) {
|
|
16378
16378
|
n[0] & /*$_, selfExclusionExpiryDate*/
|
|
16379
|
-
|
|
16380
|
-
r[
|
|
16379
|
+
2105344 && i !== (i = /*$_*/
|
|
16380
|
+
r[21]("temporarySelfExclusion", {
|
|
16381
16381
|
values: {
|
|
16382
16382
|
date: Ee(
|
|
16383
16383
|
/*selfExclusionExpiryDate*/
|
|
16384
|
-
r[
|
|
16384
|
+
r[13]
|
|
16385
16385
|
).format(
|
|
16386
16386
|
/*validDateformat*/
|
|
16387
|
-
r[
|
|
16387
|
+
r[22]
|
|
16388
16388
|
)
|
|
16389
16389
|
}
|
|
16390
16390
|
}) + "") && de(s, i);
|
|
@@ -16397,7 +16397,7 @@ function Ju(o) {
|
|
|
16397
16397
|
function Xu(o) {
|
|
16398
16398
|
let t, e, i = (
|
|
16399
16399
|
/*$_*/
|
|
16400
|
-
o[
|
|
16400
|
+
o[21]("noPeriodSelected") + ""
|
|
16401
16401
|
), s;
|
|
16402
16402
|
return {
|
|
16403
16403
|
c() {
|
|
@@ -16408,8 +16408,8 @@ function Xu(o) {
|
|
|
16408
16408
|
},
|
|
16409
16409
|
p(r, n) {
|
|
16410
16410
|
n[0] & /*$_*/
|
|
16411
|
-
|
|
16412
|
-
r[
|
|
16411
|
+
2097152 && i !== (i = /*$_*/
|
|
16412
|
+
r[21]("noPeriodSelected") + "") && de(s, i);
|
|
16413
16413
|
},
|
|
16414
16414
|
d(r) {
|
|
16415
16415
|
r && ae(t);
|
|
@@ -16419,7 +16419,7 @@ function Xu(o) {
|
|
|
16419
16419
|
function Zu(o) {
|
|
16420
16420
|
let t, e, i = (
|
|
16421
16421
|
/*$_*/
|
|
16422
|
-
o[
|
|
16422
|
+
o[21]("permanentSelfExclusion") + ""
|
|
16423
16423
|
), s;
|
|
16424
16424
|
return {
|
|
16425
16425
|
c() {
|
|
@@ -16430,8 +16430,8 @@ function Zu(o) {
|
|
|
16430
16430
|
},
|
|
16431
16431
|
p(r, n) {
|
|
16432
16432
|
n[0] & /*$_*/
|
|
16433
|
-
|
|
16434
|
-
r[
|
|
16433
|
+
2097152 && i !== (i = /*$_*/
|
|
16434
|
+
r[21]("permanentSelfExclusion") + "") && de(s, i);
|
|
16435
16435
|
},
|
|
16436
16436
|
d(r) {
|
|
16437
16437
|
r && ae(t);
|
|
@@ -16439,88 +16439,109 @@ function Zu(o) {
|
|
|
16439
16439
|
};
|
|
16440
16440
|
}
|
|
16441
16441
|
function Qu(o) {
|
|
16442
|
-
let t, e, i;
|
|
16442
|
+
let t, e, i, s;
|
|
16443
16443
|
return {
|
|
16444
16444
|
c() {
|
|
16445
16445
|
t = w("player-account-modal"), e = w("player-account-general-confirmation-modal"), S(e, "modaltitle", i = /*$_*/
|
|
16446
|
-
o[
|
|
16446
|
+
o[21]("confirmationModalTitle")), S(
|
|
16447
16447
|
e,
|
|
16448
16448
|
"modaltext",
|
|
16449
16449
|
/*confirmationModalText*/
|
|
16450
|
-
o[
|
|
16451
|
-
), S(e, "hascancelbutton", !1), S(e, "modalconfirmevent",
|
|
16450
|
+
o[15]
|
|
16451
|
+
), S(e, "hascancelbutton", !1), S(e, "modalconfirmevent", s = {
|
|
16452
|
+
type: "setSelfExclusion",
|
|
16453
|
+
userid: (
|
|
16454
|
+
/*userid*/
|
|
16455
|
+
o[0]
|
|
16456
|
+
),
|
|
16457
|
+
selectedPeriodKey: (
|
|
16458
|
+
/*selectedPeriodKey*/
|
|
16459
|
+
o[14]
|
|
16460
|
+
)
|
|
16461
|
+
}), S(
|
|
16452
16462
|
e,
|
|
16453
16463
|
"mbsource",
|
|
16454
16464
|
/*mbsource*/
|
|
16455
|
-
o[
|
|
16465
|
+
o[7]
|
|
16456
16466
|
), S(
|
|
16457
16467
|
e,
|
|
16458
16468
|
"lang",
|
|
16459
16469
|
/*lang*/
|
|
16460
|
-
o[
|
|
16470
|
+
o[1]
|
|
16461
16471
|
), S(
|
|
16462
16472
|
t,
|
|
16463
16473
|
"clientstyling",
|
|
16464
16474
|
/*clientstyling*/
|
|
16465
|
-
o[
|
|
16475
|
+
o[5]
|
|
16466
16476
|
), S(
|
|
16467
16477
|
t,
|
|
16468
16478
|
"clientstylingurl",
|
|
16469
16479
|
/*clientstylingurl*/
|
|
16470
|
-
o[
|
|
16480
|
+
o[6]
|
|
16471
16481
|
), S(
|
|
16472
16482
|
t,
|
|
16473
16483
|
"mbsource",
|
|
16474
16484
|
/*mbsource*/
|
|
16475
|
-
o[
|
|
16485
|
+
o[7]
|
|
16476
16486
|
), S(t, "showmodaleventname", "ShowSelfExclusionConfirmationModal");
|
|
16477
16487
|
},
|
|
16478
|
-
m(
|
|
16479
|
-
ne(
|
|
16488
|
+
m(r, n) {
|
|
16489
|
+
ne(r, t, n), f(t, e);
|
|
16480
16490
|
},
|
|
16481
|
-
p(
|
|
16482
|
-
|
|
16483
|
-
|
|
16484
|
-
|
|
16485
|
-
|
|
16491
|
+
p(r, n) {
|
|
16492
|
+
n[0] & /*$_*/
|
|
16493
|
+
2097152 && i !== (i = /*$_*/
|
|
16494
|
+
r[21]("confirmationModalTitle")) && S(e, "modaltitle", i), n[0] & /*confirmationModalText*/
|
|
16495
|
+
32768 && S(
|
|
16486
16496
|
e,
|
|
16487
16497
|
"modaltext",
|
|
16488
16498
|
/*confirmationModalText*/
|
|
16489
|
-
|
|
16490
|
-
),
|
|
16491
|
-
|
|
16499
|
+
r[15]
|
|
16500
|
+
), n[0] & /*userid, selectedPeriodKey*/
|
|
16501
|
+
16385 && s !== (s = {
|
|
16502
|
+
type: "setSelfExclusion",
|
|
16503
|
+
userid: (
|
|
16504
|
+
/*userid*/
|
|
16505
|
+
r[0]
|
|
16506
|
+
),
|
|
16507
|
+
selectedPeriodKey: (
|
|
16508
|
+
/*selectedPeriodKey*/
|
|
16509
|
+
r[14]
|
|
16510
|
+
)
|
|
16511
|
+
}) && S(e, "modalconfirmevent", s), n[0] & /*mbsource*/
|
|
16512
|
+
128 && S(
|
|
16492
16513
|
e,
|
|
16493
16514
|
"mbsource",
|
|
16494
16515
|
/*mbsource*/
|
|
16495
|
-
|
|
16496
|
-
),
|
|
16497
|
-
|
|
16516
|
+
r[7]
|
|
16517
|
+
), n[0] & /*lang*/
|
|
16518
|
+
2 && S(
|
|
16498
16519
|
e,
|
|
16499
16520
|
"lang",
|
|
16500
16521
|
/*lang*/
|
|
16501
|
-
|
|
16502
|
-
),
|
|
16503
|
-
|
|
16522
|
+
r[1]
|
|
16523
|
+
), n[0] & /*clientstyling*/
|
|
16524
|
+
32 && S(
|
|
16504
16525
|
t,
|
|
16505
16526
|
"clientstyling",
|
|
16506
16527
|
/*clientstyling*/
|
|
16507
|
-
|
|
16508
|
-
),
|
|
16509
|
-
|
|
16528
|
+
r[5]
|
|
16529
|
+
), n[0] & /*clientstylingurl*/
|
|
16530
|
+
64 && S(
|
|
16510
16531
|
t,
|
|
16511
16532
|
"clientstylingurl",
|
|
16512
16533
|
/*clientstylingurl*/
|
|
16513
|
-
|
|
16514
|
-
),
|
|
16515
|
-
|
|
16534
|
+
r[6]
|
|
16535
|
+
), n[0] & /*mbsource*/
|
|
16536
|
+
128 && S(
|
|
16516
16537
|
t,
|
|
16517
16538
|
"mbsource",
|
|
16518
16539
|
/*mbsource*/
|
|
16519
|
-
|
|
16540
|
+
r[7]
|
|
16520
16541
|
);
|
|
16521
16542
|
},
|
|
16522
|
-
d(
|
|
16523
|
-
|
|
16543
|
+
d(r) {
|
|
16544
|
+
r && ae(t);
|
|
16524
16545
|
}
|
|
16525
16546
|
};
|
|
16526
16547
|
}
|
|
@@ -16557,7 +16578,7 @@ function id(o) {
|
|
|
16557
16578
|
function e(r, n) {
|
|
16558
16579
|
return (
|
|
16559
16580
|
/*skeletonLoading*/
|
|
16560
|
-
r[
|
|
16581
|
+
r[20] ? Ku : qu
|
|
16561
16582
|
);
|
|
16562
16583
|
}
|
|
16563
16584
|
let i = e(o), s = i(o);
|
|
@@ -16580,8 +16601,8 @@ function id(o) {
|
|
|
16580
16601
|
}
|
|
16581
16602
|
function od(o, t, e) {
|
|
16582
16603
|
let i;
|
|
16583
|
-
Qr(o, cn, (
|
|
16584
|
-
let { endpoint: s = "", session: r = "", userid: n = "", lang: a = "en", gmversion: l = "", operator: c = "Everymatrix", supportemail: u = "", baseurl: d = "", clientstyling: h = "", clientstylingurl: m = "", mbsource:
|
|
16604
|
+
Qr(o, cn, (_) => e(21, i = _)), Ee.extend(Vu);
|
|
16605
|
+
let { endpoint: s = "", session: r = "", userid: n = "", lang: a = "en", gmversion: l = "", operator: c = "Everymatrix", supportemail: u = "", baseurl: d = "", clientstyling: h = "", clientstylingurl: m = "", mbsource: b, translationurl: p = "", hasconfirmationmodal: g = "false", dateformat: y = "DD/MM/YYYY", sendnotificationemail: v = "false" } = t, C, A, k = y.toUpperCase(), X = [], U = {}, Y = window.navigator.userAgent, R, T, F = "", N = "", Z = "selectAPeriod", B = "", le = "", he = en(Y) !== "PC", q = !1, ee = !1, $ = !1, H = !1, te = g === "true", fe = !0;
|
|
16585
16606
|
const Pe = () => {
|
|
16586
16607
|
fetch(p).then((K) => K.json()).then((K) => {
|
|
16587
16608
|
Object.keys(K).forEach((G) => {
|
|
@@ -16591,19 +16612,19 @@ function od(o, t, e) {
|
|
|
16591
16612
|
console.log(K);
|
|
16592
16613
|
});
|
|
16593
16614
|
};
|
|
16594
|
-
Object.keys(os).forEach((
|
|
16595
|
-
is(
|
|
16615
|
+
Object.keys(os).forEach((_) => {
|
|
16616
|
+
is(_, os[_]);
|
|
16596
16617
|
});
|
|
16597
16618
|
const ke = () => {
|
|
16598
|
-
let
|
|
16599
|
-
fetch(
|
|
16619
|
+
let _ = new URL(`${s}/v1/player/selfExclusionSettings`);
|
|
16620
|
+
fetch(_, {
|
|
16600
16621
|
method: "GET",
|
|
16601
16622
|
headers: {
|
|
16602
16623
|
"Content-Type": "application/json",
|
|
16603
16624
|
Accept: "application/json"
|
|
16604
16625
|
}
|
|
16605
16626
|
}).then((G) => Te(G)).then((G) => {
|
|
16606
|
-
e(
|
|
16627
|
+
e(10, X = G.periods);
|
|
16607
16628
|
}).catch((G) => {
|
|
16608
16629
|
console.log(G), window.postMessage(
|
|
16609
16630
|
{
|
|
@@ -16613,56 +16634,56 @@ function od(o, t, e) {
|
|
|
16613
16634
|
window.location.href
|
|
16614
16635
|
);
|
|
16615
16636
|
}).finally(() => {
|
|
16616
|
-
e(
|
|
16637
|
+
e(20, fe = !1);
|
|
16617
16638
|
});
|
|
16618
|
-
}, De = (
|
|
16619
|
-
|
|
16620
|
-
}, Te = (
|
|
16639
|
+
}, De = (_) => {
|
|
16640
|
+
_.data.type === "setSelfExclusion" && (e(0, n = _.data.userid), e(14, Z = _.data.selectedPeriodKey), O());
|
|
16641
|
+
}, Te = (_) => rt(this, null, function* () {
|
|
16621
16642
|
var K;
|
|
16622
|
-
if (!
|
|
16623
|
-
U = yield
|
|
16643
|
+
if (!_.ok) {
|
|
16644
|
+
U = yield _.json(), le = (K = U.thirdPartyResponse) == null ? void 0 : K.errorCode;
|
|
16624
16645
|
const G = i(le || "generalError");
|
|
16625
16646
|
throw new Error(G);
|
|
16626
16647
|
}
|
|
16627
|
-
return
|
|
16648
|
+
return _.json();
|
|
16628
16649
|
}), ve = () => {
|
|
16629
|
-
e(
|
|
16630
|
-
}, ye = (
|
|
16631
|
-
switch (N =
|
|
16650
|
+
e(19, H = !H);
|
|
16651
|
+
}, ye = (_) => {
|
|
16652
|
+
switch (N = _.text, e(14, Z = _.key), e(18, $ = !0), e(19, H = !1), e(16, q = !1), e(17, ee = !1), N) {
|
|
16632
16653
|
case "Until":
|
|
16633
|
-
e(
|
|
16654
|
+
e(17, ee = !0), e(11, R = Ee().add(6, "M").format("YYYY-MM-DD")), e(12, T = Ee().add(5, "y").format("YYYY-MM-DD")), e(13, F = R);
|
|
16634
16655
|
break;
|
|
16635
16656
|
case "Permanent":
|
|
16636
|
-
e(
|
|
16657
|
+
e(16, q = !q);
|
|
16637
16658
|
break;
|
|
16638
16659
|
default:
|
|
16639
16660
|
const [K, G] = N.split(" "), ze = G.includes("Day") ? "days" : G.includes("Month") ? "months" : G.includes("Year") ? "years" : null;
|
|
16640
16661
|
if (!ze)
|
|
16641
16662
|
return;
|
|
16642
|
-
e(
|
|
16663
|
+
e(13, F = Ee().add(Number(K), ze).format("YYYY-MM-DD"));
|
|
16643
16664
|
break;
|
|
16644
16665
|
}
|
|
16645
16666
|
te && ie();
|
|
16646
16667
|
}, ie = () => {
|
|
16647
16668
|
if (!te || !N || !F) {
|
|
16648
|
-
e(
|
|
16669
|
+
e(15, B = "");
|
|
16649
16670
|
return;
|
|
16650
16671
|
}
|
|
16651
|
-
e(
|
|
16672
|
+
e(15, B = ee ? i("confirmationModalTextUntilSelfExclusion", {
|
|
16652
16673
|
values: {
|
|
16653
16674
|
date: Ee(F).format(k)
|
|
16654
16675
|
}
|
|
16655
16676
|
}) : i("confirmationModalTextPeriodSelfExclusion", { values: { period: i(N) } }));
|
|
16656
|
-
}, ce = (
|
|
16657
|
-
|
|
16677
|
+
}, ce = (_) => {
|
|
16678
|
+
_.preventDefault(), te ? (ie(), window.postMessage(
|
|
16658
16679
|
{
|
|
16659
16680
|
type: "ShowSelfExclusionConfirmationModal"
|
|
16660
16681
|
},
|
|
16661
16682
|
window.location.href
|
|
16662
16683
|
)) : O();
|
|
16663
16684
|
}, O = () => {
|
|
16664
|
-
e(
|
|
16665
|
-
const
|
|
16685
|
+
e(20, fe = !0);
|
|
16686
|
+
const _ = new URL(`${s}/v2/player/${n}/limits${l === "gm16" ? "/session" : ""}`), G = {
|
|
16666
16687
|
method: "PUT",
|
|
16667
16688
|
headers: {
|
|
16668
16689
|
"X-SessionID": r,
|
|
@@ -16671,14 +16692,14 @@ function od(o, t, e) {
|
|
|
16671
16692
|
},
|
|
16672
16693
|
body: JSON.stringify({
|
|
16673
16694
|
selfExclusion: {
|
|
16674
|
-
period:
|
|
16695
|
+
period: Z,
|
|
16675
16696
|
expiryDate: F,
|
|
16676
16697
|
selfExclusionReason: "UserRequest",
|
|
16677
16698
|
sendNotificationEmail: v === "true"
|
|
16678
16699
|
}
|
|
16679
16700
|
})
|
|
16680
16701
|
};
|
|
16681
|
-
fetch(
|
|
16702
|
+
fetch(_.href, G).then((ze) => Te(ze)).then((ze) => {
|
|
16682
16703
|
window.postMessage(
|
|
16683
16704
|
{
|
|
16684
16705
|
type: "WidgetNotification",
|
|
@@ -16701,7 +16722,7 @@ function od(o, t, e) {
|
|
|
16701
16722
|
window.location.href
|
|
16702
16723
|
);
|
|
16703
16724
|
}).finally(() => {
|
|
16704
|
-
e(
|
|
16725
|
+
e(20, fe = !1);
|
|
16705
16726
|
});
|
|
16706
16727
|
}, z = () => {
|
|
16707
16728
|
window.postMessage(
|
|
@@ -16711,15 +16732,15 @@ function od(o, t, e) {
|
|
|
16711
16732
|
},
|
|
16712
16733
|
window.location.href
|
|
16713
16734
|
);
|
|
16714
|
-
}, xe = (
|
|
16715
|
-
e(
|
|
16735
|
+
}, xe = (_) => {
|
|
16736
|
+
e(13, F = _.target.value);
|
|
16716
16737
|
}, me = () => {
|
|
16717
16738
|
A.addEventListener("change", xe, !1), e(
|
|
16718
|
-
|
|
16739
|
+
9,
|
|
16719
16740
|
A.i18n = kt(Pt({}, A.i18n), {
|
|
16720
|
-
formatDate: (
|
|
16721
|
-
parseDate: (
|
|
16722
|
-
const K = Ee(
|
|
16741
|
+
formatDate: (_) => Ee(new Date(_.year, _.month, _.day)).format(k),
|
|
16742
|
+
parseDate: (_) => {
|
|
16743
|
+
const K = Ee(_, k);
|
|
16723
16744
|
return {
|
|
16724
16745
|
year: K.year(),
|
|
16725
16746
|
month: K.month(),
|
|
@@ -16733,51 +16754,52 @@ function od(o, t, e) {
|
|
|
16733
16754
|
tn(() => (window.addEventListener("message", De, !1), () => {
|
|
16734
16755
|
A.removeEventListener("change", xe), window.removeEventListener("message", De);
|
|
16735
16756
|
}));
|
|
16736
|
-
const
|
|
16757
|
+
const Q = () => {
|
|
16737
16758
|
Uu(a);
|
|
16738
|
-
}, _e = () => z(), x = () => ve(), M = (
|
|
16739
|
-
function j(
|
|
16740
|
-
fo[
|
|
16741
|
-
A =
|
|
16759
|
+
}, _e = () => z(), x = () => ve(), M = (_) => ye(_);
|
|
16760
|
+
function j(_) {
|
|
16761
|
+
fo[_ ? "unshift" : "push"](() => {
|
|
16762
|
+
A = _, e(9, A);
|
|
16742
16763
|
});
|
|
16743
16764
|
}
|
|
16744
|
-
const Ct = (
|
|
16745
|
-
function Rr(
|
|
16746
|
-
fo[
|
|
16747
|
-
C =
|
|
16765
|
+
const Ct = (_) => ce(_);
|
|
16766
|
+
function Rr(_) {
|
|
16767
|
+
fo[_ ? "unshift" : "push"](() => {
|
|
16768
|
+
C = _, e(8, C);
|
|
16748
16769
|
});
|
|
16749
16770
|
}
|
|
16750
|
-
return o.$$set = (
|
|
16751
|
-
"endpoint" in
|
|
16771
|
+
return o.$$set = (_) => {
|
|
16772
|
+
"endpoint" in _ && e(29, s = _.endpoint), "session" in _ && e(30, r = _.session), "userid" in _ && e(0, n = _.userid), "lang" in _ && e(1, a = _.lang), "gmversion" in _ && e(31, l = _.gmversion), "operator" in _ && e(2, c = _.operator), "supportemail" in _ && e(3, u = _.supportemail), "baseurl" in _ && e(4, d = _.baseurl), "clientstyling" in _ && e(5, h = _.clientstyling), "clientstylingurl" in _ && e(6, m = _.clientstylingurl), "mbsource" in _ && e(7, b = _.mbsource), "translationurl" in _ && e(32, p = _.translationurl), "hasconfirmationmodal" in _ && e(33, g = _.hasconfirmationmodal), "dateformat" in _ && e(34, y = _.dateformat), "sendnotificationemail" in _ && e(35, v = _.sendnotificationemail);
|
|
16752
16773
|
}, o.$$.update = () => {
|
|
16753
16774
|
o.$$.dirty[0] & /*lang*/
|
|
16754
|
-
|
|
16755
|
-
|
|
16775
|
+
2 && a && Q(), o.$$.dirty[0] & /*endpoint, session, userid*/
|
|
16776
|
+
1610612737 | o.$$.dirty[1] & /*gmversion*/
|
|
16756
16777
|
1 && s && r && n && l && ke(), o.$$.dirty[0] & /*calendar*/
|
|
16757
|
-
|
|
16758
|
-
|
|
16759
|
-
|
|
16760
|
-
|
|
16778
|
+
512 && A && me(), o.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
16779
|
+
288 && h && C && rn(C, h), o.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
16780
|
+
320 && m && C && on(C, m), o.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
16781
|
+
384 && b && C && sn(C, `${b}.Style`), o.$$.dirty[1] & /*translationurl*/
|
|
16761
16782
|
2 && p && Pe();
|
|
16762
16783
|
}, te && ie(), [
|
|
16784
|
+
n,
|
|
16763
16785
|
a,
|
|
16764
16786
|
c,
|
|
16765
16787
|
u,
|
|
16766
16788
|
d,
|
|
16767
16789
|
h,
|
|
16768
16790
|
m,
|
|
16769
|
-
|
|
16791
|
+
b,
|
|
16770
16792
|
C,
|
|
16771
16793
|
A,
|
|
16772
16794
|
X,
|
|
16773
16795
|
R,
|
|
16774
16796
|
T,
|
|
16775
16797
|
F,
|
|
16776
|
-
|
|
16798
|
+
Z,
|
|
16777
16799
|
B,
|
|
16778
16800
|
q,
|
|
16779
16801
|
ee,
|
|
16780
|
-
|
|
16802
|
+
$,
|
|
16781
16803
|
H,
|
|
16782
16804
|
fe,
|
|
16783
16805
|
i,
|
|
@@ -16790,10 +16812,9 @@ function od(o, t, e) {
|
|
|
16790
16812
|
z,
|
|
16791
16813
|
s,
|
|
16792
16814
|
r,
|
|
16793
|
-
n,
|
|
16794
16815
|
l,
|
|
16795
16816
|
p,
|
|
16796
|
-
|
|
16817
|
+
g,
|
|
16797
16818
|
y,
|
|
16798
16819
|
v,
|
|
16799
16820
|
_e,
|
|
@@ -16813,17 +16834,17 @@ class Lr extends Kr {
|
|
|
16813
16834
|
id,
|
|
16814
16835
|
Xr,
|
|
16815
16836
|
{
|
|
16816
|
-
endpoint:
|
|
16817
|
-
session:
|
|
16818
|
-
userid:
|
|
16819
|
-
lang:
|
|
16837
|
+
endpoint: 29,
|
|
16838
|
+
session: 30,
|
|
16839
|
+
userid: 0,
|
|
16840
|
+
lang: 1,
|
|
16820
16841
|
gmversion: 31,
|
|
16821
|
-
operator:
|
|
16822
|
-
supportemail:
|
|
16823
|
-
baseurl:
|
|
16824
|
-
clientstyling:
|
|
16825
|
-
clientstylingurl:
|
|
16826
|
-
mbsource:
|
|
16842
|
+
operator: 2,
|
|
16843
|
+
supportemail: 3,
|
|
16844
|
+
baseurl: 4,
|
|
16845
|
+
clientstyling: 5,
|
|
16846
|
+
clientstylingurl: 6,
|
|
16847
|
+
mbsource: 7,
|
|
16827
16848
|
translationurl: 32,
|
|
16828
16849
|
hasconfirmationmodal: 33,
|
|
16829
16850
|
dateformat: 34,
|
|
@@ -16834,25 +16855,25 @@ class Lr extends Kr {
|
|
|
16834
16855
|
);
|
|
16835
16856
|
}
|
|
16836
16857
|
get endpoint() {
|
|
16837
|
-
return this.$$.ctx[
|
|
16858
|
+
return this.$$.ctx[29];
|
|
16838
16859
|
}
|
|
16839
16860
|
set endpoint(t) {
|
|
16840
16861
|
this.$$set({ endpoint: t }), oe();
|
|
16841
16862
|
}
|
|
16842
16863
|
get session() {
|
|
16843
|
-
return this.$$.ctx[
|
|
16864
|
+
return this.$$.ctx[30];
|
|
16844
16865
|
}
|
|
16845
16866
|
set session(t) {
|
|
16846
16867
|
this.$$set({ session: t }), oe();
|
|
16847
16868
|
}
|
|
16848
16869
|
get userid() {
|
|
16849
|
-
return this.$$.ctx[
|
|
16870
|
+
return this.$$.ctx[0];
|
|
16850
16871
|
}
|
|
16851
16872
|
set userid(t) {
|
|
16852
16873
|
this.$$set({ userid: t }), oe();
|
|
16853
16874
|
}
|
|
16854
16875
|
get lang() {
|
|
16855
|
-
return this.$$.ctx[
|
|
16876
|
+
return this.$$.ctx[1];
|
|
16856
16877
|
}
|
|
16857
16878
|
set lang(t) {
|
|
16858
16879
|
this.$$set({ lang: t }), oe();
|
|
@@ -16864,37 +16885,37 @@ class Lr extends Kr {
|
|
|
16864
16885
|
this.$$set({ gmversion: t }), oe();
|
|
16865
16886
|
}
|
|
16866
16887
|
get operator() {
|
|
16867
|
-
return this.$$.ctx[
|
|
16888
|
+
return this.$$.ctx[2];
|
|
16868
16889
|
}
|
|
16869
16890
|
set operator(t) {
|
|
16870
16891
|
this.$$set({ operator: t }), oe();
|
|
16871
16892
|
}
|
|
16872
16893
|
get supportemail() {
|
|
16873
|
-
return this.$$.ctx[
|
|
16894
|
+
return this.$$.ctx[3];
|
|
16874
16895
|
}
|
|
16875
16896
|
set supportemail(t) {
|
|
16876
16897
|
this.$$set({ supportemail: t }), oe();
|
|
16877
16898
|
}
|
|
16878
16899
|
get baseurl() {
|
|
16879
|
-
return this.$$.ctx[
|
|
16900
|
+
return this.$$.ctx[4];
|
|
16880
16901
|
}
|
|
16881
16902
|
set baseurl(t) {
|
|
16882
16903
|
this.$$set({ baseurl: t }), oe();
|
|
16883
16904
|
}
|
|
16884
16905
|
get clientstyling() {
|
|
16885
|
-
return this.$$.ctx[
|
|
16906
|
+
return this.$$.ctx[5];
|
|
16886
16907
|
}
|
|
16887
16908
|
set clientstyling(t) {
|
|
16888
16909
|
this.$$set({ clientstyling: t }), oe();
|
|
16889
16910
|
}
|
|
16890
16911
|
get clientstylingurl() {
|
|
16891
|
-
return this.$$.ctx[
|
|
16912
|
+
return this.$$.ctx[6];
|
|
16892
16913
|
}
|
|
16893
16914
|
set clientstylingurl(t) {
|
|
16894
16915
|
this.$$set({ clientstylingurl: t }), oe();
|
|
16895
16916
|
}
|
|
16896
16917
|
get mbsource() {
|
|
16897
|
-
return this.$$.ctx[
|
|
16918
|
+
return this.$$.ctx[7];
|
|
16898
16919
|
}
|
|
16899
16920
|
set mbsource(t) {
|
|
16900
16921
|
this.$$set({ mbsource: t }), oe();
|