@everymatrix/casino-bonuses-controller 1.86.5 → 1.86.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.
@@ -5962,9 +5962,7 @@ class Ft extends HTMLElement {
5962
5962
  const r = this.constructor, i = r._$Eh.get(t);
5963
5963
  if (i !== void 0 && this._$Em !== i) {
5964
5964
  const o = r.getPropertyOptions(i), s = typeof o.converter == "function" ? { fromAttribute: o.converter } : o.converter?.fromAttribute !== void 0 ? o.converter : zi;
5965
- this._$Em = i;
5966
- const a = s.fromAttribute(n, o.type);
5967
- this[i] = a ?? this._$Ej?.get(i) ?? a, this._$Em = null;
5965
+ this._$Em = i, this[i] = s.fromAttribute(n, o.type) ?? this._$Ej?.get(i) ?? null, this._$Em = null;
5968
5966
  }
5969
5967
  }
5970
5968
  requestUpdate(t, n, r) {
@@ -6042,7 +6040,7 @@ class Ft extends HTMLElement {
6042
6040
  firstUpdated(t) {
6043
6041
  }
6044
6042
  }
6045
- Ft.elementStyles = [], Ft.shadowRootOptions = { mode: "open" }, Ft[mn("elementProperties")] = /* @__PURE__ */ new Map(), Ft[mn("finalized")] = /* @__PURE__ */ new Map(), Gf?.({ ReactiveElement: Ft }), (Nr.reactiveElementVersions ??= []).push("2.1.1");
6043
+ Ft.elementStyles = [], Ft.shadowRootOptions = { mode: "open" }, Ft[mn("elementProperties")] = /* @__PURE__ */ new Map(), Ft[mn("finalized")] = /* @__PURE__ */ new Map(), Gf?.({ ReactiveElement: Ft }), (Nr.reactiveElementVersions ??= []).push("2.1.0");
6046
6044
  /**
6047
6045
  * @license
6048
6046
  * Copyright 2017 Google LLC
@@ -6201,7 +6199,7 @@ class Fn {
6201
6199
  i < n.length && (this._$AR(r && r._$AB.nextSibling, i), n.length = i);
6202
6200
  }
6203
6201
  _$AR(t = this._$AA.nextSibling, n) {
6204
- for (this._$AP?.(!1, !0, n); t !== this._$AB; ) {
6202
+ for (this._$AP?.(!1, !0, n); t && t !== this._$AB; ) {
6205
6203
  const r = t.nextSibling;
6206
6204
  t.remove(), t = r;
6207
6205
  }
@@ -6279,7 +6277,7 @@ class ep {
6279
6277
  }
6280
6278
  }
6281
6279
  const tp = mo.litHtmlPolyfillSupport;
6282
- tp?.(Cn, Fn), (mo.litHtmlVersions ??= []).push("3.3.1");
6280
+ tp?.(Cn, Fn), (mo.litHtmlVersions ??= []).push("3.3.0");
6283
6281
  const np = (e, t, n) => {
6284
6282
  const r = n?.renderBefore ?? t;
6285
6283
  let i = r._$litPart$;
@@ -6320,7 +6318,7 @@ class Rt extends Ft {
6320
6318
  Rt._$litElement$ = !0, Rt.finalized = !0, go.litElementHydrateSupport?.({ LitElement: Rt });
6321
6319
  const rp = go.litElementPolyfillSupport;
6322
6320
  rp?.({ LitElement: Rt });
6323
- (go.litElementVersions ??= []).push("4.2.1");
6321
+ (go.litElementVersions ??= []).push("4.2.0");
6324
6322
  /**
6325
6323
  * @license
6326
6324
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
@@ -6022,13 +6022,11 @@ class Wt extends HTMLElement {
6022
6022
  }
6023
6023
  }
6024
6024
  _$AK(e, n) {
6025
- var o, s, a;
6025
+ var o, s, a, l;
6026
6026
  const r = this.constructor, i = r._$Eh.get(e);
6027
6027
  if (i !== void 0 && this._$Em !== i) {
6028
- const l = r.getPropertyOptions(i), u = typeof l.converter == "function" ? { fromAttribute: l.converter } : ((o = l.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? l.converter : Xi;
6029
- this._$Em = i;
6030
- const d = u.fromAttribute(n, l.type);
6031
- this[i] = (a = d != null ? d : (s = this._$Ej) == null ? void 0 : s.get(i)) != null ? a : d, this._$Em = null;
6028
+ const u = r.getPropertyOptions(i), d = typeof u.converter == "function" ? { fromAttribute: u.converter } : ((o = u.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? u.converter : Xi;
6029
+ this._$Em = i, this[i] = (l = (a = d.fromAttribute(n, u.type)) != null ? a : (s = this._$Ej) == null ? void 0 : s.get(i)) != null ? l : null, this._$Em = null;
6032
6030
  }
6033
6031
  }
6034
6032
  requestUpdate(e, n, r) {
@@ -6119,7 +6117,7 @@ class Wt extends HTMLElement {
6119
6117
  }
6120
6118
  }
6121
6119
  var al;
6122
- Wt.elementStyles = [], Wt.shadowRootOptions = { mode: "open" }, Wt[Cn("elementProperties")] = /* @__PURE__ */ new Map(), Wt[Cn("finalized")] = /* @__PURE__ */ new Map(), pi == null || pi({ ReactiveElement: Wt }), ((al = gt.reactiveElementVersions) != null ? al : gt.reactiveElementVersions = []).push("2.1.1");
6120
+ Wt.elementStyles = [], Wt.shadowRootOptions = { mode: "open" }, Wt[Cn("elementProperties")] = /* @__PURE__ */ new Map(), Wt[Cn("finalized")] = /* @__PURE__ */ new Map(), pi == null || pi({ ReactiveElement: Wt }), ((al = gt.reactiveElementVersions) != null ? al : gt.reactiveElementVersions = []).push("2.1.0");
6123
6121
  /**
6124
6122
  * @license
6125
6123
  * Copyright 2017 Google LLC
@@ -6284,7 +6282,7 @@ class jn {
6284
6282
  }
6285
6283
  _$AR(e = this._$AA.nextSibling, n) {
6286
6284
  var r;
6287
- for ((r = this._$AP) == null ? void 0 : r.call(this, !1, !0, n); e !== this._$AB; ) {
6285
+ for ((r = this._$AP) == null ? void 0 : r.call(this, !1, !0, n); e && e !== this._$AB; ) {
6288
6286
  const i = e.nextSibling;
6289
6287
  e.remove(), e = i;
6290
6288
  }
@@ -6366,7 +6364,7 @@ class yp {
6366
6364
  }
6367
6365
  const _i = En.litHtmlPolyfillSupport;
6368
6366
  var ll;
6369
- _i == null || _i(Dn, jn), ((ll = En.litHtmlVersions) != null ? ll : En.litHtmlVersions = []).push("3.3.1");
6367
+ _i == null || _i(Dn, jn), ((ll = En.litHtmlVersions) != null ? ll : En.litHtmlVersions = []).push("3.3.0");
6370
6368
  const wp = (t, e, n) => {
6371
6369
  var o, s;
6372
6370
  const r = (o = n == null ? void 0 : n.renderBefore) != null ? o : e;
@@ -6413,7 +6411,7 @@ jt._$litElement$ = !0, jt.finalized = !0, (ul = kt.litElementHydrateSupport) ==
6413
6411
  const gi = kt.litElementPolyfillSupport;
6414
6412
  gi == null || gi({ LitElement: jt });
6415
6413
  var dl;
6416
- ((dl = kt.litElementVersions) != null ? dl : kt.litElementVersions = []).push("4.2.1");
6414
+ ((dl = kt.litElementVersions) != null ? dl : kt.litElementVersions = []).push("4.2.0");
6417
6415
  /**
6418
6416
  * @license
6419
6417
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
@@ -31,17 +31,17 @@ PERFORMANCE OF THIS SOFTWARE.
31
31
  * @license
32
32
  * Copyright 2017 Google LLC
33
33
  * SPDX-License-Identifier: BSD-3-Clause
34
- */const{is:ap,defineProperty:lp,getOwnPropertyDescriptor:up,getOwnPropertyNames:dp,getOwnPropertySymbols:cp,getPrototypeOf:hp}=Object,gt=globalThis,As=gt.trustedTypes,fp=As?As.emptyScript:"",pi=gt.reactiveElementPolyfillSupport,Cn=(t,e)=>t,Xi={toAttribute(t,e){switch(e){case Boolean:t=t?fp:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let n=t;switch(e){case Boolean:n=t!==null;break;case Number:n=t===null?null:Number(t);break;case Object:case Array:try{n=JSON.parse(t)}catch(r){n=null}}return n}},ru=(t,e)=>!ap(t,e),xs={attribute:!0,type:String,converter:Xi,reflect:!1,useDefault:!1,hasChanged:ru};var ol,sl;(ol=Symbol.metadata)!=null||(Symbol.metadata=Symbol("metadata")),(sl=gt.litPropertyMetadata)!=null||(gt.litPropertyMetadata=new WeakMap);class Wt extends HTMLElement{static addInitializer(e){var n;this._$Ei(),((n=this.l)!=null?n:this.l=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,n=xs){if(n.state&&(n.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((n=Object.create(n)).wrapped=!0),this.elementProperties.set(e,n),!n.noAccessor){const r=Symbol(),i=this.getPropertyDescriptor(e,r,n);i!==void 0&&lp(this.prototype,e,i)}}static getPropertyDescriptor(e,n,r){var s;const{get:i,set:o}=(s=up(this.prototype,e))!=null?s:{get(){return this[n]},set(a){this[n]=a}};return{get:i,set(a){const l=i==null?void 0:i.call(this);o==null||o.call(this,a),this.requestUpdate(e,l,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){var n;return(n=this.elementProperties.get(e))!=null?n:xs}static _$Ei(){if(this.hasOwnProperty(Cn("elementProperties")))return;const e=hp(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Cn("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Cn("properties"))){const n=this.properties,r=[...dp(n),...cp(n)];for(const i of r)this.createProperty(i,n[i])}const e=this[Symbol.metadata];if(e!==null){const n=litPropertyMetadata.get(e);if(n!==void 0)for(const[r,i]of n)this.elementProperties.set(r,i)}this._$Eh=new Map;for(const[n,r]of this.elementProperties){const i=this._$Eu(n,r);i!==void 0&&this._$Eh.set(i,n)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const n=[];if(Array.isArray(e)){const r=new Set(e.flat(1/0).reverse());for(const i of r)n.unshift(Es(i))}else e!==void 0&&n.push(Es(e));return n}static _$Eu(e,n){const r=n.attribute;return r===!1?void 0:typeof r=="string"?r:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var e;this._$ES=new Promise(n=>this.enableUpdating=n),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)==null||e.forEach(n=>n(this))}addController(e){var n,r;((n=this._$EO)!=null?n:this._$EO=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&((r=e.hostConnected)==null||r.call(e))}removeController(e){var n;(n=this._$EO)==null||n.delete(e)}_$E_(){const e=new Map,n=this.constructor.elementProperties;for(const r of n.keys())this.hasOwnProperty(r)&&(e.set(r,this[r]),delete this[r]);e.size>0&&(this._$Ep=e)}createRenderRoot(){var n;const e=(n=this.shadowRoot)!=null?n:this.attachShadow(this.constructor.shadowRootOptions);return nu(e,this.constructor.elementStyles),e}connectedCallback(){var e,n;(e=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(n=this._$EO)==null||n.forEach(r=>{var i;return(i=r.hostConnected)==null?void 0:i.call(r)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$EO)==null||e.forEach(n=>{var r;return(r=n.hostDisconnected)==null?void 0:r.call(n)})}attributeChangedCallback(e,n,r){this._$AK(e,r)}_$ET(e,n){var o;const r=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,r);if(i!==void 0&&r.reflect===!0){const s=(((o=r.converter)==null?void 0:o.toAttribute)!==void 0?r.converter:Xi).toAttribute(n,r.type);this._$Em=e,s==null?this.removeAttribute(i):this.setAttribute(i,s),this._$Em=null}}_$AK(e,n){var o,s,a;const r=this.constructor,i=r._$Eh.get(e);if(i!==void 0&&this._$Em!==i){const l=r.getPropertyOptions(i),u=typeof l.converter=="function"?{fromAttribute:l.converter}:((o=l.converter)==null?void 0:o.fromAttribute)!==void 0?l.converter:Xi;this._$Em=i;const d=u.fromAttribute(n,l.type);this[i]=(a=d!=null?d:(s=this._$Ej)==null?void 0:s.get(i))!=null?a:d,this._$Em=null}}requestUpdate(e,n,r){var i,o;if(e!==void 0){const s=this.constructor,a=this[e];if(r!=null||(r=s.getPropertyOptions(e)),!(((i=r.hasChanged)!=null?i:ru)(a,n)||r.useDefault&&r.reflect&&a===((o=this._$Ej)==null?void 0:o.get(e))&&!this.hasAttribute(s._$Eu(e,r))))return;this.C(e,n,r)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,n,{useDefault:r,reflect:i,wrapped:o},s){var a,l,u;r&&!((a=this._$Ej)!=null?a:this._$Ej=new Map).has(e)&&(this._$Ej.set(e,(l=s!=null?s:n)!=null?l:this[e]),o!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||r||(n=void 0),this._$AL.set(e,n)),i===!0&&this._$Em!==e&&((u=this._$Eq)!=null?u:this._$Eq=new Set).add(e))}_$EP(){return We(this,null,function*(){this.isUpdatePending=!0;try{yield this._$ES}catch(n){Promise.reject(n)}const e=this.scheduleUpdate();return e!=null&&(yield e),!this.isUpdatePending})}scheduleUpdate(){return this.performUpdate()}performUpdate(){var r,i;if(!this.isUpdatePending)return;if(!this.hasUpdated){if((r=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[s,a]of this._$Ep)this[s]=a;this._$Ep=void 0}const o=this.constructor.elementProperties;if(o.size>0)for(const[s,a]of o){const{wrapped:l}=a,u=this[s];l!==!0||this._$AL.has(s)||u===void 0||this.C(s,void 0,a,u)}}let e=!1;const n=this._$AL;try{e=this.shouldUpdate(n),e?(this.willUpdate(n),(i=this._$EO)==null||i.forEach(o=>{var s;return(s=o.hostUpdate)==null?void 0:s.call(o)}),this.update(n)):this._$EM()}catch(o){throw e=!1,this._$EM(),o}e&&this._$AE(n)}willUpdate(e){}_$AE(e){var n;(n=this._$EO)==null||n.forEach(r=>{var i;return(i=r.hostUpdated)==null?void 0:i.call(r)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&(this._$Eq=this._$Eq.forEach(n=>this._$ET(n,this[n]))),this._$EM()}updated(e){}firstUpdated(e){}}var al;Wt.elementStyles=[],Wt.shadowRootOptions={mode:"open"},Wt[Cn("elementProperties")]=new Map,Wt[Cn("finalized")]=new Map,pi==null||pi({ReactiveElement:Wt}),((al=gt.reactiveElementVersions)!=null?al:gt.reactiveElementVersions=[]).push("2.1.1");/**
34
+ */const{is:ap,defineProperty:lp,getOwnPropertyDescriptor:up,getOwnPropertyNames:dp,getOwnPropertySymbols:cp,getPrototypeOf:hp}=Object,gt=globalThis,As=gt.trustedTypes,fp=As?As.emptyScript:"",pi=gt.reactiveElementPolyfillSupport,Cn=(t,e)=>t,Xi={toAttribute(t,e){switch(e){case Boolean:t=t?fp:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let n=t;switch(e){case Boolean:n=t!==null;break;case Number:n=t===null?null:Number(t);break;case Object:case Array:try{n=JSON.parse(t)}catch(r){n=null}}return n}},ru=(t,e)=>!ap(t,e),xs={attribute:!0,type:String,converter:Xi,reflect:!1,useDefault:!1,hasChanged:ru};var ol,sl;(ol=Symbol.metadata)!=null||(Symbol.metadata=Symbol("metadata")),(sl=gt.litPropertyMetadata)!=null||(gt.litPropertyMetadata=new WeakMap);class Wt extends HTMLElement{static addInitializer(e){var n;this._$Ei(),((n=this.l)!=null?n:this.l=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,n=xs){if(n.state&&(n.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((n=Object.create(n)).wrapped=!0),this.elementProperties.set(e,n),!n.noAccessor){const r=Symbol(),i=this.getPropertyDescriptor(e,r,n);i!==void 0&&lp(this.prototype,e,i)}}static getPropertyDescriptor(e,n,r){var s;const{get:i,set:o}=(s=up(this.prototype,e))!=null?s:{get(){return this[n]},set(a){this[n]=a}};return{get:i,set(a){const l=i==null?void 0:i.call(this);o==null||o.call(this,a),this.requestUpdate(e,l,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){var n;return(n=this.elementProperties.get(e))!=null?n:xs}static _$Ei(){if(this.hasOwnProperty(Cn("elementProperties")))return;const e=hp(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Cn("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Cn("properties"))){const n=this.properties,r=[...dp(n),...cp(n)];for(const i of r)this.createProperty(i,n[i])}const e=this[Symbol.metadata];if(e!==null){const n=litPropertyMetadata.get(e);if(n!==void 0)for(const[r,i]of n)this.elementProperties.set(r,i)}this._$Eh=new Map;for(const[n,r]of this.elementProperties){const i=this._$Eu(n,r);i!==void 0&&this._$Eh.set(i,n)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){const n=[];if(Array.isArray(e)){const r=new Set(e.flat(1/0).reverse());for(const i of r)n.unshift(Es(i))}else e!==void 0&&n.push(Es(e));return n}static _$Eu(e,n){const r=n.attribute;return r===!1?void 0:typeof r=="string"?r:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var e;this._$ES=new Promise(n=>this.enableUpdating=n),this._$AL=new Map,this._$E_(),this.requestUpdate(),(e=this.constructor.l)==null||e.forEach(n=>n(this))}addController(e){var n,r;((n=this._$EO)!=null?n:this._$EO=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&((r=e.hostConnected)==null||r.call(e))}removeController(e){var n;(n=this._$EO)==null||n.delete(e)}_$E_(){const e=new Map,n=this.constructor.elementProperties;for(const r of n.keys())this.hasOwnProperty(r)&&(e.set(r,this[r]),delete this[r]);e.size>0&&(this._$Ep=e)}createRenderRoot(){var n;const e=(n=this.shadowRoot)!=null?n:this.attachShadow(this.constructor.shadowRootOptions);return nu(e,this.constructor.elementStyles),e}connectedCallback(){var e,n;(e=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(n=this._$EO)==null||n.forEach(r=>{var i;return(i=r.hostConnected)==null?void 0:i.call(r)})}enableUpdating(e){}disconnectedCallback(){var e;(e=this._$EO)==null||e.forEach(n=>{var r;return(r=n.hostDisconnected)==null?void 0:r.call(n)})}attributeChangedCallback(e,n,r){this._$AK(e,r)}_$ET(e,n){var o;const r=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,r);if(i!==void 0&&r.reflect===!0){const s=(((o=r.converter)==null?void 0:o.toAttribute)!==void 0?r.converter:Xi).toAttribute(n,r.type);this._$Em=e,s==null?this.removeAttribute(i):this.setAttribute(i,s),this._$Em=null}}_$AK(e,n){var o,s,a,l;const r=this.constructor,i=r._$Eh.get(e);if(i!==void 0&&this._$Em!==i){const u=r.getPropertyOptions(i),d=typeof u.converter=="function"?{fromAttribute:u.converter}:((o=u.converter)==null?void 0:o.fromAttribute)!==void 0?u.converter:Xi;this._$Em=i,this[i]=(l=(a=d.fromAttribute(n,u.type))!=null?a:(s=this._$Ej)==null?void 0:s.get(i))!=null?l:null,this._$Em=null}}requestUpdate(e,n,r){var i,o;if(e!==void 0){const s=this.constructor,a=this[e];if(r!=null||(r=s.getPropertyOptions(e)),!(((i=r.hasChanged)!=null?i:ru)(a,n)||r.useDefault&&r.reflect&&a===((o=this._$Ej)==null?void 0:o.get(e))&&!this.hasAttribute(s._$Eu(e,r))))return;this.C(e,n,r)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,n,{useDefault:r,reflect:i,wrapped:o},s){var a,l,u;r&&!((a=this._$Ej)!=null?a:this._$Ej=new Map).has(e)&&(this._$Ej.set(e,(l=s!=null?s:n)!=null?l:this[e]),o!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||r||(n=void 0),this._$AL.set(e,n)),i===!0&&this._$Em!==e&&((u=this._$Eq)!=null?u:this._$Eq=new Set).add(e))}_$EP(){return We(this,null,function*(){this.isUpdatePending=!0;try{yield this._$ES}catch(n){Promise.reject(n)}const e=this.scheduleUpdate();return e!=null&&(yield e),!this.isUpdatePending})}scheduleUpdate(){return this.performUpdate()}performUpdate(){var r,i;if(!this.isUpdatePending)return;if(!this.hasUpdated){if((r=this.renderRoot)!=null||(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[s,a]of this._$Ep)this[s]=a;this._$Ep=void 0}const o=this.constructor.elementProperties;if(o.size>0)for(const[s,a]of o){const{wrapped:l}=a,u=this[s];l!==!0||this._$AL.has(s)||u===void 0||this.C(s,void 0,a,u)}}let e=!1;const n=this._$AL;try{e=this.shouldUpdate(n),e?(this.willUpdate(n),(i=this._$EO)==null||i.forEach(o=>{var s;return(s=o.hostUpdate)==null?void 0:s.call(o)}),this.update(n)):this._$EM()}catch(o){throw e=!1,this._$EM(),o}e&&this._$AE(n)}willUpdate(e){}_$AE(e){var n;(n=this._$EO)==null||n.forEach(r=>{var i;return(i=r.hostUpdated)==null?void 0:i.call(r)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&(this._$Eq=this._$Eq.forEach(n=>this._$ET(n,this[n]))),this._$EM()}updated(e){}firstUpdated(e){}}var al;Wt.elementStyles=[],Wt.shadowRootOptions={mode:"open"},Wt[Cn("elementProperties")]=new Map,Wt[Cn("finalized")]=new Map,pi==null||pi({ReactiveElement:Wt}),((al=gt.reactiveElementVersions)!=null?al:gt.reactiveElementVersions=[]).push("2.1.0");/**
35
35
  * @license
36
36
  * Copyright 2017 Google LLC
37
37
  * SPDX-License-Identifier: BSD-3-Clause
38
38
  */const En=globalThis,yr=En.trustedTypes,Ts=yr?yr.createPolicy("lit-html",{createHTML:t=>t}):void 0,iu="$lit$",mt=`lit$${Math.random().toFixed(9).slice(2)}$`,ou="?"+mt,pp=`<${ou}>`,Bt=document,Sn=()=>Bt.createComment(""),kn=t=>t===null||typeof t!="object"&&typeof t!="function",Ao=Array.isArray,mp=t=>Ao(t)||typeof(t==null?void 0:t[Symbol.iterator])=="function",mi=`[
39
39
  \f\r]`,fn=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ps=/-->/g,Ss=/>/g,Et=RegExp(`>|${mi}(?:([^\\s"'>=/]+)(${mi}*=${mi}*(?:[^
40
- \f\r"'\`<>=]|("|')|))|$)`,"g"),ks=/'/g,Ds=/"/g,su=/^(?:script|style|textarea|title)$/i,Qt=Symbol.for("lit-noChange"),Me=Symbol.for("lit-nothing"),Bs=new WeakMap,Tt=Bt.createTreeWalker(Bt,129);function au(t,e){if(!Ao(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ts!==void 0?Ts.createHTML(e):e}const _p=(t,e)=>{const n=t.length-1,r=[];let i,o=e===2?"<svg>":e===3?"<math>":"",s=fn;for(let a=0;a<n;a++){const l=t[a];let u,d,c=-1,h=0;for(;h<l.length&&(s.lastIndex=h,d=s.exec(l),d!==null);)h=s.lastIndex,s===fn?d[1]==="!--"?s=Ps:d[1]!==void 0?s=Ss:d[2]!==void 0?(su.test(d[2])&&(i=RegExp("</"+d[2],"g")),s=Et):d[3]!==void 0&&(s=Et):s===Et?d[0]===">"?(s=i!=null?i:fn,c=-1):d[1]===void 0?c=-2:(c=s.lastIndex-d[2].length,u=d[1],s=d[3]===void 0?Et:d[3]==='"'?Ds:ks):s===Ds||s===ks?s=Et:s===Ps||s===Ss?s=fn:(s=Et,i=void 0);const f=s===Et&&t[a+1].startsWith("/>")?" ":"";o+=s===fn?l+pp:c>=0?(r.push(u),l.slice(0,c)+iu+l.slice(c)+mt+f):l+mt+(c===-2?a:f)}return[au(t,o+(t[n]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),r]};class Dn{constructor({strings:e,_$litType$:n},r){let i;this.parts=[];let o=0,s=0;const a=e.length-1,l=this.parts,[u,d]=_p(e,n);if(this.el=Dn.createElement(u,r),Tt.currentNode=this.el.content,n===2||n===3){const c=this.el.content.firstChild;c.replaceWith(...c.childNodes)}for(;(i=Tt.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(const c of i.getAttributeNames())if(c.endsWith(iu)){const h=d[s++],f=i.getAttribute(c).split(mt),b=/([.?@])?(.*)/.exec(h);l.push({type:1,index:o,name:b[2],strings:f,ctor:b[1]==="."?bp:b[1]==="?"?vp:b[1]==="@"?yp:Wr}),i.removeAttribute(c)}else c.startsWith(mt)&&(l.push({type:6,index:o}),i.removeAttribute(c));if(su.test(i.tagName)){const c=i.textContent.split(mt),h=c.length-1;if(h>0){i.textContent=yr?yr.emptyScript:"";for(let f=0;f<h;f++)i.append(c[f],Sn()),Tt.nextNode(),l.push({type:2,index:++o});i.append(c[h],Sn())}}}else if(i.nodeType===8)if(i.data===ou)l.push({type:2,index:o});else{let c=-1;for(;(c=i.data.indexOf(mt,c+1))!==-1;)l.push({type:7,index:o}),c+=mt.length-1}o++}}static createElement(e,n){const r=Bt.createElement("template");return r.innerHTML=e,r}}function en(t,e,n=t,r){var s,a,l;if(e===Qt)return e;let i=r!==void 0?(s=n._$Co)==null?void 0:s[r]:n._$Cl;const o=kn(e)?void 0:e._$litDirective$;return(i==null?void 0:i.constructor)!==o&&((a=i==null?void 0:i._$AO)==null||a.call(i,!1),o===void 0?i=void 0:(i=new o(t),i._$AT(t,n,r)),r!==void 0?((l=n._$Co)!=null?l:n._$Co=[])[r]=i:n._$Cl=i),i!==void 0&&(e=en(t,i._$AS(t,e.values),i,r)),e}class gp{constructor(e,n){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){var u;const{el:{content:n},parts:r}=this._$AD,i=((u=e==null?void 0:e.creationScope)!=null?u:Bt).importNode(n,!0);Tt.currentNode=i;let o=Tt.nextNode(),s=0,a=0,l=r[0];for(;l!==void 0;){if(s===l.index){let d;l.type===2?d=new jn(o,o.nextSibling,this,e):l.type===1?d=new l.ctor(o,l.name,l.strings,this,e):l.type===6&&(d=new wp(o,this,e)),this._$AV.push(d),l=r[++a]}s!==(l==null?void 0:l.index)&&(o=Tt.nextNode(),s++)}return Tt.currentNode=Bt,i}p(e){let n=0;for(const r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(e,r,n),n+=r.strings.length-2):r._$AI(e[n])),n++}}class jn{get _$AU(){var e,n;return(n=(e=this._$AM)==null?void 0:e._$AU)!=null?n:this._$Cv}constructor(e,n,r,i){var o;this.type=2,this._$AH=Me,this._$AN=void 0,this._$AA=e,this._$AB=n,this._$AM=r,this.options=i,this._$Cv=(o=i==null?void 0:i.isConnected)!=null?o:!0}get parentNode(){let e=this._$AA.parentNode;const n=this._$AM;return n!==void 0&&(e==null?void 0:e.nodeType)===11&&(e=n.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,n=this){e=en(this,e,n),kn(e)?e===Me||e==null||e===""?(this._$AH!==Me&&this._$AR(),this._$AH=Me):e!==this._$AH&&e!==Qt&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):mp(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Me&&kn(this._$AH)?this._$AA.nextSibling.data=e:this.T(Bt.createTextNode(e)),this._$AH=e}$(e){var o;const{values:n,_$litType$:r}=e,i=typeof r=="number"?this._$AC(e):(r.el===void 0&&(r.el=Dn.createElement(au(r.h,r.h[0]),this.options)),r);if(((o=this._$AH)==null?void 0:o._$AD)===i)this._$AH.p(n);else{const s=new gp(i,this),a=s.u(this.options);s.p(n),this.T(a),this._$AH=s}}_$AC(e){let n=Bs.get(e.strings);return n===void 0&&Bs.set(e.strings,n=new Dn(e)),n}k(e){Ao(this._$AH)||(this._$AH=[],this._$AR());const n=this._$AH;let r,i=0;for(const o of e)i===n.length?n.push(r=new jn(this.O(Sn()),this.O(Sn()),this,this.options)):r=n[i],r._$AI(o),i++;i<n.length&&(this._$AR(r&&r._$AB.nextSibling,i),n.length=i)}_$AR(e=this._$AA.nextSibling,n){var r;for((r=this._$AP)==null?void 0:r.call(this,!1,!0,n);e!==this._$AB;){const i=e.nextSibling;e.remove(),e=i}}setConnected(e){var n;this._$AM===void 0&&(this._$Cv=e,(n=this._$AP)==null||n.call(this,e))}}class Wr{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,n,r,i,o){this.type=1,this._$AH=Me,this._$AN=void 0,this.element=e,this.name=n,this._$AM=i,this.options=o,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=Me}_$AI(e,n=this,r,i){const o=this.strings;let s=!1;if(o===void 0)e=en(this,e,n,0),s=!kn(e)||e!==this._$AH&&e!==Qt,s&&(this._$AH=e);else{const a=e;let l,u;for(e=o[0],l=0;l<o.length-1;l++)u=en(this,a[r+l],n,l),u===Qt&&(u=this._$AH[l]),s||(s=!kn(u)||u!==this._$AH[l]),u===Me?e=Me:e!==Me&&(e+=(u!=null?u:"")+o[l+1]),this._$AH[l]=u}s&&!i&&this.j(e)}j(e){e===Me?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e!=null?e:"")}}class bp extends Wr{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Me?void 0:e}}class vp extends Wr{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Me)}}class yp extends Wr{constructor(e,n,r,i,o){super(e,n,r,i,o),this.type=5}_$AI(e,n=this){var s;if((e=(s=en(this,e,n,0))!=null?s:Me)===Qt)return;const r=this._$AH,i=e===Me&&r!==Me||e.capture!==r.capture||e.once!==r.once||e.passive!==r.passive,o=e!==Me&&(r===Me||i);i&&this.element.removeEventListener(this.name,this,r),o&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var n,r;typeof this._$AH=="function"?this._$AH.call((r=(n=this.options)==null?void 0:n.host)!=null?r:this.element,e):this._$AH.handleEvent(e)}}class wp{constructor(e,n,r){this.element=e,this.type=6,this._$AN=void 0,this._$AM=n,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(e){en(this,e)}}const _i=En.litHtmlPolyfillSupport;var ll;_i==null||_i(Dn,jn),((ll=En.litHtmlVersions)!=null?ll:En.litHtmlVersions=[]).push("3.3.1");const Cp=(t,e,n)=>{var o,s;const r=(o=n==null?void 0:n.renderBefore)!=null?o:e;let i=r._$litPart$;if(i===void 0){const a=(s=n==null?void 0:n.renderBefore)!=null?s:null;r._$litPart$=i=new jn(e.insertBefore(Sn(),a),a,void 0,n!=null?n:{})}return i._$AI(t),i};/**
40
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ks=/'/g,Ds=/"/g,su=/^(?:script|style|textarea|title)$/i,Qt=Symbol.for("lit-noChange"),Me=Symbol.for("lit-nothing"),Bs=new WeakMap,Tt=Bt.createTreeWalker(Bt,129);function au(t,e){if(!Ao(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ts!==void 0?Ts.createHTML(e):e}const _p=(t,e)=>{const n=t.length-1,r=[];let i,o=e===2?"<svg>":e===3?"<math>":"",s=fn;for(let a=0;a<n;a++){const l=t[a];let u,d,c=-1,h=0;for(;h<l.length&&(s.lastIndex=h,d=s.exec(l),d!==null);)h=s.lastIndex,s===fn?d[1]==="!--"?s=Ps:d[1]!==void 0?s=Ss:d[2]!==void 0?(su.test(d[2])&&(i=RegExp("</"+d[2],"g")),s=Et):d[3]!==void 0&&(s=Et):s===Et?d[0]===">"?(s=i!=null?i:fn,c=-1):d[1]===void 0?c=-2:(c=s.lastIndex-d[2].length,u=d[1],s=d[3]===void 0?Et:d[3]==='"'?Ds:ks):s===Ds||s===ks?s=Et:s===Ps||s===Ss?s=fn:(s=Et,i=void 0);const f=s===Et&&t[a+1].startsWith("/>")?" ":"";o+=s===fn?l+pp:c>=0?(r.push(u),l.slice(0,c)+iu+l.slice(c)+mt+f):l+mt+(c===-2?a:f)}return[au(t,o+(t[n]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),r]};class Dn{constructor({strings:e,_$litType$:n},r){let i;this.parts=[];let o=0,s=0;const a=e.length-1,l=this.parts,[u,d]=_p(e,n);if(this.el=Dn.createElement(u,r),Tt.currentNode=this.el.content,n===2||n===3){const c=this.el.content.firstChild;c.replaceWith(...c.childNodes)}for(;(i=Tt.nextNode())!==null&&l.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(const c of i.getAttributeNames())if(c.endsWith(iu)){const h=d[s++],f=i.getAttribute(c).split(mt),b=/([.?@])?(.*)/.exec(h);l.push({type:1,index:o,name:b[2],strings:f,ctor:b[1]==="."?bp:b[1]==="?"?vp:b[1]==="@"?yp:Wr}),i.removeAttribute(c)}else c.startsWith(mt)&&(l.push({type:6,index:o}),i.removeAttribute(c));if(su.test(i.tagName)){const c=i.textContent.split(mt),h=c.length-1;if(h>0){i.textContent=yr?yr.emptyScript:"";for(let f=0;f<h;f++)i.append(c[f],Sn()),Tt.nextNode(),l.push({type:2,index:++o});i.append(c[h],Sn())}}}else if(i.nodeType===8)if(i.data===ou)l.push({type:2,index:o});else{let c=-1;for(;(c=i.data.indexOf(mt,c+1))!==-1;)l.push({type:7,index:o}),c+=mt.length-1}o++}}static createElement(e,n){const r=Bt.createElement("template");return r.innerHTML=e,r}}function en(t,e,n=t,r){var s,a,l;if(e===Qt)return e;let i=r!==void 0?(s=n._$Co)==null?void 0:s[r]:n._$Cl;const o=kn(e)?void 0:e._$litDirective$;return(i==null?void 0:i.constructor)!==o&&((a=i==null?void 0:i._$AO)==null||a.call(i,!1),o===void 0?i=void 0:(i=new o(t),i._$AT(t,n,r)),r!==void 0?((l=n._$Co)!=null?l:n._$Co=[])[r]=i:n._$Cl=i),i!==void 0&&(e=en(t,i._$AS(t,e.values),i,r)),e}class gp{constructor(e,n){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){var u;const{el:{content:n},parts:r}=this._$AD,i=((u=e==null?void 0:e.creationScope)!=null?u:Bt).importNode(n,!0);Tt.currentNode=i;let o=Tt.nextNode(),s=0,a=0,l=r[0];for(;l!==void 0;){if(s===l.index){let d;l.type===2?d=new jn(o,o.nextSibling,this,e):l.type===1?d=new l.ctor(o,l.name,l.strings,this,e):l.type===6&&(d=new wp(o,this,e)),this._$AV.push(d),l=r[++a]}s!==(l==null?void 0:l.index)&&(o=Tt.nextNode(),s++)}return Tt.currentNode=Bt,i}p(e){let n=0;for(const r of this._$AV)r!==void 0&&(r.strings!==void 0?(r._$AI(e,r,n),n+=r.strings.length-2):r._$AI(e[n])),n++}}class jn{get _$AU(){var e,n;return(n=(e=this._$AM)==null?void 0:e._$AU)!=null?n:this._$Cv}constructor(e,n,r,i){var o;this.type=2,this._$AH=Me,this._$AN=void 0,this._$AA=e,this._$AB=n,this._$AM=r,this.options=i,this._$Cv=(o=i==null?void 0:i.isConnected)!=null?o:!0}get parentNode(){let e=this._$AA.parentNode;const n=this._$AM;return n!==void 0&&(e==null?void 0:e.nodeType)===11&&(e=n.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,n=this){e=en(this,e,n),kn(e)?e===Me||e==null||e===""?(this._$AH!==Me&&this._$AR(),this._$AH=Me):e!==this._$AH&&e!==Qt&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):mp(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Me&&kn(this._$AH)?this._$AA.nextSibling.data=e:this.T(Bt.createTextNode(e)),this._$AH=e}$(e){var o;const{values:n,_$litType$:r}=e,i=typeof r=="number"?this._$AC(e):(r.el===void 0&&(r.el=Dn.createElement(au(r.h,r.h[0]),this.options)),r);if(((o=this._$AH)==null?void 0:o._$AD)===i)this._$AH.p(n);else{const s=new gp(i,this),a=s.u(this.options);s.p(n),this.T(a),this._$AH=s}}_$AC(e){let n=Bs.get(e.strings);return n===void 0&&Bs.set(e.strings,n=new Dn(e)),n}k(e){Ao(this._$AH)||(this._$AH=[],this._$AR());const n=this._$AH;let r,i=0;for(const o of e)i===n.length?n.push(r=new jn(this.O(Sn()),this.O(Sn()),this,this.options)):r=n[i],r._$AI(o),i++;i<n.length&&(this._$AR(r&&r._$AB.nextSibling,i),n.length=i)}_$AR(e=this._$AA.nextSibling,n){var r;for((r=this._$AP)==null?void 0:r.call(this,!1,!0,n);e&&e!==this._$AB;){const i=e.nextSibling;e.remove(),e=i}}setConnected(e){var n;this._$AM===void 0&&(this._$Cv=e,(n=this._$AP)==null||n.call(this,e))}}class Wr{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,n,r,i,o){this.type=1,this._$AH=Me,this._$AN=void 0,this.element=e,this.name=n,this._$AM=i,this.options=o,r.length>2||r[0]!==""||r[1]!==""?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=Me}_$AI(e,n=this,r,i){const o=this.strings;let s=!1;if(o===void 0)e=en(this,e,n,0),s=!kn(e)||e!==this._$AH&&e!==Qt,s&&(this._$AH=e);else{const a=e;let l,u;for(e=o[0],l=0;l<o.length-1;l++)u=en(this,a[r+l],n,l),u===Qt&&(u=this._$AH[l]),s||(s=!kn(u)||u!==this._$AH[l]),u===Me?e=Me:e!==Me&&(e+=(u!=null?u:"")+o[l+1]),this._$AH[l]=u}s&&!i&&this.j(e)}j(e){e===Me?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e!=null?e:"")}}class bp extends Wr{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Me?void 0:e}}class vp extends Wr{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Me)}}class yp extends Wr{constructor(e,n,r,i,o){super(e,n,r,i,o),this.type=5}_$AI(e,n=this){var s;if((e=(s=en(this,e,n,0))!=null?s:Me)===Qt)return;const r=this._$AH,i=e===Me&&r!==Me||e.capture!==r.capture||e.once!==r.once||e.passive!==r.passive,o=e!==Me&&(r===Me||i);i&&this.element.removeEventListener(this.name,this,r),o&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){var n,r;typeof this._$AH=="function"?this._$AH.call((r=(n=this.options)==null?void 0:n.host)!=null?r:this.element,e):this._$AH.handleEvent(e)}}class wp{constructor(e,n,r){this.element=e,this.type=6,this._$AN=void 0,this._$AM=n,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(e){en(this,e)}}const _i=En.litHtmlPolyfillSupport;var ll;_i==null||_i(Dn,jn),((ll=En.litHtmlVersions)!=null?ll:En.litHtmlVersions=[]).push("3.3.0");const Cp=(t,e,n)=>{var o,s;const r=(o=n==null?void 0:n.renderBefore)!=null?o:e;let i=r._$litPart$;if(i===void 0){const a=(s=n==null?void 0:n.renderBefore)!=null?s:null;r._$litPart$=i=new jn(e.insertBefore(Sn(),a),a,void 0,n!=null?n:{})}return i._$AI(t),i};/**
41
41
  * @license
42
42
  * Copyright 2017 Google LLC
43
43
  * SPDX-License-Identifier: BSD-3-Clause
44
- */const kt=globalThis;class jt extends Wt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var n,r;const e=super.createRenderRoot();return(r=(n=this.renderOptions).renderBefore)!=null||(n.renderBefore=e.firstChild),e}update(e){const n=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Cp(n,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),(e=this._$Do)==null||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this._$Do)==null||e.setConnected(!1)}render(){return Qt}}var ul;jt._$litElement$=!0,jt.finalized=!0,(ul=kt.litElementHydrateSupport)==null||ul.call(kt,{LitElement:jt});const gi=kt.litElementPolyfillSupport;gi==null||gi({LitElement:jt});var dl;((dl=kt.litElementVersions)!=null?dl:kt.litElementVersions=[]).push("4.2.1");/**
44
+ */const kt=globalThis;class jt extends Wt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var n,r;const e=super.createRenderRoot();return(r=(n=this.renderOptions).renderBefore)!=null||(n.renderBefore=e.firstChild),e}update(e){const n=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Cp(n,this.renderRoot,this.renderOptions)}connectedCallback(){var e;super.connectedCallback(),(e=this._$Do)==null||e.setConnected(!0)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this._$Do)==null||e.setConnected(!1)}render(){return Qt}}var ul;jt._$litElement$=!0,jt.finalized=!0,(ul=kt.litElementHydrateSupport)==null||ul.call(kt,{LitElement:jt});const gi=kt.litElementPolyfillSupport;gi==null||gi({LitElement:jt});var dl;((dl=kt.litElementVersions)!=null?dl:kt.litElementVersions=[]).push("4.2.0");/**
45
45
  * @license
46
46
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
47
47
  * 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/CasinoBonusesController-u-nUuuLg.cjs")).then(({default:t})=>{!customElements.get("casino-bonuses-controller")&&customElements.define("casino-bonuses-controller",t.element)})}
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/CasinoBonusesController-DAweI5xp.cjs")).then(({default:t})=>{!customElements.get("casino-bonuses-controller")&&customElements.define("casino-bonuses-controller",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/CasinoBonusesController-BGQ8x-55.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/CasinoBonusesController-BRg5qyaj.js").then(({ default: t }) => {
14
14
  !customElements.get("casino-bonuses-controller") && customElements.define("casino-bonuses-controller", t.element);
15
15
  });
16
16
  }
@@ -1,4 +1,4 @@
1
- import { C as s } from "../components/CasinoBonusesController-BNBawKIC.js";
1
+ import { C as s } from "../components/CasinoBonusesController-BI2KtxA3.js";
2
2
  function o(t) {
3
3
  return function(...n) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-bonuses-controller",
3
- "version": "1.86.5",
3
+ "version": "1.86.6",
4
4
  "type": "module",
5
5
  "main": "es2015/casino-bonuses-controller.cjs",
6
6
  "module": "esnext/casino-bonuses-controller.js",