@everymatrix/player-account-timeout 1.94.113 → 1.94.115
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/{PlayerAccountGeneralConfirmationModal-V--myPid.cjs → PlayerAccountGeneralConfirmationModal-B-NLu3fq.cjs} +1 -1
- package/components/{PlayerAccountGeneralConfirmationModal-DxZqCTmn.js → PlayerAccountGeneralConfirmationModal-C8VJMcxw.js} +1 -1
- package/components/{PlayerAccountGeneralConfirmationModal-BqG5lfWP.js → PlayerAccountGeneralConfirmationModal-D_TKPyfn.js} +1 -1
- package/components/{PlayerAccountModal-eetPkW9y.js → PlayerAccountModal---P8bASO.js} +1 -1
- package/components/{PlayerAccountModal-BXvCMgTQ.js → PlayerAccountModal-Be2axP54.js} +1 -1
- package/components/{PlayerAccountModal-D0PMAmmW.cjs → PlayerAccountModal-YGoKcWBU.cjs} +1 -1
- package/components/{PlayerAccountTimeout-CP1ootfU.js → PlayerAccountTimeout-CRlUG1_9.js} +3 -3
- package/components/{PlayerAccountTimeout-B1IDay5a.js → PlayerAccountTimeout-CrUNlRJ_.js} +3 -3
- package/components/{PlayerAccountTimeout-CVvcczOt.cjs → PlayerAccountTimeout-Uf1_pMr0.cjs} +2 -2
- package/es2015/player-account-timeout.cjs +1 -1
- package/es2015/player-account-timeout.js +1 -1
- package/esnext/player-account-timeout.js +1 -1
- package/package.json +1 -1
- package/stencil/index-b2193545-9K-aI7zC.cjs +1 -0
- package/stencil/index-b2193545-DsMHU6jb.js +519 -0
- package/stencil/index-b2193545-R7ZoV-kY.js +503 -0
- package/stencil/{ui-skeleton-aZT0Suei.cjs → ui-skeleton-BreIU6e5.cjs} +1 -1
- package/stencil/{ui-skeleton-B9VBo72p.js → ui-skeleton-W50o8tfg.js} +2 -2
- package/stencil/{ui-skeleton-ed169f8f-8UVsv6jT.js → ui-skeleton-ed169f8f-CVY4B-CP.js} +1 -1
- package/stencil/{ui-skeleton-ed169f8f-CQoA7I2l.cjs → ui-skeleton-ed169f8f-CpiCXJrP.cjs} +1 -1
- package/stencil/{ui-skeleton-ed169f8f-BQ-1TtKf.js → ui-skeleton-ed169f8f-D3TjbVKy.js} +1 -1
- package/stencil/{ui-skeleton-C7JH5ymf.js → ui-skeleton-xXZA3rYO.js} +2 -2
- package/stencil/index-b2193545-BK1eKuNv.js +0 -493
- package/stencil/index-b2193545-BzLH-hhx.js +0 -509
- package/stencil/index-b2193545-CIfou2cI.cjs +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./PlayerAccountTimeout-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./PlayerAccountTimeout-Uf1_pMr0.cjs");function A(o,t){e.addMessages(o,t)}function N(o){e.$locale.set(o)}const z={en:{cancel:"Cancel",confirm:"Confirm"},fr:{cancel:"Annuler",confirm:"Confirmer"},ro:{cancel:"Anulează",confirm:"Confirmă"},es:{cancel:"Cancelar",confirm:"Confirmar"},pt:{cancel:"Cancelar",confirm:"Confirmar"},"zh-hk":{cancel:"取消",confirm:"確認"},hr:{cancel:"Otkaži",confirm:"Potvrdi"},"pt-br":{cancel:"Cancelar",confirm:"confirme"},"es-mx":{cancel:"Cancelar",confirm:"Confirmar"},tr:{cancel:"İptal etmek",confirm:"Onaylamak"},"en-us":{cancel:"Cancel",confirm:"Confirm"}};function q(o){e.append_styles(o,"svelte-8g0wf4",'*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GeneralConfirmationWrapper{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--emw--color-background, rgba(0, 0, 0, 0.7));display:flex;justify-content:center;align-items:center;z-index:300;color:var(--emw--color-typography, #ffffff)}.GeneralConfirmationTitle{margin-bottom:20px}.GeneralConfirmationContainer{position:relative;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013e5c));border:5px solid transparent;padding:60px 30px 30px;background-clip:padding-box;border-radius:var(--emw--border-radius-medium, 10px);text-align:center}.GeneralConfirmationContainer::before{content:"";position:absolute;top:-4px;left:-8px;width:103%;height:105%;z-index:-1;background:linear-gradient(to right, var(--emw--color-primary, #22b04e), color-mix(in srgb, var(--emw--color-secondary, #e98b0f) 80%, black 20%), #22b04e);opacity:0.5;border-radius:inherit;filter:blur(6px)}.GeneralConfirmationContainer::after{position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;background:linear-gradient(to right, color-mix(in srgb, var(--emw--color-primary-variant, #184026) 80%, white 10%), color-mix(in srgb, var(--emw--color-secondary-variant, #013e5c) 80%, white 10%));content:"";z-index:-1;border-radius:var(--emw--border-radius-medium, 10px)}.GeneralConfirmationContainerMobile{padding:40px;max-width:330px}.GeneralConfirmationContainerMobile .GeneralConfirmationControlAreaMobile .GeneralCancelButton,.GeneralConfirmationContainerMobile .GeneralConfirmationControlAreaMobile .GeneralConfirmButton{width:120px;height:auto;font-size:var(--emw--font-size-x-small, 12px)}.GeneralConfirmationContent{font-size:var(--emw--font-size-medium, 18px);font-weight:300}.GeneralConfirmationControlArea{display:flex;gap:10px;direction:ltr;margin-top:30px}.GeneralConfirmationControlArea .GeneralCancelButton,.GeneralConfirmationControlArea .GeneralConfirmButton{flex:1;background:transparent;border:1px solid var(--emw--color-gray-100, #bfcbc3);color:var(--emw--color-gray-100, #bfcbc3);cursor:pointer;border-radius:var(--emw--button-border-radius, 50px);width:200px;height:50px;font-size:var(--emw--font-size-small, 16px);text-transform:uppercase;text-align:center;transition-duration:0.3s;box-sizing:border-box;padding:10px}.GeneralConfirmationControlArea .GeneralConfirmButton{background-color:var(--emw--color-primary, #22b04e);border:2px solid var(--emw--button-border-color, #063b17);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #ffffff))}.ModalCloseBtn{position:absolute;display:flex;align-items:center;justify-content:center;top:5px;right:5px;padding:8px;border-radius:50%;cursor:pointer;transition:all 150ms ease-in-out}.ModalCloseBtn svg{width:35px;height:40px}.ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}.GeneralConfirmationMobileWrapper{border:none;padding:0}')}const H=o=>({}),B=o=>({});function R(o){let t,n;return{c(){t=e.svg_element("svg"),n=e.svg_element("path"),e.attr(n,"stroke-linecap","round"),e.attr(n,"stroke-linejoin","round"),e.attr(n,"stroke-width","2"),e.attr(n,"d","M6 18L18 6M6 6l12 12"),e.attr(t,"class","w-6 h-6"),e.attr(t,"fill","none"),e.attr(t,"stroke","currentColor"),e.attr(t,"viewBox","0 0 24 24"),e.attr(t,"xmlns","http://www.w3.org/2000/svg")},m(a,i){e.insert(a,t,i),e.append(t,n)},p:e.noop,d(a){a&&e.detach(t)}}}function S(o){let t,n,a;return{c(){t=e.element("div"),n=e.element("h2"),a=e.text(o[1]),e.attr(t,"class","GeneralConfirmationTitle")},m(i,f){e.insert(i,t,f),e.append(t,n),e.append(n,a)},p(i,f){f&2&&e.set_data(a,i[1])},d(i){i&&e.detach(t)}}}function T(o){let t,n=o[4]("cancel")+"",a,i,f;return{c(){t=e.element("button"),a=e.text(n),e.attr(t,"class","GeneralCancelButton")},m(d,C){e.insert(d,t,C),e.append(t,a),i||(f=e.listen(t,"click",o[18]),i=!0)},p(d,C){C&16&&n!==(n=d[4]("cancel")+"")&&e.set_data(a,n)},d(d){d&&e.detach(t),i=!1,f()}}}function U(o){let t,n,a,i,f,d,C,g,v,h,x=o[4]("confirm")+"",_,u,y,k;const w=o[17].close,c=e.create_slot(w,o,o[16],B),p=c||R();let s=o[1]&&S(o),m=o[2]&&T(o);return{c(){t=e.element("div"),n=e.element("div"),a=e.element("span"),p&&p.c(),i=e.space(),s&&s.c(),f=e.space(),d=e.element("div"),C=e.space(),g=e.element("div"),m&&m.c(),v=e.space(),h=e.element("button"),_=e.text(x),e.attr(a,"class","ModalCloseBtn"),e.attr(a,"role","button"),e.attr(d,"class","GeneralConfirmationContent"),e.attr(h,"class","GeneralConfirmButton"),e.attr(g,"class","GeneralConfirmationControlArea "+(o[5]?"GeneralConfirmationControlAreaMobile":"")),e.attr(n,"class","GeneralConfirmationContainer "+(o[5]?"GeneralConfirmationContainerMobile":"")),e.attr(t,"class","GeneralConfirmationWrapper "+(o[5]?"GeneralConfirmationMobileWrapper":""))},m(l,b){e.insert(l,t,b),e.append(t,n),e.append(n,a),p&&p.m(a,null),e.append(n,i),s&&s.m(n,null),e.append(n,f),e.append(n,d),d.innerHTML=o[0],e.append(n,C),e.append(n,g),m&&m.m(g,null),e.append(g,v),e.append(g,h),e.append(h,_),o[20](t),u=!0,y||(k=[e.listen(a,"click",o[6]),e.listen(h,"click",o[19])],y=!0)},p(l,[b]){c&&c.p&&(!u||b&65536)&&e.update_slot_base(c,w,l,l[16],u?e.get_slot_changes(w,l[16],b,H):e.get_all_dirty_from_scope(l[16]),B),l[1]?s?s.p(l,b):(s=S(l),s.c(),s.m(n,f)):s&&(s.d(1),s=null),(!u||b&1)&&(d.innerHTML=l[0]),l[2]?m?m.p(l,b):(m=T(l),m.c(),m.m(g,v)):m&&(m.d(1),m=null),(!u||b&16)&&x!==(x=l[4]("confirm")+"")&&e.set_data(_,x)},i(l){u||(e.transition_in(p,l),u=!0)},o(l){e.transition_out(p,l),u=!1},d(l){l&&e.detach(t),p&&p.d(l),s&&s.d(),m&&m.d(),o[20](null),y=!1,e.run_all(k)}}}function D(o,t,n){let a;e.component_subscribe(o,e.$format,r=>n(4,a=r));let{$$slots:i={},$$scope:f}=t,{modaltext:d="Are you sure that you want to perform this action?"}=t,{modaltitle:C=""}=t,{hascancelbutton:g=!1}=t,{modalconfirmevent:v=""}=t,{modalcancelevent:h=""}=t,{modalconfirmdata:x={}}=t,{lang:_="en"}=t,{clientstyling:u=""}=t,{clientstylingurl:y=""}=t,{translationurl:k=""}=t,{mbsource:w}=t,c,p,s=window.navigator.userAgent,m=e.getDevice(s)!=="PC";const l=()=>{window.postMessage({type:"ModalClosed"},window.location.href)},b=r=>{r==="confirm"&&v&&c.dispatchEvent(new CustomEvent(v,{detail:x,bubbles:!0,composed:!0})),r==="cancel"&&h&&c.dispatchEvent(new CustomEvent(h,{bubbles:!0,composed:!0})),l()},L=()=>{fetch(k).then(G=>G.json()).then(G=>{Object.keys(G).forEach(M=>{A(M,G[M])})}).catch(G=>{console.log(G)})};Object.keys(z).forEach(r=>{A(r,z[r])});const E=()=>{N(_)};e.onMount(()=>()=>{});const O=()=>b("cancel"),P=()=>b("confirm");function W(r){e.binding_callbacks[r?"unshift":"push"](()=>{c=r,n(3,c)})}return o.$$set=r=>{"modaltext"in r&&n(0,d=r.modaltext),"modaltitle"in r&&n(1,C=r.modaltitle),"hascancelbutton"in r&&n(2,g=r.hascancelbutton),"modalconfirmevent"in r&&n(8,v=r.modalconfirmevent),"modalcancelevent"in r&&n(9,h=r.modalcancelevent),"modalconfirmdata"in r&&n(10,x=r.modalconfirmdata),"lang"in r&&n(11,_=r.lang),"clientstyling"in r&&n(12,u=r.clientstyling),"clientstylingurl"in r&&n(13,y=r.clientstylingurl),"translationurl"in r&&n(14,k=r.translationurl),"mbsource"in r&&n(15,w=r.mbsource),"$$scope"in r&&n(16,f=r.$$scope)},o.$$.update=()=>{o.$$.dirty&2049&&d&&_&&E(),o.$$.dirty&4104&&u&&c&&e.setClientStyling(c,u),o.$$.dirty&8200&&y&&c&&e.setClientStylingURL(c,y),o.$$.dirty&32776&&w&&c&&e.setStreamStyling(c,`${w}.Style`,p),o.$$.dirty&16384&&k&&L()},[d,C,g,c,a,m,l,b,v,h,x,_,u,y,k,w,f,i,O,P,W]}class j extends e.SvelteComponent{constructor(t){super(),e.init(this,t,D,U,e.safe_not_equal,{modaltext:0,modaltitle:1,hascancelbutton:2,modalconfirmevent:8,modalcancelevent:9,modalconfirmdata:10,lang:11,clientstyling:12,clientstylingurl:13,translationurl:14,mbsource:15},q)}get modaltext(){return this.$$.ctx[0]}set modaltext(t){this.$$set({modaltext:t}),e.flush()}get modaltitle(){return this.$$.ctx[1]}set modaltitle(t){this.$$set({modaltitle:t}),e.flush()}get hascancelbutton(){return this.$$.ctx[2]}set hascancelbutton(t){this.$$set({hascancelbutton:t}),e.flush()}get modalconfirmevent(){return this.$$.ctx[8]}set modalconfirmevent(t){this.$$set({modalconfirmevent:t}),e.flush()}get modalcancelevent(){return this.$$.ctx[9]}set modalcancelevent(t){this.$$set({modalcancelevent:t}),e.flush()}get modalconfirmdata(){return this.$$.ctx[10]}set modalconfirmdata(t){this.$$set({modalconfirmdata:t}),e.flush()}get lang(){return this.$$.ctx[11]}set lang(t){this.$$set({lang:t}),e.flush()}get clientstyling(){return this.$$.ctx[12]}set clientstyling(t){this.$$set({clientstyling:t}),e.flush()}get clientstylingurl(){return this.$$.ctx[13]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),e.flush()}get translationurl(){return this.$$.ctx[14]}set translationurl(t){this.$$set({translationurl:t}),e.flush()}get mbsource(){return this.$$.ctx[15]}set mbsource(t){this.$$set({mbsource:t}),e.flush()}}e.create_custom_element(j,{modaltext:{},modaltitle:{},hascancelbutton:{type:"Boolean"},modalconfirmevent:{},modalcancelevent:{},modalconfirmdata:{},lang:{},clientstyling:{},clientstylingurl:{},translationurl:{},mbsource:{}},["close"],[],!0);exports.default=j;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as K, $ as Q, S as V, a as X, s as Y, f as h, b as Z, l as $, d as S, C as ee, t as te, e as ne, u as oe, p as ae, q as re, D as E, j as L, r as d, E as j, v as _, F as B, G as T, w as i, H as ie, I as le, o as se, x as ce, J as me, K as W, y as fe, z as de, A as ue, c as be, L as ge } from "./PlayerAccountTimeout-
|
|
1
|
+
import { B as K, $ as Q, S as V, a as X, s as Y, f as h, b as Z, l as $, d as S, C as ee, t as te, e as ne, u as oe, p as ae, q as re, D as E, j as L, r as d, E as j, v as _, F as B, G as T, w as i, H as ie, I as le, o as se, x as ce, J as me, K as W, y as fe, z as de, A as ue, c as be, L as ge } from "./PlayerAccountTimeout-CRlUG1_9.js";
|
|
2
2
|
function H(n, e) {
|
|
3
3
|
K(n, e);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as K, $ as Q, S as V, a as X, s as Y, f as h, b as Z, j as $, d as S, C as ee, t as te, c as ne, u as oe, m as ae, n as re, D as E, g as L, p as d, E as j, q as _, F as B, G as T, r as i, H as ie, I as le, o as se, v as ce, J as me, K as W, x as fe, y as de, z as ue, A as be, L as ge } from "./PlayerAccountTimeout-
|
|
1
|
+
import { B as K, $ as Q, S as V, a as X, s as Y, f as h, b as Z, j as $, d as S, C as ee, t as te, c as ne, u as oe, m as ae, n as re, D as E, g as L, p as d, E as j, q as _, F as B, G as T, r as i, H as ie, I as le, o as se, v as ce, J as me, K as W, x as fe, y as de, z as ue, A as be, L as ge } from "./PlayerAccountTimeout-CrUNlRJ_.js";
|
|
2
2
|
function H(n, e) {
|
|
3
3
|
K(n, e);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as q, S as A, a as W, s as B, f, b as H, d as L, t as w, c as m, e as N, g as z, h as P, o as R, j as U, k as S, l as p, u as F, m as G, n as I, p as v, q as _, r as y, v as k, w as J, x as K, y as O, z as Q, A as T } from "./PlayerAccountTimeout-
|
|
1
|
+
import { i as q, S as A, a as W, s as B, f, b as H, d as L, t as w, c as m, e as N, g as z, h as P, o as R, j as U, k as S, l as p, u as F, m as G, n as I, p as v, q as _, r as y, v as k, w as J, x as K, y as O, z as Q, A as T } from "./PlayerAccountTimeout-CrUNlRJ_.js";
|
|
2
2
|
function M(e, { delay: t = 0, duration: n = 400, easing: i = q } = {}) {
|
|
3
3
|
const s = +getComputedStyle(e).opacity;
|
|
4
4
|
return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as q, S as A, a as W, f, s as B, c as H, b as N, d as L, t as w, e as m, g as P, h as R, j as z, k as U, o as p, l as F, m as S, n as G, u as I, p as J, q as K, r as v, v as _, w as y, x as k, y as O, z as Q, A as T } from "./PlayerAccountTimeout-
|
|
1
|
+
import { i as q, S as A, a as W, f, s as B, c as H, b as N, d as L, t as w, e as m, g as P, h as R, j as z, k as U, o as p, l as F, m as S, n as G, u as I, p as J, q as K, r as v, v as _, w as y, x as k, y as O, z as Q, A as T } from "./PlayerAccountTimeout-CRlUG1_9.js";
|
|
2
2
|
function M(e, { delay: t = 0, duration: n = 400, easing: i = q } = {}) {
|
|
3
3
|
const s = +getComputedStyle(e).opacity;
|
|
4
4
|
return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./PlayerAccountTimeout-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./PlayerAccountTimeout-Uf1_pMr0.cjs");function g(n,{delay:e=0,duration:i=400,easing:l=t.identity}={}){const s=+getComputedStyle(n).opacity;return{delay:e,duration:i,easing:l,css:r=>`opacity: ${r*s}`}}function M(n){t.append_styles(n,"svelte-126fglp","*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.ModalWindow{display:flex;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:300;top:0;left:0}")}function y(n){let e,i,l,s,r;const f=n[9].default,a=t.create_slot(f,n,n[8],null);return{c(){e=t.element("div"),i=t.element("div"),l=t.element("div"),a&&a.c(),t.attr(l,"class","ModalContainer"),t.attr(i,"class","ModalWindow"),t.attr(i,"id","Modal")},m(u,c){t.insert(u,e,c),t.append(e,i),t.append(i,l),a&&a.m(l,null),n[10](i),n[11](e),r=!0},p(u,c){n=u,a&&a.p&&(!r||c&256)&&t.update_slot_base(a,f,n,n[8],r?t.get_slot_changes(f,n[8],c,null):t.get_all_dirty_from_scope(n[8]),null)},i(u){r||(t.transition_in(a,u),u&&t.add_render_callback(()=>{r&&(s||(s=t.create_bidirectional_transition(i,g,{transitionDuration:n[1]},!0)),s.run(1))}),r=!0)},o(u){t.transition_out(a,u),u&&(s||(s=t.create_bidirectional_transition(i,g,{transitionDuration:n[1]},!1)),s.run(0)),r=!1},d(u){u&&t.detach(e),a&&a.d(u),n[10](null),u&&s&&s.end(),n[11](null)}}}function k(n){let e,i,l=n[0]&&y(n);return{c(){l&&l.c(),e=t.empty()},m(s,r){l&&l.m(s,r),t.insert(s,e,r),i=!0},p(s,[r]){s[0]?l?(l.p(s,r),r&1&&t.transition_in(l,1)):(l=y(s),l.c(),t.transition_in(l,1),l.m(e.parentNode,e)):l&&(t.group_outros(),t.transition_out(l,1,1,()=>{l=null}),t.check_outros())},i(s){i||(t.transition_in(l),i=!0)},o(s){t.transition_out(l),i=!1},d(s){s&&t.detach(e),l&&l.d(s)}}}function C(n,e,i){let{$$slots:l={},$$scope:s}=e,{show:r=!1}=e,{duration:f=350}=e,{clientstyling:a=""}=e,{clientstylingurl:u=""}=e,{mbsource:c}=e,{showmodaleventname:m="ShowLimitsConfirmationModal"}=e,d,w,_;const h=o=>{switch(o.data.type){case"ModalClosed":i(0,r=!1);break;case m:i(0,r=!0),window.postMessage({type:"DisableScroll"},window.location.href);break}};t.onMount(()=>(window.addEventListener("message",h,!1),()=>{window.removeEventListener("message",h)}));function S(o){t.binding_callbacks[o?"unshift":"push"](()=>{_=o,i(3,_)})}function v(o){t.binding_callbacks[o?"unshift":"push"](()=>{d=o,i(2,d)})}return n.$$set=o=>{"show"in o&&i(0,r=o.show),"duration"in o&&i(1,f=o.duration),"clientstyling"in o&&i(4,a=o.clientstyling),"clientstylingurl"in o&&i(5,u=o.clientstylingurl),"mbsource"in o&&i(6,c=o.mbsource),"showmodaleventname"in o&&i(7,m=o.showmodaleventname),"$$scope"in o&&i(8,s=o.$$scope)},n.$$.update=()=>{n.$$.dirty&20&&a&&d&&t.setClientStyling(d,a),n.$$.dirty&36&&u&&d&&t.setClientStylingURL(d,u),n.$$.dirty&68&&c&&d&&t.setStreamStyling(d,`${c}.Style`,w)},[r,f,d,_,a,u,c,m,s,l,S,v]}class b extends t.SvelteComponent{constructor(e){super(),t.init(this,e,C,k,t.safe_not_equal,{show:0,duration:1,clientstyling:4,clientstylingurl:5,mbsource:6,showmodaleventname:7},M)}get show(){return this.$$.ctx[0]}set show(e){this.$$set({show:e}),t.flush()}get duration(){return this.$$.ctx[1]}set duration(e){this.$$set({duration:e}),t.flush()}get clientstyling(){return this.$$.ctx[4]}set clientstyling(e){this.$$set({clientstyling:e}),t.flush()}get clientstylingurl(){return this.$$.ctx[5]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),t.flush()}get mbsource(){return this.$$.ctx[6]}set mbsource(e){this.$$set({mbsource:e}),t.flush()}get showmodaleventname(){return this.$$.ctx[7]}set showmodaleventname(e){this.$$set({showmodaleventname:e}),t.flush()}}t.create_custom_element(b,{show:{type:"Boolean"},duration:{},clientstyling:{},clientstylingurl:{},mbsource:{},showmodaleventname:{}},["default"],[],!0);exports.default=b;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../stencil/ui-skeleton-
|
|
1
|
+
import "../stencil/ui-skeleton-W50o8tfg.js";
|
|
2
2
|
function le() {
|
|
3
3
|
}
|
|
4
4
|
const rl = (e) => e;
|
|
@@ -16041,7 +16041,7 @@ if (typeof window < "u") {
|
|
|
16041
16041
|
}
|
|
16042
16042
|
};
|
|
16043
16043
|
};
|
|
16044
|
-
customElements.define = e(customElements.define), import("./PlayerAccountModal-
|
|
16044
|
+
customElements.define = e(customElements.define), import("./PlayerAccountModal-Be2axP54.js").then(({ default: i }) => {
|
|
16045
16045
|
!customElements.get("player-account-modal") && customElements.define("player-account-modal", i.element);
|
|
16046
16046
|
});
|
|
16047
16047
|
}
|
|
@@ -16057,7 +16057,7 @@ if (typeof window < "u") {
|
|
|
16057
16057
|
}
|
|
16058
16058
|
};
|
|
16059
16059
|
};
|
|
16060
|
-
customElements.define = e(customElements.define), import("./PlayerAccountGeneralConfirmationModal-
|
|
16060
|
+
customElements.define = e(customElements.define), import("./PlayerAccountGeneralConfirmationModal-C8VJMcxw.js").then(
|
|
16061
16061
|
({ default: i }) => {
|
|
16062
16062
|
!customElements.get("player-account-general-confirmation-modal") && customElements.define(
|
|
16063
16063
|
"player-account-general-confirmation-modal",
|
|
@@ -27,7 +27,7 @@ var At = (e, i, t) => new Promise((r, o) => {
|
|
|
27
27
|
}, a = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(n, s);
|
|
28
28
|
a((t = t.apply(e, i)).next());
|
|
29
29
|
});
|
|
30
|
-
import "../stencil/ui-skeleton-
|
|
30
|
+
import "../stencil/ui-skeleton-xXZA3rYO.js";
|
|
31
31
|
function ue() {
|
|
32
32
|
}
|
|
33
33
|
const Cl = (e) => e;
|
|
@@ -16128,7 +16128,7 @@ if (typeof window != "undefined") {
|
|
|
16128
16128
|
}
|
|
16129
16129
|
};
|
|
16130
16130
|
};
|
|
16131
|
-
customElements.define = e(customElements.define), import("./PlayerAccountModal
|
|
16131
|
+
customElements.define = e(customElements.define), import("./PlayerAccountModal---P8bASO.js").then(({ default: i }) => {
|
|
16132
16132
|
!customElements.get("player-account-modal") && customElements.define("player-account-modal", i.element);
|
|
16133
16133
|
});
|
|
16134
16134
|
}
|
|
@@ -16144,7 +16144,7 @@ if (typeof window != "undefined") {
|
|
|
16144
16144
|
}
|
|
16145
16145
|
};
|
|
16146
16146
|
};
|
|
16147
|
-
customElements.define = e(customElements.define), import("./PlayerAccountGeneralConfirmationModal-
|
|
16147
|
+
customElements.define = e(customElements.define), import("./PlayerAccountGeneralConfirmationModal-D_TKPyfn.js").then(
|
|
16148
16148
|
({ default: i }) => {
|
|
16149
16149
|
!customElements.get("player-account-general-confirmation-modal") && customElements.define(
|
|
16150
16150
|
"player-account-general-confirmation-modal",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var kl=Object.defineProperty,Ml=Object.defineProperties;var Il=Object.getOwnPropertyDescriptors;var Lo=Object.getOwnPropertySymbols;var Nl=Object.prototype.hasOwnProperty,Hl=Object.prototype.propertyIsEnumerable;var Gi=(e,i,t)=>i in e?kl(e,i,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[i]=t,ii=(e,i)=>{for(var t in i||(i={}))Nl.call(i,t)&&Gi(e,t,i[t]);if(Lo)for(var t of Lo(i))Hl.call(i,t)&&Gi(e,t,i[t]);return e},ri=(e,i)=>Ml(e,Il(i));var me=(e,i,t)=>(Gi(e,typeof i!="symbol"?i+"":i,t),t);var St=(e,i,t)=>new Promise((r,o)=>{var n=l=>{try{a(t.next(l))}catch(u){o(u)}},s=l=>{try{a(t.throw(l))}catch(u){o(u)}},a=l=>l.done?r(l.value):Promise.resolve(l.value).then(n,s);a((t=t.apply(e,i)).next())});require("../stencil/ui-skeleton-
|
|
1
|
+
"use strict";var kl=Object.defineProperty,Ml=Object.defineProperties;var Il=Object.getOwnPropertyDescriptors;var Lo=Object.getOwnPropertySymbols;var Nl=Object.prototype.hasOwnProperty,Hl=Object.prototype.propertyIsEnumerable;var Gi=(e,i,t)=>i in e?kl(e,i,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[i]=t,ii=(e,i)=>{for(var t in i||(i={}))Nl.call(i,t)&&Gi(e,t,i[t]);if(Lo)for(var t of Lo(i))Hl.call(i,t)&&Gi(e,t,i[t]);return e},ri=(e,i)=>Ml(e,Il(i));var me=(e,i,t)=>(Gi(e,typeof i!="symbol"?i+"":i,t),t);var St=(e,i,t)=>new Promise((r,o)=>{var n=l=>{try{a(t.next(l))}catch(u){o(u)}},s=l=>{try{a(t.throw(l))}catch(u){o(u)}},a=l=>l.done?r(l.value):Promise.resolve(l.value).then(n,s);a((t=t.apply(e,i)).next())});require("../stencil/ui-skeleton-BreIU6e5.cjs");function ae(){}const ls=e=>e;function Ll(e,i){for(const t in i)e[t]=i[t];return e}function us(e){return e()}function $o(){return Object.create(null)}function ve(e){e.forEach(us)}function ki(e){return typeof e=="function"}function oo(e,i){return e!=e?i==i:e!==i||e&&typeof e=="object"||typeof e=="function"}function $l(e){return Object.keys(e).length===0}function cs(e,...i){if(e==null){for(const r of i)r(void 0);return ae}const t=e.subscribe(...i);return t.unsubscribe?()=>t.unsubscribe():t}function hs(e,i,t){e.$$.on_destroy.push(cs(i,t))}function Fl(e,i,t,r){if(e){const o=ds(e,i,t,r);return e[0](o)}}function ds(e,i,t,r){return e[1]&&r?Ll(t.ctx.slice(),e[1](r(i))):t.ctx}function Bl(e,i,t,r){if(e[2]&&r){const o=e[2](r(t));if(i.dirty===void 0)return o;if(typeof o=="object"){const n=[],s=Math.max(i.dirty.length,o.length);for(let a=0;a<s;a+=1)n[a]=i.dirty[a]|o[a];return n}return i.dirty|o}return i.dirty}function Rl(e,i,t,r,o,n){if(o){const s=ds(i,t,r,n);e.p(s,o)}}function zl(e){if(e.ctx.length>32){const i=[],t=e.ctx.length/32;for(let r=0;r<t;r++)i[r]=-1;return i}return-1}const fs=typeof window!="undefined";let Ul=fs?()=>window.performance.now():()=>Date.now(),no=fs?e=>requestAnimationFrame(e):ae;const at=new Set;function ps(e){at.forEach(i=>{i.c(e)||(at.delete(i),i.f())}),at.size!==0&&no(ps)}function jl(e){let i;return at.size===0&&no(ps),{promise:new Promise(t=>{at.add(i={c:e,f:t})}),abort(){at.delete(i)}}}function w(e,i){e.appendChild(i)}function ms(e,i,t){const r=so(e);if(!r.getElementById(i)){const o=H("style");o.id=i,o.textContent=t,_s(r,o)}}function so(e){if(!e)return document;const i=e.getRootNode?e.getRootNode():e.ownerDocument;return i&&i.host?i:e.ownerDocument}function Vl(e){const i=H("style");return i.textContent="/* empty */",_s(so(e),i),i.sheet}function _s(e,i){return w(e.head||e,i),i.sheet}function _e(e,i,t){e.insertBefore(i,t||null)}function ce(e){e.parentNode&&e.parentNode.removeChild(e)}function Gl(e,i){for(let t=0;t<e.length;t+=1)e[t]&&e[t].d(i)}function H(e){return document.createElement(e)}function Ce(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function ye(e){return document.createTextNode(e)}function J(){return ye(" ")}function Wl(){return ye("")}function He(e,i,t,r){return e.addEventListener(i,t,r),()=>e.removeEventListener(i,t,r)}function S(e,i,t){t==null?e.removeAttribute(i):e.getAttribute(i)!==t&&e.setAttribute(i,t)}function P(e,i,t){const r=i.toLowerCase();r in e?e[r]=typeof e[r]=="boolean"&&t===""?!0:t:i in e?e[i]=typeof e[i]=="boolean"&&t===""?!0:t:S(e,i,t)}function Yl(e){return Array.from(e.childNodes)}function Le(e,i){i=""+i,e.data!==i&&(e.data=i)}function Fo(e,i,t,r){t==null?e.style.removeProperty(i):e.style.setProperty(i,t,"")}function et(e,i,t){e.classList.toggle(i,!!t)}function ql(e,i,{bubbles:t=!1,cancelable:r=!1}={}){return new CustomEvent(e,{detail:i,bubbles:t,cancelable:r})}function Xl(e){const i={};return e.childNodes.forEach(t=>{i[t.slot||"default"]=!0}),i}const bi=new Map;let yi=0;function Kl(e){let i=5381,t=e.length;for(;t--;)i=(i<<5)-i^e.charCodeAt(t);return i>>>0}function Jl(e,i){const t={stylesheet:Vl(i),rules:{}};return bi.set(e,t),t}function Bo(e,i,t,r,o,n,s,a=0){const l=16.666/r;let u=`{
|
|
2
2
|
`;for(let E=0;E<=1;E+=l){const D=i+(t-i)*n(E);u+=E*100+`%{${s(D,1-D)}}
|
|
3
3
|
`}const c=u+`100% {${s(t,1-t)}}
|
|
4
4
|
}`,h=`__svelte_${Kl(c)}_${a}`,d=so(e),{stylesheet:p,rules:f}=bi.get(d)||Jl(d,e);f[h]||(f[h]=!0,p.insertRule(`@keyframes ${h} ${c}`,p.cssRules.length));const m=e.style.animation||"";return e.style.animation=`${m?`${m}, `:""}${h} ${r}ms linear ${o}ms 1 both`,yi+=1,h}function Zl(e,i){const t=(e.style.animation||"").split(", "),r=t.filter(i?n=>n.indexOf(i)<0:n=>n.indexOf("__svelte")===-1),o=t.length-r.length;o&&(e.style.animation=r.join(", "),yi-=o,yi||Ql())}function Ql(){no(()=>{yi||(bi.forEach(e=>{const{ownerNode:i}=e.stylesheet;i&&ce(i)}),bi.clear())})}let zt;function $t(e){zt=e}function gs(){if(!zt)throw new Error("Function called outside component initialization");return zt}function eu(e){gs().$$.on_mount.push(e)}function tu(e){gs().$$.on_destroy.push(e)}const ot=[],lt=[];let ut=[];const Ro=[],iu=Promise.resolve();let yr=!1;function ru(){yr||(yr=!0,iu.then(fe))}function Ut(e){ut.push(e)}const Wi=new Set;let tt=0;function fe(){if(tt!==0)return;const e=zt;do{try{for(;tt<ot.length;){const i=ot[tt];tt++,$t(i),ou(i.$$)}}catch(i){throw ot.length=0,tt=0,i}for($t(null),ot.length=0,tt=0;lt.length;)lt.pop()();for(let i=0;i<ut.length;i+=1){const t=ut[i];Wi.has(t)||(Wi.add(t),t())}ut.length=0}while(ot.length);for(;Ro.length;)Ro.pop()();yr=!1,Wi.clear(),$t(e)}function ou(e){if(e.fragment!==null){e.update(),ve(e.before_update);const i=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,i),e.after_update.forEach(Ut)}}function nu(e){const i=[],t=[];ut.forEach(r=>e.indexOf(r)===-1?i.push(r):t.push(r)),t.forEach(r=>r()),ut=i}let Pt;function su(){return Pt||(Pt=Promise.resolve(),Pt.then(()=>{Pt=null})),Pt}function Yi(e,i,t){e.dispatchEvent(ql(`${i?"intro":"outro"}${t}`))}const hi=new Set;let De;function au(){De={r:0,c:[],p:De}}function lu(){De.r||ve(De.c),De=De.p}function bs(e,i){e&&e.i&&(hi.delete(e),e.i(i))}function uu(e,i,t,r){if(e&&e.o){if(hi.has(e))return;hi.add(e),De.c.push(()=>{hi.delete(e),r&&(t&&e.d(1),r())}),e.o(i)}else r&&r()}const cu={duration:0};function hu(e,i,t,r){let n=i(e,t,{direction:"both"}),s=r?0:1,a=null,l=null,u=null,c;function h(){u&&Zl(e,u)}function d(f,m){const E=f.b-s;return m*=Math.abs(E),{a:s,b:f.b,d:E,duration:m,start:f.start,end:f.start+m,group:f.group}}function p(f){const{delay:m=0,duration:E=300,easing:D=ls,tick:k=ae,css:M}=n||cu,O={start:Ul()+m,b:f};f||(O.group=De,De.r+=1),"inert"in e&&(f?c!==void 0&&(e.inert=c):(c=e.inert,e.inert=!0)),a||l?l=O:(M&&(h(),u=Bo(e,s,f,E,m,D,M)),f&&k(0,1),a=d(O,E),Ut(()=>Yi(e,f,"start")),jl(I=>{if(l&&I>l.start&&(a=d(l,E),l=null,Yi(e,a.b,"start"),M&&(h(),u=Bo(e,s,a.b,a.duration,0,D,n.css))),a){if(I>=a.end)k(s=a.b,1-s),Yi(e,a.b,"end"),l||(a.b?h():--a.group.r||ve(a.group.c)),a=null;else if(I>=a.start){const q=I-a.start;s=a.a+a.d*D(q/a.duration),k(s,1-s)}}return!!(a||l)}))}return{run(f){ki(n)?su().then(()=>{n=n({direction:f?"in":"out"}),p(f)}):p(f)},end(){h(),a=l=null}}}function zo(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function du(e,i,t){const{fragment:r,after_update:o}=e.$$;r&&r.m(i,t),Ut(()=>{const n=e.$$.on_mount.map(us).filter(ki);e.$$.on_destroy?e.$$.on_destroy.push(...n):ve(n),e.$$.on_mount=[]}),o.forEach(Ut)}function fu(e,i){const t=e.$$;t.fragment!==null&&(nu(t.after_update),ve(t.on_destroy),t.fragment&&t.fragment.d(i),t.on_destroy=t.fragment=null,t.ctx=[])}function pu(e,i){e.$$.dirty[0]===-1&&(ot.push(e),ru(),e.$$.dirty.fill(0)),e.$$.dirty[i/31|0]|=1<<i%31}function ys(e,i,t,r,o,n,s=null,a=[-1]){const l=zt;$t(e);const u=e.$$={fragment:null,ctx:[],props:n,update:ae,not_equal:o,bound:$o(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(i.context||(l?l.$$.context:[])),callbacks:$o(),dirty:a,skip_bound:!1,root:i.target||l.$$.root};s&&s(u.root);let c=!1;if(u.ctx=t?t(e,i.props||{},(h,d,...p)=>{const f=p.length?p[0]:d;return u.ctx&&o(u.ctx[h],u.ctx[h]=f)&&(!u.skip_bound&&u.bound[h]&&u.bound[h](f),c&&pu(e,h)),d}):[],u.update(),c=!0,ve(u.before_update),u.fragment=r?r(u.ctx):!1,i.target){if(i.hydrate){const h=Yl(i.target);u.fragment&&u.fragment.l(h),h.forEach(ce)}else u.fragment&&u.fragment.c();i.intro&&bs(e.$$.fragment),du(e,i.target,i.anchor),fe()}$t(l)}let vs;typeof HTMLElement=="function"&&(vs=class extends HTMLElement{constructor(i,t,r){super();me(this,"$$ctor");me(this,"$$s");me(this,"$$c");me(this,"$$cn",!1);me(this,"$$d",{});me(this,"$$r",!1);me(this,"$$p_d",{});me(this,"$$l",{});me(this,"$$l_u",new Map);this.$$ctor=i,this.$$s=t,r&&this.attachShadow({mode:"open"})}addEventListener(i,t,r){if(this.$$l[i]=this.$$l[i]||[],this.$$l[i].push(t),this.$$c){const o=this.$$c.$on(i,t);this.$$l_u.set(t,o)}super.addEventListener(i,t,r)}removeEventListener(i,t,r){if(super.removeEventListener(i,t,r),this.$$c){const o=this.$$l_u.get(t);o&&(o(),this.$$l_u.delete(t))}}connectedCallback(){return St(this,null,function*(){if(this.$$cn=!0,!this.$$c){let i=function(n){return()=>{let s;return{c:function(){s=H("slot"),n!=="default"&&S(s,"name",n)},m:function(u,c){_e(u,s,c)},d:function(u){u&&ce(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const t={},r=Xl(this);for(const n of this.$$s)n in r&&(t[n]=[i(n)]);for(const n of this.attributes){const s=this.$$g_p(n.name);s in this.$$d||(this.$$d[s]=di(s,n.value,this.$$p_d,"toProp"))}for(const n in this.$$p_d)!(n in this.$$d)&&this[n]!==void 0&&(this.$$d[n]=this[n],delete this[n]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:ri(ii({},this.$$d),{$$slots:t,$$scope:{ctx:[]}})});const o=()=>{this.$$r=!0;for(const n in this.$$p_d)if(this.$$d[n]=this.$$c.$$.ctx[this.$$c.$$.props[n]],this.$$p_d[n].reflect){const s=di(n,this.$$d[n],this.$$p_d,"toAttribute");s==null?this.removeAttribute(this.$$p_d[n].attribute||n):this.setAttribute(this.$$p_d[n].attribute||n,s)}this.$$r=!1};this.$$c.$$.after_update.push(o),o();for(const n in this.$$l)for(const s of this.$$l[n]){const a=this.$$c.$on(n,s);this.$$l_u.set(s,a)}this.$$l={}}})}attributeChangedCallback(i,t,r){var o;this.$$r||(i=this.$$g_p(i),this.$$d[i]=di(i,r,this.$$p_d,"toProp"),(o=this.$$c)==null||o.$set({[i]:this.$$d[i]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(i){return Object.keys(this.$$p_d).find(t=>this.$$p_d[t].attribute===i||!this.$$p_d[t].attribute&&t.toLowerCase()===i)||i}});function di(e,i,t,r){var n;const o=(n=t[e])==null?void 0:n.type;if(i=o==="Boolean"&&typeof i!="boolean"?i!=null:i,!r||!t[e])return i;if(r==="toAttribute")switch(o){case"Object":case"Array":return i==null?null:JSON.stringify(i);case"Boolean":return i?"":null;case"Number":return i==null?null:i;default:return i}else switch(o){case"Object":case"Array":return i&&JSON.parse(i);case"Boolean":return i;case"Number":return i!=null?+i:i;default:return i}}function ws(e,i,t,r,o,n){let s=class extends vs{constructor(){super(e,t,o),this.$$p_d=i}static get observedAttributes(){return Object.keys(i).map(a=>(i[a].attribute||a).toLowerCase())}};return Object.keys(i).forEach(a=>{Object.defineProperty(s.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(l){var u;l=di(a,l,i),this.$$d[a]=l,(u=this.$$c)==null||u.$set({[a]:l})}})}),r.forEach(a=>{Object.defineProperty(s.prototype,a,{get(){var l;return(l=this.$$c)==null?void 0:l[a]}})}),e.element=s,s}class xs{constructor(){me(this,"$$");me(this,"$$set")}$destroy(){fu(this,1),this.$destroy=ae}$on(i,t){if(!ki(t))return ae;const r=this.$$.callbacks[i]||(this.$$.callbacks[i]=[]);return r.push(t),()=>{const o=r.indexOf(t);o!==-1&&r.splice(o,1)}}$set(i){this.$$set&&!$l(i)&&(this.$$.skip_bound=!0,this.$$set(i),this.$$.skip_bound=!1)}}const mu="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(mu);/**
|
|
@@ -3555,7 +3555,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
3555
3555
|
></vaadin-date-picker-overlay>
|
|
3556
3556
|
|
|
3557
3557
|
<slot name="tooltip"></slot>
|
|
3558
|
-
`}get clearElement(){return this.$.clearButton}ready(){super.ready(),this.addController(new Bf(this,t=>{this._setInputElement(t),this._setFocusElement(t),this.stateTarget=t,this.ariaTarget=t},{uniqueIdPrefix:"search-input"})),this.addController(new Rf(this.inputElement,this._labelController)),this._tooltipController=new Ta(this),this.addController(this._tooltipController),this._tooltipController.setPosition("top"),this._tooltipController.setAriaTarget(this.inputElement),this._tooltipController.setShouldShow(t=>!t.opened),this.shadowRoot.querySelector('[part="toggle-button"]').addEventListener("mousedown",t=>t.preventDefault()),this.$.overlay.addEventListener("vaadin-overlay-close",this._onVaadinOverlayClose.bind(this))}_onVaadinOverlayClose(i){i.detail.sourceEvent&&i.detail.sourceEvent.composedPath().includes(this)&&i.preventDefault()}_toggle(i){i.stopPropagation(),this.$.overlay.opened?this.close():this.open()}_openedChanged(i){super._openedChanged(i),this.$.overlay.positionTarget=this.shadowRoot.querySelector('[part="input-field"]'),this.$.overlay.noVerticalOverlap=!0}}Ae(Xf);if(typeof window!="undefined"){let e=function(i){return function(...t){try{return i.apply(this,t)}catch(r){if(r instanceof DOMException&&r.message.includes("has already been used with this registry")||r.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw r}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./PlayerAccountModal-
|
|
3558
|
+
`}get clearElement(){return this.$.clearButton}ready(){super.ready(),this.addController(new Bf(this,t=>{this._setInputElement(t),this._setFocusElement(t),this.stateTarget=t,this.ariaTarget=t},{uniqueIdPrefix:"search-input"})),this.addController(new Rf(this.inputElement,this._labelController)),this._tooltipController=new Ta(this),this.addController(this._tooltipController),this._tooltipController.setPosition("top"),this._tooltipController.setAriaTarget(this.inputElement),this._tooltipController.setShouldShow(t=>!t.opened),this.shadowRoot.querySelector('[part="toggle-button"]').addEventListener("mousedown",t=>t.preventDefault()),this.$.overlay.addEventListener("vaadin-overlay-close",this._onVaadinOverlayClose.bind(this))}_onVaadinOverlayClose(i){i.detail.sourceEvent&&i.detail.sourceEvent.composedPath().includes(this)&&i.preventDefault()}_toggle(i){i.stopPropagation(),this.$.overlay.opened?this.close():this.open()}_openedChanged(i){super._openedChanged(i),this.$.overlay.positionTarget=this.shadowRoot.querySelector('[part="input-field"]'),this.$.overlay.noVerticalOverlap=!0}}Ae(Xf);if(typeof window!="undefined"){let e=function(i){return function(...t){try{return i.apply(this,t)}catch(r){if(r instanceof DOMException&&r.message.includes("has already been used with this registry")||r.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw r}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./PlayerAccountModal-YGoKcWBU.cjs")).then(({default:i})=>{!customElements.get("player-account-modal")&&customElements.define("player-account-modal",i.element)})}if(typeof window!="undefined"){let e=function(i){return function(...t){try{return i.apply(this,t)}catch(r){if(r instanceof DOMException&&r.message.includes("has already been used with this registry")||r.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw r}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./PlayerAccountGeneralConfirmationModal-B-NLu3fq.cjs")).then(({default:i})=>{!customElements.get("player-account-general-confirmation-modal")&&customElements.define("player-account-general-confirmation-modal",i.element)})}var Kf=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Wa(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ya={exports:{}};(function(e,i){(function(t,r){e.exports=r()})(Kf,function(){var t=1e3,r=6e4,o=36e5,n="millisecond",s="second",a="minute",l="hour",u="day",c="week",h="month",d="quarter",p="year",f="date",m="Invalid Date",E=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,D=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,k={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(C){var y=["th","st","nd","rd"],_=C%100;return"["+C+(y[(_-20)%10]||y[_]||y[0])+"]"}},M=function(C,y,_){var b=String(C);return!b||b.length>=y?C:""+Array(y+1-b.length).join(_)+C},O={s:M,z:function(C){var y=-C.utcOffset(),_=Math.abs(y),b=Math.floor(_/60),g=_%60;return(y<=0?"+":"-")+M(b,2,"0")+":"+M(g,2,"0")},m:function C(y,_){if(y.date()<_.date())return-C(_,y);var b=12*(_.year()-y.year())+(_.month()-y.month()),g=y.clone().add(b,h),T=_-g<0,A=y.clone().add(b+(T?-1:1),h);return+(-(b+(_-g)/(T?g-A:A-g))||0)},a:function(C){return C<0?Math.ceil(C)||0:Math.floor(C)},p:function(C){return{M:h,y:p,w:c,d:u,D:f,h:l,m:a,s,ms:n,Q:d}[C]||String(C||"").toLowerCase().replace(/s$/,"")},u:function(C){return C===void 0}},I="en",q={};q[I]=k;var re="$isDayjsObject",oe=function(C){return C instanceof he||!(!C||!C[re])},we=function C(y,_,b){var g;if(!y)return I;if(typeof y=="string"){var T=y.toLowerCase();q[T]&&(g=T),_&&(q[T]=_,g=T);var A=y.split("-");if(!g&&A.length>1)return C(A[0])}else{var j=y.name;q[j]=y,g=j}return!b&&g&&(I=g),g||!b&&I},W=function(C,y){if(oe(C))return C.clone();var _=typeof y=="object"?y:{};return _.date=C,_.args=arguments,new he(_)},N=O;N.l=we,N.i=oe,N.w=function(C,y){return W(C,{locale:y.$L,utc:y.$u,x:y.$x,$offset:y.$offset})};var he=function(){function C(_){this.$L=we(_.locale,null,!0),this.parse(_),this.$x=this.$x||_.x||{},this[re]=!0}var y=C.prototype;return y.parse=function(_){this.$d=function(b){var g=b.date,T=b.utc;if(g===null)return new Date(NaN);if(N.u(g))return new Date;if(g instanceof Date)return new Date(g);if(typeof g=="string"&&!/Z$/i.test(g)){var A=g.match(E);if(A){var j=A[2]-1||0,R=(A[7]||"0").substring(0,3);return T?new Date(Date.UTC(A[1],j,A[3]||1,A[4]||0,A[5]||0,A[6]||0,R)):new Date(A[1],j,A[3]||1,A[4]||0,A[5]||0,A[6]||0,R)}}return new Date(g)}(_),this.init()},y.init=function(){var _=this.$d;this.$y=_.getFullYear(),this.$M=_.getMonth(),this.$D=_.getDate(),this.$W=_.getDay(),this.$H=_.getHours(),this.$m=_.getMinutes(),this.$s=_.getSeconds(),this.$ms=_.getMilliseconds()},y.$utils=function(){return N},y.isValid=function(){return this.$d.toString()!==m},y.isSame=function(_,b){var g=W(_);return this.startOf(b)<=g&&g<=this.endOf(b)},y.isAfter=function(_,b){return W(_)<this.startOf(b)},y.isBefore=function(_,b){return this.endOf(b)<W(_)},y.$g=function(_,b,g){return N.u(_)?this[b]:this.set(g,_)},y.unix=function(){return Math.floor(this.valueOf()/1e3)},y.valueOf=function(){return this.$d.getTime()},y.startOf=function(_,b){var g=this,T=!!N.u(b)||b,A=N.p(_),j=function(pe,ie){var xe=N.w(g.$u?Date.UTC(g.$y,ie,pe):new Date(g.$y,ie,pe),g);return T?xe:xe.endOf(u)},R=function(pe,ie){return N.w(g.toDate()[pe].apply(g.toDate("s"),(T?[0,0,0,0]:[23,59,59,999]).slice(ie)),g)},V=this.$W,L=this.$M,G=this.$D,x="set"+(this.$u?"UTC":"");switch(A){case p:return T?j(1,0):j(31,11);case h:return T?j(1,L):j(0,L+1);case c:var F=this.$locale().weekStart||0,Y=(V<F?V+7:V)-F;return j(T?G-Y:G+(6-Y),L);case u:case f:return R(x+"Hours",0);case l:return R(x+"Minutes",1);case a:return R(x+"Seconds",2);case s:return R(x+"Milliseconds",3);default:return this.clone()}},y.endOf=function(_){return this.startOf(_,!1)},y.$set=function(_,b){var g,T=N.p(_),A="set"+(this.$u?"UTC":""),j=(g={},g[u]=A+"Date",g[f]=A+"Date",g[h]=A+"Month",g[p]=A+"FullYear",g[l]=A+"Hours",g[a]=A+"Minutes",g[s]=A+"Seconds",g[n]=A+"Milliseconds",g)[T],R=T===u?this.$D+(b-this.$W):b;if(T===h||T===p){var V=this.clone().set(f,1);V.$d[j](R),V.init(),this.$d=V.set(f,Math.min(this.$D,V.daysInMonth())).$d}else j&&this.$d[j](R);return this.init(),this},y.set=function(_,b){return this.clone().$set(_,b)},y.get=function(_){return this[N.p(_)]()},y.add=function(_,b){var g,T=this;_=Number(_);var A=N.p(b),j=function(L){var G=W(T);return N.w(G.date(G.date()+Math.round(L*_)),T)};if(A===h)return this.set(h,this.$M+_);if(A===p)return this.set(p,this.$y+_);if(A===u)return j(1);if(A===c)return j(7);var R=(g={},g[a]=r,g[l]=o,g[s]=t,g)[A]||1,V=this.$d.getTime()+_*R;return N.w(V,this)},y.subtract=function(_,b){return this.add(-1*_,b)},y.format=function(_){var b=this,g=this.$locale();if(!this.isValid())return g.invalidDate||m;var T=_||"YYYY-MM-DDTHH:mm:ssZ",A=N.z(this),j=this.$H,R=this.$m,V=this.$M,L=g.weekdays,G=g.months,x=g.meridiem,F=function(ie,xe,ze,Qe){return ie&&(ie[xe]||ie(b,T))||ze[xe].slice(0,Qe)},Y=function(ie){return N.s(j%12||12,ie,"0")},pe=x||function(ie,xe,ze){var Qe=ie<12?"AM":"PM";return ze?Qe.toLowerCase():Qe};return T.replace(D,function(ie,xe){return xe||function(ze){switch(ze){case"YY":return String(b.$y).slice(-2);case"YYYY":return N.s(b.$y,4,"0");case"M":return V+1;case"MM":return N.s(V+1,2,"0");case"MMM":return F(g.monthsShort,V,G,3);case"MMMM":return F(G,V);case"D":return b.$D;case"DD":return N.s(b.$D,2,"0");case"d":return String(b.$W);case"dd":return F(g.weekdaysMin,b.$W,L,2);case"ddd":return F(g.weekdaysShort,b.$W,L,3);case"dddd":return L[b.$W];case"H":return String(j);case"HH":return N.s(j,2,"0");case"h":return Y(1);case"hh":return Y(2);case"a":return pe(j,R,!0);case"A":return pe(j,R,!1);case"m":return String(R);case"mm":return N.s(R,2,"0");case"s":return String(b.$s);case"ss":return N.s(b.$s,2,"0");case"SSS":return N.s(b.$ms,3,"0");case"Z":return A}return null}(ie)||A.replace(":","")})},y.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},y.diff=function(_,b,g){var T,A=this,j=N.p(b),R=W(_),V=(R.utcOffset()-this.utcOffset())*r,L=this-R,G=function(){return N.m(A,R)};switch(j){case p:T=G()/12;break;case h:T=G();break;case d:T=G()/3;break;case c:T=(L-V)/6048e5;break;case u:T=(L-V)/864e5;break;case l:T=L/o;break;case a:T=L/r;break;case s:T=L/t;break;default:T=L}return g?T:N.a(T)},y.daysInMonth=function(){return this.endOf(h).$D},y.$locale=function(){return q[this.$L]},y.locale=function(_,b){if(!_)return this.$L;var g=this.clone(),T=we(_,b,!0);return T&&(g.$L=T),g},y.clone=function(){return N.w(this.$d,this)},y.toDate=function(){return new Date(this.valueOf())},y.toJSON=function(){return this.isValid()?this.toISOString():null},y.toISOString=function(){return this.$d.toISOString()},y.toString=function(){return this.$d.toUTCString()},C}(),ne=he.prototype;return W.prototype=ne,[["$ms",n],["$s",s],["$m",a],["$H",l],["$W",u],["$M",h],["$y",p],["$D",f]].forEach(function(C){ne[C[1]]=function(y){return this.$g(y,C[0],C[1])}}),W.extend=function(C,y){return C.$i||(C(y,he,W),C.$i=!0),W},W.locale=we,W.isDayjs=oe,W.unix=function(C){return W(1e3*C)},W.en=q[I],W.Ls=q,W.p={},W})})(Ya);var Jf=Ya.exports;const On=Wa(Jf);/*! *****************************************************************************
|
|
3559
3559
|
Copyright (c) Microsoft Corporation.
|
|
3560
3560
|
|
|
3561
3561
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(e){return function(...s){try{return e.apply(this,s)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountTimeout-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(e){return function(...s){try{return e.apply(this,s)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountTimeout-Uf1_pMr0.cjs")).then(e=>e.PlayerAccountTimeout_ce).then(({default:e})=>{!customElements.get("player-account-timeout")&&customElements.define("player-account-timeout",e.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerAccountTimeout-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerAccountTimeout-CrUNlRJ_.js").then((e) => e.P).then(({ default: e }) => {
|
|
14
14
|
!customElements.get("player-account-timeout") && customElements.define("player-account-timeout", e.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var P=(e,t,s)=>new Promise((r,n)=>{var a=i=>{try{o(s.next(i))}catch($){n($)}},l=i=>{try{o(s.throw(i))}catch($){n($)}},o=i=>i.done?r(i.value):Promise.resolve(i.value).then(a,l);o((s=s.apply(e,t)).next())});const ue="ui-skeleton",fe={hydratedSelectorName:"hydrated"};var de=Object.defineProperty,me=(e,t)=>{for(var s in t)de(e,s,{get:t[s],enumerable:!0})},U=new WeakMap,b=e=>U.get(e),ve=(e,t)=>U.set(t.$lazyInstance$=e,t),ge=(e,t)=>{const s={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};return s.$onReadyPromise$=new Promise(r=>s.$onReadyResolve$=r),e["s-p"]=[],e["s-rc"]=[],U.set(e,s)},E=(e,t)=>(0,console.error)(e,t),O=new Map,he=(e,t,s)=>{const r=e.$tagName$.replace(/-/g,"_"),n=e.$lazyBundleId$;if(!n)return;const a=O.get(n);if(a)return a[r];{const l=o=>(O.set(n,o),o[r]);switch(n){case"ui-skeleton":return Promise.resolve().then(()=>require("./ui-skeleton-BreIU6e5.cjs")).then(l,E)}}return import(`./${n}.entry.js`).then(l=>(O.set(n,l),l[r]),E)},L=new Map,pe="{visibility:hidden}.hydrated{visibility:inherit}",J="slot-fb{display:contents}slot-fb[hidden]{display:none}",B=typeof window!="undefined"?window:{},y=B.document||{head:{}},g={$flags$:0,$resourcesUrl$:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,s,r)=>e.addEventListener(t,s,r),rel:(e,t,s,r)=>e.removeEventListener(t,s,r),ce:(e,t)=>new CustomEvent(e,t)},K=e=>Promise.resolve(e),ye=(()=>{try{return new CSSStyleSheet,typeof new CSSStyleSheet().replaceSync=="function"}catch(e){}return!1})(),A=!1,C=[],Q=[],Se=(e,t)=>s=>{e.push(s),A||(A=!0,g.$flags$&4?z(I):g.raf(I))},D=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(s){E(s)}e.length=0},I=()=>{D(C),D(Q),(A=C.length>0)&&g.raf(I)},z=e=>K().then(e),be=Se(Q),F={},X=e=>(e=typeof e,e==="object"||e==="function");function Z(e){var t,s,r;return(r=(s=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:s.getAttribute("content"))!=null?r:void 0}var ke={};me(ke,{err:()=>R,map:()=>Ee,ok:()=>H,unwrap:()=>we,unwrapErr:()=>Pe});var H=e=>({isOk:!0,isErr:!1,value:e}),R=e=>({isOk:!1,isErr:!0,value:e});function Ee(e,t){if(e.isOk){const s=t(e.value);return s instanceof Promise?s.then(r=>H(r)):H(s)}if(e.isErr){const s=e.value;return R(s)}throw"should never get here"}var we=e=>{if(e.isOk)return e.value;throw e.value},Pe=e=>{if(e.isErr)return e.value;throw e.value},S=(e,t="")=>()=>{},xe=(e,t)=>()=>{},V=(e,t,...s)=>{let r=null,n=null,a=!1,l=!1;const o=[],i=c=>{for(let u=0;u<c.length;u++)r=c[u],Array.isArray(r)?i(r):r!=null&&typeof r!="boolean"&&((a=typeof e!="function"&&!X(r))&&(r=String(r)),a&&l?o[o.length-1].$text$+=r:o.push(a?N(null,r):r),l=a)};if(i(s),t){t.key&&(n=t.key);{const c=t.className||t.class;c&&(t.class=typeof c!="object"?c:Object.keys(c).filter(u=>c[u]).join(" "))}}const $=N(e,null);return $.$attrs$=t,o.length>0&&($.$children$=o),$.$key$=n,$},N=(e,t)=>{const s={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};return s.$attrs$=null,s.$key$=null,s},ee={},Te=e=>e&&e.$tag$===ee,Le=(e,t)=>e!=null&&!X(e)?t&4?e==="false"?!1:e===""||!!e:t&2?parseFloat(e):t&1?String(e):e:e,_e=(e,t,s)=>{const r=g.ce(t,s);return e.dispatchEvent(r),r},M=new WeakMap,je=(e,t,s)=>{let r=L.get(e);ye&&s?(r=r||new CSSStyleSheet,typeof r=="string"?r=t:r.replaceSync(t)):r=t,L.set(e,r)},Oe=(e,t,s)=>{var r;const n=te(t),a=L.get(n);if(e=e.nodeType===11?e:y,a)if(typeof a=="string"){e=e.head||e;let l=M.get(e),o;if(l||M.set(e,l=new Set),!l.has(n)){{o=y.createElement("style"),o.innerHTML=a;const i=(r=g.$nonce$)!=null?r:Z(y);i!=null&&o.setAttribute("nonce",i),e.insertBefore(o,e.querySelector("link"))}t.$flags$&4&&(o.innerHTML+=J),l&&l.add(n)}}else e.adoptedStyleSheets.includes(a)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,a]);return n},Ae=e=>{const t=e.$cmpMeta$,s=e.$hostElement$,r=S("attachStyles",t.$tagName$);Oe(s.getRootNode(),t),r()},te=(e,t)=>"sc-"+e.$tagName$,W=(e,t,s,r,n,a)=>{if(s!==r&&(t.toLowerCase(),t==="class")){const l=e.classList,o=Y(s),i=Y(r);l.remove(...o.filter($=>$&&!i.includes($))),l.add(...i.filter($=>$&&!o.includes($)))}},Ie=/\s/,Y=e=>e?e.split(Ie):[],ne=(e,t,s)=>{const r=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$,n=e&&e.$attrs$||F,a=t.$attrs$||F;for(const l of G(Object.keys(n)))l in a||W(r,l,n[l],void 0);for(const l of G(Object.keys(a)))W(r,l,n[l],a[l])};function G(e){return e.includes("ref")?[...e.filter(t=>t!=="ref"),"ref"]:e}var se,_=(e,t,s,r)=>{const n=t.$children$[s];let a=0,l,o;if(n.$text$!==null)l=n.$elm$=y.createTextNode(n.$text$);else if(l=n.$elm$=y.createElement(n.$tag$),ne(null,n),n.$children$)for(a=0;a<n.$children$.length;++a)o=_(e,n,a),o&&l.appendChild(o);return l["s-hn"]=se,l},re=(e,t,s,r,n,a)=>{let l=e,o;for(;n<=a;++n)r[n]&&(o=_(null,s,n),o&&(r[n].$elm$=o,T(l,o,t)))},le=(e,t,s)=>{for(let r=t;r<=s;++r){const n=e[r];if(n){const a=n.$elm$;a&&a.remove()}}},He=(e,t,s,r,n=!1)=>{let a=0,l=0,o=0,i=0,$=t.length-1,c=t[0],u=t[$],f=r.length-1,d=r[0],m=r[f],v,h;for(;a<=$&&l<=f;)if(c==null)c=t[++a];else if(u==null)u=t[--$];else if(d==null)d=r[++l];else if(m==null)m=r[--f];else if(x(c,d,n))k(c,d,n),c=t[++a],d=r[++l];else if(x(u,m,n))k(u,m,n),u=t[--$],m=r[--f];else if(x(c,m,n))k(c,m,n),T(e,c.$elm$,u.$elm$.nextSibling),c=t[++a],m=r[--f];else if(x(u,d,n))k(u,d,n),T(e,u.$elm$,c.$elm$),u=t[--$],d=r[++l];else{for(o=-1,i=a;i<=$;++i)if(t[i]&&t[i].$key$!==null&&t[i].$key$===d.$key$){o=i;break}o>=0?(h=t[o],h.$tag$!==d.$tag$?v=_(t&&t[l],s,o):(k(h,d,n),t[o]=void 0,v=h.$elm$),d=r[++l]):(v=_(t&&t[l],s,l),d=r[++l]),v&&T(c.$elm$.parentNode,v,c.$elm$)}a>$?re(e,r[f+1]==null?null:r[f+1].$elm$,s,r,l,f):l>f&&le(t,a,$)},x=(e,t,s=!1)=>e.$tag$===t.$tag$?s?!0:e.$key$===t.$key$:!1,k=(e,t,s=!1)=>{const r=t.$elm$=e.$elm$,n=e.$children$,a=t.$children$,l=t.$text$;l===null?(ne(e,t),n!==null&&a!==null?He(r,n,t,a,s):a!==null?(e.$text$!==null&&(r.textContent=""),re(r,null,t,a,0,a.length-1)):n!==null&&le(n,0,n.length-1)):e.$text$!==l&&(r.data=l)},T=(e,t,s)=>e==null?void 0:e.insertBefore(t,s),Ne=(e,t,s=!1)=>{const r=e.$hostElement$,n=e.$vnode$||N(null,null),a=Te(t)?t:V(null,null,t);if(se=r.tagName,s&&a.$attrs$)for(const l of Object.keys(a.$attrs$))r.hasAttribute(l)&&!["key","ref","style","class"].includes(l)&&(a.$attrs$[l]=r[l]);a.$tag$=null,a.$flags$|=4,e.$vnode$=a,a.$elm$=n.$elm$=r,k(n,a,s)},ae=(e,t)=>{t&&!e.$onRenderResolve$&&t["s-p"]&&t["s-p"].push(new Promise(s=>e.$onRenderResolve$=s))},q=(e,t)=>{if(e.$flags$|=16,e.$flags$&4){e.$flags$|=512;return}return ae(e,e.$ancestorComponent$),be(()=>Ue(e,t))},Ue=(e,t)=>{const s=e.$hostElement$,r=S("scheduleUpdate",e.$cmpMeta$.$tagName$),n=e.$lazyInstance$;if(!n)throw new Error(`Can't render component <${s.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let a;return r(),Be(a,()=>qe(e,n,t))},Be=(e,t)=>ze(e)?e.then(t).catch(s=>{console.error(s),t()}):t(),ze=e=>e instanceof Promise||e&&e.then&&typeof e.then=="function",qe=(e,t,s)=>P(exports,null,function*(){var r;const n=e.$hostElement$,a=S("update",e.$cmpMeta$.$tagName$),l=n["s-rc"];s&&Ae(e);const o=S("render",e.$cmpMeta$.$tagName$);Ce(e,t,n,s),l&&(l.map(i=>i()),n["s-rc"]=void 0),o(),a();{const i=(r=n["s-p"])!=null?r:[],$=()=>De(e);i.length===0?$():(Promise.all(i).then($),e.$flags$|=4,i.length=0)}}),Ce=(e,t,s,r)=>{try{t=t.render(),e.$flags$&=-17,e.$flags$|=2,Ne(e,t,r)}catch(n){E(n,e.$hostElement$)}return null},De=e=>{const t=e.$cmpMeta$.$tagName$,s=e.$hostElement$,r=S("postUpdate",t),n=e.$ancestorComponent$;e.$flags$&64?r():(e.$flags$|=64,oe(s),r(),e.$onReadyResolve$(s),n||ie()),e.$onRenderResolve$&&(e.$onRenderResolve$(),e.$onRenderResolve$=void 0),e.$flags$&512&&z(()=>q(e,!1)),e.$flags$&=-517},ie=e=>{oe(y.documentElement),z(()=>_e(B,"appload",{detail:{namespace:ue}}))},oe=e=>{var t;return e.classList.add((t=fe.hydratedSelectorName)!=null?t:"hydrated")},Fe=(e,t)=>b(e).$instanceValues$.get(t),Me=(e,t,s,r)=>{const n=b(e);if(!n)throw new Error(`Couldn't find host element for "${r.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const a=n.$hostElement$,l=n.$instanceValues$.get(t),o=n.$flags$,i=n.$lazyInstance$;s=Le(s,r.$members$[t][0]);const $=Number.isNaN(l)&&Number.isNaN(s),c=s!==l&&!$;if((!(o&8)||l===void 0)&&c&&(n.$instanceValues$.set(t,s),i)){if(r.$watchers$&&o&128){const u=r.$watchers$[t];u&&u.map(f=>{try{i[f](s,l,t)}catch(d){E(d,a)}})}(o&18)===2&&q(n,!1)}},$e=(e,t,s)=>{var r,n;const a=e.prototype;if(t.$members$||t.$watchers$||e.watchers){e.watchers&&!t.$watchers$&&(t.$watchers$=e.watchers);const l=Object.entries((r=t.$members$)!=null?r:{});if(l.map(([o,[i]])=>{(i&31||s&2&&i&32)&&Object.defineProperty(a,o,{get(){return Fe(this,o)},set($){Me(this,o,$,t)},configurable:!0,enumerable:!0})}),s&1){const o=new Map;a.attributeChangedCallback=function(i,$,c){g.jmp(()=>{var u;const f=o.get(i);if(this.hasOwnProperty(f))c=this[f],delete this[f];else{if(a.hasOwnProperty(f)&&typeof this[f]=="number"&&this[f]==c)return;if(f==null){const d=b(this),m=d==null?void 0:d.$flags$;if(m&&!(m&8)&&m&128&&c!==$){const v=d.$lazyInstance$,h=(u=t.$watchers$)==null?void 0:u[i];h==null||h.forEach(p=>{v[p]!=null&&v[p].call(v,c,$,i)})}return}}this[f]=c===null&&typeof this[f]=="boolean"?!1:c})},e.observedAttributes=Array.from(new Set([...Object.keys((n=t.$watchers$)!=null?n:{}),...l.filter(([i,$])=>$[0]&15).map(([i,$])=>{const c=$[1]||i;return o.set(c,i),c})]))}}return e},We=(e,t,s,r)=>P(exports,null,function*(){let n;if(!(t.$flags$&32)){if(t.$flags$|=32,s.$lazyBundleId$){const i=he(s);if(i&&"then"in i){const c=xe();n=yield i,c()}else n=i;if(!n)throw new Error(`Constructor for "${s.$tagName$}#${t.$modeName$}" was not found`);n.isProxied||(s.$watchers$=n.watchers,$e(n,s,2),n.isProxied=!0);const $=S("createInstance",s.$tagName$);t.$flags$|=8;try{new n(t)}catch(c){E(c)}t.$flags$&=-9,t.$flags$|=128,$()}else{n=e.constructor;const i=e.localName;customElements.whenDefined(i).then(()=>t.$flags$|=128)}if(n&&n.style){let i;typeof n.style=="string"&&(i=n.style);const $=te(s);if(!L.has($)){const c=S("registerStyles",s.$tagName$);je($,i,!!(s.$flags$&1)),c()}}}const a=t.$ancestorComponent$,l=()=>q(t,!0);a&&a["s-rc"]?a["s-rc"].push(l):l()}),Ye=e=>{},Ge=e=>{if(!(g.$flags$&1)){const t=b(e),s=t.$cmpMeta$,r=S("connectedCallback",s.$tagName$);if(t.$flags$&1)t!=null&&t.$lazyInstance$||t!=null&&t.$onReadyPromise$&&t.$onReadyPromise$.then(()=>Ye());else{t.$flags$|=1;{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){ae(t,t.$ancestorComponent$=n);break}}s.$members$&&Object.entries(s.$members$).map(([n,[a]])=>{if(a&31&&e.hasOwnProperty(n)){const l=e[n];delete e[n],e[n]=l}}),We(e,t,s)}r()}},Je=e=>{},Ke=e=>P(exports,null,function*(){if(!(g.$flags$&1)){const t=b(e);t!=null&&t.$lazyInstance$||t!=null&&t.$onReadyPromise$&&t.$onReadyPromise$.then(()=>Je())}}),Qe=(e,t={})=>{var s;const r=S(),n=[],a=t.exclude||[],l=B.customElements,o=y.head,i=o.querySelector("meta[charset]"),$=y.createElement("style"),c=[];let u,f=!0;Object.assign(g,t),g.$resourcesUrl$=new URL(t.resourcesUrl||"./",y.baseURI).href;let d=!1;if(e.map(m=>{m[1].map(v=>{var h;const p={$flags$:v[0],$tagName$:v[1],$members$:v[2],$listeners$:v[3]};p.$flags$&4&&(d=!0),p.$members$=v[2],p.$watchers$=(h=v[4])!=null?h:{};const w=p.$tagName$,ce=class extends HTMLElement{constructor(j){super(j),this.hasRegisteredEventListeners=!1,j=this,ge(j,p)}connectedCallback(){b(this),this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),u&&(clearTimeout(u),u=null),f?c.push(this):g.jmp(()=>Ge(this))}disconnectedCallback(){g.jmp(()=>Ke(this))}componentOnReady(){return b(this).$onReadyPromise$}};p.$lazyBundleId$=m[0],!a.includes(w)&&!l.get(w)&&(n.push(w),l.define(w,$e(ce,p,1)))})}),n.length>0&&(d&&($.textContent+=J),$.textContent+=n.sort()+pe,$.innerHTML.length)){$.setAttribute("data-styles","");const m=(s=g.$nonce$)!=null?s:Z(y);m!=null&&$.setAttribute("nonce",m),o.insertBefore($,i?i.nextSibling:o.firstChild)}f=!1,c.length?c.map(m=>m.connectedCallback()):g.jmp(()=>u=setTimeout(ie,30)),r()};exports.Host=ee;exports.bootstrapLazy=Qe;exports.h=V;exports.promiseResolve=K;exports.registerInstance=ve;
|