@everymatrix/player-account-self-exclusion 1.76.4 → 1.76.6
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/{PlayerAccountSelfExclusion-BwpqMsSj.js → PlayerAccountSelfExclusion-B09jyh1f.js} +8 -6
- package/components/{PlayerAccountSelfExclusion-BFqh5PQr.js → PlayerAccountSelfExclusion-DlEMQC0y.js} +10 -8
- package/components/{PlayerAccountSelfExclusion-ReiHktCU.cjs → PlayerAccountSelfExclusion-DsholK_z.cjs} +4 -4
- package/es2015/player-account-self-exclusion.cjs +1 -1
- package/es2015/player-account-self-exclusion.js +1 -1
- package/esnext/player-account-self-exclusion.js +1 -1
- package/package.json +1 -1
package/components/{PlayerAccountSelfExclusion-BwpqMsSj.js → PlayerAccountSelfExclusion-B09jyh1f.js}
RENAMED
|
@@ -811,7 +811,7 @@ const ao = {
|
|
|
811
811
|
* Copyright (c) 2021 - 2024 Vaadin Ltd.
|
|
812
812
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
813
813
|
*/
|
|
814
|
-
function Se(o, t = "24.5.
|
|
814
|
+
function Se(o, t = "24.5.10") {
|
|
815
815
|
Object.defineProperty(o, "version", {
|
|
816
816
|
get() {
|
|
817
817
|
return t;
|
|
@@ -1034,7 +1034,9 @@ class We extends HTMLElement {
|
|
|
1034
1034
|
const i = this.constructor, s = i._$Eh.get(t);
|
|
1035
1035
|
if (s !== void 0 && this._$Em !== s) {
|
|
1036
1036
|
const r = i.getPropertyOptions(s), n = typeof r.converter == "function" ? { fromAttribute: r.converter } : r.converter?.fromAttribute !== void 0 ? r.converter : ci;
|
|
1037
|
-
this._$Em = s
|
|
1037
|
+
this._$Em = s;
|
|
1038
|
+
const a = n.fromAttribute(e, r.type);
|
|
1039
|
+
this[s] = a ?? this._$Ej?.get(s) ?? a, this._$Em = null;
|
|
1038
1040
|
}
|
|
1039
1041
|
}
|
|
1040
1042
|
requestUpdate(t, e, i) {
|
|
@@ -1112,7 +1114,7 @@ class We extends HTMLElement {
|
|
|
1112
1114
|
firstUpdated(t) {
|
|
1113
1115
|
}
|
|
1114
1116
|
}
|
|
1115
|
-
We.elementStyles = [], We.shadowRootOptions = { mode: "open" }, We[ut("elementProperties")] = /* @__PURE__ */ new Map(), We[ut("finalized")] = /* @__PURE__ */ new Map(), on?.({ ReactiveElement: We }), (Rt.reactiveElementVersions ??= []).push("2.1.
|
|
1117
|
+
We.elementStyles = [], We.shadowRootOptions = { mode: "open" }, We[ut("elementProperties")] = /* @__PURE__ */ new Map(), We[ut("finalized")] = /* @__PURE__ */ new Map(), on?.({ ReactiveElement: We }), (Rt.reactiveElementVersions ??= []).push("2.1.1");
|
|
1116
1118
|
/**
|
|
1117
1119
|
* @license
|
|
1118
1120
|
* Copyright 2017 Google LLC
|
|
@@ -1271,7 +1273,7 @@ class xt {
|
|
|
1271
1273
|
s < e.length && (this._$AR(i && i._$AB.nextSibling, s), e.length = s);
|
|
1272
1274
|
}
|
|
1273
1275
|
_$AR(t = this._$AA.nextSibling, e) {
|
|
1274
|
-
for (this._$AP?.(!1, !0, e); t
|
|
1276
|
+
for (this._$AP?.(!1, !0, e); t !== this._$AB; ) {
|
|
1275
1277
|
const i = t.nextSibling;
|
|
1276
1278
|
t.remove(), t = i;
|
|
1277
1279
|
}
|
|
@@ -1349,7 +1351,7 @@ class dn {
|
|
|
1349
1351
|
}
|
|
1350
1352
|
}
|
|
1351
1353
|
const hn = Ni.litHtmlPolyfillSupport;
|
|
1352
|
-
hn?.(ft, xt), (Ni.litHtmlVersions ??= []).push("3.3.
|
|
1354
|
+
hn?.(ft, xt), (Ni.litHtmlVersions ??= []).push("3.3.1");
|
|
1353
1355
|
const pn = (o, t, e) => {
|
|
1354
1356
|
const i = e?.renderBefore ?? t;
|
|
1355
1357
|
let s = i._$litPart$;
|
|
@@ -1390,7 +1392,7 @@ class qe extends We {
|
|
|
1390
1392
|
qe._$litElement$ = !0, qe.finalized = !0, Li.litElementHydrateSupport?.({ LitElement: qe });
|
|
1391
1393
|
const fn = Li.litElementPolyfillSupport;
|
|
1392
1394
|
fn?.({ LitElement: qe });
|
|
1393
|
-
(Li.litElementVersions ??= []).push("4.2.
|
|
1395
|
+
(Li.litElementVersions ??= []).push("4.2.1");
|
|
1394
1396
|
/**
|
|
1395
1397
|
* @license
|
|
1396
1398
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
package/components/{PlayerAccountSelfExclusion-BFqh5PQr.js → PlayerAccountSelfExclusion-DlEMQC0y.js}
RENAMED
|
@@ -839,7 +839,7 @@ const _o = {
|
|
|
839
839
|
* Copyright (c) 2021 - 2024 Vaadin Ltd.
|
|
840
840
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
841
841
|
*/
|
|
842
|
-
function Se(o, t = "24.5.
|
|
842
|
+
function Se(o, t = "24.5.10") {
|
|
843
843
|
Object.defineProperty(o, "version", {
|
|
844
844
|
get() {
|
|
845
845
|
return t;
|
|
@@ -1076,11 +1076,13 @@ class Ke extends HTMLElement {
|
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
1078
|
_$AK(t, e) {
|
|
1079
|
-
var r, n, a
|
|
1079
|
+
var r, n, a;
|
|
1080
1080
|
const i = this.constructor, s = i._$Eh.get(t);
|
|
1081
1081
|
if (s !== void 0 && this._$Em !== s) {
|
|
1082
|
-
const
|
|
1083
|
-
this._$Em = s
|
|
1082
|
+
const l = i.getPropertyOptions(s), c = typeof l.converter == "function" ? { fromAttribute: l.converter } : ((r = l.converter) == null ? void 0 : r.fromAttribute) !== void 0 ? l.converter : gi;
|
|
1083
|
+
this._$Em = s;
|
|
1084
|
+
const u = c.fromAttribute(e, l.type);
|
|
1085
|
+
this[s] = (a = u != null ? u : (n = this._$Ej) == null ? void 0 : n.get(s)) != null ? a : u, this._$Em = null;
|
|
1084
1086
|
}
|
|
1085
1087
|
}
|
|
1086
1088
|
requestUpdate(t, e, i) {
|
|
@@ -1171,7 +1173,7 @@ class Ke extends HTMLElement {
|
|
|
1171
1173
|
}
|
|
1172
1174
|
}
|
|
1173
1175
|
var ls;
|
|
1174
|
-
Ke.elementStyles = [], Ke.shadowRootOptions = { mode: "open" }, Ke[pt("elementProperties")] = /* @__PURE__ */ new Map(), Ke[pt("finalized")] = /* @__PURE__ */ new Map(), Zt == null || Zt({ ReactiveElement: Ke }), ((ls = Me.reactiveElementVersions) != null ? ls : Me.reactiveElementVersions = []).push("2.1.
|
|
1176
|
+
Ke.elementStyles = [], Ke.shadowRootOptions = { mode: "open" }, Ke[pt("elementProperties")] = /* @__PURE__ */ new Map(), Ke[pt("finalized")] = /* @__PURE__ */ new Map(), Zt == null || Zt({ ReactiveElement: Ke }), ((ls = Me.reactiveElementVersions) != null ? ls : Me.reactiveElementVersions = []).push("2.1.1");
|
|
1175
1177
|
/**
|
|
1176
1178
|
* @license
|
|
1177
1179
|
* Copyright 2017 Google LLC
|
|
@@ -1336,7 +1338,7 @@ class At {
|
|
|
1336
1338
|
}
|
|
1337
1339
|
_$AR(t = this._$AA.nextSibling, e) {
|
|
1338
1340
|
var i;
|
|
1339
|
-
for ((i = this._$AP) == null ? void 0 : i.call(this, !1, !0, e); t
|
|
1341
|
+
for ((i = this._$AP) == null ? void 0 : i.call(this, !1, !0, e); t !== this._$AB; ) {
|
|
1340
1342
|
const s = t.nextSibling;
|
|
1341
1343
|
t.remove(), t = s;
|
|
1342
1344
|
}
|
|
@@ -1418,7 +1420,7 @@ class Pn {
|
|
|
1418
1420
|
}
|
|
1419
1421
|
const ei = ft.litHtmlPolyfillSupport;
|
|
1420
1422
|
var cs;
|
|
1421
|
-
ei == null || ei(vt, At), ((cs = ft.litHtmlVersions) != null ? cs : ft.litHtmlVersions = []).push("3.3.
|
|
1423
|
+
ei == null || ei(vt, At), ((cs = ft.litHtmlVersions) != null ? cs : ft.litHtmlVersions = []).push("3.3.1");
|
|
1422
1424
|
const Tn = (o, t, e) => {
|
|
1423
1425
|
var r, n;
|
|
1424
1426
|
const i = (r = e == null ? void 0 : e.renderBefore) != null ? r : t;
|
|
@@ -1465,7 +1467,7 @@ Ge._$litElement$ = !0, Ge.finalized = !0, (us = He.litElementHydrateSupport) ==
|
|
|
1465
1467
|
const ti = He.litElementPolyfillSupport;
|
|
1466
1468
|
ti == null || ti({ LitElement: Ge });
|
|
1467
1469
|
var ds;
|
|
1468
|
-
((ds = He.litElementVersions) != null ? ds : He.litElementVersions = []).push("4.2.
|
|
1470
|
+
((ds = He.litElementVersions) != null ? ds : He.litElementVersions = []).push("4.2.1");
|
|
1469
1471
|
/**
|
|
1470
1472
|
* @license
|
|
1471
1473
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @license
|
|
3
3
|
* Copyright (c) 2021 - 2024 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
|
-
*/function me(o,t="24.5.
|
|
5
|
+
*/function me(o,t="24.5.10"){Object.defineProperty(o,"version",{get(){return t}});const e=customElements.get(o.is);if(!e)customElements.define(o.is,o);else{const i=e.version;i&&o.version&&i===o.version?console.warn(`The component ${o.is} has been loaded twice`):console.error(`Tried to define ${o.is} version ${o.version} when version ${e.version} is already in use. Something will probably break.`)}}/**
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
8
8
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
* @license
|
|
15
15
|
* Copyright 2017 Google LLC
|
|
16
16
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
17
|
-
*/const{is:Nr,defineProperty:zr,getOwnPropertyDescriptor:Lr,getOwnPropertyNames:$r,getOwnPropertySymbols:Rr,getPrototypeOf:Hr}=Object,xe=globalThis,io=xe.trustedTypes,Br=io?io.emptyScript:"",Rt=xe.reactiveElementPolyfillSupport,it=(o,t)=>o,oi={toAttribute(o,t){switch(t){case Boolean:o=o?Br:null;break;case Object:case Array:o=o==null?o:JSON.stringify(o)}return o},fromAttribute(o,t){let e=o;switch(t){case Boolean:e=o!==null;break;case Number:e=o===null?null:Number(o);break;case Object:case Array:try{e=JSON.parse(o)}catch(i){e=null}}return e}},Qo=(o,t)=>!Nr(o,t),oo={attribute:!0,type:String,converter:oi,reflect:!1,useDefault:!1,hasChanged:Qo};var Vo,Uo;(Vo=Symbol.metadata)!=null||(Symbol.metadata=Symbol("metadata")),(Uo=xe.litPropertyMetadata)!=null||(xe.litPropertyMetadata=new WeakMap);class Le extends HTMLElement{static addInitializer(t){var e;this._$Ei(),((e=this.l)!=null?e:this.l=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=oo){if(e.state&&(e.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((e=Object.create(e)).wrapped=!0),this.elementProperties.set(t,e),!e.noAccessor){const i=Symbol(),s=this.getPropertyDescriptor(t,i,e);s!==void 0&&zr(this.prototype,t,s)}}static getPropertyDescriptor(t,e,i){var n;const{get:s,set:r}=(n=Lr(this.prototype,t))!=null?n:{get(){return this[e]},set(a){this[e]=a}};return{get:s,set(a){const l=s==null?void 0:s.call(this);r==null||r.call(this,a),this.requestUpdate(t,l,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){var e;return(e=this.elementProperties.get(t))!=null?e:oo}static _$Ei(){if(this.hasOwnProperty(it("elementProperties")))return;const t=Hr(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(it("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(it("properties"))){const e=this.properties,i=[...$r(e),...Rr(e)];for(const s of i)this.createProperty(s,e[s])}const t=this[Symbol.metadata];if(t!==null){const e=litPropertyMetadata.get(t);if(e!==void 0)for(const[i,s]of e)this.elementProperties.set(i,s)}this._$Eh=new Map;for(const[e,i]of this.elementProperties){const s=this._$Eu(e,i);s!==void 0&&this._$Eh.set(s,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const s of i)e.unshift(to(s))}else t!==void 0&&e.push(to(t));return e}static _$Eu(t,e){const i=e.attribute;return i===!1?void 0:typeof i=="string"?i:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var t;this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),(t=this.constructor.l)==null||t.forEach(e=>e(this))}addController(t){var e,i;((e=this._$EO)!=null?e:this._$EO=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&((i=t.hostConnected)==null||i.call(t))}removeController(t){var e;(e=this._$EO)==null||e.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const i of e.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){var e;const t=(e=this.shadowRoot)!=null?e:this.attachShadow(this.constructor.shadowRootOptions);return Zo(t,this.constructor.elementStyles),t}connectedCallback(){var t,e;(t=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$EO)==null||e.forEach(i=>{var s;return(s=i.hostConnected)==null?void 0:s.call(i)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$EO)==null||t.forEach(e=>{var i;return(i=e.hostDisconnected)==null?void 0:i.call(e)})}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ET(t,e){var r;const i=this.constructor.elementProperties.get(t),s=this.constructor._$Eu(t,i);if(s!==void 0&&i.reflect===!0){const n=(((r=i.converter)==null?void 0:r.toAttribute)!==void 0?i.converter:oi).toAttribute(e,i.type);this._$Em=t,n==null?this.removeAttribute(s):this.setAttribute(s,n),this._$Em=null}}_$AK(t,e){var r,n,a
|
|
17
|
+
*/const{is:Nr,defineProperty:zr,getOwnPropertyDescriptor:Lr,getOwnPropertyNames:$r,getOwnPropertySymbols:Rr,getPrototypeOf:Hr}=Object,xe=globalThis,io=xe.trustedTypes,Br=io?io.emptyScript:"",Rt=xe.reactiveElementPolyfillSupport,it=(o,t)=>o,oi={toAttribute(o,t){switch(t){case Boolean:o=o?Br:null;break;case Object:case Array:o=o==null?o:JSON.stringify(o)}return o},fromAttribute(o,t){let e=o;switch(t){case Boolean:e=o!==null;break;case Number:e=o===null?null:Number(o);break;case Object:case Array:try{e=JSON.parse(o)}catch(i){e=null}}return e}},Qo=(o,t)=>!Nr(o,t),oo={attribute:!0,type:String,converter:oi,reflect:!1,useDefault:!1,hasChanged:Qo};var Vo,Uo;(Vo=Symbol.metadata)!=null||(Symbol.metadata=Symbol("metadata")),(Uo=xe.litPropertyMetadata)!=null||(xe.litPropertyMetadata=new WeakMap);class Le extends HTMLElement{static addInitializer(t){var e;this._$Ei(),((e=this.l)!=null?e:this.l=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=oo){if(e.state&&(e.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((e=Object.create(e)).wrapped=!0),this.elementProperties.set(t,e),!e.noAccessor){const i=Symbol(),s=this.getPropertyDescriptor(t,i,e);s!==void 0&&zr(this.prototype,t,s)}}static getPropertyDescriptor(t,e,i){var n;const{get:s,set:r}=(n=Lr(this.prototype,t))!=null?n:{get(){return this[e]},set(a){this[e]=a}};return{get:s,set(a){const l=s==null?void 0:s.call(this);r==null||r.call(this,a),this.requestUpdate(t,l,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){var e;return(e=this.elementProperties.get(t))!=null?e:oo}static _$Ei(){if(this.hasOwnProperty(it("elementProperties")))return;const t=Hr(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(it("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(it("properties"))){const e=this.properties,i=[...$r(e),...Rr(e)];for(const s of i)this.createProperty(s,e[s])}const t=this[Symbol.metadata];if(t!==null){const e=litPropertyMetadata.get(t);if(e!==void 0)for(const[i,s]of e)this.elementProperties.set(i,s)}this._$Eh=new Map;for(const[e,i]of this.elementProperties){const s=this._$Eu(e,i);s!==void 0&&this._$Eh.set(s,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const s of i)e.unshift(to(s))}else t!==void 0&&e.push(to(t));return e}static _$Eu(t,e){const i=e.attribute;return i===!1?void 0:typeof i=="string"?i:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var t;this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),(t=this.constructor.l)==null||t.forEach(e=>e(this))}addController(t){var e,i;((e=this._$EO)!=null?e:this._$EO=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&((i=t.hostConnected)==null||i.call(t))}removeController(t){var e;(e=this._$EO)==null||e.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const i of e.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){var e;const t=(e=this.shadowRoot)!=null?e:this.attachShadow(this.constructor.shadowRootOptions);return Zo(t,this.constructor.elementStyles),t}connectedCallback(){var t,e;(t=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(e=this._$EO)==null||e.forEach(i=>{var s;return(s=i.hostConnected)==null?void 0:s.call(i)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$EO)==null||t.forEach(e=>{var i;return(i=e.hostDisconnected)==null?void 0:i.call(e)})}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ET(t,e){var r;const i=this.constructor.elementProperties.get(t),s=this.constructor._$Eu(t,i);if(s!==void 0&&i.reflect===!0){const n=(((r=i.converter)==null?void 0:r.toAttribute)!==void 0?i.converter:oi).toAttribute(e,i.type);this._$Em=t,n==null?this.removeAttribute(s):this.setAttribute(s,n),this._$Em=null}}_$AK(t,e){var r,n,a;const i=this.constructor,s=i._$Eh.get(t);if(s!==void 0&&this._$Em!==s){const l=i.getPropertyOptions(s),u=typeof l.converter=="function"?{fromAttribute:l.converter}:((r=l.converter)==null?void 0:r.fromAttribute)!==void 0?l.converter:oi;this._$Em=s;const d=u.fromAttribute(e,l.type);this[s]=(a=d!=null?d:(n=this._$Ej)==null?void 0:n.get(s))!=null?a:d,this._$Em=null}}requestUpdate(t,e,i){var s,r;if(t!==void 0){const n=this.constructor,a=this[t];if(i!=null||(i=n.getPropertyOptions(t)),!(((s=i.hasChanged)!=null?s:Qo)(a,e)||i.useDefault&&i.reflect&&a===((r=this._$Ej)==null?void 0:r.get(t))&&!this.hasAttribute(n._$Eu(t,i))))return;this.C(t,e,i)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,e,{useDefault:i,reflect:s,wrapped:r},n){var a,l,u;i&&!((a=this._$Ej)!=null?a:this._$Ej=new Map).has(t)&&(this._$Ej.set(t,(l=n!=null?n:e)!=null?l:this[t]),r!==!0||n!==void 0)||(this._$AL.has(t)||(this.hasUpdated||i||(e=void 0),this._$AL.set(t,e)),s===!0&&this._$Em!==t&&((u=this._$Eq)!=null?u:this._$Eq=new Set).add(t))}_$EP(){return Ke(this,null,function*(){this.isUpdatePending=!0;try{yield this._$ES}catch(e){Promise.reject(e)}const t=this.scheduleUpdate();return t!=null&&(yield t),!this.isUpdatePending})}scheduleUpdate(){return this.performUpdate()}performUpdate(){var i,s;if(!this.isUpdatePending)return;if(!this.hasUpdated){if((i=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[n,a]of this._$Ep)this[n]=a;this._$Ep=void 0}const r=this.constructor.elementProperties;if(r.size>0)for(const[n,a]of r){const{wrapped:l}=a,u=this[n];l!==!0||this._$AL.has(n)||u===void 0||this.C(n,void 0,a,u)}}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),(s=this._$EO)==null||s.forEach(r=>{var n;return(n=r.hostUpdate)==null?void 0:n.call(r)}),this.update(e)):this._$EM()}catch(r){throw t=!1,this._$EM(),r}t&&this._$AE(e)}willUpdate(t){}_$AE(t){var e;(e=this._$EO)==null||e.forEach(i=>{var s;return(s=i.hostUpdated)==null?void 0:s.call(i)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&(this._$Eq=this._$Eq.forEach(e=>this._$ET(e,this[e]))),this._$EM()}updated(t){}firstUpdated(t){}}var Wo;Le.elementStyles=[],Le.shadowRootOptions={mode:"open"},Le[it("elementProperties")]=new Map,Le[it("finalized")]=new Map,Rt==null||Rt({ReactiveElement:Le}),((Wo=xe.reactiveElementVersions)!=null?Wo:xe.reactiveElementVersions=[]).push("2.1.1");/**
|
|
18
18
|
* @license
|
|
19
19
|
* Copyright 2017 Google LLC
|
|
20
20
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
21
21
|
*/const ot=globalThis,At=ot.trustedTypes,so=At?At.createPolicy("lit-html",{createHTML:o=>o}):void 0,es="$lit$",be=`lit$${Math.random().toFixed(9).slice(2)}$`,ts="?"+be,Yr=`<${ts}>`,Oe=document,rt=()=>Oe.createComment(""),nt=o=>o===null||typeof o!="object"&&typeof o!="function",Pi=Array.isArray,jr=o=>Pi(o)||typeof(o==null?void 0:o[Symbol.iterator])=="function",Ht=`[
|
|
22
22
|
\f\r]`,Ge=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ro=/-->/g,no=/>/g,Ce=RegExp(`>|${Ht}(?:([^\\s"'>=/]+)(${Ht}*=${Ht}*(?:[^
|
|
23
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),ao=/'/g,lo=/"/g,is=/^(?:script|style|textarea|title)$/i,Ye=Symbol.for("lit-noChange"),te=Symbol.for("lit-nothing"),co=new WeakMap,De=Oe.createTreeWalker(Oe,129);function os(o,t){if(!Pi(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return so!==void 0?so.createHTML(t):t}const Vr=(o,t)=>{const e=o.length-1,i=[];let s,r=t===2?"<svg>":t===3?"<math>":"",n=Ge;for(let a=0;a<e;a++){const l=o[a];let u,d,h=-1,p=0;for(;p<l.length&&(n.lastIndex=p,d=n.exec(l),d!==null);)p=n.lastIndex,n===Ge?d[1]==="!--"?n=ro:d[1]!==void 0?n=no:d[2]!==void 0?(is.test(d[2])&&(s=RegExp("</"+d[2],"g")),n=Ce):d[3]!==void 0&&(n=Ce):n===Ce?d[0]===">"?(n=s!=null?s:Ge,h=-1):d[1]===void 0?h=-2:(h=n.lastIndex-d[2].length,u=d[1],n=d[3]===void 0?Ce:d[3]==='"'?lo:ao):n===lo||n===ao?n=Ce:n===ro||n===no?n=Ge:(n=Ce,s=void 0);const f=n===Ce&&o[a+1].startsWith("/>")?" ":"";r+=n===Ge?l+Yr:h>=0?(i.push(u),l.slice(0,h)+es+l.slice(h)+be+f):l+be+(h===-2?a:f)}return[os(o,r+(o[e]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),i]};class at{constructor({strings:t,_$litType$:e},i){let s;this.parts=[];let r=0,n=0;const a=t.length-1,l=this.parts,[u,d]=Vr(t,e);if(this.el=at.createElement(u,i),De.currentNode=this.el.content,e===2||e===3){const h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(s=De.nextNode())!==null&&l.length<a;){if(s.nodeType===1){if(s.hasAttributes())for(const h of s.getAttributeNames())if(h.endsWith(es)){const p=d[n++],f=s.getAttribute(h).split(be),y=/([.?@])?(.*)/.exec(p);l.push({type:1,index:r,name:y[2],strings:f,ctor:y[1]==="."?Wr:y[1]==="?"?qr:y[1]==="@"?Kr:It}),s.removeAttribute(h)}else h.startsWith(be)&&(l.push({type:6,index:r}),s.removeAttribute(h));if(is.test(s.tagName)){const h=s.textContent.split(be),p=h.length-1;if(p>0){s.textContent=At?At.emptyScript:"";for(let f=0;f<p;f++)s.append(h[f],rt()),De.nextNode(),l.push({type:2,index:++r});s.append(h[p],rt())}}}else if(s.nodeType===8)if(s.data===ts)l.push({type:2,index:r});else{let h=-1;for(;(h=s.data.indexOf(be,h+1))!==-1;)l.push({type:7,index:r}),h+=be.length-1}r++}}static createElement(t,e){const i=Oe.createElement("template");return i.innerHTML=t,i}}function je(o,t,e=o,i){var n,a,l;if(t===Ye)return t;let s=i!==void 0?(n=e._$Co)==null?void 0:n[i]:e._$Cl;const r=nt(t)?void 0:t._$litDirective$;return(s==null?void 0:s.constructor)!==r&&((a=s==null?void 0:s._$AO)==null||a.call(s,!1),r===void 0?s=void 0:(s=new r(o),s._$AT(o,e,i)),i!==void 0?((l=e._$Co)!=null?l:e._$Co=[])[i]=s:e._$Cl=s),s!==void 0&&(t=je(o,s._$AS(o,t.values),s,i)),t}class Ur{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var u;const{el:{content:e},parts:i}=this._$AD,s=((u=t==null?void 0:t.creationScope)!=null?u:Oe).importNode(e,!0);De.currentNode=s;let r=De.nextNode(),n=0,a=0,l=i[0];for(;l!==void 0;){if(n===l.index){let d;l.type===2?d=new ft(r,r.nextSibling,this,t):l.type===1?d=new l.ctor(r,l.name,l.strings,this,t):l.type===6&&(d=new Gr(r,this,t)),this._$AV.push(d),l=i[++a]}n!==(l==null?void 0:l.index)&&(r=De.nextNode(),n++)}return De.currentNode=Oe,s}p(t){let e=0;for(const i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class ft{get _$AU(){var t,e;return(e=(t=this._$AM)==null?void 0:t._$AU)!=null?e:this._$Cv}constructor(t,e,i,s){var r;this.type=2,this._$AH=te,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=s,this._$Cv=(r=s==null?void 0:s.isConnected)!=null?r:!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=je(this,t,e),nt(t)?t===te||t==null||t===""?(this._$AH!==te&&this._$AR(),this._$AH=te):t!==this._$AH&&t!==Ye&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):jr(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==te&&nt(this._$AH)?this._$AA.nextSibling.data=t:this.T(Oe.createTextNode(t)),this._$AH=t}$(t){var r;const{values:e,_$litType$:i}=t,s=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=at.createElement(os(i.h,i.h[0]),this.options)),i);if(((r=this._$AH)==null?void 0:r._$AD)===s)this._$AH.p(e);else{const n=new Ur(s,this),a=n.u(this.options);n.p(e),this.T(a),this._$AH=n}}_$AC(t){let e=co.get(t.strings);return e===void 0&&co.set(t.strings,e=new at(t)),e}k(t){Pi(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,s=0;for(const r of t)s===e.length?e.push(i=new ft(this.O(rt()),this.O(rt()),this,this.options)):i=e[s],i._$AI(r),s++;s<e.length&&(this._$AR(i&&i._$AB.nextSibling,s),e.length=s)}_$AR(t=this._$AA.nextSibling,e){var i;for((i=this._$AP)==null?void 0:i.call(this,!1,!0,e);t
|
|
23
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),ao=/'/g,lo=/"/g,is=/^(?:script|style|textarea|title)$/i,Ye=Symbol.for("lit-noChange"),te=Symbol.for("lit-nothing"),co=new WeakMap,De=Oe.createTreeWalker(Oe,129);function os(o,t){if(!Pi(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return so!==void 0?so.createHTML(t):t}const Vr=(o,t)=>{const e=o.length-1,i=[];let s,r=t===2?"<svg>":t===3?"<math>":"",n=Ge;for(let a=0;a<e;a++){const l=o[a];let u,d,h=-1,p=0;for(;p<l.length&&(n.lastIndex=p,d=n.exec(l),d!==null);)p=n.lastIndex,n===Ge?d[1]==="!--"?n=ro:d[1]!==void 0?n=no:d[2]!==void 0?(is.test(d[2])&&(s=RegExp("</"+d[2],"g")),n=Ce):d[3]!==void 0&&(n=Ce):n===Ce?d[0]===">"?(n=s!=null?s:Ge,h=-1):d[1]===void 0?h=-2:(h=n.lastIndex-d[2].length,u=d[1],n=d[3]===void 0?Ce:d[3]==='"'?lo:ao):n===lo||n===ao?n=Ce:n===ro||n===no?n=Ge:(n=Ce,s=void 0);const f=n===Ce&&o[a+1].startsWith("/>")?" ":"";r+=n===Ge?l+Yr:h>=0?(i.push(u),l.slice(0,h)+es+l.slice(h)+be+f):l+be+(h===-2?a:f)}return[os(o,r+(o[e]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),i]};class at{constructor({strings:t,_$litType$:e},i){let s;this.parts=[];let r=0,n=0;const a=t.length-1,l=this.parts,[u,d]=Vr(t,e);if(this.el=at.createElement(u,i),De.currentNode=this.el.content,e===2||e===3){const h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(s=De.nextNode())!==null&&l.length<a;){if(s.nodeType===1){if(s.hasAttributes())for(const h of s.getAttributeNames())if(h.endsWith(es)){const p=d[n++],f=s.getAttribute(h).split(be),y=/([.?@])?(.*)/.exec(p);l.push({type:1,index:r,name:y[2],strings:f,ctor:y[1]==="."?Wr:y[1]==="?"?qr:y[1]==="@"?Kr:It}),s.removeAttribute(h)}else h.startsWith(be)&&(l.push({type:6,index:r}),s.removeAttribute(h));if(is.test(s.tagName)){const h=s.textContent.split(be),p=h.length-1;if(p>0){s.textContent=At?At.emptyScript:"";for(let f=0;f<p;f++)s.append(h[f],rt()),De.nextNode(),l.push({type:2,index:++r});s.append(h[p],rt())}}}else if(s.nodeType===8)if(s.data===ts)l.push({type:2,index:r});else{let h=-1;for(;(h=s.data.indexOf(be,h+1))!==-1;)l.push({type:7,index:r}),h+=be.length-1}r++}}static createElement(t,e){const i=Oe.createElement("template");return i.innerHTML=t,i}}function je(o,t,e=o,i){var n,a,l;if(t===Ye)return t;let s=i!==void 0?(n=e._$Co)==null?void 0:n[i]:e._$Cl;const r=nt(t)?void 0:t._$litDirective$;return(s==null?void 0:s.constructor)!==r&&((a=s==null?void 0:s._$AO)==null||a.call(s,!1),r===void 0?s=void 0:(s=new r(o),s._$AT(o,e,i)),i!==void 0?((l=e._$Co)!=null?l:e._$Co=[])[i]=s:e._$Cl=s),s!==void 0&&(t=je(o,s._$AS(o,t.values),s,i)),t}class Ur{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var u;const{el:{content:e},parts:i}=this._$AD,s=((u=t==null?void 0:t.creationScope)!=null?u:Oe).importNode(e,!0);De.currentNode=s;let r=De.nextNode(),n=0,a=0,l=i[0];for(;l!==void 0;){if(n===l.index){let d;l.type===2?d=new ft(r,r.nextSibling,this,t):l.type===1?d=new l.ctor(r,l.name,l.strings,this,t):l.type===6&&(d=new Gr(r,this,t)),this._$AV.push(d),l=i[++a]}n!==(l==null?void 0:l.index)&&(r=De.nextNode(),n++)}return De.currentNode=Oe,s}p(t){let e=0;for(const i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class ft{get _$AU(){var t,e;return(e=(t=this._$AM)==null?void 0:t._$AU)!=null?e:this._$Cv}constructor(t,e,i,s){var r;this.type=2,this._$AH=te,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=s,this._$Cv=(r=s==null?void 0:s.isConnected)!=null?r:!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=je(this,t,e),nt(t)?t===te||t==null||t===""?(this._$AH!==te&&this._$AR(),this._$AH=te):t!==this._$AH&&t!==Ye&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):jr(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==te&&nt(this._$AH)?this._$AA.nextSibling.data=t:this.T(Oe.createTextNode(t)),this._$AH=t}$(t){var r;const{values:e,_$litType$:i}=t,s=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=at.createElement(os(i.h,i.h[0]),this.options)),i);if(((r=this._$AH)==null?void 0:r._$AD)===s)this._$AH.p(e);else{const n=new Ur(s,this),a=n.u(this.options);n.p(e),this.T(a),this._$AH=n}}_$AC(t){let e=co.get(t.strings);return e===void 0&&co.set(t.strings,e=new at(t)),e}k(t){Pi(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,s=0;for(const r of t)s===e.length?e.push(i=new ft(this.O(rt()),this.O(rt()),this,this.options)):i=e[s],i._$AI(r),s++;s<e.length&&(this._$AR(i&&i._$AB.nextSibling,s),e.length=s)}_$AR(t=this._$AA.nextSibling,e){var i;for((i=this._$AP)==null?void 0:i.call(this,!1,!0,e);t!==this._$AB;){const s=t.nextSibling;t.remove(),t=s}}setConnected(t){var e;this._$AM===void 0&&(this._$Cv=t,(e=this._$AP)==null||e.call(this,t))}}class It{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,i,s,r){this.type=1,this._$AH=te,this._$AN=void 0,this.element=t,this.name=e,this._$AM=s,this.options=r,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=te}_$AI(t,e=this,i,s){const r=this.strings;let n=!1;if(r===void 0)t=je(this,t,e,0),n=!nt(t)||t!==this._$AH&&t!==Ye,n&&(this._$AH=t);else{const a=t;let l,u;for(t=r[0],l=0;l<r.length-1;l++)u=je(this,a[i+l],e,l),u===Ye&&(u=this._$AH[l]),n||(n=!nt(u)||u!==this._$AH[l]),u===te?t=te:t!==te&&(t+=(u!=null?u:"")+r[l+1]),this._$AH[l]=u}n&&!s&&this.j(t)}j(t){t===te?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!=null?t:"")}}class Wr extends It{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===te?void 0:t}}class qr extends It{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==te)}}class Kr extends It{constructor(t,e,i,s,r){super(t,e,i,s,r),this.type=5}_$AI(t,e=this){var n;if((t=(n=je(this,t,e,0))!=null?n:te)===Ye)return;const i=this._$AH,s=t===te&&i!==te||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,r=t!==te&&(i===te||s);s&&this.element.removeEventListener(this.name,this,i),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;typeof this._$AH=="function"?this._$AH.call((i=(e=this.options)==null?void 0:e.host)!=null?i:this.element,t):this._$AH.handleEvent(t)}}class Gr{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){je(this,t)}}const Bt=ot.litHtmlPolyfillSupport;var qo;Bt==null||Bt(at,ft),((qo=ot.litHtmlVersions)!=null?qo:ot.litHtmlVersions=[]).push("3.3.1");const Jr=(o,t,e)=>{var r,n;const i=(r=e==null?void 0:e.renderBefore)!=null?r:t;let s=i._$litPart$;if(s===void 0){const a=(n=e==null?void 0:e.renderBefore)!=null?n:null;i._$litPart$=s=new ft(t.insertBefore(rt(),a),a,void 0,e!=null?e:{})}return s._$AI(o),s};/**
|
|
24
24
|
* @license
|
|
25
25
|
* Copyright 2017 Google LLC
|
|
26
26
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27
|
-
*/const Te=globalThis;class $e extends Le{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var e,i;const t=super.createRenderRoot();return(i=(e=this.renderOptions).renderBefore)!=null||(e.renderBefore=t.firstChild),t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Jr(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)==null||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)==null||t.setConnected(!1)}render(){return Ye}}var Ko;$e._$litElement$=!0,$e.finalized=!0,(Ko=Te.litElementHydrateSupport)==null||Ko.call(Te,{LitElement:$e});const Yt=Te.litElementPolyfillSupport;Yt==null||Yt({LitElement:$e});var Go;((Go=Te.litElementVersions)!=null?Go:Te.litElementVersions=[]).push("4.2.
|
|
27
|
+
*/const Te=globalThis;class $e extends Le{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var e,i;const t=super.createRenderRoot();return(i=(e=this.renderOptions).renderBefore)!=null||(e.renderBefore=t.firstChild),t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Jr(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)==null||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)==null||t.setConnected(!1)}render(){return Ye}}var Ko;$e._$litElement$=!0,$e.finalized=!0,(Ko=Te.litElementHydrateSupport)==null||Ko.call(Te,{LitElement:$e});const Yt=Te.litElementPolyfillSupport;Yt==null||Yt({LitElement:$e});var Go;((Go=Te.litElementVersions)!=null?Go:Te.litElementVersions=[]).push("4.2.1");/**
|
|
28
28
|
* @license
|
|
29
29
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
30
30
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountSelfExclusion-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountSelfExclusion-DsholK_z.cjs")).then(({default:t})=>{!customElements.get("player-account-self-exclusion")&&customElements.define("player-account-self-exclusion",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerAccountSelfExclusion-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerAccountSelfExclusion-DlEMQC0y.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("player-account-self-exclusion") && customElements.define("player-account-self-exclusion", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|